diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e5510b --- /dev/null +++ b/.gitignore @@ -0,0 +1,66 @@ +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# makeidx +*.idx +*.ilg +*.ind + +# minted +_minted* +*.pyg + +# auto folder when using emacs and auctex +./auto/* +*.el + +# emacs +*~ +.#* diff --git a/examplelttr.pdf b/examplelttr.pdf new file mode 100644 index 0000000..01559af Binary files /dev/null and b/examplelttr.pdf differ diff --git a/examplelttr.tex b/examplelttr.tex new file mode 100644 index 0000000..d8b5ecf --- /dev/null +++ b/examplelttr.tex @@ -0,0 +1,49 @@ +\documentclass[unibrief]{scrlttr2} + +\usepackage[ngerman]{babel} % change language here +\usepackage[utf8]{inputenc} % whatever input encoding you use +\usepackage[math]{blindtext} % remove this line + % (unless you need \blindtext) +\begin{document} + +% This text will appear in the top right corner, below +% Fakultaet and Institut +\setkomavar{fromname}{Dr. Meik Hellmund} + +% This text is used at the end of the letter +\setkomavar{signature}{Meik Hellmund} + +% your e-mail, phone, fax for the right column +\setkomavar{fromemail}{Meik.Hellmund@math.uni-1eipzig.de} +\setkomavar{fromphone}{+49\,341\,97-32155} +\setkomavar{fromfax}{+49\,341\,97-39333} + +% subject line/Betreff-Zeile +\setkomavar{subject}{Meine Anfrage vom 11.11.} + +\begin{letter}{Frau Prof. Miriam Meier\\ + Mathematisches Institut\\ + Uni Woanders\\ + 23456 Woanders} + + +\opening{Sehr geehrte Frau Professor Meier,} + +\blindtext + +\Blindtext + +\closing{Mit freundlichen Grüßen} + +% Anlagen +\encl{22 Aufkleber\\ + 11 Kaubonbons} + +\end{letter} +\end{document} + +% Note: +% you have to "latex" this twice, since the page numbers are of the +% form "1|3", "2|3", "3|3" and the "|3" is only known after the +% first latex run +% -----------------------------------EOF---------------------------- diff --git a/logo.eps b/logo.eps new file mode 100644 index 0000000..5c8c95d --- /dev/null +++ b/logo.eps @@ -0,0 +1,3033 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%Produced by poppler pdftops version: 0.48.0 (http://poppler.freedesktop.org) +%%Creator: cairo 1.14.8 (http://cairographics.org) +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%BoundingBox: 0 0 260 91 +%%HiResBoundingBox: 0 0 260 91 +%%DocumentSuppliedResources: (atend) +%%EndComments +%%BeginProlog +%%BeginResource: procset xpdf 3.00 0 +%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC +/xpdf 75 dict def xpdf begin +% PDF special state +/pdfDictSize 15 def +/pdfSetup { + /setpagedevice where { + pop 2 dict begin + /Policies 1 dict dup begin /PageSize 6 def end def + { /Duplex true def } if + currentdict end setpagedevice + } { + pop + } ifelse +} def +/pdfSetupPaper { + % Change paper size, but only if different from previous paper size otherwise + % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size + % so we use the same when checking if the size changes. + /setpagedevice where { + pop currentpagedevice + /PageSize known { + 2 copy + currentpagedevice /PageSize get aload pop + exch 4 1 roll + sub abs 5 gt + 3 1 roll + sub abs 5 gt + or + } { + true + } ifelse + { + 2 array astore + 2 dict begin + /PageSize exch def + /ImagingBBox null def + currentdict end + setpagedevice + } { + pop pop + } ifelse + } { + pop + } ifelse +} def +/pdfStartPage { + pdfDictSize dict begin + /pdfFillCS [] def + /pdfFillXform {} def + /pdfStrokeCS [] def + /pdfStrokeXform {} def + /pdfFill [0] def + /pdfStroke [0] def + /pdfFillOP false def + /pdfStrokeOP false def + /pdfLastFill false def + /pdfLastStroke false def + /pdfTextMat [1 0 0 1 0 0] def + /pdfFontSize 0 def + /pdfCharSpacing 0 def + /pdfTextRender 0 def + /pdfPatternCS false def + /pdfTextRise 0 def + /pdfWordSpacing 0 def + /pdfHorizScaling 1 def + /pdfTextClipPath [] def +} def +/pdfEndPage { end } def +% PDF color state +/cs { /pdfFillXform exch def dup /pdfFillCS exch def + setcolorspace } def +/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def + setcolorspace } def +/sc { pdfLastFill not { pdfFillCS setcolorspace } if + dup /pdfFill exch def aload pop pdfFillXform setcolor + /pdfLastFill true def /pdfLastStroke false def } def +/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if + dup /pdfStroke exch def aload pop pdfStrokeXform setcolor + /pdfLastStroke true def /pdfLastFill false def } def +/op { /pdfFillOP exch def + pdfLastFill { pdfFillOP setoverprint } if } def +/OP { /pdfStrokeOP exch def + pdfLastStroke { pdfStrokeOP setoverprint } if } def +/fCol { + pdfLastFill not { + pdfFillCS setcolorspace + pdfFill aload pop pdfFillXform setcolor + pdfFillOP setoverprint + /pdfLastFill true def /pdfLastStroke false def + } if +} def +/sCol { + pdfLastStroke not { + pdfStrokeCS setcolorspace + pdfStroke aload pop pdfStrokeXform setcolor + pdfStrokeOP setoverprint + /pdfLastStroke true def /pdfLastFill false def + } if +} def +% build a font +/pdfMakeFont { + 4 3 roll findfont + 4 2 roll matrix scale makefont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /Encoding exch def + currentdict + end + definefont pop +} def +/pdfMakeFont16 { + exch findfont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /WMode exch def + currentdict + end + definefont pop +} def +% graphics state operators +/q { gsave pdfDictSize dict begin } def +/Q { + end grestore + /pdfLastFill where { + pop + pdfLastFill { + pdfFillOP setoverprint + } { + pdfStrokeOP setoverprint + } ifelse + } if +} def +/cm { concat } def +/d { setdash } def +/i { setflat } def +/j { setlinejoin } def +/J { setlinecap } def +/M { setmiterlimit } def +/w { setlinewidth } def +% path segment operators +/m { moveto } def +/l { lineto } def +/c { curveto } def +/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto + neg 0 rlineto closepath } def +/h { closepath } def +% path painting operators +/S { sCol stroke } def +/Sf { fCol stroke } def +/f { fCol fill } def +/f* { fCol eofill } def +% clipping operators +/W { clip newpath } def +/W* { eoclip newpath } def +/Ws { strokepath clip newpath } def +% text state operators +/Tc { /pdfCharSpacing exch def } def +/Tf { dup /pdfFontSize exch def + dup pdfHorizScaling mul exch matrix scale + pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put + exch findfont exch makefont setfont } def +/Tr { /pdfTextRender exch def } def +/Tp { /pdfPatternCS exch def } def +/Ts { /pdfTextRise exch def } def +/Tw { /pdfWordSpacing exch def } def +/Tz { /pdfHorizScaling exch def } def +% text positioning operators +/Td { pdfTextMat transform moveto } def +/Tm { /pdfTextMat exch def } def +% text string operators +/xyshow where { + pop + /xyshow2 { + dup length array + 0 2 2 index length 1 sub { + 2 index 1 index 2 copy get 3 1 roll 1 add get + pdfTextMat dtransform + 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put + } for + exch pop + xyshow + } def +}{ + /xyshow2 { + currentfont /FontType get 0 eq { + 0 2 3 index length 1 sub { + currentpoint 4 index 3 index 2 getinterval show moveto + 2 copy get 2 index 3 2 roll 1 add get + pdfTextMat dtransform rmoveto + } for + } { + 0 1 3 index length 1 sub { + currentpoint 4 index 3 index 1 getinterval show moveto + 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get + pdfTextMat dtransform rmoveto + } for + } ifelse + pop pop + } def +} ifelse +/cshow where { + pop + /xycp { + 0 3 2 roll + { + pop pop currentpoint 3 2 roll + 1 string dup 0 4 3 roll put false charpath moveto + 2 copy get 2 index 2 index 1 add get + pdfTextMat dtransform rmoveto + 2 add + } exch cshow + pop pop + } def +}{ + /xycp { + currentfont /FontType get 0 eq { + 0 2 3 index length 1 sub { + currentpoint 4 index 3 index 2 getinterval false charpath moveto + 2 copy get 2 index 3 2 roll 1 add get + pdfTextMat dtransform rmoveto + } for + } { + 0 1 3 index length 1 sub { + currentpoint 4 index 3 index 1 getinterval false charpath moveto + 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get + pdfTextMat dtransform rmoveto + } for + } ifelse + pop pop + } def +} ifelse +/Tj { + fCol + 0 pdfTextRise pdfTextMat dtransform rmoveto + currentpoint 4 2 roll + pdfTextRender 1 and 0 eq { + 2 copy xyshow2 + } if + pdfTextRender 3 and dup 1 eq exch 2 eq or { + 3 index 3 index moveto + 2 copy + currentfont /FontType get 3 eq { fCol } { sCol } ifelse + xycp currentpoint stroke moveto + } if + pdfTextRender 4 and 0 ne { + 4 2 roll moveto xycp + /pdfTextClipPath [ pdfTextClipPath aload pop + {/moveto cvx} + {/lineto cvx} + {/curveto cvx} + {/closepath cvx} + pathforall ] def + currentpoint newpath moveto + } { + pop pop pop pop + } ifelse + 0 pdfTextRise neg pdfTextMat dtransform rmoveto +} def +/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0 + pdfTextMat dtransform rmoveto } def +/TJmV { 0.001 mul pdfFontSize mul neg 0 exch + pdfTextMat dtransform rmoveto } def +/Tclip { pdfTextClipPath cvx exec clip newpath + /pdfTextClipPath [] def } def +/Tclip* { pdfTextClipPath cvx exec eoclip newpath + /pdfTextClipPath [] def } def +% Level 2/3 image operators +/pdfImBuf 100 string def +/pdfImStr { + 2 copy exch length lt { + 2 copy get exch 1 add exch + } { + () + } ifelse +} def +/skipEOD { + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfIm { image skipEOD } def +/pdfImM { fCol imagemask skipEOD } def +/pr { 2 index 2 index 3 2 roll putinterval 4 add } def +/pdfImClip { + gsave + 0 2 4 index length 1 sub { + dup 4 index exch 2 copy + get 5 index div put + 1 add 3 index exch 2 copy + get 3 index div put + } for + pop pop rectclip +} def +/pdfImClipEnd { grestore } def +% shading operators +/colordelta { + false 0 1 3 index length 1 sub { + dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { + pop true + } if + } for + exch pop exch pop +} def +/funcCol { func n array astore } def +/funcSH { + dup 0 eq { + true + } { + dup 6 eq { + false + } { + 4 index 4 index funcCol dup + 6 index 4 index funcCol dup + 3 1 roll colordelta 3 1 roll + 5 index 5 index funcCol dup + 3 1 roll colordelta 3 1 roll + 6 index 8 index funcCol dup + 3 1 roll colordelta 3 1 roll + colordelta or or or + } ifelse + } ifelse + { + 1 add + 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch + 6 index 6 index 4 index 4 index 4 index funcSH + 2 index 6 index 6 index 4 index 4 index funcSH + 6 index 2 index 4 index 6 index 4 index funcSH + 5 3 roll 3 2 roll funcSH pop pop + } { + pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul + funcCol sc + dup 4 index exch mat transform m + 3 index 3 index mat transform l + 1 index 3 index mat transform l + mat transform l pop pop h f* + } ifelse +} def +/axialCol { + dup 0 lt { + pop t0 + } { + dup 1 gt { + pop t1 + } { + dt mul t0 add + } ifelse + } ifelse + func n array astore +} def +/axialSH { + dup 0 eq { + true + } { + dup 8 eq { + false + } { + 2 index axialCol 2 index axialCol colordelta + } ifelse + } ifelse + { + 1 add 3 1 roll 2 copy add 0.5 mul + dup 4 3 roll exch 4 index axialSH + exch 3 2 roll axialSH + } { + pop 2 copy add 0.5 mul + axialCol sc + exch dup dx mul x0 add exch dy mul y0 add + 3 2 roll dup dx mul x0 add exch dy mul y0 add + dx abs dy abs ge { + 2 copy yMin sub dy mul dx div add yMin m + yMax sub dy mul dx div add yMax l + 2 copy yMax sub dy mul dx div add yMax l + yMin sub dy mul dx div add yMin l + h f* + } { + exch 2 copy xMin sub dx mul dy div add xMin exch m + xMax sub dx mul dy div add xMax exch l + exch 2 copy xMax sub dx mul dy div add xMax exch l + xMin sub dx mul dy div add xMin exch l + h f* + } ifelse + } ifelse +} def +/radialCol { + dup t0 lt { + pop t0 + } { + dup t1 gt { + pop t1 + } if + } ifelse + func n array astore +} def +/radialSH { + dup 0 eq { + true + } { + dup 8 eq { + false + } { + 2 index dt mul t0 add radialCol + 2 index dt mul t0 add radialCol colordelta + } ifelse + } ifelse + { + 1 add 3 1 roll 2 copy add 0.5 mul + dup 4 3 roll exch 4 index radialSH + exch 3 2 roll radialSH + } { + pop 2 copy add 0.5 mul dt mul t0 add + radialCol sc + encl { + exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + 0 360 arc h + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + 360 0 arcn h f + } { + 2 copy + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arcn + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arcn h + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arc + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arc h f + } ifelse + } ifelse +} def +end +%%EndResource +%%EndProlog +%%BeginSetup +xpdf begin +%%EndSetup +pdfStartPage +%%EndPageSetup +[] 0 d +1 i +0 j +0 J +10 M +1 w +/DeviceGray {} cs +[0] sc +/DeviceGray {} CS +[0] SC +false op +false OP +{} settransfer +0 0 260 91 re +W +q +q +/DeviceRGB {} cs +[0.0941 0.0941 0.0902] sc +249.926 67.508 m +249.926 65.473 l +254.141 65.473 l +254.141 49.711 l +256.352 49.711 l +256.352 65.473 l +260.566 65.473 l +260.566 67.508 l +249.926 67.508 l +f +235.086 67.508 m +224.441 67.508 l +224.441 65.473 l +228.656 65.473 l +228.656 49.711 l +230.871 49.711 l +230.871 65.473 l +235.086 65.473 l +235.086 67.508 l +f +219.109 49.711 2.215 17.797 re +f +210.66 60.234 m +209.391 60.73 l +208.285 61.156 206.918 61.887 206.918 63.281 c +206.918 64.84 208.473 65.805 209.887 65.805 c +211.227 65.805 212.074 65.238 212.734 64.129 c +214.5 65.191 l +213.535 66.914 211.91 67.883 209.934 67.883 c +207.25 67.883 204.703 66.16 204.703 63.281 c +204.703 60.801 206.543 59.645 208.566 58.773 c +209.789 58.254 l +211.32 57.617 212.852 56.789 212.852 54.879 c +212.852 53.016 211.484 51.41 209.578 51.41 c +207.672 51.41 206.117 52.828 206.141 54.785 c +203.902 54.309 l +204.281 51.457 206.52 49.332 209.391 49.332 c +212.57 49.332 215.062 51.645 215.062 54.879 c +215.062 57.852 213.18 59.242 210.66 60.234 c +f +186.387 51.738 m +179.062 51.738 l +179.062 58.465 l +186.172 58.465 l +186.172 60.496 l +179.062 60.496 l +179.062 65.473 l +186.387 65.473 l +186.387 67.508 l +176.852 67.508 l +176.852 49.711 l +186.387 49.711 l +186.387 51.738 l +f +174.555 67.508 m +172.129 67.508 l +166.855 54.336 l +161.559 67.508 l +159.133 67.508 l +166.855 48.766 l +174.555 67.508 l +f +154.609 49.711 2.215 17.797 re +f +136.445 62.973 m +149.77 48.977 l +149.77 67.508 l +147.559 67.508 l +147.559 54.359 l +134.234 68.355 l +134.234 49.711 l +136.445 49.711 l +136.445 62.973 l +f +123.73 49.332 m +127.801 49.332 130.227 52.332 130.227 56.246 c +130.227 67.508 l +128.012 67.508 l +128.012 57.004 l +128.012 54.102 127.141 51.41 123.73 51.41 c +120.312 51.41 119.445 54.102 119.445 57.004 c +119.445 67.508 l +117.23 67.508 l +117.23 56.246 l +117.23 52.332 119.656 49.332 123.73 49.332 c +f +193.988 59.078 m +193.281 59.078 l +193.281 65.523 l +193.871 65.523 l +196.059 65.523 198.695 65.121 198.695 62.336 c +198.695 59.504 196.246 59.078 193.988 59.078 c +h +200.77 62.43 m +200.77 64.129 199.922 65.805 198.438 66.68 c +197.023 67.48 195.328 67.508 193.754 67.508 c +191.07 67.508 l +191.07 49.711 l +193.281 49.711 l +193.281 57.238 l +194.199 57.238 l +199.426 49.711 l +202.109 49.711 l +196.508 57.449 l +199.074 57.758 200.77 59.883 200.77 62.43 c +f +245.984 64.793 m +246.762 64.793 247.395 65.43 247.395 66.23 c +247.395 67.012 246.762 67.648 245.984 67.648 c +245.184 67.648 244.547 67.012 244.547 66.23 c +244.547 65.43 245.184 64.793 245.984 64.793 c +f +239.34 56.203 m +242.492 63.398 l +245.648 56.203 l +239.34 56.203 l +h +234.02 49.711 m +236.395 49.711 l +238.422 54.172 l +246.566 54.172 l +248.59 49.711 l +250.969 49.711 l +242.492 68.258 l +234.02 49.711 l +f +239.004 64.793 m +239.805 64.793 240.438 65.43 240.438 66.23 c +240.438 67.012 239.805 67.648 239.004 67.648 c +238.227 67.648 237.59 67.012 237.59 66.23 c +237.59 65.43 238.227 64.793 239.004 64.793 c +f +119.441 41.18 m +117.23 41.18 l +117.23 23.387 l +124.836 23.387 l +124.836 25.414 l +119.441 25.414 l +119.441 41.18 l +f +189.441 30.324 m +194.031 30.324 l +193.938 27.422 190.973 25.039 188.219 25.039 c +184.383 25.039 181.32 28.578 181.32 32.305 c +181.32 36.293 184.43 39.531 188.406 39.531 c +190.574 39.531 192.715 38.371 193.984 36.625 c +195.539 38.113 l +193.797 40.305 191.066 41.559 188.312 41.559 c +183.203 41.559 179.109 37.359 179.109 32.234 c +179.109 27.305 183.109 23.008 188.078 23.008 c +193.047 23.008 196.48 26.762 196.48 31.648 c +196.48 32.355 l +189.441 32.355 l +189.441 30.324 l +f +173.781 23.387 2.215 17.793 re +f +159.422 40.98 m +159.422 38.949 l +167.145 38.949 l +158.152 23.188 l +170.746 23.188 l +170.746 25.219 l +161.754 25.219 l +170.746 40.98 l +159.422 40.98 l +f +140.879 23.387 2.215 17.793 re +f +127.043 23.387 m +136.578 23.387 l +136.578 25.414 l +129.254 25.414 l +129.254 32.141 l +136.363 32.141 l +136.363 34.172 l +129.254 34.172 l +129.254 39.152 l +136.578 39.152 l +136.578 41.18 l +127.043 41.18 l +127.043 23.387 l +f +150.926 32.828 m +150.215 32.828 l +150.215 39.199 l +150.805 39.199 l +152.996 39.199 155.633 38.867 155.633 36.082 c +155.633 33.25 153.184 32.828 150.926 32.828 c +h +150.547 41.18 m +148.004 41.18 l +148.004 23.387 l +150.215 23.387 l +150.215 30.844 l +151.488 30.844 l +154.855 30.844 157.703 32.281 157.703 36.035 c +157.703 39.293 156.008 41.18 150.547 41.18 c +f +103.941 0.074 0.52 91.215 re +f +45.562 0.602 m +20.707 0.602 0.484 20.824 0.484 45.684 c +0.484 70.539 20.707 90.762 45.562 90.762 c +70.422 90.762 90.645 70.539 90.645 45.684 c +90.645 20.824 70.422 0.602 45.562 0.602 c +h +45.562 91.289 m +20.418 91.289 -0.043 70.828 -0.043 45.684 c +-0.043 20.535 20.418 0.074 45.562 0.074 c +70.711 0.074 91.168 20.535 91.168 45.684 c +91.168 70.828 70.711 91.289 45.562 91.289 c +f +34.371 59.156 m +34.379 59.152 34.555 59.078 34.559 59.078 c +34.57 59.078 34.664 59.031 34.672 59.031 c +34.758 59.055 34.793 59.137 34.836 59.223 c +34.84 59.227 35.078 59.629 35.254 59.945 c +35.352 60.129 35.5 60.316 35.82 60.227 c +35.922 60.203 36.109 60.133 36.25 60.078 c +36.258 60.098 36.266 60.113 36.277 60.133 c +36.297 60.156 36.32 60.184 36.336 60.219 c +36.336 60.219 36.352 60.258 36.359 60.266 c +36.375 60.309 36.391 60.355 36.402 60.406 c +36.383 60.43 36.371 60.465 36.363 60.5 c +36.324 60.52 36.293 60.547 36.273 60.578 c +36.211 60.598 36.152 60.621 36.098 60.645 c +35.613 60.844 35.121 60.676 34.855 60.203 c +34.723 59.965 34.453 59.617 34.375 59.453 c +34.324 59.355 34.285 59.227 34.371 59.156 c +f +34.098 60.266 m +34.234 60.234 34.363 60.352 34.391 60.41 c +34.418 60.469 34.355 60.609 34.328 60.664 c +34.301 60.719 34.242 60.766 34.137 60.801 c +34.035 60.836 33.93 60.797 33.93 60.797 c +33.93 60.797 33.766 60.734 33.727 60.664 c +33.684 60.594 33.738 60.477 33.797 60.406 c +33.852 60.336 33.961 60.297 34.098 60.266 c +f +34.02 58.734 m +33.906 58.82 33.785 58.707 33.785 58.707 c +33.785 58.707 33.727 58.621 33.727 58.508 c +33.727 58.391 33.723 58.176 34.23 58.055 c +34.422 58.012 34.531 58.059 34.594 58.215 c +34.727 58.555 34.27 58.551 34.02 58.734 c +f +57.098 59.938 m +57.27 59.918 57.414 60.082 57.438 60.156 c +57.465 60.234 57.367 60.398 57.324 60.461 c +57.285 60.523 57.207 60.574 57.074 60.598 c +56.941 60.633 56.816 60.57 56.816 60.57 c +56.816 60.57 56.621 60.473 56.582 60.375 c +56.543 60.281 56.625 60.148 56.707 60.066 c +56.789 59.988 56.926 59.957 57.098 59.938 c +f +61.855 48.293 m +61.98 48.281 62.086 48.398 62.105 48.453 c +62.121 48.508 62.051 48.629 62.023 48.668 c +61.992 48.715 61.938 48.746 61.84 48.77 c +61.742 48.793 61.656 48.746 61.656 48.746 c +61.656 48.746 61.516 48.676 61.484 48.609 c +61.457 48.539 61.52 48.445 61.578 48.387 c +61.633 48.332 61.734 48.309 61.855 48.293 c +f +54.594 60.586 m +54.535 60.629 54.445 60.645 54.312 60.625 c +54.176 60.609 54.082 60.512 54.082 60.512 c +54.082 60.512 53.934 60.348 53.93 60.246 c +53.926 60.145 54.047 60.047 54.152 60 c +54.254 59.957 54.395 59.973 54.566 60.016 c +54.734 60.055 54.809 60.258 54.809 60.34 c +54.805 60.418 54.656 60.539 54.594 60.586 c +f +36.098 59.672 m +35.992 59.699 35.895 59.648 35.895 59.648 c +35.895 59.648 35.734 59.566 35.703 59.488 c +35.672 59.414 35.738 59.309 35.805 59.242 c +35.867 59.18 35.977 59.152 36.117 59.137 c +36.258 59.121 36.371 59.254 36.395 59.316 c +36.414 59.379 36.332 59.512 36.301 59.559 c +36.27 59.609 36.207 59.648 36.098 59.672 c +f +12.32 21.719 m +13.555 23.715 l +14.621 22.223 l +12.32 21.719 l +h +16.848 22.715 m +15.219 22.352 l +13.875 24.234 l +14.754 25.648 l +14.363 26.191 l +11.164 20.91 l +17.234 22.176 l +16.848 22.715 l +f +12.605 29.531 m +12.109 29.27 l +12.805 27.949 l +8.512 25.688 l +8.793 25.152 l +13.582 27.676 l +12.605 29.531 l +f +12.035 30.516 m +11.832 31.098 l +8.145 30.555 l +8.137 30.57 l +11.238 33.484 l +6.996 33.859 l +6.992 33.875 l +10.223 35.73 l +10.02 36.316 l +4.973 33.402 l +9.914 33.027 l +6.266 29.676 l +12.035 30.516 l +f +5.191 39.34 m +7.199 40.555 l +7.473 38.746 l +5.191 39.34 l +h +9.68 38.172 m +8.062 38.59 l +7.719 40.875 l +9.141 41.738 l +9.043 42.398 l +3.797 39.141 l +9.781 37.523 l +9.68 38.172 l +f +8.867 45.18 m +8.914 45.793 l +5.312 46.766 l +5.316 46.781 l +9.32 48.219 l +5.578 50.254 l +5.578 50.266 l +9.285 50.684 l +9.332 51.301 l +3.539 50.637 l +7.926 48.324 l +3.242 46.707 l +8.867 45.18 l +f +7.801 53.828 m +5.918 55.246 l +8.238 55.605 l +7.801 53.828 l +h +9.621 52.453 m +8.285 53.457 l +8.84 55.703 l +10.484 55.953 l +10.645 56.602 l +4.551 55.594 l +9.461 51.812 l +9.621 52.453 l +f +6.84 60.176 m +11.363 58.414 l +11.582 58.977 l +7.059 60.742 l +7.539 61.969 l +7.02 62.176 l +5.844 59.164 l +6.367 58.961 l +6.84 60.176 l +f +14.148 64.219 m +13.656 64.484 l +12.598 62.551 l +10.734 63.574 l +11.762 65.453 l +11.27 65.719 l +10.242 63.844 l +8.832 64.613 l +9.891 66.547 l +9.398 66.82 l +8.051 64.352 l +12.801 61.754 l +14.148 64.219 l +f +13.488 68.441 m +13.488 68.438 13.484 68.438 13.477 68.434 c +13.367 68.281 l +11.793 69.422 l +11.898 69.566 l +12.109 69.863 12.34 70.094 12.586 70.258 c +12.832 70.422 13.137 70.375 13.496 70.113 c +13.836 69.867 13.973 69.594 13.898 69.301 c +13.828 69.004 13.691 68.719 13.496 68.449 c +13.496 68.445 13.492 68.441 13.488 68.441 c +h +15.727 66.582 m +13.801 67.973 l +13.887 68.094 l +16.773 68.031 l +17.207 68.633 l +14.234 68.652 l +14.449 69.012 14.516 69.367 14.441 69.723 c +14.363 70.082 14.156 70.383 13.82 70.625 c +13.324 70.984 12.879 71.055 12.484 70.84 c +12.094 70.621 11.746 70.309 11.441 69.898 c +10.984 69.262 l +15.375 66.094 l +15.727 66.582 l +f +75.977 65.816 m +76.43 66.145 l +75.555 67.355 l +79.488 70.199 l +79.137 70.688 l +74.746 67.516 l +75.977 65.816 l +f +77.434 63.406 m +82.129 66.102 l +81.832 66.625 l +77.133 63.926 l +77.434 63.406 l +f +83.516 62.09 m +83.598 61.883 l +83.602 61.879 83.602 61.875 83.605 61.871 c +83.605 61.871 83.605 61.867 83.609 61.863 c +83.742 61.539 83.82 61.227 83.84 60.922 c +83.863 60.613 83.672 60.379 83.27 60.211 c +82.91 60.059 82.621 60.074 82.406 60.246 c +82.188 60.422 82.02 60.66 81.895 60.973 c +81.738 61.344 l +83.516 62.09 l +h +79.035 60.211 m +81.223 61.129 l +81.391 60.723 l +81.402 60.699 81.414 60.668 81.426 60.645 c +81.434 60.617 81.445 60.59 81.457 60.562 c +81.543 60.387 81.645 60.219 81.762 60.059 c +81.883 59.898 82.031 59.77 82.219 59.676 c +82.402 59.578 82.605 59.527 82.816 59.523 c +83.031 59.52 83.238 59.551 83.438 59.625 c +83.445 59.629 83.453 59.633 83.461 59.637 c +83.473 59.641 83.48 59.645 83.488 59.648 c +83.707 59.738 83.902 59.875 84.066 60.055 c +84.23 60.238 84.34 60.449 84.387 60.688 c +84.43 60.887 84.43 61.082 84.387 61.277 c +84.344 61.473 84.285 61.664 84.211 61.852 c +84.199 61.883 84.188 61.91 84.172 61.941 c +84.16 61.977 84.148 62.008 84.141 62.039 c +83.797 62.859 l +78.801 60.77 l +79.035 60.211 l +f +83.828 56.527 m +83.695 56.25 83.602 55.941 83.547 55.602 c +83.484 55.242 l +83.484 55.23 83.48 55.223 83.48 55.219 c +83.48 55.207 83.48 55.199 83.477 55.188 c +83.434 54.922 83.363 54.68 83.273 54.457 c +83.184 54.234 82.992 54.082 82.695 54.008 c +82.398 53.93 82.125 53.973 81.875 54.145 c +81.629 54.309 81.465 54.535 81.391 54.82 c +81.316 55.102 81.352 55.363 81.492 55.602 c +81.633 55.84 81.836 56.016 82.102 56.121 c +81.785 56.652 l +81.398 56.461 81.121 56.188 80.953 55.832 c +80.781 55.477 80.75 55.086 80.859 54.664 c +80.98 54.211 81.234 53.863 81.625 53.621 c +82.016 53.379 82.441 53.316 82.902 53.438 c +83.316 53.543 83.598 53.75 83.742 54.051 c +83.887 54.352 83.992 54.695 84.055 55.078 c +84.109 55.465 l +84.117 55.5 84.121 55.539 84.129 55.582 c +84.137 55.621 84.145 55.66 84.152 55.707 c +84.188 55.871 84.246 56.035 84.328 56.191 c +84.406 56.348 84.535 56.453 84.719 56.5 c +84.961 56.559 85.176 56.523 85.371 56.391 c +85.566 56.254 85.695 56.074 85.758 55.84 c +85.812 55.617 85.812 55.422 85.746 55.258 c +85.684 55.094 85.578 54.938 85.43 54.789 c +85.844 54.406 l +86.066 54.609 86.215 54.848 86.297 55.117 c +86.375 55.395 86.379 55.676 86.301 55.969 c +86.203 56.355 85.992 56.668 85.676 56.898 c +85.355 57.133 84.996 57.195 84.586 57.09 c +84.211 56.988 83.957 56.801 83.828 56.527 c +f +85.848 54.402 m +85.844 54.406 l +85.844 54.406 85.844 54.402 85.84 54.402 c +85.848 54.402 l +f +81.871 49.855 m +87.242 50.551 l +87.164 51.152 l +81.793 50.453 l +81.871 49.855 l +f +82.148 44.234 m +82.711 44.238 l +82.695 46.445 l +84.82 46.457 l +84.836 44.316 l +85.395 44.324 l +85.379 46.465 l +86.988 46.473 l +87.004 44.27 l +87.562 44.273 l +87.543 47.082 l +82.129 47.043 l +82.148 44.234 l +f +81.965 41.09 m +81.855 40.496 l +85.957 39.734 l +80.84 36.395 l +86.402 35.355 l +86.516 35.949 l +82.391 36.715 l +87.512 40.059 l +81.965 41.09 l +f +84.129 32.336 m +83.766 32.473 83.453 32.469 83.188 32.32 c +82.918 32.168 82.664 31.973 82.422 31.727 c +82.164 31.469 l +82.156 31.465 82.148 31.457 82.145 31.453 c +82.141 31.445 82.133 31.441 82.125 31.43 c +81.938 31.242 81.738 31.082 81.535 30.953 c +81.332 30.824 81.09 30.812 80.801 30.922 c +80.516 31.031 80.32 31.223 80.215 31.508 c +80.109 31.785 80.105 32.062 80.211 32.336 c +80.316 32.609 80.492 32.801 80.746 32.918 c +81 33.031 81.266 33.055 81.543 32.988 c +81.59 33.602 l +81.168 33.668 80.781 33.609 80.438 33.418 c +80.094 33.227 79.844 32.926 79.688 32.52 c +79.523 32.082 79.527 31.652 79.707 31.227 c +79.887 30.801 80.199 30.504 80.641 30.336 c +81.043 30.184 81.391 30.188 81.684 30.352 c +81.977 30.516 82.262 30.734 82.535 31.008 c +82.801 31.289 l +82.828 31.316 82.855 31.344 82.883 31.375 c +82.914 31.406 82.941 31.434 82.977 31.465 c +83.102 31.578 83.242 31.676 83.398 31.762 c +83.555 31.84 83.719 31.848 83.895 31.781 c +84.129 31.691 84.285 31.535 84.367 31.312 c +84.449 31.094 84.445 30.867 84.363 30.645 c +84.281 30.426 84.164 30.273 84.02 30.172 c +83.871 30.078 83.691 30.012 83.484 29.977 c +83.602 29.422 l +83.902 29.461 84.16 29.566 84.383 29.742 c +84.605 29.918 84.773 30.148 84.879 30.43 c +85.023 30.805 85.031 31.18 84.906 31.551 c +84.781 31.926 84.523 32.188 84.129 32.336 c +f +83.602 29.418 m +83.602 29.422 l +83.602 29.422 83.598 29.422 83.598 29.422 c +83.602 29.418 l +f +77.922 28.383 m +82.73 25.895 l +83.008 26.426 l +78.199 28.918 l +77.922 28.383 l +f +80.16 23.961 m +79.836 24.176 79.531 24.242 79.234 24.156 c +78.941 24.074 78.648 23.938 78.359 23.754 c +78.047 23.562 l +78.039 23.559 78.031 23.551 78.027 23.547 c +78.02 23.543 78.012 23.535 78.004 23.531 c +77.773 23.391 77.547 23.281 77.32 23.199 c +77.094 23.117 76.852 23.164 76.598 23.336 c +76.344 23.508 76.195 23.738 76.156 24.035 c +76.117 24.336 76.18 24.605 76.344 24.848 c +76.508 25.09 76.723 25.238 76.996 25.289 c +77.27 25.344 77.531 25.309 77.789 25.184 c +77.973 25.77 l +77.578 25.93 77.188 25.957 76.809 25.848 c +76.43 25.742 76.117 25.504 75.875 25.145 c +75.613 24.754 75.523 24.332 75.602 23.879 c +75.68 23.426 75.914 23.066 76.309 22.801 c +76.668 22.562 77.008 22.488 77.328 22.582 c +77.648 22.672 77.977 22.824 78.305 23.027 c +78.629 23.242 l +78.66 23.262 78.691 23.281 78.727 23.305 c +78.766 23.328 78.801 23.348 78.836 23.367 c +78.984 23.457 79.145 23.52 79.316 23.562 c +79.488 23.605 79.648 23.578 79.805 23.473 c +80.012 23.332 80.129 23.148 80.156 22.906 c +80.188 22.672 80.137 22.457 80.004 22.258 c +79.875 22.066 79.727 21.941 79.562 21.879 c +79.395 21.816 79.207 21.793 78.996 21.809 c +78.984 21.238 l +79.285 21.211 79.562 21.258 79.82 21.379 c +80.078 21.496 80.289 21.684 80.457 21.934 c +80.684 22.27 80.777 22.629 80.738 23.023 c +80.703 23.41 80.508 23.723 80.16 23.961 c +f +17.512 72.938 m +17.754 72.938 17.953 73.133 17.953 73.379 c +17.953 73.621 17.754 73.816 17.512 73.816 c +17.27 73.816 17.074 73.621 17.074 73.379 c +17.074 73.133 17.27 72.938 17.512 72.938 c +f +73.305 73.812 m +73.062 73.812 72.863 73.613 72.863 73.371 c +72.863 73.129 73.062 72.934 73.305 72.934 c +73.547 72.934 73.742 73.129 73.742 73.371 c +73.742 73.613 73.547 73.812 73.305 73.812 c +f +17.648 18.316 m +17.406 18.316 17.207 18.121 17.207 17.879 c +17.207 17.633 17.406 17.438 17.648 17.438 c +17.891 17.438 18.086 17.633 18.086 17.879 c +18.086 18.121 17.891 18.316 17.648 18.316 c +f +73.742 18.469 m +73.5 18.469 73.305 18.273 73.305 18.031 c +73.305 17.785 73.5 17.59 73.742 17.59 c +73.988 17.59 74.184 17.785 74.184 18.031 c +74.184 18.273 73.988 18.469 73.742 18.469 c +f +/DeviceRGB {} cs +[0.1373 0.1216 0.1255] sc +69.031 9.316 m +69.035 11.422 l +67.062 11.426 l +67.062 16.707 l +76.078 23.434 81.457 34.148 81.457 45.387 c +81.457 56.629 76.074 67.344 67.055 74.07 c +67.055 77.754 l +68.398 77.754 l +68.398 78.281 l +67.055 78.281 l +67.055 81.699 l +66.512 81.699 l +66.512 79.531 l +59.949 83.117 l +59.949 86.164 l +59.52 86.164 l +59.52 83.094 l +52.676 79.977 l +52.676 83.75 l +53.301 83.75 l +53.301 85.688 l +52.254 85.688 l +51.527 87.242 49.867 88.414 47.789 88.926 c +70.637 87.77 88.871 68.816 88.871 45.684 c +88.871 30.449 80.957 17.035 69.031 9.316 c +h +68.508 9.344 m +63.93 9.344 l +63.93 10.898 l +68.508 10.898 l +68.508 9.344 l +h +59.297 4.625 m +59.895 5.289 61.211 6.75 61.332 6.926 c +61.664 7.391 61.781 8.125 61.121 8.816 c +68.25 8.816 l +65.461 7.094 62.461 5.684 59.297 4.625 c +h +58.883 6.766 m +58.629 6.973 58.328 7.082 58.016 7.105 c +59.645 8.816 l +60.164 8.816 l +60.34 8.766 60.539 8.664 60.738 8.457 c +61.258 7.918 61.066 7.457 60.902 7.23 c +60.832 7.133 60.16 6.375 59.48 5.613 c +59.457 6.062 59.242 6.48 58.883 6.766 c +h +58.578 4.656 m +58.258 4.32 57.777 4.102 57.355 4.102 c +56.773 4.102 55.906 4.422 55.066 4.73 c +54.836 4.816 54.609 4.895 54.387 4.973 c +55.855 6.566 l +55.918 6.629 56.449 7.223 56.426 7.801 c +56.414 8.02 56.324 8.219 56.16 8.363 c +55.98 8.531 55.785 8.684 55.602 8.816 c +58.941 8.816 l +57.102 6.855 l +56.918 6.723 56.773 6.543 56.691 6.328 c +56.648 6.215 56.629 6.098 56.621 5.984 c +56.797 6 56.973 6 57.148 5.992 c +57.156 6.043 57.164 6.094 57.184 6.141 c +57.266 6.363 57.469 6.523 57.723 6.57 c +58.023 6.621 58.316 6.547 58.555 6.355 c +58.797 6.164 58.949 5.867 58.961 5.566 c +58.973 5.152 58.762 4.844 58.578 4.656 c +h +45.793 2.387 m +46.406 3.316 47.203 4.523 47.422 4.836 c +48.062 5.074 49.93 5.164 50.266 5.172 c +51.867 5.203 52.918 4.918 53.879 4.59 c +54.078 4.523 l +54.336 4.434 54.609 4.336 54.883 4.234 c +55.383 4.055 55.887 3.867 56.355 3.738 c +52.977 2.871 49.438 2.402 45.793 2.387 c +h +45.414 2.77 m +43.934 5.402 43.922 5.41 43.719 5.418 c +43.426 5.457 43.137 5.492 42.859 5.523 c +42.859 6.445 l +44.105 6.445 l +44.117 6.945 l +42.859 6.945 l +42.859 8.816 l +48.516 8.816 l +48.164 8.492 47.746 8.105 47.664 8.012 c +47.219 7.52 47.203 6.969 47.629 6.543 c +47.914 6.258 48.348 5.832 48.66 5.531 c +48.234 5.484 47.777 5.426 47.277 5.344 c +47.113 5.344 47.102 5.34 45.414 2.77 c +h +34.855 3.723 m +35.344 3.852 35.867 4.043 36.387 4.234 c +36.66 4.336 36.934 4.434 37.195 4.523 c +37.395 4.59 l +38.352 4.918 39.109 5.168 40.707 5.137 c +41.391 5.121 42.441 5.066 43.59 4.902 c +43.797 4.562 44.504 3.316 45.02 2.395 c +41.52 2.438 38.113 2.891 34.855 3.723 c +h +32.695 4.656 m +32.512 4.844 32.297 5.152 32.312 5.566 c +32.324 5.867 32.477 6.164 32.719 6.355 c +32.957 6.547 33.254 6.621 33.551 6.57 c +33.805 6.523 34.004 6.363 34.09 6.141 c +34.105 6.098 34.117 6.051 34.121 6.008 c +34.301 5.996 34.477 5.992 34.652 5.977 c +34.648 6.098 34.625 6.215 34.582 6.328 c +34.5 6.543 34.355 6.723 34.172 6.859 c +32.355 8.816 l +36.805 8.816 l +35.691 7.781 l +36.051 7.395 l +37.582 8.816 l +37.621 8.816 l +37.621 5.223 l +37.492 5.18 37.359 5.137 37.223 5.09 c +37.027 5.023 l +36.762 4.934 36.484 4.832 36.207 4.73 c +35.367 4.422 34.5 4.102 33.918 4.102 c +33.496 4.102 33.016 4.32 32.695 4.656 c +h +31.793 5.613 m +31.109 6.375 30.438 7.133 30.367 7.23 c +30.207 7.457 30.016 7.918 30.531 8.457 c +30.734 8.664 30.934 8.77 31.109 8.816 c +31.629 8.816 l +33.258 7.105 l +32.945 7.082 32.645 6.973 32.391 6.766 c +32.031 6.48 31.816 6.062 31.793 5.613 c +h +22.887 8.816 m +30.148 8.816 l +29.492 8.125 29.609 7.391 29.941 6.926 c +30.066 6.75 31.469 5.188 32.031 4.559 c +28.801 5.625 25.734 7.059 22.887 8.816 c +h +22.582 10.906 m +27.172 10.898 l +27.168 9.344 l +22.59 9.344 l +22.582 10.906 l +h +17.566 47.508 m +17.559 40.91 l +14.461 40.91 l +14.461 47.5 l +17.566 47.508 l +h +21.898 60.094 m +22.508 60.926 23.129 61.605 23.719 62.098 c +23.719 56.531 l +23.207 57.902 22.523 59.066 21.898 60.094 c +h +21.852 51.469 m +21.852 51.469 21.859 51.527 21.867 51.621 c +21.93 52.629 22.676 54.172 23.719 55.645 c +23.719 34.066 l +21.852 34.066 l +21.852 51.469 l +h +19.793 56.32 m +20.301 57.531 20.891 58.609 21.508 59.535 c +22.152 58.469 22.797 57.348 23.262 55.984 c +22.539 54.965 21.934 53.918 21.613 53.012 c +21.262 54.059 20.648 55.258 19.793 56.32 c +h +21.324 51.465 m +21.324 34.066 l +18.105 34.066 l +18.121 48.066 l +18.121 50.953 18.625 53.406 19.547 55.695 c +20.605 54.301 21.281 52.695 21.32 51.645 c +21.316 51.586 21.324 51.465 21.324 51.465 c +h +23.719 67.02 m +23.719 62.891 l +21.848 61.531 19.266 57.91 18.105 53.043 c +18.105 59.266 l +18.168 59.156 18.277 59.082 18.406 59.082 c +18.598 59.082 18.754 59.238 18.754 59.43 c +18.754 59.621 18.598 59.777 18.406 59.777 c +18.277 59.777 18.168 59.703 18.105 59.594 c +18.105 60.434 l +18.168 60.328 18.277 60.254 18.406 60.254 c +18.598 60.254 18.754 60.41 18.754 60.598 c +18.754 60.793 18.598 60.949 18.406 60.949 c +18.277 60.949 18.168 60.875 18.105 60.766 c +18.105 61.609 l +18.168 61.504 18.277 61.426 18.406 61.426 c +18.598 61.426 18.754 61.582 18.754 61.773 c +18.754 61.969 18.598 62.121 18.406 62.121 c +18.277 62.121 18.168 62.047 18.105 61.941 c +18.105 62.293 l +17.98 62.293 l +18.09 62.352 18.168 62.469 18.168 62.598 c +18.168 62.789 18.012 62.949 17.82 62.949 c +17.629 62.949 17.473 62.789 17.473 62.598 c +17.473 62.469 17.551 62.352 17.66 62.293 c +17.535 62.293 l +17.535 61.906 l +17.48 62.031 17.359 62.121 17.215 62.121 c +17.02 62.121 16.863 61.969 16.863 61.773 c +16.863 61.582 17.02 61.426 17.215 61.426 c +17.359 61.426 17.48 61.516 17.535 61.645 c +17.535 60.73 l +17.48 60.859 17.359 60.949 17.215 60.949 c +17.02 60.949 16.863 60.793 16.863 60.598 c +16.863 60.41 17.02 60.254 17.215 60.254 c +17.359 60.254 17.48 60.344 17.535 60.469 c +17.535 59.559 l +17.48 59.688 17.359 59.777 17.215 59.777 c +17.02 59.777 16.863 59.621 16.863 59.43 c +16.863 59.238 17.02 59.082 17.215 59.082 c +17.359 59.082 17.48 59.172 17.535 59.297 c +17.535 59.297 17.539 48.793 17.539 48.051 c +14.48 48.059 l +14.48 51.465 l +14.539 51.359 14.648 51.281 14.781 51.281 c +14.973 51.281 15.129 51.438 15.129 51.633 c +15.129 51.824 14.973 51.977 14.781 51.977 c +14.648 51.977 14.539 51.902 14.48 51.793 c +14.48 52.641 l +14.539 52.531 14.648 52.457 14.781 52.457 c +14.973 52.457 15.129 52.609 15.129 52.801 c +15.129 52.996 14.973 53.152 14.781 53.152 c +14.648 53.152 14.539 53.078 14.48 52.969 c +14.48 53.809 l +14.539 53.703 14.648 53.629 14.781 53.629 c +14.973 53.629 15.129 53.781 15.129 53.977 c +15.129 54.168 14.973 54.324 14.781 54.324 c +14.648 54.324 14.539 54.246 14.48 54.141 c +14.48 54.496 l +14.352 54.496 l +14.465 54.555 14.539 54.668 14.539 54.801 c +14.539 54.992 14.387 55.148 14.195 55.148 c +14 55.148 13.848 54.992 13.848 54.801 c +13.848 54.668 13.922 54.555 14.035 54.496 c +13.906 54.496 l +13.906 54.105 l +13.855 54.234 13.73 54.324 13.586 54.324 c +13.395 54.324 13.238 54.168 13.238 53.977 c +13.238 53.781 13.395 53.629 13.586 53.629 c +13.73 53.629 13.855 53.719 13.906 53.844 c +13.906 52.934 l +13.855 53.059 13.73 53.152 13.586 53.152 c +13.395 53.152 13.238 52.996 13.238 52.801 c +13.238 52.609 13.395 52.457 13.586 52.457 c +13.73 52.457 13.855 52.543 13.906 52.668 c +13.906 51.762 l +13.855 51.891 13.73 51.977 13.586 51.977 c +13.395 51.977 13.238 51.824 13.238 51.633 c +13.238 51.438 13.395 51.281 13.586 51.281 c +13.73 51.281 13.855 51.371 13.906 51.5 c +13.906 47.926 l +11.477 45.668 l +11.867 45.25 l +13.922 47.215 l +13.922 40.91 l +10.734 40.91 l +10.551 42.383 10.449 43.875 10.449 45.387 c +10.449 56.188 15.281 66.195 23.719 72.93 c +23.719 67.547 l +22.258 67.547 l +22.258 67.02 l +23.719 67.02 l +h +22.293 25.164 m +22.531 25.57 22.523 26.105 22.277 26.535 c +22.008 27.008 21.512 27.277 20.91 27.277 c +20.504 27.277 20.156 27.195 19.855 27.055 c +20.039 28.145 19.781 29.469 19.043 29.996 c +18.617 30.297 18.129 30.41 17.691 30.301 c +17.312 30.211 17.012 29.965 16.824 29.594 c +16.621 29.199 16.637 28.75 16.855 28.391 c +17.066 28.051 17.441 27.848 17.855 27.848 c +17.871 27.848 l +17.863 28.379 l +17.641 28.398 17.422 28.477 17.305 28.668 c +17.18 28.867 17.176 29.125 17.293 29.352 c +17.414 29.59 17.59 29.734 17.816 29.789 c +18.098 29.859 18.445 29.773 18.738 29.566 c +19.426 29.078 19.613 27.266 19.07 26.336 c +19.066 26.332 18.773 25.816 18.773 25.02 c +18.773 24.547 19.238 22.785 21.293 22.77 c +21.32 22.77 l +22.09 22.77 22.785 23.055 23.332 23.598 c +23.48 23.746 23.605 23.906 23.719 24.066 c +23.719 17.844 l +16.555 23.566 12.012 31.457 10.801 40.383 c +10.926 40.383 l +10.961 40.352 14.473 37.422 14.758 37.16 c +15 36.941 15.273 36.695 15.281 35.906 c +15.285 35.535 15.102 35.273 14.949 35.117 c +14.648 34.816 14.242 34.742 13.977 34.742 c +13.707 34.742 12.953 34.844 12.93 35.582 c +12.922 35.844 13.035 36.066 13.16 36.191 c +13.258 36.285 13.398 36.324 13.574 36.324 c +13.906 36.305 13.996 35.941 13.996 35.871 c +14.523 35.859 l +14.531 36.242 14.234 36.82 13.594 36.848 c +13.273 36.855 12.992 36.762 12.789 36.562 c +12.559 36.332 12.391 35.977 12.402 35.562 c +12.438 34.535 13.402 34.215 13.977 34.215 c +14.434 34.215 14.965 34.391 15.324 34.746 c +15.645 35.07 15.812 35.473 15.809 35.91 c +15.801 36.852 15.457 37.238 15.109 37.551 c +14.887 37.758 12.82 39.523 11.812 40.383 c +17.559 40.383 l +17.551 34.066 l +15.992 34.066 l +15.992 33.539 l +23.719 33.539 l +23.719 27.152 l +19.344 31.945 l +15.992 31.945 l +15.992 31.418 l +19.109 31.418 l +23.719 26.371 l +23.719 25.953 l +23.77 25.051 23.414 24.422 22.961 23.969 c +22.648 23.66 22.113 23.293 21.32 23.293 c +21.316 23.293 21.305 23.297 21.297 23.297 c +19.449 23.309 19.297 25.016 19.297 25.027 c +19.293 25.352 19.34 25.949 19.723 26.34 c +19.992 26.609 20.391 26.75 20.91 26.75 c +21.465 26.75 21.719 26.453 21.82 26.277 c +21.973 26.008 21.984 25.672 21.84 25.434 c +21.711 25.215 21.453 25.102 21.168 25.105 c +21.164 24.578 l +21.676 24.574 22.07 24.781 22.293 25.164 c +h +2.27 45.684 m +2.27 68.648 20.238 87.48 42.852 88.891 c +40.84 88.359 39.234 87.207 38.527 85.688 c +37.445 85.688 l +37.445 83.75 l +38.102 83.75 l +38.102 79.969 l +31.262 83.094 l +31.262 86.164 l +30.836 86.164 l +30.836 83.121 l +24.23 79.512 l +24.23 81.699 l +23.703 81.699 l +23.719 78.281 l +22.426 78.281 l +22.426 77.754 l +23.719 77.754 l +23.719 73.609 l +14.949 66.777 9.922 56.488 9.922 45.387 c +9.922 34.277 14.949 23.996 23.719 17.16 c +23.719 11.43 l +22.055 11.434 l +22.066 9.344 l +10.164 17.07 2.27 30.469 2.27 45.684 c +h +45.09 87.355 m +44.188 87.355 l +44.188 86.832 l +45.09 86.832 l +45.09 85.688 l +39.109 85.688 l +40.059 87.406 42.422 88.594 45.09 88.68 c +45.09 87.355 l +h +58.645 74.008 m +57.844 75.07 56.508 76.09 56.078 76.402 c +56.078 78.496 l +55.531 78.496 l +55.531 76.375 l +55.086 76.059 53.754 75.082 52.676 74.062 c +52.676 77.754 l +54.031 77.754 l +54.031 78.281 l +52.676 78.281 l +52.676 79.398 l +58.645 82.113 l +58.645 74.008 l +h +63.047 60.988 m +63.047 59.699 62.66 58.465 61.938 57.402 c +61.699 57.324 61.328 57.246 61.043 57.344 c +59.41 57.891 59.805 59.867 59.992 60.82 c +60.027 61.008 l +60.176 61.793 59.895 62.809 59.328 63.531 c +58.949 64.023 58.477 64.309 58 64.336 c +56.828 64.41 56.348 63.949 55.965 63.578 c +55.914 63.531 l +55.594 63.93 54.898 64.66 53.504 64.082 c +52.191 63.539 52.051 61.566 52.109 60.914 c +52.129 60.656 52.016 60.469 51.855 60.219 c +51.68 59.938 51.461 59.59 51.441 59.059 c +51.418 58.551 51.691 58.098 51.93 57.699 c +52.164 57.312 52.309 57.047 52.207 56.898 c +52.031 56.641 51.84 56.625 51.527 56.676 c +50.742 57.656 50.293 59.219 50.293 60.988 c +50.293 64.508 53.152 67.367 56.668 67.367 c +60.184 67.367 63.047 64.508 63.047 60.988 c +h +60.129 67.547 m +59.215 67.547 l +59.215 82.371 l +59.762 82.621 l +60.129 82.422 l +60.129 67.547 l +h +66.527 67.02 m +66.527 66.371 l +65.645 65.887 64.16 65.434 62.23 65.059 c +61.645 65.859 60.895 66.531 60.023 67.02 c +66.527 67.02 l +h +66.527 78.281 m +65.305 78.281 l +65.305 77.754 l +66.527 77.754 l +66.527 74.492 l +65.512 75.414 64.367 76.086 63.961 76.375 c +63.961 78.496 l +63.41 78.496 l +63.41 76.402 l +62.953 76.07 61.473 74.941 60.695 73.809 c +60.695 82.109 l +66.527 78.934 l +66.527 78.281 l +h +66.527 67.547 m +60.707 67.547 l +60.707 72.574 l +60.707 73.586 62.723 75.281 63.664 75.973 c +64.105 75.656 65.477 74.824 66.527 73.812 c +66.527 67.547 l +h +67.777 44.449 m +67.77 43.77 67.641 43.184 67.492 42.688 c +66.73 43.07 65.695 43.645 65.5 43.898 c +65.422 44.004 65.539 44.445 65.617 44.734 c +65.77 45.297 65.926 45.883 65.605 46.266 c +65.074 46.898 64.535 47.059 64.074 47.078 c +64.324 47.512 64.461 48.008 64.461 48.516 c +64.461 50.121 63.152 51.434 61.543 51.434 c +59.938 51.434 58.629 50.121 58.629 48.516 c +58.629 47.578 59.09 46.695 59.844 46.152 c +59.691 45.902 59.566 45.645 59.535 45.434 c +59.457 44.871 59.324 43.93 58.926 43.582 c +58.777 43.449 58.602 43.344 58.43 43.23 c +58.359 43.188 58.18 43.117 58.137 43.043 c +58.094 42.973 58.148 42.914 58.188 42.883 c +58.203 42.871 58.207 42.867 58.207 42.867 c +58.238 42.84 58.301 42.785 58.406 42.734 c +59.012 42.398 60.395 42.027 61.602 41.973 c +61.531 41.645 61.395 41.121 61.133 40.297 c +60.484 38.297 59.352 36.348 58.504 35.191 c +57.652 34.027 57.051 33.5 56.41 32.945 c +56.164 32.73 l +55.414 32.07 54.902 31.57 53.973 30.59 c +53.582 30.176 53.285 29.672 52.996 29.184 c +52.605 28.523 52.234 27.898 51.68 27.57 c +49.922 26.52 49.426 25.043 49.289 24.383 c +48.941 24.754 48.434 25.305 48.102 25.758 c +47.621 26.406 47.633 28.328 47.895 29.887 c +48.023 30.652 48.113 31.484 48.203 32.414 c +49.098 32.879 49.66 34.445 50.051 35.801 c +50.32 36.719 51.109 37.867 51.566 38.164 c +52.137 38.531 53.492 40.102 54.281 41.203 c +54.984 42.18 55.484 43.77 55.629 44.258 c +56.402 44.215 57.305 44.34 58.004 45.008 c +58.492 45.473 58.68 45.879 58.574 46.246 c +58.445 46.699 57.895 47.012 56.848 47.227 c +56.574 47.285 56.367 47.34 56.195 47.391 c +56.316 47.441 56.445 47.488 56.582 47.543 c +57.129 47.785 57.355 47.816 57.688 47.801 c +57.711 48.328 l +57.25 48.348 56.941 48.277 56.383 48.031 c +55.719 47.777 55.238 47.551 55.172 47.523 c +55.086 47.496 54.992 47.465 54.883 47.414 c +54.465 47.234 53.734 46.93 52.305 47.16 c +52.859 47.82 53.781 48.867 54.148 49.105 c +54.547 49.367 55.961 49.797 56.801 50.055 c +57.109 50.152 57.367 50.23 57.531 50.285 c +58.234 50.523 59.297 51.363 59.719 52.02 c +60.035 52.512 61.328 53.25 62.262 53.355 c +62.879 53.426 63.215 53.309 63.344 53.246 c +63.824 51.414 65.035 50.047 65.594 49.422 c +65.703 49.297 65.82 49.16 65.844 49.121 c +65.922 48.988 l +67.465 46.414 67.781 45.098 67.777 44.449 c +h +68.918 51.797 m +68.922 51.797 l +68.922 38.129 l +68.863 38.215 68.801 38.297 68.738 38.387 c +68.23 39.086 67.598 39.961 67.594 41.172 c +67.594 41.297 67.684 41.555 67.781 41.852 c +67.984 42.449 68.293 43.352 68.301 44.445 c +68.309 45.281 67.887 46.5 67.055 48.059 c +67.055 56.066 l +68.137 54.562 68.918 52.855 68.918 51.797 c +h +68.945 60.41 m +68.293 59.336 67.57 58.113 67.055 56.652 c +67.055 62.477 l +67.664 61.977 68.312 61.277 68.945 60.41 c +h +73.332 47.832 m +76.406 47.832 l +76.406 40.91 l +73.34 40.91 l +73.332 47.832 l +h +71.297 56.012 m +72.16 53.758 72.785 51.098 72.762 48.191 c +72.777 34.066 l +69.449 34.066 l +69.449 34.066 69.449 50.719 69.449 51.793 c +69.449 52.867 70.242 54.617 71.297 56.012 c +h +69.184 53.34 m +68.863 54.246 68.309 55.281 67.586 56.305 c +68.047 57.668 68.691 58.785 69.34 59.852 c +69.957 58.93 70.547 57.848 71.055 56.637 c +70.199 55.574 69.535 54.387 69.184 53.34 c +h +67.062 24.105 m +67.18 23.93 67.316 23.758 67.48 23.598 c +68.027 23.055 68.723 22.77 69.488 22.77 c +69.516 22.77 l +71.574 22.785 72.027 24.547 72.039 25.02 c +72.043 25.281 72.016 25.594 71.922 25.906 c +71.922 25.906 71.742 26.332 71.742 26.336 c +71.195 27.266 71.383 29.078 72.074 29.566 c +72.367 29.773 72.711 29.859 72.996 29.789 c +73.223 29.734 73.398 29.59 73.516 29.352 c +73.633 29.125 73.629 28.867 73.504 28.668 c +73.391 28.477 73.184 28.344 72.945 28.379 c +72.938 27.848 l +72.953 27.848 l +73.371 27.848 73.742 28.051 73.953 28.391 c +74.176 28.75 74.188 29.199 73.984 29.594 c +73.797 29.965 73.496 30.211 73.121 30.301 c +72.684 30.41 72.191 30.297 71.77 29.996 c +71.027 29.469 70.773 28.145 70.953 27.055 c +70.656 27.195 70.309 27.277 69.898 27.277 c +69.301 27.277 68.801 27.008 68.531 26.535 c +68.285 26.105 68.277 25.57 68.516 25.164 c +68.738 24.785 69.133 24.578 69.629 24.578 c +69.648 24.578 l +69.641 25.105 l +69.309 25.102 69.098 25.215 68.969 25.434 c +68.828 25.672 68.836 26.008 68.988 26.277 c +69.09 26.453 69.344 26.75 69.898 26.75 c +70.418 26.75 70.82 26.609 71.086 26.34 c +71.469 25.949 71.516 25.352 71.512 25.031 c +71.512 25.016 71.363 23.309 69.512 23.297 c +69.504 23.297 69.496 23.293 69.488 23.293 c +68.699 23.297 68.16 23.66 67.848 23.969 c +67.309 24.508 67.062 25.062 67.062 25.793 c +67.062 26.371 l +71.668 31.418 l +74.789 31.418 l +74.789 31.945 l +71.438 31.945 l +67.062 27.152 l +67.062 33.539 l +74.789 33.539 l +74.789 34.066 l +73.348 34.066 l +73.34 40.383 l +79.391 40.395 l +78.266 39.547 75.926 37.758 75.703 37.551 c +75.352 37.238 75.012 36.848 75.004 35.91 c +75 35.473 75.168 35.07 75.488 34.746 c +75.848 34.391 76.375 34.156 76.836 34.156 c +77.406 34.156 78.383 34.535 78.414 35.562 c +78.43 35.977 78.254 36.332 78.02 36.562 c +77.82 36.762 77.547 36.855 77.215 36.848 c +76.578 36.82 76.305 36.242 76.312 35.859 c +76.84 35.871 l +76.84 35.941 76.906 36.305 77.234 36.324 c +77.406 36.324 77.555 36.285 77.648 36.191 c +77.773 36.066 77.898 35.844 77.891 35.582 c +77.863 34.844 77.105 34.684 76.836 34.684 c +76.566 34.684 76.16 34.816 75.863 35.117 c +75.711 35.273 75.527 35.535 75.531 35.906 c +75.535 36.695 75.812 36.941 76.055 37.16 c +76.309 37.395 80.332 40.387 80.332 40.387 c +80.566 40.387 l +79.254 31.324 74.414 22.992 67.062 17.367 c +67.062 24.105 l +h +68.922 35.906 m +68.922 34.066 l +67.062 34.066 l +67.062 35.375 l +67.504 35.395 68.367 35.488 68.922 35.906 c +h +64.227 42.414 m +64.984 42.691 65.535 43.008 65.684 43.094 c +66.223 42.742 66.949 42.371 67.336 42.18 c +67.32 42.129 67.301 42.07 67.285 42.023 c +67.156 41.652 67.066 41.387 67.066 41.168 c +67.07 39.785 67.762 38.84 68.312 38.078 c +68.641 37.625 68.922 37.238 68.922 36.922 c +68.922 36.715 68.848 36.539 68.703 36.398 c +68.32 36.031 67.539 35.922 67.062 35.902 c +67.062 36.008 l +66.996 37.383 66.582 39.543 64.227 42.414 c +h +61.664 9.859 m +61.832 10.184 61.836 10.543 61.664 10.938 c +61.449 11.453 61.215 11.852 61.008 12.199 c +60.949 12.301 60.898 12.395 60.844 12.484 c +64.621 12.484 l +64.625 11.43 l +63.402 11.43 l +63.402 9.344 l +61.148 9.344 l +61.348 9.469 61.543 9.637 61.664 9.859 c +h +50.234 9.344 m +50.676 9.613 51.219 9.941 51.586 10.16 c +52.152 10.496 52.609 10.699 52.949 10.762 c +53.016 10.773 54.633 11.074 54.746 12.016 c +54.762 12.164 54.758 12.309 54.734 12.453 c +58.316 12.453 l +58.316 12.363 58.316 12.273 58.316 12.195 c +58.316 11.832 58.316 11.52 58.34 11.312 c +58.352 11.16 58.344 10.945 58.336 10.719 c +58.312 10.191 58.289 9.648 58.512 9.344 c +50.234 9.344 l +h +50.918 6.469 m +51.52 7.156 51.285 7.684 50.984 8.004 c +50.742 8.258 50.344 8.566 49.996 8.816 c +54.062 8.816 l +53.516 8.293 l +53.484 8.258 53.188 7.938 53.223 7.539 c +53.234 7.387 53.301 7.164 53.547 6.973 c +54.047 6.582 54.211 6.453 54.215 6.453 c +54.547 6.859 l +54.547 6.859 54.387 6.992 53.871 7.391 c +53.766 7.469 53.75 7.535 53.746 7.578 c +53.734 7.719 53.855 7.887 53.891 7.926 c +54.754 8.75 l +54.988 8.605 55.438 8.32 55.805 7.98 c +55.852 7.938 55.996 7.805 55.797 7.398 c +55.664 7.141 55.473 6.926 55.469 6.922 c +53.844 5.16 l +52.926 5.469 52.121 5.703 50.551 5.664 c +50.387 5.656 50.191 5.652 49.977 5.641 c +50.355 5.953 50.797 6.328 50.918 6.469 c +h +49.199 8.73 m +49.531 8.508 50.266 8 50.602 7.641 c +50.84 7.387 50.816 7.152 50.52 6.812 c +50.398 6.676 49.727 6.113 49.23 5.707 c +48.945 5.988 48.355 6.562 48.004 6.914 c +47.914 7.004 47.676 7.238 48.055 7.66 c +48.137 7.75 48.746 8.316 49.199 8.73 c +h +27.816 29.02 m +28.789 22 l +27.27 21.223 l +25.668 28.242 l +27.816 29.02 l +h +25.477 41.02 m +25.469 41.27 25.602 41.855 25.719 42.379 c +25.848 42.949 25.969 43.488 25.977 43.816 c +25.98 43.98 26.004 44.164 26.031 44.367 c +26.105 44.973 26.195 45.723 25.957 46.543 c +25.785 47.129 25.457 48.715 25.477 49.734 c +25.492 50.48 25.684 52.039 25.684 52.039 c +26.066 52.016 27.156 51.902 27.605 51.688 c +28.078 51.461 28.668 50.742 29.219 49.715 c +29.754 48.723 29.293 46.914 29.141 46.383 c +28.832 45.316 29.266 44.281 29.621 43.602 c +29.707 43.43 29.805 43.277 29.898 43.121 c +30.211 42.625 30.477 42.199 30.359 41.395 c +30.219 40.457 30.297 40.023 30.48 38.984 c +30.535 38.676 30.598 38.32 30.668 37.871 c +30.961 36.008 30.383 34.855 29.957 34.02 c +29.953 34.008 29.945 33.988 29.938 33.977 c +29.879 34.578 29.656 35.133 29.223 35.398 c +28.566 35.703 27.961 35.68 27.535 35.371 c +27.391 35.848 27.504 36.348 27.617 36.836 c +27.754 37.441 27.898 38.07 27.457 38.543 c +27.324 38.688 27.156 38.793 26.98 38.906 c +26.805 39.023 25.871 39.598 25.707 40.098 c +25.582 40.375 25.484 40.691 25.477 41.02 c +h +28.188 64.516 m +27.781 63.84 27.488 63.09 27.336 62.285 c +25.605 62.633 24.781 63.012 24.262 63.312 c +24.262 65.695 l +25.168 65.254 26.484 64.855 28.188 64.516 c +h +31.566 67.547 m +30.652 67.547 l +30.652 82.422 l +31.02 82.621 l +31.566 82.371 l +31.566 67.547 l +h +34.113 67.367 m +37.629 67.367 40.488 64.508 40.488 60.988 c +40.488 59.004 39.547 57.121 37.973 55.918 c +35.914 57.039 l +36.047 57.156 36.285 57.336 36.285 57.336 c +36.305 57.332 36.336 57.32 36.379 57.309 c +36.789 57.176 37.887 56.832 38.539 57.5 c +39.082 58.059 39.004 58.695 38.941 59.156 c +38.906 59.426 38.879 59.66 38.965 59.809 c +39.184 60.176 39.316 60.805 39.145 61.301 c +39.047 61.586 38.863 61.785 38.605 61.887 c +38.328 61.996 38.258 62.086 38.156 62.207 c +38.094 62.281 38.027 62.359 37.93 62.441 c +37.875 62.488 37.781 62.719 37.719 62.879 c +37.57 63.242 37.402 63.656 37.082 63.82 c +36.727 63.996 36.371 63.848 36.113 63.738 c +36.02 63.703 35.883 63.645 35.871 63.641 c +35.848 63.656 35.801 63.727 35.766 63.777 c +35.613 64.004 35.352 64.402 34.738 64.352 c +34.344 64.336 34.102 64.145 33.891 63.973 c +33.793 63.895 33.695 63.82 33.59 63.766 c +33.477 63.711 33.148 63.688 32.887 63.672 c +32.406 63.641 31.953 63.609 31.707 63.402 c +31.379 63.121 31.254 62.652 31.148 62.277 c +31.109 62.145 31.082 62.027 31.043 61.945 c +30.98 61.809 30.844 61.73 30.684 61.637 c +30.469 61.504 30.168 61.328 30.152 60.945 c +30.129 60.504 30.602 60.211 31.062 59.926 c +31.285 59.785 31.707 59.457 31.707 59.457 c +32.09 59.074 32.266 58.902 32.152 58.199 c +32.078 57.762 31.777 57.715 31.324 57.688 c +31.199 57.68 29.824 57.535 29.207 57.137 c +29.172 57.113 29.129 57.086 29.09 57.062 c +28.207 58.191 27.734 59.551 27.734 60.988 c +27.734 64.508 30.598 67.367 34.113 67.367 c +h +35.027 75.973 m +35.496 75.637 38.051 73.727 38.102 72.781 c +38.102 67.547 l +36.262 67.547 l +35.586 67.77 34.863 67.895 34.113 67.895 c +33.426 67.895 32.762 67.789 32.137 67.602 c +32.137 72.586 l +32.27 73.652 34.184 75.352 35.027 75.973 c +h +38.102 78.281 m +36.75 78.281 l +36.75 77.754 l +38.102 77.754 l +38.102 73.996 l +37.078 75.199 35.953 76.027 35.32 76.375 c +35.32 78.496 l +34.773 78.496 l +34.773 76.402 l +34.328 76.078 32.93 75.012 32.137 73.914 c +32.137 82.113 l +38.102 79.391 l +38.102 78.281 l +h +44.422 67.02 m +44.383 66.961 44.348 66.902 44.32 66.836 c +44.262 66.695 44.227 66.543 44.227 66.383 c +44.227 66.223 44.262 66.074 44.32 65.934 c +44.367 65.824 44.438 65.723 44.516 65.629 c +44.516 65.629 44.766 65.383 44.926 65.32 c +43.809 64.777 42.16 64.32 40.289 64.055 c +39.664 65.305 38.68 66.34 37.465 67.02 c +44.422 67.02 l +h +45.391 67.02 m +45.742 67.02 46.023 66.734 46.023 66.383 c +46.023 66.035 45.742 65.754 45.391 65.75 c +45.039 65.754 44.758 66.035 44.758 66.383 c +44.758 66.734 45.039 67.02 45.391 67.02 c +h +46.359 69.262 m +46.363 69.242 46.359 69.23 46.359 69.215 c +46.406 68.598 46.859 68.156 47.551 68.156 c +47.562 68.156 l +47.938 68.156 48.281 68.312 48.539 68.59 c +48.801 68.871 48.938 69.258 48.91 69.648 c +48.855 70.395 48.297 70.98 47.547 71.152 c +47.559 71.152 l +47.559 72.152 46.809 72.961 45.891 72.961 c +45.891 72.434 l +46.504 72.434 47.004 71.891 47.027 71.203 c +46.301 71.18 45.711 70.805 45.391 70.23 c +45.07 70.809 44.48 71.184 43.754 71.207 c +43.777 71.891 44.277 72.438 44.891 72.438 c +44.891 72.965 l +43.969 72.965 43.223 72.152 43.223 71.156 c +43.238 71.156 l +42.488 70.984 41.926 70.398 41.871 69.648 c +41.844 69.266 41.977 68.879 42.242 68.594 c +42.496 68.316 42.844 68.164 43.219 68.156 c +43.23 68.156 l +43.922 68.156 44.391 68.602 44.434 69.219 c +44.438 69.23 44.438 69.246 44.438 69.262 c +43.91 69.262 l +43.91 69.258 43.91 69.258 43.91 69.258 c +43.883 68.879 43.547 68.691 43.223 68.688 c +42.992 68.688 42.781 68.781 42.629 68.949 c +42.465 69.129 42.379 69.367 42.398 69.613 c +42.441 70.234 42.984 70.688 43.684 70.688 c +43.699 70.688 l +44.539 70.68 45.129 70.066 45.129 69.199 c +45.129 67.547 l +40.141 67.547 l +40.512 70.398 44.371 76.453 45.359 77.961 c +46.355 76.418 50.309 70.156 50.695 67.547 c +45.652 67.547 l +45.652 69.195 l +45.652 70.062 46.242 70.672 47.082 70.68 c +47.094 70.68 l +47.789 70.68 48.34 70.223 48.383 69.605 c +48.402 69.363 48.316 69.121 48.152 68.945 c +47.996 68.777 47.785 68.684 47.559 68.68 c +47.551 68.68 l +47.203 68.68 46.91 68.875 46.887 69.25 c +46.887 69.254 46.887 69.258 46.887 69.262 c +46.359 69.262 l +h +49.77 61.082 m +48.184 61.375 46.758 61.805 45.43 62.398 c +45.426 62.406 l +45.41 62.402 45.395 62.402 45.379 62.402 c +45.363 62.402 45.348 62.402 45.336 62.406 c +45.336 62.398 l +44.188 61.883 42.699 61.445 41.008 61.117 c +40.992 61.98 40.82 62.801 40.516 63.559 c +42.531 63.855 44.23 64.355 45.391 64.984 c +46.551 64.355 48.246 63.855 50.266 63.559 c +49.957 62.789 49.781 61.957 49.77 61.082 c +h +50.52 56.691 m +49.945 56.43 50.082 55.652 50.188 55.281 c +49.699 54.906 48.262 53.715 48.148 52.492 c +47.891 49.766 46.484 47.945 45.777 47.363 c +45.172 46.867 44.68 45.703 44.766 44.969 c +44.809 44.613 44.918 44.277 45.066 43.957 c +45.02 43.996 l +44.91 43.855 44.801 43.605 44.703 43.305 c +44.551 43.52 44.348 43.762 44.102 43.945 c +42.656 50.094 l +42.055 49.949 l +41.672 50.441 40.27 52.262 40.004 52.68 c +39.887 52.863 39.852 53.113 39.816 53.355 c +39.766 53.715 39.715 54.082 39.414 54.305 c +39.172 54.488 38.746 55.246 38.527 55.699 c +39.984 56.914 40.879 58.688 40.992 60.582 c +42.691 60.898 44.203 61.336 45.387 61.848 c +46.734 61.266 48.176 60.836 49.781 60.543 c +49.844 59.059 50.207 57.727 50.82 56.762 c +50.719 56.754 50.617 56.738 50.52 56.691 c +h +57.094 62.609 m +57.438 62.398 57.688 61.902 57.836 61.457 c +57.062 61.586 56.266 61.316 56.09 61.23 c +56.32 60.758 l +56.445 60.816 57.262 61.098 57.938 60.898 c +57.938 60.898 57.977 60.863 57.98 60.824 c +58.031 60.219 58.137 58.727 57.938 57.973 c +57.895 57.816 57.879 57.656 57.879 57.492 c +57.496 57.523 57.195 57.691 56.887 57.883 c +56.543 58.094 56.188 58.312 55.738 58.258 c +55.363 58.211 55.105 58.027 54.879 57.859 c +54.641 57.688 54.445 57.562 54.137 57.578 c +54.125 57.621 54.109 57.672 54.094 57.711 c +54.094 57.715 54.094 57.719 54.094 57.719 c +54.09 57.73 54.086 57.742 54.082 57.75 c +54.07 57.781 54.059 57.816 54.047 57.844 c +53.934 58.051 53.699 58.664 53.66 59.223 c +53.641 59.516 53.703 60.324 53.758 60.895 c +53.762 60.891 l +53.766 60.891 53.91 60.977 54.289 60.977 c +54.602 60.977 54.938 60.988 55.082 60.797 c +55.125 60.742 55.203 60.539 55.164 60.348 c +55.023 59.637 54.824 58.914 54.727 58.734 c +54.727 58.734 55.184 58.719 55.289 58.715 c +55.332 58.863 55.664 60.184 55.672 60.195 c +55.785 60.578 55.703 60.922 55.59 61.078 c +55.312 61.453 54.699 61.504 54.289 61.504 c +54.098 61.504 53.949 61.484 53.828 61.461 c +53.828 61.465 53.828 61.469 53.832 61.473 c +53.902 61.832 54.031 62.246 54.602 62.699 c +55.121 63.109 56.352 63.066 57.094 62.609 c +h +54.25 57.051 m +54.668 57.07 54.949 57.27 55.188 57.441 c +55.387 57.586 55.559 57.711 55.801 57.738 c +56.07 57.773 56.312 57.625 56.617 57.438 c +56.957 57.23 57.375 56.977 57.934 56.965 c +57.957 56.859 57.988 56.762 58.027 56.664 c +58.027 56.664 58.027 56.664 58.031 56.664 c +58.078 56.488 58.148 56.176 58.18 55.867 c +58.215 55.535 58.02 54.816 57.832 54.113 c +57.766 53.871 57.699 53.621 57.637 53.383 c +57.418 52.504 56.762 51.773 56.23 51.508 c +55.77 51.277 54.926 51.227 54.172 51.379 c +53.766 51.465 53.715 51.77 53.691 52.16 c +53.688 52.215 53.684 52.266 53.68 52.301 c +53.66 52.449 53.832 52.902 53.93 53.172 c +53.969 53.273 54.004 53.363 54.031 53.449 c +54.18 53.875 54.297 54.934 54.312 55.129 c +54.332 55.375 54.316 56.492 54.25 57.051 c +h +51.52 47.324 m +50.551 47.59 46.699 45.273 45.422 44.48 c +45.359 44.66 45.312 44.844 45.289 45.027 c +45.227 45.586 45.648 46.574 46.109 46.957 c +46.203 47.031 48.332 48.82 48.672 52.441 c +48.77 53.477 50.156 54.594 50.543 54.891 c +50.805 54.812 51.18 54.715 51.652 54.621 c +51.809 54.594 51.945 54.582 52.078 54.578 c +52.078 54.582 52.078 54.586 52.078 54.594 c +52.164 54.59 52.258 54.586 52.359 54.586 c +52.395 54.586 52.43 54.586 52.465 54.586 c +52.938 54.594 53.426 54.703 53.754 54.785 c +53.703 54.398 53.625 53.855 53.539 53.617 c +53.512 53.539 53.48 53.449 53.445 53.352 c +53.258 52.859 53.129 52.492 53.16 52.238 c +53.164 52.211 53.168 52.168 53.172 52.129 c +53.191 51.801 53.238 51.039 54.066 50.871 c +54.355 50.809 54.707 50.773 55.07 50.773 c +55.559 50.773 56.066 50.844 56.461 51.043 c +57.082 51.352 57.875 52.176 58.145 53.254 c +58.203 53.492 58.27 53.738 58.336 53.977 c +58.465 54.457 58.652 55.234 58.652 55.234 c +58.883 55.328 59.461 55.57 59.984 55.566 c +60.535 55.566 61.086 55.336 61.504 55.105 c +62.125 54.641 62.684 54.277 63.148 54.262 c +63.16 54.191 63.18 54.129 63.188 54.059 c +63.195 53.98 63.219 53.91 63.23 53.84 c +62.988 53.895 62.652 53.93 62.199 53.879 c +61.16 53.762 59.703 52.984 59.273 52.301 c +58.461 51.008 56.613 50.551 56.613 50.551 c +56.129 50.402 54.039 49.664 53.863 49.551 c +53.34 49.211 52.109 47.75 51.719 47.281 c +51.652 47.297 51.594 47.305 51.52 47.324 c +h +54.48 44.969 m +52.898 45.324 51.586 44.613 50.57 44.066 c +50.473 44.012 50.348 43.949 50.203 43.875 c +49.434 43.488 48.207 42.863 47.379 42.031 c +46.969 42.355 46.121 43.094 45.637 43.996 c +47.738 45.301 50.789 46.957 51.391 46.812 c +53.531 46.258 54.582 46.715 55.09 46.934 c +55.184 46.969 55.273 47.012 55.32 47.02 c +55.496 47.051 55.621 47.012 55.906 46.926 c +56.109 46.863 56.371 46.789 56.738 46.715 c +57.844 46.484 58.035 46.211 58.07 46.102 c +58.113 45.945 57.961 45.691 57.641 45.387 c +56.676 44.469 55.195 44.805 54.48 44.969 c +h +38.277 12.957 m +38.977 13.035 39.414 12.559 39.711 12.238 c +39.816 12.129 39.898 12.035 39.988 11.98 c +40.102 11.906 40.277 11.836 40.465 11.754 c +41.078 11.496 41.539 11.27 41.434 10.84 c +41.371 10.566 40.32 10.602 39.918 10.617 c +39.781 10.621 39.652 10.629 39.547 10.629 c +39.289 10.629 38.988 10.996 38.723 11.32 c +38.504 11.59 38.297 11.844 38.062 11.984 c +37.914 12.074 37.738 12.316 37.539 12.707 c +37.641 12.793 37.855 12.902 38.277 12.957 c +h +35.18 13.238 m +35.184 13.27 35.641 16.074 35.836 18.242 c +35.984 19.926 35.844 20.887 35.633 22.332 c +35.562 22.793 35.488 23.316 35.41 23.934 c +35.059 26.703 36.41 29.418 36.684 29.934 c +37.148 30.812 37.875 32.473 38.113 33.027 c +38.113 33.027 38.117 33.027 38.117 33.027 c +38.117 33.035 38.121 33.043 38.121 33.047 c +38.16 33.141 38.188 33.203 38.191 33.215 c +38.578 33.789 38.859 34.547 39.09 35.289 c +39.227 35.746 39.387 36.203 39.582 36.637 c +39.414 35.793 39.234 34.57 39.188 33.059 c +39.125 31.176 39.387 30.668 39.578 30.297 c +39.68 30.094 39.742 29.973 39.723 29.629 c +39.699 29.195 39.398 28.766 39.109 28.348 c +38.734 27.801 38.348 27.242 38.488 26.602 c +38.551 26.316 38.672 25.957 38.816 25.543 c +39.168 24.527 39.648 23.141 39.387 22.176 c +39.012 20.793 38.641 18.871 39.004 17.539 c +39.258 16.602 39.43 14.152 39.492 13.148 c +39.168 13.371 38.75 13.543 38.215 13.477 c +37.758 13.426 37.461 13.301 37.273 13.164 c +37.141 13.117 37.078 13.031 37.043 12.938 c +36.172 12.094 36.039 12.145 35.57 12.328 c +35.508 12.352 l +35.121 12.5 35.18 13.238 35.18 13.238 c +h +37.031 50.137 m +35.984 48.852 35.887 48.105 35.809 47.512 c +35.766 47.176 35.73 46.91 35.539 46.59 c +35.418 46.391 35.332 46.227 35.254 46.078 c +35.164 46.371 35.055 46.719 34.945 47.184 c +34.773 47.891 34.859 48.035 34.988 48.254 c +35.082 48.41 35.195 48.605 35.25 48.969 c +35.367 49.746 34.805 51.512 34.609 52.086 c +37.359 52.281 38.836 53.117 39.277 53.41 c +39.281 53.367 39.289 53.328 39.293 53.285 c +39.328 53.051 39.367 52.801 39.473 52.562 c +39.188 52.379 38.344 51.75 37.031 50.137 c +h +37.809 48.91 m +40.004 40.043 l +41.547 40.434 l +41.676 40.305 41.809 40.184 41.953 40.07 c +41.625 39.797 40.25 38.656 39.766 38.012 c +39.191 37.242 38.855 36.332 38.633 35.422 c +38.465 34.738 38.117 34.086 37.859 33.66 c +37.469 34.52 36.574 36.457 36.402 36.691 c +36.012 37.203 35.484 37.902 35.484 38.387 c +35.484 38.727 35.543 38.891 35.605 39.062 c +35.691 39.297 35.781 39.543 35.703 40.082 c +35.621 40.633 35.48 40.992 35.328 41.371 c +35.23 41.621 35.129 41.879 35.035 42.215 c +34.914 42.641 35.094 43.117 35.27 43.578 c +35.402 43.938 35.539 44.309 35.539 44.668 c +35.539 44.863 35.52 45.039 35.488 45.211 c +35.492 45.211 l +35.492 45.215 35.492 45.492 35.988 46.316 c +36.238 46.73 36.285 47.094 36.332 47.445 c +36.402 48 36.484 48.637 37.441 49.805 c +38.707 51.363 39.512 51.957 39.754 52.117 c +40.184 51.516 41.066 50.363 41.496 49.812 c +37.809 48.91 l +h +42.559 43.973 m +42.391 43.844 42.102 43.535 41.797 43.203 c +40.371 48.996 l +42.266 49.457 l +43.496 44.223 l +43.172 44.281 42.852 44.199 42.559 43.973 c +h +40.652 41.602 m +40.672 41.57 40.859 41.254 41.156 40.883 c +40.387 40.684 l +38.449 48.527 l +39.863 48.871 l +41.375 42.723 l +41.031 42.328 40.742 41.977 40.68 41.902 c +40.562 41.762 l +40.652 41.602 l +h +44.445 40.91 m +44.18 40.645 43.617 40.152 43.234 40.105 c +42.453 40.02 41.586 41.117 41.207 41.711 c +41.656 42.25 42.57 43.316 42.883 43.559 c +43.066 43.699 43.238 43.746 43.43 43.703 c +43.918 43.59 44.367 42.898 44.523 42.598 c +44.41 42.02 44.359 41.387 44.445 40.91 c +h +44.203 29.902 m +44.27 29.516 l +44.488 28.211 44.605 27.297 44.285 26.57 c +44.074 26.082 43.793 25.727 43.5 25.348 c +43.039 24.762 42.559 24.152 42.301 23.023 c +41.902 21.277 41.84 18.684 42.176 17.789 c +42.277 17.52 42.449 17.199 42.633 16.855 c +42.641 16.84 42.648 16.824 42.656 16.809 c +42.664 16.809 42.672 16.809 42.68 16.809 c +42.715 16.746 42.754 16.68 42.809 16.594 c +43.031 16.23 43.402 15.625 43.258 15.172 c +43.188 14.957 43.004 14.785 42.688 14.652 c +42.43 14.543 40.953 14.125 39.957 14.055 c +39.871 15.238 39.719 16.902 39.512 17.676 c +39.164 18.961 39.602 20.961 39.895 22.039 c +40.199 23.156 39.688 24.637 39.316 25.715 c +40.32 26.645 42.578 29.457 42.828 30.098 c +42.945 30.406 42.992 30.73 43.051 31.184 c +43.113 31.652 43.203 32.297 43.422 33.227 c +43.699 34.398 44.367 34.957 44.73 35.184 c +44.77 34.191 44.504 33.656 44.316 33.301 c +44.242 33.156 44.184 33.035 44.148 32.926 c +43.852 31.945 44.008 31.043 44.203 29.902 c +h +44.52 36.625 m +44.598 36.305 44.648 36.023 44.684 35.762 c +44.328 35.586 43.293 34.957 42.91 33.348 c +42.688 32.395 42.594 31.734 42.531 31.254 c +42.473 30.824 42.434 30.539 42.336 30.289 c +42.145 29.797 40.18 27.309 39.129 26.266 c +39.074 26.434 39.031 26.586 39 26.715 c +38.91 27.133 39.219 27.578 39.543 28.047 c +39.875 28.527 40.215 29.02 40.25 29.602 c +40.277 30.09 40.164 30.305 40.047 30.539 c +39.883 30.855 39.656 31.293 39.711 33.043 c +39.793 35.598 40.242 37.48 40.344 37.883 c +40.906 38.52 42.137 39.531 42.422 39.766 c +42.652 39.648 42.898 39.574 43.148 39.574 c +43.199 39.574 43.246 39.578 43.293 39.586 c +43.758 39.637 44.266 40.031 44.59 40.324 c +44.723 39.715 44.633 39.215 44.539 38.695 c +44.426 38.086 44.316 37.453 44.52 36.625 c +h +30.316 54.621 m +30.723 54.414 31.055 54.406 31.469 54.391 c +31.75 54.383 32.07 54.371 32.512 54.301 c +32.988 54.227 33.293 54.012 33.59 53.809 c +33.91 53.586 34.242 53.352 34.73 53.352 c +34.773 53.352 34.82 53.355 34.863 53.359 c +35.797 53.438 36.348 54.113 36.793 54.66 c +36.91 54.805 l +37.277 55.25 38.02 55.34 38.027 55.344 c +38.094 55.352 l +38.109 55.359 l +38.273 55.027 38.711 54.207 39.07 53.91 c +38.875 53.766 37.133 52.57 33.43 52.57 c +33.402 52.57 33.371 52.57 33.34 52.57 c +28.84 52.59 27.02 54.176 26.75 54.438 c +27.488 55.277 28.277 55.883 28.879 56.297 c +29.078 55.863 l +29.102 55.824 29.66 54.953 30.316 54.621 c +h +33.516 56.727 m +33.766 56.57 34.164 56.453 34.578 56.453 c +34.762 56.453 34.953 56.477 35.129 56.527 c +35.227 56.555 35.34 56.613 35.453 56.691 c +37.297 55.688 l +37.027 55.578 36.727 55.406 36.504 55.141 c +36.383 54.992 l +35.984 54.5 35.531 53.945 34.82 53.883 c +34.441 53.855 34.203 54.023 33.891 54.238 c +33.562 54.469 33.188 54.727 32.594 54.824 c +32.121 54.895 31.77 54.906 31.488 54.914 c +31.094 54.93 30.859 54.938 30.555 55.094 c +30.035 55.352 29.543 56.109 29.539 56.109 c +29.324 56.59 l +29.371 56.621 29.422 56.656 29.465 56.684 c +30.461 57.25 31.691 57.055 32.426 57.559 c +32.781 57.277 33.328 56.848 33.516 56.727 c +h +32.91 60.945 m +33.18 61.395 33.227 61.586 33.262 61.707 c +33.277 61.777 33.281 61.789 33.336 61.855 c +33.34 61.863 33.906 62.559 34.543 62.34 c +35.004 62.18 35.305 62.188 35.508 62.191 c +35.605 62.195 35.672 62.195 35.715 62.18 c +35.895 62.109 35.938 62.008 36.016 61.801 c +36.078 61.621 36.16 61.398 36.387 61.23 c +36.605 61.074 36.832 61.027 37.016 60.988 c +37.258 60.941 37.34 60.918 37.398 60.762 c +37.648 60.059 36.836 58.812 36.508 58.402 c +36.066 57.891 35.301 57.129 34.98 57.031 c +34.531 56.898 34.016 57.031 33.797 57.172 c +33.621 57.281 33.031 57.75 32.652 58.051 c +32.656 58.074 32.664 58.09 32.672 58.113 c +32.828 59.086 32.496 59.41 32.078 59.828 c +32.078 59.828 31.98 59.914 31.961 59.934 c +32.219 60.117 32.613 60.453 32.91 60.945 c +h +38.418 59.09 m +38.477 58.656 38.527 58.242 38.164 57.867 c +37.777 57.473 37.035 57.656 36.652 57.773 c +36.773 57.902 36.863 58.012 36.91 58.066 c +37.055 58.242 38.289 59.84 37.891 60.938 c +37.734 61.383 37.379 61.453 37.117 61.504 c +36.965 61.535 36.82 61.566 36.699 61.656 c +36.605 61.723 36.566 61.82 36.508 61.977 c +36.43 62.203 36.316 62.512 35.906 62.672 c +35.766 62.723 35.637 62.719 35.496 62.719 c +35.316 62.715 35.086 62.711 34.715 62.836 c +33.93 63.105 33.219 62.555 32.926 62.188 c +32.805 62.043 32.777 61.953 32.75 61.836 c +32.723 61.742 32.691 61.598 32.457 61.215 c +32.137 60.684 31.676 60.367 31.508 60.266 c +31.453 60.301 31.398 60.336 31.34 60.371 c +31.105 60.52 30.668 60.785 30.676 60.918 c +30.68 61.008 30.742 61.055 30.953 61.184 c +31.148 61.297 31.387 61.441 31.52 61.719 c +31.566 61.824 31.609 61.969 31.656 62.141 c +31.738 62.445 31.844 62.828 32.051 63.004 c +32.16 63.098 32.617 63.129 32.918 63.145 c +33.293 63.168 33.617 63.191 33.828 63.293 c +33.98 63.371 34.109 63.473 34.219 63.562 c +34.398 63.707 34.535 63.82 34.758 63.828 c +35.074 63.852 35.195 63.684 35.332 63.48 c +35.43 63.336 35.555 63.152 35.781 63.129 c +35.961 63.105 36.141 63.18 36.312 63.254 c +36.551 63.352 36.715 63.41 36.844 63.348 c +36.988 63.273 37.129 62.93 37.23 62.68 c +37.34 62.406 37.434 62.168 37.594 62.035 c +37.664 61.977 37.707 61.922 37.75 61.871 c +37.871 61.723 38.012 61.555 38.414 61.398 c +38.523 61.355 38.602 61.27 38.648 61.133 c +38.758 60.805 38.664 60.336 38.512 60.082 c +38.332 59.777 38.379 59.426 38.418 59.09 c +h +31.188 37.953 m +31.09 38.402 31.051 38.77 30.996 39.074 c +30.82 40.086 30.754 40.465 30.879 41.316 c +31.027 42.312 30.68 42.863 30.348 43.402 c +30.258 43.543 30.168 43.684 30.09 43.84 c +29.75 44.496 29.395 45.359 29.648 46.234 c +29.859 46.977 30.297 48.828 29.684 49.961 c +29.25 50.773 28.578 51.809 27.832 52.16 c +27.238 52.445 25.941 52.551 25.746 52.566 c +25.836 53.027 25.945 53.402 26.074 53.574 c +26.184 53.734 26.297 53.883 26.414 54.031 c +26.836 53.625 28.77 52.066 33.336 52.039 c +33.434 52.039 l +33.652 52.039 33.859 52.047 34.066 52.055 c +34.289 51.418 34.824 49.68 34.73 49.047 c +34.691 48.785 34.613 48.656 34.535 48.52 c +34.34 48.191 34.23 47.91 34.43 47.062 c +34.555 46.555 34.672 46.176 34.77 45.863 c +34.918 45.395 35.016 45.086 35.016 44.668 c +35.016 44.402 34.898 44.094 34.773 43.766 c +34.582 43.246 34.359 42.66 34.531 42.07 c +34.633 41.711 34.742 41.426 34.84 41.18 c +34.984 40.812 35.109 40.496 35.18 40.004 c +35.242 39.598 35.188 39.449 35.113 39.246 c +35.043 39.055 34.957 38.82 34.957 38.387 c +34.957 37.723 35.523 36.973 35.98 36.371 c +36.121 36.191 36.254 36.012 36.34 35.875 c +36.375 35.844 37.344 33.645 37.551 33.188 c +37.547 33.184 l +37.547 33.184 37.555 33.168 37.57 33.148 c +37.578 33.129 37.578 33.125 37.582 33.117 c +37.305 32.477 36.645 30.977 36.223 30.18 c +35.965 29.695 35.348 28.418 35.031 26.816 c +34.465 27.309 33.383 28.277 32.949 28.848 c +32.621 29.277 32.523 29.586 32.387 30.008 c +32.285 30.32 32.156 30.715 31.898 31.246 c +31.434 32.211 30.668 32.898 30.312 33.184 c +30.289 33.281 30.262 33.359 30.23 33.402 c +30.297 33.531 30.363 33.66 30.426 33.781 c +30.539 34.004 31.652 35.809 31.188 37.953 c +h +34.836 14.43 m +33.555 14.578 32.379 15.168 31.914 15.43 c +31.523 15.652 31.309 16.051 31.246 16.184 c +31.156 16.703 31.07 17.43 31.109 18.309 c +31.129 18.766 31.148 19.098 31.164 19.383 c +31.191 19.906 31.215 20.289 31.215 21.004 c +31.215 21.496 31.145 21.719 31.031 22.059 c +30.883 22.527 30.656 23.23 30.391 25.316 c +30.062 27.891 30.219 30.02 30.336 31.582 c +30.352 31.801 30.367 32.008 30.379 32.203 c +30.387 32.18 30.398 32.164 30.406 32.145 c +30.398 32.141 l +30.406 32.129 30.414 32.109 30.422 32.098 c +30.426 32.082 30.426 32.215 30.414 32.395 c +30.746 32.062 31.152 31.594 31.43 31.02 c +31.672 30.52 31.789 30.16 31.891 29.844 c +32.031 29.41 32.152 29.035 32.531 28.531 c +33.078 27.816 34.504 26.578 34.926 26.215 c +34.824 25.473 34.789 24.676 34.891 23.867 c +34.969 23.246 35.047 22.723 35.117 22.258 c +35.332 20.793 35.461 19.914 35.316 18.289 c +35.199 16.984 34.984 15.449 34.836 14.43 c +h +32.582 13.129 m +32.664 13.148 32.742 13.152 32.812 13.152 c +32.91 13.152 33.062 12.941 33.09 12.867 c +33.297 12.266 33.234 11.145 33.113 10.949 c +32.992 10.773 31.977 10.383 31.555 10.609 c +31.02 10.898 31.012 11.148 31.074 11.359 c +31.203 11.789 32 12.996 32.582 13.129 c +h +31.047 14.359 m +31.359 12.941 l +29.27 12.941 l +31.047 14.359 l +h +33.094 13.629 m +33.043 13.652 32.992 13.668 32.941 13.676 c +32.348 13.777 31.953 13.453 31.895 13.43 c +31.883 13.414 31.863 13.402 31.848 13.391 c +31.469 15.102 l +31.531 15.059 31.59 15.016 31.66 14.977 c +31.961 14.805 32.555 14.504 33.281 14.258 c +33.094 13.629 l +h +30.809 15.441 m +30.91 14.984 l +30.398 14.578 l +29.414 21.672 l +30.395 22.176 l +30.426 22.066 30.457 21.969 30.488 21.883 c +30.59 21.566 30.641 21.406 30.641 21.004 c +30.641 20.305 30.621 19.949 30.59 19.414 c +30.574 19.129 30.555 18.793 30.535 18.332 c +30.473 16.938 30.707 15.891 30.809 15.441 c +h +29.645 29.684 m +29.594 28.41 29.605 26.922 29.82 25.242 c +29.977 24.023 30.117 23.262 30.242 22.742 c +29.328 22.277 l +28.367 29.219 l +29.645 29.684 l +h +29.773 32.902 m +29.793 32.863 29.816 32.832 29.836 32.793 c +29.824 32.461 29.797 32.062 29.766 31.621 c +29.734 31.219 29.703 30.777 29.676 30.305 c +28.285 29.801 l +28.074 31.332 l +28.625 31.793 29.32 32.402 29.773 32.902 c +h +27.301 32.715 m +27.469 31.508 l +27.383 31.438 27.293 31.363 27.211 31.297 c +27.059 31.742 l +27.055 31.75 26.848 32.301 26.918 32.922 c +26.945 33.184 27.094 33.41 27.27 33.668 c +27.48 33.984 27.715 34.344 27.762 34.84 c +27.742 34.84 l +28.109 35.258 28.73 35.043 28.973 34.934 c +29.301 34.73 29.469 34.113 29.422 33.484 c +29.43 33.473 29.441 33.465 29.449 33.453 c +29.461 33.422 29.48 33.402 29.492 33.371 c +29.168 32.992 28.586 32.457 27.988 31.941 c +27.871 32.793 l +27.301 32.715 l +h +27.125 34.973 m +27.172 34.871 27.195 34.789 27.207 34.707 c +27.141 34.43 26.992 34.199 26.836 33.961 c +26.641 33.668 26.441 33.371 26.398 32.977 c +26.316 32.234 26.559 31.586 26.566 31.566 c +26.84 30.781 l +27.246 30.66 l +27.293 30.695 27.402 30.785 27.551 30.906 c +27.734 29.602 l +26.125 29.02 l +26.125 38.879 l +26.141 38.895 l +26.312 38.711 26.516 38.578 26.695 38.465 c +26.844 38.371 26.984 38.281 27.07 38.188 c +27.312 37.926 27.242 37.547 27.102 36.953 c +26.965 36.348 26.805 35.66 27.125 34.973 c +h +28.57 12.941 m +26.125 12.941 l +26.125 23.668 l +28.57 12.941 l +h +27.43 20.637 m +28.871 21.398 l +29.863 14.242 l +29.047 13.484 l +27.43 20.637 l +h +34.664 12.98 m +33.602 12.98 l +33.598 12.996 33.555 13.16 33.531 13.277 c +33.781 14.105 l +34.094 14.02 34.422 13.957 34.758 13.914 c +34.703 13.551 34.664 13.32 34.664 13.309 c +34.66 13.293 34.652 13.156 34.664 12.98 c +h +53.195 25.902 m +53.98 26.125 54.656 26.465 55.27 26.855 c +55.145 26.254 55.055 25.359 55.332 24.477 c +56.008 22.328 55.695 19.344 55.551 18.695 c +55.434 18.191 55.035 17.344 54.898 17.062 c +54.863 17.051 54.828 17.031 54.789 17 c +54.391 17.109 53.945 17.188 53.449 17.188 c +53.387 17.188 53.324 17.188 53.258 17.184 c +52.633 17.156 52.055 17.051 51.543 16.953 c +50.957 16.84 50.449 16.746 50.016 16.797 c +49.523 16.855 49.016 16.953 48.695 17.398 c +48.316 17.926 48.27 18.859 48.547 20.172 c +49.242 23.469 50.043 24.992 53.195 25.902 c +h +55.832 24.637 m +55.465 25.793 55.844 27.039 55.941 27.324 c +56.27 27.57 56.578 27.832 56.879 28.098 c +56.758 27.469 56.703 26.629 57.039 25.988 c +58.109 23.969 58.531 21.715 58.262 19.473 c +58.176 18.758 57.852 16.355 57.766 15.703 c +57.379 15.766 56.941 16.008 56.559 16.215 c +56.414 16.293 l +56.125 16.453 55.77 16.641 55.355 16.805 c +55.488 17.07 55.93 18 56.062 18.578 c +56.242 19.371 56.535 22.402 55.832 24.637 c +h +54.191 13.773 m +54.102 13.957 53.891 14.914 54.621 15.934 c +54.773 16.148 54.879 16.289 54.957 16.391 c +55.438 16.223 55.84 16.008 56.16 15.832 c +56.305 15.754 l +56.77 15.5 57.344 15.191 57.883 15.16 c +57.992 14.93 58.156 14.516 58.234 13.961 c +58.277 13.656 58.32 13.223 58.332 12.887 c +54.664 12.887 l +54.562 13.145 54.363 13.469 54.273 13.629 c +54.242 13.688 54.211 13.734 54.191 13.773 c +h +52.336 14.566 m +52.328 14.684 52.32 14.812 52.32 14.953 c +52.32 15.449 52.137 16.113 52.012 16.5 c +52.414 16.574 52.828 16.641 53.277 16.656 c +53.691 16.668 54.066 16.621 54.41 16.539 c +54.344 16.453 54.273 16.355 54.191 16.238 c +53.32 15.016 53.566 13.852 53.723 13.539 c +53.746 13.496 53.777 13.438 53.816 13.371 c +53.988 13.062 54.281 12.547 54.223 12.078 c +54.176 11.68 53.309 11.359 52.852 11.277 c +52.449 11.203 51.945 10.988 51.316 10.613 c +50.816 10.316 49.996 9.816 49.547 9.539 c +49.508 9.754 49.453 10.035 49.414 10.316 c +49.359 10.734 49.848 11.312 50.336 11.582 c +50.719 11.789 51.023 12.086 51.352 12.453 c +51.383 12.453 l +51.383 12.484 l +51.484 12.602 51.586 12.715 51.695 12.844 c +51.887 13.062 l +52.395 13.645 52.367 14.09 52.336 14.566 c +h +64.602 16.41 m +64.617 12.891 l +60.641 12.891 l +60.559 13.082 60.504 13.262 60.5 13.457 c +60.48 14.023 61.188 15.781 61.527 16.562 c +61.719 16.555 61.922 16.559 62.168 16.586 c +62.664 16.648 63.074 16.812 63.395 17.086 c +63.629 16.848 64.086 16.469 64.602 16.41 c +h +62.848 24.141 m +63.164 22.648 63.598 19.363 63.605 19.324 c +63.605 19.316 63.754 18.359 63.266 17.711 c +63.012 17.371 62.621 17.172 62.105 17.109 c +61.633 17.055 61.309 17.098 60.961 17.145 c +60.598 17.195 60.223 17.246 59.645 17.152 c +59.145 16.965 58.98 16.68 58.828 16.402 c +58.719 16.211 58.617 16.027 58.387 15.832 c +58.359 15.812 58.332 15.805 58.309 15.785 c +58.414 16.602 58.703 18.742 58.785 19.41 c +59.066 21.754 58.625 24.117 57.504 26.234 c +57.066 27.066 57.496 28.453 57.594 28.742 c +57.613 28.762 57.633 28.781 57.652 28.797 c +59.355 30.375 60.836 31.742 63.609 31.078 c +63.562 30.836 63.512 30.609 63.461 30.402 c +62.977 28.496 62.48 25.863 62.848 24.141 c +h +62.137 41.973 m +62.41 41.984 62.684 42.016 62.945 42.062 c +63.223 41.414 64.051 39.379 64.121 37.973 c +64.188 36.555 64.078 33.906 63.734 31.777 c +63.727 31.715 63.719 31.656 63.707 31.594 c +60.672 32.309 59.031 30.789 57.293 29.184 c +56.094 28.074 54.855 26.926 53.047 26.406 c +51.625 25.996 50.648 25.457 49.93 24.719 c +50.16 25.379 50.695 26.367 51.949 27.117 c +52.617 27.516 53.039 28.227 53.449 28.918 c +53.723 29.379 54.008 29.855 54.355 30.23 c +55.27 31.195 55.777 31.691 56.512 32.336 c +56.758 32.547 l +57.418 33.121 58.043 33.668 58.93 34.883 c +59.801 36.074 60.965 38.078 61.633 40.137 c +61.926 41.043 62.066 41.613 62.137 41.973 c +h +60.906 44.227 m +60.789 43.953 60.695 43.699 60.824 43.504 c +60.863 43.445 60.957 43.344 61.137 43.344 c +61.148 43.344 l +61.273 43.348 l +61.734 43.355 62.363 43.363 62.719 43.875 c +62.977 44.246 63.168 44.41 63.277 44.48 c +63.277 44.461 l +63.277 44.195 63.273 43.758 63.672 43.574 c +63.879 43.473 64.02 43.289 64.285 43.004 c +63.645 42.746 62.797 42.496 61.938 42.492 c +60.75 42.473 59.648 42.789 59.039 43.008 c +59.121 43.062 59.199 43.121 59.273 43.188 c +59.48 43.367 59.629 43.629 59.738 43.914 c +60.117 43.98 60.551 44.082 60.906 44.227 c +h +60.059 45.359 m +60.102 45.676 60.641 46.41 60.836 46.598 c +61.105 46.859 61.246 47.379 61.16 47.801 c +61.094 48.121 60.766 48.227 60.504 48.316 c +60.414 48.344 60.266 48.391 60.254 48.363 c +60.27 48.48 60.641 48.844 61.199 49.09 c +61.758 49.34 62.391 49.398 62.559 49.223 c +62.859 48.914 62.738 48.527 62.52 47.973 c +62.367 47.586 62.227 47.219 62.383 46.898 c +62.469 46.719 62.641 46.59 62.891 46.516 c +63.078 46.457 63.293 46.484 63.52 46.516 c +64.023 46.582 64.59 46.656 65.203 45.926 c +65.348 45.754 65.215 45.262 65.109 44.871 c +64.973 44.367 64.844 43.891 65.082 43.578 c +65.117 43.535 65.164 43.488 65.219 43.438 c +65.102 43.371 64.941 43.289 64.746 43.199 c +64.352 43.68 64.297 43.863 63.895 44.047 c +63.809 44.09 63.805 44.25 63.809 44.453 c +63.809 44.652 63.812 44.93 63.559 45.02 c +63.305 45.105 62.879 45.031 62.285 44.176 c +62.098 43.902 61.715 43.883 61.332 43.875 c +61.359 43.945 61.391 44.02 61.414 44.07 c +61.539 44.359 61.656 44.637 61.461 44.816 c +61.266 44.996 61 44.852 60.887 44.793 c +60.629 44.66 60.262 44.559 59.906 44.484 c +59.977 44.793 60.023 45.102 60.059 45.359 c +h +62.938 49.59 m +62.484 50.055 61.5 49.801 60.988 49.574 c +60.523 49.367 59.66 48.84 59.73 48.305 c +59.773 47.996 60.086 47.895 60.34 47.812 c +60.438 47.781 60.617 47.723 60.645 47.699 c +60.695 47.449 60.613 47.117 60.473 46.98 c +60.406 46.914 60.277 46.77 60.141 46.586 c +59.531 47.031 59.156 47.754 59.156 48.516 c +59.156 49.832 60.227 50.906 61.543 50.906 c +62.859 50.906 63.934 49.832 63.934 48.516 c +63.934 47.973 63.742 47.453 63.406 47.031 c +63.258 47.012 63.117 46.996 63.039 47.02 c +62.98 47.035 62.883 47.074 62.855 47.129 c +62.797 47.242 62.91 47.531 63.012 47.781 c +63.219 48.297 63.496 49.016 62.938 49.59 c +h +47.676 25.445 m +48.145 24.812 48.895 24.027 49.188 23.73 c +48.664 22.828 48.332 21.707 48.031 20.281 c +47.719 18.797 47.793 17.754 48.266 17.094 c +48.746 16.422 49.504 16.332 49.953 16.273 c +50.422 16.215 50.941 16.305 51.488 16.406 c +51.598 16.07 51.793 15.406 51.793 14.953 c +51.793 14.797 51.801 14.66 51.809 14.531 c +51.84 14.094 51.855 13.828 51.488 13.406 c +51.297 13.188 l +51.23 13.113 51.176 13.047 51.113 12.98 c +43.227 12.98 l +43.125 12.926 42.535 12.98 42.461 12.98 c +42.406 12.98 41.953 13.02 41.766 13.008 c +41.746 12.996 41.727 12.988 41.707 12.984 c +41.711 12.98 l +40.031 12.98 l +40.02 13.117 40.008 13.309 39.992 13.531 c +41.066 13.609 42.605 14.051 42.891 14.172 c +43.348 14.363 43.637 14.648 43.754 15.016 c +43.973 15.695 43.52 16.426 43.25 16.867 c +43.191 16.965 43.141 17.039 43.121 17.09 c +43.105 17.086 l +43.105 17.09 43.102 17.098 43.098 17.102 c +42.922 17.43 42.758 17.738 42.668 17.973 c +42.398 18.691 42.414 21.156 42.816 22.906 c +43.051 23.918 43.469 24.457 43.914 25.027 c +44.215 25.41 44.527 25.809 44.77 26.359 c +45.148 27.219 45.016 28.242 44.785 29.602 c +44.719 29.992 l +44.527 31.105 44.391 31.91 44.652 32.773 c +44.68 32.855 44.727 32.949 44.785 33.059 c +45.078 33.621 45.566 34.57 45.031 36.754 c +44.852 37.473 44.953 38.02 45.055 38.598 c +45.176 39.254 45.297 39.926 45 40.824 c +44.785 41.48 45.066 42.902 45.328 43.48 c +45.859 42.633 46.621 41.961 47.031 41.637 c +46.582 41.051 46.352 40.379 46.594 39.621 c +46.848 38.824 47.141 38.293 47.395 37.828 c +47.82 37.055 48.098 36.547 47.961 35.301 c +47.871 34.527 47.805 33.797 47.738 33.109 c +47.629 31.918 47.531 30.895 47.375 29.973 c +47.168 28.727 46.996 26.371 47.676 25.445 c +h +47.855 38.082 m +47.613 38.527 47.336 39.031 47.094 39.781 c +46.562 41.445 49.281 42.82 50.438 43.406 c +50.59 43.48 50.719 43.547 50.871 43.633 c +51.812 44.137 52.977 44.77 54.367 44.453 c +54.555 44.41 54.805 44.352 55.094 44.309 c +54.926 43.762 54.461 42.355 53.852 41.508 c +53.039 40.367 51.738 38.906 51.277 38.605 c +50.672 38.211 49.832 36.918 49.547 35.949 c +49.379 35.363 48.918 33.793 48.27 33.121 c +48.332 33.785 48.398 34.492 48.484 35.242 c +48.641 36.656 48.293 37.285 47.855 38.082 c +h +63.457 62.223 m +63.309 63.043 63.012 63.812 62.598 64.508 c +64.297 64.848 65.617 65.242 66.527 65.68 c +66.527 63.297 l +65.883 62.922 65.043 62.535 63.457 62.223 c +h +63.539 61.656 m +65.004 61.941 65.871 62.289 66.527 62.645 c +66.527 48.996 l +66.477 49.086 66.43 49.168 66.375 49.258 c +66.301 49.387 l +66.25 49.469 66.152 49.586 65.984 49.77 c +65.383 50.453 63.969 52.047 63.711 54.125 c +63.531 55.555 62.695 56.66 62.348 57.062 c +63.152 58.219 63.574 59.574 63.574 60.988 c +63.574 61.215 63.562 61.438 63.539 61.656 c +h +60.879 56.844 m +61.027 56.793 61.188 56.773 61.344 56.773 c +61.523 56.773 61.695 56.797 61.848 56.832 c +61.949 56.723 62.656 55.934 63.016 54.809 c +62.719 54.895 61.977 55.426 61.977 55.426 c +61.934 55.457 61.031 56.062 59.984 56.09 c +59.57 56.098 59.008 55.914 58.695 55.805 c +58.695 55.844 58.703 55.887 58.699 55.918 c +58.672 56.191 58.617 56.461 58.57 56.656 c +58.582 56.656 58.543 56.801 58.516 56.883 c +58.5 56.93 58.492 56.961 58.488 56.965 c +58.484 56.965 l +58.395 57.246 58.371 57.555 58.445 57.836 c +58.656 58.641 58.574 60.082 58.504 60.871 c +58.461 61.359 58.113 62.598 57.371 63.059 c +57.125 63.211 56.84 63.32 56.543 63.395 c +56.848 63.652 57.219 63.852 57.969 63.812 c +58.289 63.793 58.625 63.578 58.914 63.211 c +59.387 62.605 59.629 61.738 59.512 61.102 c +59.477 60.922 l +59.273 59.91 58.805 57.535 60.879 56.844 c +h +52.383 57.973 m +52.172 58.324 51.953 58.688 51.965 59.035 c +51.98 59.426 52.137 59.676 52.301 59.938 c +52.48 60.223 52.668 60.52 52.633 60.961 c +52.574 61.625 52.766 63.211 53.703 63.594 c +54.496 63.922 54.945 63.738 55.246 63.473 c +54.863 63.426 54.52 63.305 54.273 63.109 c +53.598 62.578 53.414 62.059 53.316 61.582 c +53.262 61.324 53.102 59.684 53.137 59.188 c +53.176 58.555 53.418 57.941 53.543 57.676 c +53.539 57.672 l +53.539 57.672 53.672 57.469 53.727 57.039 c +53.781 56.629 53.801 55.746 53.797 55.34 c +53.527 55.262 52.969 55.117 52.453 55.109 c +52.254 55.102 52.047 55.113 51.945 55.117 c +51.883 55.125 51.824 55.125 51.754 55.141 c +51.309 55.223 50.949 55.32 50.703 55.395 c +50.617 55.688 50.559 56.133 50.734 56.215 c +50.859 56.27 51.055 56.23 51.262 56.191 c +51.672 56.109 52.23 56 52.645 56.602 c +52.941 57.039 52.656 57.512 52.383 57.973 c +h +52.676 67.547 m +52.676 72.973 l +52.676 73.777 55.352 75.637 55.824 75.973 c +56.621 75.387 58.477 73.805 58.645 72.738 c +58.645 67.602 l +58.02 67.789 57.355 67.895 56.668 67.895 c +55.918 67.895 55.195 67.77 54.52 67.547 c +52.676 67.547 l +h +53.316 67.02 m +52.102 66.34 51.113 65.305 50.492 64.055 c +48.621 64.32 47.004 64.781 45.883 65.324 c +46.062 65.41 46.266 65.629 46.266 65.629 c +46.441 65.836 46.551 66.094 46.551 66.383 c +46.551 66.617 46.48 66.836 46.359 67.02 c +53.316 67.02 l +h +38.719 78.281 m +38.719 83.75 l +52.062 83.75 l +52.062 78.281 l +50.938 78.281 l +50.938 77.754 l +52.062 77.754 l +52.062 67.547 l +51.242 67.547 l +50.852 70.48 46.312 77.5 45.66 78.496 c +45.66 81.16 l +45.047 81.16 l +45.047 78.48 l +44.355 77.441 39.969 70.734 39.59 67.547 c +38.719 67.547 l +38.719 77.754 l +39.844 77.754 l +39.844 78.281 l +38.719 78.281 l +h +30.758 67.02 m +29.891 66.535 29.141 65.863 28.555 65.066 c +26.629 65.441 25.148 65.895 24.273 66.383 c +24.262 66.363 l +24.262 67.02 l +30.758 67.02 l +h +27.184 75.801 m +28.035 75.176 30.031 73.512 30.086 72.414 c +30.086 67.547 l +24.262 67.547 l +24.262 73.414 l +25.32 74.441 26.734 75.477 27.184 75.801 c +h +24.262 78.281 m +24.262 78.926 l +30.086 82.109 l +30.086 73.727 l +29.293 74.828 27.887 75.902 27.438 76.227 c +27.438 78.324 l +26.891 78.324 l +26.891 76.199 l +26.477 75.906 25.293 75.039 24.262 74.094 c +24.262 77.754 l +25.523 77.754 l +25.523 78.281 l +24.262 78.281 l +h +25.586 26.031 m +25.586 11.426 l +24.262 11.43 l +24.262 62.664 l +24.832 62.367 25.703 62.027 27.25 61.723 c +27.223 61.48 27.207 61.238 27.207 60.988 c +27.207 59.445 27.707 57.988 28.648 56.773 c +27.809 56.207 26.598 55.281 25.645 53.879 c +25.023 53.043 24.953 49.777 24.953 49.742 c +24.93 48.656 25.266 47.023 25.453 46.395 c +25.66 45.68 25.574 44.988 25.508 44.434 c +25.48 44.211 25.457 44.008 25.453 43.832 c +25.445 43.555 25.324 43.016 25.203 42.492 c +25.07 41.891 24.941 41.316 24.953 41.008 c +24.969 40.289 25.305 39.656 25.586 39.234 c +25.586 28.824 l +24.996 28.609 l +25.586 26.031 l +h +27.695 9.344 m +27.699 11.422 l +26.125 11.426 l +26.125 12.488 l +28.676 12.488 l +28.68 12.473 l +28.695 12.488 l +31.109 12.488 l +30.832 12.094 30.629 11.703 30.57 11.512 c +30.457 11.129 30.488 10.586 31.309 10.148 c +31.473 10.059 31.68 10.02 31.906 10.02 c +32.566 10.02 33.363 10.352 33.562 10.672 c +33.758 10.984 33.793 11.801 33.711 12.453 c +34.77 12.453 l +34.863 12.211 35.027 11.98 35.316 11.867 c +35.379 11.844 l +35.609 11.75 35.801 11.691 35.992 11.691 c +36.309 11.691 36.633 11.859 37.148 12.324 c +37.371 11.918 37.574 11.664 37.789 11.535 c +37.949 11.438 38.137 11.211 38.316 10.988 c +38.656 10.574 39.039 10.105 39.547 10.105 c +39.648 10.105 39.77 10.098 39.898 10.094 c +40.07 10.086 40.258 10.078 40.445 10.078 c +41.125 10.078 41.816 10.172 41.949 10.719 c +42.16 11.613 41.227 12.008 40.668 12.238 c +40.508 12.309 40.363 12.363 40.27 12.426 c +40.262 12.43 40.25 12.445 40.238 12.453 c +50.617 12.453 l +50.445 12.285 50.273 12.148 50.082 12.043 c +49.438 11.688 48.801 10.938 48.895 10.242 c +48.941 9.902 49.004 9.57 49.051 9.344 c +27.695 9.344 l +h +42.336 6.457 m +42.336 5.574 l +41.699 5.625 41.141 5.652 40.723 5.664 c +39.562 5.695 38.824 5.574 38.152 5.387 c +38.152 8.816 l +41.422 8.816 l +39.844 6.461 l +42.336 6.457 l +h +40.801 6.945 m +42.059 8.816 l +42.336 8.816 l +42.336 6.945 l +40.801 6.945 l +h +58.84 12.891 m +58.84 12.891 58.805 13.68 58.754 14.039 c +58.68 14.559 58.539 14.969 58.422 15.246 c +58.527 15.289 58.629 15.348 58.723 15.43 c +59.031 15.688 59.172 15.941 59.285 16.145 c +59.426 16.391 59.508 16.539 59.777 16.645 c +60.227 16.715 60.547 16.672 60.891 16.621 c +60.918 16.617 60.949 16.613 60.977 16.609 c +60.668 15.891 59.953 14.129 59.973 13.438 c +59.98 13.246 60.023 13.066 60.082 12.891 c +60.082 12.891 60.086 12.891 60.086 12.891 c +60.137 12.758 60.445 12.125 60.555 11.938 c +60.754 11.598 60.977 11.215 61.184 10.73 c +61.285 10.484 61.293 10.285 61.199 10.109 c +61.012 9.758 60.441 9.574 60.266 9.539 c +59.754 9.492 59.102 9.527 58.945 9.645 c +58.82 9.742 58.848 10.387 58.859 10.695 c +58.871 10.941 58.832 12.758 58.84 12.891 c +h +66.52 16.98 m +66.52 11.426 l +65.227 11.43 l +65.203 16.453 l +65.758 16.551 66.203 16.73 66.52 16.98 c +h +66.512 17.672 m +66.48 17.637 66.445 17.602 66.406 17.57 c +66.336 17.488 66.254 17.418 66.152 17.371 c +65.77 17.082 65.195 16.969 64.793 16.926 c +64.418 16.879 63.973 17.246 63.742 17.484 c +64.293 18.305 64.133 19.363 64.125 19.402 c +64.109 19.535 63.688 22.734 63.363 24.25 c +63.09 25.52 63.309 27.656 63.969 30.273 c +64.074 30.688 64.168 31.164 64.254 31.695 c +64.602 33.855 64.715 36.555 64.645 37.996 c +64.578 39.441 63.793 41.418 63.469 42.18 c +63.543 42.199 63.617 42.219 63.688 42.238 c +66.449 38.949 66.488 36.637 66.508 35.383 c +66.52 17.672 l +66.52 17.672 66.516 17.672 66.512 17.672 c +h +67.055 67.547 m +67.055 73.406 l +75.75 66.766 80.93 56.328 80.93 45.387 c +80.93 43.883 80.828 42.387 80.637 40.91 c +77 40.91 l +77 40.91 76.977 44.711 76.969 47.438 c +78.98 45.566 l +79.371 45.984 l +76.945 48.234 l +76.941 49.363 76.941 51.816 76.941 51.816 c +76.992 51.691 77.113 51.598 77.262 51.598 c +77.453 51.598 77.609 51.754 77.609 51.949 c +77.609 52.141 77.453 52.293 77.262 52.293 c +77.113 52.293 76.992 52.207 76.941 52.078 c +76.941 52.988 l +76.992 52.863 77.113 52.773 77.262 52.773 c +77.453 52.773 77.609 52.926 77.609 53.121 c +77.609 53.312 77.453 53.469 77.262 53.469 c +77.113 53.469 76.992 53.379 76.941 53.25 c +76.941 54.16 l +76.992 54.035 77.113 53.945 77.262 53.945 c +77.453 53.945 77.609 54.102 77.609 54.293 c +77.609 54.484 77.453 54.641 77.262 54.641 c +77.113 54.641 76.992 54.551 76.941 54.422 c +76.941 54.816 l +76.812 54.816 l +76.922 54.871 77 54.984 77 55.117 c +77 55.312 76.844 55.469 76.652 55.469 c +76.461 55.469 76.305 55.312 76.305 55.117 c +76.305 54.984 76.383 54.871 76.492 54.816 c +76.367 54.816 l +76.367 54.457 l +76.309 54.566 76.195 54.641 76.066 54.641 c +75.875 54.641 75.719 54.484 75.719 54.293 c +75.719 54.102 75.875 53.945 76.066 53.945 c +76.195 53.945 76.309 54.02 76.367 54.129 c +76.367 53.285 l +76.309 53.391 76.195 53.469 76.066 53.469 c +75.875 53.469 75.719 53.312 75.719 53.121 c +75.719 52.926 75.875 52.773 76.066 52.773 c +76.195 52.773 76.309 52.848 76.367 52.953 c +76.367 52.113 l +76.309 52.219 76.195 52.293 76.066 52.293 c +75.875 52.293 75.719 52.141 75.719 51.949 c +75.719 51.754 75.875 51.598 76.066 51.598 c +76.195 51.598 76.309 51.672 76.367 51.781 c +76.367 48.391 l +73.352 48.383 l +73.352 48.453 73.312 59.613 73.312 59.613 c +73.363 59.488 73.488 59.398 73.633 59.398 c +73.828 59.398 73.98 59.555 73.98 59.746 c +73.98 59.938 73.828 60.094 73.633 60.094 c +73.488 60.094 73.363 60.004 73.312 59.879 c +73.312 60.785 l +73.363 60.66 73.488 60.57 73.633 60.57 c +73.828 60.57 73.98 60.727 73.98 60.918 c +73.98 61.109 73.828 61.266 73.633 61.266 c +73.488 61.266 73.363 61.176 73.312 61.051 c +73.312 61.961 l +73.363 61.836 73.488 61.742 73.633 61.742 c +73.828 61.742 73.98 61.898 73.98 62.094 c +73.98 62.285 73.828 62.438 73.633 62.438 c +73.488 62.438 73.363 62.348 73.312 62.223 c +73.312 62.613 l +73.188 62.613 l +73.297 62.668 73.375 62.781 73.375 62.918 c +73.375 63.105 73.219 63.266 73.027 63.266 c +72.836 63.266 72.68 63.105 72.68 62.918 c +72.68 62.781 72.758 62.668 72.867 62.613 c +72.738 62.613 l +72.738 62.258 l +72.68 62.363 72.57 62.438 72.438 62.438 c +72.246 62.438 72.09 62.285 72.09 62.094 c +72.09 61.898 72.246 61.742 72.438 61.742 c +72.57 61.742 72.68 61.82 72.738 61.926 c +72.738 61.086 l +72.68 61.191 72.57 61.266 72.438 61.266 c +72.246 61.266 72.09 61.109 72.09 60.918 c +72.09 60.727 72.246 60.57 72.438 60.57 c +72.57 60.57 72.68 60.645 72.738 60.754 c +72.738 59.91 l +72.68 60.016 72.57 60.094 72.438 60.094 c +72.246 60.094 72.09 59.938 72.09 59.746 c +72.09 59.555 72.246 59.398 72.438 59.398 c +72.57 59.398 72.68 59.473 72.738 59.582 c +72.738 53.355 l +71.66 58.262 68.934 61.941 67.055 63.262 c +67.055 67.02 l +68.527 67.02 l +68.527 67.547 l +67.055 67.547 l +h +52.777 85.16 m +52.777 84.281 l +37.969 84.281 l +37.969 85.16 l +52.777 85.16 l +h +45.617 86.832 m +46.594 86.832 l +46.594 87.355 l +45.617 87.355 l +45.617 88.68 l +48.312 88.617 50.715 87.422 51.668 85.688 c +45.617 85.688 l +45.617 86.832 l +h +45.57 89.512 m +21.402 89.512 1.742 69.848 1.742 45.684 c +1.742 30.324 9.691 16.789 21.688 8.961 c +21.914 8.816 l +28.742 4.418 36.859 1.855 45.57 1.855 c +69.738 1.855 89.398 21.516 89.398 45.684 c +89.398 69.848 69.738 89.512 45.57 89.512 c +f +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF diff --git a/logo.pdf b/logo.pdf new file mode 100644 index 0000000..20e6e15 Binary files /dev/null and b/logo.pdf differ diff --git a/unibrief.lco b/unibrief.lco new file mode 100644 index 0000000..9a2f7fb --- /dev/null +++ b/unibrief.lco @@ -0,0 +1,96 @@ +% +% version 1.0 15 january 2018 MH +% +\ProvidesFile{unibrief.lco}[letter-class-option file] + +\KOMAoptions{ + fontsize=10pt, + foldmarks=MPvb, + backaddress=plain, +% fromlogo, +% fromalign=right, + pagenumber=footright, + refline=nodate +} + + +% font stuff +\RequirePackage[stretch=10]{microtype} +\RequirePackage{libertine} +\RequirePackage[T1]{fontenc} +\RequirePackage[libertine]{newtxmath} + +\RequirePackage{lastpage} +\RequirePackage{graphicx} + +% logo +\@addtoplength{firstheadvpos}{4mm} +\setkomavar{fromlogo}{% +\hspace*{-5mm}\includegraphics[width=81mm]{logo}} +\setkomavar{firsthead}{\usekomavar{fromlogo}\hfill} + +\setkomavar{backaddress}{Universit{\"a}t Leipzig, Fakult{\"a}t f{\"u}r Mathematik und Informatik, 04081 Leipzig} + +\setlength{\oddsidemargin}{\useplength{toaddrhpos}}% +\addtolength{\oddsidemargin}{-1in}% + +\setlength{\textwidth}{12.7cm} +\@setplength{locvpos}{\useplength{firstheadvpos}} +\@setplength{locwidth}{46mm} +\@setplength{lochpos}{10mm} +\@setplength{locheight}{27.2cm} +\@setplength{backaddrheight}{1.4cm} + + +% rechte Spalte +\setkomavar{location}{% + \begin{tabular}[t]{l@{}} + {}\\[2mm] + \textbf{Fakult{\"{a}}t f{\"{u}}r}\\ + \textbf{Mathematik und Informatik}\\[2pt] + \textbf{Mathematisches Institut}\\[2pt] + \usekomavar{fromname} + \end{tabular}% +\\[45mm] + {\small + \begin{tabular}[t]{l@{}} + Telefon \usekomavar{fromphone}\\ + Telefax \usekomavar{fromfax}\\ + \usekomavar{fromemail}\\[12mm] + \usekomavar{date}\\[22mm] + \textbf{Universit{\"a}t Leipzig}\\[1mm] + \textrm{Fakult{\"{a}}t f{\"{u}}r Mathematik}\\ + \textrm{und Informatik}\\[1mm] + \textrm{Mathematisches Institut}\\[1mm] + Augustusplatz 10\\[0mm] + 04109 Leipzig\\[5mm] + \textbf{Telefon}\\[0mm] + +49\,341\,97-32100\\[5mm] + \textbf{Fax}\\[0mm] + +49\,341\,97-32199\\[5mm] + \textbf{E-Mail}\\[0mm] + matinf@math.uni-leipzig.de\\[5mm] + \textbf{Web}\\[0mm] + www.math.uni-leipzig.de\\[5mm] + \textbf{Postfach intern}\\[0mm] + PF~211101\\[8mm] + \end{tabular}% + } +\vfill + {\usekomafont{pagenumber}{\thepage}|\usekomafont{pagenumber}{\pageref{LastPage}}} +} + + +% page numbers +\renewcommand{\pagemark}{{\usekomafont{pagenumber}{\thepage}|\usekomafont{pagenumber}{\pageref{LastPage}}}} +\setkomavar{firstfoot}{\hfill} + + +% signature left aligned +\@setplength{sigindent}{0pt} +\renewcommand{\raggedsignature}{\raggedright} + + +\endinput + +%--------------------------------EOF----------------------------------------------