summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-neg.eps1163
1 files changed, 1163 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-neg.eps
new file mode 100644
index 00000000000..e1120496a2c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ow-en-cmyk-neg.eps
@@ -0,0 +1,1163 @@
+%!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.011719 m
+51.0234 -0.011719 l
+22.9609 -0.011719 0 22.9609 0 51.0195 c
+0 969.445 l
+0 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.0195 l
+1020.47 22.9609 997.512 -0.011719 969.449 -0.011719 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.699 479.992 m
+659.023 356.605 608.289 267.395 496.473 267.395 c
+409.387 267.395 321.215 332.629 321.215 461.996 c
+321.215 808.93 l
+177.82 808.93 l
+177.82 454.711 l
+177.82 320.539 267.688 182.934 474.719 182.934 c
+675.668 182.934 756.527 327.152 757.438 446.742 c
+904.16 424.125 971.418 533.598 952.238 608.137 c
+926.613 578.547 885.637 552.348 757.613 588.645 c
+757.613 808.93 l
+654.699 808.93 l
+654.699 623.547 l
+453.633 689.543 406.055 506.371 406.055 506.371 c
+406.055 506.371 500.082 558.09 654.699 479.992 c
+f
+1354.22 603.773 m
+1313.76 603.773 1281.44 624.789 1281.44 668.148 c
+1281.44 785.598 l
+1319.27 785.598 l
+1319.27 672.609 l
+1319.27 644.23 1340.56 633.461 1358.69 633.461 c
+1378.13 633.461 1396.26 644.23 1396.26 671.566 c
+1396.26 785.598 l
+1433.58 785.598 l
+1433.58 671.566 l
+1433.58 627.414 1402.05 603.773 1354.22 603.773 c
+f
+1561.32 606.926 m
+1561.32 687.855 l
+1561.32 706.508 1551.34 715.969 1534.79 715.969 c
+1525.33 715.969 1516.14 713.078 1509.57 708.871 c
+1509.57 606.926 l
+1474.61 606.926 l
+1474.61 739.613 l
+1508.25 742.238 l
+1507.73 723.852 l
+1508.77 723.852 l
+1518.5 734.621 1534.53 744.086 1552.93 744.086 c
+1576.57 744.086 1596.01 728.313 1596.01 698.098 c
+1596.01 606.926 l
+1561.32 606.926 l
+f
+1632.84 606.926 m
+1632.84 740.93 l
+1668.05 740.93 l
+1668.05 606.926 l
+1632.84 606.926 l
+h
+1650.44 765.629 m
+1640.45 765.629 1632.05 774.035 1632.05 784.281 c
+1632.05 794.535 1640.45 802.414 1650.44 802.414 c
+1660.69 802.414 1668.83 794.535 1668.83 784.281 c
+1668.83 774.035 1660.69 765.629 1650.44 765.629 c
+f
+1770.01 606.137 m
+1740.58 606.137 l
+1686.98 740.93 l
+1726.39 740.93 l
+1750.31 669.984 l
+1754.24 658.949 1757.4 640.031 1757.4 640.031 c
+1757.4 640.031 1760.55 658.684 1764.5 669.984 c
+1788.4 740.93 l
+1823.87 740.93 l
+1770.01 606.137 l
+f
+1896.43 721.223 m
+1879.61 721.223 1869.11 705.199 1867.27 689.164 c
+1923.76 689.164 l
+1923.76 706.77 1913.77 721.223 1896.43 721.223 c
+h
+1954.76 668.938 m
+1865.95 668.938 l
+1866.74 646.867 1881.46 630.051 1906.16 630.051 c
+1921.92 630.051 1936.11 633.461 1951.87 639.504 c
+1950.3 614.809 l
+1934.01 608.234 1917.98 604.035 1896.69 604.035 c
+1856.49 604.035 1832.06 631.887 1832.06 671.301 c
+1832.06 714.133 1859.91 744.086 1899.32 744.086 c
+1937.43 744.086 1956.08 718.07 1956.08 688.117 c
+1956.08 682.074 1955.55 673.664 1954.76 668.938 c
+f
+2062.27 704.406 m
+2055.43 708.352 2046.51 710.98 2038.1 710.98 c
+2029.96 710.98 2022.07 707.563 2017.6 702.836 c
+2017.6 606.926 l
+1982.65 606.926 l
+1982.65 739.613 l
+2015.77 742.504 l
+2014.71 718.598 l
+2015.77 718.598 l
+2022.59 733.578 2035.47 744.086 2049.92 744.086 c
+2056.23 744.086 2063.33 742.504 2067.79 739.875 c
+2062.27 704.406 l
+f
+2119.84 604.035 m
+2102.5 604.035 2088.57 607.707 2077.01 614.016 c
+2080.95 640.297 l
+2093.03 633.988 2108.01 629.789 2120.89 629.789 c
+2131.93 629.789 2141.91 633.461 2141.91 643.188 c
+2141.91 664.465 2081.22 659.738 2081.22 702.57 c
+2081.22 729.633 2105.91 744.086 2134.56 744.086 c
+2148.75 744.086 2163.45 740.141 2173.18 735.941 c
+2169.23 710.715 l
+2158.99 714.652 2145.33 718.332 2132.71 718.332 c
+2123.26 718.332 2115.11 714.652 2115.11 707.035 c
+2115.11 686.02 2176.07 690.219 2176.07 647.914 c
+2176.07 618.754 2150.58 604.035 2119.84 604.035 c
+f
+2203.68 606.926 m
+2203.68 740.93 l
+2238.89 740.93 l
+2238.89 606.926 l
+2203.68 606.926 l
+h
+2221.28 765.629 m
+2211.29 765.629 2202.89 774.035 2202.89 784.281 c
+2202.89 794.535 2211.29 802.414 2221.28 802.414 c
+2231.53 802.414 2239.67 794.535 2239.67 784.281 c
+2239.67 774.035 2231.53 765.629 2221.28 765.629 c
+f
+2316.95 604.035 m
+2293.31 604.035 2278.06 618.754 2278.06 641.34 c
+2278.06 648.969 2278.85 683.91 2278.85 704.934 c
+2278.85 716.234 l
+2266.24 716.234 l
+2266.24 729.895 l
+2309.6 770.102 l
+2313.01 770.102 l
+2313.01 740.93 l
+2355.57 740.93 l
+2355.57 716.234 l
+2313.01 716.234 l
+2313.01 714.133 2312.49 671.301 2312.49 653.168 c
+2312.49 638.977 2320.89 632.68 2333.76 632.68 c
+2340.6 632.68 2348.75 633.461 2356.63 636.086 c
+2356.63 611.918 l
+2345.33 607.191 2331.93 604.035 2316.95 604.035 c
+f
+2444.41 606.664 m
+2430.22 570.402 2410.25 539.133 2377.67 539.133 c
+2367.16 539.133 2357.7 541.762 2351.92 545.18 c
+2357.44 570.402 l
+2362.95 568.305 2369.26 566.984 2376.35 566.984 c
+2394.49 566.984 2406.58 590.891 2413.93 608.234 c
+2360.85 740.93 l
+2400.27 740.93 l
+2424.7 671.301 l
+2428.38 660.531 2431.54 641.086 2431.54 641.086 c
+2431.54 641.086 2435.47 660.004 2439.16 671.301 c
+2461.75 740.93 l
+2496.69 740.93 l
+2444.41 606.664 l
+f
+2628.65 718.332 m
+2608.41 718.332 2595.8 699.152 2595.8 674.973 c
+2595.8 650.539 2608.94 629.789 2629.43 629.789 c
+2649.14 629.789 2662.54 648.969 2662.54 672.875 c
+2662.54 697.57 2649.4 718.332 2628.65 718.332 c
+h
+2626.28 604.035 m
+2585.82 604.035 2559.8 633.988 2559.8 671.828 c
+2559.8 714.133 2587.65 744.086 2631.79 744.086 c
+2672.26 744.086 2698.28 714.133 2698.28 676.293 c
+2698.28 633.988 2670.16 604.035 2626.28 604.035 c
+f
+2798.95 784.027 m
+2793.96 785.863 2787.65 787.434 2781.87 787.434 c
+2771.88 787.434 2764 781.398 2764 766.156 c
+2764 740.93 l
+2796.59 740.93 l
+2796.59 715.707 l
+2764 715.707 l
+2764 606.926 l
+2729.06 606.926 l
+2729.06 715.707 l
+2712.24 715.707 l
+2712.24 736.984 l
+2729.06 740.93 l
+2729.06 764.582 l
+2729.06 795.324 2750.86 813.977 2780.03 813.977 c
+2788.96 813.977 2798.42 811.352 2803.94 808.461 c
+2798.95 784.027 l
+f
+2945.6 733.051 m
+2943.24 740.141 2941.13 754.066 2941.13 754.066 c
+2941.13 754.066 2939.03 740.668 2936.4 733.051 c
+2918.01 679.445 l
+2964.25 679.445 l
+2945.6 733.051 l
+h
+2987.38 606.926 m
+2971.09 653.957 l
+2911.44 653.957 l
+2895.68 606.926 l
+2857.05 606.926 l
+2921.95 785.598 l
+2963.46 785.598 l
+3028.36 606.926 l
+2987.38 606.926 l
+f
+3135.87 606.926 m
+3135.87 687.855 l
+3135.87 706.508 3125.89 715.969 3109.34 715.969 c
+3099.88 715.969 3090.69 713.078 3084.12 708.871 c
+3084.12 606.926 l
+3049.17 606.926 l
+3049.17 739.613 l
+3082.8 742.238 l
+3082.28 723.852 l
+3083.33 723.852 l
+3093.05 734.621 3109.08 744.086 3127.48 744.086 c
+3151.12 744.086 3170.56 728.313 3170.56 698.098 c
+3170.56 606.926 l
+3135.87 606.926 l
+f
+3246.54 604.035 m
+3222.9 604.035 3207.65 618.754 3207.65 641.34 c
+3207.65 648.969 3208.44 683.91 3208.44 704.934 c
+3208.44 716.234 l
+3195.83 716.234 l
+3195.83 729.895 l
+3239.19 770.102 l
+3242.6 770.102 l
+3242.6 740.93 l
+3285.16 740.93 l
+3285.16 716.234 l
+3242.6 716.234 l
+3242.6 714.133 3242.08 671.301 3242.08 653.168 c
+3242.08 638.977 3250.48 632.68 3263.36 632.68 c
+3270.19 632.68 3278.34 633.461 3286.22 636.086 c
+3286.22 611.918 l
+3274.92 607.191 3261.52 604.035 3246.54 604.035 c
+f
+3456.77 606.137 m
+3428.92 606.137 l
+3403.43 672.609 l
+3399.49 682.863 3396.86 700.461 3396.86 700.461 c
+3396.86 700.461 3392.92 683.129 3389.24 672.609 c
+3364.54 606.137 l
+3337.48 606.137 l
+3291.5 740.93 l
+3329.86 740.93 l
+3348.78 674.973 l
+3351.93 664.465 3355.08 644.23 3355.08 644.23 c
+3355.08 644.23 3359.02 663.938 3362.7 674.719 c
+3386.09 740.93 l
+3411.84 740.93 l
+3436.28 674.719 l
+3440.47 663.938 3443.63 644.758 3443.63 644.758 c
+3443.63 644.758 3446.52 664.465 3449.94 675.238 c
+3468.59 740.93 l
+3503.01 740.93 l
+3456.77 606.137 l
+f
+3577.69 721.223 m
+3560.87 721.223 3550.37 705.199 3548.53 689.164 c
+3605.02 689.164 l
+3605.02 706.77 3595.03 721.223 3577.69 721.223 c
+h
+3636.02 668.938 m
+3547.21 668.938 l
+3548 646.867 3562.72 630.051 3587.42 630.051 c
+3603.18 630.051 3617.37 633.461 3633.13 639.504 c
+3631.56 614.809 l
+3615.27 608.234 3599.24 604.035 3577.95 604.035 c
+3537.75 604.035 3513.32 631.887 3513.32 671.301 c
+3513.32 714.133 3541.17 744.086 3580.58 744.086 c
+3618.69 744.086 3637.34 718.07 3637.34 688.117 c
+3637.34 682.074 3636.81 673.664 3636.02 668.938 c
+f
+3743.52 704.406 m
+3736.69 708.352 3727.76 710.98 3719.35 710.98 c
+3711.21 710.98 3703.32 707.563 3698.85 702.836 c
+3698.85 606.926 l
+3663.9 606.926 l
+3663.9 739.613 l
+3697.02 742.504 l
+3695.96 718.598 l
+3697.02 718.598 l
+3703.84 733.578 3716.72 744.086 3731.17 744.086 c
+3737.48 744.086 3744.58 742.504 3749.04 739.875 c
+3743.52 704.406 l
+f
+3827.62 716.496 m
+3818.7 716.496 3809.76 713.605 3803.72 709.398 c
+3803.72 635.57 l
+3808.71 632.152 3817.64 629.789 3825.26 629.789 c
+3848.38 629.789 3861.52 648.176 3861.52 672.609 c
+3861.52 699.945 3848.12 716.496 3827.62 716.496 c
+h
+3823.69 605.082 m
+3816.32 605.082 3808.18 606.926 3803.72 609.289 c
+3803.72 539.926 l
+3768.77 539.926 l
+3768.77 739.613 l
+3802.4 742.238 l
+3801.88 724.379 l
+3802.93 724.379 l
+3812.65 736.203 3827.89 744.086 3842.87 744.086 c
+3875.97 744.086 3897 715.969 3897 678.656 c
+3897 634.516 3868.36 605.082 3823.69 605.082 c
+f
+1509.41 233.469 m
+1509.41 439.75 l
+1591.92 439.75 l
+1591.92 416.645 l
+1534.17 416.645 l
+1534.17 344.691 l
+1579.71 344.691 l
+1579.71 321.594 l
+1534.17 321.594 l
+1534.17 233.469 l
+1509.41 233.469 l
+f
+1661.56 309.047 m
+1636.14 304.758 1626.57 289.242 1626.57 272.746 c
+1626.57 258.547 1633.5 251.625 1643.07 251.625 c
+1650.01 251.625 1656.94 258.879 1661.56 266.469 c
+1661.56 309.047 l
+h
+1694.23 230.5 m
+1677.4 228.52 1666.83 233.469 1662.88 246.008 c
+1661.56 246.008 l
+1656.94 236.77 1648.35 229.172 1633.83 229.172 c
+1616.34 229.172 1602.48 246.34 1602.48 270.102 c
+1602.48 297.824 1620.3 323.246 1661.56 326.867 c
+1661.56 340.402 l
+1661.56 356.242 1655.94 367.465 1641.09 367.465 c
+1632.18 367.465 1619.64 360.207 1610.06 349.973 c
+1606.44 372.082 l
+1615.68 382.648 1631.19 388.918 1644.07 388.918 c
+1672.78 388.918 1684.99 365.813 1684.99 341.391 c
+1684.99 261.195 l
+1684.99 253.598 1687.95 250.297 1696.21 250.297 c
+1694.23 230.5 l
+f
+1802.47 243.371 m
+1794.88 234.457 1783.98 229.172 1770.79 229.172 c
+1739.1 229.172 1720.94 256.242 1720.94 308.715 c
+1720.94 360.863 1739.43 388.918 1772.1 388.918 c
+1784.98 388.918 1794.88 383.969 1802.8 375.715 c
+1797.18 352.289 l
+1791.91 360.863 1781.68 367.797 1773.42 367.797 c
+1753.62 367.797 1745.37 347.66 1745.37 309.047 c
+1745.37 269.445 1753.95 250.297 1774.41 250.297 c
+1782.99 250.297 1790.91 256.898 1797.18 265.813 c
+1802.47 243.371 l
+f
+1895.19 229.836 m
+1895.19 249.309 l
+1887.27 235.773 1874.4 229.172 1862.85 229.172 c
+1843.04 229.172 1832.15 247.328 1832.15 267.133 c
+1832.15 384.633 l
+1855.59 384.633 l
+1855.59 271.75 l
+1855.59 257.895 1861.53 251.945 1871.1 251.945 c
+1879.02 251.945 1887.6 259.543 1895.19 269.445 c
+1895.19 384.633 l
+1918.63 384.633 l
+1918.63 234.125 l
+1895.19 229.836 l
+f
+1957.23 233.469 m
+1957.23 455.922 l
+1980.66 460.207 l
+1980.66 233.469 l
+1957.23 233.469 l
+f
+2076.69 236.105 m
+2070.43 231.82 2061.52 229.172 2054.92 229.172 c
+2038.08 229.172 2021.91 237.758 2021.91 276.047 c
+2021.91 361.859 l
+2006.72 363.508 l
+2006.72 379.348 l
+2021.91 385.285 l
+2021.91 419.281 l
+2045.35 419.281 l
+2045.35 384.633 l
+2075.71 384.633 l
+2074.39 363.508 l
+2045.35 363.508 l
+2045.35 273.734 l
+2045.35 256.242 2051.28 250.629 2058.87 250.629 c
+2063.82 250.629 2069.77 253.93 2073.73 257.563 c
+2076.69 236.105 l
+f
+2131.79 234.125 m
+2092.52 384.633 l
+2115.95 384.633 l
+2142.69 273.07 l
+2168.43 384.633 l
+2191.86 384.633 l
+2141.04 188.254 l
+2135.43 166.801 2122.89 155.246 2108.7 155.246 c
+2101.76 155.246 2094.5 157.551 2086.91 163.168 c
+2091.86 183.957 l
+2097.8 179.008 2102.75 176.703 2107.05 176.703 c
+2113.32 176.703 2118.27 180.988 2120.9 191.555 c
+2131.79 234.125 l
+f
+2343.67 308.715 m
+2343.67 348.324 2335.74 367.797 2318.58 367.797 c
+2301.42 367.797 2293.82 347.66 2293.82 309.047 c
+2293.82 269.445 2301.42 250.297 2318.58 250.297 c
+2335.74 250.297 2343.67 270.766 2343.67 308.715 c
+h
+2269.4 308.715 m
+2269.4 360.863 2287.55 388.918 2319.24 388.918 c
+2350.92 388.918 2368.09 361.859 2368.09 309.379 c
+2368.09 257.23 2349.27 229.172 2318.25 229.172 c
+2286.9 229.172 2269.4 256.242 2269.4 308.715 c
+f
+2400.09 233.469 m
+2400.09 361.859 l
+2384.91 363.508 l
+2384.91 379.348 l
+2400.09 385.285 l
+2400.09 413.676 l
+2400.09 453.273 2416.26 463.176 2434.42 463.176 c
+2441.68 463.176 2448.61 460.871 2455.54 456.574 c
+2450.92 435.129 l
+2446.3 438.754 2441.68 441.398 2437.39 441.398 c
+2429.14 441.398 2423.53 435.453 2423.53 415.98 c
+2423.53 384.633 l
+2450.59 384.633 l
+2449.27 363.508 l
+2423.53 363.508 l
+2423.53 233.469 l
+2400.09 233.469 l
+f
+2573.35 256.574 m
+2602.72 256.574 2617.24 282.641 2617.24 335.785 c
+2617.24 390.57 2602.72 416.645 2573.35 416.645 c
+2559.82 416.645 l
+2559.82 256.574 l
+2573.35 256.574 l
+h
+2535.06 233.469 m
+2535.06 439.75 l
+2575 439.75 l
+2617.91 439.75 2642.66 407.074 2642.66 336.77 c
+2642.66 269.77 2618.56 233.469 2575.99 233.469 c
+2535.06 233.469 l
+f
+2738.36 328.52 m
+2738.36 356.906 2731.75 367.797 2719.87 367.797 c
+2708.33 367.797 2698.75 351.625 2697.43 322.914 c
+2738.36 322.914 l
+2738.36 328.52 l
+h
+2754.86 243.371 m
+2746.61 234.457 2737.69 229.172 2723.17 229.172 c
+2690.5 229.172 2673 256.242 2673 308.715 c
+2673 361.859 2694.13 388.918 2721.2 388.918 c
+2748.59 388.918 2760.8 366.145 2760.8 327.531 c
+2760.8 323.566 2760.14 311.027 2759.15 304.426 c
+2697.1 304.426 l
+2697.76 267.797 2706.34 250.297 2725.82 250.297 c
+2736.04 250.297 2742.97 256.898 2749.58 265.813 c
+2754.86 243.371 l
+f
+2790.82 261.848 m
+2799.72 254.594 2809.29 249.973 2818.87 249.973 c
+2831.41 249.973 2839 259.211 2839 271.418 c
+2839 283.637 2832.4 291.887 2816.56 301.125 c
+2797.09 312.68 2785.53 326.215 2785.53 347.992 c
+2785.53 372.414 2804.02 388.918 2827.11 388.918 c
+2839.33 388.918 2850.55 383.969 2857.82 378.684 c
+2852.87 357.563 l
+2844.61 363.508 2836.03 367.797 2826.79 367.797 c
+2815.89 367.797 2807.97 360.539 2807.97 348.324 c
+2807.97 336.77 2812.93 329.184 2829.1 319.281 c
+2848.25 307.395 2861.44 293.871 2861.44 271.75 c
+2861.44 246.34 2842.96 229.172 2819.53 229.172 c
+2807.32 229.172 2794.77 233.801 2785.86 240.727 c
+2790.82 261.848 l
+f
+2893.44 233.469 m
+2893.44 383.969 l
+2916.88 388.254 l
+2916.88 233.469 l
+2893.44 233.469 l
+h
+2888.49 437.766 m
+2888.49 448 2894.44 456.906 2905.33 456.906 c
+2916.22 456.906 2922.16 448 2922.16 437.766 c
+2922.16 427.531 2916.22 418.625 2905.33 418.625 c
+2894.44 418.625 2888.49 427.531 2888.49 437.766 c
+f
+3011.27 332.484 m
+3011.27 356.574 3005 368.781 2993.77 368.781 c
+2983.21 368.781 2975.29 359.875 2975.29 331.488 c
+2975.29 305.746 2982.22 295.188 2993.11 295.188 c
+3003.67 295.188 3011.27 305.414 3011.27 332.484 c
+h
+2966.37 200.461 m
+2966.37 185.277 2975.62 173.734 2995.09 173.734 c
+3012.25 173.734 3025.45 184.289 3025.45 203.43 c
+3025.45 219.602 3017.53 227.199 2997.4 227.199 c
+2993.44 227.199 2987.17 227.199 2982.88 227.855 c
+2973.97 223.234 2966.37 214.652 2966.37 200.461 c
+h
+3027.44 361.859 m
+3032.39 354.926 3034.69 342.055 3034.69 331.488 c
+3034.69 294.855 3016.22 276.371 2991.79 276.371 c
+2988.82 276.371 2983.87 276.703 2979.24 279.016 c
+2974.29 276.703 2970.01 271.75 2970.01 264.496 c
+2970.01 255.91 2976.94 249.973 2989.48 249.973 c
+2999.71 249.973 l
+3028.09 249.973 3049.88 237.426 3049.88 208.715 c
+3049.88 180.324 3026.44 155.246 2993.11 155.246 c
+2964.72 155.246 2943.28 169.77 2943.28 196.508 c
+2943.28 213 2955.15 226.203 2969.34 230.824 c
+2957.8 234.789 2950.53 247.328 2950.53 258.879 c
+2950.53 271.418 2958.12 281 2968.36 286.273 c
+2958.12 293.539 2951.2 310.043 2951.2 332.152 c
+2951.2 369.777 2969.34 388.918 2993.44 388.918 c
+3003.35 388.918 3013.24 384.301 3017.87 380.012 c
+3047.56 382.648 l
+3048.56 359.211 l
+3027.44 361.859 l
+f
+3135.02 233.469 m
+3135.02 346.34 l
+3135.02 360.207 3129.07 366.145 3119.5 366.145 c
+3111.58 366.145 3102.67 358.559 3095.41 348.656 c
+3095.41 233.469 l
+3071.98 233.469 l
+3071.98 383.969 l
+3095.41 388.254 l
+3095.41 368.781 l
+3103.33 382.316 3116.2 388.918 3127.75 388.918 c
+3147.55 388.918 3158.44 370.766 3158.44 350.961 c
+3158.44 233.469 l
+3135.02 233.469 l
+f
+3254.47 269.77 m
+3264.7 258.227 3274.61 251.945 3287.48 251.945 c
+3303.32 251.945 3315.53 264.164 3315.53 283.637 c
+3315.53 302.121 3306.62 316.313 3287.14 328.188 c
+3263.72 342.387 3247.21 363.176 3247.21 389.906 c
+3247.21 422.914 3270.97 444.035 3296.39 444.035 c
+3311.9 444.035 3325.77 438.43 3335.66 428.195 c
+3328.74 404.758 l
+3319.82 414.66 3309.26 421.262 3298.04 421.262 c
+3281.54 421.262 3270.64 409.379 3270.64 391.234 c
+3270.64 374.066 3280.54 361.195 3303.65 346.672 c
+3327.42 331.82 3338.96 311.027 3338.96 284.621 c
+3338.96 251.293 3316.52 229.172 3286.82 229.172 c
+3270.97 229.172 3257.77 235.453 3247.54 246.34 c
+3254.47 269.77 l
+f
+3446.22 243.371 m
+3438.63 234.457 3427.73 229.172 3414.54 229.172 c
+3382.85 229.172 3364.69 256.242 3364.69 308.715 c
+3364.69 360.863 3383.18 388.918 3415.86 388.918 c
+3428.73 388.918 3438.63 383.969 3446.55 375.715 c
+3440.93 352.289 l
+3435.66 360.863 3425.43 367.797 3417.17 367.797 c
+3397.37 367.797 3389.12 347.66 3389.12 309.047 c
+3389.12 269.445 3397.7 250.297 3418.16 250.297 c
+3426.74 250.297 3434.66 256.898 3440.93 265.813 c
+3446.22 243.371 l
+f
+3477.22 233.469 m
+3477.22 383.969 l
+3500.66 388.254 l
+3500.66 233.469 l
+3477.22 233.469 l
+h
+3472.27 437.766 m
+3472.27 448 3478.22 456.906 3489.11 456.906 c
+3500 456.906 3505.94 448 3505.94 437.766 c
+3505.94 427.531 3500 418.625 3489.11 418.625 c
+3478.22 418.625 3472.27 427.531 3472.27 437.766 c
+f
+3599.33 328.52 m
+3599.33 356.906 3592.73 367.797 3580.85 367.797 c
+3569.3 367.797 3559.72 351.625 3558.4 322.914 c
+3599.33 322.914 l
+3599.33 328.52 l
+h
+3615.84 243.371 m
+3607.58 234.457 3598.67 229.172 3584.15 229.172 c
+3551.48 229.172 3533.98 256.242 3533.98 308.715 c
+3533.98 361.859 3555.1 388.918 3582.17 388.918 c
+3609.57 388.918 3621.77 366.145 3621.77 327.531 c
+3621.77 323.566 3621.12 311.027 3620.12 304.426 c
+3558.07 304.426 l
+3558.74 267.797 3567.32 250.297 3586.79 250.297 c
+3597.02 250.297 3603.95 256.898 3610.55 265.813 c
+3615.84 243.371 l
+f
+3716.82 233.469 m
+3716.82 346.34 l
+3716.82 360.207 3710.87 366.145 3701.3 366.145 c
+3693.38 366.145 3684.48 358.559 3677.21 348.656 c
+3677.21 233.469 l
+3653.78 233.469 l
+3653.78 383.969 l
+3677.21 388.254 l
+3677.21 368.781 l
+3685.13 382.316 3698 388.918 3709.56 388.918 c
+3729.36 388.918 3740.25 370.766 3740.25 350.961 c
+3740.25 233.469 l
+3716.82 233.469 l
+f
+3853.77 243.371 m
+3846.18 234.457 3835.28 229.172 3822.09 229.172 c
+3790.4 229.172 3772.24 256.242 3772.24 308.715 c
+3772.24 360.863 3790.73 388.918 3823.4 388.918 c
+3836.28 388.918 3846.18 383.969 3854.1 375.715 c
+3848.48 352.289 l
+3843.21 360.863 3832.97 367.797 3824.72 367.797 c
+3804.92 367.797 3796.67 347.66 3796.67 309.047 c
+3796.67 269.445 3805.25 250.297 3825.71 250.297 c
+3834.29 250.297 3842.21 256.898 3848.48 265.813 c
+3853.77 243.371 l
+f
+3940.23 328.52 m
+3940.23 356.906 3933.63 367.797 3921.74 367.797 c
+3910.2 367.797 3900.62 351.625 3899.3 322.914 c
+3940.23 322.914 l
+3940.23 328.52 l
+h
+3956.73 243.371 m
+3948.48 234.457 3939.57 229.172 3925.04 229.172 c
+3892.38 229.172 3874.88 256.242 3874.88 308.715 c
+3874.88 361.859 3896 388.918 3923.07 388.918 c
+3950.46 388.918 3962.67 366.145 3962.67 327.531 c
+3962.67 323.566 3962.02 311.027 3961.02 304.426 c
+3898.97 304.426 l
+3899.63 267.797 3908.22 250.297 3927.69 250.297 c
+3937.92 250.297 3944.85 256.898 3951.45 265.813 c
+3956.73 243.371 l
+f
+3992.69 261.848 m
+4001.6 254.594 4011.17 249.973 4020.75 249.973 c
+4033.29 249.973 4040.87 259.211 4040.87 271.418 c
+4040.87 283.637 4034.27 291.887 4018.43 301.125 c
+3998.96 312.68 3987.41 326.215 3987.41 347.992 c
+3987.41 372.414 4005.89 388.918 4028.99 388.918 c
+4041.21 388.918 4052.43 383.969 4059.69 378.684 c
+4054.74 357.563 l
+4046.49 363.508 4037.91 367.797 4028.67 367.797 c
+4017.77 367.797 4009.85 360.539 4009.85 348.324 c
+4009.85 336.77 4014.8 329.184 4030.97 319.281 c
+4050.12 307.395 4063.32 293.871 4063.32 271.75 c
+4063.32 246.34 4044.84 229.172 4021.4 229.172 c
+4009.19 229.172 3996.65 233.801 3987.74 240.727 c
+3992.69 261.848 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.461 m
+1309.42 233.461 l
+1293.77 233.461 1281.08 246.145 1281.08 261.801 c
+1281.08 413.715 l
+1281.08 429.367 1293.77 442.055 1309.42 442.055 c
+1325.08 442.055 1337.77 429.367 1337.77 413.715 c
+1337.77 261.801 l
+1337.77 246.145 1325.08 233.461 1309.42 233.461 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF