Skip to content

Instantly share code, notes, and snippets.

@Jach
Forked from stucchio/gist:1403042
Last active June 8, 2021 05:54
Show Gist options
  • Save Jach/e16afe15c556a21d87d7fbb8f05a9891 to your computer and use it in GitHub Desktop.
Save Jach/e16afe15c556a21d87d7fbb8f05a9891 to your computer and use it in GitHub Desktop.
Graphs of bodyweight vs time, Lisp version
; quick and dirty adaptation from https://gist.github.com/stucchio/1403042
(ql:quickload :numcl)
(ql:quickload :vgplot)
(defparameter *exercise-level* 1.5)
(defparameter *height-inches* (* 6 12))
(defparameter *a* (/ (* *exercise-level* (+ 66 (* 12.7 *height-inches*)))
3500.0))
(defparameter *b* (/ (* *exercise-level* 6.23)
3500))
(defparameter *g* (/ (* *exercise-level* 6.775)
(* 365 3500.0)))
(defparameter *age-range* '(28 40))
(defparameter *t* (numcl:arange (* 365 (first *age-range*))
(* 365 (second *age-range*))))
(defun base-weight (consumption time)
(numcl:/ (numcl:+ (numcl:* *b* (- (numcl:/ consumption 3500.0) *a*))
(numcl:* *b* *g* time)
(numcl:- *g*))
(numcl:* *b* *b*)))
(print (base-weight 3000 (* 25 365)))
(defun weight (time consumption initial-weight)
(let ((c (numcl:- initial-weight (base-weight consumption time))))
(numcl:+ (base-weight consumption time)
(numcl:* c (numcl:exp (numcl:* (numcl:- *b*) (numcl:- time (aref time 0))))))))
(vgplot:plot *t* (base-weight 3500 *t*) "Perfect Balance, 3500 cals"
*t* (base-weight 3000 *t*) "Perfect Balance, 3000 cals"
*t* (weight *t* 3500 (base-weight 3000 *t*)) "Paula Deen Fan"
*t* (weight *t* 3000 (base-weight 3000 *t*)) "Alton Brown Fan"
)
(defun xticks (tick-locations labels)
(let ((xtics-data (mapcar (lambda (label location)
(uiop:strcat "\"" (write-to-string label) "\" " (write-to-string location)))
(coerce labels 'list)
(coerce tick-locations 'list))))
(vgplot:format-plot nil "set xtics (~{~a~^, ~})" xtics-data)
(vgplot:replot)))
(let ((age-years (numcl:arange (first *age-range*) (1+ (second *age-range*)))))
(xticks (numcl:* 365 age-years)
age-years))
(vgplot:xlabel "Age (years)")
(vgplot:ylabel "Bodyweight (lbs)")
(vgplot:axis `(nil ,(* 365 (second *age-range*))))
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="226.483mm" height="170.039mm"
viewBox="0 0 642 482"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,435.5 618.5,435.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,435.5 65.5,435.5 " />
<polyline fill="none" vector-effect="none" points="618.5,435.5 613.5,435.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,440.372)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,440.372)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,440.372)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,440.372)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,440.372)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,440.372)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 190</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,440.372)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,374.5 618.5,374.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,374.5 65.5,374.5 " />
<polyline fill="none" vector-effect="none" points="618.5,374.5 613.5,374.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,380.184)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,380.184)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,380.184)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,380.184)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,380.184)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,380.184)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 200</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,380.184)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,314.5 618.5,314.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,314.5 65.5,314.5 " />
<polyline fill="none" vector-effect="none" points="618.5,314.5 613.5,314.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,319.997)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,319.997)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,319.997)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,319.997)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,319.997)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,319.997)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 210</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,319.997)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,254.5 618.5,254.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,254.5 65.5,254.5 " />
<polyline fill="none" vector-effect="none" points="618.5,254.5 613.5,254.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,259.809)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,259.809)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,259.809)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,259.809)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,259.809)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,259.809)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 220</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,259.809)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,194.5 618.5,194.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,194.5 65.5,194.5 " />
<polyline fill="none" vector-effect="none" points="618.5,194.5 613.5,194.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,199.622)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,199.622)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,199.622)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,199.622)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,199.622)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,199.622)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 230</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,199.622)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,134.5 618.5,134.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,134.5 65.5,134.5 " />
<polyline fill="none" vector-effect="none" points="618.5,134.5 613.5,134.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,138.431)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,138.431)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,138.431)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,138.431)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,138.431)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,138.431)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 240</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,138.431)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,74.5 382.5,74.5 " />
<polyline fill="none" vector-effect="none" points="611.5,74.5 618.5,74.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,74.5 65.5,74.5 " />
<polyline fill="none" vector-effect="none" points="618.5,74.5 613.5,74.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,78.2438)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,78.2438)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,78.2438)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,78.2438)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,78.2438)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,78.2438)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 250</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,78.2438)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,14.5 618.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,14.5 65.5,14.5 " />
<polyline fill="none" vector-effect="none" points="618.5,14.5 613.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,18.0563)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,18.0563)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,18.0563)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,18.0563)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,18.0563)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,18.0563)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
> 260</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,29.0906,18.0563)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,435.5 59.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,435.5 59.5,429.5 " />
<polyline fill="none" vector-effect="none" points="59.5,14.5 59.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,53.1656,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,53.1656,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,53.1656,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,53.1656,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,53.1656,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,53.1656,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>28</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,53.1656,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="106.5,435.5 106.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="106.5,435.5 106.5,429.5 " />
<polyline fill="none" vector-effect="none" points="106.5,14.5 106.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,99.3094,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,99.3094,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,99.3094,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,99.3094,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,99.3094,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,99.3094,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>29</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,99.3094,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="152.5,435.5 152.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="152.5,435.5 152.5,429.5 " />
<polyline fill="none" vector-effect="none" points="152.5,14.5 152.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,146.456,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,146.456,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,146.456,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,146.456,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,146.456,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,146.456,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>30</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,146.456,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="199.5,435.5 199.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="199.5,435.5 199.5,429.5 " />
<polyline fill="none" vector-effect="none" points="199.5,14.5 199.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,192.6,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,192.6,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,192.6,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,192.6,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,192.6,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,192.6,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>31</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,192.6,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="246.5,435.5 246.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="246.5,435.5 246.5,429.5 " />
<polyline fill="none" vector-effect="none" points="246.5,14.5 246.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,239.747,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,239.747,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,239.747,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,239.747,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,239.747,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,239.747,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>32</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,239.747,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="292.5,435.5 292.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="292.5,435.5 292.5,429.5 " />
<polyline fill="none" vector-effect="none" points="292.5,14.5 292.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,286.894,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,286.894,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,286.894,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,286.894,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,286.894,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,286.894,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>33</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,286.894,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="339.5,435.5 339.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="339.5,435.5 339.5,429.5 " />
<polyline fill="none" vector-effect="none" points="339.5,14.5 339.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,333.038,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,333.038,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,333.038,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,333.038,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,333.038,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,333.038,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>34</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,333.038,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="385.5,435.5 385.5,75.5 " />
<polyline fill="none" vector-effect="none" points="385.5,19.5 385.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="385.5,435.5 385.5,429.5 " />
<polyline fill="none" vector-effect="none" points="385.5,14.5 385.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,380.184,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,380.184,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,380.184,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,380.184,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,380.184,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,380.184,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>35</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,380.184,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="432.5,435.5 432.5,75.5 " />
<polyline fill="none" vector-effect="none" points="432.5,19.5 432.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="432.5,435.5 432.5,429.5 " />
<polyline fill="none" vector-effect="none" points="432.5,14.5 432.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,426.328,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,426.328,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,426.328,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,426.328,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,426.328,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,426.328,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>36</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,426.328,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="479.5,435.5 479.5,75.5 " />
<polyline fill="none" vector-effect="none" points="479.5,19.5 479.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="479.5,435.5 479.5,429.5 " />
<polyline fill="none" vector-effect="none" points="479.5,14.5 479.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,473.475,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,473.475,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,473.475,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,473.475,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,473.475,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,473.475,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>37</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,473.475,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="525.5,435.5 525.5,75.5 " />
<polyline fill="none" vector-effect="none" points="525.5,19.5 525.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="525.5,435.5 525.5,429.5 " />
<polyline fill="none" vector-effect="none" points="525.5,14.5 525.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,520.622,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,520.622,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,520.622,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,520.622,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,520.622,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,520.622,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>38</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,520.622,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="572.5,435.5 572.5,75.5 " />
<polyline fill="none" vector-effect="none" points="572.5,19.5 572.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="572.5,435.5 572.5,429.5 " />
<polyline fill="none" vector-effect="none" points="572.5,14.5 572.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,566.766,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,566.766,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,566.766,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,566.766,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,566.766,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,566.766,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>39</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,566.766,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#a0a0a4" stroke-opacity="1" stroke-dasharray="0.5,1" stroke-dashoffset="0" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="618.5,435.5 618.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="618.5,435.5 618.5,429.5 " />
<polyline fill="none" vector-effect="none" points="618.5,14.5 618.5,19.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,613.913,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,613.913,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,613.913,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,613.913,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,613.913,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,613.913,454.416)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>40</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,613.913,454.416)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,14.5 59.5,435.5 618.5,435.5 618.5,14.5 59.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-1.00313,1.00313,0,16.05,271.345)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-1.00313,1.00313,0,16.05,271.345)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-1.00313,1.00313,0,16.05,271.345)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-1.00313,1.00313,0,16.05,271.345)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-1.00313,1.00313,0,16.05,271.345)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-1.00313,1.00313,0,16.05,271.345)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>Bodyweight (lbs)</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-1.00313,1.00313,0,16.05,271.345)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,308.461,475.481)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,308.461,475.481)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,308.461,475.481)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,308.461,475.481)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,308.461,475.481)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,308.461,475.481)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>Age (years)</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,308.461,475.481)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,31.0969)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,31.0969)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,31.0969)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,31.0969)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,31.0969)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,31.0969)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>Perfect Balance, 3500 cals</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,31.0969)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#9400d3" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="evenodd" d="M571.5,26.5 L604.5,26.5"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#9400d3" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,95.2 59.5,95.2 59.6,95.2 59.8,95.2 59.9,95.2 60,95.2 60.1,95.1 60.3,95.1 60.4,95.1 60.5,95.1 60.6,95.1 60.8,95 60.9,95 61,95 61.2,95 61.3,95 61.4,95 61.5,94.9 61.7,94.9 61.8,94.9 61.9,94.9 62.1,94.9 62.2,94.8 62.3,94.8 62.4,94.8 62.6,94.8 62.7,94.8 62.8,94.8 62.9,94.7 63.1,94.7 63.2,94.7 63.3,94.7 63.5,94.7 63.6,94.7 63.7,94.6 63.8,94.6 64,94.6 64.1,94.6 64.2,94.6 64.4,94.5 64.5,94.5 64.6,94.5 64.7,94.5 64.9,94.5 65,94.5 65.1,94.4 65.2,94.4 65.4,94.4 65.5,94.4 65.6,94.4 65.8,94.3 65.9,94.3 66,94.3 66.1,94.3 66.3,94.3 66.4,94.3 66.5,94.2 66.7,94.2 66.8,94.2 66.9,94.2 67,94.2 67.2,94.1 67.3,94.1 67.4,94.1 67.5,94.1 67.7,94.1 67.8,94.1 67.9,94 68.1,94 68.2,94 68.3,94 68.4,94 68.6,94 68.7,93.9 68.8,93.9 69,93.9 69.1,93.9 69.2,93.9 69.3,93.8 69.5,93.8 69.6,93.8 69.7,93.8 69.8,93.8 70,93.8 70.1,93.7 70.2,93.7 70.4,93.7 70.5,93.7 70.6,93.7 70.7,93.6 70.9,93.6 71,93.6 71.1,93.6 71.2,93.6 71.4,93.6 71.5,93.5 71.6,93.5 71.8,93.5 71.9,93.5 72,93.5 72.1,93.5 72.3,93.4 72.4,93.4 72.5,93.4 72.7,93.4 72.8,93.4 72.9,93.3 73,93.3 73.2,93.3 73.3,93.3 73.4,93.3 73.5,93.3 73.7,93.2 73.8,93.2 73.9,93.2 74.1,93.2 74.2,93.2 74.3,93.1 74.4,93.1 74.6,93.1 74.7,93.1 74.8,93.1 75,93.1 75.1,93 75.2,93 75.3,93 75.5,93 75.6,93 75.7,92.9 75.8,92.9 76,92.9 76.1,92.9 76.2,92.9 76.4,92.9 76.5,92.8 76.6,92.8 76.7,92.8 76.9,92.8 77,92.8 77.1,92.8 77.3,92.7 77.4,92.7 77.5,92.7 77.6,92.7 77.8,92.7 77.9,92.6 78,92.6 78.1,92.6 78.3,92.6 78.4,92.6 78.5,92.6 78.7,92.5 78.8,92.5 78.9,92.5 79,92.5 79.2,92.5 79.3,92.4 79.4,92.4 79.6,92.4 79.7,92.4 79.8,92.4 79.9,92.4 80.1,92.3 80.2,92.3 80.3,92.3 80.4,92.3 80.6,92.3 80.7,92.3 80.8,92.2 81,92.2 81.1,92.2 81.2,92.2 81.3,92.2 81.5,92.1 81.6,92.1 81.7,92.1 81.9,92.1 82,92.1 82.1,92.1 82.2,92 82.4,92 82.5,92 82.6,92 82.7,92 82.9,91.9 83,91.9 83.1,91.9 83.3,91.9 83.4,91.9 83.5,91.9 83.6,91.8 83.8,91.8 83.9,91.8 84,91.8 84.1,91.8 84.3,91.7 84.4,91.7 84.5,91.7 84.7,91.7 84.8,91.7 84.9,91.7 85,91.6 85.2,91.6 85.3,91.6 85.4,91.6 85.6,91.6 85.7,91.6 85.8,91.5 85.9,91.5 86.1,91.5 86.2,91.5 86.3,91.5 86.4,91.4 86.6,91.4 86.7,91.4 86.8,91.4 87,91.4 87.1,91.4 87.2,91.3 87.3,91.3 87.5,91.3 87.6,91.3 87.7,91.3 87.9,91.2 88,91.2 88.1,91.2 88.2,91.2 88.4,91.2 88.5,91.2 88.6,91.1 88.7,91.1 88.9,91.1 89,91.1 89.1,91.1 89.3,91 89.4,91 89.5,91 89.6,91 89.8,91 89.9,91 90,90.9 90.2,90.9 90.3,90.9 90.4,90.9 90.5,90.9 90.7,90.9 90.8,90.8 90.9,90.8 91,90.8 91.2,90.8 91.3,90.8 91.4,90.7 91.6,90.7 91.7,90.7 91.8,90.7 91.9,90.7 92.1,90.7 92.2,90.6 92.3,90.6 92.5,90.6 92.6,90.6 92.7,90.6 92.8,90.5 93,90.5 93.1,90.5 93.2,90.5 93.3,90.5 93.5,90.5 93.6,90.4 93.7,90.4 93.9,90.4 94,90.4 94.1,90.4 94.2,90.4 94.4,90.3 94.5,90.3 94.6,90.3 94.7,90.3 94.9,90.3 95,90.2 95.1,90.2 95.3,90.2 95.4,90.2 95.5,90.2 95.6,90.2 95.8,90.1 95.9,90.1 96,90.1 96.2,90.1 96.3,90.1 96.4,90 96.5,90 96.7,90 96.8,90 96.9,90 97,90 97.2,89.9 97.3,89.9 97.4,89.9 97.6,89.9 97.7,89.9 97.8,89.8 97.9,89.8 98.1,89.8 98.2,89.8 98.3,89.8 98.5,89.8 98.6,89.7 98.7,89.7 98.8,89.7 99,89.7 99.1,89.7 99.2,89.7 99.3,89.6 99.5,89.6 99.6,89.6 99.7,89.6 99.9,89.6 100,89.5 100.1,89.5 100.2,89.5 100.4,89.5 100.5,89.5 100.6,89.5 100.8,89.4 100.9,89.4 101,89.4 101.1,89.4 101.3,89.4 101.4,89.3 101.5,89.3 101.6,89.3 101.8,89.3 101.9,89.3 102,89.3 102.2,89.2 102.3,89.2 102.4,89.2 102.5,89.2 102.7,89.2 102.8,89.1 102.9,89.1 103.1,89.1 103.2,89.1 103.3,89.1 103.4,89.1 103.6,89 103.7,89 103.8,89 103.9,89 104.1,89 104.2,89 104.3,88.9 104.5,88.9 104.6,88.9 104.7,88.9 104.8,88.9 105,88.8 105.1,88.8 105.2,88.8 105.4,88.8 105.5,88.8 105.6,88.8 105.7,88.7 105.9,88.7 106,88.7 106.1,88.7 106.2,88.7 106.4,88.6 106.5,88.6 106.6,88.6 106.8,88.6 106.9,88.6 107,88.6 107.1,88.5 107.3,88.5 107.4,88.5 107.5,88.5 107.6,88.5 107.8,88.5 107.9,88.4 108,88.4 108.2,88.4 108.3,88.4 108.4,88.4 108.5,88.3 108.7,88.3 108.8,88.3 108.9,88.3 109.1,88.3 109.2,88.3 109.3,88.2 109.4,88.2 109.6,88.2 109.7,88.2 109.8,88.2 109.9,88.1 110.1,88.1 110.2,88.1 110.3,88.1 110.5,88.1 110.6,88.1 110.7,88 110.8,88 111,88 111.1,88 111.2,88 111.4,87.9 111.5,87.9 111.6,87.9 111.7,87.9 111.9,87.9 112,87.9 112.1,87.8 112.2,87.8 112.4,87.8 112.5,87.8 112.6,87.8 112.8,87.8 112.9,87.7 113,87.7 113.1,87.7 113.3,87.7 113.4,87.7 113.5,87.6 113.7,87.6 113.8,87.6 113.9,87.6 114,87.6 114.2,87.6 114.3,87.5 114.4,87.5 114.5,87.5 114.7,87.5 114.8,87.5 114.9,87.4 115.1,87.4 115.2,87.4 115.3,87.4 115.4,87.4 115.6,87.4 115.7,87.3 115.8,87.3 116,87.3 116.1,87.3 116.2,87.3 116.3,87.2 116.5,87.2 116.6,87.2 116.7,87.2 116.8,87.2 117,87.2 117.1,87.1 117.2,87.1 117.4,87.1 117.5,87.1 117.6,87.1 117.7,87.1 117.9,87 118,87 118.1,87 118.2,87 118.4,87 118.5,86.9 118.6,86.9 118.8,86.9 118.9,86.9 119,86.9 119.1,86.9 119.3,86.8 119.4,86.8 119.5,86.8 119.7,86.8 119.8,86.8 119.9,86.7 120,86.7 120.2,86.7 120.3,86.7 120.4,86.7 120.5,86.7 120.7,86.6 120.8,86.6 120.9,86.6 121.1,86.6 121.2,86.6 121.3,86.6 121.4,86.5 121.6,86.5 121.7,86.5 121.8,86.5 122,86.5 122.1,86.4 122.2,86.4 122.3,86.4 122.5,86.4 122.6,86.4 122.7,86.4 122.8,86.3 123,86.3 123.1,86.3 123.2,86.3 123.4,86.3 123.5,86.2 123.6,86.2 123.7,86.2 123.9,86.2 124,86.2 124.1,86.2 124.3,86.1 124.4,86.1 124.5,86.1 124.6,86.1 124.8,86.1 124.9,86 125,86 125.1,86 125.3,86 125.4,86 125.5,86 125.7,85.9 125.8,85.9 125.9,85.9 126,85.9 126.2,85.9 126.3,85.9 126.4,85.8 126.6,85.8 126.7,85.8 126.8,85.8 126.9,85.8 127.1,85.7 127.2,85.7 127.3,85.7 127.4,85.7 127.6,85.7 127.7,85.7 127.8,85.6 128,85.6 128.1,85.6 128.2,85.6 128.3,85.6 128.5,85.5 128.6,85.5 128.7,85.5 128.9,85.5 129,85.5 129.1,85.5 129.2,85.4 129.4,85.4 129.5,85.4 129.6,85.4 129.7,85.4 129.9,85.3 130,85.3 130.1,85.3 130.3,85.3 130.4,85.3 130.5,85.3 130.6,85.2 130.8,85.2 130.9,85.2 131,85.2 131.1,85.2 131.3,85.2 131.4,85.1 131.5,85.1 131.7,85.1 131.8,85.1 131.9,85.1 132,85 132.2,85 132.3,85 132.4,85 132.6,85 132.7,85 132.8,84.9 132.9,84.9 133.1,84.9 133.2,84.9 133.3,84.9 133.4,84.8 133.6,84.8 133.7,84.8 133.8,84.8 134,84.8 134.1,84.8 134.2,84.7 134.3,84.7 134.5,84.7 134.6,84.7 134.7,84.7 134.9,84.7 135,84.6 135.1,84.6 135.2,84.6 135.4,84.6 135.5,84.6 135.6,84.5 135.7,84.5 135.9,84.5 136,84.5 136.1,84.5 136.3,84.5 136.4,84.4 136.5,84.4 136.6,84.4 136.8,84.4 136.9,84.4 137,84.3 137.2,84.3 137.3,84.3 137.4,84.3 137.5,84.3 137.7,84.3 137.8,84.2 137.9,84.2 138,84.2 138.2,84.2 138.3,84.2 138.4,84.1 138.6,84.1 138.7,84.1 138.8,84.1 138.9,84.1 139.1,84.1 139.2,84 139.3,84 139.5,84 139.6,84 139.7,84 139.8,84 140,83.9 140.1,83.9 140.2,83.9 140.3,83.9 140.5,83.9 140.6,83.8 140.7,83.8 140.9,83.8 141,83.8 141.1,83.8 141.2,83.8 141.4,83.7 141.5,83.7 141.6,83.7 141.7,83.7 141.9,83.7 142,83.6 142.1,83.6 142.3,83.6 142.4,83.6 142.5,83.6 142.6,83.6 142.8,83.5 142.9,83.5 143,83.5 143.2,83.5 143.3,83.5 143.4,83.4 143.5,83.4 143.7,83.4 143.8,83.4 143.9,83.4 144,83.4 144.2,83.3 144.3,83.3 144.4,83.3 144.6,83.3 144.7,83.3 144.8,83.3 144.9,83.2 145.1,83.2 145.2,83.2 145.3,83.2 145.5,83.2 145.6,83.1 145.7,83.1 145.8,83.1 146,83.1 146.1,83.1 146.2,83.1 146.3,83 146.5,83 146.6,83 146.7,83 146.9,83 147,82.9 147.1,82.9 147.2,82.9 147.4,82.9 147.5,82.9 147.6,82.9 147.8,82.8 147.9,82.8 148,82.8 148.1,82.8 148.3,82.8 148.4,82.8 148.5,82.7 148.6,82.7 148.8,82.7 148.9,82.7 149,82.7 149.2,82.6 149.3,82.6 149.4,82.6 149.5,82.6 149.7,82.6 149.8,82.6 149.9,82.5 150.1,82.5 150.2,82.5 150.3,82.5 150.4,82.5 150.6,82.4 150.7,82.4 150.8,82.4 150.9,82.4 151.1,82.4 151.2,82.4 151.3,82.3 151.5,82.3 151.6,82.3 151.7,82.3 151.8,82.3 152,82.2 152.1,82.2 152.2,82.2 152.4,82.2 152.5,82.2 152.6,82.2 152.7,82.1 152.9,82.1 153,82.1 153.1,82.1 153.2,82.1 153.4,82.1 153.5,82 153.6,82 153.8,82 153.9,82 154,82 154.1,81.9 154.3,81.9 154.4,81.9 154.5,81.9 154.6,81.9 154.8,81.9 154.9,81.8 155,81.8 155.2,81.8 155.3,81.8 155.4,81.8 155.5,81.7 155.7,81.7 155.8,81.7 155.9,81.7 156.1,81.7 156.2,81.7 156.3,81.6 156.4,81.6 156.6,81.6 156.7,81.6 156.8,81.6 156.9,81.5 157.1,81.5 157.2,81.5 157.3,81.5 157.5,81.5 157.6,81.5 157.7,81.4 157.8,81.4 158,81.4 158.1,81.4 158.2,81.4 158.4,81.4 158.5,81.3 158.6,81.3 158.7,81.3 158.9,81.3 159,81.3 159.1,81.2 159.2,81.2 159.4,81.2 159.5,81.2 159.6,81.2 159.8,81.2 159.9,81.1 160,81.1 160.1,81.1 160.3,81.1 160.4,81.1 160.5,81 160.7,81 160.8,81 160.9,81 161,81 161.2,81 161.3,80.9 161.4,80.9 161.5,80.9 161.7,80.9 161.8,80.9 161.9,80.9 162.1,80.8 162.2,80.8 162.3,80.8 162.4,80.8 162.6,80.8 162.7,80.7 162.8,80.7 163,80.7 163.1,80.7 163.2,80.7 163.3,80.7 163.5,80.6 163.6,80.6 163.7,80.6 163.8,80.6 164,80.6 164.1,80.5 164.2,80.5 164.4,80.5 164.5,80.5 164.6,80.5 164.7,80.5 164.9,80.4 165,80.4 165.1,80.4 165.2,80.4 165.4,80.4 165.5,80.3 165.6,80.3 165.8,80.3 165.9,80.3 166,80.3 166.1,80.3 166.3,80.2 166.4,80.2 166.5,80.2 166.7,80.2 166.8,80.2 166.9,80.2 167,80.1 167.2,80.1 167.3,80.1 167.4,80.1 167.5,80.1 167.7,80 167.8,80 167.9,80 168.1,80 168.2,80 168.3,80 168.4,79.9 168.6,79.9 168.7,79.9 168.8,79.9 169,79.9 169.1,79.8 169.2,79.8 169.3,79.8 169.5,79.8 169.6,79.8 169.7,79.8 169.8,79.7 170,79.7 170.1,79.7 170.2,79.7 170.4,79.7 170.5,79.6 170.6,79.6 170.7,79.6 170.9,79.6 171,79.6 171.1,79.6 171.3,79.5 171.4,79.5 171.5,79.5 171.6,79.5 171.8,79.5 171.9,79.5 172,79.4 172.1,79.4 172.3,79.4 172.4,79.4 172.5,79.4 172.7,79.3 172.8,79.3 172.9,79.3 173,79.3 173.2,79.3 173.3,79.3 173.4,79.2 173.6,79.2 173.7,79.2 173.8,79.2 173.9,79.2 174.1,79.1 174.2,79.1 174.3,79.1 174.4,79.1 174.6,79.1 174.7,79.1 174.8,79 175,79 175.1,79 175.2,79 175.3,79 175.5,79 175.6,78.9 175.7,78.9 175.9,78.9 176,78.9 176.1,78.9 176.2,78.8 176.4,78.8 176.5,78.8 176.6,78.8 176.7,78.8 176.9,78.8 177,78.7 177.1,78.7 177.3,78.7 177.4,78.7 177.5,78.7 177.6,78.6 177.8,78.6 177.9,78.6 178,78.6 178.1,78.6 178.3,78.6 178.4,78.5 178.5,78.5 178.7,78.5 178.8,78.5 178.9,78.5 179,78.4 179.2,78.4 179.3,78.4 179.4,78.4 179.6,78.4 179.7,78.4 179.8,78.3 179.9,78.3 180.1,78.3 180.2,78.3 180.3,78.3 180.4,78.3 180.6,78.2 180.7,78.2 180.8,78.2 181,78.2 181.1,78.2 181.2,78.1 181.3,78.1 181.5,78.1 181.6,78.1 181.7,78.1 181.9,78.1 182,78 182.1,78 182.2,78 182.4,78 182.5,78 182.6,77.9 182.7,77.9 182.9,77.9 183,77.9 183.1,77.9 183.3,77.9 183.4,77.8 183.5,77.8 183.6,77.8 183.8,77.8 183.9,77.8 184,77.8 184.2,77.7 184.3,77.7 184.4,77.7 184.5,77.7 184.7,77.7 184.8,77.6 184.9,77.6 185,77.6 185.2,77.6 185.3,77.6 185.4,77.6 185.6,77.5 185.7,77.5 185.8,77.5 185.9,77.5 186.1,77.5 186.2,77.4 186.3,77.4 186.5,77.4 186.6,77.4 186.7,77.4 186.8,77.4 187,77.3 187.1,77.3 187.2,77.3 187.3,77.3 187.5,77.3 187.6,77.2 187.7,77.2 187.9,77.2 188,77.2 188.1,77.2 188.2,77.2 188.4,77.1 188.5,77.1 188.6,77.1 188.7,77.1 188.9,77.1 189,77.1 189.1,77 189.3,77 189.4,77 189.5,77 189.6,77 189.8,76.9 189.9,76.9 190,76.9 190.2,76.9 190.3,76.9 190.4,76.9 190.5,76.8 190.7,76.8 190.8,76.8 190.9,76.8 191,76.8 191.2,76.7 191.3,76.7 191.4,76.7 191.6,76.7 191.7,76.7 191.8,76.7 191.9,76.6 192.1,76.6 192.2,76.6 192.3,76.6 192.5,76.6 192.6,76.5 192.7,76.5 192.8,76.5 193,76.5 193.1,76.5 193.2,76.5 193.3,76.4 193.5,76.4 193.6,76.4 193.7,76.4 193.9,76.4 194,76.4 194.1,76.3 194.2,76.3 194.4,76.3 194.5,76.3 194.6,76.3 194.8,76.2 194.9,76.2 195,76.2 195.1,76.2 195.3,76.2 195.4,76.2 195.5,76.1 195.6,76.1 195.8,76.1 195.9,76.1 196,76.1 196.2,76 196.3,76 196.4,76 196.5,76 196.7,76 196.8,76 196.9,75.9 197.1,75.9 197.2,75.9 197.3,75.9 197.4,75.9 197.6,75.9 197.7,75.8 197.8,75.8 197.9,75.8 198.1,75.8 198.2,75.8 198.3,75.7 198.5,75.7 198.6,75.7 198.7,75.7 198.8,75.7 199,75.7 199.1,75.6 199.2,75.6 199.4,75.6 199.5,75.6 199.6,75.6 199.7,75.5 199.9,75.5 200,75.5 200.1,75.5 200.2,75.5 200.4,75.5 200.5,75.4 200.6,75.4 200.8,75.4 200.9,75.4 201,75.4 201.1,75.3 201.3,75.3 201.4,75.3 201.5,75.3 201.6,75.3 201.8,75.3 201.9,75.2 202,75.2 202.2,75.2 202.3,75.2 202.4,75.2 202.5,75.2 202.7,75.1 202.8,75.1 202.9,75.1 203.1,75.1 203.2,75.1 203.3,75 203.4,75 203.6,75 203.7,75 203.8,75 203.9,75 204.1,74.9 204.2,74.9 204.3,74.9 204.5,74.9 204.6,74.9 204.7,74.8 204.8,74.8 205,74.8 205.1,74.8 205.2,74.8 205.4,74.8 205.5,74.7 205.6,74.7 205.7,74.7 205.9,74.7 206,74.7 206.1,74.6 206.2,74.6 206.4,74.6 206.5,74.6 206.6,74.6 206.8,74.6 206.9,74.5 207,74.5 207.1,74.5 207.3,74.5 207.4,74.5 207.5,74.5 207.7,74.4 207.8,74.4 207.9,74.4 208,74.4 208.2,74.4 208.3,74.3 208.4,74.3 208.5,74.3 208.7,74.3 208.8,74.3 208.9,74.3 209.1,74.2 209.2,74.2 209.3,74.2 209.4,74.2 209.6,74.2 209.7,74.1 209.8,74.1 210,74.1 210.1,74.1 210.2,74.1 210.3,74.1 210.5,74 210.6,74 210.7,74 210.8,74 211,74 211.1,74 211.2,73.9 211.4,73.9 211.5,73.9 211.6,73.9 211.7,73.9 211.9,73.8 212,73.8 212.1,73.8 212.2,73.8 212.4,73.8 212.5,73.8 212.6,73.7 212.8,73.7 212.9,73.7 213,73.7 213.1,73.7 213.3,73.6 213.4,73.6 213.5,73.6 213.7,73.6 213.8,73.6 213.9,73.6 214,73.5 214.2,73.5 214.3,73.5 214.4,73.5 214.5,73.5 214.7,73.4 214.8,73.4 214.9,73.4 215.1,73.4 215.2,73.4 215.3,73.4 215.4,73.3 215.6,73.3 215.7,73.3 215.8,73.3 216,73.3 216.1,73.3 216.2,73.2 216.3,73.2 216.5,73.2 216.6,73.2 216.7,73.2 216.8,73.1 217,73.1 217.1,73.1 217.2,73.1 217.4,73.1 217.5,73.1 217.6,73 217.7,73 217.9,73 218,73 218.1,73 218.3,72.9 218.4,72.9 218.5,72.9 218.6,72.9 218.8,72.9 218.9,72.9 219,72.8 219.1,72.8 219.3,72.8 219.4,72.8 219.5,72.8 219.7,72.7 219.8,72.7 219.9,72.7 220,72.7 220.2,72.7 220.3,72.7 220.4,72.6 220.6,72.6 220.7,72.6 220.8,72.6 220.9,72.6 221.1,72.6 221.2,72.5 221.3,72.5 221.4,72.5 221.6,72.5 221.7,72.5 221.8,72.4 222,72.4 222.1,72.4 222.2,72.4 222.3,72.4 222.5,72.4 222.6,72.3 222.7,72.3 222.8,72.3 223,72.3 223.1,72.3 223.2,72.2 223.4,72.2 223.5,72.2 223.6,72.2 223.7,72.2 223.9,72.2 224,72.1 224.1,72.1 224.3,72.1 224.4,72.1 224.5,72.1 224.6,72.1 224.8,72 224.9,72 225,72 225.1,72 225.3,72 225.4,71.9 225.5,71.9 225.7,71.9 225.8,71.9 225.9,71.9 226,71.9 226.2,71.8 226.3,71.8 226.4,71.8 226.6,71.8 226.7,71.8 226.8,71.7 226.9,71.7 227.1,71.7 227.2,71.7 227.3,71.7 227.4,71.7 227.6,71.6 227.7,71.6 227.8,71.6 228,71.6 228.1,71.6 228.2,71.5 228.3,71.5 228.5,71.5 228.6,71.5 228.7,71.5 228.9,71.5 229,71.4 229.1,71.4 229.2,71.4 229.4,71.4 229.5,71.4 229.6,71.4 229.7,71.3 229.9,71.3 230,71.3 230.1,71.3 230.3,71.3 230.4,71.2 230.5,71.2 230.6,71.2 230.8,71.2 230.9,71.2 231,71.2 231.2,71.1 231.3,71.1 231.4,71.1 231.5,71.1 231.7,71.1 231.8,71 231.9,71 232,71 232.2,71 232.3,71 232.4,71 232.6,70.9 232.7,70.9 232.8,70.9 232.9,70.9 233.1,70.9 233.2,70.8 233.3,70.8 233.5,70.8 233.6,70.8 233.7,70.8 233.8,70.8 234,70.7 234.1,70.7 234.2,70.7 234.3,70.7 234.5,70.7 234.6,70.7 234.7,70.6 234.9,70.6 235,70.6 235.1,70.6 235.2,70.6 235.4,70.5 235.5,70.5 235.6,70.5 235.7,70.5 235.9,70.5 236,70.5 236.1,70.4 236.3,70.4 236.4,70.4 236.5,70.4 236.6,70.4 236.8,70.3 236.9,70.3 237,70.3 237.2,70.3 237.3,70.3 237.4,70.3 237.5,70.2 237.7,70.2 237.8,70.2 237.9,70.2 238,70.2 238.2,70.2 238.3,70.1 238.4,70.1 238.6,70.1 238.7,70.1 238.8,70.1 238.9,70 239.1,70 239.2,70 239.3,70 239.5,70 239.6,70 239.7,69.9 239.8,69.9 240,69.9 240.1,69.9 240.2,69.9 240.3,69.8 240.5,69.8 240.6,69.8 240.7,69.8 240.9,69.8 241,69.8 241.1,69.7 241.2,69.7 241.4,69.7 241.5,69.7 241.6,69.7 241.8,69.6 241.9,69.6 242,69.6 242.1,69.6 242.3,69.6 242.4,69.6 242.5,69.5 242.6,69.5 242.8,69.5 242.9,69.5 243,69.5 243.2,69.5 243.3,69.4 243.4,69.4 243.5,69.4 243.7,69.4 243.8,69.4 243.9,69.3 244.1,69.3 244.2,69.3 244.3,69.3 244.4,69.3 244.6,69.3 244.7,69.2 244.8,69.2 244.9,69.2 245.1,69.2 245.2,69.2 245.3,69.1 245.5,69.1 245.6,69.1 245.7,69.1 245.8,69.1 246,69.1 246.1,69 246.2,69 246.3,69 246.5,69 246.6,69 246.7,68.9 246.9,68.9 247,68.9 247.1,68.9 247.2,68.9 247.4,68.9 247.5,68.8 247.6,68.8 247.8,68.8 247.9,68.8 248,68.8 248.1,68.8 248.3,68.7 248.4,68.7 248.5,68.7 248.6,68.7 248.8,68.7 248.9,68.6 249,68.6 249.2,68.6 249.3,68.6 249.4,68.6 249.5,68.6 249.7,68.5 249.8,68.5 249.9,68.5 250.1,68.5 250.2,68.5 250.3,68.4 250.4,68.4 250.6,68.4 250.7,68.4 250.8,68.4 250.9,68.4 251.1,68.3 251.2,68.3 251.3,68.3 251.5,68.3 251.6,68.3 251.7,68.3 251.8,68.2 252,68.2 252.1,68.2 252.2,68.2 252.4,68.2 252.5,68.1 252.6,68.1 252.7,68.1 252.9,68.1 253,68.1 253.1,68.1 253.2,68 253.4,68 253.5,68 253.6,68 253.8,68 253.9,67.9 254,67.9 254.1,67.9 254.3,67.9 254.4,67.9 254.5,67.9 254.7,67.8 254.8,67.8 254.9,67.8 255,67.8 255.2,67.8 255.3,67.7 255.4,67.7 255.5,67.7 255.7,67.7 255.8,67.7 255.9,67.7 256.1,67.6 256.2,67.6 256.3,67.6 256.4,67.6 256.6,67.6 256.7,67.6 256.8,67.5 257,67.5 257.1,67.5 257.2,67.5 257.3,67.5 257.5,67.4 257.6,67.4 257.7,67.4 257.8,67.4 258,67.4 258.1,67.4 258.2,67.3 258.4,67.3 258.5,67.3 258.6,67.3 258.7,67.3 258.9,67.2 259,67.2 259.1,67.2 259.2,67.2 259.4,67.2 259.5,67.2 259.6,67.1 259.8,67.1 259.9,67.1 260,67.1 260.1,67.1 260.3,67.1 260.4,67 260.5,67 260.7,67 260.8,67 260.9,67 261,66.9 261.2,66.9 261.3,66.9 261.4,66.9 261.5,66.9 261.7,66.9 261.8,66.8 261.9,66.8 262.1,66.8 262.2,66.8 262.3,66.8 262.4,66.7 262.6,66.7 262.7,66.7 262.8,66.7 263,66.7 263.1,66.7 263.2,66.6 263.3,66.6 263.5,66.6 263.6,66.6 263.7,66.6 263.8,66.5 264,66.5 264.1,66.5 264.2,66.5 264.4,66.5 264.5,66.5 264.6,66.4 264.7,66.4 264.9,66.4 265,66.4 265.1,66.4 265.3,66.4 265.4,66.3 265.5,66.3 265.6,66.3 265.8,66.3 265.9,66.3 266,66.2 266.1,66.2 266.3,66.2 266.4,66.2 266.5,66.2 266.7,66.2 266.8,66.1 266.9,66.1 267,66.1 267.2,66.1 267.3,66.1 267.4,66 267.6,66 267.7,66 267.8,66 267.9,66 268.1,66 268.2,65.9 268.3,65.9 268.4,65.9 268.6,65.9 268.7,65.9 268.8,65.8 269,65.8 269.1,65.8 269.2,65.8 269.3,65.8 269.5,65.8 269.6,65.7 269.7,65.7 269.8,65.7 270,65.7 270.1,65.7 270.2,65.7 270.4,65.6 270.5,65.6 270.6,65.6 270.7,65.6 270.9,65.6 271,65.5 271.1,65.5 271.3,65.5 271.4,65.5 271.5,65.5 271.6,65.5 271.8,65.4 271.9,65.4 272,65.4 272.1,65.4 272.3,65.4 272.4,65.3 272.5,65.3 272.7,65.3 272.8,65.3 272.9,65.3 273,65.3 273.2,65.2 273.3,65.2 273.4,65.2 273.6,65.2 273.7,65.2 273.8,65.2 273.9,65.1 274.1,65.1 274.2,65.1 274.3,65.1 274.4,65.1 274.6,65 274.7,65 274.8,65 275,65 275.1,65 275.2,65 275.3,64.9 275.5,64.9 275.6,64.9 275.7,64.9 275.9,64.9 276,64.8 276.1,64.8 276.2,64.8 276.4,64.8 276.5,64.8 276.6,64.8 276.7,64.7 276.9,64.7 277,64.7 277.1,64.7 277.3,64.7 277.4,64.6 277.5,64.6 277.6,64.6 277.8,64.6 277.9,64.6 278,64.6 278.2,64.5 278.3,64.5 278.4,64.5 278.5,64.5 278.7,64.5 278.8,64.5 278.9,64.4 279,64.4 279.2,64.4 279.3,64.4 279.4,64.4 279.6,64.3 279.7,64.3 279.8,64.3 279.9,64.3 280.1,64.3 280.2,64.3 280.3,64.2 280.5,64.2 280.6,64.2 280.7,64.2 280.8,64.2 281,64.1 281.1,64.1 281.2,64.1 281.3,64.1 281.5,64.1 281.6,64.1 281.7,64 281.9,64 282,64 282.1,64 282.2,64 282.4,63.9 282.5,63.9 282.6,63.9 282.7,63.9 282.9,63.9 283,63.9 283.1,63.8 283.3,63.8 283.4,63.8 283.5,63.8 283.6,63.8 283.8,63.8 283.9,63.7 284,63.7 284.2,63.7 284.3,63.7 284.4,63.7 284.5,63.6 284.7,63.6 284.8,63.6 284.9,63.6 285,63.6 285.2,63.6 285.3,63.5 285.4,63.5 285.6,63.5 285.7,63.5 285.8,63.5 285.9,63.4 286.1,63.4 286.2,63.4 286.3,63.4 286.5,63.4 286.6,63.4 286.7,63.3 286.8,63.3 287,63.3 287.1,63.3 287.2,63.3 287.3,63.3 287.5,63.2 287.6,63.2 287.7,63.2 287.9,63.2 288,63.2 288.1,63.1 288.2,63.1 288.4,63.1 288.5,63.1 288.6,63.1 288.8,63.1 288.9,63 289,63 289.1,63 289.3,63 289.4,63 289.5,62.9 289.6,62.9 289.8,62.9 289.9,62.9 290,62.9 290.2,62.9 290.3,62.8 290.4,62.8 290.5,62.8 290.7,62.8 290.8,62.8 290.9,62.7 291.1,62.7 291.2,62.7 291.3,62.7 291.4,62.7 291.6,62.7 291.7,62.6 291.8,62.6 291.9,62.6 292.1,62.6 292.2,62.6 292.3,62.6 292.5,62.5 292.6,62.5 292.7,62.5 292.8,62.5 293,62.5 293.1,62.4 293.2,62.4 293.3,62.4 293.5,62.4 293.6,62.4 293.7,62.4 293.9,62.3 294,62.3 294.1,62.3 294.2,62.3 294.4,62.3 294.5,62.2 294.6,62.2 294.8,62.2 294.9,62.2 295,62.2 295.1,62.2 295.3,62.1 295.4,62.1 295.5,62.1 295.6,62.1 295.8,62.1 295.9,62 296,62 296.2,62 296.3,62 296.4,62 296.5,62 296.7,61.9 296.8,61.9 296.9,61.9 297.1,61.9 297.2,61.9 297.3,61.9 297.4,61.8 297.6,61.8 297.7,61.8 297.8,61.8 297.9,61.8 298.1,61.7 298.2,61.7 298.3,61.7 298.5,61.7 298.6,61.7 298.7,61.7 298.8,61.6 299,61.6 299.1,61.6 299.2,61.6 299.4,61.6 299.5,61.5 299.6,61.5 299.7,61.5 299.9,61.5 300,61.5 300.1,61.5 300.2,61.4 300.4,61.4 300.5,61.4 300.6,61.4 300.8,61.4 300.9,61.4 301,61.3 301.1,61.3 301.3,61.3 301.4,61.3 301.5,61.3 301.7,61.2 301.8,61.2 301.9,61.2 302,61.2 302.2,61.2 302.3,61.2 302.4,61.1 302.5,61.1 302.7,61.1 302.8,61.1 302.9,61.1 303.1,61 303.2,61 303.3,61 303.4,61 303.6,61 303.7,61 303.8,60.9 304,60.9 304.1,60.9 304.2,60.9 304.3,60.9 304.5,60.8 304.6,60.8 304.7,60.8 304.8,60.8 305,60.8 305.1,60.8 305.2,60.7 305.4,60.7 305.5,60.7 305.6,60.7 305.7,60.7 305.9,60.7 306,60.6 306.1,60.6 306.2,60.6 306.4,60.6 306.5,60.6 306.6,60.5 306.8,60.5 306.9,60.5 307,60.5 307.1,60.5 307.3,60.5 307.4,60.4 307.5,60.4 307.7,60.4 307.8,60.4 307.9,60.4 308,60.3 308.2,60.3 308.3,60.3 308.4,60.3 308.5,60.3 308.7,60.3 308.8,60.2 308.9,60.2 309.1,60.2 309.2,60.2 309.3,60.2 309.4,60.1 309.6,60.1 309.7,60.1 309.8,60.1 310,60.1 310.1,60.1 310.2,60 310.3,60 310.5,60 310.6,60 310.7,60 310.8,60 311,59.9 311.1,59.9 311.2,59.9 311.4,59.9 311.5,59.9 311.6,59.8 311.7,59.8 311.9,59.8 312,59.8 312.1,59.8 312.3,59.8 312.4,59.7 312.5,59.7 312.6,59.7 312.8,59.7 312.9,59.7 313,59.6 313.1,59.6 313.3,59.6 313.4,59.6 313.5,59.6 313.7,59.6 313.8,59.5 313.9,59.5 314,59.5 314.2,59.5 314.3,59.5 314.4,59.5 314.6,59.4 314.7,59.4 314.8,59.4 314.9,59.4 315.1,59.4 315.2,59.3 315.3,59.3 315.4,59.3 315.6,59.3 315.7,59.3 315.8,59.3 316,59.2 316.1,59.2 316.2,59.2 316.3,59.2 316.5,59.2 316.6,59.1 316.7,59.1 316.8,59.1 317,59.1 317.1,59.1 317.2,59.1 317.4,59 317.5,59 317.6,59 317.7,59 317.9,59 318,58.9 318.1,58.9 318.3,58.9 318.4,58.9 318.5,58.9 318.6,58.9 318.8,58.8 318.9,58.8 319,58.8 319.1,58.8 319.3,58.8 319.4,58.8 319.5,58.7 319.7,58.7 319.8,58.7 319.9,58.7 320,58.7 320.2,58.6 320.3,58.6 320.4,58.6 320.6,58.6 320.7,58.6 320.8,58.6 320.9,58.5 321.1,58.5 321.2,58.5 321.3,58.5 321.4,58.5 321.6,58.4 321.7,58.4 321.8,58.4 322,58.4 322.1,58.4 322.2,58.4 322.3,58.3 322.5,58.3 322.6,58.3 322.7,58.3 322.9,58.3 323,58.2 323.1,58.2 323.2,58.2 323.4,58.2 323.5,58.2 323.6,58.2 323.7,58.1 323.9,58.1 324,58.1 324.1,58.1 324.3,58.1 324.4,58.1 324.5,58 324.6,58 324.8,58 324.9,58 325,58 325.2,57.9 325.3,57.9 325.4,57.9 325.5,57.9 325.7,57.9 325.8,57.9 325.9,57.8 326,57.8 326.2,57.8 326.3,57.8 326.4,57.8 326.6,57.7 326.7,57.7 326.8,57.7 326.9,57.7 327.1,57.7 327.2,57.7 327.3,57.6 327.5,57.6 327.6,57.6 327.7,57.6 327.8,57.6 328,57.6 328.1,57.5 328.2,57.5 328.3,57.5 328.5,57.5 328.6,57.5 328.7,57.4 328.9,57.4 329,57.4 329.1,57.4 329.2,57.4 329.4,57.4 329.5,57.3 329.6,57.3 329.7,57.3 329.9,57.3 330,57.3 330.1,57.2 330.3,57.2 330.4,57.2 330.5,57.2 330.6,57.2 330.8,57.2 330.9,57.1 331,57.1 331.2,57.1 331.3,57.1 331.4,57.1 331.5,57 331.7,57 331.8,57 331.9,57 332,57 332.2,57 332.3,56.9 332.4,56.9 332.6,56.9 332.7,56.9 332.8,56.9 332.9,56.9 333.1,56.8 333.2,56.8 333.3,56.8 333.5,56.8 333.6,56.8 333.7,56.7 333.8,56.7 334,56.7 334.1,56.7 334.2,56.7 334.3,56.7 334.5,56.6 334.6,56.6 334.7,56.6 334.9,56.6 335,56.6 335.1,56.5 335.2,56.5 335.4,56.5 335.5,56.5 335.6,56.5 335.8,56.5 335.9,56.4 336,56.4 336.1,56.4 336.3,56.4 336.4,56.4 336.5,56.3 336.6,56.3 336.8,56.3 336.9,56.3 337,56.3 337.2,56.3 337.3,56.2 337.4,56.2 337.5,56.2 337.7,56.2 337.8,56.2 337.9,56.2 338.1,56.1 338.2,56.1 338.3,56.1 338.4,56.1 338.6,56.1 338.7,56 338.8,56 338.9,56 339.1,56 339.2,56 339.3,56 339.5,55.9 339.6,55.9 339.7,55.9 339.8,55.9 340,55.9 340.1,55.8 340.2,55.8 340.3,55.8 340.5,55.8 340.6,55.8 340.7,55.8 340.9,55.7 341,55.7 341.1,55.7 341.2,55.7 341.4,55.7 341.5,55.7 341.6,55.6 341.8,55.6 341.9,55.6 342,55.6 342.1,55.6 342.3,55.5 342.4,55.5 342.5,55.5 342.6,55.5 342.8,55.5 342.9,55.5 343,55.4 343.2,55.4 343.3,55.4 343.4,55.4 343.5,55.4 343.7,55.3 343.8,55.3 343.9,55.3 344.1,55.3 344.2,55.3 344.3,55.3 344.4,55.2 344.6,55.2 344.7,55.2 344.8,55.2 344.9,55.2 345.1,55.1 345.2,55.1 345.3,55.1 345.5,55.1 345.6,55.1 345.7,55.1 345.8,55 346,55 346.1,55 346.2,55 346.4,55 346.5,55 346.6,54.9 346.7,54.9 346.9,54.9 347,54.9 347.1,54.9 347.2,54.8 347.4,54.8 347.5,54.8 347.6,54.8 347.8,54.8 347.9,54.8 348,54.7 348.1,54.7 348.3,54.7 348.4,54.7 348.5,54.7 348.7,54.6 348.8,54.6 348.9,54.6 349,54.6 349.2,54.6 349.3,54.6 349.4,54.5 349.5,54.5 349.7,54.5 349.8,54.5 349.9,54.5 350.1,54.4 350.2,54.4 350.3,54.4 350.4,54.4 350.6,54.4 350.7,54.4 350.8,54.3 350.9,54.3 351.1,54.3 351.2,54.3 351.3,54.3 351.5,54.3 351.6,54.2 351.7,54.2 351.8,54.2 352,54.2 352.1,54.2 352.2,54.1 352.4,54.1 352.5,54.1 352.6,54.1 352.7,54.1 352.9,54.1 353,54 353.1,54 353.2,54 353.4,54 353.5,54 353.6,53.9 353.8,53.9 353.9,53.9 354,53.9 354.1,53.9 354.3,53.9 354.4,53.8 354.5,53.8 354.7,53.8 354.8,53.8 354.9,53.8 355,53.8 355.2,53.7 355.3,53.7 355.4,53.7 355.5,53.7 355.7,53.7 355.8,53.6 355.9,53.6 356.1,53.6 356.2,53.6 356.3,53.6 356.4,53.6 356.6,53.5 356.7,53.5 356.8,53.5 357,53.5 357.1,53.5 357.2,53.4 357.3,53.4 357.5,53.4 357.6,53.4 357.7,53.4 357.8,53.4 358,53.3 358.1,53.3 358.2,53.3 358.4,53.3 358.5,53.3 358.6,53.2 358.7,53.2 358.9,53.2 359,53.2 359.1,53.2 359.3,53.2 359.4,53.1 359.5,53.1 359.6,53.1 359.8,53.1 359.9,53.1 360,53.1 360.1,53 360.3,53 360.4,53 360.5,53 360.7,53 360.8,52.9 360.9,52.9 361,52.9 361.2,52.9 361.3,52.9 361.4,52.9 361.6,52.8 361.7,52.8 361.8,52.8 361.9,52.8 362.1,52.8 362.2,52.7 362.3,52.7 362.4,52.7 362.6,52.7 362.7,52.7 362.8,52.7 363,52.6 363.1,52.6 363.2,52.6 363.3,52.6 363.5,52.6 363.6,52.6 363.7,52.5 363.8,52.5 364,52.5 364.1,52.5 364.2,52.5 364.4,52.4 364.5,52.4 364.6,52.4 364.7,52.4 364.9,52.4 365,52.4 365.1,52.3 365.3,52.3 365.4,52.3 365.5,52.3 365.6,52.3 365.8,52.2 365.9,52.2 366,52.2 366.1,52.2 366.3,52.2 366.4,52.2 366.5,52.1 366.7,52.1 366.8,52.1 366.9,52.1 367,52.1 367.2,52 367.3,52 367.4,52 367.6,52 367.7,52 367.8,52 367.9,51.9 368.1,51.9 368.2,51.9 368.3,51.9 368.4,51.9 368.6,51.9 368.7,51.8 368.8,51.8 369,51.8 369.1,51.8 369.2,51.8 369.3,51.7 369.5,51.7 369.6,51.7 369.7,51.7 369.9,51.7 370,51.7 370.1,51.6 370.2,51.6 370.4,51.6 370.5,51.6 370.6,51.6 370.7,51.5 370.9,51.5 371,51.5 371.1,51.5 371.3,51.5 371.4,51.5 371.5,51.4 371.6,51.4 371.8,51.4 371.9,51.4 372,51.4 372.2,51.3 372.3,51.3 372.4,51.3 372.5,51.3 372.7,51.3 372.8,51.3 372.9,51.2 373,51.2 373.2,51.2 373.3,51.2 373.4,51.2 373.6,51.2 373.7,51.1 373.8,51.1 373.9,51.1 374.1,51.1 374.2,51.1 374.3,51 374.4,51 374.6,51 374.7,51 374.8,51 375,51 375.1,50.9 375.2,50.9 375.3,50.9 375.5,50.9 375.6,50.9 375.7,50.8 375.9,50.8 376,50.8 376.1,50.8 376.2,50.8 376.4,50.8 376.5,50.7 376.6,50.7 376.7,50.7 376.9,50.7 377,50.7 377.1,50.7 377.3,50.6 377.4,50.6 377.5,50.6 377.6,50.6 377.8,50.6 377.9,50.5 378,50.5 378.2,50.5 378.3,50.5 378.4,50.5 378.5,50.5 378.7,50.4 378.8,50.4 378.9,50.4 379,50.4 379.2,50.4 379.3,50.3 379.4,50.3 379.6,50.3 379.7,50.3 379.8,50.3 379.9,50.3 380.1,50.2 380.2,50.2 380.3,50.2 380.5,50.2 380.6,50.2 380.7,50.1 380.8,50.1 381,50.1 381.1,50.1 381.2,50.1 381.3,50.1 381.5,50 381.6,50 381.7,50 381.9,50 382,50 382.1,50 382.2,49.9 382.4,49.9 382.5,49.9 382.6,49.9 382.8,49.9 382.9,49.8 383,49.8 383.1,49.8 383.3,49.8 383.4,49.8 383.5,49.8 383.6,49.7 383.8,49.7 383.9,49.7 384,49.7 384.2,49.7 384.3,49.6 384.4,49.6 384.5,49.6 384.7,49.6 384.8,49.6 384.9,49.6 385.1,49.5 385.2,49.5 385.3,49.5 385.4,49.5 385.6,49.5 385.7,49.4 385.8,49.4 385.9,49.4 386.1,49.4 386.2,49.4 386.3,49.4 386.5,49.3 386.6,49.3 386.7,49.3 386.8,49.3 387,49.3 387.1,49.3 387.2,49.2 387.3,49.2 387.5,49.2 387.6,49.2 387.7,49.2 387.9,49.1 388,49.1 388.1,49.1 388.2,49.1 388.4,49.1 388.5,49.1 388.6,49 388.8,49 388.9,49 389,49 389.1,49 389.3,48.9 389.4,48.9 389.5,48.9 389.6,48.9 389.8,48.9 389.9,48.9 390,48.8 390.2,48.8 390.3,48.8 390.4,48.8 390.5,48.8 390.7,48.8 390.8,48.7 390.9,48.7 391.1,48.7 391.2,48.7 391.3,48.7 391.4,48.6 391.6,48.6 391.7,48.6 391.8,48.6 391.9,48.6 392.1,48.6 392.2,48.5 392.3,48.5 392.5,48.5 392.6,48.5 392.7,48.5 392.8,48.4 393,48.4 393.1,48.4 393.2,48.4 393.4,48.4 393.5,48.4 393.6,48.3 393.7,48.3 393.9,48.3 394,48.3 394.1,48.3 394.2,48.2 394.4,48.2 394.5,48.2 394.6,48.2 394.8,48.2 394.9,48.2 395,48.1 395.1,48.1 395.3,48.1 395.4,48.1 395.5,48.1 395.7,48.1 395.8,48 395.9,48 396,48 396.2,48 396.3,48 396.4,47.9 396.5,47.9 396.7,47.9 396.8,47.9 396.9,47.9 397.1,47.9 397.2,47.8 397.3,47.8 397.4,47.8 397.6,47.8 397.7,47.8 397.8,47.7 397.9,47.7 398.1,47.7 398.2,47.7 398.3,47.7 398.5,47.7 398.6,47.6 398.7,47.6 398.8,47.6 399,47.6 399.1,47.6 399.2,47.5 399.4,47.5 399.5,47.5 399.6,47.5 399.7,47.5 399.9,47.5 400,47.4 400.1,47.4 400.2,47.4 400.4,47.4 400.5,47.4 400.6,47.4 400.8,47.3 400.9,47.3 401,47.3 401.1,47.3 401.3,47.3 401.4,47.2 401.5,47.2 401.7,47.2 401.8,47.2 401.9,47.2 402,47.2 402.2,47.1 402.3,47.1 402.4,47.1 402.5,47.1 402.7,47.1 402.8,47 402.9,47 403.1,47 403.2,47 403.3,47 403.4,47 403.6,46.9 403.7,46.9 403.8,46.9 404,46.9 404.1,46.9 404.2,46.9 404.3,46.8 404.5,46.8 404.6,46.8 404.7,46.8 404.8,46.8 405,46.7 405.1,46.7 405.2,46.7 405.4,46.7 405.5,46.7 405.6,46.7 405.7,46.6 405.9,46.6 406,46.6 406.1,46.6 406.3,46.6 406.4,46.5 406.5,46.5 406.6,46.5 406.8,46.5 406.9,46.5 407,46.5 407.1,46.4 407.3,46.4 407.4,46.4 407.5,46.4 407.7,46.4 407.8,46.3 407.9,46.3 408,46.3 408.2,46.3 408.3,46.3 408.4,46.3 408.6,46.2 408.7,46.2 408.8,46.2 408.9,46.2 409.1,46.2 409.2,46.2 409.3,46.1 409.4,46.1 409.6,46.1 409.7,46.1 409.8,46.1 410,46 410.1,46 410.2,46 410.3,46 410.5,46 410.6,46 410.7,45.9 410.8,45.9 411,45.9 411.1,45.9 411.2,45.9 411.4,45.8 411.5,45.8 411.6,45.8 411.7,45.8 411.9,45.8 412,45.8 412.1,45.7 412.3,45.7 412.4,45.7 412.5,45.7 412.6,45.7 412.8,45.6 412.9,45.6 413,45.6 413.1,45.6 413.3,45.6 413.4,45.6 413.5,45.5 413.7,45.5 413.8,45.5 413.9,45.5 414,45.5 414.2,45.5 414.3,45.4 414.4,45.4 414.6,45.4 414.7,45.4 414.8,45.4 414.9,45.3 415.1,45.3 415.2,45.3 415.3,45.3 415.4,45.3 415.6,45.3 415.7,45.2 415.8,45.2 416,45.2 416.1,45.2 416.2,45.2 416.3,45.1 416.5,45.1 416.6,45.1 416.7,45.1 416.9,45.1 417,45.1 417.1,45 417.2,45 417.4,45 417.5,45 417.6,45 417.7,45 417.9,44.9 418,44.9 418.1,44.9 418.3,44.9 418.4,44.9 418.5,44.8 418.6,44.8 418.8,44.8 418.9,44.8 419,44.8 419.2,44.8 419.3,44.7 419.4,44.7 419.5,44.7 419.7,44.7 419.8,44.7 419.9,44.6 420,44.6 420.2,44.6 420.3,44.6 420.4,44.6 420.6,44.6 420.7,44.5 420.8,44.5 420.9,44.5 421.1,44.5 421.2,44.5 421.3,44.4 421.4,44.4 421.6,44.4 421.7,44.4 421.8,44.4 422,44.4 422.1,44.3 422.2,44.3 422.3,44.3 422.5,44.3 422.6,44.3 422.7,44.3 422.9,44.2 423,44.2 423.1,44.2 423.2,44.2 423.4,44.2 423.5,44.1 423.6,44.1 423.7,44.1 423.9,44.1 424,44.1 424.1,44.1 424.3,44 424.4,44 424.5,44 424.6,44 424.8,44 424.9,43.9 425,43.9 425.2,43.9 425.3,43.9 425.4,43.9 425.5,43.9 425.7,43.8 425.8,43.8 425.9,43.8 426,43.8 426.2,43.8 426.3,43.7 426.4,43.7 426.6,43.7 426.7,43.7 426.8,43.7 426.9,43.7 427.1,43.6 427.2,43.6 427.3,43.6 427.5,43.6 427.6,43.6 427.7,43.6 427.8,43.5 428,43.5 428.1,43.5 428.2,43.5 428.3,43.5 428.5,43.4 428.6,43.4 428.7,43.4 428.9,43.4 429,43.4 429.1,43.4 429.2,43.3 429.4,43.3 429.5,43.3 429.6,43.3 429.8,43.3 429.9,43.2 430,43.2 430.1,43.2 430.3,43.2 430.4,43.2 430.5,43.2 430.6,43.1 430.8,43.1 430.9,43.1 431,43.1 431.2,43.1 431.3,43.1 431.4,43 431.5,43 431.7,43 431.8,43 431.9,43 432.1,42.9 432.2,42.9 432.3,42.9 432.4,42.9 432.6,42.9 432.7,42.9 432.8,42.8 432.9,42.8 433.1,42.8 433.2,42.8 433.3,42.8 433.5,42.7 433.6,42.7 433.7,42.7 433.8,42.7 434,42.7 434.1,42.7 434.2,42.6 434.3,42.6 434.5,42.6 434.6,42.6 434.7,42.6 434.9,42.5 435,42.5 435.1,42.5 435.2,42.5 435.4,42.5 435.5,42.5 435.6,42.4 435.8,42.4 435.9,42.4 436,42.4 436.1,42.4 436.3,42.4 436.4,42.3 436.5,42.3 436.6,42.3 436.8,42.3 436.9,42.3 437,42.2 437.2,42.2 437.3,42.2 437.4,42.2 437.5,42.2 437.7,42.2 437.8,42.1 437.9,42.1 438.1,42.1 438.2,42.1 438.3,42.1 438.4,42 438.6,42 438.7,42 438.8,42 438.9,42 439.1,42 439.2,41.9 439.3,41.9 439.5,41.9 439.6,41.9 439.7,41.9 439.8,41.9 440,41.8 440.1,41.8 440.2,41.8 440.4,41.8 440.5,41.8 440.6,41.7 440.7,41.7 440.9,41.7 441,41.7 441.1,41.7 441.2,41.7 441.4,41.6 441.5,41.6 441.6,41.6 441.8,41.6 441.9,41.6 442,41.5 442.1,41.5 442.3,41.5 442.4,41.5 442.5,41.5 442.7,41.5 442.8,41.4 442.9,41.4 443,41.4 443.2,41.4 443.3,41.4 443.4,41.3 443.5,41.3 443.7,41.3 443.8,41.3 443.9,41.3 444.1,41.3 444.2,41.2 444.3,41.2 444.4,41.2 444.6,41.2 444.7,41.2 444.8,41.2 444.9,41.1 445.1,41.1 445.2,41.1 445.3,41.1 445.5,41.1 445.6,41 445.7,41 445.8,41 446,41 446.1,41 446.2,41 446.4,40.9 446.5,40.9 446.6,40.9 446.7,40.9 446.9,40.9 447,40.8 447.1,40.8 447.2,40.8 447.4,40.8 447.5,40.8 447.6,40.8 447.8,40.7 447.9,40.7 448,40.7 448.1,40.7 448.3,40.7 448.4,40.6 448.5,40.6 448.7,40.6 448.8,40.6 448.9,40.6 449,40.6 449.2,40.5 449.3,40.5 449.4,40.5 449.5,40.5 449.7,40.5 449.8,40.5 449.9,40.4 450.1,40.4 450.2,40.4 450.3,40.4 450.4,40.4 450.6,40.3 450.7,40.3 450.8,40.3 451,40.3 451.1,40.3 451.2,40.3 451.3,40.2 451.5,40.2 451.6,40.2 451.7,40.2 451.8,40.2 452,40.1 452.1,40.1 452.2,40.1 452.4,40.1 452.5,40.1 452.6,40.1 452.7,40 452.9,40 453,40 453.1,40 453.3,40 453.4,40 453.5,39.9 453.6,39.9 453.8,39.9 453.9,39.9 454,39.9 454.1,39.8 454.3,39.8 454.4,39.8 454.5,39.8 454.7,39.8 454.8,39.8 454.9,39.7 455,39.7 455.2,39.7 455.3,39.7 455.4,39.7 455.6,39.6 455.7,39.6 455.8,39.6 455.9,39.6 456.1,39.6 456.2,39.6 456.3,39.5 456.4,39.5 456.6,39.5 456.7,39.5 456.8,39.5 457,39.4 457.1,39.4 457.2,39.4 457.3,39.4 457.5,39.4 457.6,39.4 457.7,39.3 457.8,39.3 458,39.3 458.1,39.3 458.2,39.3 458.4,39.3 458.5,39.2 458.6,39.2 458.7,39.2 458.9,39.2 459,39.2 459.1,39.1 459.3,39.1 459.4,39.1 459.5,39.1 459.6,39.1 459.8,39.1 459.9,39 460,39 460.1,39 460.3,39 460.4,39 460.5,38.9 460.7,38.9 460.8,38.9 460.9,38.9 461,38.9 461.2,38.9 461.3,38.8 461.4,38.8 461.6,38.8 461.7,38.8 461.8,38.8 461.9,38.7 462.1,38.7 462.2,38.7 462.3,38.7 462.4,38.7 462.6,38.7 462.7,38.6 462.8,38.6 463,38.6 463.1,38.6 463.2,38.6 463.3,38.6 463.5,38.5 463.6,38.5 463.7,38.5 463.9,38.5 464,38.5 464.1,38.4 464.2,38.4 464.4,38.4 464.5,38.4 464.6,38.4 464.7,38.4 464.9,38.3 465,38.3 465.1,38.3 465.3,38.3 465.4,38.3 465.5,38.2 465.6,38.2 465.8,38.2 465.9,38.2 466,38.2 466.2,38.2 466.3,38.1 466.4,38.1 466.5,38.1 466.7,38.1 466.8,38.1 466.9,38.1 467,38 467.2,38 467.3,38 467.4,38 467.6,38 467.7,37.9 467.8,37.9 467.9,37.9 468.1,37.9 468.2,37.9 468.3,37.9 468.4,37.8 468.6,37.8 468.7,37.8 468.8,37.8 469,37.8 469.1,37.7 469.2,37.7 469.3,37.7 469.5,37.7 469.6,37.7 469.7,37.7 469.9,37.6 470,37.6 470.1,37.6 470.2,37.6 470.4,37.6 470.5,37.5 470.6,37.5 470.7,37.5 470.9,37.5 471,37.5 471.1,37.5 471.3,37.4 471.4,37.4 471.5,37.4 471.6,37.4 471.8,37.4 471.9,37.4 472,37.3 472.2,37.3 472.3,37.3 472.4,37.3 472.5,37.3 472.7,37.2 472.8,37.2 472.9,37.2 473,37.2 473.2,37.2 473.3,37.2 473.4,37.1 473.6,37.1 473.7,37.1 473.8,37.1 473.9,37.1 474.1,37 474.2,37 474.3,37 474.5,37 474.6,37 474.7,37 474.8,36.9 475,36.9 475.1,36.9 475.2,36.9 475.3,36.9 475.5,36.8 475.6,36.8 475.7,36.8 475.9,36.8 476,36.8 476.1,36.8 476.2,36.7 476.4,36.7 476.5,36.7 476.6,36.7 476.8,36.7 476.9,36.7 477,36.6 477.1,36.6 477.3,36.6 477.4,36.6 477.5,36.6 477.6,36.5 477.8,36.5 477.9,36.5 478,36.5 478.2,36.5 478.3,36.5 478.4,36.4 478.5,36.4 478.7,36.4 478.8,36.4 478.9,36.4 479.1,36.3 479.2,36.3 479.3,36.3 479.4,36.3 479.6,36.3 479.7,36.3 479.8,36.2 479.9,36.2 480.1,36.2 480.2,36.2 480.3,36.2 480.5,36.2 480.6,36.1 480.7,36.1 480.8,36.1 481,36.1 481.1,36.1 481.2,36 481.3,36 481.5,36 481.6,36 481.7,36 481.9,36 482,35.9 482.1,35.9 482.2,35.9 482.4,35.9 482.5,35.9 482.6,35.8 482.8,35.8 482.9,35.8 483,35.8 483.1,35.8 483.3,35.8 483.4,35.7 483.5,35.7 483.6,35.7 483.8,35.7 483.9,35.7 484,35.6 484.2,35.6 484.3,35.6 484.4,35.6 484.5,35.6 484.7,35.6 484.8,35.5 484.9,35.5 485.1,35.5 485.2,35.5 485.3,35.5 485.4,35.5 485.6,35.4 485.7,35.4 485.8,35.4 485.9,35.4 486.1,35.4 486.2,35.3 486.3,35.3 486.5,35.3 486.6,35.3 486.7,35.3 486.8,35.3 487,35.2 487.1,35.2 487.2,35.2 487.4,35.2 487.5,35.2 487.6,35.1 487.7,35.1 487.9,35.1 488,35.1 488.1,35.1 488.2,35.1 488.4,35 488.5,35 488.6,35 488.8,35 488.9,35 489,34.9 489.1,34.9 489.3,34.9 489.4,34.9 489.5,34.9 489.7,34.9 489.8,34.8 489.9,34.8 490,34.8 490.2,34.8 490.3,34.8 490.4,34.8 490.5,34.7 490.7,34.7 490.8,34.7 490.9,34.7 491.1,34.7 491.2,34.6 491.3,34.6 491.4,34.6 491.6,34.6 491.7,34.6 491.8,34.6 491.9,34.5 492.1,34.5 492.2,34.5 492.3,34.5 492.5,34.5 492.6,34.4 492.7,34.4 492.8,34.4 493,34.4 493.1,34.4 493.2,34.4 493.4,34.3 493.5,34.3 493.6,34.3 493.7,34.3 493.9,34.3 494,34.3 494.1,34.2 494.2,34.2 494.4,34.2 494.5,34.2 494.6,34.2 494.8,34.1 494.9,34.1 495,34.1 495.1,34.1 495.3,34.1 495.4,34.1 495.5,34 495.7,34 495.8,34 495.9,34 496,34 496.2,33.9 496.3,33.9 496.4,33.9 496.5,33.9 496.7,33.9 496.8,33.9 496.9,33.8 497.1,33.8 497.2,33.8 497.3,33.8 497.4,33.8 497.6,33.7 497.7,33.7 497.8,33.7 498,33.7 498.1,33.7 498.2,33.7 498.3,33.6 498.5,33.6 498.6,33.6 498.7,33.6 498.8,33.6 499,33.6 499.1,33.5 499.2,33.5 499.4,33.5 499.5,33.5 499.6,33.5 499.7,33.4 499.9,33.4 500,33.4 500.1,33.4 500.3,33.4 500.4,33.4 500.5,33.3 500.6,33.3 500.8,33.3 500.9,33.3 501,33.3 501.1,33.2 501.3,33.2 501.4,33.2 501.5,33.2 501.7,33.2 501.8,33.2 501.9,33.1 502,33.1 502.2,33.1 502.3,33.1 502.4,33.1 502.5,33 502.7,33 502.8,33 502.9,33 503.1,33 503.2,33 503.3,32.9 503.4,32.9 503.6,32.9 503.7,32.9 503.8,32.9 504,32.9 504.1,32.8 504.2,32.8 504.3,32.8 504.5,32.8 504.6,32.8 504.7,32.7 504.8,32.7 505,32.7 505.1,32.7 505.2,32.7 505.4,32.7 505.5,32.6 505.6,32.6 505.7,32.6 505.9,32.6 506,32.6 506.1,32.5 506.3,32.5 506.4,32.5 506.5,32.5 506.6,32.5 506.8,32.5 506.9,32.4 507,32.4 507.1,32.4 507.3,32.4 507.4,32.4 507.5,32.4 507.7,32.3 507.8,32.3 507.9,32.3 508,32.3 508.2,32.3 508.3,32.2 508.4,32.2 508.6,32.2 508.7,32.2 508.8,32.2 508.9,32.2 509.1,32.1 509.2,32.1 509.3,32.1 509.4,32.1 509.6,32.1 509.7,32 509.8,32 510,32 510.1,32 510.2,32 510.3,32 510.5,31.9 510.6,31.9 510.7,31.9 510.9,31.9 511,31.9 511.1,31.8 511.2,31.8 511.4,31.8 511.5,31.8 511.6,31.8 511.7,31.8 511.9,31.7 512,31.7 512.1,31.7 512.3,31.7 512.4,31.7 512.5,31.7 512.6,31.6 512.8,31.6 512.9,31.6 513,31.6 513.2,31.6 513.3,31.5 513.4,31.5 513.5,31.5 513.7,31.5 513.8,31.5 513.9,31.5 514,31.4 514.2,31.4 514.3,31.4 514.4,31.4 514.6,31.4 514.7,31.3 514.8,31.3 514.9,31.3 515.1,31.3 515.2,31.3 515.3,31.3 515.4,31.2 515.6,31.2 515.7,31.2 515.8,31.2 516,31.2 516.1,31.1 516.2,31.1 516.3,31.1 516.5,31.1 516.6,31.1 516.7,31.1 516.9,31 517,31 517.1,31 517.2,31 517.4,31 517.5,31 517.6,30.9 517.7,30.9 517.9,30.9 518,30.9 518.1,30.9 518.3,30.8 518.4,30.8 518.5,30.8 518.6,30.8 518.8,30.8 518.9,30.8 519,30.7 519.2,30.7 519.3,30.7 519.4,30.7 519.5,30.7 519.7,30.6 519.8,30.6 519.9,30.6 520,30.6 520.2,30.6 520.3,30.6 520.4,30.5 520.6,30.5 520.7,30.5 520.8,30.5 520.9,30.5 521.1,30.5 521.2,30.4 521.3,30.4 521.5,30.4 521.6,30.4 521.7,30.4 521.8,30.3 522,30.3 522.1,30.3 522.2,30.3 522.3,30.3 522.5,30.3 522.6,30.2 522.7,30.2 522.9,30.2 523,30.2 523.1,30.2 523.2,30.1 523.4,30.1 523.5,30.1 523.6,30.1 523.8,30.1 523.9,30.1 524,30 524.1,30 524.3,30 524.4,30 524.5,30 524.6,29.9 524.8,29.9 524.9,29.9 525,29.9 525.2,29.9 525.3,29.9 525.4,29.8 525.5,29.8 525.7,29.8 525.8,29.8 525.9,29.8 526,29.8 526.2,29.7 526.3,29.7 526.4,29.7 526.6,29.7 526.7,29.7 526.8,29.6 526.9,29.6 527.1,29.6 527.2,29.6 527.3,29.6 527.5,29.6 527.6,29.5 527.7,29.5 527.8,29.5 528,29.5 528.1,29.5 528.2,29.4 528.3,29.4 528.5,29.4 528.6,29.4 528.7,29.4 528.9,29.4 529,29.3 529.1,29.3 529.2,29.3 529.4,29.3 529.5,29.3 529.6,29.2 529.8,29.2 529.9,29.2 530,29.2 530.1,29.2 530.3,29.2 530.4,29.1 530.5,29.1 530.6,29.1 530.8,29.1 530.9,29.1 531,29.1 531.2,29 531.3,29 531.4,29 531.5,29 531.7,29 531.8,28.9 531.9,28.9 532.1,28.9 532.2,28.9 532.3,28.9 532.4,28.9 532.6,28.8 532.7,28.8 532.8,28.8 532.9,28.8 533.1,28.8 533.2,28.7 533.3,28.7 533.5,28.7 533.6,28.7 533.7,28.7 533.8,28.7 534,28.6 534.1,28.6 534.2,28.6 534.4,28.6 534.5,28.6 534.6,28.6 534.7,28.5 534.9,28.5 535,28.5 535.1,28.5 535.2,28.5 535.4,28.4 535.5,28.4 535.6,28.4 535.8,28.4 535.9,28.4 536,28.4 536.1,28.3 536.3,28.3 536.4,28.3 536.5,28.3 536.7,28.3 536.8,28.2 536.9,28.2 537,28.2 537.2,28.2 537.3,28.2 537.4,28.2 537.5,28.1 537.7,28.1 537.8,28.1 537.9,28.1 538.1,28.1 538.2,28 538.3,28 538.4,28 538.6,28 538.7,28 538.8,28 538.9,27.9 539.1,27.9 539.2,27.9 539.3,27.9 539.5,27.9 539.6,27.9 539.7,27.8 539.8,27.8 540,27.8 540.1,27.8 540.2,27.8 540.4,27.7 540.5,27.7 540.6,27.7 540.7,27.7 540.9,27.7 541,27.7 541.1,27.6 541.2,27.6 541.4,27.6 541.5,27.6 541.6,27.6 541.8,27.5 541.9,27.5 542,27.5 542.1,27.5 542.3,27.5 542.4,27.5 542.5,27.4 542.7,27.4 542.8,27.4 542.9,27.4 543,27.4 543.2,27.4 543.3,27.3 543.4,27.3 543.5,27.3 543.7,27.3 543.8,27.3 543.9,27.2 544.1,27.2 544.2,27.2 544.3,27.2 544.4,27.2 544.6,27.2 544.7,27.1 544.8,27.1 545,27.1 545.1,27.1 545.2,27.1 545.3,27 545.5,27 545.6,27 545.7,27 545.8,27 546,27 546.1,26.9 546.2,26.9 546.4,26.9 546.5,26.9 546.6,26.9 546.7,26.8 546.9,26.8 547,26.8 547.1,26.8 547.3,26.8 547.4,26.8 547.5,26.7 547.6,26.7 547.8,26.7 547.9,26.7 548,26.7 548.1,26.7 548.3,26.6 548.4,26.6 548.5,26.6 548.7,26.6 548.8,26.6 548.9,26.5 549,26.5 549.2,26.5 549.3,26.5 549.4,26.5 549.5,26.5 549.7,26.4 549.8,26.4 549.9,26.4 550.1,26.4 550.2,26.4 550.3,26.3 550.4,26.3 550.6,26.3 550.7,26.3 550.8,26.3 551,26.3 551.1,26.2 551.2,26.2 551.3,26.2 551.5,26.2 551.6,26.2 551.7,26.1 551.8,26.1 552,26.1 552.1,26.1 552.2,26.1 552.4,26.1 552.5,26 552.6,26 552.7,26 552.9,26 553,26 553.1,26 553.3,25.9 553.4,25.9 553.5,25.9 553.6,25.9 553.8,25.9 553.9,25.8 554,25.8 554.1,25.8 554.3,25.8 554.4,25.8 554.5,25.8 554.7,25.7 554.8,25.7 554.9,25.7 555,25.7 555.2,25.7 555.3,25.6 555.4,25.6 555.6,25.6 555.7,25.6 555.8,25.6 555.9,25.6 556.1,25.5 556.2,25.5 556.3,25.5 556.4,25.5 556.6,25.5 556.7,25.5 556.8,25.4 557,25.4 557.1,25.4 557.2,25.4 557.3,25.4 557.5,25.3 557.6,25.3 557.7,25.3 557.9,25.3 558,25.3 558.1,25.3 558.2,25.2 558.4,25.2 558.5,25.2 558.6,25.2 558.7,25.2 558.9,25.1 559,25.1 559.1,25.1 559.3,25.1 559.4,25.1 559.5,25.1 559.6,25 559.8,25 559.9,25 560,25 560.2,25 560.3,24.9 560.4,24.9 560.5,24.9 560.7,24.9 560.8,24.9 560.9,24.9 561,24.8 561.2,24.8 561.3,24.8 561.4,24.8 561.6,24.8 561.7,24.8 561.8,24.7 561.9,24.7 562.1,24.7 562.2,24.7 562.3,24.7 562.4,24.6 562.6,24.6 562.7,24.6 562.8,24.6 563,24.6 563.1,24.6 563.2,24.5 563.3,24.5 563.5,24.5 563.6,24.5 563.7,24.5 563.9,24.4 564,24.4 564.1,24.4 564.2,24.4 564.4,24.4 564.5,24.4 564.6,24.3 564.7,24.3 564.9,24.3 565,24.3 565.1,24.3 565.3,24.2 565.4,24.2 565.5,24.2 565.6,24.2 565.8,24.2 565.9,24.2 566,24.1 566.2,24.1 566.3,24.1 566.4,24.1 566.5,24.1 566.7,24.1 566.8,24 566.9,24 567,24 567.2,24 567.3,24 567.4,23.9 567.6,23.9 567.7,23.9 567.8,23.9 567.9,23.9 568.1,23.9 568.2,23.8 568.3,23.8 568.5,23.8 568.6,23.8 568.7,23.8 568.8,23.7 569,23.7 569.1,23.7 569.2,23.7 569.3,23.7 569.5,23.7 569.6,23.6 569.7,23.6 569.9,23.6 570,23.6 570.1,23.6 570.2,23.6 570.4,23.5 570.5,23.5 570.6,23.5 570.8,23.5 570.9,23.5 571,23.4 571.1,23.4 571.3,23.4 571.4,23.4 571.5,23.4 571.6,23.4 571.8,23.3 571.9,23.3 572,23.3 572.2,23.3 572.3,23.3 572.4,23.2 572.5,23.2 572.7,23.2 572.8,23.2 572.9,23.2 573,23.2 573.2,23.1 573.3,23.1 573.4,23.1 573.6,23.1 573.7,23.1 573.8,23 573.9,23 574.1,23 574.2,23 574.3,23 574.5,23 574.6,22.9 574.7,22.9 574.8,22.9 575,22.9 575.1,22.9 575.2,22.9 575.3,22.8 575.5,22.8 575.6,22.8 575.7,22.8 575.9,22.8 576,22.7 576.1,22.7 576.2,22.7 576.4,22.7 576.5,22.7 576.6,22.7 576.8,22.6 576.9,22.6 577,22.6 577.1,22.6 577.3,22.6 577.4,22.5 577.5,22.5 577.6,22.5 577.8,22.5 577.9,22.5 578,22.5 578.2,22.4 578.3,22.4 578.4,22.4 578.5,22.4 578.7,22.4 578.8,22.3 578.9,22.3 579.1,22.3 579.2,22.3 579.3,22.3 579.4,22.3 579.6,22.2 579.7,22.2 579.8,22.2 579.9,22.2 580.1,22.2 580.2,22.2 580.3,22.1 580.5,22.1 580.6,22.1 580.7,22.1 580.8,22.1 581,22 581.1,22 581.2,22 581.4,22 581.5,22 581.6,22 581.7,21.9 581.9,21.9 582,21.9 582.1,21.9 582.2,21.9 582.4,21.8 582.5,21.8 582.6,21.8 582.8,21.8 582.9,21.8 583,21.8 583.1,21.7 583.3,21.7 583.4,21.7 583.5,21.7 583.7,21.7 583.8,21.7 583.9,21.6 584,21.6 584.2,21.6 584.3,21.6 584.4,21.6 584.5,21.5 584.7,21.5 584.8,21.5 584.9,21.5 585.1,21.5 585.2,21.5 585.3,21.4 585.4,21.4 585.6,21.4 585.7,21.4 585.8,21.4 585.9,21.3 586.1,21.3 586.2,21.3 586.3,21.3 586.5,21.3 586.6,21.3 586.7,21.2 586.8,21.2 587,21.2 587.1,21.2 587.2,21.2 587.4,21.1 587.5,21.1 587.6,21.1 587.7,21.1 587.9,21.1 588,21.1 588.1,21 588.2,21 588.4,21 588.5,21 588.6,21 588.8,21 588.9,20.9 589,20.9 589.1,20.9 589.3,20.9 589.4,20.9 589.5,20.8 589.7,20.8 589.8,20.8 589.9,20.8 590,20.8 590.2,20.8 590.3,20.7 590.4,20.7 590.5,20.7 590.7,20.7 590.8,20.7 590.9,20.6 591.1,20.6 591.2,20.6 591.3,20.6 591.4,20.6 591.6,20.6 591.7,20.5 591.8,20.5 592,20.5 592.1,20.5 592.2,20.5 592.3,20.4 592.5,20.4 592.6,20.4 592.7,20.4 592.8,20.4 593,20.4 593.1,20.3 593.2,20.3 593.4,20.3 593.5,20.3 593.6,20.3 593.7,20.3 593.9,20.2 594,20.2 594.1,20.2 594.3,20.2 594.4,20.2 594.5,20.1 594.6,20.1 594.8,20.1 594.9,20.1 595,20.1 595.1,20.1 595.3,20 595.4,20 595.5,20 595.7,20 595.8,20 595.9,19.9 596,19.9 596.2,19.9 596.3,19.9 596.4,19.9 596.5,19.9 596.7,19.8 596.8,19.8 596.9,19.8 597.1,19.8 597.2,19.8 597.3,19.8 597.4,19.7 597.6,19.7 597.7,19.7 597.8,19.7 598,19.7 598.1,19.6 598.2,19.6 598.3,19.6 598.5,19.6 598.6,19.6 598.7,19.6 598.8,19.5 599,19.5 599.1,19.5 599.2,19.5 599.4,19.5 599.5,19.4 599.6,19.4 599.7,19.4 599.9,19.4 600,19.4 600.1,19.4 600.3,19.3 600.4,19.3 600.5,19.3 600.6,19.3 600.8,19.3 600.9,19.2 601,19.2 601.1,19.2 601.3,19.2 601.4,19.2 601.5,19.2 601.7,19.1 601.8,19.1 601.9,19.1 602,19.1 602.2,19.1 602.3,19.1 602.4,19 602.6,19 602.7,19 602.8,19 602.9,19 603.1,18.9 603.2,18.9 603.3,18.9 603.4,18.9 603.6,18.9 603.7,18.9 603.8,18.8 604,18.8 604.1,18.8 604.2,18.8 604.3,18.8 604.5,18.7 604.6,18.7 604.7,18.7 604.9,18.7 605,18.7 605.1,18.7 605.2,18.6 605.4,18.6 605.5,18.6 605.6,18.6 605.7,18.6 605.9,18.5 606,18.5 606.1,18.5 606.3,18.5 606.4,18.5 606.5,18.5 606.6,18.4 606.8,18.4 606.9,18.4 607,18.4 607.2,18.4 607.3,18.4 607.4,18.3 607.5,18.3 607.7,18.3 607.8,18.3 607.9,18.3 608,18.2 608.2,18.2 608.3,18.2 608.4,18.2 608.6,18.2 608.7,18.2 608.8,18.1 608.9,18.1 609.1,18.1 609.2,18.1 609.3,18.1 609.4,18 609.6,18 609.7,18 609.8,18 610,18 610.1,18 610.2,17.9 610.3,17.9 610.5,17.9 610.6,17.9 610.7,17.9 610.9,17.9 611,17.8 611.1,17.8 611.2,17.8 611.4,17.8 611.5,17.8 611.6,17.7 611.7,17.7 611.9,17.7 612,17.7 612.1,17.7 612.3,17.7 612.4,17.6 612.5,17.6 612.6,17.6 612.8,17.6 612.9,17.6 613,17.5 613.2,17.5 613.3,17.5 613.4,17.5 613.5,17.5 613.7,17.5 613.8,17.4 613.9,17.4 614,17.4 614.2,17.4 614.3,17.4 614.4,17.3 614.6,17.3 614.7,17.3 614.8,17.3 614.9,17.3 615.1,17.3 615.2,17.2 615.3,17.2 615.5,17.2 615.6,17.2 615.7,17.2 615.8,17.2 616,17.1 616.1,17.1 616.2,17.1 616.3,17.1 616.5,17.1 616.6,17 616.7,17 616.9,17 617,17 617.1,17 617.2,17 617.4,16.9 617.5,16.9 617.6,16.9 617.8,16.9 617.9,16.9 618,16.8 618.1,16.8 618.3,16.8 618.4,16.8 618.5,16.8 618.6,16.8 618.8,16.7 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,45.1406)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,45.1406)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,45.1406)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,45.1406)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,45.1406)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,45.1406)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>Perfect Balance, 3000 cals</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,420.309,45.1406)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#009e73" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="evenodd" d="M571.5,40.5 L604.5,40.5"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#009e73" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,417.1 59.5,417.1 59.6,417.1 59.8,417.1 59.9,417 60,417 60.1,417 60.3,417 60.4,417 60.5,416.9 60.6,416.9 60.8,416.9 60.9,416.9 61,416.9 61.2,416.9 61.3,416.8 61.4,416.8 61.5,416.8 61.7,416.8 61.8,416.8 61.9,416.8 62.1,416.7 62.2,416.7 62.3,416.7 62.4,416.7 62.6,416.7 62.7,416.6 62.8,416.6 62.9,416.6 63.1,416.6 63.2,416.6 63.3,416.6 63.5,416.5 63.6,416.5 63.7,416.5 63.8,416.5 64,416.5 64.1,416.4 64.2,416.4 64.4,416.4 64.5,416.4 64.6,416.4 64.7,416.4 64.9,416.3 65,416.3 65.1,416.3 65.2,416.3 65.4,416.3 65.5,416.3 65.6,416.2 65.8,416.2 65.9,416.2 66,416.2 66.1,416.2 66.3,416.1 66.4,416.1 66.5,416.1 66.7,416.1 66.8,416.1 66.9,416.1 67,416 67.2,416 67.3,416 67.4,416 67.5,416 67.7,415.9 67.8,415.9 67.9,415.9 68.1,415.9 68.2,415.9 68.3,415.9 68.4,415.8 68.6,415.8 68.7,415.8 68.8,415.8 69,415.8 69.1,415.7 69.2,415.7 69.3,415.7 69.5,415.7 69.6,415.7 69.7,415.7 69.8,415.6 70,415.6 70.1,415.6 70.2,415.6 70.4,415.6 70.5,415.6 70.6,415.5 70.7,415.5 70.9,415.5 71,415.5 71.1,415.5 71.2,415.4 71.4,415.4 71.5,415.4 71.6,415.4 71.8,415.4 71.9,415.4 72,415.3 72.1,415.3 72.3,415.3 72.4,415.3 72.5,415.3 72.7,415.2 72.8,415.2 72.9,415.2 73,415.2 73.2,415.2 73.3,415.2 73.4,415.1 73.5,415.1 73.7,415.1 73.8,415.1 73.9,415.1 74.1,415.1 74.2,415 74.3,415 74.4,415 74.6,415 74.7,415 74.8,414.9 75,414.9 75.1,414.9 75.2,414.9 75.3,414.9 75.5,414.9 75.6,414.8 75.7,414.8 75.8,414.8 76,414.8 76.1,414.8 76.2,414.7 76.4,414.7 76.5,414.7 76.6,414.7 76.7,414.7 76.9,414.7 77,414.6 77.1,414.6 77.3,414.6 77.4,414.6 77.5,414.6 77.6,414.5 77.8,414.5 77.9,414.5 78,414.5 78.1,414.5 78.3,414.5 78.4,414.4 78.5,414.4 78.7,414.4 78.8,414.4 78.9,414.4 79,414.4 79.2,414.3 79.3,414.3 79.4,414.3 79.6,414.3 79.7,414.3 79.8,414.2 79.9,414.2 80.1,414.2 80.2,414.2 80.3,414.2 80.4,414.2 80.6,414.1 80.7,414.1 80.8,414.1 81,414.1 81.1,414.1 81.2,414 81.3,414 81.5,414 81.6,414 81.7,414 81.9,414 82,413.9 82.1,413.9 82.2,413.9 82.4,413.9 82.5,413.9 82.6,413.8 82.7,413.8 82.9,413.8 83,413.8 83.1,413.8 83.3,413.8 83.4,413.7 83.5,413.7 83.6,413.7 83.8,413.7 83.9,413.7 84,413.7 84.1,413.6 84.3,413.6 84.4,413.6 84.5,413.6 84.7,413.6 84.8,413.5 84.9,413.5 85,413.5 85.2,413.5 85.3,413.5 85.4,413.5 85.6,413.4 85.7,413.4 85.8,413.4 85.9,413.4 86.1,413.4 86.2,413.3 86.3,413.3 86.4,413.3 86.6,413.3 86.7,413.3 86.8,413.3 87,413.2 87.1,413.2 87.2,413.2 87.3,413.2 87.5,413.2 87.6,413.2 87.7,413.1 87.9,413.1 88,413.1 88.1,413.1 88.2,413.1 88.4,413 88.5,413 88.6,413 88.7,413 88.9,413 89,413 89.1,412.9 89.3,412.9 89.4,412.9 89.5,412.9 89.6,412.9 89.8,412.8 89.9,412.8 90,412.8 90.2,412.8 90.3,412.8 90.4,412.8 90.5,412.7 90.7,412.7 90.8,412.7 90.9,412.7 91,412.7 91.2,412.6 91.3,412.6 91.4,412.6 91.6,412.6 91.7,412.6 91.8,412.6 91.9,412.5 92.1,412.5 92.2,412.5 92.3,412.5 92.5,412.5 92.6,412.5 92.7,412.4 92.8,412.4 93,412.4 93.1,412.4 93.2,412.4 93.3,412.3 93.5,412.3 93.6,412.3 93.7,412.3 93.9,412.3 94,412.3 94.1,412.2 94.2,412.2 94.4,412.2 94.5,412.2 94.6,412.2 94.7,412.1 94.9,412.1 95,412.1 95.1,412.1 95.3,412.1 95.4,412.1 95.5,412 95.6,412 95.8,412 95.9,412 96,412 96.2,411.9 96.3,411.9 96.4,411.9 96.5,411.9 96.7,411.9 96.8,411.9 96.9,411.8 97,411.8 97.2,411.8 97.3,411.8 97.4,411.8 97.6,411.8 97.7,411.7 97.8,411.7 97.9,411.7 98.1,411.7 98.2,411.7 98.3,411.6 98.5,411.6 98.6,411.6 98.7,411.6 98.8,411.6 99,411.6 99.1,411.5 99.2,411.5 99.3,411.5 99.5,411.5 99.6,411.5 99.7,411.4 99.9,411.4 100,411.4 100.1,411.4 100.2,411.4 100.4,411.4 100.5,411.3 100.6,411.3 100.8,411.3 100.9,411.3 101,411.3 101.1,411.3 101.3,411.2 101.4,411.2 101.5,411.2 101.6,411.2 101.8,411.2 101.9,411.1 102,411.1 102.2,411.1 102.3,411.1 102.4,411.1 102.5,411.1 102.7,411 102.8,411 102.9,411 103.1,411 103.2,411 103.3,410.9 103.4,410.9 103.6,410.9 103.7,410.9 103.8,410.9 103.9,410.9 104.1,410.8 104.2,410.8 104.3,410.8 104.5,410.8 104.6,410.8 104.7,410.7 104.8,410.7 105,410.7 105.1,410.7 105.2,410.7 105.4,410.7 105.5,410.6 105.6,410.6 105.7,410.6 105.9,410.6 106,410.6 106.1,410.6 106.2,410.5 106.4,410.5 106.5,410.5 106.6,410.5 106.8,410.5 106.9,410.4 107,410.4 107.1,410.4 107.3,410.4 107.4,410.4 107.5,410.4 107.6,410.3 107.8,410.3 107.9,410.3 108,410.3 108.2,410.3 108.3,410.2 108.4,410.2 108.5,410.2 108.7,410.2 108.8,410.2 108.9,410.2 109.1,410.1 109.2,410.1 109.3,410.1 109.4,410.1 109.6,410.1 109.7,410 109.8,410 109.9,410 110.1,410 110.2,410 110.3,410 110.5,409.9 110.6,409.9 110.7,409.9 110.8,409.9 111,409.9 111.1,409.9 111.2,409.8 111.4,409.8 111.5,409.8 111.6,409.8 111.7,409.8 111.9,409.7 112,409.7 112.1,409.7 112.2,409.7 112.4,409.7 112.5,409.7 112.6,409.6 112.8,409.6 112.9,409.6 113,409.6 113.1,409.6 113.3,409.5 113.4,409.5 113.5,409.5 113.7,409.5 113.8,409.5 113.9,409.5 114,409.4 114.2,409.4 114.3,409.4 114.4,409.4 114.5,409.4 114.7,409.4 114.8,409.3 114.9,409.3 115.1,409.3 115.2,409.3 115.3,409.3 115.4,409.2 115.6,409.2 115.7,409.2 115.8,409.2 116,409.2 116.1,409.2 116.2,409.1 116.3,409.1 116.5,409.1 116.6,409.1 116.7,409.1 116.8,409 117,409 117.1,409 117.2,409 117.4,409 117.5,409 117.6,408.9 117.7,408.9 117.9,408.9 118,408.9 118.1,408.9 118.2,408.8 118.4,408.8 118.5,408.8 118.6,408.8 118.8,408.8 118.9,408.8 119,408.7 119.1,408.7 119.3,408.7 119.4,408.7 119.5,408.7 119.7,408.7 119.8,408.6 119.9,408.6 120,408.6 120.2,408.6 120.3,408.6 120.4,408.5 120.5,408.5 120.7,408.5 120.8,408.5 120.9,408.5 121.1,408.5 121.2,408.4 121.3,408.4 121.4,408.4 121.6,408.4 121.7,408.4 121.8,408.3 122,408.3 122.1,408.3 122.2,408.3 122.3,408.3 122.5,408.3 122.6,408.2 122.7,408.2 122.8,408.2 123,408.2 123.1,408.2 123.2,408.1 123.4,408.1 123.5,408.1 123.6,408.1 123.7,408.1 123.9,408.1 124,408 124.1,408 124.3,408 124.4,408 124.5,408 124.6,408 124.8,407.9 124.9,407.9 125,407.9 125.1,407.9 125.3,407.9 125.4,407.8 125.5,407.8 125.7,407.8 125.8,407.8 125.9,407.8 126,407.8 126.2,407.7 126.3,407.7 126.4,407.7 126.6,407.7 126.7,407.7 126.8,407.6 126.9,407.6 127.1,407.6 127.2,407.6 127.3,407.6 127.4,407.6 127.6,407.5 127.7,407.5 127.8,407.5 128,407.5 128.1,407.5 128.2,407.5 128.3,407.4 128.5,407.4 128.6,407.4 128.7,407.4 128.9,407.4 129,407.3 129.1,407.3 129.2,407.3 129.4,407.3 129.5,407.3 129.6,407.3 129.7,407.2 129.9,407.2 130,407.2 130.1,407.2 130.3,407.2 130.4,407.1 130.5,407.1 130.6,407.1 130.8,407.1 130.9,407.1 131,407.1 131.1,407 131.3,407 131.4,407 131.5,407 131.7,407 131.8,406.9 131.9,406.9 132,406.9 132.2,406.9 132.3,406.9 132.4,406.9 132.6,406.8 132.7,406.8 132.8,406.8 132.9,406.8 133.1,406.8 133.2,406.8 133.3,406.7 133.4,406.7 133.6,406.7 133.7,406.7 133.8,406.7 134,406.6 134.1,406.6 134.2,406.6 134.3,406.6 134.5,406.6 134.6,406.6 134.7,406.5 134.9,406.5 135,406.5 135.1,406.5 135.2,406.5 135.4,406.4 135.5,406.4 135.6,406.4 135.7,406.4 135.9,406.4 136,406.4 136.1,406.3 136.3,406.3 136.4,406.3 136.5,406.3 136.6,406.3 136.8,406.2 136.9,406.2 137,406.2 137.2,406.2 137.3,406.2 137.4,406.2 137.5,406.1 137.7,406.1 137.8,406.1 137.9,406.1 138,406.1 138.2,406.1 138.3,406 138.4,406 138.6,406 138.7,406 138.8,406 138.9,405.9 139.1,405.9 139.2,405.9 139.3,405.9 139.5,405.9 139.6,405.9 139.7,405.8 139.8,405.8 140,405.8 140.1,405.8 140.2,405.8 140.3,405.7 140.5,405.7 140.6,405.7 140.7,405.7 140.9,405.7 141,405.7 141.1,405.6 141.2,405.6 141.4,405.6 141.5,405.6 141.6,405.6 141.7,405.6 141.9,405.5 142,405.5 142.1,405.5 142.3,405.5 142.4,405.5 142.5,405.4 142.6,405.4 142.8,405.4 142.9,405.4 143,405.4 143.2,405.4 143.3,405.3 143.4,405.3 143.5,405.3 143.7,405.3 143.8,405.3 143.9,405.2 144,405.2 144.2,405.2 144.3,405.2 144.4,405.2 144.6,405.2 144.7,405.1 144.8,405.1 144.9,405.1 145.1,405.1 145.2,405.1 145.3,405 145.5,405 145.6,405 145.7,405 145.8,405 146,405 146.1,404.9 146.2,404.9 146.3,404.9 146.5,404.9 146.6,404.9 146.7,404.9 146.9,404.8 147,404.8 147.1,404.8 147.2,404.8 147.4,404.8 147.5,404.7 147.6,404.7 147.8,404.7 147.9,404.7 148,404.7 148.1,404.7 148.3,404.6 148.4,404.6 148.5,404.6 148.6,404.6 148.8,404.6 148.9,404.5 149,404.5 149.2,404.5 149.3,404.5 149.4,404.5 149.5,404.5 149.7,404.4 149.8,404.4 149.9,404.4 150.1,404.4 150.2,404.4 150.3,404.3 150.4,404.3 150.6,404.3 150.7,404.3 150.8,404.3 150.9,404.3 151.1,404.2 151.2,404.2 151.3,404.2 151.5,404.2 151.6,404.2 151.7,404.2 151.8,404.1 152,404.1 152.1,404.1 152.2,404.1 152.4,404.1 152.5,404 152.6,404 152.7,404 152.9,404 153,404 153.1,404 153.2,403.9 153.4,403.9 153.5,403.9 153.6,403.9 153.8,403.9 153.9,403.8 154,403.8 154.1,403.8 154.3,403.8 154.4,403.8 154.5,403.8 154.6,403.7 154.8,403.7 154.9,403.7 155,403.7 155.2,403.7 155.3,403.7 155.4,403.6 155.5,403.6 155.7,403.6 155.8,403.6 155.9,403.6 156.1,403.5 156.2,403.5 156.3,403.5 156.4,403.5 156.6,403.5 156.7,403.5 156.8,403.4 156.9,403.4 157.1,403.4 157.2,403.4 157.3,403.4 157.5,403.3 157.6,403.3 157.7,403.3 157.8,403.3 158,403.3 158.1,403.3 158.2,403.2 158.4,403.2 158.5,403.2 158.6,403.2 158.7,403.2 158.9,403.1 159,403.1 159.1,403.1 159.2,403.1 159.4,403.1 159.5,403.1 159.6,403 159.8,403 159.9,403 160,403 160.1,403 160.3,403 160.4,402.9 160.5,402.9 160.7,402.9 160.8,402.9 160.9,402.9 161,402.8 161.2,402.8 161.3,402.8 161.4,402.8 161.5,402.8 161.7,402.8 161.8,402.7 161.9,402.7 162.1,402.7 162.2,402.7 162.3,402.7 162.4,402.6 162.6,402.6 162.7,402.6 162.8,402.6 163,402.6 163.1,402.6 163.2,402.5 163.3,402.5 163.5,402.5 163.6,402.5 163.7,402.5 163.8,402.5 164,402.4 164.1,402.4 164.2,402.4 164.4,402.4 164.5,402.4 164.6,402.3 164.7,402.3 164.9,402.3 165,402.3 165.1,402.3 165.2,402.3 165.4,402.2 165.5,402.2 165.6,402.2 165.8,402.2 165.9,402.2 166,402.1 166.1,402.1 166.3,402.1 166.4,402.1 166.5,402.1 166.7,402.1 166.8,402 166.9,402 167,402 167.2,402 167.3,402 167.4,401.9 167.5,401.9 167.7,401.9 167.8,401.9 167.9,401.9 168.1,401.9 168.2,401.8 168.3,401.8 168.4,401.8 168.6,401.8 168.7,401.8 168.8,401.8 169,401.7 169.1,401.7 169.2,401.7 169.3,401.7 169.5,401.7 169.6,401.6 169.7,401.6 169.8,401.6 170,401.6 170.1,401.6 170.2,401.6 170.4,401.5 170.5,401.5 170.6,401.5 170.7,401.5 170.9,401.5 171,401.4 171.1,401.4 171.3,401.4 171.4,401.4 171.5,401.4 171.6,401.4 171.8,401.3 171.9,401.3 172,401.3 172.1,401.3 172.3,401.3 172.4,401.2 172.5,401.2 172.7,401.2 172.8,401.2 172.9,401.2 173,401.2 173.2,401.1 173.3,401.1 173.4,401.1 173.6,401.1 173.7,401.1 173.8,401.1 173.9,401 174.1,401 174.2,401 174.3,401 174.4,401 174.6,400.9 174.7,400.9 174.8,400.9 175,400.9 175.1,400.9 175.2,400.9 175.3,400.8 175.5,400.8 175.6,400.8 175.7,400.8 175.9,400.8 176,400.7 176.1,400.7 176.2,400.7 176.4,400.7 176.5,400.7 176.6,400.7 176.7,400.6 176.9,400.6 177,400.6 177.1,400.6 177.3,400.6 177.4,400.6 177.5,400.5 177.6,400.5 177.8,400.5 177.9,400.5 178,400.5 178.1,400.4 178.3,400.4 178.4,400.4 178.5,400.4 178.7,400.4 178.8,400.4 178.9,400.3 179,400.3 179.2,400.3 179.3,400.3 179.4,400.3 179.6,400.2 179.7,400.2 179.8,400.2 179.9,400.2 180.1,400.2 180.2,400.2 180.3,400.1 180.4,400.1 180.6,400.1 180.7,400.1 180.8,400.1 181,400 181.1,400 181.2,400 181.3,400 181.5,400 181.6,400 181.7,399.9 181.9,399.9 182,399.9 182.1,399.9 182.2,399.9 182.4,399.9 182.5,399.8 182.6,399.8 182.7,399.8 182.9,399.8 183,399.8 183.1,399.7 183.3,399.7 183.4,399.7 183.5,399.7 183.6,399.7 183.8,399.7 183.9,399.6 184,399.6 184.2,399.6 184.3,399.6 184.4,399.6 184.5,399.5 184.7,399.5 184.8,399.5 184.9,399.5 185,399.5 185.2,399.5 185.3,399.4 185.4,399.4 185.6,399.4 185.7,399.4 185.8,399.4 185.9,399.3 186.1,399.3 186.2,399.3 186.3,399.3 186.5,399.3 186.6,399.3 186.7,399.2 186.8,399.2 187,399.2 187.1,399.2 187.2,399.2 187.3,399.2 187.5,399.1 187.6,399.1 187.7,399.1 187.9,399.1 188,399.1 188.1,399 188.2,399 188.4,399 188.5,399 188.6,399 188.7,399 188.9,398.9 189,398.9 189.1,398.9 189.3,398.9 189.4,398.9 189.5,398.8 189.6,398.8 189.8,398.8 189.9,398.8 190,398.8 190.2,398.8 190.3,398.7 190.4,398.7 190.5,398.7 190.7,398.7 190.8,398.7 190.9,398.7 191,398.6 191.2,398.6 191.3,398.6 191.4,398.6 191.6,398.6 191.7,398.5 191.8,398.5 191.9,398.5 192.1,398.5 192.2,398.5 192.3,398.5 192.5,398.4 192.6,398.4 192.7,398.4 192.8,398.4 193,398.4 193.1,398.3 193.2,398.3 193.3,398.3 193.5,398.3 193.6,398.3 193.7,398.3 193.9,398.2 194,398.2 194.1,398.2 194.2,398.2 194.4,398.2 194.5,398.1 194.6,398.1 194.8,398.1 194.9,398.1 195,398.1 195.1,398.1 195.3,398 195.4,398 195.5,398 195.6,398 195.8,398 195.9,398 196,397.9 196.2,397.9 196.3,397.9 196.4,397.9 196.5,397.9 196.7,397.8 196.8,397.8 196.9,397.8 197.1,397.8 197.2,397.8 197.3,397.8 197.4,397.7 197.6,397.7 197.7,397.7 197.8,397.7 197.9,397.7 198.1,397.6 198.2,397.6 198.3,397.6 198.5,397.6 198.6,397.6 198.7,397.6 198.8,397.5 199,397.5 199.1,397.5 199.2,397.5 199.4,397.5 199.5,397.4 199.6,397.4 199.7,397.4 199.9,397.4 200,397.4 200.1,397.4 200.2,397.3 200.4,397.3 200.5,397.3 200.6,397.3 200.8,397.3 200.9,397.3 201,397.2 201.1,397.2 201.3,397.2 201.4,397.2 201.5,397.2 201.6,397.1 201.8,397.1 201.9,397.1 202,397.1 202.2,397.1 202.3,397.1 202.4,397 202.5,397 202.7,397 202.8,397 202.9,397 203.1,396.9 203.2,396.9 203.3,396.9 203.4,396.9 203.6,396.9 203.7,396.9 203.8,396.8 203.9,396.8 204.1,396.8 204.2,396.8 204.3,396.8 204.5,396.8 204.6,396.7 204.7,396.7 204.8,396.7 205,396.7 205.1,396.7 205.2,396.6 205.4,396.6 205.5,396.6 205.6,396.6 205.7,396.6 205.9,396.6 206,396.5 206.1,396.5 206.2,396.5 206.4,396.5 206.5,396.5 206.6,396.4 206.8,396.4 206.9,396.4 207,396.4 207.1,396.4 207.3,396.4 207.4,396.3 207.5,396.3 207.7,396.3 207.8,396.3 207.9,396.3 208,396.2 208.2,396.2 208.3,396.2 208.4,396.2 208.5,396.2 208.7,396.2 208.8,396.1 208.9,396.1 209.1,396.1 209.2,396.1 209.3,396.1 209.4,396.1 209.6,396 209.7,396 209.8,396 210,396 210.1,396 210.2,395.9 210.3,395.9 210.5,395.9 210.6,395.9 210.7,395.9 210.8,395.9 211,395.8 211.1,395.8 211.2,395.8 211.4,395.8 211.5,395.8 211.6,395.7 211.7,395.7 211.9,395.7 212,395.7 212.1,395.7 212.2,395.7 212.4,395.6 212.5,395.6 212.6,395.6 212.8,395.6 212.9,395.6 213,395.5 213.1,395.5 213.3,395.5 213.4,395.5 213.5,395.5 213.7,395.5 213.8,395.4 213.9,395.4 214,395.4 214.2,395.4 214.3,395.4 214.4,395.4 214.5,395.3 214.7,395.3 214.8,395.3 214.9,395.3 215.1,395.3 215.2,395.2 215.3,395.2 215.4,395.2 215.6,395.2 215.7,395.2 215.8,395.2 216,395.1 216.1,395.1 216.2,395.1 216.3,395.1 216.5,395.1 216.6,395 216.7,395 216.8,395 217,395 217.1,395 217.2,395 217.4,394.9 217.5,394.9 217.6,394.9 217.7,394.9 217.9,394.9 218,394.9 218.1,394.8 218.3,394.8 218.4,394.8 218.5,394.8 218.6,394.8 218.8,394.7 218.9,394.7 219,394.7 219.1,394.7 219.3,394.7 219.4,394.7 219.5,394.6 219.7,394.6 219.8,394.6 219.9,394.6 220,394.6 220.2,394.5 220.3,394.5 220.4,394.5 220.6,394.5 220.7,394.5 220.8,394.5 220.9,394.4 221.1,394.4 221.2,394.4 221.3,394.4 221.4,394.4 221.6,394.3 221.7,394.3 221.8,394.3 222,394.3 222.1,394.3 222.2,394.3 222.3,394.2 222.5,394.2 222.6,394.2 222.7,394.2 222.8,394.2 223,394.2 223.1,394.1 223.2,394.1 223.4,394.1 223.5,394.1 223.6,394.1 223.7,394 223.9,394 224,394 224.1,394 224.3,394 224.4,394 224.5,393.9 224.6,393.9 224.8,393.9 224.9,393.9 225,393.9 225.1,393.8 225.3,393.8 225.4,393.8 225.5,393.8 225.7,393.8 225.8,393.8 225.9,393.7 226,393.7 226.2,393.7 226.3,393.7 226.4,393.7 226.6,393.6 226.7,393.6 226.8,393.6 226.9,393.6 227.1,393.6 227.2,393.6 227.3,393.5 227.4,393.5 227.6,393.5 227.7,393.5 227.8,393.5 228,393.5 228.1,393.4 228.2,393.4 228.3,393.4 228.5,393.4 228.6,393.4 228.7,393.3 228.9,393.3 229,393.3 229.1,393.3 229.2,393.3 229.4,393.3 229.5,393.2 229.6,393.2 229.7,393.2 229.9,393.2 230,393.2 230.1,393.1 230.3,393.1 230.4,393.1 230.5,393.1 230.6,393.1 230.8,393.1 230.9,393 231,393 231.2,393 231.3,393 231.4,393 231.5,393 231.7,392.9 231.8,392.9 231.9,392.9 232,392.9 232.2,392.9 232.3,392.8 232.4,392.8 232.6,392.8 232.7,392.8 232.8,392.8 232.9,392.8 233.1,392.7 233.2,392.7 233.3,392.7 233.5,392.7 233.6,392.7 233.7,392.6 233.8,392.6 234,392.6 234.1,392.6 234.2,392.6 234.3,392.6 234.5,392.5 234.6,392.5 234.7,392.5 234.9,392.5 235,392.5 235.1,392.4 235.2,392.4 235.4,392.4 235.5,392.4 235.6,392.4 235.7,392.4 235.9,392.3 236,392.3 236.1,392.3 236.3,392.3 236.4,392.3 236.5,392.3 236.6,392.2 236.8,392.2 236.9,392.2 237,392.2 237.2,392.2 237.3,392.1 237.4,392.1 237.5,392.1 237.7,392.1 237.8,392.1 237.9,392.1 238,392 238.2,392 238.3,392 238.4,392 238.6,392 238.7,391.9 238.8,391.9 238.9,391.9 239.1,391.9 239.2,391.9 239.3,391.9 239.5,391.8 239.6,391.8 239.7,391.8 239.8,391.8 240,391.8 240.1,391.8 240.2,391.7 240.3,391.7 240.5,391.7 240.6,391.7 240.7,391.7 240.9,391.6 241,391.6 241.1,391.6 241.2,391.6 241.4,391.6 241.5,391.6 241.6,391.5 241.8,391.5 241.9,391.5 242,391.5 242.1,391.5 242.3,391.4 242.4,391.4 242.5,391.4 242.6,391.4 242.8,391.4 242.9,391.4 243,391.3 243.2,391.3 243.3,391.3 243.4,391.3 243.5,391.3 243.7,391.2 243.8,391.2 243.9,391.2 244.1,391.2 244.2,391.2 244.3,391.2 244.4,391.1 244.6,391.1 244.7,391.1 244.8,391.1 244.9,391.1 245.1,391.1 245.2,391 245.3,391 245.5,391 245.6,391 245.7,391 245.8,390.9 246,390.9 246.1,390.9 246.2,390.9 246.3,390.9 246.5,390.9 246.6,390.8 246.7,390.8 246.9,390.8 247,390.8 247.1,390.8 247.2,390.7 247.4,390.7 247.5,390.7 247.6,390.7 247.8,390.7 247.9,390.7 248,390.6 248.1,390.6 248.3,390.6 248.4,390.6 248.5,390.6 248.6,390.5 248.8,390.5 248.9,390.5 249,390.5 249.2,390.5 249.3,390.5 249.4,390.4 249.5,390.4 249.7,390.4 249.8,390.4 249.9,390.4 250.1,390.4 250.2,390.3 250.3,390.3 250.4,390.3 250.6,390.3 250.7,390.3 250.8,390.2 250.9,390.2 251.1,390.2 251.2,390.2 251.3,390.2 251.5,390.2 251.6,390.1 251.7,390.1 251.8,390.1 252,390.1 252.1,390.1 252.2,390 252.4,390 252.5,390 252.6,390 252.7,390 252.9,390 253,389.9 253.1,389.9 253.2,389.9 253.4,389.9 253.5,389.9 253.6,389.9 253.8,389.8 253.9,389.8 254,389.8 254.1,389.8 254.3,389.8 254.4,389.7 254.5,389.7 254.7,389.7 254.8,389.7 254.9,389.7 255,389.7 255.2,389.6 255.3,389.6 255.4,389.6 255.5,389.6 255.7,389.6 255.8,389.5 255.9,389.5 256.1,389.5 256.2,389.5 256.3,389.5 256.4,389.5 256.6,389.4 256.7,389.4 256.8,389.4 257,389.4 257.1,389.4 257.2,389.3 257.3,389.3 257.5,389.3 257.6,389.3 257.7,389.3 257.8,389.3 258,389.2 258.1,389.2 258.2,389.2 258.4,389.2 258.5,389.2 258.6,389.2 258.7,389.1 258.9,389.1 259,389.1 259.1,389.1 259.2,389.1 259.4,389 259.5,389 259.6,389 259.8,389 259.9,389 260,389 260.1,388.9 260.3,388.9 260.4,388.9 260.5,388.9 260.7,388.9 260.8,388.8 260.9,388.8 261,388.8 261.2,388.8 261.3,388.8 261.4,388.8 261.5,388.7 261.7,388.7 261.8,388.7 261.9,388.7 262.1,388.7 262.2,388.6 262.3,388.6 262.4,388.6 262.6,388.6 262.7,388.6 262.8,388.6 263,388.5 263.1,388.5 263.2,388.5 263.3,388.5 263.5,388.5 263.6,388.5 263.7,388.4 263.8,388.4 264,388.4 264.1,388.4 264.2,388.4 264.4,388.3 264.5,388.3 264.6,388.3 264.7,388.3 264.9,388.3 265,388.3 265.1,388.2 265.3,388.2 265.4,388.2 265.5,388.2 265.6,388.2 265.8,388.1 265.9,388.1 266,388.1 266.1,388.1 266.3,388.1 266.4,388.1 266.5,388 266.7,388 266.8,388 266.9,388 267,388 267.2,388 267.3,387.9 267.4,387.9 267.6,387.9 267.7,387.9 267.8,387.9 267.9,387.8 268.1,387.8 268.2,387.8 268.3,387.8 268.4,387.8 268.6,387.8 268.7,387.7 268.8,387.7 269,387.7 269.1,387.7 269.2,387.7 269.3,387.6 269.5,387.6 269.6,387.6 269.7,387.6 269.8,387.6 270,387.6 270.1,387.5 270.2,387.5 270.4,387.5 270.5,387.5 270.6,387.5 270.7,387.4 270.9,387.4 271,387.4 271.1,387.4 271.3,387.4 271.4,387.4 271.5,387.3 271.6,387.3 271.8,387.3 271.9,387.3 272,387.3 272.1,387.3 272.3,387.2 272.4,387.2 272.5,387.2 272.7,387.2 272.8,387.2 272.9,387.1 273,387.1 273.2,387.1 273.3,387.1 273.4,387.1 273.6,387.1 273.7,387 273.8,387 273.9,387 274.1,387 274.2,387 274.3,386.9 274.4,386.9 274.6,386.9 274.7,386.9 274.8,386.9 275,386.9 275.1,386.8 275.2,386.8 275.3,386.8 275.5,386.8 275.6,386.8 275.7,386.7 275.9,386.7 276,386.7 276.1,386.7 276.2,386.7 276.4,386.7 276.5,386.6 276.6,386.6 276.7,386.6 276.9,386.6 277,386.6 277.1,386.6 277.3,386.5 277.4,386.5 277.5,386.5 277.6,386.5 277.8,386.5 277.9,386.4 278,386.4 278.2,386.4 278.3,386.4 278.4,386.4 278.5,386.4 278.7,386.3 278.8,386.3 278.9,386.3 279,386.3 279.2,386.3 279.3,386.2 279.4,386.2 279.6,386.2 279.7,386.2 279.8,386.2 279.9,386.2 280.1,386.1 280.2,386.1 280.3,386.1 280.5,386.1 280.6,386.1 280.7,386.1 280.8,386 281,386 281.1,386 281.2,386 281.3,386 281.5,385.9 281.6,385.9 281.7,385.9 281.9,385.9 282,385.9 282.1,385.9 282.2,385.8 282.4,385.8 282.5,385.8 282.6,385.8 282.7,385.8 282.9,385.7 283,385.7 283.1,385.7 283.3,385.7 283.4,385.7 283.5,385.7 283.6,385.6 283.8,385.6 283.9,385.6 284,385.6 284.2,385.6 284.3,385.5 284.4,385.5 284.5,385.5 284.7,385.5 284.8,385.5 284.9,385.5 285,385.4 285.2,385.4 285.3,385.4 285.4,385.4 285.6,385.4 285.7,385.4 285.8,385.3 285.9,385.3 286.1,385.3 286.2,385.3 286.3,385.3 286.5,385.2 286.6,385.2 286.7,385.2 286.8,385.2 287,385.2 287.1,385.2 287.2,385.1 287.3,385.1 287.5,385.1 287.6,385.1 287.7,385.1 287.9,385 288,385 288.1,385 288.2,385 288.4,385 288.5,385 288.6,384.9 288.8,384.9 288.9,384.9 289,384.9 289.1,384.9 289.3,384.8 289.4,384.8 289.5,384.8 289.6,384.8 289.8,384.8 289.9,384.8 290,384.7 290.2,384.7 290.3,384.7 290.4,384.7 290.5,384.7 290.7,384.7 290.8,384.6 290.9,384.6 291.1,384.6 291.2,384.6 291.3,384.6 291.4,384.5 291.6,384.5 291.7,384.5 291.8,384.5 291.9,384.5 292.1,384.5 292.2,384.4 292.3,384.4 292.5,384.4 292.6,384.4 292.7,384.4 292.8,384.3 293,384.3 293.1,384.3 293.2,384.3 293.3,384.3 293.5,384.3 293.6,384.2 293.7,384.2 293.9,384.2 294,384.2 294.1,384.2 294.2,384.2 294.4,384.1 294.5,384.1 294.6,384.1 294.8,384.1 294.9,384.1 295,384 295.1,384 295.3,384 295.4,384 295.5,384 295.6,384 295.8,383.9 295.9,383.9 296,383.9 296.2,383.9 296.3,383.9 296.4,383.8 296.5,383.8 296.7,383.8 296.8,383.8 296.9,383.8 297.1,383.8 297.2,383.7 297.3,383.7 297.4,383.7 297.6,383.7 297.7,383.7 297.8,383.6 297.9,383.6 298.1,383.6 298.2,383.6 298.3,383.6 298.5,383.6 298.6,383.5 298.7,383.5 298.8,383.5 299,383.5 299.1,383.5 299.2,383.5 299.4,383.4 299.5,383.4 299.6,383.4 299.7,383.4 299.9,383.4 300,383.3 300.1,383.3 300.2,383.3 300.4,383.3 300.5,383.3 300.6,383.3 300.8,383.2 300.9,383.2 301,383.2 301.1,383.2 301.3,383.2 301.4,383.1 301.5,383.1 301.7,383.1 301.8,383.1 301.9,383.1 302,383.1 302.2,383 302.3,383 302.4,383 302.5,383 302.7,383 302.8,382.9 302.9,382.9 303.1,382.9 303.2,382.9 303.3,382.9 303.4,382.9 303.6,382.8 303.7,382.8 303.8,382.8 304,382.8 304.1,382.8 304.2,382.8 304.3,382.7 304.5,382.7 304.6,382.7 304.7,382.7 304.8,382.7 305,382.6 305.1,382.6 305.2,382.6 305.4,382.6 305.5,382.6 305.6,382.6 305.7,382.5 305.9,382.5 306,382.5 306.1,382.5 306.2,382.5 306.4,382.4 306.5,382.4 306.6,382.4 306.8,382.4 306.9,382.4 307,382.4 307.1,382.3 307.3,382.3 307.4,382.3 307.5,382.3 307.7,382.3 307.8,382.3 307.9,382.2 308,382.2 308.2,382.2 308.3,382.2 308.4,382.2 308.5,382.1 308.7,382.1 308.8,382.1 308.9,382.1 309.1,382.1 309.2,382.1 309.3,382 309.4,382 309.6,382 309.7,382 309.8,382 310,381.9 310.1,381.9 310.2,381.9 310.3,381.9 310.5,381.9 310.6,381.9 310.7,381.8 310.8,381.8 311,381.8 311.1,381.8 311.2,381.8 311.4,381.7 311.5,381.7 311.6,381.7 311.7,381.7 311.9,381.7 312,381.7 312.1,381.6 312.3,381.6 312.4,381.6 312.5,381.6 312.6,381.6 312.8,381.6 312.9,381.5 313,381.5 313.1,381.5 313.3,381.5 313.4,381.5 313.5,381.4 313.7,381.4 313.8,381.4 313.9,381.4 314,381.4 314.2,381.4 314.3,381.3 314.4,381.3 314.6,381.3 314.7,381.3 314.8,381.3 314.9,381.2 315.1,381.2 315.2,381.2 315.3,381.2 315.4,381.2 315.6,381.2 315.7,381.1 315.8,381.1 316,381.1 316.1,381.1 316.2,381.1 316.3,381 316.5,381 316.6,381 316.7,381 316.8,381 317,381 317.1,380.9 317.2,380.9 317.4,380.9 317.5,380.9 317.6,380.9 317.7,380.9 317.9,380.8 318,380.8 318.1,380.8 318.3,380.8 318.4,380.8 318.5,380.7 318.6,380.7 318.8,380.7 318.9,380.7 319,380.7 319.1,380.7 319.3,380.6 319.4,380.6 319.5,380.6 319.7,380.6 319.8,380.6 319.9,380.5 320,380.5 320.2,380.5 320.3,380.5 320.4,380.5 320.6,380.5 320.7,380.4 320.8,380.4 320.9,380.4 321.1,380.4 321.2,380.4 321.3,380.4 321.4,380.3 321.6,380.3 321.7,380.3 321.8,380.3 322,380.3 322.1,380.2 322.2,380.2 322.3,380.2 322.5,380.2 322.6,380.2 322.7,380.2 322.9,380.1 323,380.1 323.1,380.1 323.2,380.1 323.4,380.1 323.5,380 323.6,380 323.7,380 323.9,380 324,380 324.1,380 324.3,379.9 324.4,379.9 324.5,379.9 324.6,379.9 324.8,379.9 324.9,379.8 325,379.8 325.2,379.8 325.3,379.8 325.4,379.8 325.5,379.8 325.7,379.7 325.8,379.7 325.9,379.7 326,379.7 326.2,379.7 326.3,379.7 326.4,379.6 326.6,379.6 326.7,379.6 326.8,379.6 326.9,379.6 327.1,379.5 327.2,379.5 327.3,379.5 327.5,379.5 327.6,379.5 327.7,379.5 327.8,379.4 328,379.4 328.1,379.4 328.2,379.4 328.3,379.4 328.5,379.3 328.6,379.3 328.7,379.3 328.9,379.3 329,379.3 329.1,379.3 329.2,379.2 329.4,379.2 329.5,379.2 329.6,379.2 329.7,379.2 329.9,379.1 330,379.1 330.1,379.1 330.3,379.1 330.4,379.1 330.5,379.1 330.6,379 330.8,379 330.9,379 331,379 331.2,379 331.3,379 331.4,378.9 331.5,378.9 331.7,378.9 331.8,378.9 331.9,378.9 332,378.8 332.2,378.8 332.3,378.8 332.4,378.8 332.6,378.8 332.7,378.8 332.8,378.7 332.9,378.7 333.1,378.7 333.2,378.7 333.3,378.7 333.5,378.6 333.6,378.6 333.7,378.6 333.8,378.6 334,378.6 334.1,378.6 334.2,378.5 334.3,378.5 334.5,378.5 334.6,378.5 334.7,378.5 334.9,378.5 335,378.4 335.1,378.4 335.2,378.4 335.4,378.4 335.5,378.4 335.6,378.3 335.8,378.3 335.9,378.3 336,378.3 336.1,378.3 336.3,378.3 336.4,378.2 336.5,378.2 336.6,378.2 336.8,378.2 336.9,378.2 337,378.1 337.2,378.1 337.3,378.1 337.4,378.1 337.5,378.1 337.7,378.1 337.8,378 337.9,378 338.1,378 338.2,378 338.3,378 338.4,377.9 338.6,377.9 338.7,377.9 338.8,377.9 338.9,377.9 339.1,377.9 339.2,377.8 339.3,377.8 339.5,377.8 339.6,377.8 339.7,377.8 339.8,377.8 340,377.7 340.1,377.7 340.2,377.7 340.3,377.7 340.5,377.7 340.6,377.6 340.7,377.6 340.9,377.6 341,377.6 341.1,377.6 341.2,377.6 341.4,377.5 341.5,377.5 341.6,377.5 341.8,377.5 341.9,377.5 342,377.4 342.1,377.4 342.3,377.4 342.4,377.4 342.5,377.4 342.6,377.4 342.8,377.3 342.9,377.3 343,377.3 343.2,377.3 343.3,377.3 343.4,377.3 343.5,377.2 343.7,377.2 343.8,377.2 343.9,377.2 344.1,377.2 344.2,377.1 344.3,377.1 344.4,377.1 344.6,377.1 344.7,377.1 344.8,377.1 344.9,377 345.1,377 345.2,377 345.3,377 345.5,377 345.6,376.9 345.7,376.9 345.8,376.9 346,376.9 346.1,376.9 346.2,376.9 346.4,376.8 346.5,376.8 346.6,376.8 346.7,376.8 346.9,376.8 347,376.7 347.1,376.7 347.2,376.7 347.4,376.7 347.5,376.7 347.6,376.7 347.8,376.6 347.9,376.6 348,376.6 348.1,376.6 348.3,376.6 348.4,376.6 348.5,376.5 348.7,376.5 348.8,376.5 348.9,376.5 349,376.5 349.2,376.4 349.3,376.4 349.4,376.4 349.5,376.4 349.7,376.4 349.8,376.4 349.9,376.3 350.1,376.3 350.2,376.3 350.3,376.3 350.4,376.3 350.6,376.2 350.7,376.2 350.8,376.2 350.9,376.2 351.1,376.2 351.2,376.2 351.3,376.1 351.5,376.1 351.6,376.1 351.7,376.1 351.8,376.1 352,376 352.1,376 352.2,376 352.4,376 352.5,376 352.6,376 352.7,375.9 352.9,375.9 353,375.9 353.1,375.9 353.2,375.9 353.4,375.9 353.5,375.8 353.6,375.8 353.8,375.8 353.9,375.8 354,375.8 354.1,375.7 354.3,375.7 354.4,375.7 354.5,375.7 354.7,375.7 354.8,375.7 354.9,375.6 355,375.6 355.2,375.6 355.3,375.6 355.4,375.6 355.5,375.5 355.7,375.5 355.8,375.5 355.9,375.5 356.1,375.5 356.2,375.5 356.3,375.4 356.4,375.4 356.6,375.4 356.7,375.4 356.8,375.4 357,375.4 357.1,375.3 357.2,375.3 357.3,375.3 357.5,375.3 357.6,375.3 357.7,375.2 357.8,375.2 358,375.2 358.1,375.2 358.2,375.2 358.4,375.2 358.5,375.1 358.6,375.1 358.7,375.1 358.9,375.1 359,375.1 359.1,375 359.3,375 359.4,375 359.5,375 359.6,375 359.8,375 359.9,374.9 360,374.9 360.1,374.9 360.3,374.9 360.4,374.9 360.5,374.8 360.7,374.8 360.8,374.8 360.9,374.8 361,374.8 361.2,374.8 361.3,374.7 361.4,374.7 361.6,374.7 361.7,374.7 361.8,374.7 361.9,374.7 362.1,374.6 362.2,374.6 362.3,374.6 362.4,374.6 362.6,374.6 362.7,374.5 362.8,374.5 363,374.5 363.1,374.5 363.2,374.5 363.3,374.5 363.5,374.4 363.6,374.4 363.7,374.4 363.8,374.4 364,374.4 364.1,374.3 364.2,374.3 364.4,374.3 364.5,374.3 364.6,374.3 364.7,374.3 364.9,374.2 365,374.2 365.1,374.2 365.3,374.2 365.4,374.2 365.5,374.1 365.6,374.1 365.8,374.1 365.9,374.1 366,374.1 366.1,374.1 366.3,374 366.4,374 366.5,374 366.7,374 366.8,374 366.9,374 367,373.9 367.2,373.9 367.3,373.9 367.4,373.9 367.6,373.9 367.7,373.8 367.8,373.8 367.9,373.8 368.1,373.8 368.2,373.8 368.3,373.8 368.4,373.7 368.6,373.7 368.7,373.7 368.8,373.7 369,373.7 369.1,373.6 369.2,373.6 369.3,373.6 369.5,373.6 369.6,373.6 369.7,373.6 369.9,373.5 370,373.5 370.1,373.5 370.2,373.5 370.4,373.5 370.5,373.5 370.6,373.4 370.7,373.4 370.9,373.4 371,373.4 371.1,373.4 371.3,373.3 371.4,373.3 371.5,373.3 371.6,373.3 371.8,373.3 371.9,373.3 372,373.2 372.2,373.2 372.3,373.2 372.4,373.2 372.5,373.2 372.7,373.1 372.8,373.1 372.9,373.1 373,373.1 373.2,373.1 373.3,373.1 373.4,373 373.6,373 373.7,373 373.8,373 373.9,373 374.1,372.9 374.2,372.9 374.3,372.9 374.4,372.9 374.6,372.9 374.7,372.9 374.8,372.8 375,372.8 375.1,372.8 375.2,372.8 375.3,372.8 375.5,372.8 375.6,372.7 375.7,372.7 375.9,372.7 376,372.7 376.1,372.7 376.2,372.6 376.4,372.6 376.5,372.6 376.6,372.6 376.7,372.6 376.9,372.6 377,372.5 377.1,372.5 377.3,372.5 377.4,372.5 377.5,372.5 377.6,372.4 377.8,372.4 377.9,372.4 378,372.4 378.2,372.4 378.3,372.4 378.4,372.3 378.5,372.3 378.7,372.3 378.8,372.3 378.9,372.3 379,372.2 379.2,372.2 379.3,372.2 379.4,372.2 379.6,372.2 379.7,372.2 379.8,372.1 379.9,372.1 380.1,372.1 380.2,372.1 380.3,372.1 380.5,372.1 380.6,372 380.7,372 380.8,372 381,372 381.1,372 381.2,371.9 381.3,371.9 381.5,371.9 381.6,371.9 381.7,371.9 381.9,371.9 382,371.8 382.1,371.8 382.2,371.8 382.4,371.8 382.5,371.8 382.6,371.7 382.8,371.7 382.9,371.7 383,371.7 383.1,371.7 383.3,371.7 383.4,371.6 383.5,371.6 383.6,371.6 383.8,371.6 383.9,371.6 384,371.6 384.2,371.5 384.3,371.5 384.4,371.5 384.5,371.5 384.7,371.5 384.8,371.4 384.9,371.4 385.1,371.4 385.2,371.4 385.3,371.4 385.4,371.4 385.6,371.3 385.7,371.3 385.8,371.3 385.9,371.3 386.1,371.3 386.2,371.2 386.3,371.2 386.5,371.2 386.6,371.2 386.7,371.2 386.8,371.2 387,371.1 387.1,371.1 387.2,371.1 387.3,371.1 387.5,371.1 387.6,371 387.7,371 387.9,371 388,371 388.1,371 388.2,371 388.4,370.9 388.5,370.9 388.6,370.9 388.8,370.9 388.9,370.9 389,370.9 389.1,370.8 389.3,370.8 389.4,370.8 389.5,370.8 389.6,370.8 389.8,370.7 389.9,370.7 390,370.7 390.2,370.7 390.3,370.7 390.4,370.7 390.5,370.6 390.7,370.6 390.8,370.6 390.9,370.6 391.1,370.6 391.2,370.5 391.3,370.5 391.4,370.5 391.6,370.5 391.7,370.5 391.8,370.5 391.9,370.4 392.1,370.4 392.2,370.4 392.3,370.4 392.5,370.4 392.6,370.3 392.7,370.3 392.8,370.3 393,370.3 393.1,370.3 393.2,370.3 393.4,370.2 393.5,370.2 393.6,370.2 393.7,370.2 393.9,370.2 394,370.2 394.1,370.1 394.2,370.1 394.4,370.1 394.5,370.1 394.6,370.1 394.8,370 394.9,370 395,370 395.1,370 395.3,370 395.4,370 395.5,369.9 395.7,369.9 395.8,369.9 395.9,369.9 396,369.9 396.2,369.8 396.3,369.8 396.4,369.8 396.5,369.8 396.7,369.8 396.8,369.8 396.9,369.7 397.1,369.7 397.2,369.7 397.3,369.7 397.4,369.7 397.6,369.7 397.7,369.6 397.8,369.6 397.9,369.6 398.1,369.6 398.2,369.6 398.3,369.5 398.5,369.5 398.6,369.5 398.7,369.5 398.8,369.5 399,369.5 399.1,369.4 399.2,369.4 399.4,369.4 399.5,369.4 399.6,369.4 399.7,369.3 399.9,369.3 400,369.3 400.1,369.3 400.2,369.3 400.4,369.3 400.5,369.2 400.6,369.2 400.8,369.2 400.9,369.2 401,369.2 401.1,369.1 401.3,369.1 401.4,369.1 401.5,369.1 401.7,369.1 401.8,369.1 401.9,369 402,369 402.2,369 402.3,369 402.4,369 402.5,369 402.7,368.9 402.8,368.9 402.9,368.9 403.1,368.9 403.2,368.9 403.3,368.8 403.4,368.8 403.6,368.8 403.7,368.8 403.8,368.8 404,368.8 404.1,368.7 404.2,368.7 404.3,368.7 404.5,368.7 404.6,368.7 404.7,368.6 404.8,368.6 405,368.6 405.1,368.6 405.2,368.6 405.4,368.6 405.5,368.5 405.6,368.5 405.7,368.5 405.9,368.5 406,368.5 406.1,368.4 406.3,368.4 406.4,368.4 406.5,368.4 406.6,368.4 406.8,368.4 406.9,368.3 407,368.3 407.1,368.3 407.3,368.3 407.4,368.3 407.5,368.3 407.7,368.2 407.8,368.2 407.9,368.2 408,368.2 408.2,368.2 408.3,368.1 408.4,368.1 408.6,368.1 408.7,368.1 408.8,368.1 408.9,368.1 409.1,368 409.2,368 409.3,368 409.4,368 409.6,368 409.7,367.9 409.8,367.9 410,367.9 410.1,367.9 410.2,367.9 410.3,367.9 410.5,367.8 410.6,367.8 410.7,367.8 410.8,367.8 411,367.8 411.1,367.8 411.2,367.7 411.4,367.7 411.5,367.7 411.6,367.7 411.7,367.7 411.9,367.6 412,367.6 412.1,367.6 412.3,367.6 412.4,367.6 412.5,367.6 412.6,367.5 412.8,367.5 412.9,367.5 413,367.5 413.1,367.5 413.3,367.4 413.4,367.4 413.5,367.4 413.7,367.4 413.8,367.4 413.9,367.4 414,367.3 414.2,367.3 414.3,367.3 414.4,367.3 414.6,367.3 414.7,367.2 414.8,367.2 414.9,367.2 415.1,367.2 415.2,367.2 415.3,367.2 415.4,367.1 415.6,367.1 415.7,367.1 415.8,367.1 416,367.1 416.1,367.1 416.2,367 416.3,367 416.5,367 416.6,367 416.7,367 416.9,366.9 417,366.9 417.1,366.9 417.2,366.9 417.4,366.9 417.5,366.9 417.6,366.8 417.7,366.8 417.9,366.8 418,366.8 418.1,366.8 418.3,366.7 418.4,366.7 418.5,366.7 418.6,366.7 418.8,366.7 418.9,366.7 419,366.6 419.2,366.6 419.3,366.6 419.4,366.6 419.5,366.6 419.7,366.6 419.8,366.5 419.9,366.5 420,366.5 420.2,366.5 420.3,366.5 420.4,366.4 420.6,366.4 420.7,366.4 420.8,366.4 420.9,366.4 421.1,366.4 421.2,366.3 421.3,366.3 421.4,366.3 421.6,366.3 421.7,366.3 421.8,366.2 422,366.2 422.1,366.2 422.2,366.2 422.3,366.2 422.5,366.2 422.6,366.1 422.7,366.1 422.9,366.1 423,366.1 423.1,366.1 423.2,366 423.4,366 423.5,366 423.6,366 423.7,366 423.9,366 424,365.9 424.1,365.9 424.3,365.9 424.4,365.9 424.5,365.9 424.6,365.9 424.8,365.8 424.9,365.8 425,365.8 425.2,365.8 425.3,365.8 425.4,365.7 425.5,365.7 425.7,365.7 425.8,365.7 425.9,365.7 426,365.7 426.2,365.6 426.3,365.6 426.4,365.6 426.6,365.6 426.7,365.6 426.8,365.5 426.9,365.5 427.1,365.5 427.2,365.5 427.3,365.5 427.5,365.5 427.6,365.4 427.7,365.4 427.8,365.4 428,365.4 428.1,365.4 428.2,365.3 428.3,365.3 428.5,365.3 428.6,365.3 428.7,365.3 428.9,365.3 429,365.2 429.1,365.2 429.2,365.2 429.4,365.2 429.5,365.2 429.6,365.2 429.8,365.1 429.9,365.1 430,365.1 430.1,365.1 430.3,365.1 430.4,365 430.5,365 430.6,365 430.8,365 430.9,365 431,365 431.2,364.9 431.3,364.9 431.4,364.9 431.5,364.9 431.7,364.9 431.8,364.8 431.9,364.8 432.1,364.8 432.2,364.8 432.3,364.8 432.4,364.8 432.6,364.7 432.7,364.7 432.8,364.7 432.9,364.7 433.1,364.7 433.2,364.7 433.3,364.6 433.5,364.6 433.6,364.6 433.7,364.6 433.8,364.6 434,364.5 434.1,364.5 434.2,364.5 434.3,364.5 434.5,364.5 434.6,364.5 434.7,364.4 434.9,364.4 435,364.4 435.1,364.4 435.2,364.4 435.4,364.3 435.5,364.3 435.6,364.3 435.8,364.3 435.9,364.3 436,364.3 436.1,364.2 436.3,364.2 436.4,364.2 436.5,364.2 436.6,364.2 436.8,364.1 436.9,364.1 437,364.1 437.2,364.1 437.3,364.1 437.4,364.1 437.5,364 437.7,364 437.8,364 437.9,364 438.1,364 438.2,364 438.3,363.9 438.4,363.9 438.6,363.9 438.7,363.9 438.8,363.9 438.9,363.8 439.1,363.8 439.2,363.8 439.3,363.8 439.5,363.8 439.6,363.8 439.7,363.7 439.8,363.7 440,363.7 440.1,363.7 440.2,363.7 440.4,363.6 440.5,363.6 440.6,363.6 440.7,363.6 440.9,363.6 441,363.6 441.1,363.5 441.2,363.5 441.4,363.5 441.5,363.5 441.6,363.5 441.8,363.4 441.9,363.4 442,363.4 442.1,363.4 442.3,363.4 442.4,363.4 442.5,363.3 442.7,363.3 442.8,363.3 442.9,363.3 443,363.3 443.2,363.3 443.3,363.2 443.4,363.2 443.5,363.2 443.7,363.2 443.8,363.2 443.9,363.1 444.1,363.1 444.2,363.1 444.3,363.1 444.4,363.1 444.6,363.1 444.7,363 444.8,363 444.9,363 445.1,363 445.2,363 445.3,362.9 445.5,362.9 445.6,362.9 445.7,362.9 445.8,362.9 446,362.9 446.1,362.8 446.2,362.8 446.4,362.8 446.5,362.8 446.6,362.8 446.7,362.8 446.9,362.7 447,362.7 447.1,362.7 447.2,362.7 447.4,362.7 447.5,362.6 447.6,362.6 447.8,362.6 447.9,362.6 448,362.6 448.1,362.6 448.3,362.5 448.4,362.5 448.5,362.5 448.7,362.5 448.8,362.5 448.9,362.4 449,362.4 449.2,362.4 449.3,362.4 449.4,362.4 449.5,362.4 449.7,362.3 449.8,362.3 449.9,362.3 450.1,362.3 450.2,362.3 450.3,362.2 450.4,362.2 450.6,362.2 450.7,362.2 450.8,362.2 451,362.2 451.1,362.1 451.2,362.1 451.3,362.1 451.5,362.1 451.6,362.1 451.7,362.1 451.8,362 452,362 452.1,362 452.2,362 452.4,362 452.5,361.9 452.6,361.9 452.7,361.9 452.9,361.9 453,361.9 453.1,361.9 453.3,361.8 453.4,361.8 453.5,361.8 453.6,361.8 453.8,361.8 453.9,361.7 454,361.7 454.1,361.7 454.3,361.7 454.4,361.7 454.5,361.7 454.7,361.6 454.8,361.6 454.9,361.6 455,361.6 455.2,361.6 455.3,361.5 455.4,361.5 455.6,361.5 455.7,361.5 455.8,361.5 455.9,361.5 456.1,361.4 456.2,361.4 456.3,361.4 456.4,361.4 456.6,361.4 456.7,361.4 456.8,361.3 457,361.3 457.1,361.3 457.2,361.3 457.3,361.3 457.5,361.2 457.6,361.2 457.7,361.2 457.8,361.2 458,361.2 458.1,361.2 458.2,361.1 458.4,361.1 458.5,361.1 458.6,361.1 458.7,361.1 458.9,361 459,361 459.1,361 459.3,361 459.4,361 459.5,361 459.6,360.9 459.8,360.9 459.9,360.9 460,360.9 460.1,360.9 460.3,360.9 460.4,360.8 460.5,360.8 460.7,360.8 460.8,360.8 460.9,360.8 461,360.7 461.2,360.7 461.3,360.7 461.4,360.7 461.6,360.7 461.7,360.7 461.8,360.6 461.9,360.6 462.1,360.6 462.2,360.6 462.3,360.6 462.4,360.5 462.6,360.5 462.7,360.5 462.8,360.5 463,360.5 463.1,360.5 463.2,360.4 463.3,360.4 463.5,360.4 463.6,360.4 463.7,360.4 463.9,360.3 464,360.3 464.1,360.3 464.2,360.3 464.4,360.3 464.5,360.3 464.6,360.2 464.7,360.2 464.9,360.2 465,360.2 465.1,360.2 465.3,360.2 465.4,360.1 465.5,360.1 465.6,360.1 465.8,360.1 465.9,360.1 466,360 466.2,360 466.3,360 466.4,360 466.5,360 466.7,360 466.8,359.9 466.9,359.9 467,359.9 467.2,359.9 467.3,359.9 467.4,359.8 467.6,359.8 467.7,359.8 467.8,359.8 467.9,359.8 468.1,359.8 468.2,359.7 468.3,359.7 468.4,359.7 468.6,359.7 468.7,359.7 468.8,359.6 469,359.6 469.1,359.6 469.2,359.6 469.3,359.6 469.5,359.6 469.6,359.5 469.7,359.5 469.9,359.5 470,359.5 470.1,359.5 470.2,359.5 470.4,359.4 470.5,359.4 470.6,359.4 470.7,359.4 470.9,359.4 471,359.3 471.1,359.3 471.3,359.3 471.4,359.3 471.5,359.3 471.6,359.3 471.8,359.2 471.9,359.2 472,359.2 472.2,359.2 472.3,359.2 472.4,359.1 472.5,359.1 472.7,359.1 472.8,359.1 472.9,359.1 473,359.1 473.2,359 473.3,359 473.4,359 473.6,359 473.7,359 473.8,359 473.9,358.9 474.1,358.9 474.2,358.9 474.3,358.9 474.5,358.9 474.6,358.8 474.7,358.8 474.8,358.8 475,358.8 475.1,358.8 475.2,358.8 475.3,358.7 475.5,358.7 475.6,358.7 475.7,358.7 475.9,358.7 476,358.6 476.1,358.6 476.2,358.6 476.4,358.6 476.5,358.6 476.6,358.6 476.8,358.5 476.9,358.5 477,358.5 477.1,358.5 477.3,358.5 477.4,358.4 477.5,358.4 477.6,358.4 477.8,358.4 477.9,358.4 478,358.4 478.2,358.3 478.3,358.3 478.4,358.3 478.5,358.3 478.7,358.3 478.8,358.3 478.9,358.2 479.1,358.2 479.2,358.2 479.3,358.2 479.4,358.2 479.6,358.1 479.7,358.1 479.8,358.1 479.9,358.1 480.1,358.1 480.2,358.1 480.3,358 480.5,358 480.6,358 480.7,358 480.8,358 481,357.9 481.1,357.9 481.2,357.9 481.3,357.9 481.5,357.9 481.6,357.9 481.7,357.8 481.9,357.8 482,357.8 482.1,357.8 482.2,357.8 482.4,357.7 482.5,357.7 482.6,357.7 482.8,357.7 482.9,357.7 483,357.7 483.1,357.6 483.3,357.6 483.4,357.6 483.5,357.6 483.6,357.6 483.8,357.6 483.9,357.5 484,357.5 484.2,357.5 484.3,357.5 484.4,357.5 484.5,357.4 484.7,357.4 484.8,357.4 484.9,357.4 485.1,357.4 485.2,357.4 485.3,357.3 485.4,357.3 485.6,357.3 485.7,357.3 485.8,357.3 485.9,357.2 486.1,357.2 486.2,357.2 486.3,357.2 486.5,357.2 486.6,357.2 486.7,357.1 486.8,357.1 487,357.1 487.1,357.1 487.2,357.1 487.4,357.1 487.5,357 487.6,357 487.7,357 487.9,357 488,357 488.1,356.9 488.2,356.9 488.4,356.9 488.5,356.9 488.6,356.9 488.8,356.9 488.9,356.8 489,356.8 489.1,356.8 489.3,356.8 489.4,356.8 489.5,356.7 489.7,356.7 489.8,356.7 489.9,356.7 490,356.7 490.2,356.7 490.3,356.6 490.4,356.6 490.5,356.6 490.7,356.6 490.8,356.6 490.9,356.5 491.1,356.5 491.2,356.5 491.3,356.5 491.4,356.5 491.6,356.5 491.7,356.4 491.8,356.4 491.9,356.4 492.1,356.4 492.2,356.4 492.3,356.4 492.5,356.3 492.6,356.3 492.7,356.3 492.8,356.3 493,356.3 493.1,356.2 493.2,356.2 493.4,356.2 493.5,356.2 493.6,356.2 493.7,356.2 493.9,356.1 494,356.1 494.1,356.1 494.2,356.1 494.4,356.1 494.5,356 494.6,356 494.8,356 494.9,356 495,356 495.1,356 495.3,355.9 495.4,355.9 495.5,355.9 495.7,355.9 495.8,355.9 495.9,355.8 496,355.8 496.2,355.8 496.3,355.8 496.4,355.8 496.5,355.8 496.7,355.7 496.8,355.7 496.9,355.7 497.1,355.7 497.2,355.7 497.3,355.7 497.4,355.6 497.6,355.6 497.7,355.6 497.8,355.6 498,355.6 498.1,355.5 498.2,355.5 498.3,355.5 498.5,355.5 498.6,355.5 498.7,355.5 498.8,355.4 499,355.4 499.1,355.4 499.2,355.4 499.4,355.4 499.5,355.3 499.6,355.3 499.7,355.3 499.9,355.3 500,355.3 500.1,355.3 500.3,355.2 500.4,355.2 500.5,355.2 500.6,355.2 500.8,355.2 500.9,355.2 501,355.1 501.1,355.1 501.3,355.1 501.4,355.1 501.5,355.1 501.7,355 501.8,355 501.9,355 502,355 502.2,355 502.3,355 502.4,354.9 502.5,354.9 502.7,354.9 502.8,354.9 502.9,354.9 503.1,354.8 503.2,354.8 503.3,354.8 503.4,354.8 503.6,354.8 503.7,354.8 503.8,354.7 504,354.7 504.1,354.7 504.2,354.7 504.3,354.7 504.5,354.6 504.6,354.6 504.7,354.6 504.8,354.6 505,354.6 505.1,354.6 505.2,354.5 505.4,354.5 505.5,354.5 505.6,354.5 505.7,354.5 505.9,354.5 506,354.4 506.1,354.4 506.3,354.4 506.4,354.4 506.5,354.4 506.6,354.3 506.8,354.3 506.9,354.3 507,354.3 507.1,354.3 507.3,354.3 507.4,354.2 507.5,354.2 507.7,354.2 507.8,354.2 507.9,354.2 508,354.1 508.2,354.1 508.3,354.1 508.4,354.1 508.6,354.1 508.7,354.1 508.8,354 508.9,354 509.1,354 509.2,354 509.3,354 509.4,353.9 509.6,353.9 509.7,353.9 509.8,353.9 510,353.9 510.1,353.9 510.2,353.8 510.3,353.8 510.5,353.8 510.6,353.8 510.7,353.8 510.9,353.8 511,353.7 511.1,353.7 511.2,353.7 511.4,353.7 511.5,353.7 511.6,353.6 511.7,353.6 511.9,353.6 512,353.6 512.1,353.6 512.3,353.6 512.4,353.5 512.5,353.5 512.6,353.5 512.8,353.5 512.9,353.5 513,353.4 513.2,353.4 513.3,353.4 513.4,353.4 513.5,353.4 513.7,353.4 513.8,353.3 513.9,353.3 514,353.3 514.2,353.3 514.3,353.3 514.4,353.3 514.6,353.2 514.7,353.2 514.8,353.2 514.9,353.2 515.1,353.2 515.2,353.1 515.3,353.1 515.4,353.1 515.6,353.1 515.7,353.1 515.8,353.1 516,353 516.1,353 516.2,353 516.3,353 516.5,353 516.6,352.9 516.7,352.9 516.9,352.9 517,352.9 517.1,352.9 517.2,352.9 517.4,352.8 517.5,352.8 517.6,352.8 517.7,352.8 517.9,352.8 518,352.7 518.1,352.7 518.3,352.7 518.4,352.7 518.5,352.7 518.6,352.7 518.8,352.6 518.9,352.6 519,352.6 519.2,352.6 519.3,352.6 519.4,352.6 519.5,352.5 519.7,352.5 519.8,352.5 519.9,352.5 520,352.5 520.2,352.4 520.3,352.4 520.4,352.4 520.6,352.4 520.7,352.4 520.8,352.4 520.9,352.3 521.1,352.3 521.2,352.3 521.3,352.3 521.5,352.3 521.6,352.2 521.7,352.2 521.8,352.2 522,352.2 522.1,352.2 522.2,352.2 522.3,352.1 522.5,352.1 522.6,352.1 522.7,352.1 522.9,352.1 523,352.1 523.1,352 523.2,352 523.4,352 523.5,352 523.6,352 523.8,351.9 523.9,351.9 524,351.9 524.1,351.9 524.3,351.9 524.4,351.9 524.5,351.8 524.6,351.8 524.8,351.8 524.9,351.8 525,351.8 525.2,351.7 525.3,351.7 525.4,351.7 525.5,351.7 525.7,351.7 525.8,351.7 525.9,351.6 526,351.6 526.2,351.6 526.3,351.6 526.4,351.6 526.6,351.5 526.7,351.5 526.8,351.5 526.9,351.5 527.1,351.5 527.2,351.5 527.3,351.4 527.5,351.4 527.6,351.4 527.7,351.4 527.8,351.4 528,351.4 528.1,351.3 528.2,351.3 528.3,351.3 528.5,351.3 528.6,351.3 528.7,351.2 528.9,351.2 529,351.2 529.1,351.2 529.2,351.2 529.4,351.2 529.5,351.1 529.6,351.1 529.8,351.1 529.9,351.1 530,351.1 530.1,351 530.3,351 530.4,351 530.5,351 530.6,351 530.8,351 530.9,350.9 531,350.9 531.2,350.9 531.3,350.9 531.4,350.9 531.5,350.8 531.7,350.8 531.8,350.8 531.9,350.8 532.1,350.8 532.2,350.8 532.3,350.7 532.4,350.7 532.6,350.7 532.7,350.7 532.8,350.7 532.9,350.7 533.1,350.6 533.2,350.6 533.3,350.6 533.5,350.6 533.6,350.6 533.7,350.5 533.8,350.5 534,350.5 534.1,350.5 534.2,350.5 534.4,350.5 534.5,350.4 534.6,350.4 534.7,350.4 534.9,350.4 535,350.4 535.1,350.3 535.2,350.3 535.4,350.3 535.5,350.3 535.6,350.3 535.8,350.3 535.9,350.2 536,350.2 536.1,350.2 536.3,350.2 536.4,350.2 536.5,350.2 536.7,350.1 536.8,350.1 536.9,350.1 537,350.1 537.2,350.1 537.3,350 537.4,350 537.5,350 537.7,350 537.8,350 537.9,350 538.1,349.9 538.2,349.9 538.3,349.9 538.4,349.9 538.6,349.9 538.7,349.8 538.8,349.8 538.9,349.8 539.1,349.8 539.2,349.8 539.3,349.8 539.5,349.7 539.6,349.7 539.7,349.7 539.8,349.7 540,349.7 540.1,349.6 540.2,349.6 540.4,349.6 540.5,349.6 540.6,349.6 540.7,349.6 540.9,349.5 541,349.5 541.1,349.5 541.2,349.5 541.4,349.5 541.5,349.5 541.6,349.4 541.8,349.4 541.9,349.4 542,349.4 542.1,349.4 542.3,349.3 542.4,349.3 542.5,349.3 542.7,349.3 542.8,349.3 542.9,349.3 543,349.2 543.2,349.2 543.3,349.2 543.4,349.2 543.5,349.2 543.7,349.1 543.8,349.1 543.9,349.1 544.1,349.1 544.2,349.1 544.3,349.1 544.4,349 544.6,349 544.7,349 544.8,349 545,349 545.1,348.9 545.2,348.9 545.3,348.9 545.5,348.9 545.6,348.9 545.7,348.9 545.8,348.8 546,348.8 546.1,348.8 546.2,348.8 546.4,348.8 546.5,348.8 546.6,348.7 546.7,348.7 546.9,348.7 547,348.7 547.1,348.7 547.3,348.6 547.4,348.6 547.5,348.6 547.6,348.6 547.8,348.6 547.9,348.6 548,348.5 548.1,348.5 548.3,348.5 548.4,348.5 548.5,348.5 548.7,348.4 548.8,348.4 548.9,348.4 549,348.4 549.2,348.4 549.3,348.4 549.4,348.3 549.5,348.3 549.7,348.3 549.8,348.3 549.9,348.3 550.1,348.3 550.2,348.2 550.3,348.2 550.4,348.2 550.6,348.2 550.7,348.2 550.8,348.1 551,348.1 551.1,348.1 551.2,348.1 551.3,348.1 551.5,348.1 551.6,348 551.7,348 551.8,348 552,348 552.1,348 552.2,347.9 552.4,347.9 552.5,347.9 552.6,347.9 552.7,347.9 552.9,347.9 553,347.8 553.1,347.8 553.3,347.8 553.4,347.8 553.5,347.8 553.6,347.7 553.8,347.7 553.9,347.7 554,347.7 554.1,347.7 554.3,347.7 554.4,347.6 554.5,347.6 554.7,347.6 554.8,347.6 554.9,347.6 555,347.6 555.2,347.5 555.3,347.5 555.4,347.5 555.6,347.5 555.7,347.5 555.8,347.4 555.9,347.4 556.1,347.4 556.2,347.4 556.3,347.4 556.4,347.4 556.6,347.3 556.7,347.3 556.8,347.3 557,347.3 557.1,347.3 557.2,347.2 557.3,347.2 557.5,347.2 557.6,347.2 557.7,347.2 557.9,347.2 558,347.1 558.1,347.1 558.2,347.1 558.4,347.1 558.5,347.1 558.6,347 558.7,347 558.9,347 559,347 559.1,347 559.3,347 559.4,346.9 559.5,346.9 559.6,346.9 559.8,346.9 559.9,346.9 560,346.9 560.2,346.8 560.3,346.8 560.4,346.8 560.5,346.8 560.7,346.8 560.8,346.7 560.9,346.7 561,346.7 561.2,346.7 561.3,346.7 561.4,346.7 561.6,346.6 561.7,346.6 561.8,346.6 561.9,346.6 562.1,346.6 562.2,346.5 562.3,346.5 562.4,346.5 562.6,346.5 562.7,346.5 562.8,346.5 563,346.4 563.1,346.4 563.2,346.4 563.3,346.4 563.5,346.4 563.6,346.4 563.7,346.3 563.9,346.3 564,346.3 564.1,346.3 564.2,346.3 564.4,346.2 564.5,346.2 564.6,346.2 564.7,346.2 564.9,346.2 565,346.2 565.1,346.1 565.3,346.1 565.4,346.1 565.5,346.1 565.6,346.1 565.8,346 565.9,346 566,346 566.2,346 566.3,346 566.4,346 566.5,345.9 566.7,345.9 566.8,345.9 566.9,345.9 567,345.9 567.2,345.8 567.3,345.8 567.4,345.8 567.6,345.8 567.7,345.8 567.8,345.8 567.9,345.7 568.1,345.7 568.2,345.7 568.3,345.7 568.5,345.7 568.6,345.7 568.7,345.6 568.8,345.6 569,345.6 569.1,345.6 569.2,345.6 569.3,345.5 569.5,345.5 569.6,345.5 569.7,345.5 569.9,345.5 570,345.5 570.1,345.4 570.2,345.4 570.4,345.4 570.5,345.4 570.6,345.4 570.8,345.3 570.9,345.3 571,345.3 571.1,345.3 571.3,345.3 571.4,345.3 571.5,345.2 571.6,345.2 571.8,345.2 571.9,345.2 572,345.2 572.2,345.1 572.3,345.1 572.4,345.1 572.5,345.1 572.7,345.1 572.8,345.1 572.9,345 573,345 573.2,345 573.3,345 573.4,345 573.6,345 573.7,344.9 573.8,344.9 573.9,344.9 574.1,344.9 574.2,344.9 574.3,344.8 574.5,344.8 574.6,344.8 574.7,344.8 574.8,344.8 575,344.8 575.1,344.7 575.2,344.7 575.3,344.7 575.5,344.7 575.6,344.7 575.7,344.6 575.9,344.6 576,344.6 576.1,344.6 576.2,344.6 576.4,344.6 576.5,344.5 576.6,344.5 576.8,344.5 576.9,344.5 577,344.5 577.1,344.5 577.3,344.4 577.4,344.4 577.5,344.4 577.6,344.4 577.8,344.4 577.9,344.3 578,344.3 578.2,344.3 578.3,344.3 578.4,344.3 578.5,344.3 578.7,344.2 578.8,344.2 578.9,344.2 579.1,344.2 579.2,344.2 579.3,344.1 579.4,344.1 579.6,344.1 579.7,344.1 579.8,344.1 579.9,344.1 580.1,344 580.2,344 580.3,344 580.5,344 580.6,344 580.7,343.9 580.8,343.9 581,343.9 581.1,343.9 581.2,343.9 581.4,343.9 581.5,343.8 581.6,343.8 581.7,343.8 581.9,343.8 582,343.8 582.1,343.8 582.2,343.7 582.4,343.7 582.5,343.7 582.6,343.7 582.8,343.7 582.9,343.6 583,343.6 583.1,343.6 583.3,343.6 583.4,343.6 583.5,343.6 583.7,343.5 583.8,343.5 583.9,343.5 584,343.5 584.2,343.5 584.3,343.4 584.4,343.4 584.5,343.4 584.7,343.4 584.8,343.4 584.9,343.4 585.1,343.3 585.2,343.3 585.3,343.3 585.4,343.3 585.6,343.3 585.7,343.2 585.8,343.2 585.9,343.2 586.1,343.2 586.2,343.2 586.3,343.2 586.5,343.1 586.6,343.1 586.7,343.1 586.8,343.1 587,343.1 587.1,343.1 587.2,343 587.4,343 587.5,343 587.6,343 587.7,343 587.9,342.9 588,342.9 588.1,342.9 588.2,342.9 588.4,342.9 588.5,342.9 588.6,342.8 588.8,342.8 588.9,342.8 589,342.8 589.1,342.8 589.3,342.7 589.4,342.7 589.5,342.7 589.7,342.7 589.8,342.7 589.9,342.7 590,342.6 590.2,342.6 590.3,342.6 590.4,342.6 590.5,342.6 590.7,342.6 590.8,342.5 590.9,342.5 591.1,342.5 591.2,342.5 591.3,342.5 591.4,342.4 591.6,342.4 591.7,342.4 591.8,342.4 592,342.4 592.1,342.4 592.2,342.3 592.3,342.3 592.5,342.3 592.6,342.3 592.7,342.3 592.8,342.2 593,342.2 593.1,342.2 593.2,342.2 593.4,342.2 593.5,342.2 593.6,342.1 593.7,342.1 593.9,342.1 594,342.1 594.1,342.1 594.3,342 594.4,342 594.5,342 594.6,342 594.8,342 594.9,342 595,341.9 595.1,341.9 595.3,341.9 595.4,341.9 595.5,341.9 595.7,341.9 595.8,341.8 595.9,341.8 596,341.8 596.2,341.8 596.3,341.8 596.4,341.7 596.5,341.7 596.7,341.7 596.8,341.7 596.9,341.7 597.1,341.7 597.2,341.6 597.3,341.6 597.4,341.6 597.6,341.6 597.7,341.6 597.8,341.5 598,341.5 598.1,341.5 598.2,341.5 598.3,341.5 598.5,341.5 598.6,341.4 598.7,341.4 598.8,341.4 599,341.4 599.1,341.4 599.2,341.3 599.4,341.3 599.5,341.3 599.6,341.3 599.7,341.3 599.9,341.3 600,341.2 600.1,341.2 600.3,341.2 600.4,341.2 600.5,341.2 600.6,341.2 600.8,341.1 600.9,341.1 601,341.1 601.1,341.1 601.3,341.1 601.4,341 601.5,341 601.7,341 601.8,341 601.9,341 602,341 602.2,340.9 602.3,340.9 602.4,340.9 602.6,340.9 602.7,340.9 602.8,340.8 602.9,340.8 603.1,340.8 603.2,340.8 603.3,340.8 603.4,340.8 603.6,340.7 603.7,340.7 603.8,340.7 604,340.7 604.1,340.7 604.2,340.7 604.3,340.6 604.5,340.6 604.6,340.6 604.7,340.6 604.9,340.6 605,340.5 605.1,340.5 605.2,340.5 605.4,340.5 605.5,340.5 605.6,340.5 605.7,340.4 605.9,340.4 606,340.4 606.1,340.4 606.3,340.4 606.4,340.3 606.5,340.3 606.6,340.3 606.8,340.3 606.9,340.3 607,340.3 607.2,340.2 607.3,340.2 607.4,340.2 607.5,340.2 607.7,340.2 607.8,340.1 607.9,340.1 608,340.1 608.2,340.1 608.3,340.1 608.4,340.1 608.6,340 608.7,340 608.8,340 608.9,340 609.1,340 609.2,340 609.3,339.9 609.4,339.9 609.6,339.9 609.7,339.9 609.8,339.9 610,339.8 610.1,339.8 610.2,339.8 610.3,339.8 610.5,339.8 610.6,339.8 610.7,339.7 610.9,339.7 611,339.7 611.1,339.7 611.2,339.7 611.4,339.6 611.5,339.6 611.6,339.6 611.7,339.6 611.9,339.6 612,339.6 612.1,339.5 612.3,339.5 612.4,339.5 612.5,339.5 612.6,339.5 612.8,339.4 612.9,339.4 613,339.4 613.2,339.4 613.3,339.4 613.4,339.4 613.5,339.3 613.7,339.3 613.8,339.3 613.9,339.3 614,339.3 614.2,339.3 614.3,339.2 614.4,339.2 614.6,339.2 614.7,339.2 614.8,339.2 614.9,339.1 615.1,339.1 615.2,339.1 615.3,339.1 615.5,339.1 615.6,339.1 615.7,339 615.8,339 616,339 616.1,339 616.2,339 616.3,338.9 616.5,338.9 616.6,338.9 616.7,338.9 616.9,338.9 617,338.9 617.1,338.8 617.2,338.8 617.4,338.8 617.5,338.8 617.6,338.8 617.8,338.8 617.9,338.7 618,338.7 618.1,338.7 618.3,338.7 618.4,338.7 618.5,338.6 618.6,338.6 618.8,338.6 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,477.488,59.1844)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,477.488,59.1844)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,477.488,59.1844)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,477.488,59.1844)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,477.488,59.1844)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,477.488,59.1844)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>Paula Deen Fan</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,477.488,59.1844)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#56b4e9" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="evenodd" d="M571.5,54.5 L604.5,54.5"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#56b4e9" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,417.1 59.5,417.1 59.6,416.2 59.8,415.3 59.9,414.5 60,413.6 60.1,412.7 60.3,411.9 60.4,411 60.5,410.1 60.6,409.3 60.8,408.4 60.9,407.6 61,406.7 61.2,405.9 61.3,405 61.4,404.2 61.5,403.3 61.7,402.5 61.8,401.7 61.9,400.8 62.1,400 62.2,399.2 62.3,398.3 62.4,397.5 62.6,396.7 62.7,395.9 62.8,395 62.9,394.2 63.1,393.4 63.2,392.6 63.3,391.8 63.5,391 63.6,390.2 63.7,389.4 63.8,388.6 64,387.8 64.1,387 64.2,386.2 64.4,385.4 64.5,384.6 64.6,383.8 64.7,383 64.9,382.2 65,381.4 65.1,380.6 65.2,379.8 65.4,379.1 65.5,378.3 65.6,377.5 65.8,376.7 65.9,376 66,375.2 66.1,374.4 66.3,373.7 66.4,372.9 66.5,372.1 66.7,371.4 66.8,370.6 66.9,369.9 67,369.1 67.2,368.4 67.3,367.6 67.4,366.9 67.5,366.1 67.7,365.4 67.8,364.6 67.9,363.9 68.1,363.2 68.2,362.4 68.3,361.7 68.4,361 68.6,360.2 68.7,359.5 68.8,358.8 69,358.1 69.1,357.3 69.2,356.6 69.3,355.9 69.5,355.2 69.6,354.5 69.7,353.8 69.8,353 70,352.3 70.1,351.6 70.2,350.9 70.4,350.2 70.5,349.5 70.6,348.8 70.7,348.1 70.9,347.4 71,346.7 71.1,346 71.2,345.3 71.4,344.7 71.5,344 71.6,343.3 71.8,342.6 71.9,341.9 72,341.2 72.1,340.6 72.3,339.9 72.4,339.2 72.5,338.5 72.7,337.9 72.8,337.2 72.9,336.5 73,335.9 73.2,335.2 73.3,334.5 73.4,333.9 73.5,333.2 73.7,332.5 73.8,331.9 73.9,331.2 74.1,330.6 74.2,329.9 74.3,329.3 74.4,328.6 74.6,328 74.7,327.3 74.8,326.7 75,326.1 75.1,325.4 75.2,324.8 75.3,324.2 75.5,323.5 75.6,322.9 75.7,322.3 75.8,321.6 76,321 76.1,320.4 76.2,319.7 76.4,319.1 76.5,318.5 76.6,317.9 76.7,317.3 76.9,316.6 77,316 77.1,315.4 77.3,314.8 77.4,314.2 77.5,313.6 77.6,313 77.8,312.4 77.9,311.8 78,311.2 78.1,310.6 78.3,310 78.4,309.4 78.5,308.8 78.7,308.2 78.8,307.6 78.9,307 79,306.4 79.2,305.8 79.3,305.2 79.4,304.6 79.6,304.1 79.7,303.5 79.8,302.9 79.9,302.3 80.1,301.7 80.2,301.2 80.3,300.6 80.4,300 80.6,299.4 80.7,298.9 80.8,298.3 81,297.7 81.1,297.2 81.2,296.6 81.3,296 81.5,295.5 81.6,294.9 81.7,294.4 81.9,293.8 82,293.3 82.1,292.7 82.2,292.1 82.4,291.6 82.5,291 82.6,290.5 82.7,290 82.9,289.4 83,288.9 83.1,288.3 83.3,287.8 83.4,287.2 83.5,286.7 83.6,286.2 83.8,285.6 83.9,285.1 84,284.6 84.1,284 84.3,283.5 84.4,283 84.5,282.4 84.7,281.9 84.8,281.4 84.9,280.9 85,280.3 85.2,279.8 85.3,279.3 85.4,278.8 85.6,278.3 85.7,277.7 85.8,277.2 85.9,276.7 86.1,276.2 86.2,275.7 86.3,275.2 86.4,274.7 86.6,274.2 86.7,273.7 86.8,273.2 87,272.7 87.1,272.2 87.2,271.7 87.3,271.2 87.5,270.7 87.6,270.2 87.7,269.7 87.9,269.2 88,268.7 88.1,268.2 88.2,267.7 88.4,267.2 88.5,266.7 88.6,266.2 88.7,265.8 88.9,265.3 89,264.8 89.1,264.3 89.3,263.8 89.4,263.4 89.5,262.9 89.6,262.4 89.8,261.9 89.9,261.5 90,261 90.2,260.5 90.3,260 90.4,259.6 90.5,259.1 90.7,258.6 90.8,258.2 90.9,257.7 91,257.2 91.2,256.8 91.3,256.3 91.4,255.9 91.6,255.4 91.7,254.9 91.8,254.5 91.9,254 92.1,253.6 92.2,253.1 92.3,252.7 92.5,252.2 92.6,251.8 92.7,251.3 92.8,250.9 93,250.4 93.1,250 93.2,249.6 93.3,249.1 93.5,248.7 93.6,248.2 93.7,247.8 93.9,247.4 94,246.9 94.1,246.5 94.2,246 94.4,245.6 94.5,245.2 94.6,244.7 94.7,244.3 94.9,243.9 95,243.5 95.1,243 95.3,242.6 95.4,242.2 95.5,241.8 95.6,241.3 95.8,240.9 95.9,240.5 96,240.1 96.2,239.7 96.3,239.2 96.4,238.8 96.5,238.4 96.7,238 96.8,237.6 96.9,237.2 97,236.8 97.2,236.4 97.3,236 97.4,235.5 97.6,235.1 97.7,234.7 97.8,234.3 97.9,233.9 98.1,233.5 98.2,233.1 98.3,232.7 98.5,232.3 98.6,231.9 98.7,231.5 98.8,231.1 99,230.7 99.1,230.3 99.2,229.9 99.3,229.6 99.5,229.2 99.6,228.8 99.7,228.4 99.9,228 100,227.6 100.1,227.2 100.2,226.8 100.4,226.5 100.5,226.1 100.6,225.7 100.8,225.3 100.9,224.9 101,224.6 101.1,224.2 101.3,223.8 101.4,223.4 101.5,223 101.6,222.7 101.8,222.3 101.9,221.9 102,221.6 102.2,221.2 102.3,220.8 102.4,220.4 102.5,220.1 102.7,219.7 102.8,219.3 102.9,219 103.1,218.6 103.2,218.2 103.3,217.9 103.4,217.5 103.6,217.2 103.7,216.8 103.8,216.4 103.9,216.1 104.1,215.7 104.2,215.4 104.3,215 104.5,214.7 104.6,214.3 104.7,214 104.8,213.6 105,213.3 105.1,212.9 105.2,212.6 105.4,212.2 105.5,211.9 105.6,211.5 105.7,211.2 105.9,210.8 106,210.5 106.1,210.1 106.2,209.8 106.4,209.5 106.5,209.1 106.6,208.8 106.8,208.4 106.9,208.1 107,207.8 107.1,207.4 107.3,207.1 107.4,206.8 107.5,206.4 107.6,206.1 107.8,205.8 107.9,205.4 108,205.1 108.2,204.8 108.3,204.4 108.4,204.1 108.5,203.8 108.7,203.5 108.8,203.1 108.9,202.8 109.1,202.5 109.2,202.2 109.3,201.9 109.4,201.5 109.6,201.2 109.7,200.9 109.8,200.6 109.9,200.3 110.1,199.9 110.2,199.6 110.3,199.3 110.5,199 110.6,198.7 110.7,198.4 110.8,198.1 111,197.7 111.1,197.4 111.2,197.1 111.4,196.8 111.5,196.5 111.6,196.2 111.7,195.9 111.9,195.6 112,195.3 112.1,195 112.2,194.7 112.4,194.4 112.5,194.1 112.6,193.8 112.8,193.5 112.9,193.2 113,192.9 113.1,192.6 113.3,192.3 113.4,192 113.5,191.7 113.7,191.4 113.8,191.1 113.9,190.8 114,190.5 114.2,190.2 114.3,189.9 114.4,189.6 114.5,189.3 114.7,189 114.8,188.8 114.9,188.5 115.1,188.2 115.2,187.9 115.3,187.6 115.4,187.3 115.6,187 115.7,186.8 115.8,186.5 116,186.2 116.1,185.9 116.2,185.6 116.3,185.3 116.5,185.1 116.6,184.8 116.7,184.5 116.8,184.2 117,184 117.1,183.7 117.2,183.4 117.4,183.1 117.5,182.9 117.6,182.6 117.7,182.3 117.9,182 118,181.8 118.1,181.5 118.2,181.2 118.4,181 118.5,180.7 118.6,180.4 118.8,180.2 118.9,179.9 119,179.6 119.1,179.4 119.3,179.1 119.4,178.8 119.5,178.6 119.7,178.3 119.8,178 119.9,177.8 120,177.5 120.2,177.3 120.3,177 120.4,176.7 120.5,176.5 120.7,176.2 120.8,176 120.9,175.7 121.1,175.5 121.2,175.2 121.3,174.9 121.4,174.7 121.6,174.4 121.7,174.2 121.8,173.9 122,173.7 122.1,173.4 122.2,173.2 122.3,172.9 122.5,172.7 122.6,172.4 122.7,172.2 122.8,171.9 123,171.7 123.1,171.5 123.2,171.2 123.4,171 123.5,170.7 123.6,170.5 123.7,170.2 123.9,170 124,169.8 124.1,169.5 124.3,169.3 124.4,169 124.5,168.8 124.6,168.6 124.8,168.3 124.9,168.1 125,167.8 125.1,167.6 125.3,167.4 125.4,167.1 125.5,166.9 125.7,166.7 125.8,166.4 125.9,166.2 126,166 126.2,165.7 126.3,165.5 126.4,165.3 126.6,165 126.7,164.8 126.8,164.6 126.9,164.4 127.1,164.1 127.2,163.9 127.3,163.7 127.4,163.5 127.6,163.2 127.7,163 127.8,162.8 128,162.6 128.1,162.3 128.2,162.1 128.3,161.9 128.5,161.7 128.6,161.4 128.7,161.2 128.9,161 129,160.8 129.1,160.6 129.2,160.4 129.4,160.1 129.5,159.9 129.6,159.7 129.7,159.5 129.9,159.3 130,159.1 130.1,158.8 130.3,158.6 130.4,158.4 130.5,158.2 130.6,158 130.8,157.8 130.9,157.6 131,157.4 131.1,157.1 131.3,156.9 131.4,156.7 131.5,156.5 131.7,156.3 131.8,156.1 131.9,155.9 132,155.7 132.2,155.5 132.3,155.3 132.4,155.1 132.6,154.9 132.7,154.7 132.8,154.5 132.9,154.3 133.1,154 133.2,153.8 133.3,153.6 133.4,153.4 133.6,153.2 133.7,153 133.8,152.8 134,152.6 134.1,152.4 134.2,152.2 134.3,152 134.5,151.8 134.6,151.7 134.7,151.5 134.9,151.3 135,151.1 135.1,150.9 135.2,150.7 135.4,150.5 135.5,150.3 135.6,150.1 135.7,149.9 135.9,149.7 136,149.5 136.1,149.3 136.3,149.1 136.4,148.9 136.5,148.8 136.6,148.6 136.8,148.4 136.9,148.2 137,148 137.2,147.8 137.3,147.6 137.4,147.4 137.5,147.3 137.7,147.1 137.8,146.9 137.9,146.7 138,146.5 138.2,146.3 138.3,146.1 138.4,146 138.6,145.8 138.7,145.6 138.8,145.4 138.9,145.2 139.1,145.1 139.2,144.9 139.3,144.7 139.5,144.5 139.6,144.3 139.7,144.2 139.8,144 140,143.8 140.1,143.6 140.2,143.4 140.3,143.3 140.5,143.1 140.6,142.9 140.7,142.7 140.9,142.6 141,142.4 141.1,142.2 141.2,142 141.4,141.9 141.5,141.7 141.6,141.5 141.7,141.3 141.9,141.2 142,141 142.1,140.8 142.3,140.7 142.4,140.5 142.5,140.3 142.6,140.2 142.8,140 142.9,139.8 143,139.6 143.2,139.5 143.3,139.3 143.4,139.1 143.5,139 143.7,138.8 143.8,138.6 143.9,138.5 144,138.3 144.2,138.2 144.3,138 144.4,137.8 144.6,137.7 144.7,137.5 144.8,137.3 144.9,137.2 145.1,137 145.2,136.9 145.3,136.7 145.5,136.5 145.6,136.4 145.7,136.2 145.8,136.1 146,135.9 146.1,135.7 146.2,135.6 146.3,135.4 146.5,135.3 146.6,135.1 146.7,134.9 146.9,134.8 147,134.6 147.1,134.5 147.2,134.3 147.4,134.2 147.5,134 147.6,133.9 147.8,133.7 147.9,133.6 148,133.4 148.1,133.2 148.3,133.1 148.4,132.9 148.5,132.8 148.6,132.6 148.8,132.5 148.9,132.3 149,132.2 149.2,132 149.3,131.9 149.4,131.7 149.5,131.6 149.7,131.4 149.8,131.3 149.9,131.1 150.1,131 150.2,130.8 150.3,130.7 150.4,130.6 150.6,130.4 150.7,130.3 150.8,130.1 150.9,130 151.1,129.8 151.2,129.7 151.3,129.5 151.5,129.4 151.6,129.3 151.7,129.1 151.8,129 152,128.8 152.1,128.7 152.2,128.5 152.4,128.4 152.5,128.3 152.6,128.1 152.7,128 152.9,127.8 153,127.7 153.1,127.6 153.2,127.4 153.4,127.3 153.5,127.1 153.6,127 153.8,126.9 153.9,126.7 154,126.6 154.1,126.5 154.3,126.3 154.4,126.2 154.5,126 154.6,125.9 154.8,125.8 154.9,125.6 155,125.5 155.2,125.4 155.3,125.2 155.4,125.1 155.5,125 155.7,124.8 155.8,124.7 155.9,124.6 156.1,124.4 156.2,124.3 156.3,124.2 156.4,124 156.6,123.9 156.7,123.8 156.8,123.6 156.9,123.5 157.1,123.4 157.2,123.3 157.3,123.1 157.5,123 157.6,122.9 157.7,122.7 157.8,122.6 158,122.5 158.1,122.4 158.2,122.2 158.4,122.1 158.5,122 158.6,121.9 158.7,121.7 158.9,121.6 159,121.5 159.1,121.4 159.2,121.2 159.4,121.1 159.5,121 159.6,120.9 159.8,120.7 159.9,120.6 160,120.5 160.1,120.4 160.3,120.2 160.4,120.1 160.5,120 160.7,119.9 160.8,119.8 160.9,119.6 161,119.5 161.2,119.4 161.3,119.3 161.4,119.1 161.5,119 161.7,118.9 161.8,118.8 161.9,118.7 162.1,118.6 162.2,118.4 162.3,118.3 162.4,118.2 162.6,118.1 162.7,118 162.8,117.8 163,117.7 163.1,117.6 163.2,117.5 163.3,117.4 163.5,117.3 163.6,117.1 163.7,117 163.8,116.9 164,116.8 164.1,116.7 164.2,116.6 164.4,116.5 164.5,116.3 164.6,116.2 164.7,116.1 164.9,116 165,115.9 165.1,115.8 165.2,115.7 165.4,115.6 165.5,115.4 165.6,115.3 165.8,115.2 165.9,115.1 166,115 166.1,114.9 166.3,114.8 166.4,114.7 166.5,114.6 166.7,114.4 166.8,114.3 166.9,114.2 167,114.1 167.2,114 167.3,113.9 167.4,113.8 167.5,113.7 167.7,113.6 167.8,113.5 167.9,113.4 168.1,113.3 168.2,113.2 168.3,113 168.4,112.9 168.6,112.8 168.7,112.7 168.8,112.6 169,112.5 169.1,112.4 169.2,112.3 169.3,112.2 169.5,112.1 169.6,112 169.7,111.9 169.8,111.8 170,111.7 170.1,111.6 170.2,111.5 170.4,111.4 170.5,111.3 170.6,111.2 170.7,111.1 170.9,111 171,110.9 171.1,110.8 171.3,110.7 171.4,110.6 171.5,110.5 171.6,110.4 171.8,110.3 171.9,110.2 172,110.1 172.1,110 172.3,109.9 172.4,109.8 172.5,109.7 172.7,109.6 172.8,109.5 172.9,109.4 173,109.3 173.2,109.2 173.3,109.1 173.4,109 173.6,108.9 173.7,108.8 173.8,108.7 173.9,108.6 174.1,108.5 174.2,108.4 174.3,108.3 174.4,108.2 174.6,108.1 174.7,108 174.8,107.9 175,107.8 175.1,107.7 175.2,107.6 175.3,107.5 175.5,107.4 175.6,107.4 175.7,107.3 175.9,107.2 176,107.1 176.1,107 176.2,106.9 176.4,106.8 176.5,106.7 176.6,106.6 176.7,106.5 176.9,106.4 177,106.3 177.1,106.2 177.3,106.2 177.4,106.1 177.5,106 177.6,105.9 177.8,105.8 177.9,105.7 178,105.6 178.1,105.5 178.3,105.4 178.4,105.3 178.5,105.2 178.7,105.2 178.8,105.1 178.9,105 179,104.9 179.2,104.8 179.3,104.7 179.4,104.6 179.6,104.5 179.7,104.5 179.8,104.4 179.9,104.3 180.1,104.2 180.2,104.1 180.3,104 180.4,103.9 180.6,103.8 180.7,103.8 180.8,103.7 181,103.6 181.1,103.5 181.2,103.4 181.3,103.3 181.5,103.2 181.6,103.2 181.7,103.1 181.9,103 182,102.9 182.1,102.8 182.2,102.7 182.4,102.7 182.5,102.6 182.6,102.5 182.7,102.4 182.9,102.3 183,102.2 183.1,102.2 183.3,102.1 183.4,102 183.5,101.9 183.6,101.8 183.8,101.7 183.9,101.7 184,101.6 184.2,101.5 184.3,101.4 184.4,101.3 184.5,101.3 184.7,101.2 184.8,101.1 184.9,101 185,100.9 185.2,100.9 185.3,100.8 185.4,100.7 185.6,100.6 185.7,100.5 185.8,100.5 185.9,100.4 186.1,100.3 186.2,100.2 186.3,100.1 186.5,100.1 186.6,100 186.7,99.9 186.8,99.8 187,99.7 187.1,99.7 187.2,99.6 187.3,99.5 187.5,99.4 187.6,99.4 187.7,99.3 187.9,99.2 188,99.1 188.1,99.1 188.2,99 188.4,98.9 188.5,98.8 188.6,98.7 188.7,98.7 188.9,98.6 189,98.5 189.1,98.4 189.3,98.4 189.4,98.3 189.5,98.2 189.6,98.1 189.8,98.1 189.9,98 190,97.9 190.2,97.9 190.3,97.8 190.4,97.7 190.5,97.6 190.7,97.6 190.8,97.5 190.9,97.4 191,97.3 191.2,97.3 191.3,97.2 191.4,97.1 191.6,97 191.7,97 191.8,96.9 191.9,96.8 192.1,96.8 192.2,96.7 192.3,96.6 192.5,96.5 192.6,96.5 192.7,96.4 192.8,96.3 193,96.3 193.1,96.2 193.2,96.1 193.3,96.1 193.5,96 193.6,95.9 193.7,95.8 193.9,95.8 194,95.7 194.1,95.6 194.2,95.6 194.4,95.5 194.5,95.4 194.6,95.4 194.8,95.3 194.9,95.2 195,95.1 195.1,95.1 195.3,95 195.4,94.9 195.5,94.9 195.6,94.8 195.8,94.7 195.9,94.7 196,94.6 196.2,94.5 196.3,94.5 196.4,94.4 196.5,94.3 196.7,94.3 196.8,94.2 196.9,94.1 197.1,94.1 197.2,94 197.3,93.9 197.4,93.9 197.6,93.8 197.7,93.7 197.8,93.7 197.9,93.6 198.1,93.5 198.2,93.5 198.3,93.4 198.5,93.3 198.6,93.3 198.7,93.2 198.8,93.2 199,93.1 199.1,93 199.2,93 199.4,92.9 199.5,92.8 199.6,92.8 199.7,92.7 199.9,92.6 200,92.6 200.1,92.5 200.2,92.4 200.4,92.4 200.5,92.3 200.6,92.3 200.8,92.2 200.9,92.1 201,92.1 201.1,92 201.3,91.9 201.4,91.9 201.5,91.8 201.6,91.8 201.8,91.7 201.9,91.6 202,91.6 202.2,91.5 202.3,91.5 202.4,91.4 202.5,91.3 202.7,91.3 202.8,91.2 202.9,91.1 203.1,91.1 203.2,91 203.3,91 203.4,90.9 203.6,90.8 203.7,90.8 203.8,90.7 203.9,90.7 204.1,90.6 204.2,90.5 204.3,90.5 204.5,90.4 204.6,90.4 204.7,90.3 204.8,90.2 205,90.2 205.1,90.1 205.2,90.1 205.4,90 205.5,90 205.6,89.9 205.7,89.8 205.9,89.8 206,89.7 206.1,89.7 206.2,89.6 206.4,89.5 206.5,89.5 206.6,89.4 206.8,89.4 206.9,89.3 207,89.3 207.1,89.2 207.3,89.1 207.4,89.1 207.5,89 207.7,89 207.8,88.9 207.9,88.9 208,88.8 208.2,88.7 208.3,88.7 208.4,88.6 208.5,88.6 208.7,88.5 208.8,88.5 208.9,88.4 209.1,88.4 209.2,88.3 209.3,88.2 209.4,88.2 209.6,88.1 209.7,88.1 209.8,88 210,88 210.1,87.9 210.2,87.9 210.3,87.8 210.5,87.8 210.6,87.7 210.7,87.6 210.8,87.6 211,87.5 211.1,87.5 211.2,87.4 211.4,87.4 211.5,87.3 211.6,87.3 211.7,87.2 211.9,87.2 212,87.1 212.1,87.1 212.2,87 212.4,86.9 212.5,86.9 212.6,86.8 212.8,86.8 212.9,86.7 213,86.7 213.1,86.6 213.3,86.6 213.4,86.5 213.5,86.5 213.7,86.4 213.8,86.4 213.9,86.3 214,86.3 214.2,86.2 214.3,86.2 214.4,86.1 214.5,86.1 214.7,86 214.8,86 214.9,85.9 215.1,85.8 215.2,85.8 215.3,85.7 215.4,85.7 215.6,85.6 215.7,85.6 215.8,85.5 216,85.5 216.1,85.4 216.2,85.4 216.3,85.3 216.5,85.3 216.6,85.2 216.7,85.2 216.8,85.1 217,85.1 217.1,85 217.2,85 217.4,84.9 217.5,84.9 217.6,84.8 217.7,84.8 217.9,84.7 218,84.7 218.1,84.6 218.3,84.6 218.4,84.5 218.5,84.5 218.6,84.5 218.8,84.4 218.9,84.4 219,84.3 219.1,84.3 219.3,84.2 219.4,84.2 219.5,84.1 219.7,84.1 219.8,84 219.9,84 220,83.9 220.2,83.9 220.3,83.8 220.4,83.8 220.6,83.7 220.7,83.7 220.8,83.6 220.9,83.6 221.1,83.5 221.2,83.5 221.3,83.4 221.4,83.4 221.6,83.3 221.7,83.3 221.8,83.3 222,83.2 222.1,83.2 222.2,83.1 222.3,83.1 222.5,83 222.6,83 222.7,82.9 222.8,82.9 223,82.8 223.1,82.8 223.2,82.7 223.4,82.7 223.5,82.7 223.6,82.6 223.7,82.6 223.9,82.5 224,82.5 224.1,82.4 224.3,82.4 224.4,82.3 224.5,82.3 224.6,82.2 224.8,82.2 224.9,82.2 225,82.1 225.1,82.1 225.3,82 225.4,82 225.5,81.9 225.7,81.9 225.8,81.8 225.9,81.8 226,81.8 226.2,81.7 226.3,81.7 226.4,81.6 226.6,81.6 226.7,81.5 226.8,81.5 226.9,81.4 227.1,81.4 227.2,81.4 227.3,81.3 227.4,81.3 227.6,81.2 227.7,81.2 227.8,81.1 228,81.1 228.1,81.1 228.2,81 228.3,81 228.5,80.9 228.6,80.9 228.7,80.8 228.9,80.8 229,80.8 229.1,80.7 229.2,80.7 229.4,80.6 229.5,80.6 229.6,80.5 229.7,80.5 229.9,80.5 230,80.4 230.1,80.4 230.3,80.3 230.4,80.3 230.5,80.2 230.6,80.2 230.8,80.2 230.9,80.1 231,80.1 231.2,80 231.3,80 231.4,79.9 231.5,79.9 231.7,79.9 231.8,79.8 231.9,79.8 232,79.7 232.2,79.7 232.3,79.7 232.4,79.6 232.6,79.6 232.7,79.5 232.8,79.5 232.9,79.5 233.1,79.4 233.2,79.4 233.3,79.3 233.5,79.3 233.6,79.3 233.7,79.2 233.8,79.2 234,79.1 234.1,79.1 234.2,79.1 234.3,79 234.5,79 234.6,78.9 234.7,78.9 234.9,78.9 235,78.8 235.1,78.8 235.2,78.7 235.4,78.7 235.5,78.7 235.6,78.6 235.7,78.6 235.9,78.5 236,78.5 236.1,78.5 236.3,78.4 236.4,78.4 236.5,78.3 236.6,78.3 236.8,78.3 236.9,78.2 237,78.2 237.2,78.1 237.3,78.1 237.4,78.1 237.5,78 237.7,78 237.8,77.9 237.9,77.9 238,77.9 238.2,77.8 238.3,77.8 238.4,77.8 238.6,77.7 238.7,77.7 238.8,77.6 238.9,77.6 239.1,77.6 239.2,77.5 239.3,77.5 239.5,77.5 239.6,77.4 239.7,77.4 239.8,77.3 240,77.3 240.1,77.3 240.2,77.2 240.3,77.2 240.5,77.1 240.6,77.1 240.7,77.1 240.9,77 241,77 241.1,77 241.2,76.9 241.4,76.9 241.5,76.9 241.6,76.8 241.8,76.8 241.9,76.7 242,76.7 242.1,76.7 242.3,76.6 242.4,76.6 242.5,76.6 242.6,76.5 242.8,76.5 242.9,76.4 243,76.4 243.2,76.4 243.3,76.3 243.4,76.3 243.5,76.3 243.7,76.2 243.8,76.2 243.9,76.2 244.1,76.1 244.2,76.1 244.3,76 244.4,76 244.6,76 244.7,75.9 244.8,75.9 244.9,75.9 245.1,75.8 245.2,75.8 245.3,75.8 245.5,75.7 245.6,75.7 245.7,75.7 245.8,75.6 246,75.6 246.1,75.5 246.2,75.5 246.3,75.5 246.5,75.4 246.6,75.4 246.7,75.4 246.9,75.3 247,75.3 247.1,75.3 247.2,75.2 247.4,75.2 247.5,75.2 247.6,75.1 247.8,75.1 247.9,75.1 248,75 248.1,75 248.3,75 248.4,74.9 248.5,74.9 248.6,74.9 248.8,74.8 248.9,74.8 249,74.7 249.2,74.7 249.3,74.7 249.4,74.6 249.5,74.6 249.7,74.6 249.8,74.5 249.9,74.5 250.1,74.5 250.2,74.4 250.3,74.4 250.4,74.4 250.6,74.3 250.7,74.3 250.8,74.3 250.9,74.2 251.1,74.2 251.2,74.2 251.3,74.1 251.5,74.1 251.6,74.1 251.7,74 251.8,74 252,74 252.1,73.9 252.2,73.9 252.4,73.9 252.5,73.8 252.6,73.8 252.7,73.8 252.9,73.7 253,73.7 253.1,73.7 253.2,73.6 253.4,73.6 253.5,73.6 253.6,73.5 253.8,73.5 253.9,73.5 254,73.4 254.1,73.4 254.3,73.4 254.4,73.3 254.5,73.3 254.7,73.3 254.8,73.2 254.9,73.2 255,73.2 255.2,73.2 255.3,73.1 255.4,73.1 255.5,73.1 255.7,73 255.8,73 255.9,73 256.1,72.9 256.2,72.9 256.3,72.9 256.4,72.8 256.6,72.8 256.7,72.8 256.8,72.7 257,72.7 257.1,72.7 257.2,72.6 257.3,72.6 257.5,72.6 257.6,72.5 257.7,72.5 257.8,72.5 258,72.5 258.1,72.4 258.2,72.4 258.4,72.4 258.5,72.3 258.6,72.3 258.7,72.3 258.9,72.2 259,72.2 259.1,72.2 259.2,72.1 259.4,72.1 259.5,72.1 259.6,72 259.8,72 259.9,72 260,72 260.1,71.9 260.3,71.9 260.4,71.9 260.5,71.8 260.7,71.8 260.8,71.8 260.9,71.7 261,71.7 261.2,71.7 261.3,71.6 261.4,71.6 261.5,71.6 261.7,71.6 261.8,71.5 261.9,71.5 262.1,71.5 262.2,71.4 262.3,71.4 262.4,71.4 262.6,71.3 262.7,71.3 262.8,71.3 263,71.2 263.1,71.2 263.2,71.2 263.3,71.2 263.5,71.1 263.6,71.1 263.7,71.1 263.8,71 264,71 264.1,71 264.2,70.9 264.4,70.9 264.5,70.9 264.6,70.9 264.7,70.8 264.9,70.8 265,70.8 265.1,70.7 265.3,70.7 265.4,70.7 265.5,70.7 265.6,70.6 265.8,70.6 265.9,70.6 266,70.5 266.1,70.5 266.3,70.5 266.4,70.4 266.5,70.4 266.7,70.4 266.8,70.4 266.9,70.3 267,70.3 267.2,70.3 267.3,70.2 267.4,70.2 267.6,70.2 267.7,70.2 267.8,70.1 267.9,70.1 268.1,70.1 268.2,70 268.3,70 268.4,70 268.6,70 268.7,69.9 268.8,69.9 269,69.9 269.1,69.8 269.2,69.8 269.3,69.8 269.5,69.8 269.6,69.7 269.7,69.7 269.8,69.7 270,69.6 270.1,69.6 270.2,69.6 270.4,69.6 270.5,69.5 270.6,69.5 270.7,69.5 270.9,69.4 271,69.4 271.1,69.4 271.3,69.4 271.4,69.3 271.5,69.3 271.6,69.3 271.8,69.2 271.9,69.2 272,69.2 272.1,69.2 272.3,69.1 272.4,69.1 272.5,69.1 272.7,69 272.8,69 272.9,69 273,69 273.2,68.9 273.3,68.9 273.4,68.9 273.6,68.9 273.7,68.8 273.8,68.8 273.9,68.8 274.1,68.7 274.2,68.7 274.3,68.7 274.4,68.7 274.6,68.6 274.7,68.6 274.8,68.6 275,68.5 275.1,68.5 275.2,68.5 275.3,68.5 275.5,68.4 275.6,68.4 275.7,68.4 275.9,68.4 276,68.3 276.1,68.3 276.2,68.3 276.4,68.2 276.5,68.2 276.6,68.2 276.7,68.2 276.9,68.1 277,68.1 277.1,68.1 277.3,68.1 277.4,68 277.5,68 277.6,68 277.8,68 277.9,67.9 278,67.9 278.2,67.9 278.3,67.8 278.4,67.8 278.5,67.8 278.7,67.8 278.8,67.7 278.9,67.7 279,67.7 279.2,67.7 279.3,67.6 279.4,67.6 279.6,67.6 279.7,67.6 279.8,67.5 279.9,67.5 280.1,67.5 280.2,67.4 280.3,67.4 280.5,67.4 280.6,67.4 280.7,67.3 280.8,67.3 281,67.3 281.1,67.3 281.2,67.2 281.3,67.2 281.5,67.2 281.6,67.2 281.7,67.1 281.9,67.1 282,67.1 282.1,67.1 282.2,67 282.4,67 282.5,67 282.6,66.9 282.7,66.9 282.9,66.9 283,66.9 283.1,66.8 283.3,66.8 283.4,66.8 283.5,66.8 283.6,66.7 283.8,66.7 283.9,66.7 284,66.7 284.2,66.6 284.3,66.6 284.4,66.6 284.5,66.6 284.7,66.5 284.8,66.5 284.9,66.5 285,66.5 285.2,66.4 285.3,66.4 285.4,66.4 285.6,66.4 285.7,66.3 285.8,66.3 285.9,66.3 286.1,66.3 286.2,66.2 286.3,66.2 286.5,66.2 286.6,66.2 286.7,66.1 286.8,66.1 287,66.1 287.1,66 287.2,66 287.3,66 287.5,66 287.6,65.9 287.7,65.9 287.9,65.9 288,65.9 288.1,65.8 288.2,65.8 288.4,65.8 288.5,65.8 288.6,65.7 288.8,65.7 288.9,65.7 289,65.7 289.1,65.6 289.3,65.6 289.4,65.6 289.5,65.6 289.6,65.5 289.8,65.5 289.9,65.5 290,65.5 290.2,65.4 290.3,65.4 290.4,65.4 290.5,65.4 290.7,65.3 290.8,65.3 290.9,65.3 291.1,65.3 291.2,65.2 291.3,65.2 291.4,65.2 291.6,65.2 291.7,65.2 291.8,65.1 291.9,65.1 292.1,65.1 292.2,65.1 292.3,65 292.5,65 292.6,65 292.7,65 292.8,64.9 293,64.9 293.1,64.9 293.2,64.9 293.3,64.8 293.5,64.8 293.6,64.8 293.7,64.8 293.9,64.7 294,64.7 294.1,64.7 294.2,64.7 294.4,64.6 294.5,64.6 294.6,64.6 294.8,64.6 294.9,64.5 295,64.5 295.1,64.5 295.3,64.5 295.4,64.4 295.5,64.4 295.6,64.4 295.8,64.4 295.9,64.3 296,64.3 296.2,64.3 296.3,64.3 296.4,64.3 296.5,64.2 296.7,64.2 296.8,64.2 296.9,64.2 297.1,64.1 297.2,64.1 297.3,64.1 297.4,64.1 297.6,64 297.7,64 297.8,64 297.9,64 298.1,63.9 298.2,63.9 298.3,63.9 298.5,63.9 298.6,63.8 298.7,63.8 298.8,63.8 299,63.8 299.1,63.8 299.2,63.7 299.4,63.7 299.5,63.7 299.6,63.7 299.7,63.6 299.9,63.6 300,63.6 300.1,63.6 300.2,63.5 300.4,63.5 300.5,63.5 300.6,63.5 300.8,63.4 300.9,63.4 301,63.4 301.1,63.4 301.3,63.4 301.4,63.3 301.5,63.3 301.7,63.3 301.8,63.3 301.9,63.2 302,63.2 302.2,63.2 302.3,63.2 302.4,63.1 302.5,63.1 302.7,63.1 302.8,63.1 302.9,63 303.1,63 303.2,63 303.3,63 303.4,63 303.6,62.9 303.7,62.9 303.8,62.9 304,62.9 304.1,62.8 304.2,62.8 304.3,62.8 304.5,62.8 304.6,62.7 304.7,62.7 304.8,62.7 305,62.7 305.1,62.7 305.2,62.6 305.4,62.6 305.5,62.6 305.6,62.6 305.7,62.5 305.9,62.5 306,62.5 306.1,62.5 306.2,62.4 306.4,62.4 306.5,62.4 306.6,62.4 306.8,62.4 306.9,62.3 307,62.3 307.1,62.3 307.3,62.3 307.4,62.2 307.5,62.2 307.7,62.2 307.8,62.2 307.9,62.2 308,62.1 308.2,62.1 308.3,62.1 308.4,62.1 308.5,62 308.7,62 308.8,62 308.9,62 309.1,61.9 309.2,61.9 309.3,61.9 309.4,61.9 309.6,61.9 309.7,61.8 309.8,61.8 310,61.8 310.1,61.8 310.2,61.7 310.3,61.7 310.5,61.7 310.6,61.7 310.7,61.7 310.8,61.6 311,61.6 311.1,61.6 311.2,61.6 311.4,61.5 311.5,61.5 311.6,61.5 311.7,61.5 311.9,61.5 312,61.4 312.1,61.4 312.3,61.4 312.4,61.4 312.5,61.3 312.6,61.3 312.8,61.3 312.9,61.3 313,61.3 313.1,61.2 313.3,61.2 313.4,61.2 313.5,61.2 313.7,61.1 313.8,61.1 313.9,61.1 314,61.1 314.2,61.1 314.3,61 314.4,61 314.6,61 314.7,61 314.8,60.9 314.9,60.9 315.1,60.9 315.2,60.9 315.3,60.9 315.4,60.8 315.6,60.8 315.7,60.8 315.8,60.8 316,60.7 316.1,60.7 316.2,60.7 316.3,60.7 316.5,60.7 316.6,60.6 316.7,60.6 316.8,60.6 317,60.6 317.1,60.5 317.2,60.5 317.4,60.5 317.5,60.5 317.6,60.5 317.7,60.4 317.9,60.4 318,60.4 318.1,60.4 318.3,60.4 318.4,60.3 318.5,60.3 318.6,60.3 318.8,60.3 318.9,60.2 319,60.2 319.1,60.2 319.3,60.2 319.4,60.2 319.5,60.1 319.7,60.1 319.8,60.1 319.9,60.1 320,60 320.2,60 320.3,60 320.4,60 320.6,60 320.7,59.9 320.8,59.9 320.9,59.9 321.1,59.9 321.2,59.9 321.3,59.8 321.4,59.8 321.6,59.8 321.7,59.8 321.8,59.7 322,59.7 322.1,59.7 322.2,59.7 322.3,59.7 322.5,59.6 322.6,59.6 322.7,59.6 322.9,59.6 323,59.6 323.1,59.5 323.2,59.5 323.4,59.5 323.5,59.5 323.6,59.4 323.7,59.4 323.9,59.4 324,59.4 324.1,59.4 324.3,59.3 324.4,59.3 324.5,59.3 324.6,59.3 324.8,59.3 324.9,59.2 325,59.2 325.2,59.2 325.3,59.2 325.4,59.1 325.5,59.1 325.7,59.1 325.8,59.1 325.9,59.1 326,59 326.2,59 326.3,59 326.4,59 326.6,59 326.7,58.9 326.8,58.9 326.9,58.9 327.1,58.9 327.2,58.9 327.3,58.8 327.5,58.8 327.6,58.8 327.7,58.8 327.8,58.7 328,58.7 328.1,58.7 328.2,58.7 328.3,58.7 328.5,58.6 328.6,58.6 328.7,58.6 328.9,58.6 329,58.6 329.1,58.5 329.2,58.5 329.4,58.5 329.5,58.5 329.6,58.5 329.7,58.4 329.9,58.4 330,58.4 330.1,58.4 330.3,58.3 330.4,58.3 330.5,58.3 330.6,58.3 330.8,58.3 330.9,58.2 331,58.2 331.2,58.2 331.3,58.2 331.4,58.2 331.5,58.1 331.7,58.1 331.8,58.1 331.9,58.1 332,58.1 332.2,58 332.3,58 332.4,58 332.6,58 332.7,58 332.8,57.9 332.9,57.9 333.1,57.9 333.2,57.9 333.3,57.8 333.5,57.8 333.6,57.8 333.7,57.8 333.8,57.8 334,57.7 334.1,57.7 334.2,57.7 334.3,57.7 334.5,57.7 334.6,57.6 334.7,57.6 334.9,57.6 335,57.6 335.1,57.6 335.2,57.5 335.4,57.5 335.5,57.5 335.6,57.5 335.8,57.5 335.9,57.4 336,57.4 336.1,57.4 336.3,57.4 336.4,57.4 336.5,57.3 336.6,57.3 336.8,57.3 336.9,57.3 337,57.3 337.2,57.2 337.3,57.2 337.4,57.2 337.5,57.2 337.7,57.1 337.8,57.1 337.9,57.1 338.1,57.1 338.2,57.1 338.3,57 338.4,57 338.6,57 338.7,57 338.8,57 338.9,56.9 339.1,56.9 339.2,56.9 339.3,56.9 339.5,56.9 339.6,56.8 339.7,56.8 339.8,56.8 340,56.8 340.1,56.8 340.2,56.7 340.3,56.7 340.5,56.7 340.6,56.7 340.7,56.7 340.9,56.6 341,56.6 341.1,56.6 341.2,56.6 341.4,56.6 341.5,56.5 341.6,56.5 341.8,56.5 341.9,56.5 342,56.5 342.1,56.4 342.3,56.4 342.4,56.4 342.5,56.4 342.6,56.4 342.8,56.3 342.9,56.3 343,56.3 343.2,56.3 343.3,56.3 343.4,56.2 343.5,56.2 343.7,56.2 343.8,56.2 343.9,56.2 344.1,56.1 344.2,56.1 344.3,56.1 344.4,56.1 344.6,56.1 344.7,56 344.8,56 344.9,56 345.1,56 345.2,56 345.3,55.9 345.5,55.9 345.6,55.9 345.7,55.9 345.8,55.9 346,55.8 346.1,55.8 346.2,55.8 346.4,55.8 346.5,55.8 346.6,55.7 346.7,55.7 346.9,55.7 347,55.7 347.1,55.7 347.2,55.6 347.4,55.6 347.5,55.6 347.6,55.6 347.8,55.5 347.9,55.5 348,55.5 348.1,55.5 348.3,55.5 348.4,55.4 348.5,55.4 348.7,55.4 348.8,55.4 348.9,55.4 349,55.4 349.2,55.3 349.3,55.3 349.4,55.3 349.5,55.3 349.7,55.3 349.8,55.2 349.9,55.2 350.1,55.2 350.2,55.2 350.3,55.2 350.4,55.1 350.6,55.1 350.7,55.1 350.8,55.1 350.9,55.1 351.1,55 351.2,55 351.3,55 351.5,55 351.6,55 351.7,54.9 351.8,54.9 352,54.9 352.1,54.9 352.2,54.9 352.4,54.8 352.5,54.8 352.6,54.8 352.7,54.8 352.9,54.8 353,54.7 353.1,54.7 353.2,54.7 353.4,54.7 353.5,54.7 353.6,54.6 353.8,54.6 353.9,54.6 354,54.6 354.1,54.6 354.3,54.5 354.4,54.5 354.5,54.5 354.7,54.5 354.8,54.5 354.9,54.4 355,54.4 355.2,54.4 355.3,54.4 355.4,54.4 355.5,54.3 355.7,54.3 355.8,54.3 355.9,54.3 356.1,54.3 356.2,54.2 356.3,54.2 356.4,54.2 356.6,54.2 356.7,54.2 356.8,54.1 357,54.1 357.1,54.1 357.2,54.1 357.3,54.1 357.5,54 357.6,54 357.7,54 357.8,54 358,54 358.1,53.9 358.2,53.9 358.4,53.9 358.5,53.9 358.6,53.9 358.7,53.8 358.9,53.8 359,53.8 359.1,53.8 359.3,53.8 359.4,53.8 359.5,53.7 359.6,53.7 359.8,53.7 359.9,53.7 360,53.7 360.1,53.6 360.3,53.6 360.4,53.6 360.5,53.6 360.7,53.6 360.8,53.5 360.9,53.5 361,53.5 361.2,53.5 361.3,53.5 361.4,53.4 361.6,53.4 361.7,53.4 361.8,53.4 361.9,53.4 362.1,53.3 362.2,53.3 362.3,53.3 362.4,53.3 362.6,53.3 362.7,53.2 362.8,53.2 363,53.2 363.1,53.2 363.2,53.2 363.3,53.1 363.5,53.1 363.6,53.1 363.7,53.1 363.8,53.1 364,53.1 364.1,53 364.2,53 364.4,53 364.5,53 364.6,53 364.7,52.9 364.9,52.9 365,52.9 365.1,52.9 365.3,52.9 365.4,52.8 365.5,52.8 365.6,52.8 365.8,52.8 365.9,52.8 366,52.7 366.1,52.7 366.3,52.7 366.4,52.7 366.5,52.7 366.7,52.6 366.8,52.6 366.9,52.6 367,52.6 367.2,52.6 367.3,52.5 367.4,52.5 367.6,52.5 367.7,52.5 367.8,52.5 367.9,52.5 368.1,52.4 368.2,52.4 368.3,52.4 368.4,52.4 368.6,52.4 368.7,52.3 368.8,52.3 369,52.3 369.1,52.3 369.2,52.3 369.3,52.2 369.5,52.2 369.6,52.2 369.7,52.2 369.9,52.2 370,52.1 370.1,52.1 370.2,52.1 370.4,52.1 370.5,52.1 370.6,52 370.7,52 370.9,52 371,52 371.1,52 371.3,52 371.4,51.9 371.5,51.9 371.6,51.9 371.8,51.9 371.9,51.9 372,51.8 372.2,51.8 372.3,51.8 372.4,51.8 372.5,51.8 372.7,51.7 372.8,51.7 372.9,51.7 373,51.7 373.2,51.7 373.3,51.6 373.4,51.6 373.6,51.6 373.7,51.6 373.8,51.6 373.9,51.5 374.1,51.5 374.2,51.5 374.3,51.5 374.4,51.5 374.6,51.5 374.7,51.4 374.8,51.4 375,51.4 375.1,51.4 375.2,51.4 375.3,51.3 375.5,51.3 375.6,51.3 375.7,51.3 375.9,51.3 376,51.2 376.1,51.2 376.2,51.2 376.4,51.2 376.5,51.2 376.6,51.1 376.7,51.1 376.9,51.1 377,51.1 377.1,51.1 377.3,51.1 377.4,51 377.5,51 377.6,51 377.8,51 377.9,51 378,50.9 378.2,50.9 378.3,50.9 378.4,50.9 378.5,50.9 378.7,50.8 378.8,50.8 378.9,50.8 379,50.8 379.2,50.8 379.3,50.7 379.4,50.7 379.6,50.7 379.7,50.7 379.8,50.7 379.9,50.7 380.1,50.6 380.2,50.6 380.3,50.6 380.5,50.6 380.6,50.6 380.7,50.5 380.8,50.5 381,50.5 381.1,50.5 381.2,50.5 381.3,50.4 381.5,50.4 381.6,50.4 381.7,50.4 381.9,50.4 382,50.3 382.1,50.3 382.2,50.3 382.4,50.3 382.5,50.3 382.6,50.3 382.8,50.2 382.9,50.2 383,50.2 383.1,50.2 383.3,50.2 383.4,50.1 383.5,50.1 383.6,50.1 383.8,50.1 383.9,50.1 384,50 384.2,50 384.3,50 384.4,50 384.5,50 384.7,50 384.8,49.9 384.9,49.9 385.1,49.9 385.2,49.9 385.3,49.9 385.4,49.8 385.6,49.8 385.7,49.8 385.8,49.8 385.9,49.8 386.1,49.7 386.2,49.7 386.3,49.7 386.5,49.7 386.6,49.7 386.7,49.7 386.8,49.6 387,49.6 387.1,49.6 387.2,49.6 387.3,49.6 387.5,49.5 387.6,49.5 387.7,49.5 387.9,49.5 388,49.5 388.1,49.4 388.2,49.4 388.4,49.4 388.5,49.4 388.6,49.4 388.8,49.3 388.9,49.3 389,49.3 389.1,49.3 389.3,49.3 389.4,49.3 389.5,49.2 389.6,49.2 389.8,49.2 389.9,49.2 390,49.2 390.2,49.1 390.3,49.1 390.4,49.1 390.5,49.1 390.7,49.1 390.8,49 390.9,49 391.1,49 391.2,49 391.3,49 391.4,49 391.6,48.9 391.7,48.9 391.8,48.9 391.9,48.9 392.1,48.9 392.2,48.8 392.3,48.8 392.5,48.8 392.6,48.8 392.7,48.8 392.8,48.7 393,48.7 393.1,48.7 393.2,48.7 393.4,48.7 393.5,48.7 393.6,48.6 393.7,48.6 393.9,48.6 394,48.6 394.1,48.6 394.2,48.5 394.4,48.5 394.5,48.5 394.6,48.5 394.8,48.5 394.9,48.4 395,48.4 395.1,48.4 395.3,48.4 395.4,48.4 395.5,48.4 395.7,48.3 395.8,48.3 395.9,48.3 396,48.3 396.2,48.3 396.3,48.2 396.4,48.2 396.5,48.2 396.7,48.2 396.8,48.2 396.9,48.2 397.1,48.1 397.2,48.1 397.3,48.1 397.4,48.1 397.6,48.1 397.7,48 397.8,48 397.9,48 398.1,48 398.2,48 398.3,47.9 398.5,47.9 398.6,47.9 398.7,47.9 398.8,47.9 399,47.9 399.1,47.8 399.2,47.8 399.4,47.8 399.5,47.8 399.6,47.8 399.7,47.7 399.9,47.7 400,47.7 400.1,47.7 400.2,47.7 400.4,47.6 400.5,47.6 400.6,47.6 400.8,47.6 400.9,47.6 401,47.6 401.1,47.5 401.3,47.5 401.4,47.5 401.5,47.5 401.7,47.5 401.8,47.4 401.9,47.4 402,47.4 402.2,47.4 402.3,47.4 402.4,47.3 402.5,47.3 402.7,47.3 402.8,47.3 402.9,47.3 403.1,47.3 403.2,47.2 403.3,47.2 403.4,47.2 403.6,47.2 403.7,47.2 403.8,47.1 404,47.1 404.1,47.1 404.2,47.1 404.3,47.1 404.5,47.1 404.6,47 404.7,47 404.8,47 405,47 405.1,47 405.2,46.9 405.4,46.9 405.5,46.9 405.6,46.9 405.7,46.9 405.9,46.8 406,46.8 406.1,46.8 406.3,46.8 406.4,46.8 406.5,46.8 406.6,46.7 406.8,46.7 406.9,46.7 407,46.7 407.1,46.7 407.3,46.6 407.4,46.6 407.5,46.6 407.7,46.6 407.8,46.6 407.9,46.6 408,46.5 408.2,46.5 408.3,46.5 408.4,46.5 408.6,46.5 408.7,46.4 408.8,46.4 408.9,46.4 409.1,46.4 409.2,46.4 409.3,46.3 409.4,46.3 409.6,46.3 409.7,46.3 409.8,46.3 410,46.3 410.1,46.2 410.2,46.2 410.3,46.2 410.5,46.2 410.6,46.2 410.7,46.1 410.8,46.1 411,46.1 411.1,46.1 411.2,46.1 411.4,46.1 411.5,46 411.6,46 411.7,46 411.9,46 412,46 412.1,45.9 412.3,45.9 412.4,45.9 412.5,45.9 412.6,45.9 412.8,45.8 412.9,45.8 413,45.8 413.1,45.8 413.3,45.8 413.4,45.8 413.5,45.7 413.7,45.7 413.8,45.7 413.9,45.7 414,45.7 414.2,45.6 414.3,45.6 414.4,45.6 414.6,45.6 414.7,45.6 414.8,45.6 414.9,45.5 415.1,45.5 415.2,45.5 415.3,45.5 415.4,45.5 415.6,45.4 415.7,45.4 415.8,45.4 416,45.4 416.1,45.4 416.2,45.4 416.3,45.3 416.5,45.3 416.6,45.3 416.7,45.3 416.9,45.3 417,45.2 417.1,45.2 417.2,45.2 417.4,45.2 417.5,45.2 417.6,45.1 417.7,45.1 417.9,45.1 418,45.1 418.1,45.1 418.3,45.1 418.4,45 418.5,45 418.6,45 418.8,45 418.9,45 419,44.9 419.2,44.9 419.3,44.9 419.4,44.9 419.5,44.9 419.7,44.9 419.8,44.8 419.9,44.8 420,44.8 420.2,44.8 420.3,44.8 420.4,44.7 420.6,44.7 420.7,44.7 420.8,44.7 420.9,44.7 421.1,44.7 421.2,44.6 421.3,44.6 421.4,44.6 421.6,44.6 421.7,44.6 421.8,44.5 422,44.5 422.1,44.5 422.2,44.5 422.3,44.5 422.5,44.5 422.6,44.4 422.7,44.4 422.9,44.4 423,44.4 423.1,44.4 423.2,44.3 423.4,44.3 423.5,44.3 423.6,44.3 423.7,44.3 423.9,44.2 424,44.2 424.1,44.2 424.3,44.2 424.4,44.2 424.5,44.2 424.6,44.1 424.8,44.1 424.9,44.1 425,44.1 425.2,44.1 425.3,44 425.4,44 425.5,44 425.7,44 425.8,44 425.9,44 426,43.9 426.2,43.9 426.3,43.9 426.4,43.9 426.6,43.9 426.7,43.8 426.8,43.8 426.9,43.8 427.1,43.8 427.2,43.8 427.3,43.8 427.5,43.7 427.6,43.7 427.7,43.7 427.8,43.7 428,43.7 428.1,43.6 428.2,43.6 428.3,43.6 428.5,43.6 428.6,43.6 428.7,43.6 428.9,43.5 429,43.5 429.1,43.5 429.2,43.5 429.4,43.5 429.5,43.4 429.6,43.4 429.8,43.4 429.9,43.4 430,43.4 430.1,43.4 430.3,43.3 430.4,43.3 430.5,43.3 430.6,43.3 430.8,43.3 430.9,43.2 431,43.2 431.2,43.2 431.3,43.2 431.4,43.2 431.5,43.1 431.7,43.1 431.8,43.1 431.9,43.1 432.1,43.1 432.2,43.1 432.3,43 432.4,43 432.6,43 432.7,43 432.8,43 432.9,42.9 433.1,42.9 433.2,42.9 433.3,42.9 433.5,42.9 433.6,42.9 433.7,42.8 433.8,42.8 434,42.8 434.1,42.8 434.2,42.8 434.3,42.7 434.5,42.7 434.6,42.7 434.7,42.7 434.9,42.7 435,42.7 435.1,42.6 435.2,42.6 435.4,42.6 435.5,42.6 435.6,42.6 435.8,42.5 435.9,42.5 436,42.5 436.1,42.5 436.3,42.5 436.4,42.5 436.5,42.4 436.6,42.4 436.8,42.4 436.9,42.4 437,42.4 437.2,42.3 437.3,42.3 437.4,42.3 437.5,42.3 437.7,42.3 437.8,42.3 437.9,42.2 438.1,42.2 438.2,42.2 438.3,42.2 438.4,42.2 438.6,42.1 438.7,42.1 438.8,42.1 438.9,42.1 439.1,42.1 439.2,42.1 439.3,42 439.5,42 439.6,42 439.7,42 439.8,42 440,41.9 440.1,41.9 440.2,41.9 440.4,41.9 440.5,41.9 440.6,41.9 440.7,41.8 440.9,41.8 441,41.8 441.1,41.8 441.2,41.8 441.4,41.7 441.5,41.7 441.6,41.7 441.8,41.7 441.9,41.7 442,41.7 442.1,41.6 442.3,41.6 442.4,41.6 442.5,41.6 442.7,41.6 442.8,41.5 442.9,41.5 443,41.5 443.2,41.5 443.3,41.5 443.4,41.5 443.5,41.4 443.7,41.4 443.8,41.4 443.9,41.4 444.1,41.4 444.2,41.3 444.3,41.3 444.4,41.3 444.6,41.3 444.7,41.3 444.8,41.3 444.9,41.2 445.1,41.2 445.2,41.2 445.3,41.2 445.5,41.2 445.6,41.1 445.7,41.1 445.8,41.1 446,41.1 446.1,41.1 446.2,41.1 446.4,41 446.5,41 446.6,41 446.7,41 446.9,41 447,40.9 447.1,40.9 447.2,40.9 447.4,40.9 447.5,40.9 447.6,40.9 447.8,40.8 447.9,40.8 448,40.8 448.1,40.8 448.3,40.8 448.4,40.7 448.5,40.7 448.7,40.7 448.8,40.7 448.9,40.7 449,40.7 449.2,40.6 449.3,40.6 449.4,40.6 449.5,40.6 449.7,40.6 449.8,40.5 449.9,40.5 450.1,40.5 450.2,40.5 450.3,40.5 450.4,40.5 450.6,40.4 450.7,40.4 450.8,40.4 451,40.4 451.1,40.4 451.2,40.3 451.3,40.3 451.5,40.3 451.6,40.3 451.7,40.3 451.8,40.3 452,40.2 452.1,40.2 452.2,40.2 452.4,40.2 452.5,40.2 452.6,40.1 452.7,40.1 452.9,40.1 453,40.1 453.1,40.1 453.3,40.1 453.4,40 453.5,40 453.6,40 453.8,40 453.9,40 454,39.9 454.1,39.9 454.3,39.9 454.4,39.9 454.5,39.9 454.7,39.9 454.8,39.8 454.9,39.8 455,39.8 455.2,39.8 455.3,39.8 455.4,39.7 455.6,39.7 455.7,39.7 455.8,39.7 455.9,39.7 456.1,39.7 456.2,39.6 456.3,39.6 456.4,39.6 456.6,39.6 456.7,39.6 456.8,39.5 457,39.5 457.1,39.5 457.2,39.5 457.3,39.5 457.5,39.5 457.6,39.4 457.7,39.4 457.8,39.4 458,39.4 458.1,39.4 458.2,39.3 458.4,39.3 458.5,39.3 458.6,39.3 458.7,39.3 458.9,39.3 459,39.2 459.1,39.2 459.3,39.2 459.4,39.2 459.5,39.2 459.6,39.1 459.8,39.1 459.9,39.1 460,39.1 460.1,39.1 460.3,39.1 460.4,39 460.5,39 460.7,39 460.8,39 460.9,39 461,38.9 461.2,38.9 461.3,38.9 461.4,38.9 461.6,38.9 461.7,38.9 461.8,38.8 461.9,38.8 462.1,38.8 462.2,38.8 462.3,38.8 462.4,38.7 462.6,38.7 462.7,38.7 462.8,38.7 463,38.7 463.1,38.7 463.2,38.6 463.3,38.6 463.5,38.6 463.6,38.6 463.7,38.6 463.9,38.5 464,38.5 464.1,38.5 464.2,38.5 464.4,38.5 464.5,38.5 464.6,38.4 464.7,38.4 464.9,38.4 465,38.4 465.1,38.4 465.3,38.3 465.4,38.3 465.5,38.3 465.6,38.3 465.8,38.3 465.9,38.3 466,38.2 466.2,38.2 466.3,38.2 466.4,38.2 466.5,38.2 466.7,38.2 466.8,38.1 466.9,38.1 467,38.1 467.2,38.1 467.3,38.1 467.4,38 467.6,38 467.7,38 467.8,38 467.9,38 468.1,38 468.2,37.9 468.3,37.9 468.4,37.9 468.6,37.9 468.7,37.9 468.8,37.8 469,37.8 469.1,37.8 469.2,37.8 469.3,37.8 469.5,37.8 469.6,37.7 469.7,37.7 469.9,37.7 470,37.7 470.1,37.7 470.2,37.6 470.4,37.6 470.5,37.6 470.6,37.6 470.7,37.6 470.9,37.6 471,37.5 471.1,37.5 471.3,37.5 471.4,37.5 471.5,37.5 471.6,37.4 471.8,37.4 471.9,37.4 472,37.4 472.2,37.4 472.3,37.4 472.4,37.3 472.5,37.3 472.7,37.3 472.8,37.3 472.9,37.3 473,37.2 473.2,37.2 473.3,37.2 473.4,37.2 473.6,37.2 473.7,37.2 473.8,37.1 473.9,37.1 474.1,37.1 474.2,37.1 474.3,37.1 474.5,37 474.6,37 474.7,37 474.8,37 475,37 475.1,37 475.2,36.9 475.3,36.9 475.5,36.9 475.6,36.9 475.7,36.9 475.9,36.8 476,36.8 476.1,36.8 476.2,36.8 476.4,36.8 476.5,36.8 476.6,36.7 476.8,36.7 476.9,36.7 477,36.7 477.1,36.7 477.3,36.7 477.4,36.6 477.5,36.6 477.6,36.6 477.8,36.6 477.9,36.6 478,36.5 478.2,36.5 478.3,36.5 478.4,36.5 478.5,36.5 478.7,36.5 478.8,36.4 478.9,36.4 479.1,36.4 479.2,36.4 479.3,36.4 479.4,36.3 479.6,36.3 479.7,36.3 479.8,36.3 479.9,36.3 480.1,36.3 480.2,36.2 480.3,36.2 480.5,36.2 480.6,36.2 480.7,36.2 480.8,36.1 481,36.1 481.1,36.1 481.2,36.1 481.3,36.1 481.5,36.1 481.6,36 481.7,36 481.9,36 482,36 482.1,36 482.2,35.9 482.4,35.9 482.5,35.9 482.6,35.9 482.8,35.9 482.9,35.9 483,35.8 483.1,35.8 483.3,35.8 483.4,35.8 483.5,35.8 483.6,35.7 483.8,35.7 483.9,35.7 484,35.7 484.2,35.7 484.3,35.7 484.4,35.6 484.5,35.6 484.7,35.6 484.8,35.6 484.9,35.6 485.1,35.5 485.2,35.5 485.3,35.5 485.4,35.5 485.6,35.5 485.7,35.5 485.8,35.4 485.9,35.4 486.1,35.4 486.2,35.4 486.3,35.4 486.5,35.4 486.6,35.3 486.7,35.3 486.8,35.3 487,35.3 487.1,35.3 487.2,35.2 487.4,35.2 487.5,35.2 487.6,35.2 487.7,35.2 487.9,35.2 488,35.1 488.1,35.1 488.2,35.1 488.4,35.1 488.5,35.1 488.6,35 488.8,35 488.9,35 489,35 489.1,35 489.3,35 489.4,34.9 489.5,34.9 489.7,34.9 489.8,34.9 489.9,34.9 490,34.8 490.2,34.8 490.3,34.8 490.4,34.8 490.5,34.8 490.7,34.8 490.8,34.7 490.9,34.7 491.1,34.7 491.2,34.7 491.3,34.7 491.4,34.6 491.6,34.6 491.7,34.6 491.8,34.6 491.9,34.6 492.1,34.6 492.2,34.5 492.3,34.5 492.5,34.5 492.6,34.5 492.7,34.5 492.8,34.4 493,34.4 493.1,34.4 493.2,34.4 493.4,34.4 493.5,34.4 493.6,34.3 493.7,34.3 493.9,34.3 494,34.3 494.1,34.3 494.2,34.3 494.4,34.2 494.5,34.2 494.6,34.2 494.8,34.2 494.9,34.2 495,34.1 495.1,34.1 495.3,34.1 495.4,34.1 495.5,34.1 495.7,34.1 495.8,34 495.9,34 496,34 496.2,34 496.3,34 496.4,33.9 496.5,33.9 496.7,33.9 496.8,33.9 496.9,33.9 497.1,33.9 497.2,33.8 497.3,33.8 497.4,33.8 497.6,33.8 497.7,33.8 497.8,33.7 498,33.7 498.1,33.7 498.2,33.7 498.3,33.7 498.5,33.7 498.6,33.6 498.7,33.6 498.8,33.6 499,33.6 499.1,33.6 499.2,33.5 499.4,33.5 499.5,33.5 499.6,33.5 499.7,33.5 499.9,33.5 500,33.4 500.1,33.4 500.3,33.4 500.4,33.4 500.5,33.4 500.6,33.4 500.8,33.3 500.9,33.3 501,33.3 501.1,33.3 501.3,33.3 501.4,33.2 501.5,33.2 501.7,33.2 501.8,33.2 501.9,33.2 502,33.2 502.2,33.1 502.3,33.1 502.4,33.1 502.5,33.1 502.7,33.1 502.8,33 502.9,33 503.1,33 503.2,33 503.3,33 503.4,33 503.6,32.9 503.7,32.9 503.8,32.9 504,32.9 504.1,32.9 504.2,32.8 504.3,32.8 504.5,32.8 504.6,32.8 504.7,32.8 504.8,32.8 505,32.7 505.1,32.7 505.2,32.7 505.4,32.7 505.5,32.7 505.6,32.6 505.7,32.6 505.9,32.6 506,32.6 506.1,32.6 506.3,32.6 506.4,32.5 506.5,32.5 506.6,32.5 506.8,32.5 506.9,32.5 507,32.5 507.1,32.4 507.3,32.4 507.4,32.4 507.5,32.4 507.7,32.4 507.8,32.3 507.9,32.3 508,32.3 508.2,32.3 508.3,32.3 508.4,32.3 508.6,32.2 508.7,32.2 508.8,32.2 508.9,32.2 509.1,32.2 509.2,32.1 509.3,32.1 509.4,32.1 509.6,32.1 509.7,32.1 509.8,32.1 510,32 510.1,32 510.2,32 510.3,32 510.5,32 510.6,31.9 510.7,31.9 510.9,31.9 511,31.9 511.1,31.9 511.2,31.9 511.4,31.8 511.5,31.8 511.6,31.8 511.7,31.8 511.9,31.8 512,31.7 512.1,31.7 512.3,31.7 512.4,31.7 512.5,31.7 512.6,31.7 512.8,31.6 512.9,31.6 513,31.6 513.2,31.6 513.3,31.6 513.4,31.6 513.5,31.5 513.7,31.5 513.8,31.5 513.9,31.5 514,31.5 514.2,31.4 514.3,31.4 514.4,31.4 514.6,31.4 514.7,31.4 514.8,31.4 514.9,31.3 515.1,31.3 515.2,31.3 515.3,31.3 515.4,31.3 515.6,31.2 515.7,31.2 515.8,31.2 516,31.2 516.1,31.2 516.2,31.2 516.3,31.1 516.5,31.1 516.6,31.1 516.7,31.1 516.9,31.1 517,31 517.1,31 517.2,31 517.4,31 517.5,31 517.6,31 517.7,30.9 517.9,30.9 518,30.9 518.1,30.9 518.3,30.9 518.4,30.8 518.5,30.8 518.6,30.8 518.8,30.8 518.9,30.8 519,30.8 519.2,30.7 519.3,30.7 519.4,30.7 519.5,30.7 519.7,30.7 519.8,30.7 519.9,30.6 520,30.6 520.2,30.6 520.3,30.6 520.4,30.6 520.6,30.5 520.7,30.5 520.8,30.5 520.9,30.5 521.1,30.5 521.2,30.5 521.3,30.4 521.5,30.4 521.6,30.4 521.7,30.4 521.8,30.4 522,30.3 522.1,30.3 522.2,30.3 522.3,30.3 522.5,30.3 522.6,30.3 522.7,30.2 522.9,30.2 523,30.2 523.1,30.2 523.2,30.2 523.4,30.1 523.5,30.1 523.6,30.1 523.8,30.1 523.9,30.1 524,30.1 524.1,30 524.3,30 524.4,30 524.5,30 524.6,30 524.8,30 524.9,29.9 525,29.9 525.2,29.9 525.3,29.9 525.4,29.9 525.5,29.8 525.7,29.8 525.8,29.8 525.9,29.8 526,29.8 526.2,29.8 526.3,29.7 526.4,29.7 526.6,29.7 526.7,29.7 526.8,29.7 526.9,29.6 527.1,29.6 527.2,29.6 527.3,29.6 527.5,29.6 527.6,29.6 527.7,29.5 527.8,29.5 528,29.5 528.1,29.5 528.2,29.5 528.3,29.4 528.5,29.4 528.6,29.4 528.7,29.4 528.9,29.4 529,29.4 529.1,29.3 529.2,29.3 529.4,29.3 529.5,29.3 529.6,29.3 529.8,29.2 529.9,29.2 530,29.2 530.1,29.2 530.3,29.2 530.4,29.2 530.5,29.1 530.6,29.1 530.8,29.1 530.9,29.1 531,29.1 531.2,29.1 531.3,29 531.4,29 531.5,29 531.7,29 531.8,29 531.9,28.9 532.1,28.9 532.2,28.9 532.3,28.9 532.4,28.9 532.6,28.9 532.7,28.8 532.8,28.8 532.9,28.8 533.1,28.8 533.2,28.8 533.3,28.7 533.5,28.7 533.6,28.7 533.7,28.7 533.8,28.7 534,28.7 534.1,28.6 534.2,28.6 534.4,28.6 534.5,28.6 534.6,28.6 534.7,28.5 534.9,28.5 535,28.5 535.1,28.5 535.2,28.5 535.4,28.5 535.5,28.4 535.6,28.4 535.8,28.4 535.9,28.4 536,28.4 536.1,28.4 536.3,28.3 536.4,28.3 536.5,28.3 536.7,28.3 536.8,28.3 536.9,28.2 537,28.2 537.2,28.2 537.3,28.2 537.4,28.2 537.5,28.2 537.7,28.1 537.8,28.1 537.9,28.1 538.1,28.1 538.2,28.1 538.3,28 538.4,28 538.6,28 538.7,28 538.8,28 538.9,28 539.1,27.9 539.2,27.9 539.3,27.9 539.5,27.9 539.6,27.9 539.7,27.8 539.8,27.8 540,27.8 540.1,27.8 540.2,27.8 540.4,27.8 540.5,27.7 540.6,27.7 540.7,27.7 540.9,27.7 541,27.7 541.1,27.7 541.2,27.6 541.4,27.6 541.5,27.6 541.6,27.6 541.8,27.6 541.9,27.5 542,27.5 542.1,27.5 542.3,27.5 542.4,27.5 542.5,27.5 542.7,27.4 542.8,27.4 542.9,27.4 543,27.4 543.2,27.4 543.3,27.3 543.4,27.3 543.5,27.3 543.7,27.3 543.8,27.3 543.9,27.3 544.1,27.2 544.2,27.2 544.3,27.2 544.4,27.2 544.6,27.2 544.7,27.1 544.8,27.1 545,27.1 545.1,27.1 545.2,27.1 545.3,27.1 545.5,27 545.6,27 545.7,27 545.8,27 546,27 546.1,27 546.2,26.9 546.4,26.9 546.5,26.9 546.6,26.9 546.7,26.9 546.9,26.8 547,26.8 547.1,26.8 547.3,26.8 547.4,26.8 547.5,26.8 547.6,26.7 547.8,26.7 547.9,26.7 548,26.7 548.1,26.7 548.3,26.6 548.4,26.6 548.5,26.6 548.7,26.6 548.8,26.6 548.9,26.6 549,26.5 549.2,26.5 549.3,26.5 549.4,26.5 549.5,26.5 549.7,26.4 549.8,26.4 549.9,26.4 550.1,26.4 550.2,26.4 550.3,26.4 550.4,26.3 550.6,26.3 550.7,26.3 550.8,26.3 551,26.3 551.1,26.2 551.2,26.2 551.3,26.2 551.5,26.2 551.6,26.2 551.7,26.2 551.8,26.1 552,26.1 552.1,26.1 552.2,26.1 552.4,26.1 552.5,26.1 552.6,26 552.7,26 552.9,26 553,26 553.1,26 553.3,25.9 553.4,25.9 553.5,25.9 553.6,25.9 553.8,25.9 553.9,25.9 554,25.8 554.1,25.8 554.3,25.8 554.4,25.8 554.5,25.8 554.7,25.7 554.8,25.7 554.9,25.7 555,25.7 555.2,25.7 555.3,25.7 555.4,25.6 555.6,25.6 555.7,25.6 555.8,25.6 555.9,25.6 556.1,25.5 556.2,25.5 556.3,25.5 556.4,25.5 556.6,25.5 556.7,25.5 556.8,25.4 557,25.4 557.1,25.4 557.2,25.4 557.3,25.4 557.5,25.4 557.6,25.3 557.7,25.3 557.9,25.3 558,25.3 558.1,25.3 558.2,25.2 558.4,25.2 558.5,25.2 558.6,25.2 558.7,25.2 558.9,25.2 559,25.1 559.1,25.1 559.3,25.1 559.4,25.1 559.5,25.1 559.6,25 559.8,25 559.9,25 560,25 560.2,25 560.3,25 560.4,24.9 560.5,24.9 560.7,24.9 560.8,24.9 560.9,24.9 561,24.8 561.2,24.8 561.3,24.8 561.4,24.8 561.6,24.8 561.7,24.8 561.8,24.7 561.9,24.7 562.1,24.7 562.2,24.7 562.3,24.7 562.4,24.7 562.6,24.6 562.7,24.6 562.8,24.6 563,24.6 563.1,24.6 563.2,24.5 563.3,24.5 563.5,24.5 563.6,24.5 563.7,24.5 563.9,24.5 564,24.4 564.1,24.4 564.2,24.4 564.4,24.4 564.5,24.4 564.6,24.3 564.7,24.3 564.9,24.3 565,24.3 565.1,24.3 565.3,24.3 565.4,24.2 565.5,24.2 565.6,24.2 565.8,24.2 565.9,24.2 566,24.1 566.2,24.1 566.3,24.1 566.4,24.1 566.5,24.1 566.7,24.1 566.8,24 566.9,24 567,24 567.2,24 567.3,24 567.4,24 567.6,23.9 567.7,23.9 567.8,23.9 567.9,23.9 568.1,23.9 568.2,23.8 568.3,23.8 568.5,23.8 568.6,23.8 568.7,23.8 568.8,23.8 569,23.7 569.1,23.7 569.2,23.7 569.3,23.7 569.5,23.7 569.6,23.6 569.7,23.6 569.9,23.6 570,23.6 570.1,23.6 570.2,23.6 570.4,23.5 570.5,23.5 570.6,23.5 570.8,23.5 570.9,23.5 571,23.5 571.1,23.4 571.3,23.4 571.4,23.4 571.5,23.4 571.6,23.4 571.8,23.3 571.9,23.3 572,23.3 572.2,23.3 572.3,23.3 572.4,23.3 572.5,23.2 572.7,23.2 572.8,23.2 572.9,23.2 573,23.2 573.2,23.1 573.3,23.1 573.4,23.1 573.6,23.1 573.7,23.1 573.8,23.1 573.9,23 574.1,23 574.2,23 574.3,23 574.5,23 574.6,22.9 574.7,22.9 574.8,22.9 575,22.9 575.1,22.9 575.2,22.9 575.3,22.8 575.5,22.8 575.6,22.8 575.7,22.8 575.9,22.8 576,22.8 576.1,22.7 576.2,22.7 576.4,22.7 576.5,22.7 576.6,22.7 576.8,22.6 576.9,22.6 577,22.6 577.1,22.6 577.3,22.6 577.4,22.6 577.5,22.5 577.6,22.5 577.8,22.5 577.9,22.5 578,22.5 578.2,22.4 578.3,22.4 578.4,22.4 578.5,22.4 578.7,22.4 578.8,22.4 578.9,22.3 579.1,22.3 579.2,22.3 579.3,22.3 579.4,22.3 579.6,22.2 579.7,22.2 579.8,22.2 579.9,22.2 580.1,22.2 580.2,22.2 580.3,22.1 580.5,22.1 580.6,22.1 580.7,22.1 580.8,22.1 581,22.1 581.1,22 581.2,22 581.4,22 581.5,22 581.6,22 581.7,21.9 581.9,21.9 582,21.9 582.1,21.9 582.2,21.9 582.4,21.9 582.5,21.8 582.6,21.8 582.8,21.8 582.9,21.8 583,21.8 583.1,21.7 583.3,21.7 583.4,21.7 583.5,21.7 583.7,21.7 583.8,21.7 583.9,21.6 584,21.6 584.2,21.6 584.3,21.6 584.4,21.6 584.5,21.5 584.7,21.5 584.8,21.5 584.9,21.5 585.1,21.5 585.2,21.5 585.3,21.4 585.4,21.4 585.6,21.4 585.7,21.4 585.8,21.4 585.9,21.4 586.1,21.3 586.2,21.3 586.3,21.3 586.5,21.3 586.6,21.3 586.7,21.2 586.8,21.2 587,21.2 587.1,21.2 587.2,21.2 587.4,21.2 587.5,21.1 587.6,21.1 587.7,21.1 587.9,21.1 588,21.1 588.1,21 588.2,21 588.4,21 588.5,21 588.6,21 588.8,21 588.9,20.9 589,20.9 589.1,20.9 589.3,20.9 589.4,20.9 589.5,20.8 589.7,20.8 589.8,20.8 589.9,20.8 590,20.8 590.2,20.8 590.3,20.7 590.4,20.7 590.5,20.7 590.7,20.7 590.8,20.7 590.9,20.7 591.1,20.6 591.2,20.6 591.3,20.6 591.4,20.6 591.6,20.6 591.7,20.5 591.8,20.5 592,20.5 592.1,20.5 592.2,20.5 592.3,20.5 592.5,20.4 592.6,20.4 592.7,20.4 592.8,20.4 593,20.4 593.1,20.3 593.2,20.3 593.4,20.3 593.5,20.3 593.6,20.3 593.7,20.3 593.9,20.2 594,20.2 594.1,20.2 594.3,20.2 594.4,20.2 594.5,20.1 594.6,20.1 594.8,20.1 594.9,20.1 595,20.1 595.1,20.1 595.3,20 595.4,20 595.5,20 595.7,20 595.8,20 595.9,20 596,19.9 596.2,19.9 596.3,19.9 596.4,19.9 596.5,19.9 596.7,19.8 596.8,19.8 596.9,19.8 597.1,19.8 597.2,19.8 597.3,19.8 597.4,19.7 597.6,19.7 597.7,19.7 597.8,19.7 598,19.7 598.1,19.6 598.2,19.6 598.3,19.6 598.5,19.6 598.6,19.6 598.7,19.6 598.8,19.5 599,19.5 599.1,19.5 599.2,19.5 599.4,19.5 599.5,19.5 599.6,19.4 599.7,19.4 599.9,19.4 600,19.4 600.1,19.4 600.3,19.3 600.4,19.3 600.5,19.3 600.6,19.3 600.8,19.3 600.9,19.3 601,19.2 601.1,19.2 601.3,19.2 601.4,19.2 601.5,19.2 601.7,19.1 601.8,19.1 601.9,19.1 602,19.1 602.2,19.1 602.3,19.1 602.4,19 602.6,19 602.7,19 602.8,19 602.9,19 603.1,18.9 603.2,18.9 603.3,18.9 603.4,18.9 603.6,18.9 603.7,18.9 603.8,18.8 604,18.8 604.1,18.8 604.2,18.8 604.3,18.8 604.5,18.8 604.6,18.7 604.7,18.7 604.9,18.7 605,18.7 605.1,18.7 605.2,18.6 605.4,18.6 605.5,18.6 605.6,18.6 605.7,18.6 605.9,18.6 606,18.5 606.1,18.5 606.3,18.5 606.4,18.5 606.5,18.5 606.6,18.4 606.8,18.4 606.9,18.4 607,18.4 607.2,18.4 607.3,18.4 607.4,18.3 607.5,18.3 607.7,18.3 607.8,18.3 607.9,18.3 608,18.2 608.2,18.2 608.3,18.2 608.4,18.2 608.6,18.2 608.7,18.2 608.8,18.1 608.9,18.1 609.1,18.1 609.2,18.1 609.3,18.1 609.4,18.1 609.6,18 609.7,18 609.8,18 610,18 610.1,18 610.2,17.9 610.3,17.9 610.5,17.9 610.6,17.9 610.7,17.9 610.9,17.9 611,17.8 611.1,17.8 611.2,17.8 611.4,17.8 611.5,17.8 611.6,17.7 611.7,17.7 611.9,17.7 612,17.7 612.1,17.7 612.3,17.7 612.4,17.6 612.5,17.6 612.6,17.6 612.8,17.6 612.9,17.6 613,17.5 613.2,17.5 613.3,17.5 613.4,17.5 613.5,17.5 613.7,17.5 613.8,17.4 613.9,17.4 614,17.4 614.2,17.4 614.3,17.4 614.4,17.4 614.6,17.3 614.7,17.3 614.8,17.3 614.9,17.3 615.1,17.3 615.2,17.2 615.3,17.2 615.5,17.2 615.6,17.2 615.7,17.2 615.8,17.2 616,17.1 616.1,17.1 616.2,17.1 616.3,17.1 616.5,17.1 616.6,17 616.7,17 616.9,17 617,17 617.1,17 617.2,17 617.4,16.9 617.5,16.9 617.6,16.9 617.8,16.9 617.9,16.9 618,16.8 618.1,16.8 618.3,16.8 618.4,16.8 618.5,16.8 618.6,16.8 618.8,16.7 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,476.484,73.2281)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,476.484,73.2281)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,476.484,73.2281)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,476.484,73.2281)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,476.484,73.2281)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,476.484,73.2281)"
font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0" font-family="Sans" font-size="9" font-weight="400" font-style="normal"
>Alton Brown Fan</text>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,476.484,73.2281)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#e69f00" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="evenodd" d="M571.5,68.5 L604.5,68.5"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#e69f00" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,417.1 59.5,417.1 59.6,417.1 59.8,417.1 59.9,417 60,417 60.1,417 60.3,417 60.4,417 60.5,416.9 60.6,416.9 60.8,416.9 60.9,416.9 61,416.9 61.2,416.9 61.3,416.8 61.4,416.8 61.5,416.8 61.7,416.8 61.8,416.8 61.9,416.8 62.1,416.7 62.2,416.7 62.3,416.7 62.4,416.7 62.6,416.7 62.7,416.6 62.8,416.6 62.9,416.6 63.1,416.6 63.2,416.6 63.3,416.6 63.5,416.5 63.6,416.5 63.7,416.5 63.8,416.5 64,416.5 64.1,416.4 64.2,416.4 64.4,416.4 64.5,416.4 64.6,416.4 64.7,416.4 64.9,416.3 65,416.3 65.1,416.3 65.2,416.3 65.4,416.3 65.5,416.3 65.6,416.2 65.8,416.2 65.9,416.2 66,416.2 66.1,416.2 66.3,416.1 66.4,416.1 66.5,416.1 66.7,416.1 66.8,416.1 66.9,416.1 67,416 67.2,416 67.3,416 67.4,416 67.5,416 67.7,415.9 67.8,415.9 67.9,415.9 68.1,415.9 68.2,415.9 68.3,415.9 68.4,415.8 68.6,415.8 68.7,415.8 68.8,415.8 69,415.8 69.1,415.7 69.2,415.7 69.3,415.7 69.5,415.7 69.6,415.7 69.7,415.7 69.8,415.6 70,415.6 70.1,415.6 70.2,415.6 70.4,415.6 70.5,415.6 70.6,415.5 70.7,415.5 70.9,415.5 71,415.5 71.1,415.5 71.2,415.4 71.4,415.4 71.5,415.4 71.6,415.4 71.8,415.4 71.9,415.4 72,415.3 72.1,415.3 72.3,415.3 72.4,415.3 72.5,415.3 72.7,415.2 72.8,415.2 72.9,415.2 73,415.2 73.2,415.2 73.3,415.2 73.4,415.1 73.5,415.1 73.7,415.1 73.8,415.1 73.9,415.1 74.1,415.1 74.2,415 74.3,415 74.4,415 74.6,415 74.7,415 74.8,414.9 75,414.9 75.1,414.9 75.2,414.9 75.3,414.9 75.5,414.9 75.6,414.8 75.7,414.8 75.8,414.8 76,414.8 76.1,414.8 76.2,414.7 76.4,414.7 76.5,414.7 76.6,414.7 76.7,414.7 76.9,414.7 77,414.6 77.1,414.6 77.3,414.6 77.4,414.6 77.5,414.6 77.6,414.5 77.8,414.5 77.9,414.5 78,414.5 78.1,414.5 78.3,414.5 78.4,414.4 78.5,414.4 78.7,414.4 78.8,414.4 78.9,414.4 79,414.4 79.2,414.3 79.3,414.3 79.4,414.3 79.6,414.3 79.7,414.3 79.8,414.2 79.9,414.2 80.1,414.2 80.2,414.2 80.3,414.2 80.4,414.2 80.6,414.1 80.7,414.1 80.8,414.1 81,414.1 81.1,414.1 81.2,414 81.3,414 81.5,414 81.6,414 81.7,414 81.9,414 82,413.9 82.1,413.9 82.2,413.9 82.4,413.9 82.5,413.9 82.6,413.8 82.7,413.8 82.9,413.8 83,413.8 83.1,413.8 83.3,413.8 83.4,413.7 83.5,413.7 83.6,413.7 83.8,413.7 83.9,413.7 84,413.7 84.1,413.6 84.3,413.6 84.4,413.6 84.5,413.6 84.7,413.6 84.8,413.5 84.9,413.5 85,413.5 85.2,413.5 85.3,413.5 85.4,413.5 85.6,413.4 85.7,413.4 85.8,413.4 85.9,413.4 86.1,413.4 86.2,413.3 86.3,413.3 86.4,413.3 86.6,413.3 86.7,413.3 86.8,413.3 87,413.2 87.1,413.2 87.2,413.2 87.3,413.2 87.5,413.2 87.6,413.2 87.7,413.1 87.9,413.1 88,413.1 88.1,413.1 88.2,413.1 88.4,413 88.5,413 88.6,413 88.7,413 88.9,413 89,413 89.1,412.9 89.3,412.9 89.4,412.9 89.5,412.9 89.6,412.9 89.8,412.8 89.9,412.8 90,412.8 90.2,412.8 90.3,412.8 90.4,412.8 90.5,412.7 90.7,412.7 90.8,412.7 90.9,412.7 91,412.7 91.2,412.6 91.3,412.6 91.4,412.6 91.6,412.6 91.7,412.6 91.8,412.6 91.9,412.5 92.1,412.5 92.2,412.5 92.3,412.5 92.5,412.5 92.6,412.5 92.7,412.4 92.8,412.4 93,412.4 93.1,412.4 93.2,412.4 93.3,412.3 93.5,412.3 93.6,412.3 93.7,412.3 93.9,412.3 94,412.3 94.1,412.2 94.2,412.2 94.4,412.2 94.5,412.2 94.6,412.2 94.7,412.1 94.9,412.1 95,412.1 95.1,412.1 95.3,412.1 95.4,412.1 95.5,412 95.6,412 95.8,412 95.9,412 96,412 96.2,411.9 96.3,411.9 96.4,411.9 96.5,411.9 96.7,411.9 96.8,411.9 96.9,411.8 97,411.8 97.2,411.8 97.3,411.8 97.4,411.8 97.6,411.8 97.7,411.7 97.8,411.7 97.9,411.7 98.1,411.7 98.2,411.7 98.3,411.6 98.5,411.6 98.6,411.6 98.7,411.6 98.8,411.6 99,411.6 99.1,411.5 99.2,411.5 99.3,411.5 99.5,411.5 99.6,411.5 99.7,411.4 99.9,411.4 100,411.4 100.1,411.4 100.2,411.4 100.4,411.4 100.5,411.3 100.6,411.3 100.8,411.3 100.9,411.3 101,411.3 101.1,411.3 101.3,411.2 101.4,411.2 101.5,411.2 101.6,411.2 101.8,411.2 101.9,411.1 102,411.1 102.2,411.1 102.3,411.1 102.4,411.1 102.5,411.1 102.7,411 102.8,411 102.9,411 103.1,411 103.2,411 103.3,410.9 103.4,410.9 103.6,410.9 103.7,410.9 103.8,410.9 103.9,410.9 104.1,410.8 104.2,410.8 104.3,410.8 104.5,410.8 104.6,410.8 104.7,410.7 104.8,410.7 105,410.7 105.1,410.7 105.2,410.7 105.4,410.7 105.5,410.6 105.6,410.6 105.7,410.6 105.9,410.6 106,410.6 106.1,410.6 106.2,410.5 106.4,410.5 106.5,410.5 106.6,410.5 106.8,410.5 106.9,410.4 107,410.4 107.1,410.4 107.3,410.4 107.4,410.4 107.5,410.4 107.6,410.3 107.8,410.3 107.9,410.3 108,410.3 108.2,410.3 108.3,410.2 108.4,410.2 108.5,410.2 108.7,410.2 108.8,410.2 108.9,410.2 109.1,410.1 109.2,410.1 109.3,410.1 109.4,410.1 109.6,410.1 109.7,410 109.8,410 109.9,410 110.1,410 110.2,410 110.3,410 110.5,409.9 110.6,409.9 110.7,409.9 110.8,409.9 111,409.9 111.1,409.9 111.2,409.8 111.4,409.8 111.5,409.8 111.6,409.8 111.7,409.8 111.9,409.7 112,409.7 112.1,409.7 112.2,409.7 112.4,409.7 112.5,409.7 112.6,409.6 112.8,409.6 112.9,409.6 113,409.6 113.1,409.6 113.3,409.5 113.4,409.5 113.5,409.5 113.7,409.5 113.8,409.5 113.9,409.5 114,409.4 114.2,409.4 114.3,409.4 114.4,409.4 114.5,409.4 114.7,409.4 114.8,409.3 114.9,409.3 115.1,409.3 115.2,409.3 115.3,409.3 115.4,409.2 115.6,409.2 115.7,409.2 115.8,409.2 116,409.2 116.1,409.2 116.2,409.1 116.3,409.1 116.5,409.1 116.6,409.1 116.7,409.1 116.8,409 117,409 117.1,409 117.2,409 117.4,409 117.5,409 117.6,408.9 117.7,408.9 117.9,408.9 118,408.9 118.1,408.9 118.2,408.8 118.4,408.8 118.5,408.8 118.6,408.8 118.8,408.8 118.9,408.8 119,408.7 119.1,408.7 119.3,408.7 119.4,408.7 119.5,408.7 119.7,408.7 119.8,408.6 119.9,408.6 120,408.6 120.2,408.6 120.3,408.6 120.4,408.5 120.5,408.5 120.7,408.5 120.8,408.5 120.9,408.5 121.1,408.5 121.2,408.4 121.3,408.4 121.4,408.4 121.6,408.4 121.7,408.4 121.8,408.3 122,408.3 122.1,408.3 122.2,408.3 122.3,408.3 122.5,408.3 122.6,408.2 122.7,408.2 122.8,408.2 123,408.2 123.1,408.2 123.2,408.1 123.4,408.1 123.5,408.1 123.6,408.1 123.7,408.1 123.9,408.1 124,408 124.1,408 124.3,408 124.4,408 124.5,408 124.6,408 124.8,407.9 124.9,407.9 125,407.9 125.1,407.9 125.3,407.9 125.4,407.8 125.5,407.8 125.7,407.8 125.8,407.8 125.9,407.8 126,407.8 126.2,407.7 126.3,407.7 126.4,407.7 126.6,407.7 126.7,407.7 126.8,407.6 126.9,407.6 127.1,407.6 127.2,407.6 127.3,407.6 127.4,407.6 127.6,407.5 127.7,407.5 127.8,407.5 128,407.5 128.1,407.5 128.2,407.5 128.3,407.4 128.5,407.4 128.6,407.4 128.7,407.4 128.9,407.4 129,407.3 129.1,407.3 129.2,407.3 129.4,407.3 129.5,407.3 129.6,407.3 129.7,407.2 129.9,407.2 130,407.2 130.1,407.2 130.3,407.2 130.4,407.1 130.5,407.1 130.6,407.1 130.8,407.1 130.9,407.1 131,407.1 131.1,407 131.3,407 131.4,407 131.5,407 131.7,407 131.8,406.9 131.9,406.9 132,406.9 132.2,406.9 132.3,406.9 132.4,406.9 132.6,406.8 132.7,406.8 132.8,406.8 132.9,406.8 133.1,406.8 133.2,406.8 133.3,406.7 133.4,406.7 133.6,406.7 133.7,406.7 133.8,406.7 134,406.6 134.1,406.6 134.2,406.6 134.3,406.6 134.5,406.6 134.6,406.6 134.7,406.5 134.9,406.5 135,406.5 135.1,406.5 135.2,406.5 135.4,406.4 135.5,406.4 135.6,406.4 135.7,406.4 135.9,406.4 136,406.4 136.1,406.3 136.3,406.3 136.4,406.3 136.5,406.3 136.6,406.3 136.8,406.2 136.9,406.2 137,406.2 137.2,406.2 137.3,406.2 137.4,406.2 137.5,406.1 137.7,406.1 137.8,406.1 137.9,406.1 138,406.1 138.2,406.1 138.3,406 138.4,406 138.6,406 138.7,406 138.8,406 138.9,405.9 139.1,405.9 139.2,405.9 139.3,405.9 139.5,405.9 139.6,405.9 139.7,405.8 139.8,405.8 140,405.8 140.1,405.8 140.2,405.8 140.3,405.7 140.5,405.7 140.6,405.7 140.7,405.7 140.9,405.7 141,405.7 141.1,405.6 141.2,405.6 141.4,405.6 141.5,405.6 141.6,405.6 141.7,405.6 141.9,405.5 142,405.5 142.1,405.5 142.3,405.5 142.4,405.5 142.5,405.4 142.6,405.4 142.8,405.4 142.9,405.4 143,405.4 143.2,405.4 143.3,405.3 143.4,405.3 143.5,405.3 143.7,405.3 143.8,405.3 143.9,405.2 144,405.2 144.2,405.2 144.3,405.2 144.4,405.2 144.6,405.2 144.7,405.1 144.8,405.1 144.9,405.1 145.1,405.1 145.2,405.1 145.3,405 145.5,405 145.6,405 145.7,405 145.8,405 146,405 146.1,404.9 146.2,404.9 146.3,404.9 146.5,404.9 146.6,404.9 146.7,404.9 146.9,404.8 147,404.8 147.1,404.8 147.2,404.8 147.4,404.8 147.5,404.7 147.6,404.7 147.8,404.7 147.9,404.7 148,404.7 148.1,404.7 148.3,404.6 148.4,404.6 148.5,404.6 148.6,404.6 148.8,404.6 148.9,404.5 149,404.5 149.2,404.5 149.3,404.5 149.4,404.5 149.5,404.5 149.7,404.4 149.8,404.4 149.9,404.4 150.1,404.4 150.2,404.4 150.3,404.3 150.4,404.3 150.6,404.3 150.7,404.3 150.8,404.3 150.9,404.3 151.1,404.2 151.2,404.2 151.3,404.2 151.5,404.2 151.6,404.2 151.7,404.2 151.8,404.1 152,404.1 152.1,404.1 152.2,404.1 152.4,404.1 152.5,404 152.6,404 152.7,404 152.9,404 153,404 153.1,404 153.2,403.9 153.4,403.9 153.5,403.9 153.6,403.9 153.8,403.9 153.9,403.8 154,403.8 154.1,403.8 154.3,403.8 154.4,403.8 154.5,403.8 154.6,403.7 154.8,403.7 154.9,403.7 155,403.7 155.2,403.7 155.3,403.7 155.4,403.6 155.5,403.6 155.7,403.6 155.8,403.6 155.9,403.6 156.1,403.5 156.2,403.5 156.3,403.5 156.4,403.5 156.6,403.5 156.7,403.5 156.8,403.4 156.9,403.4 157.1,403.4 157.2,403.4 157.3,403.4 157.5,403.3 157.6,403.3 157.7,403.3 157.8,403.3 158,403.3 158.1,403.3 158.2,403.2 158.4,403.2 158.5,403.2 158.6,403.2 158.7,403.2 158.9,403.1 159,403.1 159.1,403.1 159.2,403.1 159.4,403.1 159.5,403.1 159.6,403 159.8,403 159.9,403 160,403 160.1,403 160.3,403 160.4,402.9 160.5,402.9 160.7,402.9 160.8,402.9 160.9,402.9 161,402.8 161.2,402.8 161.3,402.8 161.4,402.8 161.5,402.8 161.7,402.8 161.8,402.7 161.9,402.7 162.1,402.7 162.2,402.7 162.3,402.7 162.4,402.6 162.6,402.6 162.7,402.6 162.8,402.6 163,402.6 163.1,402.6 163.2,402.5 163.3,402.5 163.5,402.5 163.6,402.5 163.7,402.5 163.8,402.5 164,402.4 164.1,402.4 164.2,402.4 164.4,402.4 164.5,402.4 164.6,402.3 164.7,402.3 164.9,402.3 165,402.3 165.1,402.3 165.2,402.3 165.4,402.2 165.5,402.2 165.6,402.2 165.8,402.2 165.9,402.2 166,402.1 166.1,402.1 166.3,402.1 166.4,402.1 166.5,402.1 166.7,402.1 166.8,402 166.9,402 167,402 167.2,402 167.3,402 167.4,401.9 167.5,401.9 167.7,401.9 167.8,401.9 167.9,401.9 168.1,401.9 168.2,401.8 168.3,401.8 168.4,401.8 168.6,401.8 168.7,401.8 168.8,401.8 169,401.7 169.1,401.7 169.2,401.7 169.3,401.7 169.5,401.7 169.6,401.6 169.7,401.6 169.8,401.6 170,401.6 170.1,401.6 170.2,401.6 170.4,401.5 170.5,401.5 170.6,401.5 170.7,401.5 170.9,401.5 171,401.4 171.1,401.4 171.3,401.4 171.4,401.4 171.5,401.4 171.6,401.4 171.8,401.3 171.9,401.3 172,401.3 172.1,401.3 172.3,401.3 172.4,401.2 172.5,401.2 172.7,401.2 172.8,401.2 172.9,401.2 173,401.2 173.2,401.1 173.3,401.1 173.4,401.1 173.6,401.1 173.7,401.1 173.8,401.1 173.9,401 174.1,401 174.2,401 174.3,401 174.4,401 174.6,400.9 174.7,400.9 174.8,400.9 175,400.9 175.1,400.9 175.2,400.9 175.3,400.8 175.5,400.8 175.6,400.8 175.7,400.8 175.9,400.8 176,400.7 176.1,400.7 176.2,400.7 176.4,400.7 176.5,400.7 176.6,400.7 176.7,400.6 176.9,400.6 177,400.6 177.1,400.6 177.3,400.6 177.4,400.6 177.5,400.5 177.6,400.5 177.8,400.5 177.9,400.5 178,400.5 178.1,400.4 178.3,400.4 178.4,400.4 178.5,400.4 178.7,400.4 178.8,400.4 178.9,400.3 179,400.3 179.2,400.3 179.3,400.3 179.4,400.3 179.6,400.2 179.7,400.2 179.8,400.2 179.9,400.2 180.1,400.2 180.2,400.2 180.3,400.1 180.4,400.1 180.6,400.1 180.7,400.1 180.8,400.1 181,400 181.1,400 181.2,400 181.3,400 181.5,400 181.6,400 181.7,399.9 181.9,399.9 182,399.9 182.1,399.9 182.2,399.9 182.4,399.9 182.5,399.8 182.6,399.8 182.7,399.8 182.9,399.8 183,399.8 183.1,399.7 183.3,399.7 183.4,399.7 183.5,399.7 183.6,399.7 183.8,399.7 183.9,399.6 184,399.6 184.2,399.6 184.3,399.6 184.4,399.6 184.5,399.5 184.7,399.5 184.8,399.5 184.9,399.5 185,399.5 185.2,399.5 185.3,399.4 185.4,399.4 185.6,399.4 185.7,399.4 185.8,399.4 185.9,399.3 186.1,399.3 186.2,399.3 186.3,399.3 186.5,399.3 186.6,399.3 186.7,399.2 186.8,399.2 187,399.2 187.1,399.2 187.2,399.2 187.3,399.2 187.5,399.1 187.6,399.1 187.7,399.1 187.9,399.1 188,399.1 188.1,399 188.2,399 188.4,399 188.5,399 188.6,399 188.7,399 188.9,398.9 189,398.9 189.1,398.9 189.3,398.9 189.4,398.9 189.5,398.8 189.6,398.8 189.8,398.8 189.9,398.8 190,398.8 190.2,398.8 190.3,398.7 190.4,398.7 190.5,398.7 190.7,398.7 190.8,398.7 190.9,398.7 191,398.6 191.2,398.6 191.3,398.6 191.4,398.6 191.6,398.6 191.7,398.5 191.8,398.5 191.9,398.5 192.1,398.5 192.2,398.5 192.3,398.5 192.5,398.4 192.6,398.4 192.7,398.4 192.8,398.4 193,398.4 193.1,398.3 193.2,398.3 193.3,398.3 193.5,398.3 193.6,398.3 193.7,398.3 193.9,398.2 194,398.2 194.1,398.2 194.2,398.2 194.4,398.2 194.5,398.1 194.6,398.1 194.8,398.1 194.9,398.1 195,398.1 195.1,398.1 195.3,398 195.4,398 195.5,398 195.6,398 195.8,398 195.9,398 196,397.9 196.2,397.9 196.3,397.9 196.4,397.9 196.5,397.9 196.7,397.8 196.8,397.8 196.9,397.8 197.1,397.8 197.2,397.8 197.3,397.8 197.4,397.7 197.6,397.7 197.7,397.7 197.8,397.7 197.9,397.7 198.1,397.6 198.2,397.6 198.3,397.6 198.5,397.6 198.6,397.6 198.7,397.6 198.8,397.5 199,397.5 199.1,397.5 199.2,397.5 199.4,397.5 199.5,397.4 199.6,397.4 199.7,397.4 199.9,397.4 200,397.4 200.1,397.4 200.2,397.3 200.4,397.3 200.5,397.3 200.6,397.3 200.8,397.3 200.9,397.3 201,397.2 201.1,397.2 201.3,397.2 201.4,397.2 201.5,397.2 201.6,397.1 201.8,397.1 201.9,397.1 202,397.1 202.2,397.1 202.3,397.1 202.4,397 202.5,397 202.7,397 202.8,397 202.9,397 203.1,396.9 203.2,396.9 203.3,396.9 203.4,396.9 203.6,396.9 203.7,396.9 203.8,396.8 203.9,396.8 204.1,396.8 204.2,396.8 204.3,396.8 204.5,396.8 204.6,396.7 204.7,396.7 204.8,396.7 205,396.7 205.1,396.7 205.2,396.6 205.4,396.6 205.5,396.6 205.6,396.6 205.7,396.6 205.9,396.6 206,396.5 206.1,396.5 206.2,396.5 206.4,396.5 206.5,396.5 206.6,396.4 206.8,396.4 206.9,396.4 207,396.4 207.1,396.4 207.3,396.4 207.4,396.3 207.5,396.3 207.7,396.3 207.8,396.3 207.9,396.3 208,396.2 208.2,396.2 208.3,396.2 208.4,396.2 208.5,396.2 208.7,396.2 208.8,396.1 208.9,396.1 209.1,396.1 209.2,396.1 209.3,396.1 209.4,396.1 209.6,396 209.7,396 209.8,396 210,396 210.1,396 210.2,395.9 210.3,395.9 210.5,395.9 210.6,395.9 210.7,395.9 210.8,395.9 211,395.8 211.1,395.8 211.2,395.8 211.4,395.8 211.5,395.8 211.6,395.7 211.7,395.7 211.9,395.7 212,395.7 212.1,395.7 212.2,395.7 212.4,395.6 212.5,395.6 212.6,395.6 212.8,395.6 212.9,395.6 213,395.5 213.1,395.5 213.3,395.5 213.4,395.5 213.5,395.5 213.7,395.5 213.8,395.4 213.9,395.4 214,395.4 214.2,395.4 214.3,395.4 214.4,395.4 214.5,395.3 214.7,395.3 214.8,395.3 214.9,395.3 215.1,395.3 215.2,395.2 215.3,395.2 215.4,395.2 215.6,395.2 215.7,395.2 215.8,395.2 216,395.1 216.1,395.1 216.2,395.1 216.3,395.1 216.5,395.1 216.6,395 216.7,395 216.8,395 217,395 217.1,395 217.2,395 217.4,394.9 217.5,394.9 217.6,394.9 217.7,394.9 217.9,394.9 218,394.9 218.1,394.8 218.3,394.8 218.4,394.8 218.5,394.8 218.6,394.8 218.8,394.7 218.9,394.7 219,394.7 219.1,394.7 219.3,394.7 219.4,394.7 219.5,394.6 219.7,394.6 219.8,394.6 219.9,394.6 220,394.6 220.2,394.5 220.3,394.5 220.4,394.5 220.6,394.5 220.7,394.5 220.8,394.5 220.9,394.4 221.1,394.4 221.2,394.4 221.3,394.4 221.4,394.4 221.6,394.3 221.7,394.3 221.8,394.3 222,394.3 222.1,394.3 222.2,394.3 222.3,394.2 222.5,394.2 222.6,394.2 222.7,394.2 222.8,394.2 223,394.2 223.1,394.1 223.2,394.1 223.4,394.1 223.5,394.1 223.6,394.1 223.7,394 223.9,394 224,394 224.1,394 224.3,394 224.4,394 224.5,393.9 224.6,393.9 224.8,393.9 224.9,393.9 225,393.9 225.1,393.8 225.3,393.8 225.4,393.8 225.5,393.8 225.7,393.8 225.8,393.8 225.9,393.7 226,393.7 226.2,393.7 226.3,393.7 226.4,393.7 226.6,393.6 226.7,393.6 226.8,393.6 226.9,393.6 227.1,393.6 227.2,393.6 227.3,393.5 227.4,393.5 227.6,393.5 227.7,393.5 227.8,393.5 228,393.5 228.1,393.4 228.2,393.4 228.3,393.4 228.5,393.4 228.6,393.4 228.7,393.3 228.9,393.3 229,393.3 229.1,393.3 229.2,393.3 229.4,393.3 229.5,393.2 229.6,393.2 229.7,393.2 229.9,393.2 230,393.2 230.1,393.1 230.3,393.1 230.4,393.1 230.5,393.1 230.6,393.1 230.8,393.1 230.9,393 231,393 231.2,393 231.3,393 231.4,393 231.5,393 231.7,392.9 231.8,392.9 231.9,392.9 232,392.9 232.2,392.9 232.3,392.8 232.4,392.8 232.6,392.8 232.7,392.8 232.8,392.8 232.9,392.8 233.1,392.7 233.2,392.7 233.3,392.7 233.5,392.7 233.6,392.7 233.7,392.6 233.8,392.6 234,392.6 234.1,392.6 234.2,392.6 234.3,392.6 234.5,392.5 234.6,392.5 234.7,392.5 234.9,392.5 235,392.5 235.1,392.4 235.2,392.4 235.4,392.4 235.5,392.4 235.6,392.4 235.7,392.4 235.9,392.3 236,392.3 236.1,392.3 236.3,392.3 236.4,392.3 236.5,392.3 236.6,392.2 236.8,392.2 236.9,392.2 237,392.2 237.2,392.2 237.3,392.1 237.4,392.1 237.5,392.1 237.7,392.1 237.8,392.1 237.9,392.1 238,392 238.2,392 238.3,392 238.4,392 238.6,392 238.7,391.9 238.8,391.9 238.9,391.9 239.1,391.9 239.2,391.9 239.3,391.9 239.5,391.8 239.6,391.8 239.7,391.8 239.8,391.8 240,391.8 240.1,391.8 240.2,391.7 240.3,391.7 240.5,391.7 240.6,391.7 240.7,391.7 240.9,391.6 241,391.6 241.1,391.6 241.2,391.6 241.4,391.6 241.5,391.6 241.6,391.5 241.8,391.5 241.9,391.5 242,391.5 242.1,391.5 242.3,391.4 242.4,391.4 242.5,391.4 242.6,391.4 242.8,391.4 242.9,391.4 243,391.3 243.2,391.3 243.3,391.3 243.4,391.3 243.5,391.3 243.7,391.2 243.8,391.2 243.9,391.2 244.1,391.2 244.2,391.2 244.3,391.2 244.4,391.1 244.6,391.1 244.7,391.1 244.8,391.1 244.9,391.1 245.1,391.1 245.2,391 245.3,391 245.5,391 245.6,391 245.7,391 245.8,390.9 246,390.9 246.1,390.9 246.2,390.9 246.3,390.9 246.5,390.9 246.6,390.8 246.7,390.8 246.9,390.8 247,390.8 247.1,390.8 247.2,390.7 247.4,390.7 247.5,390.7 247.6,390.7 247.8,390.7 247.9,390.7 248,390.6 248.1,390.6 248.3,390.6 248.4,390.6 248.5,390.6 248.6,390.5 248.8,390.5 248.9,390.5 249,390.5 249.2,390.5 249.3,390.5 249.4,390.4 249.5,390.4 249.7,390.4 249.8,390.4 249.9,390.4 250.1,390.4 250.2,390.3 250.3,390.3 250.4,390.3 250.6,390.3 250.7,390.3 250.8,390.2 250.9,390.2 251.1,390.2 251.2,390.2 251.3,390.2 251.5,390.2 251.6,390.1 251.7,390.1 251.8,390.1 252,390.1 252.1,390.1 252.2,390 252.4,390 252.5,390 252.6,390 252.7,390 252.9,390 253,389.9 253.1,389.9 253.2,389.9 253.4,389.9 253.5,389.9 253.6,389.9 253.8,389.8 253.9,389.8 254,389.8 254.1,389.8 254.3,389.8 254.4,389.7 254.5,389.7 254.7,389.7 254.8,389.7 254.9,389.7 255,389.7 255.2,389.6 255.3,389.6 255.4,389.6 255.5,389.6 255.7,389.6 255.8,389.5 255.9,389.5 256.1,389.5 256.2,389.5 256.3,389.5 256.4,389.5 256.6,389.4 256.7,389.4 256.8,389.4 257,389.4 257.1,389.4 257.2,389.3 257.3,389.3 257.5,389.3 257.6,389.3 257.7,389.3 257.8,389.3 258,389.2 258.1,389.2 258.2,389.2 258.4,389.2 258.5,389.2 258.6,389.2 258.7,389.1 258.9,389.1 259,389.1 259.1,389.1 259.2,389.1 259.4,389 259.5,389 259.6,389 259.8,389 259.9,389 260,389 260.1,388.9 260.3,388.9 260.4,388.9 260.5,388.9 260.7,388.9 260.8,388.8 260.9,388.8 261,388.8 261.2,388.8 261.3,388.8 261.4,388.8 261.5,388.7 261.7,388.7 261.8,388.7 261.9,388.7 262.1,388.7 262.2,388.6 262.3,388.6 262.4,388.6 262.6,388.6 262.7,388.6 262.8,388.6 263,388.5 263.1,388.5 263.2,388.5 263.3,388.5 263.5,388.5 263.6,388.5 263.7,388.4 263.8,388.4 264,388.4 264.1,388.4 264.2,388.4 264.4,388.3 264.5,388.3 264.6,388.3 264.7,388.3 264.9,388.3 265,388.3 265.1,388.2 265.3,388.2 265.4,388.2 265.5,388.2 265.6,388.2 265.8,388.1 265.9,388.1 266,388.1 266.1,388.1 266.3,388.1 266.4,388.1 266.5,388 266.7,388 266.8,388 266.9,388 267,388 267.2,388 267.3,387.9 267.4,387.9 267.6,387.9 267.7,387.9 267.8,387.9 267.9,387.8 268.1,387.8 268.2,387.8 268.3,387.8 268.4,387.8 268.6,387.8 268.7,387.7 268.8,387.7 269,387.7 269.1,387.7 269.2,387.7 269.3,387.6 269.5,387.6 269.6,387.6 269.7,387.6 269.8,387.6 270,387.6 270.1,387.5 270.2,387.5 270.4,387.5 270.5,387.5 270.6,387.5 270.7,387.4 270.9,387.4 271,387.4 271.1,387.4 271.3,387.4 271.4,387.4 271.5,387.3 271.6,387.3 271.8,387.3 271.9,387.3 272,387.3 272.1,387.3 272.3,387.2 272.4,387.2 272.5,387.2 272.7,387.2 272.8,387.2 272.9,387.1 273,387.1 273.2,387.1 273.3,387.1 273.4,387.1 273.6,387.1 273.7,387 273.8,387 273.9,387 274.1,387 274.2,387 274.3,386.9 274.4,386.9 274.6,386.9 274.7,386.9 274.8,386.9 275,386.9 275.1,386.8 275.2,386.8 275.3,386.8 275.5,386.8 275.6,386.8 275.7,386.7 275.9,386.7 276,386.7 276.1,386.7 276.2,386.7 276.4,386.7 276.5,386.6 276.6,386.6 276.7,386.6 276.9,386.6 277,386.6 277.1,386.6 277.3,386.5 277.4,386.5 277.5,386.5 277.6,386.5 277.8,386.5 277.9,386.4 278,386.4 278.2,386.4 278.3,386.4 278.4,386.4 278.5,386.4 278.7,386.3 278.8,386.3 278.9,386.3 279,386.3 279.2,386.3 279.3,386.2 279.4,386.2 279.6,386.2 279.7,386.2 279.8,386.2 279.9,386.2 280.1,386.1 280.2,386.1 280.3,386.1 280.5,386.1 280.6,386.1 280.7,386.1 280.8,386 281,386 281.1,386 281.2,386 281.3,386 281.5,385.9 281.6,385.9 281.7,385.9 281.9,385.9 282,385.9 282.1,385.9 282.2,385.8 282.4,385.8 282.5,385.8 282.6,385.8 282.7,385.8 282.9,385.7 283,385.7 283.1,385.7 283.3,385.7 283.4,385.7 283.5,385.7 283.6,385.6 283.8,385.6 283.9,385.6 284,385.6 284.2,385.6 284.3,385.5 284.4,385.5 284.5,385.5 284.7,385.5 284.8,385.5 284.9,385.5 285,385.4 285.2,385.4 285.3,385.4 285.4,385.4 285.6,385.4 285.7,385.4 285.8,385.3 285.9,385.3 286.1,385.3 286.2,385.3 286.3,385.3 286.5,385.2 286.6,385.2 286.7,385.2 286.8,385.2 287,385.2 287.1,385.2 287.2,385.1 287.3,385.1 287.5,385.1 287.6,385.1 287.7,385.1 287.9,385 288,385 288.1,385 288.2,385 288.4,385 288.5,385 288.6,384.9 288.8,384.9 288.9,384.9 289,384.9 289.1,384.9 289.3,384.8 289.4,384.8 289.5,384.8 289.6,384.8 289.8,384.8 289.9,384.8 290,384.7 290.2,384.7 290.3,384.7 290.4,384.7 290.5,384.7 290.7,384.7 290.8,384.6 290.9,384.6 291.1,384.6 291.2,384.6 291.3,384.6 291.4,384.5 291.6,384.5 291.7,384.5 291.8,384.5 291.9,384.5 292.1,384.5 292.2,384.4 292.3,384.4 292.5,384.4 292.6,384.4 292.7,384.4 292.8,384.3 293,384.3 293.1,384.3 293.2,384.3 293.3,384.3 293.5,384.3 293.6,384.2 293.7,384.2 293.9,384.2 294,384.2 294.1,384.2 294.2,384.2 294.4,384.1 294.5,384.1 294.6,384.1 294.8,384.1 294.9,384.1 295,384 295.1,384 295.3,384 295.4,384 295.5,384 295.6,384 295.8,383.9 295.9,383.9 296,383.9 296.2,383.9 296.3,383.9 296.4,383.8 296.5,383.8 296.7,383.8 296.8,383.8 296.9,383.8 297.1,383.8 297.2,383.7 297.3,383.7 297.4,383.7 297.6,383.7 297.7,383.7 297.8,383.6 297.9,383.6 298.1,383.6 298.2,383.6 298.3,383.6 298.5,383.6 298.6,383.5 298.7,383.5 298.8,383.5 299,383.5 299.1,383.5 299.2,383.5 299.4,383.4 299.5,383.4 299.6,383.4 299.7,383.4 299.9,383.4 300,383.3 300.1,383.3 300.2,383.3 300.4,383.3 300.5,383.3 300.6,383.3 300.8,383.2 300.9,383.2 301,383.2 301.1,383.2 301.3,383.2 301.4,383.1 301.5,383.1 301.7,383.1 301.8,383.1 301.9,383.1 302,383.1 302.2,383 302.3,383 302.4,383 302.5,383 302.7,383 302.8,382.9 302.9,382.9 303.1,382.9 303.2,382.9 303.3,382.9 303.4,382.9 303.6,382.8 303.7,382.8 303.8,382.8 304,382.8 304.1,382.8 304.2,382.8 304.3,382.7 304.5,382.7 304.6,382.7 304.7,382.7 304.8,382.7 305,382.6 305.1,382.6 305.2,382.6 305.4,382.6 305.5,382.6 305.6,382.6 305.7,382.5 305.9,382.5 306,382.5 306.1,382.5 306.2,382.5 306.4,382.4 306.5,382.4 306.6,382.4 306.8,382.4 306.9,382.4 307,382.4 307.1,382.3 307.3,382.3 307.4,382.3 307.5,382.3 307.7,382.3 307.8,382.3 307.9,382.2 308,382.2 308.2,382.2 308.3,382.2 308.4,382.2 308.5,382.1 308.7,382.1 308.8,382.1 308.9,382.1 309.1,382.1 309.2,382.1 309.3,382 309.4,382 309.6,382 309.7,382 309.8,382 310,381.9 310.1,381.9 310.2,381.9 310.3,381.9 310.5,381.9 310.6,381.9 310.7,381.8 310.8,381.8 311,381.8 311.1,381.8 311.2,381.8 311.4,381.7 311.5,381.7 311.6,381.7 311.7,381.7 311.9,381.7 312,381.7 312.1,381.6 312.3,381.6 312.4,381.6 312.5,381.6 312.6,381.6 312.8,381.6 312.9,381.5 313,381.5 313.1,381.5 313.3,381.5 313.4,381.5 313.5,381.4 313.7,381.4 313.8,381.4 313.9,381.4 314,381.4 314.2,381.4 314.3,381.3 314.4,381.3 314.6,381.3 314.7,381.3 314.8,381.3 314.9,381.2 315.1,381.2 315.2,381.2 315.3,381.2 315.4,381.2 315.6,381.2 315.7,381.1 315.8,381.1 316,381.1 316.1,381.1 316.2,381.1 316.3,381 316.5,381 316.6,381 316.7,381 316.8,381 317,381 317.1,380.9 317.2,380.9 317.4,380.9 317.5,380.9 317.6,380.9 317.7,380.9 317.9,380.8 318,380.8 318.1,380.8 318.3,380.8 318.4,380.8 318.5,380.7 318.6,380.7 318.8,380.7 318.9,380.7 319,380.7 319.1,380.7 319.3,380.6 319.4,380.6 319.5,380.6 319.7,380.6 319.8,380.6 319.9,380.5 320,380.5 320.2,380.5 320.3,380.5 320.4,380.5 320.6,380.5 320.7,380.4 320.8,380.4 320.9,380.4 321.1,380.4 321.2,380.4 321.3,380.4 321.4,380.3 321.6,380.3 321.7,380.3 321.8,380.3 322,380.3 322.1,380.2 322.2,380.2 322.3,380.2 322.5,380.2 322.6,380.2 322.7,380.2 322.9,380.1 323,380.1 323.1,380.1 323.2,380.1 323.4,380.1 323.5,380 323.6,380 323.7,380 323.9,380 324,380 324.1,380 324.3,379.9 324.4,379.9 324.5,379.9 324.6,379.9 324.8,379.9 324.9,379.8 325,379.8 325.2,379.8 325.3,379.8 325.4,379.8 325.5,379.8 325.7,379.7 325.8,379.7 325.9,379.7 326,379.7 326.2,379.7 326.3,379.7 326.4,379.6 326.6,379.6 326.7,379.6 326.8,379.6 326.9,379.6 327.1,379.5 327.2,379.5 327.3,379.5 327.5,379.5 327.6,379.5 327.7,379.5 327.8,379.4 328,379.4 328.1,379.4 328.2,379.4 328.3,379.4 328.5,379.3 328.6,379.3 328.7,379.3 328.9,379.3 329,379.3 329.1,379.3 329.2,379.2 329.4,379.2 329.5,379.2 329.6,379.2 329.7,379.2 329.9,379.1 330,379.1 330.1,379.1 330.3,379.1 330.4,379.1 330.5,379.1 330.6,379 330.8,379 330.9,379 331,379 331.2,379 331.3,379 331.4,378.9 331.5,378.9 331.7,378.9 331.8,378.9 331.9,378.9 332,378.8 332.2,378.8 332.3,378.8 332.4,378.8 332.6,378.8 332.7,378.8 332.8,378.7 332.9,378.7 333.1,378.7 333.2,378.7 333.3,378.7 333.5,378.6 333.6,378.6 333.7,378.6 333.8,378.6 334,378.6 334.1,378.6 334.2,378.5 334.3,378.5 334.5,378.5 334.6,378.5 334.7,378.5 334.9,378.5 335,378.4 335.1,378.4 335.2,378.4 335.4,378.4 335.5,378.4 335.6,378.3 335.8,378.3 335.9,378.3 336,378.3 336.1,378.3 336.3,378.3 336.4,378.2 336.5,378.2 336.6,378.2 336.8,378.2 336.9,378.2 337,378.1 337.2,378.1 337.3,378.1 337.4,378.1 337.5,378.1 337.7,378.1 337.8,378 337.9,378 338.1,378 338.2,378 338.3,378 338.4,377.9 338.6,377.9 338.7,377.9 338.8,377.9 338.9,377.9 339.1,377.9 339.2,377.8 339.3,377.8 339.5,377.8 339.6,377.8 339.7,377.8 339.8,377.8 340,377.7 340.1,377.7 340.2,377.7 340.3,377.7 340.5,377.7 340.6,377.6 340.7,377.6 340.9,377.6 341,377.6 341.1,377.6 341.2,377.6 341.4,377.5 341.5,377.5 341.6,377.5 341.8,377.5 341.9,377.5 342,377.4 342.1,377.4 342.3,377.4 342.4,377.4 342.5,377.4 342.6,377.4 342.8,377.3 342.9,377.3 343,377.3 343.2,377.3 343.3,377.3 343.4,377.3 343.5,377.2 343.7,377.2 343.8,377.2 343.9,377.2 344.1,377.2 344.2,377.1 344.3,377.1 344.4,377.1 344.6,377.1 344.7,377.1 344.8,377.1 344.9,377 345.1,377 345.2,377 345.3,377 345.5,377 345.6,376.9 345.7,376.9 345.8,376.9 346,376.9 346.1,376.9 346.2,376.9 346.4,376.8 346.5,376.8 346.6,376.8 346.7,376.8 346.9,376.8 347,376.7 347.1,376.7 347.2,376.7 347.4,376.7 347.5,376.7 347.6,376.7 347.8,376.6 347.9,376.6 348,376.6 348.1,376.6 348.3,376.6 348.4,376.6 348.5,376.5 348.7,376.5 348.8,376.5 348.9,376.5 349,376.5 349.2,376.4 349.3,376.4 349.4,376.4 349.5,376.4 349.7,376.4 349.8,376.4 349.9,376.3 350.1,376.3 350.2,376.3 350.3,376.3 350.4,376.3 350.6,376.2 350.7,376.2 350.8,376.2 350.9,376.2 351.1,376.2 351.2,376.2 351.3,376.1 351.5,376.1 351.6,376.1 351.7,376.1 351.8,376.1 352,376 352.1,376 352.2,376 352.4,376 352.5,376 352.6,376 352.7,375.9 352.9,375.9 353,375.9 353.1,375.9 353.2,375.9 353.4,375.9 353.5,375.8 353.6,375.8 353.8,375.8 353.9,375.8 354,375.8 354.1,375.7 354.3,375.7 354.4,375.7 354.5,375.7 354.7,375.7 354.8,375.7 354.9,375.6 355,375.6 355.2,375.6 355.3,375.6 355.4,375.6 355.5,375.5 355.7,375.5 355.8,375.5 355.9,375.5 356.1,375.5 356.2,375.5 356.3,375.4 356.4,375.4 356.6,375.4 356.7,375.4 356.8,375.4 357,375.4 357.1,375.3 357.2,375.3 357.3,375.3 357.5,375.3 357.6,375.3 357.7,375.2 357.8,375.2 358,375.2 358.1,375.2 358.2,375.2 358.4,375.2 358.5,375.1 358.6,375.1 358.7,375.1 358.9,375.1 359,375.1 359.1,375 359.3,375 359.4,375 359.5,375 359.6,375 359.8,375 359.9,374.9 360,374.9 360.1,374.9 360.3,374.9 360.4,374.9 360.5,374.8 360.7,374.8 360.8,374.8 360.9,374.8 361,374.8 361.2,374.8 361.3,374.7 361.4,374.7 361.6,374.7 361.7,374.7 361.8,374.7 361.9,374.7 362.1,374.6 362.2,374.6 362.3,374.6 362.4,374.6 362.6,374.6 362.7,374.5 362.8,374.5 363,374.5 363.1,374.5 363.2,374.5 363.3,374.5 363.5,374.4 363.6,374.4 363.7,374.4 363.8,374.4 364,374.4 364.1,374.3 364.2,374.3 364.4,374.3 364.5,374.3 364.6,374.3 364.7,374.3 364.9,374.2 365,374.2 365.1,374.2 365.3,374.2 365.4,374.2 365.5,374.1 365.6,374.1 365.8,374.1 365.9,374.1 366,374.1 366.1,374.1 366.3,374 366.4,374 366.5,374 366.7,374 366.8,374 366.9,374 367,373.9 367.2,373.9 367.3,373.9 367.4,373.9 367.6,373.9 367.7,373.8 367.8,373.8 367.9,373.8 368.1,373.8 368.2,373.8 368.3,373.8 368.4,373.7 368.6,373.7 368.7,373.7 368.8,373.7 369,373.7 369.1,373.6 369.2,373.6 369.3,373.6 369.5,373.6 369.6,373.6 369.7,373.6 369.9,373.5 370,373.5 370.1,373.5 370.2,373.5 370.4,373.5 370.5,373.5 370.6,373.4 370.7,373.4 370.9,373.4 371,373.4 371.1,373.4 371.3,373.3 371.4,373.3 371.5,373.3 371.6,373.3 371.8,373.3 371.9,373.3 372,373.2 372.2,373.2 372.3,373.2 372.4,373.2 372.5,373.2 372.7,373.1 372.8,373.1 372.9,373.1 373,373.1 373.2,373.1 373.3,373.1 373.4,373 373.6,373 373.7,373 373.8,373 373.9,373 374.1,372.9 374.2,372.9 374.3,372.9 374.4,372.9 374.6,372.9 374.7,372.9 374.8,372.8 375,372.8 375.1,372.8 375.2,372.8 375.3,372.8 375.5,372.8 375.6,372.7 375.7,372.7 375.9,372.7 376,372.7 376.1,372.7 376.2,372.6 376.4,372.6 376.5,372.6 376.6,372.6 376.7,372.6 376.9,372.6 377,372.5 377.1,372.5 377.3,372.5 377.4,372.5 377.5,372.5 377.6,372.4 377.8,372.4 377.9,372.4 378,372.4 378.2,372.4 378.3,372.4 378.4,372.3 378.5,372.3 378.7,372.3 378.8,372.3 378.9,372.3 379,372.2 379.2,372.2 379.3,372.2 379.4,372.2 379.6,372.2 379.7,372.2 379.8,372.1 379.9,372.1 380.1,372.1 380.2,372.1 380.3,372.1 380.5,372.1 380.6,372 380.7,372 380.8,372 381,372 381.1,372 381.2,371.9 381.3,371.9 381.5,371.9 381.6,371.9 381.7,371.9 381.9,371.9 382,371.8 382.1,371.8 382.2,371.8 382.4,371.8 382.5,371.8 382.6,371.7 382.8,371.7 382.9,371.7 383,371.7 383.1,371.7 383.3,371.7 383.4,371.6 383.5,371.6 383.6,371.6 383.8,371.6 383.9,371.6 384,371.6 384.2,371.5 384.3,371.5 384.4,371.5 384.5,371.5 384.7,371.5 384.8,371.4 384.9,371.4 385.1,371.4 385.2,371.4 385.3,371.4 385.4,371.4 385.6,371.3 385.7,371.3 385.8,371.3 385.9,371.3 386.1,371.3 386.2,371.2 386.3,371.2 386.5,371.2 386.6,371.2 386.7,371.2 386.8,371.2 387,371.1 387.1,371.1 387.2,371.1 387.3,371.1 387.5,371.1 387.6,371 387.7,371 387.9,371 388,371 388.1,371 388.2,371 388.4,370.9 388.5,370.9 388.6,370.9 388.8,370.9 388.9,370.9 389,370.9 389.1,370.8 389.3,370.8 389.4,370.8 389.5,370.8 389.6,370.8 389.8,370.7 389.9,370.7 390,370.7 390.2,370.7 390.3,370.7 390.4,370.7 390.5,370.6 390.7,370.6 390.8,370.6 390.9,370.6 391.1,370.6 391.2,370.5 391.3,370.5 391.4,370.5 391.6,370.5 391.7,370.5 391.8,370.5 391.9,370.4 392.1,370.4 392.2,370.4 392.3,370.4 392.5,370.4 392.6,370.3 392.7,370.3 392.8,370.3 393,370.3 393.1,370.3 393.2,370.3 393.4,370.2 393.5,370.2 393.6,370.2 393.7,370.2 393.9,370.2 394,370.2 394.1,370.1 394.2,370.1 394.4,370.1 394.5,370.1 394.6,370.1 394.8,370 394.9,370 395,370 395.1,370 395.3,370 395.4,370 395.5,369.9 395.7,369.9 395.8,369.9 395.9,369.9 396,369.9 396.2,369.8 396.3,369.8 396.4,369.8 396.5,369.8 396.7,369.8 396.8,369.8 396.9,369.7 397.1,369.7 397.2,369.7 397.3,369.7 397.4,369.7 397.6,369.7 397.7,369.6 397.8,369.6 397.9,369.6 398.1,369.6 398.2,369.6 398.3,369.5 398.5,369.5 398.6,369.5 398.7,369.5 398.8,369.5 399,369.5 399.1,369.4 399.2,369.4 399.4,369.4 399.5,369.4 399.6,369.4 399.7,369.3 399.9,369.3 400,369.3 400.1,369.3 400.2,369.3 400.4,369.3 400.5,369.2 400.6,369.2 400.8,369.2 400.9,369.2 401,369.2 401.1,369.1 401.3,369.1 401.4,369.1 401.5,369.1 401.7,369.1 401.8,369.1 401.9,369 402,369 402.2,369 402.3,369 402.4,369 402.5,369 402.7,368.9 402.8,368.9 402.9,368.9 403.1,368.9 403.2,368.9 403.3,368.8 403.4,368.8 403.6,368.8 403.7,368.8 403.8,368.8 404,368.8 404.1,368.7 404.2,368.7 404.3,368.7 404.5,368.7 404.6,368.7 404.7,368.6 404.8,368.6 405,368.6 405.1,368.6 405.2,368.6 405.4,368.6 405.5,368.5 405.6,368.5 405.7,368.5 405.9,368.5 406,368.5 406.1,368.4 406.3,368.4 406.4,368.4 406.5,368.4 406.6,368.4 406.8,368.4 406.9,368.3 407,368.3 407.1,368.3 407.3,368.3 407.4,368.3 407.5,368.3 407.7,368.2 407.8,368.2 407.9,368.2 408,368.2 408.2,368.2 408.3,368.1 408.4,368.1 408.6,368.1 408.7,368.1 408.8,368.1 408.9,368.1 409.1,368 409.2,368 409.3,368 409.4,368 409.6,368 409.7,367.9 409.8,367.9 410,367.9 410.1,367.9 410.2,367.9 410.3,367.9 410.5,367.8 410.6,367.8 410.7,367.8 410.8,367.8 411,367.8 411.1,367.8 411.2,367.7 411.4,367.7 411.5,367.7 411.6,367.7 411.7,367.7 411.9,367.6 412,367.6 412.1,367.6 412.3,367.6 412.4,367.6 412.5,367.6 412.6,367.5 412.8,367.5 412.9,367.5 413,367.5 413.1,367.5 413.3,367.4 413.4,367.4 413.5,367.4 413.7,367.4 413.8,367.4 413.9,367.4 414,367.3 414.2,367.3 414.3,367.3 414.4,367.3 414.6,367.3 414.7,367.2 414.8,367.2 414.9,367.2 415.1,367.2 415.2,367.2 415.3,367.2 415.4,367.1 415.6,367.1 415.7,367.1 415.8,367.1 416,367.1 416.1,367.1 416.2,367 416.3,367 416.5,367 416.6,367 416.7,367 416.9,366.9 417,366.9 417.1,366.9 417.2,366.9 417.4,366.9 417.5,366.9 417.6,366.8 417.7,366.8 417.9,366.8 418,366.8 418.1,366.8 418.3,366.7 418.4,366.7 418.5,366.7 418.6,366.7 418.8,366.7 418.9,366.7 419,366.6 419.2,366.6 419.3,366.6 419.4,366.6 419.5,366.6 419.7,366.6 419.8,366.5 419.9,366.5 420,366.5 420.2,366.5 420.3,366.5 420.4,366.4 420.6,366.4 420.7,366.4 420.8,366.4 420.9,366.4 421.1,366.4 421.2,366.3 421.3,366.3 421.4,366.3 421.6,366.3 421.7,366.3 421.8,366.2 422,366.2 422.1,366.2 422.2,366.2 422.3,366.2 422.5,366.2 422.6,366.1 422.7,366.1 422.9,366.1 423,366.1 423.1,366.1 423.2,366 423.4,366 423.5,366 423.6,366 423.7,366 423.9,366 424,365.9 424.1,365.9 424.3,365.9 424.4,365.9 424.5,365.9 424.6,365.9 424.8,365.8 424.9,365.8 425,365.8 425.2,365.8 425.3,365.8 425.4,365.7 425.5,365.7 425.7,365.7 425.8,365.7 425.9,365.7 426,365.7 426.2,365.6 426.3,365.6 426.4,365.6 426.6,365.6 426.7,365.6 426.8,365.5 426.9,365.5 427.1,365.5 427.2,365.5 427.3,365.5 427.5,365.5 427.6,365.4 427.7,365.4 427.8,365.4 428,365.4 428.1,365.4 428.2,365.3 428.3,365.3 428.5,365.3 428.6,365.3 428.7,365.3 428.9,365.3 429,365.2 429.1,365.2 429.2,365.2 429.4,365.2 429.5,365.2 429.6,365.2 429.8,365.1 429.9,365.1 430,365.1 430.1,365.1 430.3,365.1 430.4,365 430.5,365 430.6,365 430.8,365 430.9,365 431,365 431.2,364.9 431.3,364.9 431.4,364.9 431.5,364.9 431.7,364.9 431.8,364.8 431.9,364.8 432.1,364.8 432.2,364.8 432.3,364.8 432.4,364.8 432.6,364.7 432.7,364.7 432.8,364.7 432.9,364.7 433.1,364.7 433.2,364.7 433.3,364.6 433.5,364.6 433.6,364.6 433.7,364.6 433.8,364.6 434,364.5 434.1,364.5 434.2,364.5 434.3,364.5 434.5,364.5 434.6,364.5 434.7,364.4 434.9,364.4 435,364.4 435.1,364.4 435.2,364.4 435.4,364.3 435.5,364.3 435.6,364.3 435.8,364.3 435.9,364.3 436,364.3 436.1,364.2 436.3,364.2 436.4,364.2 436.5,364.2 436.6,364.2 436.8,364.1 436.9,364.1 437,364.1 437.2,364.1 437.3,364.1 437.4,364.1 437.5,364 437.7,364 437.8,364 437.9,364 438.1,364 438.2,364 438.3,363.9 438.4,363.9 438.6,363.9 438.7,363.9 438.8,363.9 438.9,363.8 439.1,363.8 439.2,363.8 439.3,363.8 439.5,363.8 439.6,363.8 439.7,363.7 439.8,363.7 440,363.7 440.1,363.7 440.2,363.7 440.4,363.6 440.5,363.6 440.6,363.6 440.7,363.6 440.9,363.6 441,363.6 441.1,363.5 441.2,363.5 441.4,363.5 441.5,363.5 441.6,363.5 441.8,363.4 441.9,363.4 442,363.4 442.1,363.4 442.3,363.4 442.4,363.4 442.5,363.3 442.7,363.3 442.8,363.3 442.9,363.3 443,363.3 443.2,363.3 443.3,363.2 443.4,363.2 443.5,363.2 443.7,363.2 443.8,363.2 443.9,363.1 444.1,363.1 444.2,363.1 444.3,363.1 444.4,363.1 444.6,363.1 444.7,363 444.8,363 444.9,363 445.1,363 445.2,363 445.3,362.9 445.5,362.9 445.6,362.9 445.7,362.9 445.8,362.9 446,362.9 446.1,362.8 446.2,362.8 446.4,362.8 446.5,362.8 446.6,362.8 446.7,362.8 446.9,362.7 447,362.7 447.1,362.7 447.2,362.7 447.4,362.7 447.5,362.6 447.6,362.6 447.8,362.6 447.9,362.6 448,362.6 448.1,362.6 448.3,362.5 448.4,362.5 448.5,362.5 448.7,362.5 448.8,362.5 448.9,362.4 449,362.4 449.2,362.4 449.3,362.4 449.4,362.4 449.5,362.4 449.7,362.3 449.8,362.3 449.9,362.3 450.1,362.3 450.2,362.3 450.3,362.2 450.4,362.2 450.6,362.2 450.7,362.2 450.8,362.2 451,362.2 451.1,362.1 451.2,362.1 451.3,362.1 451.5,362.1 451.6,362.1 451.7,362.1 451.8,362 452,362 452.1,362 452.2,362 452.4,362 452.5,361.9 452.6,361.9 452.7,361.9 452.9,361.9 453,361.9 453.1,361.9 453.3,361.8 453.4,361.8 453.5,361.8 453.6,361.8 453.8,361.8 453.9,361.7 454,361.7 454.1,361.7 454.3,361.7 454.4,361.7 454.5,361.7 454.7,361.6 454.8,361.6 454.9,361.6 455,361.6 455.2,361.6 455.3,361.5 455.4,361.5 455.6,361.5 455.7,361.5 455.8,361.5 455.9,361.5 456.1,361.4 456.2,361.4 456.3,361.4 456.4,361.4 456.6,361.4 456.7,361.4 456.8,361.3 457,361.3 457.1,361.3 457.2,361.3 457.3,361.3 457.5,361.2 457.6,361.2 457.7,361.2 457.8,361.2 458,361.2 458.1,361.2 458.2,361.1 458.4,361.1 458.5,361.1 458.6,361.1 458.7,361.1 458.9,361 459,361 459.1,361 459.3,361 459.4,361 459.5,361 459.6,360.9 459.8,360.9 459.9,360.9 460,360.9 460.1,360.9 460.3,360.9 460.4,360.8 460.5,360.8 460.7,360.8 460.8,360.8 460.9,360.8 461,360.7 461.2,360.7 461.3,360.7 461.4,360.7 461.6,360.7 461.7,360.7 461.8,360.6 461.9,360.6 462.1,360.6 462.2,360.6 462.3,360.6 462.4,360.5 462.6,360.5 462.7,360.5 462.8,360.5 463,360.5 463.1,360.5 463.2,360.4 463.3,360.4 463.5,360.4 463.6,360.4 463.7,360.4 463.9,360.3 464,360.3 464.1,360.3 464.2,360.3 464.4,360.3 464.5,360.3 464.6,360.2 464.7,360.2 464.9,360.2 465,360.2 465.1,360.2 465.3,360.2 465.4,360.1 465.5,360.1 465.6,360.1 465.8,360.1 465.9,360.1 466,360 466.2,360 466.3,360 466.4,360 466.5,360 466.7,360 466.8,359.9 466.9,359.9 467,359.9 467.2,359.9 467.3,359.9 467.4,359.8 467.6,359.8 467.7,359.8 467.8,359.8 467.9,359.8 468.1,359.8 468.2,359.7 468.3,359.7 468.4,359.7 468.6,359.7 468.7,359.7 468.8,359.6 469,359.6 469.1,359.6 469.2,359.6 469.3,359.6 469.5,359.6 469.6,359.5 469.7,359.5 469.9,359.5 470,359.5 470.1,359.5 470.2,359.5 470.4,359.4 470.5,359.4 470.6,359.4 470.7,359.4 470.9,359.4 471,359.3 471.1,359.3 471.3,359.3 471.4,359.3 471.5,359.3 471.6,359.3 471.8,359.2 471.9,359.2 472,359.2 472.2,359.2 472.3,359.2 472.4,359.1 472.5,359.1 472.7,359.1 472.8,359.1 472.9,359.1 473,359.1 473.2,359 473.3,359 473.4,359 473.6,359 473.7,359 473.8,359 473.9,358.9 474.1,358.9 474.2,358.9 474.3,358.9 474.5,358.9 474.6,358.8 474.7,358.8 474.8,358.8 475,358.8 475.1,358.8 475.2,358.8 475.3,358.7 475.5,358.7 475.6,358.7 475.7,358.7 475.9,358.7 476,358.6 476.1,358.6 476.2,358.6 476.4,358.6 476.5,358.6 476.6,358.6 476.8,358.5 476.9,358.5 477,358.5 477.1,358.5 477.3,358.5 477.4,358.4 477.5,358.4 477.6,358.4 477.8,358.4 477.9,358.4 478,358.4 478.2,358.3 478.3,358.3 478.4,358.3 478.5,358.3 478.7,358.3 478.8,358.3 478.9,358.2 479.1,358.2 479.2,358.2 479.3,358.2 479.4,358.2 479.6,358.1 479.7,358.1 479.8,358.1 479.9,358.1 480.1,358.1 480.2,358.1 480.3,358 480.5,358 480.6,358 480.7,358 480.8,358 481,357.9 481.1,357.9 481.2,357.9 481.3,357.9 481.5,357.9 481.6,357.9 481.7,357.8 481.9,357.8 482,357.8 482.1,357.8 482.2,357.8 482.4,357.7 482.5,357.7 482.6,357.7 482.8,357.7 482.9,357.7 483,357.7 483.1,357.6 483.3,357.6 483.4,357.6 483.5,357.6 483.6,357.6 483.8,357.6 483.9,357.5 484,357.5 484.2,357.5 484.3,357.5 484.4,357.5 484.5,357.4 484.7,357.4 484.8,357.4 484.9,357.4 485.1,357.4 485.2,357.4 485.3,357.3 485.4,357.3 485.6,357.3 485.7,357.3 485.8,357.3 485.9,357.2 486.1,357.2 486.2,357.2 486.3,357.2 486.5,357.2 486.6,357.2 486.7,357.1 486.8,357.1 487,357.1 487.1,357.1 487.2,357.1 487.4,357.1 487.5,357 487.6,357 487.7,357 487.9,357 488,357 488.1,356.9 488.2,356.9 488.4,356.9 488.5,356.9 488.6,356.9 488.8,356.9 488.9,356.8 489,356.8 489.1,356.8 489.3,356.8 489.4,356.8 489.5,356.7 489.7,356.7 489.8,356.7 489.9,356.7 490,356.7 490.2,356.7 490.3,356.6 490.4,356.6 490.5,356.6 490.7,356.6 490.8,356.6 490.9,356.5 491.1,356.5 491.2,356.5 491.3,356.5 491.4,356.5 491.6,356.5 491.7,356.4 491.8,356.4 491.9,356.4 492.1,356.4 492.2,356.4 492.3,356.4 492.5,356.3 492.6,356.3 492.7,356.3 492.8,356.3 493,356.3 493.1,356.2 493.2,356.2 493.4,356.2 493.5,356.2 493.6,356.2 493.7,356.2 493.9,356.1 494,356.1 494.1,356.1 494.2,356.1 494.4,356.1 494.5,356 494.6,356 494.8,356 494.9,356 495,356 495.1,356 495.3,355.9 495.4,355.9 495.5,355.9 495.7,355.9 495.8,355.9 495.9,355.8 496,355.8 496.2,355.8 496.3,355.8 496.4,355.8 496.5,355.8 496.7,355.7 496.8,355.7 496.9,355.7 497.1,355.7 497.2,355.7 497.3,355.7 497.4,355.6 497.6,355.6 497.7,355.6 497.8,355.6 498,355.6 498.1,355.5 498.2,355.5 498.3,355.5 498.5,355.5 498.6,355.5 498.7,355.5 498.8,355.4 499,355.4 499.1,355.4 499.2,355.4 499.4,355.4 499.5,355.3 499.6,355.3 499.7,355.3 499.9,355.3 500,355.3 500.1,355.3 500.3,355.2 500.4,355.2 500.5,355.2 500.6,355.2 500.8,355.2 500.9,355.2 501,355.1 501.1,355.1 501.3,355.1 501.4,355.1 501.5,355.1 501.7,355 501.8,355 501.9,355 502,355 502.2,355 502.3,355 502.4,354.9 502.5,354.9 502.7,354.9 502.8,354.9 502.9,354.9 503.1,354.8 503.2,354.8 503.3,354.8 503.4,354.8 503.6,354.8 503.7,354.8 503.8,354.7 504,354.7 504.1,354.7 504.2,354.7 504.3,354.7 504.5,354.6 504.6,354.6 504.7,354.6 504.8,354.6 505,354.6 505.1,354.6 505.2,354.5 505.4,354.5 505.5,354.5 505.6,354.5 505.7,354.5 505.9,354.5 506,354.4 506.1,354.4 506.3,354.4 506.4,354.4 506.5,354.4 506.6,354.3 506.8,354.3 506.9,354.3 507,354.3 507.1,354.3 507.3,354.3 507.4,354.2 507.5,354.2 507.7,354.2 507.8,354.2 507.9,354.2 508,354.1 508.2,354.1 508.3,354.1 508.4,354.1 508.6,354.1 508.7,354.1 508.8,354 508.9,354 509.1,354 509.2,354 509.3,354 509.4,353.9 509.6,353.9 509.7,353.9 509.8,353.9 510,353.9 510.1,353.9 510.2,353.8 510.3,353.8 510.5,353.8 510.6,353.8 510.7,353.8 510.9,353.8 511,353.7 511.1,353.7 511.2,353.7 511.4,353.7 511.5,353.7 511.6,353.6 511.7,353.6 511.9,353.6 512,353.6 512.1,353.6 512.3,353.6 512.4,353.5 512.5,353.5 512.6,353.5 512.8,353.5 512.9,353.5 513,353.4 513.2,353.4 513.3,353.4 513.4,353.4 513.5,353.4 513.7,353.4 513.8,353.3 513.9,353.3 514,353.3 514.2,353.3 514.3,353.3 514.4,353.3 514.6,353.2 514.7,353.2 514.8,353.2 514.9,353.2 515.1,353.2 515.2,353.1 515.3,353.1 515.4,353.1 515.6,353.1 515.7,353.1 515.8,353.1 516,353 516.1,353 516.2,353 516.3,353 516.5,353 516.6,352.9 516.7,352.9 516.9,352.9 517,352.9 517.1,352.9 517.2,352.9 517.4,352.8 517.5,352.8 517.6,352.8 517.7,352.8 517.9,352.8 518,352.7 518.1,352.7 518.3,352.7 518.4,352.7 518.5,352.7 518.6,352.7 518.8,352.6 518.9,352.6 519,352.6 519.2,352.6 519.3,352.6 519.4,352.6 519.5,352.5 519.7,352.5 519.8,352.5 519.9,352.5 520,352.5 520.2,352.4 520.3,352.4 520.4,352.4 520.6,352.4 520.7,352.4 520.8,352.4 520.9,352.3 521.1,352.3 521.2,352.3 521.3,352.3 521.5,352.3 521.6,352.2 521.7,352.2 521.8,352.2 522,352.2 522.1,352.2 522.2,352.2 522.3,352.1 522.5,352.1 522.6,352.1 522.7,352.1 522.9,352.1 523,352.1 523.1,352 523.2,352 523.4,352 523.5,352 523.6,352 523.8,351.9 523.9,351.9 524,351.9 524.1,351.9 524.3,351.9 524.4,351.9 524.5,351.8 524.6,351.8 524.8,351.8 524.9,351.8 525,351.8 525.2,351.7 525.3,351.7 525.4,351.7 525.5,351.7 525.7,351.7 525.8,351.7 525.9,351.6 526,351.6 526.2,351.6 526.3,351.6 526.4,351.6 526.6,351.5 526.7,351.5 526.8,351.5 526.9,351.5 527.1,351.5 527.2,351.5 527.3,351.4 527.5,351.4 527.6,351.4 527.7,351.4 527.8,351.4 528,351.4 528.1,351.3 528.2,351.3 528.3,351.3 528.5,351.3 528.6,351.3 528.7,351.2 528.9,351.2 529,351.2 529.1,351.2 529.2,351.2 529.4,351.2 529.5,351.1 529.6,351.1 529.8,351.1 529.9,351.1 530,351.1 530.1,351 530.3,351 530.4,351 530.5,351 530.6,351 530.8,351 530.9,350.9 531,350.9 531.2,350.9 531.3,350.9 531.4,350.9 531.5,350.8 531.7,350.8 531.8,350.8 531.9,350.8 532.1,350.8 532.2,350.8 532.3,350.7 532.4,350.7 532.6,350.7 532.7,350.7 532.8,350.7 532.9,350.7 533.1,350.6 533.2,350.6 533.3,350.6 533.5,350.6 533.6,350.6 533.7,350.5 533.8,350.5 534,350.5 534.1,350.5 534.2,350.5 534.4,350.5 534.5,350.4 534.6,350.4 534.7,350.4 534.9,350.4 535,350.4 535.1,350.3 535.2,350.3 535.4,350.3 535.5,350.3 535.6,350.3 535.8,350.3 535.9,350.2 536,350.2 536.1,350.2 536.3,350.2 536.4,350.2 536.5,350.2 536.7,350.1 536.8,350.1 536.9,350.1 537,350.1 537.2,350.1 537.3,350 537.4,350 537.5,350 537.7,350 537.8,350 537.9,350 538.1,349.9 538.2,349.9 538.3,349.9 538.4,349.9 538.6,349.9 538.7,349.8 538.8,349.8 538.9,349.8 539.1,349.8 539.2,349.8 539.3,349.8 539.5,349.7 539.6,349.7 539.7,349.7 539.8,349.7 540,349.7 540.1,349.6 540.2,349.6 540.4,349.6 540.5,349.6 540.6,349.6 540.7,349.6 540.9,349.5 541,349.5 541.1,349.5 541.2,349.5 541.4,349.5 541.5,349.5 541.6,349.4 541.8,349.4 541.9,349.4 542,349.4 542.1,349.4 542.3,349.3 542.4,349.3 542.5,349.3 542.7,349.3 542.8,349.3 542.9,349.3 543,349.2 543.2,349.2 543.3,349.2 543.4,349.2 543.5,349.2 543.7,349.1 543.8,349.1 543.9,349.1 544.1,349.1 544.2,349.1 544.3,349.1 544.4,349 544.6,349 544.7,349 544.8,349 545,349 545.1,348.9 545.2,348.9 545.3,348.9 545.5,348.9 545.6,348.9 545.7,348.9 545.8,348.8 546,348.8 546.1,348.8 546.2,348.8 546.4,348.8 546.5,348.8 546.6,348.7 546.7,348.7 546.9,348.7 547,348.7 547.1,348.7 547.3,348.6 547.4,348.6 547.5,348.6 547.6,348.6 547.8,348.6 547.9,348.6 548,348.5 548.1,348.5 548.3,348.5 548.4,348.5 548.5,348.5 548.7,348.4 548.8,348.4 548.9,348.4 549,348.4 549.2,348.4 549.3,348.4 549.4,348.3 549.5,348.3 549.7,348.3 549.8,348.3 549.9,348.3 550.1,348.3 550.2,348.2 550.3,348.2 550.4,348.2 550.6,348.2 550.7,348.2 550.8,348.1 551,348.1 551.1,348.1 551.2,348.1 551.3,348.1 551.5,348.1 551.6,348 551.7,348 551.8,348 552,348 552.1,348 552.2,347.9 552.4,347.9 552.5,347.9 552.6,347.9 552.7,347.9 552.9,347.9 553,347.8 553.1,347.8 553.3,347.8 553.4,347.8 553.5,347.8 553.6,347.7 553.8,347.7 553.9,347.7 554,347.7 554.1,347.7 554.3,347.7 554.4,347.6 554.5,347.6 554.7,347.6 554.8,347.6 554.9,347.6 555,347.6 555.2,347.5 555.3,347.5 555.4,347.5 555.6,347.5 555.7,347.5 555.8,347.4 555.9,347.4 556.1,347.4 556.2,347.4 556.3,347.4 556.4,347.4 556.6,347.3 556.7,347.3 556.8,347.3 557,347.3 557.1,347.3 557.2,347.2 557.3,347.2 557.5,347.2 557.6,347.2 557.7,347.2 557.9,347.2 558,347.1 558.1,347.1 558.2,347.1 558.4,347.1 558.5,347.1 558.6,347 558.7,347 558.9,347 559,347 559.1,347 559.3,347 559.4,346.9 559.5,346.9 559.6,346.9 559.8,346.9 559.9,346.9 560,346.9 560.2,346.8 560.3,346.8 560.4,346.8 560.5,346.8 560.7,346.8 560.8,346.7 560.9,346.7 561,346.7 561.2,346.7 561.3,346.7 561.4,346.7 561.6,346.6 561.7,346.6 561.8,346.6 561.9,346.6 562.1,346.6 562.2,346.5 562.3,346.5 562.4,346.5 562.6,346.5 562.7,346.5 562.8,346.5 563,346.4 563.1,346.4 563.2,346.4 563.3,346.4 563.5,346.4 563.6,346.4 563.7,346.3 563.9,346.3 564,346.3 564.1,346.3 564.2,346.3 564.4,346.2 564.5,346.2 564.6,346.2 564.7,346.2 564.9,346.2 565,346.2 565.1,346.1 565.3,346.1 565.4,346.1 565.5,346.1 565.6,346.1 565.8,346 565.9,346 566,346 566.2,346 566.3,346 566.4,346 566.5,345.9 566.7,345.9 566.8,345.9 566.9,345.9 567,345.9 567.2,345.8 567.3,345.8 567.4,345.8 567.6,345.8 567.7,345.8 567.8,345.8 567.9,345.7 568.1,345.7 568.2,345.7 568.3,345.7 568.5,345.7 568.6,345.7 568.7,345.6 568.8,345.6 569,345.6 569.1,345.6 569.2,345.6 569.3,345.5 569.5,345.5 569.6,345.5 569.7,345.5 569.9,345.5 570,345.5 570.1,345.4 570.2,345.4 570.4,345.4 570.5,345.4 570.6,345.4 570.8,345.3 570.9,345.3 571,345.3 571.1,345.3 571.3,345.3 571.4,345.3 571.5,345.2 571.6,345.2 571.8,345.2 571.9,345.2 572,345.2 572.2,345.1 572.3,345.1 572.4,345.1 572.5,345.1 572.7,345.1 572.8,345.1 572.9,345 573,345 573.2,345 573.3,345 573.4,345 573.6,345 573.7,344.9 573.8,344.9 573.9,344.9 574.1,344.9 574.2,344.9 574.3,344.8 574.5,344.8 574.6,344.8 574.7,344.8 574.8,344.8 575,344.8 575.1,344.7 575.2,344.7 575.3,344.7 575.5,344.7 575.6,344.7 575.7,344.6 575.9,344.6 576,344.6 576.1,344.6 576.2,344.6 576.4,344.6 576.5,344.5 576.6,344.5 576.8,344.5 576.9,344.5 577,344.5 577.1,344.5 577.3,344.4 577.4,344.4 577.5,344.4 577.6,344.4 577.8,344.4 577.9,344.3 578,344.3 578.2,344.3 578.3,344.3 578.4,344.3 578.5,344.3 578.7,344.2 578.8,344.2 578.9,344.2 579.1,344.2 579.2,344.2 579.3,344.1 579.4,344.1 579.6,344.1 579.7,344.1 579.8,344.1 579.9,344.1 580.1,344 580.2,344 580.3,344 580.5,344 580.6,344 580.7,343.9 580.8,343.9 581,343.9 581.1,343.9 581.2,343.9 581.4,343.9 581.5,343.8 581.6,343.8 581.7,343.8 581.9,343.8 582,343.8 582.1,343.8 582.2,343.7 582.4,343.7 582.5,343.7 582.6,343.7 582.8,343.7 582.9,343.6 583,343.6 583.1,343.6 583.3,343.6 583.4,343.6 583.5,343.6 583.7,343.5 583.8,343.5 583.9,343.5 584,343.5 584.2,343.5 584.3,343.4 584.4,343.4 584.5,343.4 584.7,343.4 584.8,343.4 584.9,343.4 585.1,343.3 585.2,343.3 585.3,343.3 585.4,343.3 585.6,343.3 585.7,343.2 585.8,343.2 585.9,343.2 586.1,343.2 586.2,343.2 586.3,343.2 586.5,343.1 586.6,343.1 586.7,343.1 586.8,343.1 587,343.1 587.1,343.1 587.2,343 587.4,343 587.5,343 587.6,343 587.7,343 587.9,342.9 588,342.9 588.1,342.9 588.2,342.9 588.4,342.9 588.5,342.9 588.6,342.8 588.8,342.8 588.9,342.8 589,342.8 589.1,342.8 589.3,342.7 589.4,342.7 589.5,342.7 589.7,342.7 589.8,342.7 589.9,342.7 590,342.6 590.2,342.6 590.3,342.6 590.4,342.6 590.5,342.6 590.7,342.6 590.8,342.5 590.9,342.5 591.1,342.5 591.2,342.5 591.3,342.5 591.4,342.4 591.6,342.4 591.7,342.4 591.8,342.4 592,342.4 592.1,342.4 592.2,342.3 592.3,342.3 592.5,342.3 592.6,342.3 592.7,342.3 592.8,342.2 593,342.2 593.1,342.2 593.2,342.2 593.4,342.2 593.5,342.2 593.6,342.1 593.7,342.1 593.9,342.1 594,342.1 594.1,342.1 594.3,342 594.4,342 594.5,342 594.6,342 594.8,342 594.9,342 595,341.9 595.1,341.9 595.3,341.9 595.4,341.9 595.5,341.9 595.7,341.9 595.8,341.8 595.9,341.8 596,341.8 596.2,341.8 596.3,341.8 596.4,341.7 596.5,341.7 596.7,341.7 596.8,341.7 596.9,341.7 597.1,341.7 597.2,341.6 597.3,341.6 597.4,341.6 597.6,341.6 597.7,341.6 597.8,341.5 598,341.5 598.1,341.5 598.2,341.5 598.3,341.5 598.5,341.5 598.6,341.4 598.7,341.4 598.8,341.4 599,341.4 599.1,341.4 599.2,341.3 599.4,341.3 599.5,341.3 599.6,341.3 599.7,341.3 599.9,341.3 600,341.2 600.1,341.2 600.3,341.2 600.4,341.2 600.5,341.2 600.6,341.2 600.8,341.1 600.9,341.1 601,341.1 601.1,341.1 601.3,341.1 601.4,341 601.5,341 601.7,341 601.8,341 601.9,341 602,341 602.2,340.9 602.3,340.9 602.4,340.9 602.6,340.9 602.7,340.9 602.8,340.8 602.9,340.8 603.1,340.8 603.2,340.8 603.3,340.8 603.4,340.8 603.6,340.7 603.7,340.7 603.8,340.7 604,340.7 604.1,340.7 604.2,340.7 604.3,340.6 604.5,340.6 604.6,340.6 604.7,340.6 604.9,340.6 605,340.5 605.1,340.5 605.2,340.5 605.4,340.5 605.5,340.5 605.6,340.5 605.7,340.4 605.9,340.4 606,340.4 606.1,340.4 606.3,340.4 606.4,340.3 606.5,340.3 606.6,340.3 606.8,340.3 606.9,340.3 607,340.3 607.2,340.2 607.3,340.2 607.4,340.2 607.5,340.2 607.7,340.2 607.8,340.1 607.9,340.1 608,340.1 608.2,340.1 608.3,340.1 608.4,340.1 608.6,340 608.7,340 608.8,340 608.9,340 609.1,340 609.2,340 609.3,339.9 609.4,339.9 609.6,339.9 609.7,339.9 609.8,339.9 610,339.8 610.1,339.8 610.2,339.8 610.3,339.8 610.5,339.8 610.6,339.8 610.7,339.7 610.9,339.7 611,339.7 611.1,339.7 611.2,339.7 611.4,339.6 611.5,339.6 611.6,339.6 611.7,339.6 611.9,339.6 612,339.6 612.1,339.5 612.3,339.5 612.4,339.5 612.5,339.5 612.6,339.5 612.8,339.4 612.9,339.4 613,339.4 613.2,339.4 613.3,339.4 613.4,339.4 613.5,339.3 613.7,339.3 613.8,339.3 613.9,339.3 614,339.3 614.2,339.3 614.3,339.2 614.4,339.2 614.6,339.2 614.7,339.2 614.8,339.2 614.9,339.1 615.1,339.1 615.2,339.1 615.3,339.1 615.5,339.1 615.6,339.1 615.7,339 615.8,339 616,339 616.1,339 616.2,339 616.3,338.9 616.5,338.9 616.6,338.9 616.7,338.9 616.9,338.9 617,338.9 617.1,338.8 617.2,338.8 617.4,338.8 617.5,338.8 617.6,338.8 617.8,338.8 617.9,338.7 618,338.7 618.1,338.7 618.3,338.7 618.4,338.7 618.5,338.6 618.6,338.6 618.8,338.6 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
<polyline fill="none" vector-effect="none" points="59.5,14.5 59.5,435.5 618.5,435.5 618.5,14.5 59.5,14.5 " />
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1.00313,0,0,1.00313,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Roboto Slab" font-size="11" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>
@Jach
Copy link
Author

Jach commented Jun 8, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment