summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_7_de/images
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/PSTricks_7_de/images
Initial commit
Diffstat (limited to 'info/examples/PSTricks_7_de/images')
-rw-r--r--info/examples/PSTricks_7_de/images/biblatex-howitworks.eps2452
-rw-r--r--info/examples/PSTricks_7_de/images/biblatex-howitworks.pdfbin0 -> 12047 bytes
-rw-r--r--info/examples/PSTricks_7_de/images/bibtex-howitworks.eps2169
-rw-r--r--info/examples/PSTricks_7_de/images/bibtex-howitworks.pdfbin0 -> 9153 bytes
-rw-r--r--info/examples/PSTricks_7_de/images/dante.pdfbin0 -> 18563 bytes
-rw-r--r--info/examples/PSTricks_7_de/images/image1.eps5686
-rw-r--r--info/examples/PSTricks_7_de/images/shell-escape-texstudio.pngbin0 -> 40341 bytes
-rw-r--r--info/examples/PSTricks_7_de/images/tiger.eps7096
-rw-r--r--info/examples/PSTricks_7_de/images/wieesgeht2.pdfbin0 -> 35044 bytes
-rw-r--r--info/examples/PSTricks_7_de/images/wieesgeht2.tex108
10 files changed, 17511 insertions, 0 deletions
diff --git a/info/examples/PSTricks_7_de/images/biblatex-howitworks.eps b/info/examples/PSTricks_7_de/images/biblatex-howitworks.eps
new file mode 100644
index 0000000000..c13c270c41
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/biblatex-howitworks.eps
@@ -0,0 +1,2452 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 0.24.4 (http://poppler.freedesktop.org)
+%%Creator: TeX
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 359 282
+%%HiResBoundingBox: 0 0 359 282
+%%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 {
+ 2 array astore
+ /setpagedevice where {
+ pop 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end setpagedevice
+ } {
+ 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
+%%BeginResource: font SFRM0800
+%!FontType1-1.0: SFRM0800
+12 dict begin
+/FontInfo 10 dict dup begin
+/FullName (Computer Modern Roman) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition 0 def
+/UnderlineThickness 0 def
+end readonly def
+/FontName /SFRM0800 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [0 0 759 715] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 65 /A put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
+7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
+F88E0F5E0EFCFC36A7BF8DF55F56CAD85FF17ED36819DAC81635B79C7DD7781D
+ECEB569D4B39C1224726D8585A7EBA8B70CC1F546BD9AC5635571620712A89ED
+34420C2DC32764DCE70800424F1BEAAB98EDE5382CA5CDA189977219768B920C
+BD2709F8B65877ADB95C21D3F7899C3C125D5DBEEB0DC9BC533533C759F46103
+F8070FDB06CBCE256B8CA20EF11EB13F1D8891982155D3742EEE279FF8CDB717
+F2CD33BAE384CE95E750AE7196A758B537E76083FCC36C309A4E144D613064C4
+609BF8F0B7196DB3AFA1F6EBD373B34851AAC9F619F6F6CBC7A50A3AF8DC3E30
+6C423C574A4901D4380983673AF3234418A7DE25F45CAB79CB20F0C329B75B9F
+E64599875C13032327628CFE8DC8D7AFEAB0B8B4F1D0E471BB22A9105231A019
+8C304FA97F69C99F5E3011E64CB297AC6CE90A5B1F710A6C56FBE466E5D52B92
+148C47ED84C3A4FEABE8364ED61FE79C30950BBAD054C2BEB96E13430F3F7222
+4A2F589B6FFA927BD38F781AF18E0C361B56E19311833C5B1A669D507DED86F5
+6E8330066A0A16440FF7763D53F018F6F613F3FDFB3AF4E3D48A1E863B940E22
+C63628D23DFD027E5A7B4D0FDAC7D920F9CBFF72F25BF7501B4118FB46E59308
+1751B0258136CD208CFCE1DCC6E4D488036A9F78AB7535545A12913B7B2E533A
+AEBEDE222365AA97
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /SFRM0800 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
+ /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
+ /zero/one/two/three/four/five/six/seven
+ /eight/nine/colon/semicolon/less/equal/greater/question
+ /at/A/B/C/D/E/F/G
+ /H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W
+ /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
+ /grave/a/b/c/d/e/f/g
+ /h/i/j/k/l/m/n/o
+ /p/q/r/s/t/u/v/w
+ /x/y/z/braceleft/bar/braceright/asciitilde/bullet
+ /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+ /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
+ /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+ /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
+ /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
+ /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
+ /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+ /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+ /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+ /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+ /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+ /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+ /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+ /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+pdfMakeFont
+%%BeginResource: font SFTT1200
+%!FontType1-1.0: SFTT1200
+12 dict begin
+/FontInfo 10 dict dup begin
+/FullName (Computer Modern Typewriter) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition 0 def
+/UnderlineThickness 0 def
+end readonly def
+/FontName /SFTT1200 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [0 -228 513 618] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 46 /period put
+dup 97 /a put
+dup 98 /b put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 105 /i put
+dup 108 /l put
+dup 111 /o put
+dup 112 /p put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 120 /x put
+dup 121 /y put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
+7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
+CBEA3DC9C7BD46D10E7F16D67C874498113A5A6A9B3E673B3E9E660A1BD19921
+3C27C1355A709A6CDEEA80F2A47588216CE97CAB26FEE5C566C90316864FF2C4
+90ECD4D9FAD74CC537F994D8FFA16082D8536DB83A1A1B2B26D4765347C3C4C1
+536BA9B5FF61182566AF411C6C2F6F5471C2F5A71FD03C844747B82F1052BB47
+3A5F7B68DBEDA8D3094606234C7D667842B1B8875D2122BA3728C718C8B7BCA4
+36784AF723D0367F3B2ECA09E1FE1BFE0504ED89306FB683C11465E088C37A44
+1EDA834894DA252F613D0408BC0D58796F47D41B8BA734A9A392209831D05316
+2CF620C3582EA0739FA776AA4020D7CF9468E70356A0A4991B4A96C102EBF025
+1A1DB249DA7F798EC82A0DB52585D59B05C4F04EF3A7B0521F0DA0CB58389194
+5AB79A4CB028379402FB1B2CDB25C8955F8F0973B1C79271C342AC6847BB1506
+A6C75301DF8D201020AA3F11D89A1C8762B495E75D0994BB5685C0518CDF9CAB
+C3161310531F3ED44CA107A6875274638C635463433D2DBEC82677076F79CE63
+FE7B049C5F6A59A8D04C99077E88693AACB3163F735055DA45E1E452419C0833
+E1EBBBF593F32F6DEBD4DEFFDD3FCD61AD02C7E9ADF38591C9E8640F272C1168
+1F0A88224D5CFD1D827F7E088B36FF903A020A9C21C7781DB222D4A1B9EF7D52
+C4A85D0936BE0D0FC3D8C3C03EEFCD9843066CC08E92E978D5EF4289D329D70D
+4DC515507083F544E52817CEAC5E34C8EBEB7F1FEF75935AB919A2FC281A0903
+F97DE38A6BE244DB106ECFC8D4105E3A64E3B44B0D4C77A0899B660725E3207D
+66564E2C1323FCCC19308A9B8FC0D8523E7DF1AC8CFA97AD904F1F4ED17CB2EA
+F1D34B6FCACEF92C4D999BC3160B021E4AD2F2E28D2A7361AC2BB9115C8E4A1F
+72979BB84CDCFF69ACB38B5C3DAA2526356A209F2D48630BF06A17FDA9146E26
+0D6E09F664F2D6D8B0675981ECB627803D0B973FF9E12EAE338FBDFC77C2AE17
+ABB667D39B7271A2A5A1071A66EF9192CE7715FB50E175DA7D1890876FDB12BD
+5C0C6D731080D46EC43BEAEAA9D25176A419DD10028F8D75B75747AA90B1D6F7
+535F5ECAF1632F31F973BF578BDD61C5EDFCD829B554FF6445D666FE1EB17063
+092E55FEDD0CE803A6E66A450276C0A22312FB9A8266E4D95917CC17A895EAE1
+8DB1CAB44E701891DC9BF55469DF098BAE66423E01A26C491D5073B06EDC1AE8
+1ED0678EE9BB7F08CD6443B37C3C10DA4C01E88B22FED1F8A1D70D161FF92D24
+5A41362C98ABE75A3EB87006FDF6FF7185CBDC8440AF48A97DB4B86FCC1CF5F5
+BADBC4D82ACAB59CB978E6A1D218AF99737BE80978115D720FE231515AF8B510
+898137250FCED4F046567C80D4B8BC44B7AF9C19607EE42A77BDDC853223CA96
+63303ED9DEDF3CE7C8DE194CDF945CEA95FEB1DD06BB2EA92806177FE113B1C0
+F8278667D38EFC5E5E2A5B382580AC51CFC0E5E38336E402F1C4AB1CA93E776D
+CD523206B01E51253C40BEDA8B08C60FB0CA9C18CFBA79B8BDA98863849A9DB1
+EA03EA5FDF71B8F2CCB9438E92614AFEFD0D2E79226BB6B839F636A4ED19C469
+0ACBF3966E70D1A70484C371E13CB63E0FAF35E58878F555FB77EFC6E7D1C245
+8E29EE804E54703B4BD1F52D66C3116BB943C08BB67E43F240D78DE0515625DD
+74E5ADC0A4989C8605B95E2C9B7C70861AA634DD5183DD216E16418F48DE95C2
+0722D01513E1C91CA385E8F9FEA9150783A7A6DDF8B976572C860138B5312189
+879947476C83FFC2086EBA9A8C5FDF85706E735972A888DA0764F2856C7BD19A
+37B7036C748AEF6AD47EE44434BECC27925D0646EFCB9C1120D57227EA8E0A19
+92D0E927A1E2C3A5555D76AD8E68562B32B293486D58A5360FF0D99506A3F1C4
+BE81BBA9ADD9B14EB3ACEFB3F977FC9D4630541B2C5D2670348B471DA81AE7CB
+0AB3540F06CB6A17A5E804C24CF5CD19C30EF17300205F12D6C95E15F7037989
+C499A39201301396AF4B3F860300024BBD0DCCFF633A2812B8A7EF3E8F13D47F
+473DD592BC424599526002FA8BA74022A8637B9906728AF8AFC58283358684E9
+82AC812BB457580740EBA3F0D2F51EC78A955CC2D0D8F7BCE1FB3089E0AF155F
+54BB6EC6068F5E7E66FAAB3719D4181AF06D8C7DF94702B4BD056B36A9E1D7FA
+5FBC8ECDF419AD9E26898C4EEFB38CCB92A4587DC7E5D14A45D050AEEB84E48A
+9575D8DBCC33CDA891F09A45AB80E53F9A0C504053612455FA63533D0E60A96F
+B825C1D00A9D5F4D52F193B00694F2B7439C888F076D8286C5AF018DDAC9125C
+BF7BEEBF9D7BC7D23CFD42622266C6716E0A662DE9F9DCA8BA15625078BFB2E4
+C65C4423D96446ED6884F2846A71724A6927235E053A3CD730BC92369B425160
+E2935B90CE3ACBDA0848BCD2295D5D67B2897C23D9C389AA6AD95A8A6FBA382D
+BDDB0642C3B8D6F40A15E2B399CCD04FAFC2D04BFBDAEE0AC068370220BE9C85
+5AD656FFCC7BB67CEF621C21EAF00805289E136930D2A67A89D5584E029E728F
+C1AD3A4834D15A519E1A890EE6A700E6DCA73BDDE5627EE762D810C13E9BFB07
+F35D1627996EF4D0E522F9C565A1088F0C6140BE4BF0531DDD2F0010BC8E2F07
+348F0721F7F9BFB5E3058579C06579C5562F7F8A129071C1EC83671DEAD16609
+B7FF149D3D1F40C4ED251A5CE84CAC4CB447B39D2447D6896571416BD7A3C4AE
+011F6052440495207CD3BC44B66FC5EC8965CD4E1DFFFCBC57D1DD556A103A72
+53E199CAC4B3C62B5B43E59CB92C9AB44A314184598939D85C835404C68206C0
+26108F78502F4849174EC893280C40C1C1B5A44F12D02F93645F0DA4B2571DDF
+70F36B541E4798453371C5304A0C131EF05417178080A72D303D5684AF4764C9
+5B756BB9AE4FD918C234C47BD14118239ADCF8629F0367C93874F50113ED083A
+97CD923BF15A51CC289CB620448B68628784876203422FB0E8E1A3C21DD67EAC
+44F25387C0E098121FE08673E7A9EB5B96B3443A848F7A1D951D5C767C18FAD7
+9EEE0E4F899F72DBA640F4A3E40DA69027F7BAE53BBA049814317DF82CCECB09
+1296786559CE42A22C1C5335E6BD2CD6EC63855F15669230141A3A883FB48F27
+21C94BC312207CAA71BB4E8FCF52B81D1B2995B3E168987CCCA8B81E0ACCD6B9
+77822FABFCC6AE5C005136AF43FF86BDA44D83B5EB1645A185D98C526855C19B
+D2B04501241F525A05B8FA01EA9FE8FD1732A4F08AAB670BB5A14D0CE7CEA93B
+FF83CD3302B2FFD58BEFBA0C1903EA8A4D3DACE654A734FC7537DF680E331E80
+87A2BEDDC4AB4F1BD23880463C3A829A0EC81310F7B91B0282A2DC07DC9B2837
+9B65FF065A63714C511DB9B2A91D1C36B5FEA1A1C4DE903F0F464C57EDFA7C8D
+E6BB928F4149336199CF711230873A37E36E39209F6E75EAF17A00A3080C33E0
+DB28ED535BFF591452A097FA6DC7B3A1D1656F8963413EA3758434FC8C8AD4B5
+3C8B238A6517A1501BCE9C0208107F7A280075EC358FBDA7B23C51A56F1A98C4
+A3A92936D0698D2557591A9E21B042FDDB9140D7B265303B45885A0FBC6F110F
+04159E1B13CE9845E0E34A092B0980902123F4964449C341E4873BDFF1A8F16D
+6C9ECB80BD916A72751BC89C0253F1DB5268FB65DACB76EBCB694AFA40410098
+1F065DB5F976C0A79FBCE8E42039FF668EBBCEA12FBEF8B06F35F82F8F92FCFE
+24697585E807A0AA828F5BABA99D9500B4FCF6CA28B6C7761B6730A8F88C2B21
+D55D406D4AC7C21F3857DFEA4088550C2C86F789F9FA27E39F569D96D6E73A3D
+DD1C58649711206CB5D9FB0BEA8CDED484B1B781788837B0E643C9004E90496B
+1944B964ADA26AA490B8AFD3BD525E03C1B7123EC999D0786E262D84719C2DBF
+D4D55B103E6F01D6C95A209E1C3F7F180F9DD867229B0FF60A1BAA8C091E7F05
+BF328B76400C9C34F5C67A89EB402DF0297139D80461AF8951C40A952239D54A
+2784F3C70752AD253029055D17805E4C6B1A57179BEC7541D16F3E4CF88FFDB3
+5B335E767F6F3C8E8E22BC378F4053202990C1ECC8F004625552AE3F55F06DBF
+E3BD370D612A329ABABAECD7BD6DA03B71CB8656D9DAAFCF37291DAB2A80F9E9
+40067CC7B280A84B444A2A0C579BE75D8C93051E2EBAE93C145731642C51AA63
+AC4A42F4E2FD7B4115326FA4610ECF77756F22BD37CD372A98400693DE383E08
+37533D8DA0AD16D18C3D2FB73313D404D61AC560953462B25E8BA1260B5024
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F11_0 /SFTT1200 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
+ /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
+ /zero/one/two/three/four/five/six/seven
+ /eight/nine/colon/semicolon/less/equal/greater/question
+ /at/A/B/C/D/E/F/G
+ /H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W
+ /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
+ /grave/a/b/c/d/e/f/g
+ /h/i/j/k/l/m/n/o
+ /p/q/r/s/t/u/v/w
+ /x/y/z/braceleft/bar/braceright/asciitilde/bullet
+ /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+ /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
+ /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+ /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
+ /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
+ /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
+ /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+ /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+ /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+ /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+ /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+ /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+ /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+ /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+pdfMakeFont
+%%BeginResource: font SFRM1200
+%!FontType1-1.0: SFRM1200
+12 dict begin
+/FontInfo 10 dict dup begin
+/FullName (Computer Modern Roman) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition 0 def
+/UnderlineThickness 0 def
+end readonly def
+/FontName /SFRM1200 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [0 -204 711 705] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 45 /hyphen put
+dup 66 /B put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 76 /L put
+dup 80 /P put
+dup 81 /Q put
+dup 84 /T put
+dup 88 /X put
+dup 97 /a put
+dup 98 /b put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 105 /i put
+dup 108 /l put
+dup 111 /o put
+dup 112 /p put
+dup 116 /t put
+dup 117 /u put
+dup 120 /x put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
+7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
+F88E0F5E0EFCFC36A7BF8C2785B1C6BD07EBBC49BD84D3177D0E74FBB743C182
+197C42B13BBFE26E1DD6FA477EC32A86EE9C116A393094450E13CBCEBC8B9921
+A529AE1151B5AE6296F7014608718D99C02BD87CF360A71EFAABF9A30ADE4FD0
+9A4E45FAAB05BE616FD9536C3DD7AE46DF24997B691070C0C1607DAA651F48E7
+C3966EAF764657E4D626410489591588B6E7823D3D74C2EA32FE939ED573E216
+D69B580323BDB045CF5A110DAE6EE365EEBA88AA6B070088825996F64218C960
+7C705F48AABC7990C8348E90B3E34321D81BC1A4E19425620B8424385422FD13
+DD98B7857EB32CBBD1D6D496408C5A096C71EB8AA0085383388D95BF54BFE2E4
+125DFC69A9AC8F28890BF742AC2F5C4E24F930AC86FAC064FC9A130292024EA3
+C27E7D416E21E7A67443DFD9BFAC6CF0B772D6BDF5754218D4B75F81E5876013
+A2D13EEF871CB61E1AB1E9973994E74B4D944F855A6D68F31103BE2AAAD986E7
+3F0A05196789D2080F73449BACDFFEEEC029507D1AB1760D7C9A52E0E6EC2CEC
+9EFFB28BD7C43398403B413AF5590EA8036C4B1A485426B9EC3E8647A0878BF3
+443A04D03633E7A129A58D9B59B8E3434E2A45ECECBC35D11B1088A118155D3B
+AA843C9A3C71551610191189BB0805EE634EE9D32E54DD3273092B725EA20480
+3556B5E05154B837C05C42EB4BE5F51224A39731694A5105EF6F1DEE152596DD
+94366905F5AE0C97F6B679F5AF1E56FD8DF75CFA2A494FAB9B2833DE44D8E168
+AE95F2EAFC257E73913458015949EAEC6CA15B30238CBD2AF93D07676CAF44B7
+8DEF2A1AA2205A695331E9D6C51C881ACCF7ACBF78CDFA08E4F0451EBFE48F31
+D97E8A00D33110608436A11CB079652AE05E287031B95AE44978F64BB472D4A5
+616ED02BFFD6F9FA1EF2BE24F8B8B4A766FDC64E234931F971BBC015035B575B
+76B2B4637B611E6B89DF9E2DD94E22F4D8799D4C14DBD672D0CD14D40673CB33
+47C5B43CA224F1718FFC71EBDF94DECC318F9B0BA52DA4F87EAF6AF4E5555779
+A3C837BC86597DAE65FD01A9CC8603C13775E9B733D3DDFBF5106F48CD75E65E
+9CB9CB0CF2B2A1118580135D6B3D259AB077F8888CB5671C28ED4AC371E47D18
+403C6037E67861558242FB4EB27797E94A7BF525689F773E15312085572F7359
+A7B0FF242B08AA5E8F73E9AA44C6718F9F6965ADC2F633090852F3DF4083A823
+A8D911895622692CD6677B93F2EE224F605A3F8A33B91F6EDE6B0DD03D88D983
+03B5795D201C8A02A021161DC055D288C2755CAAE21533069F73AC6D0DC158F8
+0DDD020146E1DC768F0E2D7712F2B805D74FC819D5AA7A8346475CEAE0AD60D1
+7E0343DE69800F9DAADD9E0E9655DA0048FB9C5FA613560BD2436F9AB2B17004
+EBECAFF2409F46208D85645E667EEE8D8A1A267E6C25CB8D4DA8A01E6604C1C8
+4C1F9F2524E7B906DB5A6D18C17D2DD24DC60AEFACC2187C584AE5849F400798
+A7E4A79BB36FCC89AF646815CA8DD13F523082C1E9CE3D002DD8F413CB210190
+6BDDC2F16F28CA7B36A9C27305EE689C64CA4F96FFE15C8F4400D25856A106FC
+8D2B38FB2912CC11E22D320957FFECFE640E7676686ADFF5D9E9E30C706C13A2
+A9949D44013953E99338C5C58E1A0118D69FA8418457B920FEB477C275807595
+F0BBBC52DE43F5124D776736AF8B352B19E1D3CF522F482D815A222BA1C8C07A
+18E414D909F9205AC8FEE75AF6D67BE7141E6331D2DEDCC45E4A94FBD11F5EC1
+67F81C29DC25A770556CBF9D2D1743195C7D68A0D618D15694FDB9F6EA6B9624
+F6E36231C05A6AEB5A5CD64C60AB5141474AA29D0376B2C53F05A0B4EF804E89
+2DAECCEB63A80BEC86A73F6CC9D2D8E4444BB61002585FF1360E623AB46FF5C9
+3C8367D721ABA962EEA50642397B54B7CAAF73FA1981EDC9BC83B103AAD6F313
+BB7D9EDB7A97DC87A762B2670708F88919AFF6ECB779675A36B98100C8BDB635
+9DBD30A81550F661B2982CBE481F16E678170B5C77D7081BFFFCCFABA4C01DEA
+748F791C54F87680FA1D428095261BBDD042DCFA562E08F641A11DC9884513DB
+63FE15A92CD9E96AECEE59C4C58820C6C0BB151C3C78AEA82B8D15D33B0BB771
+C6A3E22E3F7C35F16388133902D9AF7A9CA6BB94567DCAD2A67F69387FFFAA5C
+43B2FB29DDCCA4ED78B4E6FC22CF4D9CAB4F3D19AB2C040CDF5E76C3D509C329
+BFDCBABBBFFA72159808750EE5CF6A649822B81E76AD294EF2B9D8E55A0A2BC7
+F7908CB3440C9A5AE04F17B3964613FB0328B4D30453C32E0C1840013C6B77AB
+83CE51A28748566B2EDEA7B8A1C4C44DC0386D04C1F406D97CE325FD51568A23
+85C54268E1D090493E9E2B6670B3FC67AEDA0CCB8D5496EB02065002A8F04C45
+37F9A8E8D0959B9D8D6336CCCDBA2F1EA5733FC5A3B94D1D81B3B7AF617B4A65
+5D72E273313AB6D206027866072AD6B05643F5D041C61FEF030986DC030820EC
+1108AE65022DDA0B505AD719288041C6E134B5A8BCF3849E5E3421A9C38C098B
+4D5CF9059814C16A1314BDC985080013544624F68FDB6B3254043A2066A6CDE1
+175B30392648553DFFB413416728E4561AED11F1BE3AD585B99DBDD1C29C926B
+083DED90040E3BA9614D20AEBFC37C1747787A283BDA66DC17367D01E9602110
+A79B27FA971D982DCDDC8944C31F13A61D32A21919F0E1FA98BD1D325D6EBD3A
+90C71755BAC06BCDC52C6055C6B3ED781A769AA130C577C956666CFA4485F045
+AB4EED57C6A0DB37E71A9CBF6F39A69E21E948319A79197D67F7843C2EBF4858
+7452C9F43CB495CF50DA2C5BA72B59FF44739BBAB283DBE753536BEF46E00966
+DA059E0AEFD978C94D180F12F3D053BDACA39A28965CC2DBF825E2F304C017C9
+CC26A31C776821FB589E9735C46C1A9A0A8AB9A681042EBD4C1736CF349BAFE8
+65330E5F9912936F88B3B80D314208181D445A3FC693B6F3281B50BD15995B6E
+8EF4F36069BAA33F9CF9EDB935649F6B23B1F8D6036F87DC313D8FEA57B176C0
+1866FC768DB574E836B8BD6DB88D717B86C827FF22C8E51409D2FB51F2347CB6
+89D77310063883640820AFEECA471F4CB58A78E5F70A16791739CED466441259
+355E0885CC8BC2050FC8070D0336F1AFCE647D361AB163C016FC077B9AF7DF29
+D810138443081588F19A8A190EF2C1D94026A66372C7DF1271145E221DE51946
+A37BCEF69693FE7B0D855AC4B680D21D1C6B4F978229E176F749B2F430A6B705
+56F79B5995C9BD62D3A1703ED37F0A65CA93297367E58ACE00EF70042FB7156D
+3A6B6CFC67A55D617A5B14A3BDF6EBA4910121AB6B5FF64EC28FA831C7554505
+0E809903649F5C11B65C9DD97FDA1D5A2F876D2A8F86C7DBE921B37191E1F0CA
+281390F2CB74BFECFA0E4B0D79A78188C30C30856650059ECD7F3CC704C57BC7
+1172A2251A30EF53336C388A3A74286103D9B4BDC754B7658D048005DFECD93C
+9670088B6E8EA8A9148F635E72AF0817865733CCF4F1862FD9C43E9BC02BD82D
+B934CE0509A2EF96C16D0CB3643D0179D3CDC261014BF6F5DF1DFEEB0DAD6A9E
+728559464BCBBF2FCD3FCEEC839A511E04F0DDBDAD8B768DE4C1C8157F3650AE
+B85DD75DD778D9989EB0F67CB4CB95B6F2CACB7ADF6C579976101BF6926A5028
+6E509BA1C67113D7EF082B1A8F31ECBDE5D39D7D944209550D749375CA822F27
+499A23DD07FED92E765DA7FB0B127206CFC11CDAE57F36EC4D484DA39DB0F2B3
+25ABEB1BACEAAF160A5EDB3B9B8ECECF6BBFD4C2DA2C8B98F690DE255032F4B9
+5B36ED7BBB86F7495E8C79588C46C3BE8DF9EBB6B976D24E4359CBF8A46DE0A1
+6B8B67AD90B26A2AE985512BC5D2B6BB6BB399BD3CC178E0B5CCAF90A52CE980
+AF543E78ECC03CE790877217CFD7CAEC9DF539F0FED3E806E0E746E40079DF02
+BA0B154BABE64BB598E2ED26BC727241B6FEB3B9AB1258F0E3207D9BDE6935E8
+A04898AD9F760CBA6182F1570E5A45B09FF1864E1C8CC883C142C06D8D16F683
+811A123D0F994B1E9A182B0307D74A78AC54B7B29DD37B5D316A228B720A1CA4
+0A366B2CACC6FCB28773B79BE271F51B60E09C743F9DD23C38AAAEB102640C5A
+4AA8231DCFD1381B36AFAFE0BF0A60BC21B7EBAA8453BF3BE5EE101123EB4AD0
+A84E06FD3056494A322F1D7A72DDF75941108D525B5B5FA60CD0D42CE07DB18D
+E2A79B2C55DB4FBA0568E0BEC80BEAB2C1C5CC43319359DF1E9F8B4759637774
+CE7CD5F43B61EC0EEA642E593E99B4295BB1B6FC42531077C56C973F05658520
+03F0EEB83D067D84851D48ECD05B5133D4768739100238400628B9DA510922F3
+D270637D919BDF67B873A5771109B33882573047728A9FC5C8DCB5CF3FB8B4DD
+CBF4631592E980A92552C2219F692CA330C15E7AB52C1A2FE01487AFB661A30A
+E1C47DDF52EAA61883491B2E8CDA6CCC80E3D26AC2A5F340654BA496DC1A92B9
+F411D50648BCEFA7C6D7113219096ED78F67471BB6FF5ED14E7E69D5F5B3C8D3
+CE68815A9F15BF7E4331A8FA1284AF623828B5AB1BEB1E6D2160C1CEEBD2F305
+D8A5D389850998FCD725523E4A03532F0C5247D6482CE68DA355AB8B306BD69D
+5D8E1D9A4C305B33B604A1671156551FE0D4CED5A7747224101153331064C21F
+09A84568D72625D64C523255D0662E5D757E6494ADD8730E9C0205577340916D
+A9D1269E9877AE09B179960DFD30109D0A137A239B459A33A1FE2138637F2880
+5F469C76DD6BF1F30E261A3D090BADF096BA6F65C30871C99C3964A27843B12C
+FC51572E08BE0CA901E96B1E5BDE01D447725770125689D8F686ED83C3D341E3
+E432CCCBB4CACFCB88840F1ACB4363660E66722B7210E74F626206741A07A7C7
+67FB1E32A88F34D7D07A69B74C8D9A79C2F9B9D61A9B31C66E2FEF2464CE4C6D
+AD9038557F19C152FB6A78B9B4DB266367A63AE81EFC6ACD2DBF3C00AE08FAD8
+43E179821BEE56D7E3F845F3714C94F9B65D016115609DBC3B4486595F9BA16E
+2276244E8C77F19A0F34F672C3B8B407309FAE6131B98FD9D9871B76479F5542
+E7EE1C1F2DEF81740CE20E588F0A433544CA3BF404C64AC694B515A55E3B7003
+B0F3A153882CF636358266BC17034DB05C92009E840FAD0E92526F80E64EE1A9
+681F262DD235FF5A2BABBCDD9BB8A05270400AFFA34443908816B627307CD2D6
+9C3DC514C3492645A9FA77AF867490ED766230105F5C6CB3C31F5A09B4C49E43
+98CF70AABD5DFA1367322A68379724B4876098E48573562E58904BE7DF51E956
+B9A042CB9022F87B40FA6CE75427F8137587F64AF0EE0640B7326DE32F46485D
+54CD7A14BA815B1A7FEEA58A6BEC0102E986006DDE016ECB976DF072595D20F9
+22E17E45A5B7D1B9BF4D35A34B5C9D769442D317738CA64FE64F23A24CDE07E3
+01857253AA0A1D323691D931D5FC900A257E57A77004779B8BD188C5CD6948E7
+898A3F4B7824B660C874F16CA7EC5191C635D727B64DF5663764663A6AB1D956
+C1D992A7CCFF1913F8CF92311E6CE12397CCC22D981CF4E63ABCEC3688AFE572
+6E9E46BCF46FE6B89E2503F6B6CF5AB65C84E1D024A66D2179C7A7D61750AF16
+CCA7D9CF699E65BA575E6161E84440ACFD51BF9CACEFF0B3EF0E058F680E3D5F
+036308FDF0B3D859C90B74949D2CAD8A23467383A0818886AD00D224C67AB2DA
+2B9AB22A73B75F5A290EE431B2541662270EFFC58EB981325E253A19D7A873B4
+C70B62A089CF38FA7BB4508F0ECE6EA5096506B7F5B4B9508200B40B5122706B
+9F9BFD379D936A177DAA9294
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F12_0 /SFRM1200 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
+ /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
+ /zero/one/two/three/four/five/six/seven
+ /eight/nine/colon/semicolon/less/equal/greater/question
+ /at/A/B/C/D/E/F/G
+ /H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W
+ /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
+ /grave/a/b/c/d/e/f/g
+ /h/i/j/k/l/m/n/o
+ /p/q/r/s/t/u/v/w
+ /x/y/z/braceleft/bar/braceright/asciitilde/bullet
+ /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+ /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
+ /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+ /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
+ /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
+ /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
+ /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+ /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+ /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+ /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+ /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+ /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+ /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+ /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+pdfMakeFont
+%%BeginResource: font T3_13_0
+8 dict begin
+/FontType 3 def
+/FontMatrix [0.001 0 0 0.001 0 0] def
+/FontBBox [-1000 -1000 1000 1000] def
+/Encoding 256 array def
+ 0 1 255 { Encoding exch /.notdef put } for
+/BuildGlyph {
+ exch /CharProcs get exch
+ 2 copy known not { pop /.notdef } if
+ get exec
+} bind def
+/BuildChar {
+ 1 index /Encoding get exch get
+ 1 index /BuildGlyph get exec
+} bind def
+/CharProcs 1 dict def
+CharProcs begin
+/Bullet {
+0 0 -1000 -1000 1000 1000 setcachedevice
+q
+500 0 m
+500 276.141 276.141 500 0 500 c
+-276.141 500 -500 276.141 -500 0 c
+-500 -276.141 -276.141 -500 0 -500 c
+276.141 -500 500 -276.141 500 0 c
+f
+Q
+} def
+end
+currentdict end
+/T3_13_0 exch definefont pop
+%%EndResource
+/F13_0 /T3_13_0 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+ /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
+ /zero/one/two/three/four/five/six/seven
+ /eight/nine/colon/semicolon/less/equal/greater/question
+ /at/A/B/C/D/E/F/G
+ /H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W
+ /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
+ /quoteleft/a/Bullet/c/d/e/f/g
+ /h/i/j/k/l/m/n/o
+ /p/q/r/s/t/u/v/w
+ /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
+ /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
+ /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
+ /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
+ /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
+ /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
+ /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
+ /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
+ /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
+ /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 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 359 282 re
+W
+q
+q
+[1 0 0 1 0 0] cm
+q
+[1 0 0 1 0 0] cm
+0 0 359 282 re
+W
+q
+[1 0 0 1 -11 -552] cm
+q
+[1 0 0 1 0 0] cm
+0 0 595 842 re
+W
+q
+[0.1 0 0 0.1 0 0] cm
+/DeviceGray {} cs
+[0.8496] sc
+878.211 8093.26 m
+878.211 8334.2 l
+3117.58 8334.2 l
+3117.58 7852.32 l
+878.211 7852.32 l
+f
+/DeviceGray {} cs
+[0.25] sc
+136.723 8125 m
+136.723 8238.46 l
+735.961 8238.46 l
+735.961 8011.53 l
+136.723 8011.53 l
+f
+7.97011 w
+/DeviceGray {} CS
+[0.25] SC
+136.723 8125 m
+136.723 8238.46 l
+735.961 8238.46 l
+735.961 8011.53 l
+136.723 8011.53 l
+136.723 8125 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+115.59 8146.13 l
+h
+S
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+f
+/DeviceGray {} CS
+[0] SC
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+115.59 8146.13 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 17.627 811.658] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(Q)
+[9.097907
+0] Tj
+-1.46319 TJm
+(u)
+[6.503629
+0] Tj
+1.82261 TJm
+(e)
+[5.200512
+0] Tj
+3.46576 TJm
+(l)
+[3.251814
+0] Tj
+0.909516 TJm
+(l)
+[3.251814
+0] Tj
+0.909516 TJm
+(t)
+[4.554931
+0] Tj
+-0.733637 TJm
+(e)
+[5.200512
+0] Tj
+3.4655 TJm
+(x)
+[6.180838
+0] Tj
+4.73979 TJm
+(t)
+[4.554931
+0] Tj
+-0.733637 TJm
+-4.68242 -29.7867 Td
+/F11_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(t)
+[6.144973
+0] Tj
+2.54463 TJm
+(e)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.54475 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+564.32 7558.02 m
+564.32 7672.73 l
+1157.65 7672.73 l
+1157.65 7443.31 l
+564.32 7443.31 l
+f
+/DeviceGray {} CS
+[0.25] SC
+564.32 7558.02 m
+564.32 7672.73 l
+1157.65 7672.73 l
+1157.65 7443.31 l
+564.32 7443.31 l
+564.32 7558.02 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+543.188 7579.16 m
+543.188 7693.87 l
+1136.52 7693.87 l
+1136.52 7464.44 l
+543.188 7464.44 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+543.188 7579.16 m
+543.188 7693.87 l
+1136.52 7693.87 l
+1136.52 7464.44 l
+543.188 7464.44 l
+543.188 7579.16 l
+h
+S
+543.188 7579.16 m
+543.188 7693.87 l
+1136.52 7693.87 l
+1136.52 7464.44 l
+543.188 7464.44 l
+f
+/DeviceGray {} CS
+[0] SC
+543.188 7579.16 m
+543.188 7693.87 l
+1136.52 7693.87 l
+1136.52 7464.44 l
+543.188 7464.44 l
+543.188 7579.16 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 60.3863 755.085] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(p)
+[6.503629
+0] Tj
+-28.2769 TJm
+(d)
+[6.503629
+0] Tj
+1.82261 TJm
+(f)
+[3.574605
+0] Tj
+-72.2676 TJm
+(L)
+[7.316582
+0] Tj
+-0.63153 TJm
+20.8801 2.76016 Td
+/F10_0 7.97011 Tf
+(A)
+[6.344208
+0] Tj
+-2.34412 TJm
+25.44026 0 Td
+/F12_0 11.9552 Tf
+(T)
+[8.452326
+0] Tj
+4.37476 TJm
+31.91995 -2.51992 Td
+(E)
+[7.962163
+0] Tj
+3.56404 TJm
+38.40003 0 Td
+(X)
+[8.775117
+0] Tj
+1.1099 TJm
+29.64222 -23.5172 Td
+/F11_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(a)
+[6.144973
+0] Tj
+2.54501 TJm
+(u)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+823.258 7773.52 m
+850.281 7697.85 l
+877.309 7773.52 l
+850.281 7743.25 l
+f
+425.641 8007.54 m
+425.641 7797.48 l
+850.281 7797.48 l
+850.281 7743.25 l
+S
+/DeviceGray {} cs
+[0.25] sc
+979.918 8124.77 m
+979.918 8221.97 l
+1593.3 8221.97 l
+1593.3 8027.57 l
+979.918 8027.57 l
+f
+/DeviceGray {} CS
+[0.25] SC
+979.918 8124.77 m
+979.918 8221.97 l
+1593.3 8221.97 l
+1593.3 8027.57 l
+979.918 8027.57 l
+979.918 8124.77 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 1 0.6992] sc
+958.785 8145.9 m
+958.785 8243.1 l
+1572.17 8243.1 l
+1572.17 8048.7 l
+958.785 8048.7 l
+f
+/DeviceRGB {} CS
+[0.6992 1 0.6992] SC
+958.785 8145.9 m
+958.785 8243.1 l
+1572.17 8243.1 l
+1572.17 8048.7 l
+958.785 8048.7 l
+958.785 8145.9 l
+h
+S
+958.785 8145.9 m
+958.785 8243.1 l
+1572.17 8243.1 l
+1572.17 8048.7 l
+958.785 8048.7 l
+f
+/DeviceGray {} CS
+[0] SC
+958.785 8145.9 m
+958.785 8243.1 l
+1572.17 8243.1 l
+1572.17 8048.7 l
+958.785 8048.7 l
+958.785 8145.9 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 101.946 810.938] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(i)
+[6.144973
+0] Tj
+2.54348 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(l)
+[6.144973
+0] Tj
+2.5445 TJm
+(a)
+[6.144973
+0] Tj
+2.54348 TJm
+(t)
+[6.144973
+0] Tj
+2.5445 TJm
+(e)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.54348 TJm
+30.6023 -20.6598 Td
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(s)
+[6.144973
+0] Tj
+2.54348 TJm
+(t)
+[6.144973
+0] Tj
+2.5445 TJm
+(y)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+908.301 7773.52 m
+935.324 7697.85 l
+962.348 7773.52 l
+935.324 7743.25 l
+f
+1275.91 8023.58 m
+1275.91 7797.48 l
+935.324 7797.48 l
+935.324 7743.25 l
+S
+/DeviceGray {} cs
+[0.25] sc
+1688.58 8124.77 m
+1688.58 8221.97 l
+2301.97 8221.97 l
+2301.97 8027.57 l
+1688.58 8027.57 l
+f
+/DeviceGray {} CS
+[0.25] SC
+1688.58 8124.77 m
+1688.58 8221.97 l
+2301.97 8221.97 l
+2301.97 8027.57 l
+1688.58 8027.57 l
+1688.58 8124.77 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 1 0.6992] sc
+1667.45 8145.9 m
+1667.45 8243.1 l
+2280.84 8243.1 l
+2280.84 8048.7 l
+1667.45 8048.7 l
+f
+/DeviceRGB {} CS
+[0.6992 1 0.6992] SC
+1667.45 8145.9 m
+1667.45 8243.1 l
+2280.84 8243.1 l
+2280.84 8048.7 l
+1667.45 8048.7 l
+1667.45 8145.9 l
+h
+S
+1667.45 8145.9 m
+1667.45 8243.1 l
+2280.84 8243.1 l
+2280.84 8048.7 l
+1667.45 8048.7 l
+f
+/DeviceGray {} CS
+[0] SC
+1667.45 8145.9 m
+1667.45 8243.1 l
+2280.84 8243.1 l
+2280.84 8048.7 l
+1667.45 8048.7 l
+1667.45 8145.9 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 172.812 810.938] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(i)
+[6.144973
+0] Tj
+2.54348 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(l)
+[6.144973
+0] Tj
+2.5445 TJm
+(a)
+[6.144973
+0] Tj
+2.54348 TJm
+(t)
+[6.144973
+0] Tj
+2.5445 TJm
+(e)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.5445 TJm
+30.6023 -22.3395 Td
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(s)
+[6.144973
+0] Tj
+2.5445 TJm
+(t)
+[6.144973
+0] Tj
+2.54246 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+2406.84 8124.62 m
+2406.84 8226.46 l
+2999.53 8226.46 l
+2999.53 8022.77 l
+2406.84 8022.77 l
+f
+/DeviceGray {} CS
+[0.25] SC
+2406.84 8124.62 m
+2406.84 8226.46 l
+2999.53 8226.46 l
+2999.53 8022.77 l
+2406.84 8022.77 l
+2406.84 8124.62 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+2385.71 8145.75 m
+2385.71 8247.6 l
+2978.4 8247.6 l
+2978.4 8043.9 l
+2385.71 8043.9 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+2385.71 8145.75 m
+2385.71 8247.6 l
+2978.4 8247.6 l
+2978.4 8043.9 l
+2385.71 8043.9 l
+2385.71 8145.75 l
+h
+S
+2385.71 8145.75 m
+2385.71 8247.6 l
+2978.4 8247.6 l
+2978.4 8043.9 l
+2385.71 8043.9 l
+f
+/DeviceGray {} CS
+[0] SC
+2385.71 8145.75 m
+2385.71 8247.6 l
+2978.4 8247.6 l
+2978.4 8043.9 l
+2385.71 8043.9 l
+2385.71 8145.75 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 244.638 810.458] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(B)
+[8.284954
+0] Tj
+0.643272 TJm
+(i)
+[3.251814
+0] Tj
+0.910792 TJm
+(b)
+[6.503629
+0] Tj
+1.82158 TJm
+(-)
+[3.897395
+0] Tj
+-4.92971 TJm
+(D)
+[8.94249
+0] Tj
+4.84394 TJm
+(a)
+[5.846093
+0] Tj
+-2.37704 TJm
+(t)
+[4.554931
+0] Tj
+-0.735168 TJm
+(a)
+[5.846093
+0] Tj
+-2.375 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+2089.71 7274.56 m
+2089.71 7389.27 l
+2609.21 7389.27 l
+2609.21 7159.85 l
+2089.71 7159.85 l
+f
+/DeviceGray {} CS
+[0.25] SC
+2089.71 7274.56 m
+2089.71 7389.27 l
+2609.21 7389.27 l
+2609.21 7159.85 l
+2089.71 7159.85 l
+2089.71 7274.56 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+2068.57 7295.69 m
+2068.57 7410.4 l
+2588.08 7410.4 l
+2588.08 7180.98 l
+2068.57 7180.98 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+2068.57 7295.69 m
+2068.57 7410.4 l
+2588.08 7410.4 l
+2588.08 7180.98 l
+2068.57 7180.98 l
+2068.57 7295.69 l
+h
+S
+2068.57 7295.69 m
+2068.57 7410.4 l
+2588.08 7410.4 l
+2588.08 7180.98 l
+2068.57 7180.98 l
+f
+/DeviceGray {} CS
+[0] SC
+2068.57 7295.69 m
+2068.57 7410.4 l
+2588.08 7410.4 l
+2588.08 7180.98 l
+2068.57 7180.98 l
+2068.57 7295.69 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 212.925 726.739] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(B)
+[8.284954
+0] Tj
+0.643272 TJm
+(i)
+[3.251814
+0] Tj
+0.910792 TJm
+(b)
+[6.503629
+0] Tj
+1.82158 TJm
+(T)
+[8.452326
+0] Tj
+4.37425 TJm
+24.4797 -2.51992 Td
+(E)
+[7.962163
+0] Tj
+3.56352 TJm
+30.95978 0 Td
+(X)
+[8.775117
+0] Tj
+1.10888 TJm
+Q
+1988.79 7258.1 m
+2064.45 7285.12 l
+1988.79 7312.15 l
+2019.05 7285.12 l
+f
+850.281 7285.12 m
+2019.05 7285.12 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 85.0281 728.513] Tm
+0 0 Td
+/F13_0 3.58655 Tf
+(b)
+[0
+0] Tj
+Q
+2226.69 7490.05 m
+2253.71 7414.39 l
+2280.74 7490.05 l
+2253.71 7459.79 l
+f
+1984.57 8023.58 m
+1984.57 7514.02 l
+2253.71 7514.02 l
+2253.71 7459.79 l
+S
+2396.77 7490.05 m
+2423.8 7414.39 l
+2450.82 7490.05 l
+2423.8 7459.79 l
+f
+2692.48 8018.79 m
+2692.48 7514.02 l
+2423.8 7514.02 l
+2423.8 7459.79 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 189.241 696.472] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.54348 TJm
+(b)
+[6.144973
+0] Tj
+2.54654 TJm
+(l)
+[6.144973
+0] Tj
+2.54246 TJm
+50.475 92.1262 Td
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(i)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.54246 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+3129.9 7274.61 m
+3129.9 7388.07 l
+3694.98 7388.07 l
+3694.98 7161.14 l
+3129.9 7161.14 l
+f
+/DeviceGray {} CS
+[0.25] SC
+3129.9 7274.61 m
+3129.9 7388.07 l
+3694.98 7388.07 l
+3694.98 7161.14 l
+3129.9 7161.14 l
+3129.9 7274.61 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+3108.77 7295.74 m
+3108.77 7409.2 l
+3673.85 7409.2 l
+3673.85 7182.27 l
+3108.77 7182.27 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+3108.77 7295.74 m
+3108.77 7409.2 l
+3673.85 7409.2 l
+3673.85 7182.27 l
+3108.77 7182.27 l
+3108.77 7295.74 l
+h
+S
+3108.77 7295.74 m
+3108.77 7409.2 l
+3673.85 7409.2 l
+3673.85 7182.27 l
+3108.77 7182.27 l
+f
+/DeviceGray {} CS
+[0] SC
+3108.77 7295.74 m
+3108.77 7409.2 l
+3673.85 7409.2 l
+3673.85 7182.27 l
+3108.77 7182.27 l
+3108.77 7295.74 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 316.945 726.619] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(L)
+[7.316582
+0] Tj
+-0.63102 TJm
+(o)
+[5.846093
+0] Tj
+-2.37704 TJm
+(g)
+[5.846093
+0] Tj
+-2.37704 TJm
+(d)
+[6.503629
+0] Tj
+1.82363 TJm
+(a)
+[5.846093
+0] Tj
+-2.37704 TJm
+(t)
+[4.554931
+0] Tj
+-0.735168 TJm
+(e)
+[5.200512
+0] Tj
+3.46754 TJm
+(i)
+[3.251814
+0] Tj
+0.90875 TJm
+Q
+3028.98 7258.13 m
+3104.64 7285.16 l
+3028.98 7312.18 l
+3059.24 7285.15 l
+f
+2613.06 7285.14 m
+3059.25 7285.16 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 271.171 736.1] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(l)
+[6.144973
+0] Tj
+2.5445 TJm
+(o)
+[6.144973
+0] Tj
+2.5445 TJm
+(g)
+[6.144973
+0] Tj
+2.54246 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+564.32 6707.63 m
+564.32 6822.34 l
+1157.65 6822.34 l
+1157.65 6592.92 l
+564.32 6592.92 l
+f
+/DeviceGray {} CS
+[0.25] SC
+564.32 6707.63 m
+564.32 6822.34 l
+1157.65 6822.34 l
+1157.65 6592.92 l
+564.32 6592.92 l
+564.32 6707.63 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+543.188 6728.76 m
+543.188 6843.47 l
+1136.52 6843.47 l
+1136.52 6614.05 l
+543.188 6614.05 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+543.188 6728.76 m
+543.188 6843.47 l
+1136.52 6843.47 l
+1136.52 6614.05 l
+543.188 6614.05 l
+543.188 6728.76 l
+h
+S
+543.188 6728.76 m
+543.188 6843.47 l
+1136.52 6843.47 l
+1136.52 6614.05 l
+543.188 6614.05 l
+f
+/DeviceGray {} CS
+[0] SC
+543.188 6728.76 m
+543.188 6843.47 l
+1136.52 6843.47 l
+1136.52 6614.05 l
+543.188 6614.05 l
+543.188 6728.76 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 60.3863 670.046] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(p)
+[6.503629
+0] Tj
+-28.2769 TJm
+(d)
+[6.503629
+0] Tj
+1.82261 TJm
+(f)
+[3.574605
+0] Tj
+-72.2676 TJm
+(L)
+[7.316582
+0] Tj
+-0.63153 TJm
+20.8801 2.76016 Td
+/F10_0 7.97011 Tf
+(A)
+[6.344208
+0] Tj
+-2.34412 TJm
+25.44026 0 Td
+/F12_0 11.9552 Tf
+(T)
+[8.452326
+0] Tj
+4.37476 TJm
+31.91995 -2.51992 Td
+(E)
+[7.962163
+0] Tj
+3.56404 TJm
+38.40003 0 Td
+(X)
+[8.775117
+0] Tj
+1.1099 TJm
+Q
+823.258 6923.12 m
+850.281 6847.46 l
+877.309 6923.12 l
+850.281 6892.86 l
+f
+850.281 7439.32 m
+850.281 6892.86 l
+S
+738.219 6923.12 m
+765.242 6847.46 l
+792.266 6923.12 l
+765.242 6892.86 l
+f
+425.641 8007.54 m
+425.641 6947.09 l
+765.242 6947.09 l
+765.242 6892.86 l
+S
+993.34 6923.12 m
+1020.36 6847.46 l
+1047.39 6923.12 l
+1020.36 6892.86 l
+f
+2338.76 7155.86 m
+2338.76 6947.09 l
+1020.36 6947.09 l
+1020.36 6892.86 l
+S
+908.301 6923.12 m
+935.324 6847.46 l
+962.348 6923.12 l
+935.324 6892.86 l
+f
+1275.91 8023.58 m
+1275.91 7045.88 l
+935.324 7045.88 l
+935.324 6892.86 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 90.0285 647.946] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(a)
+[6.144973
+0] Tj
+2.54501 TJm
+(u)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+564.32 6140.7 m
+564.32 6255.41 l
+1157.65 6255.41 l
+1157.65 6025.99 l
+564.32 6025.99 l
+f
+/DeviceGray {} CS
+[0.25] SC
+564.32 6140.7 m
+564.32 6255.41 l
+1157.65 6255.41 l
+1157.65 6025.99 l
+564.32 6025.99 l
+564.32 6140.7 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+543.188 6161.83 m
+543.188 6276.54 l
+1136.52 6276.54 l
+1136.52 6047.12 l
+543.188 6047.12 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+543.188 6161.83 m
+543.188 6276.54 l
+1136.52 6276.54 l
+1136.52 6047.12 l
+543.188 6047.12 l
+543.188 6161.83 l
+h
+S
+543.188 6161.83 m
+543.188 6276.54 l
+1136.52 6276.54 l
+1136.52 6047.12 l
+543.188 6047.12 l
+f
+/DeviceGray {} CS
+[0] SC
+543.188 6161.83 m
+543.188 6276.54 l
+1136.52 6276.54 l
+1136.52 6047.12 l
+543.188 6047.12 l
+543.188 6161.83 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 60.3863 613.353] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(p)
+[6.503629
+0] Tj
+-28.2769 TJm
+(d)
+[6.503629
+0] Tj
+1.82261 TJm
+(f)
+[3.574605
+0] Tj
+-72.2676 TJm
+(L)
+[7.316582
+0] Tj
+-0.63153 TJm
+20.8801 2.76016 Td
+/F10_0 7.97011 Tf
+(A)
+[6.344208
+0] Tj
+-2.34412 TJm
+25.44026 0 Td
+/F12_0 11.9552 Tf
+(T)
+[8.452326
+0] Tj
+4.37476 TJm
+31.91995 -2.51992 Td
+(E)
+[7.962163
+0] Tj
+3.56404 TJm
+38.40003 0 Td
+(X)
+[8.775117
+0] Tj
+1.1099 TJm
+Q
+823.258 6356.2 m
+850.281 6280.53 l
+877.309 6356.2 l
+850.281 6325.93 l
+f
+850.281 6588.93 m
+850.281 6325.93 l
+S
+908.301 6356.2 m
+935.324 6280.53 l
+962.348 6356.2 l
+935.324 6325.93 l
+f
+1275.91 8023.58 m
+1275.91 6380.16 l
+935.324 6380.16 l
+935.324 6325.93 l
+S
+738.219 6356.2 m
+765.242 6280.53 l
+792.266 6356.2 l
+765.242 6325.93 l
+f
+425.641 8007.54 m
+425.641 6380.16 l
+765.242 6380.16 l
+765.242 6325.93 l
+S
+/DeviceGray {} cs
+[0.25] sc
+518.719 5630.13 m
+518.719 5731.98 l
+1202.4 5731.98 l
+1202.4 5528.28 l
+518.719 5528.28 l
+f
+/DeviceGray {} CS
+[0.25] SC
+518.719 5630.13 m
+518.719 5731.98 l
+1202.4 5731.98 l
+1202.4 5528.28 l
+518.719 5528.28 l
+518.719 5630.13 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+497.586 5651.26 l
+h
+S
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+f
+/DeviceGray {} CS
+[0] SC
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+497.586 5651.26 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 55.8266 561.009] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(P)
+[7.962163
+0] Tj
+3.56404 TJm
+(D)
+[8.94249
+0] Tj
+4.84241 TJm
+(F)
+[7.639373
+0] Tj
+-3.55229 TJm
+(-)
+[3.897395
+0] Tj
+-4.92869 TJm
+(D)
+[8.94249
+0] Tj
+4.84241 TJm
+(a)
+[5.846093
+0] Tj
+-2.37653 TJm
+(t)
+[4.554931
+0] Tj
+-0.734147 TJm
+(e)
+[5.200512
+0] Tj
+3.4655 TJm
+(i)
+[3.251814
+0] Tj
+0.90875 TJm
+Q
+822.992 5832.78 m
+849.953 5757.09 l
+877.039 5832.73 l
+849.992 5802.49 l
+f
+850.176 6022 m
+849.992 5802.49 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 90.0285 584.407] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(p)
+[6.144973
+0] Tj
+2.54501 TJm
+(d)
+[6.144973
+0] Tj
+2.5445 TJm
+(f)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+1996.04 6140.75 m
+1996.04 6254.21 l
+2561.12 6254.21 l
+2561.12 6027.28 l
+1996.04 6027.28 l
+f
+/DeviceGray {} CS
+[0.25] SC
+1996.04 6140.75 m
+1996.04 6254.21 l
+2561.12 6254.21 l
+2561.12 6027.28 l
+1996.04 6027.28 l
+1996.04 6140.75 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+1974.91 6161.88 m
+1974.91 6275.34 l
+2539.99 6275.34 l
+2539.99 6048.41 l
+1974.91 6048.41 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+1974.91 6161.88 m
+1974.91 6275.34 l
+2539.99 6275.34 l
+2539.99 6048.41 l
+1974.91 6048.41 l
+1974.91 6161.88 l
+h
+S
+1974.91 6161.88 m
+1974.91 6275.34 l
+2539.99 6275.34 l
+2539.99 6048.41 l
+1974.91 6048.41 l
+f
+/DeviceGray {} CS
+[0] SC
+1974.91 6161.88 m
+1974.91 6275.34 l
+2539.99 6275.34 l
+2539.99 6048.41 l
+1974.91 6048.41 l
+1974.91 6161.88 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 203.559 613.233] Tm
+0 0 Td
+/F12_0 11.9552 Tf
+(L)
+[7.316582
+0] Tj
+-0.63102 TJm
+(o)
+[5.846093
+0] Tj
+-2.37704 TJm
+(g)
+[5.846093
+0] Tj
+-2.37704 TJm
+(d)
+[6.503629
+0] Tj
+1.82363 TJm
+(a)
+[5.846093
+0] Tj
+-2.37704 TJm
+(t)
+[4.554931
+0] Tj
+-0.735168 TJm
+(e)
+[5.200512
+0] Tj
+3.46754 TJm
+(i)
+[3.251814
+0] Tj
+0.90875 TJm
+-45.7727 -17.5281 Td
+/F11_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(l)
+[6.144973
+0] Tj
+2.54348 TJm
+(o)
+[6.144973
+0] Tj
+2.5445 TJm
+(g)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+1895.12 6124.27 m
+1970.79 6151.3 l
+1895.12 6178.32 l
+1925.39 6151.3 l
+f
+1161.5 6151.28 m
+1925.39 6151.3 l
+S
+Q
+Q
+Q
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font SFRM0800
+%%+ font SFTT1200
+%%+ font SFRM1200
+%%+ font T3_13_0
+%%EOF
diff --git a/info/examples/PSTricks_7_de/images/biblatex-howitworks.pdf b/info/examples/PSTricks_7_de/images/biblatex-howitworks.pdf
new file mode 100644
index 0000000000..b96f53d1f0
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/biblatex-howitworks.pdf
Binary files differ
diff --git a/info/examples/PSTricks_7_de/images/bibtex-howitworks.eps b/info/examples/PSTricks_7_de/images/bibtex-howitworks.eps
new file mode 100644
index 0000000000..3772d8ce53
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/bibtex-howitworks.eps
@@ -0,0 +1,2169 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 0.24.4 (http://poppler.freedesktop.org)
+%%Creator: TeX
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 307 279
+%%HiResBoundingBox: 0 0 307 279
+%%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 {
+ 2 array astore
+ /setpagedevice where {
+ pop 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end setpagedevice
+ } {
+ 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
+%%BeginResource: font SFRM1200
+%!FontType1-1.0: SFRM1200
+12 dict begin
+/FontInfo 10 dict dup begin
+/FullName (Computer Modern Roman) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition 0 def
+/UnderlineThickness 0 def
+end readonly def
+/FontName /SFRM1200 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [0 -204 711 706] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 29 /fl put
+dup 45 /hyphen put
+dup 66 /B put
+dup 68 /D put
+dup 70 /F put
+dup 76 /L put
+dup 80 /P put
+dup 81 /Q put
+dup 83 /S put
+dup 97 /a put
+dup 98 /b put
+dup 100 /d put
+dup 101 /e put
+dup 103 /g put
+dup 105 /i put
+dup 108 /l put
+dup 111 /o put
+dup 112 /p put
+dup 116 /t put
+dup 117 /u put
+dup 120 /x put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
+7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
+F88E0F5E0EFCFC36A7BF8C2785B1C6BD07EBBC49BD84D3177D0E74FBB743C182
+197C42B13BBFE26E1DD6FA477EC32A86EE9C116A393094450E13CBCEBC8B9921
+A529AE1151B5AE6296F7014608718D99C02BD87CF360A71EFAABF9A30ADE4FD0
+9A4E45FAAB05BE616FD9536C3DD7AE46DF24997B691070C0C1607DAA651F48E7
+C3966EAF764657E4D62647DA7FC91B9FEBA82925C7B7A9B0D22DD17C635A8568
+30DB85CB257161E01C70CD9F4665CC31DE1F339482F7C7FAFB8339D598E26C02
+3FEB6DB9024B8708472B69D61627AD4C87E856D168B9B36FD7EB83472FEF460A
+DD68ABE140D6A246C9A7C89730CF4235D53018B66EFBA75B1D6F2D49557FA69A
+5CD3A5EABCB7A48ADA7699FD03DD3BB5F0E0BF588ADB1DFC6EC567611C116203
+56316D1DF28BF740AFB9B05AAD22981865A60BCEABD724554901776D1E6641E3
+17C428C8C094062356BB27C833928A850D5AD620DBD3C3B493BF5C33B24F9D34
+C463A0360E64DCAFF9667C5E3964D1380F841AF3A878069A597640D1C419B222
+34D23F04D4D83B62DBE6CBD7BDD86F5AFA5ADC2D85703F20B254B48BFC5B41F6
+A9D55234F0167DECBDEA69FB42DD5C22D5F41EB7BD09343251BCAF5873AB07FC
+5B84FA7FAB332E3C67E24D0CA0835C13531BC2A2C3F13419A4B51F101E7C5F2D
+7CFDD43985441C22ADB826E510936BE52F0EB281E7500950CFDCE17CB1E08A6D
+A462DE6348FCDBE09501B7938609B2A8CFC156C208D5294C3B392E4EA1261C32
+A574F2D26DA8FF31C819532DF96288EDE318C0C75BF89F7CC9E448B7CEF91E2D
+8C3B321C2A4FF74699325BE875175B3ADB1A624C05FD369DA6B3A7495E29824C
+255DF24FB901C269C0E4245C0F9377745449E6FD888F51536987B9B5944A3DFD
+3DF53EDBD0E51BEF3E7E7E996092F640A860CC6FE8CE66DA4BD064D152A0A6D8
+DA0853E33A2E20D54BED9C3EC97F9A79A0EBECD35A25EF0D44453B796B513562
+85398828196F3A559D82E3A3851A4027142FC41443232AAC0C2E1017F6C3DD60
+85CF2DCCE8A9364B80A659269C1F4BE315FD18E7DF67E8022ECC9F4F5124B13B
+B9E864FA1D347D86D5D108919D7C22C25E4B1BB5488B290058C20F46DFCA3FA8
+1FF62CB79D3967D51A2B566D9340A3CE460E80B3767A99853FFCF954F5A7D4EE
+614F11ED7BF846D746A62E662A65E804D22D382CEAC3B0EB391CC91A46A084B5
+68A095CF89C7FC0561AB26A976DD9A9EA258867C4FB99AB915F3C726E0A00455
+65A8CB509CB9BE5F00F7C782F70DD9C3EBC78C206FE4D2BA419642F9A8ED3D61
+14BDE188A1F5347638BFD60DC2305D86583ABEE0873475AD8A7343B4C8579A49
+10E38E93948EB94897F2BEC5C132C8B01EA9D3139C35F4B96BA254777D7C2E46
+3D8C1FA2B801D49146EB95B198603BAC9EB330097F37D7937F498222C4E801AF
+9AFB3328C46369EA306797FC8FD899DD4F246E8CE925DF05338BBE280F3B6237
+A2EA79D8D8C9E7E55B4CE7133D1F144E1A8CC4A28A039C9B3EF1DA3978BAB11F
+121199AA61F73B742BAFA91AFA2CA227AEC3B80D1AFB581126A5E2025BD79C1D
+20F01D199FF732D64B221670FAC512B648E04265B786D81104805F55529826EA
+6B621F7DAB6ADD25880DB0C5811EEC3C60B3269F187ED62C0428B61F76D0CBE6
+CF24EC08E19DF4511D0187EF6932180C3AF2F42A3E4D788617648D5942DBE816
+145D0F094D12938AE87D392CC860BE21BEC2774EFC57F52AB513C0E6FC75FF0C
+7F426D4166FFB6440CE069278B99AEA178AE7A25C5532AF10737CCD42322D40C
+17702501BCDAC76B7AD4E44E07B8C218E27549CC9BD20D508C24F3D710CDBE03
+C6932DCFF9FF4E32FDFB81374800A9B058C03EFEBFA9E7232BF5A6A98AF3FDD8
+42C9134EE09981504EFD16C7B544DFE1456F0FDC7D3332E042358E4F4258566D
+72F33CF4D25EAA81C0613AE5A4FE05939452E832104C0B72388AAD10C364ED67
+8D609D5BBDFCF5FF3346D3B9BEB9BCFAC0778EB54A34C87AC2A089751D81C3C0
+65B1E4E945EAE01209F97B6BCC284B3E03972B0641CEFC8E3A796D510A805216
+B1BFE86D00C8A83B677BB8CE68567B73F8A21D1FAB75B640187441F9EEC67113
+2C33CB4AE3B8755D04C3E1AC7C4699DCF524A7F164ACF45E5ACDA04DD64863F2
+A3FCF32FC5AACA46138322CC02DF9A74A76720BB6C89815232E33DB149C5BD79
+E03D7B2F734FB2306670CC5565DA4768381B520BFAB5809F0B89D79D0333147F
+C8FFE0C84B93637D1019F479E15EA16BD2D55AA1EC9CE58DAE7AE0DAE3F1FB93
+0E41250EFD4C43B0ECF5AF19E1D93A80C151168B4FE2D486006BCD1107836F83
+B109268DCD9F1D60E07BD1368ABB6B517D14136735118EE328156C7AB3B1DD6C
+CEAC561D01A47EDDAF52C6015ACB6B8AC4F79365042C2F5EA4E2756131EA6FB6
+D08E0EAEC7D5951D32EF70C1357F8B07CC4CA6CCB868E7306492CD011CF484EE
+7BFF8E8641E430173A782C413659FA064A1ECB43FD79AE77EF253956739ED81E
+A9112279E3C6C29CE4CB405105113E6C266FF0BB9190E043CF190CA8F68BAE3C
+541DF64C5721D8949423334E147C0B76B2A303B2E6B0888499B813E726D300A4
+B4CA02BB6FD91BD5840513823527B0B8E1331F18CC48A5DABBBF3DE35F05412E
+55491CBE384F5E086F90A9FCD1D79335EB5DBC929A52B864CF3D93FE0C02CE30
+95ADE564292B05051338CF3CFD1EBC7A678D3BA17223FB258ABFB4E39DDA50C0
+FD7938FA53170CAA79F447DC915D0868C52638C70DCB2EDA0CAE5A5051FAC705
+8F2D959C41AC8605AC38B1DB0A597EAA1C76962F9849BC61EE11E74692CC63AC
+34B4207DC6681906BD1E2BB7D895935639E8F6F4B5B03FC8F6B7FD78E6BA43F0
+421F313F8EA867103CAFA2DADC4538863AF5697D4E52AF386196D64F40F32EBA
+84A20B2AB95B42E8D2F01B28E95E2F0F9CC793340F4B5EB7DDDDE8662FB88864
+C499B802CA6E66E2624BB1B31C5FF3C992AC7D2997DAFF1A20384024910C0459
+44ACEF03C21DD566D59C8A4269C5E7F9B8893F007E50DA706CFF96EC819BB77C
+31166DDFC5BDF181C49FAF8DE0865C6D3EDC61AD0AEC47EFCB382B0BCB10831A
+427C32EDA8DE624CC274FB22F43A38D3F472AA7E57E80C7763CFA1721FFE2A9D
+C3D5AE689AEAA3B231796F065BC1F37926073D714396368F25752DD6C3C0C7ED
+793009EAE71E927D1D1E9BED302E76E7AB2303CAA624340A7B5B96F0BEEC0DA6
+959372DD2F04EC5EC532D2FDEC77EDF01AB77A8664258854D49F8F2E777DD732
+248902B2BA32564453D826B82D9AC83C10117613164B3DB0A54C145240A14212
+628D0F54F6E439DE02C0CEE88BFD219B5F6DB49A42844C7B2B5B4541FD0FBE9D
+59FED370FCC27C93FF3D7AEA04951B6C54AE34EE48522800D0C2A030F6228A7F
+99C2470E574106933B2EAEE2183FE2E078D8A396D89429F7112D3E3D216EE7C4
+F501BE2467CAF7DD7082246C7EB9C986A92843C2EB65B92B80AA6415ECE3EB2D
+51DE81AB3188319A0C27F29A85A75D2FEB32D17F1EDC0D7DAD443E84EC68477A
+38EAD1DF0785C351550B6A7303C2AE6F20F32FBF5CD00860D825BBE500781597
+0E4250F904B74C2C9E2C9A1641DDE7EEC92291FA32C38796834E3F3847589734
+0A6F1F7942A2381DDF8AD543F22573F4DA1E99B7E11BBB323695011DF6883ADA
+6216E60D932017527F99546E59671F9226253E22246DF59AD685B6D53AFACD74
+4E37F30D36826A02ECB1FEDCE55A889A55B3E976664DBC4C9DB46E92ACA1ECF0
+E2AEA01E9C9291DF9734427E8E3976CB622EE4E0894AFA9D6A39917A355C3383
+B17364E4B37EF3B80933105F529ECE72794AFF486E601CFF883757BA5F5B9927
+515C493487A641D1B547B5EF401C1E0FAC5879158FB626D40D1DBCBD7751D1EA
+BFFE1E366E2A23DA5BFF3B4DD783A6958AAAF3E6F1A7EE234B217320EC6913F2
+451521E98DC3D14244419879802C64EF06FE6847D07E90F12DDABC9FDAD63453
+BAAD29498A18E2C6A08E235F5F03948F95A5BAB8758E2E0DD6E6D4B247DC8DF0
+4870760D44584B1D508BFC09D52A2565A2F456753EE8B70BAEC402D4F34E1EF8
+E8F388C167A0EEDEDC612A4AA1D9FBBE0953C836514FEF67C55E7937B6847E8F
+341EB1E15D35B1F52DC917DA970FA7848D4C5E39795FABC97B9B6FD500050072
+189501D83B4CEB2F0941BA160B823B9DC952510B7B1BE62B6E3FC19D751F3FF3
+5448C476F9255876F5DFC5D76958427EBF9155946A6048268F40E7FEEB67A8B5
+945C1142B537E9D446D8A57AADCCFC1D5797CD6370B054497076EF7E91D36746
+1EC659A0E9247195026CBDEC11146CDF1931D7EE77A23F7BE418CEF8FEC0D35B
+435EEB55BADD4AE93BEDAF14F6C71BA8474C76F660C9CA3897C928F9C7B3A4D5
+DA1986F34115D4EE74FF5FC6FCDB5509197E5071C703F2601346151E5DB74E6A
+3D177730C3333AD83AEA219E42A82A7641D1D305D8DFB71C2BD18C942C3B2593
+02FF6D5E3A72BB88E6A7FECA8AF9EDB04F4F69F8C2D06335A01D30F8992FF1E8
+682BB8094C7DA5325BA08BCE63B7AAF885CFD600C733DA478D28DD68960D2740
+95505EF3C9A8125C9693036715596A404F71C18D34DDFD6B7F4EE3124E671778
+66661572EA921EAEEF8117B080B68C1C475FC1878C8122ED273104A739B7BEDF
+155879176DBF1DE4A662DEA2A3AB6951E47122832F88B03DBE2B72583405EB8F
+9735A7E7278CB73494FE513D3C8594668C90F99CA362DE812C652E4F09396A26
+94669529B6DAD323C8430528D88949842BFD04F6A7E7611B5880CEDF6EE2F4B6
+65C5DA769D9B8872415F61836E253FBB9E986DEBA514DFB350FC65582817AC2E
+EA15E581580D94AD6F1185D39E7ACB5E0D395FD7163BC1E0235853CCFDC1A8B1
+7F856C546C50BF203C26B0659606006671FEE2A142E71B9D42F687480FEDDDF9
+F57981B92E0D1C209CCF1B0B27DFA4D45977C65C5FD669537103E29E0EDE857D
+6E4F004F03F113CEA87C675488BF4B94A2C6D18096319B9F01BAB4F281043FBB
+894132178DB50C9F4B91D7DFD5139F694AC5490BDDF74AA814DC1EBFA52B0CB9
+C14D229446D008DFDE954B577BCB48F60EB81EA5951B3B3D1F5A79D69238D99E
+C7663100F88F4F13C7E9414D75E911D198918CB2BEA7F29B81B08D59EA61E852
+5BF0EC0223E7EAAAFFA8CD117E5C3567D69AEBEFA07C011816C4DC98A4DEE895
+F85B3D3C9990B8CC7B0DF36D3661714CC9E20FA47C3666D6
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F11_0 /SFRM1200 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/fl/.notdef/.notdef
+ /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
+ /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
+ /zero/one/two/three/four/five/six/seven
+ /eight/nine/colon/semicolon/less/equal/greater/question
+ /at/A/B/C/D/E/F/G
+ /H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W
+ /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
+ /grave/a/b/c/d/e/f/g
+ /h/i/j/k/l/m/n/o
+ /p/q/r/s/t/u/v/w
+ /x/y/z/braceleft/bar/braceright/asciitilde/bullet
+ /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+ /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
+ /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+ /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
+ /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
+ /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
+ /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+ /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+ /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+ /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+ /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+ /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+ /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+ /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+pdfMakeFont
+%%BeginResource: font T3_12_0
+8 dict begin
+/FontType 3 def
+/FontMatrix [0.001 0 0 0.001 0 0] def
+/FontBBox [-1000 -1000 1000 1000] def
+/Encoding 256 array def
+ 0 1 255 { Encoding exch /.notdef put } for
+/BuildGlyph {
+ exch /CharProcs get exch
+ 2 copy known not { pop /.notdef } if
+ get exec
+} bind def
+/BuildChar {
+ 1 index /Encoding get exch get
+ 1 index /BuildGlyph get exec
+} bind def
+/CharProcs 1 dict def
+CharProcs begin
+/Bullet {
+0 0 -1000 -1000 1000 1000 setcachedevice
+q
+[0.01 0 0 0.01 0 0] cm
+q
+[3.06748 0 0 3.06748 0 0] cm
+16300 0 m
+16300 9002.24 9002.24 16300 0 16300 c
+-9002.24 16300 -16300 9002.24 -16300 0 c
+-16300 -9002.24 -9002.24 -16300 0 -16300 c
+9002.24 -16300 16300 -9002.24 16300 0 c
+f
+Q
+Q
+} def
+end
+currentdict end
+/T3_12_0 exch definefont pop
+%%EndResource
+/F12_0 /T3_12_0 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+ /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
+ /zero/one/two/three/four/five/six/seven
+ /eight/nine/colon/semicolon/less/equal/greater/question
+ /at/A/B/C/D/E/F/G
+ /H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W
+ /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
+ /quoteleft/a/Bullet/c/d/e/f/g
+ /h/i/j/k/l/m/n/o
+ /p/q/r/s/t/u/v/w
+ /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
+ /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
+ /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
+ /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
+ /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
+ /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
+ /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
+ /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
+ /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
+ /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font SFTT1200
+%!FontType1-1.0: SFTT1200
+12 dict begin
+/FontInfo 10 dict dup begin
+/FullName (Computer Modern Typewriter) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition 0 def
+/UnderlineThickness 0 def
+end readonly def
+/FontName /SFTT1200 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [0 -228 513 618] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 46 /period put
+dup 97 /a put
+dup 98 /b put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 105 /i put
+dup 108 /l put
+dup 111 /o put
+dup 112 /p put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 120 /x put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
+7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
+CBEA3DC9C7BD46D10E7F16D67C874498113A5A6A9B3E673B3E9E660A1BD19921
+3C27C1355A709A6CDEEA80F2A47588216CE97CAB26FEE5C566C90316864FF2C4
+90ECD4D9FAD74CC537F994D8FFA16082D8536DB83A1A1B2B26D4765347C3C4C1
+536BA9B5FF61182566AF411C6C2F6F5471C2F5A71FD03C844747B82F1052BB47
+3A5F7A5ABE1DA7B39E4A1151E298C92F82392E3B5908FCA91023832A8733B9D2
+95E14FF871CA3AECAF3B2E6A8802A30FD8C4095F5FB084F46F3D893F4DD63D18
+482C30970D8311D0199A3B3FA3AC4EC5ACEAC46E3AB4BCC55553200BA749570B
+FCB81A2BC82665059ABE9E69E74FCC2763BAABAC9EF0F6AEE39D92DEFCD1D473
+C9EF530FFB1034995FABBD9B9F4CB2E8921DF61F29DEB9A8666CAA5DF0286EB9
+90F66B708E8EBC39D8A1553B8B2EAAA47BA476A7538DA614622D873A35E9F7FD
+6FD40DCA7419AD44A6595276154DA4B018B44A36E2C3DAB7F5BC5E7E4A117E77
+A1C8867C73E6F39F560323A139AE3F40EC497853DF78E312BBBE55FE947FE03B
+444CC83F85ADBAFAEF49243B1EB479740ED1A7B9092B504E805ED63723EE0CD8
+9CBD9EC644B999C0BF82B47EBF3A7AA0598ECE409139DE3CFD8B14185BEA79FA
+E30118329737B82388A9A1BBF27EE9E48953C385DA946F37A8B0AB202A9A6A8E
+37C81E7F54782460D0F1323F478D22BD1B5B783AAB8CAB3138B925F8DC710F38
+5DC7B3B9EEF9880466084EAE36A78AD068B4100FF498C62AB0FEEF6B28C6C1B8
+ABE7694C05CE248A8DB2C676FFBAE31E6283D1046BCB9075D556FD65FE4DCF0B
+E0F2B4A3AAA5C31CDB4B45025F50D7D2501BF68B9E05F7EAE756B157A5FFCB9E
+E0EDD90B556EF31C03D4232D9A2B7F32B318C4C088B64B70D4574C4D6ECC5CF2
+D98F7F75D407C432DB39CADE3DC7A15B80A58900A3D18E4E88856F110D4B7FFB
+F9E229623A8751A243143600D86C78A0BB507EFE54C14DC0885E1396FFB26087
+E050C8894E9B01D5D877207BE955846511EBBF5D3759F589B2AB5F9AC40861F1
+6D87D4661706F092BE3785F56B9D818348BABD30F9ADCAC4677BB05DD4B02DB2
+0DE4AC368402297FC7B39B3DCCCE9C1828D7F9BD26547BB1116DC483E06C4E54
+1FC2B801C638035F12DF7E5CF4DFA58EA6B7A9F547C87B07F94C26C79972BBA5
+5AAA6EF1FBCAF3D67B453FFB0D48EEACC7C387B0943C590EA5D513418E2D7D4C
+5F265D1DA3D388C38EC1D4A328EC6ED27A0F26327B6B73F8C49871083A27E0C3
+87525B31262722552399D58E7BC50C3D1DC5FA8D4FEF67EA3F3499D25CE592AC
+EE3A911D1531B3B4D578F3FFEDBAEA023C10B75DAD5F4994005D7B2CD566953C
+4697C4C566A3DA28F048B6615699C72B2FF7A6EF4FAB08059DDA2CD7542820C9
+CFC55D748222EF41E4EF049883A178D7F4ED23400A35C6F180F57BAE4F3E1CB5
+0254A2AF2E215A0DE6936BED572CDCE670D6DE0D825640006D1E4089EC206C4C
+58C1AC3012E4B751150C24624BBC3A973412EBBA99E8182CE0098DCA9BF99DE4
+8BD3FE04265836C1BE65C7E0E0646E0C6688A7BBA5558A11A6B68981FDC04A0B
+B165EDB19153FB89340EB42156CD0DF65CBBC919699E2E56E3CB6DA0674D6852
+23511D9A1A456DAE6B2A74727D62D966138C3D1016E63A70E67DCC7291426B83
+171A1525A988734EF6D37C2930D9588B432C880F8C5C5337B987A3FFC0BDBAD8
+DD143743FD4E67C6D7CF88B6C7C2BF62719515F9E25CA5391A2A2F53BE33F690
+D0636B8D7FC195F63D6511EC01E770FB6CA62D169FF84C3CBE24AFAE8C56B513
+986DB903A7A1C671FEC712C6B7163E0AD85D23E25EC639828205B639B9AE5C68
+9EE2EEA9B45367F7FCE87BB5D7CB027A0C800A7A9547000353124C8C21578167
+628945E679A6AD1AE05CD1394207A146A9BBAB5E30B2F8E36E878FE2BCF1350A
+01F7D06548F480A338B8008B751B4F7CF5B539DE9B4648F39A73EFA9DB5FA4CA
+B16CED965E86E93DA8F29202D3A87886DB6297CA551619BB632758879D044DBE
+5C4597A68A114E6BA3314B4987235B2C23E8DE1900D176FA56574457D0EFC641
+6CFBBD77E4B4F1A2E44C2E8B71CE34BBFE678929EE101525F5A96CBFDD451C9E
+5A9904689FB043EE68FB2E835AA06B85D98B209FD94AF900C2FEFDDD735581D7
+4F8E1DBF732C0A222821167BB05C6D110F0AAC8C1CF591D691E81C12ACB02384
+3AC7225C979114B66DEAB28A4E318D4F94521EE00096A1FD2ECA1F441666F318
+D0941FEF72A40AE96C810C46AA4260D2940374EC956E2A36C40AC0DB204B96E2
+6A1608ABD53703E6266BA8DDD731A8DA382BBCC214AE029EF4919043C52090F5
+C4F30AD8512F01F3B4888764B1D970C97FADED1CA212D32CF1664AC45FE32347
+BB8E57380D650333991D1C31388C8112FB14AE15ACD510DA728F245052405FFD
+ACED875F3AFD2005CA47B23E731462E8BC5C592903DA820D9CC584AA3F388060
+BABF42E86D20956BCFB2F51BF1E1D54290CCD751EFF0C085B58B1ECA8A9F23C6
+B3C792862755A52C10FE815CD3208868B8EB83A78247CA6A26E9C3DB4D08A68B
+49BF385593E1482ABA8B9F7718AEA3E406F04062BC3A8B4587FA221D8EC98F1C
+7DF5D322D245549737C495836F63E9BEBB03110D98CB853F194C70964177136A
+CEC91CA153D7DFCBECBB7158AD5C1BC1D26AA0D0C32302CF471FC96B0EEEA42C
+5E834D59639823F77FD702F812C69B0B0102D25339138AAB65BECEF32ECC5A7D
+778BF1FCDAE52CB993ACF75121B8C0BA6680939DD4DD2CB1F4360403C30DC887
+34B862883AF3241FDF00109957FA9CDCF6723D575AD2F80890E95F7F6A0737D6
+30AA1CBAFCEA664B36797B0C53C8F9418AB7A59A224D6EADF24C9726748B7BAA
+FA880EA8E073D2B0FE88C034F79A79DCD204E8699A3BA855B6B568637A472B79
+82126BFCD467C6453C560B15EAF81A340BA5E7ECC2BE8A3B0893D2D1136D2A63
+160C3C0BF50A7BBCA0EF383AF0F93CC22E79F1C49FA874ADAC56CE5618639BE3
+C26C59C02B6850672B4DBE8150BCBDC49C72E0222071DFAE2BEA06EBEDEEA96C
+2FF4DD0DD8E5B179D9DCB8C252039D12DF3DC190B4C68BEE1133AC58A69FE802
+B68E469DEE97C0BB667C1AD05415043FAB1B6614D3BE55B82029FC5105D33EA7
+799D5E16EDF20A6B47C09786BC75B74B06AFA09CF875DE15DE17F90E5345C1A4
+68969492A1A0CEB3D8FE41A74F0DB2F00E63ED654F16C2665053D5A30B631153
+86C4A2E6C793ED44FC5628224040DD917EAB5FDBEE9A42297E73C61359C37F3F
+A17B0730FD4AA2A7019AE586F3FDF249A2C5C50DD6F61D951AAEC73039F76373
+3ED84C3BF69FBEE705CBE55B4643FE91EB66C6D5E7D013FE27684152919B85F0
+2AFCAA98AC5AF585E0ECAF67ABA8E3DEC45B4DD11ED09E853FA8D6C7E638B2B9
+D6EC43CAB69F1C4607C94561639AEBFD9E98A0ECF414EC1BBD540195517BDA4A
+4667C192DD94F50C6FE1E93F1553A39A8F7767B3265BB8D6F8AFA6DF8C7896E0
+848665102302DD6354DD4AD4209D68F5B9FEA3AC2633C1157951225284ED6A2E
+B452006974DC755E02B447DD7E122E35914FE486D268ACD8C5992935A0F4026C
+729C2BA95F2821AC93A85DB098160F76C1AD9C63A9DB89F640D81A8D6319147E
+05528E55FCF39EB8E665685B1FB8373CD4EA070DBC5F857A2AF93D6E86E72038
+4C693964150443EA2DAB09B3441CF6BC41B9D9136107C0A44B109C4B7A2A3B37
+A8D23698433A684D88ED57867B3322473435C292D000F2C7C46E1DFFA80C6489
+D5D54484CB5C4595C66A2ED5B447CCD8C8C51AF07399C255AE151C464884C173
+E89ADFC8137AE6ED2F55CC9DB8317E4E50E000BDFC29AA5821C2BAA0D9AED8D3
+806EA4AF710E03FA2F49B5DECFBF182B1CBE354B697A6E5073F7C81C47C55138
+A3819E121884A0A5E87BE8DE4D02
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F13_0 /SFTT1200 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
+ /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
+ /zero/one/two/three/four/five/six/seven
+ /eight/nine/colon/semicolon/less/equal/greater/question
+ /at/A/B/C/D/E/F/G
+ /H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W
+ /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
+ /grave/a/b/c/d/e/f/g
+ /h/i/j/k/l/m/n/o
+ /p/q/r/s/t/u/v/w
+ /x/y/z/braceleft/bar/braceright/asciitilde/bullet
+ /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+ /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
+ /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+ /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
+ /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
+ /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
+ /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+ /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+ /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+ /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+ /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+ /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+ /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+ /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 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 307 279 re
+W
+q
+q
+[1 0 0 1 0 0] cm
+q
+[1 0 0 1 0 0] cm
+0 0 307 279 re
+W
+q
+[1 0 0 1 -11 -552] cm
+q
+[1 0 0 1 0 0] cm
+0 0 595 842 re
+W
+q
+[0.1 0 0 0.1 0 0] cm
+/DeviceGray {} cs
+[0.8496] sc
+1190.02 7512.16 m
+1190.02 8305.86 l
+3174.27 8305.86 l
+3174.27 6718.46 l
+1190.02 6718.46 l
+f
+/DeviceGray {} cs
+[0.25] sc
+136.723 8125 m
+136.723 8238.46 l
+735.961 8238.46 l
+735.961 8011.53 l
+136.723 8011.53 l
+f
+7.97011 w
+/DeviceGray {} CS
+[0.25] SC
+136.723 8125 m
+136.723 8238.46 l
+735.961 8238.46 l
+735.961 8011.53 l
+136.723 8011.53 l
+136.723 8125 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+115.59 8146.13 l
+h
+S
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+f
+/DeviceGray {} CS
+[0] SC
+115.59 8146.13 m
+115.59 8259.6 l
+714.828 8259.6 l
+714.828 8032.66 l
+115.59 8032.66 l
+115.59 8146.13 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 17.627 811.658] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(Q)
+[9.097907
+0] Tj
+-1.46319 TJm
+(u)
+[6.503629
+0] Tj
+1.82261 TJm
+(e)
+[5.200512
+0] Tj
+3.46576 TJm
+(l)
+[3.251814
+0] Tj
+0.909516 TJm
+(l)
+[3.251814
+0] Tj
+0.909516 TJm
+(t)
+[4.554931
+0] Tj
+-0.733637 TJm
+(e)
+[5.200512
+0] Tj
+3.4655 TJm
+(x)
+[6.180838
+0] Tj
+4.73979 TJm
+(t)
+[4.554931
+0] Tj
+-0.733637 TJm
+-4.68242 -29.7867 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(t)
+[6.144973
+0] Tj
+2.54463 TJm
+(e)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.54475 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+591.918 7628.93 m
+591.918 7742.4 l
+1129.39 7742.4 l
+1129.39 7515.46 l
+591.918 7515.46 l
+f
+/DeviceGray {} CS
+[0.25] SC
+591.918 7628.93 m
+591.918 7742.4 l
+1129.39 7742.4 l
+1129.39 7515.46 l
+591.918 7515.46 l
+591.918 7628.93 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+570.785 7650.07 m
+570.785 7763.54 l
+1108.26 7763.54 l
+1108.26 7536.6 l
+570.785 7536.6 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+570.785 7650.07 m
+570.785 7763.54 l
+1108.26 7763.54 l
+1108.26 7536.6 l
+570.785 7536.6 l
+570.785 7650.07 l
+h
+S
+570.785 7650.07 m
+570.785 7763.54 l
+1108.26 7763.54 l
+1108.26 7536.6 l
+570.785 7536.6 l
+f
+/DeviceGray {} CS
+[0] SC
+570.785 7650.07 m
+570.785 7763.54 l
+1108.26 7763.54 l
+1108.26 7536.6 l
+570.785 7536.6 l
+570.785 7650.07 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 63.1465 762.052] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(p)
+[6.503629
+0] Tj
+-28.2769 TJm
+(d)
+[6.503629
+0] Tj
+1.82261 TJm
+(\035)
+[6.503629
+0] Tj
+1.82261 TJm
+(a)
+[5.846093
+0] Tj
+-2.37653 TJm
+(t)
+[4.554931
+0] Tj
+-0.734147 TJm
+(e)
+[5.200512
+0] Tj
+3.46601 TJm
+(x)
+[6.180838
+0] Tj
+4.73979 TJm
+26.882 -21.9801 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(a)
+[6.144973
+0] Tj
+2.54501 TJm
+(u)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+822.93 7843.18 m
+849.953 7767.52 l
+876.977 7843.18 l
+849.953 7812.92 l
+f
+425.641 8007.54 m
+425.641 7867.14 l
+849.953 7867.14 l
+849.953 7812.92 l
+S
+/DeviceGray {} cs
+[0.25] sc
+1632.04 7274.22 m
+1632.04 7376.07 l
+2075.24 7376.07 l
+2075.24 7172.38 l
+1632.04 7172.38 l
+f
+/DeviceGray {} CS
+[0.25] SC
+1632.04 7274.22 m
+1632.04 7376.07 l
+2075.24 7376.07 l
+2075.24 7172.38 l
+1632.04 7172.38 l
+1632.04 7274.22 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+1610.91 7295.36 m
+1610.91 7397.2 l
+2054.11 7397.2 l
+2054.11 7193.51 l
+1610.91 7193.51 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+1610.91 7295.36 m
+1610.91 7397.2 l
+2054.11 7397.2 l
+2054.11 7193.51 l
+1610.91 7193.51 l
+1610.91 7295.36 l
+h
+S
+1610.91 7295.36 m
+1610.91 7397.2 l
+2054.11 7397.2 l
+2054.11 7193.51 l
+1610.91 7193.51 l
+f
+/DeviceGray {} CS
+[0] SC
+1610.91 7295.36 m
+1610.91 7397.2 l
+2054.11 7397.2 l
+2054.11 7193.51 l
+1610.91 7193.51 l
+1610.91 7295.36 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 167.159 725.419] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(b)
+[6.503629
+0] Tj
+1.82261 TJm
+(i)
+[3.251814
+0] Tj
+0.909771 TJm
+(b)
+[6.503629
+0] Tj
+1.82261 TJm
+(t)
+[4.554931
+0] Tj
+-0.733126 TJm
+(e)
+[5.200512
+0] Tj
+3.4655 TJm
+(x)
+[6.180838
+0] Tj
+4.73877 TJm
+Q
+849.953 7511.48 m
+849.953 7284.79 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 84.9953 728.479] Tm
+0 0 Td
+/F12_0 3.58655 Tf
+(b)
+[0
+0] Tj
+Q
+1531.13 7257.77 m
+1606.79 7284.79 l
+1531.13 7311.81 l
+1561.39 7284.79 l
+f
+849.953 7284.79 m
+1561.39 7284.79 l
+S
+/DeviceGray {} cs
+[0.25] sc
+1272.98 8124.62 m
+1272.98 8226.46 l
+1865.68 8226.46 l
+1865.68 8022.77 l
+1272.98 8022.77 l
+f
+/DeviceGray {} CS
+[0.25] SC
+1272.98 8124.62 m
+1272.98 8226.46 l
+1865.68 8226.46 l
+1865.68 8022.77 l
+1272.98 8022.77 l
+1272.98 8124.62 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+1251.85 8145.75 m
+1251.85 8247.6 l
+1844.54 8247.6 l
+1844.54 8043.9 l
+1251.85 8043.9 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+1251.85 8145.75 m
+1251.85 8247.6 l
+1844.54 8247.6 l
+1844.54 8043.9 l
+1251.85 8043.9 l
+1251.85 8145.75 l
+h
+S
+1251.85 8145.75 m
+1251.85 8247.6 l
+1844.54 8247.6 l
+1844.54 8043.9 l
+1251.85 8043.9 l
+f
+/DeviceGray {} CS
+[0] SC
+1251.85 8145.75 m
+1251.85 8247.6 l
+1844.54 8247.6 l
+1844.54 8043.9 l
+1251.85 8043.9 l
+1251.85 8145.75 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 131.252 810.458] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(B)
+[8.284954
+0] Tj
+0.642251 TJm
+(i)
+[3.251814
+0] Tj
+0.909771 TJm
+(b)
+[6.503629
+0] Tj
+1.82261 TJm
+(-)
+[3.897395
+0] Tj
+-4.92869 TJm
+(D)
+[8.94249
+0] Tj
+4.8419 TJm
+(a)
+[5.846093
+0] Tj
+-2.37602 TJm
+(t)
+[4.554931
+0] Tj
+-0.733126 TJm
+(a)
+[5.846093
+0] Tj
+-2.37704 TJm
+-12.0086 -28.9465 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.54348 TJm
+(i)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+1759.22 7476.86 m
+1786.25 7401.19 l
+1813.27 7476.86 l
+1786.25 7446.59 l
+f
+1501.93 8018.79 m
+1501.93 7735.32 l
+1786.25 7735.32 l
+1786.25 7446.59 l
+S
+/DeviceGray {} cs
+[0.25] sc
+2020.04 8124.62 m
+2020.04 8226.46 l
+2536.36 8226.46 l
+2536.36 8022.77 l
+2020.04 8022.77 l
+f
+/DeviceGray {} CS
+[0.25] SC
+2020.04 8124.62 m
+2020.04 8226.46 l
+2536.36 8226.46 l
+2536.36 8022.77 l
+2020.04 8022.77 l
+2020.04 8124.62 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+1998.91 8145.75 m
+1998.91 8247.6 l
+2515.23 8247.6 l
+2515.23 8043.9 l
+1998.91 8043.9 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+1998.91 8145.75 m
+1998.91 8247.6 l
+2515.23 8247.6 l
+2515.23 8043.9 l
+1998.91 8043.9 l
+1998.91 8145.75 l
+h
+S
+1998.91 8145.75 m
+1998.91 8247.6 l
+2515.23 8247.6 l
+2515.23 8043.9 l
+1998.91 8043.9 l
+f
+/DeviceGray {} CS
+[0] SC
+1998.91 8145.75 m
+1998.91 8247.6 l
+2515.23 8247.6 l
+2515.23 8043.9 l
+1998.91 8043.9 l
+1998.91 8145.75 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 205.959 810.458] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(B)
+[8.284954
+0] Tj
+0.643272 TJm
+(i)
+[3.251814
+0] Tj
+0.910792 TJm
+(b)
+[6.503629
+0] Tj
+1.82158 TJm
+(-)
+[3.897395
+0] Tj
+-4.92971 TJm
+(S)
+[6.503629
+0] Tj
+1.82363 TJm
+(t)
+[4.554931
+0] Tj
+-0.735168 TJm
+(i)
+[3.251814
+0] Tj
+0.910792 TJm
+(l)
+[3.251814
+0] Tj
+0.90875 TJm
+25.8023 -28.9465 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(s)
+[6.144973
+0] Tj
+2.5445 TJm
+(t)
+[6.144973
+0] Tj
+2.54246 TJm
+Q
+1872.61 7476.86 m
+1899.63 7401.19 l
+1926.66 7476.86 l
+1899.63 7446.59 l
+f
+2267.5 8018.79 m
+2267.5 7735.32 l
+1899.63 7735.32 l
+1899.63 7446.59 l
+S
+/DeviceGray {} cs
+[0.25] sc
+591.918 6849.41 m
+591.918 6962.88 l
+1129.39 6962.88 l
+1129.39 6735.94 l
+591.918 6735.94 l
+f
+/DeviceGray {} CS
+[0.25] SC
+591.918 6849.41 m
+591.918 6962.88 l
+1129.39 6962.88 l
+1129.39 6735.94 l
+591.918 6735.94 l
+591.918 6849.41 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+570.785 6870.54 m
+570.785 6984.01 l
+1108.26 6984.01 l
+1108.26 6757.07 l
+570.785 6757.07 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+570.785 6870.54 m
+570.785 6984.01 l
+1108.26 6984.01 l
+1108.26 6757.07 l
+570.785 6757.07 l
+570.785 6870.54 l
+h
+S
+570.785 6870.54 m
+570.785 6984.01 l
+1108.26 6984.01 l
+1108.26 6757.07 l
+570.785 6757.07 l
+f
+/DeviceGray {} CS
+[0] SC
+570.785 6870.54 m
+570.785 6984.01 l
+1108.26 6984.01 l
+1108.26 6757.07 l
+570.785 6757.07 l
+570.785 6870.54 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 63.1465 684.099] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(p)
+[6.503629
+0] Tj
+-28.2769 TJm
+(d)
+[6.503629
+0] Tj
+1.82261 TJm
+(\035)
+[6.503629
+0] Tj
+1.82261 TJm
+(a)
+[5.846093
+0] Tj
+-2.37653 TJm
+(t)
+[4.554931
+0] Tj
+-0.734147 TJm
+(e)
+[5.200512
+0] Tj
+3.46601 TJm
+(x)
+[6.180838
+0] Tj
+4.73979 TJm
+Q
+737.887 7063.66 m
+764.91 6987.99 l
+791.934 7063.66 l
+764.91 7033.39 l
+f
+425.641 8007.54 m
+425.641 7087.62 l
+764.91 7087.62 l
+764.91 7033.39 l
+S
+822.93 7063.66 m
+849.953 6987.99 l
+876.977 7063.66 l
+849.953 7033.39 l
+f
+849.953 7284.79 m
+849.953 7033.39 l
+S
+1208.91 6887 m
+1133.24 6859.97 l
+1208.91 6832.95 l
+1178.64 6859.97 l
+f
+1842.94 7168.39 m
+1842.94 6859.97 l
+1178.64 6859.97 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 154.677 696.472] Tm
+0 0 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.54348 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(l)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+2562.97 7274.61 m
+2562.97 7388.07 l
+3128.05 7388.07 l
+3128.05 7161.14 l
+2562.97 7161.14 l
+f
+/DeviceGray {} CS
+[0.25] SC
+2562.97 7274.61 m
+2562.97 7388.07 l
+3128.05 7388.07 l
+3128.05 7161.14 l
+2562.97 7161.14 l
+2562.97 7274.61 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+2541.84 7295.74 m
+2541.84 7409.2 l
+3106.92 7409.2 l
+3106.92 7182.27 l
+2541.84 7182.27 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+2541.84 7295.74 m
+2541.84 7409.2 l
+3106.92 7409.2 l
+3106.92 7182.27 l
+2541.84 7182.27 l
+2541.84 7295.74 l
+h
+S
+2541.84 7295.74 m
+2541.84 7409.2 l
+3106.92 7409.2 l
+3106.92 7182.27 l
+2541.84 7182.27 l
+f
+/DeviceGray {} CS
+[0] SC
+2541.84 7295.74 m
+2541.84 7409.2 l
+3106.92 7409.2 l
+3106.92 7182.27 l
+2541.84 7182.27 l
+2541.84 7295.74 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 260.252 726.619] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(L)
+[7.316582
+0] Tj
+-0.63102 TJm
+(o)
+[5.846093
+0] Tj
+-2.37704 TJm
+(g)
+[5.846093
+0] Tj
+-2.37704 TJm
+(d)
+[6.503629
+0] Tj
+1.82363 TJm
+(a)
+[5.846093
+0] Tj
+-2.37704 TJm
+(t)
+[4.554931
+0] Tj
+-0.735168 TJm
+(e)
+[5.200512
+0] Tj
+3.46754 TJm
+(i)
+[3.251814
+0] Tj
+0.90875 TJm
+-45.773 -17.5281 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(b)
+[6.144973
+0] Tj
+2.5445 TJm
+(l)
+[6.144973
+0] Tj
+2.5445 TJm
+(g)
+[6.144973
+0] Tj
+2.54246 TJm
+Q
+2462.06 7258 m
+2537.71 7285.05 l
+2462.04 7312.05 l
+2492.32 7285.04 l
+f
+2079.09 7284.88 m
+2492.32 7285.04 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 90.0285 655.032] Tm
+0 0 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(a)
+[6.144973
+0] Tj
+2.54501 TJm
+(u)
+[6.144973
+0] Tj
+2.5445 TJm
+(x)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+591.918 6140.75 m
+591.918 6254.21 l
+1129.39 6254.21 l
+1129.39 6027.28 l
+591.918 6027.28 l
+f
+/DeviceGray {} CS
+[0.25] SC
+591.918 6140.75 m
+591.918 6254.21 l
+1129.39 6254.21 l
+1129.39 6027.28 l
+591.918 6027.28 l
+591.918 6140.75 l
+h
+S
+/DeviceRGB {} cs
+[1 0.6992 0.6992] sc
+570.785 6161.88 m
+570.785 6275.34 l
+1108.26 6275.34 l
+1108.26 6048.41 l
+570.785 6048.41 l
+f
+/DeviceRGB {} CS
+[1 0.6992 0.6992] SC
+570.785 6161.88 m
+570.785 6275.34 l
+1108.26 6275.34 l
+1108.26 6048.41 l
+570.785 6048.41 l
+570.785 6161.88 l
+h
+S
+570.785 6161.88 m
+570.785 6275.34 l
+1108.26 6275.34 l
+1108.26 6048.41 l
+570.785 6048.41 l
+f
+/DeviceGray {} CS
+[0] SC
+570.785 6161.88 m
+570.785 6275.34 l
+1108.26 6275.34 l
+1108.26 6048.41 l
+570.785 6048.41 l
+570.785 6161.88 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 63.1465 613.233] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(p)
+[6.503629
+0] Tj
+-28.2769 TJm
+(d)
+[6.503629
+0] Tj
+1.82261 TJm
+(\035)
+[6.503629
+0] Tj
+1.82261 TJm
+(a)
+[5.846093
+0] Tj
+-2.37653 TJm
+(t)
+[4.554931
+0] Tj
+-0.734147 TJm
+(e)
+[5.200512
+0] Tj
+3.46601 TJm
+(x)
+[6.180838
+0] Tj
+4.73979 TJm
+Q
+737.887 6355 m
+764.91 6279.33 l
+791.934 6355 l
+764.91 6324.73 l
+f
+425.641 8007.54 m
+425.641 6378.96 l
+764.91 6378.96 l
+764.91 6324.73 l
+S
+822.93 6355 m
+849.953 6279.33 l
+876.977 6355 l
+849.953 6324.73 l
+f
+849.953 6731.95 m
+849.953 6324.73 l
+S
+/DeviceGray {} cs
+[0.25] sc
+518.719 5630.13 m
+518.719 5731.98 l
+1202.4 5731.98 l
+1202.4 5528.28 l
+518.719 5528.28 l
+f
+/DeviceGray {} CS
+[0.25] SC
+518.719 5630.13 m
+518.719 5731.98 l
+1202.4 5731.98 l
+1202.4 5528.28 l
+518.719 5528.28 l
+518.719 5630.13 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+497.586 5651.26 l
+h
+S
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+f
+/DeviceGray {} CS
+[0] SC
+497.586 5651.26 m
+497.586 5753.11 l
+1181.27 5753.11 l
+1181.27 5549.41 l
+497.586 5549.41 l
+497.586 5651.26 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 55.8266 561.009] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(P)
+[7.962163
+0] Tj
+3.56404 TJm
+(D)
+[8.94249
+0] Tj
+4.84241 TJm
+(F)
+[7.639373
+0] Tj
+-3.55229 TJm
+(-)
+[3.897395
+0] Tj
+-4.92869 TJm
+(D)
+[8.94249
+0] Tj
+4.84241 TJm
+(a)
+[5.846093
+0] Tj
+-2.37653 TJm
+(t)
+[4.554931
+0] Tj
+-0.734147 TJm
+(e)
+[5.200512
+0] Tj
+3.4655 TJm
+(i)
+[3.251814
+0] Tj
+0.90875 TJm
+Q
+822.867 5832.77 m
+849.879 5757.09 l
+876.914 5832.75 l
+849.887 5802.49 l
+f
+849.926 6023.29 m
+849.887 5802.49 l
+S
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 90.0285 584.407] Tm
+0 0 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(p)
+[6.144973
+0] Tj
+2.54501 TJm
+(d)
+[6.144973
+0] Tj
+2.5445 TJm
+(f)
+[6.144973
+0] Tj
+2.5445 TJm
+Q
+/DeviceGray {} cs
+[0.25] sc
+2562.97 6140.75 m
+2562.97 6254.21 l
+3128.05 6254.21 l
+3128.05 6027.28 l
+2562.97 6027.28 l
+f
+/DeviceGray {} CS
+[0.25] SC
+2562.97 6140.75 m
+2562.97 6254.21 l
+3128.05 6254.21 l
+3128.05 6027.28 l
+2562.97 6027.28 l
+2562.97 6140.75 l
+h
+S
+/DeviceRGB {} cs
+[0.6992 0.6992 1] sc
+2541.84 6161.88 m
+2541.84 6275.34 l
+3106.92 6275.34 l
+3106.92 6048.41 l
+2541.84 6048.41 l
+f
+/DeviceRGB {} CS
+[0.6992 0.6992 1] SC
+2541.84 6161.88 m
+2541.84 6275.34 l
+3106.92 6275.34 l
+3106.92 6048.41 l
+2541.84 6048.41 l
+2541.84 6161.88 l
+h
+S
+2541.84 6161.88 m
+2541.84 6275.34 l
+3106.92 6275.34 l
+3106.92 6048.41 l
+2541.84 6048.41 l
+f
+/DeviceGray {} CS
+[0] SC
+2541.84 6161.88 m
+2541.84 6275.34 l
+3106.92 6275.34 l
+3106.92 6048.41 l
+2541.84 6048.41 l
+2541.84 6161.88 l
+h
+S
+/DeviceGray {} cs
+[0] sc
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 260.252 613.233] Tm
+0 0 Td
+/F11_0 11.9552 Tf
+(L)
+[7.316582
+0] Tj
+-0.63102 TJm
+(o)
+[5.846093
+0] Tj
+-2.37704 TJm
+(g)
+[5.846093
+0] Tj
+-2.37704 TJm
+(d)
+[6.503629
+0] Tj
+1.82363 TJm
+(a)
+[5.846093
+0] Tj
+-2.37704 TJm
+(t)
+[4.554931
+0] Tj
+-0.735168 TJm
+(e)
+[5.200512
+0] Tj
+3.46754 TJm
+(i)
+[3.251814
+0] Tj
+0.90875 TJm
+-45.773 -17.5281 Td
+/F13_0 11.9552 Tf
+(.)
+[6.144973
+0] Tj
+2.5445 TJm
+(l)
+[6.144973
+0] Tj
+2.5445 TJm
+(o)
+[6.144973
+0] Tj
+2.5445 TJm
+(g)
+[6.144973
+0] Tj
+2.54246 TJm
+Q
+2462.05 6124.29 m
+2537.71 6151.31 l
+2462.05 6178.34 l
+2492.32 6151.31 l
+f
+1133.24 6151.31 m
+2492.32 6151.31 l
+S
+Q
+Q
+Q
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font SFRM1200
+%%+ font T3_12_0
+%%+ font SFTT1200
+%%EOF
diff --git a/info/examples/PSTricks_7_de/images/bibtex-howitworks.pdf b/info/examples/PSTricks_7_de/images/bibtex-howitworks.pdf
new file mode 100644
index 0000000000..44cfcb8e0b
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/bibtex-howitworks.pdf
Binary files differ
diff --git a/info/examples/PSTricks_7_de/images/dante.pdf b/info/examples/PSTricks_7_de/images/dante.pdf
new file mode 100644
index 0000000000..74d9d59376
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/dante.pdf
Binary files differ
diff --git a/info/examples/PSTricks_7_de/images/image1.eps b/info/examples/PSTricks_7_de/images/image1.eps
new file mode 100644
index 0000000000..782813edce
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/image1.eps
@@ -0,0 +1,5686 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: PSTricks
+%%Title: images/image1.eps
+%%CreationDate: 2016/4/22
+%%BoundingBox: -27 -13 198 198
+%%EndComments
+%%BeginSetup
+tx@Dict
+begin
+
+%%EndSetup
+STP
+0
+setlinecap
+0
+setlinejoin
+10
+setmiterlimit
+[]
+0
+setdash
+newpath
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 1 setgray
+
+0.
+true
+-28.45274
+-14.22636
+199.1692
+199.1692
+.5
+Frame
+
+gsave
+2.0
+SLW
+1
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+gsave 2.0 SLW 0 setgray
+
+gsave
+
+1.
+.setopacityalpha
+
+0.8
+SLW
+0.75
+
+setgray
+0.0
+0.0
+170.71646
+170.71646
+0.0
+0.0
+28.45274
+abs
+28.45274
+abs
+1
+10
+{
+0
+
+setgray
+}
+0.0
+/Helvetica
+findfont
+0.0
+scalefont
+setfont
+Grid
+grestore
+
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 1.5 SLW 0 setgray
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+[
+199.1692
+170.71646
+-28.45274
+170.71646
+
+
+/Lineto
+/lineto
+load
+def
+0
+
+setlinejoin
+false
+Line
+
+gsave
+1.5
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+gsave 2.0 SLW 0 setgray
+[
+85.35823
+184.94283
+
+
+false
+NArray
+
+/DS
+2.0
+2.
+CLW
+mul
+add
+2
+div
+def
+/PSTricksDotFont
+0.
+[1.0
+0.0
+0.0
+1.0
+0.0
+0.0]
+FontDot
+/Dot
+{
+moveto
+gsave
+1.
+
+1.
+
+scale
+1
+0
+0
+
+setrgbcolor
+(b)
+show
+grestore
+gsave
+1.
+
+1.
+
+scale
+(c)
+show
+grestore
+}
+bind
+def
+
+
+1.
+.setopacityalpha
+
+newpath
+n
+{
+transform
+floor
+.5
+add
+exch
+floor
+.5
+add
+exch
+itransform
+Dot
+}
+repeat
+
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+BeginArrow
+1.
+
+1.
+
+scale
+
+false
+0.4
+1.4
+1.5
+2.
+
+
+1.
+.setopacityalpha
+
+Arrow
+
+EndArrow
+
+}
+def
+
+gsave 0.5 SLW 0 setgray
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+BeginArrow
+1.
+
+1.
+
+scale
+
+false
+0.4
+1.4
+1.5
+2.
+
+
+1.
+.setopacityalpha
+
+Arrow
+
+EndArrow
+
+}
+def
+
+[
+85.35823
+156.49008
+85.35823
+184.94283
+
+
+/Lineto
+/lineto
+load
+def
+0
+
+setlinejoin
+false
+Line
+
+gsave
+0.5
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+0.0
+0.0
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+0.0
+0.0
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+0.0
+28.45274
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+0.0
+28.45274
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+0.0
+56.90549
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+0.0
+56.90549
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+0.0
+85.35823
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+0.0
+85.35823
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+0.0
+113.81097
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+0.0
+113.81097
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+0.0
+142.26372
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+0.0
+142.26372
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+0.0
+170.71646
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+0.0
+170.71646
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+28.45274
+0.0
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+28.45274
+0.0
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+28.45274
+28.45274
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+28.45274
+28.45274
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+28.45274
+56.90549
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+28.45274
+56.90549
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+28.45274
+85.35823
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+28.45274
+85.35823
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+28.45274
+113.81097
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+28.45274
+113.81097
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+28.45274
+142.26372
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+28.45274
+142.26372
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+28.45274
+170.71646
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+28.45274
+170.71646
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+56.90549
+0.0
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+56.90549
+0.0
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+56.90549
+28.45274
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+56.90549
+28.45274
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+56.90549
+56.90549
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+56.90549
+56.90549
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+56.90549
+85.35823
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+56.90549
+85.35823
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+56.90549
+113.81097
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+56.90549
+113.81097
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+56.90549
+142.26372
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+56.90549
+142.26372
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+56.90549
+170.71646
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+56.90549
+170.71646
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+85.35823
+0.0
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+85.35823
+0.0
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+85.35823
+28.45274
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+85.35823
+28.45274
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+85.35823
+56.90549
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+85.35823
+56.90549
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+85.35823
+85.35823
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+85.35823
+85.35823
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+85.35823
+113.81097
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+85.35823
+113.81097
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+85.35823
+142.26372
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+85.35823
+142.26372
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+85.35823
+170.71646
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+85.35823
+170.71646
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+113.81097
+0.0
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+113.81097
+0.0
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+113.81097
+28.45274
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+113.81097
+28.45274
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+113.81097
+56.90549
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+113.81097
+56.90549
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+113.81097
+85.35823
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+113.81097
+85.35823
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+113.81097
+113.81097
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+113.81097
+113.81097
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+113.81097
+142.26372
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+113.81097
+142.26372
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+113.81097
+170.71646
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+113.81097
+170.71646
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+142.26372
+0.0
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+142.26372
+0.0
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+142.26372
+28.45274
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+142.26372
+28.45274
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+142.26372
+56.90549
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+142.26372
+56.90549
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+142.26372
+85.35823
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+142.26372
+85.35823
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+142.26372
+113.81097
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+142.26372
+113.81097
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+142.26372
+142.26372
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+142.26372
+142.26372
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+142.26372
+170.71646
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+142.26372
+170.71646
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+170.71646
+0.0
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+170.71646
+0.0
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+170.71646
+28.45274
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+170.71646
+28.45274
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+170.71646
+56.90549
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+170.71646
+56.90549
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+170.71646
+85.35823
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+170.71646
+85.35823
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+170.71646
+113.81097
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+170.71646
+113.81097
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+170.71646
+142.26372
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+170.71646
+142.26372
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 2.0 SLW 0 setgray
+
+170.71646
+170.71646
+2
+copy
+moveto
+2.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+fill
+
+grestore
+gsave
+2.0
+SLW
+0
+
+setgray
+
+1.
+.setopacityalpha
+
+
+0
+
+setlinejoin
+0
+
+setlinecap
+stroke
+
+grestore
+grestore
+/ArrowA
+{
+moveto
+}
+def
+/ArrowB
+{
+}
+def
+
+gsave 0.5 SLW 0.5 setgray
+
+170.71646
+170.71646
+2
+copy
+moveto
+6.0
+.5
+CLW
+mul
+sub
+dup
+0
+rmoveto
+0
+360
+arc
+closepath
+
+gsave
+0.5
+SLW
+0.5
+
+setgray
+
+1.
+.setopacityalpha
+
+
+1.5
+4
+DotLine
+
+grestore
+grestore
+%%Trailer
+end
+%%EOF
diff --git a/info/examples/PSTricks_7_de/images/shell-escape-texstudio.png b/info/examples/PSTricks_7_de/images/shell-escape-texstudio.png
new file mode 100644
index 0000000000..7764b5c18d
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/shell-escape-texstudio.png
Binary files differ
diff --git a/info/examples/PSTricks_7_de/images/tiger.eps b/info/examples/PSTricks_7_de/images/tiger.eps
new file mode 100644
index 0000000000..70d6124a42
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/tiger.eps
@@ -0,0 +1,7096 @@
+%!PS-Adobe-3.0
+%%Title: flattened PostScript generated from file: tiger.eps
+%%Creator: pstoedit
+%%BoundingBox: -40 -43 41 43
+%%Pages: 1
+%%EndComments
+%%BeginProlog
+/setPageSize { pop pop } def
+/ntranslate { neg exch neg exch translate } def
+/p2esetcolorname { pop } def
+/setshowparams { pop pop pop} def
+/awidthshowhex { dup length 0 gt { dup /ASCIIHexDecode filter exch length 2 div cvi string readstring pop } if awidthshow } def
+/awidthshowhexwithglyphs { true { pop awidthshowhex } { { glyphshow } forall pop } ifelse } def
+/backendconstraints { pop pop } def
+/pstoedit.newfont { 80 string cvs findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin1Encoding def dup 80 string cvs /FontName exch def currentdict end definefont pop } def
+/imagestring 1 string def
+%%EndProlog
+%%BeginSetup
+% pstoedit.textastext pstoedit.doflatten backendconstraints
+1 0 backendconstraints
+%%EndSetup
+%%Page: 1 1
+%1 -1 scale
+gsave %{
+
+
+% 1 pathnumber
+% filledpath
+ 612 792 setPageSize
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.7109 4.16406 moveto
+ -30.7109 4.16406 -30.6641 3.78125 -30.8633 3.71094 curveto
+ -30.9336 3.78516 -33.6523 11.7188 -37.0117 11.3633 curveto
+ -37.0117 11.3633 -34.1055 12.5625 -30.7109 4.16406 curveto
+ closepath
+fill
+grestore %}
+
+
+% 2 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.7109 4.16406 moveto
+ -30.7109 4.16406 -30.6641 3.78125 -30.8633 3.71094 curveto
+ -30.9336 3.78516 -33.6523 11.7188 -37.0117 11.3633 curveto
+ -37.0117 11.3633 -34.1055 12.5625 -30.7109 4.16406 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 3 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.1133 4.61328 moveto
+ -30.1133 4.61328 -30.1875 4.29297 -30.2617 4.3125 curveto
+ -30.4414 4.39062 -30.2969 12.7734 -33.5625 13.6133 curveto
+ -33.5625 13.6133 -30.4336 13.7188 -30.1133 4.61328 curveto
+ closepath
+fill
+grestore %}
+
+
+% 4 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.1133 4.61328 moveto
+ -30.1133 4.61328 -30.1875 4.29297 -30.2617 4.3125 curveto
+ -30.4414 4.39062 -30.2969 12.7734 -33.5625 13.6133 curveto
+ -33.5625 13.6133 -30.4336 13.7188 -30.1133 4.61328 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 5 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -25.6133 -2.4375 moveto
+ -25.6133 -2.4375 -25.293 -2.55078 -25.3125 -2.58594 curveto
+ -25.4453 -2.77344 -33.5625 -0.664062 -35.0625 -3.63672 curveto
+ -35.0625 -3.63672 -34.5156 -0.574219 -25.6133 -2.4375 curveto
+ closepath
+fill
+grestore %}
+
+
+% 6 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -25.6133 -2.4375 moveto
+ -25.6133 -2.4375 -25.293 -2.55078 -25.3125 -2.58594 curveto
+ -25.4453 -2.77344 -33.5625 -0.664062 -35.0625 -3.63672 curveto
+ -35.0625 -3.63672 -34.5156 -0.574219 -25.6133 -2.4375 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 7 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -26.0625 -4.08594 moveto
+ -26.0625 -4.08594 -25.7188 -4.14453 -25.7617 -4.23828 curveto
+ -25.7969 -4.40234 -34.1641 -4.95312 -34.7617 -8.28906 curveto
+ -34.7617 -8.28906 -35.0938 -5.17188 -26.0625 -4.08594 curveto
+ closepath
+fill
+grestore %}
+
+
+% 8 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -26.0625 -4.08594 moveto
+ -26.0625 -4.08594 -25.7188 -4.14453 -25.7617 -4.23828 curveto
+ -25.7969 -4.40234 -34.1641 -4.95312 -34.7617 -8.28906 curveto
+ -34.7617 -8.28906 -35.0938 -5.17188 -26.0625 -4.08594 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 9 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -26.6641 -3.1875 moveto
+ -26.6641 -3.1875 -26.4258 -3.27734 -26.5117 -3.33594 curveto
+ -26.5391 -3.52344 -34.8984 -2.84766 -35.9609 -6.03906 curveto
+ -35.9609 -6.03906 -35.8516 -2.92578 -26.6641 -3.1875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 10 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -26.6641 -3.1875 moveto
+ -26.6641 -3.1875 -26.4258 -3.27734 -26.5117 -3.33594 curveto
+ -26.5391 -3.52344 -34.8984 -2.84766 -35.9609 -6.03906 curveto
+ -35.9609 -6.03906 -35.8516 -2.92578 -26.6641 -3.1875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 11 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -28.4609 -0.1875 moveto
+ -28.4609 -0.1875 -28.2734 -0.390625 -28.3125 -0.488281 curveto
+ -28.4805 -0.558594 -35.6992 3.70703 -38.0625 1.16406 curveto
+ -38.0625 1.16406 -36.5898 4.05078 -28.4609 -0.1875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 12 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -28.4609 -0.1875 moveto
+ -28.4609 -0.1875 -28.2734 -0.390625 -28.3125 -0.488281 curveto
+ -28.4805 -0.558594 -35.6992 3.70703 -38.0625 1.16406 curveto
+ -38.0625 1.16406 -36.5898 4.05078 -28.4609 -0.1875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 13 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -29.6641 -0.789062 moveto
+ -29.6641 -0.789062 -29.4922 -1.05469 -29.5117 -1.08594 curveto
+ -29.6797 -1.25 -37.3359 2.17188 -39.4141 -0.488281 curveto
+ -39.4141 -0.488281 -38.2617 2.41797 -29.6641 -0.789062 curveto
+ closepath
+fill
+grestore %}
+
+
+% 14 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -29.6641 -0.789062 moveto
+ -29.6641 -0.789062 -29.4922 -1.05469 -29.5117 -1.08594 curveto
+ -29.6797 -1.25 -37.3359 2.17188 -39.4141 -0.488281 curveto
+ -39.4141 -0.488281 -38.2617 2.41797 -29.6641 -0.789062 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 15 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.1133 -1.53906 moveto
+ -30.1133 -1.53906 -29.8945 -1.69141 -29.9609 -1.83594 curveto
+ -30.0547 -1.91016 -38.1055 0.4375 -39.7109 -2.58594 curveto
+ -39.7109 -2.58594 -39.0547 0.550781 -30.1133 -1.53906 curveto
+ closepath
+fill
+grestore %}
+
+
+% 16 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.1133 -1.53906 moveto
+ -30.1133 -1.53906 -29.8945 -1.69141 -29.9609 -1.83594 curveto
+ -30.0547 -1.91016 -38.1055 0.4375 -39.7109 -2.58594 curveto
+ -39.7109 -2.58594 -39.0547 0.550781 -30.1133 -1.53906 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 17 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -28.4609 -1.6875 moveto
+ -28.4609 -1.6875 -28.2031 -1.87891 -28.3125 -1.98828 curveto
+ -28.4375 -2.02344 -35.0469 3.13281 -37.6133 1.01172 curveto
+ -37.6133 1.01172 -35.8867 3.58984 -28.4609 -1.6875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 18 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -28.4609 -1.6875 moveto
+ -28.4609 -1.6875 -28.2031 -1.87891 -28.3125 -1.98828 curveto
+ -28.4375 -2.02344 -35.0469 3.13281 -37.6133 1.01172 curveto
+ -37.6133 1.01172 -35.8867 3.58984 -28.4609 -1.6875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 19 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.6133 3.11328 moveto
+ -31.6133 3.11328 -31.5547 2.85156 -31.6133 2.8125 curveto
+ -31.8203 2.78516 -36.5352 9.71875 -39.7109 8.51172 curveto
+ -39.7109 8.51172 -37.1992 10.4102 -31.6133 3.11328 curveto
+ closepath
+fill
+grestore %}
+
+
+% 20 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.6133 3.11328 moveto
+ -31.6133 3.11328 -31.5547 2.85156 -31.6133 2.8125 curveto
+ -31.8203 2.78516 -36.5352 9.71875 -39.7109 8.51172 curveto
+ -39.7109 8.51172 -37.1992 10.4102 -31.6133 3.11328 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 21 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.6133 2.0625 moveto
+ -31.6133 2.0625 -31.3789 1.73047 -31.4609 1.61328 curveto
+ -31.6211 1.60938 -37.7227 7.35938 -40.6133 5.51172 curveto
+ -40.6133 5.51172 -38.5195 7.89062 -31.6133 2.0625 curveto
+ closepath
+fill
+grestore %}
+
+
+% 22 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.6133 2.0625 moveto
+ -31.6133 2.0625 -31.3789 1.73047 -31.4609 1.61328 curveto
+ -31.6211 1.60938 -37.7227 7.35938 -40.6133 5.51172 curveto
+ -40.6133 5.51172 -38.5195 7.89062 -31.6133 2.0625 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 23 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.6133 1.3125 moveto
+ -31.6133 1.3125 -31.3711 1.02344 -31.4609 1.01172 curveto
+ -31.6016 0.882812 -38.2148 6.03516 -40.9141 3.86328 curveto
+ -40.9141 3.86328 -39.0547 6.49609 -31.6133 1.3125 curveto
+ closepath
+fill
+grestore %}
+
+
+% 24 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.02838 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.6133 1.3125 moveto
+ -31.6133 1.3125 -31.3711 1.02344 -31.4609 1.01172 curveto
+ -31.6016 0.882812 -38.2148 6.03516 -40.9141 3.86328 curveto
+ -40.9141 3.86328 -39.0547 6.49609 -31.6133 1.3125 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 25 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.9141 1.01172 moveto
+ -31.8398 -0.00390625 -31.6758 -1.08594 -31.4609 -1.53906 curveto
+ -31.4609 -1.53906 -31.9844 -3.64844 -30.5625 -5.88672 curveto
+ -30.5625 -5.88672 -30.5977 -7.01562 -30.2617 -7.53906 curveto
+ -30.2617 -7.53906 -29.6719 -8.92969 -28.9141 -9.03906 curveto
+ -28.2422 -9.16797 -26.8008 -9.67188 -25.1641 -9.9375 curveto
+ -25.1641 -9.9375 -22.3477 -12.2305 -22.9141 -14.2891 curveto
+ -22.9141 -14.2891 -22.9414 -17.0469 -23.5117 -17.2891 curveto
+ -23.5117 -17.2891 -21.6211 -15.4648 -23.2109 -18.1875 curveto
+ -23.9609 -21.3359 lineto
+ -23.9609 -21.3359 -19.707 -17.7734 -22.3125 -20.7383 curveto
+ -23.9609 -25.0859 lineto
+ -23.9609 -25.0859 -20.6953 -22.0625 -21.8633 -23.4375 curveto
+ -22.4609 -24.9375 lineto
+ -22.4609 -24.9375 -15.2852 -20.4141 -20.3633 -25.2383 curveto
+ -20.3633 -25.2383 -19.0469 -24.7031 -18.2617 -25.2383 curveto
+ -18.2617 -25.2383 -17.1992 -24.9648 -17.3633 -25.2383 curveto
+ -17.3633 -25.2383 -20.7617 -26.9453 -21.4141 -30.0391 curveto
+ -21.4141 -30.0391 -19.9727 -28.332 -20.5117 -30.1875 curveto
+ -20.3633 -31.9883 lineto
+ -20.3633 -31.9883 -19.7734 -28.4648 -19.9141 -34.6875 curveto
+ -19.9141 -34.6875 -16.6719 -31.6992 -18.5625 -35.1367 curveto
+ -18.5625 -37.8359 lineto
+ -18.5625 -37.8359 -16.0781 -35.1953 -17.0625 -37.2383 curveto
+ -17.0625 -37.2383 -15.4844 -35.8555 -16.1641 -38.4375 curveto
+ -16.1641 -38.4375 -16.2734 -40.0781 -15.5625 -38.2891 curveto
+ -15.5625 -38.2891 -12.9102 -33.1836 -13.9141 -37.5391 curveto
+ -13.9141 -37.5391 -14.0312 -40.6719 -13.3125 -38.2891 curveto
+ -13.3125 -38.2891 -13.1719 -39.9492 -11.6641 -41.1367 curveto
+ -11.6641 -41.1367 -11.8516 -32.7539 -9.71094 -38.7383 curveto
+ -9.11328 -41.4375 lineto
+ -9.11328 -41.4375 -8.62109 -39.8828 -8.66406 -39.0391 curveto
+ -8.66406 -39.0391 -6.24219 -36.3164 -7.3125 -40.3867 curveto
+ -7.3125 -40.3867 -4.85547 -36.582 -5.36328 -38.7383 curveto
+ -5.36328 -38.7383 -6.64062 -41.3984 -6.41406 -42.1875 curveto
+ -6.41406 -42.1875 -3.60156 -36.4492 -3.41406 -36.1875 curveto
+ -3.41406 -36.1875 -3.73438 -43.1836 -1.91406 -37.2383 curveto
+ -1.91406 -37.2383 -1.02734 -39.2227 -1.46094 -39.9375 curveto
+ -1.46094 -39.9375 -0.171875 -38.6289 -0.261719 -38.1367 curveto
+ -0.261719 -38.1367 0.457031 -36.7461 0.9375 -39.0391 curveto
+ 0.9375 -39.0391 1.21484 -40.543 1.53906 -40.0859 curveto
+ 1.53906 -40.0859 2.14062 -43.9766 2.28906 -40.2383 curveto
+ 2.28906 -40.2383 2.60156 -37.9688 1.38672 -36.0391 curveto
+ 1.38672 -36.0391 1.54688 -35.5273 1.08594 -34.8359 curveto
+ 1.08594 -34.8359 3.32813 -38.4297 2.13672 -33.6367 curveto
+ 2.13672 -33.6367 3.98828 -34.9961 4.23828 -34.9883 curveto
+ 4.23828 -34.9883 1.94141 -31.1719 3.33594 -31.9883 curveto
+ 3.33594 -31.9883 2.53516 -30.2461 5.4375 -32.2891 curveto
+ 5.4375 -32.2891 2.86328 -29.5859 5.73828 -31.2383 curveto
+ 5.73828 -31.2383 7.08984 -32.2266 5.88672 -30.6367 curveto
+ 5.88672 -30.6367 3.46094 -27.9375 7.08594 -30.9375 curveto
+ 7.08594 -30.9375 9.00391 -33.6133 9.1875 -34.0859 curveto
+ 9.1875 -34.0859 7.48438 -29.2578 6.78906 -28.8359 curveto
+ 6.78906 -28.8359 8.14453 -22.7891 14.8867 -25.3867 curveto
+ 14.8867 -25.3867 16.0664 -28.1992 16.8359 -25.2383 curveto
+ 16.8359 -25.2383 18.9023 -24.1094 20.7383 -28.6875 curveto
+ 20.7383 -28.6875 21.4102 -26.418 21.3359 -25.9883 curveto
+ 21.3359 -25.9883 22.4023 -26.1523 22.2383 -25.9883 curveto
+ 22.2383 -25.9883 24.4453 -26.6836 24.6367 -26.5859 curveto
+ 24.6367 -26.5859 25.7656 -27.6719 25.8359 -27.0391 curveto
+ 25.8359 -27.0391 27.3516 -27.5391 27.0391 -26.8867 curveto
+ 27.0391 -26.8867 28.4727 -29.5195 28.5391 -30.1875 curveto
+ 28.9883 -27.7891 lineto
+ 29.2891 -28.2383 lineto
+ 29.2891 -28.2383 29.5273 -27.0117 29.4375 -26.8867 curveto
+ 29.2656 -26.6172 32.6953 -27.9375 33.4883 -31.3867 curveto
+ 33.7891 -32.7383 lineto
+ 33.7891 -32.7383 34.8086 -30.3125 34.5391 -29.5859 curveto
+ 34.5391 -29.5859 35.4023 -29.7852 35.4375 -30.4883 curveto
+ 35.4375 -30.4883 36.1289 -26.6836 35.2891 -25.6875 curveto
+ 35.2891 -25.6875 36.0625 -25.5586 36.1875 -26.1367 curveto
+ 36.1875 -24.9375 lineto
+ 36.1875 -24.9375 37.4492 -25.0977 37.3867 -24.6367 curveto
+ 37.3867 -24.6367 38.1758 -24.043 38.4375 -24.7891 curveto
+ 38.4375 -24.7891 36.4609 -19.0273 39.4883 -22.2383 curveto
+ 39.4883 -22.2383 40.6836 -23.9766 40.0859 -20.8867 curveto
+ 39.4961 -17.7734 38.8359 -17.5078 39.6367 -17.4375 curveto
+ 39.6367 -17.4375 39.7578 -16.8477 39.4883 -16.5391 curveto
+ 39.0977 -16.3203 39.6367 -16.5391 39.6367 -16.5391 curveto
+ 39.6367 -16.5391 40.418 -17.2461 39.4883 -13.6875 curveto
+ 39.4883 -13.6875 40.6172 -13.8789 38.5859 -9.03906 curveto
+ 38.5859 -9.03906 39.0977 -8.66406 38.4375 -7.23828 curveto
+ 38.4375 -7.23828 39.7578 -8.00391 40.2383 -7.6875 curveto
+ 40.2383 -7.6875 40.1562 -7.47656 39.6367 -6.78906 curveto
+ 39.6367 -6.78906 36.0625 2.22656 39.4883 -1.38672 curveto
+ 39.4883 -1.38672 41.3828 -3.64062 40.3867 0.113281 curveto
+ 40.3867 0.113281 38.8242 4.08203 38.8867 4.76172 curveto
+ -31.9141 1.01172 lineto
+ closepath
+fill
+grestore %}
+
+
+% 26 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -31.9141 1.01172 moveto
+ -31.8398 -0.00390625 -31.6758 -1.08594 -31.4609 -1.53906 curveto
+ -31.4609 -1.53906 -31.9844 -3.64844 -30.5625 -5.88672 curveto
+ -30.5625 -5.88672 -30.5977 -7.01562 -30.2617 -7.53906 curveto
+ -30.2617 -7.53906 -29.6719 -8.92969 -28.9141 -9.03906 curveto
+ -28.2422 -9.16797 -26.8008 -9.67188 -25.1641 -9.9375 curveto
+ -25.1641 -9.9375 -22.3477 -12.2305 -22.9141 -14.2891 curveto
+ -22.9141 -14.2891 -22.9414 -17.0469 -23.5117 -17.2891 curveto
+ -23.5117 -17.2891 -21.6211 -15.4648 -23.2109 -18.1875 curveto
+ -23.9609 -21.3359 lineto
+ -23.9609 -21.3359 -19.707 -17.7734 -22.3125 -20.7383 curveto
+ -23.9609 -25.0859 lineto
+ -23.9609 -25.0859 -20.6953 -22.0625 -21.8633 -23.4375 curveto
+ -22.4609 -24.9375 lineto
+ -22.4609 -24.9375 -15.2852 -20.4141 -20.3633 -25.2383 curveto
+ -20.3633 -25.2383 -19.0469 -24.7031 -18.2617 -25.2383 curveto
+ -18.2617 -25.2383 -17.1992 -24.9648 -17.3633 -25.2383 curveto
+ -17.3633 -25.2383 -20.7617 -26.9453 -21.4141 -30.0391 curveto
+ -21.4141 -30.0391 -19.9727 -28.332 -20.5117 -30.1875 curveto
+ -20.3633 -31.9883 lineto
+ -20.3633 -31.9883 -19.7734 -28.4648 -19.9141 -34.6875 curveto
+ -19.9141 -34.6875 -16.6719 -31.6992 -18.5625 -35.1367 curveto
+ -18.5625 -37.8359 lineto
+ -18.5625 -37.8359 -16.0781 -35.1953 -17.0625 -37.2383 curveto
+ -17.0625 -37.2383 -15.4844 -35.8555 -16.1641 -38.4375 curveto
+ -16.1641 -38.4375 -16.2734 -40.0781 -15.5625 -38.2891 curveto
+ -15.5625 -38.2891 -12.9102 -33.1836 -13.9141 -37.5391 curveto
+ -13.9141 -37.5391 -14.0312 -40.6719 -13.3125 -38.2891 curveto
+ -13.3125 -38.2891 -13.1719 -39.9492 -11.6641 -41.1367 curveto
+ -11.6641 -41.1367 -11.8516 -32.7539 -9.71094 -38.7383 curveto
+ -9.11328 -41.4375 lineto
+ -9.11328 -41.4375 -8.62109 -39.8828 -8.66406 -39.0391 curveto
+ -8.66406 -39.0391 -6.24219 -36.3164 -7.3125 -40.3867 curveto
+ -7.3125 -40.3867 -4.85547 -36.582 -5.36328 -38.7383 curveto
+ -5.36328 -38.7383 -6.64062 -41.3984 -6.41406 -42.1875 curveto
+ -6.41406 -42.1875 -3.60156 -36.4492 -3.41406 -36.1875 curveto
+ -3.41406 -36.1875 -3.73438 -43.1836 -1.91406 -37.2383 curveto
+ -1.91406 -37.2383 -1.02734 -39.2227 -1.46094 -39.9375 curveto
+ -1.46094 -39.9375 -0.171875 -38.6289 -0.261719 -38.1367 curveto
+ -0.261719 -38.1367 0.457031 -36.7461 0.9375 -39.0391 curveto
+ 0.9375 -39.0391 1.21484 -40.543 1.53906 -40.0859 curveto
+ 1.53906 -40.0859 2.14062 -43.9766 2.28906 -40.2383 curveto
+ 2.28906 -40.2383 2.60156 -37.9688 1.38672 -36.0391 curveto
+ 1.38672 -36.0391 1.54688 -35.5273 1.08594 -34.8359 curveto
+ 1.08594 -34.8359 3.32813 -38.4297 2.13672 -33.6367 curveto
+ 2.13672 -33.6367 3.98828 -34.9961 4.23828 -34.9883 curveto
+ 4.23828 -34.9883 1.94141 -31.1719 3.33594 -31.9883 curveto
+ 3.33594 -31.9883 2.53516 -30.2461 5.4375 -32.2891 curveto
+ 5.4375 -32.2891 2.86328 -29.5859 5.73828 -31.2383 curveto
+ 5.73828 -31.2383 7.08984 -32.2266 5.88672 -30.6367 curveto
+ 5.88672 -30.6367 3.46094 -27.9375 7.08594 -30.9375 curveto
+ 7.08594 -30.9375 9.00391 -33.6133 9.1875 -34.0859 curveto
+ 9.1875 -34.0859 7.48438 -29.2578 6.78906 -28.8359 curveto
+ 6.78906 -28.8359 8.14453 -22.7891 14.8867 -25.3867 curveto
+ 14.8867 -25.3867 16.0664 -28.1992 16.8359 -25.2383 curveto
+ 16.8359 -25.2383 18.9023 -24.1094 20.7383 -28.6875 curveto
+ 20.7383 -28.6875 21.4102 -26.418 21.3359 -25.9883 curveto
+ 21.3359 -25.9883 22.4023 -26.1523 22.2383 -25.9883 curveto
+ 22.2383 -25.9883 24.4453 -26.6836 24.6367 -26.5859 curveto
+ 24.6367 -26.5859 25.7656 -27.6719 25.8359 -27.0391 curveto
+ 25.8359 -27.0391 27.3516 -27.5391 27.0391 -26.8867 curveto
+ 27.0391 -26.8867 28.4727 -29.5195 28.5391 -30.1875 curveto
+ 28.9883 -27.7891 lineto
+ 29.2891 -28.2383 lineto
+ 29.2891 -28.2383 29.5273 -27.0117 29.4375 -26.8867 curveto
+ 29.2656 -26.6172 32.6953 -27.9375 33.4883 -31.3867 curveto
+ 33.7891 -32.7383 lineto
+ 33.7891 -32.7383 34.8086 -30.3125 34.5391 -29.5859 curveto
+ 34.5391 -29.5859 35.4023 -29.7852 35.4375 -30.4883 curveto
+ 35.4375 -30.4883 36.1289 -26.6836 35.2891 -25.6875 curveto
+ 35.2891 -25.6875 36.0625 -25.5586 36.1875 -26.1367 curveto
+ 36.1875 -24.9375 lineto
+ 36.1875 -24.9375 37.4492 -25.0977 37.3867 -24.6367 curveto
+ 37.3867 -24.6367 38.1758 -24.043 38.4375 -24.7891 curveto
+ 38.4375 -24.7891 36.4609 -19.0273 39.4883 -22.2383 curveto
+ 39.4883 -22.2383 40.6836 -23.9766 40.0859 -20.8867 curveto
+ 39.4961 -17.7734 38.8359 -17.5078 39.6367 -17.4375 curveto
+ 39.6367 -17.4375 39.7578 -16.8477 39.4883 -16.5391 curveto
+ 39.0977 -16.3203 39.6367 -16.5391 39.6367 -16.5391 curveto
+ 39.6367 -16.5391 40.418 -17.2461 39.4883 -13.6875 curveto
+ 39.4883 -13.6875 40.6172 -13.8789 38.5859 -9.03906 curveto
+ 38.5859 -9.03906 39.0977 -8.66406 38.4375 -7.23828 curveto
+ 38.4375 -7.23828 39.7578 -8.00391 40.2383 -7.6875 curveto
+ 40.2383 -7.6875 40.1562 -7.47656 39.6367 -6.78906 curveto
+ 39.6367 -6.78906 36.0625 2.22656 39.4883 -1.38672 curveto
+ 39.4883 -1.38672 41.3828 -3.64062 40.3867 0.113281 curveto
+ 40.3867 0.113281 38.8242 4.08203 38.8867 4.76172 curveto
+ -31.9141 1.01172 lineto
+ closepath
+stroke
+gsave %{
+
+
+% 27 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 38.8867 4.76172 moveto
+ 39.0586 4.73047 39.4219 4.54297 39.6367 4.3125 curveto
+ 39.6367 4.3125 40.75 2.48828 39.9375 5.51172 curveto
+ 39.9375 5.51172 38.3711 10.2773 39.7891 8.36328 curveto
+ 39.7891 8.36328 40.8164 7.24219 40.2383 9.41406 curveto
+ 39.6484 12.1953 39.1875 13.3125 39.1875 13.3125 curveto
+ 39.1875 13.3125 41.1445 12.457 36.7891 19.0117 curveto
+ 38.1367 18.4141 lineto
+ 38.1367 18.4141 34.9414 24.9297 31.3867 25.7617 curveto
+ 30.0391 26.8125 lineto
+ 30.0391 26.8125 36.3945 33.0469 34.2383 39.1133 curveto
+ 34.2383 39.1133 33.1602 39.9805 31.5391 38.5117 curveto
+ 31.5391 38.5117 30.5195 37.668 29.5859 37.9141 curveto
+ 29.5859 37.9141 24.4453 37.7344 24.1875 37.7617 curveto
+ 23.7852 37.7344 18.0469 43.8711 7.23828 40.9141 curveto
+ 7.23828 40.9141 6.36328 40.6367 5.58594 40.7617 curveto
+ 5.58594 40.7617 2.60156 43.4766 -5.51172 39.7109 curveto
+ -5.51172 39.7109 -7.10156 39.3828 -7.3125 39.4141 curveto
+ -7.62891 39.3828 -8.08984 39.3828 -9.41406 38.3633 curveto
+ -10.7305 37.2695 -10.7969 37.1406 -11.0625 36.8633 curveto
+ -11.0625 36.8633 -13.832 35.0273 -14.6641 34.9141 curveto
+ -14.6641 34.9141 -16.5391 33.8398 -17.2109 32.2109 curveto
+ -17.8125 32.0625 lineto
+ -17.8125 32.0625 -18.125 30.8047 -18.2617 30.5625 curveto
+ -18.2617 30.5625 -18.9805 30.0117 -19.1641 29.0625 curveto
+ -19.1641 29.0625 -20.5664 28.0977 -20.5117 27.4141 curveto
+ -20.5117 27.4141 -20.7617 26.5156 -20.9609 25.7617 curveto
+ -20.9609 25.7617 -22.082 24.9297 -22.0117 24.4141 curveto
+ -22.0117 24.4141 -23.2031 22.1562 -23.0625 20.9609 curveto
+ -23.0625 20.9609 -24.0625 21.1016 -24.5625 20.6641 curveto
+ -24.5625 20.6641 -24.6563 19.9141 -24.8633 19.9141 curveto
+ -24.8633 19.9141 -25.3828 19.6484 -25.0117 19.0117 curveto
+ -25.0117 19.0117 -25.25 18.5273 -25.3125 18.2617 curveto
+ -25.3125 18.2617 -25.1836 17.8008 -25.9141 16.9141 curveto
+ -25.9141 16.9141 -26.9688 13.7773 -26.6641 12.8633 curveto
+ -26.6641 12.8633 -26.5703 12.125 -26.9609 11.8125 curveto
+ -26.9609 11.8125 -27.625 11.9297 -26.2109 10.0117 curveto
+ -26.2109 10.0117 -26.1094 9.75 -26.6641 9.41406 curveto
+ -26.6641 9.41406 -29.4766 8.75781 -29.8125 6.11328 curveto
+ -29.8125 6.11328 -32.1172 3.61328 -32.0625 2.8125 curveto
+ -32.1172 2.37109 -32.0703 1.85547 -31.9141 1.16406 curveto
+ -31.9141 1.16406 -32.0508 -0.28125 -27.5625 -0.488281 curveto
+ -22.9414 -0.546875 38.8867 4.76172 38.8867 4.76172 curveto
+ closepath
+fill
+grestore %}
+
+
+% 28 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 38.8867 4.76172 moveto
+ 39.0586 4.73047 39.4219 4.54297 39.6367 4.3125 curveto
+ 39.6367 4.3125 40.75 2.48828 39.9375 5.51172 curveto
+ 39.9375 5.51172 38.3711 10.2773 39.7891 8.36328 curveto
+ 39.7891 8.36328 40.8164 7.24219 40.2383 9.41406 curveto
+ 39.6484 12.1953 39.1875 13.3125 39.1875 13.3125 curveto
+ 39.1875 13.3125 41.1445 12.457 36.7891 19.0117 curveto
+ 38.1367 18.4141 lineto
+ 38.1367 18.4141 34.9414 24.9297 31.3867 25.7617 curveto
+ 30.0391 26.8125 lineto
+ 30.0391 26.8125 36.3945 33.0469 34.2383 39.1133 curveto
+ 34.2383 39.1133 33.1602 39.9805 31.5391 38.5117 curveto
+ 31.5391 38.5117 30.5195 37.668 29.5859 37.9141 curveto
+ 29.5859 37.9141 24.4453 37.7344 24.1875 37.7617 curveto
+ 23.7852 37.7344 18.0469 43.8711 7.23828 40.9141 curveto
+ 7.23828 40.9141 6.36328 40.6367 5.58594 40.7617 curveto
+ 5.58594 40.7617 2.60156 43.4766 -5.51172 39.7109 curveto
+ -5.51172 39.7109 -7.10156 39.3828 -7.3125 39.4141 curveto
+ -7.62891 39.3828 -8.08984 39.3828 -9.41406 38.3633 curveto
+ -10.7305 37.2695 -10.7969 37.1406 -11.0625 36.8633 curveto
+ -11.0625 36.8633 -13.832 35.0273 -14.6641 34.9141 curveto
+ -14.6641 34.9141 -16.5391 33.8398 -17.2109 32.2109 curveto
+ -17.8125 32.0625 lineto
+ -17.8125 32.0625 -18.125 30.8047 -18.2617 30.5625 curveto
+ -18.2617 30.5625 -18.9805 30.0117 -19.1641 29.0625 curveto
+ -19.1641 29.0625 -20.5664 28.0977 -20.5117 27.4141 curveto
+ -20.5117 27.4141 -20.7617 26.5156 -20.9609 25.7617 curveto
+ -20.9609 25.7617 -22.082 24.9297 -22.0117 24.4141 curveto
+ -22.0117 24.4141 -23.2031 22.1562 -23.0625 20.9609 curveto
+ -23.0625 20.9609 -24.0625 21.1016 -24.5625 20.6641 curveto
+ -24.5625 20.6641 -24.6563 19.9141 -24.8633 19.9141 curveto
+ -24.8633 19.9141 -25.3828 19.6484 -25.0117 19.0117 curveto
+ -25.0117 19.0117 -25.25 18.5273 -25.3125 18.2617 curveto
+ -25.3125 18.2617 -25.1836 17.8008 -25.9141 16.9141 curveto
+ -25.9141 16.9141 -26.9688 13.7773 -26.6641 12.8633 curveto
+ -26.6641 12.8633 -26.5703 12.125 -26.9609 11.8125 curveto
+ -26.9609 11.8125 -27.625 11.9297 -26.2109 10.0117 curveto
+ -26.2109 10.0117 -26.1094 9.75 -26.6641 9.41406 curveto
+ -26.6641 9.41406 -29.4766 8.75781 -29.8125 6.11328 curveto
+ -29.8125 6.11328 -32.1172 3.61328 -32.0625 2.8125 curveto
+ -32.1172 2.37109 -32.0703 1.85547 -31.9141 1.16406 curveto
+ -31.9141 1.16406 -32.0508 -0.28125 -27.5625 -0.488281 curveto
+ -22.9414 -0.546875 38.8867 4.76172 38.8867 4.76172 curveto
+ closepath
+stroke
+
+
+% 29 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -29.5117 1.01172 moveto
+ -33.6992 7.57031 -31.3125 -1.6875 -31.3125 -1.6875 curveto
+ -29.8711 -7.41016 -8.51172 -1.23828 -8.51172 -1.23828 curveto
+ -8.51172 -1.23828 19.3672 3.80859 21.1875 4.46094 curveto
+ 23.0625 5.12891 38.7383 4.01172 38.7383 4.01172 curveto
+ 37.8359 6.86328 lineto
+ 27.1523 14.5 23.9844 10.6719 21.7891 11.3633 curveto
+ 19.4961 11.9922 19.8945 10.4102 19.3867 10.3125 curveto
+ 18.8359 10.1445 12.3711 14.2383 11.2891 14.0625 curveto
+ 10.2578 13.9727 6.07422 17.8906 8.58594 12.7109 curveto
+ 11.1836 7.04297 -1.09375 6.18359 -3.86328 8.0625 curveto
+ -6.64062 9.88281 -2.66406 5.0625 -2.66406 5.0625 curveto
+ 0.359375 1.69922 -5.36328 4.46094 -5.36328 4.46094 curveto
+ -10.9961 6.58203 -14.9531 2.35938 -15.4141 2.21094 curveto
+ -16.0117 2.09375 -16.8047 1.56641 -16.9141 2.66406 curveto
+ -17.0664 3.67969 -18.3047 6.43359 -23.5117 2.0625 curveto
+ -26.8359 -0.644531 -29.0625 2.96094 -29.0625 2.96094 curveto
+ -29.5117 1.01172 lineto
+ closepath
+fill
+
+
+% 30 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.09 0.5 0.772 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 11.5859 13.7617 moveto
+ 10.4727 13.6836 6.28906 17.6016 8.73828 12.4141 curveto
+ 11.4961 6.55859 -0.878906 5.89844 -3.71094 7.76172 curveto
+ -6.42188 9.59375 -2.51172 4.76172 -2.51172 4.76172 curveto
+ 0.574219 1.41016 -5.0625 4.16406 -5.0625 4.16406 curveto
+ -10.7773 6.29297 -14.7383 2.07031 -15.2617 1.91406 curveto
+ -15.7969 1.80469 -16.5859 1.27734 -16.7617 2.36328 curveto
+ -16.8516 3.39062 -18.0664 6.11719 -23.3633 1.76172 curveto
+ -26.8242 -1.05859 -29.0625 2.51172 -29.0625 2.51172 curveto
+ -29.5117 0.863281 lineto
+ -33.7031 7.38281 -31.1641 -2.28906 -31.1641 -2.28906 curveto
+ -29.7617 -7.91406 -8.21094 -1.53906 -8.21094 -1.53906 curveto
+ -8.21094 -1.53906 19.582 3.51953 21.4883 4.16406 curveto
+ 23.2773 4.84375 38.8867 3.86328 38.8867 3.86328 curveto
+ 37.9883 6.71094 lineto
+ 27.2383 14.3086 24.2031 10.3867 21.9375 11.0625 curveto
+ 19.7148 11.707 20.1094 10.1211 19.5391 10.0117 curveto
+ 19.0547 9.85938 12.5859 13.9492 11.5859 13.7617 curveto
+ closepath
+fill
+
+
+% 31 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.081 0.45 0.695 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 11.7383 13.4609 moveto
+ 10.6914 13.3984 6.60938 17.3633 9.03906 12.1133 curveto
+ 11.6445 6.10547 -0.664062 5.60938 -3.41406 7.46094 curveto
+ -6.20703 9.30469 -2.21094 4.46094 -2.21094 4.46094 curveto
+ 0.789062 1.12109 -4.91406 3.86328 -4.91406 3.86328 curveto
+ -10.5625 6.00391 -14.5234 1.78125 -15.1133 1.61328 curveto
+ -15.5781 1.51562 -16.3711 0.988281 -16.4609 2.0625 curveto
+ -16.6328 3.10156 -17.832 5.80469 -23.0625 1.46094 curveto
+ -26.8125 -1.46875 -28.9141 1.91406 -28.9141 1.91406 curveto
+ -29.5117 0.5625 lineto
+ -33.5078 6.99609 -31.1641 -2.73828 -31.1641 -2.73828 curveto
+ -29.6562 -8.41797 -8.0625 -1.83594 -8.0625 -1.83594 curveto
+ -8.0625 -1.83594 19.7969 3.23438 21.6367 3.86328 curveto
+ 23.4922 4.55469 38.8867 3.5625 38.8867 3.5625 curveto
+ 37.9883 6.41406 lineto
+ 27.3203 14.1172 24.418 10.0977 22.2383 10.7617 curveto
+ 19.9297 11.418 20.3242 9.83594 19.8359 9.71094 curveto
+ 19.2695 9.57031 12.8008 13.6602 11.7383 13.4609 curveto
+ closepath
+fill
+
+
+% 32 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.072 0.4 0.618 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 11.8867 13.3125 moveto
+ 10.9062 13.1094 6.82422 17.0742 9.1875 11.8125 curveto
+ 11.9609 5.59375 -0.535156 5.37891 -3.26172 7.16406 curveto
+ -5.99219 9.01562 -2.0625 4.16406 -2.0625 4.16406 curveto
+ 1.00391 0.835938 -4.61328 3.5625 -4.61328 3.5625 curveto
+ -10.3477 5.71875 -14.3086 1.49219 -14.8125 1.3125 curveto
+ -15.3633 1.23047 -16.1562 0.703125 -16.3125 1.76172 curveto
+ -16.418 2.8125 -17.5938 5.48828 -22.9141 1.16406 curveto
+ -26.7969 -1.87891 -28.9141 1.46094 -28.9141 1.46094 curveto
+ -29.5117 0.261719 lineto
+ -33.1797 6.37891 -31.0117 -3.1875 -31.0117 -3.1875 curveto
+ -29.5469 -8.92188 -7.91406 -2.13672 -7.91406 -2.13672 curveto
+ -7.91406 -2.13672 20.0117 2.94531 21.7891 3.5625 curveto
+ 23.7109 4.26562 39.0391 3.26172 39.0391 3.26172 curveto
+ 38.1367 6.26172 lineto
+ 27.4062 13.9258 24.6328 9.80859 22.3867 10.4609 curveto
+ 20.1445 11.1289 20.5391 9.54688 19.9883 9.41406 curveto
+ 19.4844 9.28125 13.0156 13.375 11.8867 13.3125 curveto
+ closepath
+fill
+
+
+% 33 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.063 0.35 0.54 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 12.1875 13.0117 moveto
+ 11.1211 12.8203 7.125 16.8242 9.33594 11.5117 curveto
+ 12.1797 5.03516 -0.230469 5.03516 -2.96094 6.86328 curveto
+ -5.77344 8.73047 -1.76172 3.86328 -1.76172 3.86328 curveto
+ 1.22266 0.546875 -4.46094 3.26172 -4.46094 3.26172 curveto
+ -10.1289 5.42969 -14.0898 1.20703 -14.6641 1.01172 curveto
+ -15.1484 0.941406 -15.9375 0.414062 -16.0117 1.46094 curveto
+ -16.2031 2.52734 -17.3555 5.17188 -22.6133 1.01172 curveto
+ -26.7852 -2.28906 -28.9141 1.01172 -28.9141 1.01172 curveto
+ -29.5117 0.113281 lineto
+ -32.8516 5.79297 -30.8633 -3.78906 -30.8633 -3.78906 curveto
+ -29.4375 -9.42578 -7.61328 -2.28906 -7.61328 -2.28906 curveto
+ -7.61328 -2.28906 20.2305 2.65625 22.0859 3.26172 curveto
+ 23.9258 3.97656 39.0391 2.96094 39.0391 2.96094 curveto
+ 38.1367 6.11328 lineto
+ 27.4883 13.7344 24.8477 9.51953 22.5391 10.1641 curveto
+ 20.3633 10.8398 20.7578 9.25781 20.2891 9.11328 curveto
+ 19.7031 8.99219 13.2344 13.0859 12.1875 13.0117 curveto
+ closepath
+fill
+
+
+% 34 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.054 0.3 0.463 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 12.3359 12.7109 moveto
+ 11.3359 12.5352 7.05469 16.4023 9.63672 11.2109 curveto
+ 12.7891 4.8125 -0.015625 4.74609 -2.8125 6.5625 curveto
+ -5.55859 8.44141 -1.61328 3.5625 -1.61328 3.5625 curveto
+ 1.4375 0.257812 -4.3125 2.96094 -4.3125 2.96094 curveto
+ -9.91406 5.14062 -13.875 0.917969 -14.3633 0.710938 curveto
+ -14.9297 0.652344 -15.7227 0.125 -15.8633 1.16406 curveto
+ -15.9883 2.23828 -17.1172 4.85547 -22.4609 0.710938 curveto
+ -26.7734 -2.69922 -28.7617 0.414062 -28.7617 0.414062 curveto
+ -29.6641 -0.1875 lineto
+ -32.5586 5.27344 -30.7109 -4.23828 -30.7109 -4.23828 curveto
+ -29.332 -9.92969 -7.46094 -2.58594 -7.46094 -2.58594 curveto
+ -7.46094 -2.58594 20.4453 2.37109 22.2383 2.96094 curveto
+ 24.1406 3.69141 39.1875 2.66406 39.1875 2.66406 curveto
+ 38.2891 5.8125 lineto
+ 27.5742 13.5391 25.0664 9.23438 22.8359 9.86328 curveto
+ 20.5781 10.5547 20.9727 8.96875 20.4375 8.8125 curveto
+ 19.918 8.70703 13.4492 12.7969 12.3359 12.7109 curveto
+ closepath
+fill
+
+
+% 35 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.045 0.25 0.386 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 12.6367 12.4141 moveto
+ 11.5547 12.2461 7.20703 16.082 9.78906 10.9141 curveto
+ 13.2031 4.32812 0.203125 4.45703 -2.51172 6.26172 curveto
+ -5.34375 8.15234 -1.3125 3.26172 -1.3125 3.26172 curveto
+ 1.65234 -0.03125 -4.01172 2.8125 -4.01172 2.8125 curveto
+ -9.69922 4.85547 -13.6602 0.628906 -14.2109 0.5625 curveto
+ -14.7148 0.367188 -15.5078 -0.164062 -15.7109 0.863281 curveto
+ -15.7695 1.94922 -16.8789 4.53906 -22.3125 0.414062 curveto
+ -26.7617 -3.11328 -28.7617 -0.0390625 -28.7617 -0.0390625 curveto
+ -29.6641 -0.488281 lineto
+ -32.2305 4.52344 -30.7109 -4.6875 -30.7109 -4.6875 curveto
+ -29.2227 -10.4336 -7.16406 -2.88672 -7.16406 -2.88672 curveto
+ -7.16406 -2.88672 20.6602 2.08203 22.5391 2.8125 curveto
+ 24.3555 3.40234 39.1875 2.36328 39.1875 2.36328 curveto
+ 38.2891 5.66406 lineto
+ 27.6563 13.3516 25.2812 8.94531 22.9883 9.5625 curveto
+ 20.793 10.2656 21.1914 8.68359 20.5859 8.51172 curveto
+ 20.1328 8.41797 13.6641 12.5078 12.6367 12.4141 curveto
+ closepath
+fill
+
+
+% 36 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.036 0.2 0.309 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 12.7891 12.1133 moveto
+ 11.7695 11.957 7.24219 15.6992 10.0859 10.6133 curveto
+ 13.6836 4.10547 0.417969 4.17188 -2.36328 5.96094 curveto
+ -5.125 7.86719 -1.16406 2.96094 -1.16406 2.96094 curveto
+ 1.87109 -0.316406 -3.86328 2.51172 -3.86328 2.51172 curveto
+ -9.48438 4.56641 -13.4414 0.339844 -13.9141 0.261719 curveto
+ -14.5 0.078125 -15.2891 -0.449219 -15.4141 0.5625 curveto
+ -15.5547 1.66016 -16.6406 4.22266 -22.0117 0.113281 curveto
+ -26.75 -3.52344 -28.6133 -0.488281 -28.6133 -0.488281 curveto
+ -29.6641 -0.789062 lineto
+ -31.9727 3.97266 -30.5625 -5.28906 -30.5625 -5.28906 curveto
+ -29.1172 -10.9375 -7.01172 -3.1875 -7.01172 -3.1875 curveto
+ -7.01172 -3.1875 20.875 1.79297 22.6875 2.51172 curveto
+ 24.5742 3.11328 39.3359 2.21094 39.3359 2.21094 curveto
+ 38.4375 5.51172 lineto
+ 27.7422 13.1562 25.4961 8.65625 23.2891 9.26172 curveto
+ 21.0078 9.97656 21.4062 8.39453 20.8867 8.21094 curveto
+ 20.3477 8.12891 13.8828 12.2227 12.7891 12.1133 curveto
+ closepath
+fill
+
+
+% 37 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.027 0.15 0.231 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 13.0859 11.8125 moveto
+ 11.9844 11.668 7.45703 15.4102 10.2383 10.3125 curveto
+ 13.8984 3.81641 0.632812 3.88281 -2.21094 5.66406 curveto
+ -4.91016 7.57812 -1.01172 2.66406 -1.01172 2.66406 curveto
+ 2.08594 -0.605469 -3.5625 2.21094 -3.5625 2.21094 curveto
+ -9.26562 4.27734 -13.2266 0.0546875 -13.7617 -0.0390625 curveto
+ -14.2812 -0.210938 -15.0742 -0.738281 -15.2617 0.261719 curveto
+ -15.3398 1.375 -16.4023 3.90625 -21.8633 -0.1875 curveto
+ -26.7383 -3.93359 -28.6133 -1.08594 -28.6133 -1.08594 curveto
+ -29.6641 -0.9375 lineto
+ -31.8438 3.38672 -30.4141 -5.73828 -30.4141 -5.73828 curveto
+ -29.0078 -11.4414 -6.71094 -3.48828 -6.71094 -3.48828 curveto
+ -6.71094 -3.48828 21.0938 1.50391 22.9883 2.21094 curveto
+ 24.7891 2.82812 39.3359 1.91406 39.3359 1.91406 curveto
+ 38.5859 5.36328 lineto
+ 27.8242 12.9648 25.7148 8.37109 23.4375 8.96094 curveto
+ 21.2266 9.69141 21.6211 8.10547 21.0391 7.91406 curveto
+ 20.5664 7.83984 14.0977 11.9336 13.0859 11.8125 curveto
+ closepath
+fill
+
+
+% 38 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.018 0.1 0.154 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 13.2383 11.5117 moveto
+ 12.2031 11.3828 7.73828 15.1562 10.5391 10.0117 curveto
+ 14.1172 3.32812 0.847656 3.59375 -1.91406 5.51172 curveto
+ -4.69531 7.28906 -0.710938 2.36328 -0.710938 2.36328 curveto
+ 2.30078 -0.894531 -3.41406 1.91406 -3.41406 1.91406 curveto
+ -9.05078 3.98828 -13.0117 -0.234375 -13.6133 -0.335938 curveto
+ -14.0664 -0.5 -14.8594 -1.02734 -14.9609 -0.0390625 curveto
+ -15.125 1.08594 -16.168 3.58984 -21.5625 -0.488281 curveto
+ -26.7266 -4.34375 -28.6133 -1.53906 -28.6133 -1.53906 curveto
+ -29.6641 -1.23828 lineto
+ -31.7461 2.73438 -30.4141 -6.33594 -30.4141 -6.33594 curveto
+ -28.8984 -11.9453 -6.5625 -3.78906 -6.5625 -3.78906 curveto
+ -6.5625 -3.78906 21.3086 1.21875 23.1367 1.91406 curveto
+ 25.0039 2.53516 39.4883 1.61328 39.4883 1.61328 curveto
+ 38.5859 5.0625 lineto
+ 27.9102 12.7734 25.9297 8.08203 23.7383 8.8125 curveto
+ 21.4414 9.40234 21.8359 7.81641 21.3359 7.61328 curveto
+ 20.7812 7.55469 14.3125 11.6445 13.2383 11.5117 curveto
+ closepath
+fill
+
+
+% 39 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.009 0.05 0.077 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 13.5391 11.2109 moveto
+ 12.418 11.0938 8.12891 14.9609 10.6875 9.71094 curveto
+ 14.1992 2.71094 1.06641 3.30469 -1.76172 5.21094 curveto
+ -4.48047 7.0 -0.5625 2.0625 -0.5625 2.0625 curveto
+ 2.51562 -1.18359 -3.11328 1.61328 -3.11328 1.61328 curveto
+ -8.83594 3.70312 -12.793 -0.523438 -13.3125 -0.636719 curveto
+ -13.8516 -0.785156 -14.6445 -1.31641 -14.8125 -0.1875 curveto
+ -14.9062 0.796875 -15.9297 3.27734 -21.4141 -0.789062 curveto
+ -26.7148 -4.75391 -28.4609 -1.98828 -28.4609 -1.98828 curveto
+ -29.6641 -1.53906 lineto
+ -31.7148 2.34766 -30.2617 -6.78906 -30.2617 -6.78906 curveto
+ -28.7891 -12.4492 -6.26172 -4.08594 -6.26172 -4.08594 curveto
+ -6.26172 -4.08594 21.5273 0.929688 23.4375 1.61328 curveto
+ 25.2227 2.25 39.4883 1.3125 39.4883 1.3125 curveto
+ 38.7383 4.91406 lineto
+ 27.9922 12.582 26.1445 7.79297 23.8867 8.51172 curveto
+ 21.6562 9.11328 22.0547 7.52734 21.4883 7.46094 curveto
+ 20.9961 7.26562 14.5273 11.3594 13.5391 11.2109 curveto
+ closepath
+fill
+
+
+% 40 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -29.6641 -1.6875 moveto
+ -31.7188 1.89453 -30.1133 -7.23828 -30.1133 -7.23828 curveto
+ -28.6836 -12.9531 -6.11328 -4.38672 -6.11328 -4.38672 curveto
+ -6.11328 -4.38672 21.7422 0.640625 23.5859 1.3125 curveto
+ 25.4375 1.96094 39.4883 1.01172 39.4883 1.01172 curveto
+ 38.7383 4.76172 lineto
+ 28.0781 12.3906 26.3633 7.50391 24.1875 8.21094 curveto
+ 21.875 8.82812 22.2695 7.24219 21.7891 7.16406 curveto
+ 21.2148 6.97656 14.7461 11.0703 13.6875 10.9141 curveto
+ 12.6328 10.8047 8.47266 14.7344 10.9883 9.41406 curveto
+ 14.5859 1.61328 0.890625 3.27734 -1.46094 4.91406 curveto
+ -4.26172 6.71484 -0.261719 1.76172 -0.261719 1.76172 curveto
+ 2.73438 -1.47266 -2.96094 1.3125 -2.96094 1.3125 curveto
+ -8.62109 3.41406 -12.5781 -0.808594 -13.1641 -0.9375 curveto
+ -13.6328 -1.07422 -14.4258 -1.60156 -14.5117 -0.488281 curveto
+ -14.6914 0.507812 -15.6914 2.96094 -21.1133 -1.08594 curveto
+ -26.7031 -5.16406 -28.4609 -2.58594 -28.4609 -2.58594 curveto
+ -29.6641 -1.6875 lineto
+ closepath
+fill
+
+
+% 41 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.7617 -6.63672 moveto
+ -22.7617 -6.63672 -23.9297 -8.59766 -20.5117 -10.8359 curveto
+ -20.5117 -10.8359 -20.2695 -11.0078 -23.2109 -10.3867 curveto
+ -23.2109 -10.3867 -24.2617 -9.98438 -24.5625 -8.28906 curveto
+ -24.5625 -8.28906 -25.3164 -7.54297 -26.0625 -6.63672 curveto
+ -26.9023 -5.69531 -22.7617 -6.63672 -22.7617 -6.63672 curveto
+ closepath
+fill
+
+
+% 42 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 0.335938 1.16406 moveto
+ 0.335938 1.16406 3.27734 -3.25391 3.1875 -4.08594 curveto
+ 2.96484 -5.76172 2.92969 -7.34375 3.48828 -7.98828 curveto
+ 3.98828 -8.66406 5.4375 -14.1367 5.4375 -14.1367 curveto
+ 5.4375 -14.1367 5.375 -14.3398 7.38672 -8.13672 curveto
+ 7.38672 -8.13672 9.33594 -5.42969 6.03906 -2.4375 curveto
+ 6.03906 -2.4375 0.226562 2.35938 0.335938 1.16406 curveto
+ closepath
+fill
+
+
+% 43 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -19.4609 -11.1367 moveto
+ -19.4609 -11.1367 -17.5938 -12.293 -19.9141 -17.4375 curveto
+ -18.8633 -16.9883 lineto
+ -18.8633 -16.9883 -19.0469 -18.8945 -19.6133 -19.2383 curveto
+ -18.4141 -18.7891 lineto
+ -18.4141 -18.7891 -17.5938 -20.082 -18.2617 -20.8867 curveto
+ -18.2617 -20.8867 -15.4844 -22.1953 -15.5625 -23.2891 curveto
+ -15.5625 -23.2891 -14.5586 -21.9297 -15.2617 -20.8867 curveto
+ -15.8789 -19.8164 -17.0664 -20.4805 -16.9141 -17.4375 curveto
+ -18.4141 -18.0391 lineto
+ -18.4141 -18.0391 -17.4648 -16.5195 -17.5117 -15.4883 curveto
+ -18.7109 -15.7891 lineto
+ -18.7109 -15.7891 -16.2305 -11.4727 -17.9609 -11.2891 curveto
+ -18.9805 -11.1055 -19.4609 -11.1367 -19.4609 -11.1367 curveto
+ closepath
+fill
+
+
+% 44 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.0625 -13.8359 moveto
+ -14.0625 -13.8359 -13.6328 -13.1523 -14.0625 -13.2383 curveto
+ -14.5586 -13.4141 -19.707 -15.8594 -20.6641 -17.4375 curveto
+ -20.6641 -17.4375 -15.0195 -13.4141 -14.0625 -13.8359 curveto
+ closepath
+fill
+
+
+% 45 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.4141 -15.1875 moveto
+ -12.4141 -15.1875 -11.918 -14.4727 -12.4141 -14.5859 curveto
+ -12.8438 -14.7383 -17.9922 -17.1797 -19.0117 -18.7891 curveto
+ -19.0117 -18.7891 -13.3047 -14.7383 -12.4141 -15.1875 curveto
+ closepath
+fill
+
+
+% 46 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.1641 -12.6367 moveto
+ -10.1641 -12.6367 -9.74219 -11.9648 -10.1641 -12.0391 curveto
+ -10.6641 -12.2305 -15.8125 -14.6719 -16.7617 -16.2383 curveto
+ -16.7617 -16.2383 -11.125 -12.2305 -10.1641 -12.6367 curveto
+ closepath
+fill
+
+
+% 47 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.0625 -19.8359 moveto
+ -14.0625 -19.8359 -14.0312 -18.8945 -14.5117 -19.0859 curveto
+ -14.9531 -19.1602 -20.8945 -22.0625 -21.8633 -23.5859 curveto
+ -21.8633 -23.5859 -14.9531 -19.4219 -14.0625 -19.8359 curveto
+ closepath
+fill
+
+
+% 48 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.7617 -18.0391 moveto
+ -13.7617 -18.0391 -13.6328 -17.3086 -14.0625 -17.4375 curveto
+ -14.4258 -17.4414 -18.7812 -19.3555 -19.7617 -20.8867 curveto
+ -19.7617 -20.8867 -14.8906 -17.375 -13.7617 -18.0391 curveto
+ closepath
+fill
+
+
+% 49 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.1641 -25.9883 moveto
+ -17.8125 -27.1875 lineto
+ -17.8125 -27.1875 -16.1445 -25.957 -15.5625 -26.1367 curveto
+ -15.5625 -26.1367 -16.6719 -28.0039 -16.7617 -28.8359 curveto
+ -16.7617 -28.8359 -15.0859 -26.75 -14.2109 -26.8867 curveto
+ -14.2109 -26.8867 -12.9102 -26.8789 -12.8633 -28.6875 curveto
+ -12.8633 -28.6875 -11.9844 -26.9453 -11.5117 -27.0391 curveto
+ -11.5117 -27.0391 -11.2578 -28.0664 -11.5117 -29.1367 curveto
+ -11.5117 -29.1367 -10.7969 -27.9375 -10.1641 -28.2383 curveto
+ -10.1641 -28.2383 -9.08203 -27.8711 -9.26172 -29.7383 curveto
+ -9.26172 -29.7383 -9.21484 -31.5 -9.41406 -31.9883 curveto
+ -9.41406 -31.9883 -8.42188 -27.6055 -8.0625 -27.4883 curveto
+ -8.0625 -27.4883 -6.70313 -27.3438 -5.96094 -28.8359 curveto
+ -5.96094 -28.8359 -6.57422 -27.5391 -5.8125 -27.9375 curveto
+ -5.8125 -27.9375 -4.0 -28.1328 -3.41406 -29.2891 curveto
+ -3.41406 -29.2891 -4.59375 -27.2773 -3.71094 -27.7891 curveto
+ -3.71094 -27.7891 -2.54688 -27.8047 -2.36328 -28.8359 curveto
+ -2.36328 -28.8359 -0.964844 -32.3594 -0.5625 -32.5859 curveto
+ -0.5625 -32.5859 -1.88672 -29.0586 -1.61328 -28.9883 curveto
+ -1.61328 -28.9883 -1.95312 -27.0781 -1.16406 -29.5859 curveto
+ -1.16406 -29.5859 -1.625 -27.2109 -0.710938 -27.3359 curveto
+ 0.226562 -27.4727 0.953125 -29.125 2.28906 -28.6875 curveto
+ 2.28906 -28.6875 3.92188 -29.6523 4.23828 -18.1875 curveto
+ -16.1641 -25.9883 lineto
+ closepath
+fill
+
+
+% 50 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.4141 -10.6875 moveto
+ -15.4141 -10.6875 -12.9766 -9.65234 -6.41406 -10.6875 curveto
+ -6.41406 -10.6875 -5.1875 -10.7109 -4.01172 -9.1875 curveto
+ -2.94141 -7.80859 1.48047 -6.61719 2.58594 -6.9375 curveto
+ 4.08594 -7.98828 lineto
+ 4.23828 -8.13672 lineto
+ 4.23828 -8.13672 6.29688 -9.91797 6.33594 -11.1367 curveto
+ 6.42969 -12.4258 3.98828 -20.3477 2.4375 -22.9883 curveto
+ 0.820313 -25.625 -0.765625 -27.6719 -3.86328 -27.3359 curveto
+ -3.86328 -27.3359 -7.36719 -26.6172 -11.6641 -27.3359 curveto
+ -11.6641 -27.3359 -16.4062 -27.0117 -16.9141 -25.6875 curveto
+ -17.332 -24.3711 -14.9609 -21.9375 -14.9609 -21.9375 curveto
+ -14.9609 -21.9375 -14.2969 -20.4805 -14.5117 -18.0391 curveto
+ -14.6914 -15.7266 -14.625 -11.1055 -15.4141 -10.6875 curveto
+ closepath
+fill
+
+
+% 51 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.1 0.6 0.45 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.8125 -10.9883 moveto
+ -10.4023 -14.0117 -15.2617 -24.7891 -15.2617 -24.7891 curveto
+ -15.6172 -25.0312 -13.1953 -26.0312 -11.5117 -25.6875 curveto
+ -9.71875 -25.1914 -3.11328 -25.8359 -3.11328 -25.8359 curveto
+ 0.820313 -23.3164 2.88672 -15.9375 2.88672 -15.9375 curveto
+ 2.88672 -15.9375 4.64844 -12.0312 1.6875 -11.4375 curveto
+ -1.16016 -10.9727 -11.8125 -10.9883 -11.8125 -10.9883 curveto
+ closepath
+fill
+
+
+% 52 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.3 0.8 0.65 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.1133 -16.0859 moveto
+ -11.5742 -13.9609 -11.3125 -12.0156 -11.8125 -10.9883 curveto
+ -11.8125 -10.9883 -1.49219 -12.0312 0.335938 -8.58594 curveto
+ 1.05859 -7.29688 3.49219 -12.3594 3.48828 -13.9883 curveto
+ 3.48828 -13.9883 -6.96875 -16.3203 -9.41406 -14.4375 curveto
+ -12.1133 -16.0859 lineto
+ closepath
+fill
+
+
+% 53 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.35 0.85 0.7 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.3633 -18.7891 moveto
+ -11.3633 -18.7891 -11.0586 -19.9492 -11.5117 -20.5859 curveto
+ -11.5117 -20.5859 -11.7227 -20.7422 -11.9609 -20.7383 curveto
+ -11.9609 -20.7383 -11.7227 -21.4023 -10.7617 -21.6367 curveto
+ -10.7617 -21.6367 -10.4023 -22.3906 -10.0117 -22.3867 curveto
+ -9.60938 -22.5234 -8.81641 -23.4492 -8.21094 -23.2891 curveto
+ -7.49609 -23.0508 -5.66406 -22.3867 -5.66406 -22.3867 curveto
+ -5.66406 -22.3867 -4.72656 -21.8633 -3.26172 -22.3867 curveto
+ -3.26172 -22.3867 -2.87891 -22.3281 -2.8125 -21.6367 curveto
+ -2.72656 -20.8906 -2.21875 -20.2812 -1.91406 -19.9883 curveto
+ -1.55859 -19.6211 0.0273438 -17.5078 -0.113281 -17.4375 curveto
+ -0.371094 -17.375 -11.3633 -18.7891 -11.3633 -18.7891 curveto
+ closepath
+fill
+gsave %{
+
+
+% 54 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.55 0.5 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.1133 -10.8359 moveto
+ -12.1133 -10.8359 -12.5781 -14.4727 -12.1133 -15.7891 curveto
+ -11.5234 -17.2461 -11.6562 -17.5742 -11.8125 -18.1875 curveto
+ -11.918 -18.8945 -11.1914 -20.543 -10.3125 -21.4883 curveto
+ -8.36328 -21.7891 lineto
+ -8.36328 -21.7891 -5.78125 -21.2031 -4.3125 -21.6367 curveto
+ -4.3125 -21.6367 -2.77734 -21.8867 -2.21094 -19.3867 curveto
+ -2.21094 -19.3867 -1.42578 -18.3672 -0.261719 -17.8867 curveto
+ 0.953125 -17.4414 2.14062 -10.5781 1.53906 -9.1875 curveto
+ 0.820313 -7.9375 -1.55859 -7.21484 -4.16406 -9.78906 curveto
+ -6.83594 -12.3594 -7.16797 -9.58984 -12.1133 -10.8359 curveto
+ closepath
+fill
+grestore %}
+
+
+% 55 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.1133 -10.8359 moveto
+ -12.1133 -10.8359 -12.5781 -14.4727 -12.1133 -15.7891 curveto
+ -11.5234 -17.2461 -11.6562 -17.5742 -11.8125 -18.1875 curveto
+ -11.918 -18.8945 -11.1914 -20.543 -10.3125 -21.4883 curveto
+ -8.36328 -21.7891 lineto
+ -8.36328 -21.7891 -5.78125 -21.2031 -4.3125 -21.6367 curveto
+ -4.3125 -21.6367 -2.77734 -21.8867 -2.21094 -19.3867 curveto
+ -2.21094 -19.3867 -1.42578 -18.3672 -0.261719 -17.8867 curveto
+ 0.953125 -17.4414 2.14062 -10.5781 1.53906 -9.1875 curveto
+ 0.820313 -7.9375 -1.55859 -7.21484 -4.16406 -9.78906 curveto
+ -6.83594 -12.3594 -7.16797 -9.58984 -12.1133 -10.8359 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 56 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.8125 -23.1367 moveto
+ -11.8125 -23.1367 -11.9844 -22.7891 -12.7109 -22.6875 curveto
+ -12.7109 -22.6875 -16.4062 -22.1289 -17.8125 -20.1367 curveto
+ -17.8125 -20.1367 -18.9141 -19.1602 -18.2617 -21.0391 curveto
+ -18.2617 -21.0391 -16.4727 -24.4375 -15.4141 -24.9375 curveto
+ -15.4141 -24.9375 -12.6445 -25.5586 -11.8125 -23.1367 curveto
+ closepath
+fill
+grestore %}
+
+
+% 57 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.8125 -23.1367 moveto
+ -11.8125 -23.1367 -11.9844 -22.7891 -12.7109 -22.6875 curveto
+ -12.7109 -22.6875 -16.4062 -22.1289 -17.8125 -20.1367 curveto
+ -17.8125 -20.1367 -18.9141 -19.1602 -18.2617 -21.0391 curveto
+ -18.2617 -21.0391 -16.4727 -24.4375 -15.4141 -24.9375 curveto
+ -15.4141 -24.9375 -12.6445 -25.5586 -11.8125 -23.1367 curveto
+ closepath
+stroke
+
+
+% 58 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.75 0.7 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 1.38672 -12.6367 moveto
+ 1.44531 -11.2578 1.76953 -9.83594 1.53906 -9.1875 curveto
+ 0.417969 -7.13281 -2.38672 -8.01953 -4.16406 -9.78906 curveto
+ -6.83594 -12.3594 -7.16797 -9.58984 -12.1133 -10.8359 curveto
+ -12.1133 -10.8359 -12.4062 -13.0781 -12.2617 -14.7383 curveto
+ -12.2617 -14.7383 -6.10938 -12.8203 -5.96094 -13.6875 curveto
+ -5.96094 -13.6875 -5.71484 -13.2188 -4.16406 -13.2383 curveto
+ -2.67969 -13.2188 1.07422 -13.0273 1.38672 -12.6367 curveto
+ closepath
+fill
+
+
+% 59 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.35 0.9 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.8125 -10.8359 moveto
+ -5.8125 -10.8359 -4.98828 -11.6992 -5.51172 -13.2383 curveto
+ -5.51172 -13.2383 -7.96094 -15.9219 -7.61328 -18.1875 curveto
+stroke
+gsave %{
+
+
+% 60 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.7617 -24.9375 moveto
+ -13.7617 -24.9375 -14.4258 -22.7891 -13.0117 -23.8867 curveto
+ -13.0117 -23.8867 -12.1836 -24.2422 -12.4141 -24.4883 curveto
+ -12.5781 -24.7695 -13.5039 -25.4297 -13.7617 -24.9375 curveto
+ closepath
+fill
+grestore %}
+
+
+% 61 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.7617 -24.9375 moveto
+ -13.7617 -24.9375 -14.4258 -22.7891 -13.0117 -23.8867 curveto
+ -13.0117 -23.8867 -12.1836 -24.2422 -12.4141 -24.4883 curveto
+ -12.5781 -24.7695 -13.5039 -25.4297 -13.7617 -24.9375 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 62 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.8633 -25.0859 moveto
+ -12.8633 -25.0859 -13.4492 -23.4102 -12.2617 -24.3359 curveto
+ -12.2617 -24.3359 -11.5586 -24.7109 -11.8125 -24.7891 curveto
+ -12.5664 -24.9922 -11.8125 -25.4141 -12.8633 -25.0859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 63 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.8633 -25.0859 moveto
+ -12.8633 -25.0859 -13.4492 -23.4102 -12.2617 -24.3359 curveto
+ -12.2617 -24.3359 -11.5586 -24.7109 -11.8125 -24.7891 curveto
+ -12.5664 -24.9922 -11.8125 -25.4141 -12.8633 -25.0859 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 64 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.1133 -25.0859 moveto
+ -12.1133 -25.0859 -12.6602 -23.4102 -11.5117 -24.3359 curveto
+ -11.5117 -24.3359 -10.7734 -24.6875 -11.0625 -24.7891 curveto
+ -11.5742 -24.9922 -11.0234 -25.4141 -12.1133 -25.0859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 65 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.1133 -25.0859 moveto
+ -12.1133 -25.0859 -12.6602 -23.4102 -11.5117 -24.3359 curveto
+ -11.5117 -24.3359 -10.7734 -24.6875 -11.0625 -24.7891 curveto
+ -11.5742 -24.9922 -11.0234 -25.4141 -12.1133 -25.0859 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 66 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.0625 -25.0859 moveto
+ -11.0625 -25.0859 -11.5703 -23.4414 -10.4609 -24.3359 curveto
+ -10.4609 -24.3359 -9.68359 -24.7227 -9.86328 -24.7891 curveto
+ -10.4219 -24.9922 -9.93359 -25.4492 -11.0625 -25.0859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 67 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.0625 -25.0859 moveto
+ -11.0625 -25.0859 -11.5703 -23.4414 -10.4609 -24.3359 curveto
+ -10.4609 -24.3359 -9.68359 -24.7227 -9.86328 -24.7891 curveto
+ -10.4219 -24.9922 -9.93359 -25.4492 -11.0625 -25.0859 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 68 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.86328 -25.0859 moveto
+ -9.86328 -25.0859 -10.5 -23.4297 -9.41406 -24.3359 curveto
+ -9.41406 -24.3359 -8.70312 -24.5898 -8.8125 -24.7891 curveto
+ -9.02344 -25.0117 -8.86328 -25.4336 -9.86328 -25.0859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 69 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.86328 -25.0859 moveto
+ -9.86328 -25.0859 -10.5 -23.4297 -9.41406 -24.3359 curveto
+ -9.41406 -24.3359 -8.70312 -24.5898 -8.8125 -24.7891 curveto
+ -9.02344 -25.0117 -8.86328 -25.4336 -9.86328 -25.0859 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 70 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.8125 -25.2383 moveto
+ -8.8125 -25.2383 -9.60938 -23.1836 -8.0625 -24.1875 curveto
+ -8.0625 -24.1875 -7.29688 -24.5703 -7.46094 -24.7891 curveto
+ -7.69531 -25.0977 -7.49609 -25.625 -8.8125 -25.2383 curveto
+ closepath
+fill
+grestore %}
+
+
+% 71 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.8125 -25.2383 moveto
+ -8.8125 -25.2383 -9.60938 -23.1836 -8.0625 -24.1875 curveto
+ -8.0625 -24.1875 -7.29688 -24.5703 -7.46094 -24.7891 curveto
+ -7.69531 -25.0977 -7.49609 -25.625 -8.8125 -25.2383 curveto
+ closepath
+stroke
+
+
+% 72 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.35 0.85 0.7 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.4609 -22.3867 moveto
+ -13.4609 -22.3867 -11.3242 -21.9297 -10.3125 -22.3867 curveto
+ -10.3125 -22.3867 -9.34375 -22.6562 -9.11328 -22.5391 curveto
+ -8.94922 -22.5234 -8.36328 -22.3867 -8.36328 -22.3867 curveto
+stroke
+
+
+% 73 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.35 0.85 0.7 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.91406 -23.8867 moveto
+ -7.91406 -23.8867 -5.91406 -21.6016 -3.86328 -22.3867 curveto
+ -2.77734 -22.75 -2.94141 -22.1953 -2.8125 -21.7891 curveto
+ -2.67969 -21.2695 -2.64453 -20.5781 -1.76172 -20.1367 curveto
+stroke
+gsave %{
+
+
+% 74 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.0625 -21.1875 moveto
+ -5.0625 -21.1875 -5.71484 -19.4219 -6.11328 -21.4883 curveto
+ -6.64062 -23.6445 -7.16797 -24.2422 -7.46094 -24.6367 curveto
+ -7.46094 -24.6367 -7.42969 -25.5586 -6.11328 -25.5391 curveto
+ -6.11328 -25.5391 -4.26172 -25.4297 -4.16406 -24.9375 curveto
+ -4.12891 -24.5039 -4.39453 -22.5898 -5.0625 -21.1875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 75 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.0625 -21.1875 moveto
+ -5.0625 -21.1875 -5.71484 -19.4219 -6.11328 -21.4883 curveto
+ -6.64062 -23.6445 -7.16797 -24.2422 -7.46094 -24.6367 curveto
+ -7.46094 -24.6367 -7.42969 -25.5586 -6.11328 -25.5391 curveto
+ -6.11328 -25.5391 -4.26172 -25.4297 -4.16406 -24.9375 curveto
+ -4.12891 -24.5039 -4.39453 -22.5898 -5.0625 -21.1875 curveto
+ closepath
+stroke
+
+
+% 76 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.35 0.85 0.7 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.8125 -22.3867 moveto
+ -2.8125 -22.3867 -2.15234 -21.9961 -1.76172 -22.2383 curveto
+stroke
+
+
+% 77 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.35 0.85 0.7 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -1.61328 -19.6875 moveto
+ -1.61328 -19.6875 -1.19531 -18.8789 -0.414062 -18.7891 curveto
+stroke
+
+
+% 78 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.3 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.8125 -25.6875 moveto
+ -14.8125 -25.6875 -11.7852 -26.2852 -11.0625 -25.9883 curveto
+ -11.0625 -25.9883 -9.60938 -26.0234 -11.0625 -26.2891 curveto
+ -11.0625 -26.2891 -13.1055 -26.3516 -14.3633 -26.1367 curveto
+ -14.3633 -26.1367 -16.3398 -25.2305 -14.8125 -25.6875 curveto
+ closepath
+fill
+gsave %{
+
+
+% 79 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.4141 -10.3867 moveto
+ -12.4141 -10.3867 -9.54297 -10.3789 -9.26172 -10.5391 curveto
+ -9.26172 -10.5391 -8.02344 -15.5938 -8.66406 -16.8359 curveto
+ -8.66406 -16.8359 -8.81641 -17.3086 -9.26172 -16.3867 curveto
+ -9.26172 -16.3867 -12.3164 -10.9727 -12.8633 -10.6875 curveto
+ -13.3711 -10.3164 -12.6445 -10.3789 -12.4141 -10.3867 curveto
+ closepath
+fill
+grestore %}
+
+
+% 80 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.4141 -10.3867 moveto
+ -12.4141 -10.3867 -9.54297 -10.3789 -9.26172 -10.5391 curveto
+ -9.26172 -10.5391 -8.02344 -15.5938 -8.66406 -16.8359 curveto
+ -8.66406 -16.8359 -8.81641 -17.3086 -9.26172 -16.3867 curveto
+ -9.26172 -16.3867 -12.3164 -10.9727 -12.8633 -10.6875 curveto
+ -13.3711 -10.3164 -12.6445 -10.3789 -12.4141 -10.3867 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 81 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -25.1641 -9.9375 moveto
+ -25.1641 -9.9375 -23.6992 -10.2148 -21.5625 -10.6875 curveto
+ -21.5625 -10.6875 -20.8281 -14.3398 -20.3633 -15.1875 curveto
+ -19.7734 -15.9219 -20.3672 -15.9219 -20.9609 -15.4883 curveto
+ -21.5547 -15.0 -23.9961 -12.6914 -24.2617 -12.0391 curveto
+ -24.6563 -11.2383 -25.1641 -9.9375 -25.1641 -9.9375 curveto
+ closepath
+fill
+grestore %}
+
+
+% 82 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -25.1641 -9.9375 moveto
+ -25.1641 -9.9375 -23.6992 -10.2148 -21.5625 -10.6875 curveto
+ -21.5625 -10.6875 -20.8281 -14.3398 -20.3633 -15.1875 curveto
+ -19.7734 -15.9219 -20.3672 -15.9219 -20.9609 -15.4883 curveto
+ -21.5547 -15.0 -23.9961 -12.6914 -24.2617 -12.0391 curveto
+ -24.6563 -11.2383 -25.1641 -9.9375 -25.1641 -9.9375 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 83 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -21.5625 -10.6875 moveto
+ -21.5625 -10.6875 -20.6055 -10.9336 -20.5117 -11.2891 curveto
+ -20.2734 -11.668 -20.6641 -12.1875 -20.6641 -12.1875 curveto
+ -20.6641 -12.1875 -20.8008 -12.7539 -20.9609 -12.3359 curveto
+ -21.1992 -12.043 -21.6719 -10.7773 -21.5625 -10.6875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 84 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -21.5625 -10.6875 moveto
+ -21.5625 -10.6875 -20.6055 -10.9336 -20.5117 -11.2891 curveto
+ -20.2734 -11.668 -20.6641 -12.1875 -20.6641 -12.1875 curveto
+ -20.6641 -12.1875 -20.8008 -12.7539 -20.9609 -12.3359 curveto
+ -21.1992 -12.043 -21.6719 -10.7773 -21.5625 -10.6875 curveto
+ closepath
+stroke
+
+
+% 85 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -21.5625 -10.6875 moveto
+ -21.5625 -10.6875 -20.9609 -11.5039 -20.3633 -11.4375 curveto
+ -19.7734 -11.5039 -19.7109 -11.4336 -19.3125 -11.5859 curveto
+ -18.4844 -11.6992 -18.5508 -11.3711 -17.5117 -11.5859 curveto
+ -17.0273 -11.6484 -16.6055 -11.5039 -16.1641 -11.7383 curveto
+ -15.6797 -11.8984 -15.1523 -11.7656 -14.9609 -11.4375 curveto
+ -14.7578 -11.1055 -13.9141 -10.3867 -13.9141 -10.3867 curveto
+ -13.9141 -10.3867 -16.0781 -10.7109 -16.6133 -10.8359 curveto
+ -16.6133 -10.8359 -20.2344 -11.0391 -21.5625 -10.6875 curveto
+ closepath
+fill
+gsave %{
+
+
+% 86 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.2109 -10.6875 moveto
+ -14.2109 -10.6875 -15.2617 -11.2539 -15.2617 -11.5859 curveto
+ -15.3906 -12.0469 -14.5117 -12.6367 -14.5117 -12.6367 curveto
+ -14.5117 -12.6367 -14.0078 -13.4141 -13.9141 -13.0859 curveto
+ -13.8086 -12.625 -14.0664 -10.7422 -14.2109 -10.6875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 87 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.2109 -10.6875 moveto
+ -14.2109 -10.6875 -15.2617 -11.2539 -15.2617 -11.5859 curveto
+ -15.3906 -12.0469 -14.5117 -12.6367 -14.5117 -12.6367 curveto
+ -14.5117 -12.6367 -14.0078 -13.4141 -13.9141 -13.0859 curveto
+ -13.8086 -12.625 -14.0664 -10.7422 -14.2109 -10.6875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 88 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.3633 -11.5859 moveto
+ -20.3633 -11.5859 -19.2227 -13.4258 -19.1641 -11.5859 curveto
+ -19.1641 -11.5859 -19.0977 -11.3672 -19.4609 -11.4375 curveto
+ -20.3906 -11.3516 -20.1406 -10.6758 -20.3633 -11.5859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 89 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.3633 -11.5859 moveto
+ -20.3633 -11.5859 -19.2227 -13.4258 -19.1641 -11.5859 curveto
+ -19.1641 -11.5859 -19.0977 -11.3672 -19.4609 -11.4375 curveto
+ -20.3906 -11.3516 -20.1406 -10.6758 -20.3633 -11.5859 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 90 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -19.1641 -11.5859 moveto
+ -19.1641 -11.5859 -17.8906 -13.4648 -17.9609 -11.5859 curveto
+ -17.9609 -11.5859 -17.9922 -11.5508 -18.2617 -11.5859 curveto
+ -19.0664 -11.457 -19.0078 -10.7109 -19.1641 -11.5859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 91 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -19.1641 -11.5859 moveto
+ -19.1641 -11.5859 -17.8906 -13.4648 -17.9609 -11.5859 curveto
+ -17.9609 -11.5859 -17.9922 -11.5508 -18.2617 -11.5859 curveto
+ -19.0664 -11.457 -19.0078 -10.7109 -19.1641 -11.5859 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 92 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -17.9609 -11.5859 moveto
+ -17.9609 -11.5859 -16.6914 -13.375 -16.7617 -11.7383 curveto
+ -16.7617 -11.7383 -16.7852 -11.5781 -17.0625 -11.5859 curveto
+ -17.6992 -11.4102 -17.7344 -10.875 -17.9609 -11.5859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 93 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -17.9609 -11.5859 moveto
+ -17.9609 -11.5859 -16.6914 -13.375 -16.7617 -11.7383 curveto
+ -16.7617 -11.7383 -16.7852 -11.5781 -17.0625 -11.5859 curveto
+ -17.6992 -11.4102 -17.7344 -10.875 -17.9609 -11.5859 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 94 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.2 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.9141 -11.5859 moveto
+ -16.9141 -11.5859 -15.5664 -13.543 -15.5625 -11.8867 curveto
+ -15.5625 -11.8867 -15.2422 -11.7031 -15.5625 -11.7383 curveto
+ -16.4883 -11.543 -16.3555 -10.8086 -16.9141 -11.5859 curveto
+ closepath
+fill
+grestore %}
+
+
+% 95 pathnumber
+% strokedpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.9141 -11.5859 moveto
+ -16.9141 -11.5859 -15.5664 -13.543 -15.5625 -11.8867 curveto
+ -15.5625 -11.8867 -15.2422 -11.7031 -15.5625 -11.7383 curveto
+ -16.4883 -11.543 -16.3555 -10.8086 -16.9141 -11.5859 curveto
+ closepath
+stroke
+
+
+% 96 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.1 0.1 0.3 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.9141 -12.1875 moveto
+ -24.1133 -12.0391 lineto
+ -24.5312 -11.1406 -24.8633 -10.0859 -24.8633 -10.0859 curveto
+ -24.8633 -10.0859 -23.832 -10.2891 -21.7109 -10.6875 curveto
+ -21.7109 -10.6875 -21.625 -11.2969 -21.4141 -12.1875 curveto
+ -22.9141 -12.1875 lineto
+ closepath
+fill
+
+
+% 97 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0825 setlinewidth
+ 0.1 0.1 0.3 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.1133 -11.4375 moveto
+ -12.3789 -11.0352 -12.5977 -10.7422 -12.7109 -10.6875 curveto
+ -13.1992 -10.3672 -12.5156 -10.4297 -12.2617 -10.3867 curveto
+ -12.2617 -10.3867 -9.59766 -10.4297 -9.26172 -10.5391 curveto
+ -9.26172 -10.5391 -9.19922 -10.9219 -9.11328 -11.4375 curveto
+ -9.11328 -11.4375 -10.75 -11.1523 -12.1133 -11.4375 curveto
+ closepath
+fill
+
+
+% 98 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -3.26172 11.3633 moveto
+ 1.31641 10.6914 5.52344 16.5742 5.88672 18.1133 curveto
+ 6.10547 19.7695 4.38672 21.7109 4.38672 21.7109 curveto
+ 4.65234 22.2344 3.85547 24.5586 3.03906 26.0625 curveto
+ 2.11328 27.6094 -0.511719 27.4492 -3.41406 27.5625 curveto
+ -6.01953 27.7539 -9.06641 23.9062 -9.26172 23.6641 curveto
+ -9.50391 23.3242 -8.48828 17.0078 -8.21094 16.0117 curveto
+ -8.05078 15.1211 -8.51172 10.7617 -8.51172 10.7617 curveto
+ -2.83594 12.2656 -7.83594 12.0 -3.26172 11.3633 curveto
+ closepath
+fill
+
+
+% 99 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.08 0.44 0.68 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.11328 23.5117 moveto
+ -9.37891 23.2227 -8.38281 17.0234 -8.21094 16.1641 curveto
+ -7.95312 15.168 -8.36328 10.9141 -8.36328 10.9141 curveto
+ -2.99219 12.3594 -7.74219 12.1055 -3.26172 11.5117 curveto
+ 1.24219 10.8203 5.375 16.5977 5.58594 18.1133 curveto
+ 5.94531 19.7305 4.23828 21.7109 4.23828 21.7109 curveto
+ 4.51953 22.1562 3.73438 24.4375 2.88672 25.9141 curveto
+ 2.02734 27.4297 -0.550781 27.2734 -3.41406 27.4141 curveto
+ -5.95703 27.5703 -8.95312 23.793 -9.11328 23.5117 curveto
+ closepath
+fill
+
+
+% 100 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.06 0.33 0.51 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.11328 23.3633 moveto
+ -9.25391 23.1211 -8.27734 17.0352 -8.0625 16.1641 curveto
+ -7.85547 15.2148 -8.21094 11.0625 -8.21094 11.0625 curveto
+ -3.09375 12.5312 -7.64844 12.2109 -3.26172 11.5117 curveto
+ 1.16797 10.9492 5.22656 16.6172 5.4375 18.1133 curveto
+ 5.78516 19.6953 4.23828 21.5625 4.23828 21.5625 curveto
+ 4.38672 22.0742 3.61719 24.3125 2.73828 25.7617 curveto
+ 1.9375 27.25 -0.589844 27.0977 -3.41406 27.2617 curveto
+ -5.89844 27.3906 -8.83594 23.6836 -9.11328 23.3633 curveto
+ closepath
+fill
+
+
+% 101 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.04 0.22 0.34 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.96094 23.3633 moveto
+ -9.13281 23.0195 -8.17188 17.0508 -7.91406 16.1641 curveto
+ -7.75781 15.2656 -8.21094 11.2109 -8.21094 11.2109 curveto
+ -3.3125 12.6367 -7.55469 12.3125 -3.26172 11.6641 curveto
+ 1.09766 11.0781 5.07812 16.6367 5.28906 18.1133 curveto
+ 5.62891 19.6562 4.08594 21.5625 4.08594 21.5625 curveto
+ 4.25391 21.9922 3.5 24.1875 2.73828 25.6133 curveto
+ 1.85156 27.0703 -0.628906 26.918 -3.41406 27.1133 curveto
+ -5.83594 27.207 -8.71875 23.5703 -8.96094 23.3633 curveto
+ closepath
+fill
+
+
+% 102 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.02 0.11 0.17 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.8125 23.2109 moveto
+ -9.00781 22.918 -8.06641 17.0625 -7.91406 16.1641 curveto
+ -7.66016 15.3125 -8.0625 11.2109 -8.0625 11.2109 curveto
+ -3.46484 12.7461 -7.46094 12.418 -3.26172 11.8125 curveto
+ 1.02344 11.207 4.92969 16.6602 5.13672 18.1133 curveto
+ 5.46875 19.6211 3.9375 21.4141 3.9375 21.4141 curveto
+ 4.12109 21.9102 3.37891 24.0625 2.58594 25.4609 curveto
+ 1.76562 26.8906 -0.667969 26.7422 -3.41406 26.9609 curveto
+ -5.77734 27.0273 -8.60156 23.457 -8.8125 23.2109 curveto
+ closepath
+fill
+
+
+% 103 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -3.26172 11.9609 moveto
+ 0.953125 11.3359 4.77734 16.6797 4.98828 18.1133 curveto
+ 5.30859 19.5859 3.78906 21.4141 3.78906 21.4141 curveto
+ 3.98828 21.8281 3.26172 23.9414 2.4375 25.3125 curveto
+ 1.67578 26.7109 -0.707031 26.5664 -3.41406 26.6641 curveto
+ -5.71484 26.8438 -8.48828 23.3477 -8.66406 23.0625 curveto
+ -8.88281 22.8164 -7.96094 17.0781 -7.76172 16.1641 curveto
+ -7.5625 15.3594 -7.91406 11.3633 -7.91406 11.3633 curveto
+ -3.75391 12.8203 -7.36719 12.5195 -3.26172 11.9609 curveto
+ closepath
+fill
+
+
+% 104 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 4.38672 17.5117 moveto
+ 4.38672 17.5117 -0.136719 16.2852 -2.0625 16.6133 curveto
+ -2.0625 16.6133 -4.66016 17.6367 -6.11328 14.0625 curveto
+ -6.11328 14.0625 -6.70313 12.8516 -7.01172 12.5625 curveto
+ -7.36719 12.1914 4.38672 17.5117 4.38672 17.5117 curveto
+ closepath
+fill
+
+
+% 105 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 5.13672 17.9609 moveto
+ 5.13672 17.9609 0.289062 15.8867 -1.3125 16.0117 curveto
+ -1.3125 16.0117 -4.06641 16.7148 -5.51172 14.3633 curveto
+ -5.51172 14.3633 -6.83594 12.7852 -7.3125 12.5625 curveto
+ -7.3125 12.5625 -7.42969 12.2578 -6.41406 12.8633 curveto
+ -4.61328 12.1133 lineto
+ -4.61328 12.1133 -2.21875 10.4766 -0.5625 13.1641 curveto
+ -0.5625 13.1641 0.0273438 14.9648 0.0390625 15.2617 curveto
+ 0.0273438 15.625 3.52344 16.5469 3.78906 16.6133 curveto
+ 4.05469 16.6797 5.14062 17.3711 5.13672 17.9609 curveto
+ closepath
+fill
+
+
+% 106 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.2 0.8 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.8125 11.9609 moveto
+ -3.87891 11.9766 -5.26172 12.6133 -5.21094 13.6133 curveto
+ -5.26172 14.6758 -3.87891 15.707 -2.8125 15.7109 curveto
+ -1.60938 15.707 -0.691406 14.8711 -0.710938 13.9141 curveto
+ -0.691406 12.8125 -1.60938 11.9766 -2.8125 11.9609 curveto
+ closepath
+fill
+
+
+% 107 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.6 0.4 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -3.41406 14.6641 moveto
+ -4.14453 14.6094 -4.98438 14.3594 -4.91406 14.3633 curveto
+ -4.71484 15.1602 -3.66797 15.707 -2.8125 15.7109 curveto
+ -2.03516 15.707 -1.41016 15.3828 -1.01172 14.8125 curveto
+ -1.01172 14.8125 -1.91797 14.9414 -3.41406 14.6641 curveto
+ closepath
+fill
+
+
+% 108 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -1.3125 14.8125 moveto
+ -1.3125 14.8125 -2.08594 15.293 -2.0625 14.9609 curveto
+ -2.0625 14.9609 -1.49219 14.2031 -1.3125 14.8125 curveto
+ closepath
+fill
+
+
+% 109 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.96094 13.4609 moveto
+ -3.42188 13.4258 -3.75391 13.7578 -3.71094 14.2109 curveto
+ -3.75391 14.582 -3.42188 14.918 -2.96094 14.9609 curveto
+ -2.59766 14.918 -2.26172 14.582 -2.21094 14.2109 curveto
+ -2.26172 13.7578 -2.59766 13.4258 -2.96094 13.4609 curveto
+ closepath
+fill
+
+
+% 110 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.2109 15.5625 moveto
+ -20.2109 15.5625 -20.6953 19.1211 -20.3633 19.9141 curveto
+ -20.3633 19.9141 -18.5195 21.4961 -18.5625 22.1641 curveto
+ -18.5625 22.1641 -18.6523 25.0625 -18.8633 25.1641 curveto
+ -19.0469 25.3281 -20.3008 26.3164 -21.2617 25.3125 curveto
+ -21.2617 25.3125 -23.0078 22.2891 -22.9141 21.2617 curveto
+ -22.9141 20.9609 lineto
+ -22.9141 20.9609 -24.1289 20.9688 -24.4141 20.6641 curveto
+ -24.4141 20.6641 -24.5898 19.7812 -24.8633 19.7617 curveto
+ -24.8633 19.7617 -25.25 19.3203 -24.8633 18.8633 curveto
+ -24.8633 18.8633 -25.25 18.4609 -25.1641 17.8125 curveto
+ -23.9609 17.2109 lineto
+ -23.9609 17.2109 -23.6016 14.7656 -21.8633 13.9141 curveto
+ -21.0195 13.5234 -20.5 14.6328 -20.2109 15.5625 curveto
+ closepath
+fill
+
+
+% 111 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.3633 15.8633 moveto
+ -20.3633 15.8633 -20.8086 19.0742 -20.5117 19.7617 curveto
+ -20.5117 19.7617 -18.8477 21.2148 -18.8633 21.7109 curveto
+ -18.8633 21.7109 -18.9688 24.4219 -19.1641 24.5625 curveto
+ -19.3242 24.6602 -20.4531 25.5508 -21.4141 24.5625 curveto
+ -21.4141 24.5625 -22.8906 21.9258 -22.7617 20.9609 curveto
+ -22.7617 20.6641 lineto
+ -22.7617 20.6641 -23.8984 20.7383 -24.1133 20.5117 curveto
+ -24.1133 20.5117 -24.3125 19.668 -24.5625 19.6133 curveto
+ -24.5625 19.6133 -24.9062 19.2539 -24.5625 18.8633 curveto
+ -24.5625 18.8633 -24.9062 18.4805 -24.8633 17.9609 curveto
+ -23.6641 17.3633 lineto
+ -23.6641 17.3633 -23.4219 15.1562 -21.8633 14.3633 curveto
+ -21.1016 14.0352 -20.6289 15.0352 -20.3633 15.8633 curveto
+ closepath
+fill
+
+
+% 112 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.075 0.412 0.637 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -18.8633 25.0117 moveto
+ -19.1016 25.1719 -20.3398 26.125 -21.2617 25.1641 curveto
+ -21.2617 25.1641 -22.9766 22.1992 -22.9141 21.1133 curveto
+ -22.9141 20.8125 lineto
+ -22.9141 20.8125 -24.0703 20.9102 -24.2617 20.6641 curveto
+ -24.2617 20.6641 -24.5234 19.7539 -24.7109 19.7617 curveto
+ -24.7109 19.7617 -25.1641 19.3047 -24.8633 18.8633 curveto
+ -24.8633 18.8633 -25.1641 18.4648 -25.1641 17.8125 curveto
+ -23.8125 17.2109 lineto
+ -23.8125 17.2109 -23.5586 14.8633 -21.8633 14.0625 curveto
+ -21.0391 13.6523 -20.5312 14.7344 -20.2109 15.7109 curveto
+ -20.2109 15.7109 -20.7266 19.1094 -20.3633 19.7617 curveto
+ -20.3633 19.7617 -18.6016 21.4258 -18.7109 22.0117 curveto
+ -18.7109 22.0117 -18.7305 24.9023 -18.8633 25.0117 curveto
+ closepath
+fill
+
+
+% 113 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.05 0.275 0.425 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -19.0117 24.8633 moveto
+ -19.1602 25.0195 -20.3789 25.9336 -21.2617 24.8633 curveto
+ -21.2617 24.8633 -22.9492 22.1094 -22.7617 21.1133 curveto
+ -22.7617 20.8125 lineto
+ -22.7617 20.8125 -24.0156 20.8555 -24.2617 20.5117 curveto
+ -24.2617 20.5117 -24.4531 19.7266 -24.7109 19.6133 curveto
+ -24.7109 19.6133 -25.0781 19.2852 -24.7109 18.8633 curveto
+ -24.7109 18.8633 -25.0781 18.4727 -25.0117 17.8125 curveto
+ -23.8125 17.2109 lineto
+ -23.8125 17.2109 -23.5117 14.9609 -21.8633 14.2109 curveto
+ -21.0625 13.7812 -20.5664 14.8359 -20.2109 15.7109 curveto
+ -20.2109 15.7109 -20.7539 19.0977 -20.3633 19.7617 curveto
+ -20.3633 19.7617 -18.6836 21.3555 -18.7109 21.8633 curveto
+ -18.7109 21.8633 -18.8086 24.7422 -19.0117 24.8633 curveto
+ closepath
+fill
+
+
+% 114 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.025 0.137 0.212 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -19.0117 24.7109 moveto
+ -19.2148 24.8672 -20.4141 25.7422 -21.2617 24.7109 curveto
+ -21.2617 24.7109 -22.918 22.0156 -22.7617 21.1133 curveto
+ -22.7617 20.6641 lineto
+ -22.7617 20.6641 -23.957 20.7969 -24.2617 20.5117 curveto
+ -24.2617 20.5117 -24.3828 19.6992 -24.5625 19.6133 curveto
+ -24.5625 19.6133 -24.9922 19.2695 -24.7109 18.8633 curveto
+ -24.7109 18.8633 -24.9922 18.4766 -24.8633 17.8125 curveto
+ -23.8125 17.2109 lineto
+ -23.8125 17.2109 -23.4688 15.0586 -21.8633 14.2109 curveto
+ -21.082 13.9102 -20.5977 14.9336 -20.3633 15.8633 curveto
+ -20.3633 15.8633 -20.7812 19.0859 -20.3633 19.7617 curveto
+ -20.3633 19.7617 -18.7656 21.2852 -18.8633 21.8633 curveto
+ -18.8633 21.8633 -18.8906 24.582 -19.0117 24.7109 curveto
+ closepath
+fill
+
+
+% 115 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.3633 16.0117 moveto
+ -20.3633 16.0117 -20.8086 19.0742 -20.5117 19.7617 curveto
+ -20.5117 19.7617 -18.8477 21.2148 -18.8633 21.7109 curveto
+ -18.8633 21.7109 -18.9688 24.4219 -19.1641 24.5625 curveto
+ -19.2734 24.7109 -20.4531 25.5508 -21.4141 24.5625 curveto
+ -21.4141 24.5625 -22.8906 21.9258 -22.7617 20.9609 curveto
+ -22.7617 20.6641 lineto
+ -22.7617 20.6641 -23.8984 20.7383 -24.1133 20.5117 curveto
+ -24.1133 20.5117 -24.3125 19.668 -24.5625 19.6133 curveto
+ -24.5625 19.6133 -24.9062 19.2539 -24.5625 18.8633 curveto
+ -24.5625 18.8633 -24.9062 18.4805 -24.8633 17.9609 curveto
+ -23.6641 17.3633 lineto
+ -23.6641 17.3633 -23.4219 15.1562 -21.8633 14.3633 curveto
+ -21.1016 14.0352 -20.6289 15.0508 -20.3633 16.0117 curveto
+ closepath
+fill
+
+
+% 116 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.8125 16.9141 moveto
+ -20.8125 16.9141 -24.4102 18.6602 -24.5625 18.8633 curveto
+ -24.5625 18.8633 -23.0586 17.4414 -22.9141 17.5117 curveto
+ -22.793 17.4414 -20.8125 16.9141 -20.8125 16.9141 curveto
+ closepath
+fill
+
+
+% 117 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -23.6641 17.9609 moveto
+ -23.6641 17.9609 -20.6289 17.4062 -20.6641 16.6133 curveto
+ -20.6289 16.1992 -20.6719 13.9844 -21.5625 14.2109 curveto
+ -22.9414 14.6328 -22.3477 17.0078 -23.6641 17.9609 curveto
+ closepath
+fill
+
+
+% 118 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.2 0.8 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.3125 17.3633 moveto
+ -22.3125 17.3633 -20.8008 17.1289 -20.6641 16.6133 curveto
+ -20.5312 16.4141 -20.4219 15.0469 -21.2617 14.8125 curveto
+ -22.0742 14.7148 -22.4414 16.4023 -22.3125 17.3633 curveto
+ closepath
+fill
+
+
+% 119 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.0625 10.3125 moveto
+ -8.17578 10.6406 -7.95703 10.6172 -7.61328 10.7617 curveto
+ -7.33203 10.8047 -5.32031 11.4336 -5.21094 11.8125 curveto
+ -5.05469 12.2891 -2.8125 11.5117 -2.8125 11.5117 curveto
+ -2.57812 11.4336 -1.91406 11.0625 -1.91406 11.0625 curveto
+ -1.0625 10.8047 0.0390625 10.7617 0.0390625 10.7617 curveto
+ 0.421875 10.5742 0.9375 10.1641 0.9375 10.1641 curveto
+ 3.39453 8.42969 5.4375 9.5625 5.4375 9.5625 curveto
+ 8.73828 10.707 7.6875 13.6133 7.6875 13.6133 curveto
+ 7.25391 15.0273 7.83594 15.5625 7.83594 15.5625 curveto
+ 7.81641 16.2188 9.03906 15.1133 9.03906 15.1133 curveto
+ 9.43359 14.4688 9.63672 13.6133 9.63672 13.6133 curveto
+ 10.8828 11.7969 10.3867 14.6641 10.3867 14.6641 curveto
+ 10.3555 14.8984 9.89453 15.4922 9.9375 15.7109 curveto
+ 9.89453 15.8867 9.63672 16.4609 9.63672 16.4609 curveto
+ 9.10156 17.0078 9.48828 18.1133 9.48828 18.1133 curveto
+ 9.79688 20.4414 9.48828 20.2109 9.48828 20.2109 curveto
+ 9.23438 20.4414 7.6875 18.8633 7.6875 18.8633 curveto
+ 7.35156 18.2305 6.33594 17.9609 6.33594 17.9609 curveto
+ 5.90234 17.6719 5.28906 17.9609 5.28906 17.9609 curveto
+ 4.91016 17.9688 3.9375 16.7617 3.9375 16.7617 curveto
+ 4.44922 16.8438 4.84375 16.1172 5.28906 16.0117 curveto
+ 5.63672 16.0547 5.93359 16.4805 6.1875 16.6133 curveto
+ 6.46094 16.6797 6.9375 15.7109 6.9375 15.7109 curveto
+ 6.99219 15.293 6.03906 14.5117 6.03906 14.5117 curveto
+ 6.0 13.7422 5.73828 14.0625 5.73828 14.0625 curveto
+ 5.24219 14.1055 5.04297 13.4805 4.83594 12.7109 curveto
+ 4.71484 11.9609 4.08594 11.9609 4.08594 11.9609 curveto
+ 3.75781 10.6719 3.48828 11.2109 3.48828 11.2109 curveto
+ 3.52344 12.0938 2.58594 11.0625 2.58594 11.0625 curveto
+ 2.33594 10.8047 1.53906 11.2109 1.53906 11.2109 curveto
+ 0.457031 11.5 0.789062 11.8125 0.789062 11.8125 curveto
+ 1.14844 12.1914 3.03906 11.8125 3.03906 11.8125 curveto
+ 3.35938 12.0938 1.98828 12.7109 1.98828 12.7109 curveto
+ 1.94141 13.0508 2.13672 13.7617 2.13672 13.7617 curveto
+ 2.30469 14.3047 3.48828 15.2617 3.48828 15.2617 curveto
+ 4.97656 15.4258 4.53906 15.7109 4.53906 15.7109 curveto
+ 3.49219 16.5469 2.58594 15.2617 2.58594 15.2617 curveto
+ 2.17188 14.2695 -0.710938 11.8125 -0.710938 11.8125 curveto
+ -1.49219 11.2344 -1.0625 12.3555 -1.76172 11.8125 curveto
+ -2.38281 11.2344 -5.8125 12.7109 -5.8125 12.7109 curveto
+ -7.6875 12.918 -8.14062 10.3203 -8.66406 10.7617 curveto
+ -8.66406 10.7617 -7.82812 9.42578 -8.0625 10.3125 curveto
+ closepath
+fill
+
+
+% 120 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 24.0391 37.7617 moveto
+ 24.0391 37.7617 19.8281 36.4805 19.3867 33.4141 curveto
+ 19.3867 33.4141 18.9688 29.6172 22.3867 26.6641 curveto
+ 22.3867 26.6641 22.4023 25.6562 22.6875 25.1641 curveto
+ 22.6875 25.1641 22.4688 24.3359 25.5391 25.6133 curveto
+ 30.0391 26.9609 lineto
+ 30.0391 26.9609 31.1133 27.3711 31.9883 28.7617 curveto
+ 32.8281 30.2773 35.3359 33.3789 34.6875 37.4609 curveto
+ 34.6875 37.4609 34.9414 39.3828 33.9375 39.4141 curveto
+ 33.9375 39.4141 32.5664 39.7148 31.3867 38.5117 curveto
+ 31.3867 38.5117 30.2539 37.9336 29.8867 38.0625 curveto
+ 24.0391 37.7617 lineto
+ closepath
+fill
+
+
+% 121 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 33.0391 37.9141 moveto
+ 33.0391 37.9141 33.4102 39.4375 32.5859 38.6641 curveto
+ 32.5859 38.6641 31.4492 37.6953 30.1875 37.7617 curveto
+ 30.1875 37.7617 27.8203 37.332 27.0391 35.2109 curveto
+ 27.0391 35.2109 26.4414 30.7227 27.7891 29.8125 curveto
+ 27.7891 29.8125 28.5469 28.5469 29.7383 29.6641 curveto
+ 30.8711 30.7227 33.4258 35.7109 33.0391 37.9141 curveto
+ closepath
+fill
+
+
+% 122 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.8 setcmykcolor
+% () p2esetcolorname
+newpath
+ 33.0391 37.9141 moveto
+ 33.0391 37.9141 33.3477 39.3477 32.5859 38.5117 curveto
+ 32.5859 38.5117 31.4219 37.6367 30.1875 37.6133 curveto
+ 30.1875 37.6133 27.8594 37.2812 27.1875 35.2109 curveto
+ 27.1875 35.2109 26.5039 30.793 27.7891 29.8125 curveto
+ 27.7891 29.8125 28.5703 28.6562 29.7383 29.6641 curveto
+ 30.8516 30.793 33.3594 35.6953 33.0391 37.9141 curveto
+ closepath
+fill
+
+
+% 123 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.6 setcmykcolor
+% () p2esetcolorname
+newpath
+ 32.8867 37.9141 moveto
+ 32.8867 37.9141 33.2852 39.2578 32.5859 38.5117 curveto
+ 32.5859 38.5117 31.3945 37.5781 30.1875 37.6133 curveto
+ 30.1875 37.6133 27.8984 37.2266 27.1875 35.0625 curveto
+ 27.1875 35.0625 26.5664 30.8594 27.7891 29.9609 curveto
+ 27.7891 29.9609 28.5977 28.7617 29.7383 29.8125 curveto
+ 30.8359 30.8594 33.2891 35.6758 32.8867 37.9141 curveto
+ closepath
+fill
+
+
+% 124 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.4 setcmykcolor
+% () p2esetcolorname
+newpath
+ 32.8867 37.7617 moveto
+ 32.8867 37.7617 33.2188 39.168 32.4375 38.3633 curveto
+ 32.4375 38.3633 31.3672 37.5195 30.1875 37.4609 curveto
+ 30.1875 37.4609 27.9336 37.1797 27.1875 35.0625 curveto
+ 27.1875 35.0625 26.6289 30.9297 27.9375 30.1133 curveto
+ 27.9375 30.1133 28.6211 28.8711 29.7383 29.9609 curveto
+ 30.8164 30.9297 33.2227 35.6602 32.8867 37.7617 curveto
+ closepath
+fill
+
+
+% 125 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 32.8867 37.7617 moveto
+ 32.8867 37.7617 33.1562 39.0781 32.4375 38.3633 curveto
+ 32.4375 38.3633 31.3398 37.4609 30.1875 37.4609 curveto
+ 30.1875 37.4609 27.9727 37.125 27.3359 35.0625 curveto
+ 27.3359 35.0625 26.6914 31.0 27.9375 30.1133 curveto
+ 27.9375 30.1133 28.6484 28.9805 29.7383 29.9609 curveto
+ 30.8008 31.0 33.1523 35.6406 32.8867 37.7617 curveto
+ closepath
+fill
+
+
+% 126 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 32.7383 37.6133 moveto
+ 32.7383 37.6133 33.0938 38.9883 32.4375 38.2109 curveto
+ 32.4375 38.2109 31.3125 37.4023 30.1875 37.4609 curveto
+ 30.1875 37.4609 28.0117 37.0742 27.3359 35.0625 curveto
+ 27.3359 35.0625 26.7578 31.0664 27.9375 30.2617 curveto
+ 27.9375 30.2617 28.6719 29.0898 29.7383 30.1133 curveto
+ 30.7852 31.0664 33.0859 35.6211 32.7383 37.6133 curveto
+ closepath
+fill
+
+
+% 127 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.85 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.21094 4.16406 moveto
+ -2.21094 4.16406 -5.51562 7.30859 -6.86328 7.46094 curveto
+ -6.86328 7.46094 -12.5117 8.10156 -14.9609 5.0625 curveto
+ -14.9609 5.0625 -12.0508 8.49609 -7.46094 7.61328 curveto
+ -7.46094 7.61328 -11.0586 8.29688 -13.1641 7.76172 curveto
+ -13.1641 7.76172 -15.8789 7.76953 -17.5117 5.51172 curveto
+ -17.9609 4.61328 lineto
+ -17.9609 4.61328 -17.2656 7.10938 -14.2109 8.0625 curveto
+ -14.2109 8.0625 -10.4688 8.89062 -8.66406 8.0625 curveto
+ -8.66406 8.0625 -12.25 9.22266 -13.9141 8.96094 curveto
+ -13.9141 8.96094 -18.9141 9.28906 -20.9609 4.91406 curveto
+ -20.9609 4.91406 -20.3672 7.30859 -17.9609 8.51172 curveto
+ -17.9609 8.51172 -15.6797 9.94922 -12.2617 9.41406 curveto
+ -12.2617 9.41406 -9.94141 8.95703 -9.11328 8.51172 curveto
+ -8.22266 8.16406 -8.42188 8.62891 -9.86328 9.41406 curveto
+ -9.86328 9.41406 -10.7305 11.0703 -13.0117 11.0625 curveto
+ -13.0117 11.0625 -20.1016 10.4102 -21.8633 8.36328 curveto
+ -21.8633 8.36328 -19.5742 10.2773 -17.8125 10.7617 curveto
+ -17.8125 10.7617 -14.1641 12.0586 -12.7109 11.9609 curveto
+ -12.7109 11.9609 -8.68359 11.7617 -7.46094 12.4141 curveto
+ -7.46094 12.4141 -9.27734 11.5977 -8.8125 11.0625 curveto
+ -8.22266 10.543 -7.10156 9.28906 -7.16406 9.11328 curveto
+ -7.10156 8.89062 -3.10938 5.24609 -2.51172 4.46094 curveto
+ -2.21094 4.16406 lineto
+ closepath
+fill
+
+
+% 128 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 20.7383 -27.9375 moveto
+ 20.7383 -27.9375 18.1289 -21.8477 16.0859 -20.2891 curveto
+ 16.0859 -20.2891 20.3555 -22.9219 20.8867 -25.8359 curveto
+ 20.8867 -25.8359 20.9336 -27.5391 20.7383 -27.9375 curveto
+ closepath
+fill
+
+
+% 129 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 28.3867 -29.1367 moveto
+ 28.3867 -29.1367 24.0664 -20.0352 21.0391 -16.0859 curveto
+ 21.0391 -16.0859 28.1914 -22.2617 28.9883 -26.5859 curveto
+ 29.1367 -27.4883 lineto
+ 28.5391 -27.1875 lineto
+ 28.5391 -27.1875 28.5234 -28.6133 28.3867 -29.1367 curveto
+ closepath
+fill
+
+
+% 130 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 37.8359 -21.0391 moveto
+ 37.8359 -21.0391 27.4492 -11.2891 27.1875 -10.8359 curveto
+ 27.1875 -10.8359 37.1836 -21.7656 37.6875 -22.9883 curveto
+ 37.6875 -22.9883 37.3516 -21.5156 37.8359 -21.0391 curveto
+ closepath
+fill
+
+
+% 131 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 6.63672 -28.2383 moveto
+ 6.63672 -28.2383 9.87891 -19.7031 13.0859 -23.4375 curveto
+ 13.0859 -23.4375 15.4883 -25.0664 15.3359 -25.5391 curveto
+ 15.3359 -25.5391 14.7461 -24.4883 11.7383 -24.6367 curveto
+ 11.7383 -24.6367 8.64062 -24.0742 6.63672 -28.2383 curveto
+ closepath
+fill
+
+
+% 132 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 38.1367 -7.23828 moveto
+ 38.1367 -7.23828 30.668 -2.54297 29.4375 -2.28906 curveto
+ 27.4805 -1.90625 37.5977 -7.07812 38.4375 -8.88672 curveto
+ 38.4375 -8.88672 38.7539 -8.39844 38.1367 -7.23828 curveto
+ closepath
+fill
+
+
+% 133 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 13.2383 -24.7891 moveto
+ 13.2383 -24.7891 16.5938 -24.5039 17.7383 -23.4375 curveto
+ 18.4883 -24.0391 lineto
+ 21.3359 -17.5859 lineto
+ 21.9375 -18.4883 lineto
+ 21.9375 -18.4883 24.3164 -16.0586 24.1875 -14.7383 curveto
+ 24.0508 -13.4141 26.2891 -15.7891 26.2891 -15.7891 curveto
+ 26.2891 -15.7891 26.1641 -13.8125 27.3359 -14.8867 curveto
+ 27.3359 -14.8867 26.9531 -12.3594 28.3867 -13.6875 curveto
+ 28.3867 -13.6875 26.6016 -8.70312 30.3359 -12.9375 curveto
+ 31.2461 -14.0117 30.4883 -12.9375 30.4883 -12.9375 curveto
+ 30.4883 -12.9375 26.2305 -4.96875 29.7383 -7.38672 curveto
+ 29.7383 -7.38672 30.1211 -3.58203 29.8867 -2.88672 curveto
+ 29.7266 -2.12891 29.3984 1.56641 28.5391 2.36328 curveto
+ 27.8125 3.28125 28.6719 3.54688 29.5859 2.66406 curveto
+ 29.5859 2.66406 27.7461 6.64844 29.8867 4.61328 curveto
+ 29.8867 4.61328 29.332 7.17578 28.5391 7.61328 curveto
+ 28.5391 7.61328 27.6836 10.4766 30.1875 8.66406 curveto
+ 30.1875 8.66406 29.4648 10.7383 28.9883 11.2109 curveto
+ 28.9883 11.2109 27.0195 15.8203 28.2383 14.9609 curveto
+ 28.9883 14.3633 lineto
+ 28.9883 14.3633 27.8125 16.7461 28.8359 16.0117 curveto
+ 29.9258 15.293 29.8867 15.4141 29.8867 15.4141 curveto
+ 29.8867 15.4141 26.4258 20.8398 29.7383 17.9609 curveto
+ 29.7383 17.9609 28.4453 20.2305 27.9375 21.4141 curveto
+ 27.9375 21.4141 24.7773 24.7305 27.1875 23.6641 curveto
+ 27.9375 23.3633 lineto
+ 27.9375 23.3633 26.4922 25.0625 25.2383 25.3125 curveto
+ 23.8516 25.5898 25.5703 26.6445 26.5859 26.3633 curveto
+ 27.6836 25.9844 30.1875 24.7109 30.1875 24.7109 curveto
+ 30.1875 24.7109 32.3672 21.6289 33.0391 21.5625 curveto
+ 33.0391 21.5625 29.7266 22.8164 30.7891 21.5625 curveto
+ 30.7891 21.5625 33.0938 19.1875 31.8359 19.3125 curveto
+ 31.8359 19.3125 30.9141 18.0664 31.6875 16.6133 curveto
+ 31.6875 16.6133 28.6602 19.6484 31.0859 15.4141 curveto
+ 32.2891 12.7109 lineto
+ 32.2891 12.7109 28.2109 16.8125 30.0391 13.1641 curveto
+ 30.0391 13.1641 32.8945 9.28906 33.1875 9.26172 curveto
+ 33.5547 9.15625 34.2383 7.76172 34.2383 7.76172 curveto
+ 33.4883 8.0625 lineto
+ 34.3867 6.5625 lineto
+ 34.3867 6.5625 32.5664 8.5625 33.4883 6.41406 curveto
+ 34.5391 4.01172 lineto
+ 34.5391 4.01172 31.1133 7.63672 33.3359 2.8125 curveto
+ 33.3359 2.8125 30.6523 3.61328 32.1367 0.710938 curveto
+ 32.1367 0.710938 31.8398 -1.86719 31.8359 -2.73828 curveto
+ 31.9727 -3.58203 32.168 -8.26953 31.3867 -9.63672 curveto
+ 30.7188 -10.9102 32.4336 -14.0781 32.7383 -14.7383 curveto
+ 33.0938 -15.3945 33.6875 -17.1797 32.2891 -15.6367 curveto
+ 30.7852 -14.1406 31.5078 -15.0664 31.8359 -16.5391 curveto
+ 32.168 -17.9727 33.1602 -20.543 33.0391 -21.4883 curveto
+ 33.0391 -21.4883 32.8281 -21.6641 32.2891 -21.0391 curveto
+ 32.2891 -21.0391 29.8594 -17.3086 30.1875 -19.6875 curveto
+ 30.1875 -19.6875 29.9258 -21.0078 29.4375 -22.3867 curveto
+ 29.4375 -22.3867 28.8711 -24.2422 28.8359 -22.8359 curveto
+ 28.8359 -22.8359 28.3398 -20.0156 27.9375 -21.3359 curveto
+ 27.418 -22.5234 26.8242 -23.5156 26.2891 -23.8867 curveto
+ 25.8984 -24.3086 25.0391 -20.543 24.7891 -22.2383 curveto
+ 24.7891 -22.2383 22.8633 -20.2148 22.0859 -22.9883 curveto
+ 20.1367 -25.6875 lineto
+ 20.1367 -25.6875 20.0898 -23.5781 19.8359 -24.6367 curveto
+ 19.8359 -24.6367 14.9414 -25.5586 13.2383 -24.7891 curveto
+ closepath
+fill
+
+
+% 134 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 7.53906 34.0117 moveto
+ 7.53906 34.0117 5.63672 35.3594 4.98828 35.3633 curveto
+ 4.31641 35.2266 9.53125 36.7422 16.3867 32.2109 curveto
+ 16.3867 32.2109 17.1211 31.7305 17.7383 31.7617 curveto
+ 17.7383 31.7617 18.2422 31.3984 17.7383 30.8633 curveto
+ 17.7383 30.8633 16.3281 29.2188 18.1875 27.4141 curveto
+ 18.1875 27.4141 21.2148 26.25 20.2891 27.7109 curveto
+ 20.2891 27.7109 22.0703 27.043 22.5391 26.3633 curveto
+ 22.8633 25.7227 22.6875 26.3633 22.6875 26.3633 curveto
+ 22.6875 26.3633 21.6094 27.5703 20.5859 28.4609 curveto
+ 20.5859 28.4609 19.7617 28.7578 19.2383 30.1133 curveto
+ 18.8359 31.5312 18.4414 33.1797 19.2383 33.7109 curveto
+ 19.2383 33.7109 18.5078 32.9805 18.6367 33.7109 curveto
+ 18.7695 34.3008 19.3672 34.8945 19.6875 34.9141 curveto
+ 19.8945 35.0273 22.5977 37.6328 23.7383 37.7617 curveto
+ 23.7383 37.7617 22.2031 37.4688 21.6367 37.6133 curveto
+ 21.2148 37.8008 16.8242 39.6797 15.7891 39.8633 curveto
+ 15.7891 39.8633 13.0625 40.9688 15.0391 40.6133 curveto
+ 15.0391 40.6133 20.9492 40.0117 23.8867 37.7617 curveto
+ 23.8867 37.7617 22.7656 39.2188 19.6875 40.3125 curveto
+ 19.6875 40.3125 16.0664 42.4531 10.2383 41.6641 curveto
+ 10.2383 41.6641 7.32031 41.1016 6.03906 40.7617 curveto
+ 6.03906 40.7617 5.60547 40.9023 5.4375 40.9141 curveto
+ 5.40625 41.0352 3.46094 42.5195 -1.16406 41.3633 curveto
+ -1.16406 41.3633 -3.89844 40.6055 -5.36328 39.8633 curveto
+ -5.36328 39.8633 -7.82812 39.6172 -8.36328 39.1133 curveto
+ -8.36328 39.1133 -11.4922 36.6758 -11.8125 36.5625 curveto
+ -12.1484 36.4141 -14.0312 35.1602 -14.2109 35.0625 curveto
+ -14.2109 35.0625 -10.1055 36.1836 -9.71094 36.5625 curveto
+ -9.3125 36.9766 -6.44141 37.4023 -6.11328 37.1641 curveto
+ -5.64844 36.9414 -4.26172 37.0391 -5.8125 37.0117 curveto
+ -5.8125 37.0117 6.625 34.5 6.78906 34.1641 curveto
+ 6.89063 33.8398 7.53906 34.0117 7.53906 34.0117 curveto
+ closepath
+fill
+
+
+% 135 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 19.3867 35.5117 moveto
+ 19.3867 35.5117 17.6484 36.7773 17.2891 36.7109 curveto
+ 16.9883 36.7773 14.9414 38.4609 14.2891 38.3633 curveto
+ 13.5586 38.3281 11.543 39.9805 7.08594 38.6641 curveto
+ 7.08594 38.6641 6.92188 38.9531 7.53906 39.1133 curveto
+ 7.53906 39.1133 8.57422 39.4492 8.58594 39.5625 curveto
+ 8.58594 39.5625 11.9727 40.2422 13.0859 39.7109 curveto
+ 13.0859 39.7109 14.6797 39.2188 15.6367 38.2109 curveto
+ 15.6367 38.2109 17.5508 37.668 18.0391 37.7617 curveto
+ 18.0391 37.7617 19.5312 37.4688 19.5391 37.1641 curveto
+ 19.5391 37.1641 20.5547 36.6758 20.2891 36.2617 curveto
+ 20.2891 36.2617 20.3203 35.9844 19.3867 35.5117 curveto
+ closepath
+fill
+
+
+% 136 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 17.2891 35.9609 moveto
+ 17.4062 35.8008 17.5742 35.7852 17.7383 35.6641 curveto
+ 17.7148 35.5977 17.6641 35.5469 17.5859 35.5117 curveto
+ 17.4414 35.4766 17.2695 35.5703 17.1367 35.5117 curveto
+ 17.0117 35.4414 16.9062 35.4688 16.8359 35.5117 curveto
+ 16.5469 35.5664 16.2461 35.5703 15.9375 35.5117 curveto
+ 15.6367 35.6445 15.25 35.5469 14.8867 35.6641 curveto
+ 14.8984 35.7148 14.8594 35.6602 14.8867 35.6641 curveto
+ 14.3438 35.8516 13.7266 35.8047 13.3867 36.1133 curveto
+ 12.9258 36.25 12.5352 36.3281 12.1875 36.4141 curveto
+ 11.8359 36.5234 11.6016 36.6875 11.2891 36.8633 curveto
+ 11.1094 36.9414 10.8672 37.0273 10.6875 37.1641 curveto
+ 10.3086 37.1641 10.0039 37.1445 9.63672 37.1641 curveto
+ 9.67969 37.2344 9.64844 37.1797 9.63672 37.1641 curveto
+ 9.57812 37.1992 9.53125 37.2969 9.48828 37.3125 curveto
+ 9.22656 37.1992 8.98047 37.3594 8.73828 37.3125 curveto
+ 8.51172 37.5078 8.22656 37.4648 7.98828 37.6133 curveto
+ 7.48047 37.6797 6.96094 37.4688 6.48828 37.6133 curveto
+ 7.14062 37.9414 7.91406 37.7344 8.58594 38.0625 curveto
+ 8.96875 38.2734 9.40625 38.0898 9.78906 38.2109 curveto
+ 9.91016 38.2422 10.0273 38.2734 10.0859 38.2109 curveto
+ 10.1133 38.1836 10.1445 38.2227 10.0859 38.2109 curveto
+ 10.5586 38.0273 10.9414 37.8203 11.2891 37.6133 curveto
+ 11.4062 37.6211 11.4922 37.6562 11.5859 37.6133 curveto
+ 11.7852 37.4219 12.1055 37.4414 12.3359 37.3125 curveto
+ 12.6172 37.3203 12.9102 37.2578 13.2383 37.3125 curveto
+ 13.2109 37.3672 13.25 37.3086 13.2383 37.3125 curveto
+ 13.4414 37.4375 13.6328 37.3906 13.8359 37.3125 curveto
+ 13.8359 37.3242 13.9414 37.2812 13.9883 37.3125 curveto
+ 14.1797 37.2266 14.3203 37.1445 14.5859 37.1641 curveto
+ 14.5352 37.1133 14.5664 37.168 14.5859 37.1641 curveto
+ 14.7617 37.0898 14.9336 37.1016 15.0391 36.8633 curveto
+ 15.0625 36.9297 15.0898 36.9688 15.0391 37.0117 curveto
+ 15.2734 36.9102 15.3828 36.7852 15.6367 36.7109 curveto
+ 15.6445 36.7266 15.7461 36.625 15.7891 36.5625 curveto
+ 16.2344 36.4766 16.5391 36.2227 16.8359 36.1133 curveto
+ 17.0273 36.0234 17.1719 35.9844 17.2891 35.9609 curveto
+ closepath
+fill
+
+
+% 137 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 4.6875 38.2109 moveto
+ 4.21484 38.5352 3.82422 38.7188 3.48828 38.9609 curveto
+ 3.39062 39.0352 3.33203 39.0078 3.33594 38.9609 curveto
+ 3.13281 39.1289 2.98438 39.2227 2.88672 39.4141 curveto
+ 2.73438 39.4023 2.59766 39.4023 2.58594 39.4141 curveto
+ 2.09375 39.6562 1.66016 39.7461 1.23828 40.0117 curveto
+ 1.35938 40.0508 1.54688 40.0117 1.6875 40.1641 curveto
+ 1.67578 40.0977 1.71484 40.0508 1.83594 40.0117 curveto
+ 2.05078 40.2305 2.35547 40.2539 2.58594 40.3125 curveto
+ 2.91406 40.2266 3.19531 40.1758 3.48828 40.1641 curveto
+ 3.53906 40.1211 3.57422 40.0352 3.63672 40.0117 curveto
+ 3.99609 39.9102 4.38672 39.9961 4.6875 39.8633 curveto
+ 5.0 39.7578 5.25781 39.6211 5.4375 39.4141 curveto
+ 5.50391 39.3672 5.45312 39.3164 5.4375 39.2617 curveto
+ 5.46875 39.3047 5.51562 39.2695 5.58594 39.2617 curveto
+ 5.54688 39.1797 5.54688 39.1289 5.58594 39.1133 curveto
+ 5.51562 39.0352 5.46875 39.0195 5.4375 38.9609 curveto
+ 5.17578 38.9805 5.46875 39.207 5.28906 39.1133 curveto
+ 5.14062 39.0 5.26562 38.7695 5.13672 38.5117 curveto
+ 5.09766 38.5898 5.05859 38.6289 5.13672 38.6641 curveto
+ 5.11719 38.6055 5.01562 38.5586 4.98828 38.5117 curveto
+ 4.92578 38.3828 4.77734 38.1523 4.6875 38.2109 curveto
+ closepath
+fill
+
+
+% 138 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -0.710938 37.0117 moveto
+ -1.25391 37.1719 -1.75391 37.1523 -2.21094 37.3125 curveto
+ -2.26562 37.3672 -2.30078 37.3086 -2.36328 37.3125 curveto
+ -2.53906 37.4102 -2.6875 37.5703 -2.8125 37.7617 curveto
+ -3.01562 37.8906 -3.28906 37.8281 -3.5625 37.9141 curveto
+ -3.55469 37.9297 -3.58984 38.0117 -3.5625 38.0625 curveto
+ -3.83984 38.043 -3.99219 38.1992 -4.16406 38.3633 curveto
+ -3.77734 38.4258 -3.37891 38.4219 -2.96094 38.5117 curveto
+ -2.95703 38.4883 -2.93359 38.4336 -2.96094 38.3633 curveto
+ -2.88672 38.4336 -2.86328 38.4727 -2.8125 38.5117 curveto
+ -2.8125 38.4453 -2.76172 38.3945 -2.66406 38.3633 curveto
+ -2.62891 38.5234 -2.53906 38.4922 -2.51172 38.5117 curveto
+ -2.42578 38.4844 -2.40234 38.4336 -2.36328 38.3633 curveto
+ -2.35938 38.4336 -2.33984 38.4844 -2.36328 38.5117 curveto
+ -2.29297 38.4844 -2.27344 38.4336 -2.21094 38.3633 curveto
+ -2.22656 38.4336 -2.20703 38.4727 -2.21094 38.5117 curveto
+ -2.07031 38.3633 -1.92187 38.457 -1.76172 38.3633 curveto
+ -1.61719 38.3867 -1.57422 38.1992 -1.46094 38.2109 curveto
+ -0.617188 37.9336 0.0664062 37.582 0.789062 37.1641 curveto
+ 0.835938 37.2109 0.871094 37.1719 0.789062 37.1641 curveto
+ 0.894531 37.1055 0.945312 37.1211 0.9375 37.1641 curveto
+ 1.15234 36.9805 1.32422 36.8867 1.38672 36.7109 curveto
+ 1.47656 36.6523 1.42188 36.5859 1.38672 36.5625 curveto
+ 0.652344 36.7578 -0.0078125 36.8594 -0.710938 37.0117 curveto
+ closepath
+fill
+
+
+% 139 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.96094 29.8125 moveto
+ -3.28125 29.9453 -3.37891 30.2812 -3.5625 30.5625 curveto
+ -3.59766 30.6328 -3.55469 30.6836 -3.5625 30.7109 curveto
+ -3.41016 30.7266 -3.32031 30.6484 -3.26172 30.5625 curveto
+ -2.96484 30.4727 -2.71094 30.2656 -2.36328 30.2617 curveto
+ -2.05469 29.875 -1.35156 29.8086 -1.3125 29.2109 curveto
+ -1.34766 29.1094 -1.58594 29.2617 -1.61328 29.0625 curveto
+ -2.05859 29.2852 -2.45312 29.2695 -2.8125 29.5117 curveto
+ -2.94922 29.5742 -2.89453 29.6484 -2.96094 29.8125 curveto
+ closepath
+fill
+
+
+% 140 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.2 0.55 0.85 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.61328 38.3633 moveto
+ -7.53906 38.418 -6.37891 38.3828 -6.41406 38.3633 curveto
+ -6.39062 38.3125 -7.66797 38.1367 -7.76172 38.2109 curveto
+ -7.75391 38.1797 -8.99219 37.7773 -8.96094 37.7617 curveto
+ -8.96875 37.8203 -7.60547 38.418 -7.61328 38.3633 curveto
+ closepath
+fill
+
+
+% 141 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.0625 36.8633 moveto
+ -5.0625 36.8633 -7.46484 36.5117 -8.21094 36.2617 curveto
+ -8.91406 36.1172 -11.9844 34.8633 -12.4141 34.4609 curveto
+ -12.4141 34.4609 -14.6914 33.6406 -17.5117 30.4141 curveto
+ -17.5117 30.4141 -16.2422 30.9023 -15.8633 31.3125 curveto
+ -15.8633 31.3125 -13.6328 33.4453 -13.6133 32.9609 curveto
+ -13.6133 32.9609 -11.6562 34.4336 -11.8125 34.0117 curveto
+ -11.8125 34.0117 -7.72656 35.918 -8.0625 35.3633 curveto
+ -8.0625 35.3633 -4.49609 36.1484 -4.61328 35.8125 curveto
+ -4.61328 35.8125 -1.55859 35.0938 -2.0625 35.0625 curveto
+ -2.0625 35.0625 -2.97656 34.8633 -1.91406 34.3125 curveto
+ -1.91406 34.3125 -2.48047 33.543 -3.41406 34.1641 curveto
+ -4.26172 34.8633 -3.76953 34.5 -4.61328 34.3125 curveto
+ -4.61328 34.3125 -5.02344 34.2031 -5.8125 34.9141 curveto
+ -5.8125 34.9141 -6.70313 35.6211 -8.21094 35.0625 curveto
+ -8.21094 35.0625 -13.207 32.9492 -13.4609 32.8125 curveto
+ -13.4609 32.8125 -14.1289 32.3867 -14.5117 31.7617 curveto
+ -14.5117 31.7617 -15.4844 31.0664 -16.0117 30.8633 curveto
+ -16.0117 30.8633 -18.0898 28.9219 -18.2617 28.7617 curveto
+ -18.2617 28.7617 -18.8477 27.8359 -19.0117 27.7109 curveto
+ -19.0117 27.7109 -17.9258 28.3945 -17.6641 28.7617 curveto
+ -17.6641 28.7617 -15.2852 30.375 -14.3633 30.5625 curveto
+ -14.3633 30.5625 -13.668 31.0039 -13.4609 31.1641 curveto
+ -13.4609 31.1641 -11.1602 32.75 -10.4609 32.8125 curveto
+ -10.4609 32.8125 -8.94922 31.8945 -8.51172 33.1133 curveto
+ -8.51172 33.1133 -7.59766 33.3438 -6.71094 33.1133 curveto
+ -6.71094 33.1133 -6.14453 33.5781 -6.26172 34.0117 curveto
+ -6.26172 34.0117 -6.01172 34.2344 -5.8125 33.5625 curveto
+ -5.8125 33.5625 -5.28516 33.0156 -4.46094 33.4141 curveto
+ -4.46094 33.4141 -3.83594 33.3789 -4.16406 32.9609 curveto
+ -4.16406 32.9609 -4.89062 32.3555 -6.86328 32.3633 curveto
+ -6.86328 32.3633 -8.88281 32.2227 -11.6641 31.0117 curveto
+ -11.6641 31.0117 -16.5039 29.2539 -17.9609 27.5625 curveto
+ -17.9609 27.5625 -19.0781 26.0859 -19.9141 25.9141 curveto
+ -19.9141 25.9141 -20.9297 25.7539 -21.8633 24.5625 curveto
+ -21.8633 24.5625 -20.3008 25.4922 -18.8633 25.4609 curveto
+ -18.8633 25.4609 -18.1562 25.8867 -18.7109 25.3125 curveto
+ -18.7109 25.3125 -19.375 24.0391 -19.1641 23.2109 curveto
+ -19.1641 23.2109 -19.2109 22.2891 -19.3125 22.0117 curveto
+ -19.3125 22.0117 -20.6289 19.9141 -20.6641 19.4609 curveto
+ -20.6289 19.1211 -20.4336 17.5039 -20.3633 17.3633 curveto
+ -20.3008 17.3086 -20.5312 17.6719 -19.9141 17.2109 curveto
+ -19.2773 16.8789 -18.8164 16.6133 -18.7109 16.1641 curveto
+ -18.5508 15.6914 -19.0156 17.043 -19.0117 17.3633 curveto
+ -19.0781 17.6367 -19.7734 18.8242 -19.6133 19.1641 curveto
+ -19.6133 19.1641 -19.4766 19.0547 -19.3125 18.8633 curveto
+ -19.3125 18.8633 -19.4414 18.9219 -19.3125 19.4609 curveto
+ -19.3125 19.4609 -19.2109 20.375 -19.0117 20.9609 curveto
+ -18.75 21.4336 -18.4219 22.0586 -18.4141 22.1641 curveto
+ -18.2891 22.3242 -18.2891 23.2773 -18.1133 22.9141 curveto
+ -17.5117 22.4609 lineto
+ -17.5117 22.4609 -17.957 22.8516 -17.6641 23.2109 curveto
+ -17.6641 23.2109 -17.7578 24.1367 -17.5117 24.5625 curveto
+ -17.5117 24.5625 -16.3086 25.9531 -16.0117 26.0625 curveto
+ -15.7812 26.2812 -16.0117 26.2109 -16.0117 26.2109 curveto
+ -16.0117 26.2109 -15.0195 26.9102 -16.0117 26.6641 curveto
+ -16.0117 26.6641 -16.6367 26.3828 -17.0625 26.3633 curveto
+ -17.0625 26.3633 -18.3867 26.0508 -17.6641 26.8125 curveto
+ -17.0664 27.4375 -15.418 28.3281 -14.8125 28.3125 curveto
+ -14.6641 28.0117 lineto
+ -12.8633 28.4609 lineto
+ -13.0117 28.3125 lineto
+ -13.0117 28.3125 -13.0391 28.3281 -12.4141 28.4609 curveto
+ -11.6562 28.4609 -10.6992 28.2305 -10.4609 28.4609 curveto
+ -10.2344 28.8242 -9.67578 28.9883 -9.71094 28.7617 curveto
+ -9.80859 28.5273 -9.86328 28.1641 -9.86328 28.1641 curveto
+ -9.86328 28.1641 -9.01562 29.1523 -9.11328 28.7617 curveto
+ -9.21484 28.4297 -10.5664 27.5703 -10.7617 26.5117 curveto
+ -9.11328 27.8633 lineto
+ -8.51172 28.4609 lineto
+ -8.51172 28.4609 -7.89453 28.0312 -7.91406 28.3125 curveto
+ -7.82812 28.5586 -7.06641 29.5156 -6.86328 29.5117 curveto
+ -6.67188 29.4531 -6.34375 29.9141 -6.41406 29.5117 curveto
+ -6.40625 29.0547 -5.21094 28.1641 -5.21094 28.1641 curveto
+ -5.21094 28.1641 -4.625 28.4609 -4.46094 28.1641 curveto
+ -4.16406 28.0 -3.41406 31.4609 -3.41406 31.4609 curveto
+ 0.636719 33.2617 lineto
+ 7.83594 33.8633 lineto
+ 4.98828 34.9141 lineto
+ -5.0625 36.8633 lineto
+ closepath
+fill
+
+
+% 142 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.7 1.0 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.0625 4.01172 moveto
+ -2.0625 4.01172 -4.49609 6.74609 -5.8125 7.16406 curveto
+ -5.8125 7.16406 -8.08984 8.29688 -12.1133 7.01172 curveto
+stroke
+
+
+% 143 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.7 1.0 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -6.41406 7.46094 moveto
+ -6.41406 7.46094 -10.5664 8.72656 -13.1641 8.0625 curveto
+ -13.1641 8.0625 -16.1445 7.70312 -17.5117 5.36328 curveto
+stroke
+
+
+% 144 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.7 1.0 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.01172 7.61328 moveto
+ -7.01172 7.61328 -9.80859 8.79297 -12.2617 9.11328 curveto
+ -12.2617 9.11328 -14.9883 9.58594 -17.6641 8.36328 curveto
+ -17.6641 8.36328 -19.7422 7.40625 -20.6641 5.66406 curveto
+stroke
+
+
+% 145 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.7 1.0 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -6.86328 7.61328 moveto
+ -6.86328 7.61328 -9.37891 9.35547 -9.5625 9.5625 curveto
+ -9.5625 9.5625 -10.6992 11.3984 -12.8633 11.5117 curveto
+ -12.8633 11.5117 -16.375 11.3359 -19.1641 10.0117 curveto
+stroke
+
+
+% 146 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.01172 8.96094 moveto
+ -6.79688 8.78125 -2.36328 4.01172 -2.36328 4.01172 curveto
+ 3.46094 -2.03125 -1.16406 3.5625 -1.16406 3.5625 curveto
+ -2.41406 4.40234 -3.86328 7.46094 -3.86328 7.46094 curveto
+ -4.12891 7.96875 -1.61328 6.26172 -1.61328 6.26172 curveto
+ -0.964844 6.18359 1.23828 2.96094 1.23828 2.96094 curveto
+ 0.160156 3.41406 0.9375 2.21094 0.9375 2.21094 curveto
+ 1.41406 1.89453 4.83594 -0.636719 4.83594 -0.636719 curveto
+ 5.375 -1.33984 6.03906 -1.53906 6.03906 -1.53906 curveto
+ 8.34375 -0.746094 7.23828 -2.88672 7.23828 -2.88672 curveto
+ 7.68359 -4.04297 8.58594 -2.13672 8.58594 -2.13672 curveto
+ 10.4531 0.640625 7.6875 0.261719 7.6875 0.261719 curveto
+ 2.79688 -0.214844 1.6875 2.36328 1.6875 2.36328 curveto
+ 1.28125 2.82031 2.73828 2.36328 2.73828 2.36328 curveto
+ 4.12109 2.09375 1.53906 4.46094 1.53906 4.46094 curveto
+ 1.94141 4.46875 3.48828 3.41406 3.48828 3.41406 curveto
+ 5.17578 1.82812 5.4375 2.21094 5.4375 2.21094 curveto
+ 8.47656 3.61328 10.2383 2.36328 10.2383 2.36328 curveto
+ 10.5195 2.09375 9.59766 0.972656 9.78906 0.113281 curveto
+ 10.125 -0.746094 10.9883 -2.73828 10.9883 -2.73828 curveto
+ 10.5195 -3.05469 10.5391 -4.83594 10.5391 -4.83594 curveto
+ 13.3594 -8.66406 11.7383 -8.28906 11.7383 -8.28906 curveto
+ 9.20312 -8.26953 11.5859 -9.48828 11.5859 -9.48828 curveto
+ 12.1719 -9.85156 13.6875 -10.9883 13.6875 -10.9883 curveto
+ 13.1602 -10.8438 12.9375 -11.7383 12.9375 -11.7383 curveto
+ 13.6914 -12.3594 13.2383 -13.0859 13.2383 -13.0859 curveto
+ 12.2383 -13.3516 12.0391 -13.9883 12.0391 -13.9883 curveto
+ 13.1602 -15.3281 11.4375 -15.3359 11.4375 -15.3359 curveto
+ 12.1055 -16.1211 11.2891 -18.0391 11.2891 -18.0391 curveto
+ 10.5195 -18.1016 9.48828 -19.0859 9.48828 -19.0859 curveto
+ 9.86328 -19.8164 8.13672 -20.7383 8.13672 -20.7383 curveto
+ 6.75781 -21.0078 7.23828 -22.0859 7.23828 -22.0859 curveto
+ 5.90234 -23.1172 5.4375 -25.6875 5.4375 -25.6875 curveto
+ 5.375 -27.4727 4.97656 -28.0039 5.88672 -27.6367 curveto
+ 6.69141 -27.3438 6.48828 -25.2383 6.48828 -25.2383 curveto
+ 5.76953 -22.7227 12.7891 -20.1367 12.7891 -20.1367 curveto
+ 13.4922 -19.8164 13.6875 -18.9375 13.6875 -18.9375 curveto
+ 13.9531 -19.0273 15.3359 -20.2891 15.3359 -20.2891 curveto
+ 16.6602 -22.1289 16.6875 -20.5859 16.6875 -20.5859 curveto
+ 16.9219 -20.0156 16.6875 -19.0859 16.6875 -19.0859 curveto
+ 17.6484 -15.4648 15.3359 -14.4375 15.3359 -14.4375 curveto
+ 13.6914 -8.86328 15.9375 -10.2383 15.9375 -10.2383 curveto
+ 16.4609 -11.1719 18.1875 -12.0391 18.1875 -12.0391 curveto
+ 18.7891 -11.5859 lineto
+ 18.5742 -10.8438 19.9883 -9.78906 19.9883 -9.78906 curveto
+ 20.4219 -10.9102 21.3359 -9.63672 21.3359 -9.63672 curveto
+ 22.0039 -5.5625 24.0391 -7.98828 24.0391 -7.98828 curveto
+ 24.7109 -8.13672 24.9375 -7.08594 24.9375 -7.08594 curveto
+ 25.5039 -5.29688 24.9375 -3.03906 24.9375 -3.03906 curveto
+ 25.5039 -2.98828 27.0391 -3.9375 27.0391 -3.9375 curveto
+ 27.5469 -3.38281 26.0312 -0.613281 26.7383 -0.9375 curveto
+ 27.3516 -1.40234 28.0859 -1.6875 28.0859 -1.6875 curveto
+ 28.2109 -1.33984 26.5859 0.710938 26.5859 0.710938 curveto
+ 25.8359 1.17188 24.9375 4.46094 24.9375 4.46094 curveto
+ 26.1641 3.94141 24.4883 6.41406 24.4883 6.41406 curveto
+ 24.5117 6.97656 25.5391 8.8125 25.5391 8.8125 curveto
+ 25.3711 9.94922 25.5391 9.86328 25.5391 9.86328 curveto
+ 25.9648 9.68359 27.2852 9.42188 26.1367 10.4609 curveto
+ 25.0391 11.5312 26.2891 12.2617 26.2891 12.2617 curveto
+ 27.0195 12.7852 24.7891 12.7109 24.7891 12.7109 curveto
+ 23.918 13.4453 24.0391 14.0625 24.0391 14.0625 curveto
+ 25.3047 13.7773 22.9297 16.1523 22.5391 16.7617 curveto
+ 22.1367 17.3398 23.7383 18.2617 23.7383 18.2617 curveto
+ 25.8984 18.793 24.0391 19.3125 24.0391 19.3125 curveto
+ 20.75 19.2539 22.5391 20.9609 22.5391 20.9609 curveto
+ 23.5234 20.9688 23.2891 21.4141 23.2891 21.4141 curveto
+ 22.4023 21.5664 20.8867 22.6133 20.8867 22.6133 curveto
+ 20.1562 23.2148 20.7383 23.0625 20.7383 23.0625 curveto
+ 23.5234 22.8828 18.7891 24.7109 18.7891 24.7109 curveto
+ 20.0898 24.7305 17.1367 26.5117 17.1367 26.5117 curveto
+ 16.7891 26.7109 16.2383 28.0117 16.2383 28.0117 curveto
+ 15.2734 28.8242 14.4375 29.9609 14.4375 29.9609 curveto
+ 14.4141 30.6719 13.6875 31.4609 13.6875 31.4609 curveto
+ 11.7109 33.707 10.8359 33.7109 10.8359 33.7109 curveto
+ 8.34375 34.2344 7.53906 34.1641 7.53906 34.1641 curveto
+ -1.16406 33.4141 lineto
+ -5.58203 31.2656 -4.3125 27.8633 -4.3125 27.8633 curveto
+ -3.24219 26.4141 -1.76172 27.1133 -1.76172 27.1133 curveto
+ -0.964844 28.0664 0.9375 27.7109 0.9375 27.7109 curveto
+ 4.31641 27.1719 3.9375 27.7109 3.9375 27.7109 curveto
+ 3.49219 28.5273 0.820313 29.5508 0.789062 29.6641 curveto
+ 0.753906 29.7461 -0.710938 30.2617 -0.710938 30.2617 curveto
+ -1.19531 30.5078 -1.91406 32.0625 -1.91406 32.0625 curveto
+ -2.44922 32.5859 0.1875 31.6133 0.1875 31.6133 curveto
+ -0.0390625 31.4648 1.23828 30.8633 1.23828 30.8633 curveto
+ 4.05469 30.9688 5.73828 29.2109 5.73828 29.2109 curveto
+ 7.58594 26.4492 7.6875 27.8633 7.6875 27.8633 curveto
+ 8.07812 29.3516 6.1875 32.8125 6.1875 32.8125 curveto
+ 6.19922 33.1797 7.53906 32.0625 7.53906 32.0625 curveto
+ 7.78125 32.4219 7.98828 31.4609 7.98828 31.4609 curveto
+ 7.94531 31.0664 8.58594 29.8125 8.58594 29.8125 curveto
+ 9.03516 27.6016 9.63672 28.7617 9.63672 28.7617 curveto
+ 10.3867 27.2617 lineto
+ 10.6211 26.8438 9.63672 25.6133 9.63672 25.6133 curveto
+ 9.59766 25.1289 9.73047 25.1602 8.73828 23.9609 curveto
+ 7.88281 22.6523 8.4375 21.8633 8.4375 21.8633 curveto
+ 8.21094 20.8398 9.63672 20.9609 9.63672 20.9609 curveto
+ 10.0938 20.5391 10.6875 20.5117 10.6875 20.5117 curveto
+ 10.9492 20.2109 11.2891 20.3633 11.2891 20.3633 curveto
+ 11.6094 20.9375 12.6367 20.6641 12.6367 20.6641 curveto
+ 12.8633 21.0039 14.2891 21.1133 14.2891 21.1133 curveto
+ 14.3828 21.4961 14.4492 21.7617 15.0391 21.8633 curveto
+ 15.5703 21.9609 11.4375 29.0625 11.4375 29.0625 curveto
+ 12.5664 29.1875 11.2891 31.1641 11.2891 31.1641 curveto
+ 10.8516 32.3203 12.7305 29.9141 13.0859 29.6641 curveto
+ 13.4609 29.4531 13.625 29.0898 13.3867 29.0625 curveto
+ 13.0938 29.1523 12.7969 28.7891 13.0859 28.7617 curveto
+ 13.2578 28.7266 15.4062 26.25 15.9375 24.5625 curveto
+ 16.5273 22.8828 17.5156 22.2227 18.4883 21.2617 curveto
+ 19.5625 20.2422 19.3867 16.3125 19.3867 16.3125 curveto
+ 19.3672 14.7969 20.2891 13.0117 20.2891 13.0117 curveto
+ 20.6836 12.4219 19.9883 9.41406 19.9883 9.41406 curveto
+ 19.6602 9.05859 19.8359 8.96094 19.8359 8.96094 curveto
+ 20.0586 8.72656 21.1875 6.5625 21.1875 6.5625 curveto
+ 20.8828 6.58203 21.4883 5.96094 21.4883 5.96094 curveto
+ 22.3359 4.99609 21.3359 5.51172 21.3359 5.51172 curveto
+ 20.2891 5.75781 21.4883 4.16406 21.4883 4.16406 curveto
+ 21.6406 3.84375 20.1367 4.61328 20.1367 4.61328 curveto
+ 18.6406 4.70312 20.5859 3.5625 20.5859 3.5625 curveto
+ 21.9727 2.32422 20.1367 3.11328 20.1367 3.11328 curveto
+ 19.332 3.34766 19.8359 2.21094 19.8359 2.21094 curveto
+ 20.3867 1.96094 23.2891 0.863281 23.2891 0.863281 curveto
+ 23.293 0.179688 22.8359 -0.636719 22.8359 -0.636719 curveto
+ 22.8633 -1.30469 22.5391 -1.83594 22.5391 -1.83594 curveto
+ 22.3008 -3.21875 22.2383 -3.33594 22.2383 -3.33594 curveto
+ 21.5078 -3.38281 20.2891 -5.58594 20.2891 -5.58594 curveto
+ 19.9922 -6.08984 18.3359 -8.13672 18.3359 -8.13672 curveto
+ 17.9805 -9.22656 15.0391 -7.98828 15.0391 -7.98828 curveto
+ 13.9219 -8.59766 14.2891 -7.98828 14.2891 -7.98828 curveto
+ 14.1836 -7.67188 15.0391 -6.63672 15.0391 -6.63672 curveto
+ 16.1328 -6.25391 15.6367 -4.53906 15.6367 -4.53906 curveto
+ 16.3633 -4.24219 14.5156 -3.78125 14.5859 -3.63672 curveto
+ 14.5781 -3.38281 15.4883 -3.1875 15.4883 -3.1875 curveto
+ 16.8555 -2.82422 16.0859 -2.4375 16.0859 -2.4375 curveto
+ 16.0312 -1.76562 16.5391 -0.789062 16.5391 -0.789062 curveto
+ 18.4414 -0.710938 16.5391 1.91406 16.5391 1.91406 curveto
+ 14.7461 3.21484 14.5859 4.16406 14.5859 4.16406 curveto
+ 16.6602 5.52734 15.3086 7.57031 15.3359 8.21094 curveto
+ 15.3711 8.75781 15.6367 12.2617 15.6367 12.2617 curveto
+ 15.2422 13.3477 14.7383 15.5625 14.7383 15.5625 curveto
+ 15.1094 16.4492 16.3867 18.5625 16.3867 18.5625 curveto
+ 16.7891 19.2227 18.2422 20.0117 17.8867 20.5117 curveto
+ 17.5156 21.0039 16.2383 20.6641 16.2383 20.6641 curveto
+ 14.9414 20.9375 15.0391 20.0625 15.0391 20.0625 curveto
+ 14.7773 19.9141 14.5859 19.1641 14.5859 19.1641 curveto
+ 14.5273 17.7812 13.0859 16.7617 13.0859 16.7617 curveto
+ 11.2148 15.7227 12.7891 15.1133 12.7891 15.1133 curveto
+ 13.7227 13.9727 12.0391 13.9141 12.0391 13.9141 curveto
+ 10.2891 14.2383 11.5859 12.5625 11.5859 12.5625 curveto
+ 13.4258 10.4414 12.9375 10.0117 12.9375 10.0117 curveto
+ 11.2461 9.81641 13.3867 8.36328 13.3867 8.36328 curveto
+ 13.3867 8.36328 13.1953 8.62891 13.2383 8.36328 curveto
+ 13.2578 8.03516 13.7539 7.33984 13.8359 7.01172 curveto
+ 14.0195 6.67969 13.3867 6.71094 13.3867 6.71094 curveto
+ 13.4609 5.06641 10.9883 5.8125 10.9883 5.8125 curveto
+ 10.9883 5.8125 10.918 5.75781 10.6875 5.66406 curveto
+ 10.3906 5.69141 8.53906 5.82422 7.53906 6.11328 curveto
+ 6.625 6.54688 5.4375 6.5625 5.4375 6.5625 curveto
+ 5.4375 6.5625 4.84375 6.25 3.63672 6.26172 curveto
+ 2.33594 6.31641 1.08594 5.8125 1.08594 5.8125 curveto
+ 0.289062 5.92188 1.71094 6.64844 1.6875 6.5625 curveto
+ 1.77734 6.58203 2.69922 7.50391 1.38672 7.46094 curveto
+ -2.21484 7.13672 -4.01172 8.8125 -4.01172 8.8125 curveto
+ -4.32812 9.05859 -4.76172 9.5625 -4.76172 9.5625 curveto
+ -6.40625 9.84766 -4.46094 7.46094 -4.46094 7.46094 curveto
+ -4.32812 7.24219 -4.61328 7.01172 -4.61328 7.01172 curveto
+ -4.69141 7.33984 -5.96094 8.21094 -5.96094 8.21094 curveto
+ -6.44141 8.39062 -6.66797 8.61328 -7.01172 8.96094 curveto
+ closepath
+fill
+
+
+% 147 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.33 setlinewidth
+ 0.7 1.0 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.0625 10.9141 moveto
+ -11.0625 10.9141 -9.08203 10.0156 -8.66406 9.5625 curveto
+ -8.22266 9.08984 -5.96094 7.16406 -5.96094 7.16406 curveto
+ -5.96094 7.16406 -6.80469 7.53906 -7.16406 7.76172 curveto
+ -7.66016 8.13281 -9.41406 9.41406 -9.41406 9.41406 curveto
+ -9.41406 9.41406 -10.0703 10.4766 -11.0625 10.9141 curveto
+ closepath
+fill
+
+
+% 148 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.2 0.8 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.5117 16.0117 moveto
+ -20.5117 16.1094 -20.5977 16.5586 -20.6641 16.6133 curveto
+ -20.8008 17.0977 -22.3125 17.3633 -22.3125 17.3633 curveto
+ -22.3164 17.1133 -22.3281 16.8516 -22.3125 16.6133 curveto
+ -22.3125 16.6133 -21.5078 15.6719 -20.5117 16.0117 curveto
+ closepath
+fill
+
+
+% 149 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.6 0.4 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.5117 16.1641 moveto
+ -20.6406 16.0938 -20.5703 16.5703 -20.6641 16.6133 curveto
+ -20.7656 17.0977 -22.3125 17.3633 -22.3125 17.3633 curveto
+ -22.3164 17.1289 -22.3281 16.8672 -22.3125 16.6133 curveto
+ -22.3125 16.6133 -21.6055 15.7539 -20.5117 16.1641 curveto
+ closepath
+fill
+
+
+% 150 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -21.2617 16.1641 moveto
+ -21.3945 16.0938 -21.4766 16.2812 -21.4141 16.4609 curveto
+ -21.4766 16.7461 -21.3945 16.9336 -21.2617 16.9141 curveto
+ -21.1875 16.9336 -21.1055 16.7461 -21.1133 16.4609 curveto
+ -21.1055 16.2812 -21.1875 16.0938 -21.2617 16.1641 curveto
+ closepath
+fill
+
+
+% 151 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -21.2617 16.4609 moveto
+fill
+
+
+% 152 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -28.7617 -0.0390625 moveto
+ -28.7617 -0.0390625 -29.7383 -1.73438 -25.6133 -0.789062 curveto
+ -25.6133 -0.789062 -23.3359 -0.546875 -22.9141 -0.1875 curveto
+ -22.7422 -0.28125 -21.3633 -0.765625 -20.9609 -0.9375 curveto
+ -19.7734 -1.14062 -18.4141 0.5625 -18.4141 0.5625 curveto
+ -18.4141 0.5625 -17.6289 2.24219 -17.2109 2.21094 curveto
+ -16.7031 2.24219 -17.2109 1.91406 -17.2109 1.91406 curveto
+ -17.2109 1.91406 -18.3203 0.3125 -18.2617 0.113281 curveto
+ -18.2617 0.113281 -19.1133 -3.25391 -21.7109 -3.33594 curveto
+ -21.7109 -3.33594 -24.418 -3.53906 -24.2617 -4.53906 curveto
+ -24.2617 -4.53906 -22.7422 -4.10938 -22.3125 -4.53906 curveto
+ -22.3125 -4.53906 -20.5664 -4.44141 -21.8633 -5.4375 curveto
+ -23.0625 -7.38672 lineto
+ -23.0625 -7.38672 -22.9844 -8.05859 -24.7109 -7.53906 curveto
+ -26.2734 -6.91406 -28.0117 -4.83594 -28.0117 -4.83594 curveto
+ -28.0117 -4.83594 -30.6055 -2.38672 -28.7617 -0.0390625 curveto
+ closepath
+fill
+
+
+% 153 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.1 0.4 0.4 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -29.0625 -0.789062 moveto
+ -29.0625 -0.789062 -29.3437 -2.32812 -23.2109 -0.636719 curveto
+ -23.2109 -0.636719 -22.5469 -0.613281 -22.1641 -0.789062 curveto
+ -21.7539 -0.875 -19.7734 -1.33984 -19.4609 -1.08594 curveto
+ -19.4609 -1.08594 -20.6289 -3.38281 -22.6133 -3.1875 curveto
+ -22.6133 -3.1875 -24.7227 -3.38281 -24.7109 -4.23828 curveto
+ -24.7109 -4.23828 -23.9961 -5.36328 -23.2109 -5.73828 curveto
+ -23.2109 -5.73828 -22.7422 -6.15625 -22.7617 -6.63672 curveto
+ -22.875 -7.21484 -23.3359 -7.47656 -23.6641 -7.53906 curveto
+ -23.9961 -7.74219 -24.5234 -7.21484 -24.8633 -7.23828 curveto
+ -25.0547 -7.21484 -26.4414 -6.15625 -27.1133 -5.4375 curveto
+ -27.8906 -4.57031 -29.2773 -2.59375 -29.2109 -2.13672 curveto
+ -29.1445 -1.66797 -29.0625 -0.789062 -29.0625 -0.789062 curveto
+ closepath
+fill
+
+
+% 154 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.3 0.6 0.6 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -28.4609 -3.63672 moveto
+ -28.0547 -4.27344 -27.5273 -4.96875 -27.1133 -5.4375 curveto
+ -26.4414 -6.15625 -25.0547 -7.21484 -24.8633 -7.23828 curveto
+ -24.5234 -7.21484 -23.9961 -7.74219 -23.6641 -7.53906 curveto
+ -23.3359 -7.47656 -22.875 -7.21484 -22.7617 -6.63672 curveto
+ -22.7422 -6.15625 -23.2109 -5.73828 -23.2109 -5.73828 curveto
+ -23.7109 -5.50781 -24.1641 -4.92969 -24.4141 -4.53906 curveto
+ -24.4141 -4.53906 -24.3945 -4.96875 -25.3125 -4.83594 curveto
+ -26.1094 -4.70312 -26.9688 -4.24219 -27.2617 -3.78906 curveto
+ -27.4961 -3.1875 -27.8906 -2.78906 -27.5625 -3.33594 curveto
+ -27.3633 -3.98047 -26.9688 -4.57031 -26.6641 -4.6875 curveto
+ -26.4414 -4.70312 -26.5039 -4.90234 -26.9609 -4.83594 curveto
+ -27.2969 -4.76953 -27.7578 -4.70312 -28.4609 -3.78906 curveto
+fill
+
+
+% 155 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.85 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -28.9141 -0.1875 moveto
+ -28.9141 -0.1875 -28.6172 2.09375 -28.4609 2.8125 curveto
+ -28.4609 2.8125 -28.5508 3.875 -28.1641 4.61328 curveto
+ -27.7578 5.26172 -27.4297 6.28516 -26.9609 7.16406 curveto
+ -26.4414 8.06641 -26.4062 8.72656 -25.7617 8.96094 curveto
+ -25.0859 9.25391 -24.0977 10.6719 -23.6641 10.9141 curveto
+ -23.1719 11.0039 -23.2109 10.9141 -23.2109 10.9141 curveto
+ -23.2109 10.9141 -22.082 13.3164 -19.9141 12.7109 curveto
+ -19.9141 12.7109 -22.5117 13.1172 -19.9141 14.6641 curveto
+ -19.9141 14.6641 -20.6953 14.4844 -20.2109 15.7109 curveto
+ -19.7891 16.4102 -19.8711 15.293 -21.7109 13.3125 curveto
+ -21.7109 13.3125 -22.5117 11.9297 -23.3633 11.3633 curveto
+ -24.2266 10.9375 -26.207 9.78125 -26.3633 9.11328 curveto
+ -26.6055 8.52734 -27.1328 7.57031 -27.4141 7.3125 curveto
+ -27.793 7.04297 -28.2539 6.35156 -28.3125 5.8125 curveto
+ -28.3125 5.8125 -28.5195 5.12891 -28.7617 4.91406 curveto
+ -28.9805 4.73438 -29.0117 4.20703 -29.0625 3.86328 curveto
+ -29.0117 3.54688 -29.3437 3.08594 -29.3633 2.66406 curveto
+ -29.3633 2.66406 -29.1758 -0.445312 -29.2109 -0.789062 curveto
+ -28.9141 -0.1875 lineto
+ closepath
+fill
+
+
+% 156 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.2617 -0.9375 moveto
+ -30.2617 -0.9375 -30.6641 -0.679688 -31.4609 -1.6875 curveto
+ -31.4609 -1.6875 -30.1836 -7.11328 -30.1133 -7.38672 curveto
+ -30.1133 -7.38672 -30.0039 -6.99609 -30.2617 -5.73828 curveto
+ -30.4297 -4.62109 -30.5625 -2.58594 -30.5625 -2.58594 curveto
+ -30.2617 -0.9375 lineto
+ closepath
+fill
+
+
+% 157 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.85 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -26.8125 9.11328 moveto
+ -26.8125 9.11328 -29.6719 8.5625 -29.6641 3.71094 curveto
+ -29.8125 -0.335938 lineto
+ -29.8125 -0.335938 -29.9375 3.875 -30.1133 4.16406 curveto
+ -30.332 4.40234 -29.6719 6.25 -30.2617 5.21094 curveto
+ -30.2617 5.21094 -32.5117 2.95312 -31.1641 -0.488281 curveto
+ -31.1641 -0.488281 -30.9453 -1.08984 -31.4609 -0.335938 curveto
+ -31.4609 -0.335938 -32.1953 1.74609 -32.0625 2.8125 curveto
+ -32.0625 2.8125 -31.9844 3.16797 -31.6133 3.5625 curveto
+ -31.6133 3.5625 -30.25 5.55859 -29.8125 5.96094 curveto
+ -29.8125 5.96094 -29.5078 8.3125 -26.9609 9.11328 curveto
+ -26.9609 9.11328 -26.0273 9.55078 -26.8125 9.11328 curveto
+ closepath
+fill
+
+
+% 158 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -3.71094 20.0625 moveto
+ -3.66016 20.0703 -3.66016 20.2305 -3.5625 20.2109 curveto
+ -3.375 20.3164 -3.34766 20.4922 -3.26172 20.6641 curveto
+ -3.12109 20.8398 -3.08594 21.0938 -2.96094 21.4141 curveto
+ -2.94531 21.4531 -2.94141 21.6133 -2.96094 21.7109 curveto
+ -3.1875 22.1289 -3.30469 22.5352 -3.5625 22.9141 curveto
+ -3.58594 23.0078 -3.62891 23.1406 -3.71094 23.2109 curveto
+ -3.73828 23.4648 -3.94531 23.6289 -4.01172 23.8125 curveto
+ -4.13281 23.9219 -4.04688 24.0742 -4.16406 24.1133 curveto
+ -4.31641 24.1055 -4.55469 24.1992 -4.61328 23.9609 curveto
+ -4.6875 23.6055 -4.52344 23.1875 -4.3125 22.7617 curveto
+ -4.49219 22.6719 -4.4375 22.5195 -4.46094 22.4609 curveto
+ -4.29297 21.7969 -4.49219 21.2461 -4.61328 20.6641 curveto
+ -4.62109 20.6523 -4.5625 20.6211 -4.61328 20.6641 curveto
+ -4.76953 20.168 -5.00781 19.7656 -5.36328 19.3125 curveto
+ -5.43359 19.207 -5.57812 19.0586 -5.66406 18.8633 curveto
+ -5.72266 18.75 -5.78906 18.5898 -5.8125 18.4141 curveto
+ -6.31641 17.9688 -6.6875 17.3359 -7.16406 16.7617 curveto
+ -7.19141 16.5898 -7.14453 16.3906 -7.01172 16.3125 curveto
+ -6.91797 16.2812 -6.76172 16.4492 -6.71094 16.6133 curveto
+ -6.62109 16.7031 -6.5625 16.8086 -6.41406 16.9141 curveto
+ -6.46094 16.9453 -6.48828 17.0156 -6.41406 17.0625 curveto
+ -6.03125 17.4219 -5.75781 17.9062 -5.36328 18.2617 curveto
+ -5.03125 18.3516 -4.77734 18.5156 -4.46094 18.7109 curveto
+ -4.4375 18.7109 -4.35156 18.6719 -4.3125 18.7109 curveto
+ -4.01172 18.8984 -4.01562 19.2344 -4.01172 19.6133 curveto
+ -3.98828 19.6953 -3.95703 19.9102 -3.71094 20.0625 curveto
+ closepath
+fill
+
+
+% 159 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.21094 20.8125 moveto
+ -5.20703 20.7617 -5.23047 20.832 -5.21094 20.8125 curveto
+ -5.1875 20.9219 -5.12109 20.9531 -5.0625 20.9609 curveto
+ -5.07812 21.0391 -5.10156 21.1055 -5.0625 21.1133 curveto
+ -4.69531 21.5312 -4.65234 22.0312 -4.76172 22.4609 curveto
+ -4.65625 22.6211 -4.64453 22.832 -4.76172 22.9141 curveto
+ -4.85547 23.2539 -4.88672 23.5703 -5.0625 23.8125 curveto
+ -5.17969 24.0352 -5.44141 24.2383 -5.66406 23.9609 curveto
+ -5.73828 23.957 -5.78906 23.8281 -5.8125 23.6641 curveto
+ -5.73438 23.6836 -5.6875 23.6602 -5.66406 23.6641 curveto
+ -5.71094 23.5938 -5.79688 23.5547 -5.8125 23.5117 curveto
+ -5.80469 23.2656 -5.96094 23.0156 -5.8125 22.7617 curveto
+ -5.73047 22.5273 -5.59375 22.2188 -5.51172 21.8633 curveto
+ -5.6875 21.5781 -5.51562 21.1719 -5.8125 20.8125 curveto
+ -5.82812 20.8398 -5.82812 20.7773 -5.8125 20.8125 curveto
+ -5.75781 20.6641 -5.69141 20.5938 -5.66406 20.5117 curveto
+ -5.57812 20.5273 -5.52344 20.5273 -5.51172 20.5117 curveto
+ -5.39453 20.6055 -5.32812 20.6875 -5.21094 20.8125 curveto
+ closepath
+fill
+
+
+% 160 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 5.13672 22.4609 moveto
+ 5.36719 22.1562 5.41406 21.6953 5.13672 21.4141 curveto
+ 5.16797 20.918 5.71875 21.2461 6.03906 21.2617 curveto
+ 6.04688 21.3984 6.08594 21.4531 6.1875 21.4141 curveto
+ 6.30859 21.457 6.41797 21.6289 6.63672 21.5625 curveto
+ 6.66406 21.8516 6.9375 21.9688 7.08594 22.1641 curveto
+ 7.32812 22.8086 7.23047 23.5117 6.78906 24.1133 curveto
+ 6.76953 24.0898 6.80469 24.1758 6.78906 24.2617 curveto
+ 6.66016 24.5977 6.32031 24.6523 6.03906 24.7109 curveto
+ 5.80469 25.4023 5.69531 26.0703 5.4375 26.6641 curveto
+ 5.14062 26.7227 5.02344 27.0078 4.83594 27.1133 curveto
+ 4.58594 27.2461 4.49219 26.9844 4.53906 26.8125 curveto
+ 4.49609 26.7773 4.57422 26.7422 4.53906 26.6641 curveto
+ 4.53125 26.6523 4.48828 26.6328 4.53906 26.6641 curveto
+ 4.48828 26.5898 4.52734 26.5703 4.53906 26.5117 curveto
+ 4.39844 26.4102 4.16016 26.332 4.08594 26.2109 curveto
+ 3.95703 25.5312 4.37891 25.0156 4.6875 24.5625 curveto
+ 4.75391 24.3008 4.63281 24.0898 4.53906 23.9609 curveto
+ 4.43359 23.7773 4.45312 23.5898 4.53906 23.5117 curveto
+ 4.62109 23.0664 4.88281 22.7773 5.13672 22.4609 curveto
+ closepath
+fill
+
+
+% 161 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -1.01172 19.4609 moveto
+ -1.23828 19.1133 -1.80078 18.6875 -1.3125 18.4141 curveto
+ -1.28906 18.3477 -1.22656 18.3477 -1.16406 18.4141 curveto
+ -0.867188 18.6289 -0.535156 18.7773 -0.113281 18.8633 curveto
+ -0.113281 18.8789 -0.0664062 18.8008 0.0390625 18.8633 curveto
+ 0.257812 18.9453 0.589844 18.9336 0.789062 19.1641 curveto
+ 1.40625 19.1172 1.99609 19.3008 2.58594 19.4609 curveto
+ 2.74609 19.5898 2.95703 19.6836 3.1875 19.7617 curveto
+ 3.38281 19.8633 3.58203 20.0156 3.78906 20.2109 curveto
+ 3.78516 20.2266 3.84375 20.2109 3.9375 20.2109 curveto
+ 3.88281 20.3516 4.03906 20.375 4.08594 20.5117 curveto
+ 4.09766 20.5156 4.07031 20.582 4.08594 20.6641 curveto
+ 4.44531 20.8672 4.59766 21.1992 4.38672 21.5625 curveto
+ 4.35938 21.6875 4.31641 21.7891 4.23828 21.8633 curveto
+ 4.04688 22.0156 3.86328 21.875 3.63672 21.8633 curveto
+ 3.66406 21.8242 3.54297 21.8516 3.48828 21.8633 curveto
+ 3.33984 21.7461 3.11719 21.8438 3.03906 21.7109 curveto
+ 2.75 21.6562 2.54688 21.6289 2.28906 21.5625 curveto
+ 2.26172 21.5547 2.13281 21.5664 2.13672 21.4141 curveto
+ 2.08594 21.4844 2.05859 21.5273 1.98828 21.5625 curveto
+ 1.72656 21.457 1.51953 21.4219 1.23828 21.1133 curveto
+ 1.28906 21.1211 1.21484 21.1484 1.23828 21.1133 curveto
+ 1.03125 20.9922 0.964844 20.7891 0.789062 20.6641 curveto
+ 0.75 20.6602 0.691406 20.6875 0.636719 20.6641 curveto
+ 0.550781 20.5938 0.492187 20.4883 0.335938 20.3633 curveto
+ 0.332031 20.3789 0.265625 20.4297 0.335938 20.5117 curveto
+ 0.3125 20.793 0.417969 21.0898 0.335938 21.4141 curveto
+ 0.667969 21.8164 1.08203 22.1367 1.38672 22.6133 curveto
+ 1.38281 22.9453 1.49609 23.2969 1.53906 23.6641 curveto
+ 1.47656 23.6719 1.42969 23.793 1.38672 23.8125 curveto
+ 1.35547 23.9922 1.50391 24.168 1.38672 24.2617 curveto
+ 1.13281 24.4844 0.921875 24.3398 0.789062 24.1133 curveto
+ 0.484375 24.0391 0.140625 23.9258 -0.113281 24.1133 curveto
+ -0.285156 24.2578 -0.378906 24.4102 -0.5625 24.5625 curveto
+ -0.671875 24.7969 -0.621094 25.0352 -0.5625 25.3125 curveto
+ -0.605469 25.3164 -0.660156 25.3359 -0.710938 25.3125 curveto
+ -0.660156 25.3789 -0.621094 25.4023 -0.5625 25.4609 curveto
+ -0.714844 25.5273 -0.761719 25.7031 -0.863281 25.7617 curveto
+ -0.878906 25.9336 -0.992188 26.082 -1.16406 26.0625 curveto
+ -1.46484 26.2461 -1.73828 25.9297 -2.0625 25.9141 curveto
+ -2.14062 25.9141 -2.21484 26.0859 -2.36328 26.2109 curveto
+ -2.39453 26.1758 -2.50781 26.1797 -2.51172 26.0625 curveto
+ -2.68359 26.0547 -2.78125 26.0352 -2.96094 26.0625 curveto
+ -3.17188 25.9258 -3.38281 25.7461 -3.5625 25.6133 curveto
+ -3.87109 25.4648 -4.02734 25.2266 -4.16406 25.0117 curveto
+ -4.36328 24.8203 -4.38672 24.4219 -4.16406 24.4141 curveto
+ -3.84766 24.2344 -3.63281 24.6797 -3.26172 24.5625 curveto
+ -3.25391 24.6172 -3.22266 24.5664 -3.26172 24.5625 curveto
+ -3.17578 24.4844 -3.14063 24.5195 -3.11328 24.5625 curveto
+ -2.96484 24.3984 -2.77344 24.3438 -2.66406 24.2617 curveto
+ -2.46094 24.0508 -2.17188 24.1211 -2.0625 23.9609 curveto
+ -1.75 23.707 -1.84375 23.2656 -1.46094 23.0625 curveto
+ -1.62109 22.832 -1.72266 22.6211 -1.76172 22.3125 curveto
+ -1.82422 22.1875 -1.66016 21.9883 -1.46094 22.0117 curveto
+ -1.25 22.0195 -1.20703 22.1445 -1.16406 22.3125 curveto
+ -1.08203 22.2773 -1.00781 22.2305 -1.01172 22.1641 curveto
+ -1.08984 21.8008 -1.25781 21.4727 -1.3125 21.1133 curveto
+ -1.34375 21.0156 -1.39453 20.9844 -1.46094 20.9609 curveto
+ -1.53516 20.3164 -2.20312 19.9219 -2.66406 19.4609 curveto
+ -2.69141 19.3164 -2.69141 19.1133 -2.66406 19.0117 curveto
+ -2.39062 18.8164 -2.06641 19.0703 -1.76172 19.1641 curveto
+ -1.75391 19.3516 -1.60938 19.5078 -1.46094 19.4609 curveto
+ -1.34766 19.4961 -1.30859 19.5859 -1.3125 19.6133 curveto
+ -1.19922 19.6328 -1.11719 19.5977 -1.01172 19.6133 curveto
+ -0.785156 19.8242 -0.550781 20.0078 -0.261719 20.2109 curveto
+ -0.234375 20.2266 -0.175781 20.1992 -0.113281 20.2109 curveto
+ -0.0859375 20.2422 -0.0546875 20.3086 0.0390625 20.3633 curveto
+ 0.0546875 20.3711 0.09375 20.3242 0.1875 20.2109 curveto
+ 0.0195312 20.2188 0.0195312 20.0625 -0.113281 20.0625 curveto
+ -0.207031 19.9844 -0.296875 19.8984 -0.414062 19.7617 curveto
+ -0.457031 19.793 -0.566406 19.832 -0.5625 19.7617 curveto
+ -0.683594 19.6328 -0.878906 19.5625 -1.01172 19.4609 curveto
+ closepath
+fill
+
+
+% 162 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.1641 27.5625 moveto
+ -10.1641 27.5625 -11.6602 28.043 -13.4609 23.8125 curveto
+ -13.4609 23.8125 -13.8984 22.9492 -14.3633 22.6133 curveto
+ -14.6914 22.2891 -16.5391 21.6953 -16.9141 20.9609 curveto
+ -18.5625 18.4141 lineto
+ -18.5625 18.4141 -16.1445 21.0352 -15.5625 21.4141 curveto
+ -15.5625 21.4141 -14.2969 22.8164 -14.8125 21.7109 curveto
+ -14.8125 21.7109 -17.1328 19.9141 -16.9141 18.4141 curveto
+ -16.9141 18.4141 -17.8594 16.0195 -17.9609 15.7109 curveto
+ -17.9609 15.7109 -15.3516 20.9688 -14.9609 21.1133 curveto
+ -14.5586 21.3672 -14.3594 21.3672 -14.5117 20.8125 curveto
+ -14.7578 20.1797 -14.8242 17.4727 -15.2617 17.2109 curveto
+ -15.2617 17.2109 -13.9648 20.5078 -14.0625 20.9609 curveto
+ -14.0625 20.9609 -13.5703 21.6289 -13.1641 20.8125 curveto
+ -13.3125 18.1133 lineto
+ -12.7109 16.1641 lineto
+ -12.7109 16.1641 -13.0391 18.0 -12.7109 20.5117 curveto
+ -12.7109 20.5117 -13.1055 22.2891 -12.4141 21.4141 curveto
+ -11.7852 20.4414 -10.2031 19.4531 -10.1641 18.7109 curveto
+ -10.1641 18.7109 -11.0586 21.5664 -12.5625 22.3125 curveto
+ -13.3125 21.4141 lineto
+ -13.4609 21.7109 lineto
+ -13.4609 21.7109 -14.0312 21.8281 -13.3125 22.9141 curveto
+ -12.5781 24.0703 -12.7109 24.2617 -12.7109 24.2617 curveto
+ -12.7109 24.2617 -11.5898 23.0156 -11.3633 23.0625 curveto
+ -11.3633 23.0625 -9.14844 24.2695 -8.96094 20.2109 curveto
+ -8.96094 20.2109 -7.82812 22.6211 -9.41406 23.8125 curveto
+ -9.41406 23.8125 -11.7852 24.0703 -11.6641 24.8633 curveto
+ -10.4609 26.9609 lineto
+ -9.80859 27.8359 -10.0117 27.4141 -10.0117 27.4141 curveto
+fill
+
+
+% 163 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.4609 24.8633 moveto
+ -13.4609 24.8633 -15.5469 24.8633 -16.0117 23.9609 curveto
+ -17.2109 22.4609 lineto
+ -17.2109 22.4609 -14.4258 24.0703 -13.7617 24.2617 curveto
+ -13.1055 24.4688 -13.4609 24.8633 -13.4609 24.8633 curveto
+ closepath
+fill
+
+
+% 164 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.0625 23.8125 moveto
+ -20.0625 23.8125 -20.3672 23.6094 -20.3633 23.2109 curveto
+ -20.5 22.6836 -20.8945 22.6211 -20.8125 22.1641 curveto
+ -20.6289 21.6953 -20.3008 21.3008 -20.3633 22.0117 curveto
+ -20.3008 22.6211 -20.0352 22.9492 -19.9141 23.2109 curveto
+ -19.7734 23.3477 -19.5078 24.0703 -20.0625 23.8125 curveto
+ closepath
+fill
+
+
+% 165 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -21.5625 13.7617 moveto
+ -21.5625 13.7617 -22.875 14.3711 -23.3633 14.9609 curveto
+ -23.9297 15.5586 -23.8555 14.707 -24.7109 14.8125 curveto
+ -25.6211 14.8398 -25.4609 17.5117 -25.4609 17.5117 curveto
+ -26.0625 16.1641 lineto
+ -26.0625 16.1641 -26.3086 13.8438 -25.0117 14.2109 curveto
+ -24.3438 14.4297 -24.1289 14.1719 -24.4141 14.0625 curveto
+ -24.6563 13.9062 -23.4688 13.8438 -23.9609 13.6133 curveto
+ -24.3945 13.3164 -22.0156 14.1719 -22.4609 12.4141 curveto
+ -21.5625 13.7617 lineto
+ closepath
+fill
+
+
+% 166 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -23.5117 11.3633 moveto
+ -23.5117 11.3633 -26.1094 10.6094 -26.6641 12.2617 curveto
+ -26.6641 12.2617 -27.4961 11.7969 -27.1133 11.3633 curveto
+ -26.7695 10.8047 -26.5117 10.7617 -26.5117 10.7617 curveto
+ -26.5117 10.7617 -25.6797 10.543 -25.7617 10.4609 curveto
+ -25.8789 10.2773 -26.2109 9.71094 -26.2109 9.71094 curveto
+ -26.2109 9.71094 -24.5898 10.707 -23.5117 11.3633 curveto
+ closepath
+fill
+
+
+% 167 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 14.1367 -1.53906 moveto
+ 14.0469 -1.92188 13.7734 -2.05469 13.3867 -2.13672 curveto
+ 13.1406 -2.00391 12.7148 -1.49219 12.3359 -1.83594 curveto
+ 12.3242 -1.75391 12.1953 -1.74609 12.1875 -1.6875 curveto
+ 12.0625 -1.48438 12.1055 -1.31641 12.0391 -1.23828 curveto
+ 11.9609 -0.972656 11.8438 -0.746094 11.8867 -0.488281 curveto
+ 12.1719 -0.394531 12.2695 -0.0820312 12.1875 0.261719 curveto
+ 12.1797 0.25 12.1094 0.285156 12.1875 0.414062 curveto
+ 12.1719 0.394531 12.2266 0.433594 12.3359 0.414062 curveto
+ 12.2461 0.453125 12.2227 0.414062 12.1875 0.414062 curveto
+ 12.1055 0.4375 12.125 0.542969 12.1875 0.5625 curveto
+ 12.2422 0.894531 12.5781 0.9375 12.7891 0.710938 curveto
+ 12.8398 0.835938 12.9258 0.800781 12.9375 0.863281 curveto
+ 12.9883 0.902344 13.0547 0.988281 13.0859 1.01172 curveto
+ 13.1719 1.23828 13.4414 1.05859 13.5391 1.16406 curveto
+ 13.75 1.29297 13.9258 1.41016 14.1367 1.3125 curveto
+ 14.4023 1.14062 14.6836 0.941406 14.8867 0.710938 curveto
+ 14.9766 0.519531 15.0156 0.308594 15.0391 0.113281 curveto
+ 15.0 0.0429688 14.7734 0.0976562 14.7383 -0.0390625 curveto
+ 14.6094 -0.339844 14.9141 -0.429688 15.0391 -0.636719 curveto
+ 15.0703 -0.707031 15.0273 -0.753906 15.0391 -0.789062 curveto
+ 14.9062 -0.792969 14.7773 -0.761719 14.7383 -0.789062 curveto
+ 14.9609 -1.36328 14.5039 -1.47656 14.1367 -1.53906 curveto
+ closepath
+fill
+
+
+% 168 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 12.4883 -4.83594 moveto
+ 12.5312 -4.51562 12.2695 -4.22656 12.4883 -3.9375 curveto
+ 12.4922 -3.96875 12.5117 -4.00391 12.4883 -3.9375 curveto
+ 12.5586 -4.00391 12.5781 -3.96875 12.6367 -3.9375 curveto
+ 12.8477 -4.30859 13.4492 -4.46484 13.3867 -4.98828 curveto
+ 13.4219 -5.00781 13.2422 -5.16016 13.3867 -5.28906 curveto
+ 13.0938 -5.48828 13.0859 -5.87891 12.9375 -6.1875 curveto
+ 12.7266 -6.14062 12.5273 -6.08203 12.3359 -6.03906 curveto
+ 12.3945 -5.74609 12.375 -5.46875 12.4883 -5.28906 curveto
+ 12.582 -5.13672 12.5352 -4.95703 12.4883 -4.83594 curveto
+ closepath
+fill
+
+
+% 169 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.9609 -3.33594 moveto
+ -14.9609 -3.33594 -17.6719 -4.99219 -15.4141 -2.4375 curveto
+ -13.8984 -0.875 -12.2617 0.113281 -12.2617 0.113281 curveto
+ -12.2617 0.113281 -10.5312 0.773438 -10.0117 1.01172 curveto
+ -9.34375 1.17188 -6.83594 2.02734 -6.26172 2.0625 curveto
+ -5.78125 2.16016 -4.19531 2.82031 -3.11328 2.21094 curveto
+ -1.95312 1.5 -0.5625 0.710938 -0.5625 0.710938 curveto
+ -0.5625 0.710938 -3.33984 2.16016 -3.86328 1.76172 curveto
+ -4.52734 1.36719 -5.71484 1.43359 -6.71094 0.863281 curveto
+ -6.71094 0.863281 -9.14844 0.179688 -9.71094 -0.1875 curveto
+ -10.2031 -0.480469 -11.918 -2.39453 -12.1133 -2.28906 curveto
+ -12.4453 -2.12891 -12.1172 -2.06641 -11.9609 -1.53906 curveto
+ -11.7227 -1.14062 -12.0508 -0.875 -13.3125 -1.98828 curveto
+ -14.6914 -2.98828 -14.9609 -3.33594 -14.9609 -3.33594 curveto
+ closepath
+fill
+
+
+% 170 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.6133 -2.28906 moveto
+ -13.6133 -2.28906 -13.4336 -0.183594 -11.9609 -0.488281 curveto
+ -11.9609 -0.488281 -10.6797 0.230469 -10.1641 0.5625 curveto
+ -10.1641 0.5625 -8.88672 0.835938 -8.66406 1.01172 curveto
+ -5.62109 2.375 -3.19141 1.62891 -3.11328 1.76172 curveto
+ -3.01172 1.99609 0.226562 0.824219 0.789062 0.113281 curveto
+ 0.886719 0.0742188 -0.867188 1.07031 -2.51172 1.3125 curveto
+ -3.83203 1.65234 -7.39844 1.34375 -9.26172 0.414062 curveto
+ -9.6875 0.179688 -11.1602 -0.773438 -11.5117 -0.789062 curveto
+ -11.9961 -0.734375 -13.6133 -2.28906 -13.6133 -2.28906 curveto
+ closepath
+fill
+
+
+% 171 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.3633 -6.48828 moveto
+ -14.3633 -6.48828 -16.8047 -6.15625 -14.0625 -5.88672 curveto
+ -14.0625 -5.88672 -11.0586 -5.5625 -10.4609 -4.6875 curveto
+ -10.4609 -4.6875 -8.15625 -3.1875 -7.76172 -3.1875 curveto
+ -7.23438 -3.05469 -2.28125 -1.86719 -2.21094 -1.53906 curveto
+ -2.15234 -1.07422 -1.22656 -1.07422 -1.01172 -1.23828 curveto
+ -0.699219 -1.33984 -0.832031 -1.53516 -1.3125 -1.6875 curveto
+ -1.75391 -1.80078 -6.90234 -4.50781 -7.91406 -4.6875 curveto
+ -9.01562 -4.90234 -10.9297 -6.15625 -11.6641 -6.33594 curveto
+ -12.5117 -6.55078 -14.3633 -6.48828 -14.3633 -6.48828 curveto
+ closepath
+fill
+
+
+% 172 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.0625 -5.28906 moveto
+ -11.0625 -5.28906 -12.4922 -5.19531 -11.0625 -4.98828 curveto
+ -11.0625 -4.98828 -9.61719 -4.49609 -9.26172 -4.08594 curveto
+ -9.26172 -4.08594 -8.12891 -3.27734 -7.91406 -3.1875 curveto
+ -7.65625 -3.21094 -5.35156 -2.60156 -5.36328 -2.4375 curveto
+ -5.28516 -2.19922 0.335938 -0.121094 1.08594 -0.636719 curveto
+ 1.54688 -0.992188 -0.0898438 -0.71875 -1.61328 -1.38672 curveto
+ -1.90234 -1.54688 -7.48828 -3.95312 -8.0625 -4.08594 curveto
+ -8.57031 -4.15625 -9.54688 -4.80078 -10.0117 -4.83594 curveto
+ -10.3594 -5.0 -11.0625 -5.28906 -11.0625 -5.28906 curveto
+ closepath
+fill
+
+
+% 173 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.4141 -5.73828 moveto
+ -12.4141 -5.73828 -11.5234 -5.62891 -11.6641 -5.88672 curveto
+ -11.918 -6.15625 -12.2617 -6.03906 -12.2617 -6.03906 curveto
+ -12.4141 -5.73828 lineto
+ closepath
+fill
+
+
+% 174 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.6133 -5.88672 moveto
+ -13.6133 -5.88672 -12.7109 -5.89062 -12.8633 -6.1875 curveto
+ -13.1055 -6.42188 -13.4609 -6.33594 -13.4609 -6.33594 curveto
+ -13.6133 -5.88672 lineto
+ closepath
+fill
+
+
+% 175 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.2617 -6.1875 moveto
+ -15.2617 -6.1875 -14.4258 -6.15625 -14.6641 -6.48828 curveto
+ -14.8242 -6.68359 -15.2617 -6.48828 -15.2617 -6.48828 curveto
+ -15.2617 -6.1875 lineto
+ closepath
+fill
+
+
+% 176 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.6133 -6.33594 moveto
+ -16.6133 -6.33594 -15.6797 -6.28906 -15.8633 -6.48828 curveto
+ -16.0781 -6.81641 -16.4609 -6.63672 -16.4609 -6.63672 curveto
+ -16.6133 -6.33594 lineto
+ closepath
+fill
+
+
+% 177 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.1641 0.113281 moveto
+ -10.1641 0.113281 -9.47656 0.179688 -9.71094 -0.0390625 curveto
+ -9.875 -0.347656 -10.4609 -0.335938 -10.4609 -0.335938 curveto
+ -10.1641 0.113281 lineto
+ closepath
+fill
+
+
+% 178 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.8125 -0.789062 moveto
+ -11.8125 -0.789062 -10.7773 -0.390625 -11.2109 -0.9375 curveto
+ -11.3906 -1.20703 -11.8125 -1.08594 -11.8125 -1.08594 curveto
+ -11.8125 -0.789062 lineto
+ closepath
+fill
+
+
+% 179 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.7617 -1.53906 moveto
+ -13.7617 -1.53906 -12.8438 -1.47266 -13.0117 -1.6875 curveto
+ -13.2383 -2.0 -13.6133 -1.83594 -13.6133 -1.83594 curveto
+ -13.7617 -1.53906 lineto
+ closepath
+fill
+
+
+% 180 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.9609 -2.58594 moveto
+ -14.9609 -2.58594 -14.0977 -2.46094 -14.3633 -2.73828 curveto
+ -14.4922 -2.98828 -14.9609 -2.88672 -14.9609 -2.88672 curveto
+ -14.9609 -2.58594 lineto
+ closepath
+fill
+
+
+% 181 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.0117 -3.33594 moveto
+ -16.0117 -3.33594 -15.2188 -3.25391 -15.4141 -3.48828 curveto
+ -15.6172 -3.78125 -16.0117 -3.63672 -16.0117 -3.63672 curveto
+ -16.0117 -3.33594 lineto
+ closepath
+fill
+
+
+% 182 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.5625 -4.38672 moveto
+ -9.5625 -4.38672 -8.48828 -4.28516 -8.8125 -4.6875 curveto
+ -9.01562 -4.98828 -9.5625 -4.83594 -9.5625 -4.83594 curveto
+ -9.5625 -4.38672 lineto
+ closepath
+fill
+
+
+% 183 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.91406 -3.63672 moveto
+ -7.91406 -3.63672 -6.76953 -3.49609 -7.01172 -3.78906 curveto
+ -7.29688 -4.19531 -7.76172 -4.08594 -7.76172 -4.08594 curveto
+ -7.91406 -3.63672 lineto
+ closepath
+fill
+
+
+% 184 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -6.11328 -2.88672 moveto
+ -6.11328 -2.88672 -4.98828 -2.76953 -5.21094 -3.1875 curveto
+ -5.51562 -3.47266 -6.11328 -3.33594 -6.11328 -3.33594 curveto
+ -6.11328 -2.88672 lineto
+ closepath
+fill
+
+
+% 185 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.46094 -2.13672 moveto
+ -4.46094 -2.13672 -3.27344 -1.97656 -3.5625 -2.28906 curveto
+ -3.80078 -2.67969 -4.3125 -2.4375 -4.3125 -2.4375 curveto
+ -4.46094 -2.13672 lineto
+ closepath
+fill
+
+
+% 186 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.96094 0.863281 moveto
+ -8.96094 0.863281 -7.82812 0.996094 -8.0625 0.710938 curveto
+ -8.35156 0.289062 -8.96094 0.261719 -8.96094 0.261719 curveto
+ -8.96094 0.863281 lineto
+ closepath
+fill
+
+
+% 187 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.3125 1.46094 moveto
+ -7.3125 1.46094 -6.17578 1.52344 -6.41406 1.16406 curveto
+ -6.70313 0.820312 -7.46094 0.863281 -7.46094 0.863281 curveto
+ -7.3125 1.46094 lineto
+ closepath
+fill
+
+
+% 188 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.0625 -5.13672 moveto
+ -11.0625 -5.13672 -10.2031 -5.10156 -10.4609 -5.4375 curveto
+ -10.5977 -5.62891 -11.0625 -5.4375 -11.0625 -5.4375 curveto
+ -11.0625 -5.13672 lineto
+ closepath
+fill
+
+
+% 189 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.85 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -23.2109 11.2109 moveto
+ -23.2109 11.2109 -23.8672 9.75 -23.9609 9.26172 curveto
+ -23.9609 9.26172 -23.7969 10.6719 -23.6641 11.0625 curveto
+ -23.4023 11.3359 -23.2109 11.2109 -23.2109 11.2109 curveto
+ closepath
+fill
+
+
+% 190 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.4 0.85 1.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -26.2109 8.96094 moveto
+ -26.2109 8.96094 -26.7031 6.51562 -26.6641 6.11328 curveto
+ -26.6641 6.11328 -26.8359 7.96875 -26.8125 8.21094 curveto
+ -26.7031 8.36328 -26.2109 8.96094 -26.2109 8.96094 curveto
+ closepath
+fill
+
+
+% 191 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.7617 21.2617 moveto
+ -22.7617 20.6641 lineto
+ -23.2109 20.6641 lineto
+ -23.2109 20.6641 -20.7969 18.5586 -20.6641 17.3633 curveto
+ -20.6641 17.3633 -20.5664 18.6602 -22.7617 21.2617 curveto
+ closepath
+fill
+
+
+% 192 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.0117 20.9609 moveto
+ -22.1562 21.0625 -22.1211 21.1836 -22.1641 21.2617 curveto
+ -22.3203 21.3125 -21.9727 21.3203 -22.0117 21.4141 curveto
+ -22.0742 21.6367 -22.043 21.6406 -22.0117 21.8633 curveto
+ -22.0742 21.9531 -21.9766 22.2031 -21.8633 22.3125 curveto
+ -21.6758 22.5508 -21.8906 23.0352 -21.5625 23.3633 curveto
+ -21.5703 23.3359 -21.5078 23.4297 -21.4141 23.5117 curveto
+ -21.3555 23.6562 -21.1602 23.7383 -20.9609 23.8125 curveto
+ -20.9492 23.918 -20.9805 24.0547 -20.9609 24.1133 curveto
+ -20.7734 24.0234 -20.5664 24.043 -20.5117 23.9609 curveto
+ -20.5938 23.5547 -20.8125 23.2695 -20.9609 23.0625 curveto
+ -20.9492 22.8789 -21.0234 22.7734 -21.1133 22.6133 curveto
+ -21.2891 22.25 -21.2578 21.7812 -21.2617 21.2617 curveto
+ -21.2891 21.2969 -21.3398 21.2852 -21.4141 21.2617 curveto
+ -21.2812 20.8906 -21.1836 20.5273 -21.1133 20.2109 curveto
+ -20.9805 20.0078 -20.9023 19.8594 -20.8125 19.7617 curveto
+ -20.8594 19.5938 -20.8398 19.457 -20.9609 19.3125 curveto
+ -20.5703 18.8633 -20.7891 18.4258 -20.6641 17.8125 curveto
+ -20.5625 17.7422 -20.2812 17.4258 -20.3633 17.5117 curveto
+ -20.7734 17.5938 -20.793 17.6602 -20.8125 17.8125 curveto
+ -20.8438 17.8867 -20.8984 18.1133 -20.9609 18.2617 curveto
+ -20.9492 18.2422 -20.9766 18.5508 -20.9609 18.5625 curveto
+ -21.2422 18.9648 -21.0156 18.9375 -21.2617 19.3125 curveto
+ -21.4766 19.4375 -21.6367 19.6211 -21.8633 19.7617 curveto
+ -21.8555 19.8438 -21.6641 19.9648 -21.7109 20.0625 curveto
+ -21.875 20.2109 -22.0664 20.3398 -22.0117 20.5117 curveto
+ -21.9844 20.6992 -21.9648 20.875 -22.0117 20.9609 curveto
+ closepath
+fill
+
+
+% 193 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.6133 20.6641 moveto
+ -22.6133 20.6641 -22.6094 19.5859 -22.1641 19.3125 curveto
+ -21.8203 19.0547 -22.0156 19.1875 -22.6133 19.3125 curveto
+ -23.0742 19.5859 -22.9141 19.7617 -22.9141 19.7617 curveto
+ -22.9141 19.7617 -23.3359 19.6484 -22.9141 19.3125 curveto
+ -22.5469 18.9883 -21.9531 18.5938 -22.1641 18.5625 curveto
+ -22.4805 18.5938 -23.7344 19.2539 -23.6641 19.7617 curveto
+ -23.7344 20.1797 -23.9609 20.8125 -23.9609 20.8125 curveto
+ -23.9609 20.8125 -23.7148 20.9844 -22.9141 20.9609 curveto
+ -22.9141 20.9609 -22.6914 20.8555 -22.6133 20.6641 curveto
+ closepath
+fill
+gsave %{
+
+
+% 194 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.7617 17.6641 moveto
+ -22.7617 17.6641 -24.2148 18.0977 -27.2617 17.5117 curveto
+ -27.2617 17.5117 -25.7734 17.8789 -22.6133 17.5117 curveto
+ -20.9766 17.2969 -22.7617 17.6641 -22.7617 17.6641 curveto
+ closepath
+fill
+grestore %}
+
+
+% 195 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.7617 17.6641 moveto
+ -22.7617 17.6641 -24.2148 18.0977 -27.2617 17.5117 curveto
+ -27.2617 17.5117 -25.7734 17.8789 -22.6133 17.5117 curveto
+ -20.9766 17.2969 -22.7617 17.6641 -22.7617 17.6641 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 196 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.4609 17.6641 moveto
+ -22.4609 17.6641 -23.8242 18.2266 -26.9609 17.9609 curveto
+ -26.9609 17.9609 -25.3945 18.1484 -22.3125 17.5117 curveto
+ -20.668 17.1523 -22.4609 17.6641 -22.4609 17.6641 curveto
+ closepath
+fill
+grestore %}
+
+
+% 197 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.4609 17.6641 moveto
+ -22.4609 17.6641 -23.8242 18.2266 -26.9609 17.9609 curveto
+ -26.9609 17.9609 -25.3945 18.1484 -22.3125 17.5117 curveto
+ -20.668 17.1523 -22.4609 17.6641 -22.4609 17.6641 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 198 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.1641 17.6641 moveto
+ -22.1641 17.6641 -23.4805 18.3125 -26.5117 18.2617 curveto
+ -26.5117 18.2617 -25.0547 18.3477 -22.0117 17.5117 curveto
+ -20.4141 17.0039 -22.1641 17.6641 -22.1641 17.6641 curveto
+ closepath
+fill
+grestore %}
+
+
+% 199 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.1641 17.6641 moveto
+ -22.1641 17.6641 -23.4805 18.3125 -26.5117 18.2617 curveto
+ -26.5117 18.2617 -25.0547 18.3477 -22.0117 17.5117 curveto
+ -20.4141 17.0039 -22.1641 17.6641 -22.1641 17.6641 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 200 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.0117 17.6641 moveto
+ -22.0117 17.6641 -23.0859 18.3086 -25.9141 18.5625 curveto
+ -25.9141 18.5625 -24.4922 18.4609 -21.8633 17.5117 curveto
+ -20.4336 16.8984 -22.0117 17.6641 -22.0117 17.6641 curveto
+ closepath
+fill
+grestore %}
+
+
+% 201 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -22.0117 17.6641 moveto
+ -22.0117 17.6641 -23.0859 18.3086 -25.9141 18.5625 curveto
+ -25.9141 18.5625 -24.4922 18.4609 -21.8633 17.5117 curveto
+ -20.4336 16.8984 -22.0117 17.6641 -22.0117 17.6641 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 202 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.96094 15.8633 moveto
+ -2.96094 15.8633 -3.08984 15.7539 -3.11328 16.0117 curveto
+ -3.01953 16.1445 1.63672 18.3164 2.28906 18.2617 curveto
+ 2.28906 18.2617 -2.76172 16.0977 -2.96094 15.8633 curveto
+ closepath
+fill
+grestore %}
+
+
+% 203 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.96094 15.8633 moveto
+ -2.96094 15.8633 -3.08984 15.7539 -3.11328 16.0117 curveto
+ -3.01953 16.1445 1.63672 18.3164 2.28906 18.2617 curveto
+ 2.28906 18.2617 -2.76172 16.0977 -2.96094 15.8633 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 204 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -3.5625 15.7109 moveto
+ -3.5625 15.7109 -3.64062 15.6367 -3.5625 15.8633 curveto
+ -3.60156 16.0312 0.867188 18.5664 1.53906 18.5625 curveto
+ 1.53906 18.5625 -3.33984 16.0039 -3.5625 15.7109 curveto
+ closepath
+fill
+grestore %}
+
+
+% 205 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -3.5625 15.7109 moveto
+ -3.5625 15.7109 -3.64062 15.6367 -3.5625 15.8633 curveto
+ -3.60156 16.0312 0.867188 18.5664 1.53906 18.5625 curveto
+ 1.53906 18.5625 -3.33984 16.0039 -3.5625 15.7109 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 206 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.01172 15.5625 moveto
+ -4.01172 15.5625 -4.17578 15.4023 -4.16406 15.5625 curveto
+ -4.16016 15.7969 -0.890625 18.3555 0.789062 18.7109 curveto
+ 0.789062 18.7109 -2.24609 17.3242 -4.01172 15.5625 curveto
+ closepath
+fill
+grestore %}
+
+
+% 207 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.01172 15.5625 moveto
+ -4.01172 15.5625 -4.17578 15.4023 -4.16406 15.5625 curveto
+ -4.16016 15.7969 -0.890625 18.3555 0.789062 18.7109 curveto
+ 0.789062 18.7109 -2.24609 17.3242 -4.01172 15.5625 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 208 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.46094 15.2617 moveto
+ -4.46094 15.2617 -4.63672 15.1094 -4.61328 15.2617 curveto
+ -4.625 15.4648 -1.67969 17.7656 -0.261719 18.1133 curveto
+ -0.261719 18.1133 -2.90234 16.8359 -4.46094 15.2617 curveto
+ closepath
+fill
+grestore %}
+
+
+% 209 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.46094 15.2617 moveto
+ -4.46094 15.2617 -4.63672 15.1094 -4.61328 15.2617 curveto
+ -4.625 15.4648 -1.67969 17.7656 -0.261719 18.1133 curveto
+ -0.261719 18.1133 -2.90234 16.8359 -4.46094 15.2617 curveto
+ closepath
+stroke
+
+
+% 210 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.71094 -9.1875 moveto
+ -9.71094 -9.1875 -12.25 -8.79688 -9.41406 -8.58594 curveto
+ -9.41406 -8.58594 -6.50781 -8.20312 -5.8125 -7.38672 curveto
+ -5.8125 -7.38672 -3.60156 -5.82812 -3.11328 -5.73828 curveto
+ -2.67969 -5.69531 0.0273438 -5.10156 0.0390625 -4.6875 curveto
+ 0.160156 -4.30859 1.14844 -3.91406 1.38672 -4.08594 curveto
+ 1.67578 -4.17578 1.67578 -5.69531 1.23828 -5.88672 curveto
+ 0.753906 -5.96094 -2.34766 -7.14453 -3.41406 -7.38672 curveto
+ -4.46094 -7.54297 -6.375 -8.79688 -7.16406 -9.03906 curveto
+ -7.96094 -9.19141 -9.71094 -9.1875 -9.71094 -9.1875 curveto
+ closepath
+fill
+
+
+% 211 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 2.28906 -3.03906 moveto
+ 2.28906 -3.03906 1.80859 -3.28516 1.53906 -3.78906 curveto
+ 1.53906 -3.78906 0.554688 -5.46484 -1.76172 -6.03906 curveto
+ -1.76172 -6.03906 -5.58203 -7.47656 -6.86328 -7.83594 curveto
+ -6.86328 -7.83594 -9.08203 -8.63281 -10.3125 -8.4375 curveto
+ -10.3125 -8.4375 -11.457 -8.53125 -10.4609 -8.73828 curveto
+ -10.4609 -8.73828 -7.10156 -8.46484 -6.5625 -8.13672 curveto
+ -6.5625 -8.13672 -3.96484 -7.3125 -3.41406 -6.9375 curveto
+ -2.97656 -6.45312 0.0273438 -5.62891 0.335938 -5.28906 curveto
+ 0.753906 -4.96875 2.37109 -3.58203 2.28906 -3.03906 curveto
+ closepath
+fill
+
+
+% 212 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.3125 -8.28906 moveto
+ -7.3125 -8.28906 -6.52344 -8.18359 -6.71094 -8.4375 curveto
+ -6.90234 -8.69531 -7.3125 -8.58594 -7.3125 -8.58594 curveto
+ -7.3125 -8.28906 lineto
+ closepath
+fill
+
+
+% 213 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.51172 -8.4375 moveto
+ -8.51172 -8.4375 -7.71094 -8.40625 -7.91406 -8.58594 curveto
+ -8.08984 -8.91797 -8.51172 -8.73828 -8.51172 -8.73828 curveto
+ -8.51172 -8.4375 lineto
+ closepath
+fill
+
+
+% 214 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.3125 -8.58594 moveto
+ -10.3125 -8.58594 -9.42969 -8.61328 -9.5625 -8.88672 curveto
+ -9.8125 -9.125 -10.1641 -9.03906 -10.1641 -9.03906 curveto
+ -10.3125 -8.58594 lineto
+ closepath
+fill
+
+
+% 215 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.5117 -8.73828 moveto
+ -11.5117 -8.73828 -10.6914 -8.70312 -10.9141 -8.88672 curveto
+ -11.0703 -9.21484 -11.5117 -9.03906 -11.5117 -9.03906 curveto
+ -11.5117 -8.73828 lineto
+ closepath
+fill
+
+
+% 216 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.61328 -6.9375 moveto
+ -4.61328 -6.9375 -3.50781 -6.94922 -3.71094 -7.23828 curveto
+ -4.01562 -7.62891 -4.61328 -7.38672 -4.61328 -7.38672 curveto
+ -4.61328 -6.9375 lineto
+ closepath
+fill
+
+
+% 217 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.96094 -6.33594 moveto
+ -2.96094 -6.33594 -1.97266 -5.72656 -2.0625 -6.48828 curveto
+ -2.10547 -6.98047 -2.8125 -6.63672 -2.8125 -6.63672 curveto
+ -2.96094 -6.33594 lineto
+ closepath
+fill
+
+
+% 218 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -1.46094 -5.73828 moveto
+ -1.46094 -5.73828 -0.265625 -5.19531 -0.5625 -6.03906 curveto
+ -0.679688 -6.5 -1.3125 -6.1875 -1.3125 -6.1875 curveto
+ -1.46094 -5.73828 lineto
+ closepath
+fill
+
+
+% 219 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 0.1875 -4.98828 moveto
+ 0.1875 -4.98828 0.839844 -4.20312 1.08594 -5.28906 curveto
+ 1.08203 -5.71875 0.1875 -5.4375 0.1875 -5.4375 curveto
+ 0.1875 -4.98828 lineto
+ closepath
+fill
+
+
+% 220 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -6.11328 -7.6875 moveto
+ -6.11328 -7.6875 -5.21094 -7.70312 -5.36328 -7.98828 curveto
+ -5.58984 -8.21484 -5.96094 -8.13672 -5.96094 -8.13672 curveto
+ -6.11328 -7.6875 lineto
+ closepath
+fill
+gsave %{
+
+
+% 221 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -0.261719 12.2617 moveto
+ -0.261719 12.2617 -0.316406 12.1797 -0.261719 12.4141 curveto
+ -0.316406 12.5352 2.56641 14.7227 4.08594 14.9609 curveto
+ 4.08594 14.9609 1.37109 13.8398 -0.261719 12.2617 curveto
+ closepath
+fill
+grestore %}
+
+
+% 222 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -0.261719 12.2617 moveto
+ -0.261719 12.2617 -0.316406 12.1797 -0.261719 12.4141 curveto
+ -0.316406 12.5352 2.56641 14.7227 4.08594 14.9609 curveto
+ 4.08594 14.9609 1.37109 13.8398 -0.261719 12.2617 curveto
+ closepath
+stroke
+
+
+% 223 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 0.335938 1.76172 moveto
+ 0.335938 1.76172 3.92188 -1.93359 5.4375 -2.58594 curveto
+ 5.4375 -2.58594 6.95703 -4.375 6.33594 -8.73828 curveto
+ 6.33594 -8.73828 5.76953 -9.91797 5.28906 -6.48828 curveto
+ 5.28906 -6.48828 5.76953 -2.32812 3.9375 -4.98828 curveto
+ 3.9375 -4.98828 2.53516 -3.33594 3.63672 -3.33594 curveto
+ 3.63672 -3.33594 4.12109 -3.71484 4.23828 -3.48828 curveto
+ 4.25 -3.1875 2.92969 -0.941406 0.0390625 1.46094 curveto
+ -2.74609 3.80859 0.335938 1.76172 0.335938 1.76172 curveto
+ closepath
+fill
+gsave %{
+
+
+% 224 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.41406 -4.6875 moveto
+ -9.41406 -4.6875 -9.37891 -4.33984 -9.11328 -4.53906 curveto
+ -8.78516 -4.60547 6.75781 -5.62891 12.0391 -9.63672 curveto
+ 12.0391 -9.63672 4.51562 -5.76172 -9.41406 -4.6875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 225 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -9.41406 -4.6875 moveto
+ -9.41406 -4.6875 -9.37891 -4.33984 -9.11328 -4.53906 curveto
+ -8.78516 -4.60547 6.75781 -5.62891 12.0391 -9.63672 curveto
+ 12.0391 -9.63672 4.51562 -5.76172 -9.41406 -4.6875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 226 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.61328 -3.9375 moveto
+ -7.61328 -3.9375 -7.66016 -3.61719 -7.3125 -3.78906 curveto
+ -7.06641 -3.87891 15.4727 -3.71484 19.3867 -9.03906 curveto
+ 19.3867 -9.03906 15.7344 -4.90234 -7.61328 -3.9375 curveto
+ closepath
+fill
+grestore %}
+
+
+% 227 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.61328 -3.9375 moveto
+ -7.61328 -3.9375 -7.66016 -3.61719 -7.3125 -3.78906 curveto
+ -7.06641 -3.87891 15.4727 -3.71484 19.3867 -9.03906 curveto
+ 19.3867 -9.03906 15.7344 -4.90234 -7.61328 -3.9375 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 228 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.66406 -3.1875 moveto
+ -5.66406 -3.1875 -5.75 -2.95312 -5.51172 -3.03906 curveto
+ -5.15234 -3.21875 23.457 -1.07422 27.3359 -6.48828 curveto
+ 27.3359 -6.48828 25.7656 -2.19531 -5.66406 -3.1875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 229 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.66406 -3.1875 moveto
+ -5.66406 -3.1875 -5.75 -2.95312 -5.51172 -3.03906 curveto
+ -5.15234 -3.21875 23.457 -1.07422 27.3359 -6.48828 curveto
+ 27.3359 -6.48828 25.7656 -2.19531 -5.66406 -3.1875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 230 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.01172 -2.4375 moveto
+ -4.01172 -2.4375 -4.09766 -2.16406 -3.86328 -2.28906 curveto
+ -3.50391 -2.42578 16.6602 3.94141 20.5859 -1.38672 curveto
+ 20.5859 -1.38672 18.3438 2.65234 -4.01172 -2.4375 curveto
+ closepath
+fill
+grestore %}
+
+
+% 231 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.01172 -2.4375 moveto
+ -4.01172 -2.4375 -4.09766 -2.16406 -3.86328 -2.28906 curveto
+ -3.50391 -2.42578 16.6602 3.94141 20.5859 -1.38672 curveto
+ 20.5859 -1.38672 18.3438 2.65234 -4.01172 -2.4375 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 232 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.6133 -6.1875 moveto
+ -13.6133 -6.1875 -13.668 -5.92578 -13.3125 -6.03906 curveto
+ -13.0742 -6.19141 -10.1367 -6.55078 -9.86328 -12.9375 curveto
+ -9.86328 -12.9375 -10.9961 -6.02344 -13.6133 -6.1875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 233 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.6133 -6.1875 moveto
+ -13.6133 -6.1875 -13.668 -5.92578 -13.3125 -6.03906 curveto
+ -13.0742 -6.19141 -10.1367 -6.55078 -9.86328 -12.9375 curveto
+ -9.86328 -12.9375 -10.9961 -6.02344 -13.6133 -6.1875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 234 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.1133 -6.48828 moveto
+ -15.1133 -6.48828 -15.1211 -6.19141 -14.8125 -6.33594 curveto
+ -14.5273 -6.45312 -12.1836 -5.69531 -12.7109 -12.0391 curveto
+ -12.7109 -12.0391 -12.4453 -6.28906 -15.1133 -6.48828 curveto
+ closepath
+fill
+grestore %}
+
+
+% 235 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.1133 -6.48828 moveto
+ -15.1133 -6.48828 -15.1211 -6.19141 -14.8125 -6.33594 curveto
+ -14.5273 -6.45312 -12.1836 -5.69531 -12.7109 -12.0391 curveto
+ -12.7109 -12.0391 -12.4453 -6.28906 -15.1133 -6.48828 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 236 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.4609 -6.48828 moveto
+ -16.4609 -6.48828 -16.4414 -6.25391 -16.1641 -6.33594 curveto
+ -15.8477 -6.51953 -13.3047 -6.61719 -15.4141 -10.3867 curveto
+ -15.4141 -10.3867 -13.7656 -6.35547 -16.4609 -6.48828 curveto
+ closepath
+fill
+grestore %}
+
+
+% 237 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.4609 -6.48828 moveto
+ -16.4609 -6.48828 -16.4414 -6.25391 -16.1641 -6.33594 curveto
+ -15.8477 -6.51953 -13.3047 -6.61719 -15.4141 -10.3867 curveto
+ -15.4141 -10.3867 -13.7656 -6.35547 -16.4609 -6.48828 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 238 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.66406 0.710938 moveto
+ -8.66406 0.710938 -8.67188 0.433594 -8.36328 0.5625 curveto
+ -5.76562 2.71875 -0.410156 12.4375 8.73828 13.3125 curveto
+ 8.73828 13.3125 2.45312 15.3633 -8.66406 0.710938 curveto
+ closepath
+fill
+grestore %}
+
+
+% 239 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.66406 0.710938 moveto
+ -8.66406 0.710938 -8.67188 0.433594 -8.36328 0.5625 curveto
+ -5.76562 2.71875 -0.410156 12.4375 8.73828 13.3125 curveto
+ 8.73828 13.3125 2.45312 15.3633 -8.66406 0.710938 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 240 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -6.71094 1.01172 moveto
+ -6.71094 1.01172 -6.97656 1.25781 -6.71094 1.3125 curveto
+ -6.35938 1.46484 12.1953 13.4258 18.6367 12.1133 curveto
+ 18.6367 12.1133 14.2031 13.3516 -6.71094 1.01172 curveto
+ closepath
+fill
+grestore %}
+
+
+% 241 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -6.71094 1.01172 moveto
+ -6.71094 1.01172 -6.97656 1.25781 -6.71094 1.3125 curveto
+ -6.35938 1.46484 12.1953 13.4258 18.6367 12.1133 curveto
+ 18.6367 12.1133 14.2031 13.3516 -6.71094 1.01172 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 242 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.1641 0.113281 moveto
+ -10.1641 0.113281 -10.2734 -0.210938 -10.0117 -0.0390625 curveto
+ -8.50781 0.796875 -7.91406 10.2344 -0.710938 10.4609 curveto
+ -0.710938 10.4609 -6.07031 12.8711 -10.1641 0.113281 curveto
+ closepath
+fill
+grestore %}
+
+
+% 243 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.1641 0.113281 moveto
+ -10.1641 0.113281 -10.2734 -0.210938 -10.0117 -0.0390625 curveto
+ -8.50781 0.796875 -7.91406 10.2344 -0.710938 10.4609 curveto
+ -0.710938 10.4609 -6.07031 12.8711 -10.1641 0.113281 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 244 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.4609 -1.83594 moveto
+ -13.4609 -1.83594 -13.6523 -1.97656 -13.3125 -1.98828 curveto
+ -11.6406 -1.71484 -8.10938 5.09375 -0.710938 4.3125 curveto
+ -0.710938 4.3125 -6.05078 6.62109 -13.4609 -1.83594 curveto
+ closepath
+fill
+grestore %}
+
+
+% 245 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -13.4609 -1.83594 moveto
+ -13.4609 -1.83594 -13.6523 -1.97656 -13.3125 -1.98828 curveto
+ -11.6406 -1.71484 -8.10938 5.09375 -0.710938 4.3125 curveto
+ -0.710938 4.3125 -6.05078 6.62109 -13.4609 -1.83594 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 246 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.6641 -0.789062 moveto
+ -11.6641 -0.789062 -11.7539 -0.996094 -11.5117 -0.9375 curveto
+ -9.83203 -0.355469 -7.67188 7.00781 -0.261719 7.61328 curveto
+ -0.261719 7.61328 -5.94531 8.90234 -11.6641 -0.789062 curveto
+ closepath
+fill
+grestore %}
+
+
+% 247 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.6641 -0.789062 moveto
+ -11.6641 -0.789062 -11.7539 -0.996094 -11.5117 -0.9375 curveto
+ -9.83203 -0.355469 -7.67188 7.00781 -0.261719 7.61328 curveto
+ -0.261719 7.61328 -5.94531 8.90234 -11.6641 -0.789062 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 248 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.6641 -2.58594 moveto
+ -14.6641 -2.58594 -14.7812 -2.78516 -14.5117 -2.73828 curveto
+ -13.1523 -2.57031 -10.2891 2.94531 -4.3125 2.21094 curveto
+ -4.3125 2.21094 -8.625 4.18359 -14.6641 -2.58594 curveto
+ closepath
+fill
+grestore %}
+
+
+% 249 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.6641 -2.58594 moveto
+ -14.6641 -2.58594 -14.7812 -2.78516 -14.5117 -2.73828 curveto
+ -13.1523 -2.57031 -10.2891 2.94531 -4.3125 2.21094 curveto
+ -4.3125 2.21094 -8.625 4.18359 -14.6641 -2.58594 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 250 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.8633 -3.63672 moveto
+ -15.8633 -3.63672 -16.0586 -3.75781 -15.8633 -3.78906 curveto
+ -15.1094 -3.6875 -10.0508 1.76953 -7.01172 -0.789062 curveto
+ -7.01172 -0.789062 -8.98828 2.30078 -15.8633 -3.63672 curveto
+ closepath
+fill
+grestore %}
+
+
+% 251 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.8633 -3.63672 moveto
+ -15.8633 -3.63672 -16.0586 -3.75781 -15.8633 -3.78906 curveto
+ -15.1094 -3.6875 -10.0508 1.76953 -7.01172 -0.789062 curveto
+ -7.01172 -0.789062 -8.98828 2.30078 -15.8633 -3.63672 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 252 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.46094 1.61328 moveto
+ -4.46094 1.61328 -4.61719 1.90625 -4.3125 1.91406 curveto
+ -3.98047 2.03125 15.9375 11.5547 22.2383 9.41406 curveto
+ 22.2383 9.41406 17.9219 11.2266 -4.46094 1.61328 curveto
+ closepath
+fill
+grestore %}
+
+
+% 253 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.46094 1.61328 moveto
+ -4.46094 1.61328 -4.61719 1.90625 -4.3125 1.91406 curveto
+ -3.98047 2.03125 15.9375 11.5547 22.2383 9.41406 curveto
+ 22.2383 9.41406 17.9219 11.2266 -4.46094 1.61328 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 254 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.0117 -8.88672 moveto
+ -10.0117 -8.88672 -9.97266 -8.63281 -9.71094 -8.73828 curveto
+ -9.37891 -8.89453 -6.83594 -8.99609 -8.8125 -12.6367 curveto
+ -8.8125 -12.6367 -7.29688 -8.73047 -10.0117 -8.88672 curveto
+ closepath
+fill
+grestore %}
+
+
+% 255 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.0117 -8.88672 moveto
+ -10.0117 -8.88672 -9.97266 -8.63281 -9.71094 -8.73828 curveto
+ -9.37891 -8.89453 -6.83594 -8.99609 -8.8125 -12.6367 curveto
+ -8.8125 -12.6367 -7.29688 -8.73047 -10.0117 -8.88672 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 256 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.21094 -8.73828 moveto
+ -8.21094 -8.73828 -8.25391 -8.36719 -7.91406 -8.4375 curveto
+ -7.66016 -8.63281 -4.72656 -8.99609 -4.46094 -15.3359 curveto
+ -4.46094 -15.3359 -5.58203 -8.46484 -8.21094 -8.73828 curveto
+ closepath
+fill
+grestore %}
+
+
+% 257 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.21094 -8.73828 moveto
+ -8.21094 -8.73828 -8.25391 -8.36719 -7.91406 -8.4375 curveto
+ -7.66016 -8.63281 -4.72656 -8.99609 -4.46094 -15.3359 curveto
+ -4.46094 -15.3359 -5.58203 -8.46484 -8.21094 -8.73828 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 258 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.16406 -8.4375 moveto
+ -7.16406 -8.4375 -7.13281 -8.10547 -6.86328 -8.28906 curveto
+ -6.53906 -8.36719 -2.48047 -8.92969 1.38672 -14.2891 curveto
+ 1.38672 -14.2891 -4.46094 -8.20312 -7.16406 -8.4375 curveto
+ closepath
+fill
+grestore %}
+
+
+% 259 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.16406 -8.4375 moveto
+ -7.16406 -8.4375 -7.13281 -8.10547 -6.86328 -8.28906 curveto
+ -6.53906 -8.36719 -2.48047 -8.92969 1.38672 -14.2891 curveto
+ 1.38672 -14.2891 -4.46094 -8.20312 -7.16406 -8.4375 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 260 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.8125 -8.13672 moveto
+ -5.8125 -8.13672 -5.91406 -7.77734 -5.66406 -7.83594 curveto
+ -5.28906 -7.95703 -1.91797 -7.64453 4.38672 -13.2383 curveto
+ 4.38672 -13.2383 -3.25391 -7.51953 -5.8125 -8.13672 curveto
+ closepath
+fill
+grestore %}
+
+
+% 261 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.8125 -8.13672 moveto
+ -5.8125 -8.13672 -5.91406 -7.77734 -5.66406 -7.83594 curveto
+ -5.28906 -7.95703 -1.91797 -7.64453 4.38672 -13.2383 curveto
+ 4.38672 -13.2383 -3.25391 -7.51953 -5.8125 -8.13672 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 262 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.16406 -7.38672 moveto
+ -4.16406 -7.38672 -4.19922 -7.05078 -3.86328 -7.08594 curveto
+ -3.57422 -7.23438 2.17188 -7.97656 10.6875 -13.6875 curveto
+ 10.6875 -13.6875 -1.53516 -6.79297 -4.16406 -7.38672 curveto
+ closepath
+fill
+grestore %}
+
+
+% 263 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.16406 -7.38672 moveto
+ -4.16406 -7.38672 -4.19922 -7.05078 -3.86328 -7.08594 curveto
+ -3.57422 -7.23438 2.17188 -7.97656 10.6875 -13.6875 curveto
+ 10.6875 -13.6875 -1.53516 -6.79297 -4.16406 -7.38672 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 264 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.7617 -5.4375 moveto
+ -10.7617 -5.4375 -10.8281 -5.13281 -10.4609 -5.28906 curveto
+ -10.2344 -5.39844 -1.42578 -5.82812 3.63672 -10.2383 curveto
+ 3.63672 -10.2383 -2.16797 -6.16016 -10.7617 -5.4375 curveto
+ closepath
+fill
+grestore %}
+
+
+% 265 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -10.7617 -5.4375 moveto
+ -10.7617 -5.4375 -10.8281 -5.13281 -10.4609 -5.28906 curveto
+ -10.2344 -5.39844 -1.42578 -5.82812 3.63672 -10.2383 curveto
+ 3.63672 -10.2383 -2.16797 -6.16016 -10.7617 -5.4375 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 266 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.4141 -6.03906 moveto
+ -12.4141 -6.03906 -12.4805 -5.79297 -12.1133 -5.88672 curveto
+ -11.8867 -6.05859 -7.82812 -6.61719 -3.86328 -12.0391 curveto
+ -3.86328 -12.0391 -9.80859 -5.89062 -12.4141 -6.03906 curveto
+ closepath
+fill
+grestore %}
+
+
+% 267 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.4141 -6.03906 moveto
+ -12.4141 -6.03906 -12.4805 -5.79297 -12.1133 -5.88672 curveto
+ -11.8867 -6.05859 -7.82812 -6.61719 -3.86328 -12.0391 curveto
+ -3.86328 -12.0391 -9.80859 -5.89062 -12.4141 -6.03906 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 268 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.36328 -6.63672 moveto
+ -2.36328 -6.63672 -2.42578 -6.29688 -2.0625 -6.33594 curveto
+ -1.78906 -6.42969 3.99609 -6.75 12.9375 -11.8867 curveto
+ 12.9375 -11.8867 0.113281 -6.20703 -2.36328 -6.63672 curveto
+ closepath
+fill
+grestore %}
+
+
+% 269 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.36328 -6.63672 moveto
+ -2.36328 -6.63672 -2.42578 -6.29688 -2.0625 -6.33594 curveto
+ -1.78906 -6.42969 3.99609 -6.75 12.9375 -11.8867 curveto
+ 12.9375 -11.8867 0.113281 -6.20703 -2.36328 -6.63672 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 270 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -1.01172 -6.1875 moveto
+ -1.01172 -6.1875 -1.03906 -5.89844 -0.710938 -6.03906 curveto
+ -0.402344 -6.03516 5.38281 -6.35547 14.2891 -11.4375 curveto
+ 14.2891 -11.4375 1.59766 -5.74609 -1.01172 -6.1875 curveto
+ closepath
+fill
+grestore %}
+
+
+% 271 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -1.01172 -6.1875 moveto
+ -1.01172 -6.1875 -1.03906 -5.89844 -0.710938 -6.03906 curveto
+ -0.402344 -6.03516 5.38281 -6.35547 14.2891 -11.4375 curveto
+ 14.2891 -11.4375 1.59766 -5.74609 -1.01172 -6.1875 curveto
+ closepath
+stroke
+gsave %{
+
+
+% 272 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 0.636719 -5.28906 moveto
+ 0.636719 -5.28906 0.546875 -5.07422 0.9375 -5.13672 curveto
+ 1.17969 -5.21094 8.28516 -5.92578 23.1367 -11.5859 curveto
+ 23.1367 -11.5859 3.17969 -4.91797 0.636719 -5.28906 curveto
+ closepath
+fill
+grestore %}
+
+
+% 273 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ 0.636719 -5.28906 moveto
+ 0.636719 -5.28906 0.546875 -5.07422 0.9375 -5.13672 curveto
+ 1.17969 -5.21094 8.28516 -5.92578 23.1367 -11.5859 curveto
+ 23.1367 -11.5859 3.17969 -4.91797 0.636719 -5.28906 curveto
+ closepath
+stroke
+
+
+% 274 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -17.6641 -6.48828 moveto
+ -17.6641 -6.48828 -16.8711 -6.42188 -17.0625 -6.63672 curveto
+ -17.2656 -6.94922 -17.6641 -6.78906 -17.6641 -6.78906 curveto
+ -17.6641 -6.48828 lineto
+ closepath
+fill
+
+
+% 275 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.7109 -8.73828 moveto
+ -12.7109 -8.73828 -11.7852 -8.73047 -11.9609 -9.03906 curveto
+ -12.1836 -9.25781 -12.5625 -9.1875 -12.5625 -9.1875 curveto
+ -12.7109 -8.73828 lineto
+ closepath
+fill
+
+
+% 276 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -14.0625 -8.73828 moveto
+ -14.0625 -8.73828 -13.2383 -8.66406 -13.4609 -8.88672 curveto
+ -13.6328 -9.19141 -14.0625 -9.03906 -14.0625 -9.03906 curveto
+ -14.0625 -8.73828 lineto
+ closepath
+fill
+
+
+% 277 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -29.8125 -6.78906 moveto
+ -29.8125 -6.78906 -29.0 -7.0 -29.2109 -7.23828 curveto
+ -29.5469 -7.36719 -29.8125 -7.08594 -29.8125 -7.08594 curveto
+ -29.8125 -6.78906 lineto
+ closepath
+fill
+
+
+% 278 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -29.5117 -5.13672 moveto
+ -29.5117 -5.13672 -28.668 -5.41406 -28.9141 -5.58594 curveto
+ -29.2188 -5.78516 -29.5117 -5.58594 -29.5117 -5.58594 curveto
+ -29.5117 -5.13672 lineto
+ closepath
+fill
+
+
+% 279 pathnumber
+% filledpath
+ 0 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -30.7109 -4.53906 moveto
+ -30.7109 -4.53906 -29.8594 -4.6875 -30.1133 -4.83594 curveto
+ -30.4062 -5.05859 -30.7109 -4.83594 -30.7109 -4.83594 curveto
+ -30.7109 -4.53906 lineto
+ closepath
+fill
+
+
+% 280 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -17.5117 -16.8359 moveto
+ -17.5117 -16.8359 -17.793 -16.8477 -18.4141 -17.1367 curveto
+ -18.7812 -17.1797 -20.6289 -17.7734 -21.5625 -19.3867 curveto
+ -21.5625 -19.3867 -19.5078 -17.8398 -17.5117 -16.8359 curveto
+ closepath
+fill
+
+
+% 281 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -3.11328 -32.1367 moveto
+ -3.03125 -32.1758 -3.02344 -32.2461 -2.96094 -32.2891 curveto
+ -2.86719 -32.2578 -2.66406 -32.3047 -2.66406 -32.1367 curveto
+ -2.82422 -31.4922 -2.96875 -30.6758 -3.71094 -30.3359 curveto
+ -3.75391 -30.332 -3.99219 -30.3984 -4.01172 -30.4883 curveto
+ -4.02734 -30.7969 -4.04688 -31.0195 -4.01172 -31.2383 curveto
+ -3.94531 -31.4961 -3.58984 -31.4961 -3.41406 -31.2383 curveto
+ -3.28516 -31.5469 -3.21094 -31.8477 -3.11328 -32.1367 curveto
+ closepath
+fill
+
+
+% 282 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -4.91406 -32.8867 moveto
+ -4.76172 -33.1484 -4.78125 -33.457 -4.61328 -33.4883 curveto
+ -4.42578 -33.5977 -4.12109 -33.4375 -4.16406 -33.1875 curveto
+ -4.32031 -32.918 -4.38672 -32.5508 -4.61328 -32.2891 curveto
+ -4.64844 -32.207 -4.60938 -32.1211 -4.61328 -32.1367 curveto
+ -4.73438 -31.8633 -4.92188 -31.7422 -5.21094 -31.8359 curveto
+ -5.33984 -32.1602 -5.14844 -32.5117 -4.91406 -32.7383 curveto
+ -4.875 -32.8203 -4.90234 -32.8828 -4.91406 -32.8867 curveto
+ closepath
+fill
+
+
+% 283 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.3633 -31.9883 moveto
+ -11.4336 -31.9961 -11.4414 -31.9219 -11.3633 -31.8359 curveto
+ -11.3281 -31.6953 -11.1953 -31.5117 -11.2109 -31.3867 curveto
+ -11.3086 -31.168 -11.4922 -31.1992 -11.6641 -31.2383 curveto
+ -11.7891 -31.457 -11.7969 -31.7578 -11.9609 -31.9883 curveto
+ -11.9414 -32.0469 -11.9336 -32.1406 -11.9609 -32.1367 curveto
+ -12.0859 -32.2773 -12.1562 -32.5273 -12.1133 -32.5859 curveto
+ -12.1328 -32.6719 -12.1641 -34.3086 -12.1133 -34.2383 curveto
+ -12.0234 -34.1445 -11.5234 -32.5391 -11.5117 -32.4375 curveto
+ -11.5 -32.2695 -11.3789 -32.1914 -11.3633 -31.9883 curveto
+ closepath
+fill
+
+
+% 284 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.7109 -30.9375 moveto
+ -15.2148 -30.5273 -14.7539 -30.0391 -14.8125 -29.4375 curveto
+ -14.8438 -29.2656 -15.1367 -29.3516 -15.1133 -29.4375 curveto
+ -15.3008 -30.0898 -15.6367 -30.5273 -16.0117 -30.9375 curveto
+ -16.4258 -31.2578 -16.7305 -32.3086 -16.7617 -32.4375 curveto
+ -16.1602 -31.5234 -15.7891 -31.0703 -15.7109 -30.9375 curveto
+ closepath
+fill
+
+
+% 285 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -17.9609 -29.8867 moveto
+ -17.8008 -29.8945 -17.8516 -29.8125 -17.8125 -29.7383 curveto
+ -17.6602 -29.5156 -17.4453 -29.3125 -17.5117 -28.9883 curveto
+ -17.4414 -28.9805 -17.5039 -28.9297 -17.5117 -28.9883 curveto
+ -17.6055 -28.9961 -17.6602 -29.0156 -17.6641 -28.9883 curveto
+ -18.0117 -29.4414 -18.2422 -29.8828 -18.4141 -30.3359 curveto
+ -18.5117 -30.4062 -18.6992 -31.1484 -18.7109 -31.2383 curveto
+ -18.6094 -31.1797 -18.3281 -30.4883 -18.2617 -30.4883 curveto
+ -18.082 -30.3555 -18.082 -30.0898 -17.9609 -29.8867 curveto
+ closepath
+fill
+
+
+% 286 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.1133 -33.1875 moveto
+ -15.0547 -33.0352 -14.793 -32.8398 -14.8125 -32.7383 curveto
+ -14.832 -32.5391 -14.7539 -32.3008 -14.9609 -32.4375 curveto
+ -15.1133 -32.5703 -15.6836 -32.793 -15.7109 -33.7891 curveto
+ -15.7305 -33.8438 -15.2422 -33.4023 -15.1133 -33.1875 curveto
+ closepath
+fill
+
+
+% 287 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.7109 -30.3359 moveto
+ -12.6797 -30.2344 -12.5625 -30.3125 -12.4141 -30.3359 curveto
+ -12.3789 -30.207 -12.2773 -30.1172 -12.2617 -30.0391 curveto
+ -12.0703 -29.6562 -11.7773 -29.3555 -11.8125 -28.9883 curveto
+ -12.0 -28.7266 -12.1133 -29.0625 -12.2617 -29.2891 curveto
+ -12.4336 -28.9531 -12.5977 -29.2617 -12.8633 -29.2891 curveto
+ -12.8242 -29.3516 -12.8594 -29.293 -12.8633 -29.2891 curveto
+ -13.0664 -29.3711 -13.1797 -29.5508 -13.3125 -29.7383 curveto
+ -13.3711 -29.6992 -13.4375 -29.6719 -13.4609 -29.7383 curveto
+ -13.5703 -29.793 -13.7305 -29.8477 -13.7617 -29.8867 curveto
+ -13.9609 -30.4062 -14.4766 -30.75 -14.8125 -31.9883 curveto
+ -14.7266 -32.1445 -14.0469 -30.8984 -13.9141 -30.7891 curveto
+ -13.8281 -30.5859 -13.8086 -31.0586 -13.6133 -30.9375 curveto
+ -13.5898 -30.9453 -13.5586 -30.9844 -13.4609 -30.9375 curveto
+ -13.5039 -30.9609 -13.4688 -30.9219 -13.4609 -30.9375 curveto
+ -13.4023 -30.8711 -13.4258 -30.7812 -13.4609 -30.7891 curveto
+ -13.1875 -30.5938 -13.2031 -30.418 -13.0117 -30.1875 curveto
+ -13.0 -30.3438 -12.8242 -30.2266 -12.7109 -30.3359 curveto
+ closepath
+fill
+
+
+% 288 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -2.8125 -39.3359 moveto
+ -2.8125 -39.3359 -1.65625 -35.9531 -2.36328 -34.0859 curveto
+ -2.36328 -34.0859 -0.5 -37.6719 -1.3125 -39.4883 curveto
+ -1.3125 -39.4883 -1.32812 -37.8047 -1.91406 -36.9375 curveto
+ -1.91406 -36.9375 -2.64453 -39.0898 -2.8125 -39.3359 curveto
+ closepath
+fill
+
+
+% 289 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -5.36328 -38.8867 moveto
+ -5.36328 -38.8867 -4.42969 -37.4414 -5.8125 -34.3867 curveto
+ -5.8125 -34.3867 -5.87891 -37.7695 -7.01172 -39.6367 curveto
+ -7.01172 -39.6367 -4.66016 -36.2539 -5.36328 -38.8867 curveto
+ closepath
+fill
+
+
+% 290 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.01172 -38.5859 moveto
+ -7.01172 -38.5859 -7.0 -35.2617 -6.86328 -34.8359 curveto
+ -6.86328 -34.8359 -7.5625 -37.5078 -9.26172 -39.0391 curveto
+ -9.26172 -39.0391 -6.87109 -37.1094 -7.01172 -38.5859 curveto
+ closepath
+fill
+
+
+% 291 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -8.51172 -33.3359 moveto
+ -8.51172 -33.3359 -7.5625 -35.5273 -9.26172 -38.5859 curveto
+ -9.26172 -38.5859 -8.15625 -36.5469 -8.96094 -35.4375 curveto
+ -8.96094 -35.4375 -8.51953 -34.832 -8.51172 -33.3359 curveto
+ closepath
+fill
+
+
+% 292 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -11.6641 -38.4375 moveto
+ -11.6641 -38.4375 -11.8867 -35.9219 -11.6641 -35.5859 curveto
+ -11.6641 -35.5859 -11.5547 -34.5039 -11.6641 -34.3867 curveto
+ -11.6641 -34.3867 -10.9609 -33.3164 -10.9141 -34.5391 curveto
+ -10.9141 -34.5391 -10.6992 -35.8242 -10.1641 -36.6367 curveto
+ -10.1641 -36.6367 -9.64062 -37.4727 -9.71094 -38.5859 curveto
+ -9.71094 -38.5859 -11.3242 -33.5469 -11.6641 -38.4375 curveto
+ closepath
+fill
+
+
+% 293 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -12.2617 -33.9375 moveto
+ -12.2617 -33.9375 -13.4023 -35.7227 -13.7617 -38.8867 curveto
+ -13.7617 -38.8867 -13.9336 -37.8359 -13.3125 -35.4375 curveto
+ -13.3125 -35.4375 -12.6133 -32.918 -12.2617 -33.9375 curveto
+ closepath
+fill
+
+
+% 294 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -15.8633 -37.2383 moveto
+ -15.8633 -37.2383 -15.0859 -36.3164 -14.8125 -35.4375 curveto
+ -14.8125 -35.4375 -14.2617 -32.8867 -15.2617 -34.2383 curveto
+ -15.2617 -34.2383 -15.2852 -35.625 -16.6133 -36.7891 curveto
+ -16.6133 -36.7891 -15.8477 -36.4492 -15.8633 -37.2383 curveto
+ closepath
+fill
+
+
+% 295 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.9141 -36.3359 moveto
+ -16.9141 -36.3359 -16.3086 -33.5117 -16.1641 -33.3359 curveto
+ -16.1641 -33.3359 -15.8789 -32.8203 -16.3125 -33.3359 curveto
+ -16.3125 -33.3359 -17.793 -36.5156 -18.4141 -37.5391 curveto
+ -18.4141 -37.5391 -17.1328 -36.0898 -16.9141 -36.3359 curveto
+ closepath
+fill
+
+
+% 296 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -17.8125 -33.6367 moveto
+ -17.8125 -33.6367 -15.9102 -29.9492 -19.4609 -34.2383 curveto
+ -19.4609 -34.2383 -17.6953 -32.5898 -17.8125 -33.6367 curveto
+ closepath
+fill
+
+
+% 297 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ -20.3633 -31.2383 moveto
+ -20.3633 -31.2383 -19.5742 -28.1328 -19.1641 -28.2383 curveto
+ -19.1641 -28.2383 -17.793 -26.6836 -18.8633 -28.3867 curveto
+ -18.8633 -28.3867 -19.8711 -30.0156 -19.7617 -31.6875 curveto
+ -19.7617 -31.6875 -19.8711 -30.0469 -20.3633 -31.2383 curveto
+ closepath
+fill
+
+
+% 298 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 34.0859 -29.2891 moveto
+ 34.0859 -29.2891 32.1523 -27.7031 31.6875 -27.1875 curveto
+ 31.6875 -27.1875 33.9688 -30.1797 33.9375 -31.3867 curveto
+ 33.9375 -31.3867 34.3789 -30.0977 34.0859 -29.2891 curveto
+ closepath
+fill
+
+
+% 299 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 34.9883 -25.6875 moveto
+ 34.9883 -25.6875 31.5742 -23.25 30.9375 -22.0859 curveto
+ 30.9375 -22.0859 35.3711 -26.8789 35.4375 -27.6367 curveto
+ 35.4375 -27.6367 35.4531 -26.1367 34.9883 -25.6875 curveto
+ closepath
+fill
+
+
+% 300 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 37.8359 -0.335938 moveto
+ 37.8359 -0.335938 35.8672 1.00391 35.5859 0.710938 curveto
+ 35.5859 0.710938 37.3516 -0.398438 37.8359 -1.83594 curveto
+ 37.8359 -1.83594 37.5156 -0.316406 37.8359 -0.335938 curveto
+ closepath
+fill
+
+
+% 301 pathnumber
+% filledpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.0165 setlinewidth
+ 0.0 0.0 0.0 0.2 setcmykcolor
+% () p2esetcolorname
+newpath
+ 39.1875 -13.5391 moveto
+ 36.3359 -11.5859 lineto
+ 36.3359 -11.5859 39.4961 -14.4219 39.6367 -15.0391 curveto
+ 39.1875 -13.5391 lineto
+ closepath
+fill
+
+
+% 302 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -25.1641 -9.9375 moveto
+ -21.5625 -10.6875 lineto
+stroke
+
+
+% 303 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.9141 -36.6367 moveto
+ -16.9141 -36.6367 -17.0156 -36.0391 -18.5625 -37.8359 curveto
+stroke
+
+
+% 304 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -16.0117 -37.3867 moveto
+ -16.0117 -37.3867 -15.6953 -36.3672 -16.7617 -37.0859 curveto
+stroke
+
+
+% 305 pathnumber
+% strokedpath
+ 1 setlinecap
+ 10.0 setmiterlimit
+ 0 setlinejoin
+ [ ] 0.0 setdash
+ 0.165 setlinewidth
+ 0.0 0.0 0.0 1.0 setcmykcolor
+% () p2esetcolorname
+newpath
+ -7.16406 -38.8867 moveto
+ -7.16406 -38.8867 -6.87109 -37.0273 -8.8125 -39.1875 curveto
+stroke
+showpage
+%%Page: 1 1
+% normal end reached by pstoedit.pro
+%%Trailer
+%%EOF
diff --git a/info/examples/PSTricks_7_de/images/wieesgeht2.pdf b/info/examples/PSTricks_7_de/images/wieesgeht2.pdf
new file mode 100644
index 0000000000..3eed581c30
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/wieesgeht2.pdf
Binary files differ
diff --git a/info/examples/PSTricks_7_de/images/wieesgeht2.tex b/info/examples/PSTricks_7_de/images/wieesgeht2.tex
new file mode 100644
index 0000000000..4e0d50d6de
--- /dev/null
+++ b/info/examples/PSTricks_7_de/images/wieesgeht2.tex
@@ -0,0 +1,108 @@
+\PassOptionsToPackage{table,dvipsnames,cmyk,svgnames,prologue}{xcolor}
+\documentclass[final,border=10pt]{standalone}
+%\documentclass[minion,final,a4paper,english,ngerman]{ttct}
+%\usepackage[utf8]{inputenc}
+%\usepackage[T1]{fontenc}
+%\usepackage[lucidasmallscale]{lucidabr}
+\usepackage%[osf]
+{libertineotf}
+\usepackage{microtype,dtk-logos}
+\usepackage[english,ngerman]{babel}
+
+\def\XInfofont{}
+
+\usepackage{pstricks}
+\usepackage{pst-node}
+\def\PDF{PDF}\def\DVI{DVI}
+%\usepackage{LaTeXRef}
+
+\pagestyle{empty}
+\begin{document}
+
+\psset{shadow=true,shadowcolor=black!40}
+\begin{pspicture}[showgrid=false](-1,-1.7)(12,9.3)
+\rput(5,9){\rnode{A}{\psframebox[framearc=0.4,fillcolor=Goldenrod!80,fillstyle=solid]{\quad\textbf{\LaTeX\ Quelltext}\quad}}}
+\rput(5,7.5){\rnode{B}{\psframebox[doubleline=true,fillcolor=Yellow!30,fillstyle=solid]{%
+ \kern5mm\large\textbf{??\TeX-Compiler}\kern5mm}}}
+\ncline[shadow=false]{->}{A}{B}
+%
+\rput(9.5,8.5){\rnode{C}{%
+ \psframebox[framearc=0.4,fillcolor=Goldenrod!30,fillstyle=solid]{%
+ \tabular{l}Klassendatei\\Zusatzpakete\endtabular}}}
+\ncangle[shadow=false,angleA=-90,offsetB=-5pt,angleB=0]{->}{C}{B}
+%
+\rput(0.5,8.5){\rnode{D}{%
+ \psframebox[framearc=0.4,fillcolor=Goldenrod!30,fillstyle=solid]{%
+ \tabular{l}binäre Formatdatei\\Fonts (Metriken)\endtabular}}}
+\ncangle[shadow=false,angleA=-90,angleB=180]{->}{D}{B}
+%
+\rput(4.0,6){\rnode{E}{\psframebox[framearc=0.4,fillcolor=Yellow!30,fillstyle=solid]{%
+ \rule[-8pt]{0pt}{20pt}\kern2pt\texttt{DVI}-Datei\kern2pt}}}
+\ncangle[shadow=false,angleA=90,angleB=-90,offsetB=1cm]{<-}{E}{B}
+%
+\rput(7.25,6){\rnode{F}{\psframebox[framearc=0.4,fillcolor=Yellow!30,fillstyle=solid]{%
+ \rule[-8pt]{0pt}{20pt}\kern2pt Hilfsdateien\kern2pt}}}
+%\ncline[offsetA=12pt,nodesepA=14pt]{->}{B}{F}
+\psline[shadow=false]{->}(6.5,7.1)(6.5,6.47)
+\ncangle[shadow=false,angleA=90,offsetA=-20pt,offsetB=5pt,angleB=0]{->}{F}{B}
+%
+\rput(10,6){\rnode{G}{\psframebox[fillcolor=Goldenrod!60,fillstyle=solid]{%
+ \rule[-8pt]{0pt}{20pt}\small\tabular{@{}l@{}}externe Programme\\[-2pt]
+ Index, \\[-2pt] Bibliografie, \\[-2pt] Glossar)\endtabular}}}
+\ncline[shadow=false]{->}{F}{G}
+\ncangles[shadow=false,angleA=0,angleB=0]{->}{G}{B}
+%
+\rput(4.0,4.45){\rnode{H}{\psframebox[fillcolor=Goldenrod!80,fillstyle=solid]{%
+ \texttt{DVI}-Treiber\vphantom{j}}}}
+\ncline[shadow=false]{->}{E}{H}
+%
+\rput(0,4.25){%
+ \psframebox[framearc=0.4,fillcolor=Goldenrod!30,fillstyle=solid]{%
+ \tabular{l}\rnode{I}{Fonts (Type~1,}\\%Bitmap,TrueType\\
+ %\rnode{I1}{Type3, Bitmap}\\
+ \rnode{I1}{OpenType, \ldots)}\endtabular}}
+\ncline[shadow=false,nodesepA=4mm]{->}{I}{H}
+\ncline[shadow=false,nodesepA=4mm,nodesepB=-7.02cm]{->}{I1}{I1}\psdot(6,4.05)
+%\ncline[shadow=false,offsetA=0.9mm]{->}{I}{H}
+%\psline[shadow=false]{->}(1.35,4)(5.5,4)%
+%
+\pnode(4,3.85){dvipdf}\psdot(dvipdf)
+%
+\rput(4.0,3){\rnode{J}{\psframebox[framearc=0.4,fillcolor=Yellow!30,fillstyle=solid]{%
+ \rule[-8pt]{0pt}{20pt}\kern2pt\texttt{PS}-Datei\kern2pt}}}
+\ncline[shadow=false]{->}{H}{J}
+%
+%\pnode(4.0,2.5){J}%\psdot(J)
+\rput(4.0,1.5){\rnode{J1}{\psframebox[fillcolor=Goldenrod!80,fillstyle=solid]{%
+ \texttt{ghostscript}}}}
+\ncline[shadow=false,angleA=180,angleB=90]{->}{J}{J1}
+%
+\rput(2.0,0){\rnode{xetex}{\psframebox[framearc=0.4,fillcolor=Yellow!30,fillstyle=solid]{%
+ \rule[-8pt]{0pt}{20pt}\kern2pt\texttt{PDF}-Datei\kern2pt}}}
+\ncangle[shadow=false,angleA=180,angleB=90]{->}{dvipdf}{xetex}
+%
+\rput(4.0,0){\rnode{J2}{\psframebox[framearc=0.4,fillcolor=Yellow!30,fillstyle=solid]{%
+ \rule[-8pt]{0pt}{20pt}\kern2pt\texttt{PDF}-Datei\kern2pt}}}
+\ncline[shadow=false]{->}{J1}{J2}
+%
+%
+\rput(6,0){\rnode{K}{\psframebox[framearc=0.4,fillcolor=Yellow!30,fillstyle=solid]{%
+ \rule[-8pt]{0pt}{20pt}\kern2pt\texttt{PDF}-Datei\kern2pt}}}
+\ncangle[shadow=false,angleA=90,angleB=-90,offsetB=-1cm]{<-}{K}{B}
+%
+\rput[lt](6.5,3){\parbox{5.5cm}{\raggedleft Der Aufbau eines \TeX-Systems mit pdf\TeX,
+ \XeTeX\ oder Lua\TeX\ als Compiler,
+ die eine Ausgabe im \PDF- oder im treiberunabhängigen \DVI-Format erlauben.}}
+%\psline[fillcolor=black!50,fillstyle=solid,
+% linecolor=black!50,opacity=0.4,strokeopacity=0.4,shadow=false]%
+% (2,-0.75)(2,6.8)(5,6.8)(5,-0.75)
+\rput[t](2,-0.7){\bfseries\tabular[t]{c}\XeLaTeX\endtabular}
+\rput[t](4,-0.7){\bfseries\tabular[t]{c}\LaTeX\\ Lua\LaTeX\endtabular}
+\rput[t](6,-0.7){\bfseries\tabular[t]{c}pdf\LaTeX\\ Lua\LaTeX\\\XeLaTeX\endtabular}
+\psframe*[opacity=0.3,linecolor=black,shadow=false](2.5,1)(5.5,6.8)
+\end{pspicture}
+
+
+
+\end{document}
+