%!PS-Adobe-3.0 EPSF-3.0 %Produced by poppler pdftops version: 20.09.0 (http://poppler.freedesktop.org) %%Creator: Adobe Illustrator 25.0 (Macintosh) %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) %%BoundingBox: 0 0 407 103 %%HiResBoundingBox: 0 0 406.137 102.047 %%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 406.137 102.047 re W q q 0 0 406.137 102.047 re W /DeviceRGB {} cs [0 0 0] sc [0.945 0.71 0.239] sc false op false OP q [1 0 0 1 96.9447 0.0001] cm 0 0 m -91.842 0 l -94.648 0 -96.945 2.296 -96.945 5.103 c -96.945 96.945 l -96.945 99.751 -94.648 102.047 -91.842 102.047 c 0 102.047 l 2.807 102.047 5.103 99.751 5.103 96.945 c 5.103 5.103 l 5.103 2.296 2.807 0 0 0 c f Q [1 1 1] sc q [1 0 0 1 65.4696 47.9996] cm 0 0 m 0.433 -12.338 -4.641 -21.26 -15.822 -21.26 c -24.531 -21.26 -33.348 -14.736 -33.348 -1.8 c -33.348 32.893 l -47.688 32.893 l -47.688 -2.528 l -47.688 -15.945 -38.701 -29.706 -17.998 -29.706 c 2.098 -29.706 10.183 -15.285 10.274 -3.326 c 24.946 -5.587 31.672 5.361 29.754 12.815 c 27.192 9.855 23.094 7.235 10.292 10.866 c 10.292 32.893 l 0 32.893 l 0 14.355 l -20.106 20.956 -24.864 2.638 -24.864 2.638 c -24.864 2.638 -15.461 7.81 0 0 c f Q [0 0.18 0.396] sc q [1 0 0 1 135.4847 72.502] cm 0 0 m -4.047 0 -7.277 2.102 -7.277 6.437 c -7.277 18.183 l -3.494 18.183 l -3.494 6.885 l -3.494 4.047 -1.365 2.969 0.447 2.969 c 2.391 2.969 4.205 4.047 4.205 6.779 c 4.205 18.183 l 7.936 18.183 l 7.936 6.779 l 7.936 2.365 4.783 0 0 0 c f Q q [1 0 0 1 156.1957 72.8174] cm 0 0 m 0 8.093 l 0 9.958 -0.998 10.904 -2.654 10.904 c -3.6 10.904 -4.52 10.615 -5.176 10.194 c -5.176 0 l -8.672 0 l -8.672 13.269 l -5.309 13.532 l -5.359 11.692 l -5.256 11.692 l -4.283 12.771 -2.68 13.716 -0.84 13.716 c 1.523 13.716 3.469 12.14 3.469 9.118 c 3.469 0 l 0 0 l h f Q 163.346 86.218 m 166.867 86.218 l 166.867 72.818 l 163.346 72.818 l 163.346 86.218 l h 165.108 88.688 m 164.108 88.688 163.268 89.529 163.268 90.553 c 163.268 91.578 164.108 92.366 165.108 92.366 c 166.131 92.366 166.946 91.578 166.946 90.553 c 166.946 89.529 166.131 88.688 165.108 88.688 c f q [1 0 0 1 177.0648 72.7383] cm 0 0 m -2.943 0 l -8.305 13.479 l -4.363 13.479 l -1.971 6.385 l -1.578 5.281 -1.262 3.39 -1.262 3.39 c -1.262 3.39 -0.947 5.256 -0.553 6.385 c 1.838 13.479 l 5.385 13.479 l 0 0 l h f Q q [1 0 0 1 189.7054 84.2471] cm 0 0 m -1.682 0 -2.732 -1.603 -2.916 -3.206 c 2.732 -3.206 l 2.732 -1.444 1.734 0 0 0 c 5.834 -5.229 m -3.047 -5.229 l -2.969 -7.436 -1.496 -9.117 0.973 -9.117 c 2.549 -9.117 3.969 -8.776 5.545 -8.171 c 5.387 -10.642 l 3.758 -11.298 2.156 -11.719 0.027 -11.719 c -3.994 -11.719 -6.437 -8.934 -6.437 -4.992 c -6.437 -0.709 -3.652 2.286 0.289 2.286 c 4.1 2.286 5.965 -0.315 5.965 -3.311 c 5.965 -3.915 5.912 -4.756 5.834 -5.229 c f Q q [1 0 0 1 206.2894 82.5655] cm 0 0 m -0.684 0.395 -1.576 0.657 -2.416 0.657 c -3.23 0.657 -4.02 0.315 -4.467 -0.157 c -4.467 -9.748 l -7.961 -9.748 l -7.961 3.521 l -4.65 3.81 l -4.756 1.419 l -4.65 1.419 l -3.967 2.917 -2.68 3.968 -1.234 3.968 c -0.604 3.968 0.105 3.81 0.553 3.548 c 0 0 l h f Q q [1 0 0 1 212.0472 72.5284] cm 0 0 m -1.734 0 -3.127 0.368 -4.283 0.999 c -3.889 3.626 l -2.682 2.995 -1.184 2.575 0.105 2.575 c 1.209 2.575 2.207 2.942 2.207 3.915 c 2.207 6.044 -3.863 5.57 -3.863 9.854 c -3.863 12.56 -1.393 14.005 1.471 14.005 c 2.891 14.005 4.361 13.61 5.334 13.19 c 4.939 10.668 l 3.914 11.062 2.549 11.43 1.287 11.43 c 0.342 11.43 -0.473 11.062 -0.473 10.3 c -0.473 8.198 5.623 8.618 5.623 4.388 c 5.623 1.472 3.074 0 0 0 c f Q 220.43 86.218 m 223.951 86.218 l 223.951 72.818 l 220.43 72.818 l 220.43 86.218 l h 222.192 88.688 m 221.192 88.688 220.352 89.529 220.352 90.553 c 220.352 91.578 221.192 92.366 222.192 92.366 c 223.215 92.366 224.03 91.578 224.03 90.553 c 224.03 89.529 223.215 88.688 222.192 88.688 c f q [1 0 0 1 231.7582 72.5284] cm 0 0 m -2.365 0 -3.889 1.472 -3.889 3.731 c -3.889 4.493 -3.811 7.987 -3.811 10.09 c -3.811 11.22 l -5.072 11.22 l -5.072 12.586 l -0.736 16.606 l -0.395 16.606 l -0.395 13.689 l 3.861 13.689 l 3.861 11.22 l -0.395 11.22 l -0.395 11.01 -0.447 6.727 -0.447 4.913 c -0.447 3.495 0.395 2.864 1.682 2.864 c 2.365 2.864 3.18 2.942 3.967 3.206 c 3.967 0.788 l 2.838 0.315 1.498 0 0 0 c f Q q [1 0 0 1 243.348 84.2471] cm 0 0 m -1.682 0 -2.732 -1.603 -2.916 -3.206 c 2.732 -3.206 l 2.732 -1.444 1.734 0 0 0 c 5.832 -5.229 m -3.049 -5.229 l -2.969 -7.436 -1.498 -9.117 0.973 -9.117 c 2.549 -9.117 3.967 -8.776 5.543 -8.171 c 5.387 -10.642 l 3.758 -11.298 2.154 -11.719 0.025 -11.719 c -3.994 -11.719 -6.437 -8.934 -6.437 -4.992 c -6.437 -0.709 -3.652 2.286 0.289 2.286 c 4.1 2.286 5.965 -0.315 5.965 -3.311 c 5.965 -3.915 5.912 -4.756 5.832 -5.229 c f Q 252.047 86.218 m 255.568 86.218 l 255.568 72.818 l 252.047 72.818 l 252.047 86.218 l h 253.809 88.688 m 252.809 88.688 251.969 89.529 251.969 90.553 c 251.969 91.578 252.809 92.366 253.809 92.366 c 254.832 92.366 255.647 91.578 255.647 90.553 c 255.647 89.529 254.832 88.688 253.809 88.688 c f q [1 0 0 1 263.3754 72.5284] cm 0 0 m -2.365 0 -3.889 1.472 -3.889 3.731 c -3.889 4.493 -3.811 7.987 -3.811 10.09 c -3.811 11.22 l -5.072 11.22 l -5.072 12.586 l -0.736 16.606 l -0.395 16.606 l -0.395 13.689 l 3.861 13.689 l 3.861 11.22 l -0.395 11.22 l -0.395 11.01 -0.447 6.727 -0.447 4.913 c -0.447 3.495 0.395 2.864 1.682 2.864 c 2.365 2.864 3.18 2.942 3.967 3.206 c 3.967 0.788 l 2.838 0.315 1.498 0 0 0 c f Q q [1 0 0 1 282.2172 85.4297] cm 0 0 m -0.236 0.709 -0.447 2.102 -0.447 2.102 c -0.447 2.102 -0.656 0.762 -0.92 0 c -2.758 -5.36 l 1.865 -5.36 l 0 0 l h 4.178 -12.612 m 2.549 -7.909 l -3.416 -7.909 l -4.992 -12.612 l -8.855 -12.612 l -2.365 5.255 l 1.787 5.255 l 8.277 -12.612 l 4.178 -12.612 l h f Q q [1 0 0 1 301.2465 72.8174] cm 0 0 m 0 8.093 l 0 9.958 -0.998 10.904 -2.654 10.904 c -3.6 10.904 -4.52 10.615 -5.176 10.194 c -5.176 0 l -8.672 0 l -8.672 13.269 l -5.309 13.532 l -5.359 11.692 l -5.256 11.692 l -4.283 12.771 -2.68 13.716 -0.84 13.716 c 1.523 13.716 3.469 12.14 3.469 9.118 c 3.469 0 l 0 0 l h f Q q [1 0 0 1 312.3129 72.5284] cm 0 0 m -2.365 0 -3.889 1.472 -3.889 3.731 c -3.889 4.493 -3.811 7.987 -3.811 10.09 c -3.811 11.22 l -5.072 11.22 l -5.072 12.586 l -0.736 16.606 l -0.395 16.606 l -0.395 13.689 l 3.861 13.689 l 3.861 11.22 l -0.395 11.22 l -0.395 11.01 -0.447 6.727 -0.447 4.913 c -0.447 3.495 0.395 2.864 1.682 2.864 c 2.365 2.864 3.18 2.942 3.967 3.206 c 3.967 0.788 l 2.838 0.315 1.498 0 0 0 c f Q q [1 0 0 1 333.3363 72.7383] cm 0 0 m -2.785 0 l -5.334 6.648 l -5.729 7.673 -5.992 9.434 -5.992 9.434 c -5.992 9.434 -6.387 7.699 -6.754 6.648 c -9.225 0 l -11.93 0 l -16.527 13.479 l -12.691 13.479 l -10.801 6.885 l -10.484 5.834 -10.17 3.811 -10.17 3.811 c -10.17 3.811 -9.775 5.781 -9.408 6.858 c -7.068 13.479 l -4.494 13.479 l -2.051 6.858 l -1.631 5.781 -1.314 3.863 -1.314 3.863 c -1.314 3.863 -1.025 5.834 -0.684 6.91 c 1.182 13.479 l 4.623 13.479 l 0 0 l h f Q q [1 0 0 1 345.4261 84.2471] cm 0 0 m -1.682 0 -2.732 -1.603 -2.916 -3.206 c 2.732 -3.206 l 2.732 -1.444 1.734 0 0 0 c 5.834 -5.229 m -3.047 -5.229 l -2.969 -7.436 -1.496 -9.117 0.973 -9.117 c 2.549 -9.117 3.969 -8.776 5.545 -8.171 c 5.387 -10.642 l 3.758 -11.298 2.156 -11.719 0.027 -11.719 c -3.994 -11.719 -6.437 -8.934 -6.437 -4.992 c -6.437 -0.709 -3.652 2.286 0.289 2.286 c 4.1 2.286 5.965 -0.315 5.965 -3.311 c 5.965 -3.915 5.912 -4.756 5.834 -5.229 c f Q q [1 0 0 1 362.0101 82.5655] cm 0 0 m -0.684 0.395 -1.576 0.657 -2.416 0.657 c -3.23 0.657 -4.02 0.315 -4.467 -0.157 c -4.467 -9.748 l -7.961 -9.748 l -7.961 3.521 l -4.65 3.81 l -4.756 1.419 l -4.65 1.419 l -3.967 2.917 -2.68 3.968 -1.234 3.968 c -0.604 3.968 0.105 3.81 0.553 3.548 c 0 0 l h f Q q [1 0 0 1 370.4203 83.7745] cm 0 0 m -0.893 0 -1.785 -0.289 -2.391 -0.71 c -2.391 -8.093 l -1.891 -8.435 -0.998 -8.671 -0.236 -8.671 c 2.076 -8.671 3.391 -6.831 3.391 -4.388 c 3.391 -1.655 2.051 0 0 0 c -0.393 -11.142 m -1.129 -11.142 -1.943 -10.957 -2.391 -10.721 c -2.391 -17.657 l -5.885 -17.657 l -5.885 2.312 l -2.521 2.575 l -2.574 0.788 l -2.469 0.788 l -1.496 1.971 0.027 2.759 1.525 2.759 c 4.836 2.759 6.937 -0.053 6.937 -3.784 c 6.937 -8.198 4.074 -11.142 -0.393 -11.142 c f Q q [1 0 0 1 385.3754 84.2471] cm 0 0 m -1.682 0 -2.732 -1.603 -2.916 -3.206 c 2.732 -3.206 l 2.732 -1.444 1.734 0 0 0 c 5.834 -5.229 m -3.047 -5.229 l -2.969 -7.436 -1.496 -9.117 0.973 -9.117 c 2.549 -9.117 3.969 -8.776 5.545 -8.171 c 5.387 -10.642 l 3.758 -11.298 2.156 -11.719 0.027 -11.719 c -3.994 -11.719 -6.437 -8.934 -6.437 -4.992 c -6.437 -0.709 -3.652 2.286 0.289 2.286 c 4.1 2.286 5.965 -0.315 5.965 -3.311 c 5.965 -3.915 5.912 -4.756 5.834 -5.229 c f Q q [1 0 0 1 402.6683 72.8174] cm 0 0 m 0 8.093 l 0 9.958 -0.998 10.904 -2.654 10.904 c -3.6 10.904 -4.52 10.615 -5.176 10.194 c -5.176 0 l -8.672 0 l -8.672 13.269 l -5.309 13.532 l -5.359 11.692 l -5.256 11.692 l -4.283 12.771 -2.68 13.716 -0.84 13.716 c 1.523 13.716 3.469 12.14 3.469 9.118 c 3.469 0 l 0 0 l h f Q q [1 0 0 1 151.2611 39.046] cm 0 0 m 0 19.379 l 7.752 19.379 l 7.752 17.208 l 2.326 17.208 l 2.326 10.449 l 6.604 10.449 l 6.604 8.278 l 2.326 8.278 l 2.326 0 l 0 0 l h f Q q [1 0 0 1 165.5541 46.1465] cm 0 0 m -2.388 -0.403 -3.287 -1.86 -3.287 -3.411 c -3.287 -4.744 -2.636 -5.396 -1.736 -5.396 c -1.086 -5.396 -0.435 -4.713 0 -4 c 0 0 l h 3.069 -7.38 m 1.488 -7.565 0.496 -7.101 0.124 -5.922 c 0 -5.922 l -0.435 -6.79 -1.24 -7.504 -2.604 -7.504 c -4.248 -7.504 -5.551 -5.892 -5.551 -3.659 c -5.551 -1.055 -3.876 1.333 0 1.674 c 0 2.945 l 0 4.434 -0.527 5.488 -1.923 5.488 c -2.76 5.488 -3.938 4.806 -4.837 3.845 c -5.178 5.922 l -4.311 6.914 -2.853 7.503 -1.644 7.503 c 1.054 7.503 2.201 5.333 2.201 3.038 c 2.201 -4.496 l 2.201 -5.209 2.48 -5.52 3.256 -5.52 c 3.069 -7.38 l h f Q q [1 0 0 1 178.7914 39.9766] cm 0 0 m -0.714 -0.838 -1.736 -1.334 -2.977 -1.334 c -5.953 -1.334 -7.659 1.209 -7.659 6.139 c -7.659 11.038 -5.923 13.673 -2.853 13.673 c -1.644 13.673 -0.714 13.208 0.03 12.433 c -0.496 10.231 l -0.992 11.038 -1.954 11.688 -2.729 11.688 c -4.589 11.688 -5.364 9.798 -5.364 6.17 c -5.364 2.449 -4.558 0.65 -2.636 0.65 c -1.829 0.65 -1.085 1.271 -0.496 2.108 c 0 0 l h f Q q [1 0 0 1 187.5023 38.7051] cm 0 0 m 0 1.829 l -0.744 0.558 -1.954 -0.062 -3.039 -0.062 c -4.899 -0.062 -5.923 1.644 -5.923 3.504 c -5.923 14.542 l -3.721 14.542 l -3.721 3.938 l -3.721 2.636 -3.163 2.077 -2.264 2.077 c -1.52 2.077 -0.714 2.79 0 3.721 c 0 14.542 l 2.201 14.542 l 2.201 0.403 l 0 0 l h f Q q [1 0 0 1 193.3285 39.046] cm 0 0 m 0 20.898 l 2.201 21.301 l 2.201 0 l 0 0 l h f Q q [1 0 0 1 204.5521 39.294] cm 0 0 m -0.59 -0.403 -1.427 -0.651 -2.047 -0.651 c -3.628 -0.651 -5.147 0.155 -5.147 3.752 c -5.147 11.813 l -6.574 11.969 l -6.574 13.457 l -5.147 14.015 l -5.147 17.208 l -2.946 17.208 l -2.946 13.953 l -0.094 13.953 l -0.218 11.969 l -2.946 11.969 l -2.946 3.535 l -2.946 1.892 -2.388 1.364 -1.675 1.364 c -1.21 1.364 -0.651 1.675 -0.279 2.016 c 0 0 l h f Q q [1 0 0 1 212.2709 47.9756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.551 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.426 -9.333 c -4.496 -9.333 -6.139 -6.79 -6.139 -1.86 c -6.139 3.132 -4.154 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.047 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.178 -7.349 c -0.217 -7.349 0.434 -6.729 1.055 -5.891 c 1.551 -7.999 l h f Q q [1 0 0 1 217.4466 39.046] cm 0 0 m 0 14.139 l 2.202 14.542 l 2.202 0 l 0 0 l h -0.465 19.192 m -0.465 20.154 0.094 20.991 1.117 20.991 c 2.14 20.991 2.698 20.154 2.698 19.192 c 2.698 18.231 2.14 17.395 1.117 17.395 c 0.094 17.395 -0.465 18.231 -0.465 19.192 c f Q q [1 0 0 1 228.7318 39.294] cm 0 0 m -0.589 -0.403 -1.426 -0.651 -2.046 -0.651 c -3.627 -0.651 -5.146 0.155 -5.146 3.752 c -5.146 11.813 l -6.572 11.969 l -6.572 13.457 l -5.146 14.015 l -5.146 17.208 l -2.945 17.208 l -2.945 13.953 l -0.093 13.953 l -0.217 11.969 l -2.945 11.969 l -2.945 3.535 l -2.945 1.892 -2.387 1.364 -1.674 1.364 c -1.209 1.364 -0.65 1.675 -0.278 2.016 c 0 0 l h f Q q [1 0 0 1 236.7601 39.046] cm 0 0 m 0 19.379 l 2.325 19.379 l 2.325 2.171 l 7.286 2.171 l 7.286 0 l 0 0 l h f Q q [1 0 0 1 251.8578 47.9756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.427 -9.333 c -4.496 -9.333 -6.14 -6.79 -6.14 -1.86 c -6.14 3.132 -4.155 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.046 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.179 -7.349 c -0.217 -7.349 0.435 -6.729 1.054 -5.891 c 1.55 -7.999 l h f Q q [1 0 0 1 262.1205 39.294] cm 0 0 m -0.59 -0.403 -1.427 -0.651 -2.047 -0.651 c -3.628 -0.651 -5.147 0.155 -5.147 3.752 c -5.147 11.813 l -6.574 11.969 l -6.574 13.457 l -5.147 14.015 l -5.147 17.208 l -2.946 17.208 l -2.946 13.953 l -0.094 13.953 l -0.218 11.969 l -2.946 11.969 l -2.946 3.535 l -2.946 1.892 -2.388 1.364 -1.675 1.364 c -1.21 1.364 -0.651 1.675 -0.279 2.016 c 0 0 l h f Q q [1 0 0 1 270.2103 39.294] cm 0 0 m -0.59 -0.403 -1.427 -0.651 -2.047 -0.651 c -3.628 -0.651 -5.147 0.155 -5.147 3.752 c -5.147 11.813 l -6.574 11.969 l -6.574 13.457 l -5.147 14.015 l -5.147 17.208 l -2.946 17.208 l -2.946 13.953 l -0.094 13.953 l -0.218 11.969 l -2.946 11.969 l -2.946 3.535 l -2.946 1.892 -2.388 1.364 -1.675 1.364 c -1.21 1.364 -0.651 1.675 -0.279 2.016 c 0 0 l h f Q q [1 0 0 1 277.9291 47.9756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.551 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.426 -9.333 c -4.496 -9.333 -6.139 -6.79 -6.139 -1.86 c -6.139 3.132 -4.154 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.047 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.178 -7.349 c -0.217 -7.349 0.434 -6.729 1.055 -5.891 c 1.551 -7.999 l h f Q q [1 0 0 1 283.0433 39.046] cm 0 0 m 0 14.139 l 2.201 14.542 l 2.201 12.03 l 2.697 13.643 3.534 14.604 4.682 14.604 c 5.24 14.604 5.767 14.325 6.201 13.953 c 5.736 11.658 l 5.364 11.999 4.93 12.341 4.465 12.341 c 3.659 12.341 2.821 11.131 2.201 8.93 c 2.201 0 l 0 0 l h f Q q [1 0 0 1 296.6224 47.9756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.551 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.426 -9.333 c -4.496 -9.333 -6.139 -6.79 -6.139 -1.86 c -6.139 3.132 -4.154 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.047 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.178 -7.349 c -0.217 -7.349 0.434 -6.729 1.055 -5.891 c 1.551 -7.999 l h f Q q [1 0 0 1 307.6586 39.046] cm 0 0 m 0 10.604 l 0 11.906 -0.558 12.465 -1.457 12.465 c -2.201 12.465 -3.038 11.751 -3.721 10.821 c -3.721 0 l -5.922 0 l -5.922 14.139 l -3.721 14.542 l -3.721 12.713 l -2.977 13.983 -1.767 14.604 -0.682 14.604 c 1.179 14.604 2.202 12.898 2.202 11.038 c 2.202 0 l 0 0 l h f Q q [1 0 0 1 156.6254 20.4756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.427 -9.333 c -4.496 -9.333 -6.14 -6.79 -6.14 -1.86 c -6.14 3.132 -4.155 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.046 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.179 -7.349 c -0.217 -7.349 0.435 -6.729 1.054 -5.891 c 1.55 -7.999 l h f Q q [1 0 0 1 167.6615 11.546] cm 0 0 m 0 10.604 l 0 11.906 -0.558 12.465 -1.457 12.465 c -2.201 12.465 -3.038 11.751 -3.721 10.821 c -3.721 0 l -5.922 0 l -5.922 14.139 l -3.721 14.542 l -3.721 12.713 l -2.977 13.983 -1.768 14.604 -0.682 14.604 c 1.179 14.604 2.201 12.898 2.201 11.038 c 2.201 0 l 0 0 l h f Q q [1 0 0 1 193.7035 30.9249] cm 0 0 m -3.163 -19.379 l -5.612 -19.379 l -8.154 -2.729 l -10.697 -19.379 l -13.146 -19.379 l -16.31 0 l -13.952 0 l -11.906 -15.565 l -9.55 0 l -6.759 0 l -4.403 -15.565 l -2.356 0 l 0 0 l h f Q q [1 0 0 1 196.7084 11.546] cm 0 0 m 0 14.139 l 2.201 14.542 l 2.201 0 l 0 0 l h -0.466 19.192 m -0.466 20.154 0.093 20.991 1.115 20.991 c 2.139 20.991 2.697 20.154 2.697 19.192 c 2.697 18.231 2.139 17.395 1.115 17.395 c 0.093 17.395 -0.466 18.231 -0.466 19.192 c f Q q [1 0 0 1 202.1947 30.7383] cm 0 0 m 0 0.962 0.559 1.799 1.582 1.799 c 2.604 1.799 3.163 0.962 3.163 0 c 3.163 -0.961 2.604 -1.798 1.582 -1.798 c 0.559 -1.798 0 -0.961 0 0 c -1.271 -25.27 m 0.031 -24.277 0.465 -23.099 0.465 -20.897 c 0.465 -5.054 l 2.667 -4.65 l 2.667 -20.525 l 2.667 -23.347 2.108 -25.394 -0.031 -26.913 c -1.271 -25.27 l h f Q q [1 0 0 1 208.3334 14.213] cm 0 0 m 0.837 -0.683 1.736 -1.116 2.635 -1.116 c 3.813 -1.116 4.526 -0.248 4.526 0.898 c 4.526 2.046 3.906 2.821 2.418 3.689 c 0.589 4.774 -0.496 6.046 -0.496 8.092 c -0.496 10.387 1.24 11.937 3.41 11.937 c 4.558 11.937 5.611 11.472 6.294 10.976 c 5.828 8.991 l 5.054 9.55 4.247 9.952 3.379 9.952 c 2.355 9.952 1.611 9.271 1.611 8.123 c 1.611 7.038 2.077 6.325 3.596 5.395 c 5.395 4.278 6.635 3.007 6.635 0.93 c 6.635 -1.458 4.898 -3.07 2.697 -3.07 c 1.55 -3.07 0.371 -2.636 -0.466 -1.984 c 0 0 l h f Q q [1 0 0 1 220.1136 13.9337] cm 0 0 m 0.403 -0.465 1.023 -0.807 1.644 -0.807 c 3.256 -0.807 4.187 1.488 4.187 4.744 c 4.187 7.845 3.317 10.015 1.829 10.015 c 1.116 10.015 0.496 9.55 0 8.774 c 0 0 l h -2.201 -2.791 m -2.201 18.511 l 0 18.913 l 0 10.666 l 0.62 11.596 1.551 12.216 2.604 12.216 c 4.992 12.216 6.48 9.239 6.48 4.898 c 6.48 0.279 4.775 -2.791 2.108 -2.791 c 1.179 -2.791 0.279 -2.573 -0.341 -2.108 c -2.201 -2.791 l h f Q q [1 0 0 1 235.4906 20.4756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.427 -9.333 c -4.496 -9.333 -6.14 -6.79 -6.14 -1.86 c -6.14 3.132 -4.155 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.046 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.179 -7.349 c -0.217 -7.349 0.435 -6.729 1.054 -5.891 c 1.55 -7.999 l h f Q q [1 0 0 1 245.7816 20.8477] cm 0 0 m 0 2.264 -0.589 3.411 -1.644 3.411 c -2.636 3.411 -3.38 2.573 -3.38 -0.093 c -3.38 -2.512 -2.729 -3.504 -1.705 -3.504 c -0.713 -3.504 0 -2.542 0 0 c -4.217 -12.402 m -4.217 -13.828 -3.349 -14.914 -1.519 -14.914 c 0.093 -14.914 1.333 -13.922 1.333 -12.123 c 1.333 -10.604 0.589 -9.891 -1.302 -9.891 c -1.674 -9.891 -2.263 -9.891 -2.666 -9.829 c -3.503 -10.263 -4.217 -11.069 -4.217 -12.402 c 1.52 2.76 m 1.984 2.108 2.202 0.899 2.202 -0.093 c 2.202 -3.534 0.466 -5.271 -1.829 -5.271 c -2.108 -5.271 -2.573 -5.24 -3.007 -5.022 c -3.473 -5.24 -3.876 -5.705 -3.876 -6.387 c -3.876 -7.193 -3.225 -7.751 -2.046 -7.751 c -1.085 -7.751 l 1.581 -7.751 3.628 -8.93 3.628 -11.627 c 3.628 -14.294 1.427 -16.65 -1.705 -16.65 c -4.372 -16.65 -6.387 -15.286 -6.387 -12.774 c -6.387 -11.224 -5.271 -9.983 -3.938 -9.55 c -5.022 -9.178 -5.705 -7.999 -5.705 -6.914 c -5.705 -5.736 -4.991 -4.837 -4.03 -4.341 c -4.991 -3.658 -5.643 -2.108 -5.643 -0.031 c -5.643 3.504 -3.938 5.302 -1.674 5.302 c -0.744 5.302 0.187 4.868 0.62 4.465 c 3.411 4.713 l 3.504 2.512 l 1.52 2.76 l h f Q q [1 0 0 1 257.0668 20.4756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.427 -9.333 c -4.496 -9.333 -6.14 -6.79 -6.14 -1.86 c -6.14 3.132 -4.155 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.046 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.179 -7.349 c -0.217 -7.349 0.435 -6.729 1.054 -5.891 c 1.55 -7.999 l h f Q q [1 0 0 1 267.7621 20.4756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.427 -9.333 c -4.496 -9.333 -6.14 -6.79 -6.14 -1.86 c -6.14 3.132 -4.155 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.046 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.179 -7.349 c -0.217 -7.349 0.435 -6.729 1.054 -5.891 c 1.55 -7.999 l h f Q q [1 0 0 1 272.8754 11.546] cm 0 0 m 0 14.139 l 2.201 14.542 l 2.201 12.03 l 2.697 13.643 3.534 14.604 4.682 14.604 c 5.24 14.604 5.767 14.325 6.201 13.953 c 5.736 11.658 l 5.364 11.999 4.93 12.341 4.465 12.341 c 3.659 12.341 2.821 11.131 2.201 8.93 c 2.201 0 l 0 0 l h f Q q [1 0 0 1 287.1986 11.794] cm 0 0 m -0.589 -0.403 -1.426 -0.651 -2.046 -0.651 c -3.627 -0.651 -5.146 0.155 -5.146 3.752 c -5.146 11.813 l -6.572 11.969 l -6.572 13.457 l -5.146 14.015 l -5.146 17.208 l -2.945 17.208 l -2.945 13.953 l -0.093 13.953 l -0.217 11.969 l -2.945 11.969 l -2.945 3.535 l -2.945 1.892 -2.387 1.364 -1.674 1.364 c -1.209 1.364 -0.65 1.675 -0.278 2.016 c 0 0 l h f Q q [1 0 0 1 294.9174 20.4756] cm 0 0 m 0 2.667 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.171 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.551 -7.999 m 0.775 -8.837 -0.062 -9.333 -1.426 -9.333 c -4.496 -9.333 -6.139 -6.79 -6.139 -1.86 c -6.139 3.132 -4.154 5.674 -1.612 5.674 c 0.961 5.674 2.108 3.535 2.108 -0.093 c 2.108 -0.465 2.047 -1.644 1.953 -2.264 c -3.876 -2.264 l -3.813 -5.705 -3.008 -7.349 -1.178 -7.349 c -0.217 -7.349 0.434 -6.729 1.055 -5.891 c 1.551 -7.999 l h f Q [0.945 0.71 0.239] sc q [1 0 0 1 131.0062 11.5098] cm 0 0 m 0 0 l -1.565 0 -2.834 1.269 -2.834 2.834 c -2.834 44.22 l -2.834 45.786 -1.565 47.055 0 47.055 c 1.565 47.055 2.834 45.786 2.834 44.22 c 2.834 2.834 l 2.834 1.269 1.565 0 0 0 c f Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%EOF