%!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 390 103 %%HiResBoundingBox: 0 0 389.765 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 389.765 102.047 re W q q 0 0 389.765 102.047 re W /DeviceRGB {} cs [0 0 0] sc [1 1 1] sc false op false OP q [1 0 0 1 75.7437 44.6745] cm 0 0 m -0.091 -11.96 -8.177 -26.381 -28.272 -26.381 c -48.975 -26.381 -57.962 -12.62 -57.962 0.797 c -57.962 36.219 l -43.622 36.219 l -43.622 1.525 l -43.622 -11.411 -34.805 -17.935 -26.096 -17.935 c -14.915 -17.935 -9.841 -9.014 -10.274 3.325 c -25.735 11.135 -35.138 5.963 -35.138 5.963 c -35.138 5.963 -30.38 24.28 -10.274 17.681 c -10.274 36.219 l 0.018 36.219 l 0.018 14.19 l 12.82 10.561 16.918 13.181 19.48 16.14 c 21.398 8.686 14.672 -2.262 0 0 c 21.201 57.373 m -70.641 57.373 l -73.448 57.373 -75.744 55.076 -75.744 52.271 c -75.744 -39.572 l -75.744 -42.379 -73.448 -44.675 -70.641 -44.675 c 21.201 -44.675 l 24.007 -44.675 26.304 -42.379 26.304 -39.572 c 26.304 52.271 l 26.304 55.076 24.007 57.373 21.201 57.373 c f Q q [1 0 0 1 135.4874 72.5026] cm 0 0 m -4.047 0 -7.278 2.102 -7.278 6.437 c -7.278 18.183 l -3.495 18.183 l -3.495 6.884 l -3.495 4.046 -1.366 2.969 0.446 2.969 c 2.391 2.969 4.204 4.046 4.204 6.779 c 4.204 18.183 l 7.936 18.183 l 7.936 6.779 l 7.936 2.364 4.782 0 0 0 c f Q q [1 0 0 1 156.1973 72.8181] cm 0 0 m 0 8.093 l 0 9.958 -0.998 10.904 -2.653 10.904 c -3.6 10.904 -4.519 10.615 -5.176 10.194 c -5.176 0 l -8.671 0 l -8.671 13.269 l -5.308 13.531 l -5.359 11.692 l -5.255 11.692 l -4.282 12.77 -2.68 13.716 -0.84 13.716 c 1.524 13.716 3.469 12.139 3.469 9.117 c 3.469 0 l 0 0 l h f Q 163.349 86.218 m 166.87 86.218 l 166.87 72.818 l 163.349 72.818 l 163.349 86.218 l h 165.109 88.688 m 164.11 88.688 163.27 89.529 163.27 90.553 c 163.27 91.579 164.11 92.367 165.109 92.367 c 166.134 92.367 166.948 91.579 166.948 90.553 c 166.948 89.529 166.134 88.688 165.109 88.688 c f q [1 0 0 1 177.0665 72.739] cm 0 0 m -2.943 0 l -8.304 13.479 l -4.362 13.479 l -1.971 6.385 l -1.577 5.281 -1.262 3.39 -1.262 3.39 c -1.262 3.39 -0.946 5.255 -0.552 6.385 c 1.839 13.479 l 5.386 13.479 l 0 0 l h f Q q [1 0 0 1 189.7081 84.2478] cm 0 0 m -1.682 0 -2.732 -1.603 -2.916 -3.206 c 2.732 -3.206 l 2.732 -1.445 1.734 0 0 0 c 5.833 -5.229 m -3.048 -5.229 l -2.969 -7.436 -1.497 -9.117 0.973 -9.117 c 2.549 -9.117 3.968 -8.776 5.544 -8.172 c 5.387 -10.642 l 3.758 -11.299 2.155 -11.719 0.026 -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.833 -5.229 c f Q q [1 0 0 1 206.292 82.5661] cm 0 0 m -0.684 0.395 -1.576 0.657 -2.417 0.657 c -3.231 0.657 -4.021 0.315 -4.467 -0.157 c -4.467 -9.748 l -7.962 -9.748 l -7.962 3.521 l -4.65 3.81 l -4.756 1.419 l -4.65 1.419 l -3.968 2.917 -2.68 3.968 -1.235 3.968 c -0.604 3.968 0.105 3.81 0.552 3.547 c 0 0 l h f Q q [1 0 0 1 212.0489 72.529] cm 0 0 m -1.734 0 -3.127 0.367 -4.283 0.998 c -3.889 3.626 l -2.681 2.995 -1.183 2.575 0.105 2.575 c 1.209 2.575 2.207 2.942 2.207 3.915 c 2.207 6.043 -3.862 5.57 -3.862 9.854 c -3.862 12.56 -1.393 14.005 1.472 14.005 c 2.891 14.005 4.361 13.61 5.334 13.19 c 4.939 10.668 l 3.915 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.433 86.218 m 223.954 86.218 l 223.954 72.818 l 220.433 72.818 l 220.433 86.218 l h 222.193 88.688 m 221.194 88.688 220.354 89.529 220.354 90.553 c 220.354 91.579 221.194 92.367 222.193 92.367 c 223.218 92.367 224.032 91.579 224.032 90.553 c 224.032 89.529 223.218 88.688 222.193 88.688 c f q [1 0 0 1 231.7598 72.529] cm 0 0 m -2.364 0 -3.889 1.472 -3.889 3.73 c -3.889 4.493 -3.81 7.987 -3.81 10.09 c -3.81 11.22 l -5.071 11.22 l -5.071 12.586 l -0.735 16.606 l -0.394 16.606 l -0.394 13.689 l 3.862 13.689 l 3.862 11.22 l -0.394 11.22 l -0.394 11.01 -0.446 6.727 -0.446 4.913 c -0.446 3.494 0.395 2.864 1.682 2.864 c 2.365 2.864 3.18 2.942 3.968 3.205 c 3.968 0.788 l 2.838 0.315 1.498 0 0 0 c f Q q [1 0 0 1 244.5059 72.7917] cm 0 0 m -1.419 -3.626 -3.416 -6.753 -6.674 -6.753 c -7.725 -6.753 -8.671 -6.49 -9.249 -6.148 c -8.697 -3.626 l -8.146 -3.836 -7.515 -3.968 -6.806 -3.968 c -4.992 -3.968 -3.783 -1.577 -3.048 0.157 c -8.355 13.427 l -4.414 13.427 l -1.971 6.464 l -1.603 5.387 -1.287 3.442 -1.287 3.442 c -1.287 3.442 -0.894 5.334 -0.525 6.464 c 1.734 13.427 l 5.229 13.427 l 0 0 l h f Q q [1 0 0 1 262.9297 83.9587] cm 0 0 m -2.023 0 -3.285 -1.918 -3.285 -4.336 c -3.285 -6.779 -1.971 -8.854 0.078 -8.854 c 2.049 -8.854 3.39 -6.937 3.39 -4.546 c 3.39 -2.076 2.075 0 0 0 c -0.237 -11.43 m -4.283 -11.43 -6.885 -8.435 -6.885 -4.65 c -6.885 -0.42 -4.1 2.575 0.314 2.575 c 4.361 2.575 6.963 -0.42 6.963 -4.204 c 6.963 -8.435 4.151 -11.43 -0.237 -11.43 c f Q q [1 0 0 1 279.96 90.528] cm 0 0 m -0.499 0.184 -1.13 0.341 -1.708 0.341 c -2.707 0.341 -3.495 -0.263 -3.495 -1.787 c -3.495 -4.31 l -0.236 -4.31 l -0.236 -6.832 l -3.495 -6.832 l -3.495 -17.71 l -6.989 -17.71 l -6.989 -6.832 l -8.671 -6.832 l -8.671 -4.704 l -6.989 -4.31 l -6.989 -1.944 l -6.989 1.13 -4.809 2.995 -1.892 2.995 c -0.999 2.995 -0.053 2.732 0.499 2.443 c 0 0 l h f Q q [1 0 0 1 294.625 85.4304] cm 0 0 m -0.236 0.709 -0.447 2.102 -0.447 2.102 c -0.447 2.102 -0.657 0.762 -0.92 0 c -2.759 -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.786 5.255 l 8.276 -12.612 l 4.178 -12.612 l h f Q q [1 0 0 1 313.6524 72.8181] cm 0 0 m 0 8.093 l 0 9.958 -0.998 10.904 -2.653 10.904 c -3.6 10.904 -4.519 10.615 -5.176 10.194 c -5.176 0 l -8.671 0 l -8.671 13.269 l -5.308 13.531 l -5.359 11.692 l -5.255 11.692 l -4.282 12.77 -2.68 13.716 -0.84 13.716 c 1.524 13.716 3.469 12.139 3.469 9.117 c 3.469 0 l 0 0 l h f Q q [1 0 0 1 324.7188 72.529] cm 0 0 m -2.364 0 -3.889 1.472 -3.889 3.73 c -3.889 4.493 -3.81 7.987 -3.81 10.09 c -3.81 11.22 l -5.071 11.22 l -5.071 12.586 l -0.735 16.606 l -0.394 16.606 l -0.394 13.689 l 3.862 13.689 l 3.862 11.22 l -0.394 11.22 l -0.394 11.01 -0.446 6.727 -0.446 4.913 c -0.446 3.494 0.395 2.864 1.682 2.864 c 2.365 2.864 3.18 2.942 3.968 3.205 c 3.968 0.788 l 2.838 0.315 1.498 0 0 0 c f Q q [1 0 0 1 345.7422 72.739] cm 0 0 m -2.785 0 l -5.334 6.647 l -5.729 7.673 -5.991 9.433 -5.991 9.433 c -5.991 9.433 -6.386 7.699 -6.753 6.647 c -9.224 0 l -11.93 0 l -16.527 13.479 l -12.691 13.479 l -10.8 6.884 l -10.484 5.833 -10.169 3.81 -10.169 3.81 c -10.169 3.81 -9.775 5.78 -9.407 6.858 c -7.068 13.479 l -4.493 13.479 l -2.05 6.858 l -1.63 5.78 -1.314 3.862 -1.314 3.862 c -1.314 3.862 -1.025 5.833 -0.684 6.91 c 1.182 13.479 l 4.624 13.479 l 0 0 l h f Q q [1 0 0 1 357.834 84.2478] cm 0 0 m -1.682 0 -2.732 -1.603 -2.916 -3.206 c 2.732 -3.206 l 2.732 -1.445 1.734 0 0 0 c 5.833 -5.229 m -3.048 -5.229 l -2.969 -7.436 -1.497 -9.117 0.973 -9.117 c 2.549 -9.117 3.968 -8.776 5.544 -8.172 c 5.387 -10.642 l 3.758 -11.299 2.155 -11.719 0.026 -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.833 -5.229 c f Q q [1 0 0 1 374.417 82.5661] cm 0 0 m -0.684 0.395 -1.576 0.657 -2.417 0.657 c -3.231 0.657 -4.021 0.315 -4.467 -0.157 c -4.467 -9.748 l -7.962 -9.748 l -7.962 3.521 l -4.65 3.81 l -4.756 1.419 l -4.65 1.419 l -3.968 2.917 -2.68 3.968 -1.235 3.968 c -0.604 3.968 0.105 3.81 0.552 3.547 c 0 0 l h f Q q [1 0 0 1 382.8272 83.7751] cm 0 0 m -0.893 0 -1.786 -0.289 -2.391 -0.71 c -2.391 -8.093 l -1.892 -8.435 -0.998 -8.671 -0.236 -8.671 c 2.076 -8.671 3.39 -6.832 3.39 -4.389 c 3.39 -1.655 2.05 0 0 0 c -0.394 -11.142 m -1.13 -11.142 -1.944 -10.957 -2.391 -10.721 c -2.391 -17.657 l -5.886 -17.657 l -5.886 2.312 l -2.522 2.574 l -2.574 0.788 l -2.47 0.788 l -1.497 1.971 0.026 2.759 1.524 2.759 c 4.835 2.759 6.937 -0.053 6.937 -3.784 c 6.937 -8.198 4.073 -11.142 -0.394 -11.142 c f Q q [1 0 0 1 151.2627 39.0466] 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.5557 46.1472] 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.923 c 0 -5.923 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.487 -1.923 5.487 c -2.76 5.487 -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.793 39.9763] cm 0 0 m -0.714 -0.837 -1.736 -1.333 -2.977 -1.333 c -5.953 -1.333 -7.659 1.21 -7.659 6.14 c -7.659 11.039 -5.923 13.674 -2.853 13.674 c -1.644 13.674 -0.714 13.209 0.03 12.434 c -0.496 10.232 l -0.992 11.039 -1.954 11.689 -2.729 11.689 c -4.589 11.689 -5.364 9.799 -5.364 6.171 c -5.364 2.45 -4.558 0.651 -2.636 0.651 c -1.829 0.651 -1.085 1.271 -0.496 2.109 c 0 0 l h f Q q [1 0 0 1 187.504 38.7058] 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.503 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.3301 39.0466] 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.5538 39.2946] 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.674 -0.279 2.016 c 0 0 l h f Q q [1 0 0 1 209.7295 39.1091] cm 0 0 m -3.689 14.139 l -1.488 14.139 l 1.023 3.658 l 3.441 14.139 l 5.643 14.139 l 0.868 -4.311 l 0.341 -6.326 -0.837 -7.411 -2.17 -7.411 c -2.821 -7.411 -3.504 -7.193 -4.217 -6.667 c -3.752 -4.713 l -3.193 -5.179 -2.729 -5.396 -2.325 -5.396 c -1.736 -5.396 -1.271 -4.992 -1.023 -4 c 0 0 l h f Q q [1 0 0 1 229.6329 46.1159] cm 0 0 m 0 3.721 -0.744 5.55 -2.356 5.55 c -3.969 5.55 -4.682 3.659 -4.682 0.031 c -4.682 -3.689 -3.969 -5.488 -2.356 -5.488 c -0.744 -5.488 0 -3.565 0 0 c -6.976 0 m -6.976 4.899 -5.271 7.534 -2.294 7.534 c 0.683 7.534 2.295 4.992 2.295 0.062 c 2.295 -4.837 0.527 -7.473 -2.388 -7.473 c -5.333 -7.473 -6.976 -4.93 -6.976 0 c f Q q [1 0 0 1 234.9327 39.0466] cm 0 0 m 0 12.062 l -1.426 12.217 l -1.426 13.705 l 0 14.263 l 0 16.93 l 0 20.65 1.52 21.58 3.225 21.58 c 3.906 21.58 4.558 21.363 5.209 20.96 c 4.775 18.944 l 4.341 19.285 3.906 19.533 3.504 19.533 c 2.729 19.533 2.201 18.976 2.201 17.146 c 2.201 14.201 l 4.744 14.201 l 4.62 12.217 l 2.201 12.217 l 2.201 0 l 0 0 l h f Q q [1 0 0 1 261.0684 39.0466] cm 0 0 m -2.294 0 l -2.511 16.434 l -5.767 0.279 l -7.999 0.279 l -11.255 16.434 l -11.472 0 l -13.767 0 l -13.146 19.379 l -9.922 19.379 l -6.883 3.721 l -3.845 19.379 l -0.62 19.379 l 0 0 l h f Q q [1 0 0 1 270.2432 47.9763] cm 0 0 m 0 2.666 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.17 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.551 -8 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 -8 l h f Q q [1 0 0 1 281.2793 50.8601] cm 0 0 m -0.403 0.465 -1.022 0.806 -1.644 0.806 c -3.255 0.806 -4.186 -1.488 -4.186 -4.744 c -4.186 -7.845 -3.317 -10.015 -1.829 -10.015 c -1.116 -10.015 -0.465 -9.426 0 -8.62 c 0 0 l h 0 -11.813 m 0 -10.511 l -0.62 -11.473 -1.55 -12.217 -2.604 -12.217 c -4.991 -12.217 -6.479 -9.24 -6.479 -4.899 c -6.479 -0.279 -4.774 2.79 -2.108 2.79 c -1.271 2.79 -0.589 2.604 0 2.232 c 0 9.085 l 2.202 9.487 l 2.202 -11.813 l 0 -11.813 l h f Q q [1 0 0 1 287.169 39.0466] 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 300.1592 39.9763] cm 0 0 m -0.713 -0.837 -1.736 -1.333 -2.977 -1.333 c -5.953 -1.333 -7.658 1.21 -7.658 6.14 c -7.658 11.039 -5.922 13.674 -2.853 13.674 c -1.644 13.674 -0.713 13.209 0.031 12.434 c -0.496 10.232 l -0.992 11.039 -1.953 11.689 -2.729 11.689 c -4.589 11.689 -5.364 9.799 -5.364 6.171 c -5.364 2.45 -4.559 0.651 -2.636 0.651 c -1.83 0.651 -1.086 1.271 -0.496 2.109 c 0 0 l h f Q q [1 0 0 1 303.0713 39.0466] 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 314.8838 39.0466] 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 326.2295 47.9763] cm 0 0 m 0 2.666 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.17 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.551 -8 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 -8 l h f Q q [1 0 0 1 341.6377 46.1472] 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.923 c 0 -5.923 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.487 -1.923 5.487 c -2.76 5.487 -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 353.6963 39.0466] 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 365.3828 50.8601] cm 0 0 m -0.403 0.465 -1.022 0.806 -1.644 0.806 c -3.255 0.806 -4.186 -1.488 -4.186 -4.744 c -4.186 -7.845 -3.317 -10.015 -1.829 -10.015 c -1.116 -10.015 -0.465 -9.426 0 -8.62 c 0 0 l h 0 -11.813 m 0 -10.511 l -0.62 -11.473 -1.55 -12.217 -2.604 -12.217 c -4.991 -12.217 -6.479 -9.24 -6.479 -4.899 c -6.479 -0.279 -4.774 2.79 -2.108 2.79 c -1.271 2.79 -0.589 2.604 0 2.232 c 0 9.085 l 2.202 9.487 l 2.202 -11.813 l 0 -11.813 l h f Q q [1 0 0 1 158.7354 11.5466] cm 0 0 m 0 8.65 l -5.146 8.65 l -5.146 0 l -7.473 0 l -7.473 19.379 l -5.146 19.379 l -5.146 10.821 l 0 10.821 l 0 19.379 l 2.325 19.379 l 2.325 0 l 0 0 l h f Q q [1 0 0 1 170.4844 20.4763] cm 0 0 m 0 2.666 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.17 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -8 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 -8 l h f Q q [1 0 0 1 180.4659 18.6472] 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.923 c 0 -5.923 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.487 -1.923 5.487 c -2.76 5.487 -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 186.6036 11.5466] 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 197.8272 11.7946] 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.674 -0.279 2.016 c 0 0 l h f Q q [1 0 0 1 206.1338 11.5466] 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 20.898 l -3.721 21.301 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 217.3555 14.9567] cm 0 0 m 0.961 -1.085 1.892 -1.674 3.101 -1.674 c 4.589 -1.674 5.735 -0.526 5.735 1.303 c 5.735 3.039 4.898 4.372 3.069 5.488 c 0.868 6.822 -0.683 8.775 -0.683 11.287 c -0.683 14.387 1.55 16.371 3.938 16.371 c 5.395 16.371 6.697 15.845 7.627 14.883 c 6.976 12.682 l 6.139 13.612 5.146 14.232 4.093 14.232 c 2.542 14.232 1.519 13.116 1.519 11.41 c 1.519 9.799 2.449 8.589 4.62 7.225 c 6.853 5.83 7.937 3.876 7.937 1.396 c 7.937 -1.736 5.829 -3.813 3.038 -3.813 c 1.55 -3.813 0.31 -3.225 -0.651 -2.201 c 0 0 l h f Q q [1 0 0 1 235.3682 12.4763] cm 0 0 m -0.713 -0.837 -1.736 -1.333 -2.977 -1.333 c -5.953 -1.333 -7.658 1.21 -7.658 6.14 c -7.658 11.039 -5.922 13.674 -2.853 13.674 c -1.644 13.674 -0.713 13.209 0.031 12.434 c -0.496 10.232 l -0.992 11.039 -1.953 11.689 -2.729 11.689 c -4.589 11.689 -5.364 9.799 -5.364 6.171 c -5.364 2.45 -4.559 0.651 -2.636 0.651 c -1.83 0.651 -1.086 1.271 -0.496 2.109 c 0 0 l h f Q q [1 0 0 1 238.2803 11.5466] 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 249.752 20.4763] cm 0 0 m 0 2.666 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.17 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -8 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 -8 l h f Q q [1 0 0 1 260.7881 11.5466] 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 273.6534 12.4763] cm 0 0 m -0.713 -0.837 -1.736 -1.333 -2.977 -1.333 c -5.953 -1.333 -7.658 1.21 -7.658 6.14 c -7.658 11.039 -5.922 13.674 -2.853 13.674 c -1.644 13.674 -0.713 13.209 0.031 12.434 c -0.496 10.232 l -0.992 11.039 -1.953 11.689 -2.729 11.689 c -4.589 11.689 -5.364 9.799 -5.364 6.171 c -5.364 2.45 -4.559 0.651 -2.636 0.651 c -1.83 0.651 -1.086 1.271 -0.496 2.109 c 0 0 l h f Q q [1 0 0 1 281.7754 20.4763] cm 0 0 m 0 2.666 -0.62 3.689 -1.736 3.689 c -2.821 3.689 -3.721 2.17 -3.845 -0.527 c 0 -0.527 l 0 0 l h 1.55 -8 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 -8 l h f Q q [1 0 0 1 286.7041 14.2126] cm 0 0 m 0.837 -0.682 1.736 -1.115 2.635 -1.115 c 3.813 -1.115 4.526 -0.248 4.526 0.899 c 4.526 2.047 3.906 2.822 2.418 3.69 c 0.589 4.775 -0.496 6.047 -0.496 8.093 c -0.496 10.388 1.24 11.938 3.41 11.938 c 4.558 11.938 5.611 11.473 6.294 10.977 c 5.828 8.992 l 5.054 9.551 4.247 9.953 3.379 9.953 c 2.355 9.953 1.611 9.271 1.611 8.124 c 1.611 7.039 2.077 6.326 3.596 5.396 c 5.395 4.279 6.635 3.008 6.635 0.931 c 6.635 -1.457 4.898 -3.069 2.697 -3.069 c 1.55 -3.069 0.371 -2.635 -0.466 -1.984 c 0 0 l h f Q q [1 0 0 1 131.0061 11.5095] cm 0 0 m 0 0 l -1.565 0 -2.834 1.27 -2.834 2.835 c -2.834 44.221 l -2.834 45.786 -1.565 47.056 0 47.056 c 1.566 47.056 2.835 45.786 2.835 44.221 c 2.835 2.835 l 2.835 1.27 1.566 0 0 0 c f Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%EOF