summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-pos.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-pos.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-pos.eps1165
1 files changed, 1165 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-pos.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-pos.eps
new file mode 100644
index 00000000000..6ffd2106206
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-pos.eps
@@ -0,0 +1,1165 @@
+%!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 4063.31 1020.47 re
+W
+[/Separation (OW C=53 M=25 Y=26 K=5) /DeviceCMYK
+{dup 0.53 mul exch dup 0.25 mul exch dup 0.26 mul exch 0.05 mul }
+] {} cs
+[1] sc
+[1] sc
+969.449 0 m
+51.0234 0 l
+22.9609 0 0 22.957 0 51.0234 c
+0 969.445 l
+0 997.508 22.9609 1020.47 51.0234 1020.47 c
+969.449 1020.47 l
+997.512 1020.47 1020.47 997.508 1020.47 969.445 c
+1020.47 51.0234 l
+1020.47 22.957 997.512 0 969.449 0 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.695 479.992 m
+659.023 356.609 608.289 267.398 496.473 267.398 c
+409.387 267.398 321.215 332.629 321.215 461.992 c
+321.215 808.922 l
+177.82 808.922 l
+177.82 454.711 l
+177.82 320.539 267.688 182.934 474.719 182.934 c
+675.672 182.934 756.527 327.145 757.438 446.734 c
+904.16 424.121 971.418 533.602 952.238 608.141 c
+926.613 578.547 885.637 552.34 757.613 588.648 c
+757.613 808.922 l
+654.695 808.922 l
+654.695 623.547 l
+453.633 689.547 406.055 506.375 406.055 506.375 c
+406.055 506.375 500.086 558.09 654.695 479.992 c
+f
+/DeviceCMYK {} cs
+[1 0.8926 0.3249 0.2324] sc
+1354.22 603.766 m
+1313.75 603.766 1281.44 624.781 1281.44 668.141 c
+1281.44 785.594 l
+1319.27 785.594 l
+1319.27 672.605 l
+1319.27 644.227 1340.56 633.453 1358.69 633.453 c
+1378.13 633.453 1396.26 644.227 1396.26 671.559 c
+1396.26 785.594 l
+1433.58 785.594 l
+1433.58 671.559 l
+1433.58 627.41 1402.05 603.766 1354.22 603.766 c
+f
+1561.32 606.922 m
+1561.32 687.848 l
+1561.32 706.5 1551.34 715.965 1534.79 715.965 c
+1525.33 715.965 1516.14 713.074 1509.56 708.863 c
+1509.56 606.922 l
+1474.61 606.922 l
+1474.61 739.605 l
+1508.25 742.234 l
+1507.73 723.844 l
+1508.77 723.844 l
+1518.5 734.617 1534.53 744.078 1552.92 744.078 c
+1576.57 744.078 1596.01 728.309 1596.01 698.094 c
+1596.01 606.922 l
+1561.32 606.922 l
+f
+1632.84 606.922 m
+1632.84 740.926 l
+1668.05 740.926 l
+1668.05 606.922 l
+1632.84 606.922 l
+h
+1650.44 765.621 m
+1640.45 765.621 1632.05 774.031 1632.05 784.273 c
+1632.05 794.527 1640.45 802.41 1650.44 802.41 c
+1660.69 802.41 1668.83 794.527 1668.83 784.273 c
+1668.83 774.031 1660.69 765.621 1650.44 765.621 c
+f
+1770.01 606.129 m
+1740.58 606.129 l
+1686.98 740.926 l
+1726.39 740.926 l
+1750.31 669.977 l
+1754.24 658.941 1757.4 640.027 1757.4 640.027 c
+1757.4 640.027 1760.55 658.68 1764.5 669.977 c
+1788.4 740.926 l
+1823.87 740.926 l
+1770.01 606.129 l
+f
+1896.43 721.219 m
+1879.61 721.219 1869.11 705.191 1867.27 689.156 c
+1923.75 689.156 l
+1923.75 706.766 1913.77 721.219 1896.43 721.219 c
+h
+1954.76 668.934 m
+1865.95 668.934 l
+1866.74 646.863 1881.46 630.047 1906.16 630.047 c
+1921.92 630.047 1936.11 633.453 1951.87 639.5 c
+1950.3 614.801 l
+1934.01 608.23 1917.98 604.031 1896.69 604.031 c
+1856.49 604.031 1832.05 631.883 1832.05 671.297 c
+1832.05 714.129 1859.91 744.078 1899.32 744.078 c
+1937.43 744.078 1956.08 718.063 1956.08 688.113 c
+1956.08 682.066 1955.55 673.66 1954.76 668.934 c
+f
+2062.27 704.402 m
+2055.43 708.348 2046.51 710.973 2038.1 710.973 c
+2029.96 710.973 2022.06 707.555 2017.6 702.828 c
+2017.6 606.922 l
+1982.65 606.922 l
+1982.65 739.605 l
+2015.77 742.496 l
+2014.71 718.59 l
+2015.77 718.59 l
+2022.59 733.57 2035.47 744.078 2049.92 744.078 c
+2056.22 744.078 2063.32 742.496 2067.79 739.871 c
+2062.27 704.402 l
+f
+2119.84 604.031 m
+2102.49 604.031 2088.57 607.703 2077.01 614.012 c
+2080.95 640.289 l
+2093.03 633.98 2108.01 629.781 2120.89 629.781 c
+2131.93 629.781 2141.91 633.453 2141.91 643.18 c
+2141.91 664.461 2081.22 659.734 2081.22 702.566 c
+2081.22 729.625 2105.91 744.078 2134.55 744.078 c
+2148.74 744.078 2163.45 740.133 2173.18 735.934 c
+2169.23 710.711 l
+2158.99 714.645 2145.33 718.328 2132.71 718.328 c
+2123.26 718.328 2115.11 714.645 2115.11 707.027 c
+2115.11 686.012 2176.07 690.211 2176.07 647.906 c
+2176.07 618.746 2150.58 604.031 2119.84 604.031 c
+f
+2203.68 606.922 m
+2203.68 740.926 l
+2238.89 740.926 l
+2238.89 606.922 l
+2203.68 606.922 l
+h
+2221.28 765.621 m
+2211.29 765.621 2202.88 774.031 2202.88 784.273 c
+2202.88 794.527 2211.29 802.41 2221.28 802.41 c
+2231.53 802.41 2239.67 794.527 2239.67 784.273 c
+2239.67 774.031 2231.53 765.621 2221.28 765.621 c
+f
+2316.95 604.031 m
+2293.3 604.031 2278.06 618.746 2278.06 641.336 c
+2278.06 648.961 2278.85 683.902 2278.85 704.93 c
+2278.85 716.227 l
+2266.23 716.227 l
+2266.23 729.891 l
+2309.59 770.094 l
+2313.01 770.094 l
+2313.01 740.926 l
+2355.57 740.926 l
+2355.57 716.227 l
+2313.01 716.227 l
+2313.01 714.129 2312.48 671.297 2312.48 653.16 c
+2312.48 638.973 2320.89 632.672 2333.76 632.672 c
+2340.6 632.672 2348.74 633.453 2356.63 636.082 c
+2356.63 611.91 l
+2345.33 607.184 2331.93 604.031 2316.95 604.031 c
+f
+2444.41 606.656 m
+2430.22 570.398 2410.25 539.129 2377.67 539.129 c
+2367.16 539.129 2357.7 541.754 2351.92 545.172 c
+2357.44 570.398 l
+2362.95 568.297 2369.26 566.98 2376.35 566.98 c
+2394.49 566.98 2406.58 590.887 2413.93 608.23 c
+2360.85 740.926 l
+2400.27 740.926 l
+2424.7 671.297 l
+2428.38 660.523 2431.54 641.082 2431.54 641.082 c
+2431.54 641.082 2435.47 659.996 2439.15 671.297 c
+2461.75 740.926 l
+2496.69 740.926 l
+2444.41 606.656 l
+f
+2628.65 718.328 m
+2608.41 718.328 2595.8 699.148 2595.8 674.969 c
+2595.8 650.535 2608.94 629.781 2629.43 629.781 c
+2649.14 629.781 2662.54 648.961 2662.54 672.867 c
+2662.54 697.566 2649.4 718.328 2628.65 718.328 c
+h
+2626.27 604.031 m
+2585.81 604.031 2559.8 633.98 2559.8 671.824 c
+2559.8 714.129 2587.65 744.078 2631.79 744.078 c
+2672.26 744.078 2698.28 714.129 2698.28 676.285 c
+2698.28 633.98 2670.16 604.031 2626.27 604.031 c
+f
+2798.95 784.02 m
+2793.96 785.855 2787.65 787.43 2781.87 787.43 c
+2771.88 787.43 2764 781.395 2764 766.148 c
+2764 740.926 l
+2796.59 740.926 l
+2796.59 715.699 l
+2764 715.699 l
+2764 606.922 l
+2729.06 606.922 l
+2729.06 715.699 l
+2712.24 715.699 l
+2712.24 736.98 l
+2729.06 740.926 l
+2729.06 764.578 l
+2729.06 795.32 2750.86 813.973 2780.03 813.973 c
+2788.96 813.973 2798.42 811.344 2803.94 808.453 c
+2798.95 784.02 l
+f
+2945.6 733.043 m
+2943.24 740.133 2941.13 754.059 2941.13 754.059 c
+2941.13 754.059 2939.03 740.66 2936.4 733.043 c
+2918.01 679.441 l
+2964.25 679.441 l
+2945.6 733.043 l
+h
+2987.38 606.922 m
+2971.09 653.953 l
+2911.44 653.953 l
+2895.68 606.922 l
+2857.05 606.922 l
+2921.95 785.594 l
+2963.46 785.594 l
+3028.36 606.922 l
+2987.38 606.922 l
+f
+3135.87 606.922 m
+3135.87 687.848 l
+3135.87 706.5 3125.89 715.965 3109.34 715.965 c
+3099.88 715.965 3090.69 713.074 3084.12 708.863 c
+3084.12 606.922 l
+3049.16 606.922 l
+3049.16 739.605 l
+3082.8 742.234 l
+3082.28 723.844 l
+3083.32 723.844 l
+3093.05 734.617 3109.08 744.078 3127.47 744.078 c
+3151.12 744.078 3170.56 728.309 3170.56 698.094 c
+3170.56 606.922 l
+3135.87 606.922 l
+f
+3246.54 604.031 m
+3222.89 604.031 3207.65 618.746 3207.65 641.336 c
+3207.65 648.961 3208.44 683.902 3208.44 704.93 c
+3208.44 716.227 l
+3195.82 716.227 l
+3195.82 729.891 l
+3239.18 770.094 l
+3242.6 770.094 l
+3242.6 740.926 l
+3285.16 740.926 l
+3285.16 716.227 l
+3242.6 716.227 l
+3242.6 714.129 3242.07 671.297 3242.07 653.16 c
+3242.07 638.973 3250.48 632.672 3263.35 632.672 c
+3270.19 632.672 3278.33 633.453 3286.22 636.082 c
+3286.22 611.91 l
+3274.92 607.184 3261.52 604.031 3246.54 604.031 c
+f
+3456.77 606.129 m
+3428.92 606.129 l
+3403.43 672.605 l
+3399.49 682.859 3396.86 700.457 3396.86 700.457 c
+3396.86 700.457 3392.91 683.121 3389.24 672.605 c
+3364.54 606.129 l
+3337.47 606.129 l
+3291.5 740.926 l
+3329.86 740.926 l
+3348.77 674.969 l
+3351.93 664.461 3355.08 644.227 3355.08 644.227 c
+3355.08 644.227 3359.02 663.934 3362.7 674.715 c
+3386.09 740.926 l
+3411.84 740.926 l
+3436.27 674.715 l
+3440.47 663.934 3443.63 644.754 3443.63 644.754 c
+3443.63 644.754 3446.52 664.461 3449.94 675.23 c
+3468.59 740.926 l
+3503.01 740.926 l
+3456.77 606.129 l
+f
+3577.69 721.219 m
+3560.87 721.219 3550.37 705.191 3548.53 689.156 c
+3605.01 689.156 l
+3605.01 706.766 3595.03 721.219 3577.69 721.219 c
+h
+3636.02 668.934 m
+3547.21 668.934 l
+3548 646.863 3562.72 630.047 3587.42 630.047 c
+3603.18 630.047 3617.37 633.453 3633.13 639.5 c
+3631.56 614.801 l
+3615.27 608.23 3599.24 604.031 3577.95 604.031 c
+3537.75 604.031 3513.31 631.883 3513.31 671.297 c
+3513.31 714.129 3541.17 744.078 3580.58 744.078 c
+3618.69 744.078 3637.34 718.063 3637.34 688.113 c
+3637.34 682.066 3636.81 673.66 3636.02 668.934 c
+f
+3743.52 704.402 m
+3736.68 708.348 3727.76 710.973 3719.35 710.973 c
+3711.21 710.973 3703.31 707.555 3698.85 702.828 c
+3698.85 606.922 l
+3663.9 606.922 l
+3663.9 739.605 l
+3697.02 742.496 l
+3695.96 718.59 l
+3697.02 718.59 l
+3703.84 733.57 3716.72 744.078 3731.17 744.078 c
+3737.47 744.078 3744.57 742.496 3749.04 739.871 c
+3743.52 704.402 l
+f
+3827.62 716.492 m
+3818.7 716.492 3809.76 713.602 3803.72 709.391 c
+3803.72 635.563 l
+3808.71 632.145 3817.64 629.781 3825.26 629.781 c
+3848.38 629.781 3861.52 648.172 3861.52 672.605 c
+3861.52 699.938 3848.12 716.492 3827.62 716.492 c
+h
+3823.69 605.074 m
+3816.32 605.074 3808.18 606.922 3803.72 609.285 c
+3803.72 539.918 l
+3768.76 539.918 l
+3768.76 739.605 l
+3802.4 742.234 l
+3801.88 724.371 l
+3802.92 724.371 l
+3812.65 736.199 3827.89 744.078 3842.87 744.078 c
+3875.97 744.078 3897 715.965 3897 678.648 c
+3897 634.508 3868.35 605.074 3823.69 605.074 c
+f
+1509.41 233.465 m
+1509.41 439.742 l
+1591.92 439.742 l
+1591.92 416.637 l
+1534.16 416.637 l
+1534.16 344.684 l
+1579.71 344.684 l
+1579.71 321.59 l
+1534.16 321.59 l
+1534.16 233.465 l
+1509.41 233.465 l
+f
+1661.56 309.039 m
+1636.14 304.754 1626.57 289.234 1626.57 272.742 c
+1626.57 258.543 1633.5 251.617 1643.07 251.617 c
+1650 251.617 1656.94 258.875 1661.56 266.461 c
+1661.56 309.039 l
+h
+1694.23 230.496 m
+1677.4 228.512 1666.83 233.465 1662.88 246.004 c
+1661.56 246.004 l
+1656.94 236.766 1648.35 229.168 1633.83 229.168 c
+1616.34 229.168 1602.47 246.336 1602.47 270.094 c
+1602.47 297.82 1620.3 323.238 1661.56 326.863 c
+1661.56 340.398 l
+1661.56 356.238 1655.94 367.457 1641.09 367.457 c
+1632.18 367.457 1619.64 360.203 1610.06 349.969 c
+1606.44 372.078 l
+1615.68 382.645 1631.19 388.914 1644.07 388.914 c
+1672.78 388.914 1684.98 365.809 1684.98 341.383 c
+1684.98 261.188 l
+1684.98 253.59 1687.95 250.289 1696.21 250.289 c
+1694.23 230.496 l
+f
+1802.47 243.367 m
+1794.88 234.449 1783.98 229.168 1770.79 229.168 c
+1739.1 229.168 1720.94 256.238 1720.94 308.707 c
+1720.94 360.855 1739.43 388.914 1772.1 388.914 c
+1784.97 388.914 1794.88 383.961 1802.8 375.711 c
+1797.18 352.281 l
+1791.91 360.855 1781.67 367.789 1773.42 367.789 c
+1753.62 367.789 1745.37 347.652 1745.37 309.039 c
+1745.37 269.441 1753.95 250.289 1774.41 250.289 c
+1782.99 250.289 1790.91 256.891 1797.18 265.809 c
+1802.47 243.367 l
+f
+1895.19 229.832 m
+1895.19 249.305 l
+1887.27 235.77 1874.4 229.168 1862.85 229.168 c
+1843.04 229.168 1832.15 247.32 1832.15 267.125 c
+1832.15 384.625 l
+1855.59 384.625 l
+1855.59 271.746 l
+1855.59 257.887 1861.53 251.941 1871.1 251.941 c
+1879.02 251.941 1887.6 259.539 1895.19 269.441 c
+1895.19 384.625 l
+1918.63 384.625 l
+1918.63 234.117 l
+1895.19 229.832 l
+f
+1957.23 233.465 m
+1957.23 455.914 l
+1980.66 460.203 l
+1980.66 233.465 l
+1957.23 233.465 l
+f
+2076.69 236.102 m
+2070.42 231.813 2061.52 229.168 2054.92 229.168 c
+2038.08 229.168 2021.91 237.75 2021.91 276.043 c
+2021.91 361.852 l
+2006.72 363.504 l
+2006.72 379.344 l
+2021.91 385.281 l
+2021.91 419.273 l
+2045.35 419.273 l
+2045.35 384.625 l
+2075.71 384.625 l
+2074.39 363.504 l
+2045.35 363.504 l
+2045.35 273.727 l
+2045.35 256.238 2051.28 250.621 2058.87 250.621 c
+2063.82 250.621 2069.77 253.922 2073.72 257.555 c
+2076.69 236.102 l
+f
+2131.79 234.117 m
+2092.52 384.625 l
+2115.95 384.625 l
+2142.69 273.063 l
+2168.43 384.625 l
+2191.86 384.625 l
+2141.04 188.25 l
+2135.42 166.793 2122.88 155.242 2108.7 155.242 c
+2101.76 155.242 2094.5 157.547 2086.91 163.16 c
+2091.86 183.953 l
+2097.8 179 2102.75 176.695 2107.05 176.695 c
+2113.31 176.695 2118.27 180.984 2120.9 191.551 c
+2131.79 234.117 l
+f
+2343.67 308.707 m
+2343.67 348.316 2335.74 367.789 2318.58 367.789 c
+2301.42 367.789 2293.82 347.652 2293.82 309.039 c
+2293.82 269.441 2301.42 250.289 2318.58 250.289 c
+2335.74 250.289 2343.67 270.758 2343.67 308.707 c
+h
+2269.4 308.707 m
+2269.4 360.855 2287.55 388.914 2319.24 388.914 c
+2350.92 388.914 2368.09 361.852 2368.09 309.371 c
+2368.09 257.223 2349.27 229.168 2318.25 229.168 c
+2286.9 229.168 2269.4 256.238 2269.4 308.707 c
+f
+2400.09 233.465 m
+2400.09 361.852 l
+2384.91 363.504 l
+2384.91 379.344 l
+2400.09 385.281 l
+2400.09 413.668 l
+2400.09 453.27 2416.26 463.172 2434.42 463.172 c
+2441.67 463.172 2448.61 460.867 2455.54 456.57 c
+2450.92 435.125 l
+2446.3 438.746 2441.67 441.395 2437.39 441.395 c
+2429.13 441.395 2423.53 435.445 2423.53 415.973 c
+2423.53 384.625 l
+2450.59 384.625 l
+2449.27 363.504 l
+2423.53 363.504 l
+2423.53 233.465 l
+2400.09 233.465 l
+f
+2573.34 256.57 m
+2602.72 256.57 2617.24 282.633 2617.24 335.777 c
+2617.24 390.563 2602.72 416.637 2573.34 416.637 c
+2559.82 416.637 l
+2559.82 256.57 l
+2573.34 256.57 l
+h
+2535.06 233.465 m
+2535.06 439.742 l
+2574.99 439.742 l
+2617.9 439.742 2642.66 407.066 2642.66 336.766 c
+2642.66 269.762 2618.56 233.465 2575.99 233.465 c
+2535.06 233.465 l
+f
+2738.35 328.512 m
+2738.35 356.902 2731.75 367.789 2719.87 367.789 c
+2708.32 367.789 2698.74 351.617 2697.43 322.906 c
+2738.35 322.906 l
+2738.35 328.512 l
+h
+2754.86 243.367 m
+2746.61 234.449 2737.69 229.168 2723.17 229.168 c
+2690.5 229.168 2673 256.238 2673 308.707 c
+2673 361.852 2694.13 388.914 2721.2 388.914 c
+2748.59 388.914 2760.8 366.141 2760.8 327.527 c
+2760.8 323.563 2760.14 311.023 2759.14 304.422 c
+2697.09 304.422 l
+2697.76 267.789 2706.34 250.289 2725.81 250.289 c
+2736.04 250.289 2742.97 256.891 2749.57 265.809 c
+2754.86 243.367 l
+f
+2790.81 261.844 m
+2799.72 254.586 2809.29 249.969 2818.87 249.969 c
+2831.41 249.969 2839 259.207 2839 271.414 c
+2839 283.629 2832.4 291.883 2816.56 301.121 c
+2797.08 312.672 2785.53 326.207 2785.53 347.984 c
+2785.53 372.41 2804.02 388.914 2827.11 388.914 c
+2839.33 388.914 2850.55 383.961 2857.82 378.68 c
+2852.87 357.555 l
+2844.61 363.504 2836.03 367.789 2826.79 367.789 c
+2815.89 367.789 2807.97 360.535 2807.97 348.316 c
+2807.97 336.766 2812.92 329.176 2829.1 319.273 c
+2848.25 307.391 2861.44 293.863 2861.44 271.746 c
+2861.44 246.336 2842.96 229.168 2819.53 229.168 c
+2807.32 229.168 2794.77 233.797 2785.86 240.719 c
+2790.81 261.844 l
+f
+2893.44 233.465 m
+2893.44 383.961 l
+2916.88 388.25 l
+2916.88 233.465 l
+2893.44 233.465 l
+h
+2888.49 437.762 m
+2888.49 447.996 2894.44 456.902 2905.33 456.902 c
+2916.22 456.902 2922.16 447.996 2922.16 437.762 c
+2922.16 427.527 2916.22 418.621 2905.33 418.621 c
+2894.44 418.621 2888.49 427.527 2888.49 437.762 c
+f
+3011.26 332.477 m
+3011.26 356.57 3004.99 368.777 2993.76 368.777 c
+2983.21 368.777 2975.29 359.871 2975.29 331.48 c
+2975.29 305.738 2982.22 295.184 2993.11 295.184 c
+3003.67 295.184 3011.26 305.406 3011.26 332.477 c
+h
+2966.37 200.457 m
+2966.37 185.27 2975.62 173.727 2995.09 173.727 c
+3012.25 173.727 3025.45 184.285 3025.45 203.426 c
+3025.45 219.598 3017.53 227.195 2997.4 227.195 c
+2993.44 227.195 2987.17 227.195 2982.88 227.848 c
+2973.97 223.23 2966.37 214.645 2966.37 200.457 c
+h
+3027.44 361.852 m
+3032.39 354.918 3034.69 342.047 3034.69 331.48 c
+3034.69 294.852 3016.22 276.363 2991.79 276.363 c
+2988.82 276.363 2983.87 276.695 2979.24 279.012 c
+2974.29 276.695 2970 271.746 2970 264.488 c
+2970 255.906 2976.94 249.969 2989.48 249.969 c
+2999.71 249.969 l
+3028.09 249.969 3049.88 237.418 3049.88 208.707 c
+3049.88 180.32 3026.44 155.242 2993.11 155.242 c
+2964.72 155.242 2943.28 169.762 2943.28 196.5 c
+2943.28 212.996 2955.15 226.199 2969.34 230.816 c
+2957.8 234.781 2950.53 247.32 2950.53 258.875 c
+2950.53 271.414 2958.12 280.992 2968.35 286.266 c
+2958.12 293.531 2951.2 310.035 2951.2 332.145 c
+2951.2 369.773 2969.34 388.914 2993.44 388.914 c
+3003.34 388.914 3013.24 384.293 3017.87 380.008 c
+3047.56 382.645 l
+3048.56 359.207 l
+3027.44 361.852 l
+f
+3135.01 233.465 m
+3135.01 346.336 l
+3135.01 360.203 3129.07 366.141 3119.5 366.141 c
+3111.58 366.141 3102.67 358.551 3095.4 348.648 c
+3095.4 233.465 l
+3071.98 233.465 l
+3071.98 383.961 l
+3095.4 388.25 l
+3095.4 368.777 l
+3103.32 382.313 3116.2 388.914 3127.75 388.914 c
+3147.55 388.914 3158.44 370.758 3158.44 350.953 c
+3158.44 233.465 l
+3135.01 233.465 l
+f
+3254.47 269.762 m
+3264.7 258.219 3274.6 251.941 3287.47 251.941 c
+3303.31 251.941 3315.53 264.156 3315.53 283.629 c
+3315.53 302.117 3306.62 316.305 3287.14 328.18 c
+3263.72 342.379 3247.21 363.172 3247.21 389.898 c
+3247.21 422.906 3270.97 444.031 3296.39 444.031 c
+3311.9 444.031 3325.77 438.426 3335.66 428.191 c
+3328.73 404.754 l
+3319.82 414.656 3309.26 421.258 3298.04 421.258 c
+3281.54 421.258 3270.64 409.371 3270.64 391.227 c
+3270.64 374.059 3280.54 361.188 3303.65 346.668 c
+3327.42 331.813 3338.96 311.023 3338.96 284.617 c
+3338.96 251.285 3316.52 229.168 3286.82 229.168 c
+3270.97 229.168 3257.77 235.445 3247.54 246.336 c
+3254.47 269.762 l
+f
+3446.22 243.367 m
+3438.63 234.449 3427.73 229.168 3414.54 229.168 c
+3382.85 229.168 3364.69 256.238 3364.69 308.707 c
+3364.69 360.855 3383.18 388.914 3415.85 388.914 c
+3428.72 388.914 3438.63 383.961 3446.55 375.711 c
+3440.93 352.281 l
+3435.66 360.855 3425.42 367.789 3417.17 367.789 c
+3397.37 367.789 3389.12 347.652 3389.12 309.039 c
+3389.12 269.441 3397.7 250.289 3418.16 250.289 c
+3426.74 250.289 3434.66 256.891 3440.93 265.809 c
+3446.22 243.367 l
+f
+3477.22 233.465 m
+3477.22 383.961 l
+3500.66 388.25 l
+3500.66 233.465 l
+3477.22 233.465 l
+h
+3472.27 437.762 m
+3472.27 447.996 3478.22 456.902 3489.11 456.902 c
+3499.99 456.902 3505.94 447.996 3505.94 437.762 c
+3505.94 427.527 3499.99 418.621 3489.11 418.621 c
+3478.22 418.621 3472.27 427.527 3472.27 437.762 c
+f
+3599.33 328.512 m
+3599.33 356.902 3592.73 367.789 3580.84 367.789 c
+3569.3 367.789 3559.72 351.617 3558.4 322.906 c
+3599.33 322.906 l
+3599.33 328.512 l
+h
+3615.83 243.367 m
+3607.58 234.449 3598.67 229.168 3584.14 229.168 c
+3551.48 229.168 3533.98 256.238 3533.98 308.707 c
+3533.98 361.852 3555.1 388.914 3582.17 388.914 c
+3609.56 388.914 3621.77 366.141 3621.77 327.527 c
+3621.77 323.563 3621.12 311.023 3620.12 304.422 c
+3558.07 304.422 l
+3558.73 267.789 3567.32 250.289 3586.79 250.289 c
+3597.02 250.289 3603.95 256.891 3610.55 265.809 c
+3615.83 243.367 l
+f
+3716.82 233.465 m
+3716.82 346.336 l
+3716.82 360.203 3710.87 366.141 3701.3 366.141 c
+3693.38 366.141 3684.48 358.551 3677.21 348.648 c
+3677.21 233.465 l
+3653.78 233.465 l
+3653.78 383.961 l
+3677.21 388.25 l
+3677.21 368.777 l
+3685.13 382.313 3698 388.914 3709.56 388.914 c
+3729.36 388.914 3740.25 370.758 3740.25 350.953 c
+3740.25 233.465 l
+3716.82 233.465 l
+f
+3853.76 243.367 m
+3846.18 234.449 3835.28 229.168 3822.08 229.168 c
+3790.39 229.168 3772.24 256.238 3772.24 308.707 c
+3772.24 360.855 3790.73 388.914 3823.4 388.914 c
+3836.27 388.914 3846.18 383.961 3854.1 375.711 c
+3848.48 352.281 l
+3843.21 360.855 3832.97 367.789 3824.72 367.789 c
+3804.92 367.789 3796.66 347.652 3796.66 309.039 c
+3796.66 269.441 3805.25 250.289 3825.71 250.289 c
+3834.29 250.289 3842.21 256.891 3848.48 265.809 c
+3853.76 243.367 l
+f
+3940.23 328.512 m
+3940.23 356.902 3933.63 367.789 3921.74 367.789 c
+3910.2 367.789 3900.62 351.617 3899.3 322.906 c
+3940.23 322.906 l
+3940.23 328.512 l
+h
+3956.73 243.367 m
+3948.48 234.449 3939.56 229.168 3925.04 229.168 c
+3892.38 229.168 3874.88 256.238 3874.88 308.707 c
+3874.88 361.852 3896 388.914 3923.07 388.914 c
+3950.46 388.914 3962.67 366.141 3962.67 327.527 c
+3962.67 323.563 3962.02 311.023 3961.02 304.422 c
+3898.97 304.422 l
+3899.63 267.789 3908.22 250.289 3927.69 250.289 c
+3937.91 250.289 3944.85 256.891 3951.45 265.809 c
+3956.73 243.367 l
+f
+3992.69 261.844 m
+4001.6 254.586 4011.17 249.969 4020.75 249.969 c
+4033.29 249.969 4040.87 259.207 4040.87 271.414 c
+4040.87 283.629 4034.27 291.883 4018.43 301.121 c
+3998.96 312.672 3987.41 326.207 3987.41 347.984 c
+3987.41 372.41 4005.89 388.914 4028.99 388.914 c
+4041.21 388.914 4052.43 383.961 4059.69 378.68 c
+4054.74 357.555 l
+4046.49 363.504 4037.9 367.789 4028.67 367.789 c
+4017.77 367.789 4009.85 360.535 4009.85 348.316 c
+4009.85 336.766 4014.8 329.176 4030.97 319.273 c
+4050.12 307.391 4063.31 293.863 4063.31 271.746 c
+4063.31 246.336 4044.84 229.168 4021.4 229.168 c
+4009.19 229.168 3996.64 233.797 3987.74 240.719 c
+3992.69 261.844 l
+f
+[/Separation (OW C=53 M=25 Y=26 K=5) /DeviceCMYK
+{dup 0.53 mul exch dup 0.25 mul exch dup 0.26 mul exch 0.05 mul }
+] {} cs
+[1] sc
+[1] sc
+1309.42 233.453 m
+1309.42 233.453 l
+1293.77 233.453 1281.08 246.148 1281.08 261.805 c
+1281.08 413.707 l
+1281.08 429.363 1293.77 442.055 1309.42 442.055 c
+1325.08 442.055 1337.77 429.363 1337.77 413.707 c
+1337.77 261.805 l
+1337.77 246.148 1325.08 233.453 1309.42 233.453 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF