summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-pos.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-pos.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-pos.eps1475
1 files changed, 1475 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-pos.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-pos.eps
new file mode 100644
index 00000000000..a7c65ea28fc
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-iob-nl-cmyk-pos.eps
@@ -0,0 +1,1475 @@
+%!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.0273 0 l
+22.9648 0 0 22.9609 0 51.0234 c
+0 969.445 l
+0 997.512 22.9648 1020.47 51.0273 1020.47 c
+969.449 1020.47 l
+997.516 1020.47 1020.47 997.512 1020.47 969.445 c
+1020.47 51.0234 l
+1020.47 22.9609 997.516 0 969.449 0 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.695 479.996 m
+659.023 356.609 608.293 267.398 496.477 267.398 c
+409.391 267.398 321.215 332.629 321.215 461.992 c
+321.215 808.926 l
+177.82 808.926 l
+177.82 454.715 l
+177.82 320.539 267.691 182.93 474.719 182.93 c
+675.676 182.93 756.527 327.145 757.438 446.738 c
+904.16 424.121 971.422 533.602 952.242 608.141 c
+926.617 578.547 885.641 552.344 757.613 588.648 c
+757.613 808.926 l
+654.695 808.926 l
+654.695 623.547 l
+453.633 689.547 406.055 506.371 406.055 506.371 c
+406.055 506.371 500.09 558.094 654.695 479.996 c
+f
+/DeviceCMYK {} cs
+[1 0.8926 0.3249 0.2324] sc
+1354.85 725.016 m
+1314.38 725.016 1282.07 746.035 1282.07 789.391 c
+1282.07 906.844 l
+1319.9 906.844 l
+1319.9 793.859 l
+1319.9 765.48 1341.19 754.707 1359.32 754.707 c
+1378.76 754.707 1396.89 765.48 1396.89 792.809 c
+1396.89 906.844 l
+1434.21 906.844 l
+1434.21 792.809 l
+1434.21 748.664 1402.68 725.016 1354.85 725.016 c
+f
+1561.95 728.172 m
+1561.95 809.098 l
+1561.95 827.754 1551.97 837.215 1535.42 837.215 c
+1525.96 837.215 1516.77 834.324 1510.2 830.117 c
+1510.2 728.172 l
+1475.24 728.172 l
+1475.24 860.859 l
+1508.88 863.488 l
+1508.36 845.098 l
+1509.4 845.098 l
+1519.13 855.871 1535.16 865.328 1553.55 865.328 c
+1577.2 865.328 1596.64 849.563 1596.64 819.348 c
+1596.64 728.172 l
+1561.95 728.172 l
+f
+1633.47 728.172 m
+1633.47 862.176 l
+1668.68 862.176 l
+1668.68 728.172 l
+1633.47 728.172 l
+h
+1651.07 886.875 m
+1641.08 886.875 1632.68 895.285 1632.68 905.527 c
+1632.68 915.777 1641.08 923.66 1651.07 923.66 c
+1661.32 923.66 1669.46 915.777 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.61 862.176 l
+1727.02 862.176 l
+1750.94 791.23 l
+1754.87 780.195 1758.03 761.277 1758.03 761.277 c
+1758.03 761.277 1761.18 779.934 1765.13 791.23 c
+1789.03 862.176 l
+1824.5 862.176 l
+1770.64 727.383 l
+f
+1897.06 842.469 m
+1880.24 842.469 1869.74 826.441 1867.9 810.41 c
+1924.38 810.41 l
+1924.38 828.02 1914.4 842.469 1897.06 842.469 c
+h
+1955.39 790.184 m
+1866.58 790.184 l
+1867.37 768.113 1882.09 751.297 1906.79 751.297 c
+1922.55 751.297 1936.74 754.707 1952.5 760.754 c
+1950.93 736.051 l
+1934.64 729.484 1918.61 725.281 1897.32 725.281 c
+1857.12 725.281 1832.69 753.133 1832.69 792.547 c
+1832.69 835.379 1860.54 865.328 1899.95 865.328 c
+1938.06 865.328 1956.71 839.316 1956.71 809.363 c
+1956.71 803.316 1956.18 794.906 1955.39 790.184 c
+f
+2062.9 825.652 m
+2056.06 829.598 2047.14 832.223 2038.73 832.223 c
+2030.59 832.223 2022.7 828.805 2018.23 824.078 c
+2018.23 728.172 l
+1983.28 728.172 l
+1983.28 860.859 l
+2016.4 863.75 l
+2015.34 839.84 l
+2016.4 839.84 l
+2023.22 854.82 2036.1 865.328 2050.55 865.328 c
+2056.86 865.328 2063.96 863.75 2068.42 861.125 c
+2062.9 825.652 l
+f
+2120.47 725.281 m
+2103.13 725.281 2089.2 728.957 2077.64 735.266 c
+2081.58 761.539 l
+2093.66 755.234 2108.64 751.031 2121.52 751.031 c
+2132.56 751.031 2142.54 754.707 2142.54 764.43 c
+2142.54 785.715 2081.85 780.984 2081.85 823.816 c
+2081.85 850.875 2106.54 865.328 2135.19 865.328 c
+2149.38 865.328 2164.08 861.387 2173.81 857.184 c
+2169.86 831.961 l
+2159.62 835.898 2145.96 839.574 2133.34 839.574 c
+2123.89 839.574 2115.74 835.898 2115.74 828.281 c
+2115.74 807.262 2176.7 811.465 2176.7 769.16 c
+2176.7 739.996 2151.21 725.281 2120.47 725.281 c
+f
+2204.31 728.172 m
+2204.31 862.176 l
+2239.52 862.176 l
+2239.52 728.172 l
+2204.31 728.172 l
+h
+2221.91 886.875 m
+2211.92 886.875 2203.52 895.285 2203.52 905.527 c
+2203.52 915.777 2211.92 923.66 2221.91 923.66 c
+2232.16 923.66 2240.3 915.777 2240.3 905.527 c
+2240.3 895.285 2232.16 886.875 2221.91 886.875 c
+f
+2317.58 725.281 m
+2293.94 725.281 2278.69 739.996 2278.69 762.59 c
+2278.69 770.211 2279.48 805.156 2279.48 826.18 c
+2279.48 837.477 l
+2266.87 837.477 l
+2266.87 851.141 l
+2310.22 891.344 l
+2313.64 891.344 l
+2313.64 862.176 l
+2356.2 862.176 l
+2356.2 837.477 l
+2313.64 837.477 l
+2313.64 835.379 2313.12 792.547 2313.12 774.414 c
+2313.12 760.227 2321.52 753.922 2334.39 753.922 c
+2341.23 753.922 2349.38 754.707 2357.26 757.336 c
+2357.26 733.16 l
+2345.96 728.434 2332.56 725.281 2317.58 725.281 c
+f
+2433.48 842.469 m
+2416.66 842.469 2406.15 826.441 2404.32 810.41 c
+2460.8 810.41 l
+2460.8 828.02 2450.82 842.469 2433.48 842.469 c
+h
+2491.81 790.184 m
+2403 790.184 l
+2403.79 768.113 2418.51 751.297 2443.2 751.297 c
+2458.96 751.297 2473.15 754.707 2488.92 760.754 c
+2487.34 736.051 l
+2471.05 729.484 2455.03 725.281 2433.74 725.281 c
+2393.54 725.281 2369.1 753.133 2369.1 792.547 c
+2369.1 835.379 2396.95 865.328 2436.37 865.328 c
+2474.47 865.328 2493.13 839.316 2493.13 809.363 c
+2493.13 803.316 2492.6 794.906 2491.81 790.184 c
+f
+2520.48 728.172 m
+2520.48 862.176 l
+2555.69 862.176 l
+2555.69 728.172 l
+2520.48 728.172 l
+h
+2538.09 886.875 m
+2528.1 886.875 2519.69 895.285 2519.69 905.527 c
+2519.69 915.777 2528.1 923.66 2538.09 923.66 c
+2548.33 923.66 2556.47 915.777 2556.47 905.527 c
+2556.47 895.285 2548.33 886.875 2538.09 886.875 c
+f
+2633.75 725.281 m
+2610.11 725.281 2594.86 739.996 2594.86 762.59 c
+2594.86 770.211 2595.65 805.156 2595.65 826.18 c
+2595.65 837.477 l
+2583.04 837.477 l
+2583.04 851.141 l
+2626.4 891.344 l
+2629.81 891.344 l
+2629.81 862.176 l
+2672.37 862.176 l
+2672.37 837.477 l
+2629.81 837.477 l
+2629.81 835.379 2629.29 792.547 2629.29 774.414 c
+2629.29 760.227 2637.7 753.922 2650.57 753.922 c
+2657.4 753.922 2665.55 754.707 2673.43 757.336 c
+2673.43 733.16 l
+2662.13 728.434 2648.73 725.281 2633.75 725.281 c
+f
+2822.18 854.293 m
+2819.81 861.387 2817.71 875.313 2817.71 875.313 c
+2817.71 875.313 2815.61 861.914 2812.98 854.293 c
+2794.59 800.691 l
+2840.83 800.691 l
+2822.18 854.293 l
+h
+2863.96 728.172 m
+2847.67 775.199 l
+2788.02 775.199 l
+2772.26 728.172 l
+2733.62 728.172 l
+2798.53 906.844 l
+2840.04 906.844 l
+2904.94 728.172 l
+2863.96 728.172 l
+f
+3012.46 728.172 m
+3012.46 809.098 l
+3012.46 827.754 3002.48 837.215 2985.93 837.215 c
+2976.46 837.215 2967.28 834.324 2960.7 830.117 c
+2960.7 728.172 l
+2925.75 728.172 l
+2925.75 860.859 l
+2959.38 863.488 l
+2958.87 845.098 l
+2959.91 845.098 l
+2969.64 855.871 2985.66 865.328 3004.06 865.328 c
+3027.71 865.328 3047.15 849.563 3047.15 819.348 c
+3047.15 728.172 l
+3012.46 728.172 l
+f
+3123.13 725.281 m
+3099.48 725.281 3084.24 739.996 3084.24 762.59 c
+3084.24 770.211 3085.03 805.156 3085.03 826.18 c
+3085.03 837.477 l
+3072.41 837.477 l
+3072.41 851.141 l
+3115.77 891.344 l
+3119.19 891.344 l
+3119.19 862.176 l
+3161.75 862.176 l
+3161.75 837.477 l
+3119.19 837.477 l
+3119.19 835.379 3118.66 792.547 3118.66 774.414 c
+3118.66 760.227 3127.07 753.922 3139.94 753.922 c
+3146.78 753.922 3154.92 754.707 3162.8 757.336 c
+3162.8 733.16 l
+3151.5 728.434 3138.11 725.281 3123.13 725.281 c
+f
+3333.36 727.383 m
+3305.51 727.383 l
+3280.02 793.859 l
+3276.07 804.109 3273.45 821.711 3273.45 821.711 c
+3273.45 821.711 3269.5 804.371 3265.83 793.859 c
+3241.12 727.383 l
+3214.06 727.383 l
+3168.09 862.176 l
+3206.45 862.176 l
+3225.36 796.223 l
+3228.52 785.715 3231.67 765.48 3231.67 765.48 c
+3231.67 765.48 3235.61 785.188 3239.29 795.965 c
+3262.68 862.176 l
+3288.43 862.176 l
+3312.86 795.965 l
+3317.06 785.188 3320.21 766.008 3320.21 766.008 c
+3320.21 766.008 3323.11 785.715 3326.52 796.484 c
+3345.18 862.176 l
+3379.6 862.176 l
+3333.36 727.383 l
+f
+3454.27 842.469 m
+3437.45 842.469 3426.94 826.441 3425.11 810.41 c
+3481.59 810.41 l
+3481.59 828.02 3471.61 842.469 3454.27 842.469 c
+h
+3512.6 790.184 m
+3423.79 790.184 l
+3424.58 768.113 3439.3 751.297 3463.99 751.297 c
+3479.76 751.297 3493.95 754.707 3509.71 760.754 c
+3508.13 736.051 l
+3491.85 729.484 3475.82 725.281 3454.53 725.281 c
+3414.33 725.281 3389.89 753.133 3389.89 792.547 c
+3389.89 835.379 3417.74 865.328 3457.16 865.328 c
+3495.26 865.328 3513.92 839.316 3513.92 809.363 c
+3513.92 803.316 3513.39 794.906 3512.6 790.184 c
+f
+3620.11 825.652 m
+3613.27 829.598 3604.35 832.223 3595.94 832.223 c
+3587.79 832.223 3579.9 828.805 3575.44 824.078 c
+3575.44 728.172 l
+3540.49 728.172 l
+3540.49 860.859 l
+3573.6 863.75 l
+3572.55 839.84 l
+3573.6 839.84 l
+3580.43 854.82 3593.31 865.328 3607.75 865.328 c
+3614.06 865.328 3621.16 863.75 3625.63 861.125 c
+3620.11 825.652 l
+f
+3704.21 837.742 m
+3695.28 837.742 3686.35 834.852 3680.3 830.645 c
+3680.3 756.813 l
+3685.29 753.395 3694.23 751.031 3701.85 751.031 c
+3724.97 751.031 3738.11 769.426 3738.11 793.859 c
+3738.11 821.188 3724.71 837.742 3704.21 837.742 c
+h
+3700.27 726.328 m
+3692.91 726.328 3684.77 728.172 3680.3 730.531 c
+3680.3 661.168 l
+3645.35 661.168 l
+3645.35 860.859 l
+3678.98 863.488 l
+3678.47 845.621 l
+3679.51 845.621 l
+3689.24 857.449 3704.47 865.328 3719.45 865.328 c
+3752.56 865.328 3773.58 837.215 3773.58 799.902 c
+3773.58 755.758 3744.94 726.328 3700.27 726.328 c
+f
+3853.76 842.469 m
+3836.94 842.469 3826.44 826.441 3824.6 810.41 c
+3881.08 810.41 l
+3881.08 828.02 3871.1 842.469 3853.76 842.469 c
+h
+3912.09 790.184 m
+3823.28 790.184 l
+3824.07 768.113 3838.79 751.297 3863.49 751.297 c
+3879.25 751.297 3893.44 754.707 3909.2 760.754 c
+3907.63 736.051 l
+3891.34 729.484 3875.31 725.281 3854.02 725.281 c
+3813.82 725.281 3789.38 753.133 3789.38 792.547 c
+3789.38 835.379 3817.24 865.328 3856.65 865.328 c
+3894.76 865.328 3913.41 839.316 3913.41 809.363 c
+3913.41 803.316 3912.88 794.906 3912.09 790.184 c
+f
+4026.68 728.172 m
+4026.68 809.098 l
+4026.68 827.754 4016.7 837.215 4000.15 837.215 c
+3990.68 837.215 3981.49 834.324 3974.92 830.117 c
+3974.92 728.172 l
+3939.97 728.172 l
+3939.97 860.859 l
+3973.6 863.488 l
+3973.09 845.098 l
+3974.13 845.098 l
+3983.86 855.871 3999.88 865.328 4018.28 865.328 c
+4041.92 865.328 4061.37 849.563 4061.37 819.348 c
+4061.37 728.172 l
+4026.68 728.172 l
+f
+1509.21 390.461 34.11 193.789 re
+f
+1658.34 485.957 m
+1658.34 537.43 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.59 416.816 1658.34 436.66 1658.34 485.957 c
+h
+1571.83 487.512 m
+1571.83 555.41 1595.08 588.586 1632.6 588.586 c
+1670.12 588.586 1693.68 559.445 1693.68 487.199 c
+1693.68 419.297 1670.43 386.117 1632.91 386.117 c
+1595.39 386.117 1571.83 415.266 1571.83 487.512 c
+f
+1763.11 421.152 m
+1780.16 421.152 1787.6 430.461 1787.6 448.133 c
+1787.6 466.734 1778.61 473.555 1759.7 473.555 c
+1755.35 473.555 l
+1755.35 421.152 l
+1763.11 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.551 1761.87 553.551 c
+1755.35 553.551 l
+1755.35 501.77 l
+1758.77 501.77 l
+h
+1721.56 390.461 m
+1721.56 584.25 l
+1766.83 584.25 l
+1804.65 584.25 1819.23 564.406 1819.23 533.707 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.26 193.789 re
+f
+2133.25 390.461 m
+2133.25 496.5 l
+2133.25 509.523 2127.68 515.105 2118.68 515.105 c
+2111.24 515.105 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.586 l
+2103.49 530.293 2115.59 536.496 2126.44 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.125 m
+2197.42 410.305 2206.41 405.965 2215.4 405.965 c
+2227.19 405.965 2234.32 414.645 2234.32 426.113 c
+2234.32 437.59 2228.12 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.45 536.496 2223.15 536.496 c
+2234.63 536.496 2245.17 531.848 2251.99 526.887 c
+2247.34 507.043 l
+2239.59 512.621 2231.52 516.652 2222.84 516.652 c
+2212.62 516.652 2205.18 509.836 2205.18 498.359 c
+2205.18 487.512 2209.82 480.379 2225.02 471.074 c
+2243 459.914 2255.4 447.199 2255.4 426.426 c
+2255.4 402.551 2238.04 386.426 2216.03 386.426 c
+2204.55 386.426 2192.77 390.773 2184.39 397.281 c
+2189.04 417.125 l
+f
+2335.68 392.941 m
+2329.79 388.906 2321.43 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.621 l
+2269.96 527.508 l
+2284.22 533.086 l
+2284.22 565.02 l
+2306.23 565.02 l
+2306.23 532.469 l
+2334.76 532.469 l
+2333.52 512.621 l
+2306.23 512.621 l
+2306.23 428.285 l
+2306.23 411.855 2311.82 406.582 2318.95 406.582 c
+2323.59 406.582 2329.18 409.684 2332.9 413.098 c
+2335.68 392.941 l
+f
+2360.18 390.461 m
+2360.18 531.848 l
+2382.19 535.879 l
+2382.19 390.461 l
+2360.18 390.461 l
+h
+2355.52 582.383 m
+2355.52 591.996 2361.1 600.371 2371.33 600.371 c
+2381.56 600.371 2387.15 591.996 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.03 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.29 512.621 l
+2407.29 527.508 l
+2421.55 533.086 l
+2421.55 565.02 l
+2443.56 565.02 l
+2443.56 532.469 l
+2472.09 532.469 l
+2470.85 512.621 l
+2443.56 512.621 l
+2443.56 428.285 l
+2443.56 411.855 2449.15 406.582 2456.28 406.582 c
+2460.93 406.582 2466.51 409.684 2470.23 413.098 c
+2473.03 392.941 l
+f
+2555.48 387.051 m
+2555.48 405.344 l
+2548.04 392.629 2535.94 386.426 2525.09 386.426 c
+2506.48 386.426 2496.25 403.484 2496.25 422.086 c
+2496.25 532.469 l
+2518.27 532.469 l
+2518.27 426.426 l
+2518.27 413.406 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.469 l
+2577.49 532.469 l
+2577.49 391.078 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.13 403.484 2613.13 422.086 c
+2613.13 532.469 l
+2635.15 532.469 l
+2635.15 426.426 l
+2635.15 413.406 2640.72 407.824 2649.72 407.824 c
+2657.16 407.824 2665.21 414.953 2672.35 424.258 c
+2672.35 532.469 l
+2694.37 532.469 l
+2694.37 391.078 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.1 394.492 2733.1 430.461 c
+2733.1 511.074 l
+2718.83 512.621 l
+2718.83 527.508 l
+2733.1 533.086 l
+2733.1 565.02 l
+2755.11 565.02 l
+2755.11 532.469 l
+2783.63 532.469 l
+2782.39 512.621 l
+2755.11 512.621 l
+2755.11 428.285 l
+2755.11 411.855 2760.69 406.582 2767.82 406.582 c
+2772.47 406.582 2778.06 409.684 2781.78 413.098 c
+2784.57 392.941 l
+f
+2883.76 389.531 m
+2850.59 532.469 l
+2872.6 532.469 l
+2896.16 418.672 l
+2920.04 532.469 l
+2942.05 532.469 l
+2908.88 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.62 516.652 2980.49 497.742 2980.49 461.465 c
+2980.49 424.258 2987.62 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.145 2974.6 536.496 3004.37 536.496 c
+3034.13 536.496 3050.25 511.074 3050.25 461.773 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.15 516.652 3124.02 516.652 c
+3107.9 516.652 3100.77 497.742 3100.77 461.465 c
+3100.77 424.258 3107.9 406.27 3124.02 406.27 c
+3140.15 406.27 3147.59 425.5 3147.59 461.152 c
+h
+3077.83 461.152 m
+3077.83 510.145 3094.88 536.496 3124.65 536.496 c
+3154.41 536.496 3170.54 511.074 3170.54 461.773 c
+3170.54 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.03 536.496 c
+3253.61 536.496 3258.89 533.707 3263.22 529.988 c
+3258.57 507.043 l
+3254.85 510.449 3250.51 513.863 3245.86 513.863 c
+3237.79 513.863 3229.42 501.77 3223.22 479.758 c
+3223.22 390.461 l
+3201.21 390.461 l
+f
+1597.27 211.578 m
+1597.27 264.289 1587.34 291.887 1563.47 291.887 c
+1539.9 291.887 1530.29 263.668 1530.29 213.125 c
+1530.29 160.422 1541.14 132.824 1563.47 132.824 c
+1587.34 132.824 1597.27 161.035 1597.27 211.578 c
+h
+1506.42 212.199 m
+1506.42 277.617 1526.88 313.277 1563.16 313.277 c
+1600.06 313.277 1621.14 281.34 1621.14 212.512 c
+1621.14 147.086 1600.67 111.426 1564.09 111.426 c
+1527.5 111.426 1506.42 143.367 1506.42 212.199 c
+f
+1712.58 115.461 m
+1712.58 221.5 l
+1712.58 234.523 1707 240.105 1698.01 240.105 c
+1690.57 240.105 1682.2 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.586 l
+1682.81 255.293 1694.9 261.496 1705.76 261.496 c
+1724.37 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.46 237.621 l
+1758.46 252.508 l
+1772.71 258.086 l
+1772.71 290.02 l
+1794.73 290.02 l
+1794.73 257.469 l
+1823.25 257.469 l
+1822.01 237.621 l
+1794.73 237.621 l
+1794.73 153.285 l
+1794.73 136.855 1800.31 131.582 1807.44 131.582 c
+1812.09 131.582 1817.68 134.684 1821.4 138.098 c
+1824.18 117.941 l
+f
+1932.38 114.531 m
+1912.23 221.809 l
+1892.07 114.531 l
+1869.75 114.531 l
+1842.46 257.469 l
+1864.47 257.469 l
+1881.84 150.188 l
+1901.68 257.469 l
+1922.76 257.469 l
+1942.61 150.188 l
+1959.97 257.469 l
+1981.99 257.469 l
+1954.71 114.531 l
+1932.38 114.531 l
+f
+2010.18 115.461 m
+2010.18 256.848 l
+2032.19 260.879 l
+2032.19 115.461 l
+2010.18 115.461 l
+h
+2005.52 307.383 m
+2005.52 316.996 2011.1 325.371 2021.33 325.371 c
+2031.56 325.371 2037.15 316.996 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.16 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.441 l
+2091.08 328.469 l
+2091.08 195.453 l
+2092.32 195.453 l
+2130.16 257.469 l
+2154.96 257.469 l
+2112.48 190.801 l
+2155.89 115.461 l
+2130.16 115.461 l
+f
+2240.21 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.441 l
+2201.13 328.469 l
+2201.13 195.453 l
+2202.37 195.453 l
+2240.21 257.469 l
+2265.01 257.469 l
+2222.53 190.801 l
+2265.94 115.461 l
+2240.21 115.461 l
+f
+2338.79 204.758 m
+2338.79 231.422 2332.59 241.652 2321.43 241.652 c
+2310.58 241.652 2301.58 226.461 2300.34 199.484 c
+2338.79 199.484 l
+2338.79 204.758 l
+h
+2354.3 124.762 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.25 261.496 2322.67 261.496 c
+2348.4 261.496 2359.87 240.105 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.13 137.473 2349.34 145.848 c
+2354.3 124.762 l
+f
+2389.93 115.461 m
+2389.93 324.441 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 316.996 2449.77 325.371 2460 325.371 c
+2470.22 325.371 2475.81 316.996 2475.81 307.383 c
+2475.81 297.773 2470.22 289.406 2460 289.406 c
+2449.77 289.406 2444.18 297.773 2444.18 307.383 c
+f
+2566.95 115.461 m
+2566.95 221.5 l
+2566.95 234.523 2561.38 240.105 2552.38 240.105 c
+2544.94 240.105 2536.57 232.969 2529.75 223.672 c
+2529.75 115.461 l
+2507.73 115.461 l
+2507.73 256.848 l
+2529.75 260.879 l
+2529.75 242.586 l
+2537.19 255.293 2549.28 261.496 2560.14 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.38 208.477 m
+2676.38 231.113 2670.49 242.586 2659.94 242.586 c
+2650.02 242.586 2642.58 234.211 2642.58 207.551 c
+2642.58 183.359 2649.09 173.438 2659.33 173.438 c
+2669.25 173.438 2676.38 183.055 2676.38 208.477 c
+h
+2634.21 84.4531 m
+2634.21 70.1914 2642.89 59.3359 2661.19 59.3359 c
+2677.3 59.3359 2689.71 69.2578 2689.71 87.2461 c
+2689.71 102.438 2682.27 109.57 2663.36 109.57 c
+2659.64 109.57 2653.75 109.57 2649.72 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.133 2681.04 155.77 2658.09 155.77 c
+2655.29 155.77 2650.64 156.074 2646.31 158.246 c
+2641.65 156.074 2637.62 151.426 2637.62 144.605 c
+2637.62 136.543 2644.13 130.965 2655.92 130.965 c
+2665.53 130.965 l
+2692.19 130.965 2712.66 119.18 2712.66 92.207 c
+2712.66 65.5391 2690.64 41.9727 2659.33 41.9727 c
+2632.66 41.9727 2612.51 55.6172 2612.51 80.7344 c
+2612.51 96.2383 2623.67 108.641 2637 112.98 c
+2626.15 116.699 2619.33 128.484 2619.33 139.336 c
+2619.33 151.113 2626.46 160.109 2636.07 165.07 c
+2626.46 171.891 2619.95 187.395 2619.95 208.164 c
+2619.95 243.516 2637 261.496 2659.64 261.496 c
+2668.94 261.496 2678.24 257.16 2682.58 253.125 c
+2710.49 255.605 l
+2711.42 233.594 l
+2691.57 236.074 l
+f
+2731.56 142.125 m
+2739.93 135.305 2748.93 130.965 2757.91 130.965 c
+2769.7 130.965 2776.83 139.645 2776.83 151.113 c
+2776.83 162.59 2770.63 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.68 256.848 2794.5 251.887 c
+2789.84 232.043 l
+2782.1 237.621 2774.03 241.652 2765.35 241.652 c
+2755.12 241.652 2747.68 234.836 2747.68 223.359 c
+2747.68 212.512 2752.33 205.379 2767.52 196.074 c
+2785.51 184.914 2797.91 172.199 2797.91 151.426 c
+2797.91 127.551 2780.55 111.426 2758.54 111.426 c
+2747.06 111.426 2735.27 115.773 2726.9 122.281 c
+2731.56 142.125 l
+f
+2849.36 139.336 m
+2853.39 134.684 2859.59 131.27 2865.79 131.27 c
+2881.91 131.27 2891.21 154.219 2891.21 186.773 c
+2891.21 217.781 2882.54 239.484 2867.66 239.484 c
+2860.52 239.484 2854.32 234.836 2849.36 227.082 c
+2849.36 139.336 l
+h
+2827.34 111.426 m
+2827.34 324.441 l
+2849.36 328.469 l
+2849.36 245.996 l
+2855.56 255.293 2864.86 261.496 2875.4 261.496 c
+2899.28 261.496 2914.16 231.73 2914.16 188.32 c
+2914.16 142.125 2897.11 111.426 2870.44 111.426 c
+2861.14 111.426 2852.15 113.602 2845.95 118.254 c
+2827.34 111.426 l
+f
+3003.13 204.758 m
+3003.13 231.422 2996.92 241.652 2985.76 241.652 c
+2974.91 241.652 2965.92 226.461 2964.68 199.484 c
+3003.13 199.484 l
+3003.13 204.758 l
+h
+3018.63 124.762 m
+3010.88 116.387 3002.5 111.426 2988.87 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.105 3024.21 203.828 c
+3024.21 200.109 3023.59 188.32 3022.66 182.121 c
+2964.37 182.121 l
+2964.99 147.707 2973.05 131.27 2991.35 131.27 c
+3000.96 131.27 3007.46 137.473 3013.67 145.848 c
+3018.63 124.762 l
+f
+3054.27 115.461 m
+3054.27 324.441 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.422 3162.16 241.652 3151 241.652 c
+3140.15 241.652 3131.15 226.461 3129.91 199.484 c
+3168.36 199.484 l
+3168.36 204.758 l
+h
+3183.87 124.762 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.82 261.496 3152.24 261.496 c
+3177.97 261.496 3189.44 240.105 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.7 137.473 3178.91 145.848 c
+3183.87 124.762 l
+f
+3220.12 115.461 m
+3220.12 256.848 l
+3242.14 260.879 l
+3242.14 115.461 l
+3220.12 115.461 l
+h
+3215.47 307.383 m
+3215.47 316.996 3221.05 325.371 3231.29 325.371 c
+3241.51 325.371 3247.1 316.996 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.82 241.652 c
+3305.68 241.652 3296.39 218.711 3296.39 186.152 c
+3296.39 155.148 3305.07 133.445 3319.95 133.445 c
+3327.08 133.445 3333.59 139.336 3338.24 147.395 c
+3338.24 233.594 l
+h
+3338.24 115.461 m
+3338.24 128.484 l
+3332.04 118.867 3322.74 111.426 3312.2 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.53 261.496 3332.35 259.641 3338.24 255.918 c
+3338.24 324.441 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.422 3500.37 241.652 3489.21 241.652 c
+3478.36 241.652 3469.37 226.461 3468.13 199.484 c
+3506.57 199.484 l
+3506.57 204.758 l
+h
+3522.07 124.762 m
+3514.33 116.387 3505.96 111.426 3492.3 111.426 c
+3461.61 111.426 3445.18 136.855 3445.18 186.152 c
+3445.18 236.074 3465.02 261.496 3490.45 261.496 c
+3516.18 261.496 3527.66 240.105 3527.66 203.828 c
+3527.66 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.79 131.27 c
+3504.4 131.27 3510.92 137.473 3517.11 145.848 c
+3522.07 124.762 l
+f
+3616.93 115.461 m
+3616.93 221.5 l
+3616.93 234.523 3611.36 240.105 3602.36 240.105 c
+3594.92 240.105 3586.55 232.969 3579.73 223.672 c
+3579.73 115.461 l
+3557.71 115.461 l
+3557.71 256.848 l
+3579.73 260.879 l
+3579.73 242.586 l
+3587.17 255.293 3599.26 261.496 3610.12 261.496 c
+3628.72 261.496 3638.95 244.445 3638.95 225.84 c
+3638.95 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.54 182.746 l
+3712.71 182.746 l
+f
+3819.98 139.336 m
+3824.01 134.684 3830.21 131.27 3836.42 131.27 c
+3852.54 131.27 3861.84 154.219 3861.84 186.773 c
+3861.84 217.781 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.441 l
+3819.98 328.469 l
+3819.98 245.996 l
+3826.18 255.293 3835.49 261.496 3846.03 261.496 c
+3869.9 261.496 3884.79 231.73 3884.79 188.32 c
+3884.79 142.125 3867.73 111.426 3841.06 111.426 c
+3831.77 111.426 3822.77 113.602 3816.57 118.254 c
+3797.97 111.426 l
+f
+3973.74 204.758 m
+3973.74 231.422 3967.54 241.652 3956.38 241.652 c
+3945.53 241.652 3936.53 226.461 3935.29 199.484 c
+3973.74 199.484 l
+3973.74 204.758 l
+h
+3989.24 124.762 m
+3981.49 116.387 3973.13 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.62 261.496 c
+3983.35 261.496 3994.82 240.105 3994.82 203.828 c
+3994.82 200.109 3994.2 188.32 3993.27 182.121 c
+3934.98 182.121 l
+3935.61 147.707 3943.66 131.27 3961.95 131.27 c
+3971.57 131.27 3978.09 137.473 3984.28 145.848 c
+3989.24 124.762 l
+f
+4084.1 115.461 m
+4084.1 221.5 l
+4084.1 234.523 4078.53 240.105 4069.53 240.105 c
+4062.09 240.105 4053.72 232.969 4046.89 223.672 c
+4046.89 115.461 l
+4024.88 115.461 l
+4024.88 324.441 l
+4046.89 328.469 l
+4046.89 242.586 l
+4054.34 255.293 4066.43 261.496 4077.29 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.422 4191.37 241.652 4180.21 241.652 c
+4169.36 241.652 4160.36 226.461 4159.12 199.484 c
+4197.57 199.484 l
+4197.57 204.758 l
+h
+4213.07 124.762 m
+4205.32 116.387 4196.95 111.426 4183.3 111.426 c
+4152.61 111.426 4136.17 136.855 4136.17 186.152 c
+4136.17 236.074 4156.02 261.496 4181.45 261.496 c
+4207.18 261.496 4218.65 240.105 4218.65 203.828 c
+4218.65 200.109 4218.03 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.11 145.848 c
+4213.07 124.762 l
+f
+4304.52 204.758 m
+4304.52 231.422 4298.32 241.652 4287.16 241.652 c
+4276.31 241.652 4267.31 226.461 4266.07 199.484 c
+4304.52 199.484 l
+4304.52 204.758 l
+h
+4320.02 124.762 m
+4312.28 116.387 4303.91 111.426 4290.25 111.426 c
+4259.56 111.426 4243.13 136.855 4243.13 186.152 c
+4243.13 236.074 4262.97 261.496 4288.4 261.496 c
+4314.13 261.496 4325.61 240.105 4325.61 203.828 c
+4325.61 200.109 4324.98 188.32 4324.05 182.121 c
+4265.76 182.121 l
+4266.39 147.707 4274.44 131.27 4292.73 131.27 c
+4302.35 131.27 4308.87 137.473 4315.06 145.848 c
+4320.02 124.762 l
+f
+4355.66 115.461 m
+4355.66 256.848 l
+4377.68 260.879 l
+4377.68 235.762 l
+4382.64 251.887 4391.02 261.496 4402.48 261.496 c
+4408.07 261.496 4413.34 258.707 4417.68 254.988 c
+4413.03 232.043 l
+4409.31 235.449 4404.96 238.863 4400.31 238.863 c
+4392.25 238.863 4383.88 226.77 4377.68 204.758 c
+4377.68 115.461 l
+4355.66 115.461 l
+f
+/DeviceCMYK {} cs
+[0.048 0.7519 1 0.004] sc
+1310.06 115.094 m
+1310.06 115.094 l
+1294.41 115.094 1281.72 127.785 1281.72 143.438 c
+1281.72 557.301 l
+1281.72 572.953 1294.41 585.645 1310.06 585.645 c
+1325.72 585.645 1338.41 572.953 1338.41 557.301 c
+1338.41 143.438 l
+1338.41 127.785 1325.72 115.094 1310.06 115.094 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