From 8a5a56ae627dd9c0432428c9dab05562f9b86e1d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 23 Mar 2021 22:30:47 +0000 Subject: uantwerpendocs (23mar21) git-svn-id: svn://tug.org/texlive/trunk@58669 c570f23f-e606-0410-a88d-b1316a301751 --- .../logo-uantwerpen-ti-nl-cmyk-mono-white.eps | 1509 ++++++++++++++++++++ 1 file changed, 1509 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-mono-white.eps (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-mono-white.eps') diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-mono-white.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-mono-white.eps new file mode 100644 index 00000000000..395128652d8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-mono-white.eps @@ -0,0 +1,1509 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%Produced by poppler pdftops version: 20.09.0 (http://poppler.freedesktop.org) +%%Creator: Adobe Illustrator(R) 25.0 +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%BoundingBox: 0 0 407 103 +%%HiResBoundingBox: 0 0 407 103 +%%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 407 103 re +W +q +q +[0.1 0 0 0.1 0 0] cm +q +0 0 4061.38 1020.47 re +W +/DeviceCMYK {} cs +[0 0 0 0] sc +757.438 446.738 m +756.523 327.148 675.668 182.93 474.719 182.93 c +267.688 182.93 177.816 320.535 177.816 454.707 c +177.816 808.926 l +321.211 808.926 l +321.211 461.992 l +321.211 332.629 409.387 267.402 496.469 267.402 c +608.285 267.402 659.023 356.609 654.691 480 c +500.082 558.086 406.051 506.379 406.051 506.379 c +406.051 506.379 453.633 689.551 654.691 623.547 c +654.691 808.926 l +757.613 808.926 l +757.613 588.652 l +885.637 552.344 926.609 578.555 952.234 608.145 c +971.418 533.605 904.16 424.121 757.438 446.738 c +h +969.449 1020.47 m +51.0195 1020.47 l +22.9609 1020.47 0 997.512 0 969.445 c +0 51.0156 l +0 22.9609 22.9609 0 51.0195 0 c +969.449 0 l +997.512 0 1020.47 22.9609 1020.47 51.0156 c +1020.47 969.445 l +1020.47 997.512 997.512 1020.47 969.449 1020.47 c +f +1354.85 725.02 m +1314.38 725.02 1282.08 746.035 1282.08 789.395 c +1282.08 906.848 l +1319.91 906.848 l +1319.91 793.867 l +1319.91 765.488 1341.2 754.707 1359.33 754.707 c +1378.76 754.707 1396.9 765.488 1396.9 792.813 c +1396.9 906.848 l +1434.21 906.848 l +1434.21 792.813 l +1434.21 748.672 1402.69 725.02 1354.85 725.02 c +f +1561.96 728.176 m +1561.96 809.102 l +1561.96 827.754 1551.98 837.219 1535.42 837.219 c +1525.97 837.219 1516.77 834.324 1510.21 830.117 c +1510.21 728.176 l +1475.24 728.176 l +1475.24 860.859 l +1508.88 863.496 l +1508.37 845.098 l +1509.4 845.098 l +1519.13 855.879 1535.17 865.332 1553.56 865.332 c +1577.2 865.332 1596.65 849.57 1596.65 819.355 c +1596.65 728.176 l +1561.96 728.176 l +f +1633.47 728.176 m +1633.47 862.18 l +1668.68 862.18 l +1668.68 728.176 l +1633.47 728.176 l +h +1651.08 886.875 m +1641.08 886.875 1632.69 895.293 1632.69 905.527 c +1632.69 915.781 1641.08 923.66 1651.08 923.66 c +1661.32 923.66 1669.46 915.781 1669.46 905.527 c +1669.46 895.293 1661.32 886.875 1651.08 886.875 c +f +1770.65 727.383 m +1741.22 727.383 l +1687.61 862.18 l +1727.02 862.18 l +1750.95 791.23 l +1754.87 780.195 1758.04 761.277 1758.04 761.277 c +1758.04 761.277 1761.18 779.941 1765.13 791.23 c +1789.03 862.18 l +1824.5 862.18 l +1770.65 727.383 l +f +1897.06 842.473 m +1880.24 842.473 1869.74 826.445 1867.9 810.41 c +1924.38 810.41 l +1924.38 828.027 1914.4 842.473 1897.06 842.473 c +h +1955.4 790.188 m +1866.59 790.188 l +1867.37 768.113 1882.1 751.301 1906.79 751.301 c +1922.55 751.301 1936.75 754.707 1952.51 760.762 c +1950.93 736.055 l +1934.64 729.492 1918.62 725.281 1897.33 725.281 c +1857.12 725.281 1832.69 753.137 1832.69 792.551 c +1832.69 835.383 1860.54 865.332 1899.95 865.332 c +1938.06 865.332 1956.71 839.316 1956.71 809.363 c +1956.71 803.32 1956.18 794.91 1955.4 790.188 c +f +2062.9 825.652 m +2056.06 829.602 2047.14 832.227 2038.74 832.227 c +2030.6 832.227 2022.71 828.809 2018.23 824.082 c +2018.23 728.176 l +1983.29 728.176 l +1983.29 860.859 l +2016.4 863.75 l +2015.34 839.844 l +2016.4 839.844 l +2023.23 854.824 2036.1 865.332 2050.56 865.332 c +2056.87 865.332 2063.96 863.75 2068.43 861.133 c +2062.9 825.652 l +f +2120.48 725.281 m +2103.13 725.281 2089.21 728.965 2077.65 735.273 c +2081.59 761.543 l +2093.66 755.234 2108.64 751.035 2121.53 751.035 c +2132.57 751.035 2142.55 754.707 2142.55 764.434 c +2142.55 785.723 2081.85 780.984 2081.85 823.816 c +2081.85 850.879 2106.55 865.332 2135.19 865.332 c +2149.38 865.332 2164.09 861.387 2173.82 857.188 c +2169.87 831.965 l +2159.62 835.898 2145.97 839.578 2133.35 839.578 c +2123.9 839.578 2115.75 835.898 2115.75 828.281 c +2115.75 807.266 2176.71 811.465 2176.71 769.16 c +2176.71 740 2151.22 725.281 2120.48 725.281 c +f +2204.31 728.176 m +2204.31 862.18 l +2239.52 862.18 l +2239.52 728.176 l +2204.31 728.176 l +h +2221.92 886.875 m +2211.92 886.875 2203.53 895.293 2203.53 905.527 c +2203.53 915.781 2211.92 923.66 2221.92 923.66 c +2232.16 923.66 2240.3 915.781 2240.3 905.527 c +2240.3 895.293 2232.16 886.875 2221.92 886.875 c +f +2317.59 725.281 m +2293.94 725.281 2278.7 740 2278.7 762.598 c +2278.7 770.215 2279.48 805.156 2279.48 826.184 c +2279.48 837.48 l +2266.87 837.48 l +2266.87 851.145 l +2310.22 891.348 l +2313.64 891.348 l +2313.64 862.18 l +2356.2 862.18 l +2356.2 837.48 l +2313.64 837.48 l +2313.64 835.383 2313.12 792.551 2313.12 774.414 c +2313.12 760.234 2321.53 753.926 2334.4 753.926 c +2341.24 753.926 2349.38 754.707 2357.26 757.344 c +2357.26 733.164 l +2345.97 728.438 2332.57 725.281 2317.59 725.281 c +f +2433.49 842.473 m +2416.67 842.473 2406.16 826.445 2404.33 810.41 c +2460.81 810.41 l +2460.81 828.027 2450.83 842.473 2433.49 842.473 c +h +2491.81 790.188 m +2403 790.188 l +2403.8 768.113 2418.51 751.301 2443.21 751.301 c +2458.97 751.301 2473.15 754.707 2488.92 760.762 c +2487.35 736.055 l +2471.06 729.492 2455.03 725.281 2433.74 725.281 c +2393.54 725.281 2369.11 753.137 2369.11 792.551 c +2369.11 835.383 2396.96 865.332 2436.38 865.332 c +2474.48 865.332 2493.13 839.316 2493.13 809.363 c +2493.13 803.32 2492.61 794.91 2491.81 790.188 c +f +2520.48 728.176 m +2520.48 862.18 l +2555.69 862.18 l +2555.69 728.176 l +2520.48 728.176 l +h +2538.1 886.875 m +2528.1 886.875 2519.7 895.293 2519.7 905.527 c +2519.7 915.781 2528.1 923.66 2538.1 923.66 c +2548.33 923.66 2556.47 915.781 2556.47 905.527 c +2556.47 895.293 2548.33 886.875 2538.1 886.875 c +f +2633.76 725.281 m +2610.11 725.281 2594.87 740 2594.87 762.598 c +2594.87 770.215 2595.65 805.156 2595.65 826.184 c +2595.65 837.48 l +2583.04 837.48 l +2583.04 851.145 l +2626.4 891.348 l +2629.81 891.348 l +2629.81 862.18 l +2672.37 862.18 l +2672.37 837.48 l +2629.81 837.48 l +2629.81 835.383 2629.29 792.551 2629.29 774.414 c +2629.29 760.234 2637.71 753.926 2650.58 753.926 c +2657.41 753.926 2665.56 754.707 2673.43 757.344 c +2673.43 733.164 l +2662.14 728.438 2648.74 725.281 2633.76 725.281 c +f +2822.18 854.297 m +2819.81 861.387 2817.71 875.313 2817.71 875.313 c +2817.71 875.313 2815.62 861.914 2812.98 854.297 c +2794.6 800.691 l +2840.83 800.691 l +2822.18 854.297 l +h +2863.96 728.176 m +2847.67 775.203 l +2788.02 775.203 l +2772.26 728.176 l +2733.62 728.176 l +2798.53 906.848 l +2840.05 906.848 l +2904.95 728.176 l +2863.96 728.176 l +f +3012.47 728.176 m +3012.47 809.102 l +3012.47 827.754 3002.49 837.219 2985.93 837.219 c +2976.47 837.219 2967.28 834.324 2960.71 830.117 c +2960.71 728.176 l +2925.75 728.176 l +2925.75 860.859 l +2959.38 863.496 l +2958.88 845.098 l +2959.91 845.098 l +2969.64 855.879 2985.67 865.332 3004.07 865.332 c +3027.71 865.332 3047.16 849.57 3047.16 819.355 c +3047.16 728.176 l +3012.47 728.176 l +f +3123.13 725.281 m +3099.48 725.281 3084.25 740 3084.25 762.598 c +3084.25 770.215 3085.03 805.156 3085.03 826.184 c +3085.03 837.48 l +3072.41 837.48 l +3072.41 851.145 l +3115.77 891.348 l +3119.19 891.348 l +3119.19 862.18 l +3161.75 862.18 l +3161.75 837.48 l +3119.19 837.48 l +3119.19 835.383 3118.66 792.551 3118.66 774.414 c +3118.66 760.234 3127.08 753.926 3139.95 753.926 c +3146.79 753.926 3154.93 754.707 3162.8 757.344 c +3162.8 733.164 l +3151.51 728.438 3138.12 725.281 3123.13 725.281 c +f +3333.37 727.383 m +3305.52 727.383 l +3280.03 793.867 l +3276.08 804.109 3273.45 821.719 3273.45 821.719 c +3273.45 821.719 3269.5 804.375 3265.83 793.867 c +3241.12 727.383 l +3214.07 727.383 l +3168.1 862.18 l +3206.46 862.18 l +3225.36 796.23 l +3228.53 785.723 3231.67 765.488 3231.67 765.488 c +3231.67 765.488 3235.62 785.195 3239.29 795.969 c +3262.69 862.18 l +3288.43 862.18 l +3312.86 795.969 l +3317.06 785.195 3320.22 766.016 3320.22 766.016 c +3320.22 766.016 3323.12 785.723 3326.53 796.484 c +3345.19 862.18 l +3379.6 862.18 l +3333.37 727.383 l +f +3454.27 842.473 m +3437.45 842.473 3426.94 826.445 3425.11 810.41 c +3481.59 810.41 l +3481.59 828.027 3471.61 842.473 3454.27 842.473 c +h +3512.61 790.188 m +3423.8 790.188 l +3424.58 768.113 3439.31 751.301 3463.99 751.301 c +3479.76 751.301 3493.96 754.707 3509.72 760.762 c +3508.13 736.055 l +3491.85 729.492 3475.83 725.281 3454.54 725.281 c +3414.33 725.281 3389.89 753.137 3389.89 792.551 c +3389.89 835.383 3417.74 865.332 3457.16 865.332 c +3495.26 865.332 3513.92 839.316 3513.92 809.363 c +3513.92 803.32 3513.39 794.91 3512.61 790.188 c +f +3620.11 825.652 m +3613.27 829.602 3604.35 832.227 3595.95 832.227 c +3587.8 832.227 3579.91 828.809 3575.44 824.082 c +3575.44 728.176 l +3540.5 728.176 l +3540.5 860.859 l +3573.6 863.75 l +3572.55 839.844 l +3573.6 839.844 l +3580.44 854.824 3593.31 865.332 3607.76 865.332 c +3614.07 865.332 3621.16 863.75 3625.63 861.133 c +3620.11 825.652 l +f +3704.21 837.742 m +3695.28 837.742 3686.36 834.855 3680.3 830.645 c +3680.3 756.816 l +3685.3 753.398 3694.23 751.035 3701.85 751.035 c +3724.97 751.035 3738.12 769.434 3738.12 793.867 c +3738.12 821.191 3724.72 837.742 3704.21 837.742 c +h +3700.28 726.328 m +3692.92 726.328 3684.78 728.176 3680.3 730.535 c +3680.3 661.172 l +3645.36 661.172 l +3645.36 860.859 l +3678.99 863.496 l +3678.47 845.625 l +3679.52 845.625 l +3689.25 857.449 3704.48 865.332 3719.46 865.332 c +3752.57 865.332 3773.58 837.219 3773.58 799.902 c +3773.58 755.762 3744.95 726.328 3700.28 726.328 c +f +3853.76 842.473 m +3836.94 842.473 3826.44 826.445 3824.6 810.41 c +3881.08 810.41 l +3881.08 828.027 3871.1 842.473 3853.76 842.473 c +h +3912.1 790.188 m +3823.29 790.188 l +3824.07 768.113 3838.8 751.301 3863.49 751.301 c +3879.25 751.301 3893.45 754.707 3909.21 760.762 c +3907.63 736.055 l +3891.34 729.492 3875.32 725.281 3854.03 725.281 c +3813.82 725.281 3789.38 753.137 3789.38 792.551 c +3789.38 835.383 3817.24 865.332 3856.65 865.332 c +3894.76 865.332 3913.41 839.316 3913.41 809.363 c +3913.41 803.32 3912.88 794.91 3912.1 790.188 c +f +4026.69 728.176 m +4026.69 809.102 l +4026.69 827.754 4016.71 837.219 4000.15 837.219 c +3990.69 837.219 3981.49 834.324 3974.93 830.117 c +3974.93 728.176 l +3939.97 728.176 l +3939.97 860.859 l +3973.6 863.496 l +3973.1 845.098 l +3974.13 845.098 l +3983.86 855.879 3999.89 865.332 4018.29 865.332 c +4041.92 865.332 4061.38 849.57 4061.38 819.355 c +4061.38 728.176 l +4026.69 728.176 l +f +1512.61 390.461 m +1512.61 584.246 l +1590.13 584.246 l +1590.13 562.539 l +1535.87 562.539 l +1535.87 494.949 l +1578.66 494.949 l +1578.66 473.242 l +1535.87 473.242 l +1535.87 390.461 l +1512.61 390.461 l +f +1655.54 461.465 m +1631.67 457.434 1622.67 442.859 1622.67 427.355 c +1622.67 414.023 1629.19 407.512 1638.17 407.512 c +1644.68 407.512 1651.2 414.336 1655.54 421.465 c +1655.54 461.465 l +h +1686.24 387.664 m +1670.42 385.813 1660.5 390.461 1656.79 402.246 c +1655.54 402.246 l +1651.2 393.563 1643.13 386.426 1629.5 386.426 c +1613.06 386.426 1600.03 402.551 1600.03 424.871 c +1600.03 450.918 1616.79 474.797 1655.54 478.203 c +1655.54 490.918 l +1655.54 505.801 1650.26 516.348 1636.32 516.348 c +1627.94 516.348 1616.16 509.523 1607.18 499.91 c +1603.76 520.684 l +1612.43 530.605 1627.02 536.492 1639.11 536.492 c +1666.08 536.492 1677.55 514.797 1677.55 491.848 c +1677.55 416.504 l +1677.55 409.375 1680.34 406.27 1688.1 406.27 c +1686.24 387.664 l +f +1787.92 399.766 m +1780.77 391.387 1770.56 386.426 1758.15 386.426 c +1728.39 386.426 1711.32 411.855 1711.32 461.152 c +1711.32 510.148 1728.68 536.492 1759.38 536.492 c +1771.47 536.492 1780.77 531.848 1788.21 524.094 c +1782.96 502.078 l +1778 510.148 1768.37 516.648 1760.63 516.648 c +1742.02 516.648 1734.27 497.742 1734.27 461.465 c +1734.27 424.258 1742.33 406.27 1761.55 406.27 c +1769.62 406.27 1777.06 412.473 1782.96 420.852 c +1787.92 399.766 l +f +1875.03 387.051 m +1875.03 405.344 l +1867.59 392.629 1855.48 386.426 1844.64 386.426 c +1826.03 386.426 1815.79 403.484 1815.79 422.09 c +1815.79 532.473 l +1837.82 532.473 l +1837.82 426.426 l +1837.82 413.406 1843.39 407.82 1852.39 407.82 c +1859.83 407.82 1867.88 414.949 1875.03 424.258 c +1875.03 532.473 l +1897.04 532.473 l +1897.04 391.086 l +1875.03 387.051 l +f +1933.29 390.461 m +1933.29 599.441 l +1955.3 603.469 l +1955.3 390.461 l +1933.29 390.461 l +f +2045.52 392.938 m +2039.62 388.906 2031.26 386.426 2025.05 386.426 c +2009.25 386.426 1994.05 394.492 1994.05 430.461 c +1994.05 511.074 l +1979.78 512.629 l +1979.78 527.512 l +1994.05 533.086 l +1994.05 565.02 l +2016.06 565.02 l +2016.06 532.473 l +2044.58 532.473 l +2043.35 512.629 l +2016.06 512.629 l +2016.06 428.289 l +2016.06 411.855 2021.65 406.582 2028.78 406.582 c +2033.43 406.582 2039.01 409.688 2042.72 413.098 c +2045.52 392.938 l +f +2122.71 479.758 m +2122.71 506.426 2116.51 516.648 2105.34 516.648 c +2094.5 516.648 2085.5 501.465 2084.27 474.48 c +2122.71 474.48 l +2122.71 479.758 l +h +2138.21 399.766 m +2130.46 391.387 2122.08 386.426 2108.45 386.426 c +2077.74 386.426 2061.32 411.855 2061.32 461.152 c +2061.32 511.074 2081.16 536.492 2106.59 536.492 c +2132.31 536.492 2143.8 515.105 2143.8 478.828 c +2143.8 475.105 2143.17 463.32 2142.24 457.117 c +2083.96 457.117 l +2084.58 422.703 2092.63 406.27 2110.93 406.27 c +2120.54 406.27 2127.04 412.473 2133.25 420.852 c +2138.21 399.766 l +f +2174.46 390.461 m +2174.46 531.848 l +2196.49 535.879 l +2196.49 390.461 l +2174.46 390.461 l +h +2169.81 582.383 m +2169.81 592.004 2175.4 600.371 2185.63 600.371 c +2195.87 600.371 2201.46 592.004 2201.46 582.383 c +2201.46 572.773 2195.87 564.402 2185.63 564.402 c +2175.4 564.402 2169.81 572.773 2169.81 582.383 c +f +2287.31 392.938 m +2281.44 388.906 2273.06 386.426 2266.87 386.426 c +2251.04 386.426 2235.85 394.492 2235.85 430.461 c +2235.85 511.074 l +2221.59 512.629 l +2221.59 527.512 l +2235.85 533.086 l +2235.85 565.02 l +2257.86 565.02 l +2257.86 532.473 l +2286.4 532.473 l +2285.15 512.629 l +2257.86 512.629 l +2257.86 428.289 l +2257.86 411.855 2263.45 406.582 2270.58 406.582 c +2275.22 406.582 2280.81 409.688 2284.54 413.098 c +2287.31 392.938 l +f +2380.63 390.461 m +2380.63 562.539 l +2343.43 562.539 l +2343.43 584.246 l +2441.08 584.246 l +2441.08 562.539 l +2403.88 562.539 l +2403.88 390.461 l +2380.63 390.461 l +f +2513.31 461.152 m +2513.31 498.359 2505.87 516.648 2489.76 516.648 c +2473.62 516.648 2466.49 497.742 2466.49 461.465 c +2466.49 424.258 2473.62 406.27 2489.76 406.27 c +2505.87 406.27 2513.31 425.496 2513.31 461.152 c +h +2443.54 461.152 m +2443.54 510.148 2460.62 536.492 2490.38 536.492 c +2520.15 536.492 2536.26 511.074 2536.26 461.777 c +2536.26 412.781 2518.58 386.426 2489.44 386.426 c +2459.99 386.426 2443.54 411.855 2443.54 461.152 c +f +2625.22 479.758 m +2625.22 506.426 2619.03 516.648 2607.86 516.648 c +2597.02 516.648 2588.02 501.465 2586.79 474.48 c +2625.22 474.48 l +2625.22 479.758 l +h +2640.73 399.766 m +2632.98 391.387 2624.6 386.426 2610.97 386.426 c +2580.26 386.426 2563.84 411.855 2563.84 461.152 c +2563.84 511.074 2583.68 536.492 2609.11 536.492 c +2634.83 536.492 2646.32 515.105 2646.32 478.828 c +2646.32 475.105 2645.69 463.32 2644.76 457.117 c +2586.47 457.117 l +2587.1 422.703 2595.15 406.27 2613.45 406.27 c +2623.06 406.27 2629.56 412.473 2635.77 420.852 c +2640.73 399.766 l +f +2728.15 483.477 m +2728.15 506.113 2722.26 517.59 2711.71 517.59 c +2701.79 517.59 2694.35 509.211 2694.35 482.551 c +2694.35 458.359 2700.87 448.438 2711.1 448.438 c +2721.03 448.438 2728.15 458.059 2728.15 483.477 c +h +2685.99 359.453 m +2685.99 345.195 2694.66 334.336 2712.96 334.336 c +2729.07 334.336 2741.47 344.258 2741.47 362.246 c +2741.47 377.441 2734.03 384.57 2715.13 384.57 c +2711.42 384.57 2705.52 384.57 2701.49 385.188 c +2693.12 380.852 2685.99 372.781 2685.99 359.453 c +h +2743.35 511.074 m +2748 504.563 2750.17 492.473 2750.17 482.551 c +2750.17 448.137 2732.8 430.773 2709.85 430.773 c +2707.06 430.773 2702.41 431.074 2698.08 433.254 c +2693.43 431.074 2689.38 426.426 2689.38 419.609 c +2689.38 411.543 2695.91 405.969 2707.69 405.969 c +2717.29 405.969 l +2743.96 405.969 2764.42 394.18 2764.42 367.207 c +2764.42 340.535 2742.41 316.973 2711.1 316.973 c +2684.42 316.973 2664.29 330.613 2664.29 355.73 c +2664.29 371.238 2675.44 383.645 2688.78 387.98 c +2677.92 391.699 2671.1 403.484 2671.1 414.336 c +2671.1 426.113 2678.23 435.105 2687.84 440.066 c +2678.23 446.895 2671.73 462.395 2671.73 483.164 c +2671.73 518.516 2688.78 536.492 2711.42 536.492 c +2720.71 536.492 2730.01 532.156 2734.35 528.125 c +2762.26 530.605 l +2763.19 508.594 l +2743.35 511.074 l +f +2840.99 479.758 m +2840.99 506.426 2834.79 516.648 2823.62 516.648 c +2812.78 516.648 2803.78 501.465 2802.55 474.48 c +2840.99 474.48 l +2840.99 479.758 l +h +2856.49 399.766 m +2848.74 391.387 2840.36 386.426 2826.73 386.426 c +2796.03 386.426 2779.6 411.855 2779.6 461.152 c +2779.6 511.074 2799.44 536.492 2824.87 536.492 c +2850.6 536.492 2862.08 515.105 2862.08 478.828 c +2862.08 475.105 2861.46 463.32 2860.52 457.117 c +2802.24 457.117 l +2802.86 422.703 2810.91 406.27 2829.21 406.27 c +2838.82 406.27 2845.32 412.473 2851.53 420.852 c +2856.49 399.766 l +f +2914.15 414.336 m +2918.17 409.688 2924.38 406.27 2930.58 406.27 c +2946.71 406.27 2956.01 429.219 2956.01 461.777 c +2956.01 492.781 2947.31 514.48 2932.43 514.48 c +2925.3 514.48 2918.8 508.906 2914.15 500.527 c +2914.15 414.336 l +h +2892.14 321.008 m +2892.14 531.848 l +2914.15 535.879 l +2914.15 519.441 l +2920.03 529.363 2929.66 536.492 2940.19 536.492 c +2964.07 536.492 2978.96 506.73 2978.96 463.32 c +2978.96 417.129 2961.9 386.426 2935.22 386.426 c +2926.87 386.426 2920.03 388.289 2914.15 392.012 c +2914.15 321.008 l +2892.14 321.008 l +f +3058.31 461.465 m +3034.42 457.434 3025.44 442.859 3025.44 427.355 c +3025.44 414.023 3031.94 407.512 3040.95 407.512 c +3047.45 407.512 3053.96 414.336 3058.31 421.465 c +3058.31 461.465 l +h +3088.99 387.664 m +3073.19 385.813 3063.27 390.461 3059.54 402.246 c +3058.31 402.246 l +3053.96 393.563 3045.91 386.426 3032.26 386.426 c +3015.83 386.426 3002.8 402.551 3002.8 424.871 c +3002.8 450.918 3019.54 474.797 3058.31 478.203 c +3058.31 490.918 l +3058.31 505.801 3053.04 516.348 3039.07 516.348 c +3030.71 516.348 3018.92 509.523 3009.93 499.91 c +3006.51 520.684 l +3015.21 530.605 3029.78 536.492 3041.87 536.492 c +3068.84 536.492 3080.32 514.797 3080.32 491.848 c +3080.32 416.504 l +3080.32 409.375 3083.12 406.27 3090.85 406.27 c +3088.99 387.664 l +f +3117.82 417.129 m +3126.2 410.305 3135.19 405.969 3144.17 405.969 c +3155.97 405.969 3163.1 414.648 3163.1 426.113 c +3163.1 437.59 3156.88 445.344 3142 454.023 c +3123.72 464.871 3112.86 477.59 3112.86 498.047 c +3112.86 520.996 3130.22 536.492 3151.92 536.492 c +3163.41 536.492 3173.94 531.848 3180.77 526.887 c +3176.1 507.039 l +3168.37 512.629 3160.3 516.648 3151.61 516.648 c +3141.38 516.648 3133.94 509.836 3133.94 498.359 c +3133.94 487.512 3138.6 480.383 3153.78 471.074 c +3171.77 459.91 3184.17 447.195 3184.17 426.426 c +3184.17 402.551 3166.81 386.426 3144.79 386.426 c +3133.33 386.426 3121.53 390.773 3113.17 397.285 c +3117.82 417.129 l +f +3264.46 392.938 m +3258.56 388.906 3250.21 386.426 3243.99 386.426 c +3228.19 386.426 3213 394.492 3213 430.461 c +3213 511.074 l +3198.72 512.629 l +3198.72 527.512 l +3213 533.086 l +3213 565.02 l +3235.01 565.02 l +3235.01 532.473 l +3263.53 532.473 l +3262.29 512.629 l +3235.01 512.629 l +3235.01 428.289 l +3235.01 411.855 3240.6 406.582 3247.72 406.582 c +3252.37 406.582 3257.96 409.688 3261.67 413.098 c +3264.46 392.938 l +f +3341.65 479.758 m +3341.65 506.426 3335.44 516.648 3324.29 516.648 c +3313.43 516.648 3304.44 501.465 3303.19 474.48 c +3341.65 474.48 l +3341.65 479.758 l +h +3357.14 399.766 m +3349.4 391.387 3341.03 386.426 3327.37 386.426 c +3296.69 386.426 3280.24 411.855 3280.24 461.152 c +3280.24 511.074 3300.09 536.492 3325.52 536.492 c +3351.26 536.492 3362.72 515.105 3362.72 478.828 c +3362.72 475.105 3362.1 463.32 3361.18 457.117 c +3302.88 457.117 l +3303.51 422.703 3311.57 406.27 3329.85 406.27 c +3339.48 406.27 3345.99 412.473 3352.18 420.852 c +3357.14 399.766 l +f +1513.86 115.461 23.24 193.785 re +f +1636.01 115.461 m +1636.01 221.504 l +1636.01 234.523 1630.42 240.105 1621.44 240.105 c +1613.99 240.105 1605.62 232.969 1598.8 223.672 c +1598.8 115.461 l +1576.79 115.461 l +1576.79 256.848 l +1598.8 260.879 l +1598.8 242.59 l +1606.24 255.293 1618.33 261.492 1629.19 261.492 c +1647.78 261.492 1658.02 244.441 1658.02 225.84 c +1658.02 115.461 l +1636.01 115.461 l +f +1745.44 208.477 m +1745.44 231.113 1739.54 242.59 1728.99 242.59 c +1719.07 242.59 1711.63 234.211 1711.63 207.551 c +1711.63 183.359 1718.15 173.438 1728.39 173.438 c +1738.31 173.438 1745.44 183.059 1745.44 208.477 c +h +1703.27 84.4531 m +1703.27 70.1953 1711.94 59.3359 1730.24 59.3359 c +1746.36 59.3359 1758.76 69.2578 1758.76 87.2461 c +1758.76 102.441 1751.32 109.57 1732.41 109.57 c +1728.7 109.57 1722.8 109.57 1718.78 110.188 c +1710.4 105.852 1703.27 97.7813 1703.27 84.4531 c +h +1760.63 236.074 m +1765.28 229.563 1767.45 217.473 1767.45 207.551 c +1767.45 173.137 1750.09 155.773 1727.14 155.773 c +1724.35 155.773 1719.7 156.074 1715.36 158.254 c +1710.71 156.074 1706.67 151.426 1706.67 144.609 c +1706.67 136.543 1713.19 130.969 1724.97 130.969 c +1734.58 130.969 l +1761.24 130.969 1781.71 119.18 1781.71 92.207 c +1781.71 65.5352 1759.7 41.9727 1728.39 41.9727 c +1701.71 41.9727 1681.57 55.6133 1681.57 80.7305 c +1681.57 96.2383 1692.72 108.645 1706.06 112.98 c +1695.21 116.699 1688.39 128.484 1688.39 139.336 c +1688.39 151.113 1695.52 160.105 1705.13 165.066 c +1695.52 171.895 1689.01 187.395 1689.01 208.164 c +1689.01 243.516 1706.06 261.492 1728.7 261.492 c +1738 261.492 1747.29 257.156 1751.63 253.125 c +1779.54 255.605 l +1780.48 233.594 l +1760.63 236.074 l +f +1858.27 204.758 m +1858.27 231.426 1852.08 241.648 1840.91 241.648 c +1830.07 241.648 1821.06 226.465 1819.83 199.48 c +1858.27 199.48 l +1858.27 204.758 l +h +1873.78 124.766 m +1866.03 116.387 1857.65 111.426 1844.01 111.426 c +1813.31 111.426 1796.88 136.855 1796.88 186.152 c +1796.88 236.074 1816.73 261.492 1842.16 261.492 c +1867.88 261.492 1879.37 240.105 1879.37 203.828 c +1879.37 200.105 1878.74 188.32 1877.8 182.117 c +1819.52 182.117 l +1820.15 147.703 1828.19 131.27 1846.49 131.27 c +1856.1 131.27 1862.61 137.473 1868.82 145.852 c +1873.78 124.766 l +f +1968.64 115.461 m +1968.64 221.504 l +1968.64 234.523 1963.06 240.105 1954.07 240.105 c +1946.63 240.105 1938.25 232.969 1931.44 223.672 c +1931.44 115.461 l +1909.42 115.461 l +1909.42 256.848 l +1931.44 260.879 l +1931.44 242.59 l +1938.88 255.293 1950.97 261.492 1961.83 261.492 c +1980.42 261.492 1990.65 244.441 1990.65 225.84 c +1990.65 115.461 l +1968.64 115.461 l +f +2026.9 115.461 m +2026.9 256.848 l +2048.94 260.879 l +2048.94 115.461 l +2026.9 115.461 l +h +2022.26 307.383 m +2022.26 317.004 2027.84 325.371 2038.08 325.371 c +2048.31 325.371 2053.9 317.004 2053.9 307.383 c +2053.9 297.773 2048.31 289.402 2038.08 289.402 c +2027.84 289.402 2022.26 297.773 2022.26 307.383 c +f +2141.63 204.758 m +2141.63 231.426 2135.42 241.648 2124.27 241.648 c +2113.41 241.648 2104.42 226.465 2103.17 199.48 c +2141.63 199.48 l +2141.63 204.758 l +h +2157.12 124.766 m +2149.38 116.387 2141.01 111.426 2127.35 111.426 c +2096.67 111.426 2080.22 136.855 2080.22 186.152 c +2080.22 236.074 2100.07 261.492 2125.5 261.492 c +2151.24 261.492 2162.71 240.105 2162.71 203.828 c +2162.71 200.105 2162.08 188.32 2161.16 182.117 c +2102.86 182.117 l +2103.49 147.703 2111.55 131.27 2129.83 131.27 c +2139.46 131.27 2145.97 137.473 2152.16 145.852 c +2157.12 124.766 l +f +2251.38 112.051 m +2251.38 130.344 l +2243.94 117.629 2231.83 111.426 2220.99 111.426 c +2202.37 111.426 2192.14 128.484 2192.14 147.09 c +2192.14 257.473 l +2214.17 257.473 l +2214.17 151.426 l +2214.17 138.406 2219.74 132.82 2228.74 132.82 c +2236.18 132.82 2244.23 139.949 2251.38 149.258 c +2251.38 257.473 l +2273.39 257.473 l +2273.39 116.086 l +2251.38 112.051 l +f +2309.64 115.461 m +2309.64 256.848 l +2331.65 260.879 l +2331.65 235.762 l +2336.61 251.887 2344.97 261.492 2356.46 261.492 c +2362.04 261.492 2367.29 258.711 2371.65 254.988 c +2367 232.039 l +2363.27 235.449 2358.94 238.867 2354.29 238.867 c +2346.22 238.867 2337.84 226.77 2331.65 204.758 c +2331.65 115.461 l +2309.64 115.461 l +f +2392.39 142.129 m +2400.77 135.305 2409.76 130.969 2418.76 130.969 c +2430.54 130.969 2437.67 139.648 2437.67 151.113 c +2437.67 162.59 2431.47 170.344 2416.59 179.023 c +2398.29 189.871 2387.43 202.59 2387.43 223.047 c +2387.43 245.996 2404.79 261.492 2426.51 261.492 c +2437.98 261.492 2448.53 256.848 2455.34 251.887 c +2450.69 232.039 l +2442.94 237.629 2434.87 241.648 2426.2 241.648 c +2415.97 241.648 2408.53 234.836 2408.53 223.359 c +2408.53 212.512 2413.17 205.383 2428.37 196.074 c +2446.36 184.91 2458.76 172.195 2458.76 151.426 c +2458.76 127.551 2441.4 111.426 2419.38 111.426 c +2407.9 111.426 2396.12 115.773 2387.74 122.285 c +2392.39 142.129 l +f +2566.32 114.531 m +2546.18 221.809 l +2526.03 114.531 l +2503.7 114.531 l +2476.42 257.473 l +2498.43 257.473 l +2515.79 150.188 l +2535.63 257.473 l +2556.71 257.473 l +2576.55 150.188 l +2593.92 257.473 l +2615.93 257.473 l +2588.64 114.531 l +2566.32 114.531 l +f +2696.22 204.758 m +2696.22 231.426 2690.03 241.648 2678.86 241.648 c +2668.02 241.648 2659.01 226.465 2657.78 199.48 c +2696.22 199.48 l +2696.22 204.758 l +h +2711.73 124.766 m +2703.97 116.387 2695.6 111.426 2681.96 111.426 c +2651.26 111.426 2634.83 136.855 2634.83 186.152 c +2634.83 236.074 2654.68 261.492 2680.11 261.492 c +2705.83 261.492 2717.31 240.105 2717.31 203.828 c +2717.31 200.105 2716.69 188.32 2715.75 182.117 c +2657.47 182.117 l +2658.1 147.703 2666.14 131.27 2684.44 131.27 c +2694.05 131.27 2700.56 137.473 2706.77 145.852 c +2711.73 124.766 l +f +2798.84 117.938 m +2792.94 113.906 2784.58 111.426 2778.37 111.426 c +2762.57 111.426 2747.37 119.492 2747.37 155.461 c +2747.37 236.074 l +2733.1 237.629 l +2733.1 252.512 l +2747.37 258.086 l +2747.37 290.02 l +2769.38 290.02 l +2769.38 257.473 l +2797.9 257.473 l +2796.67 237.629 l +2769.38 237.629 l +2769.38 153.289 l +2769.38 136.855 2774.97 131.582 2782.1 131.582 c +2786.75 131.582 2792.33 134.688 2796.04 138.098 c +2798.84 117.938 l +f +2876.03 204.758 m +2876.03 231.426 2869.83 241.648 2858.66 241.648 c +2847.82 241.648 2838.82 226.465 2837.59 199.48 c +2876.03 199.48 l +2876.03 204.758 l +h +2891.53 124.766 m +2883.78 116.387 2875.4 111.426 2861.77 111.426 c +2831.06 111.426 2814.64 136.855 2814.64 186.152 c +2814.64 236.074 2834.48 261.492 2859.91 261.492 c +2885.63 261.492 2897.12 240.105 2897.12 203.828 c +2897.12 200.105 2896.49 188.32 2895.56 182.117 c +2837.28 182.117 l +2837.9 147.703 2845.95 131.27 2864.25 131.27 c +2873.86 131.27 2880.36 137.473 2886.57 145.852 c +2891.53 124.766 l +f +2986.38 115.461 m +2986.38 221.504 l +2986.38 234.523 2980.81 240.105 2971.81 240.105 c +2964.37 240.105 2956.01 232.969 2949.17 223.672 c +2949.17 115.461 l +2927.16 115.461 l +2927.16 256.848 l +2949.17 260.879 l +2949.17 242.59 l +2956.61 255.293 2968.7 261.492 2979.56 261.492 c +2998.17 261.492 3008.39 244.441 3008.39 225.84 c +3008.39 115.461 l +2986.38 115.461 l +f +3042.18 142.129 m +3050.56 135.305 3059.54 130.969 3068.53 130.969 c +3080.32 130.969 3087.45 139.648 3087.45 151.113 c +3087.45 162.59 3081.24 170.344 3066.36 179.023 c +3048.08 189.871 3037.22 202.59 3037.22 223.047 c +3037.22 245.996 3054.58 261.492 3076.28 261.492 c +3087.76 261.492 3098.29 256.848 3105.13 251.887 c +3100.46 232.039 l +3092.72 237.629 3084.66 241.648 3075.97 241.648 c +3065.73 241.648 3058.29 234.836 3058.29 223.359 c +3058.29 212.512 3062.96 205.383 3078.13 196.074 c +3096.12 184.91 3108.53 172.195 3108.53 151.426 c +3108.53 127.551 3091.16 111.426 3069.15 111.426 c +3057.69 111.426 3045.89 115.773 3037.53 122.285 c +3042.18 142.129 l +f +3208.97 124.766 m +3201.83 116.387 3191.61 111.426 3179.21 111.426 c +3149.44 111.426 3132.37 136.855 3132.37 186.152 c +3132.37 235.148 3149.74 261.492 3180.44 261.492 c +3192.53 261.492 3201.83 256.848 3209.27 249.094 c +3204.01 227.078 l +3199.05 235.148 3189.42 241.648 3181.69 241.648 c +3163.08 241.648 3155.32 222.742 3155.32 186.465 c +3155.32 149.258 3163.39 131.27 3182.61 131.27 c +3190.67 131.27 3198.12 137.473 3204.01 145.852 c +3208.97 124.766 l +f +3296.69 115.461 m +3296.69 221.504 l +3296.69 234.523 3291.12 240.105 3282.12 240.105 c +3274.68 240.105 3266.32 232.969 3259.48 223.672 c +3259.48 115.461 l +3237.47 115.461 l +3237.47 324.441 l +3259.48 328.469 l +3259.48 242.59 l +3266.92 255.293 3279.01 261.492 3289.87 261.492 c +3308.49 261.492 3318.7 244.441 3318.7 225.84 c +3318.7 115.461 l +3296.69 115.461 l +f +3403.04 186.465 m +3379.15 182.434 3370.17 167.859 3370.17 152.355 c +3370.17 139.023 3376.67 132.512 3385.67 132.512 c +3392.18 132.512 3398.68 139.336 3403.04 146.465 c +3403.04 186.465 l +h +3433.72 112.664 m +3417.92 110.813 3408 115.461 3404.27 127.246 c +3403.04 127.246 l +3398.68 118.563 3390.63 111.426 3376.98 111.426 c +3360.56 111.426 3347.53 127.551 3347.53 149.871 c +3347.53 175.918 3364.27 199.797 3403.04 203.203 c +3403.04 215.918 l +3403.04 230.801 3397.76 241.348 3383.8 241.348 c +3375.44 241.348 3363.64 234.523 3354.66 224.91 c +3351.24 245.684 l +3359.93 255.605 3374.5 261.492 3386.59 261.492 c +3413.56 261.492 3425.05 239.797 3425.05 216.848 c +3425.05 141.504 l +3425.05 134.375 3427.84 131.27 3435.58 131.27 c +3433.72 112.664 l +f +3486.42 139.336 m +3490.44 134.688 3496.65 131.27 3502.84 131.27 c +3518.97 131.27 3528.27 154.219 3528.27 186.777 c +3528.27 217.781 3519.58 239.48 3504.7 239.48 c +3497.57 239.48 3491.06 233.906 3486.42 225.527 c +3486.42 139.336 l +h +3464.4 46.0078 m +3464.4 256.848 l +3486.42 260.879 l +3486.42 244.441 l +3492.29 254.363 3501.92 261.492 3512.45 261.492 c +3536.34 261.492 3551.22 231.73 3551.22 188.32 c +3551.22 142.129 3534.17 111.426 3507.49 111.426 c +3499.13 111.426 3492.29 113.289 3486.42 117.012 c +3486.42 46.0078 l +3464.4 46.0078 l +f +3603.9 139.336 m +3607.94 134.688 3614.13 131.27 3620.34 131.27 c +3636.46 131.27 3645.75 154.219 3645.75 186.777 c +3645.75 217.781 3637.08 239.48 3622.2 239.48 c +3615.07 239.48 3608.54 233.906 3603.9 225.527 c +3603.9 139.336 l +h +3581.88 46.0078 m +3581.88 256.848 l +3603.9 260.879 l +3603.9 244.441 l +3609.79 254.363 3619.4 261.492 3629.95 261.492 c +3653.82 261.492 3668.7 231.73 3668.7 188.32 c +3668.7 142.129 3651.65 111.426 3624.99 111.426 c +3616.61 111.426 3609.79 113.289 3603.9 117.012 c +3603.9 46.0078 l +3581.88 46.0078 l +f +3757.67 204.758 m +3757.67 231.426 3751.47 241.648 3740.3 241.648 c +3729.46 241.648 3720.46 226.465 3719.23 199.48 c +3757.67 199.48 l +3757.67 204.758 l +h +3773.17 124.766 m +3765.42 116.387 3757.04 111.426 3743.41 111.426 c +3712.71 111.426 3696.28 136.855 3696.28 186.152 c +3696.28 236.074 3716.12 261.492 3741.55 261.492 c +3767.28 261.492 3778.76 240.105 3778.76 203.828 c +3778.76 200.105 3778.13 188.32 3777.2 182.117 c +3718.92 182.117 l +3719.54 147.703 3727.59 131.27 3745.89 131.27 c +3755.5 131.27 3762 137.473 3768.21 145.852 c +3773.17 124.766 l +f +3868.04 115.461 m +3868.04 221.504 l +3868.04 234.523 3862.45 240.105 3853.47 240.105 c +3846.03 240.105 3837.65 232.969 3830.83 223.672 c +3830.83 115.461 l +3808.82 115.461 l +3808.82 256.848 l +3830.83 260.879 l +3830.83 242.59 l +3838.27 255.293 3850.36 261.492 3861.22 261.492 c +3879.81 261.492 3890.05 244.441 3890.05 225.84 c +3890.05 115.461 l +3868.04 115.461 l +f +1310.06 115.098 m +1310.06 115.098 l +1294.4 115.098 1281.71 127.781 1281.71 143.438 c +1281.71 557.297 l +1281.71 572.961 1294.4 585.645 1310.06 585.645 c +1325.72 585.645 1338.41 572.961 1338.41 557.297 c +1338.41 143.438 l +1338.41 127.781 1325.72 115.098 1310.06 115.098 c +f +Q +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF -- cgit v1.2.3