summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/.gitignore3
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/01-12-2022-add-support-for-pinephone.tex499
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC-BY-SA-4.0428
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC0-1.0-Universal121
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/Makefile21
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/README23
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/costs.tex85
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/data/10037B00000023D0000005804A3C085245797F4E.svg711
-rw-r--r--NLnet/01-12-2022-add-support-for-pinephone/first-stage-assessment.txt195
-rw-r--r--NLnet/templates/first-stage-assessment.txt40
10 files changed, 2126 insertions, 0 deletions
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/.gitignore b/NLnet/01-12-2022-add-support-for-pinephone/.gitignore
new file mode 100644
index 0000000..d733646
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/.gitignore
@@ -0,0 +1,3 @@
+/output/**
+*~
+\#.*\#
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/01-12-2022-add-support-for-pinephone.tex b/NLnet/01-12-2022-add-support-for-pinephone/01-12-2022-add-support-for-pinephone.tex
new file mode 100644
index 0000000..b7a0ec1
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/01-12-2022-add-support-for-pinephone.tex
@@ -0,0 +1,499 @@
+\documentclass[a4paper,titlepage]{article}
+\usepackage[english]{babel}
+\usepackage[a4paper]{geometry}
+
+\usepackage[gen]{eurosym}
+\usepackage{hyperref}
+\usepackage[utf8]{inputenc}
+\usepackage{listings}
+\usepackage{longtable}
+\usepackage{multirow}
+
+\usepackage{graphicx}
+
+\author{Denis 'GNUtoo' Carikli \and NLnet}
+\date{\today}
+
+\input{costs.tex}
+
+\begin{document}
+\begin{titlepage}
+ \centering
+ \vspace{1.5cm} {\huge\bfseries Budget for the "Add basic support for
+ the Pinephone 1.2" Project\par} \vfill
+\end{titlepage}
+
+\section{
+ Deliverables
+}
+
+\subsection{
+ Add very basic support for the Pine64 Pinephone 1.2
+}
+
+\begin{longtable}[!t]{|p{1cm}|p{6cm}|p{6cm}|}
+ \hline
+ Cost estimation & Task & Comments
+
+ \\ \hline \hline %% ----------------------------------------------------------
+
+
+ \workdays{14} &
+ Create devices repositorie(s) (device/[...]/pinephone) for
+ the Pinephone 1.2. &
+ There are various ways to do it:
+ \begin{itemize}
+ \item{We could import GloDroid device repository
+ ( \url{https://github.com/GloDroid/glodroid_device} )
+ as-is and then modify it to integrate well with
+ Replicant 11.}
+ \item {We could have to write the device repository from scratch}
+ \item {We could have to switch Replicant to a structure similar to
+ Glodroid where they have their device repositories in a single
+ git repository and add support for the Pinephone there.}
+ \end{itemize}
+
+ Since we will use GLODroid's an AT commands RIL, we will also need
+ to extract it from the GLODroid device repository and send patches
+ for that to GLODroid.
+
+ For the vibrator HAL we could try to use AOSP Mainline's HAL instead
+ as it is known to be generic and it has been made to be shared
+ across different Android distributions.
+
+ The USB Gadget and the power management HAL looks generic enough so
+ they could probably again be moved out this device repository as
+ well and listed on
+ \url{https://aosp-developers-community.github.io/}.
+
+ The "light" HAL for the LEDS doesn't look very generic so it could
+ be kept as-is for now.
+
+ Note that for now we will most likely only support the Pinephone
+ 1.2 and not 1.1 or 1.0.
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \workdays{15} & Build the kernel for the Pinephone. &
+
+ Replicant already has custom code (derived from LineageOS) to build
+ a kernel image and and it shared among all supported devices.
+
+ In addition Replicant has its own kernel configuration.
+
+ So the best way to do things here is to actually factor out the
+ GLODroid kernel build Makefile and send patches to GLODroid to move
+ it in a separate repository and add the missing functionalty we need
+ there. This is because Replicant's code support more feature but
+ it's less clean, so it's better to have clean code for sharing it
+ accross different Android distributions.
+
+ \url{https://aosp-developers-community.github.io/}
+
+ As for the kernel configuration, it needs to be maintainable over
+ time. Since we'll be having both an armv7h and aarch64 kernel we
+ would need to remove the hardware specific parts from the armv7h
+ kernel and add reuse that as a base for the aarch64 kernel
+ configuration.
+
+ If possible the kernel build Makefile should also handle split
+ kernel configuration where a distribution specific part and device
+ specific part would be combined to a final defconfig.
+
+ Distributions like OpenWRT use that scheme for making maintenance
+ easier accross different hardware specific kernels.
+
+ Then (if possible) we will need most likely need to support the
+ Pinephone with the same kernel source code than the kernel used for
+ the Galaxy SIII and other devices to also reduce maintenance.
+
+ This task assumes that the Pinephone hardware is already supported
+ by the Replicant 11 kernel and that only minor code adjustement
+ might be needed.
+
+ Note that for now we will most likely only support the Pinephone 1.2
+ and not 1.1 or 1.0, because the armv7h Replicant kernel includes the
+ devicetree in the image, and that As far as I know GloDroid also
+ only support the Pinephone 1.2.
+
+ In addition, if we end up using the same Replicant kernel, we will
+ also need to add support for the Pinephone 1.2 in our script that
+ builds the kernel on GNU/Linux (build.sh) on an FSDG compliant
+ distribution like Parabola. This enables faster boot tests.
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \workdays{14} & Add a package for an aarch64 gcc toolchain in Guix.
+
+ Replicant has support for building kernels directly in GNU/Linux in
+ order to have way faster build tests and make the kernel upstreaming
+ work easier. We use a script (build.sh) to select the right device
+ configuration depending on the usage (Android, GNU/Linux, etc).
+
+ So far that also worked in Guix because they have a
+ arm-none-eabi-toolchain package that can build that kenrel.
+
+ However the Pinephone has to use a 64bit kernel and Guix lack a
+ package for an aarch64 toolchain that can build a kernel. &
+
+ Here this assumes that I can simply make a package and that I don't
+ have to fix toolchain bugs and that the toolchain components
+ versions used for arm-none-eabi-toolchain also work for aarch64.
+
+ Patch(es) for that will have to be sent upstream.
+
+ The patch will also need to be accepted upstream unless upstream
+ doesn't want an aarch64 toolchain package, or that they require
+ significant architectural rework in Guix for having toolchain
+ packages like that, or that at the time where I apply for the RFP,
+ upstream didn't bother to review the last patch version.
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \workdays{7} & Make the Pinephone boot and work: Glodroid uses forks
+ of various repositories like mesa, minigbm, etc. So we will need to
+ make sure that either their patches are not needed or that they can
+ be integrated in Replicant. &
+
+ Note that I didn't look yet how much patches they have on top of
+ their repositories, so the amount of work days is a very rough
+ estimate that take into acount trial and errors with various
+ repository versions.
+
+ Note that work on u-boot is not part of this task.
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \workdays{2} & Add u-boot support for the Pinephone.
+ \begin{itemize}
+ \item{The u-boot source code should at least be 100\% free
+ software. So nonfree microcode will have to be removed.}
+ \item{The Pinephone configuration will need to make sure that the
+ modem is isolated. This could for instance be done by disabling
+ the USB host in the configuration.}
+ \end{itemize} &
+ Debian has a 100\% free u-boot and Libreboot also had released a
+ 100\% free u-boot that is easy to reuse, but it needs to be updated.
+ While I already made a patch for the update (that is not part of
+ this task), it was refused upstream because of unexpected policies
+ changes on the inclusion of nonfree software. So if Libreboot is
+ used I'd have to find a way around that.
+
+
+ Note that for now we will most likely only support the Pinephone 1.2
+ and not 1.1 or 1.0. A scheme to support all the 3 pinephones will
+ have to be designed later on (not part of this MOU).
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \hline
+
+
+ \hline
+
+ \hline
+ \subsectiontotal{3}
+ \hline
+
+\end{longtable}
+
+\subsection{
+ Modem related work for the Pinephone
+}
+
+\begin{longtable}[!t]{|p{1cm}|p{6cm}|p{6cm}|}
+ \hline
+ Cost estimation & Task & Comments
+
+ \\ \hline \hline %% ----------------------------------------------------------
+
+ \workdays{14} &
+
+ Add USB isolation for the Pinephone modem: Replicant requires
+ devices to have some form of isolation between the modem and the SOC
+ in order to prevent the modem from taking control of Android if it
+ is compromised (modems are often easy to compromise (see talks like
+ Breaking Band or talks on Samsung modems, or the ASN-1 security
+ flaw) and the part exposed to the telephony network is
+ nonfree). Here the modem and the SOC are connected through USB, so
+ it enables the modem to expose a keyboard interface and type
+ commands in Android. &
+
+ There is a huge unknown here. I'm not sure that
+ CONFIG\_USB\_OTG\_PRODUCTLIST (previously known as
+ CONFIG\_USB\_WHITELIST) can work for our use case here.
+
+ The alternative is to use usbguard but it also has huge unknowns:
+ \begin{itemize}
+ \item{The usbguard website ( \url{usbguard.github.io} ) doesn't
+ list Android as compatible operating system.}
+ \item{I have no idea if it can be used to only block USB devices
+ on a specific USB bus and not block other devices.}
+ \item{I'm also not familiar with it, so I don't know how easily it
+ could be integrated in Android or the boot process.}
+ \end{itemize}
+
+ This assumes that once USBGuard builds for Android (with all its
+ non-optional dependencies), it would work fine with minimal
+ configuration. Note that testing the effectiveness of it is out of
+ the scope of this task as it would require to find some way to
+ reconfigure the USB of the modem.
+
+ Note that USB isolation in the bootloader is not part of this
+ task.
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \\ \hline \hline %% ----------------------------------------------------------
+
+ \workdays{14} & Find a way to test the modem isolation. &
+
+ The pinephone modem is itself a bit like a smartphone on a chip: it
+ contains CPUs that run GNU/Linux and that interact (through USB)
+ with the Pinephone SOC. That modem also has CPU that run the actual
+ modem code.
+
+ So here the goal is to find a way to run commands inside the
+ GNU/Linux part and somehow reconfigure the USB link to emulate
+ another peripheral like USB storage, a keyboard, etc.
+
+ There are various ways that it could work. There was a (not very
+ serious) security flaw inside the Pinephone modem that enable local
+ users to run commands inside the AP of the modem
+ \url{https://nns.ee/blog/2021/04/03/modem-rce.html}. If that still
+ work it might be possible to write a script that does that.
+
+ If not, I will most likely need to try to boot another GNU/Linux
+ inside that modem in order to run commands to reconfigure the USB link.
+
+ There is more documentation about this modem (including links to the
+ Linux port) here:
+ \url{https://osmocom.org/projects/quectel-modems/wiki}
+
+ While this is pretty easy to do on a single board computer(SBCs),
+ and that there are documented examples to make SBCs act as a
+ keyboard (\url{https://xobs.io/novena-as-a-keyboard/}) there is a
+ lot of unknowns here that will most likely make this hard.
+
+ For instance the stock kernel is probably a non-standard Android
+ kernel and might not be able to reconfigure the USB easily.
+
+ In addition getting boot logs and so on might turn out to be quite
+ challenging.
+
+ It might still be possible to avoid having to deal with the
+ userspace and hardcode the usb gadget configuration in the kernel
+ image. That would save significant time as a rootfs wouln't need to
+ be built. If that works It could also facilitate testing at the end.
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \workdays{1} &
+
+ Validate that calls (and SMS) work, Measure suspend/resume latency,
+ and measure how fast someone is able to answer a call.
+
+ &
+
+ GloDroid uses AT commands to talk to the modem. While this protocol
+ is standard, it has a number of issues that lead modem manufacturers
+ to make their own standards instead.
+
+ With AT commands the modem can notify the host (with unsolicited
+ commands) but there is no sequence numbers so the protocol is
+ syncronous. This can potentially increase the latency.
+
+ In addition it is also difficult to parse as modem vendors often
+ don't respect well the standard.
+
+ So here it would be a good idea to measure suspend/resume latency
+ and then to measure the latency to answer a call to understand If
+ the usage of AT commands has a significant impact on the usability
+ or not.
+
+ If the impact is too big, we would probably need to fix that (the
+ fix is not part of this MOU and will probably require to apply again
+ for funding) as there is a free software QMI library and Replicant
+ has already experimental code to use it (either though a libril that
+ uses libqmi directly or through a RIL that use oFono which can then
+ use libqmi). The later can enable to share code with GNU/Linux.
+
+ \\ \hline \hline %% ----------------------------------------------------------
+
+ \hline
+
+ \hline
+ \subsectiontotal{3}
+ \hline
+
+\end{longtable}
+
+\subsection{
+ samsung-ipc
+}
+
+\section{
+ Other costs
+}
+
+\subsection{
+ Hardware
+}
+
+I was lent a Pinephone so I can use it at the begining but at some
+point I'll need the hardware to at least make sure it keeps being
+supported.
+
+%% We want to avoid floating point arythmetics as much as possible as
+%% there are implementation defined parts in IEEE-754.
+\newcounter{doleurnumerator}
+\setcounter{doleurnumerator}{9623}
+
+\newcounter{doleurdenominator}
+\setcounter{doleurdenominator}{10000}
+
+\newcounter{eurdol}
+\setcounter{eurdol}{0}
+
+\newcommand{\dollarfixedcost}[1] {
+ \setcounter{eurdol}{{#1 * \thedoleurnumerator} / \thedoleurdenominator}
+ \fixedcost{\theeurdol} (\textdollar{#1})
+}
+
+\begin{longtable}[!t]{|p{1cm}|p{6cm}|p{6cm}|}
+ \hline
+ Cost estimation & Task & Comments \\
+ \hline
+
+ \hline
+
+ \dollarfixedcost{200} &
+
+ Pinephone beta edition with convergence package
+
+ &
+ This version has 3GiB of RAM. This should make testing easier as the
+ RAM seen by the system can easily be reduced but not increased.
+ Reference:
+ \url{https://pine64.com/product/pinephone-beta-edition-with-convergence-package/}
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \dollarfixedcost{7} &
+
+ Serial console cable
+
+ &
+
+ Enables to get logs at boot and to get a shell. Required for working
+ efficiently. Reference:
+ \url{https://pine64.com/product/pinebook-pinephone-pinetab-serial-console/}
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \dollarfixedcost{8} &
+
+ MicroSD extender
+
+ &
+
+ Saves a lot of time when booting kernels from the microSD. I'm not
+ sure if it will be needed or not though, it depends on how fast it
+ is to load a bootimage from USB.
+
+ \url{https://pine64.com/product/pinephone-microsd-extender/}
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \dollarfixedcost{5} &
+
+ External battery charger
+
+ &
+
+ I'm not sure if the bootloader supports charing the battery. If it
+ doesn't, the phone would need to boot to charge the battery, but it
+ would also need a battery that is a bit charged to be able to boot.
+
+ \url{https://pine64.com/product/pinephone-battery-charger/}
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \dollarfixedcost{10} &
+
+ Protecting case
+
+ &
+
+ This enables to reduce risks during transport. Transporting the
+ phone might be useful to bring it to conferences or to do real usage
+ tests (like phone calls outside).
+
+ \url{https://pine64.com/product/pinephone-soft-tpu-protective-case/}
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \dollarfixedcost{50} &
+
+ Keyboard
+
+ &
+
+ This keyboard also contains an internal battery that increase the
+ battery life of the phone (which is known to be poor). So it might
+ give us information on how usable the phone is with or without the
+ keyboard.
+
+ There is an out of tree kernel driver for the keyboard, so we
+ probably need to look into integrating it at some point.
+
+ \url{https://pine64.com/product/pinephone-pinephone-pro-keyboard-case/}
+
+ \\ \hline %% -----------------------------------------------------------------
+
+ \hline
+ \subsectiontotal{3}
+ \hline
+
+\end{longtable}
+
+
+\subsection{
+ FOSDEM 2022
+}
+
+\begin{longtable}[!t]{|p{1cm}|p{6cm}|p{6cm}|}
+ \hline
+ Cost estimation & Task & Comments \\
+ \hline
+
+ \hline
+
+ \fixedcost{90} & Train & \\
+
+ \hline
+
+ %% TODO: try to make it 2 days instead of 3 days to
+ %% reduce the cost
+ \fixedcost{160} & 2 days hotel & \\
+
+ \hline
+
+ %% 1 day tranportation
+ %% 2 days at the conference
+ \workdays{2} & Conference & \\
+
+ \hline
+
+ \hline
+ \subsectiontotal{3}
+ \hline
+\end{longtable}
+
+\section{
+ Total
+}
+
+The total estimation for this project is \euro{\theglobaltotal}.
+
+\end{document}
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC-BY-SA-4.0 b/NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC-BY-SA-4.0
new file mode 100644
index 0000000..fe8dbc5
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC-BY-SA-4.0
@@ -0,0 +1,428 @@
+Attribution-ShareAlike 4.0 International
+
+=======================================================================
+
+Creative Commons Corporation ("Creative Commons") is not a law firm and
+does not provide legal services or legal advice. Distribution of
+Creative Commons public licenses does not create a lawyer-client or
+other relationship. Creative Commons makes its licenses and related
+information available on an "as-is" basis. Creative Commons gives no
+warranties regarding its licenses, any material licensed under their
+terms and conditions, or any related information. Creative Commons
+disclaims all liability for damages resulting from their use to the
+fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and
+conditions that creators and other rights holders may use to share
+original works of authorship and other material subject to copyright
+and certain other rights specified in the public license below. The
+following considerations are for informational purposes only, are not
+exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+=======================================================================
+
+Creative Commons Attribution-ShareAlike 4.0 International Public
+License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-ShareAlike 4.0 International Public License ("Public
+License"). To the extent this Public License may be interpreted as a
+contract, You are granted the Licensed Rights in consideration of Your
+acceptance of these terms and conditions, and the Licensor grants You
+such rights in consideration of benefits the Licensor receives from
+making the Licensed Material available under these terms and
+conditions.
+
+
+Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. BY-SA Compatible License means a license listed at
+ creativecommons.org/compatiblelicenses, approved by Creative
+ Commons as essentially the equivalent of this Public License.
+
+ d. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ e. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ g. License Elements means the license attributes listed in the name
+ of a Creative Commons Public License. The License Elements of this
+ Public License are Attribution and ShareAlike.
+
+ h. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ i. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ j. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ k. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ l. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ m. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. Additional offer from the Licensor -- Adapted Material.
+ Every recipient of Adapted Material from You
+ automatically receives an offer from the Licensor to
+ exercise the Licensed Rights in the Adapted Material
+ under the conditions of the Adapter's License You apply.
+
+ c. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ b. ShareAlike.
+
+ In addition to the conditions in Section 3(a), if You Share
+ Adapted Material You produce, the following conditions also apply.
+
+ 1. The Adapter's License You apply must be a Creative Commons
+ license with the same License Elements, this version or
+ later, or a BY-SA Compatible License.
+
+ 2. You must include the text of, or the URI or hyperlink to, the
+ Adapter's License You apply. You may satisfy this condition
+ in any reasonable manner based on the medium, means, and
+ context in which You Share Adapted Material.
+
+ 3. You may not offer or impose any additional or different terms
+ or conditions on, or apply any Effective Technological
+ Measures to, Adapted Material that restrict exercise of the
+ rights granted under the Adapter's License You apply.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material,
+
+ including for purposes of Section 3(b); and
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+
+=======================================================================
+
+Creative Commons is not a party to its public
+licenses. Notwithstanding, Creative Commons may elect to apply one of
+its public licenses to material it publishes and in those instances
+will be considered the “Licensor.” The text of the Creative Commons
+public licenses is dedicated to the public domain under the CC0 Public
+Domain Dedication. Except for the limited purpose of indicating that
+material is shared under a Creative Commons public license or as
+otherwise permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark "Creative Commons" or any other trademark or logo
+of Creative Commons without its prior written consent including,
+without limitation, in connection with any unauthorized modifications
+to any of its public licenses or any other arrangements,
+understandings, or agreements concerning use of licensed material. For
+the avoidance of doubt, this paragraph does not form part of the
+public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
+
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC0-1.0-Universal b/NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC0-1.0-Universal
new file mode 100644
index 0000000..0e259d4
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/COPYING.CC0-1.0-Universal
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/Makefile b/NLnet/01-12-2022-add-support-for-pinephone/Makefile
new file mode 100644
index 0000000..f07ca51
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/Makefile
@@ -0,0 +1,21 @@
+TEXFLAGS ?= -halt-on-error -output-format pdf -output-directory output
+TITLE = 01-12-2022-add-support-for-pinephone
+
+all: $(TITLE)_en.pdf
+
+output:
+ mkdir output
+
+$(TITLE)_en.pdf: output/10037B00000023D0000005804A3C085245797F4E.png
+ pdflatex $(TEXFLAGS) '$(TITLE).tex'
+
+output/10037B00000023D0000005804A3C085245797F4E.png: data/10037B00000023D0000005804A3C085245797F4E.svg output
+ convert data/10037B00000023D0000005804A3C085245797F4E.svg $@
+
+test: $(TITLE)_en.pdf
+ xdg-open output/$(TITLE).pdf
+
+clean:
+ rm -rf output
+
+.PHONY: all clean test $(TITLE)_en.pdf
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/README b/NLnet/01-12-2022-add-support-for-pinephone/README
new file mode 100644
index 0000000..b19b90a
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/README
@@ -0,0 +1,23 @@
+== License ==
+This project is licensed under either under the Creative Commons
+Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) or the
+Creative Commons CC0 1.0 Universal.
+
+== Trademarks ==
+Note that trademarks and copyright laws are completely different[1].
+
+Copyright licenses like the Creative Commons licenses or the GPL do
+not give any trademarks rights.
+
+In short it means that if you are not already entitled to represent
+the NLnet foundation, the Replicant project, the individuals
+mentioned in the document or other entities, then you still cannot
+do that as usual free software licenses don't give recipients any
+trademarks rights.
+
+However copyrighted work under free software licenses can still be
+modified to make it clear that the modified document does not
+missrepresent individuals, projects, organisations, or other
+entities.
+
+[1]https://www.gnu.org/philosophy/not-ipr.html
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/costs.tex b/NLnet/01-12-2022-add-support-for-pinephone/costs.tex
new file mode 100644
index 0000000..e7b1527
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/costs.tex
@@ -0,0 +1,85 @@
+%% Calculate various costs
+\usepackage{calc}
+\usepackage{ifthen}
+
+\newcounter{rate}
+\setcounter{rate}{27}
+
+\newcounter{globaltotal}
+\setcounter{globaltotal}{0}
+
+\newcounter{totalhours}
+\setcounter{totalhours}{0}
+
+\newcounter{totalfixedcosts}
+\setcounter{totalfixedcosts}{0}
+
+\newcommand{\fixedcost}[1] {
+ \setcounter{totalfixedcosts}{\thetotalfixedcosts + #1}
+ \setcounter{globaltotal}{\theglobaltotal + #1}
+ \euro{#1}
+}
+
+\newcounter{cost}
+\newcommand{\workhours}[1] {
+ \setcounter{cost}{#1 * \therate}
+
+ #1h: \euro{\thecost}
+
+ %% For the total at the end
+ \setcounter{totalhours}{\thetotalhours + #1}
+ \setcounter{globaltotal}{\theglobaltotal + \thecost}
+}
+
+\newcounter{workdayhours}
+\newcommand{\workdays}[1] {
+ %% 7 work hours in a day
+ \setcounter{workdayhours}{#1 * 7}
+ \workhours{\theworkdayhours}
+}
+
+\newcounter{workmonthhours}
+\newcommand{\workmonths}[1] {
+ %% 4.5 weeks of 5 days of 7h in a month
+ %% => 157.5 aproximated to 158
+ \setcounter{workmonthhours}{#1 * 158}
+ \workhours{\theworkmonthhours}
+}
+
+%% Input:
+%% - rate
+%% - totalhours
+%% - totalfixedcosts
+\newcounter{totalhourscost}
+\newcounter{totalcost}
+\newcommand{\subsectiontotal}[1]{
+ \noalign{
+ \setcounter{totalhourscost}{\thetotalhours * \therate}
+ \setcounter{totalcost}{\thetotalhourscost + \thetotalfixedcosts}
+ \ifthenelse{\equal{\thetotalfixedcosts}{0}}
+ {
+ \gdef\tmp{
+ \multicolumn{#1}{|c|}{Total: approximately \thetotalhours h: \euro{\thetotalhourscost}} \\
+ }
+ }%
+ {
+ \gdef\tmp{
+ \multicolumn{#1}{|c|}{
+ Approximate work hours: \thetotalhours h: \euro{\thetotalhourscost}
+ } \\
+ \multicolumn{#1}{|c|}{
+ Fixed costs: \euro{\thetotalfixedcosts}
+ } \\
+ \multicolumn{#1}{|c|}{
+ Total: \euro{\thetotalcost}
+ } \\
+ }
+ }%
+ }\tmp
+ \noalign{
+ \gdef\tmp{
+ \setcounter{totalhours}{0}
+ \setcounter{totalfixedcosts}{0}
+ }\tmp
+ }
+}
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/data/10037B00000023D0000005804A3C085245797F4E.svg b/NLnet/01-12-2022-add-support-for-pinephone/data/10037B00000023D0000005804A3C085245797F4E.svg
new file mode 100644
index 0000000..079a0fb
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/data/10037B00000023D0000005804A3C085245797F4E.svg
@@ -0,0 +1,711 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ version="1.1"
+ width="346.51331"
+ height="53.224716"
+ id="svg3109">
+ <metadata
+ id="metadata3164">
+ <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="defs3111" />
+ <g
+ transform="translate(-198.79059,-27.728974)"
+ id="Layer" />
+ <g
+ transform="matrix(0.31643626,0,0,0.31643626,97.465182,0.00752693)"
+ id="g3114">
+ <path
+ d="m 446.602,73.8789 2.5,-13.6449 -12.895,0 3.75,-20.089 -15.445,6.046 -2.5,14.043 -9.395,0 -2.5,13.6449 9.246,0 -3.148,17.293 c -0.149,0.9531 -0.399,2.3515 -0.649,4.1484 -0.25,1.8008 -0.402,3.3985 -0.402,4.7497 0.051,6.246 1.551,11.395 4.5,15.446 2.949,4.144 7.746,6.593 14.445,7.343 l 6.446,-13.293 c -3.45,-0.449 -6.047,-1.8 -7.895,-4.097 -1.851,-2.352 -2.75,-5.301 -2.75,-8.8987 0,-0.6992 0.102,-1.6992 0.25,-3.0469 0.149,-1.3515 0.301,-2.4492 0.449,-3.3007 l 3,-16.3438 12.993,0 0,0 z"
+ id="path3116"
+ style="fill:#98bf00" />
+ <path
+ d="m 310.707,72.332 c 2.398,-0.8515 4.5,-1.3008 6.25,-1.3008 1.898,0 3.496,0.5508 4.797,1.6485 1.25,1.0508 1.848,2.6015 1.848,4.75 0,0.5976 -0.098,1.5 -0.301,2.75 -0.199,1.1484 -0.348,2.1992 -0.496,3.0976 l -3.602,16.8907 c -0.25,1.301 -0.5,2.652 -0.75,4.051 -0.25,1.449 -0.348,2.699 -0.348,3.746 0,4.051 1.098,7.449 3.348,10.148 2.149,2.699 5.996,4.297 11.547,4.746 l 6.348,-12.843 c -2.153,-0.348 -3.7,-1.149 -4.649,-2.399 -1,-1.199 -1.5,-2.898 -1.5,-5.047 0,-0.5 0.051,-1.101 0.149,-1.75 0.05,-0.652 0.152,-1.1989 0.199,-1.6012 l 3.648,-17.1915 c 0.301,-1.4492 0.551,-2.8984 0.75,-4.3476 0.203,-1.3985 0.301,-2.8008 0.301,-4.1485 0,-4.9492 -1.449,-8.9452 -4.348,-11.8942 -2.949,-2.949 -7.046,-4.449 -12.296,-4.449 -3.047,0 -5.946,0.5 -8.793,1.5 -2.801,0.949 -6.2,2.546 -10.149,4.898 -0.148,-0.949 -0.5,-2.102 -1,-3.398 -0.547,-1.25 -1.148,-2.352 -1.797,-3.352 l -13.394,5.75 c 1.148,1.75 2.047,3.598 2.597,5.496 0.5,1.8985 0.75,3.6992 0.75,5.3477 0,0.8515 -0.05,1.8984 -0.199,3.0508 -0.101,1.1484 -0.25,2.0468 -0.402,2.6992 l -7.945,42.3323 14.394,0 8.445,-45.6839 c 2.051,-1.5469 4.25,-2.6992 6.598,-3.4961 l 0,0 z"
+ id="path3118"
+ style="fill:#98bf00" />
+ <path
+ d="m 350.742,80.0781 c -1.551,4.5977 -2.301,9.4961 -2.301,14.6446 0,4.4961 0.602,8.4963 1.75,11.9963 1.149,3.496 2.801,6.445 4.899,8.797 2.051,2.398 4.598,4.195 7.547,5.445 2.949,1.25 6.246,1.898 9.847,1.898 4.348,0 8.645,-0.797 12.946,-2.398 4.347,-1.598 8.144,-4.098 11.394,-7.445 l -5.398,-12.497 c -2.5,2.801 -5.25,4.899 -8.297,6.348 -3.051,1.449 -6.098,2.149 -9.098,2.149 -3.496,0 -6.246,-1.098 -8.246,-3.297 -1.949,-2.25 -2.949,-5.051 -2.949,-8.3479 l 0,-0.9492 c 0,-0.3985 0.051,-0.8008 0.152,-1.1992 2.649,-0.3516 5.645,-0.8008 8.996,-1.3985 3.348,-0.6015 6.746,-1.3008 10.196,-2.1015 3.449,-0.8477 6.797,-1.7969 10.093,-2.7969 3.25,-1 6.149,-2.0508 8.598,-3.1016 l 0,-5.7461 c 0,-3.5469 -0.551,-6.7461 -1.648,-9.5976 -1.149,-2.7465 -2.649,-5.1485 -4.598,-7.1955 -1.949,-2 -4.301,-3.5 -6.949,-4.5 -2.598,-1.047 -5.446,-1.597 -8.496,-1.597 -4.45,0 -8.598,1 -12.344,2.949 -3.801,1.949 -7.047,4.648 -9.695,8.0974 -2.75,3.3984 -4.848,7.3437 -6.399,11.8437 l 0,0 z m 21.641,-10.0976 c 1.551,-0.8477 3.301,-1.2461 5.25,-1.2461 2.648,0 4.847,0.8476 6.594,2.5976 1.75,1.6992 2.652,4.2461 2.652,7.6953 -1.449,0.4493 -3.152,1 -5.149,1.5508 -2.05,0.5 -4.097,1 -6.199,1.4492 -2.148,0.4493 -4.199,0.8985 -6.246,1.3008 -2.051,0.3477 -3.801,0.6485 -5.301,0.8985 0.25,-2.0977 0.704,-4.0977 1.403,-5.9493 0.75,-1.8476 1.699,-3.4961 2.847,-4.8984 1.25,-1.3984 2.598,-2.5469 4.149,-3.3984 l 0,0 z"
+ id="path3120"
+ style="fill:#98bf00;fill-rule:evenodd" />
+ <path
+ d="m 404.172,140.453 c 0,-1.25 -0.203,-2.398 -0.602,-3.398 -0.398,-1 -0.949,-1.848 -1.597,-2.598 -0.703,-0.699 -1.5,-1.25 -2.45,-1.601 -0.949,-0.348 -2,-0.547 -3.101,-0.547 -1.449,0 -2.797,0.297 -4.047,0.847 -1.25,0.551 -2.348,1.352 -3.297,2.348 -0.953,1 -1.699,2.152 -2.25,3.5 -0.551,1.352 -0.851,2.801 -0.851,4.398 0,1.25 0.199,2.348 0.601,3.399 0.348,1 0.899,1.851 1.598,2.551 0.652,0.749 1.5,1.296 2.449,1.699 0.949,0.348 2,0.547 3.148,0.547 1.403,0 2.75,-0.297 4,-0.848 1.25,-0.551 2.348,-1.352 3.297,-2.348 0.95,-0.953 1.7,-2.152 2.25,-3.5 0.551,-1.351 0.852,-2.847 0.852,-4.449 l 0,0 z m -13.895,-0.051 c 0.297,-0.898 0.7,-1.699 1.2,-2.398 0.546,-0.699 1.199,-1.25 1.949,-1.699 0.75,-0.449 1.547,-0.649 2.496,-0.649 1.449,0 2.5,0.45 3.25,1.348 0.75,0.852 1.148,2.102 1.148,3.648 0,0.95 -0.148,1.903 -0.449,2.852 -0.25,0.898 -0.648,1.699 -1.199,2.398 -0.551,0.7 -1.199,1.25 -1.949,1.699 -0.75,0.399 -1.598,0.598 -2.5,0.598 -1.45,0 -2.496,-0.449 -3.246,-1.297 -0.75,-0.902 -1.153,-2.101 -1.153,-3.648 0,-0.949 0.153,-1.902 0.453,-2.852 l 0,0 z"
+ id="path3122"
+ style="fill:#000000;fill-rule:evenodd" />
+ <path
+ d="m 434.559,132.559 -3.551,0 -1.899,11.043 c -0.05,0.152 -0.097,0.402 -0.097,0.75 0,0.351 0,0.601 0,0.851 l -0.153,0 -6.394,-12.644 -3.352,0 -3.347,18.742 3.597,0 2,-11.297 c 0.051,-0.148 0.051,-0.398 0.051,-0.648 0,-0.25 0,-0.551 0,-0.852 l 0.149,0 6.546,12.945 3.2,-0.3 3.25,-18.59 0,0 z"
+ id="path3124"
+ style="fill:#000000" />
+ <path
+ d="m 374.383,132.559 -3.649,0 -3.347,18.742 3.695,0 3.301,-18.742 0,0 z"
+ id="path3126"
+ style="fill:#000000" />
+ <path
+ d="m 328.949,132.559 -4.246,0 c -0.801,1.347 -1.652,2.898 -2.601,4.547 -0.95,1.648 -1.848,3.347 -2.747,5.046 -0.902,1.7 -1.699,3.348 -2.449,4.95 -0.75,1.597 -1.351,2.999 -1.801,4.199 l 3.848,0 c 0.152,-0.352 0.301,-0.801 0.5,-1.25 0.199,-0.449 0.402,-0.949 0.652,-1.399 0.2,-0.453 0.399,-0.902 0.598,-1.351 0.199,-0.449 0.399,-0.848 0.551,-1.199 l 6.496,0 c 0.051,0.449 0.051,0.898 0.102,1.398 l 0.148,1.449 c 0.051,0.449 0.102,0.903 0.152,1.352 0.047,0.449 0.047,0.797 0.047,1.148 l 3.699,-0.3 c 0,-0.7 -0.05,-1.501 -0.148,-2.45 -0.051,-0.949 -0.199,-1.949 -0.352,-2.996 -0.148,-1.051 -0.3,-2.199 -0.5,-3.352 -0.148,-1.148 -0.347,-2.296 -0.597,-3.445 -0.199,-1.152 -0.403,-2.25 -0.653,-3.351 -0.25,-1.047 -0.449,-2.047 -0.699,-2.996 l 0,0 z m -2.347,5.547 c 0.101,0.55 0.199,1.148 0.3,1.796 0.098,0.602 0.2,1.204 0.25,1.75 0.098,0.551 0.149,0.949 0.2,1.301 l -4.649,0 c 0.25,-0.449 0.5,-0.949 0.75,-1.5 0.301,-0.551 0.598,-1.148 0.899,-1.75 0.351,-0.597 0.648,-1.148 0.949,-1.699 0.301,-0.551 0.551,-1.047 0.801,-1.398 l 0.199,0 c 0.101,0.398 0.199,0.898 0.301,1.5 l 0,0 z"
+ id="path3128"
+ style="fill:#000000;fill-rule:evenodd" />
+ <path
+ d="m 357.641,135.957 0.547,-3.398 -12.793,0 -0.551,3.398 4.547,0 -2.649,15.344 3.649,0 2.699,-15.344 4.551,0 0,0 z"
+ id="path3130"
+ style="fill:#000000" />
+ <path
+ d="m 297.465,132.309 c -1.051,0 -2.102,0.047 -3.153,0.148 -1.046,0.149 -2.046,0.301 -2.996,0.551 l -3.148,17.844 c 0.949,0.246 2.047,0.398 3.246,0.547 1.152,0.152 2.25,0.199 3.301,0.199 1.547,0 2.949,-0.25 4.297,-0.746 1.351,-0.551 2.55,-1.25 3.55,-2.2 0.997,-0.953 1.797,-2.101 2.399,-3.449 0.547,-1.351 0.848,-2.898 0.848,-4.597 0,-1.352 -0.2,-2.5 -0.598,-3.551 -0.449,-1.051 -1,-1.899 -1.75,-2.598 -0.75,-0.699 -1.649,-1.25 -2.649,-1.601 -1.05,-0.348 -2.148,-0.547 -3.347,-0.547 l 0,0 z m -0.801,3.398 c 0.75,0 1.449,0.098 2.098,0.25 0.652,0.149 1.199,0.449 1.648,0.848 0.5,0.398 0.902,0.898 1.152,1.551 0.25,0.597 0.399,1.347 0.399,2.296 0,1.2 -0.149,2.25 -0.5,3.2 -0.301,0.949 -0.75,1.75 -1.348,2.398 -0.601,0.652 -1.301,1.102 -2.152,1.449 -0.848,0.352 -1.746,0.5 -2.797,0.5 -0.449,0 -0.898,0 -1.449,-0.047 -0.551,-0.05 -1.051,-0.101 -1.399,-0.152 l 2.149,-12.094 c 0.301,-0.05 0.699,-0.101 1.148,-0.152 0.449,-0.047 0.801,-0.047 1.051,-0.047 l 0,0 z"
+ id="path3132"
+ style="fill:#000000;fill-rule:evenodd" />
+ <path
+ d="m 185.809,62.586 c 1.148,1.75 2.046,3.598 2.597,5.496 0.5,1.8985 0.75,3.6992 0.75,5.3477 0,0.8515 -0.051,1.8984 -0.199,3.0508 -0.102,1.1484 -0.25,2.0468 -0.402,2.6992 l -7.946,42.3323 14.395,0 8.445,-45.6839 c 2.051,-1.5469 4.25,-2.6992 6.598,-3.4961 2.398,-0.8515 4.5,-1.3008 6.25,-1.3008 1.898,0 3.496,0.5508 4.797,1.6485 1.25,1.0508 1.847,2.6015 1.847,4.75 0,0.5976 -0.097,1.5 -0.296,2.75 -0.204,1.1484 -0.352,2.1992 -0.5,3.0976 l -3.602,16.8907 c -0.25,1.301 -0.5,2.652 -0.75,4.051 -0.246,1.449 -0.348,2.699 -0.348,3.746 0,4.051 1.098,7.449 3.348,10.148 2.148,2.699 6,4.297 11.547,4.746 l 6.348,-12.843 c -2.149,-0.348 -3.7,-1.149 -4.649,-2.399 -1,-1.199 -1.5,-2.898 -1.5,-5.047 0,-0.5 0.051,-1.101 0.149,-1.75 0.05,-0.652 0.152,-1.1989 0.203,-1.6012 l 3.648,-17.1915 c 0.297,-1.4492 0.547,-2.8984 0.746,-4.3476 0.203,-1.3985 0.301,-2.8008 0.301,-4.1485 0,-4.9492 -1.449,-8.9452 -4.348,-11.8942 -2.949,-2.949 -7.047,-4.449 -12.293,-4.449 -3.05,0 -5.949,0.5 -8.797,1.5 -2.8,0.949 -6.199,2.546 -10.148,4.898 -0.148,-0.949 -0.5,-2.102 -1,-3.398 -0.547,-1.25 -1.148,-2.352 -1.797,-3.352 l -13.394,5.75 0,0 z"
+ id="path3134"
+ style="fill:#000000" />
+ <path
+ d="m 276.82,31.547 -14.144,0 -10.793,58.4764 c -0.453,1.9493 -0.801,4 -1.051,6.1485 -0.25,2.0976 -0.398,4.0471 -0.398,5.8471 0,5.797 1.097,10.547 3.347,14.243 2.25,3.699 6.047,5.898 11.395,6.597 l 6.496,-13.293 c -1.047,-0.5 -1.949,-1.05 -2.797,-1.648 -0.852,-0.551 -1.551,-1.301 -2.102,-2.149 -0.597,-0.851 -1.046,-1.851 -1.296,-3.05 -0.25,-1.2 -0.403,-2.7 -0.403,-4.4495 0,-0.8476 0.051,-1.7968 0.153,-2.7968 0.148,-1.0508 0.3,-2.1016 0.449,-3.1993 l 11.144,-60.7264 0,0 z"
+ id="path3136"
+ style="fill:#000000" />
+ <path
+ d="m 246.434,132.559 -3.649,0 -2.398,13.691 c -0.5,0.551 -1.102,1 -1.852,1.402 -0.75,0.348 -1.547,0.547 -2.449,0.547 -0.898,0 -1.598,-0.199 -2.098,-0.598 -0.55,-0.449 -0.8,-1.148 -0.8,-2.199 0,-0.199 0.05,-0.5 0.101,-0.898 0.051,-0.352 0.051,-0.703 0.098,-1 l 2,-10.945 -3.699,0 -1.95,10.894 c -0.047,0.449 -0.097,0.899 -0.148,1.348 -0.051,0.449 -0.051,0.801 -0.051,1.152 0,1 0.152,1.848 0.449,2.598 0.301,0.75 0.703,1.301 1.203,1.75 0.547,0.449 1.149,0.797 1.797,1 0.7,0.199 1.399,0.297 2.149,0.297 1.851,0 3.5,-0.547 5,-1.7 0,0.25 0,0.551 0.051,0.852 0,0.25 0,0.5 0.046,0.75 l 3.649,-0.25 c -0.047,-0.25 -0.047,-0.5 -0.047,-0.801 -0.051,-0.25 -0.051,-0.551 -0.051,-0.898 0,-0.602 0.051,-1.25 0.098,-1.899 0.051,-0.699 0.101,-1.351 0.25,-1.949 l 2.301,-13.144 0,0 z"
+ id="path3138"
+ style="fill:#000000" />
+ <path
+ d="m 276.621,132.559 -3.547,0 -1.902,11.043 c -0.047,0.152 -0.098,0.402 -0.098,0.75 0,0.351 0,0.601 0,0.851 l -0.152,0 -6.395,-12.644 -3.351,0 -3.348,18.742 3.598,0 2,-11.297 c 0.051,-0.148 0.051,-0.398 0.051,-0.648 0,-0.25 0,-0.551 0,-0.852 l 0.148,0 6.551,12.945 3.195,-0.3 3.25,-18.59 0,0 z"
+ id="path3140"
+ style="fill:#000000" />
+ <path
+ d="m 214.797,134.457 c -0.699,-0.699 -1.5,-1.25 -2.449,-1.601 -0.95,-0.348 -2,-0.547 -3.098,-0.547 -1.449,0 -2.801,0.297 -4.051,0.847 -1.25,0.551 -2.347,1.352 -3.297,2.348 -0.949,1 -1.699,2.152 -2.25,3.5 -0.55,1.352 -0.851,2.801 -0.851,4.398 0,1.25 0.203,2.348 0.601,3.399 0.352,1 0.899,1.851 1.598,2.551 0.652,0.749 1.5,1.296 2.449,1.699 0.949,0.348 2,0.547 3.149,0.547 1.402,0 2.75,-0.297 4,-0.848 1.25,-0.551 2.347,-1.352 3.297,-2.348 0.953,-0.953 1.703,-2.152 2.25,-3.5 0.55,-1.351 0.851,-2.847 0.851,-4.449 0,-1.25 -0.199,-2.398 -0.601,-3.398 -0.399,-1 -0.95,-1.848 -1.598,-2.598 l 0,0 z m -10.496,3.547 c 0.551,-0.699 1.199,-1.25 1.949,-1.699 0.75,-0.449 1.551,-0.649 2.5,-0.649 1.449,0 2.496,0.45 3.246,1.348 0.75,0.852 1.152,2.102 1.152,3.648 0,0.95 -0.152,1.903 -0.453,2.852 -0.25,0.898 -0.648,1.699 -1.199,2.398 -0.547,0.7 -1.199,1.25 -1.949,1.699 -0.75,0.399 -1.598,0.598 -2.496,0.598 -1.449,0 -2.5,-0.449 -3.25,-1.297 -0.75,-0.902 -1.149,-2.101 -1.149,-3.648 0,-0.949 0.149,-1.902 0.45,-2.852 0.3,-0.898 0.699,-1.699 1.199,-2.398 l 0,0 z"
+ id="path3142"
+ style="fill:#000000;fill-rule:evenodd" />
+ <path
+ d="m 188.258,132.559 -10.297,0 -3.348,18.742 3.699,0 1.247,-7.149 6.75,0 0.597,-3.398 -6.746,0 0.848,-4.797 6.648,0 0.602,-3.398 0,0 z"
+ id="path3144"
+ style="fill:#000000" />
+ <path
+ d="M 127.082,44.891 C 128.43,33.945 125.684,24.102 118.883,15.402 112.086,6.707 103.191,1.66 92.2461,0.309 81.3008,-1.039 71.4531,1.711 62.7578,8.508 c -8.0469,6.246 -12.9453,14.293 -14.6953,24.14 -0.1484,0.848 -0.3008,1.649 -0.3984,2.497 -0.1016,0.851 -0.1524,1.652 -0.1993,2.449 -0.3515,4.597 0.0977,8.996 1.2969,13.195 1.3516,4.899 3.6992,9.496 7.0977,13.844 3.3984,4.3475 7.2969,7.7498 11.7461,10.2967 3.7461,2.1484 7.8945,3.5976 12.4453,4.3984 0.8008,0.1485 1.5976,0.25 2.4492,0.3985 0.4492,0.0507 0.8984,0.1015 1.3477,0.1523 1.1015,-4.4492 2.8007,-8.5977 5.1484,-12.3479 -1.5508,0.051 -3.1484,0 -4.7461,-0.148 -0.1016,-0.051 -0.1523,-0.051 -0.2031,-0.051 -1.8477,-0.25 -3.6485,-0.598 -5.2969,-1.148 -5.1484,-1.649 -9.4961,-4.7 -13.043,-9.246 -3.5508,-4.547 -5.4492,-9.497 -5.8008,-14.895 -0.0976,-1.75 -0.0468,-3.5 0.2032,-5.348 0,-0.05 0,-0.148 0,-0.199 0.9492,-7.449 4.3984,-13.496 10.3437,-18.144 6,-4.649 12.7461,-6.547 20.293,-5.598 7.5469,0.902 13.6449,4.348 18.2929,10.348 4.649,5.996 6.547,12.742 5.649,20.293 -0.25,1.699 -0.551,3.296 -1,4.847 4.199,-1.351 8.593,-2.051 13.195,-2 0.047,-0.449 0.148,-0.898 0.199,-1.351 l 0,0 z"
+ id="path3146"
+ style="fill:#98bf00" />
+ <path
+ d="m 132.328,51.488 c -0.848,-0.097 -1.648,-0.199 -2.5,-0.25 -4.598,-0.297 -8.996,0.153 -13.191,1.301 -4.899,1.348 -9.496,3.75 -13.848,7.149 -4.3476,3.347 -7.746,7.246 -10.2421,11.6948 -2.1524,3.7461 -3.6016,7.8945 -4.4492,12.4453 4.3476,0.7461 8.3476,1.9961 12.0433,3.8477 0.25,-1.8008 0.601,-3.5 1.101,-5.0977 1.649,-5.1484 4.699,-9.4961 9.246,-13.0469 4.547,-3.5472 9.496,-5.4962 14.946,-5.8472 1.746,-0.098 3.496,-0.051 5.347,0.199 0.047,0 0.098,0 0.149,0 7.445,0.953 13.496,4.449 18.144,10.3982 4.696,5.9454 6.594,12.6954 5.645,20.2422 -0.949,7.5466 -4.399,13.6446 -10.344,18.3396 -5.949,4.649 -12.695,6.5 -20.145,5.598 0.852,4.051 1.102,8.297 0.801,12.695 9.946,0.653 18.942,-2.199 26.989,-8.445 8.699,-6.797 13.746,-15.695 15.093,-26.6407 1.352,-10.9453 -1.398,-20.7891 -8.195,-29.4883 -6.297,-8.047 -14.344,-12.945 -24.141,-14.691 -0.847,-0.153 -1.648,-0.301 -2.449,-0.403 l 0,0 z"
+ id="path3148"
+ style="fill:#98bf00" />
+ <path
+ d="m 128.93,78.7266 c -3.45,-0.3985 -6.496,0.4531 -9.246,2.6015 -2.75,2.1485 -4.297,4.8985 -4.7,8.2969 -0.449,3.4492 0.403,6.4961 2.551,9.2461 2.149,2.7499 4.899,4.2969 8.348,4.6989 3.398,0.449 6.445,-0.402 9.195,-2.551 2.75,-2.1479 4.297,-4.8979 4.746,-8.3471 0.403,-3.3985 -0.449,-6.4453 -2.597,-9.1953 -2.149,-2.75 -4.899,-4.2969 -8.297,-4.75 l 0,0 z"
+ id="path3150"
+ style="fill:#000000" />
+ <path
+ d="M 12.8281,73.6289 C 13.7773,66.082 17.2266,59.938 23.2227,55.289 29.1719,50.641 35.8672,48.742 43.3164,49.691 42.4648,45.641 42.1641,41.395 42.5156,36.996 32.5703,36.344 23.5742,39.145 15.5273,45.441 6.77734,52.238 1.78125,61.137 0.433594,72.082 -0.917969,83.0273 1.78125,92.8242 8.62891,101.57 c 6.24609,8.047 14.29299,12.946 24.14059,14.692 0.8008,0.152 1.5977,0.25 2.4493,0.402 0.8476,0.098 1.6484,0.199 2.5,0.25 4.5976,0.301 8.996,-0.152 13.1914,-1.301 4.8476,-1.398 9.496,-3.797 13.8476,-7.148 4.2969,-3.399 7.6953,-7.297 10.2461,-11.6955 2.1484,-3.7461 3.5977,-7.8945 4.4453,-12.4414 -4.3476,-0.75 -8.3437,-2.0508 -12.043,-3.8515 -0.2499,1.75 -0.6015,3.4492 -1.1015,5.0976 -1.6485,5.1485 -4.6992,9.4961 -9.2461,13.0469 -4.5469,3.5469 -9.4961,5.4959 -14.8945,5.8479 -1.75,0.097 -3.5469,0.05 -5.3985,-0.2 -0.0468,0 -0.0976,0 -0.1484,-0.05 C 29.1719,103.269 23.1211,99.8203 18.4727,93.8711 13.7773,87.875 11.8789,81.1289 12.8281,73.6289 l 0,0 z"
+ id="path3152"
+ style="fill:#98bf00" />
+ <path
+ d="m 32.4688,67.133 c -2.75,2.0975 -4.2969,4.8982 -4.7461,8.3475 -0.4024,3.3476 0.4492,6.3984 2.5976,9.1445 2.0977,2.75 4.8477,4.3477 8.2969,4.8008 3.4492,0.3476 6.4961,-0.5 9.2461,-2.6016 2.6992,-2.1484 4.2461,-4.9453 4.6992,-8.2969 0.4492,-3.4492 -0.4023,-6.5468 -2.5508,-9.2461 -2.1484,-2.7462 -4.8984,-4.2972 -8.3476,-4.6952 -3.4493,-0.453 -6.4961,0.398 -9.1953,2.547 l 0,0 z"
+ id="path3154"
+ style="fill:#000000" />
+ <path
+ d="m 97.293,32.348 c -2.1485,-2.75 -4.9492,-4.301 -8.3477,-4.7 -3.4492,-0.449 -6.4961,0.399 -9.1953,2.551 -2.75,2.098 -4.3477,4.899 -4.7461,8.344 -0.4531,3.398 0.4492,6.449 2.5977,9.199 2.0976,2.699 4.8476,4.297 8.2968,4.746 3.3985,0.352 6.4454,-0.5 9.1954,-2.597 2.75,-2.149 4.2968,-4.95 4.75,-8.297 0.3982,-3.449 -0.4532,-6.547 -2.5508,-9.246 l 0,0 z"
+ id="path3156"
+ style="fill:#000000" />
+ <path
+ d="m 85.0469,88.4258 c -0.4492,-0.0508 -0.8985,-0.1016 -1.3477,-0.1524 -1.1015,4.4493 -2.8008,8.5977 -5.1484,12.3476 1.5508,-0.102 3.1484,-0.051 4.7969,0.148 0.0507,0 0.1015,0 0.1523,0.051 1.8477,0.199 3.5977,0.551 5.2969,1.098 5.1484,1.652 9.4961,4.75 13.0431,9.297 3.551,4.5 5.449,9.445 5.801,14.894 0.097,1.75 0.047,3.5 -0.203,5.348 0,0.051 0,0.102 0,0.199 -0.95,7.45 -4.399,13.496 -10.3442,18.145 -6,4.648 -12.7461,6.547 -20.293,5.597 -7.5469,-0.949 -13.6445,-4.398 -18.293,-10.347 -4.6992,-5.996 -6.5976,-12.742 -5.6484,-20.289 0.2031,-1.7 0.5508,-3.301 1.0508,-4.852 -4.2461,1.352 -8.6446,2 -13.2461,2 -0.0469,0.449 -0.1485,0.902 -0.1993,1.352 -1.3476,10.945 1.3516,20.742 8.1993,29.488 6.7968,8.695 15.6914,13.742 26.6367,15.094 10.9453,1.347 20.7422,-1.399 29.4882,-8.199 8.047,-6.297 12.945,-14.344 14.695,-24.188 0.149,-0.801 0.25,-1.601 0.399,-2.449 0.051,-0.852 0.152,-1.649 0.199,-2.449 0.301,-4.649 -0.148,-9.047 -1.297,-13.196 -1.351,-4.898 -3.75,-9.496 -7.097,-13.844 -3.399,-4.3471 -7.297,-7.7963 -11.6958,-10.2963 -3.7969,-2.1485 -7.9453,-3.5977 -12.4961,-4.3985 -0.7969,-0.1484 -1.5977,-0.3008 -2.4492,-0.3984 l 0,0 z"
+ id="path3158"
+ style="fill:#98bf00" />
+ <path
+ d="m 89.9961,120.41 c -2.1484,-2.746 -4.8984,-4.297 -8.3477,-4.746 -3.4492,-0.398 -6.4961,0.449 -9.1953,2.598 -2.75,2.148 -4.2969,4.898 -4.75,8.297 -0.4492,3.449 0.4531,6.5 2.6016,9.246 2.0977,2.75 4.8476,4.301 8.2969,4.699 3.4492,0.449 6.4961,-0.398 9.2461,-2.551 2.6992,-2.148 4.2461,-4.894 4.6992,-8.344 0.3984,-3.398 -0.4531,-6.449 -2.5508,-9.199 l 0,0 z"
+ id="path3160"
+ style="fill:#000000" />
+ </g>
+ <g
+ id="text3166"
+ style="font-size:22px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;font-family:Nexa Slab Bold FREE;-inkscape-font-specification:Nexa Slab Bold FREE Bold">
+ <path
+ d="m 18.716797,21.237543 c -0.296226,0 -0.555991,-0.0262 -0.779297,-0.07861 -0.22103,-0.05469 -0.409018,-0.133301 -0.563965,-0.23584 -0.154948,-0.104817 -0.279134,-0.232421 -0.372558,-0.382813 -0.09115,-0.152668 -0.154949,-0.328124 -0.191407,-0.526367 l 0.604981,-0.126465 c 0.02962,0.141278 0.07633,0.264324 0.140136,0.369141 0.0638,0.104819 0.149251,0.192546 0.256348,0.263184 0.107095,0.06836 0.239257,0.119629 0.396485,0.153808 0.157224,0.03418 0.342934,0.05127 0.557128,0.05127 0.223305,0 0.423826,-0.01481 0.601563,-0.04443 0.177731,-0.0319 0.328122,-0.08317 0.451172,-0.153808 0.125322,-0.07292 0.221025,-0.166341 0.287109,-0.280274 0.06608,-0.11621 0.09912,-0.259764 0.09912,-0.430664 -3e-6,-0.116209 -0.01937,-0.21533 -0.05811,-0.297363 -0.03874,-0.08203 -0.105961,-0.154946 -0.20166,-0.21875 -0.09571,-0.06608 -0.225589,-0.127602 -0.389649,-0.18457 -0.161786,-0.05924 -0.365725,-0.123045 -0.611816,-0.191407 -0.200523,-0.05468 -0.389651,-0.115069 -0.567383,-0.181152 -0.175457,-0.06836 -0.329266,-0.151527 -0.461426,-0.249512 -0.132162,-0.100257 -0.23698,-0.221026 -0.314453,-0.362304 -0.07747,-0.141273 -0.116212,-0.31445 -0.116211,-0.519532 -1e-6,-0.239254 0.05355,-0.442053 0.160645,-0.608398 0.109374,-0.168616 0.254067,-0.306474 0.434082,-0.413574 0.18229,-0.107092 0.389646,-0.184566 0.62207,-0.232422 0.234698,-0.05013 0.477374,-0.07519 0.728027,-0.0752 0.275713,5e-6 0.51611,0.02507 0.721192,0.0752 0.207353,0.05013 0.382808,0.120773 0.526367,0.211914 0.145829,0.08887 0.26204,0.195968 0.348633,0.321289 0.08658,0.12533 0.146968,0.262048 0.181152,0.410156 l -0.591302,0.17431 c -0.03418,-0.109372 -0.08204,-0.207353 -0.143555,-0.293946 -0.06153,-0.08658 -0.140141,-0.159501 -0.23584,-0.21875 -0.09571,-0.06152 -0.210778,-0.108231 -0.345215,-0.140137 -0.132164,-0.0319 -0.287112,-0.04785 -0.464844,-0.04785 -0.236981,4e-6 -0.437502,0.02051 -0.601562,0.06152 -0.161786,0.03874 -0.293947,0.09457 -0.396484,0.167481 -0.100263,0.07064 -0.173179,0.156091 -0.21875,0.256347 -0.04557,0.09799 -0.06836,0.205082 -0.06836,0.32129 -1e-6,0.12305 0.02278,0.225589 0.06836,0.307617 0.04785,0.07976 0.119627,0.148115 0.215332,0.205078 0.0957,0.05697 0.216469,0.109378 0.362304,0.157226 0.14811,0.04558 0.322426,0.09571 0.522949,0.150391 0.19824,0.05469 0.390785,0.115074 0.577637,0.181152 0.189124,0.06608 0.356605,0.150393 0.502442,0.25293 0.145829,0.100263 0.26204,0.225588 0.348632,0.375977 0.08886,0.150392 0.133297,0.33838 0.133301,0.563964 -4e-6,0.469402 -0.176599,0.830567 -0.529785,1.083497 -0.353193,0.252929 -0.894371,0.379394 -1.623535,0.379394"
+ id="path3404"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 22.818359,21.155512 c -0.08431,0.02051 -0.176596,0.03874 -0.276855,0.05469 -0.100262,0.01823 -0.205079,0.02734 -0.314453,0.02734 -0.193686,0 -0.346355,-0.0581 -0.458008,-0.174316 -0.109375,-0.116211 -0.164063,-0.270019 -0.164063,-0.461426 0,-0.07292 0.0057,-0.15039 0.01709,-0.232422 0.01139,-0.08431 0.02279,-0.154947 0.03418,-0.211914 l 0.430664,-2.23877 -0.427246,0 0.08887,-0.447753 0.434082,0 0.358887,-0.827149 0.410156,0 -0.160644,0.827149 0.683593,0 -0.08887,0.447753 -0.683594,0 -0.427246,2.20459 c -0.0091,0.04557 -0.01823,0.101401 -0.02734,0.167481 -0.0091,0.06608 -0.01367,0.11849 -0.01367,0.157226 -1e-6,0.0957 0.02393,0.16976 0.07178,0.222168 0.04785,0.05241 0.126464,0.07861 0.23584,0.07861 0.05924,0 0.113931,-0.0034 0.164062,-0.01025 0.05241,-0.0091 0.111653,-0.02165 0.177735,-0.0376 l -0.06494,0.45459"
+ id="path3406"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 24.209473,16.684809 0.116211,-0.587891 0.615234,0 -0.116211,0.587891 -0.615234,0 m -0.868164,4.484375 0.717773,-3.698242 0.615234,0 -0.721191,3.698242 -0.611816,0"
+ id="path3408"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 26.390137,20.752192 c 0.127602,0 0.242674,-0.01823 0.345215,-0.05469 0.102537,-0.03874 0.193682,-0.09228 0.273437,-0.160644 0.07975,-0.06836 0.150388,-0.15039 0.211914,-0.246094 0.06152,-0.09798 0.11393,-0.206217 0.157227,-0.324707 l 0.533203,0.16748 c -0.0638,0.1709 -0.142419,0.324708 -0.23584,0.461426 -0.09115,0.134441 -0.200524,0.249512 -0.328125,0.345215 -0.125328,0.0957 -0.268883,0.169759 -0.430664,0.222168 -0.161786,0.05013 -0.341799,0.07519 -0.540039,0.07519 -0.234702,0 -0.438641,-0.03532 -0.611817,-0.105957 -0.170899,-0.07064 -0.312175,-0.16862 -0.423828,-0.293945 -0.109375,-0.127604 -0.191406,-0.277994 -0.246093,-0.451172 -0.05241,-0.173176 -0.07861,-0.362304 -0.07861,-0.567383 0,-0.09114 0.0034,-0.190265 0.01025,-0.297363 0.0091,-0.107095 0.02393,-0.211912 0.04443,-0.314453 0.05013,-0.252928 0.113932,-0.472817 0.191406,-0.659668 0.07975,-0.186846 0.16748,-0.346351 0.263184,-0.478516 0.09798,-0.134437 0.202798,-0.244951 0.314453,-0.331543 0.113931,-0.08658 0.230142,-0.153805 0.348633,-0.20166 0.120766,-0.05013 0.242674,-0.08431 0.365722,-0.102539 0.125324,-0.0205 0.248371,-0.03076 0.369141,-0.03076 0.202797,4e-6 0.380531,0.02621 0.533203,0.07861 0.154945,0.05241 0.285967,0.126469 0.393066,0.222168 0.107094,0.09571 0.190264,0.210778 0.249512,0.345215 0.06152,0.132165 0.09798,0.279137 0.109375,0.440918 l -0.60498,0.08545 c -0.0068,-0.102536 -0.02621,-0.19596 -0.05811,-0.280273 -0.0319,-0.08431 -0.07748,-0.156084 -0.136719,-0.215332 -0.05697,-0.06152 -0.127606,-0.109372 -0.211914,-0.143555 -0.08431,-0.03418 -0.182294,-0.05127 -0.293945,-0.05127 -0.157228,3e-6 -0.298504,0.02279 -0.423828,0.06836 -0.125327,0.04558 -0.23812,0.119632 -0.338379,0.222168 -0.09798,0.102542 -0.182293,0.236982 -0.25293,0.40332 -0.07064,0.164065 -0.129883,0.365725 -0.177734,0.604981 -0.02051,0.109377 -0.03646,0.224448 -0.04785,0.345215 -0.01139,0.120769 -0.01709,0.224448 -0.01709,0.311035 -10e-7,0.289389 0.0581,0.513835 0.174316,0.67334 0.118488,0.159505 0.308755,0.239258 0.570801,0.239258"
+ id="path3410"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 29.596191,18.103266 c 0.07747,-0.107093 0.157226,-0.203936 0.239258,-0.290528 0.08203,-0.08658 0.172036,-0.159501 0.27002,-0.21875 0.100258,-0.06152 0.209633,-0.108232 0.328125,-0.140136 0.120766,-0.0319 0.257484,-0.04785 0.410156,-0.04785 0.337237,4e-6 0.590166,0.08317 0.758789,0.249512 0.170895,0.166344 0.256344,0.406741 0.256348,0.721191 -4e-6,0.08203 -0.008,0.174319 -0.02393,0.276856 -0.01367,0.102541 -0.02963,0.197105 -0.04785,0.283691 l -0.434082,2.231934 -0.618652,0 0.430664,-2.20459 c 0.01823,-0.08887 0.03304,-0.178871 0.04443,-0.27002 0.01139,-0.09342 0.01709,-0.174313 0.01709,-0.242675 -2e-6,-0.180011 -0.04785,-0.320147 -0.143554,-0.420411 -0.09571,-0.100257 -0.251793,-0.150387 -0.468262,-0.15039 -0.145835,3e-6 -0.283693,0.02962 -0.413574,0.08887 -0.127606,0.05697 -0.243817,0.139 -0.348633,0.246094 -0.104819,0.10482 -0.194826,0.232424 -0.270019,0.382812 -0.07292,0.148115 -0.127606,0.314456 -0.164063,0.499024 l -0.40332,2.071289 -0.611817,0 0.984375,-5.072266 0.615235,0 -0.256348,1.319336 c -0.01367,0.0752 -0.02962,0.150394 -0.04785,0.225586 -0.01595,0.0752 -0.0319,0.144697 -0.04785,0.208496 -0.01595,0.06153 -0.02962,0.115075 -0.04102,0.160645 -0.01139,0.04558 -0.01937,0.07634 -0.02393,0.09229 l 0.01025,0"
+ id="path3412"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 33.714844,21.155512 c -0.08431,0.02051 -0.176597,0.03874 -0.276856,0.05469 -0.100261,0.01823 -0.205079,0.02734 -0.314453,0.02734 -0.193685,0 -0.346355,-0.0581 -0.458008,-0.174316 -0.109375,-0.116211 -0.164062,-0.270019 -0.164062,-0.461426 0,-0.07292 0.0057,-0.15039 0.01709,-0.232422 0.01139,-0.08431 0.02279,-0.154947 0.03418,-0.211914 l 0.430664,-2.23877 -0.427246,0 0.08887,-0.447753 0.434082,0 0.358886,-0.827149 0.410157,0 -0.160645,0.827149 0.683594,0 -0.08887,0.447753 -0.683594,0 -0.427246,2.20459 c -0.0091,0.04557 -0.01823,0.101401 -0.02734,0.167481 -0.0091,0.06608 -0.01367,0.11849 -0.01367,0.157226 -1e-6,0.0957 0.02393,0.16976 0.07178,0.222168 0.04785,0.05241 0.126464,0.07861 0.23584,0.07861 0.05924,0 0.113931,-0.0034 0.164063,-0.01025 0.05241,-0.0091 0.111652,-0.02165 0.177734,-0.0376 l -0.06494,0.45459"
+ id="path3414"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 35.105957,16.684809 0.116211,-0.587891 0.615234,0 -0.116211,0.587891 -0.615234,0 m -0.868164,4.484375 0.717773,-3.698242 0.615235,0 -0.721192,3.698242 -0.611816,0"
+ id="path3416"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 38.134277,21.169184 0.430664,-2.20459 c 0.01823,-0.08887 0.03304,-0.178871 0.04443,-0.27002 0.01139,-0.09342 0.01709,-0.174313 0.01709,-0.242675 -3e-6,-0.180011 -0.04786,-0.320147 -0.143555,-0.420411 -0.09571,-0.100257 -0.251793,-0.150387 -0.468262,-0.15039 -0.145835,3e-6 -0.283693,0.02962 -0.413574,0.08887 -0.127606,0.05697 -0.243817,0.139 -0.348633,0.246094 -0.104819,0.10482 -0.194825,0.232424 -0.270019,0.382812 -0.07292,0.148115 -0.127605,0.314456 -0.164063,0.499024 l -0.40332,2.071289 -0.615234,0 0.567382,-2.908692 c 0.01595,-0.07747 0.03076,-0.158362 0.04443,-0.242675 0.01595,-0.08659 0.02962,-0.167478 0.04102,-0.242676 0.01367,-0.07747 0.02392,-0.143551 0.03076,-0.198242 0.0091,-0.05468 0.01481,-0.09 0.01709,-0.105957 l 0.581055,0 c -1e-6,0.0114 -0.0034,0.04216 -0.01025,0.09229 -0.0068,0.05013 -0.01595,0.108239 -0.02734,0.174316 -0.0091,0.06381 -0.01937,0.129886 -0.03076,0.198242 -0.0091,0.06608 -0.01823,0.121911 -0.02734,0.167481 l 0.01025,0 c 0.07747,-0.107093 0.157225,-0.203936 0.239258,-0.290528 0.08203,-0.08658 0.172036,-0.159501 0.270019,-0.21875 0.100259,-0.06152 0.209633,-0.108232 0.328125,-0.140136 0.120766,-0.0319 0.257485,-0.04785 0.410156,-0.04785 0.337237,4e-6 0.590166,0.08317 0.758789,0.249512 0.170895,0.166344 0.256344,0.406741 0.256348,0.721191 -4e-6,0.08203 -0.008,0.174319 -0.02393,0.276856 -0.01367,0.102541 -0.02963,0.197105 -0.04785,0.283691 l -0.434082,2.231934 -0.618653,0"
+ id="path3418"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 40.937012,22.62182 c -0.211915,-1e-6 -0.396486,-0.02165 -0.553711,-0.06494 -0.157227,-0.04102 -0.290528,-0.09912 -0.399903,-0.174316 -0.107096,-0.0752 -0.192545,-0.166343 -0.256347,-0.273438 -0.06152,-0.104818 -0.105957,-0.221029 -0.133301,-0.348633 l 0.557129,-0.143554 c 0.03874,0.173176 0.124185,0.305337 0.256348,0.396484 0.134439,0.09342 0.315591,0.140136 0.543457,0.140137 0.164061,-10e-7 0.308754,-0.02165 0.434082,-0.06494 0.125323,-0.04102 0.232419,-0.104818 0.321289,-0.191406 0.09114,-0.08659 0.166339,-0.198243 0.225586,-0.334961 0.06152,-0.13444 0.110511,-0.296224 0.146972,-0.485351 0.01139,-0.05925 0.02392,-0.123047 0.0376,-0.191407 0.01367,-0.06836 0.0262,-0.132161 0.0376,-0.191406 0.01367,-0.07064 0.02734,-0.141275 0.04101,-0.211914 l -0.0068,0 c -0.0638,0.09115 -0.132164,0.180014 -0.205078,0.266602 -0.07064,0.08659 -0.152671,0.162923 -0.246094,0.229003 -0.09343,0.06608 -0.201662,0.119629 -0.324707,0.160645 -0.123048,0.03874 -0.266603,0.05811 -0.430664,0.05811 -0.180014,0 -0.341798,-0.03076 -0.485351,-0.09229 -0.143556,-0.0638 -0.265463,-0.15039 -0.365723,-0.259765 -0.100261,-0.111654 -0.177735,-0.243815 -0.232422,-0.396485 -0.05241,-0.154947 -0.07861,-0.323566 -0.07861,-0.505859 0,-0.111652 0.0057,-0.229003 0.01709,-0.352051 0.01367,-0.125324 0.03418,-0.259764 0.06152,-0.40332 0.113932,-0.594724 0.306477,-1.040199 0.577637,-1.336426 0.273436,-0.29622 0.644855,-0.444332 1.114258,-0.444336 0.12988,4e-6 0.252927,0.01595 0.36914,0.04785 0.116209,0.02963 0.219887,0.0752 0.311036,0.136718 0.09342,0.05925 0.173174,0.132165 0.239257,0.21875 0.06836,0.08659 0.117348,0.184574 0.146973,0.293946 l 0.0068,0 c 0.01139,-0.05696 0.02506,-0.120765 0.04102,-0.191406 0.01823,-0.07063 0.03532,-0.136716 0.05127,-0.198243 0.01595,-0.0638 0.03076,-0.118486 0.04443,-0.164062 0.01367,-0.04557 0.02278,-0.07177 0.02734,-0.07861 l 0.584473,0 c -0.0046,0.02051 -0.01254,0.05583 -0.02393,0.105957 -0.0114,0.04785 -0.02507,0.10596 -0.04102,0.174316 -0.01595,0.06836 -0.03304,0.144697 -0.05127,0.229004 -0.01595,0.08203 -0.03304,0.167483 -0.05127,0.256348 l -0.550293,2.82666 c -0.04786,0.243815 -0.113936,0.461425 -0.198243,0.652832 -0.08431,0.193684 -0.195966,0.357746 -0.33496,0.492187 -0.139,0.134439 -0.308759,0.236978 -0.509278,0.307617 -0.198244,0.07064 -0.436362,0.105956 -0.714355,0.105957 m -0.47168,-2.727539 c -10e-7,0.275718 0.05924,0.486492 0.177734,0.632325 0.120767,0.143555 0.297362,0.215332 0.529786,0.215332 0.123045,0 0.247231,-0.0262 0.372558,-0.07861 0.127602,-0.05241 0.247231,-0.135578 0.358887,-0.249511 0.11393,-0.113932 0.215329,-0.260904 0.304199,-0.440918 0.09114,-0.180012 0.161781,-0.397622 0.211914,-0.652832 0.01823,-0.0957 0.0319,-0.193683 0.04102,-0.293946 0.0091,-0.102536 0.01367,-0.190264 0.01367,-0.263183 -3e-6,-0.152667 -0.02051,-0.284828 -0.06152,-0.396485 -0.04102,-0.113929 -0.09912,-0.208493 -0.174316,-0.283691 -0.07292,-0.07519 -0.159508,-0.131019 -0.259766,-0.167481 -0.100263,-0.03646 -0.208498,-0.05468 -0.324707,-0.05469 -0.141278,3e-6 -0.270021,0.02165 -0.38623,0.06494 -0.113934,0.04102 -0.216473,0.112796 -0.307618,0.215332 -0.09115,0.100264 -0.170899,0.235843 -0.239257,0.406739 -0.06836,0.168622 -0.127605,0.381675 -0.177735,0.63916 -0.02507,0.134442 -0.04443,0.263185 -0.0581,0.38623 -0.01367,0.123049 -0.02051,0.230145 -0.02051,0.321289"
+ id="path3420"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 48.791504,21.169184 -1.814942,-4.135742 c -0.01367,0.104821 -0.02848,0.211918 -0.04443,0.321289 -0.01367,0.09343 -0.02962,0.193688 -0.04785,0.300781 -0.01595,0.104821 -0.03304,0.201663 -0.05127,0.290527 l -0.618653,3.223145 -0.581054,0 0.933105,-4.815918 0.72461,0 1.825195,4.152832 c 0.01367,-0.09798 0.02848,-0.201659 0.04443,-0.311035 0.01367,-0.09342 0.02962,-0.197102 0.04785,-0.311036 0.01823,-0.116209 0.03873,-0.23242 0.06152,-0.348632 l 0.618652,-3.182129 0.58789,0 -0.933105,4.815918 -0.751953,0"
+ id="path3422"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 50.691895,21.169184 0.933105,-4.815918 0.652832,0 -0.830566,4.282715 2.433593,0 -0.102539,0.533203 -3.086425,0"
+ id="path3424"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 56.82373,21.169184 0.430665,-2.20459 c 0.01823,-0.08887 0.03304,-0.178871 0.04443,-0.27002 0.01139,-0.09342 0.01709,-0.174313 0.01709,-0.242675 -3e-6,-0.180011 -0.04785,-0.320147 -0.143555,-0.420411 -0.09571,-0.100257 -0.251793,-0.150387 -0.468261,-0.15039 -0.145836,3e-6 -0.283694,0.02962 -0.413575,0.08887 -0.127606,0.05697 -0.243816,0.139 -0.348632,0.246094 -0.10482,0.10482 -0.194826,0.232424 -0.27002,0.382812 -0.07292,0.148115 -0.127605,0.314456 -0.164063,0.499024 l -0.40332,2.071289 -0.615234,0 0.567383,-2.908692 c 0.01595,-0.07747 0.03076,-0.158362 0.04443,-0.242675 0.01595,-0.08659 0.02962,-0.167478 0.04102,-0.242676 0.01367,-0.07747 0.02392,-0.143551 0.03076,-0.198242 0.0091,-0.05468 0.01481,-0.09 0.01709,-0.105957 l 0.581055,0 c -10e-7,0.0114 -0.0034,0.04216 -0.01025,0.09229 -0.0068,0.05013 -0.01595,0.108239 -0.02734,0.174316 -0.0091,0.06381 -0.01937,0.129886 -0.03076,0.198242 -0.0091,0.06608 -0.01823,0.121911 -0.02734,0.167481 l 0.01025,0 c 0.07747,-0.107093 0.157225,-0.203936 0.239258,-0.290528 0.08203,-0.08658 0.172036,-0.159501 0.270019,-0.21875 0.100259,-0.06152 0.209634,-0.108232 0.328125,-0.140136 0.120766,-0.0319 0.257485,-0.04785 0.410156,-0.04785 0.337237,4e-6 0.590167,0.08317 0.75879,0.249512 0.170894,0.166344 0.256344,0.406741 0.256347,0.721191 -3e-6,0.08203 -0.008,0.174319 -0.02393,0.276856 -0.01367,0.102541 -0.02963,0.197105 -0.04785,0.283691 l -0.434082,2.231934 -0.618653,0"
+ id="path3426"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 59.144531,19.449945 c -0.01139,0.0638 -0.01937,0.128746 -0.02393,0.194825 -0.0023,0.0638 -0.0046,0.127605 -0.0068,0.191406 -1e-6,0.303061 0.07519,0.535482 0.225585,0.697266 0.152669,0.161784 0.381672,0.242676 0.687012,0.242675 0.127602,1e-6 0.243813,-0.01595 0.348633,-0.04785 0.104815,-0.03418 0.199379,-0.07861 0.283691,-0.133301 0.08659,-0.05697 0.161782,-0.121907 0.225586,-0.194824 0.06608,-0.0752 0.120766,-0.153808 0.164063,-0.23584 l 0.47168,0.215332 c -0.05697,0.10254 -0.126468,0.205079 -0.208497,0.307617 -0.08203,0.100261 -0.184573,0.191407 -0.307617,0.273438 -0.120771,0.08203 -0.266604,0.149251 -0.4375,0.20166 -0.1709,0.05013 -0.374839,0.07519 -0.611816,0.07519 -0.227866,0 -0.431805,-0.0319 -0.611817,-0.0957 -0.180013,-0.06608 -0.332683,-0.160644 -0.458007,-0.283691 -0.123048,-0.125326 -0.217611,-0.277995 -0.283692,-0.458008 -0.0638,-0.180012 -0.0957,-0.38509 -0.0957,-0.615235 0,-0.360024 0.04785,-0.687009 0.143555,-0.980957 0.09798,-0.293942 0.232421,-0.544593 0.40332,-0.751953 0.173176,-0.207353 0.375975,-0.366858 0.608399,-0.478515 0.234698,-0.113929 0.488767,-0.170895 0.762207,-0.170899 0.250648,4e-6 0.468259,0.03304 0.652832,0.09912 0.184567,0.06609 0.338375,0.15837 0.461425,0.276856 0.123044,0.118493 0.21419,0.260908 0.273438,0.427246 0.06152,0.164065 0.09228,0.345217 0.09228,0.543457 -4e-6,0.04785 -0.0023,0.100263 -0.0068,0.157226 -0.0023,0.05697 -0.0068,0.116214 -0.01367,0.177735 -0.0068,0.06152 -0.01595,0.124188 -0.02734,0.187988 -0.0091,0.06152 -0.02051,0.12077 -0.03418,0.177734 l -2.67627,0 m 2.132813,-0.471679 c 0.0046,-0.04557 0.008,-0.08773 0.01025,-0.126465 0.0023,-0.04101 0.0034,-0.08089 0.0034,-0.119629 -3e-6,-0.150388 -0.02051,-0.280271 -0.06152,-0.389648 -0.04102,-0.111651 -0.09912,-0.202797 -0.174316,-0.273438 -0.0752,-0.07291 -0.165205,-0.126462 -0.27002,-0.160644 -0.10482,-0.03418 -0.221031,-0.05127 -0.348633,-0.05127 -0.109377,3e-6 -0.224448,0.01709 -0.345214,0.05127 -0.12077,0.0319 -0.236981,0.09001 -0.348633,0.174316 -0.109377,0.08431 -0.209637,0.199384 -0.300781,0.345215 -0.09115,0.143557 -0.162925,0.326988 -0.215333,0.550293 l 2.050782,0"
+ id="path3428"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 63.697266,21.155512 c -0.08431,0.02051 -0.176597,0.03874 -0.276856,0.05469 -0.100261,0.01823 -0.205079,0.02734 -0.314453,0.02734 -0.193686,0 -0.346355,-0.0581 -0.458008,-0.174316 -0.109375,-0.116211 -0.164063,-0.270019 -0.164062,-0.461426 -1e-6,-0.07292 0.0057,-0.15039 0.01709,-0.232422 0.01139,-0.08431 0.02279,-0.154947 0.03418,-0.211914 l 0.430664,-2.23877 -0.427246,0 0.08887,-0.447753 0.434082,0 0.358887,-0.827149 0.410156,0 -0.160644,0.827149 0.683594,0 -0.08887,0.447753 -0.683593,0 -0.427246,2.20459 c -0.0091,0.04557 -0.01823,0.101401 -0.02734,0.167481 -0.0091,0.06608 -0.01367,0.11849 -0.01367,0.157226 -10e-7,0.0957 0.02392,0.16976 0.07178,0.222168 0.04785,0.05241 0.126464,0.07861 0.23584,0.07861 0.05924,0 0.113931,-0.0034 0.164063,-0.01025 0.05241,-0.0091 0.111652,-0.02165 0.177734,-0.0376 l -0.06494,0.45459"
+ id="path3430"
+ style="font-size:7px;font-style:italic;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 13.548828,28.589594 c -4e-6,0.2028 -0.03988,0.389649 -0.119629,0.560547 -0.07748,0.170899 -0.198246,0.319011 -0.362304,0.444336 -0.164067,0.123047 -0.371423,0.219889 -0.622071,0.290527 -0.248375,0.06836 -0.54346,0.102539 -0.885254,0.102539 -0.599285,0 -1.066407,-0.104818 -1.401367,-0.314453 -0.3349614,-0.209635 -0.5480146,-0.512695 -0.63916,-0.90918 l 0.632324,-0.126465 c 0.0319,0.125327 0.08089,0.239259 0.146973,0.341797 0.06608,0.10254 0.154947,0.191407 0.266601,0.266602 0.113931,0.07292 0.254068,0.129883 0.420411,0.170898 0.166339,0.04102 0.36572,0.06152 0.598144,0.06152 0.193682,0 0.371417,-0.01595 0.533203,-0.04785 0.161781,-0.03418 0.300778,-0.08545 0.416992,-0.153808 0.116208,-0.06836 0.206214,-0.156087 0.27002,-0.263184 0.06608,-0.109374 0.09912,-0.239257 0.09912,-0.389648 -4e-6,-0.157226 -0.03646,-0.28483 -0.109375,-0.382813 -0.07064,-0.09798 -0.170902,-0.178872 -0.300781,-0.242676 -0.129886,-0.0638 -0.284834,-0.117348 -0.464844,-0.160644 -0.180016,-0.04329 -0.379397,-0.09001 -0.598144,-0.140137 -0.134443,-0.02962 -0.270022,-0.06152 -0.406739,-0.0957 -0.134442,-0.03646 -0.264324,-0.07861 -0.389648,-0.126465 -0.123048,-0.05013 -0.239259,-0.108233 -0.348633,-0.174316 -0.109376,-0.06608 -0.20394,-0.144692 -0.283691,-0.23584 -0.079754,-0.09342 -0.1424165,-0.200518 -0.1879887,-0.321289 -0.045574,-0.123044 -0.06836,-0.26432 -0.068359,-0.423828 -5e-7,-0.227861 0.045572,-0.422685 0.1367188,-0.584473 0.093424,-0.164058 0.2221669,-0.298498 0.3862299,-0.40332 0.164061,-0.104813 0.357746,-0.181148 0.581055,-0.229004 0.223305,-0.04785 0.464841,-0.07177 0.724609,-0.07178 0.2985,5e-6 0.553708,0.02393 0.765625,0.07178 0.211911,0.04558 0.390784,0.115076 0.536621,0.208496 0.14583,0.09343 0.262041,0.20964 0.348633,0.348633 0.08886,0.136723 0.159501,0.296228 0.211914,0.478515 l -0.642578,0.112793 c -0.03191,-0.116207 -0.07862,-0.219885 -0.140137,-0.311035 -0.05925,-0.09114 -0.137861,-0.167476 -0.23584,-0.229004 -0.09798,-0.06152 -0.217613,-0.108231 -0.358886,-0.140137 -0.139,-0.0319 -0.303063,-0.04785 -0.492188,-0.04785 -0.223309,4e-6 -0.411297,0.02051 -0.563965,0.06152 -0.150392,0.03874 -0.272299,0.09229 -0.365722,0.160645 -0.09115,0.06836 -0.157228,0.149255 -0.198242,0.242676 -0.03874,0.09115 -0.05811,0.19027 -0.05811,0.297363 -1e-6,0.143558 0.03532,0.262048 0.105957,0.355469 0.07292,0.09115 0.170897,0.167483 0.293945,0.229004 0.123046,0.06153 0.265461,0.112796 0.427247,0.153808 0.161781,0.04102 0.333819,0.08203 0.516113,0.123047 0.148109,0.03418 0.295082,0.0695 0.440918,0.105957 0.148109,0.03418 0.289385,0.07634 0.423828,0.126465 0.134436,0.04785 0.259762,0.10482 0.375976,0.170898 0.118486,0.06608 0.221025,0.146975 0.307618,0.242676 0.08658,0.09571 0.153804,0.208498 0.20166,0.338379 0.05013,0.129885 0.07519,0.282554 0.0752,0.458008"
+ id="path3432"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 14.816895,28.052973 c -1e-6,0.211916 0.01481,0.40674 0.04443,0.584472 0.0319,0.177736 0.08431,0.331544 0.157227,0.461426 0.07292,0.127605 0.168618,0.226726 0.287109,0.297364 0.120767,0.07064 0.268879,0.105957 0.444336,0.105957 0.218748,0 0.401039,-0.05925 0.546875,-0.177735 0.148109,-0.118489 0.239255,-0.30078 0.273437,-0.546875 l 0.622071,0.04102 c -0.02051,0.15267 -0.06494,0.299643 -0.133301,0.440918 -0.06836,0.141276 -0.161787,0.265462 -0.280273,0.372558 -0.116214,0.107097 -0.258629,0.193685 -0.427247,0.259766 -0.168622,0.0638 -0.363446,0.0957 -0.584472,0.0957 -0.28939,0 -0.535483,-0.04899 -0.738281,-0.146973 -0.202801,-0.09798 -0.368002,-0.232421 -0.495606,-0.40332 -0.125326,-0.173176 -0.216472,-0.375976 -0.273437,-0.608398 -0.05697,-0.234699 -0.08545,-0.488768 -0.08545,-0.762207 0,-0.248371 0.02051,-0.46712 0.06152,-0.65625 0.04101,-0.191404 0.09798,-0.357745 0.170898,-0.499024 0.07519,-0.143551 0.162923,-0.26318 0.263184,-0.358886 0.100259,-0.09798 0.208495,-0.175453 0.324707,-0.232422 0.118488,-0.05924 0.242674,-0.101396 0.372559,-0.126465 0.129881,-0.02734 0.260903,-0.04101 0.393066,-0.04102 0.207355,4e-6 0.391925,0.02849 0.553711,0.08545 0.161781,0.05697 0.300778,0.135583 0.416992,0.23584 0.118487,0.09799 0.21419,0.214196 0.287109,0.348633 0.07291,0.134443 0.124183,0.279137 0.153809,0.434082 l -0.632324,0.04785 c -0.0319,-0.205076 -0.112796,-0.367999 -0.242676,-0.48877 -0.129885,-0.120765 -0.314455,-0.181149 -0.553711,-0.181152 -0.175457,3e-6 -0.32243,0.02962 -0.440918,0.08887 -0.116212,0.05697 -0.210776,0.144697 -0.283691,0.263184 -0.07292,0.116213 -0.125327,0.263186 -0.157227,0.440918 -0.02962,0.177736 -0.04443,0.386232 -0.04443,0.625488"
+ id="path3434"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 17.845215,25.434809 0,-0.587891 0.615234,0 0,0.587891 -0.615234,0 m 0,4.484375 0,-3.698242 0.615234,0 0,3.698242 -0.615234,0"
+ id="path3436"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 19.878906,28.199945 c -1e-6,0.193687 0.01937,0.37256 0.05811,0.536622 0.04101,0.161784 0.102538,0.301921 0.18457,0.42041 0.08431,0.116211 0.191405,0.207357 0.321289,0.273437 0.129881,0.0638 0.285968,0.0957 0.468262,0.0957 0.266599,1e-6 0.479652,-0.05355 0.63916,-0.160644 0.161781,-0.107096 0.271156,-0.242675 0.328125,-0.406738 l 0.540039,0.153808 c -0.03874,0.10254 -0.09343,0.206218 -0.164062,0.311035 -0.06836,0.10254 -0.160648,0.195964 -0.276856,0.280274 -0.116214,0.08203 -0.262047,0.15039 -0.4375,0.205078 -0.173179,0.05241 -0.382815,0.07861 -0.628906,0.07861 -0.546877,0 -0.963868,-0.162923 -1.250977,-0.488769 -0.284831,-0.325846 -0.427246,-0.810058 -0.427246,-1.452637 0,-0.346352 0.04329,-0.639158 0.129883,-0.878418 0.08659,-0.241534 0.205077,-0.437497 0.355469,-0.587891 0.150389,-0.150387 0.325845,-0.258622 0.526367,-0.324707 0.200519,-0.06836 0.414712,-0.102535 0.642578,-0.102539 0.309894,4e-6 0.56852,0.05013 0.775879,0.150391 0.209632,0.100264 0.377113,0.239261 0.502441,0.416992 0.127601,0.175459 0.217608,0.382815 0.27002,0.62207 0.05468,0.23926 0.08203,0.497886 0.08203,0.775879 l 0,0.08203 -2.638672,0 m 2.00293,-0.471679 c -0.03418,-0.389646 -0.133304,-0.673337 -0.297363,-0.851074 -0.164065,-0.18001 -0.399905,-0.270017 -0.70752,-0.27002 -0.102541,3e-6 -0.210776,0.01709 -0.324707,0.05127 -0.111655,0.0319 -0.215333,0.09001 -0.311035,0.174316 -0.0957,0.08431 -0.176596,0.199384 -0.242676,0.345215 -0.06608,0.143557 -0.103679,0.326988 -0.112793,0.550293 l 1.996094,0"
+ id="path3438"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 25.651855,29.919184 0,-2.344727 c -2e-6,-0.18001 -0.01367,-0.330401 -0.04102,-0.451172 -0.02507,-0.120765 -0.06722,-0.217607 -0.126465,-0.290527 -0.05925,-0.07519 -0.137861,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.215334,-0.04785 -0.358887,-0.04785 -0.145835,3e-6 -0.277996,0.02621 -0.396484,0.07861 -0.116212,0.05013 -0.216473,0.124189 -0.300781,0.222168 -0.08203,0.09571 -0.145835,0.215335 -0.191406,0.358887 -0.04557,0.141278 -0.06836,0.304201 -0.06836,0.488769 l 0,2.143067 -0.615234,0 0,-2.908692 c -1e-6,-0.07747 -0.0011,-0.158362 -0.0034,-0.242675 -10e-7,-0.08659 -0.0011,-0.167478 -0.0034,-0.242676 -0.0023,-0.07747 -0.0046,-0.143551 -0.0068,-0.198242 -0.0023,-0.05468 -0.0046,-0.09 -0.0068,-0.105957 l 0.581055,0 c 0.0023,0.0114 0.0046,0.04216 0.0068,0.09229 0.0023,0.05013 0.0046,0.108239 0.0068,0.174316 0.0046,0.06381 0.008,0.129886 0.01025,0.198242 0.0023,0.06608 0.0034,0.121911 0.0034,0.167481 l 0.01025,0 c 0.05924,-0.107093 0.124185,-0.203936 0.194825,-0.290528 0.07064,-0.08658 0.152667,-0.159501 0.246093,-0.21875 0.09342,-0.06152 0.200519,-0.108232 0.321289,-0.140136 0.120767,-0.03418 0.260903,-0.05127 0.420411,-0.05127 0.205075,4e-6 0.38167,0.02507 0.529785,0.0752 0.148109,0.05013 0.270016,0.127608 0.365722,0.232422 0.0957,0.104821 0.165199,0.240401 0.208496,0.406739 0.04557,0.164065 0.06836,0.360028 0.06836,0.58789 l 0,2.464356 -0.618653,0"
+ id="path3440"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 27.668457,28.052973 c -1e-6,0.211916 0.01481,0.40674 0.04443,0.584472 0.0319,0.177736 0.08431,0.331544 0.157226,0.461426 0.07292,0.127605 0.168619,0.226726 0.28711,0.297364 0.120766,0.07064 0.268878,0.105957 0.444335,0.105957 0.218748,0 0.40104,-0.05925 0.546875,-0.177735 0.14811,-0.118489 0.239256,-0.30078 0.273438,-0.546875 l 0.62207,0.04102 c -0.02051,0.15267 -0.06494,0.299643 -0.1333,0.440918 -0.06836,0.141276 -0.161787,0.265462 -0.280274,0.372558 -0.116214,0.107097 -0.258629,0.193685 -0.427246,0.259766 -0.168622,0.0638 -0.363446,0.0957 -0.584473,0.0957 -0.289389,0 -0.535483,-0.04899 -0.738281,-0.146973 -0.2028,-0.09798 -0.368002,-0.232421 -0.495605,-0.40332 -0.125326,-0.173176 -0.216472,-0.375976 -0.273438,-0.608398 -0.05697,-0.234699 -0.08545,-0.488768 -0.08545,-0.762207 0,-0.248371 0.02051,-0.46712 0.06152,-0.65625 0.04102,-0.191404 0.09798,-0.357745 0.170899,-0.499024 0.07519,-0.143551 0.162922,-0.26318 0.263183,-0.358886 0.10026,-0.09798 0.208495,-0.175453 0.324707,-0.232422 0.118489,-0.05924 0.242675,-0.101396 0.372559,-0.126465 0.129881,-0.02734 0.260903,-0.04101 0.393066,-0.04102 0.207355,4e-6 0.391925,0.02849 0.553711,0.08545 0.161782,0.05697 0.300779,0.135583 0.416993,0.23584 0.118486,0.09799 0.214189,0.214196 0.287109,0.348633 0.07291,0.134443 0.124183,0.279137 0.153808,0.434082 l -0.632324,0.04785 c -0.0319,-0.205076 -0.112795,-0.367999 -0.242676,-0.48877 -0.129885,-0.120765 -0.314455,-0.181149 -0.55371,-0.181152 -0.175458,3e-6 -0.32243,0.02962 -0.440918,0.08887 -0.116213,0.05697 -0.210776,0.144697 -0.283692,0.263184 -0.07292,0.116213 -0.125326,0.263186 -0.157226,0.440918 -0.02962,0.177736 -0.04443,0.386232 -0.04443,0.625488"
+ id="path3442"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 31.171875,28.199945 c -1e-6,0.193687 0.01937,0.37256 0.05811,0.536622 0.04101,0.161784 0.102538,0.301921 0.184571,0.42041 0.08431,0.116211 0.191405,0.207357 0.321289,0.273437 0.129881,0.0638 0.285968,0.0957 0.468262,0.0957 0.266599,1e-6 0.479652,-0.05355 0.63916,-0.160644 0.161781,-0.107096 0.271156,-0.242675 0.328125,-0.406738 l 0.540039,0.153808 c -0.03874,0.10254 -0.09343,0.206218 -0.164063,0.311035 -0.06836,0.10254 -0.160647,0.195964 -0.276855,0.280274 -0.116214,0.08203 -0.262047,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.382815,0.07861 -0.628906,0.07861 -0.546877,0 -0.963869,-0.162923 -1.250977,-0.488769 -0.284831,-0.325846 -0.427246,-0.810058 -0.427246,-1.452637 0,-0.346352 0.04329,-0.639158 0.129883,-0.878418 0.08659,-0.241534 0.205077,-0.437497 0.355468,-0.587891 0.15039,-0.150387 0.325846,-0.258622 0.526368,-0.324707 0.200519,-0.06836 0.414711,-0.102535 0.642578,-0.102539 0.309893,4e-6 0.568519,0.05013 0.775879,0.150391 0.209632,0.100264 0.377112,0.239261 0.502441,0.416992 0.127601,0.175459 0.217607,0.382815 0.27002,0.62207 0.05468,0.23926 0.08203,0.497886 0.08203,0.775879 l 0,0.08203 -2.638672,0 m 2.00293,-0.471679 c -0.03418,-0.389646 -0.133304,-0.673337 -0.297364,-0.851074 -0.164065,-0.18001 -0.399904,-0.270017 -0.707519,-0.27002 -0.102541,3e-6 -0.210777,0.01709 -0.324707,0.05127 -0.111655,0.0319 -0.215334,0.09001 -0.311035,0.174316 -0.0957,0.08431 -0.176596,0.199384 -0.242676,0.345215 -0.06608,0.143557 -0.103679,0.326988 -0.112793,0.550293 l 1.996094,0"
+ id="path3444"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 40.366211,26.552485 c -4e-6,0.209638 -0.03532,0.405601 -0.105957,0.58789 -0.06836,0.180016 -0.172042,0.337242 -0.311035,0.47168 -0.136723,0.132163 -0.30876,0.236981 -0.516114,0.314453 -0.207359,0.07748 -0.448896,0.116213 -0.724609,0.116211 l -1.415039,0 0,1.876465 -0.652832,0 0,-4.815918 2.026855,0 c 0.284828,5e-6 0.5332,0.03532 0.745118,0.105957 0.21191,0.06836 0.388505,0.166345 0.529785,0.293945 0.141272,0.12533 0.247229,0.277999 0.317871,0.458008 0.07063,0.177738 0.105953,0.374841 0.105957,0.591309 m -0.65625,0.0068 c -4e-6,-0.305334 -0.09343,-0.536617 -0.280274,-0.693847 -0.186852,-0.159501 -0.467125,-0.239254 -0.84082,-0.239258 l -1.29541,0 0,1.900391 1.322754,0 c 0.375974,2e-6 0.651689,-0.08317 0.827148,-0.249512 0.177731,-0.166338 0.266598,-0.405596 0.266602,-0.717774"
+ id="path3446"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 42.157227,29.987543 c -0.371421,0 -0.650555,-0.09798 -0.837403,-0.293945 -0.186849,-0.195963 -0.280274,-0.464843 -0.280273,-0.806641 -1e-6,-0.243814 0.04557,-0.443195 0.136719,-0.598144 0.09342,-0.157225 0.214192,-0.280272 0.362304,-0.369141 0.15039,-0.08886 0.321288,-0.150388 0.512696,-0.18457 0.191404,-0.03418 0.386228,-0.05355 0.584472,-0.05811 l 0.830567,-0.01367 0,-0.20166 c -3e-6,-0.152666 -0.01595,-0.282549 -0.04785,-0.389648 -0.0319,-0.107094 -0.08089,-0.193682 -0.146973,-0.259766 -0.06608,-0.06608 -0.149253,-0.113929 -0.249511,-0.143555 -0.09798,-0.0319 -0.214195,-0.04785 -0.348633,-0.04785 -0.118492,3e-6 -0.225588,0.0091 -0.321289,0.02734 -0.09571,0.01595 -0.178875,0.04671 -0.249512,0.09229 -0.07064,0.0433 -0.127605,0.103681 -0.170898,0.181152 -0.0433,0.0752 -0.07178,0.170901 -0.08545,0.28711 l -0.642578,-0.05811 c 0.02279,-0.14583 0.06608,-0.279131 0.129883,-0.399902 0.0638,-0.123044 0.153808,-0.229001 0.27002,-0.317871 0.118488,-0.08886 0.265461,-0.157223 0.440918,-0.205079 0.177732,-0.05013 0.391925,-0.07519 0.642578,-0.0752 0.464841,4e-6 0.814613,0.1071 1.049316,0.321289 0.234697,0.211918 0.352048,0.519534 0.352051,0.922852 l 0,1.592773 c -3e-6,0.182293 0.02392,0.320151 0.07178,0.413574 0.04785,0.09115 0.138994,0.13672 0.273438,0.136719 0.03418,1e-6 0.06836,-0.0023 0.102539,-0.0068 0.03418,-0.0046 0.06722,-0.01025 0.09912,-0.01709 l 0,0.382813 c -0.07748,0.01823 -0.154952,0.0319 -0.232422,0.04102 -0.0752,0.0091 -0.156091,0.01367 -0.242676,0.01367 -0.116214,0 -0.216474,-0.01481 -0.300781,-0.04443 -0.08203,-0.0319 -0.149254,-0.07861 -0.20166,-0.140137 -0.05241,-0.0638 -0.09229,-0.141276 -0.119629,-0.232422 -0.02735,-0.09342 -0.04444,-0.201659 -0.05127,-0.324707 l -0.02051,0 c -0.06608,0.11849 -0.139,0.225587 -0.21875,0.321289 -0.07748,0.0957 -0.168623,0.177735 -0.273438,0.246094 -0.10482,0.06608 -0.224449,0.11735 -0.358887,0.153809 -0.132163,0.03646 -0.284832,0.05469 -0.458007,0.05469 m 0.140136,-0.461426 c 0.195962,10e-7 0.36686,-0.03532 0.512696,-0.105957 0.148109,-0.07292 0.270017,-0.165201 0.365722,-0.276855 0.09798,-0.111653 0.170896,-0.23356 0.21875,-0.365723 0.04785,-0.13216 0.07178,-0.258625 0.07178,-0.379394 l 0,-0.3042 -0.67334,0.01367 c -0.150393,0.0023 -0.293947,0.01367 -0.430664,0.03418 -0.134442,0.01823 -0.252931,0.05583 -0.355469,0.112793 -0.10254,0.05697 -0.184571,0.13672 -0.246094,0.239258 -0.05925,0.10254 -0.08887,0.23698 -0.08887,0.40332 -10e-7,0.200522 0.05355,0.355469 0.160645,0.464844 0.109373,0.109375 0.264321,0.164063 0.464843,0.164062"
+ id="path3448"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 45.124023,29.919184 0,-2.836914 c 0,-0.07747 -0.0011,-0.156085 -0.0034,-0.23584 0,-0.08203 -0.0011,-0.160641 -0.0034,-0.23584 -0.0023,-0.07519 -0.0046,-0.14583 -0.0068,-0.211914 -0.0023,-0.06608 -0.0046,-0.125322 -0.0068,-0.177734 l 0.581054,0 c 0.0023,0.05241 0.0046,0.112796 0.0068,0.181152 0.0046,0.06608 0.008,0.134443 0.01025,0.205078 0.0046,0.07064 0.0068,0.139001 0.0068,0.205078 0.0023,0.06381 0.0034,0.118493 0.0034,0.164063 l 0.01367,0 c 0.04329,-0.141273 0.08887,-0.263181 0.136719,-0.365723 0.05013,-0.104814 0.108234,-0.190263 0.174316,-0.256348 0.06608,-0.06836 0.144693,-0.118486 0.23584,-0.15039 0.09114,-0.03418 0.201658,-0.05127 0.331543,-0.05127 0.05013,4e-6 0.09798,0.0046 0.143555,0.01367 0.04557,0.0068 0.08089,0.01368 0.105957,0.02051 l 0,0.563965 c -0.04102,-0.01139 -0.08887,-0.01937 -0.143555,-0.02393 -0.05469,-0.0068 -0.116213,-0.01025 -0.18457,-0.01025 -0.141278,3e-6 -0.262046,0.0319 -0.362305,0.0957 -0.09798,0.06381 -0.178875,0.152672 -0.242676,0.266602 -0.06152,0.111656 -0.107097,0.246096 -0.136719,0.40332 -0.02962,0.15495 -0.04443,0.324709 -0.04443,0.509277 l 0,1.927735 -0.615235,0"
+ id="path3450"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 49.765625,29.919184 -1.250977,-1.688477 -0.451171,0.372559 0,1.315918 -0.615235,0 0,-5.072266 0.615235,0 0,3.168457 1.623535,-1.794433 0.721191,0 -1.500488,1.589355 1.579101,2.108887 -0.721191,0"
+ id="path3452"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 55.429199,28.828852 0,1.090332 -0.581054,0 0,-1.090332 -2.269532,0 0,-0.478516 2.20459,-3.24707 0.645996,0 0,3.240234 0.676758,0 0,0.485352 -0.676758,0 m -0.581054,-3.031739 c -0.0046,0.0114 -0.01595,0.03418 -0.03418,0.06836 -0.01823,0.0319 -0.03874,0.06836 -0.06152,0.109375 -0.02279,0.04102 -0.04671,0.08317 -0.07178,0.126465 -0.02279,0.04102 -0.0433,0.0752 -0.06152,0.102539 l -1.233887,1.818359 c -0.01139,0.01823 -0.02848,0.04216 -0.05127,0.07178 -0.02051,0.02962 -0.04216,0.06039 -0.06494,0.09229 -0.02279,0.02962 -0.04557,0.05925 -0.06836,0.08887 -0.02279,0.02962 -0.04102,0.05241 -0.05469,0.06836 l 1.702149,0 0,-2.546387"
+ id="path3454"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 59.934082,27.509516 c -4e-6,0.462567 -0.04444,0.852215 -0.133301,1.168945 -0.08659,0.314454 -0.20622,0.569662 -0.358886,0.765625 -0.150394,0.193685 -0.328128,0.332683 -0.533204,0.416992 -0.20508,0.08431 -0.42383,0.126465 -0.65625,0.126465 -0.234702,0 -0.453452,-0.04215 -0.65625,-0.126465 -0.2028,-0.08431 -0.379395,-0.223307 -0.529785,-0.416992 -0.148112,-0.193684 -0.265462,-0.447753 -0.352051,-0.762207 -0.08431,-0.31673 -0.126465,-0.707518 -0.126464,-1.172363 -10e-7,-0.485349 0.04215,-0.88639 0.126464,-1.203125 0.08659,-0.319007 0.205078,-0.573075 0.355469,-0.762207 0.15039,-0.189123 0.328124,-0.321285 0.533203,-0.396485 0.205077,-0.07747 0.428384,-0.116206 0.669922,-0.116211 0.230141,5e-6 0.445473,0.03874 0.645996,0.116211 0.202797,0.0752 0.379392,0.207362 0.529785,0.396485 0.150388,0.189132 0.268877,0.4432 0.355469,0.762207 0.08658,0.316735 0.129879,0.717776 0.129883,1.203125 m -0.625488,0 c -3e-6,-0.38281 -0.02279,-0.700681 -0.06836,-0.953614 -0.04557,-0.255204 -0.112795,-0.458004 -0.20166,-0.608398 -0.08887,-0.152665 -0.198244,-0.259761 -0.328125,-0.321289 -0.127606,-0.0638 -0.273439,-0.0957 -0.4375,-0.0957 -0.173179,4e-6 -0.325848,0.0319 -0.458008,0.0957 -0.132162,0.06381 -0.243816,0.172042 -0.334961,0.324707 -0.08887,0.150394 -0.156088,0.353194 -0.20166,0.608398 -0.04557,0.252933 -0.06836,0.569665 -0.06836,0.950196 -1e-6,0.369142 0.02278,0.680177 0.06836,0.933105 0.04785,0.252931 0.11621,0.45687 0.205078,0.611817 0.09114,0.15267 0.201659,0.263184 0.331543,0.331543 0.129882,0.06608 0.277993,0.09912 0.444336,0.09912 0.161782,0 0.307615,-0.03304 0.4375,-0.09912 0.129881,-0.06836 0.239256,-0.178873 0.328125,-0.331543 0.09114,-0.154947 0.160642,-0.358886 0.208496,-0.611817 0.05013,-0.252928 0.07519,-0.563963 0.0752,-0.933105"
+ id="path3456"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 63.830566,27.509516 c -3e-6,0.462567 -0.04444,0.852215 -0.1333,1.168945 -0.08659,0.314454 -0.206221,0.569662 -0.358887,0.765625 -0.150394,0.193685 -0.328128,0.332683 -0.533203,0.416992 -0.205081,0.08431 -0.423831,0.126465 -0.65625,0.126465 -0.234702,0 -0.453452,-0.04215 -0.65625,-0.126465 -0.202801,-0.08431 -0.379396,-0.223307 -0.529785,-0.416992 -0.148113,-0.193684 -0.265463,-0.447753 -0.352051,-0.762207 -0.08431,-0.31673 -0.126465,-0.707518 -0.126465,-1.172363 0,-0.485349 0.04216,-0.88639 0.126465,-1.203125 0.08659,-0.319007 0.205077,-0.573075 0.355469,-0.762207 0.150389,-0.189123 0.328124,-0.321285 0.533203,-0.396485 0.205076,-0.07747 0.428383,-0.116206 0.669922,-0.116211 0.230141,5e-6 0.445472,0.03874 0.645996,0.116211 0.202796,0.0752 0.379391,0.207362 0.529785,0.396485 0.150387,0.189132 0.268877,0.4432 0.355469,0.762207 0.08658,0.316735 0.129879,0.717776 0.129882,1.203125 m -0.625488,0 c -3e-6,-0.38281 -0.02279,-0.700681 -0.06836,-0.953614 -0.04558,-0.255204 -0.112796,-0.458004 -0.20166,-0.608398 -0.08887,-0.152665 -0.198245,-0.259761 -0.328125,-0.321289 -0.127607,-0.0638 -0.27344,-0.0957 -0.4375,-0.0957 -0.173179,4e-6 -0.325848,0.0319 -0.458008,0.0957 -0.132163,0.06381 -0.243817,0.172042 -0.334961,0.324707 -0.08887,0.150394 -0.156088,0.353194 -0.20166,0.608398 -0.04557,0.252933 -0.06836,0.569665 -0.06836,0.950196 -1e-6,0.369142 0.02279,0.680177 0.06836,0.933105 0.04785,0.252931 0.11621,0.45687 0.205078,0.611817 0.09114,0.15267 0.201659,0.263184 0.331543,0.331543 0.129881,0.06608 0.277993,0.09912 0.444336,0.09912 0.161781,0 0.307615,-0.03304 0.4375,-0.09912 0.12988,-0.06836 0.239255,-0.178873 0.328125,-0.331543 0.09114,-0.154947 0.160641,-0.358886 0.208496,-0.611817 0.05013,-0.252928 0.07519,-0.563963 0.0752,-0.933105"
+ id="path3458"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 0,38.669184 0,-0.522949 1.2270508,0 0,-3.705079 -1.08691408,0.775879 0,-0.581054 1.13818358,-0.782715 0.5673828,0 0,4.292969 1.1723633,0 0,0.522949 -3.0180664,0"
+ id="path3460"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 6.9829102,36.259516 c -3.7e-6,0.462567 -0.044437,0.852215 -0.1333008,1.168945 -0.086592,0.314454 -0.2062208,0.569662 -0.3588867,0.765625 -0.1503936,0.193685 -0.3281278,0.332683 -0.5332032,0.416992 -0.2050805,0.08431 -0.4238303,0.126465 -0.65625,0.126465 -0.2347022,0 -0.453452,-0.04216 -0.65625,-0.126465 C 4.442219,38.526769 4.2656241,38.387771 4.1152344,38.194086 3.9671218,38.000402 3.8497716,37.746333 3.7631836,37.431879 c -0.08431,-0.31673 -0.1264651,-0.707518 -0.1264648,-1.172363 -3e-7,-0.485349 0.042155,-0.88639 0.1264648,-1.203125 0.086588,-0.319007 0.2050775,-0.573075 0.3554687,-0.762207 0.1503898,-0.189123 0.328124,-0.321285 0.5332032,-0.396485 0.2050766,-0.07747 0.4283837,-0.116206 0.6699218,-0.116211 0.2301411,5e-6 0.4454729,0.03874 0.6459961,0.116211 0.2027967,0.0752 0.3793916,0.207362 0.5297852,0.396485 0.1503873,0.189132 0.2688768,0.4432 0.3554687,0.762207 0.086585,0.316735 0.1298792,0.717776 0.1298829,1.203125 m -0.6254883,0 c -3e-6,-0.38281 -0.02279,-0.700681 -0.068359,-0.953614 -0.045576,-0.255204 -0.1127958,-0.458004 -0.2016602,-0.608398 -0.08887,-0.152665 -0.1982447,-0.259761 -0.328125,-0.321289 -0.1276064,-0.0638 -0.2734396,-0.0957 -0.4375,-0.0957 -0.1731788,4e-6 -0.3258479,0.03191 -0.4580078,0.0957 -0.1321628,0.06381 -0.2438163,0.172042 -0.3349609,0.324707 -0.088868,0.150394 -0.1560883,0.353194 -0.2016602,0.608398 -0.045574,0.252933 -0.06836,0.569665 -0.068359,0.950196 -9e-7,0.369142 0.022785,0.680177 0.068359,0.933105 0.047851,0.252931 0.1162099,0.45687 0.2050782,0.611817 0.091144,0.15267 0.2016587,0.263184 0.3315429,0.331543 0.1298812,0.06608 0.277993,0.09912 0.444336,0.09912 0.1617817,0 0.3076149,-0.03304 0.4375,-0.09912 0.1298803,-0.06836 0.2392552,-0.178873 0.328125,-0.331543 0.091143,-0.154947 0.1606416,-0.358886 0.2084961,-0.611817 0.050127,-0.252928 0.075192,-0.563963 0.075195,-0.933105"
+ id="path3462"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 10.821289,36.163813 c -3e-6,0.428387 -0.04102,0.804363 -0.123047,1.127929 -0.07976,0.32129 -0.194827,0.589031 -0.345215,0.803223 -0.150393,0.214193 -0.333824,0.374837 -0.5502926,0.481934 -0.2141951,0.107096 -0.4557313,0.160644 -0.7246094,0.160644 -0.1845719,0 -0.3509129,-0.01937 -0.4990234,-0.05811 C 8.4309884,38.642979 8.2988271,38.584874 8.1826172,38.505121 8.0664054,38.425369 7.9672844,38.321691 7.8852539,38.194086 7.8032221,38.066483 7.7371414,37.912674 7.6870117,37.73266 l 0.5878906,-0.09229 c 0.063801,0.207358 0.162922,0.360027 0.2973633,0.458008 0.1367173,0.0957 0.3087549,0.143555 0.5161133,0.143555 0.1663392,0 0.317869,-0.03874 0.4545899,-0.116211 0.1389949,-0.07975 0.2563451,-0.198242 0.3520507,-0.355469 0.097979,-0.157226 0.1743135,-0.354328 0.2290035,-0.591309 0.05469,-0.236977 0.08431,-0.514972 0.08887,-0.833984 -0.04786,0.107099 -0.113936,0.202802 -0.198243,0.287109 -0.082033,0.08431 -0.1765972,0.156089 -0.283691,0.215332 -0.10482,0.05697 -0.2187522,0.101402 -0.3417968,0.133301 -0.1230489,0.02962 -0.247235,0.04443 -0.3725586,0.04443 C 8.79785,37.025142 8.599608,36.986405 8.421875,36.90893 8.2464183,36.829179 8.0971671,36.718665 7.9741211,36.577387 7.8510736,36.436113 7.7553706,36.266354 7.6870117,36.06811 c -0.066081,-0.200519 -0.099121,-0.422686 -0.099121,-0.666504 -3e-7,-0.248369 0.035319,-0.472816 0.1059571,-0.67334 0.072916,-0.200517 0.1777337,-0.370276 0.3144531,-0.509278 0.1367178,-0.141271 0.3041981,-0.249507 0.5024414,-0.324707 0.2005194,-0.07519 0.4272444,-0.112788 0.6801758,-0.112793 0.5354793,5e-6 0.9410779,0.198247 1.2167969,0.594727 0.275713,0.396488 0.413571,0.992354 0.413574,1.787598 m -0.669922,-0.594727 c -3e-6,-0.177731 -0.02165,-0.345211 -0.06494,-0.502441 C 10.045407,34.909422 9.9827458,34.772703 9.8984386,34.656488 9.8164046,34.540282 9.7138658,34.449136 9.5908214,34.383051 9.470051,34.314691 9.3299144,34.280516 9.1704113,34.280512 c -0.1481138,4e-6 -0.2814144,0.02621 -0.3999024,0.07861 -0.118491,0.05241 -0.2187513,0.127608 -0.3007812,0.225586 -0.082032,0.09571 -0.1458344,0.213057 -0.1914063,0.352051 -0.043295,0.139001 -0.064942,0.293949 -0.064941,0.464844 -9e-7,0.161787 0.019367,0.312177 0.058105,0.451171 0.041014,0.139001 0.1013986,0.259769 0.1811523,0.362305 0.079751,0.100263 0.1788723,0.180015 0.2973633,0.239258 0.118488,0.05697 0.2563459,0.08545 0.4135742,0.08545 0.1139303,2e-6 0.2290018,-0.01937 0.3452149,-0.0581 0.1184872,-0.03874 0.2244441,-0.09798 0.3178711,-0.177735 0.0957,-0.07975 0.1731743,-0.18001 0.2324218,-0.300781 0.06152,-0.123044 0.09228,-0.267738 0.09229,-0.434082"
+ id="path3464"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 14.745117,37.325922 c -3e-6,0.205079 -0.03304,0.394207 -0.09912,0.567383 -0.06381,0.170899 -0.162926,0.319011 -0.297363,0.444336 -0.132165,0.125325 -0.301924,0.223307 -0.509278,0.293945 -0.207359,0.07064 -0.452313,0.105957 -0.734863,0.105957 -0.282554,0 -0.527508,-0.03532 -0.734863,-0.105957 -0.205079,-0.07064 -0.375977,-0.16748 -0.512695,-0.290527 -0.134441,-0.125325 -0.234701,-0.273437 -0.300782,-0.444336 -0.0638,-0.173176 -0.0957,-0.361164 -0.0957,-0.563965 0,-0.175454 0.0262,-0.331541 0.07861,-0.468262 0.05469,-0.136717 0.126464,-0.254067 0.215332,-0.352051 0.09114,-0.100258 0.193684,-0.18001 0.307617,-0.239257 0.11621,-0.06152 0.235838,-0.102537 0.358886,-0.123047 l 0,-0.01367 c -0.134441,-0.0319 -0.255209,-0.08317 -0.362304,-0.153809 -0.104819,-0.07064 -0.193686,-0.154945 -0.266602,-0.252929 -0.07064,-0.100258 -0.125326,-0.210772 -0.164062,-0.331543 -0.03646,-0.120765 -0.05469,-0.248369 -0.05469,-0.382813 0,-0.168616 0.0319,-0.326982 0.0957,-0.475098 0.06608,-0.150386 0.162923,-0.281408 0.290528,-0.393066 0.127603,-0.113928 0.285969,-0.202795 0.475097,-0.266601 0.189126,-0.06608 0.407876,-0.09912 0.65625,-0.09912 0.262042,5e-6 0.488767,0.03305 0.680176,0.09912 0.193682,0.06609 0.353187,0.156091 0.478516,0.270019 0.127601,0.111658 0.222164,0.24268 0.283691,0.393066 0.06152,0.150395 0.09228,0.3099 0.09229,0.478516 -3e-6,0.132165 -0.01937,0.25863 -0.05811,0.379395 -0.03646,0.120771 -0.09115,0.231285 -0.164063,0.331543 -0.07064,0.09798 -0.159508,0.182294 -0.266601,0.252929 -0.104821,0.06836 -0.226728,0.116214 -0.365723,0.143555 l 0,0.01367 c 0.138995,0.02279 0.267738,0.06494 0.386231,0.126465 0.118486,0.05925 0.221025,0.138999 0.307617,0.239257 0.08659,0.09798 0.154944,0.215334 0.205078,0.352051 0.05013,0.136721 0.07519,0.291668 0.0752,0.464844 m -0.758789,-2.269531 c -3e-6,-0.120765 -0.01595,-0.231279 -0.04785,-0.331543 -0.02963,-0.100257 -0.07976,-0.185706 -0.150391,-0.256348 -0.07064,-0.07291 -0.162926,-0.128739 -0.276856,-0.16748 -0.113934,-0.04101 -0.254071,-0.06152 -0.42041,-0.06152 -0.161785,5e-6 -0.298504,0.02051 -0.410156,0.06152 -0.111655,0.03874 -0.20394,0.09457 -0.276855,0.16748 -0.07064,0.07064 -0.121909,0.156091 -0.153809,0.256348 -0.0319,0.100264 -0.04785,0.210778 -0.04785,0.331543 -1e-6,0.09571 0.01253,0.193688 0.0376,0.293945 0.02506,0.100264 0.07064,0.191409 0.136719,0.273438 0.06608,0.08203 0.157225,0.149254 0.273437,0.20166 0.11621,0.05241 0.265461,0.07862 0.447754,0.07861 0.193683,3e-6 0.348631,-0.0262 0.464844,-0.07861 0.118487,-0.05241 0.208493,-0.119626 0.27002,-0.20166 0.0638,-0.08203 0.104814,-0.173174 0.123046,-0.273438 0.0205,-0.100257 0.03076,-0.198239 0.03076,-0.293945 m 0.119629,2.211426 c -3e-6,-0.11621 -0.01595,-0.227863 -0.04785,-0.334961 -0.0319,-0.109374 -0.08659,-0.205077 -0.164062,-0.28711 -0.07748,-0.08431 -0.182294,-0.151528 -0.314453,-0.20166 -0.129885,-0.05241 -0.292808,-0.07861 -0.48877,-0.07861 -0.180014,2e-6 -0.333823,0.02621 -0.461425,0.07861 -0.125327,0.05013 -0.227866,0.117352 -0.307618,0.20166 -0.07748,0.08431 -0.134441,0.182294 -0.170898,0.293946 -0.03646,0.109376 -0.05469,0.223308 -0.05469,0.341796 -1e-6,0.148114 0.01823,0.283693 0.05469,0.406739 0.03646,0.120769 0.09456,0.225586 0.174316,0.314453 0.07975,0.08659 0.184569,0.153809 0.314453,0.20166 0.129882,0.04785 0.287108,0.07178 0.47168,0.07178 0.186847,1e-6 0.344073,-0.02392 0.47168,-0.07178 0.127601,-0.04785 0.23014,-0.115071 0.307617,-0.20166 0.07747,-0.08887 0.132159,-0.194824 0.164063,-0.317871 0.03418,-0.125325 0.05127,-0.264322 0.05127,-0.416992"
+ id="path3466"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 20.794922,38.669184 -1.445801,-2.105469 -1.476562,2.105469 -0.721192,0 1.832031,-2.501953 -1.691894,-2.313965 0.721191,0 1.339844,1.890136 1.302246,-1.890136 0.721192,0 -1.647461,2.290039 1.787597,2.525879 -0.721191,0"
+ id="path3468"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 25.501465,38.669184 0,-2.231934 -2.604492,0 0,2.231934 -0.652832,0 0,-4.815918 0.652832,0 0,2.037109 2.604492,0 0,-2.037109 0.652832,0 0,4.815918 -0.652832,0"
+ id="path3470"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 32.275879,38.669184 -0.550293,-1.408203 -2.194336,0 -0.553711,1.408203 -0.676758,0 1.965332,-4.815918 0.741699,0 1.934571,4.815918 -0.666504,0 m -1.36377,-3.506836 c -0.03646,-0.09114 -0.07178,-0.183428 -0.105957,-0.276856 -0.0319,-0.09342 -0.06039,-0.17773 -0.08545,-0.252929 -0.02507,-0.07747 -0.04671,-0.141272 -0.06494,-0.191407 -0.01595,-0.0524 -0.02507,-0.08431 -0.02734,-0.0957 -0.0046,0.0114 -0.01481,0.0433 -0.03076,0.0957 -0.01595,0.05241 -0.0376,0.117355 -0.06494,0.194825 -0.02507,0.07748 -0.05469,0.162927 -0.08887,0.256347 -0.0319,0.09343 -0.06494,0.185713 -0.09912,0.276856 l -0.615235,1.582519 1.80127,0 -0.618653,-1.589355"
+ id="path3472"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 35.587891,38.669184 0,-2.344727 c -3e-6,-0.18001 -0.0114,-0.330401 -0.03418,-0.451172 -0.02279,-0.120765 -0.06153,-0.217607 -0.116211,-0.290527 -0.05241,-0.07519 -0.12191,-0.127601 -0.208496,-0.157227 -0.08659,-0.0319 -0.192548,-0.04785 -0.317871,-0.04785 -0.129885,3e-6 -0.247235,0.02621 -0.352051,0.07861 -0.104819,0.05013 -0.194826,0.124189 -0.27002,0.222168 -0.07292,0.09571 -0.129884,0.215335 -0.170898,0.358887 -0.03874,0.141278 -0.05811,0.304201 -0.0581,0.488769 l 0,2.143067 -0.611817,0 0,-2.908692 c 0,-0.07747 -0.0011,-0.158362 -0.0034,-0.242675 0,-0.08659 -0.0011,-0.167478 -0.0034,-0.242676 -0.0023,-0.07747 -0.0046,-0.143551 -0.0068,-0.198242 -0.0023,-0.05468 -0.0046,-0.09 -0.0068,-0.105957 l 0.581055,0 c 0.0023,0.0114 0.0046,0.04216 0.0068,0.09228 0.0023,0.05013 0.0046,0.108239 0.0068,0.174316 0.0046,0.06381 0.008,0.129886 0.01025,0.198242 0.0023,0.06608 0.0034,0.121911 0.0034,0.167481 l 0.01025,0 c 0.05469,-0.107093 0.113931,-0.203936 0.177734,-0.290528 0.0638,-0.08659 0.137857,-0.159501 0.222168,-0.21875 0.08659,-0.06152 0.184569,-0.108232 0.293945,-0.140136 0.111652,-0.03418 0.240395,-0.05127 0.386231,-0.05127 0.280271,4e-6 0.501299,0.05583 0.663086,0.167481 0.164059,0.111657 0.277991,0.289391 0.341797,0.533203 l 0.01025,0 c 0.05468,-0.107093 0.116207,-0.203936 0.18457,-0.290528 0.06836,-0.08659 0.148108,-0.159501 0.239258,-0.21875 0.09114,-0.06152 0.193681,-0.108232 0.307617,-0.140136 0.113928,-0.03418 0.243811,-0.05127 0.389648,-0.05127 0.186845,4e-6 0.347489,0.02507 0.481934,0.0752 0.136714,0.05013 0.248367,0.127608 0.334961,0.232422 0.08658,0.104821 0.150385,0.240401 0.191406,0.406739 0.04101,0.164065 0.06152,0.360028 0.06152,0.58789 l 0,2.464356 -0.608399,0 0,-2.344727 c -5e-6,-0.18001 -0.0114,-0.330401 -0.03418,-0.451172 -0.02279,-0.120765 -0.06153,-0.217607 -0.116211,-0.290527 -0.05241,-0.07519 -0.121912,-0.127601 -0.208496,-0.157227 -0.08659,-0.0319 -0.192549,-0.04785 -0.317871,-0.04785 -0.129886,3e-6 -0.247237,0.02507 -0.352051,0.0752 -0.104821,0.04785 -0.194827,0.119632 -0.270019,0.215332 -0.07292,0.09571 -0.129886,0.215335 -0.170898,0.358887 -0.03874,0.143557 -0.05811,0.309898 -0.05811,0.499023 l 0,2.143067 -0.608398,0"
+ id="path3474"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 42.047852,37.647211 c -4e-6,0.173178 -0.03418,0.328126 -0.10254,0.464844 -0.06608,0.13444 -0.162926,0.248373 -0.290527,0.341797 -0.127607,0.09115 -0.284833,0.161784 -0.47168,0.211914 -0.184572,0.04785 -0.396486,0.07178 -0.635742,0.07178 -0.214194,0 -0.407879,-0.01709 -0.581054,-0.05127 -0.1709,-0.0319 -0.32129,-0.08431 -0.451172,-0.157227 -0.129884,-0.07292 -0.239259,-0.168619 -0.328125,-0.287109 -0.08659,-0.120768 -0.150391,-0.267741 -0.191407,-0.440918 l 0.543457,-0.105957 c 0.05241,0.198243 0.160644,0.344076 0.324708,0.4375 0.164061,0.09115 0.391925,0.136719 0.683593,0.136718 0.13216,10e-7 0.252928,-0.0091 0.362305,-0.02734 0.111651,-0.01823 0.207354,-0.04899 0.287109,-0.09229 0.07975,-0.04557 0.141274,-0.104817 0.184571,-0.177734 0.04557,-0.07519 0.06836,-0.167479 0.06836,-0.276855 -3e-6,-0.111653 -0.02621,-0.202799 -0.07861,-0.273438 -0.05241,-0.07292 -0.125328,-0.133299 -0.21875,-0.181152 -0.09343,-0.04785 -0.207359,-0.08887 -0.341797,-0.123047 -0.132163,-0.03646 -0.277997,-0.07633 -0.4375,-0.119629 -0.148114,-0.03873 -0.295086,-0.08203 -0.440918,-0.129883 -0.145834,-0.04785 -0.277996,-0.110512 -0.396484,-0.187988 -0.116212,-0.07975 -0.210776,-0.177732 -0.283692,-0.293945 -0.07292,-0.116209 -0.109375,-0.262042 -0.109375,-0.4375 0,-0.337237 0.119629,-0.593584 0.358887,-0.769043 0.241535,-0.177731 0.592446,-0.266598 1.052734,-0.266602 0.407876,4e-6 0.731443,0.07178 0.970703,0.215332 0.241534,0.143558 0.394203,0.373701 0.458008,0.69043 l -0.553711,0.06836 c -0.02051,-0.0957 -0.05811,-0.175453 -0.112793,-0.239258 -0.05469,-0.06608 -0.12077,-0.118486 -0.198242,-0.157226 -0.07748,-0.04101 -0.165204,-0.0695 -0.263184,-0.08545 -0.0957,-0.01823 -0.195965,-0.02734 -0.300781,-0.02734 -0.277996,3e-6 -0.483074,0.04216 -0.615234,0.126465 -0.132163,0.08431 -0.198243,0.211917 -0.198242,0.382812 -10e-7,0.100263 0.02392,0.183434 0.07178,0.249512 0.05013,0.0638 0.118488,0.118492 0.205078,0.164062 0.08887,0.0433 0.194823,0.08203 0.317871,0.116211 0.123045,0.0319 0.258625,0.06608 0.406738,0.102539 0.09798,0.02507 0.198241,0.05241 0.300782,0.08203 0.102536,0.02735 0.201657,0.06153 0.297363,0.102539 0.09798,0.03874 0.189125,0.08545 0.273438,0.140136 0.08658,0.05241 0.16178,0.116213 0.225585,0.191407 0.0638,0.0752 0.11393,0.162924 0.150391,0.263183 0.03873,0.100262 0.0581,0.216473 0.05811,0.348633"
+ id="path3476"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 44.194336,38.64184 c -0.09343,0.02506 -0.189129,0.04443 -0.287109,0.0581 -0.09571,0.01595 -0.207359,0.02393 -0.334961,0.02393 -0.492189,0 -0.738282,-0.279134 -0.738282,-0.837402 l 0,-2.467774 -0.427246,0 0,-0.447753 0.451172,0 0.181152,-0.827149 0.410157,0 0,0.827149 0.683593,0 0,0.447753 -0.683593,0 0,2.334473 c -10e-7,0.177735 0.02848,0.303061 0.08545,0.375977 0.05924,0.07064 0.160643,0.105957 0.304199,0.105957 0.05924,0 0.116209,-0.0046 0.170899,-0.01367 0.05696,-0.0091 0.118487,-0.02051 0.18457,-0.03418 l 0,0.45459"
+ id="path3478"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 45.185547,36.949945 c -10e-7,0.193687 0.01937,0.37256 0.0581,0.536622 0.04102,0.161784 0.102538,0.301921 0.184571,0.42041 0.08431,0.116211 0.191405,0.207357 0.321289,0.273437 0.129881,0.0638 0.285968,0.0957 0.468261,0.0957 0.2666,10e-7 0.479653,-0.05355 0.639161,-0.160644 0.161781,-0.107096 0.271156,-0.242675 0.328125,-0.406738 l 0.540039,0.153808 c -0.03874,0.10254 -0.09343,0.206218 -0.164063,0.311035 -0.06836,0.10254 -0.160648,0.195964 -0.276855,0.280274 -0.116214,0.08203 -0.262047,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.382815,0.07861 -0.628907,0.07861 -0.546876,0 -0.963868,-0.162923 -1.250976,-0.488769 -0.284831,-0.325846 -0.427247,-0.810058 -0.427246,-1.452637 -1e-6,-0.346352 0.04329,-0.639158 0.129883,-0.878418 0.08659,-0.241534 0.205077,-0.437497 0.355468,-0.587891 0.15039,-0.150387 0.325846,-0.258622 0.526368,-0.324707 0.200519,-0.06836 0.414711,-0.102535 0.642578,-0.102539 0.309893,4e-6 0.568519,0.05013 0.775879,0.150391 0.209632,0.100264 0.377112,0.239261 0.502441,0.416992 0.127601,0.175459 0.217607,0.382815 0.270019,0.62207 0.05468,0.23926 0.08203,0.497886 0.08203,0.775879 l 0,0.08203 -2.638672,0 m 2.00293,-0.471679 c -0.03418,-0.389646 -0.133304,-0.673337 -0.297364,-0.851074 -0.164065,-0.18001 -0.399904,-0.270017 -0.707519,-0.27002 -0.102541,3e-6 -0.210777,0.01709 -0.324707,0.05127 -0.111655,0.0319 -0.215334,0.09001 -0.311035,0.174316 -0.09571,0.08431 -0.176597,0.199384 -0.242676,0.345215 -0.06608,0.143557 -0.10368,0.326988 -0.112793,0.550293 l 1.996094,0"
+ id="path3480"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 48.624023,38.669184 0,-2.836914 c 0,-0.07747 -0.0011,-0.156085 -0.0034,-0.23584 0,-0.08203 -0.0011,-0.160641 -0.0034,-0.23584 -0.0023,-0.07519 -0.0046,-0.14583 -0.0068,-0.211914 -0.0023,-0.06608 -0.0046,-0.125322 -0.0068,-0.177734 l 0.581054,0 c 0.0023,0.05241 0.0046,0.112796 0.0068,0.181152 0.0046,0.06608 0.008,0.134443 0.01025,0.205078 0.0046,0.07064 0.0068,0.139001 0.0068,0.205078 0.0023,0.06381 0.0034,0.118493 0.0034,0.164063 l 0.01367,0 c 0.04329,-0.141273 0.08887,-0.263181 0.136719,-0.365723 0.05013,-0.104814 0.108234,-0.190263 0.174316,-0.256348 0.06608,-0.06835 0.144693,-0.118486 0.23584,-0.15039 0.09114,-0.03418 0.201658,-0.05127 0.331543,-0.05127 0.05013,4e-6 0.09798,0.0046 0.143555,0.01367 0.04557,0.0068 0.08089,0.01368 0.105957,0.02051 l 0,0.563965 c -0.04102,-0.01139 -0.08887,-0.01937 -0.143555,-0.02393 -0.05469,-0.0068 -0.116213,-0.01025 -0.18457,-0.01025 -0.141278,3e-6 -0.262046,0.0319 -0.362305,0.0957 -0.09798,0.06381 -0.178875,0.152672 -0.242676,0.266602 -0.06152,0.111656 -0.107097,0.246096 -0.136719,0.40332 -0.02962,0.15495 -0.04443,0.324709 -0.04443,0.509277 l 0,1.927735 -0.615235,0"
+ id="path3482"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 53.282715,38.074457 c -0.113935,0.23698 -0.265465,0.406739 -0.45459,0.509278 -0.186851,0.102539 -0.419273,0.153808 -0.697266,0.153808 -0.467123,0 -0.811198,-0.157226 -1.032226,-0.47168 -0.218751,-0.314452 -0.328125,-0.790688 -0.328125,-1.428711 0,-1.28971 0.45345,-1.934566 1.360351,-1.93457 0.280272,4e-6 0.513833,0.05127 0.700684,0.153809 0.186846,0.102542 0.337237,0.265465 0.451172,0.488769 l 0.0068,0 c -3e-6,-0.02278 -0.0011,-0.0581 -0.0034,-0.105957 -3e-6,-0.05013 -0.0011,-0.101396 -0.0034,-0.153808 -3e-6,-0.05468 -3e-6,-0.105954 0,-0.153809 -3e-6,-0.04785 -3e-6,-0.08203 0,-0.102539 l 0,-1.432129 0.615234,0 0,4.310059 c -3e-6,0.08887 -3e-6,0.174317 0,0.256347 0.0023,0.08203 0.0046,0.157227 0.0068,0.225586 0.0023,0.06836 0.0046,0.127605 0.0068,0.177735 0.0023,0.04785 0.0046,0.08203 0.0068,0.102539 l -0.587891,0 c -0.0046,-0.02279 -0.0091,-0.05469 -0.01367,-0.0957 -0.0023,-0.0433 -0.0057,-0.09229 -0.01025,-0.146973 -0.0023,-0.05469 -0.0046,-0.111653 -0.0068,-0.170898 -0.0023,-0.06152 -0.0034,-0.121908 -0.0034,-0.181153 l -0.01367,0 m -1.866211,-1.257812 c -1e-6,0.25521 0.01595,0.473959 0.04785,0.65625 0.0319,0.182292 0.08317,0.332683 0.153809,0.451172 0.07064,0.116211 0.160643,0.20166 0.27002,0.256347 0.109373,0.05469 0.242674,0.08203 0.399902,0.08203 0.161782,10e-7 0.304197,-0.0262 0.427246,-0.07861 0.125323,-0.05241 0.229001,-0.136718 0.311035,-0.25293 0.08431,-0.118488 0.148109,-0.272297 0.191406,-0.461425 0.04329,-0.189127 0.06494,-0.420409 0.06494,-0.693848 -3e-6,-0.262042 -0.02165,-0.48307 -0.06494,-0.663086 -0.0433,-0.182289 -0.107099,-0.329261 -0.191406,-0.440918 -0.08431,-0.11165 -0.18799,-0.191403 -0.311035,-0.239258 -0.12077,-0.05013 -0.260907,-0.07519 -0.42041,-0.0752 -0.150392,3e-6 -0.280275,0.02621 -0.389649,0.07861 -0.109376,0.05241 -0.200522,0.136722 -0.273437,0.25293 -0.07292,0.116214 -0.127605,0.267744 -0.164063,0.45459 -0.03418,0.184572 -0.05127,0.409019 -0.05127,0.67334"
+ id="path3484"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 55.788086,38.737543 c -0.37142,0 -0.650554,-0.09798 -0.837402,-0.293945 -0.18685,-0.195963 -0.280274,-0.464843 -0.280274,-0.806641 0,-0.243814 0.04557,-0.443195 0.136719,-0.598144 0.09342,-0.157225 0.214192,-0.280272 0.362305,-0.369141 0.150389,-0.08886 0.321288,-0.150388 0.512695,-0.18457 0.191405,-0.03418 0.386229,-0.05355 0.584473,-0.05811 l 0.830566,-0.01367 0,-0.20166 c -3e-6,-0.152666 -0.01595,-0.282549 -0.04785,-0.389648 -0.0319,-0.107094 -0.08089,-0.193682 -0.146972,-0.259766 -0.06608,-0.06608 -0.149254,-0.113929 -0.249512,-0.143555 -0.09798,-0.0319 -0.214195,-0.04785 -0.348633,-0.04785 -0.118491,3e-6 -0.225587,0.0091 -0.321289,0.02734 -0.0957,0.01595 -0.178875,0.04671 -0.249512,0.09229 -0.07064,0.0433 -0.127605,0.103681 -0.170898,0.181152 -0.0433,0.0752 -0.07178,0.170901 -0.08545,0.28711 l -0.642578,-0.05811 c 0.02279,-0.14583 0.06608,-0.279131 0.129882,-0.399902 0.0638,-0.123044 0.153808,-0.229001 0.27002,-0.317871 0.118489,-0.08886 0.265461,-0.157223 0.440918,-0.205079 0.177733,-0.05013 0.391925,-0.07519 0.642578,-0.0752 0.464841,4e-6 0.814613,0.1071 1.049316,0.321289 0.234698,0.211918 0.352048,0.519534 0.352051,0.922852 l 0,1.592773 c -3e-6,0.182293 0.02392,0.320151 0.07178,0.413574 0.04785,0.09115 0.138993,0.13672 0.273437,0.136719 0.03418,10e-7 0.06836,-0.0023 0.102539,-0.0068 0.03418,-0.0046 0.06722,-0.01025 0.09912,-0.01709 l 0,0.382813 c -0.07748,0.01823 -0.154951,0.0319 -0.232422,0.04102 -0.0752,0.0091 -0.15609,0.01367 -0.242675,0.01367 -0.116215,0 -0.216475,-0.01481 -0.300782,-0.04443 -0.08203,-0.0319 -0.149254,-0.07861 -0.20166,-0.140137 -0.05241,-0.0638 -0.09229,-0.141276 -0.119629,-0.232422 -0.02735,-0.09342 -0.04444,-0.201659 -0.05127,-0.324707 l -0.02051,0 c -0.06608,0.11849 -0.139,0.225587 -0.21875,0.321289 -0.07748,0.0957 -0.168622,0.177735 -0.273438,0.246094 -0.104819,0.06608 -0.224448,0.11735 -0.358886,0.153809 -0.132163,0.03646 -0.284833,0.05469 -0.458008,0.05469 m 0.140137,-0.461426 c 0.195961,10e-7 0.36686,-0.03532 0.512695,-0.105957 0.14811,-0.07292 0.270017,-0.165201 0.365723,-0.276855 0.09798,-0.111653 0.170895,-0.23356 0.21875,-0.365723 0.04785,-0.13216 0.07177,-0.258625 0.07178,-0.379394 l 0,-0.3042 -0.67334,0.01367 c -0.150392,0.0023 -0.293947,0.01367 -0.430664,0.03418 -0.134442,0.01823 -0.252931,0.05583 -0.355469,0.112793 -0.10254,0.05697 -0.184571,0.13672 -0.246093,0.239258 -0.05925,0.10254 -0.08887,0.23698 -0.08887,0.40332 -10e-7,0.200522 0.05355,0.355469 0.160645,0.464844 0.109374,0.109375 0.264321,0.164063 0.464844,0.164062"
+ id="path3486"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 60.894531,38.669184 0,-2.344727 c -2e-6,-0.18001 -0.0114,-0.330401 -0.03418,-0.451172 -0.02279,-0.120765 -0.06153,-0.217607 -0.116211,-0.290527 -0.05241,-0.07519 -0.12191,-0.127601 -0.208496,-0.157227 -0.08659,-0.0319 -0.192548,-0.04785 -0.317872,-0.04785 -0.129884,3e-6 -0.247234,0.02621 -0.35205,0.07861 -0.10482,0.05013 -0.194826,0.124189 -0.27002,0.222168 -0.07292,0.09571 -0.129884,0.215335 -0.170898,0.358887 -0.03874,0.141278 -0.05811,0.304201 -0.05811,0.488769 l 0,2.143067 -0.611816,0 0,-2.908692 c -10e-7,-0.07747 -0.0011,-0.158362 -0.0034,-0.242675 -10e-7,-0.08659 -0.0011,-0.167478 -0.0034,-0.242676 -0.0023,-0.07747 -0.0046,-0.143551 -0.0068,-0.198242 -0.0023,-0.05468 -0.0046,-0.09 -0.0068,-0.105957 l 0.581055,0 c 0.0023,0.0114 0.0046,0.04216 0.0068,0.09228 0.0023,0.05013 0.0046,0.108239 0.0068,0.174316 0.0046,0.06381 0.008,0.129886 0.01025,0.198242 0.0023,0.06608 0.0034,0.121911 0.0034,0.167481 l 0.01025,0 c 0.05469,-0.107093 0.113931,-0.203936 0.177735,-0.290528 0.0638,-0.08659 0.137856,-0.159501 0.222168,-0.21875 0.08659,-0.06152 0.184568,-0.108232 0.293945,-0.140136 0.111652,-0.03418 0.240395,-0.05127 0.38623,-0.05127 0.280271,4e-6 0.5013,0.05583 0.663086,0.167481 0.16406,0.111657 0.277992,0.289391 0.341797,0.533203 l 0.01025,0 c 0.05468,-0.107093 0.116208,-0.203936 0.18457,-0.290528 0.06836,-0.08659 0.148109,-0.159501 0.239258,-0.21875 0.09114,-0.06152 0.193681,-0.108232 0.307617,-0.140136 0.113929,-0.03418 0.243811,-0.05127 0.389649,-0.05127 0.186844,4e-6 0.347489,0.02507 0.481934,0.0752 0.136713,0.05013 0.248367,0.127608 0.33496,0.232422 0.08658,0.104821 0.150386,0.240401 0.191407,0.406739 0.04101,0.164065 0.06152,0.360028 0.06152,0.58789 l 0,2.464356 -0.608398,0 0,-2.344727 c -5e-6,-0.18001 -0.0114,-0.330401 -0.03418,-0.451172 -0.02279,-0.120765 -0.06153,-0.217607 -0.116211,-0.290527 -0.05241,-0.07519 -0.121912,-0.127601 -0.208496,-0.157227 -0.08659,-0.0319 -0.19255,-0.04785 -0.317871,-0.04785 -0.129887,3e-6 -0.247237,0.02507 -0.352051,0.0752 -0.104821,0.04785 -0.194828,0.119632 -0.270019,0.215332 -0.07292,0.09571 -0.129887,0.215335 -0.170899,0.358887 -0.03874,0.143557 -0.05811,0.309898 -0.0581,0.499023 l 0,2.143067 -0.608399,0"
+ id="path3488"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 14.779297,43.136469 0,4.282715 -0.649414,0 0,-4.282715 -1.654297,0 0,-0.533203 3.958008,0 0,0.533203 -1.654297,0"
+ id="path3490"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 17.681152,44.353266 c 0.06836,-0.125323 0.142414,-0.231279 0.222168,-0.317871 0.07975,-0.08886 0.167479,-0.161781 0.263184,-0.21875 0.0957,-0.05696 0.200519,-0.09798 0.314453,-0.123047 0.11393,-0.02734 0.241534,-0.04101 0.382813,-0.04102 0.236976,4e-6 0.430661,0.0319 0.581054,0.0957 0.152666,0.06381 0.272295,0.153812 0.358887,0.27002 0.08886,0.113935 0.149248,0.250654 0.181152,0.410156 0.03418,0.159508 0.05127,0.334964 0.05127,0.526367 l 0,2.464356 -0.618653,0 0,-2.344727 c -2e-6,-0.157224 -0.01026,-0.295082 -0.03076,-0.413574 -0.01823,-0.118487 -0.05469,-0.216468 -0.109375,-0.293945 -0.05469,-0.07975 -0.132164,-0.138995 -0.232422,-0.177735 -0.100263,-0.04101 -0.230146,-0.06152 -0.389649,-0.06152 -0.145835,3e-6 -0.277996,0.02621 -0.396484,0.07861 -0.116212,0.05241 -0.216473,0.126468 -0.300781,0.222168 -0.08203,0.09571 -0.145835,0.211917 -0.191406,0.348633 -0.04557,0.136721 -0.06836,0.29053 -0.06836,0.461426 l 0,2.180664 -0.615234,0 0,-5.072266 0.615234,0 0,1.319336 c -1e-6,0.0752 -0.0011,0.150394 -0.0034,0.225586 -0.0023,0.0752 -0.0057,0.144697 -0.01025,0.208496 -0.0023,0.06381 -0.0046,0.118493 -0.0068,0.164063 -0.0023,0.0433 -0.0046,0.07292 -0.0068,0.08887 l 0.01025,0"
+ id="path3492"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 21.4375,45.699945 c -1e-6,0.193687 0.01937,0.37256 0.05811,0.536622 0.04101,0.161784 0.102538,0.301921 0.184571,0.42041 0.08431,0.116211 0.191405,0.207357 0.321289,0.273437 0.129881,0.0638 0.285968,0.0957 0.468262,0.0957 0.266599,10e-7 0.479652,-0.05355 0.63916,-0.160644 0.161781,-0.107096 0.271156,-0.242675 0.328125,-0.406738 l 0.540039,0.153808 c -0.03874,0.10254 -0.09343,0.206218 -0.164063,0.311035 -0.06836,0.10254 -0.160647,0.195964 -0.276855,0.280274 -0.116214,0.08203 -0.262047,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.382815,0.07861 -0.628906,0.07861 -0.546877,0 -0.963869,-0.162923 -1.250977,-0.488769 -0.284831,-0.325846 -0.427246,-0.810058 -0.427246,-1.452637 0,-0.346352 0.04329,-0.639158 0.129883,-0.878418 0.08659,-0.241534 0.205077,-0.437497 0.355468,-0.587891 0.15039,-0.150387 0.325846,-0.258622 0.526368,-0.324707 0.200519,-0.06836 0.414711,-0.102535 0.642578,-0.102539 0.309893,4e-6 0.568519,0.05013 0.775879,0.150391 0.209632,0.100264 0.377112,0.239261 0.502441,0.416992 0.127601,0.175459 0.217607,0.382815 0.27002,0.62207 0.05468,0.23926 0.08203,0.497886 0.08203,0.775879 l 0,0.08203 -2.638672,0 m 2.00293,-0.471679 c -0.03418,-0.389646 -0.133304,-0.673337 -0.297364,-0.851074 -0.164065,-0.18001 -0.399904,-0.270017 -0.707519,-0.27002 -0.102541,3e-6 -0.210777,0.01709 -0.324707,0.05127 -0.111655,0.0319 -0.215334,0.09001 -0.311035,0.174316 -0.0957,0.08431 -0.176596,0.199384 -0.242676,0.345215 -0.06608,0.143557 -0.103679,0.326988 -0.112793,0.550293 l 1.996094,0"
+ id="path3494"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 30.030273,47.419184 -2.577148,-4.101563 c 0.0046,0.111658 0.01025,0.222172 0.01709,0.331543 0.0046,0.09343 0.008,0.192549 0.01025,0.297363 0.0046,0.102543 0.0068,0.193689 0.0068,0.273438 l 0,3.199219 -0.581055,0 0,-4.815918 0.758789,0 2.604492,4.128906 c -0.0068,-0.111653 -0.01368,-0.223306 -0.02051,-0.334961 -0.0046,-0.0957 -0.0091,-0.19938 -0.01367,-0.311035 -0.0046,-0.113931 -0.0068,-0.222166 -0.0068,-0.324707 l 0,-3.158203 0.58789,0 0,4.815918 -0.786133,0"
+ id="path3496"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 32.333984,45.699945 c -10e-7,0.193687 0.01937,0.37256 0.05811,0.536622 0.04101,0.161784 0.102538,0.301921 0.18457,0.42041 0.08431,0.116211 0.191405,0.207357 0.321289,0.273437 0.129881,0.0638 0.285968,0.0957 0.468262,0.0957 0.266599,10e-7 0.479652,-0.05355 0.63916,-0.160644 0.161781,-0.107096 0.271156,-0.242675 0.328125,-0.406738 l 0.540039,0.153808 c -0.03874,0.10254 -0.09343,0.206218 -0.164062,0.311035 -0.06836,0.10254 -0.160648,0.195964 -0.276856,0.280274 -0.116214,0.08203 -0.262047,0.15039 -0.4375,0.205078 -0.173179,0.05241 -0.382815,0.07861 -0.628906,0.07861 -0.546876,0 -0.963868,-0.162923 -1.250977,-0.488769 -0.284831,-0.325846 -0.427246,-0.810058 -0.427246,-1.452637 0,-0.346352 0.04329,-0.639158 0.129883,-0.878418 0.08659,-0.241534 0.205078,-0.437497 0.355469,-0.587891 0.15039,-0.150387 0.325845,-0.258622 0.526367,-0.324707 0.200519,-0.06836 0.414712,-0.102535 0.642578,-0.102539 0.309894,4e-6 0.56852,0.05013 0.775879,0.150391 0.209633,0.100264 0.377113,0.239261 0.502441,0.416992 0.127601,0.175459 0.217608,0.382815 0.27002,0.62207 0.05468,0.23926 0.08203,0.497886 0.08203,0.775879 l 0,0.08203 -2.638672,0 m 2.00293,-0.471679 c -0.03418,-0.389646 -0.133304,-0.673337 -0.297363,-0.851074 -0.164065,-0.18001 -0.399905,-0.270017 -0.70752,-0.27002 -0.102541,3e-6 -0.210776,0.01709 -0.324707,0.05127 -0.111655,0.0319 -0.215333,0.09001 -0.311035,0.174316 -0.0957,0.08431 -0.176596,0.199384 -0.242676,0.345215 -0.06608,0.143557 -0.103679,0.326988 -0.112793,0.550293 l 1.996094,0"
+ id="path3498"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 37.180664,47.39184 c -0.09343,0.02506 -0.189129,0.04443 -0.287109,0.0581 -0.09571,0.01595 -0.207358,0.02393 -0.334961,0.02393 -0.492189,0 -0.738282,-0.279134 -0.738282,-0.837402 l 0,-2.467774 -0.427246,0 0,-0.447753 0.451172,0 0.181153,-0.827149 0.410156,0 0,0.827149 0.683594,0 0,0.447753 -0.683594,0 0,2.334473 c -10e-7,0.177735 0.02848,0.303061 0.08545,0.375977 0.05924,0.07064 0.160643,0.105957 0.304199,0.105957 0.05924,0 0.11621,-0.0046 0.170899,-0.01367 0.05696,-0.0091 0.118488,-0.02051 0.18457,-0.03418 l 0,0.45459"
+ id="path3500"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 38.312012,44.353266 c 0.06836,-0.125323 0.142414,-0.231279 0.222168,-0.317871 0.07975,-0.08886 0.167479,-0.161781 0.263183,-0.21875 0.0957,-0.05696 0.200519,-0.09798 0.314453,-0.123047 0.113931,-0.02734 0.241535,-0.04101 0.382813,-0.04102 0.236977,4e-6 0.430661,0.0319 0.581055,0.0957 0.152666,0.06381 0.272295,0.153812 0.358886,0.27002 0.08886,0.113935 0.149248,0.250654 0.181153,0.410156 0.03418,0.159508 0.05127,0.334964 0.05127,0.526367 l 0,2.464356 -0.618652,0 0,-2.344727 c -3e-6,-0.157224 -0.01026,-0.295082 -0.03076,-0.413574 -0.01823,-0.118487 -0.05469,-0.216468 -0.109375,-0.293945 -0.05469,-0.07975 -0.132164,-0.138995 -0.232422,-0.177735 -0.100263,-0.04101 -0.230145,-0.06152 -0.389648,-0.06152 -0.145835,3e-6 -0.277997,0.02621 -0.396485,0.07861 -0.116212,0.05241 -0.216472,0.126468 -0.300781,0.222168 -0.08203,0.09571 -0.145834,0.211917 -0.191406,0.348633 -0.04557,0.136721 -0.06836,0.29053 -0.06836,0.461426 l 0,2.180664 -0.615235,0 0,-5.072266 0.615235,0 0,1.319336 c -2e-6,0.0752 -0.0011,0.150394 -0.0034,0.225586 -0.0023,0.0752 -0.0057,0.144697 -0.01025,0.208496 -0.0023,0.06381 -0.0046,0.118493 -0.0068,0.164063 -0.0023,0.0433 -0.0046,0.07292 -0.0068,0.08887 l 0.01025,0"
+ id="path3502"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 42.068359,45.699945 c -10e-7,0.193687 0.01937,0.37256 0.05811,0.536622 0.04101,0.161784 0.102538,0.301921 0.18457,0.42041 0.08431,0.116211 0.191405,0.207357 0.321289,0.273437 0.129881,0.0638 0.285968,0.0957 0.468262,0.0957 0.266599,10e-7 0.479652,-0.05355 0.63916,-0.160644 0.161781,-0.107096 0.271156,-0.242675 0.328125,-0.406738 l 0.540039,0.153808 c -0.03874,0.10254 -0.09343,0.206218 -0.164062,0.311035 -0.06836,0.10254 -0.160648,0.195964 -0.276856,0.280274 -0.116214,0.08203 -0.262047,0.15039 -0.4375,0.205078 -0.173179,0.05241 -0.382815,0.07861 -0.628906,0.07861 -0.546876,0 -0.963868,-0.162923 -1.250977,-0.488769 -0.284831,-0.325846 -0.427246,-0.810058 -0.427246,-1.452637 0,-0.346352 0.04329,-0.639158 0.129883,-0.878418 0.08659,-0.241534 0.205078,-0.437497 0.355469,-0.587891 0.15039,-0.150387 0.325845,-0.258622 0.526367,-0.324707 0.200519,-0.06836 0.414712,-0.102535 0.642578,-0.102539 0.309894,4e-6 0.56852,0.05013 0.775879,0.150391 0.209633,0.100264 0.377113,0.239261 0.502441,0.416992 0.127601,0.175459 0.217608,0.382815 0.27002,0.62207 0.05468,0.23926 0.08203,0.497886 0.08203,0.775879 l 0,0.08203 -2.638672,0 m 2.00293,-0.471679 c -0.03418,-0.389646 -0.133304,-0.673337 -0.297363,-0.851074 -0.164065,-0.18001 -0.399905,-0.270017 -0.70752,-0.27002 -0.102541,3e-6 -0.210776,0.01709 -0.324707,0.05127 -0.111655,0.0319 -0.215333,0.09001 -0.311035,0.174316 -0.0957,0.08431 -0.176596,0.199384 -0.242676,0.345215 -0.06608,0.143557 -0.103679,0.326988 -0.112793,0.550293 l 1.996094,0"
+ id="path3504"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 45.506836,47.419184 0,-2.836914 c -10e-7,-0.07747 -0.0011,-0.156085 -0.0034,-0.23584 -10e-7,-0.08203 -0.0011,-0.160641 -0.0034,-0.23584 -0.0023,-0.07519 -0.0046,-0.14583 -0.0068,-0.211914 -0.0023,-0.06608 -0.0046,-0.125322 -0.0068,-0.177734 l 0.581055,0 c 0.0023,0.05241 0.0046,0.112796 0.0068,0.181152 0.0046,0.06608 0.008,0.134443 0.01025,0.205078 0.0046,0.07064 0.0068,0.139001 0.0068,0.205078 0.0023,0.06381 0.0034,0.118493 0.0034,0.164063 l 0.01367,0 c 0.04329,-0.141273 0.08887,-0.263181 0.136719,-0.365723 0.05013,-0.104814 0.108235,-0.190263 0.174317,-0.256348 0.06608,-0.06835 0.144692,-0.118486 0.235839,-0.15039 0.09114,-0.03418 0.201659,-0.05127 0.331543,-0.05127 0.05013,4e-6 0.09798,0.0046 0.143555,0.01367 0.04557,0.0068 0.08089,0.01368 0.105957,0.02051 l 0,0.563965 c -0.04102,-0.01139 -0.08887,-0.01937 -0.143555,-0.02393 -0.05469,-0.0068 -0.116212,-0.01025 -0.18457,-0.01025 -0.141278,3e-6 -0.262046,0.0319 -0.362305,0.0957 -0.09798,0.06381 -0.178875,0.152672 -0.242675,0.266602 -0.06153,0.111656 -0.107098,0.246096 -0.136719,0.40332 -0.02962,0.15495 -0.04443,0.324709 -0.04443,0.509277 l 0,1.927735 -0.615234,0"
+ id="path3506"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 47.831055,47.419184 0,-5.072266 0.615234,0 0,5.072266 -0.615234,0"
+ id="path3508"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 50.333008,47.487543 c -0.371421,0 -0.650554,-0.09798 -0.837403,-0.293945 -0.186849,-0.195963 -0.280273,-0.464843 -0.280273,-0.806641 0,-0.243814 0.04557,-0.443195 0.136719,-0.598144 0.09342,-0.157225 0.214192,-0.280272 0.362304,-0.369141 0.15039,-0.08886 0.321288,-0.150388 0.512696,-0.18457 0.191405,-0.03418 0.386229,-0.05355 0.584472,-0.05811 l 0.830567,-0.01367 0,-0.20166 c -3e-6,-0.152666 -0.01595,-0.282549 -0.04785,-0.389648 -0.0319,-0.107094 -0.08089,-0.193682 -0.146972,-0.259766 -0.06608,-0.06608 -0.149254,-0.113929 -0.249512,-0.143555 -0.09798,-0.0319 -0.214195,-0.04785 -0.348633,-0.04785 -0.118491,3e-6 -0.225588,0.0091 -0.321289,0.02734 -0.0957,0.01595 -0.178875,0.04671 -0.249512,0.09229 -0.07064,0.0433 -0.127605,0.103681 -0.170898,0.181152 -0.0433,0.0752 -0.07178,0.170901 -0.08545,0.28711 l -0.642578,-0.05811 c 0.02279,-0.14583 0.06608,-0.279131 0.129882,-0.399902 0.0638,-0.123044 0.153808,-0.229001 0.27002,-0.317871 0.118488,-0.08886 0.265461,-0.157223 0.440918,-0.205079 0.177733,-0.05013 0.391925,-0.07519 0.642578,-0.0752 0.464841,4e-6 0.814613,0.1071 1.049316,0.321289 0.234698,0.211918 0.352048,0.519534 0.352051,0.922852 l 0,1.592773 c -3e-6,0.182293 0.02392,0.320151 0.07178,0.413574 0.04785,0.09115 0.138994,0.13672 0.273438,0.136719 0.03418,10e-7 0.06836,-0.0023 0.102539,-0.0068 0.03418,-0.0046 0.06722,-0.01025 0.09912,-0.01709 l 0,0.382813 c -0.07748,0.01823 -0.154951,0.0319 -0.232422,0.04102 -0.0752,0.0091 -0.15609,0.01367 -0.242676,0.01367 -0.116214,0 -0.216474,-0.01481 -0.300781,-0.04443 -0.08203,-0.0319 -0.149254,-0.07861 -0.20166,-0.140137 -0.05241,-0.0638 -0.09229,-0.141276 -0.119629,-0.232422 -0.02735,-0.09342 -0.04444,-0.201659 -0.05127,-0.324707 l -0.02051,0 c -0.06608,0.11849 -0.139,0.225587 -0.21875,0.321289 -0.07748,0.0957 -0.168622,0.177735 -0.273438,0.246094 -0.104819,0.06608 -0.224448,0.11735 -0.358886,0.153809 -0.132164,0.03646 -0.284833,0.05469 -0.458008,0.05469 m 0.140137,-0.461426 c 0.195961,10e-7 0.36686,-0.03532 0.512695,-0.105957 0.14811,-0.07292 0.270017,-0.165201 0.365722,-0.276855 0.09798,-0.111653 0.170896,-0.23356 0.21875,-0.365723 0.04785,-0.13216 0.07177,-0.258625 0.07178,-0.379394 l 0,-0.3042 -0.67334,0.01367 c -0.150393,0.0023 -0.293947,0.01367 -0.430664,0.03418 -0.134442,0.01823 -0.252931,0.05583 -0.355469,0.112793 -0.10254,0.05697 -0.184571,0.13672 -0.246094,0.239258 -0.05925,0.10254 -0.08887,0.23698 -0.08887,0.40332 -1e-6,0.200522 0.05355,0.355469 0.160645,0.464844 0.109374,0.109375 0.264321,0.164063 0.464844,0.164062"
+ id="path3510"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 55.634277,47.419184 0,-2.344727 c -2e-6,-0.18001 -0.01367,-0.330401 -0.04101,-0.451172 -0.02507,-0.120765 -0.06722,-0.217607 -0.126465,-0.290527 -0.05925,-0.07519 -0.137861,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.215334,-0.04785 -0.358887,-0.04785 -0.145835,3e-6 -0.277996,0.02621 -0.396484,0.07861 -0.116213,0.05013 -0.216473,0.124189 -0.300781,0.222168 -0.08203,0.09571 -0.145835,0.215335 -0.191407,0.358887 -0.04557,0.141278 -0.06836,0.304201 -0.06836,0.488769 l 0,2.143067 -0.615234,0 0,-2.908692 c -1e-6,-0.07747 -0.0011,-0.158362 -0.0034,-0.242675 -10e-7,-0.08659 -0.0011,-0.167478 -0.0034,-0.242676 -0.0023,-0.07747 -0.0046,-0.143551 -0.0068,-0.198242 -0.0023,-0.05468 -0.0046,-0.09 -0.0068,-0.105957 l 0.581055,0 c 0.0023,0.0114 0.0046,0.04216 0.0068,0.09228 0.0023,0.05013 0.0046,0.108239 0.0068,0.174316 0.0046,0.06381 0.008,0.129886 0.01025,0.198242 0.0023,0.06608 0.0034,0.121911 0.0034,0.167481 l 0.01025,0 c 0.05924,-0.107093 0.124185,-0.203936 0.194824,-0.290528 0.07064,-0.08659 0.152668,-0.159501 0.246094,-0.21875 0.09342,-0.06152 0.200519,-0.108232 0.321289,-0.140136 0.120767,-0.03418 0.260903,-0.05127 0.42041,-0.05127 0.205076,4e-6 0.381671,0.02507 0.529786,0.0752 0.148109,0.05013 0.270016,0.127608 0.365722,0.232422 0.0957,0.104821 0.165199,0.240401 0.208496,0.406739 0.04557,0.164065 0.06836,0.360028 0.06836,0.58789 l 0,2.464356 -0.618653,0"
+ id="path3512"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 59.51709,46.824457 c -0.113935,0.23698 -0.265465,0.406739 -0.45459,0.509278 -0.186851,0.102539 -0.419273,0.153808 -0.697266,0.153808 -0.467123,0 -0.811198,-0.157226 -1.032226,-0.47168 -0.218751,-0.314452 -0.328125,-0.790688 -0.328125,-1.428711 0,-1.28971 0.45345,-1.934566 1.360351,-1.93457 0.280272,4e-6 0.513833,0.05127 0.700684,0.153809 0.186846,0.102542 0.337237,0.265465 0.451172,0.488769 l 0.0068,0 c -3e-6,-0.02278 -0.0011,-0.0581 -0.0034,-0.105957 -3e-6,-0.05013 -0.0011,-0.101396 -0.0034,-0.153808 -3e-6,-0.05468 -3e-6,-0.105954 0,-0.153809 -3e-6,-0.04785 -3e-6,-0.08203 0,-0.102539 l 0,-1.432129 0.615234,0 0,4.310059 c -3e-6,0.08887 -3e-6,0.174317 0,0.256347 0.0023,0.08203 0.0046,0.157227 0.0068,0.225586 0.0023,0.06836 0.0046,0.127605 0.0068,0.177735 0.0023,0.04785 0.0046,0.08203 0.0068,0.102539 l -0.587891,0 c -0.0046,-0.02279 -0.0091,-0.05469 -0.01367,-0.0957 -0.0023,-0.0433 -0.0057,-0.09229 -0.01025,-0.146973 -0.0023,-0.05469 -0.0046,-0.111653 -0.0068,-0.170898 -0.0023,-0.06152 -0.0034,-0.121908 -0.0034,-0.181153 l -0.01367,0 m -1.866211,-1.257812 c -1e-6,0.25521 0.01595,0.473959 0.04785,0.65625 0.0319,0.182292 0.08317,0.332683 0.153809,0.451172 0.07064,0.116211 0.160643,0.20166 0.27002,0.256347 0.109373,0.05469 0.242674,0.08203 0.399902,0.08203 0.161782,10e-7 0.304197,-0.0262 0.427246,-0.07861 0.125323,-0.05241 0.229001,-0.136718 0.311035,-0.25293 0.08431,-0.118488 0.148109,-0.272297 0.191406,-0.461425 0.04329,-0.189127 0.06494,-0.420409 0.06494,-0.693848 -3e-6,-0.262042 -0.02165,-0.48307 -0.06494,-0.663086 -0.0433,-0.182289 -0.107099,-0.329261 -0.191406,-0.440918 -0.08431,-0.11165 -0.18799,-0.191403 -0.311035,-0.239258 -0.12077,-0.05013 -0.260907,-0.07519 -0.42041,-0.0752 -0.150392,3e-6 -0.280275,0.02621 -0.389649,0.07861 -0.109376,0.05241 -0.200522,0.136722 -0.273437,0.25293 -0.07292,0.116214 -0.127605,0.267744 -0.164063,0.45459 -0.03418,0.184572 -0.05127,0.409019 -0.05127,0.67334"
+ id="path3514"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 63.854492,46.397211 c -3e-6,0.173178 -0.03418,0.328126 -0.102539,0.464844 -0.06608,0.13444 -0.162926,0.248373 -0.290527,0.341797 -0.127607,0.09115 -0.284834,0.161784 -0.47168,0.211914 -0.184572,0.04785 -0.396486,0.07178 -0.635742,0.07178 -0.214194,0 -0.407879,-0.01709 -0.581055,-0.05127 -0.170899,-0.0319 -0.32129,-0.08431 -0.451172,-0.157227 -0.129883,-0.07292 -0.239258,-0.168619 -0.328125,-0.287109 -0.08659,-0.120768 -0.150391,-0.267741 -0.191406,-0.440918 l 0.543457,-0.105957 c 0.05241,0.198243 0.160644,0.344076 0.324707,0.4375 0.164061,0.09115 0.391926,0.136719 0.683594,0.136718 0.132159,10e-7 0.252928,-0.0091 0.362305,-0.02734 0.111651,-0.01823 0.207354,-0.04899 0.287109,-0.09229 0.07975,-0.04557 0.141273,-0.104817 0.18457,-0.177734 0.04557,-0.07519 0.06836,-0.167479 0.06836,-0.276855 -3e-6,-0.111653 -0.02621,-0.202799 -0.07861,-0.273438 -0.05241,-0.07292 -0.125328,-0.133299 -0.21875,-0.181152 -0.09343,-0.04785 -0.207359,-0.08887 -0.341797,-0.123047 -0.132163,-0.03646 -0.277996,-0.07633 -0.4375,-0.119629 -0.148113,-0.03873 -0.295085,-0.08203 -0.440917,-0.129883 -0.145835,-0.04785 -0.277996,-0.110512 -0.396485,-0.187988 -0.116211,-0.07975 -0.210775,-0.177732 -0.283691,-0.293945 -0.07292,-0.116209 -0.109376,-0.262042 -0.109375,-0.4375 -1e-6,-0.337237 0.119628,-0.593584 0.358886,-0.769043 0.241536,-0.177731 0.592447,-0.266598 1.052735,-0.266602 0.407875,4e-6 0.731443,0.07178 0.970703,0.215332 0.241533,0.143558 0.394203,0.373701 0.458008,0.69043 l -0.553711,0.06836 c -0.02051,-0.0957 -0.05811,-0.175453 -0.112793,-0.239258 -0.05469,-0.06608 -0.120771,-0.118486 -0.198242,-0.157226 -0.07748,-0.04101 -0.165204,-0.0695 -0.263184,-0.08545 -0.0957,-0.01823 -0.195965,-0.02734 -0.300781,-0.02734 -0.277996,3e-6 -0.483074,0.04216 -0.615235,0.126465 -0.132162,0.08431 -0.198243,0.211917 -0.198242,0.382812 -1e-6,0.100263 0.02393,0.183434 0.07178,0.249512 0.05013,0.0638 0.118488,0.118492 0.205078,0.164062 0.08887,0.0433 0.194823,0.08203 0.317871,0.116211 0.123045,0.0319 0.258624,0.06608 0.406738,0.102539 0.09798,0.02507 0.19824,0.05241 0.300781,0.08203 0.102537,0.02735 0.201658,0.06153 0.297364,0.102539 0.09798,0.03874 0.189125,0.08545 0.273437,0.140136 0.08659,0.05241 0.161781,0.116213 0.225586,0.191407 0.0638,0.0752 0.113929,0.162924 0.150391,0.263183 0.03873,0.100262 0.0581,0.216473 0.0581,0.348633"
+ id="path3516"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ </g>
+ <g
+ id="text3176"
+ style="font-size:22px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Nexa Slab Bold FREE;-inkscape-font-specification:Nexa Slab Bold FREE Bold">
+ <path
+ d="m 265.45276,21.237543 c -0.28028,0 -0.50928,-0.05924 -0.68701,-0.177734 -0.17546,-0.11849 -0.29965,-0.284831 -0.37256,-0.499024 l -0.0171,0 c 0,0.0046 -0.002,0.02735 -0.007,0.06836 -0.005,0.03874 -0.0114,0.08773 -0.0205,0.146972 -0.009,0.05925 -0.0205,0.124187 -0.0342,0.194825 -0.0114,0.07064 -0.0239,0.138997 -0.0376,0.205078 l -0.28028,1.4458 -0.61181,0 0.85107,-4.395507 c 0.0182,-0.08887 0.0342,-0.174314 0.0479,-0.256348 0.0137,-0.08203 0.0251,-0.156084 0.0342,-0.222168 0.0114,-0.06836 0.0194,-0.126461 0.0239,-0.174316 0.007,-0.04785 0.0114,-0.08203 0.0137,-0.102539 l 0.5708,0 c 0,0.01823 -10e-4,0.04785 -0.003,0.08887 -0.002,0.04102 -0.007,0.08773 -0.0137,0.140136 -0.005,0.05013 -0.0102,0.103682 -0.0171,0.160645 -0.007,0.05697 -0.0148,0.110518 -0.0239,0.160645 l 0.0137,0 c 0.082,-0.107094 0.1652,-0.199379 0.24951,-0.276856 0.0866,-0.07747 0.17773,-0.141272 0.27344,-0.191406 0.098,-0.05241 0.20279,-0.09 0.31445,-0.112793 0.11165,-0.02506 0.23584,-0.03759 0.37256,-0.0376 0.18229,4e-6 0.34407,0.02849 0.48535,0.08545 0.14127,0.05697 0.25976,0.137862 0.35547,0.242676 0.0957,0.104821 0.16862,0.232425 0.21875,0.382813 0.0501,0.148115 0.0752,0.314456 0.0752,0.499023 0,0.113935 -0.006,0.23926 -0.0171,0.375977 -0.009,0.134442 -0.0273,0.273439 -0.0547,0.416992 -0.0615,0.323569 -0.14242,0.601564 -0.24268,0.833984 -0.10026,0.230144 -0.22103,0.419272 -0.3623,0.567383 -0.14128,0.148112 -0.30307,0.257487 -0.48535,0.328125 -0.1823,0.06836 -0.38624,0.102539 -0.61182,0.102539 m 0.46142,-3.359863 c -0.14583,3e-6 -0.28483,0.02165 -0.41699,0.06494 -0.12988,0.0433 -0.25065,0.118493 -0.3623,0.225586 -0.11166,0.104821 -0.21078,0.247236 -0.29737,0.427246 -0.0843,0.180016 -0.15267,0.406741 -0.20507,0.680176 -0.0433,0.223309 -0.065,0.424969 -0.065,0.604981 0,0.145834 0.0194,0.275717 0.0581,0.389648 0.0387,0.111654 0.0934,0.206218 0.16406,0.283691 0.0729,0.0752 0.15951,0.132162 0.25977,0.170899 0.10254,0.03874 0.21533,0.05811 0.33838,0.0581 0.14127,1e-6 0.26888,-0.02051 0.38281,-0.06152 0.11393,-0.04329 0.21647,-0.116211 0.30762,-0.21875 0.0934,-0.104817 0.17545,-0.243814 0.24609,-0.416992 0.0706,-0.175455 0.13102,-0.395344 0.18115,-0.659668 0.0524,-0.275714 0.0786,-0.510415 0.0786,-0.704102 -10e-6,-0.280271 -0.0536,-0.491045 -0.16065,-0.632324 -0.1071,-0.141273 -0.27686,-0.211911 -0.50928,-0.211914"
+ id="path3229"
+ style="font-style:italic" />
+ <path
+ d="m 268.76477,18.103266 c 0.0775,-0.107093 0.15723,-0.203936 0.23926,-0.290528 0.082,-0.08658 0.17203,-0.159501 0.27002,-0.21875 0.10026,-0.06152 0.20963,-0.108232 0.32812,-0.140136 0.12077,-0.0319 0.25749,-0.04785 0.41016,-0.04785 0.33724,4e-6 0.59017,0.08317 0.75879,0.249512 0.17089,0.166344 0.25634,0.406741 0.25635,0.721191 -10e-6,0.08203 -0.008,0.174319 -0.0239,0.276856 -0.0137,0.102541 -0.0296,0.197105 -0.0478,0.283691 l -0.43408,2.231934 -0.61866,0 0.43067,-2.20459 c 0.0182,-0.08887 0.033,-0.178871 0.0444,-0.27002 0.0114,-0.09342 0.0171,-0.174313 0.0171,-0.242675 0,-0.180011 -0.0479,-0.320147 -0.14355,-0.420411 -0.0957,-0.100257 -0.2518,-0.150387 -0.46826,-0.15039 -0.14584,3e-6 -0.2837,0.02962 -0.41358,0.08887 -0.1276,0.05697 -0.24382,0.139 -0.34863,0.246094 -0.10482,0.10482 -0.19483,0.232424 -0.27002,0.382812 -0.0729,0.148115 -0.12761,0.314456 -0.16406,0.499024 l -0.40332,2.071289 -0.61182,0 0.98437,-5.072266 0.61524,0 -0.25635,1.319336 c -0.0137,0.0752 -0.0296,0.150394 -0.0479,0.225586 -0.0159,0.0752 -0.0319,0.144697 -0.0478,0.208496 -0.0159,0.06153 -0.0296,0.115075 -0.041,0.160645 -0.0114,0.04558 -0.0194,0.07634 -0.0239,0.09229 l 0.0102,0"
+ id="path3231"
+ style="font-style:italic" />
+ <path
+ d="m 275.02307,18.834711 c 0,0.118492 -0.007,0.238121 -0.0205,0.358887 -0.0137,0.118491 -0.0365,0.244956 -0.0684,0.379394 -0.0684,0.300783 -0.16406,0.55713 -0.28711,0.769043 -0.12077,0.211915 -0.26318,0.383953 -0.42724,0.516114 -0.16407,0.132161 -0.34636,0.229004 -0.54688,0.290527 -0.20052,0.05925 -0.41471,0.08887 -0.64257,0.08887 -0.21876,0 -0.417,-0.03304 -0.59473,-0.09912 -0.17774,-0.06836 -0.33041,-0.166341 -0.45801,-0.293945 -0.12532,-0.129883 -0.22331,-0.287109 -0.29394,-0.47168 -0.0684,-0.186848 -0.10254,-0.398762 -0.10254,-0.635742 0.002,-0.107095 0.008,-0.217609 0.0171,-0.331543 0.0114,-0.113931 0.0308,-0.23242 0.0581,-0.355469 0.0661,-0.287107 0.15723,-0.5332 0.27344,-0.738281 0.11621,-0.207354 0.25407,-0.378252 0.41357,-0.512695 0.15951,-0.134437 0.33952,-0.233558 0.54004,-0.297364 0.2028,-0.0638 0.42383,-0.0957 0.66309,-0.0957 0.24153,4e-6 0.45345,0.03191 0.63574,0.0957 0.18457,0.06381 0.33838,0.15723 0.46143,0.280274 0.12532,0.12305 0.21988,0.27344 0.28369,0.451172 0.0638,0.175458 0.0957,0.375979 0.0957,0.601562 m -0.63574,0 c 0,-0.175453 -0.0194,-0.324704 -0.0581,-0.447754 -0.0387,-0.123044 -0.0957,-0.223304 -0.17089,-0.300781 -0.0729,-0.07975 -0.16179,-0.137855 -0.26661,-0.174316 -0.10482,-0.03646 -0.22217,-0.05468 -0.35205,-0.05469 -0.12077,3e-6 -0.24267,0.01482 -0.36572,0.04443 -0.12077,0.02735 -0.23698,0.08431 -0.34863,0.170898 -0.10938,0.08659 -0.20964,0.209638 -0.30078,0.369141 -0.0912,0.159507 -0.16749,0.371421 -0.22901,0.635742 -0.0296,0.125327 -0.0513,0.244956 -0.0649,0.358887 -0.0114,0.111655 -0.0171,0.215333 -0.0171,0.311035 0,0.18685 0.0216,0.346355 0.0649,0.478515 0.0433,0.132163 0.10254,0.239259 0.17774,0.321289 0.0775,0.08203 0.16748,0.142416 0.27002,0.181153 0.10481,0.03646 0.21874,0.05469 0.34179,0.05469 0.12305,1e-6 0.24382,-0.01367 0.36231,-0.04101 0.12076,-0.02734 0.2347,-0.08431 0.34179,-0.170899 0.1071,-0.08887 0.20508,-0.214192 0.29395,-0.375976 0.0911,-0.161783 0.16748,-0.375976 0.229,-0.642578 0.0319,-0.136717 0.0536,-0.262043 0.065,-0.375977 0.0137,-0.11393 0.0228,-0.227862 0.0273,-0.341797"
+ id="path3233"
+ style="font-style:italic" />
+ <path
+ d="m 277.69934,21.169184 0.43066,-2.20459 c 0.0182,-0.08887 0.033,-0.178871 0.0444,-0.27002 0.0114,-0.09342 0.0171,-0.174313 0.0171,-0.242675 0,-0.180011 -0.0479,-0.320147 -0.14356,-0.420411 -0.0957,-0.100257 -0.25179,-0.150387 -0.46826,-0.15039 -0.14583,3e-6 -0.28369,0.02962 -0.41357,0.08887 -0.12761,0.05697 -0.24382,0.139 -0.34864,0.246094 -0.10481,0.10482 -0.19482,0.232424 -0.27001,0.382812 -0.0729,0.148115 -0.12761,0.314456 -0.16407,0.499024 l -0.40332,2.071289 -0.61523,0 0.56738,-2.908692 c 0.0159,-0.07747 0.0308,-0.158362 0.0444,-0.242675 0.016,-0.08659 0.0296,-0.167478 0.041,-0.242676 0.0137,-0.07747 0.0239,-0.143551 0.0308,-0.198242 0.009,-0.05468 0.0148,-0.09 0.0171,-0.105957 l 0.58106,0 c 0,0.0114 -0.003,0.04216 -0.0103,0.09229 -0.007,0.05013 -0.0159,0.108239 -0.0273,0.174316 -0.009,0.06381 -0.0194,0.129886 -0.0308,0.198242 -0.009,0.06608 -0.0182,0.121911 -0.0274,0.167481 l 0.0103,0 c 0.0775,-0.107093 0.15722,-0.203936 0.23926,-0.290528 0.082,-0.08658 0.17203,-0.159501 0.27001,-0.21875 0.10026,-0.06152 0.20964,-0.108232 0.32813,-0.140136 0.12077,-0.0319 0.25748,-0.04785 0.41016,-0.04785 0.33723,4e-6 0.59016,0.08317 0.75878,0.249512 0.1709,0.166344 0.25635,0.406741 0.25635,0.721191 0,0.08203 -0.008,0.174319 -0.0239,0.276856 -0.0137,0.102541 -0.0296,0.197105 -0.0479,0.283691 l -0.43409,2.231934 -0.61865,0"
+ id="path3235"
+ style="font-style:italic" />
+ <path
+ d="m 280.02014,19.449945 c -0.0114,0.0638 -0.0194,0.128746 -0.0239,0.194825 -0.002,0.0638 -0.005,0.127605 -0.007,0.191406 0,0.303061 0.0752,0.535482 0.22559,0.697266 0.15266,0.161784 0.38167,0.242676 0.68701,0.242675 0.1276,1e-6 0.24381,-0.01595 0.34863,-0.04785 0.10482,-0.03418 0.19938,-0.07861 0.28369,-0.133301 0.0866,-0.05697 0.16178,-0.121907 0.22559,-0.194824 0.0661,-0.0752 0.12076,-0.153808 0.16406,-0.23584 l 0.47168,0.215332 c -0.057,0.10254 -0.12647,0.205079 -0.2085,0.307617 -0.082,0.100261 -0.18457,0.191407 -0.30761,0.273438 -0.12077,0.08203 -0.26661,0.149251 -0.4375,0.20166 -0.1709,0.05013 -0.37484,0.07519 -0.61182,0.07519 -0.22787,0 -0.4318,-0.0319 -0.61182,-0.0957 -0.18001,-0.06608 -0.33268,-0.160644 -0.458,-0.283691 -0.12305,-0.125326 -0.21762,-0.277995 -0.2837,-0.458008 -0.0638,-0.180012 -0.0957,-0.38509 -0.0957,-0.615235 0,-0.360024 0.0478,-0.687009 0.14356,-0.980957 0.098,-0.293942 0.23242,-0.544593 0.40332,-0.751953 0.17317,-0.207353 0.37597,-0.366858 0.60839,-0.478515 0.2347,-0.113929 0.48877,-0.170895 0.76221,-0.170899 0.25065,4e-6 0.46826,0.03304 0.65283,0.09912 0.18457,0.06609 0.33838,0.15837 0.46143,0.276856 0.12304,0.118493 0.21419,0.260908 0.27344,0.427246 0.0615,0.164065 0.0923,0.345217 0.0923,0.543457 0,0.04785 -0.002,0.100263 -0.007,0.157226 -0.002,0.05697 -0.007,0.116214 -0.0137,0.177735 -0.007,0.06152 -0.0159,0.124188 -0.0273,0.187988 -0.009,0.06152 -0.0205,0.12077 -0.0342,0.177734 l -2.67627,0 m 2.13281,-0.471679 c 0.005,-0.04557 0.008,-0.08773 0.0103,-0.126465 0.002,-0.04101 0.003,-0.08089 0.003,-0.119629 -10e-6,-0.150388 -0.0205,-0.280271 -0.0615,-0.389648 -0.041,-0.111651 -0.0991,-0.202797 -0.17431,-0.273438 -0.0752,-0.07291 -0.16521,-0.126462 -0.27002,-0.160644 -0.10482,-0.03418 -0.22103,-0.05127 -0.34864,-0.05127 -0.10937,3e-6 -0.22444,0.01709 -0.34521,0.05127 -0.12077,0.0319 -0.23698,0.09001 -0.34863,0.174316 -0.10938,0.08431 -0.20964,0.199384 -0.30079,0.345215 -0.0911,0.143557 -0.16292,0.326988 -0.21533,0.550293 l 2.05078,0"
+ id="path3237"
+ style="font-style:italic" />
+ <path
+ d="m 283.89954,18.178461 0.14013,-0.707519 0.66651,0 -0.14014,0.707519 -0.6665,0 m -0.58106,2.990723 0.14014,-0.70752 0.6665,0 -0.14013,0.70752 -0.66651,0"
+ id="path3239"
+ style="font-style:italic" />
+ <path
+ d="m 289.2179,19.091059 0,1.46289 -0.50245,0 0,-1.46289 -1.44921,0 0,-0.499024 1.44921,0 0,-1.46289 0.50245,0 0,1.46289 1.44921,0 0,0.499024 -1.44921,0"
+ id="path3241"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 294.59778,19.839594 c -10e-6,0.22103 -0.0365,0.418132 -0.10938,0.591308 -0.0706,0.173178 -0.17546,0.320151 -0.31445,0.440918 -0.13672,0.11849 -0.30762,0.209636 -0.5127,0.273438 -0.2028,0.06152 -0.43522,0.09229 -0.69726,0.09229 -0.2985,0 -0.5503,-0.03646 -0.75537,-0.109375 -0.2028,-0.07519 -0.37028,-0.173177 -0.50244,-0.293945 -0.13217,-0.123047 -0.23129,-0.262044 -0.29737,-0.416992 -0.0661,-0.157226 -0.10937,-0.31901 -0.12988,-0.485352 l 0.63574,-0.0581 c 0.0182,0.127605 0.0513,0.243816 0.0991,0.348632 0.0501,0.104819 0.11735,0.194825 0.20166,0.27002 0.0843,0.0752 0.18799,0.133301 0.31104,0.174316 0.12304,0.04102 0.26888,0.06152 0.4375,0.06152 0.30989,0 0.55257,-0.07633 0.72803,-0.229004 0.17773,-0.152669 0.2666,-0.379394 0.2666,-0.680176 0,-0.177733 -0.0399,-0.320148 -0.11963,-0.427246 -0.0775,-0.109373 -0.17546,-0.193683 -0.29395,-0.25293 -0.11621,-0.06152 -0.24381,-0.102537 -0.38281,-0.123047 -0.13672,-0.0205 -0.26318,-0.03076 -0.37939,-0.03076 l -0.34864,0 0,-0.533203 0.33497,0 c 0.1162,2e-6 0.23697,-0.01139 0.3623,-0.03418 0.12532,-0.02506 0.23926,-0.06836 0.3418,-0.129883 0.10481,-0.0638 0.19026,-0.149248 0.25634,-0.256348 0.0684,-0.107093 0.10254,-0.243811 0.10254,-0.410156 0,-0.257483 -0.0763,-0.460282 -0.229,-0.608398 -0.15039,-0.150387 -0.37484,-0.225582 -0.67334,-0.225586 -0.27116,4e-6 -0.49105,0.0695 -0.65967,0.208496 -0.16634,0.139001 -0.26318,0.334965 -0.29053,0.587891 l -0.61865,-0.04785 c 0.0251,-0.21191 0.0832,-0.39648 0.17432,-0.553711 0.0911,-0.157222 0.20622,-0.287105 0.34521,-0.389648 0.14128,-0.104813 0.30192,-0.182287 0.48194,-0.232422 0.18001,-0.0524 0.37141,-0.07861 0.57422,-0.07861 0.26887,5e-6 0.50016,0.03419 0.69384,0.102539 0.19369,0.06609 0.35205,0.157232 0.4751,0.273438 0.12304,0.113937 0.21305,0.248377 0.27002,0.40332 0.0592,0.154952 0.0889,0.320154 0.0889,0.495606 -1e-5,0.141279 -0.0194,0.273441 -0.0581,0.396484 -0.0387,0.12305 -0.0991,0.233564 -0.18115,0.331543 -0.082,0.09799 -0.18685,0.182294 -0.31445,0.25293 -0.12533,0.07064 -0.27686,0.124188 -0.45459,0.160644 l 0,0.01367 c 0.19368,0.02051 0.3623,0.06494 0.50586,0.133301 0.14355,0.06608 0.26204,0.149253 0.35546,0.249512 0.0934,0.100262 0.16292,0.214194 0.2085,0.341797 0.0478,0.127605 0.0718,0.262045 0.0718,0.40332"
+ id="path3243"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 295.44202,21.169184 0,-0.522949 1.22705,0 0,-3.705079 -1.08692,0.775879 0,-0.581054 1.13819,-0.782715 0.56738,0 0,4.292969 1.17236,0 0,0.522949 -3.01806,0"
+ id="path3245"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 301.18079,19.350824 c 0,-0.316729 0.0239,-0.619789 0.0718,-0.909179 0.0478,-0.289385 0.12305,-0.56738 0.22559,-0.833985 0.10254,-0.266597 0.23356,-0.525223 0.39307,-0.775879 0.1595,-0.250646 0.34977,-0.4956 0.5708,-0.734863 l 0.59472,0 c -0.21419,0.239263 -0.3999,0.485356 -0.55713,0.738281 -0.15495,0.250655 -0.28255,0.510421 -0.38281,0.779297 -0.10026,0.266605 -0.17546,0.5446 -0.22558,0.833985 -0.0479,0.28939 -0.0718,0.59245 -0.0718,0.909179 0,0.316734 0.0239,0.619793 0.0718,0.90918 0.0501,0.289389 0.12532,0.568522 0.22558,0.837402 0.10026,0.26888 0.22786,0.528646 0.38281,0.779297 0.15723,0.25065 0.34294,0.495604 0.55713,0.734863 l -0.59472,0 c -0.22103,-0.239259 -0.4113,-0.484213 -0.5708,-0.734863 -0.15951,-0.250651 -0.29053,-0.509277 -0.39307,-0.775879 -0.10254,-0.266601 -0.17774,-0.543456 -0.22559,-0.830566 -0.0479,-0.289387 -0.0718,-0.593586 -0.0718,-0.912598 l 0,-0.01367"
+ id="path3247"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 306.70422,18.759516 c 0,0.462567 -0.0444,0.852215 -0.1333,1.168945 -0.0866,0.314454 -0.20622,0.569662 -0.35888,0.765625 -0.1504,0.193685 -0.32813,0.332683 -0.53321,0.416992 -0.20508,0.08431 -0.42383,0.126465 -0.65625,0.126465 -0.2347,0 -0.45345,-0.04215 -0.65625,-0.126465 -0.2028,-0.08431 -0.37939,-0.223307 -0.52978,-0.416992 -0.14811,-0.193684 -0.26546,-0.447753 -0.35205,-0.762207 -0.0843,-0.31673 -0.12647,-0.707518 -0.12647,-1.172363 0,-0.485349 0.0422,-0.88639 0.12647,-1.203125 0.0866,-0.319007 0.20507,-0.573075 0.35547,-0.762207 0.15039,-0.189123 0.32812,-0.321285 0.5332,-0.396485 0.20508,-0.07747 0.42838,-0.116206 0.66992,-0.116211 0.23014,5e-6 0.44547,0.03874 0.646,0.116211 0.20279,0.0752 0.37939,0.207362 0.52978,0.396485 0.15039,0.189132 0.26888,0.4432 0.35547,0.762207 0.0866,0.316735 0.12988,0.717776 0.12988,1.203125 m -0.62548,0 c -10e-6,-0.38281 -0.0228,-0.700681 -0.0684,-0.953614 -0.0456,-0.255204 -0.1128,-0.458004 -0.20166,-0.608398 -0.0889,-0.152665 -0.19825,-0.259761 -0.32813,-0.321289 -0.12761,-0.0638 -0.27344,-0.0957 -0.4375,-0.0957 -0.17318,4e-6 -0.32585,0.0319 -0.45801,0.0957 -0.13216,0.06381 -0.24381,0.172042 -0.33496,0.324707 -0.0889,0.150394 -0.15609,0.353194 -0.20166,0.608398 -0.0456,0.252933 -0.0684,0.569665 -0.0684,0.950196 0,0.369142 0.0228,0.680177 0.0684,0.933105 0.0479,0.252931 0.11621,0.45687 0.20508,0.611817 0.0911,0.15267 0.20166,0.263184 0.33154,0.331543 0.12988,0.06608 0.278,0.09912 0.44434,0.09912 0.16178,0 0.30761,-0.03304 0.4375,-0.09912 0.12988,-0.06836 0.23925,-0.178873 0.32812,-0.331543 0.0912,-0.154947 0.16065,-0.358886 0.2085,-0.611817 0.0501,-0.252928 0.0752,-0.563963 0.0752,-0.933105"
+ id="path3249"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 308.87805,19.364496 c 0,0.319012 -0.0239,0.623211 -0.0718,0.912598 -0.0478,0.28711 -0.12304,0.563965 -0.22558,0.830566 -0.10254,0.266602 -0.23356,0.525228 -0.39307,0.775879 -0.1595,0.25065 -0.34977,0.495604 -0.5708,0.734863 l -0.59473,0 c 0.2142,-0.239259 0.39877,-0.484213 0.55372,-0.734863 0.15722,-0.250651 0.28596,-0.510417 0.38623,-0.779297 0.10026,-0.26888 0.17431,-0.548013 0.22216,-0.837402 0.0501,-0.289387 0.0752,-0.592446 0.0752,-0.90918 0,-0.316729 -0.0251,-0.619789 -0.0752,-0.909179 -0.0478,-0.289385 -0.1219,-0.56738 -0.22216,-0.833985 -0.10027,-0.268876 -0.22901,-0.528642 -0.38623,-0.779297 -0.15495,-0.252925 -0.33952,-0.499018 -0.55372,-0.738281 l 0.59473,0 c 0.22103,0.239263 0.4113,0.484217 0.5708,0.734863 0.15951,0.250656 0.29053,0.509282 0.39307,0.775879 0.10254,0.266605 0.17773,0.5446 0.22558,0.833985 0.0479,0.28939 0.0718,0.59245 0.0718,0.909179 l 0,0.01367"
+ id="path3251"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 309.67102,21.169184 0,-0.434082 c 0.11621,-0.266601 0.25749,-0.501301 0.42383,-0.704102 0.16862,-0.205077 0.34521,-0.389647 0.52978,-0.553711 0.18457,-0.166339 0.36686,-0.320148 0.54688,-0.461426 0.18229,-0.141273 0.34635,-0.282549 0.49219,-0.423828 0.14583,-0.141273 0.26318,-0.289385 0.35205,-0.444336 0.0911,-0.154944 0.13671,-0.3304 0.13672,-0.526367 -10e-6,-0.136715 -0.0205,-0.256344 -0.0615,-0.358887 -0.041,-0.104813 -0.10026,-0.192541 -0.17773,-0.263183 -0.0775,-0.07063 -0.1709,-0.123043 -0.28028,-0.157227 -0.10709,-0.03645 -0.22672,-0.05468 -0.35888,-0.05469 -0.12305,4e-6 -0.23926,0.01709 -0.34863,0.05127 -0.1071,0.03418 -0.20281,0.08545 -0.28711,0.153809 -0.0843,0.06836 -0.15381,0.153813 -0.2085,0.256348 -0.0524,0.100264 -0.0866,0.217614 -0.10254,0.35205 l -0.62891,-0.0581 c 0.0205,-0.173173 0.0684,-0.336096 0.14356,-0.48877 0.0752,-0.152665 0.17887,-0.285965 0.31103,-0.399902 0.13216,-0.116206 0.29053,-0.207352 0.4751,-0.273437 0.18685,-0.06608 0.40218,-0.09912 0.646,-0.09912 0.23925,5e-6 0.45231,0.02849 0.63916,0.08545 0.18684,0.05697 0.34407,0.14128 0.47168,0.252929 0.12988,0.111658 0.229,0.249516 0.29736,0.413575 0.0684,0.164066 0.10254,0.353193 0.10254,0.567382 0,0.161788 -0.0296,0.315596 -0.0889,0.461426 -0.057,0.145836 -0.13444,0.284834 -0.23242,0.416992 -0.0957,0.132164 -0.20736,0.259768 -0.33496,0.382813 -0.12761,0.123049 -0.26091,0.243817 -0.3999,0.362305 -0.139,0.116212 -0.27914,0.232423 -0.42041,0.348632 -0.14128,0.113934 -0.27458,0.229006 -0.3999,0.345215 -0.12305,0.116212 -0.23357,0.234702 -0.33155,0.355469 -0.098,0.11849 -0.17432,0.242676 -0.229,0.372559 l 2.51221,0 0,0.522949 -3.18897,0"
+ id="path3253"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 316.83508,18.759516 c 0,0.462567 -0.0444,0.852215 -0.1333,1.168945 -0.0866,0.314454 -0.20622,0.569662 -0.35888,0.765625 -0.1504,0.193685 -0.32813,0.332683 -0.53321,0.416992 -0.20508,0.08431 -0.42383,0.126465 -0.65625,0.126465 -0.2347,0 -0.45345,-0.04215 -0.65625,-0.126465 -0.2028,-0.08431 -0.37939,-0.223307 -0.52978,-0.416992 -0.14812,-0.193684 -0.26547,-0.447753 -0.35205,-0.762207 -0.0843,-0.31673 -0.12647,-0.707518 -0.12647,-1.172363 0,-0.485349 0.0422,-0.88639 0.12647,-1.203125 0.0866,-0.319007 0.20507,-0.573075 0.35547,-0.762207 0.15038,-0.189123 0.32812,-0.321285 0.5332,-0.396485 0.20507,-0.07747 0.42838,-0.116206 0.66992,-0.116211 0.23014,5e-6 0.44547,0.03874 0.646,0.116211 0.20279,0.0752 0.37939,0.207362 0.52978,0.396485 0.15039,0.189132 0.26888,0.4432 0.35547,0.762207 0.0866,0.316735 0.12988,0.717776 0.12988,1.203125 m -0.62549,0 c 0,-0.38281 -0.0228,-0.700681 -0.0684,-0.953614 -0.0456,-0.255204 -0.1128,-0.458004 -0.20166,-0.608398 -0.0889,-0.152665 -0.19825,-0.259761 -0.32813,-0.321289 -0.12761,-0.0638 -0.27344,-0.0957 -0.4375,-0.0957 -0.17318,4e-6 -0.32585,0.0319 -0.45801,0.0957 -0.13216,0.06381 -0.24381,0.172042 -0.33496,0.324707 -0.0889,0.150394 -0.15609,0.353194 -0.20166,0.608398 -0.0456,0.252933 -0.0684,0.569665 -0.0684,0.950196 0,0.369142 0.0228,0.680177 0.0684,0.933105 0.0478,0.252931 0.11621,0.45687 0.20508,0.611817 0.0911,0.15267 0.20166,0.263184 0.33154,0.331543 0.12988,0.06608 0.278,0.09912 0.44434,0.09912 0.16178,0 0.30761,-0.03304 0.4375,-0.09912 0.12988,-0.06836 0.23925,-0.178873 0.32812,-0.331543 0.0911,-0.154947 0.16064,-0.358886 0.2085,-0.611817 0.0501,-0.252928 0.0752,-0.563963 0.0752,-0.933105"
+ id="path3255"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 322.64221,19.825922 c 0,0.205079 -0.033,0.394207 -0.0991,0.567383 -0.0638,0.170899 -0.16293,0.319011 -0.29736,0.444336 -0.13217,0.125325 -0.30193,0.223307 -0.50928,0.293945 -0.20736,0.07064 -0.45231,0.105957 -0.73486,0.105957 -0.28256,0 -0.52751,-0.03532 -0.73487,-0.105957 -0.20508,-0.07064 -0.37597,-0.16748 -0.51269,-0.290527 -0.13444,-0.125325 -0.2347,-0.273437 -0.30078,-0.444336 -0.0638,-0.173176 -0.0957,-0.361164 -0.0957,-0.563965 0,-0.175454 0.0262,-0.331541 0.0786,-0.468262 0.0547,-0.136717 0.12646,-0.254067 0.21533,-0.352051 0.0911,-0.100258 0.19368,-0.18001 0.30762,-0.239257 0.11621,-0.06152 0.23584,-0.102537 0.35888,-0.123047 l 0,-0.01367 c -0.13444,-0.0319 -0.25521,-0.08317 -0.3623,-0.153809 -0.10482,-0.07063 -0.19369,-0.154945 -0.2666,-0.252929 -0.0706,-0.100258 -0.12533,-0.210772 -0.16407,-0.331543 -0.0365,-0.120765 -0.0547,-0.248369 -0.0547,-0.382813 0,-0.168616 0.0319,-0.326982 0.0957,-0.475098 0.0661,-0.150386 0.16292,-0.281408 0.29053,-0.393066 0.1276,-0.113928 0.28597,-0.202795 0.4751,-0.266601 0.18912,-0.06608 0.40787,-0.09912 0.65625,-0.09912 0.26204,5e-6 0.48876,0.03305 0.68017,0.09912 0.19368,0.06608 0.35319,0.156091 0.47852,0.270019 0.1276,0.111658 0.22216,0.24268 0.28369,0.393066 0.0615,0.150395 0.0923,0.3099 0.0923,0.478516 0,0.132165 -0.0194,0.25863 -0.0581,0.379395 -0.0365,0.120771 -0.0911,0.231285 -0.16406,0.331543 -0.0707,0.09798 -0.15951,0.182294 -0.26661,0.252929 -0.10482,0.06836 -0.22672,0.116214 -0.36572,0.143555 l 0,0.01367 c 0.139,0.02279 0.26774,0.06494 0.38623,0.126465 0.11849,0.05925 0.22103,0.138999 0.30762,0.239257 0.0866,0.09798 0.15494,0.215334 0.20508,0.352051 0.0501,0.136721 0.0752,0.291668 0.0752,0.464844 m -0.75879,-2.269531 c 0,-0.120765 -0.0159,-0.231279 -0.0478,-0.331543 -0.0296,-0.100257 -0.0797,-0.185706 -0.15039,-0.256348 -0.0706,-0.07291 -0.16292,-0.128739 -0.27685,-0.16748 -0.11394,-0.04101 -0.25408,-0.06152 -0.42041,-0.06152 -0.16179,5e-6 -0.29851,0.02051 -0.41016,0.06152 -0.11166,0.03874 -0.20394,0.09457 -0.27686,0.16748 -0.0706,0.07064 -0.12191,0.156091 -0.15381,0.256348 -0.0319,0.100264 -0.0478,0.210778 -0.0478,0.331543 0,0.09571 0.0125,0.193688 0.0376,0.293945 0.0251,0.100264 0.0706,0.191409 0.13672,0.273438 0.0661,0.08203 0.15722,0.149254 0.27344,0.20166 0.11621,0.05241 0.26546,0.07862 0.44775,0.07861 0.19368,3e-6 0.34863,-0.0262 0.46484,-0.07861 0.11849,-0.05241 0.2085,-0.119626 0.27002,-0.20166 0.0638,-0.08203 0.10482,-0.173174 0.12305,-0.273438 0.0205,-0.100257 0.0308,-0.198239 0.0308,-0.293945 m 0.11963,2.211426 c 0,-0.11621 -0.0159,-0.227863 -0.0478,-0.334961 -0.0319,-0.109374 -0.0866,-0.205077 -0.16406,-0.28711 -0.0775,-0.08431 -0.1823,-0.151528 -0.31446,-0.20166 -0.12988,-0.05241 -0.2928,-0.07861 -0.48876,-0.07861 -0.18002,2e-6 -0.33383,0.02621 -0.46143,0.07861 -0.12533,0.05013 -0.22787,0.117352 -0.30762,0.20166 -0.0775,0.08431 -0.13444,0.182294 -0.1709,0.293946 -0.0365,0.109376 -0.0547,0.223308 -0.0547,0.341796 0,0.148114 0.0182,0.283693 0.0547,0.406739 0.0365,0.120769 0.0946,0.225586 0.17432,0.314453 0.0797,0.08659 0.18457,0.153809 0.31445,0.20166 0.12988,0.04785 0.28711,0.07178 0.47168,0.07178 0.18685,1e-6 0.34408,-0.02392 0.47168,-0.07178 0.1276,-0.04785 0.23014,-0.115071 0.30762,-0.20166 0.0775,-0.08887 0.13216,-0.194824 0.16406,-0.317871 0.0342,-0.125325 0.0513,-0.264322 0.0513,-0.416992"
+ id="path3257"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 326.5387,19.825922 c -1e-5,0.205079 -0.0331,0.394207 -0.0991,0.567383 -0.0638,0.170899 -0.16293,0.319011 -0.29737,0.444336 -0.13216,0.125325 -0.30192,0.223307 -0.50928,0.293945 -0.20735,0.07064 -0.45231,0.105957 -0.73486,0.105957 -0.28255,0 -0.52751,-0.03532 -0.73486,-0.105957 -0.20508,-0.07064 -0.37598,-0.16748 -0.5127,-0.290527 -0.13444,-0.125325 -0.2347,-0.273437 -0.30078,-0.444336 -0.0638,-0.173176 -0.0957,-0.361164 -0.0957,-0.563965 0,-0.175454 0.0262,-0.331541 0.0786,-0.468262 0.0547,-0.136717 0.12647,-0.254067 0.21533,-0.352051 0.0911,-0.100258 0.19369,-0.18001 0.30762,-0.239257 0.11621,-0.06152 0.23584,-0.102537 0.35889,-0.123047 l 0,-0.01367 c -0.13444,-0.0319 -0.25521,-0.08317 -0.36231,-0.153809 -0.10482,-0.07063 -0.19368,-0.154945 -0.2666,-0.252929 -0.0706,-0.100258 -0.12532,-0.210772 -0.16406,-0.331543 -0.0365,-0.120765 -0.0547,-0.248369 -0.0547,-0.382813 0,-0.168616 0.0319,-0.326982 0.0957,-0.475098 0.0661,-0.150386 0.16293,-0.281408 0.29053,-0.393066 0.1276,-0.113928 0.28597,-0.202795 0.4751,-0.266601 0.18913,-0.06608 0.40788,-0.09912 0.65625,-0.09912 0.26204,5e-6 0.48877,0.03305 0.68018,0.09912 0.19368,0.06608 0.35318,0.156091 0.47851,0.270019 0.1276,0.111658 0.22217,0.24268 0.28369,0.393066 0.0615,0.150395 0.0923,0.3099 0.0923,0.478516 -1e-5,0.132165 -0.0194,0.25863 -0.0581,0.379395 -0.0365,0.120771 -0.0911,0.231285 -0.16406,0.331543 -0.0706,0.09798 -0.15951,0.182294 -0.2666,0.252929 -0.10482,0.06836 -0.22673,0.116214 -0.36572,0.143555 l 0,0.01367 c 0.13899,0.02279 0.26773,0.06494 0.38623,0.126465 0.11848,0.05925 0.22102,0.138999 0.30761,0.239257 0.0866,0.09798 0.15495,0.215334 0.20508,0.352051 0.0501,0.136721 0.0752,0.291668 0.0752,0.464844 m -0.75879,-2.269531 c -10e-6,-0.120765 -0.016,-0.231279 -0.0478,-0.331543 -0.0296,-0.100257 -0.0798,-0.185706 -0.15039,-0.256348 -0.0707,-0.07291 -0.16293,-0.128739 -0.27686,-0.16748 -0.11393,-0.04101 -0.25407,-0.06152 -0.42041,-0.06152 -0.16179,5e-6 -0.2985,0.02051 -0.41016,0.06152 -0.11165,0.03874 -0.20394,0.09457 -0.27685,0.16748 -0.0706,0.07064 -0.12191,0.156091 -0.15381,0.256348 -0.0319,0.100264 -0.0479,0.210778 -0.0479,0.331543 0,0.09571 0.0125,0.193688 0.0376,0.293945 0.0251,0.100264 0.0706,0.191409 0.13671,0.273438 0.0661,0.08203 0.15723,0.149254 0.27344,0.20166 0.11621,0.05241 0.26546,0.07862 0.44776,0.07861 0.19368,3e-6 0.34863,-0.0262 0.46484,-0.07861 0.11849,-0.05241 0.20849,-0.119626 0.27002,-0.20166 0.0638,-0.08203 0.10481,-0.173174 0.12305,-0.273438 0.0205,-0.100257 0.0308,-0.198239 0.0308,-0.293945 m 0.11963,2.211426 c -1e-5,-0.11621 -0.016,-0.227863 -0.0479,-0.334961 -0.0319,-0.109374 -0.0866,-0.205077 -0.16406,-0.28711 -0.0775,-0.08431 -0.18229,-0.151528 -0.31445,-0.20166 -0.12989,-0.05241 -0.29281,-0.07861 -0.48877,-0.07861 -0.18002,2e-6 -0.33382,0.02621 -0.46143,0.07861 -0.12532,0.05013 -0.22786,0.117352 -0.30761,0.20166 -0.0775,0.08431 -0.13444,0.182294 -0.1709,0.293946 -0.0365,0.109376 -0.0547,0.223308 -0.0547,0.341796 0,0.148114 0.0182,0.283693 0.0547,0.406739 0.0365,0.120769 0.0946,0.225586 0.17431,0.314453 0.0798,0.08659 0.18457,0.153809 0.31446,0.20166 0.12988,0.04785 0.28711,0.07178 0.47168,0.07178 0.18684,1e-6 0.34407,-0.02392 0.47168,-0.07178 0.1276,-0.04785 0.23014,-0.115071 0.30761,-0.20166 0.0775,-0.08887 0.13216,-0.194824 0.16407,-0.317871 0.0342,-0.125325 0.0513,-0.264322 0.0513,-0.416992"
+ id="path3259"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 330.43518,19.825922 c 0,0.205079 -0.033,0.394207 -0.0991,0.567383 -0.0638,0.170899 -0.16293,0.319011 -0.29736,0.444336 -0.13217,0.125325 -0.30193,0.223307 -0.50928,0.293945 -0.20736,0.07064 -0.45231,0.105957 -0.73486,0.105957 -0.28256,0 -0.52751,-0.03532 -0.73487,-0.105957 -0.20508,-0.07064 -0.37598,-0.16748 -0.51269,-0.290527 -0.13444,-0.125325 -0.2347,-0.273437 -0.30078,-0.444336 -0.0638,-0.173176 -0.0957,-0.361164 -0.0957,-0.563965 0,-0.175454 0.0262,-0.331541 0.0786,-0.468262 0.0547,-0.136717 0.12646,-0.254067 0.21533,-0.352051 0.0911,-0.100258 0.19368,-0.18001 0.30762,-0.239257 0.11621,-0.06152 0.23583,-0.102537 0.35888,-0.123047 l 0,-0.01367 c -0.13444,-0.0319 -0.25521,-0.08317 -0.3623,-0.153809 -0.10482,-0.07063 -0.19369,-0.154945 -0.2666,-0.252929 -0.0706,-0.100258 -0.12533,-0.210772 -0.16407,-0.331543 -0.0365,-0.120765 -0.0547,-0.248369 -0.0547,-0.382813 0,-0.168616 0.0319,-0.326982 0.0957,-0.475098 0.0661,-0.150386 0.16292,-0.281408 0.29053,-0.393066 0.1276,-0.113928 0.28597,-0.202795 0.47509,-0.266601 0.18913,-0.06608 0.40788,-0.09912 0.65625,-0.09912 0.26205,5e-6 0.48877,0.03305 0.68018,0.09912 0.19368,0.06608 0.35319,0.156091 0.47852,0.270019 0.1276,0.111658 0.22216,0.24268 0.28369,0.393066 0.0615,0.150395 0.0923,0.3099 0.0923,0.478516 0,0.132165 -0.0194,0.25863 -0.0581,0.379395 -0.0365,0.120771 -0.0912,0.231285 -0.16407,0.331543 -0.0706,0.09798 -0.1595,0.182294 -0.2666,0.252929 -0.10482,0.06836 -0.22673,0.116214 -0.36572,0.143555 l 0,0.01367 c 0.13899,0.02279 0.26774,0.06494 0.38623,0.126465 0.11849,0.05925 0.22103,0.138999 0.30762,0.239257 0.0866,0.09798 0.15494,0.215334 0.20508,0.352051 0.0501,0.136721 0.0752,0.291668 0.0752,0.464844 m -0.75879,-2.269531 c 0,-0.120765 -0.016,-0.231279 -0.0479,-0.331543 -0.0296,-0.100257 -0.0798,-0.185706 -0.15039,-0.256348 -0.0706,-0.07291 -0.16293,-0.128739 -0.27686,-0.16748 -0.11393,-0.04101 -0.25407,-0.06152 -0.42041,-0.06152 -0.16178,5e-6 -0.2985,0.02051 -0.41015,0.06152 -0.11166,0.03874 -0.20394,0.09457 -0.27686,0.16748 -0.0706,0.07064 -0.12191,0.156091 -0.15381,0.256348 -0.0319,0.100264 -0.0479,0.210778 -0.0479,0.331543 0,0.09571 0.0125,0.193688 0.0376,0.293945 0.0251,0.100264 0.0706,0.191409 0.13672,0.273438 0.0661,0.08203 0.15722,0.149254 0.27344,0.20166 0.11621,0.05241 0.26546,0.07862 0.44775,0.07861 0.19368,3e-6 0.34863,-0.0262 0.46484,-0.07861 0.11849,-0.05241 0.2085,-0.119626 0.27002,-0.20166 0.0638,-0.08203 0.10482,-0.173174 0.12305,-0.273438 0.0205,-0.100257 0.0308,-0.198239 0.0308,-0.293945 m 0.11963,2.211426 c 0,-0.11621 -0.0159,-0.227863 -0.0478,-0.334961 -0.0319,-0.109374 -0.0866,-0.205077 -0.16406,-0.28711 -0.0775,-0.08431 -0.1823,-0.151528 -0.31446,-0.20166 -0.12988,-0.05241 -0.2928,-0.07861 -0.48877,-0.07861 -0.18001,2e-6 -0.33382,0.02621 -0.46142,0.07861 -0.12533,0.05013 -0.22787,0.117352 -0.30762,0.20166 -0.0775,0.08431 -0.13444,0.182294 -0.1709,0.293946 -0.0365,0.109376 -0.0547,0.223308 -0.0547,0.341796 0,0.148114 0.0182,0.283693 0.0547,0.406739 0.0365,0.120769 0.0946,0.225586 0.17432,0.314453 0.0797,0.08659 0.18457,0.153809 0.31445,0.20166 0.12988,0.04785 0.28711,0.07178 0.47168,0.07178 0.18685,1e-6 0.34407,-0.02392 0.47168,-0.07178 0.1276,-0.04785 0.23014,-0.115071 0.30762,-0.20166 0.0775,-0.08887 0.13216,-0.194824 0.16406,-0.317871 0.0342,-0.125325 0.0513,-0.264322 0.0513,-0.416992"
+ id="path3261"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 333.75403,20.078852 0,1.090332 -0.58106,0 0,-1.090332 -2.26953,0 0,-0.478516 2.20459,-3.24707 0.646,0 0,3.240234 0.67676,0 0,0.485352 -0.67676,0 m -0.58106,-3.031739 c -0.005,0.0114 -0.016,0.03418 -0.0342,0.06836 -0.0182,0.0319 -0.0387,0.06836 -0.0615,0.109375 -0.0228,0.04102 -0.0467,0.08317 -0.0718,0.126465 -0.0228,0.04102 -0.0433,0.0752 -0.0615,0.102539 l -1.23389,1.818359 c -0.0114,0.01823 -0.0285,0.04216 -0.0513,0.07178 -0.0205,0.02962 -0.0421,0.06039 -0.0649,0.09229 -0.0228,0.02962 -0.0456,0.05925 -0.0684,0.08887 -0.0228,0.02962 -0.041,0.05241 -0.0547,0.06836 l 1.70214,0 0,-2.546387"
+ id="path3263"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 334.99133,21.169184 0,-0.434082 c 0.11621,-0.266601 0.25749,-0.501301 0.42383,-0.704102 0.16862,-0.205077 0.34521,-0.389647 0.52979,-0.553711 0.18457,-0.166339 0.36686,-0.320148 0.54687,-0.461426 0.18229,-0.141273 0.34635,-0.282549 0.49219,-0.423828 0.14583,-0.141273 0.26318,-0.289385 0.35205,-0.444336 0.0911,-0.154944 0.13672,-0.3304 0.13672,-0.526367 0,-0.136715 -0.0205,-0.256344 -0.0615,-0.358887 -0.041,-0.104813 -0.10026,-0.192541 -0.17773,-0.263183 -0.0775,-0.07063 -0.1709,-0.123043 -0.28027,-0.157227 -0.1071,-0.03645 -0.22673,-0.05468 -0.35889,-0.05469 -0.12305,4e-6 -0.23926,0.01709 -0.34863,0.05127 -0.1071,0.03418 -0.2028,0.08545 -0.28711,0.153809 -0.0843,0.06836 -0.15381,0.153813 -0.2085,0.256348 -0.0524,0.100264 -0.0866,0.217614 -0.10254,0.35205 l -0.6289,-0.0581 c 0.0205,-0.173173 0.0684,-0.336096 0.14355,-0.48877 0.0752,-0.152665 0.17887,-0.285965 0.31104,-0.399902 0.13216,-0.116206 0.29052,-0.207352 0.47509,-0.273437 0.18685,-0.06608 0.40218,-0.09912 0.646,-0.09912 0.23926,5e-6 0.45231,0.02849 0.63916,0.08545 0.18685,0.05697 0.34407,0.14128 0.47168,0.252929 0.12988,0.111658 0.229,0.249516 0.29736,0.413575 0.0684,0.164066 0.10254,0.353193 0.10254,0.567382 0,0.161788 -0.0296,0.315596 -0.0889,0.461426 -0.057,0.145836 -0.13445,0.284834 -0.23243,0.416992 -0.0957,0.132164 -0.20736,0.259768 -0.33496,0.382813 -0.1276,0.123049 -0.2609,0.243817 -0.3999,0.362305 -0.139,0.116212 -0.27914,0.232423 -0.42041,0.348632 -0.14128,0.113934 -0.27458,0.229006 -0.3999,0.345215 -0.12305,0.116212 -0.23356,0.234702 -0.33155,0.355469 -0.098,0.11849 -0.17431,0.242676 -0.229,0.372559 l 2.51221,0 0,0.522949 -3.18897,0"
+ id="path3265"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 342.13489,19.600336 c -10e-6,0.241538 -0.0365,0.462566 -0.10938,0.663086 -0.0729,0.200522 -0.18115,0.373698 -0.3247,0.519531 -0.14356,0.143555 -0.32244,0.255209 -0.53663,0.334961 -0.21191,0.07975 -0.45801,0.119629 -0.73828,0.119629 -0.25293,0 -0.47396,-0.02962 -0.66308,-0.08887 -0.18685,-0.05924 -0.34522,-0.140137 -0.4751,-0.242676 -0.12988,-0.104817 -0.23356,-0.226725 -0.31104,-0.365723 -0.0752,-0.138996 -0.12874,-0.288247 -0.16064,-0.447753 l 0.62207,-0.07178 c 0.0251,0.09115 0.0604,0.180014 0.10596,0.266602 0.0456,0.08431 0.10709,0.160645 0.18457,0.229004 0.0797,0.06608 0.17659,0.119629 0.29053,0.160644 0.1162,0.03874 0.25634,0.05811 0.42041,0.05811 0.1595,0 0.30419,-0.02393 0.43408,-0.07178 0.12988,-0.05013 0.24039,-0.123046 0.33154,-0.21875 0.0934,-0.0957 0.1652,-0.213052 0.21533,-0.35205 0.0501,-0.138997 0.0752,-0.298502 0.0752,-0.478516 -10e-6,-0.14811 -0.0239,-0.28369 -0.0718,-0.406738 -0.0478,-0.125324 -0.11621,-0.23242 -0.20508,-0.321289 -0.0889,-0.09114 -0.19824,-0.161782 -0.32812,-0.211914 -0.12761,-0.05013 -0.27344,-0.07519 -0.4375,-0.0752 -0.10254,3e-6 -0.19711,0.0091 -0.28369,0.02734 -0.0866,0.01823 -0.16749,0.0433 -0.24268,0.0752 -0.0729,0.0319 -0.14014,0.0695 -0.20166,0.112793 -0.0592,0.04102 -0.11507,0.08431 -0.16748,0.129883 l -0.60156,0 0.16064,-2.59082 2.73779,0 0,0.522949 -2.17724,0 -0.0923,1.527832 c 0.10938,-0.08431 0.2461,-0.156084 0.41016,-0.215332 0.16406,-0.06152 0.35888,-0.09228 0.58447,-0.09228 0.23926,3e-6 0.45459,0.03646 0.646,0.109375 0.1914,0.07292 0.35432,0.176598 0.48877,0.311035 0.13443,0.132164 0.23811,0.29053 0.31103,0.475098 0.0729,0.184572 0.10937,0.387371 0.10938,0.608398"
+ id="path3267"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 342.7843,21.169184 0,-0.434082 c 0.11621,-0.266601 0.25749,-0.501301 0.42383,-0.704102 0.16862,-0.205077 0.34521,-0.389647 0.52979,-0.553711 0.18456,-0.166339 0.36686,-0.320148 0.54687,-0.461426 0.18229,-0.141273 0.34635,-0.282549 0.49219,-0.423828 0.14583,-0.141273 0.26318,-0.289385 0.35205,-0.444336 0.0911,-0.154944 0.13671,-0.3304 0.13672,-0.526367 -1e-5,-0.136715 -0.0205,-0.256344 -0.0615,-0.358887 -0.041,-0.104813 -0.10026,-0.192541 -0.17773,-0.263183 -0.0775,-0.07063 -0.1709,-0.123043 -0.28027,-0.157227 -0.1071,-0.03645 -0.22673,-0.05468 -0.35889,-0.05469 -0.12305,4e-6 -0.23926,0.01709 -0.34863,0.05127 -0.1071,0.03418 -0.2028,0.08545 -0.28711,0.153809 -0.0843,0.06836 -0.15381,0.153813 -0.2085,0.256348 -0.0524,0.100264 -0.0866,0.217614 -0.10254,0.35205 l -0.6289,-0.0581 c 0.0205,-0.173173 0.0684,-0.336096 0.14355,-0.48877 0.0752,-0.152665 0.17887,-0.285965 0.31104,-0.399902 0.13216,-0.116206 0.29052,-0.207352 0.47509,-0.273437 0.18685,-0.06608 0.40218,-0.09912 0.646,-0.09912 0.23925,5e-6 0.45231,0.02849 0.63916,0.08545 0.18685,0.05697 0.34407,0.14128 0.47168,0.252929 0.12988,0.111658 0.229,0.249516 0.29736,0.413575 0.0684,0.164066 0.10254,0.353193 0.10254,0.567382 0,0.161788 -0.0296,0.315596 -0.0889,0.461426 -0.057,0.145836 -0.13444,0.284834 -0.23242,0.416992 -0.0957,0.132164 -0.20736,0.259768 -0.33496,0.382813 -0.12761,0.123049 -0.26091,0.243817 -0.3999,0.362305 -0.139,0.116212 -0.27914,0.232423 -0.42041,0.348632 -0.14128,0.113934 -0.27458,0.229006 -0.3999,0.345215 -0.12305,0.116212 -0.23357,0.234702 -0.33155,0.355469 -0.098,0.11849 -0.17431,0.242676 -0.229,0.372559 l 2.51221,0 0,0.522949 -3.18897,0"
+ id="path3269"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 264.4342,28.199945 c -0.0114,0.0638 -0.0194,0.128746 -0.0239,0.194825 -0.002,0.0638 -0.005,0.127605 -0.007,0.191406 0,0.303061 0.0752,0.535482 0.22559,0.697266 0.15267,0.161784 0.38167,0.242676 0.68701,0.242675 0.1276,1e-6 0.24381,-0.01595 0.34863,-0.04785 0.10482,-0.03418 0.19938,-0.07861 0.28369,-0.133301 0.0866,-0.05697 0.16179,-0.121907 0.22559,-0.194824 0.0661,-0.0752 0.12077,-0.153808 0.16406,-0.23584 l 0.47168,0.215332 c -0.057,0.10254 -0.12647,0.205079 -0.20849,0.307617 -0.082,0.100261 -0.18458,0.191407 -0.30762,0.273438 -0.12077,0.08203 -0.2666,0.149251 -0.4375,0.20166 -0.1709,0.05013 -0.37484,0.07519 -0.61182,0.07519 -0.22786,0 -0.4318,-0.0319 -0.61181,-0.0957 -0.18002,-0.06608 -0.33269,-0.160644 -0.45801,-0.283691 -0.12305,-0.125326 -0.21761,-0.277995 -0.28369,-0.458008 -0.0638,-0.180012 -0.0957,-0.38509 -0.0957,-0.615235 0,-0.360024 0.0479,-0.687009 0.14356,-0.980957 0.098,-0.293942 0.23242,-0.544593 0.40332,-0.751953 0.17318,-0.207353 0.37597,-0.366858 0.6084,-0.478515 0.2347,-0.113929 0.48877,-0.170895 0.7622,-0.170899 0.25065,4e-6 0.46826,0.03304 0.65284,0.09912 0.18456,0.06609 0.33837,0.15837 0.46142,0.276856 0.12305,0.118493 0.21419,0.260908 0.27344,0.427246 0.0615,0.164065 0.0923,0.345217 0.0923,0.543457 0,0.04785 -0.002,0.100263 -0.007,0.157226 -0.002,0.05697 -0.007,0.116214 -0.0137,0.177735 -0.007,0.06152 -0.016,0.124188 -0.0274,0.187988 -0.009,0.06152 -0.0205,0.12077 -0.0342,0.177734 l -2.67627,0 m 2.13282,-0.471679 c 0.005,-0.04557 0.008,-0.08773 0.0102,-0.126465 0.002,-0.04101 0.003,-0.08089 0.003,-0.119629 0,-0.150388 -0.0205,-0.280271 -0.0615,-0.389648 -0.041,-0.111651 -0.0991,-0.202797 -0.17432,-0.273438 -0.0752,-0.07291 -0.16521,-0.126462 -0.27002,-0.160644 -0.10482,-0.03418 -0.22103,-0.05127 -0.34863,-0.05127 -0.10938,3e-6 -0.22445,0.01709 -0.34522,0.05127 -0.12077,0.0319 -0.23698,0.09001 -0.34863,0.174316 -0.10938,0.08431 -0.20964,0.199384 -0.30078,0.345215 -0.0911,0.143557 -0.16293,0.326988 -0.21533,0.550293 l 2.05078,0"
+ id="path3271"
+ style="font-style:italic" />
+ <path
+ d="m 267.81458,28.333246 0.10595,-0.546875 1.70899,0 -0.10596,0.546875 -1.70898,0"
+ id="path3273"
+ style="font-style:italic" />
+ <path
+ d="m 272.04944,29.919184 0.42383,-2.166992 c 0.009,-0.04557 0.0182,-0.0957 0.0273,-0.150391 0.0114,-0.05468 0.0205,-0.109373 0.0273,-0.164063 0.009,-0.05468 0.016,-0.105954 0.0205,-0.153808 0.007,-0.05013 0.0103,-0.09228 0.0103,-0.126465 -1e-5,-0.170896 -0.0433,-0.300778 -0.12989,-0.389648 -0.0866,-0.09114 -0.22786,-0.136716 -0.42383,-0.136719 -0.12988,3e-6 -0.25407,0.02962 -0.37255,0.08887 -0.11622,0.05697 -0.22103,0.139 -0.31446,0.246094 -0.0934,0.10482 -0.17431,0.233564 -0.24267,0.38623 -0.0684,0.150393 -0.11849,0.317874 -0.15039,0.502442 l -0.40332,2.064453 -0.61182,0 0.56738,-2.908692 c 0.0159,-0.07747 0.0308,-0.158362 0.0444,-0.242675 0.0159,-0.08659 0.0296,-0.167478 0.041,-0.242676 0.0137,-0.07747 0.0239,-0.143551 0.0308,-0.198242 0.009,-0.05468 0.0148,-0.09 0.0171,-0.105957 l 0.58106,0 c 0,0.0114 -0.003,0.04216 -0.0103,0.09229 -0.007,0.05013 -0.0159,0.108239 -0.0273,0.174316 -0.009,0.06381 -0.0194,0.129886 -0.0308,0.198242 -0.009,0.06608 -0.0182,0.121911 -0.0273,0.167481 l 0.0103,0 c 0.0684,-0.107093 0.139,-0.203936 0.21191,-0.290528 0.0729,-0.08658 0.15267,-0.159501 0.23926,-0.21875 0.0866,-0.06152 0.18229,-0.108232 0.28711,-0.140136 0.10709,-0.0319 0.22786,-0.04785 0.36231,-0.04785 0.27571,4e-6 0.49446,0.06836 0.65625,0.205078 0.16178,0.134444 0.25862,0.330407 0.29052,0.587891 0.0729,-0.113929 0.14811,-0.218747 0.22559,-0.314453 0.0775,-0.0957 0.16292,-0.17887 0.25635,-0.249512 0.0957,-0.07291 0.20051,-0.12874 0.31445,-0.16748 0.11621,-0.04101 0.24723,-0.06152 0.39307,-0.06152 0.30761,4e-6 0.54345,0.08317 0.70752,0.249512 0.16633,0.166344 0.2495,0.406741 0.24951,0.721191 -1e-5,0.08203 -0.008,0.174319 -0.0239,0.276856 -0.0137,0.102541 -0.0296,0.197105 -0.0478,0.283691 l -0.43408,2.231934 -0.6084,0 0.42383,-2.166992 c 0.009,-0.04557 0.0182,-0.0957 0.0273,-0.150391 0.0114,-0.05468 0.0205,-0.109373 0.0273,-0.164063 0.009,-0.05468 0.016,-0.105954 0.0205,-0.153808 0.007,-0.05013 0.0102,-0.09228 0.0103,-0.126465 -10e-6,-0.170896 -0.0433,-0.300778 -0.12989,-0.389648 -0.0866,-0.09114 -0.22787,-0.136716 -0.42382,-0.136719 -0.12989,3e-6 -0.25408,0.02849 -0.37256,0.08545 -0.11622,0.05697 -0.22104,0.137861 -0.31446,0.242676 -0.0934,0.10482 -0.17432,0.232424 -0.24267,0.382812 -0.0684,0.150393 -0.1185,0.317874 -0.15039,0.502442 l -0.40332,2.074707 -0.6084,0"
+ id="path3275"
+ style="font-style:italic" />
+ <path
+ d="m 279.23743,29.898676 c -0.0661,0.01595 -0.13786,0.02848 -0.21534,0.0376 -0.0752,0.01139 -0.14925,0.01709 -0.22216,0.01709 -0.21192,0 -0.36687,-0.04329 -0.46485,-0.129882 -0.0957,-0.08887 -0.14355,-0.219889 -0.14355,-0.393067 0,-0.03418 0.002,-0.07064 0.007,-0.109375 0.005,-0.04101 0.008,-0.07747 0.0103,-0.109375 l -0.0205,0 c -0.0797,0.120769 -0.16293,0.229005 -0.24951,0.324707 -0.0843,0.0957 -0.17888,0.177735 -0.28369,0.246094 -0.10254,0.06608 -0.21762,0.116211 -0.34522,0.150391 -0.1276,0.03646 -0.27572,0.05469 -0.44433,0.05469 -0.17774,0 -0.33383,-0.02848 -0.46827,-0.08545 -0.13216,-0.05697 -0.24381,-0.132161 -0.33496,-0.225586 -0.0911,-0.0957 -0.1595,-0.205078 -0.20507,-0.328125 -0.0456,-0.123046 -0.0684,-0.249511 -0.0684,-0.379395 0,-0.184569 0.0262,-0.344074 0.0786,-0.478515 0.0547,-0.134439 0.1276,-0.24951 0.21875,-0.345215 0.0934,-0.0957 0.20166,-0.173175 0.32471,-0.232422 0.12532,-0.06152 0.25748,-0.109373 0.39648,-0.143555 0.14128,-0.03418 0.28711,-0.0581 0.4375,-0.07178 0.15039,-0.01367 0.29736,-0.02164 0.44092,-0.02393 l 0.79297,-0.01025 0.0239,-0.123047 c 0.0114,-0.05696 0.0205,-0.111651 0.0273,-0.164062 0.009,-0.05241 0.0137,-0.101397 0.0137,-0.146973 0,-0.207354 -0.0604,-0.360023 -0.18115,-0.458007 -0.12077,-0.100258 -0.28825,-0.150388 -0.50244,-0.150391 -0.11166,3e-6 -0.21648,0.0091 -0.31446,0.02734 -0.0957,0.01595 -0.18229,0.04671 -0.25976,0.09229 -0.0752,0.0433 -0.14242,0.103681 -0.20166,0.181152 -0.057,0.0752 -0.10368,0.170901 -0.14014,0.28711 l -0.6084,-0.09912 c 0.0433,-0.141273 0.10254,-0.270016 0.17774,-0.38623 0.0752,-0.118486 0.17431,-0.219886 0.29736,-0.304199 0.12304,-0.08431 0.2723,-0.149248 0.44775,-0.194824 0.17774,-0.04785 0.38965,-0.07177 0.63575,-0.07178 0.20279,4e-6 0.3828,0.02507 0.54003,0.0752 0.15723,0.05013 0.28939,0.119633 0.39649,0.208497 0.10709,0.08887 0.18798,0.194827 0.24267,0.317871 0.057,0.12305 0.0855,0.258629 0.0855,0.406738 0,0.07064 -0.007,0.15609 -0.0205,0.256348 -0.0114,0.09798 -0.0262,0.191408 -0.0444,0.280273 l -0.25293,1.291992 c -0.0114,0.05013 -0.0205,0.101401 -0.0273,0.153809 -0.007,0.05241 -0.0103,0.1014 -0.0103,0.146972 0,0.08431 0.0217,0.146974 0.065,0.187989 0.0456,0.04102 0.1162,0.06152 0.21191,0.06152 0.0342,1e-6 0.0684,-0.0023 0.10254,-0.0068 0.0365,-0.0046 0.0706,-0.01025 0.10254,-0.01709 l -0.0478,0.382813 m -0.84082,-1.811524 -0.68018,0.01367 c -0.0912,0.0023 -0.18571,0.0068 -0.28369,0.01367 -0.098,0.0068 -0.19483,0.02165 -0.29053,0.04443 -0.0934,0.02051 -0.18343,0.04899 -0.27002,0.08545 -0.0843,0.03646 -0.15836,0.08659 -0.22217,0.150391 -0.0638,0.06152 -0.11507,0.13672 -0.1538,0.225586 -0.0365,0.08887 -0.0547,0.195964 -0.0547,0.321289 0,0.07292 0.0114,0.144695 0.0342,0.215332 0.0251,0.06836 0.0627,0.129883 0.11279,0.18457 0.0501,0.05241 0.11165,0.0957 0.18457,0.129883 0.0752,0.0319 0.16292,0.04785 0.26318,0.04785 0.19825,10e-7 0.37142,-0.03418 0.51954,-0.102539 0.14811,-0.06836 0.27457,-0.152668 0.37939,-0.252929 0.10482,-0.10026 0.18685,-0.208495 0.24609,-0.324707 0.0615,-0.118489 0.10254,-0.226724 0.12305,-0.324707 l 0.0923,-0.427247"
+ id="path3277"
+ style="font-style:italic" />
+ <path
+ d="m 280.50891,25.434809 0.11621,-0.587891 0.61524,0 -0.11621,0.587891 -0.61524,0 m -0.86816,4.484375 0.71777,-3.698242 0.61523,0 -0.72119,3.698242 -0.61181,0"
+ id="path3279"
+ style="font-style:italic" />
+ <path
+ d="m 281.19934,29.919184 0.98438,-5.072266 0.61523,0 -0.98779,5.072266 -0.61182,0"
+ id="path3281"
+ style="font-style:italic" />
+ <path
+ d="m 283.50305,26.928461 0.14014,-0.707519 0.6665,0 -0.14013,0.707519 -0.66651,0 m -0.58105,2.990723 0.14013,-0.70752 0.66651,0 -0.14014,0.70752 -0.6665,0"
+ id="path3283"
+ style="font-style:italic" />
+ <path
+ d="m 290.12708,28.052973 c -10e-6,1.289714 -0.45346,1.93457 -1.36036,1.93457 -0.28027,0 -0.51383,-0.05013 -0.70068,-0.150391 -0.18457,-0.102538 -0.33496,-0.266601 -0.45117,-0.492187 l -0.007,0 c 0,0.05925 -0.002,0.120769 -0.007,0.18457 -0.002,0.0638 -0.006,0.123047 -0.0103,0.177735 -0.002,0.05469 -0.006,0.1014 -0.0102,0.140136 -0.002,0.03874 -0.005,0.06266 -0.007,0.07178 l -0.59472,0 c 0.002,-0.02051 0.005,-0.05469 0.007,-0.102539 0.002,-0.05013 0.005,-0.109375 0.007,-0.177735 0.002,-0.06836 0.003,-0.143554 0.003,-0.225586 0.002,-0.08203 0.003,-0.167479 0.003,-0.256347 l 0,-4.310059 0.61524,0 0,1.445801 c 0,0.06836 -0.001,0.134443 -0.003,0.198242 0,0.06153 -10e-4,0.116214 -0.003,0.164063 -0.002,0.05697 -0.005,0.110517 -0.007,0.160644 l 0.0137,0 c 0.11393,-0.236976 0.26432,-0.406735 0.45117,-0.509277 0.18913,-0.102536 0.42269,-0.153805 0.70068,-0.153809 0.46712,4e-6 0.81006,0.15723 1.02881,0.47168 0.22103,0.314456 0.33154,0.790692 0.33155,1.428711 m -0.646,0.02051 c 0,-0.255207 -0.016,-0.473956 -0.0479,-0.65625 -0.0319,-0.182289 -0.0832,-0.331541 -0.15381,-0.447754 -0.0706,-0.118487 -0.16065,-0.205075 -0.27002,-0.259766 -0.10938,-0.05468 -0.24268,-0.08203 -0.3999,-0.08203 -0.16179,3e-6 -0.30534,0.02621 -0.43067,0.07861 -0.12305,0.05241 -0.22672,0.136722 -0.31103,0.25293 -0.082,0.116214 -0.1447,0.268883 -0.18799,0.458008 -0.0433,0.18913 -0.0649,0.420412 -0.0649,0.693847 0,0.264325 0.0216,0.486492 0.0649,0.666504 0.0433,0.180014 0.10596,0.326987 0.18799,0.440918 0.0843,0.111654 0.18798,0.192546 0.31103,0.242676 0.12305,0.04785 0.26432,0.07178 0.42383,0.07178 0.15039,1e-6 0.28027,-0.0262 0.38965,-0.07861 0.10937,-0.05241 0.20052,-0.136718 0.27344,-0.25293 0.0729,-0.11621 0.12646,-0.2666 0.16064,-0.451172 0.0365,-0.186847 0.0547,-0.412433 0.0547,-0.676757"
+ id="path3285"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 291.49768,26.220942 0,2.344726 c 0,0.180014 0.0125,0.330405 0.0376,0.451172 0.0273,0.120769 0.0706,0.218751 0.12988,0.293945 0.0592,0.07292 0.13672,0.125326 0.23242,0.157227 0.098,0.02962 0.21875,0.04443 0.36231,0.04443 0.14583,1e-6 0.27685,-0.02506 0.39306,-0.0752 0.11849,-0.05241 0.21875,-0.126464 0.30079,-0.222168 0.0843,-0.09798 0.14924,-0.21761 0.19482,-0.358887 0.0456,-0.143553 0.0684,-0.307615 0.0684,-0.492187 l 0,-2.143066 0.61523,0 0,2.908691 c 0,0.07748 0,0.159506 0,0.246094 0.002,0.08431 0.005,0.165202 0.007,0.242675 0.002,0.0752 0.005,0.140137 0.007,0.194825 0.002,0.05469 0.005,0.09001 0.007,0.105957 l -0.58105,0 c -0.002,-0.01139 -0.005,-0.04216 -0.007,-0.09229 -0.002,-0.05013 -0.006,-0.107097 -0.0102,-0.170899 -0.002,-0.06608 -0.005,-0.132161 -0.007,-0.198242 -0.002,-0.06836 -0.003,-0.125325 -0.003,-0.170898 l -0.0102,0 c -0.0593,0.107096 -0.12419,0.203939 -0.19483,0.290527 -0.0706,0.08659 -0.15267,0.160645 -0.24609,0.222168 -0.0934,0.05924 -0.20052,0.104818 -0.32129,0.136719 -0.12077,0.03418 -0.2609,0.05127 -0.42041,0.05127 -0.20508,0 -0.38167,-0.02506 -0.52978,-0.07519 -0.14812,-0.05013 -0.27002,-0.127604 -0.36573,-0.232422 -0.0957,-0.104817 -0.16634,-0.239257 -0.21191,-0.40332 -0.0433,-0.164062 -0.0649,-0.361165 -0.0649,-0.591309 l 0,-2.464355 0.61865,0"
+ id="path3287"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 294.80627,29.919184 0,-2.836914 c 0,-0.07747 -10e-4,-0.156085 -0.003,-0.23584 0,-0.08203 -10e-4,-0.160641 -0.003,-0.23584 -0.002,-0.07519 -0.005,-0.14583 -0.007,-0.211914 -0.002,-0.06608 -0.005,-0.125322 -0.007,-0.177734 l 0.58105,0 c 0.002,0.05241 0.005,0.112796 0.007,0.181152 0.005,0.06608 0.008,0.134443 0.0103,0.205078 0.005,0.07064 0.007,0.139001 0.007,0.205078 0.002,0.06381 0.003,0.118493 0.003,0.164063 l 0.0137,0 c 0.0433,-0.141273 0.0889,-0.263181 0.13672,-0.365723 0.0501,-0.104814 0.10823,-0.190263 0.17431,-0.256348 0.0661,-0.06836 0.14469,-0.118486 0.23584,-0.15039 0.0912,-0.03418 0.20166,-0.05127 0.33154,-0.05127 0.0501,4e-6 0.098,0.0046 0.14356,0.01367 0.0456,0.0068 0.0809,0.01368 0.10596,0.02051 l 0,0.563965 c -0.041,-0.01139 -0.0889,-0.01937 -0.14356,-0.02393 -0.0547,-0.0068 -0.11621,-0.01025 -0.18457,-0.01025 -0.14128,3e-6 -0.26204,0.0319 -0.3623,0.0957 -0.098,0.06381 -0.17888,0.152672 -0.24268,0.266602 -0.0615,0.111656 -0.1071,0.246096 -0.13672,0.40332 -0.0296,0.15495 -0.0444,0.324709 -0.0444,0.509277 l 0,1.927735 -0.61524,0"
+ id="path3289"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 297.60217,28.199945 c 0,0.193687 0.0194,0.37256 0.0581,0.536622 0.041,0.161784 0.10254,0.301921 0.18457,0.42041 0.0843,0.116211 0.1914,0.207357 0.32129,0.273437 0.12988,0.0638 0.28597,0.0957 0.46826,0.0957 0.2666,1e-6 0.47965,-0.05355 0.63916,-0.160644 0.16178,-0.107096 0.27116,-0.242675 0.32812,-0.406738 l 0.54004,0.153808 c -0.0387,0.10254 -0.0934,0.206218 -0.16406,0.311035 -0.0684,0.10254 -0.16065,0.195964 -0.27685,0.280274 -0.11622,0.08203 -0.26205,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.38282,0.07861 -0.62891,0.07861 -0.54688,0 -0.96387,-0.162923 -1.25098,-0.488769 -0.28483,-0.325846 -0.42724,-0.810058 -0.42724,-1.452637 0,-0.346352 0.0433,-0.639158 0.12988,-0.878418 0.0866,-0.241534 0.20508,-0.437497 0.35547,-0.587891 0.15039,-0.150387 0.32584,-0.258622 0.52637,-0.324707 0.20051,-0.06836 0.41471,-0.102535 0.64257,-0.102539 0.3099,4e-6 0.56852,0.05013 0.77588,0.150391 0.20964,0.100264 0.37712,0.239261 0.50244,0.416992 0.1276,0.175459 0.21761,0.382815 0.27002,0.62207 0.0547,0.23926 0.082,0.497886 0.082,0.775879 l 0,0.08203 -2.63867,0 m 2.00293,-0.471679 c -0.0342,-0.389646 -0.1333,-0.673337 -0.29736,-0.851074 -0.16407,-0.18001 -0.39991,-0.270017 -0.70752,-0.27002 -0.10254,3e-6 -0.21078,0.01709 -0.32471,0.05127 -0.11165,0.0319 -0.21533,0.09001 -0.31103,0.174316 -0.0957,0.08431 -0.1766,0.199384 -0.24268,0.345215 -0.0661,0.143557 -0.10368,0.326988 -0.11279,0.550293 l 1.99609,0"
+ id="path3291"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 301.97034,29.987543 c -0.37142,0 -0.65056,-0.09798 -0.83741,-0.293945 -0.18684,-0.195963 -0.28027,-0.464843 -0.28027,-0.806641 0,-0.243814 0.0456,-0.443195 0.13672,-0.598144 0.0934,-0.157225 0.21419,-0.280272 0.3623,-0.369141 0.15039,-0.08886 0.32129,-0.150388 0.5127,-0.18457 0.1914,-0.03418 0.38623,-0.05355 0.58447,-0.05811 l 0.83057,-0.01367 0,-0.20166 c 0,-0.152666 -0.016,-0.282549 -0.0479,-0.389648 -0.0319,-0.107094 -0.0809,-0.193682 -0.14698,-0.259766 -0.0661,-0.06608 -0.14925,-0.113929 -0.24951,-0.143555 -0.098,-0.0319 -0.21419,-0.04785 -0.34863,-0.04785 -0.11849,3e-6 -0.22559,0.0091 -0.32129,0.02734 -0.0957,0.01595 -0.17887,0.04671 -0.24951,0.09229 -0.0706,0.0433 -0.12761,0.103681 -0.1709,0.181152 -0.0433,0.0752 -0.0718,0.170901 -0.0855,0.28711 l -0.64258,-0.05811 c 0.0228,-0.14583 0.0661,-0.279131 0.12989,-0.399902 0.0638,-0.123044 0.1538,-0.229001 0.27002,-0.317871 0.11848,-0.08886 0.26546,-0.157223 0.44091,-0.205079 0.17774,-0.05013 0.39193,-0.07519 0.64258,-0.0752 0.46484,4e-6 0.81462,0.1071 1.04932,0.321289 0.2347,0.211918 0.35205,0.519534 0.35205,0.922852 l 0,1.592773 c 0,0.182293 0.0239,0.320151 0.0718,0.413574 0.0478,0.09115 0.13899,0.13672 0.27343,0.136719 0.0342,1e-6 0.0684,-0.0023 0.10254,-0.0068 0.0342,-0.0046 0.0672,-0.01025 0.0991,-0.01709 l 0,0.382813 c -0.0775,0.01823 -0.15495,0.0319 -0.23242,0.04102 -0.0752,0.0091 -0.15609,0.01367 -0.24267,0.01367 -0.11622,0 -0.21648,-0.01481 -0.30078,-0.04443 -0.082,-0.0319 -0.14926,-0.07861 -0.20166,-0.140137 -0.0524,-0.0638 -0.0923,-0.141276 -0.11963,-0.232422 -0.0274,-0.09342 -0.0444,-0.201659 -0.0513,-0.324707 l -0.0205,0 c -0.0661,0.11849 -0.139,0.225587 -0.21875,0.321289 -0.0775,0.0957 -0.16862,0.177735 -0.27344,0.246094 -0.10482,0.06608 -0.22445,0.11735 -0.35889,0.153809 -0.13216,0.03646 -0.28483,0.05469 -0.458,0.05469 m 0.14013,-0.461426 c 0.19597,10e-7 0.36686,-0.03532 0.5127,-0.105957 0.14811,-0.07292 0.27002,-0.165201 0.36572,-0.276855 0.098,-0.111653 0.1709,-0.23356 0.21875,-0.365723 0.0478,-0.13216 0.0718,-0.258625 0.0718,-0.379394 l 0,-0.3042 -0.67334,0.01367 c -0.15039,0.0023 -0.29395,0.01367 -0.43066,0.03418 -0.13445,0.01823 -0.25294,0.05583 -0.35547,0.112793 -0.10254,0.05697 -0.18458,0.13672 -0.2461,0.239258 -0.0592,0.10254 -0.0889,0.23698 -0.0889,0.40332 -10e-6,0.200522 0.0535,0.355469 0.16064,0.464844 0.10937,0.109375 0.26432,0.164063 0.46484,0.164062"
+ id="path3293"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 305.52502,26.220942 0,2.344726 c 0,0.180014 0.0125,0.330405 0.0376,0.451172 0.0273,0.120769 0.0706,0.218751 0.12988,0.293945 0.0593,0.07292 0.13672,0.125326 0.23243,0.157227 0.098,0.02962 0.21875,0.04443 0.3623,0.04443 0.14583,1e-6 0.27685,-0.02506 0.39307,-0.0752 0.11849,-0.05241 0.21875,-0.126464 0.30078,-0.222168 0.0843,-0.09798 0.14925,-0.21761 0.19482,-0.358887 0.0456,-0.143553 0.0684,-0.307615 0.0684,-0.492187 l 0,-2.143066 0.61524,0 0,2.908691 c -10e-6,0.07748 -10e-6,0.159506 0,0.246094 0.002,0.08431 0.005,0.165202 0.007,0.242675 0.002,0.0752 0.005,0.140137 0.007,0.194825 0.002,0.05469 0.005,0.09001 0.007,0.105957 l -0.58105,0 c -0.002,-0.01139 -0.005,-0.04216 -0.007,-0.09229 -0.002,-0.05013 -0.006,-0.107097 -0.0102,-0.170899 -0.002,-0.06608 -0.005,-0.132161 -0.007,-0.198242 -0.002,-0.06836 -0.003,-0.125325 -0.003,-0.170898 l -0.0103,0 c -0.0593,0.107096 -0.12419,0.203939 -0.19482,0.290527 -0.0706,0.08659 -0.15267,0.160645 -0.2461,0.222168 -0.0934,0.05924 -0.20052,0.104818 -0.32128,0.136719 -0.12077,0.03418 -0.26091,0.05127 -0.42041,0.05127 -0.20508,0 -0.38168,-0.02506 -0.52979,-0.07519 -0.14811,-0.05013 -0.27002,-0.127604 -0.36572,-0.232422 -0.0957,-0.104817 -0.16634,-0.239257 -0.21192,-0.40332 -0.0433,-0.164062 -0.0649,-0.361165 -0.0649,-0.591309 l 0,-2.464355 0.61865,0"
+ id="path3295"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 314.84924,27.338617 c 0,0.328128 -0.0387,0.628909 -0.11621,0.902344 -0.0752,0.27116 -0.18002,0.504721 -0.31445,0.700684 -0.13445,0.195964 -0.29623,0.348633 -0.48535,0.458007 -0.18686,0.109376 -0.3908,0.164063 -0.61182,0.164063 -0.12761,0 -0.23698,-0.01481 -0.32812,-0.04443 -0.0889,-0.0319 -0.16179,-0.07405 -0.21875,-0.126464 -0.057,-0.05469 -0.098,-0.118489 -0.12305,-0.191407 -0.0251,-0.07292 -0.0376,-0.152668 -0.0376,-0.239258 0,-0.03418 10e-4,-0.07519 0.003,-0.123046 0.002,-0.05013 0.005,-0.08887 0.007,-0.116211 l -0.0205,0 c -0.0547,0.10254 -0.12191,0.205079 -0.20166,0.307617 -0.0775,0.100261 -0.16977,0.190267 -0.27686,0.270019 -0.10482,0.07747 -0.22445,0.141277 -0.35888,0.191407 -0.13217,0.04785 -0.27914,0.07178 -0.44092,0.07178 -0.19141,0 -0.35889,-0.03304 -0.50244,-0.09912 -0.14128,-0.06608 -0.25863,-0.157226 -0.35205,-0.273438 -0.0911,-0.118488 -0.15951,-0.257486 -0.20508,-0.416992 -0.0456,-0.161782 -0.0684,-0.337238 -0.0684,-0.526367 0,-0.273436 0.0399,-0.53548 0.11963,-0.786133 0.082,-0.252927 0.19824,-0.475095 0.34863,-0.666504 0.15039,-0.193681 0.3304,-0.348629 0.54004,-0.464843 0.21191,-0.116208 0.44775,-0.174313 0.70752,-0.174317 0.13671,4e-6 0.25976,0.01595 0.36914,0.04785 0.10937,0.02963 0.20507,0.07178 0.28711,0.126465 0.0843,0.05469 0.15722,0.120771 0.21875,0.198242 0.0615,0.0752 0.11279,0.158369 0.15381,0.249511 l 0.0205,0 0.13331,-0.546875 0.5332,0 -0.39649,1.729493 c -0.0433,0.191408 -0.0752,0.35547 -0.0957,0.492187 -0.0205,0.13672 -0.0308,0.260906 -0.0308,0.372559 -10e-6,0.109376 0.0239,0.190268 0.0718,0.242676 0.0501,0.05241 0.11848,0.07861 0.20507,0.07861 0.14128,10e-7 0.2723,-0.04557 0.39307,-0.136719 0.12304,-0.09342 0.229,-0.221027 0.31787,-0.382812 0.0911,-0.161783 0.16178,-0.35205 0.21192,-0.570801 0.0524,-0.218748 0.0786,-0.455727 0.0786,-0.710938 -10e-6,-0.293942 -0.0479,-0.567379 -0.14356,-0.820312 -0.0934,-0.252926 -0.23242,-0.471676 -0.41699,-0.65625 -0.18229,-0.184566 -0.40902,-0.32926 -0.68017,-0.434082 -0.27117,-0.104813 -0.58448,-0.157222 -0.93994,-0.157227 -0.30535,5e-6 -0.5879,0.03646 -0.84766,0.109375 -0.25749,0.07292 -0.49105,0.17546 -0.70068,0.307617 -0.20964,0.132166 -0.39421,0.290532 -0.55372,0.475098 -0.15722,0.182295 -0.28938,0.382816 -0.39648,0.601563 -0.1071,0.218752 -0.18799,0.453453 -0.24268,0.704101 -0.0547,0.248375 -0.082,0.503583 -0.082,0.765625 0,0.32129 0.049,0.617514 0.14698,0.888672 0.098,0.271159 0.24039,0.50472 0.42724,0.700684 0.18913,0.193684 0.42155,0.345214 0.69727,0.454589 0.27799,0.109375 0.597,0.164062 0.95703,0.164063 0.23925,-1e-6 0.46256,-0.01937 0.66992,-0.05811 0.20735,-0.03646 0.39762,-0.08203 0.5708,-0.136718 0.17317,-0.05469 0.32812,-0.115072 0.46485,-0.181153 0.13671,-0.0638 0.2552,-0.123047 0.35546,-0.177734 l 0.18799,0.382812 c -0.11394,0.06836 -0.24838,0.137858 -0.40332,0.208497 -0.15267,0.07292 -0.32357,0.138996 -0.51269,0.198242 -0.18914,0.05924 -0.39535,0.107095 -0.61866,0.143554 -0.22331,0.03874 -0.46143,0.05811 -0.71435,0.05811 -0.43295,-1e-6 -0.81804,-0.06608 -1.15527,-0.198242 -0.33497,-0.129884 -0.61866,-0.312175 -0.85108,-0.546875 -0.23014,-0.234701 -0.4056,-0.513835 -0.52637,-0.837403 -0.11849,-0.323566 -0.17773,-0.677895 -0.17773,-1.062988 0,-0.31673 0.0353,-0.620929 0.10596,-0.912598 0.0729,-0.291663 0.17659,-0.562822 0.31103,-0.813476 0.13444,-0.250648 0.2985,-0.478512 0.49219,-0.683594 0.19368,-0.205074 0.41243,-0.380529 0.65625,-0.526367 0.24609,-0.145829 0.51383,-0.258622 0.80322,-0.338379 0.29167,-0.07975 0.60156,-0.119624 0.92969,-0.119629 0.458,5e-6 0.85335,0.06723 1.18603,0.20166 0.33268,0.134445 0.60726,0.315597 0.82374,0.543457 0.21874,0.227869 0.38052,0.492192 0.48535,0.792969 0.10481,0.300785 0.15722,0.618655 0.15722,0.953613 m -2.07129,0.02734 c 0,-0.11393 -0.0194,-0.218747 -0.0581,-0.314453 -0.0387,-0.0957 -0.0946,-0.177731 -0.16748,-0.246094 -0.0706,-0.06836 -0.15723,-0.120765 -0.25977,-0.157226 -0.10026,-0.03873 -0.21419,-0.0581 -0.34179,-0.05811 -0.19597,3e-6 -0.36801,0.04899 -0.51612,0.146973 -0.14811,0.09571 -0.2723,0.222171 -0.37256,0.379394 -0.098,0.15723 -0.17318,0.334964 -0.22558,0.533203 -0.0501,0.195966 -0.0752,0.393069 -0.0752,0.591309 0,0.273439 0.0536,0.487631 0.16065,0.642578 0.10937,0.154949 0.27685,0.232423 0.50244,0.232422 0.15722,1e-6 0.30419,-0.03532 0.44092,-0.105957 0.13671,-0.07064 0.25976,-0.164061 0.36914,-0.280273 0.10937,-0.11621 0.20393,-0.249511 0.28369,-0.399903 0.0797,-0.150389 0.14013,-0.306476 0.18115,-0.468261 0.0205,-0.08203 0.0387,-0.168618 0.0547,-0.259766 0.0159,-0.09114 0.0239,-0.169757 0.0239,-0.23584"
+ id="path3297"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 318.27747,29.919184 0,-2.344727 c -10e-6,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12646,-0.290527 -0.0592,-0.07519 -0.13787,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21534,-0.04785 -0.35889,-0.04785 -0.14584,3e-6 -0.278,0.02621 -0.39649,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14583,0.215335 -0.1914,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61524,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 -1e-5,-0.08659 -0.001,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58105,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09229 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0103,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0103,0 c 0.0592,-0.107093 0.12418,-0.203936 0.19482,-0.290528 0.0706,-0.08658 0.15267,-0.159501 0.2461,-0.21875 0.0934,-0.06152 0.20051,-0.108232 0.32128,-0.140136 0.12077,-0.03418 0.26091,-0.05127 0.42041,-0.05127 0.20508,4e-6 0.38168,0.02507 0.52979,0.0752 0.14811,0.05013 0.27002,0.127608 0.36572,0.232422 0.0957,0.104821 0.1652,0.240401 0.2085,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3299"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 319.82581,29.919184 0,-5.072266 0.61523,0 0,5.072266 -0.61523,0"
+ id="path3301"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 323.73254,29.919184 0,-2.344727 c 0,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12647,-0.290527 -0.0592,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35888,-0.04785 -0.14584,3e-6 -0.278,0.02621 -0.39649,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14583,0.215335 -0.1914,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61524,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58106,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09229 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0102,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0103,0 c 0.0592,-0.107093 0.12418,-0.203936 0.19482,-0.290528 0.0706,-0.08658 0.15267,-0.159501 0.24609,-0.21875 0.0934,-0.06152 0.20052,-0.108232 0.32129,-0.140136 0.12077,-0.03418 0.26091,-0.05127 0.42041,-0.05127 0.20508,4e-6 0.38167,0.02507 0.52979,0.0752 0.14811,0.05013 0.27001,0.127608 0.36572,0.232422 0.0957,0.104821 0.1652,0.240401 0.2085,0.406739 0.0456,0.164065 0.0683,0.360028 0.0684,0.58789 l 0,2.464356 -0.61866,0"
+ id="path3303"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 325.75256,28.199945 c 0,0.193687 0.0194,0.37256 0.0581,0.536622 0.041,0.161784 0.10254,0.301921 0.18457,0.42041 0.0843,0.116211 0.1914,0.207357 0.32129,0.273437 0.12988,0.0638 0.28597,0.0957 0.46826,0.0957 0.2666,1e-6 0.47965,-0.05355 0.63916,-0.160644 0.16178,-0.107096 0.27116,-0.242675 0.32813,-0.406738 l 0.54003,0.153808 c -0.0387,0.10254 -0.0934,0.206218 -0.16406,0.311035 -0.0684,0.10254 -0.16065,0.195964 -0.27685,0.280274 -0.11622,0.08203 -0.26205,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.38282,0.07861 -0.62891,0.07861 -0.54688,0 -0.96387,-0.162923 -1.25098,-0.488769 -0.28483,-0.325846 -0.42724,-0.810058 -0.42724,-1.452637 0,-0.346352 0.0433,-0.639158 0.12988,-0.878418 0.0866,-0.241534 0.20508,-0.437497 0.35547,-0.587891 0.15039,-0.150387 0.32584,-0.258622 0.52637,-0.324707 0.20052,-0.06836 0.41471,-0.102535 0.64257,-0.102539 0.3099,4e-6 0.56852,0.05013 0.77588,0.150391 0.20964,0.100264 0.37712,0.239261 0.50244,0.416992 0.12761,0.175459 0.21761,0.382815 0.27002,0.62207 0.0547,0.23926 0.082,0.497886 0.082,0.775879 l 0,0.08203 -2.63868,0 m 2.00293,-0.471679 c -0.0342,-0.389646 -0.1333,-0.673337 -0.29736,-0.851074 -0.16407,-0.18001 -0.3999,-0.270017 -0.70752,-0.27002 -0.10254,3e-6 -0.21078,0.01709 -0.32471,0.05127 -0.11165,0.0319 -0.21533,0.09001 -0.31103,0.174316 -0.0957,0.08431 -0.1766,0.199384 -0.24268,0.345215 -0.0661,0.143557 -0.10368,0.326988 -0.11279,0.550293 l 1.99609,0"
+ id="path3305"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 330.59924,29.89184 c -0.0934,0.02507 -0.18913,0.04443 -0.28711,0.05811 -0.0957,0.01595 -0.20735,0.02393 -0.33496,0.02393 -0.49219,0 -0.73828,-0.279134 -0.73828,-0.837402 l 0,-2.467774 -0.42724,0 0,-0.447753 0.45117,0 0.18115,-0.827149 0.41016,0 0,0.827149 0.68359,0 0,0.447753 -0.68359,0 0,2.334473 c -10e-6,0.177735 0.0285,0.303061 0.0854,0.375977 0.0592,0.07064 0.16064,0.105957 0.30419,0.105957 0.0593,0 0.11621,-0.0046 0.1709,-0.01367 0.057,-0.0091 0.11849,-0.02051 0.18457,-0.03418 l 0,0.45459"
+ id="path3307"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 331.28625,29.919184 0,-0.748535 0.66651,0 0,0.748535 -0.66651,0"
+ id="path3309"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 335.40833,29.919184 0,-2.344727 c -10e-6,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12647,-0.290527 -0.0592,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35888,-0.04785 -0.14584,3e-6 -0.278,0.02621 -0.39649,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14583,0.215335 -0.1914,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61524,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58106,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09229 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0103,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0103,0 c 0.0592,-0.107093 0.12418,-0.203936 0.19482,-0.290528 0.0706,-0.08658 0.15267,-0.159501 0.2461,-0.21875 0.0934,-0.06152 0.20051,-0.108232 0.32128,-0.140136 0.12077,-0.03418 0.26091,-0.05127 0.42041,-0.05127 0.20508,4e-6 0.38167,0.02507 0.52979,0.0752 0.14811,0.05013 0.27002,0.127608 0.36572,0.232422 0.0957,0.104821 0.1652,0.240401 0.2085,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3311"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 336.95667,29.919184 0,-5.072266 0.61523,0 0,5.072266 -0.61523,0"
+ id="path3313"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 265.97229,38.669184 -0.71436,-1.517578 -1.29882,1.517578 -0.68018,0 1.68164,-1.900391 -0.90234,-1.797851 0.64599,0 0.65967,1.438964 1.19629,-1.438964 0.7041,0 -1.60303,1.791015 0.96045,1.907227 -0.64941,0"
+ id="path3315"
+ style="font-style:italic" />
+ <path
+ d="m 269.31506,38.669184 0.42383,-2.166992 c 0.009,-0.04557 0.0182,-0.0957 0.0273,-0.150391 0.0114,-0.05468 0.0205,-0.109373 0.0273,-0.164063 0.009,-0.05469 0.0159,-0.105954 0.0205,-0.153808 0.007,-0.05013 0.0102,-0.09228 0.0102,-0.126465 0,-0.170896 -0.0433,-0.300778 -0.12988,-0.389648 -0.0866,-0.09114 -0.22787,-0.136716 -0.42383,-0.136719 -0.12989,3e-6 -0.25407,0.02962 -0.37256,0.08887 -0.11621,0.05697 -0.22103,0.139 -0.31445,0.246094 -0.0934,0.10482 -0.17432,0.233564 -0.24268,0.38623 -0.0684,0.150393 -0.11849,0.317874 -0.15039,0.502442 l -0.40332,2.064453 -0.61181,0 0.56738,-2.908692 c 0.016,-0.07747 0.0308,-0.158362 0.0444,-0.242675 0.0159,-0.08659 0.0296,-0.167478 0.041,-0.242676 0.0137,-0.07747 0.0239,-0.143551 0.0308,-0.198242 0.009,-0.05468 0.0148,-0.09 0.0171,-0.105957 l 0.58105,0 c 0,0.0114 -0.003,0.04216 -0.0102,0.09228 -0.007,0.05013 -0.016,0.108239 -0.0273,0.174316 -0.009,0.06381 -0.0194,0.129886 -0.0308,0.198242 -0.009,0.06608 -0.0182,0.121911 -0.0273,0.167481 l 0.0102,0 c 0.0684,-0.107093 0.139,-0.203936 0.21192,-0.290528 0.0729,-0.08659 0.15267,-0.159501 0.23926,-0.21875 0.0866,-0.06152 0.18229,-0.108232 0.28711,-0.140136 0.10709,-0.0319 0.22786,-0.04785 0.3623,-0.04785 0.27571,4e-6 0.49446,0.06836 0.65625,0.205078 0.16178,0.134444 0.25862,0.330407 0.29053,0.587891 0.0729,-0.113929 0.14811,-0.218747 0.22558,-0.314453 0.0775,-0.0957 0.16292,-0.17887 0.25635,-0.249512 0.0957,-0.07291 0.20052,-0.12874 0.31445,-0.16748 0.11621,-0.04101 0.24723,-0.06152 0.39307,-0.06152 0.30761,4e-6 0.54345,0.08317 0.70752,0.249512 0.16634,0.166344 0.24951,0.406741 0.24951,0.721191 0,0.08203 -0.008,0.174319 -0.0239,0.276856 -0.0137,0.102541 -0.0296,0.197105 -0.0479,0.283691 l -0.43408,2.231934 -0.6084,0 0.42383,-2.166992 c 0.009,-0.04557 0.0182,-0.0957 0.0274,-0.150391 0.0114,-0.05468 0.0205,-0.109373 0.0273,-0.164063 0.009,-0.05469 0.016,-0.105954 0.0205,-0.153808 0.007,-0.05013 0.0103,-0.09228 0.0103,-0.126465 0,-0.170896 -0.0433,-0.300778 -0.12988,-0.389648 -0.0866,-0.09114 -0.22787,-0.136716 -0.42383,-0.136719 -0.12989,3e-6 -0.25407,0.02849 -0.37256,0.08545 -0.11621,0.05697 -0.22103,0.137861 -0.31445,0.242676 -0.0934,0.10482 -0.17432,0.232424 -0.24268,0.382812 -0.0684,0.150393 -0.11849,0.317874 -0.15039,0.502442 l -0.40332,2.074707 -0.6084,0"
+ id="path3317"
+ style="font-style:italic" />
+ <path
+ d="m 274.79065,38.737543 c -0.28028,0 -0.50928,-0.05925 -0.68701,-0.177734 -0.17546,-0.11849 -0.29965,-0.284831 -0.37256,-0.499024 l -0.0171,0 c 0,0.0046 -0.002,0.02734 -0.007,0.06836 -0.005,0.03874 -0.0114,0.08773 -0.0205,0.146972 -0.009,0.05925 -0.0205,0.124187 -0.0342,0.194825 -0.0114,0.07064 -0.0239,0.138997 -0.0376,0.205078 l -0.28028,1.4458 -0.61181,0 0.85107,-4.395507 c 0.0182,-0.08886 0.0342,-0.174314 0.0478,-0.256348 0.0137,-0.08203 0.0251,-0.156084 0.0342,-0.222168 0.0114,-0.06836 0.0194,-0.126461 0.0239,-0.174316 0.007,-0.04785 0.0114,-0.08203 0.0137,-0.102539 l 0.5708,0 c 0,0.01823 -10e-4,0.04785 -0.003,0.08887 -0.002,0.04102 -0.007,0.08773 -0.0137,0.140136 -0.005,0.05013 -0.0102,0.103682 -0.0171,0.160645 -0.007,0.05697 -0.0148,0.110518 -0.0239,0.160645 l 0.0137,0 c 0.082,-0.107094 0.1652,-0.199379 0.24951,-0.276856 0.0866,-0.07747 0.17773,-0.141272 0.27344,-0.191406 0.098,-0.05241 0.2028,-0.09 0.31445,-0.112793 0.11165,-0.02506 0.23584,-0.03759 0.37256,-0.0376 0.18229,4e-6 0.34407,0.02849 0.48535,0.08545 0.14127,0.05697 0.25976,0.137862 0.35547,0.242676 0.0957,0.104821 0.16862,0.232425 0.21875,0.382813 0.0501,0.148115 0.0752,0.314456 0.0752,0.499023 -1e-5,0.113935 -0.006,0.23926 -0.0171,0.375977 -0.009,0.134442 -0.0273,0.273439 -0.0547,0.416992 -0.0615,0.323569 -0.14242,0.601564 -0.24268,0.833984 -0.10026,0.230144 -0.22103,0.419272 -0.3623,0.567383 -0.14128,0.148112 -0.30307,0.257487 -0.48535,0.328125 -0.1823,0.06836 -0.38624,0.102539 -0.61182,0.102539 m 0.46143,-3.359863 c -0.14584,3e-6 -0.28484,0.02165 -0.417,0.06494 -0.12988,0.0433 -0.25065,0.118493 -0.3623,0.225586 -0.11166,0.104821 -0.21078,0.247236 -0.29736,0.427246 -0.0843,0.180016 -0.15268,0.406741 -0.20508,0.680176 -0.0433,0.223309 -0.065,0.424969 -0.0649,0.604981 -10e-6,0.145834 0.0194,0.275717 0.0581,0.389648 0.0387,0.111654 0.0934,0.206218 0.16406,0.283691 0.0729,0.0752 0.15951,0.132162 0.25977,0.170899 0.10254,0.03874 0.21533,0.05811 0.33838,0.0581 0.14127,10e-7 0.26888,-0.02051 0.38281,-0.06152 0.11393,-0.04329 0.21647,-0.116211 0.30762,-0.21875 0.0934,-0.104817 0.17545,-0.243814 0.24609,-0.416992 0.0706,-0.175455 0.13102,-0.395344 0.18115,-0.659668 0.0524,-0.275714 0.0786,-0.510415 0.0786,-0.704102 -1e-5,-0.280271 -0.0536,-0.491045 -0.16065,-0.632324 -0.1071,-0.141273 -0.27686,-0.211911 -0.50927,-0.211914"
+ id="path3319"
+ style="font-style:italic" />
+ <path
+ d="m 278.68713,38.737543 c -0.28027,0 -0.50927,-0.05925 -0.68701,-0.177734 -0.17545,-0.11849 -0.29964,-0.284831 -0.37256,-0.499024 l -0.0171,0 c 0,0.0046 -0.002,0.02734 -0.007,0.06836 -0.005,0.03874 -0.0114,0.08773 -0.0205,0.146972 -0.009,0.05925 -0.0205,0.124187 -0.0342,0.194825 -0.0114,0.07064 -0.0239,0.138997 -0.0376,0.205078 l -0.28027,1.4458 -0.61182,0 0.85108,-4.395507 c 0.0182,-0.08886 0.0342,-0.174314 0.0478,-0.256348 0.0137,-0.08203 0.0251,-0.156084 0.0342,-0.222168 0.0114,-0.06836 0.0194,-0.126461 0.0239,-0.174316 0.007,-0.04785 0.0114,-0.08203 0.0137,-0.102539 l 0.5708,0 c 0,0.01823 -10e-4,0.04785 -0.003,0.08887 -0.002,0.04102 -0.007,0.08773 -0.0137,0.140136 -0.005,0.05013 -0.0103,0.103682 -0.0171,0.160645 -0.007,0.05697 -0.0148,0.110518 -0.0239,0.160645 l 0.0137,0 c 0.082,-0.107094 0.1652,-0.199379 0.24951,-0.276856 0.0866,-0.07747 0.17774,-0.141272 0.27344,-0.191406 0.098,-0.05241 0.2028,-0.09 0.31446,-0.112793 0.11165,-0.02506 0.23583,-0.03759 0.37255,-0.0376 0.18229,4e-6 0.34408,0.02849 0.48536,0.08545 0.14127,0.05697 0.25976,0.137862 0.35546,0.242676 0.0957,0.104821 0.16862,0.232425 0.21875,0.382813 0.0501,0.148115 0.0752,0.314456 0.0752,0.499023 0,0.113935 -0.006,0.23926 -0.0171,0.375977 -0.009,0.134442 -0.0273,0.273439 -0.0547,0.416992 -0.0615,0.323569 -0.14242,0.601564 -0.24267,0.833984 -0.10027,0.230144 -0.22104,0.419272 -0.36231,0.567383 -0.14128,0.148112 -0.30306,0.257487 -0.48535,0.328125 -0.18229,0.06836 -0.38623,0.102539 -0.61182,0.102539 m 0.46143,-3.359863 c -0.14584,3e-6 -0.28483,0.02165 -0.41699,0.06494 -0.12989,0.0433 -0.25066,0.118493 -0.36231,0.225586 -0.11165,0.104821 -0.21077,0.247236 -0.29736,0.427246 -0.0843,0.180016 -0.15267,0.406741 -0.20508,0.680176 -0.0433,0.223309 -0.0649,0.424969 -0.0649,0.604981 0,0.145834 0.0194,0.275717 0.0581,0.389648 0.0387,0.111654 0.0934,0.206218 0.16406,0.283691 0.0729,0.0752 0.1595,0.132162 0.25976,0.170899 0.10254,0.03874 0.21533,0.05811 0.33838,0.0581 0.14128,10e-7 0.26888,-0.02051 0.38281,-0.06152 0.11393,-0.04329 0.21647,-0.116211 0.30762,-0.21875 0.0934,-0.104817 0.17546,-0.243814 0.2461,-0.416992 0.0706,-0.175455 0.13102,-0.395344 0.18115,-0.659668 0.0524,-0.275714 0.0786,-0.510415 0.0786,-0.704102 0,-0.280271 -0.0536,-0.491045 -0.16064,-0.632324 -0.1071,-0.141273 -0.27686,-0.211911 -0.50928,-0.211914"
+ id="path3321"
+ style="font-style:italic" />
+ <path
+ d="m 280.29358,38.737543 2.40283,-5.140625 0.54004,0 -2.39258,5.140625 -0.55029,0"
+ id="path3323"
+ style="font-style:italic" />
+ <path
+ d="m 285.73157,37.585688 c -10e-6,0.193685 -0.0387,0.363444 -0.11621,0.509277 -0.0775,0.143555 -0.18799,0.263184 -0.33155,0.358887 -0.14128,0.0957 -0.31331,0.16748 -0.51611,0.215332 -0.2028,0.04557 -0.43067,0.06836 -0.68359,0.06836 -0.21192,0 -0.39763,-0.01823 -0.55713,-0.05469 -0.15951,-0.03646 -0.29737,-0.08887 -0.41358,-0.157227 -0.11393,-0.07064 -0.20963,-0.157226 -0.28711,-0.259766 -0.0752,-0.104817 -0.13444,-0.224446 -0.17773,-0.358886 L 283.151,37.71557 c 0.0342,0.09115 0.0775,0.173178 0.12988,0.246094 0.0547,0.07064 0.12077,0.131023 0.19825,0.181153 0.0797,0.04785 0.17317,0.08431 0.28027,0.109375 0.10937,0.02506 0.23584,0.0376 0.37939,0.0376 0.14584,1e-6 0.27914,-0.01139 0.39991,-0.03418 0.12304,-0.02506 0.22786,-0.0638 0.31445,-0.116211 0.0889,-0.05241 0.15722,-0.119629 0.20508,-0.201661 0.0501,-0.08203 0.0752,-0.181151 0.0752,-0.297363 0,-0.09114 -0.0217,-0.168618 -0.0649,-0.232422 -0.0433,-0.06608 -0.10482,-0.123045 -0.18457,-0.170898 -0.0775,-0.05013 -0.17318,-0.0957 -0.28711,-0.136719 -0.11165,-0.04329 -0.23698,-0.08659 -0.37597,-0.129883 -0.14812,-0.04785 -0.28939,-0.100258 -0.42383,-0.157226 -0.13217,-0.05696 -0.24952,-0.125324 -0.35205,-0.205078 -0.10026,-0.07975 -0.18116,-0.173175 -0.24268,-0.280274 -0.0592,-0.109372 -0.0889,-0.236976 -0.0889,-0.382812 0,-0.186846 0.0399,-0.345212 0.11963,-0.475098 0.082,-0.132158 0.19141,-0.239254 0.32813,-0.321289 0.13899,-0.08203 0.29964,-0.141272 0.48193,-0.177734 0.18457,-0.03873 0.37939,-0.0581 0.58447,-0.05811 0.18685,4e-6 0.35775,0.01595 0.5127,0.04785 0.15494,0.0319 0.29052,0.08317 0.40674,0.153808 0.1162,0.06836 0.21191,0.15837 0.28711,0.27002 0.0752,0.109378 0.12646,0.242679 0.15381,0.399902 l -0.55713,0.08545 c -0.0501,-0.18001 -0.1447,-0.309892 -0.2837,-0.389648 -0.139,-0.07975 -0.32584,-0.119626 -0.56054,-0.119629 -0.12077,3e-6 -0.2347,0.0091 -0.3418,0.02734 -0.10482,0.01823 -0.1971,0.04785 -0.27685,0.08887 -0.0798,0.04102 -0.14356,0.09457 -0.19141,0.160644 -0.0456,0.06608 -0.0684,0.145837 -0.0684,0.239258 0,0.09343 0.0217,0.172041 0.0649,0.23584 0.0433,0.06153 0.10368,0.116213 0.18115,0.164063 0.0797,0.04785 0.17432,0.09115 0.2837,0.129882 0.11165,0.03646 0.23583,0.07634 0.37255,0.119629 0.12988,0.04102 0.26091,0.08887 0.39307,0.143555 0.13444,0.05469 0.25521,0.123049 0.3623,0.205078 0.1071,0.07975 0.19483,0.177736 0.26319,0.293945 0.0684,0.113934 0.10253,0.252931 0.10254,0.416993"
+ id="path3325"
+ style="font-style:italic" />
+ <path
+ d="m 287.11243,34.184809 0.11621,-0.587891 0.61523,0 -0.11621,0.587891 -0.61523,0 m -0.86817,4.484375 0.71778,-3.698242 0.61523,0 -0.72119,3.698242 -0.61182,0"
+ id="path3327"
+ style="font-style:italic" />
+ <path
+ d="m 289.58362,38.737543 c -0.28028,0 -0.50928,-0.05925 -0.68701,-0.177734 -0.17546,-0.11849 -0.29965,-0.284831 -0.37256,-0.499024 l -0.0171,0 c 0,0.0046 -0.002,0.02734 -0.007,0.06836 -0.005,0.03874 -0.0114,0.08773 -0.0205,0.146972 -0.009,0.05925 -0.0205,0.124187 -0.0342,0.194825 -0.0114,0.07064 -0.0239,0.138997 -0.0376,0.205078 l -0.28028,1.4458 -0.61181,0 0.85107,-4.395507 c 0.0182,-0.08886 0.0342,-0.174314 0.0478,-0.256348 0.0137,-0.08203 0.0251,-0.156084 0.0342,-0.222168 0.0114,-0.06836 0.0194,-0.126461 0.0239,-0.174316 0.007,-0.04785 0.0114,-0.08203 0.0137,-0.102539 l 0.5708,0 c 0,0.01823 -10e-4,0.04785 -0.003,0.08887 -0.002,0.04102 -0.007,0.08773 -0.0137,0.140136 -0.005,0.05013 -0.0103,0.103682 -0.0171,0.160645 -0.007,0.05697 -0.0148,0.110518 -0.0239,0.160645 l 0.0137,0 c 0.082,-0.107094 0.1652,-0.199379 0.24951,-0.276856 0.0866,-0.07747 0.17773,-0.141272 0.27344,-0.191406 0.098,-0.05241 0.20279,-0.09 0.31445,-0.112793 0.11165,-0.02506 0.23584,-0.03759 0.37256,-0.0376 0.18229,4e-6 0.34407,0.02849 0.48535,0.08545 0.14127,0.05697 0.25976,0.137862 0.35547,0.242676 0.0957,0.104821 0.16861,0.232425 0.21875,0.382813 0.0501,0.148115 0.0752,0.314456 0.0752,0.499023 0,0.113935 -0.006,0.23926 -0.0171,0.375977 -0.009,0.134442 -0.0273,0.273439 -0.0547,0.416992 -0.0615,0.323569 -0.14242,0.601564 -0.24268,0.833984 -0.10026,0.230144 -0.22103,0.419272 -0.3623,0.567383 -0.14128,0.148112 -0.30307,0.257487 -0.48536,0.328125 -0.18229,0.06836 -0.38623,0.102539 -0.61181,0.102539 m 0.46142,-3.359863 c -0.14583,3e-6 -0.28483,0.02165 -0.41699,0.06494 -0.12988,0.0433 -0.25065,0.118493 -0.3623,0.225586 -0.11166,0.104821 -0.21078,0.247236 -0.29737,0.427246 -0.0843,0.180016 -0.15267,0.406741 -0.20507,0.680176 -0.0433,0.223309 -0.065,0.424969 -0.065,0.604981 0,0.145834 0.0194,0.275717 0.0581,0.389648 0.0387,0.111654 0.0934,0.206218 0.16406,0.283691 0.0729,0.0752 0.15951,0.132162 0.25977,0.170899 0.10254,0.03874 0.21533,0.05811 0.33838,0.0581 0.14127,10e-7 0.26887,-0.02051 0.38281,-0.06152 0.11393,-0.04329 0.21647,-0.116211 0.30762,-0.21875 0.0934,-0.104817 0.17545,-0.243814 0.24609,-0.416992 0.0706,-0.175455 0.13102,-0.395344 0.18115,-0.659668 0.0524,-0.275714 0.0786,-0.510415 0.0786,-0.704102 -10e-6,-0.280271 -0.0536,-0.491045 -0.16065,-0.632324 -0.1071,-0.141273 -0.27686,-0.211911 -0.50928,-0.211914"
+ id="path3329"
+ style="font-style:italic" />
+ <path
+ d="m 292.44446,35.678461 0.14013,-0.707519 0.66651,0 -0.14014,0.707519 -0.6665,0 m -0.58106,2.990723 0.14014,-0.70752 0.6665,0 -0.14013,0.70752 -0.66651,0"
+ id="path3331"
+ style="font-style:italic" />
+ <path
+ d="m 299.06848,36.802973 c 0,1.289714 -0.45345,1.93457 -1.36035,1.93457 -0.28028,0 -0.51384,-0.05013 -0.70068,-0.150391 -0.18458,-0.102538 -0.33497,-0.266601 -0.45118,-0.492187 l -0.007,0 c 0,0.05924 -0.002,0.120769 -0.007,0.18457 -0.002,0.0638 -0.006,0.123047 -0.0102,0.177735 -0.002,0.05469 -0.006,0.1014 -0.0103,0.140136 -0.002,0.03874 -0.005,0.06266 -0.007,0.07178 l -0.59473,0 c 0.002,-0.02051 0.005,-0.05469 0.007,-0.102539 0.002,-0.05013 0.005,-0.109375 0.007,-0.177735 0.002,-0.06836 0.003,-0.143554 0.003,-0.225586 0.002,-0.08203 0.003,-0.167479 0.003,-0.256347 l 0,-4.310059 0.61523,0 0,1.445801 c 0,0.06836 -0.001,0.134443 -0.003,0.198242 0,0.06153 -0.001,0.116214 -0.003,0.164063 -0.002,0.05697 -0.005,0.110517 -0.007,0.160644 l 0.0137,0 c 0.11394,-0.236976 0.26433,-0.406735 0.45118,-0.509277 0.18912,-0.102536 0.42268,-0.153805 0.70068,-0.153809 0.46712,4e-6 0.81006,0.15723 1.02881,0.47168 0.22102,0.314456 0.33154,0.790692 0.33154,1.428711 m -0.64599,0.02051 c -10e-6,-0.255207 -0.016,-0.473956 -0.0479,-0.65625 -0.0319,-0.182289 -0.0832,-0.331541 -0.1538,-0.447754 -0.0707,-0.118487 -0.16065,-0.205075 -0.27002,-0.259766 -0.10938,-0.05468 -0.24268,-0.08203 -0.39991,-0.08203 -0.16178,3e-6 -0.30534,0.02621 -0.43066,0.07861 -0.12305,0.05241 -0.22673,0.136722 -0.31104,0.25293 -0.082,0.116214 -0.14469,0.268883 -0.18798,0.458008 -0.0433,0.18913 -0.065,0.420412 -0.065,0.693847 0,0.264325 0.0217,0.486492 0.065,0.666504 0.0433,0.180014 0.10595,0.326987 0.18798,0.440918 0.0843,0.111654 0.18799,0.192546 0.31104,0.242676 0.12304,0.04785 0.26432,0.07178 0.42383,0.07178 0.15039,10e-7 0.28027,-0.0262 0.38965,-0.07861 0.10937,-0.05241 0.20051,-0.136718 0.27343,-0.25293 0.0729,-0.11621 0.12647,-0.2666 0.16065,-0.451172 0.0365,-0.186847 0.0547,-0.412433 0.0547,-0.676757"
+ id="path3333"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 300.43909,34.970942 0,2.344726 c 0,0.180014 0.0125,0.330405 0.0376,0.451172 0.0274,0.120769 0.0706,0.218751 0.12989,0.293945 0.0592,0.07292 0.13671,0.125326 0.23242,0.157227 0.098,0.02962 0.21875,0.04443 0.3623,0.04443 0.14584,10e-7 0.27686,-0.02506 0.39307,-0.0752 0.11849,-0.05241 0.21875,-0.126464 0.30078,-0.222168 0.0843,-0.09798 0.14925,-0.21761 0.19483,-0.358887 0.0456,-0.143553 0.0684,-0.307615 0.0684,-0.492187 l 0,-2.143066 0.61523,0 0,2.908691 c 0,0.07747 0,0.159506 0,0.246094 0.002,0.08431 0.005,0.165202 0.007,0.242675 0.002,0.0752 0.005,0.140137 0.007,0.194825 0.002,0.05469 0.005,0.09001 0.007,0.105957 l -0.58106,0 c -0.002,-0.01139 -0.005,-0.04216 -0.007,-0.09229 -0.002,-0.05013 -0.006,-0.107097 -0.0103,-0.170899 -0.002,-0.06608 -0.005,-0.132161 -0.007,-0.198242 -0.002,-0.06836 -0.003,-0.125325 -0.003,-0.170898 l -0.0103,0 c -0.0592,0.107096 -0.12419,0.203939 -0.19483,0.290527 -0.0706,0.08659 -0.15267,0.160645 -0.24609,0.222168 -0.0934,0.05925 -0.20053,0.104818 -0.32129,0.136719 -0.12077,0.03418 -0.26091,0.05127 -0.42041,0.05127 -0.20508,0 -0.38168,-0.02507 -0.52979,-0.0752 -0.14811,-0.05013 -0.27002,-0.127604 -0.36572,-0.232422 -0.0957,-0.104817 -0.16634,-0.239257 -0.21191,-0.40332 -0.0433,-0.164062 -0.065,-0.361165 -0.065,-0.591309 l 0,-2.464355 0.61866,0"
+ id="path3335"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 303.74768,38.669184 0,-2.836914 c 0,-0.07747 -10e-4,-0.156085 -0.003,-0.23584 0,-0.08203 -0.001,-0.160641 -0.003,-0.23584 -0.002,-0.07519 -0.005,-0.14583 -0.007,-0.211914 -0.002,-0.06608 -0.005,-0.125322 -0.007,-0.177734 l 0.58106,0 c 0.002,0.05241 0.005,0.112796 0.007,0.181152 0.005,0.06608 0.008,0.134443 0.0103,0.205078 0.005,0.07064 0.007,0.139001 0.007,0.205078 0.002,0.06381 0.003,0.118493 0.003,0.164063 l 0.0137,0 c 0.0433,-0.141273 0.0889,-0.263181 0.13672,-0.365723 0.0501,-0.104814 0.10824,-0.190263 0.17432,-0.256348 0.0661,-0.06835 0.14469,-0.118486 0.23584,-0.15039 0.0911,-0.03418 0.20166,-0.05127 0.33154,-0.05127 0.0501,4e-6 0.098,0.0046 0.14356,0.01367 0.0456,0.0068 0.0809,0.01368 0.10595,0.02051 l 0,0.563965 c -0.041,-0.01139 -0.0889,-0.01937 -0.14355,-0.02393 -0.0547,-0.0068 -0.11621,-0.01025 -0.18457,-0.01025 -0.14128,3e-6 -0.26205,0.0319 -0.36231,0.0957 -0.098,0.06381 -0.17887,0.152672 -0.24267,0.266602 -0.0615,0.111656 -0.1071,0.246096 -0.13672,0.40332 -0.0296,0.15495 -0.0444,0.324709 -0.0444,0.509277 l 0,1.927735 -0.61524,0"
+ id="path3337"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 306.54358,36.949945 c 0,0.193687 0.0194,0.37256 0.0581,0.536622 0.041,0.161784 0.10254,0.301921 0.18457,0.42041 0.0843,0.116211 0.19141,0.207357 0.32129,0.273437 0.12989,0.0638 0.28597,0.0957 0.46827,0.0957 0.26659,10e-7 0.47965,-0.05355 0.63916,-0.160644 0.16178,-0.107096 0.27115,-0.242675 0.32812,-0.406738 l 0.54004,0.153808 c -0.0387,0.10254 -0.0934,0.206218 -0.16406,0.311035 -0.0684,0.10254 -0.16065,0.195964 -0.27686,0.280274 -0.11621,0.08203 -0.26205,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.38281,0.07861 -0.6289,0.07861 -0.54688,0 -0.96387,-0.162923 -1.25098,-0.488769 -0.28483,-0.325846 -0.42725,-0.810058 -0.42725,-1.452637 0,-0.346352 0.0433,-0.639158 0.12989,-0.878418 0.0866,-0.241534 0.20507,-0.437497 0.35546,-0.587891 0.15039,-0.150387 0.32585,-0.258622 0.52637,-0.324707 0.20052,-0.06836 0.41471,-0.102535 0.64258,-0.102539 0.30989,4e-6 0.56852,0.05013 0.77588,0.150391 0.20963,0.100264 0.37711,0.239261 0.50244,0.416992 0.1276,0.175459 0.21761,0.382815 0.27002,0.62207 0.0547,0.23926 0.082,0.497886 0.082,0.775879 l 0,0.08203 -2.63867,0 m 2.00293,-0.471679 c -0.0342,-0.389646 -0.1333,-0.673337 -0.29736,-0.851074 -0.16407,-0.18001 -0.39991,-0.270017 -0.70752,-0.27002 -0.10254,3e-6 -0.21078,0.01709 -0.32471,0.05127 -0.11166,0.0319 -0.21533,0.09001 -0.31104,0.174316 -0.0957,0.08431 -0.17659,0.199384 -0.24267,0.345215 -0.0661,0.143557 -0.10368,0.326988 -0.11279,0.550293 l 1.99609,0"
+ id="path3339"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 310.91174,38.737543 c -0.37142,0 -0.65055,-0.09798 -0.8374,-0.293945 -0.18685,-0.195963 -0.28027,-0.464843 -0.28027,-0.806641 0,-0.243814 0.0456,-0.443195 0.13672,-0.598144 0.0934,-0.157225 0.21419,-0.280272 0.3623,-0.369141 0.15039,-0.08886 0.32129,-0.150388 0.5127,-0.18457 0.1914,-0.03418 0.38622,-0.05355 0.58447,-0.05811 l 0.83057,-0.01367 0,-0.20166 c -10e-6,-0.152666 -0.016,-0.282549 -0.0479,-0.389648 -0.0319,-0.107094 -0.0809,-0.193682 -0.14697,-0.259766 -0.0661,-0.06608 -0.14925,-0.113929 -0.24951,-0.143555 -0.098,-0.0319 -0.2142,-0.04785 -0.34863,-0.04785 -0.11849,3e-6 -0.22559,0.0091 -0.32129,0.02734 -0.0957,0.01595 -0.17888,0.04671 -0.24951,0.09229 -0.0706,0.0433 -0.12761,0.103681 -0.1709,0.181152 -0.0433,0.0752 -0.0718,0.170901 -0.0854,0.28711 l -0.64258,-0.05811 c 0.0228,-0.14583 0.0661,-0.279131 0.12988,-0.399902 0.0638,-0.123044 0.15381,-0.229001 0.27002,-0.317871 0.11849,-0.08886 0.26546,-0.157223 0.44092,-0.205079 0.17773,-0.05013 0.39193,-0.07519 0.64258,-0.0752 0.46484,4e-6 0.81461,0.1071 1.04931,0.321289 0.2347,0.211918 0.35205,0.519534 0.35206,0.922852 l 0,1.592773 c -1e-5,0.182293 0.0239,0.320151 0.0718,0.413574 0.0478,0.09115 0.139,0.13672 0.27344,0.136719 0.0342,10e-7 0.0684,-0.0023 0.10254,-0.0068 0.0342,-0.0046 0.0672,-0.01025 0.0991,-0.01709 l 0,0.382813 c -0.0775,0.01823 -0.15495,0.0319 -0.23242,0.04102 -0.0752,0.0091 -0.15609,0.01367 -0.24268,0.01367 -0.11621,0 -0.21647,-0.01481 -0.30078,-0.04443 -0.082,-0.0319 -0.14925,-0.07861 -0.20166,-0.140137 -0.0524,-0.0638 -0.0923,-0.141276 -0.11963,-0.232422 -0.0273,-0.09342 -0.0444,-0.201659 -0.0513,-0.324707 l -0.0205,0 c -0.0661,0.11849 -0.139,0.225587 -0.21875,0.321289 -0.0775,0.0957 -0.16863,0.177735 -0.27344,0.246094 -0.10482,0.06608 -0.22445,0.11735 -0.35889,0.153809 -0.13216,0.03646 -0.28483,0.05469 -0.45801,0.05469 m 0.14014,-0.461426 c 0.19596,10e-7 0.36686,-0.03532 0.5127,-0.105957 0.1481,-0.07292 0.27001,-0.165201 0.36572,-0.276855 0.098,-0.111653 0.17089,-0.23356 0.21875,-0.365723 0.0479,-0.13216 0.0718,-0.258625 0.0718,-0.379394 l 0,-0.3042 -0.67334,0.01367 c -0.1504,0.0023 -0.29395,0.01367 -0.43067,0.03418 -0.13444,0.01823 -0.25293,0.05583 -0.35547,0.112793 -0.10254,0.05697 -0.18457,0.13672 -0.24609,0.239258 -0.0593,0.10254 -0.0889,0.23698 -0.0889,0.40332 0,0.200522 0.0535,0.355469 0.16065,0.464844 0.10937,0.109375 0.26432,0.164063 0.46484,0.164062"
+ id="path3341"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 314.46643,34.970942 0,2.344726 c 0,0.180014 0.0125,0.330405 0.0376,0.451172 0.0273,0.120769 0.0706,0.218751 0.12988,0.293945 0.0592,0.07292 0.13672,0.125326 0.23242,0.157227 0.098,0.02962 0.21875,0.04443 0.36231,0.04443 0.14583,10e-7 0.27685,-0.02506 0.39306,-0.0752 0.11849,-0.05241 0.21875,-0.126464 0.30079,-0.222168 0.0843,-0.09798 0.14924,-0.21761 0.19482,-0.358887 0.0456,-0.143553 0.0684,-0.307615 0.0684,-0.492187 l 0,-2.143066 0.61523,0 0,2.908691 c 0,0.07747 0,0.159506 0,0.246094 0.002,0.08431 0.005,0.165202 0.007,0.242675 0.002,0.0752 0.005,0.140137 0.007,0.194825 0.002,0.05469 0.005,0.09001 0.007,0.105957 l -0.58105,0 c -0.002,-0.01139 -0.005,-0.04216 -0.007,-0.09229 -0.002,-0.05013 -0.006,-0.107097 -0.0102,-0.170899 -0.002,-0.06608 -0.005,-0.132161 -0.007,-0.198242 -0.002,-0.06836 -0.003,-0.125325 -0.003,-0.170898 l -0.0102,0 c -0.0593,0.107096 -0.12419,0.203939 -0.19483,0.290527 -0.0706,0.08659 -0.15267,0.160645 -0.24609,0.222168 -0.0934,0.05925 -0.20052,0.104818 -0.32129,0.136719 -0.12077,0.03418 -0.2609,0.05127 -0.42041,0.05127 -0.20508,0 -0.38167,-0.02507 -0.52978,-0.0752 -0.14812,-0.05013 -0.27002,-0.127604 -0.36573,-0.232422 -0.0957,-0.104817 -0.16634,-0.239257 -0.21191,-0.40332 -0.0433,-0.164062 -0.0649,-0.361165 -0.0649,-0.591309 l 0,-2.464355 0.61865,0"
+ id="path3343"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 323.79065,36.088617 c -1e-5,0.328128 -0.0387,0.628909 -0.11621,0.902344 -0.0752,0.27116 -0.18002,0.504721 -0.31445,0.700684 -0.13445,0.195964 -0.29623,0.348633 -0.48536,0.458007 -0.18685,0.109376 -0.39079,0.164063 -0.61181,0.164063 -0.12761,0 -0.23699,-0.01481 -0.32813,-0.04443 -0.0889,-0.0319 -0.16179,-0.07406 -0.21875,-0.126464 -0.057,-0.05469 -0.098,-0.118489 -0.12304,-0.191407 -0.0251,-0.07292 -0.0376,-0.152668 -0.0376,-0.239258 -10e-6,-0.03418 0.001,-0.07519 0.003,-0.123046 0.002,-0.05013 0.005,-0.08887 0.007,-0.116211 l -0.0205,0 c -0.0547,0.10254 -0.12191,0.205079 -0.20166,0.307617 -0.0775,0.100261 -0.16976,0.190267 -0.27685,0.270019 -0.10482,0.07747 -0.22445,0.141277 -0.35889,0.191407 -0.13216,0.04785 -0.27914,0.07178 -0.44092,0.07178 -0.19141,0 -0.35889,-0.03304 -0.50244,-0.09912 -0.14128,-0.06608 -0.25863,-0.157226 -0.35205,-0.273438 -0.0912,-0.118488 -0.15951,-0.257486 -0.20508,-0.416992 -0.0456,-0.161782 -0.0684,-0.337238 -0.0684,-0.526367 0,-0.273436 0.0399,-0.53548 0.11963,-0.786133 0.082,-0.252927 0.19824,-0.475095 0.34864,-0.666504 0.15038,-0.193681 0.3304,-0.348629 0.54003,-0.464843 0.21192,-0.116208 0.44776,-0.174313 0.70752,-0.174317 0.13672,4e-6 0.25977,0.01595 0.36914,0.04785 0.10938,0.02963 0.20508,0.07178 0.28711,0.126465 0.0843,0.05469 0.15723,0.120771 0.21875,0.198242 0.0615,0.0752 0.11279,0.158369 0.15381,0.249511 l 0.0205,0 0.1333,-0.546875 0.5332,0 -0.39648,1.729493 c -0.0433,0.191408 -0.0752,0.35547 -0.0957,0.492187 -0.0205,0.13672 -0.0308,0.260906 -0.0308,0.372559 -1e-5,0.109376 0.0239,0.190268 0.0718,0.242676 0.0501,0.05241 0.11849,0.07861 0.20508,0.07861 0.14127,10e-7 0.27229,-0.04557 0.39307,-0.136719 0.12304,-0.09342 0.229,-0.221027 0.31787,-0.382812 0.0911,-0.161783 0.16178,-0.35205 0.21191,-0.570801 0.0524,-0.218748 0.0786,-0.455727 0.0786,-0.710938 -10e-6,-0.293942 -0.0479,-0.567379 -0.14356,-0.820312 -0.0934,-0.252926 -0.23243,-0.471676 -0.41699,-0.65625 -0.1823,-0.184566 -0.40902,-0.32926 -0.68018,-0.434082 -0.27116,-0.104813 -0.58447,-0.157222 -0.93994,-0.157227 -0.30534,5e-6 -0.58789,0.03646 -0.84765,0.109375 -0.25749,0.07292 -0.49106,0.17546 -0.70069,0.307617 -0.20964,0.132166 -0.39421,0.290532 -0.55371,0.475098 -0.15723,0.182295 -0.28939,0.382816 -0.39648,0.601563 -0.1071,0.218752 -0.18799,0.453453 -0.24268,0.704101 -0.0547,0.248375 -0.082,0.503583 -0.082,0.765625 0,0.32129 0.049,0.617514 0.14697,0.888672 0.098,0.271159 0.2404,0.50472 0.42725,0.700684 0.18912,0.193684 0.42155,0.345214 0.69726,0.454589 0.278,0.109375 0.59701,0.164062 0.95704,0.164063 0.23925,-10e-7 0.46256,-0.01937 0.66992,-0.05811 0.20735,-0.03646 0.39762,-0.08203 0.5708,-0.136718 0.17317,-0.05469 0.32812,-0.115072 0.46484,-0.181153 0.13672,-0.0638 0.2552,-0.123047 0.35547,-0.177734 l 0.18799,0.382812 c -0.11394,0.06836 -0.24838,0.137858 -0.40332,0.208497 -0.15268,0.07292 -0.32357,0.138996 -0.5127,0.198242 -0.18913,0.05924 -0.39535,0.107095 -0.61865,0.143554 -0.22331,0.03874 -0.46143,0.0581 -0.71435,0.05811 -0.43295,-10e-7 -0.81804,-0.06608 -1.15528,-0.198242 -0.33496,-0.129884 -0.61865,-0.312175 -0.85107,-0.546875 -0.23015,-0.234701 -0.4056,-0.513835 -0.52637,-0.837403 -0.11849,-0.323566 -0.17773,-0.677895 -0.17773,-1.062988 0,-0.31673 0.0353,-0.620929 0.10595,-0.912598 0.0729,-0.291663 0.1766,-0.562822 0.31104,-0.813476 0.13444,-0.250648 0.2985,-0.478512 0.49219,-0.683594 0.19368,-0.205074 0.41243,-0.380529 0.65625,-0.526367 0.24609,-0.145829 0.51383,-0.258622 0.80322,-0.338379 0.29166,-0.07975 0.60156,-0.119624 0.92969,-0.119629 0.458,5e-6 0.85334,0.06723 1.18603,0.20166 0.33268,0.134445 0.60725,0.315597 0.82373,0.543457 0.21875,0.227869 0.38053,0.492192 0.48535,0.792969 0.10481,0.300785 0.15722,0.618655 0.15723,0.953613 m -2.07129,0.02734 c 0,-0.11393 -0.0194,-0.218747 -0.0581,-0.314453 -0.0387,-0.0957 -0.0946,-0.177731 -0.16748,-0.246094 -0.0706,-0.06836 -0.15723,-0.120765 -0.25976,-0.157226 -0.10027,-0.03873 -0.2142,-0.0581 -0.3418,-0.05811 -0.19597,3e-6 -0.368,0.04899 -0.51611,0.146973 -0.14812,0.09571 -0.2723,0.222171 -0.37256,0.379394 -0.098,0.15723 -0.17318,0.334964 -0.22559,0.533203 -0.0501,0.195966 -0.0752,0.393069 -0.0752,0.591309 0,0.273439 0.0535,0.487631 0.16064,0.642578 0.10938,0.154949 0.27686,0.232423 0.50244,0.232422 0.15723,1e-6 0.3042,-0.03532 0.44092,-0.105957 0.13672,-0.07064 0.25976,-0.164061 0.36914,-0.280273 0.10937,-0.11621 0.20394,-0.249511 0.28369,-0.399903 0.0797,-0.150389 0.14014,-0.306476 0.18116,-0.468261 0.0205,-0.08203 0.0387,-0.168618 0.0547,-0.259766 0.016,-0.09114 0.0239,-0.169757 0.0239,-0.23584"
+ id="path3345"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 327.21887,38.669184 0,-2.344727 c 0,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12647,-0.290527 -0.0593,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35888,-0.04785 -0.14584,3e-6 -0.278,0.02621 -0.39649,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14584,0.215335 -0.19141,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61523,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58106,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09228 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0102,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0102,0 c 0.0593,-0.107093 0.12419,-0.203936 0.19483,-0.290528 0.0706,-0.08659 0.15267,-0.159501 0.24609,-0.21875 0.0934,-0.06152 0.20052,-0.108232 0.32129,-0.140136 0.12077,-0.03418 0.2609,-0.05127 0.42041,-0.05127 0.20508,4e-6 0.38167,0.02507 0.52979,0.0752 0.14811,0.05013 0.27001,0.127608 0.36572,0.232422 0.0957,0.104821 0.1652,0.240401 0.2085,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3347"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 328.76721,38.669184 0,-5.072266 0.61524,0 0,5.072266 -0.61524,0"
+ id="path3349"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 332.67395,38.669184 0,-2.344727 c 0,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12646,-0.290527 -0.0592,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35889,-0.04785 -0.14583,3e-6 -0.27799,0.02621 -0.39648,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14584,0.215335 -0.19141,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61523,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58105,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09228 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0102,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0102,0 c 0.0593,-0.107093 0.12419,-0.203936 0.19483,-0.290528 0.0706,-0.08659 0.15266,-0.159501 0.24609,-0.21875 0.0934,-0.06152 0.20052,-0.108232 0.32129,-0.140136 0.12077,-0.03418 0.2609,-0.05127 0.42041,-0.05127 0.20507,4e-6 0.38167,0.02507 0.52978,0.0752 0.14811,0.05013 0.27002,0.127608 0.36573,0.232422 0.0957,0.104821 0.1652,0.240401 0.20849,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3351"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 334.69397,36.949945 c 0,0.193687 0.0194,0.37256 0.0581,0.536622 0.041,0.161784 0.10253,0.301921 0.18457,0.42041 0.0843,0.116211 0.1914,0.207357 0.32128,0.273437 0.12989,0.0638 0.28597,0.0957 0.46827,0.0957 0.2666,10e-7 0.47965,-0.05355 0.63916,-0.160644 0.16178,-0.107096 0.27115,-0.242675 0.32812,-0.406738 l 0.54004,0.153808 c -0.0387,0.10254 -0.0934,0.206218 -0.16406,0.311035 -0.0684,0.10254 -0.16065,0.195964 -0.27686,0.280274 -0.11621,0.08203 -0.26204,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.38281,0.07861 -0.6289,0.07861 -0.54688,0 -0.96387,-0.162923 -1.25098,-0.488769 -0.28483,-0.325846 -0.42725,-0.810058 -0.42725,-1.452637 0,-0.346352 0.0433,-0.639158 0.12989,-0.878418 0.0866,-0.241534 0.20507,-0.437497 0.35547,-0.587891 0.15038,-0.150387 0.32584,-0.258622 0.52636,-0.324707 0.20052,-0.06836 0.41471,-0.102535 0.64258,-0.102539 0.30989,4e-6 0.56852,0.05013 0.77588,0.150391 0.20963,0.100264 0.37711,0.239261 0.50244,0.416992 0.1276,0.175459 0.21761,0.382815 0.27002,0.62207 0.0547,0.23926 0.082,0.497886 0.082,0.775879 l 0,0.08203 -2.63867,0 m 2.00293,-0.471679 c -0.0342,-0.389646 -0.1333,-0.673337 -0.29736,-0.851074 -0.16407,-0.18001 -0.39991,-0.270017 -0.70752,-0.27002 -0.10254,3e-6 -0.21078,0.01709 -0.32471,0.05127 -0.11166,0.0319 -0.21533,0.09001 -0.31104,0.174316 -0.0957,0.08431 -0.17659,0.199384 -0.24267,0.345215 -0.0661,0.143557 -0.10368,0.326988 -0.11279,0.550293 l 1.99609,0"
+ id="path3353"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 339.54065,38.64184 c -0.0934,0.02506 -0.18913,0.04443 -0.28711,0.0581 -0.0957,0.01595 -0.20736,0.02393 -0.33496,0.02393 -0.49219,0 -0.73828,-0.279134 -0.73828,-0.837402 l 0,-2.467774 -0.42725,0 0,-0.447753 0.45117,0 0.18116,-0.827149 0.41015,0 0,0.827149 0.6836,0 0,0.447753 -0.6836,0 0,2.334473 c 0,0.177735 0.0285,0.303061 0.0855,0.375977 0.0592,0.07064 0.16064,0.105957 0.3042,0.105957 0.0592,0 0.11621,-0.0046 0.1709,-0.01367 0.057,-0.0091 0.11849,-0.02051 0.18457,-0.03418 l 0,0.45459"
+ id="path3355"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 340.22766,38.669184 0,-0.748535 0.66651,0 0,0.748535 -0.66651,0"
+ id="path3357"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 344.34973,38.669184 0,-2.344727 c 0,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12647,-0.290527 -0.0593,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35889,-0.04785 -0.14583,3e-6 -0.27799,0.02621 -0.39648,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14584,0.215335 -0.19141,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61523,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58106,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09228 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0103,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0102,0 c 0.0592,-0.107093 0.12419,-0.203936 0.19483,-0.290528 0.0706,-0.08659 0.15267,-0.159501 0.24609,-0.21875 0.0934,-0.06152 0.20052,-0.108232 0.32129,-0.140136 0.12077,-0.03418 0.2609,-0.05127 0.42041,-0.05127 0.20508,4e-6 0.38167,0.02507 0.52979,0.0752 0.1481,0.05013 0.27001,0.127608 0.36572,0.232422 0.0957,0.104821 0.1652,0.240401 0.20849,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3359"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 345.89807,38.669184 0,-5.072266 0.61524,0 0,5.072266 -0.61524,0"
+ id="path3361"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 267.20959,47.419184 -0.71435,0 -0.12647,-2.385742 c -0.002,-0.04557 -0.005,-0.112791 -0.007,-0.201661 -0.002,-0.08886 -0.005,-0.178871 -0.007,-0.270019 -0.002,-0.107094 -0.005,-0.218747 -0.007,-0.334961 -0.041,0.102542 -0.082,0.203942 -0.12305,0.304199 -0.0365,0.08659 -0.0752,0.176598 -0.11621,0.27002 -0.0387,0.09343 -0.0741,0.175458 -0.10596,0.246093 l -1.06982,2.372071 -0.71094,0 -0.31445,-3.698242 0.6084,0 0.13671,2.512207 c 0.002,0.02734 0.005,0.07292 0.007,0.136718 0.002,0.06153 0.005,0.127605 0.007,0.198243 0.002,0.06836 0.005,0.13558 0.007,0.20166 0.002,0.0638 0.003,0.110515 0.003,0.140136 0.0342,-0.08203 0.0684,-0.162922 0.10254,-0.242675 0.0296,-0.06836 0.0592,-0.140136 0.0889,-0.215332 0.0319,-0.0752 0.0604,-0.138997 0.0854,-0.191407 l 1.16552,-2.53955 0.65967,0 0.15039,2.53955 c 0.007,0.123048 0.0114,0.241538 0.0137,0.355469 0.005,0.113933 0.007,0.211915 0.007,0.293945 0.0342,-0.08203 0.0695,-0.162922 0.10596,-0.242675 0.0319,-0.06836 0.0638,-0.141276 0.0957,-0.21875 0.0342,-0.07747 0.0661,-0.149251 0.0957,-0.215332 l 1.1416,-2.512207 0.60157,0 -1.78077,3.698242"
+ id="path3363"
+ style="font-style:italic" />
+ <path
+ d="m 272.26819,47.419184 -0.71436,0 -0.12646,-2.385742 c -0.002,-0.04557 -0.005,-0.112791 -0.007,-0.201661 -0.002,-0.08886 -0.005,-0.178871 -0.007,-0.270019 -0.002,-0.107094 -0.005,-0.218747 -0.007,-0.334961 -0.041,0.102542 -0.082,0.203942 -0.12305,0.304199 -0.0365,0.08659 -0.0752,0.176598 -0.11621,0.27002 -0.0387,0.09343 -0.0741,0.175458 -0.10595,0.246093 l -1.06983,2.372071 -0.71094,0 -0.31445,-3.698242 0.6084,0 0.13672,2.512207 c 0.002,0.02734 0.005,0.07292 0.007,0.136718 0.002,0.06153 0.005,0.127605 0.007,0.198243 0.002,0.06836 0.005,0.13558 0.007,0.20166 0.002,0.0638 0.003,0.110515 0.003,0.140136 0.0342,-0.08203 0.0684,-0.162922 0.10254,-0.242675 0.0296,-0.06836 0.0593,-0.140136 0.0889,-0.215332 0.0319,-0.0752 0.0604,-0.138997 0.0855,-0.191407 l 1.16553,-2.53955 0.65966,0 0.1504,2.53955 c 0.007,0.123048 0.0114,0.241538 0.0137,0.355469 0.005,0.113933 0.007,0.211915 0.007,0.293945 0.0342,-0.08203 0.0695,-0.162922 0.10596,-0.242675 0.0319,-0.06836 0.0638,-0.141276 0.0957,-0.21875 0.0342,-0.07747 0.0661,-0.149251 0.0957,-0.215332 l 1.1416,-2.512207 0.60156,0 -1.78076,3.698242"
+ id="path3365"
+ style="font-style:italic" />
+ <path
+ d="m 277.32678,47.419184 -0.71435,0 -0.12647,-2.385742 c -0.002,-0.04557 -0.005,-0.112791 -0.007,-0.201661 -0.002,-0.08886 -0.005,-0.178871 -0.007,-0.270019 -0.002,-0.107094 -0.005,-0.218747 -0.007,-0.334961 -0.041,0.102542 -0.082,0.203942 -0.12304,0.304199 -0.0365,0.08659 -0.0752,0.176598 -0.11621,0.27002 -0.0387,0.09343 -0.0741,0.175458 -0.10596,0.246093 l -1.06982,2.372071 -0.71094,0 -0.31446,-3.698242 0.6084,0 0.13672,2.512207 c 0.002,0.02734 0.005,0.07292 0.007,0.136718 0.002,0.06153 0.005,0.127605 0.007,0.198243 0.002,0.06836 0.005,0.13558 0.007,0.20166 0.002,0.0638 0.003,0.110515 0.003,0.140136 0.0342,-0.08203 0.0684,-0.162922 0.10254,-0.242675 0.0296,-0.06836 0.0592,-0.140136 0.0889,-0.215332 0.0319,-0.0752 0.0604,-0.138997 0.0854,-0.191407 l 1.16553,-2.53955 0.65967,0 0.15039,2.53955 c 0.007,0.123048 0.0114,0.241538 0.0137,0.355469 0.005,0.113933 0.007,0.211915 0.007,0.293945 0.0342,-0.08203 0.0695,-0.162922 0.10595,-0.242675 0.0319,-0.06836 0.0638,-0.141276 0.0957,-0.21875 0.0342,-0.07747 0.0661,-0.149251 0.0957,-0.215332 l 1.1416,-2.512207 0.60156,0 -1.78076,3.698242"
+ id="path3367"
+ style="font-style:italic" />
+ <path
+ d="m 279.5929,44.428461 0.14013,-0.707519 0.66651,0 -0.14014,0.707519 -0.6665,0 m -0.58106,2.990723 0.14014,-0.70752 0.6665,0 -0.14014,0.70752 -0.6665,0"
+ id="path3369"
+ style="font-style:italic" />
+ <path
+ d="m 283.70129,44.353266 c 0.0684,-0.125323 0.14242,-0.231279 0.22217,-0.317871 0.0798,-0.08886 0.16748,-0.161781 0.26319,-0.21875 0.0957,-0.05696 0.20051,-0.09798 0.31445,-0.123047 0.11393,-0.02734 0.24153,-0.04101 0.38281,-0.04102 0.23698,4e-6 0.43066,0.0319 0.58106,0.0957 0.15266,0.06381 0.27229,0.153812 0.35888,0.27002 0.0889,0.113935 0.14925,0.250654 0.18115,0.410156 0.0342,0.159508 0.0513,0.334964 0.0513,0.526367 l 0,2.464356 -0.61865,0 0,-2.344727 c 0,-0.157224 -0.0102,-0.295082 -0.0308,-0.413574 -0.0182,-0.118487 -0.0547,-0.216468 -0.10937,-0.293945 -0.0547,-0.07975 -0.13217,-0.138995 -0.23243,-0.177735 -0.10026,-0.04101 -0.23014,-0.06152 -0.38964,-0.06152 -0.14584,3e-6 -0.278,0.02621 -0.39649,0.07861 -0.11621,0.05241 -0.21647,0.126468 -0.30078,0.222168 -0.082,0.09571 -0.14584,0.211917 -0.19141,0.348633 -0.0456,0.136721 -0.0684,0.29053 -0.0684,0.461426 l 0,2.180664 -0.61523,0 0,-5.072266 0.61523,0 0,1.319336 c 0,0.0752 -10e-4,0.150394 -0.003,0.225586 -0.002,0.0752 -0.006,0.144697 -0.0103,0.208496 -0.002,0.06381 -0.005,0.118493 -0.007,0.164063 -0.002,0.0433 -0.005,0.07292 -0.007,0.08887 l 0.0102,0"
+ id="path3371"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 288.40784,47.39184 c -0.0934,0.02506 -0.18913,0.04443 -0.28711,0.0581 -0.0957,0.01595 -0.20736,0.02393 -0.33496,0.02393 -0.49219,0 -0.73829,-0.279134 -0.73828,-0.837402 l 0,-2.467774 -0.42725,0 0,-0.447753 0.45117,0 0.18115,-0.827149 0.41016,0 0,0.827149 0.68359,0 0,0.447753 -0.68359,0 0,2.334473 c 0,0.177735 0.0285,0.303061 0.0855,0.375977 0.0592,0.07064 0.16064,0.105957 0.3042,0.105957 0.0592,0 0.11621,-0.0046 0.1709,-0.01367 0.057,-0.0091 0.11848,-0.02051 0.18457,-0.03418 l 0,0.45459"
+ id="path3373"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 290.34924,47.39184 c -0.0934,0.02506 -0.18913,0.04443 -0.28711,0.0581 -0.0957,0.01595 -0.20735,0.02393 -0.33496,0.02393 -0.49219,0 -0.73828,-0.279134 -0.73828,-0.837402 l 0,-2.467774 -0.42724,0 0,-0.447753 0.45117,0 0.18115,-0.827149 0.41016,0 0,0.827149 0.68359,0 0,0.447753 -0.68359,0 0,2.334473 c -10e-6,0.177735 0.0285,0.303061 0.0854,0.375977 0.0592,0.07064 0.16064,0.105957 0.30419,0.105957 0.0593,0 0.11621,-0.0046 0.1709,-0.01367 0.057,-0.0091 0.11849,-0.02051 0.18457,-0.03418 l 0,0.45459"
+ id="path3375"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 293.99622,45.552973 c -10e-6,0.280275 -0.0228,0.538901 -0.0684,0.775879 -0.0456,0.23698 -0.12191,0.440918 -0.22901,0.611816 -0.10482,0.170899 -0.24495,0.305339 -0.42041,0.40332 -0.17318,0.0957 -0.38737,0.143555 -0.64258,0.143555 -0.26432,0 -0.4956,-0.05013 -0.69384,-0.150391 -0.19825,-0.10026 -0.34978,-0.264322 -0.45459,-0.492187 l -0.0171,0 c 0.002,0.0046 0.003,0.02507 0.003,0.06152 0.002,0.03646 0.003,0.08203 0.003,0.136719 0.002,0.05469 0.003,0.116211 0.003,0.18457 0.002,0.06608 0.003,0.132162 0.003,0.198243 l 0,1.4458 -0.61524,0 0,-4.395507 c 0,-0.08886 -0.001,-0.174314 -0.003,-0.256348 0,-0.08203 -0.001,-0.156084 -0.003,-0.222168 -0.002,-0.06836 -0.005,-0.126461 -0.007,-0.174316 -0.002,-0.04785 -0.005,-0.08203 -0.007,-0.102539 l 0.59472,0 c 0.002,0.0068 0.005,0.03077 0.007,0.07178 0.005,0.04102 0.008,0.09115 0.0102,0.150391 0.005,0.05697 0.008,0.118492 0.0103,0.18457 0.005,0.06608 0.007,0.128746 0.007,0.187988 l 0.0137,0 c 0.057,-0.118486 0.12191,-0.218747 0.19483,-0.300781 0.0729,-0.08431 0.15608,-0.152666 0.24951,-0.205078 0.0934,-0.05468 0.1971,-0.09342 0.31104,-0.116211 0.1162,-0.02506 0.24609,-0.03759 0.38964,-0.0376 0.25521,4e-6 0.4694,0.04558 0.64258,0.136719 0.17546,0.09115 0.31559,0.219893 0.42041,0.38623 0.1071,0.164066 0.18343,0.363447 0.22901,0.598145 0.0456,0.232424 0.0684,0.49105 0.0684,0.775879 m -0.646,0.01367 c 0,-0.227863 -0.0137,-0.430662 -0.041,-0.608399 -0.0273,-0.177732 -0.0752,-0.328122 -0.14355,-0.451172 -0.0661,-0.123043 -0.15495,-0.216468 -0.2666,-0.280273 -0.11166,-0.0638 -0.25179,-0.0957 -0.42041,-0.0957 -0.13672,3e-6 -0.26547,0.01937 -0.38623,0.0581 -0.12077,0.03874 -0.22673,0.112796 -0.31787,0.222168 -0.0889,0.109378 -0.15951,0.260908 -0.21192,0.45459 -0.0524,0.191409 -0.0786,0.44092 -0.0786,0.748535 0,0.262046 0.0216,0.484214 0.0649,0.666504 0.0433,0.180014 0.10596,0.325847 0.18799,0.4375 0.0843,0.111654 0.18799,0.192546 0.31103,0.242676 0.12305,0.04785 0.26432,0.07178 0.42383,0.07178 0.1709,10e-7 0.31217,-0.03304 0.42383,-0.09912 0.11393,-0.06608 0.20394,-0.161783 0.27002,-0.287109 0.0684,-0.125325 0.11621,-0.277994 0.14355,-0.458008 0.0273,-0.18229 0.041,-0.389647 0.041,-0.62207"
+ id="path3377"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 297.54065,46.397211 c 0,0.173178 -0.0342,0.328126 -0.10254,0.464844 -0.0661,0.13444 -0.16293,0.248373 -0.29053,0.341797 -0.1276,0.09115 -0.28483,0.161784 -0.47168,0.211914 -0.18457,0.04785 -0.39648,0.07178 -0.63574,0.07178 -0.21419,0 -0.40788,-0.01709 -0.58105,-0.05127 -0.1709,-0.0319 -0.32129,-0.08431 -0.45118,-0.157227 -0.12988,-0.07292 -0.23925,-0.168619 -0.32812,-0.287109 -0.0866,-0.120768 -0.15039,-0.267741 -0.19141,-0.440918 l 0.54346,-0.105957 c 0.0524,0.198243 0.16064,0.344076 0.32471,0.4375 0.16406,0.09115 0.39192,0.136719 0.68359,0.136718 0.13216,10e-7 0.25293,-0.0091 0.36231,-0.02734 0.11165,-0.01823 0.20735,-0.04899 0.28711,-0.09229 0.0798,-0.04557 0.14127,-0.104817 0.18457,-0.177734 0.0456,-0.07519 0.0684,-0.167479 0.0684,-0.276855 0,-0.111653 -0.0262,-0.202799 -0.0786,-0.273438 -0.0524,-0.07292 -0.12533,-0.133299 -0.21875,-0.181152 -0.0934,-0.04785 -0.20736,-0.08887 -0.3418,-0.123047 -0.13216,-0.03646 -0.27799,-0.07633 -0.4375,-0.119629 -0.14811,-0.03873 -0.29508,-0.08203 -0.44091,-0.129883 -0.14584,-0.04785 -0.278,-0.110512 -0.39649,-0.187988 -0.11621,-0.07975 -0.21077,-0.177732 -0.28369,-0.293945 -0.0729,-0.116209 -0.10937,-0.262042 -0.10937,-0.4375 0,-0.337237 0.11962,-0.593584 0.35888,-0.769043 0.24154,-0.177731 0.59245,-0.266598 1.05274,-0.266602 0.40787,4e-6 0.73144,0.07178 0.9707,0.215332 0.24153,0.143558 0.3942,0.373701 0.45801,0.69043 l -0.55371,0.06836 c -0.0205,-0.0957 -0.0581,-0.175453 -0.1128,-0.239258 -0.0547,-0.06608 -0.12077,-0.118486 -0.19824,-0.157226 -0.0775,-0.04101 -0.1652,-0.0695 -0.26318,-0.08545 -0.0957,-0.01823 -0.19597,-0.02734 -0.30078,-0.02734 -0.278,3e-6 -0.48308,0.04216 -0.61524,0.126465 -0.13216,0.08431 -0.19824,0.211917 -0.19824,0.382812 0,0.100263 0.0239,0.183434 0.0718,0.249512 0.0501,0.0638 0.11849,0.118492 0.20508,0.164062 0.0889,0.0433 0.19482,0.08203 0.31787,0.116211 0.12304,0.0319 0.25862,0.06608 0.40674,0.102539 0.098,0.02507 0.19824,0.05241 0.30078,0.08203 0.10253,0.02735 0.20165,0.06153 0.29736,0.102539 0.098,0.03874 0.18912,0.08545 0.27344,0.140136 0.0866,0.05241 0.16178,0.116213 0.22558,0.191407 0.0638,0.0752 0.11393,0.162924 0.15039,0.263183 0.0387,0.100262 0.0581,0.216473 0.0581,0.348633"
+ id="path3379"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 298.43274,44.428461 0,-0.707519 0.6665,0 0,0.707519 -0.6665,0 m 0,2.990723 0,-0.70752 0.6665,0 0,0.70752 -0.6665,0"
+ id="path3381"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 299.73499,47.487543 1.40478,-5.140625 0.54004,0 -1.39111,5.140625 -0.55371,0"
+ id="path3383"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 301.67639,47.487543 1.40479,-5.140625 0.54004,0 -1.39112,5.140625 -0.55371,0"
+ id="path3385"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 306.43762,47.419184 0,-2.344727 c 0,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12647,-0.290527 -0.0593,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35888,-0.04785 -0.14584,3e-6 -0.278,0.02621 -0.39649,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14584,0.215335 -0.19141,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61523,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58106,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09228 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0102,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0102,0 c 0.0593,-0.107093 0.12419,-0.203936 0.19483,-0.290528 0.0706,-0.08659 0.15267,-0.159501 0.24609,-0.21875 0.0934,-0.06152 0.20052,-0.108232 0.32129,-0.140136 0.12077,-0.03418 0.2609,-0.05127 0.42041,-0.05127 0.20508,4e-6 0.38167,0.02507 0.52979,0.0752 0.14811,0.05013 0.27001,0.127608 0.36572,0.232422 0.0957,0.104821 0.1652,0.240401 0.2085,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3387"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 307.98596,47.419184 0,-5.072266 0.61524,0 0,5.072266 -0.61524,0"
+ id="path3389"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 311.8927,47.419184 0,-2.344727 c 0,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12646,-0.290527 -0.0592,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35889,-0.04785 -0.14583,3e-6 -0.27799,0.02621 -0.39648,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14584,0.215335 -0.19141,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61523,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58105,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09228 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0102,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0102,0 c 0.0593,-0.107093 0.12419,-0.203936 0.19483,-0.290528 0.0706,-0.08659 0.15266,-0.159501 0.24609,-0.21875 0.0934,-0.06152 0.20052,-0.108232 0.32129,-0.140136 0.12077,-0.03418 0.2609,-0.05127 0.42041,-0.05127 0.20507,4e-6 0.38167,0.02507 0.52978,0.0752 0.14811,0.05013 0.27002,0.127608 0.36573,0.232422 0.0957,0.104821 0.1652,0.240401 0.20849,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3391"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 313.91272,45.699945 c 0,0.193687 0.0194,0.37256 0.0581,0.536622 0.041,0.161784 0.10253,0.301921 0.18457,0.42041 0.0843,0.116211 0.1914,0.207357 0.32128,0.273437 0.12989,0.0638 0.28597,0.0957 0.46827,0.0957 0.2666,10e-7 0.47965,-0.05355 0.63916,-0.160644 0.16178,-0.107096 0.27115,-0.242675 0.32812,-0.406738 l 0.54004,0.153808 c -0.0387,0.10254 -0.0934,0.206218 -0.16406,0.311035 -0.0684,0.10254 -0.16065,0.195964 -0.27686,0.280274 -0.11621,0.08203 -0.26204,0.15039 -0.4375,0.205078 -0.17318,0.05241 -0.38281,0.07861 -0.6289,0.07861 -0.54688,0 -0.96387,-0.162923 -1.25098,-0.488769 -0.28483,-0.325846 -0.42725,-0.810058 -0.42725,-1.452637 0,-0.346352 0.0433,-0.639158 0.12989,-0.878418 0.0866,-0.241534 0.20507,-0.437497 0.35547,-0.587891 0.15038,-0.150387 0.32584,-0.258622 0.52636,-0.324707 0.20052,-0.06836 0.41471,-0.102535 0.64258,-0.102539 0.30989,4e-6 0.56852,0.05013 0.77588,0.150391 0.20963,0.100264 0.37711,0.239261 0.50244,0.416992 0.1276,0.175459 0.21761,0.382815 0.27002,0.62207 0.0547,0.23926 0.082,0.497886 0.082,0.775879 l 0,0.08203 -2.63867,0 m 2.00293,-0.471679 c -0.0342,-0.389646 -0.1333,-0.673337 -0.29736,-0.851074 -0.16407,-0.18001 -0.39991,-0.270017 -0.70752,-0.27002 -0.10254,3e-6 -0.21078,0.01709 -0.32471,0.05127 -0.11166,0.0319 -0.21533,0.09001 -0.31104,0.174316 -0.0957,0.08431 -0.17659,0.199384 -0.24267,0.345215 -0.0661,0.143557 -0.10368,0.326988 -0.11279,0.550293 l 1.99609,0"
+ id="path3393"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 318.7594,47.39184 c -0.0934,0.02506 -0.18913,0.04443 -0.28711,0.0581 -0.0957,0.01595 -0.20736,0.02393 -0.33496,0.02393 -0.49219,0 -0.73828,-0.279134 -0.73828,-0.837402 l 0,-2.467774 -0.42725,0 0,-0.447753 0.45117,0 0.18116,-0.827149 0.41015,0 0,0.827149 0.6836,0 0,0.447753 -0.6836,0 0,2.334473 c 0,0.177735 0.0285,0.303061 0.0855,0.375977 0.0592,0.07064 0.16064,0.105957 0.3042,0.105957 0.0592,0 0.11621,-0.0046 0.1709,-0.01367 0.057,-0.0091 0.11849,-0.02051 0.18457,-0.03418 l 0,0.45459"
+ id="path3395"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 319.44641,47.419184 0,-0.748535 0.66651,0 0,0.748535 -0.66651,0"
+ id="path3397"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 323.56848,47.419184 0,-2.344727 c 0,-0.18001 -0.0137,-0.330401 -0.041,-0.451172 -0.0251,-0.120765 -0.0672,-0.217607 -0.12647,-0.290527 -0.0593,-0.07519 -0.13786,-0.127601 -0.23584,-0.157227 -0.0957,-0.0319 -0.21533,-0.04785 -0.35889,-0.04785 -0.14583,3e-6 -0.27799,0.02621 -0.39648,0.07861 -0.11621,0.05013 -0.21647,0.124189 -0.30078,0.222168 -0.082,0.09571 -0.14584,0.215335 -0.19141,0.358887 -0.0456,0.141278 -0.0684,0.304201 -0.0684,0.488769 l 0,2.143067 -0.61523,0 0,-2.908692 c 0,-0.07747 -10e-4,-0.158362 -0.003,-0.242675 0,-0.08659 -10e-4,-0.167478 -0.003,-0.242676 -0.002,-0.07747 -0.005,-0.143551 -0.007,-0.198242 -0.002,-0.05468 -0.005,-0.09 -0.007,-0.105957 l 0.58106,0 c 0.002,0.0114 0.005,0.04216 0.007,0.09228 0.002,0.05013 0.005,0.108239 0.007,0.174316 0.005,0.06381 0.008,0.129886 0.0103,0.198242 0.002,0.06608 0.003,0.121911 0.003,0.167481 l 0.0102,0 c 0.0592,-0.107093 0.12419,-0.203936 0.19483,-0.290528 0.0706,-0.08659 0.15267,-0.159501 0.24609,-0.21875 0.0934,-0.06152 0.20052,-0.108232 0.32129,-0.140136 0.12077,-0.03418 0.2609,-0.05127 0.42041,-0.05127 0.20508,4e-6 0.38167,0.02507 0.52979,0.0752 0.1481,0.05013 0.27001,0.127608 0.36572,0.232422 0.0957,0.104821 0.1652,0.240401 0.20849,0.406739 0.0456,0.164065 0.0684,0.360028 0.0684,0.58789 l 0,2.464356 -0.61865,0"
+ id="path3399"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ <path
+ d="m 325.11682,47.419184 0,-5.072266 0.61524,0 0,5.072266 -0.61524,0"
+ id="path3401"
+ style="font-size:7px;font-weight:normal;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" />
+ </g>
+</svg>
diff --git a/NLnet/01-12-2022-add-support-for-pinephone/first-stage-assessment.txt b/NLnet/01-12-2022-add-support-for-pinephone/first-stage-assessment.txt
new file mode 100644
index 0000000..735235c
--- /dev/null
+++ b/NLnet/01-12-2022-add-support-for-pinephone/first-stage-assessment.txt
@@ -0,0 +1,195 @@
+Thematic call: NGI Zero Entrust
+
+Contact information:
+--------------------
+Your name (max. 100 characters): Denis Carikli
+Email address: GNUtoo@cyberdimension.org
+Phone numbers: TODO
+Organisation (max. 100 characters):
+Country: France
+
+General project information:
+----------------------------
+Project name (max. 100 characters): Add basic support for the
+Pinephone 1.2 in Replicant
+
+Website / wiki: https://redmine.replicant.us/projects/replicant/wiki/AddSupportForThePinephone
+
+Abstract: Can you explain the whole project and its expected
+outcome(s) [1200 characters]:
+------------------------------------------------------------------------
+The goals is to first adapt support for the Pinephone and various
+other hardware (mainly from GLODroid), to make it generic and reusable
+by other Android distributions and smartphones to improve
+collaboration between Android distributions using mainline linux
+kernels.
+
+This work will be done upstream, and reused by Replicant. We will
+publicize that work as much as we can to make sure that Android
+distribusions stop rewriting several time the same code.
+
+Smartphones modems run mostly nonfree software which is often easy to
+compromise (see the talks on reverse engineering Samsung Shannon
+Basebands, or the ASN-1 security flaw that still affect a huge number
+of modems).
+
+I will port USBGuard to prevent the modem from being able to take
+complete control of the phone (by exposing a keyboard interface over
+USB and typing commands inside Android).
+
+U-boot will also be configured to not expose vulnerabilities during
+boot.
+
+The majority of smartphones can't guarantee this level of isolation
+guarantee because their bootloader are nonfree and they use shared
+memory with complex and often bypassable IOMMU protections.
+
+Have you been involved with projects or organisations relevant to this
+project before? And if so, can you tell us a bit about your
+contributions?
+----------------------------------------------------------------------
+
+I am the current maintainer of Replicant[1] (a 100% free software
+Android distribution) and libsamsung-ril[2] (a library for a modem
+protocol that works on several Android versions).
+
+I've also been previously involved in the "Finish porting Replicant to
+newer Android version" project[3] that will be built upon for this
+project.
+
+I am also used to upstreaming patches in various projects like
+Linux[4]. I've also some experience with Guix[5] (see the budget for
+why this is relevant).
+
+As for porting software to Android, I did it several times[6][7] and I
+also maintain a library[8] that has to work in both Android and GNU/Linux
+natively (without adaptation layer).
+
+[1]https://redmine.replicant.us/projects/replicant/wiki/Images#Replicant-60-0004-images
+[2]https://git.replicant.us/replicant/hardware_replicant_libsamsung-ril
+[3]https://nlnet.nl/project/ReplicantUpdate/
+[4]https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/?qt=grep&q=Carikli
+[5]https://git.savannah.gnu.org/cgit/guix.git/log/?qt=grep&q=Carikli
+[6]https://git.replicant.us/replicant/external_evtest/log/
+[7]https://git.replicant.us/replicant/external_wipe/log/
+[8]https://git.replicant.us/replicant/hardware_replicant_libsamsung-ipc/tree/MAINTAINERS
+
+Requested support: 16203
+
+Explain what the requested budget will be used for?
+Does the project have other funding sources, both past and present?
+(If you want, you can in addition attach a budget at the bottom of the form)
+----------------------------------------------------------------------------
+Most of the the budget will be used for funding me to work on it. A
+small part of the budget will be used for buying a Pinephone and the
+required accessories (serial port, etc) and for going to the FOSDEM
+2022.
+
+The budget takes into account possible unknowns of software
+development (the details are mentioned in the budget) and it can be
+reduced if the project is finished earlier than expected.
+
+The Replicant project has about 200000 $ of donations (that is
+handled by the FSF) but we need to setup a structure to use it for
+funding development (ideally we'd like to use to fund work that cannot
+be funded by entities like NLnet).
+
+That fund can easily be used to reimburse for device cost and
+conference attendance (so that can be removed from the budget if
+necessary).
+
+As for the rate I've used the same than with the "Finish porting
+Replicant to newer Android version" project which is 27 Euros per
+hour.
+
+Compare your own project with existing or historical efforts.
+-------------------------------------------------------------
+
+The Pinephone already works in the GLODroid distribution, but a lot of
+the code used for that cannot be reused as-is by other Android
+distributions.
+
+The https://aosp-developers-community.github.io/ website that has been
+setup to foster that collaboration only lists 3 HALs (one for a
+vibrator API, one for graphics that we already use in Replicant 11,
+and one for audio). GloDroid is also listed there their device support
+code has not been reused by any other Android distribution as far as I
+know And part of the code looks specific to GLODroid.
+
+Part of the work will be to factor out part of the GLODroid code so it
+could be included as-is in other distributions. Doing that from the
+point of view of another distribution (here Replicant) will probably
+help a lot avoiding pitfalls since we'll have a real case of two
+distributions (here GLODroid and Replicant) that will need to use the
+same repositories without breaking each other distributions.
+
+In addition Replicant also support devices like the Galaxy SIII, so
+part this code will most likely also be tried on these devices along
+the way.
+
+Replicant also took the decision to only support devices with an
+isolated modem. So we will have to make that isolation work.
+
+I'm not aware of other Android distributions that makes efforts to
+ensure modem isolation. Since USBGuard isn't supported on Android
+we'll have to port it to Android. Despite of what USBGuard website
+claims[1], the USBGUard code Changelog states that the udev dependency
+was removed[2], and it has only two minimal mandatory dependencies
+that it bundles in with git submodules.
+
+[1]https://usbguard.github.io/documentation/compilation.html
+[2]"Removed UDev based device manager backend and UDev related
+ dependencies."[3]
+[3]https://github.com/USBGuard/usbguard/blob/master/CHANGELOG.md
+
+What are significant technical challenges you expect to solve during
+the project, if any?)
+--------------------------------------------------------------------
+As usual, upstreaming code has uncertaincy as it depends on upstream
+projects to have the time to review code, and not to request too
+drastic changes (like a major rework of the software).
+
+Porting software to Android also has some unknowns.
+
+Describe the ecosystem of the project, and how you will engage with
+relevant actors and promote the outcomes?
+-------------------------------------------------------------------
+In Replicant I can just push the code once it is ready.
+
+As for the other Android projects where Replicant is not the upstream
+(like GLODroid repositories) I will try to upstream the work in a way
+that is usable by both Replicant and the concerned distribution
+(usually GLODroid).
+
+As part of the work is to factor out code to have generic HALs
+reusable by other Android distributions, simply sending patches
+upstream is insufficient.
+
+These projects use forges (that makes changes like that less visible
+than in project using mailing lists for code reviews), and there is
+also only one upstream (while there is more than one Android
+distribution that might want to reuse that code).
+
+Since there is now a collaboration space (in the form of a website:
+https://aosp-developers-community.github.io/) between several Android
+distributions that use AOSP, I will simply have to send patches to
+this website as well to promote the work. I will also promote the work
+through Replicant (we already have documentation on various upstream
+projects just to try to foster more collaboration).
+
+I will also go to the FOSDEM 2022 and try to catch people that are
+also involved in these other distributions either by going to related
+talks or by setting up a last minute BOF related to Replicant. Making
+a talk is probably not needed here. In addition the submission
+deadline is for the FOSS on mobile devices devroom is the 8th
+December, so it's a bit short[1].
+
+The goal behind all that is also to increase collboration between
+Android projects that use upstream kernels.
+
+As for the work on USBGuard I'll simply send the patches upstream and
+hope that they do accept patches for building it on Android. If not
+I'll most likely try to make something reusable by other distributions
+and try to promote it as explained above.
+
+[1]https://lists.fosdem.org/pipermail/fosdem/2022q4/003440.html
diff --git a/NLnet/templates/first-stage-assessment.txt b/NLnet/templates/first-stage-assessment.txt
new file mode 100644
index 0000000..593735b
--- /dev/null
+++ b/NLnet/templates/first-stage-assessment.txt
@@ -0,0 +1,40 @@
+Thematic call: NGI Zero Entrust
+
+Contact information:
+--------------------
+Your name (max. 100 characters):
+Email address:
+Phone numbers:
+Organisation (max. 100 characters):
+Country:
+
+General project information:
+----------------------------
+Project name (max. 100 characters):
+Website / wiki:
+
+Abstract: Can you explain the whole project and its expected outcome(s):
+------------------------------------------------------------------------
+
+Have you been involved with projects or organisations relevant to this
+project before? And if so, can you tell us a bit about your
+contributions?
+----------------------------------------------------------------------
+
+Requested support:
+
+Explain what the requested budget will be used for?
+Does the project have other funding sources, both past and present?
+(If you want, you can in addition attach a budget at the bottom of the form)
+----------------------------------------------------------------------------
+
+Compare your own project with existing or historical efforts.
+-------------------------------------------------------------
+
+What are significant technical challenges you expect to solve during
+the project, if any?)
+--------------------------------------------------------------------
+
+Describe the ecosystem of the project, and how you will engage with
+relevant actors and promote the outcomes?
+-------------------------------------------------------------------