Präsentation für die pyunconf.

This commit is contained in:
Andreas Baldeau 2014-11-22 00:19:54 +01:00
parent 6422b54e73
commit a584375cde
12 changed files with 5087 additions and 387 deletions

2
.gitignore vendored
View file

@ -8,3 +8,5 @@
*.snm
*.gz
*.toc
*.pdf_tex
*.swp

View file

@ -1,433 +1,147 @@
%\documentclass[aspectratio=43]{beamer}
\documentclass[c]{beamer}
\usetheme{intridea} %% Themenwahl
\documentclass[t]{beamer}
\usetheme{ffmodern} %% Themenwahl
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc} % richtige Silbentrennung
\usepackage[utf8]{inputenc} % Umlaute etc.!
\usepackage{eurosym}
\usepackage{tikz}
\usepackage{pgffor}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,fit,positioning,shapes.symbols,chains}
%1
\title{Freifunk Hamburg}
\author{hamburg.freifunk.net}
\date{29. / 30. November 2014}
\license{CC-BY-3.0}
%2
\begin{document}
\maketitle
\begin{frame}{Was ist Freifunk?}
\begin{itemize}
\item Initiative für freie, offene, kostenlose Netzwerke
\item Öffentlich - Freifunk steht jedem offen, als Nutzer oder Anbieter
\item Im Besitz der Gemeinschaft - Wird von den Menschen betrieben, die es nutzen
\item Nicht kommerziell
\item Ausschliesslich freie, quelloffene Programme
\item Netzneutral - keine Manipulation der Datenströme
\item In \href{http://freifunk.net/wie-mache-ich-mit/community-finden/}{112 Orten} gibt es bereits Freifunknetze mit mehr als 5100 Zugangspunkten
\end{itemize}
\begin{frame}{Wat isn Freifunk\hl{?}}
\begin{itemize}
\item Kommunikationsinfrastruktur
\item Community
\item User
\end{itemize}
\end{frame}
%3
\begin{frame}{Mit Freifunk ins Internet}
\includegraphics[width=\textwidth]{Bilder/Freifunk_Knotenanbindung}
\begin{frame}{Dat is Freifunk\hl{!}}
\begin{itemize}
\item Frei
\item Offen
\item Neutral
\item Dezentral
\item Unabhängig
\end{itemize}
\end{frame}
%4
\begin{frame}{Mesh}
Zwei SSIDs
\begin{itemize}
\item Freifunk Zugang: hamburg.freifunk.net
\item Meshing (adhoc): f8:d1:11:87:52:2e
\end{itemize}
Was ist ein mesh?
\begin{itemize}
\item to mesh = Englisch: vermaschen
\item Selbst organisierendes Netzwerk
\item hamburg.freifunk.net nutzt das Protokoll B.A.T.M.A.N.-adv.
\end{itemize}
\begin{frame}{Wo denn\hl{?}}
\begin{center}
\includegraphics[width=.5\textwidth]{Bilder/community-map-2014-11-16}
\end{center}
\end{frame}
%5
\begin{frame}{Mesh}
\begin{center}
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=84pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=6pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=68pt, yshift=24pt] (b) {};
\node [vertex, xshift=112pt, yshift=-20pt] (c) {};
\node [place, label=above:$A$] (A) {};
\node [place, xshift=68pt, yshift=24pt, label=above:$B$] (B) {};
\node [place, xshift=112pt, yshift=-20pt, label=right:$C$] (C) {};
\path[-, thick, color=gray]
(A) edge (B)
(B) edge (C);
\end{tikzpicture}
\end{center}
\begin{frame}{Freifunk Hamburg\ANKER{}}
\begin{itemize}
\item Zweite Iteration
\item Seit November 2012
\item Loser Zusammenschluss
\item Projekt im CCC Hamburg
\item Etwa 620 Knoten
\end{itemize}
\end{frame}
\foreach \index in {1, ..., 4}
{
\begin{frame}{\ifthenelse{\index = 4}{So is dat\hl{!}}{Wie haut dat hin\hl{?}}}
\centering \includesvg[width=9cm]{netz-\index}
\end{frame}
}
%6
\begin{frame}{Mesh}
\begin{center}
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=84pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=6pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=68pt, yshift=24pt] (b) {};
\node [vertex, xshift=112pt, yshift=-20pt] (c) {};
\node [place, label=above:$A$] (A) {};
\node [place, xshift=68pt, yshift=24pt, label=above:$B$] (B) {};
\node [place, xshift=112pt, yshift=-20pt, label=right:$C$] (C) {};
\path[-, thick, color=gray]
(A) edge (B)
(B) edge (C)
(A) edge[dashed] (C);
\end{tikzpicture}
\end{center}
\begin{frame}{Direkt von der Waterkant\hl{!}}
\begin{itemize}
\item knotenkarte.de
\item knotengraph.de
\end{itemize}
\end{frame}
%7
\begin{frame}{Das Netz wächst}
\begin{center}
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=40pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=7pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=15pt, yshift=30pt] (b) {};
\node [vertex, xshift=65pt, yshift=5pt] (c) {};
\node [vertex, xshift=33pt, yshift=-3pt] (d) {};
\node [vertex, xshift=85pt, yshift=-25pt] (e) {};
\node [vertex, xshift=100pt, yshift=2pt] (f) {};
\node [vertex, xshift=91pt, yshift=32pt] (g) {};
\node [vertex, xshift=110pt, yshift=-52pt] (h) {};
\node [vertex, xshift=124pt, yshift=23pt] (i) {};
\node [vertex, xshift=134pt, yshift=-7pt] (j) {};
\node [vertex, xshift=164pt, yshift=-14pt] (k) {};
\node [vertex, xshift=144pt, yshift=-66pt] (l) {};
\node [vertex, xshift=170pt, yshift=-46pt] (m) {};
\node [vertex, xshift=201pt, yshift=-59pt] (n) {};
\node [place] (A) {};
\node [place, xshift=15pt, yshift=30pt] (B) {};
\node [place, xshift=65pt, yshift=5pt] (C) {};
\node [place, xshift=33pt, yshift=-3pt] (D) {};
\node [place, xshift=85pt, yshift=-25pt] (E) {};
\node [place, xshift=100pt, yshift=2pt] (F) {};
\node [place, xshift=91pt, yshift=32pt] (G) {};
\node [place, xshift=110pt, yshift=-52pt] (H) {};
\node [place, xshift=124pt, yshift=23pt] (I) {};
\node [place, xshift=134pt, yshift=-7pt] (J) {};
\node [place, xshift=164pt, yshift=-14pt] (K) {};
\node [place, xshift=144pt, yshift=-66pt] (L) {};
\node [place, xshift=170pt, yshift=-46pt] (M) {};
\node [place, xshift=201pt, yshift=-59pt] (N) {};
\path[-, thick, color=gray]
(A) edge (B)
(A) edge (D)
(B) edge (D)
(C) edge (D)
(C) edge (E)
(C) edge (F)
(C) edge (G)
(E) edge (F)
(E) edge (H)
(F) edge (G)
(F) edge (I)
(F) edge (J)
(G) edge (I)
(H) edge (L)
(I) edge (J)
(J) edge (K)
(K) edge (M)
(L) edge (M)
(M) edge (N);
\end{tikzpicture}
\end{center}
\begin{frame}{Sicher dat\hl{?}}
\begin{itemize}
\item Keine Verschlüsselung über die Luft!
\item Ungeschützter Datenverkehr ist gefährlich!
\item Trennung von Freifunk und Heimnetz
\end{itemize}
\end{frame}
%8
\begin{frame}{Netzwerke verbinden sich untereinander}
\begin{columns}[c]
\begin{column}{.4\textwidth}
\scalebox{0.6}[0.6]{
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=40pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=7pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=15pt, yshift=30pt] (b) {};
\node [vertex, xshift=65pt, yshift=5pt] (c) {};
\node [vertex, xshift=33pt, yshift=-3pt] (d) {};
\node [vertex, xshift=85pt, yshift=-25pt] (e) {};
\node [vertex, xshift=100pt, yshift=2pt] (f) {};
\node [vertex, xshift=91pt, yshift=32pt] (g) {};
\node [vertex, xshift=110pt, yshift=-52pt] (h) {};
\node [vertex, xshift=124pt, yshift=23pt] (i) {};
\node [vertex, xshift=134pt, yshift=-7pt] (j) {};
\node [vertex, xshift=164pt, yshift=-14pt] (k) {};
\node [vertex, xshift=144pt, yshift=-66pt] (l) {};
\node [vertex, xshift=170pt, yshift=-46pt] (m) {};
\node [vertex, xshift=201pt, yshift=-59pt] (n) {};
\node [place] (A) {};
\node [place, xshift=15pt, yshift=30pt] (B) {};
\node [place, xshift=65pt, yshift=5pt] (C) {};
\node [place, xshift=33pt, yshift=-3pt] (D) {};
\node [place, xshift=85pt, yshift=-25pt] (E) {};
\node [place, xshift=100pt, yshift=2pt] (F) {};
\node [place, xshift=91pt, yshift=32pt] (G) {};
\node [place, xshift=110pt, yshift=-52pt] (H) {};
\node [place, xshift=124pt, yshift=23pt] (I) {};
\node [place, xshift=134pt, yshift=-7pt] (J) {};
\node [place, xshift=164pt, yshift=-14pt] (K) {};
\node [place, xshift=144pt, yshift=-66pt] (L) {};
\node [place, xshift=170pt, yshift=-46pt] (M) {};
\node [place, xshift=201pt, yshift=-59pt] (N) {};
\path[-, thick, color=gray]
(A) edge (B)
(A) edge (D)
(B) edge (D)
(C) edge (D)
(C) edge (E)
(C) edge (F)
(C) edge (G)
(E) edge (F)
(E) edge (H)
(F) edge (G)
(F) edge (I)
(F) edge (J)
(G) edge (I)
(H) edge (L)
(I) edge (J)
(J) edge (K)
(K) edge (M)
(L) edge (M)
(M) edge (N);
\end{tikzpicture}}
\end{column}
\begin{column}{0.185\textwidth}
\begin{uncoverenv}<2->
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\draw[color=white] (280pt, 85pt) arc (0:0:0pt);
\draw[color=white] (-180pt, 85pt) arc (0:0:0pt);
\draw[color=outerCircleColour, thick, xshift=-50pt, yshift=9pt] (-110pt, 0pt) arc (270:450:6pt);
\draw[color=outerCircleColour, thick, xshift=-50pt, yshift=11pt] (-110pt, 0pt) arc (270:450:4pt);
\draw[color=outerCircleColour, thick, xshift=-50pt, yshift=13pt] (-110pt, 0pt) arc (270:450:2pt);
\draw[color=outerCircleColour, thick, xshift=-9pt, yshift=21pt] (-110pt, 0pt) arc (90:270:6pt);
\draw[color=outerCircleColour, thick, xshift=-9pt, yshift=19pt] (-110pt, 0pt) arc (90:270:4pt);
\draw[color=outerCircleColour, thick, xshift=-9pt, yshift=17pt] (-110pt, 0pt) arc (90:270:2pt);
\draw[color=gray, ultra thick, xshift=-50pt, yshift=15] (-103pt, 0pt) edge[dashed] (-74pt, 0pt);
\end{tikzpicture}
\end{uncoverenv}
\end{column}
\begin{column}{.5\textwidth}
\reflectbox{
\scalebox{0.6}[0.6]{
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=40pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=7pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=15pt, yshift=30pt] (b) {};
\node [vertex, xshift=65pt, yshift=5pt] (c) {};
\node [vertex, xshift=33pt, yshift=-3pt] (d) {};
\node [vertex, xshift=85pt, yshift=-25pt] (e) {};
\node [vertex, xshift=100pt, yshift=2pt] (f) {};
\node [vertex, xshift=91pt, yshift=32pt] (g) {};
\node [vertex, xshift=110pt, yshift=-52pt] (h) {};
\node [vertex, xshift=124pt, yshift=23pt] (i) {};
\node [vertex, xshift=134pt, yshift=-7pt] (j) {};
\node [vertex, xshift=164pt, yshift=-14pt] (k) {};
\node [vertex, xshift=144pt, yshift=-66pt] (l) {};
\node [vertex, xshift=170pt, yshift=-46pt] (m) {};
\node [vertex, xshift=201pt, yshift=-59pt] (n) {};
\node [place] (A) {};
\node [place, xshift=15pt, yshift=30pt] (B) {};
\node [place, xshift=65pt, yshift=5pt] (C) {};
\node [place, xshift=33pt, yshift=-3pt] (D) {};
\node [place, xshift=85pt, yshift=-25pt] (E) {};
\node [place, xshift=100pt, yshift=2pt] (F) {};
\node [place, xshift=91pt, yshift=32pt] (G) {};
\node [place, xshift=110pt, yshift=-52pt] (H) {};
\node [place, xshift=124pt, yshift=23pt] (I) {};
\node [place, xshift=134pt, yshift=-7pt] (J) {};
\node [place, xshift=164pt, yshift=-14pt] (K) {};
\node [place, xshift=144pt, yshift=-66pt] (L) {};
\node [place, xshift=170pt, yshift=-46pt] (M) {};
\node [place, xshift=201pt, yshift=-59pt] (N) {};
\path[-, thick, color=gray]
(A) edge (B)
(A) edge (D)
(B) edge (D)
(C) edge (D)
(C) edge (E)
(C) edge (F)
(C) edge (G)
(E) edge (F)
(E) edge (H)
(F) edge (G)
(F) edge (I)
(F) edge (J)
(G) edge (I)
(H) edge (L)
(I) edge (J)
(J) edge (K)
(K) edge (M)
(L) edge (M)
(M) edge (N);
\end{tikzpicture}}}
\end{column}
\end{columns}
\begin{frame}{Geiht dat klar\hl{?}}
\begin{itemize}
\item Störerhaftung
\item Verschlüsselte Verbindung zu den Gateways
\item Privatanschlüsse nicht zurückverfolgbar
\end{itemize}
\end{frame}
%9
\begin{frame}{Demo}
\begin{itemize}
\item Knotenkarte \href{http://knotenkarte.de}{http://knotenkarte.de}
\end{itemize}
\begin{frame}{Dat funkt so\hl{!}}
\begin{itemize}
\item Chat
\item Radio
\item Blogs
\item Verbindung zu anderen Städten
\item Dein Dienst hier!
\end{itemize}
\end{frame}
%10
\begin{frame}{Sicherheit}
\begin{itemize}
\item Da Freifunk kein Kennwort nutzt, ist die Funkstrecke zum Zugangspunkt (wie bei allen offenen WLANs) unverschlüsselt
\item Wie sonst im Netz auch, nutzt nach Möglichkeit Ende-zu-Ende-Verschlüsselung
\item Verbindung Freifunk-Knoten zu Gateway läuft durch VPN und ist verschlüsselt --> kein Zugriff auf das „Heimnetzwerk“ möglich
\end{itemize}
\begin{frame}{Wat geiht\hl{?}}
\includegraphics[width=\textwidth]{Bilder/esmarch95}
\begin{itemize}
\item Richtfunk-Backbone im Aufbau
\item Erster Standort steht
\item Zweiter Standort in Arbeit
\end{itemize}
\end{frame}
%11
\begin{frame}{Störerhaftung}
\begin{itemize}
\item Die Zugangspunkte gehen nicht direkt in das Internet
\item Es wird über das Internet eine verschlüsselte VPN-Verbindung zu den Gateways aufgebaut
\item Selbst die Gateways sind nicht die Ausgänge ins GBI, sondern bauen wiederum VPNs ins Ausland auf
\end{itemize}
\begin{frame}{Wat geiht\hl{?}}
\begin{itemize}
\item Peering in Hamburg
\item Öffentliche Freisprechapparate
\item Freifunk-Familientreffen auf dem 31C3
\item Geekends
\end{itemize}
\end{frame}
%12
\begin{frame}{Dienste}
Implementiert
\begin{itemize}
\item Internet (IPv4 \& IPv6)
\item Stadtweites Intranet (IPv4 \& IPv6)
\item Internet Dienste \href{http://hamburg.freifunk.net/wo-wird-gefunkt\#Dienste}{http://hamburg.freifunk.net/wo-wird-gefunkt\#Dienste}
\item Verbindungen zu anderen Städten und Netzwerken sowie deren Diensten
\end{itemize}
\begin{frame}{Mook wat\hl{!}}
\begin{itemize}
\item Rede über Freifunk
\item Stelle Router auf
\item Betreibe eigene Dienste
\item Bring Dich ein
\item Komm zum Treffen
\begin{itemize}
\item Montag 19:00 beim CCCHH
\item Freitag 19:30 beim Attraktor e. V.
\end{itemize}
\end{itemize}
\end{frame}
%13
\begin{frame}{Richtfunknetz}
\includegraphics[width=\textwidth]{Bilder/esmarch95}
\begin{columns}
\begin{column}{0.7\textwidth}
\begin{itemize}
\item Heute wird Verbund der Stadteile über VPN-Tunnel durch das Internet realisiert (Abhängigkeit vom Internet und zentraler Gateways)
\item Eine Alternative bietet der Aufbau einer eigenen Infrastruktur mit Richtfunkstrecken von Dach zu Dach
\end{itemize}
\end{column}
\begin{column}{0.3\textwidth}
\begin{center}
\includegraphics[width=.8\textwidth]{Bilder/esmarch95-2}
\end{center}
\end{column}
\end{columns}
\begin{frame}{Klönen\hl{?}}
\begin{itemize}
\item hamburg.freifunk.net
\item @FreifunkHH
\item www.facebook.com/FreifunkHamburg
\item irc://irc.hackint.net/ffhh
\end{itemize}
%\includegraphics[width=0.5\textwidth]{Bilder/cc-by}
\end{frame}
\begin{frame}{}
\vspace{1.6cm}
\centering \includesvg[width=4cm]{in-hamburg-funkt-man-frei}
\vspace{0.8cm}
%14
\begin{frame}{Wie kann man mitmachen?}
\begin{itemize}
\item Alle können Freifunker\textunderscore innen werden, besondere technische Kenntnisse sind nicht erforderlich
\item Werde ein Teil des Netzwerks, indem du bei dir im Haus einen Freifunk-Knoten aufstellst
\item Treffen jeden Montag ab 19:00 Uhr in den Rämen des CCCHH, Freitags ab 19:30 Uhr im Attraktor
\end{itemize}
\end{frame}
%15
\begin{frame}{Helft mit!}
\begin{itemize}
\item \href{http://www.ohrensessel.net/ffhh/graph/total/year}{Stellt mehr Knoten auf}
\item \href{http://media.hamburg.freifunk.net}{Macht graphische Gestaltung}
\item Organisiert mit
\item Betreibt Öffentlichkeitsarbeit
\item \href{http://hamburg.freifunk.net/wo-wird-gefunkt\#Dienste}{Bietet eigene Dienste an}
\item Verbreitet die Idee
\end{itemize}
\end{frame}
%16
\begin{frame}{Entwickelt mit!}
\begin{itemize}
\item \href{http://hamburg.freifunk.net}{Verbessert die Seite}
\item \href{http://knotenkarte.de}{Fügt der Knotenkarte neue Fähigkeiten hinzu}
\item \href{http://www.ohrensessel.net/ffhh/total}{Bohrt die Statistiken auf (gamification)}
\item \href{https://github.com/freifunkhamburg/}{Entwickelt firmware}
\item \href{http://wiki.freifunk.net/Freifunk_Hamburg\#Technik}{Helft das Netz zu administrieren}
\end{itemize}
\end{frame}
%17
\begin{frame}{Vielen Dank!}
\begin{columns}
\begin{column}{0.6\textwidth}
\begin{itemize}
\item Netz: hamburg.freifunk.net
\item Mail: kontakt@hamburg.freifunk.net
\end{itemize}
\end{column}
\begin{column}{0.4\textwidth}
\begin{center}
\includegraphics[width=0.5\textwidth]{Bilder/cc-by}
\end{center}
\end{column}
\end{columns}
{\Huge Dann man tau\hl{!}}
\end{frame}
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

106
anker.svg Normal file
View file

@ -0,0 +1,106 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="185.84824"
height="145.60654"
id="svg3630"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="anker.svg">
<defs
id="defs3632">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434-6">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436-4"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.5377123"
inkscape:cx="90.963431"
inkscape:cy="77.140368"
inkscape:document-units="px"
inkscape:current-layer="g3671"
showgrid="false"
inkscape:window-width="798"
inkscape:window-height="884"
inkscape:window-x="0"
inkscape:window-y="14"
inkscape:window-maximized="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata3635">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-142.25829,-377.53125)">
<g
id="g3671">
<path
id="path4365"
d="m 235.1875,377.53125 c -0.16428,0 -0.30654,0.0312 -0.46875,0.0312 l -0.0312,0 c -0.16064,0 -0.30947,0.0312 -0.46875,0.0312 -0.15941,0 -0.34196,0.0312 -0.5,0.0312 -0.15779,0 -0.3124,0.0202 -0.46875,0.0625 -0.15616,0.0169 -0.31408,0.0202 -0.46875,0.0625 -0.15466,0.0169 -0.31532,-0.0111 -0.46875,0.0312 -0.15297,0.0167 -0.31707,0.0514 -0.46875,0.0937 -0.1518,0.025 -0.28706,0.0516 -0.4375,0.0937 l -0.0312,0 c -0.15018,0.0211 -0.28876,0.0202 -0.4375,0.0625 -0.14848,0.0379 -0.28999,0.0828 -0.4375,0.125 l -0.0312,0 c -0.2962,0.0716 -0.58466,0.13445 -0.875,0.21875 -0.14426,0.0505 -0.29467,0.0971 -0.4375,0.15625 -0.28742,0.0969 -0.56231,0.17171 -0.84375,0.28125 -0.13991,0.0548 -0.2989,0.1283 -0.4375,0.1875 -0.1386,0.059 -0.26933,0.1283 -0.40625,0.1875 -0.41406,0.18542 -0.81802,0.37882 -1.21875,0.59375 l -0.0312,0 c -1.07082,0.57978 -2.08752,1.28351 -3.0625,2.09375 -0.48701,0.40574 -0.97442,0.84896 -1.4375,1.3125 -2.2043,2.20449 -3.72991,4.66027 -4.625,7.40625 -0.094,0.28826 -0.20075,0.58004 -0.28125,0.875 -0.39878,1.47519 -0.5873,3.03147 -0.625,4.65625 -0.007,0.16175 -0.0312,0.33565 -0.0312,0.5 0,1.51602 0.16843,2.96301 0.5,4.375 0.42621,1.81559 1.11928,3.5451 2.09375,5.1875 0.64973,1.07659 1.37745,2.0899 2.1875,3 0.27064,0.30296 0.55556,0.58849 0.84375,0.875 1.15013,1.13764 2.44109,2.12776 3.875,2.96875 l 0,5.84375 -19,1.21875 0,13.65625 19,1.21875 0,70.21875 c -7.10868,9.67965 28.67462,15.0803 19.03125,-0.0625 l 0,-70.21875 19,-1.1875 0,-13.65625 -19,-1.21875 0,-5.875 c 0.17827,-0.10532 0.3576,-0.20289 0.53125,-0.3125 0.17345,-0.10532 0.36189,-0.23005 0.53125,-0.34375 0.16916,-0.11377 0.33526,-0.22575 0.5,-0.34375 0.16507,-0.11799 0.33988,-0.22153 0.5,-0.34375 0.16026,-0.12216 0.31285,-0.27564 0.46875,-0.40625 0.15623,-0.12638 0.31708,-0.24439 0.46875,-0.375 0.15278,-0.13067 0.32046,-0.27141 0.46875,-0.40625 0.14829,-0.13906 0.26257,-0.29422 0.40625,-0.4375 0.28858,-0.28567 0.5733,-0.57159 0.84375,-0.875 0.81005,-0.90926 1.5379,-1.89215 2.1875,-2.96875 1.73231,-2.92041 2.62487,-6.12848 2.625,-9.59375 -1.3e-4,-1.80337 -0.21788,-3.50198 -0.65625,-5.125 -0.0793,-0.29411 -0.18815,-0.58426 -0.28125,-0.875 -0.89508,-2.74597 -2.45202,-5.2334 -4.65625,-7.4375 -0.46302,-0.46309 -0.91924,-0.908 -1.40625,-1.3125 -0.12222,-0.10116 -0.25155,-0.18435 -0.375,-0.28125 -0.86343,-0.68386 -1.782,-1.27435 -2.71875,-1.78125 -0.13399,-0.0716 -0.27057,-0.15135 -0.40625,-0.21875 -0.26941,-0.13484 -0.53691,-0.28403 -0.8125,-0.40625 -0.41523,-0.18542 -0.82112,-0.34833 -1.25,-0.5 -0.14134,-0.0464 -0.29467,-0.0971 -0.4375,-0.15625 -0.28878,-0.0927 -0.58004,-0.1657 -0.875,-0.25 -0.14575,-0.038 -0.29006,-0.0827 -0.4375,-0.125 -1.48949,-0.36237 -3.07902,-0.53125 -4.71875,-0.53125 l 0,-0.0312 z m 0,10.96875 c 4.35105,0 7.875,3.5239 7.875,7.875 0,4.35105 -3.52395,7.875 -7.875,7.875 -4.3511,0 -7.875,-3.52395 -7.875,-7.875 0,-4.3511 3.5239,-7.875 7.875,-7.875 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0" />
<path
transform="matrix(-0.58726519,0,0,0.6501202,-2496.1983,-4371.1004)"
clip-path="url(#clipPath4434-6)"
inkscape:connector-curvature="0"
id="path4369"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m 287.10222,481.2627 -18.68172,0.68607 12.0265,-12.83253 27.98384,-0.98772 0.91011,28.06666 -12.02638,12.83246 -0.52575,-18.68692 c -5.34523,-0.38448 -5.92962,-2.28329 -9.6866,-9.07802 z"
id="path4371"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4373"
d="m 183.2608,481.2627 18.68173,0.68607 -12.02651,-12.83253 -27.98384,-0.98772 -0.9101,28.06666 12.02638,12.83246 0.52575,-18.68692 c 5.34522,-0.38448 5.92962,-2.28329 9.68659,-9.07802 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 249.11272,506.90513 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.95255,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.86883,0 z"
id="path4377"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

153
beamerthemeffmodern.sty Executable file
View file

@ -0,0 +1,153 @@
\usetheme{default}
\useoutertheme{default}
\useinnertheme{circles}
\usefonttheme{professionalfonts}
\usepackage[default,osfigures,scale=0.95]{opensans}
\usepackage[T1]{fontenc}
\usepackage{calc}
\usepackage{svg}
%%% For xelatex on Mac
%%\usepackage{fontspec}
%%\usepackage{xunicode}
%%\usepackage{xltxtra}
%%\setmainfont{Gill Sans}
%%\setmonofont[Scale=0.86]{Andale Mono}
%%% For pdflatex
%%\renewcommand\sfdefault{phv}
%%\renewcommand\familydefault{\sfdefault}
%%\usepackage{texnansi}
%%\usepackage{marvosym}
%\setbeamerfont{title}{size={\fontsize{48}{52}}}
\setbeamerfont{frametitle}{series=\bfseries}
\setbeamerfont{copyright in head/foot}{size=\Tiny}
\setbeamerfont{framenumber in head/foot}{size=\footnotesize}
\setbeamertemplate{itemize/enumerate body begin}{\Large}
\setbeamertemplate{itemize/enumerate subbody begin}{\large\renewcommand{\baselinestretch}{1.25}\normalsize\setlength\leftmarginii {0.6cm}}
%\setbeamertemplate{background canvas}{\includegraphics[width=\paperwidth,height=\paperheight]{Bilder/background.png}}
\definecolor{ff-magenta}{RGB}{229, 40, 122}
\definecolor{ff-blue}{RGB}{0, 158, 224}
\definecolor{ff-yellow}{RGB}{255, 188, 65}
\newcommand{\license}[1]{\def \thelicense {#1}}
\newcommand{\hl}[1]{{\color{ff-yellow}#1}}
\newcommand{\anker}{\includesvg[width=0.3cm]{anker}}
\newcommand{\Anker}{\includesvg[width=0.45cm]{anker}}
\newcommand{\ANKER}{\includesvg[width=0.6cm]{anker}}
\setbeamertemplate{itemize item}{\Anker{}}
\setbeamertemplate{itemize subitem}{\anker{}}
\definecolor{ff-gray-darker}{RGB}{51, 51, 51}
\definecolor{ff-gray-dark}{RGB}{68, 68, 68}
\definecolor{ff-gray}{RGB}{102, 102, 102}
\definecolor{ff-gray-light}{RGB}{214, 214, 214}
\definecolor{ff-gray-lighter}{RGB}{237, 237, 237}
\setbeamertemplate{navigation symbols}{} %no nav symbols
\usepackage{color}
\usecolortheme[named=ff-gray-lighter]{structure}
\setbeamercolor{background canvas}{bg=ff-gray-darker}
\setbeamercolor{normal text}{fg=ff-gray-lighter}
\setbeamercolor{normal text}{fg=ff-gray-lighter}
%\setbeamercolor{copyright in head/foot}{fg=gray}
\setbeamercolor{framenumber in head/foot}{fg=ff-yellow}
\setbeamertemplate{title page}{
% \thispagestyle{empty}
\addtocounter{framenumber}{-1}
{
\vspace{1.7cm}
\begin{figure}
\raggedright
\includesvg[width=2.5cm]{ffhh-anker}
\end{figure}
}
{
\vspace{-2.38cm}
{
\hspace{2.9cm}
\Huge
\bfseries
\inserttitle
}
\vspace{0.1cm}
{
\hspace{2.9cm}
\Large
\bfseries
\insertauthor
}
}
}{}
\setbeamertemplate{headline}{
\leavevmode
}
\setbeamertemplate{frametitle} {
\vskip 1.89cm
\leavevmode
\hbox{%
\begin{beamercolorbox}[wd=\paperwidth,ht=1.8ex,dp=1ex]{frametitle}%
\hspace*{0.985cm}\LARGE\insertframetitle
\end{beamercolorbox}
}%
}
\newcounter{currentpage}
\defbeamertemplate*{footline}{infolines theme}
{
\setcounter{currentpage}{\insertpagenumber - 1}
\ifnum \insertpagenumber=1
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=2ex,center]{copyright in head/foot}%
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.5\paperwidth, ht=2.25ex, dp=9pt, right]{framenumber in head/foot}%
\usebeamerfont{framenumber in head/foot}\insertdate\hspace*{5ex}
\end{beamercolorbox}
}%
\vskip0pt%
\else
\ifnum \value{currentpage}=\inserttotalframenumber
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=2ex,left]{framenumber in head/foot}%
\usebeamerfont{framenumber in head/foot}\hspace*{5ex}\thelicense
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.5\paperwidth, ht=2.25ex, dp=9pt, right]{framenumber in head/foot}%
\usebeamerfont{framenumber in head/foot}\insertframenumber{} / \inserttotalframenumber\hspace*{5ex}
\end{beamercolorbox}
}%
\else
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=2ex,center]{copyright in head/foot}%
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.5\paperwidth, ht=2.25ex, dp=9pt, right]{framenumber in head/foot}%
\usebeamerfont{framenumber in head/foot}\insertframenumber{} / \inserttotalframenumber\hspace*{5ex}
\end{beamercolorbox}
}%
\vskip0pt%
\fi
\fi
}

219
ffhh-anker.svg Normal file
View file

@ -0,0 +1,219 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="340"
height="340"
id="svg3447"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="Neues Dokument 3">
<defs
id="defs3449">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434-6">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436-4"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590-9">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592-5"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596-2"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600-8"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#333333"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="1.8529412"
inkscape:cx="170"
inkscape:cy="170"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="798"
inkscape:window-height="884"
inkscape:window-x="0"
inkscape:window-y="14"
inkscape:window-maximized="0" />
<metadata
id="metadata3452">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-61.118914,-25.590534)">
<g
id="g3580"
transform="translate(2.688147,-2.688134)">
<path
style="fill:#333333;fill-opacity:1;stroke:#e5287a;stroke-width:20.52684021;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
d="m 71.382334,198.27868 c 0,86.73545 70.312976,157.04842 157.048426,157.04842 86.73546,0 157.04844,-70.31297 157.04844,-157.04842 0,-86.73546 -70.31298,-157.048444 -157.04844,-157.048444 -86.73545,0 -157.048426,70.312984 -157.048426,157.048444 z"
id="path4355"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ededed;stroke-width:9.63967514;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
d="m 96.168864,198.27871 c 0,73.04626 59.215686,132.26196 132.261956,132.26196 73.04627,0 132.26196,-59.2157 132.26196,-132.26196 0,-73.04627 -59.21569,-132.261974 -132.26196,-132.261974 -73.04627,0 -132.261956,59.215704 -132.261956,132.261974 z"
id="path4357"
inkscape:connector-curvature="0" />
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10475.042,-16709.889)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path4359"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16005.186,-25432.225)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path4361"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-21994.014,-34878.011)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path4363"
inkscape:connector-curvature="0" />
<path
id="path4365"
d="m 228.43276,153.16229 c 1.63973,0 3.20633,0.18119 4.69582,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16851 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.13899 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84437 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62302 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07056 -2.18928,2.97982 -0.27045,0.30341 -0.55059,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.006,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.007,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.007,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.007,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.007,0 c -0.17365,0.10961 -0.34892,0.21915 -0.52719,0.32447 l 0,5.86974 19.0038,1.20201 0,13.67144 -19.0038,1.1961 0,70.21408 c 9.64337,15.1428 -26.14107,9.72645 -19.03239,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.007,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.006,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.007,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.6026 l 0.007,0 c 0.13692,-0.0592 0.27559,-0.11793 0.41419,-0.17696 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17274 0,0 0,0 0.006,0 0.28144,-0.10954 0.56788,-0.20647 0.8553,-0.30334 0,0 0,0 0.006,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.006,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24022 0,0 0,0 0.007,0 0.14751,-0.0422 0.29795,-0.0674 0.44643,-0.10531 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.007,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.006,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.007,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.006,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.006,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.006,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.006,0 0.16221,0 0.32526,-0.006 0.48954,-0.006 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path4369"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-6)"
transform="matrix(-0.58726519,0,0,0.6501202,-2502.9657,-4595.5031)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4371"
d="m 280.33477,256.85991 -18.68172,0.68607 12.0265,-12.83253 27.98384,-0.98772 0.91011,28.06666 -12.02638,12.83246 -0.52575,-18.68692 c -5.34523,-0.38448 -5.92962,-2.28329 -9.6866,-9.07802 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m 176.49334,256.85991 18.68173,0.68607 -12.02651,-12.83253 -27.98384,-0.98772 -0.9101,28.06666 12.02638,12.83246 0.52575,-18.68692 c 5.34522,-0.38448 5.92962,-2.28329 9.68659,-9.07802 z"
id="path4373"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 220.53742,171.97268 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.35105,0 7.87828,-3.52723 7.87828,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.87828,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path4375"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path4377"
d="m 242.34527,282.50234 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.95256,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.86884,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,322 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="492.46606"
height="492.46606"
id="svg3125"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="New document 3">
<defs
id="defs3127">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#333333"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="341.23336"
inkscape:cy="-270.91741"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="958"
inkscape:window-height="1063"
inkscape:window-x="0"
inkscape:window-y="15"
inkscape:window-maximized="0" />
<metadata
id="metadata3130">
<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>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-33.766638,231.02128)">
<g
id="g4756"
transform="matrix(0.6501202,0,0,0.6501202,3051.1167,-5567.2282)">
<path
transform="matrix(-0.03715004,-1.3943823,-1.3943823,0.03715004,-3321.1875,8328.4882)"
style="fill:none;stroke:none;display:inline"
d="m 85.714294,679.50507 c 0,139.64914 -113.208,252.85714 -252.857144,252.85714 C -306.792,932.36221 -420,819.15421 -420,679.50507 c 0,-139.64915 113.208,-252.85715 252.85715,-252.85715 139.649144,0 252.857144,113.208 252.857144,252.85715 z"
id="path3369"
inkscape:connector-curvature="0" />
<path
transform="matrix(0,1.0867917,-1.0867917,0,-3523.9877,8768.4423)"
style="fill:none;stroke:none;display:inline"
d="m 85.714294,679.50507 c 0,139.64914 -113.208,252.85714 -252.857144,252.85714 C -306.792,932.36221 -420,819.15421 -420,679.50507 c 0,-139.64915 113.208,-252.85715 252.85715,-252.85715 139.649144,0 252.857144,113.208 252.857144,252.85715 z"
id="path3305"
inkscape:connector-curvature="0" />
<path
transform="matrix(-0.95535486,0,0,0.95535486,-4422.1489,7937.6244)"
style="fill:#333333;fill-opacity:1;stroke:#e5287a;stroke-width:33.04941177;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
d="m 85.714294,679.50507 c 0,139.64914 -113.208,252.85714 -252.857144,252.85714 C -306.792,932.36221 -420,819.15421 -420,679.50507 c 0,-139.64915 113.208,-252.85715 252.85715,-252.85715 139.649144,0 252.857144,113.208 252.857144,252.85715 z"
id="path4758"
inkscape:connector-curvature="0" />
<path
transform="matrix(-0.80457415,0,0,0.80457415,-4396.9469,8040.0807)"
style="fill:none;stroke:#ededed;stroke-width:18.42903709;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
d="m 85.714294,679.50507 c 0,139.64914 -113.208,252.85714 -252.857144,252.85714 C -306.792,932.36221 -420,819.15421 -420,679.50507 c 0,-139.64915 113.208,-252.85715 252.85715,-252.85715 139.649144,0 252.857144,113.208 252.857144,252.85715 z"
id="path4760"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.5357183,0,0,3.5357183,-20726.305,-17420.965)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path4762"
inkscape:connector-curvature="0" />
<path
transform="matrix(-5.3625144,0,0,5.3625144,-29232.647,-30837.462)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path4764"
inkscape:connector-curvature="0" />
<path
transform="matrix(-7.3408294,0,0,7.3408294,-38444.524,-45366.754)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path4766"
inkscape:connector-curvature="0" />
<path
id="path4768"
d="m -4262.4651,8517.3959 c 2.5222,0 4.9319,0.2787 7.223,0.8361 0.2268,0.065 0.4543,0.1166 0.6785,0.175 0.4537,0.1296 0.9043,0.2592 1.3485,0.4018 0.2197,0.091 0.4446,0.1491 0.662,0.2204 0.6597,0.2333 1.3139,0.4925 1.9526,0.7777 0.4239,0.188 0.8432,0.3954 1.2576,0.6028 0.2087,0.1037 0.4226,0.2138 0.6287,0.324 1.4409,0.7797 2.8253,1.7033 4.1534,2.7552 0.1899,0.149 0.383,0.2981 0.571,0.4537 0.7491,0.6222 1.4804,1.2988 2.1926,2.0111 3.3905,3.3903 5.7717,7.2019 7.1485,11.4257 0.1432,0.4472 0.2832,0.8873 0.4051,1.3397 0.6743,2.4965 1.0093,5.1357 1.0095,7.9096 -2e-4,5.3302 -1.3316,10.2436 -3.9962,14.7357 -0.9992,1.656 -2.1215,3.1849 -3.3675,4.5835 -0.416,0.4667 -0.8469,0.9184 -1.2908,1.3578 -0.221,0.2204 -0.442,0.4343 -0.6701,0.6482 -0.2281,0.2074 -0.4517,0.4147 -0.6867,0.6157 l -0.01,0 c -0.2333,0.2009 -0.4712,0.4083 -0.7115,0.6027 l -0.01,0 c -0.2398,0.2009 -0.4815,0.4019 -0.728,0.5898 l -0.01,0 c -0.2463,0.188 -0.4907,0.3694 -0.7446,0.5509 l -0.01,0 c -0.2534,0.1815 -0.5094,0.363 -0.7696,0.538 l -0.01,0 c -0.2605,0.1749 -0.5191,0.3564 -0.7859,0.5184 l -0.01,0 c -0.2671,0.1686 -0.5367,0.3371 -0.8109,0.4991 l 0,9.0287 29.2312,1.8489 0,21.0291 -29.2312,1.8398 0,108.0017 c 14.8332,23.2923 -40.2096,14.961 -29.2752,0.072 l 0,-108.0128 -29.2312,-1.849 0,-21.029 29.2312,-1.8398 0,-9.0176 c -2.2056,-1.2936 -4.188,-2.8174 -5.9571,-4.5673 -0.4433,-0.4407 -0.8745,-0.8899 -1.2908,-1.3559 -1.246,-1.3999 -2.3681,-2.9275 -3.3675,-4.5835 -1.4989,-2.5263 -2.5795,-5.183 -3.2351,-7.9757 -0.51,-2.1719 -0.7613,-4.428 -0.7613,-6.7599 0,-0.2528 0,-0.5056 0.01,-0.7544 0.058,-2.4992 0.3876,-4.8875 1.001,-7.1566 0.1238,-0.4537 0.2605,-0.8963 0.4051,-1.3397 1.3768,-4.2238 3.7579,-8.0354 7.1485,-11.4263 0.7123,-0.713 1.4434,-1.3864 2.1925,-2.0105 l 0.01,0 c 1.4997,-1.2463 3.0689,-2.3183 4.716,-3.2101 l 0.01,0 c 0.6164,-0.3306 1.2413,-0.6417 1.8782,-0.9269 l 0.01,0 c 0.2106,-0.091 0.4239,-0.1814 0.6371,-0.2722 0,0 0,0 0.01,0 0.2132,-0.091 0.4219,-0.1814 0.6371,-0.2657 0,0 0,0 0.01,0 0.4329,-0.1685 0.8735,-0.3176 1.3156,-0.4666 0,0 0,0 0.01,0 0.2197,-0.091 0.4401,-0.1297 0.662,-0.2074 0,0 0,0 0.01,0 0.4466,-0.1297 0.8929,-0.2593 1.3485,-0.3695 0,0 0,0 0.01,0 0.2269,-0.065 0.4583,-0.1037 0.6867,-0.162 0,0 0,0 0.01,0 0.2288,-0.065 0.4556,-0.1037 0.6866,-0.1361 0,0 0,0 0.01,0 0.2314,-0.065 0.4615,-0.091 0.695,-0.1296 0,0 0,0 0.01,0 0.2333,-0.065 0.4679,-0.091 0.7032,-0.1167 0,0 0,0 0.01,0 0.236,-0.065 0.4738,-0.065 0.7117,-0.091 0,0 0,0 0.01,0 0.2379,-0.065 0.4796,-0.065 0.7198,-0.091 0,0 0,0 0.01,0 0.2405,-0.065 0.4771,-0.065 0.7198,-0.065 0,0 0,0 0.01,0 0.2431,0 0.4913,-0.065 0.7365,-0.065 0,0 0,0 0.01,0 0.245,0 0.4893,-0.065 0.7364,-0.065 0,0 0,0 0.01,0 0.2495,0 0.5003,-0.01 0.753,-0.01 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="translate(0.61292656,0)"
id="g4770">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434)"
inkscape:connector-curvature="0"
id="path4772"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path4774"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4776"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
transform="matrix(-0.72166902,0,0,0.72166902,-7622.8899,3246.1924)"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path4778"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path4780"
d="m -4241.0652,8716.3438 c 0.013,0.3459 0.028,0.6816 0.028,1.0312 0,13.2186 -9.6102,23.9375 -21.4615,23.9375 -11.8513,0 -21.4615,-10.7189 -21.4615,-23.9375 0,-0.3496 0.015,-0.6853 0.028,-1.0312 l 42.8672,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
<g
style="font-size:86.13791656px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ededed;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans Bold"
id="text3299">
<path
d="m -4442.3449,8794.703 -50.4839,55.0149 -11.6653,-10.7046 50.4839,-55.0148 11.6653,10.7045"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3415"
inkscape:connector-curvature="0" />
<path
d="m -4506.637,8717.2654 11.5521,16.4762 -27.6027,59.024 0.2639,0.3763 c 7.797,-6.2569 13.4379,-10.607 16.9227,-13.0503 l 28.7705,-20.1722 8.1216,11.5834 -61.1373,42.866 -11.4641,-16.3507 27.172,-58.6596 -0.2053,-0.2928 c -7.6521,5.9891 -13.1229,10.1368 -16.4127,12.4433 l -28.9377,20.2895 -8.1803,-11.6671 61.1373,-42.866"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3417"
inkscape:connector-curvature="0" />
<path
d="m -4537.5866,8614.6676 3.3027,15.4319 -31.513,6.7443 6.1886,28.9161 31.513,-6.7444 3.3134,15.4818 -73.0143,15.6264 -3.3134,-15.4818 28.6164,-6.1244 -6.1886,-28.9161 -28.6163,6.1245 -3.3027,-15.4319 73.0142,-15.6264"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3419"
inkscape:connector-curvature="0" />
<path
d="m -4535.4654,8549.8627 -18.0859,4.2539 -1.7589,27.1646 17.3862,6.5508 -1.1022,17.0225 -73.1146,-31.1428 1.2507,-19.3159 76.5269,-21.5556 -1.1022,17.0225 m -31.5811,7.1673 c -16.3945,3.9541 -25.666,6.1856 -27.8144,6.6947 -2.1461,0.4753 -3.8396,0.8092 -5.0804,1.0017 4.2765,1.4029 14.8223,5.3101 31.6375,11.7215 l 1.2573,-19.4179"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3421"
inkscape:connector-curvature="0" />
<path
d="m -4521.2061,8493.617 -61.0885,-4.7946 -0.1688,0.4275 c 11.3216,3.7752 18.835,6.3944 22.5402,7.8575 l 32.3018,12.7556 -5.196,13.1582 -69.449,-27.4244 7.916,-20.0462 59.5983,4.5357 0.1126,-0.285 -46.2238,-38.4051 7.9159,-20.0462 69.449,27.4244 -5.4211,13.7283 -32.8719,-12.9806 c -1.5517,-0.6127 -3.3348,-1.3351 -5.349,-2.1672 -2.0018,-0.8636 -7.2979,-3.2112 -15.8884,-7.0428 l -0.1688,0.4275 47.3188,39.3866 -5.3273,13.4908"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3423"
inkscape:connector-curvature="0" />
<path
d="m -4549.7272,8386.0743 14.6806,-18.0133 c 6.6896,-8.2082 12.7146,-13.2027 18.075,-14.9834 5.3555,-1.8285 10.5802,-0.667 15.6741,3.4843 3.4575,2.8179 5.6279,5.9484 6.5113,9.3916 0.9049,3.4169 0.4847,6.6541 -1.2606,9.7118 l 0.3959,0.3227 c 3.8081,-3.0018 7.4899,-4.3935 11.0454,-4.1752 3.577,0.192 7.2262,1.8045 10.9477,4.8373 5.2786,4.3021 7.8365,9.5711 7.6736,15.8072 -0.1415,6.2098 -2.8794,12.5874 -8.2139,19.1329 l -17.6489,21.6556 -57.8802,-47.1715 m 32.9246,6.4086 5.8077,-7.1261 c 2.7103,-3.3255 4.153,-6.1467 4.3282,-8.4637 0.1968,-2.3432 -0.8925,-4.4828 -3.2679,-6.4188 -2.2171,-1.8068 -4.4674,-2.2792 -6.7512,-1.4172 -2.2887,0.8142 -4.8634,2.9764 -7.7243,6.4866 l -5.2592,6.4531 12.8667,10.4861 m 9.7391,7.9372 15.0837,12.293 6.5175,-7.9971 c 2.7533,-3.3783 4.1393,-6.3995 4.1582,-9.0635 0.019,-2.6639 -1.3046,-5.0821 -3.9703,-7.2547 -4.8036,-3.9148 -10.0016,-2.4411 -15.5943,4.4211 l -6.1948,7.6012"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3425"
inkscape:connector-curvature="0" />
<path
d="m -4439.384,8283.8122 27.9361,39.419 c 3.1892,4.5003 4.9709,9.1635 5.3448,13.9897 0.4017,4.8067 -0.6605,9.4613 -3.1866,13.9641 -2.5261,4.5028 -6.3866,8.595 -11.5813,12.2764 -7.8338,5.5518 -15.335,7.8632 -22.5035,6.9341 -7.1882,-0.9568 -13.253,-4.9215 -18.1945,-11.8942 l -27.8179,-39.2523 12.8757,-9.125 26.43,37.2939 c 3.3271,4.6948 6.7128,7.47 10.1571,8.3259 3.4443,0.8558 7.3471,-0.2617 11.7085,-3.3526 4.2224,-2.9924 6.5005,-6.2553 6.8343,-9.7886 0.3418,-3.5807 -1.1607,-7.7324 -4.5075,-12.4549 l -26.3709,-37.2105 12.8757,-9.125"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3427"
inkscape:connector-curvature="0" />
<path
d="m -4378.6259,8292.3398 4.8039,-1.7339 c 4.7078,-1.6992 7.8994,-3.738 9.5748,-6.1165 1.6754,-2.3784 1.9062,-5.249 0.6925,-8.6117 -1.2022,-3.3307 -3.2106,-5.2844 -6.025,-5.8614 -2.7825,-0.5883 -6.5757,-0.016 -11.3795,1.7183 l -4.5157,1.6299 6.849,18.9753 m 4.3695,12.1058 9.7272,26.9498 -14.892,5.3751 -25.3499,-70.2328 20.4646,-7.3865 c 9.5437,-3.4446 17.2354,-4.248 23.0751,-2.4103 5.8281,1.8059 10.0194,6.2476 12.5741,13.3253 1.4911,4.1314 1.6836,8.2247 0.5773,12.28 -1.118,4.0234 -3.4291,7.6991 -6.9336,11.0273 16.2673,11.9742 26.8346,19.6891 31.7018,23.1449 l -16.5254,5.9647 -26.4928,-20.8985 -7.9264,2.861"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3429"
inkscape:connector-curvature="0" />
<path
d="m -4288.8166,8271.1417 29.5219,-2.4322 3.1785,38.5821 c -4.656,1.9551 -9.0797,3.4128 -13.2709,4.373 -4.1547,0.9914 -8.4377,1.6688 -12.8489,2.0322 -11.232,0.9254 -20.0882,-1.6589 -26.5689,-7.7527 -6.4495,-6.1306 -10.183,-15.3717 -11.2006,-27.7234 -0.9896,-12.0123 1.6661,-21.6602 7.9671,-28.9438 6.3349,-7.2862 15.5933,-11.4311 27.7754,-12.4348 7.6349,-0.6289 15.1242,0.2915 22.4679,2.7611 l -4.2027,13.0551 c -5.653,-2.2673 -11.4147,-3.1592 -17.2851,-2.6756 -6.8206,0.5619 -12.0952,3.3025 -15.8237,8.2217 -3.7285,4.9193 -5.2741,11.2473 -4.6367,18.984 0.6653,8.0762 2.8199,14.1164 6.4637,18.1208 3.6748,3.9677 8.6681,5.6916 14.9797,5.1716 3.2915,-0.2711 6.6059,-0.8858 9.9434,-1.8441 l -1.279,-15.5244 -14.0992,1.1615 -1.0819,-13.1321"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3431"
inkscape:connector-curvature="0" />
<path
d="m -4195.8604,8320.0911 -15.0627,-3.9697 19.0286,-72.2023 41.3854,10.9069 -3.3059,12.544 -26.3227,-6.9372 -4.9068,18.6185 24.4954,6.4557 -3.2929,12.4946 -24.4954,-6.4556 -7.523,28.5451"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3433"
inkscape:connector-curvature="0" />
<path
d="m -4066.0634,8296.0762 -23.4719,42.2297 c -2.6797,4.8212 -6.1148,8.4433 -10.3053,10.8666 -4.1608,2.4398 -8.8173,3.4938 -13.9696,3.1621 -5.1524,-0.3317 -10.5111,-2.0442 -16.0762,-5.1374 -8.3924,-4.6646 -13.7189,-10.4298 -15.9796,-17.2957 -2.2441,-6.8957 -1.2903,-14.0784 2.8616,-21.5482 l 23.3726,-42.0512 13.7939,7.6668 -22.2065,39.9531 c -2.7955,5.0295 -3.8348,9.2822 -3.1178,12.758 0.7169,3.4759 3.4116,6.5123 8.084,9.1092 4.5235,2.5143 8.4505,3.1583 11.781,1.932 3.3766,-1.2395 6.471,-4.3888 9.2831,-9.448 l 22.1568,-39.8638 13.7939,7.6668"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3435"
inkscape:connector-curvature="0" />
<path
d="m -4041.4061,8420.2129 -13.9486,-14.5034 18.1964,-62.567 -0.3186,-0.3313 c -6.742,7.3816 -11.6467,12.5475 -14.7142,15.4977 l -25.3257,24.3571 -9.8066,-10.1965 53.8172,-51.7588 13.8425,14.3929 -17.827,62.1408 0.2478,0.2577 c 6.64,-7.0947 11.4079,-12.0345 14.3037,-14.8195 l 25.473,-24.4987 9.8773,10.2702 -53.8172,51.7588"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3437"
inkscape:connector-curvature="0" />
<path
d="m -4003.0763,8489.4105 -8.3901,-15.8996 18.6952,-31.9824 -7.3683,-3.6766 -23.5783,12.4421 -7.389,-14.0024 66.0372,-34.8475 7.389,14.0025 -30.2181,15.9459 10.677,1.4109 31.8879,6.0408 8.1994,15.5381 -41.3805,-7.6147 -24.5614,42.6429"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3439"
inkscape:connector-curvature="0" />
<path
d="m -3994.0899,8526.9195 -3.8775,-15.3502 59.6184,-15.0597 -4.9657,-19.6582 12.7754,-3.227 13.8088,54.6667 -12.7753,3.227 -4.9657,-19.6582 -59.6184,15.0596"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3441"
inkscape:connector-curvature="0" />
<path
d="m -3989.184,8617.0818 60.5148,-9.6308 0.064,-0.4552 c -11.8907,-1.0216 -19.8083,-1.8102 -23.753,-2.3658 l -34.3896,-4.8442 1.9732,-14.0087 73.9378,10.4148 -3.0062,21.3419 -59.0054,9.534 -0.043,0.3034 53.9263,26.5246 -3.0062,21.3418 -73.9378,-10.4148 2.0587,-14.6156 34.9966,4.9295 c 1.652,0.2327 3.5546,0.5179 5.7076,0.8556 2.1483,0.3713 7.8466,1.4146 17.0951,3.1301 l 0.064,-0.4552 -55.2205,-27.2226 2.0232,-14.3628"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3443"
inkscape:connector-curvature="0" />
<path
d="m -4023.4451,8723.8174 18.353,2.8917 11.888,-24.4885 -13.6245,-12.6319 7.4496,-15.3455 55.9378,56.4497 -8.4533,17.4131 -79.0002,-8.9431 7.4496,-15.3455 m 31.9491,5.2908 c 16.6736,2.5306 26.1012,3.9659 28.2828,4.3059 2.1667,0.3705 3.8608,0.7009 5.0825,0.9912 -3.43,-2.9141 -11.7191,-10.5147 -24.8675,-22.802 l -8.4978,17.5049"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3445"
inkscape:connector-curvature="0" />
<path
d="m -4081.29,8796.0449 13.5295,-14.8952 63.6519,13.9348 0.309,-0.3402 c -7.8196,-6.2287 -13.3045,-10.7738 -16.4549,-13.6354 l -26.0099,-23.6251 9.5119,-10.472 55.2709,50.2034 -13.4265,14.7818 -63.2017,-13.5949 -0.2403,0.2647 c 7.5263,6.1462 12.7765,10.57 15.7505,13.2714 l 26.1611,23.7625 -9.5806,10.5476 -55.2709,-50.2034"
style="font-size:104.59603882px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3447"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:21.53447914px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ededed;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text3371">
<path
d="m -4437.2616,8844.5491 16.8481,9.5355 14.3271,-13.0178 -3.7382,19.0109 16.8011,9.5089 -19.2947,2.2527 -3.7381,19.0109 -8.169,-17.7343 -19.3622,2.1524 14.327,-13.0178 -8.0011,-17.7014"
style="font-size:110.74874878px"
id="path3450"
inkscape:connector-curvature="0" />
<path
d="m -4367.1864,8923.7142 -14.9239,-4.4631 21.3937,-71.5372 41.0043,12.2627 -3.7169,12.4285 -26.0802,-7.7996 -5.5168,18.447 24.2698,7.2581 -3.7022,12.3796 -24.2698,-7.2581 -8.458,28.2821"
style="font-size:104.59603882px;font-weight:bold;letter-spacing:15.38177109px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3452"
inkscape:connector-curvature="0" />
<path
d="m -4292.9102,8896.6566 5.0957,0.3419 c 4.9939,0.335 8.7356,-0.25 11.2254,-1.7551 2.4896,-1.5051 3.8541,-4.0411 4.0935,-7.6082 0.237,-3.533 -0.8174,-6.129 -3.163,-7.7879 -2.3118,-1.6565 -6.0155,-2.6557 -11.1113,-2.9976 l -4.79,-0.3214 -1.3503,20.1283 m -0.8615,12.8414 -1.9178,28.5873 -15.7969,-1.0598 4.9979,-74.5002 21.708,1.4563 c 10.1236,0.6792 17.4901,3.0332 22.0998,7.062 4.6117,3.9949 6.6658,9.7462 6.1622,17.2539 -0.2941,4.3824 -1.7621,8.2083 -4.4043,11.4776 -2.6399,3.2354 -6.233,5.6731 -10.7792,7.3132 10.0871,17.5002 16.6651,28.8103 19.7342,33.9301 l -17.5295,-1.176 -15.8664,-29.7804 -8.408,-0.564"
style="font-size:104.59603882px;font-weight:bold;letter-spacing:15.38177109px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3454"
inkscape:connector-curvature="0" />
<path
d="m -4184.6255,8931.6409 -42.4838,6.6612 -11.5662,-73.7664 42.4838,-6.6612 2.0094,12.8157 -26.8425,4.2088 2.5395,16.1963 24.9757,-3.916 2.0094,12.8158 -24.9756,3.916 2.9825,19.0219 26.8425,-4.2088 2.0253,12.9167"
style="font-size:104.59603882px;font-weight:bold;letter-spacing:15.38177109px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3456"
inkscape:connector-curvature="0" />
<path
d="m -4154.814,8922.8581 -24.3589,-70.5826 14.9662,-5.165 24.3589,70.5826 -14.9662,5.165"
style="font-size:104.59603882px;font-weight:bold;letter-spacing:15.38177109px;fill:#ededed;-inkscape-font-specification:Open Sans Bold"
id="path3458"
inkscape:connector-curvature="0" />
<path
d="m -4129.2694,8868.3742 16.7557,-9.697 -3.9674,-18.947 14.4983,12.8525 16.7089,-9.6699 -7.8307,17.7775 14.4982,12.8525 -19.4287,-1.9392 -7.9515,17.7849 -3.9674,-18.947 -19.3154,-2.0673"
style="font-size:110.74874878px"
id="path3460"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path3142"
d="m -4634.2944,8586.7929 c 0,205.354 166.4722,371.8262 371.8262,371.8262 205.354,0 371.8262,-166.4722 371.8262,-371.8262 0,-205.354 -166.4722,-371.8262 -371.8262,-371.8262 -205.354,0 -371.8262,166.4722 -371.8262,371.8262 z"
style="fill:none;stroke:#e5287a;stroke-width:13.8409338;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

611
netz-1.svg Normal file
View file

@ -0,0 +1,611 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1650.6458"
height="1090.0884"
id="svg7351"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="netz-2.svg">
<defs
id="defs7353">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434-5">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436-7"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592-2"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594-9">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596-2"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598-3">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600-0"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#333333"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.61831447"
inkscape:cx="825.32315"
inkscape:cy="286.27697"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showborder="false"
inkscape:window-width="1600"
inkscape:window-height="886"
inkscape:window-x="0"
inkscape:window-y="14"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7356">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(317.65625,234.73338)">
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 210.27305,605.27131 358.8774,628.39393"
id="path8540"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8542"
d="M 596.36334,693.60996 454.78518,652.63436"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8844"
d="m 1098.4337,229.87009 59.563,122.63931"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="g8292"
transform="translate(-126.37827,11.561038)">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path4355"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g7512">
<path
inkscape:connector-curvature="0"
id="path4359"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path4361"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path4363"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path4365" />
<g
id="g4367"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path4369"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4371"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path4373"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path4375"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path4377"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8488"
transform="translate(133.33604,43.977406)">
<path
inkscape:connector-curvature="0"
id="path8490"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8492"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8494"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8496"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8498"
inkscape:connector-curvature="0" />
<path
id="path8500"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8502">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8504"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8506"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8508"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8510"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8512"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(381.2974,116.6987)"
id="g8514">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path8516"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g8518">
<path
inkscape:connector-curvature="0"
id="path8520"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8522"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8524"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8526" />
<g
id="g8528"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8530"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8532"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8534"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8536"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8538"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(151.7742,-652.26463)"
id="g8736">
<path
inkscape:connector-curvature="0"
id="path8738"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8740"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8742"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8744"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8746"
inkscape:connector-curvature="0" />
<path
id="path8748"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8750">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8752"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8754"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8756"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8758"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8760"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(806.30289,-403.12308)"
id="g8848">
<path
inkscape:connector-curvature="0"
id="path8850"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8852"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8854"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8856"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8858"
inkscape:connector-curvature="0" />
<path
id="path8860"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8862">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8864"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8868"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8870"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8872"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(1184.5832,-351.6178)"
id="g8876">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -169.19921,765.89399 c 0,86.73545 70.312977,157.04843 157.048427,157.04843 86.73546,0 157.048443,-70.31298 157.048443,-157.04843 0,-86.73547 -70.312983,-157.04844 -157.048443,-157.04844 -86.73545,0 -157.048427,70.31297 -157.048427,157.04844 z"
id="path8878"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,-56.334263,591.23593)"
id="g8880">
<path
inkscape:connector-curvature="0"
id="path8882"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8884"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8886"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8888" />
<g
id="g8890"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8892"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8894"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8898"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8900"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="font-size:185.66456604px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9017" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 57 KiB

707
netz-2.svg Normal file
View file

@ -0,0 +1,707 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1650.6458"
height="1090.0884"
id="svg7351"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="netz-3.svg">
<defs
id="defs7353">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434-5">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436-7"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592-2"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594-9">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596-2"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598-3">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600-0"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#333333"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.61831447"
inkscape:cx="825.32315"
inkscape:cy="545.04497"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showborder="false"
inkscape:window-width="1600"
inkscape:window-height="886"
inkscape:window-x="0"
inkscape:window-y="14"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7356">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(317.65625,234.73338)">
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 210.27305,605.27131 358.8774,628.39393"
id="path8540"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8630"
d="M 3.2553264,708.74822 101.27097,630.75731"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8542"
d="M 596.36334,693.60996 454.78518,652.63436"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M -4.4059664,471.7188 92.069347,551.60726"
id="path8693"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 823.79428,644.68199 712.68434,700.25296"
id="path8703"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8824"
d="m 244.93904,-82.114746 120.04507,6.560375"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8844"
d="m 1098.4337,229.87009 59.563,122.63931"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="g8292"
transform="translate(-126.37827,11.561038)">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path4355"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g7512">
<path
inkscape:connector-curvature="0"
id="path4359"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path4361"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path4363"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path4365" />
<g
id="g4367"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path4369"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4371"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path4373"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path4375"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path4377"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8488"
transform="translate(133.33604,43.977406)">
<path
inkscape:connector-curvature="0"
id="path8490"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8492"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8494"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8496"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8498"
inkscape:connector-curvature="0" />
<path
id="path8500"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8502">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8504"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8506"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8508"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8510"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8512"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(381.2974,116.6987)"
id="g8514">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path8516"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g8518">
<path
inkscape:connector-curvature="0"
id="path8520"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8522"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8524"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8526" />
<g
id="g8528"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8530"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8532"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8534"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8536"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8538"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8688"
transform="translate(0.93173643,-31.434432)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8626">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9543"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path4355-8"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(-5.1761264,-335.18249)"
id="g8695">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8697">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9546"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8701"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(-1,0,0,1,837.97445,-149.11561)"
id="g8705">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8707">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9549"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8711"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(151.7742,-652.26463)"
id="g8736">
<path
inkscape:connector-curvature="0"
id="path8738"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8740"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8742"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8744"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8746"
inkscape:connector-curvature="0" />
<path
id="path8748"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8750">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8752"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8754"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8756"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8758"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8760"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
id="g8826"
transform="translate(233.69345,-857.5896)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8828">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9552"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path8832"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(806.30289,-403.12308)"
id="g8848">
<path
inkscape:connector-curvature="0"
id="path8850"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8852"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8854"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8856"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8858"
inkscape:connector-curvature="0" />
<path
id="path8860"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8862">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8864"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8868"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8870"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8872"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(1184.5832,-351.6178)"
id="g8876">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -169.19921,765.89399 c 0,86.73545 70.312977,157.04843 157.048427,157.04843 86.73546,0 157.048443,-70.31298 157.048443,-157.04843 0,-86.73547 -70.312983,-157.04844 -157.048443,-157.04844 -86.73545,0 -157.048427,70.31297 -157.048427,157.04844 z"
id="path8878"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,-56.334263,591.23593)"
id="g8880">
<path
inkscape:connector-curvature="0"
id="path8882"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8884"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8886"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8888" />
<g
id="g8890"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8892"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8894"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8898"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8900"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="font-size:185.66456604px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9017" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 69 KiB

922
netz-3.svg Normal file
View file

@ -0,0 +1,922 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1650.6458"
height="1090.0884"
id="svg7351"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="netz-4.svg">
<defs
id="defs7353">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434-5">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436-7"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592-2"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594-9">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596-2"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598-3">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600-0"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#333333"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.61831447"
inkscape:cx="825.32315"
inkscape:cy="545.04497"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showborder="false"
inkscape:window-width="1600"
inkscape:window-height="886"
inkscape:window-x="0"
inkscape:window-y="14"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7356">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(317.65625,234.73338)">
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 210.27305,605.27131 358.8774,628.39393"
id="path8540"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8630"
d="M 3.2553264,708.74822 101.27097,630.75731"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8542"
d="M 596.36334,693.60996 454.78518,652.63436"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M -4.4059664,471.7188 92.069347,551.60726"
id="path8693"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 823.79428,644.68199 712.68434,700.25296"
id="path8703"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8824"
d="m 244.93904,-82.114746 120.04507,6.560375"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8844"
d="m 1098.4337,229.87009 59.563,122.63931"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 464.90341,252.82219 161.81909,117.83"
id="path8916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8922"
d="M 454.73567,196.2015 636.89024,113.20126"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 676.04218,333.52566 688.55204,145.56009"
id="path8928"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 162.81394,536.36048 384.89244,266.61523"
id="path8934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8938"
d="M 410.10524,146.24924 422.84917,-15.284124"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 654.8227,58.798915 478.76336,-44.285492"
id="path8940"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8942"
d="M 1006.2149,166.39181 750.16705,106.96132"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="g8292"
transform="translate(-126.37827,11.561038)">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path4355"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g7512">
<path
inkscape:connector-curvature="0"
id="path4359"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path4361"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path4363"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path4365" />
<g
id="g4367"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path4369"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4371"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path4373"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path4375"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path4377"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8488"
transform="translate(133.33604,43.977406)">
<path
inkscape:connector-curvature="0"
id="path8490"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8492"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8494"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8496"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8498"
inkscape:connector-curvature="0" />
<path
id="path8500"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8502">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8504"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8506"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8508"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8510"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8512"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(381.2974,116.6987)"
id="g8514">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path8516"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g8518">
<path
inkscape:connector-curvature="0"
id="path8520"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8522"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8524"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8526" />
<g
id="g8528"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8530"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8532"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8534"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8536"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8538"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8688"
transform="translate(0.93173643,-31.434432)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8626">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9543"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path4355-8"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(-5.1761264,-335.18249)"
id="g8695">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8697">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9546"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8701"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(-1,0,0,1,837.97445,-149.11561)"
id="g8705">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8707">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9549"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8711"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(151.7742,-652.26463)"
id="g8736">
<path
inkscape:connector-curvature="0"
id="path8738"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8740"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8742"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8744"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8746"
inkscape:connector-curvature="0" />
<path
id="path8748"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8750">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8752"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8754"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8756"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8758"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8760"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
id="g8826"
transform="translate(233.69345,-857.5896)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8828">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9552"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path8832"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(806.30289,-403.12308)"
id="g8848">
<path
inkscape:connector-curvature="0"
id="path8850"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8852"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8854"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8856"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8858"
inkscape:connector-curvature="0" />
<path
id="path8860"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8862">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8864"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8868"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8870"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8872"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(1184.5832,-351.6178)"
id="g8876">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -169.19921,765.89399 c 0,86.73545 70.312977,157.04843 157.048427,157.04843 86.73546,0 157.048443,-70.31298 157.048443,-157.04843 0,-86.73547 -70.312983,-157.04844 -157.048443,-157.04844 -86.73545,0 -157.048427,70.31297 -157.048427,157.04844 z"
id="path8878"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,-56.334263,591.23593)"
id="g8880">
<path
inkscape:connector-curvature="0"
id="path8882"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8884"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8886"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8888" />
<g
id="g8890"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8892"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8894"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8898"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8900"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8904">
<path
d="m 444.11311,224.59072 0,13.64081 c -8e-5,1.13673 -0.39794,2.10295 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19356 -2.89868,1.19357 l -13.6408,0 c -1.13679,-1e-5 -2.10301,-0.39786 -2.89867,-1.19357 -0.79577,-0.79572 -1.19362,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c -5e-5,-1.13672 0.3978,-2.10294 1.19357,-2.89867 0.79566,-0.79569 1.76188,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82528,0 0,8.18448 4.09224,0 c 1.13669,2e-5 2.10291,0.39788 2.89867,1.19357 0.79566,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.64081 c -5e-5,1.13673 -0.39791,2.10295 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19356 -2.89867,1.19357 l -13.6408,0 c -1.13677,-1e-5 -2.10299,-0.39786 -2.89867,-1.19357 -0.79575,-0.79572 -1.1936,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c -3e-5,-1.13672 0.39782,-2.10294 1.19357,-2.89867 0.79568,-0.79569 1.7619,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82529,0 0,8.18448 4.09224,0 c 1.13672,2e-5 2.10294,0.39788 2.89867,1.19357 0.7957,0.79573 1.19355,1.76195 1.19357,2.89867 l 0,13.64081 c -2e-5,1.13673 -0.39787,2.10295 -1.19357,2.89867 -0.79573,0.79571 -1.76195,1.19356 -2.89867,1.19357 l -13.6408,0 c -1.13674,-1e-5 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79572 -1.19357,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.79569 1.76193,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 c -10e-6,-1.47773 0.53994,-2.75655 1.61985,-3.83647 1.07988,-1.07987 2.35871,-1.61982 3.83647,-1.61985 l 21.82529,0 0,-8.18448 -4.09224,0 c -1.13677,4e-5 -2.10299,-0.39782 -2.89867,-1.19357 -0.79575,-0.79567 -1.1936,-1.7619 -1.19357,-2.89867 l 0,-13.64081 c -3e-5,-1.13667 0.39782,-2.10289 1.19357,-2.89867 0.79568,-0.79565 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.39792 2.89867,1.19357 0.79566,0.79578 1.19352,1.762 1.19357,2.89867 l 0,13.64081 c -5e-5,1.13677 -0.39791,2.103 -1.19357,2.89867 -0.79576,0.79575 -1.76198,1.19361 -2.89867,1.19357 l -4.09224,0 0,8.18448 21.82528,0 c 1.47769,3e-5 2.75652,0.53998 3.83648,1.61985 1.07983,1.07992 1.61978,2.35874 1.61984,3.83647 l 0,8.18448 4.09224,0 c 1.13667,2e-5 2.10289,0.39788 2.89868,1.19357 0.79563,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9555"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8908">
<path
d="m 730.85969,104.1172 0,13.6408 c -8e-5,1.13673 -0.39793,2.10295 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13679,0 -2.10301,-0.39786 -2.89867,-1.19357 -0.79577,-0.79572 -1.19362,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c -5e-5,-1.13672 0.3978,-2.10294 1.19357,-2.89867 0.79566,-0.7957 1.76188,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 -21.82528,0 0,8.184484 4.09224,0 c 1.13669,1e-5 2.10291,0.39787 2.89867,1.19357 0.79567,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13673 -0.3979,2.10295 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19357 -2.89867,1.19357 l -13.6408,0 c -1.13677,0 -2.10299,-0.39786 -2.89867,-1.19357 -0.79574,-0.79572 -1.1936,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c -3e-5,-1.13672 0.39783,-2.10294 1.19357,-2.89867 0.79568,-0.7957 1.7619,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 -21.82529,0 0,8.184484 4.09225,0 c 1.13671,1e-5 2.10293,0.39787 2.89867,1.19357 0.79569,0.79573 1.19354,1.76195 1.19357,2.89867 l 0,13.6408 c -3e-5,1.13673 -0.39788,2.10295 -1.19357,2.89867 -0.79574,0.79571 -1.76196,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13673,0 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79572 -1.19357,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.7957 1.76194,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 c -10e-6,-1.477728 0.53994,-2.756552 1.61985,-3.836476 1.07988,-1.079868 2.35871,-1.619816 3.83647,-1.619846 l 21.82529,0 0,-8.184481 -4.09224,0 c -1.13677,3.8e-5 -2.10299,-0.397818 -2.89867,-1.193571 -0.79574,-0.795673 -1.1936,-1.761895 -1.19357,-2.89867 l 0,-13.640803 c -3e-5,-1.136677 0.39783,-2.102899 1.19357,-2.898671 0.79568,-0.795654 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.397916 2.89867,1.19357 0.79567,0.795772 1.19352,1.761994 1.19357,2.898671 l 0,13.640803 c -5e-5,1.136775 -0.3979,2.102997 -1.19357,2.89867 -0.79576,0.795753 -1.76198,1.193609 -2.89867,1.193571 l -4.09224,0 0,8.184481 21.82528,0 c 1.47769,3e-5 2.75652,0.539978 3.83648,1.619846 1.07983,1.079924 1.61978,2.358748 1.61985,3.836476 l 0,8.184484 4.09224,0 c 1.13666,1e-5 2.10288,0.39787 2.89867,1.19357 0.79564,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9558"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8912">
<path
d="m 712.4004,394.50593 0,13.6408 c -8e-5,1.13674 -0.39793,2.10296 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13679,0 -2.10301,-0.39786 -2.89867,-1.19357 -0.79576,-0.79571 -1.19362,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c -5e-5,-1.13672 0.39781,-2.10294 1.19357,-2.89867 0.79566,-0.7957 1.76188,-1.19355 2.89867,-1.19357 l 4.09225,0 0,-8.18448 -21.82529,0 0,8.18448 4.09224,0 c 1.13669,2e-5 2.10291,0.39787 2.89867,1.19357 0.79567,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13674 -0.3979,2.10296 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19357 -2.89867,1.19357 l -13.6408,0 c -1.13677,0 -2.10299,-0.39786 -2.89867,-1.19357 -0.79574,-0.79571 -1.1936,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c -3e-5,-1.13672 0.39783,-2.10294 1.19357,-2.89867 0.79568,-0.7957 1.7619,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82529,0 0,8.18448 4.09225,0 c 1.13671,2e-5 2.10293,0.39787 2.89867,1.19357 0.79569,0.79573 1.19354,1.76195 1.19357,2.89867 l 0,13.6408 c -3e-5,1.13674 -0.39788,2.10296 -1.19357,2.89867 -0.79574,0.79571 -1.76196,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13673,0 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79571 -1.19357,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.7957 1.76194,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 c 0,-1.47773 0.53994,-2.75655 1.61985,-3.83648 1.07988,-1.07986 2.35871,-1.61981 3.83647,-1.61984 l 21.82529,0 0,-8.18448 -4.09224,0 c -1.13677,3e-5 -2.10299,-0.39782 -2.89867,-1.19357 -0.79574,-0.79568 -1.1936,-1.7619 -1.19357,-2.89868 l 0,-13.6408 c -3e-5,-1.13667 0.39783,-2.1029 1.19357,-2.89867 0.79568,-0.79565 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.39792 2.89867,1.19357 0.79567,0.79577 1.19352,1.762 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13678 -0.3979,2.103 -1.19357,2.89868 -0.79576,0.79575 -1.76198,1.1936 -2.89867,1.19357 l -4.09224,0 0,8.18448 21.82529,0 c 1.47768,3e-5 2.75651,0.53998 3.83647,1.61984 1.07983,1.07993 1.61978,2.35875 1.61985,3.83648 l 0,8.18448 4.09224,0 c 1.13666,2e-5 2.10288,0.39787 2.89867,1.19357 0.79564,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9561"
inkscape:connector-curvature="0" />
</g>
<g
id="g8948">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8946"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8924">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9565"
inkscape:connector-curvature="0" />
</g>
</g>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8936"
d="M 657.97187,625.59654 668.95668,433.61337"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="g8953"
transform="translate(-9.6881489,163.20805)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8955"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8957">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9569"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(124.45545,90.919554)"
id="g8961">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8963"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8965">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9573"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8969"
transform="translate(-279.61556,242.62184)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8971"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8973">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9577"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(107.06165,378.62664)"
id="g8977">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8979"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8981">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9581"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8985"
transform="translate(-137.94161,-78.476018)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8987"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8989">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9585"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(11.205694,-154.48685)"
id="g8993">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8995"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8997">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9589"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g9001"
transform="translate(316.27101,-17.156351)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path9003"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9005">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9593"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="font-size:185.66456604px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9017" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 95 KiB

972
netz-4.svg Normal file
View file

@ -0,0 +1,972 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1650.6458"
height="1090.0884"
id="svg7351"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="netz.svg">
<defs
id="defs7353">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434-5">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436-7"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592-2"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594-9">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596-2"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598-3">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600-0"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#333333"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.61831447"
inkscape:cx="825.32315"
inkscape:cy="545.04497"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showborder="false"
inkscape:window-width="1600"
inkscape:window-height="886"
inkscape:window-x="0"
inkscape:window-y="14"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7356">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(317.65625,234.73338)">
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 210.27305,605.27131 358.8774,628.39393"
id="path8540"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8630"
d="M 3.2553264,708.74822 101.27097,630.75731"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8542"
d="M 596.36334,693.60996 454.78518,652.63436"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M -4.4059664,471.7188 92.069347,551.60726"
id="path8693"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 823.79428,644.68199 712.68434,700.25296"
id="path8703"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8824"
d="m 244.93904,-82.114746 120.04507,6.560375"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8844"
d="m 1098.4337,229.87009 59.563,122.63931"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 464.90341,252.82219 161.81909,117.83"
id="path8916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8922"
d="M 454.73567,196.2015 636.89024,113.20126"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 676.04218,333.52566 688.55204,145.56009"
id="path8928"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 162.81394,536.36048 384.89244,266.61523"
id="path8934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8938"
d="M 410.10524,146.24924 422.84917,-15.284124"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 654.8227,58.798915 478.76336,-44.285492"
id="path8940"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8942"
d="M 1006.2149,166.39181 750.16705,106.96132"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 340.85653,209.67746 98.729253,192.54114"
id="path9319"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<g
id="g8292"
transform="translate(-126.37827,11.561038)">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path4355"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g7512">
<path
inkscape:connector-curvature="0"
id="path4359"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path4361"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path4363"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path4365" />
<g
id="g4367"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path4369"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4371"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path4373"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path4375"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path4377"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8488"
transform="translate(133.33604,43.977406)">
<path
inkscape:connector-curvature="0"
id="path8490"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8492"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8494"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8496"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8498"
inkscape:connector-curvature="0" />
<path
id="path8500"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8502">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8504"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8506"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8508"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8510"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8512"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(381.2974,116.6987)"
id="g8514">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path8516"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g8518">
<path
inkscape:connector-curvature="0"
id="path8520"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8522"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8524"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8526" />
<g
id="g8528"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8530"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8532"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8534"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8536"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8538"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8688"
transform="translate(0.93173643,-31.434432)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8626">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9543"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path4355-8"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(-5.1761264,-335.18249)"
id="g8695">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8697">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9546"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8701"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(-1,0,0,1,837.97445,-149.11561)"
id="g8705">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8707">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9549"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8711"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(151.7742,-652.26463)"
id="g8736">
<path
inkscape:connector-curvature="0"
id="path8738"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8740"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8742"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8744"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8746"
inkscape:connector-curvature="0" />
<path
id="path8748"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8750">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8752"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8754"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8756"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8758"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8760"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
id="g8826"
transform="translate(233.69345,-857.5896)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8828">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9552"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path8832"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(806.30289,-403.12308)"
id="g8848">
<path
inkscape:connector-curvature="0"
id="path8850"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8852"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8854"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8856"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8858"
inkscape:connector-curvature="0" />
<path
id="path8860"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8862">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8864"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8868"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8870"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8872"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(1184.5832,-351.6178)"
id="g8876">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -169.19921,765.89399 c 0,86.73545 70.312977,157.04843 157.048427,157.04843 86.73546,0 157.048443,-70.31298 157.048443,-157.04843 0,-86.73547 -70.312983,-157.04844 -157.048443,-157.04844 -86.73545,0 -157.048427,70.31297 -157.048427,157.04844 z"
id="path8878"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,-56.334263,591.23593)"
id="g8880">
<path
inkscape:connector-curvature="0"
id="path8882"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8884"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8886"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8888" />
<g
id="g8890"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8892"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8894"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8898"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8900"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8904">
<path
d="m 444.11311,224.59072 0,13.64081 c -8e-5,1.13673 -0.39794,2.10295 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19356 -2.89868,1.19357 l -13.6408,0 c -1.13679,-1e-5 -2.10301,-0.39786 -2.89867,-1.19357 -0.79577,-0.79572 -1.19362,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c -5e-5,-1.13672 0.3978,-2.10294 1.19357,-2.89867 0.79566,-0.79569 1.76188,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82528,0 0,8.18448 4.09224,0 c 1.13669,2e-5 2.10291,0.39788 2.89867,1.19357 0.79566,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.64081 c -5e-5,1.13673 -0.39791,2.10295 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19356 -2.89867,1.19357 l -13.6408,0 c -1.13677,-1e-5 -2.10299,-0.39786 -2.89867,-1.19357 -0.79575,-0.79572 -1.1936,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c -3e-5,-1.13672 0.39782,-2.10294 1.19357,-2.89867 0.79568,-0.79569 1.7619,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82529,0 0,8.18448 4.09224,0 c 1.13672,2e-5 2.10294,0.39788 2.89867,1.19357 0.7957,0.79573 1.19355,1.76195 1.19357,2.89867 l 0,13.64081 c -2e-5,1.13673 -0.39787,2.10295 -1.19357,2.89867 -0.79573,0.79571 -1.76195,1.19356 -2.89867,1.19357 l -13.6408,0 c -1.13674,-1e-5 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79572 -1.19357,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.79569 1.76193,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 c -10e-6,-1.47773 0.53994,-2.75655 1.61985,-3.83647 1.07988,-1.07987 2.35871,-1.61982 3.83647,-1.61985 l 21.82529,0 0,-8.18448 -4.09224,0 c -1.13677,4e-5 -2.10299,-0.39782 -2.89867,-1.19357 -0.79575,-0.79567 -1.1936,-1.7619 -1.19357,-2.89867 l 0,-13.64081 c -3e-5,-1.13667 0.39782,-2.10289 1.19357,-2.89867 0.79568,-0.79565 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.39792 2.89867,1.19357 0.79566,0.79578 1.19352,1.762 1.19357,2.89867 l 0,13.64081 c -5e-5,1.13677 -0.39791,2.103 -1.19357,2.89867 -0.79576,0.79575 -1.76198,1.19361 -2.89867,1.19357 l -4.09224,0 0,8.18448 21.82528,0 c 1.47769,3e-5 2.75652,0.53998 3.83648,1.61985 1.07983,1.07992 1.61978,2.35874 1.61984,3.83647 l 0,8.18448 4.09224,0 c 1.13667,2e-5 2.10289,0.39788 2.89868,1.19357 0.79563,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9555"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8908">
<path
d="m 730.85969,104.1172 0,13.6408 c -8e-5,1.13673 -0.39793,2.10295 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13679,0 -2.10301,-0.39786 -2.89867,-1.19357 -0.79577,-0.79572 -1.19362,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c -5e-5,-1.13672 0.3978,-2.10294 1.19357,-2.89867 0.79566,-0.7957 1.76188,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 -21.82528,0 0,8.184484 4.09224,0 c 1.13669,1e-5 2.10291,0.39787 2.89867,1.19357 0.79567,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13673 -0.3979,2.10295 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19357 -2.89867,1.19357 l -13.6408,0 c -1.13677,0 -2.10299,-0.39786 -2.89867,-1.19357 -0.79574,-0.79572 -1.1936,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c -3e-5,-1.13672 0.39783,-2.10294 1.19357,-2.89867 0.79568,-0.7957 1.7619,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 -21.82529,0 0,8.184484 4.09225,0 c 1.13671,1e-5 2.10293,0.39787 2.89867,1.19357 0.79569,0.79573 1.19354,1.76195 1.19357,2.89867 l 0,13.6408 c -3e-5,1.13673 -0.39788,2.10295 -1.19357,2.89867 -0.79574,0.79571 -1.76196,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13673,0 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79572 -1.19357,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.7957 1.76194,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 c -10e-6,-1.477728 0.53994,-2.756552 1.61985,-3.836476 1.07988,-1.079868 2.35871,-1.619816 3.83647,-1.619846 l 21.82529,0 0,-8.184481 -4.09224,0 c -1.13677,3.8e-5 -2.10299,-0.397818 -2.89867,-1.193571 -0.79574,-0.795673 -1.1936,-1.761895 -1.19357,-2.89867 l 0,-13.640803 c -3e-5,-1.136677 0.39783,-2.102899 1.19357,-2.898671 0.79568,-0.795654 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.397916 2.89867,1.19357 0.79567,0.795772 1.19352,1.761994 1.19357,2.898671 l 0,13.640803 c -5e-5,1.136775 -0.3979,2.102997 -1.19357,2.89867 -0.79576,0.795753 -1.76198,1.193609 -2.89867,1.193571 l -4.09224,0 0,8.184481 21.82528,0 c 1.47769,3e-5 2.75652,0.539978 3.83648,1.619846 1.07983,1.079924 1.61978,2.358748 1.61985,3.836476 l 0,8.184484 4.09224,0 c 1.13666,1e-5 2.10288,0.39787 2.89867,1.19357 0.79564,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9558"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8912">
<path
d="m 712.4004,394.50593 0,13.6408 c -8e-5,1.13674 -0.39793,2.10296 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13679,0 -2.10301,-0.39786 -2.89867,-1.19357 -0.79576,-0.79571 -1.19362,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c -5e-5,-1.13672 0.39781,-2.10294 1.19357,-2.89867 0.79566,-0.7957 1.76188,-1.19355 2.89867,-1.19357 l 4.09225,0 0,-8.18448 -21.82529,0 0,8.18448 4.09224,0 c 1.13669,2e-5 2.10291,0.39787 2.89867,1.19357 0.79567,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13674 -0.3979,2.10296 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19357 -2.89867,1.19357 l -13.6408,0 c -1.13677,0 -2.10299,-0.39786 -2.89867,-1.19357 -0.79574,-0.79571 -1.1936,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c -3e-5,-1.13672 0.39783,-2.10294 1.19357,-2.89867 0.79568,-0.7957 1.7619,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82529,0 0,8.18448 4.09225,0 c 1.13671,2e-5 2.10293,0.39787 2.89867,1.19357 0.79569,0.79573 1.19354,1.76195 1.19357,2.89867 l 0,13.6408 c -3e-5,1.13674 -0.39788,2.10296 -1.19357,2.89867 -0.79574,0.79571 -1.76196,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13673,0 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79571 -1.19357,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.7957 1.76194,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 c 0,-1.47773 0.53994,-2.75655 1.61985,-3.83648 1.07988,-1.07986 2.35871,-1.61981 3.83647,-1.61984 l 21.82529,0 0,-8.18448 -4.09224,0 c -1.13677,3e-5 -2.10299,-0.39782 -2.89867,-1.19357 -0.79574,-0.79568 -1.1936,-1.7619 -1.19357,-2.89868 l 0,-13.6408 c -3e-5,-1.13667 0.39783,-2.1029 1.19357,-2.89867 0.79568,-0.79565 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.39792 2.89867,1.19357 0.79567,0.79577 1.19352,1.762 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13678 -0.3979,2.103 -1.19357,2.89868 -0.79576,0.79575 -1.76198,1.1936 -2.89867,1.19357 l -4.09224,0 0,8.18448 21.82529,0 c 1.47768,3e-5 2.75651,0.53998 3.83647,1.61984 1.07983,1.07993 1.61978,2.35875 1.61985,3.83648 l 0,8.18448 4.09224,0 c 1.13666,2e-5 2.10288,0.39787 2.89867,1.19357 0.79564,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9561"
inkscape:connector-curvature="0" />
</g>
<g
id="g8948">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8946"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8924">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9565"
inkscape:connector-curvature="0" />
</g>
</g>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8936"
d="M 657.97187,625.59654 668.95668,433.61337"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="g8953"
transform="translate(-9.6881489,163.20805)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8955"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8957">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9569"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(124.45545,90.919554)"
id="g8961">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8963"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8965">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9573"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8969"
transform="translate(-279.61556,242.62184)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8971"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8973">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9577"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(107.06165,378.62664)"
id="g8977">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8979"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8981">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9581"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8985"
transform="translate(-137.94161,-78.476018)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8987"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8989">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9585"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(11.205694,-154.48685)"
id="g8993">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8995"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8997">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9589"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g9001"
transform="translate(316.27101,-17.156351)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path9003"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9005">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9593"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="scale(-1,1)"
style="font-size:368.52630615px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:none;stroke:#ededed;stroke-width:7;stroke-miterlimit:4;stroke-opacity:1;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9009">
<path
d="m 314.14706,198.43196 c -3.9e-4,21.79905 -7.74657,40.44471 -23.23854,55.93703 -15.35562,15.35527 -33.93273,23.0329 -55.73138,23.0329 l -223.748116,0 c -25.363671,0 -47.094088,-8.98008 -65.191317,-26.94026 -17.960182,-18.09723 -26.94026,-39.82765 -26.94026,-65.19132 0,-18.09716 4.867065,-34.61777 14.60121,-49.56185 9.734115,-15.08091 22.553005,-26.32314 38.456707,-33.72674 -0.274254,-3.838637 -0.411354,-6.786296 -0.411302,-8.842987 C -28.05599,64.073627 -17.773459,39.258451 2.7916884,18.693129 23.356668,-1.8716761 48.171845,-12.154208 77.237293,-12.154497 c 21.661709,2.89e-4 41.267067,6.0327078 58.816137,18.0972735 17.68574,12.0651085 30.57318,27.8316575 38.66236,47.2996935 9.59678,-8.500002 20.97611,-12.750115 34.13804,-12.750352 14.53236,2.37e-4 26.93994,5.141503 37.2228,15.423813 10.28221,10.282753 15.42347,22.690341 15.42382,37.222802 -3.5e-4,10.282717 -2.81091,19.742647 -8.43169,28.379817 17.68562,4.11317 32.28682,13.36745 43.80363,27.76286 11.51606,14.25857 17.27428,30.64208 17.27467,49.15055"
id="path9596"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:185.66456604px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9017" />
<g
transform="translate(-331.37032,51.243901)"
id="g9321">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path9323"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9325">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9601"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g9339"
transform="matrix(-0.15602883,0,0,0.15602883,-167.97974,135.64247)"
style="fill:#fdbc41;fill-opacity:1">
<path
sodipodi:nodetypes="ccccccccccscccccccccsccssccccsccccccccccccsccc"
d="m -941.37156,62.83185 c 1.89261,1.89354 2.8392,4.31259 2.83976,7.257157 -5.6e-4,2.945293 -0.94715,5.364343 -2.83976,7.257157 L -1042.3407,178.3153 c -1.8936,1.89343 -4.3127,2.84001 -7.2572,2.83976 -2.735,2.5e-4 -5.154,-0.94633 -7.2571,-2.83976 -1.8936,-2.10326 -2.8402,-4.52231 -2.8398,-7.25715 l 0,-60.58149 -80.7753,0 c -10.0972,3.3e-4 -19.2476,1.57797 -27.451,4.73293 -8.204,3.1556 -15.4612,7.88853 -21.7714,14.19879 -6.3109,6.31087 -11.6749,12.83178 -16.092,19.56277 -4.4177,6.5212 -9.1506,14.61976 -14.1988,24.2957 -6.7315,13.04209 -14.9353,31.0272 -24.6112,53.95538 -6.1005,13.88345 -11.3593,25.558 -15.7764,35.02367 -4.2073,9.46602 -9.8868,20.50951 -17.0386,33.1305 -6.9418,12.62127 -13.6731,23.13888 -20.1938,31.55286 -6.3108,8.41419 -14.0938,17.14381 -23.3491,26.18887 -9.0453,9.04522 -18.5112,16.30237 -28.3976,21.77147 -9.6763,5.25886 -20.825,9.67626 -33.446,13.2522 -12.6213,3.36568 -26.0838,5.0485 -40.3877,5.04846 l -70.6784,0 c -2.9449,4e-5 -5.364,-0.94655 -7.2571,-2.83976 -1.8932,-1.89313 -2.8398,-4.31218 -2.8398,-7.25716 l 0,-60.58148 c 0,-2.94482 0.9466,-5.36387 2.8398,-7.25716 1.8931,-1.89305 4.3122,-2.83964 7.2571,-2.83976 l 70.6784,0 c 10.0969,1.2e-4 19.2472,-1.57752 27.451,-4.73293 8.2036,-3.15515 15.4608,-7.88808 21.7715,-14.19878 6.3104,-6.31043 11.6744,-12.72617 16.0919,-19.24724 4.4173,-6.73111 9.1502,-14.93485 14.1988,-24.61123 6.7311,-13.04165 14.9349,-31.02676 24.6113,-53.95539 6.1,-13.883 11.2536,-25.55755 15.4609,-35.02367 4.4171,-9.46557 10.0967,-20.50906 17.0385,-33.13049 7.1518,-12.62083 13.883,-23.13844 20.1938,-31.552861 6.5207,-8.413749 14.3037,-17.143364 23.3491,-26.188871 9.2553,-9.044779 18.7211,-16.196753 28.3976,-21.455942 9.8863,-5.468771 21.1401,-9.886167 33.7616,-13.2522 12.6208,-3.575588 26.0833,-5.363582 40.3876,-5.363985 l 80.7753,0 0,-60.581484 c -4e-4,-2.944466 0.9462,-5.363516 2.8398,-7.257157 1.8927,-1.892698 4.3118,-2.839283 7.2571,-2.839758 2.5238,4.75e-4 5.048,1.052236 7.5727,3.155286 L -941.37156,62.83185"
style="font-size:565.42718506px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="path9334"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path9337"
style="font-size:565.42718506px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
d="m -941.37156,643.38136 c 1.89261,-1.89354 2.8392,-4.31259 2.83976,-7.25715 -5.6e-4,-2.9453 -0.94715,-5.36435 -2.83976,-7.25716 L -1042.3407,527.89791 c -1.8936,-1.89343 -4.3127,-2.84001 -7.2572,-2.83976 -2.735,-2.5e-4 -5.154,0.94633 -7.2571,2.83976 -1.8936,2.10326 -2.8402,4.52231 -2.8398,7.25715 l 0,60.58149 -80.7753,0 c -10.0972,-3.3e-4 -19.2476,-1.57797 -27.451,-4.73293 -8.204,-3.1556 -15.4612,-7.88853 -21.7714,-14.19879 -6.3109,-6.31087 -11.6749,-12.83178 -16.092,-19.56277 -4.4177,-6.5212 -9.1506,-14.61976 -14.1988,-24.2957 -6.7315,-13.04209 -14.9353,-31.0272 -24.6112,-53.95538 -6.1005,-13.88345 -11.3593,-25.558 -15.7764,-35.02367 -4.2073,-9.46602 -9.8868,-20.50951 -17.0386,-33.1305 -6.9418,-12.62127 -13.6731,-23.13888 -20.1938,-31.55286 -6.3108,-8.41419 -14.0938,-17.14381 -23.3491,-26.18887 -9.0453,-9.04522 -18.5112,-16.30237 -28.3976,-21.77147 -9.6763,-5.25886 -20.825,-9.67626 -33.446,-13.2522 -12.6213,-3.36568 -26.0838,-5.0485 -40.3877,-5.04846 l -70.6784,0 c -2.9449,-4e-5 -5.364,0.94655 -7.2571,2.83976 -1.8932,1.89313 -2.8398,4.31218 -2.8398,7.25716 l 0,60.58148 c 0,2.94482 0.9466,5.36387 2.8398,7.25716 1.8931,1.89305 4.3122,2.83964 7.2571,2.83976 l 70.6784,0 c 10.0969,-1.2e-4 19.2472,1.57752 27.451,4.73293 8.2036,3.15515 15.4608,7.88808 21.7715,14.19878 6.3104,6.31043 11.6744,12.72617 16.0919,19.24724 4.4173,6.73111 9.1502,14.93485 14.1988,24.61123 6.7311,13.04165 14.9349,31.02676 24.6113,53.95539 6.1,13.883 11.2536,25.55755 15.4609,35.02367 4.4171,9.46557 10.0967,20.50906 17.0385,33.13049 7.1518,12.62083 13.883,23.13844 20.1938,31.55286 6.5207,8.41375 14.3037,17.14337 23.3491,26.18887 9.2553,9.04478 18.7211,16.19676 28.3976,21.45595 9.8863,5.46877 21.1401,9.88616 33.7616,13.2522 12.6208,3.57558 26.0833,5.36358 40.3876,5.36398 l 80.7753,0 0,60.58149 c -4e-4,2.94446 0.9462,5.36351 2.8398,7.25715 1.8927,1.8927 4.3118,2.83929 7.2571,2.83976 2.5238,-4.7e-4 5.048,-1.05224 7.5727,-3.15529 l 100.65364,-100.65361"
sodipodi:nodetypes="ccccccccccscccccccccsccssccccsccccccccccccsccc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 104 KiB

972
netz.svg Normal file
View file

@ -0,0 +1,972 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1650.6458"
height="1090.0884"
id="svg7351"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="netz.svg">
<defs
id="defs7353">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4434-5">
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="1.8153608"
rx="1.2299931"
y="8491.9297"
x="1914.3979"
height="261.76361"
width="261.76361"
id="rect4436-7"
style="opacity:0.57661288;fill:#ff0000;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4590-4">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4592-2"
d="m -4623.8797,7360.2562 -32.3968,-15.9515 21.309,-23.1111 z m -53.9986,-39.0626 21.3091,23.1067 -32.3947,15.9559 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4594-9">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4596-2"
d="m -4611.873,7366.1514 -44.3484,-21.8363 29.1702,-31.6371 z m -73.9194,-53.4734 29.1702,31.6312 -44.3455,21.8422 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4598-3">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4600-0"
d="m -4588.8535,7377.4531 -67.2619,-33.1184 44.2416,-47.9831 z m -112.1113,-81.1015 44.2416,47.9741 -67.2575,33.1274 z"
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#333333"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.61831447"
inkscape:cx="825.32315"
inkscape:cy="545.04497"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showborder="false"
inkscape:window-width="1600"
inkscape:window-height="886"
inkscape:window-x="0"
inkscape:window-y="14"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7356">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(317.65625,234.73338)">
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 210.27305,605.27131 358.8774,628.39393"
id="path8540"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8630"
d="M 3.2553264,708.74822 101.27097,630.75731"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8542"
d="M 596.36334,693.60996 454.78518,652.63436"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M -4.4059664,471.7188 92.069347,551.60726"
id="path8693"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 823.79428,644.68199 712.68434,700.25296"
id="path8703"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8824"
d="m 244.93904,-82.114746 120.04507,6.560375"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8844"
d="m 1098.4337,229.87009 59.563,122.63931"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 464.90341,252.82219 161.81909,117.83"
id="path8916"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8922"
d="M 454.73567,196.2015 636.89024,113.20126"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 676.04218,333.52566 688.55204,145.56009"
id="path8928"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 162.81394,536.36048 384.89244,266.61523"
id="path8934"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8938"
d="M 410.10524,146.24924 422.84917,-15.284124"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 654.8227,58.798915 478.76336,-44.285492"
id="path8940"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8942"
d="M 1006.2149,166.39181 750.16705,106.96132"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 340.85653,209.67746 98.729253,192.54114"
id="path9319"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<g
id="g8292"
transform="translate(-126.37827,11.561038)">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path4355"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g7512">
<path
inkscape:connector-curvature="0"
id="path4359"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path4361"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path4363"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path4365" />
<g
id="g4367"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path4369"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4371"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path4373"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path4375"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path4377"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8488"
transform="translate(133.33604,43.977406)">
<path
inkscape:connector-curvature="0"
id="path8490"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8492"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8494"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8496"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8498"
inkscape:connector-curvature="0" />
<path
id="path8500"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8502">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8504"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8506"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8508"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8510"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8512"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(381.2974,116.6987)"
id="g8514">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
id="path8516"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)"
id="g8518">
<path
inkscape:connector-curvature="0"
id="path8520"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8522"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8524"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8526" />
<g
id="g8528"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8530"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8532"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8534"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8536"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8538"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8688"
transform="translate(0.93173643,-31.434432)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8626">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9543"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path4355-8"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(-5.1761264,-335.18249)"
id="g8695">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8697">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9546"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8701"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(-1,0,0,1,837.97445,-149.11561)"
id="g8705">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8707">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9549"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
id="path8711"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(151.7742,-652.26463)"
id="g8736">
<path
inkscape:connector-curvature="0"
id="path8738"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8740"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8742"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8744"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8746"
inkscape:connector-curvature="0" />
<path
id="path8748"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8750">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8752"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8754"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8756"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8758"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8760"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
id="g8826"
transform="translate(233.69345,-857.5896)">
<g
style="font-size:22.79837799px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8828">
<path
d="m -31.496132,815.14903 c 1.046834,-1.04685 1.570266,-2.29 1.570296,-3.72945 -3e-5,-1.43943 -0.523462,-2.66077 -1.570296,-3.66402 -1.003273,-1.04685 -2.224613,-1.57029 -3.664025,-1.5703 -1.439462,10e-6 -2.682612,0.52345 -3.729453,1.5703 -1.003266,1.00325 -1.504888,2.22459 -1.504868,3.66402 -2e-5,1.43945 0.501602,2.6826 1.504868,3.72945 1.046841,1.00325 2.289991,1.50488 3.729453,1.50487 1.439412,10e-6 2.660752,-0.50162 3.664025,-1.50487 m 15.17953,-14.19809 0,-46.06202 c -4.4e-5,-0.56699 -0.21814,-1.0468 -0.65429,-1.43944 -0.392617,-0.43613 -0.872429,-0.65423 -1.439438,-0.65429 l -33.499653,0 c -0.56706,6e-5 -1.068682,0.21816 -1.504868,0.65429 -0.39258,0.39264 -0.588867,0.87245 -0.588861,1.43944 l 0,46.06202 c -6e-6,0.56707 0.196281,1.06869 0.588861,1.50487 0.436186,0.39259 0.937808,0.58887 1.504868,0.58886 l 33.499653,0 c 0.567009,10e-6 1.046821,-0.19627 1.439438,-0.58886 0.43615,-0.43618 0.654246,-0.9378 0.65429,-1.50487 M -29.925836,746.514 c 0.697878,8e-5 1.046833,-0.34888 1.046864,-1.04686 -3.1e-5,-0.69784 -0.348986,-1.04679 -1.046864,-1.04687 l -10.468642,0 c -0.697928,8e-5 -1.046883,0.34903 -1.046864,1.04687 -1.9e-5,0.69798 0.348936,1.04694 1.046864,1.04686 l 10.468642,0 m 19.890419,-2.09373 0,66.99931 c -5e-5,2.26821 -0.828817,4.23108 -2.486302,5.88861 -1.657581,1.65754 -3.62045,2.4863 -5.888611,2.4863 l -33.499653,0 c -2.268212,0 -4.231081,-0.82876 -5.888611,-2.4863 -1.657536,-1.65753 -2.486303,-3.6204 -2.486303,-5.88861 l 0,-66.99931 c 0,-2.26812 0.828767,-4.23099 2.486303,-5.88861 1.65753,-1.65745 3.620399,-2.48622 5.888611,-2.4863 l 33.499653,0 c 2.268161,8e-5 4.23103,0.82885 5.888611,2.4863 1.657485,1.65762 2.486252,3.62049 2.486302,5.88861"
style="font-size:117.24878693px;fill:#fdbc41"
id="path9552"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path8832"
d="m -139.74009,777.91993 c 0,57.7579 46.822024,104.57993 104.579925,104.57993 57.757906,0 104.579936,-46.82203 104.579936,-104.57993 0,-57.75791 -46.82203,-104.57994 -104.579936,-104.57994 -57.757901,0 -104.579925,46.82203 -104.579925,104.57994 z"
style="fill:none;stroke:#e5287a;stroke-width:4.66136169;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
</g>
<g
transform="translate(806.30289,-403.12308)"
id="g8848">
<path
inkscape:connector-curvature="0"
id="path8850"
d="m 116.9738,578.09295 c 0,86.73545 70.31298,157.04843 157.04843,157.04843 86.73546,0 157.04844,-70.31298 157.04844,-157.04843 0,-86.73547 -70.31298,-157.04844 -157.04844,-157.04844 -86.73545,0 -157.04843,70.31297 -157.04843,157.04844 z"
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<g
id="g8852"
transform="matrix(0.45559107,0,0,0.45559107,229.83875,403.43489)">
<path
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4598-3)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8854"
inkscape:connector-curvature="0" />
<path
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4594-9)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8856"
inkscape:connector-curvature="0" />
<path
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
clip-path="url(#clipPath4590-4)"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
id="path8858"
inkscape:connector-curvature="0" />
<path
id="path8860"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<g
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)"
id="g8862">
<path
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)"
clip-path="url(#clipPath4434-5)"
inkscape:connector-curvature="0"
id="path8864"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
id="path8866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8868"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
</g>
<path
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
id="path8870"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path8872"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
style="fill:#fdbc41;fill-opacity:1;stroke:none" />
</g>
</g>
<g
transform="translate(1184.5832,-351.6178)"
id="g8876">
<path
style="fill:none;stroke:#e5287a;stroke-width:7;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m -169.19921,765.89399 c 0,86.73545 70.312977,157.04843 157.048427,157.04843 86.73546,0 157.048443,-70.31298 157.048443,-157.04843 0,-86.73547 -70.312983,-157.04844 -157.048443,-157.04844 -86.73545,0 -157.048427,70.31297 -157.048427,157.04844 z"
id="path8878"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.45559107,0,0,0.45559107,-56.334263,591.23593)"
id="g8880">
<path
inkscape:connector-curvature="0"
id="path8882"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4598-3)"
style="fill:none;stroke:#fdbc41;stroke-width:2.82827973;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-2.2986419,0,0,2.2986419,-10606.511,-16530.323)" />
<path
inkscape:connector-curvature="0"
id="path8884"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4594-9)"
style="fill:none;stroke:#fdbc41;stroke-width:1.86479688;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-3.4862789,0,0,3.4862789,-16136.655,-25252.659)" />
<path
inkscape:connector-curvature="0"
id="path8886"
d="m -4639.6343,7344.2769 c 0,9.2739 -7.518,16.7919 -16.792,16.7919 -9.2739,0 -16.7919,-7.518 -16.7919,-16.7919 0,-9.274 7.518,-16.792 16.7919,-16.792 9.274,0 16.792,7.518 16.792,16.792 z"
clip-path="url(#clipPath4590-4)"
style="fill:none;stroke:#fdbc41;stroke-width:1.36224389;stroke-miterlimit:4;stroke-opacity:1"
transform="matrix(-4.7724215,0,0,4.7724215,-22125.483,-34698.445)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
style="font-size:773.01678467px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;display:inline;font-family:FontAwesome;-inkscape-font-specification:FontAwesome"
d="m 96.963708,332.72954 c 1.63973,0 3.206332,0.18119 4.695822,0.54356 0.14744,0.0423 0.29535,0.0758 0.4411,0.11377 0.29496,0.0843 0.58791,0.16852 0.87669,0.26122 0.14283,0.0592 0.28904,0.0969 0.43038,0.14329 0.42888,0.15167 0.85419,0.32018 1.26942,0.5056 0.27559,0.12222 0.54819,0.25705 0.8176,0.39189 0.13568,0.0674 0.27474,0.139 0.40873,0.21064 0.93675,0.5069 1.83678,1.10735 2.70021,1.79121 0.12345,0.0969 0.24899,0.1938 0.37121,0.29496 0.48701,0.4045 0.96244,0.84438 1.42546,1.30746 2.20423,2.2041 3.7523,4.6821 4.64738,7.42807 0.0931,0.29074 0.18412,0.57686 0.26337,0.87097 0.43837,1.62303 0.65616,3.33882 0.65629,5.14219 -1.3e-4,3.46527 -0.8657,6.65957 -2.59801,9.57998 -0.6496,1.0766 -1.37923,2.07057 -2.18928,2.97982 -0.27045,0.30341 -0.55058,0.59707 -0.83917,0.88274 -0.14368,0.14328 -0.28736,0.28234 -0.43565,0.4214 -0.14829,0.13484 -0.29366,0.26961 -0.44644,0.40028 l -0.007,0 c -0.15167,0.13061 -0.30633,0.26545 -0.46256,0.39183 l -0.006,0 c -0.1559,0.13061 -0.31303,0.26128 -0.47329,0.38344 l -0.006,0 c -0.16012,0.12222 -0.31901,0.24016 -0.48408,0.35815 l -0.006,0 c -0.16474,0.118 -0.33117,0.236 -0.50033,0.34977 l -0.006,0 c -0.16936,0.1137 -0.33748,0.2317 -0.51093,0.33702 l -0.006,0 c -0.17365,0.10961 -0.34892,0.21916 -0.52719,0.32447 l 0,5.86975 19.0038,1.202 0,13.67145 -19.0038,1.19609 0,70.21408 c 9.64337,15.1428 -26.141072,9.72645 -19.032392,0.0468 l 0,-70.2213 -19.0038,-1.20207 0,-13.67138 19.0038,-1.19609 0,-5.86253 c -1.43391,-0.84099 -2.72271,-1.83165 -3.87284,-2.96929 -0.28819,-0.28651 -0.56853,-0.57854 -0.83917,-0.8815 -0.81005,-0.9101 -1.53955,-1.90323 -2.18928,-2.97982 -0.97447,-1.6424 -1.67699,-3.36958 -2.1032,-5.18517 -0.33157,-1.41199 -0.49494,-2.87873 -0.49494,-4.39475 0,-0.16435 0,-0.3287 0.006,-0.49045 0.0377,-1.62478 0.25199,-3.17746 0.65077,-4.65265 0.0805,-0.29496 0.16936,-0.5827 0.26336,-0.87096 0.89509,-2.74598 2.44309,-5.22398 4.64739,-7.42847 0.46308,-0.46354 0.93838,-0.90133 1.42539,-1.30707 l 0.007,0 c 0.97498,-0.81024 1.99515,-1.50717 3.06597,-2.08695 l 0.006,0 c 0.40073,-0.21493 0.80699,-0.41718 1.22105,-0.60259 l 0.006,0 c 0.13692,-0.0592 0.27559,-0.11794 0.4142,-0.17697 0,0 0,0 0.007,0 0.1386,-0.0592 0.27428,-0.11793 0.41419,-0.17273 0,0 0,0 0.006,0 0.28144,-0.10955 0.56788,-0.20648 0.8553,-0.30335 0,0 0,0 0.007,0 0.14283,-0.0592 0.28612,-0.0843 0.43038,-0.13484 0,0 0,0 0.007,0 0.29034,-0.0843 0.58049,-0.16857 0.87669,-0.24021 0,0 0,0 0.006,0 0.14751,-0.0423 0.29795,-0.0674 0.44643,-0.10532 0,0 0,0 0.007,0 0.14874,-0.0423 0.29619,-0.0674 0.44637,-0.0885 0,0 0,0 0.006,0 0.15044,-0.0422 0.30003,-0.0592 0.45183,-0.0842 0,0 0,0 0.007,0 0.15168,-0.0423 0.3042,-0.0592 0.45717,-0.0759 0,0 0,0 0.006,0 0.15343,-0.0423 0.30803,-0.0423 0.46269,-0.0592 0,0 0,0 0.006,0 0.15467,-0.0423 0.3118,-0.0423 0.46796,-0.0592 0,0 0,0 0.007,0 0.15635,-0.0423 0.31017,-0.0423 0.46796,-0.0423 0,0 0,0 0.007,0 0.15804,0 0.3194,-0.0423 0.47881,-0.0423 0,0 0,0 0.007,0 0.15928,0 0.31811,-0.0423 0.47875,-0.0423 0,0 0,0 0.007,0 0.16221,0 0.32526,-0.007 0.48954,-0.007 z"
id="path8888" />
<g
id="g8890"
transform="matrix(0.6501202,0,0,0.6501202,2868.4769,-5204.6016)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fdbc41;fill-opacity:1;stroke:none;stroke-width:5.63066292;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -4651.0852,7203.3402 c -87.2529,0 -158.1643,70.9109 -158.1643,158.1643 0,87.2534 70.9114,158.2996 158.1643,158.2996 87.253,0 158.2996,-71.0462 158.2996,-158.2996 0,-87.2534 -71.0466,-158.1643 -158.2996,-158.1643 z m 0,24.3747 c 74.0669,0 133.9254,59.7228 133.9249,133.7896 0,74.0669 -59.858,133.9249 -133.9249,133.9249 -74.0668,0 -133.7897,-59.858 -133.7897,-133.9249 0,-74.0668 59.7229,-133.7896 133.7897,-133.7896 z"
id="path8892"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4434-5)"
transform="matrix(-0.90331787,0,0,1,-8464.4527,1213.1077)" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path8894"
d="m -4183.2437,8676.9013 -28.7358,1.0553 18.4989,-19.7387 43.0441,-1.5193 1.3999,43.1715 -18.4987,19.7386 -0.8087,-28.7438 c -8.2219,-0.5914 -9.1208,-3.5121 -14.8997,-13.9636 z"
style="fill:#fdbc41;fill-opacity:1" />
<path
style="fill:#fdbc41;fill-opacity:1"
d="m -4342.9702,8676.9013 28.7358,1.0553 -18.4989,-19.7387 -43.0441,-1.5193 -1.3999,43.1715 18.4987,19.7386 0.8087,-28.7438 c 8.2219,-0.5914 9.1208,-3.5121 14.8997,-13.9636 z"
id="path8896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</g>
<path
inkscape:connector-curvature="0"
id="path8898"
d="m 89.068368,351.53993 c 0,4.35105 3.52723,7.87828 7.87833,7.87828 4.351052,0 7.878282,-3.52723 7.878282,-7.87828 0,-4.3511 -3.52723,-7.87833 -7.878282,-7.87833 -4.3511,0 -7.87833,3.52723 -7.87833,7.87833 z"
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
style="fill:#fdbc41;fill-opacity:1;stroke:none"
d="m 110.87622,462.06959 c 0.008,0.22487 0.0182,0.44312 0.0182,0.6704 0,8.59368 -6.24779,15.56225 -13.952562,15.56225 -7.70477,0 -13.95255,-6.96857 -13.95255,-15.56225 0,-0.22728 0.01,-0.44553 0.0182,-0.6704 l 27.868842,0 z"
id="path8900"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8904">
<path
d="m 444.11311,224.59072 0,13.64081 c -8e-5,1.13673 -0.39794,2.10295 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19356 -2.89868,1.19357 l -13.6408,0 c -1.13679,-1e-5 -2.10301,-0.39786 -2.89867,-1.19357 -0.79577,-0.79572 -1.19362,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c -5e-5,-1.13672 0.3978,-2.10294 1.19357,-2.89867 0.79566,-0.79569 1.76188,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82528,0 0,8.18448 4.09224,0 c 1.13669,2e-5 2.10291,0.39788 2.89867,1.19357 0.79566,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.64081 c -5e-5,1.13673 -0.39791,2.10295 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19356 -2.89867,1.19357 l -13.6408,0 c -1.13677,-1e-5 -2.10299,-0.39786 -2.89867,-1.19357 -0.79575,-0.79572 -1.1936,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c -3e-5,-1.13672 0.39782,-2.10294 1.19357,-2.89867 0.79568,-0.79569 1.7619,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82529,0 0,8.18448 4.09224,0 c 1.13672,2e-5 2.10294,0.39788 2.89867,1.19357 0.7957,0.79573 1.19355,1.76195 1.19357,2.89867 l 0,13.64081 c -2e-5,1.13673 -0.39787,2.10295 -1.19357,2.89867 -0.79573,0.79571 -1.76195,1.19356 -2.89867,1.19357 l -13.6408,0 c -1.13674,-1e-5 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79572 -1.19357,-1.76194 -1.19357,-2.89867 l 0,-13.64081 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.79569 1.76193,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 c -10e-6,-1.47773 0.53994,-2.75655 1.61985,-3.83647 1.07988,-1.07987 2.35871,-1.61982 3.83647,-1.61985 l 21.82529,0 0,-8.18448 -4.09224,0 c -1.13677,4e-5 -2.10299,-0.39782 -2.89867,-1.19357 -0.79575,-0.79567 -1.1936,-1.7619 -1.19357,-2.89867 l 0,-13.64081 c -3e-5,-1.13667 0.39782,-2.10289 1.19357,-2.89867 0.79568,-0.79565 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.39792 2.89867,1.19357 0.79566,0.79578 1.19352,1.762 1.19357,2.89867 l 0,13.64081 c -5e-5,1.13677 -0.39791,2.103 -1.19357,2.89867 -0.79576,0.79575 -1.76198,1.19361 -2.89867,1.19357 l -4.09224,0 0,8.18448 21.82528,0 c 1.47769,3e-5 2.75652,0.53998 3.83648,1.61985 1.07983,1.07992 1.61978,2.35874 1.61984,3.83647 l 0,8.18448 4.09224,0 c 1.13667,2e-5 2.10289,0.39788 2.89868,1.19357 0.79563,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9555"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8908">
<path
d="m 730.85969,104.1172 0,13.6408 c -8e-5,1.13673 -0.39793,2.10295 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13679,0 -2.10301,-0.39786 -2.89867,-1.19357 -0.79577,-0.79572 -1.19362,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c -5e-5,-1.13672 0.3978,-2.10294 1.19357,-2.89867 0.79566,-0.7957 1.76188,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 -21.82528,0 0,8.184484 4.09224,0 c 1.13669,1e-5 2.10291,0.39787 2.89867,1.19357 0.79567,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13673 -0.3979,2.10295 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19357 -2.89867,1.19357 l -13.6408,0 c -1.13677,0 -2.10299,-0.39786 -2.89867,-1.19357 -0.79574,-0.79572 -1.1936,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c -3e-5,-1.13672 0.39783,-2.10294 1.19357,-2.89867 0.79568,-0.7957 1.7619,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 -21.82529,0 0,8.184484 4.09225,0 c 1.13671,1e-5 2.10293,0.39787 2.89867,1.19357 0.79569,0.79573 1.19354,1.76195 1.19357,2.89867 l 0,13.6408 c -3e-5,1.13673 -0.39788,2.10295 -1.19357,2.89867 -0.79574,0.79571 -1.76196,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13673,0 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79572 -1.19357,-1.76194 -1.19357,-2.89867 l 0,-13.6408 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.7957 1.76194,-1.19356 2.89867,-1.19357 l 4.09224,0 0,-8.184484 c -10e-6,-1.477728 0.53994,-2.756552 1.61985,-3.836476 1.07988,-1.079868 2.35871,-1.619816 3.83647,-1.619846 l 21.82529,0 0,-8.184481 -4.09224,0 c -1.13677,3.8e-5 -2.10299,-0.397818 -2.89867,-1.193571 -0.79574,-0.795673 -1.1936,-1.761895 -1.19357,-2.89867 l 0,-13.640803 c -3e-5,-1.136677 0.39783,-2.102899 1.19357,-2.898671 0.79568,-0.795654 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.397916 2.89867,1.19357 0.79567,0.795772 1.19352,1.761994 1.19357,2.898671 l 0,13.640803 c -5e-5,1.136775 -0.3979,2.102997 -1.19357,2.89867 -0.79576,0.795753 -1.76198,1.193609 -2.89867,1.193571 l -4.09224,0 0,8.184481 21.82528,0 c 1.47769,3e-5 2.75652,0.539978 3.83648,1.619846 1.07983,1.079924 1.61978,2.358748 1.61985,3.836476 l 0,8.184484 4.09224,0 c 1.13666,1e-5 2.10288,0.39787 2.89867,1.19357 0.79564,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9558"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:76.3884964px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8912">
<path
d="m 712.4004,394.50593 0,13.6408 c -8e-5,1.13674 -0.39793,2.10296 -1.19357,2.89867 -0.79579,0.79571 -1.76201,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13679,0 -2.10301,-0.39786 -2.89867,-1.19357 -0.79576,-0.79571 -1.19362,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c -5e-5,-1.13672 0.39781,-2.10294 1.19357,-2.89867 0.79566,-0.7957 1.76188,-1.19355 2.89867,-1.19357 l 4.09225,0 0,-8.18448 -21.82529,0 0,8.18448 4.09224,0 c 1.13669,2e-5 2.10291,0.39787 2.89867,1.19357 0.79567,0.79573 1.19352,1.76195 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13674 -0.3979,2.10296 -1.19357,2.89867 -0.79576,0.79571 -1.76198,1.19357 -2.89867,1.19357 l -13.6408,0 c -1.13677,0 -2.10299,-0.39786 -2.89867,-1.19357 -0.79574,-0.79571 -1.1936,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c -3e-5,-1.13672 0.39783,-2.10294 1.19357,-2.89867 0.79568,-0.7957 1.7619,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 -21.82529,0 0,8.18448 4.09225,0 c 1.13671,2e-5 2.10293,0.39787 2.89867,1.19357 0.79569,0.79573 1.19354,1.76195 1.19357,2.89867 l 0,13.6408 c -3e-5,1.13674 -0.39788,2.10296 -1.19357,2.89867 -0.79574,0.79571 -1.76196,1.19357 -2.89867,1.19357 l -13.64081,0 c -1.13673,0 -2.10296,-0.39786 -2.89867,-1.19357 -0.79571,-0.79571 -1.19357,-1.76193 -1.19357,-2.89867 l 0,-13.6408 c 0,-1.13672 0.39786,-2.10294 1.19357,-2.89867 0.79571,-0.7957 1.76194,-1.19355 2.89867,-1.19357 l 4.09224,0 0,-8.18448 c 0,-1.47773 0.53994,-2.75655 1.61985,-3.83648 1.07988,-1.07986 2.35871,-1.61981 3.83647,-1.61984 l 21.82529,0 0,-8.18448 -4.09224,0 c -1.13677,3e-5 -2.10299,-0.39782 -2.89867,-1.19357 -0.79574,-0.79568 -1.1936,-1.7619 -1.19357,-2.89868 l 0,-13.6408 c -3e-5,-1.13667 0.39783,-2.1029 1.19357,-2.89867 0.79568,-0.79565 1.7619,-1.19351 2.89867,-1.19357 l 13.6408,0 c 1.13669,6e-5 2.10291,0.39792 2.89867,1.19357 0.79567,0.79577 1.19352,1.762 1.19357,2.89867 l 0,13.6408 c -5e-5,1.13678 -0.3979,2.103 -1.19357,2.89868 -0.79576,0.79575 -1.76198,1.1936 -2.89867,1.19357 l -4.09224,0 0,8.18448 21.82529,0 c 1.47768,3e-5 2.75651,0.53998 3.83647,1.61984 1.07983,1.07993 1.61978,2.35875 1.61985,3.83648 l 0,8.18448 4.09224,0 c 1.13666,2e-5 2.10288,0.39787 2.89867,1.19357 0.79564,0.79573 1.19349,1.76195 1.19357,2.89867"
id="path9561"
inkscape:connector-curvature="0" />
</g>
<g
id="g8948">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8946"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8924">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9565"
inkscape:connector-curvature="0" />
</g>
</g>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path8936"
d="M 657.97187,625.59654 668.95668,433.61337"
style="fill:none;stroke:#ededed;stroke-width:7;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="g8953"
transform="translate(-9.6881489,163.20805)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8955"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8957">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9569"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(124.45545,90.919554)"
id="g8961">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8963"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8965">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9573"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8969"
transform="translate(-279.61556,242.62184)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8971"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8973">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9577"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(107.06165,378.62664)"
id="g8977">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8979"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8981">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9581"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g8985"
transform="translate(-137.94161,-78.476018)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8987"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8989">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9585"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(11.205694,-154.48685)"
id="g8993">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path8995"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text8997">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9589"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g9001"
transform="translate(316.27101,-17.156351)">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path9003"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9005">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9593"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="scale(-1,1)"
style="font-size:368.52630615px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:none;stroke:#ededed;stroke-width:7;stroke-miterlimit:4;stroke-opacity:1;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9009">
<path
d="m 314.14706,198.43196 c -3.9e-4,21.79905 -7.74657,40.44471 -23.23854,55.93703 -15.35562,15.35527 -33.93273,23.0329 -55.73138,23.0329 l -223.748116,0 c -25.363671,0 -47.094088,-8.98008 -65.191317,-26.94026 -17.960182,-18.09723 -26.94026,-39.82765 -26.94026,-65.19132 0,-18.09716 4.867065,-34.61777 14.60121,-49.56185 9.734115,-15.08091 22.553005,-26.32314 38.456707,-33.72674 -0.274254,-3.838637 -0.411354,-6.786296 -0.411302,-8.842987 C -28.05599,64.073627 -17.773459,39.258451 2.7916884,18.693129 23.356668,-1.8716761 48.171845,-12.154208 77.237293,-12.154497 c 21.661709,2.89e-4 41.267067,6.0327078 58.816137,18.0972735 17.68574,12.0651085 30.57318,27.8316575 38.66236,47.2996935 9.59678,-8.500002 20.97611,-12.750115 34.13804,-12.750352 14.53236,2.37e-4 26.93994,5.141503 37.2228,15.423813 10.28221,10.282753 15.42347,22.690341 15.42382,37.222802 -3.5e-4,10.282717 -2.81091,19.742647 -8.43169,28.379817 17.68562,4.11317 32.28682,13.36745 43.80363,27.76286 11.51606,14.25857 17.27428,30.64208 17.27467,49.15055"
id="path9596"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:185.66456604px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9017" />
<g
transform="translate(-331.37032,51.243901)"
id="g9321">
<path
transform="matrix(0.84269664,0,0,0.84269664,138.48443,85.161918)"
style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 529.12199,76.467491 c 0,18.315574 -14.84771,33.163279 -33.16328,33.163279 -18.31557,0 -33.16328,-14.847705 -33.16328,-33.163279 0,-18.315574 14.84771,-33.16328 33.16328,-33.16328 18.31557,0 33.16328,14.847706 33.16328,33.16328 z"
id="path9323"
inkscape:connector-curvature="0" />
<g
style="font-size:54.24102783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e5287a;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="text9325">
<path
d="m 548.67845,143.66364 15.49744,0 0,-5.81154 c -3e-5,-2.13894 -0.75674,-3.96513 -2.27013,-5.47859 -1.51345,-1.51338 -3.33964,-2.27009 -5.47859,-2.27013 -2.13898,4e-5 -3.96518,0.75675 -5.47859,2.27013 -1.51343,1.51346 -2.27014,3.33965 -2.27013,5.47859 l 0,5.81154 m 25.18334,2.90576 0,17.43462 c -4e-5,0.80716 -0.28254,1.49324 -0.84752,2.05825 -0.56504,0.56501 -1.25113,0.84752 -2.05825,0.84752 l -29.0577,0 c -0.80716,0 -1.49324,-0.28251 -2.05825,-0.84752 -0.56501,-0.56501 -0.84752,-1.25109 -0.84752,-2.05825 l 0,-17.43462 c 0,-0.80713 0.28251,-1.49322 0.84752,-2.05825 0.56501,-0.56499 1.25109,-0.84749 2.05825,-0.84751 l 0.96859,0 0,-5.81154 c 0,-3.7129 1.33181,-6.90117 3.99544,-9.56483 2.66361,-2.66358 5.85188,-3.99539 9.56482,-3.99543 3.71291,4e-5 6.90118,1.33185 9.56482,3.99543 2.6636,2.66366 3.99541,5.85193 3.99544,9.56483 l 0,5.81154 0.96859,0 c 0.80712,2e-5 1.49321,0.28252 2.05825,0.84751 0.56498,0.56503 0.84748,1.25112 0.84752,2.05825"
id="path9601"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g9339"
transform="matrix(-0.15602883,0,0,0.15602883,-167.97974,135.64247)"
style="fill:#fdbc41;fill-opacity:1">
<path
sodipodi:nodetypes="ccccccccccscccccccccsccssccccsccccccccccccsccc"
d="m -941.37156,62.83185 c 1.89261,1.89354 2.8392,4.31259 2.83976,7.257157 -5.6e-4,2.945293 -0.94715,5.364343 -2.83976,7.257157 L -1042.3407,178.3153 c -1.8936,1.89343 -4.3127,2.84001 -7.2572,2.83976 -2.735,2.5e-4 -5.154,-0.94633 -7.2571,-2.83976 -1.8936,-2.10326 -2.8402,-4.52231 -2.8398,-7.25715 l 0,-60.58149 -80.7753,0 c -10.0972,3.3e-4 -19.2476,1.57797 -27.451,4.73293 -8.204,3.1556 -15.4612,7.88853 -21.7714,14.19879 -6.3109,6.31087 -11.6749,12.83178 -16.092,19.56277 -4.4177,6.5212 -9.1506,14.61976 -14.1988,24.2957 -6.7315,13.04209 -14.9353,31.0272 -24.6112,53.95538 -6.1005,13.88345 -11.3593,25.558 -15.7764,35.02367 -4.2073,9.46602 -9.8868,20.50951 -17.0386,33.1305 -6.9418,12.62127 -13.6731,23.13888 -20.1938,31.55286 -6.3108,8.41419 -14.0938,17.14381 -23.3491,26.18887 -9.0453,9.04522 -18.5112,16.30237 -28.3976,21.77147 -9.6763,5.25886 -20.825,9.67626 -33.446,13.2522 -12.6213,3.36568 -26.0838,5.0485 -40.3877,5.04846 l -70.6784,0 c -2.9449,4e-5 -5.364,-0.94655 -7.2571,-2.83976 -1.8932,-1.89313 -2.8398,-4.31218 -2.8398,-7.25716 l 0,-60.58148 c 0,-2.94482 0.9466,-5.36387 2.8398,-7.25716 1.8931,-1.89305 4.3122,-2.83964 7.2571,-2.83976 l 70.6784,0 c 10.0969,1.2e-4 19.2472,-1.57752 27.451,-4.73293 8.2036,-3.15515 15.4608,-7.88808 21.7715,-14.19878 6.3104,-6.31043 11.6744,-12.72617 16.0919,-19.24724 4.4173,-6.73111 9.1502,-14.93485 14.1988,-24.61123 6.7311,-13.04165 14.9349,-31.02676 24.6113,-53.95539 6.1,-13.883 11.2536,-25.55755 15.4609,-35.02367 4.4171,-9.46557 10.0967,-20.50906 17.0385,-33.13049 7.1518,-12.62083 13.883,-23.13844 20.1938,-31.552861 6.5207,-8.413749 14.3037,-17.143364 23.3491,-26.188871 9.2553,-9.044779 18.7211,-16.196753 28.3976,-21.455942 9.8863,-5.468771 21.1401,-9.886167 33.7616,-13.2522 12.6208,-3.575588 26.0833,-5.363582 40.3876,-5.363985 l 80.7753,0 0,-60.581484 c -4e-4,-2.944466 0.9462,-5.363516 2.8398,-7.257157 1.8927,-1.892698 4.3118,-2.839283 7.2571,-2.839758 2.5238,4.75e-4 5.048,1.052236 7.5727,3.155286 L -941.37156,62.83185"
style="font-size:565.42718506px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
id="path9334"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path9337"
style="font-size:565.42718506px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#fdbc41;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans"
d="m -941.37156,643.38136 c 1.89261,-1.89354 2.8392,-4.31259 2.83976,-7.25715 -5.6e-4,-2.9453 -0.94715,-5.36435 -2.83976,-7.25716 L -1042.3407,527.89791 c -1.8936,-1.89343 -4.3127,-2.84001 -7.2572,-2.83976 -2.735,-2.5e-4 -5.154,0.94633 -7.2571,2.83976 -1.8936,2.10326 -2.8402,4.52231 -2.8398,7.25715 l 0,60.58149 -80.7753,0 c -10.0972,-3.3e-4 -19.2476,-1.57797 -27.451,-4.73293 -8.204,-3.1556 -15.4612,-7.88853 -21.7714,-14.19879 -6.3109,-6.31087 -11.6749,-12.83178 -16.092,-19.56277 -4.4177,-6.5212 -9.1506,-14.61976 -14.1988,-24.2957 -6.7315,-13.04209 -14.9353,-31.0272 -24.6112,-53.95538 -6.1005,-13.88345 -11.3593,-25.558 -15.7764,-35.02367 -4.2073,-9.46602 -9.8868,-20.50951 -17.0386,-33.1305 -6.9418,-12.62127 -13.6731,-23.13888 -20.1938,-31.55286 -6.3108,-8.41419 -14.0938,-17.14381 -23.3491,-26.18887 -9.0453,-9.04522 -18.5112,-16.30237 -28.3976,-21.77147 -9.6763,-5.25886 -20.825,-9.67626 -33.446,-13.2522 -12.6213,-3.36568 -26.0838,-5.0485 -40.3877,-5.04846 l -70.6784,0 c -2.9449,-4e-5 -5.364,0.94655 -7.2571,2.83976 -1.8932,1.89313 -2.8398,4.31218 -2.8398,7.25716 l 0,60.58148 c 0,2.94482 0.9466,5.36387 2.8398,7.25716 1.8931,1.89305 4.3122,2.83964 7.2571,2.83976 l 70.6784,0 c 10.0969,-1.2e-4 19.2472,1.57752 27.451,4.73293 8.2036,3.15515 15.4608,7.88808 21.7715,14.19878 6.3104,6.31043 11.6744,12.72617 16.0919,19.24724 4.4173,6.73111 9.1502,14.93485 14.1988,24.61123 6.7311,13.04165 14.9349,31.02676 24.6113,53.95539 6.1,13.883 11.2536,25.55755 15.4609,35.02367 4.4171,9.46557 10.0967,20.50906 17.0385,33.13049 7.1518,12.62083 13.883,23.13844 20.1938,31.55286 6.5207,8.41375 14.3037,17.14337 23.3491,26.18887 9.2553,9.04478 18.7211,16.19676 28.3976,21.45595 9.8863,5.46877 21.1401,9.88616 33.7616,13.2522 12.6208,3.57558 26.0833,5.36358 40.3876,5.36398 l 80.7753,0 0,60.58149 c -4e-4,2.94446 0.9462,5.36351 2.8398,7.25715 1.8927,1.8927 4.3118,2.83929 7.2571,2.83976 2.5238,-4.7e-4 5.048,-1.05224 7.5727,-3.15529 l 100.65364,-100.65361"
sodipodi:nodetypes="ccccccccccscccccccccsccssccccsccccccccccccsccc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 104 KiB