summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-neg.eps1560
1 files changed, 1560 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-neg.eps
new file mode 100644
index 00000000000..07f0ae0c651
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-ggw-nl-cmyk-neg.eps
@@ -0,0 +1,1560 @@
+%!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 409 103
+%%HiResBoundingBox: 0 0 409 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 409 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4085.06 1020.47 re
+W
+[/Separation (GGW C=61 M=55 Y=0 K=0) /DeviceCMYK
+{dup 0.61 mul exch dup 0.55 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.003906 22.957 0.003906 51.0234 c
+0.003906 969.441 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.441 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.027 356.609 608.289 267.402 496.473 267.402 c
+409.387 267.402 321.215 332.625 321.215 461.988 c
+321.215 808.926 l
+177.82 808.926 l
+177.82 454.715 l
+177.82 320.535 267.688 182.93 474.719 182.93 c
+675.672 182.93 756.527 327.148 757.438 446.734 c
+904.164 424.117 971.418 533.602 952.238 608.145 c
+926.613 578.543 885.637 552.344 757.613 588.652 c
+757.613 808.926 l
+654.695 808.926 l
+654.695 623.543 l
+453.637 689.551 406.051 506.375 406.051 506.375 c
+406.051 506.375 500.086 558.094 654.695 479.996 c
+f
+1354.86 725.02 m
+1314.39 725.02 1282.08 746.035 1282.08 789.395 c
+1282.08 906.844 l
+1319.91 906.844 l
+1319.91 793.867 l
+1319.91 765.488 1341.2 754.707 1359.32 754.707 c
+1378.77 754.707 1396.9 765.488 1396.9 792.813 c
+1396.9 906.844 l
+1434.22 906.844 l
+1434.22 792.813 l
+1434.22 748.672 1402.68 725.02 1354.86 725.02 c
+f
+1561.96 728.172 m
+1561.96 809.102 l
+1561.96 827.754 1551.98 837.215 1535.43 837.215 c
+1525.96 837.215 1516.77 834.324 1510.2 830.117 c
+1510.2 728.172 l
+1475.25 728.172 l
+1475.25 860.859 l
+1508.88 863.496 l
+1508.37 845.098 l
+1509.41 845.098 l
+1519.14 855.879 1535.16 865.332 1553.56 865.332 c
+1577.2 865.332 1596.65 849.57 1596.65 819.355 c
+1596.65 728.172 l
+1561.96 728.172 l
+f
+1633.47 728.172 m
+1633.47 862.176 l
+1668.69 862.176 l
+1668.69 728.172 l
+1633.47 728.172 l
+h
+1651.08 886.875 m
+1641.09 886.875 1632.68 895.289 1632.68 905.527 c
+1632.68 915.781 1641.09 923.66 1651.08 923.66 c
+1661.33 923.66 1669.47 915.781 1669.47 905.527 c
+1669.47 895.289 1661.33 886.875 1651.08 886.875 c
+f
+1770.65 727.383 m
+1741.22 727.383 l
+1687.61 862.176 l
+1727.03 862.176 l
+1750.94 791.23 l
+1754.88 780.195 1758.03 761.277 1758.03 761.277 c
+1758.03 761.277 1761.19 779.941 1765.13 791.23 c
+1789.04 862.176 l
+1824.51 862.176 l
+1770.65 727.383 l
+f
+1897.07 842.469 m
+1880.25 842.469 1869.74 826.445 1867.91 810.41 c
+1924.39 810.41 l
+1924.39 828.027 1914.41 842.469 1897.07 842.469 c
+h
+1955.4 790.184 m
+1866.59 790.184 l
+1867.38 768.113 1882.1 751.297 1906.79 751.297 c
+1922.56 751.297 1936.75 754.707 1952.51 760.762 c
+1950.94 736.055 l
+1934.65 729.492 1918.62 725.281 1897.33 725.281 c
+1857.13 725.281 1832.69 753.133 1832.69 792.547 c
+1832.69 835.379 1860.54 865.332 1899.96 865.332 c
+1938.06 865.332 1956.72 839.316 1956.72 809.363 c
+1956.72 803.32 1956.19 794.91 1955.4 790.184 c
+f
+2062.91 825.652 m
+2056.07 829.598 2047.15 832.227 2038.74 832.227 c
+2030.59 832.227 2022.7 828.809 2018.24 824.082 c
+2018.24 728.172 l
+1983.29 728.172 l
+1983.29 860.859 l
+2016.4 863.75 l
+2015.35 839.844 l
+2016.4 839.844 l
+2023.23 854.824 2036.11 865.332 2050.55 865.332 c
+2056.86 865.332 2063.96 863.75 2068.43 861.133 c
+2062.91 825.652 l
+f
+2120.48 725.281 m
+2103.13 725.281 2089.21 728.965 2077.64 735.273 c
+2081.59 761.539 l
+2093.67 755.234 2108.65 751.035 2121.53 751.035 c
+2132.57 751.035 2142.55 754.707 2142.55 764.434 c
+2142.55 785.723 2081.85 780.984 2081.85 823.816 c
+2081.85 850.879 2106.55 865.332 2135.19 865.332 c
+2149.38 865.332 2164.09 861.387 2173.82 857.188 c
+2169.87 831.961 l
+2159.63 835.898 2145.96 839.578 2133.35 839.578 c
+2123.89 839.578 2115.75 835.898 2115.75 828.281 c
+2115.75 807.266 2176.71 811.465 2176.71 769.16 c
+2176.71 740 2151.22 725.281 2120.48 725.281 c
+f
+2204.31 728.172 m
+2204.31 862.176 l
+2239.53 862.176 l
+2239.53 728.172 l
+2204.31 728.172 l
+h
+2221.92 886.875 m
+2211.93 886.875 2203.52 895.289 2203.52 905.527 c
+2203.52 915.781 2211.93 923.66 2221.92 923.66 c
+2232.17 923.66 2240.31 915.781 2240.31 905.527 c
+2240.31 895.289 2232.17 886.875 2221.92 886.875 c
+f
+2317.59 725.281 m
+2293.94 725.281 2278.7 740 2278.7 762.598 c
+2278.7 770.215 2279.49 805.156 2279.49 826.18 c
+2279.49 837.48 l
+2266.87 837.48 l
+2266.87 851.141 l
+2310.23 891.348 l
+2313.65 891.348 l
+2313.65 862.176 l
+2356.21 862.176 l
+2356.21 837.48 l
+2313.65 837.48 l
+2313.65 835.379 2313.12 792.547 2313.12 774.414 c
+2313.12 760.234 2321.53 753.926 2334.4 753.926 c
+2341.24 753.926 2349.38 754.707 2357.26 757.344 c
+2357.26 733.164 l
+2345.96 728.438 2332.57 725.281 2317.59 725.281 c
+f
+2433.48 842.469 m
+2416.67 842.469 2406.16 826.445 2404.32 810.41 c
+2460.81 810.41 l
+2460.81 828.027 2450.83 842.469 2433.48 842.469 c
+h
+2491.81 790.184 m
+2403.01 790.184 l
+2403.8 768.113 2418.51 751.297 2443.21 751.297 c
+2458.97 751.297 2473.16 754.707 2488.92 760.762 c
+2487.35 736.055 l
+2471.06 729.492 2455.04 725.281 2433.75 725.281 c
+2393.54 725.281 2369.11 753.133 2369.11 792.547 c
+2369.11 835.379 2396.96 865.332 2436.37 865.332 c
+2474.48 865.332 2493.13 839.316 2493.13 809.363 c
+2493.13 803.32 2492.6 794.91 2491.81 790.184 c
+f
+2520.49 728.172 m
+2520.49 862.176 l
+2555.7 862.176 l
+2555.7 728.172 l
+2520.49 728.172 l
+h
+2538.09 886.875 m
+2528.1 886.875 2519.69 895.289 2519.69 905.527 c
+2519.69 915.781 2528.1 923.66 2538.09 923.66 c
+2548.34 923.66 2556.48 915.781 2556.48 905.527 c
+2556.48 895.289 2548.34 886.875 2538.09 886.875 c
+f
+2633.76 725.281 m
+2610.11 725.281 2594.87 740 2594.87 762.598 c
+2594.87 770.215 2595.66 805.156 2595.66 826.18 c
+2595.66 837.48 l
+2583.04 837.48 l
+2583.04 851.141 l
+2626.4 891.348 l
+2629.82 891.348 l
+2629.82 862.176 l
+2672.38 862.176 l
+2672.38 837.48 l
+2629.82 837.48 l
+2629.82 835.379 2629.29 792.547 2629.29 774.414 c
+2629.29 760.234 2637.7 753.926 2650.57 753.926 c
+2657.41 753.926 2665.55 754.707 2673.44 757.344 c
+2673.44 733.164 l
+2662.14 728.438 2648.74 725.281 2633.76 725.281 c
+f
+2822.19 854.297 m
+2819.82 861.387 2817.71 875.313 2817.71 875.313 c
+2817.71 875.313 2815.61 861.914 2812.99 854.297 c
+2794.6 800.691 l
+2840.84 800.691 l
+2822.19 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.63 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.102 l
+3012.47 827.754 3002.49 837.215 2985.94 837.215 c
+2976.47 837.215 2967.28 834.324 2960.71 830.117 c
+2960.71 728.172 l
+2925.76 728.172 l
+2925.76 860.859 l
+2959.39 863.496 l
+2958.87 845.098 l
+2959.92 845.098 l
+2969.65 855.879 2985.67 865.332 3004.07 865.332 c
+3027.71 865.332 3047.16 849.57 3047.16 819.355 c
+3047.16 728.172 l
+3012.47 728.172 l
+f
+3123.13 725.281 m
+3099.49 725.281 3084.25 740 3084.25 762.598 c
+3084.25 770.215 3085.04 805.156 3085.04 826.18 c
+3085.04 837.48 l
+3072.42 837.48 l
+3072.42 851.141 l
+3115.78 891.348 l
+3119.2 891.348 l
+3119.2 862.176 l
+3161.76 862.176 l
+3161.76 837.48 l
+3119.2 837.48 l
+3119.2 835.379 3118.67 792.547 3118.67 774.414 c
+3118.67 760.234 3127.08 753.926 3139.95 753.926 c
+3146.78 753.926 3154.93 754.707 3162.81 757.344 c
+3162.81 733.164 l
+3151.51 728.438 3138.11 725.281 3123.13 725.281 c
+f
+3333.37 727.383 m
+3305.52 727.383 l
+3280.03 793.867 l
+3276.08 804.109 3273.45 821.719 3273.45 821.719 c
+3273.45 821.719 3269.51 804.375 3265.84 793.867 c
+3241.13 727.383 l
+3214.07 727.383 l
+3168.09 862.176 l
+3206.45 862.176 l
+3225.37 796.23 l
+3228.52 785.723 3231.68 765.488 3231.68 765.488 c
+3231.68 765.488 3235.61 785.195 3239.29 795.965 c
+3262.68 862.176 l
+3288.44 862.176 l
+3312.87 795.965 l
+3317.07 785.195 3320.22 766.016 3320.22 766.016 c
+3320.22 766.016 3323.11 785.723 3326.53 796.484 c
+3345.18 862.176 l
+3379.61 862.176 l
+3333.37 727.383 l
+f
+3454.27 842.469 m
+3437.46 842.469 3426.95 826.445 3425.11 810.41 c
+3481.6 810.41 l
+3481.6 828.027 3471.62 842.469 3454.27 842.469 c
+h
+3512.6 790.184 m
+3423.8 790.184 l
+3424.59 768.113 3439.3 751.297 3464 751.297 c
+3479.76 751.297 3493.95 754.707 3509.71 760.762 c
+3508.14 736.055 l
+3491.85 729.492 3475.83 725.281 3454.54 725.281 c
+3414.33 725.281 3389.9 753.133 3389.9 792.547 c
+3389.9 835.379 3417.75 865.332 3457.17 865.332 c
+3495.27 865.332 3513.92 839.316 3513.92 809.363 c
+3513.92 803.32 3513.4 794.91 3512.6 790.184 c
+f
+3620.11 825.652 m
+3613.28 829.598 3604.35 832.227 3595.94 832.227 c
+3587.8 832.227 3579.91 828.809 3575.45 824.082 c
+3575.45 728.172 l
+3540.5 728.172 l
+3540.5 860.859 l
+3573.61 863.75 l
+3572.56 839.844 l
+3573.61 839.844 l
+3580.44 854.824 3593.32 865.332 3607.76 865.332 c
+3614.07 865.332 3621.17 863.75 3625.63 861.133 c
+3620.11 825.652 l
+f
+3704.22 837.742 m
+3695.29 837.742 3686.35 834.852 3680.31 830.645 c
+3680.31 756.816 l
+3685.3 753.398 3694.24 751.035 3701.85 751.035 c
+3724.98 751.035 3738.11 769.434 3738.11 793.867 c
+3738.11 821.191 3724.71 837.742 3704.22 837.742 c
+h
+3700.28 726.328 m
+3692.92 726.328 3684.77 728.172 3680.31 730.535 c
+3680.31 661.172 l
+3645.36 661.172 l
+3645.36 860.859 l
+3678.99 863.496 l
+3678.47 845.625 l
+3679.52 845.625 l
+3689.25 857.449 3704.48 865.332 3719.46 865.332 c
+3752.57 865.332 3773.59 837.215 3773.59 799.902 c
+3773.59 755.762 3744.95 726.328 3700.28 726.328 c
+f
+3853.77 842.469 m
+3836.95 842.469 3826.44 826.445 3824.61 810.41 c
+3881.09 810.41 l
+3881.09 828.027 3871.11 842.469 3853.77 842.469 c
+h
+3912.1 790.184 m
+3823.29 790.184 l
+3824.08 768.113 3838.8 751.297 3863.49 751.297 c
+3879.26 751.297 3893.44 754.707 3909.21 760.762 c
+3907.63 736.055 l
+3891.35 729.492 3875.32 725.281 3854.03 725.281 c
+3813.83 725.281 3789.39 753.133 3789.39 792.547 c
+3789.39 835.379 3817.24 865.332 3856.66 865.332 c
+3894.76 865.332 3913.42 839.316 3913.42 809.363 c
+3913.42 803.32 3912.89 794.91 3912.1 790.184 c
+f
+4026.69 728.172 m
+4026.69 809.102 l
+4026.69 827.754 4016.71 837.215 4000.15 837.215 c
+3990.69 837.215 3981.5 834.324 3974.93 830.117 c
+3974.93 728.172 l
+3939.98 728.172 l
+3939.98 860.859 l
+3973.61 863.496 l
+3973.09 845.098 l
+3974.14 845.098 l
+3983.86 855.879 3999.89 865.332 4018.29 865.332 c
+4041.93 865.332 4061.37 849.57 4061.37 819.355 c
+4061.37 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.88 562.535 l
+1535.88 494.949 l
+1578.67 494.949 l
+1578.67 473.238 l
+1535.88 473.238 l
+1535.88 390.457 l
+1512.61 390.457 l
+f
+1655.54 461.465 m
+1631.68 457.43 1622.67 442.859 1622.67 427.352 c
+1622.67 414.023 1629.2 407.508 1638.18 407.508 c
+1644.69 407.508 1651.21 414.336 1655.54 421.465 c
+1655.54 461.465 l
+h
+1686.25 387.664 m
+1670.43 385.809 1660.51 390.457 1656.79 402.242 c
+1655.54 402.242 l
+1651.21 393.563 1643.14 386.426 1629.51 386.426 c
+1613.06 386.426 1600.04 402.547 1600.04 424.871 c
+1600.04 450.918 1616.79 474.793 1655.54 478.199 c
+1655.54 490.918 l
+1655.54 505.801 1650.27 516.348 1636.33 516.348 c
+1627.95 516.348 1616.17 509.52 1607.19 499.91 c
+1603.77 520.684 l
+1612.44 530.605 1627.03 536.492 1639.12 536.492 c
+1666.09 536.492 1677.56 514.793 1677.56 491.844 c
+1677.56 416.504 l
+1677.56 409.371 1680.35 406.27 1688.1 406.27 c
+1686.25 387.664 l
+f
+1787.93 399.766 m
+1780.78 391.387 1770.56 386.426 1758.16 386.426 c
+1728.4 386.426 1711.33 411.855 1711.33 461.152 c
+1711.33 510.145 1728.69 536.492 1759.39 536.492 c
+1771.48 536.492 1780.78 531.844 1788.22 524.09 c
+1782.97 502.078 l
+1778.01 510.145 1768.38 516.648 1760.64 516.648 c
+1742.03 516.648 1734.27 497.742 1734.27 461.465 c
+1734.27 424.258 1742.34 406.27 1761.56 406.27 c
+1769.63 406.27 1777.07 412.469 1782.97 420.848 c
+1787.93 399.766 l
+f
+1875.04 387.051 m
+1875.04 405.34 l
+1867.6 392.625 1855.49 386.426 1844.65 386.426 c
+1826.03 386.426 1815.8 403.484 1815.8 422.09 c
+1815.8 532.469 l
+1837.83 532.469 l
+1837.83 426.426 l
+1837.83 413.406 1843.4 407.82 1852.4 407.82 c
+1859.84 407.82 1867.89 414.949 1875.04 424.258 c
+1875.04 532.469 l
+1897.05 532.469 l
+1897.05 391.082 l
+1875.04 387.051 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.52 392.938 m
+2039.63 388.902 2031.27 386.426 2025.06 386.426 c
+2009.26 386.426 1994.06 394.488 1994.06 430.457 c
+1994.06 511.07 l
+1979.78 512.625 l
+1979.78 527.508 l
+1994.06 533.086 l
+1994.06 565.02 l
+2016.07 565.02 l
+2016.07 532.469 l
+2044.59 532.469 l
+2043.36 512.625 l
+2016.07 512.625 l
+2016.07 428.289 l
+2016.07 411.855 2021.66 406.578 2028.79 406.578 c
+2033.44 406.578 2039.02 409.688 2042.73 413.094 c
+2045.52 392.938 l
+f
+2122.71 479.754 m
+2122.71 506.426 2116.52 516.648 2105.35 516.648 c
+2094.51 516.648 2085.51 501.465 2084.27 474.48 c
+2122.71 474.48 l
+2122.71 479.754 l
+h
+2138.22 399.766 m
+2130.47 391.387 2122.09 386.426 2108.45 386.426 c
+2077.75 386.426 2061.33 411.855 2061.33 461.152 c
+2061.33 511.07 2081.17 536.492 2106.6 536.492 c
+2132.32 536.492 2143.81 515.105 2143.81 478.824 c
+2143.81 475.105 2143.18 463.32 2142.24 457.117 c
+2083.96 457.117 l
+2084.59 422.703 2092.63 406.27 2110.94 406.27 c
+2120.54 406.27 2127.05 412.469 2133.26 420.848 c
+2138.22 399.766 l
+f
+2174.47 390.457 m
+2174.47 531.844 l
+2196.5 535.879 l
+2196.5 390.457 l
+2174.47 390.457 l
+h
+2169.82 582.383 m
+2169.82 592 2175.41 600.367 2185.64 600.367 c
+2195.88 600.367 2201.46 592 2201.46 582.383 c
+2201.46 572.773 2195.88 564.402 2185.64 564.402 c
+2175.41 564.402 2169.82 572.773 2169.82 582.383 c
+f
+2287.32 392.938 m
+2281.44 388.902 2273.06 386.426 2266.87 386.426 c
+2251.05 386.426 2235.86 394.488 2235.86 430.457 c
+2235.86 511.07 l
+2221.6 512.625 l
+2221.6 527.508 l
+2235.86 533.086 l
+2235.86 565.02 l
+2257.87 565.02 l
+2257.87 532.469 l
+2286.4 532.469 l
+2285.15 512.625 l
+2257.87 512.625 l
+2257.87 428.289 l
+2257.87 411.855 2263.45 406.578 2270.58 406.578 c
+2275.23 406.578 2280.82 409.688 2284.55 413.094 c
+2287.32 392.938 l
+f
+2437.38 468.277 m
+2411.64 468.277 l
+2411.64 489.988 l
+2458.45 489.988 l
+2458.45 404.41 l
+2448.85 392.32 2434.9 386.426 2420.02 386.426 c
+2383.42 386.426 2361.4 418.367 2361.4 487.195 c
+2361.4 552.613 2382.81 588.277 2419.08 588.277 c
+2433.96 588.277 2446.99 583.008 2456.29 572.461 c
+2450.1 550.445 l
+2441.72 560.059 2431.79 566.883 2420.33 566.883 c
+2395.82 566.883 2385.29 538.672 2385.29 488.121 c
+2385.29 435.418 2398.01 407.203 2422.19 407.203 c
+2427.77 407.203 2432.42 408.746 2437.38 411.855 c
+2437.38 468.277 l
+f
+2548.67 479.754 m
+2548.67 506.426 2542.46 516.648 2531.31 516.648 c
+2520.45 516.648 2511.46 501.465 2510.21 474.48 c
+2548.67 474.48 l
+2548.67 479.754 l
+h
+2564.16 399.766 m
+2556.42 391.387 2548.04 386.426 2534.39 386.426 c
+2503.71 386.426 2487.26 411.855 2487.26 461.152 c
+2487.26 511.07 2507.11 536.492 2532.54 536.492 c
+2558.28 536.492 2569.74 515.105 2569.74 478.824 c
+2569.74 475.105 2569.12 463.32 2568.2 457.117 c
+2509.9 457.117 l
+2510.52 422.703 2518.59 406.27 2536.87 406.27 c
+2546.5 406.27 2553.01 412.469 2559.2 420.848 c
+2564.16 399.766 l
+f
+2659.02 390.457 m
+2659.02 496.504 l
+2659.02 509.52 2653.45 515.105 2644.45 515.105 c
+2637.01 515.105 2628.65 507.969 2621.81 498.672 c
+2621.81 390.457 l
+2599.8 390.457 l
+2599.8 531.844 l
+2621.81 535.879 l
+2621.81 517.586 l
+2629.26 530.293 2641.35 536.492 2652.2 536.492 c
+2670.82 536.492 2681.03 519.441 2681.03 500.84 c
+2681.03 390.457 l
+2659.02 390.457 l
+f
+2772.48 479.754 m
+2772.48 506.426 2766.29 516.648 2755.11 516.648 c
+2744.27 516.648 2735.27 501.465 2734.04 474.48 c
+2772.48 474.48 l
+2772.48 479.754 l
+h
+2787.99 399.766 m
+2780.23 391.387 2771.85 386.426 2758.22 386.426 c
+2727.52 386.426 2711.09 411.855 2711.09 461.152 c
+2711.09 511.07 2730.94 536.492 2756.36 536.492 c
+2782.09 536.492 2793.57 515.105 2793.57 478.824 c
+2793.57 475.105 2792.95 463.32 2792.01 457.117 c
+2733.73 457.117 l
+2734.35 422.703 2742.4 406.27 2760.7 406.27 c
+2770.31 406.27 2776.81 412.469 2783.02 420.848 c
+2787.99 399.766 l
+f
+2879.43 479.754 m
+2879.43 506.426 2873.24 516.648 2862.07 516.648 c
+2851.23 516.648 2842.22 501.465 2840.99 474.48 c
+2879.43 474.48 l
+2879.43 479.754 l
+h
+2894.94 399.766 m
+2887.19 391.387 2878.81 386.426 2865.17 386.426 c
+2834.47 386.426 2818.04 411.855 2818.04 461.152 c
+2818.04 511.07 2837.89 536.492 2863.32 536.492 c
+2889.04 536.492 2900.52 515.105 2900.52 478.824 c
+2900.52 475.105 2899.9 463.32 2898.96 457.117 c
+2840.68 457.117 l
+2841.31 422.703 2849.35 406.27 2867.65 406.27 c
+2877.26 406.27 2883.77 412.469 2889.98 420.848 c
+2894.94 399.766 l
+f
+2928.71 417.129 m
+2937.09 410.301 2946.07 405.965 2955.08 405.965 c
+2966.85 405.965 2973.98 414.648 2973.98 426.109 c
+2973.98 437.586 2967.79 445.34 2952.91 454.023 c
+2934.61 464.871 2923.75 477.586 2923.75 498.047 c
+2923.75 520.992 2941.11 536.492 2962.83 536.492 c
+2974.29 536.492 2984.84 531.844 2991.66 526.883 c
+2987.01 507.039 l
+2979.26 512.625 2971.19 516.648 2962.52 516.648 c
+2952.28 516.648 2944.84 509.832 2944.84 498.359 c
+2944.84 487.508 2949.49 480.379 2964.69 471.07 c
+2982.67 459.91 2995.08 447.195 2995.08 426.426 c
+2995.08 402.547 2977.71 386.426 2955.7 386.426 c
+2944.22 386.426 2932.44 390.77 2924.06 397.281 c
+2928.71 417.129 l
+f
+3085.58 390.457 m
+3047.75 458.359 l
+3046.52 458.359 l
+3046.52 390.457 l
+3024.51 390.457 l
+3024.51 599.441 l
+3046.52 603.465 l
+3046.52 470.457 l
+3047.75 470.457 l
+3085.58 532.469 l
+3110.39 532.469 l
+3067.91 465.801 l
+3111.33 390.457 l
+3085.58 390.457 l
+f
+3190.06 387.051 m
+3190.06 405.34 l
+3182.61 392.625 3170.52 386.426 3159.67 386.426 c
+3141.07 386.426 3130.84 403.484 3130.84 422.09 c
+3130.84 532.469 l
+3152.85 532.469 l
+3152.85 426.426 l
+3152.85 413.406 3158.44 407.82 3167.42 407.82 c
+3174.86 407.82 3182.93 414.949 3190.06 424.258 c
+3190.06 532.469 l
+3212.07 532.469 l
+3212.07 391.082 l
+3190.06 387.051 l
+f
+3307.56 390.457 m
+3307.56 496.504 l
+3307.56 509.52 3301.97 515.105 3292.99 515.105 c
+3285.54 515.105 3277.17 507.969 3270.35 498.672 c
+3270.35 390.457 l
+3248.34 390.457 l
+3248.34 531.844 l
+3270.35 535.879 l
+3270.35 517.586 l
+3277.79 530.293 3289.88 536.492 3300.74 536.492 c
+3319.33 536.492 3329.57 519.441 3329.57 500.84 c
+3329.57 390.457 l
+3307.56 390.457 l
+f
+3424.43 508.594 m
+3420.39 513.238 3414.2 516.648 3407.99 516.648 c
+3391.87 516.648 3382.58 493.711 3382.58 461.152 c
+3382.58 430.145 3391.25 408.445 3406.13 408.445 c
+3413.26 408.445 3419.78 414.336 3424.43 422.391 c
+3424.43 508.594 l
+h
+3424.43 390.457 m
+3424.43 403.484 l
+3418.22 393.863 3408.92 386.426 3398.38 386.426 c
+3374.51 386.426 3359.63 416.191 3359.63 459.598 c
+3359.63 505.801 3376.68 536.492 3403.34 536.492 c
+3411.72 536.492 3418.53 534.637 3424.43 530.918 c
+3424.43 599.441 l
+3446.44 603.465 l
+3446.44 390.457 l
+3424.43 390.457 l
+f
+3538.51 479.754 m
+3538.51 506.426 3532.3 516.648 3521.15 516.648 c
+3510.29 516.648 3501.31 501.465 3500.06 474.48 c
+3538.51 474.48 l
+3538.51 479.754 l
+h
+3554 399.766 m
+3546.27 391.387 3537.89 386.426 3524.24 386.426 c
+3493.55 386.426 3477.11 411.855 3477.11 461.152 c
+3477.11 511.07 3496.95 536.492 3522.38 536.492 c
+3548.12 536.492 3559.59 515.105 3559.59 478.824 c
+3559.59 475.105 3558.96 463.32 3558.04 457.117 c
+3499.74 457.117 l
+3500.37 422.703 3508.44 406.27 3526.72 406.27 c
+3536.35 406.27 3542.85 412.469 3549.04 420.848 c
+3554 399.766 l
+f
+3699.7 479.754 m
+3699.7 506.426 3693.51 516.648 3682.34 516.648 c
+3671.5 516.648 3662.5 501.465 3661.27 474.48 c
+3699.7 474.48 l
+3699.7 479.754 l
+h
+3715.21 399.766 m
+3707.46 391.387 3699.08 386.426 3685.45 386.426 c
+3654.74 386.426 3638.32 411.855 3638.32 461.152 c
+3638.32 511.07 3658.16 536.492 3683.59 536.492 c
+3709.31 536.492 3720.8 515.105 3720.8 478.824 c
+3720.8 475.105 3720.17 463.32 3719.24 457.117 c
+3660.95 457.117 l
+3661.58 422.703 3669.63 406.27 3687.93 406.27 c
+3697.54 406.27 3704.04 412.469 3710.25 420.848 c
+3715.21 399.766 l
+f
+3810.08 390.457 m
+3810.08 496.504 l
+3810.08 509.52 3804.49 515.105 3795.51 515.105 c
+3788.06 515.105 3779.69 507.969 3772.87 498.672 c
+3772.87 390.457 l
+3750.86 390.457 l
+3750.86 531.844 l
+3772.87 535.879 l
+3772.87 517.586 l
+3780.31 530.293 3792.4 536.492 3803.26 536.492 c
+3821.85 536.492 3832.09 519.441 3832.09 500.84 c
+3832.09 390.457 l
+3810.08 390.457 l
+f
+1582.38 193.277 m
+1556.66 193.277 l
+1556.66 214.988 l
+1603.47 214.988 l
+1603.47 129.41 l
+1593.86 117.32 1579.9 111.426 1565.02 111.426 c
+1528.44 111.426 1506.42 143.367 1506.42 212.195 c
+1506.42 277.613 1527.81 313.277 1564.1 313.277 c
+1578.98 313.277 1591.99 308.008 1601.31 297.461 c
+1595.1 275.445 l
+1586.72 285.059 1576.79 291.883 1565.33 291.883 c
+1540.84 291.883 1530.29 263.672 1530.29 213.121 c
+1530.29 160.418 1543.01 132.203 1567.19 132.203 c
+1572.77 132.203 1577.42 133.746 1582.38 136.855 c
+1582.38 193.277 l
+f
+1693.67 204.754 m
+1693.67 231.426 1687.48 241.648 1676.31 241.648 c
+1665.47 241.648 1656.46 226.465 1655.23 199.48 c
+1693.67 199.48 l
+1693.67 204.754 l
+h
+1709.18 124.766 m
+1701.42 116.387 1693.04 111.426 1679.41 111.426 c
+1648.71 111.426 1632.28 136.855 1632.28 186.152 c
+1632.28 236.07 1652.13 261.492 1677.56 261.492 c
+1703.28 261.492 1714.76 240.105 1714.76 203.824 c
+1714.76 200.105 1714.14 188.32 1713.2 182.117 c
+1654.92 182.117 l
+1655.54 147.703 1663.59 131.27 1681.89 131.27 c
+1691.5 131.27 1698.01 137.469 1704.22 145.848 c
+1709.18 124.766 l
+f
+1734.88 115.457 m
+1734.88 136.543 l
+1787.91 237.625 l
+1736.44 237.625 l
+1736.44 257.469 l
+1809.92 257.469 l
+1809.92 236.387 l
+1756.91 135.301 l
+1809.92 135.301 l
+1809.92 115.457 l
+1734.88 115.457 l
+f
+1900.45 186.152 m
+1900.45 223.359 1893.01 241.648 1876.89 241.648 c
+1860.76 241.648 1853.63 222.742 1853.63 186.465 c
+1853.63 149.258 1860.76 131.27 1876.89 131.27 c
+1893.01 131.27 1900.45 150.496 1900.45 186.152 c
+h
+1830.68 186.152 m
+1830.68 235.145 1847.75 261.492 1877.52 261.492 c
+1907.28 261.492 1923.4 236.07 1923.4 186.777 c
+1923.4 137.781 1905.72 111.426 1876.58 111.426 c
+1847.13 111.426 1830.68 136.855 1830.68 186.152 c
+f
+2013.3 115.457 m
+2013.3 221.504 l
+2013.3 234.52 2007.71 240.105 1998.73 240.105 c
+1991.29 240.105 1982.91 232.969 1976.09 223.672 c
+1976.09 115.457 l
+1954.08 115.457 l
+1954.08 256.844 l
+1976.09 260.879 l
+1976.09 242.586 l
+1983.53 255.293 1995.62 261.492 2006.48 261.492 c
+2025.08 261.492 2035.31 244.441 2035.31 225.84 c
+2035.31 115.457 l
+2013.3 115.457 l
+f
+2130.15 233.594 m
+2126.13 238.238 2119.92 241.648 2113.73 241.648 c
+2097.6 241.648 2088.3 218.711 2088.3 186.152 c
+2088.3 155.145 2096.99 133.445 2111.87 133.445 c
+2119 133.445 2125.51 139.336 2130.15 147.391 c
+2130.15 233.594 l
+h
+2130.15 115.457 m
+2130.15 128.484 l
+2123.96 118.863 2114.67 111.426 2104.12 111.426 c
+2080.23 111.426 2065.35 141.191 2065.35 184.598 c
+2065.35 230.801 2082.42 261.492 2109.08 261.492 c
+2117.44 261.492 2124.27 259.637 2130.15 255.918 c
+2130.15 324.441 l
+2152.17 328.465 l
+2152.17 115.457 l
+2130.15 115.457 l
+f
+2247.65 115.457 m
+2247.65 221.504 l
+2247.65 234.52 2242.09 240.105 2233.08 240.105 c
+2225.64 240.105 2217.28 232.969 2210.45 223.672 c
+2210.45 115.457 l
+2188.44 115.457 l
+2188.44 324.441 l
+2210.45 328.465 l
+2210.45 242.586 l
+2217.89 255.293 2229.98 261.492 2240.84 261.492 c
+2259.45 261.492 2269.67 244.441 2269.67 225.84 c
+2269.67 115.457 l
+2247.65 115.457 l
+f
+2361.11 204.754 m
+2361.11 231.426 2354.92 241.648 2343.75 241.648 c
+2332.91 241.648 2323.9 226.465 2322.67 199.48 c
+2361.11 199.48 l
+2361.11 204.754 l
+h
+2376.62 124.766 m
+2368.86 116.387 2360.49 111.426 2346.85 111.426 c
+2316.15 111.426 2299.72 136.855 2299.72 186.152 c
+2299.72 236.07 2319.57 261.492 2345 261.492 c
+2370.72 261.492 2382.2 240.105 2382.2 203.824 c
+2382.2 200.105 2381.58 188.32 2380.64 182.117 c
+2322.36 182.117 l
+2322.99 147.703 2331.03 131.27 2349.33 131.27 c
+2358.94 131.27 2365.45 137.469 2371.66 145.848 c
+2376.62 124.766 l
+f
+2412.87 115.457 m
+2412.87 256.844 l
+2434.9 260.879 l
+2434.9 115.457 l
+2412.87 115.457 l
+h
+2408.22 307.383 m
+2408.22 317 2413.81 325.367 2424.04 325.367 c
+2434.27 325.367 2439.86 317 2439.86 307.383 c
+2439.86 297.773 2434.27 289.402 2424.04 289.402 c
+2413.81 289.402 2408.22 297.773 2408.22 307.383 c
+f
+2530.99 233.594 m
+2526.97 238.238 2520.76 241.648 2514.57 241.648 c
+2498.44 241.648 2489.14 218.711 2489.14 186.152 c
+2489.14 155.145 2497.83 133.445 2512.71 133.445 c
+2519.84 133.445 2526.35 139.336 2530.99 147.391 c
+2530.99 233.594 l
+h
+2530.99 115.457 m
+2530.99 128.484 l
+2524.8 118.863 2515.51 111.426 2504.96 111.426 c
+2481.07 111.426 2466.19 141.191 2466.19 184.598 c
+2466.19 230.801 2483.26 261.492 2509.92 261.492 c
+2518.28 261.492 2525.11 259.637 2530.99 255.918 c
+2530.99 324.441 l
+2553.01 328.465 l
+2553.01 115.457 l
+2530.99 115.457 l
+f
+2587.4 142.129 m
+2595.78 135.301 2604.76 130.965 2613.77 130.965 c
+2625.54 130.965 2632.67 139.648 2632.67 151.109 c
+2632.67 162.586 2626.48 170.34 2611.6 179.023 c
+2593.3 189.871 2582.44 202.586 2582.44 223.047 c
+2582.44 245.992 2599.8 261.492 2621.52 261.492 c
+2632.99 261.492 2643.53 256.844 2650.35 251.883 c
+2645.7 232.039 l
+2637.95 237.625 2629.88 241.648 2621.21 241.648 c
+2610.97 241.648 2603.53 234.832 2603.53 223.359 c
+2603.53 212.508 2608.18 205.379 2623.38 196.07 c
+2641.36 184.91 2653.77 172.195 2653.77 151.426 c
+2653.77 127.547 2636.4 111.426 2614.39 111.426 c
+2602.91 111.426 2591.13 115.77 2582.75 122.281 c
+2587.4 142.129 l
+f
+2761.33 114.527 m
+2741.19 221.805 l
+2721.03 114.527 l
+2698.71 114.527 l
+2671.42 257.469 l
+2693.44 257.469 l
+2710.8 150.184 l
+2730.64 257.469 l
+2751.72 257.469 l
+2771.56 150.184 l
+2788.92 257.469 l
+2810.94 257.469 l
+2783.65 114.527 l
+2761.33 114.527 l
+f
+2891.23 204.754 m
+2891.23 231.426 2885.04 241.648 2873.86 241.648 c
+2863.02 241.648 2854.02 226.465 2852.79 199.48 c
+2891.23 199.48 l
+2891.23 204.754 l
+h
+2906.74 124.766 m
+2898.98 116.387 2890.6 111.426 2876.97 111.426 c
+2846.27 111.426 2829.84 136.855 2829.84 186.152 c
+2829.84 236.07 2849.69 261.492 2875.11 261.492 c
+2900.84 261.492 2912.32 240.105 2912.32 203.824 c
+2912.32 200.105 2911.7 188.32 2910.76 182.117 c
+2852.48 182.117 l
+2853.1 147.703 2861.15 131.27 2879.45 131.27 c
+2889.06 131.27 2895.56 137.469 2901.77 145.848 c
+2906.74 124.766 l
+f
+2993.85 117.938 m
+2987.95 113.902 2979.59 111.426 2973.38 111.426 c
+2957.58 111.426 2942.38 119.488 2942.38 155.457 c
+2942.38 236.07 l
+2928.1 237.625 l
+2928.1 252.508 l
+2942.38 258.086 l
+2942.38 290.02 l
+2964.39 290.02 l
+2964.39 257.469 l
+2992.91 257.469 l
+2991.68 237.625 l
+2964.39 237.625 l
+2964.39 153.289 l
+2964.39 136.855 2969.98 131.578 2977.11 131.578 c
+2981.76 131.578 2987.34 134.688 2991.05 138.094 c
+2993.85 117.938 l
+f
+3071.03 204.754 m
+3071.03 231.426 3064.82 241.648 3053.67 241.648 c
+3042.81 241.648 3033.83 226.465 3032.58 199.48 c
+3071.03 199.48 l
+3071.03 204.754 l
+h
+3086.52 124.766 m
+3078.79 116.387 3070.41 111.426 3056.76 111.426 c
+3026.07 111.426 3009.63 136.855 3009.63 186.152 c
+3009.63 236.07 3029.47 261.492 3054.9 261.492 c
+3080.64 261.492 3092.11 240.105 3092.11 203.824 c
+3092.11 200.105 3091.48 188.32 3090.56 182.117 c
+3032.26 182.117 l
+3032.89 147.703 3040.95 131.27 3059.24 131.27 c
+3068.86 131.27 3075.37 137.469 3081.56 145.848 c
+3086.52 124.766 l
+f
+3181.38 115.457 m
+3181.38 221.504 l
+3181.38 234.52 3175.82 240.105 3166.81 240.105 c
+3159.37 240.105 3151.01 232.969 3144.18 223.672 c
+3144.18 115.457 l
+3122.17 115.457 l
+3122.17 256.844 l
+3144.18 260.879 l
+3144.18 242.586 l
+3151.62 255.293 3163.71 261.492 3174.57 261.492 c
+3193.18 261.492 3203.4 244.441 3203.4 225.84 c
+3203.4 115.457 l
+3181.38 115.457 l
+f
+3237.19 142.129 m
+3245.56 135.301 3254.55 130.965 3263.53 130.965 c
+3275.33 130.965 3282.46 139.648 3282.46 151.109 c
+3282.46 162.586 3276.25 170.34 3261.36 179.023 c
+3243.08 189.871 3232.22 202.586 3232.22 223.047 c
+3232.22 245.992 3249.59 261.492 3271.29 261.492 c
+3282.77 261.492 3293.3 256.844 3300.13 251.883 c
+3295.47 232.039 l
+3287.73 237.625 3279.67 241.648 3270.97 241.648 c
+3260.74 241.648 3253.3 234.832 3253.3 223.359 c
+3253.3 212.508 3257.97 205.379 3273.14 196.07 c
+3291.13 184.91 3303.53 172.195 3303.53 151.426 c
+3303.53 127.547 3286.17 111.426 3264.16 111.426 c
+3252.69 111.426 3240.9 115.77 3232.54 122.281 c
+3237.19 142.129 l
+f
+3403.98 124.766 m
+3396.83 116.387 3386.62 111.426 3374.22 111.426 c
+3344.45 111.426 3327.38 136.855 3327.38 186.152 c
+3327.38 235.145 3344.74 261.492 3375.45 261.492 c
+3387.54 261.492 3396.83 256.844 3404.27 249.09 c
+3399.02 227.078 l
+3394.06 235.145 3384.43 241.648 3376.7 241.648 c
+3358.08 241.648 3350.33 222.742 3350.33 186.465 c
+3350.33 149.258 3358.4 131.27 3377.61 131.27 c
+3385.68 131.27 3393.12 137.469 3399.02 145.848 c
+3403.98 124.766 l
+f
+3491.7 115.457 m
+3491.7 221.504 l
+3491.7 234.52 3486.13 240.105 3477.13 240.105 c
+3469.69 240.105 3461.33 232.969 3454.49 223.672 c
+3454.49 115.457 l
+3432.48 115.457 l
+3432.48 324.441 l
+3454.49 328.465 l
+3454.49 242.586 l
+3461.93 255.293 3474.02 261.492 3484.88 261.492 c
+3503.49 261.492 3513.71 244.441 3513.71 225.84 c
+3513.71 115.457 l
+3491.7 115.457 l
+f
+3598.04 186.465 m
+3574.16 182.43 3565.17 167.859 3565.17 152.352 c
+3565.17 139.023 3571.68 132.508 3580.68 132.508 c
+3587.19 132.508 3593.69 139.336 3598.04 146.465 c
+3598.04 186.465 l
+h
+3628.73 112.664 m
+3612.93 110.809 3603.01 115.457 3599.27 127.242 c
+3598.04 127.242 l
+3593.69 118.563 3585.64 111.426 3571.99 111.426 c
+3555.56 111.426 3542.54 127.547 3542.54 149.871 c
+3542.54 175.918 3559.27 199.793 3598.04 203.199 c
+3598.04 215.918 l
+3598.04 230.801 3592.77 241.348 3578.81 241.348 c
+3570.45 241.348 3558.65 234.52 3549.67 224.91 c
+3546.25 245.684 l
+3554.94 255.605 3569.51 261.492 3581.6 261.492 c
+3608.57 261.492 3620.06 239.793 3620.06 216.844 c
+3620.06 141.504 l
+3620.06 134.371 3622.85 131.27 3630.58 131.27 c
+3628.73 112.664 l
+f
+3681.42 139.336 m
+3685.45 134.688 3691.66 131.27 3697.85 131.27 c
+3713.98 131.27 3723.28 154.219 3723.28 186.777 c
+3723.28 217.781 3714.59 239.48 3699.7 239.48 c
+3692.58 239.48 3686.07 233.902 3681.42 225.527 c
+3681.42 139.336 l
+h
+3659.41 46.0039 m
+3659.41 256.844 l
+3681.42 260.879 l
+3681.42 244.441 l
+3687.3 254.363 3696.93 261.492 3707.46 261.492 c
+3731.35 261.492 3746.23 231.727 3746.23 188.32 c
+3746.23 142.129 3729.18 111.426 3702.5 111.426 c
+3694.14 111.426 3687.3 113.289 3681.42 117.012 c
+3681.42 46.0039 l
+3659.41 46.0039 l
+f
+3798.9 139.336 m
+3802.95 134.688 3809.14 131.27 3815.35 131.27 c
+3831.46 131.27 3840.76 154.219 3840.76 186.777 c
+3840.76 217.781 3832.09 239.48 3817.2 239.48 c
+3810.08 239.48 3803.55 233.902 3798.9 225.527 c
+3798.9 139.336 l
+h
+3776.89 46.0039 m
+3776.89 256.844 l
+3798.9 260.879 l
+3798.9 244.441 l
+3804.8 254.363 3814.41 261.492 3824.96 261.492 c
+3848.83 261.492 3863.71 231.727 3863.71 188.32 c
+3863.71 142.129 3846.66 111.426 3820 111.426 c
+3811.62 111.426 3804.8 113.289 3798.9 117.012 c
+3798.9 46.0039 l
+3776.89 46.0039 l
+f
+3952.67 204.754 m
+3952.67 231.426 3946.48 241.648 3935.31 241.648 c
+3924.47 241.648 3915.47 226.465 3914.24 199.48 c
+3952.67 199.48 l
+3952.67 204.754 l
+h
+3968.18 124.766 m
+3960.43 116.387 3952.05 111.426 3938.42 111.426 c
+3907.71 111.426 3891.29 136.855 3891.29 186.152 c
+3891.29 236.07 3911.13 261.492 3936.56 261.492 c
+3962.28 261.492 3973.77 240.105 3973.77 203.824 c
+3973.77 200.105 3973.14 188.32 3972.2 182.117 c
+3913.92 182.117 l
+3914.55 147.703 3922.6 131.27 3940.9 131.27 c
+3950.51 131.27 3957.01 137.469 3963.22 145.848 c
+3968.18 124.766 l
+f
+4063.04 115.457 m
+4063.04 221.504 l
+4063.04 234.52 4057.46 240.105 4048.47 240.105 c
+4041.03 240.105 4032.65 232.969 4025.84 223.672 c
+4025.84 115.457 l
+4003.83 115.457 l
+4003.83 256.844 l
+4025.84 260.879 l
+4025.84 242.586 l
+4033.28 255.293 4045.37 261.492 4056.23 261.492 c
+4074.82 261.492 4085.06 244.441 4085.06 225.84 c
+4085.06 115.457 l
+4063.04 115.457 l
+f
+[/Separation (GGW C=61 M=55 Y=0 K=0) /DeviceCMYK
+{dup 0.61 mul exch dup 0.55 mul exch dup 0 mul exch 0 mul }
+] {} cs
+[1] sc
+[1] sc
+1310.06 115.098 m
+1310.06 115.098 l
+1294.41 115.098 1281.72 127.781 1281.72 143.438 c
+1281.72 557.305 l
+1281.72 572.957 1294.41 585.645 1310.06 585.645 c
+1325.72 585.645 1338.41 572.957 1338.41 557.305 c
+1338.41 143.438 l
+1338.41 127.781 1325.72 115.098 1310.06 115.098 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF