summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-pos.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-pos.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-pos.eps1465
1 files changed, 1465 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-pos.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-pos.eps
new file mode 100644
index 00000000000..811b793bfea
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-be-nl-cmyk-pos.eps
@@ -0,0 +1,1465 @@
+%!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 449 103
+%%HiResBoundingBox: 0 0 449 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 449 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4481.83 1020.47 re
+W
+[/Separation (BE C=58 M=0 Y=100 K=4) /DeviceCMYK
+{dup 0.58 mul exch dup 0 mul exch dup 1 mul exch 0.04 mul }
+] {} cs
+[1] sc
+[1] sc
+969.449 0 m
+51.0234 0 l
+22.9609 0 -0.003906 22.957 -0.003906 51.0195 c
+-0.003906 969.445 l
+-0.003906 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.0195 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.02 356.609 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.926 l
+177.82 808.926 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.148 757.438 446.738 c
+904.164 424.121 971.418 533.602 952.238 608.145 c
+926.613 578.547 885.637 552.344 757.609 588.652 c
+757.609 808.926 l
+654.695 808.926 l
+654.695 623.547 l
+453.637 689.551 406.051 506.375 406.051 506.375 c
+406.051 506.375 500.086 558.09 654.695 479.992 c
+f
+/DeviceCMYK {} cs
+[1 0.8926 0.3249 0.2324] sc
+1354.86 725.012 m
+1314.39 725.012 1282.08 746.027 1282.08 789.387 c
+1282.08 906.84 l
+1319.91 906.84 l
+1319.91 793.852 l
+1319.91 765.473 1341.2 754.699 1359.33 754.699 c
+1378.76 754.699 1396.91 765.473 1396.91 792.805 c
+1396.91 906.84 l
+1434.21 906.84 l
+1434.21 792.805 l
+1434.21 748.656 1402.69 725.012 1354.86 725.012 c
+f
+1561.97 728.168 m
+1561.97 809.094 l
+1561.97 827.746 1551.98 837.211 1535.42 837.211 c
+1525.97 837.211 1516.77 834.32 1510.21 830.109 c
+1510.21 728.168 l
+1475.25 728.168 l
+1475.25 860.852 l
+1508.88 863.48 l
+1508.37 845.09 l
+1509.41 845.09 l
+1519.13 855.863 1535.17 865.324 1553.57 865.324 c
+1577.2 865.324 1596.65 849.555 1596.65 819.34 c
+1596.65 728.168 l
+1561.97 728.168 l
+f
+1633.47 728.168 m
+1633.47 862.172 l
+1668.68 862.172 l
+1668.68 728.168 l
+1633.47 728.168 l
+h
+1651.09 886.867 m
+1641.09 886.867 1632.69 895.277 1632.69 905.52 c
+1632.69 915.773 1641.09 923.656 1651.09 923.656 c
+1661.32 923.656 1669.47 915.773 1669.47 905.52 c
+1669.47 895.277 1661.32 886.867 1651.09 886.867 c
+f
+1770.66 727.375 m
+1741.22 727.375 l
+1687.61 862.172 l
+1727.02 862.172 l
+1750.95 791.223 l
+1754.88 780.188 1758.04 761.273 1758.04 761.273 c
+1758.04 761.273 1761.18 779.926 1765.13 791.223 c
+1789.04 862.172 l
+1824.5 862.172 l
+1770.66 727.375 l
+f
+1897.06 842.465 m
+1880.25 842.465 1869.74 826.438 1867.9 810.402 c
+1924.39 810.402 l
+1924.39 828.012 1914.41 842.465 1897.06 842.465 c
+h
+1955.4 790.18 m
+1866.59 790.18 l
+1867.38 768.109 1882.1 751.293 1906.79 751.293 c
+1922.55 751.293 1936.75 754.699 1952.51 760.746 c
+1950.93 736.047 l
+1934.64 729.477 1918.63 725.277 1897.34 725.277 c
+1857.12 725.277 1832.69 753.129 1832.69 792.543 c
+1832.69 835.375 1860.54 865.324 1899.95 865.324 c
+1938.06 865.324 1956.71 839.309 1956.71 809.359 c
+1956.71 803.313 1956.18 794.906 1955.4 790.18 c
+f
+2062.9 825.648 m
+2056.07 829.594 2047.14 832.219 2038.74 832.219 c
+2030.6 832.219 2022.71 828.801 2018.23 824.074 c
+2018.23 728.168 l
+1983.29 728.168 l
+1983.29 860.852 l
+2016.4 863.742 l
+2015.34 839.836 l
+2016.4 839.836 l
+2023.23 854.816 2036.11 865.324 2050.56 865.324 c
+2056.87 865.324 2063.96 863.742 2068.43 861.117 c
+2062.9 825.648 l
+f
+2120.48 725.277 m
+2103.14 725.277 2089.21 728.949 2077.65 735.258 c
+2081.59 761.535 l
+2093.66 755.227 2108.65 751.027 2121.54 751.027 c
+2132.57 751.027 2142.55 754.699 2142.55 764.426 c
+2142.55 785.707 2081.85 780.98 2081.85 823.813 c
+2081.85 850.871 2106.56 865.324 2135.19 865.324 c
+2149.39 865.324 2164.09 861.379 2173.82 857.18 c
+2169.88 831.957 l
+2159.62 835.891 2145.97 839.574 2133.35 839.574 c
+2123.9 839.574 2115.75 835.891 2115.75 828.273 c
+2115.75 807.258 2176.71 811.457 2176.71 769.152 c
+2176.71 739.992 2151.22 725.277 2120.48 725.277 c
+f
+2204.31 728.168 m
+2204.31 862.172 l
+2239.52 862.172 l
+2239.52 728.168 l
+2204.31 728.168 l
+h
+2221.93 886.867 m
+2211.93 886.867 2203.53 895.277 2203.53 905.52 c
+2203.53 915.773 2211.93 923.656 2221.93 923.656 c
+2232.16 923.656 2240.31 915.773 2240.31 905.52 c
+2240.31 895.277 2232.16 886.867 2221.93 886.867 c
+f
+2317.59 725.277 m
+2293.94 725.277 2278.7 739.992 2278.7 762.582 c
+2278.7 770.207 2279.48 805.148 2279.48 826.176 c
+2279.48 837.473 l
+2266.87 837.473 l
+2266.87 851.137 l
+2310.23 891.34 l
+2313.65 891.34 l
+2313.65 862.172 l
+2356.2 862.172 l
+2356.2 837.473 l
+2313.65 837.473 l
+2313.65 835.375 2313.12 792.543 2313.12 774.406 c
+2313.12 760.219 2321.54 753.918 2334.41 753.918 c
+2341.24 753.918 2349.39 754.699 2357.26 757.328 c
+2357.26 733.156 l
+2345.97 728.43 2332.57 725.277 2317.59 725.277 c
+f
+2433.49 842.465 m
+2416.67 842.465 2406.16 826.438 2404.33 810.402 c
+2460.81 810.402 l
+2460.81 828.012 2450.83 842.465 2433.49 842.465 c
+h
+2491.81 790.18 m
+2403 790.18 l
+2403.8 768.109 2418.51 751.293 2443.22 751.293 c
+2458.98 751.293 2473.16 754.699 2488.92 760.746 c
+2487.36 736.047 l
+2471.07 729.477 2455.03 725.277 2433.74 725.277 c
+2393.55 725.277 2369.11 753.129 2369.11 792.543 c
+2369.11 835.375 2396.97 865.324 2436.38 865.324 c
+2474.48 865.324 2493.14 839.309 2493.14 809.359 c
+2493.14 803.313 2492.61 794.906 2491.81 790.18 c
+f
+2520.48 728.168 m
+2520.48 862.172 l
+2555.7 862.172 l
+2555.7 728.168 l
+2520.48 728.168 l
+h
+2538.1 886.867 m
+2528.1 886.867 2519.7 895.277 2519.7 905.52 c
+2519.7 915.773 2528.1 923.656 2538.1 923.656 c
+2548.33 923.656 2556.48 915.773 2556.48 905.52 c
+2556.48 895.277 2548.33 886.867 2538.1 886.867 c
+f
+2633.76 725.277 m
+2610.11 725.277 2594.88 739.992 2594.88 762.582 c
+2594.88 770.207 2595.66 805.148 2595.66 826.176 c
+2595.66 837.473 l
+2583.04 837.473 l
+2583.04 851.137 l
+2626.4 891.34 l
+2629.82 891.34 l
+2629.82 862.172 l
+2672.38 862.172 l
+2672.38 837.473 l
+2629.82 837.473 l
+2629.82 835.375 2629.29 792.543 2629.29 774.406 c
+2629.29 760.219 2637.71 753.918 2650.58 753.918 c
+2657.41 753.918 2665.56 754.699 2673.43 757.328 c
+2673.43 733.156 l
+2662.14 728.43 2648.74 725.277 2633.76 725.277 c
+f
+2822.18 854.289 m
+2819.82 861.379 2817.71 875.305 2817.71 875.305 c
+2817.71 875.305 2815.62 861.906 2812.98 854.289 c
+2794.6 800.688 l
+2840.83 800.688 l
+2822.18 854.289 l
+h
+2863.96 728.168 m
+2847.67 775.199 l
+2788.02 775.199 l
+2772.26 728.168 l
+2733.63 728.168 l
+2798.53 906.84 l
+2840.05 906.84 l
+2904.95 728.168 l
+2863.96 728.168 l
+f
+3012.47 728.168 m
+3012.47 809.094 l
+3012.47 827.746 3002.49 837.211 2985.93 837.211 c
+2976.48 837.211 2967.28 834.32 2960.72 830.109 c
+2960.72 728.168 l
+2925.75 728.168 l
+2925.75 860.852 l
+2959.39 863.48 l
+2958.88 845.09 l
+2959.91 845.09 l
+2969.64 855.863 2985.68 865.324 3004.07 865.324 c
+3027.71 865.324 3047.16 849.555 3047.16 819.34 c
+3047.16 728.168 l
+3012.47 728.168 l
+f
+3123.14 725.277 m
+3099.48 725.277 3084.25 739.992 3084.25 762.582 c
+3084.25 770.207 3085.03 805.148 3085.03 826.176 c
+3085.03 837.473 l
+3072.41 837.473 l
+3072.41 851.137 l
+3115.77 891.34 l
+3119.19 891.34 l
+3119.19 862.172 l
+3161.75 862.172 l
+3161.75 837.473 l
+3119.19 837.473 l
+3119.19 835.375 3118.66 792.543 3118.66 774.406 c
+3118.66 760.219 3127.08 753.918 3139.95 753.918 c
+3146.79 753.918 3154.93 754.699 3162.81 757.328 c
+3162.81 733.156 l
+3151.52 728.43 3138.12 725.277 3123.14 725.277 c
+f
+3333.37 727.375 m
+3305.52 727.375 l
+3280.03 793.852 l
+3276.09 804.105 3273.45 821.703 3273.45 821.703 c
+3273.45 821.703 3269.5 804.367 3265.83 793.852 c
+3241.13 727.375 l
+3214.07 727.375 l
+3168.1 862.172 l
+3206.46 862.172 l
+3225.36 796.215 l
+3228.53 785.707 3231.67 765.473 3231.67 765.473 c
+3231.67 765.473 3235.62 785.18 3239.29 795.961 c
+3262.69 862.172 l
+3288.43 862.172 l
+3312.86 795.961 l
+3317.06 785.18 3320.23 766 3320.23 766 c
+3320.23 766 3323.12 785.707 3326.54 796.477 c
+3345.19 862.172 l
+3379.6 862.172 l
+3333.37 727.375 l
+f
+3454.27 842.465 m
+3437.45 842.465 3426.95 826.438 3425.11 810.402 c
+3481.59 810.402 l
+3481.59 828.012 3471.61 842.465 3454.27 842.465 c
+h
+3512.61 790.18 m
+3423.8 790.18 l
+3424.58 768.109 3439.31 751.293 3464 751.293 c
+3479.76 751.293 3493.96 754.699 3509.72 760.746 c
+3508.14 736.047 l
+3491.85 729.477 3475.83 725.277 3454.54 725.277 c
+3414.33 725.277 3389.9 753.129 3389.9 792.543 c
+3389.9 835.375 3417.75 865.324 3457.16 865.324 c
+3495.27 865.324 3513.92 839.309 3513.92 809.359 c
+3513.92 803.313 3513.39 794.906 3512.61 790.18 c
+f
+3620.11 825.648 m
+3613.27 829.594 3604.35 832.219 3595.95 832.219 c
+3587.81 832.219 3579.91 828.801 3575.44 824.074 c
+3575.44 728.168 l
+3540.5 728.168 l
+3540.5 860.852 l
+3573.61 863.742 l
+3572.55 839.836 l
+3573.61 839.836 l
+3580.44 854.816 3593.31 865.324 3607.77 865.324 c
+3614.07 865.324 3621.16 863.742 3625.64 861.117 c
+3620.11 825.648 l
+f
+3704.21 837.738 m
+3695.29 837.738 3686.36 834.848 3680.31 830.637 c
+3680.31 756.809 l
+3685.31 753.391 3694.23 751.027 3701.85 751.027 c
+3724.97 751.027 3738.12 769.418 3738.12 793.852 c
+3738.12 821.184 3724.72 837.738 3704.21 837.738 c
+h
+3700.29 726.32 m
+3692.92 726.32 3684.78 728.168 3680.31 730.531 c
+3680.31 661.164 l
+3645.36 661.164 l
+3645.36 860.852 l
+3679 863.48 l
+3678.47 845.617 l
+3679.52 845.617 l
+3689.25 857.445 3704.48 865.324 3719.47 865.324 c
+3752.57 865.324 3773.59 837.211 3773.59 799.895 c
+3773.59 755.754 3744.95 726.32 3700.29 726.32 c
+f
+3853.76 842.465 m
+3836.95 842.465 3826.44 826.438 3824.6 810.402 c
+3881.09 810.402 l
+3881.09 828.012 3871.11 842.465 3853.76 842.465 c
+h
+3912.1 790.18 m
+3823.29 790.18 l
+3824.07 768.109 3838.8 751.293 3863.49 751.293 c
+3879.25 751.293 3893.45 754.699 3909.21 760.746 c
+3907.63 736.047 l
+3891.34 729.477 3875.32 725.277 3854.04 725.277 c
+3813.82 725.277 3789.39 753.129 3789.39 792.543 c
+3789.39 835.375 3817.24 865.324 3856.65 865.324 c
+3894.76 865.324 3913.41 839.309 3913.41 809.359 c
+3913.41 803.313 3912.88 794.906 3912.1 790.18 c
+f
+4026.69 728.168 m
+4026.69 809.094 l
+4026.69 827.746 4016.71 837.211 4000.15 837.211 c
+3990.7 837.211 3981.5 834.32 3974.93 830.109 c
+3974.93 728.168 l
+3939.97 728.168 l
+3939.97 860.852 l
+3973.61 863.48 l
+3973.1 845.09 l
+3974.13 845.09 l
+3983.86 855.863 3999.9 865.324 4018.29 865.324 c
+4041.93 865.324 4061.38 849.555 4061.38 819.34 c
+4061.38 728.168 l
+4026.69 728.168 l
+f
+1512.61 390.453 m
+1512.61 584.242 l
+1590.13 584.242 l
+1590.13 562.531 l
+1535.87 562.531 l
+1535.87 494.945 l
+1578.66 494.945 l
+1578.66 473.234 l
+1535.87 473.234 l
+1535.87 390.453 l
+1512.61 390.453 l
+f
+1655.54 461.457 m
+1631.67 457.426 1622.67 442.855 1622.67 427.348 c
+1622.67 414.016 1629.19 407.504 1638.18 407.504 c
+1644.68 407.504 1651.2 414.328 1655.54 421.457 c
+1655.54 461.457 l
+h
+1686.24 387.66 m
+1670.42 385.805 1660.5 390.453 1656.79 402.238 c
+1655.54 402.238 l
+1651.2 393.559 1643.14 386.418 1629.5 386.418 c
+1613.06 386.418 1600.03 402.543 1600.03 424.867 c
+1600.03 450.91 1616.79 474.789 1655.54 478.195 c
+1655.54 490.91 l
+1655.54 505.793 1650.27 516.34 1636.32 516.34 c
+1627.94 516.34 1616.16 509.516 1607.18 499.906 c
+1603.76 520.676 l
+1612.43 530.598 1627.02 536.488 1639.11 536.488 c
+1666.09 536.488 1677.55 514.789 1677.55 491.84 c
+1677.55 416.496 l
+1677.55 409.367 1680.34 406.262 1688.1 406.262 c
+1686.24 387.66 l
+f
+1787.92 399.758 m
+1780.77 391.379 1770.56 386.418 1758.16 386.418 c
+1728.39 386.418 1711.32 411.848 1711.32 461.145 c
+1711.32 510.141 1728.68 536.488 1759.39 536.488 c
+1771.48 536.488 1780.77 531.84 1788.22 524.086 c
+1782.96 502.074 l
+1778 510.141 1768.37 516.645 1760.64 516.645 c
+1742.02 516.645 1734.27 497.738 1734.27 461.457 c
+1734.27 424.25 1742.34 406.262 1761.56 406.262 c
+1769.62 406.262 1777.06 412.465 1782.96 420.844 c
+1787.92 399.758 l
+f
+1875.03 387.043 m
+1875.03 405.336 l
+1867.59 392.621 1855.48 386.418 1844.64 386.418 c
+1826.03 386.418 1815.79 403.48 1815.79 422.082 c
+1815.79 532.465 l
+1837.82 532.465 l
+1837.82 426.418 l
+1837.82 413.402 1843.39 407.816 1852.4 407.816 c
+1859.84 407.816 1867.88 414.945 1875.03 424.25 c
+1875.03 532.465 l
+1897.04 532.465 l
+1897.04 391.078 l
+1875.03 387.043 l
+f
+1933.29 390.453 m
+1933.29 599.438 l
+1955.31 603.461 l
+1955.31 390.453 l
+1933.29 390.453 l
+f
+2045.52 392.934 m
+2039.62 388.898 2031.26 386.418 2025.05 386.418 c
+2009.25 386.418 1994.06 394.484 1994.06 430.453 c
+1994.06 511.066 l
+1979.78 512.621 l
+1979.78 527.504 l
+1994.06 533.078 l
+1994.06 565.012 l
+2016.07 565.012 l
+2016.07 532.465 l
+2044.58 532.465 l
+2043.35 512.621 l
+2016.07 512.621 l
+2016.07 428.285 l
+2016.07 411.848 2021.65 406.574 2028.78 406.574 c
+2033.43 406.574 2039.02 409.68 2042.73 413.09 c
+2045.52 392.934 l
+f
+2122.71 479.75 m
+2122.71 506.418 2116.52 516.645 2105.34 516.645 c
+2094.5 516.645 2085.5 501.457 2084.27 474.477 c
+2122.71 474.477 l
+2122.71 479.75 l
+h
+2138.22 399.758 m
+2130.46 391.379 2122.08 386.418 2108.45 386.418 c
+2077.75 386.418 2061.32 411.848 2061.32 461.145 c
+2061.32 511.066 2081.16 536.488 2106.59 536.488 c
+2132.32 536.488 2143.8 515.102 2143.8 478.82 c
+2143.8 475.102 2143.18 463.313 2142.24 457.113 c
+2083.96 457.113 l
+2084.58 422.699 2092.63 406.262 2110.93 406.262 c
+2120.54 406.262 2127.04 412.465 2133.25 420.844 c
+2138.22 399.758 l
+f
+2174.47 390.453 m
+2174.47 531.84 l
+2196.5 535.871 l
+2196.5 390.453 l
+2174.47 390.453 l
+h
+2169.82 582.375 m
+2169.82 591.996 2175.4 600.363 2185.64 600.363 c
+2195.87 600.363 2201.46 591.996 2201.46 582.375 c
+2201.46 572.766 2195.87 564.398 2185.64 564.398 c
+2175.4 564.398 2169.82 572.766 2169.82 582.375 c
+f
+2287.32 392.934 m
+2281.44 388.898 2273.06 386.418 2266.87 386.418 c
+2251.05 386.418 2235.85 394.484 2235.85 430.453 c
+2235.85 511.066 l
+2221.59 512.621 l
+2221.59 527.504 l
+2235.85 533.078 l
+2235.85 565.012 l
+2257.86 565.012 l
+2257.86 532.465 l
+2286.4 532.465 l
+2285.15 512.621 l
+2257.86 512.621 l
+2257.86 428.285 l
+2257.86 411.848 2263.45 406.574 2270.58 406.574 c
+2275.23 406.574 2280.81 409.68 2284.54 413.09 c
+2287.32 392.934 l
+f
+2400.77 411.848 m
+2420.93 411.848 2431.48 423.625 2431.48 445.648 c
+2431.48 467.66 2419.07 477.582 2394.9 477.582 c
+2390.85 477.582 l
+2390.85 411.848 l
+2400.77 411.848 l
+h
+2394.27 498.039 m
+2416.28 498.039 2427.45 508.273 2427.45 531.84 c
+2427.45 552.309 2417.84 562.844 2399.23 562.844 c
+2390.85 562.844 l
+2390.85 498.039 l
+2394.27 498.039 l
+h
+2367.61 390.453 m
+2367.61 584.242 l
+2403.57 584.242 l
+2434.58 584.242 2451.32 565.949 2451.32 533.391 c
+2451.32 511.379 2443.88 496.801 2428.37 489.984 c
+2444.82 482.543 2455.34 465.793 2455.34 445.336 c
+2455.34 410.609 2437.69 390.453 2404.82 390.453 c
+2367.61 390.453 l
+f
+2541.83 479.75 m
+2541.83 506.418 2535.64 516.645 2524.47 516.645 c
+2513.63 516.645 2504.62 501.457 2503.39 474.477 c
+2541.83 474.477 l
+2541.83 479.75 l
+h
+2557.34 399.758 m
+2549.58 391.379 2541.2 386.418 2527.57 386.418 c
+2496.87 386.418 2480.44 411.848 2480.44 461.145 c
+2480.44 511.066 2500.29 536.488 2525.72 536.488 c
+2551.44 536.488 2562.92 515.102 2562.92 478.82 c
+2562.92 475.102 2562.3 463.313 2561.36 457.113 c
+2503.08 457.113 l
+2503.7 422.699 2511.75 406.262 2530.05 406.262 c
+2539.66 406.262 2546.16 412.465 2552.38 420.844 c
+2557.34 399.758 l
+f
+2652.2 508.586 m
+2648.16 513.234 2641.97 516.645 2635.75 516.645 c
+2619.64 516.645 2610.34 493.703 2610.34 461.145 c
+2610.34 430.141 2619.02 408.441 2633.9 408.441 c
+2641.03 408.441 2647.55 414.328 2652.2 422.387 c
+2652.2 508.586 l
+h
+2652.2 390.453 m
+2652.2 403.48 l
+2645.99 393.859 2636.69 386.418 2626.15 386.418 c
+2602.28 386.418 2587.4 416.184 2587.4 459.594 c
+2587.4 505.793 2604.45 536.488 2631.11 536.488 c
+2639.48 536.488 2646.3 534.633 2652.2 530.91 c
+2652.2 599.438 l
+2674.21 603.461 l
+2674.21 390.453 l
+2652.2 390.453 l
+f
+2710.46 390.453 m
+2710.46 531.84 l
+2732.47 535.871 l
+2732.47 510.754 l
+2737.43 526.879 2745.81 536.488 2757.28 536.488 c
+2762.86 536.488 2768.14 533.703 2772.47 529.984 c
+2767.82 507.035 l
+2764.11 510.441 2759.76 513.859 2755.11 513.859 c
+2747.04 513.859 2738.68 501.762 2732.47 479.75 c
+2732.47 390.453 l
+2710.46 390.453 l
+f
+2795.72 390.453 m
+2795.72 531.84 l
+2817.73 535.871 l
+2817.73 390.453 l
+2795.72 390.453 l
+h
+2791.07 582.375 m
+2791.07 591.996 2796.65 600.363 2806.87 600.363 c
+2817.1 600.363 2822.69 591.996 2822.69 582.375 c
+2822.69 572.766 2817.1 564.398 2806.87 564.398 c
+2796.65 564.398 2791.07 572.766 2791.07 582.375 c
+f
+2850.58 582.375 m
+2850.58 591.996 2856.16 600.363 2866.4 600.363 c
+2876.63 600.363 2882.22 591.996 2882.22 582.375 c
+2882.22 572.766 2876.63 564.398 2866.4 564.398 c
+2856.16 564.398 2850.58 572.766 2850.58 582.375 c
+h
+2837.86 329.68 m
+2850.89 339.602 2855.23 351.391 2855.23 373.402 c
+2855.23 531.84 l
+2877.26 535.871 l
+2877.26 377.121 l
+2877.26 348.91 2871.67 328.441 2850.27 313.246 c
+2837.86 329.68 l
+f
+2916.3 390.453 m
+2916.3 511.066 l
+2902.04 512.621 l
+2902.04 527.504 l
+2916.3 533.078 l
+2916.3 559.75 l
+2916.3 596.957 2931.5 606.254 2948.55 606.254 c
+2955.36 606.254 2961.89 604.086 2968.39 600.051 c
+2964.06 579.895 l
+2959.72 583.313 2955.36 585.793 2951.34 585.793 c
+2943.59 585.793 2938.31 580.207 2938.31 561.918 c
+2938.31 532.465 l
+2963.74 532.465 l
+2962.51 512.621 l
+2938.31 512.621 l
+2938.31 390.453 l
+2916.3 390.453 l
+f
+2984.19 417.121 m
+2992.57 410.297 3001.56 405.961 3010.56 405.961 c
+3022.34 405.961 3029.47 414.641 3029.47 426.105 c
+3029.47 437.582 3023.27 445.336 3008.39 454.016 c
+2990.09 464.867 2979.23 477.582 2979.23 498.039 c
+2979.23 520.988 2996.59 536.488 3018.31 536.488 c
+3029.78 536.488 3040.32 531.84 3047.14 526.879 c
+3042.49 507.035 l
+3034.74 512.621 3026.67 516.645 3018 516.645 c
+3007.77 516.645 3000.32 509.828 3000.32 498.352 c
+3000.32 487.504 3004.97 480.375 3020.17 471.066 c
+3038.16 459.906 3050.56 447.191 3050.56 426.418 c
+3050.56 402.543 3033.2 386.418 3011.18 386.418 c
+2999.7 386.418 2987.92 390.766 2979.54 397.277 c
+2984.19 417.121 l
+f
+3158.12 389.523 m
+3137.98 496.801 l
+3117.82 389.523 l
+3095.5 389.523 l
+3068.22 532.465 l
+3090.23 532.465 l
+3107.59 425.18 l
+3127.43 532.465 l
+3148.51 532.465 l
+3168.35 425.18 l
+3185.72 532.465 l
+3207.73 532.465 l
+3180.44 389.523 l
+3158.12 389.523 l
+f
+3288.02 479.75 m
+3288.02 506.418 3281.81 516.645 3270.66 516.645 c
+3259.8 516.645 3250.81 501.457 3249.56 474.477 c
+3288.02 474.477 l
+3288.02 479.75 l
+h
+3303.51 399.758 m
+3295.77 391.379 3287.4 386.418 3273.74 386.418 c
+3243.06 386.418 3226.61 411.848 3226.61 461.145 c
+3226.61 511.066 3246.46 536.488 3271.89 536.488 c
+3297.63 536.488 3309.09 515.102 3309.09 478.82 c
+3309.09 475.102 3308.47 463.313 3307.55 457.113 c
+3249.25 457.113 l
+3249.88 422.699 3257.94 406.262 3276.22 406.262 c
+3285.85 406.262 3292.36 412.465 3298.55 420.844 c
+3303.51 399.758 l
+f
+3390.62 392.934 m
+3384.74 388.898 3376.36 386.418 3370.17 386.418 c
+3354.35 386.418 3339.15 394.484 3339.15 430.453 c
+3339.15 511.066 l
+3324.9 512.621 l
+3324.9 527.504 l
+3339.15 533.078 l
+3339.15 565.012 l
+3361.16 565.012 l
+3361.16 532.465 l
+3389.7 532.465 l
+3388.45 512.621 l
+3361.16 512.621 l
+3361.16 428.285 l
+3361.16 411.848 3366.75 406.574 3373.88 406.574 c
+3378.53 406.574 3384.11 409.68 3387.84 413.09 c
+3390.62 392.934 l
+f
+3467.82 479.75 m
+3467.82 506.418 3461.61 516.645 3450.46 516.645 c
+3439.6 516.645 3430.62 501.457 3429.37 474.477 c
+3467.82 474.477 l
+3467.82 479.75 l
+h
+3483.31 399.758 m
+3475.58 391.379 3467.2 386.418 3453.55 386.418 c
+3422.86 386.418 3406.42 411.848 3406.42 461.145 c
+3406.42 511.066 3426.26 536.488 3451.69 536.488 c
+3477.43 536.488 3488.9 515.102 3488.9 478.82 c
+3488.9 475.102 3488.27 463.313 3487.36 457.113 c
+3429.06 457.113 l
+3429.68 422.699 3437.75 406.262 3456.03 406.262 c
+3465.66 406.262 3472.16 412.465 3478.35 420.844 c
+3483.31 399.758 l
+f
+3578.18 390.453 m
+3578.18 496.496 l
+3578.18 509.516 3572.61 515.102 3563.61 515.102 c
+3556.16 515.102 3547.81 507.961 3540.97 498.664 c
+3540.97 390.453 l
+3518.96 390.453 l
+3518.96 531.84 l
+3540.97 535.871 l
+3540.97 517.582 l
+3548.41 530.285 3560.5 536.488 3571.36 536.488 c
+3589.97 536.488 3600.19 519.438 3600.19 500.832 c
+3600.19 390.453 l
+3578.18 390.453 l
+f
+3633.96 417.121 m
+3642.34 410.297 3651.32 405.961 3660.32 405.961 c
+3672.1 405.961 3679.23 414.641 3679.23 426.105 c
+3679.23 437.582 3673.04 445.336 3658.16 454.016 c
+3639.86 464.867 3629 477.582 3629 498.039 c
+3629 520.988 3646.36 536.488 3668.08 536.488 c
+3679.54 536.488 3690.09 531.84 3696.91 526.879 c
+3692.26 507.035 l
+3684.5 512.621 3676.44 516.645 3667.77 516.645 c
+3657.53 516.645 3650.09 509.828 3650.09 498.352 c
+3650.09 487.504 3654.74 480.375 3669.93 471.066 c
+3687.92 459.906 3700.32 447.191 3700.32 426.418 c
+3700.32 402.543 3682.96 386.418 3660.95 386.418 c
+3649.47 386.418 3637.69 390.766 3629.31 397.277 c
+3633.96 417.121 l
+f
+3800.77 399.758 m
+3793.63 391.379 3783.41 386.418 3771.01 386.418 c
+3741.24 386.418 3724.17 411.848 3724.17 461.145 c
+3724.17 510.141 3741.54 536.488 3772.24 536.488 c
+3784.33 536.488 3793.63 531.84 3801.07 524.086 c
+3795.81 502.074 l
+3790.85 510.141 3781.22 516.645 3773.49 516.645 c
+3754.88 516.645 3747.12 497.738 3747.12 461.457 c
+3747.12 424.25 3755.19 406.262 3774.41 406.262 c
+3782.47 406.262 3789.91 412.465 3795.81 420.844 c
+3800.77 399.758 l
+f
+3888.49 390.453 m
+3888.49 496.496 l
+3888.49 509.516 3882.92 515.102 3873.92 515.102 c
+3866.48 515.102 3858.12 507.961 3851.28 498.664 c
+3851.28 390.453 l
+3829.27 390.453 l
+3829.27 599.438 l
+3851.28 603.461 l
+3851.28 517.582 l
+3858.72 530.285 3870.81 536.488 3881.67 536.488 c
+3900.29 536.488 3910.5 519.438 3910.5 500.832 c
+3910.5 390.453 l
+3888.49 390.453 l
+f
+3994.82 461.457 m
+3970.95 457.426 3961.95 442.855 3961.95 427.348 c
+3961.95 414.016 3968.47 407.504 3977.45 407.504 c
+3983.96 407.504 3990.48 414.328 3994.82 421.457 c
+3994.82 461.457 l
+h
+4025.52 387.66 m
+4009.7 385.805 3999.78 390.453 3996.07 402.238 c
+3994.82 402.238 l
+3990.48 393.559 3982.41 386.418 3968.78 386.418 c
+3952.34 386.418 3939.31 402.543 3939.31 424.867 c
+3939.31 450.91 3956.07 474.789 3994.82 478.195 c
+3994.82 490.91 l
+3994.82 505.793 3989.54 516.34 3975.6 516.34 c
+3967.22 516.34 3955.44 509.516 3946.46 499.906 c
+3943.04 520.676 l
+3951.71 530.598 3966.3 536.488 3978.39 536.488 c
+4005.36 536.488 4016.83 514.789 4016.83 491.84 c
+4016.83 416.496 l
+4016.83 409.367 4019.62 406.262 4027.38 406.262 c
+4025.52 387.66 l
+f
+4078.2 414.328 m
+4082.24 409.68 4088.43 406.262 4094.64 406.262 c
+4110.75 406.262 4120.05 429.211 4120.05 461.77 c
+4120.05 492.777 4111.38 514.477 4096.5 514.477 c
+4089.37 514.477 4082.84 508.898 4078.2 500.52 c
+4078.2 414.328 l
+h
+4056.18 321 m
+4056.18 531.84 l
+4078.2 535.871 l
+4078.2 519.438 l
+4084.09 529.359 4093.7 536.488 4104.25 536.488 c
+4128.12 536.488 4143 506.723 4143 463.313 c
+4143 417.121 4125.95 386.418 4099.29 386.418 c
+4090.91 386.418 4084.09 388.285 4078.2 392.004 c
+4078.2 321 l
+4056.18 321 l
+f
+4195.7 414.328 m
+4199.74 409.68 4205.93 406.262 4212.14 406.262 c
+4228.25 406.262 4237.55 429.211 4237.55 461.77 c
+4237.55 492.777 4228.88 514.477 4214 514.477 c
+4206.87 514.477 4200.34 508.898 4195.7 500.52 c
+4195.7 414.328 l
+h
+4173.68 321 m
+4173.68 531.84 l
+4195.7 535.871 l
+4195.7 519.438 l
+4201.59 529.359 4211.2 536.488 4221.75 536.488 c
+4245.62 536.488 4260.5 506.723 4260.5 463.313 c
+4260.5 417.121 4243.45 386.418 4216.79 386.418 c
+4208.41 386.418 4201.59 388.285 4195.7 392.004 c
+4195.7 321 l
+4173.68 321 l
+f
+4349.47 479.75 m
+4349.47 506.418 4343.25 516.645 4332.1 516.645 c
+4321.24 516.645 4312.26 501.457 4311.01 474.477 c
+4349.47 474.477 l
+4349.47 479.75 l
+h
+4364.95 399.758 m
+4357.22 391.379 4348.84 386.418 4335.19 386.418 c
+4304.5 386.418 4288.06 411.848 4288.06 461.145 c
+4288.06 511.066 4307.9 536.488 4333.33 536.488 c
+4359.07 536.488 4370.54 515.102 4370.54 478.82 c
+4370.54 475.102 4369.91 463.313 4369 457.113 c
+4310.7 457.113 l
+4311.32 422.699 4319.39 406.262 4337.67 406.262 c
+4347.3 406.262 4353.8 412.465 4359.99 420.844 c
+4364.95 399.758 l
+f
+4459.82 390.453 m
+4459.82 496.496 l
+4459.82 509.516 4454.25 515.102 4445.25 515.102 c
+4437.81 515.102 4429.45 507.961 4422.61 498.664 c
+4422.61 390.453 l
+4400.6 390.453 l
+4400.6 531.84 l
+4422.61 535.871 l
+4422.61 517.582 l
+4430.05 530.285 4442.14 536.488 4453 536.488 c
+4471.61 536.488 4481.83 519.438 4481.83 500.832 c
+4481.83 390.453 l
+4459.82 390.453 l
+f
+1566.26 204.75 m
+1566.26 231.418 1560.05 241.645 1548.9 241.645 c
+1538.04 241.645 1529.06 226.457 1527.81 199.477 c
+1566.26 199.477 l
+1566.26 204.75 l
+h
+1581.75 124.758 m
+1574.02 116.379 1565.64 111.418 1551.98 111.418 c
+1521.3 111.418 1504.86 136.848 1504.86 186.145 c
+1504.86 236.066 1524.7 261.488 1550.13 261.488 c
+1575.87 261.488 1587.34 240.102 1587.34 203.82 c
+1587.34 200.102 1586.71 188.313 1585.79 182.113 c
+1527.49 182.113 l
+1528.12 147.699 1536.18 131.262 1554.47 131.262 c
+1564.09 131.262 1570.6 137.465 1576.79 145.844 c
+1581.75 124.758 l
+f
+1676.61 115.453 m
+1676.61 221.496 l
+1676.61 234.516 1671.05 240.102 1662.04 240.102 c
+1654.6 240.102 1646.24 232.961 1639.41 223.664 c
+1639.41 115.453 l
+1617.4 115.453 l
+1617.4 256.84 l
+1639.41 260.871 l
+1639.41 242.582 l
+1646.85 255.285 1658.94 261.488 1669.8 261.488 c
+1688.41 261.488 1698.63 244.438 1698.63 225.832 c
+1698.63 115.453 l
+1676.61 115.453 l
+f
+1790.7 115.453 m
+1790.7 309.242 l
+1867.59 309.242 l
+1867.59 287.531 l
+1813.94 287.531 l
+1813.94 223.664 l
+1857.36 223.664 l
+1857.36 201.957 l
+1813.94 201.957 l
+1813.94 137.16 l
+1867.59 137.16 l
+1867.59 115.453 l
+1790.7 115.453 l
+f
+1966.16 124.758 m
+1959.04 116.379 1948.8 111.418 1936.4 111.418 c
+1906.63 111.418 1889.58 136.848 1889.58 186.145 c
+1889.58 235.141 1906.95 261.488 1937.65 261.488 c
+1949.74 261.488 1959.04 256.84 1966.48 249.086 c
+1961.2 227.074 l
+1956.24 235.141 1946.63 241.645 1938.88 241.645 c
+1920.29 241.645 1912.53 222.738 1912.53 186.457 c
+1912.53 149.25 1920.58 131.262 1939.82 131.262 c
+1947.86 131.262 1955.31 137.465 1961.2 145.844 c
+1966.16 124.758 l
+f
+2055.75 186.145 m
+2055.75 223.352 2048.31 241.645 2032.18 241.645 c
+2016.07 241.645 2008.94 222.738 2008.94 186.457 c
+2008.94 149.25 2016.07 131.262 2032.18 131.262 c
+2048.31 131.262 2055.75 150.492 2055.75 186.145 c
+h
+1985.99 186.145 m
+1985.99 235.141 2003.04 261.488 2032.81 261.488 c
+2062.57 261.488 2078.7 236.066 2078.7 186.77 c
+2078.7 137.777 2061.03 111.418 2031.87 111.418 c
+2002.41 111.418 1985.99 136.848 1985.99 186.145 c
+f
+2168.59 115.453 m
+2168.59 221.496 l
+2168.59 234.516 2163.02 240.102 2154.02 240.102 c
+2146.57 240.102 2138.22 232.961 2131.38 223.664 c
+2131.38 115.453 l
+2109.37 115.453 l
+2109.37 256.84 l
+2131.38 260.871 l
+2131.38 242.582 l
+2138.82 255.285 2150.91 261.488 2161.77 261.488 c
+2180.38 261.488 2190.6 244.438 2190.6 225.832 c
+2190.6 115.453 l
+2168.59 115.453 l
+f
+2290.42 186.145 m
+2290.42 223.352 2282.98 241.645 2266.87 241.645 c
+2250.73 241.645 2243.61 222.738 2243.61 186.457 c
+2243.61 149.25 2250.73 131.262 2266.87 131.262 c
+2282.98 131.262 2290.42 150.492 2290.42 186.145 c
+h
+2220.66 186.145 m
+2220.66 235.141 2237.73 261.488 2267.49 261.488 c
+2297.26 261.488 2313.37 236.066 2313.37 186.77 c
+2313.37 137.777 2295.7 111.418 2266.56 111.418 c
+2237.1 111.418 2220.66 136.848 2220.66 186.145 c
+f
+2456.91 115.453 m
+2456.91 224.281 l
+2456.91 237.309 2451.95 240.102 2443.27 240.102 c
+2435.83 240.102 2429.31 232.66 2422.49 222.426 c
+2422.49 115.453 l
+2400.48 115.453 l
+2400.48 224.281 l
+2400.48 237.309 2395.52 240.102 2386.83 240.102 c
+2379.39 240.102 2372.88 232.66 2366.07 222.426 c
+2366.07 115.453 l
+2344.06 115.453 l
+2344.06 256.84 l
+2366.07 260.871 l
+2366.07 241.645 l
+2373.2 254.984 2383.74 261.488 2394.58 261.488 c
+2408.55 261.488 2417.53 250.949 2420.64 239.164 c
+2428.08 254.047 2439.54 261.488 2451.03 261.488 c
+2469 261.488 2478.92 244.438 2478.92 225.832 c
+2478.92 115.453 l
+2456.91 115.453 l
+f
+2515.17 115.453 m
+2515.17 256.84 l
+2537.2 260.871 l
+2537.2 115.453 l
+2515.17 115.453 l
+h
+2510.52 307.375 m
+2510.52 316.996 2516.11 325.363 2526.34 325.363 c
+2536.57 325.363 2542.16 316.996 2542.16 307.375 c
+2542.16 297.766 2536.57 289.398 2526.34 289.398 c
+2516.11 289.398 2510.52 297.766 2510.52 307.375 c
+f
+2629.9 204.75 m
+2629.9 231.418 2623.68 241.645 2612.53 241.645 c
+2601.67 241.645 2592.69 226.457 2591.44 199.477 c
+2629.9 199.477 l
+2629.9 204.75 l
+h
+2645.38 124.758 m
+2637.65 116.379 2629.27 111.418 2615.62 111.418 c
+2584.93 111.418 2568.49 136.848 2568.49 186.145 c
+2568.49 236.066 2588.33 261.488 2613.76 261.488 c
+2639.5 261.488 2650.97 240.102 2650.97 203.82 c
+2650.97 200.102 2650.34 188.313 2649.43 182.113 c
+2591.13 182.113 l
+2591.75 147.699 2599.82 131.262 2618.1 131.262 c
+2627.73 131.262 2634.23 137.465 2640.42 145.844 c
+2645.38 124.758 l
+f
+[/Separation (BE C=58 M=0 Y=100 K=4) /DeviceCMYK
+{dup 0.58 mul exch dup 0 mul exch dup 1 mul exch 0.04 mul }
+] {} cs
+[1] sc
+[1] sc
+1310.06 115.098 m
+1310.06 115.098 l
+1294.41 115.098 1281.72 127.785 1281.72 143.441 c
+1281.72 557.297 l
+1281.72 572.953 1294.41 585.648 1310.06 585.648 c
+1325.72 585.648 1338.41 572.953 1338.41 557.297 c
+1338.41 143.441 l
+1338.41 127.785 1325.72 115.098 1310.06 115.098 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF