hoi
authorMart Lubbers <mart@martlubbers.net>
Tue, 14 Jun 2016 08:42:34 +0000 (10:42 +0200)
committerMart Lubbers <mart@martlubbers.net>
Tue, 14 Jun 2016 08:42:34 +0000 (10:42 +0200)
.gitignore
Makefile
exam.tex
first.tex
img/1a.eps [new file with mode: 0644]
uppaal/1b.xml [new file with mode: 0644]
uppaal/traingate.xml

index 70915d3..56f3f05 100644 (file)
@@ -1,3 +1,4 @@
 *.pdf
 *.log
 *.aux
+*.dvi
index 428d8ba..7f96c86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
-exam.pdf: exam.tex first.tex second.tex third.tex
-       pdflatex $<
-       pdflatex $<
+exam.pdf: exam.dvi
+       dvips $< -o- | ps2pdf - $@
+
+exam.dvi: exam.tex first.tex second.tex third.tex
+       latex $<
+       latex $<
 
 clean:
-       $(RM) -v $(addprefix exam.,pdf aux log)
+       $(RM) -v $(addprefix exam.,pdf aux log dvi)
index 61aae16..8ac1d88 100644 (file)
--- a/exam.tex
+++ b/exam.tex
@@ -1,9 +1,13 @@
 \documentclass{article}
 
 \usepackage[a4paper]{geometry}
+\usepackage{graphicx}
 
 \newcommand{\UPPAAL}{\textsc{UPPAAL}}
 
+\graphicspath{{img/}}
+\DeclareGraphicsExtensions{.eps}
+
 \title{Timed automata and \UPPAAL}
 \author{Pim Jager\and{}Mart Lubbers}
 \date{\today}
index e69de29..6c231cd 100644 (file)
--- a/first.tex
+++ b/first.tex
@@ -0,0 +1,18 @@
+\subsection*{1.a}
+\emph{Consider the train gate controller example of slide 9, lecture
+\emph{Timed Automata}. Give an example of a series of timed transitions
+(including intermediate states) of the composed system (so the product
+construction of the three automata) showing a train approaching and finally
+leaving the gate.}
+\includegraphics[width=\linewidth]{1a}
+
+\subsection*{1.b}
+\emph{Consider the timed automaton in figure 1 of the paper ”Timed Automata” by
+Rajeev Alur. Suppose initially we have a zone $(s0, [0 \leq x \leq 4, 0 \leq y
+\leq 3])$. Give the zone after a sequence a.b and show the intermediate steps
+in the derivation.}
+
+\subsection*{1.c}
+\emph{Consider the timed automaton in figure 1 of the paper \emph{Timed
+Automata} by Rajeev Alur. Give the zone automaton of the timed automaton, with
+initial state $(s0, [x = 0, y = 0])$.}
diff --git a/img/1a.eps b/img/1a.eps
new file mode 100644 (file)
index 0000000..0c725b7
--- /dev/null
@@ -0,0 +1,6475 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 120 20 475 771
+%%Creator: FreeHEP Graphics2D Driver
+%%Producer: org.freehep.graphicsio.ps.EPSGraphics2D Revision: 12753 
+%%For: mart@188-120.wlan-int.ru.nl
+%%Title: MSC
+%%CreationDate: Tuesday, June 14, 2016 10:38:04 AM CEST
+%%LanguageLevel: 3
+%%EndComments
+%%BeginProlog
+100 dict dup begin
+
+%
+% File: org/freehep/graphicsio.ps/PSProlog.txt
+% Author: Charles Loomis
+%
+
+% Redefinitions which save some space in the output file.  These are also
+% the same as the PDF operators.
+/q {gsave} def
+/Q {grestore} def
+
+/n {newpath} def
+/m {moveto} def
+/l {lineto} def
+/c {curveto} def
+/h {closepath} def
+
+/re {4 -2 roll moveto
+     dup 0 exch rlineto exch 0 rlineto
+     neg 0 exch rlineto closepath} def
+
+/f {fill} def
+/f* {eofill} def
+/F {gsave vg&FC fill grestore} def
+/F* {gsave vg&FC eofill grestore} def
+
+/s {closepath stroke} def
+/S {stroke} def
+
+/b {closepath gsave vg&FC fill grestore
+    gsave stroke grestore newpath} def
+/B {gsave vg&FC fill grestore gsave stroke grestore newpath} def
+/b* {closepath gsave vg&FC eofill grestore
+    gsave stroke grestore newpath} def
+/B* {gsave vg&FC eofill grestore gsave stroke grestore newpath} def
+
+/g {1 array astore /vg&fcolor exch def} def
+/G {setgray} def
+/k {4 array astore /vg&fcolor exch def} def
+/K {setcmykcolor} def
+/rg {3 array astore /vg&fcolor exch def} def
+/RG {setrgbcolor} def
+
+% Initialize the fill color.
+0 0 0 rg
+
+/vg&FC {mark vg&fcolor aload pop
+        counttomark 1 eq {G} if
+        counttomark 3 eq {RG} if
+        counttomark 4 eq {K} if
+        cleartomark } def
+
+/vg&DFC {/vg&fcolor exch def} def
+
+/vg&C {mark exch aload pop
+       counttomark 1 eq {G} if
+       counttomark 3 eq {RG} if
+       counttomark 4 eq {K} if
+       cleartomark } def
+
+/w {setlinewidth} def
+/j {setlinejoin} def
+/J {setlinecap} def
+/M {setmiterlimit} def
+/d {setdash} def
+/i {setflat} def
+
+/W {clip} def
+/W* {eoclip} def
+
+% Setup the default graphics state.
+% (black; 1 pt. linewidth; miter join; butt-ends; solid)
+/defaultGraphicsState {0 g 1 w 0 j 0 J [] 0 d} def
+
+% Emulation of the rectangle operators for PostScript implementations
+% which do not implement all Level 2 features.  This is an INCOMPLETE
+% emulation; only the "x y width height rect..." form is emulated.
+/*rf {gsave newpath re fill grestore} def
+/*rs {gsave newpath re stroke grestore} def
+/*rc {newpath re clip} def
+/rf  /rectfill where {pop /rectfill}{/*rf} ifelse load def
+/rs  /rectstroke where {pop /rectstroke}{/*rs} ifelse load def
+/rc  /rectclip where {pop /rectclip}{/*rc} ifelse load def
+
+% Emulation of the selectfont operator.  This includes a 20% increase in
+% the fontsize which is necessary to get sizes similar to the Java fonts.
+/*sf {exch findfont exch
+      dup type /arraytype eq {makefont}{scalefont} ifelse setfont} bind def
+/sf /selectfont where {pop {1.2 mul selectfont}}{{1.2 mul *sf}} ifelse def
+
+% Special version of stroke which allows the dash pattern to continue
+% across path segments.  (This may be needed for PostScript although
+% modern printers seem to do this correctly.)
+/vg&stroke {
+  currentdash pop length 0 eq
+  {stroke}
+  {
+    currentdash /vg&doffset exch def pop
+    flattenpath
+    {m vg&resetdash}
+    {2 copy
+     currentpoint
+     3 -1 roll sub dup mul
+     3 1 roll sub dup mul
+     add sqrt
+     3 1 roll l
+     currentdash 3 -1 roll add setdash}
+     {}
+     {h vg&resetdash}
+     pathforall
+     stroke
+     vg&resetdash
+  } ifelse
+} def
+/vg&resetdash {currentdash pop vg&doffset setdash} def
+
+% Initialize variables for safety.
+/delta 0 def
+/xv 0 def  /yv 0 def  /width 0 def  /height 0 def
+
+% Initialize to portrait INTERNATIONAL (Letter-height, A4-width) page.
+/pw 595 def  /ph 791  def  /po true def /ftp false def
+
+% Initialize margins to 20 points.
+/ml 20 def  /mr 20 def  /mt 20 def  /mb 20 def
+
+% Temporary matrices.
+/smatrix 0 def  /nmatrix 0 def
+
+% set page size (usage: <page width><page height> setpagesize)
+/setpagesize {/ph exch def /pw exch def} def
+
+% set page orientation (usage: portrait or landscape)
+/portrait {/po true def} def
+/landscape {/po false def} def
+
+% force natural size for image (usage: naturalsize)
+/naturalsize {/ftp false def} def
+
+% resize image to fill page (usage: fittopage)
+/fittopage {/ftp true def} def
+
+% set margins of the page (usage: <left><bottom><top><right> setmargins)
+/setmargins {/mr exch def /mt exch def /mb exch def /ml exch def} def
+
+% set the graphic's size (usage: <width><height> setsize)
+/setsize {/gh exch def /gw exch def} def
+
+% set the graphic's origin (usage: <x0><y0> setorigin)
+/setorigin {/gy exch def /gx exch def} def
+
+% calculate image center
+/imagecenter {pw ml sub mr sub 2 div ml add
+              ph mt sub mb sub 2 div mb add} def
+
+% calculate the necessary scaling
+/imagescale {po {gw}{gh} ifelse pw ml sub mr sub div
+             po {gh}{gw} ifelse ph mt sub mb sub div
+             2 copy lt {exch} if pop
+             ftp not {1 2 copy lt {exch} if pop} if
+             1 exch div /sfactor exch def
+             /gw gw sfactor mul def /gh gh sfactor mul def} def
+
+% calculate image origin
+/imageorigin {pw ml sub mr sub 2 div ml add
+              po {gw}{gh} ifelse 2 div sub
+              ph mt sub mb sub 2 div mb add
+              po {gh}{gw} ifelse 2 div po {add}{sub} ifelse} def
+
+% calculate the clipping origin
+/cliporigin  {pw ml sub mr sub 2 div ml add
+              po {gw}{gh} ifelse 2 div sub floor
+              ph mt sub mb sub 2 div mb add
+              po {gh}{gw} ifelse 2 div sub floor} def
+
+% Set the clipping region to the bounding box.
+/cliptobounds {cliporigin po {gw}{gh} ifelse 1 add
+                          po {gh}{gw} ifelse 1 add rc} def
+
+% set the base transformation matrix (usage: setbasematrix)
+/setbasematrix {imageorigin translate
+                po {0}{90} ifelse rotate
+                sfactor sfactor neg scale
+                /defaultmatrix matrix currentmatrix def} def
+
+% The lower-right bias in drawing 1 pt. wide lines.
+/bias  {q 0.5 0.5 translate} def
+/unbias {Q} def
+
+% Define the composite fonts used to print Unicode strings.
+% Undefine particular values in an encoding array.
+/vg&undef { {exch dup 3 -1 roll /.notdef put} forall } def
+/vg&redef { {3 -1 roll dup 4 2 roll put} forall } def
+
+% usage: key encoding basefontname vg&newbasefont font
+/vg&newbasefont {
+findfont dup length dict copy
+  begin
+    currentdict /FID undef
+    /Encoding exch def
+    dup /FontName exch def
+    currentdict
+  end
+definefont
+} def
+
+% usage: key encoding basefontname vg&newskewedbasefont font
+/vg&newskewedbasefont {
+findfont dup length dict copy
+  begin
+    currentdict /FID undef
+    /Encoding exch def
+    dup /FontName exch def
+    exch FontMatrix exch matrix concatmatrix /FontMatrix exch def
+    currentdict
+  end
+definefont
+} def
+
+% usage: basekey suffix vg&nconcat name
+/vg&nconcat {
+  2 {dup length string cvs exch} repeat
+  dup length 3 -1 roll dup length 3 -1 roll add string
+  dup 0 4 -1 roll dup length 5 1 roll putinterval
+  dup 4 -2 roll exch putinterval cvn
+} def
+
+%usage: fontname vg&skewmatrix matrix
+/vg&skewmatrix {
+findfont dup /FontInfo known
+  {
+    /FontInfo get dup /ItalicAngle known
+    {
+      [ 1 0 4 -1 roll /ItalicAngle get neg dup sin exch cos div 1 0 0 ]
+    }
+    {pop matrix} ifelse
+  }
+  {pop matrix} ifelse
+} def
+
+% usage: newfontname basefontname vg&newcompositefont --
+/vg&newcompositefont {
+/vg&fstyle exch def
+/vg&bfont exch def
+/vg&fname exch def
+<<
+/FontStyleBits vg&fstyle
+/FontType 0
+/FontMatrix matrix
+/FontName vg&fname
+/FMapType 2
+/Encoding [ 0 1 255 {pop 6} for ]
+          dup 16#00 0 put % Latin
+          dup 16#03 1 put % Greek
+          dup 16#20 2 put % Punctuation
+          dup 16#21 3 put % Arrows
+          dup 16#22 4 put % MathOps
+          dup 16#27 5 put % Dingbats
+
+/FDepVector [
+vg&bfont /-UC-Latin vg&nconcat UCLatinEncoding
+vg&bfont vg&newbasefont
+
+vg&bfont vg&skewmatrix
+vg&bfont /-UC-Greek vg&nconcat UCGreekEncoding
+/Symbol vg&newskewedbasefont
+
+vg&bfont /-UC-Punctuation vg&nconcat UCPunctuationEncoding
+vg&bfont vg&newbasefont
+
+/Arrows-UC findfont
+/MathOps-UC findfont
+/Dingbats-UC findfont
+/Undefined-UC findfont ]
+>>
+vg&fname exch definefont pop
+} def
+
+% Null encoding vector (all elements set to .notdef)
+/NullEncoding [ 256 {/.notdef} repeat ] def
+
+% Unicode Latin encoding (unicode codes \u0000-\u00ff)
+/UCLatinEncoding
+  ISOLatin1Encoding dup length array copy
+  dup 16#60 /grave put
+  [ 16#90 16#91 16#92 16#93 16#94 16#95 16#96
+    16#97 16#98 16#9a 16#9b 16#9d 16#9e 16#9f
+  ] vg&undef
+  def
+
+% Unicode Greek encoding (unicode codes \u0370-\u03ff)
+/UCGreekEncoding
+  NullEncoding dup length array copy
+  << 16#91 /Alpha    16#92 /Beta      16#93 /Gamma    16#94 /Delta
+     16#95 /Epsilon  16#96 /Zeta      16#97 /Eta      16#98 /Theta
+     16#99 /Iota     16#9a /Kappa     16#9b /Lambda   16#9c /Mu
+     16#9d /Nu       16#9e /Xi        16#9f /Omicron  16#a0 /Pi
+     16#a1 /Rho      16#a3 /Sigma     16#a4 /Tau      16#a5 /Upsilon
+     16#a6 /Phi      16#a7 /Chi       16#a8 /Psi      16#a9 /Omega
+     16#b1 /alpha    16#b2 /beta      16#b3 /gamma    16#b4 /delta
+     16#b5 /epsilon  16#b6 /zeta      16#b7 /eta      16#b8 /theta
+     16#b9 /iota     16#ba /kappa     16#bb /lambda   16#bc /mu
+     16#bd /nu       16#be /xi        16#bf /omicron  16#c0 /pi
+     16#c1 /rho      16#c2 /sigma1    16#c3 /sigma    16#c4 /tau
+     16#c5 /upsilon  16#c6 /phi1      16#c7 /chi      16#c8 /psi
+     16#c9 /omega    16#7e /semicolon 16#87 /dotmath  16#d1 /theta1
+     16#d2 /Upsilon1 16#d5 /phi       16#d6 /omega1
+  >> vg&redef
+  def
+
+% Unicode punctuation encoding (unicode codes \u2000-\u206f)
+/UCPunctuationEncoding
+  NullEncoding dup length array copy
+  << 16#10 /hyphen          16#11 /hyphen              16#12 /endash
+     16#13 /emdash          16#18 /quoteleft           16#19 /quoteright
+     16#1a /quotesinglbase  16#1b /quotesingle         16#1c /quotedblleft
+     16#1d /quotedblright   16#1e /quotedblbase        16#1f /quotedbl
+     16#20 /dagger          16#21 /daggerdbl           16#22 /bullet
+     16#24 /period          16#26 /ellipsis            16#27 /periodcentered
+     16#30 /perthousand     16#44 /fraction
+     16#70 /zerosuperior    16#74 /foursuperior        16#75 /fivesuperior
+     16#76 /sixsuperior     16#77 /sevensuperior       16#78 /eightsuperior
+     16#79 /ninesuperior    16#7b /hyphensuperior      16#7d /parenleftsuperior
+     16#7e /parenrightsuperior
+     16#80 /zeroinferior    16#84 /fourinferior        16#85 /fiveinferior
+     16#81 /oneinferior     16#82 /twoinferior         16#83 /threeinferior
+     16#86 /sixinferior     16#87 /seveninferior       16#88 /eightinferior
+     16#89 /nineinferior    16#8b /hypheninferior      16#8d /parenleftinferior
+     16#8e /parenrightinferior
+  >> vg&redef
+  def
+
+% Unicode mathematical operators encoding (unicode codes \u2200-\u22ff)
+/UCMathOpsEncoding
+  NullEncoding dup length array copy
+  << 16#00 /universal       16#02 /partialdiff         16#03 /existential
+     16#05 /emptyset        16#06 /Delta               16#07 /gradient
+     16#08 /element         16#09 /notelement          16#0b /suchthat
+     16#0f /product         16#11 /summation           16#12 /minus
+     16#15 /fraction        16#17 /asteriskmath        16#19 /bullet
+     16#1a /radical         16#1d /proportional        16#1e /infinity
+     16#20 /angle           16#23 /bar                 16#27 /logicaland
+     16#28 /logicalor       16#29 /intersection        16#2a /union
+     16#2b /integral        16#34 /therefore           16#36 /colon
+     16#3c /similar         16#45 /congruent           16#48 /approxequal
+     16#60 /notequal        16#61 /equivalence         16#64 /lessequal
+     16#65 /greaterequal    16#82 /propersubset        16#83 /propersuperset
+     16#86 /reflexsubset    16#87 /reflexsuperset      16#95 /circleplus
+     16#97 /circlemultiply  16#a5 /perpendicular       16#03 /existential
+     16#c0 /logicaland      16#c1 /logicalor           16#c2 /intersection
+     16#c3 /union           16#c4 /diamond             16#c5 /dotmath
+  >> vg&redef
+  def
+
+% Unicode arrows encoding (unicode codes \u2190-\u21ff)
+% Also includes those "Letterlike" unicode characters
+% which are available in the symbol font. (unicode codes \u2100-\u214f)
+/UCArrowsEncoding
+  NullEncoding dup length array copy
+  << 16#11 /Ifraktur        16#1c /Rfraktur            16#22 /trademarkserif
+     16#35 /aleph
+     16#90 /arrowleft       16#91 /arrowup             16#92 /arrowright
+     16#93 /arrowdown       16#94 /arrowboth           16#d0 /arrowdblleft
+     16#d1 /arrowdblup      16#d2 /arrowdblright       16#d3 /arrowdbldown
+     16#d4 /arrowdblboth
+  >> vg&redef
+  def
+
+/ZapfDingbats findfont /Encoding get
+dup length array copy /UCDingbatsEncoding exch def
+16#20 1 16#7f {
+  dup 16#20 sub exch
+  UCDingbatsEncoding exch get
+  UCDingbatsEncoding 3 1 roll put
+} for
+16#a0 1 16#ff {
+  dup 16#40 sub exch
+  UCDingbatsEncoding exch get
+  UCDingbatsEncoding 3 1 roll put
+} for
+UCDingbatsEncoding [ 16#c0 1 16#ff {} for ] vg&undef
+[ 16#00  16#05 16#0a 16#0b  16#28 16#4c 16#4e  16#53 16#54 16#55  16#57 16#5f
+  16#60  16#68 16#69 16#6a  16#6b 16#6c 16#6d  16#6e 16#6f 16#70  16#71 16#72
+  16#73  16#74 16#75 16#95  16#96 16#97 16#b0  16#bf
+] vg&undef pop
+
+% Define the base fonts which don't change.
+/Undefined-UC NullEncoding       /Helvetica    vg&newbasefont pop
+/MathOps-UC   UCMathOpsEncoding  /Symbol       vg&newbasefont pop
+/Arrows-UC    UCArrowsEncoding   /Symbol       vg&newbasefont pop
+/Dingbats-UC  UCDingbatsEncoding /ZapfDingbats vg&newbasefont pop
+
+% Make the SansSerif composite fonts.
+/SansSerif /Helvetica 16#00 vg&newcompositefont
+/SansSerif-Bold /Helvetica-Bold 16#01 vg&newcompositefont
+/SansSerif-Italic /Helvetica-Oblique 16#02 vg&newcompositefont
+/SansSerif-BoldItalic /Helvetica-BoldOblique 16#03 vg&newcompositefont
+
+% Make the Serif composite fonts.
+/Serif /Times-Roman 16#00 vg&newcompositefont
+/Serif-Bold /Times-Bold 16#01 vg&newcompositefont
+/Serif-Italic /Times-Italic 16#02 vg&newcompositefont
+/Serif-BoldItalic /Times-BoldItalic 16#03 vg&newcompositefont
+
+% Make the Monospaced composite fonts.
+/Monospaced /Courier 16#00 vg&newcompositefont
+/Monospaced-Bold /Courier-Bold 16#01 vg&newcompositefont
+/Monospaced-Italic /Courier-Oblique 16#02 vg&newcompositefont
+/Monospaced-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont
+
+% Make the Dialog composite fonts.
+/Dialog /Helvetica 16#00 vg&newcompositefont
+/Dialog-Bold /Helvetica-Bold 16#01 vg&newcompositefont
+/Dialog-Italic /Helvetica-Oblique 16#02 vg&newcompositefont
+/Dialog-BoldItalic /Helvetica-BoldOblique 16#03 vg&newcompositefont
+
+% Make the DialogInput composite fonts.
+/DialogInput /Courier 16#00 vg&newcompositefont
+/DialogInput-Bold /Courier-Bold 16#01 vg&newcompositefont
+/DialogInput-Italic /Courier-Oblique 16#02 vg&newcompositefont
+/DialogInput-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont
+
+% Make the Typewriter composite fonts (JDK 1.1 only).
+/Typewriter /Courier 16#00 vg&newcompositefont
+/Typewriter-Bold /Courier-Bold 16#01 vg&newcompositefont
+/Typewriter-Italic /Courier-Oblique 16#02 vg&newcompositefont
+/Typewriter-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont
+
+
+/cfontH {
+ dup /fontsize exch def /SansSerif exch sf
+ /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
+} def
+/cfontHB {
+  dup /fontsize exch def /SansSerif-Bold exch sf
+ /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
+} def
+/cfontHI {
+ dup /fontsize exch def /SansSerif-Italic exch sf
+ /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
+} def
+/cfontHBI {
+ dup /fontsize exch def /SansSerif-BoldItalic exch sf
+ /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
+} def
+
+/cfontT {
+ dup /fontsize exch def /Serif exch sf
+ /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
+} def
+/cfontTB {
+ dup /fontsize exch def /Serif-Bold exch sf
+ /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
+} def
+/cfontTI {
+ dup /fontsize exch def /Serif-Italic exch sf
+ /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
+} def
+/cfontTBI {
+ dup /fontsize exch def /Serif-BoldItalic exch sf
+ /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
+} def
+
+/cfontC {
+ dup /fontsize exch def /Typewriter exch sf
+ /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
+} def
+/cfontCB {
+ dup /fontsize exch def /Typewriter-Bold exch sf
+ /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
+} def
+/cfontCI {
+ dup /fontsize exch def /Typewriter-Italic exch sf
+ /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
+} def
+/cfontCBI {
+ dup /fontsize exch def /Typewriter-BoldItalic exch sf
+ /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
+} def
+
+% Darken or lighten the current color.
+/darken {0.7 exch exp 3 copy
+         q 4 -1 roll vg&C
+         currentrgbcolor 3 {4 -2 roll mul} repeat
+         3 array astore Q} def
+
+/displayColorMap
+<< /Cr   [1.00 0.00 0.00]       /Cg     [0.00 1.00 0.00]
+   /Cb   [0.00 0.00 1.00]       /Cc     [1.00 0.00 0.00 0.00]
+   /Cm   [0.00 1.00 0.00 0.00]  /Cy     [0.00 0.00 1.00 0.00]
+   /Co   [1.00 0.78 0.00]       /Cp     [1.00 0.67 0.67]
+   /Cw   [1   ]                 /Cgrl   [0.75]
+   /Cgr  [0.50]                 /Cgrd   [0.25]
+   /Ck   [0   ]
+   /CGr  [1.00 0.00 0.00]       /CGg    [0.00 1.00 0.00]
+   /CGb  [0.00 0.00 1.00]       /CGc    [1.00 0.00 0.00 0.00]
+   /CGm  [0.00 1.00 0.00 0.00]  /CGy    [0.00 0.00 1.00 0.00]
+   /CGo  [1.00 0.78 0.00]       /CGp    [1.00 0.67 0.67]
+   /CGw  [1   ]                 /CGgrl  [0.75]
+   /CGgr [0.50]                 /CGgrd  [0.25]
+   /CGk  [0   ]
+   /CIr  [1.00 0.00 0.00]       /CIg    [0.00 1.00 0.00]
+   /CIb  [0.00 0.00 1.00]       /CIc    [1.00 0.00 0.00 0.00]
+   /CIm  [0.00 1.00 0.00 0.00]  /CIy    [0.00 0.00 1.00 0.00]
+   /CIo  [1.00 0.78 0.00]       /CIp    [1.00 0.67 0.67]
+   /CIw  [1   ]                 /CIgrl  [0.75]
+   /CIgr [0.50]                 /CIgrd  [0.25]
+   /CIk  [0   ]
+>> def
+
+/printColorMap
+<< /Cr   [1.00 0.33 0.33]       /Cg     [0.33 1.00 0.33]
+   /Cb   [0.33 0.33 1.00]       /Cc     [1.00 0.00 0.00 0.00]
+   /Cm   [0.00 1.00 0.00 0.00]  /Cy     [0.00 0.00 1.00 0.00]
+   /Co   [1.00 0.78 0.00]       /Cp     [1.00 0.67 0.67]
+   /Cw   [1   ]                 /Cgrl   [0.75]
+   /Cgr  [0.50]                 /Cgrd   [0.25]
+   /Ck   [0   ]
+   /CGr  [1.00 0.33 0.33]       /CGg    [0.33 1.00 0.33]
+   /CGb  [0.33 0.33 1.00]       /CGc    [1.00 0.00 0.00 0.00]
+   /CGm  [0.00 1.00 0.00 0.00]  /CGy    [0.00 0.00 1.00 0.00]
+   /CGo  [1.00 0.78 0.00]       /CGp    [1.00 0.67 0.67]
+   /CGw  [1   ]                 /CGgrl  [0.75]
+   /CGgr [0.50]                 /CGgrd  [0.25]
+   /CGk  [0   ]
+   /CIr  [1.00 0.33 0.33]       /CIg    [0.33 1.00 0.33]
+   /CIb  [0.33 0.33 1.00]       /CIc    [1.00 0.00 0.00 0.00]
+   /CIm  [0.00 1.00 0.00 0.00]  /CIy    [0.00 0.00 1.00 0.00]
+   /CIo  [1.00 0.78 0.00]       /CIp    [1.00 0.67 0.67]
+   /CIw  [1   ]                 /CIgrl  [0.75]
+   /CIgr [0.50]                 /CIgrd  [0.25]
+   /CIk  [0   ]
+>> def
+
+/grayColorMap
+<< /Cr   [0   ]                 /Cg     [0   ]
+   /Cb   [0   ]                 /Cc     [0   ]
+   /Cm   [0   ]                 /Cy     [0   ]
+   /Co   [0   ]                 /Cp     [0   ]
+   /Cw   [0   ]                 /Cgrl   [0   ]
+   /Cgr  [0   ]                 /Cgrd   [0   ]
+   /Ck   [0   ]
+   /CGr  [0.75]                 /CGg    [1   ]
+   /CGb  [0.50]                 /CGc    [0.75]
+   /CGm  [0.50]                 /CGy    [1   ]
+   /CGo  [0.75]                 /CGp    [1   ]
+   /CGw  [0   ]                 /CGgrl  [0.25]
+   /CGgr [0.50]                 /CGgrd  [0.75]
+   /CGk  [1   ]
+   /CIr  [1   ]                 /CIg    [1   ]
+   /CIb  [1   ]                 /CIc    [1   ]
+   /CIm  [1   ]                 /CIy    [1   ]
+   /CIo  [1   ]                 /CIp    [1   ]
+   /CIw  [1   ]                 /CIgrl  [1   ]
+   /CIgr [1   ]                 /CIgrd  [1   ]
+   /CIk  [1   ]
+>> def
+
+/bwColorMap
+<< /Cr   [0   ]                 /Cg     [0   ]
+   /Cb   [0   ]                 /Cc     [0   ]
+   /Cm   [0   ]                 /Cy     [0   ]
+   /Co   [0   ]                 /Cp     [0   ]
+   /Cw   [0   ]                 /Cgrl   [0   ]
+   /Cgr  [0   ]                 /Cgrd   [0   ]
+   /Ck   [0   ]
+   /CGr  [1   ]                 /CGg    [1   ]
+   /CGb  [1   ]                 /CGc    [1   ]
+   /CGm  [1   ]                 /CGy    [1   ]
+   /CGo  [1   ]                 /CGp    [1   ]
+   /CGw  [0   ]                 /CGgrl  [1   ]
+   /CGgr [1   ]                 /CGgrd  [1   ]
+   /CGk  [1   ]
+   /CIr  [1   ]                 /CIg    [1   ]
+   /CIb  [1   ]                 /CIc    [1   ]
+   /CIm  [1   ]                 /CIy    [1   ]
+   /CIo  [1   ]                 /CIp    [1   ]
+   /CIw  [1   ]                 /CIgrl  [1   ]
+   /CIgr [1   ]                 /CIgrd  [1   ]
+   /CIk  [1   ]
+>> def
+
+%
+% The following routines handle the alignment of and printing of
+% tagged strings.
+%
+
+% Predefine the bounding box values.
+/bbllx 0 def /bblly 0 def /bburx 0 def /bbury 0 def
+
+% This routine pops the first unicode character off of a string and returns
+% the remainder of the string, the character code of first character,
+% and a "true" if the string was non-zero length.
+% <string>      popfirst <remaining string> <true>
+% <null string> popfirst <false>
+/popfirst {
+  dup length 1 gt
+    {dup 0 get /vg&fbyte exch def
+     dup 1 get /vg&cbyte exch def
+     dup length 2 sub 2 exch getinterval true}
+    {pop false} ifelse
+} def
+
+% This routine shows a single unicode character given the font and
+% character codes.
+% <font code> <char code> unicharshow --
+/unicharshow {
+  2 string
+  dup 0 5 -1 roll put
+  dup 1 4 -1 roll put
+  internalshow
+} def
+
+% This is an internal routine to alternate between determining the
+% bounding box for stringsize and showing the string for recshow.
+% <string> internalshow --
+/internalshow {show} def
+
+% This is an internal routine to alternate between determining the
+% bounding box for stringsize and stroking various ornaments.
+% <string> internalstroke --
+/internalstroke {S} def
+
+% Sets up internalshow to use the null device to determine string size.
+% -- nullinternalshow --
+/nullinternalshow {/internalshow {false charpath flattenpath
+                                  pathbbox updatebbox} def} def
+
+% Sets up internalstroke to use the null device to determine string size.
+% -- nullinternalstroke --
+/nullinternalstroke {
+ /internalstroke {flattenpath pathbbox updatebbox} def} def
+
+% This routine tests to see if the character code matches the first
+% character of a string.
+% <char code> <string> testchar <char code> <true or false>
+/testchar {exch dup 3 -1 roll 0 get eq} def
+
+% Raise the text baseline for superscripts.
+% -- raise --
+/raise {
+  0 fontsize 2 div rmoveto
+  /fontsize fontsize 2 mul 3 div def
+  currentfont /FontName get fontsize sf
+} def
+
+% Un-raise the text baseline for superscripts.
+% -- unraise --
+/unraise {
+  /fontsize fontsize 1.5 mul def
+  0 fontsize 2 div neg rmoveto
+} def
+
+% Lower the text baseline for subscripts.
+% -- lower --
+/lower {
+  0 fontsize 3 div neg rmoveto
+  /fontsize fontsize 2 mul 3 div def
+  currentfont /FontName get fontsize sf
+} def
+
+% Un-lower the text baseline for subscripts.
+% -- unlower --
+/unlower {
+  /fontsize fontsize 1.5 mul def
+  0 fontsize 3 div rmoveto
+} def
+
+% Compare the top two elements on the stack and leave only the
+% larger one.
+/maxval {2 copy gt {pop} {exch pop} ifelse} def
+
+% Tokenize a string.  Do not use the usual PostScript token because
+% parentheses will not be interpreted correctly because of rescanning
+% of the string.
+/vg&token {/vg&string exch def /vg&index -1 def /vg&level 0 def
+0 2 vg&string length 2 sub {
+  dup dup 1 add exch vg&string exch get 8 bitshift vg&string 3 -1 roll get or
+  dup 16#f0fe eq {pop 1}{16#f0ff eq {-1}{0} ifelse} ifelse
+  /vg&level exch vg&level add def
+  vg&level 0 eq {/vg&index exch def exit} if pop
+} for
+vg&index 0 ge {
+  vg&string vg&index 2 add dup vg&string length exch sub getinterval
+  vg&index 2 gt {vg&string 2 vg&index 2 sub getinterval}{()} ifelse
+  true}
+{false} ifelse
+} bind def
+
+% Recursively show an unicode string.
+% <string> recshow --
+/recshow {
+  popfirst
+  {
+    % Test to see if this is a string attribute.
+    vg&fbyte 16#f0 and 16#e0 eq
+    {
+      q
+
+      % Font style.
+      currentfont dup /FontStyleBits known {/FontStyleBits get}{pop 0} ifelse
+      vg&cbyte or vg&fontstyles exch get fontsize exch exec
+
+      vg&token pop recshow currentpoint Q m recshow
+    }
+    {
+      vg&fbyte 16#F8 and 16#F0 eq {
+
+        % Superscript and/or subscript.
+        vg&cbyte 16#00 eq {
+          vg&token pop exch vg&token pop 3 -1 roll
+          q raise recshow unraise currentpoint pop Q exch
+          q lower recshow unlower currentpoint pop Q
+          maxval currentpoint exch pop m recshow } if
+
+        % Strikeout.
+        vg&cbyte 16#01 eq {
+          vg&token pop currentpoint 3 -1 roll recshow
+          q 0 J vg&underline vg&uthick w
+          currentpoint 4 -2 roll fontsize 3 div add moveto
+          fontsize 3 div add lineto internalstroke Q
+          recshow} if
+
+        % Underline.
+        vg&cbyte 16#02 eq {
+          vg&token pop currentpoint 3 -1 roll recshow
+          q 0 J vg&underline vg&uthick w
+          currentpoint 4 -2 roll vg&uoffset add moveto
+          vg&uoffset add lineto internalstroke Q
+          recshow} if
+
+        % Dashed underline.
+        vg&cbyte 16#03 eq {
+          vg&token pop currentpoint 3 -1 roll recshow
+          q 0 J [ vg&uthick 5 mul vg&uthick 2 mul] 0 d
+          vg&underline vg&uthick w
+          currentpoint 4 -2 roll vg&uoffset add moveto
+          vg&uoffset add lineto internalstroke Q
+          recshow} if
+
+        % Dotted underline.
+        vg&cbyte 16#04 eq {
+          vg&token pop currentpoint 3 -1 roll recshow
+          q 1 J [ 0 vg&uthick 3 mul] 0 d
+          vg&underline vg&uthick w
+          currentpoint 4 -2 roll vg&uoffset add moveto
+          vg&uoffset add lineto internalstroke Q
+          recshow} if
+
+        % Thick underline.
+        vg&cbyte 16#05 eq {
+          vg&token pop currentpoint 3 -1 roll recshow
+          q 0 J vg&underline vg&uthick 2 mul w
+          currentpoint 4 -2 roll vg&uoffset vg&uthick 2 div sub add moveto
+          vg&uoffset vg&uthick 2 div sub add lineto internalstroke Q
+          recshow} if
+
+        % Gray thick underline.
+        vg&cbyte 16#06 eq {
+          vg&token pop currentpoint 3 -1 roll recshow
+          q 0 J vg&underline vg&uthick 2 mul w 0.5 setgray
+          currentpoint 4 -2 roll vg&uoffset vg&uthick 2 div sub add moveto
+          vg&uoffset vg&uthick 2 div sub add lineto internalstroke Q
+          recshow} if
+
+        % Overbar.
+        vg&cbyte 16#07 eq {
+          vg&token pop dup stringsize relative 4 1 roll pop pop exch
+          3 -1 roll recshow
+          q 0 J vg&underline vg&uthick w
+          vg&uoffset neg add dup currentpoint pop exch m l internalstroke Q
+          recshow} if
+      }
+      {
+        vg&fbyte vg&cbyte unicharshow recshow
+      } ifelse
+    } ifelse
+  } if
+} def
+
+% Get the underline position and thickness from the current font.
+/vg&underline {
+
+currentfont dup /FontType get 0 eq {/FDepVector get 0 get} if
+dup dup /FontInfo known {
+  /FontInfo get dup
+  dup /UnderlinePosition known {
+    /UnderlinePosition get /vg&uoffset exch def
+  }
+  {
+    pop /vg&uoffset 0 def
+  } ifelse
+  dup /UnderlineThickness known {
+    /UnderlineThickness get /vg&uthick exch def
+  }
+  {
+    pop /vg&uthick 0 def
+  } ifelse
+}
+{
+  pop /vg&uoffset 0 def /vg&uthick 0 def
+} ifelse
+/FontMatrix get
+currentfont dup /FontType get 0 eq
+{/FontMatrix get matrix concatmatrix}{pop} ifelse
+dup 0 vg&uoffset 3 -1 roll transform /vg&uoffset exch def pop
+0 vg&uthick 3 -1 roll transform /vg&uthick exch def pop
+} def
+
+% Make a frame with the coordinates on the stack.
+% <llx> <lly> <urx> <ury> frame --
+/frame {4 copy m 3 1 roll exch l 4 -2 roll l l h} def
+
+% Resets the accumulated bounding box to a degenerate box at the
+% current point.
+% -- resetbbox --
+/resetbbox {
+  currentpoint 2 copy
+  /bbury exch def
+  /bburx exch def
+  /bblly exch def
+  /bbllx exch def
+} def
+
+% Update the accumulated bounding box.
+% <llx'> <lly'> <urx'> <ury'> updatebbox --
+/updatebbox {
+  dup bbury gt {/bbury exch def} {pop} ifelse
+  dup bburx gt {/bburx exch def} {pop} ifelse
+  dup bblly lt {/bblly exch def} {pop} ifelse
+  dup bbllx lt {/bbllx exch def} {pop} ifelse
+} def
+
+% Set the bounding box to the values on the stack.
+% <llx'> <lly'> <urx'> <ury'> updatebbox --
+/restorebbox {
+  /bbury exch def /bburx exch def /bblly exch def /bbllx exch def
+} def
+
+% Push the accumulated bounding box onto the stack.
+% -- pushbbox <llx> <lly> <urx> <ury>
+/pushbbox {bbllx bblly bburx bbury} def
+
+% Make the relative bounding box relative to the currentpoint.
+% <llx'> <lly'> <urx'> <ury'> inflate <llx> <lly> <urx> <ury>
+/inflate {
+  2 {fontsize 0.2 mul add 4 1 roll} repeat
+  2 {fontsize 0.2 mul sub 4 1 roll} repeat
+} def
+
+% Make the relative bounding box relative to the currentpoint.
+% <llx'> <lly'> <urx'> <ury'> relative <llx> <lly> <urx> <ury>
+/relative {
+  currentpoint 3 -1 roll add 3 1 roll add exch 4 2 roll
+  currentpoint 3 -1 roll add 3 1 roll add exch 4 2 roll
+} def
+
+% Returns the size of a string appropriate for recshow.
+% <string> stringsize <llx> <lly> <urx> <ury>
+/stringsize {
+  pushbbox /internalshow load /internalstroke load 7 -1 roll
+  q
+  nulldevice 0 0 m
+  nullinternalshow nullinternalstroke
+  resetbbox
+  recshow
+  /internalstroke exch def /internalshow exch def
+  pushbbox 8 -4 roll restorebbox
+  Q
+} def
+
+% Calculate values for string positioning.
+/calcval {4 copy
+  3 -1 roll sub /widy exch def sub neg /widx exch def
+  pop pop /dy exch def /dx exch def} def
+
+% Utilities to position a string.
+% First letter (U=upper, C=center, B=baseline, L=lower)
+% Second letter (L=left, C=center, R=right)
+/align [
+{calcval dx neg widy dy add neg rmoveto} % UL
+{calcval dx neg widy 2 div dy add neg rmoveto} % CL
+{calcval dx neg 0 rmoveto} % BL
+{calcval dx neg dy neg rmoveto} % LL
+{calcval widx dx add neg widy dy add neg rmoveto} % UR
+{calcval widx dx add neg widy 2 div dy add neg rmoveto} % CR
+{calcval widx dx add neg 0 rmoveto} % BR
+{calcval widx dx add neg dy neg rmoveto} % LR
+{calcval widx 2 div dx add neg widy dy add neg rmoveto} % UC
+{calcval widx 2 div dx add neg widy 2 div dy add neg rmoveto} % CC
+{calcval widx 2 div dx add neg 0 rmoveto} % BC
+{calcval widx 2 div dx add neg dy neg rmoveto} % LC
+] def
+
+/vg&str {m q 1 -1 scale dup stringsize 4 copy align 11 -1 roll get exec
+         q inflate relative frame exch exec Q recshow Q} def
+
+end /procDict exch def
+%%EndProlog
+
+%%BeginSetup
+save
+procDict begin
+printColorMap begin
+595 791 setpagesize
+20 20 20 20 setmargins
+0 0 setorigin
+275 583 setsize
+fittopage
+portrait
+imagescale
+cliptobounds
+setbasematrix
+/Helvetica 10 sf
+defaultGraphicsState
+%%EndSetup
+
+.200000 .200000 .200000 RG
+[ 1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 ] defaultmatrix matrix concatmatrix setmatrix
+cliprestore
+1.00000 1.00000 1.00000 RG
+newpath
+0.00000 0.00000 m
+275.000 0.00000 l
+275.000 583.000 l
+0.00000 583.000 l
+0.00000 0.00000 l
+h
+f
+.200000 .200000 .200000 RG
+.200000 .200000 .200000 RG
+[ 1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 ] defaultmatrix matrix concatmatrix setmatrix
+cliprestore
+1.00000 1.00000 1.00000 RG
+newpath
+0.00000 0.00000 m
+275.000 0.00000 l
+275.000 583.000 l
+0.00000 583.000 l
+0.00000 0.00000 l
+h
+f
+.200000 .200000 .200000 RG
+0.00000 0.00000 0.00000 RG
+newpath
+.500000 17.5000 m
+275.500 17.5000 l
+S
+.192157 .396078 1.00000 RG
+newpath
+40.0625 4.25000 m
+48.1250 4.25000 l
+48.1250 5.95312 l
+45.2188 5.95312 l
+45.2188 13.0000 l
+42.9688 13.0000 l
+42.9688 5.95312 l
+40.0625 5.95312 l
+40.0625 4.25000 l
+h
+f
+newpath
+117.969 12.3438 m
+117.406 12.6250 116.823 12.8333 116.219 12.9688  c
+115.615 13.1042 114.990 13.1719 114.344 13.1719  c
+112.885 13.1719 111.729 12.7630 110.875 11.9453  c
+110.021 11.1276 109.594 10.0260 109.594 8.64062  c
+109.594 7.22396 110.029 6.11198 110.898 5.30469  c
+111.768 4.49740 112.958 4.09375 114.469 4.09375  c
+115.042 4.09375 115.596 4.14844 116.133 4.25781  c
+116.669 4.36719 117.172 4.53125 117.641 4.75000  c
+117.641 6.54688 l
+117.151 6.27604 116.667 6.07292 116.188 5.93750  c
+115.708 5.80208 115.224 5.73438 114.734 5.73438  c
+113.839 5.73438 113.148 5.98438 112.664 6.48438  c
+112.180 6.98438 111.938 7.70312 111.938 8.64062  c
+111.938 9.55729 112.172 10.2682 112.641 10.7734  c
+113.109 11.2786 113.771 11.5312 114.625 11.5312  c
+114.865 11.5312 115.086 11.5182 115.289 11.4922  c
+115.492 11.4661 115.672 11.4219 115.828 11.3594  c
+115.828 9.65625 l
+114.453 9.65625 l
+114.453 8.14062 l
+117.969 8.14062 l
+117.969 12.3438 l
+h
+f
+newpath
+190.047 12.5156 m
+189.630 12.7344 189.198 12.8984 188.750 13.0078  c
+188.302 13.1172 187.833 13.1719 187.344 13.1719  c
+185.885 13.1719 184.729 12.7630 183.875 11.9453  c
+183.021 11.1276 182.594 10.0260 182.594 8.64062  c
+182.594 7.23438 183.021 6.12500 183.875 5.31250  c
+184.729 4.50000 185.885 4.09375 187.344 4.09375  c
+187.833 4.09375 188.302 4.14844 188.750 4.25781  c
+189.198 4.36719 189.630 4.53125 190.047 4.75000  c
+190.047 6.54688 l
+189.620 6.26562 189.203 6.05990 188.797 5.92969  c
+188.391 5.79948 187.964 5.73438 187.516 5.73438  c
+186.714 5.73438 186.083 5.99219 185.625 6.50781  c
+185.167 7.02344 184.938 7.73438 184.938 8.64062  c
+184.938 9.53646 185.167 10.2422 185.625 10.7578  c
+186.083 11.2734 186.714 11.5312 187.516 11.5312  c
+187.964 11.5312 188.391 11.4661 188.797 11.3359  c
+189.203 11.2057 189.620 10.9948 190.047 10.7031  c
+190.047 12.5156 l
+h
+f
+newpath
+241.188 4.53125 m
+241.188 6.37500 l
+240.708 6.16667 240.240 6.00781 239.781 5.89844  c
+239.323 5.78906 238.891 5.73438 238.484 5.73438  c
+237.953 5.73438 237.557 5.80729 237.297 5.95312  c
+237.036 6.09896 236.906 6.32812 236.906 6.64062  c
+236.906 6.88021 236.992 7.06510 237.164 7.19531  c
+237.336 7.32552 237.651 7.43750 238.109 7.53125  c
+239.078 7.71875 l
+240.047 7.91667 240.737 8.21354 241.148 8.60938  c
+241.560 9.00521 241.766 9.57292 241.766 10.3125  c
+241.766 11.2708 241.479 11.9870 240.906 12.4609  c
+240.333 12.9349 239.458 13.1719 238.281 13.1719  c
+237.729 13.1719 237.174 13.1198 236.617 13.0156  c
+236.060 12.9115 235.500 12.7552 234.938 12.5469  c
+234.938 10.6406 l
+235.500 10.9323 236.042 11.1536 236.562 11.3047  c
+237.083 11.4557 237.583 11.5312 238.062 11.5312  c
+238.562 11.5312 238.943 11.4505 239.203 11.2891  c
+239.464 11.1276 239.594 10.8906 239.594 10.5781  c
+239.594 10.3073 239.505 10.0990 239.328 9.95312  c
+239.151 9.80729 238.797 9.67188 238.266 9.54688  c
+237.391 9.35938 l
+236.516 9.17188 235.875 8.87240 235.469 8.46094  c
+235.062 8.04948 234.859 7.50000 234.859 6.81250  c
+234.859 5.93750 235.141 5.26562 235.703 4.79688  c
+236.266 4.32812 237.073 4.09375 238.125 4.09375  c
+238.615 4.09375 239.112 4.13021 239.617 4.20312  c
+240.122 4.27604 240.646 4.38542 241.188 4.53125  c
+h
+242.783 6.43750 m
+244.893 6.43750 l
+246.658 10.8906 l
+248.158 6.43750 l
+250.252 6.43750 l
+247.486 13.6250 l
+247.215 14.3542 246.895 14.8646 246.525 15.1562  c
+246.156 15.4479 245.669 15.5938 245.064 15.5938  c
+243.846 15.5938 l
+243.846 14.2188 l
+244.502 14.2188 l
+244.856 14.2188 245.114 14.1615 245.275 14.0469  c
+245.437 13.9323 245.564 13.7292 245.658 13.4375  c
+245.721 13.2500 l
+242.783 6.43750 l
+h
+258.074 9.00000 m
+258.074 13.0000 l
+255.965 13.0000 l
+255.965 12.3438 l
+255.965 9.93750 l
+255.965 9.37500 255.952 8.98698 255.926 8.77344  c
+255.900 8.55990 255.855 8.40104 255.793 8.29688  c
+255.710 8.16146 255.598 8.05469 255.457 7.97656  c
+255.316 7.89844 255.158 7.85938 254.980 7.85938  c
+254.543 7.85938 254.199 8.02865 253.949 8.36719  c
+253.699 8.70573 253.574 9.17188 253.574 9.76562  c
+253.574 13.0000 l
+251.480 13.0000 l
+251.480 6.43750 l
+253.574 6.43750 l
+253.574 7.39062 l
+253.887 7.01562 254.220 6.73698 254.574 6.55469  c
+254.928 6.37240 255.324 6.28125 255.762 6.28125  c
+256.512 6.28125 257.085 6.51302 257.480 6.97656  c
+257.876 7.44010 258.074 8.11458 258.074 9.00000  c
+h
+265.320 6.64062 m
+265.320 8.35938 l
+265.039 8.16146 264.753 8.01562 264.461 7.92188  c
+264.169 7.82812 263.872 7.78125 263.570 7.78125  c
+262.987 7.78125 262.531 7.95052 262.203 8.28906  c
+261.875 8.62760 261.711 9.10417 261.711 9.71875  c
+261.711 10.3333 261.875 10.8125 262.203 11.1562  c
+262.531 11.5000 262.987 11.6719 263.570 11.6719  c
+263.893 11.6719 264.203 11.6224 264.500 11.5234  c
+264.797 11.4245 265.070 11.2812 265.320 11.0938  c
+265.320 12.8125 l
+264.987 12.9271 264.654 13.0156 264.320 13.0781  c
+263.987 13.1406 263.648 13.1719 263.305 13.1719  c
+262.117 13.1719 261.190 12.8672 260.523 12.2578  c
+259.857 11.6484 259.523 10.8021 259.523 9.71875  c
+259.523 8.63542 259.857 7.79167 260.523 7.18750  c
+261.190 6.58333 262.117 6.28125 263.305 6.28125  c
+263.648 6.28125 263.987 6.30990 264.320 6.36719  c
+264.654 6.42448 264.987 6.51562 265.320 6.64062  c
+h
+f
+[ 1.00000 0.00000 0.00000 1.00000 0.00000 18.0000 ] concat
+0.00000 0.00000 0.00000 RG
+newpath
+10.5000 10.5000 m
+77.5000 10.5000 l
+77.5000 15.5000 l
+10.5000 15.5000 l
+10.5000 10.5000 l
+h
+S
+newpath
+43.5000 15.5000 m
+43.5000 30.5000 l
+S
+newpath
+87.5000 10.5000 m
+138.500 10.5000 l
+138.500 15.5000 l
+87.5000 15.5000 l
+87.5000 10.5000 l
+h
+S
+newpath
+112.500 15.5000 m
+112.500 30.5000 l
+S
+newpath
+148.500 10.5000 m
+223.500 10.5000 l
+223.500 15.5000 l
+148.500 15.5000 l
+148.500 10.5000 l
+h
+S
+newpath
+185.500 15.5000 m
+185.500 30.5000 l
+S
+newpath
+233.500 10.5000 m
+265.500 10.5000 l
+265.500 15.5000 l
+233.500 15.5000 l
+233.500 10.5000 l
+h
+S
+newpath
+249.500 15.5000 m
+249.500 30.5000 l
+S
+newpath
+43.5000 50.5000 m
+43.5000 90.5000 l
+S
+.807843 .811765 1.00000 RG
+newpath
+110.000 50.0000 m
+115.000 50.0000 l
+115.000 90.0000 l
+110.000 90.0000 l
+110.000 50.0000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+109.500 50.5000 m
+109.500 90.5000 l
+S
+newpath
+115.500 50.5000 m
+115.500 90.5000 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+185.500 50.5000 m
+185.500 90.5000 l
+S
+.807843 .811765 1.00000 RG
+newpath
+247.000 50.0000 m
+252.000 50.0000 l
+252.000 90.0000 l
+247.000 90.0000 l
+247.000 50.0000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 50.5000 m
+246.500 90.5000 l
+S
+newpath
+252.500 50.5000 m
+252.500 90.5000 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+41.0000 110.000 m
+46.0000 110.000 l
+46.0000 150.000 l
+41.0000 150.000 l
+41.0000 110.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+40.5000 110.500 m
+40.5000 150.500 l
+S
+newpath
+46.5000 110.500 m
+46.5000 150.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+112.500 110.500 m
+112.500 150.500 l
+S
+newpath
+185.500 110.500 m
+185.500 150.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+247.000 110.000 m
+252.000 110.000 l
+252.000 150.000 l
+247.000 150.000 l
+247.000 110.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 110.500 m
+246.500 150.500 l
+S
+newpath
+252.500 110.500 m
+252.500 150.500 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+41.0000 170.000 m
+46.0000 170.000 l
+46.0000 210.000 l
+41.0000 210.000 l
+41.0000 170.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+40.5000 170.500 m
+40.5000 210.500 l
+S
+newpath
+46.5000 170.500 m
+46.5000 210.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+112.500 170.500 m
+112.500 210.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+183.000 170.000 m
+188.000 170.000 l
+188.000 210.000 l
+183.000 210.000 l
+183.000 170.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+182.500 170.500 m
+182.500 210.500 l
+S
+newpath
+188.500 170.500 m
+188.500 210.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+249.500 170.500 m
+249.500 210.500 l
+S
+newpath
+43.5000 230.500 m
+43.5000 270.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+110.000 230.000 m
+115.000 230.000 l
+115.000 270.000 l
+110.000 270.000 l
+110.000 230.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+109.500 230.500 m
+109.500 270.500 l
+S
+newpath
+115.500 230.500 m
+115.500 270.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+183.000 230.000 m
+188.000 230.000 l
+188.000 270.000 l
+183.000 270.000 l
+183.000 230.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+182.500 230.500 m
+182.500 270.500 l
+S
+newpath
+188.500 230.500 m
+188.500 270.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+249.500 230.500 m
+249.500 270.500 l
+S
+newpath
+43.5000 290.500 m
+43.5000 330.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+110.000 290.000 m
+115.000 290.000 l
+115.000 330.000 l
+110.000 330.000 l
+110.000 290.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+109.500 290.500 m
+109.500 330.500 l
+S
+newpath
+115.500 290.500 m
+115.500 330.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+183.000 290.000 m
+188.000 290.000 l
+188.000 330.000 l
+183.000 330.000 l
+183.000 290.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+182.500 290.500 m
+182.500 330.500 l
+S
+newpath
+188.500 290.500 m
+188.500 330.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+249.500 290.500 m
+249.500 330.500 l
+S
+newpath
+43.5000 350.500 m
+43.5000 390.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+110.000 350.000 m
+115.000 350.000 l
+115.000 390.000 l
+110.000 390.000 l
+110.000 350.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+109.500 350.500 m
+109.500 390.500 l
+S
+newpath
+115.500 350.500 m
+115.500 390.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+185.500 350.500 m
+185.500 390.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+247.000 350.000 m
+252.000 350.000 l
+252.000 390.000 l
+247.000 390.000 l
+247.000 350.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 350.500 m
+246.500 390.500 l
+S
+newpath
+252.500 350.500 m
+252.500 390.500 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+41.0000 410.000 m
+46.0000 410.000 l
+46.0000 450.000 l
+41.0000 450.000 l
+41.0000 410.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+40.5000 410.500 m
+40.5000 450.500 l
+S
+newpath
+46.5000 410.500 m
+46.5000 450.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+112.500 410.500 m
+112.500 450.500 l
+S
+newpath
+185.500 410.500 m
+185.500 450.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+247.000 410.000 m
+252.000 410.000 l
+252.000 450.000 l
+247.000 450.000 l
+247.000 410.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 410.500 m
+246.500 450.500 l
+S
+newpath
+252.500 410.500 m
+252.500 450.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+43.5000 470.500 m
+43.5000 510.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+110.000 470.000 m
+115.000 470.000 l
+115.000 510.000 l
+110.000 510.000 l
+110.000 470.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+109.500 470.500 m
+109.500 510.500 l
+S
+newpath
+115.500 470.500 m
+115.500 510.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+185.500 470.500 m
+185.500 510.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+247.000 470.000 m
+252.000 470.000 l
+252.000 510.000 l
+247.000 510.000 l
+247.000 470.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 470.500 m
+246.500 510.500 l
+S
+newpath
+252.500 470.500 m
+252.500 510.500 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+41.0000 530.000 m
+46.0000 530.000 l
+46.0000 570.000 l
+41.0000 570.000 l
+41.0000 530.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+40.5000 530.500 m
+40.5000 570.500 l
+S
+newpath
+46.5000 530.500 m
+46.5000 570.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+112.500 530.500 m
+112.500 570.500 l
+S
+.807843 .811765 1.00000 RG
+newpath
+183.000 530.000 m
+188.000 530.000 l
+188.000 570.000 l
+183.000 570.000 l
+183.000 530.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+182.500 530.500 m
+182.500 570.500 l
+S
+newpath
+188.500 530.500 m
+188.500 570.500 l
+S
+0.00000 0.00000 0.00000 RG
+newpath
+249.500 530.500 m
+249.500 570.500 l
+S
+.647059 .682353 .807843 RG
+newpath
+22.0000 32.5000 m
+22.0000 47.5000 l
+22.0000 48.8807 23.1193 50.0000 24.5000 50.0000  c
+62.5000 50.0000 l
+63.8807 50.0000 65.0000 48.8807 65.0000 47.5000  c
+65.0000 32.5000 l
+65.0000 31.1193 63.8807 30.0000 62.5000 30.0000  c
+24.5000 30.0000 l
+23.1193 30.0000 22.0000 31.1193 22.0000 32.5000  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+22.0000 32.5000 m
+22.0000 47.5000 l
+22.0000 48.8807 23.1193 50.0000 24.5000 50.0000  c
+62.5000 50.0000 l
+63.8807 50.0000 65.0000 48.8807 65.0000 47.5000  c
+65.0000 32.5000 l
+65.0000 31.1193 63.8807 30.0000 62.5000 30.0000  c
+24.5000 30.0000 l
+23.1193 30.0000 22.0000 31.1193 22.0000 32.5000  c
+h
+S
+newpath
+28.1250 37.4375 m
+29.2031 37.4375 l
+29.2031 44.0000 l
+28.1250 44.0000 l
+28.1250 37.4375 l
+h
+28.1250 34.8750 m
+29.2031 34.8750 l
+29.2031 36.2500 l
+28.1250 36.2500 l
+28.1250 34.8750 l
+h
+36.9277 40.0312 m
+36.9277 44.0000 l
+35.8496 44.0000 l
+35.8496 40.0781 l
+35.8496 39.4531 35.7272 38.9870 35.4824 38.6797  c
+35.2376 38.3724 34.8757 38.2188 34.3965 38.2188  c
+33.8132 38.2188 33.3522 38.4036 33.0137 38.7734  c
+32.6751 39.1432 32.5059 39.6510 32.5059 40.2969  c
+32.5059 44.0000 l
+31.4277 44.0000 l
+31.4277 37.4375 l
+32.5059 37.4375 l
+32.5059 38.4531 l
+32.7663 38.0573 33.0710 37.7630 33.4199 37.5703  c
+33.7689 37.3776 34.1725 37.2812 34.6309 37.2812  c
+35.3809 37.2812 35.9512 37.5130 36.3418 37.9766  c
+36.7324 38.4401 36.9277 39.1250 36.9277 40.0312  c
+h
+39.0645 37.4375 m
+40.1426 37.4375 l
+40.1426 44.0000 l
+39.0645 44.0000 l
+39.0645 37.4375 l
+h
+39.0645 34.8750 m
+40.1426 34.8750 l
+40.1426 36.2500 l
+39.0645 36.2500 l
+39.0645 34.8750 l
+h
+43.4766 35.5781 m
+43.4766 37.4375 l
+45.6953 37.4375 l
+45.6953 38.2812 l
+43.4766 38.2812 l
+43.4766 41.8438 l
+43.4766 42.3750 43.5495 42.7161 43.6953 42.8672  c
+43.8411 43.0182 44.1380 43.0938 44.5859 43.0938  c
+45.6953 43.0938 l
+45.6953 44.0000 l
+44.5859 44.0000 l
+43.7526 44.0000 43.1771 43.8438 42.8594 43.5312  c
+42.5417 43.2188 42.3828 42.6562 42.3828 41.8438  c
+42.3828 38.2812 l
+41.6016 38.2812 l
+41.6016 37.4375 l
+42.3828 37.4375 l
+42.3828 35.5781 l
+43.4766 35.5781 l
+h
+47.1035 37.4375 m
+48.1816 37.4375 l
+48.1816 44.0000 l
+47.1035 44.0000 l
+47.1035 37.4375 l
+h
+47.1035 34.8750 m
+48.1816 34.8750 l
+48.1816 36.2500 l
+47.1035 36.2500 l
+47.1035 34.8750 l
+h
+53.4219 40.7031 m
+52.5573 40.7031 51.9557 40.8021 51.6172 41.0000  c
+51.2786 41.1979 51.1094 41.5365 51.1094 42.0156  c
+51.1094 42.4010 51.2370 42.7057 51.4922 42.9297  c
+51.7474 43.1536 52.0885 43.2656 52.5156 43.2656  c
+53.1198 43.2656 53.6016 43.0547 53.9609 42.6328  c
+54.3203 42.2109 54.5000 41.6458 54.5000 40.9375  c
+54.5000 40.7031 l
+53.4219 40.7031 l
+h
+55.5781 40.2500 m
+55.5781 44.0000 l
+54.5000 44.0000 l
+54.5000 43.0000 l
+54.2500 43.3958 53.9427 43.6901 53.5781 43.8828  c
+53.2135 44.0755 52.7656 44.1719 52.2344 44.1719  c
+51.5573 44.1719 51.0208 43.9818 50.6250 43.6016  c
+50.2292 43.2214 50.0312 42.7188 50.0312 42.0938  c
+50.0312 41.3542 50.2786 40.7969 50.7734 40.4219  c
+51.2682 40.0469 52.0052 39.8594 52.9844 39.8594  c
+54.5000 39.8594 l
+54.5000 39.7500 l
+54.5000 39.2500 54.3359 38.8646 54.0078 38.5938  c
+53.6797 38.3229 53.2240 38.1875 52.6406 38.1875  c
+52.2656 38.1875 51.8984 38.2344 51.5391 38.3281  c
+51.1797 38.4219 50.8385 38.5573 50.5156 38.7344  c
+50.5156 37.7344 l
+50.9115 37.5781 51.2943 37.4635 51.6641 37.3906  c
+52.0339 37.3177 52.3958 37.2812 52.7500 37.2812  c
+53.6979 37.2812 54.4062 37.5260 54.8750 38.0156  c
+55.3438 38.5052 55.5781 39.2500 55.5781 40.2500  c
+h
+57.7910 34.8750 m
+58.8691 34.8750 l
+58.8691 44.0000 l
+57.7910 44.0000 l
+57.7910 34.8750 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+89.0000 32.5000 m
+89.0000 47.5000 l
+89.0000 48.8807 90.1193 50.0000 91.5000 50.0000  c
+132.500 50.0000 l
+133.881 50.0000 135.000 48.8807 135.000 47.5000  c
+135.000 32.5000 l
+135.000 31.1193 133.881 30.0000 132.500 30.0000  c
+91.5000 30.0000 l
+90.1193 30.0000 89.0000 31.1193 89.0000 32.5000  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+89.0000 32.5000 m
+89.0000 47.5000 l
+89.0000 48.8807 90.1193 50.0000 91.5000 50.0000  c
+132.500 50.0000 l
+133.881 50.0000 135.000 48.8807 135.000 47.5000  c
+135.000 32.5000 l
+135.000 31.1193 133.881 30.0000 132.500 30.0000  c
+91.5000 30.0000 l
+90.1193 30.0000 89.0000 31.1193 89.0000 32.5000  c
+h
+S
+newpath
+98.9375 38.4375 m
+98.8125 38.3750 98.6797 38.3255 98.5391 38.2891  c
+98.3984 38.2526 98.2396 38.2344 98.0625 38.2344  c
+97.4583 38.2344 96.9922 38.4323 96.6641 38.8281  c
+96.3359 39.2240 96.1719 39.7969 96.1719 40.5469  c
+96.1719 44.0000 l
+95.0938 44.0000 l
+95.0938 37.4375 l
+96.1719 37.4375 l
+96.1719 38.4531 l
+96.4010 38.0573 96.6979 37.7630 97.0625 37.5703  c
+97.4271 37.3776 97.8698 37.2812 98.3906 37.2812  c
+98.4635 37.2812 98.5443 37.2865 98.6328 37.2969  c
+98.7214 37.3073 98.8177 37.3229 98.9219 37.3438  c
+98.9375 38.4375 l
+h
+103.043 40.7031 m
+102.178 40.7031 101.577 40.8021 101.238 41.0000  c
+100.900 41.1979 100.730 41.5365 100.730 42.0156  c
+100.730 42.4010 100.858 42.7057 101.113 42.9297  c
+101.368 43.1536 101.710 43.2656 102.137 43.2656  c
+102.741 43.2656 103.223 43.0547 103.582 42.6328  c
+103.941 42.2109 104.121 41.6458 104.121 40.9375  c
+104.121 40.7031 l
+103.043 40.7031 l
+h
+105.199 40.2500 m
+105.199 44.0000 l
+104.121 44.0000 l
+104.121 43.0000 l
+103.871 43.3958 103.564 43.6901 103.199 43.8828  c
+102.835 44.0755 102.387 44.1719 101.855 44.1719  c
+101.178 44.1719 100.642 43.9818 100.246 43.6016  c
+99.8503 43.2214 99.6523 42.7188 99.6523 42.0938  c
+99.6523 41.3542 99.8997 40.7969 100.395 40.4219  c
+100.889 40.0469 101.626 39.8594 102.605 39.8594  c
+104.121 39.8594 l
+104.121 39.7500 l
+104.121 39.2500 103.957 38.8646 103.629 38.5938  c
+103.301 38.3229 102.845 38.1875 102.262 38.1875  c
+101.887 38.1875 101.520 38.2344 101.160 38.3281  c
+100.801 38.4219 100.460 38.5573 100.137 38.7344  c
+100.137 37.7344 l
+100.533 37.5781 100.915 37.4635 101.285 37.3906  c
+101.655 37.3177 102.017 37.2812 102.371 37.2812  c
+103.319 37.2812 104.027 37.5260 104.496 38.0156  c
+104.965 38.5052 105.199 39.2500 105.199 40.2500  c
+h
+107.412 37.4375 m
+108.490 37.4375 l
+108.490 44.0000 l
+107.412 44.0000 l
+107.412 37.4375 l
+h
+107.412 34.8750 m
+108.490 34.8750 l
+108.490 36.2500 l
+107.412 36.2500 l
+107.412 34.8750 l
+h
+114.934 37.6250 m
+114.934 38.6562 l
+114.632 38.5000 114.316 38.3828 113.988 38.3047  c
+113.660 38.2266 113.319 38.1875 112.965 38.1875  c
+112.434 38.1875 112.033 38.2682 111.762 38.4297  c
+111.491 38.5911 111.355 38.8385 111.355 39.1719  c
+111.355 39.4219 111.452 39.6172 111.645 39.7578  c
+111.837 39.8984 112.225 40.0312 112.809 40.1562  c
+113.168 40.2500 l
+113.939 40.4062 114.486 40.6354 114.809 40.9375  c
+115.132 41.2396 115.293 41.6562 115.293 42.1875  c
+115.293 42.8021 115.051 43.2865 114.566 43.6406  c
+114.082 43.9948 113.418 44.1719 112.574 44.1719  c
+112.220 44.1719 111.853 44.1380 111.473 44.0703  c
+111.092 44.0026 110.694 43.9010 110.277 43.7656  c
+110.277 42.6406 l
+110.673 42.8490 111.064 43.0052 111.449 43.1094  c
+111.835 43.2135 112.220 43.2656 112.605 43.2656  c
+113.105 43.2656 113.493 43.1797 113.770 43.0078  c
+114.046 42.8359 114.184 42.5885 114.184 42.2656  c
+114.184 41.9740 114.085 41.7500 113.887 41.5938  c
+113.689 41.4375 113.257 41.2865 112.590 41.1406  c
+112.215 41.0625 l
+111.548 40.9167 111.066 40.6979 110.770 40.4062  c
+110.473 40.1146 110.324 39.7188 110.324 39.2188  c
+110.324 38.5938 110.543 38.1146 110.980 37.7812  c
+111.418 37.4479 112.038 37.2812 112.840 37.2812  c
+113.236 37.2812 113.611 37.3099 113.965 37.3672  c
+114.319 37.4245 114.642 37.5104 114.934 37.6250  c
+h
+122.623 40.4531 m
+122.623 40.9688 l
+117.654 40.9688 l
+117.706 41.7188 117.933 42.2865 118.334 42.6719  c
+118.735 43.0573 119.290 43.2500 119.998 43.2500  c
+120.415 43.2500 120.818 43.2005 121.209 43.1016  c
+121.600 43.0026 121.988 42.8490 122.373 42.6406  c
+122.373 43.6719 l
+121.977 43.8281 121.576 43.9505 121.170 44.0391  c
+120.764 44.1276 120.352 44.1719 119.936 44.1719  c
+118.894 44.1719 118.066 43.8672 117.451 43.2578  c
+116.837 42.6484 116.529 41.8229 116.529 40.7812  c
+116.529 39.7083 116.821 38.8568 117.404 38.2266  c
+117.988 37.5964 118.769 37.2812 119.748 37.2812  c
+120.633 37.2812 121.334 37.5651 121.850 38.1328  c
+122.365 38.7005 122.623 39.4740 122.623 40.4531  c
+h
+121.545 40.1250 m
+121.535 39.5417 121.368 39.0729 121.045 38.7188  c
+120.722 38.3646 120.295 38.1875 119.764 38.1875  c
+119.160 38.1875 118.678 38.3594 118.318 38.7031  c
+117.959 39.0469 117.753 39.5260 117.701 40.1406  c
+121.545 40.1250 l
+h
+128.709 38.4375 m
+128.709 34.8750 l
+129.787 34.8750 l
+129.787 44.0000 l
+128.709 44.0000 l
+128.709 43.0156 l
+128.480 43.4010 128.193 43.6901 127.850 43.8828  c
+127.506 44.0755 127.089 44.1719 126.600 44.1719  c
+125.808 44.1719 125.162 43.8542 124.662 43.2188  c
+124.162 42.5833 123.912 41.7500 123.912 40.7188  c
+123.912 39.6875 124.162 38.8568 124.662 38.2266  c
+125.162 37.5964 125.808 37.2812 126.600 37.2812  c
+127.089 37.2812 127.506 37.3750 127.850 37.5625  c
+128.193 37.7500 128.480 38.0417 128.709 38.4375  c
+h
+125.037 40.7188 m
+125.037 41.5104 125.199 42.1328 125.521 42.5859  c
+125.844 43.0391 126.292 43.2656 126.865 43.2656  c
+127.438 43.2656 127.889 43.0391 128.217 42.5859  c
+128.545 42.1328 128.709 41.5104 128.709 40.7188  c
+128.709 39.9271 128.545 39.3073 128.217 38.8594  c
+127.889 38.4115 127.438 38.1875 126.865 38.1875  c
+126.292 38.1875 125.844 38.4115 125.521 38.8594  c
+125.199 39.3073 125.037 39.9271 125.037 40.7188  c
+h
+f
+.647059 .682353 .807843 RG
+newpath
+178.000 32.5000 m
+178.000 47.5000 l
+178.000 48.8807 179.119 50.0000 180.500 50.0000  c
+189.500 50.0000 l
+190.881 50.0000 192.000 48.8807 192.000 47.5000  c
+192.000 32.5000 l
+192.000 31.1193 190.881 30.0000 189.500 30.0000  c
+180.500 30.0000 l
+179.119 30.0000 178.000 31.1193 178.000 32.5000  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+178.000 32.5000 m
+178.000 47.5000 l
+178.000 48.8807 179.119 50.0000 180.500 50.0000  c
+189.500 50.0000 l
+190.881 50.0000 192.000 48.8807 192.000 47.5000  c
+192.000 32.5000 l
+192.000 31.1193 190.881 30.0000 189.500 30.0000  c
+180.500 30.0000 l
+179.119 30.0000 178.000 31.1193 178.000 32.5000  c
+h
+S
+newpath
+183.594 40.2344 m
+186.750 40.2344 l
+186.750 41.1875 l
+183.594 41.1875 l
+183.594 40.2344 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+242.000 32.5000 m
+242.000 47.5000 l
+242.000 48.8807 243.119 50.0000 244.500 50.0000  c
+253.500 50.0000 l
+254.881 50.0000 256.000 48.8807 256.000 47.5000  c
+256.000 32.5000 l
+256.000 31.1193 254.881 30.0000 253.500 30.0000  c
+244.500 30.0000 l
+243.119 30.0000 242.000 31.1193 242.000 32.5000  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+242.000 32.5000 m
+242.000 47.5000 l
+242.000 48.8807 243.119 50.0000 244.500 50.0000  c
+253.500 50.0000 l
+254.881 50.0000 256.000 48.8807 256.000 47.5000  c
+256.000 32.5000 l
+256.000 31.1193 254.881 30.0000 253.500 30.0000  c
+244.500 30.0000 l
+243.119 30.0000 242.000 31.1193 242.000 32.5000  c
+h
+S
+newpath
+247.594 40.2344 m
+250.750 40.2344 l
+250.750 41.1875 l
+247.594 41.1875 l
+247.594 40.2344 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+5.00000 92.5000 m
+5.00000 107.500 l
+5.00000 108.881 6.11929 110.000 7.50000 110.000  c
+79.5000 110.000 l
+80.8807 110.000 82.0000 108.881 82.0000 107.500  c
+82.0000 92.5000 l
+82.0000 91.1193 80.8807 90.0000 79.5000 90.0000  c
+7.50000 90.0000 l
+6.11929 90.0000 5.00000 91.1193 5.00000 92.5000  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+5.00000 92.5000 m
+5.00000 107.500 l
+5.00000 108.881 6.11929 110.000 7.50000 110.000  c
+79.5000 110.000 l
+80.8807 110.000 82.0000 108.881 82.0000 107.500  c
+82.0000 92.5000 l
+82.0000 91.1193 80.8807 90.0000 79.5000 90.0000  c
+7.50000 90.0000 l
+6.11929 90.0000 5.00000 91.1193 5.00000 92.5000  c
+h
+S
+newpath
+14.1094 100.703 m
+13.2448 100.703 12.6432 100.802 12.3047 101.000  c
+11.9661 101.198 11.7969 101.536 11.7969 102.016  c
+11.7969 102.401 11.9245 102.706 12.1797 102.930  c
+12.4349 103.154 12.7760 103.266 13.2031 103.266  c
+13.8073 103.266 14.2891 103.055 14.6484 102.633  c
+15.0078 102.211 15.1875 101.646 15.1875 100.938  c
+15.1875 100.703 l
+14.1094 100.703 l
+h
+16.2656 100.250 m
+16.2656 104.000 l
+15.1875 104.000 l
+15.1875 103.000 l
+14.9375 103.396 14.6302 103.690 14.2656 103.883  c
+13.9010 104.076 13.4531 104.172 12.9219 104.172  c
+12.2448 104.172 11.7083 103.982 11.3125 103.602  c
+10.9167 103.221 10.7188 102.719 10.7188 102.094  c
+10.7188 101.354 10.9661 100.797 11.4609 100.422  c
+11.9557 100.047 12.6927 99.8594 13.6719 99.8594  c
+15.1875 99.8594 l
+15.1875 99.7500 l
+15.1875 99.2500 15.0234 98.8646 14.6953 98.5938  c
+14.3672 98.3229 13.9115 98.1875 13.3281 98.1875  c
+12.9531 98.1875 12.5859 98.2344 12.2266 98.3281  c
+11.8672 98.4219 11.5260 98.5573 11.2031 98.7344  c
+11.2031 97.7344 l
+11.5990 97.5781 11.9818 97.4635 12.3516 97.3906  c
+12.7214 97.3177 13.0833 97.2812 13.4375 97.2812  c
+14.3854 97.2812 15.0938 97.5260 15.5625 98.0156  c
+16.0312 98.5052 16.2656 99.2500 16.2656 100.250  c
+h
+19.5254 103.016 m
+19.5254 106.500 l
+18.4473 106.500 l
+18.4473 97.4375 l
+19.5254 97.4375 l
+19.5254 98.4375 l
+19.7546 98.0417 20.0410 97.7500 20.3848 97.5625  c
+20.7285 97.3750 21.1400 97.2812 21.6191 97.2812  c
+22.4212 97.2812 23.0723 97.5964 23.5723 98.2266  c
+24.0723 98.8568 24.3223 99.6875 24.3223 100.719  c
+24.3223 101.750 24.0723 102.583 23.5723 103.219  c
+23.0723 103.854 22.4212 104.172 21.6191 104.172  c
+21.1400 104.172 20.7285 104.076 20.3848 103.883  c
+20.0410 103.690 19.7546 103.401 19.5254 103.016  c
+h
+23.1973 100.719 m
+23.1973 99.9271 23.0332 99.3073 22.7051 98.8594  c
+22.3770 98.4115 21.9316 98.1875 21.3691 98.1875  c
+20.7962 98.1875 20.3457 98.4115 20.0176 98.8594  c
+19.6895 99.3073 19.5254 99.9271 19.5254 100.719  c
+19.5254 101.510 19.6895 102.133 20.0176 102.586  c
+20.3457 103.039 20.7962 103.266 21.3691 103.266  c
+21.9316 103.266 22.3770 103.039 22.7051 102.586  c
+23.0332 102.133 23.1973 101.510 23.1973 100.719  c
+h
+29.9082 98.4375 m
+29.7832 98.3750 29.6504 98.3255 29.5098 98.2891  c
+29.3691 98.2526 29.2103 98.2344 29.0332 98.2344  c
+28.4290 98.2344 27.9629 98.4323 27.6348 98.8281  c
+27.3066 99.2240 27.1426 99.7969 27.1426 100.547  c
+27.1426 104.000 l
+26.0645 104.000 l
+26.0645 97.4375 l
+27.1426 97.4375 l
+27.1426 98.4531 l
+27.3717 98.0573 27.6686 97.7630 28.0332 97.5703  c
+28.3978 97.3776 28.8405 97.2812 29.3613 97.2812  c
+29.4342 97.2812 29.5150 97.2865 29.6035 97.2969  c
+29.6921 97.3073 29.7884 97.3229 29.8926 97.3438  c
+29.9082 98.4375 l
+h
+33.5762 98.1875 m
+33.0033 98.1875 32.5475 98.4141 32.2090 98.8672  c
+31.8704 99.3203 31.7012 99.9375 31.7012 100.719  c
+31.7012 101.510 31.8678 102.130 32.2012 102.578  c
+32.5345 103.026 32.9928 103.250 33.5762 103.250  c
+34.1491 103.250 34.6048 103.023 34.9434 102.570  c
+35.2819 102.117 35.4512 101.500 35.4512 100.719  c
+35.4512 99.9479 35.2819 99.3333 34.9434 98.8750  c
+34.6048 98.4167 34.1491 98.1875 33.5762 98.1875  c
+h
+33.5762 97.2812 m
+34.5137 97.2812 35.2507 97.5859 35.7871 98.1953  c
+36.3236 98.8047 36.5918 99.6458 36.5918 100.719  c
+36.5918 101.792 36.3236 102.635 35.7871 103.250  c
+35.2507 103.865 34.5137 104.172 33.5762 104.172  c
+32.6387 104.172 31.9017 103.865 31.3652 103.250  c
+30.8288 102.635 30.5605 101.792 30.5605 100.719  c
+30.5605 99.6458 30.8288 98.8047 31.3652 98.1953  c
+31.9017 97.5859 32.6387 97.2812 33.5762 97.2812  c
+h
+41.3555 100.703 m
+40.4909 100.703 39.8893 100.802 39.5508 101.000  c
+39.2122 101.198 39.0430 101.536 39.0430 102.016  c
+39.0430 102.401 39.1706 102.706 39.4258 102.930  c
+39.6810 103.154 40.0221 103.266 40.4492 103.266  c
+41.0534 103.266 41.5352 103.055 41.8945 102.633  c
+42.2539 102.211 42.4336 101.646 42.4336 100.938  c
+42.4336 100.703 l
+41.3555 100.703 l
+h
+43.5117 100.250 m
+43.5117 104.000 l
+42.4336 104.000 l
+42.4336 103.000 l
+42.1836 103.396 41.8763 103.690 41.5117 103.883  c
+41.1471 104.076 40.6992 104.172 40.1680 104.172  c
+39.4909 104.172 38.9544 103.982 38.5586 103.602  c
+38.1628 103.221 37.9648 102.719 37.9648 102.094  c
+37.9648 101.354 38.2122 100.797 38.7070 100.422  c
+39.2018 100.047 39.9388 99.8594 40.9180 99.8594  c
+42.4336 99.8594 l
+42.4336 99.7500 l
+42.4336 99.2500 42.2695 98.8646 41.9414 98.5938  c
+41.6133 98.3229 41.1576 98.1875 40.5742 98.1875  c
+40.1992 98.1875 39.8320 98.2344 39.4727 98.3281  c
+39.1133 98.4219 38.7721 98.5573 38.4492 98.7344  c
+38.4492 97.7344 l
+38.8451 97.5781 39.2279 97.4635 39.5977 97.3906  c
+39.9674 97.3177 40.3294 97.2812 40.6836 97.2812  c
+41.6315 97.2812 42.3398 97.5260 42.8086 98.0156  c
+43.2773 98.5052 43.5117 99.2500 43.5117 100.250  c
+h
+50.4590 97.6875 m
+50.4590 98.7031 l
+50.1465 98.5260 49.8392 98.3958 49.5371 98.3125  c
+49.2350 98.2292 48.9277 98.1875 48.6152 98.1875  c
+47.9069 98.1875 47.3600 98.4089 46.9746 98.8516  c
+46.5892 99.2943 46.3965 99.9167 46.3965 100.719  c
+46.3965 101.521 46.5892 102.143 46.9746 102.586  c
+47.3600 103.029 47.9069 103.250 48.6152 103.250  c
+48.9277 103.250 49.2350 103.208 49.5371 103.125  c
+49.8392 103.042 50.1465 102.917 50.4590 102.750  c
+50.4590 103.750 l
+50.1569 103.885 49.8444 103.990 49.5215 104.062  c
+49.1986 104.135 48.8548 104.172 48.4902 104.172  c
+47.5007 104.172 46.7142 103.862 46.1309 103.242  c
+45.5475 102.622 45.2559 101.781 45.2559 100.719  c
+45.2559 99.6562 45.5501 98.8177 46.1387 98.2031  c
+46.7272 97.5885 47.5371 97.2812 48.5684 97.2812  c
+48.8913 97.2812 49.2116 97.3151 49.5293 97.3828  c
+49.8470 97.4505 50.1569 97.5521 50.4590 97.6875  c
+h
+57.7910 100.031 m
+57.7910 104.000 l
+56.7129 104.000 l
+56.7129 100.078 l
+56.7129 99.4531 56.5905 98.9870 56.3457 98.6797  c
+56.1009 98.3724 55.7389 98.2188 55.2598 98.2188  c
+54.6764 98.2188 54.2155 98.4036 53.8770 98.7734  c
+53.5384 99.1432 53.3691 99.6510 53.3691 100.297  c
+53.3691 104.000 l
+52.2910 104.000 l
+52.2910 94.8750 l
+53.3691 94.8750 l
+53.3691 98.4531 l
+53.6296 98.0573 53.9342 97.7630 54.2832 97.5703  c
+54.6322 97.3776 55.0358 97.2812 55.4941 97.2812  c
+56.2441 97.2812 56.8145 97.5130 57.2051 97.9766  c
+57.5957 98.4401 57.7910 99.1250 57.7910 100.031  c
+h
+59.9277 97.4375 m
+61.0059 97.4375 l
+61.0059 104.000 l
+59.9277 104.000 l
+59.9277 97.4375 l
+h
+59.9277 94.8750 m
+61.0059 94.8750 l
+61.0059 96.2500 l
+59.9277 96.2500 l
+59.9277 94.8750 l
+h
+68.7305 100.031 m
+68.7305 104.000 l
+67.6523 104.000 l
+67.6523 100.078 l
+67.6523 99.4531 67.5299 98.9870 67.2852 98.6797  c
+67.0404 98.3724 66.6784 98.2188 66.1992 98.2188  c
+65.6159 98.2188 65.1549 98.4036 64.8164 98.7734  c
+64.4779 99.1432 64.3086 99.6510 64.3086 100.297  c
+64.3086 104.000 l
+63.2305 104.000 l
+63.2305 97.4375 l
+64.3086 97.4375 l
+64.3086 98.4531 l
+64.5690 98.0573 64.8737 97.7630 65.2227 97.5703  c
+65.5716 97.3776 65.9753 97.2812 66.4336 97.2812  c
+67.1836 97.2812 67.7539 97.5130 68.1445 97.9766  c
+68.5352 98.4401 68.7305 99.1250 68.7305 100.031  c
+h
+75.1953 100.641 m
+75.1953 99.8594 75.0339 99.2552 74.7109 98.8281  c
+74.3880 98.4010 73.9349 98.1875 73.3516 98.1875  c
+72.7786 98.1875 72.3307 98.4010 72.0078 98.8281  c
+71.6849 99.2552 71.5234 99.8594 71.5234 100.641  c
+71.5234 101.422 71.6849 102.026 72.0078 102.453  c
+72.3307 102.880 72.7786 103.094 73.3516 103.094  c
+73.9349 103.094 74.3880 102.880 74.7109 102.453  c
+75.0339 102.026 75.1953 101.422 75.1953 100.641  c
+h
+76.2734 103.188 m
+76.2734 104.302 76.0260 105.133 75.5312 105.680  c
+75.0365 106.227 74.2734 106.500 73.2422 106.500  c
+72.8672 106.500 72.5104 106.471 72.1719 106.414  c
+71.8333 106.357 71.5078 106.271 71.1953 106.156  c
+71.1953 105.109 l
+71.5078 105.276 71.8203 105.401 72.1328 105.484  c
+72.4453 105.568 72.7578 105.609 73.0703 105.609  c
+73.7786 105.609 74.3099 105.424 74.6641 105.055  c
+75.0182 104.685 75.1953 104.125 75.1953 103.375  c
+75.1953 102.844 l
+74.9661 103.229 74.6797 103.518 74.3359 103.711  c
+73.9922 103.904 73.5755 104.000 73.0859 104.000  c
+72.2839 104.000 71.6354 103.693 71.1406 103.078  c
+70.6458 102.464 70.3984 101.651 70.3984 100.641  c
+70.3984 99.6302 70.6458 98.8177 71.1406 98.2031  c
+71.6354 97.5885 72.2839 97.2812 73.0859 97.2812  c
+73.5755 97.2812 73.9922 97.3776 74.3359 97.5703  c
+74.6797 97.7630 74.9661 98.0521 75.1953 98.4375  c
+75.1953 97.4375 l
+76.2734 97.4375 l
+76.2734 103.188 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+89.0000 92.5000 m
+89.0000 107.500 l
+89.0000 108.881 90.1193 110.000 91.5000 110.000  c
+132.500 110.000 l
+133.881 110.000 135.000 108.881 135.000 107.500  c
+135.000 92.5000 l
+135.000 91.1193 133.881 90.0000 132.500 90.0000  c
+91.5000 90.0000 l
+90.1193 90.0000 89.0000 91.1193 89.0000 92.5000  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+89.0000 92.5000 m
+89.0000 107.500 l
+89.0000 108.881 90.1193 110.000 91.5000 110.000  c
+132.500 110.000 l
+133.881 110.000 135.000 108.881 135.000 107.500  c
+135.000 92.5000 l
+135.000 91.1193 133.881 90.0000 132.500 90.0000  c
+91.5000 90.0000 l
+90.1193 90.0000 89.0000 91.1193 89.0000 92.5000  c
+h
+S
+newpath
+98.9375 98.4375 m
+98.8125 98.3750 98.6797 98.3255 98.5391 98.2891  c
+98.3984 98.2526 98.2396 98.2344 98.0625 98.2344  c
+97.4583 98.2344 96.9922 98.4323 96.6641 98.8281  c
+96.3359 99.2240 96.1719 99.7969 96.1719 100.547  c
+96.1719 104.000 l
+95.0938 104.000 l
+95.0938 97.4375 l
+96.1719 97.4375 l
+96.1719 98.4531 l
+96.4010 98.0573 96.6979 97.7630 97.0625 97.5703  c
+97.4271 97.3776 97.8698 97.2812 98.3906 97.2812  c
+98.4635 97.2812 98.5443 97.2865 98.6328 97.2969  c
+98.7214 97.3073 98.8177 97.3229 98.9219 97.3438  c
+98.9375 98.4375 l
+h
+103.043 100.703 m
+102.178 100.703 101.577 100.802 101.238 101.000  c
+100.900 101.198 100.730 101.536 100.730 102.016  c
+100.730 102.401 100.858 102.706 101.113 102.930  c
+101.368 103.154 101.710 103.266 102.137 103.266  c
+102.741 103.266 103.223 103.055 103.582 102.633  c
+103.941 102.211 104.121 101.646 104.121 100.938  c
+104.121 100.703 l
+103.043 100.703 l
+h
+105.199 100.250 m
+105.199 104.000 l
+104.121 104.000 l
+104.121 103.000 l
+103.871 103.396 103.564 103.690 103.199 103.883  c
+102.835 104.076 102.387 104.172 101.855 104.172  c
+101.178 104.172 100.642 103.982 100.246 103.602  c
+99.8503 103.221 99.6523 102.719 99.6523 102.094  c
+99.6523 101.354 99.8997 100.797 100.395 100.422  c
+100.889 100.047 101.626 99.8594 102.605 99.8594  c
+104.121 99.8594 l
+104.121 99.7500 l
+104.121 99.2500 103.957 98.8646 103.629 98.5938  c
+103.301 98.3229 102.845 98.1875 102.262 98.1875  c
+101.887 98.1875 101.520 98.2344 101.160 98.3281  c
+100.801 98.4219 100.460 98.5573 100.137 98.7344  c
+100.137 97.7344 l
+100.533 97.5781 100.915 97.4635 101.285 97.3906  c
+101.655 97.3177 102.017 97.2812 102.371 97.2812  c
+103.319 97.2812 104.027 97.5260 104.496 98.0156  c
+104.965 98.5052 105.199 99.2500 105.199 100.250  c
+h
+107.412 97.4375 m
+108.490 97.4375 l
+108.490 104.000 l
+107.412 104.000 l
+107.412 97.4375 l
+h
+107.412 94.8750 m
+108.490 94.8750 l
+108.490 96.2500 l
+107.412 96.2500 l
+107.412 94.8750 l
+h
+114.934 97.6250 m
+114.934 98.6562 l
+114.632 98.5000 114.316 98.3828 113.988 98.3047  c
+113.660 98.2266 113.319 98.1875 112.965 98.1875  c
+112.434 98.1875 112.033 98.2682 111.762 98.4297  c
+111.491 98.5911 111.355 98.8385 111.355 99.1719  c
+111.355 99.4219 111.452 99.6172 111.645 99.7578  c
+111.837 99.8984 112.225 100.031 112.809 100.156  c
+113.168 100.250 l
+113.939 100.406 114.486 100.635 114.809 100.938  c
+115.132 101.240 115.293 101.656 115.293 102.188  c
+115.293 102.802 115.051 103.286 114.566 103.641  c
+114.082 103.995 113.418 104.172 112.574 104.172  c
+112.220 104.172 111.853 104.138 111.473 104.070  c
+111.092 104.003 110.694 103.901 110.277 103.766  c
+110.277 102.641 l
+110.673 102.849 111.064 103.005 111.449 103.109  c
+111.835 103.214 112.220 103.266 112.605 103.266  c
+113.105 103.266 113.493 103.180 113.770 103.008  c
+114.046 102.836 114.184 102.589 114.184 102.266  c
+114.184 101.974 114.085 101.750 113.887 101.594  c
+113.689 101.438 113.257 101.286 112.590 101.141  c
+112.215 101.062 l
+111.548 100.917 111.066 100.698 110.770 100.406  c
+110.473 100.115 110.324 99.7188 110.324 99.2188  c
+110.324 98.5938 110.543 98.1146 110.980 97.7812  c
+111.418 97.4479 112.038 97.2812 112.840 97.2812  c
+113.236 97.2812 113.611 97.3099 113.965 97.3672  c
+114.319 97.4245 114.642 97.5104 114.934 97.6250  c
+h
+122.623 100.453 m
+122.623 100.969 l
+117.654 100.969 l
+117.706 101.719 117.933 102.286 118.334 102.672  c
+118.735 103.057 119.290 103.250 119.998 103.250  c
+120.415 103.250 120.818 103.201 121.209 103.102  c
+121.600 103.003 121.988 102.849 122.373 102.641  c
+122.373 103.672 l
+121.977 103.828 121.576 103.951 121.170 104.039  c
+120.764 104.128 120.352 104.172 119.936 104.172  c
+118.894 104.172 118.066 103.867 117.451 103.258  c
+116.837 102.648 116.529 101.823 116.529 100.781  c
+116.529 99.7083 116.821 98.8568 117.404 98.2266  c
+117.988 97.5964 118.769 97.2812 119.748 97.2812  c
+120.633 97.2812 121.334 97.5651 121.850 98.1328  c
+122.365 98.7005 122.623 99.4740 122.623 100.453  c
+h
+121.545 100.125 m
+121.535 99.5417 121.368 99.0729 121.045 98.7188  c
+120.722 98.3646 120.295 98.1875 119.764 98.1875  c
+119.160 98.1875 118.678 98.3594 118.318 98.7031  c
+117.959 99.0469 117.753 99.5260 117.701 100.141  c
+121.545 100.125 l
+h
+128.709 98.4375 m
+128.709 94.8750 l
+129.787 94.8750 l
+129.787 104.000 l
+128.709 104.000 l
+128.709 103.016 l
+128.480 103.401 128.193 103.690 127.850 103.883  c
+127.506 104.076 127.089 104.172 126.600 104.172  c
+125.808 104.172 125.162 103.854 124.662 103.219  c
+124.162 102.583 123.912 101.750 123.912 100.719  c
+123.912 99.6875 124.162 98.8568 124.662 98.2266  c
+125.162 97.5964 125.808 97.2812 126.600 97.2812  c
+127.089 97.2812 127.506 97.3750 127.850 97.5625  c
+128.193 97.7500 128.480 98.0417 128.709 98.4375  c
+h
+125.037 100.719 m
+125.037 101.510 125.199 102.133 125.521 102.586  c
+125.844 103.039 126.292 103.266 126.865 103.266  c
+127.438 103.266 127.889 103.039 128.217 102.586  c
+128.545 102.133 128.709 101.510 128.709 100.719  c
+128.709 99.9271 128.545 99.3073 128.217 98.8594  c
+127.889 98.4115 127.438 98.1875 126.865 98.1875  c
+126.292 98.1875 125.844 98.4115 125.521 98.8594  c
+125.199 99.3073 125.037 99.9271 125.037 100.719  c
+h
+f
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+144.000 92.5000 m
+144.000 107.500 l
+144.000 108.881 145.119 110.000 146.500 110.000  c
+224.500 110.000 l
+225.881 110.000 227.000 108.881 227.000 107.500  c
+227.000 92.5000 l
+227.000 91.1193 225.881 90.0000 224.500 90.0000  c
+146.500 90.0000 l
+145.119 90.0000 144.000 91.1193 144.000 92.5000  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+144.000 92.5000 m
+144.000 107.500 l
+144.000 108.881 145.119 110.000 146.500 110.000  c
+224.500 110.000 l
+225.881 110.000 227.000 108.881 227.000 107.500  c
+227.000 92.5000 l
+227.000 91.1193 225.881 90.0000 224.500 90.0000  c
+146.500 90.0000 l
+145.119 90.0000 144.000 91.1193 144.000 92.5000  c
+h
+S
+newpath
+151.203 95.5781 m
+151.203 97.4375 l
+153.422 97.4375 l
+153.422 98.2812 l
+151.203 98.2812 l
+151.203 101.844 l
+151.203 102.375 151.276 102.716 151.422 102.867  c
+151.568 103.018 151.865 103.094 152.312 103.094  c
+153.422 103.094 l
+153.422 104.000 l
+152.312 104.000 l
+151.479 104.000 150.904 103.844 150.586 103.531  c
+150.268 103.219 150.109 102.656 150.109 101.844  c
+150.109 98.2812 l
+149.328 98.2812 l
+149.328 97.4375 l
+150.109 97.4375 l
+150.109 95.5781 l
+151.203 95.5781 l
+h
+158.643 98.4375 m
+158.518 98.3750 158.385 98.3255 158.244 98.2891  c
+158.104 98.2526 157.945 98.2344 157.768 98.2344  c
+157.163 98.2344 156.697 98.4323 156.369 98.8281  c
+156.041 99.2240 155.877 99.7969 155.877 100.547  c
+155.877 104.000 l
+154.799 104.000 l
+154.799 97.4375 l
+155.877 97.4375 l
+155.877 98.4531 l
+156.106 98.0573 156.403 97.7630 156.768 97.5703  c
+157.132 97.3776 157.575 97.2812 158.096 97.2812  c
+158.169 97.2812 158.249 97.2865 158.338 97.2969  c
+158.426 97.3073 158.523 97.3229 158.627 97.3438  c
+158.643 98.4375 l
+h
+162.748 100.703 m
+161.883 100.703 161.282 100.802 160.943 101.000  c
+160.605 101.198 160.436 101.536 160.436 102.016  c
+160.436 102.401 160.563 102.706 160.818 102.930  c
+161.074 103.154 161.415 103.266 161.842 103.266  c
+162.446 103.266 162.928 103.055 163.287 102.633  c
+163.646 102.211 163.826 101.646 163.826 100.938  c
+163.826 100.703 l
+162.748 100.703 l
+h
+164.904 100.250 m
+164.904 104.000 l
+163.826 104.000 l
+163.826 103.000 l
+163.576 103.396 163.269 103.690 162.904 103.883  c
+162.540 104.076 162.092 104.172 161.561 104.172  c
+160.883 104.172 160.347 103.982 159.951 103.602  c
+159.555 103.221 159.357 102.719 159.357 102.094  c
+159.357 101.354 159.605 100.797 160.100 100.422  c
+160.594 100.047 161.331 99.8594 162.311 99.8594  c
+163.826 99.8594 l
+163.826 99.7500 l
+163.826 99.2500 163.662 98.8646 163.334 98.5938  c
+163.006 98.3229 162.550 98.1875 161.967 98.1875  c
+161.592 98.1875 161.225 98.2344 160.865 98.3281  c
+160.506 98.4219 160.165 98.5573 159.842 98.7344  c
+159.842 97.7344 l
+160.238 97.5781 160.620 97.4635 160.990 97.3906  c
+161.360 97.3177 161.722 97.2812 162.076 97.2812  c
+163.024 97.2812 163.732 97.5260 164.201 98.0156  c
+164.670 98.5052 164.904 99.2500 164.904 100.250  c
+h
+167.117 97.4375 m
+168.195 97.4375 l
+168.195 104.000 l
+167.117 104.000 l
+167.117 97.4375 l
+h
+167.117 94.8750 m
+168.195 94.8750 l
+168.195 96.2500 l
+167.117 96.2500 l
+167.117 94.8750 l
+h
+175.920 100.031 m
+175.920 104.000 l
+174.842 104.000 l
+174.842 100.078 l
+174.842 99.4531 174.719 98.9870 174.475 98.6797  c
+174.230 98.3724 173.868 98.2188 173.389 98.2188  c
+172.805 98.2188 172.344 98.4036 172.006 98.7734  c
+171.667 99.1432 171.498 99.6510 171.498 100.297  c
+171.498 104.000 l
+170.420 104.000 l
+170.420 97.4375 l
+171.498 97.4375 l
+171.498 98.4531 l
+171.758 98.0573 172.063 97.7630 172.412 97.5703  c
+172.761 97.3776 173.165 97.2812 173.623 97.2812  c
+174.373 97.2812 174.943 97.5130 175.334 97.9766  c
+175.725 98.4401 175.920 99.1250 175.920 100.031  c
+h
+184.666 95.9219 m
+184.666 97.1719 l
+184.260 96.7969 183.833 96.5182 183.385 96.3359  c
+182.937 96.1536 182.458 96.0625 181.947 96.0625  c
+180.947 96.0625 180.182 96.3698 179.650 96.9844  c
+179.119 97.5990 178.854 98.4844 178.854 99.6406  c
+178.854 100.786 179.119 101.667 179.650 102.281  c
+180.182 102.896 180.947 103.203 181.947 103.203  c
+182.458 103.203 182.937 103.109 183.385 102.922  c
+183.833 102.734 184.260 102.458 184.666 102.094  c
+184.666 103.328 l
+184.249 103.609 183.809 103.820 183.346 103.961  c
+182.882 104.102 182.395 104.172 181.885 104.172  c
+180.551 104.172 179.505 103.766 178.744 102.953  c
+177.984 102.141 177.604 101.036 177.604 99.6406  c
+177.604 98.2344 177.984 97.1250 178.744 96.3125  c
+179.505 95.5000 180.551 95.0938 181.885 95.0938  c
+182.406 95.0938 182.898 95.1641 183.361 95.3047  c
+183.825 95.4453 184.260 95.6510 184.666 95.9219  c
+h
+188.982 98.1875 m
+188.410 98.1875 187.954 98.4141 187.615 98.8672  c
+187.277 99.3203 187.107 99.9375 187.107 100.719  c
+187.107 101.510 187.274 102.130 187.607 102.578  c
+187.941 103.026 188.399 103.250 188.982 103.250  c
+189.555 103.250 190.011 103.023 190.350 102.570  c
+190.688 102.117 190.857 101.500 190.857 100.719  c
+190.857 99.9479 190.688 99.3333 190.350 98.8750  c
+190.011 98.4167 189.555 98.1875 188.982 98.1875  c
+h
+188.982 97.2812 m
+189.920 97.2812 190.657 97.5859 191.193 98.1953  c
+191.730 98.8047 191.998 99.6458 191.998 100.719  c
+191.998 101.792 191.730 102.635 191.193 103.250  c
+190.657 103.865 189.920 104.172 188.982 104.172  c
+188.045 104.172 187.308 103.865 186.771 103.250  c
+186.235 102.635 185.967 101.792 185.967 100.719  c
+185.967 99.6458 186.235 98.8047 186.771 98.1953  c
+187.308 97.5859 188.045 97.2812 188.982 97.2812  c
+h
+198.887 98.7031 m
+199.158 98.2135 199.480 97.8542 199.855 97.6250  c
+200.230 97.3958 200.673 97.2812 201.184 97.2812  c
+201.871 97.2812 202.400 97.5208 202.770 98.0000  c
+203.139 98.4792 203.324 99.1562 203.324 100.031  c
+203.324 104.000 l
+202.246 104.000 l
+202.246 100.078 l
+202.246 99.4427 202.134 98.9740 201.910 98.6719  c
+201.686 98.3698 201.345 98.2188 200.887 98.2188  c
+200.324 98.2188 199.882 98.4036 199.559 98.7734  c
+199.236 99.1432 199.074 99.6510 199.074 100.297  c
+199.074 104.000 l
+197.996 104.000 l
+197.996 100.078 l
+197.996 99.4427 197.884 98.9740 197.660 98.6719  c
+197.436 98.3698 197.090 98.2188 196.621 98.2188  c
+196.069 98.2188 195.632 98.4036 195.309 98.7734  c
+194.986 99.1432 194.824 99.6510 194.824 100.297  c
+194.824 104.000 l
+193.746 104.000 l
+193.746 97.4375 l
+194.824 97.4375 l
+194.824 98.4531 l
+195.074 98.0573 195.371 97.7630 195.715 97.5703  c
+196.059 97.3776 196.465 97.2812 196.934 97.2812  c
+197.413 97.2812 197.819 97.4010 198.152 97.6406  c
+198.486 97.8802 198.730 98.2344 198.887 98.7031  c
+h
+205.467 97.4375 m
+206.545 97.4375 l
+206.545 104.000 l
+205.467 104.000 l
+205.467 97.4375 l
+h
+205.467 94.8750 m
+206.545 94.8750 l
+206.545 96.2500 l
+205.467 96.2500 l
+205.467 94.8750 l
+h
+214.270 100.031 m
+214.270 104.000 l
+213.191 104.000 l
+213.191 100.078 l
+213.191 99.4531 213.069 98.9870 212.824 98.6797  c
+212.579 98.3724 212.217 98.2188 211.738 98.2188  c
+211.155 98.2188 210.694 98.4036 210.355 98.7734  c
+210.017 99.1432 209.848 99.6510 209.848 100.297  c
+209.848 104.000 l
+208.770 104.000 l
+208.770 97.4375 l
+209.848 97.4375 l
+209.848 98.4531 l
+210.108 98.0573 210.413 97.7630 210.762 97.5703  c
+211.111 97.3776 211.514 97.2812 211.973 97.2812  c
+212.723 97.2812 213.293 97.5130 213.684 97.9766  c
+214.074 98.4401 214.270 99.1250 214.270 100.031  c
+h
+220.734 100.641 m
+220.734 99.8594 220.573 99.2552 220.250 98.8281  c
+219.927 98.4010 219.474 98.1875 218.891 98.1875  c
+218.318 98.1875 217.870 98.4010 217.547 98.8281  c
+217.224 99.2552 217.062 99.8594 217.062 100.641  c
+217.062 101.422 217.224 102.026 217.547 102.453  c
+217.870 102.880 218.318 103.094 218.891 103.094  c
+219.474 103.094 219.927 102.880 220.250 102.453  c
+220.573 102.026 220.734 101.422 220.734 100.641  c
+h
+221.812 103.188 m
+221.812 104.302 221.565 105.133 221.070 105.680  c
+220.576 106.227 219.812 106.500 218.781 106.500  c
+218.406 106.500 218.049 106.471 217.711 106.414  c
+217.372 106.357 217.047 106.271 216.734 106.156  c
+216.734 105.109 l
+217.047 105.276 217.359 105.401 217.672 105.484  c
+217.984 105.568 218.297 105.609 218.609 105.609  c
+219.318 105.609 219.849 105.424 220.203 105.055  c
+220.557 104.685 220.734 104.125 220.734 103.375  c
+220.734 102.844 l
+220.505 103.229 220.219 103.518 219.875 103.711  c
+219.531 103.904 219.115 104.000 218.625 104.000  c
+217.823 104.000 217.174 103.693 216.680 103.078  c
+216.185 102.464 215.938 101.651 215.938 100.641  c
+215.938 99.6302 216.185 98.8177 216.680 98.2031  c
+217.174 97.5885 217.823 97.2812 218.625 97.2812  c
+219.115 97.2812 219.531 97.3776 219.875 97.5703  c
+220.219 97.7630 220.505 98.0521 220.734 98.4375  c
+220.734 97.4375 l
+221.812 97.4375 l
+221.812 103.188 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+247.000 90.0000 m
+252.000 90.0000 l
+252.000 120.000 l
+247.000 120.000 l
+247.000 90.0000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 90.5000 m
+246.500 115.500 l
+S
+newpath
+252.500 90.5000 m
+252.500 115.500 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+41.0000 150.000 m
+46.0000 150.000 l
+46.0000 180.000 l
+41.0000 180.000 l
+41.0000 150.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+40.5000 150.500 m
+40.5000 175.500 l
+S
+newpath
+46.5000 150.500 m
+46.5000 175.500 l
+S
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+82.0000 152.500 m
+82.0000 167.500 l
+82.0000 168.881 83.1193 170.000 84.5000 170.000  c
+140.500 170.000 l
+141.881 170.000 143.000 168.881 143.000 167.500  c
+143.000 152.500 l
+143.000 151.119 141.881 150.000 140.500 150.000  c
+84.5000 150.000 l
+83.1193 150.000 82.0000 151.119 82.0000 152.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+82.0000 152.500 m
+82.0000 167.500 l
+82.0000 168.881 83.1193 170.000 84.5000 170.000  c
+140.500 170.000 l
+141.881 170.000 143.000 168.881 143.000 167.500  c
+143.000 152.500 l
+143.000 151.119 141.881 150.000 140.500 150.000  c
+84.5000 150.000 l
+83.1193 150.000 82.0000 151.119 82.0000 152.500  c
+h
+S
+newpath
+88.1250 154.875 m
+89.2031 154.875 l
+89.2031 164.000 l
+88.1250 164.000 l
+88.1250 154.875 l
+h
+94.0059 158.188 m
+93.4329 158.188 92.9772 158.414 92.6387 158.867  c
+92.3001 159.320 92.1309 159.938 92.1309 160.719  c
+92.1309 161.510 92.2975 162.130 92.6309 162.578  c
+92.9642 163.026 93.4225 163.250 94.0059 163.250  c
+94.5788 163.250 95.0345 163.023 95.3730 162.570  c
+95.7116 162.117 95.8809 161.500 95.8809 160.719  c
+95.8809 159.948 95.7116 159.333 95.3730 158.875  c
+95.0345 158.417 94.5788 158.188 94.0059 158.188  c
+h
+94.0059 157.281 m
+94.9434 157.281 95.6803 157.586 96.2168 158.195  c
+96.7533 158.805 97.0215 159.646 97.0215 160.719  c
+97.0215 161.792 96.7533 162.635 96.2168 163.250  c
+95.6803 163.865 94.9434 164.172 94.0059 164.172  c
+93.0684 164.172 92.3314 163.865 91.7949 163.250  c
+91.2585 162.635 90.9902 161.792 90.9902 160.719  c
+90.9902 159.646 91.2585 158.805 91.7949 158.195  c
+92.3314 157.586 93.0684 157.281 94.0059 157.281  c
+h
+98.1758 157.438 m
+99.2539 157.438 l
+100.613 162.562 l
+101.941 157.438 l
+103.223 157.438 l
+104.566 162.562 l
+105.910 157.438 l
+106.988 157.438 l
+105.270 164.000 l
+104.004 164.000 l
+102.582 158.625 l
+101.176 164.000 l
+99.8945 164.000 l
+98.1758 157.438 l
+h
+114.240 160.453 m
+114.240 160.969 l
+109.271 160.969 l
+109.324 161.719 109.550 162.286 109.951 162.672  c
+110.352 163.057 110.907 163.250 111.615 163.250  c
+112.032 163.250 112.436 163.201 112.826 163.102  c
+113.217 163.003 113.605 162.849 113.990 162.641  c
+113.990 163.672 l
+113.594 163.828 113.193 163.951 112.787 164.039  c
+112.381 164.128 111.969 164.172 111.553 164.172  c
+110.511 164.172 109.683 163.867 109.068 163.258  c
+108.454 162.648 108.146 161.823 108.146 160.781  c
+108.146 159.708 108.438 158.857 109.021 158.227  c
+109.605 157.596 110.386 157.281 111.365 157.281  c
+112.251 157.281 112.951 157.565 113.467 158.133  c
+113.982 158.701 114.240 159.474 114.240 160.453  c
+h
+113.162 160.125 m
+113.152 159.542 112.985 159.073 112.662 158.719  c
+112.339 158.365 111.912 158.188 111.381 158.188  c
+110.777 158.188 110.295 158.359 109.936 158.703  c
+109.576 159.047 109.370 159.526 109.318 160.141  c
+113.162 160.125 l
+h
+119.811 158.438 m
+119.686 158.375 119.553 158.326 119.412 158.289  c
+119.271 158.253 119.113 158.234 118.936 158.234  c
+118.331 158.234 117.865 158.432 117.537 158.828  c
+117.209 159.224 117.045 159.797 117.045 160.547  c
+117.045 164.000 l
+115.967 164.000 l
+115.967 157.438 l
+117.045 157.438 l
+117.045 158.453 l
+117.274 158.057 117.571 157.763 117.936 157.570  c
+118.300 157.378 118.743 157.281 119.264 157.281  c
+119.337 157.281 119.417 157.286 119.506 157.297  c
+119.594 157.307 119.691 157.323 119.795 157.344  c
+119.811 158.438 l
+h
+120.932 157.438 m
+122.010 157.438 l
+122.010 164.000 l
+120.932 164.000 l
+120.932 157.438 l
+h
+120.932 154.875 m
+122.010 154.875 l
+122.010 156.250 l
+120.932 156.250 l
+120.932 154.875 l
+h
+129.734 160.031 m
+129.734 164.000 l
+128.656 164.000 l
+128.656 160.078 l
+128.656 159.453 128.534 158.987 128.289 158.680  c
+128.044 158.372 127.682 158.219 127.203 158.219  c
+126.620 158.219 126.159 158.404 125.820 158.773  c
+125.482 159.143 125.312 159.651 125.312 160.297  c
+125.312 164.000 l
+124.234 164.000 l
+124.234 157.438 l
+125.312 157.438 l
+125.312 158.453 l
+125.573 158.057 125.878 157.763 126.227 157.570  c
+126.576 157.378 126.979 157.281 127.438 157.281  c
+128.188 157.281 128.758 157.513 129.148 157.977  c
+129.539 158.440 129.734 159.125 129.734 160.031  c
+h
+136.199 160.641 m
+136.199 159.859 136.038 159.255 135.715 158.828  c
+135.392 158.401 134.939 158.188 134.355 158.188  c
+133.783 158.188 133.335 158.401 133.012 158.828  c
+132.689 159.255 132.527 159.859 132.527 160.641  c
+132.527 161.422 132.689 162.026 133.012 162.453  c
+133.335 162.880 133.783 163.094 134.355 163.094  c
+134.939 163.094 135.392 162.880 135.715 162.453  c
+136.038 162.026 136.199 161.422 136.199 160.641  c
+h
+137.277 163.188 m
+137.277 164.302 137.030 165.133 136.535 165.680  c
+136.040 166.227 135.277 166.500 134.246 166.500  c
+133.871 166.500 133.514 166.471 133.176 166.414  c
+132.837 166.357 132.512 166.271 132.199 166.156  c
+132.199 165.109 l
+132.512 165.276 132.824 165.401 133.137 165.484  c
+133.449 165.568 133.762 165.609 134.074 165.609  c
+134.783 165.609 135.314 165.424 135.668 165.055  c
+136.022 164.685 136.199 164.125 136.199 163.375  c
+136.199 162.844 l
+135.970 163.229 135.684 163.518 135.340 163.711  c
+134.996 163.904 134.579 164.000 134.090 164.000  c
+133.288 164.000 132.639 163.693 132.145 163.078  c
+131.650 162.464 131.402 161.651 131.402 160.641  c
+131.402 159.630 131.650 158.818 132.145 158.203  c
+132.639 157.589 133.288 157.281 134.090 157.281  c
+134.579 157.281 134.996 157.378 135.340 157.570  c
+135.684 157.763 135.970 158.052 136.199 158.438  c
+136.199 157.438 l
+137.277 157.438 l
+137.277 163.188 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+178.000 152.500 m
+178.000 167.500 l
+178.000 168.881 179.119 170.000 180.500 170.000  c
+189.500 170.000 l
+190.881 170.000 192.000 168.881 192.000 167.500  c
+192.000 152.500 l
+192.000 151.119 190.881 150.000 189.500 150.000  c
+180.500 150.000 l
+179.119 150.000 178.000 151.119 178.000 152.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+178.000 152.500 m
+178.000 167.500 l
+178.000 168.881 179.119 170.000 180.500 170.000  c
+189.500 170.000 l
+190.881 170.000 192.000 168.881 192.000 167.500  c
+192.000 152.500 l
+192.000 151.119 190.881 150.000 189.500 150.000  c
+180.500 150.000 l
+179.119 150.000 178.000 151.119 178.000 152.500  c
+h
+S
+newpath
+183.594 160.234 m
+186.750 160.234 l
+186.750 161.188 l
+183.594 161.188 l
+183.594 160.234 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+242.000 152.500 m
+242.000 167.500 l
+242.000 168.881 243.119 170.000 244.500 170.000  c
+253.500 170.000 l
+254.881 170.000 256.000 168.881 256.000 167.500  c
+256.000 152.500 l
+256.000 151.119 254.881 150.000 253.500 150.000  c
+244.500 150.000 l
+243.119 150.000 242.000 151.119 242.000 152.500  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+242.000 152.500 m
+242.000 167.500 l
+242.000 168.881 243.119 170.000 244.500 170.000  c
+253.500 170.000 l
+254.881 170.000 256.000 168.881 256.000 167.500  c
+256.000 152.500 l
+256.000 151.119 254.881 150.000 253.500 150.000  c
+244.500 150.000 l
+243.119 150.000 242.000 151.119 242.000 152.500  c
+h
+S
+newpath
+247.594 160.234 m
+250.750 160.234 l
+250.750 161.188 l
+247.594 161.188 l
+247.594 160.234 l
+h
+f
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+5.00000 212.500 m
+5.00000 227.500 l
+5.00000 228.881 6.11929 230.000 7.50000 230.000  c
+79.5000 230.000 l
+80.8807 230.000 82.0000 228.881 82.0000 227.500  c
+82.0000 212.500 l
+82.0000 211.119 80.8807 210.000 79.5000 210.000  c
+7.50000 210.000 l
+6.11929 210.000 5.00000 211.119 5.00000 212.500  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+5.00000 212.500 m
+5.00000 227.500 l
+5.00000 228.881 6.11929 230.000 7.50000 230.000  c
+79.5000 230.000 l
+80.8807 230.000 82.0000 228.881 82.0000 227.500  c
+82.0000 212.500 l
+82.0000 211.119 80.8807 210.000 79.5000 210.000  c
+7.50000 210.000 l
+6.11929 210.000 5.00000 211.119 5.00000 212.500  c
+h
+S
+newpath
+14.1094 220.703 m
+13.2448 220.703 12.6432 220.802 12.3047 221.000  c
+11.9661 221.198 11.7969 221.536 11.7969 222.016  c
+11.7969 222.401 11.9245 222.706 12.1797 222.930  c
+12.4349 223.154 12.7760 223.266 13.2031 223.266  c
+13.8073 223.266 14.2891 223.055 14.6484 222.633  c
+15.0078 222.211 15.1875 221.646 15.1875 220.938  c
+15.1875 220.703 l
+14.1094 220.703 l
+h
+16.2656 220.250 m
+16.2656 224.000 l
+15.1875 224.000 l
+15.1875 223.000 l
+14.9375 223.396 14.6302 223.690 14.2656 223.883  c
+13.9010 224.076 13.4531 224.172 12.9219 224.172  c
+12.2448 224.172 11.7083 223.982 11.3125 223.602  c
+10.9167 223.221 10.7188 222.719 10.7188 222.094  c
+10.7188 221.354 10.9661 220.797 11.4609 220.422  c
+11.9557 220.047 12.6927 219.859 13.6719 219.859  c
+15.1875 219.859 l
+15.1875 219.750 l
+15.1875 219.250 15.0234 218.865 14.6953 218.594  c
+14.3672 218.323 13.9115 218.188 13.3281 218.188  c
+12.9531 218.188 12.5859 218.234 12.2266 218.328  c
+11.8672 218.422 11.5260 218.557 11.2031 218.734  c
+11.2031 217.734 l
+11.5990 217.578 11.9818 217.464 12.3516 217.391  c
+12.7214 217.318 13.0833 217.281 13.4375 217.281  c
+14.3854 217.281 15.0938 217.526 15.5625 218.016  c
+16.0312 218.505 16.2656 219.250 16.2656 220.250  c
+h
+19.5254 223.016 m
+19.5254 226.500 l
+18.4473 226.500 l
+18.4473 217.438 l
+19.5254 217.438 l
+19.5254 218.438 l
+19.7546 218.042 20.0410 217.750 20.3848 217.562  c
+20.7285 217.375 21.1400 217.281 21.6191 217.281  c
+22.4212 217.281 23.0723 217.596 23.5723 218.227  c
+24.0723 218.857 24.3223 219.688 24.3223 220.719  c
+24.3223 221.750 24.0723 222.583 23.5723 223.219  c
+23.0723 223.854 22.4212 224.172 21.6191 224.172  c
+21.1400 224.172 20.7285 224.076 20.3848 223.883  c
+20.0410 223.690 19.7546 223.401 19.5254 223.016  c
+h
+23.1973 220.719 m
+23.1973 219.927 23.0332 219.307 22.7051 218.859  c
+22.3770 218.411 21.9316 218.188 21.3691 218.188  c
+20.7962 218.188 20.3457 218.411 20.0176 218.859  c
+19.6895 219.307 19.5254 219.927 19.5254 220.719  c
+19.5254 221.510 19.6895 222.133 20.0176 222.586  c
+20.3457 223.039 20.7962 223.266 21.3691 223.266  c
+21.9316 223.266 22.3770 223.039 22.7051 222.586  c
+23.0332 222.133 23.1973 221.510 23.1973 220.719  c
+h
+29.9082 218.438 m
+29.7832 218.375 29.6504 218.326 29.5098 218.289  c
+29.3691 218.253 29.2103 218.234 29.0332 218.234  c
+28.4290 218.234 27.9629 218.432 27.6348 218.828  c
+27.3066 219.224 27.1426 219.797 27.1426 220.547  c
+27.1426 224.000 l
+26.0645 224.000 l
+26.0645 217.438 l
+27.1426 217.438 l
+27.1426 218.453 l
+27.3717 218.057 27.6686 217.763 28.0332 217.570  c
+28.3978 217.378 28.8405 217.281 29.3613 217.281  c
+29.4342 217.281 29.5150 217.286 29.6035 217.297  c
+29.6921 217.307 29.7884 217.323 29.8926 217.344  c
+29.9082 218.438 l
+h
+33.5762 218.188 m
+33.0033 218.188 32.5475 218.414 32.2090 218.867  c
+31.8704 219.320 31.7012 219.938 31.7012 220.719  c
+31.7012 221.510 31.8678 222.130 32.2012 222.578  c
+32.5345 223.026 32.9928 223.250 33.5762 223.250  c
+34.1491 223.250 34.6048 223.023 34.9434 222.570  c
+35.2819 222.117 35.4512 221.500 35.4512 220.719  c
+35.4512 219.948 35.2819 219.333 34.9434 218.875  c
+34.6048 218.417 34.1491 218.188 33.5762 218.188  c
+h
+33.5762 217.281 m
+34.5137 217.281 35.2507 217.586 35.7871 218.195  c
+36.3236 218.805 36.5918 219.646 36.5918 220.719  c
+36.5918 221.792 36.3236 222.635 35.7871 223.250  c
+35.2507 223.865 34.5137 224.172 33.5762 224.172  c
+32.6387 224.172 31.9017 223.865 31.3652 223.250  c
+30.8288 222.635 30.5605 221.792 30.5605 220.719  c
+30.5605 219.646 30.8288 218.805 31.3652 218.195  c
+31.9017 217.586 32.6387 217.281 33.5762 217.281  c
+h
+41.3555 220.703 m
+40.4909 220.703 39.8893 220.802 39.5508 221.000  c
+39.2122 221.198 39.0430 221.536 39.0430 222.016  c
+39.0430 222.401 39.1706 222.706 39.4258 222.930  c
+39.6810 223.154 40.0221 223.266 40.4492 223.266  c
+41.0534 223.266 41.5352 223.055 41.8945 222.633  c
+42.2539 222.211 42.4336 221.646 42.4336 220.938  c
+42.4336 220.703 l
+41.3555 220.703 l
+h
+43.5117 220.250 m
+43.5117 224.000 l
+42.4336 224.000 l
+42.4336 223.000 l
+42.1836 223.396 41.8763 223.690 41.5117 223.883  c
+41.1471 224.076 40.6992 224.172 40.1680 224.172  c
+39.4909 224.172 38.9544 223.982 38.5586 223.602  c
+38.1628 223.221 37.9648 222.719 37.9648 222.094  c
+37.9648 221.354 38.2122 220.797 38.7070 220.422  c
+39.2018 220.047 39.9388 219.859 40.9180 219.859  c
+42.4336 219.859 l
+42.4336 219.750 l
+42.4336 219.250 42.2695 218.865 41.9414 218.594  c
+41.6133 218.323 41.1576 218.188 40.5742 218.188  c
+40.1992 218.188 39.8320 218.234 39.4727 218.328  c
+39.1133 218.422 38.7721 218.557 38.4492 218.734  c
+38.4492 217.734 l
+38.8451 217.578 39.2279 217.464 39.5977 217.391  c
+39.9674 217.318 40.3294 217.281 40.6836 217.281  c
+41.6315 217.281 42.3398 217.526 42.8086 218.016  c
+43.2773 218.505 43.5117 219.250 43.5117 220.250  c
+h
+50.4590 217.688 m
+50.4590 218.703 l
+50.1465 218.526 49.8392 218.396 49.5371 218.312  c
+49.2350 218.229 48.9277 218.188 48.6152 218.188  c
+47.9069 218.188 47.3600 218.409 46.9746 218.852  c
+46.5892 219.294 46.3965 219.917 46.3965 220.719  c
+46.3965 221.521 46.5892 222.143 46.9746 222.586  c
+47.3600 223.029 47.9069 223.250 48.6152 223.250  c
+48.9277 223.250 49.2350 223.208 49.5371 223.125  c
+49.8392 223.042 50.1465 222.917 50.4590 222.750  c
+50.4590 223.750 l
+50.1569 223.885 49.8444 223.990 49.5215 224.062  c
+49.1986 224.135 48.8548 224.172 48.4902 224.172  c
+47.5007 224.172 46.7142 223.862 46.1309 223.242  c
+45.5475 222.622 45.2559 221.781 45.2559 220.719  c
+45.2559 219.656 45.5501 218.818 46.1387 218.203  c
+46.7272 217.589 47.5371 217.281 48.5684 217.281  c
+48.8913 217.281 49.2116 217.315 49.5293 217.383  c
+49.8470 217.451 50.1569 217.552 50.4590 217.688  c
+h
+57.7910 220.031 m
+57.7910 224.000 l
+56.7129 224.000 l
+56.7129 220.078 l
+56.7129 219.453 56.5905 218.987 56.3457 218.680  c
+56.1009 218.372 55.7389 218.219 55.2598 218.219  c
+54.6764 218.219 54.2155 218.404 53.8770 218.773  c
+53.5384 219.143 53.3691 219.651 53.3691 220.297  c
+53.3691 224.000 l
+52.2910 224.000 l
+52.2910 214.875 l
+53.3691 214.875 l
+53.3691 218.453 l
+53.6296 218.057 53.9342 217.763 54.2832 217.570  c
+54.6322 217.378 55.0358 217.281 55.4941 217.281  c
+56.2441 217.281 56.8145 217.513 57.2051 217.977  c
+57.5957 218.440 57.7910 219.125 57.7910 220.031  c
+h
+59.9277 217.438 m
+61.0059 217.438 l
+61.0059 224.000 l
+59.9277 224.000 l
+59.9277 217.438 l
+h
+59.9277 214.875 m
+61.0059 214.875 l
+61.0059 216.250 l
+59.9277 216.250 l
+59.9277 214.875 l
+h
+68.7305 220.031 m
+68.7305 224.000 l
+67.6523 224.000 l
+67.6523 220.078 l
+67.6523 219.453 67.5299 218.987 67.2852 218.680  c
+67.0404 218.372 66.6784 218.219 66.1992 218.219  c
+65.6159 218.219 65.1549 218.404 64.8164 218.773  c
+64.4779 219.143 64.3086 219.651 64.3086 220.297  c
+64.3086 224.000 l
+63.2305 224.000 l
+63.2305 217.438 l
+64.3086 217.438 l
+64.3086 218.453 l
+64.5690 218.057 64.8737 217.763 65.2227 217.570  c
+65.5716 217.378 65.9753 217.281 66.4336 217.281  c
+67.1836 217.281 67.7539 217.513 68.1445 217.977  c
+68.5352 218.440 68.7305 219.125 68.7305 220.031  c
+h
+75.1953 220.641 m
+75.1953 219.859 75.0339 219.255 74.7109 218.828  c
+74.3880 218.401 73.9349 218.188 73.3516 218.188  c
+72.7786 218.188 72.3307 218.401 72.0078 218.828  c
+71.6849 219.255 71.5234 219.859 71.5234 220.641  c
+71.5234 221.422 71.6849 222.026 72.0078 222.453  c
+72.3307 222.880 72.7786 223.094 73.3516 223.094  c
+73.9349 223.094 74.3880 222.880 74.7109 222.453  c
+75.0339 222.026 75.1953 221.422 75.1953 220.641  c
+h
+76.2734 223.188 m
+76.2734 224.302 76.0260 225.133 75.5312 225.680  c
+75.0365 226.227 74.2734 226.500 73.2422 226.500  c
+72.8672 226.500 72.5104 226.471 72.1719 226.414  c
+71.8333 226.357 71.5078 226.271 71.1953 226.156  c
+71.1953 225.109 l
+71.5078 225.276 71.8203 225.401 72.1328 225.484  c
+72.4453 225.568 72.7578 225.609 73.0703 225.609  c
+73.7786 225.609 74.3099 225.424 74.6641 225.055  c
+75.0182 224.685 75.1953 224.125 75.1953 223.375  c
+75.1953 222.844 l
+74.9661 223.229 74.6797 223.518 74.3359 223.711  c
+73.9922 223.904 73.5755 224.000 73.0859 224.000  c
+72.2839 224.000 71.6354 223.693 71.1406 223.078  c
+70.6458 222.464 70.3984 221.651 70.3984 220.641  c
+70.3984 219.630 70.6458 218.818 71.1406 218.203  c
+71.6354 217.589 72.2839 217.281 73.0859 217.281  c
+73.5755 217.281 73.9922 217.378 74.3359 217.570  c
+74.6797 217.763 74.9661 218.052 75.1953 218.438  c
+75.1953 217.438 l
+76.2734 217.438 l
+76.2734 223.188 l
+h
+f
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+84.0000 212.500 m
+84.0000 227.500 l
+84.0000 228.881 85.1193 230.000 86.5000 230.000  c
+138.500 230.000 l
+139.881 230.000 141.000 228.881 141.000 227.500  c
+141.000 212.500 l
+141.000 211.119 139.881 210.000 138.500 210.000  c
+86.5000 210.000 l
+85.1193 210.000 84.0000 211.119 84.0000 212.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+84.0000 212.500 m
+84.0000 227.500 l
+84.0000 228.881 85.1193 230.000 86.5000 230.000  c
+138.500 230.000 l
+139.881 230.000 141.000 228.881 141.000 227.500  c
+141.000 212.500 l
+141.000 211.119 139.881 210.000 138.500 210.000  c
+86.5000 210.000 l
+85.1193 210.000 84.0000 211.119 84.0000 212.500  c
+h
+S
+newpath
+90.1250 214.875 m
+91.2031 214.875 l
+91.2031 224.000 l
+90.1250 224.000 l
+90.1250 214.875 l
+h
+96.0059 218.188 m
+95.4329 218.188 94.9772 218.414 94.6387 218.867  c
+94.3001 219.320 94.1309 219.938 94.1309 220.719  c
+94.1309 221.510 94.2975 222.130 94.6309 222.578  c
+94.9642 223.026 95.4225 223.250 96.0059 223.250  c
+96.5788 223.250 97.0345 223.023 97.3730 222.570  c
+97.7116 222.117 97.8809 221.500 97.8809 220.719  c
+97.8809 219.948 97.7116 219.333 97.3730 218.875  c
+97.0345 218.417 96.5788 218.188 96.0059 218.188  c
+h
+96.0059 217.281 m
+96.9434 217.281 97.6803 217.586 98.2168 218.195  c
+98.7533 218.805 99.0215 219.646 99.0215 220.719  c
+99.0215 221.792 98.7533 222.635 98.2168 223.250  c
+97.6803 223.865 96.9434 224.172 96.0059 224.172  c
+95.0684 224.172 94.3314 223.865 93.7949 223.250  c
+93.2585 222.635 92.9902 221.792 92.9902 220.719  c
+92.9902 219.646 93.2585 218.805 93.7949 218.195  c
+94.3314 217.586 95.0684 217.281 96.0059 217.281  c
+h
+100.176 217.438 m
+101.254 217.438 l
+102.613 222.562 l
+103.941 217.438 l
+105.223 217.438 l
+106.566 222.562 l
+107.910 217.438 l
+108.988 217.438 l
+107.270 224.000 l
+106.004 224.000 l
+104.582 218.625 l
+103.176 224.000 l
+101.895 224.000 l
+100.176 217.438 l
+h
+116.240 220.453 m
+116.240 220.969 l
+111.271 220.969 l
+111.324 221.719 111.550 222.286 111.951 222.672  c
+112.352 223.057 112.907 223.250 113.615 223.250  c
+114.032 223.250 114.436 223.201 114.826 223.102  c
+115.217 223.003 115.605 222.849 115.990 222.641  c
+115.990 223.672 l
+115.594 223.828 115.193 223.951 114.787 224.039  c
+114.381 224.128 113.969 224.172 113.553 224.172  c
+112.511 224.172 111.683 223.867 111.068 223.258  c
+110.454 222.648 110.146 221.823 110.146 220.781  c
+110.146 219.708 110.438 218.857 111.021 218.227  c
+111.605 217.596 112.386 217.281 113.365 217.281  c
+114.251 217.281 114.951 217.565 115.467 218.133  c
+115.982 218.701 116.240 219.474 116.240 220.453  c
+h
+115.162 220.125 m
+115.152 219.542 114.985 219.073 114.662 218.719  c
+114.339 218.365 113.912 218.188 113.381 218.188  c
+112.777 218.188 112.295 218.359 111.936 218.703  c
+111.576 219.047 111.370 219.526 111.318 220.141  c
+115.162 220.125 l
+h
+121.811 218.438 m
+121.686 218.375 121.553 218.326 121.412 218.289  c
+121.271 218.253 121.113 218.234 120.936 218.234  c
+120.331 218.234 119.865 218.432 119.537 218.828  c
+119.209 219.224 119.045 219.797 119.045 220.547  c
+119.045 224.000 l
+117.967 224.000 l
+117.967 217.438 l
+119.045 217.438 l
+119.045 218.453 l
+119.274 218.057 119.571 217.763 119.936 217.570  c
+120.300 217.378 120.743 217.281 121.264 217.281  c
+121.337 217.281 121.417 217.286 121.506 217.297  c
+121.594 217.307 121.691 217.323 121.795 217.344  c
+121.811 218.438 l
+h
+128.557 220.453 m
+128.557 220.969 l
+123.588 220.969 l
+123.640 221.719 123.867 222.286 124.268 222.672  c
+124.669 223.057 125.223 223.250 125.932 223.250  c
+126.348 223.250 126.752 223.201 127.143 223.102  c
+127.533 223.003 127.921 222.849 128.307 222.641  c
+128.307 223.672 l
+127.911 223.828 127.510 223.951 127.104 224.039  c
+126.697 224.128 126.286 224.172 125.869 224.172  c
+124.827 224.172 123.999 223.867 123.385 223.258  c
+122.770 222.648 122.463 221.823 122.463 220.781  c
+122.463 219.708 122.755 218.857 123.338 218.227  c
+123.921 217.596 124.702 217.281 125.682 217.281  c
+126.567 217.281 127.268 217.565 127.783 218.133  c
+128.299 218.701 128.557 219.474 128.557 220.453  c
+h
+127.479 220.125 m
+127.468 219.542 127.301 219.073 126.979 218.719  c
+126.656 218.365 126.229 218.188 125.697 218.188  c
+125.093 218.188 124.611 218.359 124.252 218.703  c
+123.893 219.047 123.687 219.526 123.635 220.141  c
+127.479 220.125 l
+h
+134.643 218.438 m
+134.643 214.875 l
+135.721 214.875 l
+135.721 224.000 l
+134.643 224.000 l
+134.643 223.016 l
+134.413 223.401 134.127 223.690 133.783 223.883  c
+133.439 224.076 133.023 224.172 132.533 224.172  c
+131.742 224.172 131.096 223.854 130.596 223.219  c
+130.096 222.583 129.846 221.750 129.846 220.719  c
+129.846 219.688 130.096 218.857 130.596 218.227  c
+131.096 217.596 131.742 217.281 132.533 217.281  c
+133.023 217.281 133.439 217.375 133.783 217.562  c
+134.127 217.750 134.413 218.042 134.643 218.438  c
+h
+130.971 220.719 m
+130.971 221.510 131.132 222.133 131.455 222.586  c
+131.778 223.039 132.226 223.266 132.799 223.266  c
+133.372 223.266 133.822 223.039 134.150 222.586  c
+134.479 222.133 134.643 221.510 134.643 220.719  c
+134.643 219.927 134.479 219.307 134.150 218.859  c
+133.822 218.411 133.372 218.188 132.799 218.188  c
+132.226 218.188 131.778 218.411 131.455 218.859  c
+131.132 219.307 130.971 219.927 130.971 220.719  c
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+183.000 210.000 m
+188.000 210.000 l
+188.000 240.000 l
+183.000 240.000 l
+183.000 210.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+182.500 210.500 m
+182.500 235.500 l
+S
+newpath
+188.500 210.500 m
+188.500 235.500 l
+S
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+242.000 212.500 m
+242.000 227.500 l
+242.000 228.881 243.119 230.000 244.500 230.000  c
+253.500 230.000 l
+254.881 230.000 256.000 228.881 256.000 227.500  c
+256.000 212.500 l
+256.000 211.119 254.881 210.000 253.500 210.000  c
+244.500 210.000 l
+243.119 210.000 242.000 211.119 242.000 212.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+242.000 212.500 m
+242.000 227.500 l
+242.000 228.881 243.119 230.000 244.500 230.000  c
+253.500 230.000 l
+254.881 230.000 256.000 228.881 256.000 227.500  c
+256.000 212.500 l
+256.000 211.119 254.881 210.000 253.500 210.000  c
+244.500 210.000 l
+243.119 210.000 242.000 211.119 242.000 212.500  c
+h
+S
+newpath
+247.594 220.234 m
+250.750 220.234 l
+250.750 221.188 l
+247.594 221.188 l
+247.594 220.234 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+18.0000 272.500 m
+18.0000 287.500 l
+18.0000 288.881 19.1193 290.000 20.5000 290.000  c
+65.5000 290.000 l
+66.8807 290.000 68.0000 288.881 68.0000 287.500  c
+68.0000 272.500 l
+68.0000 271.119 66.8807 270.000 65.5000 270.000  c
+20.5000 270.000 l
+19.1193 270.000 18.0000 271.119 18.0000 272.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+18.0000 272.500 m
+18.0000 287.500 l
+18.0000 288.881 19.1193 290.000 20.5000 290.000  c
+65.5000 290.000 l
+66.8807 290.000 68.0000 288.881 68.0000 287.500  c
+68.0000 272.500 l
+68.0000 271.119 66.8807 270.000 65.5000 270.000  c
+20.5000 270.000 l
+19.1193 270.000 18.0000 271.119 18.0000 272.500  c
+h
+S
+newpath
+24.0156 281.406 m
+24.0156 277.438 l
+25.0938 277.438 l
+25.0938 281.375 l
+25.0938 281.990 25.2161 282.453 25.4609 282.766  c
+25.7057 283.078 26.0677 283.234 26.5469 283.234  c
+27.1302 283.234 27.5911 283.049 27.9297 282.680  c
+28.2682 282.310 28.4375 281.802 28.4375 281.156  c
+28.4375 277.438 l
+29.5156 277.438 l
+29.5156 284.000 l
+28.4375 284.000 l
+28.4375 282.984 l
+28.1771 283.391 27.8750 283.690 27.5312 283.883  c
+27.1875 284.076 26.7865 284.172 26.3281 284.172  c
+25.5677 284.172 24.9922 283.938 24.6016 283.469  c
+24.2109 283.000 24.0156 282.312 24.0156 281.406  c
+h
+26.7344 277.281 m
+26.7344 277.281 l
+h
+37.1992 280.031 m
+37.1992 284.000 l
+36.1211 284.000 l
+36.1211 280.078 l
+36.1211 279.453 35.9987 278.987 35.7539 278.680  c
+35.5091 278.372 35.1471 278.219 34.6680 278.219  c
+34.0846 278.219 33.6237 278.404 33.2852 278.773  c
+32.9466 279.143 32.7773 279.651 32.7773 280.297  c
+32.7773 284.000 l
+31.6992 284.000 l
+31.6992 277.438 l
+32.7773 277.438 l
+32.7773 278.453 l
+33.0378 278.057 33.3424 277.763 33.6914 277.570  c
+34.0404 277.378 34.4440 277.281 34.9023 277.281  c
+35.6523 277.281 36.2227 277.513 36.6133 277.977  c
+37.0039 278.440 37.1992 279.125 37.1992 280.031  c
+h
+43.5234 277.625 m
+43.5234 278.656 l
+43.2214 278.500 42.9062 278.383 42.5781 278.305  c
+42.2500 278.227 41.9089 278.188 41.5547 278.188  c
+41.0234 278.188 40.6224 278.268 40.3516 278.430  c
+40.0807 278.591 39.9453 278.839 39.9453 279.172  c
+39.9453 279.422 40.0417 279.617 40.2344 279.758  c
+40.4271 279.898 40.8151 280.031 41.3984 280.156  c
+41.7578 280.250 l
+42.5286 280.406 43.0755 280.635 43.3984 280.938  c
+43.7214 281.240 43.8828 281.656 43.8828 282.188  c
+43.8828 282.802 43.6406 283.286 43.1562 283.641  c
+42.6719 283.995 42.0078 284.172 41.1641 284.172  c
+40.8099 284.172 40.4427 284.138 40.0625 284.070  c
+39.6823 284.003 39.2839 283.901 38.8672 283.766  c
+38.8672 282.641 l
+39.2630 282.849 39.6536 283.005 40.0391 283.109  c
+40.4245 283.214 40.8099 283.266 41.1953 283.266  c
+41.6953 283.266 42.0833 283.180 42.3594 283.008  c
+42.6354 282.836 42.7734 282.589 42.7734 282.266  c
+42.7734 281.974 42.6745 281.750 42.4766 281.594  c
+42.2786 281.438 41.8464 281.286 41.1797 281.141  c
+40.8047 281.062 l
+40.1380 280.917 39.6562 280.698 39.3594 280.406  c
+39.0625 280.115 38.9141 279.719 38.9141 279.219  c
+38.9141 278.594 39.1328 278.115 39.5703 277.781  c
+40.0078 277.448 40.6276 277.281 41.4297 277.281  c
+41.8255 277.281 42.2005 277.310 42.5547 277.367  c
+42.9089 277.424 43.2318 277.510 43.5234 277.625  c
+h
+48.5723 280.703 m
+47.7077 280.703 47.1061 280.802 46.7676 281.000  c
+46.4290 281.198 46.2598 281.536 46.2598 282.016  c
+46.2598 282.401 46.3874 282.706 46.6426 282.930  c
+46.8978 283.154 47.2389 283.266 47.6660 283.266  c
+48.2702 283.266 48.7520 283.055 49.1113 282.633  c
+49.4707 282.211 49.6504 281.646 49.6504 280.938  c
+49.6504 280.703 l
+48.5723 280.703 l
+h
+50.7285 280.250 m
+50.7285 284.000 l
+49.6504 284.000 l
+49.6504 283.000 l
+49.4004 283.396 49.0931 283.690 48.7285 283.883  c
+48.3639 284.076 47.9160 284.172 47.3848 284.172  c
+46.7077 284.172 46.1712 283.982 45.7754 283.602  c
+45.3796 283.221 45.1816 282.719 45.1816 282.094  c
+45.1816 281.354 45.4290 280.797 45.9238 280.422  c
+46.4186 280.047 47.1556 279.859 48.1348 279.859  c
+49.6504 279.859 l
+49.6504 279.750 l
+49.6504 279.250 49.4863 278.865 49.1582 278.594  c
+48.8301 278.323 48.3743 278.188 47.7910 278.188  c
+47.4160 278.188 47.0488 278.234 46.6895 278.328  c
+46.3301 278.422 45.9889 278.557 45.6660 278.734  c
+45.6660 277.734 l
+46.0618 277.578 46.4447 277.464 46.8145 277.391  c
+47.1842 277.318 47.5462 277.281 47.9004 277.281  c
+48.8483 277.281 49.5566 277.526 50.0254 278.016  c
+50.4941 278.505 50.7285 279.250 50.7285 280.250  c
+h
+56.2695 274.875 m
+56.2695 275.781 l
+55.2383 275.781 l
+54.8529 275.781 54.5846 275.859 54.4336 276.016  c
+54.2826 276.172 54.2070 276.453 54.2070 276.859  c
+54.2070 277.438 l
+55.9883 277.438 l
+55.9883 278.281 l
+54.2070 278.281 l
+54.2070 284.000 l
+53.1289 284.000 l
+53.1289 278.281 l
+52.0977 278.281 l
+52.0977 277.438 l
+53.1289 277.438 l
+53.1289 276.984 l
+53.1289 276.255 53.2982 275.721 53.6367 275.383  c
+53.9753 275.044 54.5143 274.875 55.2539 274.875  c
+56.2695 274.875 l
+h
+62.7910 280.453 m
+62.7910 280.969 l
+57.8223 280.969 l
+57.8743 281.719 58.1009 282.286 58.5020 282.672  c
+58.9030 283.057 59.4577 283.250 60.1660 283.250  c
+60.5827 283.250 60.9863 283.201 61.3770 283.102  c
+61.7676 283.003 62.1556 282.849 62.5410 282.641  c
+62.5410 283.672 l
+62.1452 283.828 61.7441 283.951 61.3379 284.039  c
+60.9316 284.128 60.5202 284.172 60.1035 284.172  c
+59.0618 284.172 58.2337 283.867 57.6191 283.258  c
+57.0046 282.648 56.6973 281.823 56.6973 280.781  c
+56.6973 279.708 56.9889 278.857 57.5723 278.227  c
+58.1556 277.596 58.9368 277.281 59.9160 277.281  c
+60.8014 277.281 61.5020 277.565 62.0176 278.133  c
+62.5332 278.701 62.7910 279.474 62.7910 280.453  c
+h
+61.7129 280.125 m
+61.7025 279.542 61.5358 279.073 61.2129 278.719  c
+60.8900 278.365 60.4629 278.188 59.9316 278.188  c
+59.3275 278.188 58.8457 278.359 58.4863 278.703  c
+58.1270 279.047 57.9212 279.526 57.8691 280.141  c
+61.7129 280.125 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+110.000 270.000 m
+115.000 270.000 l
+115.000 300.000 l
+110.000 300.000 l
+110.000 270.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+109.500 270.500 m
+109.500 295.500 l
+S
+newpath
+115.500 270.500 m
+115.500 295.500 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+183.000 270.000 m
+188.000 270.000 l
+188.000 300.000 l
+183.000 300.000 l
+183.000 270.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+182.500 270.500 m
+182.500 295.500 l
+S
+newpath
+188.500 270.500 m
+188.500 295.500 l
+S
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+242.000 272.500 m
+242.000 287.500 l
+242.000 288.881 243.119 290.000 244.500 290.000  c
+253.500 290.000 l
+254.881 290.000 256.000 288.881 256.000 287.500  c
+256.000 272.500 l
+256.000 271.119 254.881 270.000 253.500 270.000  c
+244.500 270.000 l
+243.119 270.000 242.000 271.119 242.000 272.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+242.000 272.500 m
+242.000 287.500 l
+242.000 288.881 243.119 290.000 244.500 290.000  c
+253.500 290.000 l
+254.881 290.000 256.000 288.881 256.000 287.500  c
+256.000 272.500 l
+256.000 271.119 254.881 270.000 253.500 270.000  c
+244.500 270.000 l
+243.119 270.000 242.000 271.119 242.000 272.500  c
+h
+S
+newpath
+247.594 280.234 m
+250.750 280.234 l
+250.750 281.188 l
+247.594 281.188 l
+247.594 280.234 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+26.0000 332.500 m
+26.0000 347.500 l
+26.0000 348.881 27.1193 350.000 28.5000 350.000  c
+58.5000 350.000 l
+59.8807 350.000 61.0000 348.881 61.0000 347.500  c
+61.0000 332.500 l
+61.0000 331.119 59.8807 330.000 58.5000 330.000  c
+28.5000 330.000 l
+27.1193 330.000 26.0000 331.119 26.0000 332.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+26.0000 332.500 m
+26.0000 347.500 l
+26.0000 348.881 27.1193 350.000 28.5000 350.000  c
+58.5000 350.000 l
+59.8807 350.000 61.0000 348.881 61.0000 347.500  c
+61.0000 332.500 l
+61.0000 331.119 59.8807 330.000 58.5000 330.000  c
+28.5000 330.000 l
+27.1193 330.000 26.0000 331.119 26.0000 332.500  c
+h
+S
+newpath
+36.3125 337.625 m
+36.3125 338.656 l
+36.0104 338.500 35.6953 338.383 35.3672 338.305  c
+35.0391 338.227 34.6979 338.188 34.3438 338.188  c
+33.8125 338.188 33.4115 338.268 33.1406 338.430  c
+32.8698 338.591 32.7344 338.839 32.7344 339.172  c
+32.7344 339.422 32.8307 339.617 33.0234 339.758  c
+33.2161 339.898 33.6042 340.031 34.1875 340.156  c
+34.5469 340.250 l
+35.3177 340.406 35.8646 340.635 36.1875 340.938  c
+36.5104 341.240 36.6719 341.656 36.6719 342.188  c
+36.6719 342.802 36.4297 343.286 35.9453 343.641  c
+35.4609 343.995 34.7969 344.172 33.9531 344.172  c
+33.5990 344.172 33.2318 344.138 32.8516 344.070  c
+32.4714 344.003 32.0729 343.901 31.6562 343.766  c
+31.6562 342.641 l
+32.0521 342.849 32.4427 343.005 32.8281 343.109  c
+33.2135 343.214 33.5990 343.266 33.9844 343.266  c
+34.4844 343.266 34.8724 343.180 35.1484 343.008  c
+35.4245 342.836 35.5625 342.589 35.5625 342.266  c
+35.5625 341.974 35.4635 341.750 35.2656 341.594  c
+35.0677 341.438 34.6354 341.286 33.9688 341.141  c
+33.5938 341.062 l
+32.9271 340.917 32.4453 340.698 32.1484 340.406  c
+31.8516 340.115 31.7031 339.719 31.7031 339.219  c
+31.7031 338.594 31.9219 338.115 32.3594 337.781  c
+32.7969 337.448 33.4167 337.281 34.2188 337.281  c
+34.6146 337.281 34.9896 337.310 35.3438 337.367  c
+35.6979 337.424 36.0208 337.510 36.3125 337.625  c
+h
+41.3613 340.703 m
+40.4967 340.703 39.8952 340.802 39.5566 341.000  c
+39.2181 341.198 39.0488 341.536 39.0488 342.016  c
+39.0488 342.401 39.1764 342.706 39.4316 342.930  c
+39.6868 343.154 40.0280 343.266 40.4551 343.266  c
+41.0592 343.266 41.5410 343.055 41.9004 342.633  c
+42.2598 342.211 42.4395 341.646 42.4395 340.938  c
+42.4395 340.703 l
+41.3613 340.703 l
+h
+43.5176 340.250 m
+43.5176 344.000 l
+42.4395 344.000 l
+42.4395 343.000 l
+42.1895 343.396 41.8822 343.690 41.5176 343.883  c
+41.1530 344.076 40.7051 344.172 40.1738 344.172  c
+39.4967 344.172 38.9603 343.982 38.5645 343.602  c
+38.1686 343.221 37.9707 342.719 37.9707 342.094  c
+37.9707 341.354 38.2181 340.797 38.7129 340.422  c
+39.2077 340.047 39.9447 339.859 40.9238 339.859  c
+42.4395 339.859 l
+42.4395 339.750 l
+42.4395 339.250 42.2754 338.865 41.9473 338.594  c
+41.6191 338.323 41.1634 338.188 40.5801 338.188  c
+40.2051 338.188 39.8379 338.234 39.4785 338.328  c
+39.1191 338.422 38.7780 338.557 38.4551 338.734  c
+38.4551 337.734 l
+38.8509 337.578 39.2337 337.464 39.6035 337.391  c
+39.9733 337.318 40.3353 337.281 40.6895 337.281  c
+41.6374 337.281 42.3457 337.526 42.8145 338.016  c
+43.2832 338.505 43.5176 339.250 43.5176 340.250  c
+h
+49.0586 334.875 m
+49.0586 335.781 l
+48.0273 335.781 l
+47.6419 335.781 47.3737 335.859 47.2227 336.016  c
+47.0716 336.172 46.9961 336.453 46.9961 336.859  c
+46.9961 337.438 l
+48.7773 337.438 l
+48.7773 338.281 l
+46.9961 338.281 l
+46.9961 344.000 l
+45.9180 344.000 l
+45.9180 338.281 l
+44.8867 338.281 l
+44.8867 337.438 l
+45.9180 337.438 l
+45.9180 336.984 l
+45.9180 336.255 46.0872 335.721 46.4258 335.383  c
+46.7643 335.044 47.3034 334.875 48.0430 334.875  c
+49.0586 334.875 l
+h
+55.5801 340.453 m
+55.5801 340.969 l
+50.6113 340.969 l
+50.6634 341.719 50.8900 342.286 51.2910 342.672  c
+51.6921 343.057 52.2467 343.250 52.9551 343.250  c
+53.3717 343.250 53.7754 343.201 54.1660 343.102  c
+54.5566 343.003 54.9447 342.849 55.3301 342.641  c
+55.3301 343.672 l
+54.9342 343.828 54.5332 343.951 54.1270 344.039  c
+53.7207 344.128 53.3092 344.172 52.8926 344.172  c
+51.8509 344.172 51.0228 343.867 50.4082 343.258  c
+49.7936 342.648 49.4863 341.823 49.4863 340.781  c
+49.4863 339.708 49.7780 338.857 50.3613 338.227  c
+50.9447 337.596 51.7259 337.281 52.7051 337.281  c
+53.5905 337.281 54.2910 337.565 54.8066 338.133  c
+55.3223 338.701 55.5801 339.474 55.5801 340.453  c
+h
+54.5020 340.125 m
+54.4915 339.542 54.3249 339.073 54.0020 338.719  c
+53.6790 338.365 53.2520 338.188 52.7207 338.188  c
+52.1165 338.188 51.6348 338.359 51.2754 338.703  c
+50.9160 339.047 50.7103 339.526 50.6582 340.141  c
+54.5020 340.125 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+110.000 330.000 m
+115.000 330.000 l
+115.000 360.000 l
+110.000 360.000 l
+110.000 330.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+109.500 330.500 m
+109.500 355.500 l
+S
+newpath
+115.500 330.500 m
+115.500 355.500 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+178.000 332.500 m
+178.000 347.500 l
+178.000 348.881 179.119 350.000 180.500 350.000  c
+189.500 350.000 l
+190.881 350.000 192.000 348.881 192.000 347.500  c
+192.000 332.500 l
+192.000 331.119 190.881 330.000 189.500 330.000  c
+180.500 330.000 l
+179.119 330.000 178.000 331.119 178.000 332.500  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+178.000 332.500 m
+178.000 347.500 l
+178.000 348.881 179.119 350.000 180.500 350.000  c
+189.500 350.000 l
+190.881 350.000 192.000 348.881 192.000 347.500  c
+192.000 332.500 l
+192.000 331.119 190.881 330.000 189.500 330.000  c
+180.500 330.000 l
+179.119 330.000 178.000 331.119 178.000 332.500  c
+h
+S
+newpath
+183.594 340.234 m
+186.750 340.234 l
+186.750 341.188 l
+183.594 341.188 l
+183.594 340.234 l
+h
+f
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+242.000 332.500 m
+242.000 347.500 l
+242.000 348.881 243.119 350.000 244.500 350.000  c
+253.500 350.000 l
+254.881 350.000 256.000 348.881 256.000 347.500  c
+256.000 332.500 l
+256.000 331.119 254.881 330.000 253.500 330.000  c
+244.500 330.000 l
+243.119 330.000 242.000 331.119 242.000 332.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+242.000 332.500 m
+242.000 347.500 l
+242.000 348.881 243.119 350.000 244.500 350.000  c
+253.500 350.000 l
+254.881 350.000 256.000 348.881 256.000 347.500  c
+256.000 332.500 l
+256.000 331.119 254.881 330.000 253.500 330.000  c
+244.500 330.000 l
+243.119 330.000 242.000 331.119 242.000 332.500  c
+h
+S
+newpath
+247.594 340.234 m
+250.750 340.234 l
+250.750 341.188 l
+247.594 341.188 l
+247.594 340.234 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+22.0000 392.500 m
+22.0000 407.500 l
+22.0000 408.881 23.1193 410.000 24.5000 410.000  c
+62.5000 410.000 l
+63.8807 410.000 65.0000 408.881 65.0000 407.500  c
+65.0000 392.500 l
+65.0000 391.119 63.8807 390.000 62.5000 390.000  c
+24.5000 390.000 l
+23.1193 390.000 22.0000 391.119 22.0000 392.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+22.0000 392.500 m
+22.0000 407.500 l
+22.0000 408.881 23.1193 410.000 24.5000 410.000  c
+62.5000 410.000 l
+63.8807 410.000 65.0000 408.881 65.0000 407.500  c
+65.0000 392.500 l
+65.0000 391.119 63.8807 390.000 62.5000 390.000  c
+24.5000 390.000 l
+23.1193 390.000 22.0000 391.119 22.0000 392.500  c
+h
+S
+newpath
+28.1250 397.438 m
+29.2031 397.438 l
+29.2031 404.000 l
+28.1250 404.000 l
+28.1250 397.438 l
+h
+28.1250 394.875 m
+29.2031 394.875 l
+29.2031 396.250 l
+28.1250 396.250 l
+28.1250 394.875 l
+h
+36.9277 400.031 m
+36.9277 404.000 l
+35.8496 404.000 l
+35.8496 400.078 l
+35.8496 399.453 35.7272 398.987 35.4824 398.680  c
+35.2376 398.372 34.8757 398.219 34.3965 398.219  c
+33.8132 398.219 33.3522 398.404 33.0137 398.773  c
+32.6751 399.143 32.5059 399.651 32.5059 400.297  c
+32.5059 404.000 l
+31.4277 404.000 l
+31.4277 397.438 l
+32.5059 397.438 l
+32.5059 398.453 l
+32.7663 398.057 33.0710 397.763 33.4199 397.570  c
+33.7689 397.378 34.1725 397.281 34.6309 397.281  c
+35.3809 397.281 35.9512 397.513 36.3418 397.977  c
+36.7324 398.440 36.9277 399.125 36.9277 400.031  c
+h
+39.0645 397.438 m
+40.1426 397.438 l
+40.1426 404.000 l
+39.0645 404.000 l
+39.0645 397.438 l
+h
+39.0645 394.875 m
+40.1426 394.875 l
+40.1426 396.250 l
+39.0645 396.250 l
+39.0645 394.875 l
+h
+43.4766 395.578 m
+43.4766 397.438 l
+45.6953 397.438 l
+45.6953 398.281 l
+43.4766 398.281 l
+43.4766 401.844 l
+43.4766 402.375 43.5495 402.716 43.6953 402.867  c
+43.8411 403.018 44.1380 403.094 44.5859 403.094  c
+45.6953 403.094 l
+45.6953 404.000 l
+44.5859 404.000 l
+43.7526 404.000 43.1771 403.844 42.8594 403.531  c
+42.5417 403.219 42.3828 402.656 42.3828 401.844  c
+42.3828 398.281 l
+41.6016 398.281 l
+41.6016 397.438 l
+42.3828 397.438 l
+42.3828 395.578 l
+43.4766 395.578 l
+h
+47.1035 397.438 m
+48.1816 397.438 l
+48.1816 404.000 l
+47.1035 404.000 l
+47.1035 397.438 l
+h
+47.1035 394.875 m
+48.1816 394.875 l
+48.1816 396.250 l
+47.1035 396.250 l
+47.1035 394.875 l
+h
+53.4219 400.703 m
+52.5573 400.703 51.9557 400.802 51.6172 401.000  c
+51.2786 401.198 51.1094 401.536 51.1094 402.016  c
+51.1094 402.401 51.2370 402.706 51.4922 402.930  c
+51.7474 403.154 52.0885 403.266 52.5156 403.266  c
+53.1198 403.266 53.6016 403.055 53.9609 402.633  c
+54.3203 402.211 54.5000 401.646 54.5000 400.938  c
+54.5000 400.703 l
+53.4219 400.703 l
+h
+55.5781 400.250 m
+55.5781 404.000 l
+54.5000 404.000 l
+54.5000 403.000 l
+54.2500 403.396 53.9427 403.690 53.5781 403.883  c
+53.2135 404.076 52.7656 404.172 52.2344 404.172  c
+51.5573 404.172 51.0208 403.982 50.6250 403.602  c
+50.2292 403.221 50.0312 402.719 50.0312 402.094  c
+50.0312 401.354 50.2786 400.797 50.7734 400.422  c
+51.2682 400.047 52.0052 399.859 52.9844 399.859  c
+54.5000 399.859 l
+54.5000 399.750 l
+54.5000 399.250 54.3359 398.865 54.0078 398.594  c
+53.6797 398.323 53.2240 398.188 52.6406 398.188  c
+52.2656 398.188 51.8984 398.234 51.5391 398.328  c
+51.1797 398.422 50.8385 398.557 50.5156 398.734  c
+50.5156 397.734 l
+50.9115 397.578 51.2943 397.464 51.6641 397.391  c
+52.0339 397.318 52.3958 397.281 52.7500 397.281  c
+53.6979 397.281 54.4062 397.526 54.8750 398.016  c
+55.3438 398.505 55.5781 399.250 55.5781 400.250  c
+h
+57.7910 394.875 m
+58.8691 394.875 l
+58.8691 404.000 l
+57.7910 404.000 l
+57.7910 394.875 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+84.0000 392.500 m
+84.0000 407.500 l
+84.0000 408.881 85.1193 410.000 86.5000 410.000  c
+138.500 410.000 l
+139.881 410.000 141.000 408.881 141.000 407.500  c
+141.000 392.500 l
+141.000 391.119 139.881 390.000 138.500 390.000  c
+86.5000 390.000 l
+85.1193 390.000 84.0000 391.119 84.0000 392.500  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+84.0000 392.500 m
+84.0000 407.500 l
+84.0000 408.881 85.1193 410.000 86.5000 410.000  c
+138.500 410.000 l
+139.881 410.000 141.000 408.881 141.000 407.500  c
+141.000 392.500 l
+141.000 391.119 139.881 390.000 138.500 390.000  c
+86.5000 390.000 l
+85.1193 390.000 84.0000 391.119 84.0000 392.500  c
+h
+S
+newpath
+90.1250 394.875 m
+91.2031 394.875 l
+91.2031 404.000 l
+90.1250 404.000 l
+90.1250 394.875 l
+h
+96.0059 398.188 m
+95.4329 398.188 94.9772 398.414 94.6387 398.867  c
+94.3001 399.320 94.1309 399.938 94.1309 400.719  c
+94.1309 401.510 94.2975 402.130 94.6309 402.578  c
+94.9642 403.026 95.4225 403.250 96.0059 403.250  c
+96.5788 403.250 97.0345 403.023 97.3730 402.570  c
+97.7116 402.117 97.8809 401.500 97.8809 400.719  c
+97.8809 399.948 97.7116 399.333 97.3730 398.875  c
+97.0345 398.417 96.5788 398.188 96.0059 398.188  c
+h
+96.0059 397.281 m
+96.9434 397.281 97.6803 397.586 98.2168 398.195  c
+98.7533 398.805 99.0215 399.646 99.0215 400.719  c
+99.0215 401.792 98.7533 402.635 98.2168 403.250  c
+97.6803 403.865 96.9434 404.172 96.0059 404.172  c
+95.0684 404.172 94.3314 403.865 93.7949 403.250  c
+93.2585 402.635 92.9902 401.792 92.9902 400.719  c
+92.9902 399.646 93.2585 398.805 93.7949 398.195  c
+94.3314 397.586 95.0684 397.281 96.0059 397.281  c
+h
+100.176 397.438 m
+101.254 397.438 l
+102.613 402.562 l
+103.941 397.438 l
+105.223 397.438 l
+106.566 402.562 l
+107.910 397.438 l
+108.988 397.438 l
+107.270 404.000 l
+106.004 404.000 l
+104.582 398.625 l
+103.176 404.000 l
+101.895 404.000 l
+100.176 397.438 l
+h
+116.240 400.453 m
+116.240 400.969 l
+111.271 400.969 l
+111.324 401.719 111.550 402.286 111.951 402.672  c
+112.352 403.057 112.907 403.250 113.615 403.250  c
+114.032 403.250 114.436 403.201 114.826 403.102  c
+115.217 403.003 115.605 402.849 115.990 402.641  c
+115.990 403.672 l
+115.594 403.828 115.193 403.951 114.787 404.039  c
+114.381 404.128 113.969 404.172 113.553 404.172  c
+112.511 404.172 111.683 403.867 111.068 403.258  c
+110.454 402.648 110.146 401.823 110.146 400.781  c
+110.146 399.708 110.438 398.857 111.021 398.227  c
+111.605 397.596 112.386 397.281 113.365 397.281  c
+114.251 397.281 114.951 397.565 115.467 398.133  c
+115.982 398.701 116.240 399.474 116.240 400.453  c
+h
+115.162 400.125 m
+115.152 399.542 114.985 399.073 114.662 398.719  c
+114.339 398.365 113.912 398.188 113.381 398.188  c
+112.777 398.188 112.295 398.359 111.936 398.703  c
+111.576 399.047 111.370 399.526 111.318 400.141  c
+115.162 400.125 l
+h
+121.811 398.438 m
+121.686 398.375 121.553 398.326 121.412 398.289  c
+121.271 398.253 121.113 398.234 120.936 398.234  c
+120.331 398.234 119.865 398.432 119.537 398.828  c
+119.209 399.224 119.045 399.797 119.045 400.547  c
+119.045 404.000 l
+117.967 404.000 l
+117.967 397.438 l
+119.045 397.438 l
+119.045 398.453 l
+119.274 398.057 119.571 397.763 119.936 397.570  c
+120.300 397.378 120.743 397.281 121.264 397.281  c
+121.337 397.281 121.417 397.286 121.506 397.297  c
+121.594 397.307 121.691 397.323 121.795 397.344  c
+121.811 398.438 l
+h
+128.557 400.453 m
+128.557 400.969 l
+123.588 400.969 l
+123.640 401.719 123.867 402.286 124.268 402.672  c
+124.669 403.057 125.223 403.250 125.932 403.250  c
+126.348 403.250 126.752 403.201 127.143 403.102  c
+127.533 403.003 127.921 402.849 128.307 402.641  c
+128.307 403.672 l
+127.911 403.828 127.510 403.951 127.104 404.039  c
+126.697 404.128 126.286 404.172 125.869 404.172  c
+124.827 404.172 123.999 403.867 123.385 403.258  c
+122.770 402.648 122.463 401.823 122.463 400.781  c
+122.463 399.708 122.755 398.857 123.338 398.227  c
+123.921 397.596 124.702 397.281 125.682 397.281  c
+126.567 397.281 127.268 397.565 127.783 398.133  c
+128.299 398.701 128.557 399.474 128.557 400.453  c
+h
+127.479 400.125 m
+127.468 399.542 127.301 399.073 126.979 398.719  c
+126.656 398.365 126.229 398.188 125.697 398.188  c
+125.093 398.188 124.611 398.359 124.252 398.703  c
+123.893 399.047 123.687 399.526 123.635 400.141  c
+127.479 400.125 l
+h
+134.643 398.438 m
+134.643 394.875 l
+135.721 394.875 l
+135.721 404.000 l
+134.643 404.000 l
+134.643 403.016 l
+134.413 403.401 134.127 403.690 133.783 403.883  c
+133.439 404.076 133.023 404.172 132.533 404.172  c
+131.742 404.172 131.096 403.854 130.596 403.219  c
+130.096 402.583 129.846 401.750 129.846 400.719  c
+129.846 399.688 130.096 398.857 130.596 398.227  c
+131.096 397.596 131.742 397.281 132.533 397.281  c
+133.023 397.281 133.439 397.375 133.783 397.562  c
+134.127 397.750 134.413 398.042 134.643 398.438  c
+h
+130.971 400.719 m
+130.971 401.510 131.132 402.133 131.455 402.586  c
+131.778 403.039 132.226 403.266 132.799 403.266  c
+133.372 403.266 133.822 403.039 134.150 402.586  c
+134.479 402.133 134.643 401.510 134.643 400.719  c
+134.643 399.927 134.479 399.307 134.150 398.859  c
+133.822 398.411 133.372 398.188 132.799 398.188  c
+132.226 398.188 131.778 398.411 131.455 398.859  c
+131.132 399.307 130.971 399.927 130.971 400.719  c
+h
+f
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+143.000 392.500 m
+143.000 407.500 l
+143.000 408.881 144.119 410.000 145.500 410.000  c
+225.500 410.000 l
+226.881 410.000 228.000 408.881 228.000 407.500  c
+228.000 392.500 l
+228.000 391.119 226.881 390.000 225.500 390.000  c
+145.500 390.000 l
+144.119 390.000 143.000 391.119 143.000 392.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+143.000 392.500 m
+143.000 407.500 l
+143.000 408.881 144.119 410.000 145.500 410.000  c
+225.500 410.000 l
+226.881 410.000 228.000 408.881 228.000 407.500  c
+228.000 392.500 l
+228.000 391.119 226.881 390.000 225.500 390.000  c
+145.500 390.000 l
+144.119 390.000 143.000 391.119 143.000 392.500  c
+h
+S
+newpath
+150.203 395.578 m
+150.203 397.438 l
+152.422 397.438 l
+152.422 398.281 l
+150.203 398.281 l
+150.203 401.844 l
+150.203 402.375 150.276 402.716 150.422 402.867  c
+150.568 403.018 150.865 403.094 151.312 403.094  c
+152.422 403.094 l
+152.422 404.000 l
+151.312 404.000 l
+150.479 404.000 149.904 403.844 149.586 403.531  c
+149.268 403.219 149.109 402.656 149.109 401.844  c
+149.109 398.281 l
+148.328 398.281 l
+148.328 397.438 l
+149.109 397.438 l
+149.109 395.578 l
+150.203 395.578 l
+h
+157.643 398.438 m
+157.518 398.375 157.385 398.326 157.244 398.289  c
+157.104 398.253 156.945 398.234 156.768 398.234  c
+156.163 398.234 155.697 398.432 155.369 398.828  c
+155.041 399.224 154.877 399.797 154.877 400.547  c
+154.877 404.000 l
+153.799 404.000 l
+153.799 397.438 l
+154.877 397.438 l
+154.877 398.453 l
+155.106 398.057 155.403 397.763 155.768 397.570  c
+156.132 397.378 156.575 397.281 157.096 397.281  c
+157.169 397.281 157.249 397.286 157.338 397.297  c
+157.426 397.307 157.523 397.323 157.627 397.344  c
+157.643 398.438 l
+h
+161.748 400.703 m
+160.883 400.703 160.282 400.802 159.943 401.000  c
+159.605 401.198 159.436 401.536 159.436 402.016  c
+159.436 402.401 159.563 402.706 159.818 402.930  c
+160.074 403.154 160.415 403.266 160.842 403.266  c
+161.446 403.266 161.928 403.055 162.287 402.633  c
+162.646 402.211 162.826 401.646 162.826 400.938  c
+162.826 400.703 l
+161.748 400.703 l
+h
+163.904 400.250 m
+163.904 404.000 l
+162.826 404.000 l
+162.826 403.000 l
+162.576 403.396 162.269 403.690 161.904 403.883  c
+161.540 404.076 161.092 404.172 160.561 404.172  c
+159.883 404.172 159.347 403.982 158.951 403.602  c
+158.555 403.221 158.357 402.719 158.357 402.094  c
+158.357 401.354 158.605 400.797 159.100 400.422  c
+159.594 400.047 160.331 399.859 161.311 399.859  c
+162.826 399.859 l
+162.826 399.750 l
+162.826 399.250 162.662 398.865 162.334 398.594  c
+162.006 398.323 161.550 398.188 160.967 398.188  c
+160.592 398.188 160.225 398.234 159.865 398.328  c
+159.506 398.422 159.165 398.557 158.842 398.734  c
+158.842 397.734 l
+159.238 397.578 159.620 397.464 159.990 397.391  c
+160.360 397.318 160.722 397.281 161.076 397.281  c
+162.024 397.281 162.732 397.526 163.201 398.016  c
+163.670 398.505 163.904 399.250 163.904 400.250  c
+h
+166.117 397.438 m
+167.195 397.438 l
+167.195 404.000 l
+166.117 404.000 l
+166.117 397.438 l
+h
+166.117 394.875 m
+167.195 394.875 l
+167.195 396.250 l
+166.117 396.250 l
+166.117 394.875 l
+h
+174.920 400.031 m
+174.920 404.000 l
+173.842 404.000 l
+173.842 400.078 l
+173.842 399.453 173.719 398.987 173.475 398.680  c
+173.230 398.372 172.868 398.219 172.389 398.219  c
+171.805 398.219 171.344 398.404 171.006 398.773  c
+170.667 399.143 170.498 399.651 170.498 400.297  c
+170.498 404.000 l
+169.420 404.000 l
+169.420 397.438 l
+170.498 397.438 l
+170.498 398.453 l
+170.758 398.057 171.063 397.763 171.412 397.570  c
+171.761 397.378 172.165 397.281 172.623 397.281  c
+173.373 397.281 173.943 397.513 174.334 397.977  c
+174.725 398.440 174.920 399.125 174.920 400.031  c
+h
+177.104 395.250 m
+178.291 395.250 l
+178.291 403.000 l
+182.557 403.000 l
+182.557 404.000 l
+177.104 404.000 l
+177.104 395.250 l
+h
+189.367 400.453 m
+189.367 400.969 l
+184.398 400.969 l
+184.451 401.719 184.677 402.286 185.078 402.672  c
+185.479 403.057 186.034 403.250 186.742 403.250  c
+187.159 403.250 187.562 403.201 187.953 403.102  c
+188.344 403.003 188.732 402.849 189.117 402.641  c
+189.117 403.672 l
+188.721 403.828 188.320 403.951 187.914 404.039  c
+187.508 404.128 187.096 404.172 186.680 404.172  c
+185.638 404.172 184.810 403.867 184.195 403.258  c
+183.581 402.648 183.273 401.823 183.273 400.781  c
+183.273 399.708 183.565 398.857 184.148 398.227  c
+184.732 397.596 185.513 397.281 186.492 397.281  c
+187.378 397.281 188.078 397.565 188.594 398.133  c
+189.109 398.701 189.367 399.474 189.367 400.453  c
+h
+188.289 400.125 m
+188.279 399.542 188.112 399.073 187.789 398.719  c
+187.466 398.365 187.039 398.188 186.508 398.188  c
+185.904 398.188 185.422 398.359 185.062 398.703  c
+184.703 399.047 184.497 399.526 184.445 400.141  c
+188.289 400.125 l
+h
+194.109 400.703 m
+193.245 400.703 192.643 400.802 192.305 401.000  c
+191.966 401.198 191.797 401.536 191.797 402.016  c
+191.797 402.401 191.924 402.706 192.180 402.930  c
+192.435 403.154 192.776 403.266 193.203 403.266  c
+193.807 403.266 194.289 403.055 194.648 402.633  c
+195.008 402.211 195.188 401.646 195.188 400.938  c
+195.188 400.703 l
+194.109 400.703 l
+h
+196.266 400.250 m
+196.266 404.000 l
+195.188 404.000 l
+195.188 403.000 l
+194.938 403.396 194.630 403.690 194.266 403.883  c
+193.901 404.076 193.453 404.172 192.922 404.172  c
+192.245 404.172 191.708 403.982 191.312 403.602  c
+190.917 403.221 190.719 402.719 190.719 402.094  c
+190.719 401.354 190.966 400.797 191.461 400.422  c
+191.956 400.047 192.693 399.859 193.672 399.859  c
+195.188 399.859 l
+195.188 399.750 l
+195.188 399.250 195.023 398.865 194.695 398.594  c
+194.367 398.323 193.911 398.188 193.328 398.188  c
+192.953 398.188 192.586 398.234 192.227 398.328  c
+191.867 398.422 191.526 398.557 191.203 398.734  c
+191.203 397.734 l
+191.599 397.578 191.982 397.464 192.352 397.391  c
+192.721 397.318 193.083 397.281 193.438 397.281  c
+194.385 397.281 195.094 397.526 195.562 398.016  c
+196.031 398.505 196.266 399.250 196.266 400.250  c
+h
+197.713 397.438 m
+198.854 397.438 l
+200.900 402.938 l
+202.963 397.438 l
+204.104 397.438 l
+201.635 404.000 l
+200.166 404.000 l
+197.713 397.438 l
+h
+205.580 397.438 m
+206.658 397.438 l
+206.658 404.000 l
+205.580 404.000 l
+205.580 397.438 l
+h
+205.580 394.875 m
+206.658 394.875 l
+206.658 396.250 l
+205.580 396.250 l
+205.580 394.875 l
+h
+214.383 400.031 m
+214.383 404.000 l
+213.305 404.000 l
+213.305 400.078 l
+213.305 399.453 213.182 398.987 212.938 398.680  c
+212.693 398.372 212.331 398.219 211.852 398.219  c
+211.268 398.219 210.807 398.404 210.469 398.773  c
+210.130 399.143 209.961 399.651 209.961 400.297  c
+209.961 404.000 l
+208.883 404.000 l
+208.883 397.438 l
+209.961 397.438 l
+209.961 398.453 l
+210.221 398.057 210.526 397.763 210.875 397.570  c
+211.224 397.378 211.628 397.281 212.086 397.281  c
+212.836 397.281 213.406 397.513 213.797 397.977  c
+214.188 398.440 214.383 399.125 214.383 400.031  c
+h
+220.848 400.641 m
+220.848 399.859 220.686 399.255 220.363 398.828  c
+220.040 398.401 219.587 398.188 219.004 398.188  c
+218.431 398.188 217.983 398.401 217.660 398.828  c
+217.337 399.255 217.176 399.859 217.176 400.641  c
+217.176 401.422 217.337 402.026 217.660 402.453  c
+217.983 402.880 218.431 403.094 219.004 403.094  c
+219.587 403.094 220.040 402.880 220.363 402.453  c
+220.686 402.026 220.848 401.422 220.848 400.641  c
+h
+221.926 403.188 m
+221.926 404.302 221.678 405.133 221.184 405.680  c
+220.689 406.227 219.926 406.500 218.895 406.500  c
+218.520 406.500 218.163 406.471 217.824 406.414  c
+217.486 406.357 217.160 406.271 216.848 406.156  c
+216.848 405.109 l
+217.160 405.276 217.473 405.401 217.785 405.484  c
+218.098 405.568 218.410 405.609 218.723 405.609  c
+219.431 405.609 219.962 405.424 220.316 405.055  c
+220.671 404.685 220.848 404.125 220.848 403.375  c
+220.848 402.844 l
+220.618 403.229 220.332 403.518 219.988 403.711  c
+219.645 403.904 219.228 404.000 218.738 404.000  c
+217.936 404.000 217.288 403.693 216.793 403.078  c
+216.298 402.464 216.051 401.651 216.051 400.641  c
+216.051 399.630 216.298 398.818 216.793 398.203  c
+217.288 397.589 217.936 397.281 218.738 397.281  c
+219.228 397.281 219.645 397.378 219.988 397.570  c
+220.332 397.763 220.618 398.052 220.848 398.438  c
+220.848 397.438 l
+221.926 397.438 l
+221.926 403.188 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+247.000 390.000 m
+252.000 390.000 l
+252.000 420.000 l
+247.000 420.000 l
+247.000 390.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 390.500 m
+246.500 415.500 l
+S
+newpath
+252.500 390.500 m
+252.500 415.500 l
+S
+0.00000 0.00000 0.00000 RG
+.807843 .811765 1.00000 RG
+newpath
+22.0000 452.500 m
+22.0000 467.500 l
+22.0000 468.881 23.1193 470.000 24.5000 470.000  c
+62.5000 470.000 l
+63.8807 470.000 65.0000 468.881 65.0000 467.500  c
+65.0000 452.500 l
+65.0000 451.119 63.8807 450.000 62.5000 450.000  c
+24.5000 450.000 l
+23.1193 450.000 22.0000 451.119 22.0000 452.500  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+22.0000 452.500 m
+22.0000 467.500 l
+22.0000 468.881 23.1193 470.000 24.5000 470.000  c
+62.5000 470.000 l
+63.8807 470.000 65.0000 468.881 65.0000 467.500  c
+65.0000 452.500 l
+65.0000 451.119 63.8807 450.000 62.5000 450.000  c
+24.5000 450.000 l
+23.1193 450.000 22.0000 451.119 22.0000 452.500  c
+h
+S
+newpath
+28.1250 457.438 m
+29.2031 457.438 l
+29.2031 464.000 l
+28.1250 464.000 l
+28.1250 457.438 l
+h
+28.1250 454.875 m
+29.2031 454.875 l
+29.2031 456.250 l
+28.1250 456.250 l
+28.1250 454.875 l
+h
+36.9277 460.031 m
+36.9277 464.000 l
+35.8496 464.000 l
+35.8496 460.078 l
+35.8496 459.453 35.7272 458.987 35.4824 458.680  c
+35.2376 458.372 34.8757 458.219 34.3965 458.219  c
+33.8132 458.219 33.3522 458.404 33.0137 458.773  c
+32.6751 459.143 32.5059 459.651 32.5059 460.297  c
+32.5059 464.000 l
+31.4277 464.000 l
+31.4277 457.438 l
+32.5059 457.438 l
+32.5059 458.453 l
+32.7663 458.057 33.0710 457.763 33.4199 457.570  c
+33.7689 457.378 34.1725 457.281 34.6309 457.281  c
+35.3809 457.281 35.9512 457.513 36.3418 457.977  c
+36.7324 458.440 36.9277 459.125 36.9277 460.031  c
+h
+39.0645 457.438 m
+40.1426 457.438 l
+40.1426 464.000 l
+39.0645 464.000 l
+39.0645 457.438 l
+h
+39.0645 454.875 m
+40.1426 454.875 l
+40.1426 456.250 l
+39.0645 456.250 l
+39.0645 454.875 l
+h
+43.4766 455.578 m
+43.4766 457.438 l
+45.6953 457.438 l
+45.6953 458.281 l
+43.4766 458.281 l
+43.4766 461.844 l
+43.4766 462.375 43.5495 462.716 43.6953 462.867  c
+43.8411 463.018 44.1380 463.094 44.5859 463.094  c
+45.6953 463.094 l
+45.6953 464.000 l
+44.5859 464.000 l
+43.7526 464.000 43.1771 463.844 42.8594 463.531  c
+42.5417 463.219 42.3828 462.656 42.3828 461.844  c
+42.3828 458.281 l
+41.6016 458.281 l
+41.6016 457.438 l
+42.3828 457.438 l
+42.3828 455.578 l
+43.4766 455.578 l
+h
+47.1035 457.438 m
+48.1816 457.438 l
+48.1816 464.000 l
+47.1035 464.000 l
+47.1035 457.438 l
+h
+47.1035 454.875 m
+48.1816 454.875 l
+48.1816 456.250 l
+47.1035 456.250 l
+47.1035 454.875 l
+h
+53.4219 460.703 m
+52.5573 460.703 51.9557 460.802 51.6172 461.000  c
+51.2786 461.198 51.1094 461.536 51.1094 462.016  c
+51.1094 462.401 51.2370 462.706 51.4922 462.930  c
+51.7474 463.154 52.0885 463.266 52.5156 463.266  c
+53.1198 463.266 53.6016 463.055 53.9609 462.633  c
+54.3203 462.211 54.5000 461.646 54.5000 460.938  c
+54.5000 460.703 l
+53.4219 460.703 l
+h
+55.5781 460.250 m
+55.5781 464.000 l
+54.5000 464.000 l
+54.5000 463.000 l
+54.2500 463.396 53.9427 463.690 53.5781 463.883  c
+53.2135 464.076 52.7656 464.172 52.2344 464.172  c
+51.5573 464.172 51.0208 463.982 50.6250 463.602  c
+50.2292 463.221 50.0312 462.719 50.0312 462.094  c
+50.0312 461.354 50.2786 460.797 50.7734 460.422  c
+51.2682 460.047 52.0052 459.859 52.9844 459.859  c
+54.5000 459.859 l
+54.5000 459.750 l
+54.5000 459.250 54.3359 458.865 54.0078 458.594  c
+53.6797 458.323 53.2240 458.188 52.6406 458.188  c
+52.2656 458.188 51.8984 458.234 51.5391 458.328  c
+51.1797 458.422 50.8385 458.557 50.5156 458.734  c
+50.5156 457.734 l
+50.9115 457.578 51.2943 457.464 51.6641 457.391  c
+52.0339 457.318 52.3958 457.281 52.7500 457.281  c
+53.6979 457.281 54.4062 457.526 54.8750 458.016  c
+55.3438 458.505 55.5781 459.250 55.5781 460.250  c
+h
+57.7910 454.875 m
+58.8691 454.875 l
+58.8691 464.000 l
+57.7910 464.000 l
+57.7910 454.875 l
+h
+f
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+87.0000 452.500 m
+87.0000 467.500 l
+87.0000 468.881 88.1193 470.000 89.5000 470.000  c
+134.500 470.000 l
+135.881 470.000 137.000 468.881 137.000 467.500  c
+137.000 452.500 l
+137.000 451.119 135.881 450.000 134.500 450.000  c
+89.5000 450.000 l
+88.1193 450.000 87.0000 451.119 87.0000 452.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+87.0000 452.500 m
+87.0000 467.500 l
+87.0000 468.881 88.1193 470.000 89.5000 470.000  c
+134.500 470.000 l
+135.881 470.000 137.000 468.881 137.000 467.500  c
+137.000 452.500 l
+137.000 451.119 135.881 450.000 134.500 450.000  c
+89.5000 450.000 l
+88.1193 450.000 87.0000 451.119 87.0000 452.500  c
+h
+S
+newpath
+96.9375 458.438 m
+96.8125 458.375 96.6797 458.326 96.5391 458.289  c
+96.3984 458.253 96.2396 458.234 96.0625 458.234  c
+95.4583 458.234 94.9922 458.432 94.6641 458.828  c
+94.3359 459.224 94.1719 459.797 94.1719 460.547  c
+94.1719 464.000 l
+93.0938 464.000 l
+93.0938 457.438 l
+94.1719 457.438 l
+94.1719 458.453 l
+94.4010 458.057 94.6979 457.763 95.0625 457.570  c
+95.4271 457.378 95.8698 457.281 96.3906 457.281  c
+96.4635 457.281 96.5443 457.286 96.6328 457.297  c
+96.7214 457.307 96.8177 457.323 96.9219 457.344  c
+96.9375 458.438 l
+h
+101.043 460.703 m
+100.178 460.703 99.5768 460.802 99.2383 461.000  c
+98.8997 461.198 98.7305 461.536 98.7305 462.016  c
+98.7305 462.401 98.8581 462.706 99.1133 462.930  c
+99.3685 463.154 99.7096 463.266 100.137 463.266  c
+100.741 463.266 101.223 463.055 101.582 462.633  c
+101.941 462.211 102.121 461.646 102.121 460.938  c
+102.121 460.703 l
+101.043 460.703 l
+h
+103.199 460.250 m
+103.199 464.000 l
+102.121 464.000 l
+102.121 463.000 l
+101.871 463.396 101.564 463.690 101.199 463.883  c
+100.835 464.076 100.387 464.172 99.8555 464.172  c
+99.1784 464.172 98.6419 463.982 98.2461 463.602  c
+97.8503 463.221 97.6523 462.719 97.6523 462.094  c
+97.6523 461.354 97.8997 460.797 98.3945 460.422  c
+98.8893 460.047 99.6263 459.859 100.605 459.859  c
+102.121 459.859 l
+102.121 459.750 l
+102.121 459.250 101.957 458.865 101.629 458.594  c
+101.301 458.323 100.845 458.188 100.262 458.188  c
+99.8867 458.188 99.5195 458.234 99.1602 458.328  c
+98.8008 458.422 98.4596 458.557 98.1367 458.734  c
+98.1367 457.734 l
+98.5326 457.578 98.9154 457.464 99.2852 457.391  c
+99.6549 457.318 100.017 457.281 100.371 457.281  c
+101.319 457.281 102.027 457.526 102.496 458.016  c
+102.965 458.505 103.199 459.250 103.199 460.250  c
+h
+105.412 457.438 m
+106.490 457.438 l
+106.490 464.000 l
+105.412 464.000 l
+105.412 457.438 l
+h
+105.412 454.875 m
+106.490 454.875 l
+106.490 456.250 l
+105.412 456.250 l
+105.412 454.875 l
+h
+112.934 457.625 m
+112.934 458.656 l
+112.632 458.500 112.316 458.383 111.988 458.305  c
+111.660 458.227 111.319 458.188 110.965 458.188  c
+110.434 458.188 110.033 458.268 109.762 458.430  c
+109.491 458.591 109.355 458.839 109.355 459.172  c
+109.355 459.422 109.452 459.617 109.645 459.758  c
+109.837 459.898 110.225 460.031 110.809 460.156  c
+111.168 460.250 l
+111.939 460.406 112.486 460.635 112.809 460.938  c
+113.132 461.240 113.293 461.656 113.293 462.188  c
+113.293 462.802 113.051 463.286 112.566 463.641  c
+112.082 463.995 111.418 464.172 110.574 464.172  c
+110.220 464.172 109.853 464.138 109.473 464.070  c
+109.092 464.003 108.694 463.901 108.277 463.766  c
+108.277 462.641 l
+108.673 462.849 109.064 463.005 109.449 463.109  c
+109.835 463.214 110.220 463.266 110.605 463.266  c
+111.105 463.266 111.493 463.180 111.770 463.008  c
+112.046 462.836 112.184 462.589 112.184 462.266  c
+112.184 461.974 112.085 461.750 111.887 461.594  c
+111.689 461.438 111.257 461.286 110.590 461.141  c
+110.215 461.062 l
+109.548 460.917 109.066 460.698 108.770 460.406  c
+108.473 460.115 108.324 459.719 108.324 459.219  c
+108.324 458.594 108.543 458.115 108.980 457.781  c
+109.418 457.448 110.038 457.281 110.840 457.281  c
+111.236 457.281 111.611 457.310 111.965 457.367  c
+112.319 457.424 112.642 457.510 112.934 457.625  c
+h
+114.998 457.438 m
+116.076 457.438 l
+116.076 464.000 l
+114.998 464.000 l
+114.998 457.438 l
+h
+114.998 454.875 m
+116.076 454.875 l
+116.076 456.250 l
+114.998 456.250 l
+114.998 454.875 l
+h
+123.801 460.031 m
+123.801 464.000 l
+122.723 464.000 l
+122.723 460.078 l
+122.723 459.453 122.600 458.987 122.355 458.680  c
+122.111 458.372 121.749 458.219 121.270 458.219  c
+120.686 458.219 120.225 458.404 119.887 458.773  c
+119.548 459.143 119.379 459.651 119.379 460.297  c
+119.379 464.000 l
+118.301 464.000 l
+118.301 457.438 l
+119.379 457.438 l
+119.379 458.453 l
+119.639 458.057 119.944 457.763 120.293 457.570  c
+120.642 457.378 121.046 457.281 121.504 457.281  c
+122.254 457.281 122.824 457.513 123.215 457.977  c
+123.605 458.440 123.801 459.125 123.801 460.031  c
+h
+130.266 460.641 m
+130.266 459.859 130.104 459.255 129.781 458.828  c
+129.458 458.401 129.005 458.188 128.422 458.188  c
+127.849 458.188 127.401 458.401 127.078 458.828  c
+126.755 459.255 126.594 459.859 126.594 460.641  c
+126.594 461.422 126.755 462.026 127.078 462.453  c
+127.401 462.880 127.849 463.094 128.422 463.094  c
+129.005 463.094 129.458 462.880 129.781 462.453  c
+130.104 462.026 130.266 461.422 130.266 460.641  c
+h
+131.344 463.188 m
+131.344 464.302 131.096 465.133 130.602 465.680  c
+130.107 466.227 129.344 466.500 128.312 466.500  c
+127.938 466.500 127.581 466.471 127.242 466.414  c
+126.904 466.357 126.578 466.271 126.266 466.156  c
+126.266 465.109 l
+126.578 465.276 126.891 465.401 127.203 465.484  c
+127.516 465.568 127.828 465.609 128.141 465.609  c
+128.849 465.609 129.380 465.424 129.734 465.055  c
+130.089 464.685 130.266 464.125 130.266 463.375  c
+130.266 462.844 l
+130.036 463.229 129.750 463.518 129.406 463.711  c
+129.062 463.904 128.646 464.000 128.156 464.000  c
+127.354 464.000 126.706 463.693 126.211 463.078  c
+125.716 462.464 125.469 461.651 125.469 460.641  c
+125.469 459.630 125.716 458.818 126.211 458.203  c
+126.706 457.589 127.354 457.281 128.156 457.281  c
+128.646 457.281 129.062 457.378 129.406 457.570  c
+129.750 457.763 130.036 458.052 130.266 458.438  c
+130.266 457.438 l
+131.344 457.438 l
+131.344 463.188 l
+h
+f
+.647059 .682353 .807843 RG
+newpath
+178.000 452.500 m
+178.000 467.500 l
+178.000 468.881 179.119 470.000 180.500 470.000  c
+189.500 470.000 l
+190.881 470.000 192.000 468.881 192.000 467.500  c
+192.000 452.500 l
+192.000 451.119 190.881 450.000 189.500 450.000  c
+180.500 450.000 l
+179.119 450.000 178.000 451.119 178.000 452.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+178.000 452.500 m
+178.000 467.500 l
+178.000 468.881 179.119 470.000 180.500 470.000  c
+189.500 470.000 l
+190.881 470.000 192.000 468.881 192.000 467.500  c
+192.000 452.500 l
+192.000 451.119 190.881 450.000 189.500 450.000  c
+180.500 450.000 l
+179.119 450.000 178.000 451.119 178.000 452.500  c
+h
+S
+newpath
+183.594 460.234 m
+186.750 460.234 l
+186.750 461.188 l
+183.594 461.188 l
+183.594 460.234 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+247.000 450.000 m
+252.000 450.000 l
+252.000 480.000 l
+247.000 480.000 l
+247.000 450.000 l
+h
+f
+.274510 .274510 .274510 RG
+newpath
+246.500 450.500 m
+246.500 475.500 l
+S
+newpath
+252.500 450.500 m
+252.500 475.500 l
+S
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+5.00000 512.500 m
+5.00000 527.500 l
+5.00000 528.881 6.11929 530.000 7.50000 530.000  c
+79.5000 530.000 l
+80.8807 530.000 82.0000 528.881 82.0000 527.500  c
+82.0000 512.500 l
+82.0000 511.119 80.8807 510.000 79.5000 510.000  c
+7.50000 510.000 l
+6.11929 510.000 5.00000 511.119 5.00000 512.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+5.00000 512.500 m
+5.00000 527.500 l
+5.00000 528.881 6.11929 530.000 7.50000 530.000  c
+79.5000 530.000 l
+80.8807 530.000 82.0000 528.881 82.0000 527.500  c
+82.0000 512.500 l
+82.0000 511.119 80.8807 510.000 79.5000 510.000  c
+7.50000 510.000 l
+6.11929 510.000 5.00000 511.119 5.00000 512.500  c
+h
+S
+newpath
+14.1094 520.703 m
+13.2448 520.703 12.6432 520.802 12.3047 521.000  c
+11.9661 521.198 11.7969 521.536 11.7969 522.016  c
+11.7969 522.401 11.9245 522.706 12.1797 522.930  c
+12.4349 523.154 12.7760 523.266 13.2031 523.266  c
+13.8073 523.266 14.2891 523.055 14.6484 522.633  c
+15.0078 522.211 15.1875 521.646 15.1875 520.938  c
+15.1875 520.703 l
+14.1094 520.703 l
+h
+16.2656 520.250 m
+16.2656 524.000 l
+15.1875 524.000 l
+15.1875 523.000 l
+14.9375 523.396 14.6302 523.690 14.2656 523.883  c
+13.9010 524.076 13.4531 524.172 12.9219 524.172  c
+12.2448 524.172 11.7083 523.982 11.3125 523.602  c
+10.9167 523.221 10.7188 522.719 10.7188 522.094  c
+10.7188 521.354 10.9661 520.797 11.4609 520.422  c
+11.9557 520.047 12.6927 519.859 13.6719 519.859  c
+15.1875 519.859 l
+15.1875 519.750 l
+15.1875 519.250 15.0234 518.865 14.6953 518.594  c
+14.3672 518.323 13.9115 518.188 13.3281 518.188  c
+12.9531 518.188 12.5859 518.234 12.2266 518.328  c
+11.8672 518.422 11.5260 518.557 11.2031 518.734  c
+11.2031 517.734 l
+11.5990 517.578 11.9818 517.464 12.3516 517.391  c
+12.7214 517.318 13.0833 517.281 13.4375 517.281  c
+14.3854 517.281 15.0938 517.526 15.5625 518.016  c
+16.0312 518.505 16.2656 519.250 16.2656 520.250  c
+h
+19.5254 523.016 m
+19.5254 526.500 l
+18.4473 526.500 l
+18.4473 517.438 l
+19.5254 517.438 l
+19.5254 518.438 l
+19.7546 518.042 20.0410 517.750 20.3848 517.562  c
+20.7285 517.375 21.1400 517.281 21.6191 517.281  c
+22.4212 517.281 23.0723 517.596 23.5723 518.227  c
+24.0723 518.857 24.3223 519.688 24.3223 520.719  c
+24.3223 521.750 24.0723 522.583 23.5723 523.219  c
+23.0723 523.854 22.4212 524.172 21.6191 524.172  c
+21.1400 524.172 20.7285 524.076 20.3848 523.883  c
+20.0410 523.690 19.7546 523.401 19.5254 523.016  c
+h
+23.1973 520.719 m
+23.1973 519.927 23.0332 519.307 22.7051 518.859  c
+22.3770 518.411 21.9316 518.188 21.3691 518.188  c
+20.7962 518.188 20.3457 518.411 20.0176 518.859  c
+19.6895 519.307 19.5254 519.927 19.5254 520.719  c
+19.5254 521.510 19.6895 522.133 20.0176 522.586  c
+20.3457 523.039 20.7962 523.266 21.3691 523.266  c
+21.9316 523.266 22.3770 523.039 22.7051 522.586  c
+23.0332 522.133 23.1973 521.510 23.1973 520.719  c
+h
+29.9082 518.438 m
+29.7832 518.375 29.6504 518.326 29.5098 518.289  c
+29.3691 518.253 29.2103 518.234 29.0332 518.234  c
+28.4290 518.234 27.9629 518.432 27.6348 518.828  c
+27.3066 519.224 27.1426 519.797 27.1426 520.547  c
+27.1426 524.000 l
+26.0645 524.000 l
+26.0645 517.438 l
+27.1426 517.438 l
+27.1426 518.453 l
+27.3717 518.057 27.6686 517.763 28.0332 517.570  c
+28.3978 517.378 28.8405 517.281 29.3613 517.281  c
+29.4342 517.281 29.5150 517.286 29.6035 517.297  c
+29.6921 517.307 29.7884 517.323 29.8926 517.344  c
+29.9082 518.438 l
+h
+33.5762 518.188 m
+33.0033 518.188 32.5475 518.414 32.2090 518.867  c
+31.8704 519.320 31.7012 519.938 31.7012 520.719  c
+31.7012 521.510 31.8678 522.130 32.2012 522.578  c
+32.5345 523.026 32.9928 523.250 33.5762 523.250  c
+34.1491 523.250 34.6048 523.023 34.9434 522.570  c
+35.2819 522.117 35.4512 521.500 35.4512 520.719  c
+35.4512 519.948 35.2819 519.333 34.9434 518.875  c
+34.6048 518.417 34.1491 518.188 33.5762 518.188  c
+h
+33.5762 517.281 m
+34.5137 517.281 35.2507 517.586 35.7871 518.195  c
+36.3236 518.805 36.5918 519.646 36.5918 520.719  c
+36.5918 521.792 36.3236 522.635 35.7871 523.250  c
+35.2507 523.865 34.5137 524.172 33.5762 524.172  c
+32.6387 524.172 31.9017 523.865 31.3652 523.250  c
+30.8288 522.635 30.5605 521.792 30.5605 520.719  c
+30.5605 519.646 30.8288 518.805 31.3652 518.195  c
+31.9017 517.586 32.6387 517.281 33.5762 517.281  c
+h
+41.3555 520.703 m
+40.4909 520.703 39.8893 520.802 39.5508 521.000  c
+39.2122 521.198 39.0430 521.536 39.0430 522.016  c
+39.0430 522.401 39.1706 522.706 39.4258 522.930  c
+39.6810 523.154 40.0221 523.266 40.4492 523.266  c
+41.0534 523.266 41.5352 523.055 41.8945 522.633  c
+42.2539 522.211 42.4336 521.646 42.4336 520.938  c
+42.4336 520.703 l
+41.3555 520.703 l
+h
+43.5117 520.250 m
+43.5117 524.000 l
+42.4336 524.000 l
+42.4336 523.000 l
+42.1836 523.396 41.8763 523.690 41.5117 523.883  c
+41.1471 524.076 40.6992 524.172 40.1680 524.172  c
+39.4909 524.172 38.9544 523.982 38.5586 523.602  c
+38.1628 523.221 37.9648 522.719 37.9648 522.094  c
+37.9648 521.354 38.2122 520.797 38.7070 520.422  c
+39.2018 520.047 39.9388 519.859 40.9180 519.859  c
+42.4336 519.859 l
+42.4336 519.750 l
+42.4336 519.250 42.2695 518.865 41.9414 518.594  c
+41.6133 518.323 41.1576 518.188 40.5742 518.188  c
+40.1992 518.188 39.8320 518.234 39.4727 518.328  c
+39.1133 518.422 38.7721 518.557 38.4492 518.734  c
+38.4492 517.734 l
+38.8451 517.578 39.2279 517.464 39.5977 517.391  c
+39.9674 517.318 40.3294 517.281 40.6836 517.281  c
+41.6315 517.281 42.3398 517.526 42.8086 518.016  c
+43.2773 518.505 43.5117 519.250 43.5117 520.250  c
+h
+50.4590 517.688 m
+50.4590 518.703 l
+50.1465 518.526 49.8392 518.396 49.5371 518.312  c
+49.2350 518.229 48.9277 518.188 48.6152 518.188  c
+47.9069 518.188 47.3600 518.409 46.9746 518.852  c
+46.5892 519.294 46.3965 519.917 46.3965 520.719  c
+46.3965 521.521 46.5892 522.143 46.9746 522.586  c
+47.3600 523.029 47.9069 523.250 48.6152 523.250  c
+48.9277 523.250 49.2350 523.208 49.5371 523.125  c
+49.8392 523.042 50.1465 522.917 50.4590 522.750  c
+50.4590 523.750 l
+50.1569 523.885 49.8444 523.990 49.5215 524.062  c
+49.1986 524.135 48.8548 524.172 48.4902 524.172  c
+47.5007 524.172 46.7142 523.862 46.1309 523.242  c
+45.5475 522.622 45.2559 521.781 45.2559 520.719  c
+45.2559 519.656 45.5501 518.818 46.1387 518.203  c
+46.7272 517.589 47.5371 517.281 48.5684 517.281  c
+48.8913 517.281 49.2116 517.315 49.5293 517.383  c
+49.8470 517.451 50.1569 517.552 50.4590 517.688  c
+h
+57.7910 520.031 m
+57.7910 524.000 l
+56.7129 524.000 l
+56.7129 520.078 l
+56.7129 519.453 56.5905 518.987 56.3457 518.680  c
+56.1009 518.372 55.7389 518.219 55.2598 518.219  c
+54.6764 518.219 54.2155 518.404 53.8770 518.773  c
+53.5384 519.143 53.3691 519.651 53.3691 520.297  c
+53.3691 524.000 l
+52.2910 524.000 l
+52.2910 514.875 l
+53.3691 514.875 l
+53.3691 518.453 l
+53.6296 518.057 53.9342 517.763 54.2832 517.570  c
+54.6322 517.378 55.0358 517.281 55.4941 517.281  c
+56.2441 517.281 56.8145 517.513 57.2051 517.977  c
+57.5957 518.440 57.7910 519.125 57.7910 520.031  c
+h
+59.9277 517.438 m
+61.0059 517.438 l
+61.0059 524.000 l
+59.9277 524.000 l
+59.9277 517.438 l
+h
+59.9277 514.875 m
+61.0059 514.875 l
+61.0059 516.250 l
+59.9277 516.250 l
+59.9277 514.875 l
+h
+68.7305 520.031 m
+68.7305 524.000 l
+67.6523 524.000 l
+67.6523 520.078 l
+67.6523 519.453 67.5299 518.987 67.2852 518.680  c
+67.0404 518.372 66.6784 518.219 66.1992 518.219  c
+65.6159 518.219 65.1549 518.404 64.8164 518.773  c
+64.4779 519.143 64.3086 519.651 64.3086 520.297  c
+64.3086 524.000 l
+63.2305 524.000 l
+63.2305 517.438 l
+64.3086 517.438 l
+64.3086 518.453 l
+64.5690 518.057 64.8737 517.763 65.2227 517.570  c
+65.5716 517.378 65.9753 517.281 66.4336 517.281  c
+67.1836 517.281 67.7539 517.513 68.1445 517.977  c
+68.5352 518.440 68.7305 519.125 68.7305 520.031  c
+h
+75.1953 520.641 m
+75.1953 519.859 75.0339 519.255 74.7109 518.828  c
+74.3880 518.401 73.9349 518.188 73.3516 518.188  c
+72.7786 518.188 72.3307 518.401 72.0078 518.828  c
+71.6849 519.255 71.5234 519.859 71.5234 520.641  c
+71.5234 521.422 71.6849 522.026 72.0078 522.453  c
+72.3307 522.880 72.7786 523.094 73.3516 523.094  c
+73.9349 523.094 74.3880 522.880 74.7109 522.453  c
+75.0339 522.026 75.1953 521.422 75.1953 520.641  c
+h
+76.2734 523.188 m
+76.2734 524.302 76.0260 525.133 75.5312 525.680  c
+75.0365 526.227 74.2734 526.500 73.2422 526.500  c
+72.8672 526.500 72.5104 526.471 72.1719 526.414  c
+71.8333 526.357 71.5078 526.271 71.1953 526.156  c
+71.1953 525.109 l
+71.5078 525.276 71.8203 525.401 72.1328 525.484  c
+72.4453 525.568 72.7578 525.609 73.0703 525.609  c
+73.7786 525.609 74.3099 525.424 74.6641 525.055  c
+75.0182 524.685 75.1953 524.125 75.1953 523.375  c
+75.1953 522.844 l
+74.9661 523.229 74.6797 523.518 74.3359 523.711  c
+73.9922 523.904 73.5755 524.000 73.0859 524.000  c
+72.2839 524.000 71.6354 523.693 71.1406 523.078  c
+70.6458 522.464 70.3984 521.651 70.3984 520.641  c
+70.3984 519.630 70.6458 518.818 71.1406 518.203  c
+71.6354 517.589 72.2839 517.281 73.0859 517.281  c
+73.5755 517.281 73.9922 517.378 74.3359 517.570  c
+74.6797 517.763 74.9661 518.052 75.1953 518.438  c
+75.1953 517.438 l
+76.2734 517.438 l
+76.2734 523.188 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+87.0000 512.500 m
+87.0000 527.500 l
+87.0000 528.881 88.1193 530.000 89.5000 530.000  c
+134.500 530.000 l
+135.881 530.000 137.000 528.881 137.000 527.500  c
+137.000 512.500 l
+137.000 511.119 135.881 510.000 134.500 510.000  c
+89.5000 510.000 l
+88.1193 510.000 87.0000 511.119 87.0000 512.500  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+87.0000 512.500 m
+87.0000 527.500 l
+87.0000 528.881 88.1193 530.000 89.5000 530.000  c
+134.500 530.000 l
+135.881 530.000 137.000 528.881 137.000 527.500  c
+137.000 512.500 l
+137.000 511.119 135.881 510.000 134.500 510.000  c
+89.5000 510.000 l
+88.1193 510.000 87.0000 511.119 87.0000 512.500  c
+h
+S
+newpath
+96.9375 518.438 m
+96.8125 518.375 96.6797 518.326 96.5391 518.289  c
+96.3984 518.253 96.2396 518.234 96.0625 518.234  c
+95.4583 518.234 94.9922 518.432 94.6641 518.828  c
+94.3359 519.224 94.1719 519.797 94.1719 520.547  c
+94.1719 524.000 l
+93.0938 524.000 l
+93.0938 517.438 l
+94.1719 517.438 l
+94.1719 518.453 l
+94.4010 518.057 94.6979 517.763 95.0625 517.570  c
+95.4271 517.378 95.8698 517.281 96.3906 517.281  c
+96.4635 517.281 96.5443 517.286 96.6328 517.297  c
+96.7214 517.307 96.8177 517.323 96.9219 517.344  c
+96.9375 518.438 l
+h
+101.043 520.703 m
+100.178 520.703 99.5768 520.802 99.2383 521.000  c
+98.8997 521.198 98.7305 521.536 98.7305 522.016  c
+98.7305 522.401 98.8581 522.706 99.1133 522.930  c
+99.3685 523.154 99.7096 523.266 100.137 523.266  c
+100.741 523.266 101.223 523.055 101.582 522.633  c
+101.941 522.211 102.121 521.646 102.121 520.938  c
+102.121 520.703 l
+101.043 520.703 l
+h
+103.199 520.250 m
+103.199 524.000 l
+102.121 524.000 l
+102.121 523.000 l
+101.871 523.396 101.564 523.690 101.199 523.883  c
+100.835 524.076 100.387 524.172 99.8555 524.172  c
+99.1784 524.172 98.6419 523.982 98.2461 523.602  c
+97.8503 523.221 97.6523 522.719 97.6523 522.094  c
+97.6523 521.354 97.8997 520.797 98.3945 520.422  c
+98.8893 520.047 99.6263 519.859 100.605 519.859  c
+102.121 519.859 l
+102.121 519.750 l
+102.121 519.250 101.957 518.865 101.629 518.594  c
+101.301 518.323 100.845 518.188 100.262 518.188  c
+99.8867 518.188 99.5195 518.234 99.1602 518.328  c
+98.8008 518.422 98.4596 518.557 98.1367 518.734  c
+98.1367 517.734 l
+98.5326 517.578 98.9154 517.464 99.2852 517.391  c
+99.6549 517.318 100.017 517.281 100.371 517.281  c
+101.319 517.281 102.027 517.526 102.496 518.016  c
+102.965 518.505 103.199 519.250 103.199 520.250  c
+h
+105.412 517.438 m
+106.490 517.438 l
+106.490 524.000 l
+105.412 524.000 l
+105.412 517.438 l
+h
+105.412 514.875 m
+106.490 514.875 l
+106.490 516.250 l
+105.412 516.250 l
+105.412 514.875 l
+h
+112.934 517.625 m
+112.934 518.656 l
+112.632 518.500 112.316 518.383 111.988 518.305  c
+111.660 518.227 111.319 518.188 110.965 518.188  c
+110.434 518.188 110.033 518.268 109.762 518.430  c
+109.491 518.591 109.355 518.839 109.355 519.172  c
+109.355 519.422 109.452 519.617 109.645 519.758  c
+109.837 519.898 110.225 520.031 110.809 520.156  c
+111.168 520.250 l
+111.939 520.406 112.486 520.635 112.809 520.938  c
+113.132 521.240 113.293 521.656 113.293 522.188  c
+113.293 522.802 113.051 523.286 112.566 523.641  c
+112.082 523.995 111.418 524.172 110.574 524.172  c
+110.220 524.172 109.853 524.138 109.473 524.070  c
+109.092 524.003 108.694 523.901 108.277 523.766  c
+108.277 522.641 l
+108.673 522.849 109.064 523.005 109.449 523.109  c
+109.835 523.214 110.220 523.266 110.605 523.266  c
+111.105 523.266 111.493 523.180 111.770 523.008  c
+112.046 522.836 112.184 522.589 112.184 522.266  c
+112.184 521.974 112.085 521.750 111.887 521.594  c
+111.689 521.438 111.257 521.286 110.590 521.141  c
+110.215 521.062 l
+109.548 520.917 109.066 520.698 108.770 520.406  c
+108.473 520.115 108.324 519.719 108.324 519.219  c
+108.324 518.594 108.543 518.115 108.980 517.781  c
+109.418 517.448 110.038 517.281 110.840 517.281  c
+111.236 517.281 111.611 517.310 111.965 517.367  c
+112.319 517.424 112.642 517.510 112.934 517.625  c
+h
+114.998 517.438 m
+116.076 517.438 l
+116.076 524.000 l
+114.998 524.000 l
+114.998 517.438 l
+h
+114.998 514.875 m
+116.076 514.875 l
+116.076 516.250 l
+114.998 516.250 l
+114.998 514.875 l
+h
+123.801 520.031 m
+123.801 524.000 l
+122.723 524.000 l
+122.723 520.078 l
+122.723 519.453 122.600 518.987 122.355 518.680  c
+122.111 518.372 121.749 518.219 121.270 518.219  c
+120.686 518.219 120.225 518.404 119.887 518.773  c
+119.548 519.143 119.379 519.651 119.379 520.297  c
+119.379 524.000 l
+118.301 524.000 l
+118.301 517.438 l
+119.379 517.438 l
+119.379 518.453 l
+119.639 518.057 119.944 517.763 120.293 517.570  c
+120.642 517.378 121.046 517.281 121.504 517.281  c
+122.254 517.281 122.824 517.513 123.215 517.977  c
+123.605 518.440 123.801 519.125 123.801 520.031  c
+h
+130.266 520.641 m
+130.266 519.859 130.104 519.255 129.781 518.828  c
+129.458 518.401 129.005 518.188 128.422 518.188  c
+127.849 518.188 127.401 518.401 127.078 518.828  c
+126.755 519.255 126.594 519.859 126.594 520.641  c
+126.594 521.422 126.755 522.026 127.078 522.453  c
+127.401 522.880 127.849 523.094 128.422 523.094  c
+129.005 523.094 129.458 522.880 129.781 522.453  c
+130.104 522.026 130.266 521.422 130.266 520.641  c
+h
+131.344 523.188 m
+131.344 524.302 131.096 525.133 130.602 525.680  c
+130.107 526.227 129.344 526.500 128.312 526.500  c
+127.938 526.500 127.581 526.471 127.242 526.414  c
+126.904 526.357 126.578 526.271 126.266 526.156  c
+126.266 525.109 l
+126.578 525.276 126.891 525.401 127.203 525.484  c
+127.516 525.568 127.828 525.609 128.141 525.609  c
+128.849 525.609 129.380 525.424 129.734 525.055  c
+130.089 524.685 130.266 524.125 130.266 523.375  c
+130.266 522.844 l
+130.036 523.229 129.750 523.518 129.406 523.711  c
+129.062 523.904 128.646 524.000 128.156 524.000  c
+127.354 524.000 126.706 523.693 126.211 523.078  c
+125.716 522.464 125.469 521.651 125.469 520.641  c
+125.469 519.630 125.716 518.818 126.211 518.203  c
+126.706 517.589 127.354 517.281 128.156 517.281  c
+128.646 517.281 129.062 517.378 129.406 517.570  c
+129.750 517.763 130.036 518.052 130.266 518.438  c
+130.266 517.438 l
+131.344 517.438 l
+131.344 523.188 l
+h
+f
+0.00000 0.00000 0.00000 RG
+.647059 .682353 .807843 RG
+newpath
+144.000 512.500 m
+144.000 527.500 l
+144.000 528.881 145.119 530.000 146.500 530.000  c
+224.500 530.000 l
+225.881 530.000 227.000 528.881 227.000 527.500  c
+227.000 512.500 l
+227.000 511.119 225.881 510.000 224.500 510.000  c
+146.500 510.000 l
+145.119 510.000 144.000 511.119 144.000 512.500  c
+h
+f
+0.00000 0.00000 0.00000 RG
+newpath
+144.000 512.500 m
+144.000 527.500 l
+144.000 528.881 145.119 530.000 146.500 530.000  c
+224.500 530.000 l
+225.881 530.000 227.000 528.881 227.000 527.500  c
+227.000 512.500 l
+227.000 511.119 225.881 510.000 224.500 510.000  c
+146.500 510.000 l
+145.119 510.000 144.000 511.119 144.000 512.500  c
+h
+S
+newpath
+151.203 515.578 m
+151.203 517.438 l
+153.422 517.438 l
+153.422 518.281 l
+151.203 518.281 l
+151.203 521.844 l
+151.203 522.375 151.276 522.716 151.422 522.867  c
+151.568 523.018 151.865 523.094 152.312 523.094  c
+153.422 523.094 l
+153.422 524.000 l
+152.312 524.000 l
+151.479 524.000 150.904 523.844 150.586 523.531  c
+150.268 523.219 150.109 522.656 150.109 521.844  c
+150.109 518.281 l
+149.328 518.281 l
+149.328 517.438 l
+150.109 517.438 l
+150.109 515.578 l
+151.203 515.578 l
+h
+158.643 518.438 m
+158.518 518.375 158.385 518.326 158.244 518.289  c
+158.104 518.253 157.945 518.234 157.768 518.234  c
+157.163 518.234 156.697 518.432 156.369 518.828  c
+156.041 519.224 155.877 519.797 155.877 520.547  c
+155.877 524.000 l
+154.799 524.000 l
+154.799 517.438 l
+155.877 517.438 l
+155.877 518.453 l
+156.106 518.057 156.403 517.763 156.768 517.570  c
+157.132 517.378 157.575 517.281 158.096 517.281  c
+158.169 517.281 158.249 517.286 158.338 517.297  c
+158.426 517.307 158.523 517.323 158.627 517.344  c
+158.643 518.438 l
+h
+162.748 520.703 m
+161.883 520.703 161.282 520.802 160.943 521.000  c
+160.605 521.198 160.436 521.536 160.436 522.016  c
+160.436 522.401 160.563 522.706 160.818 522.930  c
+161.074 523.154 161.415 523.266 161.842 523.266  c
+162.446 523.266 162.928 523.055 163.287 522.633  c
+163.646 522.211 163.826 521.646 163.826 520.938  c
+163.826 520.703 l
+162.748 520.703 l
+h
+164.904 520.250 m
+164.904 524.000 l
+163.826 524.000 l
+163.826 523.000 l
+163.576 523.396 163.269 523.690 162.904 523.883  c
+162.540 524.076 162.092 524.172 161.561 524.172  c
+160.883 524.172 160.347 523.982 159.951 523.602  c
+159.555 523.221 159.357 522.719 159.357 522.094  c
+159.357 521.354 159.605 520.797 160.100 520.422  c
+160.594 520.047 161.331 519.859 162.311 519.859  c
+163.826 519.859 l
+163.826 519.750 l
+163.826 519.250 163.662 518.865 163.334 518.594  c
+163.006 518.323 162.550 518.188 161.967 518.188  c
+161.592 518.188 161.225 518.234 160.865 518.328  c
+160.506 518.422 160.165 518.557 159.842 518.734  c
+159.842 517.734 l
+160.238 517.578 160.620 517.464 160.990 517.391  c
+161.360 517.318 161.722 517.281 162.076 517.281  c
+163.024 517.281 163.732 517.526 164.201 518.016  c
+164.670 518.505 164.904 519.250 164.904 520.250  c
+h
+167.117 517.438 m
+168.195 517.438 l
+168.195 524.000 l
+167.117 524.000 l
+167.117 517.438 l
+h
+167.117 514.875 m
+168.195 514.875 l
+168.195 516.250 l
+167.117 516.250 l
+167.117 514.875 l
+h
+175.920 520.031 m
+175.920 524.000 l
+174.842 524.000 l
+174.842 520.078 l
+174.842 519.453 174.719 518.987 174.475 518.680  c
+174.230 518.372 173.868 518.219 173.389 518.219  c
+172.805 518.219 172.344 518.404 172.006 518.773  c
+171.667 519.143 171.498 519.651 171.498 520.297  c
+171.498 524.000 l
+170.420 524.000 l
+170.420 517.438 l
+171.498 517.438 l
+171.498 518.453 l
+171.758 518.057 172.063 517.763 172.412 517.570  c
+172.761 517.378 173.165 517.281 173.623 517.281  c
+174.373 517.281 174.943 517.513 175.334 517.977  c
+175.725 518.440 175.920 519.125 175.920 520.031  c
+h
+184.666 515.922 m
+184.666 517.172 l
+184.260 516.797 183.833 516.518 183.385 516.336  c
+182.937 516.154 182.458 516.062 181.947 516.062  c
+180.947 516.062 180.182 516.370 179.650 516.984  c
+179.119 517.599 178.854 518.484 178.854 519.641  c
+178.854 520.786 179.119 521.667 179.650 522.281  c
+180.182 522.896 180.947 523.203 181.947 523.203  c
+182.458 523.203 182.937 523.109 183.385 522.922  c
+183.833 522.734 184.260 522.458 184.666 522.094  c
+184.666 523.328 l
+184.249 523.609 183.809 523.820 183.346 523.961  c
+182.882 524.102 182.395 524.172 181.885 524.172  c
+180.551 524.172 179.505 523.766 178.744 522.953  c
+177.984 522.141 177.604 521.036 177.604 519.641  c
+177.604 518.234 177.984 517.125 178.744 516.312  c
+179.505 515.500 180.551 515.094 181.885 515.094  c
+182.406 515.094 182.898 515.164 183.361 515.305  c
+183.825 515.445 184.260 515.651 184.666 515.922  c
+h
+188.982 518.188 m
+188.410 518.188 187.954 518.414 187.615 518.867  c
+187.277 519.320 187.107 519.938 187.107 520.719  c
+187.107 521.510 187.274 522.130 187.607 522.578  c
+187.941 523.026 188.399 523.250 188.982 523.250  c
+189.555 523.250 190.011 523.023 190.350 522.570  c
+190.688 522.117 190.857 521.500 190.857 520.719  c
+190.857 519.948 190.688 519.333 190.350 518.875  c
+190.011 518.417 189.555 518.188 188.982 518.188  c
+h
+188.982 517.281 m
+189.920 517.281 190.657 517.586 191.193 518.195  c
+191.730 518.805 191.998 519.646 191.998 520.719  c
+191.998 521.792 191.730 522.635 191.193 523.250  c
+190.657 523.865 189.920 524.172 188.982 524.172  c
+188.045 524.172 187.308 523.865 186.771 523.250  c
+186.235 522.635 185.967 521.792 185.967 520.719  c
+185.967 519.646 186.235 518.805 186.771 518.195  c
+187.308 517.586 188.045 517.281 188.982 517.281  c
+h
+198.887 518.703 m
+199.158 518.214 199.480 517.854 199.855 517.625  c
+200.230 517.396 200.673 517.281 201.184 517.281  c
+201.871 517.281 202.400 517.521 202.770 518.000  c
+203.139 518.479 203.324 519.156 203.324 520.031  c
+203.324 524.000 l
+202.246 524.000 l
+202.246 520.078 l
+202.246 519.443 202.134 518.974 201.910 518.672  c
+201.686 518.370 201.345 518.219 200.887 518.219  c
+200.324 518.219 199.882 518.404 199.559 518.773  c
+199.236 519.143 199.074 519.651 199.074 520.297  c
+199.074 524.000 l
+197.996 524.000 l
+197.996 520.078 l
+197.996 519.443 197.884 518.974 197.660 518.672  c
+197.436 518.370 197.090 518.219 196.621 518.219  c
+196.069 518.219 195.632 518.404 195.309 518.773  c
+194.986 519.143 194.824 519.651 194.824 520.297  c
+194.824 524.000 l
+193.746 524.000 l
+193.746 517.438 l
+194.824 517.438 l
+194.824 518.453 l
+195.074 518.057 195.371 517.763 195.715 517.570  c
+196.059 517.378 196.465 517.281 196.934 517.281  c
+197.413 517.281 197.819 517.401 198.152 517.641  c
+198.486 517.880 198.730 518.234 198.887 518.703  c
+h
+205.467 517.438 m
+206.545 517.438 l
+206.545 524.000 l
+205.467 524.000 l
+205.467 517.438 l
+h
+205.467 514.875 m
+206.545 514.875 l
+206.545 516.250 l
+205.467 516.250 l
+205.467 514.875 l
+h
+214.270 520.031 m
+214.270 524.000 l
+213.191 524.000 l
+213.191 520.078 l
+213.191 519.453 213.069 518.987 212.824 518.680  c
+212.579 518.372 212.217 518.219 211.738 518.219  c
+211.155 518.219 210.694 518.404 210.355 518.773  c
+210.017 519.143 209.848 519.651 209.848 520.297  c
+209.848 524.000 l
+208.770 524.000 l
+208.770 517.438 l
+209.848 517.438 l
+209.848 518.453 l
+210.108 518.057 210.413 517.763 210.762 517.570  c
+211.111 517.378 211.514 517.281 211.973 517.281  c
+212.723 517.281 213.293 517.513 213.684 517.977  c
+214.074 518.440 214.270 519.125 214.270 520.031  c
+h
+220.734 520.641 m
+220.734 519.859 220.573 519.255 220.250 518.828  c
+219.927 518.401 219.474 518.188 218.891 518.188  c
+218.318 518.188 217.870 518.401 217.547 518.828  c
+217.224 519.255 217.062 519.859 217.062 520.641  c
+217.062 521.422 217.224 522.026 217.547 522.453  c
+217.870 522.880 218.318 523.094 218.891 523.094  c
+219.474 523.094 219.927 522.880 220.250 522.453  c
+220.573 522.026 220.734 521.422 220.734 520.641  c
+h
+221.812 523.188 m
+221.812 524.302 221.565 525.133 221.070 525.680  c
+220.576 526.227 219.812 526.500 218.781 526.500  c
+218.406 526.500 218.049 526.471 217.711 526.414  c
+217.372 526.357 217.047 526.271 216.734 526.156  c
+216.734 525.109 l
+217.047 525.276 217.359 525.401 217.672 525.484  c
+217.984 525.568 218.297 525.609 218.609 525.609  c
+219.318 525.609 219.849 525.424 220.203 525.055  c
+220.557 524.685 220.734 524.125 220.734 523.375  c
+220.734 522.844 l
+220.505 523.229 220.219 523.518 219.875 523.711  c
+219.531 523.904 219.115 524.000 218.625 524.000  c
+217.823 524.000 217.174 523.693 216.680 523.078  c
+216.185 522.464 215.938 521.651 215.938 520.641  c
+215.938 519.630 216.185 518.818 216.680 518.203  c
+217.174 517.589 217.823 517.281 218.625 517.281  c
+219.115 517.281 219.531 517.378 219.875 517.570  c
+220.219 517.763 220.505 518.052 220.734 518.438  c
+220.734 517.438 l
+221.812 517.438 l
+221.812 523.188 l
+h
+f
+.807843 .811765 1.00000 RG
+newpath
+242.000 512.500 m
+242.000 527.500 l
+242.000 528.881 243.119 530.000 244.500 530.000  c
+253.500 530.000 l
+254.881 530.000 256.000 528.881 256.000 527.500  c
+256.000 512.500 l
+256.000 511.119 254.881 510.000 253.500 510.000  c
+244.500 510.000 l
+243.119 510.000 242.000 511.119 242.000 512.500  c
+h
+f
+.274510 .274510 .274510 RG
+newpath
+242.000 512.500 m
+242.000 527.500 l
+242.000 528.881 243.119 530.000 244.500 530.000  c
+253.500 530.000 l
+254.881 530.000 256.000 528.881 256.000 527.500  c
+256.000 512.500 l
+256.000 511.119 254.881 510.000 253.500 510.000  c
+244.500 510.000 l
+243.119 510.000 242.000 511.119 242.000 512.500  c
+h
+S
+newpath
+247.594 520.234 m
+250.750 520.234 l
+250.750 521.188 l
+247.594 521.188 l
+247.594 520.234 l
+h
+f
+1.00000 0.00000 0.00000 RG
+newpath
+44.5000 70.5000 m
+184.500 70.5000 l
+S
+newpath
+184.500 70.5000 m
+174.500 67.5000 l
+S
+newpath
+184.500 70.5000 m
+174.500 73.5000 l
+S
+newpath
+48.4219 64.2500 m
+47.7031 64.2500 47.2031 64.3333 46.9219 64.5000  c
+46.6406 64.6667 46.5000 64.9479 46.5000 65.3438  c
+46.5000 65.6667 46.6042 65.9219 46.8125 66.1094  c
+47.0208 66.2969 47.3073 66.3906 47.6719 66.3906  c
+48.1719 66.3906 48.5729 66.2135 48.8750 65.8594  c
+49.1771 65.5052 49.3281 65.0365 49.3281 64.4531  c
+49.3281 64.2500 l
+48.4219 64.2500 l
+h
+50.2188 63.8750 m
+50.2188 67.0000 l
+49.3281 67.0000 l
+49.3281 66.1719 l
+49.1198 66.5052 48.8620 66.7500 48.5547 66.9062  c
+48.2474 67.0625 47.8750 67.1406 47.4375 67.1406  c
+46.8750 67.1406 46.4271 66.9844 46.0938 66.6719  c
+45.7604 66.3594 45.5938 65.9375 45.5938 65.4062  c
+45.5938 64.7917 45.8021 64.3281 46.2188 64.0156  c
+46.6354 63.7031 47.2500 63.5469 48.0625 63.5469  c
+49.3281 63.5469 l
+49.3281 63.4531 l
+49.3281 63.0469 49.1901 62.7292 48.9141 62.5000  c
+48.6380 62.2708 48.2552 62.1562 47.7656 62.1562  c
+47.4531 62.1562 47.1484 62.1953 46.8516 62.2734  c
+46.5547 62.3516 46.2708 62.4635 46.0000 62.6094  c
+46.0000 61.7812 l
+46.3333 61.6562 46.6536 61.5625 46.9609 61.5000  c
+47.2682 61.4375 47.5677 61.4062 47.8594 61.4062  c
+48.6510 61.4062 49.2422 61.6094 49.6328 62.0156  c
+50.0234 62.4219 50.2188 63.0417 50.2188 63.8750  c
+h
+52.9404 66.1719 m
+52.9404 69.0781 l
+52.0342 69.0781 l
+52.0342 61.5312 l
+52.9404 61.5312 l
+52.9404 62.3594 l
+53.1279 62.0365 53.3649 61.7969 53.6514 61.6406  c
+53.9378 61.4844 54.2842 61.4062 54.6904 61.4062  c
+55.3571 61.4062 55.8962 61.6693 56.3076 62.1953  c
+56.7191 62.7214 56.9248 63.4115 56.9248 64.2656  c
+56.9248 65.1302 56.7191 65.8255 56.3076 66.3516  c
+55.8962 66.8776 55.3571 67.1406 54.6904 67.1406  c
+54.2842 67.1406 53.9378 67.0625 53.6514 66.9062  c
+53.3649 66.7500 53.1279 66.5052 52.9404 66.1719  c
+h
+56.0029 64.2656 m
+56.0029 63.6094 55.8649 63.0938 55.5889 62.7188  c
+55.3128 62.3438 54.9404 62.1562 54.4717 62.1562  c
+53.9925 62.1562 53.6175 62.3438 53.3467 62.7188  c
+53.0758 63.0938 52.9404 63.6094 52.9404 64.2656  c
+52.9404 64.9323 53.0758 65.4531 53.3467 65.8281  c
+53.6175 66.2031 53.9925 66.3906 54.4717 66.3906  c
+54.9404 66.3906 55.3128 66.2031 55.5889 65.8281  c
+55.8649 65.4531 56.0029 64.9323 56.0029 64.2656  c
+h
+59.2881 66.1719 m
+59.2881 69.0781 l
+58.3818 69.0781 l
+58.3818 61.5312 l
+59.2881 61.5312 l
+59.2881 62.3594 l
+59.4756 62.0365 59.7126 61.7969 59.9990 61.6406  c
+60.2855 61.4844 60.6318 61.4062 61.0381 61.4062  c
+61.7048 61.4062 62.2438 61.6693 62.6553 62.1953  c
+63.0667 62.7214 63.2725 63.4115 63.2725 64.2656  c
+63.2725 65.1302 63.0667 65.8255 62.6553 66.3516  c
+62.2438 66.8776 61.7048 67.1406 61.0381 67.1406  c
+60.6318 67.1406 60.2855 67.0625 59.9990 66.9062  c
+59.7126 66.7500 59.4756 66.5052 59.2881 66.1719  c
+h
+62.3506 64.2656 m
+62.3506 63.6094 62.2126 63.0938 61.9365 62.7188  c
+61.6605 62.3438 61.2881 62.1562 60.8193 62.1562  c
+60.3402 62.1562 59.9652 62.3438 59.6943 62.7188  c
+59.4235 63.0938 59.2881 63.6094 59.2881 64.2656  c
+59.2881 64.9323 59.4235 65.4531 59.6943 65.8281  c
+59.9652 66.2031 60.3402 66.3906 60.8193 66.3906  c
+61.2881 66.3906 61.6605 66.2031 61.9365 65.8281  c
+62.2126 65.4531 62.3506 64.9323 62.3506 64.2656  c
+h
+67.9326 62.3750 m
+67.8285 62.3125 67.7191 62.2682 67.6045 62.2422  c
+67.4899 62.2161 67.3597 62.2031 67.2139 62.2031  c
+66.7035 62.2031 66.3128 62.3672 66.0420 62.6953  c
+65.7712 63.0234 65.6357 63.5000 65.6357 64.1250  c
+65.6357 67.0000 l
+64.7295 67.0000 l
+64.7295 61.5312 l
+65.6357 61.5312 l
+65.6357 62.3750 l
+65.8232 62.0417 66.0680 61.7969 66.3701 61.6406  c
+66.6722 61.4844 67.0420 61.4062 67.4795 61.4062  c
+67.5420 61.4062 67.6097 61.4089 67.6826 61.4141  c
+67.7555 61.4193 67.8389 61.4323 67.9326 61.4531  c
+67.9326 62.3750 l
+h
+70.9971 62.1562 m
+70.5179 62.1562 70.1377 62.3438 69.8564 62.7188  c
+69.5752 63.0938 69.4346 63.6094 69.4346 64.2656  c
+69.4346 64.9219 69.5726 65.4375 69.8486 65.8125  c
+70.1247 66.1875 70.5075 66.3750 70.9971 66.3750  c
+71.4762 66.3750 71.8564 66.1875 72.1377 65.8125  c
+72.4189 65.4375 72.5596 64.9219 72.5596 64.2656  c
+72.5596 63.6198 72.4189 63.1068 72.1377 62.7266  c
+71.8564 62.3464 71.4762 62.1562 70.9971 62.1562  c
+h
+70.9971 61.4062 m
+71.7783 61.4062 72.3929 61.6589 72.8408 62.1641  c
+73.2887 62.6693 73.5127 63.3698 73.5127 64.2656  c
+73.5127 65.1615 73.2887 65.8646 72.8408 66.3750  c
+72.3929 66.8854 71.7783 67.1406 70.9971 67.1406  c
+70.2158 67.1406 69.6012 66.8854 69.1533 66.3750  c
+68.7054 65.8646 68.4814 65.1615 68.4814 64.2656  c
+68.4814 63.3698 68.7054 62.6693 69.1533 62.1641  c
+69.6012 61.6589 70.2158 61.4062 70.9971 61.4062  c
+h
+77.4746 64.2500 m
+76.7559 64.2500 76.2559 64.3333 75.9746 64.5000  c
+75.6934 64.6667 75.5527 64.9479 75.5527 65.3438  c
+75.5527 65.6667 75.6569 65.9219 75.8652 66.1094  c
+76.0736 66.2969 76.3600 66.3906 76.7246 66.3906  c
+77.2246 66.3906 77.6257 66.2135 77.9277 65.8594  c
+78.2298 65.5052 78.3809 65.0365 78.3809 64.4531  c
+78.3809 64.2500 l
+77.4746 64.2500 l
+h
+79.2715 63.8750 m
+79.2715 67.0000 l
+78.3809 67.0000 l
+78.3809 66.1719 l
+78.1725 66.5052 77.9147 66.7500 77.6074 66.9062  c
+77.3001 67.0625 76.9277 67.1406 76.4902 67.1406  c
+75.9277 67.1406 75.4798 66.9844 75.1465 66.6719  c
+74.8132 66.3594 74.6465 65.9375 74.6465 65.4062  c
+74.6465 64.7917 74.8548 64.3281 75.2715 64.0156  c
+75.6882 63.7031 76.3027 63.5469 77.1152 63.5469  c
+78.3809 63.5469 l
+78.3809 63.4531 l
+78.3809 63.0469 78.2428 62.7292 77.9668 62.5000  c
+77.6908 62.2708 77.3079 62.1562 76.8184 62.1562  c
+76.5059 62.1562 76.2012 62.1953 75.9043 62.2734  c
+75.6074 62.3516 75.3236 62.4635 75.0527 62.6094  c
+75.0527 61.7812 l
+75.3861 61.6562 75.7064 61.5625 76.0137 61.5000  c
+76.3210 61.4375 76.6204 61.4062 76.9121 61.4062  c
+77.7038 61.4062 78.2949 61.6094 78.6855 62.0156  c
+79.0762 62.4219 79.2715 63.0417 79.2715 63.8750  c
+h
+85.0557 61.7344 m
+85.0557 62.5781 l
+84.8057 62.4427 84.5531 62.3385 84.2979 62.2656  c
+84.0426 62.1927 83.7848 62.1562 83.5244 62.1562  c
+82.9411 62.1562 82.4880 62.3411 82.1650 62.7109  c
+81.8421 63.0807 81.6807 63.5990 81.6807 64.2656  c
+81.6807 64.9323 81.8421 65.4505 82.1650 65.8203  c
+82.4880 66.1901 82.9411 66.3750 83.5244 66.3750  c
+83.7848 66.3750 84.0426 66.3411 84.2979 66.2734  c
+84.5531 66.2057 84.8057 66.0990 85.0557 65.9531  c
+85.0557 66.7969 l
+84.8057 66.9115 84.5479 66.9974 84.2822 67.0547  c
+84.0166 67.1120 83.7327 67.1406 83.4307 67.1406  c
+82.5973 67.1406 81.9385 66.8828 81.4541 66.3672  c
+80.9697 65.8516 80.7275 65.1510 80.7275 64.2656  c
+80.7275 63.3802 80.9723 62.6823 81.4619 62.1719  c
+81.9515 61.6615 82.6234 61.4062 83.4775 61.4062  c
+83.7588 61.4062 84.0296 61.4323 84.2900 61.4844  c
+84.5505 61.5365 84.8057 61.6198 85.0557 61.7344  c
+h
+91.1631 63.7031 m
+91.1631 67.0000 l
+90.2725 67.0000 l
+90.2725 63.7344 l
+90.2725 63.2135 90.1709 62.8255 89.9678 62.5703  c
+89.7646 62.3151 89.4600 62.1875 89.0537 62.1875  c
+88.5745 62.1875 88.1943 62.3411 87.9131 62.6484  c
+87.6318 62.9557 87.4912 63.3750 87.4912 63.9062  c
+87.4912 67.0000 l
+86.5850 67.0000 l
+86.5850 59.4062 l
+87.4912 59.4062 l
+87.4912 62.3750 l
+87.7100 62.0521 87.9652 61.8099 88.2568 61.6484  c
+88.5485 61.4870 88.8818 61.4062 89.2568 61.4062  c
+89.8818 61.4062 90.3558 61.5990 90.6787 61.9844  c
+91.0016 62.3698 91.1631 62.9427 91.1631 63.7031  c
+h
+f
+newpath
+184.500 130.500 m
+113.500 130.500 l
+S
+newpath
+113.500 130.500 m
+123.500 127.500 l
+S
+newpath
+113.500 130.500 m
+123.500 133.500 l
+S
+newpath
+157.938 119.406 m
+158.844 119.406 l
+158.844 127.000 l
+157.938 127.000 l
+157.938 119.406 l
+h
+162.841 122.156 m
+162.362 122.156 161.981 122.344 161.700 122.719  c
+161.419 123.094 161.278 123.609 161.278 124.266  c
+161.278 124.922 161.416 125.438 161.692 125.812  c
+161.968 126.188 162.351 126.375 162.841 126.375  c
+163.320 126.375 163.700 126.188 163.981 125.812  c
+164.263 125.438 164.403 124.922 164.403 124.266  c
+164.403 123.620 164.263 123.107 163.981 122.727  c
+163.700 122.346 163.320 122.156 162.841 122.156  c
+h
+162.841 121.406 m
+163.622 121.406 164.237 121.659 164.685 122.164  c
+165.132 122.669 165.356 123.370 165.356 124.266  c
+165.356 125.161 165.132 125.865 164.685 126.375  c
+164.237 126.885 163.622 127.141 162.841 127.141  c
+162.060 127.141 161.445 126.885 160.997 126.375  c
+160.549 125.865 160.325 125.161 160.325 124.266  c
+160.325 123.370 160.549 122.669 160.997 122.164  c
+161.445 121.659 162.060 121.406 162.841 121.406  c
+h
+166.318 121.531 m
+167.209 121.531 l
+168.334 125.797 l
+169.459 121.531 l
+170.521 121.531 l
+171.646 125.797 l
+172.756 121.531 l
+173.662 121.531 l
+172.225 127.000 l
+171.162 127.000 l
+169.990 122.516 l
+168.803 127.000 l
+167.740 127.000 l
+166.318 121.531 l
+h
+179.700 124.047 m
+179.700 124.484 l
+175.560 124.484 l
+175.601 125.099 175.789 125.568 176.122 125.891  c
+176.455 126.214 176.919 126.375 177.513 126.375  c
+177.856 126.375 178.192 126.333 178.521 126.250  c
+178.849 126.167 179.169 126.042 179.481 125.875  c
+179.481 126.719 l
+179.159 126.854 178.828 126.958 178.489 127.031  c
+178.151 127.104 177.810 127.141 177.466 127.141  c
+176.591 127.141 175.898 126.888 175.388 126.383  c
+174.877 125.878 174.622 125.188 174.622 124.312  c
+174.622 123.417 174.864 122.708 175.349 122.188  c
+175.833 121.667 176.487 121.406 177.310 121.406  c
+178.049 121.406 178.632 121.641 179.060 122.109  c
+179.487 122.578 179.700 123.224 179.700 124.047  c
+h
+178.794 123.781 m
+178.794 123.292 178.659 122.898 178.388 122.602  c
+178.117 122.305 177.763 122.156 177.325 122.156  c
+176.815 122.156 176.411 122.299 176.114 122.586  c
+175.817 122.872 175.643 123.271 175.591 123.781  c
+178.794 123.781 l
+h
+184.337 122.375 m
+184.233 122.312 184.123 122.268 184.009 122.242  c
+183.894 122.216 183.764 122.203 183.618 122.203  c
+183.108 122.203 182.717 122.367 182.446 122.695  c
+182.175 123.023 182.040 123.500 182.040 124.125  c
+182.040 127.000 l
+181.134 127.000 l
+181.134 121.531 l
+182.040 121.531 l
+182.040 122.375 l
+182.228 122.042 182.472 121.797 182.774 121.641  c
+183.076 121.484 183.446 121.406 183.884 121.406  c
+183.946 121.406 184.014 121.409 184.087 121.414  c
+184.160 121.419 184.243 121.432 184.337 121.453  c
+184.337 122.375 l
+h
+f
+newpath
+113.500 190.500 m
+248.500 190.500 l
+S
+newpath
+248.500 190.500 m
+238.500 187.500 l
+S
+newpath
+248.500 190.500 m
+238.500 193.500 l
+S
+newpath
+118.547 182.359 m
+118.547 179.406 l
+119.438 179.406 l
+119.438 187.000 l
+118.547 187.000 l
+118.547 186.172 l
+118.359 186.505 118.120 186.750 117.828 186.906  c
+117.536 187.062 117.188 187.141 116.781 187.141  c
+116.125 187.141 115.589 186.878 115.172 186.352  c
+114.755 185.826 114.547 185.130 114.547 184.266  c
+114.547 183.411 114.755 182.721 115.172 182.195  c
+115.589 181.669 116.125 181.406 116.781 181.406  c
+117.188 181.406 117.536 181.484 117.828 181.641  c
+118.120 181.797 118.359 182.036 118.547 182.359  c
+h
+115.484 184.266 m
+115.484 184.932 115.620 185.453 115.891 185.828  c
+116.161 186.203 116.536 186.391 117.016 186.391  c
+117.484 186.391 117.857 186.203 118.133 185.828  c
+118.409 185.453 118.547 184.932 118.547 184.266  c
+118.547 183.609 118.409 183.094 118.133 182.719  c
+117.857 182.344 117.484 182.156 117.016 182.156  c
+116.536 182.156 116.161 182.344 115.891 182.719  c
+115.620 183.094 115.484 183.609 115.484 184.266  c
+h
+123.410 182.156 m
+122.931 182.156 122.551 182.344 122.270 182.719  c
+121.988 183.094 121.848 183.609 121.848 184.266  c
+121.848 184.922 121.986 185.438 122.262 185.812  c
+122.538 186.188 122.921 186.375 123.410 186.375  c
+123.889 186.375 124.270 186.188 124.551 185.812  c
+124.832 185.438 124.973 184.922 124.973 184.266  c
+124.973 183.620 124.832 183.107 124.551 182.727  c
+124.270 182.346 123.889 182.156 123.410 182.156  c
+h
+123.410 181.406 m
+124.191 181.406 124.806 181.659 125.254 182.164  c
+125.702 182.669 125.926 183.370 125.926 184.266  c
+125.926 185.161 125.702 185.865 125.254 186.375  c
+124.806 186.885 124.191 187.141 123.410 187.141  c
+122.629 187.141 122.014 186.885 121.566 186.375  c
+121.118 185.865 120.895 185.161 120.895 184.266  c
+120.895 183.370 121.118 182.669 121.566 182.164  c
+122.014 181.659 122.629 181.406 123.410 181.406  c
+h
+126.888 181.531 m
+127.778 181.531 l
+128.903 185.797 l
+130.028 181.531 l
+131.091 181.531 l
+132.216 185.797 l
+133.325 181.531 l
+134.231 181.531 l
+132.794 187.000 l
+131.731 187.000 l
+130.560 182.516 l
+129.372 187.000 l
+128.310 187.000 l
+126.888 181.531 l
+h
+140.129 183.703 m
+140.129 187.000 l
+139.238 187.000 l
+139.238 183.734 l
+139.238 183.214 139.137 182.826 138.934 182.570  c
+138.730 182.315 138.426 182.188 138.020 182.188  c
+137.540 182.188 137.160 182.341 136.879 182.648  c
+136.598 182.956 136.457 183.375 136.457 183.906  c
+136.457 187.000 l
+135.551 187.000 l
+135.551 181.531 l
+136.457 181.531 l
+136.457 182.375 l
+136.676 182.052 136.931 181.810 137.223 181.648  c
+137.514 181.487 137.848 181.406 138.223 181.406  c
+138.848 181.406 139.322 181.599 139.645 181.984  c
+139.967 182.370 140.129 182.943 140.129 183.703  c
+h
+f
+newpath
+44.5000 250.500 m
+248.500 250.500 l
+S
+newpath
+248.500 250.500 m
+238.500 247.500 l
+S
+newpath
+248.500 250.500 m
+238.500 253.500 l
+S
+newpath
+45.9375 241.531 m
+46.8438 241.531 l
+46.8438 247.000 l
+45.9375 247.000 l
+45.9375 241.531 l
+h
+45.9375 239.406 m
+46.8438 239.406 l
+46.8438 240.547 l
+45.9375 240.547 l
+45.9375 239.406 l
+h
+53.2627 243.703 m
+53.2627 247.000 l
+52.3721 247.000 l
+52.3721 243.734 l
+52.3721 243.214 52.2705 242.826 52.0674 242.570  c
+51.8643 242.315 51.5596 242.188 51.1533 242.188  c
+50.6742 242.188 50.2939 242.341 50.0127 242.648  c
+49.7314 242.956 49.5908 243.375 49.5908 243.906  c
+49.5908 247.000 l
+48.6846 247.000 l
+48.6846 241.531 l
+49.5908 241.531 l
+49.5908 242.375 l
+49.8096 242.052 50.0648 241.810 50.3564 241.648  c
+50.6481 241.487 50.9814 241.406 51.3564 241.406  c
+51.9814 241.406 52.4554 241.599 52.7783 241.984  c
+53.1012 242.370 53.2627 242.943 53.2627 243.703  c
+h
+f
+newpath
+44.5000 310.500 m
+248.500 310.500 l
+S
+newpath
+248.500 310.500 m
+238.500 307.500 l
+S
+newpath
+248.500 310.500 m
+238.500 313.500 l
+S
+newpath
+48.0625 302.156 m
+47.5833 302.156 47.2031 302.344 46.9219 302.719  c
+46.6406 303.094 46.5000 303.609 46.5000 304.266  c
+46.5000 304.922 46.6380 305.438 46.9141 305.812  c
+47.1901 306.188 47.5729 306.375 48.0625 306.375  c
+48.5417 306.375 48.9219 306.188 49.2031 305.812  c
+49.4844 305.438 49.6250 304.922 49.6250 304.266  c
+49.6250 303.620 49.4844 303.107 49.2031 302.727  c
+48.9219 302.346 48.5417 302.156 48.0625 302.156  c
+h
+48.0625 301.406 m
+48.8438 301.406 49.4583 301.659 49.9062 302.164  c
+50.3542 302.669 50.5781 303.370 50.5781 304.266  c
+50.5781 305.161 50.3542 305.865 49.9062 306.375  c
+49.4583 306.885 48.8438 307.141 48.0625 307.141  c
+47.2812 307.141 46.6667 306.885 46.2188 306.375  c
+45.7708 305.865 45.5469 305.161 45.5469 304.266  c
+45.5469 303.370 45.7708 302.669 46.2188 302.164  c
+46.6667 301.659 47.2812 301.406 48.0625 301.406  c
+h
+51.9619 304.844 m
+51.9619 301.531 l
+52.8682 301.531 l
+52.8682 304.812 l
+52.8682 305.323 52.9697 305.708 53.1729 305.969  c
+53.3760 306.229 53.6755 306.359 54.0713 306.359  c
+54.5609 306.359 54.9463 306.206 55.2275 305.898  c
+55.5088 305.591 55.6494 305.167 55.6494 304.625  c
+55.6494 301.531 l
+56.5557 301.531 l
+56.5557 307.000 l
+55.6494 307.000 l
+55.6494 306.156 l
+55.4307 306.490 55.1781 306.737 54.8916 306.898  c
+54.6051 307.060 54.2692 307.141 53.8838 307.141  c
+53.2588 307.141 52.7822 306.945 52.4541 306.555  c
+52.1260 306.164 51.9619 305.594 51.9619 304.844  c
+h
+54.2275 301.406 m
+54.2275 301.406 l
+h
+59.2842 299.984 m
+59.2842 301.531 l
+61.1436 301.531 l
+61.1436 302.234 l
+59.2842 302.234 l
+59.2842 305.203 l
+59.2842 305.641 59.3467 305.924 59.4717 306.055  c
+59.5967 306.185 59.8467 306.250 60.2217 306.250  c
+61.1436 306.250 l
+61.1436 307.000 l
+60.2217 307.000 l
+59.5238 307.000 59.0420 306.870 58.7764 306.609  c
+58.5107 306.349 58.3779 305.880 58.3779 305.203  c
+58.3779 302.234 l
+57.7217 302.234 l
+57.7217 301.531 l
+58.3779 301.531 l
+58.3779 299.984 l
+59.2842 299.984 l
+h
+f
+newpath
+44.5000 370.500 m
+184.500 370.500 l
+S
+newpath
+184.500 370.500 m
+174.500 367.500 l
+S
+newpath
+184.500 370.500 m
+174.500 373.500 l
+S
+newpath
+50.6250 364.047 m
+50.6250 364.484 l
+46.4844 364.484 l
+46.5260 365.099 46.7135 365.568 47.0469 365.891  c
+47.3802 366.214 47.8438 366.375 48.4375 366.375  c
+48.7812 366.375 49.1172 366.333 49.4453 366.250  c
+49.7734 366.167 50.0938 366.042 50.4062 365.875  c
+50.4062 366.719 l
+50.0833 366.854 49.7526 366.958 49.4141 367.031  c
+49.0755 367.104 48.7344 367.141 48.3906 367.141  c
+47.5156 367.141 46.8229 366.888 46.3125 366.383  c
+45.8021 365.878 45.5469 365.188 45.5469 364.312  c
+45.5469 363.417 45.7891 362.708 46.2734 362.188  c
+46.7578 361.667 47.4115 361.406 48.2344 361.406  c
+48.9740 361.406 49.5573 361.641 49.9844 362.109  c
+50.4115 362.578 50.6250 363.224 50.6250 364.047  c
+h
+49.7188 363.781 m
+49.7188 363.292 49.5833 362.898 49.3125 362.602  c
+49.0417 362.305 48.6875 362.156 48.2500 362.156  c
+47.7396 362.156 47.3359 362.299 47.0391 362.586  c
+46.7422 362.872 46.5677 363.271 46.5156 363.781  c
+49.7188 363.781 l
+h
+56.6367 361.531 m
+54.6680 364.188 l
+56.7461 367.000 l
+55.6836 367.000 l
+54.0898 364.844 l
+52.4961 367.000 l
+51.4336 367.000 l
+53.5586 364.141 l
+51.6211 361.531 l
+52.6836 361.531 l
+54.1367 363.484 l
+55.5742 361.531 l
+56.6367 361.531 l
+h
+f
+newpath
+184.500 430.500 m
+113.500 430.500 l
+S
+newpath
+113.500 430.500 m
+123.500 427.500 l
+S
+newpath
+113.500 430.500 m
+123.500 433.500 l
+S
+newpath
+164.109 422.375 m
+164.005 422.312 163.896 422.268 163.781 422.242  c
+163.667 422.216 163.536 422.203 163.391 422.203  c
+162.880 422.203 162.490 422.367 162.219 422.695  c
+161.948 423.023 161.812 423.500 161.812 424.125  c
+161.812 427.000 l
+160.906 427.000 l
+160.906 421.531 l
+161.812 421.531 l
+161.812 422.375 l
+162.000 422.042 162.245 421.797 162.547 421.641  c
+162.849 421.484 163.219 421.406 163.656 421.406  c
+163.719 421.406 163.786 421.409 163.859 421.414  c
+163.932 421.419 164.016 421.432 164.109 421.453  c
+164.109 422.375 l
+h
+167.533 424.250 m
+166.814 424.250 166.314 424.333 166.033 424.500  c
+165.752 424.667 165.611 424.948 165.611 425.344  c
+165.611 425.667 165.715 425.922 165.924 426.109  c
+166.132 426.297 166.419 426.391 166.783 426.391  c
+167.283 426.391 167.684 426.214 167.986 425.859  c
+168.288 425.505 168.439 425.036 168.439 424.453  c
+168.439 424.250 l
+167.533 424.250 l
+h
+169.330 423.875 m
+169.330 427.000 l
+168.439 427.000 l
+168.439 426.172 l
+168.231 426.505 167.973 426.750 167.666 426.906  c
+167.359 427.062 166.986 427.141 166.549 427.141  c
+165.986 427.141 165.538 426.984 165.205 426.672  c
+164.872 426.359 164.705 425.938 164.705 425.406  c
+164.705 424.792 164.913 424.328 165.330 424.016  c
+165.747 423.703 166.361 423.547 167.174 423.547  c
+168.439 423.547 l
+168.439 423.453 l
+168.439 423.047 168.301 422.729 168.025 422.500  c
+167.749 422.271 167.367 422.156 166.877 422.156  c
+166.564 422.156 166.260 422.195 165.963 422.273  c
+165.666 422.352 165.382 422.464 165.111 422.609  c
+165.111 421.781 l
+165.445 421.656 165.765 421.562 166.072 421.500  c
+166.380 421.438 166.679 421.406 166.971 421.406  c
+167.762 421.406 168.354 421.609 168.744 422.016  c
+169.135 422.422 169.330 423.042 169.330 423.875  c
+h
+171.177 421.531 m
+172.083 421.531 l
+172.083 427.000 l
+171.177 427.000 l
+171.177 421.531 l
+h
+171.177 419.406 m
+172.083 419.406 l
+172.083 420.547 l
+171.177 420.547 l
+171.177 419.406 l
+h
+177.439 421.688 m
+177.439 422.547 l
+177.189 422.411 176.929 422.312 176.658 422.250  c
+176.387 422.188 176.101 422.156 175.799 422.156  c
+175.361 422.156 175.031 422.224 174.807 422.359  c
+174.583 422.495 174.471 422.698 174.471 422.969  c
+174.471 423.177 174.549 423.341 174.705 423.461  c
+174.861 423.581 175.184 423.693 175.674 423.797  c
+175.971 423.875 l
+176.617 424.010 177.072 424.203 177.338 424.453  c
+177.604 424.703 177.736 425.047 177.736 425.484  c
+177.736 425.995 177.536 426.398 177.135 426.695  c
+176.734 426.992 176.184 427.141 175.486 427.141  c
+175.184 427.141 174.874 427.112 174.557 427.055  c
+174.239 426.997 173.908 426.911 173.564 426.797  c
+173.564 425.875 l
+173.898 426.042 174.223 426.169 174.541 426.258  c
+174.859 426.346 175.179 426.391 175.502 426.391  c
+175.919 426.391 176.242 426.318 176.471 426.172  c
+176.700 426.026 176.814 425.823 176.814 425.562  c
+176.814 425.312 176.734 425.122 176.572 424.992  c
+176.411 424.862 176.049 424.740 175.486 424.625  c
+175.174 424.547 l
+174.622 424.432 174.221 424.253 173.971 424.008  c
+173.721 423.763 173.596 423.432 173.596 423.016  c
+173.596 422.495 173.778 422.096 174.143 421.820  c
+174.507 421.544 175.028 421.406 175.705 421.406  c
+176.028 421.406 176.338 421.430 176.635 421.477  c
+176.932 421.523 177.200 421.594 177.439 421.688  c
+h
+183.853 424.047 m
+183.853 424.484 l
+179.712 424.484 l
+179.754 425.099 179.941 425.568 180.274 425.891  c
+180.608 426.214 181.071 426.375 181.665 426.375  c
+182.009 426.375 182.345 426.333 182.673 426.250  c
+183.001 426.167 183.321 426.042 183.634 425.875  c
+183.634 426.719 l
+183.311 426.854 182.980 426.958 182.642 427.031  c
+182.303 427.104 181.962 427.141 181.618 427.141  c
+180.743 427.141 180.050 426.888 179.540 426.383  c
+179.030 425.878 178.774 425.188 178.774 424.312  c
+178.774 423.417 179.017 422.708 179.501 422.188  c
+179.985 421.667 180.639 421.406 181.462 421.406  c
+182.201 421.406 182.785 421.641 183.212 422.109  c
+183.639 422.578 183.853 423.224 183.853 424.047  c
+h
+182.946 423.781 m
+182.946 423.292 182.811 422.898 182.540 422.602  c
+182.269 422.305 181.915 422.156 181.478 422.156  c
+180.967 422.156 180.563 422.299 180.267 422.586  c
+179.970 422.872 179.795 423.271 179.743 423.781  c
+182.946 423.781 l
+h
+f
+newpath
+44.5000 490.500 m
+184.500 490.500 l
+S
+newpath
+184.500 490.500 m
+174.500 487.500 l
+S
+newpath
+184.500 490.500 m
+174.500 493.500 l
+S
+newpath
+48.4219 484.250 m
+47.7031 484.250 47.2031 484.333 46.9219 484.500  c
+46.6406 484.667 46.5000 484.948 46.5000 485.344  c
+46.5000 485.667 46.6042 485.922 46.8125 486.109  c
+47.0208 486.297 47.3073 486.391 47.6719 486.391  c
+48.1719 486.391 48.5729 486.214 48.8750 485.859  c
+49.1771 485.505 49.3281 485.036 49.3281 484.453  c
+49.3281 484.250 l
+48.4219 484.250 l
+h
+50.2188 483.875 m
+50.2188 487.000 l
+49.3281 487.000 l
+49.3281 486.172 l
+49.1198 486.505 48.8620 486.750 48.5547 486.906  c
+48.2474 487.062 47.8750 487.141 47.4375 487.141  c
+46.8750 487.141 46.4271 486.984 46.0938 486.672  c
+45.7604 486.359 45.5938 485.938 45.5938 485.406  c
+45.5938 484.792 45.8021 484.328 46.2188 484.016  c
+46.6354 483.703 47.2500 483.547 48.0625 483.547  c
+49.3281 483.547 l
+49.3281 483.453 l
+49.3281 483.047 49.1901 482.729 48.9141 482.500  c
+48.6380 482.271 48.2552 482.156 47.7656 482.156  c
+47.4531 482.156 47.1484 482.195 46.8516 482.273  c
+46.5547 482.352 46.2708 482.464 46.0000 482.609  c
+46.0000 481.781 l
+46.3333 481.656 46.6536 481.562 46.9609 481.500  c
+47.2682 481.438 47.5677 481.406 47.8594 481.406  c
+48.6510 481.406 49.2422 481.609 49.6328 482.016  c
+50.0234 482.422 50.2188 483.042 50.2188 483.875  c
+h
+52.9404 486.172 m
+52.9404 489.078 l
+52.0342 489.078 l
+52.0342 481.531 l
+52.9404 481.531 l
+52.9404 482.359 l
+53.1279 482.036 53.3649 481.797 53.6514 481.641  c
+53.9378 481.484 54.2842 481.406 54.6904 481.406  c
+55.3571 481.406 55.8962 481.669 56.3076 482.195  c
+56.7191 482.721 56.9248 483.411 56.9248 484.266  c
+56.9248 485.130 56.7191 485.826 56.3076 486.352  c
+55.8962 486.878 55.3571 487.141 54.6904 487.141  c
+54.2842 487.141 53.9378 487.062 53.6514 486.906  c
+53.3649 486.750 53.1279 486.505 52.9404 486.172  c
+h
+56.0029 484.266 m
+56.0029 483.609 55.8649 483.094 55.5889 482.719  c
+55.3128 482.344 54.9404 482.156 54.4717 482.156  c
+53.9925 482.156 53.6175 482.344 53.3467 482.719  c
+53.0758 483.094 52.9404 483.609 52.9404 484.266  c
+52.9404 484.932 53.0758 485.453 53.3467 485.828  c
+53.6175 486.203 53.9925 486.391 54.4717 486.391  c
+54.9404 486.391 55.3128 486.203 55.5889 485.828  c
+55.8649 485.453 56.0029 484.932 56.0029 484.266  c
+h
+59.2881 486.172 m
+59.2881 489.078 l
+58.3818 489.078 l
+58.3818 481.531 l
+59.2881 481.531 l
+59.2881 482.359 l
+59.4756 482.036 59.7126 481.797 59.9990 481.641  c
+60.2855 481.484 60.6318 481.406 61.0381 481.406  c
+61.7048 481.406 62.2438 481.669 62.6553 482.195  c
+63.0667 482.721 63.2725 483.411 63.2725 484.266  c
+63.2725 485.130 63.0667 485.826 62.6553 486.352  c
+62.2438 486.878 61.7048 487.141 61.0381 487.141  c
+60.6318 487.141 60.2855 487.062 59.9990 486.906  c
+59.7126 486.750 59.4756 486.505 59.2881 486.172  c
+h
+62.3506 484.266 m
+62.3506 483.609 62.2126 483.094 61.9365 482.719  c
+61.6605 482.344 61.2881 482.156 60.8193 482.156  c
+60.3402 482.156 59.9652 482.344 59.6943 482.719  c
+59.4235 483.094 59.2881 483.609 59.2881 484.266  c
+59.2881 484.932 59.4235 485.453 59.6943 485.828  c
+59.9652 486.203 60.3402 486.391 60.8193 486.391  c
+61.2881 486.391 61.6605 486.203 61.9365 485.828  c
+62.2126 485.453 62.3506 484.932 62.3506 484.266  c
+h
+67.9326 482.375 m
+67.8285 482.312 67.7191 482.268 67.6045 482.242  c
+67.4899 482.216 67.3597 482.203 67.2139 482.203  c
+66.7035 482.203 66.3128 482.367 66.0420 482.695  c
+65.7712 483.023 65.6357 483.500 65.6357 484.125  c
+65.6357 487.000 l
+64.7295 487.000 l
+64.7295 481.531 l
+65.6357 481.531 l
+65.6357 482.375 l
+65.8232 482.042 66.0680 481.797 66.3701 481.641  c
+66.6722 481.484 67.0420 481.406 67.4795 481.406  c
+67.5420 481.406 67.6097 481.409 67.6826 481.414  c
+67.7555 481.419 67.8389 481.432 67.9326 481.453  c
+67.9326 482.375 l
+h
+70.9971 482.156 m
+70.5179 482.156 70.1377 482.344 69.8564 482.719  c
+69.5752 483.094 69.4346 483.609 69.4346 484.266  c
+69.4346 484.922 69.5726 485.438 69.8486 485.812  c
+70.1247 486.188 70.5075 486.375 70.9971 486.375  c
+71.4762 486.375 71.8564 486.188 72.1377 485.812  c
+72.4189 485.438 72.5596 484.922 72.5596 484.266  c
+72.5596 483.620 72.4189 483.107 72.1377 482.727  c
+71.8564 482.346 71.4762 482.156 70.9971 482.156  c
+h
+70.9971 481.406 m
+71.7783 481.406 72.3929 481.659 72.8408 482.164  c
+73.2887 482.669 73.5127 483.370 73.5127 484.266  c
+73.5127 485.161 73.2887 485.865 72.8408 486.375  c
+72.3929 486.885 71.7783 487.141 70.9971 487.141  c
+70.2158 487.141 69.6012 486.885 69.1533 486.375  c
+68.7054 485.865 68.4814 485.161 68.4814 484.266  c
+68.4814 483.370 68.7054 482.669 69.1533 482.164  c
+69.6012 481.659 70.2158 481.406 70.9971 481.406  c
+h
+77.4746 484.250 m
+76.7559 484.250 76.2559 484.333 75.9746 484.500  c
+75.6934 484.667 75.5527 484.948 75.5527 485.344  c
+75.5527 485.667 75.6569 485.922 75.8652 486.109  c
+76.0736 486.297 76.3600 486.391 76.7246 486.391  c
+77.2246 486.391 77.6257 486.214 77.9277 485.859  c
+78.2298 485.505 78.3809 485.036 78.3809 484.453  c
+78.3809 484.250 l
+77.4746 484.250 l
+h
+79.2715 483.875 m
+79.2715 487.000 l
+78.3809 487.000 l
+78.3809 486.172 l
+78.1725 486.505 77.9147 486.750 77.6074 486.906  c
+77.3001 487.062 76.9277 487.141 76.4902 487.141  c
+75.9277 487.141 75.4798 486.984 75.1465 486.672  c
+74.8132 486.359 74.6465 485.938 74.6465 485.406  c
+74.6465 484.792 74.8548 484.328 75.2715 484.016  c
+75.6882 483.703 76.3027 483.547 77.1152 483.547  c
+78.3809 483.547 l
+78.3809 483.453 l
+78.3809 483.047 78.2428 482.729 77.9668 482.500  c
+77.6908 482.271 77.3079 482.156 76.8184 482.156  c
+76.5059 482.156 76.2012 482.195 75.9043 482.273  c
+75.6074 482.352 75.3236 482.464 75.0527 482.609  c
+75.0527 481.781 l
+75.3861 481.656 75.7064 481.562 76.0137 481.500  c
+76.3210 481.438 76.6204 481.406 76.9121 481.406  c
+77.7038 481.406 78.2949 481.609 78.6855 482.016  c
+79.0762 482.422 79.2715 483.042 79.2715 483.875  c
+h
+85.0557 481.734 m
+85.0557 482.578 l
+84.8057 482.443 84.5531 482.339 84.2979 482.266  c
+84.0426 482.193 83.7848 482.156 83.5244 482.156  c
+82.9411 482.156 82.4880 482.341 82.1650 482.711  c
+81.8421 483.081 81.6807 483.599 81.6807 484.266  c
+81.6807 484.932 81.8421 485.451 82.1650 485.820  c
+82.4880 486.190 82.9411 486.375 83.5244 486.375  c
+83.7848 486.375 84.0426 486.341 84.2979 486.273  c
+84.5531 486.206 84.8057 486.099 85.0557 485.953  c
+85.0557 486.797 l
+84.8057 486.911 84.5479 486.997 84.2822 487.055  c
+84.0166 487.112 83.7327 487.141 83.4307 487.141  c
+82.5973 487.141 81.9385 486.883 81.4541 486.367  c
+80.9697 485.852 80.7275 485.151 80.7275 484.266  c
+80.7275 483.380 80.9723 482.682 81.4619 482.172  c
+81.9515 481.661 82.6234 481.406 83.4775 481.406  c
+83.7588 481.406 84.0296 481.432 84.2900 481.484  c
+84.5505 481.536 84.8057 481.620 85.0557 481.734  c
+h
+91.1631 483.703 m
+91.1631 487.000 l
+90.2725 487.000 l
+90.2725 483.734 l
+90.2725 483.214 90.1709 482.826 89.9678 482.570  c
+89.7646 482.315 89.4600 482.188 89.0537 482.188  c
+88.5745 482.188 88.1943 482.341 87.9131 482.648  c
+87.6318 482.956 87.4912 483.375 87.4912 483.906  c
+87.4912 487.000 l
+86.5850 487.000 l
+86.5850 479.406 l
+87.4912 479.406 l
+87.4912 482.375 l
+87.7100 482.052 87.9652 481.810 88.2568 481.648  c
+88.5485 481.487 88.8818 481.406 89.2568 481.406  c
+89.8818 481.406 90.3558 481.599 90.6787 481.984  c
+91.0016 482.370 91.1631 482.943 91.1631 483.703  c
+h
+f
+newpath
+113.500 550.500 m
+248.500 550.500 l
+S
+newpath
+248.500 550.500 m
+238.500 547.500 l
+S
+newpath
+248.500 550.500 m
+238.500 553.500 l
+S
+newpath
+114.844 544.844 m
+114.844 541.531 l
+115.750 541.531 l
+115.750 544.812 l
+115.750 545.323 115.852 545.708 116.055 545.969  c
+116.258 546.229 116.557 546.359 116.953 546.359  c
+117.443 546.359 117.828 546.206 118.109 545.898  c
+118.391 545.591 118.531 545.167 118.531 544.625  c
+118.531 541.531 l
+119.438 541.531 l
+119.438 547.000 l
+118.531 547.000 l
+118.531 546.156 l
+118.312 546.490 118.060 546.737 117.773 546.898  c
+117.487 547.060 117.151 547.141 116.766 547.141  c
+116.141 547.141 115.664 546.945 115.336 546.555  c
+115.008 546.164 114.844 545.594 114.844 544.844  c
+h
+117.109 541.406 m
+117.109 541.406 l
+h
+122.150 546.172 m
+122.150 549.078 l
+121.244 549.078 l
+121.244 541.531 l
+122.150 541.531 l
+122.150 542.359 l
+122.338 542.036 122.575 541.797 122.861 541.641  c
+123.148 541.484 123.494 541.406 123.900 541.406  c
+124.567 541.406 125.106 541.669 125.518 542.195  c
+125.929 542.721 126.135 543.411 126.135 544.266  c
+126.135 545.130 125.929 545.826 125.518 546.352  c
+125.106 546.878 124.567 547.141 123.900 547.141  c
+123.494 547.141 123.148 547.062 122.861 546.906  c
+122.575 546.750 122.338 546.505 122.150 546.172  c
+h
+125.213 544.266 m
+125.213 543.609 125.075 543.094 124.799 542.719  c
+124.523 542.344 124.150 542.156 123.682 542.156  c
+123.202 542.156 122.827 542.344 122.557 542.719  c
+122.286 543.094 122.150 543.609 122.150 544.266  c
+122.150 544.932 122.286 545.453 122.557 545.828  c
+122.827 546.203 123.202 546.391 123.682 546.391  c
+124.150 546.391 124.523 546.203 124.799 545.828  c
+125.075 545.453 125.213 544.932 125.213 544.266  c
+h
+f
+
+%%Trailer
+%%EOF
diff --git a/uppaal/1b.xml b/uppaal/1b.xml
new file mode 100644 (file)
index 0000000..eca4034
--- /dev/null
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!DOCTYPE nta PUBLIC '-//Uppaal Team//DTD Flat System 1.1//EN' 'http://www.it.uu.se/research/group/darts/uppaal/flat-1_2.dtd'>\r
+<nta>\r
+       <declaration>// Place global declarations here.
+clock x, y;
+chan a, b, c, d;</declaration>\r
+       <template>\r
+               <name x="5" y="5">Template</name>\r
+               <declaration>// Place local declarations here.</declaration>\r
+               <location id="id0" x="102" y="0">\r
+                       <name x="92" y="-34">s3</name>\r
+               </location>\r
+               <location id="id1" x="0" y="0">\r
+                       <name x="-10" y="-34">s2</name>\r
+                       <label kind="invariant" x="-10" y="17">x &lt; 1</label>\r
+               </location>\r
+               <location id="id2" x="-119" y="0">\r
+                       <name x="-129" y="-34">s1</name>\r
+                       <label kind="invariant" x="-129" y="17">x &lt; 1</label>\r
+               </location>\r
+               <location id="id3" x="-246" y="0">\r
+                       <name x="-256" y="-34">s0</name>\r
+               </location>\r
+               <init ref="id3"/>\r
+               <transition>\r
+                       <source ref="id0"/>\r
+                       <target ref="id0"/>\r
+                       <label kind="synchronisation" x="127" y="-17">c</label>\r
+                       <nail x="127" y="34"/>\r
+                       <nail x="127" y="-34"/>\r
+               </transition>\r
+               <transition>\r
+                       <source ref="id0"/>\r
+                       <target ref="id3"/>\r
+                       <label kind="guard" x="-160" y="-93">y &gt; 2</label>\r
+                       <label kind="synchronisation" x="-160" y="-76">d</label>\r
+                       <nail x="59" y="-59"/>\r
+                       <nail x="-178" y="-59"/>\r
+               </transition>\r
+               <transition>\r
+                       <source ref="id1"/>\r
+                       <target ref="id0"/>\r
+                       <label kind="synchronisation" x="18" y="-17">c</label>\r
+               </transition>\r
+               <transition>\r
+                       <source ref="id2"/>\r
+                       <target ref="id1"/>\r
+                       <label kind="synchronisation" x="-101" y="-17">b</label>\r
+                       <label kind="assignment" x="-101" y="0">y:=0</label>\r
+               </transition>\r
+               <transition>\r
+                       <source ref="id3"/>\r
+                       <target ref="id2"/>\r
+                       <label kind="synchronisation" x="-228" y="-17">a</label>\r
+                       <label kind="assignment" x="-228" y="0">x:=0</label>\r
+               </transition>\r
+       </template>\r
+       <system>// Place template instantiations here.
+Process = Template();
+// List one or more processes to be composed into a system.
+system Process;
+    </system>\r
+       <queries>\r
+       </queries>\r
+</nta>\r
index 33f0fde..6b9912e 100644 (file)
@@ -167,9 +167,9 @@ chan approach, in, out, ex, lower, raise, down, up;</declaration>
 T = Train();
 G = Gate();
 C = Controller();
-Gezeik = Stupid();
+Sync = Stupid();
 // List one or more processes to be composed into a system.
-system T, G, C, Gezeik;
+system T, G, C, Sync;
     </system>\r
        <queries>\r
        </queries>\r