summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-neg.eps1473
1 files changed, 1473 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-neg.eps
new file mode 100644
index 00000000000..6315263b0d3
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-neg.eps
@@ -0,0 +1,1473 @@
+%!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 442 103
+%%HiResBoundingBox: 0 0 442 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 442 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4417.68 1020.47 re
+W
+/DeviceCMYK {} cs
+[0.048 0.7519 1 0.004] sc
+969.449 0 m
+51.0234 0 l
+22.9609 0 0.003906 22.9609 0.003906 51.0156 c
+0.003906 969.445 l
+0.003906 997.512 22.9609 1020.47 51.0234 1020.47 c
+969.449 1020.47 l
+997.512 1020.47 1020.47 997.512 1020.47 969.445 c
+1020.47 51.0156 l
+1020.47 22.9609 997.512 0 969.449 0 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.695 479.992 m
+659.027 356.613 608.289 267.395 496.473 267.395 c
+409.387 267.395 321.215 332.629 321.215 461.992 c
+321.215 808.926 l
+177.82 808.926 l
+177.82 454.707 l
+177.82 320.539 267.688 182.93 474.719 182.93 c
+675.672 182.93 756.527 327.148 757.438 446.738 c
+904.164 424.121 971.418 533.605 952.238 608.145 c
+926.613 578.547 885.637 552.344 757.613 588.645 c
+757.613 808.926 l
+654.695 808.926 l
+654.695 623.547 l
+453.637 689.543 406.051 506.379 406.051 506.379 c
+406.051 506.379 500.086 558.086 654.695 479.992 c
+f
+1354.85 725.02 m
+1314.38 725.02 1282.07 746.035 1282.07 789.395 c
+1282.07 906.848 l
+1319.9 906.848 l
+1319.9 793.859 l
+1319.9 765.48 1341.19 754.707 1359.31 754.707 c
+1378.76 754.707 1396.89 765.48 1396.89 792.813 c
+1396.89 906.848 l
+1434.21 906.848 l
+1434.21 792.813 l
+1434.21 748.664 1402.67 725.02 1354.85 725.02 c
+f
+1561.95 728.176 m
+1561.95 809.102 l
+1561.95 827.754 1551.97 837.219 1535.42 837.219 c
+1525.95 837.219 1516.77 834.328 1510.19 830.117 c
+1510.19 728.176 l
+1475.24 728.176 l
+1475.24 860.859 l
+1508.87 863.488 l
+1508.36 845.098 l
+1509.4 845.098 l
+1519.13 855.871 1535.15 865.332 1553.55 865.332 c
+1577.19 865.332 1596.64 849.563 1596.64 819.348 c
+1596.64 728.176 l
+1561.95 728.176 l
+f
+1633.46 728.176 m
+1633.46 862.18 l
+1668.68 862.18 l
+1668.68 728.176 l
+1633.46 728.176 l
+h
+1651.07 886.875 m
+1641.08 886.875 1632.67 895.285 1632.67 905.527 c
+1632.67 915.781 1641.08 923.664 1651.07 923.664 c
+1661.32 923.664 1669.46 915.781 1669.46 905.527 c
+1669.46 895.285 1661.32 886.875 1651.07 886.875 c
+f
+1770.64 727.383 m
+1741.21 727.383 l
+1687.6 862.18 l
+1727.02 862.18 l
+1750.94 791.23 l
+1754.87 780.195 1758.02 761.281 1758.02 761.281 c
+1758.02 761.281 1761.18 779.934 1765.12 791.23 c
+1789.03 862.18 l
+1824.5 862.18 l
+1770.64 727.383 l
+f
+1897.06 842.473 m
+1880.24 842.473 1869.73 826.445 1867.9 810.41 c
+1924.38 810.41 l
+1924.38 828.02 1914.4 842.473 1897.06 842.473 c
+h
+1955.39 790.188 m
+1866.58 790.188 l
+1867.37 768.117 1882.09 751.301 1906.78 751.301 c
+1922.55 751.301 1936.74 754.707 1952.5 760.754 c
+1950.93 736.055 l
+1934.64 729.484 1918.61 725.285 1897.32 725.285 c
+1857.12 725.285 1832.68 753.137 1832.68 792.551 c
+1832.68 835.383 1860.53 865.332 1899.95 865.332 c
+1938.05 865.332 1956.71 839.316 1956.71 809.367 c
+1956.71 803.32 1956.18 794.914 1955.39 790.188 c
+f
+2062.9 825.656 m
+2056.06 829.602 2047.14 832.227 2038.73 832.227 c
+2030.58 832.227 2022.69 828.809 2018.23 824.082 c
+2018.23 728.176 l
+1983.28 728.176 l
+1983.28 860.859 l
+2016.39 863.75 l
+2015.34 839.844 l
+2016.39 839.844 l
+2023.22 854.824 2036.1 865.332 2050.54 865.332 c
+2056.85 865.332 2063.95 863.75 2068.42 861.125 c
+2062.9 825.656 l
+f
+2120.47 725.285 m
+2103.12 725.285 2089.2 728.957 2077.63 735.266 c
+2081.58 761.543 l
+2093.66 755.234 2108.64 751.035 2121.52 751.035 c
+2132.56 751.035 2142.54 754.707 2142.54 764.434 c
+2142.54 785.715 2081.84 780.988 2081.84 823.82 c
+2081.84 850.879 2106.54 865.332 2135.18 865.332 c
+2149.37 865.332 2164.08 861.387 2173.81 857.188 c
+2169.86 831.965 l
+2159.62 835.898 2145.95 839.582 2133.34 839.582 c
+2123.88 839.582 2115.74 835.898 2115.74 828.281 c
+2115.74 807.266 2176.7 811.465 2176.7 769.16 c
+2176.7 740 2151.21 725.285 2120.47 725.285 c
+f
+2204.3 728.176 m
+2204.3 862.18 l
+2239.52 862.18 l
+2239.52 728.176 l
+2204.3 728.176 l
+h
+2221.91 886.875 m
+2211.92 886.875 2203.51 895.285 2203.51 905.527 c
+2203.51 915.781 2211.92 923.664 2221.91 923.664 c
+2232.16 923.664 2240.3 915.781 2240.3 905.527 c
+2240.3 895.285 2232.16 886.875 2221.91 886.875 c
+f
+2317.58 725.285 m
+2293.93 725.285 2278.69 740 2278.69 762.59 c
+2278.69 770.215 2279.48 805.156 2279.48 826.184 c
+2279.48 837.48 l
+2266.86 837.48 l
+2266.86 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.11 792.551 2313.11 774.414 c
+2313.11 760.227 2321.52 753.926 2334.39 753.926 c
+2341.23 753.926 2349.37 754.707 2357.25 757.336 c
+2357.25 733.164 l
+2345.95 728.438 2332.56 725.285 2317.58 725.285 c
+f
+2433.47 842.473 m
+2416.66 842.473 2406.15 826.445 2404.31 810.41 c
+2460.8 810.41 l
+2460.8 828.02 2450.82 842.473 2433.47 842.473 c
+h
+2491.8 790.188 m
+2403 790.188 l
+2403.79 768.117 2418.5 751.301 2443.2 751.301 c
+2458.96 751.301 2473.15 754.707 2488.91 760.754 c
+2487.34 736.055 l
+2471.05 729.484 2455.03 725.285 2433.74 725.285 c
+2393.53 725.285 2369.1 753.137 2369.1 792.551 c
+2369.1 835.383 2396.95 865.332 2436.36 865.332 c
+2474.47 865.332 2493.12 839.316 2493.12 809.367 c
+2493.12 803.32 2492.6 794.914 2491.8 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.08 886.875 m
+2528.09 886.875 2519.69 895.285 2519.69 905.527 c
+2519.69 915.781 2528.09 923.664 2538.08 923.664 c
+2548.33 923.664 2556.47 915.781 2556.47 905.527 c
+2556.47 895.285 2548.33 886.875 2538.08 886.875 c
+f
+2633.75 725.285 m
+2610.1 725.285 2594.86 740 2594.86 762.59 c
+2594.86 770.215 2595.65 805.156 2595.65 826.184 c
+2595.65 837.48 l
+2583.03 837.48 l
+2583.03 851.145 l
+2626.39 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.28 792.551 2629.28 774.414 c
+2629.28 760.227 2637.69 753.926 2650.56 753.926 c
+2657.4 753.926 2665.54 754.707 2673.43 757.336 c
+2673.43 733.164 l
+2662.13 728.438 2648.73 725.285 2633.75 725.285 c
+f
+2822.18 854.297 m
+2819.81 861.387 2817.7 875.313 2817.7 875.313 c
+2817.7 875.313 2815.6 861.914 2812.98 854.297 c
+2794.59 800.695 l
+2840.83 800.695 l
+2822.18 854.297 l
+h
+2863.95 728.176 m
+2847.66 775.207 l
+2788.02 775.207 l
+2772.25 728.176 l
+2733.62 728.176 l
+2798.52 906.848 l
+2840.04 906.848 l
+2904.94 728.176 l
+2863.95 728.176 l
+f
+3012.46 728.176 m
+3012.46 809.102 l
+3012.46 827.754 3002.48 837.219 2985.93 837.219 c
+2976.46 837.219 2967.27 834.328 2960.7 830.117 c
+2960.7 728.176 l
+2925.75 728.176 l
+2925.75 860.859 l
+2959.38 863.488 l
+2958.86 845.098 l
+2959.91 845.098 l
+2969.64 855.871 2985.66 865.332 3004.06 865.332 c
+3027.7 865.332 3047.15 849.563 3047.15 819.348 c
+3047.15 728.176 l
+3012.46 728.176 l
+f
+3123.12 725.285 m
+3099.48 725.285 3084.24 740 3084.24 762.59 c
+3084.24 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.227 3127.07 753.926 3139.94 753.926 c
+3146.77 753.926 3154.92 754.707 3162.8 757.336 c
+3162.8 733.164 l
+3151.5 728.438 3138.1 725.285 3123.12 725.285 c
+f
+3333.36 727.383 m
+3305.51 727.383 l
+3280.02 793.859 l
+3276.07 804.113 3273.44 821.711 3273.44 821.711 c
+3273.44 821.711 3269.5 804.375 3265.83 793.859 c
+3241.12 727.383 l
+3214.06 727.383 l
+3168.08 862.18 l
+3206.44 862.18 l
+3225.36 796.223 l
+3228.51 785.715 3231.67 765.48 3231.67 765.48 c
+3231.67 765.48 3235.6 785.188 3239.28 795.969 c
+3262.67 862.18 l
+3288.43 862.18 l
+3312.86 795.969 l
+3317.06 785.188 3320.21 766.008 3320.21 766.008 c
+3320.21 766.008 3323.1 785.715 3326.52 796.484 c
+3345.17 862.18 l
+3379.6 862.18 l
+3333.36 727.383 l
+f
+3454.27 842.473 m
+3437.45 842.473 3426.94 826.445 3425.1 810.41 c
+3481.59 810.41 l
+3481.59 828.02 3471.61 842.473 3454.27 842.473 c
+h
+3512.6 790.188 m
+3423.79 790.188 l
+3424.58 768.117 3439.29 751.301 3463.99 751.301 c
+3479.75 751.301 3493.94 754.707 3509.7 760.754 c
+3508.13 736.055 l
+3491.84 729.484 3475.82 725.285 3454.53 725.285 c
+3414.32 725.285 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.91 839.316 3513.91 809.367 c
+3513.91 803.32 3513.39 794.914 3512.6 790.188 c
+f
+3620.1 825.656 m
+3613.27 829.602 3604.34 832.227 3595.94 832.227 c
+3587.79 832.227 3579.9 828.809 3575.44 824.082 c
+3575.44 728.176 l
+3540.49 728.176 l
+3540.49 860.859 l
+3573.6 863.75 l
+3572.55 839.844 l
+3573.6 839.844 l
+3580.43 854.824 3593.31 865.332 3607.75 865.332 c
+3614.06 865.332 3621.16 863.75 3625.62 861.125 c
+3620.1 825.656 l
+f
+3704.21 837.746 m
+3695.28 837.746 3686.35 834.855 3680.3 830.645 c
+3680.3 756.816 l
+3685.29 753.398 3694.23 751.035 3701.84 751.035 c
+3724.97 751.035 3738.1 769.426 3738.1 793.859 c
+3738.1 821.191 3724.7 837.746 3704.21 837.746 c
+h
+3700.27 726.328 m
+3692.91 726.328 3684.76 728.176 3680.3 730.539 c
+3680.3 661.172 l
+3645.35 661.172 l
+3645.35 860.859 l
+3678.98 863.488 l
+3678.46 845.625 l
+3679.51 845.625 l
+3689.24 857.453 3704.47 865.332 3719.45 865.332 c
+3752.56 865.332 3773.58 837.219 3773.58 799.902 c
+3773.58 755.762 3744.94 726.328 3700.27 726.328 c
+f
+3853.76 842.473 m
+3836.94 842.473 3826.43 826.445 3824.6 810.41 c
+3881.08 810.41 l
+3881.08 828.02 3871.1 842.473 3853.76 842.473 c
+h
+3912.09 790.188 m
+3823.28 790.188 l
+3824.07 768.117 3838.79 751.301 3863.48 751.301 c
+3879.25 751.301 3893.44 754.707 3909.2 760.754 c
+3907.62 736.055 l
+3891.34 729.484 3875.31 725.285 3854.02 725.285 c
+3813.82 725.285 3789.38 753.137 3789.38 792.551 c
+3789.38 835.383 3817.23 865.332 3856.65 865.332 c
+3894.75 865.332 3913.41 839.316 3913.41 809.367 c
+3913.41 803.32 3912.88 794.914 3912.09 790.188 c
+f
+4026.68 728.176 m
+4026.68 809.102 l
+4026.68 827.754 4016.7 837.219 4000.14 837.219 c
+3990.68 837.219 3981.49 834.328 3974.92 830.117 c
+3974.92 728.176 l
+3939.97 728.176 l
+3939.97 860.859 l
+3973.6 863.488 l
+3973.08 845.098 l
+3974.13 845.098 l
+3983.85 855.871 3999.88 865.332 4018.28 865.332 c
+4041.92 865.332 4061.36 849.563 4061.36 819.348 c
+4061.36 728.176 l
+4026.68 728.176 l
+f
+1509.21 390.461 34.11 193.789 re
+f
+1658.34 485.957 m
+1658.34 537.434 1650.27 557.891 1632.91 557.891 c
+1614.92 557.891 1607.18 538.047 1607.18 488.75 c
+1607.18 437.277 1615.23 416.816 1632.6 416.816 c
+1650.58 416.816 1658.34 436.66 1658.34 485.957 c
+h
+1571.82 487.512 m
+1571.82 555.41 1595.08 588.586 1632.6 588.586 c
+1670.11 588.586 1693.68 559.445 1693.68 487.199 c
+1693.68 419.297 1670.43 386.125 1632.91 386.125 c
+1595.39 386.125 1571.82 415.266 1571.82 487.512 c
+f
+1763.1 421.152 m
+1780.15 421.152 1787.6 430.461 1787.6 448.137 c
+1787.6 466.738 1778.61 473.555 1759.69 473.555 c
+1755.35 473.555 l
+1755.35 421.152 l
+1763.1 421.152 l
+h
+1758.77 501.77 m
+1776.13 501.77 1784.19 509.211 1784.19 528.125 c
+1784.19 545.176 1777.06 553.555 1761.86 553.555 c
+1755.35 553.555 l
+1755.35 501.77 l
+1758.77 501.77 l
+h
+1721.56 390.461 m
+1721.56 584.25 l
+1766.82 584.25 l
+1804.65 584.25 1819.23 564.406 1819.23 533.711 c
+1819.23 511.691 1811.16 497.121 1796.59 490.605 c
+1812.09 483.789 1822.95 467.355 1822.95 445.957 c
+1822.95 412.785 1807.44 390.461 1767.44 390.461 c
+1721.56 390.461 l
+f
+2011.1 390.461 23.25 193.789 re
+f
+2133.25 390.461 m
+2133.25 496.504 l
+2133.25 509.523 2127.67 515.109 2118.68 515.109 c
+2111.24 515.109 2102.87 507.969 2096.04 498.672 c
+2096.04 390.461 l
+2074.03 390.461 l
+2074.03 531.848 l
+2096.04 535.879 l
+2096.04 517.59 l
+2103.48 530.293 2115.58 536.496 2126.43 536.496 c
+2145.04 536.496 2155.27 519.445 2155.27 500.84 c
+2155.27 390.461 l
+2133.25 390.461 l
+f
+2189.04 417.129 m
+2197.42 410.305 2206.4 405.969 2215.4 405.969 c
+2227.19 405.969 2234.31 414.648 2234.31 426.113 c
+2234.31 437.59 2228.11 445.344 2213.23 454.023 c
+2194.94 464.875 2184.08 477.59 2184.08 498.047 c
+2184.08 520.996 2201.44 536.496 2223.15 536.496 c
+2234.63 536.496 2245.16 531.848 2251.99 526.887 c
+2247.34 507.043 l
+2239.59 512.629 2231.52 516.652 2222.84 516.652 c
+2212.61 516.652 2205.17 509.836 2205.17 498.359 c
+2205.17 487.512 2209.82 480.383 2225.02 471.074 c
+2243 459.914 2255.4 447.199 2255.4 426.426 c
+2255.4 402.551 2238.03 386.426 2216.02 386.426 c
+2204.55 386.426 2192.77 390.773 2184.39 397.285 c
+2189.04 417.129 l
+f
+2335.68 392.941 m
+2329.79 388.906 2321.42 386.426 2315.22 386.426 c
+2299.41 386.426 2284.22 394.492 2284.22 430.461 c
+2284.22 511.074 l
+2269.96 512.629 l
+2269.96 527.512 l
+2284.22 533.086 l
+2284.22 565.02 l
+2306.23 565.02 l
+2306.23 532.473 l
+2334.75 532.473 l
+2333.51 512.629 l
+2306.23 512.629 l
+2306.23 428.293 l
+2306.23 411.855 2311.81 406.582 2318.94 406.582 c
+2323.59 406.582 2329.18 409.688 2332.9 413.098 c
+2335.68 392.941 l
+f
+2360.17 390.461 m
+2360.17 531.848 l
+2382.19 535.879 l
+2382.19 390.461 l
+2360.17 390.461 l
+h
+2355.52 582.383 m
+2355.52 592.004 2361.1 600.371 2371.33 600.371 c
+2381.56 600.371 2387.15 592.004 2387.15 582.383 c
+2387.15 572.773 2381.56 564.406 2371.33 564.406 c
+2361.1 564.406 2355.52 572.773 2355.52 582.383 c
+f
+2473.02 392.941 m
+2467.13 388.906 2458.76 386.426 2452.56 386.426 c
+2436.75 386.426 2421.55 394.492 2421.55 430.461 c
+2421.55 511.074 l
+2407.28 512.629 l
+2407.28 527.512 l
+2421.55 533.086 l
+2421.55 565.02 l
+2443.56 565.02 l
+2443.56 532.473 l
+2472.09 532.473 l
+2470.85 512.629 l
+2443.56 512.629 l
+2443.56 428.293 l
+2443.56 411.855 2449.15 406.582 2456.28 406.582 c
+2460.93 406.582 2466.51 409.688 2470.23 413.098 c
+2473.02 392.941 l
+f
+2555.48 387.051 m
+2555.48 405.344 l
+2548.03 392.629 2535.94 386.426 2525.09 386.426 c
+2506.48 386.426 2496.25 403.488 2496.25 422.09 c
+2496.25 532.473 l
+2518.27 532.473 l
+2518.27 426.426 l
+2518.27 413.41 2523.85 407.824 2532.84 407.824 c
+2540.28 407.824 2548.34 414.953 2555.48 424.258 c
+2555.48 532.473 l
+2577.49 532.473 l
+2577.49 391.086 l
+2555.48 387.051 l
+f
+2672.35 387.051 m
+2672.35 405.344 l
+2664.91 392.629 2652.81 386.426 2641.96 386.426 c
+2623.36 386.426 2613.12 403.488 2613.12 422.09 c
+2613.12 532.473 l
+2635.14 532.473 l
+2635.14 426.426 l
+2635.14 413.41 2640.72 407.824 2649.71 407.824 c
+2657.16 407.824 2665.21 414.953 2672.35 424.258 c
+2672.35 532.473 l
+2694.36 532.473 l
+2694.36 391.086 l
+2672.35 387.051 l
+f
+2784.57 392.941 m
+2778.67 388.906 2770.3 386.426 2764.1 386.426 c
+2748.29 386.426 2733.09 394.492 2733.09 430.461 c
+2733.09 511.074 l
+2718.83 512.629 l
+2718.83 527.512 l
+2733.09 533.086 l
+2733.09 565.02 l
+2755.1 565.02 l
+2755.1 532.473 l
+2783.63 532.473 l
+2782.39 512.629 l
+2755.1 512.629 l
+2755.1 428.293 l
+2755.1 411.855 2760.69 406.582 2767.82 406.582 c
+2772.47 406.582 2778.05 409.688 2781.77 413.098 c
+2784.57 392.941 l
+f
+2883.76 389.531 m
+2850.58 532.473 l
+2872.6 532.473 l
+2896.16 418.672 l
+2920.04 532.473 l
+2942.05 532.473 l
+2908.87 389.531 l
+2883.76 389.531 l
+f
+3027.3 461.152 m
+3027.3 498.359 3019.86 516.652 3003.74 516.652 c
+2987.61 516.652 2980.49 497.746 2980.49 461.465 c
+2980.49 424.258 2987.61 406.27 3003.74 406.27 c
+3019.86 406.27 3027.3 425.5 3027.3 461.152 c
+h
+2957.54 461.152 m
+2957.54 510.148 2974.6 536.496 3004.36 536.496 c
+3034.13 536.496 3050.25 511.074 3050.25 461.777 c
+3050.25 412.785 3032.58 386.426 3003.44 386.426 c
+2973.97 386.426 2957.54 411.855 2957.54 461.152 c
+f
+3147.59 461.152 m
+3147.59 498.359 3140.14 516.652 3124.02 516.652 c
+3107.9 516.652 3100.77 497.746 3100.77 461.465 c
+3100.77 424.258 3107.9 406.27 3124.02 406.27 c
+3140.14 406.27 3147.59 425.5 3147.59 461.152 c
+h
+3077.83 461.152 m
+3077.83 510.148 3094.88 536.496 3124.65 536.496 c
+3154.41 536.496 3170.53 511.074 3170.53 461.777 c
+3170.53 412.785 3152.86 386.426 3123.71 386.426 c
+3094.26 386.426 3077.83 411.855 3077.83 461.152 c
+f
+3201.21 390.461 m
+3201.21 531.848 l
+3223.22 535.879 l
+3223.22 510.762 l
+3228.18 526.887 3236.56 536.496 3248.02 536.496 c
+3253.61 536.496 3258.88 533.711 3263.22 529.992 c
+3258.57 507.043 l
+3254.85 510.449 3250.51 513.867 3245.86 513.867 c
+3237.79 513.867 3229.42 501.77 3223.22 479.758 c
+3223.22 390.461 l
+3201.21 390.461 l
+f
+1597.26 211.582 m
+1597.26 264.289 1587.34 291.887 1563.46 291.887 c
+1539.9 291.887 1530.29 263.672 1530.29 213.125 c
+1530.29 160.422 1541.14 132.824 1563.46 132.824 c
+1587.34 132.824 1597.26 161.035 1597.26 211.582 c
+h
+1506.41 212.199 m
+1506.41 277.617 1526.88 313.281 1563.16 313.281 c
+1600.06 313.281 1621.14 281.34 1621.14 212.512 c
+1621.14 147.09 1600.67 111.426 1564.09 111.426 c
+1527.5 111.426 1506.41 143.371 1506.41 212.199 c
+f
+1712.58 115.461 m
+1712.58 221.504 l
+1712.58 234.523 1707 240.109 1698.01 240.109 c
+1690.56 240.109 1682.19 232.969 1675.37 223.672 c
+1675.37 115.461 l
+1653.36 115.461 l
+1653.36 256.848 l
+1675.37 260.879 l
+1675.37 242.59 l
+1682.81 255.293 1694.9 261.496 1705.76 261.496 c
+1724.36 261.496 1734.59 244.445 1734.59 225.84 c
+1734.59 115.461 l
+1712.58 115.461 l
+f
+1824.18 117.941 m
+1818.29 113.906 1809.92 111.426 1803.72 111.426 c
+1787.91 111.426 1772.71 119.492 1772.71 155.461 c
+1772.71 236.074 l
+1758.45 237.629 l
+1758.45 252.512 l
+1772.71 258.086 l
+1772.71 290.02 l
+1794.72 290.02 l
+1794.72 257.473 l
+1823.25 257.473 l
+1822.01 237.629 l
+1794.72 237.629 l
+1794.72 153.293 l
+1794.72 136.855 1800.31 131.582 1807.44 131.582 c
+1812.09 131.582 1817.67 134.688 1821.39 138.098 c
+1824.18 117.941 l
+f
+1932.38 114.531 m
+1912.22 221.809 l
+1892.07 114.531 l
+1869.74 114.531 l
+1842.46 257.473 l
+1864.47 257.473 l
+1881.83 150.188 l
+1901.68 257.473 l
+1922.76 257.473 l
+1942.6 150.188 l
+1959.97 257.473 l
+1981.99 257.473 l
+1954.7 114.531 l
+1932.38 114.531 l
+f
+2010.17 115.461 m
+2010.17 256.848 l
+2032.19 260.879 l
+2032.19 115.461 l
+2010.17 115.461 l
+h
+2005.52 307.383 m
+2005.52 317.004 2011.1 325.371 2021.33 325.371 c
+2031.56 325.371 2037.15 317.004 2037.15 307.383 c
+2037.15 297.773 2031.56 289.406 2021.33 289.406 c
+2011.1 289.406 2005.52 297.773 2005.52 307.383 c
+f
+2130.15 115.461 m
+2092.32 183.359 l
+2091.08 183.359 l
+2091.08 115.461 l
+2069.07 115.461 l
+2069.07 324.445 l
+2091.08 328.469 l
+2091.08 195.461 l
+2092.32 195.461 l
+2130.15 257.473 l
+2154.96 257.473 l
+2112.48 190.801 l
+2155.89 115.461 l
+2130.15 115.461 l
+f
+2240.2 115.461 m
+2202.37 183.359 l
+2201.13 183.359 l
+2201.13 115.461 l
+2179.12 115.461 l
+2179.12 324.445 l
+2201.13 328.469 l
+2201.13 195.461 l
+2202.37 195.461 l
+2240.2 257.473 l
+2265.01 257.473 l
+2222.53 190.801 l
+2265.94 115.461 l
+2240.2 115.461 l
+f
+2338.79 204.758 m
+2338.79 231.426 2332.59 241.652 2321.42 241.652 c
+2310.57 241.652 2301.58 226.465 2300.34 199.484 c
+2338.79 199.484 l
+2338.79 204.758 l
+h
+2354.29 124.766 m
+2346.54 116.387 2338.16 111.426 2324.53 111.426 c
+2293.83 111.426 2277.4 136.855 2277.4 186.152 c
+2277.4 236.074 2297.24 261.496 2322.66 261.496 c
+2348.4 261.496 2359.87 240.109 2359.87 203.828 c
+2359.87 200.109 2359.26 188.32 2358.32 182.121 c
+2300.03 182.121 l
+2300.65 147.707 2308.71 131.27 2327.01 131.27 c
+2336.62 131.27 2343.12 137.473 2349.33 145.852 c
+2354.29 124.766 l
+f
+2389.93 115.461 m
+2389.93 324.445 l
+2411.94 328.469 l
+2411.94 115.461 l
+2389.93 115.461 l
+f
+2448.83 115.461 m
+2448.83 256.848 l
+2470.85 260.879 l
+2470.85 115.461 l
+2448.83 115.461 l
+h
+2444.18 307.383 m
+2444.18 317.004 2449.76 325.371 2460 325.371 c
+2470.22 325.371 2475.81 317.004 2475.81 307.383 c
+2475.81 297.773 2470.22 289.406 2460 289.406 c
+2449.76 289.406 2444.18 297.773 2444.18 307.383 c
+f
+2566.95 115.461 m
+2566.95 221.504 l
+2566.95 234.523 2561.37 240.109 2552.38 240.109 c
+2544.94 240.109 2536.57 232.969 2529.74 223.672 c
+2529.74 115.461 l
+2507.73 115.461 l
+2507.73 256.848 l
+2529.74 260.879 l
+2529.74 242.59 l
+2537.19 255.293 2549.27 261.496 2560.13 261.496 c
+2578.74 261.496 2588.96 244.445 2588.96 225.84 c
+2588.96 115.461 l
+2566.95 115.461 l
+f
+2676.37 208.477 m
+2676.37 231.113 2670.49 242.59 2659.94 242.59 c
+2650.02 242.59 2642.58 234.211 2642.58 207.551 c
+2642.58 183.359 2649.09 173.438 2659.32 173.438 c
+2669.25 173.438 2676.37 183.059 2676.37 208.477 c
+h
+2634.21 84.4531 m
+2634.21 70.1953 2642.89 59.3359 2661.19 59.3359 c
+2677.3 59.3359 2689.7 69.2578 2689.7 87.2461 c
+2689.7 102.441 2682.26 109.57 2663.36 109.57 c
+2659.64 109.57 2653.75 109.57 2649.71 110.188 c
+2641.35 105.852 2634.21 97.7852 2634.21 84.4531 c
+h
+2691.57 236.074 m
+2696.22 229.563 2698.4 217.473 2698.4 207.551 c
+2698.4 173.137 2681.03 155.773 2658.08 155.773 c
+2655.29 155.773 2650.64 156.074 2646.31 158.254 c
+2641.65 156.074 2637.61 151.426 2637.61 144.609 c
+2637.61 136.543 2644.13 130.969 2655.92 130.969 c
+2665.52 130.969 l
+2692.19 130.969 2712.65 119.18 2712.65 92.207 c
+2712.65 65.5391 2690.64 41.9727 2659.32 41.9727 c
+2632.65 41.9727 2612.51 55.6172 2612.51 80.7344 c
+2612.51 96.2422 2623.67 108.645 2637 112.98 c
+2626.15 116.699 2619.32 128.488 2619.32 139.336 c
+2619.32 151.113 2626.46 160.109 2636.07 165.07 c
+2626.46 171.895 2619.95 187.395 2619.95 208.164 c
+2619.95 243.516 2637 261.496 2659.64 261.496 c
+2668.93 261.496 2678.24 257.16 2682.58 253.125 c
+2710.49 255.605 l
+2711.41 233.594 l
+2691.57 236.074 l
+f
+2731.56 142.129 m
+2739.93 135.305 2748.92 130.969 2757.91 130.969 c
+2769.69 130.969 2776.82 139.648 2776.82 151.113 c
+2776.82 162.59 2770.62 170.344 2755.74 179.023 c
+2737.45 189.875 2726.6 202.59 2726.6 223.047 c
+2726.6 245.996 2743.96 261.496 2765.66 261.496 c
+2777.14 261.496 2787.67 256.848 2794.5 251.887 c
+2789.84 232.043 l
+2782.1 237.629 2774.03 241.652 2765.35 241.652 c
+2755.11 241.652 2747.67 234.836 2747.67 223.359 c
+2747.67 212.512 2752.33 205.383 2767.52 196.074 c
+2785.51 184.914 2797.91 172.199 2797.91 151.426 c
+2797.91 127.551 2780.54 111.426 2758.53 111.426 c
+2747.06 111.426 2735.27 115.773 2726.9 122.285 c
+2731.56 142.129 l
+f
+2849.35 139.336 m
+2853.39 134.688 2859.59 131.27 2865.79 131.27 c
+2881.91 131.27 2891.21 154.219 2891.21 186.777 c
+2891.21 217.785 2882.54 239.484 2867.65 239.484 c
+2860.52 239.484 2854.31 234.836 2849.35 227.082 c
+2849.35 139.336 l
+h
+2827.34 111.426 m
+2827.34 324.445 l
+2849.35 328.469 l
+2849.35 245.996 l
+2855.55 255.293 2864.86 261.496 2875.4 261.496 c
+2899.27 261.496 2914.16 231.73 2914.16 188.32 c
+2914.16 142.129 2897.11 111.426 2870.44 111.426 c
+2861.14 111.426 2852.15 113.605 2845.94 118.254 c
+2827.34 111.426 l
+f
+3003.12 204.758 m
+3003.12 231.426 2996.92 241.652 2985.76 241.652 c
+2974.91 241.652 2965.92 226.465 2964.68 199.484 c
+3003.12 199.484 l
+3003.12 204.758 l
+h
+3018.63 124.766 m
+3010.88 116.387 3002.5 111.426 2988.86 111.426 c
+2958.16 111.426 2941.74 136.855 2941.74 186.152 c
+2941.74 236.074 2961.58 261.496 2987 261.496 c
+3012.73 261.496 3024.21 240.109 3024.21 203.828 c
+3024.21 200.109 3023.59 188.32 3022.65 182.121 c
+2964.36 182.121 l
+2964.99 147.707 2973.04 131.27 2991.35 131.27 c
+3000.95 131.27 3007.46 137.473 3013.67 145.852 c
+3018.63 124.766 l
+f
+3054.27 115.461 m
+3054.27 324.445 l
+3076.28 328.469 l
+3076.28 115.461 l
+3054.27 115.461 l
+f
+3168.36 204.758 m
+3168.36 231.426 3162.16 241.652 3150.99 241.652 c
+3140.14 241.652 3131.15 226.465 3129.91 199.484 c
+3168.36 199.484 l
+3168.36 204.758 l
+h
+3183.86 124.766 m
+3176.11 116.387 3167.73 111.426 3154.1 111.426 c
+3123.4 111.426 3106.97 136.855 3106.97 186.152 c
+3106.97 236.074 3126.81 261.496 3152.23 261.496 c
+3177.97 261.496 3189.44 240.109 3189.44 203.828 c
+3189.44 200.109 3188.83 188.32 3187.89 182.121 c
+3129.6 182.121 l
+3130.22 147.707 3138.28 131.27 3156.58 131.27 c
+3166.19 131.27 3172.69 137.473 3178.9 145.852 c
+3183.86 124.766 l
+f
+3220.11 115.461 m
+3220.11 256.848 l
+3242.14 260.879 l
+3242.14 115.461 l
+3220.11 115.461 l
+h
+3215.47 307.383 m
+3215.47 317.004 3221.05 325.371 3231.29 325.371 c
+3241.51 325.371 3247.1 317.004 3247.1 307.383 c
+3247.1 297.773 3241.51 289.406 3231.29 289.406 c
+3221.05 289.406 3215.47 297.773 3215.47 307.383 c
+f
+3338.24 233.594 m
+3334.22 238.242 3328.01 241.652 3321.81 241.652 c
+3305.68 241.652 3296.38 218.711 3296.38 186.152 c
+3296.38 155.148 3305.07 133.449 3319.95 133.449 c
+3327.08 133.449 3333.59 139.336 3338.24 147.395 c
+3338.24 233.594 l
+h
+3338.24 115.461 m
+3338.24 128.488 l
+3332.04 118.867 3322.74 111.426 3312.19 111.426 c
+3288.32 111.426 3273.44 141.191 3273.44 184.602 c
+3273.44 230.801 3290.5 261.496 3317.16 261.496 c
+3325.52 261.496 3332.35 259.641 3338.24 255.918 c
+3338.24 324.445 l
+3360.25 328.469 l
+3360.25 115.461 l
+3338.24 115.461 l
+f
+3506.57 204.758 m
+3506.57 231.426 3500.37 241.652 3489.21 241.652 c
+3478.36 241.652 3469.36 226.465 3468.12 199.484 c
+3506.57 199.484 l
+3506.57 204.758 l
+h
+3522.07 124.766 m
+3514.32 116.387 3505.95 111.426 3492.3 111.426 c
+3461.61 111.426 3445.17 136.855 3445.17 186.152 c
+3445.17 236.074 3465.02 261.496 3490.45 261.496 c
+3516.18 261.496 3527.65 240.109 3527.65 203.828 c
+3527.65 200.109 3527.03 188.32 3526.1 182.121 c
+3467.81 182.121 l
+3468.44 147.707 3476.49 131.27 3494.78 131.27 c
+3504.4 131.27 3510.92 137.473 3517.11 145.852 c
+3522.07 124.766 l
+f
+3616.93 115.461 m
+3616.93 221.504 l
+3616.93 234.523 3611.35 240.109 3602.36 240.109 c
+3594.92 240.109 3586.55 232.969 3579.72 223.672 c
+3579.72 115.461 l
+3557.71 115.461 l
+3557.71 256.848 l
+3579.72 260.879 l
+3579.72 242.59 l
+3587.17 255.293 3599.26 261.496 3610.11 261.496 c
+3628.72 261.496 3638.94 244.445 3638.94 225.84 c
+3638.94 115.461 l
+3616.93 115.461 l
+f
+3712.71 182.746 m
+3713.34 202.59 l
+3767.91 202.59 l
+3768.53 182.746 l
+3712.71 182.746 l
+f
+3819.98 139.336 m
+3824.01 134.688 3830.21 131.27 3836.41 131.27 c
+3852.54 131.27 3861.83 154.219 3861.83 186.777 c
+3861.83 217.785 3853.16 239.484 3838.28 239.484 c
+3831.14 239.484 3824.94 234.836 3819.98 227.082 c
+3819.98 139.336 l
+h
+3797.97 111.426 m
+3797.97 324.445 l
+3819.98 328.469 l
+3819.98 245.996 l
+3826.18 255.293 3835.49 261.496 3846.02 261.496 c
+3869.9 261.496 3884.78 231.73 3884.78 188.32 c
+3884.78 142.129 3867.73 111.426 3841.06 111.426 c
+3831.77 111.426 3822.77 113.605 3816.57 118.254 c
+3797.97 111.426 l
+f
+3973.74 204.758 m
+3973.74 231.426 3967.54 241.652 3956.37 241.652 c
+3945.52 241.652 3936.53 226.465 3935.29 199.484 c
+3973.74 199.484 l
+3973.74 204.758 l
+h
+3989.24 124.766 m
+3981.49 116.387 3973.12 111.426 3959.47 111.426 c
+3928.78 111.426 3912.34 136.855 3912.34 186.152 c
+3912.34 236.074 3932.19 261.496 3957.61 261.496 c
+3983.35 261.496 3994.82 240.109 3994.82 203.828 c
+3994.82 200.109 3994.2 188.32 3993.27 182.121 c
+3934.98 182.121 l
+3935.6 147.707 3943.66 131.27 3961.95 131.27 c
+3971.57 131.27 3978.08 137.473 3984.27 145.852 c
+3989.24 124.766 l
+f
+4084.1 115.461 m
+4084.1 221.504 l
+4084.1 234.523 4078.52 240.109 4069.53 240.109 c
+4062.09 240.109 4053.72 232.969 4046.89 223.672 c
+4046.89 115.461 l
+4024.88 115.461 l
+4024.88 324.445 l
+4046.89 328.469 l
+4046.89 242.59 l
+4054.33 255.293 4066.42 261.496 4077.28 261.496 c
+4095.89 261.496 4106.11 244.445 4106.11 225.84 c
+4106.11 115.461 l
+4084.1 115.461 l
+f
+4197.57 204.758 m
+4197.57 231.426 4191.36 241.652 4180.2 241.652 c
+4169.35 241.652 4160.36 226.465 4159.12 199.484 c
+4197.57 199.484 l
+4197.57 204.758 l
+h
+4213.06 124.766 m
+4205.32 116.387 4196.95 111.426 4183.3 111.426 c
+4152.6 111.426 4136.17 136.855 4136.17 186.152 c
+4136.17 236.074 4156.01 261.496 4181.44 261.496 c
+4207.18 261.496 4218.65 240.109 4218.65 203.828 c
+4218.65 200.109 4218.02 188.32 4217.1 182.121 c
+4158.81 182.121 l
+4159.43 147.707 4167.49 131.27 4185.78 131.27 c
+4195.4 131.27 4201.91 137.473 4208.1 145.852 c
+4213.06 124.766 l
+f
+4304.52 204.758 m
+4304.52 231.426 4298.32 241.652 4287.16 241.652 c
+4276.31 241.652 4267.31 226.465 4266.07 199.484 c
+4304.52 199.484 l
+4304.52 204.758 l
+h
+4320.02 124.766 m
+4312.27 116.387 4303.9 111.426 4290.25 111.426 c
+4259.56 111.426 4243.12 136.855 4243.12 186.152 c
+4243.12 236.074 4262.97 261.496 4288.4 261.496 c
+4314.13 261.496 4325.6 240.109 4325.6 203.828 c
+4325.6 200.109 4324.98 188.32 4324.05 182.121 c
+4265.76 182.121 l
+4266.38 147.707 4274.44 131.27 4292.73 131.27 c
+4302.35 131.27 4308.86 137.473 4315.06 145.852 c
+4320.02 124.766 l
+f
+4355.66 115.461 m
+4355.66 256.848 l
+4377.67 260.879 l
+4377.67 235.762 l
+4382.63 251.887 4391.01 261.496 4402.48 261.496 c
+4408.06 261.496 4413.34 258.711 4417.67 254.992 c
+4413.02 232.043 l
+4409.3 235.449 4404.96 238.867 4400.31 238.867 c
+4392.24 238.867 4383.87 226.77 4377.67 204.758 c
+4377.67 115.461 l
+4355.66 115.461 l
+f
+/DeviceCMYK {} cs
+[0.048 0.7519 1 0.004] sc
+1310.06 115.098 m
+1310.06 115.098 l
+1294.41 115.098 1281.72 127.785 1281.72 143.438 c
+1281.72 557.297 l
+1281.72 572.949 1294.41 585.645 1310.06 585.645 c
+1325.72 585.645 1338.41 572.949 1338.41 557.297 c
+1338.41 143.438 l
+1338.41 127.785 1325.72 115.098 1310.06 115.098 c
+f
+1915.35 390.461 m
+1915.35 390.461 l
+1907.56 390.461 1901.24 395.723 1901.24 402.219 c
+1901.24 573.887 l
+1901.24 580.383 1907.56 585.645 1915.35 585.645 c
+1923.14 585.645 1929.46 580.383 1929.46 573.887 c
+1929.46 402.219 l
+1929.46 395.723 1923.14 390.461 1915.35 390.461 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF