edbticdt-climate

EDBT/ICDT climate change material
git clone https://a3nm.net/git/edbticdt-climate/
Log | Files | Refs

commit 935aac09103ad668dee77c58f2c2d59de26a6e9e
parent 1d9c41dc87f73fc32693139036e8c9b5178cef7d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 23 Mar 2021 00:28:31 +0100

slides

Diffstat:
slides/cat.png | 0
slides/pierce.jpg | 0
slides/reduction.png | 0
slides/slides.tex | 400+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
slides/tcs4f.pdf | 0
slides/tcs4f.svg | 4++++
slides/telecom.pdf | 0
7 files changed, 404 insertions(+), 0 deletions(-)

diff --git a/slides/cat.png b/slides/cat.png Binary files differ. diff --git a/slides/pierce.jpg b/slides/pierce.jpg Binary files differ. diff --git a/slides/reduction.png b/slides/reduction.png Binary files differ. diff --git a/slides/slides.tex b/slides/slides.tex @@ -0,0 +1,400 @@ +\documentclass[aspectratio=169]{beamer} +\usepackage{graphicx, verbatim, array, xspace, booktabs, tikz, hyperref, etoolbox,multirow,tabularx,minibox,tikz-qtree} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[sfdefault,light,semibold]{FiraSans} +\usetheme{metropolis} +\definecolor{beamer@blendedblue}{rgb}{1,0,0} +\colorlet{darkgreen}{green!50!black} +\colorlet{darkred}{red!50!black} +\colorlet{darkorange}{orange!70!black} +\newcommand{\ared}[1]{\textcolor{darkred}{#1}} +\usepackage{colonequals} +\newcommand{\imgp}[2]{ + \begin{figure} + \begin{center} + \includegraphics[scale=#2]{#1.pdf} + \end{center} + \end{figure} +} +\newcommand{\card}[1]{\left|#1\right|} +\setbeamersize{text margin left=12pt,text margin right=12pt} +\definecolor{mygreen}{HTML}{4F7C00} +\makeatletter +\renewcommand{\metropolis@colors@light}{ + \setbeamercolor{normal text}{% + fg=mDarkTeal, + bg=red + } +} +\setbeamercolor{background canvas}{bg=white} +\makeatother +\setbeamercolor{alerted text}{% + fg=mygreen, +} +\newcommand{\tmg}[1]{\textcolor{mygreen}{#1}} +\setbeamerfont{alerted text}{series=\fontseries{m}} +\setbeamertemplate{navigation symbols}{} +\makeatletter +\newcommand{\itma}{$\rightarrow$} +\setbeamertemplate{footline} +{% + \hfill \insertframenumber/\inserttotalframenumber \hspace{0.2cm} + \vspace{0.2cm} +}% +\makeatother +\usepackage{appendixnumberbeamer} + +\newenvironment{changemargin}[2]{% + \begin{list}{}{% + \setlength{\topsep}{0pt}% + \setlength{\leftmargin}{#1}% + \setlength{\rightmargin}{#2}% + \setlength{\listparindent}{\parindent}% + \setlength{\itemindent}{\parindent}% + \setlength{\parsep}{\parskip}% + }% + \item[]}{\end{list}} +\usepackage[english]{babel} +\newcommand{\vtitle}{EDBT/ICDT 2021 -- Climate Change Session (Introduction)} +\title{\texorpdfstring{\vspace{2.5cm}\vtitle}{\vtitle}} +\usepackage{bm} +\author[shortname]{Antoine Amarilli\inst{1}} +\institute[shortinst]{Télécom Paris} +\titlegraphic{\includegraphics[height=1.8cm,keepaspectratio]{telecom.pdf}} + +\newcommand{\mytocname}{Table of contents} +\date{March 26, 2021} +\newcommand{\pnode}[1]{\textcolor{red}{\emph{#1}}\xspace} +\newcommand{\UR}{\mathsf{UR}} +\newcommand{\PQE}{\mathsf{PQE}} +\newcommand{\tred}[1]{\alert{#1}} +\newcommand{\rd}[1]{\alert{#1}} +\newcommand{\tredd}[1]{\textcolor{red}{#1}} +\newcommand{\fpsp}{\text{FP}^{\ext{\#P}}} +\newcommand{\pposs}{\textsc{Poss}\xspace} +\usepackage{mathdots} +\usetikzlibrary{positioning,chains,fit,shapes,calc,arrows,automata} +\newcommand{\imgqq}[1]{ + \begin{figure} + \begin{center} + \includegraphics[width=\textwidth]{#1.pdf} + \end{center} + \end{figure} +} +\newcommand{\imgq}[1]{ + \begin{figure} + \begin{center} + \includegraphics[width=\textwidth]{#1.pdf} + \end{center} + \end{figure} +} +\usepackage{textpos} +\newcommand{\NN}{\mathbb{N}} +\newcommand{\false}{\mathfrak{f}} +\newcommand{\true}{\mathfrak{t}} +\newcommand{\posbool}[1]{\mathsf{PosBool}[#1]} +\newcommand{\bool}[1]{\mathsf{Bool}[#1]} +\newcommand{\secret}{Secret} +\newcommand{\topsecret}{Top~secret} +\newcommand{\public}{Public} +\newcommand{\confidential}{Confidential} +\newcommand{\never}{Never~available} +% http://tex.stackexchange.com/a/64295 +\newcommand<>{\colorize}[4]{\only<#2>{#4}\only<#1>{\textcolor{#3}{#4}}} +\newcommand<>{\colr}[2]{\alt<#1>{\textcolor{red}{#2}}{#2}} +\newcommand<>{\colg}[2]{\alt<#1>{\textcolor{orange}{#2}}{#2}} +\newcommand<>{\colb}[2]{\alt<#1>{\textcolor{blue}{#2}}{#2}} +\newcommand<>{\colrd}[2]{\alt<#1>{\rd{#2}}{#2}} +\newcommand<>{\phonly}[3]{\only<#2>{\phantom{#3}}\only<#1>{#3}} +\newcommand{\rdd}[1]{\rd{\textcolor{red}{#1}}} +\tikzset{ + every tree node/.style={circle}, +edge from parent/.style= + {draw, edge from parent path={(\tikzparentnode) -- (\tikzchildnode)}}, + myst/.style={label=right:{\strut #1}}} +\usepackage[normalem]{ulem} +\colorlet{lightgreen}{green!50!white} +\colorlet{lightred}{red!50!white} +\newcommand{\Q}{\mathcal{Q}} +\newcommand{\I}{\mathcal{I}} +%\newtheorem{conjecture}{Conjecture} +\usepackage{relsize} +\makeatletter +\newcommand*{\defeq}{\mathrel{\rlap{% + \raisebox{0.3ex}{$\m@th\cdot$}}% + \raisebox{-0.3ex}{$\m@th\cdot$}}% + =} +\makeatother +\makeatletter +\expandafter\let\csname beamer@@tmpop@theorem begin@default\endcsname\relax +\defbeamertemplate{theorem begin}{default} +{% + \begin{\inserttheoremblockenv} + {% + \inserttheoremname + \ifx\inserttheoremaddition\@empty\else\ \inserttheoremaddition\fi% + }% +} +\makeatother +\setbeamertemplate{theorems}[default] +% https://tex.stackexchange.com/a/130584 +\makeatletter +\newcommand\ChangeItemFont[3]{% +\renewcommand{\itemize}[1][]{% + \beamer@ifempty{##1}{}{\def\beamer@defaultospec{#1}}% + \ifnum \@itemdepth >2\relax\@toodeep\else + \advance\@itemdepth\@ne + \beamer@computepref\@itemdepth% sets \beameritemnestingprefix + \usebeamerfont{itemize/enumerate \beameritemnestingprefix body}% + \usebeamercolor[fg]{itemize/enumerate \beameritemnestingprefix body}% + \usebeamertemplate{itemize/enumerate \beameritemnestingprefix body begin}% + \list + {\usebeamertemplate{itemize \beameritemnestingprefix item}} + {\def\makelabel####1{% + {% + \hss\llap{{% + \usebeamerfont*{itemize \beameritemnestingprefix item}% + \usebeamercolor[fg]{itemize \beameritemnestingprefix item}####1}}% + }% + }% + \ifnum\@itemdepth=1\relax + #1% + \else + \ifnum\@itemdepth=2\relax + #2% + \else + \ifnum\@itemdepth=3\relax + #3% + \fi% + \fi% + \fi% + } + \fi% + \beamer@cramped% + \raggedright% + \beamer@firstlineitemizeunskip% +}} +\makeatother +\setbeamertemplate{itemize item}{{\huge\raise-3.5pt\hbox{\textbullet}}} +% https://tex.stackexchange.com/a/6155/17479 +\tikzset{onslide/.code args={<#1>#2}{% + \only<#1>{\pgfkeysalso{#2}} % \pgfkeysalso doesn't change the path +}} +\tikzset{temporal/.code args={<#1>#2#3#4}{% + \temporal<#1>{\pgfkeysalso{#2}}{\pgfkeysalso{#3}}{\pgfkeysalso{#4}} % \pgfkeysalso doesn't change the path +}} +% \AtBeginSection[] +% { +% \begin{frame}<beamer> +% \frametitle{\mytocname} +% \tableofcontents[currentsection] +% \end{frame} +% } +\setbeamercolor{block title}{use=structure,fg=white,bg=mDarkTeal} +\setbeamercolor{block body}{use=structure,fg=black,bg=mDarkTeal!20!white} +\begin{document} +\begin{frame} +\titlepage +\end{frame} + +\begin{frame}{Roadmap} + \begin{itemize} + \item \rd{Recap} on climate change and academic conferences + \item \rd{Report} on last year's climate change session + \item \rd{Community discussion} + \begin{itemize} + \item Featuring \rd{Benjamin C. Pierce}, University of Pennsylvania + \end{itemize} + \item \rd{Polls} (non-binding) + \end{itemize} +\end{frame} + +\begin{frame}{Reminder: Climate change} + \centering\includegraphics[width=.75\linewidth]{cat.png} +\end{frame} + +\begin{frame}{Did the pandemic slow down emissions?} + \begin{columns} + \column{.53\linewidth} + \vspace{.2cm} + \includegraphics[width=\linewidth]{reduction.png} + \column{.47\linewidth} + \vfill + \begin{itemize} + \item Pandemic impact \rd{insignificant} on emissions compared to Paris + agreement targets + \visible<2->{ + \item \rd{Worse:} leaves less margin for climate action + \visible<3->{ + \item \rd{Opportunity:} forces us to adjust our practices (e.g., for conferences) + }} + \end{itemize} + ~ + + \vfill + \vfill + {\footnotesize Source: Le Quéré et al., \emph{Fossil CO2 emissions in the post-COVID-19 + era}, Nature Climate Change } + \end{columns} +\end{frame} + + +\begin{frame}{What does this have to do with academia?} + \begin{itemize} + \item Our \rd{research} focuses on ICT which has a significant \rd{carbon + footprint}\\ + (2--4\% of emissions, 8\% by 2025) + \begin{itemize} + \item Could we focus on \rd{how} to address the climate crisis? + \end{itemize} + \bigskip + \pause + \item \rd{Most important:} our (pre-COVID) habits of \rd{conference travel} + are \rd{unsustainable} + \begin{itemize} + \item Online conferences pollute \rd{>50 times less}\footnote{Grant Faber, \emph{ A framework to estimate emissions + from virtual conferences}, International Journal of Environmental + studies} than in-person conferences + \item Online conferences have \rd{other advantages}: cheaper, greater + reach, more inclusive, etc. + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame}{Where does EDBT/ICDT stand?} + \begin{itemize} + \item Last year: first \rd{climate change session} (60--70 people) and + discussion + \begin{itemize} + \item Ironically: the conference happened \rd{online} + \end{itemize} + \medskip + \pause + \item \rd{Satisfaction survey} answered by 114 participants (42\% of + registrants) + \begin{itemize} + \item Online conference \rd{somewhat worse} than on-site, but \rd{much + better} than expected + \item \rd{72\% of respondents} (vs 10\% against) support a \rd{hybrid + conference} + \item \rd{52\% of respondents} (vs 26\% against) support having the + conference\\\rd{alternatively in-person and online} + \end{itemize} + \medskip + \pause + \item \rd{Report} from the organizers of the climate + session:\\\url{https://tcs4f.org/climate-crisis-and-edbticdt}\\ + containing \rd{recommandations} (next) + \medskip + \pause + \item No decisions implemented yet + \end{itemize} +\end{frame} + +\begin{frame}{Recommendation 1: commit to a goal (TCS4F manifesto)} + \begin{columns} + \column{.05\linewidth} + \column{.15\linewidth} + \centering + \includegraphics[width=\linewidth]{tcs4f}\\ + \url{tcs4f.org} + \column{.8\linewidth} + \begin{itemize} + \item Idea: \rd{commit to a goal} before agreeing on methods + \item \rd{IPCC goal:} reducing our emissions by \rd{at least 50\%} before 2030 + \item \rd{TCS4F:} a manifesto for (theoretical) computer science conferences + to commit to this goal + \pause + \item[\itma] We recommend \rd{signing} the manifesto + \item[\itma] We recommend appointing a \rd{climate chair} to monitor + compliance + \end{itemize} + \end{columns} + \bigskip + \pause + \rd{Note: You can sign the manifesto at \url{https://tcs4f.org/}} + + \bigskip + \pause + (Disclaimer: I am a maintainer of TCS4F.) +\end{frame} + +\begin{frame}{Recommendation 2: Changes to on-site conferences} + When traveling to an on-site conference becomes possible again, we should: + \begin{itemize} + \item Measure the \rd{CO2 footprint} of conference travel (at registration) + \item Offer options to \rd{offset} this footprint + \item Otherwise \rd{limit} the carbon footprint of the event itself + (vegetarian food, etc.) + \end{itemize} +\end{frame} + +\begin{frame}{Recommendation 3: Hybrid conferences} + Most important measure: \rd{make it optional for authors to travel!} + + \bigskip + + \begin{columns}[t] + \column{.5\linewidth} + {\centering \rd{Option 1: on-site + remote participation}} + + An \rd{on-site} conference but: + \begin{itemize} + \item Talks are \rd{streamed} in high-quality + \item Remote \rd{Q\&A} + \item Can give talks \rd{remotely} + \end{itemize} + \column{.5\linewidth} + {\centering \rd{Option 2: online conference + hubs}} + + An \rd{online} conference but: + \begin{itemize} + \item \rd{Hubs} can apply to host a local community for the event + \item Encourage \rd{viewing parties} + \end{itemize} + \end{columns} + \bigskip + + Big open question: \rd{how can shared socializing work?} +\end{frame} + +\begin{frame}{Recommendation 4: Green research} + \begin{itemize} + \item Hope: our community can \rd{take inspiration} from + climate-related problems + \medskip + \item At least, don't \rd{encourage} unsustainable trends but + \rd{question} them + \begin{itemize} + \item[\itma] e.g., Bitcoin vs proof-of-stake... + \end{itemize} + \medskip + \item Idea: a \rd{best green paper award}? + \end{itemize} +\end{frame} + +\begin{frame}{Let's discuss!} + Goal: have an \rd{open discussion} about how we feel about these issues + \bigskip + + \begin{columns} + \column{.25\linewidth} + \includegraphics[width=\linewidth]{pierce.jpg} + \column{.75\linewidth} + \rd{Outside guest:} Benjamin Pierce, University of Pennsylvania + \end{columns} +\end{frame} + +\begin{frame}{Discussion!} + Up to you! + \begin{itemize} + \item How much do you \rd{regret} traditional conferences? + \item Did you \rd{appreciate} new opportunities with online conferences? + \item Do you agree with \rd{cutting by half} our carbon emissions? + \item Do you agree that authors shouldn't be \rd{required} to travel to + conferences? + \end{itemize} +\end{frame} + +\end{document} diff --git a/slides/tcs4f.pdf b/slides/tcs4f.pdf Binary files differ. diff --git a/slides/tcs4f.svg b/slides/tcs4f.svg @@ -0,0 +1,3 @@ +<?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" version="1.1" id="svg2" xml:space="preserve" width="356.548" height="329.53107" viewBox="0 0 356.548 329.53107" sodipodi:docname="LogoTCS4F.svg" inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata id="metadata8"><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/></cc:Work></rdf:RDF></metadata><defs id="defs6"><clipPath clipPathUnits="userSpaceOnUse" id="clipPath18"><path d="M 0,595.28 H 841.89 V 0 H 0 Z" id="path16" inkscape:connector-curvature="0"/></clipPath><clipPath clipPathUnits="userSpaceOnUse" id="clipPath186"><path d="M 0,595.28 H 841.89 V 0 H 0 Z" id="path184" inkscape:connector-curvature="0"/></clipPath></defs><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1678" inkscape:window-height="1016" id="namedview4" showgrid="false" inkscape:zoom="0.59467814" inkscape:cx="323.00565" inkscape:cy="-20.154376" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" inkscape:current-layer="g10" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0"/><g id="g10" inkscape:groupmode="layer" inkscape:label="LogoTCS4F03-1" transform="matrix(1.3333333,0,0,-1.3333333,-72.176398,533.84305)"><g id="g20" transform="translate(153.1426,349.3032)"><path d="M 0,0 C 1.117,-0.141 1.491,1.51 0.821,2.143 0.271,2.146 -0.048,1.917 -0.331,1.649 0.027,1.344 0.018,0.677 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path22" inkscape:connector-curvature="0"/></g><g id="g24" transform="translate(140.1172,364.3057)"><path d="M 0,0 C 0.192,0.477 -0.229,1.137 0.328,1.483 -0.98,1.96 -1.514,0.459 -3.131,1.155 -3.287,0.342 -2.929,0.035 -2.636,-0.331 -3.061,-0.509 -3.427,-0.748 -3.624,-1.153 -2.313,-2.343 -0.607,-1.535 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path26" inkscape:connector-curvature="0"/></g><g id="g28" transform="translate(153.9639,351.7773)"><path d="M 0,0 C 0.287,0.404 -0.262,1.079 -0.821,1.153 -0.819,0.715 -0.885,0.211 -0.659,0 Z" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path30" inkscape:connector-curvature="0"/></g><g id="g32" transform="translate(91.3237,366.6123)"><path d="m 0,0 c -0.941,0.436 -2.43,0.322 -3.794,0.33 0.179,0.535 0.805,0.622 1.154,0.989 -0.47,0.355 -0.832,0.819 -1.813,0.66 C -4.899,2.965 -6.198,3.091 -7.42,3.297 -7.53,2.696 -7.063,2.667 -7.094,2.143 -7.78,1.844 -8.47,1.544 -9.071,1.156 c 0.104,0.509 1.031,1.049 0.496,1.648 -0.702,-0.27 -2.281,-1.735 -2.144,-0.825 -0.69,-0.654 -0.083,-1.581 -0.497,-2.474 -0.802,0.299 -0.217,0.645 -0.161,1.32 -0.412,-0.026 -0.509,0.259 -0.826,0.331 -0.318,-1.002 -1.432,-1.204 -1.484,-2.473 0.215,-0.425 0.874,0.382 0.988,0 -0.277,-0.325 -0.95,-0.259 -0.821,-0.99 1.493,0.485 3.091,0.864 4.449,1.483 0.389,0.546 0.641,1.227 1.485,1.32 0.034,-0.129 0.138,-0.191 0.33,-0.166 0.366,-1.345 0.083,-3.05 -0.164,-4.285 -0.88,-0.497 -1.694,-1.054 -2.474,-1.651 1.129,-0.833 3.824,-1.151 5.441,-0.49 0.015,0.781 -0.757,0.78 -0.824,1.479 0.368,0.237 0.679,0.53 0.988,0.825 C -5.279,-0.108 -0.073,-2.624 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path34" inkscape:connector-curvature="0"/></g><g id="g36" transform="translate(117.6978,308.0894)"><path d="m 0,0 c -1.179,1.691 -6.325,2.935 -9.726,2.804 -0.512,-0.261 -1.051,-0.491 -1.482,-0.825 -0.33,1.499 -2.948,2.459 -4.124,1.153 0.186,1.121 -1.369,0.499 -2.144,0.659 -0.467,3.002 -3.376,4.923 -6.923,3.791 -1.081,0.678 -2.086,1.433 -3.793,1.485 -0.772,2.816 -3.376,-0.166 -5.438,0.658 -0.846,-0.526 -1.379,-1.368 -2.309,-1.811 -0.225,0.836 0.391,1.686 0,2.14 -0.817,-0.497 -1.106,-1.532 -2.309,-1.647 0.524,-1.356 -0.59,-1.596 -0.825,-2.638 -0.364,-0.07 -0.893,0.51 -0.988,0.165 0.878,-1.154 0.914,-2.841 1.155,-4.453 0.245,-1.639 0.698,-3.484 0.658,-4.944 -0.06,-2.286 0.941,-3.053 2.476,-4.614 1.117,-1.144 1.987,-2.33 3.129,-3.134 1.935,-1.36 4.629,-1.657 6.269,-3.294 0.871,-4.591 3.541,-8.333 5.11,-12.531 1.586,-4.256 3.28,-8.277 5.932,-11.703 0.038,0.309 -0.187,0.361 -0.167,0.658 1.093,-0.778 1.638,-2.101 1.98,-3.63 -0.097,-0.829 -0.745,-1.046 -0.331,-1.977 0.458,0.052 1.426,0.436 1.65,0.165 0.088,-0.854 -0.216,-1.319 -0.33,-1.977 1.361,-0.505 2.034,-2.44 3.464,-3.461 0.143,-0.104 0.688,-0.149 0.989,-0.331 0.289,-0.177 0.462,-0.555 0.658,-0.658 2.49,-1.328 5.107,-0.271 7.419,0.989 -7.586,-0.057 -6.585,8.469 -10.059,12.527 1.831,-0.285 2.13,2.645 0.828,3.132 2.991,-0.222 3.105,4.266 0.824,4.947 1.071,-0.164 1.937,-0.554 2.969,-0.333 1.135,0.811 0.535,3.243 0.328,4.618 0.539,0.065 1.068,0.144 1.153,0.661 -0.018,1.804 -1.647,2.098 -1.481,3.627 0.091,0.869 1.484,1.993 2.47,2.637 1.151,0.751 2.62,1.166 3.461,1.814 0.163,3.137 -0.903,6 -1.481,8.902 C 0.823,-5.299 1.107,-1.587 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path38" inkscape:connector-curvature="0"/></g><g id="g40" transform="translate(70.3843,363.646)"><path d="m 0,0 c -0.824,0.41 -1.676,-0.059 -1.485,-1.153 -2.109,1.329 -4.072,-1.297 -5.275,-2.473 0.791,-0.232 1.494,0.474 1.978,0 -1.142,-0.175 -2.263,-0.374 -2.637,-1.321 0.616,-0.464 1.479,0.307 1.649,-0.491 1.617,1.674 5.326,1.264 6.594,3.294 C 0.09,-1.887 -0.038,-1.026 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path42" inkscape:connector-curvature="0"/></g><g id="g44" transform="translate(74.5054,364.8003)"><path d="M 0,0 C 0.136,0.467 -0.232,0.427 -0.165,0.824 0.386,0.66 0.376,1.054 0.332,1.485 -0.441,1.71 -1.619,1.05 -1.483,-0.167 c -0.746,0.143 -1.026,-0.18 -1.154,-0.658 0.748,0.14 0.614,-0.707 1.154,-0.659 0.462,0.041 0.711,1.657 1.483,1.153 -0.468,-0.404 -1.101,-1.358 -0.66,-2.143 1.069,-0.079 0.794,1.186 1.817,1.153 C 0.813,1.054 2.597,1.303 3.298,2.637 0.99,2.964 1.166,0.809 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path46" inkscape:connector-curvature="0"/></g><g id="g48" transform="translate(70.2192,364.3057)"><path d="M 0,0 C 0.218,-0.002 0.151,-0.29 0.329,-0.331 0.261,0.234 0.824,0.166 0.989,0.495 0.621,0.366 0.094,0.398 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path50" inkscape:connector-curvature="0"/></g><g id="g52" transform="translate(110.4438,389.8569)"><path d="m 0,0 c -1.008,-0.912 -2.813,-1.032 -3.628,-2.141 -1.668,-0.558 -3.203,-1.756 -4.45,-2.968 -0.449,-0.436 -1.142,-0.286 -1.812,-0.496 -1.192,-0.371 -1.972,-1.061 -3.134,-1.481 0.002,0.09 -0.134,0.186 -0.164,0 0.2,-0.037 0.101,-0.185 0,-0.332 -2.188,-1.066 -4.22,-2.874 -5.77,-4.45 -0.53,-0.542 -1.39,-0.983 -1.319,-1.815 0.677,0.421 1.608,0.593 2.472,0.826 -0.384,-0.554 -1.685,-1.057 -1.315,-1.814 1.478,0.412 5.17,2.029 5.601,0.328 0.259,-1.013 -1.169,-1.412 -0.823,-2.305 1.061,0.053 1.738,0.915 2.309,-0.165 -0.86,0.034 -1.565,-0.086 -1.817,-0.66 0.371,-0.463 1.441,0.333 1.651,0 -0.374,-0.688 -1.532,-1.178 -1.811,-2.309 -0.837,-3.355 0.792,-7.801 4.448,-5.605 2.929,7.403 9.156,11.505 15.332,15.661 -0.557,-0.109 -1.542,-0.646 -2.144,-0.165 0.32,1.112 2.567,0.292 3.134,1.156 -0.247,1.072 -1.788,0.849 -2.639,1.317 1.915,0.832 3.834,1.663 4.617,3.627 -0.428,0.535 -1.437,-0.48 -1.65,0.329 0.635,0.25 1.199,0.564 1.487,1.154 -0.292,0.094 -0.97,-0.199 -0.993,0.167 1.493,1.581 3.449,2.707 5.112,4.121 C 10.762,1.88 9.823,0.784 7.747,0.827 4.989,2.354 3.005,0.346 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path54" inkscape:connector-curvature="0"/></g><g id="g56" transform="translate(91.98,349.1367)"><path d="M 0,0 C 0.337,0.05 0.323,0.448 0.659,0.496 0.542,1.148 0.398,1.773 0.167,2.309 -0.259,2.073 -0.866,2.023 -1.32,1.815 c 0.456,0.438 -0.131,0.419 -0.329,0.659 0.282,0.276 1.214,0.753 0.825,1.153 -1.408,-1.118 -2.715,-2.337 -2.967,-4.615 1.217,0.212 1.66,1.2 2.799,1.484 C -0.587,0.406 -0.638,-0.143 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path58" inkscape:connector-curvature="0"/></g><g id="g60" transform="translate(76.4829,367.7681)"><path d="M 0,0 C 0.24,0.419 1,0.318 1.154,0.823 0.769,1.707 -0.434,0.412 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path62" inkscape:connector-curvature="0"/></g><g id="g64" transform="translate(76.3184,323.917)"><path d="M 0,0 C 0.142,-1.052 2.059,-1.289 2.639,-0.496 1.183,0.569 -2.934,1.014 -3.296,-0.825 -2.447,-0.3 -1.459,0.084 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path66" inkscape:connector-curvature="0"/></g><g id="g68" transform="translate(73.187,315.0142)"><path d="M 0,0 C 0.273,-1.274 3.522,-2.245 4.122,-0.661 2.791,-0.397 1.688,0.094 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path70" inkscape:connector-curvature="0"/></g><g id="g72" transform="translate(118.1909,377.3286)"><path d="m 0,0 c -1.222,-0.574 -2.441,-0.698 -2.802,-1.484 0.35,0.154 1.13,0.723 1.321,0.494 -0.346,-0.367 -1.027,-0.402 -1.156,-0.987 0.506,-0.12 0.485,0.285 0.991,0.163 -0.086,-0.243 -0.246,-0.415 -0.331,-0.657 2.495,0.908 5.689,1.123 6.265,3.954 C 2.336,2.002 1.449,0.68 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path74" inkscape:connector-curvature="0"/></g><g id="g76" transform="translate(78.625,370.2412)"><path d="M 0,0 C 0.219,-0.617 -0.687,-0.943 -0.327,-1.156 1.138,-0.433 3.225,0.129 4.618,0.823 5.018,1.022 5.871,1.34 5.771,1.811 4.438,1.112 2.506,0.135 0.991,0.164 c 2.168,0.633 3.445,2.16 5.772,2.638 0.905,0.962 1.496,2.239 2.801,2.802 -0.147,0.484 -0.147,0.509 0,0.989 2.564,2.271 5.688,3.983 8.736,5.77 0.173,0.01 0.131,0.211 -0.164,0.166 C 13.54,10.64 7.53,10.166 4.618,6.593 4.547,6.027 4.684,5.667 4.784,5.273 2.769,5.149 0.244,4.326 1.155,2.309 2.67,2.277 3.248,3.18 4.618,3.294 4.025,2.581 2.853,1.97 1.816,1.481 0.748,0.981 -0.716,0.871 -0.821,-0.167 -0.716,-0.028 -0.053,0.351 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path78" inkscape:connector-curvature="0"/></g><g id="g80" transform="translate(153.9639,386.8906)"><path d="m 0,0 c 0.244,-0.627 -0.736,-0.033 -0.492,-0.659 1.757,0.107 3.957,-0.219 5.44,0.163 C 3.841,-0.283 3.11,0.305 2.307,0.825 3.708,0.431 5.734,0.644 6.269,1.65 2.873,1.232 -0.813,2.126 -2.636,0.164 -2.199,-0.555 -0.227,0.057 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path82" inkscape:connector-curvature="0"/></g><g id="g84" transform="translate(76.4829,370.5693)"><path d="M 0,0 V 0.823 C -0.948,0.948 -1.389,0.567 -1.813,0.165 -1.09,-0.351 -0.921,0.315 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path86" inkscape:connector-curvature="0"/></g><g id="g88" transform="translate(75.6621,368.9214)"><path d="M 0,0 H -0.663 C -0.542,-0.677 -1.743,-0.559 -1.816,-1.484 -0.931,-1.879 0.324,-1.354 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path90" inkscape:connector-curvature="0"/></g><g id="g92" transform="translate(140.9434,365.7886)"><path d="M 0,0 C 1.105,0.217 1.718,-0.008 1.811,-1.155 1.418,-2.023 0.265,-2.132 0,-3.131 c 0.362,-0.243 1.227,0.019 1.317,-0.497 -0.823,0.003 -1.12,-0.524 -1.484,-0.987 2.122,0.03 3.475,-0.186 5.44,0 0.129,0.406 -0.128,1.639 0.168,2.306 C 4.251,-1.573 3.117,-0.782 2.636,0.659 2.521,0.984 1.716,0.619 1.647,0.99 2.322,1.14 2.792,1.497 2.964,2.143 2.265,2.155 1.814,2.419 0.989,2.308 1.208,2.691 1.458,3.047 1.811,3.297 0.471,3.625 -0.537,3.278 -0.498,1.814 0.197,1.365 0.632,0.58 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path94" inkscape:connector-curvature="0"/></g><g id="g96" transform="translate(129.6353,400.3823)"><path d="m 0,0 c -41.63,0 -75.503,-33.872 -75.503,-75.5 0,-41.633 33.873,-75.503 75.503,-75.503 0.167,0 0.628,0.003 0.628,0.003 v 0.687 c -0.174,-0.002 -0.452,-0.002 -0.628,-0.002 -41.179,0 -74.694,33.443 -74.809,74.594 2.351,-1.405 3.125,-4.467 5.005,-6.35 2.075,-2.075 6.279,-1.198 10.221,-1.649 1.888,-0.217 2.987,-1.271 4.453,-1.484 0.013,1.277 0.117,2.645 -0.495,3.297 -1.285,0.077 -2.135,-0.284 -3.131,-0.493 0.381,1.26 0.915,3.087 0.656,4.45 -1.369,-0.498 -2.77,-1.841 -2.8,-3.133 -0.495,0.08 -1.782,0.2 -2.8,0 -1.127,2.1 -1.846,4.382 -0.662,6.263 0.677,1.079 2.438,1.629 3.791,2.308 0.857,0.429 1.261,1.272 2.639,0.992 1.307,-0.269 1.214,-1.876 2.474,-2.475 -0.495,3.688 1.711,6.09 3.293,8.244 -0.72,0.417 -0.05,0.061 -0.161,0.66 -0.08,0.424 -0.573,1.017 -0.331,1.977 0.355,-0.139 0.265,-0.722 0.492,-0.99 0.6,1.618 1.864,3.07 3.464,4.123 0.626,1.792 1.996,2.841 2.969,4.287 0.285,-0.125 -0.556,-1.058 0,-1.486 1.816,0.822 2.717,2.56 3.79,4.125 -0.689,-0.031 -1.318,-1.537 -2.473,-1.652 -0.519,0.914 0.197,1.845 0.496,2.473 -1.312,-0.502 -3.234,-1.824 -4.45,-2.966 0.995,2.325 4.109,3.102 6.263,4.78 1.418,1.105 2.22,2.483 3.298,3.791 -0.562,-0.342 -1.515,-0.708 -2.309,-0.327 0.26,0.675 0.918,0.948 1.482,1.32 -1.607,0.532 -1.992,2.29 -2.307,4.118 -0.659,-1.263 -1.466,-2.382 -3.463,-2.307 0.19,1.028 1.572,2.228 0.166,2.968 -0.614,0.14 -1.063,-0.338 -1.484,-0.661 -1.709,-1.31 -4.036,-5.041 -5.109,-7.253 -0.573,-1.179 0.481,-4.174 -1.649,-4.617 -0.639,0.751 -0.179,2.221 0,3.132 -1.509,-0.847 -3.338,0.93 -4.946,-0.164 -0.429,0.395 0.198,2.164 -0.824,1.483 1.729,2.835 4.358,4.765 6.264,7.419 -0.122,0.373 -0.925,0.066 -1.319,0.165 0.905,1.037 7.681,3.565 5.276,5.771 -1.78,-0.528 -1.817,-2.799 -3.627,-3.298 -0.066,0.672 0.701,0.51 0.825,0.99 -2.064,1.742 -3.645,-1.846 -4.781,-3.134 -2.226,0.238 -4.391,-0.987 -6.265,-1.648 -0.201,0.048 -0.569,-0.474 -0.164,-0.495 -0.468,-0.242 -1.406,0.462 -2.31,0.331 -0.808,0.013 0.374,0.377 -0.166,0.661 -0.627,-0.078 -1.07,-0.337 -1.671,-0.441 0.663,1.346 1.364,2.667 2.101,3.968 0.805,0.573 2.496,0.983 1.388,1.912 -0.117,-0.014 -0.221,-0.053 -0.325,-0.096 0.363,0.601 0.739,1.194 1.12,1.786 0.09,-0.204 -0.499,-0.599 -0.466,-0.867 0.78,-0.066 0.864,0.564 1.646,0.495 0.673,0.049 0.088,-0.344 0.166,-0.659 1.704,0.658 3.476,1.247 4.286,2.803 -1.354,-0.074 -1.683,-1.175 -2.968,-1.32 0.123,0.155 0.3,0.252 0.494,0.329 -0.726,0.009 -0.98,0.1 -1.153,0.825 -0.394,-0.198 -0.866,-0.313 -1.278,-0.498 13.438,20.036 36.294,33.251 62.178,33.251 20.908,0 39.841,-8.625 53.432,-22.501 -0.774,-0.35 -1.672,0.064 -2.395,-0.527 -0.811,-0.002 0.171,0.764 -0.328,0.992 -1.466,-0.458 -2.965,-0.885 -3.136,-2.638 -1.215,0.413 -1.03,2.798 -2.802,2.142 0.181,-0.755 0.374,-1.498 0.66,-2.142 -0.389,-0.82 -1.268,-1.148 -1.975,-1.648 -0.906,-0.084 -1.121,0.532 -1.98,0.494 -0.342,-0.301 0.35,-0.961 0.659,-1.154 -0.429,-0.15 -1.57,0.403 -2.141,0.66 -0.03,0.522 -0.377,0.724 -0.334,1.317 -0.428,0.337 -1.333,0.206 -1.315,0.992 1.689,-0.063 4.003,-1.513 5.111,-0.168 -0.931,2.641 -4.351,2.795 -7.751,2.969 -0.238,0.256 -0.346,0.642 -0.495,0.989 -0.669,0.348 -1.273,-0.145 -1.318,0.659 -0.397,-0.053 -0.729,-1.015 -0.987,-0.659 0.077,0.672 -0.448,0.024 -0.496,-0.168 -0.494,0.111 0.156,0.357 0,0.661 -0.926,-0.667 -4.638,0.021 -4.781,-1.977 -3.639,-0.042 -2.043,-5.321 -6.429,-4.615 -0.596,-0.446 -0.824,-1.266 -1.32,-1.815 0.139,-0.245 0.532,-0.239 0.825,-0.329 -0.07,-0.369 -0.811,-0.067 -1.155,-0.165 0.03,-0.816 0.411,-0.912 1.155,-0.659 -0.456,-0.515 -0.85,-0.974 -0.329,-1.65 0.727,-0.077 1.678,0.26 2.474,0.166 2.391,-0.284 3.08,-2.988 5.273,-3.461 0.919,0.71 -0.07,2.671 0.992,2.966 -1.033,4.269 1.44,5.735 4.449,6.432 -0.318,-1.386 -1.612,-1.796 -2.309,-2.806 0.011,-0.815 0.482,-1.164 0.496,-1.978 1.262,-1.527 3.769,-0.27 5.439,-0.495 -0.756,-1.437 -3.917,-0.477 -3.626,-2.967 -0.617,0.099 -0.809,0.62 -1.484,0.66 -1.016,-0.499 -0.083,-1.646 -0.329,-2.308 -0.083,-0.223 -0.799,-0.922 -0.991,-0.989 -0.033,-0.01 -0.878,0.502 -0.822,0.494 -0.553,0.064 -1.424,-0.606 -2.309,-0.659 -1.764,-0.107 -2.914,0.45 -3.63,1.485 v 2.142 c -0.903,-0.08 -1.323,-0.649 -1.81,-1.152 -0.172,-0.942 0.574,-0.968 0.661,-1.652 -1.852,-1.171 -3.499,-2.544 -5.769,-3.296 -0.481,-0.237 -0.684,-0.749 -0.827,-1.318 -1.192,0.035 -2.159,-0.15 -2.8,-0.661 -0.644,0.097 -1.26,0.552 -1.651,0 0.084,-2.171 5.198,-3.193 1.813,-5.273 -2.011,0.136 -4.707,1.452 -6.429,0.329 0.024,-1.435 -0.315,-3.686 -0.163,-5.77 0.354,-0.609 1.036,-0.336 1.812,-0.331 1.506,0.015 3.175,-1.045 5.109,-0.66 1.463,1.395 1.961,3.758 4.289,4.29 0.219,0.38 0.272,0.934 0.491,1.317 2.17,0.35 3.906,1.762 5.77,0.493 0.396,-0.268 0.572,-0.926 0.992,-1.317 1.488,-1.403 4.39,-2.002 4.782,-3.629 -0.82,-0.502 -2.036,-0.602 -3.136,-0.823 0.528,-0.519 1.455,-0.636 1.982,-1.152 0.677,1.078 1.515,1.994 1.976,3.294 0.48,0.046 0.506,-0.373 0.989,-0.327 -0.366,0.841 -1.826,2.019 -3.297,2.306 -0.398,1.143 -1.529,1.551 -2.147,2.475 2.441,1.521 4.159,-2.165 6.106,-2.803 0.447,-2.356 1.188,-4.415 3.46,-4.945 0.482,0.443 0.142,0.638 0,1.152 0.312,-0.07 0.414,-0.354 0.822,-0.331 0.175,0.666 -1.019,1.25 -1.318,1.979 0.302,0.936 1.846,0.648 2.802,0.494 -0.486,-1.068 1.883,-3.876 2.637,-4.119 0.457,-0.149 1.34,-0.313 1.65,0.329 1.982,-0.215 4.863,-0.107 5.111,-1.648 0.292,-1.801 -2.11,-1.547 -1.812,-3.792 0.387,-2.951 3.459,-4.569 4.616,-7.09 0.035,-0.076 0.166,-0.341 0.164,-0.331 0.719,-2.93 1.766,-5.971 3.792,-7.58 0.942,-0.751 2.188,-1.29 3.463,-0.826 0.641,0.233 1.09,0.917 1.812,1.485 2.109,1.654 7.64,2.867 6.431,6.594 -0.116,0.351 -1.525,2.928 -2.144,2.966 -0.798,0.05 -1.39,-1.965 -3.298,-1.813 -2.108,0.168 -1.323,2.125 -2.14,4.12 2.769,-0.562 5.583,-2.687 9.063,-3.13 0.517,-0.065 1.121,0.085 1.648,0 1.786,-0.295 3.113,-1.593 4.815,-1.782 0.024,-0.215 0.051,-0.434 0.072,-0.65 -0.08,-0.074 -0.239,-0.078 -0.269,-0.206 0.207,-0.009 0.269,-0.167 0.329,-0.325 0.243,-2.452 0.369,-4.935 0.369,-7.446 h 0.687 C 75.503,-33.872 41.632,0 0,0" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path98" inkscape:connector-curvature="0"/></g><path inkscape:connector-curvature="0" id="path190" style="fill:#004b1e;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 130.2637,324.8818 h 53.675 c -1.175,1.918 -3.93,3.011 -4.749,5.463 -0.231,0.688 -0.144,1.467 -0.329,2.145 -0.805,2.917 -2.945,4.941 -3.959,7.253 0.407,-0.488 1.509,-2.339 1.651,-1.652 -0.457,3.532 -4.522,3.302 -7.75,3.793 -0.775,0.121 -1.701,0.5 -2.307,0.496 -1.62,-0.018 -3.104,-1.407 -4.451,-1.317 -1.332,0.088 -1.865,1.366 -2.969,1.81 -1.51,0.609 -3.151,0.121 -3.791,1.484 -0.124,1.168 0.182,1.903 0.33,2.804 -2.735,0.307 -5.929,0.627 -8.735,0 -1.057,-0.236 -1.863,-0.877 -2.805,-0.992 -1.997,-0.238 -3.376,0.239 -4.451,0.825 -0.767,-1.576 -2.864,-1.99 -3.793,-3.626 -0.436,-0.769 -0.24,-2.001 -0.824,-2.637 -0.499,-0.545 -1.223,-0.358 -1.978,-0.659 -1.852,-0.747 -2.81,-1.752 -3.789,-3.296 -0.494,-0.776 -1.18,-1.787 -1.484,-2.474 -0.93,-2.092 -0.741,-4.675 -0.991,-7.253 -0.11,-1.127 -0.728,-2.164 0,-3.298 0.25,-0.466 1.014,-0.414 1.481,-0.659 0.085,-0.618 0.619,-0.49 0.994,-0.825 0.363,-0.324 0.698,-0.722 1.024,-1.14 z"/><path inkscape:connector-curvature="0" id="path194" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 142.0371,260.6572 v -14.011 h -4.018 v 14.011 h -3.786 v 4.018 h 11.641 v -4.018 z"/><path inkscape:connector-curvature="0" id="path198" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 159.8589,252.6738 h -7.649 v -6.027 h -4.018 v 18.028 h 4.018 v -7.983 h 7.649 v 7.983 h 4.018 v -18.028 h -4.018 z"/><path inkscape:connector-curvature="0" id="path202" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 171.2422,250.6641 h 7.624 v -4.018 h -11.642 v 18.029 h 11.642 v -4.018 h -7.624 v -2.807 h 6.361 v -4.018 h -6.361 z"/><path inkscape:connector-curvature="0" id="path206" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 184.4287,255.6348 c 0,-0.793 0.15,-1.535 0.452,-2.225 0.3,-0.69 0.705,-1.29 1.213,-1.798 0.508,-0.508 1.106,-0.91 1.794,-1.203 0.688,-0.294 1.419,-0.44 2.194,-0.44 0.792,0 1.536,0.146 2.233,0.44 0.697,0.293 1.303,0.695 1.82,1.203 0.516,0.508 0.92,1.108 1.213,1.798 0.292,0.69 0.439,1.432 0.439,2.225 0,0.794 -0.147,1.535 -0.439,2.225 -0.293,0.69 -0.697,1.294 -1.213,1.811 -0.517,0.518 -1.123,0.928 -1.82,1.23 -0.697,0.301 -1.441,0.452 -2.233,0.452 -0.775,0 -1.506,-0.151 -2.194,-0.452 -0.688,-0.302 -1.286,-0.712 -1.794,-1.23 -0.508,-0.517 -0.913,-1.121 -1.213,-1.811 -0.302,-0.69 -0.452,-1.431 -0.452,-2.225 m -4.018,0 c 0,1.356 0.253,2.627 0.759,3.813 0.506,1.184 1.196,2.214 2.07,3.089 0.875,0.876 1.899,1.568 3.074,2.074 1.175,0.506 2.43,0.759 3.768,0.759 1.355,0 2.623,-0.253 3.806,-0.759 1.184,-0.506 2.213,-1.198 3.087,-2.074 0.874,-0.875 1.565,-1.905 2.071,-3.089 0.506,-1.186 0.758,-2.457 0.758,-3.813 0,-1.339 -0.252,-2.597 -0.758,-3.772 -0.506,-1.177 -1.197,-2.203 -2.071,-3.079 -0.874,-0.875 -1.903,-1.566 -3.087,-2.073 -1.183,-0.506 -2.451,-0.76 -3.806,-0.76 -1.338,0 -2.593,0.254 -3.768,0.76 -1.175,0.507 -2.199,1.198 -3.074,2.073 -0.874,0.876 -1.564,1.902 -2.07,3.079 -0.506,1.175 -0.759,2.433 -0.759,3.772"/><path inkscape:connector-curvature="0" id="path210" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 205.9082,255.6611 h 3.837 c 0.361,0 0.7,0.068 1.018,0.206 0.317,0.137 0.596,0.326 0.837,0.566 0.24,0.241 0.429,0.52 0.566,0.837 0.138,0.318 0.206,0.658 0.206,1.018 0,0.67 -0.227,1.249 -0.682,1.738 -0.455,0.489 -1,0.777 -1.636,0.863 h -4.146 z m 1.906,-3.786 h -1.906 v -5.229 h -4.018 v 18.029 h 7.855 c 0.876,0 1.705,-0.167 2.486,-0.502 0.781,-0.335 1.459,-0.79 2.034,-1.366 0.576,-0.575 1.031,-1.252 1.366,-2.034 0.334,-0.781 0.502,-1.609 0.502,-2.485 0,-0.688 -0.103,-1.34 -0.309,-1.958 -0.207,-0.617 -0.49,-1.189 -0.851,-1.712 -0.36,-0.524 -0.789,-0.988 -1.287,-1.391 -0.498,-0.404 -1.048,-0.717 -1.649,-0.94 l 4.096,-5.641 h -4.945 z"/><path inkscape:connector-curvature="0" id="path214" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 222.4683,250.6641 h 7.624 v -4.018 h -11.642 v 18.029 h 11.642 v -4.018 h -7.624 v -2.807 h 6.361 v -4.018 h -6.361 z"/><path inkscape:connector-curvature="0" id="path218" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 240.2134,260.6572 v -14.011 h -4.018 v 14.011 h -3.786 v 4.018 h 11.641 v -4.018 z"/><path d="m 246.883,264.675 h 4.018 v -18.028 h -4.018 z" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path220" inkscape:connector-curvature="0"/><path inkscape:connector-curvature="0" id="path224" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 257.751,255.6611 c 0,-0.794 0.146,-1.535 0.438,-2.226 0.291,-0.689 0.695,-1.293 1.21,-1.81 0.516,-0.518 1.116,-0.923 1.803,-1.216 0.687,-0.294 1.425,-0.44 2.215,-0.44 0.79,0 1.528,0.146 2.215,0.438 0.686,0.291 1.287,0.695 1.803,1.21 l 2.858,-2.825 c -0.893,-0.888 -1.927,-1.583 -3.103,-2.086 -1.176,-0.503 -2.434,-0.755 -3.773,-0.755 -1.339,0 -2.597,0.254 -3.773,0.76 -1.176,0.507 -2.204,1.202 -3.082,2.086 -0.879,0.885 -1.571,1.915 -2.074,3.091 -0.503,1.175 -0.755,2.433 -0.755,3.773 0,1.339 0.252,2.597 0.755,3.772 0.503,1.177 1.195,2.207 2.074,3.091 0.878,0.885 1.906,1.58 3.082,2.086 1.176,0.507 2.434,0.76 3.773,0.76 1.339,0 2.597,-0.256 3.773,-0.768 1.176,-0.511 2.202,-1.203 3.078,-2.072 l -2.833,-2.826 c -0.516,0.498 -1.117,0.897 -1.803,1.198 -0.687,0.3 -1.425,0.45 -2.215,0.45 -0.79,0 -1.528,-0.146 -2.215,-0.439 -0.687,-0.294 -1.287,-0.699 -1.803,-1.216 -0.515,-0.517 -0.919,-1.122 -1.21,-1.811 -0.292,-0.691 -0.438,-1.432 -0.438,-2.225"/><path inkscape:connector-curvature="0" id="path228" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 278.458,253.3428 h 3.116 l -1.545,3.89 z m 1.571,12.027 8.731,-18.723 h -4.456 l -1.081,2.678 h -6.388 l -1.081,-2.678 h -4.456 z"/><path inkscape:connector-curvature="0" id="path232" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 291.0776,246.6465 v 18.028 h 4.018 v -14.01 h 7.056 v -4.018 z"/><path inkscape:connector-curvature="0" id="path236" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 138.251,224.7549 c 0,-0.793 0.146,-1.535 0.438,-2.225 0.291,-0.69 0.695,-1.294 1.21,-1.811 0.516,-0.518 1.116,-0.923 1.803,-1.216 0.687,-0.293 1.425,-0.439 2.215,-0.439 0.79,0 1.528,0.145 2.215,0.437 0.686,0.292 1.287,0.695 1.803,1.211 l 2.858,-2.825 c -0.893,-0.888 -1.927,-1.583 -3.103,-2.086 -1.176,-0.503 -2.434,-0.755 -3.773,-0.755 -1.339,0 -2.597,0.253 -3.773,0.76 -1.176,0.506 -2.204,1.201 -3.082,2.086 -0.879,0.884 -1.571,1.914 -2.074,3.091 -0.503,1.175 -0.755,2.433 -0.755,3.772 0,1.34 0.252,2.597 0.755,3.773 0.503,1.176 1.195,2.206 2.074,3.091 0.878,0.884 1.906,1.579 3.082,2.086 1.176,0.506 2.434,0.76 3.773,0.76 1.339,0 2.597,-0.256 3.773,-0.768 1.176,-0.512 2.202,-1.203 3.078,-2.073 l -2.833,-2.825 c -0.516,0.498 -1.117,0.896 -1.803,1.197 -0.687,0.301 -1.425,0.451 -2.215,0.451 -0.79,0 -1.528,-0.147 -2.215,-0.44 -0.687,-0.293 -1.287,-0.698 -1.803,-1.216 -0.515,-0.517 -0.919,-1.121 -1.21,-1.81 -0.292,-0.691 -0.438,-1.433 -0.438,-2.226"/><path inkscape:connector-curvature="0" id="path240" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 156.125,224.7295 c 0,-0.794 0.15,-1.536 0.452,-2.226 0.3,-0.689 0.705,-1.289 1.213,-1.797 0.508,-0.509 1.106,-0.911 1.794,-1.204 0.688,-0.293 1.419,-0.439 2.194,-0.439 0.792,0 1.536,0.146 2.233,0.439 0.697,0.293 1.303,0.695 1.82,1.204 0.516,0.508 0.92,1.108 1.213,1.797 0.292,0.69 0.439,1.432 0.439,2.226 0,0.793 -0.147,1.535 -0.439,2.225 -0.293,0.689 -0.697,1.294 -1.213,1.811 -0.517,0.518 -1.123,0.927 -1.82,1.229 -0.697,0.301 -1.441,0.453 -2.233,0.453 -0.775,0 -1.506,-0.152 -2.194,-0.453 -0.688,-0.302 -1.286,-0.711 -1.794,-1.229 -0.508,-0.517 -0.913,-1.122 -1.213,-1.811 -0.302,-0.69 -0.452,-1.432 -0.452,-2.225 m -4.018,0 c 0,1.356 0.253,2.627 0.759,3.812 0.506,1.184 1.196,2.214 2.07,3.09 0.875,0.876 1.899,1.567 3.074,2.074 1.175,0.505 2.43,0.759 3.768,0.759 1.355,0 2.623,-0.254 3.806,-0.759 1.184,-0.507 2.213,-1.198 3.087,-2.074 0.874,-0.876 1.565,-1.906 2.071,-3.09 0.506,-1.185 0.758,-2.456 0.758,-3.812 0,-1.339 -0.252,-2.598 -0.758,-3.773 -0.506,-1.176 -1.197,-2.203 -2.071,-3.078 -0.874,-0.876 -1.903,-1.567 -3.087,-2.073 -1.183,-0.507 -2.451,-0.76 -3.806,-0.76 -1.338,0 -2.593,0.253 -3.768,0.76 -1.175,0.506 -2.199,1.197 -3.074,2.073 -0.874,0.875 -1.564,1.902 -2.07,3.078 -0.506,1.175 -0.759,2.434 -0.759,3.773"/><path inkscape:connector-curvature="0" id="path244" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 193.2119,215.7412 h -4.095 l -1.185,7.881 -5.048,-8.576 -5.048,8.576 -1.185,-7.881 h -4.094 l 2.884,18.724 7.443,-10.92 7.443,10.92 z"/><path inkscape:connector-curvature="0" id="path248" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 199.5474,224.7549 h 3.837 c 0.361,0 0.7,0.068 1.018,0.206 0.317,0.138 0.596,0.326 0.837,0.566 0.24,0.241 0.429,0.52 0.566,0.838 0.138,0.318 0.206,0.657 0.206,1.017 0,0.67 -0.227,1.249 -0.682,1.739 -0.455,0.489 -1,0.777 -1.636,0.863 h -4.146 z m 10.225,2.627 c 0,-0.875 -0.168,-1.704 -0.502,-2.485 -0.335,-0.782 -0.79,-1.464 -1.366,-2.047 -0.575,-0.584 -1.253,-1.043 -2.034,-1.378 -0.781,-0.335 -1.61,-0.503 -2.486,-0.503 h -3.837 v -5.228 h -4.018 v 18.029 h 7.855 c 0.876,0 1.705,-0.168 2.486,-0.502 0.781,-0.335 1.459,-0.79 2.034,-1.366 0.576,-0.575 1.031,-1.253 1.366,-2.035 0.334,-0.781 0.502,-1.609 0.502,-2.485"/><path inkscape:connector-curvature="0" id="path252" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 223.7314,233.7695 h 4.018 v -10.895 c 0,-1.082 -0.206,-2.098 -0.619,-3.051 -0.412,-0.953 -0.97,-1.782 -1.673,-2.486 -0.705,-0.704 -1.533,-1.261 -2.486,-1.673 -0.953,-0.413 -1.97,-0.619 -3.052,-0.619 -1.082,0 -2.099,0.206 -3.052,0.619 -0.953,0.412 -1.782,0.969 -2.485,1.673 -0.704,0.704 -1.262,1.533 -1.674,2.486 -0.412,0.953 -0.618,1.969 -0.618,3.051 v 10.895 h 4.017 v -10.895 c 0,-0.532 0.099,-1.03 0.297,-1.494 0.197,-0.463 0.467,-0.867 0.811,-1.21 0.343,-0.343 0.747,-0.614 1.21,-0.811 0.464,-0.197 0.962,-0.296 1.494,-0.296 0.532,0 1.03,0.099 1.494,0.296 0.464,0.197 0.867,0.468 1.211,0.811 0.343,0.343 0.613,0.747 0.811,1.21 0.197,0.464 0.296,0.962 0.296,1.494 z"/><path inkscape:connector-curvature="0" id="path256" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 237.8706,229.752 v -14.011 h -4.018 v 14.011 h -3.786 v 4.018 h 11.641 v -4.018 z"/><path inkscape:connector-curvature="0" id="path260" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 248.0435,219.7588 h 7.624 v -4.018 h -11.642 v 18.029 h 11.642 v -4.018 h -7.624 v -2.807 h 6.361 v -4.018 h -6.361 z"/><path inkscape:connector-curvature="0" id="path264" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 262.5171,224.7549 h 3.837 c 0.361,0 0.7,0.068 1.018,0.206 0.317,0.138 0.596,0.326 0.837,0.566 0.24,0.241 0.429,0.52 0.566,0.838 0.138,0.318 0.206,0.657 0.206,1.017 0,0.67 -0.227,1.249 -0.682,1.739 -0.455,0.489 -1,0.777 -1.636,0.863 h -4.146 z m 1.906,-3.786 h -1.906 v -5.228 h -4.018 v 18.029 h 7.855 c 0.876,0 1.705,-0.168 2.486,-0.502 0.781,-0.335 1.459,-0.79 2.034,-1.366 0.576,-0.575 1.031,-1.253 1.366,-2.035 0.334,-0.781 0.502,-1.609 0.502,-2.485 0,-0.687 -0.103,-1.339 -0.309,-1.957 -0.207,-0.618 -0.49,-1.19 -0.851,-1.713 -0.36,-0.523 -0.789,-0.987 -1.287,-1.391 -0.498,-0.403 -1.048,-0.716 -1.649,-0.94 l 4.096,-5.64 h -4.945 z"/><path inkscape:connector-curvature="0" id="path268" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 134.2334,186.7412 c 0,-0.018 0.124,0.142 0.373,0.477 0.249,0.335 0.528,0.699 0.837,1.094 0.361,0.463 0.773,0.987 1.236,1.571 0.464,-0.327 0.936,-0.619 1.417,-0.875 0.412,-0.224 0.858,-0.421 1.339,-0.593 0.481,-0.172 0.936,-0.258 1.365,-0.258 0.258,0 0.519,0.039 0.786,0.116 0.266,0.077 0.506,0.185 0.721,0.322 0.215,0.137 0.39,0.3 0.528,0.49 0.137,0.188 0.206,0.394 0.206,0.618 0,0.532 -0.301,1 -0.901,1.403 -0.602,0.404 -1.34,0.777 -2.216,1.12 -0.549,0.224 -1.12,0.503 -1.712,0.837 -0.592,0.335 -1.133,0.739 -1.623,1.211 -0.489,0.472 -0.888,1.018 -1.197,1.636 -0.309,0.618 -0.464,1.313 -0.464,2.086 0,0.738 0.124,1.442 0.374,2.111 0.248,0.67 0.622,1.263 1.12,1.778 0.498,0.515 1.116,0.922 1.854,1.223 0.738,0.3 1.605,0.45 2.602,0.45 0.772,0 1.476,-0.093 2.111,-0.283 0.636,-0.188 1.211,-0.412 1.726,-0.669 0.515,-0.258 0.961,-0.528 1.339,-0.811 0.378,-0.283 0.696,-0.52 0.953,-0.708 l -2.369,-3.22 c -0.052,0.034 -0.202,0.142 -0.451,0.322 -0.249,0.18 -0.554,0.369 -0.914,0.567 -0.361,0.197 -0.765,0.377 -1.211,0.541 -0.446,0.163 -0.91,0.244 -1.391,0.244 -0.463,0 -0.867,-0.125 -1.21,-0.373 -0.344,-0.249 -0.515,-0.546 -0.515,-0.889 0,-0.48 0.227,-0.914 0.683,-1.301 0.454,-0.385 1.197,-0.785 2.227,-1.197 0.498,-0.206 1.052,-0.464 1.661,-0.772 0.61,-0.31 1.176,-0.697 1.7,-1.16 0.524,-0.463 0.962,-1.017 1.314,-1.661 0.351,-0.644 0.528,-1.404 0.528,-2.279 0,-0.67 -0.138,-1.344 -0.412,-2.022 -0.275,-0.678 -0.674,-1.296 -1.198,-1.854 -0.524,-0.559 -1.163,-1.014 -1.919,-1.365 -0.755,-0.352 -1.606,-0.529 -2.549,-0.529 -0.842,0 -1.644,0.113 -2.409,0.335 -0.764,0.224 -1.451,0.486 -2.06,0.786 -0.61,0.3 -1.116,0.592 -1.519,0.876 -0.404,0.283 -0.657,0.485 -0.76,0.605"/><path inkscape:connector-curvature="0" id="path272" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 152.3135,193.8496 c 0,-0.794 0.146,-1.535 0.438,-2.226 0.291,-0.689 0.695,-1.293 1.21,-1.81 0.516,-0.518 1.116,-0.923 1.803,-1.216 0.687,-0.294 1.425,-0.44 2.215,-0.44 0.79,0 1.528,0.146 2.215,0.438 0.686,0.291 1.287,0.695 1.803,1.21 l 2.858,-2.825 c -0.893,-0.888 -1.927,-1.583 -3.103,-2.086 -1.176,-0.503 -2.434,-0.755 -3.773,-0.755 -1.339,0 -2.597,0.254 -3.773,0.76 -1.176,0.507 -2.204,1.202 -3.082,2.086 -0.879,0.885 -1.571,1.915 -2.074,3.091 -0.503,1.175 -0.755,2.433 -0.755,3.773 0,1.339 0.252,2.597 0.755,3.772 0.503,1.177 1.195,2.207 2.074,3.091 0.878,0.885 1.906,1.58 3.082,2.086 1.176,0.507 2.434,0.76 3.773,0.76 1.339,0 2.597,-0.256 3.773,-0.768 1.176,-0.511 2.202,-1.203 3.078,-2.072 l -2.833,-2.826 c -0.516,0.498 -1.117,0.897 -1.803,1.198 -0.687,0.3 -1.425,0.45 -2.215,0.45 -0.79,0 -1.528,-0.146 -2.215,-0.439 -0.687,-0.294 -1.287,-0.699 -1.803,-1.216 -0.515,-0.517 -0.919,-1.122 -1.21,-1.811 -0.292,-0.691 -0.438,-1.432 -0.438,-2.225"/><path d="m 167.714,202.863 h 4.018 v -18.028 h -4.018 z" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path274" inkscape:connector-curvature="0"/><path inkscape:connector-curvature="0" id="path278" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 179.0972,188.8525 h 7.624 v -4.018 h -11.642 v 18.029 h 11.642 v -4.018 h -7.624 v -2.807 h 6.361 v -4.018 h -6.361 z"/><path inkscape:connector-curvature="0" id="path282" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 204.4395,184.1396 -10.869,9.916 v -9.221 h -4.017 v 18.724 l 10.868,-9.863 v 9.168 h 4.018 z"/><path inkscape:connector-curvature="0" id="path286" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 214.5615,198.8457 v -14.011 h -4.018 v 14.011 h -3.786 v 4.018 h 11.641 v -4.018 z"/><path d="m 221.231,202.863 h 4.018 v -18.028 h -4.018 z" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path288" inkscape:connector-curvature="0"/><path inkscape:connector-curvature="0" id="path292" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 228.0815,186.7412 c 0,-0.018 0.124,0.142 0.373,0.477 0.249,0.335 0.528,0.699 0.837,1.094 0.361,0.463 0.773,0.987 1.236,1.571 0.464,-0.327 0.936,-0.619 1.417,-0.875 0.412,-0.224 0.858,-0.421 1.339,-0.593 0.481,-0.172 0.936,-0.258 1.365,-0.258 0.258,0 0.519,0.039 0.786,0.116 0.266,0.077 0.506,0.185 0.721,0.322 0.215,0.137 0.39,0.3 0.528,0.49 0.137,0.188 0.206,0.394 0.206,0.618 0,0.532 -0.301,1 -0.901,1.403 -0.602,0.404 -1.34,0.777 -2.216,1.12 -0.549,0.224 -1.12,0.503 -1.712,0.837 -0.592,0.335 -1.133,0.739 -1.623,1.211 -0.489,0.472 -0.888,1.018 -1.197,1.636 -0.309,0.618 -0.464,1.313 -0.464,2.086 0,0.738 0.124,1.442 0.374,2.111 0.248,0.67 0.622,1.263 1.12,1.778 0.498,0.515 1.116,0.922 1.854,1.223 0.738,0.3 1.605,0.45 2.602,0.45 0.772,0 1.476,-0.093 2.111,-0.283 0.636,-0.188 1.211,-0.412 1.726,-0.669 0.515,-0.258 0.961,-0.528 1.339,-0.811 0.378,-0.283 0.696,-0.52 0.953,-0.708 l -2.369,-3.22 c -0.052,0.034 -0.202,0.142 -0.451,0.322 -0.249,0.18 -0.554,0.369 -0.914,0.567 -0.361,0.197 -0.765,0.377 -1.211,0.541 -0.446,0.163 -0.91,0.244 -1.391,0.244 -0.463,0 -0.867,-0.125 -1.21,-0.373 -0.344,-0.249 -0.515,-0.546 -0.515,-0.889 0,-0.48 0.227,-0.914 0.683,-1.301 0.454,-0.385 1.197,-0.785 2.227,-1.197 0.498,-0.206 1.052,-0.464 1.661,-0.772 0.61,-0.31 1.176,-0.697 1.7,-1.16 0.524,-0.463 0.962,-1.017 1.314,-1.661 0.351,-0.644 0.528,-1.404 0.528,-2.279 0,-0.67 -0.138,-1.344 -0.412,-2.022 -0.275,-0.678 -0.674,-1.296 -1.198,-1.854 -0.524,-0.559 -1.163,-1.014 -1.919,-1.365 -0.755,-0.352 -1.606,-0.529 -2.549,-0.529 -0.842,0 -1.645,0.113 -2.409,0.335 -0.764,0.224 -1.451,0.486 -2.06,0.786 -0.61,0.3 -1.116,0.592 -1.519,0.876 -0.404,0.283 -0.657,0.485 -0.76,0.605"/><path inkscape:connector-curvature="0" id="path296" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 250.2046,198.8457 v -14.011 h -4.018 v 14.011 h -3.786 v 4.018 h 11.641 v -4.018 z"/><path inkscape:connector-curvature="0" id="path300" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 256.3599,186.7412 c 0,-0.018 0.124,0.142 0.373,0.477 0.249,0.335 0.528,0.699 0.837,1.094 0.361,0.463 0.773,0.987 1.236,1.571 0.464,-0.327 0.936,-0.619 1.417,-0.875 0.412,-0.224 0.858,-0.421 1.339,-0.593 0.481,-0.172 0.936,-0.258 1.365,-0.258 0.258,0 0.519,0.039 0.786,0.116 0.266,0.077 0.506,0.185 0.721,0.322 0.215,0.137 0.39,0.3 0.528,0.49 0.137,0.188 0.206,0.394 0.206,0.618 0,0.532 -0.301,1 -0.901,1.403 -0.602,0.404 -1.34,0.777 -2.216,1.12 -0.549,0.224 -1.12,0.503 -1.712,0.837 -0.592,0.335 -1.133,0.739 -1.623,1.211 -0.489,0.472 -0.888,1.018 -1.197,1.636 -0.309,0.618 -0.464,1.313 -0.464,2.086 0,0.738 0.124,1.442 0.374,2.111 0.248,0.67 0.622,1.263 1.12,1.778 0.498,0.515 1.116,0.922 1.854,1.223 0.738,0.3 1.605,0.45 2.602,0.45 0.772,0 1.476,-0.093 2.111,-0.283 0.636,-0.188 1.211,-0.412 1.726,-0.669 0.515,-0.258 0.961,-0.528 1.339,-0.811 0.378,-0.283 0.696,-0.52 0.953,-0.708 l -2.369,-3.22 c -0.052,0.034 -0.202,0.142 -0.451,0.322 -0.249,0.18 -0.554,0.369 -0.914,0.567 -0.361,0.197 -0.765,0.377 -1.211,0.541 -0.446,0.163 -0.91,0.244 -1.391,0.244 -0.463,0 -0.867,-0.125 -1.21,-0.373 -0.344,-0.249 -0.515,-0.546 -0.515,-0.889 0,-0.48 0.227,-0.914 0.683,-1.301 0.454,-0.385 1.197,-0.785 2.227,-1.197 0.498,-0.206 1.052,-0.464 1.661,-0.772 0.61,-0.31 1.176,-0.697 1.7,-1.16 0.524,-0.463 0.962,-1.017 1.314,-1.661 0.351,-0.644 0.528,-1.404 0.528,-2.279 0,-0.67 -0.138,-1.344 -0.412,-2.022 -0.275,-0.678 -0.674,-1.296 -1.198,-1.854 -0.524,-0.559 -1.163,-1.014 -1.919,-1.365 -0.755,-0.352 -1.606,-0.529 -2.549,-0.529 -0.842,0 -1.645,0.113 -2.409,0.335 -0.764,0.224 -1.451,0.486 -2.06,0.786 -0.61,0.3 -1.116,0.592 -1.519,0.876 -0.404,0.283 -0.657,0.485 -0.76,0.605"/><path inkscape:connector-curvature="0" id="path304" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 138.251,153.9297 h -4.018 v 18.028 h 11.642 v -4.017 h -7.624 v -2.962 h 6.361 v -4.018 h -6.361 z"/><path inkscape:connector-curvature="0" id="path308" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 152.21,162.918 c 0,-0.794 0.15,-1.536 0.452,-2.226 0.3,-0.689 0.705,-1.289 1.213,-1.797 0.508,-0.509 1.106,-0.911 1.794,-1.204 0.688,-0.293 1.419,-0.439 2.194,-0.439 0.792,0 1.536,0.146 2.233,0.439 0.697,0.293 1.303,0.695 1.82,1.204 0.516,0.508 0.92,1.108 1.213,1.797 0.292,0.69 0.439,1.432 0.439,2.226 0,0.793 -0.147,1.535 -0.439,2.225 -0.293,0.689 -0.697,1.294 -1.213,1.811 -0.517,0.518 -1.123,0.927 -1.82,1.229 -0.697,0.301 -1.441,0.453 -2.233,0.453 -0.775,0 -1.506,-0.152 -2.194,-0.453 -0.688,-0.302 -1.286,-0.711 -1.794,-1.229 -0.508,-0.517 -0.913,-1.122 -1.213,-1.811 -0.302,-0.69 -0.452,-1.432 -0.452,-2.225 m -4.018,0 c 0,1.356 0.253,2.627 0.759,3.812 0.506,1.184 1.196,2.214 2.07,3.09 0.875,0.876 1.899,1.567 3.074,2.074 1.175,0.505 2.43,0.759 3.768,0.759 1.355,0 2.623,-0.254 3.806,-0.759 1.184,-0.507 2.213,-1.198 3.087,-2.074 0.874,-0.876 1.565,-1.906 2.071,-3.09 0.506,-1.185 0.758,-2.456 0.758,-3.812 0,-1.339 -0.252,-2.598 -0.758,-3.773 -0.506,-1.176 -1.197,-2.203 -2.071,-3.078 -0.874,-0.876 -1.903,-1.567 -3.087,-2.073 -1.183,-0.507 -2.451,-0.76 -3.806,-0.76 -1.338,0 -2.593,0.253 -3.768,0.76 -1.175,0.506 -2.199,1.197 -3.074,2.073 -0.874,0.875 -1.564,1.902 -2.07,3.078 -0.506,1.175 -0.759,2.434 -0.759,3.773"/><path inkscape:connector-curvature="0" id="path312" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 173.6895,162.9434 h 3.837 c 0.361,0 0.7,0.068 1.018,0.206 0.317,0.138 0.596,0.326 0.837,0.566 0.24,0.241 0.429,0.52 0.566,0.838 0.138,0.318 0.206,0.657 0.206,1.017 0,0.67 -0.227,1.249 -0.682,1.739 -0.455,0.489 -1,0.777 -1.636,0.863 h -4.146 z m 1.906,-3.786 h -1.906 v -5.228 h -4.018 v 18.029 h 7.855 c 0.876,0 1.705,-0.168 2.486,-0.502 0.781,-0.335 1.459,-0.79 2.034,-1.366 0.576,-0.575 1.031,-1.253 1.366,-2.035 0.334,-0.781 0.502,-1.609 0.502,-2.485 0,-0.687 -0.103,-1.339 -0.309,-1.957 -0.207,-0.618 -0.49,-1.19 -0.851,-1.713 -0.36,-0.523 -0.789,-0.987 -1.287,-1.391 -0.498,-0.403 -1.048,-0.716 -1.649,-0.94 l 4.096,-5.64 h -4.945 z"/><path inkscape:connector-curvature="0" id="path316" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 198.3618,153.9297 h -4.018 v 18.028 h 11.642 v -4.017 h -7.624 v -2.962 h 6.361 v -4.018 h -6.361 z"/><path inkscape:connector-curvature="0" id="path320" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 219.9443,171.958 h 4.018 v -10.895 c 0,-1.082 -0.206,-2.098 -0.619,-3.051 -0.412,-0.953 -0.97,-1.782 -1.673,-2.486 -0.705,-0.704 -1.533,-1.261 -2.486,-1.673 -0.953,-0.413 -1.97,-0.619 -3.052,-0.619 -1.082,0 -2.099,0.206 -3.052,0.619 -0.953,0.412 -1.782,0.969 -2.485,1.673 -0.704,0.704 -1.262,1.533 -1.674,2.486 -0.412,0.953 -0.618,1.969 -0.618,3.051 v 10.895 h 4.017 v -10.895 c 0,-0.532 0.099,-1.03 0.297,-1.494 0.197,-0.463 0.467,-0.867 0.811,-1.21 0.343,-0.343 0.747,-0.614 1.21,-0.811 0.464,-0.197 0.962,-0.296 1.494,-0.296 0.532,0 1.03,0.099 1.494,0.296 0.464,0.197 0.867,0.468 1.211,0.811 0.343,0.343 0.613,0.747 0.811,1.21 0.197,0.464 0.296,0.962 0.296,1.494 z"/><path inkscape:connector-curvature="0" id="path324" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 234.084,167.9404 v -14.011 h -4.018 v 14.011 h -3.786 v 4.018 h 11.641 v -4.018 z"/><path inkscape:connector-curvature="0" id="path328" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 251.8799,171.958 h 4.018 v -10.895 c 0,-1.082 -0.206,-2.098 -0.619,-3.051 -0.412,-0.953 -0.97,-1.782 -1.673,-2.486 -0.705,-0.704 -1.533,-1.261 -2.486,-1.673 -0.953,-0.413 -1.97,-0.619 -3.052,-0.619 -1.082,0 -2.099,0.206 -3.052,0.619 -0.953,0.412 -1.782,0.969 -2.485,1.673 -0.704,0.704 -1.262,1.533 -1.674,2.486 -0.412,0.953 -0.618,1.969 -0.618,3.051 v 10.895 h 4.017 v -10.895 c 0,-0.532 0.099,-1.03 0.297,-1.494 0.197,-0.463 0.467,-0.867 0.811,-1.21 0.343,-0.343 0.747,-0.614 1.21,-0.811 0.464,-0.197 0.962,-0.296 1.494,-0.296 0.532,0 1.03,0.099 1.494,0.296 0.464,0.197 0.867,0.468 1.211,0.811 0.343,0.343 0.613,0.747 0.811,1.21 0.197,0.464 0.296,0.962 0.296,1.494 z"/><path inkscape:connector-curvature="0" id="path332" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 263.0059,162.9434 h 3.837 c 0.361,0 0.7,0.068 1.018,0.206 0.317,0.138 0.596,0.326 0.837,0.566 0.24,0.241 0.429,0.52 0.566,0.838 0.138,0.318 0.206,0.657 0.206,1.017 0,0.67 -0.227,1.249 -0.682,1.739 -0.455,0.489 -1,0.777 -1.636,0.863 h -4.146 z m 1.906,-3.786 h -1.906 v -5.228 h -4.018 v 18.029 h 7.855 c 0.876,0 1.705,-0.168 2.486,-0.502 0.781,-0.335 1.459,-0.79 2.034,-1.366 0.576,-0.575 1.031,-1.253 1.366,-2.035 0.334,-0.781 0.502,-1.609 0.502,-2.485 0,-0.687 -0.103,-1.339 -0.309,-1.957 -0.207,-0.618 -0.49,-1.19 -0.851,-1.713 -0.36,-0.523 -0.789,-0.987 -1.287,-1.391 -0.498,-0.403 -1.048,-0.716 -1.649,-0.94 l 4.096,-5.64 h -4.945 z"/><path inkscape:connector-curvature="0" id="path336" style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 279.5659,157.9473 h 7.624 v -4.018 h -11.642 v 18.029 h 11.642 v -4.018 h -7.624 v -2.807 h 6.361 v -4.018 h -6.361 z"/><path inkscape:connector-curvature="0" id="path340" style="fill:#ba151b;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 155.3281,309.7192 v -34.792 h -9.977 v 34.792 h -9.401 v 9.977 h 28.907 v -9.977 z"/><path inkscape:connector-curvature="0" id="path344" style="fill:#ba151b;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 177.0083,297.312 c 0,-1.97 0.361,-3.812 1.087,-5.525 0.725,-1.714 1.727,-3.213 3.006,-4.498 1.279,-1.285 2.771,-2.291 4.477,-3.019 1.704,-0.728 3.538,-1.092 5.5,-1.092 1.96,0 3.794,0.362 5.5,1.088 1.704,0.724 3.198,1.726 4.476,3.005 l 7.1,-7.016 c -2.218,-2.203 -4.787,-3.93 -7.707,-5.179 -2.921,-1.249 -6.043,-1.875 -9.369,-1.875 -3.326,0 -6.45,0.63 -9.37,1.887 -2.921,1.257 -5.471,2.983 -7.654,5.181 -2.183,2.195 -3.9,4.752 -5.149,7.673 -1.25,2.92 -1.874,6.044 -1.874,9.37 0,3.326 0.624,6.449 1.874,9.37 1.249,2.92 2.966,5.478 5.149,7.674 2.183,2.195 4.733,3.922 7.654,5.18 2.92,1.257 6.044,1.887 9.37,1.887 3.326,0 6.448,-0.636 9.369,-1.907 2.92,-1.271 5.468,-2.987 7.643,-5.147 l -7.036,-7.016 c -1.278,1.236 -2.772,2.228 -4.476,2.974 -1.706,0.745 -3.54,1.119 -5.5,1.119 -1.962,0 -3.796,-0.365 -5.5,-1.092 -1.706,-0.729 -3.198,-1.735 -4.477,-3.02 -1.279,-1.285 -2.281,-2.784 -3.006,-4.497 -0.726,-1.713 -1.087,-3.555 -1.087,-5.525"/><path inkscape:connector-curvature="0" id="path348" style="fill:#ba151b;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 213.9731,279.6602 c 0,-0.043 0.309,0.353 0.927,1.184 0.618,0.831 1.311,1.736 2.079,2.717 0.895,1.152 1.918,2.452 3.07,3.902 1.151,-0.811 2.323,-1.535 3.517,-2.175 1.023,-0.554 2.132,-1.045 3.326,-1.471 1.193,-0.427 2.323,-0.639 3.389,-0.639 0.64,0 1.289,0.096 1.951,0.288 0.66,0.191 1.257,0.458 1.791,0.799 0.532,0.341 0.969,0.746 1.311,1.215 0.341,0.469 0.511,0.981 0.511,1.535 0,1.321 -0.746,2.483 -2.238,3.486 -1.493,1.001 -3.326,1.929 -5.5,2.782 -1.365,0.553 -2.782,1.247 -4.253,2.078 -1.471,0.831 -2.814,1.833 -4.029,3.006 -1.215,1.172 -2.206,2.526 -2.974,4.062 -0.768,1.534 -1.151,3.261 -1.151,5.18 0,1.832 0.309,3.581 0.927,5.244 0.617,1.662 1.545,3.134 2.782,4.412 1.236,1.28 2.771,2.292 4.605,3.039 1.833,0.745 3.986,1.119 6.459,1.119 1.919,0 3.667,-0.235 5.245,-0.704 1.576,-0.47 3.005,-1.023 4.284,-1.663 1.28,-0.639 2.388,-1.311 3.326,-2.014 0.937,-0.704 1.727,-1.29 2.366,-1.759 l -5.884,-7.994 c -0.128,0.085 -0.501,0.351 -1.119,0.799 -0.618,0.448 -1.375,0.917 -2.27,1.407 -0.895,0.49 -1.898,0.937 -3.006,1.343 -1.109,0.405 -2.26,0.608 -3.454,0.608 -1.151,0 -2.153,-0.31 -3.005,-0.928 -0.854,-0.618 -1.279,-1.354 -1.279,-2.206 0,-1.194 0.564,-2.27 1.694,-3.23 1.129,-0.959 2.974,-1.95 5.532,-2.973 1.237,-0.512 2.612,-1.152 4.126,-1.919 1.512,-0.767 2.92,-1.727 4.22,-2.878 1.301,-1.151 2.388,-2.526 3.262,-4.126 0.874,-1.598 1.311,-3.485 1.311,-5.659 0,-1.663 -0.342,-3.337 -1.023,-5.02 -0.682,-1.686 -1.674,-3.22 -2.974,-4.606 -1.301,-1.386 -2.889,-2.515 -4.765,-3.388 -1.876,-0.874 -3.987,-1.312 -6.331,-1.312 -2.089,0 -4.083,0.278 -5.98,0.831 -1.898,0.555 -3.603,1.204 -5.116,1.951 -1.514,0.745 -2.772,1.471 -3.773,2.174 -1.003,0.704 -1.631,1.204 -1.887,1.503"/><path inkscape:connector-curvature="0" id="path352" style="fill:#ba151b;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 271.3398,291.2998 v 8.634 l -7.482,-8.634 z m -19.89,0.256 29.867,29.867 v -29.611 h 5.5 v -9.912 h -5.5 v -6.972 h -9.977 v 6.972 h -19.89 z"/><path inkscape:connector-curvature="0" id="path356" style="fill:#ba151b;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 302.6133,274.9277 h -9.977 v 44.769 h 28.907 v -9.977 h -18.93 v -7.355 h 15.796 v -9.977 h -15.796 z"/></g></svg>+ \ No newline at end of file diff --git a/slides/telecom.pdf b/slides/telecom.pdf Binary files differ.