diff options
Diffstat (limited to 'docs')
38 files changed, 14963 insertions, 0 deletions
diff --git a/docs/content/methodology/_index.md b/docs/content/methodology/_index.md index 0959bf089a..6f0dcae783 100644 --- a/docs/content/methodology/_index.md +++ b/docs/content/methodology/_index.md @@ -1,4 +1,5 @@ --- +bookCollapseSection: true bookFlatSection: true title: "Methodology" weight: 2 diff --git a/docs/content/methodology/access_control_lists.md b/docs/content/methodology/access_control_lists.md new file mode 100644 index 0000000000..6e8502f543 --- /dev/null +++ b/docs/content/methodology/access_control_lists.md @@ -0,0 +1,71 @@ +--- +bookToc: false +title: "Access Control Lists" +weight: 12 +--- + +# Access Control Lists + +VPP is tested in a number of data plane feature configurations across +different forwarding modes. Following sections list features tested. + +## ACL Security-Groups + +Both stateless and stateful access control lists (ACL), also known as +security-groups, are supported by VPP. + +Following ACL configurations are tested for MAC switching with L2 +bridge-domains: + +- *l2bdbasemaclrn-iacl{E}sl-{F}flows*: Input stateless ACL, with {E} + entries and {F} flows. +- *l2bdbasemaclrn-oacl{E}sl-{F}flows*: Output stateless ACL, with {E} + entries and {F} flows. +- *l2bdbasemaclrn-iacl{E}sf-{F}flows*: Input stateful ACL, with {E} + entries and {F} flows. +- *l2bdbasemaclrn-oacl{E}sf-{F}flows*: Output stateful ACL, with {E} + entries and {F} flows. + +Following ACL configurations are tested with IPv4 routing: + +- *ip4base-iacl{E}sl-{F}flows*: Input stateless ACL, with {E} entries + and {F} flows. +- *ip4base-oacl{E}sl-{F}flows*: Output stateless ACL, with {E} entries + and {F} flows. +- *ip4base-iacl{E}sf-{F}flows*: Input stateful ACL, with {E} entries and + {F} flows. +- *ip4base-oacl{E}sf-{F}flows*: Output stateful ACL, with {E} entries + and {F} flows. + +ACL tests are executed with the following combinations of ACL entries +and number of flows: + +- ACL entry definitions + + - flow non-matching deny entry: (src-ip4, dst-ip4, src-port, dst-port). + - flow matching permit ACL entry: (src-ip4, dst-ip4). + +- {E} - number of non-matching deny ACL entries, {E} = [1, 10, 50]. +- {F} - number of UDP flows with different tuple (src-ip4, dst-ip4, + src-port, dst-port), {F} = [100, 10k, 100k]. +- All {E}x{F} combinations are tested per ACL type, total of 9. + +## ACL MAC-IP + +MAC-IP binding ACLs are tested for MAC switching with L2 bridge-domains: + +- *l2bdbasemaclrn-macip-iacl{E}sl-{F}flows*: Input stateless ACL, with + {E} entries and {F} flows. + +MAC-IP ACL tests are executed with the following combinations of ACL +entries and number of flows: + +- ACL entry definitions + + - flow non-matching deny entry: (dst-ip4, dst-mac, bit-mask) + - flow matching permit ACL entry: (dst-ip4, dst-mac, bit-mask) + +- {E} - number of non-matching deny ACL entries, {E} = [1, 10, 50] +- {F} - number of UDP flows with different tuple (dst-ip4, dst-mac), + {F} = [100, 10k, 100k] +- All {E}x{F} combinations are tested per ACL type, total of 9. diff --git a/docs/content/methodology/data_plane_throughput/_index.md b/docs/content/methodology/data_plane_throughput/_index.md new file mode 100644 index 0000000000..5791438b3b --- /dev/null +++ b/docs/content/methodology/data_plane_throughput/_index.md @@ -0,0 +1,6 @@ +--- +bookCollapseSection: true +bookFlatSection: false +title: "Data Plane Throughput" +weight: 4 +---
\ No newline at end of file diff --git a/docs/content/methodology/data_plane_throughput/data_plane_throughput.md b/docs/content/methodology/data_plane_throughput/data_plane_throughput.md new file mode 100644 index 0000000000..efcf1c5ffb --- /dev/null +++ b/docs/content/methodology/data_plane_throughput/data_plane_throughput.md @@ -0,0 +1,130 @@ +--- +bookToc: false +title: "Data Plane Throughput" +weight: 1 +--- + +# Data Plane Throughput + +Network data plane throughput is measured using multiple test methods in +order to obtain representative and repeatable results across the large +set of performance test cases implemented and executed within CSIT. + +Following throughput test methods are used: + +- MLRsearch - Multiple Loss Ratio search +- MRR - Maximum Receive Rate +- PLRsearch - Probabilistic Loss Ratio search + +Description of each test method is followed by generic test properties +shared by all methods. + +## MLRsearch Tests + +### Description + +Multiple Loss Ratio search (MLRsearch) tests discover multiple packet +throughput rates in a single search, reducing the overall test execution +time compared to a binary search. Each rate is associated with a +distinct Packet Loss Ratio (PLR) criteria. In FD.io CSIT two throughput +rates are discovered: Non-Drop Rate (NDR, with zero packet loss, PLR=0) +and Partial Drop Rate (PDR, with PLR<0.5%). MLRsearch is compliant with +RFC2544. + +### Usage + +MLRsearch tests are run to discover NDR and PDR rates for each VPP and +DPDK release covered by CSIT report. Results for small frame sizes +(64b/78B, IMIX) are presented in packet throughput graphs +(Box-and-Whisker Plots) with NDR and PDR rates plotted against the test +cases covering popular VPP packet paths. + +Each test is executed at least 10 times to verify measurements +repeatability and results are compared between releases and test +environments. NDR and PDR packet and bandwidth throughput results for +all frame sizes and for all tests are presented in detailed results +tables. + +### Details + +See [MLRSearch]({{< ref "mlrsearch/#MLRsearch" >}}) section for more detail. +MLRsearch is being standardized in IETF in +[draft-ietf-bmwg-mlrsearch](https://datatracker.ietf.org/doc/html/draft-ietf-bmwg-mlrsearch-01). + +## MRR Tests + +### Description + +Maximum Receive Rate (MRR) tests are complementary to MLRsearch tests, +as they provide a maximum “raw” throughput benchmark for development and +testing community. + +MRR tests measure the packet forwarding rate under the maximum load +offered by traffic generator (dependent on link type and NIC model) over +a set trial duration, regardless of packet loss. Maximum load for +specified Ethernet frame size is set to the bi-directional link rate. + +### Usage + +MRR tests are much faster than MLRsearch as they rely on a single trial +or a small set of trials with very short duration. It is this property +that makes them suitable for continuous execution in daily performance +trending jobs enabling detection of performance anomalies (regressions, +progressions) resulting from data plane code changes. + +MRR tests are also used for VPP per patch performance jobs verifying +patch performance vs parent. CSIT reports include MRR throughput +comparisons between releases and test environments. Small frame sizes +only (64b/78B, IMIX). + +### Details + +See [MRR Throughput]({{< ref "mrr_throughput/#MRR Throughput" >}}) +section for more detail about MRR tests configuration. + +FD.io CSIT performance dashboard includes complete description of +[daily performance trending tests](https://s3-docs.fd.io/csit/master/trending/methodology/performance_tests.html) +and [VPP per patch tests](https://s3-docs.fd.io/csit/master/trending/methodology/perpatch_performance_tests.html). + +## PLRsearch Tests + +### Description + +Probabilistic Loss Ratio search (PLRsearch) tests discovers a packet +throughput rate associated with configured Packet Loss Ratio (PLR) +criteria for tests run over an extended period of time a.k.a. soak +testing. PLRsearch assumes that system under test is probabilistic in +nature, and not deterministic. + +### Usage + +PLRsearch are run to discover a sustained throughput for PLR=10^-7 +(close to NDR) for VPP release covered by CSIT report. Results for small +frame sizes (64b/78B) are presented in packet throughput graphs (Box +Plots) for a small subset of baseline tests. + +Each soak test lasts 30 minutes and is executed at least twice. Results are +compared against NDR and PDR rates discovered with MLRsearch. + +### Details + +See [PLRSearch]({{< ref "plrsearch/#PLRsearch" >}}) methodology section for +more detail. PLRsearch is being standardized in IETF in +[draft-vpolak-bmwg-plrsearch](https://tools.ietf.org/html/draft-vpolak-bmwg-plrsearch). + +## Generic Test Properties + +All data plane throughput test methodologies share following generic +properties: + +- Tested L2 frame sizes (untagged Ethernet): + + - IPv4 payload: 64B, IMIX (28x64B, 16x570B, 4x1518B), 1518B, 9000B. + - IPv6 payload: 78B, IMIX (28x78B, 16x570B, 4x1518B), 1518B, 9000B. + - All quoted sizes include frame CRC, but exclude per frame + transmission overhead of 20B (preamble, inter frame gap). + +- Offered packet load is always bi-directional and symmetric. +- All measured and reported packet and bandwidth rates are aggregate + bi-directional rates reported from external Traffic Generator + perspective.
\ No newline at end of file diff --git a/docs/content/methodology/data_plane_throughput/mlrsearch.md b/docs/content/methodology/data_plane_throughput/mlrsearch.md new file mode 100644 index 0000000000..7b3b445b4f --- /dev/null +++ b/docs/content/methodology/data_plane_throughput/mlrsearch.md @@ -0,0 +1,89 @@ +--- +bookToc: false +title: "MLRsearch" +weight: 2 +--- + +# MLRsearch + +## Overview + +Multiple Loss Ratio search (MLRsearch) tests use an optimized search algorithm +implemented in FD.io CSIT project. MLRsearch discovers any number of +loss ratio loads in a single search. + +Two loss ratio goals are of interest in FD.io CSIT, leading to Non-Drop Rate +(NDR, loss ratio goal is exact zero) and Partial Drop Rate +(PDR, non-zero loss ratio goal, currently 0.5%). + +MLRsearch discovers all the loads in a single pass, reducing required time +duration compared to separate `binary search`es[^1] for each rate. Overall +search time is reduced even further by relying on shorter trial +durations of intermediate steps, with only the final measurements +conducted at the specified final trial duration. This results in the +shorter overall execution time when compared to standard NDR/PDR binary +search, while guaranteeing similar results. + +.. Note:: All throughput rates are *always* bi-directional + aggregates of two equal (symmetric) uni-directional packet rates + received and reported by an external traffic generator, + unless the test specifically requires unidirectional traffic. + +## Search Implementation + +Detailed description of the MLRsearch algorithm is included in the IETF +draft +[draft-ietf-bmwg-mlrsearch-02](https://datatracker.ietf.org/doc/html/draft-ietf-bmwg-mlrsearch-02) +that is in the process of being standardized in the IETF Benchmarking +Methodology Working Group (BMWG). +(Newer version is published in IETF, describing improvements not yet used +in CSIT production.) + +MLRsearch is also available as a +[PyPI (Python Package Index) library](https://pypi.org/project/MLRsearch/). + +## Algorithm highlights + +MRR and receive rate at MRR load are used as initial guesses for the search. + +All previously measured trials (except the very first one which can act +as a warm-up) are taken into consideration, unless superseded +by a trial at the same load but higher duration. + +For every loss ratio goal, tightest upper and lower bound +(from results of large enough trial duration) form an interval. +Exit condition is given by that interval reaching low enough relative width. +Small enough width is achieved by bisecting the current interval. +The bisection can be uneven, to save measurements based on information theory. + +Switching to higher trial duration generally requires a re-measure +at a load from previous trial duration. +When the re-measurement does not confirm previous bound classification +(e.g. tightest lower bound at shorter trial duration becomes +a newest tightest upper bound upon re-measurement), +external search is used to find close enough bound of the lost type. +External search is a generalization of the first stage of +`exponential search`[^2]. + +Shorter trial durations use double width goal, +because one bisection is always safe before risking external search. + +Within an iteration for a specific trial duration, smaller loss ratios (NDR) +are narrowed down first before search continues with higher loss ratios (PDR). + +Other heuristics are there, aimed to prevent unneccessarily narrow intervals, +and to handle corner cases around min and max load. + +## Deviations from RFC 2544 + +CSIT does not have any explicit wait times before and after trial traffic. + +Small differences between intended and offered load are tolerated, +mainly due to various time overheads preventing precise measurement +of the traffic duration (and TRex can sometimes suffer from duration +stretching). + +The final trial duration is only 30s (10s for reconf tests). + +[^1]: [binary search](https://en.wikipedia.org/wiki/Binary_search) +[^2]: [exponential search](https://en.wikipedia.org/wiki/Exponential_search) diff --git a/docs/content/methodology/data_plane_throughput/mrr_throughput.md b/docs/content/methodology/data_plane_throughput/mrr_throughput.md new file mode 100644 index 0000000000..2d895704a1 --- /dev/null +++ b/docs/content/methodology/data_plane_throughput/mrr_throughput.md @@ -0,0 +1,57 @@ +--- +bookToc: false +title: "MRR Throughput" +weight: 4 +--- + +# MRR Throughput + +Maximum Receive Rate (MRR) tests are complementary to MLRsearch tests, +as they provide a maximum "raw" throughput benchmark for development and +testing community. MRR tests measure the packet forwarding rate under +the maximum load offered by traffic generator over a set trial duration, +regardless of packet loss. + +MRR tests are currently used for following test jobs: + +- Report performance comparison: 64B, IMIX for vhost, memif. +- Daily performance trending: 64B, IMIX for vhost, memif. +- Per-patch performance verification: 64B. +- Initial iterations of MLRsearch and PLRsearch: 64B. + +Maximum offered load for specific L2 Ethernet frame size is set to +either the maximum bi-directional link rate or tested NIC model +capacity, as follows: + +- For 10GE NICs the maximum packet rate load is 2x14.88 Mpps for 64B, a + 10GE bi-directional link rate. +- For 25GE NICs the maximum packet rate load is 2x18.75 Mpps for 64B, a + 25GE bi-directional link sub-rate limited by 25GE NIC used on TRex TG, + XXV710. +- For 40GE NICs the maximum packet rate load is 2x18.75 Mpps for 64B, a + 40GE bi-directional link sub-rate limited by 40GE NIC used on TRex + TG,XL710. Packet rate for other tested frame sizes is limited by + PCIeGen3 x8 bandwidth limitation of ~50Gbps. + +MRR test code implements multiple bursts of offered packet load and has +two configurable burst parameters: individual trial duration and number +of trials in a single burst. This enables more precise performance +trending by providing more results data for analysis. + +Burst parameter settings vary between different tests using MRR: + +- MRR individual trial duration: + + - Report performance comparison: 1 sec. + - Daily performance trending: 1 sec. + - Per-patch performance verification: 10 sec. + - Initial iteration for MLRsearch: 1 sec. + - Initial iteration for PLRsearch: 5.2 sec. + +- Number of MRR trials per burst: + + - Report performance comparison: 10. + - Daily performance trending: 10. + - Per-patch performance verification: 5. + - Initial iteration for MLRsearch: 1. + - Initial iteration for PLRsearch: 1.
\ No newline at end of file diff --git a/docs/content/methodology/data_plane_throughput/plrsearch.md b/docs/content/methodology/data_plane_throughput/plrsearch.md new file mode 100644 index 0000000000..2933b09b6b --- /dev/null +++ b/docs/content/methodology/data_plane_throughput/plrsearch.md @@ -0,0 +1,384 @@ +--- +bookToc: false +title: "PLRsearch" +weight: 3 +--- + +# PLRsearch + +## Motivation for PLRsearch + +Network providers are interested in throughput a system can sustain. + +`RFC 2544`[^3] assumes loss ratio is given by a deterministic function of +offered load. But NFV software systems are not deterministic enough. +This makes deterministic algorithms (such as `binary search`[^9] per RFC 2544 +and MLRsearch with single trial) to return results, +which when repeated show relatively high standard deviation, +thus making it harder to tell what "the throughput" actually is. + +We need another algorithm, which takes this indeterminism into account. + +## Generic Algorithm + +Detailed description of the PLRsearch algorithm is included in the IETF +draft `draft-vpolak-bmwg-plrsearch-02`[^1] that is in the process +of being standardized in the IETF Benchmarking Methodology Working Group (BMWG). + +### Terms + +The rest of this page assumes the reader is familiar with the following terms +defined in the IETF draft: + ++ Trial Order Independent System ++ Duration Independent System ++ Target Loss Ratio ++ Critical Load ++ Offered Load regions + + + Zero Loss Region + + Non-Deterministic Region + + Guaranteed Loss Region + ++ Fitting Function + + + Stretch Function + + Erf Function + ++ Bayesian Inference + + + Prior distribution + + Posterior Distribution + ++ Numeric Integration + + + Monte Carlo + + Importance Sampling + +## FD.io CSIT Implementation Specifics + +The search receives min_rate and max_rate values, to avoid measurements +at offered loads not supporeted by the traffic generator. + +The implemented tests cases use bidirectional traffic. +The algorithm stores each rate as bidirectional rate (internally, +the algorithm is agnostic to flows and directions, +it only cares about aggregate counts of packets sent and packets lost), +but debug output from traffic generator lists unidirectional values. + +### Measurement Delay + +In a sample implemenation in FD.io CSIT project, there is roughly 0.5 +second delay between trials due to restrictons imposed by packet traffic +generator in use (T-Rex). + +As measurements results come in, posterior distribution computation takes +more time (per sample), although there is a considerable constant part +(mostly for inverting the fitting functions). + +Also, the integrator needs a fair amount of samples to reach the region +the posterior distribution is concentrated at. + +And of course, the speed of the integrator depends on computing power +of the CPU the algorithm is able to use. + +All those timing related effects are addressed by arithmetically increasing +trial durations with configurable coefficients +(currently 5.1 seconds for the first trial, +each subsequent trial being 0.1 second longer). + +### Rounding Errors and Underflows + +In order to avoid them, the current implementation tracks natural logarithm +(instead of the original quantity) for any quantity which is never negative. +Logarithm of zero is minus infinity (not supported by Python), +so special value "None" is used instead. +Specific functions for frequent operations (such as "logarithm +of sum of exponentials") are defined to handle None correctly. + +### Fitting Functions + +Current implementation uses two fitting functions, called "stretch" and "erf". +In general, their estimates for critical rate differ, +which adds a simple source of systematic error, +on top of randomness error reported by integrator. +Otherwise the reported stdev of critical rate estimate +is unrealistically low. + +Both functions are not only increasing, but also convex +(meaning the rate of increase is also increasing). + +Both fitting functions have several mathematically equivalent formulas, +each can lead to an arithmetic overflow or underflow in different sub-terms. +Overflows can be eliminated by using different exact formulas +for different argument ranges. +Underflows can be avoided by using approximate formulas +in affected argument ranges, such ranges have their own formulas to compute. +At the end, both fitting function implementations +contain multiple "if" branches, discontinuities are a possibility +at range boundaries. + +### Prior Distributions + +The numeric integrator expects all the parameters to be distributed +(independently and) uniformly on an interval (-1, 1). + +As both "mrr" and "spread" parameters are positive and not dimensionless, +a transformation is needed. Dimentionality is inherited from max_rate value. + +The "mrr" parameter follows a `Lomax distribution`[^4] +with alpha equal to one, but shifted so that mrr is always greater than 1 +packet per second. + +The "stretch" parameter is generated simply as the "mrr" value +raised to a random power between zero and one; +thus it follows a `reciprocal distribution`[^5]. + +### Integrator + +After few measurements, the posterior distribution of fitting function +arguments gets quite concentrated into a small area. +The integrator is using `Monte Carlo`[^6] with `importance sampling`[^7] +where the biased distribution is `bivariate Gaussian`[^8] distribution, +with deliberately larger variance. +If the generated sample falls outside (-1, 1) interval, +another sample is generated. + +The center and the covariance matrix for the biased distribution +is based on the first and second moments of samples seen so far +(within the computation). The center is used directly, +covariance matrix is scaled up by a heurictic constant (8.0 by default). +The following additional features are applied +designed to avoid hyper-focused distributions. + +Each computation starts with the biased distribution inherited +from the previous computation (zero point and unit covariance matrix +is used in the first computation), but the overal weight of the data +is set to the weight of the first sample of the computation. +Also, the center is set to the first sample point. +When additional samples come, their weight (including the importance correction) +is compared to sum of the weights of data seen so far (within the iteration). +If the new sample is more than one e-fold more impactful, both weight values +(for data so far and for the new sample) are set to (geometric) average +of the two weights. + +This combination showed the best behavior, as the integrator usually follows +two phases. First phase (where inherited biased distribution +or single big sample are dominating) is mainly important +for locating the new area the posterior distribution is concentrated at. +The second phase (dominated by whole sample population) +is actually relevant for the critical rate estimation. + +### Offered Load Selection + +First two measurements are hardcoded to happen at the middle of rate interval +and at max_rate. Next two measurements follow MRR-like logic, +offered load is decreased so that it would reach target loss ratio +if offered load decrease lead to equal decrease of loss rate. + +The rest of measurements start directly in between +erf and stretch estimate average. +There is one workaround implemented, aimed at reducing the number of consequent +zero loss measurements (per fitting function). The workaround first stores +every measurement result which loss ratio was the targed loss ratio or higher. +Sorted list (called lossy loads) of such results is maintained. + +When a sequence of one or more zero loss measurement results is encountered, +a smallest of lossy loads is drained from the list. +If the estimate average is smaller than the drained value, +a weighted average of this estimate and the drained value is used +as the next offered load. The weight of the estimate decreases exponentially +with the length of consecutive zero loss results. + +This behavior helps the algorithm with convergence speed, +as it does not need so many zero loss result to get near critical region. +Using the smallest (not drained yet) of lossy loads makes it sure +the new offered load is unlikely to result in big loss region. +Draining even if the estimate is large enough helps to discard +early measurements when loss hapened at too low offered load. +Current implementation adds 4 copies of lossy loads and drains 3 of them, +which leads to fairly stable behavior even for somewhat inconsistent SUTs. + +### Caveats + +As high loss count measurements add many bits of information, +they need a large amount of small loss count measurements to balance them, +making the algorithm converge quite slowly. Typically, this happens +when few initial measurements suggest spread way bigger then later measurements. +The workaround in offered load selection helps, +but more intelligent workarounds could get faster convergence still. + +Some systems evidently do not follow the assumption of repeated measurements +having the same average loss rate (when the offered load is the same). +The idea of estimating the trend is not implemented at all, +as the observed trends have varied characteristics. + +Probably, using a more realistic fitting functions +will give better estimates than trend analysis. + +## Bottom Line + +The notion of Throughput is easy to grasp, but it is harder to measure +with any accuracy for non-deterministic systems. + +Even though the notion of critical rate is harder to grasp than the notion +of throughput, it is easier to measure using probabilistic methods. + +In testing, the difference between througput measurements and critical +rate measurements is usually small. + +In pactice, rules of thumb such as "send at max 95% of purported throughput" +are common. The correct benchmarking analysis should ask "Which notion is +95% of throughput an approximation to?" before attempting to answer +"Is 95% of critical rate safe enough?". + +## Algorithmic Analysis + +### Motivation + +While the estimation computation is based on hard probability science; +the offered load selection part of PLRsearch logic is pure heuristics, +motivated by what would a human do based on measurement and computation results. + +The quality of any heuristic is not affected by soundness of its motivation, +just by its ability to achieve the intended goals. +In case of offered load selection, the goal is to help the search to converge +to the long duration estimates sooner. + +But even those long duration estimates could still be of poor quality. +Even though the estimate computation is Bayesian (so it is the best it could be +within the applied assumptions), it can still of poor quality when compared +to what a human would estimate. + +One possible source of poor quality is the randomnes inherently present +in Monte Carlo numeric integration, but that can be supressed +by tweaking the time related input parameters. + +The most likely source of poor quality then are the assumptions. +Most importantly, the number and the shape of fitting functions; +but also others, such as trial order independence and duration independence. + +The result can have poor quality in basically two ways. +One way is related to location. Both upper and lower bounds +can be overestimates or underestimates, meaning the entire estimated interval +between lower bound and upper bound lays above or below (respectively) +of human-estimated interval. +The other way is related to the estimation interval width. +The interval can be too wide or too narrow, compared to human estimation. + +An estimate from a particular fitting function can be classified +as an overestimate (or underestimate) just by looking at time evolution +(without human examining measurement results). Overestimates +decrease by time, underestimates increase by time (assuming +the system performance stays constant). + +Quality of the width of the estimation interval needs human evaluation, +and is unrelated to both rate of narrowing (both good and bad estimate intervals +get narrower at approximately the same relative rate) and relatative width +(depends heavily on the system being tested). + +### Graphical Examples + +The following pictures show the upper (red) and lower (blue) bound, +as well as average of Stretch (pink) and Erf (light green) estimate, +and offered load chosen (grey), as computed by PLRsearch, +after each trial measurement within the 30 minute duration of a test run. + +Both graphs are focusing on later estimates. Estimates computed from +few initial measurements are wildly off the y-axis range shown. + +The following analysis will rely on frequency of zero loss measurements +and magnitude of loss ratio if nonzero. + +The offered load selection strategy used implies zero loss measurements +can be gleaned from the graph by looking at offered load points. +When the points move up farther from lower estimate, it means +the previous measurement had zero loss. After non-zero loss, +the offered load starts again right between (the previous values of) +the estimate curves. + +The very big loss ratio results are visible as noticeable jumps +of both estimates downwards. Medium and small loss ratios are much harder +to distinguish just by looking at the estimate curves, +the analysis is based on raw loss ratio measurement results. + +The following descriptions should explain why the graphs seem to signal +low quality estimate at first sight, but a more detailed look +reveals the quality is good (considering the measurement results). + +#### L2 patch + +Both fitting functions give similar estimates, the graph shows +"stochasticity" of measurements (estimates increase and decrease +within small time regions), and an overall trend of decreasing estimates. + +On the first look, the final interval looks fairly narrow, +especially compared to the region the estimates have travelled +during the search. But the look at the frequency of zero loss results shows +this is not a case of overestimation. Measurements at around the same +offered load have higher probability of zero loss earlier +(when performed farther from upper bound), but smaller probability later +(when performed closer to upper bound). That means it is the performance +of the system under test that decreases (slightly) over time. + +With that in mind, the apparent narrowness of the interval +is not a sign of low quality, just a consequence of PLRsearch assuming +the performance stays constant. + +{{< svg "static/PLR_patch.svg" >}} + +#### Vhost + +This test case shows what looks like a quite broad estimation interval, +compared to other test cases with similarly looking zero loss frequencies. +Notable features are infrequent high-loss measurement results +causing big drops of estimates, and lack of long-term convergence. + +Any convergence in medium-sized intervals (during zero loss results) +is reverted by the big loss results, as they happen quite far +from the critical load estimates, and the two fitting functions +extrapolate differently. + +In other words, human only seeing estimates from one fitting function +would expect narrower end interval, but human seeing the measured loss ratios +agrees that the interval should be wider than that. + +{{< svg "static/PLR_vhost.svg" >}} + +#### Summary + +The two graphs show the behavior of PLRsearch algorithm applied to soaking test +when some of PLRsearch assumptions do not hold: + ++ L2 patch measurement results violate the assumption + of performance not changing over time. ++ Vhost measurement results violate the assumption + of Poisson distribution matching the loss counts. + +The reported upper and lower bounds can have distance larger or smaller +than a first look by a human would expect, but a more closer look reveals +the quality is good, considering the circumstances. + +The usefullness of the critical load estimate is of questionable value +when the assumptions are violated. + +Some improvements can be made via more specific workarounds, +for example long term limit of L2 patch performance could be estmated +by some heuristic. + +Other improvements can be achieved only by asking users +whether loss patterns matter. Is it better to have single digit losses +distributed fairly evenly over time (as Poisson distribution would suggest), +or is it better to have short periods of medium losses +mixed with long periods of zero losses (as happens in Vhost test) +with the same overall loss ratio? + +[^1]: [draft-vpolak-bmwg-plrsearch-02](https://tools.ietf.org/html/draft-vpolak-bmwg-plrsearch-02) +[^2]: [plrsearch draft](https://tools.ietf.org/html/draft-vpolak-bmwg-plrsearch-00) +[^3]: [RFC 2544](https://tools.ietf.org/html/rfc2544) +[^4]: [Lomax distribution](https://en.wikipedia.org/wiki/Lomax_distribution) +[^5]: [reciprocal distribution](https://en.wikipedia.org/wiki/Reciprocal_distribution) +[^6]: [Monte Carlo](https://en.wikipedia.org/wiki/Monte_Carlo_integration) +[^7]: [importance sampling](https://en.wikipedia.org/wiki/Importance_sampling) +[^8]: [bivariate Gaussian](https://en.wikipedia.org/wiki/Multivariate_normal_distribution) +[^9]: [binary search](https://en.wikipedia.org/wiki/Binary_search_algorithm)
\ No newline at end of file diff --git a/docs/content/methodology/dut_state_considerations.md b/docs/content/methodology/dut_state_considerations.md new file mode 100644 index 0000000000..bfd7ef6977 --- /dev/null +++ b/docs/content/methodology/dut_state_considerations.md @@ -0,0 +1,149 @@ +--- +bookToc: false +title: "DUT state considerations" +weight: 6 +--- + +# DUT state considerations + +This page discusses considerations for Device Under Test (DUT) state. +DUTs such as VPP require configuration, to be provided before the aplication +starts (via config files) or just after it starts (via API or CLI access). + +During operation DUTs gather various telemetry data, depending on configuration. +This internal state handling is part of normal operation, +so any performance impact is included in the test results. +Accessing telemetry data is additional load on DUT, +so we are not doing that in main trial measurements that affect results, +but we include separate trials specifically for gathering runtime telemetry. + +But there is one kind of state that needs specific handling. +This kind of DUT state is dynamically created based on incoming traffic, +it affects how DUT handles the traffic, and (unlike telemetry counters) +it has uneven impact on CPU load. +Typical example is NAT, where detecting new sessions takes more CPU than +forwarding packet on existing (open or recently closed) sessions. +We call DUT configurations with this kind of state "stateful", +and configurations without them "stateless". +(Even though stateless configurations contain state described in previous +paragraphs, and some configuration items may have "stateful" in their name, +such as stateful ACLs.) + +# Stateful DUT configurations + +Typically, the level of CPU impact of traffic depends on DUT state. +The first packets causing DUT state to change have higher impact, +subsequent packets matching that state have lower impact. + +From performance point of view, this is similar to traffic phases +for stateful protocols, see +[NGFW draft](https://tools.ietf.org/html/draft-ietf-bmwg-ngfw-performance-05#section-4.3.4). +In CSIT we borrow the terminology (even if it does not fit perfectly, +see discussion below). Ramp-up traffic causes the state change, +sustain traffic does not change the state. + +As the performance is different, each test has to choose which traffic +it wants to test, and manipulate the DUT state to achieve the intended impact. + +## Ramp-up trial + +Tests aiming at sustain performance need to make sure DUT state is created. +We achieve this via a ramp-up trial, specific purpose of which +is to create the state. + +Subsequent trials need no specific handling, as long as the state +remains the same. But some state can time-out, so additional ramp-up +trials are inserted whenever the code detects the state can time-out. +Note that a trial with zero loss refreshes the state, +so only the time since the last non-zero loss trial is tracked. + +For the state to be set completely, it is important both DUT and TG +do not lose any packets. We achieve this by setting the profile multiplier +(TPS from now on) to low enough value. + +It is also important each state-affecting packet is sent. +For size-limited traffic profile it is guaranteed by the size limit. +For continuous traffic, we set a long enough duration (based on TPS). + +At the end of the ramp-up trial, we check DUT state to confirm +it has been created as expected. +Test fails if the state is not (completely) created. + +## State Reset + +Tests aiming at ramp-up performance do not use ramp-up trial, +and they need to reset the DUT state before each trial measurement. +The way of resetting the state depends on test, +usually an API call is used to partially de-configure +the part that holds the state, and then re-configure it back. + +In CSIT we control the DUT state behavior via a test variable "resetter". +If it is not set, DUT state is not reset. +If it is set, each search algorithm (including MRR) will invoke it +before all trial measurements (both main and telemetry ones). +Any configuration keyword enabling a feature with DUT state +will check whether a test variable for ramp-up rate is present. +If it is present, resetter is not set. +If it is not present, the keyword sets the apropriate resetter value. +This logic makes sure either ramp-up or state reset are used. + +Notes: If both ramp-up and state reset were used, the DUT behavior +would be identical to just reset, while test would take longer to execute. +If neither were used, DUT will show different performance in subsequent trials, +violating assumptions of search algorithms. + +## DUT versus protocol ramp-up + +There are at least three different causes for bandwidth possibly increasing +within a single measurement trial. + +The first is DUT switching from state modification phase to constant phase, +it is the primary focus of this document. +Using ramp-up traffic before main trials eliminates this cause +for tests wishing to measure the performance of the next phase. +Using size-limited profiles eliminates the next phase +for tests wishing to measure performance of this phase. + +The second is protocol such as TCP ramping up their throughput to utilize +the bandwidth available. This is the original meaning of "ramp up" +in the NGFW draft (see above). +In existing tests we are not using this meaning of TCP ramp-up. +Instead we use only small transactions, and large enough initial window +so TCP acts as ramped-up already. + +The third is TCP increasing offered load due to retransmissions triggered by +packet loss. In CSIT we again try to avoid this behavior +by using small enough data to transfer, so overlap of multiple transactions +(primary cause of packet loss) is unlikely. +But in MRR tests, packet loss and non-constant offered load are still expected. + +# Stateless DUT configuratons + +These are simple configurations, which do not set any resetter value +(even if ramp-up duration is not configured). +Majority of existing tests are of this type, using continuous traffic profiles. + +In order to identify limits of Trex performance, +we have added suites with stateless DUT configuration (VPP ip4base) +subjected to size-limited ASTF traffic. +The discovered rates serve as a basis of comparison +for evaluating the results for stateful DUT configurations (VPP NAT44ed) +subjected to the same traffic profiles. + +# DUT versus TG state + +Traffic Generator profiles can be stateful (ASTF) or stateless (STL). +DUT configuration can be stateful or stateless (with respect to packet traffic). + +In CSIT we currently use all four possible configurations: + +- Regular stateless VPP tests use stateless traffic profiles. + +- Stateless VPP configuration with stateful profile is used as a base for + comparison. + +- Some stateful DUT configurations (NAT44DET, NAT44ED unidirectional) + are tested using stateless traffic profiles and continuous traffic. + +- The rest of stateful DUT configurations (NAT44ED bidirectional) + are tested using stateful traffic profiles and size limited traffic. diff --git a/docs/content/methodology/generic_segmentation_offload.md b/docs/content/methodology/generic_segmentation_offload.md new file mode 100644 index 0000000000..abfab03e16 --- /dev/null +++ b/docs/content/methodology/generic_segmentation_offload.md @@ -0,0 +1,117 @@ +--- +bookToc: false +title: "Generic Segmentation Offload" +weight: 15 +--- + +# Generic Segmentation Offload + +## Overview + +Generic Segmentation Offload (GSO) reduces per-packet processing +overhead by enabling applications to pass a multi-packet buffer to +(v)NIC and process a smaller number of large packets (e.g. frame size of +64 KB), instead of processing higher numbers of small packets (e.g. +frame size of 1500 B), thus reducing per-packet overhead. + +GSO tests for VPP vhostuser and tapv2 interfaces. All tests cases use iPerf3 +client and server applications running TCP/IP as a traffic generator. For +performance comparison the same tests are run without GSO enabled. + +## GSO Test Topologies + +Two VPP GSO test topologies are implemented: + +1. iPerfC_GSOvirtio_LinuxVM --- GSOvhost_VPP_GSOvhost --- iPerfS_GSOvirtio_LinuxVM + + - Tests VPP GSO on vhostuser interfaces and interaction with Linux + virtio with GSO enabled. + +2. iPerfC_GSOtap_LinuxNspace --- GSOtapv2_VPP_GSOtapv2 --- iPerfS_GSOtap_LinuxNspace + + - Tests VPP GSO on tapv2 interfaces and interaction with Linux tap + with GSO enabled. + +Common configuration: + +- iPerfC (client) and iPerfS (server) run in TCP/IP mode without upper + bandwidth limit. +- Trial duration is set to 30 sec. +- iPerfC, iPerfS and VPP run in the single SUT node. + + +## VPP GSOtap Topology + +### VPP Configuration + +VPP GSOtap tests are executed without using hyperthreading. VPP worker runs on +a single core. Multi-core tests are not executed. Each interface belongs to +separate namespace. Following core pinning scheme is used: + +- 1t1c (rxq=1, rx_qsz=4096, tx_qsz=4096) + - system isolated: 0,28,56,84 + - vpp mt: 1 + - vpp wt: 2 + - vhost: 3-5 + - iperf-s: 6 + - iperf-c: 7 + +### iPerf3 Server Configuration + +iPerf3 version used 3.7 + + $ sudo -E -S ip netns exec tap1_namespace iperf3 \ + --server --daemon --pidfile /tmp/iperf3_server.pid --logfile /tmp/iperf3.log --port 5201 --affinity <X> + +For the full iPerf3 reference please see: +[iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst). + + +### iPerf3 Client Configuration + +iPerf3 version used 3.7 + + $ sudo -E -S ip netns exec tap1_namespace iperf3 \ + --client 2.2.2.2 --bind 1.1.1.1 --port 5201 --parallel <Y> --time 30.0 --affinity <X> --zerocopy + +For the full iPerf3 reference please see: +[iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst). + + +## VPP GSOvhost Topology + +### VPP Configuration + +VPP GSOvhost tests are executed without using hyperthreading. VPP worker runs +on a single core. Multi-core tests are not executed. Following core pinning +scheme is used: + +- 1t1c (rxq=1, rx_qsz=1024, tx_qsz=1024) + - system isolated: 0,28,56,84 + - vpp mt: 1 + - vpp wt: 2 + - vm-iperf-s: 3,4,5,6,7 + - vm-iperf-c: 8,9,10,11,12 + - iperf-s: 1 + - iperf-c: 1 + +### iPerf3 Server Configuration + +iPerf3 version used 3.7 + + $ sudo iperf3 \ + --server --daemon --pidfile /tmp/iperf3_server.pid --logfile /tmp/iperf3.log --port 5201 --affinity X + +For the full iPerf3 reference please see: +[iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst). + + +### iPerf3 Client Configuration + +iPerf3 version used 3.7 + + $ sudo iperf3 \ + --client 2.2.2.2 --bind 1.1.1.1 --port 5201 --parallel <Y> --time 30.0 --affinity X --zerocopy + +For the full iPerf3 reference please see: +[iPerf3 docs](https://github.com/esnet/iperf/blob/master/docs/invoking.rst).
\ No newline at end of file diff --git a/docs/content/methodology/geneve.md b/docs/content/methodology/geneve.md new file mode 100644 index 0000000000..8b7b0a48b0 --- /dev/null +++ b/docs/content/methodology/geneve.md @@ -0,0 +1,67 @@ +--- +bookToc: false +title: "GENEVE" +weight: 21 +--- + +# GENEVE + +## GENEVE Prefix Bindings + +GENEVE prefix bindings should be representative to target applications, where +a packet flows of particular set of IPv4 addresses (L3 underlay network) is +routed via dedicated GENEVE interface by building an L2 overlay. + +Private address ranges to be used in tests: + +- East hosts ip address range: 10.0.1.0 - 10.127.255.255 (10.0/9 prefix) + + - Total of 2^23 - 256 (8 388 352) of usable IPv4 addresses + - Usable in tests for up to 32 767 GENEVE tunnels (IPv4 underlay networks) + +- West hosts ip address range: 10.128.1.0 - 10.255.255.255 (10.128/9 prefix) + + - Total of 2^23 - 256 (8 388 352) of usable IPv4 addresses + - Usable in tests for up to 32 767 GENEVE tunnels (IPv4 underlay networks) + +## GENEVE Tunnel Scale + +If N is a number of GENEVE tunnels (and IPv4 underlay networks) then TG sends +256 packet flows in every of N different sets: + +- i = 1,2,3, ... N - GENEVE tunnel index + +- East-West direction: GENEVE encapsulated packets + + - Outer IP header: + + - src ip: 1.1.1.1 + + - dst ip: 1.1.1.2 + + - GENEVE header: + + - vni: i + + - Inner IP header: + + - src_ip_range(i) = 10.(0 + rounddown(i/255)).(modulo(i/255)).(0-to-255) + + - dst_ip_range(i) = 10.(128 + rounddown(i/255)).(modulo(i/255)).(0-to-255) + +- West-East direction: non-encapsulated packets + + - IP header: + + - src_ip_range(i) = 10.(128 + rounddown(i/255)).(modulo(i/255)).(0-to-255) + + - dst_ip_range(i) = 10.(0 + rounddown(i/255)).(modulo(i/255)).(0-to-255) + + **geneve-tunnels** | **total-flows** +-------------------:|----------------: + 1 | 256 + 4 | 1 024 + 16 | 4 096 + 64 | 16 384 + 256 | 65 536 + 1 024 | 262 144
\ No newline at end of file diff --git a/docs/content/methodology/hoststack_testing/_index.md b/docs/content/methodology/hoststack_testing/_index.md new file mode 100644 index 0000000000..b658313040 --- /dev/null +++ b/docs/content/methodology/hoststack_testing/_index.md @@ -0,0 +1,6 @@ +--- +bookCollapseSection: true +bookFlatSection: false +title: "Hoststack Testing" +weight: 14 +---
\ No newline at end of file diff --git a/docs/content/methodology/hoststack_testing/quicudpip_with_vppecho.md b/docs/content/methodology/hoststack_testing/quicudpip_with_vppecho.md new file mode 100644 index 0000000000..f1d654380e --- /dev/null +++ b/docs/content/methodology/hoststack_testing/quicudpip_with_vppecho.md @@ -0,0 +1,49 @@ +--- +bookToc: false +title: "QUIC/UDP/IP with vpp_echo" +weight: 1 +--- + +# QUIC/UDP/IP with vpp_echo + +[vpp_echo performance testing tool](https://wiki.fd.io/view/VPP/HostStack#External_Echo_Server.2FClient_.28vpp_echo.29) +is a bespoke performance test application which utilizes the 'native +HostStack APIs' to verify performance and correct handling of +connection/stream events with uni-directional and bi-directional +streams of data. + +Because iperf3 does not support the QUIC transport protocol, vpp_echo +is used for measuring the maximum attainable goodput of the VPP Host +Stack connection utilizing the QUIC transport protocol across two +instances of VPP running on separate DUT nodes. The QUIC transport +protocol supports multiple streams per connection and test cases +utilize different combinations of QUIC connections and number of +streams per connection. + +The test configuration is as follows: + + DUT1 Network DUT2 + [ vpp_echo-client -> VPP1 ]=======[ VPP2 -> vpp_echo-server] + N-streams/connection + +where, + +1. vpp_echo server attaches to VPP2 and LISTENs on VPP2:TCP port 1234. +2. vpp_echo client creates one or more connections to VPP1 and opens + one or more stream per connection to VPP2:TCP port 1234. +3. vpp_echo client transmits a uni-directional stream as fast as the + VPP Host Stack allows to the vpp_echo server for the test duration. +4. At the end of the test the vpp_echo client emits the goodput + measurements for all streams and the sum of all streams. + +Test cases include + +1. 1 QUIC Connection with 1 Stream +2. 1 QUIC connection with 10 Streams +3. 10 QUIC connetions with 1 Stream +4. 10 QUIC connections with 10 Streams + +with stream sizes to provide reasonable test durations. The VPP Host +Stack QUIC transport is configured to utilize the picotls encryption +library. In the future, tests utilizing addtional encryption +algorithms will be added. diff --git a/docs/content/methodology/hoststack_testing/tcpip_with_iperf3.md b/docs/content/methodology/hoststack_testing/tcpip_with_iperf3.md new file mode 100644 index 0000000000..23e1aea997 --- /dev/null +++ b/docs/content/methodology/hoststack_testing/tcpip_with_iperf3.md @@ -0,0 +1,53 @@ +--- +bookToc: false +title: "TCP/IP with iperf3" +weight: 2 +--- + +# TCP/IP with iperf3 + +[iperf3 goodput measurement tool](https://github.com/esnet/iperf) +is used for measuring the maximum attainable goodput of the VPP Host +Stack connection across two instances of VPP running on separate DUT +nodes. iperf3 is a popular open source tool for active measurements +of the maximum achievable goodput on IP networks. + +Because iperf3 utilizes the POSIX socket interface APIs, the current +test configuration utilizes the LD_PRELOAD mechanism in the linux +kernel to connect iperf3 to the VPP Host Stack using the VPP +Communications Library (VCL) LD_PRELOAD library (libvcl_ldpreload.so). + +In the future, a forked version of iperf3 which has been modified to +directly use the VCL application APIs may be added to determine the +difference in performance of 'VCL Native' applications versus utilizing +LD_PRELOAD which inherently has more overhead and other limitations. + +The test configuration is as follows: + + DUT1 Network DUT2 + [ iperf3-client -> VPP1 ]=======[ VPP2 -> iperf3-server] + +where, + +1. iperf3 server attaches to VPP2 and LISTENs on VPP2:TCP port 5201. +2. iperf3 client attaches to VPP1 and opens one or more stream + connections to VPP2:TCP port 5201. +3. iperf3 client transmits a uni-directional stream as fast as the + VPP Host Stack allows to the iperf3 server for the test duration. +4. At the end of the test the iperf3 client emits the goodput + measurements for all streams and the sum of all streams. + +Test cases include 1 and 10 Streams with a 20 second test duration +with the VPP Host Stack configured to utilize the Cubic TCP +congestion algorithm. + +Note: iperf3 is single threaded, so it is expected that the 10 stream +test shows little or no performance improvement due to +multi-thread/multi-core execution. + +There are also variations of these test cases which use the VPP Network +Simulator (NSIM) plugin to test the VPP Hoststack goodput with 1 percent +of the traffic being dropped at the output interface of VPP1 thereby +simulating a lossy network. The NSIM tests are experimental and the +test results are not currently representative of typical results in a +lossy network. diff --git a/docs/content/methodology/hoststack_testing/udpip_with_iperf3.md b/docs/content/methodology/hoststack_testing/udpip_with_iperf3.md new file mode 100644 index 0000000000..9ff3bc42f1 --- /dev/null +++ b/docs/content/methodology/hoststack_testing/udpip_with_iperf3.md @@ -0,0 +1,45 @@ +--- +bookToc: false +title: "UDP/IP with iperf3" +weight: 3 +--- + +# UDP/IP with iperf3 + +[iperf3 goodput measurement tool](https://github.com/esnet/iperf) +is used for measuring the maximum attainable goodput of the VPP Host +Stack connection across two instances of VPP running on separate DUT +nodes. iperf3 is a popular open source tool for active measurements +of the maximum achievable goodput on IP networks. + +Because iperf3 utilizes the POSIX socket interface APIs, the current +test configuration utilizes the LD_PRELOAD mechanism in the linux +kernel to connect iperf3 to the VPP Host Stack using the VPP +Communications Library (VCL) LD_PRELOAD library (libvcl_ldpreload.so). + +In the future, a forked version of iperf3 which has been modified to +directly use the VCL application APIs may be added to determine the +difference in performance of 'VCL Native' applications versus utilizing +LD_PRELOAD which inherently has more overhead and other limitations. + +The test configuration is as follows: + + DUT1 Network DUT2 + [ iperf3-client -> VPP1 ]=======[ VPP2 -> iperf3-server] + +where, + +1. iperf3 server attaches to VPP2 and LISTENs on VPP2:UDP port 5201. +2. iperf3 client attaches to VPP1 and transmits one or more streams + of packets to VPP2:UDP port 5201. +3. iperf3 client transmits a uni-directional stream as fast as the + VPP Host Stack allows to the iperf3 server for the test duration. +4. At the end of the test the iperf3 client emits the goodput + measurements for all streams and the sum of all streams. + +Test cases include 1 and 10 Streams with a 20 second test duration +with the VPP Host Stack using the UDP transport layer.. + +Note: iperf3 is single threaded, so it is expected that the 10 stream +test shows little or no performance improvement due to +multi-thread/multi-core execution. diff --git a/docs/content/methodology/hoststack_testing/vsap_ab_with_nginx.md b/docs/content/methodology/hoststack_testing/vsap_ab_with_nginx.md new file mode 100644 index 0000000000..c954722d91 --- /dev/null +++ b/docs/content/methodology/hoststack_testing/vsap_ab_with_nginx.md @@ -0,0 +1,40 @@ +--- +bookToc: false +title: "VSAP ab with nginx" +weight: 4 +--- + +# VSAP ab with nginx + +[VSAP (VPP Stack Acceleration Project)](https://wiki.fd.io/view/VSAP) +aims to establish an industry user space application ecosystem based on +the VPP hoststack. As a pre-requisite to adapting open source applications +using VPP Communications Library to accelerate performance, the VSAP team +has introduced baseline tests utilizing the LD_PRELOAD mechanism to capture +baseline performance data. + +[AB (Apache HTTP server benchmarking tool)](https://httpd.apache.org/docs/2.4/programs/ab.html) +is used for measuring the maximum connections-per-second and requests-per-second. + +[NGINX](https://www.nginx.com) is a popular open source HTTP server +application. Because NGINX utilizes the POSIX socket interface APIs, the test +configuration uses the LD_PRELOAD mechanism to connect NGINX to the VPP +Hoststack using the VPP Communications Library (VCL) LD_PRELOAD library +(libvcl_ldpreload.so). + +In the future, a version of NGINX which has been modified to +directly use the VCL application APIs will be added to determine the +difference in performance of 'VCL Native' applications versus utilizing +LD_PRELOAD which inherently has more overhead and other limitations. + +The test configuration is as follows: + + TG Network DUT + [ AB ]=============[ VPP -> nginx ] + +where, + +1. nginx attaches to VPP and listens on TCP port 80 +2. ab runs CPS and RPS tests with packets flowing from the Test Generator node, + across 100G NICs, through VPP hoststack to NGINX. +3. At the end of the tests, the results are reported by AB. diff --git a/docs/content/methodology/internet_protocol_security_ipsec.md b/docs/content/methodology/internet_protocol_security_ipsec.md new file mode 100644 index 0000000000..5cee667868 --- /dev/null +++ b/docs/content/methodology/internet_protocol_security_ipsec.md @@ -0,0 +1,75 @@ +--- +bookToc: false +title: "Internet Protocol Security (IPsec)" +weight: 11 +--- + +# Internet Protocol Security (IPsec) + +VPP IPsec performance tests are executed for the following crypto +plugins: + +- `crypto_native`, used for software based crypto leveraging CPU + platform optimizations e.g. Intel's AES-NI instruction set. +- `crypto_ipsecmb`, used for hardware based crypto with Intel QAT PCIe + cards. + +## IPsec with VPP Native SW Crypto + +CSIT implements following IPsec test cases relying on VPP native crypto +(`crypto_native` plugin): + + **VPP Crypto Engine** | **ESP Encryption** | **ESP Integrity** | **Scale Tested** +----------------------:|-------------------:|------------------:|-----------------: + crypto_native | AES[128\|256]-GCM | GCM | 1 to 60k tunnels + crypto_native | AES128-CBC | SHA[256\|512] | 1 to 60k tunnels + +VPP IPsec with SW crypto are executed in both tunnel and policy modes, +with tests running on 3-node testbeds: 3n-icx, 3n-tsh. + +## IPsec with Intel QAT HW + +CSIT implements following IPsec test cases relying on ipsecmb library +(`crypto_ipsecmb` plugin) and Intel QAT 8950 (50G HW crypto card): + +dpdk_cryptodev + + **VPP Crypto Engine** | **VPP Crypto Workers** | **ESP Encryption** | **ESP Integrity** | **Scale Tested** +----------------------:|-----------------------:|-------------------:|------------------:|-----------------: + crypto_ipsecmb | sync/all workers | AES[128\|256]-GCM | GCM | 1, 1k tunnels + crypto_ipsecmb | sync/all workers | AES[128]-CBC | SHA[256\|512] | 1, 1k tunnels + crypto_ipsecmb | async/crypto worker | AES[128\|256]-GCM | GCM | 1, 4, 1k tunnels + crypto_ipsecmb | async/crypto worker | AES[128]-CBC | SHA[256\|512] | 1, 4, 1k tunnels + +## IPsec with Async Crypto Feature Workers + +*TODO Description to be added* + +## IPsec Uni-Directional Tests with VPP Native SW Crypto + +CSIT implements following IPsec uni-directional test cases relying on VPP native +crypto (`crypto_native` plugin) in tunnel mode: + + **VPP Crypto Engine** | **ESP Encryption** | **ESP Integrity** | **Scale Tested** +----------------------:|-------------------:|------------------:|-------------------: + crypto_native | AES[128\|256]-GCM | GCM | 4, 1k, 10k tunnels + crypto_native | AES128-CBC | SHA[512] | 4, 1k, 10k tunnels + +In policy mode: + + **VPP Crypto Engine** | **ESP Encryption** | **ESP Integrity** | **Scale Tested** +----------------------:|-------------------:|------------------:|------------------: + crypto_native | AES[256]-GCM | GCM | 1, 40, 1k tunnels + +The tests are running on 2-node testbeds: 2n-tx2. The uni-directional tests +are partially addressing a weakness in 2-node testbed setups with T-Rex as +the traffic generator. With just one DUT node, we can either encrypt or decrypt +traffic in each direction. + +The testcases are only doing encryption - packets are encrypted on the DUT and +then arrive at TG where no additional packet processing is needed (just +counting packets). + +Decryption would require that the traffic generator generated encrypted packets +which the DUT then would decrypt. However, T-Rex does not have the capability +to encrypt packets. diff --git a/docs/content/methodology/multi_core_speedup.md b/docs/content/methodology/multi_core_speedup.md new file mode 100644 index 0000000000..e0ff7e446a --- /dev/null +++ b/docs/content/methodology/multi_core_speedup.md @@ -0,0 +1,52 @@ +--- +bookToc: false +title: "Multi-Core Speedup" +weight: 13 +--- + +# Multi-Core Speedup + +All performance tests are executed with single physical core and with +multiple cores scenarios. + +## Intel Hyper-Threading (HT) + +Intel Xeon processors used in FD.io CSIT can operate either in HT +Disabled mode (single logical core per each physical core) or in HT +Enabled mode (two logical cores per each physical core). HT setting is +applied in BIOS and requires server SUT reload for it to take effect, +making it impractical for continuous changes of HT mode of operation. + +Performance tests are executed with server SUTs' Intel XEON processors +configured with Intel Hyper-Threading Enabled for all Xeon +Cascadelake and Xeon Icelake testbeds. + +## Multi-core Tests + +Multi-core tests are executed in the following VPP worker thread and physical +core configurations: + +#. Intel Xeon Icelake and Cascadelake testbeds (2n-icx, 3n-icx, 2n-clx) + with Intel HT enabled (2 logical CPU cores per each physical core): + + #. 2t1c - 2 VPP worker threads on 1 physical core. + #. 4t2c - 4 VPP worker threads on 2 physical cores. + #. 8t4c - 8 VPP worker threads on 4 physical cores. + +VPP worker threads are the data plane threads running on isolated +logical cores. With Intel HT enabled VPP workers are placed as sibling +threads on each used physical core. VPP control threads (main, stats) +are running on a separate non-isolated core together with other Linux +processes. + +In all CSIT tests care is taken to ensure that each VPP worker handles +the same amount of received packet load and does the same amount of +packet processing work. This is achieved by evenly distributing per +interface type (e.g. physical, virtual) receive queues over VPP workers +using default VPP round-robin mapping and by loading these queues with +the same amount of packet flows. + +If number of VPP workers is higher than number of physical or virtual +interfaces, multiple receive queues are configured on each interface. +NIC Receive Side Scaling (RSS) for physical interfaces and multi-queue +for virtual interfaces are used for this purpose.
\ No newline at end of file diff --git a/docs/content/methodology/network_address_translation.md b/docs/content/methodology/network_address_translation.md new file mode 100644 index 0000000000..a46ea9af30 --- /dev/null +++ b/docs/content/methodology/network_address_translation.md @@ -0,0 +1,446 @@ +--- +bookToc: false +title: "Network Address Translation" +weight: 7 +--- + +# Network Address Translation + +## NAT44 Prefix Bindings + +NAT44 prefix bindings should be representative to target applications, +where a number of private IPv4 addresses from the range defined by +RFC1918 is mapped to a smaller set of public IPv4 addresses from the +public range. + +Following quantities are used to describe inside to outside IP address +and port bindings scenarios: + +- Inside-addresses, number of inside source addresses + (representing inside hosts). +- Ports-per-inside-address, number of TCP/UDP source + ports per inside source address. +- Outside-addresses, number of outside (public) source addresses + allocated to NAT44. +- Ports-per-outside-address, number of TCP/UDP source + ports per outside source address. The maximal number of + ports-per-outside-address usable for NAT is 64 512 + (in non-reserved port range 1024-65535, RFC4787). +- Sharing-ratio, equal to inside-addresses divided by outside-addresses. + +CSIT NAT44 tests are designed to take into account the maximum number of +ports (sessions) required per inside host (inside-address) and at the +same time to maximize the use of outside-address range by using all +available outside ports. With this in mind, the following scheme of +NAT44 sharing ratios has been devised for use in CSIT: + + **ports-per-inside-address** | **sharing-ratio** +-----------------------------:|------------------: + 63 | 1024 + 126 | 512 + 252 | 256 + 504 | 128 + +Initial CSIT NAT44 tests, including associated TG/TRex traffic profiles, +are based on ports-per-inside-address set to 63 and the sharing ratio of +1024. This approach is currently used for all NAT44 tests including +NAT44det (NAT44 deterministic used for Carrier Grade NAT applications) +and NAT44ed (Endpoint Dependent). + +Private address ranges to be used in tests: + +- 192.168.0.0 - 192.168.255.255 (192.168/16 prefix) + + - Total of 2^16 (65 536) of usable IPv4 addresses. + - Used in tests for up to 65 536 inside addresses (inside hosts). + +- 172.16.0.0 - 172.31.255.255 (172.16/12 prefix) + + - Total of 2^20 (1 048 576) of usable IPv4 addresses. + - Used in tests for up to 1 048 576 inside addresses (inside hosts). + +### NAT44 Session Scale + +NAT44 session scale tested is govern by the following logic: + +- Number of inside-addresses(hosts) H[i] = (H[i-1] x 2^2) with H(0)=1 024, + i = 1,2,3, ... + + - H[i] = 1 024, 4 096, 16 384, 65 536, 262 144, ... + +- Number of sessions S[i] = H[i] * ports-per-inside-address + + - ports-per-inside-address = 63 + + **i** | **hosts** | **sessions** +------:|----------:|-------------: + 0 | 1 024 | 64 512 + 1 | 4 096 | 258 048 + 2 | 16 384 | 1 032 192 + 3 | 65 536 | 4 128 768 + 4 | 262 144 | 16 515 072 + +### NAT44 Deterministic + +NAT44det performance tests are using TRex STL (Stateless) API and traffic +profiles, similar to all other stateless packet forwarding tests like +ip4, ip6 and l2, sending UDP packets in both directions +inside-to-outside and outside-to-inside. + +The inside-to-outside traffic uses single destination address (20.0.0.0) +and port (1024). +The inside-to-outside traffic covers whole inside address and port range, +the outside-to-inside traffic covers whole outside address and port range. + +NAT44det translation entries are created during the ramp-up phase, +followed by verification that all entries are present, +before proceeding to the main measurements of the test. +This ensures session setup does not impact the forwarding performance test. + +Associated CSIT test cases use the following naming scheme to indicate +NAT44det scenario tested: + +- ethip4udp-nat44det-h{H}-p{P}-s{S}-[mrr|ndrpdr|soak] + + - {H}, number of inside hosts, H = 1024, 4096, 16384, 65536, 262144. + - {P}, number of ports per inside host, P = 63. + - {S}, number of sessions, S = 64512, 258048, 1032192, 4128768, + 16515072. + - [mrr|ndrpdr|soak], MRR, NDRPDR or SOAK test. + +### NAT44 Endpoint-Dependent + +In order to excercise NAT44ed ability to translate based on both +source and destination address and port, the inside-to-outside traffic +varies also destination address and port. Destination port is the same +as source port, destination address has the same offset as the source address, +but applied to different subnet (starting with 20.0.0.0). + +As the mapping is not deterministic (for security reasons), +we cannot easily use stateless bidirectional traffic profiles. +Inside address and port range is fully covered, +but we do not know which outside-to-inside source address and port to use +to hit an open session. + +Therefore, NAT44ed is benchmarked using following methodologies: + +- Unidirectional throughput using *stateless* traffic profile. +- Connections-per-second (CPS) using *stateful* traffic profile. +- Bidirectional throughput (TPUT, see below) using *stateful* traffic profile. + +Unidirectional NAT44ed throughput tests are using TRex STL (Stateless) +APIs and traffic profiles, but with packets sent only in +inside-to-outside direction. +Similarly to NAT44det, NAT44ed unidirectional throughput tests include +a ramp-up phase to establish and verify the presence of required NAT44ed +binding entries. As the sessions have finite duration, the test code +keeps inserting ramp-up trials during the search, if it detects a risk +of sessions timing out. Any zero loss trial visits all sessions, +so it acts also as a ramp-up. + +Stateful NAT44ed tests are using TRex ASTF (Advanced Stateful) APIs and +traffic profiles, with packets sent in both directions. Tests are run +with both UDP and TCP sessions. +As NAT44ed CPS (connections-per-second) stateful tests +measure (also) session opening performance, +they use state reset instead of ramp-up trial. +NAT44ed TPUT (bidirectional throughput) tests prepend ramp-up trials +as in the unidirectional tests, +so the test results describe performance without translation entry +creation overhead. + +Associated CSIT test cases use the following naming scheme to indicate +NAT44det case tested: + +- Stateless: ethip4udp-nat44ed-h{H}-p{P}-s{S}-udir-[mrr|ndrpdr|soak] + + - {H}, number of inside hosts, H = 1024, 4096, 16384, 65536, 262144. + - {P}, number of ports per inside host, P = 63. + - {S}, number of sessions, S = 64512, 258048, 1032192, 4128768, + 16515072. + - udir-[mrr|ndrpdr|soak], unidirectional stateless tests MRR, NDRPDR + or SOAK. + +- Stateful: ethip4[udp|tcp]-nat44ed-h{H}-p{P}-s{S}-[cps|tput]-[mrr|ndrpdr|soak] + + - [udp|tcp], UDP or TCP sessions + - {H}, number of inside hosts, H = 1024, 4096, 16384, 65536, 262144. + - {P}, number of ports per inside host, P = 63. + - {S}, number of sessions, S = 64512, 258048, 1032192, 4128768, + 16515072. + - [cps|tput], connections-per-second session establishment rate or + packets-per-second average rate, or packets-per-second rate + without session establishment. + - [mrr|ndrpdr|soak], bidirectional stateful tests MRR, NDRPDR, or SOAK. + +## Stateful traffic profiles + +There are several important details which distinguish ASTF profiles +from stateless profiles. + +### General considerations + +#### Protocols + +ASTF profiles are limited to either UDP or TCP protocol. + +#### Programs + +Each template in the profile defines two "programs", one for the client side +and one for the server side. + +Each program specifies when that side has to wait until enough data is received +(counted in packets for UDP and in bytes for TCP) +and when to send additional data. Together, the two programs +define a single transaction. Due to packet loss, transaction may take longer, +use more packets (retransmission) or never finish in its entirety. + +#### Instances + +A client instance is created according to TPS parameter for the trial, +and sends the first packet of the transaction (in some cases more packets). +Each client instance uses a different source address (see sequencing below) +and some source port. The destination address also comes from a range, +but destination port has to be constant for a given program. + +TRex uses an opaque way to chose source ports, but as session counting shows, +next client with the same source address uses a different source port. + +Server instance is created when the first packet arrives to the server side. +Source address and port of the first packet are used as destination address +and port for the server responses. This is the ability we need +when outside surface is not predictable. + +When a program reaches its end, the instance is deleted. +This creates possible issues with server instances. If the server instance +does not read all the data client has sent, late data packets +can cause a second copy of server instance to be created, +which breaks assumptions on how many packet a transaction should have. + +The need for server instances to read all the data reduces the overall +bandwidth TRex is able to create in ASTF mode. + +Note that client instances are not created on packets, +so it is safe to end client program without reading all server data +(unless the definition of transaction success requires that). + +#### Sequencing + +ASTF profiles offer two modes for choosing source and destination IP addresses +for client programs: seqential and pseudorandom. +In current tests we are using sequential addressing only (if destination +address varies at all). + +For client destination UDP/TCP port, we use a single constant value. +(TRex can support multiple program pairs in the same traffic profile, +distinguished by the port number.) + +#### Transaction overlap + +If a transaction takes longer to finish, compared to period implied by TPS, +TRex will have multiple client or server instances active at a time. + +During calibration testing we have found this increases CPU utilization, +and for high TPS it can lead to TRex's Rx or Tx buffers becoming full. +This generally leads to duration stretching, and/or packet loss on TRex. + +Currently used transactions were chosen to be short, so risk of bad behavior +is decreased. But in MRR tests, where load is computed based on NIC ability, +not TRex ability, anomalous behavior is still possible +(e.g. MRR values being way lower than NDR). + +#### Delays + +TRex supports adding constant delays to ASTF programs. +This can be useful, for example if we want to separate connection establishment +from data transfer. + +But as TRex tracks delayed instances as active, this still results +in higher CPU utilization and reduced performance issues +(as other overlaping transactions). So the current tests do not use any delays. + +#### Keepalives + +Both UDP and TCP protocol implementations in TRex programs support keepalive +duration. That means there is a configurable period of keepalive time, +and TRex sends keepalive packets automatically (outside the program) +for the time the program is active (started, not ended yet) +but not sending any packets. + +For TCP this is generally not a big deal, as the other side usually +retransmits faster. But for UDP it means a packet loss may leave +the receiving program running. + +In order to avoid keepalive packets, keepalive value is set to a high number. +Here, "high number" means that even at maximum scale and minimum TPS, +there are still no keepalive packets sent within the corresponding +(computed) trial duration. This number is kept the same also for +smaller scale traffic profiles, to simplify maintenance. + +#### Transaction success + +The transaction is considered successful at Layer-7 (L7) level +when both program instances close. At this point, various L7 counters +(unofficial name) are updated on TRex. + +We found that proper close and L7 counter update can be CPU intensive, +whereas lower-level counters (ipackets, opackets) called L2 counters +can keep up with higher loads. + +For some tests, we do not need to confirm the whole transaction was successful. +CPS (connections per second) tests are a typical example. +We care only for NAT44ed creating a session (needs one packet +in inside-to-outside direction per session) and being able to use it +(needs one packet in outside-to-inside direction). + +Similarly in TPUT tests (packet throuput, counting both control +and data packets), we care about NAT44ed ability to forward packets, +we do not care whether aplications (TRex) can fully process them at that rate. + +Therefore each type of tests has its own formula (usually just one counter +already provided by TRex) to count "successful enough" transactions +and attempted transactions. Currently, all tests relying on L7 counters +use size-limited profiles, so they know what the count of attempted +transactions should be, but due to duration stretching +TRex might have been unable to send that many packets. +For search purposes, unattempted transactions are treated the same +as attempted but failed transactions. + +Sometimes even the number of transactions as tracked by search algorithm +does not match the transactions as defined by ASTF programs. +See TCP TPUT profile below. + +### UDP CPS + +This profile uses a minimalistic transaction to verify NAT44ed session has been +created and it allows outside-to-inside traffic. + +Client instance sends one packet and ends. +Server instance sends one packet upon creation and ends. + +In principle, packet size is configurable, +but currently used tests apply only one value (100 bytes frame). + +Transaction counts as attempted when opackets counter increases on client side. +Transaction counts as successful when ipackets counter increases on client side. + +### TCP CPS + +This profile uses a minimalistic transaction to verify NAT44ed session has been +created and it allows outside-to-inside traffic. + +Client initiates TCP connection. Client waits until connection is confirmed +(by reading zero data bytes). Client ends. +Server accepts the connection. Server waits for indirect confirmation +from client (by waiting for client to initiate close). Server ends. + +Without packet loss, the whole transaction takes 7 packets to finish +(4 and 3 per direction). +From NAT44ed point of view, only the first two are needed to verify +the session got created. + +Packet size is not configurable, but currently used tests report +frame size as 64 bytes. + +Transaction counts as attempted when tcps_connattempt counter increases +on client side. +Transaction counts as successful when tcps_connects counter increases +on client side. + +### UDP TPUT + +This profile uses a small transaction of "request-response" type, +with several packets simulating data payload. + +Client sends 5 packets and closes immediately. +Server reads all 5 packets (needed to avoid late packets creating new +server instances), then sends 5 packets and closes. +The value 5 was chosen to mirror what TCP TPUT (see below) choses. + +Packet size is configurable, currently we have tests for 100, +1518 and 9000 bytes frame (to match size of TCP TPUT data frames, see below). + +As this is a packet oriented test, we do not track the whole +10 packet transaction. Similarly to stateless tests, we treat each packet +as a "transaction" for search algorthm packet loss ratio purposes. +Therefore a "transaction" is attempted when opacket counter on client +or server side is increased. Transaction is successful if ipacket counter +on client or server side is increased. + +If one of 5 client packets is lost, server instance will get stuck +in the reading phase. This probably decreases TRex performance, +but it leads to more stable results then alternatives. + +### TCP TPUT + +This profile uses a small transaction of "request-response" type, +with some data amount to be transferred both ways. + +In CSIT release 22.06, TRex behavior changed, so we needed to edit +the traffic profile. Let us describe the pre-22.06 profile first. + +Client connects, sends 5 data packets worth of data, +receives 5 data packets worth of data and closes its side of the connection. +Server accepts connection, reads 5 data packets worth of data, +sends 5 data packets worth of data and closes its side of the connection. +As usual in TCP, sending side waits for ACK from the receiving side +before proceeding with next step of its program. + +Server read is needed to avoid premature close and second server instance. +Client read is not stricly needed, but ACKs allow TRex to close +the server instance quickly, thus saving CPU and improving performance. + +The number 5 of data packets was chosen so TRex is able to send them +in a single burst, even with 9000 byte frame size (TRex has a hard limit +on initial window size). +That leads to 16 packets (9 of them in c2s direction) to be exchanged +if no loss occurs. +The size of data packets is controlled by the traffic profile setting +the appropriate maximum segment size. Due to TRex restrictions, +the minimal size for IPv4 data frame achievable by this method is 70 bytes, +which is more than our usual minimum of 64 bytes. +For that reason, the data frame sizes available for testing are 100 bytes +(that allows room for eventually adding IPv6 ASTF tests), +1518 bytes and 9000 bytes. There is no control over control packet sizes. + +Exactly as in UDP TPUT, ipackets and opackets counters are used for counting +"transactions" (in fact packets). + +If packet loss occurs, there can be large transaction overlap, even if most +ASTF programs finish eventually. This can lead to big duration stretching +and somehow uneven rate of packets sent. This makes it hard to interpret +MRR results (frequently MRR is below NDR for this reason), +but NDR and PDR results tend to be stable enough. + +In 22.06, the "ACK from the receiving side" behavior changed, +the receiving side started sending ACK sometimes +also before receiving the full set of 5 data packets. +If the previous profile is understood as a "single challenge, single response" +where challenge (and also response) is sent as a burst of 5 data packets, +the new profile uses "bursts" of 1 packet instead, but issues +the challenge-response part 5 times sequentially +(waiting for receiving the response before sending next challenge). +This new profile happens to have the same overall packet count +(when no re-transmissions are needed). +Although it is possibly more taxing for TRex CPU, +the results are comparable to the old traffic profile. + +## Ip4base tests + +Contrary to stateless traffic profiles, we do not have a simple limit +that would guarantee TRex is able to send traffic at specified load. +For that reason, we have added tests where "nat44ed" is replaced by "ip4base". +Instead of NAT44ed processing, the tests set minimalistic IPv4 routes, +so that packets are forwarded in both inside-to-outside and outside-to-inside +directions. + +The packets arrive to server end of TRex with different source address&port +than in NAT44ed tests (no translation to outside values is done with ip4base), +but those are not specified in the stateful traffic profiles. +The server end (as always) uses the received address&port as destination +for outside-to-inside traffic. Therefore the same stateful traffic profile +works for both NAT44ed and ip4base test (of the same scale). + +The NAT44ed results are displayed together with corresponding ip4base results. +If they are similar, TRex is probably the bottleneck. +If NAT44ed result is visibly smaller, it describes the real VPP performance. diff --git a/docs/content/methodology/packet_flow_ordering.md b/docs/content/methodology/packet_flow_ordering.md new file mode 100644 index 0000000000..b5f6122502 --- /dev/null +++ b/docs/content/methodology/packet_flow_ordering.md @@ -0,0 +1,43 @@ +--- +bookToc: false +title: "Packet Flow Ordering" +weight: 9 +--- + +# Packet Flow Ordering + +TRex Traffic Generator (TG) supports two main ways how to cover +address space (on allowed ranges) in scale tests. + +In most cases only one field value (e.g. IPv4 destination address) is +altered, in some cases two fields (e.g. IPv4 destination address and UDP +destination port) are altered. + +## Incremental Ordering + +This case is simpler to implement and offers greater control. + +When changing two fields, they can be incremented synchronously, or one +after another. In the latter case we can specify which one is +incremented each iteration and which is incremented by "carrying over" +only when the other "wraps around". This way also visits all +combinations once before the "carry" field also wraps around. + +It is possible to use increments other than 1. + +## Randomized Ordering + +This case chooses each field value at random (from the allowed range). +In case of two fields, they are treated independently. +TRex allows to set random seed to get deterministic numbers. +We use a different seed for each field and traffic direction. +The seed has to be a non-zero number, we use 1, 2, 3, and so on. + +The seeded random mode in TRex requires a "limit" value, +which acts as a cycle length limit (after this many iterations, +the seed resets to its initial value). +We use the maximal allowed limit value (computed as 2^24 - 1). + +Randomized profiles do not avoid duplicated values, +and do not guarantee each possible value is visited, +so it is not very useful for stateful tests. diff --git a/docs/content/methodology/packet_latency.md b/docs/content/methodology/packet_latency.md new file mode 100644 index 0000000000..9d1cdd6f99 --- /dev/null +++ b/docs/content/methodology/packet_latency.md @@ -0,0 +1,46 @@ +--- +bookToc: false +title: "Packet Latency" +weight: 8 +--- + +# Packet Latency + +TRex Traffic Generator (TG) is used for measuring one-way latency in +2-Node and 3-Node physical testbed topologies. TRex integrates +[High Dynamic Range Histogram (HDRH)](http://hdrhistogram.org/) +functionality and reports per packet latency distribution for latency +streams sent in parallel to the main load packet streams. + +Following methodology is used: + +- Only NDRPDR test type measures latency and only after NDR and PDR + values are determined. Other test types do not involve latency + streams. +- Latency is measured at different background load packet rates: + + - No-Load: latency streams only. + - Low-Load: at 10% PDR. + - Mid-Load: at 50% PDR. + - High-Load: at 90% PDR. + +- Latency is measured for all tested packet sizes except IMIX due to + TRex TG restriction. +- TG sends dedicated latency streams, one per direction, each at the + rate of 9 kpps at the prescribed packet size; these are sent in + addition to the main load streams. +- TG reports Min/Avg/Max and HDRH latency values distribution per stream + direction, hence two sets of latency values are reported per test case + (marked as E-W and W-E). +- +/- 1 usec is the measurement accuracy of TRex TG and the data in HDRH + latency values distribution is rounded to microseconds. +- TRex TG introduces a (background) always-on Tx + Rx latency bias of 4 + usec on average per direction resulting from TRex software writing and + reading packet timestamps on CPU cores. Quoted values are based on TG + back-to-back latency measurements. +- Latency graphs are not smoothed, each latency value has its own + horizontal line across corresponding packet percentiles. +- Percentiles are shown on X-axis using a logarithmic scale, so the + maximal latency value (ending at 100% percentile) would be in + infinity. The graphs are cut at 99.9999% (hover information still + lists 100%).
\ No newline at end of file diff --git a/docs/content/methodology/per_thread_resources.md b/docs/content/methodology/per_thread_resources.md new file mode 100644 index 0000000000..a1d65a873f --- /dev/null +++ b/docs/content/methodology/per_thread_resources.md @@ -0,0 +1,103 @@ +--- +bookToc: false +title: "Per Thread Resources" +weight: 2 +--- + +# Per Thread Resources + +CSIT test framework is managing mapping of the following resources per +thread: + +1. Cores, physical cores (pcores) allocated as pairs of sibling logical cores + (lcores) if server in HyperThreading/SMT mode, or as single lcores + if server not in HyperThreading/SMT mode. Note that if server's + processors are running in HyperThreading/SMT mode sibling lcores are + always used. +2. Receive Queues (RxQ), packet receive queues allocated on each + physical and logical interface tested. +3. Transmit Queues(TxQ), packet transmit queues allocated on each + physical and logical interface tested. + +Approach to mapping per thread resources depends on the application/DUT +tested (VPP or DPDK apps) and associated thread types, as follows: + +1. Data-plane workers, used for data-plane packet processing, when no + feature workers present. + + - Cores: data-plane workers are typically tested in 1, 2 and 4 pcore + configurations, running on single lcore per pcore or on sibling + lcores per pcore. Result is a set of {T}t{C}c thread-core + configurations, where{T} stands for a total number of threads + (lcores), and {C} for a total number of pcores. Tested + configurations are encoded in CSIT test case names, + e.g. "1c", "2c", "4c", and test tags "2T1C"(or "1T1C"), "4T2C" + (or "2T2C"), "8T4C" (or "4T4C"). + - Interface Receive Queues (RxQ): as of CSIT-2106 release, number of + RxQs used on each physical or virtual interface is equal to the + number of data-plane workers. In other words each worker has a + dedicated RxQ on each interface tested. This ensures packet + processing load to be equal for each worker, subject to RSS flow + load balancing efficacy. Note: Before CSIT-2106 total number of + RxQs across all interfaces of specific type was equal to the + number of data-plane workers. + - Interface Transmit Queues (TxQ): number of TxQs used on each + physical or virtual interface is equal to the number of data-plane + workers. In other words each worker has a dedicated TxQ on each + interface tested. + - Applies to VPP and DPDK Testpmd and L3Fwd. + +2. Data-plane and feature workers (e.g. IPsec async crypto workers), the + latter dedicated to specific feature processing. + + - Cores: data-plane and feature workers are tested in 2, 3 and 4 + pcore configurations, running on single lcore per pcore or on + sibling lcores per pcore. This results in a two sets of + thread-core combinations separated by "-", {T}t{C}c-{T}t{C}c, with + the leading set denoting total number of threads (lcores) and + pcores used for data-plane workers, and the trailing set denoting + total number of lcores and pcores used for feature workers. + Accordingly, tested configurations are encoded in CSIT test case + names, e.g. "1c-1c", "1c-2c", "1c-3c", and test tags "2T1C_2T1C" + (or "1T1C_1T1C"), "2T1C_4T2C"(or "1T1C_2T2C"), "2T1C_6T3C" + (or "1T1C_3T3C"). + - RxQ and TxQ: no RxQs and no TxQs are used by feature workers. + - Applies to VPP only. + +3. Management/main worker, control plane and management. + + - Cores: single lcore. + - RxQ: not used (VPP default behaviour). + - TxQ: single TxQ per interface, allocated but not used + (VPP default behaviour). + - Applies to VPP only. + +## VPP Thread Configuration + +Mapping of cores and RxQs to VPP data-plane worker threads is done in +the VPP startup.conf during test suite setup: + +1. `corelist-workers <list_of_cores>`: List of logical cores to run VPP + data-plane workers and feature workers. The actual lcores' + allocations depends on HyperThreading/SMT server configuration and + per test core configuration. + + - For tests without feature workers, by default, all CPU cores + configured in startup.conf are used for data-plane workers. + - For tests with feature workers, CSIT code distributes lcores across + data-plane and feature workers. + +2. `num-rx-queues <value>`: Number of Rx queues used per interface. + +Mapping of TxQs to VPP data-plane worker threads uses the default VPP +setting of one TxQ per interface per data-plane worker. + +## DPDK Thread Configuration + +Mapping of cores and RxQs to DPDK Testpmd/L3Fwd data-plane worker +threads is done in the startup CLI: + +1. `-l <list_of_cores>` - List of logical cores to run DPDK + application. +2. `nb-cores=<N>` - Number of forwarding cores. +3. `rxq=<N>` - Number of Rx queues used per interface. diff --git a/docs/content/methodology/reconfiguration_tests.md b/docs/content/methodology/reconfiguration_tests.md new file mode 100644 index 0000000000..2d1f222674 --- /dev/null +++ b/docs/content/methodology/reconfiguration_tests.md @@ -0,0 +1,69 @@ +--- +bookToc: false +title: "Reconfiguration Tests" +weight: 16 +--- + +# Reconfiguration Tests + +## Overview + +Reconf tests are designed to measure the impact of VPP re-configuration +on data plane traffic. +While VPP takes some measures against the traffic being +entirely stopped for a prolonged time, +the immediate forwarding rate varies during the re-configuration, +as some configurations steps need the active dataplane worker threads +to be stopped temporarily. + +As the usual methods of measuring throughput need multiple trial measurements +with somewhat long durations, and the re-configuration process can also be long, +finding an offered load which would result in zero loss +during the re-configuration process would be time-consuming. + +Instead, reconf tests first find a througput value (lower bound for NDR) +without re-configuration, and then maintain that ofered load +during re-configuration. The measured loss count is then assumed to be caused +by the re-configuration process. The result published by reconf tests +is the effective blocked time, that is +the loss count divided by the offered load. + +## Current Implementation + +Each reconf suite is based on a similar MLRsearch performance suite. + +MLRsearch parameters are changed to speed up the throughput discovery. +For example, PDR is not searched for, and the final trial duration is shorter. + +The MLRsearch suite has to contain a configuration parameter +that can be scaled up, e.g. number of tunnels or number of service chains. +Currently, only increasing the scale is supported +as the re-configuration operation. In future, scale decrease +or other operations can be implemented. + +The traffic profile is not changed, so the traffic present is processed +only by the smaller scale configuration. The added tunnels / chains +are not targetted by the traffic. + +For the re-configuration, the same Robot Framework and Python libraries +are used, as were used in the initial configuration, with the exception +of the final calls that do not interact with VPP (e.g. starting +virtual machines) being skipped to reduce the test overall duration. + +## Discussion + +Robot Framework introduces a certain overhead, which may affect timing +of individual VPP API calls, which in turn may affect +the number of packets lost. + +The exact calls executed may contain unnecessary info dumps, repeated commands, +or commands which change a value that do not need to be changed (e.g. MTU). +Thus, implementation details are affecting the results, even if their effect +on the corresponding MLRsearch suite is negligible. + +The lower bound for NDR is the only value safe to be used when zero packets lost +are expected without re-configuration. But different suites show different +"jitter" in that value. For some suites, the lower bound is not tight, +allowing full NIC buffers to drain quickly between worker pauses. +For other suites, lower bound for NDR still has quite a large probability +of non-zero packet loss even without re-configuration. diff --git a/docs/content/methodology/root_cause_analysis/_index.md b/docs/content/methodology/root_cause_analysis/_index.md new file mode 100644 index 0000000000..79cfe73769 --- /dev/null +++ b/docs/content/methodology/root_cause_analysis/_index.md @@ -0,0 +1,6 @@ +--- +bookCollapseSection: true +bookFlatSection: false +title: "Root Cause Analysis" +weight: 20 +---
\ No newline at end of file diff --git a/docs/content/methodology/root_cause_analysis/perpatch_performance_tests.md b/docs/content/methodology/root_cause_analysis/perpatch_performance_tests.md new file mode 100644 index 0000000000..9b01a80ef2 --- /dev/null +++ b/docs/content/methodology/root_cause_analysis/perpatch_performance_tests.md @@ -0,0 +1,229 @@ +--- +bookToc: false +title: "Per-patch performance tests" +weight: 1 +--- + +# Per-patch performance tests + +Updated for CSIT git commit id: 72b45cfe662107c8e1bb549df71ba51352a898ee. + +A methodology similar to trending analysis is used for comparing performance +before a DUT code change is merged. This can act as a verify job to disallow +changes which would decrease performance without a good reason. + +## Existing jobs + +VPP is the only project currently using such jobs. +They are not started automatically, must be triggered on demand. +They allow full tag expressions, but some tags are enforced (such as MRR). + +There are jobs available for multiple types of testbeds, +based on various processors. +Their Gerrit triggers words are of the form "perftest-{node_arch}" +where the node_arch combinations currently supported are: +2n-clx, 2n-tx2, 2n-zn2, 3n-tsh. + +## Test selection + +Gerrit trigger line without any additional arguments selects +a small set of test cases to run. +If additional arguments are added to the Gerrit trigger, they are treated +as Robot tag expressions to select tests to run. +While very flexible, this method of test selection also allows the user +to accidentally select too high number of tests, blocking the testbed for days. + +What follows is a list of explanations and recommendations +to help users to select the minimal set of tests cases. + +### Verify cycles + +When Gerrit schedules multiple jobs to run for the same patch set, +it waits until all runs are complete. +While it is waiting, it is possible to trigger more jobs +(adding runs to the set Gerrit is waiting for), but it is not possible +to trigger more runs for the same job, until Gerrit is done waiting. +After Gerrit is done waiting, it becames possible to trigger +the same job again. + +Example. User triggers one set of tests on 2n-icx and immediately +also triggers other set of tests on 3n-icx. Then the user notices +2n-icx run end early because of a typo in tag expression. +When the user tries to re-trigger 2n-icx (with fixed tag expression), +that comment gets ignored by Jenkins. +Only when 3n-icx job finishes, the user can trigger 2n-icx. + +### One comment many jobs + +In the past, the CSIT code which parses for perftest trigger comments +was buggy, which lead to bad behavior (as in selection all performance test, +because "perftest" is also a robot tag) when user included multiple +perftest trigger words in the same comment. + +The worst bugs were fixed since then, but it is still recommended +to use just one trigger word per Gerrit comment, just to be safe. + +### Multiple test cases in run + +While Robot supports OR operator, it does not support parentheses, +so the OR operator is not very useful. It is recommended +to use space instead of OR operator. + +Example template: +perftest-2n-icx {tag_expression_1} {tag_expression_2} + +See below for more concrete examples. + +### Suite tags + +Traditionally, CSIT maintains broad Robot tags that can be used to select tests. + +But it is not recommended to use them for test selection, +as it is not that easy to determine how many test cases are selected. + +The recommended way is to look into CSIT repository first, +and locate a specific suite the user is interested in, +and use its suite tag. For example, "ethip4-ip4base" is a suite tag +selecting just one suite in CSIT git repository, +avoiding all scale, container, and other simialr variants. + +Note that CSIT uses "autogen" code generator, +so the robot running in Jenkins has access to more suites +than visible just by looking into CSIT git repository, +so suite tag is not enough to select even the intended suite, +and user still probably wants to narrow down +to a single test case within a suite. + +### Fully specified tag expressions + +Here is one template to select a single test case: +{test_type}AND{nic_model}AND{nic_driver}AND{cores}AND{frame_size}AND{suite_tag} +where the variables are all lower case (so AND operator stands out). + +Currently only one test type is supported by the performance comparison jobs: +"mrr". +The nic_driver options depend on nic_model. For Intel cards "drv_avf" (AVF plugin) +and "drv_vfio_pci" (DPDK plugin) are popular, for Mellanox "drv_rdma_core". +Currently, the performance using "drv_af_xdp" is not reliable enough, so do not use it +unless you are specifically testing for AF_XDP. + +The most popular nic_model is "nic_intel-xxv710", but that is not available +on all testbed types. +It is safe to use "1c" for cores (unless you are suspection multi-core performance +is affected differently) and "64b" for frame size ("78b" for ip6 +and more for dot1q and other encapsulated traffic; +"1518b" is popular for ipsec and other payload-bound tests). + +As there are more test cases than CSIT can periodically test, +it is possible to encounter an old test case that currently fails. +To avoid that, you can look at "job spec" files we use for periodic testing, +for example +[this one](https://github.com/FDio/csit/blob/master/resources/job_specs/report_iterative/2n-icx/vpp-mrr-00.md). + +### Shortening triggers + +Advanced users may use the following tricks to avoid writing long trigger comments. + +Robot supports glob matching, which can be used to select multiple suite tags at once. + +Not specifying one of 6 parts of the recommended expression pattern +will select all available options. For example not specifying nic_driver +for nic_intel-xxv710 will select all 3 applicable drivers. +You can use NOT operator to reject some options (e.g. NOTdrv_af_xdp), +but beware, with NOT the order matters: +tag1ANDtag2NOTtag3 is not the same as tag1NOTtag3ANDtag2, +the latter is evaluated as tag1AND(NOT(tag3ANDtag2)). + +Beware when not specifying nic_model. As a precaution, +CSIT code will insert the defailt NIC model for the tetsbed used. +Example: Specifying drv_rdma_core without specifying nic_model +will fail, as the default nic_model is nic_intel-xxv710 +which does not support RDMA core driver. + +### Complete example + +A user wants to test a VPP change which may affect load balance whith bonding. +Searching tag documentation for "bonding" finds LBOND tag and its variants. +Searching CSIT git repository (directory tests/) finds 8 suite files, +all suited only for 3-node testbeds. +All suites are using vhost, but differ by the forwarding app inside VM +(DPDK or VPP), by the forwarding mode of VPP acting as host level vswitch +(MAC learning or cross connect), and by the number of DUT1-DUT2 links +available (1 or 2). + +As not all NICs and testbeds offer enogh ports for 2 parallel DUT-DUT links, +the user looks at +[testbed specifications](https://github.com/FDio/csit/tree/master/topologies/available) +and finds that only xxv710 NIC on 3n-icx testbed matches the requirements. +Quick look into the suites confirm the smallest frame size is 64 bytes +(despite DOT1Q robot tag, as the encapsulation does not happen on TG-DUT links). +It is ok to use just 1 physical core, as 3n-icx has hyperthreading enabled, +so VPP vswitch will use 2 worker threads. + +The user decides the vswitch forwarding mode is not important +(so choses cross connect as that has less CPU overhead), +but wants to test both NIC drivers (not AF_XDP), both apps in VM, +and both 1 and 2 parallel links. + +After shortening, this is the trigger comment fianlly used: +perftest-3n-icx mrrANDnic_intel-x710AND1cAND64bAND?lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm*NOTdrv_af_xdp + +## Basic operation + +The job builds VPP .deb packages for both the patch under test +(called "current") and its parent patch (called "parent"). + +For each test (from a set defined by tag expression), +both builds are subjected to several trial measurements (BMRR). +Measured samples are grouped to "parent" sequence, +followed by "current" sequence. The same Minimal Description Length +algorithm as in trending is used to decide whether it is one big group, +or two smaller gropus. If it is one group, a "normal" result +is declared for the test. If it is two groups, and current average +is less then parent average, the test is declared a regression. +If it is two groups and current average is larger or equal, +the test is declared a progression. + +The whole job fails (giving -1) if some trial measurement failed, +or if any test was declared a regression. + +## Temporary specifics + +The Minimal Description Length analysis is performed by +CSIT code equivalent to jumpavg-0.1.3 library available on PyPI. + +In hopes of strengthening of signal (code performance) compared to noise +(all other factors influencing the measured values), several workarounds +are applied. + +In contrast to trending, trial duration is set to 10 seconds, +and only 5 samples are measured for each build. +Both parameters are set in ci-management. + +This decreases sensitivity to regressions, but also decreases +probability of false positives. + +## Console output + +The following information as visible towards the end of Jenkins console output, +repeated for each analyzed test. + +The original 5 values are visible in order they were measured. +The 5 values after processing are also visible in output, +this time sorted by value (so people can see minimum and maximum). + +The next output is difference of averages. It is the current average +minus the parent average, expressed as percentage of the parent average. + +The next three outputs contain the jumpavg representation +of the two groups and a combined group. +Here, "bits" is the description length; for "current" sequence +it includes effect from "parent" average value +(jumpavg-0.1.3 penalizes sequences with too close averages). + +Next, a sentence describing which grouping description is shorter, +and by how much bits. +Finally, the test result classification is visible. + +The algorithm does not track test case names, +so test cases are indexed (from 0). diff --git a/docs/content/methodology/suite_generation.md b/docs/content/methodology/suite_generation.md new file mode 100644 index 0000000000..351e70a7d1 --- /dev/null +++ b/docs/content/methodology/suite_generation.md @@ -0,0 +1,125 @@ +--- +bookToc: false +title: "Suite Generation" +weight: 19 +--- + +# Suite Generation + +CSIT uses robot suite files to define tests. +However, not all suite files available for Jenkins jobs +(or manually started bootstrap scripts) are present in CSIT git repository. +They are generated only when needed. + +## Autogen Library + +There is a code generation layer implemented as Python library called "autogen", +called by various bash scripts. + +It generates the full extent of CSIT suites, using the ones in git as templates. + +## Sources + +The generated suites (and their contents) are affected by multiple information +sources, listed below. + +### Git Suites + +The suites present in git repository act as templates for generating suites. +One of autogen design principles is that any template suite should also act +as a full suite (no placeholders). + +In practice, autogen always re-creates the template suite with exactly +the same content, it is one of checks that autogen works correctly. + +### Regenerate Script + +Not all suites present in CSIT git repository act as template for autogen. +The distinction is on per-directory level. Directories with +regenerate_testcases.py script usually consider all suites as templates +(unless possibly not included by the glob patten in the script). + +The script also specifies minimal frame size, indirectly, by specifying protocol +(protocol "ip4" is the default, leading to 64B frame size). + +### Constants + +Values in Constants.py are taken into consideration when generating suites. +The values are mostly related to different NIC models and NIC drivers. + +### Python Code + +Python code in resources/libraries/python/autogen contains several other +information sources. + +#### Testcase Templates + +The test case part of template suite is ignored, test case lines +are created according to text templates in Testcase.py file. + +#### Testcase Argument Lists + +Each testcase template has different number of "arguments", e.g. values +to put into various placeholders. Different test types need different +lists of the argument values, the lists are in regenerate_glob method +in Regenerator.py file. + +#### Iteration Over Values + +Python code detects the test type (usually by substrings of suite file name), +then iterates over different quantities based on type. +For example, only ndrpdr suite templates generate other types (mrr and soak). + +#### Hardcoded Exclusions + +Some combinations of values are known not to work, so they are excluded. +Examples: Density tests for too much CPUs; IMIX for ASTF. + +## Non-Sources + +Some information sources are available in CSIT repository, +but do not affect the suites generated by autogen. + +### Testbeds + +Overall, no information visible in topology yaml files is taken into account +by autogen. + +#### Testbed Architecture + +Historically, suite files are agnostic to testbed architecture, e.g. ICX or ALT. + +#### Testbed Size + +Historically, 2-node and 3-node suites have diferent names, and while +most of the code is common, the differences are not always simple enough. +Autogen treat 2-node and 3-node suites as independent templates. + +TRex suites are intended for a 1-node circuit of otherwise 2-node or 3-node +testbeds, so they support all 3 robot tags. +They are also detected and treated differently by autogen, +mainly because they need different testcase arguments (no CPU count). +Autogen does nothing specifically related to the fact they should run +only in testbeds/NICs with TG-TG line available. + +#### Other Topology Info + +Some bonding tests need two (parallel) links between DUTs. +Autogen does not care, as suites are agnostic. +Robot tag marks the difference, but the link presence is not explicitly checked. + +### Job specs + +Information in job spec files depend on generated suites (not the other way). +Autogen should generate more suites, as job spec is limited by time budget. +More suites should be available for manually triggered verify jobs, +so autogen covers that. + +### Bootstrap Scripts + +Historically, bootstrap scripts perform some logic, +perhaps adding exclusion options to Robot invocation +(e.g. skipping testbed+NIC combinations for tests that need parallel links). + +Once again, the logic here relies on what autogen generates, +autogen does not look into bootstrap scripts. diff --git a/docs/content/methodology/telemetry.md b/docs/content/methodology/telemetry.md new file mode 100644 index 0000000000..ebcfed2728 --- /dev/null +++ b/docs/content/methodology/telemetry.md @@ -0,0 +1,168 @@ +--- +bookToc: false +title: "Telemetry" +weight: 20 +--- + +# Telemetry + +OpenMetrics specifies the de-facto standard for transmitting cloud-native +metrics at scale, with support for both text representation and Protocol +Buffers. + +## RFC + +- RFC2119 +- RFC5234 +- RFC8174 +- draft-richih-opsawg-openmetrics-00 + +## Reference + +[OpenMetrics](https://github.com/OpenObservability/OpenMetrics/blob/master/specification/OpenMetrics.md) + +## Metric Types + +- Gauge +- Counter +- StateSet +- Info +- Histogram +- GaugeHistogram +- Summary +- Unknown + +Telemetry module in CSIT currently support only Gauge, Counter and Info. + +## Anatomy of CSIT telemetry implementation + +Existing implementation consists of several measurment building blocks: +the main measuring block running search algorithms (MLR, PLR, SOAK, MRR, ...), +the latency measuring block and the several telemetry blocks with or without +traffic running on a background. + +The main measuring block must not be interrupted by any read operation that can +impact data plane traffic processing during throughput search algorithm. Thus +operational reads are done before (pre-stat) and after (post-stat) that block. + +Some operational reads must be done while traffic is running and usually +consists of two reads (pre-run-stat, post-run-stat) with defined delay between +them. + +## MRR measurement + + traffic_start(r=mrr) traffic_stop |< measure >| + | | | (r=mrr) | + | pre_run_stat post_run_stat | pre_stat | | post_stat + | | | | | | | | + --o--------o---------------o---------o-------o--------+-------------------+------o------------> + t + + Legend: + - pre_run_stat + - vpp-clear-runtime + - post_run_stat + - vpp-show-runtime + - bash-perf-stat // if extended_debug == True + - pre_stat + - vpp-clear-stats + - vpp-enable-packettrace // if extended_debug == True + - vpp-enable-elog + - post_stat + - vpp-show-stats + - vpp-show-packettrace // if extended_debug == True + - vpp-show-elog + + + |< measure >| + | (r=mrr) | + | | + |< traffic_trial0 >|< traffic_trial1 >|< traffic_trialN >| + | (i=0,t=duration) | (i=1,t=duration) | (i=N,t=duration) | + | | | | + --o------------------------o------------------------o------------------------o---> + t + + +## MLR measurement + + |< measure >| traffic_start(r=pdr) traffic_stop traffic_start(r=ndr) traffic_stop |< [ latency ] >| + | (r=mlr) | | | | | | .9/.5/.1/.0 | + | | | pre_run_stat post_run_stat | | pre_run_stat post_run_stat | | | + | | | | | | | | | | | | + --+-------------------+----o--------o---------------o---------o--------------o--------o---------------o---------o------------[---------------------]---> + t + + Legend: + - pre_run_stat + - vpp-clear-runtime + - post_run_stat + - vpp-show-runtime + - bash-perf-stat // if extended_debug == True + - pre_stat + - vpp-clear-stats + - vpp-enable-packettrace // if extended_debug == True + - vpp-enable-elog + - post_stat + - vpp-show-stats + - vpp-show-packettrace // if extended_debug == True + - vpp-show-elog + + +## MRR measurement + + traffic_start(r=mrr) traffic_stop |< measure >| + | | | (r=mrr) | + | |< stat_runtime >| | stat_pre_trial | | stat_post_trial + | | | | | | | | + ----o---+--------------------------+---o-------------o------------+-------------------+-----o-------------> + t + + Legend: + - stat_runtime + - vpp-runtime + - stat_pre_trial + - vpp-clear-stats + - vpp-enable-packettrace // if extended_debug == True + - stat_post_trial + - vpp-show-stats + - vpp-show-packettrace // if extended_debug == True + + + |< measure >| + | (r=mrr) | + | | + |< traffic_trial0 >|< traffic_trial1 >|< traffic_trialN >| + | (i=0,t=duration) | (i=1,t=duration) | (i=N,t=duration) | + | | | | + --o------------------------o------------------------o------------------------o---> + t + + + |< stat_runtime >| + | | + |< program0 >|< program1 >|< programN >| + | (@=params) | (@=params) | (@=params) | + | | | | + --o------------------------o------------------------o------------------------o---> + t + + +## MLR measurement + + |< measure >| traffic_start(r=pdr) traffic_stop traffic_start(r=ndr) traffic_stop |< [ latency ] >| + | (r=mlr) | | | | | | .9/.5/.1/.0 | + | | | |< stat_runtime >| | | |< stat_runtime >| | | | + | | | | | | | | | | | | + --+-------------------+-----o---+--------------------------+---o--------------o---+--------------------------+---o-----------[---------------------]---> + t + + Legend: + - stat_runtime + - vpp-runtime + - stat_pre_trial + - vpp-clear-stats + - vpp-enable-packettrace // if extended_debug == True + - stat_post_trial + - vpp-show-stats + - vpp-show-packettrace // if extended_debug == True diff --git a/docs/content/methodology/terminology.md b/docs/content/methodology/terminology.md new file mode 100644 index 0000000000..25a1152138 --- /dev/null +++ b/docs/content/methodology/terminology.md @@ -0,0 +1,83 @@ +--- +bookToc: false +title: "Terminology" +weight: 1 +--- + +# Terminology + +- **Frame size**: size of an Ethernet Layer-2 frame on the wire, including + any VLAN tags (dot1q, dot1ad) and Ethernet FCS, but excluding Ethernet + preamble and inter-frame gap. Measured in Bytes. +- **Packet size**: same as frame size, both terms used interchangeably. +- **Inner L2 size**: for tunneled L2 frames only, size of an encapsulated + Ethernet Layer-2 frame, preceded with tunnel header, and followed by + tunnel trailer. Measured in Bytes. +- **Inner IP size**: for tunneled IP packets only, size of an encapsulated + IPv4 or IPv6 packet, preceded with tunnel header, and followed by + tunnel trailer. Measured in Bytes. +- **Device Under Test (DUT)**: In software networking, "device" denotes a + specific piece of software tasked with packet processing. Such device + is surrounded with other software components (such as operating system + kernel). It is not possible to run devices without also running the + other components, and hardware resources are shared between both. For + purposes of testing, the whole set of hardware and software components + is called "System Under Test" (SUT). As SUT is the part of the whole + test setup performance of which can be measured with RFC2544, using + SUT instead of RFC2544 DUT. Device under test + (DUT) can be re-introduced when analyzing test results using whitebox + techniques, but this document sticks to blackbox testing. +- **System Under Test (SUT)**: System under test (SUT) is a part of the + whole test setup whose performance is to be benchmarked. The complete + methodology contains other parts, whose performance is either already + established, or not affecting the benchmarking result. +- **Bi-directional throughput tests**: involve packets/frames flowing in + both east-west and west-east directions over every tested interface of + SUT/DUT. Packet flow metrics are measured per direction, and can be + reported as aggregate for both directions (i.e. throughput) and/or + separately for each measured direction (i.e. latency). In most cases + bi-directional tests use the same (symmetric) load in both directions. +- **Uni-directional throughput tests**: involve packets/frames flowing in + only one direction, i.e. either east-west or west-east direction, over + every tested interface of SUT/DUT. Packet flow metrics are measured + and are reported for measured direction. +- **Packet Loss Ratio (PLR)**: ratio of packets received relative to packets + transmitted over the test trial duration, calculated using formula: + PLR = ( pkts_transmitted - pkts_received ) / pkts_transmitted. + For bi-directional throughput tests aggregate PLR is calculated based + on the aggregate number of packets transmitted and received. +- **Packet Throughput Rate**: maximum packet offered load DUT/SUT forwards + within the specified Packet Loss Ratio (PLR). In many cases the rate + depends on the frame size processed by DUT/SUT. Hence packet + throughput rate MUST be quoted with specific frame size as received by + DUT/SUT during the measurement. For bi-directional tests, packet + throughput rate should be reported as aggregate for both directions. + Measured in packets-per-second (pps) or frames-per-second (fps), + equivalent metrics. +- **Bandwidth Throughput Rate**: a secondary metric calculated from packet + throughput rate using formula: bw_rate = pkt_rate * (frame_size + + L1_overhead) * 8, where L1_overhead for Ethernet includes preamble (8 + Bytes) and inter-frame gap (12 Bytes). For bi-directional tests, + bandwidth throughput rate should be reported as aggregate for both + directions. Expressed in bits-per-second (bps). +- **Non Drop Rate (NDR)**: maximum packet/bandwith throughput rate sustained + by DUT/SUT at PLR equal zero (zero packet loss) specific to tested + frame size(s). MUST be quoted with specific packet size as received by + DUT/SUT during the measurement. Packet NDR measured in + packets-per-second (or fps), bandwidth NDR expressed in + bits-per-second (bps). +- **Partial Drop Rate (PDR)**: maximum packet/bandwith throughput rate + sustained by DUT/SUT at PLR greater than zero (non-zero packet loss) + specific to tested frame size(s). MUST be quoted with specific packet + size as received by DUT/SUT during the measurement. Packet PDR + measured in packets-per-second (or fps), bandwidth PDR expressed in + bits-per-second (bps). +- **Maximum Receive Rate (MRR)**: packet/bandwidth rate regardless of PLR + sustained by DUT/SUT under specified Maximum Transmit Rate (MTR) + packet load offered by traffic generator. MUST be quoted with both + specific packet size and MTR as received by DUT/SUT during the + measurement. Packet MRR measured in packets-per-second (or fps), + bandwidth MRR expressed in bits-per-second (bps). +- **Trial**: a single measurement step. +- **Trial duration**: amount of time over which packets are transmitted and + received in a single measurement step. diff --git a/docs/content/methodology/trending_methodology/_index.md b/docs/content/methodology/trending_methodology/_index.md new file mode 100644 index 0000000000..551d950cc7 --- /dev/null +++ b/docs/content/methodology/trending_methodology/_index.md @@ -0,0 +1,6 @@ +--- +bookCollapseSection: true +bookFlatSection: false +title: "Trending Methodology" +weight: 22 +---
\ No newline at end of file diff --git a/docs/content/methodology/trending_methodology/overview.md b/docs/content/methodology/trending_methodology/overview.md new file mode 100644 index 0000000000..5e28ccdb2d --- /dev/null +++ b/docs/content/methodology/trending_methodology/overview.md @@ -0,0 +1,11 @@ +--- +bookFlatSection: true +title: "Overview" +weight: 1 +--- + +# Overview + +This document describes a high-level design of a system for continuous +performance measuring, trending and change detection for FD.io VPP SW +data plane (and other performance tests run within CSIT sub-project). diff --git a/docs/content/methodology/trending_methodology/trend_analysis.md b/docs/content/methodology/trending_methodology/trend_analysis.md new file mode 100644 index 0000000000..f1ff06baeb --- /dev/null +++ b/docs/content/methodology/trending_methodology/trend_analysis.md @@ -0,0 +1,225 @@ +--- +bookFlatSection: true +title: "Trending Analysis" +weight: 2 +--- + +# Trend Analysis + +All measured performance trend data is treated as time-series data +that is modeled as a concatenation of groups, +within each group the samples come (independently) from +the same normal distribution (with some center and standard deviation). + +Center of the normal distribution for the group (equal to population average) +is called a trend for the group. +All the analysis is based on finding the right partition into groups +and comparing their trends. + +## Anomalies in graphs + +In graphs, the start of the following group is marked as a regression (red +circle) or progression (green circle), if the new trend is lower (or higher +respectively) then the previous group's. + +## Implementation details + +### Partitioning into groups + +While sometimes the samples within a group are far from being distributed +normally, currently we do not have a better tractable model. + +Here, "sample" should be the result of single trial measurement, with group +boundaries set only at test run granularity. But in order to avoid detecting +causes unrelated to VPP performance, the current presentation takes average of +all trials within the run as the sample. Effectively, this acts as a single +trial with aggregate duration. + +Performance graphs show the run average as a dot (not all individual trial +results). + +The group boundaries are selected based on `Minimum Description Length`[^1]. + +### Minimum Description Length + +`Minimum Description Length`[^1] (MDL) is a particular formalization +of `Occam's razor`[^2] principle. + +The general formulation mandates to evaluate a large set of models, +but for anomaly detection purposes, it is useful to consider +a smaller set of models, so that scoring and comparing them is easier. + +For each candidate model, the data should be compressed losslessly, +which includes model definitions, encoded model parameters, +and the raw data encoded based on probabilities computed by the model. +The model resulting in shortest compressed message is the "the" correct model. + +For our model set (groups of normally distributed samples), +we need to encode group length (which penalizes too many groups), +group average (more on that later), group stdev and then all the samples. + +Luckily, the "all the samples" part turns out to be quite easy to compute. +If sample values are considered as coordinates in (multi-dimensional) +Euclidean space, fixing stdev means the point with allowed coordinates +lays on a sphere. Fixing average intersects the sphere with a (hyper)-plane, +and Gaussian probability density on the resulting sphere is constant. +So the only contribution is the "area" of the sphere, which only depends +on the number of samples and stdev. + +A somehow ambiguous part is in choosing which encoding +is used for group size, average and stdev. +Different encodings cause different biases to large or small values. +In our implementation we have chosen probability density +corresponding to uniform distribution (from zero to maximal sample value) +for stdev and average of the first group, +but for averages of subsequent groups we have chosen a distribution +which discourages delimiting groups with averages close together. + +Our implementation assumes that measurement precision is 1.0 pps. +Thus it is slightly wrong for trial durations other than 1.0 seconds. +Also, all the calculations assume 1.0 pps is totally negligible, +compared to stdev value. + +The group selection algorithm currently has no parameters, +all the aforementioned encodings and handling of precision is hard-coded. +In principle, every group selection is examined, and the one encodable +with least amount of bits is selected. +As the bit amount for a selection is just sum of bits for every group, +finding the best selection takes number of comparisons +quadratically increasing with the size of data, +the overall time complexity being probably cubic. + +The resulting group distribution looks good +if samples are distributed normally enough within a group. +But for obviously different distributions (for example +`bimodal distribution`[^3]) the groups tend to focus on less relevant factors +(such as "outlier" density). + +## Common Patterns + +When an anomaly is detected, it frequently falls into few known patterns, +each having its typical behavior over time. + +We are going to describe the behaviors, +as they motivate our choice of trend compliance metrics. + +### Sample time and analysis time + +But first we need to distinguish two roles time plays in analysis, +so it is more clear which role we are referring to. + +Sample time is the more obvious one. +It is the time the sample is generated. +It is the start time or the end time of the Jenkins job run, +does not really matter which (parallel runs are disabled, +and length of gap between samples does not affect metrics). + +Analysis time is the time the current analysis is computed. +Again, the exact time does not usually matter, +what matters is how many later (and how fewer earlier) samples +were considered in the computation. + +For some patterns, it is usual for a previously reported +anomaly to "vanish", or previously unseen anomaly to "appear late", +as later samples change which partition into groups is more probable. + +Dashboard and graphs are always showing the latest analysis time, +the compliance metrics are using earlier sample time +with the same latest analysis time. + +Alerting e-mails use the latest analysis time at the time of sending, +so the values reported there are likely to be different +from the later analysis time results shown in dashboard and graphs. + +### Ordinary regression + +The real performance changes from previously stable value +into a new stable value. + +For medium to high magnitude of the change, one run +is enough for anomaly detection to mark this regression. + +Ordinary progressions are detected in the same way. + +### Small regression + +The real performance changes from previously stable value +into a new stable value, but the difference is small. + +For the anomaly detection algorithm, this change is harder to detect, +depending on the standard deviation of the previous group. + +If the new performance value stays stable, eventually +the detection algorithm is able to detect this anomaly +when there are enough samples around the new value. + +If the difference is too small, it may remain undetected +(as new performance change happens, or full history of samples +is still not enough for the detection). + +Small progressions have the same behavior. + +### Reverted regression + +This pattern can have two different causes. +We would like to distinguish them, but that is usually +not possible to do just by looking at the measured values (and not telemetry). + +In one cause, the real DUT performance has changed, +but got restored immediately. +In the other cause, no real performance change happened, +just some temporary infrastructure issue +has caused a wrong low value to be measured. + +For small measured changes, this pattern may remain undetected. +For medium and big measured changes, this is detected when the regression +happens on just the last sample. + +For big changes, the revert is also immediately detected +as a subsequent progression. The trend is usually different +from the previously stable trend (as the two population averages +are not likely to be exactly equal), but the difference +between the two trends is relatively small. + +For medium changes, the detection algorithm may need several new samples +to detect a progression (as it dislikes single sample groups), +in the meantime reporting regressions (difference decreasing +with analysis time), until it stabilizes the same way as for big changes +(regression followed by progression, small difference +between the old stable trend and last trend). + +As it is very hard for a fault code or an infrastructure issue +to increase performance, the opposite (temporary progression) +almost never happens. + +### Summary + +There is a trade-off between detecting small regressions +and not reporting the same old regressions for a long time. + +For people reading e-mails, a sudden regression with a big number of samples +in the last group means this regression was hard for the algorithm to detect. + +If there is a big regression with just one run in the last group, +we are not sure if it is real, or just a temporary issue. +It is useful to wait some time before starting an investigation. + +With decreasing (absolute value of) difference, the number of expected runs +increases. If there is not enough runs, we still cannot distinguish +real regression from temporary regression just from the current metrics +(although humans frequently can tell by looking at the graph). + +When there is a regression or progression with just a small difference, +it is probably an artifact of a temporary regression. +Not worth examining, unless temporary regressions happen somewhat frequently. + +It is not easy for the metrics to locate the previous stable value, +especially if multiple anomalies happened in the last few weeks. +It is good to compare last trend with long term trend maximum, +as it highlights the difference between "now" and "what could be". +It is good to exclude last week from the trend maximum, +as including the last week would hide all real progressions. + +[^1]: [Minimum Description Length](https://en.wikipedia.org/wiki/Minimum_description_length) +[^2]: [Occam's razor](https://en.wikipedia.org/wiki/Occam%27s_razor) +[^3]: [bimodal distribution](https://en.wikipedia.org/wiki/Bimodal_distribution) diff --git a/docs/content/methodology/trending_methodology/trend_presentation.md b/docs/content/methodology/trending_methodology/trend_presentation.md new file mode 100644 index 0000000000..ac5137ac1a --- /dev/null +++ b/docs/content/methodology/trending_methodology/trend_presentation.md @@ -0,0 +1,37 @@ +--- +bookFlatSection: true +title: "Trending Presentation" +weight: 3 +--- + +# Trend Presentation + +## Failed tests + +The Failed tests tables list the tests which failed during the last test run. +Separate tables are generated for each testbed. + +## Regressions and progressions + +These tables list tests which encountered a regression or progression during the +specified time period, which is currently set to the last 21 days. + +## Trendline Graphs + +Trendline graphs show measured per run averages of MRR values, NDR or PDR +values, group average values, and detected anomalies. +The graphs are constructed as follows: + +- X-axis represents the date in the format MMDD. +- Y-axis represents run-average MRR value, NDR or PDR values in Mpps. For PDR + tests also a graph with average latency at 50% PDR [us] is generated. +- Markers to indicate anomaly classification: + + - Regression - red circle. + - Progression - green circle. + +- The line shows average MRR value of each group. + +In addition the graphs show dynamic labels while hovering over graph data +points, presenting the CSIT build date, measured value, VPP reference, trend job +build ID and the LF testbed ID. diff --git a/docs/content/methodology/trex_traffic_generator.md b/docs/content/methodology/trex_traffic_generator.md new file mode 100644 index 0000000000..1e394d9e50 --- /dev/null +++ b/docs/content/methodology/trex_traffic_generator.md @@ -0,0 +1,196 @@ +--- +bookToc: false +title: "TRex Traffic Generator" +weight: 5 +--- + +# TRex Traffic Generator + +## Usage + +[TRex traffic generator](https://trex-tgn.cisco.com) is used for majority of +CSIT performance tests. TRex is used in multiple types of performance tests, +see [Data Plane Throughtput]({{< ref "data_plane_throughput/data_plane_throughput/#Data Plane Throughtput" >}}) +for more detail. + +## Traffic modes + +TRex is primarily used in two (mutually incompatible) modes. + +### Stateless mode + +Sometimes abbreviated as STL. +A mode with high performance, which is unable to react to incoming traffic. +We use this mode whenever it is possible. +Typical test where this mode is not applicable is NAT44ED, +as DUT does not assign deterministic outside address+port combinations, +so we are unable to create traffic that does not lose packets +in out2in direction. + +Measurement results are based on simple L2 counters +(opackets, ipackets) for each traffic direction. + +### Stateful mode + +A mode capable of reacting to incoming traffic. +Contrary to the stateless mode, only UDP and TCP is supported +(carried over IPv4 or IPv6 packets). +Performance is limited, as TRex needs to do more CPU processing. +TRex suports two subtypes of stateful traffic, +CSIT uses ASTF (Advanced STateFul mode). + +This mode is suitable for NAT44ED tests, as clients send packets from inside, +and servers react to it, so they see the outside address and port to respond to. +Also, they do not send traffic before NAT44ED has created the corresponding +translation entry. + +When possible, L2 counters (opackets, ipackets) are used. +Some tests need L7 counters, which track protocol state (e.g. TCP), +but those values are less than reliable on high loads. + +## Traffic Continuity + +Generated traffic is either continuous, or limited (by number of transactions). +Both modes support both continuities in principle. + +### Continuous traffic + +Traffic is started without any data size goal. +Traffic is ended based on time duration, as hinted by search algorithm. +This is useful when DUT behavior does not depend on the traffic duration. +The default for stateless mode. + +### Limited traffic + +Traffic has defined data size goal (given as number of transactions), +duration is computed based on this goal. +Traffic is ended when the size goal is reached, +or when the computed duration is reached. +This is useful when DUT behavior depends on traffic size, +e.g. target number of NAT translation entries, each to be hit exactly once +per direction. +This is used mainly for stateful mode. + +## Traffic synchronicity + +Traffic can be generated synchronously (test waits for duration) +or asynchronously (test operates during traffic and stops traffic explicitly). + +### Synchronous traffic + +Trial measurement is driven by given (or precomputed) duration, +no activity from test driver during the traffic. +Used for most trials. + +### Asynchronous traffic + +Traffic is started, but then the test driver is free to perform +other actions, before stopping the traffic explicitly. +This is used mainly by reconf tests, but also by some trials +used for runtime telemetry. + +## Trafic profiles + +TRex supports several ways to define the traffic. +CSIT uses small Python modules based on Scapy as definitions. +Details of traffic profiles depend on modes (STL or ASTF), +but some are common for both modes. + +Search algorithms are intentionally unaware of the traffic mode used, +so CSIT defines some terms to use instead of mode-specific TRex terms. + +### Transactions + +TRex traffic profile defines a small number of behaviors, +in CSIT called transaction templates. Traffic profiles also instruct +TRex how to create a large number of transactions based on the templates. + +Continuous traffic loops over the generated transactions. +Limited traffic usually executes each transaction once +(typically as constant number of loops over source addresses, +each loop with different source ports). + +Currently, ASTF profiles define one transaction template each. +Number of packets expected per one transaction varies based on profile details, +as does the criterion for when a transaction is considered successful. + +Stateless transactions are just one packet (sent from one TG port, +successful if received on the other TG port). +Thus unidirectional stateless profiles define one transaction template, +bidirectional stateless profiles define two transaction templates. + +### TPS multiplier + +TRex aims to open transaction specified by the profile at a steady rate. +While TRex allows the transaction template to define its intended "cps" value, +CSIT does not specify it, so the default value of 1 is applied, +meaning TRex will open one transaction per second (and transaction template) +by default. But CSIT invocation uses "multiplier" (mult) argument +when starting the traffic, that multiplies the cps value, +meaning it acts as TPS (transactions per second) input. + +With a slight abuse of nomenclature, bidirectional stateless tests +set "packets per transaction" value to 2, just to keep the TPS semantics +as a unidirectional input value. + +### Duration stretching + +TRex can be IO-bound, CPU-bound, or have any other reason +why it is not able to generate the traffic at the requested TPS. +Some conditions are detected, leading to TRex failure, +for example when the bandwidth does not fit into the line capacity. +But many reasons are not detected. + +Unfortunately, TRex frequently reacts by not honoring the duration +in synchronous mode, taking longer to send the traffic, +leading to lower then requested load offered to DUT. +This usualy breaks assumptions used in search algorithms, +so it has to be avoided. + +For stateless traffic, the behavior is quite deterministic, +so the workaround is to apply a fictional TPS limit (max_rate) +to search algorithms, usually depending only on the NIC used. + +For stateful traffic the behavior is not deterministic enough, +for example the limit for TCP traffic depends on DUT packet loss. +In CSIT we decided to use logic similar to asynchronous traffic. +The traffic driver sleeps for a time, then stops the traffic explicitly. +The library that parses counters into measurement results +than usually treats unsent packets/transactions as lost/failed. + +We have added a IP4base tests for every NAT44ED test, +so that users can compare results. +If the results are very similar, it is probable TRex was the bottleneck. + +### Startup delay + +By investigating TRex behavior, it was found that TRex does not start +the traffic in ASTF mode immediately. There is a delay of zero traffic, +after which the traffic rate ramps up to the defined TPS value. + +It is possible to poll for counters during the traffic +(fist nonzero means traffic has started), +but that was found to influence the NDR results. + +Thus "sleep and stop" stategy is used, which needs a correction +to the computed duration so traffic is stopped after the intended +duration of real traffic. Luckily, it turns out this correction +is not dependend on traffic profile nor CPU used by TRex, +so a fixed constant (0.112 seconds) works well. +Unfortunately, the constant may depend on TRex version, +or execution environment (e.g. TRex in AWS). + +The result computations need a precise enough duration of the real traffic, +luckily server side of TRex has precise enough counter for that. + +It is unknown whether stateless traffic profiles also exhibit a startup delay. +Unfortunately, stateless mode does not have similarly precise duration counter, +so some results (mostly MRR) are affected by less precise duration measurement +in Python part of CSIT code. + +## Measuring Latency + +If measurement of latency is requested, two more packet streams are +created (one for each direction) with TRex flow_stats parameter set to +STLFlowLatencyStats. In that case, returned statistics will also include +min/avg/max latency values and encoded HDRHistogram data.
\ No newline at end of file diff --git a/docs/content/methodology/tunnel_encapsulations.md b/docs/content/methodology/tunnel_encapsulations.md new file mode 100644 index 0000000000..dfb09b8519 --- /dev/null +++ b/docs/content/methodology/tunnel_encapsulations.md @@ -0,0 +1,42 @@ +--- +bookToc: false +title: "Tunnel Encapsulations" +weight: 10 +--- + +# Tunnel Encapsulations + +Tunnel encapsulations testing is grouped based on the type of outer +header: IPv4 or IPv6. + +## IPv4 Tunnels + +VPP is tested in the following IPv4 tunnel baseline configurations: + +- *ip4vxlan-l2bdbase*: VXLAN over IPv4 tunnels with L2 bridge-domain MAC + switching. +- *ip4vxlan-l2xcbase*: VXLAN over IPv4 tunnels with L2 cross-connect. +- *ip4lispip4-ip4base*: LISP over IPv4 tunnels with IPv4 routing. +- *ip4lispip6-ip6base*: LISP over IPv4 tunnels with IPv6 routing. +- *ip4gtpusw-ip4base*: GTPU over IPv4 tunnels with IPv4 routing. + +In all cases listed above low number of MAC, IPv4, IPv6 flows (253 or 254 per +direction) is switched or routed by VPP. + +In addition selected IPv4 tunnels are tested at scale: + +- *dot1q--ip4vxlanscale-l2bd*: VXLAN over IPv4 tunnels with L2 bridge- + domain MAC switching, with scaled up dot1q VLANs (10, 100, 1k), + mapped to scaled up L2 bridge-domains (10, 100, 1k), that are in turn + mapped to (10, 100, 1k) VXLAN tunnels. 64.5k flows are transmitted per + direction. + +## IPv6 Tunnels + +VPP is tested in the following IPv6 tunnel baseline configurations: + +- *ip6lispip4-ip4base*: LISP over IPv4 tunnels with IPv4 routing. +- *ip6lispip6-ip6base*: LISP over IPv4 tunnels with IPv6 routing. + +In all cases listed above low number of IPv4, IPv6 flows (253 or 254 per +direction) is routed by VPP. diff --git a/docs/content/methodology/vpp_device_functional.md b/docs/content/methodology/vpp_device_functional.md new file mode 100644 index 0000000000..2f273fe3ea --- /dev/null +++ b/docs/content/methodology/vpp_device_functional.md @@ -0,0 +1,16 @@ +--- +bookToc: false +title: "VPP_Device Functional" +weight: 18 +--- + +# VPP_Device Functional + +Includes VPP_Device test environment for functional VPP +device tests integrated into LFN CI/CD infrastructure. VPP_Device tests +run on 1-Node testbeds (1n-skx, 1n-arm) and rely on Linux SRIOV Virtual +Function (VF), dot1q VLAN tagging and external loopback cables to +facilitate packet passing over external physical links. Initial focus is +on few baseline tests. New device tests can be added by small edits +to existing CSIT Performance (2-node) test. RF test definition code +stays unchanged with the exception of traffic generator related L2 KWs. diff --git a/docs/content/methodology/vpp_forwarding_modes.md b/docs/content/methodology/vpp_forwarding_modes.md new file mode 100644 index 0000000000..85284a3ec4 --- /dev/null +++ b/docs/content/methodology/vpp_forwarding_modes.md @@ -0,0 +1,105 @@ +--- +bookToc: false +title: "VPP Forwarding Modes" +weight: 3 +--- + +# VPP Forwarding Modes + +VPP is tested in a number of L2, IPv4 and IPv6 packet lookup and +forwarding modes. Within each mode baseline and scale tests are +executed, the latter with varying number of FIB entries. + +## L2 Ethernet Switching + +VPP is tested in three L2 forwarding modes: + +- *l2patch*: L2 patch, the fastest point-to-point L2 path that loops + packets between two interfaces without any Ethernet frame checks or + lookups. +- *l2xc*: L2 cross-connect, point-to-point L2 path with all Ethernet + frame checks, but no MAC learning and no MAC lookup. +- *l2bd*: L2 bridge-domain, multipoint-to-multipoint L2 path with all + Ethernet frame checks, with MAC learning (unless static MACs are used) + and MAC lookup. + +l2bd tests are executed in baseline and scale configurations: + +- *l2bdbase*: Two MAC FIB entries are learned by VPP to enable packet + switching between two interfaces in two directions. VPP L2 switching + is tested with 254 IPv4 unique flows per direction, varying IPv4 + source address per flow in order to invoke RSS based packet + distribution across VPP workers. The same source and destination MAC + address is used for all flows per direction. IPv4 source address is + incremented for every packet. + +- *l2bdscale*: A high number of MAC FIB entries are learned by VPP to + enable packet switching between two interfaces in two directions. + Tested MAC FIB sizes include: i) 10k with 5k unique flows per + direction, ii) 100k with 2 x 50k flows and iii) 1M with 2 x 500k + flows. Unique flows are created by using distinct source and + destination MAC addresses that are changed for every packet using + incremental ordering, making VPP learn (or refresh) distinct src MAC + entries and look up distinct dst MAC entries for every packet. For + details, see + [Packet Flow Ordering]({{< ref "packet_flow_ordering#Packet Flow Ordering" >}}). + +Ethernet wire encapsulations tested include: untagged, dot1q, dot1ad. + +## IPv4 Routing + +IPv4 routing tests are executed in baseline and scale configurations: + +- *ip4base*: Two /32 IPv4 FIB entries are configured in VPP to enable + packet routing between two interfaces in two directions. VPP routing + is tested with 253 IPv4 unique flows per direction, varying IPv4 + source address per flow in order to invoke RSS based packet + distribution across VPP workers. IPv4 source address is incremented + for every packet. + +- *ip4scale*: A high number of /32 IPv4 FIB entries are configured in + VPP. Tested IPv4 FIB sizes include: i) 20k with 10k unique flows per + direction, ii) 200k with 2 * 100k flows and iii) 2M with 2 * 1M + flows. Unique flows are created by using distinct IPv4 destination + addresses that are changed for every packet, using incremental or + random ordering. For details, see + [Packet Flow Ordering]({{< ref "packet_flow_ordering#Packet Flow Ordering" >}}). + +## IPv6 Routing + +Similarly to IPv4, IPv6 routing tests are executed in baseline and scale +configurations: + +- *ip6base*: Two /128 IPv4 FIB entries are configured in VPP to enable + packet routing between two interfaces in two directions. VPP routing + is tested with 253 IPv6 unique flows per direction, varying IPv6 + source address per flow in order to invoke RSS based packet + distribution across VPP workers. IPv6 source address is incremented + for every packet. + +- *ip4scale*: A high number of /128 IPv6 FIB entries are configured in + VPP. Tested IPv6 FIB sizes include: i) 20k with 10k unique flows per + direction, ii) 200k with 2 * 100k flows and iii) 2M with 2 * 1M + flows. Unique flows are created by using distinct IPv6 destination + addresses that are changed for every packet, using incremental or + random ordering. For details, see + [Packet Flow Ordering]({{< ref "packet_flow_ordering#Packet Flow Ordering" >}}). + +## SRv6 Routing + +SRv6 routing tests are executed in a number of baseline configurations, +in each case SR policy and steering policy are configured for one +direction and one (or two) SR behaviours (functions) in the other +directions: + +- *srv6enc1sid*: One SID (no SRH present), one SR function - End. +- *srv6enc2sids*: Two SIDs (SRH present), two SR functions - End and + End.DX6. +- *srv6enc2sids-nodecaps*: Two SIDs (SRH present) without decapsulation, + one SR function - End. +- *srv6proxy-dyn*: Dynamic SRv6 proxy, one SR function - End.AD. +- *srv6proxy-masq*: Masquerading SRv6 proxy, one SR function - End.AM. +- *srv6proxy-stat*: Static SRv6 proxy, one SR function - End.AS. + +In all listed cases low number of IPv6 flows (253 per direction) is +routed by VPP. diff --git a/docs/content/methodology/vpp_startup_settings.md b/docs/content/methodology/vpp_startup_settings.md new file mode 100644 index 0000000000..b682129d12 --- /dev/null +++ b/docs/content/methodology/vpp_startup_settings.md @@ -0,0 +1,45 @@ +--- +bookToc: false +title: "VPP Startup Settings" +weight: 17 +--- + +# VPP Startup Settings + +CSIT code manipulates a number of VPP settings in startup.conf for +optimized performance. List of common settings applied to all tests and +test dependent settings follows. + +## Common Settings + +List of VPP startup.conf settings applied to all tests: + +1. heap-size <value> - set separately for ip4, ip6, stats, main + depending on scale tested. +2. no-tx-checksum-offload - disables UDP / TCP TX checksum offload in + DPDK. Typically needed for use faster vector PMDs (together with + no-multi-seg). +3. buffers-per-numa <value> - sets a number of memory buffers allocated + to VPP per CPU socket. VPP default is 16384. Needs to be increased for + scenarios with large number of interfaces and worker threads. To + accommodate for scale tests, CSIT is setting it to the maximum possible + value corresponding to the limit of DPDK memory mappings (currently + 256). For Xeon Skylake platforms configured with 2MB hugepages and VPP + data-size and buffer-size defaults (2048B and 2496B respectively), this + results in value of 215040 (256 * 840 = 215040, 840 * 2496B buffers fit + in 2MB hugepage). + +## Per Test Settings + +List of vpp startup.conf settings applied dynamically per test: + +1. corelist-workers <list_of_cores> - list of logical cores to run VPP + worker data plane threads. Depends on HyperThreading and core per + test configuration. +2. num-rx-queues <value> - depends on a number of VPP threads and NIC + interfaces. +3. no-multi-seg - disables multi-segment buffers in DPDK, improves + packet throughput, but disables Jumbo MTU support. Disabled for all + tests apart from the ones that require Jumbo 9000B frame support. +4. UIO driver - depends on topology file definition. +5. QAT VFs - depends on NRThreads, each thread = 1QAT VFs. diff --git a/docs/static/PLR_patch.svg b/docs/static/PLR_patch.svg new file mode 100644 index 0000000000..abbe25c3d1 --- /dev/null +++ b/docs/static/PLR_patch.svg @@ -0,0 +1,6011 @@ +<?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" + id="svg2455" + version="1.2" + viewBox="0 0 740.831 400.69033" + height="400.69034pt" + width="740.83099pt"> + <metadata + id="metadata2459"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs310"> + <g + id="g308"> + <symbol + style="overflow:visible" + id="glyph0-0" + overflow="visible"> + <path + id="path2" + d="M 8.125,-10.734375 V 0 H 0.359375 v -10.734375 z m -0.734375,10.0625 V -10.0625 h -6.3125 v 9.390625 z M 6.359375,-7.09375 c 0,0.324219 -0.046875,0.617188 -0.140625,0.875 -0.09375,0.25 -0.230469,0.464844 -0.40625,0.640625 -0.179688,0.167969 -0.386719,0.304687 -0.625,0.40625 C 4.957031,-5.066406 4.703125,-5.007812 4.421875,-5 L 4.375,-3.734375 c 0,0.054687 -0.042969,0.089844 -0.125,0.109375 -0.085938,0.023438 -0.199219,0.03125 -0.34375,0.03125 -0.085938,0 -0.152344,0 -0.203125,0 C 3.648438,-3.601562 3.601562,-3.613281 3.5625,-3.625 3.53125,-3.632812 3.503906,-3.644531 3.484375,-3.65625 3.472656,-3.675781 3.46875,-3.703125 3.46875,-3.734375 l -0.046875,-1.53125 c -0.011719,-0.164063 0.019531,-0.28125 0.09375,-0.34375 0.082031,-0.070313 0.1875,-0.109375 0.3125,-0.109375 h 0.15625 c 0.25,0 0.457031,-0.03125 0.625,-0.09375 C 4.773438,-5.882812 4.90625,-5.976562 5,-6.09375 5.101562,-6.207031 5.175781,-6.34375 5.21875,-6.5 c 0.050781,-0.164062 0.078125,-0.34375 0.078125,-0.53125 0,-0.40625 -0.117187,-0.722656 -0.34375,-0.953125 -0.230469,-0.238281 -0.59375,-0.359375 -1.09375,-0.359375 -0.210937,0 -0.398437,0.023438 -0.5625,0.0625 -0.167969,0.042969 -0.3125,0.089844 -0.4375,0.140625 -0.125,0.054687 -0.230469,0.101563 -0.3125,0.140625 -0.085937,0.042969 -0.148437,0.0625 -0.1875,0.0625 -0.011719,0 -0.027344,-0.00391 -0.046875,-0.015625 -0.023438,-0.00781 -0.042969,-0.03125 -0.0625,-0.0625 -0.011719,-0.03125 -0.023438,-0.070313 -0.03125,-0.125 -0.011719,-0.050781 -0.015625,-0.117187 -0.015625,-0.203125 0,-0.09375 0.00391,-0.171875 0.015625,-0.234375 0.019531,-0.0625 0.050781,-0.113281 0.09375,-0.15625 0.039062,-0.039063 0.113281,-0.085937 0.21875,-0.140625 0.113281,-0.050781 0.242188,-0.097656 0.390625,-0.140625 0.15625,-0.050781 0.320313,-0.09375 0.5,-0.125 C 3.609375,-9.171875 3.800781,-9.1875 4,-9.1875 c 0.40625,0 0.757812,0.058594 1.0625,0.171875 0.300781,0.105469 0.546875,0.25 0.734375,0.4375 0.1875,0.1875 0.328125,0.414063 0.421875,0.671875 0.09375,0.25 0.140625,0.523438 0.140625,0.8125 z M 4.5625,-2.265625 c 0,0.117187 -0.011719,0.214844 -0.03125,0.296875 -0.023438,0.074219 -0.058594,0.136719 -0.109375,0.1875 -0.042969,0.054688 -0.105469,0.089844 -0.1875,0.109375 -0.074219,0.023437 -0.171875,0.03125 -0.296875,0.03125 -0.117188,0 -0.214844,-0.00781 -0.296875,-0.03125 C 3.554688,-1.691406 3.488281,-1.726562 3.4375,-1.78125 3.394531,-1.832031 3.359375,-1.894531 3.328125,-1.96875 3.304688,-2.050781 3.296875,-2.148438 3.296875,-2.265625 c 0,-0.113281 0.00781,-0.210937 0.03125,-0.296875 0.03125,-0.082031 0.066406,-0.144531 0.109375,-0.1875 0.050781,-0.050781 0.117188,-0.085938 0.203125,-0.109375 0.082031,-0.019531 0.179687,-0.03125 0.296875,-0.03125 0.125,0 0.222656,0.011719 0.296875,0.03125 0.082031,0.023437 0.144531,0.058594 0.1875,0.109375 0.050781,0.042969 0.085937,0.105469 0.109375,0.1875 0.019531,0.085938 0.03125,0.183594 0.03125,0.296875 z M 0,3.296875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-1" + overflow="visible"> + <path + id="path5" + d="m 7.671875,-0.609375 c 0,0.09375 -0.011719,0.183594 -0.03125,0.265625 -0.011719,0.074219 -0.03125,0.136719 -0.0625,0.1875 -0.023437,0.054688 -0.054687,0.09375 -0.09375,0.125 C 7.441406,-0.0078125 7.398438,0 7.359375,0 h -5.9375 C 1.335938,0 1.265625,-0.0078125 1.203125,-0.03125 1.148438,-0.0507812 1.101562,-0.0820312 1.0625,-0.125 1.019531,-0.164062 0.988281,-0.226562 0.96875,-0.3125 0.957031,-0.394531 0.953125,-0.5 0.953125,-0.625 c 0,-0.101562 0,-0.195312 0,-0.28125 C 0.960938,-0.988281 0.976562,-1.0625 1,-1.125 1.03125,-1.195312 1.066406,-1.265625 1.109375,-1.328125 1.148438,-1.390625 1.207031,-1.457031 1.28125,-1.53125 l 2.078125,-2.203125 c 0.476563,-0.507813 0.863281,-0.96875 1.15625,-1.375 C 4.804688,-5.515625 5.03125,-5.878906 5.1875,-6.203125 5.34375,-6.535156 5.445312,-6.835938 5.5,-7.109375 5.550781,-7.378906 5.578125,-7.632812 5.578125,-7.875 c 0,-0.238281 -0.042969,-0.460938 -0.125,-0.671875 C 5.378906,-8.765625 5.269531,-8.953125 5.125,-9.109375 4.976562,-9.273438 4.789062,-9.40625 4.5625,-9.5 4.34375,-9.59375 4.09375,-9.640625 3.8125,-9.640625 3.46875,-9.640625 3.160156,-9.59375 2.890625,-9.5 2.628906,-9.40625 2.394531,-9.300781 2.1875,-9.1875 c -0.199219,0.117188 -0.367188,0.21875 -0.5,0.3125 -0.136719,0.09375 -0.234375,0.140625 -0.296875,0.140625 -0.042969,0 -0.078125,-0.00781 -0.109375,-0.03125 C 1.25,-8.796875 1.222656,-8.832031 1.203125,-8.875 1.179688,-8.925781 1.164062,-8.992188 1.15625,-9.078125 1.144531,-9.160156 1.140625,-9.257812 1.140625,-9.375 c 0,-0.082031 0,-0.15625 0,-0.21875 0.00781,-0.0625 0.019531,-0.113281 0.03125,-0.15625 0.019531,-0.039062 0.039063,-0.082031 0.0625,-0.125 0.019531,-0.039062 0.0625,-0.085938 0.125,-0.140625 0.070313,-0.0625 0.1875,-0.140625 0.34375,-0.234375 0.164063,-0.101562 0.375,-0.203125 0.625,-0.296875 0.25,-0.101563 0.519531,-0.1875 0.8125,-0.25 0.300781,-0.07031 0.613281,-0.109375 0.9375,-0.109375 0.519531,0 0.972656,0.07813 1.359375,0.234375 0.394531,0.148437 0.71875,0.34375 0.96875,0.59375 0.257812,0.25 0.453125,0.546875 0.578125,0.890625 0.132813,0.335938 0.203125,0.695312 0.203125,1.078125 0,0.34375 -0.03125,0.6875 -0.09375,1.03125 -0.0625,0.335937 -0.195312,0.699219 -0.390625,1.09375 C 6.503906,-5.585938 6.21875,-5.144531 5.84375,-4.65625 5.476562,-4.175781 4.988281,-3.617188 4.375,-2.984375 L 2.671875,-1.21875 H 7.34375 c 0.039062,0 0.082031,0.015625 0.125,0.046875 0.039062,0.023437 0.078125,0.058594 0.109375,0.109375 0.03125,0.054688 0.050781,0.117188 0.0625,0.1875 0.019531,0.074219 0.03125,0.164062 0.03125,0.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-2" + overflow="visible"> + <path + id="path8" + d="m 7.828125,-10.125 c 0,0.09375 -0.00781,0.183594 -0.015625,0.265625 C 7.800781,-9.773438 7.789062,-9.695312 7.78125,-9.625 7.769531,-9.550781 7.75,-9.476562 7.71875,-9.40625 7.695312,-9.34375 7.671875,-9.269531 7.640625,-9.1875 l -3.875,8.90625 C 3.742188,-0.207031 3.710938,-0.148438 3.671875,-0.109375 3.628906,-0.0664062 3.570312,-0.03125 3.5,0 3.4375,0.0195312 3.351562,0.03125 3.25,0.03125 3.15625,0.0390625 3.035156,0.046875 2.890625,0.046875 c -0.1875,0 -0.335937,-0.0117188 -0.4375,-0.03125 C 2.347656,0.00390625 2.269531,-0.015625 2.21875,-0.046875 2.175781,-0.0859375 2.15625,-0.132812 2.15625,-0.1875 2.164062,-0.238281 2.1875,-0.300781 2.21875,-0.375 l 4.078125,-9.109375 h -5.15625 c -0.105469,0 -0.183594,-0.050781 -0.234375,-0.15625 C 0.851562,-9.753906 0.828125,-9.914062 0.828125,-10.125 c 0,-0.101562 0.003906,-0.191406 0.015625,-0.265625 0.007812,-0.08203 0.03125,-0.148437 0.0625,-0.203125 0.03125,-0.05078 0.0625,-0.08594 0.09375,-0.109375 0.039062,-0.01953 0.085938,-0.03125 0.140625,-0.03125 h 6.25 c 0.082031,0 0.148437,0.01172 0.203125,0.03125 0.0625,0.01172 0.109375,0.04297 0.140625,0.09375 0.03125,0.04297 0.050781,0.105469 0.0625,0.1875 0.019531,0.07422 0.03125,0.171875 0.03125,0.296875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-3" + overflow="visible"> + <path + id="path11" + d="m 3.078125,-1.1875 c 0,0.167969 -0.011719,0.324219 -0.03125,0.46875 C 3.035156,-0.570312 3.007812,-0.429688 2.96875,-0.296875 2.925781,-0.171875 2.875,-0.0507812 2.8125,0.0625 2.75,0.1875 2.671875,0.320312 2.578125,0.46875 L 1.4375,2.171875 C 1.414062,2.210938 1.382812,2.242188 1.34375,2.265625 1.3125,2.296875 1.269531,2.320312 1.21875,2.34375 1.164062,2.363281 1.101562,2.378906 1.03125,2.390625 0.96875,2.398438 0.878906,2.40625 0.765625,2.40625 0.671875,2.40625 0.59375,2.398438 0.53125,2.390625 0.46875,2.378906 0.421875,2.363281 0.390625,2.34375 0.367188,2.332031 0.351562,2.304688 0.34375,2.265625 0.34375,2.234375 0.351562,2.195312 0.375,2.15625 L 1.484375,-0.125 v -1.0625 c 0,-0.144531 0.015625,-0.257812 0.046875,-0.34375 0.03125,-0.09375 0.078125,-0.160156 0.140625,-0.203125 0.070313,-0.050781 0.15625,-0.082031 0.25,-0.09375 0.101563,-0.019531 0.226563,-0.03125 0.375,-0.03125 0.132813,0 0.25,0.011719 0.34375,0.03125 0.101563,0.011719 0.1875,0.042969 0.25,0.09375 C 2.953125,-1.691406 3,-1.625 3.03125,-1.53125 3.0625,-1.445312 3.078125,-1.332031 3.078125,-1.1875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-4" + overflow="visible"> + <path + id="path14" + d="m 7.75,-5.796875 c 0,0.46875 -0.027344,0.945313 -0.078125,1.421875 -0.054687,0.46875 -0.148437,0.929688 -0.28125,1.375 -0.136719,0.4375 -0.320313,0.851562 -0.546875,1.234375 -0.21875,0.375 -0.5,0.710937 -0.84375,1 -0.335938,0.292969 -0.734375,0.523437 -1.203125,0.6875 C 4.328125,0.078125 3.78125,0.15625 3.15625,0.15625 2.925781,0.15625 2.695312,0.140625 2.46875,0.109375 2.25,0.078125 2.046875,0.0390625 1.859375,0 1.679688,-0.0390625 1.53125,-0.0859375 1.40625,-0.140625 1.289062,-0.191406 1.203125,-0.238281 1.140625,-0.28125 1.085938,-0.332031 1.046875,-0.398438 1.015625,-0.484375 0.992188,-0.578125 0.984375,-0.695312 0.984375,-0.84375 0.984375,-0.957031 0.988281,-1.050781 1,-1.125 1.007812,-1.195312 1.019531,-1.253906 1.03125,-1.296875 1.050781,-1.335938 1.078125,-1.363281 1.109375,-1.375 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.0625,0 0.144531,0.023437 0.25,0.0625 0.113281,0.042969 0.253906,0.089844 0.421875,0.140625 0.175781,0.042969 0.375,0.085938 0.59375,0.125 C 2.710938,-1.019531 2.96875,-1 3.25,-1 3.789062,-1 4.253906,-1.101562 4.640625,-1.3125 5.023438,-1.519531 5.335938,-1.796875 5.578125,-2.140625 5.816406,-2.492188 6,-2.898438 6.125,-3.359375 6.25,-3.816406 6.316406,-4.300781 6.328125,-4.8125 c -0.292969,0.179688 -0.648437,0.335938 -1.0625,0.46875 -0.40625,0.125 -0.875,0.1875 -1.40625,0.1875 -0.59375,0 -1.09375,-0.078125 -1.5,-0.234375 C 1.953125,-4.554688 1.625,-4.78125 1.375,-5.0625 1.125,-5.34375 0.945312,-5.675781 0.84375,-6.0625 0.738281,-6.457031 0.6875,-6.882812 0.6875,-7.34375 c 0,-0.46875 0.066406,-0.914062 0.203125,-1.34375 0.132813,-0.4375 0.347656,-0.816406 0.640625,-1.140625 0.289062,-0.320313 0.664062,-0.582031 1.125,-0.78125 0.457031,-0.195313 1,-0.296875 1.625,-0.296875 0.445312,0 0.84375,0.05859 1.1875,0.171875 0.351562,0.117187 0.65625,0.28125 0.90625,0.5 0.25,0.210937 0.460938,0.464844 0.640625,0.765625 0.175781,0.304688 0.316406,0.648438 0.421875,1.03125 0.113281,0.375 0.191406,0.789062 0.234375,1.234375 C 7.722656,-6.753906 7.75,-6.285156 7.75,-5.796875 Z M 6.296875,-5.953125 C 6.296875,-6.660156 6.25,-7.253906 6.15625,-7.734375 6.0625,-8.222656 5.921875,-8.613281 5.734375,-8.90625 5.554688,-9.207031 5.332031,-9.425781 5.0625,-9.5625 4.800781,-9.695312 4.5,-9.765625 4.15625,-9.765625 c -0.367188,0 -0.679688,0.070313 -0.9375,0.203125 -0.25,0.125 -0.460938,0.296875 -0.625,0.515625 -0.15625,0.21875 -0.277344,0.46875 -0.359375,0.75 C 2.160156,-8.023438 2.125,-7.742188 2.125,-7.453125 c 0,0.335937 0.03125,0.636719 0.09375,0.90625 0.070312,0.273437 0.1875,0.5 0.34375,0.6875 0.15625,0.1875 0.359375,0.335937 0.609375,0.4375 0.25,0.105469 0.554687,0.15625 0.921875,0.15625 0.414062,0 0.816406,-0.0625 1.203125,-0.1875 0.382813,-0.125 0.71875,-0.289063 1,-0.5 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-5" + overflow="visible"> + <path + id="path17" + d="m 8.03125,-5.390625 c 0,0.824219 -0.070312,1.578125 -0.203125,2.265625 -0.125,0.679688 -0.339844,1.261719 -0.640625,1.75 C 6.882812,-0.882812 6.488281,-0.503906 6,-0.234375 5.507812,0.0234375 4.910156,0.15625 4.203125,0.15625 c -0.679687,0 -1.25,-0.1210938 -1.71875,-0.359375 C 2.023438,-0.441406 1.65625,-0.796875 1.375,-1.265625 1.09375,-1.734375 0.890625,-2.304688 0.765625,-2.984375 0.648438,-3.671875 0.59375,-4.457031 0.59375,-5.34375 c 0,-0.820312 0.066406,-1.570312 0.203125,-2.25 C 0.929688,-8.28125 1.144531,-8.867188 1.4375,-9.359375 1.738281,-9.847656 2.132812,-10.226562 2.625,-10.5 c 0.488281,-0.269531 1.085938,-0.40625 1.796875,-0.40625 0.675781,0 1.242187,0.125 1.703125,0.375 0.46875,0.242188 0.84375,0.59375 1.125,1.0625 0.28125,0.460938 0.476562,1.03125 0.59375,1.71875 0.125,0.6875 0.1875,1.476562 0.1875,2.359375 z m -1.46875,0.09375 c 0,-0.53125 -0.023438,-1.007813 -0.0625,-1.4375 C 6.46875,-7.160156 6.410156,-7.535156 6.328125,-7.859375 6.253906,-8.191406 6.160156,-8.472656 6.046875,-8.703125 5.929688,-8.941406 5.789062,-9.132812 5.625,-9.28125 5.457031,-9.4375 5.265625,-9.550781 5.046875,-9.625 4.835938,-9.695312 4.597656,-9.734375 4.328125,-9.734375 c -0.46875,0 -0.851563,0.117187 -1.140625,0.34375 -0.292969,0.21875 -0.527344,0.523437 -0.703125,0.90625 C 2.316406,-8.097656 2.203125,-7.644531 2.140625,-7.125 2.085938,-6.601562 2.0625,-6.046875 2.0625,-5.453125 c 0,0.8125 0.039062,1.5 0.125,2.0625 0.082031,0.554687 0.210938,1.007813 0.390625,1.359375 0.175781,0.355469 0.40625,0.617188 0.6875,0.78125 0.28125,0.15625 0.617187,0.234375 1.015625,0.234375 0.3125,0 0.582031,-0.046875 0.8125,-0.140625 0.238281,-0.101562 0.441406,-0.25 0.609375,-0.4375 C 5.867188,-1.78125 6.007812,-2 6.125,-2.25 c 0.113281,-0.257812 0.203125,-0.546875 0.265625,-0.859375 0.0625,-0.320313 0.101563,-0.664063 0.125,-1.03125 0.03125,-0.375 0.046875,-0.757813 0.046875,-1.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-6" + overflow="visible"> + <path + id="path20" + d="m 7.625,-3.453125 c 0,0.574219 -0.101562,1.085937 -0.296875,1.53125 -0.1875,0.449219 -0.460937,0.828125 -0.8125,1.140625 -0.355469,0.304688 -0.78125,0.539062 -1.28125,0.703125 C 4.742188,0.078125 4.203125,0.15625 3.609375,0.15625 3.273438,0.15625 2.957031,0.128906 2.65625,0.078125 2.363281,0.0351562 2.097656,-0.015625 1.859375,-0.078125 1.628906,-0.148438 1.441406,-0.21875 1.296875,-0.28125 1.148438,-0.351562 1.054688,-0.40625 1.015625,-0.4375 0.972656,-0.476562 0.941406,-0.515625 0.921875,-0.546875 0.898438,-0.585938 0.882812,-0.628906 0.875,-0.671875 0.863281,-0.722656 0.851562,-0.785156 0.84375,-0.859375 c 0,-0.070313 0,-0.15625 0,-0.25 0,-0.09375 0,-0.175781 0,-0.25 0.007812,-0.082031 0.023438,-0.144531 0.046875,-0.1875 C 0.921875,-1.597656 0.945312,-1.632812 0.96875,-1.65625 1,-1.675781 1.035156,-1.6875 1.078125,-1.6875 c 0.050781,0 0.132813,0.039062 0.25,0.109375 0.125,0.0625 0.28125,0.136719 0.46875,0.21875 0.195313,0.085937 0.441406,0.164063 0.734375,0.234375 0.289062,0.074219 0.632812,0.109375 1.03125,0.109375 0.375,0 0.71875,-0.039063 1.03125,-0.125 0.3125,-0.09375 0.578125,-0.234375 0.796875,-0.421875 0.226563,-0.1875 0.40625,-0.421875 0.53125,-0.703125 0.125,-0.289063 0.1875,-0.644531 0.1875,-1.0625 0,-0.332031 -0.058594,-0.628906 -0.171875,-0.890625 C 5.832031,-4.488281 5.664062,-4.707031 5.4375,-4.875 5.21875,-5.050781 4.9375,-5.179688 4.59375,-5.265625 4.25,-5.359375 3.84375,-5.40625 3.375,-5.40625 c -0.34375,0 -0.636719,0.023438 -0.875,0.0625 -0.242188,0.03125 -0.46875,0.046875 -0.6875,0.046875 -0.15625,0 -0.265625,-0.035156 -0.328125,-0.109375 -0.0625,-0.070312 -0.09375,-0.210938 -0.09375,-0.421875 v -4.375 c 0,-0.175781 0.039063,-0.304687 0.125,-0.390625 0.082031,-0.09375 0.207031,-0.140625 0.375,-0.140625 h 4.75 c 0.039063,0 0.082031,0.01172 0.125,0.03125 0.039063,0.02344 0.078125,0.05859 0.109375,0.109375 0.03125,0.05469 0.050781,0.121094 0.0625,0.203125 0.00781,0.07422 0.015625,0.164063 0.015625,0.265625 0,0.199219 -0.027344,0.355469 -0.078125,0.46875 C 6.820312,-9.550781 6.742188,-9.5 6.640625,-9.5 H 2.625 v 3.015625 c 0.195312,-0.03125 0.394531,-0.046875 0.59375,-0.046875 0.207031,-0.00781 0.441406,-0.015625 0.703125,-0.015625 0.613281,0 1.148437,0.078125 1.609375,0.234375 0.457031,0.148438 0.835938,0.355469 1.140625,0.625 0.3125,0.261719 0.546875,0.585938 0.703125,0.96875 0.164062,0.375 0.25,0.796875 0.25,1.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-7" + overflow="visible"> + <path + id="path23" + d="m 7.6875,-0.5625 c 0,0.105469 -0.011719,0.195312 -0.03125,0.265625 C 7.644531,-0.222656 7.625,-0.164062 7.59375,-0.125 7.570312,-0.0820312 7.539062,-0.0507812 7.5,-0.03125 7.46875,-0.0078125 7.429688,0 7.390625,0 H 1.78125 C 1.75,0 1.710938,-0.0078125 1.671875,-0.03125 1.640625,-0.0507812 1.609375,-0.0820312 1.578125,-0.125 1.546875,-0.164062 1.519531,-0.222656 1.5,-0.296875 1.488281,-0.367188 1.484375,-0.457031 1.484375,-0.5625 1.484375,-0.664062 1.488281,-0.753906 1.5,-0.828125 1.519531,-0.898438 1.539062,-0.957031 1.5625,-1 1.59375,-1.050781 1.625,-1.085938 1.65625,-1.109375 c 0.039062,-0.019531 0.082031,-0.03125 0.125,-0.03125 h 2.25 V -9.3125 l -2.078125,1.234375 c -0.105469,0.054687 -0.1875,0.089844 -0.25,0.109375 -0.0625,0.011719 -0.117187,0 -0.15625,-0.03125 C 1.503906,-8.039062 1.472656,-8.101562 1.453125,-8.1875 1.441406,-8.269531 1.4375,-8.378906 1.4375,-8.515625 1.4375,-8.609375 1.441406,-8.6875 1.453125,-8.75 1.460938,-8.8125 1.472656,-8.863281 1.484375,-8.90625 1.503906,-8.957031 1.53125,-9 1.5625,-9.03125 1.59375,-9.0625 1.632812,-9.09375 1.6875,-9.125 l 2.46875,-1.59375 c 0.019531,-0.0078 0.046875,-0.01953 0.078125,-0.03125 0.039063,-0.01953 0.082031,-0.03516 0.125,-0.04687 0.050781,-0.0078 0.109375,-0.01563 0.171875,-0.01563 0.070312,0 0.160156,0 0.265625,0 0.125,0 0.226563,0.0078 0.3125,0.01563 0.09375,0.01172 0.164063,0.02734 0.21875,0.04687 0.050781,0.02344 0.082031,0.04687 0.09375,0.07813 0.019531,0.02344 0.03125,0.05469 0.03125,0.09375 v 9.4375 h 1.9375 c 0.050781,0 0.09375,0.011719 0.125,0.03125 0.039063,0.023437 0.070313,0.058594 0.09375,0.109375 0.03125,0.042969 0.050781,0.101562 0.0625,0.171875 0.00781,0.074219 0.015625,0.164063 0.015625,0.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-8" + overflow="visible"> + <path + id="path26" + d="m 7.59375,-3.078125 c 0,0.5 -0.089844,0.949219 -0.265625,1.34375 C 7.160156,-1.335938 6.914062,-1 6.59375,-0.71875 6.269531,-0.4375 5.875,-0.21875 5.40625,-0.0625 4.9375,0.0820312 4.40625,0.15625 3.8125,0.15625 3.445312,0.15625 3.109375,0.125 2.796875,0.0625 2.484375,0.0078125 2.207031,-0.0507812 1.96875,-0.125 1.726562,-0.207031 1.523438,-0.289062 1.359375,-0.375 1.203125,-0.46875 1.101562,-0.53125 1.0625,-0.5625 1.019531,-0.601562 0.988281,-0.644531 0.96875,-0.6875 0.945312,-0.726562 0.925781,-0.773438 0.90625,-0.828125 0.882812,-0.878906 0.867188,-0.945312 0.859375,-1.03125 c 0,-0.082031 0,-0.179688 0,-0.296875 0,-0.195313 0.015625,-0.332031 0.046875,-0.40625 0.039062,-0.082031 0.097656,-0.125 0.171875,-0.125 0.050781,0 0.148437,0.046875 0.296875,0.140625 0.144531,0.085938 0.332031,0.179688 0.5625,0.28125 0.226562,0.105469 0.492188,0.203125 0.796875,0.296875 0.3125,0.085937 0.65625,0.125 1.03125,0.125 0.363281,0 0.679687,-0.046875 0.953125,-0.140625 C 5,-1.25 5.234375,-1.378906 5.421875,-1.546875 c 0.195313,-0.175781 0.34375,-0.382813 0.4375,-0.625 C 5.953125,-2.410156 6,-2.664062 6,-2.9375 6,-3.238281 5.9375,-3.507812 5.8125,-3.75 5.695312,-4 5.523438,-4.210938 5.296875,-4.390625 5.066406,-4.566406 4.78125,-4.703125 4.4375,-4.796875 4.101562,-4.890625 3.722656,-4.9375 3.296875,-4.9375 H 2.28125 c -0.042969,0 -0.085938,-0.00781 -0.125,-0.03125 C 2.113281,-4.988281 2.078125,-5.019531 2.046875,-5.0625 2.015625,-5.101562 1.988281,-5.160156 1.96875,-5.234375 1.945312,-5.304688 1.9375,-5.398438 1.9375,-5.515625 c 0,-0.101563 0.00781,-0.191406 0.03125,-0.265625 0.019531,-0.070312 0.039062,-0.128906 0.0625,-0.171875 C 2.0625,-5.992188 2.097656,-6.019531 2.140625,-6.03125 2.179688,-6.050781 2.226562,-6.0625 2.28125,-6.0625 h 0.9375 c 0.363281,0 0.6875,-0.046875 0.96875,-0.140625 0.289062,-0.09375 0.535156,-0.226563 0.734375,-0.40625 C 5.128906,-6.785156 5.285156,-7 5.390625,-7.25 5.503906,-7.5 5.5625,-7.773438 5.5625,-8.078125 c 0,-0.21875 -0.039062,-0.425781 -0.109375,-0.625 C 5.378906,-8.910156 5.269531,-9.085938 5.125,-9.234375 4.988281,-9.390625 4.804688,-9.507812 4.578125,-9.59375 c -0.230469,-0.082031 -0.492187,-0.125 -0.78125,-0.125 -0.3125,0 -0.605469,0.046875 -0.875,0.140625 -0.273437,0.09375 -0.511719,0.199219 -0.71875,0.3125 -0.210937,0.117187 -0.386719,0.21875 -0.53125,0.3125 C 1.535156,-8.859375 1.441406,-8.8125 1.390625,-8.8125 1.347656,-8.8125 1.3125,-8.816406 1.28125,-8.828125 1.25,-8.835938 1.222656,-8.863281 1.203125,-8.90625 1.179688,-8.945312 1.164062,-9.003906 1.15625,-9.078125 c 0,-0.082031 0,-0.179687 0,-0.296875 0,-0.082031 0,-0.15625 0,-0.21875 0.00781,-0.070312 0.019531,-0.128906 0.03125,-0.171875 0.019531,-0.050781 0.039062,-0.09375 0.0625,-0.125 0.019531,-0.039063 0.054688,-0.085937 0.109375,-0.140625 0.050781,-0.05078 0.15625,-0.125 0.3125,-0.21875 0.164063,-0.101562 0.363281,-0.203125 0.59375,-0.296875 0.238281,-0.101563 0.507813,-0.1875 0.8125,-0.25 0.3125,-0.07031 0.644531,-0.109375 1,-0.109375 0.5,0 0.9375,0.07031 1.3125,0.203125 0.375,0.125 0.6875,0.308594 0.9375,0.546875 0.257813,0.230469 0.453125,0.507812 0.578125,0.828125 0.125,0.324219 0.1875,0.679687 0.1875,1.0625 0,0.34375 -0.046875,0.664063 -0.140625,0.953125 -0.085937,0.292969 -0.214844,0.554688 -0.390625,0.78125 -0.167969,0.21875 -0.375,0.40625 -0.625,0.5625 -0.25,0.15625 -0.539062,0.265625 -0.859375,0.328125 V -5.625 c 0.363281,0.042969 0.695313,0.136719 1,0.28125 0.3125,0.148438 0.578125,0.328125 0.796875,0.546875 0.226562,0.21875 0.40625,0.480469 0.53125,0.78125 0.125,0.292969 0.1875,0.605469 0.1875,0.9375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-0" + overflow="visible"> + <path + id="path29" + d="M 8.125,-10.734375 V 0 H 0.359375 v -10.734375 z m -0.734375,10.0625 V -10.0625 h -6.3125 v 9.390625 z M 6.359375,-7.09375 c 0,0.324219 -0.046875,0.617188 -0.140625,0.875 -0.09375,0.25 -0.230469,0.464844 -0.40625,0.640625 -0.179688,0.167969 -0.386719,0.304687 -0.625,0.40625 C 4.957031,-5.066406 4.703125,-5.007812 4.421875,-5 L 4.375,-3.734375 c 0,0.054687 -0.042969,0.089844 -0.125,0.109375 -0.085938,0.023438 -0.199219,0.03125 -0.34375,0.03125 -0.085938,0 -0.152344,0 -0.203125,0 C 3.648438,-3.601562 3.601562,-3.613281 3.5625,-3.625 3.53125,-3.632812 3.503906,-3.644531 3.484375,-3.65625 3.472656,-3.675781 3.46875,-3.703125 3.46875,-3.734375 l -0.046875,-1.53125 c -0.011719,-0.164063 0.019531,-0.28125 0.09375,-0.34375 0.082031,-0.070313 0.1875,-0.109375 0.3125,-0.109375 h 0.15625 c 0.25,0 0.457031,-0.03125 0.625,-0.09375 C 4.773438,-5.882812 4.90625,-5.976562 5,-6.09375 5.101562,-6.207031 5.175781,-6.34375 5.21875,-6.5 c 0.050781,-0.164062 0.078125,-0.34375 0.078125,-0.53125 0,-0.40625 -0.117187,-0.722656 -0.34375,-0.953125 -0.230469,-0.238281 -0.59375,-0.359375 -1.09375,-0.359375 -0.210937,0 -0.398437,0.023438 -0.5625,0.0625 -0.167969,0.042969 -0.3125,0.089844 -0.4375,0.140625 -0.125,0.054687 -0.230469,0.101563 -0.3125,0.140625 -0.085937,0.042969 -0.148437,0.0625 -0.1875,0.0625 -0.011719,0 -0.027344,-0.00391 -0.046875,-0.015625 -0.023438,-0.00781 -0.042969,-0.03125 -0.0625,-0.0625 -0.011719,-0.03125 -0.023438,-0.070313 -0.03125,-0.125 -0.011719,-0.050781 -0.015625,-0.117187 -0.015625,-0.203125 0,-0.09375 0.00391,-0.171875 0.015625,-0.234375 0.019531,-0.0625 0.050781,-0.113281 0.09375,-0.15625 0.039062,-0.039063 0.113281,-0.085937 0.21875,-0.140625 0.113281,-0.050781 0.242188,-0.097656 0.390625,-0.140625 0.15625,-0.050781 0.320313,-0.09375 0.5,-0.125 C 3.609375,-9.171875 3.800781,-9.1875 4,-9.1875 c 0.40625,0 0.757812,0.058594 1.0625,0.171875 0.300781,0.105469 0.546875,0.25 0.734375,0.4375 0.1875,0.1875 0.328125,0.414063 0.421875,0.671875 0.09375,0.25 0.140625,0.523438 0.140625,0.8125 z M 4.5625,-2.265625 c 0,0.117187 -0.011719,0.214844 -0.03125,0.296875 -0.023438,0.074219 -0.058594,0.136719 -0.109375,0.1875 -0.042969,0.054688 -0.105469,0.089844 -0.1875,0.109375 -0.074219,0.023437 -0.171875,0.03125 -0.296875,0.03125 -0.117188,0 -0.214844,-0.00781 -0.296875,-0.03125 C 3.554688,-1.691406 3.488281,-1.726562 3.4375,-1.78125 3.394531,-1.832031 3.359375,-1.894531 3.328125,-1.96875 3.304688,-2.050781 3.296875,-2.148438 3.296875,-2.265625 c 0,-0.113281 0.00781,-0.210937 0.03125,-0.296875 0.03125,-0.082031 0.066406,-0.144531 0.109375,-0.1875 0.050781,-0.050781 0.117188,-0.085938 0.203125,-0.109375 0.082031,-0.019531 0.179687,-0.03125 0.296875,-0.03125 0.125,0 0.222656,0.011719 0.296875,0.03125 0.082031,0.023437 0.144531,0.058594 0.1875,0.109375 0.050781,0.042969 0.085937,0.105469 0.109375,0.1875 0.019531,0.085938 0.03125,0.183594 0.03125,0.296875 z M 0,3.296875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-1" + overflow="visible"> + <path + id="path32" + d="m 7.671875,-0.609375 c 0,0.09375 -0.011719,0.183594 -0.03125,0.265625 -0.011719,0.074219 -0.03125,0.136719 -0.0625,0.1875 -0.023437,0.054688 -0.054687,0.09375 -0.09375,0.125 C 7.441406,-0.0078125 7.398438,0 7.359375,0 h -5.9375 C 1.335938,0 1.265625,-0.0078125 1.203125,-0.03125 1.148438,-0.0507812 1.101562,-0.0820312 1.0625,-0.125 1.019531,-0.164062 0.988281,-0.226562 0.96875,-0.3125 0.957031,-0.394531 0.953125,-0.5 0.953125,-0.625 c 0,-0.101562 0,-0.195312 0,-0.28125 C 0.960938,-0.988281 0.976562,-1.0625 1,-1.125 1.03125,-1.195312 1.066406,-1.265625 1.109375,-1.328125 1.148438,-1.390625 1.207031,-1.457031 1.28125,-1.53125 l 2.078125,-2.203125 c 0.476563,-0.507813 0.863281,-0.96875 1.15625,-1.375 C 4.804688,-5.515625 5.03125,-5.878906 5.1875,-6.203125 5.34375,-6.535156 5.445312,-6.835938 5.5,-7.109375 5.550781,-7.378906 5.578125,-7.632812 5.578125,-7.875 c 0,-0.238281 -0.042969,-0.460938 -0.125,-0.671875 C 5.378906,-8.765625 5.269531,-8.953125 5.125,-9.109375 4.976562,-9.273438 4.789062,-9.40625 4.5625,-9.5 4.34375,-9.59375 4.09375,-9.640625 3.8125,-9.640625 3.46875,-9.640625 3.160156,-9.59375 2.890625,-9.5 2.628906,-9.40625 2.394531,-9.300781 2.1875,-9.1875 c -0.199219,0.117188 -0.367188,0.21875 -0.5,0.3125 -0.136719,0.09375 -0.234375,0.140625 -0.296875,0.140625 -0.042969,0 -0.078125,-0.00781 -0.109375,-0.03125 C 1.25,-8.796875 1.222656,-8.832031 1.203125,-8.875 1.179688,-8.925781 1.164062,-8.992188 1.15625,-9.078125 1.144531,-9.160156 1.140625,-9.257812 1.140625,-9.375 c 0,-0.082031 0,-0.15625 0,-0.21875 0.00781,-0.0625 0.019531,-0.113281 0.03125,-0.15625 0.019531,-0.039062 0.039063,-0.082031 0.0625,-0.125 0.019531,-0.039062 0.0625,-0.085938 0.125,-0.140625 0.070313,-0.0625 0.1875,-0.140625 0.34375,-0.234375 0.164063,-0.101562 0.375,-0.203125 0.625,-0.296875 0.25,-0.101563 0.519531,-0.1875 0.8125,-0.25 0.300781,-0.07031 0.613281,-0.109375 0.9375,-0.109375 0.519531,0 0.972656,0.07813 1.359375,0.234375 0.394531,0.148437 0.71875,0.34375 0.96875,0.59375 0.257812,0.25 0.453125,0.546875 0.578125,0.890625 0.132813,0.335938 0.203125,0.695312 0.203125,1.078125 0,0.34375 -0.03125,0.6875 -0.09375,1.03125 -0.0625,0.335937 -0.195312,0.699219 -0.390625,1.09375 C 6.503906,-5.585938 6.21875,-5.144531 5.84375,-4.65625 5.476562,-4.175781 4.988281,-3.617188 4.375,-2.984375 L 2.671875,-1.21875 H 7.34375 c 0.039062,0 0.082031,0.015625 0.125,0.046875 0.039062,0.023437 0.078125,0.058594 0.109375,0.109375 0.03125,0.054688 0.050781,0.117188 0.0625,0.1875 0.019531,0.074219 0.03125,0.164062 0.03125,0.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-2" + overflow="visible"> + <path + id="path35" + d="m 7.828125,-10.125 c 0,0.09375 -0.00781,0.183594 -0.015625,0.265625 C 7.800781,-9.773438 7.789062,-9.695312 7.78125,-9.625 7.769531,-9.550781 7.75,-9.476562 7.71875,-9.40625 7.695312,-9.34375 7.671875,-9.269531 7.640625,-9.1875 l -3.875,8.90625 C 3.742188,-0.207031 3.710938,-0.148438 3.671875,-0.109375 3.628906,-0.0664062 3.570312,-0.03125 3.5,0 3.4375,0.0195312 3.351562,0.03125 3.25,0.03125 3.15625,0.0390625 3.035156,0.046875 2.890625,0.046875 c -0.1875,0 -0.335937,-0.0117188 -0.4375,-0.03125 C 2.347656,0.00390625 2.269531,-0.015625 2.21875,-0.046875 2.175781,-0.0859375 2.15625,-0.132812 2.15625,-0.1875 2.164062,-0.238281 2.1875,-0.300781 2.21875,-0.375 l 4.078125,-9.109375 h -5.15625 c -0.105469,0 -0.183594,-0.050781 -0.234375,-0.15625 C 0.851562,-9.753906 0.828125,-9.914062 0.828125,-10.125 c 0,-0.101562 0.003906,-0.191406 0.015625,-0.265625 0.007812,-0.08203 0.03125,-0.148437 0.0625,-0.203125 0.03125,-0.05078 0.0625,-0.08594 0.09375,-0.109375 0.039062,-0.01953 0.085938,-0.03125 0.140625,-0.03125 h 6.25 c 0.082031,0 0.148437,0.01172 0.203125,0.03125 0.0625,0.01172 0.109375,0.04297 0.140625,0.09375 0.03125,0.04297 0.050781,0.105469 0.0625,0.1875 0.019531,0.07422 0.03125,0.171875 0.03125,0.296875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-3" + overflow="visible"> + <path + id="path38" + d="m 3.078125,-1.1875 c 0,0.167969 -0.011719,0.324219 -0.03125,0.46875 C 3.035156,-0.570312 3.007812,-0.429688 2.96875,-0.296875 2.925781,-0.171875 2.875,-0.0507812 2.8125,0.0625 2.75,0.1875 2.671875,0.320312 2.578125,0.46875 L 1.4375,2.171875 C 1.414062,2.210938 1.382812,2.242188 1.34375,2.265625 1.3125,2.296875 1.269531,2.320312 1.21875,2.34375 1.164062,2.363281 1.101562,2.378906 1.03125,2.390625 0.96875,2.398438 0.878906,2.40625 0.765625,2.40625 0.671875,2.40625 0.59375,2.398438 0.53125,2.390625 0.46875,2.378906 0.421875,2.363281 0.390625,2.34375 0.367188,2.332031 0.351562,2.304688 0.34375,2.265625 0.34375,2.234375 0.351562,2.195312 0.375,2.15625 L 1.484375,-0.125 v -1.0625 c 0,-0.144531 0.015625,-0.257812 0.046875,-0.34375 0.03125,-0.09375 0.078125,-0.160156 0.140625,-0.203125 0.070313,-0.050781 0.15625,-0.082031 0.25,-0.09375 0.101563,-0.019531 0.226563,-0.03125 0.375,-0.03125 0.132813,0 0.25,0.011719 0.34375,0.03125 0.101563,0.011719 0.1875,0.042969 0.25,0.09375 C 2.953125,-1.691406 3,-1.625 3.03125,-1.53125 3.0625,-1.445312 3.078125,-1.332031 3.078125,-1.1875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-4" + overflow="visible"> + <path + id="path41" + d="m 7.75,-5.796875 c 0,0.46875 -0.027344,0.945313 -0.078125,1.421875 -0.054687,0.46875 -0.148437,0.929688 -0.28125,1.375 -0.136719,0.4375 -0.320313,0.851562 -0.546875,1.234375 -0.21875,0.375 -0.5,0.710937 -0.84375,1 -0.335938,0.292969 -0.734375,0.523437 -1.203125,0.6875 C 4.328125,0.078125 3.78125,0.15625 3.15625,0.15625 2.925781,0.15625 2.695312,0.140625 2.46875,0.109375 2.25,0.078125 2.046875,0.0390625 1.859375,0 1.679688,-0.0390625 1.53125,-0.0859375 1.40625,-0.140625 1.289062,-0.191406 1.203125,-0.238281 1.140625,-0.28125 1.085938,-0.332031 1.046875,-0.398438 1.015625,-0.484375 0.992188,-0.578125 0.984375,-0.695312 0.984375,-0.84375 0.984375,-0.957031 0.988281,-1.050781 1,-1.125 1.007812,-1.195312 1.019531,-1.253906 1.03125,-1.296875 1.050781,-1.335938 1.078125,-1.363281 1.109375,-1.375 c 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.0625,0 0.144531,0.023437 0.25,0.0625 0.113281,0.042969 0.253906,0.089844 0.421875,0.140625 0.175781,0.042969 0.375,0.085938 0.59375,0.125 C 2.710938,-1.019531 2.96875,-1 3.25,-1 3.789062,-1 4.253906,-1.101562 4.640625,-1.3125 5.023438,-1.519531 5.335938,-1.796875 5.578125,-2.140625 5.816406,-2.492188 6,-2.898438 6.125,-3.359375 6.25,-3.816406 6.316406,-4.300781 6.328125,-4.8125 c -0.292969,0.179688 -0.648437,0.335938 -1.0625,0.46875 -0.40625,0.125 -0.875,0.1875 -1.40625,0.1875 -0.59375,0 -1.09375,-0.078125 -1.5,-0.234375 C 1.953125,-4.554688 1.625,-4.78125 1.375,-5.0625 1.125,-5.34375 0.945312,-5.675781 0.84375,-6.0625 0.738281,-6.457031 0.6875,-6.882812 0.6875,-7.34375 c 0,-0.46875 0.066406,-0.914062 0.203125,-1.34375 0.132813,-0.4375 0.347656,-0.816406 0.640625,-1.140625 0.289062,-0.320313 0.664062,-0.582031 1.125,-0.78125 0.457031,-0.195313 1,-0.296875 1.625,-0.296875 0.445312,0 0.84375,0.05859 1.1875,0.171875 0.351562,0.117187 0.65625,0.28125 0.90625,0.5 0.25,0.210937 0.460938,0.464844 0.640625,0.765625 0.175781,0.304688 0.316406,0.648438 0.421875,1.03125 0.113281,0.375 0.191406,0.789062 0.234375,1.234375 C 7.722656,-6.753906 7.75,-6.285156 7.75,-5.796875 Z M 6.296875,-5.953125 C 6.296875,-6.660156 6.25,-7.253906 6.15625,-7.734375 6.0625,-8.222656 5.921875,-8.613281 5.734375,-8.90625 5.554688,-9.207031 5.332031,-9.425781 5.0625,-9.5625 4.800781,-9.695312 4.5,-9.765625 4.15625,-9.765625 c -0.367188,0 -0.679688,0.070313 -0.9375,0.203125 -0.25,0.125 -0.460938,0.296875 -0.625,0.515625 -0.15625,0.21875 -0.277344,0.46875 -0.359375,0.75 C 2.160156,-8.023438 2.125,-7.742188 2.125,-7.453125 c 0,0.335937 0.03125,0.636719 0.09375,0.90625 0.070312,0.273437 0.1875,0.5 0.34375,0.6875 0.15625,0.1875 0.359375,0.335937 0.609375,0.4375 0.25,0.105469 0.554687,0.15625 0.921875,0.15625 0.414062,0 0.816406,-0.0625 1.203125,-0.1875 0.382813,-0.125 0.71875,-0.289063 1,-0.5 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-5" + overflow="visible"> + <path + id="path44" + d="m 7.6875,-0.5625 c 0,0.105469 -0.011719,0.195312 -0.03125,0.265625 C 7.644531,-0.222656 7.625,-0.164062 7.59375,-0.125 7.570312,-0.0820312 7.539062,-0.0507812 7.5,-0.03125 7.46875,-0.0078125 7.429688,0 7.390625,0 H 1.78125 C 1.75,0 1.710938,-0.0078125 1.671875,-0.03125 1.640625,-0.0507812 1.609375,-0.0820312 1.578125,-0.125 1.546875,-0.164062 1.519531,-0.222656 1.5,-0.296875 1.488281,-0.367188 1.484375,-0.457031 1.484375,-0.5625 1.484375,-0.664062 1.488281,-0.753906 1.5,-0.828125 1.519531,-0.898438 1.539062,-0.957031 1.5625,-1 1.59375,-1.050781 1.625,-1.085938 1.65625,-1.109375 c 0.039062,-0.019531 0.082031,-0.03125 0.125,-0.03125 h 2.25 V -9.3125 l -2.078125,1.234375 c -0.105469,0.054687 -0.1875,0.089844 -0.25,0.109375 -0.0625,0.011719 -0.117187,0 -0.15625,-0.03125 C 1.503906,-8.039062 1.472656,-8.101562 1.453125,-8.1875 1.441406,-8.269531 1.4375,-8.378906 1.4375,-8.515625 1.4375,-8.609375 1.441406,-8.6875 1.453125,-8.75 1.460938,-8.8125 1.472656,-8.863281 1.484375,-8.90625 1.503906,-8.957031 1.53125,-9 1.5625,-9.03125 1.59375,-9.0625 1.632812,-9.09375 1.6875,-9.125 l 2.46875,-1.59375 c 0.019531,-0.0078 0.046875,-0.01953 0.078125,-0.03125 0.039063,-0.01953 0.082031,-0.03516 0.125,-0.04687 0.050781,-0.0078 0.109375,-0.01563 0.171875,-0.01563 0.070312,0 0.160156,0 0.265625,0 0.125,0 0.226563,0.0078 0.3125,0.01563 0.09375,0.01172 0.164063,0.02734 0.21875,0.04687 0.050781,0.02344 0.082031,0.04687 0.09375,0.07813 0.019531,0.02344 0.03125,0.05469 0.03125,0.09375 v 9.4375 h 1.9375 c 0.050781,0 0.09375,0.011719 0.125,0.03125 0.039063,0.023437 0.070313,0.058594 0.09375,0.109375 0.03125,0.042969 0.050781,0.101562 0.0625,0.171875 0.00781,0.074219 0.015625,0.164063 0.015625,0.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-6" + overflow="visible"> + <path + id="path47" + d="m 8.03125,-5.390625 c 0,0.824219 -0.070312,1.578125 -0.203125,2.265625 -0.125,0.679688 -0.339844,1.261719 -0.640625,1.75 C 6.882812,-0.882812 6.488281,-0.503906 6,-0.234375 5.507812,0.0234375 4.910156,0.15625 4.203125,0.15625 c -0.679687,0 -1.25,-0.1210938 -1.71875,-0.359375 C 2.023438,-0.441406 1.65625,-0.796875 1.375,-1.265625 1.09375,-1.734375 0.890625,-2.304688 0.765625,-2.984375 0.648438,-3.671875 0.59375,-4.457031 0.59375,-5.34375 c 0,-0.820312 0.066406,-1.570312 0.203125,-2.25 C 0.929688,-8.28125 1.144531,-8.867188 1.4375,-9.359375 1.738281,-9.847656 2.132812,-10.226562 2.625,-10.5 c 0.488281,-0.269531 1.085938,-0.40625 1.796875,-0.40625 0.675781,0 1.242187,0.125 1.703125,0.375 0.46875,0.242188 0.84375,0.59375 1.125,1.0625 0.28125,0.460938 0.476562,1.03125 0.59375,1.71875 0.125,0.6875 0.1875,1.476562 0.1875,2.359375 z m -1.46875,0.09375 c 0,-0.53125 -0.023438,-1.007813 -0.0625,-1.4375 C 6.46875,-7.160156 6.410156,-7.535156 6.328125,-7.859375 6.253906,-8.191406 6.160156,-8.472656 6.046875,-8.703125 5.929688,-8.941406 5.789062,-9.132812 5.625,-9.28125 5.457031,-9.4375 5.265625,-9.550781 5.046875,-9.625 4.835938,-9.695312 4.597656,-9.734375 4.328125,-9.734375 c -0.46875,0 -0.851563,0.117187 -1.140625,0.34375 -0.292969,0.21875 -0.527344,0.523437 -0.703125,0.90625 C 2.316406,-8.097656 2.203125,-7.644531 2.140625,-7.125 2.085938,-6.601562 2.0625,-6.046875 2.0625,-5.453125 c 0,0.8125 0.039062,1.5 0.125,2.0625 0.082031,0.554687 0.210938,1.007813 0.390625,1.359375 0.175781,0.355469 0.40625,0.617188 0.6875,0.78125 0.28125,0.15625 0.617187,0.234375 1.015625,0.234375 0.3125,0 0.582031,-0.046875 0.8125,-0.140625 0.238281,-0.101562 0.441406,-0.25 0.609375,-0.4375 C 5.867188,-1.78125 6.007812,-2 6.125,-2.25 c 0.113281,-0.257812 0.203125,-0.546875 0.265625,-0.859375 0.0625,-0.320313 0.101563,-0.664063 0.125,-1.03125 0.03125,-0.375 0.046875,-0.757813 0.046875,-1.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-7" + overflow="visible"> + <path + id="path50" + d="m 7.625,-3.453125 c 0,0.574219 -0.101562,1.085937 -0.296875,1.53125 -0.1875,0.449219 -0.460937,0.828125 -0.8125,1.140625 -0.355469,0.304688 -0.78125,0.539062 -1.28125,0.703125 C 4.742188,0.078125 4.203125,0.15625 3.609375,0.15625 3.273438,0.15625 2.957031,0.128906 2.65625,0.078125 2.363281,0.0351562 2.097656,-0.015625 1.859375,-0.078125 1.628906,-0.148438 1.441406,-0.21875 1.296875,-0.28125 1.148438,-0.351562 1.054688,-0.40625 1.015625,-0.4375 0.972656,-0.476562 0.941406,-0.515625 0.921875,-0.546875 0.898438,-0.585938 0.882812,-0.628906 0.875,-0.671875 0.863281,-0.722656 0.851562,-0.785156 0.84375,-0.859375 c 0,-0.070313 0,-0.15625 0,-0.25 0,-0.09375 0,-0.175781 0,-0.25 0.007812,-0.082031 0.023438,-0.144531 0.046875,-0.1875 C 0.921875,-1.597656 0.945312,-1.632812 0.96875,-1.65625 1,-1.675781 1.035156,-1.6875 1.078125,-1.6875 c 0.050781,0 0.132813,0.039062 0.25,0.109375 0.125,0.0625 0.28125,0.136719 0.46875,0.21875 0.195313,0.085937 0.441406,0.164063 0.734375,0.234375 0.289062,0.074219 0.632812,0.109375 1.03125,0.109375 0.375,0 0.71875,-0.039063 1.03125,-0.125 0.3125,-0.09375 0.578125,-0.234375 0.796875,-0.421875 0.226563,-0.1875 0.40625,-0.421875 0.53125,-0.703125 0.125,-0.289063 0.1875,-0.644531 0.1875,-1.0625 0,-0.332031 -0.058594,-0.628906 -0.171875,-0.890625 C 5.832031,-4.488281 5.664062,-4.707031 5.4375,-4.875 5.21875,-5.050781 4.9375,-5.179688 4.59375,-5.265625 4.25,-5.359375 3.84375,-5.40625 3.375,-5.40625 c -0.34375,0 -0.636719,0.023438 -0.875,0.0625 -0.242188,0.03125 -0.46875,0.046875 -0.6875,0.046875 -0.15625,0 -0.265625,-0.035156 -0.328125,-0.109375 -0.0625,-0.070312 -0.09375,-0.210938 -0.09375,-0.421875 v -4.375 c 0,-0.175781 0.039063,-0.304687 0.125,-0.390625 0.082031,-0.09375 0.207031,-0.140625 0.375,-0.140625 h 4.75 c 0.039063,0 0.082031,0.01172 0.125,0.03125 0.039063,0.02344 0.078125,0.05859 0.109375,0.109375 0.03125,0.05469 0.050781,0.121094 0.0625,0.203125 0.00781,0.07422 0.015625,0.164063 0.015625,0.265625 0,0.199219 -0.027344,0.355469 -0.078125,0.46875 C 6.820312,-9.550781 6.742188,-9.5 6.640625,-9.5 H 2.625 v 3.015625 c 0.195312,-0.03125 0.394531,-0.046875 0.59375,-0.046875 0.207031,-0.00781 0.441406,-0.015625 0.703125,-0.015625 0.613281,0 1.148437,0.078125 1.609375,0.234375 0.457031,0.148438 0.835938,0.355469 1.140625,0.625 0.3125,0.261719 0.546875,0.585938 0.703125,0.96875 0.164062,0.375 0.25,0.796875 0.25,1.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-8" + overflow="visible"> + <path + id="path53" + d="m 8.125,-3.0625 c 0,0.1875 -0.03125,0.335938 -0.09375,0.4375 -0.054688,0.105469 -0.125,0.15625 -0.21875,0.15625 H 6.59375 v 2.265625 C 6.59375,-0.160156 6.582031,-0.125 6.5625,-0.09375 6.539062,-0.0625 6.5,-0.0351562 6.4375,-0.015625 6.382812,0.00390625 6.3125,0.0195312 6.21875,0.03125 6.132812,0.0390625 6.023438,0.046875 5.890625,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 5.460938,0.0195312 5.394531,0.00390625 5.34375,-0.015625 5.289062,-0.0351562 5.253906,-0.0625 5.234375,-0.09375 5.222656,-0.125 5.21875,-0.160156 5.21875,-0.203125 V -2.46875 h -4.4375 c -0.0625,0 -0.121094,-0.00391 -0.171875,-0.015625 -0.042969,-0.019531 -0.085937,-0.050781 -0.125,-0.09375 -0.03125,-0.039063 -0.054687,-0.101563 -0.0625,-0.1875 C 0.410156,-2.847656 0.40625,-2.957031 0.40625,-3.09375 c 0,-0.101562 0,-0.195312 0,-0.28125 C 0.414062,-3.457031 0.425781,-3.53125 0.4375,-3.59375 0.457031,-3.664062 0.476562,-3.734375 0.5,-3.796875 0.53125,-3.867188 0.566406,-3.941406 0.609375,-4.015625 L 4.46875,-10.53125 c 0.03125,-0.03906 0.070312,-0.07813 0.125,-0.109375 0.050781,-0.03906 0.117188,-0.07031 0.203125,-0.09375 0.082031,-0.01953 0.179687,-0.03516 0.296875,-0.04687 0.125,-0.0078 0.269531,-0.01563 0.4375,-0.01563 0.1875,0 0.347656,0.01172 0.484375,0.03125 0.132813,0.01172 0.242187,0.02734 0.328125,0.04687 0.082031,0.02344 0.144531,0.05469 0.1875,0.09375 0.039062,0.03125 0.0625,0.07422 0.0625,0.125 v 6.859375 H 7.8125 c 0.09375,0 0.164062,0.046875 0.21875,0.140625 0.0625,0.09375 0.09375,0.242188 0.09375,0.4375 z M 5.21875,-9.53125 H 5.203125 l -3.5,5.890625 H 5.21875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-9" + overflow="visible"> + <path + id="path56" + d="m 7.9375,-3.484375 c 0,0.480469 -0.074219,0.9375 -0.21875,1.375 -0.136719,0.4375 -0.355469,0.824219 -0.65625,1.15625 -0.304688,0.335937 -0.683594,0.605469 -1.140625,0.8125 -0.460937,0.1953125 -1,0.296875 -1.625,0.296875 -0.449219,0 -0.84375,-0.054688 -1.1875,-0.15625 -0.34375,-0.113281 -0.648437,-0.269531 -0.90625,-0.46875 -0.25,-0.207031 -0.460937,-0.460938 -0.625,-0.765625 C 1.410156,-1.535156 1.273438,-1.875 1.171875,-2.25 1.066406,-2.632812 0.992188,-3.050781 0.953125,-3.5 c -0.042969,-0.457031 -0.0625,-0.945312 -0.0625,-1.46875 0,-0.457031 0.019531,-0.921875 0.0625,-1.390625 0.050781,-0.476563 0.140625,-0.9375 0.265625,-1.375 0.132812,-0.4375 0.3125,-0.84375 0.53125,-1.21875 0.21875,-0.382813 0.488281,-0.71875 0.8125,-1 0.332031,-0.289063 0.726562,-0.519531 1.1875,-0.6875 0.457031,-0.164063 0.992188,-0.25 1.609375,-0.25 0.195313,0 0.398437,0.01563 0.609375,0.04687 0.21875,0.02344 0.414062,0.05469 0.59375,0.09375 0.175781,0.04297 0.320312,0.08984 0.4375,0.140625 0.125,0.04297 0.207031,0.07813 0.25,0.109375 0.039062,0.03125 0.066406,0.07031 0.078125,0.109375 0.019531,0.03125 0.035156,0.07031 0.046875,0.109375 0.00781,0.04297 0.015625,0.08984 0.015625,0.140625 0.00781,0.05469 0.015625,0.121094 0.015625,0.203125 0,0.09375 0,0.179688 0,0.25 0,0.074219 -0.011719,0.132812 -0.03125,0.171875 C 7.351562,-9.472656 7.328125,-9.4375 7.296875,-9.40625 7.265625,-9.382812 7.226562,-9.375 7.1875,-9.375 7.125,-9.375 7.039062,-9.394531 6.9375,-9.4375 6.832031,-9.476562 6.703125,-9.519531 6.546875,-9.5625 6.398438,-9.613281 6.21875,-9.65625 6,-9.6875 5.789062,-9.726562 5.546875,-9.75 5.265625,-9.75 c -0.523437,0 -0.96875,0.105469 -1.34375,0.3125 -0.367187,0.210938 -0.667969,0.492188 -0.90625,0.84375 C 2.785156,-8.238281 2.613281,-7.828125 2.5,-7.359375 c -0.117188,0.46875 -0.179688,0.960937 -0.1875,1.46875 0.144531,-0.082031 0.304688,-0.164063 0.484375,-0.25 0.175781,-0.082031 0.367187,-0.15625 0.578125,-0.21875 0.21875,-0.070313 0.445312,-0.128906 0.6875,-0.171875 0.238281,-0.039062 0.492188,-0.0625 0.765625,-0.0625 0.570313,0 1.054687,0.078125 1.453125,0.234375 0.40625,0.15625 0.726562,0.375 0.96875,0.65625 0.25,0.28125 0.425781,0.617187 0.53125,1 0.101562,0.375 0.15625,0.78125 0.15625,1.21875 z M 6.5,-3.34375 C 6.5,-3.664062 6.46875,-3.957031 6.40625,-4.21875 6.34375,-4.476562 6.234375,-4.695312 6.078125,-4.875 5.929688,-5.0625 5.734375,-5.207031 5.484375,-5.3125 5.234375,-5.414062 4.925781,-5.46875 4.5625,-5.46875 c -0.199219,0 -0.402344,0.023438 -0.609375,0.0625 C 3.742188,-5.375 3.546875,-5.320312 3.359375,-5.25 3.171875,-5.1875 2.988281,-5.113281 2.8125,-5.03125 2.632812,-4.945312 2.472656,-4.851562 2.328125,-4.75 c 0,0.710938 0.046875,1.308594 0.140625,1.796875 0.09375,0.480469 0.222656,0.867187 0.390625,1.15625 0.175781,0.28125 0.394531,0.484375 0.65625,0.609375 C 3.773438,-1.0625 4.082031,-1 4.4375,-1 4.789062,-1 5.097656,-1.0625 5.359375,-1.1875 5.617188,-1.320312 5.832031,-1.5 6,-1.71875 6.175781,-1.945312 6.300781,-2.203125 6.375,-2.484375 6.457031,-2.765625 6.5,-3.050781 6.5,-3.34375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-10" + overflow="visible"> + <path + id="path59" + d="m 7.921875,-2.75 c 0,0.460938 -0.085937,0.871094 -0.25,1.234375 -0.167969,0.367187 -0.40625,0.671875 -0.71875,0.921875 -0.3125,0.25 -0.699219,0.4375 -1.15625,0.5625 -0.460937,0.125 -0.984375,0.1875 -1.578125,0.1875 -0.554688,0 -1.046875,-0.0585938 -1.484375,-0.171875 -0.4375,-0.113281 -0.8125,-0.285156 -1.125,-0.515625 C 1.304688,-0.757812 1.078125,-1.039062 0.921875,-1.375 0.765625,-1.707031 0.6875,-2.082031 0.6875,-2.5 c 0,-0.34375 0.050781,-0.65625 0.15625,-0.9375 0.113281,-0.28125 0.273438,-0.539062 0.484375,-0.78125 0.207031,-0.238281 0.460937,-0.460938 0.765625,-0.671875 0.300781,-0.207031 0.644531,-0.40625 1.03125,-0.59375 -0.335938,-0.164063 -0.632812,-0.34375 -0.890625,-0.53125 -0.25,-0.195313 -0.464844,-0.40625 -0.640625,-0.625 C 1.414062,-6.867188 1.28125,-7.109375 1.1875,-7.359375 1.09375,-7.617188 1.046875,-7.894531 1.046875,-8.1875 c 0,-0.375 0.066406,-0.726562 0.203125,-1.0625 0.144531,-0.332031 0.351562,-0.617188 0.625,-0.859375 0.269531,-0.238281 0.613281,-0.429687 1.03125,-0.578125 0.425781,-0.144531 0.925781,-0.21875 1.5,-0.21875 0.539062,0 1.007812,0.07031 1.40625,0.203125 0.394531,0.125 0.71875,0.304687 0.96875,0.53125 0.257812,0.21875 0.445312,0.484375 0.5625,0.796875 0.125,0.304688 0.1875,0.625 0.1875,0.96875 0,0.28125 -0.046875,0.554688 -0.140625,0.8125 C 7.304688,-7.332031 7.175781,-7.082031 7,-6.84375 6.820312,-6.613281 6.601562,-6.394531 6.34375,-6.1875 6.082031,-5.988281 5.789062,-5.800781 5.46875,-5.625 5.851562,-5.4375 6.195312,-5.238281 6.5,-5.03125 6.8125,-4.820312 7.070312,-4.597656 7.28125,-4.359375 7.488281,-4.128906 7.644531,-3.882812 7.75,-3.625 7.863281,-3.363281 7.921875,-3.070312 7.921875,-2.75 Z M 6.125,-8.265625 c 0,-0.226563 -0.042969,-0.4375 -0.125,-0.625 C 5.925781,-9.085938 5.8125,-9.25 5.65625,-9.375 5.5,-9.507812 5.304688,-9.609375 5.078125,-9.671875 4.847656,-9.742188 4.585938,-9.78125 4.296875,-9.78125 c -0.605469,0 -1.0625,0.136719 -1.375,0.40625 -0.304687,0.273438 -0.453125,0.640625 -0.453125,1.109375 0,0.21875 0.035156,0.421875 0.109375,0.609375 0.082031,0.179688 0.203125,0.351562 0.359375,0.515625 0.15625,0.167969 0.351562,0.328125 0.59375,0.484375 0.238281,0.15625 0.523438,0.324219 0.859375,0.5 0.5625,-0.289062 0.988281,-0.609375 1.28125,-0.953125 C 5.972656,-7.460938 6.125,-7.847656 6.125,-8.265625 Z m 0.34375,5.65625 c 0,-0.25 -0.046875,-0.476563 -0.140625,-0.6875 C 6.234375,-3.503906 6.09375,-3.695312 5.90625,-3.875 5.71875,-4.0625 5.476562,-4.238281 5.1875,-4.40625 4.90625,-4.570312 4.578125,-4.75 4.203125,-4.9375 3.847656,-4.757812 3.539062,-4.582031 3.28125,-4.40625 3.019531,-4.238281 2.800781,-4.0625 2.625,-3.875 2.457031,-3.695312 2.332031,-3.503906 2.25,-3.296875 c -0.085938,0.199219 -0.125,0.417969 -0.125,0.65625 0,0.542969 0.179688,0.960937 0.546875,1.25 0.375,0.292969 0.925781,0.4375 1.65625,0.4375 0.707031,0 1.238281,-0.144531 1.59375,-0.4375 0.363281,-0.300781 0.546875,-0.707031 0.546875,-1.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-11" + overflow="visible"> + <path + id="path62" + d="m 7.203125,-3.015625 c 0,0.5 -0.09375,0.949219 -0.28125,1.34375 -0.1875,0.398437 -0.449219,0.734375 -0.78125,1.015625 -0.324219,0.273438 -0.710937,0.476562 -1.15625,0.609375 C 4.535156,0.0859375 4.054688,0.15625 3.546875,0.15625 3.179688,0.15625 2.84375,0.125 2.53125,0.0625 2.226562,0 1.957031,-0.0703125 1.71875,-0.15625 1.476562,-0.25 1.273438,-0.34375 1.109375,-0.4375 0.953125,-0.53125 0.84375,-0.609375 0.78125,-0.671875 0.71875,-0.734375 0.671875,-0.816406 0.640625,-0.921875 0.609375,-1.023438 0.59375,-1.164062 0.59375,-1.34375 c 0,-0.113281 0.003906,-0.210938 0.015625,-0.296875 0.007813,-0.082031 0.023437,-0.144531 0.046875,-0.1875 0.019531,-0.050781 0.046875,-0.085937 0.078125,-0.109375 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 0.070313,0 0.175781,0.046875 0.3125,0.140625 0.144531,0.09375 0.328125,0.199219 0.546875,0.3125 0.226562,0.105469 0.5,0.210937 0.8125,0.3125 0.3125,0.09375 0.671875,0.140625 1.078125,0.140625 0.3125,0 0.59375,-0.039062 0.84375,-0.125 C 4.710938,-1.269531 4.9375,-1.382812 5.125,-1.53125 5.3125,-1.6875 5.453125,-1.875 5.546875,-2.09375 c 0.101563,-0.226562 0.15625,-0.484375 0.15625,-0.765625 0,-0.300781 -0.074219,-0.554687 -0.21875,-0.765625 C 5.347656,-3.84375 5.164062,-4.035156 4.9375,-4.203125 4.71875,-4.367188 4.460938,-4.519531 4.171875,-4.65625 3.878906,-4.789062 3.582031,-4.925781 3.28125,-5.0625 2.976562,-5.207031 2.679688,-5.363281 2.390625,-5.53125 2.097656,-5.707031 1.835938,-5.910156 1.609375,-6.140625 c -0.21875,-0.226563 -0.402344,-0.5 -0.546875,-0.8125 -0.136719,-0.3125 -0.203125,-0.6875 -0.203125,-1.125 0,-0.445313 0.078125,-0.847656 0.234375,-1.203125 0.164062,-0.351562 0.394531,-0.648438 0.6875,-0.890625 0.289062,-0.238281 0.632812,-0.421875 1.03125,-0.546875 0.40625,-0.125 0.84375,-0.1875 1.3125,-0.1875 0.226562,0 0.460938,0.02344 0.703125,0.0625 0.25,0.04297 0.476563,0.101562 0.6875,0.171875 0.207031,0.07422 0.394531,0.152344 0.5625,0.234375 0.164063,0.08594 0.273437,0.152344 0.328125,0.203125 0.050781,0.05469 0.085938,0.09375 0.109375,0.125 0.019531,0.03125 0.035156,0.07422 0.046875,0.125 0.00781,0.042969 0.015625,0.101563 0.015625,0.171875 0.00781,0.0625 0.015625,0.148438 0.015625,0.25 0,0.105469 -0.00781,0.195312 -0.015625,0.265625 C 6.566406,-9.222656 6.550781,-9.15625 6.53125,-9.09375 6.519531,-9.039062 6.5,-9.003906 6.46875,-8.984375 c -0.03125,0.023437 -0.070312,0.03125 -0.109375,0.03125 -0.054687,0 -0.148437,-0.035156 -0.28125,-0.109375 -0.125,-0.082031 -0.28125,-0.171875 -0.46875,-0.265625 -0.1875,-0.09375 -0.414063,-0.179687 -0.671875,-0.265625 -0.261719,-0.082031 -0.554688,-0.125 -0.875,-0.125 -0.292969,0 -0.554688,0.042969 -0.78125,0.125 -0.21875,0.085938 -0.402344,0.195312 -0.546875,0.328125 -0.136719,0.125 -0.242187,0.28125 -0.3125,0.46875 C 2.347656,-8.617188 2.3125,-8.425781 2.3125,-8.21875 c 0,0.304688 0.066406,0.5625 0.203125,0.78125 0.132813,0.210938 0.316406,0.398438 0.546875,0.5625 0.226562,0.167969 0.488281,0.324219 0.78125,0.46875 0.300781,0.136719 0.601562,0.277344 0.90625,0.421875 0.300781,0.136719 0.597656,0.289063 0.890625,0.453125 0.289063,0.167969 0.550781,0.367188 0.78125,0.59375 0.238281,0.230469 0.425781,0.5 0.5625,0.8125 0.144531,0.3125 0.21875,0.683594 0.21875,1.109375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-12" + overflow="visible"> + <path + id="path65" + d="m 5.15625,-0.75 c 0,0.15625 -0.011719,0.28125 -0.03125,0.375 C 5.101562,-0.28125 5.066406,-0.207031 5.015625,-0.15625 4.972656,-0.113281 4.90625,-0.0703125 4.8125,-0.03125 4.726562,0 4.628906,0.0234375 4.515625,0.046875 4.398438,0.078125 4.28125,0.0976562 4.15625,0.109375 c -0.125,0.019531 -0.25,0.03125 -0.375,0.03125 -0.386719,0 -0.71875,-0.0546875 -1,-0.15625 C 2.5,-0.117188 2.269531,-0.269531 2.09375,-0.46875 1.914062,-0.675781 1.785156,-0.941406 1.703125,-1.265625 1.628906,-1.585938 1.59375,-1.960938 1.59375,-2.390625 V -6.75 H 0.546875 c -0.085937,0 -0.152344,-0.039062 -0.203125,-0.125 -0.042969,-0.09375 -0.0625,-0.242188 -0.0625,-0.453125 0,-0.101563 0.003906,-0.1875 0.015625,-0.25 0.007813,-0.070313 0.023437,-0.132813 0.046875,-0.1875 0.019531,-0.050781 0.046875,-0.082031 0.078125,-0.09375 0.039063,-0.019531 0.085937,-0.03125 0.140625,-0.03125 h 1.03125 v -1.78125 C 1.59375,-9.710938 1.601562,-9.75 1.625,-9.78125 1.644531,-9.8125 1.679688,-9.835938 1.734375,-9.859375 1.785156,-9.890625 1.851562,-9.910156 1.9375,-9.921875 2.03125,-9.929688 2.144531,-9.9375 2.28125,-9.9375 c 0.132812,0 0.242188,0.00781 0.328125,0.015625 0.09375,0.011719 0.160156,0.03125 0.203125,0.0625 0.050781,0.023437 0.085938,0.046875 0.109375,0.078125 0.03125,0.03125 0.046875,0.070312 0.046875,0.109375 v 1.78125 H 4.875 c 0.050781,0 0.09375,0.011719 0.125,0.03125 0.03125,0.011719 0.054688,0.042969 0.078125,0.09375 0.03125,0.054687 0.050781,0.117187 0.0625,0.1875 0.00781,0.0625 0.015625,0.148437 0.015625,0.25 0,0.210937 -0.027344,0.359375 -0.078125,0.453125 C 5.023438,-6.789062 4.957031,-6.75 4.875,-6.75 H 2.96875 v 4.15625 c 0,0.523438 0.070312,0.914062 0.21875,1.171875 0.15625,0.261719 0.429688,0.390625 0.828125,0.390625 0.125,0 0.234375,-0.00781 0.328125,-0.03125 C 4.445312,-1.09375 4.535156,-1.117188 4.609375,-1.140625 4.691406,-1.171875 4.757812,-1.195312 4.8125,-1.21875 4.863281,-1.25 4.914062,-1.265625 4.96875,-1.265625 c 0.019531,0 0.039062,0.011719 0.0625,0.03125 0.03125,0.011719 0.050781,0.039063 0.0625,0.078125 C 5.113281,-1.125 5.128906,-1.070312 5.140625,-1 c 0.00781,0.0625 0.015625,0.148438 0.015625,0.25 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-13" + overflow="visible"> + <path + id="path68" + d="m 5.640625,-7.1875 c 0,0.125 -0.00781,0.230469 -0.015625,0.3125 0,0.085938 -0.011719,0.152344 -0.03125,0.203125 -0.023438,0.042969 -0.042969,0.074219 -0.0625,0.09375 -0.023438,0.023437 -0.058594,0.03125 -0.109375,0.03125 -0.042969,0 -0.09375,-0.00781 -0.15625,-0.03125 -0.0625,-0.019531 -0.136719,-0.039063 -0.21875,-0.0625 C 4.972656,-6.671875 4.882812,-6.695312 4.78125,-6.71875 4.675781,-6.738281 4.566406,-6.75 4.453125,-6.75 c -0.136719,0 -0.273437,0.027344 -0.40625,0.078125 -0.125,0.054687 -0.265625,0.148437 -0.421875,0.28125 -0.148438,0.125 -0.296875,0.292969 -0.453125,0.5 -0.15625,0.210937 -0.335937,0.464844 -0.53125,0.765625 v 4.921875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -7.46875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.050781,-0.019531 0.113281,-0.035156 0.1875,-0.046875 0.082031,-0.00781 0.1875,-0.015625 0.3125,-0.015625 0.125,0 0.222656,0.00781 0.296875,0.015625 0.082031,0.011719 0.144531,0.027344 0.1875,0.046875 0.050781,0.023438 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 v 1.078125 c 0.207031,-0.300781 0.398438,-0.546875 0.578125,-0.734375 0.1875,-0.1875 0.359375,-0.332031 0.515625,-0.4375 0.15625,-0.101563 0.3125,-0.175781 0.46875,-0.21875 0.164062,-0.039063 0.328125,-0.0625 0.484375,-0.0625 0.070313,0 0.15625,0.00781 0.25,0.015625 0.09375,0 0.1875,0.015625 0.28125,0.046875 0.101563,0.023437 0.191406,0.046875 0.265625,0.078125 0.082031,0.023438 0.140625,0.046875 0.171875,0.078125 0.03125,0.023437 0.050781,0.046875 0.0625,0.078125 0.019531,0.023438 0.03125,0.054688 0.03125,0.09375 C 5.617188,-7.625 5.625,-7.566406 5.625,-7.484375 5.632812,-7.410156 5.640625,-7.3125 5.640625,-7.1875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-14" + overflow="visible"> + <path + id="path71" + d="m 7.640625,-4.265625 c 0,0.21875 -0.054687,0.375 -0.15625,0.46875 -0.105469,0.085937 -0.230469,0.125 -0.375,0.125 H 2.21875 c 0,0.417969 0.039062,0.792969 0.125,1.125 0.082031,0.335937 0.21875,0.621094 0.40625,0.859375 0.195312,0.230469 0.445312,0.414062 0.75,0.546875 0.3125,0.125 0.695312,0.1875 1.15625,0.1875 0.351562,0 0.664062,-0.023437 0.9375,-0.078125 0.28125,-0.0625 0.519531,-0.128906 0.71875,-0.203125 0.195312,-0.070313 0.359375,-0.132813 0.484375,-0.1875 0.132813,-0.0625 0.238281,-0.09375 0.3125,-0.09375 0.03125,0 0.0625,0.011719 0.09375,0.03125 0.03125,0.011719 0.054687,0.039063 0.078125,0.078125 0.019531,0.042969 0.03125,0.101562 0.03125,0.171875 0.00781,0.0625 0.015625,0.148437 0.015625,0.25 0,0.074219 -0.00781,0.136719 -0.015625,0.1875 0,0.054687 -0.00781,0.101563 -0.015625,0.140625 -0.011719,0.042969 -0.027344,0.078125 -0.046875,0.109375 -0.011719,0.03125 -0.03125,0.0625 -0.0625,0.09375 -0.03125,0.03125 -0.125,0.085937 -0.28125,0.15625 -0.148438,0.0625 -0.339844,0.132813 -0.578125,0.203125 C 6.097656,-0.03125 5.820312,0.0234375 5.5,0.078125 5.1875,0.128906 4.851562,0.15625 4.5,0.15625 c -0.605469,0 -1.140625,-0.0859375 -1.609375,-0.25 C 2.429688,-0.269531 2.039062,-0.523438 1.71875,-0.859375 1.40625,-1.203125 1.164062,-1.625 1,-2.125 0.84375,-2.632812 0.765625,-3.226562 0.765625,-3.90625 c 0,-0.644531 0.082031,-1.222656 0.25,-1.734375 0.164063,-0.507813 0.40625,-0.941406 0.71875,-1.296875 0.3125,-0.363281 0.6875,-0.640625 1.125,-0.828125 0.445313,-0.1875 0.945313,-0.28125 1.5,-0.28125 0.582031,0 1.078125,0.09375 1.484375,0.28125 0.414062,0.1875 0.753906,0.445313 1.015625,0.765625 0.269531,0.3125 0.46875,0.683594 0.59375,1.109375 0.125,0.429687 0.1875,0.886719 0.1875,1.375 z m -1.375,-0.40625 c 0.019531,-0.71875 -0.140625,-1.28125 -0.484375,-1.6875 -0.335938,-0.414063 -0.828125,-0.625 -1.484375,-0.625 -0.335937,0 -0.632813,0.070313 -0.890625,0.203125 -0.25,0.125 -0.464844,0.292969 -0.640625,0.5 -0.167969,0.210938 -0.296875,0.453125 -0.390625,0.734375 -0.09375,0.28125 -0.148438,0.574219 -0.15625,0.875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-15" + overflow="visible"> + <path + id="path74" + d="m 6.640625,-1.34375 c 0,0.09375 -0.00781,0.179688 -0.015625,0.25 0,0.0625 -0.011719,0.121094 -0.03125,0.171875 -0.011719,0.042969 -0.027344,0.085937 -0.046875,0.125 -0.011719,0.03125 -0.054687,0.085937 -0.125,0.15625 -0.074219,0.0625 -0.195313,0.148437 -0.359375,0.25 -0.167969,0.105469 -0.355469,0.199219 -0.5625,0.28125 -0.199219,0.0859375 -0.421875,0.1445312 -0.671875,0.1875 -0.242187,0.050781 -0.492187,0.078125 -0.75,0.078125 -0.542969,0 -1.023437,-0.0898438 -1.4375,-0.265625 C 2.234375,-0.285156 1.890625,-0.539062 1.609375,-0.875 1.328125,-1.21875 1.113281,-1.632812 0.96875,-2.125 0.820312,-2.625 0.75,-3.203125 0.75,-3.859375 0.75,-4.585938 0.835938,-5.21875 1.015625,-5.75 1.191406,-6.28125 1.4375,-6.710938 1.75,-7.046875 c 0.3125,-0.332031 0.679688,-0.582031 1.109375,-0.75 0.425781,-0.164063 0.882813,-0.25 1.375,-0.25 0.238281,0 0.46875,0.027344 0.6875,0.078125 0.226563,0.042969 0.4375,0.101562 0.625,0.171875 0.1875,0.074219 0.351563,0.15625 0.5,0.25 0.144531,0.09375 0.25,0.171875 0.3125,0.234375 0.070313,0.0625 0.117187,0.117188 0.140625,0.15625 0.03125,0.042969 0.050781,0.089844 0.0625,0.140625 0.019531,0.054687 0.03125,0.117187 0.03125,0.1875 0.00781,0.0625 0.015625,0.140625 0.015625,0.234375 0,0.21875 -0.027344,0.371094 -0.078125,0.453125 -0.054688,0.085937 -0.117188,0.125 -0.1875,0.125 -0.085938,0 -0.179688,-0.039063 -0.28125,-0.125 C 5.957031,-6.234375 5.820312,-6.332031 5.65625,-6.4375 5.488281,-6.550781 5.285156,-6.65625 5.046875,-6.75 4.816406,-6.84375 4.539062,-6.890625 4.21875,-6.890625 c -0.65625,0 -1.164062,0.257813 -1.515625,0.765625 -0.355469,0.5 -0.53125,1.234375 -0.53125,2.203125 0,0.480469 0.046875,0.902344 0.140625,1.265625 0.09375,0.367188 0.226562,0.667969 0.40625,0.90625 0.175781,0.242188 0.390625,0.421875 0.640625,0.546875 0.257813,0.117187 0.554687,0.171875 0.890625,0.171875 0.3125,0 0.585938,-0.046875 0.828125,-0.140625 C 5.316406,-1.273438 5.519531,-1.382812 5.6875,-1.5 5.863281,-1.625 6.007812,-1.734375 6.125,-1.828125 6.25,-1.921875 6.347656,-1.96875 6.421875,-1.96875 c 0.03125,0 0.0625,0.011719 0.09375,0.03125 0.03125,0.023438 0.050781,0.058594 0.0625,0.109375 0.019531,0.054687 0.035156,0.121094 0.046875,0.203125 0.00781,0.074219 0.015625,0.167969 0.015625,0.28125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-16" + overflow="visible"> + <path + id="path77" + d="m 7.703125,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.648438,-0.0625 7.613281,-0.0351562 7.5625,-0.015625 7.507812,0.00390625 7.4375,0.0195312 7.34375,0.03125 7.257812,0.0390625 7.148438,0.046875 7.015625,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 6.585938,0.0195312 6.519531,0.00390625 6.46875,-0.015625 6.425781,-0.0351562 6.390625,-0.0625 6.359375,-0.09375 6.335938,-0.125 6.328125,-0.160156 6.328125,-0.203125 v -4.375 c 0,-0.425781 -0.03125,-0.769531 -0.09375,-1.03125 C 6.171875,-5.867188 6.070312,-6.09375 5.9375,-6.28125 5.8125,-6.46875 5.644531,-6.609375 5.4375,-6.703125 5.238281,-6.804688 5.007812,-6.859375 4.75,-6.859375 4.40625,-6.859375 4.0625,-6.738281 3.71875,-6.5 3.375,-6.257812 3.015625,-5.898438 2.640625,-5.421875 v 5.21875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -11.09375 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.019531,-0.03906 0.054687,-0.07031 0.109375,-0.09375 0.050781,-0.01953 0.117188,-0.03516 0.203125,-0.04687 0.09375,-0.0078 0.207031,-0.01563 0.34375,-0.01563 0.132813,0 0.242187,0.0078 0.328125,0.01563 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.05469 0.109375,0.09375 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 v 4.46875 C 3.035156,-7.242188 3.429688,-7.550781 3.828125,-7.75 4.222656,-7.945312 4.625,-8.046875 5.03125,-8.046875 c 0.5,0 0.914062,0.085937 1.25,0.25 0.34375,0.167969 0.617188,0.390625 0.828125,0.671875 0.207031,0.28125 0.359375,0.617188 0.453125,1 0.09375,0.375 0.140625,0.835938 0.140625,1.375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-17" + overflow="visible"> + <path + id="path80" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-18" + overflow="visible"> + <path + id="path83" + d="m 6.890625,-0.203125 c 0,0.074219 -0.023437,0.125 -0.0625,0.15625 -0.042969,0.03125 -0.105469,0.05078125 -0.1875,0.0625 -0.074219,0.0195312 -0.183594,0.03125 -0.328125,0.03125 -0.148438,0 -0.265625,-0.0117188 -0.359375,-0.03125 -0.085937,-0.01171875 -0.148437,-0.03125 -0.1875,-0.0625 -0.03125,-0.03125 -0.046875,-0.082031 -0.046875,-0.15625 v -0.75 C 5.394531,-0.597656 5.03125,-0.320312 4.625,-0.125 4.226562,0.0625 3.804688,0.15625 3.359375,0.15625 2.960938,0.15625 2.601562,0.101562 2.28125,0 1.96875,-0.101562 1.695312,-0.25 1.46875,-0.4375 1.25,-0.632812 1.078125,-0.875 0.953125,-1.15625 c -0.125,-0.28125 -0.1875,-0.597656 -0.1875,-0.953125 0,-0.425781 0.082031,-0.789063 0.25,-1.09375 C 1.191406,-3.515625 1.4375,-3.773438 1.75,-3.984375 2.070312,-4.191406 2.46875,-4.34375 2.9375,-4.4375 3.40625,-4.539062 3.925781,-4.59375 4.5,-4.59375 H 5.53125 V -5.1875 C 5.53125,-5.46875 5.5,-5.71875 5.4375,-5.9375 5.382812,-6.164062 5.289062,-6.351562 5.15625,-6.5 5.019531,-6.644531 4.84375,-6.753906 4.625,-6.828125 4.40625,-6.898438 4.140625,-6.9375 3.828125,-6.9375 c -0.335937,0 -0.636719,0.042969 -0.90625,0.125 -0.273437,0.074219 -0.511719,0.164062 -0.71875,0.265625 -0.199219,0.09375 -0.367187,0.183594 -0.5,0.265625 -0.136719,0.074219 -0.234375,0.109375 -0.296875,0.109375 -0.042969,0 -0.085938,-0.00781 -0.125,-0.03125 C 1.25,-6.222656 1.21875,-6.253906 1.1875,-6.296875 1.164062,-6.335938 1.148438,-6.394531 1.140625,-6.46875 1.128906,-6.539062 1.125,-6.617188 1.125,-6.703125 c 0,-0.132813 0.00781,-0.238281 0.03125,-0.3125 0.019531,-0.082031 0.066406,-0.160156 0.140625,-0.234375 0.070313,-0.070312 0.195313,-0.15625 0.375,-0.25 0.1875,-0.101562 0.398437,-0.191406 0.640625,-0.265625 0.238281,-0.082031 0.5,-0.148437 0.78125,-0.203125 0.28125,-0.050781 0.566406,-0.078125 0.859375,-0.078125 0.53125,0 0.984375,0.0625 1.359375,0.1875 0.382812,0.117187 0.691406,0.292969 0.921875,0.53125 0.226563,0.230469 0.394531,0.523437 0.5,0.875 0.101563,0.34375 0.15625,0.75 0.15625,1.21875 z M 5.53125,-3.609375 H 4.359375 c -0.375,0 -0.703125,0.03125 -0.984375,0.09375 -0.273438,0.0625 -0.5,0.15625 -0.6875,0.28125 -0.179688,0.125 -0.308594,0.277344 -0.390625,0.453125 -0.085937,0.167969 -0.125,0.367188 -0.125,0.59375 0,0.386719 0.117187,0.699219 0.359375,0.9375 0.25,0.230469 0.59375,0.34375 1.03125,0.34375 0.363281,0 0.695312,-0.09375 1,-0.28125 0.3125,-0.1875 0.632812,-0.46875 0.96875,-0.84375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-19" + overflow="visible"> + <path + id="path86" + d="m 7.390625,-7.6875 c 0,0.023438 0,0.042969 0,0.0625 0,0.023438 -0.00781,0.046875 -0.015625,0.078125 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 -0.011719,0.03125 -0.023437,0.070313 -0.03125,0.109375 L 4.78125,-0.25 C 4.757812,-0.1875 4.726562,-0.132812 4.6875,-0.09375 4.65625,-0.0625 4.601562,-0.03125 4.53125,0 4.457031,0.0195312 4.363281,0.03125 4.25,0.03125 4.144531,0.0390625 4.007812,0.046875 3.84375,0.046875 3.675781,0.046875 3.535156,0.0390625 3.421875,0.03125 3.316406,0.0195312 3.226562,0.00390625 3.15625,-0.015625 3.09375,-0.0351562 3.039062,-0.0664062 3,-0.109375 2.957031,-0.148438 2.925781,-0.195312 2.90625,-0.25 L 0.359375,-7.34375 C 0.335938,-7.414062 0.320312,-7.472656 0.3125,-7.515625 0.300781,-7.566406 0.289062,-7.601562 0.28125,-7.625 c 0,-0.03125 0,-0.050781 0,-0.0625 0,-0.050781 0.007812,-0.09375 0.03125,-0.125 0.019531,-0.03125 0.054688,-0.054688 0.109375,-0.078125 0.050781,-0.019531 0.117187,-0.03125 0.203125,-0.03125 0.09375,-0.00781 0.203125,-0.015625 0.328125,-0.015625 0.164063,0 0.296875,0.00781 0.390625,0.015625 0.09375,0.011719 0.164062,0.027344 0.21875,0.046875 0.050781,0.023438 0.085938,0.046875 0.109375,0.078125 0.03125,0.03125 0.054687,0.074219 0.078125,0.125 l 2.109375,6.15625 0.03125,0.109375 0.03125,-0.109375 L 6,-7.671875 c 0.00781,-0.050781 0.023438,-0.09375 0.046875,-0.125 0.03125,-0.03125 0.070313,-0.054687 0.125,-0.078125 0.0625,-0.019531 0.132813,-0.035156 0.21875,-0.046875 C 6.484375,-7.929688 6.601562,-7.9375 6.75,-7.9375 c 0.132812,0 0.242188,0.00781 0.328125,0.015625 0.082031,0 0.144531,0.011719 0.1875,0.03125 0.050781,0.023437 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-20" + overflow="visible"> + <path + id="path89" + d="m 7.515625,-7.34375 c 0,0.199219 -0.027344,0.339844 -0.078125,0.421875 -0.054688,0.085937 -0.121094,0.125 -0.203125,0.125 H 6.15625 c 0.195312,0.210937 0.332031,0.433594 0.40625,0.671875 0.082031,0.242188 0.125,0.492188 0.125,0.75 0,0.429688 -0.074219,0.808594 -0.21875,1.140625 -0.136719,0.335937 -0.335938,0.617187 -0.59375,0.84375 -0.25,0.230469 -0.554688,0.40625 -0.90625,0.53125 -0.355469,0.117187 -0.75,0.171875 -1.1875,0.171875 -0.304688,0 -0.59375,-0.035156 -0.875,-0.109375 -0.273438,-0.082031 -0.480469,-0.1875 -0.625,-0.3125 -0.09375,0.105469 -0.179688,0.21875 -0.25,0.34375 -0.0625,0.125 -0.09375,0.273437 -0.09375,0.4375 0,0.199219 0.085938,0.359375 0.265625,0.484375 0.1875,0.125 0.429687,0.195312 0.734375,0.203125 l 1.9375,0.09375 c 0.375,0.011719 0.710938,0.0625 1.015625,0.15625 0.3125,0.085937 0.582031,0.214844 0.8125,0.390625 0.226563,0.167969 0.40625,0.375 0.53125,0.625 0.125,0.242188 0.1875,0.519531 0.1875,0.84375 0,0.34375 -0.074219,0.671875 -0.21875,0.984375 -0.136719,0.3125 -0.355469,0.582031 -0.65625,0.8125 -0.292969,0.238281 -0.667969,0.425781 -1.125,0.5625 -0.460937,0.132813 -1,0.203125 -1.625,0.203125 C 3.191406,3.03125 2.675781,2.976562 2.25,2.875 1.832031,2.769531 1.488281,2.628906 1.21875,2.453125 0.945312,2.273438 0.75,2.0625 0.625,1.8125 0.5,1.570312 0.4375,1.304688 0.4375,1.015625 0.4375,0.835938 0.457031,0.660156 0.5,0.484375 0.550781,0.316406 0.617188,0.15625 0.703125,0 0.796875,-0.15625 0.910156,-0.300781 1.046875,-0.4375 1.179688,-0.582031 1.335938,-0.722656 1.515625,-0.859375 1.242188,-1.003906 1.039062,-1.179688 0.90625,-1.390625 0.78125,-1.597656 0.71875,-1.820312 0.71875,-2.0625 c 0,-0.34375 0.066406,-0.644531 0.203125,-0.90625 C 1.066406,-3.238281 1.238281,-3.476562 1.4375,-3.6875 1.269531,-3.894531 1.132812,-4.125 1.03125,-4.375 0.9375,-4.632812 0.890625,-4.945312 0.890625,-5.3125 c 0,-0.425781 0.066406,-0.804688 0.203125,-1.140625 0.144531,-0.34375 0.34375,-0.628906 0.59375,-0.859375 0.257812,-0.226562 0.566406,-0.40625 0.921875,-0.53125 0.363281,-0.125 0.753906,-0.1875 1.171875,-0.1875 0.226562,0 0.441406,0.015625 0.640625,0.046875 0.195313,0.023437 0.378906,0.054687 0.546875,0.09375 h 2.265625 c 0.09375,0 0.160156,0.046875 0.203125,0.140625 0.050781,0.085938 0.078125,0.21875 0.078125,0.40625 z M 5.375,-5.375 c 0,-0.507812 -0.140625,-0.90625 -0.421875,-1.1875 -0.28125,-0.28125 -0.679687,-0.421875 -1.1875,-0.421875 -0.273437,0 -0.507813,0.046875 -0.703125,0.140625 -0.199219,0.085938 -0.367188,0.203125 -0.5,0.359375 -0.125,0.148437 -0.21875,0.324219 -0.28125,0.53125 -0.0625,0.199219 -0.09375,0.40625 -0.09375,0.625 0,0.5 0.140625,0.890625 0.421875,1.171875 0.28125,0.28125 0.671875,0.421875 1.171875,0.421875 0.269531,0 0.503906,-0.039063 0.703125,-0.125 0.207031,-0.09375 0.375,-0.210937 0.5,-0.359375 C 5.117188,-4.375 5.21875,-4.550781 5.28125,-4.75 5.34375,-4.945312 5.375,-5.15625 5.375,-5.375 Z M 6.0625,0.546875 C 6.0625,0.222656 5.925781,-0.0195312 5.65625,-0.1875 5.394531,-0.363281 5.039062,-0.457031 4.59375,-0.46875 L 2.671875,-0.546875 c -0.179687,0.148437 -0.324219,0.28125 -0.4375,0.40625 -0.117187,0.125 -0.210937,0.2382812 -0.28125,0.34375 C 1.890625,0.316406 1.84375,0.429688 1.8125,0.546875 1.789062,0.660156 1.78125,0.773438 1.78125,0.890625 c 0,0.351563 0.179688,0.625 0.546875,0.8125 0.363281,0.1875 0.875,0.28125 1.53125,0.28125 0.414063,0 0.765625,-0.042969 1.046875,-0.125 C 5.1875,1.785156 5.410156,1.679688 5.578125,1.546875 5.742188,1.410156 5.863281,1.253906 5.9375,1.078125 6.019531,0.910156 6.0625,0.734375 6.0625,0.546875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-21" + overflow="visible"> + <path + id="path92" + d="m 7.40625,-0.59375 c 0,0.105469 -0.00781,0.195312 -0.015625,0.265625 -0.011719,0.074219 -0.03125,0.136719 -0.0625,0.1875 -0.03125,0.0546875 -0.0625,0.0898438 -0.09375,0.109375 C 7.203125,-0.0078125 7.160156,0 7.109375,0 H 1.953125 C 1.828125,0 1.707031,-0.0390625 1.59375,-0.125 1.476562,-0.207031 1.421875,-0.359375 1.421875,-0.578125 v -9.578125 c 0,-0.21875 0.054687,-0.367188 0.171875,-0.453125 0.113281,-0.08203 0.234375,-0.125 0.359375,-0.125 H 7.0625 c 0.039062,0 0.078125,0.01172 0.109375,0.03125 0.039063,0.02344 0.070313,0.05859 0.09375,0.109375 0.019531,0.04297 0.035156,0.105469 0.046875,0.1875 0.019531,0.07422 0.03125,0.164062 0.03125,0.265625 0,0.105469 -0.011719,0.195313 -0.03125,0.265625 -0.011719,0.074219 -0.027344,0.136719 -0.046875,0.1875 -0.023437,0.042969 -0.054687,0.078125 -0.09375,0.109375 -0.03125,0.023437 -0.070313,0.03125 -0.109375,0.03125 H 2.859375 V -6.1875 h 3.59375 c 0.050781,0 0.09375,0.015625 0.125,0.046875 0.03125,0.023437 0.054687,0.054687 0.078125,0.09375 0.03125,0.042969 0.050781,0.105469 0.0625,0.1875 0.00781,0.074219 0.015625,0.164063 0.015625,0.265625 0,0.105469 -0.00781,0.195312 -0.015625,0.265625 -0.011719,0.074219 -0.03125,0.132813 -0.0625,0.171875 -0.023438,0.042969 -0.046875,0.074219 -0.078125,0.09375 -0.03125,0.023438 -0.074219,0.03125 -0.125,0.03125 h -3.59375 v 3.84375 h 4.25 c 0.050781,0 0.09375,0.011719 0.125,0.03125 0.03125,0.023438 0.0625,0.058594 0.09375,0.109375 0.03125,0.042969 0.050781,0.105469 0.0625,0.1875 0.00781,0.074219 0.015625,0.164063 0.015625,0.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-22" + overflow="visible"> + <path + id="path95" + d="m 5.359375,-10.75 c 0,0.105469 -0.00781,0.1875 -0.015625,0.25 -0.011719,0.0625 -0.027344,0.117188 -0.046875,0.15625 -0.011719,0.04297 -0.027344,0.07031 -0.046875,0.07813 -0.023438,0.01172 -0.046875,0.01563 -0.078125,0.01563 -0.042969,0 -0.09375,-0.0078 -0.15625,-0.03125 -0.054687,-0.01953 -0.121094,-0.04687 -0.203125,-0.07813 -0.085938,-0.03125 -0.183594,-0.05469 -0.296875,-0.07813 -0.117187,-0.03125 -0.246094,-0.04687 -0.390625,-0.04687 -0.210938,0 -0.386719,0.03906 -0.53125,0.109375 -0.136719,0.0625 -0.25,0.167969 -0.34375,0.3125 C 3.164062,-9.925781 3.101562,-9.742188 3.0625,-9.515625 3.019531,-9.296875 3,-9.023438 3,-8.703125 v 0.8125 h 1.671875 c 0.039063,0 0.078125,0.011719 0.109375,0.03125 0.03125,0.011719 0.054688,0.042969 0.078125,0.09375 0.03125,0.054687 0.050781,0.117187 0.0625,0.1875 0.019531,0.0625 0.03125,0.148437 0.03125,0.25 0,0.210937 -0.027344,0.359375 -0.078125,0.453125 C 4.820312,-6.789062 4.753906,-6.75 4.671875,-6.75 H 3 v 6.546875 C 3,-0.160156 2.988281,-0.125 2.96875,-0.09375 2.945312,-0.0625 2.910156,-0.0351562 2.859375,-0.015625 2.804688,0.00390625 2.734375,0.0195312 2.640625,0.03125 2.554688,0.0390625 2.445312,0.046875 2.3125,0.046875 2.175781,0.046875 2.0625,0.0390625 1.96875,0.03125 1.882812,0.0195312 1.816406,0.00390625 1.765625,-0.015625 1.710938,-0.0351562 1.675781,-0.0625 1.65625,-0.09375 1.632812,-0.125 1.625,-0.160156 1.625,-0.203125 V -6.75 H 0.578125 C 0.484375,-6.75 0.414062,-6.789062 0.375,-6.875 0.332031,-6.96875 0.3125,-7.117188 0.3125,-7.328125 c 0,-0.101563 0.003906,-0.1875 0.015625,-0.25 0.007813,-0.070313 0.023437,-0.132813 0.046875,-0.1875 0.019531,-0.050781 0.046875,-0.082031 0.078125,-0.09375 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 H 1.625 v -0.78125 c 0,-0.519531 0.046875,-0.960937 0.140625,-1.328125 0.101563,-0.375 0.253906,-0.679688 0.453125,-0.921875 0.195312,-0.238281 0.445312,-0.414063 0.75,-0.53125 0.300781,-0.113281 0.65625,-0.171875 1.0625,-0.171875 0.195312,0 0.382812,0.02344 0.5625,0.0625 0.1875,0.03125 0.328125,0.07031 0.421875,0.109375 0.101563,0.04297 0.171875,0.07813 0.203125,0.109375 0.03125,0.03125 0.054688,0.07813 0.078125,0.140625 0.03125,0.05469 0.046875,0.117187 0.046875,0.1875 0.00781,0.07422 0.015625,0.164063 0.015625,0.265625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-23" + overflow="visible"> + <path + id="path98" + d="m 10.421875,-5.5 c 0,0.875 -0.105469,1.664062 -0.3125,2.359375 -0.199219,0.699219 -0.5,1.292969 -0.90625,1.78125 -0.40625,0.492187 -0.917969,0.867187 -1.53125,1.125 -0.617187,0.2578125 -1.335937,0.390625 -2.15625,0.390625 -0.804687,0 -1.5,-0.1210938 -2.09375,-0.359375 C 2.835938,-0.441406 2.351562,-0.789062 1.96875,-1.25 1.582031,-1.707031 1.296875,-2.273438 1.109375,-2.953125 c -0.1875,-0.6875 -0.28125,-1.472656 -0.28125,-2.359375 0,-0.84375 0.097656,-1.609375 0.296875,-2.296875 0.207031,-0.695313 0.515625,-1.285156 0.921875,-1.765625 0.414063,-0.488281 0.925781,-0.863281 1.53125,-1.125 0.613281,-0.269531 1.332031,-0.40625 2.15625,-0.40625 0.789063,0 1.476563,0.121094 2.0625,0.359375 0.59375,0.242187 1.082031,0.589844 1.46875,1.046875 0.394531,0.460938 0.6875,1.027344 0.875,1.703125 0.1875,0.667969 0.28125,1.433594 0.28125,2.296875 z m -1.5,0.109375 C 8.921875,-6.003906 8.863281,-6.570312 8.75,-7.09375 8.644531,-7.613281 8.46875,-8.066406 8.21875,-8.453125 7.96875,-8.835938 7.628906,-9.132812 7.203125,-9.34375 6.785156,-9.5625 6.269531,-9.671875 5.65625,-9.671875 c -0.625,0 -1.148438,0.117187 -1.5625,0.34375 -0.417969,0.230469 -0.761719,0.542969 -1.03125,0.9375 -0.261719,0.386719 -0.449219,0.839844 -0.5625,1.359375 -0.117188,0.511719 -0.171875,1.054688 -0.171875,1.625 0,0.625 0.050781,1.203125 0.15625,1.734375 0.101563,0.53125 0.28125,0.992187 0.53125,1.375 0.25,0.386719 0.582031,0.6875 1,0.90625 0.425781,0.210937 0.953125,0.3125 1.578125,0.3125 0.625,0 1.148438,-0.113281 1.578125,-0.34375 C 7.597656,-1.660156 7.941406,-1.976562 8.203125,-2.375 8.460938,-2.769531 8.644531,-3.226562 8.75,-3.75 8.863281,-4.269531 8.921875,-4.816406 8.921875,-5.390625 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-24" + overflow="visible"> + <path + id="path101" + d="m 7.671875,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.617188,-0.0625 7.582031,-0.0351562 7.53125,-0.015625 7.488281,0.00390625 7.425781,0.0195312 7.34375,0.03125 7.269531,0.0390625 7.179688,0.046875 7.078125,0.046875 6.953125,0.046875 6.851562,0.0390625 6.78125,0.03125 6.707031,0.0195312 6.644531,0.00390625 6.59375,-0.015625 6.539062,-0.0351562 6.503906,-0.0625 6.484375,-0.09375 6.460938,-0.125 6.453125,-0.160156 6.453125,-0.203125 v -1 c -0.398437,0.429687 -0.808594,0.761719 -1.234375,1 C 4.800781,0.0351562 4.335938,0.15625 3.828125,0.15625 c -0.542969,0 -1.011719,-0.1054688 -1.40625,-0.3125 -0.386719,-0.21875 -0.699219,-0.503906 -0.9375,-0.859375 -0.242187,-0.363281 -0.417969,-0.789063 -0.53125,-1.28125 -0.105469,-0.488281 -0.15625,-1.007813 -0.15625,-1.5625 0,-0.632813 0.066406,-1.207031 0.203125,-1.71875 0.144531,-0.519531 0.351562,-0.960937 0.625,-1.328125 0.269531,-0.375 0.601562,-0.65625 1,-0.84375 0.40625,-0.195312 0.867188,-0.296875 1.390625,-0.296875 0.4375,0 0.835937,0.09375 1.203125,0.28125 0.363281,0.1875 0.722656,0.46875 1.078125,0.84375 v -4.34375 c 0,-0.03906 0.00391,-0.07813 0.015625,-0.109375 0.019531,-0.03906 0.054688,-0.06641 0.109375,-0.07813 0.0625,-0.01953 0.132813,-0.03516 0.21875,-0.04687 0.09375,-0.01953 0.203125,-0.03125 0.328125,-0.03125 0.144531,0 0.257812,0.01172 0.34375,0.03125 0.09375,0.01172 0.160156,0.02734 0.203125,0.04687 0.050781,0.01172 0.085937,0.03906 0.109375,0.07813 0.03125,0.03125 0.046875,0.07031 0.046875,0.109375 z m -1.375,-5.265625 C 5.921875,-5.925781 5.5625,-6.273438 5.21875,-6.515625 4.875,-6.753906 4.515625,-6.875 4.140625,-6.875 c -0.355469,0 -0.65625,0.085938 -0.90625,0.25 -0.242187,0.167969 -0.4375,0.386719 -0.59375,0.65625 C 2.492188,-5.695312 2.382812,-5.390625 2.3125,-5.046875 2.25,-4.703125 2.21875,-4.351562 2.21875,-4 c 0,0.375 0.023438,0.746094 0.078125,1.109375 0.0625,0.355469 0.164063,0.671875 0.3125,0.953125 0.144531,0.28125 0.332031,0.507812 0.5625,0.671875 0.238281,0.167969 0.539063,0.25 0.90625,0.25 0.175781,0 0.347656,-0.019531 0.515625,-0.0625 0.175781,-0.050781 0.351562,-0.132813 0.53125,-0.25 0.175781,-0.125 0.359375,-0.273437 0.546875,-0.453125 0.195313,-0.1875 0.40625,-0.414062 0.625,-0.6875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-25" + overflow="visible"> + <path + id="path104" + d="m 2.640625,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -11.09375 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.019531,-0.03906 0.054687,-0.07031 0.109375,-0.09375 0.050781,-0.01953 0.117188,-0.03516 0.203125,-0.04687 0.09375,-0.0078 0.207031,-0.01563 0.34375,-0.01563 0.132813,0 0.242187,0.0078 0.328125,0.01563 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.05469 0.109375,0.09375 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-26" + overflow="visible"> + <path + id="path107" + d="m 8.21875,-4.03125 c 0,0.617188 -0.085938,1.179688 -0.25,1.6875 C 7.8125,-1.832031 7.570312,-1.390625 7.25,-1.015625 6.9375,-0.648438 6.539062,-0.363281 6.0625,-0.15625 5.582031,0.0507812 5.03125,0.15625 4.40625,0.15625 3.789062,0.15625 3.253906,0.0664062 2.796875,-0.109375 2.335938,-0.296875 1.957031,-0.5625 1.65625,-0.90625 1.351562,-1.257812 1.125,-1.6875 0.96875,-2.1875 0.820312,-2.6875 0.75,-3.25 0.75,-3.875 0.75,-4.488281 0.828125,-5.050781 0.984375,-5.5625 1.140625,-6.070312 1.375,-6.507812 1.6875,-6.875 2.007812,-7.25 2.410156,-7.535156 2.890625,-7.734375 c 0.476563,-0.207031 1.035156,-0.3125 1.671875,-0.3125 0.613281,0 1.144531,0.09375 1.59375,0.28125 0.457031,0.179687 0.835938,0.445313 1.140625,0.796875 0.3125,0.34375 0.539063,0.765625 0.6875,1.265625 0.15625,0.492187 0.234375,1.046875 0.234375,1.671875 z m -1.4375,0.09375 c 0,-0.40625 -0.042969,-0.785156 -0.125,-1.140625 C 6.582031,-5.441406 6.457031,-5.757812 6.28125,-6.03125 6.113281,-6.300781 5.882812,-6.515625 5.59375,-6.671875 5.300781,-6.828125 4.9375,-6.90625 4.5,-6.90625 c -0.40625,0 -0.757812,0.074219 -1.046875,0.21875 -0.292969,0.148438 -0.53125,0.351562 -0.71875,0.609375 -0.1875,0.261719 -0.328125,0.574219 -0.421875,0.9375 -0.085938,0.355469 -0.125,0.746094 -0.125,1.171875 0,0.40625 0.035156,0.792969 0.109375,1.15625 0.070313,0.355469 0.195313,0.667969 0.375,0.9375 C 2.847656,-1.601562 3.082031,-1.390625 3.375,-1.234375 3.664062,-1.078125 4.03125,-1 4.46875,-1 4.863281,-1 5.207031,-1.066406 5.5,-1.203125 5.789062,-1.347656 6.03125,-1.550781 6.21875,-1.8125 6.414062,-2.070312 6.554688,-2.378906 6.640625,-2.734375 6.734375,-3.097656 6.78125,-3.5 6.78125,-3.9375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-27" + overflow="visible"> + <path + id="path110" + d="m 9.5,-3.96875 c 0,0.65625 -0.09375,1.242188 -0.28125,1.75 -0.1875,0.511719 -0.460938,0.945312 -0.8125,1.296875 -0.355469,0.355469 -0.789062,0.625 -1.296875,0.8125 C 6.597656,0.0664062 6.019531,0.15625 5.375,0.15625 4.78125,0.15625 4.238281,0.0703125 3.75,-0.09375 3.257812,-0.269531 2.835938,-0.523438 2.484375,-0.859375 2.140625,-1.191406 1.875,-1.609375 1.6875,-2.109375 1.5,-2.617188 1.40625,-3.203125 1.40625,-3.859375 v -6.671875 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.03125,-0.03125 0.070312,-0.05469 0.125,-0.07813 0.050781,-0.01953 0.117188,-0.03516 0.203125,-0.04687 0.09375,-0.01953 0.210937,-0.03125 0.359375,-0.03125 0.132812,0 0.25,0.01172 0.34375,0.03125 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.04687 0.109375,0.07813 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 v 6.5 c 0,0.5 0.0625,0.9375 0.1875,1.3125 0.125,0.367188 0.300781,0.671875 0.53125,0.921875 C 3.773438,-1.554688 4.050781,-1.375 4.375,-1.25 c 0.320312,0.125 0.6875,0.1875 1.09375,0.1875 0.40625,0 0.769531,-0.054688 1.09375,-0.171875 0.332031,-0.125 0.609375,-0.304687 0.828125,-0.546875 0.226563,-0.25 0.398437,-0.550781 0.515625,-0.90625 0.113281,-0.363281 0.171875,-0.785156 0.171875,-1.265625 v -6.578125 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.03125,-0.03125 0.070313,-0.05469 0.125,-0.07813 0.050781,-0.01953 0.125,-0.03516 0.21875,-0.04687 0.09375,-0.01953 0.207031,-0.03125 0.34375,-0.03125 0.132813,0 0.242187,0.01172 0.328125,0.03125 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.0625,0.02344 0.101562,0.04687 0.125,0.07813 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-28" + overflow="visible"> + <path + id="path113" + d="m 8.140625,-4.0625 c 0,0.65625 -0.074219,1.246094 -0.21875,1.765625 -0.136719,0.523437 -0.34375,0.964844 -0.625,1.328125 C 7.023438,-0.613281 6.6875,-0.335938 6.28125,-0.140625 5.882812,0.0546875 5.425781,0.15625 4.90625,0.15625 4.6875,0.15625 4.484375,0.132812 4.296875,0.09375 4.109375,0.0507812 3.921875,-0.015625 3.734375,-0.109375 3.554688,-0.203125 3.378906,-0.320312 3.203125,-0.46875 3.023438,-0.613281 2.835938,-0.785156 2.640625,-0.984375 V 2.75 c 0,0.050781 -0.011719,0.09375 -0.03125,0.125 C 2.585938,2.90625 2.550781,2.929688 2.5,2.953125 2.445312,2.972656 2.375,2.988281 2.28125,3 2.195312,3.007812 2.085938,3.015625 1.953125,3.015625 1.816406,3.015625 1.703125,3.007812 1.609375,3 1.523438,2.988281 1.457031,2.972656 1.40625,2.953125 1.351562,2.929688 1.316406,2.90625 1.296875,2.875 1.273438,2.84375 1.265625,2.800781 1.265625,2.75 V -7.671875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 C 1.300781,-7.828125 1.335938,-7.851562 1.390625,-7.875 1.441406,-7.894531 1.503906,-7.910156 1.578125,-7.921875 1.660156,-7.929688 1.757812,-7.9375 1.875,-7.9375 c 0.113281,0 0.207031,0.00781 0.28125,0.015625 0.070312,0.011719 0.132812,0.027344 0.1875,0.046875 0.050781,0.023438 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 v 1 c 0.226562,-0.226563 0.445312,-0.425781 0.65625,-0.59375 0.207031,-0.175781 0.414062,-0.320313 0.625,-0.4375 0.21875,-0.113281 0.4375,-0.195313 0.65625,-0.25 0.226562,-0.0625 0.46875,-0.09375 0.71875,-0.09375 0.539062,0 1.003906,0.105469 1.390625,0.3125 0.382813,0.210937 0.695313,0.496094 0.9375,0.859375 0.238281,0.367188 0.410156,0.792969 0.515625,1.28125 0.113281,0.480469 0.171875,0.992188 0.171875,1.53125 z m -1.4375,0.15625 c 0,-0.375 -0.03125,-0.738281 -0.09375,-1.09375 C 6.554688,-5.363281 6.457031,-5.679688 6.3125,-5.953125 6.164062,-6.234375 5.972656,-6.457031 5.734375,-6.625 c -0.230469,-0.164062 -0.523437,-0.25 -0.875,-0.25 -0.179687,0 -0.355469,0.027344 -0.53125,0.078125 -0.167969,0.054687 -0.339844,0.136719 -0.515625,0.25 -0.179688,0.117187 -0.367188,0.265625 -0.5625,0.453125 -0.1875,0.1875 -0.390625,0.417969 -0.609375,0.6875 v 2.96875 c 0.375,0.460938 0.726563,0.8125 1.0625,1.0625 0.34375,0.242188 0.695313,0.359375 1.0625,0.359375 0.34375,0 0.640625,-0.082031 0.890625,-0.25 0.25,-0.164063 0.445312,-0.382813 0.59375,-0.65625 0.15625,-0.28125 0.269531,-0.59375 0.34375,-0.9375 0.070312,-0.34375 0.109375,-0.691406 0.109375,-1.046875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-29" + overflow="visible"> + <path + id="path116" + d="m 8.140625,-4.046875 c 0,0.648437 -0.074219,1.230469 -0.21875,1.75 -0.136719,0.523437 -0.34375,0.964844 -0.625,1.328125 -0.273437,0.367188 -0.605469,0.648438 -1,0.84375 C 5.898438,0.0625 5.445312,0.15625 4.9375,0.15625 4.695312,0.15625 4.472656,0.128906 4.265625,0.078125 4.066406,0.0351562 3.867188,-0.0351562 3.671875,-0.140625 3.484375,-0.242188 3.289062,-0.375 3.09375,-0.53125 2.90625,-0.695312 2.703125,-0.894531 2.484375,-1.125 v 0.921875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.429688,-0.0625 2.394531,-0.0351562 2.34375,-0.015625 2.289062,0.00390625 2.226562,0.0195312 2.15625,0.03125 2.082031,0.0390625 1.988281,0.046875 1.875,0.046875 1.757812,0.046875 1.660156,0.0390625 1.578125,0.03125 1.503906,0.0195312 1.441406,0.00390625 1.390625,-0.015625 1.335938,-0.0351562 1.300781,-0.0625 1.28125,-0.09375 1.269531,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -11.09375 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.019531,-0.03906 0.054687,-0.07031 0.109375,-0.09375 0.050781,-0.01953 0.117188,-0.03516 0.203125,-0.04687 0.09375,-0.0078 0.207031,-0.01563 0.34375,-0.01563 0.132813,0 0.242187,0.0078 0.328125,0.01563 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.05469 0.109375,0.09375 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 v 4.46875 c 0.21875,-0.21875 0.429687,-0.40625 0.640625,-0.5625 0.207031,-0.15625 0.410156,-0.28125 0.609375,-0.375 0.195313,-0.101563 0.394531,-0.175781 0.59375,-0.21875 0.207031,-0.039063 0.421875,-0.0625 0.640625,-0.0625 0.539062,0 1.003906,0.109375 1.390625,0.328125 0.382813,0.210938 0.695313,0.496094 0.9375,0.859375 0.238281,0.367187 0.410156,0.792969 0.515625,1.28125 0.113281,0.480469 0.171875,0.992187 0.171875,1.53125 z m -1.4375,0.15625 c 0,-0.375 -0.03125,-0.738281 -0.09375,-1.09375 C 6.554688,-5.347656 6.457031,-5.664062 6.3125,-5.9375 6.164062,-6.21875 5.972656,-6.441406 5.734375,-6.609375 5.492188,-6.785156 5.195312,-6.875 4.84375,-6.875 c -0.179688,0 -0.355469,0.027344 -0.53125,0.078125 -0.167969,0.054687 -0.339844,0.136719 -0.515625,0.25 C 3.617188,-6.429688 3.4375,-6.28125 3.25,-6.09375 3.0625,-5.914062 2.859375,-5.6875 2.640625,-5.40625 v 2.96875 c 0.375,0.460938 0.734375,0.8125 1.078125,1.0625 0.34375,0.242188 0.703125,0.359375 1.078125,0.359375 0.332031,0 0.617187,-0.082031 0.859375,-0.25 0.25,-0.164063 0.445312,-0.382813 0.59375,-0.65625 0.15625,-0.28125 0.269531,-0.585937 0.34375,-0.921875 0.070312,-0.34375 0.109375,-0.691406 0.109375,-1.046875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-30" + overflow="visible"> + <path + id="path119" + d="m 7.671875,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.617188,-0.0625 7.582031,-0.0351562 7.53125,-0.015625 7.488281,0.00390625 7.425781,0.0195312 7.34375,0.03125 7.257812,0.0390625 7.160156,0.046875 7.046875,0.046875 c -0.125,0 -0.230469,-0.0078125 -0.3125,-0.015625 C 6.648438,0.0195312 6.582031,0.00390625 6.53125,-0.015625 6.488281,-0.0351562 6.457031,-0.0625 6.4375,-0.09375 6.425781,-0.125 6.421875,-0.160156 6.421875,-0.203125 v -1 C 5.992188,-0.722656 5.570312,-0.375 5.15625,-0.15625 4.75,0.0507812 4.332031,0.15625 3.90625,0.15625 c -0.5,0 -0.921875,-0.0859375 -1.265625,-0.25 C 2.304688,-0.257812 2.03125,-0.484375 1.8125,-0.765625 c -0.210938,-0.289063 -0.359375,-0.625 -0.453125,-1 -0.085937,-0.375 -0.125,-0.832031 -0.125,-1.375 v -4.53125 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.0625,-0.019531 0.132813,-0.035156 0.21875,-0.046875 0.09375,-0.00781 0.207031,-0.015625 0.34375,-0.015625 0.125,0 0.226563,0.00781 0.3125,0.015625 0.09375,0.011719 0.164063,0.027344 0.21875,0.046875 0.0625,0.023438 0.101563,0.046875 0.125,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 v 4.34375 c 0,0.4375 0.03125,0.789063 0.09375,1.046875 0.0625,0.261719 0.15625,0.484375 0.28125,0.671875 0.132813,0.1875 0.300781,0.335937 0.5,0.4375 0.195313,0.105469 0.429687,0.15625 0.703125,0.15625 0.34375,0 0.679688,-0.117187 1.015625,-0.359375 0.34375,-0.25 0.707031,-0.609375 1.09375,-1.078125 v -5.21875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.0625,-0.019531 0.132813,-0.035156 0.21875,-0.046875 0.09375,-0.00781 0.207031,-0.015625 0.34375,-0.015625 0.132813,0 0.242187,0.00781 0.328125,0.015625 0.09375,0.011719 0.160156,0.027344 0.203125,0.046875 0.050781,0.023438 0.085937,0.046875 0.109375,0.078125 0.03125,0.03125 0.046875,0.074219 0.046875,0.125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-31" + overflow="visible"> + <path + id="path122" + d="m 7.703125,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.648438,-0.0625 7.613281,-0.0351562 7.5625,-0.015625 7.507812,0.00390625 7.4375,0.0195312 7.34375,0.03125 7.257812,0.0390625 7.148438,0.046875 7.015625,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 6.585938,0.0195312 6.519531,0.00390625 6.46875,-0.015625 6.425781,-0.0351562 6.390625,-0.0625 6.359375,-0.09375 6.335938,-0.125 6.328125,-0.160156 6.328125,-0.203125 v -4.375 c 0,-0.425781 -0.03125,-0.769531 -0.09375,-1.03125 C 6.171875,-5.867188 6.070312,-6.09375 5.9375,-6.28125 5.8125,-6.46875 5.644531,-6.609375 5.4375,-6.703125 5.238281,-6.804688 5.007812,-6.859375 4.75,-6.859375 4.40625,-6.859375 4.0625,-6.738281 3.71875,-6.5 3.375,-6.257812 3.015625,-5.898438 2.640625,-5.421875 v 5.21875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -7.46875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.050781,-0.019531 0.113281,-0.035156 0.1875,-0.046875 0.082031,-0.00781 0.1875,-0.015625 0.3125,-0.015625 0.125,0 0.222656,0.00781 0.296875,0.015625 0.082031,0.011719 0.144531,0.027344 0.1875,0.046875 0.050781,0.023438 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 V -6.6875 C 2.925781,-7.15625 3.347656,-7.5 3.765625,-7.71875 4.179688,-7.9375 4.601562,-8.046875 5.03125,-8.046875 c 0.5,0 0.914062,0.085937 1.25,0.25 0.34375,0.167969 0.617188,0.390625 0.828125,0.671875 0.207031,0.28125 0.359375,0.617188 0.453125,1 0.09375,0.375 0.140625,0.828125 0.140625,1.359375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-32" + overflow="visible"> + <path + id="path125" + d="m 7,-0.625 c 0,0.117188 -0.00781,0.210938 -0.015625,0.28125 -0.011719,0.074219 -0.03125,0.136719 -0.0625,0.1875 -0.023437,0.054688 -0.054687,0.09375 -0.09375,0.125 C 6.796875,-0.0078125 6.753906,0 6.703125,0 h -4.75 C 1.828125,0 1.707031,-0.0390625 1.59375,-0.125 1.476562,-0.207031 1.421875,-0.359375 1.421875,-0.578125 v -9.953125 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.03125,-0.03125 0.070313,-0.05469 0.125,-0.07813 0.050781,-0.01953 0.125,-0.03516 0.21875,-0.04687 0.09375,-0.01953 0.207031,-0.03125 0.34375,-0.03125 0.132813,0 0.25,0.01172 0.34375,0.03125 0.09375,0.01172 0.164063,0.02734 0.21875,0.04687 0.0625,0.02344 0.101563,0.04687 0.125,0.07813 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 v 9.296875 h 3.84375 c 0.050781,0 0.09375,0.015625 0.125,0.046875 0.039063,0.023438 0.070313,0.058594 0.09375,0.109375 0.03125,0.042969 0.050781,0.105469 0.0625,0.1875 C 6.992188,-0.816406 7,-0.726562 7,-0.625 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-33" + overflow="visible"> + <path + id="path128" + d="m 11.71875,-7.6875 c 0,0.03125 -0.0078,0.078125 -0.01563,0.140625 -0.01172,0.054687 -0.03125,0.121094 -0.0625,0.203125 L 9.453125,-0.25 C 9.429688,-0.1875 9.398438,-0.132812 9.359375,-0.09375 9.328125,-0.0625 9.28125,-0.03125 9.21875,0 9.15625,0.0195312 9.066406,0.03125 8.953125,0.03125 8.847656,0.0390625 8.710938,0.046875 8.546875,0.046875 8.367188,0.046875 8.222656,0.0390625 8.109375,0.03125 7.992188,0.0195312 7.898438,0.00390625 7.828125,-0.015625 7.765625,-0.0351562 7.710938,-0.0664062 7.671875,-0.109375 7.640625,-0.148438 7.617188,-0.195312 7.609375,-0.25 L 6.03125,-5.671875 6.015625,-5.75 6,-5.671875 4.546875,-0.25 C 4.535156,-0.1875 4.507812,-0.132812 4.46875,-0.09375 4.4375,-0.0625 4.382812,-0.03125 4.3125,0 4.238281,0.0195312 4.144531,0.03125 4.03125,0.03125 3.914062,0.0390625 3.773438,0.046875 3.609375,0.046875 3.441406,0.046875 3.300781,0.0390625 3.1875,0.03125 3.082031,0.0195312 2.992188,0.00390625 2.921875,-0.015625 2.859375,-0.0351562 2.804688,-0.0664062 2.765625,-0.109375 2.734375,-0.148438 2.710938,-0.195312 2.703125,-0.25 l -2.1875,-7.09375 C 0.484375,-7.425781 0.460938,-7.492188 0.453125,-7.546875 0.441406,-7.609375 0.4375,-7.65625 0.4375,-7.6875 c 0,-0.050781 0.007812,-0.09375 0.03125,-0.125 0.019531,-0.03125 0.054688,-0.054688 0.109375,-0.078125 0.0625,-0.019531 0.132813,-0.03125 0.21875,-0.03125 C 0.890625,-7.929688 1,-7.9375 1.125,-7.9375 c 0.15625,0 0.28125,0.00781 0.375,0.015625 0.09375,0.011719 0.160156,0.027344 0.203125,0.046875 0.050781,0.011719 0.085937,0.039062 0.109375,0.078125 0.019531,0.03125 0.039062,0.074219 0.0625,0.125 l 1.796875,6.15625 0.015625,0.078125 0.015625,-0.078125 1.65625,-6.15625 c 0.00781,-0.050781 0.023437,-0.09375 0.046875,-0.125 C 5.4375,-7.835938 5.476562,-7.863281 5.53125,-7.875 5.582031,-7.894531 5.648438,-7.910156 5.734375,-7.921875 5.816406,-7.929688 5.925781,-7.9375 6.0625,-7.9375 c 0.132812,0 0.242188,0.00781 0.328125,0.015625 0.09375,0.011719 0.160156,0.027344 0.203125,0.046875 0.050781,0.011719 0.085938,0.039062 0.109375,0.078125 C 6.722656,-7.765625 6.738281,-7.726562 6.75,-7.6875 L 8.546875,-1.515625 8.5625,-1.4375 v -0.078125 l 1.78125,-6.15625 c 0.0078,-0.050781 0.02344,-0.09375 0.04687,-0.125 0.03125,-0.039063 0.07031,-0.066406 0.125,-0.078125 0.05078,-0.019531 0.117187,-0.035156 0.203125,-0.046875 0.09375,-0.00781 0.210938,-0.015625 0.359375,-0.015625 0.132813,0 0.238281,0.00781 0.3125,0.015625 0.08203,0 0.144531,0.011719 0.1875,0.03125 0.05078,0.023437 0.08594,0.046875 0.109375,0.078125 0.01953,0.03125 0.03125,0.074219 0.03125,0.125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-0" + overflow="visible"> + <path + id="path131" + d="M -12,-9.078125 H 0 v 8.671875 h -12 z m 11.25,0.8125 h -10.5 v 7.0625 h 10.5 z m -7.1875,1.15625 c 0.367188,0 0.695312,0.054687 0.984375,0.15625 0.28125,0.105469 0.523437,0.257813 0.71875,0.453125 0.1875,0.199219 0.339844,0.433594 0.453125,0.703125 0.117188,0.261719 0.183594,0.546875 0.203125,0.859375 l 1.40625,0.046875 c 0.0625,0 0.105469,0.046875 0.125,0.140625 0.023437,0.09375 0.03125,0.21875 0.03125,0.375 0,0.09375 0,0.171875 0,0.234375 -0.00781,0.0625 -0.019531,0.117187 -0.03125,0.15625 -0.00781,0.042969 -0.023437,0.074219 -0.046875,0.09375 C -4.113281,-3.878906 -4.140625,-3.875 -4.171875,-3.875 L -5.875,-3.828125 c -0.1875,0.023437 -0.316406,-0.00781 -0.390625,-0.09375 -0.082031,-0.09375 -0.125,-0.210937 -0.125,-0.359375 v -0.171875 c 0,-0.28125 -0.035156,-0.507813 -0.109375,-0.6875 -0.070312,-0.1875 -0.171875,-0.335937 -0.296875,-0.453125 -0.132813,-0.113281 -0.289063,-0.195312 -0.46875,-0.25 -0.1875,-0.050781 -0.382813,-0.078125 -0.59375,-0.078125 -0.445313,0 -0.800781,0.132813 -1.0625,0.390625 -0.269531,0.25 -0.40625,0.65625 -0.40625,1.21875 0,0.230469 0.027344,0.4375 0.078125,0.625 0.042969,0.1875 0.09375,0.355469 0.15625,0.5 0.054688,0.136719 0.105469,0.25 0.15625,0.34375 0.042969,0.09375 0.0625,0.164062 0.0625,0.203125 0,0.023437 -0.00391,0.042969 -0.015625,0.0625 -0.00781,0.023437 -0.03125,0.042969 -0.0625,0.0625 -0.039063,0.011719 -0.085937,0.023437 -0.140625,0.03125 -0.0625,0.011719 -0.140625,0.015625 -0.234375,0.015625 -0.101563,0 -0.1875,-0.00391 -0.25,-0.015625 -0.070313,-0.019531 -0.132813,-0.054687 -0.1875,-0.109375 -0.039063,-0.039062 -0.085937,-0.125 -0.140625,-0.25 -0.0625,-0.125 -0.117188,-0.269531 -0.171875,-0.4375 -0.05078,-0.164062 -0.09375,-0.347656 -0.125,-0.546875 -0.03906,-0.207031 -0.0625,-0.421875 -0.0625,-0.640625 0,-0.457031 0.0625,-0.851562 0.1875,-1.1875 0.117187,-0.332031 0.28125,-0.601562 0.5,-0.8125 0.210937,-0.21875 0.453125,-0.378906 0.734375,-0.484375 0.28125,-0.101563 0.585938,-0.15625 0.90625,-0.15625 z m 5.40625,2.015625 c 0.125,0 0.234375,0.011719 0.328125,0.03125 0.085937,0.023438 0.15625,0.058594 0.21875,0.109375 0.054687,0.054687 0.089844,0.125 0.109375,0.21875 0.023438,0.085937 0.03125,0.195313 0.03125,0.328125 0,0.136719 -0.00781,0.25 -0.03125,0.34375 -0.019531,0.085938 -0.054688,0.15625 -0.109375,0.21875 -0.0625,0.054688 -0.132813,0.09375 -0.21875,0.125 -0.09375,0.023438 -0.203125,0.03125 -0.328125,0.03125 -0.132812,0 -0.242188,-0.00781 -0.328125,-0.03125 -0.09375,-0.03125 -0.164063,-0.070312 -0.21875,-0.125 -0.050781,-0.0625 -0.085937,-0.132812 -0.109375,-0.21875 -0.03125,-0.09375 -0.046875,-0.207031 -0.046875,-0.34375 0,-0.132812 0.015625,-0.242188 0.046875,-0.328125 0.023438,-0.09375 0.058594,-0.164063 0.109375,-0.21875 0.054687,-0.050781 0.125,-0.085937 0.21875,-0.109375 0.085937,-0.019531 0.195313,-0.03125 0.328125,-0.03125 z M 3.6875,0 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-1" + overflow="visible"> + <path + id="path134" + d="m -11.3125,-9.125 c 0.117188,0 0.21875,0.011719 0.3125,0.03125 0.08594,0.011719 0.152344,0.03125 0.203125,0.0625 0.05469,0.023438 0.08984,0.054688 0.109375,0.09375 0.02344,0.042969 0.03125,0.089844 0.03125,0.140625 v 3.375 h 10.421875 c 0.042969,0 0.085937,0.011719 0.125,0.03125 0.03125,0.023437 0.0625,0.0625 0.09375,0.125 0.01953125,0.0625 0.0351562,0.148437 0.046875,0.25 0.0195312,0.105469 0.03125,0.234375 0.03125,0.390625 0,0.148438 -0.0117188,0.273438 -0.03125,0.375 -0.0117188,0.105469 -0.02734375,0.1875 -0.046875,0.25 -0.03125,0.0625 -0.0625,0.109375 -0.09375,0.140625 -0.039063,0.023437 -0.082031,0.03125 -0.125,0.03125 H -10.65625 v 3.375 c 0,0.054687 -0.0078,0.101563 -0.03125,0.140625 -0.01953,0.03125 -0.05469,0.0625 -0.109375,0.09375 -0.05078,0.023438 -0.117187,0.042969 -0.203125,0.0625 -0.09375,0.011719 -0.195312,0.015625 -0.3125,0.015625 -0.125,0 -0.226562,-0.003906 -0.3125,-0.015625 -0.09375,-0.019531 -0.164062,-0.039062 -0.21875,-0.0625 -0.0625,-0.03125 -0.101562,-0.0625 -0.125,-0.09375 C -11.988281,-0.351562 -12,-0.398438 -12,-0.453125 v -8.34375 c 0,-0.050781 0.01172,-0.097656 0.03125,-0.140625 0.02344,-0.039062 0.0625,-0.070312 0.125,-0.09375 0.05469,-0.03125 0.125,-0.050781 0.21875,-0.0625 0.08594,-0.019531 0.1875,-0.03125 0.3125,-0.03125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-2" + overflow="visible"> + <path + id="path137" + d="m -0.234375,-8.609375 c 0.054687,0 0.09375,0.015625 0.125,0.046875 0.03125,0.023438 0.0625,0.058594 0.09375,0.109375 0.01953125,0.054687 0.0351562,0.132813 0.046875,0.234375 C 0.0507812,-8.125 0.0625,-8 0.0625,-7.84375 c 0,0.15625 -0.0117188,0.289062 -0.03125,0.390625 -0.0117188,0.09375 -0.02734375,0.167969 -0.046875,0.21875 -0.03125,0.054687 -0.0625,0.09375 -0.09375,0.125 -0.03125,0.023437 -0.070313,0.03125 -0.125,0.03125 H -5.125 c -0.46875,0 -0.847656,0.039063 -1.140625,0.109375 -0.289063,0.074219 -0.539063,0.183594 -0.75,0.328125 -0.21875,0.148437 -0.378906,0.335937 -0.484375,0.5625 -0.113281,0.21875 -0.171875,0.476563 -0.171875,0.765625 0,0.386719 0.136719,0.773438 0.40625,1.15625 0.273437,0.386719 0.671875,0.789062 1.203125,1.203125 h 5.828125 c 0.054687,0 0.09375,0.015625 0.125,0.046875 0.03125,0.023438 0.0625,0.0625 0.09375,0.125 0.01953125,0.054688 0.0351562,0.132812 0.046875,0.234375 0.0195312,0.09375 0.03125,0.214844 0.03125,0.359375 0,0.15625 -0.0117188,0.289062 -0.03125,0.390625 -0.0117188,0.09375 -0.02734375,0.171875 -0.046875,0.234375 -0.03125,0.054688 -0.0625,0.089844 -0.09375,0.109375 -0.03125,0.023437 -0.070313,0.03125 -0.125,0.03125 H -12.625 c -0.05078,0 -0.09375,-0.00781 -0.125,-0.03125 -0.03906,-0.019531 -0.07031,-0.054687 -0.09375,-0.109375 -0.03125,-0.0625 -0.05078,-0.140625 -0.0625,-0.234375 -0.0078,-0.101563 -0.01563,-0.234375 -0.01563,-0.390625 0,-0.144531 0.0078,-0.265625 0.01563,-0.359375 0.01172,-0.101563 0.03125,-0.179687 0.0625,-0.234375 0.02344,-0.0625 0.05469,-0.101562 0.09375,-0.125 0.03125,-0.03125 0.07422,-0.046875 0.125,-0.046875 h 5 c -0.46875,-0.4375 -0.8125,-0.875 -1.03125,-1.3125 C -8.882812,-4.710938 -9,-5.164062 -9,-5.625 c 0,-0.550781 0.09375,-1.015625 0.28125,-1.390625 0.1875,-0.382813 0.445312,-0.691406 0.765625,-0.921875 0.3125,-0.238281 0.683594,-0.410156 1.109375,-0.515625 0.417969,-0.101563 0.929688,-0.15625 1.53125,-0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-3" + overflow="visible"> + <path + id="path140" + d="m -8.03125,-6.296875 c 0.136719,0 0.25,0.00781 0.34375,0.015625 0.09375,0 0.167969,0.011719 0.21875,0.03125 0.054688,0.023438 0.09375,0.046875 0.125,0.078125 0.023438,0.023437 0.03125,0.058594 0.03125,0.109375 0,0.042969 -0.00781,0.101562 -0.03125,0.171875 -0.03125,0.074219 -0.0625,0.15625 -0.09375,0.25 -0.03125,0.085937 -0.054688,0.183594 -0.078125,0.296875 -0.019531,0.117188 -0.03125,0.234375 -0.03125,0.359375 0,0.15625 0.03125,0.308594 0.09375,0.453125 0.0625,0.148438 0.167969,0.304688 0.3125,0.46875 0.136719,0.167969 0.324219,0.339844 0.5625,0.515625 0.230469,0.179687 0.515625,0.375 0.859375,0.59375 h 5.484375 c 0.054687,0 0.09375,0.015625 0.125,0.046875 0.03125,0.023438 0.0625,0.0625 0.09375,0.125 0.01953125,0.054688 0.0351562,0.132812 0.046875,0.234375 0.0195312,0.09375 0.03125,0.214844 0.03125,0.359375 0,0.15625 -0.0117188,0.289062 -0.03125,0.390625 -0.0117188,0.09375 -0.02734375,0.171875 -0.046875,0.234375 -0.03125,0.054688 -0.0625,0.089844 -0.09375,0.109375 -0.03125,0.023437 -0.070313,0.03125 -0.125,0.03125 h -8.34375 c -0.050781,0 -0.09375,-0.00391 -0.125,-0.015625 -0.039063,-0.019531 -0.070313,-0.054688 -0.09375,-0.109375 -0.03125,-0.0625 -0.050781,-0.132813 -0.0625,-0.21875 -0.00781,-0.09375 -0.015625,-0.207031 -0.015625,-0.34375 0,-0.132813 0.00781,-0.25 0.015625,-0.34375 0.011719,-0.09375 0.03125,-0.160156 0.0625,-0.203125 0.023437,-0.050781 0.054687,-0.085938 0.09375,-0.109375 0.03125,-0.019531 0.074219,-0.03125 0.125,-0.03125 h 1.21875 C -7.703125,-3.023438 -7.976562,-3.238281 -8.1875,-3.4375 c -0.207031,-0.207031 -0.367188,-0.398438 -0.484375,-0.578125 -0.125,-0.175781 -0.207031,-0.351563 -0.25,-0.53125 C -8.972656,-4.722656 -9,-4.898438 -9,-5.078125 c 0,-0.082031 0.00781,-0.175781 0.015625,-0.28125 0.011719,-0.101563 0.03125,-0.207031 0.0625,-0.3125 0.023437,-0.113281 0.046875,-0.210937 0.078125,-0.296875 0.03125,-0.09375 0.0625,-0.15625 0.09375,-0.1875 0.023438,-0.039062 0.046875,-0.066406 0.078125,-0.078125 0.03125,-0.019531 0.070313,-0.035156 0.109375,-0.046875 0.042969,-0.00781 0.105469,-0.015625 0.1875,-0.015625 0.085938,0 0.199219,0 0.34375,0 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-4" + overflow="visible"> + <path + id="path143" + d="m -4.5,-9.1875 c 0.679688,0 1.304688,0.09375 1.875,0.28125 0.574219,0.179688 1.070312,0.445312 1.484375,0.796875 0.417969,0.355469 0.742187,0.804687 0.96875,1.34375 0.2265625,0.53125 0.34375,1.148437 0.34375,1.84375 0,0.6875 -0.1015625,1.289063 -0.296875,1.796875 -0.207031,0.511719 -0.503906,0.9375 -0.890625,1.28125 -0.394531,0.335938 -0.867187,0.589844 -1.421875,0.765625 -0.5625,0.167969 -1.191406,0.25 -1.890625,0.25 -0.6875,0 -1.3125,-0.085937 -1.875,-0.265625 -0.570313,-0.175781 -1.066406,-0.441406 -1.484375,-0.796875 -0.414062,-0.363281 -0.738281,-0.8125 -0.96875,-1.34375 C -8.882812,-3.765625 -9,-4.382812 -9,-5.09375 c 0,-0.6875 0.105469,-1.285156 0.3125,-1.796875 0.199219,-0.507813 0.496094,-0.929687 0.890625,-1.265625 C -7.410156,-8.5 -6.9375,-8.753906 -6.375,-8.921875 -5.820312,-9.097656 -5.195312,-9.1875 -4.5,-9.1875 Z m 0.109375,1.609375 c -0.457031,0 -0.882813,0.046875 -1.28125,0.140625 -0.40625,0.085938 -0.757813,0.21875 -1.0625,0.40625 -0.300781,0.1875 -0.539063,0.449219 -0.71875,0.78125 -0.175781,0.324219 -0.265625,0.730469 -0.265625,1.21875 0,0.460938 0.085938,0.851562 0.25,1.171875 0.15625,0.324219 0.382812,0.589844 0.671875,0.796875 0.292969,0.210938 0.640625,0.367188 1.046875,0.46875 0.398438,0.105469 0.835938,0.15625 1.3125,0.15625 0.460938,0 0.890625,-0.039062 1.296875,-0.125 0.398437,-0.082031 0.746094,-0.222656 1.046875,-0.421875 0.304688,-0.195313 0.542969,-0.457031 0.71875,-0.78125 0.179688,-0.332031 0.265625,-0.738281 0.265625,-1.21875 0,-0.445313 -0.078125,-0.832031 -0.234375,-1.15625 -0.164062,-0.332031 -0.394531,-0.601563 -0.6875,-0.8125 -0.289062,-0.21875 -0.632812,-0.375 -1.03125,-0.46875 -0.40625,-0.101563 -0.847656,-0.15625 -1.328125,-0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-5" + overflow="visible"> + <path + id="path146" + d="m -0.234375,-8.578125 c 0.054687,0 0.09375,0.015625 0.125,0.046875 0.03125,0.023438 0.0625,0.058594 0.09375,0.109375 0.01953125,0.054687 0.0351562,0.125 0.046875,0.21875 0.0195312,0.085937 0.03125,0.195313 0.03125,0.328125 0,0.148438 -0.0117188,0.265625 -0.03125,0.359375 -0.0117188,0.085937 -0.02734375,0.152344 -0.046875,0.203125 -0.03125,0.054688 -0.0625,0.089844 -0.09375,0.109375 -0.03125,0.011719 -0.070313,0.015625 -0.125,0.015625 H -1.34375 c 0.53125,0.480469 0.917969,0.953125 1.15625,1.421875 0.2382812,0.460937 0.359375,0.929687 0.359375,1.40625 0,0.554687 -0.0898438,1.023437 -0.265625,1.40625 -0.1875,0.375 -0.441406,0.683594 -0.765625,0.921875 -0.320313,0.242188 -0.691406,0.414062 -1.109375,0.515625 -0.425781,0.09375 -0.941406,0.140625 -1.546875,0.140625 h -5.0625 c -0.050781,0 -0.09375,-0.00781 -0.125,-0.03125 -0.039063,-0.019531 -0.070313,-0.0625 -0.09375,-0.125 -0.03125,-0.0625 -0.050781,-0.140625 -0.0625,-0.234375 -0.00781,-0.101563 -0.015625,-0.226563 -0.015625,-0.375 0,-0.144531 0.00781,-0.265625 0.015625,-0.359375 0.011719,-0.101562 0.03125,-0.1875 0.0625,-0.25 0.023437,-0.0625 0.054687,-0.101562 0.09375,-0.125 0.03125,-0.019531 0.074219,-0.03125 0.125,-0.03125 h 4.859375 c 0.492188,0 0.882812,-0.035156 1.171875,-0.109375 0.292969,-0.070313 0.542969,-0.179687 0.75,-0.328125 0.210937,-0.144531 0.371094,-0.328125 0.484375,-0.546875 0.117188,-0.226563 0.171875,-0.488281 0.171875,-0.78125 0,-0.382813 -0.132813,-0.765625 -0.40625,-1.140625 C -1.816406,-6.195312 -2.21875,-6.601562 -2.75,-7.03125 h -5.828125 c -0.050781,0 -0.09375,-0.00781 -0.125,-0.03125 -0.039063,-0.019531 -0.070313,-0.0625 -0.09375,-0.125 -0.03125,-0.0625 -0.050781,-0.140625 -0.0625,-0.234375 -0.00781,-0.101563 -0.015625,-0.226563 -0.015625,-0.375 0,-0.15625 0.00781,-0.28125 0.015625,-0.375 0.011719,-0.101563 0.03125,-0.179687 0.0625,-0.234375 0.023437,-0.050781 0.054687,-0.09375 0.09375,-0.125 0.03125,-0.03125 0.074219,-0.046875 0.125,-0.046875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-6" + overflow="visible"> + <path + id="path149" + d="m -8.203125,-8.390625 c 0.21875,0 0.375,0.03125 0.46875,0.09375 0.09375,0.054687 0.140625,0.125 0.140625,0.21875 v 1.1875 c 0.230469,-0.207031 0.480469,-0.351563 0.75,-0.4375 0.261719,-0.09375 0.539062,-0.140625 0.828125,-0.140625 0.492187,0 0.921875,0.078125 1.296875,0.234375 0.367188,0.15625 0.679688,0.382813 0.9375,0.671875 0.25,0.28125 0.445312,0.621094 0.578125,1.015625 C -3.066406,-5.148438 -3,-4.710938 -3,-4.234375 -3,-3.890625 -3.039062,-3.5625 -3.125,-3.25 c -0.09375,0.304688 -0.207031,0.539062 -0.34375,0.703125 0.117188,0.105469 0.246094,0.195313 0.390625,0.265625 0.136719,0.074219 0.296875,0.109375 0.484375,0.109375 0.21875,0 0.402344,-0.097656 0.546875,-0.296875 0.136719,-0.207031 0.210937,-0.476562 0.21875,-0.8125 l 0.09375,-2.171875 C -1.722656,-5.867188 -1.664062,-6.25 -1.5625,-6.59375 c 0.105469,-0.34375 0.25,-0.640625 0.4375,-0.890625 0.1875,-0.257813 0.421875,-0.457031 0.703125,-0.59375 0.273437,-0.144531 0.585937,-0.21875 0.953125,-0.21875 0.382812,0 0.75,0.078125 1.09375,0.234375 0.34375,0.15625 0.644531,0.402344 0.90625,0.734375 0.269531,0.335937 0.476562,0.761719 0.625,1.28125 0.15625,0.511719 0.234375,1.117187 0.234375,1.8125 0,0.667969 -0.058594,1.242187 -0.171875,1.71875 -0.117188,0.46875 -0.273438,0.855469 -0.46875,1.15625 -0.199219,0.304687 -0.4375,0.527344 -0.71875,0.671875 -0.273438,0.136719 -0.570312,0.203125 -0.890625,0.203125 -0.210937,0 -0.40625,-0.023437 -0.59375,-0.078125 C 0.359375,-0.613281 0.175781,-0.691406 0,-0.796875 c -0.175781,-0.101563 -0.34375,-0.226563 -0.5,-0.375 -0.15625,-0.15625 -0.3125,-0.332031 -0.46875,-0.53125 -0.15625,0.304687 -0.347656,0.527344 -0.578125,0.671875 -0.238281,0.148438 -0.492187,0.21875 -0.765625,0.21875 -0.375,0 -0.707031,-0.070312 -1,-0.21875 -0.300781,-0.15625 -0.570312,-0.347656 -0.8125,-0.578125 -0.226562,0.1875 -0.484375,0.339844 -0.765625,0.453125 C -5.179688,-1.050781 -5.53125,-1 -5.9375,-1 c -0.476562,0 -0.90625,-0.078125 -1.28125,-0.234375 -0.375,-0.15625 -0.691406,-0.375 -0.953125,-0.65625 -0.257813,-0.289063 -0.457031,-0.632813 -0.59375,-1.03125 -0.144531,-0.40625 -0.21875,-0.84375 -0.21875,-1.3125 0,-0.25 0.015625,-0.484375 0.046875,-0.703125 0.03125,-0.21875 0.070312,-0.425781 0.109375,-0.625 v -2.515625 c 0,-0.101563 0.054687,-0.179687 0.15625,-0.234375 0.105469,-0.050781 0.261719,-0.078125 0.46875,-0.078125 z M -6,-6 c -0.570312,0 -1.015625,0.15625 -1.328125,0.46875 -0.320313,0.3125 -0.484375,0.757812 -0.484375,1.328125 0,0.304687 0.054688,0.5625 0.15625,0.78125 0.09375,0.21875 0.230469,0.402344 0.40625,0.546875 0.167969,0.148438 0.367188,0.257812 0.59375,0.328125 0.230469,0.0625 0.464844,0.09375 0.703125,0.09375 0.554687,0 0.992187,-0.15625 1.3125,-0.46875 0.3125,-0.3125 0.46875,-0.75 0.46875,-1.3125 0,-0.300781 -0.046875,-0.5625 -0.140625,-0.78125 -0.101562,-0.226563 -0.238281,-0.414063 -0.40625,-0.5625 -0.164062,-0.144531 -0.359375,-0.25 -0.578125,-0.3125 C -5.523438,-5.960938 -5.757812,-6 -6,-6 Z m 6.609375,-0.765625 c -0.355469,0 -0.6289062,0.148437 -0.828125,0.4375 -0.195312,0.292969 -0.300781,0.6875 -0.3125,1.1875 l -0.078125,2.15625 c 0.15625,0.199219 0.308594,0.367187 0.453125,0.5 0.1367188,0.125 0.265625,0.226563 0.390625,0.296875 0.125,0.074219 0.25,0.125 0.375,0.15625 C 0.734375,-2.007812 0.863281,-2 1,-2 c 0.394531,0 0.695312,-0.203125 0.90625,-0.609375 0.207031,-0.40625 0.3125,-0.972656 0.3125,-1.703125 0,-0.46875 -0.046875,-0.859375 -0.140625,-1.171875 -0.085937,-0.3125 -0.203125,-0.5625 -0.359375,-0.75 -0.148438,-0.1875 -0.320312,-0.320313 -0.515625,-0.40625 -0.1875,-0.082031 -0.386719,-0.125 -0.59375,-0.125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-7" + overflow="visible"> + <path + id="path152" + d="m -4.53125,-9.09375 c 0.730469,0 1.386719,0.078125 1.96875,0.234375 0.574219,0.15625 1.0625,0.390625 1.46875,0.703125 0.40625,0.304688 0.71875,0.679688 0.9375,1.125 0.21875,0.449219 0.328125,0.964844 0.328125,1.546875 0,0.25 -0.027344,0.480469 -0.078125,0.6875 -0.0429688,0.210937 -0.1132812,0.417969 -0.21875,0.625 -0.101562,0.199219 -0.234375,0.398437 -0.390625,0.59375 -0.164063,0.199219 -0.359375,0.40625 -0.578125,0.625 h 4.171875 c 0.050781,0 0.09375,0.015625 0.125,0.046875 0.039063,0.023438 0.070313,0.0625 0.09375,0.125 0.03125,0.054688 0.050781,0.132812 0.0625,0.234375 0.00781,0.09375 0.015625,0.214844 0.015625,0.359375 0,0.15625 -0.00781,0.289062 -0.015625,0.390625 -0.011719,0.09375 -0.03125,0.171875 -0.0625,0.234375 -0.023437,0.054688 -0.054687,0.089844 -0.09375,0.109375 -0.03125,0.023437 -0.074219,0.03125 -0.125,0.03125 h -11.65625 c -0.0625,0 -0.109375,-0.00391 -0.140625,-0.015625 -0.03125,-0.019531 -0.054688,-0.054688 -0.078125,-0.109375 -0.03125,-0.0625 -0.050781,-0.132813 -0.0625,-0.21875 C -8.867188,-1.859375 -8.875,-1.96875 -8.875,-2.09375 c 0,-0.125 0.00781,-0.226562 0.015625,-0.3125 0.011719,-0.082031 0.03125,-0.148438 0.0625,-0.203125 0.023437,-0.0625 0.046875,-0.101563 0.078125,-0.125 0.03125,-0.019531 0.078125,-0.03125 0.140625,-0.03125 h 1.125 C -7.710938,-3.015625 -7.9375,-3.253906 -8.125,-3.484375 -8.320312,-3.722656 -8.484375,-3.960938 -8.609375,-4.203125 -8.734375,-4.441406 -8.828125,-4.6875 -8.890625,-4.9375 -8.960938,-5.1875 -9,-5.453125 -9,-5.734375 c 0,-0.601563 0.121094,-1.117187 0.359375,-1.546875 0.230469,-0.425781 0.554687,-0.773438 0.96875,-1.046875 0.40625,-0.269531 0.882813,-0.460937 1.421875,-0.578125 0.53125,-0.125 1.105469,-0.1875 1.71875,-0.1875 z m 0.171875,1.609375 c -0.425781,0 -0.835937,0.03125 -1.234375,0.09375 -0.40625,0.0625 -0.757812,0.179687 -1.0625,0.34375 -0.3125,0.15625 -0.5625,0.371094 -0.75,0.640625 -0.1875,0.261719 -0.28125,0.589844 -0.28125,0.984375 0,0.199219 0.03125,0.390625 0.09375,0.578125 0.0625,0.1875 0.15625,0.382812 0.28125,0.578125 0.125,0.199219 0.292969,0.40625 0.5,0.625 0.210938,0.21875 0.464844,0.449219 0.765625,0.6875 h 3.3125 c 0.523437,-0.414063 0.917969,-0.8125 1.1875,-1.1875 0.273437,-0.382813 0.40625,-0.78125 0.40625,-1.1875 0,-0.382813 -0.09375,-0.710937 -0.28125,-0.984375 -0.1875,-0.28125 -0.429687,-0.503906 -0.734375,-0.671875 -0.3125,-0.175781 -0.660156,-0.300781 -1.046875,-0.375 -0.382813,-0.082031 -0.769531,-0.125 -1.15625,-0.125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-8" + overflow="visible"> + <path + id="path155" + d="m -0.84375,-5.765625 c 0.179688,0 0.320312,0.015625 0.421875,0.046875 0.105469,0.023438 0.183594,0.058594 0.234375,0.109375 0.054688,0.054687 0.1015625,0.132813 0.140625,0.234375 0.04296875,0.09375 0.078125,0.203125 0.109375,0.328125 0.03125,0.125 0.050781,0.261719 0.0625,0.40625 0.019531,0.136719 0.03125,0.277344 0.03125,0.421875 0,0.429688 -0.0585938,0.796875 -0.171875,1.109375 -0.113281,0.3125 -0.285156,0.570313 -0.515625,0.765625 -0.226562,0.199219 -0.519531,0.34375 -0.875,0.4375 -0.363281,0.085938 -0.785156,0.125 -1.265625,0.125 h -4.875 v 1.171875 c 0,0.09375 -0.046875,0.167969 -0.140625,0.21875 -0.101562,0.054687 -0.269531,0.078125 -0.5,0.078125 -0.113281,0 -0.207031,-0.003906 -0.28125,-0.015625 -0.082031,-0.019531 -0.148438,-0.039063 -0.203125,-0.0625 -0.0625,-0.019531 -0.101563,-0.050781 -0.125,-0.09375 -0.019531,-0.039063 -0.03125,-0.085937 -0.03125,-0.140625 V -1.78125 H -10.8125 c -0.03906,0 -0.07813,-0.00781 -0.109375,-0.03125 -0.03906,-0.019531 -0.07031,-0.054688 -0.09375,-0.109375 -0.03125,-0.0625 -0.05078,-0.140625 -0.0625,-0.234375 -0.01953,-0.101562 -0.03125,-0.234375 -0.03125,-0.390625 0,-0.15625 0.01172,-0.28125 0.03125,-0.375 0.01172,-0.101563 0.03125,-0.179687 0.0625,-0.234375 0.02344,-0.050781 0.05469,-0.085938 0.09375,-0.109375 0.03125,-0.03125 0.07031,-0.046875 0.109375,-0.046875 h 1.984375 v -2.140625 c 0,-0.050781 0.011719,-0.09375 0.03125,-0.125 0.023437,-0.039063 0.0625,-0.070313 0.125,-0.09375 0.054687,-0.03125 0.121094,-0.050781 0.203125,-0.0625 0.074219,-0.019531 0.167969,-0.03125 0.28125,-0.03125 0.230469,0 0.398438,0.03125 0.5,0.09375 0.09375,0.054687 0.140625,0.125 0.140625,0.21875 V -3.3125 h 4.65625 c 0.574219,0 1.007813,-0.082031 1.296875,-0.25 0.292969,-0.175781 0.4375,-0.484375 0.4375,-0.921875 0,-0.132813 -0.00781,-0.257813 -0.03125,-0.375 C -1.21875,-4.972656 -1.25,-5.070312 -1.28125,-5.15625 -1.3125,-5.238281 -1.335938,-5.3125 -1.359375,-5.375 -1.390625,-5.4375 -1.40625,-5.492188 -1.40625,-5.546875 c 0,-0.03125 0.011719,-0.054687 0.03125,-0.078125 0.011719,-0.03125 0.039062,-0.050781 0.078125,-0.0625 0.042969,-0.019531 0.101563,-0.035156 0.171875,-0.046875 0.074219,-0.019531 0.167969,-0.03125 0.28125,-0.03125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-9" + overflow="visible"> + <path + id="path158" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-10" + overflow="visible"> + <path + id="path161" + d="m 2.40625,-5 c 0.207031,0 0.351562,0.027344 0.4375,0.078125 0.082031,0.042969 0.125,0.105469 0.125,0.1875 v 2.375 c 0,0.074219 -0.011719,0.148437 -0.03125,0.21875 -0.023438,0.0625 -0.058594,0.125 -0.109375,0.1875 C 2.773438,-1.898438 2.707031,-1.851562 2.625,-1.8125 2.539062,-1.78125 2.4375,-1.765625 2.3125,-1.765625 h -14.640625 c -0.113281,0 -0.210937,-0.015625 -0.296875,-0.046875 -0.08203,-0.039062 -0.148438,-0.085938 -0.203125,-0.140625 -0.0625,-0.0625 -0.101563,-0.125 -0.125,-0.1875 -0.01953,-0.070313 -0.03125,-0.144531 -0.03125,-0.21875 v -2.375 c 0,-0.03125 0.01172,-0.0625 0.03125,-0.09375 0.02344,-0.039063 0.05859,-0.070313 0.109375,-0.09375 0.04297,-0.03125 0.101562,-0.050781 0.171875,-0.0625 C -12.597656,-4.992188 -12.507812,-5 -12.40625,-5 c 0.199219,0 0.34375,0.027344 0.4375,0.078125 0.08594,0.042969 0.125,0.105469 0.125,0.1875 v 1.515625 h 13.6875 v -1.515625 c 0,-0.03125 0.00781,-0.0625 0.03125,-0.09375 0.019531,-0.039063 0.050781,-0.070313 0.09375,-0.09375 0.050781,-0.03125 0.109375,-0.050781 0.171875,-0.0625 C 2.210938,-4.992188 2.300781,-5 2.40625,-5 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-11" + overflow="visible"> + <path + id="path164" + d="m -0.234375,-14.65625 c 0.042969,0 0.085937,0.01563 0.125,0.04687 0.03125,0.02344 0.0625,0.0625 0.09375,0.125 0.01953125,0.0625 0.0351562,0.140625 0.046875,0.234375 0.0195312,0.09375 0.03125,0.21875 0.03125,0.375 0,0.148438 -0.0117188,0.273438 -0.03125,0.375 -0.0117188,0.105469 -0.02734375,0.1875 -0.046875,0.25 -0.03125,0.05469 -0.0625,0.09375 -0.09375,0.125 -0.039063,0.02344 -0.082031,0.03125 -0.125,0.03125 h -10.46875 v 0.01563 l 10.515625,4.28125 c 0.042969,0.011719 0.078125,0.039063 0.109375,0.078125 0.03125,0.03125 0.0585938,0.078125 0.078125,0.140625 0.0195312,0.0625 0.0351562,0.140625 0.046875,0.234375 0.0078125,0.09375 0.015625,0.199219 0.015625,0.3125 0,0.136719 -0.0117188,0.25 -0.03125,0.34375 -0.0117188,0.09375 -0.02734375,0.171875 -0.046875,0.234375 -0.0195312,0.0625 -0.046875,0.109375 -0.078125,0.140625 -0.03125,0.03125 -0.0625,0.054688 -0.09375,0.0625 l -10.515625,4.09375 v 0.015625 h 10.46875 c 0.042969,0 0.085937,0.011719 0.125,0.03125 0.03125,0.023437 0.0625,0.0625 0.09375,0.125 0.01953125,0.0625 0.0351562,0.148437 0.046875,0.25 0.0195312,0.09375 0.03125,0.21875 0.03125,0.375 0,0.148437 -0.0117188,0.273437 -0.03125,0.375 -0.0117188,0.09375 -0.02734375,0.171875 -0.046875,0.234375 -0.03125,0.0625 -0.0625,0.105469 -0.09375,0.125 -0.039063,0.023438 -0.082031,0.03125 -0.125,0.03125 H -11.28125 c -0.257812,0 -0.441406,-0.066406 -0.546875,-0.203125 C -11.941406,-1.929688 -12,-2.082031 -12,-2.25 v -0.96875 c 0,-0.195312 0.02344,-0.367188 0.0625,-0.515625 0.03125,-0.15625 0.08984,-0.285156 0.171875,-0.390625 0.07422,-0.113281 0.171875,-0.207031 0.296875,-0.28125 0.125,-0.070312 0.273438,-0.140625 0.4375,-0.203125 l 8.6875,-3.46875 V -8.125 L -11,-11.75 c -0.1875,-0.0625 -0.34375,-0.132812 -0.46875,-0.21875 -0.132812,-0.08203 -0.238281,-0.171875 -0.3125,-0.265625 -0.08203,-0.09375 -0.140625,-0.195313 -0.171875,-0.3125 -0.03125,-0.125 -0.04687,-0.257813 -0.04687,-0.40625 v -1.015625 c 0,-0.09375 0.01563,-0.179688 0.04687,-0.265625 0.02344,-0.08203 0.0625,-0.148437 0.125,-0.203125 0.05469,-0.0625 0.125,-0.113281 0.21875,-0.15625 0.09375,-0.03906 0.203125,-0.0625 0.328125,-0.0625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-12" + overflow="visible"> + <path + id="path167" + d="m -2.5,-6.65625 c 0.429688,0 0.808594,0.078125 1.140625,0.234375 0.335937,0.15625 0.617187,0.382813 0.84375,0.671875 0.230469,0.292969 0.402344,0.640625 0.515625,1.046875 0.113281,0.398437 0.171875,0.835937 0.171875,1.3125 0,0.304687 -0.027344,0.589844 -0.078125,0.859375 C 0.0507812,-2.269531 0,-2.03125 -0.0625,-1.8125 -0.132812,-1.601562 -0.207031,-1.421875 -0.28125,-1.265625 -0.363281,-1.117188 -0.4375,-1.007812 -0.5,-0.9375 -0.5625,-0.875 -0.644531,-0.828125 -0.75,-0.796875 -0.863281,-0.765625 -1.019531,-0.75 -1.21875,-0.75 c -0.113281,0 -0.210938,-0.003906 -0.296875,-0.015625 -0.082031,-0.007813 -0.144531,-0.023437 -0.1875,-0.046875 -0.050781,-0.019531 -0.085937,-0.046875 -0.109375,-0.078125 -0.019531,-0.039063 -0.03125,-0.082031 -0.03125,-0.125 0,-0.0625 0.042969,-0.160156 0.125,-0.296875 0.085938,-0.132812 0.179688,-0.296875 0.28125,-0.484375 0.09375,-0.195313 0.183594,-0.425781 0.265625,-0.6875 0.085937,-0.269531 0.125,-0.582031 0.125,-0.9375 0,-0.25 -0.023437,-0.476563 -0.078125,-0.6875 -0.0625,-0.21875 -0.144531,-0.40625 -0.25,-0.5625 -0.113281,-0.15625 -0.253906,-0.273437 -0.421875,-0.359375 -0.164063,-0.082031 -0.363281,-0.125 -0.59375,-0.125 -0.226563,0 -0.421875,0.0625 -0.578125,0.1875 -0.164062,0.125 -0.3125,0.289062 -0.4375,0.484375 -0.125,0.199219 -0.234375,0.421875 -0.328125,0.671875 -0.09375,0.242188 -0.191406,0.496094 -0.296875,0.765625 -0.101562,0.261719 -0.222656,0.515625 -0.359375,0.765625 -0.132813,0.25 -0.296875,0.476562 -0.484375,0.671875 -0.195312,0.199219 -0.425781,0.359375 -0.6875,0.484375 -0.269531,0.117188 -0.585938,0.171875 -0.953125,0.171875 -0.332031,0 -0.644531,-0.0625 -0.9375,-0.1875 C -7.753906,-1.273438 -8.019531,-1.46875 -8.25,-1.71875 c -0.226562,-0.25 -0.410156,-0.5625 -0.546875,-0.9375 C -8.929688,-3.039062 -9,-3.488281 -9,-4 c 0,-0.21875 0.023438,-0.4375 0.0625,-0.65625 0.03125,-0.226562 0.078125,-0.429688 0.140625,-0.609375 0.054687,-0.175781 0.109375,-0.328125 0.171875,-0.453125 0.0625,-0.132812 0.121094,-0.234375 0.171875,-0.296875 0.054687,-0.0625 0.101563,-0.101563 0.140625,-0.125 0.03125,-0.019531 0.074219,-0.035156 0.125,-0.046875 0.042969,-0.00781 0.101562,-0.019531 0.171875,-0.03125 0.0625,-0.00781 0.140625,-0.015625 0.234375,-0.015625 0.117188,0 0.210938,0.00781 0.28125,0.015625 0.074219,0.011719 0.136719,0.027344 0.1875,0.046875 0.054688,0.023437 0.089844,0.046875 0.109375,0.078125 0.023437,0.03125 0.03125,0.0625 0.03125,0.09375 0,0.0625 -0.03125,0.148438 -0.09375,0.25 -0.070313,0.105469 -0.144531,0.242188 -0.21875,0.40625 -0.082031,0.167969 -0.15625,0.367188 -0.21875,0.59375 -0.070313,0.21875 -0.109375,0.476562 -0.109375,0.765625 0,0.261719 0.03125,0.492187 0.09375,0.6875 0.054688,0.199219 0.136719,0.367187 0.25,0.5 0.105469,0.125 0.234375,0.21875 0.390625,0.28125 0.148437,0.0625 0.304687,0.09375 0.46875,0.09375 0.242187,0 0.445313,-0.0625 0.609375,-0.1875 0.167969,-0.125 0.3125,-0.285156 0.4375,-0.484375 0.125,-0.195312 0.242188,-0.421875 0.34375,-0.671875 0.09375,-0.25 0.195312,-0.503906 0.296875,-0.765625 0.105469,-0.269531 0.226563,-0.53125 0.359375,-0.78125 0.125,-0.257812 0.28125,-0.488281 0.46875,-0.6875 0.179688,-0.195312 0.398438,-0.351562 0.65625,-0.46875 0.261719,-0.125 0.574219,-0.1875 0.9375,-0.1875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-13" + overflow="visible"> + <path + id="path170" + d="m 2.3125,-4.0625 c 0.125,0 0.226562,0.015625 0.3125,0.046875 0.082031,0.03125 0.148438,0.078125 0.203125,0.140625 0.050781,0.054688 0.085937,0.117188 0.109375,0.1875 0.019531,0.074219 0.03125,0.148438 0.03125,0.21875 v 2.359375 c 0,0.09375 -0.042969,0.167969 -0.125,0.21875 -0.085938,0.042969 -0.230469,0.0625 -0.4375,0.0625 -0.105469,0 -0.195312,-0.003906 -0.265625,-0.015625 C 2.078125,-0.851562 2.019531,-0.867188 1.96875,-0.890625 1.925781,-0.921875 1.894531,-0.953125 1.875,-0.984375 1.851562,-1.023438 1.84375,-1.066406 1.84375,-1.109375 v -1.5 h -13.6875 v 1.5 c 0,0.09375 -0.03906,0.167969 -0.125,0.21875 -0.09375,0.042969 -0.238281,0.0625 -0.4375,0.0625 -0.101562,0 -0.191406,-0.003906 -0.265625,-0.015625 -0.07031,-0.007812 -0.128906,-0.023438 -0.171875,-0.046875 -0.05078,-0.03125 -0.08594,-0.0625 -0.109375,-0.09375 -0.01953,-0.039063 -0.03125,-0.082031 -0.03125,-0.125 V -3.46875 c 0,-0.070312 0.01172,-0.144531 0.03125,-0.21875 0.02344,-0.070312 0.0625,-0.132812 0.125,-0.1875 0.05469,-0.0625 0.121094,-0.109375 0.203125,-0.140625 0.08594,-0.03125 0.183594,-0.046875 0.296875,-0.046875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-0" + overflow="visible"> + <path + id="path173" + d="M 9.078125,-12 V 0 H 0.40625 v -12 z m -0.8125,11.25 v -10.5 h -7.0625 v 10.5 z m -1.15625,-7.1875 c 0,0.367188 -0.054687,0.695312 -0.15625,0.984375 C 6.847656,-6.671875 6.695312,-6.429688 6.5,-6.234375 6.300781,-6.046875 6.066406,-5.894531 5.796875,-5.78125 5.535156,-5.664062 5.25,-5.597656 4.9375,-5.578125 l -0.046875,1.40625 c 0,0.0625 -0.046875,0.105469 -0.140625,0.125 -0.09375,0.023437 -0.21875,0.03125 -0.375,0.03125 -0.09375,0 -0.171875,0 -0.234375,0 -0.0625,-0.00781 -0.117187,-0.019531 -0.15625,-0.03125 C 3.941406,-4.054688 3.910156,-4.070312 3.890625,-4.09375 3.878906,-4.113281 3.875,-4.140625 3.875,-4.171875 L 3.828125,-5.875 c -0.023437,-0.1875 0.00781,-0.316406 0.09375,-0.390625 0.09375,-0.082031 0.210937,-0.125 0.359375,-0.125 h 0.171875 c 0.28125,0 0.507813,-0.035156 0.6875,-0.109375 0.1875,-0.070312 0.335937,-0.171875 0.453125,-0.296875 0.113281,-0.132813 0.195312,-0.289063 0.25,-0.46875 0.050781,-0.1875 0.078125,-0.382813 0.078125,-0.59375 0,-0.445313 -0.132813,-0.800781 -0.390625,-1.0625 -0.25,-0.269531 -0.65625,-0.40625 -1.21875,-0.40625 -0.230469,0 -0.4375,0.027344 -0.625,0.078125 -0.1875,0.042969 -0.355469,0.09375 -0.5,0.15625 -0.136719,0.054688 -0.25,0.105469 -0.34375,0.15625 C 2.75,-8.894531 2.679688,-8.875 2.640625,-8.875 c -0.023437,0 -0.042969,-0.00391 -0.0625,-0.015625 -0.023437,-0.00781 -0.042969,-0.03125 -0.0625,-0.0625 C 2.503906,-8.992188 2.492188,-9.039062 2.484375,-9.09375 2.472656,-9.15625 2.46875,-9.234375 2.46875,-9.328125 c 0,-0.101563 0.00391,-0.1875 0.015625,-0.25 0.019531,-0.070313 0.054687,-0.132813 0.109375,-0.1875 0.039062,-0.039063 0.125,-0.085937 0.25,-0.140625 0.125,-0.0625 0.269531,-0.117188 0.4375,-0.171875 0.164062,-0.05078 0.347656,-0.09375 0.546875,-0.125 0.207031,-0.03906 0.421875,-0.0625 0.640625,-0.0625 0.457031,0 0.851562,0.0625 1.1875,0.1875 0.332031,0.117187 0.601562,0.28125 0.8125,0.5 0.21875,0.210937 0.378906,0.453125 0.484375,0.734375 0.101563,0.28125 0.15625,0.585938 0.15625,0.90625 z M 5.09375,-2.53125 c 0,0.125 -0.011719,0.234375 -0.03125,0.328125 -0.023438,0.085937 -0.058594,0.15625 -0.109375,0.21875 -0.054687,0.054687 -0.125,0.089844 -0.21875,0.109375 -0.085937,0.023438 -0.195313,0.03125 -0.328125,0.03125 -0.136719,0 -0.25,-0.00781 -0.34375,-0.03125 C 3.976562,-1.894531 3.90625,-1.929688 3.84375,-1.984375 3.789062,-2.046875 3.75,-2.117188 3.71875,-2.203125 3.695312,-2.296875 3.6875,-2.40625 3.6875,-2.53125 c 0,-0.132812 0.00781,-0.242188 0.03125,-0.328125 0.03125,-0.09375 0.070312,-0.164063 0.125,-0.21875 0.0625,-0.050781 0.132812,-0.085937 0.21875,-0.109375 0.09375,-0.03125 0.207031,-0.046875 0.34375,-0.046875 0.132812,0 0.242188,0.015625 0.328125,0.046875 0.09375,0.023438 0.164063,0.058594 0.21875,0.109375 0.050781,0.054687 0.085937,0.125 0.109375,0.21875 0.019531,0.085937 0.03125,0.195313 0.03125,0.328125 z M 0,3.6875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-1" + overflow="visible"> + <path + id="path176" + d="m 9.125,-11.3125 c 0,0.117188 -0.011719,0.21875 -0.03125,0.3125 -0.011719,0.08594 -0.03125,0.152344 -0.0625,0.203125 -0.023438,0.05469 -0.054688,0.08984 -0.09375,0.109375 -0.042969,0.02344 -0.089844,0.03125 -0.140625,0.03125 h -3.375 v 10.421875 c 0,0.042969 -0.011719,0.085937 -0.03125,0.125 -0.023437,0.03125 -0.0625,0.0625 -0.125,0.09375 -0.0625,0.01953125 -0.148437,0.0351562 -0.25,0.046875 C 4.910156,0.0507812 4.78125,0.0625 4.625,0.0625 4.476562,0.0625 4.351562,0.0507812 4.25,0.03125 4.144531,0.0195312 4.0625,0.00390625 4,-0.015625 c -0.0625,-0.03125 -0.109375,-0.0625 -0.140625,-0.09375 -0.023437,-0.039063 -0.03125,-0.082031 -0.03125,-0.125 V -10.65625 h -3.375 c -0.054687,0 -0.101563,-0.0078 -0.140625,-0.03125 C 0.28125,-10.707031 0.25,-10.742188 0.21875,-10.796875 0.195312,-10.847656 0.175781,-10.914062 0.15625,-11 c -0.011719,-0.09375 -0.015625,-0.195312 -0.015625,-0.3125 0,-0.125 0.003906,-0.226562 0.015625,-0.3125 0.019531,-0.09375 0.039062,-0.164062 0.0625,-0.21875 0.03125,-0.0625 0.0625,-0.101562 0.09375,-0.125 C 0.351562,-11.988281 0.398438,-12 0.453125,-12 h 8.34375 c 0.050781,0 0.097656,0.01172 0.140625,0.03125 0.039062,0.02344 0.070312,0.0625 0.09375,0.125 0.03125,0.05469 0.050781,0.125 0.0625,0.21875 0.019531,0.08594 0.03125,0.1875 0.03125,0.3125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-2" + overflow="visible"> + <path + id="path179" + d="m 2.953125,-0.234375 c 0,0.054687 -0.015625,0.09375 -0.046875,0.125 -0.023438,0.03125 -0.0625,0.0625 -0.125,0.09375 C 2.726562,0.00390625 2.648438,0.0195312 2.546875,0.03125 2.453125,0.0507812 2.332031,0.0625 2.1875,0.0625 2.03125,0.0625 1.898438,0.0507812 1.796875,0.03125 1.703125,0.0195312 1.625,0.00390625 1.5625,-0.015625 c -0.054688,-0.03125 -0.089844,-0.0625 -0.109375,-0.09375 -0.023437,-0.03125 -0.03125,-0.070313 -0.03125,-0.125 v -8.34375 c 0,-0.039063 0.00781,-0.082031 0.03125,-0.125 C 1.472656,-8.742188 1.507812,-8.773438 1.5625,-8.796875 1.625,-8.816406 1.703125,-8.832031 1.796875,-8.84375 1.898438,-8.863281 2.03125,-8.875 2.1875,-8.875 c 0.144531,0 0.265625,0.011719 0.359375,0.03125 0.101563,0.011719 0.179687,0.027344 0.234375,0.046875 0.0625,0.023437 0.101562,0.054687 0.125,0.09375 0.03125,0.042969 0.046875,0.085937 0.046875,0.125 z M 3.125,-11.40625 c 0,0.367188 -0.070312,0.617188 -0.203125,0.75 -0.136719,0.125 -0.386719,0.1875 -0.75,0.1875 -0.355469,0 -0.601563,-0.0625 -0.734375,-0.1875 -0.136719,-0.132812 -0.203125,-0.378906 -0.203125,-0.734375 0,-0.351563 0.066406,-0.59375 0.203125,-0.71875 0.132812,-0.132813 0.382812,-0.203125 0.75,-0.203125 0.363281,0 0.609375,0.0625 0.734375,0.1875 C 3.054688,-12 3.125,-11.757812 3.125,-11.40625 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-3" + overflow="visible"> + <path + id="path182" + d="m 13.8125,-0.234375 c 0,0.054687 -0.01563,0.09375 -0.04687,0.125 -0.02344,0.03125 -0.0625,0.0625 -0.125,0.09375 -0.05469,0.01953125 -0.132813,0.0351562 -0.234375,0.046875 -0.09375,0.0195312 -0.214844,0.03125 -0.359375,0.03125 -0.15625,0 -0.289063,-0.0117188 -0.390625,-0.03125 -0.09375,-0.0117188 -0.171875,-0.02734375 -0.234375,-0.046875 -0.05469,-0.03125 -0.09375,-0.0625 -0.125,-0.09375 -0.02344,-0.03125 -0.03125,-0.070313 -0.03125,-0.125 V -5.3125 c 0,-0.34375 -0.03125,-0.660156 -0.09375,-0.953125 -0.0625,-0.289063 -0.164063,-0.539063 -0.296875,-0.75 -0.136719,-0.21875 -0.308594,-0.378906 -0.515625,-0.484375 -0.210937,-0.113281 -0.460937,-0.171875 -0.75,-0.171875 -0.355469,0 -0.710937,0.136719 -1.0625,0.40625 C 9.191406,-6.992188 8.800781,-6.59375 8.375,-6.0625 v 5.828125 c 0,0.054687 -0.015625,0.09375 -0.046875,0.125 -0.023437,0.03125 -0.0625,0.0625 -0.125,0.09375 C 8.148438,0.00390625 8.070312,0.0195312 7.96875,0.03125 7.875,0.0507812 7.753906,0.0625 7.609375,0.0625 7.460938,0.0625 7.335938,0.0507812 7.234375,0.03125 7.140625,0.0195312 7.0625,0.00390625 7,-0.015625 6.9375,-0.046875 6.894531,-0.078125 6.875,-0.109375 6.851562,-0.140625 6.84375,-0.179688 6.84375,-0.234375 V -5.3125 c 0,-0.34375 -0.039062,-0.660156 -0.109375,-0.953125 -0.0625,-0.289063 -0.164063,-0.539063 -0.296875,-0.75 C 6.300781,-7.234375 6.128906,-7.394531 5.921875,-7.5 5.710938,-7.613281 5.46875,-7.671875 5.1875,-7.671875 c -0.355469,0 -0.714844,0.136719 -1.078125,0.40625 -0.355469,0.273437 -0.742187,0.671875 -1.15625,1.203125 v 5.828125 c 0,0.054687 -0.015625,0.09375 -0.046875,0.125 -0.023438,0.03125 -0.0625,0.0625 -0.125,0.09375 C 2.726562,0.00390625 2.648438,0.0195312 2.546875,0.03125 2.453125,0.0507812 2.332031,0.0625 2.1875,0.0625 2.03125,0.0625 1.898438,0.0507812 1.796875,0.03125 1.703125,0.0195312 1.625,0.00390625 1.5625,-0.015625 c -0.054688,-0.03125 -0.089844,-0.0625 -0.109375,-0.09375 -0.023437,-0.03125 -0.03125,-0.070313 -0.03125,-0.125 v -8.34375 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.039063 0.054688,-0.070313 0.109375,-0.09375 0.0625,-0.03125 0.132813,-0.050781 0.21875,-0.0625 0.09375,-0.00781 0.207031,-0.015625 0.34375,-0.015625 0.132813,0 0.25,0.00781 0.34375,0.015625 0.09375,0.011719 0.160156,0.03125 0.203125,0.0625 0.050781,0.023437 0.085938,0.054687 0.109375,0.09375 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 v 1.09375 C 3.265625,-8.003906 3.71875,-8.382812 4.15625,-8.625 4.601562,-8.875 5.054688,-9 5.515625,-9 c 0.34375,0 0.648437,0.042969 0.921875,0.125 0.28125,0.074219 0.523438,0.183594 0.734375,0.328125 0.207031,0.148437 0.382813,0.324219 0.53125,0.53125 0.15625,0.199219 0.28125,0.421875 0.375,0.671875 C 8.359375,-7.644531 8.625,-7.898438 8.875,-8.109375 9.125,-8.328125 9.363281,-8.5 9.59375,-8.625 9.832031,-8.757812 10.0625,-8.851562 10.28125,-8.90625 10.5,-8.96875 10.71875,-9 10.9375,-9 c 0.539062,0 0.992188,0.09375 1.359375,0.28125 0.363281,0.1875 0.65625,0.445312 0.875,0.765625 0.226563,0.3125 0.390625,0.683594 0.484375,1.109375 0.101562,0.417969 0.15625,0.859375 0.15625,1.328125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-4" + overflow="visible"> + <path + id="path185" + d="m 8.546875,-4.765625 c 0,0.242187 -0.0625,0.414063 -0.1875,0.515625 -0.117187,0.105469 -0.25,0.15625 -0.40625,0.15625 h -5.46875 c 0,0.460938 0.039063,0.875 0.125,1.25 0.09375,0.367188 0.25,0.683594 0.46875,0.953125 0.21875,0.261719 0.5,0.464844 0.84375,0.609375 0.34375,0.148438 0.769531,0.21875 1.28125,0.21875 0.394531,0 0.742187,-0.03125 1.046875,-0.09375 0.3125,-0.070312 0.578125,-0.144531 0.796875,-0.21875 0.226563,-0.082031 0.414063,-0.15625 0.5625,-0.21875 0.144531,-0.070312 0.253906,-0.109375 0.328125,-0.109375 0.039062,0 0.078125,0.011719 0.109375,0.03125 0.039063,0.023437 0.070313,0.058594 0.09375,0.109375 0.019531,0.042969 0.03125,0.105469 0.03125,0.1875 0.00781,0.074219 0.015625,0.164062 0.015625,0.265625 0,0.085937 -0.00781,0.15625 -0.015625,0.21875 0,0.054687 -0.00781,0.105469 -0.015625,0.15625 -0.011719,0.042969 -0.027344,0.085937 -0.046875,0.125 C 8.085938,-0.578125 8.0625,-0.539062 8.03125,-0.5 8,-0.46875 7.898438,-0.410156 7.734375,-0.328125 c -0.167969,0.074219 -0.386719,0.148437 -0.65625,0.21875 -0.261719,0.0742188 -0.570313,0.1328125 -0.921875,0.1875 -0.355469,0.0625 -0.730469,0.09375 -1.125,0.09375 -0.679688,0 -1.277344,-0.09375 -1.796875,-0.28125 C 2.710938,-0.304688 2.273438,-0.59375 1.921875,-0.96875 1.578125,-1.34375 1.3125,-1.8125 1.125,-2.375 c -0.179688,-0.570312 -0.265625,-1.238281 -0.265625,-2 0,-0.71875 0.09375,-1.359375 0.28125,-1.921875 C 1.328125,-6.867188 1.59375,-7.351562 1.9375,-7.75 2.289062,-8.15625 2.710938,-8.460938 3.203125,-8.671875 3.703125,-8.890625 4.257812,-9 4.875,-9 c 0.65625,0 1.210938,0.105469 1.671875,0.3125 0.457031,0.210938 0.832031,0.496094 1.125,0.859375 0.300781,0.355469 0.519531,0.773437 0.65625,1.25 0.144531,0.480469 0.21875,0.992187 0.21875,1.53125 z M 7,-5.21875 c 0.019531,-0.800781 -0.15625,-1.429688 -0.53125,-1.890625 -0.375,-0.457031 -0.929688,-0.6875 -1.65625,-0.6875 -0.386719,0 -0.71875,0.074219 -1,0.21875 -0.28125,0.136719 -0.523438,0.324219 -0.71875,0.5625 -0.1875,0.230469 -0.335938,0.5 -0.4375,0.8125 -0.105469,0.3125 -0.164062,0.640625 -0.171875,0.984375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-5" + overflow="visible"> + <path + id="path188" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-6" + overflow="visible"> + <path + id="path191" + d="m 5,2.40625 c 0,0.207031 -0.027344,0.351562 -0.078125,0.4375 -0.042969,0.082031 -0.105469,0.125 -0.1875,0.125 h -2.375 C 2.285156,2.96875 2.210938,2.957031 2.140625,2.9375 2.078125,2.914062 2.015625,2.878906 1.953125,2.828125 1.898438,2.773438 1.851562,2.707031 1.8125,2.625 1.78125,2.539062 1.765625,2.4375 1.765625,2.3125 v -14.640625 c 0,-0.113281 0.015625,-0.210937 0.046875,-0.296875 0.039062,-0.08203 0.085938,-0.148438 0.140625,-0.203125 0.0625,-0.0625 0.125,-0.101563 0.1875,-0.125 0.070313,-0.01953 0.144531,-0.03125 0.21875,-0.03125 h 2.375 c 0.03125,0 0.0625,0.01172 0.09375,0.03125 0.039063,0.02344 0.070313,0.05859 0.09375,0.109375 0.03125,0.04297 0.050781,0.101562 0.0625,0.171875 C 4.992188,-12.597656 5,-12.507812 5,-12.40625 c 0,0.199219 -0.027344,0.34375 -0.078125,0.4375 -0.042969,0.08594 -0.105469,0.125 -0.1875,0.125 H 3.21875 v 13.6875 h 1.515625 c 0.03125,0 0.0625,0.00781 0.09375,0.03125 0.039063,0.019531 0.070313,0.050781 0.09375,0.09375 0.03125,0.050781 0.050781,0.109375 0.0625,0.171875 C 4.992188,2.210938 5,2.300781 5,2.40625 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-7" + overflow="visible"> + <path + id="path194" + d="m 6.65625,-2.5 c 0,0.429688 -0.078125,0.808594 -0.234375,1.140625 C 6.265625,-1.023438 6.039062,-0.742188 5.75,-0.515625 5.457031,-0.285156 5.109375,-0.113281 4.703125,0 4.304688,0.113281 3.867188,0.171875 3.390625,0.171875 3.085938,0.171875 2.800781,0.144531 2.53125,0.09375 2.269531,0.0507812 2.03125,0 1.8125,-0.0625 1.601562,-0.132812 1.421875,-0.207031 1.265625,-0.28125 1.117188,-0.363281 1.007812,-0.4375 0.9375,-0.5 0.875,-0.5625 0.828125,-0.644531 0.796875,-0.75 0.765625,-0.863281 0.75,-1.019531 0.75,-1.21875 c 0,-0.113281 0.003906,-0.210938 0.015625,-0.296875 0.007813,-0.082031 0.023437,-0.144531 0.046875,-0.1875 0.019531,-0.050781 0.046875,-0.085937 0.078125,-0.109375 0.039063,-0.019531 0.082031,-0.03125 0.125,-0.03125 0.0625,0 0.160156,0.042969 0.296875,0.125 0.132812,0.085938 0.296875,0.179688 0.484375,0.28125 0.195313,0.09375 0.425781,0.183594 0.6875,0.265625 0.269531,0.085937 0.582031,0.125 0.9375,0.125 0.25,0 0.476563,-0.023437 0.6875,-0.078125 0.21875,-0.0625 0.40625,-0.144531 0.5625,-0.25 0.15625,-0.113281 0.273437,-0.253906 0.359375,-0.421875 0.082031,-0.164063 0.125,-0.363281 0.125,-0.59375 0,-0.226563 -0.0625,-0.421875 -0.1875,-0.578125 -0.125,-0.164062 -0.289062,-0.3125 -0.484375,-0.4375 C 4.285156,-3.53125 4.0625,-3.640625 3.8125,-3.734375 3.570312,-3.828125 3.316406,-3.925781 3.046875,-4.03125 2.785156,-4.132812 2.53125,-4.253906 2.28125,-4.390625 2.03125,-4.523438 1.804688,-4.6875 1.609375,-4.875 1.410156,-5.070312 1.25,-5.300781 1.125,-5.5625 1.007812,-5.832031 0.953125,-6.148438 0.953125,-6.515625 c 0,-0.332031 0.0625,-0.644531 0.1875,-0.9375 C 1.273438,-7.753906 1.46875,-8.019531 1.71875,-8.25 c 0.25,-0.226562 0.5625,-0.410156 0.9375,-0.546875 C 3.039062,-8.929688 3.488281,-9 4,-9 c 0.21875,0 0.4375,0.023438 0.65625,0.0625 0.226562,0.03125 0.429688,0.078125 0.609375,0.140625 0.175781,0.054687 0.328125,0.109375 0.453125,0.171875 0.132812,0.0625 0.234375,0.121094 0.296875,0.171875 0.0625,0.054687 0.101563,0.101563 0.125,0.140625 0.019531,0.03125 0.035156,0.074219 0.046875,0.125 0.00781,0.042969 0.019531,0.101562 0.03125,0.171875 0.00781,0.0625 0.015625,0.140625 0.015625,0.234375 0,0.117188 -0.00781,0.210938 -0.015625,0.28125 C 6.207031,-7.425781 6.191406,-7.363281 6.171875,-7.3125 6.148438,-7.257812 6.125,-7.222656 6.09375,-7.203125 6.0625,-7.179688 6.03125,-7.171875 6,-7.171875 c -0.0625,0 -0.148438,-0.03125 -0.25,-0.09375 C 5.644531,-7.335938 5.507812,-7.410156 5.34375,-7.484375 5.175781,-7.566406 4.976562,-7.640625 4.75,-7.703125 4.53125,-7.773438 4.273438,-7.8125 3.984375,-7.8125 c -0.261719,0 -0.492187,0.03125 -0.6875,0.09375 -0.199219,0.054688 -0.367187,0.136719 -0.5,0.25 -0.125,0.105469 -0.21875,0.234375 -0.28125,0.390625 -0.0625,0.148437 -0.09375,0.304687 -0.09375,0.46875 0,0.242187 0.0625,0.445313 0.1875,0.609375 0.125,0.167969 0.285156,0.3125 0.484375,0.4375 0.195312,0.125 0.421875,0.242188 0.671875,0.34375 0.25,0.09375 0.503906,0.195312 0.765625,0.296875 0.269531,0.105469 0.53125,0.226563 0.78125,0.359375 0.257812,0.125 0.488281,0.28125 0.6875,0.46875 0.195312,0.179688 0.351562,0.398438 0.46875,0.65625 0.125,0.261719 0.1875,0.574219 0.1875,0.9375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-8" + overflow="visible"> + <path + id="path197" + d="m 4.0625,2.3125 c 0,0.125 -0.015625,0.226562 -0.046875,0.3125 C 3.984375,2.707031 3.9375,2.773438 3.875,2.828125 3.820312,2.878906 3.757812,2.914062 3.6875,2.9375 3.613281,2.957031 3.539062,2.96875 3.46875,2.96875 H 1.109375 c -0.09375,0 -0.167969,-0.042969 -0.21875,-0.125 -0.042969,-0.085938 -0.0625,-0.230469 -0.0625,-0.4375 0,-0.105469 0.003906,-0.195312 0.015625,-0.265625 C 0.851562,2.078125 0.867188,2.019531 0.890625,1.96875 0.921875,1.925781 0.953125,1.894531 0.984375,1.875 1.023438,1.851562 1.066406,1.84375 1.109375,1.84375 h 1.5 v -13.6875 h -1.5 c -0.09375,0 -0.167969,-0.03906 -0.21875,-0.125 -0.042969,-0.09375 -0.0625,-0.238281 -0.0625,-0.4375 0,-0.101562 0.003906,-0.191406 0.015625,-0.265625 0.007812,-0.07031 0.023438,-0.128906 0.046875,-0.171875 0.03125,-0.05078 0.0625,-0.08594 0.09375,-0.109375 0.039063,-0.01953 0.082031,-0.03125 0.125,-0.03125 H 3.46875 c 0.070312,0 0.144531,0.01172 0.21875,0.03125 0.070312,0.02344 0.132812,0.0625 0.1875,0.125 0.0625,0.05469 0.109375,0.121094 0.140625,0.203125 0.03125,0.08594 0.046875,0.183594 0.046875,0.296875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-0" + overflow="visible"> + <path + id="path200" + d="M 12.8125,-16.953125 V 0 H 0.578125 V -16.953125 Z M 11.671875,-1.0625 V -15.890625 H 1.6875 V -1.0625 Z m -1.625,-10.140625 c 0,0.523437 -0.078125,0.984375 -0.234375,1.390625 C 9.664062,-9.414062 9.453125,-9.078125 9.171875,-8.796875 8.898438,-8.523438 8.578125,-8.3125 8.203125,-8.15625 7.828125,-8 7.414062,-7.910156 6.96875,-7.890625 l -0.0625,2 c 0,0.085937 -0.070312,0.148437 -0.203125,0.1875 -0.125,0.03125 -0.304687,0.046875 -0.53125,0.046875 -0.136719,0 -0.246094,-0.00391 -0.328125,-0.015625 C 5.757812,-5.679688 5.6875,-5.691406 5.625,-5.703125 5.570312,-5.722656 5.53125,-5.742188 5.5,-5.765625 5.476562,-5.796875 5.46875,-5.835938 5.46875,-5.890625 L 5.390625,-8.3125 c -0.011719,-0.257812 0.039063,-0.441406 0.15625,-0.546875 0.125,-0.101563 0.289063,-0.15625 0.5,-0.15625 H 6.28125 c 0.394531,0 0.722656,-0.050781 0.984375,-0.15625 0.257813,-0.113281 0.46875,-0.257813 0.625,-0.4375 0.164063,-0.1875 0.285156,-0.40625 0.359375,-0.65625 0.070312,-0.257813 0.109375,-0.535156 0.109375,-0.828125 0,-0.632812 -0.183594,-1.140625 -0.546875,-1.515625 -0.367188,-0.375 -0.945312,-0.5625 -1.734375,-0.5625 -0.324219,0 -0.617187,0.03125 -0.875,0.09375 -0.261719,0.0625 -0.496094,0.136719 -0.703125,0.21875 -0.199219,0.08594 -0.359375,0.164063 -0.484375,0.234375 -0.125,0.07422 -0.21875,0.109375 -0.28125,0.109375 -0.03125,0 -0.0625,-0.0078 -0.09375,-0.03125 -0.023437,-0.01953 -0.046875,-0.05078 -0.078125,-0.09375 -0.023438,-0.05078 -0.042969,-0.117187 -0.0625,-0.203125 -0.011719,-0.08203 -0.015625,-0.191406 -0.015625,-0.328125 0,-0.15625 0.00781,-0.28125 0.03125,-0.375 0.019531,-0.09375 0.066406,-0.175781 0.140625,-0.25 C 3.71875,-13.859375 3.832031,-13.925781 4,-14 c 0.175781,-0.08203 0.382812,-0.160156 0.625,-0.234375 0.238281,-0.07031 0.503906,-0.132813 0.796875,-0.1875 0.289063,-0.05078 0.582031,-0.07813 0.875,-0.07813 0.65625,0 1.21875,0.08984 1.6875,0.265625 0.476563,0.167969 0.867187,0.402344 1.171875,0.703125 0.300781,0.292969 0.523438,0.640625 0.671875,1.046875 0.144531,0.40625 0.21875,0.835937 0.21875,1.28125 z m -2.859375,7.625 c 0,0.1875 -0.015625,0.34375 -0.046875,0.46875 -0.03125,0.117187 -0.085937,0.214844 -0.15625,0.296875 -0.074219,0.074219 -0.171875,0.132812 -0.296875,0.171875 -0.125,0.03125 -0.28125,0.046875 -0.46875,0.046875 -0.1875,0 -0.351562,-0.015625 -0.484375,-0.046875 -0.125,-0.039063 -0.230469,-0.097656 -0.3125,-0.171875 -0.074219,-0.082031 -0.125,-0.179688 -0.15625,-0.296875 -0.03125,-0.125 -0.046875,-0.28125 -0.046875,-0.46875 0,-0.175781 0.015625,-0.328125 0.046875,-0.453125 0.03125,-0.132812 0.082031,-0.238281 0.15625,-0.3125 0.082031,-0.082031 0.1875,-0.140625 0.3125,-0.171875 0.132813,-0.039063 0.296875,-0.0625 0.484375,-0.0625 0.1875,0 0.34375,0.023437 0.46875,0.0625 0.125,0.03125 0.222656,0.089844 0.296875,0.171875 0.070313,0.074219 0.125,0.179688 0.15625,0.3125 0.03125,0.125 0.046875,0.277344 0.046875,0.453125 z M 0,5.203125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-1" + overflow="visible"> + <path + id="path203" + d="m 11.046875,-0.984375 c 0,0.179687 -0.01172,0.328125 -0.03125,0.453125 -0.02344,0.117188 -0.05469,0.214844 -0.09375,0.296875 -0.03125,0.074219 -0.07813,0.132813 -0.140625,0.171875 C 10.726562,-0.0195312 10.660156,0 10.578125,0 H 3.09375 C 2.894531,0 2.703125,-0.0664062 2.515625,-0.203125 2.335938,-0.335938 2.25,-0.578125 2.25,-0.921875 v -15.6875 c 0,-0.07031 0.015625,-0.132813 0.046875,-0.1875 0.039063,-0.05078 0.101563,-0.09375 0.1875,-0.125 0.09375,-0.03125 0.210937,-0.05469 0.359375,-0.07813 0.144531,-0.01953 0.320312,-0.03125 0.53125,-0.03125 0.21875,0 0.398438,0.01172 0.546875,0.03125 0.144531,0.02344 0.257813,0.04687 0.34375,0.07813 0.09375,0.03125 0.15625,0.07422 0.1875,0.125 0.03125,0.05469 0.046875,0.117187 0.046875,0.1875 v 14.65625 h 6.078125 c 0.08203,0 0.148437,0.023437 0.203125,0.0625 0.0625,0.042969 0.109375,0.101563 0.140625,0.171875 0.03906,0.074219 0.07031,0.171875 0.09375,0.296875 0.01953,0.117187 0.03125,0.261719 0.03125,0.4375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-2" + overflow="visible"> + <path + id="path206" + d="m 12.109375,-0.96875 c 0,0.15625 -0.01563,0.296875 -0.04687,0.421875 -0.02344,0.125 -0.05469,0.230469 -0.09375,0.3125 C 11.9375,-0.160156 11.882812,-0.101562 11.8125,-0.0625 11.75,-0.0195312 11.679688,0 11.609375,0 h -9.375 C 2.117188,0 2.015625,-0.015625 1.921875,-0.046875 1.828125,-0.078125 1.742188,-0.125 1.671875,-0.1875 1.609375,-0.257812 1.5625,-0.359375 1.53125,-0.484375 1.507812,-0.617188 1.5,-0.785156 1.5,-0.984375 1.5,-1.160156 1.503906,-1.3125 1.515625,-1.4375 1.523438,-1.570312 1.550781,-1.6875 1.59375,-1.78125 1.632812,-1.882812 1.6875,-1.984375 1.75,-2.078125 1.820312,-2.179688 1.910156,-2.289062 2.015625,-2.40625 L 5.3125,-5.890625 c 0.75,-0.800781 1.351562,-1.519531 1.8125,-2.15625 0.46875,-0.644531 0.820312,-1.226563 1.0625,-1.75 0.25,-0.519531 0.410156,-0.992187 0.484375,-1.421875 0.082031,-0.4375 0.125,-0.84375 0.125,-1.21875 0,-0.375 -0.0625,-0.726562 -0.1875,-1.0625 -0.117187,-0.332031 -0.292969,-0.625 -0.53125,-0.875 -0.230469,-0.257812 -0.523437,-0.460938 -0.875,-0.609375 -0.34375,-0.144531 -0.742187,-0.21875 -1.1875,-0.21875 -0.53125,0 -1.011719,0.07422 -1.4375,0.21875 -0.429687,0.148437 -0.804687,0.308594 -1.125,0.484375 -0.3125,0.179688 -0.578125,0.339844 -0.796875,0.484375 -0.210938,0.148437 -0.367188,0.21875 -0.46875,0.21875 -0.0625,0 -0.121094,-0.01563 -0.171875,-0.04687 -0.042969,-0.03906 -0.078125,-0.09766 -0.109375,-0.171875 -0.03125,-0.08203 -0.058594,-0.1875 -0.078125,-0.3125 -0.011719,-0.132813 -0.015625,-0.289063 -0.015625,-0.46875 0,-0.132813 0,-0.25 0,-0.34375 0.00781,-0.09375 0.023438,-0.175781 0.046875,-0.25 0.03125,-0.07031 0.0625,-0.140625 0.09375,-0.203125 0.03125,-0.0625 0.097656,-0.132812 0.203125,-0.21875 0.101562,-0.09375 0.285156,-0.21875 0.546875,-0.375 0.257813,-0.15625 0.582031,-0.3125 0.96875,-0.46875 0.382813,-0.15625 0.8125,-0.285156 1.28125,-0.390625 0.46875,-0.101563 0.960937,-0.15625 1.484375,-0.15625 0.8125,0 1.523438,0.121094 2.140625,0.359375 0.625,0.230469 1.140625,0.546875 1.546875,0.953125 0.40625,0.398437 0.707031,0.859375 0.90625,1.390625 0.195312,0.53125 0.296875,1.101562 0.296875,1.703125 0,0.542969 -0.04687,1.085937 -0.140625,1.625 -0.09375,0.53125 -0.296875,1.109375 -0.609375,1.734375 -0.3125,0.625 -0.761719,1.324219 -1.34375,2.09375 -0.585937,0.761719 -1.359375,1.636719 -2.328125,2.625 l -2.6875,2.8125 h 7.375 c 0.07031,0 0.140625,0.023438 0.203125,0.0625 0.0625,0.03125 0.113281,0.089844 0.15625,0.171875 0.05078,0.074219 0.08594,0.171875 0.109375,0.296875 0.03125,0.117188 0.04687,0.25 0.04687,0.40625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-3" + overflow="visible"> + <path + id="path209" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-4" + overflow="visible"> + <path + id="path212" + d="m 12.84375,-6.40625 c 0,1.03125 -0.109375,1.960938 -0.328125,2.78125 -0.21875,0.824219 -0.546875,1.523438 -0.984375,2.09375 -0.429688,0.5625 -0.964844,1 -1.609375,1.3125 C 9.285156,0.09375 8.554688,0.25 7.734375,0.25 c -0.34375,0 -0.667969,-0.039062 -0.96875,-0.109375 -0.292969,-0.0625 -0.585937,-0.1640625 -0.875,-0.3125 -0.28125,-0.15625 -0.5625,-0.347656 -0.84375,-0.578125 -0.273437,-0.226562 -0.5625,-0.492188 -0.875,-0.796875 V 4.34375 c 0,0.070312 -0.023437,0.132812 -0.0625,0.1875 C 4.078125,4.582031 4.019531,4.625 3.9375,4.65625 3.863281,4.695312 3.753906,4.722656 3.609375,4.734375 c -0.136719,0.019531 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.011719 -0.53125,-0.03125 C 2.410156,4.722656 2.300781,4.695312 2.21875,4.65625 2.132812,4.625 2.078125,4.582031 2.046875,4.53125 2.015625,4.476562 2,4.414062 2,4.34375 V -12.125 c 0,-0.07031 0.00781,-0.128906 0.03125,-0.171875 0.03125,-0.05078 0.082031,-0.09375 0.15625,-0.125 0.082031,-0.03906 0.1875,-0.06641 0.3125,-0.07813 0.125,-0.0078 0.273438,-0.01563 0.453125,-0.01563 0.175781,0 0.320313,0.0078 0.4375,0.01563 0.125,0.01172 0.222656,0.03906 0.296875,0.07813 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.03125,0.04297 0.046875,0.101563 0.046875,0.171875 v 1.59375 c 0.351562,-0.363281 0.695312,-0.679688 1.03125,-0.953125 0.332031,-0.269531 0.664062,-0.492187 1,-0.671875 0.332031,-0.1875 0.675781,-0.320312 1.03125,-0.40625 0.351562,-0.09375 0.726562,-0.140625 1.125,-0.140625 0.851562,0 1.582031,0.167969 2.1875,0.5 0.601562,0.324219 1.09375,0.777344 1.46875,1.359375 0.382812,0.574219 0.660156,1.246094 0.828125,2.015625 0.175781,0.761719 0.265625,1.570313 0.265625,2.421875 z m -2.265625,0.25 c 0,-0.601562 -0.04687,-1.1875 -0.140625,-1.75 -0.09375,-0.5625 -0.257812,-1.0625 -0.484375,-1.5 -0.21875,-0.4375 -0.515625,-0.785156 -0.890625,-1.046875 -0.375,-0.257813 -0.84375,-0.390625 -1.40625,-0.390625 -0.273438,0 -0.542969,0.04297 -0.8125,0.125 -0.273438,0.08594 -0.546875,0.214844 -0.828125,0.390625 C 5.734375,-10.148438 5.4375,-9.914062 5.125,-9.625 4.820312,-9.332031 4.503906,-8.972656 4.171875,-8.546875 v 4.703125 c 0.59375,0.71875 1.15625,1.273438 1.6875,1.65625 0.53125,0.386719 1.085937,0.578125 1.671875,0.578125 0.539062,0 1.003906,-0.128906 1.390625,-0.390625 0.394531,-0.257812 0.710937,-0.609375 0.953125,-1.046875 0.238281,-0.4375 0.414062,-0.925781 0.53125,-1.46875 0.113281,-0.539063 0.171875,-1.085937 0.171875,-1.640625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-5" + overflow="visible"> + <path + id="path215" + d="m 10.890625,-0.3125 c 0,0.105469 -0.03906,0.183594 -0.109375,0.234375 -0.07422,0.0546875 -0.171875,0.0859375 -0.296875,0.109375 C 10.367188,0.0625 10.191406,0.078125 9.953125,0.078125 9.722656,0.078125 9.539062,0.0625 9.40625,0.03125 9.269531,0.0078125 9.171875,-0.0234375 9.109375,-0.078125 9.054688,-0.128906 9.03125,-0.207031 9.03125,-0.3125 V -1.5 c -0.523438,0.554688 -1.101562,0.984375 -1.734375,1.296875 -0.625,0.3007812 -1.292969,0.453125 -2,0.453125 -0.625,0 -1.1875,-0.085938 -1.6875,-0.25 -0.5,-0.15625 -0.929687,-0.382812 -1.28125,-0.6875 C 1.972656,-1 1.695312,-1.375 1.5,-1.8125 1.300781,-2.257812 1.203125,-2.769531 1.203125,-3.34375 c 0,-0.664062 0.132813,-1.238281 0.40625,-1.71875 0.269531,-0.488281 0.65625,-0.894531 1.15625,-1.21875 C 3.273438,-6.601562 3.894531,-6.84375 4.625,-7 5.363281,-7.164062 6.191406,-7.25 7.109375,-7.25 h 1.625 V -8.171875 C 8.734375,-8.628906 8.6875,-9.03125 8.59375,-9.375 8.5,-9.726562 8.34375,-10.019531 8.125,-10.25 c -0.210938,-0.226562 -0.484375,-0.398438 -0.828125,-0.515625 -0.34375,-0.125 -0.765625,-0.1875 -1.265625,-0.1875 -0.53125,0 -1.011719,0.0625 -1.4375,0.1875 -0.417969,0.125 -0.789062,0.265625 -1.109375,0.421875 -0.3125,0.15625 -0.578125,0.296875 -0.796875,0.421875 -0.210938,0.125 -0.367188,0.1875 -0.46875,0.1875 -0.074219,0 -0.136719,-0.015625 -0.1875,-0.046875 C 1.976562,-9.820312 1.929688,-9.875 1.890625,-9.9375 c -0.042969,-0.070312 -0.074219,-0.160156 -0.09375,-0.265625 -0.011719,-0.113281 -0.015625,-0.238281 -0.015625,-0.375 0,-0.21875 0.015625,-0.390625 0.046875,-0.515625 0.03125,-0.125 0.101563,-0.242188 0.21875,-0.359375 0.125,-0.113281 0.328125,-0.242187 0.609375,-0.390625 0.289062,-0.15625 0.625,-0.296875 1,-0.421875 0.375,-0.125 0.78125,-0.226563 1.21875,-0.3125 0.445312,-0.08203 0.898438,-0.125 1.359375,-0.125 0.84375,0 1.5625,0.101563 2.15625,0.296875 0.59375,0.1875 1.070313,0.46875 1.4375,0.84375 0.375,0.367188 0.644531,0.824219 0.8125,1.375 0.164063,0.554688 0.25,1.195312 0.25,1.921875 z m -2.15625,-5.390625 h -1.84375 c -0.59375,0 -1.109375,0.054687 -1.546875,0.15625 -0.4375,0.105469 -0.804688,0.257813 -1.09375,0.453125 -0.28125,0.1875 -0.492188,0.421875 -0.625,0.703125 -0.136719,0.273437 -0.203125,0.589844 -0.203125,0.953125 0,0.605469 0.191406,1.089844 0.578125,1.453125 0.382812,0.367187 0.929688,0.546875 1.640625,0.546875 0.5625,0 1.082031,-0.144531 1.5625,-0.4375 0.488281,-0.289062 1,-0.734375 1.53125,-1.328125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-6" + overflow="visible"> + <path + id="path218" + d="m 8.140625,-1.1875 c 0,0.25 -0.023437,0.453125 -0.0625,0.609375 -0.03125,0.148437 -0.085937,0.257813 -0.15625,0.328125 -0.0625,0.0625 -0.167969,0.125 -0.3125,0.1875 C 7.472656,0 7.3125,0.046875 7.125,0.078125 6.945312,0.117188 6.757812,0.148438 6.5625,0.171875 6.363281,0.203125 6.160156,0.21875 5.953125,0.21875 c -0.605469,0 -1.125,-0.078125 -1.5625,-0.234375 C 3.953125,-0.179688 3.59375,-0.425781 3.3125,-0.75 3.03125,-1.082031 2.828125,-1.5 2.703125,-2 c -0.125,-0.5 -0.1875,-1.085938 -0.1875,-1.765625 v -6.890625 h -1.65625 c -0.125,0 -0.230469,-0.06641 -0.3125,-0.203125 -0.074219,-0.144531 -0.109375,-0.375 -0.109375,-0.6875 0,-0.164063 0.007812,-0.304687 0.03125,-0.421875 0.019531,-0.113281 0.046875,-0.207031 0.078125,-0.28125 0.039063,-0.07031 0.085937,-0.125 0.140625,-0.15625 0.050781,-0.03125 0.113281,-0.04687 0.1875,-0.04687 h 1.640625 v -2.8125 c 0,-0.0625 0.015625,-0.117187 0.046875,-0.171875 0.03125,-0.05078 0.085938,-0.09375 0.171875,-0.125 0.082031,-0.03906 0.191406,-0.07031 0.328125,-0.09375 0.144531,-0.01953 0.320312,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.144531,0.02344 0.253906,0.05469 0.328125,0.09375 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.03125,0.05469 0.046875,0.109375 0.046875,0.171875 v 2.8125 h 3.03125 c 0.070313,0 0.132813,0.01563 0.1875,0.04687 0.050781,0.03125 0.09375,0.08594 0.125,0.15625 0.039063,0.07422 0.070313,0.167969 0.09375,0.28125 0.019531,0.117188 0.03125,0.257812 0.03125,0.421875 0,0.3125 -0.042969,0.542969 -0.125,0.6875 -0.074219,0.136719 -0.179687,0.203125 -0.3125,0.203125 h -3.03125 v 6.5625 c 0,0.8125 0.117187,1.429688 0.359375,1.84375 0.238281,0.417969 0.671875,0.625 1.296875,0.625 0.195313,0 0.375,-0.019531 0.53125,-0.0625 0.15625,-0.039062 0.296875,-0.082031 0.421875,-0.125 0.125,-0.039062 0.226562,-0.078125 0.3125,-0.109375 0.09375,-0.039063 0.171875,-0.0625 0.234375,-0.0625 0.050781,0 0.09375,0.011719 0.125,0.03125 0.039063,0.023437 0.070313,0.0625 0.09375,0.125 0.019531,0.054687 0.039063,0.136719 0.0625,0.25 0.019531,0.105469 0.03125,0.234375 0.03125,0.390625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-7" + overflow="visible"> + <path + id="path221" + d="m 10.484375,-2.125 c 0,0.148438 -0.0078,0.277344 -0.01563,0.390625 -0.01172,0.105469 -0.02734,0.199219 -0.04687,0.28125 C 10.398438,-1.378906 10.375,-1.3125 10.34375,-1.25 10.3125,-1.195312 10.238281,-1.113281 10.125,-1 10.019531,-0.894531 9.835938,-0.757812 9.578125,-0.59375 9.316406,-0.4375 9.019531,-0.296875 8.6875,-0.171875 8.363281,-0.046875 8.007812,0.0507812 7.625,0.125 7.238281,0.207031 6.84375,0.25 6.4375,0.25 5.582031,0.25 4.828125,0.109375 4.171875,-0.171875 3.523438,-0.453125 2.976562,-0.859375 2.53125,-1.390625 2.09375,-1.929688 1.753906,-2.59375 1.515625,-3.375 1.285156,-4.15625 1.171875,-5.054688 1.171875,-6.078125 c 0,-1.164063 0.140625,-2.164063 0.421875,-3 0.289062,-0.832031 0.679688,-1.515625 1.171875,-2.046875 0.5,-0.53125 1.082031,-0.921875 1.75,-1.171875 0.664063,-0.257813 1.390625,-0.390625 2.171875,-0.390625 0.375,0 0.738281,0.03906 1.09375,0.109375 0.351562,0.0625 0.675781,0.152344 0.96875,0.265625 0.300781,0.117188 0.566406,0.246094 0.796875,0.390625 0.226563,0.148437 0.394531,0.273437 0.5,0.375 0.101563,0.105469 0.175781,0.1875 0.21875,0.25 0.03906,0.0625 0.07031,0.136719 0.09375,0.21875 0.03125,0.08594 0.04687,0.179687 0.04687,0.28125 0.0078,0.105469 0.01563,0.234375 0.01563,0.390625 0,0.34375 -0.04297,0.585938 -0.125,0.71875 -0.07422,0.136719 -0.167969,0.203125 -0.28125,0.203125 -0.125,0 -0.277344,-0.070313 -0.453125,-0.21875 C 9.394531,-9.847656 9.179688,-10.003906 8.921875,-10.171875 8.660156,-10.347656 8.34375,-10.507812 7.96875,-10.65625 7.601562,-10.800781 7.164062,-10.875 6.65625,-10.875 c -1.042969,0 -1.839844,0.402344 -2.390625,1.203125 -0.554687,0.804687 -0.828125,1.960937 -0.828125,3.46875 0,0.761719 0.066406,1.429687 0.203125,2 0.144531,0.574219 0.359375,1.054687 0.640625,1.4375 0.28125,0.386719 0.625,0.671875 1.03125,0.859375 0.40625,0.1875 0.867188,0.28125 1.390625,0.28125 0.5,0 0.9375,-0.078125 1.3125,-0.234375 C 8.390625,-2.015625 8.710938,-2.1875 8.984375,-2.375 9.265625,-2.5625 9.5,-2.734375 9.6875,-2.890625 9.875,-3.046875 10.019531,-3.125 10.125,-3.125 c 0.0625,0 0.113281,0.023438 0.15625,0.0625 0.03906,0.03125 0.07813,0.089844 0.109375,0.171875 0.03125,0.085937 0.05078,0.1875 0.0625,0.3125 0.01953,0.125 0.03125,0.277344 0.03125,0.453125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-8" + overflow="visible"> + <path + id="path224" + d="m 12.15625,-0.328125 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.308594,0.03125 -0.515625,0.03125 -0.21875,0 -0.402344,-0.0117188 -0.546875,-0.03125 -0.136719,-0.0117188 -0.246094,-0.03125 -0.328125,-0.0625 -0.07422,-0.0390625 -0.125,-0.0820312 -0.15625,-0.125 C 10.015625,-0.191406 10,-0.253906 10,-0.328125 v -6.90625 C 10,-7.898438 9.945312,-8.4375 9.84375,-8.84375 9.738281,-9.257812 9.582031,-9.613281 9.375,-9.90625 9.175781,-10.207031 8.914062,-10.4375 8.59375,-10.59375 8.28125,-10.75 7.914062,-10.828125 7.5,-10.828125 c -0.542969,0 -1.085938,0.195313 -1.625,0.578125 -0.542969,0.375 -1.109375,0.9375 -1.703125,1.6875 v 8.234375 c 0,0.074219 -0.023437,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 v -17.5 c 0,-0.07031 0.015625,-0.132813 0.046875,-0.1875 0.03125,-0.05078 0.085937,-0.09375 0.171875,-0.125 0.082031,-0.03906 0.191406,-0.06641 0.328125,-0.07813 0.144531,-0.01953 0.320313,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.039063,0.05469 0.0625,0.117187 0.0625,0.1875 v 7.0625 c 0.613281,-0.65625 1.234375,-1.140625 1.859375,-1.453125 0.632812,-0.320312 1.269531,-0.484375 1.90625,-0.484375 0.789062,0 1.453125,0.136719 1.984375,0.40625 0.539063,0.261719 0.972656,0.617187 1.296875,1.0625 0.332031,0.4375 0.570312,0.960937 0.71875,1.5625 0.144531,0.59375 0.21875,1.320313 0.21875,2.171875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-9" + overflow="visible"> + <path + id="path227" + d="m 12.84375,-6.375 c 0,1.023438 -0.109375,1.945312 -0.328125,2.765625 -0.21875,0.8125 -0.546875,1.507813 -0.984375,2.078125 -0.429688,0.574219 -0.960938,1.015625 -1.59375,1.328125 C 9.3125,0.0976562 8.59375,0.25 7.78125,0.25 7.40625,0.25 7.054688,0.210938 6.734375,0.140625 6.421875,0.0664062 6.109375,-0.0507812 5.796875,-0.21875 5.492188,-0.382812 5.1875,-0.59375 4.875,-0.84375 4.570312,-1.101562 4.253906,-1.410156 3.921875,-1.765625 v 1.4375 c 0,0.074219 -0.023437,0.136719 -0.0625,0.1875 -0.03125,0.0546875 -0.089844,0.09375 -0.171875,0.125 -0.074219,0.03125 -0.171875,0.0507812 -0.296875,0.0625 -0.117187,0.0195312 -0.261719,0.03125 -0.4375,0.03125 C 2.773438,0.078125 2.625,0.0664062 2.5,0.046875 2.375,0.0351562 2.269531,0.015625 2.1875,-0.015625 2.113281,-0.046875 2.0625,-0.0859375 2.03125,-0.140625 2.007812,-0.191406 2,-0.253906 2,-0.328125 v -17.5 c 0,-0.07031 0.015625,-0.132813 0.046875,-0.1875 0.03125,-0.05078 0.085937,-0.09375 0.171875,-0.125 0.082031,-0.03906 0.191406,-0.06641 0.328125,-0.07813 0.144531,-0.01953 0.320313,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.039063,0.05469 0.0625,0.117187 0.0625,0.1875 v 7.0625 c 0.34375,-0.363281 0.675781,-0.664063 1,-0.90625 0.332031,-0.238281 0.65625,-0.4375 0.96875,-0.59375 0.3125,-0.15625 0.625,-0.265625 0.9375,-0.328125 0.320313,-0.07031 0.65625,-0.109375 1,-0.109375 0.851563,0 1.582031,0.171875 2.1875,0.515625 0.613281,0.335938 1.109375,0.789062 1.484375,1.359375 0.382812,0.574219 0.660156,1.246094 0.828125,2.015625 0.175781,0.773438 0.265625,1.585938 0.265625,2.4375 z m -2.265625,0.25 c 0,-0.601562 -0.04687,-1.1875 -0.140625,-1.75 -0.09375,-0.570312 -0.257812,-1.078125 -0.484375,-1.515625 -0.230469,-0.4375 -0.53125,-0.785156 -0.90625,-1.046875 -0.375,-0.269531 -0.839844,-0.40625 -1.390625,-0.40625 -0.28125,0 -0.558594,0.04297 -0.828125,0.125 C 6.554688,-10.644531 6.28125,-10.515625 6,-10.328125 5.71875,-10.148438 5.425781,-9.914062 5.125,-9.625 4.820312,-9.34375 4.503906,-8.984375 4.171875,-8.546875 v 4.703125 c 0.59375,0.730469 1.160156,1.289062 1.703125,1.671875 0.539062,0.375 1.101562,0.5625 1.6875,0.5625 0.539062,0 1.003906,-0.128906 1.390625,-0.390625 0.382813,-0.257812 0.695313,-0.601562 0.9375,-1.03125 0.238281,-0.4375 0.410156,-0.925781 0.515625,-1.46875 0.113281,-0.539062 0.171875,-1.082031 0.171875,-1.625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-10" + overflow="visible"> + <path + id="path230" + d="m 4.171875,-0.328125 c 0,0.074219 -0.023437,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 V -12.125 c 0,-0.05078 0.015625,-0.101562 0.046875,-0.15625 0.03125,-0.05078 0.085937,-0.09375 0.171875,-0.125 0.082031,-0.03906 0.191406,-0.06641 0.328125,-0.07813 0.144531,-0.01953 0.320313,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.039063,0.05469 0.0625,0.105469 0.0625,0.15625 z m 0.25,-15.765625 c 0,0.5 -0.101563,0.84375 -0.296875,1.03125 -0.1875,0.179688 -0.542969,0.265625 -1.0625,0.265625 -0.5,0 -0.84375,-0.08594 -1.03125,-0.265625 C 1.84375,-15.238281 1.75,-15.578125 1.75,-16.078125 c 0,-0.5 0.09375,-0.84375 0.28125,-1.03125 0.1875,-0.1875 0.539062,-0.28125 1.0625,-0.28125 0.5,0 0.84375,0.09375 1.03125,0.28125 0.195312,0.179687 0.296875,0.515625 0.296875,1.015625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-11" + overflow="visible"> + <path + id="path233" + d="m 12.109375,-0.328125 c 0,0.074219 -0.01563,0.136719 -0.04687,0.1875 -0.03125,0.0546875 -0.08594,0.09375 -0.15625,0.125 -0.07422,0.03125 -0.171875,0.0507812 -0.296875,0.0625 -0.125,0.0195312 -0.277344,0.03125 -0.453125,0.03125 -0.179688,0 -0.328125,-0.0117188 -0.453125,-0.03125 -0.125,-0.0117188 -0.230469,-0.03125 -0.3125,-0.0625 -0.07422,-0.03125 -0.132813,-0.0703125 -0.171875,-0.125 -0.03125,-0.050781 -0.04687,-0.113281 -0.04687,-0.1875 v -1.5625 C 9.554688,-1.210938 8.914062,-0.6875 8.25,-0.3125 7.582031,0.0625 6.847656,0.25 6.046875,0.25 5.179688,0.25 4.441406,0.0820312 3.828125,-0.25 3.222656,-0.59375 2.726562,-1.046875 2.34375,-1.609375 1.96875,-2.179688 1.691406,-2.851562 1.515625,-3.625 1.335938,-4.40625 1.25,-5.222656 1.25,-6.078125 1.25,-7.085938 1.359375,-8 1.578125,-8.8125 c 0.21875,-0.820312 0.539063,-1.519531 0.96875,-2.09375 0.4375,-0.582031 0.96875,-1.023438 1.59375,-1.328125 0.632813,-0.3125 1.367187,-0.46875 2.203125,-0.46875 0.6875,0 1.316406,0.152344 1.890625,0.453125 0.570313,0.304688 1.132813,0.746094 1.6875,1.328125 v -6.859375 c 0,-0.0625 0.015625,-0.117188 0.046875,-0.171875 0.03125,-0.05078 0.085938,-0.09375 0.171875,-0.125 0.09375,-0.03125 0.207031,-0.05469 0.34375,-0.07813 0.132813,-0.03125 0.304687,-0.04687 0.515625,-0.04687 0.21875,0 0.394531,0.01563 0.53125,0.04687 0.144531,0.02344 0.253906,0.04687 0.328125,0.07813 0.08203,0.03125 0.144531,0.07422 0.1875,0.125 0.03906,0.05469 0.0625,0.109375 0.0625,0.171875 z M 9.921875,-8.625 C 9.335938,-9.34375 8.773438,-9.890625 8.234375,-10.265625 7.691406,-10.648438 7.125,-10.84375 6.53125,-10.84375 c -0.554688,0 -1.023438,0.132812 -1.40625,0.390625 -0.386719,0.261719 -0.699219,0.605469 -0.9375,1.03125 C 3.945312,-8.992188 3.769531,-8.507812 3.65625,-7.96875 3.550781,-7.425781 3.5,-6.875 3.5,-6.3125 c 0,0.59375 0.039062,1.179688 0.125,1.75 0.09375,0.5625 0.253906,1.070312 0.484375,1.515625 0.226563,0.4375 0.53125,0.792969 0.90625,1.0625 0.375,0.261719 0.847656,0.390625 1.421875,0.390625 0.28125,0 0.550781,-0.035156 0.8125,-0.109375 0.269531,-0.082031 0.546875,-0.21875 0.828125,-0.40625 0.28125,-0.1875 0.570313,-0.425781 0.875,-0.71875 0.3125,-0.289063 0.632813,-0.648437 0.96875,-1.078125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-12" + overflow="visible"> + <path + id="path236" + d="m 8.890625,-11.34375 c 0,0.1875 -0.00781,0.351562 -0.015625,0.484375 0,0.136719 -0.015625,0.242187 -0.046875,0.3125 -0.023437,0.07422 -0.054687,0.132813 -0.09375,0.171875 -0.042969,0.03125 -0.101563,0.04687 -0.171875,0.04687 -0.0625,0 -0.148438,-0.01563 -0.25,-0.04687 -0.105469,-0.03906 -0.21875,-0.08203 -0.34375,-0.125 -0.125,-0.03906 -0.265625,-0.07813 -0.421875,-0.109375 -0.15625,-0.03125 -0.328125,-0.04687 -0.515625,-0.04687 -0.21875,0 -0.433594,0.04297 -0.640625,0.125 -0.210937,0.08594 -0.429687,0.230469 -0.65625,0.4375 C 5.503906,-9.894531 5.257812,-9.628906 5,-9.296875 4.75,-8.960938 4.472656,-8.554688 4.171875,-8.078125 v 7.75 c 0,0.074219 -0.023437,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 V -12.125 c 0,-0.0625 0.00781,-0.113281 0.03125,-0.15625 0.03125,-0.05078 0.082031,-0.09766 0.15625,-0.140625 0.082031,-0.03906 0.1875,-0.06641 0.3125,-0.07813 0.125,-0.0078 0.285156,-0.01563 0.484375,-0.01563 0.195313,0 0.359375,0.0078 0.484375,0.01563 0.125,0.01172 0.21875,0.03906 0.28125,0.07813 0.070312,0.04297 0.125,0.08984 0.15625,0.140625 0.03125,0.04297 0.046875,0.09375 0.046875,0.15625 v 1.71875 c 0.320313,-0.46875 0.625,-0.847656 0.90625,-1.140625 0.289063,-0.300781 0.5625,-0.535156 0.8125,-0.703125 0.25,-0.175781 0.5,-0.296875 0.75,-0.359375 0.25,-0.0625 0.5,-0.09375 0.75,-0.09375 0.113281,0 0.242187,0.0078 0.390625,0.01563 0.144531,0.01172 0.296875,0.03906 0.453125,0.07813 0.15625,0.03125 0.296875,0.07031 0.421875,0.109375 0.125,0.04297 0.210938,0.08984 0.265625,0.140625 0.0625,0.04297 0.097656,0.08594 0.109375,0.125 0.019531,0.03125 0.035156,0.07813 0.046875,0.140625 0.00781,0.0625 0.015625,0.15625 0.015625,0.28125 0.00781,0.117188 0.015625,0.273438 0.015625,0.46875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-13" + overflow="visible"> + <path + id="path239" + d="m 12.0625,-6.734375 c 0,0.34375 -0.08984,0.589844 -0.265625,0.734375 -0.167969,0.136719 -0.359375,0.203125 -0.578125,0.203125 H 3.5 c 0,0.65625 0.0625,1.25 0.1875,1.78125 0.132812,0.523437 0.351562,0.96875 0.65625,1.34375 0.3125,0.375 0.710938,0.667969 1.203125,0.875 C 6.035156,-1.597656 6.628906,-1.5 7.328125,-1.5 c 0.5625,0 1.0625,-0.046875 1.5,-0.140625 0.4375,-0.09375 0.8125,-0.195313 1.125,-0.3125 C 10.273438,-2.066406 10.539062,-2.164062 10.75,-2.25 c 0.207031,-0.09375 0.363281,-0.140625 0.46875,-0.140625 0.0625,0 0.113281,0.015625 0.15625,0.046875 0.05078,0.023438 0.08594,0.0625 0.109375,0.125 0.03125,0.0625 0.05078,0.152344 0.0625,0.265625 0.0078,0.105469 0.01563,0.234375 0.01563,0.390625 0,0.117188 -0.0078,0.214844 -0.01563,0.296875 0,0.085937 -0.01172,0.164063 -0.03125,0.234375 -0.01172,0.0625 -0.03125,0.121094 -0.0625,0.171875 -0.03125,0.054687 -0.07422,0.105469 -0.125,0.15625 -0.04297,0.042969 -0.183594,0.121094 -0.421875,0.234375 C 10.675781,-0.363281 10.375,-0.257812 10,-0.15625 9.625,-0.0507812 9.1875,0.0390625 8.6875,0.125 8.195312,0.207031 7.671875,0.25 7.109375,0.25 6.140625,0.25 5.289062,0.113281 4.5625,-0.15625 3.832031,-0.425781 3.21875,-0.828125 2.71875,-1.359375 c -0.492188,-0.53125 -0.867188,-1.195313 -1.125,-2 -0.25,-0.8125 -0.375,-1.75 -0.375,-2.8125 0,-1.007813 0.128906,-1.914063 0.390625,-2.71875 0.257813,-0.8125 0.632813,-1.5 1.125,-2.0625 0.5,-0.5625 1.097656,-0.992187 1.796875,-1.296875 0.695312,-0.300781 1.476562,-0.453125 2.34375,-0.453125 0.925781,0 1.710938,0.152344 2.359375,0.453125 0.65625,0.292969 1.191406,0.6875 1.609375,1.1875 0.414062,0.5 0.722656,1.089844 0.921875,1.765625 0.195313,0.679687 0.296875,1.402344 0.296875,2.171875 z M 9.890625,-7.375 C 9.910156,-8.507812 9.65625,-9.398438 9.125,-10.046875 c -0.523438,-0.644531 -1.304688,-0.96875 -2.34375,-0.96875 -0.53125,0 -1,0.101563 -1.40625,0.296875 -0.398438,0.199219 -0.730469,0.464844 -1,0.796875 C 4.101562,-9.585938 3.894531,-9.195312 3.75,-8.75 3.601562,-8.3125 3.519531,-7.851562 3.5,-7.375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-14" + overflow="visible"> + <path + id="path242" + d="m 12.96875,-6.359375 c 0,0.96875 -0.132812,1.859375 -0.390625,2.671875 -0.25,0.804688 -0.625,1.496094 -1.125,2.078125 -0.5,0.585937 -1.132813,1.042969 -1.890625,1.375 C 8.8125,0.0859375 7.9375,0.25 6.9375,0.25 5.96875,0.25 5.125,0.109375 4.40625,-0.171875 3.6875,-0.460938 3.085938,-0.882812 2.609375,-1.4375 2.128906,-1.988281 1.769531,-2.65625 1.53125,-3.4375 1.289062,-4.226562 1.171875,-5.125 1.171875,-6.125 c 0,-0.957031 0.125,-1.835938 0.375,-2.640625 0.25,-0.8125 0.625,-1.507813 1.125,-2.09375 0.507813,-0.582031 1.140625,-1.035156 1.890625,-1.359375 0.75,-0.320312 1.625,-0.484375 2.625,-0.484375 0.96875,0 1.8125,0.148437 2.53125,0.4375 0.726562,0.28125 1.332031,0.699219 1.8125,1.25 0.476562,0.554687 0.835938,1.226563 1.078125,2.015625 0.238281,0.78125 0.359375,1.664062 0.359375,2.640625 z m -2.28125,0.15625 c 0,-0.644531 -0.0625,-1.25 -0.1875,-1.8125 -0.117188,-0.570313 -0.308594,-1.070313 -0.578125,-1.5 -0.261719,-0.425781 -0.625,-0.765625 -1.09375,-1.015625 -0.460937,-0.25 -1.039063,-0.375 -1.734375,-0.375 -0.636719,0 -1.183594,0.117188 -1.640625,0.34375 -0.460937,0.230469 -0.839844,0.554688 -1.140625,0.96875 -0.292969,0.417969 -0.511719,0.914062 -0.65625,1.484375 -0.148438,0.5625 -0.21875,1.179687 -0.21875,1.84375 0,0.648437 0.054688,1.257813 0.171875,1.828125 0.125,0.5625 0.320313,1.058594 0.59375,1.484375 0.28125,0.429687 0.648437,0.765625 1.109375,1.015625 0.46875,0.242188 1.046875,0.359375 1.734375,0.359375 0.625,0 1.164063,-0.109375 1.625,-0.328125 0.46875,-0.226562 0.847656,-0.546875 1.140625,-0.953125 0.300781,-0.414063 0.519531,-0.90625 0.65625,-1.46875 0.144531,-0.570313 0.21875,-1.195313 0.21875,-1.875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-15" + overflow="visible"> + <path + id="path245" + d="m 12.15625,-0.328125 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.308594,0.03125 -0.515625,0.03125 -0.21875,0 -0.402344,-0.0117188 -0.546875,-0.03125 -0.136719,-0.0117188 -0.246094,-0.03125 -0.328125,-0.0625 -0.07422,-0.0390625 -0.125,-0.0820312 -0.15625,-0.125 C 10.015625,-0.191406 10,-0.253906 10,-0.328125 v -6.90625 C 10,-7.898438 9.945312,-8.4375 9.84375,-8.84375 9.738281,-9.257812 9.582031,-9.613281 9.375,-9.90625 9.175781,-10.207031 8.914062,-10.4375 8.59375,-10.59375 8.28125,-10.75 7.914062,-10.828125 7.5,-10.828125 c -0.542969,0 -1.085938,0.195313 -1.625,0.578125 -0.542969,0.375 -1.109375,0.9375 -1.703125,1.6875 v 8.234375 c 0,0.074219 -0.023437,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 V -12.125 c 0,-0.0625 0.00781,-0.113281 0.03125,-0.15625 0.03125,-0.05078 0.082031,-0.09766 0.15625,-0.140625 0.082031,-0.03906 0.1875,-0.06641 0.3125,-0.07813 0.125,-0.0078 0.285156,-0.01563 0.484375,-0.01563 0.195313,0 0.359375,0.0078 0.484375,0.01563 0.125,0.01172 0.21875,0.03906 0.28125,0.07813 0.070312,0.04297 0.125,0.08984 0.15625,0.140625 0.03125,0.04297 0.046875,0.09375 0.046875,0.15625 v 1.5625 c 0.664063,-0.738281 1.328125,-1.28125 1.984375,-1.625 0.664062,-0.34375 1.332031,-0.515625 2,-0.515625 0.789062,0 1.453125,0.136719 1.984375,0.40625 0.539063,0.261719 0.972656,0.617187 1.296875,1.0625 0.332031,0.4375 0.570312,0.960937 0.71875,1.5625 0.144531,0.59375 0.21875,1.3125 0.21875,2.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-16" + overflow="visible"> + <path + id="path248" + d="m 4.171875,-0.328125 c 0,0.074219 -0.023437,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 v -17.5 c 0,-0.07031 0.015625,-0.132813 0.046875,-0.1875 0.03125,-0.05078 0.085937,-0.09375 0.171875,-0.125 0.082031,-0.03906 0.191406,-0.06641 0.328125,-0.07813 0.144531,-0.01953 0.320313,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.039063,0.05469 0.0625,0.117187 0.0625,0.1875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-17" + overflow="visible"> + <path + id="path251" + d="m 12.109375,-0.328125 c 0,0.074219 -0.01563,0.136719 -0.04687,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.179687,0.0507812 -0.3125,0.0625 -0.125,0.0195312 -0.277344,0.03125 -0.453125,0.03125 -0.199219,0 -0.367188,-0.0117188 -0.5,-0.03125 -0.125,-0.0117188 -0.226562,-0.03125 -0.296875,-0.0625 -0.07422,-0.0390625 -0.125,-0.0820312 -0.15625,-0.125 -0.02344,-0.050781 -0.03125,-0.113281 -0.03125,-0.1875 v -1.5625 c -0.679687,0.75 -1.34375,1.296875 -2,1.640625 C 7.492188,0.0820312 6.832031,0.25 6.15625,0.25 5.375,0.25 4.710938,0.117188 4.171875,-0.140625 3.628906,-0.398438 3.191406,-0.753906 2.859375,-1.203125 2.535156,-1.660156 2.300781,-2.1875 2.15625,-2.78125 2.007812,-3.382812 1.9375,-4.113281 1.9375,-4.96875 V -12.125 c 0,-0.0625 0.015625,-0.113281 0.046875,-0.15625 0.03125,-0.05078 0.085937,-0.09766 0.171875,-0.140625 C 2.25,-12.460938 2.363281,-12.488281 2.5,-12.5 c 0.144531,-0.0078 0.320312,-0.01563 0.53125,-0.01563 0.207031,0 0.378906,0.0078 0.515625,0.01563 0.144531,0.01172 0.257813,0.03906 0.34375,0.07813 0.082031,0.04297 0.140625,0.08984 0.171875,0.140625 0.03125,0.04297 0.046875,0.09375 0.046875,0.15625 v 6.875 c 0,0.6875 0.050781,1.242188 0.15625,1.65625 0.101563,0.417969 0.253906,0.773438 0.453125,1.0625 0.207031,0.292969 0.46875,0.523438 0.78125,0.6875 0.3125,0.15625 0.679688,0.234375 1.109375,0.234375 0.539063,0 1.078125,-0.191406 1.609375,-0.578125 0.539062,-0.382812 1.109375,-0.945312 1.703125,-1.6875 v -8.25 c 0,-0.0625 0.015625,-0.113281 0.046875,-0.15625 0.03125,-0.05078 0.085938,-0.09766 0.171875,-0.140625 0.09375,-0.03906 0.207031,-0.06641 0.34375,-0.07813 0.132813,-0.0078 0.3125,-0.01563 0.53125,-0.01563 0.207031,0 0.378906,0.0078 0.515625,0.01563 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.08203,0.04297 0.144531,0.08984 0.1875,0.140625 0.03906,0.04297 0.0625,0.09375 0.0625,0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-18" + overflow="visible"> + <path + id="path254" + d="m 11.859375,-11.578125 c 0,0.304687 -0.04297,0.523437 -0.125,0.65625 -0.08594,0.136719 -0.195313,0.203125 -0.328125,0.203125 h -1.6875 c 0.300781,0.3125 0.515625,0.664062 0.640625,1.046875 0.125,0.375 0.1875,0.773437 0.1875,1.1875 0,0.679687 -0.109375,1.28125 -0.328125,1.8125 C 10,-6.148438 9.6875,-5.707031 9.28125,-5.34375 8.875,-4.988281 8.390625,-4.710938 7.828125,-4.515625 c -0.554687,0.1875 -1.171875,0.28125 -1.859375,0.28125 -0.480469,0 -0.9375,-0.0625 -1.375,-0.1875 -0.429688,-0.125 -0.757812,-0.285156 -0.984375,-0.484375 -0.167969,0.167969 -0.304687,0.351562 -0.40625,0.546875 -0.09375,0.199219 -0.140625,0.429687 -0.140625,0.6875 0,0.3125 0.140625,0.570313 0.421875,0.765625 0.289063,0.199219 0.671875,0.308594 1.140625,0.328125 l 3.078125,0.125 c 0.582031,0.023437 1.117187,0.105469 1.609375,0.25 0.488281,0.148437 0.910156,0.355469 1.265625,0.625 0.363281,0.261719 0.644531,0.585937 0.84375,0.96875 0.195313,0.386719 0.296875,0.835937 0.296875,1.359375 0,0.539062 -0.117188,1.054688 -0.34375,1.546875 -0.21875,0.488281 -0.5625,0.914063 -1.03125,1.28125 -0.46875,0.375 -1.070312,0.664063 -1.796875,0.875 -0.71875,0.21875 -1.574219,0.328125 -2.5625,0.328125 -0.949219,0 -1.761719,-0.085938 -2.4375,-0.25 C 2.878906,4.375 2.332031,4.15625 1.90625,3.875 1.476562,3.59375 1.164062,3.257812 0.96875,2.875 0.78125,2.488281 0.6875,2.066406 0.6875,1.609375 0.6875,1.316406 0.722656,1.035156 0.796875,0.765625 0.867188,0.492188 0.976562,0.238281 1.125,0 1.269531,-0.238281 1.445312,-0.46875 1.65625,-0.6875 1.875,-0.914062 2.117188,-1.140625 2.390625,-1.359375 1.960938,-1.578125 1.644531,-1.851562 1.4375,-2.1875 1.238281,-2.519531 1.140625,-2.878906 1.140625,-3.265625 1.140625,-3.796875 1.25,-4.269531 1.46875,-4.6875 1.6875,-5.101562 1.957031,-5.476562 2.28125,-5.8125 2.007812,-6.132812 1.796875,-6.5 1.640625,-6.90625 1.484375,-7.3125 1.40625,-7.804688 1.40625,-8.390625 c 0,-0.664063 0.109375,-1.265625 0.328125,-1.796875 0.226563,-0.53125 0.539063,-0.976562 0.9375,-1.34375 0.40625,-0.375 0.890625,-0.660156 1.453125,-0.859375 0.570312,-0.195313 1.1875,-0.296875 1.84375,-0.296875 0.363281,0 0.695312,0.02344 1,0.0625 0.3125,0.04297 0.601562,0.101562 0.875,0.171875 h 3.5625 c 0.144531,0 0.253906,0.07422 0.328125,0.21875 0.08203,0.136719 0.125,0.355469 0.125,0.65625 z M 8.46875,-8.46875 c 0,-0.8125 -0.21875,-1.441406 -0.65625,-1.890625 -0.4375,-0.445313 -1.0625,-0.671875 -1.875,-0.671875 -0.417969,0 -0.78125,0.07422 -1.09375,0.21875 -0.3125,0.136719 -0.574219,0.328125 -0.78125,0.578125 -0.199219,0.242187 -0.351562,0.523437 -0.453125,0.84375 -0.105469,0.3125 -0.15625,0.648437 -0.15625,1 0,0.773437 0.21875,1.382813 0.65625,1.828125 0.445313,0.449219 1.066406,0.671875 1.859375,0.671875 0.425781,0 0.796875,-0.066406 1.109375,-0.203125 0.320313,-0.132812 0.582031,-0.320312 0.78125,-0.5625 C 8.066406,-6.894531 8.21875,-7.171875 8.3125,-7.484375 8.414062,-7.804688 8.46875,-8.132812 8.46875,-8.46875 Z M 9.5625,0.859375 c 0,-0.5 -0.210938,-0.8828125 -0.625,-1.15625 C 8.519531,-0.578125 7.957031,-0.726562 7.25,-0.75 L 4.203125,-0.84375 c -0.28125,0.210938 -0.511719,0.414062 -0.6875,0.609375 C 3.335938,-0.0351562 3.195312,0.148438 3.09375,0.328125 2.988281,0.515625 2.914062,0.691406 2.875,0.859375 2.832031,1.035156 2.8125,1.21875 2.8125,1.40625 c 0,0.5625 0.285156,0.988281 0.859375,1.28125 C 4.253906,2.976562 5.0625,3.125 6.09375,3.125 6.75,3.125 7.296875,3.0625 7.734375,2.9375 c 0.4375,-0.125 0.789063,-0.292969 1.0625,-0.5 C 9.066406,2.226562 9.257812,1.988281 9.375,1.71875 9.5,1.445312 9.5625,1.160156 9.5625,0.859375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-19" + overflow="visible"> + <path + id="path257" + d="m 9.40625,-3.53125 c 0,0.59375 -0.117188,1.132812 -0.34375,1.609375 -0.21875,0.46875 -0.539062,0.867187 -0.953125,1.1875 C 7.703125,-0.410156 7.210938,-0.164062 6.640625,0 6.078125,0.164062 5.457031,0.25 4.78125,0.25 4.363281,0.25 3.960938,0.210938 3.578125,0.140625 3.203125,0.078125 2.863281,0 2.5625,-0.09375 2.257812,-0.195312 2.003906,-0.300781 1.796875,-0.40625 1.585938,-0.519531 1.429688,-0.617188 1.328125,-0.703125 1.234375,-0.796875 1.164062,-0.921875 1.125,-1.078125 1.082031,-1.234375 1.0625,-1.445312 1.0625,-1.71875 c 0,-0.164062 0.00391,-0.304688 0.015625,-0.421875 0.019531,-0.113281 0.039063,-0.203125 0.0625,-0.265625 0.03125,-0.070312 0.070313,-0.125 0.125,-0.15625 0.050781,-0.03125 0.101563,-0.046875 0.15625,-0.046875 0.101563,0 0.25,0.0625 0.4375,0.1875 0.1875,0.117187 0.414063,0.246094 0.6875,0.390625 0.269531,0.136719 0.59375,0.261719 0.96875,0.375 0.382813,0.117188 0.820313,0.171875 1.3125,0.171875 0.363281,0 0.691406,-0.035156 0.984375,-0.109375 0.300781,-0.082031 0.5625,-0.195312 0.78125,-0.34375 0.21875,-0.15625 0.382812,-0.347656 0.5,-0.578125 0.113281,-0.238281 0.171875,-0.519531 0.171875,-0.84375 0,-0.332031 -0.085937,-0.613281 -0.25,-0.84375 C 6.847656,-4.429688 6.625,-4.628906 6.34375,-4.796875 6.0625,-4.972656 5.742188,-5.128906 5.390625,-5.265625 5.046875,-5.398438 4.6875,-5.539062 4.3125,-5.6875 3.945312,-5.84375 3.585938,-6.015625 3.234375,-6.203125 2.878906,-6.390625 2.5625,-6.617188 2.28125,-6.890625 2,-7.160156 1.769531,-7.484375 1.59375,-7.859375 c -0.167969,-0.375 -0.25,-0.820313 -0.25,-1.34375 0,-0.46875 0.085938,-0.910156 0.265625,-1.328125 0.1875,-0.425781 0.457031,-0.796875 0.8125,-1.109375 0.351563,-0.320313 0.800781,-0.578125 1.34375,-0.765625 0.539063,-0.195312 1.164063,-0.296875 1.875,-0.296875 0.320313,0 0.640625,0.02734 0.953125,0.07813 0.3125,0.05469 0.59375,0.121094 0.84375,0.203125 0.257812,0.07422 0.476562,0.15625 0.65625,0.25 0.175781,0.09375 0.304688,0.179687 0.390625,0.25 0.09375,0.0625 0.15625,0.121094 0.1875,0.171875 0.03125,0.05469 0.050781,0.117188 0.0625,0.1875 0.019531,0.0625 0.035156,0.140625 0.046875,0.234375 0.00781,0.09375 0.015625,0.210937 0.015625,0.34375 0,0.15625 -0.00781,0.292969 -0.015625,0.40625 -0.011719,0.105469 -0.03125,0.195313 -0.0625,0.265625 -0.03125,0.0625 -0.070312,0.109375 -0.109375,0.140625 -0.042969,0.03125 -0.089844,0.04687 -0.140625,0.04687 -0.085938,0 -0.199219,-0.04687 -0.34375,-0.140625 -0.148438,-0.101563 -0.339844,-0.207031 -0.578125,-0.3125 C 7.304688,-10.679688 7.023438,-10.78125 6.703125,-10.875 6.390625,-10.976562 6.03125,-11.03125 5.625,-11.03125 c -0.375,0 -0.703125,0.04297 -0.984375,0.125 -0.273437,0.08594 -0.5,0.203125 -0.6875,0.359375 -0.179687,0.148437 -0.3125,0.328125 -0.40625,0.546875 -0.085937,0.210938 -0.125,0.433594 -0.125,0.671875 0,0.34375 0.082031,0.632813 0.25,0.859375 0.175781,0.230469 0.40625,0.433594 0.6875,0.609375 0.28125,0.179687 0.597656,0.339844 0.953125,0.484375 0.363281,0.136719 0.726562,0.277344 1.09375,0.421875 0.375,0.148437 0.742188,0.3125 1.109375,0.5 0.363281,0.179687 0.679687,0.402344 0.953125,0.671875 0.28125,0.261719 0.503906,0.574219 0.671875,0.9375 0.175781,0.367188 0.265625,0.804688 0.265625,1.3125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-20" + overflow="visible"> + <path + id="path260" + d="m 19.5,-0.328125 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.308594,0.03125 -0.515625,0.03125 -0.21875,0 -0.402344,-0.0117188 -0.546875,-0.03125 -0.136719,-0.0117188 -0.246094,-0.03125 -0.328125,-0.0625 -0.08594,-0.0390625 -0.148437,-0.0820312 -0.1875,-0.125 -0.03125,-0.050781 -0.04687,-0.113281 -0.04687,-0.1875 V -7.5 c 0,-0.488281 -0.04297,-0.9375 -0.125,-1.34375 -0.08594,-0.414062 -0.226562,-0.769531 -0.421875,-1.0625 -0.1875,-0.300781 -0.433594,-0.53125 -0.734375,-0.6875 -0.292969,-0.15625 -0.640625,-0.234375 -1.046875,-0.234375 -0.5,0 -1,0.195313 -1.5,0.578125 -0.5,0.375 -1.054687,0.9375 -1.65625,1.6875 v 8.234375 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.08594,0.03125 -0.195312,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.199219,0 -0.371094,-0.0117188 -0.515625,-0.03125 C 10.082031,0.0351562 9.972656,0.015625 9.890625,-0.015625 9.804688,-0.0546875 9.75,-0.0976562 9.71875,-0.140625 9.6875,-0.191406 9.671875,-0.253906 9.671875,-0.328125 V -7.5 c 0,-0.488281 -0.054687,-0.9375 -0.15625,-1.34375 -0.09375,-0.414062 -0.242187,-0.769531 -0.4375,-1.0625 -0.1875,-0.300781 -0.429687,-0.53125 -0.71875,-0.6875 -0.292969,-0.15625 -0.636719,-0.234375 -1.03125,-0.234375 -0.5,0 -1.007813,0.195313 -1.515625,0.578125 -0.5,0.375 -1.046875,0.9375 -1.640625,1.6875 v 8.234375 c 0,0.074219 -0.023437,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 V -12.125 c 0,-0.0625 0.00781,-0.113281 0.03125,-0.15625 0.03125,-0.05078 0.082031,-0.09766 0.15625,-0.140625 0.082031,-0.03906 0.1875,-0.06641 0.3125,-0.07813 0.125,-0.0078 0.285156,-0.01563 0.484375,-0.01563 0.195313,0 0.359375,0.0078 0.484375,0.01563 0.125,0.01172 0.21875,0.03906 0.28125,0.07813 0.070312,0.04297 0.125,0.08984 0.15625,0.140625 0.03125,0.04297 0.046875,0.09375 0.046875,0.15625 v 1.5625 c 0.664063,-0.738281 1.3125,-1.28125 1.9375,-1.625 0.625,-0.34375 1.253906,-0.515625 1.890625,-0.515625 0.488281,0 0.925781,0.05859 1.3125,0.171875 0.394531,0.117188 0.738281,0.277344 1.03125,0.484375 0.300781,0.199219 0.554688,0.4375 0.765625,0.71875 0.207031,0.28125 0.378906,0.601563 0.515625,0.953125 0.394531,-0.425781 0.769531,-0.785156 1.125,-1.078125 0.351562,-0.300781 0.691406,-0.539063 1.015625,-0.71875 0.332031,-0.1875 0.648437,-0.320313 0.953125,-0.40625 0.3125,-0.08203 0.625,-0.125 0.9375,-0.125 0.757812,0 1.394531,0.136719 1.90625,0.40625 0.519531,0.261719 0.941406,0.617187 1.265625,1.0625 0.320313,0.4375 0.550781,0.960937 0.6875,1.5625 C 19.429688,-9.078125 19.5,-8.445312 19.5,-7.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-0" + overflow="visible"> + <path + id="path263" + d="M 12.796875,-16.9375 V 0 H 0.578125 v -16.9375 z m -1.125,15.875 V -15.875 H 1.6875 v 14.8125 z m -1.625,-10.125 c 0,0.511719 -0.078125,0.96875 -0.234375,1.375 C 9.65625,-9.414062 9.441406,-9.078125 9.171875,-8.796875 8.898438,-8.523438 8.570312,-8.3125 8.1875,-8.15625 7.8125,-8 7.40625,-7.90625 6.96875,-7.875 l -0.0625,1.984375 c 0,0.085937 -0.070312,0.148437 -0.203125,0.1875 -0.136719,0.03125 -0.3125,0.046875 -0.53125,0.046875 -0.136719,0 -0.25,-0.00391 -0.34375,-0.015625 -0.085937,-0.00781 -0.15625,-0.019531 -0.21875,-0.03125 -0.054687,-0.019531 -0.09375,-0.039063 -0.125,-0.0625 -0.023437,-0.03125 -0.03125,-0.070313 -0.03125,-0.125 l -0.0625,-2.40625 C 5.378906,-8.554688 5.429688,-8.738281 5.546875,-8.84375 5.671875,-8.945312 5.835938,-9 6.046875,-9 H 6.28125 c 0.394531,0 0.722656,-0.050781 0.984375,-0.15625 0.257813,-0.113281 0.46875,-0.265625 0.625,-0.453125 0.164063,-0.1875 0.285156,-0.40625 0.359375,-0.65625 0.070312,-0.257813 0.109375,-0.535156 0.109375,-0.828125 0,-0.632812 -0.183594,-1.140625 -0.546875,-1.515625 -0.367188,-0.375 -0.945312,-0.5625 -1.734375,-0.5625 -0.324219,0 -0.617187,0.03906 -0.875,0.109375 C 4.941406,-13 4.707031,-12.925781 4.5,-12.84375 c -0.199219,0.08594 -0.359375,0.164062 -0.484375,0.234375 -0.125,0.0625 -0.21875,0.09375 -0.28125,0.09375 -0.03125,0 -0.0625,-0.0039 -0.09375,-0.01563 -0.03125,-0.01953 -0.0625,-0.05469 -0.09375,-0.109375 C 3.523438,-12.691406 3.507812,-12.757812 3.5,-12.84375 c -0.011719,-0.08203 -0.015625,-0.191406 -0.015625,-0.328125 0,-0.144531 0.00781,-0.265625 0.03125,-0.359375 0.019531,-0.101562 0.066406,-0.1875 0.140625,-0.25 0.0625,-0.0625 0.175781,-0.128906 0.34375,-0.203125 0.175781,-0.08203 0.382812,-0.160156 0.625,-0.234375 0.238281,-0.07031 0.503906,-0.132812 0.796875,-0.1875 0.289063,-0.0625 0.582031,-0.09375 0.875,-0.09375 0.65625,0 1.21875,0.08984 1.6875,0.265625 0.46875,0.179687 0.851563,0.417969 1.15625,0.71875 0.300781,0.292969 0.523437,0.640625 0.671875,1.046875 0.15625,0.398438 0.234375,0.824219 0.234375,1.28125 z M 7.1875,-3.578125 c 0,0.1875 -0.015625,0.34375 -0.046875,0.46875 -0.03125,0.117187 -0.085937,0.214844 -0.15625,0.296875 -0.074219,0.074219 -0.171875,0.132812 -0.296875,0.171875 -0.125,0.03125 -0.28125,0.046875 -0.46875,0.046875 -0.1875,0 -0.351562,-0.015625 -0.484375,-0.046875 C 5.609375,-2.679688 5.503906,-2.738281 5.421875,-2.8125 5.347656,-2.894531 5.289062,-2.992188 5.25,-3.109375 c -0.03125,-0.125 -0.046875,-0.28125 -0.046875,-0.46875 0,-0.175781 0.015625,-0.328125 0.046875,-0.453125 0.039062,-0.132812 0.097656,-0.238281 0.171875,-0.3125 0.082031,-0.082031 0.1875,-0.140625 0.3125,-0.171875 C 5.867188,-4.546875 6.03125,-4.5625 6.21875,-4.5625 c 0.1875,0 0.34375,0.015625 0.46875,0.046875 0.125,0.03125 0.222656,0.089844 0.296875,0.171875 0.070313,0.074219 0.125,0.179688 0.15625,0.3125 0.03125,0.125 0.046875,0.277344 0.046875,0.453125 z M 0,5.203125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-1" + overflow="visible"> + <path + id="path266" + d="m 10.875,-0.3125 c 0,0.105469 -0.03906,0.183594 -0.109375,0.234375 -0.0625,0.0546875 -0.15625,0.0859375 -0.28125,0.109375 -0.125,0.03125 -0.304687,0.046875 -0.53125,0.046875 C 9.722656,0.078125 9.539062,0.0625 9.40625,0.03125 9.269531,0.0078125 9.171875,-0.0234375 9.109375,-0.078125 9.046875,-0.128906 9.015625,-0.207031 9.015625,-0.3125 V -1.5 C 8.503906,-0.945312 7.929688,-0.515625 7.296875,-0.203125 6.660156,0.0976562 5.992188,0.25 5.296875,0.25 c -0.625,0 -1.1875,-0.085938 -1.6875,-0.25 -0.5,-0.15625 -0.929687,-0.382812 -1.28125,-0.6875 C 1.972656,-1 1.695312,-1.375 1.5,-1.8125 1.300781,-2.257812 1.203125,-2.769531 1.203125,-3.34375 1.203125,-4 1.335938,-4.570312 1.609375,-5.0625 1.878906,-5.550781 2.265625,-5.957031 2.765625,-6.28125 3.273438,-6.601562 3.894531,-6.84375 4.625,-7 5.363281,-7.164062 6.191406,-7.25 7.109375,-7.25 h 1.625 v -0.921875 c 0,-0.445313 -0.054687,-0.84375 -0.15625,-1.1875 -0.09375,-0.351563 -0.25,-0.644531 -0.46875,-0.875 -0.210937,-0.238281 -0.484375,-0.414063 -0.828125,-0.53125 -0.335938,-0.113281 -0.75,-0.171875 -1.25,-0.171875 -0.53125,0 -1.011719,0.0625 -1.4375,0.1875 -0.417969,0.125 -0.789062,0.265625 -1.109375,0.421875 -0.3125,0.148437 -0.578125,0.28125 -0.796875,0.40625 -0.210938,0.125 -0.367188,0.1875 -0.46875,0.1875 -0.074219,0 -0.136719,-0.015625 -0.1875,-0.046875 C 1.976562,-9.8125 1.929688,-9.863281 1.890625,-9.9375 1.847656,-10.007812 1.816406,-10.097656 1.796875,-10.203125 1.785156,-10.316406 1.78125,-10.4375 1.78125,-10.5625 c 0,-0.21875 0.015625,-0.390625 0.046875,-0.515625 0.03125,-0.125 0.101563,-0.242187 0.21875,-0.359375 0.113281,-0.113281 0.316406,-0.25 0.609375,-0.40625 0.289062,-0.15625 0.625,-0.296875 1,-0.421875 0.375,-0.125 0.78125,-0.226563 1.21875,-0.3125 0.445312,-0.08203 0.898438,-0.125 1.359375,-0.125 0.84375,0 1.5625,0.101563 2.15625,0.296875 0.59375,0.1875 1.070313,0.46875 1.4375,0.84375 0.363281,0.367188 0.628906,0.824219 0.796875,1.375 0.164062,0.554688 0.25,1.195312 0.25,1.921875 z m -2.140625,-5.375 h -1.84375 c -0.59375,0 -1.109375,0.054688 -1.546875,0.15625 -0.4375,0.09375 -0.804688,0.242188 -1.09375,0.4375 -0.28125,0.1875 -0.492188,0.421875 -0.625,0.703125 -0.136719,0.273437 -0.203125,0.589844 -0.203125,0.953125 0,0.605469 0.191406,1.089844 0.578125,1.453125 0.382812,0.367187 0.925781,0.546875 1.625,0.546875 0.570312,0 1.097656,-0.140625 1.578125,-0.421875 0.488281,-0.289063 1,-0.734375 1.53125,-1.328125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-2" + overflow="visible"> + <path + id="path269" + d="m 9.40625,-3.53125 c 0,0.605469 -0.117188,1.140625 -0.34375,1.609375 -0.21875,0.46875 -0.539062,0.867187 -0.953125,1.1875 C 7.703125,-0.410156 7.210938,-0.164062 6.640625,0 6.078125,0.164062 5.457031,0.25 4.78125,0.25 4.363281,0.25 3.960938,0.210938 3.578125,0.140625 3.203125,0.078125 2.863281,0 2.5625,-0.09375 2.257812,-0.195312 2.003906,-0.300781 1.796875,-0.40625 1.585938,-0.519531 1.429688,-0.617188 1.328125,-0.703125 1.234375,-0.796875 1.164062,-0.921875 1.125,-1.078125 1.082031,-1.234375 1.0625,-1.445312 1.0625,-1.71875 c 0,-0.164062 0.00391,-0.300781 0.015625,-0.40625 0.019531,-0.113281 0.039063,-0.207031 0.0625,-0.28125 0.03125,-0.070312 0.066406,-0.125 0.109375,-0.15625 0.050781,-0.03125 0.109375,-0.046875 0.171875,-0.046875 0.101563,0 0.25,0.0625 0.4375,0.1875 0.1875,0.117187 0.414063,0.246094 0.6875,0.390625 0.269531,0.136719 0.59375,0.261719 0.96875,0.375 0.375,0.117188 0.804687,0.171875 1.296875,0.171875 0.375,0 0.707031,-0.035156 1,-0.109375 0.300781,-0.082031 0.554688,-0.195312 0.765625,-0.34375 0.21875,-0.15625 0.382813,-0.347656 0.5,-0.578125 0.125,-0.238281 0.1875,-0.519531 0.1875,-0.84375 C 7.265625,-3.691406 7.175781,-3.972656 7,-4.203125 6.832031,-4.429688 6.609375,-4.628906 6.328125,-4.796875 6.054688,-4.972656 5.742188,-5.128906 5.390625,-5.265625 5.046875,-5.398438 4.6875,-5.539062 4.3125,-5.6875 3.9375,-5.84375 3.570312,-6.015625 3.21875,-6.203125 2.875,-6.390625 2.5625,-6.617188 2.28125,-6.890625 2,-7.160156 1.769531,-7.484375 1.59375,-7.859375 c -0.167969,-0.375 -0.25,-0.820313 -0.25,-1.34375 0,-0.457031 0.085938,-0.898437 0.265625,-1.328125 0.1875,-0.425781 0.457031,-0.796875 0.8125,-1.109375 0.351563,-0.320313 0.796875,-0.578125 1.328125,-0.765625 0.539062,-0.195312 1.171875,-0.296875 1.890625,-0.296875 0.3125,0 0.625,0.02734 0.9375,0.07813 0.320313,0.05469 0.609375,0.121094 0.859375,0.203125 0.25,0.07422 0.460938,0.15625 0.640625,0.25 0.1875,0.09375 0.320313,0.179687 0.40625,0.25 0.09375,0.0625 0.15625,0.121094 0.1875,0.171875 0.03125,0.05469 0.050781,0.117188 0.0625,0.1875 0.019531,0.0625 0.035156,0.140625 0.046875,0.234375 0.00781,0.09375 0.015625,0.214844 0.015625,0.359375 0,0.148438 -0.00781,0.277344 -0.015625,0.390625 -0.011719,0.105469 -0.03125,0.195313 -0.0625,0.265625 -0.03125,0.0625 -0.074219,0.109375 -0.125,0.140625 -0.042969,0.03125 -0.089844,0.04687 -0.140625,0.04687 -0.074219,0 -0.1875,-0.04687 -0.34375,-0.140625 -0.148437,-0.09375 -0.339844,-0.191406 -0.578125,-0.296875 -0.230469,-0.113281 -0.507812,-0.21875 -0.828125,-0.3125 -0.3125,-0.101562 -0.679687,-0.15625 -1.09375,-0.15625 -0.367187,0 -0.6875,0.04297 -0.96875,0.125 -0.273437,0.08594 -0.5,0.203125 -0.6875,0.359375 -0.179687,0.15625 -0.3125,0.339844 -0.40625,0.546875 -0.085937,0.210938 -0.125,0.433594 -0.125,0.671875 0,0.34375 0.082031,0.636719 0.25,0.875 0.175781,0.230469 0.40625,0.433594 0.6875,0.609375 0.28125,0.167969 0.597656,0.324219 0.953125,0.46875 0.363281,0.136719 0.726562,0.277344 1.09375,0.421875 0.375,0.148437 0.738281,0.3125 1.09375,0.5 0.363281,0.1875 0.6875,0.414063 0.96875,0.671875 0.28125,0.261719 0.503906,0.574219 0.671875,0.9375 0.175781,0.367188 0.265625,0.804688 0.265625,1.3125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-3" + overflow="visible"> + <path + id="path272" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-4" + overflow="visible"> + <path + id="path275" + d="m 8.453125,-16.953125 c 0,0.167969 -0.011719,0.304687 -0.03125,0.40625 -0.011719,0.09375 -0.027344,0.171875 -0.046875,0.234375 -0.023438,0.0625 -0.054688,0.105469 -0.09375,0.125 -0.03125,0.02344 -0.074219,0.03125 -0.125,0.03125 -0.0625,0 -0.140625,-0.01563 -0.234375,-0.04687 -0.085937,-0.03906 -0.195313,-0.08594 -0.328125,-0.140625 -0.136719,-0.05078 -0.292969,-0.09375 -0.46875,-0.125 -0.179688,-0.03906 -0.386719,-0.0625 -0.625,-0.0625 -0.324219,0 -0.601562,0.05469 -0.828125,0.15625 -0.21875,0.105469 -0.402344,0.273438 -0.546875,0.5 -0.136719,0.21875 -0.234375,0.507812 -0.296875,0.859375 -0.0625,0.34375 -0.09375,0.773437 -0.09375,1.28125 v 1.28125 H 7.375 c 0.0625,0 0.117188,0.01563 0.171875,0.04687 0.050781,0.03125 0.09375,0.08594 0.125,0.15625 0.039063,0.07422 0.070313,0.167969 0.09375,0.28125 0.019531,0.117188 0.03125,0.257812 0.03125,0.421875 0,0.3125 -0.042969,0.542969 -0.125,0.6875 C 7.597656,-10.722656 7.5,-10.65625 7.375,-10.65625 H 4.734375 v 10.328125 c 0,0.074219 -0.015625,0.136719 -0.046875,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.085937,0.03125 -0.199219,0.0507812 -0.34375,0.0625 C 4.035156,0.0664062 3.863281,0.078125 3.65625,0.078125 3.445312,0.078125 3.269531,0.0664062 3.125,0.046875 2.988281,0.0351562 2.878906,0.015625 2.796875,-0.015625 2.710938,-0.0546875 2.648438,-0.0976562 2.609375,-0.140625 2.578125,-0.191406 2.5625,-0.253906 2.5625,-0.328125 V -10.65625 H 0.90625 c -0.148438,0 -0.257812,-0.06641 -0.328125,-0.203125 -0.0625,-0.144531 -0.09375,-0.375 -0.09375,-0.6875 0,-0.164063 0.003906,-0.304687 0.015625,-0.421875 0.019531,-0.113281 0.046875,-0.207031 0.078125,-0.28125 0.039063,-0.07031 0.085937,-0.125 0.140625,-0.15625 0.050781,-0.03125 0.113281,-0.04687 0.1875,-0.04687 H 2.5625 v -1.21875 c 0,-0.820313 0.078125,-1.523437 0.234375,-2.109375 C 2.953125,-16.375 3.1875,-16.859375 3.5,-17.234375 c 0.3125,-0.375 0.703125,-0.648437 1.171875,-0.828125 0.476563,-0.175781 1.039063,-0.265625 1.6875,-0.265625 0.3125,0 0.609375,0.03125 0.890625,0.09375 0.289062,0.05469 0.515625,0.109375 0.671875,0.171875 0.15625,0.0625 0.257813,0.121094 0.3125,0.171875 0.050781,0.05469 0.09375,0.121094 0.125,0.203125 0.039063,0.08594 0.066406,0.1875 0.078125,0.3125 0.00781,0.117188 0.015625,0.257812 0.015625,0.421875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-5" + overflow="visible"> + <path + id="path278" + d="m 12.09375,-0.328125 c 0,0.074219 -0.01563,0.136719 -0.04687,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.171875,0.0507812 -0.296875,0.0625 -0.125,0.0195312 -0.28125,0.03125 -0.46875,0.03125 -0.199219,0 -0.359375,-0.0117188 -0.484375,-0.03125 -0.125,-0.0117188 -0.226562,-0.03125 -0.296875,-0.0625 -0.07422,-0.0390625 -0.125,-0.0820312 -0.15625,-0.125 -0.02344,-0.050781 -0.03125,-0.113281 -0.03125,-0.1875 v -1.5625 c -0.679687,0.75 -1.34375,1.296875 -2,1.640625 -0.65625,0.3320312 -1.320313,0.5 -1.984375,0.5 -0.792969,0 -1.460938,-0.132812 -2,-0.390625 C 3.625,-0.398438 3.191406,-0.753906 2.859375,-1.203125 2.535156,-1.660156 2.300781,-2.1875 2.15625,-2.78125 2.007812,-3.375 1.9375,-4.101562 1.9375,-4.96875 v -7.140625 c 0,-0.07031 0.015625,-0.128906 0.046875,-0.171875 0.03125,-0.05078 0.085937,-0.09766 0.171875,-0.140625 C 2.25,-12.460938 2.363281,-12.488281 2.5,-12.5 c 0.132812,-0.0078 0.3125,-0.01563 0.53125,-0.01563 0.207031,0 0.378906,0.0078 0.515625,0.01563 0.132813,0.01172 0.242187,0.03906 0.328125,0.07813 0.082031,0.04297 0.140625,0.08984 0.171875,0.140625 0.039063,0.04297 0.0625,0.101562 0.0625,0.171875 V -5.25 c 0,0.6875 0.046875,1.242188 0.140625,1.65625 0.101562,0.417969 0.257812,0.773438 0.46875,1.0625 0.207031,0.292969 0.46875,0.523438 0.78125,0.6875 0.3125,0.15625 0.675781,0.234375 1.09375,0.234375 0.539062,0 1.078125,-0.191406 1.609375,-0.578125 0.539063,-0.382812 1.113281,-0.945312 1.71875,-1.6875 v -8.234375 c 0,-0.07031 0.015625,-0.128906 0.046875,-0.171875 0.03125,-0.05078 0.085938,-0.09766 0.171875,-0.140625 0.09375,-0.03906 0.207031,-0.06641 0.34375,-0.07813 0.132813,-0.0078 0.3125,-0.01563 0.53125,-0.01563 0.207031,0 0.378906,0.0078 0.515625,0.01563 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.08203,0.04297 0.140625,0.08984 0.171875,0.140625 0.03906,0.04297 0.0625,0.101562 0.0625,0.171875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-6" + overflow="visible"> + <path + id="path281" + d="m 12.15625,-0.328125 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.308594,0.03125 -0.515625,0.03125 -0.21875,0 -0.402344,-0.0117188 -0.546875,-0.03125 -0.136719,-0.0117188 -0.246094,-0.03125 -0.328125,-0.0625 -0.07422,-0.0390625 -0.132813,-0.0820312 -0.171875,-0.125 C 10,-0.191406 9.984375,-0.253906 9.984375,-0.328125 v -6.90625 c 0,-0.664063 -0.054687,-1.203125 -0.15625,-1.609375 C 9.722656,-9.257812 9.570312,-9.613281 9.375,-9.90625 9.175781,-10.207031 8.914062,-10.4375 8.59375,-10.59375 8.269531,-10.75 7.898438,-10.828125 7.484375,-10.828125 c -0.542969,0 -1.085937,0.195313 -1.625,0.578125 C 5.316406,-9.863281 4.75,-9.300781 4.15625,-8.5625 v 8.234375 c 0,0.074219 -0.015625,0.136719 -0.046875,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 v -11.78125 c 0,-0.07031 0.00781,-0.128906 0.03125,-0.171875 0.03125,-0.05078 0.082031,-0.09766 0.15625,-0.140625 0.082031,-0.03906 0.1875,-0.06641 0.3125,-0.07813 0.125,-0.0078 0.285156,-0.01563 0.484375,-0.01563 0.1875,0 0.34375,0.0078 0.46875,0.01563 0.132813,0.01172 0.234375,0.03906 0.296875,0.07813 0.070312,0.04297 0.125,0.08984 0.15625,0.140625 0.03125,0.04297 0.046875,0.101562 0.046875,0.171875 v 1.5625 c 0.664063,-0.75 1.328125,-1.296875 1.984375,-1.640625 0.65625,-0.34375 1.320312,-0.515625 2,-0.515625 0.78125,0 1.4375,0.136719 1.96875,0.40625 0.539062,0.261719 0.976562,0.617187 1.3125,1.0625 0.332031,0.449219 0.570312,0.976563 0.71875,1.578125 0.144531,0.59375 0.21875,1.308594 0.21875,2.140625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-7" + overflow="visible"> + <path + id="path284" + d="m 10.46875,-2.125 c 0,0.15625 -0.0078,0.289062 -0.01563,0.390625 0,0.105469 -0.01563,0.199219 -0.04687,0.28125 C 10.382812,-1.378906 10.359375,-1.3125 10.328125,-1.25 10.304688,-1.195312 10.238281,-1.113281 10.125,-1 10.019531,-0.894531 9.832031,-0.757812 9.5625,-0.59375 9.300781,-0.4375 9.007812,-0.296875 8.6875,-0.171875 8.363281,-0.046875 8.007812,0.0507812 7.625,0.125 7.238281,0.207031 6.835938,0.25 6.421875,0.25 c -0.84375,0 -1.59375,-0.140625 -2.25,-0.421875 C 3.515625,-0.453125 2.96875,-0.859375 2.53125,-1.390625 2.09375,-1.929688 1.753906,-2.59375 1.515625,-3.375 1.285156,-4.15625 1.171875,-5.054688 1.171875,-6.078125 c 0,-1.15625 0.140625,-2.148437 0.421875,-2.984375 0.289062,-0.832031 0.679688,-1.515625 1.171875,-2.046875 0.5,-0.53125 1.082031,-0.925781 1.75,-1.1875 0.664063,-0.257813 1.382813,-0.390625 2.15625,-0.390625 0.375,0 0.738281,0.03906 1.09375,0.109375 0.351563,0.0625 0.675781,0.152344 0.96875,0.265625 0.300781,0.117188 0.566406,0.25 0.796875,0.40625 0.238281,0.148438 0.410156,0.273438 0.515625,0.375 0.101563,0.105469 0.171875,0.1875 0.203125,0.25 0.03906,0.0625 0.07031,0.136719 0.09375,0.21875 0.03125,0.08594 0.05078,0.179688 0.0625,0.28125 0.0078,0.105469 0.01563,0.234375 0.01563,0.390625 0,0.335937 -0.04297,0.570313 -0.125,0.703125 -0.07422,0.136719 -0.167969,0.203125 -0.28125,0.203125 -0.136719,0 -0.289063,-0.066406 -0.453125,-0.203125 -0.167969,-0.144531 -0.386719,-0.304688 -0.65625,-0.484375 -0.261719,-0.175781 -0.578125,-0.332031 -0.953125,-0.46875 -0.367187,-0.144531 -0.796875,-0.21875 -1.296875,-0.21875 -1.042969,0 -1.839844,0.402344 -2.390625,1.203125 C 3.710938,-8.863281 3.4375,-7.707031 3.4375,-6.1875 c 0,0.761719 0.066406,1.429688 0.203125,2 C 3.785156,-3.625 4,-3.148438 4.28125,-2.765625 c 0.28125,0.386719 0.625,0.671875 1.03125,0.859375 0.40625,0.1875 0.867188,0.28125 1.390625,0.28125 0.5,0 0.9375,-0.078125 1.3125,-0.234375 0.375,-0.15625 0.695313,-0.328125 0.96875,-0.515625 0.28125,-0.1875 0.515625,-0.351562 0.703125,-0.5 0.1875,-0.15625 0.332031,-0.234375 0.4375,-0.234375 0.0625,0 0.113281,0.015625 0.15625,0.046875 0.03906,0.03125 0.07813,0.089844 0.109375,0.171875 0.03125,0.085937 0.05078,0.195313 0.0625,0.328125 0.0078,0.125 0.01563,0.273438 0.01563,0.4375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-8" + overflow="visible"> + <path + id="path287" + d="m 8.125,-1.1875 c 0,0.25 -0.015625,0.453125 -0.046875,0.609375 C 8.046875,-0.429688 7.992188,-0.320312 7.921875,-0.25 7.847656,-0.1875 7.738281,-0.125 7.59375,-0.0625 7.457031,0 7.300781,0.046875 7.125,0.078125 6.945312,0.117188 6.757812,0.148438 6.5625,0.171875 6.363281,0.203125 6.160156,0.21875 5.953125,0.21875 c -0.605469,0 -1.125,-0.078125 -1.5625,-0.234375 C 3.953125,-0.179688 3.59375,-0.425781 3.3125,-0.75 3.03125,-1.082031 2.828125,-1.5 2.703125,-2 c -0.125,-0.5 -0.1875,-1.085938 -0.1875,-1.765625 v -6.890625 h -1.65625 c -0.125,0 -0.230469,-0.06641 -0.3125,-0.203125 -0.074219,-0.144531 -0.109375,-0.375 -0.109375,-0.6875 0,-0.164063 0.007812,-0.304687 0.03125,-0.421875 0.019531,-0.113281 0.046875,-0.207031 0.078125,-0.28125 0.039063,-0.07031 0.085937,-0.125 0.140625,-0.15625 0.050781,-0.03125 0.113281,-0.04687 0.1875,-0.04687 H 2.515625 V -15.25 c 0,-0.0625 0.015625,-0.117188 0.046875,-0.171875 0.03125,-0.05078 0.085938,-0.09766 0.171875,-0.140625 0.082031,-0.03906 0.191406,-0.06641 0.328125,-0.07813 0.132812,-0.01953 0.3125,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.132812,0.01172 0.238281,0.03906 0.3125,0.07813 0.082031,0.04297 0.140625,0.08984 0.171875,0.140625 0.039063,0.05469 0.0625,0.109375 0.0625,0.171875 v 2.796875 h 3.03125 c 0.0625,0 0.117187,0.01563 0.171875,0.04687 0.050781,0.03125 0.097656,0.08594 0.140625,0.15625 0.039063,0.07422 0.066406,0.167969 0.078125,0.28125 0.019531,0.117188 0.03125,0.257812 0.03125,0.421875 0,0.3125 -0.042969,0.542969 -0.125,0.6875 -0.074219,0.136719 -0.171875,0.203125 -0.296875,0.203125 h -3.03125 v 6.578125 c 0,0.8125 0.117187,1.429687 0.359375,1.84375 0.238281,0.40625 0.671875,0.609375 1.296875,0.609375 0.195313,0 0.375,-0.015625 0.53125,-0.046875 0.15625,-0.039063 0.296875,-0.082031 0.421875,-0.125 0.125,-0.050781 0.226562,-0.09375 0.3125,-0.125 0.082031,-0.039063 0.160156,-0.0625 0.234375,-0.0625 0.039063,0 0.082031,0.011719 0.125,0.03125 0.039063,0.023437 0.070313,0.0625 0.09375,0.125 0.019531,0.0625 0.035156,0.148437 0.046875,0.25 C 8.113281,-1.472656 8.125,-1.34375 8.125,-1.1875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-9" + overflow="visible"> + <path + id="path290" + d="m 4.15625,-0.328125 c 0,0.074219 -0.015625,0.136719 -0.046875,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 v -11.78125 c 0,-0.0625 0.015625,-0.117187 0.046875,-0.171875 0.03125,-0.05078 0.085937,-0.09375 0.171875,-0.125 0.082031,-0.03906 0.191406,-0.06641 0.328125,-0.07813 0.144531,-0.01953 0.320313,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.03125,0.05469 0.046875,0.109375 0.046875,0.171875 z m 0.25,-15.765625 c 0,0.511719 -0.09375,0.859375 -0.28125,1.046875 -0.1875,0.179687 -0.542969,0.265625 -1.0625,0.265625 -0.511719,0 -0.859375,-0.08594 -1.046875,-0.265625 -0.1875,-0.175781 -0.28125,-0.515625 -0.28125,-1.015625 0,-0.507812 0.09375,-0.851562 0.28125,-1.03125 0.195313,-0.1875 0.554687,-0.28125 1.078125,-0.28125 0.5,0 0.84375,0.08984 1.03125,0.265625 0.1875,0.179687 0.28125,0.515625 0.28125,1.015625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-10" + overflow="visible"> + <path + id="path293" + d="m 12.96875,-6.34375 c 0,0.960938 -0.132812,1.84375 -0.390625,2.65625 -0.25,0.804688 -0.625,1.496094 -1.125,2.078125 -0.5,0.585937 -1.132813,1.042969 -1.890625,1.375 C 8.8125,0.0859375 7.9375,0.25 6.9375,0.25 5.96875,0.25 5.125,0.109375 4.40625,-0.171875 3.6875,-0.460938 3.085938,-0.882812 2.609375,-1.4375 2.128906,-1.988281 1.769531,-2.65625 1.53125,-3.4375 1.289062,-4.226562 1.171875,-5.117188 1.171875,-6.109375 c 0,-0.957031 0.125,-1.835937 0.375,-2.640625 0.25,-0.8125 0.625,-1.507812 1.125,-2.09375 0.507813,-0.59375 1.140625,-1.050781 1.890625,-1.375 0.75,-0.320312 1.625,-0.484375 2.625,-0.484375 0.96875,0 1.8125,0.148437 2.53125,0.4375 0.71875,0.292969 1.316406,0.714844 1.796875,1.265625 0.476563,0.542969 0.835937,1.210938 1.078125,2 0.25,0.78125 0.375,1.667969 0.375,2.65625 z M 10.6875,-6.203125 C 10.6875,-6.835938 10.625,-7.4375 10.5,-8 10.382812,-8.570312 10.191406,-9.070312 9.921875,-9.5 9.648438,-9.925781 9.28125,-10.265625 8.8125,-10.515625 c -0.460938,-0.25 -1.03125,-0.375 -1.71875,-0.375 -0.636719,0 -1.183594,0.117187 -1.640625,0.34375 -0.460937,0.21875 -0.839844,0.539063 -1.140625,0.953125 -0.292969,0.417969 -0.511719,0.914062 -0.65625,1.484375 -0.148438,0.5625 -0.21875,1.179687 -0.21875,1.84375 0,0.648437 0.054688,1.257813 0.171875,1.828125 0.125,0.5625 0.320313,1.058594 0.59375,1.484375 0.28125,0.429687 0.648437,0.765625 1.109375,1.015625 0.46875,0.242188 1.046875,0.359375 1.734375,0.359375 0.625,0 1.164063,-0.109375 1.625,-0.328125 0.46875,-0.226562 0.847656,-0.546875 1.140625,-0.953125 0.300781,-0.414063 0.519531,-0.90625 0.65625,-1.46875 0.144531,-0.570313 0.21875,-1.195313 0.21875,-1.875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-11" + overflow="visible"> + <path + id="path296" + d="m 19.484375,-0.328125 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.308594,0.03125 -0.515625,0.03125 -0.21875,0 -0.402344,-0.0117188 -0.546875,-0.03125 -0.136719,-0.0117188 -0.246094,-0.03125 -0.328125,-0.0625 -0.08594,-0.0390625 -0.140625,-0.0820312 -0.171875,-0.125 -0.03125,-0.050781 -0.04687,-0.113281 -0.04687,-0.1875 v -7.15625 c 0,-0.5 -0.04687,-0.953125 -0.140625,-1.359375 -0.08594,-0.414062 -0.226563,-0.769531 -0.421875,-1.0625 -0.1875,-0.300781 -0.433594,-0.53125 -0.734375,-0.6875 -0.292969,-0.15625 -0.636719,-0.234375 -1.03125,-0.234375 -0.5,0 -1.007813,0.195313 -1.515625,0.578125 -0.5,0.386719 -1.046875,0.949219 -1.640625,1.6875 v 8.234375 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.08594,0.03125 -0.199219,0.0507812 -0.34375,0.0625 -0.136719,0.0195312 -0.308594,0.03125 -0.515625,0.03125 -0.199219,0 -0.371094,-0.0117188 -0.515625,-0.03125 C 10.070312,0.0351562 9.957031,0.015625 9.875,-0.015625 9.789062,-0.0546875 9.734375,-0.0976562 9.703125,-0.140625 9.671875,-0.191406 9.65625,-0.253906 9.65625,-0.328125 v -7.15625 c 0,-0.5 -0.046875,-0.953125 -0.140625,-1.359375 -0.09375,-0.414062 -0.242187,-0.769531 -0.4375,-1.0625 -0.1875,-0.300781 -0.429687,-0.53125 -0.71875,-0.6875 C 8.066406,-10.75 7.71875,-10.828125 7.3125,-10.828125 c -0.492188,0 -0.992188,0.195313 -1.5,0.578125 -0.511719,0.386719 -1.0625,0.949219 -1.65625,1.6875 v 8.234375 c 0,0.074219 -0.015625,0.136719 -0.046875,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 v -11.78125 c 0,-0.07031 0.00781,-0.128906 0.03125,-0.171875 0.03125,-0.05078 0.082031,-0.09766 0.15625,-0.140625 0.082031,-0.03906 0.1875,-0.06641 0.3125,-0.07813 0.125,-0.0078 0.285156,-0.01563 0.484375,-0.01563 0.1875,0 0.34375,0.0078 0.46875,0.01563 0.132813,0.01172 0.234375,0.03906 0.296875,0.07813 0.070312,0.04297 0.125,0.08984 0.15625,0.140625 0.03125,0.04297 0.046875,0.101562 0.046875,0.171875 v 1.5625 c 0.664063,-0.75 1.3125,-1.296875 1.9375,-1.640625 0.625,-0.34375 1.253906,-0.515625 1.890625,-0.515625 0.488281,0 0.925781,0.05859 1.3125,0.171875 0.382812,0.117188 0.722656,0.277344 1.015625,0.484375 0.300781,0.199219 0.554687,0.445313 0.765625,0.734375 0.207031,0.28125 0.382812,0.59375 0.53125,0.9375 0.394531,-0.425781 0.765625,-0.785156 1.109375,-1.078125 0.351563,-0.300781 0.691406,-0.539063 1.015625,-0.71875 0.332031,-0.1875 0.65625,-0.320313 0.96875,-0.40625 0.3125,-0.08203 0.625,-0.125 0.9375,-0.125 0.757812,0 1.394531,0.136719 1.90625,0.40625 0.519531,0.261719 0.9375,0.617187 1.25,1.0625 0.320312,0.449219 0.550781,0.976563 0.6875,1.578125 0.132812,0.59375 0.203125,1.21875 0.203125,1.875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-12" + overflow="visible"> + <path + id="path299" + d="m 12.0625,-6.734375 c 0,0.34375 -0.08984,0.589844 -0.265625,0.734375 -0.167969,0.148438 -0.359375,0.21875 -0.578125,0.21875 H 3.5 c 0,0.648438 0.0625,1.234375 0.1875,1.765625 0.132812,0.523437 0.351562,0.96875 0.65625,1.34375 0.3125,0.375 0.707031,0.667969 1.1875,0.875 C 6.019531,-1.597656 6.617188,-1.5 7.328125,-1.5 c 0.5625,0 1.0625,-0.046875 1.5,-0.140625 0.4375,-0.09375 0.8125,-0.195313 1.125,-0.3125 0.320313,-0.113281 0.582031,-0.210937 0.78125,-0.296875 0.207031,-0.09375 0.363281,-0.140625 0.46875,-0.140625 0.0625,0 0.113281,0.015625 0.15625,0.046875 0.05078,0.03125 0.08594,0.078125 0.109375,0.140625 0.03125,0.054687 0.05078,0.136719 0.0625,0.25 0.01953,0.105469 0.03125,0.234375 0.03125,0.390625 0,0.117188 -0.0078,0.214844 -0.01563,0.296875 -0.01172,0.085937 -0.02344,0.164063 -0.03125,0.234375 -0.01172,0.0625 -0.03125,0.121094 -0.0625,0.171875 -0.03125,0.054687 -0.07422,0.105469 -0.125,0.15625 -0.04297,0.042969 -0.183594,0.121094 -0.421875,0.234375 -0.242188,0.105469 -0.546875,0.210938 -0.921875,0.3125 C 9.609375,-0.0507812 9.175781,0.0390625 8.6875,0.125 8.195312,0.207031 7.671875,0.25 7.109375,0.25 6.140625,0.25 5.289062,0.113281 4.5625,-0.15625 3.832031,-0.425781 3.21875,-0.828125 2.71875,-1.359375 c -0.492188,-0.53125 -0.867188,-1.195313 -1.125,-2 -0.25,-0.800781 -0.375,-1.738281 -0.375,-2.8125 0,-1.007813 0.128906,-1.914063 0.390625,-2.71875 0.257813,-0.8125 0.632813,-1.5 1.125,-2.0625 0.5,-0.5625 1.097656,-0.992187 1.796875,-1.296875 0.695312,-0.300781 1.476562,-0.453125 2.34375,-0.453125 0.925781,0 1.710938,0.152344 2.359375,0.453125 0.65625,0.292969 1.191406,0.695312 1.609375,1.203125 0.414062,0.5 0.722656,1.089844 0.921875,1.765625 0.195313,0.667969 0.296875,1.386719 0.296875,2.15625 z M 9.890625,-7.375 C 9.910156,-8.507812 9.65625,-9.398438 9.125,-10.046875 c -0.523438,-0.644531 -1.304688,-0.96875 -2.34375,-0.96875 -0.53125,0 -1,0.105469 -1.40625,0.3125 -0.398438,0.199219 -0.730469,0.464844 -1,0.796875 C 4.101562,-9.570312 3.890625,-9.1875 3.734375,-8.75 3.585938,-8.3125 3.507812,-7.851562 3.5,-7.375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-13" + overflow="visible"> + <path + id="path302" + d="m 8.890625,-11.34375 c 0,0.199219 -0.00781,0.367188 -0.015625,0.5 -0.011719,0.125 -0.03125,0.226562 -0.0625,0.296875 -0.023438,0.07422 -0.054688,0.132813 -0.09375,0.171875 -0.03125,0.04297 -0.085938,0.0625 -0.15625,0.0625 -0.074219,0 -0.164062,-0.01953 -0.265625,-0.0625 -0.09375,-0.03906 -0.203125,-0.07813 -0.328125,-0.109375 -0.125,-0.03906 -0.265625,-0.07813 -0.421875,-0.109375 -0.15625,-0.03906 -0.328125,-0.0625 -0.515625,-0.0625 -0.21875,0 -0.433594,0.04687 -0.640625,0.140625 -0.210937,0.08594 -0.433594,0.226563 -0.671875,0.421875 C 5.488281,-9.894531 5.25,-9.628906 5,-9.296875 4.75,-8.960938 4.46875,-8.554688 4.15625,-8.078125 v 7.75 c 0,0.074219 -0.015625,0.136719 -0.046875,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 v -11.78125 c 0,-0.07031 0.00781,-0.128906 0.03125,-0.171875 0.03125,-0.05078 0.082031,-0.09766 0.15625,-0.140625 0.082031,-0.03906 0.1875,-0.06641 0.3125,-0.07813 0.125,-0.0078 0.285156,-0.01563 0.484375,-0.01563 0.1875,0 0.34375,0.0078 0.46875,0.01563 0.132813,0.01172 0.234375,0.03906 0.296875,0.07813 0.070312,0.04297 0.125,0.08984 0.15625,0.140625 0.03125,0.04297 0.046875,0.101562 0.046875,0.171875 v 1.71875 c 0.320313,-0.476563 0.625,-0.863281 0.90625,-1.15625 0.289063,-0.300781 0.5625,-0.535156 0.8125,-0.703125 0.25,-0.164062 0.5,-0.28125 0.75,-0.34375 0.25,-0.07031 0.5,-0.109375 0.75,-0.109375 0.113281,0 0.242187,0.01172 0.390625,0.03125 0.144531,0.01172 0.296875,0.03125 0.453125,0.0625 0.15625,0.03125 0.296875,0.07422 0.421875,0.125 0.125,0.04297 0.210938,0.08594 0.265625,0.125 0.050781,0.04297 0.085937,0.08594 0.109375,0.125 0.019531,0.04297 0.035156,0.09375 0.046875,0.15625 0.00781,0.05469 0.015625,0.140625 0.015625,0.265625 0.00781,0.117188 0.015625,0.273438 0.015625,0.46875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph5-14" + overflow="visible"> + <path + id="path305" + d="m 12.15625,-0.328125 c 0,0.074219 -0.02344,0.136719 -0.0625,0.1875 -0.03125,0.0429688 -0.08984,0.0859375 -0.171875,0.125 -0.07422,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.308594,0.03125 -0.515625,0.03125 -0.21875,0 -0.402344,-0.0117188 -0.546875,-0.03125 -0.136719,-0.0117188 -0.246094,-0.03125 -0.328125,-0.0625 -0.07422,-0.0390625 -0.132813,-0.0820312 -0.171875,-0.125 C 10,-0.191406 9.984375,-0.253906 9.984375,-0.328125 v -6.90625 c 0,-0.664063 -0.054687,-1.203125 -0.15625,-1.609375 C 9.722656,-9.257812 9.570312,-9.613281 9.375,-9.90625 9.175781,-10.207031 8.914062,-10.4375 8.59375,-10.59375 8.269531,-10.75 7.898438,-10.828125 7.484375,-10.828125 c -0.542969,0 -1.085937,0.195313 -1.625,0.578125 C 5.316406,-9.863281 4.75,-9.300781 4.15625,-8.5625 v 8.234375 c 0,0.074219 -0.015625,0.136719 -0.046875,0.1875 -0.03125,0.0429688 -0.089844,0.0859375 -0.171875,0.125 -0.074219,0.03125 -0.183594,0.0507812 -0.328125,0.0625 -0.136719,0.0195312 -0.3125,0.03125 -0.53125,0.03125 -0.210937,0 -0.386719,-0.0117188 -0.53125,-0.03125 C 2.410156,0.0351562 2.300781,0.015625 2.21875,-0.015625 2.132812,-0.0546875 2.078125,-0.0976562 2.046875,-0.140625 2.015625,-0.191406 2,-0.253906 2,-0.328125 V -17.8125 c 0,-0.07031 0.015625,-0.132812 0.046875,-0.1875 0.03125,-0.05078 0.085937,-0.09375 0.171875,-0.125 0.082031,-0.03906 0.191406,-0.06641 0.328125,-0.07813 0.144531,-0.01953 0.320313,-0.03125 0.53125,-0.03125 0.21875,0 0.394531,0.01172 0.53125,0.03125 0.144531,0.01172 0.253906,0.03906 0.328125,0.07813 0.082031,0.03125 0.140625,0.07422 0.171875,0.125 0.03125,0.05469 0.046875,0.117188 0.046875,0.1875 v 7.046875 c 0.625,-0.65625 1.25,-1.140625 1.875,-1.453125 0.632812,-0.320312 1.269531,-0.484375 1.90625,-0.484375 0.78125,0 1.4375,0.136719 1.96875,0.40625 0.539062,0.261719 0.976562,0.617187 1.3125,1.0625 0.332031,0.449219 0.570312,0.976563 0.71875,1.578125 0.144531,0.59375 0.21875,1.3125 0.21875,2.15625 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + </defs> + <g + transform="translate(-50.5025,-97.217344)" + id="surface443"> + <path + id="path312" + d="M 51.21875,497.19141 H 790.61719 V 97.933594 H 51.21875 Z m 0,0" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <path + id="path314" + transform="matrix(1,0,0,-1,0,595.2)" + d="M 126.60156,132.87187 H 761.71094 M 126.60156,177.11016 H 761.71094 M 126.60156,221.57109 H 761.71094 M 126.60156,266.03984 H 761.71094 M 126.60156,310.50078 H 761.71094 M 126.60156,354.96953 H 761.71094 M 126.60156,399.43047 H 761.71094 M 126.60156,443.89922 H 761.71094" + style="fill:none;stroke:#d9d9d9;stroke-width:1.37520003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path316" + transform="matrix(1,0,0,-1,0,595.2)" + d="M 197.19141,466.12969 V 132.87187 m 70.58984,333.25782 V 132.87187 m 70.59766,333.25782 V 132.87187 m 70.58984,333.25782 V 132.87187 m 70.35937,333.25782 V 132.87187 m 70.60157,333.25782 V 132.87187 m 70.58984,333.25782 V 132.87187 m 70.58984,333.25782 V 132.87187 m 70.60157,333.25782 V 132.87187" + style="fill:none;stroke:#d9d9d9;stroke-width:1.37520003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path318" + transform="matrix(1,0,0,-1,0,595.2)" + d="m 126.57813,132.75859 v 333.3125" + style="fill:none;stroke:#bdbdbd;stroke-width:1.4325;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path320" + transform="matrix(1,0,0,-1,0,595.2)" + d="M 126.57813,132.75859 H 761.73047" + style="fill:none;stroke:#bdbdbd;stroke-width:1.4325;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path322" + d="m 136.71094,150.42187 3.66797,3.65625 -3.66797,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path324" + d="m 138.76953,153.39844 3.67188,3.66015 -3.67188,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path326" + d="m 140.82812,176.32031 3.67188,3.66016 -3.67188,3.66797 -3.65625,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path328" + d="m 143.12891,195.57031 3.66015,3.66797 -3.66015,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path330" + d="m 145.42187,204.96875 3.66797,3.66016 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path332" + d="m 147.71094,211.83984 3.66797,3.67188 -3.66797,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path334" + d="M 150,283.57812 153.67187,287.25 150,290.91016 146.33984,287.25 Z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path336" + d="m 152.28906,309.01953 3.67188,3.67188 -3.67188,3.66796 -3.66015,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path338" + d="m 154.58984,290.23047 3.66016,3.66015 -3.66016,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path340" + d="m 156.87891,263.64062 3.67187,3.66797 -3.67187,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path342" + d="m 159.39844,270.96875 3.67187,3.67187 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path344" + d="m 161.92187,274.41016 3.66797,3.66796 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path346" + d="m 164.44141,243.92969 3.66796,3.67187 -3.66796,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path348" + d="m 166.96094,281.28906 3.66797,3.67188 -3.66797,3.66015 -3.66016,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path350" + d="m 169.48047,270.75 3.66797,3.66016 -3.66797,3.66796 -3.66016,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path352" + d="m 172.23047,276.92969 3.66797,3.67187 -3.66797,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path354" + d="m 174.76172,274.41016 3.66015,3.66796 -3.66015,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path356" + d="m 177.51172,287.94141 3.66015,3.66015 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path358" + d="m 180.26172,284.73047 3.66015,3.66015 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path360" + d="m 183.01172,279.44922 3.66015,3.67187 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path362" + d="m 185.76172,277.85156 3.66015,3.66797 -3.66015,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path364" + d="m 188.51172,289.07812 3.66797,3.67188 -3.66797,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path366" + d="m 191.48828,288.62109 3.66016,3.66797 -3.66016,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path368" + d="m 194.23828,291.82812 3.67188,3.67188 -3.67188,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path370" + d="m 197.21875,291.60156 3.66016,3.66797 -3.66016,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path372" + d="m 200.19922,295.03906 3.66015,3.67188 -3.66015,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path374" + d="m 203.17969,295.96094 3.66015,3.66015 -3.66015,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path376" + d="m 206.16016,296.19141 3.66015,3.66015 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path378" + d="m 209.37109,301.92187 3.66016,3.65625 -3.66016,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path380" + d="m 212.33984,307.19141 3.67188,3.66015 -3.67188,3.66797 -3.66015,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path382" + d="m 215.55078,309.71094 3.66797,3.66797 -3.66797,3.66015 -3.66016,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path384" + d="m 218.76172,312 3.66797,3.67187 -3.66797,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path386" + d="m 221.96875,308.78906 3.67187,3.67188 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path388" + d="m 225.17969,311.07812 3.67187,3.67188 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path390" + d="m 228.39062,312.92187 3.66797,3.65625 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path392" + d="m 231.82812,312.23047 3.66016,3.66797 -3.66016,3.66015 -3.66796,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path394" + d="m 235.03906,313.60937 3.66016,3.66016 -3.66016,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path396" + d="m 238.46875,320.01953 3.67187,3.67188 -3.67187,3.66796 -3.66016,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path398" + d="m 241.91016,326.67187 3.66796,3.66797 -3.66796,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path400" + d="m 245.35156,326.21094 3.66797,3.66797 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path402" + d="m 248.78906,331.48047 3.66016,3.66797 -3.66016,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path404" + d="m 252.44922,328.26953 3.67187,3.67188 -3.67187,3.66796 -3.66016,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path406" + d="m 255.89062,330.80078 3.66797,3.66016 -3.66797,3.66797 -3.66015,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path408" + d="m 259.55859,332.17187 3.67188,3.66797 -3.67188,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path410" + d="m 263.23047,334 3.66015,3.67187 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path412" + d="m 266.89062,333.32031 3.66797,3.66016 -3.66797,3.66797 -3.66015,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path414" + d="m 270.55859,334 3.67188,3.67187 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path416" + d="m 274.23047,331.94141 3.66797,3.66796 -3.66797,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path418" + d="m 278.12109,332.17187 3.66797,3.66797 -3.66797,3.66016 -3.66015,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path420" + d="m 281.78906,339.28125 3.67188,3.66016 -3.67188,3.66796 -3.66797,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path422" + d="m 285.69141,344.08984 3.66796,3.67188 -3.66796,3.66015 -3.67188,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path424" + d="m 289.57812,343.17187 3.67188,3.66797 -3.67188,3.67188 -3.65625,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path426" + d="m 293.48047,348.67187 3.66797,3.66797 -3.66797,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path428" + d="m 297.60937,345.69141 3.66016,3.66796 -3.66016,3.67188 -3.66796,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path430" + d="m 301.5,350.73828 3.67187,3.66016 -3.67187,3.67187 -3.66016,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path432" + d="m 305.39844,349.12891 3.67187,3.67187 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path434" + d="m 309.53125,353.48828 3.66016,3.66016 -3.66016,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path436" + d="m 313.64844,353.48828 3.67187,3.66016 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path438" + d="m 317.78125,354.62891 3.66016,3.67187 -3.66016,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path440" + d="m 321.89844,351.64844 3.67187,3.67187 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path442" + d="m 326.26172,356.23828 3.66015,3.66016 -3.66015,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path444" + d="m 330.37891,357.60937 3.67187,3.67188 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path446" + d="m 334.73828,359.21875 3.66016,3.66016 -3.66016,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path448" + d="m 338.85937,358.53125 3.67188,3.66797 -3.67188,3.66015 -3.66015,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path450" + d="m 343.21875,362.42187 3.66016,3.66797 -3.66016,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path452" + d="m 347.57031,362.42187 3.66797,3.66797 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path454" + d="m 352.16016,361.73828 3.66015,3.66016 -3.66015,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path456" + d="m 356.51172,358.07031 3.66797,3.66797 -3.66797,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path458" + d="m 361.08984,362.42187 3.67188,3.66797 -3.67188,3.67188 -3.66015,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path460" + d="m 365.44922,364.26172 3.67187,3.66797 -3.67187,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path462" + d="m 370.03125,364.26172 3.66797,3.66797 -3.66797,3.66015 -3.66016,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path464" + d="m 374.62109,369.30078 3.66016,3.66797 -3.66016,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path466" + d="m 379.19922,370.21875 3.67187,3.66016 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path468" + d="m 384.01172,370.44922 3.66797,3.66015 -3.66797,3.67188 -3.66016,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path470" + d="m 388.60156,370.21875 3.66797,3.66016 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path472" + d="m 393.41016,371.58984 3.66796,3.67188 -3.66796,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path474" + d="m 398.21875,374.10937 3.67187,3.67188 -3.67187,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path476" + d="m 403.03906,373.87891 3.67188,3.67187 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path478" + d="m 407.85156,375.48828 3.66797,3.67188 -3.66797,3.66015 -3.67187,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path480" + d="m 412.66016,374.80078 3.66796,3.66797 -3.66796,3.67187 L 409,378.46875 Z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path482" + d="m 417.48047,374.80078 3.66015,3.66797 -3.66015,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path484" + d="m 422.51953,376.64062 3.67188,3.66016 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path486" + d="m 427.55859,375.94922 3.67188,3.66015 -3.67188,3.67188 -3.66015,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path488" + d="m 432.37891,380.07031 3.66015,3.66797 -3.66015,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path490" + d="m 437.42187,380.98828 3.66797,3.67188 -3.66797,3.66015 -3.67187,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path492" + d="m 442.69141,380.98828 3.66796,3.67188 -3.66796,3.66015 -3.67188,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path494" + d="m 447.73047,380.76172 3.66797,3.66797 -3.66797,3.66015 -3.67188,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path496" + d="m 452.76953,381.44922 3.67188,3.67187 -3.67188,3.66016 -3.66016,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path498" + d="m 458.05078,381.44922 3.66016,3.67187 -3.66016,3.66016 -3.67187,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path500" + d="m 463.32031,385.12109 3.66016,3.66016 -3.66016,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path502" + d="m 468.58984,384.89062 3.67188,3.66016 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path504" + d="m 473.85937,386.48828 3.67188,3.67188 -3.67188,3.66015 -3.66796,-3.66015 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path506" + d="m 479.12891,386.26172 3.67187,3.66797 -3.67187,3.67187 -3.66016,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path508" + d="m 484.39844,386.94922 3.67187,3.67187 -3.67187,3.66016 -3.66016,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path510" + d="m 489.89844,385.57031 3.67187,3.66797 -3.67187,3.67188 -3.66016,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path512" + d="m 495.41016,388.32031 3.66015,3.66797 -3.66015,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path514" + d="m 500.91016,388.08984 3.66015,3.67188 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path516" + d="m 506.41016,389.69922 3.66015,3.67187 -3.66015,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path518" + d="m 511.91016,389.23828 3.66015,3.67188 -3.66015,3.66796 -3.67188,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path520" + d="m 517.41016,388.55078 3.66796,3.66797 -3.66796,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path522" + d="m 523.14062,389.23828 3.66797,3.67188 -3.66797,3.66796 -3.67187,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path524" + d="m 528.64062,391.53125 3.66797,3.66797 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path526" + d="m 534.37109,390.62109 3.66797,3.66016 -3.66797,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path528" + d="m 540.10156,394.05078 3.66797,3.66797 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path530" + d="m 545.82812,395.66016 3.67188,3.66796 -3.67188,3.66016 -3.66796,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path532" + d="m 551.55859,396.12109 3.67188,3.66016 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path534" + d="m 557.51953,395.66016 3.67188,3.66796 -3.67188,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path536" + d="m 563.25,394.96875 3.67187,3.67187 -3.67187,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path538" + d="m 569.21094,394.96875 3.66015,3.67187 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path540" + d="m 575.17187,396.35156 3.65625,3.66016 -3.65625,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path542" + d="m 581.12891,397.94922 3.66015,3.67187 -3.66015,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path544" + d="m 587.07812,399.10156 3.67188,3.66016 -3.67188,3.66797 -3.65625,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path546" + d="m 593.03906,399.78125 3.67188,3.66797 -3.67188,3.67187 -3.66015,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path548" + d="m 599.23047,400.69922 3.66797,3.67187 -3.66797,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path550" + d="m 605.19141,401.62109 3.66796,3.66016 -3.66796,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path552" + d="m 611.37891,400.69922 3.67187,3.67187 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path554" + d="m 617.57031,401.85156 3.66797,3.66016 -3.66797,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path556" + d="m 623.76172,401.39062 3.66015,3.66797 -3.66015,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path558" + d="m 630.17187,401.16016 3.66797,3.66796 -3.66797,3.66016 -3.66015,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path560" + d="m 636.35937,401.16016 3.67188,3.66796 -3.67188,3.66016 -3.66015,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path562" + d="m 642.78125,402.98828 3.66797,3.67188 -3.66797,3.66796 -3.67188,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path564" + d="m 648.96875,404.82812 3.67187,3.66016 -3.67187,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path566" + d="m 655.39062,406.19922 3.66016,3.67187 -3.66016,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path568" + d="m 661.80078,406.19922 3.66797,3.67187 -3.66797,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path570" + d="m 668.21875,405.28125 3.67187,3.66797 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path572" + d="m 674.87109,406.42969 3.66797,3.67187 -3.66797,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path574" + d="m 681.28906,405.96875 3.66016,3.67187 -3.66016,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path576" + d="m 687.92969,405.73828 3.67187,3.67188 -3.67187,3.66796 -3.66016,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path578" + d="m 694.57812,405.73828 3.67188,3.67188 -3.67188,3.66796 -3.66796,-3.66796 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path580" + d="m 701,406.89062 3.66016,3.66797 -3.66016,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path582" + d="m 707.87109,407.57812 3.66797,3.66016 -3.66797,3.67188 -3.66015,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path584" + d="m 714.51953,409.17969 3.67188,3.67187 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path586" + d="m 721.17187,409.87109 3.65625,3.66797 -3.65625,3.66016 -3.67187,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path588" + d="m 728.03906,409.41016 3.67188,3.66796 -3.67188,3.66016 -3.66015,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path590" + d="m 734.92187,409.41016 3.66797,3.66796 -3.66797,3.66016 -3.67187,-3.66016 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path592" + d="m 741.55859,410.32812 3.67188,3.66016 -3.67188,3.67188 -3.66015,-3.67188 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path594" + d="m 748.44141,411.46875 3.66796,3.67187 -3.66796,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path596" + d="m 755.55078,411.92969 3.66016,3.67187 -3.66016,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path598" + d="m 136.71094,170.35937 3.66797,3.66016 -3.66797,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path600" + d="m 138.76953,157.51953 3.67188,3.67188 -3.67188,3.66796 -3.66797,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path602" + d="M 140.82812,178.83984 144.5,182.5 140.82812,186.17187 137.17187,182.5 Z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path604" + d="m 143.12891,197.39844 3.66015,3.67187 -3.66015,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path606" + d="m 145.42187,205.19141 3.66797,3.66796 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path608" + d="m 147.71094,211.60937 3.66797,3.67188 -3.66797,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path610" + d="m 150,267.98828 3.67187,3.67188 -3.67187,3.66796 -3.66016,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path612" + d="m 152.28906,263.64062 3.67188,3.66797 -3.67188,3.66016 -3.66015,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path614" + d="m 154.58984,269.60156 3.66016,3.66797 -3.66016,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path616" + d="m 156.87891,261.80859 3.67187,3.66016 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path618" + d="m 159.39844,265.46875 3.67187,3.67187 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path620" + d="m 161.92187,262.03906 3.66797,3.66016 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path622" + d="m 164.44141,257.44922 3.66796,3.67187 -3.66796,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path624" + d="m 166.96094,268.21875 3.66797,3.67187 -3.66797,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path626" + d="m 169.48047,263.87109 3.66797,3.66797 -3.66797,3.66016 -3.66016,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path628" + d="m 172.23047,267.98828 3.66797,3.67188 -3.66797,3.66796 -3.66016,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path630" + d="m 174.76172,265.46875 3.66015,3.67187 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path632" + d="m 177.51172,272.80859 3.66015,3.67188 -3.66015,3.66015 -3.67188,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path634" + d="m 180.26172,274.17969 3.66015,3.67187 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path636" + d="m 183.01172,271.42969 3.66015,3.67187 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path638" + d="m 185.76172,272.12109 3.66015,3.66797 -3.66015,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path640" + d="m 188.51172,278.30859 3.66797,3.67188 -3.66797,3.66015 -3.67188,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path642" + d="m 191.48828,280.14062 3.66016,3.66797 -3.66016,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path644" + d="m 194.23828,282.21094 3.67188,3.66015 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path646" + d="m 197.21875,282.89062 3.66016,3.66797 -3.66016,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path648" + d="m 200.19922,285.41016 3.66015,3.66796 -3.66015,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path650" + d="m 203.17969,286.55859 3.66015,3.67188 -3.66015,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path652" + d="m 206.16016,289.30859 3.66015,3.67188 -3.66015,3.66015 -3.67188,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path654" + d="m 209.37109,290 3.66016,3.67187 -3.66016,3.65625 -3.67187,-3.65625 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path656" + d="M 212.33984,297.32812 216.01172,301 212.33984,304.67187 208.67969,301 Z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path658" + d="m 215.55078,300.07812 3.66797,3.67188 -3.66797,3.67187 -3.66016,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path660" + d="m 218.76172,301.46094 3.66797,3.66015 -3.66797,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path662" + d="m 221.96875,300.30859 3.67187,3.67188 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path664" + d="m 225.17969,301.46094 3.67187,3.66015 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path666" + d="m 228.39062,302.82812 3.66797,3.67188 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path668" + d="m 231.82812,304.44141 3.66016,3.66015 -3.66016,3.66797 -3.66796,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path670" + d="M 235.03906,308.32812 238.69922,312 235.03906,315.67187 231.37109,312 Z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path672" + d="m 238.46875,310.39844 3.67187,3.66015 -3.67187,3.67188 -3.66016,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path674" + d="m 241.91016,314.75 3.66796,3.67187 -3.66796,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path676" + d="m 245.35156,317.26953 3.66797,3.67188 -3.66797,3.66796 -3.67187,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path678" + d="m 248.78906,319.10937 3.66016,3.66016 -3.66016,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path680" + d="m 252.44922,318.19141 3.67187,3.66796 -3.67187,3.66016 -3.66016,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path682" + d="m 255.89062,319.10937 3.66797,3.66016 -3.66797,3.67188 -3.66015,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path684" + d="m 259.55859,320.71094 3.67188,3.66797 -3.67188,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path686" + d="m 263.23047,322.08984 3.66015,3.66016 -3.66015,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path688" + d="m 266.89062,321.62891 3.66797,3.66015 -3.66797,3.67188 -3.66015,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path690" + d="m 270.55859,322.76953 3.67188,3.67188 -3.67188,3.66796 -3.66797,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path692" + d="m 274.23047,323 3.66797,3.67187 -3.66797,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path694" + d="m 278.12109,324.60937 3.66797,3.66016 -3.66797,3.67188 -3.66015,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path696" + d="m 281.78906,327.35937 3.67188,3.66016 -3.67188,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path698" + d="m 285.69141,332.17187 3.66796,3.66797 -3.66796,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path700" + d="m 289.57812,334.23047 3.67188,3.66797 -3.67188,3.67187 -3.65625,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path702" + d="m 293.48047,334.92187 3.66797,3.66797 -3.66797,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path704" + d="m 297.60937,335.60937 3.66016,3.67188 -3.66016,3.66016 -3.66796,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path706" + d="m 301.5,336.98047 3.67187,3.66797 -3.67187,3.67187 -3.66016,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path708" + d="m 305.39844,337.21094 3.67187,3.66797 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path710" + d="m 309.53125,339.28125 3.66016,3.66016 -3.66016,3.66796 -3.67188,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path712" + d="m 313.64844,339.73047 3.67187,3.66797 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path714" + d="m 317.78125,340.64844 3.66016,3.67187 -3.66016,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path716" + d="m 321.89844,341.10937 3.67187,3.67188 -3.67187,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path718" + d="m 326.26172,342.26172 3.66015,3.66015 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path720" + d="m 330.37891,343.62891 3.67187,3.67187 -3.67187,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path722" + d="m 334.73828,345.23047 3.66016,3.66797 -3.66016,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path724" + d="m 338.85937,346.83984 3.67188,3.67188 -3.67188,3.66015 -3.66015,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path726" + d="m 343.21875,347.76172 3.66016,3.66015 -3.66016,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path728" + d="m 347.57031,347.76172 3.66797,3.66015 -3.66797,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path730" + d="m 352.16016,347.76172 3.66015,3.66015 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path732" + d="m 356.51172,347.98828 3.66797,3.66016 -3.66797,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path734" + d="m 361.08984,349.12891 3.67188,3.67187 -3.67188,3.66797 -3.66015,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path736" + d="m 365.44922,350.73828 3.67187,3.66016 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path738" + d="m 370.03125,353.03125 3.66797,3.66016 -3.66797,3.66796 -3.66016,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path740" + d="m 374.62109,354.17187 3.66016,3.66797 -3.66016,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path742" + d="m 379.19922,355.08984 3.67187,3.67188 -3.67187,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path744" + d="m 384.01172,355.32031 3.66797,3.66797 -3.66797,3.66016 -3.66016,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path746" + d="m 388.60156,355.32031 3.66797,3.66797 -3.66797,3.66016 -3.67187,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path748" + d="m 393.41016,356.69141 3.66796,3.66796 -3.66796,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path750" + d="m 398.21875,358.76172 3.67187,3.66015 -3.67187,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path752" + d="m 403.03906,359.67187 3.67188,3.66797 -3.67188,3.67188 -3.66797,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path754" + d="m 407.85156,360.12891 3.66797,3.67187 -3.66797,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path756" + d="m 412.66016,359.67187 3.66796,3.66797 -3.66796,3.67188 L 409,363.33984 Z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path758" + d="m 417.48047,359.89844 3.66015,3.67187 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path760" + d="m 422.51953,361.28125 3.67188,3.66797 -3.67188,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path762" + d="m 427.55859,363.10937 3.67188,3.67188 -3.67188,3.66797 -3.66015,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path764" + d="m 432.37891,364.26172 3.66015,3.66797 -3.66015,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path766" + d="m 437.42187,365.17969 3.66797,3.66015 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path768" + d="m 442.69141,365.17969 3.66796,3.66015 -3.66796,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path770" + d="m 447.73047,365.39844 3.66797,3.67187 -3.66797,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path772" + d="m 452.76953,366.32031 3.67188,3.66797 -3.67188,3.67188 -3.66016,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path774" + d="m 458.05078,367.23828 3.66016,3.67188 -3.66016,3.66015 -3.67187,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path776" + d="m 463.32031,369.07031 3.66016,3.66797 -3.66016,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path778" + d="m 468.58984,369.53125 3.67188,3.66797 -3.67188,3.66015 -3.66797,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path780" + d="m 473.85937,370.44922 3.67188,3.66015 -3.67188,3.67188 -3.66796,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path782" + d="m 479.12891,370.44922 3.67187,3.66015 -3.67187,3.67188 -3.66016,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path784" + d="m 484.39844,370.91016 3.67187,3.66015 -3.67187,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path786" + d="m 489.89844,371.58984 3.67187,3.67188 -3.67187,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path788" + d="m 495.41016,372.73828 3.66015,3.67188 -3.66015,3.66015 -3.67188,-3.66015 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path790" + d="m 500.91016,373.19922 3.66015,3.66015 -3.66015,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path792" + d="m 506.41016,373.66016 3.66015,3.66015 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path794" + d="m 511.91016,373.66016 3.66015,3.66015 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path796" + d="m 517.41016,373.87891 3.66796,3.67187 -3.66796,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path798" + d="m 523.14062,374.57031 3.66797,3.66797 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path800" + d="m 528.64062,375.94922 3.66797,3.66015 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path802" + d="m 534.37109,377.32031 3.66797,3.66797 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path804" + d="m 540.10156,378.46875 3.66797,3.67187 -3.66797,3.66016 -3.67187,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path806" + d="m 545.82812,379.39062 3.67188,3.66016 -3.67188,3.66797 -3.66796,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path808" + d="m 551.55859,379.83984 3.67188,3.67188 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path810" + d="m 557.51953,379.39062 3.67188,3.66016 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path812" + d="m 563.25,379.16016 3.67187,3.66015 -3.67187,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path814" + d="m 569.21094,379.39062 3.66015,3.66016 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path816" + d="m 575.17187,380.53125 3.65625,3.66797 -3.65625,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path818" + d="m 581.12891,381.91016 3.66015,3.66015 -3.66015,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path820" + d="m 587.07812,382.82031 3.67188,3.66797 -3.67188,3.67188 -3.65625,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path822" + d="m 593.03906,383.51172 3.67188,3.66797 -3.67188,3.67187 -3.66015,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path824" + d="m 599.23047,384.66016 3.66797,3.66015 -3.66797,3.66797 -3.66016,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path826" + d="m 605.19141,385.12109 3.66796,3.66016 -3.66796,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path828" + d="m 611.37891,385.12109 3.67187,3.66016 -3.67187,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path830" + d="m 617.57031,385.57031 3.66797,3.66797 -3.66797,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path832" + d="m 623.76172,385.33984 3.66015,3.67188 -3.66015,3.66797 -3.67188,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path834" + d="m 630.17187,385.33984 3.66797,3.67188 -3.66797,3.66797 -3.66015,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path836" + d="m 636.35937,386.03125 3.67188,3.66797 -3.67188,3.67187 -3.66015,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path838" + d="m 642.78125,387.17969 3.66797,3.67187 -3.66797,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path840" + d="m 648.96875,388.55078 3.67187,3.66797 -3.67187,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path842" + d="m 655.39062,389.69922 3.66016,3.67187 -3.66016,3.66016 -3.67187,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path844" + d="m 661.80078,389.69922 3.66797,3.67187 -3.66797,3.66016 -3.66016,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path846" + d="m 668.21875,389.92969 3.67187,3.67187 -3.67187,3.66016 -3.66797,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path848" + d="m 674.87109,390.39062 3.66797,3.66016 -3.66797,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path850" + d="m 681.28906,390.16016 3.66016,3.66015 -3.66016,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path852" + d="m 687.92969,389.92969 3.67187,3.67187 -3.67187,3.66016 -3.66016,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path854" + d="m 694.57812,390.16016 3.67188,3.66015 -3.67188,3.66797 -3.66796,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path856" + d="m 701,391.07031 3.66016,3.66797 -3.66016,3.67188 -3.67188,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path858" + d="m 707.87109,391.98828 3.66797,3.67188 -3.66797,3.66796 -3.66015,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path860" + d="m 714.51953,393.14062 3.67188,3.66016 -3.67188,3.66797 -3.66797,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path862" + d="m 721.17187,393.82031 3.65625,3.66797 -3.65625,3.67188 -3.67187,-3.67188 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path864" + d="m 728.03906,393.60156 3.67188,3.66016 -3.67188,3.66797 -3.66015,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path866" + d="m 734.92187,394.05078 3.66797,3.66797 -3.66797,3.67187 -3.67187,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path868" + d="m 741.55859,394.73828 3.67188,3.67188 -3.67188,3.66796 -3.66015,-3.66796 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path870" + d="m 748.44141,395.66016 3.66796,3.66796 -3.66796,3.66016 -3.67188,-3.66016 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path872" + d="m 755.55078,395.89062 3.66016,3.66016 -3.66016,3.66797 -3.67187,-3.66797 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path874" + d="m 132.80859,198.08984 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path876" + d="m 134.87891,352.33984 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path878" + d="m 139,161.19141 h 3.89453 v -3.89844 H 139 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path880" + d="m 141.28906,183.42187 h 3.89844 v -3.89843 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path882" + d="m 143.58984,202.21094 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path884" + d="m 145.87891,210.69922 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path886" + d="m 148.17187,217.57031 h 3.89454 v -3.89844 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path888" + d="m 150.46094,281.51953 h 3.89453 V 277.625 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path890" + d="m 152.75,254.69922 h 3.89453 v -3.89453 H 152.75 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path892" + d="m 155.05078,240.26172 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path894" + d="m 157.57031,268.44922 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path896" + d="m 160.08984,256.98828 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path898" + d="m 162.60937,251.48828 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path900" + d="m 165.12891,256.53125 h 3.89843 v -3.89844 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path902" + d="m 167.64844,280.60156 h 3.89843 v -3.89844 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path904" + d="m 170.39844,264.78906 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path906" + d="m 172.92187,263.64062 h 3.89454 v -3.89843 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path908" + d="m 175.67187,275.55859 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path910" + d="m 178.42187,274.87109 h 3.89454 v -3.89843 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path912" + d="m 181.17187,285.17969 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path914" + d="m 183.92187,272.35156 h 3.89454 v -3.89844 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path916" + d="m 186.67187,280.60156 h 3.89454 v -3.89844 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path918" + d="m 189.64844,289.30859 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path920" + d="m 192.39844,285.41016 h 3.89843 v -3.89844 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path922" + d="m 195.37891,292.75 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path924" + d="m 198.35937,289.30859 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path926" + d="m 201.33984,295.96094 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path928" + d="m 204.32031,297.10156 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path930" + d="m 207.53125,298.48047 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path932" + d="m 210.51172,301.69141 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path934" + d="m 213.71875,308.10156 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path936" + d="m 216.92969,306.03906 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path938" + d="m 220.14062,312.46094 h 3.89454 v -3.89844 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path940" + d="m 223.35156,308.10156 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path942" + d="m 226.55859,312 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path944" + d="m 229.98828,313.60937 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path946" + d="m 233.19922,314.05859 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path948" + d="m 236.64062,316.80859 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path950" + d="m 240.07812,320.94141 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path952" + d="m 243.51953,326.44141 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path954" + d="m 246.94922,324.14844 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path956" + d="m 250.62109,331.01953 h 3.89453 V 327.125 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path958" + d="m 254.05859,326.67187 h 3.89844 v -3.89843 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path960" + d="m 257.73047,330.57031 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path962" + d="m 261.39062,332.17187 h 3.89454 v -3.89843 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path964" + d="m 265.05859,333.76953 h 3.89844 V 329.875 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path966" + d="m 268.73047,333.32031 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path968" + d="m 272.39062,334 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path970" + d="m 276.28906,333.32031 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path972" + d="m 279.96094,334 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path974" + d="m 283.85156,339.05078 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path976" + d="m 287.75,343.85937 h 3.89453 v -3.89453 H 287.75 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path978" + d="m 291.64844,341.80078 h 3.89843 v -3.89844 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path980" + d="m 295.76953,347.53125 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path982" + d="m 299.67187,344.08984 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path984" + d="m 303.57031,349.58984 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path986" + d="m 307.69141,346.37891 h 3.89453 v -3.89454 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path988" + d="m 311.82031,352.10937 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path990" + d="m 315.94141,349.35937 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path992" + d="m 320.07031,353.26172 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path994" + d="m 324.42187,350.73828 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path996" + d="m 328.55078,355.08984 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path998" + d="m 332.89844,356.23828 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1000" + d="m 337.03125,358.07031 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1002" + d="m 341.37891,358.53125 h 3.89843 v -3.89844 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1004" + d="m 345.73828,360.82031 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1006" + d="m 350.32031,359.44922 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1008" + d="m 354.67969,360.58984 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1010" + d="m 359.26172,358.76172 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1012" + d="m 363.62109,361.51172 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1014" + d="m 368.19922,363.10937 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1016" + d="m 372.78125,364.48828 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1018" + d="m 377.37109,367.46875 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1020" + d="m 382.17969,368.37891 h 3.89843 v -3.89454 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1022" + d="m 386.76953,366.55078 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1024" + d="m 391.57812,368.37891 h 3.89844 v -3.89454 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1026" + d="m 396.39062,369.98828 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1028" + d="m 401.19922,372.05078 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1030" + d="m 406.01953,372.51172 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1032" + d="m 410.82812,371.82031 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1034" + d="m 415.64062,372.96875 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1036" + d="m 420.69141,372.96875 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1038" + d="m 425.73047,374.80078 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1040" + d="m 430.53906,375.26172 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1042" + d="m 435.57812,378.01172 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1044" + d="m 440.85937,377.08984 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1046" + d="m 445.89844,378.69922 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1048" + d="m 450.94141,378.92969 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1050" + d="m 456.21094,379.60937 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1052" + d="m 461.48047,379.39062 h 3.89453 v -3.89843 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1054" + d="m 466.76172,382.82031 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1056" + d="m 472.03125,381.21875 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1058" + d="m 477.30078,384.19922 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1060" + d="m 482.57031,382.58984 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1062" + d="m 488.07031,384.66016 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1064" + d="m 493.57031,384.42969 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1066" + d="m 499.07031,386.26172 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1068" + d="m 504.57031,386.48828 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1070" + d="m 510.07031,387.41016 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1072" + d="m 515.57031,387.17969 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1074" + d="m 521.30078,386.94922 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1076" + d="m 526.80859,387.64062 h 3.89844 v -3.89843 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1078" + d="m 532.53906,389.46875 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1080" + d="m 538.26953,389.69922 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1082" + d="m 544,391.98828 h 3.89453 v -3.89453 H 544 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1084" + d="m 549.73047,391.53125 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1086" + d="m 555.67969,393.82031 h 3.89843 v -3.89844 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1088" + d="m 561.41016,393.14062 h 3.89453 v -3.89843 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1090" + d="m 567.37109,392.91016 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1092" + d="m 573.32812,392.91016 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1094" + d="m 579.28906,394.05078 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1096" + d="m 585.25,395.66016 h 3.89453 v -3.89844 H 585.25 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1098" + d="m 591.21094,396.80078 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1100" + d="m 597.39844,397.48828 h 3.89843 v -3.89453 h -3.89843 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1102" + d="m 603.35937,397.48828 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1104" + d="m 609.55078,399.10156 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1106" + d="m 615.73047,398.64062 h 3.89453 v -3.89843 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1108" + d="m 621.92187,399.55078 h 3.89454 v -3.89844 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1110" + d="m 628.33984,399.10156 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1112" + d="m 634.53125,399.10156 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1114" + d="m 640.94922,399.32812 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1116" + d="m 647.14062,400.69922 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1118" + d="m 653.55078,402.53125 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1120" + d="m 659.96875,402.07812 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1122" + d="m 666.39062,403.67969 h 3.89454 v -3.89453 h -3.89454 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1124" + d="m 673.03125,403.21875 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1126" + d="m 679.44922,403.21875 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1128" + d="m 686.10156,403.91016 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1130" + d="m 692.75,403.44922 h 3.89453 v -3.89453 H 692.75 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1132" + d="m 699.16016,403.67969 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1134" + d="m 706.03906,404.82812 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1136" + d="m 712.69141,405.51172 h 3.89453 v -3.89844 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1138" + d="m 719.32812,405.73828 h 3.89844 v -3.89453 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1140" + d="m 726.21094,407.57812 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1142" + d="m 733.07812,407.35156 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1144" + d="m 739.73047,407.57812 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1146" + d="m 746.60937,408.26172 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1148" + d="m 753.71094,408.48828 h 3.89453 v -3.89453 h -3.89453 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1150" + d="m 138.76953,151.91016 c 0,1.07031 -0.87109,1.9414 -1.94922,1.9414 -1.07031,0 -1.9414,-0.87109 -1.9414,-1.9414 0,-1.08204 0.87109,-1.94922 1.9414,-1.94922 1.07813,0 1.94922,0.86718 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1152" + d="m 140.82812,153.28125 c 0,1.07812 -0.86718,1.94922 -1.9375,1.94922 -1.08203,0 -1.94921,-0.8711 -1.94921,-1.94922 0,-1.08203 0.86718,-1.95313 1.94921,-1.95313 1.07032,0 1.9375,0.8711 1.9375,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1154" + d="m 142.89844,180.10156 c 0,1.07031 -0.86719,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87109,-1.95312 1.94922,-1.95312 1.08203,0 1.94922,0.87109 1.94922,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1156" + d="m 145.19141,197.75 c 0,1.07031 -0.8711,1.94141 -1.95313,1.94141 -1.06641,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.07813 0.88281,-1.94922 1.94922,-1.94922 1.08203,0 1.95313,0.87109 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1158" + d="m 147.48047,206 c 0,1.07031 -0.8711,1.94141 -1.94922,1.94141 -1.07031,0 -1.94141,-0.8711 -1.94141,-1.94141 0,-1.07813 0.8711,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1160" + d="m 149.76953,214.48047 c 0,1.07031 -0.87109,1.94922 -1.94141,1.94922 -1.07812,0 -1.94921,-0.87891 -1.94921,-1.94922 0,-1.08203 0.87109,-1.94922 1.94921,-1.94922 1.07032,0 1.94141,0.86719 1.94141,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1162" + d="m 152.07031,254.58984 c 0,1.07032 -0.8789,1.94141 -1.94922,1.94141 -1.08203,0 -1.94922,-0.87109 -1.94922,-1.94141 0,-1.07812 0.86719,-1.94922 1.94922,-1.94922 1.07032,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1164" + d="m 154.35937,260.32031 c 0,1.07031 -0.87109,1.94141 -1.94921,1.94141 -1.08204,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.08203 0.86718,-1.94922 1.94922,-1.94922 1.07812,0 1.94921,0.86719 1.94921,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1166" + d="m 156.64844,262.37891 c 0,1.08203 -0.86719,1.94921 -1.94922,1.94921 -1.07031,0 -1.94922,-0.86718 -1.94922,-1.94921 0,-1.07813 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1168" + d="m 158.94141,255.73047 c 0,1.07812 -0.8711,1.94922 -1.95313,1.94922 -1.06641,0 -1.9375,-0.8711 -1.9375,-1.94922 0,-1.07031 0.87109,-1.94922 1.9375,-1.94922 1.08203,0 1.95313,0.87891 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1170" + d="m 161.46094,264.44141 c 0,1.07812 -0.8711,1.94921 -1.94922,1.94921 -1.07031,0 -1.94141,-0.87109 -1.94141,-1.94921 0,-1.07032 0.8711,-1.95313 1.94141,-1.95313 1.07812,0 1.94922,0.88281 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1172" + d="m 163.98047,263.98047 c 0,1.07812 -0.8711,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94141 1.94922,-1.94141 1.07031,0 1.94141,0.8711 1.94141,1.94141 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1174" + d="m 166.5,243.12891 c 0,1.07031 -0.87109,1.9414 -1.94141,1.9414 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.07032,0 1.94141,0.87109 1.94141,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1176" + d="m 169.03125,269.94141 c 0,1.07812 -0.88281,1.94921 -1.95313,1.94921 -1.07812,0 -1.94921,-0.87109 -1.94921,-1.94921 0,-1.07032 0.87109,-1.95313 1.94921,-1.95313 1.07032,0 1.95313,0.88281 1.95313,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1178" + d="m 171.55078,264.44141 c 0,1.07812 -0.87109,1.94921 -1.94922,1.94921 -1.08203,0 -1.95312,-0.87109 -1.95312,-1.94921 0,-1.07032 0.87109,-1.95313 1.95312,-1.95313 1.07813,0 1.94922,0.88281 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1180" + d="m 174.30078,270.85937 c 0,1.08204 -0.87109,1.94922 -1.94922,1.94922 -1.08203,0 -1.95312,-0.86718 -1.95312,-1.94922 0,-1.07812 0.87109,-1.94921 1.95312,-1.94921 1.07813,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1182" + d="m 176.82031,266.96094 c 0,1.07812 -0.87109,1.94922 -1.94922,1.94922 -1.08203,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07032 0.86719,-1.94141 1.94922,-1.94141 1.07813,0 1.94922,0.87109 1.94922,1.94141 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1184" + d="m 179.57031,275.67187 c 0,1.07813 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.87891,-1.95312 1.94922,-1.95312 1.07813,0 1.94922,0.88281 1.94922,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1186" + d="m 182.32031,277.28125 c 0,1.07031 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87891,-1.95313 1.94922,-1.95313 1.07813,0 1.94922,0.8711 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1188" + d="m 185.07031,273.83984 c 0,1.08203 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07812 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1190" + d="m 187.82031,274.98828 c 0,1.07031 -0.87109,1.94141 -1.94922,1.94141 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.07812 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1192" + d="m 190.57031,281.17187 c 0,1.07813 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.87891,-1.9414 1.94922,-1.9414 1.07813,0 1.94922,0.87109 1.94922,1.9414 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1194" + d="m 193.55078,283.23828 c 0,1.07031 -0.87109,1.94141 -1.94922,1.94141 -1.07031,0 -1.95312,-0.8711 -1.95312,-1.94141 0,-1.07812 0.88281,-1.94922 1.95312,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1196" + d="m 196.30078,284.83984 c 0,1.08203 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.95312,-0.86719 -1.95312,-1.94922 0,-1.07812 0.88281,-1.94922 1.95312,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1198" + d="m 199.28125,286.44922 c 0,1.07031 -0.87109,1.9414 -1.95313,1.9414 -1.0664,0 -1.94921,-0.87109 -1.94921,-1.9414 0,-1.07813 0.88281,-1.94922 1.94921,-1.94922 1.08204,0 1.95313,0.87109 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1200" + d="m 202.26172,288.28125 c 0,1.07031 -0.8711,1.94922 -1.95313,1.94922 -1.07031,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87891,-1.95313 1.94922,-1.95313 1.08203,0 1.95313,0.8711 1.95313,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1202" + d="m 205.23828,289.19922 c 0,1.07031 -0.86719,1.9414 -1.94922,1.9414 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.07813 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1204" + d="m 208.21875,292.85937 c 0,1.08204 -0.86719,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.86718 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.8789 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1206" + d="m 211.42969,293.08984 c 0,1.08203 -0.8711,1.94922 -1.94922,1.94922 -1.08203,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.86719,-1.94922 1.94922,-1.94922 1.07812,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1208" + d="m 214.41016,299.96875 c 0,1.07031 -0.8711,1.95312 -1.94922,1.95312 -1.08203,0 -1.94922,-0.88281 -1.94922,-1.95312 0,-1.07813 0.86719,-1.94922 1.94922,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1210" + d="m 217.62109,303.64062 c 0,1.07032 -0.88281,1.9375 -1.94922,1.9375 -1.08203,0 -1.95312,-0.86718 -1.95312,-1.9375 0,-1.08203 0.87109,-1.94921 1.95312,-1.94921 1.06641,0 1.94922,0.86718 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1212" + d="m 220.82812,304.78125 c 0,1.07812 -0.8789,1.94922 -1.94921,1.94922 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.87109,-1.95313 1.94922,-1.95313 1.07031,0 1.94921,0.88282 1.94921,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1214" + d="m 224.03125,303.85937 c 0,1.08204 -0.87109,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.86718 -1.94922,-1.94922 0,-1.07031 0.8711,-1.9375 1.94922,-1.9375 1.07032,0 1.94141,0.86719 1.94141,1.9375 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1216" + d="m 227.23828,304.78125 c 0,1.07812 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.9375,-0.8711 -1.9375,-1.94922 0,-1.07031 0.86719,-1.95313 1.9375,-1.95313 1.08203,0 1.94922,0.88282 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1218" + d="m 230.44922,306.39062 c 0,1.07032 -0.8711,1.9375 -1.94922,1.9375 -1.07031,0 -1.94141,-0.86718 -1.94141,-1.9375 0,-1.08203 0.8711,-1.94921 1.94141,-1.94921 1.07812,0 1.94922,0.86718 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1220" + d="m 233.89062,307.98828 c 0,1.08203 -0.87109,1.95313 -1.94921,1.95313 -1.07032,0 -1.95313,-0.8711 -1.95313,-1.95313 0,-1.07812 0.88281,-1.94922 1.95313,-1.94922 1.07812,0 1.94921,0.8711 1.94921,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1222" + d="m 237.10156,311.19922 c 0,1.07031 -0.87109,1.94922 -1.95312,1.94922 -1.07813,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.07813 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.95312,0.87109 1.95312,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1224" + d="m 240.53906,314.17969 c 0,1.07031 -0.8789,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.07032,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1226" + d="m 243.96875,318.53125 c 0,1.07812 -0.86719,1.94922 -1.9375,1.94922 -1.08203,0 -1.95313,-0.8711 -1.95313,-1.94922 0,-1.07031 0.8711,-1.95313 1.95313,-1.95313 1.07031,0 1.9375,0.88282 1.9375,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1228" + d="m 247.41016,320.82812 c 0,1.07032 -0.8711,1.94141 -1.94922,1.94141 -1.07032,0 -1.94141,-0.87109 -1.94141,-1.94141 0,-1.07812 0.87109,-1.94921 1.94141,-1.94921 1.07812,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1230" + d="m 250.85156,322.42969 c 0,1.08203 -0.87109,1.94922 -1.95312,1.94922 -1.07032,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07813 0.8789,-1.94922 1.94922,-1.94922 1.08203,0 1.95312,0.87109 1.95312,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1232" + d="m 254.51953,321.73828 c 0,1.08203 -0.87109,1.95313 -1.94922,1.95313 -1.08203,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.06641 0.86719,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.88281 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1234" + d="m 257.96094,322.42969 c 0,1.08203 -0.88282,1.94922 -1.94922,1.94922 -1.08203,0 -1.95313,-0.86719 -1.95313,-1.94922 0,-1.07813 0.8711,-1.94922 1.95313,-1.94922 1.0664,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1236" + d="m 261.62109,324.26172 c 0,1.07812 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.9414,-0.8711 -1.9414,-1.94922 0,-1.07031 0.87109,-1.95313 1.9414,-1.95313 1.07813,0 1.94922,0.88282 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1238" + d="m 265.28906,325.64062 c 0,1.07032 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.8789 -1.94922,-1.94922 0,-1.08203 0.87891,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.86718 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1240" + d="m 268.96094,325.41016 c 0,1.07812 -0.88282,1.94921 -1.94922,1.94921 -1.08203,0 -1.95313,-0.87109 -1.95313,-1.94921 0,-1.08204 0.8711,-1.94922 1.95313,-1.94922 1.0664,0 1.94922,0.86718 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1242" + d="m 272.62109,326.10156 c 0,1.07031 -0.87109,1.9375 -1.9414,1.9375 -1.07813,0 -1.94922,-0.86719 -1.94922,-1.9375 0,-1.08203 0.87109,-1.95312 1.94922,-1.95312 1.07031,0 1.9414,0.87109 1.9414,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1244" + d="m 276.28906,326.32812 c 0,1.07032 -0.86719,1.94141 -1.94922,1.94141 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94141 0,-1.07812 0.87891,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1246" + d="m 280.19141,327.92969 c 0,1.08203 -0.8711,1.94922 -1.95313,1.94922 -1.07812,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.95313,0.87109 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1248" + d="m 283.85156,330.91016 c 0,1.07812 -0.87109,1.94921 -1.9414,1.94921 -1.08204,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.08204 0.86718,-1.94922 1.94922,-1.94922 1.07031,0 1.9414,0.86718 1.9414,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1250" + d="m 287.75,335.26172 c 0,1.07812 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.87891,-1.94141 1.94922,-1.94141 1.07813,0 1.94922,0.8711 1.94922,1.94141 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1252" + d="m 291.64844,337.78906 c 0,1.07031 -0.86719,1.94141 -1.94922,1.94141 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.07812 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1254" + d="m 295.53906,338.46875 c 0,1.08203 -0.86719,1.95312 -1.9375,1.95312 -1.08203,0 -1.95312,-0.87109 -1.95312,-1.95312 0,-1.07031 0.87109,-1.9375 1.95312,-1.9375 1.07031,0 1.9375,0.86719 1.9375,1.9375 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1256" + d="m 299.67187,339.16016 c 0,1.07812 -0.87109,1.94921 -1.95312,1.94921 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.07032 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.95312,0.8789 1.95312,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1258" + d="m 303.57031,340.30859 c 0,1.07032 -0.8789,1.95313 -1.94922,1.95313 -1.08203,0 -1.94922,-0.88281 -1.94922,-1.95313 0,-1.07812 0.86719,-1.94922 1.94922,-1.94922 1.07032,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1260" + d="m 307.46094,340.98828 c 0,1.08203 -0.8711,1.95313 -1.94922,1.95313 -1.07031,0 -1.94141,-0.8711 -1.94141,-1.95313 0,-1.06641 0.8711,-1.9375 1.94141,-1.9375 1.07812,0 1.94922,0.87109 1.94922,1.9375 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1262" + d="m 311.58984,342.82812 c 0,1.07032 -0.87109,1.95313 -1.94922,1.95313 -1.08203,0 -1.94921,-0.88281 -1.94921,-1.95313 0,-1.07812 0.86718,-1.94921 1.94921,-1.94921 1.07813,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1264" + d="m 315.71094,343.51953 c 0,1.07031 -0.8711,1.94141 -1.94141,1.94141 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.07812 0.8711,-1.94922 1.94922,-1.94922 1.07031,0 1.94141,0.8711 1.94141,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1266" + d="m 319.83984,343.96875 c 0,1.08203 -0.87109,1.95312 -1.94922,1.95312 -1.08203,0 -1.94921,-0.87109 -1.94921,-1.95312 0,-1.07031 0.86718,-1.9375 1.94921,-1.9375 1.07813,0 1.94922,0.86719 1.94922,1.9375 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1268" + d="m 323.96094,344.89062 c 0,1.07813 -0.8711,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94921 1.94922,-1.94921 1.07031,0 1.94141,0.8789 1.94141,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1270" + d="m 328.32031,345.80859 c 0,1.07032 -0.87109,1.95313 -1.94922,1.95313 -1.07031,0 -1.94922,-0.88281 -1.94922,-1.95313 0,-1.07812 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1272" + d="m 332.44141,347.41016 c 0,1.07812 -0.8711,1.94921 -1.94141,1.94921 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.07032 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.94141,0.8789 1.94141,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1274" + d="m 336.80078,349.01953 c 0,1.07031 -0.87109,1.94141 -1.94922,1.94141 -1.07031,0 -1.95312,-0.8711 -1.95312,-1.94141 0,-1.07812 0.88281,-1.94922 1.95312,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1276" + d="m 340.92969,350.62109 c 0,1.07813 -0.87891,1.94922 -1.94922,1.94922 -1.08203,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.86719,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1278" + d="m 345.28125,351.30859 c 0,1.07032 -0.87109,1.95313 -1.95313,1.95313 -1.0664,0 -1.94921,-0.88281 -1.94921,-1.95313 0,-1.07812 0.88281,-1.94922 1.94921,-1.94922 1.08204,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1280" + d="m 349.62891,351.30859 c 0,1.07032 -0.86719,1.95313 -1.9375,1.95313 -1.08204,0 -1.95313,-0.88281 -1.95313,-1.95313 0,-1.07812 0.87109,-1.94922 1.95313,-1.94922 1.07031,0 1.9375,0.8711 1.9375,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1282" + d="m 354.21875,351.07812 c 0,1.08204 -0.86719,1.95313 -1.94922,1.95313 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.95313 0,-1.07812 0.8711,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1284" + d="m 358.57031,351.53906 c 0,1.07031 -0.87109,1.94922 -1.9414,1.94922 -1.07813,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.07812 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.9414,0.8711 1.9414,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1286" + d="m 363.16016,352.67969 c 0,1.08203 -0.8711,1.94922 -1.94922,1.94922 -1.08203,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07032 0.86719,-1.94141 1.94922,-1.94141 1.07812,0 1.94922,0.87109 1.94922,1.94141 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1288" + d="m 367.51172,354.51953 c 0,1.07031 -0.8711,1.94922 -1.95313,1.94922 -1.07031,0 -1.9375,-0.87891 -1.9375,-1.94922 0,-1.07812 0.86719,-1.94922 1.9375,-1.94922 1.08203,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1290" + d="m 372.10156,356.57812 c 0,1.08204 -0.88281,1.95313 -1.95312,1.95313 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.95313 0,-1.07812 0.87109,-1.94921 1.94922,-1.94921 1.07031,0 1.95312,0.87109 1.95312,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1292" + d="m 376.67969,357.96094 c 0,1.07031 -0.8711,1.9375 -1.94922,1.9375 -1.07031,0 -1.94922,-0.86719 -1.94922,-1.9375 0,-1.08203 0.87891,-1.94922 1.94922,-1.94922 1.07812,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1294" + d="m 381.26172,358.64062 c 0,1.07813 -0.8711,1.94922 -1.94141,1.94922 -1.08203,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.86719,-1.94921 1.94922,-1.94921 1.07031,0 1.94141,0.8789 1.94141,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1296" + d="m 386.07812,358.87109 c 0,1.07813 -0.86718,1.94922 -1.94921,1.94922 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.94921,0.87891 1.94921,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1298" + d="m 390.66016,358.64062 c 0,1.07813 -0.8711,1.94922 -1.94922,1.94922 -1.07032,0 -1.94141,-0.87109 -1.94141,-1.94922 0,-1.07031 0.87109,-1.94921 1.94141,-1.94921 1.07812,0 1.94922,0.8789 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1300" + d="m 395.46875,360.48047 c 0,1.07031 -0.86719,1.9414 -1.9375,1.9414 -1.08203,0 -1.95313,-0.87109 -1.95313,-1.9414 0,-1.08203 0.8711,-1.94922 1.95313,-1.94922 1.07031,0 1.9375,0.86719 1.9375,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1302" + d="m 400.28906,362.30859 c 0,1.08203 -0.86719,1.95313 -1.94922,1.95313 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.07812 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1304" + d="m 405.10156,363.23047 c 0,1.07031 -0.87109,1.94922 -1.95312,1.94922 -1.07032,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.8789,-1.94922 1.94922,-1.94922 1.08203,0 1.95312,0.86719 1.95312,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1306" + d="m 409.91016,363.46094 c 0,1.07031 -0.8711,1.9375 -1.94141,1.9375 -1.07813,0 -1.94922,-0.86719 -1.94922,-1.9375 0,-1.08203 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.94141,0.86719 1.94141,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1308" + d="m 414.73047,363.23047 c 0,1.07031 -0.8711,1.94922 -1.94922,1.94922 -1.08203,0 -1.95313,-0.87891 -1.95313,-1.94922 0,-1.08203 0.8711,-1.94922 1.95313,-1.94922 1.07812,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1310" + d="m 419.53906,363.69141 c 0,1.07031 -0.86719,1.9375 -1.94922,1.9375 -1.07031,0 -1.94922,-0.86719 -1.94922,-1.9375 0,-1.08204 0.87891,-1.95313 1.94922,-1.95313 1.08203,0 1.94922,0.87109 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1312" + d="m 424.57812,365.05859 c 0,1.08203 -0.86718,1.95313 -1.94921,1.95313 -1.07032,0 -1.9375,-0.8711 -1.9375,-1.95313 0,-1.07812 0.86718,-1.94922 1.9375,-1.94922 1.08203,0 1.94921,0.8711 1.94921,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1314" + d="m 429.62891,366.66016 c 0,1.07812 -0.87891,1.94921 -1.94922,1.94921 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.07032 0.87109,-1.94141 1.94922,-1.94141 1.07031,0 1.94922,0.87109 1.94922,1.94141 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1316" + d="m 434.44141,368.03906 c 0,1.08203 -0.8711,1.94922 -1.95313,1.94922 -1.07812,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07812 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1318" + d="m 439.48047,368.73047 c 0,1.07031 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.95313,-0.87891 -1.95313,-1.94922 0,-1.08203 0.88282,-1.94922 1.95313,-1.94922 1.07812,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1320" + d="m 444.75,368.73047 c 0,1.07031 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.87891 -1.94141,-1.94922 0,-1.08203 0.8711,-1.94922 1.94141,-1.94922 1.07813,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1322" + d="m 449.78906,369.19141 c 0,1.07031 -0.86719,1.9375 -1.9375,1.9375 -1.08203,0 -1.95312,-0.86719 -1.95312,-1.9375 0,-1.08204 0.87109,-1.95313 1.95312,-1.95313 1.07031,0 1.9375,0.87109 1.9375,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1324" + d="m 454.83984,370.10156 c 0,1.07813 -0.8789,1.94922 -1.94922,1.94922 -1.08203,0 -1.94921,-0.87109 -1.94921,-1.94922 0,-1.07031 0.86718,-1.95312 1.94921,-1.95312 1.07032,0 1.94922,0.88281 1.94922,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1326" + d="m 460.10937,370.78906 c 0,1.08203 -0.87109,1.94922 -1.94921,1.94922 -1.08204,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07812 0.86718,-1.94922 1.94922,-1.94922 1.07812,0 1.94921,0.8711 1.94921,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1328" + d="m 465.37891,372.39062 c 0,1.07813 -0.86719,1.94922 -1.94922,1.94922 -1.07032,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.8789,-1.9414 1.94922,-1.9414 1.08203,0 1.94922,0.87109 1.94922,1.9414 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1330" + d="m 470.64844,373.30859 c 0,1.08203 -0.86719,1.95313 -1.94922,1.95313 -1.07031,0 -1.9375,-0.8711 -1.9375,-1.95313 0,-1.07031 0.86719,-1.94922 1.9375,-1.94922 1.08203,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1332" + d="m 475.92187,373.76953 c 0,1.08203 -0.87109,1.94922 -1.9414,1.94922 -1.08203,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07812 0.86719,-1.94922 1.94922,-1.94922 1.07031,0 1.9414,0.8711 1.9414,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1334" + d="m 481.19922,374.23047 c 0,1.07031 -0.87891,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1336" + d="m 486.46875,374.46094 c 0,1.07031 -0.87891,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.8711,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1338" + d="m 491.96875,375.37109 c 0,1.07813 -0.86719,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.8711,-1.9414 1.94922,-1.9414 1.08203,0 1.94922,0.87109 1.94922,1.9414 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1340" + d="m 497.46875,376.28906 c 0,1.08203 -0.86719,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1342" + d="m 502.96875,376.98047 c 0,1.07031 -0.86719,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1344" + d="m 508.46875,377.21094 c 0,1.07031 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1346" + d="m 513.96875,377.21094 c 0,1.07031 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1348" + d="m 519.46875,377.44141 c 0,1.07031 -0.86719,1.94921 -1.94922,1.94921 -1.07031,0 -1.94922,-0.8789 -1.94922,-1.94921 0,-1.08204 0.87891,-1.95313 1.94922,-1.95313 1.08203,0 1.94922,0.87109 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1350" + d="m 525.19922,378.35156 c 0,1.07813 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.87891,-1.9414 1.94922,-1.9414 1.07812,0 1.94922,0.87109 1.94922,1.9414 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1352" + d="m 530.69922,379.5 c 0,1.07812 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.8711 -1.94141,-1.94922 0,-1.07813 0.8711,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1354" + d="m 536.42969,381.10156 c 0,1.07813 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.87109 -1.94141,-1.94922 0,-1.07031 0.8711,-1.9414 1.94141,-1.9414 1.07812,0 1.94922,0.87109 1.94922,1.9414 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1356" + d="m 542.16016,382.25 c 0,1.07812 -0.8711,1.94922 -1.94922,1.94922 -1.07032,0 -1.94141,-0.8711 -1.94141,-1.94922 0,-1.07813 0.87109,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1358" + d="m 547.89062,382.94141 c 0,1.07031 -0.87109,1.94921 -1.94921,1.94921 -1.07032,0 -1.94141,-0.8789 -1.94141,-1.94921 0,-1.08204 0.87109,-1.95313 1.94141,-1.95313 1.07812,0 1.94921,0.87109 1.94921,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1360" + d="m 553.62109,383.17187 c 0,1.06641 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.9414,-0.88281 -1.9414,-1.94922 0,-1.08203 0.87109,-1.95312 1.9414,-1.95312 1.07813,0 1.94922,0.87109 1.94922,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1362" + d="m 559.57812,383.17187 c 0,1.06641 -0.86718,1.94922 -1.94921,1.94922 -1.07032,0 -1.94922,-0.88281 -1.94922,-1.94922 0,-1.08203 0.8789,-1.95312 1.94922,-1.95312 1.08203,0 1.94921,0.87109 1.94921,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1364" + d="m 565.30859,382.71094 c 0,1.07031 -0.86718,1.94922 -1.94922,1.94922 -1.07031,0 -1.94921,-0.87891 -1.94921,-1.94922 0,-1.08203 0.8789,-1.94922 1.94921,-1.94922 1.08204,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1366" + d="m 571.26953,383.17187 c 0,1.06641 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.88281 -1.94922,-1.94922 0,-1.08203 0.87891,-1.95312 1.94922,-1.95312 1.07813,0 1.94922,0.87109 1.94922,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1368" + d="m 577.23047,384.30859 c 0,1.08203 -0.8711,1.95313 -1.94922,1.95313 -1.07031,0 -1.95313,-0.8711 -1.95313,-1.95313 0,-1.07031 0.88282,-1.9375 1.95313,-1.9375 1.07812,0 1.94922,0.86719 1.94922,1.9375 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1370" + d="m 583.19141,385.69141 c 0,1.07031 -0.8711,1.94921 -1.95313,1.94921 -1.07812,0 -1.94922,-0.8789 -1.94922,-1.94921 0,-1.08204 0.8711,-1.95313 1.94922,-1.95313 1.08203,0 1.95313,0.87109 1.95313,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1372" + d="m 589.14844,386.60937 c 0,1.07032 -0.86719,1.94141 -1.94922,1.94141 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.94141 0,-1.07812 0.87109,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1374" + d="m 595.10937,387.28906 c 0,1.08203 -0.8789,1.94922 -1.94921,1.94922 -1.08204,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.86718,-1.94922 1.94922,-1.94922 1.07031,0 1.94921,0.87891 1.94921,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1376" + d="m 601.30078,388.44141 c 0,1.07031 -0.87891,1.94921 -1.94922,1.94921 -1.08203,0 -1.95312,-0.8789 -1.95312,-1.94921 0,-1.08204 0.87109,-1.95313 1.95312,-1.95313 1.07031,0 1.94922,0.87109 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1378" + d="m 607.25,388.67187 c 0,1.06641 -0.87109,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.88281 -1.94922,-1.94922 0,-1.08203 0.8711,-1.95312 1.94922,-1.95312 1.07032,0 1.94141,0.87109 1.94141,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1380" + d="m 613.44141,388.89844 c 0,1.07031 -0.8711,1.95312 -1.95313,1.95312 -1.06641,0 -1.9375,-0.88281 -1.9375,-1.95312 0,-1.07813 0.87109,-1.94922 1.9375,-1.94922 1.08203,0 1.95313,0.87109 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1382" + d="m 619.62891,389.35937 c 0,1.07032 -0.86719,1.94141 -1.94922,1.94141 -1.07032,0 -1.94922,-0.87109 -1.94922,-1.94141 0,-1.07812 0.8789,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1384" + d="m 625.82031,389.12891 c 0,1.07031 -0.87109,1.9414 -1.94922,1.9414 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.07813 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1386" + d="m 632.23828,389.12891 c 0,1.07031 -0.87891,1.9414 -1.94922,1.9414 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1388" + d="m 638.42969,389.80859 c 0,1.08203 -0.87891,1.95313 -1.94922,1.95313 -1.08203,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.07031 0.86719,-1.9375 1.94922,-1.9375 1.07031,0 1.94922,0.86719 1.94922,1.9375 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1390" + d="m 644.83984,390.73047 c 0,1.07812 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.9414,-0.8711 -1.9414,-1.94922 0,-1.08203 0.87109,-1.94922 1.9414,-1.94922 1.07813,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1392" + d="m 651.03125,392.10937 c 0,1.07032 -0.87109,1.94141 -1.95313,1.94141 -1.0664,0 -1.9375,-0.87109 -1.9375,-1.94141 0,-1.07812 0.8711,-1.94921 1.9375,-1.94921 1.08204,0 1.95313,0.87109 1.95313,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1394" + d="m 657.44922,393.25 c 0,1.07812 -0.8711,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.87109,-1.94922 1.94922,-1.94922 1.07812,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1396" + d="m 663.87109,393.25 c 0,1.07812 -0.88281,1.94922 -1.94922,1.94922 -1.08203,0 -1.95312,-0.8711 -1.95312,-1.94922 0,-1.07031 0.87109,-1.94922 1.95312,-1.94922 1.06641,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1398" + d="m 670.28125,393.48047 c 0,1.07812 -0.87109,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94922 1.94922,-1.94922 1.07032,0 1.94141,0.87891 1.94141,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1400" + d="m 676.92969,393.94141 c 0,1.07812 -0.8711,1.94921 -1.94922,1.94921 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.08204 0.87891,-1.95313 1.94922,-1.95313 1.07812,0 1.94922,0.87109 1.94922,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1402" + d="m 683.35156,393.48047 c 0,1.07812 -0.87109,1.94922 -1.95312,1.94922 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.95312,0.87891 1.95312,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1404" + d="m 690,393.71094 c 0,1.07812 -0.87891,1.94922 -1.94922,1.94922 -1.08203,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.08203 0.86719,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1406" + d="m 696.64062,393.94141 c 0,1.07812 -0.87109,1.94921 -1.94921,1.94921 -1.07032,0 -1.94141,-0.87109 -1.94141,-1.94921 0,-1.08204 0.87109,-1.95313 1.94141,-1.95313 1.07812,0 1.94921,0.87109 1.94921,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1408" + d="m 703.05859,394.85937 c 0,1.07032 -0.86718,1.94141 -1.94922,1.94141 -1.07031,0 -1.94921,-0.87109 -1.94921,-1.94141 0,-1.07812 0.8789,-1.94921 1.94921,-1.94921 1.08204,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1410" + d="m 709.94141,395.76953 c 0,1.08203 -0.88282,1.94922 -1.95313,1.94922 -1.07812,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94922 1.94922,-1.94922 1.07031,0 1.95313,0.87891 1.95313,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1412" + d="m 716.57812,396.92187 c 0,1.07813 -0.86718,1.94922 -1.94921,1.94922 -1.07032,0 -1.9375,-0.87109 -1.9375,-1.94922 0,-1.08203 0.86718,-1.95312 1.9375,-1.95312 1.08203,0 1.94921,0.87109 1.94921,1.95312 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1414" + d="m 723.23047,397.37891 c 0,1.07031 -0.8711,1.94921 -1.94922,1.94921 -1.08203,0 -1.95313,-0.8789 -1.95313,-1.94921 0,-1.07813 0.8711,-1.94922 1.95313,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1416" + d="m 730.10156,397.37891 c 0,1.07031 -0.87109,1.94921 -1.9414,1.94921 -1.08204,0 -1.94922,-0.8789 -1.94922,-1.94921 0,-1.07813 0.86718,-1.94922 1.94922,-1.94922 1.07031,0 1.9414,0.87109 1.9414,1.94922 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1418" + d="m 736.98047,397.60937 c 0,1.07032 -0.8711,1.94141 -1.94922,1.94141 -1.07031,0 -1.95313,-0.87109 -1.95313,-1.94141 0,-1.07812 0.88282,-1.94921 1.95313,-1.94921 1.07812,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1420" + d="m 743.62891,398.51953 c 0,1.08203 -0.86719,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.87109,-1.94141 1.94922,-1.94141 1.08203,0 1.94922,0.8711 1.94922,1.94141 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1422" + d="m 750.5,399.44141 c 0,1.07812 -0.87109,1.94921 -1.94141,1.94921 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.08204 0.8711,-1.95313 1.94922,-1.95313 1.07032,0 1.94141,0.87109 1.94141,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1424" + d="m 757.60937,399.44141 c 0,1.07812 -0.87109,1.94921 -1.94921,1.94921 -1.08204,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.08204 0.86718,-1.95313 1.94922,-1.95313 1.07812,0 1.94921,0.87109 1.94921,1.95313 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1426" + d="m 138.76953,176.66016 c 0,1.07031 -0.87109,1.94921 -1.94922,1.94921 -1.07031,0 -1.9414,-0.8789 -1.9414,-1.94921 0,-1.08204 0.87109,-1.94922 1.9414,-1.94922 1.07813,0 1.94922,0.86718 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1428" + d="m 140.82812,165.19922 c 0,1.08203 -0.86718,1.94922 -1.9375,1.94922 -1.08203,0 -1.94921,-0.86719 -1.94921,-1.94922 0,-1.07813 0.86718,-1.94922 1.94921,-1.94922 1.07032,0 1.9375,0.87109 1.9375,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1430" + d="m 142.89844,182.85156 c 0,1.07031 -0.86719,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87109,-1.95312 1.94922,-1.95312 1.08203,0 1.94922,0.87109 1.94922,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1432" + d="m 145.19141,202.78906 c 0,1.07031 -0.8711,1.94922 -1.95313,1.94922 -1.06641,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.07812 0.88281,-1.94922 1.94922,-1.94922 1.08203,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1434" + d="m 147.48047,211.5 c 0,1.07031 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.87891 -1.94141,-1.94922 0,-1.07813 0.8711,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1436" + d="m 149.76953,216.53906 c 0,1.08203 -0.87109,1.94922 -1.94141,1.94922 -1.07812,0 -1.94921,-0.86719 -1.94921,-1.94922 0,-1.07812 0.87109,-1.94922 1.94921,-1.94922 1.07032,0 1.94141,0.8711 1.94141,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1438" + d="m 152.07031,304.55078 c 0,1.07813 -0.8789,1.94922 -1.94922,1.94922 -1.08203,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.86719,-1.94922 1.94922,-1.94922 1.07032,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1440" + d="m 154.35937,319.91016 c 0,1.07031 -0.87109,1.94921 -1.94921,1.94921 -1.08204,0 -1.94922,-0.8789 -1.94922,-1.94921 0,-1.08204 0.86718,-1.94922 1.94922,-1.94922 1.07812,0 1.94921,0.86718 1.94921,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1442" + d="m 156.64844,305.01172 c 0,1.07812 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.08203 0.87891,-1.95313 1.94922,-1.95313 1.08203,0 1.94922,0.8711 1.94922,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1444" + d="m 158.94141,277.28125 c 0,1.07031 -0.8711,1.94922 -1.95313,1.94922 -1.06641,0 -1.9375,-0.87891 -1.9375,-1.94922 0,-1.08203 0.87109,-1.95313 1.9375,-1.95313 1.08203,0 1.95313,0.8711 1.95313,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1446" + d="m 161.46094,279.33984 c 0,1.08203 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.86719 -1.94141,-1.94922 0,-1.07812 0.8711,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1448" + d="m 163.98047,280.26172 c 0,1.0664 -0.8711,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.88282 -1.94922,-1.94922 0,-1.08203 0.8711,-1.95313 1.94922,-1.95313 1.07031,0 1.94141,0.8711 1.94141,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1450" + d="m 166.5,265.82031 c 0,1.07031 -0.87109,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.8711,-1.94922 1.94922,-1.94922 1.07032,0 1.94141,0.86719 1.94141,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1452" + d="m 169.03125,287.12891 c 0,1.08203 -0.88281,1.94921 -1.95313,1.94921 -1.07812,0 -1.94921,-0.86718 -1.94921,-1.94921 0,-1.07032 0.87109,-1.94922 1.94921,-1.94922 1.07032,0 1.95313,0.8789 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1454" + d="m 171.55078,277.73828 c 0,1.07031 -0.87109,1.94141 -1.94922,1.94141 -1.08203,0 -1.95312,-0.8711 -1.95312,-1.94141 0,-1.07812 0.87109,-1.94922 1.95312,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1456" + d="m 174.30078,281.62891 c 0,1.08203 -0.87109,1.94921 -1.94922,1.94921 -1.08203,0 -1.95312,-0.86718 -1.95312,-1.94921 0,-1.07032 0.87109,-1.94922 1.95312,-1.94922 1.07813,0 1.94922,0.8789 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1458" + d="m 176.82031,280.48828 c 0,1.07031 -0.87109,1.94141 -1.94922,1.94141 -1.08203,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.07812 0.86719,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1460" + d="m 179.57031,292.62891 c 0,1.08203 -0.87109,1.94921 -1.94922,1.94921 -1.07031,0 -1.94922,-0.86718 -1.94922,-1.94921 0,-1.07032 0.87891,-1.9375 1.94922,-1.9375 1.07813,0 1.94922,0.86718 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1462" + d="m 182.32031,289.19922 c 0,1.07031 -0.87109,1.9414 -1.94922,1.9414 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.07813 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1464" + d="m 185.07031,284.60937 c 0,1.08204 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.86718 -1.94922,-1.94922 0,-1.07031 0.87891,-1.94921 1.94922,-1.94921 1.07813,0 1.94922,0.8789 1.94922,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1466" + d="m 187.82031,282.55078 c 0,1.07031 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1468" + d="m 190.57031,293.55078 c 0,1.07813 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.08203 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1470" + d="m 193.55078,293.32031 c 0,1.07813 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.95312,-0.87109 -1.95312,-1.94922 0,-1.07031 0.88281,-1.94922 1.95312,-1.94922 1.07813,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1472" + d="m 196.30078,296.53125 c 0,1.07812 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.95312,-0.8711 -1.95312,-1.94922 0,-1.08203 0.88281,-1.95313 1.95312,-1.95313 1.07813,0 1.94922,0.8711 1.94922,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1474" + d="m 199.28125,295.60937 c 0,1.08204 -0.87109,1.94922 -1.95313,1.94922 -1.0664,0 -1.94921,-0.86718 -1.94921,-1.94922 0,-1.07031 0.88281,-1.9375 1.94921,-1.9375 1.08204,0 1.95313,0.86719 1.95313,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1476" + d="m 202.26172,299.73828 c 0,1.07031 -0.8711,1.95313 -1.95313,1.95313 -1.07031,0 -1.94922,-0.88282 -1.94922,-1.95313 0,-1.07812 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1478" + d="m 205.23828,300.87891 c 0,1.08203 -0.86719,1.94921 -1.94922,1.94921 -1.07031,0 -1.94922,-0.86718 -1.94922,-1.94921 0,-1.07032 0.87891,-1.9375 1.94922,-1.9375 1.08203,0 1.94922,0.86718 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1480" + d="m 208.21875,300.19922 c 0,1.07031 -0.86719,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1482" + d="m 211.42969,306.39062 c 0,1.07032 -0.8711,1.9375 -1.94922,1.9375 -1.08203,0 -1.94922,-0.86718 -1.94922,-1.9375 0,-1.08203 0.86719,-1.94921 1.94922,-1.94921 1.07812,0 1.94922,0.86718 1.94922,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1484" + d="m 214.41016,312.12109 c 0,1.07032 -0.8711,1.9375 -1.94922,1.9375 -1.08203,0 -1.94922,-0.86718 -1.94922,-1.9375 0,-1.08203 0.86719,-1.94922 1.94922,-1.94922 1.07812,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1486" + d="m 217.62109,313.48828 c 0,1.08203 -0.88281,1.95313 -1.94922,1.95313 -1.08203,0 -1.95312,-0.8711 -1.95312,-1.95313 0,-1.07812 0.87109,-1.94922 1.95312,-1.94922 1.06641,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1488" + d="m 220.82812,316.23828 c 0,1.08203 -0.8789,1.95313 -1.94921,1.95313 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.06641 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.94921,0.88281 1.94921,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1490" + d="m 224.03125,312.57031 c 0,1.07813 -0.87109,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.8711,-1.9414 1.94922,-1.9414 1.07032,0 1.94141,0.87109 1.94141,1.9414 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1492" + d="m 227.23828,315.32031 c 0,1.07813 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.9375,-0.87109 -1.9375,-1.94922 0,-1.07031 0.86719,-1.9414 1.9375,-1.9414 1.08203,0 1.94922,0.87109 1.94922,1.9414 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1494" + d="m 230.44922,316.69922 c 0,1.08203 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.86719 -1.94141,-1.94922 0,-1.07813 0.8711,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1496" + d="m 233.89062,316.23828 c 0,1.08203 -0.87109,1.95313 -1.94921,1.95313 -1.07032,0 -1.95313,-0.8711 -1.95313,-1.95313 0,-1.06641 0.88281,-1.94922 1.95313,-1.94922 1.07812,0 1.94921,0.88281 1.94921,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1498" + d="m 237.10156,318.30078 c 0,1.07813 -0.87109,1.94922 -1.95312,1.94922 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.87109,-1.94141 1.94922,-1.94141 1.08203,0 1.95312,0.8711 1.95312,1.94141 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1500" + d="m 240.53906,323.80078 c 0,1.07813 -0.8789,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94141 1.94922,-1.94141 1.07032,0 1.94922,0.8711 1.94922,1.94141 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1502" + d="m 243.96875,330.44922 c 0,1.08203 -0.86719,1.94922 -1.9375,1.94922 -1.08203,0 -1.95313,-0.86719 -1.95313,-1.94922 0,-1.07031 0.8711,-1.94922 1.95313,-1.94922 1.07031,0 1.9375,0.87891 1.9375,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1504" + d="m 247.41016,330.21875 c 0,1.08203 -0.8711,1.95312 -1.94922,1.95312 -1.07032,0 -1.94141,-0.87109 -1.94141,-1.95312 0,-1.07031 0.87109,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1506" + d="m 250.85156,335.71875 c 0,1.08203 -0.87109,1.95312 -1.95312,1.95312 -1.07032,0 -1.94922,-0.87109 -1.94922,-1.95312 0,-1.07031 0.8789,-1.94922 1.94922,-1.94922 1.08203,0 1.95312,0.87891 1.95312,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1508" + d="m 254.51953,332.05859 c 0,1.07032 -0.87109,1.94141 -1.94922,1.94141 -1.08203,0 -1.94922,-0.87109 -1.94922,-1.94141 0,-1.07812 0.86719,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1510" + d="m 257.96094,335.03906 c 0,1.07031 -0.88282,1.94141 -1.94922,1.94141 -1.08203,0 -1.95313,-0.8711 -1.95313,-1.94141 0,-1.07812 0.8711,-1.94922 1.95313,-1.94922 1.0664,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1512" + d="m 261.62109,336.17969 c 0,1.08203 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.9414,-0.86719 -1.9414,-1.94922 0,-1.07032 0.87109,-1.94922 1.9414,-1.94922 1.07813,0 1.94922,0.8789 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1514" + d="m 265.28906,338.23828 c 0,1.08203 -0.86719,1.95313 -1.94922,1.95313 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.06641 0.87891,-1.9375 1.94922,-1.9375 1.08203,0 1.94922,0.87109 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1516" + d="m 268.96094,337.10156 c 0,1.07031 -0.88282,1.94922 -1.94922,1.94922 -1.08203,0 -1.95313,-0.87891 -1.95313,-1.94922 0,-1.08203 0.8711,-1.95312 1.95313,-1.95312 1.0664,0 1.94922,0.87109 1.94922,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1518" + d="m 272.62109,338.23828 c 0,1.08203 -0.87109,1.95313 -1.9414,1.95313 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.06641 0.87109,-1.9375 1.94922,-1.9375 1.07031,0 1.9414,0.87109 1.9414,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1520" + d="m 276.28906,336.17969 c 0,1.08203 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07032 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.8789 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1522" + d="m 280.19141,336.17969 c 0,1.08203 -0.8711,1.94922 -1.95313,1.94922 -1.07812,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07032 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.95313,0.8789 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1524" + d="m 283.85156,343.05859 c 0,1.07032 -0.87109,1.95313 -1.9414,1.95313 -1.08204,0 -1.94922,-0.88281 -1.94922,-1.95313 0,-1.07812 0.86718,-1.94922 1.94922,-1.94922 1.07031,0 1.9414,0.8711 1.9414,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1526" + d="m 287.75,348.55859 c 0,1.07032 -0.87109,1.95313 -1.94922,1.95313 -1.07031,0 -1.94922,-0.88281 -1.94922,-1.95313 0,-1.07812 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1528" + d="m 291.64844,347.17969 c 0,1.08203 -0.86719,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07032 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.8789 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1530" + d="m 295.53906,352.91016 c 0,1.07812 -0.86719,1.94921 -1.9375,1.94921 -1.08203,0 -1.95312,-0.87109 -1.95312,-1.94921 0,-1.07032 0.87109,-1.94922 1.95312,-1.94922 1.07031,0 1.9375,0.8789 1.9375,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1532" + d="m 299.67187,349.69922 c 0,1.08203 -0.87109,1.94922 -1.95312,1.94922 -1.07031,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.87891,-1.9375 1.94922,-1.9375 1.08203,0 1.95312,0.86719 1.95312,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1534" + d="m 303.57031,354.98047 c 0,1.07031 -0.8789,1.9414 -1.94922,1.9414 -1.08203,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.08203 0.86719,-1.94922 1.94922,-1.94922 1.07032,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1536" + d="m 307.46094,352.91016 c 0,1.07812 -0.8711,1.94921 -1.94922,1.94921 -1.07031,0 -1.94141,-0.87109 -1.94141,-1.94921 0,-1.07032 0.8711,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.8789 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1538" + d="m 311.58984,357.5 c 0,1.07031 -0.87109,1.94922 -1.94922,1.94922 -1.08203,0 -1.94921,-0.87891 -1.94921,-1.94922 0,-1.07813 0.86718,-1.94922 1.94921,-1.94922 1.07813,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1540" + d="m 315.71094,357.26953 c 0,1.07031 -0.8711,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.07812 0.8711,-1.94922 1.94922,-1.94922 1.07031,0 1.94141,0.8711 1.94141,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1542" + d="m 319.83984,358.64062 c 0,1.07813 -0.87109,1.94922 -1.94922,1.94922 -1.08203,0 -1.94921,-0.87109 -1.94921,-1.94922 0,-1.07031 0.86718,-1.94921 1.94921,-1.94921 1.07813,0 1.94922,0.8789 1.94922,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1544" + d="m 323.96094,355.42969 c 0,1.08203 -0.8711,1.94922 -1.94141,1.94922 -1.07812,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07032 0.8711,-1.94141 1.94922,-1.94141 1.07031,0 1.94141,0.87109 1.94141,1.94141 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1546" + d="m 328.32031,360.25 c 0,1.07031 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.07813 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1548" + d="m 332.44141,361.39062 c 0,1.07813 -0.8711,1.94922 -1.94141,1.94922 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.87109,-1.9414 1.94922,-1.9414 1.07031,0 1.94141,0.87109 1.94141,1.9414 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1550" + d="m 336.80078,363 c 0,1.07031 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.95312,-0.87891 -1.95312,-1.94922 0,-1.07813 0.88281,-1.94922 1.95312,-1.94922 1.07813,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1552" + d="m 340.92969,362.53906 c 0,1.08203 -0.87891,1.94922 -1.94922,1.94922 -1.08203,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07812 0.86719,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1554" + d="m 345.28125,366.44141 c 0,1.07031 -0.87109,1.9375 -1.95313,1.9375 -1.0664,0 -1.94921,-0.86719 -1.94921,-1.9375 0,-1.08204 0.88281,-1.95313 1.94921,-1.95313 1.08204,0 1.95313,0.87109 1.95313,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1556" + d="m 349.62891,366.44141 c 0,1.07031 -0.86719,1.9375 -1.9375,1.9375 -1.08204,0 -1.95313,-0.86719 -1.95313,-1.9375 0,-1.08204 0.87109,-1.95313 1.95313,-1.95313 1.07031,0 1.9375,0.87109 1.9375,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1558" + d="m 354.21875,365.98047 c 0,1.07031 -0.86719,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1560" + d="m 358.57031,362.07812 c 0,1.08204 -0.87109,1.95313 -1.9414,1.95313 -1.07813,0 -1.94922,-0.87109 -1.94922,-1.95313 0,-1.07812 0.87109,-1.94921 1.94922,-1.94921 1.07031,0 1.9414,0.87109 1.9414,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1562" + d="m 363.16016,366.44141 c 0,1.07031 -0.8711,1.9375 -1.94922,1.9375 -1.08203,0 -1.94922,-0.86719 -1.94922,-1.9375 0,-1.08204 0.86719,-1.95313 1.94922,-1.95313 1.07812,0 1.94922,0.87109 1.94922,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1564" + d="m 367.51172,368.03906 c 0,1.08203 -0.8711,1.94922 -1.95313,1.94922 -1.07031,0 -1.9375,-0.86719 -1.9375,-1.94922 0,-1.07812 0.86719,-1.94922 1.9375,-1.94922 1.08203,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1566" + d="m 372.10156,368.26953 c 0,1.08203 -0.88281,1.94922 -1.95312,1.94922 -1.07813,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07812 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.95312,0.8711 1.95312,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1568" + d="m 376.67969,373.30859 c 0,1.08203 -0.8711,1.95313 -1.94922,1.95313 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.07031 0.87891,-1.94922 1.94922,-1.94922 1.07812,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1570" + d="m 381.26172,374.23047 c 0,1.07031 -0.8711,1.94922 -1.94141,1.94922 -1.08203,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.86719,-1.94922 1.94922,-1.94922 1.07031,0 1.94141,0.86719 1.94141,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1572" + d="m 386.07812,374.46094 c 0,1.07031 -0.86718,1.94922 -1.94921,1.94922 -1.07813,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.94921,0.86719 1.94921,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1574" + d="m 390.66016,374.23047 c 0,1.07031 -0.8711,1.94922 -1.94922,1.94922 -1.07032,0 -1.94141,-0.87891 -1.94141,-1.94922 0,-1.08203 0.87109,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1576" + d="m 395.46875,375.60156 c 0,1.07813 -0.86719,1.94922 -1.9375,1.94922 -1.08203,0 -1.95313,-0.87109 -1.95313,-1.94922 0,-1.07031 0.8711,-1.9414 1.95313,-1.9414 1.07031,0 1.9375,0.87109 1.9375,1.9414 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1578" + d="m 400.28906,377.89844 c 0,1.07031 -0.86719,1.9414 -1.94922,1.9414 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1580" + d="m 405.10156,377.67187 c 0,1.06641 -0.87109,1.9375 -1.95312,1.9375 -1.07032,0 -1.94922,-0.87109 -1.94922,-1.9375 0,-1.08203 0.8789,-1.95312 1.94922,-1.95312 1.08203,0 1.95312,0.87109 1.95312,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1582" + d="m 409.91016,379.73047 c 0,1.07812 -0.8711,1.94922 -1.94141,1.94922 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.08203 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.94141,0.86719 1.94141,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1584" + d="m 414.73047,379.03906 c 0,1.08203 -0.8711,1.94922 -1.94922,1.94922 -1.08203,0 -1.95313,-0.86719 -1.95313,-1.94922 0,-1.07031 0.8711,-1.94922 1.95313,-1.94922 1.07812,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1586" + d="m 419.53906,378.57812 c 0,1.08204 -0.86719,1.95313 -1.94922,1.95313 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.95313 0,-1.0664 0.87891,-1.9375 1.94922,-1.9375 1.08203,0 1.94922,0.8711 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1588" + d="m 424.57812,380.42187 c 0,1.06641 -0.86718,1.94922 -1.94921,1.94922 -1.07032,0 -1.9375,-0.88281 -1.9375,-1.94922 0,-1.08203 0.86718,-1.95312 1.9375,-1.95312 1.08203,0 1.94921,0.87109 1.94921,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1590" + d="m 429.62891,379.96094 c 0,1.07031 -0.87891,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.87891 -1.94922,-1.94922 0,-1.08203 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1592" + d="m 434.44141,383.85156 c 0,1.07813 -0.8711,1.94922 -1.95313,1.94922 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.07031 0.8711,-1.9414 1.94922,-1.9414 1.08203,0 1.95313,0.87109 1.95313,1.9414 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1594" + d="m 439.48047,385 c 0,1.07812 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.95313,-0.8711 -1.95313,-1.94922 0,-1.07813 0.88282,-1.94922 1.95313,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1596" + d="m 444.75,385 c 0,1.07812 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.8711 -1.94141,-1.94922 0,-1.07813 0.8711,-1.94922 1.94141,-1.94922 1.07813,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1598" + d="m 449.78906,384.76953 c 0,1.08203 -0.86719,1.94922 -1.9375,1.94922 -1.08203,0 -1.95312,-0.86719 -1.95312,-1.94922 0,-1.07031 0.87109,-1.94922 1.95312,-1.94922 1.07031,0 1.9375,0.87891 1.9375,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1600" + d="m 454.83984,385.23047 c 0,1.07812 -0.8789,1.94922 -1.94922,1.94922 -1.08203,0 -1.94921,-0.8711 -1.94921,-1.94922 0,-1.08203 0.86718,-1.94922 1.94921,-1.94922 1.07032,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1602" + d="m 460.10937,385.23047 c 0,1.07812 -0.87109,1.94922 -1.94921,1.94922 -1.08204,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.08203 0.86718,-1.94922 1.94922,-1.94922 1.07812,0 1.94921,0.86719 1.94921,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1604" + d="m 465.37891,389.35937 c 0,1.07032 -0.86719,1.94141 -1.94922,1.94141 -1.07032,0 -1.94922,-0.87109 -1.94922,-1.94141 0,-1.07812 0.8789,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1606" + d="m 470.64844,388.67187 c 0,1.06641 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.9375,-0.88281 -1.9375,-1.94922 0,-1.08203 0.86719,-1.95312 1.9375,-1.95312 1.08203,0 1.94922,0.87109 1.94922,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1608" + d="m 475.92187,390.73047 c 0,1.07812 -0.87109,1.94922 -1.9414,1.94922 -1.08203,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.08203 0.86719,-1.94922 1.94922,-1.94922 1.07031,0 1.9414,0.86719 1.9414,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1610" + d="m 481.19922,390.26953 c 0,1.08203 -0.87891,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.87109,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1612" + d="m 486.46875,390.96094 c 0,1.07812 -0.87891,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.08203 0.8711,-1.94922 1.94922,-1.94922 1.07031,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1614" + d="m 491.96875,389.57812 c 0,1.08204 -0.86719,1.95313 -1.94922,1.95313 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.95313 0,-1.0664 0.8711,-1.9375 1.94922,-1.9375 1.08203,0 1.94922,0.8711 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1616" + d="m 497.46875,392.10937 c 0,1.07032 -0.86719,1.94141 -1.94922,1.94141 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94141 0,-1.07812 0.8711,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1618" + d="m 502.96875,391.87891 c 0,1.07031 -0.86719,1.9414 -1.94922,1.9414 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.9414 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1620" + d="m 508.46875,393.71094 c 0,1.07812 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.08203 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1622" + d="m 513.96875,393.25 c 0,1.07812 -0.86719,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.87891,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1624" + d="m 519.46875,392.55859 c 0,1.08203 -0.86719,1.95313 -1.94922,1.95313 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.07031 0.87891,-1.9375 1.94922,-1.9375 1.08203,0 1.94922,0.86719 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1626" + d="m 525.19922,393.01953 c 0,1.08203 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.86719 -1.94922,-1.94922 0,-1.07031 0.87891,-1.94922 1.94922,-1.94922 1.07812,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1628" + d="m 530.69922,395.53906 c 0,1.08203 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.94141,-0.86719 -1.94141,-1.94922 0,-1.07031 0.8711,-1.9375 1.94141,-1.9375 1.07812,0 1.94922,0.86719 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1630" + d="m 536.42969,394.39844 c 0,1.07031 -0.8711,1.95312 -1.94922,1.95312 -1.07031,0 -1.94141,-0.88281 -1.94141,-1.95312 0,-1.07813 0.8711,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1632" + d="m 542.16016,398.07031 c 0,1.07031 -0.8711,1.94141 -1.94922,1.94141 -1.07032,0 -1.94141,-0.8711 -1.94141,-1.94141 0,-1.08203 0.87109,-1.94922 1.94141,-1.94922 1.07812,0 1.94922,0.86719 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1634" + d="m 547.89062,399.44141 c 0,1.07812 -0.87109,1.94921 -1.94921,1.94921 -1.07032,0 -1.94141,-0.87109 -1.94141,-1.94921 0,-1.08204 0.87109,-1.95313 1.94141,-1.95313 1.07812,0 1.94921,0.87109 1.94921,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1636" + d="m 553.62109,400.35937 c 0,1.07032 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.9414,-0.8789 -1.9414,-1.94922 0,-1.07812 0.87109,-1.94921 1.9414,-1.94921 1.07813,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1638" + d="m 559.57812,399.44141 c 0,1.07812 -0.86718,1.94921 -1.94921,1.94921 -1.07032,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.08204 0.8789,-1.95313 1.94922,-1.95313 1.08203,0 1.94921,0.87109 1.94921,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1640" + d="m 565.30859,398.98047 c 0,1.07812 -0.86718,1.94922 -1.94922,1.94922 -1.07031,0 -1.94921,-0.8711 -1.94921,-1.94922 0,-1.07031 0.8789,-1.94922 1.94921,-1.94922 1.08204,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1642" + d="m 571.26953,398.75 c 0,1.07812 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.87891 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1644" + d="m 577.23047,400.12891 c 0,1.07031 -0.8711,1.94921 -1.94922,1.94921 -1.07031,0 -1.95313,-0.8789 -1.95313,-1.94921 0,-1.07813 0.88282,-1.94922 1.95313,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1646" + d="m 583.19141,401.73047 c 0,1.07812 -0.8711,1.94922 -1.95313,1.94922 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.8711,-1.94922 1.94922,-1.94922 1.08203,0 1.95313,0.87891 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1648" + d="m 589.14844,402.87891 c 0,1.07031 -0.86719,1.94921 -1.94922,1.94921 -1.07813,0 -1.94922,-0.8789 -1.94922,-1.94921 0,-1.07813 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1650" + d="m 595.10937,403.57031 c 0,1.07031 -0.8789,1.94141 -1.94921,1.94141 -1.08204,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.08203 0.86718,-1.94922 1.94922,-1.94922 1.07031,0 1.94921,0.86719 1.94921,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1652" + d="m 601.30078,404.71094 c 0,1.07812 -0.87891,1.94922 -1.94922,1.94922 -1.08203,0 -1.95312,-0.8711 -1.95312,-1.94922 0,-1.07032 0.87109,-1.94922 1.95312,-1.94922 1.07031,0 1.94922,0.8789 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1654" + d="m 607.25,405.62891 c 0,1.07031 -0.87109,1.94921 -1.94141,1.94921 -1.07812,0 -1.94922,-0.8789 -1.94922,-1.94921 0,-1.07813 0.8711,-1.94922 1.94922,-1.94922 1.07032,0 1.94141,0.87109 1.94141,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1656" + d="m 613.44141,404.71094 c 0,1.07812 -0.8711,1.94922 -1.95313,1.94922 -1.06641,0 -1.9375,-0.8711 -1.9375,-1.94922 0,-1.07032 0.87109,-1.94922 1.9375,-1.94922 1.08203,0 1.95313,0.8789 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1658" + d="m 619.62891,405.85937 c 0,1.07032 -0.86719,1.94922 -1.94922,1.94922 -1.07032,0 -1.94922,-0.8789 -1.94922,-1.94922 0,-1.07812 0.8789,-1.94921 1.94922,-1.94921 1.08203,0 1.94922,0.87109 1.94922,1.94921 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1660" + d="m 625.82031,405.39844 c 0,1.08203 -0.87109,1.95312 -1.94922,1.95312 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.95312 0,-1.07813 0.87891,-1.94922 1.94922,-1.94922 1.07813,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1662" + d="m 632.23828,405.17187 c 0,1.07813 -0.87891,1.94922 -1.94922,1.94922 -1.07812,0 -1.94922,-0.87109 -1.94922,-1.94922 0,-1.08203 0.8711,-1.95312 1.94922,-1.95312 1.07031,0 1.94922,0.87109 1.94922,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1664" + d="m 638.42969,404.94141 c 0,1.07812 -0.87891,1.94921 -1.94922,1.94921 -1.08203,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.07032 0.86719,-1.95313 1.94922,-1.95313 1.07031,0 1.94922,0.88281 1.94922,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1666" + d="m 644.83984,406.76953 c 0,1.08203 -0.87109,1.94922 -1.94922,1.94922 -1.07031,0 -1.9414,-0.86719 -1.9414,-1.94922 0,-1.07031 0.87109,-1.94141 1.9414,-1.94141 1.07813,0 1.94922,0.8711 1.94922,1.94141 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1668" + d="m 651.03125,408.83984 c 0,1.07032 -0.87109,1.94922 -1.95313,1.94922 -1.0664,0 -1.9375,-0.8789 -1.9375,-1.94922 0,-1.07812 0.8711,-1.94922 1.9375,-1.94922 1.08204,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1670" + d="m 657.44922,409.98047 c 0,1.07812 -0.8711,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07031 0.87109,-1.94141 1.94922,-1.94141 1.07812,0 1.94922,0.8711 1.94922,1.94141 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1672" + d="m 663.87109,410.21094 c 0,1.07812 -0.88281,1.94922 -1.94922,1.94922 -1.08203,0 -1.95312,-0.8711 -1.95312,-1.94922 0,-1.07032 0.87109,-1.94922 1.95312,-1.94922 1.06641,0 1.94922,0.8789 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1674" + d="m 670.28125,409.07031 c 0,1.07031 -0.87109,1.94141 -1.94141,1.94141 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.94141 0,-1.08203 0.8711,-1.94922 1.94922,-1.94922 1.07032,0 1.94141,0.86719 1.94141,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1676" + d="m 676.92969,410.44141 c 0,1.07812 -0.8711,1.94921 -1.94922,1.94921 -1.07031,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.07032 0.87891,-1.95313 1.94922,-1.95313 1.07812,0 1.94922,0.88281 1.94922,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1678" + d="m 683.35156,410.21094 c 0,1.07812 -0.87109,1.94922 -1.95312,1.94922 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.94922 0,-1.07032 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.95312,0.8789 1.95312,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1680" + d="m 690,409.53125 c 0,1.07031 -0.87891,1.9375 -1.94922,1.9375 -1.08203,0 -1.94922,-0.86719 -1.94922,-1.9375 0,-1.08203 0.86719,-1.95313 1.94922,-1.95313 1.07031,0 1.94922,0.8711 1.94922,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1682" + d="m 696.64062,409.75 c 0,1.07812 -0.87109,1.94922 -1.94921,1.94922 -1.07032,0 -1.94141,-0.8711 -1.94141,-1.94922 0,-1.07031 0.87109,-1.94141 1.94141,-1.94141 1.07812,0 1.94921,0.8711 1.94921,1.94141 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1684" + d="m 703.05859,410.67187 c 0,1.07813 -0.86718,1.94922 -1.94922,1.94922 -1.07031,0 -1.94921,-0.87109 -1.94921,-1.94922 0,-1.07031 0.8789,-1.95312 1.94921,-1.95312 1.08204,0 1.94922,0.88281 1.94922,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1686" + d="m 709.94141,411.58984 c 0,1.07032 -0.88282,1.94922 -1.95313,1.94922 -1.07812,0 -1.94922,-0.8789 -1.94922,-1.94922 0,-1.07812 0.8711,-1.94922 1.94922,-1.94922 1.07031,0 1.95313,0.8711 1.95313,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1688" + d="m 716.57812,412.96094 c 0,1.07812 -0.86718,1.94922 -1.94921,1.94922 -1.07032,0 -1.9375,-0.8711 -1.9375,-1.94922 0,-1.07032 0.86718,-1.94922 1.9375,-1.94922 1.08203,0 1.94921,0.8789 1.94921,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1690" + d="m 723.23047,413.87891 c 0,1.08203 -0.8711,1.94921 -1.94922,1.94921 -1.08203,0 -1.95313,-0.86718 -1.95313,-1.94921 0,-1.07813 0.8711,-1.94922 1.95313,-1.94922 1.07812,0 1.94922,0.87109 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1692" + d="m 730.10156,413.19141 c 0,1.07812 -0.87109,1.94921 -1.9414,1.94921 -1.08204,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.07032 0.86718,-1.95313 1.94922,-1.95313 1.07031,0 1.9414,0.88281 1.9414,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1694" + d="m 736.98047,413.42187 c 0,1.07813 -0.8711,1.94922 -1.94922,1.94922 -1.07031,0 -1.95313,-0.87109 -1.95313,-1.94922 0,-1.07031 0.88282,-1.95312 1.95313,-1.95312 1.07812,0 1.94922,0.88281 1.94922,1.95312 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1696" + d="m 743.62891,414.33984 c 0,1.07032 -0.86719,1.94922 -1.94922,1.94922 -1.07813,0 -1.94922,-0.8789 -1.94922,-1.94922 0,-1.07812 0.87109,-1.94922 1.94922,-1.94922 1.08203,0 1.94922,0.8711 1.94922,1.94922 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1698" + d="m 750.5,415.26172 c 0,1.0664 -0.87109,1.9375 -1.94141,1.9375 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.9375 0,-1.08203 0.8711,-1.95313 1.94922,-1.95313 1.07032,0 1.94141,0.8711 1.94141,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1700" + d="m 757.60937,415.94141 c 0,1.07812 -0.87109,1.94921 -1.94921,1.94921 -1.08204,0 -1.94922,-0.87109 -1.94922,-1.94921 0,-1.07032 0.86718,-1.95313 1.94922,-1.95313 1.07812,0 1.94921,0.88281 1.94921,1.95313 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g1716" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1702" + y="467.35001" + x="54.096001" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1704" + y="467.35001" + x="62.820457" + xlink:href="#glyph0-2" /> + <use + height="100%" + width="100%" + id="use1706" + y="467.35001" + x="71.544914" + xlink:href="#glyph0-3" /> + <use + height="100%" + width="100%" + id="use1708" + y="467.35001" + x="75.846909" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1710" + y="467.35001" + x="84.571365" + xlink:href="#glyph0-5" /> + <use + height="100%" + width="100%" + id="use1712" + y="467.35001" + x="93.295822" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1714" + y="467.35001" + x="102.02028" + xlink:href="#glyph0-6" /> + </g> + <g + id="g1732" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1718" + y="422.89999" + x="54.096001" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1720" + y="422.89999" + x="62.820457" + xlink:href="#glyph0-2" /> + <use + height="100%" + width="100%" + id="use1722" + y="422.89999" + x="71.544914" + xlink:href="#glyph0-3" /> + <use + height="100%" + width="100%" + id="use1724" + y="422.89999" + x="75.846909" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1726" + y="422.89999" + x="84.571365" + xlink:href="#glyph0-5" /> + <use + height="100%" + width="100%" + id="use1728" + y="422.89999" + x="93.295822" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1730" + y="422.89999" + x="102.02028" + xlink:href="#glyph0-2" /> + </g> + <g + id="g1748" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1734" + y="378.45999" + x="54.096001" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1736" + y="378.45999" + x="62.820457" + xlink:href="#glyph0-2" /> + <use + height="100%" + width="100%" + id="use1738" + y="378.45999" + x="71.544914" + xlink:href="#glyph0-3" /> + <use + height="100%" + width="100%" + id="use1740" + y="378.45999" + x="75.846909" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1742" + y="378.45999" + x="84.571365" + xlink:href="#glyph0-5" /> + <use + height="100%" + width="100%" + id="use1744" + y="378.45999" + x="93.295822" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1746" + y="378.45999" + x="102.02028" + xlink:href="#glyph0-4" /> + </g> + <g + id="g1764" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1750" + y="334.01001" + x="54.096001" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1752" + y="334.01001" + x="62.820457" + xlink:href="#glyph0-2" /> + <use + height="100%" + width="100%" + id="use1754" + y="334.01001" + x="71.544914" + xlink:href="#glyph0-3" /> + <use + height="100%" + width="100%" + id="use1756" + y="334.01001" + x="75.846909" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1758" + y="334.01001" + x="84.571365" + xlink:href="#glyph0-7" /> + <use + height="100%" + width="100%" + id="use1760" + y="334.01001" + x="93.295822" + xlink:href="#glyph0-5" /> + <use + height="100%" + width="100%" + id="use1762" + y="334.01001" + x="102.02028" + xlink:href="#glyph0-7" /> + </g> + <g + id="g1780" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1766" + y="289.56" + x="54.096001" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1768" + y="289.56" + x="62.820457" + xlink:href="#glyph0-2" /> + <use + height="100%" + width="100%" + id="use1770" + y="289.56" + x="71.544914" + xlink:href="#glyph0-3" /> + <use + height="100%" + width="100%" + id="use1772" + y="289.56" + x="75.846909" + xlink:href="#glyph0-4" /> + <use + height="100%" + width="100%" + id="use1774" + y="289.56" + x="84.571365" + xlink:href="#glyph0-7" /> + <use + height="100%" + width="100%" + id="use1776" + y="289.56" + x="93.295822" + xlink:href="#glyph0-5" /> + <use + height="100%" + width="100%" + id="use1778" + y="289.56" + x="102.02028" + xlink:href="#glyph0-8" /> + </g> + <g + id="g1796" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1782" + y="245.11" + x="54.096001" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1784" + y="245.11" + x="62.808289" + xlink:href="#glyph1-2" /> + <use + height="100%" + width="100%" + id="use1786" + y="245.11" + x="71.520576" + xlink:href="#glyph1-3" /> + <use + height="100%" + width="100%" + id="use1788" + y="245.11" + x="75.816574" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1790" + y="245.11" + x="84.528862" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1792" + y="245.11" + x="93.24115" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1794" + y="245.11" + x="101.95344" + xlink:href="#glyph1-7" /> + </g> + <g + id="g1812" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1798" + y="200.66" + x="54.096001" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1800" + y="200.66" + x="62.808289" + xlink:href="#glyph1-2" /> + <use + height="100%" + width="100%" + id="use1802" + y="200.66" + x="71.520576" + xlink:href="#glyph1-3" /> + <use + height="100%" + width="100%" + id="use1804" + y="200.66" + x="75.816574" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1806" + y="200.66" + x="84.528862" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1808" + y="200.66" + x="93.24115" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1810" + y="200.66" + x="101.95344" + xlink:href="#glyph1-2" /> + </g> + <g + id="g1828" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1814" + y="156.22" + x="54.096001" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1816" + y="156.22" + x="62.808289" + xlink:href="#glyph1-2" /> + <use + height="100%" + width="100%" + id="use1818" + y="156.22" + x="71.520576" + xlink:href="#glyph1-3" /> + <use + height="100%" + width="100%" + id="use1820" + y="156.22" + x="75.816574" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1822" + y="156.22" + x="84.528862" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1824" + y="156.22" + x="93.24115" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1826" + y="156.22" + x="101.95344" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1832" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1830" + y="489.72" + x="122.23" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1840" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1834" + y="489.72" + x="184.10001" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1836" + y="489.72" + x="192.812" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1838" + y="489.72" + x="201.524" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1848" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1842" + y="489.72" + x="254.69" + xlink:href="#glyph1-8" /> + <use + height="100%" + width="100%" + id="use1844" + y="489.72" + x="263.40201" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1846" + y="489.72" + x="272.11401" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1856" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1850" + y="489.72" + x="325.26999" + xlink:href="#glyph1-9" /> + <use + height="100%" + width="100%" + id="use1852" + y="489.72" + x="333.98199" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1854" + y="489.72" + x="342.694" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1864" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1858" + y="489.72" + x="395.85999" + xlink:href="#glyph1-10" /> + <use + height="100%" + width="100%" + id="use1860" + y="489.72" + x="404.57199" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1862" + y="489.72" + x="413.284" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1874" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1866" + y="489.72" + x="462.10001" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1868" + y="489.72" + x="470.81201" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1870" + y="489.72" + x="479.52399" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1872" + y="489.72" + x="488.23599" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1884" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1876" + y="489.72" + x="532.67999" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1878" + y="489.72" + x="541.39203" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1880" + y="489.72" + x="550.104" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1882" + y="489.72" + x="558.81598" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1894" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1886" + y="489.72" + x="603.26001" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1888" + y="489.72" + x="611.97198" + xlink:href="#glyph1-8" /> + <use + height="100%" + width="100%" + id="use1890" + y="489.72" + x="620.68402" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1892" + y="489.72" + x="629.396" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1904" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1896" + y="489.72" + x="673.84998" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1898" + y="489.72" + x="682.56201" + xlink:href="#glyph1-9" /> + <use + height="100%" + width="100%" + id="use1900" + y="489.72" + x="691.27399" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1902" + y="489.72" + x="699.98602" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1914" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1906" + y="489.72" + x="744.42999" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1908" + y="489.72" + x="753.14203" + xlink:href="#glyph1-10" /> + <use + height="100%" + width="100%" + id="use1910" + y="489.72" + x="761.854" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1912" + y="489.72" + x="770.56598" + xlink:href="#glyph1-6" /> + </g> + <g + id="g1918" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1916" + y="319.34" + x="122.95" + xlink:href="#glyph2-1" /> + </g> + <g + id="g1922" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1920" + y="310.16656" + x="122.95" + xlink:href="#glyph2-2" /> + </g> + <g + id="g1930" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1924" + y="300.09863" + x="122.95" + xlink:href="#glyph2-3" /> + <use + height="100%" + width="100%" + id="use1926" + y="293.45648" + x="122.95" + xlink:href="#glyph2-4" /> + <use + height="100%" + width="100%" + id="use1928" + y="283.42661" + x="122.95" + xlink:href="#glyph2-5" /> + </g> + <g + id="g1936" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1932" + y="273.30161" + x="122.95" + xlink:href="#glyph2-6" /> + <use + height="100%" + width="100%" + id="use1934" + y="264.33752" + x="122.95" + xlink:href="#glyph2-2" /> + </g> + <g + id="g1940" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1938" + y="254.28862" + x="122.95" + xlink:href="#glyph2-7" /> + </g> + <g + id="g1944" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1942" + y="244.2207" + x="122.95" + xlink:href="#glyph2-5" /> + </g> + <g + id="g1950" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1946" + y="234.15277" + x="122.95" + xlink:href="#glyph2-8" /> + <use + height="100%" + width="100%" + id="use1948" + y="227.77705" + x="122.95" + xlink:href="#glyph2-9" /> + </g> + <g + id="g1954" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1952" + y="223.38066" + x="122.95" + xlink:href="#glyph2-10" /> + </g> + <g + id="g1960" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1956" + y="217.65202" + x="122.95" + xlink:href="#glyph2-11" /> + <use + height="100%" + width="100%" + id="use1958" + y="201.37967" + x="122.95" + xlink:href="#glyph2-7" /> + </g> + <g + id="g1964" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1962" + y="191.31174" + x="122.95" + xlink:href="#glyph2-7" /> + </g> + <g + id="g1968" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1966" + y="181.2438" + x="122.95" + xlink:href="#glyph2-12" /> + </g> + <g + id="g1972" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1970" + y="173.89746" + x="122.95" + xlink:href="#glyph2-13" /> + </g> + <g + id="g1976" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1974" + y="462.53" + x="692.97998" + xlink:href="#glyph3-1" /> + </g> + <g + id="g1982" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1978" + y="462.53" + x="702.15344" + xlink:href="#glyph3-2" /> + <use + height="100%" + width="100%" + id="use1980" + y="462.53" + x="706.53076" + xlink:href="#glyph3-3" /> + </g> + <g + id="g1986" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1984" + y="462.53" + x="721.66119" + xlink:href="#glyph3-4" /> + </g> + <g + id="g1990" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1988" + y="462.53" + x="731.06305" + xlink:href="#glyph3-5" /> + </g> + <g + id="g1994" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1992" + y="462.53" + x="735.85907" + xlink:href="#glyph3-6" /> + </g> + <g + id="g1998" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1996" + y="462.53" + x="741.58771" + xlink:href="#glyph3-7" /> + </g> + <g + id="g2002" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2000" + y="462.53" + x="748.93408" + xlink:href="#glyph3-8" /> + </g> + <g + id="g2008" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2004" + y="203.52" + x="248.74001" + xlink:href="#glyph4-1" /> + <use + height="100%" + width="100%" + id="use2006" + y="203.52" + x="260.00943" + xlink:href="#glyph4-2" /> + </g> + <g + id="g2012" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2010" + y="203.52" + x="273.50595" + xlink:href="#glyph4-3" /> + </g> + <g + id="g2016" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2014" + y="203.52" + x="279.67731" + xlink:href="#glyph4-4" /> + </g> + <g + id="g2020" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2018" + y="203.52" + x="293.65677" + xlink:href="#glyph4-5" /> + </g> + <g + id="g2024" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2022" + y="203.52" + x="306.26782" + xlink:href="#glyph4-6" /> + </g> + <g + id="g2028" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2026" + y="203.52" + x="314.98822" + xlink:href="#glyph4-7" /> + </g> + <g + id="g2032" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2030" + y="203.52" + x="326.2308" + xlink:href="#glyph4-8" /> + </g> + <g + id="g2036" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2034" + y="203.52" + x="340.2103" + xlink:href="#glyph4-3" /> + </g> + <g + id="g2040" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2038" + y="203.52" + x="346.16699" + xlink:href="#glyph4-9" /> + </g> + <g + id="g2050" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2042" + y="203.52" + x="360.14645" + xlink:href="#glyph4-10" /> + <use + height="100%" + width="100%" + id="use2044" + y="203.52" + x="366.31781" + xlink:href="#glyph4-11" /> + <use + height="100%" + width="100%" + id="use2046" + y="203.52" + x="380.40463" + xlink:href="#glyph4-10" /> + <use + height="100%" + width="100%" + id="use2048" + y="203.52" + x="386.57599" + xlink:href="#glyph4-12" /> + </g> + <g + id="g2056" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2052" + y="203.52" + x="395.48422" + xlink:href="#glyph4-13" /> + <use + height="100%" + width="100%" + id="use2054" + y="203.52" + x="408.84656" + xlink:href="#glyph4-7" /> + </g> + <g + id="g2072" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2058" + y="203.52" + x="420.00867" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use2060" + y="203.52" + x="428.99738" + xlink:href="#glyph4-10" /> + <use + height="100%" + width="100%" + id="use2062" + y="203.52" + x="435.16873" + xlink:href="#glyph4-14" /> + <use + height="100%" + width="100%" + id="use2064" + y="203.52" + x="449.3092" + xlink:href="#glyph4-15" /> + <use + height="100%" + width="100%" + id="use2066" + y="203.52" + x="463.396" + xlink:href="#glyph4-5" /> + <use + height="100%" + width="100%" + id="use2068" + y="203.52" + x="476.24854" + xlink:href="#glyph4-16" /> + <use + height="100%" + width="100%" + id="use2070" + y="203.52" + x="482.41989" + xlink:href="#glyph4-3" /> + </g> + <g + id="g2078" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2074" + y="203.52" + x="488.51999" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use2076" + y="203.52" + x="497.50873" + xlink:href="#glyph4-8" /> + </g> + <g + id="g2082" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2080" + y="203.52" + x="511.40768" + xlink:href="#glyph4-12" /> + </g> + <g + id="g2090" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2084" + y="203.52" + x="520.34277" + xlink:href="#glyph4-14" /> + <use + height="100%" + width="100%" + id="use2086" + y="203.52" + x="534.48322" + xlink:href="#glyph4-17" /> + <use + height="100%" + width="100%" + id="use2088" + y="203.52" + x="548.57001" + xlink:href="#glyph4-18" /> + </g> + <g + id="g2094" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2092" + y="203.52" + x="561.12738" + xlink:href="#glyph4-8" /> + </g> + <g + id="g2098" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2096" + y="203.52" + x="575.10687" + xlink:href="#glyph4-4" /> + </g> + <g + id="g2102" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2100" + y="203.52" + x="589.08636" + xlink:href="#glyph4-17" /> + </g> + <g + id="g2112" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2104" + y="203.52" + x="603.0658" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use2106" + y="203.52" + x="612.0545" + xlink:href="#glyph4-3" /> + <use + height="100%" + width="100%" + id="use2108" + y="203.52" + x="618.11853" + xlink:href="#glyph4-13" /> + <use + height="100%" + width="100%" + id="use2110" + y="203.52" + x="631.4809" + xlink:href="#glyph4-19" /> + </g> + <g + id="g2120" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2114" + y="203.52" + x="641.81122" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use2116" + y="203.52" + x="650.79993" + xlink:href="#glyph4-10" /> + <use + height="100%" + width="100%" + id="use2118" + y="203.52" + x="656.97131" + xlink:href="#glyph4-20" /> + </g> + <g + id="g2124" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2122" + y="203.52" + x="678.24908" + xlink:href="#glyph4-5" /> + </g> + <g + id="g2128" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2126" + y="203.52" + x="690.86011" + xlink:href="#glyph4-6" /> + </g> + <g + id="g2132" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2130" + y="203.52" + x="699.58051" + xlink:href="#glyph4-13" /> + </g> + <g + id="g2144" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2134" + y="236.3" + x="271.89999" + xlink:href="#glyph5-1" /> + <use + height="100%" + width="100%" + id="use2136" + y="236.3" + x="284.74103" + xlink:href="#glyph5-2" /> + <use + height="100%" + width="100%" + id="use2138" + y="236.3" + x="295.22296" + xlink:href="#glyph5-3" /> + <use + height="100%" + width="100%" + id="use2140" + y="236.3" + x="301.28156" + xlink:href="#glyph5-1" /> + <use + height="100%" + width="100%" + id="use2142" + y="236.3" + x="314.12259" + xlink:href="#glyph5-3" /> + </g> + <g + id="g2152" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2146" + y="236.3" + x="320.02036" + xlink:href="#glyph5-4" /> + <use + height="100%" + width="100%" + id="use2148" + y="236.3" + x="328.19681" + xlink:href="#glyph5-5" /> + <use + height="100%" + width="100%" + id="use2150" + y="236.3" + x="342.271" + xlink:href="#glyph5-6" /> + </g> + <g + id="g2156" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2154" + y="236.3" + x="356.21115" + xlink:href="#glyph5-7" /> + </g> + <g + id="g2168" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2158" + y="236.3" + x="367.44373" + xlink:href="#glyph5-8" /> + <use + height="100%" + width="100%" + id="use2160" + y="236.3" + x="376.42438" + xlink:href="#glyph5-9" /> + <use + height="100%" + width="100%" + id="use2162" + y="236.3" + x="382.59024" + xlink:href="#glyph5-10" /> + <use + height="100%" + width="100%" + id="use2164" + y="236.3" + x="396.71805" + xlink:href="#glyph5-6" /> + <use + height="100%" + width="100%" + id="use2166" + y="236.3" + x="410.79224" + xlink:href="#glyph5-3" /> + </g> + <g + id="g2174" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2170" + y="236.3" + x="416.90448" + xlink:href="#glyph5-10" /> + <use + height="100%" + width="100%" + id="use2172" + y="236.3" + x="431.03229" + xlink:href="#glyph5-4" /> + </g> + <g + id="g2178" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2176" + y="236.3" + x="439.34277" + xlink:href="#glyph5-3" /> + </g> + <g + id="g2186" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2180" + y="236.3" + x="445.07968" + xlink:href="#glyph5-8" /> + <use + height="100%" + width="100%" + id="use2182" + y="236.3" + x="454.06036" + xlink:href="#glyph5-9" /> + <use + height="100%" + width="100%" + id="use2184" + y="236.3" + x="460.2262" + xlink:href="#glyph5-11" /> + </g> + <g + id="g2194" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2188" + y="236.3" + x="481.51175" + xlink:href="#glyph5-12" /> + <use + height="100%" + width="100%" + id="use2190" + y="236.3" + x="494.86212" + xlink:href="#glyph5-3" /> + <use + height="100%" + width="100%" + id="use2192" + y="236.3" + x="500.92075" + xlink:href="#glyph5-2" /> + </g> + <g + id="g2202" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2196" + y="236.3" + x="511.50992" + xlink:href="#glyph5-9" /> + <use + height="100%" + width="100%" + id="use2198" + y="236.3" + x="517.67572" + xlink:href="#glyph5-6" /> + <use + height="100%" + width="100%" + id="use2200" + y="236.3" + x="531.74994" + xlink:href="#glyph5-7" /> + </g> + <g + id="g2208" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2204" + y="236.3" + x="542.9021" + xlink:href="#glyph5-12" /> + <use + height="100%" + width="100%" + id="use2206" + y="236.3" + x="556.25244" + xlink:href="#glyph5-3" /> + </g> + <g + id="g2218" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2210" + y="236.3" + x="562.15021" + xlink:href="#glyph5-2" /> + <use + height="100%" + width="100%" + id="use2212" + y="236.3" + x="572.63214" + xlink:href="#glyph5-12" /> + <use + height="100%" + width="100%" + id="use2214" + y="236.3" + x="585.98254" + xlink:href="#glyph5-1" /> + <use + height="100%" + width="100%" + id="use2216" + y="236.3" + x="598.82355" + xlink:href="#glyph5-13" /> + </g> + <g + id="g2222" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2220" + y="236.3" + x="607.75061" + xlink:href="#glyph5-7" /> + </g> + <g + id="g2226" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2224" + y="236.3" + x="618.98315" + xlink:href="#glyph5-14" /> + </g> + <g + id="g2230" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2228" + y="236.3" + x="632.95013" + xlink:href="#glyph5-3" /> + </g> + <g + id="g2234" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2232" + y="236.3" + x="639.11597" + xlink:href="#glyph5-2" /> + </g> + <g + id="g2238" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2236" + y="236.3" + x="649.43707" + xlink:href="#glyph5-8" /> + </g> + <g + id="g2246" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2240" + y="236.3" + x="658.14966" + xlink:href="#glyph5-1" /> + <use + height="100%" + width="100%" + id="use2242" + y="236.3" + x="670.99072" + xlink:href="#glyph5-13" /> + <use + height="100%" + width="100%" + id="use2244" + y="236.3" + x="680.34668" + xlink:href="#glyph5-8" /> + </g> + <path + id="path2248" + d="m 163.26953,148.78125 3.66016,3.66797 -3.66016,3.67187 -3.66797,-3.67187 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2252" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2250" + y="157.50999" + x="172.22" + xlink:href="#glyph1-11" /> + </g> + <g + id="g2256" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2254" + y="157.50999" + x="180.00435" + xlink:href="#glyph1-12" /> + </g> + <g + id="g2262" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2258" + y="157.50999" + x="185.93283" + xlink:href="#glyph1-13" /> + <use + height="100%" + width="100%" + id="use2260" + y="157.50999" + x="191.93005" + xlink:href="#glyph1-14" /> + </g> + <g + id="g2270" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2264" + y="157.50999" + x="200.3502" + xlink:href="#glyph1-12" /> + <use + height="100%" + width="100%" + id="use2266" + y="157.50999" + x="206.10684" + xlink:href="#glyph1-15" /> + <use + height="100%" + width="100%" + id="use2268" + y="157.50999" + x="213.37569" + xlink:href="#glyph1-16" /> + </g> + <g + id="g2282" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2272" + y="157.50999" + x="222.32854" + xlink:href="#glyph1-17" /> + <use + height="100%" + width="100%" + id="use2274" + y="157.50999" + x="226.21213" + xlink:href="#glyph1-18" /> + <use + height="100%" + width="100%" + id="use2276" + y="157.50999" + x="234.44327" + xlink:href="#glyph1-19" /> + <use + height="100%" + width="100%" + id="use2278" + y="157.50999" + x="242.21043" + xlink:href="#glyph1-14" /> + <use + height="100%" + width="100%" + id="use2280" + y="157.50999" + x="250.76807" + xlink:href="#glyph1-13" /> + </g> + <g + id="g2288" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2284" + y="157.50999" + x="256.90274" + xlink:href="#glyph1-18" /> + <use + height="100%" + width="100%" + id="use2286" + y="157.50999" + x="265.13388" + xlink:href="#glyph1-20" /> + </g> + <g + id="g2292" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2290" + y="157.50999" + x="273.17599" + xlink:href="#glyph1-14" /> + </g> + <path + id="path2294" + d="m 302.16016,148.78125 3.66796,3.66797 -3.66796,3.67187 -3.67188,-3.67187 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2298" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2296" + y="157.50999" + x="311.10999" + xlink:href="#glyph1-21" /> + </g> + <g + id="g2308" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2300" + y="157.50999" + x="319.58173" + xlink:href="#glyph1-13" /> + <use + height="100%" + width="100%" + id="use2302" + y="157.50999" + x="325.57892" + xlink:href="#glyph1-22" /> + <use + height="100%" + width="100%" + id="use2304" + y="157.50999" + x="330.82004" + xlink:href="#glyph1-17" /> + <use + height="100%" + width="100%" + id="use2306" + y="157.50999" + x="334.70364" + xlink:href="#glyph1-18" /> + </g> + <g + id="g2312" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2310" + y="157.50999" + x="342.98633" + xlink:href="#glyph1-19" /> + </g> + <g + id="g2316" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2314" + y="157.50999" + x="350.54727" + xlink:href="#glyph1-14" /> + </g> + <g + id="g2326" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2318" + y="157.50999" + x="359.24237" + xlink:href="#glyph1-13" /> + <use + height="100%" + width="100%" + id="use2320" + y="157.50999" + x="365.23959" + xlink:href="#glyph1-18" /> + <use + height="100%" + width="100%" + id="use2322" + y="157.50999" + x="373.47073" + xlink:href="#glyph1-20" /> + <use + height="100%" + width="100%" + id="use2324" + y="157.50999" + x="381.56439" + xlink:href="#glyph1-14" /> + </g> + <path + id="path2328" + d="m 408.73828,154.51172 h 3.89844 v -3.89844 h -3.89844 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2332" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2330" + y="157.50999" + x="419.38" + xlink:href="#glyph1-23" /> + </g> + <g + id="g2338" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2334" + y="157.50999" + x="430.84174" + xlink:href="#glyph1-22" /> + <use + height="100%" + width="100%" + id="use2336" + y="157.50999" + x="436.08286" + xlink:href="#glyph1-22" /> + </g> + <g + id="g2342" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2340" + y="157.50999" + x="441.16931" + xlink:href="#glyph1-14" /> + </g> + <g + id="g2348" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2344" + y="157.50999" + x="449.86441" + xlink:href="#glyph1-13" /> + <use + height="100%" + width="100%" + id="use2346" + y="157.50999" + x="455.86163" + xlink:href="#glyph1-14" /> + </g> + <g + id="g2352" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2350" + y="157.50999" + x="464.31616" + xlink:href="#glyph1-24" /> + </g> + <g + id="g2358" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2354" + y="157.50999" + x="473.47522" + xlink:href="#glyph1-17" /> + <use + height="100%" + width="100%" + id="use2356" + y="157.50999" + x="477.35883" + xlink:href="#glyph1-25" /> + </g> + <g + id="g2362" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2360" + y="157.50999" + x="481.25958" + xlink:href="#glyph1-26" /> + </g> + <g + id="g2368" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2364" + y="157.50999" + x="490.21243" + xlink:href="#glyph1-18" /> + <use + height="100%" + width="100%" + id="use2366" + y="157.50999" + x="498.44357" + xlink:href="#glyph1-24" /> + </g> + <path + id="path2370" + d="m 529.98828,152.55859 c 0,1.08203 -0.87891,1.95313 -1.94922,1.95313 -1.07812,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.07031 0.8711,-1.9375 1.94922,-1.9375 1.07031,0 1.94922,0.86719 1.94922,1.9375 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2376" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2372" + y="157.50999" + x="536.85999" + xlink:href="#glyph1-27" /> + <use + height="100%" + width="100%" + id="use2374" + y="157.50999" + x="547.89215" + xlink:href="#glyph1-28" /> + </g> + <g + id="g2380" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2378" + y="157.50999" + x="557.034" + xlink:href="#glyph1-28" /> + </g> + <g + id="g2384" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2382" + y="157.50999" + x="565.98688" + xlink:href="#glyph1-14" /> + </g> + <g + id="g2392" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2386" + y="157.50999" + x="574.47577" + xlink:href="#glyph1-13" /> + <use + height="100%" + width="100%" + id="use2388" + y="157.50999" + x="580.47302" + xlink:href="#glyph1-17" /> + <use + height="100%" + width="100%" + id="use2390" + y="157.50999" + x="584.35657" + xlink:href="#glyph1-29" /> + </g> + <g + id="g2396" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2394" + y="157.50999" + x="593.51562" + xlink:href="#glyph1-26" /> + </g> + <g + id="g2400" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2398" + y="157.50999" + x="602.46851" + xlink:href="#glyph1-30" /> + </g> + <g + id="g2404" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2402" + y="157.50999" + x="611.62756" + xlink:href="#glyph1-31" /> + </g> + <g + id="g2408" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2406" + y="157.50999" + x="620.58044" + xlink:href="#glyph1-24" /> + </g> + <path + id="path2410" + d="m 652.14844,152.55859 c 0,1.08203 -0.86719,1.95313 -1.94922,1.95313 -1.07813,0 -1.94922,-0.8711 -1.94922,-1.95313 0,-1.07031 0.87109,-1.9375 1.94922,-1.9375 1.08203,0 1.94922,0.86719 1.94922,1.9375 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2414" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2412" + y="157.50999" + x="658.91998" + xlink:href="#glyph1-32" /> + </g> + <g + id="g2418" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2416" + y="157.50999" + x="666.24036" + xlink:href="#glyph1-26" /> + </g> + <g + id="g2422" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2420" + y="157.50999" + x="675.17609" + xlink:href="#glyph1-33" /> + </g> + <g + id="g2426" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2424" + y="157.50999" + x="687.54852" + xlink:href="#glyph1-14" /> + </g> + <g + id="g2434" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2428" + y="157.50999" + x="696.02026" + xlink:href="#glyph1-13" /> + <use + height="100%" + width="100%" + id="use2430" + y="157.50999" + x="702.01746" + xlink:href="#glyph1-17" /> + <use + height="100%" + width="100%" + id="use2432" + y="157.50999" + x="705.90106" + xlink:href="#glyph1-29" /> + </g> + <g + id="g2438" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2436" + y="157.50999" + x="715.00861" + xlink:href="#glyph1-26" /> + </g> + <g + id="g2442" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2440" + y="157.50999" + x="723.94427" + xlink:href="#glyph1-30" /> + </g> + <g + id="g2446" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2444" + y="157.50999" + x="733.10333" + xlink:href="#glyph1-31" /> + </g> + <g + id="g2450" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2448" + y="157.50999" + x="742.039" + xlink:href="#glyph1-24" /> + </g> + <path + id="path2452" + transform="matrix(1,0,0,-1,0,595.2)" + d="M 51.21875,98.008594 H 790.61719 V 497.26641 H 51.21875 Z m 0,0" + style="fill:none;stroke:#d9d9d9;stroke-width:1.4325;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + </g> +</svg> diff --git a/docs/static/PLR_vhost.svg b/docs/static/PLR_vhost.svg new file mode 100644 index 0000000000..c691d8ef17 --- /dev/null +++ b/docs/static/PLR_vhost.svg @@ -0,0 +1,5560 @@ +<?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" + id="svg2319" + version="1.2" + viewBox="0 0 494.22847 299.6279" + height="299.6279pt" + width="494.22849pt"> + <metadata + id="metadata2323"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs256"> + <g + id="g251"> + <symbol + style="overflow:visible" + id="glyph0-0" + overflow="visible"> + <path + id="path2" + d="M 5.140625,-6.796875 V 0 h -4.90625 v -6.796875 z m -0.46875,6.375 v -5.9375 h -4 v 5.9375 z M 4.03125,-4.484375 C 4.03125,-4.273438 4,-4.09375 3.9375,-3.9375 3.875,-3.78125 3.785156,-3.644531 3.671875,-3.53125 3.566406,-3.414062 3.4375,-3.328125 3.28125,-3.265625 3.132812,-3.203125 2.972656,-3.164062 2.796875,-3.15625 l -0.03125,0.796875 c 0,0.03125 -0.027344,0.058594 -0.078125,0.078125 -0.054688,0.011719 -0.125,0.015625 -0.21875,0.015625 -0.054688,0 -0.101562,0 -0.140625,0 C 2.296875,-2.273438 2.269531,-2.28125 2.25,-2.28125 2.226562,-2.289062 2.210938,-2.300781 2.203125,-2.3125 2.191406,-2.320312 2.1875,-2.335938 2.1875,-2.359375 l -0.03125,-0.96875 c 0,-0.101563 0.019531,-0.175781 0.0625,-0.21875 0.050781,-0.039063 0.117188,-0.0625 0.203125,-0.0625 h 0.09375 c 0.15625,0 0.285156,-0.019531 0.390625,-0.0625 0.113281,-0.050781 0.203125,-0.113281 0.265625,-0.1875 0.0625,-0.070313 0.101563,-0.15625 0.125,-0.25 0.03125,-0.101563 0.046875,-0.21875 0.046875,-0.34375 0,-0.25 -0.074219,-0.445313 -0.21875,-0.59375 C 2.976562,-5.203125 2.75,-5.28125 2.4375,-5.28125 c -0.136719,0 -0.257812,0.015625 -0.359375,0.046875 C 1.972656,-5.210938 1.878906,-5.1875 1.796875,-5.15625 1.722656,-5.125 1.660156,-5.09375 1.609375,-5.0625 1.554688,-5.03125 1.519531,-5.015625 1.5,-5.015625 c -0.011719,0 -0.027344,-0.00391 -0.046875,-0.015625 -0.011719,-0.00781 -0.023437,-0.019531 -0.03125,-0.03125 -0.011719,-0.019531 -0.023437,-0.046875 -0.03125,-0.078125 0,-0.039063 0,-0.085937 0,-0.140625 0,-0.0625 0.00391,-0.109375 0.015625,-0.140625 C 1.414062,-5.460938 1.4375,-5.5 1.46875,-5.53125 c 0.019531,-0.019531 0.066406,-0.046875 0.140625,-0.078125 0.070313,-0.03125 0.15625,-0.0625 0.25,-0.09375 0.09375,-0.03125 0.195313,-0.054687 0.3125,-0.078125 0.113281,-0.019531 0.234375,-0.03125 0.359375,-0.03125 0.257812,0 0.484375,0.039062 0.671875,0.109375 0.1875,0.074219 0.335937,0.167969 0.453125,0.28125 C 3.78125,-5.304688 3.875,-5.164062 3.9375,-5 4,-4.84375 4.03125,-4.671875 4.03125,-4.484375 Z M 2.875,-1.4375 c 0,0.074219 -0.00781,0.136719 -0.015625,0.1875 -0.011719,0.054688 -0.03125,0.09375 -0.0625,0.125 -0.03125,0.03125 -0.074219,0.054688 -0.125,0.0625 C 2.628906,-1.050781 2.570312,-1.046875 2.5,-1.046875 c -0.085938,0 -0.152344,-0.00391 -0.203125,-0.015625 -0.054687,-0.00781 -0.09375,-0.03125 -0.125,-0.0625 C 2.140625,-1.15625 2.117188,-1.195312 2.109375,-1.25 2.097656,-1.300781 2.09375,-1.363281 2.09375,-1.4375 c 0,-0.070312 0.00391,-0.132812 0.015625,-0.1875 0.00781,-0.050781 0.03125,-0.09375 0.0625,-0.125 0.03125,-0.03125 0.070313,-0.050781 0.125,-0.0625 0.050781,-0.00781 0.117187,-0.015625 0.203125,-0.015625 0.070312,0 0.128906,0.00781 0.171875,0.015625 0.050781,0.011719 0.09375,0.03125 0.125,0.0625 0.03125,0.03125 0.050781,0.074219 0.0625,0.125 C 2.867188,-1.570312 2.875,-1.507812 2.875,-1.4375 Z M 0,2.078125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-1" + overflow="visible"> + <path + id="path5" + d="m 5.015625,-2.203125 c 0,0.304687 -0.046875,0.59375 -0.140625,0.875 -0.085938,0.273437 -0.21875,0.515625 -0.40625,0.734375 -0.1875,0.210938 -0.429688,0.375 -0.71875,0.5 -0.292969,0.125 -0.636719,0.1875 -1.03125,0.1875 C 2.4375,0.09375 2.1875,0.0625 1.96875,0 1.75,-0.0703125 1.554688,-0.171875 1.390625,-0.296875 1.234375,-0.429688 1.101562,-0.59375 1,-0.78125 0.894531,-0.96875 0.804688,-1.179688 0.734375,-1.421875 0.671875,-1.671875 0.625,-1.9375 0.59375,-2.21875 0.570312,-2.507812 0.5625,-2.816406 0.5625,-3.140625 c 0,-0.289063 0.015625,-0.582031 0.046875,-0.875 0.03125,-0.300781 0.082031,-0.585937 0.15625,-0.859375 0.082031,-0.28125 0.191406,-0.539062 0.328125,-0.78125 0.144531,-0.25 0.320312,-0.460938 0.53125,-0.640625 0.207031,-0.1875 0.457031,-0.332031 0.75,-0.4375 0.289062,-0.101563 0.628906,-0.15625 1.015625,-0.15625 0.125,0 0.253906,0.011719 0.390625,0.03125 0.132812,0.011719 0.253906,0.03125 0.359375,0.0625 0.113281,0.023437 0.207031,0.046875 0.28125,0.078125 0.082031,0.03125 0.132813,0.058594 0.15625,0.078125 0.03125,0.023437 0.050781,0.042969 0.0625,0.0625 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0.00781,0.03125 0.015625,0.074219 0.015625,0.125 0,0.0625 0,0.117188 0,0.15625 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 -0.011719,0.03125 -0.027344,0.054687 -0.046875,0.0625 C 4.597656,-5.941406 4.578125,-5.9375 4.546875,-5.9375 4.503906,-5.9375 4.445312,-5.945312 4.375,-5.96875 4.3125,-5.988281 4.234375,-6.015625 4.140625,-6.046875 4.046875,-6.078125 3.929688,-6.101562 3.796875,-6.125 3.660156,-6.15625 3.503906,-6.171875 3.328125,-6.171875 c -0.324219,0 -0.605469,0.070313 -0.84375,0.203125 -0.230469,0.136719 -0.421875,0.320312 -0.578125,0.546875 -0.148438,0.21875 -0.257812,0.480469 -0.328125,0.78125 -0.074219,0.292969 -0.117187,0.59375 -0.125,0.90625 0.09375,-0.050781 0.195313,-0.101563 0.3125,-0.15625 0.113281,-0.050781 0.238281,-0.097656 0.375,-0.140625 0.132813,-0.039062 0.273437,-0.070312 0.421875,-0.09375 0.15625,-0.03125 0.316406,-0.046875 0.484375,-0.046875 0.363281,0 0.671875,0.054687 0.921875,0.15625 0.257812,0.09375 0.46875,0.230469 0.625,0.40625 0.15625,0.179687 0.265625,0.386719 0.328125,0.625 0.0625,0.242187 0.09375,0.5 0.09375,0.78125 z m -0.90625,0.09375 c 0,-0.207031 -0.023437,-0.394531 -0.0625,-0.5625 C 4.003906,-2.835938 3.9375,-2.976562 3.84375,-3.09375 3.75,-3.207031 3.625,-3.296875 3.46875,-3.359375 c -0.15625,-0.0625 -0.351562,-0.09375 -0.578125,-0.09375 -0.136719,0 -0.273437,0.011719 -0.40625,0.03125 -0.125,0.023437 -0.25,0.054687 -0.375,0.09375 C 1.992188,-3.285156 1.878906,-3.238281 1.765625,-3.1875 1.660156,-3.132812 1.5625,-3.070312 1.46875,-3 c 0,0.449219 0.023438,0.824219 0.078125,1.125 0.0625,0.304688 0.148437,0.546875 0.265625,0.734375 0.113281,0.1875 0.25,0.324219 0.40625,0.40625 0.164062,0.074219 0.359375,0.109375 0.578125,0.109375 0.226563,0 0.421875,-0.039062 0.578125,-0.125 0.164062,-0.082031 0.300781,-0.195312 0.40625,-0.34375 0.113281,-0.144531 0.195312,-0.304688 0.25,-0.484375 0.050781,-0.175781 0.078125,-0.351563 0.078125,-0.53125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-2" + overflow="visible"> + <path + id="path8" + d="m 1.953125,-0.75 c 0,0.105469 -0.00781,0.203125 -0.015625,0.296875 C 1.925781,-0.359375 1.90625,-0.269531 1.875,-0.1875 1.851562,-0.113281 1.820312,-0.0390625 1.78125,0.03125 1.738281,0.113281 1.6875,0.203125 1.625,0.296875 L 0.90625,1.375 C 0.894531,1.394531 0.875,1.414062 0.84375,1.4375 0.820312,1.457031 0.796875,1.472656 0.765625,1.484375 0.734375,1.492188 0.695312,1.5 0.65625,1.5 0.613281,1.507812 0.554688,1.515625 0.484375,1.515625 0.429688,1.515625 0.382812,1.507812 0.34375,1.5 0.300781,1.5 0.269531,1.492188 0.25,1.484375 0.226562,1.472656 0.21875,1.457031 0.21875,1.4375 c 0,-0.023438 0.003906,-0.046875 0.015625,-0.078125 L 0.9375,-0.078125 V -0.75 c 0,-0.09375 0.007812,-0.164062 0.03125,-0.21875 0.019531,-0.0625 0.050781,-0.101562 0.09375,-0.125 0.039062,-0.03125 0.09375,-0.050781 0.15625,-0.0625 0.0625,-0.00781 0.140625,-0.015625 0.234375,-0.015625 0.082031,0 0.15625,0.00781 0.21875,0.015625 0.0625,0.011719 0.113281,0.03125 0.15625,0.0625 0.039063,0.023438 0.070313,0.0625 0.09375,0.125 0.019531,0.054688 0.03125,0.125 0.03125,0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-3" + overflow="visible"> + <path + id="path11" + d="m 4.84375,-0.390625 c 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 0,0.054688 -0.011719,0.09375 -0.03125,0.125 -0.011719,0.03125 -0.03125,0.0585938 -0.0625,0.078125 C 4.710938,-0.00390625 4.6875,0 4.65625,0 H 0.890625 c -0.042969,0 -0.085937,-0.00390625 -0.125,-0.015625 -0.03125,-0.0078125 -0.0625,-0.03125 -0.09375,-0.0625 -0.023437,-0.03125 -0.042969,-0.070313 -0.0625,-0.125 -0.011719,-0.050781 -0.015625,-0.113281 -0.015625,-0.1875 0,-0.070313 0,-0.132813 0,-0.1875 0.007812,-0.050781 0.023438,-0.097656 0.046875,-0.140625 0.019531,-0.039062 0.039063,-0.078125 0.0625,-0.109375 C 0.734375,-0.867188 0.769531,-0.914062 0.8125,-0.96875 L 2.125,-2.359375 C 2.425781,-2.679688 2.671875,-2.96875 2.859375,-3.21875 3.046875,-3.476562 3.1875,-3.710938 3.28125,-3.921875 c 0.101562,-0.207031 0.171875,-0.394531 0.203125,-0.5625 0.03125,-0.175781 0.046875,-0.34375 0.046875,-0.5 0,-0.144531 -0.027344,-0.285156 -0.078125,-0.421875 -0.054687,-0.132812 -0.125,-0.253906 -0.21875,-0.359375 C 3.148438,-5.867188 3.035156,-5.945312 2.890625,-6 2.753906,-6.0625 2.59375,-6.09375 2.40625,-6.09375 2.195312,-6.09375 2.003906,-6.0625 1.828125,-6 c -0.167969,0.054688 -0.3125,0.117188 -0.4375,0.1875 -0.125,0.074219 -0.234375,0.140625 -0.328125,0.203125 -0.085938,0.054687 -0.148438,0.078125 -0.1875,0.078125 -0.023438,0 -0.042969,-0.00391 -0.0625,-0.015625 -0.023438,-0.00781 -0.039062,-0.03125 -0.046875,-0.0625 -0.011719,-0.03125 -0.023437,-0.070313 -0.03125,-0.125 C 0.722656,-5.796875 0.71875,-5.863281 0.71875,-5.9375 c 0,-0.050781 0,-0.09375 0,-0.125 0.007812,-0.039062 0.019531,-0.070312 0.03125,-0.09375 0.007812,-0.03125 0.019531,-0.054688 0.03125,-0.078125 0.007812,-0.03125 0.035156,-0.0625 0.078125,-0.09375 0.039063,-0.039063 0.113281,-0.09375 0.21875,-0.15625 0.101563,-0.0625 0.234375,-0.125 0.390625,-0.1875 0.15625,-0.0625 0.328125,-0.113281 0.515625,-0.15625 0.1875,-0.039063 0.382813,-0.0625 0.59375,-0.0625 0.332031,0 0.617187,0.046875 0.859375,0.140625 0.25,0.09375 0.453125,0.226562 0.609375,0.390625 0.164063,0.15625 0.289063,0.34375 0.375,0.5625 0.082031,0.210937 0.125,0.433594 0.125,0.671875 0,0.21875 -0.023437,0.4375 -0.0625,0.65625 -0.042969,0.210938 -0.125,0.4375 -0.25,0.6875 -0.125,0.25 -0.308594,0.53125 -0.546875,0.84375 -0.230469,0.304688 -0.539062,0.652344 -0.921875,1.046875 l -1.078125,1.125 h 2.953125 c 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.03125,0.011719 0.054688,0.03125 0.078125,0.0625 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-4" + overflow="visible"> + <path + id="path14" + d="m 4.8125,-2.1875 c 0,0.367188 -0.0625,0.695312 -0.1875,0.984375 -0.117188,0.28125 -0.289062,0.523437 -0.515625,0.71875 C 3.890625,-0.296875 3.625,-0.148438 3.3125,-0.046875 3,0.046875 2.65625,0.09375 2.28125,0.09375 2.070312,0.09375 1.875,0.078125 1.6875,0.046875 1.5,0.0234375 1.328125,-0.00390625 1.171875,-0.046875 1.023438,-0.0976562 0.90625,-0.144531 0.8125,-0.1875 0.71875,-0.226562 0.65625,-0.257812 0.625,-0.28125 0.601562,-0.300781 0.585938,-0.320312 0.578125,-0.34375 0.566406,-0.375 0.554688,-0.398438 0.546875,-0.421875 c 0,-0.03125 -0.007813,-0.066406 -0.015625,-0.109375 0,-0.050781 0,-0.109375 0,-0.171875 0,-0.0625 0,-0.113281 0,-0.15625 0.007812,-0.050781 0.019531,-0.09375 0.03125,-0.125 0.019531,-0.03125 0.035156,-0.050781 0.046875,-0.0625 C 0.628906,-1.054688 0.65625,-1.0625 0.6875,-1.0625 c 0.03125,0 0.082031,0.023438 0.15625,0.0625 0.070312,0.042969 0.171875,0.089844 0.296875,0.140625 0.125,0.054687 0.273437,0.105469 0.453125,0.15625 0.1875,0.042969 0.40625,0.0625 0.65625,0.0625 0.238281,0 0.457031,-0.023437 0.65625,-0.078125 0.195312,-0.0625 0.363281,-0.148438 0.5,-0.265625 0.144531,-0.125 0.253906,-0.273437 0.328125,-0.453125 0.082031,-0.1875 0.125,-0.40625 0.125,-0.65625 0,-0.21875 -0.039063,-0.410156 -0.109375,-0.578125 -0.0625,-0.164063 -0.167969,-0.300781 -0.3125,-0.40625 -0.136719,-0.113281 -0.3125,-0.195313 -0.53125,-0.25 -0.21875,-0.0625 -0.480469,-0.09375 -0.78125,-0.09375 -0.210938,0 -0.390625,0.011719 -0.546875,0.03125 -0.15625,0.023437 -0.296875,0.03125 -0.421875,0.03125 -0.105469,0 -0.179688,-0.019531 -0.21875,-0.0625 C 0.894531,-3.460938 0.875,-3.550781 0.875,-3.6875 v -2.765625 c 0,-0.113281 0.023438,-0.195313 0.078125,-0.25 0.0625,-0.0625 0.140625,-0.09375 0.234375,-0.09375 h 3.015625 c 0.019531,0 0.039063,0.011719 0.0625,0.03125 0.03125,0.011719 0.054687,0.03125 0.078125,0.0625 0.019531,0.03125 0.035156,0.074219 0.046875,0.125 0.00781,0.054687 0.015625,0.109375 0.015625,0.171875 0,0.125 -0.023438,0.226562 -0.0625,0.296875 C 4.3125,-6.035156 4.265625,-6 4.203125,-6 H 1.65625 v 1.90625 c 0.125,-0.019531 0.25,-0.03125 0.375,-0.03125 0.132812,-0.00781 0.285156,-0.015625 0.453125,-0.015625 0.382813,0 0.722656,0.046875 1.015625,0.140625 0.289062,0.09375 0.53125,0.230469 0.71875,0.40625 0.195312,0.167969 0.34375,0.371094 0.4375,0.609375 0.101562,0.242187 0.15625,0.507813 0.15625,0.796875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-5" + overflow="visible"> + <path + id="path17" + d="m 4.796875,-1.9375 c 0,0.3125 -0.058594,0.59375 -0.171875,0.84375 -0.105469,0.25 -0.261719,0.464844 -0.46875,0.640625 -0.199219,0.179687 -0.449219,0.3125 -0.75,0.40625 -0.292969,0.09375 -0.625,0.140625 -1,0.140625 -0.230469,0 -0.445312,-0.0234375 -0.640625,-0.0625 C 1.566406,0 1.390625,-0.0351562 1.234375,-0.078125 1.085938,-0.128906 0.960938,-0.179688 0.859375,-0.234375 0.753906,-0.296875 0.6875,-0.335938 0.65625,-0.359375 0.632812,-0.390625 0.617188,-0.414062 0.609375,-0.4375 0.597656,-0.457031 0.585938,-0.484375 0.578125,-0.515625 0.566406,-0.554688 0.554688,-0.601562 0.546875,-0.65625 c 0,-0.050781 0,-0.113281 0,-0.1875 0,-0.125 0.007813,-0.207031 0.03125,-0.25 0.019531,-0.050781 0.054687,-0.078125 0.109375,-0.078125 0.03125,0 0.09375,0.027344 0.1875,0.078125 0.09375,0.054688 0.207031,0.117188 0.34375,0.1875 0.144531,0.0625 0.316406,0.125 0.515625,0.1875 0.195313,0.054688 0.414063,0.078125 0.65625,0.078125 0.226563,0 0.425781,-0.03125 0.59375,-0.09375 0.175781,-0.0625 0.320313,-0.144531 0.4375,-0.25 0.125,-0.113281 0.21875,-0.242187 0.28125,-0.390625 0.0625,-0.144531 0.09375,-0.304688 0.09375,-0.484375 0,-0.1875 -0.042969,-0.359375 -0.125,-0.515625 C 3.597656,-2.53125 3.488281,-2.660156 3.34375,-2.765625 3.195312,-2.878906 3.019531,-2.96875 2.8125,-3.03125 2.601562,-3.09375 2.363281,-3.125 2.09375,-3.125 H 1.4375 c -0.023438,0 -0.046875,-0.00391 -0.078125,-0.015625 -0.023437,-0.00781 -0.042969,-0.03125 -0.0625,-0.0625 C 1.273438,-3.234375 1.257812,-3.269531 1.25,-3.3125 1.238281,-3.351562 1.234375,-3.410156 1.234375,-3.484375 1.234375,-3.554688 1.238281,-3.613281 1.25,-3.65625 1.257812,-3.695312 1.269531,-3.726562 1.28125,-3.75 1.300781,-3.78125 1.320312,-3.800781 1.34375,-3.8125 1.375,-3.832031 1.40625,-3.84375 1.4375,-3.84375 h 0.59375 c 0.226562,0 0.429688,-0.023438 0.609375,-0.078125 0.1875,-0.0625 0.34375,-0.144531 0.46875,-0.25 0.132813,-0.113281 0.234375,-0.25 0.296875,-0.40625 0.070312,-0.15625 0.109375,-0.332031 0.109375,-0.53125 C 3.515625,-5.242188 3.488281,-5.375 3.4375,-5.5 3.394531,-5.632812 3.328125,-5.75 3.234375,-5.84375 3.148438,-5.9375 3.035156,-6.007812 2.890625,-6.0625 2.753906,-6.113281 2.59375,-6.140625 2.40625,-6.140625 c -0.210938,0 -0.398438,0.03125 -0.5625,0.09375 -0.167969,0.054687 -0.320312,0.117187 -0.453125,0.1875 -0.136719,0.074219 -0.25,0.140625 -0.34375,0.203125 C 0.960938,-5.59375 0.90625,-5.5625 0.875,-5.5625 0.851562,-5.5625 0.832031,-5.566406 0.8125,-5.578125 0.789062,-5.585938 0.773438,-5.601562 0.765625,-5.625 0.753906,-5.65625 0.742188,-5.691406 0.734375,-5.734375 c 0,-0.050781 0,-0.117187 0,-0.203125 0,-0.050781 0,-0.09375 0,-0.125 0,-0.039062 0.003906,-0.078125 0.015625,-0.109375 C 0.757812,-6.203125 0.769531,-6.226562 0.78125,-6.25 0.800781,-6.28125 0.828125,-6.3125 0.859375,-6.34375 0.890625,-6.375 0.957031,-6.421875 1.0625,-6.484375 c 0.101562,-0.0625 0.226562,-0.125 0.375,-0.1875 0.144531,-0.0625 0.316406,-0.113281 0.515625,-0.15625 0.195313,-0.039063 0.40625,-0.0625 0.625,-0.0625 0.320313,0 0.597656,0.042969 0.828125,0.125 0.238281,0.074219 0.4375,0.1875 0.59375,0.34375 0.164062,0.148437 0.285156,0.324219 0.359375,0.53125 0.082031,0.199219 0.125,0.421875 0.125,0.671875 0,0.210938 -0.03125,0.40625 -0.09375,0.59375 -0.054687,0.1875 -0.136719,0.355469 -0.25,0.5 C 4.035156,-3.988281 3.90625,-3.867188 3.75,-3.765625 3.59375,-3.671875 3.410156,-3.601562 3.203125,-3.5625 c 0.238281,0.03125 0.453125,0.09375 0.640625,0.1875 0.195312,0.085938 0.363281,0.199219 0.5,0.34375 0.144531,0.136719 0.253906,0.296875 0.328125,0.484375 0.082031,0.1875 0.125,0.390625 0.125,0.609375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-6" + overflow="visible"> + <path + id="path20" + d="m 5.140625,-1.9375 c 0,0.117188 -0.023437,0.210938 -0.0625,0.28125 C 5.046875,-1.59375 5,-1.5625 4.9375,-1.5625 H 4.171875 v 1.4375 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 4.128906,-0.0390625 4.109375,-0.0195312 4.078125,0 4.046875,0.0078125 4,0.015625 3.9375,0.015625 3.882812,0.0234375 3.816406,0.03125 3.734375,0.03125 3.640625,0.03125 3.566406,0.0234375 3.515625,0.015625 3.460938,0.015625 3.414062,0.0078125 3.375,0 3.34375,-0.0195312 3.320312,-0.0390625 3.3125,-0.0625 3.300781,-0.0820312 3.296875,-0.101562 3.296875,-0.125 V -1.5625 H 0.5 c -0.042969,0 -0.078125,-0.00391 -0.109375,-0.015625 C 0.359375,-1.585938 0.332031,-1.601562 0.3125,-1.625 0.289062,-1.65625 0.273438,-1.695312 0.265625,-1.75 0.253906,-1.800781 0.25,-1.867188 0.25,-1.953125 c 0,-0.070313 0,-0.132813 0,-0.1875 0.007812,-0.050781 0.019531,-0.097656 0.03125,-0.140625 0.007812,-0.039062 0.019531,-0.082031 0.03125,-0.125 0.019531,-0.039062 0.046875,-0.082031 0.078125,-0.125 l 2.4375,-4.125 C 2.847656,-6.6875 2.875,-6.710938 2.90625,-6.734375 2.9375,-6.753906 2.976562,-6.769531 3.03125,-6.78125 3.082031,-6.800781 3.144531,-6.8125 3.21875,-6.8125 3.300781,-6.820312 3.394531,-6.828125 3.5,-6.828125 c 0.113281,0 0.210938,0.00781 0.296875,0.015625 0.09375,0.011719 0.164063,0.027344 0.21875,0.046875 0.050781,0.011719 0.085937,0.027344 0.109375,0.046875 0.03125,0.023438 0.046875,0.046875 0.046875,0.078125 v 4.34375 H 4.9375 c 0.0625,0 0.109375,0.03125 0.140625,0.09375 0.039063,0.054687 0.0625,0.140625 0.0625,0.265625 z M 3.296875,-6.03125 H 3.28125 l -2.203125,3.734375 h 2.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-7" + overflow="visible"> + <path + id="path23" + d="m 4.546875,-1.90625 c 0,0.324219 -0.058594,0.609375 -0.171875,0.859375 -0.117188,0.242187 -0.277344,0.449219 -0.484375,0.625 C 3.679688,-0.242188 3.4375,-0.113281 3.15625,-0.03125 2.875,0.0507812 2.566406,0.09375 2.234375,0.09375 c -0.21875,0 -0.429687,-0.0234375 -0.625,-0.0625 C 1.410156,0 1.234375,-0.0390625 1.078125,-0.09375 0.929688,-0.15625 0.804688,-0.210938 0.703125,-0.265625 0.597656,-0.328125 0.523438,-0.378906 0.484375,-0.421875 0.453125,-0.460938 0.425781,-0.515625 0.40625,-0.578125 0.382812,-0.648438 0.375,-0.738281 0.375,-0.84375 c 0,-0.070312 0,-0.132812 0,-0.1875 0.007812,-0.050781 0.019531,-0.09375 0.03125,-0.125 0.019531,-0.03125 0.039062,-0.050781 0.0625,-0.0625 C 0.488281,-1.238281 0.515625,-1.25 0.546875,-1.25 c 0.039063,0 0.101563,0.03125 0.1875,0.09375 0.09375,0.0625 0.207031,0.132812 0.34375,0.203125 0.144531,0.0625 0.316406,0.125 0.515625,0.1875 0.195312,0.0625 0.425781,0.09375 0.6875,0.09375 0.195312,0 0.375,-0.023437 0.53125,-0.078125 0.164062,-0.050781 0.304688,-0.125 0.421875,-0.21875 0.125,-0.101562 0.21875,-0.222656 0.28125,-0.359375 C 3.578125,-1.460938 3.609375,-1.625 3.609375,-1.8125 3.609375,-2 3.5625,-2.160156 3.46875,-2.296875 3.382812,-2.429688 3.269531,-2.550781 3.125,-2.65625 2.976562,-2.757812 2.8125,-2.851562 2.625,-2.9375 2.445312,-3.03125 2.257812,-3.117188 2.0625,-3.203125 1.875,-3.296875 1.6875,-3.394531 1.5,-3.5 1.320312,-3.601562 1.160156,-3.726562 1.015625,-3.875 c -0.136719,-0.15625 -0.25,-0.332031 -0.34375,-0.53125 -0.085937,-0.195312 -0.125,-0.429688 -0.125,-0.703125 0,-0.28125 0.046875,-0.53125 0.140625,-0.75 0.101562,-0.226563 0.25,-0.414063 0.4375,-0.5625 0.1875,-0.15625 0.40625,-0.269531 0.65625,-0.34375 0.25,-0.082031 0.523438,-0.125 0.828125,-0.125 0.144531,0 0.289063,0.015625 0.4375,0.046875 0.15625,0.023438 0.300781,0.054688 0.4375,0.09375 0.132813,0.042969 0.253906,0.09375 0.359375,0.15625 0.101562,0.054688 0.171875,0.09375 0.203125,0.125 0.039063,0.03125 0.066406,0.058594 0.078125,0.078125 0.00781,0.023437 0.015625,0.046875 0.015625,0.078125 0.00781,0.03125 0.015625,0.070312 0.015625,0.109375 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 0,0.042969 -0.00781,0.085938 -0.015625,0.125 -0.011719,0.03125 -0.027344,0.058594 -0.046875,0.078125 -0.023438,0.011719 -0.042969,0.015625 -0.0625,0.015625 -0.042969,0 -0.105469,-0.023438 -0.1875,-0.078125 -0.085938,-0.050781 -0.1875,-0.101563 -0.3125,-0.15625 -0.117188,-0.0625 -0.257812,-0.117187 -0.421875,-0.171875 -0.15625,-0.050781 -0.335937,-0.078125 -0.53125,-0.078125 -0.199219,0 -0.367187,0.027344 -0.5,0.078125 -0.136719,0.054688 -0.25,0.121094 -0.34375,0.203125 -0.09375,0.085937 -0.167969,0.183594 -0.21875,0.296875 -0.042969,0.117188 -0.0625,0.234375 -0.0625,0.359375 0,0.199219 0.039063,0.367187 0.125,0.5 0.09375,0.136719 0.210937,0.257813 0.359375,0.359375 0.144531,0.105469 0.3125,0.203125 0.5,0.296875 C 2.625,-3.960938 2.8125,-3.875 3,-3.78125 3.195312,-3.695312 3.382812,-3.601562 3.5625,-3.5 c 0.1875,0.105469 0.351562,0.230469 0.5,0.375 0.144531,0.148438 0.257812,0.320312 0.34375,0.515625 0.09375,0.199219 0.140625,0.433594 0.140625,0.703125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-8" + overflow="visible"> + <path + id="path26" + d="m 3.265625,-0.484375 c 0,0.105469 -0.011719,0.1875 -0.03125,0.25 -0.011719,0.0625 -0.03125,0.109375 -0.0625,0.140625 -0.023437,0.0234375 -0.0625,0.046875 -0.125,0.078125 C 2.992188,0.00390625 2.929688,0.0195312 2.859375,0.03125 2.785156,0.0507812 2.707031,0.0664062 2.625,0.078125 2.550781,0.0859375 2.472656,0.09375 2.390625,0.09375 2.140625,0.09375 1.925781,0.0625 1.75,0 1.582031,-0.0703125 1.441406,-0.171875 1.328125,-0.296875 c -0.117187,-0.132813 -0.199219,-0.300781 -0.25,-0.5 -0.042969,-0.207031 -0.0625,-0.445313 -0.0625,-0.71875 v -2.75 H 0.34375 c -0.054688,0 -0.09375,-0.023437 -0.125,-0.078125 C 0.1875,-4.40625 0.171875,-4.5 0.171875,-4.625 c 0,-0.070312 0.003906,-0.128906 0.015625,-0.171875 0.007812,-0.039063 0.019531,-0.078125 0.03125,-0.109375 0.007812,-0.03125 0.023438,-0.050781 0.046875,-0.0625 0.03125,-0.00781 0.0625,-0.015625 0.09375,-0.015625 h 0.65625 v -1.125 c 0,-0.03125 0.00391,-0.054687 0.015625,-0.078125 0.00781,-0.019531 0.03125,-0.035156 0.0625,-0.046875 0.03125,-0.019531 0.070312,-0.03125 0.125,-0.03125 0.0625,-0.00781 0.132812,-0.015625 0.21875,-0.015625 0.082031,0 0.148438,0.00781 0.203125,0.015625 0.0625,0 0.109375,0.011719 0.140625,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 v 1.125 h 1.21875 c 0.019531,0 0.039062,0.00781 0.0625,0.015625 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.019531,0.03125 0.035156,0.070312 0.046875,0.109375 0.00781,0.042969 0.015625,0.101563 0.015625,0.171875 0,0.125 -0.015625,0.21875 -0.046875,0.28125 -0.03125,0.054688 -0.074219,0.078125 -0.125,0.078125 H 1.875 v 2.625 c 0,0.324219 0.046875,0.570313 0.140625,0.734375 0.09375,0.167969 0.265625,0.25 0.515625,0.25 0.082031,0 0.15625,-0.003906 0.21875,-0.015625 C 2.8125,-0.691406 2.863281,-0.707031 2.90625,-0.71875 2.957031,-0.738281 3,-0.753906 3.03125,-0.765625 c 0.039062,-0.019531 0.078125,-0.03125 0.109375,-0.03125 0.019531,0 0.035156,0.007813 0.046875,0.015625 0.019531,0.011719 0.03125,0.027344 0.03125,0.046875 0.00781,0.023437 0.019531,0.054687 0.03125,0.09375 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-9" + overflow="visible"> + <path + id="path29" + d="m 3.5625,-4.546875 c 0,0.074219 -0.00781,0.140625 -0.015625,0.203125 0,0.054688 -0.00781,0.09375 -0.015625,0.125 -0.011719,0.023438 -0.027344,0.042969 -0.046875,0.0625 -0.011719,0.011719 -0.027344,0.015625 -0.046875,0.015625 -0.03125,0 -0.070312,-0.00391 -0.109375,-0.015625 C 3.285156,-4.175781 3.238281,-4.191406 3.1875,-4.203125 3.144531,-4.222656 3.085938,-4.238281 3.015625,-4.25 2.953125,-4.257812 2.882812,-4.265625 2.8125,-4.265625 2.726562,-4.265625 2.644531,-4.25 2.5625,-4.21875 2.476562,-4.1875 2.390625,-4.128906 2.296875,-4.046875 2.203125,-3.960938 2.101562,-3.851562 2,-3.71875 1.90625,-3.59375 1.796875,-3.429688 1.671875,-3.234375 V -0.125 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 1.628906,-0.0390625 1.609375,-0.0195312 1.578125,0 1.546875,0.0078125 1.5,0.015625 1.4375,0.015625 1.382812,0.0234375 1.316406,0.03125 1.234375,0.03125 1.148438,0.03125 1.078125,0.0234375 1.015625,0.015625 0.960938,0.015625 0.921875,0.0078125 0.890625,0 0.859375,-0.0195312 0.832031,-0.0390625 0.8125,-0.0625 0.800781,-0.0820312 0.796875,-0.101562 0.796875,-0.125 v -4.734375 c 0,-0.019531 0.003906,-0.039063 0.015625,-0.0625 C 0.820312,-4.941406 0.84375,-4.957031 0.875,-4.96875 0.90625,-4.988281 0.945312,-5 1,-5 c 0.050781,-0.00781 0.117188,-0.015625 0.203125,-0.015625 0.070313,0 0.132813,0.00781 0.1875,0.015625 0.050781,0 0.085937,0.011719 0.109375,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023437 0.015625,0.042969 0.015625,0.0625 v 0.6875 c 0.132813,-0.1875 0.257813,-0.335937 0.375,-0.453125 0.113281,-0.125 0.21875,-0.21875 0.3125,-0.28125 C 2.367188,-4.976562 2.46875,-5.023438 2.5625,-5.046875 2.664062,-5.078125 2.769531,-5.09375 2.875,-5.09375 c 0.039062,0 0.09375,0.00781 0.15625,0.015625 0.0625,0 0.125,0.011719 0.1875,0.03125 C 3.28125,-5.035156 3.332031,-5.019531 3.375,-5 c 0.050781,0.011719 0.085938,0.027344 0.109375,0.046875 0.019531,0.023437 0.035156,0.042969 0.046875,0.0625 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 0.00781,0.023438 0.015625,0.058594 0.015625,0.109375 0,0.042969 0,0.105469 0,0.1875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-10" + overflow="visible"> + <path + id="path32" + d="m 4.828125,-2.703125 c 0,0.136719 -0.039063,0.234375 -0.109375,0.296875 C 4.65625,-2.34375 4.582031,-2.3125 4.5,-2.3125 H 1.40625 c 0,0.261719 0.023438,0.496094 0.078125,0.703125 0.050781,0.210937 0.132813,0.390625 0.25,0.546875 0.125,0.148438 0.285156,0.261719 0.484375,0.34375 0.195312,0.074219 0.4375,0.109375 0.71875,0.109375 0.226562,0 0.425781,-0.015625 0.59375,-0.046875 0.175781,-0.039062 0.328125,-0.082031 0.453125,-0.125 0.132813,-0.039062 0.242187,-0.078125 0.328125,-0.109375 0.082031,-0.039063 0.144531,-0.0625 0.1875,-0.0625 0.019531,0 0.039062,0.007813 0.0625,0.015625 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.00781,0.023438 0.015625,0.054688 0.015625,0.09375 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 0,0.042969 -0.00781,0.085938 -0.015625,0.125 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 0,0.023438 -0.00781,0.042969 -0.015625,0.0625 -0.011719,0.023438 -0.027344,0.042969 -0.046875,0.0625 C 4.523438,-0.257812 4.46875,-0.226562 4.375,-0.1875 4.28125,-0.144531 4.15625,-0.101562 4,-0.0625 3.851562,-0.0195312 3.679688,0.015625 3.484375,0.046875 3.285156,0.078125 3.070312,0.09375 2.84375,0.09375 2.457031,0.09375 2.117188,0.0390625 1.828125,-0.0625 1.535156,-0.164062 1.289062,-0.320312 1.09375,-0.53125 0.894531,-0.75 0.742188,-1.019531 0.640625,-1.34375 c -0.105469,-0.320312 -0.15625,-0.695312 -0.15625,-1.125 0,-0.40625 0.050781,-0.769531 0.15625,-1.09375 0.101563,-0.320312 0.253906,-0.597656 0.453125,-0.828125 0.195312,-0.226563 0.4375,-0.398437 0.71875,-0.515625 0.28125,-0.125 0.59375,-0.1875 0.9375,-0.1875 0.375,0 0.691406,0.0625 0.953125,0.1875 0.257813,0.117188 0.472656,0.277344 0.640625,0.484375 0.164062,0.199219 0.285156,0.433594 0.359375,0.703125 0.082031,0.273438 0.125,0.558594 0.125,0.859375 z m -0.859375,-0.25 C 3.976562,-3.410156 3.875,-3.769531 3.65625,-4.03125 3.445312,-4.289062 3.132812,-4.421875 2.71875,-4.421875 c -0.210938,0 -0.398438,0.042969 -0.5625,0.125 C 2,-4.210938 1.863281,-4.101562 1.75,-3.96875 c -0.105469,0.125 -0.1875,0.277344 -0.25,0.453125 -0.0625,0.179687 -0.09375,0.367187 -0.09375,0.5625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-11" + overflow="visible"> + <path + id="path35" + d="m 4.203125,-0.84375 c 0,0.054688 -0.00781,0.105469 -0.015625,0.15625 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 C 4.160156,-0.554688 4.148438,-0.53125 4.140625,-0.5 4.128906,-0.476562 4.101562,-0.445312 4.0625,-0.40625 4.019531,-0.363281 3.941406,-0.304688 3.828125,-0.234375 3.722656,-0.171875 3.601562,-0.113281 3.46875,-0.0625 3.34375,-0.0195312 3.203125,0.015625 3.046875,0.046875 2.898438,0.078125 2.742188,0.09375 2.578125,0.09375 2.234375,0.09375 1.929688,0.0390625 1.671875,-0.0625 1.410156,-0.175781 1.191406,-0.335938 1.015625,-0.546875 0.835938,-0.765625 0.703125,-1.03125 0.609375,-1.34375 0.515625,-1.664062 0.46875,-2.03125 0.46875,-2.4375 c 0,-0.46875 0.054688,-0.867188 0.171875,-1.203125 0.113281,-0.332031 0.269531,-0.601563 0.46875,-0.8125 0.195313,-0.21875 0.425781,-0.378906 0.6875,-0.484375 0.269531,-0.101562 0.5625,-0.15625 0.875,-0.15625 0.15625,0 0.300781,0.015625 0.4375,0.046875 0.144531,0.03125 0.273437,0.074219 0.390625,0.125 0.125,0.042969 0.234375,0.09375 0.328125,0.15625 0.09375,0.054687 0.160156,0.101563 0.203125,0.140625 0.039062,0.042969 0.066406,0.078125 0.078125,0.109375 0.019531,0.023437 0.035156,0.046875 0.046875,0.078125 0.00781,0.03125 0.015625,0.070312 0.015625,0.109375 0,0.042969 0,0.09375 0,0.15625 0,0.136719 -0.015625,0.234375 -0.046875,0.296875 -0.03125,0.054688 -0.070312,0.078125 -0.109375,0.078125 -0.054687,0 -0.117187,-0.023437 -0.1875,-0.078125 -0.0625,-0.0625 -0.148437,-0.128906 -0.25,-0.203125 -0.105469,-0.070313 -0.234375,-0.132813 -0.390625,-0.1875 -0.148438,-0.0625 -0.320312,-0.09375 -0.515625,-0.09375 -0.417969,0 -0.742187,0.164063 -0.96875,0.484375 C 1.484375,-3.550781 1.375,-3.085938 1.375,-2.484375 c 0,0.304687 0.023438,0.570313 0.078125,0.796875 0.0625,0.230469 0.148437,0.421875 0.265625,0.578125 0.113281,0.15625 0.25,0.273437 0.40625,0.34375 0.164062,0.074219 0.351562,0.109375 0.5625,0.109375 0.195312,0 0.367188,-0.03125 0.515625,-0.09375 C 3.359375,-0.8125 3.488281,-0.878906 3.59375,-0.953125 3.707031,-1.023438 3.800781,-1.09375 3.875,-1.15625 3.957031,-1.21875 4.019531,-1.25 4.0625,-1.25 c 0.019531,0 0.035156,0.011719 0.046875,0.03125 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 0.00781,0.054688 0.015625,0.117188 0.015625,0.1875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-12" + overflow="visible"> + <path + id="path38" + d="m 4.875,-0.125 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 4.832031,-0.0390625 4.8125,-0.0195312 4.78125,0 4.75,0.0078125 4.703125,0.015625 4.640625,0.015625 4.585938,0.0234375 4.519531,0.03125 4.4375,0.03125 4.351562,0.03125 4.28125,0.0234375 4.21875,0.015625 4.164062,0.015625 4.125,0.0078125 4.09375,0 4.0625,-0.0195312 4.035156,-0.0390625 4.015625,-0.0625 4.003906,-0.0820312 4,-0.101562 4,-0.125 V -2.890625 C 4,-3.160156 3.976562,-3.378906 3.9375,-3.546875 3.894531,-3.710938 3.832031,-3.851562 3.75,-3.96875 3.675781,-4.09375 3.570312,-4.1875 3.4375,-4.25 3.3125,-4.3125 3.164062,-4.34375 3,-4.34375 c -0.21875,0 -0.4375,0.078125 -0.65625,0.234375 -0.210938,0.15625 -0.433594,0.382813 -0.671875,0.671875 v 3.3125 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 1.628906,-0.0390625 1.609375,-0.0195312 1.578125,0 1.546875,0.0078125 1.5,0.015625 1.4375,0.015625 1.382812,0.0234375 1.316406,0.03125 1.234375,0.03125 1.148438,0.03125 1.078125,0.0234375 1.015625,0.015625 0.960938,0.015625 0.921875,0.0078125 0.890625,0 0.859375,-0.0195312 0.832031,-0.0390625 0.8125,-0.0625 0.800781,-0.0820312 0.796875,-0.101562 0.796875,-0.125 v -7.015625 c 0,-0.03125 0.003906,-0.054687 0.015625,-0.078125 0.019531,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 0.0625,-0.00781 0.132813,-0.015625 0.21875,-0.015625 0.082031,0 0.148437,0.00781 0.203125,0.015625 0.0625,0 0.109375,0.011719 0.140625,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 V -4.3125 c 0.25,-0.257812 0.5,-0.453125 0.75,-0.578125 0.25,-0.132813 0.503906,-0.203125 0.765625,-0.203125 0.3125,0 0.570312,0.058594 0.78125,0.171875 C 4.1875,-4.816406 4.363281,-4.675781 4.5,-4.5 4.632812,-4.320312 4.726562,-4.113281 4.78125,-3.875 4.84375,-3.632812 4.875,-3.34375 4.875,-3 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-13" + overflow="visible"> + <path + id="path41" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-14" + overflow="visible"> + <path + id="path44" + d="m 4.359375,-0.125 c 0,0.0429688 -0.015625,0.0742188 -0.046875,0.09375 C 4.289062,-0.0078125 4.253906,0.00390625 4.203125,0.015625 4.148438,0.0234375 4.078125,0.03125 3.984375,0.03125 3.898438,0.03125 3.828125,0.0234375 3.765625,0.015625 3.710938,0.00390625 3.671875,-0.0078125 3.640625,-0.03125 3.617188,-0.0507812 3.609375,-0.0820312 3.609375,-0.125 V -0.59375 C 3.410156,-0.375 3.179688,-0.203125 2.921875,-0.078125 2.671875,0.0351562 2.40625,0.09375 2.125,0.09375 1.875,0.09375 1.644531,0.0625 1.4375,0 1.238281,-0.0625 1.066406,-0.15625 0.921875,-0.28125 0.785156,-0.40625 0.675781,-0.554688 0.59375,-0.734375 0.519531,-0.910156 0.484375,-1.113281 0.484375,-1.34375 c 0,-0.257812 0.050781,-0.488281 0.15625,-0.6875 0.113281,-0.195312 0.269531,-0.359375 0.46875,-0.484375 C 1.316406,-2.648438 1.566406,-2.75 1.859375,-2.8125 2.148438,-2.875 2.476562,-2.90625 2.84375,-2.90625 H 3.5 v -0.375 C 3.5,-3.457031 3.476562,-3.613281 3.4375,-3.75 3.40625,-3.894531 3.34375,-4.015625 3.25,-4.109375 3.164062,-4.203125 3.054688,-4.269531 2.921875,-4.3125 c -0.136719,-0.050781 -0.304687,-0.078125 -0.5,-0.078125 -0.21875,0 -0.414063,0.027344 -0.578125,0.078125 -0.167969,0.054688 -0.320312,0.109375 -0.453125,0.171875 -0.125,0.0625 -0.230469,0.121094 -0.3125,0.171875 -0.085937,0.042969 -0.148437,0.0625 -0.1875,0.0625 -0.03125,0 -0.058594,-0.00391 -0.078125,-0.015625 -0.023438,-0.00781 -0.042969,-0.03125 -0.0625,-0.0625 -0.011719,-0.03125 -0.023438,-0.066406 -0.03125,-0.109375 0,-0.039062 0,-0.085938 0,-0.140625 0,-0.09375 0.003906,-0.160156 0.015625,-0.203125 C 0.742188,-4.488281 0.769531,-4.535156 0.8125,-4.578125 0.863281,-4.628906 0.945312,-4.6875 1.0625,-4.75 1.175781,-4.8125 1.304688,-4.863281 1.453125,-4.90625 1.609375,-4.957031 1.773438,-5 1.953125,-5.03125 2.128906,-5.070312 2.3125,-5.09375 2.5,-5.09375 c 0.332031,0 0.617188,0.042969 0.859375,0.125 0.238281,0.074219 0.429687,0.183594 0.578125,0.328125 0.144531,0.148437 0.25,0.335937 0.3125,0.5625 0.070312,0.21875 0.109375,0.476563 0.109375,0.765625 z M 3.5,-2.28125 H 2.765625 c -0.242187,0 -0.449219,0.023438 -0.625,0.0625 -0.179687,0.042969 -0.324219,0.105469 -0.4375,0.1875 -0.117187,0.074219 -0.199219,0.167969 -0.25,0.28125 C 1.398438,-1.644531 1.375,-1.519531 1.375,-1.375 c 0,0.242188 0.078125,0.433594 0.234375,0.578125 0.15625,0.148437 0.367187,0.21875 0.640625,0.21875 0.226562,0 0.441406,-0.054687 0.640625,-0.171875 C 3.085938,-0.863281 3.289062,-1.039062 3.5,-1.28125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-15" + overflow="visible"> + <path + id="path47" + d="m 4.671875,-4.859375 c 0,0.011719 0,0.027344 0,0.046875 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 0,0.011719 -0.00781,0.027344 -0.015625,0.046875 0,0.023438 0,0.046875 0,0.078125 L 3.03125,-0.15625 C 3.007812,-0.113281 2.988281,-0.0820312 2.96875,-0.0625 2.945312,-0.0390625 2.910156,-0.0195312 2.859375,0 2.816406,0.0078125 2.757812,0.015625 2.6875,0.015625 2.625,0.0234375 2.539062,0.03125 2.4375,0.03125 2.320312,0.03125 2.226562,0.0234375 2.15625,0.015625 2.09375,0.015625 2.039062,0.0078125 2,0 1.957031,-0.0195312 1.921875,-0.0390625 1.890625,-0.0625 1.867188,-0.09375 1.851562,-0.125 1.84375,-0.15625 L 0.234375,-4.640625 C 0.210938,-4.679688 0.195312,-4.71875 0.1875,-4.75 c 0,-0.03125 -0.007812,-0.050781 -0.015625,-0.0625 0,-0.019531 0,-0.035156 0,-0.046875 0,-0.03125 0.003906,-0.054687 0.015625,-0.078125 C 0.207031,-4.957031 0.234375,-4.972656 0.265625,-4.984375 0.296875,-4.992188 0.335938,-5 0.390625,-5 c 0.0625,-0.00781 0.132813,-0.015625 0.21875,-0.015625 0.09375,0 0.171875,0.00781 0.234375,0.015625 0.0625,0 0.109375,0.011719 0.140625,0.03125 0.039063,0.011719 0.066406,0.027344 0.078125,0.046875 0.019531,0.023437 0.035156,0.046875 0.046875,0.078125 l 1.328125,3.890625 0.03125,0.0625 0.015625,-0.0625 1.3125,-3.890625 C 3.804688,-4.875 3.816406,-4.898438 3.828125,-4.921875 3.847656,-4.941406 3.875,-4.957031 3.90625,-4.96875 3.9375,-4.988281 3.976562,-5 4.03125,-5 c 0.0625,-0.00781 0.140625,-0.015625 0.234375,-0.015625 0.082031,0 0.148437,0.00781 0.203125,0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-16" + overflow="visible"> + <path + id="path50" + d="m 4.75,-4.640625 c 0,0.125 -0.015625,0.214844 -0.046875,0.265625 -0.03125,0.054688 -0.074219,0.078125 -0.125,0.078125 h -0.6875 c 0.125,0.125 0.207031,0.265625 0.25,0.421875 0.050781,0.15625 0.078125,0.3125 0.078125,0.46875 0,0.28125 -0.042969,0.527344 -0.125,0.734375 -0.085938,0.210937 -0.210938,0.386719 -0.375,0.53125 -0.167969,0.148437 -0.367188,0.257813 -0.59375,0.328125 -0.21875,0.074219 -0.464844,0.109375 -0.734375,0.109375 -0.1875,0 -0.371094,-0.019531 -0.546875,-0.0625 C 1.664062,-1.816406 1.53125,-1.882812 1.4375,-1.96875 1.375,-1.90625 1.320312,-1.832031 1.28125,-1.75 1.25,-1.664062 1.234375,-1.570312 1.234375,-1.46875 c 0,0.125 0.050781,0.230469 0.15625,0.3125 0.113281,0.074219 0.269531,0.117188 0.46875,0.125 l 1.234375,0.046875 c 0.226562,0.011719 0.441406,0.046875 0.640625,0.109375 0.195313,0.054688 0.363281,0.132812 0.5,0.234375 0.144531,0.105469 0.257813,0.234375 0.34375,0.390625 0.082031,0.15625 0.125,0.3359375 0.125,0.546875 0,0.21875 -0.046875,0.425781 -0.140625,0.625 C 4.46875,1.117188 4.328125,1.289062 4.140625,1.4375 3.953125,1.582031 3.710938,1.695312 3.421875,1.78125 3.128906,1.875 2.789062,1.921875 2.40625,1.921875 2.019531,1.921875 1.691406,1.882812 1.421875,1.8125 1.160156,1.75 0.941406,1.660156 0.765625,1.546875 0.597656,1.441406 0.472656,1.3125 0.390625,1.15625 0.316406,1 0.28125,0.828125 0.28125,0.640625 0.28125,0.523438 0.289062,0.410156 0.3125,0.296875 0.34375,0.191406 0.382812,0.09375 0.4375,0 0.5,-0.09375 0.570312,-0.1875 0.65625,-0.28125 0.75,-0.375 0.847656,-0.460938 0.953125,-0.546875 0.785156,-0.628906 0.660156,-0.738281 0.578125,-0.875 c -0.085937,-0.132812 -0.125,-0.28125 -0.125,-0.4375 0,-0.207031 0.039063,-0.394531 0.125,-0.5625 0.09375,-0.164062 0.203125,-0.316406 0.328125,-0.453125 -0.105469,-0.132813 -0.1875,-0.28125 -0.25,-0.4375 -0.0625,-0.164063 -0.09375,-0.363281 -0.09375,-0.59375 0,-0.269531 0.039062,-0.507813 0.125,-0.71875 0.09375,-0.21875 0.21875,-0.398437 0.375,-0.546875 0.164062,-0.144531 0.363281,-0.253906 0.59375,-0.328125 0.226562,-0.082031 0.472656,-0.125 0.734375,-0.125 0.144531,0 0.28125,0.011719 0.40625,0.03125 0.125,0.011719 0.238281,0.03125 0.34375,0.0625 h 1.4375 c 0.050781,0 0.09375,0.03125 0.125,0.09375 0.03125,0.054687 0.046875,0.136719 0.046875,0.25 z m -1.359375,1.25 c 0,-0.320313 -0.089844,-0.570313 -0.265625,-0.75 -0.179688,-0.1875 -0.429688,-0.28125 -0.75,-0.28125 -0.167969,0 -0.3125,0.03125 -0.4375,0.09375 C 1.8125,-4.273438 1.707031,-4.195312 1.625,-4.09375 1.539062,-4 1.476562,-3.890625 1.4375,-3.765625 c -0.03125,0.125 -0.046875,0.261719 -0.046875,0.40625 0,0.3125 0.085937,0.558594 0.265625,0.734375 0.175781,0.179688 0.421875,0.265625 0.734375,0.265625 0.175781,0 0.328125,-0.023437 0.453125,-0.078125 C 2.96875,-2.5 3.070312,-2.578125 3.15625,-2.671875 3.238281,-2.765625 3.296875,-2.875 3.328125,-3 c 0.039063,-0.125 0.0625,-0.253906 0.0625,-0.390625 z m 0.4375,3.734375 c 0,-0.199219 -0.085937,-0.34765625 -0.25,-0.453125 C 3.410156,-0.222656 3.1875,-0.285156 2.90625,-0.296875 L 1.6875,-0.34375 C 1.570312,-0.25 1.476562,-0.160156 1.40625,-0.078125 1.332031,-0.00390625 1.273438,0.0625 1.234375,0.125 1.191406,0.195312 1.160156,0.269531 1.140625,0.34375 1.128906,0.414062 1.125,0.488281 1.125,0.5625 1.125,0.789062 1.238281,0.960938 1.46875,1.078125 1.707031,1.191406 2.03125,1.25 2.4375,1.25 2.695312,1.25 2.914062,1.222656 3.09375,1.171875 3.269531,1.128906 3.410156,1.0625 3.515625,0.96875 3.628906,0.882812 3.707031,0.789062 3.75,0.6875 3.800781,0.582031 3.828125,0.46875 3.828125,0.34375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-17" + overflow="visible"> + <path + id="path53" + d="m 4.6875,-0.375 c 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 C 4.660156,-0.160156 4.644531,-0.125 4.625,-0.09375 4.613281,-0.0625 4.597656,-0.0351562 4.578125,-0.015625 4.554688,-0.00390625 4.53125,0 4.5,0 H 1.234375 C 1.160156,0 1.085938,-0.0234375 1.015625,-0.078125 0.941406,-0.128906 0.90625,-0.226562 0.90625,-0.375 v -6.046875 c 0,-0.132813 0.035156,-0.226563 0.109375,-0.28125 0.070313,-0.0625 0.144531,-0.09375 0.21875,-0.09375 H 4.46875 c 0.019531,0 0.039062,0.011719 0.0625,0.03125 0.03125,0.011719 0.050781,0.03125 0.0625,0.0625 0.00781,0.03125 0.019531,0.074219 0.03125,0.125 0.00781,0.042969 0.015625,0.101563 0.015625,0.171875 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 C 4.613281,-6.191406 4.601562,-6.15625 4.59375,-6.125 4.582031,-6.09375 4.5625,-6.070312 4.53125,-6.0625 4.507812,-6.050781 4.488281,-6.046875 4.46875,-6.046875 H 1.8125 v 2.140625 h 2.265625 c 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.019531,0.023438 0.035156,0.058594 0.046875,0.109375 0.00781,0.054687 0.015625,0.109375 0.015625,0.171875 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 C 4.238281,-3.316406 4.222656,-3.28125 4.203125,-3.25 4.191406,-3.226562 4.175781,-3.210938 4.15625,-3.203125 4.132812,-3.191406 4.109375,-3.1875 4.078125,-3.1875 H 1.8125 V -0.75 H 4.5 c 0.03125,0 0.054688,0.011719 0.078125,0.03125 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.019531,0.023438 0.035156,0.058594 0.046875,0.109375 C 4.679688,-0.503906 4.6875,-0.445312 4.6875,-0.375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-18" + overflow="visible"> + <path + id="path56" + d="m 3.390625,-6.796875 c 0,0.0625 -0.00781,0.117187 -0.015625,0.15625 0,0.042969 -0.00781,0.078125 -0.015625,0.109375 -0.011719,0.023438 -0.027344,0.039062 -0.046875,0.046875 -0.011719,0 -0.027344,0 -0.046875,0 -0.023437,0 -0.054687,-0.00391 -0.09375,-0.015625 -0.03125,-0.019531 -0.074219,-0.035156 -0.125,-0.046875 C 2.992188,-6.566406 2.929688,-6.582031 2.859375,-6.59375 2.785156,-6.613281 2.703125,-6.625 2.609375,-6.625 2.484375,-6.625 2.375,-6.601562 2.28125,-6.5625 2.1875,-6.519531 2.109375,-6.453125 2.046875,-6.359375 1.992188,-6.273438 1.957031,-6.160156 1.9375,-6.015625 1.914062,-5.878906 1.90625,-5.707031 1.90625,-5.5 v 0.515625 h 1.046875 c 0.03125,0 0.054687,0.00781 0.078125,0.015625 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.019531,0.03125 0.03125,0.070312 0.03125,0.109375 C 3.117188,-4.753906 3.125,-4.695312 3.125,-4.625 c 0,0.125 -0.015625,0.21875 -0.046875,0.28125 -0.03125,0.054688 -0.074219,0.078125 -0.125,0.078125 H 1.90625 V -0.125 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 1.863281,-0.0390625 1.84375,-0.0195312 1.8125,0 1.78125,0.0078125 1.734375,0.015625 1.671875,0.015625 1.617188,0.0234375 1.550781,0.03125 1.46875,0.03125 1.382812,0.03125 1.3125,0.0234375 1.25,0.015625 1.195312,0.015625 1.15625,0.0078125 1.125,0 1.09375,-0.0195312 1.066406,-0.0390625 1.046875,-0.0625 1.035156,-0.0820312 1.03125,-0.101562 1.03125,-0.125 V -4.265625 H 0.359375 c -0.054687,0 -0.09375,-0.023437 -0.125,-0.078125 C 0.203125,-4.40625 0.1875,-4.5 0.1875,-4.625 c 0,-0.070312 0.003906,-0.128906 0.015625,-0.171875 C 0.210938,-4.835938 0.222656,-4.875 0.234375,-4.90625 0.242188,-4.9375 0.257812,-4.957031 0.28125,-4.96875 0.300781,-4.976562 0.328125,-4.984375 0.359375,-4.984375 H 1.03125 v -0.5 c 0,-0.320313 0.03125,-0.601563 0.09375,-0.84375 C 1.1875,-6.566406 1.28125,-6.757812 1.40625,-6.90625 1.53125,-7.0625 1.6875,-7.171875 1.875,-7.234375 2.0625,-7.304688 2.285156,-7.34375 2.546875,-7.34375 c 0.125,0 0.242187,0.011719 0.359375,0.03125 0.113281,0.023438 0.203125,0.046875 0.265625,0.078125 0.0625,0.023437 0.101563,0.042969 0.125,0.0625 0.019531,0.023437 0.035156,0.054687 0.046875,0.09375 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-19" + overflow="visible"> + <path + id="path59" + d="m 6.59375,-3.46875 c 0,0.542969 -0.070312,1.039062 -0.203125,1.484375 -0.125,0.4375 -0.320313,0.8125 -0.578125,1.125 -0.25,0.304687 -0.574219,0.539063 -0.96875,0.703125 -0.386719,0.1640625 -0.839844,0.25 -1.359375,0.25 C 2.972656,0.09375 2.53125,0.0195312 2.15625,-0.125 1.789062,-0.28125 1.484375,-0.503906 1.234375,-0.796875 0.992188,-1.085938 0.8125,-1.445312 0.6875,-1.875 0.570312,-2.300781 0.515625,-2.796875 0.515625,-3.359375 c 0,-0.53125 0.0625,-1.015625 0.1875,-1.453125 0.132813,-0.4375 0.332031,-0.804688 0.59375,-1.109375 0.257813,-0.3125 0.582031,-0.550781 0.96875,-0.71875 0.382813,-0.164063 0.835937,-0.25 1.359375,-0.25 0.5,0 0.929688,0.078125 1.296875,0.234375 0.375,0.148438 0.6875,0.367188 0.9375,0.65625 0.25,0.28125 0.429687,0.636719 0.546875,1.0625 0.125,0.429688 0.1875,0.917969 0.1875,1.46875 z m -0.953125,0.0625 c 0,-0.382812 -0.039063,-0.742188 -0.109375,-1.078125 C 5.46875,-4.816406 5.351562,-5.101562 5.1875,-5.34375 5.03125,-5.59375 4.816406,-5.785156 4.546875,-5.921875 4.285156,-6.054688 3.960938,-6.125 3.578125,-6.125 c -0.398437,0 -0.730469,0.078125 -1,0.234375 -0.261719,0.148437 -0.476563,0.34375 -0.640625,0.59375 -0.167969,0.242187 -0.289062,0.523437 -0.359375,0.84375 -0.074219,0.324219 -0.109375,0.667969 -0.109375,1.03125 0,0.398437 0.03125,0.765625 0.09375,1.109375 0.070312,0.335938 0.1875,0.621094 0.34375,0.859375 0.15625,0.242187 0.363281,0.429687 0.625,0.5625 0.269531,0.136719 0.601562,0.203125 1,0.203125 0.394531,0 0.726562,-0.070312 1,-0.21875 C 4.800781,-1.050781 5.019531,-1.25 5.1875,-1.5 5.351562,-1.75 5.46875,-2.035156 5.53125,-2.359375 5.601562,-2.691406 5.640625,-3.039062 5.640625,-3.40625 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-20" + overflow="visible"> + <path + id="path62" + d="m 4.84375,-0.125 c 0,0.023438 -0.00781,0.0429688 -0.015625,0.0625 C 4.816406,-0.0390625 4.796875,-0.0195312 4.765625,0 4.734375,0.0078125 4.691406,0.015625 4.640625,0.015625 4.597656,0.0234375 4.539062,0.03125 4.46875,0.03125 4.394531,0.03125 4.332031,0.0234375 4.28125,0.015625 4.238281,0.015625 4.203125,0.0078125 4.171875,0 4.140625,-0.0195312 4.113281,-0.0390625 4.09375,-0.0625 4.082031,-0.0820312 4.078125,-0.101562 4.078125,-0.125 V -0.75 c -0.25,0.261719 -0.511719,0.46875 -0.78125,0.625 -0.261719,0.1445312 -0.554687,0.21875 -0.875,0.21875 -0.34375,0 -0.640625,-0.0625 -0.890625,-0.1875 -0.242188,-0.132812 -0.4375,-0.316406 -0.59375,-0.546875 -0.148438,-0.226563 -0.257812,-0.5 -0.328125,-0.8125 C 0.535156,-1.765625 0.5,-2.09375 0.5,-2.4375 0.5,-2.84375 0.539062,-3.207031 0.625,-3.53125 0.71875,-3.863281 0.847656,-4.144531 1.015625,-4.375 1.191406,-4.601562 1.40625,-4.78125 1.65625,-4.90625 c 0.257812,-0.125 0.554688,-0.1875 0.890625,-0.1875 0.269531,0 0.519531,0.0625 0.75,0.1875 0.226563,0.117188 0.457031,0.292969 0.6875,0.53125 v -2.75 c 0,-0.019531 0.00391,-0.039062 0.015625,-0.0625 0.00781,-0.03125 0.03125,-0.050781 0.0625,-0.0625 0.039062,-0.00781 0.085938,-0.019531 0.140625,-0.03125 0.050781,-0.00781 0.117187,-0.015625 0.203125,-0.015625 0.09375,0 0.164062,0.00781 0.21875,0.015625 0.050781,0.011719 0.09375,0.023438 0.125,0.03125 0.03125,0.011719 0.050781,0.03125 0.0625,0.0625 0.019531,0.023438 0.03125,0.042969 0.03125,0.0625 z M 3.984375,-3.453125 c -0.242187,-0.289063 -0.46875,-0.507813 -0.6875,-0.65625 -0.21875,-0.15625 -0.449219,-0.234375 -0.6875,-0.234375 -0.21875,0 -0.40625,0.054688 -0.5625,0.15625 -0.148437,0.105469 -0.273437,0.246094 -0.375,0.421875 -0.09375,0.167969 -0.164063,0.359375 -0.203125,0.578125 -0.042969,0.21875 -0.0625,0.4375 -0.0625,0.65625 0,0.242188 0.015625,0.476562 0.046875,0.703125 0.039063,0.230469 0.101563,0.433594 0.1875,0.609375 0.09375,0.179688 0.210937,0.320312 0.359375,0.421875 0.15625,0.105469 0.347656,0.15625 0.578125,0.15625 0.113281,0 0.222656,-0.015625 0.328125,-0.046875 C 3.019531,-0.71875 3.128906,-0.769531 3.234375,-0.84375 3.347656,-0.914062 3.46875,-1.007812 3.59375,-1.125 3.71875,-1.25 3.847656,-1.394531 3.984375,-1.5625 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-21" + overflow="visible"> + <path + id="path65" + d="m 1.671875,-0.125 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 1.628906,-0.0390625 1.609375,-0.0195312 1.578125,0 1.546875,0.0078125 1.5,0.015625 1.4375,0.015625 1.382812,0.0234375 1.316406,0.03125 1.234375,0.03125 1.148438,0.03125 1.078125,0.0234375 1.015625,0.015625 0.960938,0.015625 0.921875,0.0078125 0.890625,0 0.859375,-0.0195312 0.832031,-0.0390625 0.8125,-0.0625 0.800781,-0.0820312 0.796875,-0.101562 0.796875,-0.125 v -7.015625 c 0,-0.03125 0.003906,-0.054687 0.015625,-0.078125 0.019531,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 0.0625,-0.00781 0.132813,-0.015625 0.21875,-0.015625 0.082031,0 0.148437,0.00781 0.203125,0.015625 0.0625,0 0.109375,0.011719 0.140625,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-22" + overflow="visible"> + <path + id="path68" + d="m 5.203125,-2.546875 c 0,0.386719 -0.054687,0.742187 -0.15625,1.0625 -0.105469,0.324219 -0.261719,0.605469 -0.46875,0.84375 -0.199219,0.230469 -0.449219,0.414063 -0.75,0.546875 -0.304687,0.125 -0.652344,0.1875 -1.046875,0.1875 -0.386719,0 -0.726562,-0.0585938 -1.015625,-0.171875 -0.292969,-0.113281 -0.539063,-0.28125 -0.734375,-0.5 C 0.84375,-0.796875 0.703125,-1.0625 0.609375,-1.375 0.515625,-1.695312 0.46875,-2.054688 0.46875,-2.453125 c 0,-0.382813 0.046875,-0.738281 0.140625,-1.0625 C 0.710938,-3.835938 0.863281,-4.113281 1.0625,-4.34375 1.269531,-4.582031 1.523438,-4.765625 1.828125,-4.890625 2.128906,-5.023438 2.476562,-5.09375 2.875,-5.09375 c 0.394531,0 0.734375,0.058594 1.015625,0.171875 0.289063,0.117187 0.53125,0.289063 0.71875,0.515625 0.195313,0.21875 0.34375,0.484375 0.4375,0.796875 0.101563,0.3125 0.15625,0.667969 0.15625,1.0625 z m -0.921875,0.0625 c 0,-0.257813 -0.027344,-0.5 -0.078125,-0.71875 C 4.160156,-3.429688 4.082031,-3.628906 3.96875,-3.796875 3.863281,-3.972656 3.71875,-4.113281 3.53125,-4.21875 3.351562,-4.320312 3.125,-4.375 2.84375,-4.375 2.59375,-4.375 2.375,-4.328125 2.1875,-4.234375 2,-4.140625 1.84375,-4.007812 1.71875,-3.84375 1.601562,-3.675781 1.515625,-3.476562 1.453125,-3.25 1.398438,-3.019531 1.375,-2.773438 1.375,-2.515625 c 0,0.261719 0.019531,0.507813 0.0625,0.734375 0.050781,0.230469 0.132812,0.433594 0.25,0.609375 0.113281,0.167969 0.257812,0.304687 0.4375,0.40625 0.1875,0.09375 0.421875,0.140625 0.703125,0.140625 0.25,0 0.46875,-0.046875 0.65625,-0.140625 0.1875,-0.09375 0.335937,-0.21875 0.453125,-0.375 0.113281,-0.164063 0.195312,-0.363281 0.25,-0.59375 0.0625,-0.226563 0.09375,-0.476563 0.09375,-0.75 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-23" + overflow="visible"> + <path + id="path71" + d="m 6.015625,-2.515625 c 0,0.417969 -0.0625,0.789063 -0.1875,1.109375 -0.125,0.324219 -0.304687,0.601562 -0.53125,0.828125 -0.21875,0.21875 -0.492187,0.386719 -0.8125,0.5 -0.3125,0.1132812 -0.679687,0.171875 -1.09375,0.171875 -0.375,0 -0.71875,-0.0546875 -1.03125,-0.15625 C 2.054688,-0.164062 1.796875,-0.320312 1.578125,-0.53125 1.359375,-0.75 1.1875,-1.015625 1.0625,-1.328125 0.945312,-1.648438 0.890625,-2.019531 0.890625,-2.4375 v -4.21875 c 0,-0.03125 0.003906,-0.054688 0.015625,-0.078125 0.019531,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.039063,-0.00781 0.085937,-0.019531 0.140625,-0.03125 0.050781,-0.00781 0.125,-0.015625 0.21875,-0.015625 0.082031,0 0.148438,0.00781 0.203125,0.015625 0.0625,0.011719 0.109375,0.023438 0.140625,0.03125 0.039062,0.011719 0.066406,0.027344 0.078125,0.046875 0.019531,0.023437 0.03125,0.046875 0.03125,0.078125 v 4.109375 c 0,0.3125 0.035156,0.589844 0.109375,0.828125 0.070312,0.230469 0.179688,0.421875 0.328125,0.578125 0.144531,0.15625 0.320313,0.277344 0.53125,0.359375 0.207031,0.074219 0.4375,0.109375 0.6875,0.109375 0.257813,0 0.492187,-0.035156 0.703125,-0.109375 C 4.363281,-0.863281 4.535156,-0.976562 4.671875,-1.125 4.816406,-1.28125 4.925781,-1.472656 5,-1.703125 5.070312,-1.929688 5.109375,-2.195312 5.109375,-2.5 v -4.15625 c 0,-0.03125 0.00391,-0.054688 0.015625,-0.078125 0.019531,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.039063,-0.00781 0.085937,-0.019531 0.140625,-0.03125 0.0625,-0.00781 0.132812,-0.015625 0.21875,-0.015625 0.082031,0 0.148438,0.00781 0.203125,0.015625 0.0625,0.011719 0.109375,0.023438 0.140625,0.03125 0.039062,0.011719 0.066406,0.027344 0.078125,0.046875 0.019531,0.023437 0.03125,0.046875 0.03125,0.078125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-24" + overflow="visible"> + <path + id="path74" + d="m 5.15625,-2.5625 c 0,0.40625 -0.046875,0.777344 -0.140625,1.109375 -0.09375,0.335937 -0.230469,0.617187 -0.40625,0.84375 -0.167969,0.230469 -0.382813,0.40625 -0.640625,0.53125 -0.25,0.1132812 -0.539062,0.171875 -0.859375,0.171875 -0.148437,0 -0.28125,-0.015625 -0.40625,-0.046875 C 2.585938,0.0234375 2.472656,-0.0078125 2.359375,-0.0625 2.242188,-0.125 2.128906,-0.203125 2.015625,-0.296875 1.910156,-0.390625 1.796875,-0.5 1.671875,-0.625 V 1.75 c 0,0.019531 -0.011719,0.039062 -0.03125,0.0625 C 1.628906,1.832031 1.609375,1.847656 1.578125,1.859375 1.546875,1.878906 1.5,1.890625 1.4375,1.890625 1.382812,1.898438 1.316406,1.90625 1.234375,1.90625 c -0.085937,0 -0.15625,-0.00781 -0.21875,-0.015625 -0.054687,0 -0.09375,-0.011719 -0.125,-0.03125 C 0.859375,1.847656 0.832031,1.832031 0.8125,1.8125 0.800781,1.789062 0.796875,1.769531 0.796875,1.75 v -6.609375 c 0,-0.03125 0.003906,-0.050781 0.015625,-0.0625 C 0.820312,-4.941406 0.84375,-4.957031 0.875,-4.96875 0.90625,-4.988281 0.945312,-5 1,-5 c 0.050781,-0.00781 0.113281,-0.015625 0.1875,-0.015625 0.070312,0 0.128906,0.00781 0.171875,0.015625 0.050781,0 0.09375,0.011719 0.125,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.011719 0.015625,0.03125 0.015625,0.0625 V -4.21875 C 1.707031,-4.363281 1.84375,-4.488281 1.96875,-4.59375 2.101562,-4.707031 2.238281,-4.800781 2.375,-4.875 2.507812,-4.945312 2.644531,-5 2.78125,-5.03125 2.925781,-5.070312 3.082031,-5.09375 3.25,-5.09375 c 0.34375,0 0.632812,0.070312 0.875,0.203125 0.238281,0.136719 0.429688,0.320313 0.578125,0.546875 0.15625,0.230469 0.269531,0.5 0.34375,0.8125 0.070313,0.304688 0.109375,0.625 0.109375,0.96875 z m -0.921875,0.09375 c 0,-0.238281 -0.023437,-0.46875 -0.0625,-0.6875 -0.03125,-0.226562 -0.09375,-0.429688 -0.1875,-0.609375 C 3.898438,-3.941406 3.78125,-4.082031 3.625,-4.1875 3.476562,-4.289062 3.296875,-4.34375 3.078125,-4.34375 c -0.117187,0 -0.230469,0.015625 -0.34375,0.046875 -0.105469,0.03125 -0.214844,0.085937 -0.328125,0.15625 -0.117188,0.074219 -0.234375,0.171875 -0.359375,0.296875 -0.117187,0.117188 -0.242187,0.257812 -0.375,0.421875 v 1.875 c 0.238281,0.292969 0.460937,0.515625 0.671875,0.671875 0.21875,0.15625 0.441406,0.234375 0.671875,0.234375 0.21875,0 0.40625,-0.050781 0.5625,-0.15625 0.15625,-0.101563 0.28125,-0.242187 0.375,-0.421875 0.09375,-0.175781 0.160156,-0.375 0.203125,-0.59375 0.050781,-0.21875 0.078125,-0.4375 0.078125,-0.65625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-25" + overflow="visible"> + <path + id="path77" + d="m 5.15625,-2.5625 c 0,0.417969 -0.046875,0.792969 -0.140625,1.125 -0.09375,0.324219 -0.230469,0.601562 -0.40625,0.828125 -0.167969,0.230469 -0.375,0.40625 -0.625,0.53125 -0.25,0.1132812 -0.539063,0.171875 -0.859375,0.171875 -0.15625,0 -0.296875,-0.015625 -0.421875,-0.046875 -0.125,-0.0234375 -0.25,-0.0625 -0.375,-0.125 -0.125,-0.070313 -0.25,-0.160156 -0.375,-0.265625 C 1.835938,-0.445312 1.707031,-0.566406 1.5625,-0.703125 V -0.125 c 0,0.023438 -0.00781,0.0429688 -0.015625,0.0625 C 1.535156,-0.0390625 1.515625,-0.0195312 1.484375,0 1.453125,0.0078125 1.410156,0.015625 1.359375,0.015625 1.316406,0.0234375 1.257812,0.03125 1.1875,0.03125 1.113281,0.03125 1.050781,0.0234375 1,0.015625 0.945312,0.015625 0.90625,0.0078125 0.875,0 0.84375,-0.0195312 0.820312,-0.0390625 0.8125,-0.0625 0.800781,-0.0820312 0.796875,-0.101562 0.796875,-0.125 v -7.015625 c 0,-0.03125 0.003906,-0.054687 0.015625,-0.078125 0.019531,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 0.0625,-0.00781 0.132813,-0.015625 0.21875,-0.015625 0.082031,0 0.148437,0.00781 0.203125,0.015625 0.0625,0 0.109375,0.011719 0.140625,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 V -4.3125 C 1.804688,-4.457031 1.9375,-4.578125 2.0625,-4.671875 2.195312,-4.773438 2.328125,-4.851562 2.453125,-4.90625 2.585938,-4.96875 2.71875,-5.015625 2.84375,-5.046875 c 0.125,-0.03125 0.253906,-0.046875 0.390625,-0.046875 0.34375,0 0.632813,0.070312 0.875,0.203125 0.25,0.136719 0.445313,0.320313 0.59375,0.546875 0.15625,0.230469 0.269531,0.5 0.34375,0.8125 0.070313,0.304688 0.109375,0.625 0.109375,0.96875 z m -0.921875,0.109375 c 0,-0.238281 -0.023437,-0.472656 -0.0625,-0.703125 -0.03125,-0.226562 -0.09375,-0.429688 -0.1875,-0.609375 C 3.898438,-3.941406 3.78125,-4.082031 3.625,-4.1875 3.476562,-4.289062 3.289062,-4.34375 3.0625,-4.34375 c -0.117188,0 -0.226562,0.015625 -0.328125,0.046875 -0.105469,0.03125 -0.214844,0.085937 -0.328125,0.15625 -0.117188,0.074219 -0.234375,0.167969 -0.359375,0.28125 -0.117187,0.117187 -0.242187,0.261719 -0.375,0.4375 v 1.890625 c 0.238281,0.28125 0.460937,0.5 0.671875,0.65625 0.21875,0.15625 0.445312,0.234375 0.6875,0.234375 0.21875,0 0.398438,-0.050781 0.546875,-0.15625 0.15625,-0.101563 0.28125,-0.242187 0.375,-0.421875 0.101563,-0.175781 0.175781,-0.367188 0.21875,-0.578125 0.039063,-0.21875 0.0625,-0.4375 0.0625,-0.65625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-26" + overflow="visible"> + <path + id="path80" + d="m 4.84375,-0.125 c 0,0.023438 -0.00781,0.0429688 -0.015625,0.0625 C 4.816406,-0.0390625 4.796875,-0.0195312 4.765625,0 4.734375,0.0078125 4.691406,0.015625 4.640625,0.015625 4.585938,0.0234375 4.523438,0.03125 4.453125,0.03125 4.367188,0.03125 4.300781,0.0234375 4.25,0.015625 4.207031,0.015625 4.171875,0.0078125 4.140625,0 4.109375,-0.0195312 4.085938,-0.0390625 4.078125,-0.0625 4.066406,-0.0820312 4.0625,-0.101562 4.0625,-0.125 V -0.75 C 3.789062,-0.457031 3.523438,-0.242188 3.265625,-0.109375 3.003906,0.0234375 2.738281,0.09375 2.46875,0.09375 c -0.3125,0 -0.578125,-0.0546875 -0.796875,-0.15625 -0.21875,-0.101562 -0.398437,-0.242188 -0.53125,-0.421875 -0.125,-0.175781 -0.21875,-0.382813 -0.28125,-0.625 -0.054687,-0.238281 -0.078125,-0.53125 -0.078125,-0.875 v -2.875 c 0,-0.019531 0.003906,-0.039063 0.015625,-0.0625 0.007813,-0.019531 0.03125,-0.035156 0.0625,-0.046875 C 0.898438,-4.988281 0.945312,-5 1,-5 c 0.0625,-0.00781 0.132812,-0.015625 0.21875,-0.015625 0.082031,0 0.148438,0.00781 0.203125,0.015625 0.050781,0 0.09375,0.011719 0.125,0.03125 0.039063,0.011719 0.066406,0.027344 0.078125,0.046875 0.00781,0.023437 0.015625,0.042969 0.015625,0.0625 v 2.75 c 0,0.28125 0.019531,0.507813 0.0625,0.671875 0.039063,0.167969 0.101563,0.308594 0.1875,0.421875 0.082031,0.117187 0.1875,0.210937 0.3125,0.28125 0.125,0.0625 0.269531,0.09375 0.4375,0.09375 0.21875,0 0.429687,-0.078125 0.640625,-0.234375 C 3.5,-1.03125 3.734375,-1.253906 3.984375,-1.546875 v -3.3125 c 0,-0.019531 0.00391,-0.039063 0.015625,-0.0625 C 4.007812,-4.941406 4.03125,-4.957031 4.0625,-4.96875 4.101562,-4.988281 4.148438,-5 4.203125,-5 c 0.050781,-0.00781 0.125,-0.015625 0.21875,-0.015625 0.082031,0 0.148437,0.00781 0.203125,0.015625 0.050781,0 0.09375,0.011719 0.125,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023437 0.03125,0.042969 0.03125,0.0625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-27" + overflow="visible"> + <path + id="path83" + d="m 4.875,-0.125 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 4.832031,-0.0390625 4.8125,-0.0195312 4.78125,0 4.75,0.0078125 4.703125,0.015625 4.640625,0.015625 4.585938,0.0234375 4.519531,0.03125 4.4375,0.03125 4.351562,0.03125 4.28125,0.0234375 4.21875,0.015625 4.164062,0.015625 4.125,0.0078125 4.09375,0 4.0625,-0.0195312 4.035156,-0.0390625 4.015625,-0.0625 4.003906,-0.0820312 4,-0.101562 4,-0.125 V -2.890625 C 4,-3.160156 3.976562,-3.378906 3.9375,-3.546875 3.894531,-3.710938 3.832031,-3.851562 3.75,-3.96875 3.675781,-4.09375 3.570312,-4.1875 3.4375,-4.25 3.3125,-4.3125 3.164062,-4.34375 3,-4.34375 c -0.21875,0 -0.4375,0.078125 -0.65625,0.234375 -0.210938,0.15625 -0.433594,0.382813 -0.671875,0.671875 v 3.3125 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 1.628906,-0.0390625 1.609375,-0.0195312 1.578125,0 1.546875,0.0078125 1.5,0.015625 1.4375,0.015625 1.382812,0.0234375 1.316406,0.03125 1.234375,0.03125 1.148438,0.03125 1.078125,0.0234375 1.015625,0.015625 0.960938,0.015625 0.921875,0.0078125 0.890625,0 0.859375,-0.0195312 0.832031,-0.0390625 0.8125,-0.0625 0.800781,-0.0820312 0.796875,-0.101562 0.796875,-0.125 v -4.734375 c 0,-0.019531 0.003906,-0.039063 0.015625,-0.0625 C 0.820312,-4.941406 0.84375,-4.957031 0.875,-4.96875 0.90625,-4.988281 0.945312,-5 1,-5 c 0.050781,-0.00781 0.117188,-0.015625 0.203125,-0.015625 0.070313,0 0.132813,0.00781 0.1875,0.015625 0.050781,0 0.085937,0.011719 0.109375,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023437 0.015625,0.042969 0.015625,0.0625 v 0.625 C 1.847656,-4.523438 2.113281,-4.738281 2.375,-4.875 c 0.269531,-0.144531 0.539062,-0.21875 0.8125,-0.21875 0.3125,0 0.570312,0.058594 0.78125,0.171875 C 4.1875,-4.816406 4.363281,-4.675781 4.5,-4.5 c 0.132812,0.179688 0.226562,0.386719 0.28125,0.625 0.0625,0.242188 0.09375,0.527344 0.09375,0.859375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-28" + overflow="visible"> + <path + id="path86" + d="m 4.421875,-0.390625 c 0,0.074219 -0.00781,0.136719 -0.015625,0.1875 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 4.363281,-0.0625 4.34375,-0.0351562 4.3125,-0.015625 4.289062,-0.00390625 4.265625,0 4.234375,0 h -3 C 1.160156,0 1.085938,-0.0234375 1.015625,-0.078125 0.941406,-0.128906 0.90625,-0.226562 0.90625,-0.375 v -6.28125 c 0,-0.03125 0.003906,-0.054688 0.015625,-0.078125 0.007813,-0.019531 0.03125,-0.035156 0.0625,-0.046875 0.039063,-0.00781 0.09375,-0.019531 0.15625,-0.03125 0.0625,-0.00781 0.132813,-0.015625 0.21875,-0.015625 0.082031,0 0.148437,0.00781 0.203125,0.015625 0.0625,0.011719 0.109375,0.023438 0.140625,0.03125 0.039063,0.011719 0.066406,0.027344 0.078125,0.046875 0.019531,0.023437 0.03125,0.046875 0.03125,0.078125 v 5.875 h 2.421875 c 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.03125,0.011719 0.050781,0.03125 0.0625,0.0625 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 0.00781,0.042969 0.015625,0.101562 0.015625,0.171875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph0-29" + overflow="visible"> + <path + id="path89" + d="m 7.40625,-4.859375 c 0,0.023437 -0.00781,0.054687 -0.015625,0.09375 0,0.03125 -0.011719,0.074219 -0.03125,0.125 L 5.96875,-0.15625 C 5.957031,-0.113281 5.941406,-0.0820312 5.921875,-0.0625 5.898438,-0.0390625 5.867188,-0.0195312 5.828125,0 5.785156,0.0078125 5.726562,0.015625 5.65625,0.015625 5.59375,0.0234375 5.507812,0.03125 5.40625,0.03125 5.289062,0.03125 5.195312,0.0234375 5.125,0.015625 5.050781,0.015625 4.992188,0.0078125 4.953125,0 4.910156,-0.0195312 4.878906,-0.0390625 4.859375,-0.0625 4.835938,-0.09375 4.820312,-0.125 4.8125,-0.15625 l -1,-3.421875 V -3.625 L 3.796875,-3.578125 2.875,-0.15625 C 2.863281,-0.113281 2.847656,-0.0820312 2.828125,-0.0625 2.804688,-0.0390625 2.769531,-0.0195312 2.71875,0 2.675781,0.0078125 2.617188,0.015625 2.546875,0.015625 2.472656,0.0234375 2.382812,0.03125 2.28125,0.03125 2.175781,0.03125 2.085938,0.0234375 2.015625,0.015625 1.953125,0.015625 1.894531,0.0078125 1.84375,0 1.800781,-0.0195312 1.769531,-0.0390625 1.75,-0.0625 1.726562,-0.09375 1.710938,-0.125 1.703125,-0.15625 l -1.375,-4.484375 c -0.023437,-0.050781 -0.039063,-0.09375 -0.046875,-0.125 0,-0.039063 0,-0.070313 0,-0.09375 0,-0.03125 0.003906,-0.054687 0.015625,-0.078125 0.007813,-0.019531 0.03125,-0.035156 0.0625,-0.046875 C 0.398438,-4.992188 0.445312,-5 0.5,-5 c 0.0625,-0.00781 0.128906,-0.015625 0.203125,-0.015625 0.101563,0 0.179687,0.00781 0.234375,0.015625 0.0625,0 0.109375,0.00781 0.140625,0.015625 0.03125,0.011719 0.050781,0.03125 0.0625,0.0625 C 1.160156,-4.898438 1.175781,-4.875 1.1875,-4.84375 l 1.140625,3.890625 V -0.90625 L 2.34375,-0.953125 3.390625,-4.84375 C 3.398438,-4.875 3.410156,-4.898438 3.421875,-4.921875 3.441406,-4.953125 3.46875,-4.972656 3.5,-4.984375 3.53125,-4.992188 3.570312,-5 3.625,-5 c 0.050781,-0.00781 0.125,-0.015625 0.21875,-0.015625 0.082031,0 0.148438,0.00781 0.203125,0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 l 1.140625,3.90625 v 0.046875 l 0.015625,-0.046875 1.125,-3.890625 c 0,-0.03125 0.00391,-0.054688 0.015625,-0.078125 0.019531,-0.03125 0.046875,-0.050781 0.078125,-0.0625 C 6.679688,-4.992188 6.726562,-5 6.78125,-5 6.84375,-5.007812 6.914062,-5.015625 7,-5.015625 c 0.09375,0 0.160156,0.00781 0.203125,0.015625 0.050781,0 0.09375,0.00781 0.125,0.015625 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-0" + overflow="visible"> + <path + id="path92" + d="M 5.15625,-6.8125 V 0 H 0.234375 V -6.8125 Z M 4.6875,-0.421875 v -5.96875 H 0.671875 v 5.96875 z M 4.03125,-4.5 c 0,0.210938 -0.03125,0.398438 -0.09375,0.5625 -0.054688,0.15625 -0.136719,0.292969 -0.25,0.40625 -0.117188,0.105469 -0.25,0.1875 -0.40625,0.25 -0.148438,0.0625 -0.308594,0.101562 -0.484375,0.109375 L 2.78125,-2.375 c 0,0.042969 -0.03125,0.070312 -0.09375,0.078125 -0.054688,0.011719 -0.121094,0.015625 -0.203125,0.015625 -0.054687,0 -0.101563,0 -0.140625,0 -0.03125,0 -0.058594,-0.00391 -0.078125,-0.015625 -0.023437,-0.00781 -0.042969,-0.019531 -0.0625,-0.03125 C 2.191406,-2.335938 2.1875,-2.351562 2.1875,-2.375 L 2.171875,-3.34375 C 2.160156,-3.445312 2.179688,-3.519531 2.234375,-3.5625 2.285156,-3.601562 2.351562,-3.625 2.4375,-3.625 h 0.09375 c 0.15625,0 0.285156,-0.019531 0.390625,-0.0625 0.101563,-0.039062 0.1875,-0.097656 0.25,-0.171875 C 3.242188,-3.929688 3.289062,-4.019531 3.3125,-4.125 3.34375,-4.226562 3.359375,-4.335938 3.359375,-4.453125 3.359375,-4.710938 3.285156,-4.914062 3.140625,-5.0625 2.992188,-5.21875 2.757812,-5.296875 2.4375,-5.296875 2.3125,-5.296875 2.195312,-5.28125 2.09375,-5.25 1.988281,-5.226562 1.894531,-5.195312 1.8125,-5.15625 1.726562,-5.125 1.660156,-5.09375 1.609375,-5.0625 1.554688,-5.039062 1.519531,-5.03125 1.5,-5.03125 c -0.011719,0 -0.023438,0 -0.03125,0 C 1.457031,-5.039062 1.445312,-5.054688 1.4375,-5.078125 1.425781,-5.097656 1.414062,-5.125 1.40625,-5.15625 c 0,-0.039062 0,-0.085938 0,-0.140625 0,-0.0625 0,-0.109375 0,-0.140625 0.00781,-0.039062 0.03125,-0.078125 0.0625,-0.109375 0.019531,-0.019531 0.066406,-0.046875 0.140625,-0.078125 0.070313,-0.03125 0.15625,-0.0625 0.25,-0.09375 0.09375,-0.03125 0.195313,-0.054688 0.3125,-0.078125 0.125,-0.019531 0.242187,-0.03125 0.359375,-0.03125 0.257812,0 0.484375,0.039063 0.671875,0.109375 0.195313,0.074219 0.351563,0.167969 0.46875,0.28125 0.125,0.117188 0.210937,0.257812 0.265625,0.421875 C 4,-4.859375 4.03125,-4.6875 4.03125,-4.5 Z m -1.140625,3.0625 c 0,0.074219 -0.00781,0.136719 -0.015625,0.1875 -0.011719,0.054688 -0.03125,0.09375 -0.0625,0.125 -0.03125,0.03125 -0.074219,0.054688 -0.125,0.0625 -0.054688,0.011719 -0.117188,0.015625 -0.1875,0.015625 -0.074219,0 -0.136719,-0.00391 -0.1875,-0.015625 C 2.257812,-1.070312 2.21875,-1.09375 2.1875,-1.125 2.15625,-1.15625 2.128906,-1.195312 2.109375,-1.25 2.097656,-1.300781 2.09375,-1.363281 2.09375,-1.4375 c 0,-0.070312 0.00391,-0.132812 0.015625,-0.1875 C 2.128906,-1.675781 2.15625,-1.71875 2.1875,-1.75 2.21875,-1.78125 2.257812,-1.800781 2.3125,-1.8125 2.363281,-1.832031 2.425781,-1.84375 2.5,-1.84375 c 0.070312,0 0.132812,0.011719 0.1875,0.03125 0.050781,0.011719 0.09375,0.03125 0.125,0.0625 0.03125,0.03125 0.050781,0.074219 0.0625,0.125 0.00781,0.054688 0.015625,0.117188 0.015625,0.1875 z M 0,2.09375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-1" + overflow="visible"> + <path + id="path95" + d="m 5.03125,-2.203125 c 0,0.292969 -0.046875,0.578125 -0.140625,0.859375 -0.085937,0.28125 -0.21875,0.53125 -0.40625,0.75 -0.1875,0.210938 -0.429687,0.375 -0.71875,0.5 -0.292969,0.125 -0.636719,0.1875 -1.03125,0.1875 C 2.441406,0.09375 2.1875,0.0625 1.96875,0 1.75,-0.0703125 1.554688,-0.171875 1.390625,-0.296875 1.234375,-0.429688 1.101562,-0.59375 1,-0.78125 0.894531,-0.96875 0.804688,-1.179688 0.734375,-1.421875 0.671875,-1.671875 0.625,-1.9375 0.59375,-2.21875 0.570312,-2.507812 0.5625,-2.820312 0.5625,-3.15625 c 0,-0.289062 0.015625,-0.582031 0.046875,-0.875 0.03125,-0.300781 0.085937,-0.585938 0.171875,-0.859375 0.082031,-0.28125 0.191406,-0.539063 0.328125,-0.78125 C 1.242188,-5.921875 1.414062,-6.132812 1.625,-6.3125 1.832031,-6.5 2.082031,-6.644531 2.375,-6.75 c 0.289062,-0.101562 0.628906,-0.15625 1.015625,-0.15625 0.132813,0 0.265625,0.011719 0.390625,0.03125 0.132812,0.011719 0.257812,0.03125 0.375,0.0625 0.113281,0.023438 0.207031,0.046875 0.28125,0.078125 0.082031,0.03125 0.132812,0.058594 0.15625,0.078125 0.019531,0.023438 0.035156,0.042969 0.046875,0.0625 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 0.00781,0.023437 0.015625,0.054687 0.015625,0.09375 0.00781,0.03125 0.015625,0.070313 0.015625,0.109375 0,0.0625 0,0.121094 0,0.171875 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 4.660156,-6 4.644531,-5.976562 4.625,-5.96875 c -0.023438,0.011719 -0.046875,0.015625 -0.078125,0.015625 -0.03125,0 -0.085937,-0.00781 -0.15625,-0.03125 C 4.328125,-6.003906 4.25,-6.03125 4.15625,-6.0625 4.0625,-6.09375 3.945312,-6.117188 3.8125,-6.140625 3.675781,-6.171875 3.519531,-6.1875 3.34375,-6.1875 c -0.335938,0 -0.621094,0.070312 -0.859375,0.203125 C 2.253906,-5.847656 2.0625,-5.664062 1.90625,-5.4375 c -0.148438,0.21875 -0.257812,0.480469 -0.328125,0.78125 -0.0625,0.292969 -0.101563,0.601562 -0.109375,0.921875 0.082031,-0.050781 0.179688,-0.101563 0.296875,-0.15625 0.113281,-0.050781 0.238281,-0.097656 0.375,-0.140625 0.132813,-0.039062 0.273437,-0.078125 0.421875,-0.109375 0.15625,-0.03125 0.320312,-0.046875 0.5,-0.046875 0.363281,0 0.671875,0.054688 0.921875,0.15625 0.257813,0.105469 0.46875,0.246094 0.625,0.421875 0.15625,0.179687 0.265625,0.386719 0.328125,0.625 0.0625,0.242187 0.09375,0.5 0.09375,0.78125 z M 4.125,-2.125 c 0,-0.195312 -0.023438,-0.378906 -0.0625,-0.546875 -0.042969,-0.164063 -0.109375,-0.304687 -0.203125,-0.421875 -0.09375,-0.125 -0.21875,-0.21875 -0.375,-0.28125 -0.15625,-0.0625 -0.355469,-0.09375 -0.59375,-0.09375 -0.125,0 -0.257813,0.015625 -0.390625,0.046875 -0.125,0.023437 -0.25,0.054687 -0.375,0.09375 C 2.007812,-3.296875 1.894531,-3.25 1.78125,-3.1875 c -0.117188,0.054688 -0.214844,0.109375 -0.296875,0.171875 0,0.449219 0.023437,0.828125 0.078125,1.140625 0.0625,0.304688 0.144531,0.546875 0.25,0.734375 0.113281,0.179687 0.253906,0.308594 0.421875,0.390625 0.164063,0.085938 0.359375,0.125 0.578125,0.125 0.21875,0 0.410156,-0.039062 0.578125,-0.125 0.164063,-0.09375 0.300781,-0.207031 0.40625,-0.34375 0.113281,-0.144531 0.195313,-0.304688 0.25,-0.484375 C 4.097656,-1.753906 4.125,-1.9375 4.125,-2.125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-2" + overflow="visible"> + <path + id="path98" + d="m 1.953125,-0.75 c 0,0.105469 -0.00781,0.203125 -0.015625,0.296875 C 1.925781,-0.359375 1.90625,-0.269531 1.875,-0.1875 1.851562,-0.113281 1.820312,-0.0390625 1.78125,0.03125 1.75,0.113281 1.703125,0.203125 1.640625,0.296875 L 0.921875,1.375 C 0.898438,1.40625 0.878906,1.425781 0.859375,1.4375 0.835938,1.457031 0.804688,1.472656 0.765625,1.484375 0.734375,1.503906 0.695312,1.515625 0.65625,1.515625 0.613281,1.523438 0.554688,1.53125 0.484375,1.53125 0.429688,1.53125 0.382812,1.523438 0.34375,1.515625 0.300781,1.515625 0.269531,1.503906 0.25,1.484375 0.226562,1.472656 0.21875,1.457031 0.21875,1.4375 0.21875,1.414062 0.222656,1.394531 0.234375,1.375 L 0.9375,-0.078125 V -0.75 c 0,-0.09375 0.007812,-0.164062 0.03125,-0.21875 0.019531,-0.0625 0.050781,-0.101562 0.09375,-0.125 0.039062,-0.03125 0.09375,-0.050781 0.15625,-0.0625 0.0625,-0.00781 0.140625,-0.015625 0.234375,-0.015625 0.082031,0 0.15625,0.00781 0.21875,0.015625 0.070313,0.011719 0.125,0.03125 0.15625,0.0625 0.039063,0.023438 0.070313,0.0625 0.09375,0.125 0.019531,0.054688 0.03125,0.125 0.03125,0.21875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-3" + overflow="visible"> + <path + id="path101" + d="m 4.8125,-1.953125 c 0,0.3125 -0.058594,0.601563 -0.171875,0.859375 -0.105469,0.25 -0.261719,0.464844 -0.46875,0.640625 -0.199219,0.179687 -0.449219,0.3125 -0.75,0.40625 -0.292969,0.09375 -0.625,0.140625 -1,0.140625 -0.230469,0 -0.445313,-0.0234375 -0.640625,-0.0625 C 1.582031,0 1.40625,-0.0351562 1.25,-0.078125 1.09375,-0.128906 0.960938,-0.179688 0.859375,-0.234375 0.753906,-0.296875 0.6875,-0.335938 0.65625,-0.359375 0.632812,-0.390625 0.617188,-0.414062 0.609375,-0.4375 0.597656,-0.457031 0.585938,-0.484375 0.578125,-0.515625 0.566406,-0.554688 0.554688,-0.601562 0.546875,-0.65625 c 0,-0.050781 0,-0.113281 0,-0.1875 0,-0.125 0.007813,-0.207031 0.03125,-0.25 0.019531,-0.050781 0.054687,-0.078125 0.109375,-0.078125 0.03125,0 0.09375,0.027344 0.1875,0.078125 0.09375,0.054688 0.210938,0.117188 0.359375,0.1875 0.144531,0.0625 0.3125,0.125 0.5,0.1875 0.195313,0.054688 0.414063,0.078125 0.65625,0.078125 0.226563,0 0.429687,-0.03125 0.609375,-0.09375 0.175781,-0.0625 0.320312,-0.144531 0.4375,-0.25 0.125,-0.113281 0.210938,-0.242187 0.265625,-0.390625 0.0625,-0.144531 0.09375,-0.304688 0.09375,-0.484375 C 3.796875,-2.054688 3.757812,-2.226562 3.6875,-2.375 3.613281,-2.53125 3.503906,-2.664062 3.359375,-2.78125 3.210938,-2.894531 3.03125,-2.976562 2.8125,-3.03125 2.601562,-3.09375 2.363281,-3.125 2.09375,-3.125 H 1.453125 c -0.03125,0 -0.0625,-0.00391 -0.09375,-0.015625 -0.023437,-0.019531 -0.042969,-0.039063 -0.0625,-0.0625 C 1.273438,-3.234375 1.257812,-3.269531 1.25,-3.3125 1.238281,-3.363281 1.234375,-3.425781 1.234375,-3.5 c 0,-0.0625 0.00391,-0.113281 0.015625,-0.15625 0.00781,-0.050781 0.023438,-0.085938 0.046875,-0.109375 0.019531,-0.03125 0.039063,-0.050781 0.0625,-0.0625 C 1.378906,-3.835938 1.40625,-3.84375 1.4375,-3.84375 h 0.59375 c 0.238281,0 0.445312,-0.03125 0.625,-0.09375 C 2.84375,-4 3,-4.082031 3.125,-4.1875 3.257812,-4.300781 3.359375,-4.4375 3.421875,-4.59375 3.492188,-4.75 3.53125,-4.925781 3.53125,-5.125 3.53125,-5.257812 3.503906,-5.390625 3.453125,-5.515625 3.410156,-5.648438 3.34375,-5.765625 3.25,-5.859375 3.15625,-5.953125 3.035156,-6.023438 2.890625,-6.078125 2.753906,-6.140625 2.59375,-6.171875 2.40625,-6.171875 c -0.199219,0 -0.386719,0.03125 -0.5625,0.09375 -0.167969,0.0625 -0.320312,0.132813 -0.453125,0.203125 -0.136719,0.074219 -0.246094,0.140625 -0.328125,0.203125 -0.085938,0.0625 -0.148438,0.09375 -0.1875,0.09375 -0.023438,0 -0.042969,-0.00391 -0.0625,-0.015625 C 0.789062,-5.601562 0.773438,-5.617188 0.765625,-5.640625 0.753906,-5.671875 0.742188,-5.707031 0.734375,-5.75 c 0,-0.050781 0,-0.117188 0,-0.203125 0,-0.050781 0,-0.097656 0,-0.140625 0.007813,-0.039062 0.019531,-0.070312 0.03125,-0.09375 0.007813,-0.03125 0.019531,-0.054688 0.03125,-0.078125 0.007813,-0.03125 0.03125,-0.0625 0.0625,-0.09375 C 0.898438,-6.390625 0.96875,-6.4375 1.0625,-6.5 1.164062,-6.5625 1.289062,-6.625 1.4375,-6.6875 1.59375,-6.75 1.765625,-6.800781 1.953125,-6.84375 c 0.195313,-0.039062 0.410156,-0.0625 0.640625,-0.0625 0.3125,0 0.585938,0.042969 0.828125,0.125 0.238281,0.074219 0.4375,0.183594 0.59375,0.328125 0.164063,0.148437 0.285156,0.324219 0.359375,0.53125 0.082031,0.210937 0.125,0.4375 0.125,0.6875 0,0.210937 -0.03125,0.40625 -0.09375,0.59375 -0.054688,0.1875 -0.136719,0.355469 -0.25,0.5 C 4.050781,-4.003906 3.921875,-3.882812 3.765625,-3.78125 3.609375,-3.6875 3.425781,-3.617188 3.21875,-3.578125 V -3.5625 c 0.226562,0.023438 0.441406,0.078125 0.640625,0.171875 0.195313,0.09375 0.363281,0.214844 0.5,0.359375 0.144531,0.136719 0.253906,0.296875 0.328125,0.484375 0.082031,0.1875 0.125,0.386719 0.125,0.59375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-4" + overflow="visible"> + <path + id="path104" + d="m 5.09375,-3.421875 c 0,0.523437 -0.042969,1 -0.125,1.4375 C 4.882812,-1.554688 4.742188,-1.1875 4.546875,-0.875 c -0.1875,0.3125 -0.4375,0.554688 -0.75,0.71875 -0.304687,0.1640625 -0.683594,0.25 -1.140625,0.25 C 2.226562,0.09375 1.867188,0.0195312 1.578125,-0.125 1.285156,-0.28125 1.050781,-0.503906 0.875,-0.796875 0.695312,-1.097656 0.566406,-1.460938 0.484375,-1.890625 0.410156,-2.328125 0.375,-2.828125 0.375,-3.390625 0.375,-3.910156 0.414062,-4.382812 0.5,-4.8125 0.582031,-5.25 0.71875,-5.625 0.90625,-5.9375 c 0.195312,-0.3125 0.445312,-0.550781 0.75,-0.71875 0.3125,-0.164062 0.691406,-0.25 1.140625,-0.25 0.4375,0 0.800781,0.078125 1.09375,0.234375 C 4.179688,-6.523438 4.414062,-6.300781 4.59375,-6 c 0.175781,0.292969 0.300781,0.65625 0.375,1.09375 0.082031,0.429688 0.125,0.921875 0.125,1.484375 z m -0.9375,0.0625 C 4.15625,-3.703125 4.144531,-4.007812 4.125,-4.28125 4.101562,-4.550781 4.066406,-4.785156 4.015625,-4.984375 3.972656,-5.191406 3.910156,-5.367188 3.828125,-5.515625 3.753906,-5.671875 3.664062,-5.796875 3.5625,-5.890625 3.457031,-5.984375 3.335938,-6.050781 3.203125,-6.09375 3.066406,-6.144531 2.914062,-6.171875 2.75,-6.171875 c -0.304688,0 -0.546875,0.074219 -0.734375,0.21875 -0.179687,0.136719 -0.324219,0.328125 -0.4375,0.578125 -0.105469,0.242188 -0.179687,0.527344 -0.21875,0.859375 -0.03125,0.335937 -0.046875,0.6875 -0.046875,1.0625 0,0.511719 0.023438,0.945313 0.078125,1.296875 0.050781,0.355469 0.132813,0.648438 0.25,0.875 0.113281,0.21875 0.257813,0.382812 0.4375,0.484375 0.175781,0.105469 0.390625,0.15625 0.640625,0.15625 0.195312,0 0.367188,-0.03125 0.515625,-0.09375 C 3.378906,-0.796875 3.503906,-0.882812 3.609375,-1 3.722656,-1.125 3.8125,-1.265625 3.875,-1.421875 3.945312,-1.585938 4.003906,-1.769531 4.046875,-1.96875 4.085938,-2.175781 4.113281,-2.394531 4.125,-2.625 4.144531,-2.863281 4.15625,-3.109375 4.15625,-3.359375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-5" + overflow="visible"> + <path + id="path107" + d="m 4.859375,-0.390625 c 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 0,0.054688 -0.011719,0.09375 -0.03125,0.125 C 4.800781,-0.0625 4.78125,-0.0351562 4.75,-0.015625 4.726562,-0.00390625 4.703125,0 4.671875,0 H 0.90625 C 0.851562,0 0.804688,-0.00390625 0.765625,-0.015625 c -0.03125,-0.0078125 -0.0625,-0.03125 -0.09375,-0.0625 -0.023437,-0.03125 -0.042969,-0.070313 -0.0625,-0.125 -0.011719,-0.050781 -0.015625,-0.113281 -0.015625,-0.1875 0,-0.070313 0,-0.132813 0,-0.1875 0.007812,-0.050781 0.023438,-0.097656 0.046875,-0.140625 0.019531,-0.039062 0.039063,-0.082031 0.0625,-0.125 0.03125,-0.039062 0.066406,-0.082031 0.109375,-0.125 L 2.125,-2.375 C 2.4375,-2.695312 2.679688,-2.984375 2.859375,-3.234375 3.046875,-3.492188 3.1875,-3.726562 3.28125,-3.9375 3.382812,-4.144531 3.453125,-4.332031 3.484375,-4.5 3.515625,-4.675781 3.53125,-4.84375 3.53125,-5 3.53125,-5.144531 3.503906,-5.285156 3.453125,-5.421875 3.410156,-5.554688 3.34375,-5.675781 3.25,-5.78125 3.15625,-5.882812 3.035156,-5.960938 2.890625,-6.015625 c -0.136719,-0.0625 -0.292969,-0.09375 -0.46875,-0.09375 -0.21875,0 -0.417969,0.03125 -0.59375,0.09375 -0.167969,0.054687 -0.3125,0.117187 -0.4375,0.1875 C 1.265625,-5.753906 1.15625,-5.6875 1.0625,-5.625 0.976562,-5.570312 0.914062,-5.546875 0.875,-5.546875 0.851562,-5.546875 0.832031,-5.550781 0.8125,-5.5625 0.789062,-5.570312 0.773438,-5.59375 0.765625,-5.625 0.753906,-5.664062 0.742188,-5.710938 0.734375,-5.765625 0.722656,-5.816406 0.71875,-5.878906 0.71875,-5.953125 c 0,-0.050781 0,-0.09375 0,-0.125 C 0.726562,-6.117188 0.738281,-6.15625 0.75,-6.1875 0.757812,-6.21875 0.769531,-6.242188 0.78125,-6.265625 0.800781,-6.285156 0.832031,-6.3125 0.875,-6.34375 0.914062,-6.382812 0.988281,-6.4375 1.09375,-6.5 1.195312,-6.5625 1.320312,-6.625 1.46875,-6.6875 1.625,-6.75 1.796875,-6.800781 1.984375,-6.84375 c 0.195313,-0.039062 0.394531,-0.0625 0.59375,-0.0625 0.332031,0 0.625,0.046875 0.875,0.140625 0.25,0.085937 0.453125,0.210937 0.609375,0.375 0.164062,0.15625 0.285156,0.34375 0.359375,0.5625 0.082031,0.21875 0.125,0.449219 0.125,0.6875 0,0.21875 -0.023437,0.4375 -0.0625,0.65625 -0.03125,0.210937 -0.109375,0.4375 -0.234375,0.6875 -0.125,0.25 -0.308594,0.53125 -0.546875,0.84375 -0.230469,0.304687 -0.539063,0.65625 -0.921875,1.0625 l -1.09375,1.125 h 2.96875 c 0.03125,0 0.054688,0.011719 0.078125,0.03125 0.03125,0.011719 0.054687,0.03125 0.078125,0.0625 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-6" + overflow="visible"> + <path + id="path110" + d="m 5.15625,-1.9375 c 0,0.117188 -0.023438,0.210938 -0.0625,0.28125 C 5.0625,-1.59375 5.015625,-1.5625 4.953125,-1.5625 H 4.1875 v 1.4375 c 0,0.023438 -0.011719,0.0429688 -0.03125,0.0625 C 4.144531,-0.0390625 4.117188,-0.0195312 4.078125,0 4.046875,0.0078125 4.003906,0.015625 3.953125,0.015625 3.898438,0.0234375 3.828125,0.03125 3.734375,0.03125 3.648438,0.03125 3.578125,0.0234375 3.515625,0.015625 3.460938,0.015625 3.421875,0.0078125 3.390625,0 3.359375,-0.0195312 3.335938,-0.0390625 3.328125,-0.0625 3.316406,-0.0820312 3.3125,-0.101562 3.3125,-0.125 V -1.5625 H 0.5 c -0.042969,0 -0.078125,-0.00391 -0.109375,-0.015625 C 0.359375,-1.585938 0.332031,-1.601562 0.3125,-1.625 0.289062,-1.65625 0.273438,-1.695312 0.265625,-1.75 0.253906,-1.8125 0.25,-1.882812 0.25,-1.96875 c 0,-0.0625 0,-0.117188 0,-0.171875 C 0.257812,-2.191406 0.269531,-2.238281 0.28125,-2.28125 0.289062,-2.332031 0.300781,-2.375 0.3125,-2.40625 0.332031,-2.445312 0.359375,-2.492188 0.390625,-2.546875 L 2.84375,-6.6875 c 0.00781,-0.019531 0.03125,-0.039062 0.0625,-0.0625 0.039062,-0.019531 0.085938,-0.035156 0.140625,-0.046875 0.050781,-0.019531 0.113281,-0.03125 0.1875,-0.03125 0.082031,-0.00781 0.175781,-0.015625 0.28125,-0.015625 0.113281,0 0.210937,0.00781 0.296875,0.015625 0.082031,0.011719 0.148438,0.023437 0.203125,0.03125 0.050781,0.011719 0.09375,0.03125 0.125,0.0625 C 4.171875,-6.710938 4.1875,-6.6875 4.1875,-6.65625 v 4.34375 h 0.765625 c 0.0625,0 0.109375,0.03125 0.140625,0.09375 0.039062,0.0625 0.0625,0.15625 0.0625,0.28125 z M 3.3125,-6.046875 H 3.296875 L 1.078125,-2.3125 H 3.3125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-7" + overflow="visible"> + <path + id="path113" + d="m 5.015625,-1.75 c 0,0.292969 -0.054687,0.558594 -0.15625,0.796875 C 4.753906,-0.722656 4.601562,-0.53125 4.40625,-0.375 c -0.199219,0.15625 -0.445312,0.2773438 -0.734375,0.359375 -0.292969,0.0703125 -0.625,0.109375 -1,0.109375 C 2.316406,0.09375 2,0.0546875 1.71875,-0.015625 1.445312,-0.0859375 1.210938,-0.191406 1.015625,-0.328125 0.828125,-0.472656 0.679688,-0.648438 0.578125,-0.859375 0.484375,-1.078125 0.4375,-1.320312 0.4375,-1.59375 c 0,-0.207031 0.03125,-0.398438 0.09375,-0.578125 0.070312,-0.1875 0.171875,-0.351563 0.296875,-0.5 C 0.960938,-2.828125 1.125,-2.96875 1.3125,-3.09375 1.507812,-3.226562 1.734375,-3.351562 1.984375,-3.46875 1.765625,-3.582031 1.570312,-3.695312 1.40625,-3.8125 1.25,-3.9375 1.113281,-4.066406 1,-4.203125 0.894531,-4.347656 0.8125,-4.5 0.75,-4.65625 0.695312,-4.820312 0.671875,-5.003906 0.671875,-5.203125 c 0,-0.226563 0.039063,-0.445313 0.125,-0.65625 0.082031,-0.21875 0.210937,-0.398437 0.390625,-0.546875 0.175781,-0.15625 0.394531,-0.273438 0.65625,-0.359375 0.269531,-0.09375 0.585938,-0.140625 0.953125,-0.140625 0.34375,0 0.640625,0.042969 0.890625,0.125 0.25,0.074219 0.453125,0.183594 0.609375,0.328125 0.164063,0.148437 0.285156,0.320313 0.359375,0.515625 0.082031,0.1875 0.125,0.390625 0.125,0.609375 0,0.179687 -0.03125,0.351563 -0.09375,0.515625 -0.054688,0.167969 -0.136719,0.324219 -0.25,0.46875 -0.117188,0.148438 -0.257812,0.289062 -0.421875,0.421875 -0.15625,0.125 -0.339844,0.246094 -0.546875,0.359375 0.25,0.117188 0.46875,0.242188 0.65625,0.375 0.195312,0.125 0.359375,0.265625 0.484375,0.421875 0.132813,0.148437 0.234375,0.304687 0.296875,0.46875 0.070312,0.167969 0.109375,0.351563 0.109375,0.546875 z m -1.125,-3.5 c 0,-0.144531 -0.027344,-0.273438 -0.078125,-0.390625 -0.054688,-0.125 -0.132812,-0.226563 -0.234375,-0.3125 -0.09375,-0.082031 -0.214844,-0.144531 -0.359375,-0.1875 -0.148438,-0.039063 -0.3125,-0.0625 -0.5,-0.0625 -0.375,0 -0.664062,0.089844 -0.859375,0.265625 C 1.660156,-5.769531 1.5625,-5.539062 1.5625,-5.25 c 0,0.148438 0.019531,0.277344 0.0625,0.390625 0.050781,0.117187 0.128906,0.226563 0.234375,0.328125 0.101563,0.105469 0.226563,0.210938 0.375,0.3125 0.15625,0.105469 0.335937,0.210938 0.546875,0.3125 0.351562,-0.1875 0.625,-0.390625 0.8125,-0.609375 C 3.789062,-4.734375 3.890625,-4.976562 3.890625,-5.25 Z m 0.21875,3.59375 c 0,-0.15625 -0.03125,-0.300781 -0.09375,-0.4375 -0.0625,-0.132812 -0.15625,-0.253906 -0.28125,-0.359375 C 3.617188,-2.566406 3.46875,-2.675781 3.28125,-2.78125 3.101562,-2.894531 2.894531,-3.007812 2.65625,-3.125 2.4375,-3.019531 2.242188,-2.910156 2.078125,-2.796875 c -0.167969,0.105469 -0.304687,0.214844 -0.40625,0.328125 -0.105469,0.117188 -0.1875,0.242188 -0.25,0.375 -0.054687,0.125 -0.078125,0.265625 -0.078125,0.421875 0,0.34375 0.113281,0.609375 0.34375,0.796875 0.238281,0.179688 0.59375,0.265625 1.0625,0.265625 0.445312,0 0.785156,-0.09375 1.015625,-0.28125 0.226563,-0.1875 0.34375,-0.441406 0.34375,-0.765625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph1-8" + overflow="visible"> + <path + id="path116" + d="m 4.875,-0.359375 c 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 -0.011719,0.042969 -0.027344,0.078125 -0.046875,0.109375 -0.011719,0.03125 -0.027344,0.0546875 -0.046875,0.0625 C 4.742188,-0.00390625 4.71875,0 4.6875,0 H 1.125 C 1.101562,0 1.082031,-0.00390625 1.0625,-0.015625 1.039062,-0.0234375 1.019531,-0.046875 1,-0.078125 0.976562,-0.109375 0.960938,-0.144531 0.953125,-0.1875 0.941406,-0.238281 0.9375,-0.296875 0.9375,-0.359375 c 0,-0.0625 0.003906,-0.113281 0.015625,-0.15625 0.007813,-0.050781 0.019531,-0.085937 0.03125,-0.109375 0.019531,-0.03125 0.039063,-0.050781 0.0625,-0.0625 0.03125,-0.019531 0.054687,-0.03125 0.078125,-0.03125 h 1.421875 v -5.1875 l -1.3125,0.78125 c -0.0625,0.042969 -0.117187,0.070312 -0.15625,0.078125 C 1.035156,-5.046875 1,-5.054688 0.96875,-5.078125 0.945312,-5.097656 0.929688,-5.132812 0.921875,-5.1875 c 0,-0.0625 0,-0.128906 0,-0.203125 0,-0.0625 0,-0.113281 0,-0.15625 C 0.929688,-5.585938 0.941406,-5.625 0.953125,-5.65625 0.960938,-5.6875 0.972656,-5.710938 0.984375,-5.734375 1.003906,-5.753906 1.03125,-5.773438 1.0625,-5.796875 l 1.578125,-1 C 2.648438,-6.804688 2.664062,-6.8125 2.6875,-6.8125 c 0.019531,-0.00781 0.046875,-0.019531 0.078125,-0.03125 0.03125,-0.00781 0.066406,-0.015625 0.109375,-0.015625 0.039062,0 0.09375,0 0.15625,0 0.082031,0 0.148438,0.00781 0.203125,0.015625 0.0625,0 0.109375,0.011719 0.140625,0.03125 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.011719 0.015625,0.027344 0.015625,0.046875 v 6 H 4.6875 c 0.03125,0 0.054688,0.011719 0.078125,0.03125 0.03125,0.011719 0.050781,0.03125 0.0625,0.0625 0.019531,0.023438 0.03125,0.058594 0.03125,0.109375 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-0" + overflow="visible"> + <path + id="path119" + d="M -7.578125,-5.734375 H 0 v 5.46875 H -7.578125 Z M -0.46875,-5.21875 H -7.109375 V -0.75 H -0.46875 Z M -5.015625,-4.5 c 0.230469,0 0.4375,0.039062 0.625,0.109375 0.179687,0.0625 0.328125,0.15625 0.453125,0.28125 0.125,0.125 0.226562,0.273437 0.296875,0.4375 0.0625,0.167969 0.101563,0.351563 0.109375,0.546875 l 0.890625,0.03125 c 0.042969,0 0.074219,0.03125 0.09375,0.09375 0.011719,0.0625 0.015625,0.140625 0.015625,0.234375 0,0.0625 0,0.117187 0,0.15625 -0.00781,0.03125 -0.015625,0.0625 -0.015625,0.09375 -0.00781,0.023437 -0.019531,0.042969 -0.03125,0.0625 -0.019531,0.011719 -0.039063,0.015625 -0.0625,0.015625 l -1.078125,0.015625 c -0.113281,0.011719 -0.191406,-0.00781 -0.234375,-0.0625 -0.050781,-0.050781 -0.078125,-0.125 -0.078125,-0.21875 V -2.8125 c 0,-0.175781 -0.019531,-0.320312 -0.0625,-0.4375 -0.050781,-0.113281 -0.117188,-0.207031 -0.203125,-0.28125 -0.082031,-0.070312 -0.179687,-0.125 -0.296875,-0.15625 -0.113281,-0.03125 -0.238281,-0.046875 -0.375,-0.046875 -0.28125,0 -0.503906,0.085937 -0.671875,0.25 -0.164063,0.15625 -0.25,0.414063 -0.25,0.765625 0,0.148438 0.015625,0.277344 0.046875,0.390625 0.023438,0.117187 0.054688,0.21875 0.09375,0.3125 0.03125,0.09375 0.0625,0.167969 0.09375,0.21875 0.03125,0.054687 0.046875,0.09375 0.046875,0.125 0,0.011719 0,0.027344 0,0.046875 -0.00781,0.011719 -0.023437,0.023438 -0.046875,0.03125 -0.019531,0.011719 -0.046875,0.023438 -0.078125,0.03125 -0.039063,0 -0.09375,0 -0.15625,0 -0.070313,0 -0.128906,-0.00391 -0.171875,-0.015625 -0.039062,-0.00781 -0.078125,-0.03125 -0.109375,-0.0625 -0.03125,-0.019531 -0.0625,-0.066406 -0.09375,-0.140625 -0.03125,-0.082031 -0.0625,-0.175781 -0.09375,-0.28125 -0.039063,-0.113281 -0.070313,-0.234375 -0.09375,-0.359375 -0.019531,-0.132813 -0.03125,-0.265625 -0.03125,-0.390625 0,-0.300781 0.042969,-0.554688 0.125,-0.765625 0.074219,-0.207031 0.179687,-0.378906 0.3125,-0.515625 0.125,-0.132812 0.28125,-0.234375 0.46875,-0.296875 C -5.398438,-4.460938 -5.210938,-4.5 -5.015625,-4.5 Z m 3.421875,1.28125 c 0.074219,0 0.140625,0.011719 0.203125,0.03125 0.054687,0.011719 0.101563,0.03125 0.140625,0.0625 0.03125,0.03125 0.058594,0.078125 0.078125,0.140625 0.011719,0.054687 0.015625,0.121094 0.015625,0.203125 0,0.085938 -0.00391,0.15625 -0.015625,0.21875 -0.019531,0.054688 -0.046875,0.101562 -0.078125,0.140625 -0.039062,0.03125 -0.085938,0.058594 -0.140625,0.078125 -0.0625,0.011719 -0.128906,0.015625 -0.203125,0.015625 -0.082031,0 -0.148438,-0.00391 -0.203125,-0.015625 -0.0625,-0.019531 -0.109375,-0.046875 -0.140625,-0.078125 -0.039062,-0.039063 -0.066406,-0.085937 -0.078125,-0.140625 -0.019531,-0.0625 -0.03125,-0.132812 -0.03125,-0.21875 0,-0.082031 0.011719,-0.148438 0.03125,-0.203125 0.011719,-0.0625 0.039063,-0.109375 0.078125,-0.140625 0.03125,-0.03125 0.078125,-0.050781 0.140625,-0.0625 0.054687,-0.019531 0.121094,-0.03125 0.203125,-0.03125 z M 2.328125,0 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-1" + overflow="visible"> + <path + id="path122" + d="m -7.15625,-5.765625 c 0.085938,0 0.152344,0.00781 0.203125,0.015625 0.054687,0.011719 0.09375,0.027344 0.125,0.046875 0.03125,0.011719 0.058594,0.03125 0.078125,0.0625 0.011719,0.023437 0.015625,0.046875 0.015625,0.078125 v 2.140625 h 6.578125 c 0.03125,0 0.0625,0.011719 0.09375,0.03125 0.0234375,0.011719 0.0390625,0.039063 0.046875,0.078125 0.01171875,0.03125 0.01953125,0.078125 0.03125,0.140625 0.0078125,0.0625 0.015625,0.148437 0.015625,0.25 0,0.09375 -0.0078125,0.179687 -0.015625,0.25 -0.01171875,0.0625 -0.01953125,0.117187 -0.03125,0.15625 -0.0078125,0.03125 -0.0234375,0.058594 -0.046875,0.078125 -0.03125,0.011719 -0.0625,0.015625 -0.09375,0.015625 h -6.578125 v 2.140625 c 0,0.03125 -0.00391,0.058594 -0.015625,0.078125 -0.019531,0.023437 -0.046875,0.042969 -0.078125,0.0625 -0.03125,0.011719 -0.070313,0.023437 -0.125,0.03125 -0.050781,0.0117188 -0.117187,0.015625 -0.203125,0.015625 -0.070312,0 -0.132812,-0.0039062 -0.1875,-0.015625 -0.0625,-0.007813 -0.109375,-0.019531 -0.140625,-0.03125 -0.03125,-0.019531 -0.050781,-0.039063 -0.0625,-0.0625 C -7.566406,-0.222656 -7.578125,-0.25 -7.578125,-0.28125 V -5.5625 c 0,-0.03125 0.011719,-0.054688 0.03125,-0.078125 0.011719,-0.03125 0.03125,-0.050781 0.0625,-0.0625 0.03125,-0.019531 0.078125,-0.035156 0.140625,-0.046875 0.054688,-0.00781 0.117188,-0.015625 0.1875,-0.015625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-2" + overflow="visible"> + <path + id="path125" + d="m -0.140625,-5.4375 c 0.03125,0 0.0585938,0.011719 0.078125,0.03125 0.0234375,0.011719 0.0429688,0.039062 0.0625,0.078125 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0.0078125,0.0625 0.015625,0.140625 0.015625,0.234375 0,0.09375 -0.0078125,0.171875 -0.015625,0.234375 0,0.0625 -0.0078125,0.117188 -0.015625,0.15625 -0.0195312,0.03125 -0.0390625,0.058594 -0.0625,0.078125 -0.0195312,0.011719 -0.046875,0.015625 -0.078125,0.015625 h -3.09375 c -0.300781,0 -0.539063,0.027344 -0.71875,0.078125 -0.1875,0.042969 -0.347656,0.109375 -0.484375,0.203125 -0.132812,0.085938 -0.234375,0.199219 -0.296875,0.34375 -0.070313,0.136719 -0.109375,0.296875 -0.109375,0.484375 0,0.25 0.089844,0.496094 0.265625,0.734375 0.167969,0.242188 0.417969,0.496094 0.75,0.765625 h 3.6875 c 0.03125,0 0.0585938,0.011719 0.078125,0.03125 0.0234375,0.011719 0.0429688,0.03125 0.0625,0.0625 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0.0078125,0.0625 0.015625,0.148438 0.015625,0.25 0,0.09375 -0.0078125,0.171875 -0.015625,0.234375 0,0.0625 -0.0078125,0.117187 -0.015625,0.15625 -0.0195312,0.03125 -0.0390625,0.058594 -0.0625,0.078125 -0.0195312,0.011719 -0.046875,0.015625 -0.078125,0.015625 H -7.96875 c -0.03125,0 -0.054688,-0.003906 -0.078125,-0.015625 -0.03125,-0.019531 -0.050781,-0.046875 -0.0625,-0.078125 -0.019531,-0.039063 -0.03125,-0.09375 -0.03125,-0.15625 -0.00781,-0.0625 -0.015625,-0.140625 -0.015625,-0.234375 0,-0.101562 0.00781,-0.1875 0.015625,-0.25 0,-0.0625 0.011719,-0.109375 0.03125,-0.140625 0.011719,-0.03125 0.03125,-0.050781 0.0625,-0.0625 C -8.023438,-1.847656 -8,-1.859375 -7.96875,-1.859375 h 3.15625 c -0.289062,-0.28125 -0.507812,-0.5625 -0.65625,-0.84375 -0.144531,-0.28125 -0.21875,-0.5625 -0.21875,-0.84375 0,-0.351563 0.0625,-0.648437 0.1875,-0.890625 0.117188,-0.238281 0.273438,-0.429688 0.46875,-0.578125 0.199219,-0.15625 0.433594,-0.265625 0.703125,-0.328125 0.273437,-0.0625 0.59375,-0.09375 0.96875,-0.09375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-3" + overflow="visible"> + <path + id="path128" + d="m -5.078125,-3.984375 c 0.085937,0 0.15625,0.00781 0.21875,0.015625 0.0625,0 0.109375,0.00781 0.140625,0.015625 0.03125,0.011719 0.058594,0.027344 0.078125,0.046875 0.011719,0.023438 0.015625,0.046875 0.015625,0.078125 0,0.03125 -0.00391,0.070313 -0.015625,0.109375 -0.019531,0.042969 -0.035156,0.09375 -0.046875,0.15625 -0.019531,0.054688 -0.035156,0.117188 -0.046875,0.1875 -0.019531,0.074219 -0.03125,0.152344 -0.03125,0.234375 0,0.09375 0.023437,0.1875 0.0625,0.28125 0.03125,0.09375 0.09375,0.195313 0.1875,0.296875 0.085937,0.105469 0.203125,0.214844 0.359375,0.328125 0.148438,0.117187 0.328125,0.242187 0.546875,0.375 h 3.46875 c 0.03125,0 0.0585938,0.011719 0.078125,0.03125 0.0234375,0.011719 0.0429688,0.03125 0.0625,0.0625 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0.0078125,0.0625 0.015625,0.148438 0.015625,0.25 0,0.09375 -0.0078125,0.171875 -0.015625,0.234375 0,0.0625 -0.0078125,0.117187 -0.015625,0.15625 -0.0195312,0.03125 -0.0390625,0.058594 -0.0625,0.078125 -0.0195312,0.011719 -0.046875,0.015625 -0.078125,0.015625 h -5.28125 c -0.03125,0 -0.054687,-0.003906 -0.078125,-0.015625 -0.019531,-0.019531 -0.035156,-0.046875 -0.046875,-0.078125 -0.019531,-0.03125 -0.035156,-0.070313 -0.046875,-0.125 -0.00781,-0.0625 -0.015625,-0.140625 -0.015625,-0.234375 0,-0.082031 0.00781,-0.148438 0.015625,-0.203125 0.011719,-0.0625 0.027344,-0.109375 0.046875,-0.140625 0.011719,-0.03125 0.027344,-0.050781 0.046875,-0.0625 0.023438,-0.00781 0.046875,-0.015625 0.078125,-0.015625 h 0.765625 c -0.207031,-0.144531 -0.378906,-0.28125 -0.515625,-0.40625 -0.132813,-0.132813 -0.238281,-0.253906 -0.3125,-0.359375 -0.070313,-0.113281 -0.125,-0.226562 -0.15625,-0.34375 -0.03125,-0.113281 -0.046875,-0.226562 -0.046875,-0.34375 0,-0.039062 0.00781,-0.09375 0.015625,-0.15625 0,-0.070312 0.011719,-0.140625 0.03125,-0.203125 0.011719,-0.070313 0.027344,-0.132813 0.046875,-0.1875 0.023438,-0.0625 0.042969,-0.101563 0.0625,-0.125 0.023438,-0.03125 0.042969,-0.046875 0.0625,-0.046875 0.011719,-0.00781 0.03125,-0.015625 0.0625,-0.015625 0.023438,-0.00781 0.0625,-0.015625 0.125,-0.015625 0.054688,-0.00781 0.121094,-0.015625 0.203125,-0.015625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-4" + overflow="visible"> + <path + id="path131" + d="m -2.84375,-5.796875 c 0.429688,0 0.824219,0.058594 1.1875,0.171875 0.367188,0.105469 0.679688,0.273438 0.9375,0.5 0.261719,0.230469 0.464844,0.511719 0.609375,0.84375 0.1445312,0.335938 0.21875,0.726562 0.21875,1.171875 0,0.4375 -0.0625,0.820313 -0.1875,1.140625 -0.132813,0.324219 -0.320313,0.59375 -0.5625,0.8125 -0.25,0.210938 -0.546875,0.367188 -0.890625,0.46875 -0.351562,0.105469 -0.753906,0.15625 -1.203125,0.15625 -0.425781,0 -0.820313,-0.050781 -1.1875,-0.15625 -0.363281,-0.113281 -0.675781,-0.28125 -0.9375,-0.5 -0.257813,-0.226562 -0.460937,-0.507812 -0.609375,-0.84375 -0.144531,-0.34375 -0.21875,-0.738281 -0.21875,-1.1875 0,-0.4375 0.070312,-0.8125 0.203125,-1.125 0.125,-0.320312 0.3125,-0.59375 0.5625,-0.8125 0.242187,-0.21875 0.539063,-0.378906 0.890625,-0.484375 0.355469,-0.101563 0.75,-0.15625 1.1875,-0.15625 z m 0.0625,1.015625 c -0.28125,0 -0.546875,0.027344 -0.796875,0.078125 C -3.835938,-4.648438 -4.0625,-4.5625 -4.25,-4.4375 c -0.195312,0.117188 -0.347656,0.277344 -0.453125,0.484375 -0.113281,0.210937 -0.171875,0.46875 -0.171875,0.78125 0,0.28125 0.054688,0.527344 0.15625,0.734375 0.09375,0.199219 0.234375,0.367188 0.421875,0.5 0.1875,0.136719 0.414063,0.234375 0.671875,0.296875 0.25,0.0625 0.527344,0.09375 0.828125,0.09375 0.28125,0 0.554687,-0.023437 0.8125,-0.078125 0.25,-0.050781 0.476563,-0.132812 0.671875,-0.25 0.1875,-0.125 0.339844,-0.289062 0.453125,-0.5 0.105469,-0.207031 0.15625,-0.46875 0.15625,-0.78125 0,-0.28125 -0.050781,-0.523438 -0.15625,-0.734375 -0.101563,-0.207031 -0.242187,-0.375 -0.421875,-0.5 C -1.46875,-4.523438 -1.6875,-4.625 -1.9375,-4.6875 -2.195312,-4.75 -2.476562,-4.78125 -2.78125,-4.78125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-5" + overflow="visible"> + <path + id="path134" + d="m -0.140625,-5.421875 c 0.03125,0 0.0585938,0.011719 0.078125,0.03125 0.0234375,0.011719 0.0429688,0.039063 0.0625,0.078125 0.0078125,0.03125 0.015625,0.078125 0.015625,0.140625 0.0078125,0.054687 0.015625,0.121094 0.015625,0.203125 0,0.085938 -0.0078125,0.15625 -0.015625,0.21875 0,0.054688 -0.0078125,0.09375 -0.015625,0.125 -0.0195312,0.03125 -0.0390625,0.058594 -0.0625,0.078125 -0.0195312,0.011719 -0.046875,0.015625 -0.078125,0.015625 H -0.84375 c 0.335938,0.304688 0.578125,0.601562 0.734375,0.890625 0.1445312,0.292969 0.21875,0.589844 0.21875,0.890625 0,0.34375 -0.0585938,0.640625 -0.171875,0.890625 -0.113281,0.242187 -0.269531,0.433594 -0.46875,0.578125 -0.207031,0.148438 -0.441406,0.25 -0.703125,0.3125 -0.269531,0.0625 -0.597656,0.09375 -0.984375,0.09375 H -5.421875 C -5.453125,-0.875 -5.476562,-0.878906 -5.5,-0.890625 -5.519531,-0.898438 -5.535156,-0.925781 -5.546875,-0.96875 -5.566406,-1.007812 -5.582031,-1.0625 -5.59375,-1.125 c -0.00781,-0.0625 -0.015625,-0.140625 -0.015625,-0.234375 0,-0.09375 0.00781,-0.171875 0.015625,-0.234375 0.011719,-0.0625 0.027344,-0.109375 0.046875,-0.140625 0.011719,-0.039063 0.027344,-0.066406 0.046875,-0.078125 0.023438,-0.019531 0.046875,-0.03125 0.078125,-0.03125 h 3.078125 c 0.304688,0 0.546875,-0.019531 0.734375,-0.0625 0.1875,-0.039062 0.351563,-0.109375 0.484375,-0.203125 0.125,-0.09375 0.226562,-0.207031 0.296875,-0.34375 0.074219,-0.144531 0.109375,-0.3125 0.109375,-0.5 0,-0.238281 -0.082031,-0.476563 -0.25,-0.71875 -0.175781,-0.238281 -0.429688,-0.492187 -0.765625,-0.765625 h -3.6875 c -0.03125,0 -0.054687,-0.00391 -0.078125,-0.015625 C -5.519531,-4.472656 -5.535156,-4.5 -5.546875,-4.53125 -5.566406,-4.570312 -5.582031,-4.625 -5.59375,-4.6875 -5.601562,-4.75 -5.609375,-4.828125 -5.609375,-4.921875 c 0,-0.09375 0.00781,-0.171875 0.015625,-0.234375 0.011719,-0.0625 0.027344,-0.109375 0.046875,-0.140625 0.011719,-0.039063 0.027344,-0.070313 0.046875,-0.09375 0.023438,-0.019531 0.046875,-0.03125 0.078125,-0.03125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-6" + overflow="visible"> + <path + id="path137" + d="m -5.1875,-5.296875 c 0.148438,0 0.25,0.023437 0.3125,0.0625 0.054688,0.03125 0.078125,0.074219 0.078125,0.125 v 0.765625 c 0.148437,-0.132812 0.304687,-0.226562 0.46875,-0.28125 0.167969,-0.0625 0.34375,-0.09375 0.53125,-0.09375 0.304687,0 0.574219,0.054688 0.8125,0.15625 0.230469,0.09375 0.429687,0.234375 0.59375,0.421875 0.15625,0.179687 0.28125,0.390625 0.375,0.640625 0.085937,0.25 0.125,0.527344 0.125,0.828125 0,0.21875 -0.023437,0.429687 -0.078125,0.625 -0.0625,0.1875 -0.132812,0.335937 -0.21875,0.4375 0.0625,0.074219 0.140625,0.132813 0.234375,0.171875 0.09375,0.042969 0.199219,0.0625 0.3125,0.0625 0.136719,0 0.25,-0.0625 0.34375,-0.1875 0.085937,-0.125 0.132813,-0.289062 0.140625,-0.5 l 0.0625,-1.390625 c 0.011719,-0.257813 0.046875,-0.5 0.109375,-0.71875 0.0625,-0.21875 0.15625,-0.40625 0.28125,-0.5625 0.117187,-0.15625 0.261719,-0.28125 0.4375,-0.375 C -0.0976562,-5.203125 0.0976562,-5.25 0.328125,-5.25 c 0.25,0 0.484375,0.054688 0.703125,0.15625 C 1.25,-4.988281 1.441406,-4.832031 1.609375,-4.625 1.773438,-4.414062 1.90625,-4.148438 2,-3.828125 c 0.09375,0.324219 0.140625,0.710937 0.140625,1.15625 0,0.417969 -0.039063,0.777344 -0.109375,1.078125 -0.074219,0.304688 -0.171875,0.554688 -0.296875,0.75 -0.125,0.1875 -0.277344,0.324219 -0.453125,0.40625 -0.167969,0.085938 -0.355469,0.125 -0.5625,0.125 -0.125,0 -0.25,-0.015625 -0.375,-0.046875 C 0.226562,-0.390625 0.113281,-0.4375 0,-0.5 c -0.113281,-0.0625 -0.21875,-0.140625 -0.3125,-0.234375 -0.101562,-0.101563 -0.203125,-0.21875 -0.296875,-0.34375 -0.09375,0.199219 -0.210937,0.34375 -0.359375,0.4375 -0.15625,0.085937 -0.316406,0.125 -0.484375,0.125 -0.238281,0 -0.453125,-0.046875 -0.640625,-0.140625 -0.1875,-0.09375 -0.359375,-0.210938 -0.515625,-0.359375 -0.132813,0.117187 -0.289063,0.210937 -0.46875,0.28125 C -3.265625,-0.660156 -3.488281,-0.625 -3.75,-0.625 c -0.300781,0 -0.570312,-0.050781 -0.8125,-0.15625 C -4.800781,-0.882812 -5,-1.023438 -5.15625,-1.203125 -5.320312,-1.378906 -5.445312,-1.59375 -5.53125,-1.84375 -5.625,-2.101562 -5.671875,-2.378906 -5.671875,-2.671875 c 0,-0.15625 0.011719,-0.300781 0.03125,-0.4375 0.011719,-0.144531 0.03125,-0.28125 0.0625,-0.40625 v -1.59375 c 0,-0.0625 0.039063,-0.109375 0.109375,-0.140625 0.0625,-0.03125 0.15625,-0.046875 0.28125,-0.046875 z m 1.390625,1.5 c -0.351563,0 -0.628906,0.101563 -0.828125,0.296875 -0.207031,0.199219 -0.3125,0.480469 -0.3125,0.84375 0,0.1875 0.03125,0.355469 0.09375,0.5 0.0625,0.136719 0.152344,0.25 0.265625,0.34375 0.105469,0.085938 0.230469,0.152344 0.375,0.203125 0.148437,0.042969 0.296875,0.0625 0.453125,0.0625 0.34375,0 0.617188,-0.097656 0.8125,-0.296875 0.199219,-0.195312 0.296875,-0.472656 0.296875,-0.828125 0,-0.1875 -0.023437,-0.347656 -0.078125,-0.484375 -0.0625,-0.144531 -0.144531,-0.265625 -0.25,-0.359375 -0.113281,-0.09375 -0.238281,-0.160156 -0.375,-0.203125 -0.144531,-0.050781 -0.296875,-0.078125 -0.453125,-0.078125 z m 4.1875,-0.484375 c -0.230469,0 -0.40625,0.09375 -0.53125,0.28125 -0.125,0.1875 -0.1875,0.4375 -0.1875,0.75 L -0.375,-1.875 c 0.09375,0.125 0.1875,0.230469 0.28125,0.3125 0.0859375,0.074219 0.1601562,0.136719 0.234375,0.1875 0.082031,0.042969 0.160156,0.074219 0.234375,0.09375 0.082031,0.011719 0.164062,0.015625 0.25,0.015625 0.257812,0 0.453125,-0.125 0.578125,-0.375 C 1.335938,-1.898438 1.40625,-2.257812 1.40625,-2.71875 1.40625,-3.019531 1.375,-3.265625 1.3125,-3.453125 1.257812,-3.648438 1.1875,-3.8125 1.09375,-3.9375 1,-4.0625 0.890625,-4.148438 0.765625,-4.203125 0.648438,-4.253906 0.523438,-4.28125 0.390625,-4.28125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-7" + overflow="visible"> + <path + id="path140" + d="m -2.859375,-5.75 c 0.460937,0 0.871094,0.054688 1.234375,0.15625 0.367188,0.09375 0.679688,0.242188 0.9375,0.4375 0.25,0.1875 0.449219,0.429688 0.59375,0.71875 0.1328125,0.28125 0.203125,0.605469 0.203125,0.96875 0,0.15625 -0.015625,0.304688 -0.046875,0.4375 -0.03125,0.136719 -0.078125,0.265625 -0.140625,0.390625 -0.070313,0.125 -0.15625,0.25 -0.25,0.375 -0.101563,0.125 -0.222656,0.261719 -0.359375,0.40625 h 2.640625 c 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.019531,0.03125 0.035156,0.078125 0.046875,0.140625 0.00781,0.0625 0.015625,0.148438 0.015625,0.25 0,0.09375 -0.00781,0.171875 -0.015625,0.234375 -0.011719,0.0625 -0.027344,0.117187 -0.046875,0.15625 -0.011719,0.03125 -0.027344,0.058594 -0.046875,0.078125 -0.023438,0.011719 -0.046875,0.015625 -0.078125,0.015625 h -7.375 c -0.03125,0 -0.054687,-0.003906 -0.078125,-0.015625 -0.019531,-0.019531 -0.035156,-0.046875 -0.046875,-0.078125 -0.019531,-0.03125 -0.035156,-0.070313 -0.046875,-0.125 -0.00781,-0.0625 -0.015625,-0.128906 -0.015625,-0.203125 0,-0.082031 0.00781,-0.148438 0.015625,-0.203125 0.011719,-0.050781 0.027344,-0.09375 0.046875,-0.125 C -5.535156,-1.679688 -5.519531,-1.707031 -5.5,-1.71875 -5.476562,-1.738281 -5.453125,-1.75 -5.421875,-1.75 H -4.71875 C -4.875,-1.90625 -5.015625,-2.054688 -5.140625,-2.203125 -5.265625,-2.359375 -5.363281,-2.507812 -5.4375,-2.65625 -5.519531,-2.8125 -5.582031,-2.96875 -5.625,-3.125 c -0.039062,-0.15625 -0.0625,-0.320312 -0.0625,-0.5 0,-0.382812 0.078125,-0.707031 0.234375,-0.96875 0.148437,-0.269531 0.351563,-0.488281 0.609375,-0.65625 0.25,-0.175781 0.546875,-0.300781 0.890625,-0.375 0.34375,-0.082031 0.710937,-0.125 1.09375,-0.125 z M -2.75,-4.734375 c -0.269531,0 -0.53125,0.023437 -0.78125,0.0625 -0.257812,0.042969 -0.484375,0.117187 -0.671875,0.21875 -0.195313,0.09375 -0.351563,0.230469 -0.46875,0.40625 -0.125,0.167969 -0.1875,0.375 -0.1875,0.625 0,0.125 0.023437,0.25 0.0625,0.375 0.042969,0.117187 0.105469,0.234375 0.1875,0.359375 0.074219,0.125 0.179687,0.257812 0.3125,0.390625 0.125,0.136719 0.28125,0.28125 0.46875,0.4375 h 2.109375 c 0.324219,-0.269531 0.574219,-0.523437 0.75,-0.765625 0.167969,-0.238281 0.25,-0.488281 0.25,-0.75 0,-0.238281 -0.054688,-0.441406 -0.171875,-0.609375 -0.125,-0.175781 -0.28125,-0.316406 -0.46875,-0.421875 -0.195313,-0.113281 -0.414063,-0.195312 -0.65625,-0.25 -0.25,-0.050781 -0.492187,-0.078125 -0.734375,-0.078125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-8" + overflow="visible"> + <path + id="path143" + d="m -0.53125,-3.640625 c 0.117188,0 0.203125,0.011719 0.265625,0.03125 0.0625,0.011719 0.109375,0.03125 0.140625,0.0625 0.03125,0.03125 0.0625,0.078125 0.09375,0.140625 0.03125,0.0625 0.0507812,0.136719 0.0625,0.21875 0.0195312,0.074219 0.0351562,0.15625 0.046875,0.25 0.0078125,0.09375 0.015625,0.183594 0.015625,0.265625 0,0.28125 -0.0390625,0.523437 -0.109375,0.71875 -0.0703125,0.1875 -0.179687,0.34375 -0.328125,0.46875 -0.144531,0.125 -0.328125,0.21875 -0.546875,0.28125 C -1.117188,-1.148438 -1.382812,-1.125 -1.6875,-1.125 h -3.078125 v 0.734375 c 0,0.0625 -0.03125,0.117187 -0.09375,0.15625 -0.0625,0.03125 -0.164063,0.046875 -0.3125,0.046875 -0.070313,0 -0.132813,-0.003906 -0.1875,-0.015625 -0.050781,-0.007813 -0.09375,-0.019531 -0.125,-0.03125 -0.03125,-0.019531 -0.050781,-0.039063 -0.0625,-0.0625 -0.019531,-0.03125 -0.03125,-0.0625 -0.03125,-0.09375 V -1.125 h -1.25 c -0.03125,0 -0.054687,-0.00391 -0.078125,-0.015625 C -6.925781,-1.160156 -6.941406,-1.1875 -6.953125,-1.21875 -6.972656,-1.257812 -6.988281,-1.3125 -7,-1.375 c -0.00781,-0.0625 -0.015625,-0.140625 -0.015625,-0.234375 0,-0.09375 0.00781,-0.171875 0.015625,-0.234375 0.011719,-0.0625 0.027344,-0.109375 0.046875,-0.140625 0.011719,-0.039063 0.027344,-0.066406 0.046875,-0.078125 0.023438,-0.019531 0.046875,-0.03125 0.078125,-0.03125 h 1.25 v -1.359375 c 0,-0.03125 0.011719,-0.054687 0.03125,-0.078125 0.011719,-0.019531 0.03125,-0.035156 0.0625,-0.046875 0.03125,-0.019531 0.074219,-0.035156 0.125,-0.046875 0.054687,-0.00781 0.117187,-0.015625 0.1875,-0.015625 0.148437,0 0.25,0.023437 0.3125,0.0625 0.0625,0.03125 0.09375,0.074219 0.09375,0.125 v 1.359375 h 2.9375 C -1.460938,-2.09375 -1.1875,-2.144531 -1,-2.25 -0.820312,-2.363281 -0.734375,-2.554688 -0.734375,-2.828125 -0.734375,-2.921875 -0.738281,-3 -0.75,-3.0625 -0.769531,-3.132812 -0.789062,-3.195312 -0.8125,-3.25 -0.832031,-3.3125 -0.847656,-3.359375 -0.859375,-3.390625 -0.878906,-3.429688 -0.890625,-3.46875 -0.890625,-3.5 c 0,-0.019531 0.007813,-0.039062 0.015625,-0.0625 0.011719,-0.019531 0.03125,-0.03125 0.0625,-0.03125 0.023438,-0.00781 0.058594,-0.019531 0.109375,-0.03125 0.042969,-0.00781 0.101563,-0.015625 0.171875,-0.015625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-9" + overflow="visible"> + <path + id="path146" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-10" + overflow="visible"> + <path + id="path149" + d="m 1.53125,-3.15625 c 0.125,0 0.210938,0.015625 0.265625,0.046875 0.050781,0.023437 0.078125,0.0625 0.078125,0.125 v 1.5 c 0,0.042969 -0.011719,0.085937 -0.03125,0.125 -0.011719,0.042969 -0.03125,0.085937 -0.0625,0.125 C 1.75,-1.203125 1.707031,-1.175781 1.65625,-1.15625 1.601562,-1.132812 1.539062,-1.125 1.46875,-1.125 h -9.25 c -0.082031,0 -0.148438,-0.00781 -0.203125,-0.03125 -0.050781,-0.019531 -0.09375,-0.046875 -0.125,-0.078125 -0.03125,-0.039063 -0.050781,-0.082031 -0.0625,-0.125 -0.019531,-0.039063 -0.03125,-0.082031 -0.03125,-0.125 v -1.5 c 0,-0.03125 0.011719,-0.054687 0.03125,-0.078125 0.011719,-0.019531 0.03125,-0.035156 0.0625,-0.046875 0.03125,-0.019531 0.070313,-0.03125 0.109375,-0.03125 0.042969,-0.00781 0.101562,-0.015625 0.171875,-0.015625 0.125,0 0.214844,0.015625 0.265625,0.046875 0.054688,0.023437 0.078125,0.0625 0.078125,0.125 v 0.953125 h 8.65625 v -0.953125 c 0,-0.03125 0.00391,-0.054687 0.015625,-0.078125 0.00781,-0.019531 0.03125,-0.035156 0.0625,-0.046875 0.03125,-0.019531 0.066406,-0.03125 0.109375,-0.03125 0.039063,-0.00781 0.097656,-0.015625 0.171875,-0.015625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-11" + overflow="visible"> + <path + id="path152" + d="m -0.15625,-9.25 c 0.03125,0 0.0625,0.011719 0.09375,0.03125 0.0234375,0.011719 0.0390625,0.039062 0.046875,0.078125 0.01171875,0.03125 0.01953125,0.078125 0.03125,0.140625 0.0078125,0.0625 0.015625,0.140625 0.015625,0.234375 0,0.09375 -0.0078125,0.171875 -0.015625,0.234375 -0.01171875,0.0625 -0.01953125,0.117188 -0.03125,0.15625 -0.0078125,0.03125 -0.0234375,0.058594 -0.046875,0.078125 -0.03125,0.011719 -0.0625,0.015625 -0.09375,0.015625 H -6.75 v 0.015625 l 6.625,2.703125 c 0.03125,0.011719 0.0585938,0.027344 0.078125,0.046875 0.0117188,0.023437 0.0273438,0.054687 0.046875,0.09375 0.0078125,0.042969 0.015625,0.09375 0.015625,0.15625 0.0078125,0.054687 0.015625,0.121094 0.015625,0.203125 0,0.074219 -0.0078125,0.140625 -0.015625,0.203125 0,0.0625 -0.0078125,0.117187 -0.015625,0.15625 -0.0195312,0.03125 -0.0390625,0.058594 -0.0625,0.078125 -0.0195312,0.023438 -0.039062,0.039062 -0.0625,0.046875 L -6.75,-2 v 0.015625 h 6.59375 c 0.03125,0 0.0625,0.011719 0.09375,0.03125 0.0234375,0.011719 0.0390625,0.039063 0.046875,0.078125 0.01171875,0.03125 0.01953125,0.078125 0.03125,0.140625 0.0078125,0.0625 0.015625,0.148437 0.015625,0.25 0,0.09375 -0.0078125,0.171875 -0.015625,0.234375 -0.01171875,0.0625 -0.01953125,0.117188 -0.03125,0.15625 -0.0078125,0.03125 -0.0234375,0.054688 -0.046875,0.0625 -0.03125,0.011719 -0.0625,0.015625 -0.09375,0.015625 H -7.125 c -0.164062,0 -0.28125,-0.039063 -0.34375,-0.125 -0.070312,-0.082031 -0.109375,-0.175781 -0.109375,-0.28125 V -2.03125 c 0,-0.125 0.011719,-0.234375 0.03125,-0.328125 0.023437,-0.09375 0.058594,-0.175781 0.109375,-0.25 0.054688,-0.070313 0.121094,-0.128906 0.203125,-0.171875 0.074219,-0.050781 0.164063,-0.09375 0.265625,-0.125 l 5.484375,-2.203125 v -0.03125 l -5.46875,-2.28125 C -7.066406,-7.460938 -7.164062,-7.507812 -7.25,-7.5625 -7.332031,-7.613281 -7.394531,-7.664062 -7.4375,-7.71875 -7.488281,-7.78125 -7.523438,-7.847656 -7.546875,-7.921875 -7.566406,-8.003906 -7.578125,-8.09375 -7.578125,-8.1875 v -0.640625 c 0,-0.050781 0.011719,-0.101563 0.03125,-0.15625 0.011719,-0.0625 0.039063,-0.109375 0.078125,-0.140625 0.03125,-0.039062 0.078125,-0.070312 0.140625,-0.09375 C -7.273438,-9.238281 -7.207031,-9.25 -7.125,-9.25 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-12" + overflow="visible"> + <path + id="path155" + d="m -1.578125,-4.203125 c 0.273437,0 0.511719,0.054687 0.71875,0.15625 0.210937,0.09375 0.386719,0.234375 0.53125,0.421875 0.148437,0.179688 0.2578125,0.398438 0.328125,0.65625 0.0703125,0.25 0.109375,0.527344 0.109375,0.828125 0,0.1875 -0.015625,0.371094 -0.046875,0.546875 -0.0234375,0.167969 -0.0546875,0.320312 -0.09375,0.453125 -0.0507812,0.136719 -0.101562,0.25 -0.15625,0.34375 -0.050781,0.09375 -0.09375,0.164063 -0.125,0.203125 -0.039062,0.042969 -0.097656,0.074219 -0.171875,0.09375 -0.070313,0.023438 -0.164063,0.03125 -0.28125,0.03125 -0.070313,0 -0.132813,-0.003906 -0.1875,-0.015625 -0.050781,-0.007813 -0.09375,-0.019531 -0.125,-0.03125 -0.03125,-0.007813 -0.050781,-0.023437 -0.0625,-0.046875 -0.019531,-0.019531 -0.03125,-0.046875 -0.03125,-0.078125 0,-0.039063 0.027344,-0.101563 0.078125,-0.1875 0.054688,-0.082031 0.109375,-0.1875 0.171875,-0.3125 0.0625,-0.125 0.125,-0.269531 0.1875,-0.4375 0.054687,-0.164063 0.078125,-0.359375 0.078125,-0.578125 0,-0.164062 -0.015625,-0.3125 -0.046875,-0.4375 -0.039063,-0.132812 -0.09375,-0.25 -0.15625,-0.34375 C -0.929688,-3.039062 -1.019531,-3.117188 -1.125,-3.171875 -1.238281,-3.222656 -1.363281,-3.25 -1.5,-3.25 c -0.15625,0 -0.28125,0.039062 -0.375,0.109375 -0.101562,0.074219 -0.191406,0.171875 -0.265625,0.296875 -0.082031,0.125 -0.15625,0.265625 -0.21875,0.421875 -0.0625,0.15625 -0.125,0.320313 -0.1875,0.484375 -0.070313,0.167969 -0.148437,0.335938 -0.234375,0.5 -0.082031,0.15625 -0.179688,0.296875 -0.296875,0.421875 -0.125,0.125 -0.269531,0.226563 -0.4375,0.296875 -0.164063,0.074219 -0.367187,0.109375 -0.609375,0.109375 -0.207031,0 -0.40625,-0.035156 -0.59375,-0.109375 -0.1875,-0.082031 -0.347656,-0.203125 -0.484375,-0.359375 -0.144531,-0.164063 -0.257813,-0.367187 -0.34375,-0.609375 -0.09375,-0.238281 -0.140625,-0.519531 -0.140625,-0.84375 0,-0.132812 0.015625,-0.269531 0.046875,-0.40625 0.023437,-0.144531 0.046875,-0.273438 0.078125,-0.390625 0.03125,-0.113281 0.070312,-0.207031 0.109375,-0.28125 0.042969,-0.082031 0.078125,-0.144531 0.109375,-0.1875 0.03125,-0.039063 0.0625,-0.066406 0.09375,-0.078125 0.023438,-0.019531 0.046875,-0.03125 0.078125,-0.03125 0.023437,-0.00781 0.058594,-0.015625 0.109375,-0.015625 0.042969,-0.00781 0.09375,-0.015625 0.15625,-0.015625 0.0625,0 0.121094,0.00781 0.171875,0.015625 0.042969,0 0.078125,0.011719 0.109375,0.03125 0.03125,0.011719 0.058594,0.027344 0.078125,0.046875 0.011719,0.011719 0.015625,0.03125 0.015625,0.0625 0,0.03125 -0.019531,0.085938 -0.0625,0.15625 -0.039062,0.0625 -0.085938,0.148438 -0.140625,0.25 -0.050781,0.105469 -0.097656,0.230469 -0.140625,0.375 -0.039062,0.136719 -0.0625,0.296875 -0.0625,0.484375 0,0.167969 0.023438,0.3125 0.0625,0.4375 0.03125,0.125 0.085938,0.230469 0.15625,0.3125 0.0625,0.074219 0.140625,0.132813 0.234375,0.171875 0.09375,0.042969 0.199219,0.0625 0.3125,0.0625 0.15625,0 0.289063,-0.035156 0.390625,-0.109375 0.09375,-0.082031 0.183594,-0.1875 0.265625,-0.3125 0.074219,-0.125 0.140625,-0.265625 0.203125,-0.421875 0.0625,-0.164062 0.132812,-0.332031 0.203125,-0.5 0.0625,-0.164062 0.136719,-0.328125 0.21875,-0.484375 0.085937,-0.164063 0.183594,-0.3125 0.296875,-0.4375 0.117188,-0.125 0.257812,-0.222656 0.421875,-0.296875 0.167969,-0.070312 0.367187,-0.109375 0.59375,-0.109375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph2-13" + overflow="visible"> + <path + id="path158" + d="m 1.46875,-2.5625 c 0.070312,0 0.132812,0.011719 0.1875,0.03125 0.050781,0.023438 0.09375,0.054688 0.125,0.09375 0.03125,0.03125 0.050781,0.070312 0.0625,0.109375 C 1.863281,-2.285156 1.875,-2.238281 1.875,-2.1875 v 1.484375 c 0,0.0625 -0.027344,0.109375 -0.078125,0.140625 -0.054687,0.023438 -0.140625,0.03125 -0.265625,0.03125 -0.074219,0 -0.132812,0 -0.171875,0 C 1.316406,-0.539062 1.28125,-0.550781 1.25,-0.5625 1.21875,-0.582031 1.195312,-0.601562 1.1875,-0.625 1.175781,-0.644531 1.171875,-0.671875 1.171875,-0.703125 V -1.65625 h -8.65625 v 0.953125 c 0,0.0625 -0.023437,0.109375 -0.078125,0.140625 -0.050781,0.023438 -0.140625,0.03125 -0.265625,0.03125 -0.070313,0 -0.128906,0 -0.171875,0 -0.039062,-0.007812 -0.078125,-0.019531 -0.109375,-0.03125 -0.03125,-0.019531 -0.050781,-0.039062 -0.0625,-0.0625 -0.019531,-0.019531 -0.03125,-0.046875 -0.03125,-0.078125 V -2.1875 c 0,-0.050781 0.011719,-0.097656 0.03125,-0.140625 0.011719,-0.039063 0.03125,-0.078125 0.0625,-0.109375 0.03125,-0.039062 0.074219,-0.070312 0.125,-0.09375 0.054687,-0.019531 0.121094,-0.03125 0.203125,-0.03125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-0" + overflow="visible"> + <path + id="path161" + d="M 5.734375,-7.578125 V 0 H 0.265625 V -7.578125 Z M 5.21875,-0.46875 V -7.109375 H 0.75 V -0.46875 Z M 4.5,-5.015625 c 0,0.230469 -0.039062,0.4375 -0.109375,0.625 -0.0625,0.179687 -0.15625,0.328125 -0.28125,0.453125 -0.125,0.125 -0.273437,0.226562 -0.4375,0.296875 -0.167969,0.0625 -0.351563,0.101563 -0.546875,0.109375 l -0.03125,0.890625 c 0,0.042969 -0.03125,0.074219 -0.09375,0.09375 -0.0625,0.011719 -0.140625,0.015625 -0.234375,0.015625 -0.0625,0 -0.117187,0 -0.15625,0 -0.03125,-0.00781 -0.0625,-0.015625 -0.09375,-0.015625 -0.023437,-0.00781 -0.042969,-0.019531 -0.0625,-0.03125 C 2.441406,-2.597656 2.4375,-2.617188 2.4375,-2.640625 L 2.421875,-3.71875 c -0.011719,-0.113281 0.00781,-0.191406 0.0625,-0.234375 0.050781,-0.050781 0.125,-0.078125 0.21875,-0.078125 H 2.8125 c 0.175781,0 0.320312,-0.019531 0.4375,-0.0625 0.113281,-0.050781 0.207031,-0.117188 0.28125,-0.203125 0.070312,-0.082031 0.125,-0.179687 0.15625,-0.296875 0.03125,-0.113281 0.046875,-0.238281 0.046875,-0.375 0,-0.28125 -0.085937,-0.503906 -0.25,-0.671875 -0.15625,-0.164063 -0.414063,-0.25 -0.765625,-0.25 -0.148438,0 -0.277344,0.015625 -0.390625,0.046875 -0.117187,0.023438 -0.21875,0.054688 -0.3125,0.09375 -0.09375,0.03125 -0.167969,0.0625 -0.21875,0.09375 -0.054687,0.03125 -0.09375,0.046875 -0.125,0.046875 -0.011719,0 -0.027344,0 -0.046875,0 C 1.613281,-5.617188 1.601562,-5.632812 1.59375,-5.65625 1.582031,-5.675781 1.570312,-5.703125 1.5625,-5.734375 c 0,-0.039063 0,-0.09375 0,-0.15625 0,-0.070313 0.00391,-0.128906 0.015625,-0.171875 0.00781,-0.039062 0.03125,-0.078125 0.0625,-0.109375 0.019531,-0.03125 0.066406,-0.0625 0.140625,-0.09375 0.082031,-0.03125 0.175781,-0.0625 0.28125,-0.09375 0.113281,-0.039063 0.234375,-0.070313 0.359375,-0.09375 0.132813,-0.019531 0.265625,-0.03125 0.390625,-0.03125 0.300781,0 0.554688,0.042969 0.765625,0.125 0.207031,0.074219 0.378906,0.179687 0.515625,0.3125 0.132812,0.125 0.234375,0.28125 0.296875,0.46875 C 4.460938,-5.398438 4.5,-5.210938 4.5,-5.015625 Z M 3.21875,-1.59375 c 0,0.074219 -0.011719,0.140625 -0.03125,0.203125 C 3.175781,-1.335938 3.15625,-1.289062 3.125,-1.25 3.09375,-1.21875 3.046875,-1.191406 2.984375,-1.171875 2.929688,-1.160156 2.863281,-1.15625 2.78125,-1.15625 2.695312,-1.15625 2.625,-1.160156 2.5625,-1.171875 2.507812,-1.191406 2.460938,-1.21875 2.421875,-1.25 2.390625,-1.289062 2.363281,-1.335938 2.34375,-1.390625 2.332031,-1.453125 2.328125,-1.519531 2.328125,-1.59375 c 0,-0.082031 0.00391,-0.148438 0.015625,-0.203125 0.019531,-0.0625 0.046875,-0.109375 0.078125,-0.140625 0.039063,-0.039062 0.085937,-0.066406 0.140625,-0.078125 0.0625,-0.019531 0.132812,-0.03125 0.21875,-0.03125 0.082031,0 0.148438,0.011719 0.203125,0.03125 0.0625,0.011719 0.109375,0.039063 0.140625,0.078125 0.03125,0.03125 0.050781,0.078125 0.0625,0.140625 0.019531,0.054687 0.03125,0.121094 0.03125,0.203125 z M 0,2.328125 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-1" + overflow="visible"> + <path + id="path164" + d="m 5.765625,-7.15625 c 0,0.085938 -0.00781,0.152344 -0.015625,0.203125 -0.011719,0.054687 -0.027344,0.09375 -0.046875,0.125 C 5.691406,-6.796875 5.671875,-6.769531 5.640625,-6.75 5.617188,-6.738281 5.59375,-6.734375 5.5625,-6.734375 H 3.421875 v 6.578125 c 0,0.03125 -0.011719,0.0625 -0.03125,0.09375 -0.011719,0.0234375 -0.039063,0.0390625 -0.078125,0.046875 -0.03125,0.01171875 -0.078125,0.01953125 -0.140625,0.03125 -0.0625,0.0078125 -0.148437,0.015625 -0.25,0.015625 -0.09375,0 -0.179687,-0.0078125 -0.25,-0.015625 C 2.609375,0.00390625 2.554688,-0.00390625 2.515625,-0.015625 2.484375,-0.0234375 2.457031,-0.0390625 2.4375,-0.0625 2.425781,-0.09375 2.421875,-0.125 2.421875,-0.15625 V -6.734375 H 0.28125 C 0.25,-6.734375 0.222656,-6.738281 0.203125,-6.75 0.179688,-6.769531 0.160156,-6.796875 0.140625,-6.828125 0.128906,-6.859375 0.117188,-6.898438 0.109375,-6.953125 0.0976562,-7.003906 0.09375,-7.070312 0.09375,-7.15625 c 0,-0.070312 0.0039062,-0.132812 0.015625,-0.1875 0.007813,-0.0625 0.019531,-0.109375 0.03125,-0.140625 0.019531,-0.03125 0.039063,-0.050781 0.0625,-0.0625 C 0.222656,-7.566406 0.25,-7.578125 0.28125,-7.578125 H 5.5625 c 0.03125,0 0.054688,0.011719 0.078125,0.03125 0.03125,0.011719 0.050781,0.03125 0.0625,0.0625 0.019531,0.03125 0.035156,0.078125 0.046875,0.140625 0.00781,0.054688 0.015625,0.117188 0.015625,0.1875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-2" + overflow="visible"> + <path + id="path167" + d="m 1.859375,-0.140625 c 0,0.03125 -0.011719,0.0585938 -0.03125,0.078125 C 1.816406,-0.0390625 1.796875,-0.0195312 1.765625,0 1.734375,0.0078125 1.6875,0.015625 1.625,0.015625 1.5625,0.0234375 1.476562,0.03125 1.375,0.03125 1.28125,0.03125 1.203125,0.0234375 1.140625,0.015625 1.078125,0.015625 1.023438,0.0078125 0.984375,0 0.953125,-0.0195312 0.925781,-0.0390625 0.90625,-0.0625 0.894531,-0.0820312 0.890625,-0.109375 0.890625,-0.140625 v -5.28125 c 0,-0.03125 0.003906,-0.054687 0.015625,-0.078125 0.019531,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.039063,-0.019531 0.09375,-0.035156 0.15625,-0.046875 0.0625,-0.00781 0.140625,-0.015625 0.234375,-0.015625 0.101562,0 0.1875,0.00781 0.25,0.015625 0.0625,0.011719 0.109375,0.027344 0.140625,0.046875 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 z m 0.109375,-7.0625 c 0,0.230469 -0.042969,0.386719 -0.125,0.46875 -0.085938,0.085937 -0.242188,0.125 -0.46875,0.125 -0.230469,0 -0.386719,-0.039063 -0.46875,-0.125 -0.085938,-0.082031 -0.125,-0.234375 -0.125,-0.453125 0,-0.226562 0.039062,-0.382812 0.125,-0.46875 0.082031,-0.082031 0.242188,-0.125 0.484375,-0.125 0.21875,0 0.367187,0.042969 0.453125,0.125 0.082031,0.085938 0.125,0.234375 0.125,0.453125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-3" + overflow="visible"> + <path + id="path170" + d="m 8.71875,-0.140625 c 0,0.03125 -0.011719,0.0585938 -0.03125,0.078125 C 8.675781,-0.0390625 8.648438,-0.0195312 8.609375,0 8.578125,0.0078125 8.53125,0.015625 8.46875,0.015625 8.40625,0.0234375 8.328125,0.03125 8.234375,0.03125 8.140625,0.03125 8.0625,0.0234375 8,0.015625 7.9375,0.015625 7.882812,0.0078125 7.84375,0 7.8125,-0.0195312 7.785156,-0.0390625 7.765625,-0.0625 7.753906,-0.0820312 7.75,-0.109375 7.75,-0.140625 v -3.21875 c 0,-0.21875 -0.023438,-0.414063 -0.0625,-0.59375 C 7.644531,-4.140625 7.582031,-4.300781 7.5,-4.4375 7.414062,-4.570312 7.304688,-4.671875 7.171875,-4.734375 7.035156,-4.804688 6.878906,-4.84375 6.703125,-4.84375 c -0.21875,0 -0.445313,0.089844 -0.671875,0.265625 -0.21875,0.167969 -0.464844,0.417969 -0.734375,0.75 v 3.6875 c 0,0.03125 -0.011719,0.0585938 -0.03125,0.078125 C 5.253906,-0.0390625 5.226562,-0.0195312 5.1875,0 5.15625,0.0078125 5.109375,0.015625 5.046875,0.015625 4.984375,0.0234375 4.90625,0.03125 4.8125,0.03125 4.71875,0.03125 4.640625,0.0234375 4.578125,0.015625 4.515625,0.015625 4.460938,0.0078125 4.421875,0 4.378906,-0.0195312 4.351562,-0.0390625 4.34375,-0.0625 4.332031,-0.0820312 4.328125,-0.109375 4.328125,-0.140625 v -3.21875 c 0,-0.21875 -0.023437,-0.414063 -0.0625,-0.59375 C 4.222656,-4.140625 4.15625,-4.300781 4.0625,-4.4375 3.976562,-4.570312 3.867188,-4.671875 3.734375,-4.734375 3.609375,-4.804688 3.457031,-4.84375 3.28125,-4.84375 c -0.230469,0 -0.460938,0.089844 -0.6875,0.265625 -0.21875,0.167969 -0.464844,0.417969 -0.734375,0.75 v 3.6875 c 0,0.03125 -0.011719,0.0585938 -0.03125,0.078125 C 1.816406,-0.0390625 1.796875,-0.0195312 1.765625,0 1.734375,0.0078125 1.6875,0.015625 1.625,0.015625 1.5625,0.0234375 1.476562,0.03125 1.375,0.03125 1.28125,0.03125 1.203125,0.0234375 1.140625,0.015625 1.078125,0.015625 1.023438,0.0078125 0.984375,0 0.953125,-0.0195312 0.925781,-0.0390625 0.90625,-0.0625 0.894531,-0.0820312 0.890625,-0.109375 0.890625,-0.140625 v -5.28125 c 0,-0.03125 0.003906,-0.054687 0.015625,-0.078125 0.019531,-0.019531 0.046875,-0.035156 0.078125,-0.046875 0.03125,-0.019531 0.070313,-0.035156 0.125,-0.046875 0.0625,-0.00781 0.140625,-0.015625 0.234375,-0.015625 0.082031,0 0.148438,0.00781 0.203125,0.015625 0.0625,0.011719 0.109375,0.027344 0.140625,0.046875 0.03125,0.011719 0.050781,0.027344 0.0625,0.046875 0.00781,0.023438 0.015625,0.046875 0.015625,0.078125 V -4.71875 C 2.066406,-5.050781 2.351562,-5.296875 2.625,-5.453125 2.90625,-5.609375 3.191406,-5.6875 3.484375,-5.6875 c 0.21875,0 0.410156,0.027344 0.578125,0.078125 0.175781,0.054687 0.332031,0.125 0.46875,0.21875 0.132812,0.09375 0.25,0.203125 0.34375,0.328125 0.09375,0.125 0.171875,0.265625 0.234375,0.421875 0.175781,-0.1875 0.34375,-0.347656 0.5,-0.484375 C 5.765625,-5.257812 5.914062,-5.367188 6.0625,-5.453125 6.207031,-5.535156 6.347656,-5.59375 6.484375,-5.625 6.628906,-5.664062 6.769531,-5.6875 6.90625,-5.6875 c 0.34375,0 0.628906,0.0625 0.859375,0.1875 0.226563,0.117188 0.410156,0.273438 0.546875,0.46875 0.144531,0.199219 0.25,0.433594 0.3125,0.703125 0.0625,0.273437 0.09375,0.554687 0.09375,0.84375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-4" + overflow="visible"> + <path + id="path173" + d="m 5.390625,-3.015625 c 0,0.15625 -0.039063,0.265625 -0.109375,0.328125 -0.074219,0.0625 -0.164062,0.09375 -0.265625,0.09375 H 1.5625 c 0,0.292969 0.023438,0.558594 0.078125,0.796875 0.0625,0.230469 0.160156,0.433594 0.296875,0.609375 0.144531,0.167969 0.328125,0.296875 0.546875,0.390625 0.21875,0.085937 0.484375,0.125 0.796875,0.125 0.25,0 0.472656,-0.019531 0.671875,-0.0625 0.195313,-0.039063 0.363281,-0.085937 0.5,-0.140625 0.144531,-0.050781 0.265625,-0.097656 0.359375,-0.140625 0.09375,-0.039063 0.160156,-0.0625 0.203125,-0.0625 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.00781,0.023437 0.015625,0.058594 0.015625,0.109375 0.00781,0.054688 0.015625,0.109375 0.015625,0.171875 0,0.054687 -0.00781,0.101563 -0.015625,0.140625 0,0.03125 -0.00781,0.0625 -0.015625,0.09375 0,0.03125 -0.00781,0.058594 -0.015625,0.078125 C 5.113281,-0.367188 5.097656,-0.34375 5.078125,-0.3125 5.054688,-0.289062 4.988281,-0.253906 4.875,-0.203125 4.769531,-0.160156 4.632812,-0.113281 4.46875,-0.0625 4.300781,-0.0195312 4.109375,0.015625 3.890625,0.046875 3.671875,0.0859375 3.4375,0.109375 3.1875,0.109375 2.75,0.109375 2.363281,0.0507812 2.03125,-0.0625 1.707031,-0.1875 1.4375,-0.367188 1.21875,-0.609375 1,-0.847656 0.832031,-1.144531 0.71875,-1.5 0.601562,-1.863281 0.546875,-2.285156 0.546875,-2.765625 c 0,-0.445313 0.054687,-0.851563 0.171875,-1.21875 0.113281,-0.363281 0.28125,-0.671875 0.5,-0.921875 0.226562,-0.25 0.5,-0.441406 0.8125,-0.578125 0.3125,-0.132813 0.660156,-0.203125 1.046875,-0.203125 0.414063,0 0.769531,0.070312 1.0625,0.203125 0.289063,0.136719 0.53125,0.320313 0.71875,0.546875 0.1875,0.21875 0.320313,0.480469 0.40625,0.78125 0.082031,0.304688 0.125,0.625 0.125,0.96875 z m -0.96875,-0.28125 c 0.00781,-0.507813 -0.105469,-0.90625 -0.34375,-1.1875 C 3.847656,-4.773438 3.5,-4.921875 3.03125,-4.921875 c -0.242188,0 -0.449219,0.046875 -0.625,0.140625 -0.179688,0.085938 -0.328125,0.199219 -0.453125,0.34375 -0.117187,0.148438 -0.210937,0.320312 -0.28125,0.515625 -0.0625,0.199219 -0.101563,0.40625 -0.109375,0.625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-5" + overflow="visible"> + <path + id="path176" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-6" + overflow="visible"> + <path + id="path179" + d="m 3.15625,1.53125 c 0,0.125 -0.015625,0.210938 -0.046875,0.265625 C 3.085938,1.847656 3.046875,1.875 2.984375,1.875 h -1.5 C 1.441406,1.875 1.398438,1.863281 1.359375,1.84375 1.316406,1.832031 1.273438,1.8125 1.234375,1.78125 1.203125,1.75 1.175781,1.707031 1.15625,1.65625 1.132812,1.601562 1.125,1.539062 1.125,1.46875 v -9.25 c 0,-0.082031 0.00781,-0.148438 0.03125,-0.203125 0.019531,-0.050781 0.046875,-0.09375 0.078125,-0.125 0.039063,-0.03125 0.082031,-0.050781 0.125,-0.0625 0.039063,-0.019531 0.082031,-0.03125 0.125,-0.03125 h 1.5 c 0.03125,0 0.054687,0.011719 0.078125,0.03125 0.019531,0.011719 0.035156,0.03125 0.046875,0.0625 0.019531,0.03125 0.03125,0.070313 0.03125,0.109375 0.00781,0.042969 0.015625,0.101562 0.015625,0.171875 0,0.125 -0.015625,0.214844 -0.046875,0.265625 -0.023437,0.054688 -0.0625,0.078125 -0.125,0.078125 H 2.03125 v 8.65625 h 0.953125 c 0.03125,0 0.054687,0.00391 0.078125,0.015625 0.019531,0.00781 0.035156,0.03125 0.046875,0.0625 0.019531,0.03125 0.03125,0.066406 0.03125,0.109375 0.00781,0.039063 0.015625,0.097656 0.015625,0.171875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-7" + overflow="visible"> + <path + id="path182" + d="m 4.203125,-1.578125 c 0,0.273437 -0.054687,0.511719 -0.15625,0.71875 C 3.953125,-0.648438 3.8125,-0.472656 3.625,-0.328125 3.445312,-0.179688 3.226562,-0.0703125 2.96875,0 2.71875,0.0703125 2.441406,0.109375 2.140625,0.109375 1.953125,0.109375 1.769531,0.09375 1.59375,0.0625 1.425781,0.0390625 1.273438,0.0078125 1.140625,-0.03125 1.003906,-0.0820312 0.890625,-0.132812 0.796875,-0.1875 0.703125,-0.238281 0.632812,-0.28125 0.59375,-0.3125 0.550781,-0.351562 0.519531,-0.410156 0.5,-0.484375 0.476562,-0.554688 0.46875,-0.648438 0.46875,-0.765625 c 0,-0.070313 0.003906,-0.132813 0.015625,-0.1875 0.007813,-0.050781 0.019531,-0.09375 0.03125,-0.125 0.007813,-0.03125 0.023437,-0.050781 0.046875,-0.0625 0.019531,-0.019531 0.046875,-0.03125 0.078125,-0.03125 0.039063,0 0.101563,0.027344 0.1875,0.078125 0.082031,0.054688 0.1875,0.109375 0.3125,0.171875 0.125,0.0625 0.269531,0.125 0.4375,0.1875 0.164063,0.054687 0.359375,0.078125 0.578125,0.078125 0.164062,0 0.3125,-0.015625 0.4375,-0.046875 0.132812,-0.039063 0.25,-0.09375 0.34375,-0.15625 C 3.039062,-0.929688 3.117188,-1.019531 3.171875,-1.125 3.222656,-1.238281 3.25,-1.363281 3.25,-1.5 3.25,-1.65625 3.210938,-1.78125 3.140625,-1.875 3.066406,-1.976562 2.96875,-2.066406 2.84375,-2.140625 2.71875,-2.222656 2.578125,-2.296875 2.421875,-2.359375 2.265625,-2.421875 2.101562,-2.484375 1.9375,-2.546875 1.769531,-2.617188 1.601562,-2.695312 1.4375,-2.78125 1.28125,-2.863281 1.140625,-2.960938 1.015625,-3.078125 0.890625,-3.203125 0.789062,-3.347656 0.71875,-3.515625 0.644531,-3.679688 0.609375,-3.882812 0.609375,-4.125 c 0,-0.207031 0.035156,-0.40625 0.109375,-0.59375 0.082031,-0.1875 0.203125,-0.347656 0.359375,-0.484375 0.164063,-0.144531 0.367187,-0.257813 0.609375,-0.34375 0.238281,-0.09375 0.519531,-0.140625 0.84375,-0.140625 0.132812,0 0.269531,0.015625 0.40625,0.046875 0.144531,0.023437 0.273438,0.046875 0.390625,0.078125 0.113281,0.03125 0.207031,0.070312 0.28125,0.109375 0.082031,0.042969 0.144531,0.078125 0.1875,0.109375 0.039063,0.03125 0.066406,0.0625 0.078125,0.09375 0.019531,0.023438 0.03125,0.046875 0.03125,0.078125 0.00781,0.023437 0.015625,0.058594 0.015625,0.109375 0.00781,0.042969 0.015625,0.09375 0.015625,0.15625 0,0.0625 -0.00781,0.121094 -0.015625,0.171875 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 3.878906,-4.59375 3.863281,-4.566406 3.84375,-4.546875 3.832031,-4.535156 3.8125,-4.53125 3.78125,-4.53125 3.75,-4.53125 3.695312,-4.550781 3.625,-4.59375 3.5625,-4.632812 3.476562,-4.679688 3.375,-4.734375 3.269531,-4.785156 3.144531,-4.832031 3,-4.875 2.863281,-4.914062 2.703125,-4.9375 2.515625,-4.9375 c -0.167969,0 -0.3125,0.023438 -0.4375,0.0625 -0.125,0.03125 -0.230469,0.085938 -0.3125,0.15625 -0.074219,0.0625 -0.132813,0.140625 -0.171875,0.234375 -0.042969,0.09375 -0.0625,0.199219 -0.0625,0.3125 0,0.15625 0.035156,0.289063 0.109375,0.390625 0.082031,0.09375 0.1875,0.183594 0.3125,0.265625 0.125,0.074219 0.265625,0.140625 0.421875,0.203125 0.164062,0.0625 0.332031,0.132812 0.5,0.203125 0.164062,0.0625 0.328125,0.136719 0.484375,0.21875 0.164063,0.085937 0.3125,0.183594 0.4375,0.296875 0.125,0.117188 0.222656,0.257812 0.296875,0.421875 0.070312,0.167969 0.109375,0.367187 0.109375,0.59375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph3-8" + overflow="visible"> + <path + id="path185" + d="m 2.5625,1.46875 c 0,0.070312 -0.011719,0.132812 -0.03125,0.1875 C 2.507812,1.707031 2.476562,1.75 2.4375,1.78125 2.40625,1.8125 2.367188,1.832031 2.328125,1.84375 2.285156,1.863281 2.238281,1.875 2.1875,1.875 H 0.703125 C 0.640625,1.875 0.59375,1.847656 0.5625,1.796875 0.539062,1.742188 0.53125,1.65625 0.53125,1.53125 c 0,-0.074219 0,-0.132812 0,-0.171875 C 0.539062,1.316406 0.550781,1.28125 0.5625,1.25 0.582031,1.21875 0.601562,1.195312 0.625,1.1875 0.644531,1.175781 0.671875,1.171875 0.703125,1.171875 H 1.65625 v -8.65625 H 0.703125 c -0.0625,0 -0.109375,-0.023437 -0.140625,-0.078125 -0.023438,-0.050781 -0.03125,-0.140625 -0.03125,-0.265625 0,-0.070313 0,-0.128906 0,-0.171875 0.007812,-0.039062 0.019531,-0.078125 0.03125,-0.109375 0.019531,-0.03125 0.039062,-0.050781 0.0625,-0.0625 0.019531,-0.019531 0.046875,-0.03125 0.078125,-0.03125 H 2.1875 c 0.050781,0 0.097656,0.011719 0.140625,0.03125 0.039063,0.011719 0.078125,0.03125 0.109375,0.0625 0.039062,0.03125 0.070312,0.074219 0.09375,0.125 0.019531,0.054687 0.03125,0.121094 0.03125,0.203125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-0" + overflow="visible"> + <path + id="path188" + d="M 8.125,-10.734375 V 0 H 0.359375 v -10.734375 z m -0.734375,10.0625 V -10.0625 h -6.3125 v 9.390625 z M 6.359375,-7.09375 c 0,0.324219 -0.046875,0.617188 -0.140625,0.875 -0.09375,0.25 -0.230469,0.464844 -0.40625,0.640625 -0.179688,0.167969 -0.386719,0.304687 -0.625,0.40625 C 4.957031,-5.066406 4.703125,-5.007812 4.421875,-5 L 4.375,-3.734375 c 0,0.054687 -0.042969,0.089844 -0.125,0.109375 -0.085938,0.023438 -0.199219,0.03125 -0.34375,0.03125 -0.085938,0 -0.152344,0 -0.203125,0 C 3.648438,-3.601562 3.601562,-3.613281 3.5625,-3.625 3.53125,-3.632812 3.503906,-3.644531 3.484375,-3.65625 3.472656,-3.675781 3.46875,-3.703125 3.46875,-3.734375 l -0.046875,-1.53125 c -0.011719,-0.164063 0.019531,-0.28125 0.09375,-0.34375 0.082031,-0.070313 0.1875,-0.109375 0.3125,-0.109375 h 0.15625 c 0.25,0 0.457031,-0.03125 0.625,-0.09375 C 4.773438,-5.882812 4.90625,-5.976562 5,-6.09375 5.101562,-6.207031 5.175781,-6.34375 5.21875,-6.5 c 0.050781,-0.164062 0.078125,-0.34375 0.078125,-0.53125 0,-0.40625 -0.117187,-0.722656 -0.34375,-0.953125 -0.230469,-0.238281 -0.59375,-0.359375 -1.09375,-0.359375 -0.210937,0 -0.398437,0.023438 -0.5625,0.0625 -0.167969,0.042969 -0.3125,0.089844 -0.4375,0.140625 -0.125,0.054687 -0.230469,0.101563 -0.3125,0.140625 -0.085937,0.042969 -0.148437,0.0625 -0.1875,0.0625 -0.011719,0 -0.027344,-0.00391 -0.046875,-0.015625 -0.023438,-0.00781 -0.042969,-0.03125 -0.0625,-0.0625 -0.011719,-0.03125 -0.023438,-0.070313 -0.03125,-0.125 -0.011719,-0.050781 -0.015625,-0.117187 -0.015625,-0.203125 0,-0.09375 0.00391,-0.171875 0.015625,-0.234375 0.019531,-0.0625 0.050781,-0.113281 0.09375,-0.15625 0.039062,-0.039063 0.113281,-0.085937 0.21875,-0.140625 0.113281,-0.050781 0.242188,-0.097656 0.390625,-0.140625 0.15625,-0.050781 0.320313,-0.09375 0.5,-0.125 C 3.609375,-9.171875 3.800781,-9.1875 4,-9.1875 c 0.40625,0 0.757812,0.058594 1.0625,0.171875 0.300781,0.105469 0.546875,0.25 0.734375,0.4375 0.1875,0.1875 0.328125,0.414063 0.421875,0.671875 0.09375,0.25 0.140625,0.523438 0.140625,0.8125 z M 4.5625,-2.265625 c 0,0.117187 -0.011719,0.214844 -0.03125,0.296875 -0.023438,0.074219 -0.058594,0.136719 -0.109375,0.1875 -0.042969,0.054688 -0.105469,0.089844 -0.1875,0.109375 -0.074219,0.023437 -0.171875,0.03125 -0.296875,0.03125 -0.117188,0 -0.214844,-0.00781 -0.296875,-0.03125 C 3.554688,-1.691406 3.488281,-1.726562 3.4375,-1.78125 3.394531,-1.832031 3.359375,-1.894531 3.328125,-1.96875 3.304688,-2.050781 3.296875,-2.148438 3.296875,-2.265625 c 0,-0.113281 0.00781,-0.210937 0.03125,-0.296875 0.03125,-0.082031 0.066406,-0.144531 0.109375,-0.1875 0.050781,-0.050781 0.117188,-0.085938 0.203125,-0.109375 0.082031,-0.019531 0.179687,-0.03125 0.296875,-0.03125 0.125,0 0.222656,0.011719 0.296875,0.03125 0.082031,0.023437 0.144531,0.058594 0.1875,0.109375 0.050781,0.042969 0.085937,0.105469 0.109375,0.1875 0.019531,0.085938 0.03125,0.183594 0.03125,0.296875 z M 0,3.296875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-1" + overflow="visible"> + <path + id="path191" + d="M 5.765625,-0.25 C 5.742188,-0.1875 5.710938,-0.132812 5.671875,-0.09375 5.640625,-0.0625 5.585938,-0.03125 5.515625,0 5.441406,0.0195312 5.351562,0.03125 5.25,0.03125 5.144531,0.0390625 5.007812,0.046875 4.84375,0.046875 c -0.117188,0 -0.21875,0 -0.3125,0 -0.09375,0 -0.179688,-0.0078125 -0.25,-0.015625 C 4.21875,0.0195312 4.160156,0.0078125 4.109375,0 4.066406,-0.0195312 4.03125,-0.0390625 4,-0.0625 3.96875,-0.0820312 3.941406,-0.109375 3.921875,-0.140625 3.898438,-0.171875 3.882812,-0.207031 3.875,-0.25 l -3.515625,-9.984375 c -0.042969,-0.125 -0.070313,-0.222656 -0.078125,-0.296875 0,-0.07031 0.023438,-0.128906 0.078125,-0.171875 0.050781,-0.03906 0.128906,-0.06641 0.234375,-0.07813 0.113281,-0.0078 0.265625,-0.01563 0.453125,-0.01563 0.15625,0 0.273437,0.0078 0.359375,0.01563 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.05469 0.109375,0.09375 0.03125,0.03125 0.054687,0.07422 0.078125,0.125 l 3.078125,9.046875 3,-9.03125 c 0.019531,-0.05078 0.039063,-0.09766 0.0625,-0.140625 0.019531,-0.03906 0.054687,-0.07031 0.109375,-0.09375 0.0625,-0.01953 0.140625,-0.03516 0.234375,-0.04687 0.101563,-0.0078 0.238281,-0.01563 0.40625,-0.01563 0.164063,0 0.296875,0.01172 0.390625,0.03125 0.101562,0.01172 0.171875,0.03906 0.203125,0.07813 0.039063,0.03125 0.054687,0.08984 0.046875,0.171875 0,0.07422 -0.027344,0.167969 -0.078125,0.28125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-2" + overflow="visible"> + <path + id="path194" + d="m 7.703125,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.648438,-0.0625 7.613281,-0.0351562 7.5625,-0.015625 7.507812,0.00390625 7.4375,0.0195312 7.34375,0.03125 7.257812,0.0390625 7.148438,0.046875 7.015625,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 6.585938,0.0195312 6.519531,0.00390625 6.46875,-0.015625 6.425781,-0.0351562 6.390625,-0.0625 6.359375,-0.09375 6.335938,-0.125 6.328125,-0.160156 6.328125,-0.203125 v -4.375 c 0,-0.425781 -0.03125,-0.769531 -0.09375,-1.03125 C 6.171875,-5.867188 6.070312,-6.09375 5.9375,-6.28125 5.8125,-6.46875 5.644531,-6.609375 5.4375,-6.703125 5.238281,-6.804688 5.007812,-6.859375 4.75,-6.859375 4.40625,-6.859375 4.0625,-6.738281 3.71875,-6.5 3.375,-6.257812 3.015625,-5.898438 2.640625,-5.421875 v 5.21875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -11.09375 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.019531,-0.03906 0.054687,-0.07031 0.109375,-0.09375 0.050781,-0.01953 0.117188,-0.03516 0.203125,-0.04687 0.09375,-0.0078 0.207031,-0.01563 0.34375,-0.01563 0.132813,0 0.242187,0.0078 0.328125,0.01563 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.05469 0.109375,0.09375 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 v 4.46875 C 3.035156,-7.242188 3.429688,-7.550781 3.828125,-7.75 4.222656,-7.945312 4.625,-8.046875 5.03125,-8.046875 c 0.5,0 0.914062,0.085937 1.25,0.25 0.34375,0.167969 0.617188,0.390625 0.828125,0.671875 0.207031,0.28125 0.359375,0.617188 0.453125,1 0.09375,0.375 0.140625,0.835938 0.140625,1.375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-3" + overflow="visible"> + <path + id="path197" + d="m 8.21875,-4.03125 c 0,0.617188 -0.085938,1.179688 -0.25,1.6875 C 7.8125,-1.832031 7.570312,-1.390625 7.25,-1.015625 6.9375,-0.648438 6.539062,-0.363281 6.0625,-0.15625 5.582031,0.0507812 5.03125,0.15625 4.40625,0.15625 3.789062,0.15625 3.253906,0.0664062 2.796875,-0.109375 2.335938,-0.296875 1.957031,-0.5625 1.65625,-0.90625 1.351562,-1.257812 1.125,-1.6875 0.96875,-2.1875 0.820312,-2.6875 0.75,-3.25 0.75,-3.875 0.75,-4.488281 0.828125,-5.050781 0.984375,-5.5625 1.140625,-6.070312 1.375,-6.507812 1.6875,-6.875 2.007812,-7.25 2.410156,-7.535156 2.890625,-7.734375 c 0.476563,-0.207031 1.035156,-0.3125 1.671875,-0.3125 0.613281,0 1.144531,0.09375 1.59375,0.28125 0.457031,0.179687 0.835938,0.445313 1.140625,0.796875 0.3125,0.34375 0.539063,0.765625 0.6875,1.265625 0.15625,0.492187 0.234375,1.046875 0.234375,1.671875 z m -1.4375,0.09375 c 0,-0.40625 -0.042969,-0.785156 -0.125,-1.140625 C 6.582031,-5.441406 6.457031,-5.757812 6.28125,-6.03125 6.113281,-6.300781 5.882812,-6.515625 5.59375,-6.671875 5.300781,-6.828125 4.9375,-6.90625 4.5,-6.90625 c -0.40625,0 -0.757812,0.074219 -1.046875,0.21875 -0.292969,0.148438 -0.53125,0.351562 -0.71875,0.609375 -0.1875,0.261719 -0.328125,0.574219 -0.421875,0.9375 -0.085938,0.355469 -0.125,0.746094 -0.125,1.171875 0,0.40625 0.035156,0.792969 0.109375,1.15625 0.070313,0.355469 0.195313,0.667969 0.375,0.9375 C 2.847656,-1.601562 3.082031,-1.390625 3.375,-1.234375 3.664062,-1.078125 4.03125,-1 4.46875,-1 4.863281,-1 5.207031,-1.066406 5.5,-1.203125 5.789062,-1.347656 6.03125,-1.550781 6.21875,-1.8125 6.414062,-2.070312 6.554688,-2.378906 6.640625,-2.734375 6.734375,-3.097656 6.78125,-3.5 6.78125,-3.9375 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-4" + overflow="visible"> + <path + id="path200" + d="m 5.953125,-2.234375 c 0,0.375 -0.074219,0.714844 -0.21875,1.015625 -0.136719,0.304688 -0.335937,0.558594 -0.59375,0.765625 C 4.878906,-0.253906 4.566406,-0.101562 4.203125,0 3.847656,0.101562 3.457031,0.15625 3.03125,0.15625 2.757812,0.15625 2.503906,0.132812 2.265625,0.09375 2.023438,0.0507812 1.8125,0 1.625,-0.0625 1.4375,-0.125 1.273438,-0.1875 1.140625,-0.25 1.003906,-0.320312 0.90625,-0.382812 0.84375,-0.4375 0.78125,-0.5 0.734375,-0.578125 0.703125,-0.671875 0.679688,-0.773438 0.671875,-0.914062 0.671875,-1.09375 c 0,-0.101562 0.003906,-0.191406 0.015625,-0.265625 0.007812,-0.070313 0.019531,-0.128906 0.03125,-0.171875 0.019531,-0.039062 0.046875,-0.070312 0.078125,-0.09375 0.03125,-0.019531 0.066406,-0.03125 0.109375,-0.03125 0.0625,0 0.148438,0.042969 0.265625,0.125 0.125,0.074219 0.269531,0.15625 0.4375,0.25 0.175781,0.085938 0.382813,0.164062 0.625,0.234375 C 2.472656,-0.972656 2.75,-0.9375 3.0625,-0.9375 c 0.226562,0 0.4375,-0.023438 0.625,-0.078125 0.1875,-0.050781 0.347656,-0.125 0.484375,-0.21875 C 4.316406,-1.328125 4.425781,-1.445312 4.5,-1.59375 4.570312,-1.75 4.609375,-1.929688 4.609375,-2.140625 4.609375,-2.347656 4.550781,-2.519531 4.4375,-2.65625 4.332031,-2.800781 4.191406,-2.929688 4.015625,-3.046875 3.835938,-3.160156 3.640625,-3.257812 3.421875,-3.34375 3.203125,-3.425781 2.972656,-3.515625 2.734375,-3.609375 2.492188,-3.703125 2.257812,-3.804688 2.03125,-3.921875 c -0.21875,-0.125 -0.417969,-0.269531 -0.59375,-0.4375 -0.179688,-0.175781 -0.320312,-0.382813 -0.421875,-0.625 -0.105469,-0.238281 -0.15625,-0.519531 -0.15625,-0.84375 0,-0.300781 0.054687,-0.582031 0.171875,-0.84375 0.113281,-0.269531 0.28125,-0.503906 0.5,-0.703125 0.226562,-0.207031 0.507812,-0.367188 0.84375,-0.484375 0.34375,-0.125 0.742188,-0.1875 1.203125,-0.1875 0.195313,0 0.394531,0.015625 0.59375,0.046875 0.195313,0.03125 0.375,0.074219 0.53125,0.125 0.164063,0.054688 0.304687,0.109375 0.421875,0.171875 0.113281,0.054687 0.195312,0.101563 0.25,0.140625 0.0625,0.042969 0.101562,0.085938 0.125,0.125 0.019531,0.03125 0.03125,0.070312 0.03125,0.109375 0.00781,0.042969 0.019531,0.09375 0.03125,0.15625 0.00781,0.054687 0.015625,0.125 0.015625,0.21875 0,0.09375 -0.00781,0.179687 -0.015625,0.25 -0.011719,0.0625 -0.027344,0.121094 -0.046875,0.171875 -0.011719,0.042969 -0.03125,0.074219 -0.0625,0.09375 -0.03125,0.011719 -0.0625,0.015625 -0.09375,0.015625 -0.054687,0 -0.125,-0.023437 -0.21875,-0.078125 C 5.046875,-6.5625 4.925781,-6.628906 4.78125,-6.703125 4.632812,-6.773438 4.457031,-6.835938 4.25,-6.890625 c -0.199219,-0.0625 -0.429688,-0.09375 -0.6875,-0.09375 -0.230469,0 -0.433594,0.027344 -0.609375,0.078125 -0.179687,0.054688 -0.324219,0.125 -0.4375,0.21875 C 2.398438,-6.59375 2.3125,-6.476562 2.25,-6.34375 c -0.054688,0.136719 -0.078125,0.28125 -0.078125,0.4375 0,0.210938 0.050781,0.390625 0.15625,0.546875 0.113281,0.148437 0.257813,0.277344 0.4375,0.390625 0.175781,0.105469 0.375,0.203125 0.59375,0.296875 C 3.585938,-4.585938 3.820312,-4.5 4.0625,-4.40625 c 0.238281,0.09375 0.472656,0.199219 0.703125,0.3125 0.226563,0.117188 0.429687,0.257812 0.609375,0.421875 0.175781,0.167969 0.316406,0.371094 0.421875,0.609375 0.101563,0.230469 0.15625,0.507812 0.15625,0.828125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-5" + overflow="visible"> + <path + id="path203" + d="m 5.15625,-0.75 c 0,0.15625 -0.011719,0.28125 -0.03125,0.375 C 5.101562,-0.28125 5.066406,-0.207031 5.015625,-0.15625 4.972656,-0.113281 4.90625,-0.0703125 4.8125,-0.03125 4.726562,0 4.628906,0.0234375 4.515625,0.046875 4.398438,0.078125 4.28125,0.0976562 4.15625,0.109375 c -0.125,0.019531 -0.25,0.03125 -0.375,0.03125 -0.386719,0 -0.71875,-0.0546875 -1,-0.15625 C 2.5,-0.117188 2.269531,-0.269531 2.09375,-0.46875 1.914062,-0.675781 1.785156,-0.941406 1.703125,-1.265625 1.628906,-1.585938 1.59375,-1.960938 1.59375,-2.390625 V -6.75 H 0.546875 c -0.085937,0 -0.152344,-0.039062 -0.203125,-0.125 -0.042969,-0.09375 -0.0625,-0.242188 -0.0625,-0.453125 0,-0.101563 0.003906,-0.1875 0.015625,-0.25 0.007813,-0.070313 0.023437,-0.132813 0.046875,-0.1875 0.019531,-0.050781 0.046875,-0.082031 0.078125,-0.09375 0.039063,-0.019531 0.085937,-0.03125 0.140625,-0.03125 h 1.03125 v -1.78125 C 1.59375,-9.710938 1.601562,-9.75 1.625,-9.78125 1.644531,-9.8125 1.679688,-9.835938 1.734375,-9.859375 1.785156,-9.890625 1.851562,-9.910156 1.9375,-9.921875 2.03125,-9.929688 2.144531,-9.9375 2.28125,-9.9375 c 0.132812,0 0.242188,0.00781 0.328125,0.015625 0.09375,0.011719 0.160156,0.03125 0.203125,0.0625 0.050781,0.023437 0.085938,0.046875 0.109375,0.078125 0.03125,0.03125 0.046875,0.070312 0.046875,0.109375 v 1.78125 H 4.875 c 0.050781,0 0.09375,0.011719 0.125,0.03125 0.03125,0.011719 0.054688,0.042969 0.078125,0.09375 0.03125,0.054687 0.050781,0.117187 0.0625,0.1875 0.00781,0.0625 0.015625,0.148437 0.015625,0.25 0,0.210937 -0.027344,0.359375 -0.078125,0.453125 C 5.023438,-6.789062 4.957031,-6.75 4.875,-6.75 H 2.96875 v 4.15625 c 0,0.523438 0.070312,0.914062 0.21875,1.171875 0.15625,0.261719 0.429688,0.390625 0.828125,0.390625 0.125,0 0.234375,-0.00781 0.328125,-0.03125 C 4.445312,-1.09375 4.535156,-1.117188 4.609375,-1.140625 4.691406,-1.171875 4.757812,-1.195312 4.8125,-1.21875 4.863281,-1.25 4.914062,-1.265625 4.96875,-1.265625 c 0.019531,0 0.039062,0.011719 0.0625,0.03125 0.03125,0.011719 0.050781,0.039063 0.0625,0.078125 C 5.113281,-1.125 5.128906,-1.070312 5.140625,-1 c 0.00781,0.0625 0.015625,0.148438 0.015625,0.25 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-6" + overflow="visible"> + <path + id="path206" + d="" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-7" + overflow="visible"> + <path + id="path209" + d="m 8.140625,-4.046875 c 0,0.648437 -0.074219,1.230469 -0.21875,1.75 -0.136719,0.523437 -0.34375,0.964844 -0.625,1.328125 -0.273437,0.367188 -0.605469,0.648438 -1,0.84375 C 5.898438,0.0625 5.445312,0.15625 4.9375,0.15625 4.695312,0.15625 4.472656,0.128906 4.265625,0.078125 4.066406,0.0351562 3.867188,-0.0351562 3.671875,-0.140625 3.484375,-0.242188 3.289062,-0.375 3.09375,-0.53125 2.90625,-0.695312 2.703125,-0.894531 2.484375,-1.125 v 0.921875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.429688,-0.0625 2.394531,-0.0351562 2.34375,-0.015625 2.289062,0.00390625 2.226562,0.0195312 2.15625,0.03125 2.082031,0.0390625 1.988281,0.046875 1.875,0.046875 1.757812,0.046875 1.660156,0.0390625 1.578125,0.03125 1.503906,0.0195312 1.441406,0.00390625 1.390625,-0.015625 1.335938,-0.0351562 1.300781,-0.0625 1.28125,-0.09375 1.269531,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -11.09375 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.019531,-0.03906 0.054687,-0.07031 0.109375,-0.09375 0.050781,-0.01953 0.117188,-0.03516 0.203125,-0.04687 0.09375,-0.0078 0.207031,-0.01563 0.34375,-0.01563 0.132813,0 0.242187,0.0078 0.328125,0.01563 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.05469 0.109375,0.09375 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 v 4.46875 c 0.21875,-0.21875 0.429687,-0.40625 0.640625,-0.5625 0.207031,-0.15625 0.410156,-0.28125 0.609375,-0.375 0.195313,-0.101563 0.394531,-0.175781 0.59375,-0.21875 0.207031,-0.039063 0.421875,-0.0625 0.640625,-0.0625 0.539062,0 1.003906,0.109375 1.390625,0.328125 0.382813,0.210938 0.695313,0.496094 0.9375,0.859375 0.238281,0.367187 0.410156,0.792969 0.515625,1.28125 0.113281,0.480469 0.171875,0.992187 0.171875,1.53125 z m -1.4375,0.15625 c 0,-0.375 -0.03125,-0.738281 -0.09375,-1.09375 C 6.554688,-5.347656 6.457031,-5.664062 6.3125,-5.9375 6.164062,-6.21875 5.972656,-6.441406 5.734375,-6.609375 5.492188,-6.785156 5.195312,-6.875 4.84375,-6.875 c -0.179688,0 -0.355469,0.027344 -0.53125,0.078125 -0.167969,0.054687 -0.339844,0.136719 -0.515625,0.25 C 3.617188,-6.429688 3.4375,-6.28125 3.25,-6.09375 3.0625,-5.914062 2.859375,-5.6875 2.640625,-5.40625 v 2.96875 c 0.375,0.460938 0.734375,0.8125 1.078125,1.0625 0.34375,0.242188 0.703125,0.359375 1.078125,0.359375 0.332031,0 0.617187,-0.082031 0.859375,-0.25 0.25,-0.164063 0.445312,-0.382813 0.59375,-0.65625 0.15625,-0.28125 0.269531,-0.585937 0.34375,-0.921875 0.070312,-0.34375 0.109375,-0.691406 0.109375,-1.046875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-8" + overflow="visible"> + <path + id="path212" + d="m 2.640625,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -7.46875 c 0,-0.039063 0.00781,-0.078125 0.03125,-0.109375 0.019531,-0.039062 0.054687,-0.070312 0.109375,-0.09375 0.050781,-0.019531 0.117188,-0.035156 0.203125,-0.046875 0.09375,-0.00781 0.207031,-0.015625 0.34375,-0.015625 0.132813,0 0.242187,0.00781 0.328125,0.015625 C 2.375,-7.910156 2.445312,-7.894531 2.5,-7.875 c 0.050781,0.023438 0.085938,0.054688 0.109375,0.09375 0.019531,0.03125 0.03125,0.070312 0.03125,0.109375 z m 0.15625,-10 c 0,0.324219 -0.0625,0.542969 -0.1875,0.65625 C 2.492188,-9.429688 2.269531,-9.375 1.9375,-9.375 1.625,-9.375 1.40625,-9.429688 1.28125,-9.546875 1.164062,-9.660156 1.109375,-9.875 1.109375,-10.1875 c 0,-0.320312 0.054687,-0.539062 0.171875,-0.65625 0.125,-0.113281 0.347656,-0.171875 0.671875,-0.171875 0.320313,0 0.539063,0.05859 0.65625,0.171875 0.125,0.117188 0.1875,0.328125 0.1875,0.640625 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-9" + overflow="visible"> + <path + id="path215" + d="m 7.671875,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.617188,-0.0625 7.582031,-0.0351562 7.53125,-0.015625 7.488281,0.00390625 7.425781,0.0195312 7.34375,0.03125 7.269531,0.0390625 7.179688,0.046875 7.078125,0.046875 6.953125,0.046875 6.851562,0.0390625 6.78125,0.03125 6.707031,0.0195312 6.644531,0.00390625 6.59375,-0.015625 6.539062,-0.0351562 6.503906,-0.0625 6.484375,-0.09375 6.460938,-0.125 6.453125,-0.160156 6.453125,-0.203125 v -1 c -0.398437,0.429687 -0.808594,0.761719 -1.234375,1 C 4.800781,0.0351562 4.335938,0.15625 3.828125,0.15625 c -0.542969,0 -1.011719,-0.1054688 -1.40625,-0.3125 -0.386719,-0.21875 -0.699219,-0.503906 -0.9375,-0.859375 -0.242187,-0.363281 -0.417969,-0.789063 -0.53125,-1.28125 -0.105469,-0.488281 -0.15625,-1.007813 -0.15625,-1.5625 0,-0.632813 0.066406,-1.207031 0.203125,-1.71875 0.144531,-0.519531 0.351562,-0.960937 0.625,-1.328125 0.269531,-0.375 0.601562,-0.65625 1,-0.84375 0.40625,-0.195312 0.867188,-0.296875 1.390625,-0.296875 0.4375,0 0.835937,0.09375 1.203125,0.28125 0.363281,0.1875 0.722656,0.46875 1.078125,0.84375 v -4.34375 c 0,-0.03906 0.00391,-0.07813 0.015625,-0.109375 0.019531,-0.03906 0.054688,-0.06641 0.109375,-0.07813 0.0625,-0.01953 0.132813,-0.03516 0.21875,-0.04687 0.09375,-0.01953 0.203125,-0.03125 0.328125,-0.03125 0.144531,0 0.257812,0.01172 0.34375,0.03125 0.09375,0.01172 0.160156,0.02734 0.203125,0.04687 0.050781,0.01172 0.085937,0.03906 0.109375,0.07813 0.03125,0.03125 0.046875,0.07031 0.046875,0.109375 z m -1.375,-5.265625 C 5.921875,-5.925781 5.5625,-6.273438 5.21875,-6.515625 4.875,-6.753906 4.515625,-6.875 4.140625,-6.875 c -0.355469,0 -0.65625,0.085938 -0.90625,0.25 -0.242187,0.167969 -0.4375,0.386719 -0.59375,0.65625 C 2.492188,-5.695312 2.382812,-5.390625 2.3125,-5.046875 2.25,-4.703125 2.21875,-4.351562 2.21875,-4 c 0,0.375 0.023438,0.746094 0.078125,1.109375 0.0625,0.355469 0.164063,0.671875 0.3125,0.953125 0.144531,0.28125 0.332031,0.507812 0.5625,0.671875 0.238281,0.167969 0.539063,0.25 0.90625,0.25 0.175781,0 0.347656,-0.019531 0.515625,-0.0625 0.175781,-0.050781 0.351562,-0.132813 0.53125,-0.25 0.175781,-0.125 0.359375,-0.273437 0.546875,-0.453125 0.195313,-0.1875 0.40625,-0.414062 0.625,-0.6875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-10" + overflow="visible"> + <path + id="path218" + d="m 5.640625,-7.1875 c 0,0.125 -0.00781,0.230469 -0.015625,0.3125 0,0.085938 -0.011719,0.152344 -0.03125,0.203125 -0.023438,0.042969 -0.042969,0.074219 -0.0625,0.09375 -0.023438,0.023437 -0.058594,0.03125 -0.109375,0.03125 -0.042969,0 -0.09375,-0.00781 -0.15625,-0.03125 -0.0625,-0.019531 -0.136719,-0.039063 -0.21875,-0.0625 C 4.972656,-6.671875 4.882812,-6.695312 4.78125,-6.71875 4.675781,-6.738281 4.566406,-6.75 4.453125,-6.75 c -0.136719,0 -0.273437,0.027344 -0.40625,0.078125 -0.125,0.054687 -0.265625,0.148437 -0.421875,0.28125 -0.148438,0.125 -0.296875,0.292969 -0.453125,0.5 -0.15625,0.210937 -0.335937,0.464844 -0.53125,0.765625 v 4.921875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -7.46875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.050781,-0.019531 0.113281,-0.035156 0.1875,-0.046875 0.082031,-0.00781 0.1875,-0.015625 0.3125,-0.015625 0.125,0 0.222656,0.00781 0.296875,0.015625 0.082031,0.011719 0.144531,0.027344 0.1875,0.046875 0.050781,0.023438 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 v 1.078125 c 0.207031,-0.300781 0.398438,-0.546875 0.578125,-0.734375 0.1875,-0.1875 0.359375,-0.332031 0.515625,-0.4375 0.15625,-0.101563 0.3125,-0.175781 0.46875,-0.21875 0.164062,-0.039063 0.328125,-0.0625 0.484375,-0.0625 0.070313,0 0.15625,0.00781 0.25,0.015625 0.09375,0 0.1875,0.015625 0.28125,0.046875 0.101563,0.023437 0.191406,0.046875 0.265625,0.078125 0.082031,0.023438 0.140625,0.046875 0.171875,0.078125 0.03125,0.023437 0.050781,0.046875 0.0625,0.078125 0.019531,0.023438 0.03125,0.054688 0.03125,0.09375 C 5.617188,-7.625 5.625,-7.566406 5.625,-7.484375 5.632812,-7.410156 5.640625,-7.3125 5.640625,-7.1875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-11" + overflow="visible"> + <path + id="path221" + d="m 7.640625,-4.265625 c 0,0.21875 -0.054687,0.375 -0.15625,0.46875 -0.105469,0.085937 -0.230469,0.125 -0.375,0.125 H 2.21875 c 0,0.417969 0.039062,0.792969 0.125,1.125 0.082031,0.335937 0.21875,0.621094 0.40625,0.859375 0.195312,0.230469 0.445312,0.414062 0.75,0.546875 0.3125,0.125 0.695312,0.1875 1.15625,0.1875 0.351562,0 0.664062,-0.023437 0.9375,-0.078125 0.28125,-0.0625 0.519531,-0.128906 0.71875,-0.203125 0.195312,-0.070313 0.359375,-0.132813 0.484375,-0.1875 0.132813,-0.0625 0.238281,-0.09375 0.3125,-0.09375 0.03125,0 0.0625,0.011719 0.09375,0.03125 0.03125,0.011719 0.054687,0.039063 0.078125,0.078125 0.019531,0.042969 0.03125,0.101562 0.03125,0.171875 0.00781,0.0625 0.015625,0.148437 0.015625,0.25 0,0.074219 -0.00781,0.136719 -0.015625,0.1875 0,0.054687 -0.00781,0.101563 -0.015625,0.140625 -0.011719,0.042969 -0.027344,0.078125 -0.046875,0.109375 -0.011719,0.03125 -0.03125,0.0625 -0.0625,0.09375 -0.03125,0.03125 -0.125,0.085937 -0.28125,0.15625 -0.148438,0.0625 -0.339844,0.132813 -0.578125,0.203125 C 6.097656,-0.03125 5.820312,0.0234375 5.5,0.078125 5.1875,0.128906 4.851562,0.15625 4.5,0.15625 c -0.605469,0 -1.140625,-0.0859375 -1.609375,-0.25 C 2.429688,-0.269531 2.039062,-0.523438 1.71875,-0.859375 1.40625,-1.203125 1.164062,-1.625 1,-2.125 0.84375,-2.632812 0.765625,-3.226562 0.765625,-3.90625 c 0,-0.644531 0.082031,-1.222656 0.25,-1.734375 0.164063,-0.507813 0.40625,-0.941406 0.71875,-1.296875 0.3125,-0.363281 0.6875,-0.640625 1.125,-0.828125 0.445313,-0.1875 0.945313,-0.28125 1.5,-0.28125 0.582031,0 1.078125,0.09375 1.484375,0.28125 0.414062,0.1875 0.753906,0.445313 1.015625,0.765625 0.269531,0.3125 0.46875,0.683594 0.59375,1.109375 0.125,0.429687 0.1875,0.886719 0.1875,1.375 z m -1.375,-0.40625 c 0.019531,-0.71875 -0.140625,-1.28125 -0.484375,-1.6875 -0.335938,-0.414063 -0.828125,-0.625 -1.484375,-0.625 -0.335937,0 -0.632813,0.070313 -0.890625,0.203125 -0.25,0.125 -0.464844,0.292969 -0.640625,0.5 -0.167969,0.210938 -0.296875,0.453125 -0.390625,0.734375 -0.09375,0.28125 -0.148438,0.574219 -0.15625,0.875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-12" + overflow="visible"> + <path + id="path224" + d="m 6.640625,-1.34375 c 0,0.09375 -0.00781,0.179688 -0.015625,0.25 0,0.0625 -0.011719,0.121094 -0.03125,0.171875 -0.011719,0.042969 -0.027344,0.085937 -0.046875,0.125 -0.011719,0.03125 -0.054687,0.085937 -0.125,0.15625 -0.074219,0.0625 -0.195313,0.148437 -0.359375,0.25 -0.167969,0.105469 -0.355469,0.199219 -0.5625,0.28125 -0.199219,0.0859375 -0.421875,0.1445312 -0.671875,0.1875 -0.242187,0.050781 -0.492187,0.078125 -0.75,0.078125 -0.542969,0 -1.023437,-0.0898438 -1.4375,-0.265625 C 2.234375,-0.285156 1.890625,-0.539062 1.609375,-0.875 1.328125,-1.21875 1.113281,-1.632812 0.96875,-2.125 0.820312,-2.625 0.75,-3.203125 0.75,-3.859375 0.75,-4.585938 0.835938,-5.21875 1.015625,-5.75 1.191406,-6.28125 1.4375,-6.710938 1.75,-7.046875 c 0.3125,-0.332031 0.679688,-0.582031 1.109375,-0.75 0.425781,-0.164063 0.882813,-0.25 1.375,-0.25 0.238281,0 0.46875,0.027344 0.6875,0.078125 0.226563,0.042969 0.4375,0.101562 0.625,0.171875 0.1875,0.074219 0.351563,0.15625 0.5,0.25 0.144531,0.09375 0.25,0.171875 0.3125,0.234375 0.070313,0.0625 0.117187,0.117188 0.140625,0.15625 0.03125,0.042969 0.050781,0.089844 0.0625,0.140625 0.019531,0.054687 0.03125,0.117187 0.03125,0.1875 0.00781,0.0625 0.015625,0.140625 0.015625,0.234375 0,0.21875 -0.027344,0.371094 -0.078125,0.453125 -0.054688,0.085937 -0.117188,0.125 -0.1875,0.125 -0.085938,0 -0.179688,-0.039063 -0.28125,-0.125 C 5.957031,-6.234375 5.820312,-6.332031 5.65625,-6.4375 5.488281,-6.550781 5.285156,-6.65625 5.046875,-6.75 4.816406,-6.84375 4.539062,-6.890625 4.21875,-6.890625 c -0.65625,0 -1.164062,0.257813 -1.515625,0.765625 -0.355469,0.5 -0.53125,1.234375 -0.53125,2.203125 0,0.480469 0.046875,0.902344 0.140625,1.265625 0.09375,0.367188 0.226562,0.667969 0.40625,0.90625 0.175781,0.242188 0.390625,0.421875 0.640625,0.546875 0.257813,0.117187 0.554687,0.171875 0.890625,0.171875 0.3125,0 0.585938,-0.046875 0.828125,-0.140625 C 5.316406,-1.273438 5.519531,-1.382812 5.6875,-1.5 5.863281,-1.625 6.007812,-1.734375 6.125,-1.828125 6.25,-1.921875 6.347656,-1.96875 6.421875,-1.96875 c 0.03125,0 0.0625,0.011719 0.09375,0.03125 0.03125,0.023438 0.050781,0.058594 0.0625,0.109375 0.019531,0.054687 0.035156,0.121094 0.046875,0.203125 0.00781,0.074219 0.015625,0.167969 0.015625,0.28125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-13" + overflow="visible"> + <path + id="path227" + d="m 7.703125,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.648438,-0.0625 7.613281,-0.0351562 7.5625,-0.015625 7.507812,0.00390625 7.4375,0.0195312 7.34375,0.03125 7.257812,0.0390625 7.148438,0.046875 7.015625,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 6.585938,0.0195312 6.519531,0.00390625 6.46875,-0.015625 6.425781,-0.0351562 6.390625,-0.0625 6.359375,-0.09375 6.335938,-0.125 6.328125,-0.160156 6.328125,-0.203125 v -4.375 c 0,-0.425781 -0.03125,-0.769531 -0.09375,-1.03125 C 6.171875,-5.867188 6.070312,-6.09375 5.9375,-6.28125 5.8125,-6.46875 5.644531,-6.609375 5.4375,-6.703125 5.238281,-6.804688 5.007812,-6.859375 4.75,-6.859375 4.40625,-6.859375 4.0625,-6.738281 3.71875,-6.5 3.375,-6.257812 3.015625,-5.898438 2.640625,-5.421875 v 5.21875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -7.46875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.050781,-0.019531 0.113281,-0.035156 0.1875,-0.046875 0.082031,-0.00781 0.1875,-0.015625 0.3125,-0.015625 0.125,0 0.222656,0.00781 0.296875,0.015625 0.082031,0.011719 0.144531,0.027344 0.1875,0.046875 0.050781,0.023438 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 V -6.6875 C 2.925781,-7.15625 3.347656,-7.5 3.765625,-7.71875 4.179688,-7.9375 4.601562,-8.046875 5.03125,-8.046875 c 0.5,0 0.914062,0.085937 1.25,0.25 0.34375,0.167969 0.617188,0.390625 0.828125,0.671875 0.207031,0.28125 0.359375,0.617188 0.453125,1 0.09375,0.375 0.140625,0.828125 0.140625,1.359375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-14" + overflow="visible"> + <path + id="path230" + d="m 6.890625,-0.203125 c 0,0.074219 -0.023437,0.125 -0.0625,0.15625 -0.042969,0.03125 -0.105469,0.05078125 -0.1875,0.0625 -0.074219,0.0195312 -0.183594,0.03125 -0.328125,0.03125 -0.148438,0 -0.265625,-0.0117188 -0.359375,-0.03125 -0.085937,-0.01171875 -0.148437,-0.03125 -0.1875,-0.0625 -0.03125,-0.03125 -0.046875,-0.082031 -0.046875,-0.15625 v -0.75 C 5.394531,-0.597656 5.03125,-0.320312 4.625,-0.125 4.226562,0.0625 3.804688,0.15625 3.359375,0.15625 2.960938,0.15625 2.601562,0.101562 2.28125,0 1.96875,-0.101562 1.695312,-0.25 1.46875,-0.4375 1.25,-0.632812 1.078125,-0.875 0.953125,-1.15625 c -0.125,-0.28125 -0.1875,-0.597656 -0.1875,-0.953125 0,-0.425781 0.082031,-0.789063 0.25,-1.09375 C 1.191406,-3.515625 1.4375,-3.773438 1.75,-3.984375 2.070312,-4.191406 2.46875,-4.34375 2.9375,-4.4375 3.40625,-4.539062 3.925781,-4.59375 4.5,-4.59375 H 5.53125 V -5.1875 C 5.53125,-5.46875 5.5,-5.71875 5.4375,-5.9375 5.382812,-6.164062 5.289062,-6.351562 5.15625,-6.5 5.019531,-6.644531 4.84375,-6.753906 4.625,-6.828125 4.40625,-6.898438 4.140625,-6.9375 3.828125,-6.9375 c -0.335937,0 -0.636719,0.042969 -0.90625,0.125 -0.273437,0.074219 -0.511719,0.164062 -0.71875,0.265625 -0.199219,0.09375 -0.367187,0.183594 -0.5,0.265625 -0.136719,0.074219 -0.234375,0.109375 -0.296875,0.109375 -0.042969,0 -0.085938,-0.00781 -0.125,-0.03125 C 1.25,-6.222656 1.21875,-6.253906 1.1875,-6.296875 1.164062,-6.335938 1.148438,-6.394531 1.140625,-6.46875 1.128906,-6.539062 1.125,-6.617188 1.125,-6.703125 c 0,-0.132813 0.00781,-0.238281 0.03125,-0.3125 0.019531,-0.082031 0.066406,-0.160156 0.140625,-0.234375 0.070313,-0.070312 0.195313,-0.15625 0.375,-0.25 0.1875,-0.101562 0.398437,-0.191406 0.640625,-0.265625 0.238281,-0.082031 0.5,-0.148437 0.78125,-0.203125 0.28125,-0.050781 0.566406,-0.078125 0.859375,-0.078125 0.53125,0 0.984375,0.0625 1.359375,0.1875 0.382812,0.117187 0.691406,0.292969 0.921875,0.53125 0.226563,0.230469 0.394531,0.523437 0.5,0.875 0.101563,0.34375 0.15625,0.75 0.15625,1.21875 z M 5.53125,-3.609375 H 4.359375 c -0.375,0 -0.703125,0.03125 -0.984375,0.09375 -0.273438,0.0625 -0.5,0.15625 -0.6875,0.28125 -0.179688,0.125 -0.308594,0.277344 -0.390625,0.453125 -0.085937,0.167969 -0.125,0.367188 -0.125,0.59375 0,0.386719 0.117187,0.699219 0.359375,0.9375 0.25,0.230469 0.59375,0.34375 1.03125,0.34375 0.363281,0 0.695312,-0.09375 1,-0.28125 0.3125,-0.1875 0.632812,-0.46875 0.96875,-0.84375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-15" + overflow="visible"> + <path + id="path233" + d="m 2.640625,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -11.09375 c 0,-0.03906 0.00781,-0.07813 0.03125,-0.109375 0.019531,-0.03906 0.054687,-0.07031 0.109375,-0.09375 0.050781,-0.01953 0.117188,-0.03516 0.203125,-0.04687 0.09375,-0.0078 0.207031,-0.01563 0.34375,-0.01563 0.132813,0 0.242187,0.0078 0.328125,0.01563 0.09375,0.01172 0.164062,0.02734 0.21875,0.04687 0.050781,0.02344 0.085938,0.05469 0.109375,0.09375 0.019531,0.03125 0.03125,0.07031 0.03125,0.109375 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-16" + overflow="visible"> + <path + id="path236" + d="m 7.671875,-0.203125 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 7.617188,-0.0625 7.582031,-0.0351562 7.53125,-0.015625 7.488281,0.00390625 7.425781,0.0195312 7.34375,0.03125 7.257812,0.0390625 7.160156,0.046875 7.046875,0.046875 c -0.125,0 -0.230469,-0.0078125 -0.3125,-0.015625 C 6.648438,0.0195312 6.582031,0.00390625 6.53125,-0.015625 6.488281,-0.0351562 6.457031,-0.0625 6.4375,-0.09375 6.425781,-0.125 6.421875,-0.160156 6.421875,-0.203125 v -1 C 5.992188,-0.722656 5.570312,-0.375 5.15625,-0.15625 4.75,0.0507812 4.332031,0.15625 3.90625,0.15625 c -0.5,0 -0.921875,-0.0859375 -1.265625,-0.25 C 2.304688,-0.257812 2.03125,-0.484375 1.8125,-0.765625 c -0.210938,-0.289063 -0.359375,-0.625 -0.453125,-1 -0.085937,-0.375 -0.125,-0.832031 -0.125,-1.375 v -4.53125 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.0625,-0.019531 0.132813,-0.035156 0.21875,-0.046875 0.09375,-0.00781 0.207031,-0.015625 0.34375,-0.015625 0.125,0 0.226563,0.00781 0.3125,0.015625 0.09375,0.011719 0.164063,0.027344 0.21875,0.046875 0.0625,0.023438 0.101563,0.046875 0.125,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 v 4.34375 c 0,0.4375 0.03125,0.789063 0.09375,1.046875 0.0625,0.261719 0.15625,0.484375 0.28125,0.671875 0.132813,0.1875 0.300781,0.335937 0.5,0.4375 0.195313,0.105469 0.429687,0.15625 0.703125,0.15625 0.34375,0 0.679688,-0.117187 1.015625,-0.359375 0.34375,-0.25 0.707031,-0.609375 1.09375,-1.078125 v -5.21875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.0625,-0.019531 0.132813,-0.035156 0.21875,-0.046875 0.09375,-0.00781 0.207031,-0.015625 0.34375,-0.015625 0.132813,0 0.242187,0.00781 0.328125,0.015625 0.09375,0.011719 0.160156,0.027344 0.203125,0.046875 0.050781,0.023438 0.085937,0.046875 0.109375,0.078125 0.03125,0.03125 0.046875,0.074219 0.046875,0.125 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-17" + overflow="visible"> + <path + id="path239" + d="m 7.515625,-7.34375 c 0,0.199219 -0.027344,0.339844 -0.078125,0.421875 -0.054688,0.085937 -0.121094,0.125 -0.203125,0.125 H 6.15625 c 0.195312,0.210937 0.332031,0.433594 0.40625,0.671875 0.082031,0.242188 0.125,0.492188 0.125,0.75 0,0.429688 -0.074219,0.808594 -0.21875,1.140625 -0.136719,0.335937 -0.335938,0.617187 -0.59375,0.84375 -0.25,0.230469 -0.554688,0.40625 -0.90625,0.53125 -0.355469,0.117187 -0.75,0.171875 -1.1875,0.171875 -0.304688,0 -0.59375,-0.035156 -0.875,-0.109375 -0.273438,-0.082031 -0.480469,-0.1875 -0.625,-0.3125 -0.09375,0.105469 -0.179688,0.21875 -0.25,0.34375 -0.0625,0.125 -0.09375,0.273437 -0.09375,0.4375 0,0.199219 0.085938,0.359375 0.265625,0.484375 0.1875,0.125 0.429687,0.195312 0.734375,0.203125 l 1.9375,0.09375 c 0.375,0.011719 0.710938,0.0625 1.015625,0.15625 0.3125,0.085937 0.582031,0.214844 0.8125,0.390625 0.226563,0.167969 0.40625,0.375 0.53125,0.625 0.125,0.242188 0.1875,0.519531 0.1875,0.84375 0,0.34375 -0.074219,0.671875 -0.21875,0.984375 -0.136719,0.3125 -0.355469,0.582031 -0.65625,0.8125 -0.292969,0.238281 -0.667969,0.425781 -1.125,0.5625 -0.460937,0.132813 -1,0.203125 -1.625,0.203125 C 3.191406,3.03125 2.675781,2.976562 2.25,2.875 1.832031,2.769531 1.488281,2.628906 1.21875,2.453125 0.945312,2.273438 0.75,2.0625 0.625,1.8125 0.5,1.570312 0.4375,1.304688 0.4375,1.015625 0.4375,0.835938 0.457031,0.660156 0.5,0.484375 0.550781,0.316406 0.617188,0.15625 0.703125,0 0.796875,-0.15625 0.910156,-0.300781 1.046875,-0.4375 1.179688,-0.582031 1.335938,-0.722656 1.515625,-0.859375 1.242188,-1.003906 1.039062,-1.179688 0.90625,-1.390625 0.78125,-1.597656 0.71875,-1.820312 0.71875,-2.0625 c 0,-0.34375 0.066406,-0.644531 0.203125,-0.90625 C 1.066406,-3.238281 1.238281,-3.476562 1.4375,-3.6875 1.269531,-3.894531 1.132812,-4.125 1.03125,-4.375 0.9375,-4.632812 0.890625,-4.945312 0.890625,-5.3125 c 0,-0.425781 0.066406,-0.804688 0.203125,-1.140625 0.144531,-0.34375 0.34375,-0.628906 0.59375,-0.859375 0.257812,-0.226562 0.566406,-0.40625 0.921875,-0.53125 0.363281,-0.125 0.753906,-0.1875 1.171875,-0.1875 0.226562,0 0.441406,0.015625 0.640625,0.046875 0.195313,0.023437 0.378906,0.054687 0.546875,0.09375 h 2.265625 c 0.09375,0 0.160156,0.046875 0.203125,0.140625 0.050781,0.085938 0.078125,0.21875 0.078125,0.40625 z M 5.375,-5.375 c 0,-0.507812 -0.140625,-0.90625 -0.421875,-1.1875 -0.28125,-0.28125 -0.679687,-0.421875 -1.1875,-0.421875 -0.273437,0 -0.507813,0.046875 -0.703125,0.140625 -0.199219,0.085938 -0.367188,0.203125 -0.5,0.359375 -0.125,0.148437 -0.21875,0.324219 -0.28125,0.53125 -0.0625,0.199219 -0.09375,0.40625 -0.09375,0.625 0,0.5 0.140625,0.890625 0.421875,1.171875 0.28125,0.28125 0.671875,0.421875 1.171875,0.421875 0.269531,0 0.503906,-0.039063 0.703125,-0.125 0.207031,-0.09375 0.375,-0.210937 0.5,-0.359375 C 5.117188,-4.375 5.21875,-4.550781 5.28125,-4.75 5.34375,-4.945312 5.375,-5.15625 5.375,-5.375 Z M 6.0625,0.546875 C 6.0625,0.222656 5.925781,-0.0195312 5.65625,-0.1875 5.394531,-0.363281 5.039062,-0.457031 4.59375,-0.46875 L 2.671875,-0.546875 c -0.179687,0.148437 -0.324219,0.28125 -0.4375,0.40625 -0.117187,0.125 -0.210937,0.2382812 -0.28125,0.34375 C 1.890625,0.316406 1.84375,0.429688 1.8125,0.546875 1.789062,0.660156 1.78125,0.773438 1.78125,0.890625 c 0,0.351563 0.179688,0.625 0.546875,0.8125 0.363281,0.1875 0.875,0.28125 1.53125,0.28125 0.414063,0 0.765625,-0.042969 1.046875,-0.125 C 5.1875,1.785156 5.410156,1.679688 5.578125,1.546875 5.742188,1.410156 5.863281,1.253906 5.9375,1.078125 6.019531,0.910156 6.0625,0.734375 6.0625,0.546875 Z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-18" + overflow="visible"> + <path + id="path242" + d="m 8.140625,-4.0625 c 0,0.65625 -0.074219,1.246094 -0.21875,1.765625 -0.136719,0.523437 -0.34375,0.964844 -0.625,1.328125 C 7.023438,-0.613281 6.6875,-0.335938 6.28125,-0.140625 5.882812,0.0546875 5.425781,0.15625 4.90625,0.15625 4.6875,0.15625 4.484375,0.132812 4.296875,0.09375 4.109375,0.0507812 3.921875,-0.015625 3.734375,-0.109375 3.554688,-0.203125 3.378906,-0.320312 3.203125,-0.46875 3.023438,-0.613281 2.835938,-0.785156 2.640625,-0.984375 V 2.75 c 0,0.050781 -0.011719,0.09375 -0.03125,0.125 C 2.585938,2.90625 2.550781,2.929688 2.5,2.953125 2.445312,2.972656 2.375,2.988281 2.28125,3 2.195312,3.007812 2.085938,3.015625 1.953125,3.015625 1.816406,3.015625 1.703125,3.007812 1.609375,3 1.523438,2.988281 1.457031,2.972656 1.40625,2.953125 1.351562,2.929688 1.316406,2.90625 1.296875,2.875 1.273438,2.84375 1.265625,2.800781 1.265625,2.75 V -7.671875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 C 1.300781,-7.828125 1.335938,-7.851562 1.390625,-7.875 1.441406,-7.894531 1.503906,-7.910156 1.578125,-7.921875 1.660156,-7.929688 1.757812,-7.9375 1.875,-7.9375 c 0.113281,0 0.207031,0.00781 0.28125,0.015625 0.070312,0.011719 0.132812,0.027344 0.1875,0.046875 0.050781,0.023438 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 v 1 c 0.226562,-0.226563 0.445312,-0.425781 0.65625,-0.59375 0.207031,-0.175781 0.414062,-0.320313 0.625,-0.4375 0.21875,-0.113281 0.4375,-0.195313 0.65625,-0.25 0.226562,-0.0625 0.46875,-0.09375 0.71875,-0.09375 0.539062,0 1.003906,0.105469 1.390625,0.3125 0.382813,0.210937 0.695313,0.496094 0.9375,0.859375 0.238281,0.367188 0.410156,0.792969 0.515625,1.28125 0.113281,0.480469 0.171875,0.992188 0.171875,1.53125 z m -1.4375,0.15625 c 0,-0.375 -0.03125,-0.738281 -0.09375,-1.09375 C 6.554688,-5.363281 6.457031,-5.679688 6.3125,-5.953125 6.164062,-6.234375 5.972656,-6.457031 5.734375,-6.625 c -0.230469,-0.164062 -0.523437,-0.25 -0.875,-0.25 -0.179687,0 -0.355469,0.027344 -0.53125,0.078125 -0.167969,0.054687 -0.339844,0.136719 -0.515625,0.25 -0.179688,0.117187 -0.367188,0.265625 -0.5625,0.453125 -0.1875,0.1875 -0.390625,0.417969 -0.609375,0.6875 v 2.96875 c 0.375,0.460938 0.726563,0.8125 1.0625,1.0625 0.34375,0.242188 0.695313,0.359375 1.0625,0.359375 0.34375,0 0.640625,-0.082031 0.890625,-0.25 0.25,-0.164063 0.445312,-0.382813 0.59375,-0.65625 0.15625,-0.28125 0.269531,-0.59375 0.34375,-0.9375 0.070312,-0.34375 0.109375,-0.691406 0.109375,-1.046875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-19" + overflow="visible"> + <path + id="path245" + d="m 12.359375,-0.203125 c 0,0.042969 -0.01563,0.078125 -0.04687,0.109375 -0.02344,0.03125 -0.05859,0.0585938 -0.109375,0.078125 C 12.160156,0.00390625 12.09375,0.0195312 12,0.03125 c -0.08594,0.0078125 -0.195312,0.015625 -0.328125,0.015625 -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 11.242188,0.0195312 11.175781,0.00390625 11.125,-0.015625 11.070312,-0.0351562 11.03125,-0.0625 11,-0.09375 10.976562,-0.125 10.96875,-0.160156 10.96875,-0.203125 V -4.75 c 0,-0.3125 -0.02734,-0.597656 -0.07813,-0.859375 C 10.835938,-5.867188 10.75,-6.09375 10.625,-6.28125 10.5,-6.46875 10.34375,-6.609375 10.15625,-6.703125 9.96875,-6.804688 9.75,-6.859375 9.5,-6.859375 9.175781,-6.859375 8.851562,-6.738281 8.53125,-6.5 8.21875,-6.257812 7.875,-5.898438 7.5,-5.421875 v 5.21875 C 7.5,-0.160156 7.484375,-0.125 7.453125,-0.09375 7.429688,-0.0625 7.394531,-0.0351562 7.34375,-0.015625 7.289062,0.00390625 7.21875,0.0195312 7.125,0.03125 7.039062,0.0390625 6.9375,0.046875 6.8125,0.046875 6.675781,0.046875 6.5625,0.0390625 6.46875,0.03125 6.382812,0.0195312 6.316406,0.00390625 6.265625,-0.015625 6.210938,-0.0351562 6.175781,-0.0625 6.15625,-0.09375 6.132812,-0.125 6.125,-0.160156 6.125,-0.203125 V -4.75 C 6.125,-5.0625 6.09375,-5.347656 6.03125,-5.609375 5.96875,-5.867188 5.875,-6.09375 5.75,-6.28125 5.632812,-6.46875 5.484375,-6.609375 5.296875,-6.703125 c -0.1875,-0.101563 -0.40625,-0.15625 -0.65625,-0.15625 -0.3125,0 -0.632813,0.121094 -0.953125,0.359375 -0.324219,0.242188 -0.671875,0.601562 -1.046875,1.078125 v 5.21875 c 0,0.042969 -0.011719,0.078125 -0.03125,0.109375 C 2.585938,-0.0625 2.550781,-0.0351562 2.5,-0.015625 2.445312,0.00390625 2.375,0.0195312 2.28125,0.03125 2.195312,0.0390625 2.085938,0.046875 1.953125,0.046875 c -0.136719,0 -0.25,-0.0078125 -0.34375,-0.015625 C 1.523438,0.0195312 1.457031,0.00390625 1.40625,-0.015625 1.351562,-0.0351562 1.316406,-0.0625 1.296875,-0.09375 1.273438,-0.125 1.265625,-0.160156 1.265625,-0.203125 v -7.46875 c 0,-0.050781 0.00391,-0.09375 0.015625,-0.125 0.019531,-0.03125 0.054688,-0.054687 0.109375,-0.078125 0.050781,-0.019531 0.113281,-0.035156 0.1875,-0.046875 0.082031,-0.00781 0.1875,-0.015625 0.3125,-0.015625 0.125,0 0.222656,0.00781 0.296875,0.015625 0.082031,0.011719 0.144531,0.027344 0.1875,0.046875 0.050781,0.023438 0.082031,0.046875 0.09375,0.078125 0.019531,0.03125 0.03125,0.074219 0.03125,0.125 V -6.6875 C 2.925781,-7.15625 3.335938,-7.5 3.734375,-7.71875 4.128906,-7.9375 4.53125,-8.046875 4.9375,-8.046875 c 0.300781,0 0.578125,0.039063 0.828125,0.109375 0.25,0.0625 0.46875,0.164062 0.65625,0.296875 0.1875,0.125 0.34375,0.28125 0.46875,0.46875 0.132813,0.179687 0.25,0.375 0.34375,0.59375 0.25,-0.269531 0.484375,-0.5 0.703125,-0.6875 0.226562,-0.1875 0.445312,-0.335937 0.65625,-0.453125 0.207031,-0.113281 0.40625,-0.195312 0.59375,-0.25 0.195312,-0.050781 0.394531,-0.078125 0.59375,-0.078125 0.488281,0 0.894531,0.085937 1.21875,0.25 0.320312,0.167969 0.582031,0.390625 0.78125,0.671875 0.207031,0.28125 0.351562,0.617188 0.4375,1 0.09375,0.375 0.140625,0.773438 0.140625,1.1875 z m 0,0" + style="stroke:none" /> + </symbol> + <symbol + style="overflow:visible" + id="glyph4-20" + overflow="visible"> + <path + id="path248" + d="m 5.359375,-10.75 c 0,0.105469 -0.00781,0.1875 -0.015625,0.25 -0.011719,0.0625 -0.027344,0.117188 -0.046875,0.15625 -0.011719,0.04297 -0.027344,0.07031 -0.046875,0.07813 -0.023438,0.01172 -0.046875,0.01563 -0.078125,0.01563 -0.042969,0 -0.09375,-0.0078 -0.15625,-0.03125 -0.054687,-0.01953 -0.121094,-0.04687 -0.203125,-0.07813 -0.085938,-0.03125 -0.183594,-0.05469 -0.296875,-0.07813 -0.117187,-0.03125 -0.246094,-0.04687 -0.390625,-0.04687 -0.210938,0 -0.386719,0.03906 -0.53125,0.109375 -0.136719,0.0625 -0.25,0.167969 -0.34375,0.3125 C 3.164062,-9.925781 3.101562,-9.742188 3.0625,-9.515625 3.019531,-9.296875 3,-9.023438 3,-8.703125 v 0.8125 h 1.671875 c 0.039063,0 0.078125,0.011719 0.109375,0.03125 0.03125,0.011719 0.054688,0.042969 0.078125,0.09375 0.03125,0.054687 0.050781,0.117187 0.0625,0.1875 0.019531,0.0625 0.03125,0.148437 0.03125,0.25 0,0.210937 -0.027344,0.359375 -0.078125,0.453125 C 4.820312,-6.789062 4.753906,-6.75 4.671875,-6.75 H 3 v 6.546875 C 3,-0.160156 2.988281,-0.125 2.96875,-0.09375 2.945312,-0.0625 2.910156,-0.0351562 2.859375,-0.015625 2.804688,0.00390625 2.734375,0.0195312 2.640625,0.03125 2.554688,0.0390625 2.445312,0.046875 2.3125,0.046875 2.175781,0.046875 2.0625,0.0390625 1.96875,0.03125 1.882812,0.0195312 1.816406,0.00390625 1.765625,-0.015625 1.710938,-0.0351562 1.675781,-0.0625 1.65625,-0.09375 1.632812,-0.125 1.625,-0.160156 1.625,-0.203125 V -6.75 H 0.578125 C 0.484375,-6.75 0.414062,-6.789062 0.375,-6.875 0.332031,-6.96875 0.3125,-7.117188 0.3125,-7.328125 c 0,-0.101563 0.003906,-0.1875 0.015625,-0.25 0.007813,-0.070313 0.023437,-0.132813 0.046875,-0.1875 0.019531,-0.050781 0.046875,-0.082031 0.078125,-0.09375 0.03125,-0.019531 0.070313,-0.03125 0.125,-0.03125 H 1.625 v -0.78125 c 0,-0.519531 0.046875,-0.960937 0.140625,-1.328125 0.101563,-0.375 0.253906,-0.679688 0.453125,-0.921875 0.195312,-0.238281 0.445312,-0.414063 0.75,-0.53125 0.300781,-0.113281 0.65625,-0.171875 1.0625,-0.171875 0.195312,0 0.382812,0.02344 0.5625,0.0625 0.1875,0.03125 0.328125,0.07031 0.421875,0.109375 0.101563,0.04297 0.171875,0.07813 0.203125,0.109375 0.03125,0.03125 0.054688,0.07813 0.078125,0.140625 0.03125,0.05469 0.046875,0.117187 0.046875,0.1875 0.00781,0.07422 0.015625,0.164063 0.015625,0.265625 z m 0,0" + style="stroke:none" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + id="path253" + d="M 50.398438,291.35937 H 544.80078 V 591.12109 H 50.398438 Z m 0,0" /> + </clipPath> + </defs> + <g + transform="translate(-50.547879,-291.49319)" + id="surface431"> + <path + id="path258" + d="M 50.996094,590.69141 H 544.32812 v -298.75 H 50.996094 Z m 0,0" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" /> + <path + id="path260" + transform="matrix(1,0,0,-1,0,841.8)" + d="M 81.761719,335.22187 H 526.25 M 81.761719,397.60859 H 526.25 m -444.488281,62.25 H 526.25 M 81.761719,522.24922 H 526.25" + style="fill:none;stroke:#d9d9d9;stroke-width:0.86057001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path262" + transform="matrix(1,0,0,-1,0,841.8)" + d="M 131.25,522.24922 V 272.83125 m 49.33984,249.41797 V 272.83125 m 49.33203,249.41797 V 272.83125 m 49.33985,249.41797 V 272.83125 M 328.75,522.24922 V 272.83125 m 49.33984,249.41797 V 272.83125 m 49.33985,249.41797 V 272.83125 m 49.48047,249.41797 V 272.83125 M 526.25,522.24922 V 272.83125" + style="fill:none;stroke:#d9d9d9;stroke-width:0.86057001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path264" + transform="matrix(1,0,0,-1,0,841.8)" + d="M 81.804688,272.85859 V 522.24922" + style="fill:none;stroke:#bdbdbd;stroke-width:0.89643002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path266" + transform="matrix(1,0,0,-1,0,841.8)" + d="M 81.804688,272.85859 H 526.25" + style="fill:none;stroke:#bdbdbd;stroke-width:0.89643002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + <path + id="path268" + d="m 88.71875,335.12109 2.296875,2.28907 -2.296875,2.30078 -2.292969,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path270" + d="m 90.296875,335.69141 2.292969,2.29687 -2.292969,2.29297 -2.292969,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path272" + d="m 91.730469,336.26172 2.296875,2.29687 -2.296875,2.29297 -2.292969,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path274" + d="m 93.308594,355.48047 2.292968,2.30078 -2.292968,2.28906 -2.292969,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path276" + d="m 94.886719,368.25 2.292969,2.28906 -2.292969,2.30078 -2.296875,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path278" + d="m 96.464844,354.76953 2.292968,2.28906 -2.292968,2.30078 -2.296875,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path280" + d="m 98.042969,351.75 2.296871,2.30078 -2.296871,2.28906 -2.296875,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path282" + d="m 99.617188,354.76953 2.292972,2.28906 -2.292972,2.30078 -2.292969,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path284" + d="m 101.33984,353.62109 2.30079,2.28907 -2.30079,2.30078 -2.292965,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path286" + d="m 103.05859,360.64844 2.30079,2.29297 -2.30079,2.29687 -2.28906,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path288" + d="m 104.64063,361.64844 2.28906,2.30078 -2.28906,2.28906 -2.30079,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path290" + d="m 106.35938,364.08984 2.30078,2.28907 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path292" + d="m 109.94922,544.94922 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path294" + d="m 111.80859,538.92969 2.30079,2.28906 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path296" + d="m 113.53125,520.28125 2.29688,2.29687 -2.29688,2.29297 -2.29297,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path298" + d="m 115.39844,494.89844 2.29297,2.29297 -2.29297,2.29687 -2.29688,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path300" + d="m 117.26172,525.30078 2.29687,2.30078 -2.29687,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path302" + d="m 119.26953,523.44141 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path304" + d="m 121.12891,516.83984 2.30078,2.30078 -2.30078,2.28907 -2.28907,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path306" + d="m 123.14063,508.80859 2.30078,2.29297 -2.30078,2.29688 -2.28907,-2.29688 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path308" + d="m 125.01172,492.46094 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path310" + d="m 127.01172,479.55078 2.29687,2.30078 -2.29687,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path312" + d="m 129.01953,546.67187 2.30078,2.29688 -2.30078,2.29297 -2.28906,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path314" + d="m 131.17187,544.08984 2.29688,2.30078 -2.29688,2.28907 -2.29296,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path316" + d="m 133.17969,540.64844 2.30078,2.30078 -2.30078,2.28906 -2.28907,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path318" + d="m 135.32812,533.91016 2.30079,2.28906 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path320" + d="m 137.48047,524.73047 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path322" + d="m 139.64062,513.39844 2.28907,2.29297 -2.28907,2.29687 -2.30078,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path324" + d="m 141.78906,503.5 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path326" + d="m 143.94141,494.60937 2.28906,2.30079 -2.28906,2.28906 -2.30079,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path328" + d="m 146.23047,502.5 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path330" + d="m 148.39062,502.92969 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path332" + d="m 150.67969,500.92187 2.30078,2.29688 -2.30078,2.29297 -2.28907,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path334" + d="m 152.98047,496.19141 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path336" + d="m 155.26953,503.07031 2.28906,2.30078 -2.28906,2.28907 -2.28906,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path338" + d="m 157.71094,504.07812 2.28906,2.29297 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path340" + d="m 160,503.21875 2.30078,2.29297 -2.30078,2.29687 -2.28906,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path342" + d="m 162.44141,500.48828 2.29687,2.30078 -2.29687,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path344" + d="m 164.87891,497.05078 2.29296,2.28906 -2.29296,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path346" + d="m 167.32031,494.03906 2.28906,2.28906 -2.28906,2.30079 -2.30078,-2.30079 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path348" + d="m 169.76172,490.16016 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path350" + d="m 172.19141,497.05078 2.29687,2.28906 -2.29687,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path352" + d="m 174.78125,496.76172 2.28906,2.29687 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path354" + d="m 177.35937,496.03906 2.28907,2.30078 -2.28907,2.28907 -2.30078,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path356" + d="m 179.94141,494.46875 2.28906,2.29297 -2.28906,2.29687 -2.30079,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path358" + d="m 182.51953,492.60156 2.30078,2.29688 -2.30078,2.29297 -2.28906,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path360" + d="m 185.10156,489.87891 2.29688,2.29296 -2.29688,2.29688 -2.29297,-2.29688 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path362" + d="m 187.67969,486.28906 2.30078,2.30078 -2.30078,2.28907 -2.28907,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path364" + d="m 190.41016,484.28125 2.28906,2.29687 -2.28906,2.29297 -2.28907,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path366" + d="m 193.14062,479.83984 2.28907,2.28907 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path368" + d="m 195.85937,478.12109 2.30079,2.28907 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path370" + d="m 198.58984,475.10156 2.28907,2.29688 -2.28907,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path372" + d="m 201.30859,473.10156 2.30078,2.28906 -2.30078,2.30079 -2.28906,-2.30079 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path374" + d="m 204.03906,471.51953 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path376" + d="m 206.89844,469.37109 2.30078,2.28907 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path378" + d="m 209.76953,473.53125 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path380" + d="m 212.64062,472.94922 2.30079,2.30078 -2.30079,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path382" + d="m 215.51172,471.94922 2.29687,2.28906 -2.29687,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path384" + d="m 218.37891,470.23047 2.29296,2.28906 -2.29296,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path386" + d="m 221.39062,467.35937 2.30079,2.28907 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path388" + d="m 224.26172,464.62891 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path390" + d="m 227.26953,462.76953 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path392" + d="m 230.28125,460.46875 2.29687,2.30078 -2.29687,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path394" + d="m 233.30078,459.46875 2.28906,2.30078 -2.28906,2.28906 L 231,461.76953 Z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path396" + d="m 236.44922,458.03906 2.30078,2.28906 -2.30078,2.30079 -2.28906,-2.30079 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path398" + d="m 239.46094,461.48047 2.30078,2.28906 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path400" + d="m 242.62109,460.89844 2.28907,2.30078 -2.28907,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path402" + d="m 245.76953,497.62109 2.30078,2.30078 -2.30078,2.28907 -2.28906,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path404" + d="m 248.92969,497.19141 2.28906,2.29687 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path406" + d="m 252.07812,497.05078 2.30079,2.28906 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path408" + d="m 255.37891,496.32812 2.30078,2.30079 -2.30078,2.29296 -2.28907,-2.29296 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path410" + d="m 258.53906,495.76172 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path412" + d="m 261.83984,493.75 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path414" + d="m 265.14062,504.64844 2.28907,2.30078 -2.28907,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path416" + d="m 268.44141,504.21875 2.28906,2.29297 -2.28906,2.29687 -2.30079,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path418" + d="m 271.73047,503.64844 2.30078,2.29297 -2.30078,2.29687 -2.28906,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path420" + d="m 275.03125,502.5 2.29687,2.28906 -2.29687,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path422" + d="m 278.48047,500.35156 2.28906,2.28906 -2.28906,2.30079 -2.30078,-2.30079 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path424" + d="m 281.92187,497.91016 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path426" + d="m 285.35937,496.19141 2.28907,2.28906 -2.28907,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path428" + d="m 288.80078,507.51953 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path430" + d="m 292.23828,506.80078 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path432" + d="m 295.69141,506.23047 2.28906,2.28906 -2.28906,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path434" + d="m 299.26953,504.94141 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path436" + d="m 302.85937,502.92969 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path438" + d="m 306.44141,501.92969 2.29687,2.28906 -2.29687,2.29297 -2.29297,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path440" + d="m 310.03125,501.78125 2.28906,2.29687 -2.28906,2.29297 -2.29297,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path442" + d="m 313.62109,501.48828 2.28907,2.30078 -2.28907,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path444" + d="m 317.33984,500.62891 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path446" + d="m 320.92969,499.48828 2.30078,2.29297 -2.30078,2.29687 -2.28907,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path448" + d="m 324.66016,497.48047 2.28906,2.28906 -2.28906,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path450" + d="m 328.39062,495.32812 2.28907,2.29297 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path452" + d="m 332.12109,511.67969 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path454" + d="m 335.98828,511.25 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path456" + d="m 339.71875,510.96094 2.29297,2.30078 -2.29297,2.28906 -2.29688,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path458" + d="m 343.58984,509.96094 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path460" + d="m 347.46094,508.80859 2.30078,2.29297 -2.30078,2.29688 -2.28907,-2.29688 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path462" + d="m 351.33984,507.37891 2.28907,2.29296 -2.28907,2.29688 -2.30078,-2.29688 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path464" + d="m 355.21094,505.64844 2.28906,2.30078 -2.28906,2.28906 -2.28907,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path466" + d="m 359.07812,503.64844 2.30079,2.29297 -2.30079,2.29687 -2.28906,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path468" + d="m 363.10156,510.82031 2.28906,2.28906 -2.28906,2.30079 -2.30078,-2.30079 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path470" + d="m 367.10937,510.39062 2.30079,2.28907 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path472" + d="m 371.12891,510.10156 2.30078,2.29688 -2.30078,2.29297 -2.28907,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path474" + d="m 375.14844,509.37891 2.29297,2.30078 -2.29297,2.28906 -2.29688,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path476" + d="m 379.16016,508.23828 2.30078,2.29297 -2.30078,2.29687 -2.28907,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path478" + d="m 383.17969,506.94922 2.28906,2.28906 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path480" + d="m 387.33984,504.94141 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path482" + d="m 391.5,503.78906 2.28906,2.28906 -2.28906,2.30079 -2.30078,-2.30079 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path484" + d="m 395.66016,502.21094 2.28906,2.30078 -2.28906,2.28906 -2.30079,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path486" + d="m 399.82031,500.62891 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path488" + d="m 403.98047,499.19922 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path490" + d="m 408.14062,497.76953 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path492" + d="m 412.44141,496.32812 2.28906,2.30079 -2.28906,2.29296 -2.30079,-2.29296 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path494" + d="m 416.73828,495.03906 2.30078,2.30078 -2.30078,2.28907 -2.28906,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path496" + d="m 421.03906,511.10156 2.30078,2.29688 -2.30078,2.29297 -2.28906,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path498" + d="m 425.35156,510.67187 2.28906,2.29688 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path500" + d="m 429.64844,510.39062 2.29297,2.28907 -2.29297,2.30078 -2.29688,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path502" + d="m 434.10156,509.67187 2.28906,2.29688 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path504" + d="m 438.39844,508.80859 2.29297,2.29297 -2.29297,2.29688 -2.29688,-2.29688 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path506" + d="m 442.85156,507.37891 2.28906,2.29296 -2.28906,2.29688 -2.30078,-2.29688 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path508" + d="m 447.28906,526.16016 2.30078,2.30078 L 447.28906,530.75 445,528.46094 Z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path510" + d="m 451.73828,525.58984 2.29297,2.30078 -2.29297,2.28907 -2.29687,-2.28907 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path512" + d="m 456.17969,525.30078 2.30078,2.30078 -2.30078,2.28906 -2.28907,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path514" + d="m 460.76953,524.73047 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path516" + d="m 465.35937,523.73047 2.30079,2.28906 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path518" + d="m 469.94922,522.44141 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path520" + d="m 474.53906,521.14062 2.30078,2.30079 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path522" + d="m 479.12891,519.85156 2.30078,2.29688 -2.30078,2.29297 -2.28907,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path524" + d="m 483.71875,518.42187 2.30078,2.28907 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path526" + d="m 488.46094,516.98828 2.28906,2.29297 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path528" + d="m 493.05078,515.98047 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path530" + d="m 497.78125,514.39844 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path532" + d="m 502.51172,513.39844 2.29687,2.29297 -2.29687,2.29687 -2.29297,-2.29687 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path534" + d="m 507.23828,512.25 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path536" + d="m 512.12109,511.10156 2.30078,2.29688 -2.30078,2.29297 -2.29297,-2.29297 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path538" + d="m 516.85156,509.96094 2.29688,2.28906 -2.29688,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path540" + d="m 521.73047,508.67187 2.30078,2.28907 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path542" + d="m 88.71875,335.82812 2.296875,2.30079 -2.296875,2.29296 -2.292969,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path544" + d="m 90.296875,335.69141 2.292969,2.29687 -2.292969,2.29297 -2.292969,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path546" + d="m 91.730469,336.26172 2.296875,2.29687 -2.296875,2.29297 -2.292969,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path548" + d="m 93.308594,353.91016 2.292968,2.28906 -2.292968,2.30078 -2.292969,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path550" + d="m 94.886719,360.35937 2.292969,2.30079 -2.292969,2.28906 -2.296875,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path552" + d="m 96.464844,354.76953 2.292968,2.28906 -2.292968,2.30078 -2.296875,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path554" + d="m 98.042969,351.75 2.296871,2.30078 -2.296871,2.28906 -2.296875,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path556" + d="m 99.617188,354.76953 2.292972,2.28906 -2.292972,2.30078 -2.292969,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path558" + d="m 101.33984,353.48047 2.30079,2.28906 -2.30079,2.30078 -2.292965,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path560" + d="m 103.05859,361.64844 2.30079,2.30078 -2.30079,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path562" + d="m 104.64063,363.23047 2.28906,2.28906 -2.28906,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path564" + d="m 106.35938,363.37109 2.30078,2.30078 -2.30078,2.28907 -2.28907,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path566" + d="m 108.23047,465.35156 2.28906,2.29688 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path568" + d="m 109.94922,448.85937 2.28906,2.28907 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path570" + d="M 111.80859,447.71094 114.10938,450 111.80859,452.30078 109.51953,450 Z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path572" + d="m 113.53125,442.98047 2.29688,2.28906 -2.29688,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path574" + d="m 115.39844,431.21094 2.29297,2.30078 -2.29297,2.28906 -2.29688,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path576" + d="m 117.26172,445.83984 2.29687,2.30078 -2.29687,2.28907 -2.29297,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path578" + d="m 119.26953,444.83984 2.28906,2.30078 -2.28906,2.28907 -2.30078,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path580" + d="m 121.12891,444.69922 2.30078,2.28906 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path582" + d="m 123.14063,441.53906 2.30078,2.30078 -2.30078,2.28907 -2.28907,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path584" + d="m 125.01172,434.80078 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path586" + d="m 127.01172,427.05859 2.29687,2.29297 -2.29687,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path588" + d="m 129.01953,458.89844 2.30078,2.29297 -2.30078,2.29687 -2.28906,-2.29687 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path590" + d="m 131.17187,458.17969 2.29688,2.28906 -2.29688,2.30078 -2.29296,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path592" + d="m 133.17969,458.17969 2.30078,2.28906 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path594" + d="m 135.32812,455.73828 2.30079,2.30078 -2.30079,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path596" + d="m 137.48047,451.44141 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path598" + d="m 139.64062,445.83984 2.28907,2.30078 -2.28907,2.28907 -2.30078,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path600" + d="m 141.78906,439.96094 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path602" + d="m 143.94141,436.08984 2.28906,2.30078 -2.28906,2.28907 -2.30079,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path604" + d="m 146.23047,439.96094 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path606" + d="m 148.39062,440.10937 2.28907,2.28907 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path608" + d="m 150.67969,440.10937 2.30078,2.28907 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path610" + d="m 152.98047,438.67187 2.28906,2.29688 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path612" + d="m 155.26953,443.98047 2.28906,2.28906 -2.28906,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path614" + d="m 157.71094,443.98047 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path616" + d="m 160,443.98047 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path618" + d="m 162.44141,443.55078 2.29687,2.28906 -2.29687,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path620" + d="m 164.87891,442.69141 2.29296,2.28906 -2.29296,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path622" + d="m 167.32031,441.10937 2.28906,2.30079 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path624" + d="m 169.76172,439.10156 2.28906,2.29688 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path626" + d="m 172.19141,443.69141 2.29687,2.29687 -2.29687,2.29297 -2.29297,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path628" + d="m 174.78125,443.41016 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path630" + d="m 177.35937,443.41016 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path632" + d="m 179.94141,443.12109 2.28906,2.28907 -2.28906,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path634" + d="m 182.51953,442.39844 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path636" + d="m 185.10156,441.25 2.29688,2.30078 -2.29688,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path638" + d="m 187.67969,439.96094 2.30078,2.30078 -2.30078,2.28906 -2.28907,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path640" + d="m 190.41016,438.53125 2.28906,2.28906 -2.28906,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path642" + d="m 193.14062,437.10156 2.28907,2.28906 -2.28907,2.28907 -2.30078,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path644" + d="m 195.85937,435.66016 2.30079,2.30078 -2.30079,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path646" + d="m 198.58984,434.37109 2.28907,2.28907 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path648" + d="m 201.30859,433.21875 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path650" + d="m 204.03906,432.21875 2.28906,2.29297 -2.28906,2.29687 -2.30078,-2.29687 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path652" + d="m 206.89844,431.35937 2.30078,2.28907 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path654" + d="m 209.76953,433.21875 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path656" + d="m 212.64062,432.94141 2.30079,2.28906 -2.30079,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path658" + d="m 215.51172,432.94141 2.29687,2.28906 -2.29687,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path660" + d="m 218.37891,432.07812 2.29296,2.29297 -2.29296,2.28907 -2.30079,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path662" + d="m 221.39062,430.78125 2.30079,2.29687 -2.30079,2.29297 -2.28906,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path664" + d="m 224.26172,429.64062 2.28906,2.28907 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path666" + d="m 227.26953,428.48828 2.30078,2.29297 -2.30078,2.29687 -2.28906,-2.29687 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path668" + d="m 230.28125,427.48828 2.29687,2.29297 -2.29687,2.29687 -2.29297,-2.29687 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path670" + d="m 233.30078,426.62109 2.28906,2.30078 -2.28906,2.28907 L 231,428.92187 Z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path672" + d="m 236.44922,425.76172 2.30078,2.29687 -2.30078,2.29297 -2.28906,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path674" + d="m 239.46094,427.62891 2.30078,2.29296 -2.30078,2.29688 -2.28907,-2.29688 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path676" + d="m 242.62109,427.48828 2.28907,2.29297 -2.28907,2.29687 -2.30078,-2.29687 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path678" + d="m 245.76953,452.01172 2.30078,2.29687 -2.30078,2.29297 -2.28906,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path680" + d="m 248.92969,451.57812 2.28906,2.30079 -2.28906,2.29296 -2.30078,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path682" + d="m 252.07812,451.57812 2.30079,2.30079 -2.30079,2.29296 -2.28906,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path684" + d="m 255.37891,451.57812 2.30078,2.30079 -2.30078,2.29296 -2.28907,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path686" + d="m 258.53906,451.44141 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path688" + d="m 261.83984,450.28906 2.28907,2.30078 -2.28907,2.28907 -2.30078,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path690" + d="m 265.14062,454.73828 2.28907,2.29297 -2.28907,2.29687 -2.30078,-2.29687 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path692" + d="m 268.44141,454.30859 2.28906,2.29297 -2.28906,2.29688 -2.30079,-2.29688 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path694" + d="m 271.73047,454.30859 2.30078,2.29297 -2.30078,2.29688 -2.28906,-2.29688 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path696" + d="m 275.03125,453.73047 2.29687,2.30078 -2.29687,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path698" + d="m 278.48047,452.58984 2.28906,2.28907 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path700" + d="m 281.92187,451.57812 2.28907,2.30079 -2.28907,2.29296 -2.30078,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path702" + d="m 285.35937,450.42969 2.28907,2.30078 -2.28907,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path704" + d="m 288.80078,455.01953 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path706" + d="m 292.23828,454.87891 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path708" + d="m 295.69141,454.87891 2.28906,2.30078 -2.28906,2.28906 -2.30079,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path710" + d="m 299.26953,454.30859 2.30078,2.29297 -2.30078,2.29688 -2.28906,-2.29688 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path712" + d="m 302.85937,453.30078 2.28907,2.30078 -2.28907,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path714" + d="m 306.44141,452.58984 2.29687,2.28907 -2.29687,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path716" + d="m 310.03125,452.73047 2.28906,2.28906 -2.28906,2.30078 -2.29297,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path718" + d="m 313.62109,452.73047 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path720" + d="m 317.33984,452.44141 2.30078,2.29687 -2.30078,2.29297 -2.28906,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path722" + d="m 320.92969,451.87109 2.30078,2.28907 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path724" + d="m 324.66016,450.85937 2.28906,2.30079 -2.28906,2.28906 -2.30079,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path726" + d="m 328.39062,449.85937 2.28907,2.30079 -2.28907,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path728" + d="m 332.12109,458.17969 2.28907,2.28906 -2.28907,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path730" + d="m 335.98828,458.03906 2.30078,2.28906 -2.30078,2.30079 -2.28906,-2.30079 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path732" + d="m 339.71875,458.03906 2.29297,2.28906 -2.29297,2.30079 -2.29688,-2.30079 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path734" + d="m 343.58984,457.75 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path736" + d="m 347.46094,457.17969 2.30078,2.28906 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path738" + d="m 351.33984,456.30859 2.28907,2.30078 -2.28907,2.28907 -2.30078,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path740" + d="M 355.21094,455.44922 357.5,457.75 l -2.28906,2.28906 -2.28907,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path742" + d="m 359.07812,454.58984 2.30079,2.30078 -2.30079,2.28907 -2.28906,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path744" + d="m 363.10156,457.89062 2.28906,2.30079 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path746" + d="m 367.10937,457.89062 2.30079,2.30079 -2.30079,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path748" + d="m 371.12891,457.89062 2.30078,2.30079 -2.30078,2.28906 -2.28907,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path750" + d="m 375.14844,457.75 2.29297,2.28906 -2.29297,2.30078 -2.29688,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path752" + d="m 379.16016,457.17969 2.30078,2.28906 -2.30078,2.30078 -2.28907,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path754" + d="m 383.17969,456.46094 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path756" + d="m 387.33984,455.73828 2.28907,2.30078 -2.28907,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path758" + d="m 391.5,454.87891 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path760" + d="m 395.66016,454.01953 2.28906,2.28906 -2.28906,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path762" + d="m 399.82031,453.30078 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path764" + d="m 403.98047,452.44141 2.28906,2.29687 -2.28906,2.29297 -2.30078,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path766" + d="m 408.14062,451.73047 2.28907,2.28906 -2.28907,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path768" + d="m 412.44141,451.01172 2.28906,2.28906 -2.28906,2.30078 -2.30079,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path770" + d="m 416.73828,450.28906 2.30078,2.30078 -2.30078,2.28907 -2.28906,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path772" + d="m 421.03906,458.17969 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path774" + d="m 425.35156,458.17969 2.28906,2.28906 -2.28906,2.30078 -2.30078,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path776" + d="m 429.64844,458.17969 2.29297,2.28906 -2.29297,2.30078 -2.29688,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path778" + d="m 434.10156,457.89062 2.28906,2.30079 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path780" + d="m 438.39844,457.46094 2.29297,2.30078 -2.29297,2.28906 -2.29688,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path782" + d="m 442.85156,456.75 2.28906,2.28906 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path784" + d="m 447.28906,466.92969 2.30078,2.28906 -2.30078,2.30078 L 445,469.21875 Z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path786" + d="m 451.73828,466.78906 2.29297,2.28906 -2.29297,2.29297 -2.29687,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path788" + d="m 456.17969,466.78906 2.30078,2.28906 -2.30078,2.29297 -2.28907,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path790" + d="m 460.76953,466.64062 2.30078,2.30079 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path792" + d="m 465.35937,466.21094 2.30079,2.30078 -2.30079,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path794" + d="m 469.94922,465.48828 2.30078,2.30078 -2.30078,2.28906 -2.28906,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path796" + d="m 474.53906,464.78125 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path798" + d="m 479.12891,464.05859 2.30078,2.29297 -2.30078,2.29688 -2.28907,-2.29688 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path800" + d="m 483.71875,463.19922 2.30078,2.28906 -2.30078,2.30078 -2.28906,-2.30078 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path802" + d="m 488.46094,462.48047 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path804" + d="m 493.05078,462.05078 2.28906,2.30078 -2.28906,2.28906 -2.30078,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path806" + d="m 497.78125,461.32812 2.28906,2.30079 -2.28906,2.29296 -2.30078,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path808" + d="m 502.51172,460.76172 2.29687,2.29687 -2.29687,2.29297 -2.29297,-2.29297 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path810" + d="m 507.23828,460.32812 2.30078,2.30079 -2.30078,2.29296 -2.28906,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path812" + d="m 512.12109,459.60937 2.30078,2.30079 -2.30078,2.28906 -2.29297,-2.28906 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path814" + d="m 516.85156,459.03906 2.29688,2.28906 -2.29688,2.30079 -2.29297,-2.30079 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path816" + d="m 521.73047,458.32031 2.30078,2.30078 -2.30078,2.28907 -2.28906,-2.28907 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path818" + d="m 86.136719,339.85156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path820" + d="m 90.582031,339.28125 h 2.4375 v -2.44141 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path822" + d="m 92.160156,339.85156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path824" + d="m 93.738281,358.21094 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path826" + d="m 95.316406,353.91016 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path828" + d="m 96.894531,346.01953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path830" + d="m 98.472656,355.33984 h 2.437504 v -2.4375 h -2.437504 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path832" + d="m 100.19141,352.19141 h 2.4375 V 349.75 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path834" + d="m 101.91016,357.21094 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path836" + d="m 103.48828,364.80859 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path838" + d="m 105.21094,366.10156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path840" + d="m 107.07813,367.39062 h 2.4414 v -2.4375 h -2.4414 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path842" + d="m 108.80078,448.14062 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path844" + d="m 110.66016,410.85156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path846" + d="m 112.37891,391.19922 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path848" + d="m 114.25,371.39844 h 2.4375 v -2.4375 H 114.25 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path850" + d="m 116.10938,466.64062 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path852" + d="m 118.12109,430.21094 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path854" + d="m 119.98828,410.12891 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path856" + d="m 121.98828,393.92187 h 2.44141 v -2.4414 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path858" + d="m 123.85938,383.30859 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path860" + d="m 125.87109,377 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path862" + d="m 127.87109,456.89062 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path864" + d="m 130.03125,441.67969 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path866" + d="m 132.03125,419.60156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path868" + d="m 134.19141,402.23828 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path870" + d="m 136.33984,390.48047 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path872" + d="m 138.48828,383.73828 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path874" + d="m 140.64062,380.14844 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path876" + d="m 142.78906,378.57812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path878" + d="m 145.08984,468.94141 h 2.4375 V 466.5 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path880" + d="m 147.23828,426.62109 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path882" + d="m 149.53125,410.69922 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path884" + d="m 151.82812,397.64844 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path886" + d="m 154.12109,470.94141 h 2.4375 V 468.5 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path888" + d="M 156.55859,437.37891 H 159 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path890" + d="m 158.85937,424.32812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path892" + d="m 161.28906,413.57031 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path894" + d="m 163.73047,406.26172 h 2.4375 v -2.44141 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path896" + d="m 166.17187,402.10156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path898" + d="m 168.60937,399.80078 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path900" + d="m 171.05078,468.21875 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path902" + d="m 173.62891,436.94922 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path904" + d="m 176.21094,424.46875 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path906" + d="m 178.78906,414.57812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path908" + d="m 181.37109,407.98047 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path910" + d="m 183.96094,404.10937 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path912" + d="m 186.53906,401.96094 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path914" + d="m 189.26172,400.94922 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path916" + d="m 191.98828,400.37891 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path918" + d="m 194.71094,400.08984 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path920" + d="m 197.44141,399.94922 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path922" + d="m 200.16016,378.57812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path924" + d="m 202.89062,378.57812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path926" + d="m 205.76172,378.57812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path928" + d="m 208.62891,453.87891 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path930" + d="m 211.48828,417.73047 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path932" + d="m 214.35937,404.53906 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path934" + d="m 217.23047,394.07031 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path936" + d="m 220.23828,387.03906 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path938" + d="m 223.10937,382.87891 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path940" + d="m 226.12109,380.73047 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path942" + d="m 229.14062,379.57812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path944" + d="m 232.14844,379.01172 h 2.4414 v -2.44141 h -2.4414 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path946" + d="m 235.30078,378.85937 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path948" + d="m 238.32031,445.41016 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path950" + d="m 241.46875,413.42969 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path952" + d="m 244.62891,447.85156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path954" + d="m 247.78125,445.98828 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path956" + d="m 250.94141,434.94141 h 2.4375 V 432.5 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path958" + d="m 254.23828,426.33984 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path960" + d="m 257.39062,389.76172 h 2.4375 v -2.44141 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path962" + d="m 260.69141,384.60156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path964" + d="m 263.98828,475.67969 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path966" + d="m 267.28906,433.94141 h 2.4375 V 431.5 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path968" + d="m 270.58984,417.30078 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path970" + d="m 273.89062,404.25 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path972" + d="m 277.32812,395.35937 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path974" + d="m 280.76953,390.19141 h 2.4375 V 387.75 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path976" + d="m 284.21094,387.46875 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path978" + d="m 287.64844,476.82812 h 2.4414 v -2.4375 h -2.4414 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path980" + d="m 291.10156,436.08984 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path982" + d="m 294.53906,419.73828 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path984" + d="m 298.12891,406.82812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path986" + d="m 301.71094,398.07812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path988" + d="m 305.30078,481.69922 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path990" + d="m 308.87891,439.53125 h 2.4375 v -2.44141 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path992" + d="m 312.46875,425.62109 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path994" + d="m 316.19922,414.57812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path996" + d="m 319.78125,407.12109 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path998" + d="m 323.51172,402.82031 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1000" + d="m 327.23828,400.51953 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1002" + d="m 330.96875,476.25 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1004" + d="m 334.83984,444.55078 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1006" + d="m 338.57031,429.78125 h 2.4375 v -2.44141 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1008" + d="m 342.44141,418.01953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1010" + d="m 346.32031,410.12891 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1012" + d="m 350.19141,405.53906 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1014" + d="M 354.05859,403.10156 H 356.5 v -2.4414 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1016" + d="m 357.94141,401.80859 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1018" + d="m 361.94922,482.71094 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1020" + d="m 365.96875,444.83984 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1022" + d="m 369.98047,430.5 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1024" + d="m 374,418.87891 h 2.4375 v -2.4375 H 374 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1026" + d="m 378.01953,411.28125 h 2.4375 v -2.44141 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1028" + d="m 382.03125,406.69141 h 2.4375 V 404.25 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1030" + d="m 386.19141,404.25 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1032" + d="m 390.35156,403.10156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1034" + d="m 394.51172,402.39062 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1036" + d="m 398.67187,402.10156 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1038" + d="m 402.82812,401.96094 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1040" + d="m 406.98828,401.80859 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1042" + d="m 411.28906,400.51953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1044" + d="m 415.58984,400.51953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1046" + d="m 419.89844,476.25 h 2.4414 v -2.4375 h -2.4414 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1048" + d="m 424.19922,444.41016 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1050" + d="m 428.5,429.64062 h 2.4375 v -2.4375 H 428.5 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1052" + d="m 432.94922,418.01953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1054" + d="m 437.25,410.12891 h 2.4375 v -2.4375 H 437.25 Z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1056" + d="m 441.69922,405.53906 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1058" + d="m 446.14062,485.71875 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1060" + d="m 450.58984,452.87109 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1062" + d="m 455.03906,436.94922 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1064" + d="m 459.62891,424.32812 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1066" + d="m 464.21875,416.01172 h 2.44141 v -2.44141 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1068" + d="M 468.80859,410.98828 H 471.25 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1070" + d="m 473.39844,408.41016 h 2.4414 v -2.4375 h -2.4414 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1072" + d="m 477.98828,406.98047 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1074" + d="m 482.57812,406.26172 h 2.44141 v -2.44141 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1076" + d="M 487.30859,400.80859 H 489.75 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1078" + d="m 491.89844,400.66016 h 2.4414 v -2.4375 h -2.4414 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1080" + d="m 496.62891,400.51953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1082" + d="m 501.35937,400.51953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1084" + d="m 506.10156,400.51953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1086" + d="m 510.96875,400.51953 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1088" + d="m 515.71094,400.51953 h 2.4375 v -2.4375 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1090" + d="m 520.57812,400.51953 h 2.44141 v -2.4375 h -2.44141 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1092" + d="m 90.011719,337.05078 c 0,0.67969 -0.546875,1.21875 -1.222657,1.21875 -0.671874,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.546876,-1.22266 1.21875,-1.22266 0.675782,0 1.222657,0.55079 1.222657,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1094" + d="m 91.585938,337.76953 c 0,0.67188 -0.542969,1.21875 -1.21875,1.21875 -0.671876,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.66797 0.546874,-1.21875 1.21875,-1.21875 0.675781,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1096" + d="m 93.023438,338.62891 c 0,0.67187 -0.546876,1.22265 -1.21875,1.22265 -0.675782,0 -1.222657,-0.55078 -1.222657,-1.22265 0,-0.66797 0.546875,-1.21875 1.222657,-1.21875 0.671874,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1098" + d="m 94.597656,353.69141 c 0,0.66796 -0.542968,1.21875 -1.21875,1.21875 -0.671875,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67188 0.546875,-1.22266 1.21875,-1.22266 0.675782,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1100" + d="m 96.175781,359.85937 c 0,0.67188 -0.542969,1.21875 -1.21875,1.21875 -0.671875,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.66796 0.546875,-1.21875 1.21875,-1.21875 0.675781,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1102" + d="m 97.753906,357.12891 c 0,0.67968 -0.542968,1.22265 -1.21875,1.22265 -0.671875,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.546875,-1.21875 1.21875,-1.21875 0.675782,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1104" + d="m 99.332031,353.82812 c 0,0.6836 -0.546875,1.22266 -1.21875,1.22266 -0.671875,0 -1.21875,-0.53906 -1.21875,-1.22266 0,-0.66796 0.546875,-1.20703 1.21875,-1.20703 0.671875,0 1.21875,0.53907 1.21875,1.20703 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1106" + d="m 100.91016,357.12891 c 0,0.67968 -0.55078,1.22265 -1.218754,1.22265 -0.671875,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.546875,-1.21875 1.21875,-1.21875 0.667974,0 1.218754,0.55078 1.218754,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1108" + d="m 102.62891,355.69922 c 0,0.67187 -0.53907,1.22265 -1.21875,1.22265 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.67968,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1110" + d="m 104.35156,362.87109 c 0,0.66797 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.55078,-1.22265 1.21875,-1.22265 0.67968,0 1.22265,0.55078 1.22265,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1112" + d="m 105.92969,362.73047 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1114" + d="m 107.64844,365.73828 c 0,0.67188 -0.53906,1.22266 -1.21875,1.22266 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1116" + d="m 109.51953,467.71875 c 0,0.67187 -0.55078,1.22266 -1.21875,1.22266 -0.67969,0 -1.22265,-0.55079 -1.22265,-1.22266 0,-0.67969 0.54296,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1118" + d="m 111.23828,451.21875 c 0,0.67969 -0.54687,1.22266 -1.21875,1.22266 -0.67969,0 -1.21875,-0.54297 -1.21875,-1.22266 0,-0.66797 0.53906,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1120" + d="m 113.10156,449.92969 c 0,0.67968 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.53907 -1.21875,-1.21875 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67968,0 1.22265,0.55078 1.22265,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1122" + d="m 114.82031,445.33984 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.67187,0 -1.22265,-0.53906 -1.22265,-1.21875 0,-0.66797 0.55078,-1.21875 1.22265,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1124" + d="m 116.69141,433.57812 c 0,0.67188 -0.55078,1.22266 -1.22266,1.22266 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66796 0.55078,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.55079 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1126" + d="m 118.55078,448.21094 c 0,0.66797 -0.53906,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67188 0.55078,-1.22266 1.21875,-1.22266 0.68359,0 1.22265,0.55078 1.22265,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1128" + d="m 120.55859,447.21094 c 0,0.66797 -0.54687,1.21875 -1.21875,1.21875 -0.66796,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.55079,-1.22266 1.21875,-1.22266 0.67188,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1130" + d="m 122.42188,447.05859 c 0,0.67969 -0.54297,1.22266 -1.21094,1.22266 -0.67969,0 -1.22266,-0.54297 -1.22266,-1.22266 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21094,0.55078 1.21094,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1132" + d="m 124.42969,443.76172 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67188 0.55078,-1.21094 1.22266,-1.21094 0.67969,0 1.21875,0.53906 1.21875,1.21094 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1134" + d="m 126.30078,437.17187 c 0,0.66797 -0.55078,1.21875 -1.22265,1.21875 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.68359 0.53906,-1.22265 1.21875,-1.22265 0.67187,0 1.22265,0.53906 1.22265,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1136" + d="m 128.30859,429.42187 c 0,0.67969 -0.54687,1.21875 -1.21875,1.21875 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.53907,-1.22265 1.21875,-1.22265 0.67188,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1138" + d="m 130.30859,461.26172 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.55078,-1.22266 1.21875,-1.22266 0.67969,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1140" + d="m 132.46094,460.55078 c 0,0.66797 -0.53907,1.21875 -1.21094,1.21875 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.53906,-1.22266 1.21875,-1.22266 0.67187,0 1.21094,0.54297 1.21094,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1142" + d="m 134.46875,460.55078 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.54687,-1.22266 1.21875,-1.22266 0.67969,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1144" + d="m 136.62109,458.10937 c 0,0.67188 -0.54297,1.21875 -1.21093,1.21875 -0.67969,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.67968 0.53906,-1.21875 1.21875,-1.21875 0.66796,0 1.21093,0.53907 1.21093,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1146" + d="m 138.78125,453.80078 c 0,0.67969 -0.55078,1.21875 -1.22266,1.21875 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.53907,-1.21094 1.21875,-1.21094 0.67188,0 1.22266,0.53907 1.22266,1.21094 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1148" + d="m 140.92969,448.21094 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67188 0.54297,-1.22266 1.22266,-1.22266 0.66797,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1150" + d="m 143.07812,442.32812 c 0,0.67188 -0.54687,1.22266 -1.21875,1.22266 -0.66796,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66796 0.55079,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1152" + d="m 145.23047,438.46094 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.55078,-1.22266 1.22266,-1.22266 0.66797,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1154" + d="m 147.51953,442.19141 c 0,0.66796 -0.53906,1.21875 -1.21094,1.21875 -0.67968,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67969 0.53907,-1.22266 1.21875,-1.22266 0.67188,0 1.21094,0.54297 1.21094,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1156" + d="m 149.67969,442.46875 c 0,0.67969 -0.55078,1.22266 -1.21875,1.22266 -0.67969,0 -1.22266,-0.54297 -1.22266,-1.22266 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1158" + d="m 151.96875,442.46875 c 0,0.67969 -0.53906,1.22266 -1.21875,1.22266 -0.67188,0 -1.21875,-0.54297 -1.21875,-1.22266 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1160" + d="m 154.26953,440.89844 c 0,0.67187 -0.55078,1.22265 -1.21875,1.22265 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.67969 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1162" + d="m 156.55859,446.35156 c 0,0.66797 -0.54687,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.55078,-1.22265 1.21875,-1.22265 0.67188,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1164" + d="m 159,446.35156 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.55078,-1.22265 1.22266,-1.22265 0.66797,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1166" + d="m 161.28906,446.35156 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.67187,0 -1.21094,-0.55078 -1.21094,-1.21875 0,-0.67969 0.53907,-1.22265 1.21094,-1.22265 0.67969,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1168" + d="m 163.73047,445.92187 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.68359 0.55078,-1.22265 1.22266,-1.22265 0.67969,0 1.21875,0.53906 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1170" + d="m 166.17187,445.05859 c 0,0.67188 -0.55078,1.21094 -1.22265,1.21094 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21094 0,-0.67968 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.22265,0.53907 1.22265,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1172" + d="m 168.60937,443.48047 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67187,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.54688,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1174" + d="m 171.05078,441.46875 c 0,0.67187 -0.55078,1.22266 -1.22266,1.22266 -0.67968,0 -1.21875,-0.55079 -1.21875,-1.22266 0,-0.66797 0.53907,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.55078 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1176" + d="m 173.48828,446.05859 c 0,0.67188 -0.54687,1.22266 -1.21875,1.22266 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66797 0.53906,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1178" + d="m 176.07031,445.76953 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22265,-0.53906 -1.22265,-1.21875 0,-0.66797 0.54296,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1180" + d="m 178.64844,445.76953 c 0,0.67969 -0.54688,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1182" + d="m 181.23047,445.48828 c 0,0.67188 -0.55078,1.21094 -1.21875,1.21094 -0.67188,0 -1.22266,-0.53906 -1.22266,-1.21094 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1184" + d="m 183.80859,444.76953 c 0,0.67188 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1186" + d="m 186.39062,443.62109 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.67187,0 -1.21093,-0.55078 -1.21093,-1.21875 0,-0.67187 0.53906,-1.22265 1.21093,-1.22265 0.67969,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1188" + d="m 188.98047,442.32812 c 0,0.67188 -0.55078,1.22266 -1.21875,1.22266 -0.6836,0 -1.22266,-0.55078 -1.22266,-1.22266 0,-0.66796 0.53906,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1190" + d="m 191.69922,440.89844 c 0,0.67187 -0.53906,1.22265 -1.21875,1.22265 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.67969 0.54687,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1192" + d="m 194.42969,439.46094 c 0,0.67968 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.53907 -1.22266,-1.21875 0,-0.67188 0.54297,-1.22266 1.22266,-1.22266 0.66797,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1194" + d="m 197.14844,438.03125 c 0,0.66797 -0.53907,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.55078,-1.22266 1.21875,-1.22266 0.67968,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1196" + d="m 199.87891,436.73828 c 0,0.67188 -0.55079,1.22266 -1.21875,1.22266 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.67969 0.53906,-1.21875 1.21875,-1.21875 0.66796,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1198" + d="m 202.60156,435.58984 c 0,0.67188 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67968,0 1.22265,0.55078 1.22265,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1200" + d="m 205.32812,434.58984 c 0,0.67188 -0.54687,1.21094 -1.21875,1.21094 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.21094 0,-0.67968 0.53907,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1202" + d="m 208.19922,433.71875 c 0,0.67969 -0.55078,1.22266 -1.21875,1.22266 -0.67969,0 -1.21875,-0.54297 -1.21875,-1.22266 0,-0.66797 0.53906,-1.20703 1.21875,-1.20703 0.66797,0 1.21875,0.53906 1.21875,1.20703 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1204" + d="m 211.05859,435.58984 c 0,0.67188 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21093,-0.54687 -1.21093,-1.21875 0,-0.66797 0.54296,-1.21875 1.21093,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1206" + d="m 213.92969,435.30078 c 0,0.67969 -0.53907,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67187 0.55078,-1.22266 1.22266,-1.22266 0.67968,0 1.21875,0.55079 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1208" + d="m 216.80078,435.30078 c 0,0.67969 -0.53906,1.21875 -1.22266,1.21875 -0.66796,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.55079,-1.22266 1.21875,-1.22266 0.6836,0 1.22266,0.55079 1.22266,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1210" + d="m 219.67187,434.44141 c 0,0.67968 -0.55078,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.53907 -1.21875,-1.21875 0,-0.67188 0.55078,-1.22266 1.21875,-1.22266 0.67187,0 1.22265,0.55078 1.22265,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1212" + d="m 222.67969,433.14844 c 0,0.67187 -0.53907,1.22265 -1.21875,1.22265 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.66797 0.55078,-1.21875 1.22266,-1.21875 0.67968,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1214" + d="m 225.55078,432 c 0,0.67969 -0.55078,1.21875 -1.22266,1.21875 -0.66796,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.55079,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.54687 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1216" + d="m 228.55859,430.85937 c 0,0.67188 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.67968 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1218" + d="m 231.57031,429.85156 c 0,0.67969 -0.53906,1.21875 -1.21094,1.21875 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.53907,-1.22265 1.21875,-1.22265 0.67188,0 1.21094,0.55078 1.21094,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1220" + d="m 234.58984,428.98828 c 0,0.67188 -0.55078,1.22266 -1.21875,1.22266 -0.67968,0 -1.22265,-0.55078 -1.22265,-1.22266 0,-0.66797 0.54297,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1222" + d="m 237.73828,428.12891 c 0,0.67187 -0.53906,1.22265 -1.21875,1.22265 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1224" + d="m 240.75,430 c 0,0.67187 -0.53906,1.21094 -1.21875,1.21094 -0.67188,0 -1.21094,-0.53907 -1.21094,-1.21094 0,-0.67969 0.53906,-1.21875 1.21094,-1.21875 0.67969,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1226" + d="m 243.91016,429.85156 c 0,0.67969 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67187 0.55078,-1.22265 1.22266,-1.22265 0.66796,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1228" + d="m 247.05859,454.37891 c 0,0.67187 -0.53906,1.22265 -1.20703,1.22265 -0.67969,0 -1.22265,-0.55078 -1.22265,-1.22265 0,-0.66797 0.54296,-1.21875 1.22265,-1.21875 0.66797,0 1.20703,0.55078 1.20703,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1230" + d="m 250.21875,453.94922 c 0,0.67187 -0.54688,1.22265 -1.21875,1.22265 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.67969 0.54687,-1.21875 1.21875,-1.21875 0.67187,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1232" + d="m 253.37891,453.94922 c 0,0.67187 -0.55079,1.22265 -1.21875,1.22265 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.67969 0.53906,-1.21875 1.21875,-1.21875 0.66796,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1234" + d="m 256.67187,453.94922 c 0,0.67187 -0.54296,1.22265 -1.21093,1.22265 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.67969 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21093,0.53906 1.21093,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1236" + d="m 259.82812,453.66016 c 0,0.66796 -0.54687,1.21875 -1.21875,1.21875 -0.66796,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67188 0.55079,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1238" + d="m 263.12891,452.66016 c 0,0.66796 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67969 0.54687,-1.21875 1.21875,-1.21875 0.66796,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1240" + d="m 266.42969,457.10156 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67187 0.54297,-1.22265 1.22266,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1242" + d="m 269.73047,456.67187 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.6836,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67187 0.53906,-1.22265 1.22266,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1244" + d="m 273.03125,456.67187 c 0,0.67969 -0.55078,1.21875 -1.22266,1.21875 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.53907,-1.22265 1.21875,-1.22265 0.67188,0 1.22266,0.55078 1.22266,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1246" + d="m 276.32031,456.10156 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.67187,0 -1.21094,-0.55078 -1.21094,-1.21875 0,-0.67187 0.53907,-1.22265 1.21094,-1.22265 0.67969,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1248" + d="m 279.76953,454.94922 c 0,0.67969 -0.55078,1.22265 -1.21875,1.22265 -0.67969,0 -1.22266,-0.54296 -1.22266,-1.22265 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1250" + d="m 283.21094,453.94922 c 0,0.67187 -0.55078,1.22265 -1.22266,1.22265 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.67969 0.55078,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1252" + d="m 286.64844,452.80078 c 0,0.66797 -0.53907,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.55078,-1.22266 1.21875,-1.22266 0.67968,0 1.21875,0.55079 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1254" + d="m 290.08984,457.39062 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.67187,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67187 0.55078,-1.21875 1.22265,-1.21875 0.67969,0 1.21875,0.54688 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1256" + d="m 293.53906,457.25 c 0,0.67187 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.67969 0.53906,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1258" + d="m 296.98047,457.25 c 0,0.67187 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.54688 -1.22266,-1.21875 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1260" + d="m 300.55859,456.53125 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21093,-0.55078 -1.21093,-1.21875 0,-0.67188 0.54296,-1.22266 1.21093,-1.22266 0.67969,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1262" + d="m 304.14844,455.67187 c 0,0.66797 -0.54688,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.55078,-1.22265 1.21875,-1.22265 0.67187,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1264" + d="m 307.73828,454.94922 c 0,0.67969 -0.54687,1.22265 -1.21875,1.22265 -0.67969,0 -1.21875,-0.54296 -1.21875,-1.22265 0,-0.66797 0.53906,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1266" + d="m 311.32031,455.10156 c 0,0.66797 -0.55078,1.20703 -1.21875,1.20703 -0.67187,0 -1.22265,-0.53906 -1.22265,-1.20703 0,-0.67969 0.55078,-1.22265 1.22265,-1.22265 0.66797,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1268" + d="m 314.91016,455.10156 c 0,0.66797 -0.55079,1.20703 -1.21875,1.20703 -0.67969,0 -1.22266,-0.53906 -1.22266,-1.20703 0,-0.67969 0.54297,-1.22265 1.22266,-1.22265 0.66796,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1270" + d="m 318.64062,454.80859 c 0,0.67188 -0.55078,1.22266 -1.21875,1.22266 -0.68359,0 -1.22265,-0.55078 -1.22265,-1.22266 0,-0.66797 0.53906,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1272" + d="m 322.21875,454.23047 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.54687,-1.21094 1.21875,-1.21094 0.67969,0 1.21875,0.53906 1.21875,1.21094 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1274" + d="m 325.94922,453.23047 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67188 0.54687,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1276" + d="m 329.67969,452.23047 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1278" + d="m 333.41016,460.55078 c 0,0.66797 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.55078,-1.22266 1.22266,-1.22266 0.66796,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1280" + d="m 337.28125,460.39844 c 0,0.67968 -0.54297,1.22265 -1.22266,1.22265 -0.66797,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.22266,0.55078 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1282" + d="m 341.01172,460.39844 c 0,0.67968 -0.55078,1.22265 -1.22266,1.22265 -0.66797,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.55078 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1284" + d="m 344.87891,460.12109 c 0,0.66797 -0.53907,1.20703 -1.21875,1.20703 -0.67188,0 -1.21875,-0.53906 -1.21875,-1.20703 0,-0.67968 0.54687,-1.22265 1.21875,-1.22265 0.67968,0 1.21875,0.54297 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1286" + d="m 348.76172,459.53906 c 0,0.67969 -0.55078,1.22266 -1.22266,1.22266 -0.67969,0 -1.21875,-0.54297 -1.21875,-1.22266 0,-0.66797 0.53906,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.55078 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1288" + d="m 352.62891,458.67969 c 0,0.67187 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.66796,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1290" + d="m 356.5,457.82031 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67187 0.55078,-1.21875 1.22266,-1.21875 0.67969,0 1.21875,0.54688 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1292" + d="m 360.37109,456.96094 c 0,0.66797 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.20703,-0.55078 -1.20703,-1.21875 0,-0.67188 0.53906,-1.22266 1.20703,-1.22266 0.67968,0 1.22265,0.55078 1.22265,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1294" + d="m 364.39062,460.26172 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67187,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67188 0.55078,-1.22266 1.22265,-1.22266 0.66797,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1296" + d="m 368.41016,460.26172 c 0,0.66797 -0.55079,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67188 0.54297,-1.22266 1.22266,-1.22266 0.66796,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1298" + d="m 372.42187,460.26172 c 0,0.66797 -0.54296,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67188 0.55078,-1.22266 1.21875,-1.22266 0.67969,0 1.22265,0.55078 1.22265,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1300" + d="m 376.44141,460.12109 c 0,0.66797 -0.55079,1.20703 -1.22266,1.20703 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.20703 0,-0.67968 0.55078,-1.22265 1.21875,-1.22265 0.67187,0 1.22266,0.54297 1.22266,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1302" + d="m 380.44922,459.53906 c 0,0.67969 -0.53906,1.22266 -1.21875,1.22266 -0.67188,0 -1.21094,-0.54297 -1.21094,-1.22266 0,-0.66797 0.53906,-1.21875 1.21094,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1304" + d="m 384.46875,458.82031 c 0,0.67969 -0.54688,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.54687,-1.21094 1.21875,-1.21094 0.67187,0 1.21875,0.53907 1.21875,1.21094 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1306" + d="m 388.62891,458.10937 c 0,0.67188 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.67968 0.54687,-1.21875 1.21875,-1.21875 0.66796,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1308" + d="m 392.78906,457.25 c 0,0.67187 -0.55078,1.21875 -1.21875,1.21875 -0.67187,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.67969 0.54688,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1310" + d="m 396.94922,456.39062 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67968 0.54687,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1312" + d="m 401.10937,455.67187 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67968,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.53907,-1.22265 1.21875,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1314" + d="m 405.26953,454.80859 c 0,0.67188 -0.55078,1.22266 -1.21875,1.22266 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.22266 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1316" + d="m 409.42969,454.08984 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1318" + d="m 413.73047,453.37109 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67187 0.55078,-1.21093 1.22266,-1.21093 0.66797,0 1.21875,0.53906 1.21875,1.21093 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1320" + d="m 418.03125,452.66016 c 0,0.66796 -0.54297,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67969 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1322" + d="m 422.32812,460.55078 c 0,0.66797 -0.53906,1.21875 -1.20703,1.21875 -0.67968,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67969 0.54297,-1.22266 1.22265,-1.22266 0.66797,0 1.20703,0.54297 1.20703,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1324" + d="m 426.64062,460.55078 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67187,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67969 0.55078,-1.22266 1.22265,-1.22266 0.66797,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1326" + d="m 430.94141,460.55078 c 0,0.66797 -0.55079,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.55078,-1.22266 1.21875,-1.22266 0.67187,0 1.22266,0.54297 1.22266,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1328" + d="m 435.39062,460.26172 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.68359,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67188 0.53906,-1.22266 1.22265,-1.22266 0.66797,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1330" + d="m 439.69141,459.82812 c 0,0.67188 -0.55079,1.22266 -1.22266,1.22266 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66796 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.22266,0.55079 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1332" + d="m 444.14062,459.10937 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.68359,0 -1.22265,-0.54687 -1.22265,-1.21875 0,-0.66796 0.53906,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1334" + d="m 448.57812,469.30078 c 0,0.66797 -0.53906,1.21094 -1.21875,1.21094 -0.66796,0 -1.21875,-0.54297 -1.21875,-1.21094 0,-0.67969 0.55079,-1.22266 1.21875,-1.22266 0.67969,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1336" + d="m 453.03125,469.14844 c 0,0.67187 -0.55078,1.22265 -1.22266,1.22265 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.55078 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1338" + d="m 457.46875,469.14844 c 0,0.67187 -0.53906,1.22265 -1.20703,1.22265 -0.6836,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.66797 0.53906,-1.21875 1.22266,-1.21875 0.66797,0 1.20703,0.55078 1.20703,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1340" + d="m 462.05859,469.01172 c 0,0.66797 -0.53906,1.21875 -1.20703,1.21875 -0.67969,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.6836 0.54296,-1.22266 1.22265,-1.22266 0.66797,0 1.20703,0.53906 1.20703,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1342" + d="m 466.64844,468.57812 c 0,0.67188 -0.53907,1.22266 -1.20703,1.22266 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.22266 0,-0.67968 0.54297,-1.21875 1.22266,-1.21875 0.66796,0 1.20703,0.53907 1.20703,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1344" + d="m 471.23828,467.85937 c 0,0.67188 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21094,-0.54687 -1.21094,-1.21875 0,-0.66796 0.54297,-1.21875 1.21094,-1.21875 0.67969,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1346" + d="m 475.82812,467.14062 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.66796,0 -1.21093,-0.53906 -1.21093,-1.21875 0,-0.67187 0.54297,-1.21875 1.21093,-1.21875 0.67969,0 1.21875,0.54688 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1348" + d="m 480.42187,466.42969 c 0,0.67187 -0.54296,1.21875 -1.22265,1.21875 -0.66797,0 -1.21094,-0.54688 -1.21094,-1.21875 0,-0.67969 0.54297,-1.21875 1.21094,-1.21875 0.67969,0 1.22265,0.53906 1.22265,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1350" + d="m 485.01172,465.57031 c 0,0.66797 -0.54297,1.21875 -1.22266,1.21875 -0.66797,0 -1.21094,-0.55078 -1.21094,-1.21875 0,-0.67969 0.54297,-1.21875 1.21094,-1.21875 0.67969,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1352" + d="m 489.75,464.85156 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67187 0.54297,-1.22265 1.22266,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1354" + d="m 494.33984,464.42187 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67968,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67187 0.54297,-1.22265 1.22265,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1356" + d="m 499.07031,463.69922 c 0,0.67187 -0.55078,1.22265 -1.21875,1.22265 -0.67187,0 -1.22265,-0.55078 -1.22265,-1.22265 0,-0.66797 0.55078,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1358" + d="m 503.80078,463.12891 c 0,0.67187 -0.53906,1.22265 -1.22266,1.22265 -0.66796,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.67969 0.55079,-1.21875 1.21875,-1.21875 0.6836,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1360" + d="m 508.53906,462.69922 c 0,0.67187 -0.55078,1.22265 -1.21875,1.22265 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.67969 0.53906,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1362" + d="m 513.41016,461.98047 c 0,0.66797 -0.53907,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67188 0.55078,-1.21875 1.22266,-1.21875 0.67968,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1364" + d="m 518.14844,461.41016 c 0,0.66796 -0.54688,1.21875 -1.21875,1.21875 -0.67969,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67969 0.53906,-1.21875 1.21875,-1.21875 0.67187,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1366" + d="m 523.01953,460.69141 c 0,0.66796 -0.53906,1.21875 -1.21875,1.21875 -0.67187,0 -1.22266,-0.55079 -1.22266,-1.21875 0,-0.67188 0.55079,-1.22266 1.22266,-1.22266 0.67969,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1368" + d="m 90.011719,338.62891 c 0,0.67187 -0.546875,1.22265 -1.222657,1.22265 -0.671874,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.66797 0.546876,-1.21875 1.21875,-1.21875 0.675782,0 1.222657,0.55078 1.222657,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1370" + d="m 91.585938,338.33984 c 0,0.67969 -0.542969,1.21875 -1.21875,1.21875 -0.671876,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.66797 0.546874,-1.21093 1.21875,-1.21093 0.675781,0 1.21875,0.54296 1.21875,1.21093 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1372" + d="m 93.023438,338.62891 c 0,0.67187 -0.546876,1.22265 -1.21875,1.22265 -0.675782,0 -1.222657,-0.55078 -1.222657,-1.22265 0,-0.66797 0.546875,-1.21875 1.222657,-1.21875 0.671874,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1374" + d="m 94.597656,360.42969 c 0,0.67968 -0.542968,1.21875 -1.21875,1.21875 -0.671875,0 -1.21875,-0.53907 -1.21875,-1.21875 0,-0.66797 0.546875,-1.21875 1.21875,-1.21875 0.675782,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1376" + d="m 96.175781,373.62891 c 0,0.67187 -0.542969,1.22265 -1.21875,1.22265 -0.671875,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.67969 0.546875,-1.21875 1.21875,-1.21875 0.675781,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1378" + d="m 97.753906,357.12891 c 0,0.67968 -0.542968,1.22265 -1.21875,1.22265 -0.671875,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.546875,-1.21875 1.21875,-1.21875 0.675782,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1380" + d="m 99.332031,354.41016 c 0,0.66796 -0.546875,1.21875 -1.21875,1.21875 -0.671875,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67188 0.546875,-1.21875 1.21875,-1.21875 0.671875,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1382" + d="m 100.91016,357.12891 c 0,0.67968 -0.55078,1.22265 -1.218754,1.22265 -0.671875,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.546875,-1.21875 1.21875,-1.21875 0.667974,0 1.218754,0.55078 1.218754,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1384" + d="m 102.62891,356.26953 c 0,0.67969 -0.53907,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.67968,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1386" + d="m 104.35156,364.30078 c 0,0.67969 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.55078,-1.21094 1.21875,-1.21094 0.67968,0 1.22265,0.53907 1.22265,1.21094 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1388" + d="m 105.92969,366.89062 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67968 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1390" + d="m 107.64844,366.60156 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.55078,-1.22265 1.21875,-1.22265 0.67969,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1392" + d="m 111.23828,547.32031 c 0,0.66797 -0.54687,1.21875 -1.21875,1.21875 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.53906,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.54688 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1394" + d="m 113.10156,541.30078 c 0,0.66797 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.55078,-1.22266 1.21875,-1.22266 0.67968,0 1.22265,0.54297 1.22265,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1396" + d="m 114.82031,522.64844 c 0,0.67187 -0.53906,1.22265 -1.21875,1.22265 -0.67187,0 -1.22265,-0.55078 -1.22265,-1.22265 0,-0.66797 0.55078,-1.21875 1.22265,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1398" + d="m 116.69141,497.26172 c 0,0.67969 -0.55078,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.55078,-1.22266 1.21875,-1.22266 0.67188,0 1.22266,0.55078 1.22266,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1400" + d="m 118.55078,527.67187 c 0,0.66797 -0.53906,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.55078,-1.22265 1.21875,-1.22265 0.68359,0 1.22265,0.55078 1.22265,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1402" + d="m 120.55859,525.80859 c 0,0.67188 -0.54687,1.22266 -1.21875,1.22266 -0.66796,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.67968 0.55079,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1404" + d="m 122.42188,519.21094 c 0,0.66797 -0.54297,1.21875 -1.21094,1.21875 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67188 0.54297,-1.22266 1.22266,-1.22266 0.66797,0 1.21094,0.55078 1.21094,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1406" + d="m 124.42969,511.17969 c 0,0.67187 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.54688 -1.22266,-1.21875 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.67969,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1408" + d="m 126.30078,494.82812 c 0,0.67188 -0.55078,1.21094 -1.22265,1.21094 -0.67969,0 -1.21875,-0.53906 -1.21875,-1.21094 0,-0.67968 0.53906,-1.21875 1.21875,-1.21875 0.67187,0 1.22265,0.53907 1.22265,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1410" + d="m 128.30859,481.92187 c 0,0.66797 -0.54687,1.21875 -1.21875,1.21875 -0.67968,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.68359 0.53907,-1.22265 1.21875,-1.22265 0.67188,0 1.21875,0.53906 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1412" + d="m 130.30859,549.03906 c 0,0.67188 -0.53906,1.22266 -1.21875,1.22266 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1414" + d="m 132.46094,546.46094 c 0,0.66797 -0.53907,1.21875 -1.21094,1.21875 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67188 0.53906,-1.22266 1.21875,-1.22266 0.67187,0 1.21094,0.55078 1.21094,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1416" + d="m 134.46875,543.01953 c 0,0.67188 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.67969 0.54687,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1418" + d="m 136.62109,536.28125 c 0,0.66797 -0.54297,1.21875 -1.21093,1.21875 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.53906,-1.22266 1.21875,-1.22266 0.66796,0 1.21093,0.54297 1.21093,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1420" + d="m 138.78125,527.10156 c 0,0.66797 -0.55078,1.21875 -1.22266,1.21875 -0.67968,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.53907,-1.22265 1.21875,-1.22265 0.67188,0 1.22266,0.54296 1.22266,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1422" + d="m 140.92969,515.76953 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.67969 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1424" + d="m 143.07812,505.87109 c 0,0.66797 -0.54687,1.21875 -1.21875,1.21875 -0.66796,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.55079,-1.22265 1.21875,-1.22265 0.67188,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1426" + d="m 145.23047,496.98047 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1428" + d="m 147.51953,504.87109 c 0,0.66797 -0.53906,1.20703 -1.21094,1.20703 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.20703 0,-0.67968 0.53907,-1.22265 1.21875,-1.22265 0.67188,0 1.21094,0.54297 1.21094,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1430" + d="m 149.67969,505.30078 c 0,0.66797 -0.55078,1.21094 -1.21875,1.21094 -0.67969,0 -1.22266,-0.54297 -1.22266,-1.21094 0,-0.67969 0.54297,-1.22266 1.22266,-1.22266 0.66797,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1432" + d="m 151.96875,503.28906 c 0,0.67188 -0.53906,1.22266 -1.21875,1.22266 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.67969 0.54687,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1434" + d="m 154.26953,498.55078 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67187 0.54297,-1.21094 1.22266,-1.21094 0.66797,0 1.21875,0.53907 1.21875,1.21094 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1436" + d="m 156.55859,505.57812 c 0,0.6836 -0.54687,1.22266 -1.21875,1.22266 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.22266 0,-0.66796 0.55078,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1438" + d="m 159,506.44141 c 0,0.67968 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.53907 -1.22266,-1.21875 0,-0.67188 0.55078,-1.22266 1.22266,-1.22266 0.66797,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1440" + d="m 161.28906,505.57812 c 0,0.6836 -0.53906,1.22266 -1.21875,1.22266 -0.67187,0 -1.21094,-0.53906 -1.21094,-1.22266 0,-0.66796 0.53907,-1.21875 1.21094,-1.21875 0.67969,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1442" + d="m 163.73047,502.85937 c 0,0.67188 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.67968 0.55078,-1.21875 1.22266,-1.21875 0.67969,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1444" + d="m 166.17187,499.42187 c 0,0.66797 -0.55078,1.20704 -1.22265,1.20704 -0.66797,0 -1.21875,-0.53907 -1.21875,-1.20704 0,-0.68359 0.55078,-1.22265 1.21875,-1.22265 0.67187,0 1.22265,0.53906 1.22265,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1446" + d="m 168.60937,496.39844 c 0,0.67968 -0.55078,1.22265 -1.21875,1.22265 -0.67187,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.54688,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1448" + d="m 171.05078,492.67187 c 0,0.67969 -0.55078,1.21875 -1.22266,1.21875 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.53907,-1.22265 1.21875,-1.22265 0.67188,0 1.22266,0.55078 1.22266,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1450" + d="m 173.48828,499.42187 c 0,0.66797 -0.54687,1.20704 -1.21875,1.20704 -0.67969,0 -1.21875,-0.53907 -1.21875,-1.20704 0,-0.68359 0.53906,-1.22265 1.21875,-1.22265 0.67188,0 1.21875,0.53906 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1452" + d="m 176.07031,499.12891 c 0,0.67187 -0.55078,1.22265 -1.21875,1.22265 -0.67969,0 -1.22265,-0.55078 -1.22265,-1.22265 0,-0.67969 0.54296,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1454" + d="m 178.64844,498.41016 c 0,0.66796 -0.54688,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67188 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1456" + d="m 181.23047,496.82812 c 0,0.6836 -0.55078,1.22266 -1.21875,1.22266 -0.67188,0 -1.22266,-0.53906 -1.22266,-1.22266 0,-0.66796 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1458" + d="m 183.80859,494.96875 c 0,0.67187 -0.53906,1.22266 -1.21875,1.22266 -0.66797,0 -1.21875,-0.55079 -1.21875,-1.22266 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1460" + d="m 186.39062,492.23828 c 0,0.68359 -0.53906,1.22266 -1.21875,1.22266 -0.67187,0 -1.21093,-0.53907 -1.21093,-1.22266 0,-0.66797 0.53906,-1.21875 1.21093,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1462" + d="m 188.98047,488.66016 c 0,0.66796 -0.55078,1.21875 -1.21875,1.21875 -0.6836,0 -1.22266,-0.55079 -1.22266,-1.21875 0,-0.67969 0.53906,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1464" + d="m 191.69922,486.64844 c 0,0.67187 -0.53906,1.22265 -1.21875,1.22265 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.22265 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1466" + d="m 194.42969,482.35156 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.54297,-1.22265 1.22266,-1.22265 0.66797,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1468" + d="m 197.14844,480.48047 c 0,0.67969 -0.53907,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.55078,-1.21875 1.21875,-1.21875 0.67968,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1470" + d="m 199.87891,477.46875 c 0,0.67187 -0.55079,1.22266 -1.21875,1.22266 -0.67969,0 -1.21875,-0.55079 -1.21875,-1.22266 0,-0.66797 0.53906,-1.21875 1.21875,-1.21875 0.66796,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1472" + d="m 202.60156,475.46094 c 0,0.67968 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.53907 -1.21875,-1.21875 0,-0.67188 0.55078,-1.22266 1.21875,-1.22266 0.67968,0 1.22265,0.55078 1.22265,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1474" + d="m 205.32812,473.87891 c 0,0.67968 -0.54687,1.22265 -1.21875,1.22265 -0.67968,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.53907,-1.20704 1.21875,-1.20704 0.67188,0 1.21875,0.53907 1.21875,1.20704 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1476" + d="m 208.19922,471.73047 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.53906,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1478" + d="m 211.05859,475.89062 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21093,-0.53906 -1.21093,-1.21875 0,-0.67187 0.54296,-1.21875 1.21093,-1.21875 0.67969,0 1.21875,0.54688 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1480" + d="m 213.92969,475.32031 c 0,0.66797 -0.53907,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67187 0.55078,-1.21875 1.22266,-1.21875 0.67968,0 1.21875,0.54688 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1482" + d="m 216.80078,474.32031 c 0,0.66797 -0.53906,1.21094 -1.22266,1.21094 -0.66796,0 -1.21875,-0.54297 -1.21875,-1.21094 0,-0.67969 0.55079,-1.21875 1.21875,-1.21875 0.6836,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1484" + d="m 219.67187,472.58984 c 0,0.67969 -0.55078,1.21875 -1.22265,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.22265,0.55078 1.22265,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1486" + d="m 222.67969,469.73047 c 0,0.66797 -0.53907,1.21094 -1.21875,1.21094 -0.67188,0 -1.22266,-0.54297 -1.22266,-1.21094 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.67968,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1488" + d="m 225.55078,467 c 0,0.67187 -0.55078,1.21875 -1.22266,1.21875 -0.66796,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.67188 0.55079,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.54687 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1490" + d="m 228.55859,465.14062 c 0,0.66797 -0.53906,1.21094 -1.21875,1.21094 -0.66797,0 -1.21875,-0.54297 -1.21875,-1.21094 0,-0.67968 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1492" + d="m 231.57031,462.83984 c 0,0.67188 -0.53906,1.21875 -1.21094,1.21875 -0.67968,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.66797 0.53907,-1.21875 1.21875,-1.21875 0.67188,0 1.21094,0.55078 1.21094,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1494" + d="m 234.58984,461.83984 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.67968,0 -1.22265,-0.54687 -1.22265,-1.21875 0,-0.67968 0.54297,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1496" + d="m 237.73828,460.39844 c 0,0.67968 -0.53906,1.22265 -1.21875,1.22265 -0.66797,0 -1.21875,-0.54297 -1.21875,-1.22265 0,-0.66797 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1498" + d="m 240.75,463.83984 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.21094,-0.53906 -1.21094,-1.21875 0,-0.66797 0.53906,-1.21093 1.21094,-1.21093 0.67969,0 1.21875,0.54296 1.21875,1.21093 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1500" + d="m 243.91016,463.26953 c 0,0.67188 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.66797 0.55078,-1.21875 1.22266,-1.21875 0.66796,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1502" + d="m 247.05859,499.98828 c 0,0.67188 -0.53906,1.22266 -1.20703,1.22266 -0.67969,0 -1.22265,-0.55078 -1.22265,-1.22266 0,-0.66797 0.54296,-1.21875 1.22265,-1.21875 0.66797,0 1.20703,0.55078 1.20703,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1504" + d="m 250.21875,499.55859 c 0,0.67188 -0.54688,1.22266 -1.21875,1.22266 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.67187,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1506" + d="m 253.37891,499.42187 c 0,0.66797 -0.55079,1.20704 -1.21875,1.20704 -0.67969,0 -1.21875,-0.53907 -1.21875,-1.20704 0,-0.68359 0.53906,-1.22265 1.21875,-1.22265 0.66796,0 1.21875,0.53906 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1508" + d="m 256.67187,498.69922 c 0,0.67187 -0.54296,1.22265 -1.21093,1.22265 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.67969 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21093,0.53906 1.21093,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1510" + d="m 259.82812,498.12109 c 0,0.67969 -0.54687,1.21875 -1.21875,1.21875 -0.66796,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.55079,-1.21093 1.21875,-1.21093 0.67188,0 1.21875,0.53906 1.21875,1.21093 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1512" + d="m 263.12891,496.12109 c 0,0.66797 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67968 0.54687,-1.22265 1.21875,-1.22265 0.66796,0 1.21875,0.54297 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1514" + d="m 266.42969,507.01953 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.67969 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1516" + d="m 269.73047,506.58984 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.6836,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.67968 0.53906,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1518" + d="m 273.03125,506.01172 c 0,0.67969 -0.55078,1.21875 -1.22266,1.21875 -0.67968,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.53907,-1.22266 1.21875,-1.22266 0.67188,0 1.22266,0.55078 1.22266,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1520" + d="m 276.32031,504.87109 c 0,0.66797 -0.53906,1.20703 -1.21875,1.20703 -0.67187,0 -1.21094,-0.53906 -1.21094,-1.20703 0,-0.67968 0.53907,-1.22265 1.21094,-1.22265 0.67969,0 1.21875,0.54297 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1522" + d="m 279.76953,502.71094 c 0,0.67968 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.53907 -1.22266,-1.21875 0,-0.67188 0.54297,-1.22266 1.22266,-1.22266 0.66797,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1524" + d="m 283.21094,500.28125 c 0,0.66797 -0.55078,1.20703 -1.22266,1.20703 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.20703 0,-0.67969 0.55078,-1.22266 1.21875,-1.22266 0.67188,0 1.22266,0.54297 1.22266,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1526" + d="m 286.64844,498.55078 c 0,0.67969 -0.53907,1.21875 -1.21875,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.55078,-1.21094 1.21875,-1.21094 0.67968,0 1.21875,0.53907 1.21875,1.21094 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1528" + d="m 290.08984,509.89062 c 0,0.66797 -0.53906,1.21094 -1.21875,1.21094 -0.67187,0 -1.22265,-0.54297 -1.22265,-1.21094 0,-0.67968 0.55078,-1.21875 1.22265,-1.21875 0.67969,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1530" + d="m 293.53906,509.17187 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.53906,-1.22265 1.21875,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1532" + d="m 296.98047,508.58984 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.66797 0.55078,-1.21093 1.22266,-1.21093 0.66797,0 1.21875,0.54296 1.21875,1.21093 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1534" + d="m 300.55859,507.30078 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21093,-0.53906 -1.21093,-1.21875 0,-0.67187 0.54296,-1.22266 1.21093,-1.22266 0.67969,0 1.21875,0.55079 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1536" + d="m 304.14844,505.30078 c 0,0.66797 -0.54688,1.21094 -1.21875,1.21094 -0.66797,0 -1.21875,-0.54297 -1.21875,-1.21094 0,-0.67969 0.55078,-1.22266 1.21875,-1.22266 0.67187,0 1.21875,0.54297 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1538" + d="m 307.73828,504.28906 c 0,0.67969 -0.54687,1.22266 -1.21875,1.22266 -0.67969,0 -1.21875,-0.54297 -1.21875,-1.22266 0,-0.66797 0.53906,-1.21875 1.21875,-1.21875 0.67188,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1540" + d="m 311.32031,504.14844 c 0,0.67187 -0.55078,1.22265 -1.21875,1.22265 -0.67187,0 -1.22265,-0.55078 -1.22265,-1.22265 0,-0.66797 0.55078,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1542" + d="m 314.91016,503.85937 c 0,0.67188 -0.55079,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.66796 0.54297,-1.21875 1.22266,-1.21875 0.66796,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1544" + d="m 318.64062,503 c 0,0.67187 -0.55078,1.21875 -1.21875,1.21875 -0.68359,0 -1.22265,-0.54688 -1.22265,-1.21875 0,-0.67188 0.53906,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1546" + d="m 322.21875,501.85156 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.54687,-1.22265 1.21875,-1.22265 0.67969,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1548" + d="m 325.94922,499.85156 c 0,0.66797 -0.55078,1.20703 -1.21875,1.20703 -0.67188,0 -1.21875,-0.53906 -1.21875,-1.20703 0,-0.67969 0.54687,-1.22265 1.21875,-1.22265 0.66797,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1550" + d="m 329.67969,497.83984 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.67968 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53907 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1552" + d="m 333.41016,514.03906 c 0,0.67969 -0.55079,1.22266 -1.21875,1.22266 -0.67188,0 -1.22266,-0.54297 -1.22266,-1.22266 0,-0.66797 0.55078,-1.21094 1.22266,-1.21094 0.66796,0 1.21875,0.54297 1.21875,1.21094 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1554" + d="m 337.28125,513.60937 c 0,0.67969 -0.54297,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.66796 0.55078,-1.21093 1.21875,-1.21093 0.67969,0 1.22266,0.54297 1.22266,1.21093 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1556" + d="m 341.01172,513.32812 c 0,0.67188 -0.55078,1.22266 -1.22266,1.22266 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.67968 0.55078,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.53907 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1558" + d="m 344.87891,512.46875 c 0,0.67187 -0.53907,1.22266 -1.21875,1.22266 -0.67188,0 -1.21875,-0.55079 -1.21875,-1.22266 0,-0.67969 0.54687,-1.21875 1.21875,-1.21875 0.67968,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1560" + d="m 348.76172,511.17969 c 0,0.67187 -0.55078,1.21875 -1.22266,1.21875 -0.67969,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.67969 0.53906,-1.21875 1.21875,-1.21875 0.67188,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1562" + d="m 352.62891,509.73828 c 0,0.68359 -0.55079,1.22266 -1.21875,1.22266 -0.67188,0 -1.21875,-0.53907 -1.21875,-1.22266 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.66796,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1564" + d="m 356.5,508.01953 c 0,0.67188 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.22266,-0.54687 -1.22266,-1.21875 0,-0.66797 0.55078,-1.21875 1.22266,-1.21875 0.67969,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1566" + d="m 360.37109,506.01172 c 0,0.67969 -0.54297,1.21875 -1.22265,1.21875 -0.66797,0 -1.20703,-0.53906 -1.20703,-1.21875 0,-0.67188 0.53906,-1.22266 1.20703,-1.22266 0.67968,0 1.22265,0.55078 1.22265,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1568" + d="m 364.39062,513.17969 c 0,0.67968 -0.55078,1.21875 -1.21875,1.21875 -0.67187,0 -1.22265,-0.53907 -1.22265,-1.21875 0,-0.66797 0.55078,-1.21094 1.22265,-1.21094 0.66797,0 1.21875,0.54297 1.21875,1.21094 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1570" + d="m 368.41016,512.75 c 0,0.67969 -0.55079,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67188 0.54297,-1.21875 1.22266,-1.21875 0.66796,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1572" + d="m 372.42187,512.46875 c 0,0.67187 -0.54296,1.22266 -1.22265,1.22266 -0.66797,0 -1.21875,-0.55079 -1.21875,-1.22266 0,-0.67969 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.22265,0.53906 1.22265,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1574" + d="m 376.44141,511.75 c 0,0.67187 -0.55079,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.67188 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.22266,0.54687 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1576" + d="m 380.44922,510.75 c 0,0.67187 -0.53906,1.21875 -1.21875,1.21875 -0.67188,0 -1.21094,-0.54688 -1.21094,-1.21875 0,-0.67969 0.53906,-1.21875 1.21094,-1.21875 0.67969,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1578" + d="m 384.46875,509.30859 c 0,0.67969 -0.54688,1.22266 -1.21875,1.22266 -0.67188,0 -1.21875,-0.54297 -1.21875,-1.22266 0,-0.66797 0.54687,-1.21875 1.21875,-1.21875 0.67187,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1580" + d="m 388.62891,507.30078 c 0,0.67969 -0.55079,1.21875 -1.21875,1.21875 -0.67188,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.54687,-1.22266 1.21875,-1.22266 0.66796,0 1.21875,0.55079 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1582" + d="m 392.78906,506.16016 c 0,0.66796 -0.55078,1.21875 -1.21875,1.21875 -0.67187,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67969 0.54688,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1584" + d="m 396.94922,504.57812 c 0,0.67188 -0.55078,1.22266 -1.21875,1.22266 -0.67188,0 -1.21875,-0.55078 -1.21875,-1.22266 0,-0.66796 0.54687,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.55079 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1586" + d="m 401.10937,503 c 0,0.67187 -0.55078,1.21875 -1.21875,1.21875 -0.67968,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.67188 0.53907,-1.21875 1.21875,-1.21875 0.66797,0 1.21875,0.54687 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1588" + d="m 405.26953,501.57031 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67969 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1590" + d="m 409.42969,500.12891 c 0,0.67968 -0.55078,1.22265 -1.21875,1.22265 -0.67969,0 -1.22266,-0.54297 -1.22266,-1.22265 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1592" + d="m 413.73047,498.69922 c 0,0.67187 -0.55078,1.22265 -1.21875,1.22265 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.67969 0.55078,-1.21875 1.22266,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1594" + d="m 418.03125,497.41016 c 0,0.66796 -0.54297,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.55079 -1.21875,-1.21875 0,-0.67969 0.55078,-1.21875 1.21875,-1.21875 0.67969,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1596" + d="m 422.32812,513.46875 c 0,0.67187 -0.53906,1.22266 -1.20703,1.22266 -0.67968,0 -1.22265,-0.55079 -1.22265,-1.22266 0,-0.66797 0.54297,-1.21875 1.22265,-1.21875 0.66797,0 1.20703,0.55078 1.20703,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1598" + d="m 426.64062,513.03906 c 0,0.67188 -0.55078,1.22266 -1.21875,1.22266 -0.67187,0 -1.22265,-0.55078 -1.22265,-1.22266 0,-0.66797 0.55078,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1600" + d="m 430.94141,512.75 c 0,0.67969 -0.55079,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67188 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.22266,0.54687 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1602" + d="m 435.39062,512.03906 c 0,0.67188 -0.55078,1.22266 -1.21875,1.22266 -0.68359,0 -1.22265,-0.55078 -1.22265,-1.22266 0,-0.67969 0.53906,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.53906 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1604" + d="m 439.69141,511.17969 c 0,0.67187 -0.55079,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.54688 -1.21875,-1.21875 0,-0.67969 0.55078,-1.21875 1.21875,-1.21875 0.67187,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1606" + d="m 444.14062,509.73828 c 0,0.68359 -0.55078,1.22266 -1.21875,1.22266 -0.68359,0 -1.22265,-0.53907 -1.22265,-1.22266 0,-0.66797 0.53906,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1608" + d="m 448.57812,528.53125 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.66796,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67188 0.55079,-1.22266 1.21875,-1.22266 0.67969,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1610" + d="m 453.03125,527.96094 c 0,0.66797 -0.55078,1.21875 -1.22266,1.21875 -0.66797,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67969 0.55078,-1.22266 1.21875,-1.22266 0.67188,0 1.22266,0.54297 1.22266,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1612" + d="m 457.46875,527.67187 c 0,0.66797 -0.53906,1.21875 -1.20703,1.21875 -0.6836,0 -1.22266,-0.55078 -1.22266,-1.21875 0,-0.67187 0.53906,-1.22265 1.22266,-1.22265 0.66797,0 1.20703,0.55078 1.20703,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1614" + d="m 462.05859,527.10156 c 0,0.66797 -0.53906,1.21875 -1.20703,1.21875 -0.67969,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67969 0.54296,-1.22265 1.22265,-1.22265 0.66797,0 1.20703,0.54296 1.20703,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1616" + d="m 466.64844,526.08984 c 0,0.67969 -0.53907,1.21875 -1.20703,1.21875 -0.67969,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66796,0 1.20703,0.55078 1.20703,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1618" + d="m 471.23828,524.80078 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.66797,0 -1.21094,-0.53906 -1.21094,-1.21875 0,-0.67187 0.54297,-1.22266 1.21094,-1.22266 0.67969,0 1.21875,0.55079 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1620" + d="m 475.82812,523.51172 c 0,0.66797 -0.53906,1.21875 -1.21875,1.21875 -0.66796,0 -1.21093,-0.55078 -1.21093,-1.21875 0,-0.67188 0.54297,-1.22266 1.21093,-1.22266 0.67969,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1622" + d="m 480.42187,522.21875 c 0,0.67187 -0.54296,1.22266 -1.22265,1.22266 -0.66797,0 -1.21094,-0.55079 -1.21094,-1.22266 0,-0.66797 0.54297,-1.21875 1.21094,-1.21875 0.67969,0 1.22265,0.55078 1.22265,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1624" + d="m 485.01172,520.78906 c 0,0.67188 -0.54297,1.22266 -1.22266,1.22266 -0.66797,0 -1.21094,-0.55078 -1.21094,-1.22266 0,-0.67969 0.54297,-1.21875 1.21094,-1.21875 0.67969,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1626" + d="m 489.75,519.35156 c 0,0.67969 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67187 0.54297,-1.22265 1.22266,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1628" + d="m 494.33984,518.35156 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67968,0 -1.22265,-0.55078 -1.22265,-1.21875 0,-0.67969 0.54297,-1.22265 1.22265,-1.22265 0.66797,0 1.21875,0.54296 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1630" + d="m 499.07031,516.76953 c 0,0.67188 -0.55078,1.21875 -1.21875,1.21875 -0.67187,0 -1.22265,-0.54687 -1.22265,-1.21875 0,-0.66797 0.55078,-1.21875 1.22265,-1.21875 0.66797,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1632" + d="m 503.80078,515.76953 c 0,0.67188 -0.53906,1.21875 -1.22266,1.21875 -0.66796,0 -1.21875,-0.54687 -1.21875,-1.21875 0,-0.67969 0.55079,-1.21875 1.21875,-1.21875 0.6836,0 1.22266,0.53906 1.22266,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1634" + d="m 508.53906,514.62109 c 0,0.66797 -0.55078,1.21875 -1.21875,1.21875 -0.67969,0 -1.21875,-0.55078 -1.21875,-1.21875 0,-0.67187 0.53906,-1.22265 1.21875,-1.22265 0.66797,0 1.21875,0.55078 1.21875,1.22265 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1636" + d="m 513.41016,513.46875 c 0,0.67187 -0.53907,1.22266 -1.21875,1.22266 -0.67188,0 -1.22266,-0.55079 -1.22266,-1.22266 0,-0.66797 0.55078,-1.21875 1.22266,-1.21875 0.67968,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1638" + d="m 518.14844,512.32031 c 0,0.67969 -0.54688,1.21875 -1.21875,1.21875 -0.67969,0 -1.21875,-0.53906 -1.21875,-1.21875 0,-0.67187 0.53906,-1.21875 1.21875,-1.21875 0.67187,0 1.21875,0.54688 1.21875,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <path + id="path1640" + d="m 523.01953,511.03125 c 0,0.67969 -0.53906,1.21875 -1.21875,1.21875 -0.67187,0 -1.22266,-0.53906 -1.22266,-1.21875 0,-0.67188 0.55079,-1.22266 1.22266,-1.22266 0.67969,0 1.21875,0.55078 1.21875,1.22266 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g1646" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1642" + y="572.06" + x="52.799999" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1644" + y="572.06" + x="58.251263" + xlink:href="#glyph0-2" /> + </g> + <g + id="g1652" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1648" + y="572.06" + x="60.971519" + xlink:href="#glyph0-3" /> + <use + height="100%" + width="100%" + id="use1650" + y="572.06" + x="66.422783" + xlink:href="#glyph0-4" /> + </g> + <g + id="g1660" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1654" + y="509.69" + x="58.248001" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1656" + y="509.69" + x="63.711433" + xlink:href="#glyph1-2" /> + <use + height="100%" + width="100%" + id="use1658" + y="509.69" + x="66.405434" + xlink:href="#glyph1-3" /> + </g> + <g + id="g1666" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1662" + y="447.34" + x="52.799999" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1664" + y="447.34" + x="58.251263" + xlink:href="#glyph0-2" /> + </g> + <g + id="g1672" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1668" + y="447.34" + x="60.971519" + xlink:href="#glyph0-5" /> + <use + height="100%" + width="100%" + id="use1670" + y="447.34" + x="66.422783" + xlink:href="#glyph0-4" /> + </g> + <g + id="g1678" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1674" + y="384.98001" + x="58.248001" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1676" + y="384.98001" + x="63.699265" + xlink:href="#glyph0-2" /> + </g> + <g + id="g1682" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1680" + y="384.98001" + x="66.419518" + xlink:href="#glyph0-6" /> + </g> + <g + id="g1688" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1684" + y="322.63" + x="52.799999" + xlink:href="#glyph0-1" /> + <use + height="100%" + width="100%" + id="use1686" + y="322.63" + x="58.251263" + xlink:href="#glyph0-2" /> + </g> + <g + id="g1694" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1690" + y="322.63" + x="60.971519" + xlink:href="#glyph0-6" /> + <use + height="100%" + width="100%" + id="use1692" + y="322.63" + x="66.422783" + xlink:href="#glyph0-4" /> + </g> + <g + id="g1698" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1696" + y="586.03003" + x="79.103996" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1706" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1700" + y="586.03003" + x="123.02" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1702" + y="586.03003" + x="128.492" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1704" + y="586.03003" + x="133.964" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1714" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1708" + y="586.03003" + x="172.42" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1710" + y="586.03003" + x="177.892" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1712" + y="586.03003" + x="183.364" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1722" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1716" + y="586.03003" + x="221.83" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1718" + y="586.03003" + x="227.27803" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1720" + y="586.03003" + x="232.72606" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1730" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1724" + y="586.03003" + x="271.22" + xlink:href="#glyph1-7" /> + <use + height="100%" + width="100%" + id="use1726" + y="586.03003" + x="276.66803" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1728" + y="586.03003" + x="282.11606" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1740" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1732" + y="586.03003" + x="317.88" + xlink:href="#glyph1-8" /> + <use + height="100%" + width="100%" + id="use1734" + y="586.03003" + x="323.32803" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1736" + y="586.03003" + x="328.77606" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1738" + y="586.03003" + x="334.22409" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1750" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1742" + y="586.03003" + x="367.26999" + xlink:href="#glyph1-8" /> + <use + height="100%" + width="100%" + id="use1744" + y="586.03003" + x="372.71802" + xlink:href="#glyph1-5" /> + <use + height="100%" + width="100%" + id="use1746" + y="586.03003" + x="378.16608" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1748" + y="586.03003" + x="383.61411" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1760" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1752" + y="586.03003" + x="416.66" + xlink:href="#glyph1-8" /> + <use + height="100%" + width="100%" + id="use1754" + y="586.03003" + x="422.10803" + xlink:href="#glyph1-6" /> + <use + height="100%" + width="100%" + id="use1756" + y="586.03003" + x="427.55606" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1758" + y="586.03003" + x="433.00409" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1770" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1762" + y="586.03003" + x="466.06" + xlink:href="#glyph1-8" /> + <use + height="100%" + width="100%" + id="use1764" + y="586.03003" + x="471.50803" + xlink:href="#glyph1-1" /> + <use + height="100%" + width="100%" + id="use1766" + y="586.03003" + x="476.95605" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1768" + y="586.03003" + x="482.40408" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1780" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1772" + y="586.03003" + x="515.45001" + xlink:href="#glyph1-8" /> + <use + height="100%" + width="100%" + id="use1774" + y="586.03003" + x="520.89801" + xlink:href="#glyph1-7" /> + <use + height="100%" + width="100%" + id="use1776" + y="586.03003" + x="526.34607" + xlink:href="#glyph1-4" /> + <use + height="100%" + width="100%" + id="use1778" + y="586.03003" + x="531.79407" + xlink:href="#glyph1-4" /> + </g> + <g + id="g1784" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1782" + y="495.14001" + x="79.223999" + xlink:href="#glyph2-1" /> + </g> + <g + id="g1788" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1786" + y="489.40228" + x="79.223999" + xlink:href="#glyph2-2" /> + </g> + <g + id="g1794" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1790" + y="483.10504" + x="79.223999" + xlink:href="#glyph2-3" /> + <use + height="100%" + width="100%" + id="use1792" + y="478.95056" + x="79.223999" + xlink:href="#glyph2-4" /> + </g> + <g + id="g1798" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1796" + y="472.65335" + x="79.223999" + xlink:href="#glyph2-5" /> + </g> + <g + id="g1804" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1800" + y="466.35614" + x="79.223999" + xlink:href="#glyph2-6" /> + <use + height="100%" + width="100%" + id="use1802" + y="460.74936" + x="79.223999" + xlink:href="#glyph2-2" /> + </g> + <g + id="g1808" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1806" + y="454.46402" + x="79.223999" + xlink:href="#glyph2-7" /> + </g> + <g + id="g1812" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1810" + y="448.16681" + x="79.223999" + xlink:href="#glyph2-5" /> + </g> + <g + id="g1818" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1814" + y="441.8696" + x="79.223999" + xlink:href="#glyph2-8" /> + <use + height="100%" + width="100%" + id="use1816" + y="437.88177" + x="79.223999" + xlink:href="#glyph2-9" /> + </g> + <g + id="g1822" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1820" + y="435.15573" + x="79.223999" + xlink:href="#glyph2-10" /> + </g> + <g + id="g1828" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1824" + y="431.58453" + x="79.223999" + xlink:href="#glyph2-11" /> + <use + height="100%" + width="100%" + id="use1826" + y="421.40662" + x="79.223999" + xlink:href="#glyph2-7" /> + </g> + <g + id="g1832" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1830" + y="415.10941" + x="79.223999" + xlink:href="#glyph2-7" /> + </g> + <g + id="g1836" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1834" + y="408.81219" + x="79.223999" + xlink:href="#glyph2-12" /> + </g> + <g + id="g1840" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1838" + y="404.22916" + x="79.223999" + xlink:href="#glyph2-13" /> + </g> + <g + id="g1844" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1842" + y="563.76001" + x="478.63" + xlink:href="#glyph3-1" /> + </g> + <g + id="g1852" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1846" + y="563.76001" + x="484.36774" + xlink:href="#glyph3-2" /> + <use + height="100%" + width="100%" + id="use1848" + y="563.76001" + x="487.10565" + xlink:href="#glyph3-3" /> + <use + height="100%" + width="100%" + id="use1850" + y="563.76001" + x="496.61694" + xlink:href="#glyph3-4" /> + </g> + <g + id="g1856" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1854" + y="563.76001" + x="502.46182" + xlink:href="#glyph3-5" /> + </g> + <g + id="g1860" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1858" + y="563.76001" + x="505.47351" + xlink:href="#glyph3-6" /> + </g> + <g + id="g1864" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1862" + y="563.76001" + x="509.06854" + xlink:href="#glyph3-7" /> + </g> + <g + id="g1868" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1866" + y="563.76001" + x="513.67535" + xlink:href="#glyph3-8" /> + </g> + <g + id="g1874" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1870" + y="358.22" + x="211.7" + xlink:href="#glyph4-1" /> + <use + height="100%" + width="100%" + id="use1872" + y="358.22" + x="221.21199" + xlink:href="#glyph4-2" /> + </g> + <g + id="g1878" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1876" + y="358.22" + x="229.93552" + xlink:href="#glyph4-3" /> + </g> + <g + id="g1882" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1880" + y="358.22" + x="238.8268" + xlink:href="#glyph4-4" /> + </g> + <g + id="g1888" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1884" + y="358.22" + x="245.28555" + xlink:href="#glyph4-5" /> + <use + height="100%" + width="100%" + id="use1886" + y="358.22" + x="250.90552" + xlink:href="#glyph4-6" /> + </g> + <g + id="g1896" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1890" + y="358.22" + x="254.62979" + xlink:href="#glyph4-7" /> + <use + height="100%" + width="100%" + id="use1892" + y="358.22" + x="263.43719" + xlink:href="#glyph4-8" /> + <use + height="100%" + width="100%" + id="use1894" + y="358.22" + x="267.29565" + xlink:href="#glyph4-9" /> + </g> + <g + id="g1902" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1898" + y="358.22" + x="276.03595" + xlink:href="#glyph4-8" /> + <use + height="100%" + width="100%" + id="use1900" + y="358.22" + x="279.89444" + xlink:href="#glyph4-10" /> + </g> + <g + id="g1908" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1904" + y="358.22" + x="285.5144" + xlink:href="#glyph4-11" /> + <use + height="100%" + width="100%" + id="use1906" + y="358.22" + x="293.86884" + xlink:href="#glyph4-12" /> + </g> + <g + id="g1916" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1910" + y="358.22" + x="300.88123" + xlink:href="#glyph4-5" /> + <use + height="100%" + width="100%" + id="use1912" + y="358.22" + x="306.50119" + xlink:href="#glyph4-8" /> + <use + height="100%" + width="100%" + id="use1914" + y="358.22" + x="310.35965" + xlink:href="#glyph4-3" /> + </g> + <g + id="g1926" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1918" + y="358.22" + x="319.25095" + xlink:href="#glyph4-13" /> + <use + height="100%" + width="100%" + id="use1920" + y="358.22" + x="328.05835" + xlink:href="#glyph4-14" /> + <use + height="100%" + width="100%" + id="use1922" + y="358.22" + x="336.09406" + xlink:href="#glyph4-15" /> + <use + height="100%" + width="100%" + id="use1924" + y="358.22" + x="339.95251" + xlink:href="#glyph4-6" /> + </g> + <g + id="g1932" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1928" + y="358.22" + x="343.54001" + xlink:href="#glyph4-5" /> + <use + height="100%" + width="100%" + id="use1930" + y="358.22" + x="349.15997" + xlink:href="#glyph4-2" /> + </g> + <g + id="g1936" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1934" + y="358.22" + x="357.90027" + xlink:href="#glyph4-10" /> + </g> + <g + id="g1940" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1938" + y="358.22" + x="363.48666" + xlink:href="#glyph4-3" /> + </g> + <g + id="g1946" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1942" + y="358.22" + x="372.37793" + xlink:href="#glyph4-16" /> + <use + height="100%" + width="100%" + id="use1944" + y="358.22" + x="381.18533" + xlink:href="#glyph4-17" /> + </g> + <g + id="g1952" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1948" + y="358.22" + x="389.0365" + xlink:href="#glyph4-2" /> + <use + height="100%" + width="100%" + id="use1950" + y="358.22" + x="397.8439" + xlink:href="#glyph4-18" /> + </g> + <g + id="g1958" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1954" + y="358.22" + x="406.55066" + xlink:href="#glyph4-16" /> + <use + height="100%" + width="100%" + id="use1956" + y="358.22" + x="415.35806" + xlink:href="#glyph4-5" /> + </g> + <g + id="g1962" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1960" + y="358.22" + x="420.91092" + xlink:href="#glyph4-6" /> + </g> + <g + id="g1968" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1964" + y="358.22" + x="424.92038" + xlink:href="#glyph4-11" /> + <use + height="100%" + width="100%" + id="use1966" + y="358.22" + x="433.27481" + xlink:href="#glyph4-4" /> + </g> + <g + id="g1976" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1970" + y="358.22" + x="439.70004" + xlink:href="#glyph4-5" /> + <use + height="100%" + width="100%" + id="use1972" + y="358.22" + x="445.31998" + xlink:href="#glyph4-8" /> + <use + height="100%" + width="100%" + id="use1974" + y="358.22" + x="449.17847" + xlink:href="#glyph4-19" /> + </g> + <g + id="g1980" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1978" + y="358.22" + x="462.53217" + xlink:href="#glyph4-14" /> + </g> + <g + id="g1984" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1982" + y="358.22" + x="470.43365" + xlink:href="#glyph4-5" /> + </g> + <g + id="g1988" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1986" + y="358.22" + x="475.88586" + xlink:href="#glyph4-11" /> + </g> + <g + id="g2006" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use1990" + y="378.73999" + x="217.3" + xlink:href="#glyph4-14" /> + <use + height="100%" + width="100%" + id="use1992" + y="378.73999" + x="225.33571" + xlink:href="#glyph4-4" /> + <use + height="100%" + width="100%" + id="use1994" + y="378.73999" + x="231.89513" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use1996" + y="378.73999" + x="235.68649" + xlink:href="#glyph4-14" /> + <use + height="100%" + width="100%" + id="use1998" + y="378.73999" + x="243.7222" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use2000" + y="378.73999" + x="247.51358" + xlink:href="#glyph4-20" /> + <use + height="100%" + width="100%" + id="use2002" + y="378.73999" + x="252.63025" + xlink:href="#glyph4-16" /> + <use + height="100%" + width="100%" + id="use2004" + y="378.73999" + x="261.43765" + xlink:href="#glyph4-13" /> + </g> + <g + id="g2010" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2008" + y="378.73999" + x="270.14441" + xlink:href="#glyph4-12" /> + </g> + <g + id="g2018" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2012" + y="378.73999" + x="277.17355" + xlink:href="#glyph4-5" /> + <use + height="100%" + width="100%" + id="use2014" + y="378.73999" + x="282.79352" + xlink:href="#glyph4-8" /> + <use + height="100%" + width="100%" + id="use2016" + y="378.73999" + x="286.65198" + xlink:href="#glyph4-3" /> + </g> + <g + id="g2026" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2020" + y="378.73999" + x="295.54327" + xlink:href="#glyph4-13" /> + <use + height="100%" + width="100%" + id="use2022" + y="378.73999" + x="304.35068" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use2024" + y="378.73999" + x="308.14203" + xlink:href="#glyph4-3" /> + </g> + <g + id="g2032" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2028" + y="378.73999" + x="317.08365" + xlink:href="#glyph4-20" /> + <use + height="100%" + width="100%" + id="use2030" + y="378.73999" + x="322.20032" + xlink:href="#glyph4-6" /> + </g> + <g + id="g2040" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2034" + y="378.73999" + x="325.84073" + xlink:href="#glyph4-5" /> + <use + height="100%" + width="100%" + id="use2036" + y="378.73999" + x="331.46069" + xlink:href="#glyph4-8" /> + <use + height="100%" + width="100%" + id="use2038" + y="378.73999" + x="335.31915" + xlink:href="#glyph4-19" /> + </g> + <g + id="g2046" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2042" + y="378.73999" + x="348.67285" + xlink:href="#glyph4-11" /> + <use + height="100%" + width="100%" + id="use2044" + y="378.73999" + x="357.02731" + xlink:href="#glyph4-6" /> + </g> + <g + id="g2052" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2048" + y="378.73999" + x="360.86902" + xlink:href="#glyph4-4" /> + <use + height="100%" + width="100%" + id="use2050" + y="378.73999" + x="367.42844" + xlink:href="#glyph4-8" /> + </g> + <g + id="g2058" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2054" + y="378.73999" + x="371.33722" + xlink:href="#glyph4-13" /> + <use + height="100%" + width="100%" + id="use2056" + y="378.73999" + x="380.14462" + xlink:href="#glyph4-12" /> + </g> + <g + id="g2064" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2060" + y="378.73999" + x="387.12344" + xlink:href="#glyph4-11" /> + <use + height="100%" + width="100%" + id="use2062" + y="378.73999" + x="395.47791" + xlink:href="#glyph4-6" /> + </g> + <g + id="g2074" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2066" + y="378.73999" + x="399.20218" + xlink:href="#glyph4-4" /> + <use + height="100%" + width="100%" + id="use2068" + y="378.73999" + x="405.7616" + xlink:href="#glyph4-11" /> + <use + height="100%" + width="100%" + id="use2070" + y="378.73999" + x="414.11603" + xlink:href="#glyph4-14" /> + <use + height="100%" + width="100%" + id="use2072" + y="378.73999" + x="422.15173" + xlink:href="#glyph4-10" /> + </g> + <g + id="g2078" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2076" + y="378.73999" + x="427.75491" + xlink:href="#glyph4-12" /> + </g> + <g + id="g2086" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2080" + y="378.73999" + x="434.78406" + xlink:href="#glyph4-2" /> + <use + height="100%" + width="100%" + id="use2082" + y="378.73999" + x="443.59146" + xlink:href="#glyph4-6" /> + <use + height="100%" + width="100%" + id="use2084" + y="378.73999" + x="447.38284" + xlink:href="#glyph4-4" /> + </g> + <g + id="g2090" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2088" + y="378.73999" + x="453.89194" + xlink:href="#glyph4-5" /> + </g> + <g + id="g2098" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2092" + y="378.73999" + x="459.34412" + xlink:href="#glyph4-14" /> + <use + height="100%" + width="100%" + id="use2094" + y="378.73999" + x="467.37982" + xlink:href="#glyph4-10" /> + <use + height="100%" + width="100%" + id="use2096" + y="378.73999" + x="473.23465" + xlink:href="#glyph4-5" /> + </g> + <path + id="path2100" + d="m 116.19141,328.57812 2.28906,2.30079 -2.28906,2.29296 -2.30078,-2.29296 z m 0,0" + style="fill:#ff91ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2104" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2102" + y="334.03" + x="121.78" + xlink:href="#glyph0-7" /> + </g> + <g + id="g2108" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2106" + y="334.03" + x="126.65066" + xlink:href="#glyph0-8" /> + </g> + <g + id="g2112" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2110" + y="334.03" + x="130.36009" + xlink:href="#glyph0-9" /> + </g> + <g + id="g2116" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2114" + y="334.03" + x="134.08029" + xlink:href="#glyph0-10" /> + </g> + <g + id="g2124" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2118" + y="334.03" + x="139.38103" + xlink:href="#glyph0-8" /> + <use + height="100%" + width="100%" + id="use2120" + y="334.03" + x="142.98294" + xlink:href="#glyph0-11" /> + <use + height="100%" + width="100%" + id="use2122" + y="334.03" + x="147.53104" + xlink:href="#glyph0-12" /> + </g> + <g + id="g2134" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2126" + y="334.03" + x="153.13283" + xlink:href="#glyph0-13" /> + <use + height="100%" + width="100%" + id="use2128" + y="334.03" + x="155.56279" + xlink:href="#glyph0-14" /> + <use + height="100%" + width="100%" + id="use2130" + y="334.03" + x="160.713" + xlink:href="#glyph0-15" /> + <use + height="100%" + width="100%" + id="use2132" + y="334.03" + x="165.57289" + xlink:href="#glyph0-10" /> + </g> + <g + id="g2138" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2136" + y="334.03" + x="170.89514" + xlink:href="#glyph0-9" /> + </g> + <g + id="g2144" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2140" + y="334.03" + x="174.74435" + xlink:href="#glyph0-14" /> + <use + height="100%" + width="100%" + id="use2142" + y="334.03" + x="179.89456" + xlink:href="#glyph0-16" /> + </g> + <g + id="g2148" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2146" + y="334.03" + x="184.91574" + xlink:href="#glyph0-10" /> + </g> + <path + id="path2150" + d="m 209.98828,328.57812 2.29297,2.30079 -2.29297,2.29296 -2.29687,-2.29296 z m 0,0" + style="fill:#91ff91;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2154" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2152" + y="334.03" + x="215.57001" + xlink:href="#glyph0-17" /> + </g> + <g + id="g2158" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2156" + y="334.03" + x="220.85999" + xlink:href="#glyph0-9" /> + </g> + <g + id="g2168" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2160" + y="334.03" + x="224.58017" + xlink:href="#glyph0-18" /> + <use + height="100%" + width="100%" + id="use2162" + y="334.03" + x="227.85954" + xlink:href="#glyph0-13" /> + <use + height="100%" + width="100%" + id="use2164" + y="334.03" + x="230.28949" + xlink:href="#glyph0-14" /> + <use + height="100%" + width="100%" + id="use2166" + y="334.03" + x="235.4397" + xlink:href="#glyph0-15" /> + </g> + <g + id="g2172" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2170" + y="334.03" + x="240.18134" + xlink:href="#glyph0-10" /> + </g> + <g + id="g2176" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2174" + y="334.03" + x="245.62184" + xlink:href="#glyph0-9" /> + </g> + <g + id="g2182" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2178" + y="334.03" + x="249.34203" + xlink:href="#glyph0-14" /> + <use + height="100%" + width="100%" + id="use2180" + y="334.03" + x="254.49223" + xlink:href="#glyph0-16" /> + </g> + <g + id="g2186" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2184" + y="334.03" + x="259.51343" + xlink:href="#glyph0-10" /> + </g> + <path + id="path2188" + d="m 283.42187,332.17187 h 2.4375 v -2.4414 h -2.4375 z m 0,0" + style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2192" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2190" + y="334.03" + x="290.16" + xlink:href="#glyph0-19" /> + </g> + <g + id="g2196" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2194" + y="334.03" + x="297.32083" + xlink:href="#glyph0-18" /> + </g> + <g + id="g2200" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2198" + y="334.03" + x="300.6217" + xlink:href="#glyph0-18" /> + </g> + <g + id="g2204" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2202" + y="334.03" + x="303.79355" + xlink:href="#glyph0-10" /> + </g> + <g + id="g2210" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2206" + y="334.03" + x="309.23404" + xlink:href="#glyph0-9" /> + <use + height="100%" + width="100%" + id="use2208" + y="334.03" + x="312.98651" + xlink:href="#glyph0-10" /> + </g> + <g + id="g2214" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2212" + y="334.03" + x="318.28723" + xlink:href="#glyph0-20" /> + </g> + <g + id="g2222" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2216" + y="334.03" + x="324.00729" + xlink:href="#glyph0-13" /> + <use + height="100%" + width="100%" + id="use2218" + y="334.03" + x="326.43726" + xlink:href="#glyph0-21" /> + <use + height="100%" + width="100%" + id="use2220" + y="334.03" + x="328.91022" + xlink:href="#glyph0-22" /> + </g> + <g + id="g2228" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2224" + y="334.03" + x="334.49051" + xlink:href="#glyph0-14" /> + <use + height="100%" + width="100%" + id="use2226" + y="334.03" + x="339.64072" + xlink:href="#glyph0-20" /> + </g> + <path + id="path2230" + d="m 366.17969,330.94922 c 0,0.67187 -0.53907,1.22265 -1.21875,1.22265 -0.67188,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.66797 0.55078,-1.21875 1.22266,-1.21875 0.67968,0 1.21875,0.55078 1.21875,1.21875 z m 0,0" + style="fill:#d90000;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2236" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2232" + y="334.03" + x="370.54001" + xlink:href="#glyph0-23" /> + <use + height="100%" + width="100%" + id="use2234" + y="334.03" + x="377.44278" + xlink:href="#glyph0-24" /> + </g> + <g + id="g2240" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2238" + y="334.03" + x="383.1521" + xlink:href="#glyph0-24" /> + </g> + <g + id="g2244" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2242" + y="334.03" + x="388.74313" + xlink:href="#glyph0-10" /> + </g> + <g + id="g2252" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2246" + y="334.03" + x="394.04388" + xlink:href="#glyph0-9" /> + <use + height="100%" + width="100%" + id="use2248" + y="334.03" + x="397.79633" + xlink:href="#glyph0-13" /> + <use + height="100%" + width="100%" + id="use2250" + y="334.03" + x="400.22626" + xlink:href="#glyph0-25" /> + </g> + <g + id="g2256" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2254" + y="334.03" + x="405.95709" + xlink:href="#glyph0-22" /> + </g> + <g + id="g2260" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2258" + y="334.03" + x="411.54813" + xlink:href="#glyph0-26" /> + </g> + <g + id="g2264" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2262" + y="334.03" + x="417.26819" + xlink:href="#glyph0-27" /> + </g> + <g + id="g2268" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2266" + y="334.03" + x="422.85922" + xlink:href="#glyph0-20" /> + </g> + <path + id="path2270" + d="m 449.51172,330.94922 c 0,0.67187 -0.54297,1.22265 -1.21094,1.22265 -0.67969,0 -1.22266,-0.55078 -1.22266,-1.22265 0,-0.66797 0.54297,-1.21875 1.22266,-1.21875 0.66797,0 1.21094,0.55078 1.21094,1.21875 z m 0,0" + style="fill:#2323ff;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <g + id="g2274" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2272" + y="334.03" + x="453.79001" + xlink:href="#glyph0-28" /> + </g> + <g + id="g2278" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2276" + y="334.03" + x="458.35959" + xlink:href="#glyph0-22" /> + </g> + <g + id="g2282" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2280" + y="334.03" + x="463.95065" + xlink:href="#glyph0-29" /> + </g> + <g + id="g2286" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2284" + y="334.03" + x="471.67056" + xlink:href="#glyph0-10" /> + </g> + <g + id="g2290" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2288" + y="334.03" + x="476.97131" + xlink:href="#glyph0-9" /> + </g> + <g + id="g2296" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2292" + y="334.03" + x="480.6915" + xlink:href="#glyph0-13" /> + <use + height="100%" + width="100%" + id="use2294" + y="334.03" + x="483.12146" + xlink:href="#glyph0-25" /> + </g> + <g + id="g2300" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2298" + y="334.03" + x="488.84152" + xlink:href="#glyph0-22" /> + </g> + <g + id="g2304" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2302" + y="334.03" + x="494.43256" + xlink:href="#glyph0-26" /> + </g> + <g + id="g2308" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2306" + y="334.03" + x="500.15262" + xlink:href="#glyph0-27" /> + </g> + <g + id="g2312" + style="fill:#575757;fill-opacity:1"> + <use + height="100%" + width="100%" + id="use2310" + y="334.03" + x="505.74365" + xlink:href="#glyph0-20" /> + </g> + <g + style="clip-rule:nonzero" + id="g2316" + clip-path="url(#clip1)"> + <path + id="path2314" + transform="matrix(1,0,0,-1,0,841.8)" + d="M 50.996094,251.10859 H 544.32812 v 298.75 H 50.996094 Z m 0,0" + style="fill:none;stroke:#d9d9d9;stroke-width:0.89643002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" /> + </g> + </g> +</svg> |