summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-pos.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-pos.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-pos.eps1643
1 files changed, 1643 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-pos.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-pos.eps
new file mode 100644
index 00000000000..f8cb7d83b86
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-fbd-en-cmyk-pos.eps
@@ -0,0 +1,1643 @@
+%!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 501 103
+%%HiResBoundingBox: 0 0 501 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 501 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 5006.99 1020.47 re
+W
+[/Separation (FBD C=65 M=3 Y=0 K=0) /DeviceCMYK
+{dup 0.65 mul exch dup 0.03 mul exch dup 0 mul exch 0 mul }
+] {} cs
+[1] sc
+[1] sc
+969.449 0 m
+51.0234 0 l
+22.9609 0 0 22.957 0 51.0234 c
+0 969.445 l
+0 997.508 22.9609 1020.47 51.0234 1020.47 c
+969.449 1020.47 l
+997.512 1020.47 1020.47 997.508 1020.47 969.445 c
+1020.47 51.0234 l
+1020.47 22.957 997.512 0 969.449 0 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.695 479.992 m
+659.023 356.609 608.289 267.398 496.473 267.398 c
+409.387 267.398 321.215 332.629 321.215 461.992 c
+321.215 808.922 l
+177.82 808.922 l
+177.82 454.711 l
+177.82 320.539 267.688 182.934 474.719 182.934 c
+675.672 182.934 756.527 327.145 757.438 446.734 c
+904.16 424.121 971.418 533.602 952.238 608.141 c
+926.617 578.547 885.637 552.34 757.613 588.648 c
+757.613 808.922 l
+654.695 808.922 l
+654.695 623.547 l
+453.637 689.547 406.055 506.375 406.055 506.375 c
+406.055 506.375 500.086 558.09 654.695 479.992 c
+f
+/DeviceCMYK {} cs
+[1 0.8926 0.3249 0.2324] sc
+1354.87 725.016 m
+1314.4 725.016 1282.09 746.031 1282.09 789.391 c
+1282.09 906.844 l
+1319.92 906.844 l
+1319.92 793.855 l
+1319.92 765.477 1341.21 754.703 1359.34 754.703 c
+1378.78 754.703 1396.91 765.477 1396.91 792.809 c
+1396.91 906.844 l
+1434.23 906.844 l
+1434.23 792.809 l
+1434.23 748.66 1402.69 725.016 1354.87 725.016 c
+f
+1561.97 728.172 m
+1561.97 809.098 l
+1561.97 827.75 1551.99 837.215 1535.44 837.215 c
+1525.98 837.215 1516.79 834.324 1510.21 830.113 c
+1510.21 728.172 l
+1475.26 728.172 l
+1475.26 860.855 l
+1508.9 863.484 l
+1508.38 845.094 l
+1509.42 845.094 l
+1519.15 855.867 1535.18 865.328 1553.57 865.328 c
+1577.22 865.328 1596.66 849.559 1596.66 819.344 c
+1596.66 728.172 l
+1561.97 728.172 l
+f
+1633.49 728.172 m
+1633.49 862.176 l
+1668.7 862.176 l
+1668.7 728.172 l
+1633.49 728.172 l
+h
+1651.09 886.871 m
+1641.1 886.871 1632.69 895.281 1632.69 905.523 c
+1632.69 915.777 1641.1 923.66 1651.09 923.66 c
+1661.34 923.66 1669.48 915.777 1669.48 905.523 c
+1669.48 895.281 1661.34 886.871 1651.09 886.871 c
+f
+1770.66 727.379 m
+1741.23 727.379 l
+1687.63 862.176 l
+1727.04 862.176 l
+1750.96 791.227 l
+1754.89 780.191 1758.05 761.277 1758.05 761.277 c
+1758.05 761.277 1761.2 779.93 1765.15 791.227 c
+1789.05 862.176 l
+1824.52 862.176 l
+1770.66 727.379 l
+f
+1897.08 842.469 m
+1880.26 842.469 1869.76 826.441 1867.92 810.406 c
+1924.4 810.406 l
+1924.4 828.016 1914.42 842.469 1897.08 842.469 c
+h
+1955.41 790.184 m
+1866.6 790.184 l
+1867.39 768.113 1882.11 751.297 1906.81 751.297 c
+1922.57 751.297 1936.76 754.703 1952.52 760.75 c
+1950.95 736.051 l
+1934.66 729.48 1918.63 725.281 1897.34 725.281 c
+1857.14 725.281 1832.7 753.133 1832.7 792.547 c
+1832.7 835.379 1860.56 865.328 1899.97 865.328 c
+1938.08 865.328 1956.73 839.313 1956.73 809.363 c
+1956.73 803.316 1956.2 794.91 1955.41 790.184 c
+f
+2062.92 825.652 m
+2056.08 829.598 2047.16 832.223 2038.75 832.223 c
+2030.6 832.223 2022.71 828.805 2018.25 824.078 c
+2018.25 728.172 l
+1983.3 728.172 l
+1983.3 860.855 l
+2016.42 863.746 l
+2015.36 839.84 l
+2016.42 839.84 l
+2023.24 854.82 2036.12 865.328 2050.57 865.328 c
+2056.87 865.328 2063.97 863.746 2068.44 861.121 c
+2062.92 825.652 l
+f
+2120.49 725.281 m
+2103.14 725.281 2089.22 728.953 2077.66 735.262 c
+2081.6 761.539 l
+2093.68 755.23 2108.66 751.031 2121.54 751.031 c
+2132.58 751.031 2142.56 754.703 2142.56 764.43 c
+2142.56 785.711 2081.86 780.984 2081.86 823.816 c
+2081.86 850.875 2106.56 865.328 2135.2 865.328 c
+2149.39 865.328 2164.1 861.383 2173.83 857.184 c
+2169.88 831.961 l
+2159.64 835.895 2145.98 839.578 2133.36 839.578 c
+2123.91 839.578 2115.76 835.895 2115.76 828.277 c
+2115.76 807.262 2176.72 811.461 2176.72 769.156 c
+2176.72 739.996 2151.23 725.281 2120.49 725.281 c
+f
+2204.33 728.172 m
+2204.33 862.176 l
+2239.54 862.176 l
+2239.54 728.172 l
+2204.33 728.172 l
+h
+2221.93 886.871 m
+2211.94 886.871 2203.53 895.281 2203.53 905.523 c
+2203.53 915.777 2211.94 923.66 2221.93 923.66 c
+2232.18 923.66 2240.32 915.777 2240.32 905.523 c
+2240.32 895.281 2232.18 886.871 2221.93 886.871 c
+f
+2317.6 725.281 m
+2293.95 725.281 2278.71 739.996 2278.71 762.586 c
+2278.71 770.211 2279.5 805.152 2279.5 826.18 c
+2279.5 837.477 l
+2266.88 837.477 l
+2266.88 851.141 l
+2310.24 891.344 l
+2313.66 891.344 l
+2313.66 862.176 l
+2356.22 862.176 l
+2356.22 837.477 l
+2313.66 837.477 l
+2313.66 835.379 2313.13 792.547 2313.13 774.41 c
+2313.13 760.223 2321.54 753.922 2334.41 753.922 c
+2341.25 753.922 2349.39 754.703 2357.27 757.332 c
+2357.27 733.16 l
+2345.98 728.434 2332.58 725.281 2317.6 725.281 c
+f
+2445.06 727.906 m
+2430.87 691.648 2410.9 660.379 2378.32 660.379 c
+2367.81 660.379 2358.35 663.004 2352.57 666.422 c
+2358.09 691.648 l
+2363.6 689.547 2369.91 688.23 2377 688.23 c
+2395.14 688.23 2407.23 712.137 2414.58 729.48 c
+2361.5 862.176 l
+2400.92 862.176 l
+2425.35 792.547 l
+2429.03 781.773 2432.19 762.332 2432.19 762.332 c
+2432.19 762.332 2436.12 781.246 2439.8 792.547 c
+2462.4 862.176 l
+2497.34 862.176 l
+2445.06 727.906 l
+f
+2629.3 839.578 m
+2609.06 839.578 2596.44 820.398 2596.44 796.219 c
+2596.44 771.785 2609.59 751.031 2630.08 751.031 c
+2649.78 751.031 2663.19 770.211 2663.19 794.117 c
+2663.19 818.816 2650.05 839.578 2629.3 839.578 c
+h
+2626.92 725.281 m
+2586.46 725.281 2560.45 755.23 2560.45 793.074 c
+2560.45 835.379 2588.3 865.328 2632.44 865.328 c
+2672.91 865.328 2698.92 835.379 2698.92 797.535 c
+2698.92 755.23 2670.81 725.281 2626.92 725.281 c
+f
+2799.6 905.27 m
+2794.61 907.105 2788.3 908.68 2782.52 908.68 c
+2772.53 908.68 2764.65 902.645 2764.65 887.398 c
+2764.65 862.176 l
+2797.24 862.176 l
+2797.24 836.949 l
+2764.65 836.949 l
+2764.65 728.172 l
+2729.71 728.172 l
+2729.71 836.949 l
+2712.89 836.949 l
+2712.89 858.23 l
+2729.71 862.176 l
+2729.71 885.828 l
+2729.71 916.57 2751.51 935.223 2780.68 935.223 c
+2789.61 935.223 2799.07 932.594 2804.59 929.703 c
+2799.6 905.27 l
+f
+2946.25 854.293 m
+2943.89 861.383 2941.78 875.309 2941.78 875.309 c
+2941.78 875.309 2939.68 861.91 2937.05 854.293 c
+2918.66 800.691 l
+2964.9 800.691 l
+2946.25 854.293 l
+h
+2988.03 728.172 m
+2971.74 775.203 l
+2912.09 775.203 l
+2896.33 728.172 l
+2857.69 728.172 l
+2922.6 906.844 l
+2964.11 906.844 l
+3029.01 728.172 l
+2988.03 728.172 l
+f
+3136.52 728.172 m
+3136.52 809.098 l
+3136.52 827.75 3126.54 837.215 3109.99 837.215 c
+3100.53 837.215 3091.34 834.324 3084.76 830.113 c
+3084.76 728.172 l
+3049.81 728.172 l
+3049.81 860.855 l
+3083.45 863.484 l
+3082.93 845.094 l
+3083.97 845.094 l
+3093.7 855.867 3109.73 865.328 3128.12 865.328 c
+3151.77 865.328 3171.21 849.559 3171.21 819.344 c
+3171.21 728.172 l
+3136.52 728.172 l
+f
+3247.19 725.281 m
+3223.54 725.281 3208.3 739.996 3208.3 762.586 c
+3208.3 770.211 3209.09 805.152 3209.09 826.18 c
+3209.09 837.477 l
+3196.47 837.477 l
+3196.47 851.141 l
+3239.83 891.344 l
+3243.25 891.344 l
+3243.25 862.176 l
+3285.81 862.176 l
+3285.81 837.477 l
+3243.25 837.477 l
+3243.25 835.379 3242.72 792.547 3242.72 774.41 c
+3242.72 760.223 3251.13 753.922 3264 753.922 c
+3270.84 753.922 3278.98 754.703 3286.86 757.332 c
+3286.86 733.16 l
+3275.57 728.434 3262.17 725.281 3247.19 725.281 c
+f
+3457.42 727.379 m
+3429.57 727.379 l
+3404.08 793.855 l
+3400.14 804.109 3397.51 821.707 3397.51 821.707 c
+3397.51 821.707 3393.56 804.371 3389.89 793.855 c
+3365.18 727.379 l
+3338.12 727.379 l
+3292.15 862.176 l
+3330.51 862.176 l
+3349.42 796.219 l
+3352.58 785.711 3355.73 765.477 3355.73 765.477 c
+3355.73 765.477 3359.67 785.184 3363.35 795.965 c
+3386.74 862.176 l
+3412.49 862.176 l
+3436.92 795.965 l
+3441.12 785.184 3444.28 766.004 3444.28 766.004 c
+3444.28 766.004 3447.17 785.711 3450.58 796.48 c
+3469.24 862.176 l
+3503.66 862.176 l
+3457.42 727.379 l
+f
+3578.34 842.469 m
+3561.52 842.469 3551.01 826.441 3549.18 810.406 c
+3605.66 810.406 l
+3605.66 828.016 3595.68 842.469 3578.34 842.469 c
+h
+3636.67 790.184 m
+3547.86 790.184 l
+3548.65 768.113 3563.37 751.297 3588.07 751.297 c
+3603.83 751.297 3618.02 754.703 3633.78 760.75 c
+3632.21 736.051 l
+3615.92 729.48 3599.89 725.281 3578.6 725.281 c
+3538.4 725.281 3513.96 753.133 3513.96 792.547 c
+3513.96 835.379 3541.82 865.328 3581.23 865.328 c
+3619.33 865.328 3637.99 839.313 3637.99 809.363 c
+3637.99 803.316 3637.46 794.91 3636.67 790.184 c
+f
+3744.17 825.652 m
+3737.33 829.598 3728.41 832.223 3720 832.223 c
+3711.85 832.223 3703.96 828.805 3699.5 824.078 c
+3699.5 728.172 l
+3664.55 728.172 l
+3664.55 860.855 l
+3697.66 863.746 l
+3696.61 839.84 l
+3697.66 839.84 l
+3704.49 854.82 3717.37 865.328 3731.82 865.328 c
+3738.12 865.328 3745.22 863.746 3749.69 861.121 c
+3744.17 825.652 l
+f
+3828.27 837.742 m
+3819.34 837.742 3810.41 834.852 3804.36 830.641 c
+3804.36 756.813 l
+3809.35 753.395 3818.29 751.031 3825.91 751.031 c
+3849.03 751.031 3862.17 769.422 3862.17 793.855 c
+3862.17 821.188 3848.77 837.742 3828.27 837.742 c
+h
+3824.33 726.324 m
+3816.97 726.324 3808.83 728.172 3804.36 730.535 c
+3804.36 661.168 l
+3769.41 661.168 l
+3769.41 860.855 l
+3803.05 863.484 l
+3802.53 845.621 l
+3803.57 845.621 l
+3813.3 857.449 3828.53 865.328 3843.51 865.328 c
+3876.62 865.328 3897.65 837.215 3897.65 799.898 c
+3897.65 755.758 3869 726.324 3824.33 726.324 c
+f
+1512.63 390.457 m
+1512.63 584.246 l
+1590.15 584.246 l
+1590.15 562.535 l
+1535.89 562.535 l
+1535.89 494.949 l
+1578.67 494.949 l
+1578.67 473.238 l
+1535.89 473.238 l
+1535.89 390.457 l
+1512.63 390.457 l
+f
+1655.56 461.461 m
+1631.68 457.43 1622.68 442.859 1622.68 427.352 c
+1622.68 414.02 1629.2 407.508 1638.19 407.508 c
+1644.7 407.508 1651.21 414.332 1655.56 421.461 c
+1655.56 461.461 l
+h
+1686.25 387.664 m
+1670.44 385.809 1660.52 390.457 1656.8 402.234 c
+1655.56 402.234 l
+1651.21 393.563 1643.15 386.422 1629.51 386.422 c
+1613.08 386.422 1600.05 402.547 1600.05 424.871 c
+1600.05 450.914 1616.8 474.793 1655.56 478.199 c
+1655.56 490.914 l
+1655.56 505.797 1650.28 516.336 1636.33 516.336 c
+1627.96 516.336 1616.18 509.52 1607.19 499.91 c
+1603.78 520.68 l
+1612.45 530.602 1627.03 536.492 1639.12 536.492 c
+1666.09 536.492 1677.57 514.793 1677.57 491.844 c
+1677.57 416.5 l
+1677.57 409.371 1680.36 406.266 1688.11 406.266 c
+1686.25 387.664 l
+f
+1787.93 399.754 m
+1780.79 391.383 1770.57 386.422 1758.16 386.422 c
+1728.4 386.422 1711.34 411.852 1711.34 461.148 c
+1711.34 510.145 1728.7 536.492 1759.4 536.492 c
+1771.49 536.492 1780.79 531.844 1788.23 524.09 c
+1782.97 502.078 l
+1778.01 510.145 1768.39 516.648 1760.64 516.648 c
+1742.04 516.648 1734.29 497.742 1734.29 461.461 c
+1734.29 424.254 1742.35 406.266 1761.57 406.266 c
+1769.64 406.266 1777.08 412.469 1782.97 420.848 c
+1787.93 399.754 l
+f
+1875.04 387.047 m
+1875.04 405.34 l
+1867.6 392.625 1855.5 386.422 1844.65 386.422 c
+1826.04 386.422 1815.81 403.484 1815.81 422.078 c
+1815.81 532.469 l
+1837.83 532.469 l
+1837.83 426.422 l
+1837.83 413.406 1843.41 407.82 1852.4 407.82 c
+1859.84 407.82 1867.9 414.949 1875.04 424.254 c
+1875.04 532.469 l
+1897.05 532.469 l
+1897.05 391.082 l
+1875.04 387.047 l
+f
+1933.3 390.457 m
+1933.3 599.441 l
+1955.31 603.465 l
+1955.31 390.457 l
+1933.3 390.457 l
+f
+2045.54 392.938 m
+2039.64 388.902 2031.27 386.422 2025.07 386.422 c
+2009.26 386.422 1994.06 394.488 1994.06 430.457 c
+1994.06 511.07 l
+1979.79 512.625 l
+1979.79 527.508 l
+1994.06 533.082 l
+1994.06 565.016 l
+2016.07 565.016 l
+2016.07 532.469 l
+2044.6 532.469 l
+2043.36 512.625 l
+2016.07 512.625 l
+2016.07 428.289 l
+2016.07 411.852 2021.66 406.578 2028.79 406.578 c
+2033.44 406.578 2039.02 409.676 2042.74 413.094 c
+2045.54 392.938 l
+f
+2097.29 391.082 m
+2060.4 532.469 l
+2082.41 532.469 l
+2107.53 427.664 l
+2131.71 532.469 l
+2153.72 532.469 l
+2105.98 347.977 l
+2100.7 327.82 2088.93 316.969 2075.6 316.969 c
+2069.08 316.969 2062.26 319.148 2055.13 324.41 c
+2059.77 343.953 l
+2065.36 339.293 2070.01 337.125 2074.04 337.125 c
+2079.93 337.125 2084.58 341.16 2087.06 351.082 c
+2097.29 391.082 l
+f
+2296.33 461.148 m
+2296.33 498.355 2288.89 516.648 2272.76 516.648 c
+2256.64 516.648 2249.51 497.742 2249.51 461.461 c
+2249.51 424.254 2256.64 406.266 2272.76 406.266 c
+2288.89 406.266 2296.33 425.496 2296.33 461.148 c
+h
+2226.57 461.148 m
+2226.57 510.145 2243.62 536.492 2273.39 536.492 c
+2303.15 536.492 2319.28 511.07 2319.28 461.766 c
+2319.28 412.781 2301.6 386.422 2272.45 386.422 c
+2243 386.422 2226.57 411.852 2226.57 461.148 c
+f
+2349.33 390.457 m
+2349.33 511.07 l
+2335.07 512.625 l
+2335.07 527.508 l
+2349.33 533.082 l
+2349.33 559.754 l
+2349.33 596.961 2364.52 606.258 2381.57 606.258 c
+2388.39 606.258 2394.9 604.09 2401.42 600.055 c
+2397.08 579.898 l
+2392.73 583.309 2388.39 585.789 2384.36 585.789 c
+2376.61 585.789 2371.34 580.211 2371.34 561.922 c
+2371.34 532.469 l
+2396.77 532.469 l
+2395.53 512.625 l
+2371.34 512.625 l
+2371.34 390.457 l
+2349.33 390.457 l
+f
+2501.54 478.199 m
+2528.83 478.199 2538.75 493.082 2538.75 521.609 c
+2538.75 549.207 2527.59 562.535 2501.54 562.535 c
+2498.76 562.535 l
+2498.76 478.199 l
+2501.54 478.199 l
+h
+2475.5 390.457 m
+2475.5 584.246 l
+2500.93 584.246 l
+2541.54 584.246 2562.63 562.234 2562.63 522.547 c
+2562.63 478.824 2539.37 457.117 2501.54 457.117 c
+2498.76 457.117 l
+2498.76 390.457 l
+2475.5 390.457 l
+f
+2650.04 390.457 m
+2650.04 496.492 l
+2650.04 509.52 2644.46 515.105 2635.47 515.105 c
+2628.03 515.105 2619.66 507.965 2612.83 498.668 c
+2612.83 390.457 l
+2590.82 390.457 l
+2590.82 599.441 l
+2612.83 603.465 l
+2612.83 517.586 l
+2620.27 530.289 2632.37 536.492 2643.22 536.492 c
+2661.82 536.492 2672.06 519.441 2672.06 500.836 c
+2672.06 390.457 l
+2650.04 390.457 l
+f
+2756.38 461.461 m
+2732.5 457.43 2723.5 442.859 2723.5 427.352 c
+2723.5 414.02 2730.02 407.508 2739.01 407.508 c
+2745.52 407.508 2752.03 414.332 2756.38 421.461 c
+2756.38 461.461 l
+h
+2787.07 387.664 m
+2771.26 385.809 2761.34 390.457 2757.62 402.234 c
+2756.38 402.234 l
+2752.03 393.563 2743.97 386.422 2730.33 386.422 c
+2713.9 386.422 2700.87 402.547 2700.87 424.871 c
+2700.87 450.914 2717.62 474.793 2756.38 478.199 c
+2756.38 490.914 l
+2756.38 505.797 2751.1 516.336 2737.15 516.336 c
+2728.78 516.336 2717 509.52 2708.01 499.91 c
+2704.6 520.68 l
+2713.27 530.602 2727.85 536.492 2739.94 536.492 c
+2766.91 536.492 2778.39 514.793 2778.39 491.844 c
+2778.39 416.5 l
+2778.39 409.371 2781.18 406.266 2788.93 406.266 c
+2787.07 387.664 l
+f
+2817.74 390.457 m
+2817.74 531.844 l
+2839.75 535.875 l
+2839.75 510.758 l
+2844.72 526.883 2853.09 536.492 2864.56 536.492 c
+2870.15 536.492 2875.42 533.699 2879.75 529.988 c
+2875.11 507.039 l
+2871.39 510.445 2867.04 513.855 2862.39 513.855 c
+2854.32 513.855 2845.96 501.766 2839.75 479.754 c
+2839.75 390.457 l
+2817.74 390.457 l
+f
+3015.23 390.457 m
+3015.23 499.285 l
+3015.23 512.313 3010.27 515.105 3001.59 515.105 c
+2994.15 515.105 2987.64 507.664 2980.82 497.43 c
+2980.82 390.457 l
+2958.8 390.457 l
+2958.8 499.285 l
+2958.8 512.313 2953.84 515.105 2945.16 515.105 c
+2937.72 515.105 2931.21 507.664 2924.38 497.43 c
+2924.38 390.457 l
+2902.37 390.457 l
+2902.37 531.844 l
+2924.38 535.875 l
+2924.38 516.648 l
+2931.51 529.988 2942.06 536.492 2952.91 536.492 c
+2966.86 536.492 2975.86 525.953 2978.95 514.168 c
+2986.4 529.051 2997.87 536.492 3009.34 536.492 c
+3027.32 536.492 3037.24 519.441 3037.24 500.836 c
+3037.24 390.457 l
+3015.23 390.457 l
+f
+3121.56 461.461 m
+3097.68 457.43 3088.69 442.859 3088.69 427.352 c
+3088.69 414.02 3095.2 407.508 3104.2 407.508 c
+3110.71 407.508 3117.22 414.332 3121.56 421.461 c
+3121.56 461.461 l
+h
+3152.25 387.664 m
+3136.44 385.809 3126.52 390.457 3122.8 402.234 c
+3121.56 402.234 l
+3117.22 393.563 3109.16 386.422 3095.52 386.422 c
+3079.08 386.422 3066.06 402.547 3066.06 424.871 c
+3066.06 450.914 3082.8 474.793 3121.56 478.199 c
+3121.56 490.914 l
+3121.56 505.797 3116.29 516.336 3102.33 516.336 c
+3093.96 516.336 3082.18 509.52 3073.19 499.91 c
+3069.77 520.68 l
+3078.47 530.602 3093.04 536.492 3105.13 536.492 c
+3132.1 536.492 3143.57 514.793 3143.57 491.844 c
+3143.57 416.5 l
+3143.57 409.371 3146.37 406.266 3154.11 406.266 c
+3152.25 387.664 l
+f
+3253.93 399.754 m
+3246.81 391.383 3236.57 386.422 3224.17 386.422 c
+3194.4 386.422 3177.35 411.852 3177.35 461.148 c
+3177.35 510.145 3194.72 536.492 3225.41 536.492 c
+3237.5 536.492 3246.81 531.844 3254.25 524.09 c
+3248.97 502.078 l
+3244.01 510.145 3234.4 516.648 3226.65 516.648 c
+3208.05 516.648 3200.29 497.742 3200.29 461.461 c
+3200.29 424.254 3208.35 406.266 3227.58 406.266 c
+3235.63 406.266 3243.07 412.469 3248.97 420.848 c
+3253.93 399.754 l
+f
+3335.16 479.754 m
+3335.16 506.414 3328.95 516.648 3317.79 516.648 c
+3306.94 516.648 3297.95 501.453 3296.71 474.48 c
+3335.16 474.48 l
+3335.16 479.754 l
+h
+3350.65 399.754 m
+3342.91 391.383 3334.54 386.422 3320.89 386.422 c
+3290.19 386.422 3273.76 411.852 3273.76 461.148 c
+3273.76 511.07 3293.6 536.492 3319.03 536.492 c
+3344.76 536.492 3356.24 515.105 3356.24 478.824 c
+3356.24 475.105 3355.61 463.316 3354.69 457.117 c
+3296.4 457.117 l
+3297.02 422.703 3305.08 406.266 3323.37 406.266 c
+3332.99 406.266 3339.5 412.469 3345.69 420.848 c
+3350.65 399.754 l
+f
+3444.89 387.047 m
+3444.89 405.34 l
+3437.45 392.625 3425.36 386.422 3414.5 386.422 c
+3395.9 386.422 3385.67 403.484 3385.67 422.078 c
+3385.67 532.469 l
+3407.68 532.469 l
+3407.68 426.422 l
+3407.68 413.406 3413.26 407.82 3422.25 407.82 c
+3429.7 407.82 3437.76 414.949 3444.89 424.254 c
+3444.89 532.469 l
+3466.9 532.469 l
+3466.9 391.082 l
+3444.89 387.047 l
+f
+3557.12 392.938 m
+3551.22 388.902 3542.85 386.422 3536.65 386.422 c
+3520.84 386.422 3505.64 394.488 3505.64 430.457 c
+3505.64 511.07 l
+3491.38 512.625 l
+3491.38 527.508 l
+3505.64 533.082 l
+3505.64 565.016 l
+3527.66 565.016 l
+3527.66 532.469 l
+3556.18 532.469 l
+3554.94 512.625 l
+3527.66 512.625 l
+3527.66 428.289 l
+3527.66 411.852 3533.24 406.578 3540.37 406.578 c
+3545.02 406.578 3550.6 409.676 3554.32 413.094 c
+3557.12 392.938 l
+f
+3581.59 390.457 m
+3581.59 531.844 l
+3603.61 535.875 l
+3603.61 390.457 l
+3581.59 390.457 l
+h
+3576.94 582.379 m
+3576.94 592 3582.53 600.367 3592.76 600.367 c
+3602.99 600.367 3608.57 592 3608.57 582.379 c
+3608.57 572.77 3602.99 564.402 3592.76 564.402 c
+3582.53 564.402 3576.94 572.77 3576.94 582.379 c
+f
+3711.5 399.754 m
+3704.36 391.383 3694.14 386.422 3681.74 386.422 c
+3651.97 386.422 3634.91 411.852 3634.91 461.148 c
+3634.91 510.145 3652.27 536.492 3682.98 536.492 c
+3695.07 536.492 3704.36 531.844 3711.81 524.09 c
+3706.54 502.078 l
+3701.58 510.145 3691.96 516.648 3684.22 516.648 c
+3665.61 516.648 3657.86 497.742 3657.86 461.461 c
+3657.86 424.254 3665.93 406.266 3685.15 406.266 c
+3693.21 406.266 3700.65 412.469 3706.54 420.848 c
+3711.5 399.754 l
+f
+3791.79 461.461 m
+3767.91 457.43 3758.91 442.859 3758.91 427.352 c
+3758.91 414.02 3765.43 407.508 3774.42 407.508 c
+3780.93 407.508 3787.44 414.332 3791.79 421.461 c
+3791.79 461.461 l
+h
+3822.48 387.664 m
+3806.67 385.809 3796.75 390.457 3793.03 402.234 c
+3791.79 402.234 l
+3787.44 393.563 3779.38 386.422 3765.74 386.422 c
+3749.31 386.422 3736.28 402.547 3736.28 424.871 c
+3736.28 450.914 3753.03 474.793 3791.79 478.199 c
+3791.79 490.914 l
+3791.79 505.797 3786.51 516.336 3772.56 516.336 c
+3764.19 516.336 3752.41 509.52 3743.42 499.91 c
+3740.01 520.68 l
+3748.68 530.602 3763.26 536.492 3775.35 536.492 c
+3802.32 536.492 3813.8 514.793 3813.8 491.844 c
+3813.8 416.5 l
+3813.8 409.371 3816.59 406.266 3824.34 406.266 c
+3822.48 387.664 l
+f
+3853.15 390.457 m
+3853.15 599.441 l
+3875.16 603.465 l
+3875.16 390.457 l
+3853.15 390.457 l
+f
+3899.34 349.84 m
+3913.91 363.172 3920.43 375.887 3920.43 386.734 c
+3920.43 395.105 3915.77 401.305 3902.44 408.133 c
+3903.37 416.813 3909.27 425.184 3920.43 425.184 c
+3932.52 425.184 3941.82 413.406 3941.82 397.586 c
+3941.82 377.742 3926 354.801 3907.4 340.848 c
+3899.34 349.84 l
+f
+4055.28 411.852 m
+4075.44 411.852 4085.99 423.629 4085.99 445.652 c
+4085.99 467.664 4073.58 477.586 4049.39 477.586 c
+4045.36 477.586 l
+4045.36 411.852 l
+4055.28 411.852 l
+h
+4048.78 498.043 m
+4070.79 498.043 4081.95 508.277 4081.95 531.844 c
+4081.95 552.313 4072.34 562.848 4053.74 562.848 c
+4045.36 562.848 l
+4045.36 498.043 l
+4048.78 498.043 l
+h
+4022.11 390.457 m
+4022.11 584.246 l
+4058.07 584.246 l
+4089.08 584.246 4105.83 565.945 4105.83 533.395 c
+4105.83 511.375 4098.39 496.805 4082.88 489.988 c
+4099.32 482.547 4109.85 465.797 4109.85 445.34 c
+4109.85 410.613 4092.19 390.457 4059.32 390.457 c
+4022.11 390.457 l
+f
+4141.14 390.457 m
+4141.14 531.844 l
+4163.16 535.875 l
+4163.16 390.457 l
+4141.14 390.457 l
+h
+4136.49 582.379 m
+4136.49 592 4142.08 600.367 4152.31 600.367 c
+4162.54 600.367 4168.12 592 4168.12 582.379 c
+4168.12 572.77 4162.54 564.402 4152.31 564.402 c
+4142.08 564.402 4136.49 572.77 4136.49 582.379 c
+f
+4264.23 461.148 m
+4264.23 498.355 4256.79 516.648 4240.66 516.648 c
+4224.54 516.648 4217.41 497.742 4217.41 461.461 c
+4217.41 424.254 4224.54 406.266 4240.66 406.266 c
+4256.79 406.266 4264.23 425.496 4264.23 461.148 c
+h
+4194.46 461.148 m
+4194.46 510.145 4211.52 536.492 4241.29 536.492 c
+4271.05 536.492 4287.18 511.07 4287.18 461.766 c
+4287.18 412.781 4269.5 386.422 4240.36 386.422 c
+4210.9 386.422 4194.46 411.852 4194.46 461.148 c
+f
+4430.71 390.457 m
+4430.71 499.285 l
+4430.71 512.313 4425.75 515.105 4417.07 515.105 c
+4409.63 515.105 4403.11 507.664 4396.3 497.43 c
+4396.3 390.457 l
+4374.29 390.457 l
+4374.29 499.285 l
+4374.29 512.313 4369.32 515.105 4360.63 515.105 c
+4353.19 515.105 4346.69 507.664 4339.86 497.43 c
+4339.86 390.457 l
+4317.85 390.457 l
+4317.85 531.844 l
+4339.86 535.875 l
+4339.86 516.648 l
+4347 529.988 4357.54 536.492 4368.39 536.492 c
+4382.34 536.492 4391.34 525.953 4394.43 514.168 c
+4401.87 529.051 4413.35 536.492 4424.82 536.492 c
+4442.8 536.492 4452.72 519.441 4452.72 500.836 c
+4452.72 390.457 l
+4430.71 390.457 l
+f
+4544.17 479.754 m
+4544.17 506.414 4537.97 516.648 4526.81 516.648 c
+4515.96 516.648 4506.96 501.453 4505.72 474.48 c
+4544.17 474.48 l
+4544.17 479.754 l
+h
+4559.68 399.754 m
+4551.92 391.383 4543.54 386.422 4529.91 386.422 c
+4499.21 386.422 4482.78 411.852 4482.78 461.148 c
+4482.78 511.07 4502.63 536.492 4528.05 536.492 c
+4553.78 536.492 4565.25 515.105 4565.25 478.824 c
+4565.25 475.105 4564.64 463.316 4563.7 457.117 c
+4505.41 457.117 l
+4506.03 422.703 4514.09 406.266 4532.39 406.266 c
+4542 406.266 4548.5 412.469 4554.72 420.848 c
+4559.68 399.754 l
+f
+4654.52 508.59 m
+4650.5 513.238 4644.29 516.648 4638.09 516.648 c
+4621.96 516.648 4612.66 493.707 4612.66 461.148 c
+4612.66 430.145 4621.35 408.445 4636.23 408.445 c
+4643.36 408.445 4649.87 414.332 4654.52 422.391 c
+4654.52 508.59 l
+h
+4654.52 390.457 m
+4654.52 403.484 l
+4648.32 393.863 4639.02 386.422 4628.48 386.422 c
+4604.6 386.422 4589.72 416.188 4589.72 459.598 c
+4589.72 505.797 4606.78 536.492 4633.44 536.492 c
+4641.81 536.492 4648.63 534.637 4654.52 530.914 c
+4654.52 599.441 l
+4676.53 603.465 l
+4676.53 390.457 l
+4654.52 390.457 l
+f
+4713.43 390.457 m
+4713.43 531.844 l
+4735.44 535.875 l
+4735.44 390.457 l
+4713.43 390.457 l
+h
+4708.77 582.379 m
+4708.77 592 4714.35 600.367 4724.58 600.367 c
+4734.81 600.367 4740.4 592 4740.4 582.379 c
+4740.4 572.77 4734.81 564.402 4724.58 564.402 c
+4714.35 564.402 4708.77 572.77 4708.77 582.379 c
+f
+4843.32 399.754 m
+4836.18 391.383 4825.96 386.422 4813.55 386.422 c
+4783.79 386.422 4766.73 411.852 4766.73 461.148 c
+4766.73 510.145 4784.09 536.492 4814.79 536.492 c
+4826.88 536.492 4836.18 531.844 4843.62 524.09 c
+4838.36 502.078 l
+4833.4 510.145 4823.78 516.648 4816.03 516.648 c
+4797.43 516.648 4789.68 497.742 4789.68 461.461 c
+4789.68 424.254 4797.74 406.266 4816.96 406.266 c
+4825.03 406.266 4832.47 412.469 4838.36 420.848 c
+4843.32 399.754 l
+f
+4923.61 461.461 m
+4899.74 457.43 4890.74 442.859 4890.74 427.352 c
+4890.74 414.02 4897.25 407.508 4906.25 407.508 c
+4912.76 407.508 4919.27 414.332 4923.61 421.461 c
+4923.61 461.461 l
+h
+4954.31 387.664 m
+4938.49 385.809 4928.57 390.457 4924.85 402.234 c
+4923.61 402.234 l
+4919.27 393.563 4911.21 386.422 4897.57 386.422 c
+4881.13 386.422 4868.11 402.547 4868.11 424.871 c
+4868.11 450.914 4884.85 474.793 4923.61 478.199 c
+4923.61 490.914 l
+4923.61 505.797 4918.34 516.336 4904.38 516.336 c
+4896.01 516.336 4884.23 509.52 4875.24 499.91 c
+4871.82 520.68 l
+4880.52 530.602 4895.09 536.492 4907.18 536.492 c
+4934.15 536.492 4945.62 514.793 4945.62 491.844 c
+4945.62 416.5 l
+4945.62 409.371 4948.42 406.266 4956.16 406.266 c
+4954.31 387.664 l
+f
+4984.98 390.457 m
+4984.98 599.441 l
+5006.99 603.465 l
+5006.99 390.457 l
+4984.98 390.457 l
+f
+1559.14 186.461 m
+1535.26 182.43 1526.27 167.859 1526.27 152.352 c
+1526.27 139.02 1532.78 132.508 1541.78 132.508 c
+1548.29 132.508 1554.79 139.332 1559.14 146.461 c
+1559.14 186.461 l
+h
+1589.83 112.664 m
+1574.02 110.809 1564.1 115.457 1560.38 127.234 c
+1559.14 127.234 l
+1554.79 118.563 1546.74 111.422 1533.1 111.422 c
+1516.66 111.422 1503.64 127.547 1503.64 149.871 c
+1503.64 175.914 1520.38 199.793 1559.14 203.199 c
+1559.14 215.914 l
+1559.14 230.797 1553.87 241.336 1539.91 241.336 c
+1531.54 241.336 1519.76 234.52 1510.77 224.91 c
+1507.35 245.68 l
+1516.04 255.602 1530.61 261.492 1542.7 261.492 c
+1569.68 261.492 1581.15 239.793 1581.15 216.844 c
+1581.15 141.5 l
+1581.15 134.371 1583.94 131.266 1591.69 131.266 c
+1589.83 112.664 l
+f
+1679.73 115.457 m
+1679.73 221.492 l
+1679.73 234.52 1674.15 240.105 1665.16 240.105 c
+1657.71 240.105 1649.35 232.965 1642.52 223.668 c
+1642.52 115.457 l
+1620.51 115.457 l
+1620.51 256.844 l
+1642.52 260.875 l
+1642.52 242.586 l
+1649.96 255.289 1662.06 261.492 1672.91 261.492 c
+1691.51 261.492 1701.75 244.441 1701.75 225.836 c
+1701.75 115.457 l
+1679.73 115.457 l
+f
+1796.6 233.59 m
+1792.57 238.238 1786.38 241.648 1780.17 241.648 c
+1764.05 241.648 1754.75 218.707 1754.75 186.148 c
+1754.75 155.145 1763.43 133.445 1778.31 133.445 c
+1785.44 133.445 1791.95 139.332 1796.6 147.391 c
+1796.6 233.59 l
+h
+1796.6 115.457 m
+1796.6 128.484 l
+1790.4 118.863 1781.1 111.422 1770.56 111.422 c
+1746.69 111.422 1731.81 141.188 1731.81 184.598 c
+1731.81 230.797 1748.86 261.492 1775.52 261.492 c
+1783.9 261.492 1790.71 259.637 1796.6 255.914 c
+1796.6 324.441 l
+1818.62 328.465 l
+1818.62 115.457 l
+1796.6 115.457 l
+f
+1933 115.457 m
+1889.6 309.246 l
+1913.15 309.246 l
+1945.71 153.289 l
+1978.27 309.246 l
+2001.84 309.246 l
+1958.43 115.457 l
+1933 115.457 l
+f
+2074.36 204.754 m
+2074.36 231.414 2068.16 241.648 2057 241.648 c
+2046.15 241.648 2037.16 226.453 2035.92 199.48 c
+2074.36 199.48 l
+2074.36 204.754 l
+h
+2089.87 124.754 m
+2082.12 116.383 2073.74 111.422 2060.11 111.422 c
+2029.4 111.422 2012.98 136.852 2012.98 186.148 c
+2012.98 236.07 2032.82 261.492 2058.24 261.492 c
+2083.97 261.492 2095.45 240.105 2095.45 203.824 c
+2095.45 200.105 2094.83 188.316 2093.9 182.117 c
+2035.6 182.117 l
+2036.23 147.703 2044.29 131.266 2062.59 131.266 c
+2072.2 131.266 2078.7 137.469 2084.91 145.848 c
+2089.87 124.754 l
+f
+2176.98 117.938 m
+2171.08 113.902 2162.71 111.422 2156.51 111.422 c
+2140.7 111.422 2125.51 119.488 2125.51 155.457 c
+2125.51 236.07 l
+2111.24 237.625 l
+2111.24 252.508 l
+2125.51 258.082 l
+2125.51 290.016 l
+2147.52 290.016 l
+2147.52 257.469 l
+2176.04 257.469 l
+2174.8 237.625 l
+2147.52 237.625 l
+2147.52 153.289 l
+2147.52 136.852 2153.1 131.578 2160.23 131.578 c
+2164.88 131.578 2170.47 134.676 2174.19 138.094 c
+2176.98 117.938 l
+f
+2254.17 204.754 m
+2254.17 231.414 2247.97 241.648 2236.81 241.648 c
+2225.96 241.648 2216.96 226.453 2215.72 199.48 c
+2254.17 199.48 l
+2254.17 204.754 l
+h
+2269.68 124.754 m
+2261.92 116.383 2253.54 111.422 2239.91 111.422 c
+2209.21 111.422 2192.78 136.852 2192.78 186.148 c
+2192.78 236.07 2212.63 261.492 2238.05 261.492 c
+2263.78 261.492 2275.25 240.105 2275.25 203.824 c
+2275.25 200.105 2274.64 188.316 2273.7 182.117 c
+2215.41 182.117 l
+2216.03 147.703 2224.09 131.266 2242.39 131.266 c
+2252 131.266 2258.51 137.469 2264.72 145.848 c
+2269.68 124.754 l
+f
+2305.31 115.457 m
+2305.31 256.844 l
+2327.32 260.875 l
+2327.32 235.758 l
+2332.28 251.883 2340.65 261.492 2352.13 261.492 c
+2357.71 261.492 2362.98 258.699 2367.32 254.988 c
+2362.68 232.039 l
+2358.95 235.445 2354.61 238.855 2349.96 238.855 c
+2341.9 238.855 2333.52 226.766 2327.32 204.754 c
+2327.32 115.457 l
+2305.31 115.457 l
+f
+2390.56 115.457 m
+2390.56 256.844 l
+2412.58 260.875 l
+2412.58 115.457 l
+2390.56 115.457 l
+h
+2385.91 307.379 m
+2385.91 317 2391.49 325.367 2401.73 325.367 c
+2411.95 325.367 2417.54 317 2417.54 307.379 c
+2417.54 297.77 2411.95 289.402 2401.73 289.402 c
+2391.49 289.402 2385.91 297.77 2385.91 307.379 c
+f
+2508.68 115.457 m
+2508.68 221.492 l
+2508.68 234.52 2503.1 240.105 2494.11 240.105 c
+2486.67 240.105 2478.3 232.965 2471.47 223.668 c
+2471.47 115.457 l
+2449.46 115.457 l
+2449.46 256.844 l
+2471.47 260.875 l
+2471.47 242.586 l
+2478.92 255.289 2491.01 261.492 2501.86 261.492 c
+2520.47 261.492 2530.69 244.441 2530.69 225.836 c
+2530.69 115.457 l
+2508.68 115.457 l
+f
+2615.02 186.461 m
+2591.14 182.43 2582.15 167.859 2582.15 152.352 c
+2582.15 139.02 2588.66 132.508 2597.66 132.508 c
+2604.17 132.508 2610.67 139.332 2615.02 146.461 c
+2615.02 186.461 l
+h
+2645.71 112.664 m
+2629.9 110.809 2619.98 115.457 2616.26 127.234 c
+2615.02 127.234 l
+2610.67 118.563 2602.62 111.422 2588.97 111.422 c
+2572.54 111.422 2559.52 127.547 2559.52 149.871 c
+2559.52 175.914 2576.26 199.793 2615.02 203.199 c
+2615.02 215.914 l
+2615.02 230.797 2609.75 241.336 2595.79 241.336 c
+2587.42 241.336 2575.63 234.52 2566.65 224.91 c
+2563.23 245.68 l
+2571.92 255.602 2586.49 261.492 2598.58 261.492 c
+2625.56 261.492 2637.03 239.793 2637.03 216.844 c
+2637.03 141.5 l
+2637.03 134.371 2639.82 131.266 2647.57 131.266 c
+2645.71 112.664 l
+f
+2676.39 115.457 m
+2676.39 256.844 l
+2698.4 260.875 l
+2698.4 235.758 l
+2703.36 251.883 2711.73 261.492 2723.2 261.492 c
+2728.79 261.492 2734.05 258.699 2738.4 254.988 c
+2733.75 232.039 l
+2730.03 235.445 2725.68 238.855 2721.03 238.855 c
+2712.98 238.855 2704.6 226.766 2698.4 204.754 c
+2698.4 115.457 l
+2676.39 115.457 l
+f
+2790.47 116.082 m
+2753.57 257.469 l
+2775.58 257.469 l
+2800.7 152.664 l
+2824.88 257.469 l
+2846.9 257.469 l
+2799.15 72.9766 l
+2793.88 52.8203 2782.1 41.9688 2768.76 41.9688 c
+2762.25 41.9688 2755.43 44.1484 2748.3 49.4102 c
+2752.95 68.9531 l
+2758.53 64.293 2763.18 62.125 2767.22 62.125 c
+2773.1 62.125 2777.75 66.1602 2780.23 76.082 c
+2790.47 116.082 l
+f
+2925.62 149.559 m
+2935.23 138.707 2944.54 132.82 2956.63 132.82 c
+2971.51 132.82 2982.98 144.293 2982.98 162.586 c
+2982.98 179.949 2974.61 193.277 2956.32 204.441 c
+2934.31 217.781 2918.8 237.313 2918.8 262.43 c
+2918.8 293.426 2941.12 313.27 2965 313.27 c
+2979.57 313.27 2992.6 308.004 3001.89 298.387 c
+2995.38 276.375 l
+2987.01 285.68 2977.09 291.883 2966.55 291.883 c
+2951.04 291.883 2940.81 280.719 2940.81 263.66 c
+2940.81 247.547 2950.12 235.445 2971.82 221.805 c
+2994.15 207.859 3005 188.316 3005 163.512 c
+3005 132.195 2983.91 111.422 2956 111.422 c
+2941.12 111.422 2928.72 117.313 2919.11 127.547 c
+2925.62 149.559 l
+f
+3105.75 124.754 m
+3098.62 116.383 3088.39 111.422 3075.99 111.422 c
+3046.22 111.422 3029.17 136.852 3029.17 186.148 c
+3029.17 235.145 3046.53 261.492 3077.23 261.492 c
+3089.32 261.492 3098.62 256.844 3106.06 249.09 c
+3100.79 227.078 l
+3095.83 235.145 3086.22 241.648 3078.47 241.648 c
+3059.86 241.648 3052.11 222.742 3052.11 186.461 c
+3052.11 149.254 3060.16 131.266 3079.39 131.266 c
+3087.45 131.266 3094.89 137.469 3100.79 145.848 c
+3105.75 124.754 l
+f
+3134.87 115.457 m
+3134.87 256.844 l
+3156.89 260.875 l
+3156.89 115.457 l
+3134.87 115.457 l
+h
+3130.22 307.379 m
+3130.22 317 3135.81 325.367 3146.04 325.367 c
+3156.27 325.367 3161.85 317 3161.85 307.379 c
+3161.85 297.77 3156.27 289.402 3146.04 289.402 c
+3135.81 289.402 3130.22 297.77 3130.22 307.379 c
+f
+3249.59 204.754 m
+3249.59 231.414 3243.39 241.648 3232.23 241.648 c
+3221.38 241.648 3212.38 226.453 3211.14 199.48 c
+3249.59 199.48 l
+3249.59 204.754 l
+h
+3265.09 124.754 m
+3257.34 116.383 3248.97 111.422 3235.32 111.422 c
+3204.63 111.422 3188.19 136.852 3188.19 186.148 c
+3188.19 236.07 3208.04 261.492 3233.47 261.492 c
+3259.2 261.492 3270.67 240.105 3270.67 203.824 c
+3270.67 200.105 3270.05 188.316 3269.12 182.117 c
+3210.83 182.117 l
+3211.45 147.703 3219.51 131.266 3237.8 131.266 c
+3247.42 131.266 3253.93 137.469 3260.13 145.848 c
+3265.09 124.754 l
+f
+3359.95 115.457 m
+3359.95 221.492 l
+3359.95 234.52 3354.37 240.105 3345.38 240.105 c
+3337.94 240.105 3329.57 232.965 3322.74 223.668 c
+3322.74 115.457 l
+3300.73 115.457 l
+3300.73 256.844 l
+3322.74 260.875 l
+3322.74 242.586 l
+3330.18 255.289 3342.27 261.492 3353.13 261.492 c
+3371.74 261.492 3381.96 244.441 3381.96 225.836 c
+3381.96 115.457 l
+3359.95 115.457 l
+f
+3488.61 124.754 m
+3481.47 116.383 3471.25 111.422 3458.85 111.422 c
+3429.08 111.422 3412.02 136.852 3412.02 186.148 c
+3412.02 235.145 3429.38 261.492 3460.09 261.492 c
+3472.18 261.492 3481.47 256.844 3488.91 249.09 c
+3483.65 227.078 l
+3478.69 235.145 3469.07 241.648 3461.33 241.648 c
+3442.72 241.648 3434.97 222.742 3434.97 186.461 c
+3434.97 149.254 3443.04 131.266 3462.25 131.266 c
+3470.32 131.266 3477.76 137.469 3483.65 145.848 c
+3488.61 124.754 l
+f
+3569.82 204.754 m
+3569.82 231.414 3563.62 241.648 3552.46 241.648 c
+3541.61 241.648 3532.62 226.453 3531.38 199.48 c
+3569.82 199.48 l
+3569.82 204.754 l
+h
+3585.32 124.754 m
+3577.58 116.383 3569.21 111.422 3555.56 111.422 c
+3524.86 111.422 3508.43 136.852 3508.43 186.148 c
+3508.43 236.07 3528.27 261.492 3553.7 261.492 c
+3579.43 261.492 3590.91 240.105 3590.91 203.824 c
+3590.91 200.105 3590.28 188.316 3589.35 182.117 c
+3531.06 182.117 l
+3531.69 147.703 3539.74 131.266 3558.04 131.266 c
+3567.66 131.266 3574.17 137.469 3580.36 145.848 c
+3585.32 124.754 l
+f
+3619.11 142.117 m
+3627.48 135.301 3636.47 130.965 3645.46 130.965 c
+3657.24 130.965 3664.37 139.637 3664.37 151.109 c
+3664.37 162.586 3658.17 170.34 3643.29 179.02 c
+3625 189.871 3614.15 202.586 3614.15 223.043 c
+3614.15 245.992 3631.51 261.492 3653.21 261.492 c
+3664.69 261.492 3675.22 256.844 3682.05 251.883 c
+3677.39 232.039 l
+3669.65 237.625 3661.58 241.648 3652.9 241.648 c
+3642.66 241.648 3635.22 234.832 3635.22 223.355 c
+3635.22 212.508 3639.88 205.379 3655.07 196.07 c
+3673.06 184.91 3685.46 172.195 3685.46 151.422 c
+3685.46 127.547 3668.09 111.422 3646.08 111.422 c
+3634.61 111.422 3622.82 115.77 3614.45 122.273 c
+3619.11 142.117 l
+f
+[/Separation (FBD C=65 M=3 Y=0 K=0) /DeviceCMYK
+{dup 0.65 mul exch dup 0.03 mul exch dup 0 mul exch 0 mul }
+] {} cs
+[1] sc
+[1] sc
+1310.06 115.094 m
+1310.06 115.094 l
+1294.41 115.094 1281.72 127.785 1281.72 143.441 c
+1281.72 557.297 l
+1281.72 572.957 1294.41 585.648 1310.06 585.648 c
+1325.72 585.648 1338.41 572.957 1338.41 557.297 c
+1338.41 143.441 l
+1338.41 127.785 1325.72 115.094 1310.06 115.094 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF