summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-neg.eps1519
1 files changed, 1519 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-neg.eps
new file mode 100644
index 00000000000..353eb679a99
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ti-nl-cmyk-neg.eps
@@ -0,0 +1,1519 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 20.09.0 (http://poppler.freedesktop.org)
+%%Creator: Adobe Illustrator(R) 25.0
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 407 103
+%%HiResBoundingBox: 0 0 407 103
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ /setpagedevice where {
+ pop 2 dict begin
+ /Policies 1 dict dup begin /PageSize 6 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop
+ } ifelse
+} def
+/pdfSetupPaper {
+ % Change paper size, but only if different from previous paper size otherwise
+ % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+ % so we use the same when checking if the size changes.
+ /setpagedevice where {
+ pop currentpagedevice
+ /PageSize known {
+ 2 copy
+ currentpagedevice /PageSize get aload pop
+ exch 4 1 roll
+ sub abs 5 gt
+ 3 1 roll
+ sub abs 5 gt
+ or
+ } {
+ true
+ } ifelse
+ {
+ 2 array astore
+ 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end
+ setpagedevice
+ } {
+ pop pop
+ } ifelse
+ } {
+ pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfPatternCS false def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+ pop
+ /xyshow2 {
+ dup length array
+ 0 2 2 index length 1 sub {
+ 2 index 1 index 2 copy get 3 1 roll 1 add get
+ pdfTextMat dtransform
+ 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+ } for
+ exch pop
+ xyshow
+ } def
+}{
+ /xyshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval show moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval show moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/cshow where {
+ pop
+ /xycp {
+ 0 3 2 roll
+ {
+ pop pop currentpoint 3 2 roll
+ 1 string dup 0 4 3 roll put false charpath moveto
+ 2 copy get 2 index 2 index 1 add get
+ pdfTextMat dtransform rmoveto
+ 2 add
+ } exch cshow
+ pop pop
+ } def
+}{
+ /xycp {
+ currentfont /FontType get 0 eq {
+ 0 2 3 index length 1 sub {
+ currentpoint 4 index 3 index 2 getinterval false charpath moveto
+ 2 copy get 2 index 3 2 roll 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } {
+ 0 1 3 index length 1 sub {
+ currentpoint 4 index 3 index 1 getinterval false charpath moveto
+ 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+ pdfTextMat dtransform rmoveto
+ } for
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/Tj {
+ fCol
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 4 2 roll
+ pdfTextRender 1 and 0 eq {
+ 2 copy xyshow2
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 3 index 3 index moveto
+ 2 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ xycp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 4 2 roll moveto xycp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ pop pop pop pop
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+ /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+ 2 copy exch length lt {
+ 2 copy get exch 1 add exch
+ } {
+ ()
+ } ifelse
+} def
+/skipEOD {
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul
+ axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add
+ radialCol sc
+ encl {
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 360 0 arcn h f
+ } {
+ 2 copy
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arcn
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arcn h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a1 a2 arc
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ a2 a1 arc h f
+ } ifelse
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 407 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4061.38 1020.47 re
+W
+[/Separation (TI C=31 M=100 Y=0 K=1) /DeviceCMYK
+{dup 0.31 mul exch dup 1 mul exch dup 0 mul exch 0.01 mul }
+] {} cs
+[1] sc
+[1] sc
+969.449 0 m
+51.0195 0 l
+22.9609 0 0 22.957 0 51.0234 c
+0 969.449 l
+0 997.508 22.9609 1020.46 51.0195 1020.46 c
+969.449 1020.46 l
+997.512 1020.46 1020.47 997.508 1020.47 969.449 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.996 m
+659.023 356.609 608.285 267.398 496.469 267.398 c
+409.387 267.398 321.215 332.625 321.215 461.988 c
+321.215 808.922 l
+177.816 808.922 l
+177.816 454.715 l
+177.816 320.543 267.688 182.926 474.719 182.926 c
+675.668 182.926 756.523 327.145 757.438 446.734 c
+904.16 424.117 971.418 533.602 952.234 608.141 c
+926.609 578.551 885.637 552.34 757.613 588.648 c
+757.613 808.922 l
+654.695 808.922 l
+654.695 623.551 l
+453.633 689.547 406.051 506.375 406.051 506.375 c
+406.051 506.375 500.082 558.094 654.695 479.996 c
+f
+1354.85 725.016 m
+1314.38 725.016 1282.08 746.031 1282.08 789.391 c
+1282.08 906.844 l
+1319.91 906.844 l
+1319.91 793.863 l
+1319.91 765.484 1341.2 754.703 1359.33 754.703 c
+1378.76 754.703 1396.9 765.484 1396.9 792.809 c
+1396.9 906.844 l
+1434.21 906.844 l
+1434.21 792.809 l
+1434.21 748.668 1402.69 725.016 1354.85 725.016 c
+f
+1561.96 728.172 m
+1561.96 809.098 l
+1561.96 827.754 1551.98 837.215 1535.42 837.215 c
+1525.97 837.215 1516.77 834.324 1510.21 830.113 c
+1510.21 728.172 l
+1475.24 728.172 l
+1475.24 860.855 l
+1508.88 863.492 l
+1508.37 845.098 l
+1509.4 845.098 l
+1519.13 855.879 1535.17 865.328 1553.56 865.328 c
+1577.2 865.328 1596.65 849.566 1596.65 819.352 c
+1596.65 728.172 l
+1561.96 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.08 886.871 m
+1641.08 886.871 1632.69 895.289 1632.69 905.523 c
+1632.69 915.777 1641.08 923.66 1651.08 923.66 c
+1661.32 923.66 1669.46 915.777 1669.46 905.523 c
+1669.46 895.289 1661.32 886.871 1651.08 886.871 c
+f
+1770.65 727.379 m
+1741.22 727.379 l
+1687.61 862.176 l
+1727.02 862.176 l
+1750.95 791.227 l
+1754.87 780.191 1758.04 761.277 1758.04 761.277 c
+1758.04 761.277 1761.18 779.938 1765.13 791.227 c
+1789.03 862.176 l
+1824.5 862.176 l
+1770.65 727.379 l
+f
+1897.06 842.469 m
+1880.24 842.469 1869.74 826.441 1867.9 810.406 c
+1924.38 810.406 l
+1924.38 828.023 1914.4 842.469 1897.06 842.469 c
+h
+1955.4 790.184 m
+1866.59 790.184 l
+1867.37 768.113 1882.1 751.297 1906.79 751.297 c
+1922.55 751.297 1936.75 754.703 1952.51 760.758 c
+1950.93 736.051 l
+1934.64 729.488 1918.62 725.281 1897.33 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.313 1956.71 809.363 c
+1956.71 803.316 1956.18 794.91 1955.4 790.184 c
+f
+2062.9 825.652 m
+2056.06 829.598 2047.14 832.223 2038.74 832.223 c
+2030.6 832.223 2022.71 828.805 2018.23 824.078 c
+2018.23 728.172 l
+1983.29 728.172 l
+1983.29 860.855 l
+2016.4 863.746 l
+2015.34 839.844 l
+2016.4 839.844 l
+2023.23 854.82 2036.1 865.328 2050.56 865.328 c
+2056.87 865.328 2063.96 863.746 2068.43 861.133 c
+2062.9 825.652 l
+f
+2120.48 725.281 m
+2103.13 725.281 2089.21 728.961 2077.65 735.27 c
+2081.59 761.539 l
+2093.66 755.23 2108.64 751.031 2121.53 751.031 c
+2132.57 751.031 2142.55 754.703 2142.55 764.43 c
+2142.55 785.719 2081.85 780.984 2081.85 823.816 c
+2081.85 850.879 2106.55 865.328 2135.19 865.328 c
+2149.38 865.328 2164.09 861.387 2173.82 857.184 c
+2169.87 831.961 l
+2159.62 835.895 2145.97 839.578 2133.35 839.578 c
+2123.9 839.578 2115.75 835.895 2115.75 828.277 c
+2115.75 807.262 2176.71 811.461 2176.71 769.156 c
+2176.71 739.996 2151.22 725.281 2120.48 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.92 886.871 m
+2211.92 886.871 2203.53 895.289 2203.53 905.523 c
+2203.53 915.777 2211.92 923.66 2221.92 923.66 c
+2232.16 923.66 2240.3 915.777 2240.3 905.523 c
+2240.3 895.289 2232.16 886.871 2221.92 886.871 c
+f
+2317.59 725.281 m
+2293.94 725.281 2278.7 739.996 2278.7 762.594 c
+2278.7 770.211 2279.48 805.152 2279.48 826.18 c
+2279.48 837.477 l
+2266.87 837.477 l
+2266.87 851.141 l
+2310.22 891.348 l
+2313.64 891.348 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.41 c
+2313.12 760.23 2321.53 753.922 2334.4 753.922 c
+2341.24 753.922 2349.38 754.703 2357.26 757.34 c
+2357.26 733.16 l
+2345.97 728.434 2332.57 725.281 2317.59 725.281 c
+f
+2433.49 842.469 m
+2416.67 842.469 2406.16 826.441 2404.33 810.406 c
+2460.81 810.406 l
+2460.81 828.023 2450.83 842.469 2433.49 842.469 c
+h
+2491.81 790.184 m
+2403 790.184 l
+2403.8 768.113 2418.51 751.297 2443.21 751.297 c
+2458.97 751.297 2473.15 754.703 2488.92 760.758 c
+2487.35 736.051 l
+2471.06 729.488 2455.03 725.281 2433.74 725.281 c
+2393.54 725.281 2369.11 753.133 2369.11 792.547 c
+2369.11 835.379 2396.96 865.328 2436.38 865.328 c
+2474.48 865.328 2493.13 839.313 2493.13 809.363 c
+2493.13 803.316 2492.61 794.91 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.1 886.871 m
+2528.1 886.871 2519.7 895.289 2519.7 905.523 c
+2519.7 915.777 2528.1 923.66 2538.1 923.66 c
+2548.33 923.66 2556.47 915.777 2556.47 905.523 c
+2556.47 895.289 2548.33 886.871 2538.1 886.871 c
+f
+2633.76 725.281 m
+2610.11 725.281 2594.87 739.996 2594.87 762.594 c
+2594.87 770.211 2595.65 805.152 2595.65 826.18 c
+2595.65 837.477 l
+2583.04 837.477 l
+2583.04 851.141 l
+2626.4 891.348 l
+2629.81 891.348 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.41 c
+2629.29 760.23 2637.71 753.922 2650.58 753.922 c
+2657.41 753.922 2665.56 754.703 2673.43 757.34 c
+2673.43 733.16 l
+2662.14 728.434 2648.74 725.281 2633.76 725.281 c
+f
+2822.18 854.297 m
+2819.81 861.387 2817.71 875.309 2817.71 875.309 c
+2817.71 875.309 2815.62 861.91 2812.98 854.297 c
+2794.6 800.691 l
+2840.83 800.691 l
+2822.18 854.297 l
+h
+2863.96 728.172 m
+2847.67 775.203 l
+2788.02 775.203 l
+2772.26 728.172 l
+2733.62 728.172 l
+2798.53 906.844 l
+2840.05 906.844 l
+2904.95 728.172 l
+2863.96 728.172 l
+f
+3012.47 728.172 m
+3012.47 809.098 l
+3012.47 827.754 3002.49 837.215 2985.93 837.215 c
+2976.47 837.215 2967.28 834.324 2960.71 830.113 c
+2960.71 728.172 l
+2925.75 728.172 l
+2925.75 860.855 l
+2959.38 863.492 l
+2958.88 845.098 l
+2959.91 845.098 l
+2969.64 855.879 2985.67 865.328 3004.07 865.328 c
+3027.71 865.328 3047.16 849.566 3047.16 819.352 c
+3047.16 728.172 l
+3012.47 728.172 l
+f
+3123.13 725.281 m
+3099.48 725.281 3084.25 739.996 3084.25 762.594 c
+3084.25 770.211 3085.03 805.152 3085.03 826.18 c
+3085.03 837.477 l
+3072.41 837.477 l
+3072.41 851.141 l
+3115.77 891.348 l
+3119.19 891.348 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.41 c
+3118.66 760.23 3127.08 753.922 3139.95 753.922 c
+3146.79 753.922 3154.93 754.703 3162.8 757.34 c
+3162.8 733.16 l
+3151.51 728.434 3138.12 725.281 3123.13 725.281 c
+f
+3333.37 727.379 m
+3305.52 727.379 l
+3280.03 793.863 l
+3276.08 804.109 3273.45 821.715 3273.45 821.715 c
+3273.45 821.715 3269.5 804.371 3265.83 793.863 c
+3241.12 727.379 l
+3214.07 727.379 l
+3168.1 862.176 l
+3206.46 862.176 l
+3225.36 796.227 l
+3228.53 785.719 3231.67 765.484 3231.67 765.484 c
+3231.67 765.484 3235.62 785.191 3239.29 795.965 c
+3262.69 862.176 l
+3288.43 862.176 l
+3312.86 795.965 l
+3317.06 785.191 3320.22 766.012 3320.22 766.012 c
+3320.22 766.012 3323.12 785.719 3326.53 796.48 c
+3345.19 862.176 l
+3379.6 862.176 l
+3333.37 727.379 l
+f
+3454.27 842.469 m
+3437.45 842.469 3426.94 826.441 3425.11 810.406 c
+3481.59 810.406 l
+3481.59 828.023 3471.61 842.469 3454.27 842.469 c
+h
+3512.61 790.184 m
+3423.8 790.184 l
+3424.58 768.113 3439.31 751.297 3463.99 751.297 c
+3479.76 751.297 3493.96 754.703 3509.72 760.758 c
+3508.13 736.051 l
+3491.85 729.488 3475.83 725.281 3454.54 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.313 3513.92 809.363 c
+3513.92 803.316 3513.39 794.91 3512.61 790.184 c
+f
+3620.11 825.652 m
+3613.27 829.598 3604.35 832.223 3595.95 832.223 c
+3587.8 832.223 3579.91 828.805 3575.44 824.078 c
+3575.44 728.172 l
+3540.5 728.172 l
+3540.5 860.855 l
+3573.6 863.746 l
+3572.55 839.844 l
+3573.6 839.844 l
+3580.44 854.82 3593.31 865.328 3607.76 865.328 c
+3614.07 865.328 3621.16 863.746 3625.63 861.133 c
+3620.11 825.652 l
+f
+3704.21 837.742 m
+3695.28 837.742 3686.36 834.852 3680.3 830.641 c
+3680.3 756.813 l
+3685.3 753.395 3694.23 751.031 3701.85 751.031 c
+3724.97 751.031 3738.12 769.43 3738.12 793.863 c
+3738.12 821.188 3724.72 837.742 3704.21 837.742 c
+h
+3700.28 726.324 m
+3692.92 726.324 3684.78 728.172 3680.3 730.535 c
+3680.3 661.168 l
+3645.36 661.168 l
+3645.36 860.855 l
+3678.99 863.492 l
+3678.47 845.621 l
+3679.52 845.621 l
+3689.25 857.449 3704.48 865.328 3719.46 865.328 c
+3752.57 865.328 3773.58 837.215 3773.58 799.898 c
+3773.58 755.758 3744.95 726.324 3700.28 726.324 c
+f
+3853.76 842.469 m
+3836.94 842.469 3826.44 826.441 3824.6 810.406 c
+3881.08 810.406 l
+3881.08 828.023 3871.1 842.469 3853.76 842.469 c
+h
+3912.1 790.184 m
+3823.29 790.184 l
+3824.07 768.113 3838.8 751.297 3863.49 751.297 c
+3879.25 751.297 3893.45 754.703 3909.21 760.758 c
+3907.63 736.051 l
+3891.34 729.488 3875.32 725.281 3854.03 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.313 3913.41 809.363 c
+3913.41 803.316 3912.88 794.91 3912.1 790.184 c
+f
+4026.69 728.172 m
+4026.69 809.098 l
+4026.69 827.754 4016.71 837.215 4000.15 837.215 c
+3990.69 837.215 3981.49 834.324 3974.93 830.113 c
+3974.93 728.172 l
+3939.97 728.172 l
+3939.97 860.855 l
+3973.6 863.492 l
+3973.1 845.098 l
+3974.13 845.098 l
+3983.86 855.879 3999.89 865.328 4018.29 865.328 c
+4041.92 865.328 4061.38 849.566 4061.38 819.352 c
+4061.38 728.172 l
+4026.69 728.172 l
+f
+1512.61 390.457 m
+1512.61 584.246 l
+1590.13 584.246 l
+1590.13 562.535 l
+1535.87 562.535 l
+1535.87 494.949 l
+1578.66 494.949 l
+1578.66 473.238 l
+1535.87 473.238 l
+1535.87 390.457 l
+1512.61 390.457 l
+f
+1655.54 461.461 m
+1631.67 457.43 1622.67 442.859 1622.67 427.352 c
+1622.67 414.02 1629.19 407.508 1638.17 407.508 c
+1644.68 407.508 1651.2 414.336 1655.54 421.461 c
+1655.54 461.461 l
+h
+1686.24 387.664 m
+1670.42 385.809 1660.5 390.457 1656.79 402.242 c
+1655.54 402.242 l
+1651.2 393.563 1643.13 386.422 1629.5 386.422 c
+1613.06 386.422 1600.03 402.547 1600.03 424.871 c
+1600.03 450.918 1616.79 474.793 1655.54 478.199 c
+1655.54 490.918 l
+1655.54 505.797 1650.26 516.344 1636.32 516.344 c
+1627.94 516.344 1616.16 509.52 1607.18 499.91 c
+1603.76 520.68 l
+1612.43 530.602 1627.02 536.492 1639.11 536.492 c
+1666.08 536.492 1677.55 514.793 1677.55 491.844 c
+1677.55 416.5 l
+1677.55 409.371 1680.34 406.266 1688.1 406.266 c
+1686.24 387.664 l
+f
+1787.92 399.762 m
+1780.77 391.383 1770.56 386.422 1758.15 386.422 c
+1728.39 386.422 1711.32 411.852 1711.32 461.148 c
+1711.32 510.145 1728.68 536.492 1759.38 536.492 c
+1771.47 536.492 1780.77 531.844 1788.21 524.09 c
+1782.96 502.078 l
+1778 510.145 1768.37 516.648 1760.63 516.648 c
+1742.02 516.648 1734.27 497.742 1734.27 461.461 c
+1734.27 424.254 1742.33 406.266 1761.55 406.266 c
+1769.62 406.266 1777.06 412.469 1782.96 420.848 c
+1787.92 399.762 l
+f
+1875.03 387.047 m
+1875.03 405.34 l
+1867.59 392.625 1855.48 386.422 1844.64 386.422 c
+1826.03 386.422 1815.79 403.484 1815.79 422.086 c
+1815.79 532.469 l
+1837.82 532.469 l
+1837.82 426.422 l
+1837.82 413.406 1843.39 407.82 1852.39 407.82 c
+1859.83 407.82 1867.88 414.949 1875.03 424.254 c
+1875.03 532.469 l
+1897.04 532.469 l
+1897.04 391.082 l
+1875.03 387.047 l
+f
+1933.29 390.457 m
+1933.29 599.441 l
+1955.3 603.465 l
+1955.3 390.457 l
+1933.29 390.457 l
+f
+2045.52 392.938 m
+2039.62 388.902 2031.26 386.422 2025.05 386.422 c
+2009.25 386.422 1994.05 394.488 1994.05 430.457 c
+1994.05 511.07 l
+1979.78 512.625 l
+1979.78 527.508 l
+1994.05 533.086 l
+1994.05 565.016 l
+2016.06 565.016 l
+2016.06 532.469 l
+2044.58 532.469 l
+2043.35 512.625 l
+2016.06 512.625 l
+2016.06 428.289 l
+2016.06 411.852 2021.65 406.578 2028.78 406.578 c
+2033.43 406.578 2039.01 409.684 2042.72 413.094 c
+2045.52 392.938 l
+f
+2122.71 479.754 m
+2122.71 506.422 2116.51 516.648 2105.34 516.648 c
+2094.5 516.648 2085.5 501.461 2084.27 474.48 c
+2122.71 474.48 l
+2122.71 479.754 l
+h
+2138.21 399.762 m
+2130.46 391.383 2122.08 386.422 2108.45 386.422 c
+2077.74 386.422 2061.32 411.852 2061.32 461.148 c
+2061.32 511.07 2081.16 536.492 2106.59 536.492 c
+2132.31 536.492 2143.8 515.105 2143.8 478.824 c
+2143.8 475.105 2143.17 463.316 2142.24 457.117 c
+2083.96 457.117 l
+2084.58 422.703 2092.63 406.266 2110.93 406.266 c
+2120.54 406.266 2127.04 412.469 2133.25 420.848 c
+2138.21 399.762 l
+f
+2174.46 390.457 m
+2174.46 531.844 l
+2196.49 535.875 l
+2196.49 390.457 l
+2174.46 390.457 l
+h
+2169.81 582.379 m
+2169.81 592 2175.4 600.367 2185.63 600.367 c
+2195.87 600.367 2201.46 592 2201.46 582.379 c
+2201.46 572.77 2195.87 564.402 2185.63 564.402 c
+2175.4 564.402 2169.81 572.77 2169.81 582.379 c
+f
+2287.31 392.938 m
+2281.44 388.902 2273.06 386.422 2266.87 386.422 c
+2251.04 386.422 2235.85 394.488 2235.85 430.457 c
+2235.85 511.07 l
+2221.59 512.625 l
+2221.59 527.508 l
+2235.85 533.086 l
+2235.85 565.016 l
+2257.86 565.016 l
+2257.86 532.469 l
+2286.4 532.469 l
+2285.15 512.625 l
+2257.86 512.625 l
+2257.86 428.289 l
+2257.86 411.852 2263.45 406.578 2270.58 406.578 c
+2275.22 406.578 2280.81 409.684 2284.54 413.094 c
+2287.31 392.938 l
+f
+2380.63 390.457 m
+2380.63 562.535 l
+2343.43 562.535 l
+2343.43 584.246 l
+2441.08 584.246 l
+2441.08 562.535 l
+2403.88 562.535 l
+2403.88 390.457 l
+2380.63 390.457 l
+f
+2513.31 461.148 m
+2513.31 498.355 2505.87 516.648 2489.76 516.648 c
+2473.62 516.648 2466.49 497.742 2466.49 461.461 c
+2466.49 424.254 2473.62 406.266 2489.76 406.266 c
+2505.87 406.266 2513.31 425.496 2513.31 461.148 c
+h
+2443.54 461.148 m
+2443.54 510.145 2460.62 536.492 2490.38 536.492 c
+2520.15 536.492 2536.26 511.07 2536.26 461.773 c
+2536.26 412.781 2518.58 386.422 2489.44 386.422 c
+2459.99 386.422 2443.54 411.852 2443.54 461.148 c
+f
+2625.22 479.754 m
+2625.22 506.422 2619.03 516.648 2607.86 516.648 c
+2597.02 516.648 2588.02 501.461 2586.79 474.48 c
+2625.22 474.48 l
+2625.22 479.754 l
+h
+2640.73 399.762 m
+2632.98 391.383 2624.6 386.422 2610.97 386.422 c
+2580.26 386.422 2563.84 411.852 2563.84 461.148 c
+2563.84 511.07 2583.68 536.492 2609.11 536.492 c
+2634.83 536.492 2646.32 515.105 2646.32 478.824 c
+2646.32 475.105 2645.69 463.316 2644.76 457.117 c
+2586.47 457.117 l
+2587.1 422.703 2595.15 406.266 2613.45 406.266 c
+2623.06 406.266 2629.56 412.469 2635.77 420.848 c
+2640.73 399.762 l
+f
+2728.15 483.473 m
+2728.15 506.109 2722.26 517.586 2711.71 517.586 c
+2701.79 517.586 2694.35 509.207 2694.35 482.547 c
+2694.35 458.355 2700.87 448.434 2711.1 448.434 c
+2721.03 448.434 2728.15 458.055 2728.15 483.473 c
+h
+2685.99 359.449 m
+2685.99 345.191 2694.66 334.336 2712.96 334.336 c
+2729.07 334.336 2741.47 344.254 2741.47 362.242 c
+2741.47 377.438 2734.03 384.566 2715.13 384.566 c
+2711.42 384.566 2705.52 384.566 2701.49 385.184 c
+2693.12 380.848 2685.99 372.781 2685.99 359.449 c
+h
+2743.35 511.07 m
+2748 504.559 2750.17 492.469 2750.17 482.547 c
+2750.17 448.133 2732.8 430.77 2709.85 430.77 c
+2707.06 430.77 2702.41 431.07 2698.08 433.25 c
+2693.43 431.07 2689.38 426.422 2689.38 419.605 c
+2689.38 411.543 2695.91 405.965 2707.69 405.965 c
+2717.29 405.965 l
+2743.96 405.965 2764.42 394.176 2764.42 367.203 c
+2764.42 340.535 2742.41 316.969 2711.1 316.969 c
+2684.42 316.969 2664.29 330.613 2664.29 355.73 c
+2664.29 371.238 2675.44 383.641 2688.78 387.977 c
+2677.92 391.695 2671.1 403.484 2671.1 414.336 c
+2671.1 426.109 2678.23 435.105 2687.84 440.066 c
+2678.23 446.891 2671.73 462.391 2671.73 483.16 c
+2671.73 518.512 2688.78 536.492 2711.42 536.492 c
+2720.71 536.492 2730.01 532.156 2734.35 528.121 c
+2762.26 530.602 l
+2763.19 508.59 l
+2743.35 511.07 l
+f
+2840.99 479.754 m
+2840.99 506.422 2834.79 516.648 2823.62 516.648 c
+2812.78 516.648 2803.78 501.461 2802.55 474.48 c
+2840.99 474.48 l
+2840.99 479.754 l
+h
+2856.49 399.762 m
+2848.74 391.383 2840.36 386.422 2826.73 386.422 c
+2796.03 386.422 2779.6 411.852 2779.6 461.148 c
+2779.6 511.07 2799.44 536.492 2824.87 536.492 c
+2850.6 536.492 2862.08 515.105 2862.08 478.824 c
+2862.08 475.105 2861.46 463.316 2860.52 457.117 c
+2802.24 457.117 l
+2802.86 422.703 2810.91 406.266 2829.21 406.266 c
+2838.82 406.266 2845.32 412.469 2851.53 420.848 c
+2856.49 399.762 l
+f
+2914.15 414.336 m
+2918.17 409.684 2924.38 406.266 2930.58 406.266 c
+2946.71 406.266 2956.01 429.215 2956.01 461.773 c
+2956.01 492.781 2947.31 514.48 2932.43 514.48 c
+2925.3 514.48 2918.8 508.902 2914.15 500.523 c
+2914.15 414.336 l
+h
+2892.14 321.004 m
+2892.14 531.844 l
+2914.15 535.875 l
+2914.15 519.441 l
+2920.03 529.363 2929.66 536.492 2940.19 536.492 c
+2964.07 536.492 2978.96 506.727 2978.96 463.316 c
+2978.96 417.125 2961.9 386.422 2935.22 386.422 c
+2926.87 386.422 2920.03 388.289 2914.15 392.008 c
+2914.15 321.004 l
+2892.14 321.004 l
+f
+3058.31 461.461 m
+3034.42 457.43 3025.44 442.859 3025.44 427.352 c
+3025.44 414.02 3031.94 407.508 3040.95 407.508 c
+3047.45 407.508 3053.96 414.336 3058.31 421.461 c
+3058.31 461.461 l
+h
+3088.99 387.664 m
+3073.19 385.809 3063.27 390.457 3059.54 402.242 c
+3058.31 402.242 l
+3053.96 393.563 3045.91 386.422 3032.26 386.422 c
+3015.83 386.422 3002.8 402.547 3002.8 424.871 c
+3002.8 450.918 3019.54 474.793 3058.31 478.199 c
+3058.31 490.918 l
+3058.31 505.797 3053.04 516.344 3039.07 516.344 c
+3030.71 516.344 3018.92 509.52 3009.93 499.91 c
+3006.51 520.68 l
+3015.21 530.602 3029.78 536.492 3041.87 536.492 c
+3068.84 536.492 3080.32 514.793 3080.32 491.844 c
+3080.32 416.5 l
+3080.32 409.371 3083.12 406.266 3090.85 406.266 c
+3088.99 387.664 l
+f
+3117.82 417.125 m
+3126.2 410.301 3135.19 405.965 3144.17 405.965 c
+3155.97 405.965 3163.1 414.645 3163.1 426.109 c
+3163.1 437.586 3156.88 445.34 3142 454.02 c
+3123.72 464.871 3112.86 477.586 3112.86 498.043 c
+3112.86 520.992 3130.22 536.492 3151.92 536.492 c
+3163.41 536.492 3173.94 531.844 3180.77 526.883 c
+3176.1 507.039 l
+3168.37 512.625 3160.3 516.648 3151.61 516.648 c
+3141.38 516.648 3133.94 509.832 3133.94 498.355 c
+3133.94 487.508 3138.6 480.379 3153.78 471.07 c
+3171.77 459.91 3184.17 447.195 3184.17 426.422 c
+3184.17 402.547 3166.81 386.422 3144.79 386.422 c
+3133.33 386.422 3121.53 390.77 3113.17 397.281 c
+3117.82 417.125 l
+f
+3264.46 392.938 m
+3258.56 388.902 3250.21 386.422 3243.99 386.422 c
+3228.19 386.422 3213 394.488 3213 430.457 c
+3213 511.07 l
+3198.72 512.625 l
+3198.72 527.508 l
+3213 533.086 l
+3213 565.016 l
+3235.01 565.016 l
+3235.01 532.469 l
+3263.53 532.469 l
+3262.29 512.625 l
+3235.01 512.625 l
+3235.01 428.289 l
+3235.01 411.852 3240.6 406.578 3247.72 406.578 c
+3252.37 406.578 3257.96 409.684 3261.67 413.094 c
+3264.46 392.938 l
+f
+3341.65 479.754 m
+3341.65 506.422 3335.44 516.648 3324.29 516.648 c
+3313.43 516.648 3304.44 501.461 3303.19 474.48 c
+3341.65 474.48 l
+3341.65 479.754 l
+h
+3357.14 399.762 m
+3349.4 391.383 3341.03 386.422 3327.37 386.422 c
+3296.69 386.422 3280.24 411.852 3280.24 461.148 c
+3280.24 511.07 3300.09 536.492 3325.52 536.492 c
+3351.26 536.492 3362.72 515.105 3362.72 478.824 c
+3362.72 475.105 3362.1 463.316 3361.18 457.117 c
+3302.88 457.117 l
+3303.51 422.703 3311.57 406.266 3329.85 406.266 c
+3339.48 406.266 3345.99 412.469 3352.18 420.848 c
+3357.14 399.762 l
+f
+1513.86 115.457 23.24 193.789 re
+f
+1636.01 115.457 m
+1636.01 221.5 l
+1636.01 234.52 1630.42 240.105 1621.44 240.105 c
+1613.99 240.105 1605.62 232.965 1598.8 223.668 c
+1598.8 115.457 l
+1576.79 115.457 l
+1576.79 256.844 l
+1598.8 260.875 l
+1598.8 242.586 l
+1606.24 255.293 1618.33 261.492 1629.19 261.492 c
+1647.78 261.492 1658.02 244.441 1658.02 225.836 c
+1658.02 115.457 l
+1636.01 115.457 l
+f
+1745.44 208.473 m
+1745.44 231.109 1739.54 242.586 1728.99 242.586 c
+1719.07 242.586 1711.63 234.207 1711.63 207.547 c
+1711.63 183.355 1718.15 173.434 1728.39 173.434 c
+1738.31 173.434 1745.44 183.055 1745.44 208.473 c
+h
+1703.27 84.4492 m
+1703.27 70.1914 1711.94 59.3359 1730.24 59.3359 c
+1746.36 59.3359 1758.76 69.2539 1758.76 87.2422 c
+1758.76 102.438 1751.32 109.566 1732.41 109.566 c
+1728.7 109.566 1722.8 109.566 1718.78 110.184 c
+1710.4 105.848 1703.27 97.7813 1703.27 84.4492 c
+h
+1760.63 236.07 m
+1765.28 229.559 1767.45 217.469 1767.45 207.547 c
+1767.45 173.133 1750.09 155.77 1727.14 155.77 c
+1724.35 155.77 1719.7 156.07 1715.36 158.25 c
+1710.71 156.07 1706.67 151.422 1706.67 144.605 c
+1706.67 136.543 1713.19 130.965 1724.97 130.965 c
+1734.58 130.965 l
+1761.24 130.965 1781.71 119.176 1781.71 92.2031 c
+1781.71 65.5352 1759.7 41.9688 1728.39 41.9688 c
+1701.71 41.9688 1681.57 55.6133 1681.57 80.7305 c
+1681.57 96.2383 1692.72 108.641 1706.06 112.977 c
+1695.21 116.695 1688.39 128.484 1688.39 139.336 c
+1688.39 151.109 1695.52 160.105 1705.13 165.066 c
+1695.52 171.891 1689.01 187.391 1689.01 208.16 c
+1689.01 243.512 1706.06 261.492 1728.7 261.492 c
+1738 261.492 1747.29 257.156 1751.63 253.121 c
+1779.54 255.602 l
+1780.48 233.59 l
+1760.63 236.07 l
+f
+1858.27 204.754 m
+1858.27 231.422 1852.08 241.648 1840.91 241.648 c
+1830.07 241.648 1821.06 226.461 1819.83 199.48 c
+1858.27 199.48 l
+1858.27 204.754 l
+h
+1873.78 124.762 m
+1866.03 116.383 1857.65 111.422 1844.01 111.422 c
+1813.31 111.422 1796.88 136.852 1796.88 186.148 c
+1796.88 236.07 1816.73 261.492 1842.16 261.492 c
+1867.88 261.492 1879.37 240.105 1879.37 203.824 c
+1879.37 200.105 1878.74 188.316 1877.8 182.117 c
+1819.52 182.117 l
+1820.15 147.703 1828.19 131.266 1846.49 131.266 c
+1856.1 131.266 1862.61 137.469 1868.82 145.848 c
+1873.78 124.762 l
+f
+1968.64 115.457 m
+1968.64 221.5 l
+1968.64 234.52 1963.06 240.105 1954.07 240.105 c
+1946.63 240.105 1938.25 232.965 1931.44 223.668 c
+1931.44 115.457 l
+1909.42 115.457 l
+1909.42 256.844 l
+1931.44 260.875 l
+1931.44 242.586 l
+1938.88 255.293 1950.97 261.492 1961.83 261.492 c
+1980.42 261.492 1990.65 244.441 1990.65 225.836 c
+1990.65 115.457 l
+1968.64 115.457 l
+f
+2026.9 115.457 m
+2026.9 256.844 l
+2048.94 260.875 l
+2048.94 115.457 l
+2026.9 115.457 l
+h
+2022.26 307.379 m
+2022.26 317 2027.84 325.367 2038.08 325.367 c
+2048.31 325.367 2053.9 317 2053.9 307.379 c
+2053.9 297.77 2048.31 289.402 2038.08 289.402 c
+2027.84 289.402 2022.26 297.77 2022.26 307.379 c
+f
+2141.63 204.754 m
+2141.63 231.422 2135.42 241.648 2124.27 241.648 c
+2113.41 241.648 2104.42 226.461 2103.17 199.48 c
+2141.63 199.48 l
+2141.63 204.754 l
+h
+2157.12 124.762 m
+2149.38 116.383 2141.01 111.422 2127.35 111.422 c
+2096.67 111.422 2080.22 136.852 2080.22 186.148 c
+2080.22 236.07 2100.07 261.492 2125.5 261.492 c
+2151.24 261.492 2162.71 240.105 2162.71 203.824 c
+2162.71 200.105 2162.08 188.316 2161.16 182.117 c
+2102.86 182.117 l
+2103.49 147.703 2111.55 131.266 2129.83 131.266 c
+2139.46 131.266 2145.97 137.469 2152.16 145.848 c
+2157.12 124.762 l
+f
+2251.38 112.047 m
+2251.38 130.34 l
+2243.94 117.625 2231.83 111.422 2220.99 111.422 c
+2202.37 111.422 2192.14 128.484 2192.14 147.086 c
+2192.14 257.469 l
+2214.17 257.469 l
+2214.17 151.422 l
+2214.17 138.406 2219.74 132.82 2228.74 132.82 c
+2236.18 132.82 2244.23 139.949 2251.38 149.254 c
+2251.38 257.469 l
+2273.39 257.469 l
+2273.39 116.082 l
+2251.38 112.047 l
+f
+2309.64 115.457 m
+2309.64 256.844 l
+2331.65 260.875 l
+2331.65 235.758 l
+2336.61 251.883 2344.97 261.492 2356.46 261.492 c
+2362.04 261.492 2367.29 258.711 2371.65 254.988 c
+2367 232.039 l
+2363.27 235.445 2358.94 238.863 2354.29 238.863 c
+2346.22 238.863 2337.84 226.766 2331.65 204.754 c
+2331.65 115.457 l
+2309.64 115.457 l
+f
+2392.39 142.125 m
+2400.77 135.301 2409.76 130.965 2418.76 130.965 c
+2430.54 130.965 2437.67 139.645 2437.67 151.109 c
+2437.67 162.586 2431.47 170.34 2416.59 179.02 c
+2398.29 189.871 2387.43 202.586 2387.43 223.043 c
+2387.43 245.992 2404.79 261.492 2426.51 261.492 c
+2437.98 261.492 2448.53 256.844 2455.34 251.883 c
+2450.69 232.039 l
+2442.94 237.625 2434.87 241.648 2426.2 241.648 c
+2415.97 241.648 2408.53 234.832 2408.53 223.355 c
+2408.53 212.508 2413.17 205.379 2428.37 196.07 c
+2446.36 184.91 2458.76 172.195 2458.76 151.422 c
+2458.76 127.547 2441.4 111.422 2419.38 111.422 c
+2407.9 111.422 2396.12 115.77 2387.74 122.281 c
+2392.39 142.125 l
+f
+2566.32 114.527 m
+2546.18 221.805 l
+2526.03 114.527 l
+2503.7 114.527 l
+2476.42 257.469 l
+2498.43 257.469 l
+2515.79 150.184 l
+2535.63 257.469 l
+2556.71 257.469 l
+2576.55 150.184 l
+2593.92 257.469 l
+2615.93 257.469 l
+2588.64 114.527 l
+2566.32 114.527 l
+f
+2696.22 204.754 m
+2696.22 231.422 2690.03 241.648 2678.86 241.648 c
+2668.02 241.648 2659.01 226.461 2657.78 199.48 c
+2696.22 199.48 l
+2696.22 204.754 l
+h
+2711.73 124.762 m
+2703.97 116.383 2695.6 111.422 2681.96 111.422 c
+2651.26 111.422 2634.83 136.852 2634.83 186.148 c
+2634.83 236.07 2654.68 261.492 2680.11 261.492 c
+2705.83 261.492 2717.31 240.105 2717.31 203.824 c
+2717.31 200.105 2716.69 188.316 2715.75 182.117 c
+2657.47 182.117 l
+2658.1 147.703 2666.14 131.266 2684.44 131.266 c
+2694.05 131.266 2700.56 137.469 2706.77 145.848 c
+2711.73 124.762 l
+f
+2798.84 117.938 m
+2792.94 113.902 2784.58 111.422 2778.37 111.422 c
+2762.57 111.422 2747.37 119.488 2747.37 155.457 c
+2747.37 236.07 l
+2733.1 237.625 l
+2733.1 252.508 l
+2747.37 258.086 l
+2747.37 290.016 l
+2769.38 290.016 l
+2769.38 257.469 l
+2797.9 257.469 l
+2796.67 237.625 l
+2769.38 237.625 l
+2769.38 153.289 l
+2769.38 136.852 2774.97 131.578 2782.1 131.578 c
+2786.75 131.578 2792.33 134.684 2796.04 138.094 c
+2798.84 117.938 l
+f
+2876.03 204.754 m
+2876.03 231.422 2869.83 241.648 2858.66 241.648 c
+2847.82 241.648 2838.82 226.461 2837.59 199.48 c
+2876.03 199.48 l
+2876.03 204.754 l
+h
+2891.53 124.762 m
+2883.78 116.383 2875.4 111.422 2861.77 111.422 c
+2831.06 111.422 2814.64 136.852 2814.64 186.148 c
+2814.64 236.07 2834.48 261.492 2859.91 261.492 c
+2885.63 261.492 2897.12 240.105 2897.12 203.824 c
+2897.12 200.105 2896.49 188.316 2895.56 182.117 c
+2837.28 182.117 l
+2837.9 147.703 2845.95 131.266 2864.25 131.266 c
+2873.86 131.266 2880.36 137.469 2886.57 145.848 c
+2891.53 124.762 l
+f
+2986.38 115.457 m
+2986.38 221.5 l
+2986.38 234.52 2980.81 240.105 2971.81 240.105 c
+2964.37 240.105 2956.01 232.965 2949.17 223.668 c
+2949.17 115.457 l
+2927.16 115.457 l
+2927.16 256.844 l
+2949.17 260.875 l
+2949.17 242.586 l
+2956.61 255.293 2968.7 261.492 2979.56 261.492 c
+2998.17 261.492 3008.39 244.441 3008.39 225.836 c
+3008.39 115.457 l
+2986.38 115.457 l
+f
+3042.18 142.125 m
+3050.56 135.301 3059.54 130.965 3068.53 130.965 c
+3080.32 130.965 3087.45 139.645 3087.45 151.109 c
+3087.45 162.586 3081.24 170.34 3066.36 179.02 c
+3048.08 189.871 3037.22 202.586 3037.22 223.043 c
+3037.22 245.992 3054.58 261.492 3076.28 261.492 c
+3087.76 261.492 3098.29 256.844 3105.13 251.883 c
+3100.46 232.039 l
+3092.72 237.625 3084.66 241.648 3075.97 241.648 c
+3065.73 241.648 3058.29 234.832 3058.29 223.355 c
+3058.29 212.508 3062.96 205.379 3078.13 196.07 c
+3096.12 184.91 3108.53 172.195 3108.53 151.422 c
+3108.53 127.547 3091.16 111.422 3069.15 111.422 c
+3057.69 111.422 3045.89 115.77 3037.53 122.281 c
+3042.18 142.125 l
+f
+3208.97 124.762 m
+3201.83 116.383 3191.61 111.422 3179.21 111.422 c
+3149.44 111.422 3132.37 136.852 3132.37 186.148 c
+3132.37 235.145 3149.74 261.492 3180.44 261.492 c
+3192.53 261.492 3201.83 256.844 3209.27 249.09 c
+3204.01 227.078 l
+3199.05 235.145 3189.42 241.648 3181.69 241.648 c
+3163.08 241.648 3155.32 222.742 3155.32 186.461 c
+3155.32 149.254 3163.39 131.266 3182.61 131.266 c
+3190.67 131.266 3198.12 137.469 3204.01 145.848 c
+3208.97 124.762 l
+f
+3296.69 115.457 m
+3296.69 221.5 l
+3296.69 234.52 3291.12 240.105 3282.12 240.105 c
+3274.68 240.105 3266.32 232.965 3259.48 223.668 c
+3259.48 115.457 l
+3237.47 115.457 l
+3237.47 324.441 l
+3259.48 328.465 l
+3259.48 242.586 l
+3266.92 255.293 3279.01 261.492 3289.87 261.492 c
+3308.49 261.492 3318.7 244.441 3318.7 225.836 c
+3318.7 115.457 l
+3296.69 115.457 l
+f
+3403.04 186.461 m
+3379.15 182.43 3370.17 167.859 3370.17 152.352 c
+3370.17 139.02 3376.67 132.508 3385.67 132.508 c
+3392.18 132.508 3398.68 139.336 3403.04 146.461 c
+3403.04 186.461 l
+h
+3433.72 112.664 m
+3417.92 110.809 3408 115.457 3404.27 127.242 c
+3403.04 127.242 l
+3398.68 118.563 3390.63 111.422 3376.98 111.422 c
+3360.56 111.422 3347.53 127.547 3347.53 149.871 c
+3347.53 175.918 3364.27 199.793 3403.04 203.199 c
+3403.04 215.918 l
+3403.04 230.797 3397.76 241.344 3383.8 241.344 c
+3375.44 241.344 3363.64 234.52 3354.66 224.91 c
+3351.24 245.68 l
+3359.93 255.602 3374.5 261.492 3386.59 261.492 c
+3413.56 261.492 3425.05 239.793 3425.05 216.844 c
+3425.05 141.5 l
+3425.05 134.371 3427.84 131.266 3435.58 131.266 c
+3433.72 112.664 l
+f
+3486.42 139.336 m
+3490.44 134.684 3496.65 131.266 3502.84 131.266 c
+3518.97 131.266 3528.27 154.215 3528.27 186.773 c
+3528.27 217.781 3519.58 239.48 3504.7 239.48 c
+3497.57 239.48 3491.06 233.902 3486.42 225.523 c
+3486.42 139.336 l
+h
+3464.4 46.0039 m
+3464.4 256.844 l
+3486.42 260.875 l
+3486.42 244.441 l
+3492.29 254.363 3501.92 261.492 3512.45 261.492 c
+3536.34 261.492 3551.22 231.727 3551.22 188.316 c
+3551.22 142.125 3534.17 111.422 3507.49 111.422 c
+3499.13 111.422 3492.29 113.289 3486.42 117.008 c
+3486.42 46.0039 l
+3464.4 46.0039 l
+f
+3603.9 139.336 m
+3607.94 134.684 3614.13 131.266 3620.34 131.266 c
+3636.46 131.266 3645.75 154.215 3645.75 186.773 c
+3645.75 217.781 3637.08 239.48 3622.2 239.48 c
+3615.07 239.48 3608.54 233.902 3603.9 225.523 c
+3603.9 139.336 l
+h
+3581.88 46.0039 m
+3581.88 256.844 l
+3603.9 260.875 l
+3603.9 244.441 l
+3609.79 254.363 3619.4 261.492 3629.95 261.492 c
+3653.82 261.492 3668.7 231.727 3668.7 188.316 c
+3668.7 142.125 3651.65 111.422 3624.99 111.422 c
+3616.61 111.422 3609.79 113.289 3603.9 117.008 c
+3603.9 46.0039 l
+3581.88 46.0039 l
+f
+3757.67 204.754 m
+3757.67 231.422 3751.47 241.648 3740.3 241.648 c
+3729.46 241.648 3720.46 226.461 3719.23 199.48 c
+3757.67 199.48 l
+3757.67 204.754 l
+h
+3773.17 124.762 m
+3765.42 116.383 3757.04 111.422 3743.41 111.422 c
+3712.71 111.422 3696.28 136.852 3696.28 186.148 c
+3696.28 236.07 3716.12 261.492 3741.55 261.492 c
+3767.28 261.492 3778.76 240.105 3778.76 203.824 c
+3778.76 200.105 3778.13 188.316 3777.2 182.117 c
+3718.92 182.117 l
+3719.54 147.703 3727.59 131.266 3745.89 131.266 c
+3755.5 131.266 3762 137.469 3768.21 145.848 c
+3773.17 124.762 l
+f
+3868.04 115.457 m
+3868.04 221.5 l
+3868.04 234.52 3862.45 240.105 3853.47 240.105 c
+3846.03 240.105 3837.65 232.965 3830.83 223.668 c
+3830.83 115.457 l
+3808.82 115.457 l
+3808.82 256.844 l
+3830.83 260.875 l
+3830.83 242.586 l
+3838.27 255.293 3850.36 261.492 3861.22 261.492 c
+3879.81 261.492 3890.05 244.441 3890.05 225.836 c
+3890.05 115.457 l
+3868.04 115.457 l
+f
+[/Separation (TI C=31 M=100 Y=0 K=1) /DeviceCMYK
+{dup 0.31 mul exch dup 1 mul exch dup 0 mul exch 0.01 mul }
+] {} cs
+[1] sc
+[1] sc
+1310.06 115.094 m
+1310.06 115.094 l
+1294.4 115.094 1281.71 127.781 1281.71 143.445 c
+1281.71 557.301 l
+1281.71 572.957 1294.4 585.641 1310.06 585.641 c
+1325.72 585.641 1338.41 572.957 1338.41 557.301 c
+1338.41 143.445 l
+1338.41 127.781 1325.72 115.094 1310.06 115.094 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF