osp-blog.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

StoryC.ps
application/postscript

Download raw (76.0 KB)

%!PS-Adobe-3.0
%%Creator: xpdf/pdftops 3.01
%%LanguageLevel: 2
%%DocumentSuppliedResources: (atend)
%%DocumentMedia: plain 420 596 0 () ()
%%BoundingBox: 0 0 420 596
%%Pages: 8 0
%%EndComments
%%BeginDefaults
%%PageMedia: plain
%%EndDefaults
%%BeginProlog
%%BeginProcSet: PStoPS 1 15
userdict begin
[/showpage/erasepage/copypage]{dup where{pop dup load
 type/operatortype eq{ /PStoPSenablepage cvx 1 index load 1 array astore cvx {} bind /ifelse cvx 4 array astore cvx def}{pop}ifelse}{pop}ifelse}forall /PStoPSenablepage true def
[/letter/legal/executivepage/a4/a4small/b5/com10envelope
 /monarchenvelope/c5envelope/dlenvelope/lettersmall/note
 /folio/quarto/a5]{dup where{dup wcheck{exch{}put}
 {pop{}def}ifelse}{pop}ifelse}forall
/setpagedevice {pop}bind 1 index where{dup wcheck{3 1 roll put}
 {pop def}ifelse}{def}ifelse
/PStoPSmatrix matrix currentmatrix def
/PStoPSxform matrix def/PStoPSclip{clippath}def
/defaultmatrix{PStoPSmatrix exch PStoPSxform exch concatmatrix}bind def
/initmatrix{matrix defaultmatrix setmatrix}bind def
/initclip[{matrix currentmatrix PStoPSmatrix setmatrix
 [{currentpoint}stopped{$error/newerror false put{newpath}}
 {/newpath cvx 3 1 roll/moveto cvx 4 array astore cvx}ifelse]
 {[/newpath cvx{/moveto cvx}{/lineto cvx}
 {/curveto cvx}{/closepath cvx}pathforall]cvx exch pop}
 stopped{$error/errorname get/invalidaccess eq{cleartomark
 $error/newerror false put cvx exec}{stop}ifelse}if}bind aload pop
 /initclip dup load dup type dup/operatortype eq{pop exch pop}
 {dup/arraytype eq exch/packedarraytype eq or
  {dup xcheck{exch pop aload pop}{pop cvx}ifelse}
  {pop cvx}ifelse}ifelse
 {newpath PStoPSclip clip newpath exec setmatrix} bind aload pop]cvx def
/initgraphics{initmatrix newpath initclip 1 setlinewidth
 0 setlinecap 0 setlinejoin []0 setdash 0 setgray
 10 setmiterlimit}bind def
end
%%EndProcSet
%%BeginResource: procset xpdf 3.01 0
/xpdf 75 dict def xpdf begin
% PDF special state
/pdfDictSize 15 def
/pdfSetup {
  3 1 roll 2 array astore
  /setpagedevice where {
    pop 3 dict begin
      /PageSize exch def
      /ImagingBBox null def
      /Policies 1 dict dup begin /PageSize 3 def end def
      { /Duplex true def } if
    currentdict end setpagedevice
  } {
    pop 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
  /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
% 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
/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
/cshow where {
  pop
  /cshow2 {
    dup {
      pop pop
      1 string dup 0 3 index put 3 index exec
    } exch cshow
    pop pop
  } def
}{
  /cshow2 {
    currentfont /FontType get 0 eq {
      0 2 2 index length 1 sub {
        2 copy get exch 1 add 2 index exch get
        2 copy exch 256 mul add
        2 string dup 0 6 5 roll put dup 1 5 4 roll put
        3 index exec
      } for
    } {
      dup {
        1 string dup 0 3 index put 3 index exec
      } forall
    } ifelse
    pop pop
  } def
} ifelse
/awcp {
  exch {
    false charpath
    5 index 5 index rmoveto
    6 index eq { 7 index 7 index rmoveto } if
  } exch cshow2
  6 {pop} repeat
} def
/Tj {
  fCol
  1 index stringwidth pdfTextMat idtransform pop
  sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
  pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
  4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
  pdfTextMat dtransform
  6 5 roll Tj1
} def
/Tj16 {
  fCol
  2 index stringwidth pdfTextMat idtransform pop
  sub exch div
  pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
  4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
  pdfTextMat dtransform
  6 5 roll Tj1
} def
/Tj16V {
  fCol
  2 index stringwidth pdfTextMat idtransform exch pop
  sub exch div
  0 pdfWordSpacing pdfTextMat dtransform 32
  4 3 roll pdfCharSpacing add 0 exch
  pdfTextMat dtransform
  6 5 roll Tj1
} def
/Tj1 {
  0 pdfTextRise pdfTextMat dtransform rmoveto
  currentpoint 8 2 roll
  pdfTextRender 1 and 0 eq {
    6 copy awidthshow
  } if
  pdfTextRender 3 and dup 1 eq exch 2 eq or {
    7 index 7 index moveto
    6 copy
    currentfont /FontType get 3 eq { fCol } { sCol } ifelse
    false awcp currentpoint stroke moveto
  } if
  pdfTextRender 4 and 0 ne {
    8 6 roll moveto
    false awcp
    /pdfTextClipPath [ pdfTextClipPath aload pop
      {/moveto cvx}
      {/lineto cvx}
      {/curveto cvx}
      {/closepath cvx}
    pathforall ] def
    currentpoint newpath moveto
  } {
    8 {pop} repeat
  } ifelse
  0 pdfTextRise neg pdfTextMat dtransform rmoveto
} def
/TJm { pdfFontSize 0.001 mul mul neg 0
       pdfTextMat dtransform rmoveto } def
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
        pdfTextMat dtransform rmoveto } def
/Tclip { pdfTextClipPath cvx exec clip newpath
         /pdfTextClipPath [] def } def
% Level 2 image operators
/pdfImBuf 100 string def
/pdfIm {
  image
  { currentfile pdfImBuf readline
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
} def
/pdfImM {
  fCol imagemask
  { currentfile pdfImBuf readline
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
} 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 axialCol sc
    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
    0 360 arc h f*
  } ifelse
} def
end
%%EndResource
%%EndProlog
%%BeginSetup
xpdf begin
420 596 false pdfSetup
userdict/PStoPSxform PStoPSmatrix matrix currentmatrix
 matrix invertmatrix matrix concatmatrix
 matrix invertmatrix put
%%EndSetup
%%Page: (0,1) 1
userdict/PStoPSsaved save put
PStoPSmatrix setmatrix
595.000000 0.000000 translate
90 rotate
1.000000 dup scale
userdict/PStoPSmatrix matrix currentmatrix put
userdict/PStoPSclip{0 0 moveto
 421.000000 0 rlineto 0 595.000000 rlineto -421.000000 0 rlineto
 closepath}put initclip
/PStoPSenablepage false def
PStoPSxform concat
%%BeginPageSetup
%%PageOrientation: Portrait
pdfStartPage
0 0 420 596 re W
%%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
0 0 419.528 595.276 re
W
q
0 0 419.528 595.276 re
W
q
/DeviceRGB {} cs
[0.878418 0 0.176468] sc
1 w
[] 0 d
0 J
0 j
[1 0 0 1 91 537.276] cm
111.802 -506.809 m
110.36 -506.669 107.867 -506.546 106.262 -506.527 c
103.622 -506.49 103.237 -506.41 102.224 -505.651 c
101.107 -504.808 101.104 -504.801 101.228 -502.921 c
101.375 -500.66 101.853 -499.983 104.76 -497.883 c
106.349 -496.738 106.862 -496.157 107.309 -495.007 c
108.019 -493.175 108.012 -493.013 107.174 -491.856 c
107.174 -491.856 106.48 -490.903 106.48 -490.903 c
106.48 -490.903 104.626 -491.596 104.626 -491.596 c
102.124 -492.54 101.588 -492.601 92.7794 -492.977 c
86.7745 -493.233 84.9701 -493.407 84.4382 -493.794 c
83.6392 -494.368 82.2719 -494.423 78.3017 -494.013 c
76.0907 -493.793 75.2488 -493.817 74.8065 -494.12 c
73.8595 -494.772 72.3353 -494.911 63.4453 -495.193 c
55.2768 -495.448 54.9591 -495.478 53.8337 -496.225 c
52.7839 -496.913 52.2664 -497.006 48.5359 -497.111 c
44.4057 -497.229 44.4012 -497.229 43.6416 -496.387 c
42.9065 -495.575 42.7649 -495.545 39.3873 -495.545 c
36.3443 -495.545 35.7907 -495.634 35.1016 -496.194 c
34.6225 -496.591 33.3259 -497.02 31.823 -497.285 c
30.1174 -497.587 28.9872 -497.996 28.2274 -498.558 c
26.8208 -499.617 26.3081 -499.703 20.4775 -499.844 c
16.2489 -499.947 15.5482 -500.035 14.6512 -500.631 c
13.3813 -501.457 9.62147 -502.055 7.43656 -501.771 c
6.00332 -501.584 5.6464 -501.386 4.57087 -500.161 c
3.89508 -499.393 3.19411 -498.767 3.01314 -498.767 c
2.46612 -498.767 0.92817 -497.372 0.52137 -496.506 c
0.14718 -495.709 0.29247 -493.583 0.78065 -492.717 c
0.89552 -492.508 1.73655 -492.115 2.64964 -491.841 c
3.56278 -491.571 4.83419 -491.067 5.47499 -490.727 c
6.11587 -490.392 7.52232 -489.869 8.60029 -489.561 c
9.96824 -489.189 10.6917 -488.801 10.9955 -488.287 c
11.4179 -487.579 13.1349 -486.98 15.369 -486.779 c
16.1283 -486.707 16.3032 -486.485 16.8253 -484.928 c
18.0068 -481.4 19.0541 -479.683 21.8135 -476.73 c
23.7672 -474.645 24.7064 -473.374 25.1479 -472.219 c
25.486 -471.328 25.9382 -470.388 26.1525 -470.128 c
26.7308 -469.409 27.48 -466.27 27.4624 -464.634 c
27.4397 -462.562 27.947 -456.991 28.2934 -455.483 c
29.1523 -451.763 29.5123 -449.509 29.5102 -447.849 c
29.509 -446.841 29.6581 -444.893 29.8415 -443.532 c
30.4196 -439.236 29.0802 -426.148 27.8599 -424.156 c
27.4844 -423.545 27.1777 -422.583 27.1777 -422.01 c
27.1777 -421.44 26.9723 -420.331 26.7222 -419.557 c
26.4716 -418.784 26.1351 -417.352 25.9736 -416.382 c
25.8123 -415.403 25.3599 -414.066 24.9681 -413.399 c
24.375 -412.396 24.0901 -412.197 23.2618 -412.197 c
22.7152 -412.197 20.9197 -411.899 19.2718 -411.542 c
17.6241 -411.179 15.3532 -410.891 14.2255 -410.878 c
12.0823 -410.873 10.4396 -410.469 9.69895 -409.769 c
9.37086 -409.458 6.4927 -408.653 5.70687 -408.653 c
5.65286 -408.653 4.69556 -407.677 3.57952 -406.481 c
2.46342 -405.288 1.20148 -404.011 0.77517 -403.646 c
0.77517 -403.646 0 -402.983 0 -402.983 c
0 -402.983 0.04588 -398.655 0.04588 -398.655 c
0.09623 -393.919 0.36054 -392.537 1.35658 -391.814 c
1.71887 -391.554 2.18589 -390.716 2.39437 -389.937 c
2.60281 -389.17 3.03104 -388.142 3.34591 -387.653 c
3.34591 -387.653 3.9184 -386.757 3.9184 -386.757 c
3.9184 -386.757 2.90955 -384.753 2.90955 -384.753 c
2.35473 -383.65 1.81305 -382.242 1.70594 -381.614 c
1.59879 -381.003 1.36503 -379.817 1.18646 -378.989 c
0.91182 -377.718 0.93666 -377.361 1.34776 -376.669 c
1.61502 -376.219 1.83372 -375.278 1.83372 -374.582 c
1.83372 -373.741 2.18423 -372.579 2.85328 -371.186 c
3.76812 -369.278 3.87283 -368.8 3.87283 -366.542 c
3.87283 -364.449 3.77644 -363.924 3.30129 -363.446 c
1.89328 -362.043 1.80782 -358.443 3.10536 -355.198 c
4.26086 -352.314 4.55062 -349.127 4.32213 -341.829 c
4.09026 -334.42 4.23052 -332.837 5.26425 -331.165 c
6.19659 -329.655 6.3997 -327.444 6.20138 -320.953 c
6.01327 -314.799 6.211 -313.059 7.27266 -311.523 c
8.08109 -310.359 8.09563 -310.263 8.03143 -306.523 c
7.97589 -303.287 7.87368 -302.552 7.34935 -301.614 c
7.34935 -301.614 6.73265 -300.51 6.73265 -300.51 c
6.73265 -300.51 8.0767 -297.456 8.0767 -297.456 c
8.81592 -295.781 9.53378 -294.407 9.67189 -294.407 c
10.1252 -294.407 10.2644 -291.212 10.4435 -276.704 c
10.687 -256.961 10.9465 -250.816 11.6054 -249.188 c
12.0087 -248.195 12.1785 -246.557 12.3575 -241.947 c
12.7309 -232.337 12.9985 -229.524 13.6107 -228.779 c
14.0586 -228.231 14.0976 -227.926 13.8552 -226.869 c
13.6853 -226.132 13.6724 -225.407 13.8239 -225.111 c
13.9651 -224.831 14.144 -221.298 14.2215 -217.266 c
14.2989 -213.228 14.4297 -208.812 14.5122 -207.45 c
14.656 -205.07 14.6293 -204.933 13.8557 -204.059 c
13.412 -203.558 12.5259 -202.934 11.887 -202.664 c
11.2412 -202.394 10.5688 -201.828 10.3734 -201.399 c
10.1801 -200.969 9.75249 -200.508 9.4232 -200.374 c
9.09387 -200.24 8.60434 -199.62 8.33523 -198.997 c
8.06622 -198.374 7.61027 -197.781 7.32198 -197.681 c
7.03376 -197.576 6.57043 -197.069 6.29211 -196.549 c
6.014 -196.028 5.68623 -195.604 5.5638 -195.604 c
5.15977 -195.604 4.24438 -193.217 4.03217 -191.61 c
3.91754 -190.742 3.55797 -189.636 3.23326 -189.152 c
2.49186 -188.043 2.25182 -185.831 2.69257 -184.166 c
3.5141 -181.066 3.81181 -179.537 3.97421 -177.58 c
4.06981 -176.43 4.47951 -174.475 4.88466 -173.236 c
5.54209 -171.225 5.60188 -170.672 5.44114 -168.086 c
5.335 -166.381 5.38759 -164.684 5.56895 -163.96 c
5.82942 -162.917 5.78974 -162.571 5.31308 -161.707 c
5.00278 -161.146 4.74848 -160.444 4.74795 -160.148 c
4.74656 -159.513 8.24394 -156.621 9.68009 -156.072 c
10.2305 -155.862 10.9059 -155.463 11.1813 -155.186 c
11.4566 -154.912 12.6448 -154.535 13.8221 -154.346 c
16.581 -153.911 17.9092 -153.095 18.6913 -151.367 c
19.0283 -150.621 19.5686 -149.748 19.891 -149.427 c
20.2135 -149.101 20.4775 -148.639 20.4775 -148.397 c
20.4775 -148.153 20.8653 -147.488 21.3396 -146.919 c
21.8135 -146.348 22.817 -145.117 23.5697 -144.185 c
24.3219 -143.253 25.2294 -142.407 25.587 -142.308 c
25.9797 -142.199 26.4403 -141.626 26.7547 -140.858 c
27.0404 -140.158 27.5795 -139.128 27.9539 -138.566 c
28.3282 -138.006 28.6338 -137.163 28.6338 -136.693 c
28.6338 -135.258 29.1835 -133.998 30.049 -133.454 c
30.8194 -132.968 30.884 -132.764 31.0619 -130.236 c
31.1666 -128.75 31.2549 -126.812 31.2578 -125.927 c
31.2615 -125.041 31.4555 -123.955 31.6889 -123.513 c
31.9229 -123.071 32.3244 -122.217 32.5818 -121.614 c
33.2492 -120.048 35.3432 -117.457 36.2112 -117.123 c
37.2796 -116.713 38.4456 -113.854 38.9416 -110.434 c
39.2707 -108.163 39.4829 -107.497 40.0006 -107.106 c
41.0568 -106.309 43.218 -103.81 43.6501 -102.886 c
43.8712 -102.414 44.2565 -101.941 44.5071 -101.836 c
45.0897 -101.588 46.1123 -98.9686 46.1123 -97.724 c
46.1123 -97.0643 45.7905 -96.4027 45.0664 -95.5797 c
44.1739 -94.5648 44.0436 -94.2321 44.1785 -93.314 c
44.3745 -91.9797 44.8323 -91.3505 46.0011 -90.8111 c
46.99 -90.3542 48.7038 -90.5179 49.9035 -91.184 c
50.3436 -91.4278 51.1772 -91.5228 51.9898 -91.4216 c
53.2901 -91.2597 53.3645 -91.2958 53.8455 -92.3253 c
54.1223 -92.915 54.4284 -94.1248 54.5267 -95.0138 c
54.7033 -96.6038 54.7238 -96.6332 55.8707 -96.8423 c
57.2517 -97.0953 58.4818 -96.6029 59.4906 -95.3943 c
59.8788 -94.9291 60.3778 -94.5487 60.6007 -94.5487 c
61.3117 -94.5487 63.5737 -92.2001 63.894 -91.129 c
64.0638 -90.5604 64.8188 -89.4999 65.5718 -88.773 c
66.3247 -88.0462 67.2688 -87.1218 67.669 -86.718 c
68.6059 -85.7742 70.4441 -83.2925 70.4118 -83.0153 c
70.3979 -82.8978 70.2837 -82.3308 70.1578 -81.7553 c
69.8687 -80.4462 68.9519 -80.349 67.9548 -81.521 c
67.5554 -81.9904 66.7912 -82.4153 66.1368 -82.5307 c
65.41 -82.6591 64.8496 -82.9962 64.5645 -83.478 c
63.6549 -85.0103 62.5053 -84.7873 61.1428 -82.814 c
60.0285 -81.2001 59.6184 -79.1089 59.7978 -75.9657 c
59.9331 -73.5939 60.0343 -73.2259 60.7508 -72.4932 c
61.8378 -71.3788 61.8877 -69.3824 60.8451 -68.6275 c
59.9294 -67.965 59.5123 -66.5909 59.5123 -64.2404 c
59.5123 -62.101 59.4048 -61.9973 56.7445 -61.5821 c
55.9433 -61.4576 54.4555 -61.0761 53.4369 -60.734 c
52.2201 -60.3248 50.7221 -60.1124 49.0657 -60.1124 c
46.1121 -60.1124 44.8345 -59.7717 43.8039 -58.7075 c
43.3913 -58.2803 42.7258 -57.8319 42.3255 -57.7098 c
41.2128 -57.3701 39.7494 -56.5924 39.55 -56.2373 c
39.4522 -56.0624 38.9226 -55.7114 38.3739 -55.4581 c
37.8239 -55.2047 37.2362 -54.6617 37.0684 -54.2528 c
36.8961 -53.8359 36.1941 -53.2507 35.4702 -52.9198 c
34.5652 -52.5063 33.8528 -51.8336 33.0883 -50.6694 c
32.488 -49.7565 31.8189 -48.8578 31.6018 -48.6721 c
31.0461 -48.1979 30.3594 -44.7263 30.5541 -43.3772 c
30.7692 -41.8923 31.2653 -40.481 31.5723 -40.481 c
31.7072 -40.481 32.2486 -40.067 32.7755 -39.561 c
33.3011 -39.055 34.4307 -38.4454 35.285 -38.2063 c
36.4822 -37.8705 36.9355 -37.5654 37.2592 -36.8735 c
37.4901 -36.3795 37.7921 -35.9757 37.9299 -35.9757 c
38.33 -35.9757 41.4515 -33.0349 41.4515 -32.6581 c
41.4515 -32.4698 41.7343 -31.9831 42.0803 -31.5763 c
42.4261 -31.1694 42.9489 -30.0858 43.2413 -29.1678 c
43.5341 -28.2497 44.0226 -27.1973 44.328 -26.8291 c
44.6322 -26.461 45.1454 -25.5778 45.4673 -24.8669 c
46.1407 -23.3847 47.1106 -22.0879 49.1482 -19.9438 c
49.9376 -19.1145 51.3628 -17.5343 52.3155 -16.4326 c
54.0168 -14.466 57.6675 -11.4759 58.8926 -11.0468 c
59.2336 -10.927 59.652 -10.5423 59.8215 -10.1918 c
59.9914 -9.84137 61.466 -8.84312 63.0989 -7.97361 c
64.7308 -7.10415 66.401 -6.09056 66.8092 -5.72128 c
67.3368 -5.24508 68.3711 -4.92366 70.3678 -4.61559 c
72.0428 -4.357 73.5703 -3.92319 74.1401 -3.54376 c
74.7955 -3.1069 75.8321 -2.85437 77.4334 -2.74126 c
79.03 -2.62834 80.3424 -2.30895 81.5868 -1.73082 c
84.0438 -0.58814 88.8946 0 91.2247 -0.5623 c
92.128 -0.7804 93.4569 -1.24533 94.1784 -1.59547 c
95.0854 -2.03604 96.6101 -2.32143 99.1303 -2.52229 c
102.972 -2.82855 103.959 -2.98866 105.425 -3.54474 c
106.071 -3.79081 106.591 -3.78646 107.26 -3.5295 c
107.928 -3.27164 109.064 -3.26345 111.306 -3.50045 c
115.09 -3.90027 118.242 -4.79491 119.691 -5.88042 c
120.284 -6.32505 120.854 -6.68887 120.955 -6.68887 c
121.059 -6.68887 121.366 -7.10459 121.639 -7.61266 c
121.909 -8.12075 122.51 -8.7098 122.974 -8.92172 c
123.437 -9.13362 123.961 -9.65931 124.138 -10.0898 c
124.343 -10.5833 124.706 -10.8735 125.123 -10.8748 c
126.025 -10.8778 127.466 -12.0092 129.928 -14.6542 c
130.848 -15.6412 131.023 -15.7 133.036 -15.7 c
134.782 -15.7 135.352 -15.835 136.158 -16.4383 c
136.701 -16.8445 137.892 -17.4106 138.804 -17.6967 c
141.728 -18.6125 145.158 -21.856 145.158 -23.7029 c
145.158 -23.8906 145.398 -24.1878 145.693 -24.3625 c
145.99 -24.5373 146.512 -25.4997 146.861 -26.5022 c
147.208 -27.5047 147.819 -28.6083 148.216 -28.955 c
148.616 -29.3018 148.944 -29.8513 148.944 -30.1754 c
148.944 -30.4996 149.386 -31.3508 149.928 -32.0664 c
150.817 -33.2438 150.93 -33.628 151.119 -36.1117 c
151.272 -38.144 151.48 -39.0747 151.923 -39.695 c
152.249 -40.155 152.756 -41.5276 153.045 -42.7445 c
153.332 -43.9614 153.707 -45.2436 153.879 -45.5937 c
154.33 -46.5273 154.255 -48.2758 153.729 -49.1088 c
153.446 -49.5512 153.247 -50.6135 153.216 -51.8355 c
153.216 -51.8355 153.167 -53.8374 153.167 -53.8374 c
153.167 -53.8374 155.267 -54.0449 155.267 -54.0449 c
156.729 -54.1884 157.785 -54.5076 158.729 -55.0897 c
159.477 -55.5514 160.445 -55.9285 160.885 -55.9285 c
161.976 -55.9285 163.103 -56.9866 163.918 -58.7763 c
164.545 -60.1482 164.579 -60.4481 164.308 -62.3657 c
164.144 -63.5161 164.033 -64.9895 164.058 -65.6396 c
164.114 -67.1539 162.769 -71.6375 161.967 -72.5915 c
160.714 -74.0893 157.836 -75.5549 155.511 -75.8805 c
154.125 -76.0747 153.013 -76.4288 152.51 -76.8344 c
152.017 -77.233 150.817 -77.6209 149.381 -77.8471 c
148.099 -78.049 146.648 -78.4815 146.155 -78.808 c
145.093 -79.5165 143.854 -79.2546 141.808 -77.8888 c
140.621 -77.0973 139.33 -75.2016 139.33 -74.2507 c
139.33 -74.0206 139.05 -73.5016 138.706 -73.0979 c
138.304 -72.6229 138.033 -71.7955 137.941 -70.7585 c
137.828 -69.4458 137.57 -68.8539 136.527 -67.5031 c
135.825 -66.5958 135.253 -65.6291 135.253 -65.3536 c
135.253 -65.0794 135.006 -64.4037 134.705 -63.8511 c
134.404 -63.3 133.93 -61.6895 133.654 -60.2736 c
133.345 -58.6851 132.774 -57.0051 132.164 -55.8871 c
131.306 -54.3174 131.173 -53.7924 131.173 -51.9709 c
131.173 -49.1255 131.045 -48.8489 129.718 -48.8489 c
128.809 -48.8489 128.585 -48.9789 128.445 -49.5934 c
128.263 -50.4051 126.85 -51.622 124.717 -52.8074 c
123.968 -53.223 122.906 -54.0018 122.351 -54.5369 c
121.744 -55.1278 120.865 -55.5956 120.122 -55.7274 c
119.449 -55.8471 118.545 -56.2136 118.118 -56.5425 c
117.688 -56.8722 116.68 -57.3243 115.88 -57.5472 c
115.08 -57.7715 114.096 -58.2783 113.695 -58.6742 c
113.272 -59.0946 112.376 -59.4872 111.547 -59.6182 c
109.391 -59.9587 109.325 -60.0102 109.767 -61.0186 c
109.976 -61.4942 110.239 -63.1131 110.354 -64.6169 c
110.521 -66.7893 110.68 -67.4395 111.129 -67.7861 c
111.439 -68.0271 111.81 -68.5601 111.95 -68.9708 c
112.095 -69.3922 112.499 -69.7636 112.878 -69.8233 c
113.322 -69.8934 113.723 -70.3413 114.065 -71.1491 c
114.352 -71.8199 114.771 -72.4489 115.001 -72.5459 c
115.23 -72.6416 115.671 -73.1959 115.979 -73.7751 c
116.316 -74.4079 116.874 -74.9207 117.376 -75.0584 c
118.866 -75.4699 120 -76.6926 120.362 -78.2802 c
120.546 -79.0855 120.82 -79.7442 120.973 -79.7442 c
121.394 -79.7442 121.834 -80.8382 122.15 -82.6803 c
122.517 -84.8157 122.764 -85.1163 124.655 -85.7241 c
125.514 -85.9993 126.383 -86.4757 126.583 -86.7807 c
126.784 -87.0859 127.57 -87.5946 128.332 -87.9105 c
129.089 -88.2263 129.94 -88.8036 130.223 -89.1933 c
130.506 -89.583 131.275 -90.0783 131.934 -90.2945 c
132.594 -90.5092 133.454 -91.0418 133.849 -91.4767 c
134.242 -91.9115 134.917 -92.416 135.345 -92.5965 c
135.788 -92.7822 136.342 -93.4161 136.617 -94.0551 c
136.885 -94.6769 137.337 -95.2672 137.62 -95.3658 c
137.904 -95.4656 138.212 -95.8133 138.305 -96.1394 c
138.398 -96.4657 138.832 -96.8947 139.268 -97.0953 c
139.702 -97.2945 140.274 -97.8744 140.538 -98.3832 c
140.801 -98.8919 141.384 -99.5037 141.835 -99.7449 c
142.318 -100.001 142.959 -100.833 143.394 -101.769 c
143.803 -102.643 144.367 -103.621 144.647 -103.943 c
144.927 -104.263 145.158 -104.815 145.158 -105.169 c
145.158 -105.523 145.333 -105.812 145.548 -105.812 c
146.068 -105.812 146.905 -106.858 146.905 -107.505 c
146.905 -107.79 147.285 -108.321 147.751 -108.688 c
148.346 -109.156 148.711 -109.834 148.973 -110.966 c
149.203 -111.954 149.597 -112.758 149.991 -113.045 c
150.345 -113.303 150.857 -114.243 151.125 -115.138 c
151.394 -116.03 151.863 -116.907 152.168 -117.087 c
152.471 -117.266 152.827 -117.88 152.959 -118.453 c
153.106 -119.086 153.493 -119.646 153.949 -119.892 c
154.362 -120.111 154.855 -120.714 155.048 -121.228 c
155.244 -121.743 155.641 -122.234 155.937 -122.319 c
156.23 -122.405 156.76 -123.097 157.11 -123.859 c
157.462 -124.62 157.934 -125.444 158.155 -125.691 c
159.153 -126.794 159.286 -127.561 159.286 -132.285 c
159.286 -132.285 159.286 -137.039 159.286 -137.039 c
159.286 -137.039 160.081 -137.759 160.081 -137.759 c
160.521 -138.154 161.079 -139.114 161.321 -139.892 c
161.566 -140.669 162.085 -141.632 162.473 -142.028 c
163.014 -142.584 163.232 -143.233 163.387 -144.751 c
163.511 -145.972 163.784 -146.95 164.093 -147.278 c
164.787 -148.015 165.144 -148.874 165.388 -150.387 c
165.5 -151.093 165.923 -152.055 166.323 -152.524 c
166.726 -152.99 167.179 -154.004 167.336 -154.777 c
167.487 -155.548 167.925 -156.687 168.299 -157.306 c
168.674 -157.926 169.14 -159.228 169.336 -160.201 c
169.529 -161.176 169.989 -162.48 170.355 -163.099 c
171.139 -164.43 171.263 -164.973 171.641 -168.652 c
171.833 -170.526 172.121 -171.747 172.506 -172.342 c
172.823 -172.833 173.284 -174.452 173.531 -175.936 c
173.779 -177.421 174.164 -178.871 174.388 -179.156 c
174.929 -179.835 175.098 -180.492 175.59 -183.852 c
175.817 -185.395 176.197 -186.902 176.435 -187.19 c
177.314 -188.262 177.57 -189.773 177.787 -195.12 c
177.973 -199.72 178.128 -200.976 178.75 -203.003 c
179.158 -204.333 179.651 -206.429 179.844 -207.666 c
180.039 -208.902 180.443 -210.279 180.741 -210.727 c
181.041 -211.178 181.484 -212.822 181.738 -214.432 c
182.014 -216.176 182.403 -217.584 182.721 -217.971 c
183.443 -218.855 183.792 -219.692 184.017 -221.096 c
184.125 -221.751 184.461 -222.909 184.759 -223.668 c
185.062 -224.427 185.54 -226.281 185.827 -227.786 c
186.113 -229.293 186.58 -230.885 186.871 -231.327 c
187.16 -231.768 187.583 -233.304 187.812 -234.735 c
188.069 -236.344 188.492 -237.779 188.924 -238.478 c
189.406 -239.259 189.74 -240.51 190.004 -242.467 c
190.282 -244.533 190.572 -245.567 191.046 -246.194 c
191.489 -246.78 191.771 -247.709 191.91 -249.027 c
192.025 -250.107 192.416 -251.608 192.779 -252.365 c
193.145 -253.124 193.664 -254.819 193.933 -256.132 c
194.198 -257.445 194.692 -259.149 195.026 -259.921 c
195.384 -260.746 195.807 -262.806 196.052 -264.913 c
196.364 -267.556 196.613 -268.644 197.01 -269.05 c
197.693 -269.758 197.781 -270.11 198.17 -273.776 c
198.392 -275.899 198.67 -277.083 199.096 -277.744 c
199.55 -278.451 199.805 -279.662 200.109 -282.604 c
200.399 -285.41 200.676 -286.763 201.07 -287.361 c
201.7 -288.312 202.116 -289.902 202.407 -292.476 c
202.516 -293.45 202.784 -294.465 203 -294.739 c
203.658 -295.563 204.223 -297.357 204.444 -299.316 c
204.563 -300.375 204.896 -301.521 205.227 -301.978 c
205.848 -302.852 206.596 -306.803 206.611 -309.302 c
206.618 -310.146 206.832 -311.373 207.088 -312.034 c
207.794 -313.854 208.069 -314.931 208.523 -317.698 c
208.751 -319.097 209.118 -320.55 209.337 -320.919 c
209.56 -321.293 209.907 -322.179 210.114 -322.885 c
210.321 -323.595 210.793 -324.849 211.168 -325.676 c
211.923 -327.341 212.339 -329.512 212.723 -333.776 c
212.927 -336.051 213.111 -336.774 213.64 -337.403 c
214.201 -338.059 214.335 -338.663 214.483 -341.16 c
214.626 -343.572 214.787 -344.332 215.333 -345.141 c
216.239 -346.497 216.807 -349.348 216.824 -352.658 c
216.834 -354.68 216.984 -355.726 217.401 -356.68 c
217.713 -357.386 217.969 -358.253 217.978 -358.612 c
217.987 -358.968 218.181 -359.833 218.412 -360.544 c
218.644 -361.246 218.84 -362.481 218.843 -363.279 c
218.852 -364.077 219.24 -365.928 219.709 -367.395 c
220.275 -369.157 220.673 -371.268 220.885 -373.565 c
221.065 -375.581 221.432 -377.646 221.756 -378.452 c
222.06 -379.218 222.522 -381.103 222.779 -382.636 c
223.038 -384.168 223.498 -385.974 223.797 -386.665 c
224.46 -388.189 224.616 -389.13 224.971 -393.823 c
225.187 -396.672 225.373 -397.645 225.804 -398.165 c
226.106 -398.532 226.441 -399.236 226.543 -399.718 c
226.783 -400.838 228.295 -402.749 229.461 -403.397 c
229.958 -403.677 230.626 -404.161 230.946 -404.465 c
231.269 -404.774 231.888 -405.126 232.331 -405.24 c
232.775 -405.354 233.554 -405.863 234.065 -406.369 c
234.894 -407.187 235.003 -407.506 235.094 -409.339 c
235.23 -412.055 234.665 -414.369 233.66 -415.185 c
232.677 -415.994 229.702 -416.017 227.925 -415.235 c
226.758 -414.715 225.555 -413.143 225.555 -412.128 c
225.555 -411.868 225.33 -411.339 225.049 -410.973 c
224.766 -410.598 224.01 -409.573 223.372 -408.696 c
221.742 -406.46 221.43 -406.316 219.001 -406.705 c
217.882 -406.885 216.413 -407.039 215.739 -407.041 c
214.633 -407.044 214.469 -407.153 214.038 -408.16 c
213.774 -408.77 213.374 -409.439 213.149 -409.645 c
212.927 -409.851 212.739 -410.199 212.739 -410.409 c
212.739 -411.301 209.239 -413.8 207.991 -413.8 c
207.608 -413.8 207.062 -414.087 206.777 -414.435 c
206.11 -415.248 204.941 -415.631 202.336 -415.888 c
201.181 -416.003 199.837 -416.317 199.349 -416.583 c
197.815 -417.429 194.739 -417.763 188.125 -417.793 c
183.319 -417.819 181.424 -417.711 180.564 -417.373 c
178.847 -416.707 174.466 -416.917 170.355 -417.852 c
170.033 -417.921 169.328 -418.715 168.783 -419.599 c
167.039 -422.462 164.125 -424.688 162.078 -424.733 c
161.691 -424.744 160.84 -425.091 160.184 -425.508 c
158.56 -426.555 157.425 -426.801 154.188 -426.822 c
154.188 -426.822 151.42 -426.842 151.42 -426.842 c
151.42 -426.842 151.184 -428.929 151.184 -428.929 c
150.82 -432.11 150.724 -432.469 149.974 -433.294 c
149.395 -433.932 149.243 -434.519 149.083 -436.73 c
148.834 -440.173 148.477 -441.677 147.784 -442.214 c
147.395 -442.514 147.127 -443.322 146.901 -444.871 c
146.726 -446.101 146.391 -447.333 146.158 -447.621 c
145.929 -447.903 145.738 -448.407 145.735 -448.754 c
145.732 -449.088 145.528 -450.013 145.28 -450.79 c
145.008 -451.656 144.899 -452.678 145.007 -453.372 c
145.162 -454.373 145.379 -454.621 146.701 -455.326 c
147.581 -455.786 148.358 -456.457 148.559 -456.925 c
149.102 -458.208 149.562 -463.715 149.231 -464.993 c
148.94 -466.115 148.835 -468.516 149.077 -468.516 c
149.15 -468.516 149.52 -468.167 149.903 -467.747 c
150.301 -467.311 151.242 -466.833 152.108 -466.623 c
152.94 -466.43 153.962 -466.015 154.376 -465.72 c
154.983 -465.279 155.977 -465.153 159.394 -465.074 c
163.661 -464.98 167.248 -464.332 168.17 -463.488 c
168.411 -463.271 169.392 -462.771 170.347 -462.373 c
171.307 -461.977 172.331 -461.315 172.623 -460.905 c
172.914 -460.5 173.705 -459.988 174.375 -459.773 c
175.049 -459.552 175.94 -459.104 176.356 -458.772 c
177.078 -458.199 180.732 -456.666 184.65 -455.299 c
185.622 -454.959 187.247 -454.099 188.256 -453.373 c
189.265 -452.653 191.026 -451.611 192.167 -451.052 c
193.31 -450.502 194.791 -449.642 195.461 -449.148 c
196.13 -448.645 196.988 -448.235 197.366 -448.235 c
197.742 -448.235 198.548 -447.958 199.161 -447.621 c
199.77 -447.272 200.682 -446.909 201.187 -446.795 c
203.844 -446.24 204.815 -445.794 206.185 -444.468 c
208.54 -442.185 211.827 -440.567 214.909 -440.158 c
218.06 -439.729 220.213 -438.745 221.69 -437.031 c
222.694 -435.871 222.95 -435.741 224.63 -435.59 c
225.987 -435.47 226.767 -435.201 227.598 -434.559 c
228.213 -434.088 229.225 -433.567 229.838 -433.412 c
232.711 -432.676 238.836 -433.533 240.97 -434.976 c
241.52 -435.347 242.975 -436.887 244.21 -438.395 c
246.829 -441.598 248.364 -445.058 247.941 -446.793 c
247.775 -447.468 247.86 -448.191 248.212 -449.206 c
249 -451.459 248.853 -455.496 247.867 -458.702 c
247.433 -460.12 246.758 -461.913 246.366 -462.683 c
245.978 -463.458 245.658 -464.501 245.658 -464.999 c
245.658 -466.336 244.619 -468.119 242.628 -470.208 c
241.657 -471.225 240.774 -472.052 240.663 -472.052 c
240.555 -472.052 239.937 -472.549 239.28 -473.156 c
238.563 -473.814 237.614 -474.339 236.884 -474.476 c
236.222 -474.6 235.27 -474.959 234.766 -475.276 c
233.255 -476.226 231.92 -476.33 230.478 -475.611 c
228.723 -474.728 227.562 -474.767 226.735 -475.737 c
225.54 -477.15 223.715 -477.88 221.979 -477.655 c
220.837 -477.51 219.839 -477.633 218.127 -478.174 c
216.188 -478.775 211.302 -479.36 207.59 -479.444 c
207.241 -479.448 206.744 -479.69 206.487 -479.972 c
205.79 -480.746 203.505 -481.62 201.522 -481.862 c
200.561 -481.986 198.992 -482.385 198.028 -482.742 c
196.985 -483.139 194.991 -483.507 193.076 -483.648 c
188.782 -483.989 184.854 -484.52 183.609 -484.93 c
182.317 -485.368 168.761 -486.107 160.742 -486.192 c
153.74 -486.259 153.016 -486.34 151.42 -487.327 c
150.78 -487.726 149.636 -488.218 148.881 -488.42 c
148.126 -488.628 147.041 -489.142 146.47 -489.57 c
145.553 -490.258 143.228 -491.044 142.105 -491.044 c
141.884 -491.044 141.527 -491.233 141.31 -491.478 c
140.631 -492.225 139.766 -492.611 138.221 -492.835 c
137.156 -492.991 136.472 -493.317 135.876 -493.945 c
135.356 -494.491 134.54 -494.926 133.759 -495.072 c
132.926 -495.224 132.108 -495.677 131.401 -496.384 c
130.803 -496.976 129.999 -497.551 129.614 -497.655 c
129.231 -497.763 128.778 -498.192 128.61 -498.594 c
128.406 -499.091 127.794 -499.531 126.829 -499.884 c
126.016 -500.18 125.286 -500.553 125.201 -500.7 c
125.119 -500.851 124.393 -501.212 123.593 -501.504 c
122.793 -501.804 122.01 -502.303 121.852 -502.625 c
121.696 -502.952 121.075 -503.548 120.471 -503.95 c
119.869 -504.343 118.882 -505.156 118.282 -505.743 c
117.681 -506.331 116.943 -506.813 116.644 -506.813 c
116.344 -506.813 115.722 -506.864 115.262 -506.933 c
114.801 -507 113.243 -506.944 111.802 -506.809 c
h
63.9655 -486.869 m
65.6659 -486.677 66.8537 -486.35 67.4993 -485.911 c
68.1231 -485.483 69.5662 -485.076 71.5112 -484.771 c
73.1816 -484.52 75.1314 -484.019 75.8423 -483.67 c
76.653 -483.282 78.4107 -482.914 80.5485 -482.693 c
84.1842 -482.323 84.9842 -482.096 86.245 -481.076 c
87.1355 -480.357 90.0815 -479.795 93.0129 -479.784 c
95.0533 -479.783 99.378 -478.292 101.618 -476.829 c
102.626 -476.17 103.151 -476.081 105.784 -476.079 c
105.784 -476.079 108.798 -476.079 108.798 -476.079 c
108.798 -476.079 109.757 -474.498 109.757 -474.498 c
110.573 -473.177 110.692 -472.739 110.556 -471.608 c
110.469 -470.885 110.227 -470.136 110.021 -469.966 c
109.362 -469.404 109.094 -468.087 108.719 -463.607 c
108.384 -459.623 108.397 -459.107 108.863 -457.766 c
109.171 -456.872 109.69 -456.084 110.184 -455.764 c
110.629 -455.471 111.223 -454.81 111.502 -454.285 c
111.993 -453.364 112.063 -453.347 113.943 -453.462 c
115.009 -453.53 116.057 -453.642 116.272 -453.724 c
116.901 -453.958 117.167 -452.68 116.758 -451.367 c
116.442 -450.347 116.469 -449.862 116.951 -447.866 c
117.486 -445.662 117.49 -445.42 117.043 -442.952 c
116.786 -441.527 116.318 -439.431 116.006 -438.298 c
115.605 -436.854 115.45 -435.416 115.482 -433.475 c
115.539 -429.699 114.891 -427.645 113.432 -426.982 c
111.973 -426.329 104.42 -426.875 103.598 -427.708 c
102.628 -428.682 101.467 -428.929 97.9026 -428.929 c
97.9026 -428.929 94.3828 -428.929 94.3828 -428.929 c
94.3828 -428.929 92.8374 -427.078 92.8374 -427.078 c
91.7603 -425.792 91.2368 -424.872 91.1087 -424.036 c
90.9462 -422.976 90.8072 -422.81 89.9015 -422.625 c
88.518 -422.336 84.2356 -422.743 82.8102 -423.302 c
81.8149 -423.691 81.4627 -423.688 80.2694 -423.287 c
79.5079 -423.029 78.4762 -422.819 77.9772 -422.816 c
77.4779 -422.816 76.7376 -422.529 76.3316 -422.17 c
75.6452 -421.579 75.5221 -421.565 74.5445 -422.019 c
73.6277 -422.441 73.3692 -422.441 72.4984 -422.044 c
71.9504 -421.79 71.2801 -421.211 71.0074 -420.751 c
70.2827 -419.523 69.2506 -419.652 68.5042 -421.049 c
68.1734 -421.664 67.7951 -422.169 67.6633 -422.169 c
67.5309 -422.169 67.2705 -422.685 67.0828 -423.308 c
66.8961 -423.935 66.4473 -424.661 66.0854 -424.927 c
65.7243 -425.186 65.2891 -425.733 65.1173 -426.15 c
64.9318 -426.604 64.459 -426.982 63.9454 -427.101 c
63.3851 -427.225 63.0125 -427.546 62.8804 -428.032 c
62.5412 -429.263 62.3721 -443.875 62.6321 -449.527 c
62.8997 -455.38 62.6722 -458.742 61.9068 -460.222 c
61.6319 -460.759 61.209 -461.575 60.9694 -462.052 c
60.729 -462.533 60.1718 -463.429 59.7307 -464.062 c
58.7577 -465.438 58.7076 -466.431 59.5858 -466.945 c
60.5349 -467.495 60.6684 -467.842 60.673 -469.748 c
60.6778 -471.598 60.3059 -472.698 59.6789 -472.698 c
59.1707 -472.698 58.9284 -473.413 58.9344 -474.897 c
58.938 -475.736 59.1525 -476.301 59.6795 -476.854 c
60.0864 -477.282 60.6029 -478.014 60.8273 -478.497 c
61.2119 -479.324 61.2929 -479.35 62.2792 -479.011 c
63.4758 -478.606 63.8216 -477.71 63.4007 -476.121 c
63.0039 -474.63 63.3692 -472.605 64.3021 -471.112 c
65.002 -470.005 65.2814 -469.808 66.1502 -469.808 c
67.3998 -469.808 70.1971 -471.268 70.7152 -472.183 c
71.3431 -473.303 71.4163 -475.013 70.913 -476.794 c
70.5342 -478.132 70.1079 -478.781 68.8357 -479.972 c
67.9301 -480.827 67.1082 -481.914 66.9428 -482.477 c
66.7597 -483.103 66.2964 -483.67 65.7058 -484.002 c
65.1872 -484.289 64.5524 -484.719 64.2946 -484.953 c
63.9836 -485.24 63.0139 -485.375 61.4008 -485.363 c
59.2034 -485.347 58.9603 -485.409 58.8207 -485.998 c
58.736 -486.351 58.7339 -486.769 58.8155 -486.914 c
59.0078 -487.257 60.7649 -487.248 63.9655 -486.869 c
h
104.665 -291.491 m
104.665 -291.325 104.534 -291.187 104.374 -291.187 c
104.213 -291.187 104.082 -291.409 104.082 -291.689 c
104.082 -291.964 104.213 -292.1 104.374 -291.993 c
104.534 -291.88 104.665 -291.654 104.665 -291.491 c
h
f*
q
[1 0 0 1 0 0] Tm
0 0 Td
Q
Q
q
/DeviceRGB {} cs
[1 1 1] sc
1 w
[] 0 d
0 J
0 j
[1 0 0 1 181.8 349.476] cm
39.6444 -1.7552 m
38.9782 -1.58172 39.2381 -0.86681 37.6154 -0.19583 c
37.0876 0 36.5613 -0.09246 36.1782 -0.23144 c
36.0658 -0.27234 35.8123 -0.40102 35.6161 -0.51737 c
35.3029 -0.70249 35.2087 -0.78315 34.863 -1.16326 c
34.6454 -1.40217 34.4057 -1.66546 34.3299 -1.74838 c
34.0519 -2.0514 33.6176 -3.23721 33.46 -4.12115 c
33.3881 -4.52299 33.2812 -4.68715 32.8035 -5.12852 c
32.594 -5.32229 32.2456 -5.67309 32.0292 -5.90797 c
31.3737 -6.62082 30.6469 -7.38768 30.4581 -7.5659 c
30.3596 -7.65846 30.1482 -7.88235 29.9874 -8.0631 c
29.8264 -8.24388 29.5635 -8.51434 29.4028 -8.66394 c
29.2421 -8.81369 28.9715 -9.07458 28.8018 -9.24363 c
28.3871 -9.65791 27.9641 -10.0253 27.6498 -10.2445 c
27.3296 -10.468 27.1099 -10.6436 26.9191 -10.8283 c
26.5683 -11.168 26.1758 -11.517 26.0105 -11.637 c
25.3641 -12.1049 25.2081 -12.2169 24.8735 -12.4516 c
24.4273 -12.765 23.6734 -13.2052 23.1924 -13.4334 c
23.001 -13.5242 22.7129 -13.669 22.5521 -13.7551 c
22.1946 -13.9466 21.7153 -14.1536 21.156 -14.3581 c
20.9238 -14.4428 20.5366 -14.5979 20.2955 -14.7025 c
20.0546 -14.8072 19.6234 -14.9849 19.3377 -15.0974 c
18.5115 -15.4228 18.3093 -15.5066 18.1363 -15.5942 c
17.9324 -15.698 16.9306 -16.0834 16.4157 -16.2564 c
15.986 -16.4008 15.7715 -16.524 15.263 -16.9201 c
14.6893 -17.3664 14.4041 -17.6357 13.7188 -18.3791 c
13.5035 -18.6127 13.3333 -18.6957 13.1945 -18.6347 c
13.1491 -18.6146 13.0038 -18.507 12.8716 -18.3953 c
12.5698 -18.1403 12.3672 -18.0584 12.101 -18.0834 c
11.8199 -18.11 11.2778 -18.3576 10.8237 -18.6669 c
10.1169 -19.1482 9.82553 -19.3411 9.65117 -19.4427 c
9.55569 -19.4984 9.27804 -19.6927 9.03425 -19.8743 c
8.52628 -20.2524 7.90902 -20.7047 7.70361 -20.849 c
7.49393 -20.9966 7.07707 -21.3516 6.81444 -21.6068 c
6.68657 -21.731 6.41302 -21.9714 6.20658 -22.1415 c
5.99997 -22.3113 5.6557 -22.6459 5.44143 -22.8855 c
5.22714 -23.125 4.91297 -23.44 4.74333 -23.5859 c
3.8774 -24.3304 3.17258 -25.3381 2.5962 -26.6554 c
1.68064 -28.7484 1.48569 -29.1899 1.35004 -29.4773 c
1.11598 -29.9746 0.98212 -30.4708 0.89448 -31.1667 c
0.86597 -31.3931 0.80734 -31.7305 0.76419 -31.9166 c
0.71892 -32.1117 0.63669 -32.7233 0.56988 -33.3629 c
0.50619 -33.9724 0.4326 -34.6738 0.40636 -34.9215 c
0.38013 -35.1695 0.3442 -35.5918 0.32655 -35.861 c
0.28975 -36.4208 0.25278 -36.7563 0.18388 -37.1563 c
0.1572 -37.3117 0.10428 -37.7004 0.06629 -38.021 c
0.00236 -38.5597 0 -38.6548 0.03451 -39.2979 c
0.07458 -40.0445 0.13237 -40.42 0.30873 -41.0774 c
0.37038 -41.3074 0.45119 -41.6379 0.48831 -41.8118 c
0.57818 -42.234 0.67611 -42.4697 0.86001 -42.705 c
1.05252 -42.9513 1.27712 -43.0797 1.61019 -43.1331 c
1.84244 -43.1704 1.92436 -43.1644 2.38401 -43.0767 c
3.16761 -42.9276 3.22386 -42.8901 4.15354 -41.8987 c
4.35247 -41.6865 4.55104 -41.494 4.59479 -41.4715 c
4.70685 -41.4118 4.90405 -41.5331 4.97511 -41.7048 c
5.38854 -42.7028 5.34256 -42.6232 5.81387 -43.1636 c
6.46827 -43.9138 6.73957 -44.1244 7.29868 -44.3161 c
7.62302 -44.4267 7.95547 -44.4402 9.58111 -44.406 c
10.4355 -44.3877 10.4422 -44.3881 10.5447 -44.4732 c
10.6015 -44.5204 10.6791 -44.6165 10.7174 -44.6877 c
10.7852 -44.8144 10.7856 -44.8247 10.7359 -45.1315 c
10.6775 -45.4917 10.6695 -46.1895 10.7196 -46.5471 c
10.7991 -47.1173 11.1822 -47.8581 11.579 -48.2114 c
11.9595 -48.5492 12.6903 -48.8471 13.3961 -48.9526 c
13.5211 -48.9717 13.7402 -49.0047 13.8831 -49.0254 c
14.026 -49.0471 14.2647 -49.0537 14.4139 -49.0405 c
14.706 -49.0141 16.0607 -49.0787 16.6429 -49.1468 c
16.8394 -49.1703 17.2484 -49.1911 17.552 -49.1947 c
17.8712 -49.1976 18.2479 -49.2255 18.4449 -49.2604 c
18.6324 -49.2944 18.9245 -49.3406 19.0944 -49.3651 c
19.2639 -49.3888 19.5195 -49.4321 19.6624 -49.461 c
19.8052 -49.4896 20.111 -49.5402 20.3419 -49.5728 c
20.5729 -49.6053 20.7753 -49.6412 20.7916 -49.6529 c
20.8081 -49.6648 21.0499 -49.687 21.3294 -49.703 c
21.7502 -49.7267 21.9358 -49.7577 22.406 -49.8822 c
23.4742 -50.1683 24.5657 -50.3396 25.3607 -50.3467 c
25.5841 -50.3489 25.9197 -50.3632 26.107 -50.3777 c
26.2949 -50.3929 27.0326 -50.3999 27.7466 -50.3943 c
29.3998 -50.3802 29.9951 -50.3164 30.6474 -50.0833 c
30.885 -49.9983 31.1023 -49.9285 31.1297 -49.9285 c
31.2028 -49.9285 31.7132 -49.7468 31.9194 -49.6474 c
32.112 -49.5548 32.3651 -49.4849 32.8766 -49.3835 c
33.0554 -49.3482 33.2892 -49.2873 33.396 -49.2491 c
33.5032 -49.2108 33.7371 -49.1382 33.916 -49.0882 c
34.0946 -49.0382 34.3432 -48.9631 34.468 -48.9218 c
34.5924 -48.8801 34.7901 -48.8277 34.9065 -48.806 c
35.4857 -48.6956 35.8599 -48.6111 36.1403 -48.5267 c
36.4218 -48.4408 36.7077 -48.3964 37.1349 -48.37 c
37.3581 -48.3555 38.5215 -48.2454 38.749 -48.2166 c
38.8531 -48.2034 39.0576 -48.194 39.203 -48.1963 c
41.3173 -48.2303 41.9333 -48.2671 42.3901 -48.3888 c
42.6515 -48.4596 43.726 -48.7145 44.291 -48.8405 c
47.5169 -50.0428 48.5201 -48.9871 44.4198 -47.524 c
44.3927 -47.524 44.188 -47.465 43.9646 -47.3927 c
43.632 -47.2857 43.5425 -47.2408 43.4696 -47.1486 c
43.3327 -46.974 43.3488 -46.8478 43.5344 -46.6613 c
43.7083 -46.4869 44.2588 -46.1641 44.4906 -46.1009 c
44.8208 -46.0111 45.8656 -46.0848 46.3352 -46.2318 c
46.4331 -46.2625 46.696 -46.3387 46.9194 -46.4022 c
47.8782 -46.6739 48.5432 -46.8994 49.6307 -47.3197 c
50.3178 -47.5868 50.81 -47.6716 51.027 -47.5616 c
51.2065 -47.4706 51.4002 -47.2535 51.4002 -47.144 c
51.4002 -46.9436 50.6864 -46.3102 50.3277 -46.1916 c
50.2843 -46.1768 50.0598 -46.0886 49.8304 -45.9953 c
49.4618 -45.8453 49.3888 -45.828 49.2004 -45.8414 c
49.0726 -45.6893 47.3924 -45.2446 46.1051 -44.7616 c
45.9258 -44.5393 46.1309 -44.2385 46.5379 -44.1224 c
46.7413 -44.0651 46.8541 -44.0605 47.4692 -44.0872 c
48.7084 -44.141 48.7885 -44.1275 49.0108 -43.8262 c
49.2019 -43.567 49.1915 -43.4878 48.9361 -43.2675 c
48.7894 -43.1411 48.6026 -43.017 48.5607 -43.017 c
48.1335 -42.8567 47.3177 -42.8538 46.7328 -42.7761 c
46.6386 -42.7435 45.6498 -42.7804 45.4749 -42.8236 c
45.3849 -42.8456 45.0637 -42.8813 44.7601 -42.9038 c
44.4568 -42.9253 44.135 -42.9597 44.0461 -42.98 c
43.7612 -43.0423 43.1267 -43.0483 42.9779 -42.9885 c
42.894 -42.9551 42.5977 -42.9233 42.1732 -42.9024 c
41.4502 -42.8682 41.392 -42.8508 41.3356 -42.6647 c
41.2827 -42.49 41.2925 -42.4596 41.4768 -42.2345 c
41.5728 -42.1172 41.6744 -41.9688 41.7032 -41.9032 c
41.735 -41.8316 41.8244 -41.7403 41.9329 -41.6698 c
42.1191 -41.5476 42.1914 -41.4456 42.1599 -41.3503 c
42.1362 -41.2788 41.8571 -41.0257 41.8023 -41.0257 c
41.8015 -41.0109 40.7873 -41.0923 40.7938 -41.1167 c
40.6791 -41.0916 40.5007 -41.1133 40.2882 -41.179 c
40.1908 -41.2089 40.1663 -41.2343 40.1663 -41.3048 c
40.1663 -41.3535 40.1427 -41.4038 40.1149 -41.4162 c
40.0328 -41.4525 39.8146 -41.4426 39.7926 -41.4015 c
39.7813 -41.3809 39.7441 -41.3638 39.7105 -41.3638 c
39.6764 -41.3638 39.5789 -41.2883 39.4932 -41.1962 c
39.4932 -41.1962 39.3378 -41.0295 39.3378 -41.0295 c
39.3378 -41.0295 39.3356 -40.53 39.3356 -40.53 c
39.3326 -39.9749 39.2907 -39.7406 39.1205 -39.3356 c
38.8749 -38.7516 38.0392 -38.0449 37.2525 -37.7569 c
37.1852 -37.7323 36.9779 -37.6252 36.7923 -37.5192 c
36.4779 -37.34 36.4494 -37.3141 36.3897 -37.1589 c
36.3158 -36.9642 36.3077 -36.9881 36.6052 -36.5404 c
36.7092 -36.3839 36.8369 -36.2207 36.89 -36.1777 c
36.9424 -36.1341 37.0055 -36.052 37.0319 -35.995 c
37.0839 -35.877 37.4277 -35.393 37.5815 -35.2191 c
37.6832 -35.1041 37.9679 -34.4255 37.9377 -34.3689 c
37.9077 -34.3126 38.0909 -34.055 38.1001 -34.0652 c
38.1085 -34.0753 38.1708 -34.0104 38.2396 -33.9211 c
38.308 -33.832 38.4096 -33.7082 38.466 -33.6459 c
38.7261 -33.3553 39.0732 -32.7233 39.2225 -32.2712 c
39.2576 -32.1633 39.3581 -31.9292 39.446 -31.7517 c
39.5335 -31.5738 39.6317 -31.3436 39.6642 -31.2402 c
39.7377 -31.0036 39.8222 -30.8933 39.9653 -30.8476 c
40.1633 -31.0182 40.533 -31.0758 40.5592 -31.3597 c
40.6689 -31.5473 42.6647 -33.8283 43.559 -34.7884 c
43.8672 -35.1188 44.5221 -35.7529 44.8437 -36.0323 c
45.6551 -36.7365 45.6677 -36.7457 45.9292 -36.8398 c
46.0722 -36.891 46.3565 -36.9554 46.562 -36.9813 c
47.2196 -37.0671 47.5975 -37.0221 48.0939 -36.7987 c
49.5072 -36.1615 49.8663 -36.0182 50.9449 -35.6612 c
51.2078 -35.574 51.8986 -35.5775 52.201 -35.6667 c
52.4502 -35.7405 52.811 -35.9368 53.2418 -36.232 c
53.4604 -36.381 53.5486 -36.4194 53.7204 -36.4402 c
53.8633 -36.4577 53.9536 -36.4898 54.0046 -36.5433 c
54.13 -36.6735 54.1585 -36.679 54.2262 -36.5869 c
54.3507 -36.4176 54.3575 -36.3825 54.2856 -36.2754 c
54.2477 -36.2207 54.1607 -36.1499 54.0918 -36.1181 c
53.9552 -36.0544 53.9168 -35.9724 53.9483 -35.8066 c
53.9878 -35.5973 53.6506 -35.0453 53.3852 -34.887 c
53.2586 -34.8106 52.8941 -34.7162 52.7253 -34.7156 c
52.6356 -34.7153 52.5894 -34.6909 52.5385 -34.6164 c
52.4611 -34.5018 52.4482 -34.2584 52.5159 -34.1933 c
52.5406 -34.1699 52.829 -33.9927 53.1568 -33.8003 c
54.0414 -33.2808 54.2042 -33.2422 55.3231 -33.2836 c
55.5952 -33.2937 55.7334 -33.2849 55.7591 -33.2557 c
55.8148 -33.1912 55.8648 -33.2023 55.9971 -33.3067 c
56.0637 -33.3579 56.129 -33.4004 56.1441 -33.4004 c
56.193 -33.4004 56.3999 -33.1678 56.3999 -33.1128 c
56.3999 -32.9912 56.0386 -32.7242 55.8736 -32.7242 c
55.8326 -32.7242 55.7963 -32.684 55.7732 -32.6112 c
55.7454 -32.528 55.715 -32.4988 55.654 -32.4973 c
55.6089 -32.497 55.4843 -32.4716 55.3777 -32.4416 c
55.27 -32.4115 55.0946 -32.3866 54.988 -32.3858 c
54.7841 -32.3835 54.6791 -32.3283 54.6791 -32.2223 c
54.6791 -32.1707 54.6397 -32.1605 54.4364 -32.1605 c
54.3029 -32.1605 54.0876 -32.1851 53.9577 -32.2149 c
53.8276 -32.2447 53.4966 -32.2871 53.2229 -32.3089 c
52.7643 -32.3454 52.716 -32.3561 52.6278 -32.4428 c
52.5101 -32.5564 52.4672 -32.5602 52.4119 -32.4576 c
52.3785 -32.3952 52.3473 -32.3829 52.2658 -32.3989 c
52.209 -32.4099 52.1014 -32.4294 52.0269 -32.4428 c
51.91 -32.464 51.8896 -32.4815 51.8802 -32.5677 c
51.8726 -32.6544 51.8467 -32.6747 51.6876 -32.7242 c
51.5881 -32.755 51.4734 -32.8063 51.4342 -32.837 c
51.4342 -32.837 51.6839 -32.3561 51.6839 -32.3561 c
51.6839 -32.3561 51.4801 -32.0868 51.4801 -32.0868 c
51.3497 -31.8951 51.1067 -32.1307 51.5398 -31.7346 c
51.7603 -31.5338 52.0609 -31.288 52.2076 -31.1887 c
52.3727 -31.078 52.4993 -30.9627 52.538 -30.8893 c
52.5726 -30.8242 52.5894 -30.7695 52.5762 -30.7685 c
52.5631 -30.767 52.5863 -30.7501 52.6278 -30.7315 c
52.6692 -30.712 52.6939 -30.6808 52.6845 -30.6613 c
52.6655 -30.6258 52.8452 -30.3951 52.8925 -30.3951 c
52.9067 -30.3951 52.9424 -30.3529 52.9717 -30.3015 c
53.0012 -30.2487 53.0564 -30.2067 53.0969 -30.2061 c
53.1368 -30.2055 53.1982 -30.1799 53.2319 -30.1498 c
53.2675 -30.1193 53.3522 -30.0946 53.4219 -30.0946 c
53.5234 -30.0946 53.5723 -30.0687 53.6599 -29.9669 c
53.7817 -29.8254 53.796 -29.7532 53.7172 -29.6768 c
53.6873 -29.649 53.6289 -29.5627 53.5865 -29.4846 c
53.5437 -29.4073 53.485 -29.3438 53.4529 -29.3438 c
53.3789 -29.3441 52.7218 -29.7303 52.5148 -29.8952 c
52.3969 -29.9889 52.1987 -30.0946 52.1411 -30.0946 c
52.1162 -30.0946 52.0671 -30.1173 52.0322 -30.1454 c
51.9967 -30.1734 51.8693 -30.2064 51.7485 -30.2191 c
51.6287 -30.2319 51.5046 -30.2581 51.4725 -30.2776 c
51.4408 -30.2972 51.2544 -30.3497 51.0587 -30.3943 c
50.1799 -30.5936 49.6378 -30.8338 49.0462 -31.2847 c
48.6031 -31.6225 48.6022 -31.623 48.3951 -31.6709 c
48.2888 -31.6957 48.1492 -31.7336 48.0831 -31.7556 c
47.9699 -31.7927 47.8732 -31.6561 47.9014 -31.7519 c
47.9566 -31.6483 47.6985 -31.6395 47.7368 -31.6125 c
47.7697 -31.5888 47.7486 -31.4877 47.6774 -31.3154 c
47.5995 -31.1298 47.573 -30.9275 47.6061 -30.788 c
47.6235 -30.7164 47.6485 -30.6579 47.6637 -30.6579 c
47.6783 -30.6579 47.6995 -30.6045 47.7113 -30.5399 c
47.7221 -30.4749 47.7897 -30.2806 47.8608 -30.109 c
47.9325 -29.9365 47.9907 -29.7453 47.9907 -29.6837 c
47.9907 -29.5497 47.8203 -29.3057 47.7264 -29.3057 c
47.5367 -29.3057 47.1469 -29.6686 47.0536 -29.932 c
46.9973 -30.0894 46.801 -30.2449 46.6582 -30.2457 c
46.5568 -30.2457 46.5061 -30.1984 46.1395 -29.7588 c
45.7004 -29.2338 45.4888 -29.0676 45.3946 -29.1752 c
45.3693 -29.2049 44.3151 -26.5664 44.3106 -26.7016 c
44.2957 -26.4456 43.7404 -25.6363 43.6209 -25.4116 c
43.5777 -25.2636 43.542 -25.086 43.542 -25.0171 c
43.5415 -24.882 43.4786 -24.4103 43.3984 -23.943 c
43.3374 -23.5867 43.2394 -22.7023 43.1662 -21.8499 c
43.1016 -21.1034 43.1165 -20.396 43.2165 -19.5204 c
43.2873 -18.8978 43.3445 -18.649 43.6315 -17.736 c
43.8502 -17.0385 44.0588 -16.5363 44.4029 -15.8767 c
44.5329 -15.6286 44.7725 -15.1201 44.9348 -14.7464 c
45.2129 -14.1082 45.3833 -13.7842 45.8211 -13.0593 c
46.2086 -12.4178 46.6726 -11.4699 47.1292 -10.3855 c
47.1292 -10.3855 47.6065 -9.2545 47.6065 -9.2545 c
47.6065 -9.2545 47.6481 -8.6223 47.6481 -8.6223 c
47.683 -8.08202 47.6824 -7.95736 47.6425 -7.7637 c
47.5853 -7.48655 47.6042 -6.99849 47.6821 -6.79003 c
47.8066 -6.4522 47.949 -5.79601 48.0898 -4.90791 c
48.2053 -4.18057 48.2507 -3.24828 48.1916 -2.81336 c
48.1181 -2.26879 47.6065 -1.58352 47.2739 -1.58352 c
47.2356 -1.58352 47.1024 -1.50324 46.9778 -1.4051 c
46.8541 -1.30696 46.7154 -1.1994 46.6718 -1.16609 c
46.6282 -1.13278 46.3976 -1.05871 46.1599 -1.00153 c
45.7458 -0.9016 45.7164 -0.89945 45.4231 -0.94616 c
45.2308 -0.97671 44.9124 -0.98915 44.5653 -0.97957 c
43.072 -0.93839 42.508 -0.99949 40.5231 -1.41734 c
40.1131 -1.50362 39.7642 -1.78645 39.6444 -1.7552 c
h
f*
q
[1 0 0 1 0 0] Tm
0 0 Td
Q
Q
Q
showpage
%%PageTrailer
pdfEndPage
PStoPSsaved restore
userdict/PStoPSsaved save put
PStoPSmatrix setmatrix
595.000000 421.000000 translate
90 rotate
1.000000 dup scale
userdict/PStoPSmatrix matrix currentmatrix put
userdict/PStoPSclip{0 0 moveto
 421.000000 0 rlineto 0 595.000000 rlineto -421.000000 0 rlineto
 closepath}put initclip
PStoPSxform concat
%%BeginPageSetup
%%PageOrientation: Portrait
pdfStartPage
0 0 420 596 re W
%%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
0 0 419.528 595.276 re
W
q
0 0 419.528 595.276 re
W
q
/DeviceRGB {} cs
[0 1 0] sc
1 w
[] 0 d
0 J
0 j
[1 0 0 1 69 450.276] cm
198.222 -8.776 m
194.891 -7.90858 196.19 -4.33408 188.077 -0.97917 c
185.438 0 182.807 -0.46228 180.893 -1.15721 c
180.328 -1.36172 179.063 -2.00508 178.079 -2.58684 c
176.515 -3.51247 176.045 -3.91579 174.315 -5.81632 c
173.228 -7.01085 172.029 -8.32735 171.649 -8.74192 c
170.26 -10.257 168.088 -16.1861 167.299 -20.6058 c
166.941 -22.6148 166.406 -23.4358 164.017 -25.6426 c
162.97 -26.6113 161.228 -28.3653 160.146 -29.5403 c
156.869 -33.1039 153.234 -36.9385 152.291 -37.8295 c
151.798 -38.2925 150.74 -39.4114 149.936 -40.3153 c
149.132 -41.2194 147.818 -42.5716 147.014 -43.3197 c
146.211 -44.0682 144.859 -45.3724 144.01 -46.2184 c
141.935 -48.2893 139.82 -50.1264 138.248 -51.2233 c
136.648 -52.3399 135.55 -53.2178 134.595 -54.1419 c
132.841 -55.8401 130.88 -57.5852 130.051 -58.1846 c
126.821 -60.5246 126.04 -61.0842 124.368 -62.2586 c
122.136 -63.8252 118.367 -66.0264 115.962 -67.1666 c
115.005 -67.6208 113.564 -68.3448 112.76 -68.7752 c
110.973 -69.7325 108.576 -70.7678 105.78 -71.79 c
104.619 -72.2141 102.683 -72.9895 101.478 -73.5127 c
100.273 -74.036 98.1168 -74.9247 96.6884 -75.4872 c
92.5577 -77.1142 91.5469 -77.5327 90.6819 -77.9718 c
89.6616 -78.4901 84.6529 -80.4174 82.078 -81.2822 c
79.9296 -82.004 78.8576 -82.6212 76.3149 -84.6 c
73.4465 -86.8323 72.0214 -88.1787 68.5941 -91.896 c
67.5178 -93.0633 66.666 -93.4782 65.9722 -93.1731 c
65.7453 -93.0733 65.0189 -92.5348 64.3579 -91.9763 c
62.8491 -90.7014 61.8362 -90.2915 60.5051 -90.4171 c
59.0997 -90.5499 56.3891 -91.7879 54.1186 -93.3342 c
50.5847 -95.7412 49.1279 -96.7053 48.2555 -97.2141 c
47.7783 -97.4923 46.3903 -98.463 45.171 -99.3712 c
42.6316 -101.262 39.5455 -103.524 38.5179 -104.245 c
37.4695 -104.983 35.3852 -106.758 34.072 -108.034 c
33.4329 -108.655 32.0652 -109.857 31.0327 -110.707 c
29.9999 -111.557 28.2786 -113.23 27.2071 -114.428 c
26.1355 -115.625 24.565 -117.2 23.7168 -117.929 c
19.387 -121.652 15.8629 -126.69 12.981 -133.277 c
8.40319 -143.741 7.42839 -145.949 6.75019 -147.387 c
5.57991 -149.873 4.91062 -152.354 4.47239 -155.834 c
4.32988 -156.966 4.03672 -158.652 3.82094 -159.582 c
3.59461 -160.557 3.18343 -163.618 2.84941 -166.815 c
2.53095 -169.861 2.16302 -173.369 2.03179 -174.607 c
1.90065 -175.849 1.72102 -177.961 1.63275 -179.304 c
1.44877 -182.103 1.2639 -183.782 0.9194 -185.783 c
0.78598 -186.558 0.5214 -188.502 0.33145 -190.105 c
0.0118 -192.798 0 -193.274 0.17256 -196.49 c
0.37292 -200.222 0.66186 -202.097 1.54366 -205.386 c
1.85189 -206.536 2.25595 -208.19 2.44155 -209.061 c
2.89086 -211.171 3.38056 -212.347 4.30003 -213.525 c
5.26258 -214.757 6.38563 -215.398 8.05095 -215.665 c
9.2122 -215.851 9.62185 -215.821 11.9201 -215.383 c
15.8381 -214.636 16.1192 -214.449 20.7676 -209.493 c
21.7623 -208.432 22.7552 -207.47 22.9737 -207.356 c
23.5342 -207.059 24.5204 -207.666 24.8758 -208.524 c
26.9425 -213.514 26.7128 -213.115 29.0694 -215.817 c
32.3415 -219.57 33.6979 -220.622 36.4936 -221.58 c
38.1151 -222.135 39.7771 -222.201 47.9053 -222.029 c
52.1773 -221.939 52.211 -221.943 52.7236 -222.365 c
53.0075 -222.6 53.3959 -223.082 53.5865 -223.439 c
53.9257 -224.074 53.9278 -224.123 53.6792 -225.659 c
53.3879 -227.456 53.3479 -230.948 53.5979 -232.738 c
53.9957 -235.585 55.9112 -239.292 57.895 -241.055 c
59.7972 -242.746 63.4516 -244.236 66.9804 -244.763 c
67.6055 -244.856 68.7012 -245.021 69.4156 -245.129 c
70.1298 -245.236 71.324 -245.269 72.0695 -245.203 c
73.5299 -245.07 80.3033 -245.394 83.2144 -245.735 c
84.1966 -245.851 86.242 -245.957 87.76 -245.972 c
89.3558 -245.987 91.2391 -246.127 92.2246 -246.301 c
93.1617 -246.468 94.6225 -246.703 95.4714 -246.824 c
96.3193 -246.945 97.5974 -247.161 98.3122 -247.305 c
99.026 -247.448 100.555 -247.7 101.71 -247.863 c
102.864 -248.027 103.876 -248.207 103.958 -248.266 c
104.04 -248.323 105.249 -248.436 106.647 -248.515 c
108.751 -248.632 109.679 -248.787 112.03 -249.415 c
117.371 -250.842 122.829 -251.699 126.803 -251.735 c
127.919 -251.747 129.599 -251.814 130.536 -251.889 c
131.474 -251.964 135.163 -252 138.734 -251.971 c
146.999 -251.902 149.976 -251.584 153.236 -250.417 c
154.425 -249.991 155.511 -249.643 155.647 -249.643 c
156.013 -249.643 158.567 -248.734 159.596 -248.238 c
160.558 -247.775 161.825 -247.425 164.385 -246.916 c
165.277 -246.739 166.446 -246.438 166.981 -246.247 c
167.517 -246.055 168.686 -245.692 169.58 -245.442 c
170.473 -245.191 171.715 -244.817 172.34 -244.608 c
172.963 -244.4 173.951 -244.14 174.531 -244.03 c
177.427 -243.48 179.299 -243.055 180.702 -242.631 c
182.11 -242.204 183.538 -241.98 185.675 -241.849 c
186.792 -241.779 192.609 -241.228 193.743 -241.084 c
194.265 -241.016 195.287 -240.97 196.015 -240.982 c
206.588 -241.15 209.668 -241.336 211.951 -241.946 c
213.256 -242.296 218.632 -243.572 221.455 -244.2 c
237.586 -250.213 242.6 -244.936 222.097 -237.622 c
221.963 -237.619 220.939 -237.324 219.823 -236.965 c
218.161 -236.428 217.714 -236.208 217.348 -235.742 c
216.661 -234.868 216.745 -234.24 217.672 -233.307 c
218.54 -232.434 221.294 -230.819 222.452 -230.503 c
224.104 -230.055 229.329 -230.424 231.675 -231.157 c
232.166 -231.31 233.48 -231.694 234.596 -232.011 c
239.39 -233.369 242.717 -234.497 248.153 -236.599 c
251.59 -237.931 254.05 -238.358 255.133 -237.809 c
256.029 -237.354 257 -236.268 257 -235.719 c
257 -234.717 253.435 -231.55 251.641 -230.958 c
251.419 -230.883 250.298 -230.443 249.152 -229.976 c
247.308 -229.227 246.944 -229.138 246.005 -229.207 c
245.363 -228.448 236.962 -226.223 230.526 -223.805 c
229.631 -222.696 230.654 -221.19 232.69 -220.612 c
233.705 -220.326 234.273 -220.303 237.347 -220.437 c
243.54 -220.706 243.94 -220.637 245.054 -219.13 c
246.01 -217.836 245.959 -217.44 244.682 -216.339 c
243.946 -215.706 243.014 -215.084 242.802 -215.084 c
240.667 -214.282 236.589 -214.266 233.663 -213.881 c
233.195 -213.716 228.248 -213.901 227.372 -214.119 c
226.926 -214.228 225.319 -214.408 223.802 -214.518 c
222.283 -214.627 220.676 -214.799 220.23 -214.898 c
218.807 -215.213 215.636 -215.241 214.892 -214.943 c
214.469 -214.775 212.988 -214.617 210.865 -214.513 c
207.253 -214.339 206.959 -214.254 206.677 -213.322 c
206.413 -212.448 206.464 -212.298 207.384 -211.172 c
207.864 -210.586 208.372 -209.842 208.515 -209.518 c
208.673 -209.158 209.122 -208.701 209.666 -208.347 c
210.595 -207.739 210.958 -207.229 210.8 -206.753 c
210.681 -206.394 209.286 -205.129 209.011 -205.129 c
209.007 -205.053 203.937 -205.461 203.97 -205.582 c
203.395 -205.456 202.505 -205.566 201.439 -205.896 c
200.953 -206.044 200.83 -206.172 200.83 -206.525 c
200.83 -206.768 200.714 -207.017 200.573 -207.081 c
200.164 -207.262 199.072 -207.213 198.963 -207.007 c
198.907 -206.904 198.722 -206.819 198.552 -206.819 c
198.381 -206.819 197.893 -206.443 197.466 -205.983 c
197.466 -205.983 196.69 -205.147 196.69 -205.147 c
196.69 -205.147 196.678 -202.65 196.678 -202.65 c
196.663 -199.873 196.453 -198.702 195.601 -196.677 c
194.376 -193.758 190.196 -190.226 186.261 -188.784 c
185.926 -188.66 184.891 -188.126 183.961 -187.596 c
182.388 -186.699 182.248 -186.572 181.948 -185.793 c
181.578 -184.821 181.537 -184.94 183.026 -182.702 c
183.547 -181.919 184.186 -181.104 184.45 -180.888 c
184.712 -180.672 185.029 -180.261 185.158 -179.975 c
185.42 -179.386 187.136 -176.966 187.907 -176.095 c
188.415 -175.522 189.839 -172.126 189.688 -171.845 c
189.538 -171.564 190.456 -170.275 190.499 -170.326 c
190.542 -170.375 190.856 -170.052 191.198 -169.606 c
191.54 -169.162 192.049 -168.541 192.33 -168.229 c
193.63 -166.777 195.367 -163.618 196.112 -161.355 c
196.288 -160.815 196.792 -159.646 197.231 -158.759 c
197.669 -157.869 198.159 -156.718 198.32 -156.201 c
198.687 -155.019 199.111 -154.466 199.826 -154.237 c
200.816 -155.091 202.664 -155.379 202.797 -156.799 c
203.344 -157.736 213.323 -169.141 217.794 -173.941 c
219.335 -175.594 222.609 -178.764 224.219 -180.162 c
228.275 -183.683 228.336 -183.729 229.645 -184.199 c
230.359 -184.455 231.784 -184.775 232.81 -184.907 c
236.096 -185.336 237.989 -185.11 240.469 -183.993 c
247.537 -180.809 249.332 -180.093 254.726 -178.306 c
256.039 -177.871 259.493 -177.887 261.004 -178.334 c
262.25 -178.703 264.056 -179.684 266.21 -181.16 c
267.302 -181.906 267.743 -182.099 268.6 -182.201 c
269.319 -182.288 269.771 -182.45 270.023 -182.714 c
270.65 -183.368 270.79 -183.394 271.13 -182.934 c
271.754 -182.089 271.788 -181.912 271.426 -181.379 c
271.238 -181.105 270.805 -180.749 270.461 -180.591 c
269.775 -180.273 269.584 -179.861 269.741 -179.034 c
269.94 -177.986 268.252 -175.228 266.926 -174.435 c
266.291 -174.054 264.474 -173.583 263.626 -173.578 c
263.176 -173.576 262.946 -173.454 262.694 -173.081 c
262.306 -172.509 262.24 -171.292 262.58 -170.967 c
262.702 -170.849 264.145 -169.964 265.786 -169.001 c
270.208 -166.404 271.023 -166.21 276.611 -166.419 c
277.975 -166.469 278.667 -166.424 278.794 -166.278 c
279.071 -165.958 279.323 -166.011 279.986 -166.533 c
280.315 -166.79 280.645 -167.002 280.718 -167.002 c
280.964 -167.002 282 -165.84 282 -165.565 c
282 -164.956 280.192 -163.621 279.368 -163.621 c
279.163 -163.621 278.983 -163.419 278.866 -163.057 c
278.729 -162.64 278.576 -162.493 278.271 -162.487 c
278.044 -162.483 277.422 -162.358 276.887 -162.208 c
276.35 -162.058 275.474 -161.933 274.938 -161.927 c
273.92 -161.917 273.396 -161.64 273.396 -161.112 c
273.396 -160.853 273.199 -160.804 272.183 -160.804 c
271.516 -160.804 270.438 -160.925 269.789 -161.074 c
269.138 -161.223 267.484 -161.434 266.113 -161.544 c
263.822 -161.727 263.581 -161.782 263.139 -162.212 c
262.55 -162.784 262.337 -162.8 262.06 -162.287 c
261.893 -161.977 261.736 -161.914 261.331 -161.993 c
261.047 -162.049 260.508 -162.147 260.135 -162.215 c
259.55 -162.319 259.447 -162.407 259.403 -162.837 c
259.361 -163.272 259.235 -163.374 258.44 -163.621 c
257.939 -163.776 257.366 -164.03 257.17 -164.185 c
257.17 -164.185 258.42 -161.782 258.42 -161.782 c
258.42 -161.782 257.4 -160.434 257.4 -160.434 c
256.749 -159.476 255.534 -160.654 257.701 -158.674 c
258.8 -157.668 260.302 -156.44 261.038 -155.945 c
261.862 -155.389 262.496 -154.814 262.689 -154.448 c
262.861 -154.121 262.947 -153.849 262.882 -153.842 c
262.816 -153.835 262.931 -153.751 263.138 -153.656 c
263.345 -153.56 263.472 -153.403 263.421 -153.308 c
263.326 -153.129 264.227 -151.976 264.461 -151.976 c
264.533 -151.976 264.712 -151.765 264.858 -151.506 c
265.006 -151.243 265.283 -151.034 265.486 -151.031 c
265.684 -151.028 265.989 -150.901 266.161 -150.749 c
266.336 -150.597 266.763 -150.474 267.113 -150.474 c
267.617 -150.474 267.86 -150.344 268.298 -149.834 c
268.91 -149.126 268.981 -148.767 268.585 -148.385 c
268.438 -148.246 268.145 -147.814 267.933 -147.423 c
267.721 -147.035 267.421 -146.718 267.266 -146.719 c
266.895 -146.721 263.61 -148.652 262.573 -149.476 c
261.987 -149.944 260.994 -150.474 260.705 -150.474 c
260.581 -150.474 260.337 -150.587 260.161 -150.727 c
259.985 -150.867 259.348 -151.032 258.745 -151.096 c
258.143 -151.159 257.522 -151.29 257.363 -151.388 c
257.204 -151.486 256.273 -151.748 255.292 -151.971 c
250.901 -152.968 248.189 -154.168 245.23 -156.424 c
243.015 -158.113 243.011 -158.115 241.976 -158.355 c
241.444 -158.479 240.743 -158.668 240.415 -158.777 c
239.851 -158.965 239.366 -158.282 239.505 -158.76 c
239.785 -158.243 238.491 -158.197 238.682 -158.062 c
238.846 -157.944 238.745 -157.438 238.387 -156.577 c
237.999 -155.648 237.863 -154.637 238.028 -153.939 c
238.115 -153.583 238.243 -153.29 238.318 -153.29 c
238.391 -153.29 238.499 -153.024 238.554 -152.699 c
238.611 -152.375 238.949 -151.404 239.305 -150.544 c
239.663 -149.683 239.953 -148.727 239.953 -148.419 c
239.953 -147.749 239.101 -146.529 238.633 -146.529 c
237.686 -146.529 235.736 -148.344 235.267 -149.661 c
234.987 -150.446 234.005 -151.224 233.29 -151.227 c
232.783 -151.228 232.532 -150.992 230.696 -148.794 c
228.5 -146.168 227.444 -145.338 226.976 -145.877 c
226.847 -146.025 221.577 -132.831 221.554 -133.508 c
221.478 -132.228 218.701 -128.181 218.104 -127.058 c
217.889 -126.318 217.712 -125.43 217.71 -125.086 c
217.708 -124.411 217.392 -122.051 216.993 -119.715 c
216.688 -117.934 216.197 -113.512 215.83 -109.25 c
215.509 -105.517 215.585 -101.98 216.082 -97.6019 c
216.435 -94.4889 216.724 -93.2446 218.157 -88.6804 c
219.251 -85.1926 220.294 -82.6817 222.017 -79.3832 c
222.665 -78.1437 223.861 -75.6006 224.675 -73.732 c
226.065 -70.5405 226.915 -68.921 229.105 -65.2967 c
231.044 -62.0893 233.363 -57.3495 235.648 -51.9273 c
235.648 -51.9273 238.031 -46.2722 238.031 -46.2722 c
238.031 -46.2722 238.239 -43.1115 238.239 -43.1115 c
238.417 -40.4102 238.413 -39.7865 238.212 -38.819 c
237.926 -37.4326 238.023 -34.9925 238.409 -33.9498 c
239.033 -32.2608 239.745 -28.9802 240.45 -24.5397 c
241.027 -20.9031 241.254 -16.2414 240.959 -14.0668 c
240.59 -11.3439 238.032 -7.9176 236.368 -7.9176 c
236.177 -7.9176 235.511 -7.51621 234.889 -7.0255 c
234.267 -6.5348 233.579 -5.997 233.359 -5.83047 c
233.139 -5.66385 231.988 -5.29356 230.8 -5.00765 c
228.727 -4.50804 228.583 -4.49719 227.115 -4.7308 c
226.154 -4.88362 224.561 -4.94573 222.826 -4.89787 c
215.362 -4.69192 212.541 -4.99743 202.616 -7.08666 c
200.566 -7.51812 198.821 -8.93224 198.222 -8.776 c
h
f*
q
[1 0 0 1 0 0] Tm
0 0 Td
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 181 0.716] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.044 -0.578 0.243 0.292 re
W
0.093 -0.578 m
0.093 -0.578 0.077 -0.578 0.077 -0.578 c
0.077 -0.578 0.046 -0.355 0.046 -0.355 c
0.046 -0.355 0.044 -0.341 0.044 -0.335 c
0.044 -0.335 0.044 -0.286 0.085 -0.286 c
0.085 -0.286 0.124 -0.292 0.127 -0.335 c
0.127 -0.335 0.127 -0.339 0.125 -0.355 c
0.125 -0.355 0.093 -0.578 0.093 -0.578 c
0.093 -0.578 0.093 -0.578 0.093 -0.578 c
h
0.253 -0.578 m
0.253 -0.578 0.238 -0.578 0.238 -0.578 c
0.238 -0.578 0.206 -0.355 0.206 -0.355 c
0.206 -0.355 0.204 -0.341 0.204 -0.336 c
0.204 -0.336 0.204 -0.287 0.246 -0.286 c
0.246 -0.286 0.287 -0.286 0.287 -0.335 c
0.287 -0.335 0.287 -0.347 0.286 -0.355 c
0.286 -0.355 0.253 -0.578 0.253 -0.578 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 174 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0 -1 0.927 0.671 re
W
0.231 -1 m
0.231 -1 0.063 -0.383 0.063 -0.383 c
0.063 -0.383 0 -0.369 0 -0.369 c
0 -0.369 0 -0.329 0 -0.329 c
0 -0.329 0.224 -0.329 0.224 -0.329 c
0.224 -0.329 0.224 -0.369 0.224 -0.369 c
0.224 -0.369 0.161 -0.377 0.161 -0.377 c
0.161 -0.377 0.153 -0.391 0.153 -0.391 c
0.153 -0.391 0.282 -0.853 0.282 -0.853 c
0.282 -0.853 0.443 -0.329 0.443 -0.329 c
0.443 -0.329 0.513 -0.329 0.513 -0.329 c
0.513 -0.329 0.677 -0.864 0.677 -0.864 c
0.677 -0.864 0.798 -0.395 0.798 -0.395 c
0.798 -0.395 0.787 -0.381 0.787 -0.381 c
0.787 -0.381 0.72 -0.369 0.72 -0.369 c
0.72 -0.369 0.72 -0.329 0.72 -0.329 c
0.72 -0.329 0.927 -0.329 0.927 -0.329 c
0.927 -0.329 0.927 -0.369 0.927 -0.369 c
0.927 -0.369 0.86 -0.383 0.86 -0.383 c
0.86 -0.383 0.701 -1 0.701 -1 c
0.701 -1 0.633 -1 0.633 -1 c
0.633 -1 0.464 -0.453 0.464 -0.453 c
0.464 -0.453 0.298 -1 0.298 -1 c
0.298 -1 0.231 -1 0.231 -1 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 179.568 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.019 -1 0.527 0.736 re
W
0.141 -0.264 m
0.141 -0.264 0.179 -0.264 0.179 -0.264 c
0.179 -0.264 0.179 -0.569 0.179 -0.569 c
0.179 -0.569 0.288 -0.509 0.341 -0.509 c
0.341 -0.509 0.461 -0.509 0.474 -0.633 c
0.474 -0.633 0.475 -0.646 0.475 -0.661 c
0.475 -0.661 0.475 -0.943 0.475 -0.943 c
0.475 -0.943 0.493 -0.959 0.493 -0.959 c
0.493 -0.959 0.546 -0.964 0.546 -0.964 c
0.546 -0.964 0.546 -1 0.546 -1 c
0.546 -1 0.328 -1 0.328 -1 c
0.328 -1 0.328 -0.964 0.328 -0.964 c
0.328 -0.964 0.375 -0.959 0.375 -0.959 c
0.375 -0.959 0.392 -0.943 0.392 -0.943 c
0.392 -0.943 0.392 -0.678 0.392 -0.678 c
0.392 -0.678 0.392 -0.599 0.341 -0.582 c
0.341 -0.582 0.321 -0.575 0.291 -0.575 c
0.291 -0.575 0.244 -0.575 0.179 -0.608 c
0.179 -0.608 0.179 -0.943 0.179 -0.943 c
0.179 -0.943 0.197 -0.959 0.197 -0.959 c
0.197 -0.959 0.244 -0.964 0.244 -0.964 c
0.244 -0.964 0.244 -1 0.244 -1 c
0.244 -1 0.025 -1 0.025 -1 c
0.025 -1 0.025 -0.964 0.025 -0.964 c
0.025 -0.964 0.079 -0.959 0.079 -0.959 c
0.079 -0.959 0.096 -0.943 0.096 -0.943 c
0.096 -0.943 0.096 -0.331 0.096 -0.331 c
0.096 -0.331 0.019 -0.331 0.019 -0.331 c
0.019 -0.331 0.019 -0.3 0.019 -0.3 c
0.019 -0.3 0.141 -0.264 0.141 -0.264 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 182.952 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.036 -1.009 0.495 0.513 re
W
0.466 -0.496 m
0.466 -0.496 0.466 -0.943 0.466 -0.943 c
0.466 -0.943 0.483 -0.959 0.483 -0.959 c
0.483 -0.959 0.531 -0.964 0.531 -0.964 c
0.531 -0.964 0.531 -1 0.531 -1 c
0.531 -1 0.383 -1 0.383 -1 c
0.383 -1 0.383 -0.948 0.383 -0.948 c
0.383 -0.948 0.307 -1.009 0.229 -1.009 c
0.229 -1.009 0.135 -1.009 0.08 -0.929 c
0.08 -0.929 0.036 -0.866 0.036 -0.775 c
0.036 -0.775 0.036 -0.637 0.129 -0.562 c
0.129 -0.562 0.197 -0.508 0.294 -0.508 c
0.294 -0.508 0.334 -0.508 0.383 -0.519 c
0.383 -0.519 0.383 -0.496 0.383 -0.496 c
0.383 -0.496 0.466 -0.496 0.466 -0.496 c
0.466 -0.496 0.466 -0.496 0.466 -0.496 c
h
0.383 -0.911 m
0.383 -0.911 0.383 -0.568 0.383 -0.568 c
0.383 -0.568 0.329 -0.552 0.295 -0.552 c
0.295 -0.552 0.201 -0.552 0.154 -0.633 c
0.154 -0.633 0.124 -0.685 0.124 -0.758 c
0.124 -0.758 0.124 -0.878 0.198 -0.925 c
0.198 -0.925 0.231 -0.946 0.274 -0.946 c
0.274 -0.946 0.327 -0.946 0.383 -0.911 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 186.33 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.025 -1.003 0.298 0.577 re
W
0.088 -0.579 m
0.088 -0.579 0.025 -0.579 0.025 -0.579 c
0.025 -0.579 0.025 -0.548 0.025 -0.548 c
0.025 -0.548 0.091 -0.519 0.091 -0.519 c
0.091 -0.519 0.134 -0.426 0.134 -0.426 c
0.134 -0.426 0.171 -0.426 0.171 -0.426 c
0.171 -0.426 0.171 -0.532 0.171 -0.532 c
0.171 -0.532 0.323 -0.532 0.323 -0.532 c
0.323 -0.532 0.323 -0.579 0.323 -0.579 c
0.323 -0.579 0.171 -0.579 0.171 -0.579 c
0.171 -0.579 0.171 -0.843 0.171 -0.843 c
0.171 -0.843 0.171 -0.918 0.198 -0.938 c
0.198 -0.938 0.216 -0.952 0.254 -0.952 c
0.254 -0.952 0.286 -0.952 0.323 -0.944 c
0.323 -0.944 0.323 -0.981 0.323 -0.981 c
0.323 -0.981 0.254 -1.003 0.192 -1.003 c
0.192 -1.003 0.115 -1.003 0.097 -0.96 c
0.097 -0.96 0.088 -0.939 0.088 -0.902 c
0.088 -0.902 0.088 -0.579 0.088 -0.579 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 202.06 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.036 -1.009 0.495 0.513 re
W
0.466 -0.496 m
0.466 -0.496 0.466 -0.943 0.466 -0.943 c
0.466 -0.943 0.483 -0.959 0.483 -0.959 c
0.483 -0.959 0.531 -0.964 0.531 -0.964 c
0.531 -0.964 0.531 -1 0.531 -1 c
0.531 -1 0.383 -1 0.383 -1 c
0.383 -1 0.383 -0.948 0.383 -0.948 c
0.383 -0.948 0.307 -1.009 0.229 -1.009 c
0.229 -1.009 0.135 -1.009 0.08 -0.929 c
0.08 -0.929 0.036 -0.866 0.036 -0.775 c
0.036 -0.775 0.036 -0.637 0.129 -0.562 c
0.129 -0.562 0.197 -0.508 0.294 -0.508 c
0.294 -0.508 0.334 -0.508 0.383 -0.519 c
0.383 -0.519 0.383 -0.496 0.383 -0.496 c
0.383 -0.496 0.466 -0.496 0.466 -0.496 c
0.466 -0.496 0.466 -0.496 0.466 -0.496 c
h
0.383 -0.911 m
0.383 -0.911 0.383 -0.568 0.383 -0.568 c
0.383 -0.568 0.329 -0.552 0.295 -0.552 c
0.295 -0.552 0.201 -0.552 0.154 -0.633 c
0.154 -0.633 0.124 -0.685 0.124 -0.758 c
0.124 -0.758 0.124 -0.878 0.198 -0.925 c
0.198 -0.925 0.231 -0.946 0.274 -0.946 c
0.274 -0.946 0.327 -0.946 0.383 -0.911 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 205.438 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.035 -1 0.225 0.708 re
W
0.154 -0.292 m
0.154 -0.292 0.19 -0.292 0.206 -0.324 c
0.206 -0.324 0.212 -0.336 0.212 -0.35 c
0.212 -0.35 0.212 -0.386 0.179 -0.402 c
0.179 -0.402 0.167 -0.407 0.154 -0.407 c
0.154 -0.407 0.117 -0.407 0.102 -0.375 c
0.102 -0.375 0.096 -0.363 0.096 -0.35 c
0.096 -0.35 0.096 -0.313 0.129 -0.297 c
0.129 -0.297 0.141 -0.292 0.154 -0.292 c
0.154 -0.292 0.154 -0.292 0.154 -0.292 c
h
0.15 -0.514 m
0.15 -0.514 0.188 -0.514 0.188 -0.514 c
0.188 -0.514 0.188 -0.943 0.188 -0.943 c
0.188 -0.943 0.206 -0.959 0.206 -0.959 c
0.206 -0.959 0.26 -0.964 0.26 -0.964 c
0.26 -0.964 0.26 -1 0.26 -1 c
0.26 -1 0.035 -1 0.035 -1 c
0.035 -1 0.035 -0.964 0.035 -0.964 c
0.035 -0.964 0.088 -0.959 0.088 -0.959 c
0.088 -0.959 0.105 -0.943 0.105 -0.943 c
0.105 -0.943 0.105 -0.581 0.105 -0.581 c
0.105 -0.581 0.035 -0.581 0.035 -0.581 c
0.035 -0.581 0.035 -0.55 0.035 -0.55 c
0.035 -0.55 0.15 -0.514 0.15 -0.514 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 207.118 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.027 -1 0.235 0.736 re
W
0.028 -1 m
0.028 -1 0.028 -0.964 0.028 -0.964 c
0.028 -0.964 0.087 -0.959 0.087 -0.959 c
0.087 -0.959 0.104 -0.943 0.104 -0.943 c
0.104 -0.943 0.104 -0.331 0.104 -0.331 c
0.104 -0.331 0.027 -0.331 0.027 -0.331 c
0.027 -0.331 0.027 -0.3 0.027 -0.3 c
0.027 -0.3 0.149 -0.264 0.149 -0.264 c
0.149 -0.264 0.187 -0.264 0.187 -0.264 c
0.187 -0.264 0.187 -0.943 0.187 -0.943 c
0.187 -0.943 0.205 -0.959 0.205 -0.959 c
0.205 -0.959 0.262 -0.964 0.262 -0.964 c
0.262 -0.964 0.262 -1 0.262 -1 c
0.262 -1 0.028 -1 0.028 -1 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 208.81 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.042 -1.009 0.317 0.5 re
W
0.344 -0.531 m
0.344 -0.531 0.344 -0.644 0.344 -0.644 c
0.344 -0.644 0.295 -0.644 0.295 -0.644 c
0.295 -0.644 0.287 -0.573 0.287 -0.573 c
0.287 -0.573 0.248 -0.552 0.213 -0.552 c
0.213 -0.552 0.143 -0.552 0.132 -0.606 c
0.132 -0.606 0.13 -0.614 0.13 -0.624 c
0.13 -0.624 0.13 -0.666 0.178 -0.695 c
0.178 -0.695 0.192 -0.704 0.215 -0.715 c
0.215 -0.715 0.288 -0.75 0.293 -0.753 c
0.293 -0.753 0.308 -0.763 0.321 -0.773 c
0.321 -0.773 0.359 -0.803 0.359 -0.859 c
0.359 -0.859 0.359 -0.957 0.268 -0.993 c
0.268 -0.993 0.227 -1.009 0.172 -1.009 c
0.172 -1.009 0.099 -1.009 0.042 -0.988 c
0.042 -0.988 0.042 -0.858 0.042 -0.858 c
0.042 -0.858 0.09 -0.858 0.09 -0.858 c
0.09 -0.858 0.102 -0.943 0.102 -0.943 c
0.102 -0.943 0.144 -0.967 0.187 -0.967 c
0.187 -0.967 0.253 -0.967 0.274 -0.919 c
0.274 -0.919 0.281 -0.904 0.281 -0.886 c
0.281 -0.886 0.281 -0.842 0.237 -0.815 c
0.237 -0.815 0.221 -0.805 0.179 -0.786 c
0.179 -0.786 0.088 -0.745 0.064 -0.705 c
0.064 -0.705 0.05 -0.681 0.05 -0.649 c
0.05 -0.649 0.05 -0.549 0.149 -0.519 c
0.149 -0.519 0.183 -0.509 0.227 -0.509 c
0.227 -0.509 0.294 -0.509 0.344 -0.531 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 212.878 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.025 -1.003 0.298 0.577 re
W
0.088 -0.579 m
0.088 -0.579 0.025 -0.579 0.025 -0.579 c
0.025 -0.579 0.025 -0.548 0.025 -0.548 c
0.025 -0.548 0.091 -0.519 0.091 -0.519 c
0.091 -0.519 0.134 -0.426 0.134 -0.426 c
0.134 -0.426 0.171 -0.426 0.171 -0.426 c
0.171 -0.426 0.171 -0.532 0.171 -0.532 c
0.171 -0.532 0.323 -0.532 0.323 -0.532 c
0.323 -0.532 0.323 -0.579 0.323 -0.579 c
0.323 -0.579 0.171 -0.579 0.171 -0.579 c
0.171 -0.579 0.171 -0.843 0.171 -0.843 c
0.171 -0.843 0.171 -0.918 0.198 -0.938 c
0.198 -0.938 0.216 -0.952 0.254 -0.952 c
0.254 -0.952 0.286 -0.952 0.323 -0.944 c
0.323 -0.944 0.323 -0.981 0.323 -0.981 c
0.323 -0.981 0.254 -1.003 0.192 -1.003 c
0.192 -1.003 0.115 -1.003 0.097 -0.96 c
0.097 -0.96 0.088 -0.939 0.088 -0.902 c
0.088 -0.902 0.088 -0.579 0.088 -0.579 c
h
f*
Q
Q
/DeviceRGB {} cs
[0 0 0] sc
q
[6 0 0 6 214.882 -6.484] cm
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0.019 -1 0.527 0.736 re
W
0.141 -0.264 m
0.141 -0.264 0.179 -0.264 0.179 -0.264 c
0.179 -0.264 0.179 -0.569 0.179 -0.569 c
0.179 -0.569 0.288 -0.509 0.341 -0.509 c
0.341 -0.509 0.461 -0.509 0.474 -0.633 c
0.474 -0.633 0.475 -0.646 0.475 -0.661 c
0.475 -0.661 0.475 -0.943 0.475 -0.943 c
0.475 -0.943 0.493 -0.959 0.493 -0.959 c
0.493 -0.959 0.546 -0.964 0.546 -0.964 c
0.546 -0.964 0.546 -1 0.546 -1 c
0.546 -1 0.328 -1 0.328 -1 c
0.328 -1 0.328 -0.964 0.328 -0.964 c
0.328 -0.964 0.375 -0.959 0.375 -0.959 c
0.375 -0.959 0.392 -0.943 0.392 -0.943 c
0.392 -0.943 0.392 -0.678 0.392 -0.678 c
0.392 -0.678 0.392 -0.599 0.341 -0.582 c
0.341 -0.582 0.321 -0.575 0.291 -0.575 c
0.291 -0.575 0.244 -0.575 0.179 -0.608 c
0.179 -0.608 0.179 -0.943 0.179 -0.943 c
0.179 -0.943 0.197 -0.959 0.197 -0.959 c
0.197 -0.959 0.244 -0.964 0.244 -0.964 c
0.244 -0.964 0.244 -1 0.244 -1 c
0.244 -1 0.025 -1 0.025 -1 c
0.025 -1 0.025 -0.964 0.025 -0.964 c
0.025 -0.964 0.079 -0.959 0.079 -0.959 c
0.079 -0.959 0.096 -0.943 0.096 -0.943 c
0.096 -0.943 0.096 -0.331 0.096 -0.331 c
0.096 -0.331 0.019 -0.331 0.019 -0.331 c
0.019 -0.331 0.019 -0.3 0.019 -0.3 c
0.019 -0.3 0.141 -0.264 0.141 -0.264 c
h
f*