pax_global_header00006660000000000000000000000064133671422710014520gustar00rootroot0000000000000052 comment=625e8893108096c75b815442f644cbd0206d8e0c ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/000077500000000000000000000000001336714227100177635ustar00rootroot00000000000000ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/.gitignore000066400000000000000000000001231336714227100217470ustar00rootroot00000000000000*.pdfmarks /_*/ /Gemfile.lock /pkg/ /.bundle/ /.ruby-gemset /.ruby-version /.idea/ ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/.travis.yml000066400000000000000000000011501336714227100220710ustar00rootroot00000000000000sudo: false git: # use depth 2 just in case two refs get pushed at once (like a tag) depth: 2 language: ruby cache: bundler bundler_args: --path=.bundle/gems rvm: - &release_ruby 2.4.1 - 2.1.10 - 2.0.0 - 1.9.3 before_install: - gem update bundler - gem cleanup bundler script: bundle exec gem which prawn deploy: provider: rubygems on: tags: true repo: asciidoctor/asciidoctor-pdf rvm: *release_ruby api_key: secure: bzAbFi7YT7bb/5gAePjw11Ghzbh+tOqMlL1Xn+o5pyseSNRDB5tDcocL0fbAcHkSBzaC/36m2apvdt0xmNYCmRLJyZtCS6lQtzW5j9hUXfCDnf8HmX0o785TtlUwk6qNqwd9v0GZGK58hts44K3mHtK/we9+5ucp3EhmP8l4MWE= ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/CHANGELOG.adoc000066400000000000000000000664601336714227100221160ustar00rootroot00000000000000= {project-name} Changelog :project-name: Asciidoctor PDF :uri-repo: https://github.com/asciidoctor/asciidoctor-pdf This document provides a high-level view of the changes to the {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. == 1.5.0.alpha.16 (2017-07-30) - @mojavelinux * add support for xrefstyle attribute (#464) * allow page side to be based on physical page number and/or be inverted (#813) (@fap-) * fix layout error caused by nested keep together blocks (#791) * upgrade prawn-svg to allow generic font names to be mapped in SVG (#777) * upgrade prawn-svg to fix issue with dotted lines (#741) * upgrade prawn-svg to enable linear gradients (#228) * don't attempt to parse text in literal cell (#816) * warn if theme variable cannot be resolved; don't replace (#801) * number appendix subsections based on appendix number when doctype is book (#627) * don't add break hints to URI when using AFM font (#795) * add rescue check for scratch document when state is not initialized * allow page margin to be a single number; fixes regression introduced by #749 * check for margin as array, then as numeric, then as string * extend version range for prawn-templates (#803) * add missing part-title attribute to theming guide (#827) * clarify in theming guide that variables are defined in document order * clarify that the fallback font is only used when the primary font is a TrueType font * add more information about prawn-gmagick to README * fix warnings and incompatibility when using Ruby 1.9.3 * document in README how to install Asciidoctor PDF on Ruby 2.0.0 * enable Travis CI; configure CI-based deployment to RubyGems.org {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.16[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.16[git tag] == 1.5.0.alpha.15 (2017-03-27) - @mojavelinux * fix compatibility with Prawn 2.2.0 (#775) * add workaround for TTFunk bug when font table has empty data (#619, #651) * take fallback font into account when calculating width of string (#651) * fill and stroke bounds of sidebar across all pages (#259) (@TobiasHector) * allow page margin to be set using pdf-page-margin attribute (#749) * implement none, no-bullet and unstyled unordered list styles * add dots to all levels in TOC if toc_dot_leader_levels is all * use bold style for description list term by default (#776) * always escape index term text (#761) * don't crash if color value on text span is invalid * implement start line number for source listing (Rouge) (#752) * enable "start inline" option when highlighting PHP (#755) * persuade CodeRay to handle html+ source languages * introduce stripes attribute to table to control zebra-striping (#724) * allow theme to set style of table border and grid (#766) * allow theme to set text transform on header cell in table body (#750) * set top border width of first body row to match bottom border width of header row * don't add TOC if empty (#747) * optimize code that generates outline level * don't recalculate header_cell_data for each row * use slightly more efficient way to find Pygments lexer * upgrade rouge to 2.0.7 * upgrade prawn-templates to 0.0.5 * revise information in theming guide pertaining to custom fonts * document in README how to get full support for CJK languages * document in theming guide that Asciidoctor PDF subsets font when embedding * document that background images are scaled to fit bounds of page * add note in theming guide about using double quoted strings {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.15[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.15[git tag] == 1.5.0.alpha.14 (2017-02-05) - @mojavelinux * add support for AsciiDoc table cells (including nested tables) (#6) * patch text cell to remove cursor advancement * make header cell in body inherit styles from table head (#239) * don't crash if table is empty and cols are explicitly set (#610) * fix vertical centering for cells in table head row * implement converter for index (#386) * record page number for index term when writing anchor (#639) * support the underline and line-through roles on phrases (#339) * allow printed URI to break at break opportunities (#563) * don't drop subsequent images after inline image fails to load * don't crash if inline image is an unsupported format; issue warning instead (#587) * show alt text when image fails to embed (#693) * always show block image caption even if image fails to embed * delegate to method to handle missing image * permit use of GIF image format if prawn-gmagick is available (#573) * add support for image macros that have a data URI target (#318) * don't crash if format of image in running content is unrecognized * only fit image within bounds of running content if contain option is set * document fit attribute for image in running content * fix alignment for SVG image in running content * keep block image with caption (#690) * place destination for block image on same page as image * set color space when block image occurs on page by itself (#688) * resize SVG to fit page (#691) * backport resize method from prawn-svg and use it * disable system font scan in Prawn SVG * use character spacing to fine-tune width of placeholder for inline image (#686) * fix duplicate inline image rendering (@fap-) (#388) * constrain inline image to width of bounds * add support for pdfwidth to inline images (@fap-) (#620) * honor pdfwidth attribute for image in running content (#625) * add support for absolute measurement units to scaledwidth attribute (#674) * resize inline SVG without an explicit width (#684) * resize inline image to fit within content height (#700) * calculate height of inline image correctly in table cell (#295) * fix bug in calculation when image overflows page (#708) * simplify calculation of rendered width and height of images * add square brackets around alt text for inline image * don't surround alt text of block image with non-breaking spaces * specify width & height when embedding (inline) raster image to avoid recalc * resize title logo image to keep on page (#714) * don't leave blank page when importing PDF page (#614) * fix running content dimensions (#616) * introduce document attribute to control default text alignment (#396) * allow setting a default columns spec for running content on both recto and verso pages; set if not defined * show example of center column alignment in default theme * map dynamic section-title attribute in running content to current section if page has no section (#709) * assign dynamic part-title attribute for use in running content (#596) * don't set dynamic chapter-title attribute in running content for preface unless doctype is book * assign page number label to each page (#641) * don't set dynamic page-number attribute in running content of pagenums is disabled * allow toc title properties to be controlled by theme (#701) * use correct number of dots when font style is applied to toc level (#621) * allow theme to control which toc levels have dot leaders; default to 2-3 (#631) * set font color of page number for parts in toc * don't crash when toc dot leader is empty string * list preface with title in table of contents (#732) * allow theme to apply text decoration to link text (#567) * allow page layout to be controlled from document (#565) * don't crash if image in running content fails to embed (#728) * treat abstract section as abstract block (#703) * set example block background to white by default * add support for background colors when highlighting code with Rouge * add support underline style for token in Rouge theme (#665) * drop background colors on strings in rouge pastie theme * add support for image-based icons (#479) (@JBR69) * preliminary support for vertical alignment of admonition icon/label * allow side padding on admonition label to be controlled separately from admonition content * add more control over vertical rule in admonition block (#601) * allow theme to control font properties for admonition content (#592) * only add lead role to first paragraph of preamble (#654) * display poster image for video with link to video URI (#287) * add link to audio file (#475) * don't drop anchor within text that overruns page (#638) * display title for abstract (#582) * display title for open block (#577) * display block title on quote and verse blocks (#416) * don't draw border for quote/verse block on empty page or if border width is 0 * allow delimiter between author names on title page to be configured in theme * coerce resolved value of content key in theme to String (#653) * honor background color from Pygments theme * set default inner/outer margins in base theme * document missing glyph encoding warning in theming guide; minor rewording * document how to configure fonts in SVG images (#739) * document how to use Asciidoctor Mathematical to enable STEM support (#45) * transform text containing multibyte characters (#363) * document in theming guide how to transform unicode letters with Ruby < 2.4 * show unmodified text if text_transform is none (#584) * make performance optimization to formatted text transform * use reference_bounds instead of @margin_box to move past bottom * handle negative bottom padding properly at page boundary * use value of docdatetime & localdatetime attributes in PDF info (#590) * use truncate_to_precision instead of round to truncate floats; map to native method in Ruby >= 2.4 * upgrade prawn-svg dependency to 0.26.x * upgrade prawn-icon to 1.3.0 * document in the README how to use the autofit option on verbatim blocks * clarify in README how inline image are sized * clarify instructions in README about how to specify a page number range for printing * document in theming guide how to define and apply a custom Rouge theme * rename pdfmarks to pdfmarks; document pdfmark attribute in theming guide * describe the quoted string value type in the theming guide * add self-referencing anchor to each key prefix in theming guide * document nonfacing option for sections (@jnerlich) * fix documentation for toc_dot_leader_font_color in theming guide (@davidgamba) * document that dot leader inherits font properties from toc category * fill in missing defaults for keys in theming guide * rewrite intro to Keys section in theming guide * add keys for prose, menu, and conum categories to theming guide * document outline_list_marker_font_color key in theming guide * refactor measurement value helpers into module (#677) * add reproducible flag to examples * add inline ref and corresponding xref to chronicles example * fix Ruby warnings * update instructions and Gemfile config to use with Ruby 1.9.3 * configure build as the default rake task {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.14[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.14[git tag] == 1.5.0.alpha.13 (2016-09-19) - @mojavelinux * Add support for mirror (recto/verso) margins and facing pages when media=prepress * Add non-breaking hyphen glyph to built-in fonts so its intended behavior is honored (#462) * Add page break before a book part (#329) * Allow running (header/footer) content to be arranged in columns (#449) * Allow font properties to be set per element in running content (#454) * Prevent the SVG from modifying the document font (#494) * Implement decorative border for multipage quote and verse blocks (#270, #557, #558) * Encode anchors in hex that contain characters outside of ASCII range (#481, #301) * Size the line number gutter correctly (accounting for width of largest line number) (#402) * Allow theme to specify default value for pdfwidth attribute on image and document in README (#455) * Fix front matter page numbering by adding page labels for all front matter pages in outline (#458) * Allow image type to be specified explicitly using format attribute on image macro (#540) * Add support for literal and verse table cell styles * Preserve indentation in literal and verse table cells * Preserve paragraph breaks in normal table cells * Honor value of width attribute even when autowidth option is set on table (#519) * Align table title to left edge of table, regardless of table alignment (#469) * Add support for reversed option on ordered list (#491) * Don't drop whitespace in front of conum on final line of source block (#470) * Add more control over position of elements on title page, including support for vw units (#418) * Allow table caption position/side to be controlled by theme (#531) * Use base_align setting from theme as default alignment for headings * Resolve bare image-related attribute values relative to base_dir * Only allow Prawn SVG to fetch remote images if the allow-uri-read attribute is set (#548) * Introduce page_margin_inner and page_margin_outer keys to theme * Start title page, toc, main content, parts, and chapters on recto page when media=prepress and doctype=book * Allow default font style for table to be set via theme (table_font_style) * Use correct default bullet per nested unordered list level (#529) * Call start_new_part at start of each book part * Delegate to layout_part_title method to layout part title * Don't match a special section as a chapter unless the doctype is book * Fix list marker placement when list item touches bottom of page * Eliminate excessive spacing between list items that contain nested lists * Drop lines in running (header/footer) content with unresolved attributes (#522) * Ensure start_new_chapter is always executed at a chapter transition (#524) * Add support for root xref (e.g., <<included-doc#>>) (#521) * Prevent block from spilling to next page if there's no more content (#361) * Add support for px units to pdf-page-size attribute * Fix parsing error when value of pdf-page-size attribute is unitless * Don't crash if table is empty (#480) * Don't crash when deleting last remaining page; don't delete last page if empty (#317) * Don't orphan space between conums when extracting from verbatim block (#506) * Properly scope attr and attr? lookups * Rename internal page_start and page_end attributes to pdf-page-start and pdf-page-end, respectively * Fix settings for table header cell * Fix padding around content of quote block in default theme * Read theme file with UTF-8 encoding (#533) * Allow temporary image file to be deleted on Windows (#425) * Don't crash if theme file is empty (#551) * Don't crash if cover image can't be read; warn instead * Clarify in theming guide how to write numbers with 3 or more digits (#555) * Document how inline images are sized * Document how to disable default footer from theme * Update explanation of WINANSI encoding behavior in theming guide * Restore support for Ruby 1.9.3 (#528) * Upgrade prawn-icon to 1.2.0 (which upgrades Font Awesome to 4.6.3) * Upgrade prawn-svg to 0.25.2 (by way of more lenient version range) * Fix Ruby warnings * Document in README how image paths are resolved * Configure README for better preview on GitHub * Update chronicles example to modern AsciiDoc syntax; update content {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.13[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.13[git tag] == 1.5.0.alpha.12 (2016-08-05) - @mojavelinux * Fix incompatibility with Rouge 2 source highlighter (#471) * Declare rouge gem in Gemfile for use with examples * Add option to make URLs visible in printed PDF using show-link-uri or media=print attributes (#435, #463) * Document options for scaling an image (#453) * Add support for images to span width of page (#424) * Fix embedding of remote images; fix case when imagesdir is a URI (#467) * Collapse non-significant whitespace (#465) * Document how to inherit font size for a given heading level (#460) * Decode character references in link URIs (#448) * Use arrow as caret for menu path instead of pipe (#441) * Document theme-related AsciiDoc attributes in theming guide (#428) * Section title alignment should be customizable via theme (#343) * Collapse all whitespace when normalizing (#355) * Require space on either side of math operator to avoid interpretting dates as math equations (#429) * Allow specifying a font style for a title on the title page (#423) * Fix Prawn SVG to support arrow heads on lines (#75) * Upgrade prawn-svg to 0.25.1 * Upgrade prawn-icon to 1.1.0 * Fix rendering of two images in header or footer (#421) * Allow table grid color and width to be controlled by theme (@ntfc) * Fix undefined local variable or method `dest_y' when adding auto-generated anchor to section (#419) * SVG files that include image elements are not rendered correctly improvement (@AlexanderZobkov) (#414) * Fix Prawn SVG to support currentColor keyword (#407) * Parser should recognize up to 6 digit character references (#404) * Properly convert a negative measurement value in theme * Coerce percentage value to float instead of integer in theme * Set minimum required Ruby version to 1.9.3 instead of 1.9 * Use title capitalization for section titles in theming guide * Update and reorganize keys in theming guide; document numerous keys previous missing * Add hints to theming guide about how to apply styles when using Maven or Gradle (@fwilhe) * Fix gemspec to collect files when project is not a git repository or git is not available {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.12[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.12[git tag] == 1.5.0.alpha.11 (2016-01-05) - @mojavelinux * Allow font style for first line of abstract to be controlled by theme (@nawroth) (#378) * Add option to make builds reproducible (@bk2204) (#338) * Set default page size to A4 (@stephenhay) (#319) * Preprocess all hex color values (#381) * Add note about preprocessing hex color values to theming guide (#381) * Honor base font style (#373) * Don't fail to delete tmp file (#369) * Lazy load icon fonts if detected (#364) * Reduce heading line height in default theme (#351) * Set default (fallback) SVG font from theme (#210) * Expand last column to fit width of table (#372) * Don't cache resolved imagesdir attribute value * Use fallback when merging icon data * Defer to built-in caching in prawn-icon * Document replacements and numeric character refs in header/footer content * Document base_font_size_min setting in theming guide * Document that page background colors & images do not currently work in AsciidoctorJ PDF * Use failproof relative require logic in bin script {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.11[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.11[git tag] == 1.5.0.alpha.10 (2015-11-01) - @mojavelinux * Allow admonition icon to be customized by theme (#121) (@jessedoyle) * Update to prawn-icon 1.0.0 (#335) (@jessedoyle) * Only generate the pdfmarks file if the pdfmarks attribute is set * Honor table alignment (via align attribute or role) (#299) * Use Hash for ViewerPreferences; set initial magnification (#303) * Handle case when colpcwidth is unspecified (#314) * Show title for lists (olist, ulist, dlist) (#316) * Don't attempt to add running content if document has no content pages * Correctly calculate toc page range (#322) * Don't insert blank page after back cover (#328) * Document theme key that sets sidebar padding (#344) * Handle case when CodeRay passes nil text to text_token {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.10[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.10[git tag] == 1.5.0.alpha.9 (2015-08-02) - @mojavelinux * Apply point conversion to image widths (#221) * Restore missing glyphs in Noto Serif font; adds support for Cyrillic languages (#72, #99) * Add support for the Rouge source highlighter (#247) * Fix parsing of style attribute in inline markup when it contains spaces; fixes Pygments highlighting * Expand tabs to spaces in source document (#236) * Scale down SVG if width is wider than page (#242) * Load a base theme with defaults for required keys (#132) * Enable PDF page import using block image macro (#177) * Restore method in PDF::Core needed to import PDF page (#237) * Restore text rendering mode after PDF import (#251) * Support writing to STDOUT and other IO objects (#254) * Enable pagenums by default; allow noheader & nofooter to control running header/footer (#205) * Implement explicit table width, including autowidth (#258) * Handle conversion to windows-1252 more gracefully when using built-in (AFM) fonts (#290) * Disable warning if using a built-in (AFM) font * Remove use of rhythm theme keys from converter (#289) * Allow font_style to be set on literal text (#291) * Parse inline image macro value of page_background_image (#222) * Allow theme to control header cells in table body (#272) * Make line height in running header/footer configurable (#274) * Normalize text content in running header/footer (#266) * Modify vertical alignment setting for running header/footer (#264) * Use table background color, even if white; upgrade to Prawn Table 0.2.2 (#214) * Delete trailing content page if empty (#147) * Fix dry run calculation of block height...again (#215) * Move footnotes to inline in a lighter shade * Fix for JRuby 1.7 running in 2.0 mode * Upgrade Prawn SVG to 0.21.0; fixes most badge SVGs * Upgrade thread_safe gem * Prevent crash if doc has no sections (@abatalev) {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.9[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.9[git tag] == 1.5.0.alpha.8 (2015-06-23) - @mojavelinux * Support inline images (#9) * Support link attribute on inline images (#209) * Support inline icon macro (#97) * Allow fine-grained control over image width (#76) * Size conversion not yet applied to images on title page or in running header/footer * Enable checklists (#181) * Fix block height calculation when content is indented by propagating bounds to scratch document (#215) * Don't insert page break before content whose height exceeds a single page (#183) * Dash border of literal/listing block at page boundary when broken across pages (#190) * Don't crash if toc entry is too long (#200) * Add missing methods on OpenStruct to fix Rubinius compatibility (#81) * Autofit font size in listing & literal blocks if autofit option is specified (#185) * Support border style (e.g., double, dashed, dotted) (#196) * Allow font color of outline list marker to be set by theme (#170) * Allow use of hyphen in property names in the theme (#193) * Only include table of contents if toc attribute is defined in header (#187) * Improve parsing of pdf-page-size attribute * Handle case in colist converter when previous block isn't found (#173) * Print Asciidoctor PDF version in CLI output * Upgrade Prawn (< 3.0.0, >= 1.3.0) (#68) * Upgrade Prawn SVG to 0.20.0 * Document gem installation in README (#112) * Perform code cleanups (#195) * Silence warning about toc block macro * Add -example suffix to example file names * Use CodeRay as syntax highlighter in examples (#207) * Use proper font names in default them to support custom fonts in SVGs * Rework parser to parse void elements * Apply first line formatting correctly (no dropped words) * Add support for text-center role on paragraphs * Update theming guide * Fix cross references in README {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.8[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.8[git tag] == 1.5.0.alpha.7 (2015-05-31) - @mojavelinux * Add support for font-based icons (Jesse Doyle) (#15) * Enable font fallback support (Rei) * Support single value for font_fallbacks key in theme * Reenable M+ 1p as the fallback font * Add option to specify the background color for even table rows (Tord Heimdal) (#104) * Add block title for paragraphs (David Gamba) (#67) * Allow custom page size setting (Otavio Salvador) (#84) * Fix xref to sections (#56) * Fix xrefs to non-section content (#110) * Allow theme to control layout of title page (#135) * Allow theme to control style of table of contents (#167) * Allow running header & footer content to be customized (#89) * Tighten spacing between list items, make value configurable (#92) * Support CMYK color values (#155) * Add support for measurement values in theme (#156) * Name per-level heading theme keys consistently (e.g., heading_h_font_size) (#157) * Preprocess theme data to allow # in front of hex colors (#158) * Support linkable images (#51) * Render table footer row (#123) * Don't crash if sectids attribute is disabled (#70) * Support text transform in theme (uppercase / lowercase) (#138) * Keep together shouldn't create blank pages (#150) * Properly resolve image target as system path (#87) * Show warning when image cannot be read (#148) * Allow page background image to be specified (#134) * Support PDF format as cover page (#113) * Accomodate numbered list with large numbers (#91) * Position list marker correctly (#140) * Allow theme to set font size & family of table cells (#139) * Unencode character entities in document title (#136) * Process callouts in listing & literal blocks (#31) * Use :center to vertically align table cell (#118) * Normalize endlines in table cell text (#116) * Support setting page size via attribute (#65) * Remove unused fonts; update version of NotoSerif font license file * Remove Asciidoctor theme until we're ready to fully implement * Restore source highlighting when nested inside block * Allow keys in theme to be nested to an arbitrary depth * Assign width to border for blockquote if not specified in theme * Add support for font family and style per heading level * Implement basic converter for inline_indexterm * Coerce negative values in theme if they slip through * Use preserve_indentation in layout_prose * Support remote images * Add warning about unsupported gif format * Abort cli if option parsing returns exit code * Use SafeYAML to load theme files * Handle transparent value for table background colors {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.7[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.7[git tag] == 1.5.0.alpha.6 (2014-11-28) - @mojavelinux * Add pdf-fontsdir attributes to redefine fonts directory (andrey) * Use require_relative to load Asciidoctor PDF in asciidoctor-pdf script (Ryan Bigg) * Add example for specifying theme file (Leif Gruenwoldt) (#61) * Add thread_safe gem to remove warning when registering converter {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.6[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.6[git tag] == 1.5.0.alpha.5 (2014-09-15) - @mojavelinux * Allow chapter label to be controlled using the `chapter-label` attribute (#47) * Prevent toc from overflowing content (#35) * Fix page numbering for various permutations of front matter * Don't activate implicit header include processor by default (#48, #25) * Draw box around listings and literal blocks than span more than one page (#11) {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.5[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.5[git tag] == 1.5.0.alpha.4 (2014-09-09) - @mojavelinux * Fix yield statement so Asciidoctor PDF can be used with JRuby * Document that the coderay gem must be installed to run the examples (#42) {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.4[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.4[git tag] == 1.5.0.alpha.3 (2014-09-08) - @mojavelinux * Remove unnecessary dependencies (tilt, slim, thread_safe) {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.3[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.3[git tag] == 1.5.0.alpha.2 (2014-09-05) - @mojavelinux * Add magic encoding header to source file so Asciidoctor PDF can be used with Ruby 1.9.3 (#33, #36) {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.2[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.2[git tag] == 1.5.0.alpha.1 (2014-09-04) - @mojavelinux * Rewrite as proper Asciidoctor converter (#29) * Initial pre-release {uri-repo}/issues?q=milestone%3Av1.5.0.alpha.1[issues resolved] | {uri-repo}/releases/tag/v1.5.0.alpha.1[git tag] ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/Gemfile000066400000000000000000000013411336714227100212550ustar00rootroot00000000000000source 'https://rubygems.org' # Look in asciidoctor-pdf.gemspec for runtime and development dependencies gemspec if (ruby_version = Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.1.0') if ruby_version < (Gem::Version.new '2.0.0') gem 'addressable', '2.4.0' gem 'prawn', '1.3.0' gem 'prawn-svg', '0.21.0' else gem 'prawn', '2.1.0' gem 'prawn-svg', '0.26.0' end end group :examples do gem 'rouge', '2.2.1' # Add unicode (preferred) or activesupport to transform case of text containing multibyte chars on Ruby < 2.4 #gem 'activesupport', '4.2.7.1' if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0') #gem 'unicode' if (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0') end ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/LICENSE.adoc000066400000000000000000000021371336714227100217000ustar00rootroot00000000000000.The MIT License .... Copyright (C) 2014-2018 OpenDevise Inc. and the Asciidoctor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .... ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/NOTICE.adoc000066400000000000000000000064271336714227100216050ustar00rootroot00000000000000= Asciidoctor PDF OpenDevise Inc.; Asciidoctor Project Copyright (C) 2014-2016 OpenDevise Inc. and the Asciidoctor Project. Please visit the Asciidoctor project site for more information: - http://asciidoctor.org OpenDevise Inc. and the Asciidoctor Project licenses this product to you under the MIT License (the "License"). You may not use this product except in compliance with the License. You may obtain a copy of the License at: http://opensource.org/licenses/MIT Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. == Third-party licensed work M+ OUTLINE FONTS (M+ TESTFLIGHT 058):: The M+ OUTLINE FONTS are used for literal text, annotation numbers and fallback characters and are bundled in the PDF file. These fonts are free software and are designed and maintained by Coji Morishita. Unlimited permission is granted to use, copy, and distribute them, with or without modification, either commercially or noncommercially. THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. - http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html Noto Serif Font (v2014-01-30):: Noto is font family developed by the Google Internationalization Team that aims to support all the world's languages. The Noto Serif font is used for headings and body copy and is bundled in the PDF file. The Noto fonts are licensed under the Apache 2.0 License. You may obtain a copy of the license at: http://www.apache.org/licenses/LICENSE-2.0 - https://code.google.com/p/noto/ Font Awesome Icon Font (v4.0.3):: Font Awesome (@fontawesome), the iconic font designed for Bootstrap by David Gandy (@davegandy), is used for the admonition icons and other icons in author's content and bundled in the PDF file. Font Awesome is fully open source and GPL compatible. The font is licensed under the SIL Open Font 1.1 License (OFL). You may obtain a copy of the license at: http://scripts.sil.org/OFL - http://fontawesome.io Liberation Fonts (v2.00.1):: The Liberation(tm) Fonts 2.00.1, which are used by default, are licensed under the SIL Open Font License, Version 1.1. You may obtain a copy of the license at: http://scripts.sil.org/OFL - https://fedorahosted.org/liberation-fonts RomanNumeral class:: The RomanNumeral class, which is used for numbering of ordered lists, is borrowed from the roman-numerals RubyGem and modified for the purpose of this application. The original RomanNumerals class was written by Andrew Vos and is licensed under the MIT License. http://opensource.org/licenses/MIT - https://github.com/AndrewVos/roman-numerals PrawnCodeRayEncoder class:: The PrawnCodeRayEncoder class, which is used for syntax highlighting source code for use with Prawn, is borrowed from the Prawn project and modified for the purpose of this application. The PrawnEncoder was written by Felipe Doria and is licensed under the GPLv3 license. http://www.gnu.org/licenses/gpl-3.0.html - https://github.com/prawnpdf/prawn Bootstrap (v3.0.3):: The default theme is inspired by Bootstrap 3.0.3. - http://getbootstrap.com ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/README.adoc000066400000000000000000000773611336714227100215660ustar00rootroot00000000000000= Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen ; Sarah White // Settings: :experimental: :idprefix: :idseparator: - ifndef::env-github[:icons: font] ifdef::env-github,env-browser[] :toc: macro :toclevels: 1 endif::[] ifdef::env-github[] :status: :outfilesuffix: .adoc :!toc-title: :caution-caption: :fire: :important-caption: :exclamation: :note-caption: :paperclip: :tip-caption: :bulb: :warning-caption: :warning: endif::[] // Aliases: :project-name: Asciidoctor PDF :project-handle: asciidoctor-pdf // URIs: :uri-asciidoctor: http://asciidoctor.org :uri-gem: http://rubygems.org/gems/asciidoctor-pdf :uri-project: https://github.com/asciidoctor/asciidoctor-pdf :uri-project-repo: {uri-project} :uri-project-issues: {uri-project-repo}/issues :uri-project-list: http://discuss.asciidoctor.org :uri-prawn: http://prawnpdf.org :uri-prawn-gmagick: https://github.com/packetmonkey/prawn-gmagick :uri-prawn-svg: https://github.com/mogest/prawn-svg :uri-asciidoctor-mathematical: https://github.com/asciidoctor/asciidoctor-mathematical :uri-rvm: http://rvm.io :uri-graphicsmagick: http://www.graphicsmagick.org ifdef::status[] image:https://img.shields.io/gem/v/asciidoctor-pdf.svg[Latest Release, link={uri-gem}] image:https://img.shields.io/badge/license-MIT-blue.svg[MIT License, link=#copyright] endif::[] ifdef::env-site[] Asciidoctor PDF is a native PDF converter for AsciiDoc. It bypasses the requirement to generate an interim format such as DocBook, Apache FO, or LaTeX. Instead, you can use it to convert directly from AsciiDoc to PDF. Its aim is to take the pain out of creating PDF documents from AsciiDoc. endif::[] ifndef::env-site[] _Lo and behold_, a native PDF converter for AsciiDoc built with {uri-asciidoctor}[Asciidoctor] and {uri-prawn}[Prawn]! + _No more middleman._ + _No more DocBook toolchain._ + It's AsciiDoc straight to PDF! [caption=Status] CAUTION: {project-name} is currently _alpha_ software. While the converter handles most AsciiDoc content, there's still work needed to fill in gaps where conversion is incomplete, incorrect or not implemented. See the milestone v1.5.0 in the {uri-project-issues}[issue tracker] for details. toc::[] == Prawn, the Majestic PDF Generator {uri-project}[{project-name}] is made possible by an amazing Ruby gem named Prawn. And what a gem it is! {uri-prawn}[Prawn] is a nimble PDF writer for Ruby. More important, it's a hackable platform that offers both high level APIs for the most common needs and low level APIs for bending the document model to accommodate special circumstances. With Prawn, you can write text, draw lines and shapes and place images _anywhere_ on the page and add as much color as you like. In addition, it brings a fluent API and aggressive code re-use to the printable document space. Here's an example that demonstrates how to use Prawn to create a basic PDF document. .Create a basic PDF document using Prawn [source,ruby] ---- require 'prawn' Prawn::Document.generate 'output.pdf' do text 'Hello, PDF creation!' end ---- It's that easy. And that's just the beginning. Skip ahead to <> to start putting it use. Prawn is the _killer library_ for PDF generation we've needed to close this critical gap in Asciidoctor. It absolutely takes the pain out of creating printable documents. Picking up from there, {project-name} takes the pain out of creating PDF documents _from AsciiDoc_. endif::[] == Highlights * Direct AsciiDoc to PDF conversion * <> * SVG support * PDF document outline (i.e., bookmarks) * Table of contents page(s) * Document metadata (title, authors, subject, keywords, etc) * Internal cross reference links * Syntax highlighting with Rouge, Pygments, or CodeRay * Page numbering * Customizable running content (header and footer) * “Keep together” blocks (i.e., page breaks avoided in certain block content) * Orphaned section titles avoided * Autofit verbatim blocks (as permitted by base_font_size_min setting) * Table border settings honored * Font-based icons * Custom (TTF) fonts * Double-sided printing mode (margins alternate on recto and verso pages) == Prerequisites All that's needed is Ruby (1.9.3 or above; 2.3.x recommended) and a few Ruby gems, which we explain how to install in the next section. To check if you have Ruby available, use the `ruby` command to query the version installed: $ ruby --version [WARNING] ==== By default, Asciidoctor PDF automatically installs the latest version of Prawn if you don't already have Prawn installed. This will fail on older versions of Ruby. To workaround, you need to install certain dependencies first. Starting with Prawn 2.0.0, Prawn requires Ruby >= 2.0.0 during installation. Therefore, to use Asciidoctor PDF with Ruby 1.9.3, you must first explicitly install the following dependencies to lock the versions: $ gem install prawn --version 1.3.0 gem install addressable --version 2.4.0 gem install prawn-svg --version 0.21.0 gem install prawn-templates --version 0.0.3 You can then proceed with installation of Asciidoctor PDF on Ruby 1.9.3. Starting with Prawn 2.2.0, Prawn requires Ruby >= 2.1.0 during installation. Therefore, to use Asciidoctor PDF with Ruby 2.0.0, you must first explicitly install the following dependencies to lock the versions: $ gem install prawn --version 2.1.0 gem install prawn-svg --version 0.26.0 gem install prawn-templates --version 0.0.4 For all other versions of Ruby, you can simply install the Asciidoctor PDF gem. It will transitively install the required dependencies. ==== === System Encoding Asciidoctor assumes you're using UTF-8 encoding. To minimize encoding problems, make sure the default encoding of your system is set to UTF-8. If you're using a non-English Windows environment, the default encoding of your system may not be UTF-8. As a result, you may get an `Encoding::UndefinedConversionError` or other encoding issues when invoking Asciidoctor. To solve these problems, we recommend at least changing the active code page in your console to UTF-8. chcp 65001 Once you make this change, all your Unicode headaches will be behind you. == Getting Started You can get {project-name} by <>. ifndef::env-site[You can also <> if you want to use a development version or participate in development.] === Install the Published Gem {project-name} is published as a pre-release on RubyGems.org. First, make sure you have satisfied the <>. Then, you can install the published gem using the following command: $ gem install asciidoctor-pdf --pre If you want to syntax highlight source listings, you'll also want to install Rouge, Pygments, or CodeRay. Choose one (or more) of the following: .Rouge (preferred, minimum version: 1.11.1) $ gem install rouge .Pygments $ gem install pygments.rb .CodeRay $ gem install coderay You then activate syntax highlighting for a given document by adding the `source-highlighter` attribute to the document header (Rouge shown): [source,asciidoc] ---- :source-highlighter: rouge ---- Assuming all the required gems install properly, verify you can run the `asciidoctor-pdf` script: $ asciidoctor-pdf -v If you see the version of {project-name} printed, you're ready to use {project-name}. Let's grab an AsciiDoc document to distill and start putting {project-name} to use! === An Example AsciiDoc Document If you don't already have an AsciiDoc document, you can use the <> file found in the examples directory of this project. ifeval::[{safe-mode-level} >= 20] See <>. endif::[] ifeval::[{safe-mode-level} < 20] .basic-example.adoc [source,asciidoc] .... include::examples/basic-example.adoc[] .... endif::[] It's time to convert the AsciiDoc document directly to PDF. === Convert AsciiDoc to PDF IMPORTANT: You'll need the `rouge` gem installed to run this example since it uses the `source-highlighter` attribute with the value of `rouge`. Converting to PDF is a simple as running the `asciidoctor-pdf` script using Ruby and passing our AsciiDoc document as the first argument. $ asciidoctor-pdf basic-example.adoc This command is just a shorthand way of running: $ asciidoctor -r asciidoctor-pdf -b pdf basic-example.adoc The `asciidoctor-pdf` command just saves you from having to remember all those flags. That's why we created it. When the script completes, you should see the file [.path]_basic-example.pdf_ in the same directory. Open the [.path]_basic-example.pdf_ file with a PDF viewer to see the result. .Example PDF document rendered in a PDF viewer image::examples/example-pdf-screenshot.png[Screenshot of PDF document,width=800,scaledwidth=100%] ifndef::env-site[] You're also encouraged to try converting this <> as well as the documents in the examples directory to see more of what {project-name} can do. endif::[] The pain of the DocBook toolchain should be melting away about now. == Themes The layout and styling of the PDF is driven by a YAML configuration file. To learn how the theming system works and how to create and apply custom themes, refer to the <>. You can use the built-in theme files, which you can find in the [.path]_data/themes_ directory, as examples. === Support for Non-Latin Languages Asciidoctor can process the full range of characters in the UTF-8 character set. That means you can write your document in any language, save the file with UTF-8 encoding, and expect Asciidoctor to convert the text properly. However, you may notice that certain characters for certain languages, such as Chinese, are missing in the PDF. Read on to find out why and how to address it. If you're writing in a non-Latin language, you need to use a dedicated theme that provides the necessary fonts. For example, to produce a PDF from a document written in a CJK language such as Chinese, you need to use a CJK theme. You can get such a theme by installing the `asciidoctor-pdf-cjk-kai_gen_gothic` gem. See the https://github.com/chloerei/asciidoctor-pdf-cjk-kai_gen_gothic[asciidoctor-pdf-cjk-kai_gen_gothic] project for detailed instructions. Using a dedicated theme is necessary because PDF is a "`bring your own font`" kind of system. In other words, the font you provide must provide glyphs for all the characters. There's no one font that supports all the worlds languages (though some, like Noto Serif, certainly come close). Even if there were such a font, bundling that font with the main gem would make the package enormous. It would also severely limit the style choices in the default theme, which targets Latin-based languages. Therefore, we're taking the strategy of creating separate dedicated theme gems that target each language family, such as CJK. The base theme for CJK languages is provided by the https://github.com/chloerei/asciidoctor-pdf-cjk[asciidoctro-pdf-cjk] project and a concrete implementation provided by the https://github.com/chloerei/asciidoctor-pdf-cjk-kai_gen_gothic[asciidoctor-pdf-cjk-kai_gen_gothic] project that's based on the kai_gen_gothic font. Of course, you're free to follow this model and create your own theme gem that uses fonts of your choice. == Font-Based Icons You can use icons in your PDF document using any of the following icon sets: * *fa* - https://fortawesome.github.io/Font-Awesome/[Font Awesome^] (default) * *octicon* - https://octicons.github.com/[Octicons^] * *fi* - http://zurb.com/playground/foundation-icon-fonts-3[Foundation Icons^] * *pf* - https://paymentfont.com/[Payment font^] You can enable font-based icons by setting the following attribute in the header of your document: [source,asciidoc] ---- :icons: font ---- If you want to override the font set globally, also set the `icon-set` attribute: [source,asciidoc] ---- :icons: font :icon-set: pf ---- Here's an example that shows how to use the Amazon icon from the payment font (pf) icon set in a sentence: [source,asciidoc] ---- Available now at icon:amazon[]. ---- You can use the `set` attribute on the icon macro to override the icon set for a given icon. [source,asciidoc] ---- Available now at icon:amazon[set=pf]. ---- In addition to the sizes supported in the HTML backend (lg, 1x, 2x, etc), you can enter any relative value in the size attribute (e.g., 1.5em, 150%, etc). [source,asciidoc] ---- icon:android[size=40em] ---- You can enable use of fonts during PDF generation (instead of in the document header) by passing the `icons` attribute to the `asciidoctor-pdf` command. $ asciidoctor-pdf -a icons=font -a icon-set=octicon sample.adoc Icon-based fonts are handled by the `prawn-icon` gem. To find a complete list of available icons, consult the https://github.com/jessedoyle/prawn-icon/tree/master/data/fonts[prawn-icon] repository. == Image Paths Images are resolved relative to the value of the `imagesdir` attribute at the time the converter is run. This is effectively the same as how the built-in HTML converter works when the `data-uri` attribute is set. The `imagesdir` is blank by default, which means images are resolved relative to the input document. If the image is an SVG, and the SVG includes a nested raster image (PNG or JPG) with a relative path, that path is resolved relative to the directory that contains the SVG. The converter will refuse to include an image if the target is a URI unless the `allow-uri-read` attribute is enabled via the CLI or API. == Image Scaling Since PDF is a fixed-width canvas, you almost always need to specify a width to get the image to fit properly on the page. There are five ways to specify the width of an image, listed here in order of precedence: [cols="1s,3d"] |=== |Attribute{nbsp}Name | Description |pdfwidth |The display width of the image as an absolute size (e.g., 2in), percentage of the content area width (e.g., 75%), or percentage of the page width (e.g., 100vw). If a unit of measurement is not specified (or not recognized), pt (points) is assumed. _Intended to be used for the PDF converter only._ |scaledwidth |The display width of the image as an absolute size (e.g., 2in) or percentage of the content area width (e.g., 75%). If a unit of measurement is not specified, % (percentage) is assumed. If a unit of measurement is recognized, pt (points) is assumed. _Intended to be used for print output such as PDF._ |image_width key from theme |Accepts the same values as pdfwidth. _Only applies to block images._ |width |The unitless display width of the image (assumed to be pixels), typically matching the intrinsic width of the image. If the width exceeds the content area width, the image is scaled down to the content area width. |_unspecified_ |If you don't specify one of the aforementioned width settings, the intrinsic width of the image is used (the px value is multiplied by 75% to convert to pt, assuming canvas is 96 dpi) unless the width exceeds the content area width, in which case the image is scaled down to the content area width. |=== The image is always sized according to the explicit or intrinsic width and its height is scaled proportionally. The height of the image is ignored by the PDF converter unless the height of the image exceeds the content height of the page. In this case, the image is scaled down to fit on a single page. If you want a block image to align to the boundaries of the page (not the content margin), specify the `align-to-page` option (e.g., `opts="align-to-page"`). This is most useful when using vw units because you can make the image cover the entire width of the page. Images in running content also support the `fit` attribute. If the value of this attribute is `contain`, the image size is increased or decreased to fill the available space while preserving its aspect ratio. If the value of this attribute is `scaled-down`, the image size is first resolved in the normal way, then scaled down further to fit within the available space, if necessary. Page background images are automatically scaled to fit the bounds of the page. Any explicit sizing is ignored for those images. === Using the pdfwidth Attribute The pdfwidth attribute is the recommended way to set the image size for the PDF output. This attribute is provided for two reasons. First, the fixed-width canvas often calls for a width that is distinct from other output formats, such as HTML. Second, this attribute allows the width to be expressed using a variety of units. The pdfwidth attribute supports the following units: * pt (default) * in * cm * mm * px * pc * vw (percentage of page width) * % (percentage of content area width) In all cases, the width is converted to pt. === Specifying a default width If you want to scale all block images that don't have a pdfwidth or scaledwidth attribute specified, assign a value to the image_width key in your theme. [source,yaml] ---- image: width: 100% ---- === Inline Image Sizing Inline images can be sized in much the same way as block images (using the pdfwidth, scaledwidth or width attributes), with the following exceptions: * The viewport width unit (i.e., vw) is not recognized in this context. * The image will be scaled down, if necessary, to fit the width and height of the content area. * Inline images do not currently support a default width controlled from the theme. If the resolved height of the image is less than or equal to 1.5 times the line height, the image won't disrupt the line height and is centered vertically in the line. This is done to maximize the use of available space. Once the resolved height exceeds this amount, the height of the line is increased (by increasing the font size of the invisible placeholder text) to accommodate the image. In this case, the surrounding text will be aligned to the bottom of the image. If the image height exceeds the height of the page, the image will be scaled down to fit on a single page (this may cause the image to advance to the subsequent page). == Fonts in SVG Images Asciidoctor PDF uses {uri-prawn-svg}[prawn-svg] to embed SVGs in the PDF document, including SVGs generated by Asciidoctor Diagram. Actually, it's not accurate to say that prawn-svg embeds the SVG. Rather, prawn-svg is an SVG _renderer_. prawn-svg translates an SVG into native PDF text and graphic objects. You can think of the SVG as a sequence of drawing commands. The result becomes indistinguishable from other PDF objects. What that means for text is that any font family used for text in the SVG _must_ be registered in the Asciidoctor PDF theme file (and thus with Prawn). Otherwise, Prawn will fallback to using the closest matching built-in (afm) font from PDF (e.g., sans-serif becomes Helvetica). Recall that afm fonts only support basic Latin. As we like to say, PDF is <>. If you're using Asciidoctor Diagram to generate SVGs to embed in the PDF, you likely need to specify the default font the diagramming tool uses. Let's assume you are making a plantuml diagram. To set the font used in the diagram, first create a file named [.path]_plantuml.cfg_ and populate it with the following content: ---- skinparam defaultFontName Noto Serif ---- TIP: You can choose any font name that is registered in your Asciidoctor PDF theme file. When using the default theme, your options are "Noto Serif", "M+ 1mn", and "M+ 1p Fallback". Next, pass that path to the `plantumlconfig` attribute in your AsciiDoc document (or set the attribute via the CLI or API): ---- :plantumlconfig: plantuml.cfg ---- Clear the cache of your diagrams and run Asciidoctor PDF with Asciidoctor Diagram enabled. The diagrams will be generated using Noto Serif as the default font, and Asciidoctor PDF will know what to do. The bottom line is this: If you're using fonts in your SVG, and you want those fonts to be preserved, those fonts must be defined in the Asciidoctor PDF theme file. == Supporting Additional Image File Formats In order to embed an image into a PDF, Asciidoctor PDF must understand how to read it. To perform this work, Asciidoctor delegates to the underlying libraries. {uri-prawn}[Prawn] provides support for reading JPG and PNG images. {uri-prawn-svg}[prawn-svg] brings support for SVG images. Without any additional libraries, those are the only supported image file formats. If you need support for additional image formats, such as GIF, TIFF, or interlaced PNG--and you don't want to convert those images to a supported format--you must install the {uri-prawn-gmagick}[prawn-gmagick] Ruby gem. prawn-gmagick is an extension for Prawn based on {uri-graphicsmagick}[GraphicsMagick] that adds support for all the image formats recognized by that library. prawn-gmagick has the added benefit of significantly reducing the time it takes to generate a PDF containing a lot of images. The prawn-gmagick gem uses native extensions to compile against GraphicsMagick. This system prerequisite limits installation to Linux and OSX. Please refer to the {uri-prawn-gmagick}[README for prawn-gmagick] to learn how to install it. Once this gem is installed, Asciidoctor automatically switches over to it to handle embedding of all images. In addition to support for more additional image file formats, this gem also speeds up image processing considerably, so we highly recommend using it if you can. == STEM Support Unlike the built-in HTML converter, Asciidoctor PDF does not provide native support for STEM blocks and inline macros. That's because Asciidoctor core doesn't actually process STEM equations. In the HTML output, Asciidoctor relies on the JavaScript-based MathJax library to parse and render the equations in the browser. All the HTML converter does is wrap the equations so MathJax is able to find them. In order to insert a rendered equation into the PDF, the toolchain has to parse the equations and convert them to a format the PDF writer (Prawn) can understand. That typically means converting to an image. The recommended solution is an extension named Asciidoctor Mathematical, which we'll cover here. Another solution still under development uses Mathoid to convert STEM equations to images. Mathoid is a library that invokes MathJax using a headless browser. That prototype can be found in the https://github.com/asciidoctor/asciidoctor-extensions-lab#extension-catalog[Asciidoctor extensions lab]. === Asciidoctor Mathematical {uri-asciidoctor-mathematical}[Asciidoctor Mathematical] is an extension for Asciidoctor that provides alternate processing of STEM blocks and inline macros. After the document has been parsed, the extension locates all the STEM blocks and inline macros, converts the equations to images using Mathematical, then replaces them with image nodes. Conversion then proceeds as normal. Asciidoctor Mathematical is a Ruby gem that uses native extensions. It has a few system prerequisites which limit installation to Linux and OSX. Please refer to the {uri-asciidoctor-mathematical}#installation[installation section] in the Asciidoctor Mathematical README to learn how to install it. Once Asciidoctor Mathematical is installed, you just need to enable it when invoking Asciidoctor PDF using the `-r` flag: $ asciidoctor-pdf -r asciidoctor-mathematical sample.adoc If you're invoking Asciidoctor via the API, all you need to do is require the gem before invoking Asciidoctor: [source,ruby] ---- require 'asciidoctor-mathematical' Asciidoctor.convert_file 'sample.adoc', safe: :safe ---- To get the best quality equations, and the maximize speed of conversion, we recommend configuring Asciidoctor Mathematical to convert equations to SVG. You control this setting using the `mathematical-format` AsciiDoc attribute: $ asciidoctor-pdf -r asciidoctor-mathematical -a mathematical-format=svg sample.adoc Refer to the {uri-asciidoctor-mathematical}#readme[README] for Asciidoctor Mathematical to learn about additional settings and options. == Shaded Blocks and Performance Certain blocks are rendered with a shaded background, such as verbatim (listing, literal, and source), sidebar, and example blocks. In order to calculate the dimensions of the shaded region, Asciidoctor PDF has to "`dry run`" the block to determine how many pages it consumes. While this strategy has a low impact when processing shorter blocks, it can drastically deteriorate performance when processing a block that spans dozens of pages. As a general rule of thumb, you should avoid using shaded blocks which span more than a handful of pages. == Autofitting Text Verbatim blocks often have long lines that don't fit within the fixed width of the PDF canvas. And unlike on the web, the PDF reader cannot scroll horizontally to reveal the overflow text. Therefore, the long lines are forced to wrap. Wrapped lines can make the verbatim blocks hard to read or even cause confusion. To help address this problem, Asciidoctor PDF provides the `autofit` option on all verbatim (i.e., literal, listing and source) blocks to attempt to fit the text within the available width. When the `autofit` option is enabled, Asciidoctor PDF will decrease the font size until the longest line fits without wrapping. CAUTION: The font size will not be decreased beyond the value of the `base_font_size_min` key specified in the PDF theme. If that threshold is reached, lines may still wrap. Here's an example of the autofit option enabled on a source block: [source,asciidoc] .... [source%autofit,java] ---- @SessionScoped public class WidgetRepository { @GET @Produces("application/json") public List listAll(@QueryParam("start") Integer start, @QueryParam("max") Integer max) { ... } } ---- .... If you want to enable the autofit option globally, set the `autofit-option` document attribute in the document header (or somewhere before the relevant blocks): [source,asciidoc] ---- :autofit-option: ---- == Printing Page Ranges The print dialog doesn't understand the page numbers labels (which appear in the running content). Instead, it only considers physical pages. Therefore, to print a range of pages as they are labeled in the document, you need to add the number of front matter pages (i.e., the non-numbered pages) to the page number range in the print dialog. For example, if you only want to print the first 5 pages labeled with a page number (e.g., 1-5), and there are 2 pages before the page labeled as page 1, you need to add 2 to both numbers in the range, giving you a physical page range of 3-7. That's the range you need to enter into the print dialog. == Index Catalog Asciidoctor PDF supports generating an index catalog that itemizes all index terms defined in the document, allowing the reader to navigate the document by keyword. To get Asciidoctor PDF to generate an index, simply add an level-1 section flagged with the `index` style near the end of your document. The converter will automatically populate the catalog with the list of index terms in the document, organized by first letter. [source,asciidoc] ---- [index] = Index ---- You can use any text you want for the title of the section. The only restriction is that no index terms may be defined below this section. NOTE: Although the catalog is generated automatically, you have to mark the index terms manually. However, you could use an extension, such as a TreeProcessor, to automatically mark index terms. == Optional Scripts {project-name} also provides a shell script that invokes GhostScript (`gs`) to optimize and compress the generated PDF with minimal impact on quality. You must have Ghostscript installed to use it. Here's an example usage: $ ./bin/optimize-pdf basic-example.pdf The command will generate the file [.path]_example-optimized.pdf_ in the current directory. WARNING: The `optimize-pdf` script currently requires a Bash shell (Linux, OSX, etc). We plan to rewrite the script in Ruby so it works across platforms (see https://github.com/asciidoctor/asciidoctor-pdf/issues/1[issue #1]) IMPORTANT: The `optimize-pdf` script relies on Ghostscript >= 9.10. Otherwise, it may actually make the PDF larger. Also, you should only consider using it if the file size of the original PDF is > 5MB. If a file is found with the extension `.pdfmark` and the same rootname as the input file, it is used to add metadata to the generated PDF document. This file is necessary to preserve the document metadata since Ghostscript will otherwise drop it. That's why {project-name} always creates this file in addition to the PDF. ifndef::env-site[] == Contributing In the spirit of free software, _everyone_ is encouraged to help improve this project. To contribute code, simply fork the project on GitHub, hack away and send a pull request with your proposed changes. Feel free to use the {uri-project-issues}[issue tracker] or {uri-project-list}[Asciidoctor mailing list] to provide feedback or suggestions in other ways. == Development To help develop {project-name}, or to simply use the development version, you need to get the source from GitHub. Follow the instructions below to learn how to clone the source and run it from your local copy. === Retrieve the Source Code You can retrieve the source of {project-name} in one of two ways: . Clone the git repository . Download a zip archive of the repository ==== Option 1: Fetch Using Git If you want to clone the git repository, simply copy the {uri-project-repo}[GitHub repository URL] and pass it to the `git clone` command: $ git clone https://github.com/asciidoctor/asciidoctor-pdf Next, change to the project directory: $ cd asciidoctor-pdf ==== Option 2: Download the Archive If you want to download a zip archive, click the btn:[Download Zip] button on the right-hand side of the repository page on GitHub. Once the download finishes, extract the archive, open a console and change to that directory. TIP: Instead of working out of the {project-handle} directory, you can simply add the absolute path of the [path]_bin_ directory to your `PATH` environment variable. We'll leverage the project configuration to install the necessary dependencies. === Install Dependencies If you're using {uri-rvm}[RVM], we recommend creating a new gemset to work with {project-name}: $ rvm use 2.3@asciidoctor-pdf --create We like RVM because it keeps the dependencies required by various projects isolated. The dependencies needed to use {project-name} are defined in the [.path]_Gemfile_ at the root of the project. We can use Bundler to install the dependencies for us. To check you have Bundler available, use the `bundle` command to query the installed version: $ bundle --version If it's not installed, use the `gem` command to install it. $ gem install bundler Then use the `bundle` command to install the project dependencies: $ bundle NOTE: You need to call `bundle` from the project directory so that it can find the [.path]_Gemfile_. Assuming all the required gems install properly, verify you can run the `asciidoctor-pdf` script using Ruby: $ bundle exec ./bin/asciidoctor-pdf -v If you see the version of {project-name} printed, you're ready to use {project-name}! CAUTION: If you get an error message--and you're not using a Ruby manager like RVM--you may need to invoke the script through `bundle exec`: For best results, be sure to always use `bundle exec` whenever invoking the `./bin/asciidoctor-pdf` script in development mode. endif::[] [[resources,Links]] == Resources * https://groups.google.com/forum/#!msg/prawn-ruby/MbMsCx862iY/6ImCsvLGfVcJ[Discussion about image quality in PDFs] == Authors {project-name} was written by https://github.com/mojavelinux[Dan Allen] and https://github.com/graphitefriction[Sarah White] of OpenDevise Inc. on behalf of the Asciidoctor Project. == Copyright Copyright (C) 2014-2018 OpenDevise Inc. and the Asciidoctor Project. Free use of this software is granted under the terms of the MIT License. For the full text of the license, see the <> file. Refer to the <> file for information about third-party Open Source software in use. ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/Rakefile000066400000000000000000000044351336714227100214360ustar00rootroot00000000000000# -*- encoding: utf-8 -*- require_relative 'lib/asciidoctor-pdf/version' require 'rake/clean' default_tasks = [] begin require 'bundler/gem_tasks' default_tasks << :build # Enhance the release task to create an explicit commit for the release #Rake::Task[:release].enhance [:commit_release] # NOTE you don't need to push after updating version and committing locally # WARNING no longer works; it's now necessary to get master in a state ready for tagging task :commit_release do Bundler::GemHelper.new.send :guard_clean sh %(git commit --allow-empty -a -m 'Release #{Asciidoctor::Pdf::VERSION}') end rescue LoadError end begin require 'rdoc/task' Rake::RDocTask.new do |t| t.rdoc_dir = 'rdoc' t.title = %(Asciidoctor PDF #{Asciidoctor::Pdf::VERSION}) t.main = %(README.adoc) t.rdoc_files.include 'README.adoc', 'LICENSE.adoc', 'NOTICE.adoc', 'lib/**/*.rb', 'bin/**/*' end rescue LoadError end =begin NOT CURRENTLY IN USE begin require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'test' t.pattern = 'test/**/*_test.rb' t.verbose = true t.warning = true if RUBY_VERSION >= '2' t.options = '--tty=no' end end default_tasks << :test rescue LoadError end begin require 'cucumber' require 'cucumber/rake/task' CUKE_RESULTS_FILE = 'feature-results.html' ARUBA_TMP_DIR = 'tmp' CLEAN << CUKE_RESULTS_FILE if File.file? CUKE_RESULTS_FILE CLEAN << ARUBA_TMP_DIR if File.directory? ARUBA_TMP_DIR desc 'Run features' Cucumber::Rake::Task.new :features do |t| opts = %(features --format html -o #{CUKE_RESULTS_FILE} --format progress -x --tags ~@pending) opts = %(#{opts} --tags #{ENV['TAGS']}) if ENV['TAGS'] t.cucumber_opts = opts t.fork = false end desc 'Run features tagged as work-in-progress (@wip)' Cucumber::Rake::Task.new 'features:wip' do |t| #t.cucumber_opts = %(features --format html -o #{CUKE_RESULTS_FILE} --format pretty -x -s --tags @wip) t.cucumber_opts = %(features --format html -o #{CUKE_RESULTS_FILE} --format progress -x --tags @wip) t.fork = false end default_tasks << :features task :cucumber => :features task 'cucumber:wip' => 'features:wip' task :wip => 'features:wip' rescue LoadError end =end task :default => default_tasks unless default_tasks.empty? ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/WORKLOG.adoc000066400000000000000000001130611336714227100217410ustar00rootroot00000000000000= WORKLOG == TODO * add bw / grayscale theme for rouge (upstream?) * fix labels in issue tracker to match other projects; in particular, enhancement should be green. * setup asciidoctor-mathoid project, then mention it in the STEM support section * QUESTION should we show keys with hyphens instead of underscores in theming guide? * add preamble to toc .1.5.0.alpha.17 * switch to new logging subsystem (and verify we can use --failure-level option) * document rouge-style in README (already in theming guide, but gets buried) * pass current styles downwards when parsing formatted text (see https://github.com/asciidoctor/asciidoctor-pdf/issues/854) * test suite * start the README with a proper introduction to Asciidoctor PDF (and not so focused on Prawn) * support unnumbered and no-bullet style on ordered list ** see https://github.com/asciidoctor/asciidoctor/pull/2286 * implement SVG fit for background image (#765) * add helper to expand value into 4 coordinates (top, right, bottom, left) //- * not honoring align in abstract * don't style paragraph after abstract paragraph as lead (right?) * be able to control padding per column in footer * should we reroute String#downcase if unicode gem is loaded? this is required for natural cross references; or should we just document workaround? * if sourcemap is enabled, error messages should include whatever line information is available * CRITICAL: prawn-svg upgrade broke sizing of title logo image; blocking release ** see https://github.com/mogest/prawn-svg/issues/96 * Prawn reports unknown blank font if family is valid but style is invalid (see https://github.com/prawnpdf/prawn/issues/1022) * catch UnsupportedImageType and issue warning that suggests using prawn-gmagick; see sandbox/interlaced.png * something like prawn-gmagick in Java env ** look into https://github.com/jcupitt/ruby-vips for faster image processing (might solve our JRuby issue) * look for image in imagesoutdir if set and the image cannot otherwise be resolved * in follow-up to #271, mention that images are resolved at the time of conversion; thus, they need to be located where the converter can find them; that often means setting imagesdir to an absolute path * split out the background fill from PR 664 into a separate PR to merge sooner * apply logic for convert_sidebar to convert_example * vertical centering in table cell w/ Noto Serif is off (set align to vertical center for a single-line cell) * import generate-font-subsets.pe script from Asciidoctor EPUB3; rename to generate-bundled-fonts.pe * if we assume that any block except a paragraph will "unfloat", we might be able to implement floating images; just mark the "jump to point" for any block that isn't a paragraph, restrict the width and write * update the theme-schema.json (or remove it) * have some sort of threshold for how close we get to bottom of page before advancing when starting new block * look where else we should be using advance_page instead of start_new_page ** do we really need advance_page when drawing background? isn't that always forging a new page? * toclevels=0 should show parts only (to be consistent with HTML); currently shows nothing (#783) * define sum on core_ext/array to optimize for Ruby 2.4 * allow border bottom of table header row to be set by theme * vertically center background image by default (yes?) * add link to jump back to origin of bibref from bibliography (effectively a back link) * stroke and fill multi-page sidebar block (#259) and example block (#362) ** see PR * part/chapter/section start pages are calculated twice, once for each running content; should be shared ** probably need to introduce a model object to hold the cache * line height in TOC is too small if heading only contains monospaced text * UPSTREAM: rouge treats a CSS property as a Name::Label instead of a Keyword (see https://github.com/jneen/rouge/issues/665) * FIXME: stop using fallback fonts in default theme (instead, bundle a fuller font) ** using fallback fonts significantly slows down Prawn because it checks every letter every time (see https://github.com/prawnpdf/prawn/blob/master/lib/prawn/text/formatted/box.rb#L427-L434) ** add broader character range to monospace font so we can drop fallback font by default (#282) ** consider having a fallback for prose and fallback for literal * transform table cell text inside correct font context (allows us to check the current font, such as in breakable_uri) * should we drop "" handler in formatted text transform? * ttfunk 1.5.0 chokes on narrow no-break space char \u202f (patch applied; https://github.com/prawnpdf/ttfunk/issues/39) * implement text transform for running content (#702) * implement line highlighting in rouge (#681) * should we allow the template/format of the line number in the source listing to be controlled using a sprintf template? * only nest outline inside of root if doctype=article (still valid?) * warn if image in running content can't be found (#731) ** only report failure to embed image in running content once * allow vertical_align to be numeric in running content ** Prawn formatted_text_box doesn't support a numeric value for :valign; need to add upstream (or patch) * allow color and string template to be specified for alt text (#730) * if image fails to load, could draw a box with an X in it to indicate it's broken * enable fit=scale-down (or fit=contain) for title logo image; otherwise, just let it get clipped (will require passing at option to embed_image to prevent page from advancing) * add option to force margin (to apply even when at top of page) * make section depth for section-title attribute in running content configurable (#726) * add ability to set watermark_image which goes on top of each (non-imported) page instead of bottom (#727) * AsciiDoc table cell leaves padding below last block (due to no margin collapsing) * M+ 1mn box drawings have width of 1000 instead of 500, so they don't draw box correctly (see https://github.com/prawnpdf/prawn/issues/1002) ** looks like we're going to have to patch the font to draw the box lines correctly in a 500x860 space ** might want to file this upstream * rewrite optimize-pdf using rghost (#535) (also see #21 and #22) ** prototype implemented! ** add Optimizer class; wire to cli (separate issue?) ** we could recommend using HexaPDF with some sample code in README, but we can't integrate it since it's AGPL * QUESTION: should we defer image dimension assignments to calc_image_dimensions for raster images (similar to resize from Prawn SVG) * passing align to layout_heading leads to ugly code * we could support the big and small roles on phrase by mapping to base_font_size_large and base_font_size_small * allow height of inline image to be set to line height (perhaps 1em?) (#711) * add support for file root / web requests for inline SVGs (#683) ** also, disable file requests when safe mode is secure * FILE ISSUE: support transparent background colors (e.g, f5f5f580) ** might have to switch to rgb, rgba, cmyk, cmyka instead of arrays; or 2D array? * need custom cell impl to handle paragraph breaks in table cell properly * what should we set as the border color if the source highlighting theme has a background color? * use fdiv instead of forcing numeric to float * use the keyword "normal" instead of "regular" to refer to the non-styled font file * make sure any state is cleared after conversion, including attributes assigned * height of listing block not calculated correctly when string of contiguous characters exceeds length of line ** put listing block with very long line inside of sidebar; see that sidebar height is incorrect (too large) ** is this because source highlighting is not done in scratch document? * add line swell when drawing dashed line on listing block * rework resolve_image_path API so it's more logical; override based on type of first argument; document as option * rename text-alignment attribute to text-align? (change is within alpha.14, so still a chance to change) * report cursor / bounding box bug in column_box * introduce theme keys for styling index * index term that wraps should have a hanging indent (#645) * rename inherited_align to text_align? (and base_align to base_text_align?) * make sure any state is cleared after conversion, including attributes assigned * when removing callout numbers, also remove the leading space so we don't mess up the highlighter ** in particular, messing up highlighting for apache conf file * make dpi configurable (controls the px to pt conversion) * should we make :px the default units in to_pt? or require explicit units? * QUESTION should we cache background color of source highlighting theme? * block anchors should be positioned on same page as content if content is forced to new page ** call theme_margin , :top first ** theme_margin should return distance moved (0 if advanced to new page) ** pass effective margin as optional argument to add_dest_for_block to adjust placement ** already handled for block images * QUESTION: should we skip starting new page if image doesn't fit on whole page? * consider using unlink on creation for tmpfile; see http://ruby-doc.org/stdlib-1.9.3/libdoc/tempfile/rdoc/Tempfile.html#method-i-unlink * might be faster to not use TextDecorationTable lookup in to_styles (though it's only called once) * if icon is specified, font-based icons are enabled, and value doesn't end in file extension, assume custom icon name ^ for core * look into using close! on tmp file, which will safely unlink * justify does not work in normal table cell (and does not inherit from base) * support horizontal alignment of AsciiDoc table cell content (need to handle explicitly) ** only relevant when using subtable since it must have width < cell width * format code to align with project standards * -v doesn't turn on warnings soon enough to catch warnings in Asciidoctor/Asciidoctor PDF ** might need to look ahead at arguments * allow front cover and back cover image to be defined in theme as fallback; document in theming-guide * keep together lines of a colist item? * support image URL (using resolve_image_path) in running content (what about data-uri?) * numbering for appendix subsections is not correct; should be A.1, A.2 (#627) ** seems like an issue in core too * BUG: http://asciidoctor.org[Asciidoctor] surrounded by smart quotes doesn't get translated to a link (as it should) * FILE ISSUE: draw border for quote/verse block on right if text is aligned to the right * Prawn should not move cursor before placing image if image exceeds height of bounding box ** ^ workaround in place by overriding move_text_position * part title / number (#597) ** upper roman numeral ** add part-label, fallback to Part (e.g., Part I) ** only use roman numeral in toc * support equal column widths in header/footer as "columns: 3*" (with optional leading alignment) * support padding for each column in running header/footer * should we move files under asciidoctor/pdf and use asciidoctor-pdf as the alias? (#262) * consider moving RomanNumeral into a gem named roman_numeral * should vertical alignment of admonition icon/label should respect padding on content? have it's own padding? * allow general settings for admonition icon to be set using admonition_icon key prefix (e.g., admonition_icon_size) * allow alignment to be set on discrete heading using role * SIMPLE: mark required theme keys (assume keys are optional by default) ** required keys can never have a null value; most are set by base theme * allow font properties to be set for normal paragraph separate from base (need to think about inheritence) * allow alignment of list to be set separately from base align (and perhaps a hint in document) (#182) * use instead of for anchor point in formatted text ** benchmark to see if it's faster to use empty or non-empty element in parser * text decoration should be supported as part of theme_font * QUESTION: should we set pdf-anchor attribute on every node that has an id? ** isn't it required for cross references to work? * QUESTION should preface subsection be numbered? (although it is numbered in DocBook and dblatex) * new design for keep together; necessary to get exact height accounting for gaps at page breaks .. in dry run, set to stop when advancing to next page (override on_page_create to throw exception) .. if less than one page, return calculation (similar to what we do now) .. if greater than one page, clear on_page_create; move to y offset of original and start dry run again; fix calculation .. (if not keeping together, we can skip 1 and 2) .. might be able to avoid dry run for listing/literal in obvious cases; engineering estimate * lines in a paragraph that splits across a page doesn't have proper line height shift * rename "convert_content_for_" since it can collide with existing blocks; don't start with "convert_" * don't orphan block title (make sure anchor stays with start of block) * QUESTION should we report full image path of gif in warning message when prawn-gmagick is not available? * QUESTION should we add destination to top of imported PDF page? ** import page should accept id as section, optional argument * leading (line height) isn't applied when content is split across pages * generate fonts without PS Glyph Names to reduce file size ** create script that can generate fonts entirely from original font source * if start_new_page is called at end of layout_chapter_title, and media=prepress, ghostscript reports an error ** problem is no color space is set; can fix by calling update_colors before advancing to recto page in start_new_chapter ** maybe introduce a skip_page helper to combine these operations? ** upstream issues: https://github.com/prawnpdf/prawn/issues/951 and https://github.com/prawnpdf/prawn/issues/473 * document how to test / use a PR ** see https://github.com/asciidoctor/asciidoctor-pdf/issues/462#issuecomment-246200953 (Bundler) ** also see https://github.com/asciidoctor/asciidoctor-pdf/issues/650 (Gradle) ** clearer instructions for how to test local development version (using rake install) * allow font size of dot_leader to be specified (some risk if it exceeds size of entries) * add empty? method to Page (instead of page_empty? on document) * UPSTREAM: add option to svg method to not move cursor (in prawn-svg) * UPSTREAM: in prawn: go_to_page should accept second argument that is cursor position (can we patch?) * UNRESOLVED: dry_run should start at cursor of main document (or as option); total height calculation would need to be revised ** box_height isn't currently accurate when it spans more than one page ** this should fix height calculation when content is split over a page break (leaving small amount of excess) ** make sure at least one line can be written when code is split or else jump to next page ** however, if cursor is advanced to fit content on page, then that excess will cause box_height to be too large ** life would be simpler if Prawn allowed us to draw graphics at bottom layer * space around inline anchors/index entries doesn't get collapsed by text formatter * add support for format attribute on image macro to image-related attributes such as title-page-background-image ** support explicit image format for cover page image and page background image * allow background image to be sized and positioned using attributes * introduce abstract-title attribute to complement preface-title? * need some sort of post_construct method for converter that receives document ** inline convert methods can get called before init_pdf ** monkeypatch? * document nonfacing option more clearly (in README or theming guide) * create document that explains how built-in fonts are generated and what subsets are selected ** I need instructions for myself so I know how to update/modify the fonts ** document in theming guide what must be done to prepare fonts (old-style 'kern' table, optionally subset) (file issue!) * consider supporting icon tag in parser to simplify how inline icons are stored; simpler use of passthrough content * cache stateless cell data resolved from theme (don't need to recalc each time; at least per table) * FILE ISSUE: autowidth on table doesn't work for multi-line content (prawn-table bases width calculation on normalized value) ** table ends up being stretched even though it doesn't need to be ** I don't know a way to determine how much width a block of rendered content occupies ** see https://github.com/prawnpdf/prawn-table/issues/73 * table logic: does the layout_table_caption have to be inside the table block? can we pre-calculate the actual width for the caption? does the table offer a callback we can use to keep the caption on the same page as the table? * introduce object to store/organize running content data and specs * QUESTION: should theme font handle hierarchical keys (either explicitly or implicitly) * need to support .canvas role on image so it isn't shrunk to fit inside top/bottom margins ** perhaps .canvas, .canvas-x, .canvas-y ** allow image to span width of page (role=canvas, role=canvas-x or role=canvas-y); if role is canvas or canvas-y, then it does not consume height ** partially addressed by vw units * FILE ISSUE: when split source listing, add top padding to bounding box (or is it the line metrics top?) ** actually, this has to do with the a miscalculation in dry run when not starting from same y position * stroke and fill multi-page sidebar block (#259) and example block (#362) * support URL images in running content (need to delegate to resolve_image_path) * add feature to number bullets according to section number (needed for OpenDevise agreements) ** allow ordered list marker to be prefixed by section number (a global setting?) * outline should link to title page if there's a cover page (skip cover page and ensuing blank page) * don't allow title page content to jump to next page * might be better to organize fragments of source chunks by lines (and pass that around) to simplify post-processing * support negative start value for list (#498) ** need to count negative numbers in correct direction * support zero-leading integers (use dedicated type like w/ roman numerals) in reversed order lists * margins/paddings at page boundaries are strange, fragile * implement margin collapsing (between blocks) ** would eliminate need for negative padding for blockquote * bw theme for Rouge to match output of Pygments bw ** also look at grayscale theme from highlight.js * the nested? method on list isn't checking if nested inside a block inside a list ** need an example * wrapped lines in source listing should be indented to account for line number gutter (#504) * add sample SVG to content of chronicles-example.adoc (we do already use one for title page) * inline images: allow built-in font family names for SVG to be remapped * inline images: should we be passing absolute image path in tag or something relative (or even a lookup id?)? * large image runs into running footer (doesn't bottom margin need to be aligned with running footer height?) * should str_to_pt helper handle % and vw units? * allow format of printed link to be controlled by theme (similar to what we do in the manpage converter) * FILE ISSUE: should not wrap at formatting mark unless it's at a break opportunity ** the problem here is that Prawn is allowing breaks at the boundaries of text fragments; it should only look at the contents * allow top as alternative to margin_top for all elements on title page (#431) * swallowing exceptions! (any use of e.message in a string is dangerous) * conum not aligned vertically with callout text (perhaps too small?) * conum should never wrap (push it into the text if necessary) * decouple theme settings for section titles and discrete headings * decouple listing/literal/source theme settings; currently all under code ** separate theme control for listing vs literal block (and maybe source too) * replace explicit char ranges with classes in regexp (e.g., [[:word:]] or \w) * devise a way to specify a value as a string literal (variable replacement only) in theme * apply calculated theme values after loading? * allow "content" in place of recto_content & verso_content for running header/footer ** still relevant after restructuring? * be more specific in theming guide as to where prose_margin_top and prose_margin_bottom apply * allow valign value to be a number (requires change to Prawn) * allow background color to be set for chapter / heading * allow border to be set around block image (#767) * file issue in prawn to dispatch to image handler for images it doesn't know about * add brief mention in theming guide that deeper customizations can be achieved by extending the converter ** see sandbox/asciidoctor_pdf_extensions.rb ** reference infoq-minibook repo & blog post ** document how to extend the converter, use Prawn ** document how to override the Ruby code to get custom styling in the theming guide * is https://github.com/packetmonkey/prawn-pdfimage a safer way than prawn-templates to import PDF as image? * rename ThemeLoader to ThemeReader (or ThemeManager)? * normalize step leaves space after endline at a hard line break (doesn't seem to affect flow) * *margin per heading level* (#176) * need a single object to hold complete font properties; different from font family/style object * font method should support a single argument that's a font object or font hash ** in general, the way font properties are set needs to be cleaned up * allow font size in theme to be specified in em or % ** should multiply value being inherited * can't put margin top on chapter (chapter_top?) (#576) * convenience method to check if there's enough room for another line on page * allow dynamic background image with page number in path * running header/footer covers content (perhaps just a limitation that needs to be documented) * document that palette-based transparent in PNGs is not supported in older version of Prawn * FILE ISSUE: for prawn to preserve space (even w/ guards, spaces don't preserve over wrapped lines) ** if this is fixed, we can remove all the guard indent code ** we also have a problem that soft hyphens in wrapped content get dropped * FILE ISSUE: for prawn to support spacer fragments with fixed width / height and no text (or text is ignored in calculations) ** needed for arranging inline objects * document limitations in README (such as no linear gradients in SVG, etc) * document all permutations of image sizing * set vposition on title page logo image explicitly to avoid page overrun? * verse has problems with wrapping if line is long (in what way?) * allow default kerning to be set using theme * keep line comment in front of callout number to aid copying? * rework pull request for source line numbers (combine with restore conum logic if conums are enabled) ** also combine with the preserve_space logic * should we shorten the keys to front-cover and back-cover (since image is implied?) * keep caption with table (check for sufficient space); only for top placement since bottom placement is much harder * allow valign to be set on image block (vertical center in page for things like slides) * allow title page image "bottom" to be set instead of "top" (mutually exclusive) * rtl (see ./sandbox/rtl/ folder) * pass macro doesn't work in source block when macro subs and highlighting are both enabled (#180) * enable cache_images option for prawn-svg (#223) * bind image_registry between scratch and main document so we don't process the same image more than once ** need to do some testing * show SVG warnings if debug (or trace) is on * clean temporary files once per conversion instead of per node? (file issue) * title is being rendered 3 times (maybe one for scratch?); explain why in comments if normal ** block title? * continue working on json schema for theme; try to generate keys section from it * rethink how we're handling line heights for fonts, then document carefully ** look closer at line_height and line_height_length and see if we need to document other details ** allow line height to be set in more places (such as the prose for admonition, example, sidebar, etc) * implement first-line indent for paragraphs (seems like conflict w/ our text formatter) ** option to not indent first paragraph in section ** add indent/noindent options ** if you indent, perhaps drop the margin between paragraphs? * add entry to TOC for preamble/preface * can we create fragments directly in converter instead of using the formatted text parser? ** would need to override how blocks join content; perhaps even how apply_subs works * don't issue warnings on scratch document ** perhaps introduce a helper method to abstract this away * getting a line wrap break before comma if preceding word is emphasized (problem in Prawn wrapping) ** no longer a problem? perhaps was due to #462; could also be when it does wrap by char * toc ** make dot leader style separate from title / number * running content ** side margins (allow override, default to content margins) ** numbered and unnumbered chapter and section titles (file issue) ** chapter and section number (easily solved by previous) ** separate running content for chapter page (by default uses normal content) * should we rename base_ to body_ to make it more familiar to CSS developers? * support !include in theme file (#571) * add cover page example to chronicles so people see how to use it ** need to find a good cover page * don't orphan a single line of paragraph (send it with a buddy line) ** implement orphan sentences for paragraph * fail gracefully if theme file cannot be found ** report it can't be found (should we fallback to default theme?) * expose theme variable on document (using attr_reader?) * dedicated style for top/bottom margin of outline list ** allow margin top and bottom to be set for lists (applies to outer-most list) ** allow spacing between nested lists levels be configured in theme * need dedicated theme styles for paragraph spacings, etc * subtitles for parts and chapters (#623) * part titles need their own styling * add color calculation functions in theme file (like in SASS) * create utility method to get % offset of page as y value (option to constrain to bounds) * document why we have converter assignment in convert_content_for_block method ** do we still need the converter hack in convert_content_for_block? (seems to be needed for admonitions) * support transparency for colors (this is now supported by resolve_theme_color) ** utility to coerce the color value transparent to nil (better handling in general) * support generic color (or value) attribute in formatted text parser instead of specific color systems (rgb, cmyk) * **allow theme_font to set line_height** (honor this setting from document) ** theme setting for code line height (currently using base_line_height) * should we put an entry for doctitle in the outline if notitle is set? (need to test these edge cases) * add more theme control over toc (per-level font size, style, color, etc) * strip formatted text (e.g., monospace) from headings and toc entries * prevent title-logo-image from spilling to next page (same with title content) * document what each keep_together is doing / expects ** keep_together really needs to pick up the inherited horizontal bounds or else measurement is inaccurate; fixed? * code cleanups (regexps to constants, nil? checks and such) ** split prawn_ext/extensions into individual files based on function * enable line above (or below?) title on title page (file issue) ** perhaps 4-sided border? * file upstream issue for Prawn to warn if it can't resolve a glpyh (or monkeypatch it) * support web fonts; use uri-cache to avoid redundant fetching * align caption to match alignment of block image * make conum glyphs configurable in theme (use reference table to resolve) * CJK and/or multilingual support (see https://github.com/chloerei/asciidoctor-pdf-cjk) * description list term should keep together with content (file issue) * allow font properties to be set for lists (description_list, outline_list) * remove pdfmarks file after optimizing * look into single_line + shrink_to_fit in listings, perhaps other places * refactor as Prawn view to avoid method name conflicts (also see https://github.com/prawnpdf/prawn/issues/802) * create proper default (Asciidoctor) theme (#60) * document how the treetop parser is rebuilt * rework font so we can set actual height, calculate x_height internally (use 1em for spacings) * padding top and bottom on content affects height_of calculations (need to review) * code font needs to support more than just ascii (Golo license block is an example) * don't cutoff content in partintro * admonition styles are one big hack; need to be organized and based on theme * BUG: autofit logic not working with Courier (still overrunning line) * honor safe mode rules * print scratch.pdf file if verbose / trace mode is on in Asciidoctor * introduce setting to indent section content * rename default theme to docbook theme, make default the Asciidoctor theme (should we have a base theme?) * allow relative font size for inline code to be set (perhaps a percentage or em value? there are problems with this in arranger) * apply line height metrics for table content ** figure out how to adjust line height for monospaced cell content ** figure out how to layout regular cell content to adjust for line height * document the typeset_text methods very clearly * move check for node.title? inside layout_caption * theme idea / tester: see sandbox/ebook-learn_version_control_with_git-SAMPLE.pdf * make alternating page title position optional (via theme?) * fix passthrough placeholders that get caught up in syntax highlighting (see https://github.com/asciidoctor/asciidoctor/blob/master/test/blocks_test.rb#L2258-L2277) * honor font defs in SVG (to get M+ 1p); prawn-svg supports loading fonts; need to pass fonts to prawn-svg * should we support % as a unit in theme (divides by 100 and sets float value)? * disable monospace font color (and family?) in headings * add source language to upper-right corner of listing block * implement quote style from default Asciidoctor stylesheet * reorganize Prawn extensions (see prawn-table for example) * rename "theme" to "style"? (or allow both?) * restrict custom theme path to jail (or load from load_path) * enforce jail on SVG option enable_file_requests_with_root * implement convert_toc * italic text in a line of text styled as bold in the theme loses its bold style * introduce method for start_initial_page? * make outline a document option (perhaps "outline" like "toc") * add bench/ directory for the script to test the speed of the formatted text parser * start page numbering on page 1 (use /PageLabels reference to make i the title page number) ** add this feature upstream to Prawn * *report image only page w/ stamps corruption issue to Prawn* ** still true? ** I believe we patch by calling `update_colors if graphic_state.color_space.empty?` * add /PageMode /UseOutlines * cli arguments ** theme (pdf-style, pdf-stylesdir) ** enable/disable writing pdfmark file ** optimize-pdf * implement footnotes correctly (#73, #85) * flesh out outline more (in what way?) * flesh out title page more ** document subtitle (partially solved) * don't create title page for article doctype (#95, #105) ** only create title page if doctype=book * allow character spacing to be controlled by theme * allow pdf-page-margin to be set in document ** intended primarily for image slideshows ** this is slighly more complicated now that we have mirror margins; perhaps can't set those from document? * use `module Asciidoctor; module PDF; module FormattedText` convention to simplify indentation * introduce code style guide (like in Jekyll AsciiDoc); perhaps make this a shared file in the Asciidoctor ecosystem? * I'd like for theme to be able to set font scan path for Prawn SVG, but registry is global * rename dot_leader to just leader or tab_leader? * rename align to text_align? * QUESTION should bullets be on right if list alignment is right (what about center?) * QUESTION should we resolve font-based icons globally, in init_pdf? * use treetop to parse and evaluate theme file * use or don't use pad method? check performance * switch wolpertinger to howling grasshopper mouse == Major Efforts / Milestones * add a test suite * refactor as Prawn View * add support for footnotes (as article or chapter endnotes) * pass styles downwards to child elements in formatted text transform instead of decorating on way out of hierarchy * rework text handling in Prawn to support line height natively * margin collapsing (like CSS) * use proper model to handle the page number to current part/chapter/section mapping in running content * cleanup/reorganize imports in lib/asciidoctor/converter.rb == Documentation * "Incorrect number of arguments in 'SCN' command" happens when you add a stamp to an imported page * be mindful that layout_prose adds margin to bottom of content by default (important when working in a bounding box) * ttfunk does not support ligatures (e.g., fi -> fi); we could do this manually in post_replacements == Questions * should we calculate column widths before cell data so we can pass width to AsciiDoc table cell? * should we ensure natural_content_width is called first (by calling it explicitly)? ** seems by calling width on table in convert_table, this isn't necessary * should width for AsciiDoc cell when autowidth is set default to even distribution (accounting for colspan?) == Notes * when using `single_line: true` on formatted_text, it's necessary to reapply our padding top/bottom from line metrics * we always leave cursor on start of page we're about to write on; certain checks rely on this fact * "section title" is the semantic element; "heading" is the structural element * /PageLabels/Nums must have entry for every page in front matter, even if a blank page ** in fact, must account for every page or else numbering lags behind when scrolling document * if we set the vposition on image to a numeric value, it skips the overrun check that happens internally * any instance variables referenced by converter methods for inline nodes could get accessed before the converter for document is called * Evince throws warning when printing PDF if & is used in document title; but this is valid according to the PDF specification * Prawn drops fragments with empty text (hence the need to use zero-width space) ** analyze_glyphs_for_fallback_font_support drops fragments with empty text ** later on, initialize_wrap drops fragment with empty text * use term "page number label" to refer to the visible, printed page number (not the implicit page number) * vertical alignment of text doesn't work properly in Prawn; better to calculate alignment manually, if possible * width_of_string returns a value from the font horizontal metrics map even if glyph is not present in font * check for AFM font using: theme_font :link { font.unicode? } == Snippets Report error eagerly if can't read image in running content: ``` warn %(asciidoctor: WARNING: could not embed image in running content: #{path}; #{e.message}) side_content[position] = %([#{attrs['alt'] || (::File.basename path, (::File.extname path)).tr('_-', ' ')}] ``` == Prawn Wishlist * fragment should be able to specify it's own width * test string with include? before gsub (for example, stripping zero-width spaces) == Known Issues * when paragraph text runs to another page, all zero-width spaces and soft hyphens have been removed from the text; this means word breaks don't work and callbacks for placeholder text aren't called * inline image at start of the line is slighly shifted to the right due to the fact that it's placed in the center of the reserved fragment width; perhaps we are adding this padding == Potential Optimizations * if autofit is set on a listing/literal block that has conums, we are splitting fragments by line twice * comparing > 0 is slightly faster than == 0 (for cases when we can swap the logic) * could define rx constants on demand, such as: self.class.const_set :UriSchemeBoundaryRx, /(?<=:\/\/)/ unless self.class.const_defined? :UriSchemeBoundaryRx, false == Usage Optimizations * uncompress PNG files to avoid slow zlib inflating step in Prawn * flatten PNGs (remove alpha channel) since it messes up font rendering on the page in Adobe Acrobat Reader (need to verify) * avoid the fallback font if possible (use full fonts in your theme) because it checks for *every* glyph * font families used in SVGs must match keys in the font catalog == Open Questions == Implementation * should we read SVG file using UTF-8 encoding; or does REXML handle encoding? * can we leverage before_rendering_page callback on table? * should we use move_past_bottom in some places instead of start_new_page? === Design * remove/reduce padding above heading when it appears at the start of a page? * Default line height? * Should the heading sizes be calculated according to the default font size? * Page margins * Body indentation? ** recto / verso indentation? * Size of masthead / footer * Line separating masthead / footer? * Separate title page * Start chapter on new page? * Special layout for chapter page? === Theme * keep or drop base_ prefix in theme? I think we should keep it because it provides context elsewhere in the document (e.g. $base_font_size vs $font_size) == Resources * https://code.google.com/p/origami-pdf/[Origami PDF: A PDF inspection library] * https://github.com/a1ee9b/PrintPretty[A theme for PDF designed for printing] * http://randomtextgenerator.com[Random Text Generator, supports multiple languages] * http://clagnut.com/blog/2380[List of pangrams] ** http://www.camcc.org/_media/reading-group/qianziwen-en.pdf[1,000 character classic (Chinese)] * pdf2svg can convert the PDF file into an SVG (one SVG per page) * https://blog.codeship.com/build-math-evaluation-engine[How to Build a Simple Math Evaluation Engine] * http://blog.typekit.com/2011/11/03/optimizing-fonts-for-the-web-unicode-values-glyph-set-underlines-and-strike-through/[Optimizing Fonts for the Web] ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/asciidoctor-pdf.gemspec000066400000000000000000000045421336714227100244070ustar00rootroot00000000000000# -*- encoding: utf-8 -*- require File.expand_path '../lib/asciidoctor-pdf/version', __FILE__ require 'open3' unless defined? Open3 Gem::Specification.new do |s| s.name = 'asciidoctor-pdf' s.version = Asciidoctor::Pdf::VERSION s.summary = 'Converts AsciiDoc documents to PDF using Prawn' s.description = <<-EOS An extension for Asciidoctor that converts AsciiDoc documents to PDF using the Prawn PDF library. EOS s.authors = ['Dan Allen', 'Sarah White'] s.email = 'dan@opendevise.com' s.homepage = 'https://github.com/asciidoctor/asciidoctor-pdf' s.license = 'MIT' s.required_ruby_version = '>= 1.9.3' files = begin (result = Open3.popen3('git ls-files -z') {|_, out| out.read }.split %(\0)).empty? ? Dir['**/*'] : result rescue Dir['**/*'] end s.files = files.grep %r/^(?:(?:data|lib)\/.+|docs\/theming-guide\.adoc|Gemfile|Rakefile|(?:CHANGELOG|LICENSE|NOTICE|README)\.adoc|#{s.name}\.gemspec)$/ # FIXME optimize-pdf is currently a shell script, so listing it here won't work #s.executables = ['asciidoctor-pdf', 'optimize-pdf'] s.executables = ['asciidoctor-pdf'] s.test_files = files.grep %r/^(?:test|spec|feature)\/.*$/ s.require_paths = ['lib'] s.has_rdoc = true s.rdoc_options = ['--charset=UTF-8', '--title="Asciidoctor PDF"', '--main=README.adoc', '-ri'] s.extra_rdoc_files = ['CHANGELOG.adoc', 'LICENSE.adoc', 'NOTICE.adoc', 'README.adoc'] s.add_development_dependency 'rake' #s.add_development_dependency 'rdoc', '~> 4.1.0' s.add_runtime_dependency 'asciidoctor', '>= 1.5.0' # prawn >= 2.0.0 requires Ruby >= 2.0.0, so we must cast a wider net to support Ruby 1.9.3 s.add_runtime_dependency 'prawn', '>= 1.3.0', '< 2.3.0' s.add_runtime_dependency 'prawn-table', '0.2.2' # prawn-templates >= 0.0.5 requires prawn >= 2.2.0, so we must cast a wider net to support Ruby 1.9.3 s.add_runtime_dependency 'prawn-templates', '>= 0.0.3', '<= 0.1.1' # prawn-svg >= 0.22.1 requires Ruby >= 2.0.0, so we must cast a wider net to support Ruby 1.9.3 s.add_runtime_dependency 'prawn-svg', '>= 0.21.0', '< 0.28.0' s.add_runtime_dependency 'prawn-icon', '1.4.0' s.add_runtime_dependency 'safe_yaml', '~> 1.0.4' s.add_runtime_dependency 'thread_safe', '~> 0.3.6' s.add_runtime_dependency 'concurrent-ruby', '~> 1.0.5' # For our usage, treetop 1.6.2 is slower than 1.5.3 s.add_runtime_dependency 'treetop', '1.5.3' end ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/bin/000077500000000000000000000000001336714227100205335ustar00rootroot00000000000000ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/bin/asciidoctor-pdf000077500000000000000000000017051336714227100235360ustar00rootroot00000000000000#!/usr/bin/env ruby if File.file?(asciidoctor_pdf = (File.expand_path '../../lib/asciidoctor-pdf.rb', __FILE__)) require asciidoctor_pdf else require 'asciidoctor-pdf' end require 'asciidoctor/cli' options = Asciidoctor::Cli::Options.new backend: 'pdf', header_footer: true # FIXME provide an API in Asciidoctor for sub-components to print version information unless ARGV != ['-v'] && (ARGV & ['-V', '--version']).empty? $stdout.write %(Asciidoctor PDF #{Asciidoctor::Pdf::VERSION} using ) # NOTE the print_version method was added in Asciidoctor 1.5.2 if options.respond_to? :print_version options.print_version else puts %(Asciidoctor #{::Asciidoctor::VERSION} [http://asciidoctor.org]) end exit 0 end # FIXME This is a really bizarre API. Please make me simpler. case (result = options.parse! ARGV) when Integer exit result else invoker = Asciidoctor::Cli::Invoker.new options GC.start invoker.invoke! exit invoker.code end ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/bin/optimize-pdf000077500000000000000000000032031336714227100230660ustar00rootroot00000000000000#!/bin/bash # Optimizes and compresses the specified PDF using Ghostscript (gs). # # [NOTE] # You need at least Ghostscript 9.10 in order for page labels defined in the # PDF to be preserved (e.g., front matter pages numbered using roman numerals). if [ -z $1 ]; then echo "Please supply a PDF file to optimize" exit 1 fi if [ -z $GS ]; then GS=gs fi FILE=$1 FILE_BASENAME=${FILE%.pdf} FILE_OPTIMIZED=$FILE_BASENAME-optimized.pdf FILE_PDFMARK= if [ -f "$FILE_BASENAME.pdfmark" ]; then FILE_PDFMARK="$FILE_BASENAME.pdfmark" fi DOWNSAMPLE_IMAGES=true if [ -z $IMAGE_DPI ]; then #IMAGE_DPI=150 IMAGE_DPI=300 fi # /prepress defaults (see http://ghostscript.com/doc/current/Ps2pdf.htm) # -d{Color,Gray,Mono}ImageDownsampleType=/Bicubic # -dAutoFilter{Color,Gray}Images=true # -dOptimize=true # -dEmbedAllFonts=true # -dSubsetFonts=true # -dColorConversionStrategy=/LeaveColorUnchanged # -dUCRandBGInfo=/Preserve # -dCompressPages=true # # other unused settings # -r72 # # for info about pdfmarks, see http://milan.kupcevic.net/ghostscript-ps-pdf # # to convert to grayscale, add the following (though doesn't always work) # # -dProcessColorModel=/DeviceGray \ # -dColorConversionStrategy=/Gray \ "$GS" -q -dNOPAUSE -dBATCH -dSAFER -dNOOUTERSAVE \ -sDEVICE=pdfwrite \ -dPDFSETTINGS=/prepress \ -dCannotEmbedFontPolicy=/Warning \ -dDownsampleColorImages=$DOWNSAMPLE_IMAGES \ -dColorImageResolution=$IMAGE_DPI \ -dDownsampleGrayImages=$DOWNSAMPLE_IMAGES \ -dGrayImageResolution=$IMAGE_DPI \ -dDownsampleMonoImages=$DOWNSAMPLE_IMAGES \ -dMonoImageResolution=$IMAGE_DPI \ -sOutputFile="$FILE_OPTIMIZED" \ "$FILE" $FILE_PDFMARK exit 0 ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/000077500000000000000000000000001336714227100206745ustar00rootroot00000000000000ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/000077500000000000000000000000001336714227100220255ustar00rootroot00000000000000ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/LICENSE-mplus-testflight-58000066400000000000000000000005671336714227100266050ustar00rootroot00000000000000M+ FONTS Copyright (C) 2002-2014 M+ FONTS PROJECT - LICENSE_E These fonts are free software. Unlimited permission is granted to use, copy, and distribute them, with or without modification, either commercially or noncommercially. THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/ ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/LICENSE-noto-2015-06-05000066400000000000000000000261351336714227100250500ustar00rootroot00000000000000 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/mplus1mn-bold-ascii.ttf000066400000000000000000000367741336714227100263450ustar00rootroot00000000000000FFTMod/:OS/29vsVcmapI _ zcvt MS fpgm/egasp:glyf Zw (head f6hheawpT$hmtx@,Elocav ,maxp0x name;a2post6 ~5prep+.vhea:$vmtxu:fX_<+\3Z,1   jGM+ \tZ3@@XAn_"#d)2JF:N:A(0}27<> >-4NX#2P2>_<>:<-2 &D)d-n7A:-0D2A_:A7<(>0bD7A(-#H7A-dTTTTTTTtX ~ %%K%l %% %PSe]Y  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abc,K*PXJvY#?+X=YK*PX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-KPXYF+X!YKRX!Y+\XY+$!y*Z 6Ll$Rn&\n2L6LjL|,D\n|:b  , D V   J l  6 D x  0 @ P ` r  & < P f | 0BXn(:Pfz "<Vr 2H^x0Ld~ $F`x>3#53hጌX 3#3#P܂P ,7537#53733733#3##7##737A7AiNi4>5>hNiMVWWV7A/%+#5&'55.546;53&'23654'#]4,X(1*/4,d]X#,$WT VUkR?dm fQC]zzUЌ9Z7Q[ X g9>B 3#T ne 73#&nee4깹_e #6'3ee4깹"W7''7'7'0"lXOOXl"Af!v??v!fA#2& 3##5#5350k&SS~^#673_)+dQ75!d,SSL353) #aA2 2".6.#"32>54'T//TT//; &!' (!'AAAw)*#.s!2).s9,Jh3'573oq`bf&F23!554&#"56V[q~+,CXPc`\ܐWW ;6;^4: 2#"'53254&+532654#"56]dxSMHK}HXRHiBQXYO& `)E=X32&2654&#"'@81;ZR`eFS,2_OB<6c/(%-.,)Vz+nv8J_GeZ@EQcMA !#5!ArvWuZW^#( )2"&5475.54654&#"3254f819?pls-7Z-)/-K`61h_U4YhEagga9d7Tc2424fn"l<=yl0 #"3254&'2#"'53267##"&546/('+Z),JR)2^PB<6;@81;VVaE]^F]IV8I_U{+uwE05353z}~T0 67353})+M#2 N%5%Ezdn75!5!7zuRRRR< N55%5<zEdnd>2#4>7>54#"5653\fj"dRb] VL&C"'H*4\+#0Q9f*{!*2#"&54632354&#"327#"&546275&#"A\HDAA% /*QMRT>A@L{|u: {Aavre +0"[ij٢5  33#'#3# u%%6D&W>!%#"'6324&+3232654#"VRNU>4:LlCG)!|D?n=V  hFHBg7=g-"327#"32#5&,3;9FK ##333#qqyy^@_3!}W####333#d=_:c&=<}&kl>/&< 3333##26x66x6%^11^^11{{{JDDD> 4&#"3267#"'#632b<>!$>2#.6x66x6rM^11^^114'@ t6{{{JDDD$]6O=:#'.+#63232654&#"p)?t:(('pSWwo'L@<=" -#]7&i/jMZd-##5!2p}WW2"&532653e]q(b(m \lM87Nl73#3rotqdv& 3333###u#7Y5%dA2;lAq&& 33###\\sy\\u$tf 33#llupT@D !3!55#DlWWW*e3!!HH)3#)aAader#5!!53 HcH3##g||>z-e5!-HHnm*#&'3m_`@*72#"&546;54&#"56#"327nMR]bkyz5HZYHA4/" Pv XPV[;%$V 24+/ A #"'36324&#"326jraIn-2^[n+,4$54{ ~gU" V:#5&#"327#"&532h 8@J@59;@q|H:Js^^``R- %27&#"'463253#"&$4,+4[^2-nIarjD M"UgjV~( {07327#"32%3.#">=:HKC`^)*.,RES NREBD354632&#"3###DnEU7-"+ mn:fP R4< Q]2526=#"4632327&#"sho)/lzXHm_+ <7TZQv,~>NA2#4&#"#36"QJk-1&nn7Ua@O1(h_T 3##753_oq}}:\ 7#53!52653ZXQTT}}A #'#37ЁnnH7%3##53-QQQ632632#4&#"#4&#"#>O9 ,7L7edi&9SzNN<632#4&#"#$ "3254&#"'#632% ,_3/)nN\si gU }0$ 4632#5#"327&#"0is\Nn)/m_, %63} 2W Ub"#6uhmS^4D "#"'532654&'.54632& X#+jMe\`MRJ5.%0_O^]YLRA" JIHN X'!$ $ M@FKS7#327#"&5#5353/*+/:[GggmQ;![ D\ QA3#"&53327EnJeqRk%1'*Jec6'(733#3anrP7333###3=U9$[Az59aMFZ..ZFMa9>04I=I CHSyMySHC I=I$,*3dAe%.=4&+532;#"+5326=467840>9aMF,-//-,FMa9>044I=I CHS?:M:?SHC I=I-7576?'&/.-u+$u+$bc%)< lbc%)< dQ75!d,SSJ5!J<<5!t\3<tN\3t!#*<<*t!#*<´fNt!#f<*t!#f´fNt!#!<*t!#!<*tN!#!NftN!#!NfJ\!3!<J*\!3!<NfJ\!3!J*\!3!NfJ\5!3<J<\5!3<JN\5!3J<N\5!3t\3!!<**<*t\3!!<*fft\ #3!!<**<*t\ 33!!<<f*<*t\3!!f*<*t\ #3!!<*Nfft\ 33!!<<fNfft\3!!ffft\#!5!3<*<<t\#!5!3<*<tN\ #!5!3#<*<<tN\ #!5!33Nf<<<*tN\#!5!3Nf<tN\ #!5!3#<*<tN\ #!5!33Nf<<ftN\#!5!3Nft!!#!*<*<*t !#!5!*<*<*<t !#!5!5*<*´f<<t!#!5*<*´ft!!#!ff<*t !#!5!ffN<*<t !#!5!5ff´f<<t!#!5ff´fJ\!5!3!<J<*\ !!5!3!*<J<*\ !5!5!3!*<<<f\!5!3!<fJ\5!3!J<*<\ !!5!3!fJ<*\ !5!5!3!f<<f\!5!3!ft\ !#!5!3*<*<<*<*t\ !#!5!3*<*<<**t\ !#!5!3*<*<´f<ft\ !#!5!3*<*<´fft\ #!5!3!!<**<*<t\ #!5!3!!Nf<f<*<t\ #!5!3!!Nff<*<t\ #!5!3!!#<*f<*<<t\ #5!5!3!!?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghglyph1glyph2uni000Auni00A0uni2011SF100000uni2501SF110000uni2503SF010000uni250Duni250Euni250FSF030000uni2511uni2512uni2513SF020000uni2515uni2516uni2517SF040000uni2519uni251Auni251BSF080000uni251Duni251Euni251Funi2520uni2521uni2522uni2523SF090000uni2525uni2526uni2527uni2528uni2529uni252Auni252BSF060000uni252Duni252Euni252Funi2530uni2531uni2532uni2533SF070000uni2535uni2536uni2537uni2538uni2539uni253Auni253BSF050000uni253Duni253Euni253Funi2540uni2541uni2542uni2543uni2544uni2545uni2546uni2547uni2548uni2549uni254Auni254BSF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000uniFEFFRy3 Z\\\\\\P-xxPZZl6 xxxxxx,,xxxxxxxxxxZZ2JnJnJxJnddnJJJJJJJTTTTTTZ2Z\ TTTTTTT\ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/mplus1mn-bold_italic-ascii.ttf000066400000000000000000000370441336714227100276610ustar00rootroot00000000000000FFTMod/:OS/29vtVcmapI _ zcvt MS fpgm/egasp:glyfh ( head f6hheawpT$hmtx@,A[loca^ ,maxp3x name 1)2post6 ~5prep+.vhea:$vmtx;_}_"_<+\3Z/1   jGM+ ! \tZ3@@<7  _Ux_#(A<2A-7#n-27<2#(FP(F(2Z22-2#(<x#Z(Z-72#(<(7U72- 22(U7-7 #A-7(_TTTTTTTtX ~ %%K%l %% %PSe]Y  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abc,K*PXJvY#?+X=YK*PX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-KPXYF+X!YKRX!Y+\XY+$!y*Z 0FdzHfTf|.H~4JfDt&<Thv 0X  " : L t < ^ z * 8 l   ( 8 H X h z   2 F \ r &:Pfz  2H^r4Nj*@Vp(D\v>XpO3#53떖< 3#3#dd @7537#53733733#3##7##737=5C7+91@77llll=7/!(#5&'55&546;53&'654'#'o0(i*$ .Xh`i'!GGECRQ>dr |V4V^ j 0+cnniA:6<T 3##n _V 6673#&_d^~~^]]UV #6'3d^~~^](]N''7'7'37؎`eKKe`& | &!nI||In!v99-! 3##5#535;!ddx~r#673x)/_Y75!_6dd^353# #x6( 2".632>54'7.#"Y00YY00^ !! !AAA0%'zp/s('zpA|'573#Z[vd&<73!554&#"5632%+AZTeZdnll8.ZUGTsAUOBi>S]XRKW#v-u>5n59T*q# %#5#533'#Pj&jj!A632#"'532654&#"#!#$.pvRDEG31 "n Ytv(?JM9"j-#"3632#".54>32&2654&"'9.-5\SflKX/2dUBE9g'!N$"xHi#mw9Jv>\S4=JWC7 !#5!7i_alW)"654"&5475.5462'2654'*$KFKisi*0kkdstp/.g!',z+3O"L^|h`t?b7WbaXbB>`hl29P(@'56##7267##"&54632#"'5"3264&9.-5YVflOX+2dUBE9g( &%&"bGj#sw7Jv7>54"563253!b_i_iϠ?$B$%D$1Z-"*C5y(Xt{#."327# 4632#"&54632354&3275&#"OGRS?CFPjce.EB?>&+  x~kwµ`h%bure%H+ , #3##3#7pXi&2 "32654&#"3264&##"'63296.2 626<]WSW@39N151+78}>V  g##5&#"327#"&54632 <<3@BJzPuo( #"'6324&#"3269p^]TT]y>AA>wD͏rzF 3#3!!rnillP #!#3܌hOli"3275#53# 4632&6SC?>bSaFO"&F )53#5!#3llhlllll(#"'53265#5_xVEG@4(uXp"+;l2 ##333#T6Z3!l####333#U+h+u#1'#DH &2 ##333#x  &2"&2>4."mmmF((F(b&*ww**ww2 4&#"3267#"'#632N1221uvZ_{pPFGT~xj%#.#"&62$2>4."z%A +%ymmmF((F(c1Q;*ww**ww-#'.+#632'32654&#"h&=9 Z_|o4;712<&R,m{SZ19CB:2 &#"#"'532654&'.54632TL+1CvWordPRX-2#(nUmeaSN*,&J5mSlf2~D0,)73kM`h###5!@nnll("&532653m_T ^tL..Lt73#3\\xb&73333###3+b+z7'17HD&* 33###3JJJrh 33#3TE9< 5#5!3!5"|lllllxV#3!!"X#3##x6xZV|5!!53Z"ުXTX##3#k>(V5!(XXZ|*#&'3|xeE(ꕫ-%#"&546;54&#"5632#"327Y`inyw2CbcLuSnU#WST[ 4!'h#UxPUK 7 632#"'34&#"326,6[Tm~]R".-+{x#cG# K2#5&#"327#"&532+4F<59@BvJB;qVTWXb# 53#"&54632327&#"4R]~mT[6\+-."+#x{dK ,#G(7327#"&532%3.#"8:1LKFw~ec&""B2f_N8:<5354632&#"3##U;".:O9 ] ](>X24&#"#632#;,MlU^."c-Lr2"&264&"nnnZ##Z#肂DDD2$ #"'#6324&#"32̾+(R]l)/ N#zaI ($ 4632#5#"327&#"(l]R(+N /)z#5; IU"#6qdfm77"#"'532654&'.4632& I?mQe^kSWN-&&cVbacQW4/ NLJQ#l+ SOe-#327#"&=#5353/+%2-V%;#"&=4&+5326=46;#":7??uPI,.((.,IPu??7-L>HPJV=6`6=VJPH>L$8*3|7V%.=4&+532;#"+5326=467>:7??uPI,.((.,IPu??7:-L>HPJV=6`6=VJPH>L(7'&/&'&576Ix-$x-$Blqd&(< lqd&(<_Y75!_6ddJ5!J<<5!t\3<tN\3t!!#*<<*t!#*<´fNt!#f<*t!#f´fNt#!5<*<t!#!<*tN!#!NftN!#!NfJ\3!<J*<\!3!<NfJ\!3!J*\!3!NfJ\!5!3<J<\5!3<JN\5!3J<N\5!3t\!#3*<<<**t\3!!<*fft\ #3!!<**<*t\ 33!!<<f*<*t\3!!f*<*t\ #3!!<*Nfft\ 33!!<<fNfft\3!!ffft\#!5!3<*<<t\#!5!3<*<tN\ #!5!3#<*<<tN\ #!5!33Nf<<<*tN\#!5!3Nf<tN\ #!5!3#<*<tN\ #!5!33Nf<<ftN\#!5!3Nft!5!!**<<*t !#!5!*<*<*<t !#!5!5*<*´f<<t!#!5*<*´ft!!#!ff<*t !#!5!ffN<*<t !#!5!5ff´f<<t!#!5ff´fJ\!5!3<<<*\ !!5!3!*<J<*\ !5!5!3!*<<<f\!5!3!<fJ\5!3!J<*<\ !!5!3!fJ<*\ !5!5!3!f<<f\!5!3!ft\ #!5!3!!<*<*<*<t\ !#!5!3*<*<<**t\ !#!5!3*<*<´f<ft\ !#!5!3*<*<´fft\ #!5!3!!<**<*<t\ #!5!3!!Nf<f<*<t\ #!5!3!!Nff<*<t\ #!5!3!!#<*f<*<<t\ #5!5!3!!?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghglyph1glyph2uni000Auni00A0uni2011SF100000uni2501SF110000uni2503SF010000uni250Duni250Euni250FSF030000uni2511uni2512uni2513SF020000uni2515uni2516uni2517SF040000uni2519uni251Auni251BSF080000uni251Duni251Euni251Funi2520uni2521uni2522uni2523SF090000uni2525uni2526uni2527uni2528uni2529uni252Auni252BSF060000uni252Duni252Euni252Funi2530uni2531uni2532uni2533SF070000uni2535uni2536uni2537uni2538uni2539uni253Auni253BSF050000uni253Duni253Euni253Funi2540uni2541uni2542uni2543uni2544uni2545uni2546uni2547uni2548uni2549uni254Auni254BSF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000uniFEFFRy3 Z\\\\\\P-xxPZZh;xxxxxxxxxxxxxxxxZZ2JnJnJxJnddnJJJJJJJTTTTTTZ2Z\TTTTTTT\ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/mplus1mn-italic-ascii.ttf000066400000000000000000000370701336714227100266600ustar00rootroot00000000000000FFTMod/:OS/28JTVcmapI _ zcvt MS fpgm/egasp:glyf>ň (Hhead f6hheawpT$hmtx@,Nloca& ,maxp4x nameН3post6 ~5prep+.vhea:$vmtx;I_<+\3Z01   jGM+  \tZ3@@-P(&},-n6FVXK(bNR<D<AFF0U>K\f4FdHUl&P2X2RP<F(<(U6x(7KZH<DPDXsA\K&R<UAvZDR<A7XHX7nCaaaaaaatX ~ %%K%l %% %PSe]Y  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abc,K*PXJvY#?+X=YK*PX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-KPXYF+X!YKRX!Y+\XY+$!y*\$:Pn"Rp.bt:T&>Tp&Z >Vp*Px  ( B Z l  2 b  P ^  * : J Z j z  ( > T h ~   6H\r.BTj $<Vp $8Lbx4Jd| $<\v$$3#53<2@ڂh 3#3#,< (< ( -753#53733733#3##7##73-MEI32FJBG22T,++,0P/(/&'+#5&'5.546;53#"254&/57C5-9=7?@8ZU -8e8@ 9K0 !Q@dg $4( 8 R]S3<08@DWFwdP t+fdLl^ES 3#@ ( w 73#&55B}m #6'3m55B,g''7'7'37ȳu-cc-u 8 E.!!.5DD-<0 3##5#53540++<73#6G#=.,n:5!n++ 353L6 #/YF2"&&#"32>4'WWW:L,&7',& jbEda|>1EMV@!'573 3g2i&X2!!5>54#"56w |s!S$Ma++c$3:K!2#"'532654&+53254&#"56P[HIHGLJ]g?;JJMVL"0$UZYQ*;'0 !nui 0%\d`Y-mN'"3>32#"&54>32&2>54&#""4A*I+RRVX^V1WG<55W(%:=@H>/w)-s}uI/h*VAh^kcrWR !#5!RPQ6R+o><!)2"&54675.546654&#"3254RZ@9d`HC9@[Q}@;{?8YO>^7`cc`Gga>OY&~U:*D ""326'.'2#"'532>7##"54:Av>K;=bR0XG<5574A*I+StqgkT+H/.x)-5353FFF|- 67353,G#=Fx<#I%5%Or42A5!5!Arr++++F#I55%5FrO424F2#4>7>54&#"5653Zb2" GEW[Z*BRI+H%$K,2V'"!=$6:64-0{ +2#"&54632354#"327#"&6327&#";G>I@A2#w[[\ZA?>DssrE(/15*-{?^ypg"$0UY+2G 33#'#3#B699Db&U %#"'6324&+3232654#"JIEJwCK3\bC0/>YT.-!dNXR GJ >"327#"4632#5&':77?uo@:3!0| K "32654&#"'632&&&&k^_y@@14"`;]$&ZP 3333##P:28v&v2"2>4."&62F2++2F2++___EʇEEʇEXhX 32654&#"#"'#632),ZQRY, kt!44CFsl VeaXymn2j "&62#.2>4."i___6:_)7QaF2++2F2++ ̜%{JB+EʇEEʇER632#'.+#32654&#"RCGqm8=5;:7Q55@hXSX,)bd*jD5IVPK P!"#"'532654&'.54632&;F7@fNa[VGLT@E:KYL`RMKJB8:M 0fSZ_/59HF@Q$*gJKZ3'<!###<|4+QF2653"&5z==2WWRFFR!aXXa+(333#(53BX&3333###K@R9PB2REPU8R&< 33###v697:Dsg( 33#`64oZ4U !!!55!UJ+~++|3#3ʲ&&63#6/Y/x^#53#53*&&(3##(@2>d75!7}&&&M*&'3M5G,=&~}K2#"&46;54&#"56#"327aBDUYbu$+EPJL$GA;+Ej Uc%L/ ,:?Z 632#"'4&#"32629b^dfT@+EH?,*7LK wm'smH2#5&#"327#"&546D52&MRUN7468`urx sqrs+~< 3#"&54632327&#"g3@Tfd^b92KL7*,?HE( xm'mD2!327#"46!.#"XULK@EG@\(A7C@|rh,pW\P354632&#"3###P:F 2%&2"3PXH , 0UA)5D26=#"&54632#327&#"p{.8_fdfT@MF<*/2wk }|-hl!y X632#4&#"#?LOG21=K63(YeJ^@1Is1 3##753s3>ߦssA6 25#53#53A>)kss\ #'#37=442K33##KĐĐO)&632632#4&#"#4&#"#&6FD+7A32&-2%* 2 6Gk0#-+R632#4&#"#RHXeO29I=03%J[mD73<2"&264&"]]]uAAA恁hhhU$ "3254&#"'#632:,*DD3533#327#"&5#Dn2%91%,.PSDR3273#"&55C@.2D\^LB4%HXr<33#q4@%3333###O@Q5MD.RBLP7R;'6A 373#'##y6977$33#7j54SJX !!!55!XD  )L))H#326=46;#";#"&=4&+H9(,?DD68*II*86DD?,(9VB>LE%,Gm##mG,%EL>A$*3.X##"+5326=475&=4&+53239(,?DD68*II*86DD?,(V(A>LE%,Gm##mG,%EL>B7757632?'&/&#"7r" ) ~r! ) 7c!F m7c F n:5!n++Wy5!W""/5!/rrt\3"t-\3rty!!#"y"t!#"rE-ty!#Ery"t!#ErrE-ty#!5"y"t!#!"t-y!#!-rEyt-!#!-rEW\3!"W"/\!3!"/-EW\!3!rW/\!3!r/-EW\!5!3"W"/\5!3"/rW-\5!3rW"/-\5!3r/rt\!#3""y"t\3!!"ErEt\ #3!!(r"t\ 33!!("E"t\3!!rE"t\ #3!!(r-ErEt\ 33!!("E-ErEt\3!!rEErEt\#!5!3"""t\#!5!3""rCto\ #!5!3#G!q("t-\ #!5!33-rE"("t-\#!5!3-rEr"t-\ #!5!3#"r(rt-\ #!5!33-rE"(rEt-\#!5!3-rErrty!5!!""t !#!5!"y"r(t !#!5!5"rE"(t!#!5"rErty!!#!ErEy"t !#!5!ErE-y"r(t !#!5!5ErErE"(t!#!5ErErErW\!5!3"y""/\ !!5!3!"W(r/\ !5!5!3!"/("E/\!5!3!"/rEW\5!3!rW""/\ !!5!3!ErW(r/\ !5!5!3!Er/("E/\!5!3!r/rEt\ !5!3!!"""t\ !#!5!3""y"rt\ !#!5!3""rE"Et\ !#!5!3""rErEt\ #!5!3!!"r""t\ #!5!3!!-rE"E""t\ #!5!3!!-rErE""t\ #!5!3!!#"rE(r"(t\ #5!5!3!!(Er("ErEt\ 3!!#!5!(ErE\E("rt\ 3!!#!5!53"ErE(\ErE"(t\ #!5!3!!"rrErt\ !!#!5!ErE\ErErt\ !#!5!3!ErErWrt\ !3!!#!rErEyErEt\ !!#!5!-ErE\ErEr=!5!""""at\3!3e""t #!!!!"""aty #!!#""W"at !!!!!e""t !5!#!5!""ya"ty ##!5!#e""W"t %#!5!#!""}a"ye\ %!!3!!"""aW\ 33!!3"ay"y"a\ 3!!3!e"ay"e"\ %5!5!3!5""ay"W\ 3!5!3e"ya"y"\ !5!!!5!}a&ye\}"ay"et\ !!!!#3""""at\ 3!!!3e"a""at\ !!!3!3!e"e}"a"et\ 3#!5!5!5""aa""t\ #!5!33"a"""t\ %#!53!5!3"e"}a"}a"}e"at %!#!=!""a"""ty ###!5!""W""t %!!#5!#!5e"""e""}a"\ !5!3!5!""a""W\ !!5!333aa""y""\ !3!5!!5!}"a}a""}"at\=!5!5!3!!!!#""""a""at\5!333!!###a""a""W""t\ !!!#!!5!3!3!ey"}a"e}"a"}a"a}"Fw( * T ! D  i  ~ P  8 b BCopyright(c) 2014 M+ FONTS PROJECTCopyright(c) 2014 M+ FONTS PROJECTM+ 1mnM+ 1mnItalicItalicFontForge 2.0 : M+ 1mn light : 26-2-2014FontForge 2.0 : M+ 1mn light : 26-2-2014M+ 1mn ItalicM+ 1mn ItalicVersion 1.058Version 1.058mplus1mn-italicmplus1mn-italichttp://mplus-fonts.sourceforge.jphttp://mplus-fonts.sourceforge.jp2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghglyph1glyph2uni000Auni00A0uni2011SF100000uni2501SF110000uni2503SF010000uni250Duni250Euni250FSF030000uni2511uni2512uni2513SF020000uni2515uni2516uni2517SF040000uni2519uni251Auni251BSF080000uni251Duni251Euni251Funi2520uni2521uni2522uni2523SF090000uni2525uni2526uni2527uni2528uni2529uni252Auni252BSF060000uni252Duni252Euni252Funi2530uni2531uni2532uni2533SF070000uni2535uni2536uni2537uni2538uni2539uni253Auni253BSF050000uni253Duni253Euni253Funi2540uni2541uni2542uni2543uni2544uni2545uni2546uni2547uni2548uni2549uni254Auni254BSF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000uniFEFFRy3 Z\\\\\\P-}xPZZm,"xxxxxxTTxxxxxxxxxxZZ2JnJnJxJnddnJJJJJJJTTTTTTZ2Z\"aaaaaaa\ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/mplus1mn-regular-ascii-conums.ttf000066400000000000000000000470701336714227100303570ustar00rootroot00000000000000FFTMod/JOS/28JѓVcmap \cvt MS x fpgm/egaspJglyf(1C <6head f6hheawT$hmtxLMlloca p maxp^x name@ 2AL`post%60Dprep+ H.vheaJ$vmtxGؔJl٘}б_<+\3ZZ1   jGM+ @ \tZ3@@s(K}i)(i0<SPA(ZFK2<7<AA#K7AU_-<Z<KdF(K(FF7<2K0n2AKA77K<Kj=PAF2K7nPAK27-PAK2i////////////////////![[[[[[[|` ~ $s%%K%l $`%% %PSyqm  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abc,K*PXJvY#?+X=YK*PX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-KPXYF+X!YKRX!Y+\XY+$!y*Z*@^tFbRdz,Fz*@^x4d,DVdvDl  & 8 d , N j ~  * ^  f ` v&@4.>N^n "8Lbx,@Vl&8Ndx :Tp0F\v.H`z @Zr13#53d Pnׂs 3#3#dPdPndBBBB2K/"'#5&'5.546353&'654'K80H.52180_YH1(%|f] ffU?djP!P>V^diJqZx_# 62"&42"&424"&24"<|zEEzEozEEzEhhhh"PނRRRRRR)";533##"&5475.54632&#"327vL>&RPPMNin37bW;:5 (JZB<''r>HBhe6\9KZ EXHGI 1 3#n< }t 673#}L[cc[L(&UUitw #>&'3wL[cc[LNڴUU)_''7'7'37˫wJSSJw\4!~66~!WKK(7+ 3##5#535$T+BB~J#673F*x%iI5!i"CC;3530 #HL<2".4>32654'&#"`D22D`D22C88?88$TؓT$$TؓTbO7UUIST!'573ReNi&P73!554#"5632^EVPZrDBB|:J2cA$2#"&'53254&+532654&#"5>Tax+9-*:(P[UN62EQ0>YL# ILEBCH58*I( %##5#53##UT\TBBlZ3632#"'532654#"#!#%8alG@G;B<`"K 1mI%Ma|BF#2&#"3632#"&54>2654&#"=627HA5AWS[^cV3[+70.4551Ge2pvJTPmbLMWoXK 5!5!#`^RXSBB_2 #-">54&"&54675.5462'2654'l9.497;_dB;0>bb=1;Bm[7=y>9m:Q M;49TfbDfe7R]^Q8_hHbfBCCNF<""'53267##"&5432"3254&=645GB5ATVDN'2[,7002j1 Hd2v8HMfeSiT65353xxxz~@ #67353F*x%Sx|7N%5%J|PP<5!5!<||{BBBBAN55%5A|JPPPA%#4>7>54#"563253P! tU_]a[c_n7]+#5^=R-TL'C$(N#{$/354&#"327#"&54632#"&546323275&#"x4.SR(E8>?;GzvywW]AKJFCC'a!#)(&8:w4&JŲddA`wsdY@$+= #3##3#Q0TdX@&K!73254+532654&#"#"'632!&5+PIA<+(PKKP=6:MC @>E6< ;=T j7#5&#"327#"&54632R OZ634?x}t?9HʸA 732>54&#"#"'632!AK)W^!<FCCF~C 4~ ԭU 3#3!!J@BB_ #!#3T@mB@-%#53#"!2&#"32kJV:>A7&J#@l#mH< 33###TTP,&lZ )53#5!#3uu@uuBVBB<#"'53265#5RlSC]62fN#H6>BK 33###3]]TTJhd3!hB####333#sOVIP(nIQ^(T4l>&F ##333#TTPP00&(2"&26&"ddd???`\K #"'#6324&#"326mt(TKPulREJ++KDqnxVN P(j"&62#.26&"nddd13)@XBz??? Е$Z:N>B\F#'.+#63232654#"?8/?V;630TKP0\J+?_$dA1>M F"#"'53254&'.54632&7?,1oT[EI\t2=^Qe^OLF=52B1kV-R=|7H*kLU_P,73#5!#ЙBBh<"&5332653\\T4893P Zd&OA@Pd73#3RdVP&v7333###3BP?1NKj>FPKT.&2 33###3mV\mmXZ"1wc 33#3UTZwcH"K 5!5!!!5O^BBBBt#3#3803#0HLHnth53#53n8r8##3#NdNz>2t5!288^*#&'3^FZJK5354632&#"3##Kx>N.,%&# R>F_K C 6B(>J<526=#"4632327&#"}hw-0inSH{q8%$%BC@gXz%zZ[K#4&#"#3632N)8;RR9BOLT@W;Y[jF ##5753FTth>xxx=K 7#53!52653Z`h> @axxP #'#37_RR=A%3##53ފ>>>!4&#"#4&#"#632632!N!P9N8)6J3'?'?#5MpF3#632#4&#"RH]qRP3@1"(Iah;/22"&264&"ccc|66|6ZZZK$ #632#"'74#"32RKZhed_0-{/$%8q 7$ 5#"&54632327&#"W-0_dehZKq8%$/{0s n"#6ykRAN2P"#"'532654&'.54632& g(5gHc[TGOB=7*;[J[YMINN &HKC#(+',G:DHAA3#327#"&5#53530/+.6TBddR>:& C AU*>K3#"&53327WRH]kNP,=0#(Hbh>,2733#3sRdVF7333###3ILA0HFf@HPFR(d4R\7 373#'##3lTZjjVX6-$%33#73zUSNQnP !3!55#PT>v>>At%;#"&=4&+5326=46;#"-(!>2MIE+-55-+EIM2>!(<D=H&6GOB;<;BOG6&H=D$*3JKt%.=4&+532;#"+5326=4671-(!>2MIE+-55-+EIM2>!(-<D=H&6GOB;<;BOG6&H=D2'&/.5767r+ #}r+ #Tc%)< lTc%)< iI5!i"CC/-3##5".4>2 6& PPyHHyyHHyXH}xVHyyHHyyH/- 0%3!5>54'&#"5632 6& ".4>2n5FSKXU/.53H鸨yHHyyHHy@@?1,I$**KIJGHHyyHHyy/-%532#"'5327654'&+575#5! 6& ".4>2LThbPCHH? !!!O:YH鸨yHHyyHHyNHX\G$:29@@HHyyHHyy/- '3##5!53# 6& ".4>2KZZL LLH鸨yHHyyHHy >||>pHHyyHHyy/-%53632#"'5327654'&"#!# 6& ".4>2*5R\.6rGCK=L"n'C5TH鸨yHHyyHHyXQX/8E!%<5 '@HHyyHHyy/-+;C67632#"'&547632&#"&#"32765".4>2 6& }(6Y0267]i5,9=s:952cp}YRZH鸨yHHyyHHy;@@wHHyyHHyy/--=EU327654'&62"'&547675&'&54&#"67654 6& ".4>2<##%<>#""!112#+|7997!:+ 76!5.$H鸨yHHyyHHy[*..*%%&=.%(kI*++*I1$" &-=&$ %&HHyyHHyy/-)1A%2767##"&547632#"'52654'&#" 6& ".4>2J*$+1Wd67]a458=t<>8DtD#"9;"!#H鸨yHHyyHHy5-YbYZ239:oNTADF=<#""!>HHyyHHyy/-'73##54'&"27"'&762 6& ".4>2;FFoRRZ&&&&&&&zH鸨yHHyyHHy}si40044007FEEF$FEEHHyyHHyy/-'3##5'3##5 6& ".4>2rEEoFFoqH鸨yHHyyHHy}sirsiHHyyHHyy/-!)9%3!567654'&#"56323##5 6& ".4>2:s%& 1=8?>#"%#FFoH鸨yHHyyHHyLLAC:0+W"+)MDHEjsiHHyyHHyy/-!)1A#575#5332#"'5327654'&'&3##5 6& ".4>2=&w{5&%G<263( FFoH鸨yHHyyHHyV@LL((GW/.S$3/ 'siHHyyHHyy/- /#33##5#5#533 6& ".4>2y}~FFo@@?XH鸨yHHyyHHylsittJlJHHyyHHyy/-'/?3632#"'5327654'&#"#3#'3##5 6& ".4>2,"= !$&S6/5.1$< FFoH鸨yHHyyHHy,-Q[05Q"4./LLsiHHyyHHyy/-#3;K#"'&547632&">763%3##527654'&#" 6& ".4>2H''EF''1+N*+(V!6FFo%&%H鸨yHHyyHHy`V[54;:yQIJ'+X'si ";9  "6;" HHyyHHyy/- #+#75#5!%##57".4>2 6& %GD[4FopyHHyyHHyXHNyLLzsir&HyyHHyyH/-%2AIY#"'&547675&'&5462%3##5>54'&"27654'& 6& ".4>2%RFG)(# JJxFFo%$H&'NH鸨yHHyyHHy~!*6HV+)J2'%/>LL>+"siu0",#"N$+-(HHyyHHyy/-"08H$2767#"'&54762#"'53##5%"32654'& 6& ".4>2^!6?$$('N)+V,.FFo',%&,H鸨yHHyyHHy&*Z'12XX43tuUXJsi5>:;" @=6" HHyyHHyy/-(6>N%3#56767654'&#"56322764'&#""'&7632 6& ".4>28;'#/84;: !!N(':I""""II#!!#~H鸨yHHyyHHyLLH4(@=++W"+)MICD3443344{HFFHHCCHpHHyyHHyyQ5!Q..5!t \3.t=\3t!!# #..#t!##.U=t!#U.# t!#UU=t #!5 .#.t !#! .#t=!#!=Ut=!#!=UQ\3!.Q #.\!3!.=UQ\!3!ÒQ #\!3!Ò=UQ \!5!3 .Q. \5!3.Q=\5!3Q.=\5!3t\!#3#...##t\3!!.#UUt\ #3!!2# #.#t\ 33!!2.U #.#t\3!!U#.#t\ #3!!2#=UUt\ 33!!2.U=UUt\3!!UUUt \#!5!3 .#..t \#!5!3 .#.!t_\ #!5!3#-/#2.t=\ #!5!33=U.2.#t=\#!5!3=U.t=\ #!5!3# .#2t=\ #!5!33=U.2Ut=\#!5!3=Ut!5!!##..#t !#!5!#.# .#2t !#!5!5#.#U.2t!#!5#.#Ut!!#!UU.#t !#!5!UU=.#2t !#!5!5UUU.2t!#!5UUUQ\!5!3...#\ !!5!3!#.Q2#\ !5!5!3!#.2.U\!5!3!.UQ\5!3!Q.#.\ !!5!3!UQ2#\ !5!5!3!U2.U\!5!3!Ut\ !5!3!!#.#.#.#t\ !#!5!3#.#..##t\ !#!5!3#.#.U.Ut\ !#!5!3#.#.UUt\ #!5!3!! .##.#.t\ #!5!3!!=U.U.#.t\ #!5!3!!=UU.#.t\ #!5!3!!# .#U2#.2t\ #5!5!3!!2U#2.UUt\ 3!!#!5! 2UU\U2.#t\ 3!!#!5!53.UU2\UU.2t\ #!5!3!! .##Ut\ !!#!5! UU\UUt\ !#!5!3!UUQ##t\ !3!!#!UUUUt\ !!#!5!=UU\UU=!5!....[t\3!3_..t #!!!! . ##..[t #!!#..Q# .#[t !!!!!_..t  !5!#!5!# .#.s[.t ##!5!#_..Q#.t %#!5!#!..w[.s_\ %!!3!! .#..[Q\ 33!!3.[s.#. [\ 3!!3!_.[s._. \ %5!5!3!5#..[s.Q\ 3!5!3_.s[..#\ !5!!!5!w[2s_\w.[s._t\ !!!!#3 ##....[t\ 3!!!3_.[.#.#[t\ !!!3!3!_._w.[._t \ 3#!5!5!5..##[[..t\ #!5!33.[...t\ %#!53!5!3._.w[.w[.w_.[t %!#!=!#.#.[...t ###!5!..Q##..t %!!#5!#!5_..._..w[.\ !5!3!5!..[..Q\ !!5!333[[....#\ !3!5!!5!w.[w[..w.[t\=!5!5!3!!!!##.##...[..[t\5!333!!###[..[..Q.##.##t\ !!!#!!5!3!3!_s.w[._w.[.w[.[w"Fw*5 ` !, D  i ~ T  D  n B    4BCopyright(c) 2014 M+ FONTS PROJECTCopyright(c) 2014 M+ FONTS PROJECTM+ 1mnM+ 1mnRegularRegularFontForge 2.0 : M+ 1mn regular : 26-2-2014FontForge 2.0 : M+ 1mn regular : 26-2-2014M+ 1mn regularM+ 1mn regularVersion 1.058Version 1.058mplus1mn-regularmplus1mn-regularhttp://mplus-fonts.sourceforge.jphttp://mplus-fonts.sourceforge.jpM+ 1mnM+ 1mnregularregularM+ 1mnregular2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|glyph1glyph2uni000Auni00A0uni2011uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469uni246Auni246Buni246Cuni246Duni246Euni246Funi2470uni2471uni2472uni2473SF100000uni2501SF110000uni2503SF010000uni250Duni250Euni250FSF030000uni2511uni2512uni2513SF020000uni2515uni2516uni2517SF040000uni2519uni251Auni251BSF080000uni251Duni251Euni251Funi2520uni2521uni2522uni2523SF090000uni2525uni2526uni2527uni2528uni2529uni252Auni252BSF060000uni252Duni252Euni252Funi2530uni2531uni2532uni2533SF070000uni2535uni2536uni2537uni2538uni2539uni253Auni253BSF050000uni253Duni253Euni253Funi2540uni2541uni2542uni2543uni2544uni2545uni2546uni2547uni2548uni2549uni254Auni254BSF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000uniFEFFRy3 Z\\\\\\P-xxPZZo1xxxxxx@@xxxxxxxxxxZZ2JnJnJxJnddnJJJJJJJTTTTTTZ2Z\////////////////////[[[[[[[\ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/mplus1p-regular-fallback.ttf000066400000000000000000052714241336714227100273600ustar00rootroot00000000000000 FFTMmE(R6OS/2@zVcmapٟ{f\n>cvt 4fpgm/Ԝegasp6glyfŹ;head~,6hhea d$hmtxc4d\kernHL|Oloca8HDdlmaxpH nameVnVz?DjpostTB#prep+.vhea6$vmtx07;4L_<+ۢVۢV{33Z={1  jGM+ @ \tZ3@`"lF2]7N(2KF-2P0<P_#l/lRlIlSllUl7lNl/l0lPAZ_cA8(#VU(UKU<U(U<syUIUXUU(XU(lU=<<K#--|Ks2U(F$2BP (B-'( 7>-=P4s[1P4s%K8K:(=K=-K72/F,#*-*2-#"K<XZ7"Ds%(K<#X<U0(ZA<P0(<-Z|*|1(4Kv#_-|:Z_4445cA######U#(KUKUKUKU==s<>#U(((((^-$-KKKKbURP$2$2$2$2$2$2y2 ('('('('(>>s440-8K:(:(:(:(:(PD-/F/F/F/F-##$2#$2#$2( (( (( (( (U-#-KU'(KU'(KU'(KU'(KU'((>-(>-(>-(>-U=P0##<4<2<4<2<s4sEsjs4byU1P,KIU3sIU3?NUsNUs!U8KU8KU8K#U8K(:((:((:(k((lUKlUKlU =<7=<7=<7=<7<2<2A 7K/FK/FK/FK/FK4FK2F-*--#|K"K|K"K|K"Kn#X[UGP(z#A( (#[-G2:(KK---< (#Ps 7U1P 72(P8K(a((((Y?MlU=<77F 22 7<KFR7K#P,P+2+7:KMFlPA2#-F2GKX:}ZDs UU`-\UUsUUK#$2<4(:(K/FK/FK/FK/FK/F'-#$2#$2U#y26(-(>-yU2P(:((:(XK:Kb UU`-(>-UGUU8K#$2U#y2$-D-#&2#$2XT'(KU'(>7<4(:((:(uTlUK/4K/F=<7<2U=PU-r2@-|K"K#$2KU;((:((:((:((:(-#K2[--( (#A7#K<-#*##KU'(!7(=-#(##('-KK22GFG22P (n FA - F -7({({2SP((((^<JFJ-^<J-JF}}7(FFFF(_F({K<((7#nZ2v-{2AAAAAAAAAAPP(FF((gdF(J-#<<<}nKnKFFH(AUKAJ< F!-U^KkU A ( APJFF_|-A#VU,U#KU|KU(<syU#XUU^K(UXU7F<#-FR7:- -8Kn<F-DP@#:( -&78K0-n*K-#4K1#+<:(73A(n(R-<F(,#A7A<F:(<F7yU:F+((((D(*K(:(W( (<UK#@-H2C2-9F ([((FbU=K(UK4A(AKUKU*<,U(=<<s>U9<yUU(U#[UVU,U-KU(>#UUyUXUU(UXU(<(#-UKUU(JU[UFUl-$2HFKKz('(2 -^K^K*KkKXK:(NK=K (&-1(-*2|K3AK Kz#KKFK('('(#K(74s4[^WK#*K^K1(NK- 7(z#&FA(:(O##O##(((:(- 7- 7((/;9%U|K(\#XU=K4UK-e-dU K(2># -U7KUcK#s#((UKU9KUWK( (<02@#J(-22((KbAK3AU3K<s(2U4KUXKU}KK3AzUK4s#$2#$2U#y2KU'(-'--'-(2M- -+2XKK^KK^K(:((:((:(FF(1((1((2(K3A,UKJUK-j--227><#$2#$2#2#&2#$2#$2#$2#$2#$2#$2#$2#$2KU'(KU'(KU'(AU(KU((KU((KU'(KU'(=3<s4s(:((:((1((;((:((:((:(a((a((a((a((a((K/FK/FKFKFKFKFKF-#-#-#-#;q^P,P}F - F0< -(A7(*<>F}_xb(((<7/2#/AU2b<uxxMxuMT-Z(KKKK#f(f(fFfFK4U4UFPZ\\-K}}---(N(U##(,#,#KKF-r(|#l2-(777iiKN(ZZZZZZZZZZZZZZZ7UZZ(F(FZZZZ0(0(0(0(0(pUpApKpKh7h7h7 #\#*K4P_x=>2222AAAA-iiiUU}:=EqC$aa&CCbanxz3azz<=ZZ..!kuaufWUUg]{naxg]I9H8G-PFg]XG_K4xM8MaPCaWP&&&&&aWWxFIMd3aul1i?PA[PpMzaqgwm\Rp`>4nC/whT6,wmm\P<mcPFSgqR@66gd&&&D::g~IdP>SnC{Inuq<ds]x5C1?:I<<'-75((7F&F<#ZP( F4QiE/0(0))(s(,F(+*-v2!2D5CA<4<A8<<<5D.AA,5+5772, ( ## # #   #  #            # !       (  #           +                                                #       #     ;;?8/?6.280)I50)/G9#A&+I22<<&(_Zd $Uba!H.+!-0!N0)*****$***$$4%%( $#]SPZgAe"eX!44&0#:/-'5*+?$50C,+,5C!2&& `(&.N1"(M(+!#9"+++)$ 0*u____NMi_]_25(222WW(+/5(1 N& -! /(##H<(#67#."BB$i5XKN=I9.K9!I7PKD02<dIZ*%;KU!AD.A#KDFKFDF<x(F0<K,ADAIF<<I#]ADI$<.7DD= >>D>#P<D#IACD>2D::AC<:3<DD?$<D<M<CC<A9<5<K?D><<427?:DA>C?2F4A<4<:-(?F??DHAD:A?D.4DHD4?D4?5:A:5-AAA4?A7/$:457WRMZRRNMRRMHHHHHHHH<.,!F. /'*$0."2)) ')!4'5%$.'$ "!'("$F<<<!%82$ $<4"%$!"+"<$89 <F5%3<<???!9C8C;F$#D99:4G%:%I:,6,9,,,,+<,,#//'##5!"""!!?&!!!F,!!$5:!!&!!)74!!!6#!'!!!5''! ;2$6/!:"(5)/#/HR1/2>(8N:!<CA0&5F>0<<C<>-CG29=3!N"ND%(A)/2<715$ 575+/+)9]#999(&23//0*-#*-**  *##   :\:5X?"50&2:?+?:???250?K?<2<*?.5*X5$5?500I<500:2555('C()++I&(4 -<f5//52dADC2:425H/5/1///"//(/R5/204<*IA</ %  %/%%%%%%424404<<<<<nWHPC2(+20.7;>9-0**-'f34-|-&  )* !!&&,!"!!!""!!  !!!!!""!   """K  """ " !""";$ ""  " "   #; "   "  "    "     "   "F#$$3$43A<#9!' %2<  /   2254422+2+*/(&/3+(-2,/ 4&1.&!.'!!!/2#%+#'%/'%1 !4+.&-/#- (%1#..4&%' && !.!0/&!% %%&#' %&'((! && %&%!*,"  !% $!  "4. ! & !'& &""#   *#*!%(" (&"" " *!" !-#! !'77: 7(+ $+-* +* ?**8!?!*"$+N,"5F/"5\5<I!!27aZ1-229K,IIP1!KKI:D2-A(<$3D?#H20?MC#?<DCK(DMDC/4"!<4??7<<M<\E;E!*:.a#$$*#0F9,%((?((-((-() ('(%)()-())))% (') ''))     ')% )$)%    ',=&H,""-,F<F<<-<#<*BH!&0F(((("!1'')2.?---!3!!2203@30!000(0(000$3+#!!033!*$$))!()!"(&$0!!!3," "#! '$!!)' $ !!!!!($3  ! !& ! % $ !!! % !!""!!!$!98%(7#;;;!+ :+) '5)'0 *599'$99++6&!.5)9p.02#) * -9,++&,'&,''2,*5+FF$""'!" "##"#!##"""##0: !#" !##"!# !## !(!F-&27/6"##0q_gqqNNCl ?<$<!D*?: a*<AD)(9<59H5?<,95-%!.%%%%xFH!AHC4HCH% !.%5%55$55$AF%AA%/I;2HK8>'H7M7A<<A?<<#DC7Q7<A777<7<2 I93#32##! " " "  " "      "9 5 2/C5C57 WW#(2), ) ,    :)PN:2<&2$<",*9+<8<<,''1151<51$,5)F)11'(($((('))())$)()()!$)())))(( ))! )))"))))*$#)))2))0!)<5:****%%#%&!%%%2%<8!:((!#(((#!%( %(%%*%#%$##!%%%%  %*% "%:%%!%%"%% %%% !1+2"?/FX.3BF5()&"5<27&&*2&$6'#E=&-.#:<('((&F((:5&K%2*//U"v(# 55bb4+1#% W5'}II{/<0<l&&<#0%'(         ""&(:</<502:<$!<<$22)&25<9!<9725($%2(.,5&*25<2/5A"#2,.87/(99.-<)-29*0.+<)<<<*)(92,<%%:#949/ '"<925# ++$4$.)<$75)52,*#2<**"-9-<#8)-')5*1#&*00*5<I"6FF1I83+95"*0**'!)""#"######"## "#  "   $  <<?<D%%CE457%%%C9CC-2<2+2292222922920-22+2-29252%220222229--*20&2532-9&&2/9250/522*/20222-2--++2*00-+-020-02-+*---++%**-&-*%*&*-2&22$-2-&--',&-&2<<< :&9%####H>+!-!"#(--.-:"+((-"3)#::-"5,'+0)))))###0'11-'!1 1,'1'$'#,',',#'!''''#$$'  !'''!'! !>/++A++:####+#+#2###.###&#+'<2&2$$+++++++++++"+++++++++++++++++"+++++++++++++++++++++"+""+"")&+""""+""n59$" #/#!!*#!F7?474 *//*///(///&////&///'/((((((E94<# ") " "$"""""""""%%2PKKKKKKKKKKKKKKKKKKKKKKKK/JRWHRW]HMMHHMC\M::MCMMHM?MHCM>MMMRRMR??RM?MHH:M:H?:?M?/% !  . )!4 /,FI<%?$IIC$2!I%/.!0<-1**-F /#####2/552*F#F(" +6"$". +)'-$!5)%)$''''''(''$C%+&+<<#!5AZ<8!!H!!!'!6) H)!I(7<)*  &* ***(<422))95"a&62###<---/hgPsn Dzw"$a  "l<q=]<:D_X__QFSfS/=/<9)/-1I!6,7.(-(u*45&DWA4?$/(*A7]\:?Ax $kl4$k ~OYw~c  ' 7 : !"!!" " "" "5"="C"E"H"S"b"g"k"w""""""""%%%%%%%%%%%%&'0050=00NNN NNNNNN!N&N(N*N-N2N6N9NTBTFTJTNTQT_ThTjTqTsTuTwT}TTTTTTTTTTTTTTTTTTTTTTTTTTUUUUUU/U1U3U8U>U@UFULUOUSUWU\U^U|U~UUUUUUUUUUUUUUUUUVV VVV)V/V2V4V8VBVLV[VdVhVkVtVxVzVVVVVVVVVVVVVVVVWWWW WWWWW(W-W0W8W;W@WBWGWJWQWaWdWfWjWWWWWWWWWWWWWWWWWWWWWXXXX XXXX$X*X1X5X:XAXJXQXTXZX^XaXiXkXuX~XXXXXXXXXXXXXXXXXXXXXXXXXYY YYYYY"Y'Y.Y1Y8Y>YDYIYQYTYWY`YbYeYhYjYnYtYxY}YYYYYYYYYYYYYYYYYYYYYYYYYYZZZ ZZZZ Z%Z)Z/Z5Z_H_J_L_N_S_W_Y_b_f_m_q_s_w_y_|_______________________``````!`%`+`/`1`C`F`K`M`P`R`U`c`e`m`p`u`````````````````````````aaa aaaaa'a4a=aDaHaLaNaSaUaZacahanaqasawa~aaaaaaaaaaaaaaaaaaaaaaabb bbbbbbb!b&b*b0b4b8b;bAbIbNbSbUbXb[b^bcbhbnbqbvbybbbbbbbbbbbbbbbbbbbbbbbbbbbccc c cccc(c+c/c:c?cIcMcPcUcWc\cicncrcwc{cccccccccccccccccccccccccccccd ddddd-d6d:d>dBdNdXdgdidodvdxdzddddddddddddddddddddddddddeeee#e/e6e9e;e?eEeHeOeQeYecefelepereuexeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefff f ffff f%f(f-f/f5fkLkNkPkSkdkfkjkoktkyk{kkkkkkkkkkkkkkkkkkkkkklllll#l5l8l:l>lBlNlPlUlWlZl`lbljlplslzl~llllllllllllllllllllllllllllm mmmmmm%m*m2m5m8m;m>mAmEmZm\mcmfmjmlmnmtmymmmmmmmmmmmmmmmmmmmmmmmmmmmmmnn nnnn!n&n)n-n/n8n:n>nJnNnVnXn[n_ngnknonnnnnnnnnnnnnnnnnnnnnnnnooo oooo o#o,o1o8o?oEoToXo\o_odofonopoto|oooooooooooooooooooooop pppppp'p,p>pLpXpcplpppxp}ppppppppppppq qqq!q&q6qyAyIyPySyWy`ybyeyhymywyyyyyyyyyyyyyyyyyyyyyzzz zzzzz z.z2z=z@zCzFzPzWzczkzpztzvzzz}zzzzzzzzzzzzzzzzzzzzzzzzz{{{{{{{ {&{,{9{F{I{K{M{R{T{V{]{l{{{{{{{{{{{{{{{{{{{{{{|||!|8|?|M|P|V|`|d|s|~|||||||||||||||||||||||||||||||||}}}} } }}}}"},}0}3}5}:}?}D}F}L}N}P}V}^}c}f}h}r}v}y}}}}}}}}}}}}}}}}}}}}}}}}}}}}~~~ ~~~~#~&~+~.~2~5~7~:~>~A~K~M~V~Z~^~j~m~p~y~{~}~~~~~~68PRT`knpruwy 36;=FJRVXZ^bortwĀƀ̀΀րۀހ )/139>KNQUeknqzƁɁ́сӁ؁ځ *,.379GZ_dfhkorvyłтԂׂۂ߂ (+69@EJORXw|Ńʃ̃΃Ӄփ܃߃  ),1=INW[acfmquzĄɄ˄фڄ&-5=ACJNWjm~ͅυ݅ -NPUZ\_ky{ĆdžɆˆΆنۆ߆ )4?IKNUWY`fjtvxćLJЇ #1;@FLSWY[]adhkpwňψՈ݈߈ *8DLV_dfrtw҉ډ݉ #*-146AIOX\_fkprw7FHJLUZakyČnjʌΌьӌ܌ތ dfkptw̍ύ֍ڍݍߍ *5BDILY_dt|Ǝ͎Ҏߎ &*/38;?DFIN\_bdŏΏяԏ#.28CEMUW[bdikĚԚٚߚ(/2HRWZ`gx (,;\^alozyĞΞҞٞܞ!;KNR_bl Ypzn   0 9 !"!!"" """%"<"B"E"H"P"`"d"j"v""""""""%%%%%%%%%%%%&'0000;0A0NNNN NNNNN!N&N(N*N-N2N6N8N;N?NCNKNMNVN]NbNqNsN~NNNNNNNNNNNNNNNNNNNNNNNNNNNNNOO O OOO/O4O6O8O:OU@UDULUOUSUVU\U^U|U~UUUUUUUUUUUUUUUUUVV VVV)V/V1V4V8VBVLV[VdVhVjVtVxVzVVVVVVVVVVVVVVVVWWWW WWWWW&W-W0W8W;W@WBWGWJWNWaWdWfWiWWWWWWWWWWWWWWWWWWWWWXXXX XXXX$X*X/X4X:X@XJXQXTXWX^XaXiXkXuX~XXXXXXXXXXXXXXXXXXXXXXXXXYY YYYYY"Y'Y)Y1Y7Y>YDYGYNYTYWY`YbYeYgYjYnYsYxY}YYYYYYYYYYYYYYYYYYYYYYYYYYZZZ ZZZZZ%Z)Z/Z5Z_H_J_L_N_S_V_Y_a_f_i_p_s_w_y_|_______________________`````` `%`'`/`1`B`F`J`M`P`R`U`b`e`h`o`u`````````````````````````aaaaaaaa'a4adBdNdXdgdidodvdxdzddddddddddddddddddddddddddeeee#e/e4e8e;e>eEeHeOeQeUebefelepereteweeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefff f fffff%f'f-f/f4fl@lNlPlUlWlZl]lbljlplrlzl}llllllllllllllllllllllllllllm mmmmmm%m)m2m5m8m;m=mAmDmYm\mcmfmimlmnmtmwmmmmmmmmmmmmmmmmmmmmmmmmmmmmmnnnnnn n$n)n+n/n8n:n>nJnMnVnXn[n_ngnknnn~nnnnnnnnnnnnnnnnnnnnnnnooo oooo o"o+o1o8o?oEoToXo\o_odofomopoto|oooooooooooooooooooooop pppppp&p,p>pLpXpcpkpopxp|ppppppppppppq qqq!q&q6qsDsOscshsjsrsuszsssssssssssssssssssttt t"t%t2t:t?tUtZt^t`tctotstvt~ttttttttttttu uuuuuuu#u%u(u+u0u7u:uDuFuIuKuOuQuTuYu[u`ubudujumupusuvuuuuuuuuuuuuuuuuuuuuuuv v$vBvGvLvRvVvjvvvxvzv}vvvvvvvvvvvvvvvvvvvvvvvvvwww www$w)w7w:wy@yGyPySyUy]ybyeyhymywyyyyyyyyyyyyyyyyyyyyyzzz zzzzzz.z2z|L|P|V|`|d|s|~|||||||||||||||||||||||||||||||||}}}} } }}}} }+}/}2}5}9}?}B}F}K}N}P}V}^}a}f}h}q}u}y}}}}}}}}}}}}}}}}}}}}}}}}}}}}~~~ ~~~~"~&~+~.~1~5~7~9~=~A~J~M~T~Y~]~j~m~p~y~{~}~~~~~~68PRT`jnpruwy 36;=FJRVXZ^aortv}Àƀ̀΀րـ݀ )/139>KNPSeknpxƁɁ́сӁ؁ځ߁ *,.359GX_dfhknrvxłтӂׂۂ߂ (+68@EIORXw{Ńʃ̃΃Ӄփ܃߃  ),1=INW[acflquzĄɄ˄фڄ&-5=ACHNWhm~ͅυ݅ -MPTZ\^ky{ĆƆɆˆ͆نۆކ )4?IKNUWY_fjtvxćƇЇ "1;@FLSWY[]achkpw}ψԈ܈߈ *8DLV_dfrtw҉ډ܉ #*-136:AFPT[^`bfikmpŠĊNJˊϊҊ֊ڊ܊ފ &(+39>AINXZ_fkorw7FHJLUZajxnjʌ͌ьӌیތ dfkpswˍύ֍ڍݍߍ*5BDILY_ct|ƎʎҎߎ &)/38;?DFIM\_adďΏяԏ.18CEMUWZbdikĚԚؚߚ(/1FRWZ`gx (+;\^`lozxĞ͞Ҟٞ۞ ;JNR_blb*"!.]\[ZVPLKIB653)  ŷŷķutponmkjhgfedb[XTSRPNJGFC<;:73.'% ܶڶ׶նѶж϶ζʶɶǶƶĶ}|{wvusonmlkcaXUPKGF>21+)%ݵڵԵεɵŵĵõ}zwtomjhgfdc]ZYWRFDC;751/*'&$"!  ߴܴشִɴƴŴyspoml`_][SFCB@?=;9874/-('&  ݳܳٳسֳճͳʳ}{xwsrqpa`^\ZXTQPOM?732/,%#޲ڲٲ}xwur^RPFE50/.+" бϱ|zwuqkea_XVRQMKH9764 ߰ڰӰѰϰ{ywtrkjaYUFC?=5+'&#! ܯۯٯԯϯʯȯį¯}wvtmkjfe`_WVUKGDCB=60/+'$ ٮǮ}[ZE>=:(' ޭܭۭ׭ҭ˭ʭɭȭĭí~|srkUE?>:9753- xtkj_]OKCB@?><:8632/-( ޫݫܫ۫٫׫ӫΫ̫˫«}|{zxupojifebaXWVUQONGDB@?<;97652/*)#! ת֪ԪҪѪϪ̪˪ȪǪ~|zwusqjid]TNMLJIF?=<:540,'#  کש̩˩ɩĩ}|zywvonmlkhdc_\YVSQNIHDCA?=950.*(#"!ިݨܨ֨ըѨШΨʨè|zsomljgfda_^YXRPOMLJE@=872.)(% ާէǧƧzvuhfb`^[UO=94)%$#!ߦަܦۦצ֦Φ̦ɦȦǦ¦~ztrpjge[YXWVRONKECA@<:62.+'% ݥڥ٥إҥѥΥ̥ɥȥƥťĥ{zsqpmjifec`_]YXWVQOM?=75.('$"ݤڤ٤ؤפԤФϤΤͤˤʤä¤zwspoe]YXVONMJIGC<9750-  ߣڣӣУϣΣ̣ˣʣţvuokf]\XQK<53+ ֢բԢҢĢâ}|yxusca^CBA?4$#" ߡ١ѡϡ̡͡ȡǡš~{trpnmkiVUOMKJIDB7521-,)( ٠ؠѠР͠ɠǠŠĠàywrmljh\YVONKJFC<,*)&  ޟ۟؟֟ҟџ˟ʟǟxrnlfcbVJGFCA<62! ޞ۞՞Þ}rhd^ZKF:871.$#"  ؝ԝН˝ʝɝȝǝ~zxuslid^]\[ZVUMLHED3& ՜ʜǜƜŜ~usrqgUMEA@;:8)( ޛڛś{o^ZSNK<'#  ܚښؚךpZ=950- יԙҙљЙΙř™}|{xr`ZYXWUC83'!ߘژ˘ʘ}{rniecba`^VSRHD>;731,  ۗڗٗԗΗ̗˗Ɨŗ×vqomgdca[QMFDB=;:8+(ؖΖ˖|xsg[ZYXWVUOA(% ޕڕוҕ~ypm_USNMLJIGFDA@=<850-,+)%" ޔڔؔהӔҔє̔ŔÔxutonlkheca_^XSQLE=;8620.,+*(&IH10/$ ݒڒגђ̒˒}yxpmfcba^\PNMLGCBA876520-)('" ݑБˑʑɑđ~zywuqjhg`ZXURQMLHFECB@;65+('&! ߐܐېʐɐŐ~|wqpmia]RPFE?;842- ݏʏƏŏďywsh]YQNIHFA>;7'# ԎӎƎÎ{kiYXUSQHFE976% ڍȍxn`\[XSFEDCB8751)!܌یٌӌҌь̌njČ|tsk\NLFEC=6/$ ܋ۋ֋ԋӋϋ̋ˋËzxvurqg[NC<3+'& ̊ŊĊ}ypojhgfdba`_QONMKFEC>=;:532,*(&%#  ݉؉ԉ҉ˉlj؈ԈΈƈ~}|{zyvtga_]\Vۇ҇·ć}pf\POKI=85& ݆цφdžusrq;96*'$" ߅݅Ӆх̅ɅŅŅ}wqia^RMGC<;62 ۄڄ҄фȄĄÄ„to_][E><51.-)#!߃ԃ}{yxvuskc]\VUQNC;54'  ނ|{urqh^]W`XWRQNMLKJA@6.,$"!ՀҀʀǀŀ~|srqpmkjhfb`_ZVUQPMLKGA?=50/' zwvutqnkjYWTRPHC><:80(~~~~~~~~~~~~~~~~~~~~~~~~q~n~m~g~c~%~#~~~~ ~}}}}}}}}}}}}}}}}}}}}}}}}}}~}z}y}=}.}'}$}}} }}||||||||||||z|t|r|p|i|b|a|`|I|G|@|=|9|2|.|'|#||||| |{{{{{{{{{{{{{M{J{A{@{0{/{+{{{{zzzzzzzzzzzz^zZzTzRz2yyyyyyyyyyyyyyyyiyYyUyIy0y"y yyyyxs3O+7?rYo#o#rY   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab=sefj?yqlPwkxthx_ljm}dotScn~Cc019:569OMN>z7;E(>r:;<{?=),K*PXJvY#?+X=YK*PX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-KPXYF+X!YKRX!Y+\XY+$!y(P8<X4Ph4x(,TT @ 8 h  L |  h ( L ,\4P h\ 4h`T(l 8l@ d@Dd,h4P@, , !$!x!"0""#P##$$`$$$%%t%&$&t&'@''(@(())h))*p*+p+,-(-.l./@/00001 1@12$2l233p334h455l566D6778889H9::T:;;h;<4<<=8==>h>??\?@$@@AABBCdCDDDDE0EEFF8F`FFGG\GGGH$HlHHI8IlIIIJJDJlJJJK0KtKLLXLMMPMNNLNNOTOPPlPQdQRRDRRSlST\TU`UVhVW0WWX$X\XYYYZZlZ[4[[\X\]]t]^^X^^__\__`(`X`aHaab<bbc4ccdXdeeteffdfgglgh4hhhhi4i`ijj\jjk\klltlmHmn npno opopp@pqq\qqr4rxrs s`sttttuuTuuuvv<vwDwx xlxyydyz$zz{{t{||p|}4}}~t~@\D$4DhxT8 DP Td|< \|\DD$Ld4p0x(h|@p(|Dl\<`,HpT,Px4Lp$Pl$\@\(Hl@h,d,Ll<`$Th 8x0p0h,\ $\(l8hLè$ĔTŔ\d$hȴHɐ8tʤX˨ t̰`ͬLΘHϸl,ь4Ҁ`ӌӸ,\Դ dH֘8׈,lج\ٰDڌ`@ܨLݔ0`ޘLl߼<$\ Px 0l8t(|l<0( @x HH@|0h(,|8l pL|D TxX4$Hx$00XTd(p,h `  H    L    L    X  @ th\4t<D(l hDh4,|0dH D  !!@!""t"#(##$ $P$%D%&P&'H'(t)@)*p*+d+,l,-t../\001$1`12023 334|45T567778l899@9t9::;;h;<0<=(=>@>?$??@p@A`BBC<CDHDDELEF@FG GHHI<IJTJK0KpKKL LLMTMMMMMMMMMMMMMNN4NPNxNNNNO O4O\OOOPP8PTPlPPPQpR0RLRtRRRS S@S`ST$TPT|TTUUTUUVVDVVW$WdWXXdXYYHYYZ<ZZZ[[P[l[[[\ \\\\]$]]^^^^_H_p__``T`abHc8dxeefffg$ggh,hhi$idiij$jXjjkkXkkl(llllmmxmnn\no@opplpqq8q\qqqrrLrtrrss@sXssstttHtdttttuu8udu|uuuvv4vPvxvvwwDxxtxxy(ydyyz8zhzhzz{{|8||}},}p}}}~(~\~~~ 8`X@h<8@|x dXL$`(`XH0t8<pl8|,TT` dl0@|H4D(P4(lXLD,x@`,lT0` <˜Tð Ĉ<Ű,dƼ$|Ȉɔ4x(t p̜(d͠$P΄μPϔ@ФL0ҔҰHhӄPԴH|մֈ4א<`hڄۜL0ݼ\޸xPx(xl,PH0Dx@,LL( |$4T4tH<$TP4<4tltH H  x  \    4`L|xddDTt, l!!"#4#$%(%&'(0()|*`*+- -./4/0x1X123@345\68778h9H:<;\<<=>\>?@dAABdC,CDXEDEFGHI0IJK|LLMNOtP8QQRSlTlUhV,VWXYZ[\]^l_0`8a@bPbcdefgh`ijklmtnopTq,qrt8uPvtw`xLyTz,{||~tpt4< Ph@`H 0T<L@Lp`0((|$` Hx<(dLD  xXL8dTh 4\ĔLƼǸȌdDDLϸМќdհִ@ڠp$|xX\l tp|$4d\tx@(LDP T0,T|H4   P 0 `  X |TH\hL !""#L#$$$$%d%& &','($(t()X)*`*+\+,$,- --../T/0p01l22334<45t6 677`78,899::;X;<==> >?,?@4@AABpC4CDtEEFxG0GHtI<IJKPKLdMDMNXNOPPQHQRlSlTTU@V VWXPXYZ[\(\]P]^|_ `$`apbDbcdLdefg@hhijkDllmnpoopqrpsdt tuXvdwxxyxzHz{|}~thxlt< T4dDx\ T,XH<`XhLX80ld8|<ʘP(h(d\TӀth`P4ټڠۄܔ݈Xh8`xXxPH,H|hL(D\ x @   p  X  D @D@0L !,!"#h$L%%&'(d)\*0*+,p-4. .0012l3 345679<:d;L< <=>?@ABCDEFGHIJKLMODP\QXRPSDThU\VHWXYZ\8]d^L_``labce,fghjLklPmmn8nopTqqrPs8stuvx0ylzz{@{|X|}p}~x~xPh(Dp\ `XPhXX |lXH8d`HTTtL<4pTX`p8X8x|pŤƈ4ǬXɈ,ʠTXάL8 Ҽ`$հPלl80 ܔd@0ߴ`ph\\,8|8hL<X8(\ hl(D     8hp,\48\8d, D!!"#$X%P&8'($))*+,./0t12h334|5`6 67P78889l:;(;<,<=d>t>?l?@A\B\CCDEFGHIJKLMNOQ\S(STULV4VW,WXYZ[\h]8^$^l__`abHbcLcdeDffg@hiijk|l8lmnodpDpqrstuvx(yz,zp{D|<}<}~ d l4x0 @LdX xdXpLtxL,,0P\( ÀŐƜǀȈH ̸ΠӨXנؼ٬ܐ ߰hdphL,<\|XD0TXHh|H @ l l l8P dPT |!<"@#($\%l&')H*d++,t--.D/00011x123,345L56d7P8099:;h<,<=>T?<@@AxBtC@CDE|FhG4H@I(IJK@KMMNtOP0PQRxS STU,UW WXY\Z [,[\]^P_ `,a b0c8cdefPgLh@i8jHk$l mmnopqrstu@uvwxyz{|}X~ x|D\0 (p|XDP|hx0 0T\|LH”`ƨLT˴`Ψ(`ԌհTذ٠ڠۈ\h,P  xT< 4 ,  D t  |xd4`$ (T|4pL4 !$"H#$8%%\%%&&'(,(()*\*++,x-0-.T/ /081 12 238345P567d8 89:8:;<=>,?D?@ABDBCD@EEFxG8GHI|JK8LLMNOP`QlRS\TPUPVWXYZ[$[\P\]^_8_`aXb ccde$efxgXhhijkdlDmmo8ppqHqr rs$st4tuduvlvwpxxxy yzTz{`||}}~$~<8TP |h4t(8h D$px<ht|H\@TLtT$t,H H$ DżpȠLXHLѬXdD$ּظلxt<ݰtߘPtHpll<$( H\TdlP, |`(      X P| !\"#x$%&'(*$+4,`-./01`2434450678,98:L;`@8AHBTCDFGHIJ|KLLMO(P Q$R(SdTxUV|WXY[,\^_a`bcdfh|hij<k klmnopqrssLstu<uv|wx`xyzh{<||}~|t0,$Dl ($4td0X0Lx(THL`@t0H@@T@d|, ƈlȌPd̘`0xt8(ԠhD׈LP8@ X ߼l0txl4@ P dh`L4 | 0 4 p t H \ @    X H p ` (    \ t  l D | H     T !X "P # $ % % & ' ( ) * + , - .t /X 0h 1@ 2$ 3l 4\ 5X 6 7 8 9 : <0 =T >4 ?T @ A B C D E F H ID JP K Ll Ml NL O< P@ Q0 R S, T U| Vx W X Z [ \ ]@ ^$ _ ` aT bD c d( eH fH g0 h h j kx l m o pL q| rt t4 up v w x y z { }t ~ H (  d @ H  4 | L @ p l X ( ( l T 4 D H 0   $   4 L h , T | nj ȼ  \ ͠  | @ Ԩ  t X  8 p <  `   d $ D p $ \ < 4 H T T t , p L p ` < 4     H T D @ ,    @ < @ \ h |    <   0  ! !P ! " #L $ $ %L & & ' (L ), ) *x + + , - .d / 0 1 2@ 2 3 4| 5| 6d 7P 8( 8 9 : ; < = > ? @ A B Cd D@ Et FD GT HD I$ J L M N( Od P Q R S< T U, U V V W X Y Z Z [\ [ \ \ \ ] ^ ^ _ _ `h a( a bl c c d ed f0 f gp h0 h i jx kP l l m nL oX p qt rX s u v< wL w x y z {( | } } ~  t X h $  < ` 4  d h D h \ p , D `  L ` l < P ` $ \ t P t D  \  l h 0  t L ` $ @ ƀ Ǵ ˰ ( ` ` А  h  Ӭ x   < ؔ ٸ | p 8  ޜ ߈ \  l < 4  8 4  X 8 H L 0 p @  @ H l P @ p P ` x    P  <      \   (    8   X   h      ! "x #P $l %0 % & ' ( ) +x , -| .4 /` / 0 1H 1 2 3X 4( 5 6 6 7\ 8 9 9 : ; < =L = > @ @ A B C D Ex F` G\ HP Ip J K L M N O P R Sp T V8 W X ZT [ \ \ ] ^` _4 ` ` a b c d e f g i j kT l m oP o pD q8 r r s\ t@ t u vX w x yX z z { | } ~  ` x ` 4 \ D D  \ H T 4 0 $  ( D  ( H 8 4 8  T  D <  H Ĭ X  ʔ \  p T Ҁ L < H P H @ 4 l ۜ $ @ d h    ( H l t `  p ` \ T H X L X      8     4    L ` !` " # % &@ '| ( ) +( ,H -L . / 1 2 4 5( 6, 7 8 9 ; < = ? @l A B Dt E F H I J K M0 NT O QX R T U, V W YP Z [ ]l ^ `$ a b d e g\ i$ jd l( m o\ p rp s uD v xP y {H | ~D p T d D 0 ` H \    $ p D 4 L  ( 0 , $ X  ` H P , l @ D X p P è Ę Ũ p Ȉ L t ͔ , Ѡ ( D   ׄ @ ل  ژ ( X  ߘ x , L h 0 L H T @   < < x p h l L 8 T 4 t p @ $ T 0 , H h       (   < 8 t     4 !H " # %$ & ' ) *8 + - . 0` 2l 2 3P 4( 4 5 5 6 7t 7 8 9T 9 :@ ; < = = > ?x @ A$ B4 Ct DT E@ Fl G\ H Ix J K M8 N O Q R T V< V W@ X Y Z ZD Z [X [ \| ] ] ^ ^ _ `` ` a b c c dh e` f f g8 g hd h i| j j| k( k l mH n n ot p p ql r r s tT t u vl w w xL x y zX { | | } ~4   8 p T t | $ l < , ` t D h t d h l x @ 4   D 8 D   8 X l ` @ < h ɔ ʼ ˸ ̨ ʹ  , , Ԑ Մ | ` ، <  ވ ߐ X h p < 4 t | P 4 x 8 l HD0  ,  0(84\T` !"$%&@'(*,+<,P-`./124T568l9:<=?|AXABCCDEFGHIPIJ`KKLpMMNOlP0Q RS(ST|ULUVWXdYhZ Z[\]^h_D`4aDb0c ce efghijklmnoprssu$v|wxtyz{}~t`,`000x4Xd`(8HdP@<\ddpP(L`d<<|phl,@ŬƐd<ɼʠˀ`hH ,ӸԔՌL4   ,HlH<  lxp  xD,0,TTH d   Ht@|0@@8d8 ( !|" "#$%`&T''(h)L**+p,L-x../01d2d3045 6 6789:;<=h>\?@ABCDEG0HtIlJKM MNOPLPQRtSDTLU8V@WX(XYlZ([[\]h^H^_`albpcdefgxhPi4j4k klmnopqrstv wHxyz{}~ x$8L@ P0, l0p\H,l(DŒ(ĸň ǠhʔˠhddTLѴҠӔP ۰ܸ|`|`hhd8L0\0,l< @PL   d  @d|T 44T< !"#$%'<(* +,.l/1t223p4D5d56|7X889h:h;4;==>?@BC@DDELF<G$H4IIKLM NdOPP0QPRDSpTTU`V,W8XPYXZ[\]^_a8b,cpdeghXi|jklno`p|qr|stuvxyz{} }~$`x4 t HXl0@,l8@0xtp4¸4p4Ƭd ʘll<X4,8 ,<hؐPڐHpݨlD\xh$4p\P<0 $4t 0  L   \@hHHL(0pD p!L""#$%&t'd(,)**+-.01(2x35 56789\:;?@ABCDEtFtGHIK$LPMxNOPTQ<QR<RSU@UVW`XXYZ[\\]\^T_\`TaTbTcHd`efghijklmo0p@qPrpsxtuwXx0y zH{}~D( TLP<`hH\\ @x0t,PLƌɔ4̐TѨpxք٤H8݄|DpD4lx,X D   X @l<h0 4!#($&L(4)+,l./`12457,89:<<> ?\@AC D4ETF`GI JKMHNPQ|RT@UWXxZ[]4^`xbdefgiXjl`mn\oq$r0rstuvwxy{${|}x~D8T0X@Lh<TpXDT$Lxp\T<x0LtX,TlXXPxhD4x(d$@ \P,|h0`h lhPLtDD@4|L$d<T3#53^ JV{{F J3#73#FP

54&#"QCQL=]4Kq`C~swRd 7-gY[aFQ3:85<"^5S)9> & xGQ]W8jB 9T)BQLC7] 6?&(,.& :K 3#KV BFtT 6673#&Fd^LL^ W޶W-t; #6'3;d^LL^W"W2X''7'7'37ܥh4dd4h@<4&&4=88PD 3###53BD@@<73#edJPxB5!P(@@_353_^# #NX/=2"&26&"[[[nFR!#'738PzA&I"'632!!5>54&'ccfkvT>՘NE@ImȦCCWGJS!32#"'732654&+575!Ujq}lRTRX\_hICfar{4A2VTGE>8%#!3##5!53m[||O^OzAAU!3632#"'73254&#"#!;JkvfVTTRMO4F#tjz0B/MQ.z7< "32654&"&54676329Md^SU^aRyŭ>EqodN]dd]R`JCMowN$ !#5!N֭tTswCj+/=!+2"&54675.54>54&#"2654VPCIMUUMLTTI[]db`Oy21_pp_@d\7'#"&546"32654&3zɳz FpouU^aRMd^䑅C vNrtCbZVafQYc5353^^^}P7353PIed^nA<3%5%<7FRZ5!5!Z>>u@@@@_Z355%5_FRFA"!4#"'632#4>7>53Ϫgmvxu~+  +P2#"%#"W:f#D#WL$8./9$,E78{{(x+7%##"&546323533654&#"327#"&54632#326=4&#"1SJ[YLQ3Ni jO$^ӡ8;12::23qBpefoA9@Q80DФΦr[MIBBI# 33#'!!## Z VIJ`&}U.!"3254&!"'63 4&+323-BZ]]XXQFX`OuB19 >ֽU !!!!!G[U@CCU !!!#!=P@("327#5!#"&632&YJJq̭cZ!@7V<;6Uq !3#!#|PPP1&is33sV& #"'7325ąUHGB1%C%UV 33 ###Dai`PEdU !!eHjDU3333####UQTPKH&T{Uu 3333##US|OSX&X( &6 26&".B TU5 632#"'#3264&#"UhcB9PP:;cige7>sktxbVS (j "326&"&6 #.}}||Bk_K|(_5槧UTͪw*\@O=U?3632#'.+32654#"UWdRK-,XSV5NPPwp5/g_LfjH#~ML <"#"'732654&'&54632&EL|iyp|`WmJOCTwiqaW=6a+$lVag?B>DA,<R!###<PDjKa%253 &53WOR:EA#33#yTZu&-3333###hOee||&|-] 33###Z^[0:rh 33#|[Tb[5K1 !!!55!KwwCCCRst3!!<<23#2NXNUtc#5!!53qtH5!J<<3*#'{tD*2'2#&'##"&546;54&#"'6326=#" m^F e@HV69I^QV(8/Ee6irZgGE,006QEWgL;.;/}-3cH8GP"'##336324&#"326Cs7FI7qbpr*QIDVVDGS bX_fll_ajm("327#"&54632&/XchSF@KQtzQKCmd`r";#{#=#- 326=4&#"463233#'##"&uSGDVVDIQHpbq7IF7s`remja_llf_;Xb(7327#"&54632%!.#"rdPNLT`polvyARHKXUb(9*|~ :W^_735432&#"3###7-0%"6-KC<3>C32#4&#"#KF]6XUH8D:`I]07mv)aKsL("264"&462l[[[;ކކoooK$"'##336324&#"326>q7IF7sbps+QIEUVDGS [Xbfll_ajm-$ 326=4&#"4632373###"&uSGDVUEIQHpbs7FI7q_semja_llfbX-[K 3363"#KHXoKoy?za7 2&#"#"'732654&'.546`QMS:<4FfYg\kUR]:>7EcYe(;'*&$* NO2;1-*(, KA@L23#327#"&5#535&4.* 3;UFss:_JF]5TPP@pM]07_iJ# 33#uOh%-3333###sogosOdood::A2 373#'##TWT#$ 33#7tNNbTK !!!55!K0t0=#5354632&#"3#},?XXskDB5;)ECCZIi<_iB>]+^00^+]>>Ј___+]>>]+^00^+]>>]+^00```#7535#533333#3##5S׼^[T5_5yb5_5t33JJJhhB(????*$K4#"'>323!5>R8@T$BGQqS^M,1B;6oe44oi1L!32#"'73254&+575#6@EQME823g1G&4>:EH"/X$)/(N#73sKqfNK$3#'##"'#33265JFX1HHH5><]T,2(P@mK#t! "&463!### __FF'_h753_^܌-$U;#"'73254H)UZC6 .9n064B<L0:$'73#m@@i3JmZ0 75!$462"6264&"ZNkkk xDDxD11ttt8TTT_2557575575_ L H323!5>'73#%#R8@R$BHQqSm@@H:M,1B;6oe44pii3JmI&5).2#"'73254&+575#5!%##5#533'5#@EQME823f0G&HC;;E#>:EH"/X$)/44&cc2!22A"!53327#"&54>7>57W-%#"gmvxu~)+(!,{{T%A),9"f#D#WL.L$1;'# #'3#'!!#'qK Z VIJ`C&}# 3#3#'!!#fK Z VIJ`&}##73#' 3#'!!#Zd[n[d Z VIJ`f&}#3#"'&#"#43232 3#'!!#?R-E5"?R.C7"N Z VIJ`.$R-%&}#53!533#'!!#JJ Z VIJ`*&}#"264 3#'!"&462!#z>..>.{ Z VIJ`HfHHf-@--@f&fHHfH }# !!!!!!5##3#.,IP:C@C($v""327#"'73254'.54632&hYRj"UZC6 .9n ħbX9<5 ,24B<L)" ɣ@<9U#'!!!!!qK G[U@CCU#73!!!!!KqfG[U@CCU#73#'!!!!!+d[n[dG[U@CCU53!53!!!!!kJJHG[U*@CC#'3YqKVC&sJ#733KqfVC&^ #73#'3d[n[d,Vf&( 53!533JJV*&#53632#"'73#3 4&#"#uZVĸXXP-303-]@7W@@ > Uu3253#"'&#"#432333##o7"?R-E5"?R.S|OS%H.$RTX&X( #' &6 26&"YqK;B9T( #73 &6 26&"KqfB9T(#73#' &6 26&"d[n[dB\T(!23253#"'&#"#4 &6 26&"&.C8"?R-E5"?ZB-%H.$RJT(53!53 &6 26&"JJB*T- 1$ %''7'7711111Q1111-#46327#"''7&32654' &#"-ġqT788iġqT788iBX|EdhBX|m4I*Ji4I*JiZ+SL+Ka#'253 &53@qK}OR}EAKa#73253 &53FKqf{OR}EAKa#73#'253 &53Ud[n[dOREAKa53!53253 &53JJ@OR*EA #7333#?Kqf[Tb[5U5 4&#"32#3632#"ge7>:;cPP9BB8S :usktxP*)#"'73254.54>54#"#4632090BNK5w0;0<"&462326=#"6@--@-Zm^F e@HV69I^QVHfHHf8/Ee6ir-@--@ZgGE,006QEWgL;.;/fHHfHl-3cH8G2L-8!.#"327#"&'#"&546;5.#"'632632326=#",OFBR^GOGQ`Ah=HW:32#4&#"#.C8"?R-E5"?F]6XUH8D:`I-%H.$R]07mv)aKsL( #'"264"&462qK[[[;ކކooo( #73"264"&462+KqfK[[[;ކކNooo(#73#'"264"&462d[n[dN[[[;ކކ҄ooo(!23253#"'&#"#4"264"&462.C8"?R-E5"?[[[;ކކ-%H.$Rooo(53!53"264"&462\JJ[[[;ކކboooPD !53535!DVVV>@@-"#46327#"''7&32654'&#"-oO;)**BoO;)**B*9O["*9O[|'7 9J{|'7 9J8ocU6>ocUF#'32653#'##"&5qK5>:_JF]5TPP@pM]07_iJF#7332653#'##"&5 Kqf5>:_JF]5TPNP@pM]07_iJF#73#'#32653#'##"&5[n[d5>:_JF]5TPNP@pM]07_iJF53!5332653#'##"&5YJJM5>:_JF]5TPbZP@pM]07_iJ#$  #7333#73KqfNNbQNg#5!#!!#3#ZJS Z VU<<@&2 +5!2#&'##"&546;54&#"'6326=#"iZm^F e@HV69I^QV(8/Ee6ir<*52#327#"&547&'##"&546;54&#"'6326=#" m^OV0* 49MI]e@HV69I^QV(8/Ee6irZgGE,;9;7+QE#06QEWgL;.;/}-3cH8G(v#73"327#"&54632&tKqffhYbħbX9<@̫@<9(#73#"&54632&#"32Kqf KQtzQKCCXchSFN_;#{#=#md`r(v#73#'#"327#"&54632&[n[d5hYbħbX9<@̫@<9(#73#'#"327#"&54632&[n[dXchSF@KQtzQKCNmd`r";#{#=#(v53"327#"&54632&?N hYbħbX*9<@̫@<9(53"327#"&54632&N XchSF@KQtzQKCbmd`r";#{#=#(v373#'"327#"&54632&dd[n􄝡hYbħbX9<@̫@<9(3#'33"327#"&54632&v[n[dXchSF@KQtzQKCmd`r";#{#=#U373#'"3 4&#"'632dd[np4--4/ĸYXZW >ֽ- 3#326=4&#"463233#'##"&v^dCHTGDUUDIpbq7JF7s`rmja_l҃_;Xb#53632#"'73#3 4&#"#uZVĸXXP-303-`<8Z<< > -g%53533##'##"&5463235326=4&#"IuuF7s`rpbq7SGDVVDIQGYJJq̭cZ=VV=%55ᨎ!@7V<;6- 23"&5326326=4&#"4632373#"'7326=##"&?ii?FdFTDEWXDGQHnau8FTMGJXR6u[t=VV=%55R]kh[ Ziga}aW# ;bp@^(53"327#5!#"&632&FNYJJq̭cZ*!@7V<;6-*53326=4&#"4632373#"'7326=##"&NTDEWXDGQHnau8FTMGJXR6u[tb]kh[ Ziga}aW# ;bp@^(73"327#5!#"&632&=aTJYJJq̭cZ!@7V<;6-*73326=4&#"4632373#"'7326=##"&TJ=TDEWXDGQHnau8FTMGJXR6u[tD]kh[ Ziga}aW# ;bp@^Uq#73#'#!3#!#[n[d|PPP1&iP#73#'#33632#4&#"#[n[dIBmXUH8E<]Icmv)aKuJ# 5353!533##!#)!#gP|PggPP|&32#4&#"#3fKwF]6XUH8D:`IF]07mv)aKsLUu73#333## =aTOS|OS X&XK7333>32#4&#"#=aTF]6XUH8D:`I]07mv)aKsLUu73#'3333##fd[n[dS|OS9X&XK73#'333>32#4&#"#d[n[dF]6XUH8D:`Iqi]07mv)aKsL#Z3#733>32#4&#"#m]dCF]6XUH8D:`I]07mv)aKsLUu#"'7326=##33uPV20%"6-OS|ZS@3>/^XK4&#"#33>32#"'732658D:`IF]6XUNV-0%"6,)aKsL]07mv[R<3>( 5!"26 &6 Z1rBU<<槧T( 5!"264"&462pZ^[[[;ކކ<;js^GOGQ_@fc?iK-OFBSIWDHWWHDpp Sd'8*<77<,W^`pooU?!#73#632#'.#'32654#"!KqfPWdRK-,XSV5NPPwp5/g_LfjH#@ML K#733363"#KqfHXoKNoy?zaU?!3#632#'.+7332654#"PWdRK-,XSV5NP2=aT|Pwp5/g_LfjH#ML K733363"#p=aToHXoKoy?zaU?%73#'3#632#'.+532654#"2d[n[dPWdRK-,XSV5NPPwp5/9g_LfjH#@ML  73#'33363"#d[n[d~HXoKqioy?za<#4632&#"#"'732654&'&#73?wiqaWgEL|iyp|`WmJOCTKqf0Rb/>,=6a+$lVag?B>DA7EcYKqf@L(;'*&$* NO2;1-*(, K <'#73#'4632&#"#"'732654&'&!d[n[dwiqaWgEL|iyp|`WmJOCTRb/>,=6a+$lVag?B>DA7EcY҄@L(;'*&$* NO2;1-*(, K<$/3254'"#"'732654&'&54632&#"#"'{.9n |`WmJOCTwiqaWgEL|i)UZC6L)"?B>DA,=6a+$lV#064B7$04632&#"#"'73254'#"'732654&'.7e[`QMS:<4FfY=8(UZC6 .9n kUR]:>7EcY@L(;'*&$* ND4H/64B<L("2;1-*(, K<'73#'34632&#"#"'732654&'&#d[n[dwiqaWgEL|iyp|`WmJOCT9Rb/>,=6a+$lVag?B>DA7EcY@L(;'*&$* NO2;1-*(, K<$R!##"'73254'##</UZC6 .:m) Dp394B<L0$2$#.5#53533#327#"'73254=3ssK&4.* #."UZC6 .9nJN<:_JF]5TP-%H.$RP@pM]07_iJKa5!3 &53325ZORU<<{EAF5!32653#'##"&5mZ5>:_JF]5TP<<{P@pM]07_iJKa 2673"&533 &53325$dF?ii?4ORO5%=VV=%EAF 2673"&5332653#'##"&5dF?ii?5>:_JF]5TP5%=VV=%P@pM]07_iJKa3 &53325"&4624&"2ORAHfHHf-@--@EAfHHfH@--@-F#$32653#'##"&5$"&4624&"25>:_JF]5TPOHfHHf-@--@P@pM]07_iJfHHfH@--@-Ka#73#7333253 &5Er_Dq_ROAEF #73#7332653#'##"&5~Er_Dq_5>:_JF]5TPNP@pM]07_iJK$a3253327#"&547.5OicFU1* 49MJ3tzAE~,69;7+;6F$B"32653#327#"&547'##"&55>:_JNU1* 48MJ^]5TPP@pM,;9;7+QF@07_iJ-#73#'##33333#d[n[deRhOe|||&-#73#'##33333#d[n[dodRsogosOd҄A::#73#'33#Nd[n[d[Tb[5#$ #73#'33#73d[n[dNNbQ҄53!5333#JJ[T*Pb[5K1#735!5!!!5.KqfwwCCCCK3#5!5!!!5'fK0t<#]%53533#3632#"'##4&#"326#uI7qbpr`s7F}QIDVVDGSG3 3254&#'3254&#"^]H1M=PFX`v29uCCZb)8  +*'(+,X bKs JF@><U.73254#"5632!"'!!286.28dSB @rkAP3632#"'##!4&#"3267qbpr`s7F*QIDVVDGS_bXA"'632#"'7326&iXbƥbXi9<@ʭ@<9( "&5463254632&#"&#"327ħD=OV30&!6,[hhYb ̫;ZS@4>99<@(u!"&5463254632&#"&#"327,tz&"NV-0%"6-CD\ehSF@K { /[R<3>#md`r";##53632#"'73#3 4&#"#uZVĸXXP-303-]@7W@@ > "'#&54>323 4&#"YXI0M=-4/E  **'(+,- 5!5!# 54632&#"327Sdސ82.682A,krH 2!5!#'##"&546323326=4&#"F7s`rpbq7SGDVVDIQ<Xb_emja_ll($"2#"'73254'&54>54&"2ކMd\`QMSvsHO[[|si(L[<#"'73265!!!!QV20%"6-=9[R@3>C@#535432&#"3##"'7326-0%"6-QV-0%"6,9C<[R<3(>$5!#"&63254632&#"&#"327TJq̭QDOV30&!6-fwYJi@7V:ZS@4>6!#"&54673332654&'#~F$5VT5$@#))@:&cfWfc&: $ GQQG Pn"%32654'7#"&=4&#"#33632DLOO8G:rg8E<]IIBmXUPFoyp{cldaKuJcmvs "&53327XRW-6"%5 R[7>3<7 5333##7VV<f<U37>32#654#"###tP.pM&6ljaPs7B0/>G+fdP!#%##432&#"3%3^I-0%"6-_K<3>7 5333##7NN<R<(#''7'37#Q1N#Nb=>8=oSE7EP:#%#"&'##"&533265332653#'X4>H;wYSM8>=MM9>7RPJd3;28j`kSFXKSFcM&du#"'73265333#QZ-0%"6,S|OSXo[R<3>X&XK$33>32#4&#"#KF]6XUH8D:`I]07mvaKsL( 66  267%!."(Bq $ TVB(\ #"' &6323254'26&"L:/ ġb7 -:ICMYT͋Y6.7(0!#"'"&46323254'264&":/ކoLq7w[[[0-:IC !$|F@Y6.ooo(23##"&632327&#"OOMkáfP7|9009|& +T+D($r3##"&4632327&#")II:KooK:\OOv$$o  6 #&54>32#"'#3264&#"VK/L;B9PP:;cigeC +('(+,;A$sktxVSM$&432&#"3632#"'#4&#"326M.0%"6-7qbps_q74QIDVVDGS<3>_[fll_ajmU?32654#"'632#'.+#3Pwp5/65RK-,XSV5NPPP6ML;g_LfjH#<"'632327#"&5467654&gWaqiwTCOJmW`|pyi|L,>/bRAGB?gaVl$+a6=72327#"&467>54#"'6[eYcE7>:]RUk\gYfF4vSMQL@AK ,(*-1;2ON *$P';(F !!55!SUCC;CC$327#"&5#"&546323#'54&#"31-6"%0.VP3<R[2@:52#%#"'7326=#"&5#53533#327LS-0%"6,UFssK&46.!A]P<3>2IZ<3<C<R#5!#327#"&5-6"%02VQDD5>3@R[K#"' &5332533254':/(&RO!707ICAzY40F0#326533254'3#"'#'##"&55>:_J!7D:/(&F]5TPP@pMzY4007IC]07_iJ7 &5475#5!2654&'5!#Hƛ9cwwc9 ǜeAA||AAeٜK"&5332654'7VRrfKPN Aᩧr7>32#654#"#3QhOJ0oL&-JT^xHB0/>G5q5#$%7>32#654#"#73Q9W:qL+<5NbQ\ʑeB0/>GT|TP65375!5!3#!!5j͢w棉e<CC<CC"P75375!5!3#!!57[wyn0t9<<9<<2%4&+575!5!32#"'7326_hIjq}lRTRX\GE>CCfar{4A2V7!#"327#"&546;5'5!Ih_\XRTRl}qj>EGTV2A4{rafCK!#"327#"&546;55!D`[YQMOMdthc&;EGT[2<4zs`d<F!5!32327#"547>54+575K0\~f^esY@<<s>?@L%9*z ';9P5!654&#"'6323#!!567Z(ENKccfkvM"<\UGJE@Imb^Y32#4&#"#%53'2653]6XUH8E:_INmFNj]07mv)aKsLxnn=Cl d# 73#'3#!!#3#\d[n[dJS Z V9@&2$/#'3372#&'##"&546;54&#"'6326=#"։n[ddrm^F e@HV69I^QV(8/Ee6irZgGE,006QEWgL;.;/}-3cH8G^ 73#'33d[n[d*V9&Z 73#'33d[n[d&Nq(73#'36  626&"d[n[dB%9TC(73#'3462"6264&"d[n[dކ [[[q:_JF]5TPqiP@pM]07_iJKa 53!53'5!3 &53325JJnZORgggg88EAFu 53!53'5!32653#'##"&5YJJnZ5>:_JF]5TPb<:_JF]5TPbKP@pM]07_iJKa3(33?3#/53!533 &53325#L (( L#E;-',;JJOR3 ** C;;gggg:_JF]5TP9ZP@pM]07_iJKa3 '3533533 &53325HgqJ~J3ORgggg:_JF]5TPbP@pM]07_iJ-.#"'632#"&547!326dPNLT`polvRHKX Ub(9*|~ :W^_# 53!53'5!#!!#3#JJnZJS Z Vgggg88@&2u (353!53'5!2#&'##"&546;54&#"'6326=#"UJJnZm^F e@HV69I^QV(8/Ee6irb<CCfar{4A2VK#5!5!32#"'732654&+573#'3&chtdMOMQY[`Dyd[n[d<<d`sz4<2[TGE;$73#'3'2653d[n[dmFNjq=Cl dU  5!5!!!5632#"'4&#"3 dwwzZVĸXX3--30CCCCq U|  5!5!!!5632#"'4&#"3  0teZWĸYX4--4/<32#4&#"#3#KF]6XUH8D:`I^fqK]07mv)aKsL#3!#73#!#'!#.54624&"2iLqg%VIJS%HfH..>..>{_$;D;$3HHS@--@-2 +3=2#&'##"&546;54&#"'6#73326=#""&4624&"26 m^F e@HV69I^QVKqf8/Ee6irHfHHf-@--@-ZgGE,006QEWgL;.;/-3cH8GfIIfH{-- --# #73!!!!!!5##3#Kqf,IP:C@C2L 1<#73!.#"327#"&'#"&546;5.#"'632632326=#"Kqf,OFBR^GOGQ`Ah=HW:ocU# '33'3#!!#3#_rn_qJS Z V@&2$/'33'32#&'##"&546;54&#"'6326=#"_rn_qm^F e@HV69I^QV(8/Ee6irN:_JF]5TPz_rn_qP@pM]07_iJFKa #."#4623 &53325?FdF?iiOR %55%=VVEAF "#462#&32653#'##"&5LdF?ii?5>:_JF]5TP5%=VV=%uP@pM]07_iJ<#73"#"'732654&'&54632&=aT EL|iyp|`WmJOCTwiqaW=6a+$lVag?B>DA,7#732&#"#"'732654&'.546=aT`QMSv4FfYg\kUR]:>7EcYe(;'P$* NO2;1-*(, KA@L<R 73!###=aTPDj273#327#"&5#53533=aT&4.* 3;UFssKF/;IZ<>54&''>54#"'632Ͷ@:IjXr[hy>H6q;H-'?:biJ@NWKfbB=>54&''>54#"'632;8D_xQm\[q:A۴(xU.8!:+iHS99>I7rOL4n0Uq73#'3!3#!#dd[n[d|PPP9_1&iP73#'333632#4&#"#d[n[dIBmXUH8E<]I9Kcmv)aKuJU$j33>32#4&#"#UQ(yEplNJZQQx>D[ecY-)4233632#"''67#"&546326=4&#"32654&#"q7I*23;KAX'84$+9`rp(SGDVVDIQ}#!)&_; 906?,4V$4emja_ll2@#5326=3"&54675&"2642LeeLJRRJ_abbDJQQJ*dJ^oo^Jd*HOPP-#"&54675.532653&"2654LDFJI\\IJFDLZZZ fXD_R:;GG;:R_DXJ@AKKA@K15!5!!#"'7326=!5wwQZ-0&&6-cCC"!9[R<3>9CK!!#"'7326=!55!K0KS.0%"6-09<#53#!!#3#4N'JS Z V*@&2 +2#&'##"&546;54&#"'6753326=#" m^F e@HV69I^QVMN8/Ee6irZgGE,006QEWgL;.;/P--3cH8GU$!!!!##"'73254'#!G[)UZC6 .9n)@C064B<L0$($)!.#"#"'73254'#"&54632!327rARHKX&UZC6 .9npolvydPNL9"W^_-54B<L("|~ Ub(9( 53!53'5!6  626&"JJnZB%gggg88TC(u 53!53'5!462"6264&"\JJnZ^ކ [[[b<32632#"''6754&#"3254&#"IF]6XU*23;KAW@4Q18D:`^#I&]07mv{ 906?,)az;aKsL92&7&5#53533#632#"''6732654&#"ssK:=3;LBW%!64Eu@$',P )<< 7906?"-Sg7#$ '2653mFNj=Cl d-o 5"3264&326=4&#"4632333632#"'##5##"&DUUDGTRTGDUUDIpbq7J7qbpr`u7B7u`rl_ajmmmmja_l҃_'_bXXb-$o)5###"&546323533632#"'#$4&#"32326=4&#"J7q`rpbu7B7ubpr`q74RIDUUDGTGDUUDI-[bXXb[Nml_aj7mja_l#7#'737#/3'nl88Z68VIȲ7юG*I*@(v"#"&327#"''7&546327&\!e>LhYbZI,@/ħ4,#?%V9<@ ^deϭ H@<(?#7&'327#"''7&54632&#"p1'3E@KR?2 1"dz"Xc 3+ = ";#CHIWimdb#P 5333#!!#uSuueHc<;7EcYe[`;'P$* NDc"6dy-;1-*(, KA@LKj72#.+55!5!q_,e[02;4`#q )63 !"'5#54&+3#323254&#"XXQFX`]]uuB28BZb3-=Y bK@&JFj@ r>< #533!33#"&') #gRuOgh b<ff<###3#[S Z Vn&U;3733#3#'7#!73#9H9uFEu#E@F{@CaSaSC&(D *&#"373&#7327#"''7&546327KKXt;t|?sD(NLT`0&2so$&2g_Ve`2 (9* ?CF~ <?= s5333##"'7327¯SUHJ? <f<%C%7$53533##'26=539MinFM<4?Q\\ज-'4632373327#"&=##"&7326=4&#"-pbs7F-6"%0-VN7r`rHSGDVVDIQbX>3<R[bemja_ll#!#53632#'.+#32654#"uuWcRK-,XTU5NPPPPwp6.>@Wg_LfjH#~ML #3363"3##5#53HXiKoy?mX<<#53'3!733##'!#3#xK^HH[KxT*h&\T<0!;0@JJF$b "#3363AR<92c1A389?2\ 3#5##5265<92cAR\9?1A32q\##526=3327#"52aAR< !k[=1A3$. eP\\ 2>54+'326?3#"'3"T7&&3!?)K@8;J  5d QX0 ?Y8($\###3333UGAAGU:?BCB?\8P\73#73_??|e6:DD9iVJ!0%2$S#5&54632&#">zRGDD:6e|$i9D%0!JVSqZ%5%}][u~ZPnZ'557D^Z~u[](&E##3#][t[(&E373#3][t[Q(N#73#'d[n[d҄(N#'337n[dd3P<5!<Z<<FN3#fK-N3#-fqK$C3P..>fHHfH@--@-K$N473327#"&K>YOV0* 49MIzA9,;9;7<N23253#"'&#"#4.C7"?R-E5"?-%H.$R(N#73#73Er_Dq_N(|573327#"&5ƞ? "(:2Z$>2(b254&'.54632&#"#"'7E'>6?:<810D&@8@;C8/L. .'(.+* 0(*0+-$I\ 3#'##7'33@fhAMM@hfAK\}}z2$S5&54632&#"zRGDD:6e|$i9D%0!JVA!5!#PF&A5!53#A[PPF&A5!3#A[PPJFJ&JA75!3#5A[PPF&A35!3A[PF&PN)3!J/NPN!#3!JJ/N(Y73#'3d[n[dF5!%5!FZZ::::F J3#'3#P

..>..HfHHfS-@--@fHHfH-a3#-fqK#a'33'3_rn_qa<a#73#733Er_Dq_a<.23253#"'&#"#4.C7"?R-E5"?F-%H.$R},5353}BBB,kkkkno!##n<5KL##5L< 5no@33!n<@5KL@!53L@5 F!53!5Cv&F!!53GvC<(&!'7ЪX 327#"&=31($ 02S4MnA59Z2A732654&#"'632#"'T@FShcXCCKQztQKT"r`dm#=#{#(%537&#"327#"&54632IQCCXchSF@KQtzQKjj#md`r";#{#A753/632#"'732654&#"IKQztQK@FShcXCjj=#{#;"r`dmP73#53edJD^FN#73KqfNFbi #7353!53Kqf[JJ#!#73!#3#]KqfJS Z V9&_h753_^܌ !!!!!#73_G[UKqf@CCI' !3#!##73[|PPPKqf1&iڌ-z!3#73#WKre&Ns "26%#73 &6 CKqfB槧TTc 33##73_[SKqfb[5! 3!5>54&"!535&54'#73o>ƛcwwcǨEKqfǜeAA||AAeٜ1A 327#"&5753!537#73%2.* 3;UFfII`KqfG.;IZoZ# 33#'!!## Z VIJ`&}U.!"3254&!"'63 4&+323-BZ]]XXQFX`OuB19 >sktxbVS F !!55!SUCC;CC<R!###<PDj 33#|[Tb[5#%>4&'5#5.46753coocPPPcooc kk C bb X kk -] ##333#E[]Z^:rh0F%653#5$33OPOP7 3!5>54&"!535&54 >ƔcwwcǡǜiAA||AAi՜& 53!533JJV*&53!5333#JJ[T*Pb[5-M"#73#&'#"&4632673.#"32:Kre'.2L#[|WlmV@]:I(r6S07@F8dNli32#4&#"##73KF]6XUH8D:`IKqf]07mvaKsLNnw 327#"&5573%2.* 3;UFqfG.;IZoFF53!537#"&5332654#73aJJG:rgHDLOOKqfbV{clCPFoyp-M%#&'#"&4632673.#"32.2L#[|WlmV@]:I(r6S07@F8dliX bKkq LG98DDM#$ %673#5&'3"1{O>J>Ry2n( "2654'"'&54632&#""&54 HO[[jMd\`QMSvsކn_cooc !N=H(;'IE||-"5.54632&#";#"327#"&546?Cyka^XN,,ugS\ccrzED)9G%8#PU;22b!8%PF0M7 5!32#"'73254#"&54675OWp`w[UJB =Az{o??!s\BC;VH{9K$33>32#4&#"#KF]6XUH8D:`I]07mvaKsL- 2"&267%!."IWWDWWpٌBnw 327#"&5%2.* 3;UFG.;IZoK 73#%##3`)_NN,# !##'3QdN6b&K$3#'##"'#33265JFX1HHH5><]T,2(P@mK# %>53#3X@NIlhR-ʉե%<+74675.54675#5!;#"32#"'73254# <]NGL?<{WecWWhufqJB =Az{EjN7-N<<OxDno [[[<A ooo-%##5!QM4<<F7#"&5332654G:rgHDLOO {clCPFoyp($!4632#5.547>54&#"c[?BXz|J|[cP1!A[l ARKvu uQ" l[Yv->#$  %##333#TUSW]uo2A$%>=3#5.=33^WH}J}HW^J3ll鎒ll7!%#"'##"&547325332654'7kPzzPkSHPF2lJl2FPHSwwrs]ff]srA 327#"&5753!53%2.* 3;UFfIIG.;IZoZF53!537#"&5332654aJJG:rgHDLOObV{clCPFoyp( #73462"6264&"+Kqfqކ [[[NX bKis("&54632#"&533267'.#"3s_llkHZIGXWF=HOpgZnŵCG?LK(>2&#"#54&#"'62g.!#=M^T^M=#!.g֎M;;;;Ms>2&#"#54&#"'632%#73g.!#2&#"#54&#"'6253!53g.!#=M^T^M=#!.g@JJ֎M;;;;MT($#5.46753>4&'#{||J||J[cc[J[cc[ F kk kk (%5!##"'##"&547)325332654(T.kPzzPk.L/F2lJl2F<<#6&'&'7%&'.?'' *)2,G-w@ *"&2,G-wV@82: )aP%83: )aP%-D !'7!'u>>":,:$,2 '.''&'7&86#`38(q=0863`#8)M=q2$%'.''&'7&w4@&4q8~4&@4a8p-33"&547##6H3]L5Nm[(I!/OvPxL4:;cPP9BB8S :usktxK$ 4&#"3267#"'##33632QIEUVDGSHs_q7II7qbpfll_ajme[b(v%27#"&54632&#"hYbħbXi99<@̫@<9U+!####333KMQTl)U&K$###333#DCJXYK 6$#534632#"'#3##54&#"3263uxnjus_q7I}QIEUTFGS<FU54&#"##5!#6sgp^WO:PAxgo~CYNLU(CC&U #73#!KqfSlF(v327#"&54632&#"!y|hYbħbXix [9<@̫@<9y@<"#"'732654&'&54632&EL|iyp|`WmJOCTwiqaW=6a+$lVag?B>DA,s33sV&( 53!533JJV*& 73253#"'-J?SUH^%1% !%32654#"5632!"'!'>5!^+6_]/+01\S+b`C?A VX@qlʏ@A,zyU!#3!3632!"'32654#"PPJP01\SP+6_]/}qlu VX<##5!#632#54&#"kPAUytOP[O`CC&wdWUV#73##333 #IKqfPPDai`EUu'3###333ufqOSO|SXX( 32673"&33#'267@EdF?iiZAom,%55%=VVE`C?ZU`q 3##5#3!!PJP|&i# #!!#3#[JS Z V@&U.73254#"5632!"'!!286.28dSB @rkAU.!%!"'63 4&+323254&#".]]XXQFX`OuB19BZb3-=Y bDJF r>< U#!SlF-`7!!>=!3#5!#5Oz#SI ICT7336Ci㠠U !!!!!G[U@CC(\!##33333##FVUFPFUVFeS11ye#"#"'73254&+532654&#"'632_{jcfx//tzTQ[hnvm}jr>@;HHBHA6;9@<[LUu 3###33"SOSO&XUu 32673"&###333?FdF?iiOSO|S%55%=VVXXUV ##333 #PPDai`dE{!#!'>5!{P,c`(2* ʏ@A$CdMyU!####333KMQTT{H&Uq !3#!#|PPP1&i("26 &6  rB槧TUq!#!#UPP&iU5 632#"'#3264&#"UhcB9PP:;cige7>sktxbVS (v%27#"&54632&#"hYbħbXi99<@̫@<9<R###5RPDjD( 33#'267ZAom,E`C?Z#%>4&'5#5.46753coocPPPcooc kk C bb X kk -] ##333#E[]Z^:rh0U` %3#5!3!3q]IP|PCiK;3273##"&=3XrN:PPCS{NjQ(& 'rUS )3!3!3SN L NiiU`7!3!33#5!3 M OZJNCii( #5!632!"'3254#")28dSP286Arku U!33632!"'3254#"P`P29eSP296&rku U. 3632!"'3254#"UP28dSP286rku F5!.#"'632#"'73267 xhYbƥbYh|[@y9<@ʭ@<9U2#"&'##33>26&"PPււʩϑU-&#";#"#7675.54632#/5pwPPN5VSX,-KRdWP LM@#HjfL_g+2'2#&'##"&546;54&#"'6326=#" m^F e@HV69I^QV(8/Ee6irZgGE,006QEWgL;.;/}-3cH8GF %"&=46327#"36324&#"326,myLE@Qu]6u[tw/TDHTTEHS ܋| < Yo9Ww|]kdZ ZkiK!73254+532654#"#"'632&*FEHP'$AYAGKyg>8GK4mc20*P  G7-=  EK!!#K|M?7(R7!#>4=!3#5!#5!]jFJjJ<1/07eK^<4xx(!.#"327#"&54632rARHKXdPNLT`polv"W^_Ub(9*|~ 2!5##'3353373#'#W5NO5J5ON5-""'632#"'73254&+53254MY^akyC?EEzrcc\Sgu,,#8%G9)D M0FP%8!b22;UPK 733###3(RLRLf^K 733###362673"&53(RLRLfdF?ii?f^5%=VV=%K 73#%##3`)_NN, !##'>JVy:7Εj> WK###333#DCJXYK \6K  7#3!53#5MM(MM("264"&462l[[[;ކކoooK!#!#KII6K$"'##336324&#"326>q7IF7sbps+QIEUVDGS [Xbfll_ajm("327#"&54632&/XchSF@KQtzQKCmd`r";#{#=#-###5!P5=( 3#'26733O4wlQX'R`=EdQ-$%/###"&632333632#"'#64&#"32327&#"J-?Q__Q?-J-?Q__Q?-=96))69I=96))69/ / //yj776j7272 373#'##3TWTW9KY %3#5!3!3VB4I%J>x6A3#5#"&=3327IICZlUH7NU< Ma˽K3K )33333HFH66K733333#5!3FHPCH>66x#R%4#"32632#"'#53 ,&(/+1vzSH{ 6aV>K}!33632#"'3254#"5HJ+0vzSHJ)-+aV' {K 3632#"'3254#"KI+1vzSHI(/,aV' {F75!.#"'632#"'73267g1aQCCKQztQK@FLe32#"&'##$264&"KH~~elle~~HeUUUqq2nnn(7.5432#5#"#7>?5&#"3&aKuJK #73#!!KqfM|N ?(&#"!!327#"&54632CCQa1eLF@KQtzQK#]V7EcYe(;'P$* NO2;1-*(, KA@Ls3353sNNNnn# 53!533JJNb$ '265353mFNjN=Cl d\nn63254#"'632#"'#'>5!)-+&+0vzSHSt95Q, {4aVДi?V[K/%5!#3!53632#"3254#"HHJ+0vzS(.+ԠaV6 {#?53533#3632#54&#"##uIBmXUH8E<]I<>,472654&+532654#"'632#"327#"54673#'3Z]p|//nq[`knhw|[AyB= BJjd[n[d9OMHHBHAq.?2[L(is%#V;FF*27254&+53254#"'632#"327#"5473#'3Уgu++ԞMY^akzC?EE{r}|>@ BJc[n[d2b22;UP#8%H8)D M0FPIW:?F%653#5$33OPOPA$%>=3#5.=33^WH}J}HW^J3ll鎒ll(%66  3267#"'&#"'6323265.#"(Bigk*Pt0*&*Pt0*&gkTgu~m<12f<12;gu~(%6462"'3267#"'&#"'6323267.#"(ކ5V@AV 4ZF 4ZF V@AVEKLF-#"Y-#")EKL#6"#33>32&65ZUTL39 -):uN@B#%>32&#"#3zOE30$%0/hR-SPB>'<%#6'33'3"#33>32&_rn_q65ZUTL39 -u):uN@B#'33'3>32&#"#3ƌ_rn_qzOE30$%0/hRNSPB>'<%(${$%>32&#"#73$6  726&#"v"IC20 $&0,NcP5B}}|\%V;>%>TgTC($u"%>32&#"#73$462"6264&"v"IC20 $%0-NbQ;ކ [[\\%V;>%>T,#5.675353>&'#5PPPPllPl \\ > \eeee(l#5.4675353>4&'#5B`pp`J`pp`JJJ?FF?J?FF \\ \JJ mm JJ mm-[-53!#5##"&547326=332654'7#"&FCCaCc}cTcU<=MPM=8K$JF=iiWcMtqPcVYtsL-[ 1#5!#5##5#"&547326=332654'7#"&'.??x<aCc}cTcU<=MPM=S?7(%[N7fV=&4*9DO#3!!|CCGD i9%DO53#5!5lCCii9U` 2673"&533#7+##3333dF?ii?g=I* ('SO|SO5%=VV=%XXK`m 2673"&53333#7+##dF?ii? (RZ;C+-R5%=VV=%^6ޠ^(3254#"'632!"'#53533#286.28dSP{ 8rk<;]];#43254#"'632#"'#53533#(/,&+1vzSH||I, {4aV77U5%#'#"'#632/3654&#"32@H6B9PhcY5C,Wge7>:;#sk4.n\(hPS K$%"'##33632#'4&#"327'36>q7IF7sbpk8@/sQIEUVDQCCB [Xb?u_fll_aj5Uz!#!53T^JlڠK!#!53L9C7-T 53!!3##-S<F<-8 535!!3##-|M54&.O:PAUinX(C&Ckdh_K2'>54&#"#!!6|v W\EO?/Jb81bk>KDC< <(`!##333333#5+#GVUFPFTKJ FeS11e2!5##'33533733#5+'#W5NO5J5OAB5Ҷx#$2#"'73254'#"'73254&+532654&#"'632_XS*UZC6 .9n {jcfx//tzTQ[hnvm}Sk154B<L)">@;HHBHA6;9@<[L-$3#"'73254'"#"'73254&+53254#"'632UEEJG(UZC6 .9n cc\Sgu,,ӞMY^akyC? M06J/54B<L)"%8!b22;UP#8%G9)DU`y%3#5+##333 `I#PPDa,CdEK%3#5+%##3373ZBNN`>xU335333###5##UPYI TV IYP@WK133353373#'##5#KIPFONFPޘ퓓#53533#33 ####qPDai`PG54&#"]PPAUinX^N^i&Ckdh_K/632'>54&#"#!#8C|v W\EO?/JIbk>KDC< 6($v""327#"'73254'.54632&hYRj"UZC6 .9n ħbX9<5 ,24B<L)" ɣ@<9($#%#"'73254'.54632&#"3232$UZC6 .9nozQKCCXchSFT;.24B<L* x#=#md`r<`R %#5+#5!#I2CDD2 %#5+#5!#B2̾>x==s 33#|[Tb[5#$ 33#}WL^\@533333##v^[T<bf<($"5353333##5IZW׶L#:M^\M:-`##3333#5+E[]ZLI':rh02t3733#5+'##3TBCTW%ʶx(`Y!#!33#5!#(rP]ICi(!#!33#5!#(MJVBR>t6xK`32733#5+#"&=3XrN:P^J2CS{NjQ(i 'rA?33#5+5#"&=3327IWC+CZlUH7NU<6x Ma˽K3K;%.=353673##qbN;JJM6PP8KJ sxYT && !A%673#5#5.=3536C&II+>FaNH,;F|M]˽C6UE%4&#"#3632#XrN:PPCS{NjQ(x'rK3#3632#54&#"IICZlUH7NU< Ma˽K3T%!.#">32!327#"&'#"&=33xxyS vdt `Q@/B²;=?O^SRA-k%.#"#>32!327#"&'#"&=33#RHKWJhlwzdPMLT`i G8>("W^_Vq Ub(9*p7F?>+$T.5327#"&547.'#"&=3;>32!327#"!.#" n9. 6CZU)u`Q@/B vdtxxy ")L<B460O^SRA-²;=?$k4.#"#>32!327+327#"&547.'#"&=33#RHKWJhlwzdPMLT` n9. 6CZU*J\ G8>("W^_Vq Ub(9*"(L<B451yZ7F?>+s33sV&(\ !32673"&##33333## ?FdF?iiFVUFPFUVF%55%=VVeS11ye2 !32673"&5##'3353373#'#?FdF?ii5NO5J5ON5%55%=VV\Ue2'>54#"#3336[tAHPPDa }rCs`#EK 632'2654#"#33%3cjbpG5MM_:bXeu5!{g=I+ ((,c`(2* Cʏ@A$CdMy`!3#7+#'>`;C+ &$Vy:76ޠΕj> WUq!3#"'73265!#|PQV20%"6-P1[R@3>K !#3!53#"'7326MM(MPV.0%!5*93[R<1U`!33#7+!#|Pg=I+ ((P1iiK`n7#3!533#7+5MM(Ma;C+&'6ޠK`;3273+#535#"&=3XrN:P2I]CS{NjQ(&'rA3+#535#"&=3327I+CWCZlUH7NU<xu Ma˽K3U`k!####3333#7+KMQTh=J+ 'T{HiK`###3333#7+DCJXYa@;HHBHA6;9@<[L-*53!53#"'73254&+53254#"'632?JJEEzrcc\Sgu,,ӞMY^akyC?b M0FP%8!b22;UP#8%G9)D25!32#"'732654&+5754jq}lRTRX\_hICCfar{4A2VTGE>K 5!32#"'732654&+575Mjq}lRTRX\_hICCfar{4A2VTGE>Kk5!###333ZcOSO|SU<<XXK 33###75!(RLR7Z^^{<<Kk53!53###333JJOOSO|S*XXK 33###%53!53(RLR#JJ^^Z(53!536  626&"JJB%*TC(53!53462"6264&"\JJކ [[[b&x?U  53!5333632!"'3254#"JJ>P`P29eSP296*&rku K}  53!5333632#"'3254#"JJHJ+0vzSHJ)-+baV' {-T%#"'7326=+#53!!3#dQZ-0&&6-5C|\Q<3>9<F<-85+#535!!3#3#"'7326/|WLS-0%"6-999:rh023733#"'7326=+'##3TBLS-0%"6,(TW9w\Q<3>97g533333####<]Z^[T<J0<:T<753'33733##'##7AWTWT<<#153#!!#3#4N'JS Z Va@&21 +532#&'##"&546;54&#"'6326=#"N4m^F e@HV69I^QV(8/Ee6irZgGE,006QEWgL;.;/}-3cH8G#!4#"'62#467>#!!#3#Y@; GL%!L"&TJS Z V6)"'@&22="'62#467>542#&'##"&546;54&#"'6326=#"?< GL%!L"&am^F e@HV69I^QV(8/Ee6ir6)"'ZgGE,006QEWgL;.;/}-3cH8G# #7373##'#!!#3#Zd[n>if:B[dJS Z VLP@&2ZE )4#7373##'2#&'##"&546;54&#"'6326=#"d[n>if:B[dm^F e@HV69I^QV(8/Ee6ir҄LPZgGE,006QEWgL;.;/}-3cH8G#  '3%#73#'#!!#3#7>54#!!#3# :4AHOL&!G)[dd[nZ"%JS Z V6)#2n#@&2om;F"'632#467>54#73#'2#&'##"&546;54&#"'6326=#":4 AHOL&!M"'d[n[dm^F e@HV69I^QV(8/Ee6ir76)#&eZgGE,006QEWgL;.;/}-3cH8G#%3253#"'&#"#432#73#'#!!#3#e6"?R,F8"?R+;d[n[dJS Z V#E|,#Omm@&26A3253#"'&#"#432#73#'2#&'##"&546;54&#"'6326=#" 6"?R,F6"?R,:d[n[dm^F e@HV69I^QV(8/Ee6irf#E|,"NƄZgGE,006QEWgL;.;/}-3cH8G#1 #73#'53#!!#3#Zd[n[d(N'JS Z Va@&21 (3#73#'532#&'##"&546;54&#"'6326=#"d[n[d(N4m^F e@HV69I^QV(8/Ee6ir҄_ZgGE,006QEWgL;.;/}-3cH8G#3#732673"&3#'!#!#Lq?FdF?iiZ VIJS3%55%=VV&}2,77332673"&2#&'##"&546;54&#"'6326=#"qf?FdF?iim^F e@HV69I^QV(8/Ee6ir (%55%=VVZgGE,006QEWgL;.;/}-3cH8G#33#"&532673#'!#!#gqLii?FdFZ VIJS3=VV=%55%&}2,7#'3"&532672#&'##"&546;54&#"'6326=#"IKfii?FdFm^F e@HV69I^QV(8/Ee6ir =VV=%55%ZgGE,006QEWgL;.;/}-3cH8G#)-2#467>54#"'32673#'!#.!#L%!L"&Y@; 0?FdF?M> VIJS >M4)"'6%55%3O ( O}2!>I2#467>54#"'32673"&2#&'##"&546;54&#"'6326=#"ԞL%!L"&Y VIJS >M4#F},#O%55%3O ( O}2:E3253#"'&#"#43232673"&2#&'##"&546;54&#"'6326=#" 6"?R/C5"?R,~?FdF?iim^F e@HV69I^QV(8/Ee6irg$H-$Q%55%=VVZgGE,006QEWgL;.;/}-3cH8G#1 32673"&533#'!#!#?FdF?iiNTZ VIJS%55%=VV&}21 ,732673"&532#&'##"&546;54&#"'6326=#"]?FdF?iiN4m^F e@HV69I^QV(8/Ee6ir%55%=VVZgGE,006QEWgL;.;/}-3cH8GU153!!!!!NG[Uf@CC(1 53!.#"327#"&54632NARHKXdPNLT`polvW^_Ub(9*|~ U!4#"'62#467>!!!!!Y?< GL%!L"&G[U6)"'@CC(04#"'62#467>!.#"327#"&54632oY@; GL%!L"&ARHKXdPNLT`polv6)"'dW^_Ub(9*|~ U3253#"'&#"#432!!!!!67"?R-E5"?R-MG[U%H.$R@CC(,3253#"'&#"#432!.#"327#"&54632%8"?R-E5"?R.pARHKXdPNLT`polv%H.$RHW^_Ub(9*|~ Up #7373##'!!!!!+d[n>if:B[dG[ULP@CC(_E '#7373##'327#"&54632%!.#"d[n>if:B[ddPNLT`polvyARHKX҄LPUb(9*|~ :W^_UY  '3%#73#'!!!!!erd[n[dG[Uf4@CC(HE &'3%#73#'!.#"327#"&54632erd[n[dARHKXdPNLT`polv4PW^_Ub(9*|~ U!+"'632##'##73>7>54!!!!!:4AHOL&!G)[dd[nZ"%mG[U6)#2n#@CC(tm%9"'632#467>54#73#'!.#"327#"&54632:4 AHOL&!M"'d[n[dARHKXdPNLT`polv76)#&ePW^_Ub(9*|~ U%3253#"'&#"#432#73#'!!!!!66"?R,F8"?R+;d[n[dG[U#E|,#Omm@CC( 43253#"'&#"#432#73#'!.#"327#"&54632%6"?R,F6"?R,:d[n[dARHKXdPNLT`polvf#E|,"NƄWW^_Ub(9*|~ U1 #73#'53!!!!!+d[n[d(NG[Uf@CC(1 &#73#'53!.#"327#"&54632d[n[d(NARHKXdPNLT`polv҄_W^_Ub(9*|~ G4#"'62#467>3Y@; GL%!L"&V6)"'z&B4#"'62#467>3Y?< GL%!L"&{N6)"'Bs153'3wNRV&s1 53533sNNNNNOnn(1 536  626&"fNtB%TC(1 53462"6264&"Nކ [[[W6  626&"Y@; GL%!L"&GB%6)"'=TC(%4#"'62#467>462"6264&"qY@; GL%!L"&ކ [[[6)"'if:B[dB%LP)TC(aE #7373##'462"6264&"d[n>if:B[dކ [[[҄LP7>546  626&"?:4AHOL&!G)[dd[nZ"%B%6)#2n#TC(vm&."'632#467>54#73#'462"6264&":4 AHOL&!M"'d[n[dކ [[[76)#&e6323254'3#"' 626&"Y@; GL%!L"&Qġb7D:/ %6)"'=T͋Y6.-:ICMYC(/74#"'62#467>46323254'3#"'"6264&"gY@; GL%!L"&oLq7D:/ [[[6)"'F@Y6.-:IC !$|:_JF]5TPNP@pM]07_iJ)Ka$4#"'62#467>3253 &5Y?< GL%!L"&O6)"'AEF*32653#'##"&57"'62#467>545>:_JF]5TP?< GL%!L"&P@pM]07_iJ6)"'K!#73#"' &5332533254'MKqf.:/(&RO!707ICAzY40F'#73326533254'3#"'#'##"&5Kqf5>:_J!7D:/(&F]5TPNP@pMzY4007IC]07_iJK!'3#"' &5332533254'_fq]:/(&RO!707ICAzY40F''3326533254'3#"'#'##"&5fq5>:_J!7D:/(&F]5TPNFP@pMzY4007IC]07_iJK34#"'62#467>32533254'3#"' &5Y?< GL%!L"&O!7D:/(&6)"'AzY4007ICF9"'62#467>54326533254'3#"'#'##"&5 ?< GL%!L"&5>:_J!7D:/(&F]5TP6)"'P@pMzY4007IC]07_iJK/3253#"'&#"#432#"' &5332533254'`7"?R-E5"?R-:/(&RO!7%H.$R07ICAzY40F523253#"'&#"#4326533254'3#"'#'##"&5-D8"?R-E5"?-5>:_J!7D:/(&F]5TP-%H.$RP@pMzY4007IC]07_iJK1!53#"' &5332533254'9N:/(&RO!707ICAzY40F10'53326533254'3#"'#'##"&5N5>:_J!7D:/(&F]5TPP@pMzY4007IC]07_iJ '333#bfq[T<b[5#$  '333#73#fq^NNbQN1 5333#(N[Tb[5#$  5333#73mMNNbQ84#"'62#467>33#Y@; GL%!L"&[T6)"'b[5#$ 4#"'62#467>33#73iY@; GL%!L"&YNNbQ6)"'3253#"'&#"#43233#Y7"?R-E5"?R.[T%H.$Rb[5#$ 3253#"'&#"#43233#738"?R-E5"?R.4NNbQ%H.$RG53GBBPxC5!P(BBP=5!P66=5!66=5!66G5!GBB}$*3!3MHHH5!%5!JJ::;;- #73ddI F #7dII<73#edJ- 3#-dII( #7#73J]d^dCA #73#73?CI^CJ] 7#73#735CI^CJ]n( 3#73#(^ICW]JC< ###5353JJ<A<F#3###535#53533JJ<<<}K"&462V<32&"!!!!327#"&'2MMVx^Tć|z_bT^x5J5~@<9j^5$&$5^j9<@}<m ##'##3373####5b1b37ww846mm-@-uxKb-!))NJ00Fxb''#J00Fd))xsb5!'7 '7N))JF00xb%7 7300Fv))NMxb 7 '7!-!Z))¹))>20000xb ''7 70000))¹))>unKl !! !!bӗ"-.E/##/( ' '#'###/((/C"b..nsl 5!7'!5!'7 '7b..-"/((/## %37 73/##/(bbӗ"-.Mnl 7 '7! !!!7[""5..f.I####/((( ' '7 777'####/(((""5..f. !73#334IVZS`&}-' !2#&#"32737 /P&z]]]]z&P/ ז(-$27.#"'>32#"&5462654&#"tE ^\#j,,}+|rR_dMRabNy ?%眜voOe^Ld`R\eK !5!!5!!5!U[GC&C&@K;7#5373!'7#53#5;5# 39EuE@PFn5HFCaS&aSC&@&|#7'7&546327#"'32654' &#"F8V)}uAF8V)}u-Z\[--Z\[?^*sZɮI^*sZɮF`DF`# #!!+3#[9; Z ;B& 3%!;#3P;Z;PB&(  %#"&46;#"!!; xxXt L tX ֌@VE8EV( v%'7.546;73#3#;#"'7#?#"9R_xK+9%^t76  E7G7,Xt FM}Sk{g@8@3MțVEF >75!.+532+53267F tXxxXt 8EV@֌@VEF>b!&7537+53237+'7#53733267'3.'F7 $9!WgxY$9Pf7?69Xt M<8@h]WkgS@VE86NK3!KTU$!#!#URRJrU$3!3URRrJF$p ! !!5 5p2DSDDDPB5!P>@@Zl5!5#53533#Z>B-????$/#3hOO-$C3#-OO"KaD7'#5'7'75v @ Du6vv6uu6vv6u}U"&462264&"Z??Z?>,,>,?Z??Z,>,,>}K"&462V<BQMC632b2B('Ihnx44>:EI 2Y$(0~@%M-35#333##%#5#533߬'Ihn[99G]%Mcc0#0(2(&#"327#"'##"&46323632.#"326x+*{@<UkkU@<R7;GF<7RCttGKMBANI(2& ,#"'##"&463236324&#"326%.#"326&mR@FF'#''::::2(''((''''7':X:|2p:X:|2p2(s'^' (sK''# 0!##3Oh0# 033#tOh00K9D"#462#4aEވEjZBuuAZK9062653"&53aEވE+jZAuuBZ->32&#"#"'7322SG35 ++J2SG35 ++JEIND [nIND (J+>32&#"#"'732%>32&#"#"'7322SG44 ++J2SG44 ++J2SG35 ++J2SG44 ++JEIND [nIND [IND [nIND #Y+A>32&#"#"'732%>32&#"#"'732%>32&#"#"'732!2RG35 ++K2RG44 ++K2SG44 ++J2SG44 ++J2RG44 ++K2RG44 ++KEIND [nIND [IND [nIND [IND [nIND 2:*1%>54&'7#"'732?.546?>32&#"RD[I:VpdSG44 ++JVqdSG44 ++J_D[J:K iE>bK[f PIND [L[fFIND [ iF>b-uDHO%>54&'7#"'732?##"'732?.546?>32&#"37>32&#"# MTHB_omSG44 ++JSG44 ++J _pnSG44 ++JSG44 ++Jx=MUIBnND?MI wZcytIND [jtIND [l xZcyjIND [`jIND [+,,ND?M(^bfm%>54&'7#"'732?##"'732?##"'732?.546?>32&#"37>32&#"37>32&#"### MTHB_om RG44 ++KSG44 ++J RG35 ++K_onRG44 ++KSG44 ++JRG35 ++KxT>MTIBnND?MI wZcytIND [jtIND [jtIND [l w[cyjIND [`jIND [`jIND [+,,,ND?M707#46?>32&#"7'7654&'#"'7327zCf SG35 ++J\zV*-]UC"SG35 ++J"Iah IND [aa Z))d GmBIND [ r7(4;%7#"'732?.546?>32&#"654&'>7'7'RV*!qCSG35 ++JZviSG35 ++JZvER@2Sw-KfRAZ):IFIND [B_j54'7'#"'732?.546?>32&#"6-w(UKe"*VhSG35 ++JZviSG35 ++JrKfRA)wPs sM g)Z jFIND [B_jhA3M%hA3M@@Z75!%632327#"'&#"`>BiKA35F7.BiKA35F7@@hA3M%hA3MZD575!%5!%632327#"'&#"`>>BiKA35F7.BiKA35G6D<<<>^@@@@|Zv 53%5!%5!%53J^>>^2@@@@|Zv 53%5!%5!%53^>>^2@@@@|Zv 53'5!%5!'53^>>^2@@@@|ZF7537!5!73#!!'7Z<.4B+<4B+@@y@@yZS 75!%5!%5!Z>>>S<<<<<<Zl7537#5!7!5!73#3!!!'7Z%$;'B %$('B S>%@@QDRZo 5!55%5Z>>%@@QCRDZ5!%5!%5%Z>>>M;;::BOZ5!%5!55%5Z>>>M;;::AOB7ab5 5asArAGLGGLUb55%5'55%5UA"AGLGGLGZ-55%%5%\>:>h@TA~AT@Z7%5%'%55%><>hAT@@TA( p3!!"&463!!"ps^/xx8^TfA֌AF $4&#!5!2#!5!2Fs^8xx/^fA֌A(pq!!'7.546;73+"Ҁ9`uxq*9#Q^sXKAXI\kvbAfPEa Fb%32654&'!5!7+'7#5a^saQ&$9f}x$9xNfPHc lAgV `kgSAZy5!3!!"&463!!"d>s^/xx8^/@@fA֋AZy5!4&#!5!2#!5!2Z>>s^8xx/^/@@beA֌AZ[%537.546;73#3!!#!!'7#"d,YjxU(9!z/*ry'9!7^sNC/@XkvcAA{@vbgeP@^Z\$537#53!5!37+!!'?32654&'Zr*z8 '9#\nx])^'9!>^sRF/@{AkAvjZk{@ubfPB_( !!%!.!> &6 *wP*w0*wP*w0( 267%!." &6 W ~ 0 ~~.~0( 727'7'7&"64 &6 ZZOpZkO0/OOұZkOpZ0(7&#"32654' &6 ZxpZxO[0POx{OxZ0( 5! &6  6& <0   ..0Ъ U/33!!UPvFA!#!5!3PvPJFJK%!!#!KPFlK%35!3!KEPEFlF71 5!33#7aOhK<<)71 ##35!աOhK)<<71 33#'5!Oh )u<<#%!7X//$##3WTnTkJ#$933#34UnWkJK$ #4&"#4,RR䷛n}}nP &5326530ԴRR淛n}}n_h753_^܌# 535353^^^^^}YYxph %53!53!53^U^U^܌a3!&a!!!|/&|U.$7!nn.$%!!!.n/na$7!ڶna$!!!|/&n=!!=m&>!!!l.l|U2 )| 2 )!| ]0 U=0 /m>QqN7 N%%m2 >> 2%! !qq>5# AM0 L UAM0 /4{AMN-M AMN%3M5N>FC *i*C ll*ll**-  JJEsO>i  6 &6  ̸H F h #'+/'7'%7'7'7'7'757%53##'3bhEbh86<86<N82 F>}U"&462264&"Z??Z?>,,>,?Z??Z,>,,>H  6".4>2d¯KK¯KKdsK¯KK¯a!!!|/&|Ua %7#7!!!-ѝH6w|/&ڢ' |U]Z %3#7-S60 (D:?&'7?Af^=f3z[7d=p6462"&264&"=ZYY7N66N YYZN77N6 %''/I.P/I/O0#,R $3 >N%#4'&#"#"'&543"3276'&'&546233276=#526'&'#"'&'$ !$9 9FR ̼}}I3$-(@b$# EG̼}+%@01 !($9+) U }}I1+9-@ %#HJ x}+1@E-767!'6!&;2LR+e>iL+VE:9:HƗ06Z;DOM4q "67&&''4>3267rP_Btm=liP)IV4[]9Ƞ$W3R{85u4vC &6  6& f*If*$/ # Q/99a/3 #aQQ/99/ # # # NKN/9999aZ/ 3 #3 #aNNxNN/9999&C7%#!!oIC?C3!5!yI6 ?7 5!3#!#wII/JDr_C ##!3!53IG/\Jsb/!b%_ii__YYa/!>4&'!_ii_%_YYnz !5!!#5! T FF>FFxp!!x(,,n4%%n^]]?uuz455%z^?uRu?]`3/ !&7#33TV^^V_YYʳa/ !>4&'!3#V^^VTr_YY60n4%%%5'75zx)׏FuuF]MFFM]z4%'55%YzWFuRuf]MFFMn/#!#3%!5#35!.&_/IIz/!3#!53#5!&00IbI/@r<6323267#"'&#"2267>3"4-))0))-4-))-))0))-4-))0))-))&*%%*&&*%I&*%%*&&*%%*&I%*&.};67&'.546aedEq^ d{Fte홵̌  ן/''.; !7&?&%67&'.546FA7/A$RA81B*IedEq^ d{Fte"ZY D#[[!Ň  ן/''t #467G2$R'@"LF)O`!t &'7&'#4677/A$B81B*>EG2$R'@]ZY DmM[[!Nf|"LF)O`!\ .53@'R$2G`O)FL"t!+#%4&'.547>54&'7'$sARWKX>SUD-6H_U%i2+.D#D%!j5E<@*;)&4N(?UH*k} !#!%!4LI7LtI}Lu ""'&#"'>3227632&'.! %>%  ,R;ED!!00!#>)x;v#"'..'0k*]O33@O*A+:{!(1%>54'#"&54675#5353!!632&#"6'327@T`Z6d@Kk]Da+:|l#9,j=E($]?`&MDR p54'#"&54675#5353!!632&#">'327Tm}~B|NXuIACB&.G>BsR_40&'xS1]Sf'@~~@ }o0H"uG8=>(7#4%3267#"&54BoH7$G#E#N#A(u2@mۂt }de\qu7#4%3267#"&547FCHME+\/ e-F1=N-}>wb632'>54#"?3"і}pyai3\JwAwTg2@Cf$32'>54#"73"ܣ| ?rYFm=6D%F<f$!632327#"&'.#"''!?3"! +31 ;=C= L)pRG+94>,<3%56f?Af &!632327#"&'.#"''!?3"m "))7A? IKPJ$Ov,Ci )J6PD$B8LD17]g8B$Ek{$*43533#632'654&#"#"&54675#%7&3265E#xtpjX#4>Hmvl0N45W#$*4353!!632'654&#"#"&54675#%7&3265{I/+ފu+/>JWi4XK7E3emX4& @[r C?^K>vOV<*_s$kd<2R!(U+0653673:#"'732>5<."+'%7aHZ%)2 XDUvp5)  !wJ|DuJEoBGEC{XXs $<0,6C0>g! -U, ;A7&?&53673:#"'732>5<&4."+'&'7<1,<'V=;%>.!HV.08 YDUvp5   !tJ|DuJf@fCfB QSJ}!aGUC{XXs !B976C0%I}N"/}ŵg$5&'76767&#"327# 546327&'#527&'#52 I Q OH$@C{ˇl} {wjo!!9=9?@???R`/ApHFALc+?S_/ApHFAKd+K<?9F@9&'.546767̭<46P*,Vq'$67.&(/8|{( !7&?&&'.546767SA7/A$RA81B*; 52P*.T"ZY D#[[!N}(%98/&)19n !533#'>=!'&7oTI.pr3=700K22GBUB&*IZDP aV )7&&'77!533#'>=!8*9!$:)~2K11K2J.pr=D8 .[BC4TIXI X tCUB-JeQT5!#"&5473267:>>Rː8zL>DDs_a-wOx  7&?&%5!#"&5473267;-0<1a=7(=.:>>Rː8zL> J[\l [LUDDqs_a-wOg*&'767&#"!27#".546327&'#52< I XP!\Cvco%q{ ufR%tm8@FI?C(SNEC)GU2aq4e~C]T 67&?&&'767&#"!27#".546327&'#527)+7$W85"9, I WK#UCvco%q{ ufR%tm5&CRE`WAS~GSUGC~(SNEC)GU2aq4^qC}3267#"&547) 5F8i:EAфz ^w@f 7&?&%3267#"&54A33A(VA81B*N 4F8i:FA҄z"T` K#[[!Nz^w@ԲI-)!53!!'>75##"&463235!3264&#"II .jSooSL7K78JJ87?;@Fk] Cmm-lhHHhG9- +37&?&%!53!!'>75##"&463235!264&"<1,<+Z=;%>.I) .jSooSL7JpJJp QSQw!aGU킂?;@Fk] Cmm-lhHHhGH :36%53>7#"&'7326=327#".5#5:3JHgj%8"&&w :OA{C\I+ 6kA6CO3C 5.8*D!8F3<C8W6<B3675367#"&'7326=327#".5"#5263%7&?&IGDv>~%8"&&x z :OA{dtIdd:" :LZ"C/TFC "27&?&63"#"&5473275367!!'60%8&Z8-)92{οrap//&u`Zp I]JnIoGNGJZJN_Ci\IJP-"..;)CF=Z"C/Tg&5367!!>32#"'732654#"'67gJ  788åyx xmH<@P(QC$f=GCuu$pioCbR2(]T 27&?&5367!!>32#"'732654#"'6760%8*^8-)92 J "188åyx xmH<@O%&NGQTJN_CBUCNCti$pioCbR2(>63 !'2654&#"x/qwj=Ett`];X$3 !' 4&#"X'y0`MźI,~yKGJ 7&?&$3 !' 4&#"7)+7$W85"9,'x0CRE`WASMźI,~yK_ %327#"&54675#_;B >KěFs G t5 K #7&?&%5 %327#"&5467';1,<1a<;%=.;B DEě QS\l!aGUFFƓx F z6 I76% !27#"&547&N(). I;EE_FtohC !7&?& !27# 547&'767[<-0<+Z=?!>.)+#N- J[Qw h?UI[Fكa B94/&1&'&'#"&54632253673#'67&#"3265ck`v.eCepepofBN}EJwCmLLDICR>A3a6Q*gX[OMV.BY? EIBh$b29=Tx} 5!%&7#"&54673200K22 ymE;619rjhbDDP `CeT+p0.(W8;M'.6?I763267&'#"&4632654&' #"&5467&67&#"&'32%&#"32B f|%/Ep'3 ?pE[YJL@fXcYEaRK\Q$vZ):0k:&2 ;C+23*Xy34SQMY%u\C 4'&sP~M0*?\u`8h>3䦫^Q`86+"#-8+6353>32&'#"&4632654&#"#'675#.#"32IFcG $1COebRXLVY=lFWQ5],=(2<=1ho_J`J%1+!vYVD39Wp*cf.cvc.2()4M#%>54&'#"&54$3232>Tx?LL-HyΦ٨P('0*+/ 7~Ϡ ^Nza!+#&'#"&54632!5!533%&7&#"3265Ii3H7gqph?=:I;11H22@?C<&2i2I-]TNUCX %_n?FPT %-77&?&!533#&'#"&54632!'&7&#"3265:%:L:/PL4xh8LC1o2E6]TNU׺X !_n?FCW$,4>462#&'#"&54632!5!533.%&$4&"2&#"3265LlL=.Ii2D<grqh>=/Iy%/H11H2g+<++<@?C<6LL60H<2i2E1]TNUBBJ X <++<+&%_n?Fa"!32654'7&'#"&5467'!akk|sxb77M)]^4qcE?nty,E;8FbjNWQ .7&?&!32654'7&'#"&5467'!<1,<+Z=;%>.kk|sxc77M)b]:qc QSQw!aGUE?nty{+E;7IepjNPO*2462"%!32654'7&'#"&5467'!$4&"2LlLLl4kk{sxb67N*b]9qcK+<++<lLLlL|E?nty{+E;7IerjN+<++<,& &,!#"'732654&'.547'!7&%'67z,7A1h^PW8DW)=<1|@e9D60]@X0B_:$M:D[2Ui,A'C5&L>=Y/_CT &,28!#"'732654&'.5475!%7&?&7&%'67j-7@1h]PW9DW)=<2|?(%?"c@2@@e9D60]@X0F [5$M:C\2Ui,A'C5&L>>Y._CSXRogH=&9 >7&%'64&"26#"&'#"'732654&'.5475!5!>32@e9D6eE0]@X+<,,>Y._CB(4&RU7'67>32&'."_9qFQ=/,?h4H+.(;p4Wd2,c32&'."C@:-B.\B17B*qFQ=/,?h4H+.(;pO"_U W#Og!NeWd2,c32&'.""&462"@..@.9qFQ=/,?h4H+.(;pQrQQr/@..@ 4Wd2,c7.'#3#&'#"&546325!5!5!5!.?&%&7&#"3265:%:LKm2O8 em_s?6,t32&#"326511H22+<++ qCC:|5e8eX]PC\CCq$\19BWF,6"&546767!5!653&''>7&'32>H x ooIVS"BJ9B:&)0/vn+35ZxZ)',ZUdCCk"]` 5=)XsP1>0A^C&|SW8:p3I#28B3533#32>54'7#".54767'#"&5463275#%7&32654&#"ZI#ac]]+G/v{~0 ##ARQB3%N%rx'so]*&+%]{{Cbi+%%F`W=('1#^`__$i:E\8Y~;C54&' #"&5467&&#"6'327&F ]p50Fm|xaVcbEa\Rj$)dV,6[|>)9KAr0* >jTV&pD wWsh7<>(^R]Xd+53>7!!!!3254'7#"&547#53467{Ls[Gw GnQC]9JC&CvvH18-otk:WC&Us37632#"'732654&#"&'&''67&'767&E .,N^eV840/8@94( Bd*>5G5;(ZSE>R`*X ]OT` A ;349 <1[!2?$TQ6B 347632#"'732654&#"&'''67&'767&IC2`r{h@I = BF|WE.WK{!'33>753'67&'76=#6C+`Hv}}RI fsD*;bA'[l a_shis;I;%BZ1P'ա'! $a##+3>753'>7.'765#>4&'7Mf\#GPI{*,MDsvtp }|J\?@2 K;3m#>7K hi=,s!!&'#"&546323&#"3265#k,ZPSd]^c)1II2(yy0*>,}6j-[WVCAQ RZ5>uw!!&'#"&546323!&#"3265m.tad}oxt;=MGl?9@8#7:6pliRTYzixGRa >3 #"'73 54#"'6?3"'BRbl|N\MKDL>[4B߄ D ˝O=CH33>32!'2654&#"#K2csWSo JvFz|lm+%654&#"'5!5!63 # 54632654#"32pry,[xdW&Źrj^CIgh#(SR|6UABڋ:R#6/$V-,31/353>32327#"&547654.#"#'675#?Is0:2 /U(.i'92 :I`g1ioiZVk0bP@49[44@Xi;WZ649Cw\i2cii63 !"'73 54&#"'5!5!xg[(oWnb]Cr{Zk@D F NMD=7]ACo$353>32#"'732654&#"#'675#BIp6`iyfB<52GQ?F]B>G2kLD5>iare0FX,PX?%353>32#"'732654&#"#'675#PF`E|{PJC@]mUZfN3Ee8>dSB@R<#"rJwac?*#%,x@RA@FQ!632+6323267#"&'.#"'67&54632$54.#"'%5!7&%7>54#"eWA#;N<") 7$.!Y+.91}8:~m[ $rda9nN>G#h9?8xOD]i$G$&'(2-5<)*#JC*[T)>d r%D:&j{o $-[N)5#"&54%.#"'67#5367!!63267#4'327Bw-/%54#"73";1,<1a<;%=.ܣr ܺ QS\l!aGU?rYFm=6D%Fj2&'732>5<."+'67#53673:#"W5D3WV, Z<_?[9C C&'.H9F!?$/rQ!' ?QVRN 60-Wg#'>=!5!533&7WWOCE'G((Gr#?.bgr? b YCW 7&?&A7/A$RA81B* "ZY D"[[ NBW"2646"&462@..@/53{sQ(*gRIc{AAT(9I",5z 5!'673'>zg(5cL~$kDDk2>[_A@75O 6$7#Eg-_M)n3eMiqIa 6$7#a1tQwʋ6b]"{!53!'$5!#I4G}} BCGi#!53!'>=!#FMW KF_+) !#!!5!#>)BbBBqw !!!!5!![[FFFCu!533##"'73265'67!G&G?HN.!Ӱ|~~@G%Ar:wg!533##"'73265'6$7!gK.QL]TJ&#h{D9R- F &s=JuwU "3!#"'732>=!'>7#5!6K *3(SkZJ*(0TdC  VJ9чE H ;l6@͖FImQ -7&?&%3!#"'732>=!'>7#5!660%8*^8(.92$K*93SkZJ*(0ScD #NGQSCV_fG/' H :j6?~ɑFG\7%%'%'%P YgPv4  F F  F  F RQ !7&?&%7>7%'%''%60%8*^8(.92IP9:gPv5#NGQSCV_F F  F F pH!'67!'$v;6K  1b0.5F`>7'$!'6!&?&7)+# / z95K $d8-)8,CRF0;2CJJNS># '>7!'672c<K}F)D%o)OC4Q7>7!'67!# 7&?&1a<K }60%8*^8(.92%m)UGF*KNGQSCV_O!!5!!Do^Fn J 7!5!!5!&?&7)+3Ne[85"9,CRFF2ZWASC 353!533#'>=!#5#CKhO KUF@F@/Q '7&?&353!533#'>=!#5#:(;O;,<#K^Nx`&K,XE;rb?[F@F 4eq@ 7$7&7&>53I74,+ GH/H"GwG 7$7&?&7&7&>53I77)+7$W8(.8,,! ACRE_CVSGH/H"Gh|5!&''67lF6"@NHH4w@t4TQ5!&'7&''6?&I(7)+0F6"@N8(.8,{HCCR4w@t4CVS6 %#"&5'753%'>7327Y M Z/Is + (=? X&G([Hb<91NO@?( ,Q$*%#"&='753%'>73277&?&wY M Z/Is + (=?7)+7$W80'9,X&G([Hb<91NO@?( CRE_PISws '>77&su PJVELTҧ%H%,mC 7$67&?&7&!M#7)+7 S8-)8, JVELT)1 33CR>fJNS5mO'>7&'767!'>7! C#3g94VlI %FleVICGXt0Q~";\J%7'>7&'767!'>7!&?&7)+ C#2p94VlI &h8-)8,CRFneVFCNNt0Q~1/ECJNSP5!=#52$7!!'>7PtW| QFF(/D,FD<Q!'267!!'>7!5!=#%7&?&cEW} `{"7)+7$W8(.8,"E  FDFCRE_CVS2?'>7&?&2hյF)G"H( H"8C$*im} '>77&?&}ˈ=77&?&7&?&yL7)+7 S8-)8,J--L-L--L. ~=CR>fJNSMP5!!!'>7!f)H{_FFF/E+FQ 7&?&5!!!'>7!7)+7$W8(.8,A}H{_#CRE_CVShFFF/E+| $'#MPBjIj=D.l  7&?&%$'#A33A(VA81B*OP"T` K#[[!NsBjIk=!SPTbDI-G)g5!5!,nKKKKqi5!&''67&'7670|s1zyi.h{)FF؝bf;l_\DQaI=HgR!53!&'#'$!>PLVo/PFjvP:gm&G1Gr'7$!T,G>:ѻ4@ 7'^IbQ^*I+}|U#Am6( 7&?&7'G<1,<'V=;%>.eKZJQIq*J+ QSJ}!aGU&#Am6- 7'4&"26"&462KUJQGP*J9+<++.(,?eيc J[Qw h?U0iEl2d@Gb -&$%.5462327#"&54&"2%/LlL<- ?eيc+<,,<-WB)6LL6/G *l2d@Gb T<,,<+i !'$!  j#G gR7&!5!&'7'$K8-)8,xj4 7)+ 5JNSI[CR#G dP462#"''$!5!&4&"2KjKK5  jz*<**<5KKjK!G I <**<*&9s7>7>32&'.#"&!UPR7%(=^8F3 )*}W(mh p60e:L/08 k&/ %7&?&'>7>32&'.#"\A7/A$RA81B*5=!UPR7%(=^8F3 )*}"ZY D"[[ N/(mh p60e:L/08 &/ !)7>7>32&'.#"4&"26"&462&!UPR7%(=^8F3 )*}W.@..@jQrQQr(mh p60e:L/08 k@//@.rQQrRD!!53!!#"'73265!'6%7&]yPe(IJTBE"HN]E^E\OHVFM+ E ) :Q &,!53!!"'73265!%7&?&677&SyPe(UBE"r7)+7$W8(.8,^JHN],E\OHVsF M+ E )CRE_CVSrY:W%+3!533&5462!#"'73265!'6%7&4&"2SyP$LlL4)(IC[H?!HN]E[E\OHY+<++<{&46LL6,E #M+E *z<++<+g|5!&'7>7g%ܞF>DB:L#GGOe_+-Mk@n~f ?$7$7$~nv   PE 0N CNCON 2N3.L 1L0I7.''676%&Fu[H p!I}SNOx O!C= FCe(dp767&''67&1j9N>sw7{-);im䩀r8gÆAP!!!!327#".=!5!5#1 (<=qoxyNX8%HF==' G 8XOFHf7%'>7'7;L_A66QKLJY TEV42,{BDc)E)>7%'>7'%P'xR8GhS_P_kIm?57WZ5I5C) !3!5!!%b!) BBS !3!5!!;1 -FF1 !!5!5!5!5!H-1BA U !!5!!5!5!-S~JF Fnr !'$!5!n $MMr;*F#QFF" 3'>53RP#I#޶HC 3'>5>7+3P-][)PL"T}IPr+B'_  %6$7!#3EGQ- ={m7#!%!!P^R>G4"6 #!'>=IW* YCOi !'$6=! uT$HgI!533#3##5!53#!!uNN̠HHHxxn z 5!'67!3!!iZ61NWOf}FFnF8oDFa!'>7!5!67! 7Gs#FEZo 7&%'$$'`e %O2DPZDV-8KuQ 7&?&%!'>=!#!57)+7$W80'9,W KF#CRE_PIS*FX3x!#"'732>=#'>7#53653767>]S/ip.b_G6@ C-V3KB9EWIo#'>7#'67I})M9yG B @nW'?3qQ'$6=!#!&'?&', M"8(.8,@@SHgT='CVS<Q #7&?&!533#3##5!53#!!:(;O;,<#NNˠ,XE;rb?[HHHxxdJ 7&!3!!'67!5!&'L8-)8,QNm()iZ61-JNS`DF6@O7nF8nF21sQ7&5!67!5!&'7'>7L8(.8,(Gs"7$0 73CVS|EZoF=':[#F")53j"]B5!].BLLK7.?vdGc^2p+7# 7&?&7.A7/A$RA81B*)?vdGc"ZY D"[[ N2p+x!#!xyS5W5!5~WMMC!!#"/3265!Cb'T@z;(^FV) F +l1-3%327676767#"'.5'7P??4:D@ M.-,NB:I%'$ ՄE R({VaV$&'%52E6?!5!!!#"/32>=!'>[f!FJ9B()5nq0FFqQ8B G /h8S:'767!5!53!!$''67&I2[=TPYRm^uguFF艙:F8YBXxzI 5!5!5!IVlX FFFFDD< !!!!5!wpDUFF< !!&'#!<pP*PFJ>xE'&'%5!!#'$g2V!,N*H9~DD8:u.@-8(75!67!'6!!!3##"/32>7-  N9'OC > +79ZJC 7  iB5f]CxpE *F97!%!!53#53#5!3#3n1[D2, W>ED>EDED5 7!5%!5%!5!!53!3   wwAB(5!!#'$7&'5!IV-)N&FX/jBB<,̚@מr;nBB(3%533533#!#!!##5353KMlOO&DDODJ}D7#%!!3!5352$7!#uRhimFFyD-#DE DF+!!#"/3265!&''>7!#!6=!5wn)T, 6f,:B&!,0%3265367!5!67&'#"'5!'>75!g#(!y[s#6tq1fq/ٔ'O)n`3q(g*f*7:AAUHEE%K9)).HO5I6K8J9MM=cRLҰD&73(7/%267#"&5#&''67&'765#5353!%> F *%"]/#at1hVO0FdX'VVP,MEUS*) "E{Ji9_Cs=kH0>/7 v:q^;gN__(R+NO=FCD2kl1uDhzDV)E+ N.H{F97&!!5!!5!5!5!!!!(,,4,C JBE=DDCDDC4%'-!%3!533#3##!'>7#536=#53&'7a YdNNNNLI7=A AYu6p_=5`A裣EEVwA93]EEY5Efj3dk6PW&]Q%#"'532>5#'67#'>7#5!"JEI~};&!I67sh3DV@\ I Ry(U88kٞFF_di~767&'#"'73267& )vHIRpp,nt;` K #c@:JOO>ONνOE3&''$7!'6!x}(τ!!;Z5YJ h*Kӂ>}xBc53 ):E/2673$7!5!53!;# $'/h%F!2oLPL]DA=5%P#O3EER>6Duq06!!!!!##'67!dttP;Z@AKBD䐁,:("( %!!#"/326=!5!#&'%'67>f(N8qk0&RBGDCDF9\DX9SD'ET*D(E@Zp"n[5y0#%3# $''673$7!5!5#' %!mA=4#R@h$F)"vN>N\Ben~e$H0tCBUB'C|CX)# :!#!5!5#5 %3#5'675#53"&53673267_P_; KKkr ~i h-JZj"rt9:F()QAqAe A5B jnx%E$?p:%K8P,$ , >==)# <35!#335#5# %!#3#3!&'#'67!535#535#5!5#PP9 yzp P pzy0kkkrrrr5AO>kBr=v`BllB`v=rBk>J (#,F!&'#'$7!5!5#5 %53#5'675#5"&53673267s!P!s< IIXt im[1HWcog65A &%n@юsBjjBs/@J ?5AOAK?R<'f77=ML+,* s|+#".54>7!5!3:>/M0+]UM@{øY r(}x98M/ 0HPW'+ =7<8FF^,! ,I1(7!%267#"&5#'67#5353!': J.+,\/0PGN]dZ$"Ef?ZF% ,= -67!! #".546%!5! !:>,?I \A[M 3+SH=:A)v_K_ &)Ci09@"'/)?άAA/9E8-D3753%#"/32>7#327> 7#"'.5'7NL=,-#XF( L6_JIk$  M 987lZNf$%#  -I)6 D 8n.<!5!'CHC(''p'G*F")3327>7#"'.5!#333337L )( 0H 4*6(>WJH`K`G68BR\Q!.XG@b(:7!5!'35#535'$73#3#5!#%267"#".53KNiXr޷IK[H -$!-0-L/>C B6BCv/?IC9?M$. !-+!'-O267#"&53'$77&?&'6726='675367!5!67#"/JG +'$d6M>($@'>(!?">;+B/hkRC}]nuug#?'k]CFIU#* $D"+B*GdkSK`bc)^ A L$*??H3AoL(B*=$V35'35#%#3##5#535+35#53533# #"&5467!5'67!!!3:>$%18D+:02 ()C?/A5 ;4 -P "&*.[67!!5!!;26!!#373535#35#!5!5!'67!3!!"#".=!#!5+5"!&!d&r!h:Y L-! sRJB(mK &K>>9>9LYM)&Ax$ A???????AAAkGj @#100:  Ad1-' "/32653z)T(PI+V)vs5!#"/3265367v(R-nk&(>mFFwU)F*\g2'767!5!!'67!#"/3265!5!&+c]b} 2 6\1hI'R.nk%(TԍP98>T\BB~[" Fub7MSU)D*8F_!A 5967!35#%'67!!3##5##"/326=!5!5!5!5#5%#3<%$,T6WI B'1ZZM(N'pi!'cI9bU8,5/{/?31A+jT+D)j>A}(;}26 D!5!!5!35#35###5!#"/326=!5!5!5!5!5!5+5!5!5!53!!!!!FM*W,eZ0( mhmMErTrERGK/MMM>6/C?4:K>G<77>CC>77D75!5!D`HHdHH5!#"/265!5!!5!!v&R#zsH \HJ"F $#H FFC5!7&''6767!5!!67&ChDb3NHb,FJCDDy4-7 DAAnA67!5!67!'!5!!!!-! L+R zT hqhqB_T! BBQJB<!!!!3!53#537!9L `(W9(wHoEuEEHC4%'!!3!533#3##!'>7#536=#53k0NN&NNXW5JK (DD"cE8;hPDO(D< %#!%!5%!5!'5!5!Nv&&\pp䥥>AAAAA"5!67!'#5!!!37&7&A'Z"3XL+R !] " "+BĶ BBG0B<)D=C<)D=C848<'>736733#6".53673:>75!5! $ I/+KaUGL (6& & F56\A.)AvBf  -PB73#767#5!&''67&5!!3#"'53276767#'+!675!?0+>>J)I? @ 9c&U<BB5JU!!5!53TIID-!327#"'.5#5!53!q9bKPk&'' P75< F '(&F.6-!!5!5332>7#".5#'>=PM J+/*27,v*de)CCx## 2?5CMC !PG?._wAA!'767$''67&!53!!67!&'7DAWWAFBa}}_Pg5i,"PP\XBECkkCEBX[{{Db.hp9tAA*767!5!53!!67'67&6$7&'4DZEPtXq @b>k`~=g. 56ILDqqDh\;g':B*IZW:'lPo<~O@,<!'-!!#"/3265#'>=!5!5'67%7&%Oga&5vk*`d1G])J) Ea9G9;:ܺ4DD 56&#5!%!5!%!5!53!5!#"/326=367N P**S/xs+(3u;wtAPP ??X8SK&B'"3+;.#5!%!5!%!5!53!#"/326=!5!5367!5!N Pk*S/xs+)S+w_:e@@PP?UK&A&P?3&==J,51 *!5!'677&!5!53"/326=+!! m_-]^0u4wPp9Vl'N(Oe7`66m2AAYYD+@U)7;*!5!#5!!!5!53#5!#5!!!#"/326=!$OzPL,Ll(R9Vl'U>BBYb҄CsU)B+t7; ?!5!#5!!!5!53#5!#5!'>733:>7#".5$OzPoKhK.K N%- M .*&69-\HBBY^_%A!|l  $%&*- ! 2@ !&*#!%!5!#5!%!5!!5%!5!5!53!!!#5!LlHI"_  P|N^@7ϩ).77/8;AA;rg==,'6=3&',P*23ܒ`muu`>C C1 #'$;hQw*f16yl0THE* #'6##!5!3N>F(JGOAO'fHE FF5* #'65!5!L/4!9IH)-|W>T;HHHH * /#'6%3!#"/32>5!'>7#536L+6(=ILK%% >xv/  Bn^7Uc@ 0yNBB }xSטS. F >rÍF7>ӡCQ(53.''$!!'>5 PN%v*-z$Wl--2:*#.kk~C9҅;BOBf:bخ* #'63&'/NLV'[G$O"mJE!~HxDeI 7 0#'6#'65#5353!32>7#"&L'2!7Iʁ/zqN GF##J?QnE`F% 53%""繫N,d]+OR)wP,~AA~_{2?)b_"&''6=3'6=3.'9Zg9RKvU3doQk/}Q|0X""u.nP>b7>b7޽a>B܆* #'67&''6767&N36%JG%H`EJ 0dN_1M7H C)=En {) * (#'6!5!5367!5!!!#"/326L+6(=IPEbW@fs$O%WS#! 0yNBB }FqOjDD^FFW'D* #'6!3!5!!5!53!L/4!9I2P-|W>T.EEF- J#'6737537#"/32>7#327>7#"'.5'7M--(?J cMI!H > I $A0/H"  J211N?6IFg t K5Gx"̺9)/E=xh'g#g= 7&-AD@,fG* &#'6'67&'767!5!533#&'K*+!7I"V5F3gLoNaΛaN5T )BJ`u|FFx4E1k* &#'6!533##"/3265!7&L0/"7IOee(U7pi5*"P7#".''%&?&M--(?J L . ,-/"  AZ:D<5 1^J4S K5GzpDbqR%SI%Y|Dm\0IL.U#/ "&''675!!#"/326=!#!$['"J3lg-# P/n?qq?nBBxW(E,p $767'6737&%3&''>ՉO!L8za;e\O-5ba=Jf;$anC-,KBp=D c/~+`n(pwMt0A$Gbq * 7#'66#'>7&'767#5!&'#"/3267&'M+.):K3q 4Yk{W8I`R 8 2$ 4n[/yq"T9E U2L7Brf/wWnCiD LM F 0L0Sr* ,#'>7767!'6!!!&''67&M0("KvJI3U_1v6oD 9s]$jn ddS,R_}lt5<2'BA͈]:B9ih:C6ay * +#'6"/3265##67'6767!K!x.Fl`Z K}mZo20 @/Q F,)%/EP-EV5:V)* "#'6##!53!#5###!#K+("7I=!3267#"&5K$3(7!5!65#3L'2!7IMJSFFK-.Xh#J?Q74kC?C@Z;,lA'4*  #'67#5!!!3!53#5#K+-"6I#h# gL11'R7T EEaEE\Ca\1 -#'6767!5!5!5!53!!3&''67&L)+!7IfFJI*PQxK5Q{bcACzzCAtO0B7]Y;B-Qh: !'#'6%3!!.''67!5!?&K*+!7I5N0 -k))k0 ,3VQ3LN5T FW>CۄC>VF1OX0S: /5#'6327#"&''67&''7&53%6&'K*+!7I3BMn&P&I A,-r3˒;Me-WT^0^SN5T $lNY~ja6D6Ds~~nEt_BY3Z@* #'6!&'#'67!5!53L)+!7IV/[La5b:LK5Q)DG/;D#,$(%7&''6767!5!!67.&''675!A\RDc+<6H"1= """,-35 CuCC|9-s~AA~AA* ,8#'6#"&=#'>7#5353332633##!5!M6/(?Jk? @$oyL  PM^!_5G6@@?:c6>+MAkk+UCC * &#'675!7&''6767#5!!67&L'2!7IW%DjQF"F>A;@7#J?QEEs)90DDD׸s 8  #'6!5!#367!#55!L$3(P?FjaZmK2+"K %!{1Hyi/2LT<`Q=MMVUI?=JY%rY"F5] '39Ar6w , 7#'6#!#=#2>=# '67#536533#"/K$$w4HH(IzCJ8?<SUJ "".S1H0[ h?+?Ce1B(pBB 2 (#'65!#5!53!5!##"/3265L'2!7I^KP"k)Xv-#J?QoopEEW'D+T9 "#'6%!!5!537&5!63M$2):G vOK>-K,pk8M6i%FAE DD F6F - 5#'6&'5!&#67'67 73#327#"'K$3(;Ja n^g~*mu 0/jb ^'BKDAF cZ C^>'D>$FAE @DT?BMDfeCDD;.53 (#'6!!!!#5!#'6#536K)/"6IxN i 2MK:E,O'N;T 'C6E}i 66GU?E'E>* (#'6!&'3##5#53'67!5!53K*+!7IY-[Me4a3MN5T CGAAU;C * &%#!%3#'#'6!5!##"/326MdM+.):KK(T*Px> .T9E DD{V)E 7 <#'6%!#5!#5!53".53673:>7L'2!7I+KK%N 3;> L'/@2@K & IA#J?Q8ؖd!  D @4A 9>E" #% 4&'677&&'#!!#"/3265!5!5#5'673K>P*5k;aESr&Plg# |SE`:ReeRm"v 0},>.9AV(D+A9.>n- 4#'65!46=#'673533#!!.''$7M$2):G F$1@U)FN $f'.v!/%FAE EbP# %;{{CEjC-ji.Cn * Q#'635+365735#35###'>7#'6735#53533533#3#"/32>7#L'2!7I#tc qKqqqqKzum2detK#KqK &':0 #J?QA)$AM$)kLz9>2f7%CRRRR펙* D)KK!4 !#'6!!!!!##'67!P42(?KQ;?X>AJ ([9G{CE~./& 3 2#'65#/>7!#"/326!!+#M11"7#5365L'2!7I+2G+2d7(K!4N LS?KG TS>wJ?QTH?`aE\^O[ED^P0FnD;[1 "&#'6#!#5!!!5!5!5!53!5!M$2):GL5O  "P%f%FAE M5m5??Bmmd * 8>D#'63'>7'67#"&53&'3:>77&67M)/7IKo.v` Us~f-.,]4Ks*Zp4 >O:==VE>GX#N;T xD<8B8I9M:>8&HuKV9CD% ,*. 'rp$rEc!c ; 2#'6%!!5!5367%7&767&''67&L/4!T 'BBwSjy#p.mx4}QST^SBBCbaDAERa17=36=#'#'6%!!#5#&''67&'767+!5!5!535#K)/"6I K+ RBA1>)7J NY/GFN;T BCF?oD` D oR&C%>6L&?10S8FCUU}FF0 * 7#'6#!%!5!3'>3%"#"&5332674M*28IIDOJ\a5WQJB <J &N?T wA743\65B! /q / (1%2!&'#'$7!5!53&''>'67&'n!'P%$nPK PB47E7W4Hb6lK ea-Se'B?;APBYY` BJ?Q5E;nN:C7} IAPy:jTI * &*8#'6767#'67#5!#3'67&33#"/3265K!x.F'+U"3U2v#j +RH HdKM9X2sT*F+; 06#'6#3##"/326=!5!5!5!5#5353!!!7&M$2):Gppp'W\U+ &P>2cJ4R%FAE pB[+C0BpCAkkA2TX1_* 1#'6'>7!5!5#'673533#!#&'#M$2):G&i+@%8C^)I NN%]O4%FAE N?BRD^O% 9'uuCD?xbQ 5 6#'6!5!!5'67#5367!!!#"/326=!#L'2!7I||%H N P$J#WK& N/#J?Qx||,EA$?,0AD1K$A^;#/ &*8!&'3535###5##5##!#"/326=#&'!5'67$fjj~hJJM3U> hXc cXj=TT&RJ'D 'â5n>(9**9(>n7 J#'6%!#5!#5!53".='75'$7%23:62>7M)/"7IJIO.+11R^.hw $ %'MA@#N;Q:Քg D D^@5#/D03!% GEF * ")/#'6533533#3!53#53#67%7&L'2!7IMN}}8}\90Jk3l5f#J?QBEEBe}/A}.5k4~7 1#'6&'67'67'67!5!53!!67K)/"6I&7Gji ??@Sn(O%0[Q5]hL'N;T [DddfL*BT$B =73HD{{DOg.tW1 ,28#'65!6=!5!53!!!!.''67&'%'67K)/"6I6 M"5?$q)*v#>*6C10V$:C9$'N;T C-AkkA'%CgE4kl3Eg;L~sVhdaf *!%)-35#35#5#'6!#3#5%#!#;#xJ!K)/7K۽Mt1uuu#/lSPN;T E/?CC *  &,#'6'>=!#.'%!5!7&7&M*28I w9=7:d+3Gh^, &N?T ;\ߨҔ=K}AA8V@RD$TAP < "W#'6367#67#67#;67#%5367'67!!!3#3##"/3267465!'67K',);G V    N #6w9H  @G >F*6Z9$^ KE7E 1;~~;cVgSyAGs~~AQl5&32A3sA`Z@2"?# ,  * 6#'65!=#'67#5!7!5!3!!#!!.''$7K,)":I E#):M3Yk, -d(/6I2Q 6A s7,)SvAAA')?s A>EpILoE4 * 5#'65!5!5!5!!5#5!#5!5!&''67&'767K$3(A<??bF.!?&AC$?06I"L38O * !%#'6#367+!#!#55!5!M*28IxLL3GM#f &N?T W@9;E?5]@'* :?#'635#35#367#!!!#5#&''67&'767+!5!5#K)/"6IžR I- QBF3A,= H %'N;T ]]]-6`?NN@aDZ D gK%C"66H)?10JrN|c4/ * 6<B#'67&'#'7>7&'767#' 767%&67%7&M)/7I>I>< Ob`5,HUkgo ;6(~Z4^1j1f#N;T A MB me/0?UC0@ ma?- .Zj-r[4en2g * ,#'6!5!67+!#!!;#"&'M*28Idg*H ?mL5_A>G#7&N?T AZw+MADRkff * RX#'6%33#67327#"&''67&'#67#"/326='675#535'673&?&M)/7II A'<:T(<O CPq$yT&j+ ;gA%D/%! 8K 3[V0P <<4;7#N;T CwqZifQMN?;>Z CU)A+D CC!9?gPn o 7 E^#'667!7.'3267#".='67'6276767&>7!&''67&'K,)":Iwf>>AiSA R(;8H(((/.( E,_X>A8J1:A(IInA|oZ=@9I2Q =PNVrm#+ B''' O<3AZ^QQM(7!">aP9'A+OW#AC=F6!+$  -%!5!5%!5!!53!3'67&''67&'+++lH5$I TO0?N7Z5$J NA08A6ABJ6 NIMz=iQ6 HHMf>]H * >#'6#3735%5#!35#%767!5!3#"/326=##5##3&L*/!6IKJ73huXv?1bE JKR/zQ=Qw:{{{)J79AA2NF(?)r9 * 9#'6!5%!5%!5!"#"&=#'>7+!#326L$3(AA>x;>:A K#'667#35#365#'67!3#3267"#"&5#'67##K+("7Ii0#"&|+LJ .76G !c1&&*FK O1Q=94;2fVYcM> ?2; -**9# -5BT@ * )#'6!5!#5!5+!#!#&'#'6M*28Ia{"M8'^"bNf&&N?T aAUJUA@E@ A ?#'6%&''676767&'5!5#'67!!!!.''>7K$3(;Jtc6/8I;H3='7<C0@>h9I ;-q+.xDAF n~08Ban]V+5AK:1`|?AHAwLKxA!sH* "&#'6#!#55!5!5!5!5!M)/6IL=N#$))D]#N;T ?,+,AACC??@@ * .#'6#!%!5!5!5!5!!!!.''>7M*28IL3f.`&qj-0pw&N?T /?Ad@@dABhFtHHtFhB < E#'635#5#!!#"/32>7##'67#'6735!53&'7367L*/!8IM '.&,&_A+ Mm&j I"IJO9Q}G6}- D.RRn@v. A/75C;= >- 1 7#'635#35%35#35##!5!5!53!!!!!!#5!5!5L'2!7IFK'N6;N:#J?Qdjj:djS?cc?SZ??Z 6(.4:>67##'6'67!#&''67&'67$7$7'3S+1lI !x.F/h4E Q1Z`pna@0+4ݍ]G)8JKOC-P 5k (AdD4 B&F?&? 13DC*Z<_([0v?v2[5>4}k A %;A#'6%!67#'>5!53##"/3265!5!537&K'!9KO%M$H+57$/N8FA*UU -M7'6765##33#3#L'2!7II\}4MRjQoiMM#J?QAD_T:0gL(C*6ED~DA7 A#'6'67!5!5!5!5!5!53!!!!!!67.'67'675K()"6Ii<O@3R>5FURv ~.1@Zx ]*DI4T BKc@_>\A]]A\>_@WJCN-UE]8@7؏60A5C ' 1 $*0G#'6##"/3265#5333#'677&767!5!&''67&M!%"7It3C'MQ9A8>.!A"IDATcr?g)aEPk(pNV:/QCS(D 'aC^A~q| ݡDDxR@PvyM=O 6 R#'63&'#&'#353!#5!5!5#5'67#5367#5367!5!67!!!#3#&'#K'!9K"M/%+1OO"HYuT N> EسKmSBH*X )-%7?B4\\AAe4K4JCr>*,;$.?/3?(*;,*>pEJ5K5e A ]g#'6#3=#35'35#!#&'+23:>47"#".=##'67#536533&'#L'2!7I,M RY!$L ""%  J ;.0")*L!VK`_#J?Qelii;ll;i "0CTA $ , 22; /?@^C*wwUooU A :#'6#36735%5#!35###5!53'67+367!!!533L$3(;JCP#OWd*=~K"LdB=ODAF v2DA5v=#53#>=#537!!#"/326=&''#5&''#!5!#'6!F(3;{'F(3;{* :*F8" -"4"F!-#2"K*'K'!9KDp!uBA1Dp!uBAiO)E*Y7*^[-87*^\,8ic[H*X   4 /3!&'!5%!5!&'!5'67!!!#5!#5'65!hP<<  -zvN M&O5_ -((*Q7NsZC:A%#C6CZs!++Q:mxx * '+#'6#!#5%35##35#53533#3!K$!x.F~KLHITM-Q C-f--=ss=AH < *.67!#!#5#'653&'#5!53!#35!( aM.NL'2!7I%PP"\$m_k^l +|+HJ?QB^lAbbArXB * 5H#'633#"/32657&''>767#5!#67&#67'675#5353K!x.FGYK53!#353#3K$!x.FKKqKKH.6=.'LCJԢM-Q :mm55wl9]گ46 6#'667!!53&'#5!5!5!53!!!#3!!!#5!5!M)/"7I0$%<&LN 8j&,N/#N;Q[afVAAUgAp=OO=pAhTA|== * :#'6375!=#'67#5!7!5!3!!#3#.''$7I$!x.F%G1$':O2uh)Z%,x38:P kA s8*'WsAAA')?s A=ClHJlE4 9 &8?#'6353!!&''67#5!6!5!##"/326!#3L'2!7I-O ,#[>K%L1[l%KK#J?QNP/+C K^@`P!A&C%.)BBU)AC; 2 "&*2#'673533#3!535#535335!5%!5!5!#!L'2!7IL||IKaaaM:#J?Q3dd????dll>g++C * #'!5!!5!#!!5!#!#5#'65!ccK5#MxNqK$3(5#'6##'63533#367!#&'@ ""}B</),+C< |31@5/KJ!!1G M@!G .]8g)b@G'XEG[vI& ǹ5 H .a2e*='C/X ?/D1PC1ZDݞVO@H\Z3 )-5#'6!5%!5!'5!>7!!3!#3675!!!#K()"6I&  IM K KMI4T VV8SA6 !+A=:YYA1 ; 6B#'6#5#3:>7#"&=#'>5##5!53!!!5!5!5!L'2!7IM3 F()(]*?w)inKO']-S#J?Qkl &'& 1v,;&`^^BBAA 6 h#'63&'#&'#:>7"#".=!5!5'67#5367#53&'73673673#3#&'#5!K$3(8KI".'8 M $H>;KPJxRahQ#c)E)(B L ,E)sFZ&OAK6DAE ,B;,, ' *+3 V/b:E;oA=1AO2DRVbY[MK:JA86Ai?=5U0Z$  * 2#'67!535#!5!'35#'>53!#!!3#5!#K$!x.FdyL/2=.'L:MLM-Q :mmd=pd9]ۮ4dCp55 A <#'6'6#673#!5#535#5!#3267"#"&5#M*28I2j"]e1BH +&#Z+s&N?T 9Y8@2n>>}AD 058@ 0T* )C#'6!&'5#!5#;5#3&'!5'6!#"/326=##5##5##M0(">I[TYU-s/tttODBcE@&F- tGtHsKN.Q+ATPNjF'0**3$Fh_J'B& 2 +#'6!5%!5!!!#5!5!5+353!!!#L"5(:GRR>N:MN1%BEE jj]?-= c>VE=Oo.@]K-C?U-\A@)BA * -#'6!5%!5%!5!'!!#5!#&'7#'67M*28ImmmM- MKm+e!&^![&N?T hhee:b?|@@AT=QL5/\@B9P 1 C#'6!&'346=#35#'67+!5#5'673&'#!#.'L'2!7I^VYY 7H*EKu.i9A 22&oCIKY'EYf"wbxD(Q @@17#3!#'>7+!!!#"/%3'67#K$3(?9'{;V&'ED.De!2 %0A35##3!5!3#3##5!535#5!5+5!#%#'6%3!5367#53678U[EPZ}R{M?K*+!7IxJ8  N XSIJTT=TAnnAT=9N5T V??#0@0, ) 37;?C#'6!5!#5##5##'>=!!!#"/326=%5#!5#;5#5!K'!9K2@e@eFR:4,i05 @, e eee)H*X k1f9`ϙ<5?z7"#"&536K*,;J?LN 'N (MOvn8 I )!"c.MeP6] 9ek+!- #K+:A7ADaA:C!f )"*,)4.8u#6 A#'635#67#7'67&''##35#53533#367!#&'J!!1Gj@ ""}B<)JnM`G&G .]8g)b@G C/X _'XEG[vI&LEE1ZDݞVO@H\Z 6$6!5!#5!!!#'6!53#5!#5!"/326=#5!#gL38CK$3(V?\\?V>Q7'&'7?&,Kj2K.)6FA'D'I)989131K !" ( .LS+XyBC2A1K;BW4X vhq675 #($ )"4O>3A * -39#'6#!%35'35'35#33#"/326567?&K!x.FxIZYH_K7!'#'667#53&'7367!367!677&'77&'77&'7 lK10$jN-CSL'2!7I0^s!C$> I MQ/,C) A \>V; H+D/3 B wtTH!J?QxCI(CFOI KD5 Q(6Czwn~ o$]i nX/KING F #'+W#'66767#&'32635#35!35'35#7#".5#'67+367!#67&K'2!7ILkkGP*(;  3/*04)< ' VI Lap5/J?QQk   vzzzz5!'>7#5!K*+"6I($K%rNv#KN$vf11;{f881`o$N5T mDDH@>\?IAPPAH@\!\?.}}-AIGV81h? *7;Q67#7#'67&''#'66733533#3##5#537353!!&'#'67#5!* ;*)}P@<+,K'!9K,1E MTTeeM_HWN@h$wNw$p8FQ"'B|26/_7( "/$H*X utf UUA@qq@`@iW=` _=Nr@#4 2?L3!!#5!5!&''6'67&''673&'&'&''6'67&'L_P_D UE%EV@a+t$o$B`Gc va,co){D UE%EV@a+t$o$Fva,co)AA &'*495*P65[i9Lj Jgo>nn> 7&)9L6P52 &'*495*P65[i9Lj 1 9L6P52 2 .9O#'6#3735'5#;5#3##5##5#5353353'>=!!26=##5##!#"/K'!9KxHvMKKM-Z6&HI):#;AH*X m[[[[8XXX[@NNNN@VVV4;[> A\F!A *+/37C3#3#!!#'#'6673673#5#5##33!533533N)6K*+"6I0p9N L LJJL=9Z9ZA0@9:N5T v玢&)(8('?ZZZZZ9Zą F PTX`#'6#3735'5#;5#'!'>5!53!!33##3#"/326=##5##35#53735#35'!!5#53J" 1G|HI &@"1N1118WF HHK  G,X 77775888hb=aƩ7TT=1i@j/7#'67#535#535#53533#I$!s,FD9 ֚I)D (R0b([8;g-n:7&2RM \5pdL8:P Z , Cg FBD֛UP7#'>7#'67K*+"6I||y7G  6K""N 0?/M?(6'Q.F)j1P*D0qQM'v_ N5T 6604M '?0<<?[pM,/'C?'0 d4F'2;d * !%+1K#'6!5%!5!'5!#3!#3675!67%7&%267#"&5367K!x.Fpy I H,M&xW&`+! B L$G>I1\\ @/Q ZZ:WAA;"8]]7J3P99=L7N~8KQI6V7f3~F 6 ")d#'65#5#!35#735#535!#367#%5367+5!5+5#535;53;3#+!#!!#&''67&''67J" 3GU U5!"RLL99LPL<f99f>c) =J58;@(IA, 39 / D35#35#5#%#'6!!5!5!5!5!5!5+535#53533533#3+!!!! ”>K*+"6I6F4 IKKIBT||||N5T xBBJ:D>?TAXXXXAT?>D:#4>!&''673&'!5#3%#3'67+!#67+!#&''&'Af_TT`qD(5DKVy ZQ}+6JVl/b{7\'0G]Ann>3Q44Qb9d*&G`k.Mh5aLaL32XL[* !,i#3735'5#;5#67>7#5#3#3##'6732>=#'>7'675#535+35#535'67336533#"UUIWUWW?L),]I !w.F 8 f <;=]SSDABǜOLSH,PGGGG0GGGQ 'W":=<D(Q =X;/;%3z4n?NL6K*P@sH@J=W_DA) 8JP#'6&'#35#35#5367#' %!#&'!#5'67#!#"/326=!#5!!K'!9Jp   pwU {|g HHHDOViJB]X  GMH*X  L~J>"?0A $ >[/=1sq1"@8V{vU)B)/ U#'667#5!6=!5!5!53&'#53&'73533533673#3!!!!!.''>7K'!9J" 7վc>!;DXE:&Aa"7"sw-/|u#H*X CFT5= :;I>=YRD-X  JJC%)CZZD LRX#'6&'#!5!!5"/326=#5'67&'767#5!67!!67&'#%67%7&K'!9JH+/H)BBfA)' ?9^L8:7382#M <$35.>3@G]D/!qU/X*ta+\H*X T^^TORR}B !4 H3J?9+1?;CA.% #&AI;6@!E@F4H)'ޕAU7]/c>8EX6R,UY&'!5!'#'65367#53533#3#&'#5!#'67#5367#53533#3#&'!'675!_7#$IpK*,;JquuvK4b"!LpM([*l~ wxKlme:19-C1()S\p^>HO7eP6] ?'3@KK@4&?iGFh++ FCm?1)@KK@*0?4B*A@L?,@>ii 3 +/3;#'635'35!#335##3&'73673!5%!5!#!#5K*+!7IJ"$D*+."G&SSKDLN5T VVXXXVW2,3?:800ZZ6S,z, < %)-15G#'667!#!#!!!!5!5!5!5735+3=#3735%53&'#5!53!#3L$3(;J"I5 0S/ NNjNiDAF Z4958x!6>:AA:>68???q====c=85?XX?<1=* #'+/48<@#'635#35%35#35##5!35#35%35#35##5!5!5!5!J$x.GMMN9MbyJ6M-X J0]//-0/b4a55-45gAA@@tAA6 (,J#'667#%35##5'6!#3#5'35#%#53&'#53533#3#3##5#53I$!s,FX l A3PFm0M% _M8:P xpqwW-?^M: &Dv/>XCusAddApxCCC= /u{#'667#!!5!5!5!5!53&'73673!!!33#3267#"&''67&'#67#"/326='675#535'673&?&J" 1GC%h<4<ۡKLI O--P$  ;LF bxr\RC KS7$F:!m$a4J5 G? z/>B/? G,X .5;`??B;?A)5*& 'A?;J@A#B7*6-,4?06PC > O.=2 @MA6< < ?K%,,;.; 4 "'4X\#'65#;5#!3=#37#373567#3533533!#!!#.'#67'675#'6=!5!L&'"7IxxxxxxxxHxi?9#^KxKHZ6*A@FUs,V\U"OW;=DD0Q|AAAAAo??????(56AAAA^h<;)(AY A#C`0x88 < *0JV\#'667!!5%!5!'53&'#5!53!#367%#"'.=3327>'&'7+!!&'7J" 3G$r$e$P/}#E(>'JE%I)FA-=L .(%0*-EU&OTO<1G=GD-X F); DAA5;^@+9AXXA+9@NdjU c/&HgV/2?7)"7 c_"c 4 !%I#'6!5'673&'&'#3%#3'67+!#67+!#&''&'L'2!7IShTh_S:>N/C,+&Ic L=j!#Fj ZZ/JX,H&3:C9#J?Q#22AIB:>>9f(&KZm0!Bj2YDWG0/ZCZ* "&*.R#'6%!#5##5##5!5!5!!5353753535##5##5##367!5!!!#"/326J$x.G;KII9xxJxIxK  E1>,M-X ܣգ8AA44b44b44b44@#??2A @ '3;[#'635#!!5!5!5!53!'67!5!!5!5!5!##5##&'7326=#535!5!#3##"/J" 3Gl,S0.@uN/_FG(773(@B==0<D-X lO1441:77:!'%888T771331 -E@$9@ "V81::18m6"4 , ,48<@DH#'635#5#3#'#3!#!#3675!3!535#!5#;5##35!J$x.Gw]] *9bJavbI#F2N<)iiii]]M-X JMMHCQE>M<2=Jh| %AAJCC2 04M#'635#5#;5#!5!3#3!#535#5353353#3'67&'767!'67##5!#J" 3GݩuvvNԴIKKvvwZ:9PQR4Wt+aKJD-X ?]]]2????AAA]A3< ,-71IG26Lgs <$(-@DHL673#5!#5#'63&'7353!5!#5!#!#&'7#'67'!5%!5%!5!A KKK)+ 5I @cM3K>MU~[ tb]WEEE7+8ϓ`CK5W %"-$8eeAqhs.3:B4%F0=#3q77g7707*  $(26:DHLPT#'635#35#!#!'#3=##3#3';#5##35#35%;#5##35#3575##3J" 3GrK&M@@@@CIJCAAA8CIICAAA~AAAAD-X TZ`ZTTw r;++Űrww;++Űrww7rr7w* #'667!!5%!5%!5!'5!!!3#&'#"&#!&''67&'7#'67.=33:>775!&'7#67'67#5353>7J" 3GvR9<hhh}I85,5 6:</ b:_xE2%KZ{\ FP& @&&11 >R4(M-8JD-X &&x((N((''U== '&D? 44.%A>;@# &.!;+AR> ,U0!V  O>*  9 "&*.S#'65###!#3635#355!5!5!3#3#5##'!5!67#535#53533I" ~1HF'4S->o=,Gz!2IG,fQppKl G,X ?,+Ą@sinnAAACC??dtlA-5@++ZE@4F`A?ff; +3'>5".5332>745"Px|/mf+,+PA  K +#@?:ѱ !)->PD9;M"/;/"#".5#'>=#5!#32>74nK +#+,+x|/mfHA  9;M"/ !x@?:ѱFF->PD?<<7&''676767&'>53%3327>7#"'.p:w;,$oV)d_LS^?O=N !K($?",.7)( F FPC/Ũ" -?:09: 8,5!"#".5#'>7#5!!326M ,$!??) (sN!$OEE;46H+#$I?AEE ;/&*#!#3267"#".5#'>7'!!N$'TJ 4)*YH&goj ;AAO& &0E??7A?6F>7#"'.5'>7'6767!5!53!!67&'7&'32 K($?#OM lq3B1P 3;޼9>>p<&-\. !->;09: *u 0C,CwBccBmBA&*05  66<B7&3'>7'6727>7#"'.53677&V<\K;HN*{ u|(H 2+7%?N hX>]gM)z*o.nt+mqCB8L9I>O*#& 5:6-Y17`%^k?MW7#3!3#326767&''67&sJ -%!YH(MXM$'T2ehO2C0VH\4j>o+ufb46H+&0 8?0~p. ;~75INS!XT6N6Z.\8;1TC2->67353!!!!3:>7#"&5#'>7!5!5#_e.G P@%$  H +)#|? (5퉭+;BE /$"3;> $J9]C&EXI8'+17%"#".5#'>7!5!3!!326&'%'67fM ,$!>>( '{P#+ObOFBHL8]AX946H+#$HA?8CmC ;q!n{}#u01?!5!"#".=#'>7+!5!5!53!!!#3:>~J 2*)7!5!&'#3267"#".=#'>7+'67!&'!5$b$I9$'UJ .#"YH  `N@B$b=2LBA2B lC/5 1-0=% &0ረ$Bn/:(Ci+OJ@HC)A H#3735'!36'67!!#2327>7#"&#.5#'>7##K#-:%"TJ T(<' )$K%$$(/B%oM# 944D#?49 )967#".=#'>7##!5#' %!+T;L/b$#  M121.4.{ KO> OK3J5cYE=*  #$121 +A'}2n]A-? b=?5 7;#!%!5%!5!'>733:>7#".5%3K*!pp=I N$# M .*&,4-5M,"ԕ=@(A$zs +!$-26 0+6%"#".5#'>7#673#!5#535!5!#326sJ .#"XI&ȧuGXVT-0>%  &.4?-6C/t>>A7 1)A 'FL67!65#)5#%'67!!!'$7##3:>7"#".=&'7:3#-2"TJ T(<'d]M#\! K 3,*<=1?D4D@L4994Qd\D#?49QAH? ,!% //9 B:/:C/6@D673#5!#53&'7353#!#3267"#".=#'>7'!5!%#CL@L%E)#PND$'UJ .#"YH  DX:H<345<@R& 1-0=% &0؅#Bj@G<$+I35'35#3#673673!##53#53'>7373:>7#".=~}`p t O KH}} K  %$ M3127;.充?| B:82)9>%qBNBA'g  .'/;=:  9!5!&''65bЧ).7)F]V<>D<\#,!5!5!5!5!5!!!!!&''67'S'""7CAAAA ~AA~A.?#!5!5!!!#"/3265!#'>=#53&''>=#53&'Msfs&K:Vd%! J"3ES2*#<#/:!3ES2*#<#/iDDiP(D%AHA!< A0XB-kh0A!< A0XB-kg/&,2<F!&''67#5!&'!5#!#"/3265#7&7&767&767&5~Yffstm@mMIZA" "JU#NP"JU#NQ5J1LU1K5oQ5J1LU1K5~/DD?EbAb?-8..8G6U%A 'a5&;465&;46cz yz y&!!'3tG)F>G=w'Cj' T+ '677&7&''6766%&l5iFi53DhD6e1aJLJU:8О8_7 D!`I- !!5!5'67&SOFN6EhJi-FFy& #2#$!7#3!53#5353!5367%7&\0|ܭN0Nvp68X14{FBBEEB^c0A-5k5|2#!%!!3!5352$7!#67%7&|Pgliu+%,EED& E<OCOj7sN<[fU7\AVF>GUABYYYYB>< "!5!!5!#!!!5!!&'7#'67NN=pƱ%!trehb@@DP>TJ4-]AB:O &4 '-3%5#;5#!3=#37#3735!533533533367%7&Fꥥ+ꤤFdFFFF{o*v%乹ꪪBllllD\6gE:OX>Z(B I35#53535#535#35&'###5'67#535!5!5#535!5!&'73673!33##!hIIh!h+# F%HRRhe__eO__@bq+qb@bv"".AOAv_%!#!#"/326;rN*'Q *>W/V)DZ7#3!#"/3265!&''>7!#!Nt)T,>K+ Nr7o|V(D+?A>l,VbCB?d!!!%!#"/3265!#L. )T,|N""ENV)D+ q )-33########53!3##"/3265#~hJJMSSSS3U> ##yyiChCT+D+T#$)-13=#37!3##"/326=!##53!5!5!!!5!!KOff'Txs*Mff:\muAP%C%AuW??uuU )1%#!%!5!%#"&=#'>5##!#"/3265#327kIL^L,v]&pJM>&Od-*9DFA<:w"=9:1goW/V)C*&b6 *.2!!7!5%5!)5!5!!#!53!#!#"/326%5!5!Pkj+OjPP(R,eZ1% ,EEEE8FFF?=M/pB?8888a  !5%!5!!5!!5!#!#5!!#5!vv7PP_&(NRKK6KGH+"+1HH!- EIMQ%5!%35'35#3533#3#3!!3##"/326=!#5#53!5!535#535#535335#35!!NмcPhh'Txs*Lhh;x뼼NMMMMM7M88;;7;<4>3P%A%3>4<;7;;8;r;;MH!#5!#HXL@L.,#5!#32>7#".5#'>=JfJRM J+/*27,}*j# 2?5CMC !WJ>B+175!>7!'67##5!#5!!!!3##"/32>7+ MOD+zI>I ,/+X[C[ . ٜӒP@=;CO[. C"<0! 5KQ#5!#5!!!+".5#'>7#5!#;:>##"/3265!5!537&5DKR,MIIHsh]aNO.B@mU7!!!3:>7"#".=#'>7##5&'7+3%$/ iJLJ!^*J<#3Z$$ K 3+*:=0]*L,AI2>L"1/$AWOeטD8Q">(+ (#)+*4IB!za7 ;62-E0"(!5%!5!'!#5!#!5+!!!!67%7&88RI@IOfxs){#aa:ZݜChCC>W9b=7#5!535335!!!5#5!##3&''67&'767!#;:>sMIIHsh]aNO.B@mMR,5DB(C3%1#7V$uQO\-Ob4!U850J#)&''67!$''6767!7&7$cXN[ hN`؂Y~$Z? $(>UF6B}( A`KDCL^bJEArOv']@0J=DD"W@O)'#%##!53!#5###!#%&'7'67FK!NMN9E[@й0@w  jh)doã&*/ -35#&'7'67333!.''$7!5!=#535E[7'!!&'767M715H %=^.p/sEdOZ;]NyOEP~up# ;+/ !CKC<J9?=HR4E2XC~AAc4B#%\<$8C;A75>CC>5x;{k?e?*-f--=ss=AHgk+doŜ)*= +175#5##3673#3#3#3!#'67&'7'67#IоM(52EK jh)doƛ(SAYYA=+d)q%* 7=%35#%&'7'67!#"/3265#3#3!535#535#'>5#!#E[7#5!5#5!53!!!#267#"&=#'67&''>7!&'{jAAAX:VD?e?D>e$`i#O #jE(()`)aTA<<+JHuFsj8LGggk+do)<L:>`b<%$$ )z=A<5A.8$~5"<]J4"A)HP$1 /5;35#35#!#3=#+!5!5!53!!!+&'#'6&'7'67muI6O(Kk pOlAX:VD >k?e?^cc^^o??YY??[Bc nBhgk+doŜ)43 5;A5#5##3673#3#3#3!!!#5!5!5#'67%7&67t KssPil,m3Hy0_B2JalC>GkFQQRR%@  C!5!#5!%35#&'7'675!53!'67#5!5#' 7!#!#!#&'#5-J^AW;VD@o?j@:9P0M$k,q8Ki {'d"iMtЩ)-hi(doƛ&;AA;=>L9?:%?3 E9O;=Gc] J}&'7'67535#'67.53673:>7+3#3#&''676#53&'767!5!3'67#3#;#"&'=4>=D!%A@@$QC=7 JmA!! D0/0* u>82B>z*IE4ND536<4BS|!<Z/N,*y('r$}&~An4&%Pfd5;8C  -,-@nA HK1*Ru8;E]fX&lD\G+5=BMAAj\DC7,2A C=!32>7#"&563;#"&''67&'J *`:B57// ? < ;a G q?ϨΫHO|'zN2$%H>\C::# *KQFLD#A5B`QDRcrT;Uz_NA6327#".5!'>5#"/3265####3533\  <   *4=.$]/!4'{IuHIIhu#OoP2JƿdU)D)WS.kk,327#".5!'>5333#3!533\  <   *4=.$M^IIhu#NpP2JƿdCCC/C!5%!5!%327#".5!3!#367!'>53!535#535#5!#3#M..  <    I *4=.$ҴEE7AIhu#Np$"3)P2Jƿd >>N9I;;I9#1 ;GK7!5!67#6#'67'67&'#5!#67>=!3276745#"&53!5335335!#..B /K/1E!, BN<ICJoKpkg>ABT>.'A#A IZ=/;E0%  ]!F뼼??] 3#5!#3!@NNlOO77R)S767&''67&%3#5!#3!/nFEJuiz7rg4MMUMMq9U|d3co7qv77R(P #3!3#5##!PP7979XZ7!#!#73!#5!#ĬEPlP5xDw77Hg-3333!!3#5!#3!!PMMMMMWj??cDA+18>D'67!5!!3#"/3276767#'!3#5!#7&'67677&If  (^H) \KK\KU7QF:E'*V2(=hI4Go;3mT6UkBBE8  = "/ iy660-Pb)d9Li/3hFT.WIN0Qg-hep'>7#5!#"'532>=;th5]h8,/&Ur}=**R;IFrӚW2 J @Y"%33#"/326"NP(P){u#(x}FU*Hep+767!5!#"'532>5!&''>7&(V\  *) UrpC  [y1hK q5oxf@*:`FpG# J Gp>c=W5Q;MDX-6!%!&'#"/3267&''>7&'767! @BB8 ()!UrqC$* !n3kwsR=!'>7#5'67!&'7&'#"W?"#0z}645iFKuJuKFi567>D+7#5!#"'532>=#"&5'73%3267=~q7ju;:*.$A[b, # T*-*_+_gK2CR3LE_ܡZ4 H vIFLE"MD7D9& 5!%%3"/32653767&''67&]K1UO* M$3v`;ML]d9XQe8af{sD*T*7]` e4|]7l4!%33#"/3265#5!#3###53QKM&Lvn"N{sT*G*DDDCD4#13###'>7#536=#5!#3#33#"/3265K @A9:8 svn^^^JM&J-UO) fqG:=B0rfBBBsT*G)&.%33#"/3265767#'>7#5!#3'67&dKM&J-UO) +BN* Hp2Lq դ,bP{sT*G)%:+;apv7StBB<@?L9U='<'>7#5!#"'532>5367&'#'67!5353@~p9ju;#*.$A[b-+(+: 7)8/=0 4?=K9HTKR3LE_ܡZ4 H CIFqV"BL!WI9 /PDqb9.MF0'1%33#"/3265&'%'67##5#535#5333#dKM&J-UO) -<0D?,,@A?*CMM{sT*G)wuWonDDBgB#1%33#"/32655!2>5#'6+!#!#"/]KM&J-UO) e {2K%)@SN{sT*G)״':^2&BǶ7G# .#&'#'67#535'6733#"/3265Mm:5gI!>.!)ivzqpuL{sT*G)8 "57,C{fCCkm +AACC Ass/'B%33#"/3265#3#"/326=####35#535#'673533#3H~K%J,UO+ 0 K:KGxF6G gK{sT*G*jI#D #h^jAs22h2*xx@s%)-;'6!#3#"/326=####35'!5!33#"/3265;3K̥&>" _K\E 6KL%J,UO)  {?0lS,D+WsT*G)-6 O3&'#!&''67#5!67!53&'73673673!3#&/#"/32>5#'>7#5#VQ/31-E@NxY+ޒ++D8-Z# N 4)F5(UtE@;@*nb,#!H#u 6=Dq:,-92&G;\B9:CK@RR_fd]OV8WC<7B[F1DLr*EKag1OVKD{sU)G*?1I0/:)AAD%CD(1901U:xDrrDe1n`-r1?%33#"/3265#3#"/326=#&'#'675##35#53533H~K%J,UO+ +<.X(XOO'R{IO{sT*G*^XT+A*zwf=Seod>vJXAYY51.<%33#"/3265767#53533#67'67&6$7&'JK%J,UO+ -;8&O:A2b=BJpdoeQ?C]bI:F`{sT*G*46HBCkkCkN4ay#8B,QtF3Ή'sXHf0fIu87 O35#5#33#"/3265'67#'6735#53&'73673#3#"/32>5##5^Kw KL%J,UO) $XK }Ip I{ &> 2 KU}-PsT*G){Cq,A245CC5A)}UjS)D ,UN{*)3B%33#"/32655!&'67&'67&'67'675#5!#67K}M&J+UO) )H2E8OQ1E/mH2E9MN3E/nH2E8OQ1E/ \ڑ^{sT*G*AA[fqd`aXU[fta]dXU[fqd`aX`CAAB?+ "(.7#!%!5%!5%!5!33#"/326567?&K   IL%J.UO(!n::Ck4fF7Hj{{zz7+35#53533#3#3267Ix3VQ. K; 2 Q:'XAYYAXmX=Ucnf>o>zsT*G*5B)-;35'35#'5!&'7367!!#"/326=##%33#"/3265 I$!"KJU@ LKL&K,UO* L||=wA;.:B8C92ADU%D,[ܰ7T*G)0< #'567!#!#553&'#53533#35!%33#"/3265$FLKS@P@#H~K%J,UO+ ]mcg +|+BuUAbbApZB`sT*G*C#C%33#"/3265"/3265!#!#353#5##33#53&'73673H_KY{sT*F+xC &WD*/dtA]MnP\f`Q,)#'5;AGM!67>7!67!3##"/3265#533#"/3265%&'767%'677& :+!M K(e%FNH CKL%J,UO) 18R/RoU Yq~,L>0A+b`.Zg;/ >3AX/A/5AsT*G)-AD/F;M;S@18M+Rr7=]7Z  E!&'5#;5#33#"/3265&''>7+35#5'673&'#3#5SOI׌KL%J,UO) 1b%^kIՍ24tWt(e>MOtsT*G)>5pXGu"D%wJ E!% IX{kPB%E\+< #E67!!5&'!5!33#"/326533#&'#5!'6='67&'7#53FT2=' OC9?K}L%J,UO) L7>^c*KB=Z *WKB,c'4CD5$ v5[sT*G)]AZA/!A 8uO/jz D#)2E%A,#)E%33#"/3265%&'767%'677&5!7!5!3##"/3265#5!7xKL%J,UO) 18R/OoU Yq~,L>0A+b`.ZN ]%FNH v {sT*G),AD/C;M;S@08M*R{7=]7Z=_AAX/A/NAc#0>W%33#"/3265'67#535'$73#&'#5/675#5353#5"&5367267H~K%J,UO+ &UpY TY(SMO 8hzA@K ?-AR@fV=NVa=\7!'67!5!&'7367!#!#"/26=#7&7&373#"/326S:'72HmY'$Y!S#D%"FLESB6 SO`BSO`=KM"G1SH." bmBCCIB?6~A33+0- -AfrP#9 $G44Z44U'> C  $(6!5!#5!35#35!35'35##!#55!33#"/3265'LMKC3K}M&J+UO) whllll:h,K,AAsT*G* JN5#'#33533#"/3265$73#3#3#&'#5'67#535#535#535#3dM````oH~K%J,UO+ $ [y8FF5W(ZMO&U7KK\p9q?l9K zl!  9_!&'5#;5#6#&''67+35#5'673.'#3#'>7&'765#5!&'#"/3267&'K><mmmgIY/9IHhGs"6waRYZOq6AJD49%%  & ("2kW.]MOeAIMs?S31.6NBBDL E"'IV}bDA'EA0FTs,U8lC^ DMN F 5S.Ls2<!=A3535##!#5733#"/32653!535#535#5#53533##3#5!mw2MMJ{K%I,UO(  ='65!5<'v42KM&J,UO( Xf:"07{KJ/6,'(F"/'*C6AsT*G)N@?"'&2++kN6MÏ JTj &9 *OSY35#35#5!%#3735'35#33#"/3265#3#3!535#535#535#535#535333##3'$%mIF$IK%I,UO( N22킂<-h//d0000/0lsT*G).1.77.1.0/;-5885-;0< :A$~'67#7326%75#33#"/3265326='67&''67&''67#'>=3533#!#".=!#67&'#"'%ڟ DW!YYIK%I,UO( V  ^^ U{N =RaC9;M #434,++Y(@55=GJcX?3"N$-:6;FsT*G)A6K638M?+1*9"/'<`ֱ7:2>5+  ':7 )/*;&B.M6>5A I/&-As&'33#"/32652>7#'&''676767&'767#5!"/'>7&'7675#535#5'673&'#3#>767>OE4EHiK).+,sT*F+VUQ @&? 0=*!EK[Iu?&>,<*>26/J7&'#&'HZ ;3.UYZ19Bwa&IIII/^A6 )!3$/Y7 :%/  % ""2kW.\MOA7@L<.N +%3%%cO26<;lbDA'0*70IV}7h,2:.'&VE7e &TFzCmD MN F 5S.JsE0F}IX%)2<-1V`p5"3!#"'532>7!'>7!5!6P,/%UrpE % 5[mE 5TK]4 J #st;FߣFb((3%'67#5!#673!#"/32>5#'>7#536`=wUEL-%% >xv/  Dtb9ZiC C,ECC32xSטS. F >rÍF7>ӡCf6 -%3#%#5##'32>=# '>7#536533#"{MKP6 OX:LH M #%!6HQD??I ?#r:eFb>7!'$7!5!673!#"/3#"/326567&'7$7'$k" `EMG (/'bmxP%Rnf% \|BDK"Xq@m[T+`gc?V?4A?6`zR'A%[*D1pn t'd6i&( ;35'35#675#>7'67!2>5#'>7#536533#"/gY & .Re  ]bC]X M "!5fbѬ>gAQ0B 8rŕn'eC[pO|ӝN. F .4&CZ67#2>7!'>7!5!67!#"/&''67&''67#53673?67!5!&''67&EDS'$) %LOh (/'H&KnX8: 3>'s GM$e=5MS.4cYkwjE`$Q@MIX83 `gr,B'oY?-' `zR'A<1`0@+G/KTA*-1AjX$XGJeAAZE/>2T2&< ,H(F'6767#535#53533#3#67&'7>7#536533#"/32>5#'67&'%% 7/N)2mj%D4135 twK  7fa$ `c>."A EDBssBD1>PpTC6zy7ݡT1 F ?j,36d( H5#'>7#536533#"/32>%'>5!!!#3#"/32>7#'>5d LM9ED hkI%&.XI* 6N=%d+-&E> 898@0j3_C[pn]/ H :`5j֧(BmA,H< B$V.eN8;%2>7!'>7!5!<=3!#"/!#53&'73&'73673#'$,!'Py R=FVIOFVfLJR1 (.J%2>5#'>7#536533#"'53!535367?67&'7&'&''67& ch8`Y y|K  7fS]#Ma2?7i-2=7/<08=TD9=94:./f&\A>k7eCRcaTܟU0 F CCiZj}n1@CXaNH"m{+4sgKO1I@Q=VS11L7>7>7#5#67'67&'767#5353336533#"/32>5#'67&'1G?2J2&25 t/>-U6=BׅfY`O,:)&O`K  7fS2 eh>*3/Ȃ"_Q*1S?ZR3^x"8>.QoF578DCuu?5vv5ߢU1 F ?k,:-{:"( !S5!&'67&'67&'67'675#5!#67>7#536533#"/32>=#'674JH2C8OQ1C/YH2C8OQ1C/ZH2D9MQ1C/G o^}I,/gjI%&.XI* IJ> AA[fqd`aXU[fqd`aXU[fta`aX`CAA1UC[pn]/ H :j(&?((&X!5!2>5#'>7#53653!#"/#3#67#"/326='675367#5#535#53533{3 ae7\W VYL# 5fb96;u;[Y!F"RM |Y]|+%?MS 8rŕm8cCzQn]՜O- F ZB. ? pN&A+` A L!&Z?UU1&G35#35#%#3#&'#'67+35#53532>5#'67#536533#"/HbbbbӪBe#N@ODt&K_KOdg>d] gjK  7faVAXJ@>6Cb_>n'XAYY0>j,gB7}bRݟU0 F M-59=AE%!#"/32>7!'$7!5!67+3&'7#5!#3!!2365#75#%3535 >AImV&#Z!OjM?/6@QU\߂y*CDID?8|A!`&?? /&$,*ZZTTTTTZZ@ <`3535#7#36%33#"&#.5#'67+5'67335362>5#'>7##2327>7#"/Jgdd=K>989-\w];> 'K5#'67#536533#"/53533'677&K4>0Rs `c>`W nqK  7fa9L">=?:,$;(;S(D ' 7#53653!#"'532>5#'67##5#535+35#5#53533533#abb*G~Da47 M "!6fb( \a8%MbEEEHGJJKK?O8RݭC[pn]ӝN. F 8rŕm8*%?O?@UUUU@+(!^35#35#67>7#5#3#3#'35'35#'35'67336533#"'532>=#'>7'675#535+35#Tppppp=8: wooooahT [`nI%&.XI) GH?ayoIGG 0\":=/ H :j' % A K<=4:!,8<@De7>7#'#53533533#3#3267#"&=#'!!##5735'35'35#5#'67#536533#"/32>-(X%KKKKKKU  = E$&68)YJ- ?@@;: svI%&.XI* kF:@U@PPPP@@[=$&$ +sLc$,EA6c@MMMMM7Mi._B==2 H :#6k67#'67!#&'3#"/32>5#'>7#5367''67##"/326='67#53&'767!5!367&'F#,7o6EQ5)TOn[(,C 35'`S"C&gzCJ(394'b7WI E^&nOMA/46E7@a qS@.+BWZV)y #ArS7$D*F,42C_`W:+tUC*1!5\H#H\Z+B/jEyDW?-2;CHAA]a D#9>UF6 s35'35#3&'#33&'#36'5367#53&'73673673#3#&'#"'532>5#'>7#5'#"/326=#'>5367kiii5I1!'/|T"E)1 Lv'G"];O! +-'PD =']q"2'.I: m /<SC\!:A-?03*@@G93MC39CJ9SKZdXcPMX3C2:Cg>I!~x#CW\N:&lM%&&6W'D+9SŮ^=j9( %5;A[!5!!653%'>=3&'/67'67'>=3&'/67'672>7!'$7!5#5!##"/H46 L9a[I <|mK;Z?+C<0A?]XI =rL:\?+C<0A%#S M:f< =@`umll+'/<t_-.0,_2=*^gjFRUI"AOM<t_-.0,^3=+]hkFRUI"AOMN_fe?V5.A"<U!5%!5!33&'#36!5!'67#5!67+35#5353!533#3!!#&'#"/3267#'67#5""M G66A _`OMM߇ _7622?kc:$U OB::1:#(-/&!->1A;-=IIII=- ;=5>]Z"A.[A=1n!+6#26353=##6767&'#"'27#".'#&'!#"/32>7!'$7!5!673''675#5'67#535#53533#3767#53533W <{C2iCO&#,9VO 82& f>>,?))[>AImU&#N# I`<cWtM-!!~~HV$eH 7Y398 8U.lbp1WmaI8F6G'`= x*CBHF?6~A @@/=#A;19;;914&1FAZZ+/ `35#35#5#67>7#+3#3#'5+535#53533533#3536533#"/32>=#'>7'675#535#5ߕIqq1qBi8: tFqOqIGiiKKooKzI%&.XI* HH>bzBToooow2\й?>G@]a%#3'35'5367#'67!#3!3673#3#3#3>7#536533#"/32>=#'!#'6735#'}}}} J(@G/D .'pA~?A loI%&.XI* KM4Kc<}}DDD?44&2Vy&!A71?-<'5)#?D5D5H3\C[pn]/ H :i45pG_pH +6 !'-39s35'5#;5#35#%#5#3+3#67>67%&'7&'7&'7'67336533#"/32>5#''675#535+535#535TppppppoIp39M@=>Q H $/F3">O7! KF  Mj8N"MG%*9 GH `5Jp>8ԛ)$B"/326!'>7! 7&KF  Mj8N"MQ%* =zkAe9 GH `5Jp>8ԛ)7|1F,'>7! #"/326!7&''676767&P7EoM&*&DzB FCAYHC=PCHCG:5Jo =5̝+ DNY %++ DŜ mG''>7! #"/326#'$#'>7#P6N"Kl&*&DzB V&3[Q)}2s+N5Jp7:̝+ DNs7T6M扗G16#'>7!&'#"/3267&''67&'767# 6N"KT :9=./)DzA w3r^P7AW2O^g?I`5Jp7:DX9 D+=Dhچ7Ql1ZOrF<'>7! #"/326!:>7"#".5367P7EoM&*&DzB F(") J 7,-6=5O"!5Jo =5̝+ DN ,&---6 'T@V,FF%>7#"'.=!5!5!32>7!'>7!#"/!32")  N 2/(q^Pk%(% "3 Ib7EoM Z&'7! #"/326#&''67&''67&?L4S/N+Ol6N"K{&*&DzB _!Z4;3*:r3jV9]1X;Km^9c;/MVa5Jp7:̝+ DNƥ0>7-6n7qI'[6W'F,6'>7! #"/326!?67&''67&%3!#3!K7EoM &*&DzB HS2^K8$F&H=59=+EU4WDU7K+JJ5Jo 3:ǟ+ DP,4GNP`jdDB1K1Q988QZ6dDx-27> 7#"'.53$%TI$ L 2-(_H`G;;& P -#?A (A-/>KK'& //P@W6 * ,#'67367327>7#"'.5O?D(JGN/» #$2/'9 K #$",@?,H"'iEE O7S7DTWT.X0' /3#5'67#5327>7#"'.5367;NNs(+H 0+#8BP|2 '6E#61DBSYS (]K5S8* )H35##!'5#67#5!#3#3!!"&'%".53673267KI{D F "8ʫi(9y26*No{.DRH .'~OR:TTזED5 ??i>B9FS@ g5 7!###M@=22O 5BLC-f%.Q;@3S)AMu_ !!!#!!5!5#535!5!!3#M+^+BLC-f??<@@<_ !1!!!#535#5353'>7'6767##33#3#KJMa8:?lT olJJBLC-fk@iAL졣30@/!A 9~C{LAr?vN!!327#"'.5#NLg9bKPk&'' cF< F '(&DM0!3267"#"&5#'>5#!!#!BEH &n4 2B7-*2+ LX# ;47F+ DKdfI=&;(84ZaOE?i !!!#767&''67&'N/}`OBRfj7}j2{ BVC2a7Wmq'wb1ch:cl_,5!=#'67#!!#!!!!!!.''$7<.5<\7K;8~$l(*n$/hAI8%bLC-fB)>AP-;$PP$;X].8%!5!##5##5#53533535367!!!!#5'67!!!#gIIIIOvjPFiPiSE(HaH(1'3:>7#"&=#'>7#5!653!3!!#!5!& G-.+]0$NP_P_ **,7=76~6?/hE'=='EE2+$##!'>7#536='67!3P =\K1@O6 `i#ZhPFWwh0A)XeF@m6 E`=.PeCw26!#!5!#'67!!}PO:SA~BKc^DqD%t*6+C2' &'%'67!#!5!5!5!3!!PEFDP8]DX9eNe}N}ww~yEEC[CW%!!!#!!5!!3!w=Lm!LFn(Fx>W%!3!!!!#!!5L!mL=(nF>xF(B $(,%!!#5!5367!5!#367!#!!%!5!5!!5!>O+"L$O&)M#   U BB=?44-@.-\cssssvvv+1!-!&''67#5!53!#&''63!!#!5!`R-OVCr(/Pk/d|/E-~P_P_C4AR4Q:mR;AaaA@9Sn6hQK=4t^BB/7 !5%!5!!!!!!!#5!5!5+!5*z=cPcO)fjj7#'67#5###535333#"/32>5#'>7#536%33#"/32>5#'>7#5365M,52p\0 <+9bM[[MG 0C0$ b ==653 \_aI 9C0) h ==854 TW(*%-s%B@IK=7wBCdCע:e`1D 8lg?17zA4!:ea0D 7mf?17yA569"/3265!#!5!5!53!!!73673#3##5#535#53&xu +^KvgLgv'C*n*D&LNB+Y?MM?YV(0cKOaPN>l>>l>B(= .2!5!5!)5!73673!!!#5!5!5!#3&'73&5!  Y D,1[;-F)0\P\M)%D1+ bnsssGjWVQFbdBBdQ9MZEnnB HN#3735%5#!35#%###5353"/326=!5!5!#!5!5!533&'73!!#3#%7&DN \M[[Mi_$ JCN2:56CQ#?*eO-UVVVV6NNNCZClB '@5L5?TT0 .7?55@P$7AG7M' 3$%Q%W~MrGoJ17!!73!!!#5!#HPmhNN+ED@@1*",3!535#53533##67'675#53533&'W״O~iY~OOnAA?pp??B%B ?pp~HxHlB%265!#!#"//O)V+bV)F %*%"/3265##!3'>7'7676761f`" Kt"K'?if0F, TW(`>>*veD,F4C/A"+4N%!%265!#!#"/!!#67!(O%O4KF'Ox+ TV)FB^5B.C&A5M67!!327>7#"'.5!#"/32>%'67!!!'>=/8!*3=BME  N)('_M?WO$%)4xf,g"TJg$;5?=D7<1+Z*?63( +#7;6"H}%?KD?09Awj;fة#&-35#35#7&''67!!67&"/3265##!?eK? (pg+hb KrB" 63DD8#FF+ZW((5%"/3265##!%7&''6767#535#53533#3#67&Fhb KeEM:E :94˶N15~l%2F+ZW( F= DDBssBDX %+17#!#"/3265#3'>7'6767676?&%7&sJy"Jf`" J'#oh>*ucF+E 4C+:%+5""x{-6 f3&'#&'!3:>7"#".='67#5!67#5'67367!&'7&'#!#&'#"/3267H#%8QAQM 4$T@=LRJ>K^&6E8PB'6 N :4AjBH;[g_?*P!=7%"/3265##!67!#3#3#67'7367#535#<hb Kep0K)_NNF(>b-22F+ZW(o27?A=@=.B [ AB/ %!H35#75#53'>7'6767676"/3265##5&''67!#67&'7!Go+\`i\0~gi62{6 2xF;@ G>(>>?{&cT:"D5A*5:F,K-7@ C 7X&w L&/ !'62_?NF:5 ( ?!!'>%327>7#"'.5!#"/32>7u--2:*#65!3JSJ/Z0=9X8S99=JdK?WK i'+;$ T$aa]]6Z<HTeC#KR$XV,bU*Cߢj<[ޭ4Z53.''>!3&'73673#353673'67#'#5#'>7##336=#'>5!MpS*7h #vB)exr"@!!9p!C!^FDGC)C'$31FK FB8;; :FFB'+;$ Tkxx|-@XX@.ٜ;31A?L4CA4,@ 1Ag`r_,Sr58+UB@R-KDj<[ޭ4 C!5%!5%!5!67!'6!!'67&'7#'67+!67!5!!!!!&'>ePPx=MN I60__gWN  =rLz ϲL00^11,15..=(W?ߴ>"!*8<1KP7739/! @87!7=AG%#!%35#67'6767!'>5!##"/3265#5353&'75!7&FFTme/C'+;$ TCA.b]& Lt@2K?GmD D;gC-B^o[Iߢj<[ޭ4BKN'E,Bzzyu??\VR  V35'35#67#!'>5!3267#"&='67&''67!#67&'767#53!#3#$%~'+;$ T  ? @o.A4"0>KI;B?o;7?4 c|kk:diz[ڢj<[ޭ9)|01: ([8$ 5W.AX'%# Kha~C =ziC"$  Q#!'35'35#35'35#!'>5!53537&'3#.''#"/326=##!>7$JI&,;%TK-:71=0ZE52P,m1*.@6KgCVl993:WAA2Ai@|&xA8̪ h>[ڱ::7):CB(N9@C1=@L;;H7&''67$%&G{VIo#H|TNPw?30= FAh(<(%%7.''26767!5!5!5!53!!!!67&C]D) nJDJPJ$BEB%$F1 DDBssBDc(9 @7$7$75!67'676767.'7&'!!&'#$7''67hHA-X*4.H** AL@+L%qڋ[ 9?sl;rc#<#!?/' ?NXPA !|Y"$-0,?W2BHS@J8R=B/W#9OU[6%&'7&''676'67.''276767&'7;'276767&'7&'&''$7&'$'$UI)"wCAm^>29M8ſé#0'G#'2f>*3I#4$G#'2f (>=/> } ?j@G9=*8XZ$.?BhR@=N <EK@8+6WJF@8 9QV N;@9<-G>?8f?=} A676!5!&''67&GJWS]ƕ蠞hޗFF߽}UDWSDQ776!5!&''67&%&'7GPYS^ʛ䜧Ri4pMm嚬FF~UF]UFR0^`2eX# '%67#'67!5!3&''67&''6uG G2D|Kr#yÇSsh5vkp%Dbj=@9^g5sO 9'767!'#5367!!!&''67&SABkGJN:9L+ L~یȆm ^l1wBN'4?BC5A}Z9D?ij>D8]c-767!5!&''67&%767!5!&''67& IU}&|-W&_(}g!2_[/CE48+:h(^]~ᝮDDRDWLBL7Rk~DDXT4FMiDgs. !!!&''67&'767!'6biJƎHFCzD9m'BA͆_:B>lk?B;^tnw5<'%%'673673#76!5!&''67&= 4HKRKKI%m*H.\$dj*i4C LU禮DDsMBPwxO>Mx106<767!5!&''67&%3##"/3265#5333#'677& I]u%w+T&[l(fq4K:ҪPZ DBC!?-(?"y족DDwMDRyKBJ~aCS(D 'aC^A幙dz" 135#5#6#3?67!5##5'67#5!!&''67&gzH)S\))M0<0tPv&yQQq*oOi^82-$CQB*EpM@RlpN@JuB "9&'!#53&'"#' %3673#767!5!&''67&"HL6L" 5:%k)E&L:NxMNVĵĤlF@9G=J4CAC"DGOOCJ5*]HRj??^RCkf#CTF%@FL!&'767!5!&''67&'##"/3265#535#5'673.'#677&5VPECIZp$*R}&Ue(amC5MA Ȇ2xlKUfIAJ @$@GGc`裱DDuNDVs}LBJ~AW'D+A~).CbiNC<~s ,h| 'J&''67'67'6767#5333#6?67!'>5!!!&''67&`+&@)*X@2B oE#i`r`>_CMBgF+A!CAA '7I[3&'!5!!5!!5767!5!&''67&3#5!#53533#'67#5!#&'7#7&'#5!#'6761-Y   HQd%Jm%oOYu'vUhHHMZ:/)9[C#Ge!AgIIf*194/.`//EDDsKCOryHBHyF}}-7:2D88cE??517!!!!#5!#!5!5!53! i6NN6iP4'??DF "%!5!#!%'>7! #"/326!BM7EoM&*&DzB FP5Jo =5̝+ DNX 73##!%265##!#"/MXi(O%O4KF.MK<+WV)FK#!%!!'>7&'7Nl/Y6;9v5"'DQ<5E/K;6{N' 73##!#5'6736736L5HFM5!'>7!NNr>B>p@#!ߟ(6p6:Bgix3G)`I 73##!!##"/3265!K5)&t'SEsn@(P]`?#FV( F +l9 7#!%!!!5!##"/326O(9v`)T*Px> >DDV)A.7 #!#=!7&''67676%&NN;v;$0gV+l^LNiF!6S6A~+/,7( E LK  173##!367327>7#"'.5'67K)zN0Ʒ #$2/'9 K##",?@,H"839P]`?#V7`7DSYS .X F94$*6=!&'767!#!53!#5!$''65!XC=;N& KWPQM2 h 'BX)P7!'67#5!!O_ "&"EH L9,z '<=`pO! E OcG<pCC%.P%!5!!#"/3265!!!#5!M1)T*dhM5V7V)E*P@@K 73##!'6=#5!.'K)4{2Y%,-@M>Yv,FWX><D=773#%!!'##!67#"&5467!5!3:>www-1G)K [)G `MFIEzVJ*(3 WV2Cf$B< 6LRL27HAA2 =20: )-67!!&'&'#5!#'67&''67!5!Yz!]qo-5>>O$O?7cWO[gK`$Kp$Z=64gG?C00fE;K;OF7B}-A2* 7!5!%#5!#'673&'75! ZNNn`"鷷!A[55zzA}}AA<1#!#5!!!5!5!5!53!5!NNp[[pP5m5??Bmmbd "#!!!#"/326=!#!#!5'!5!Mm'QvU(+PMcWXV(D+y~X?I' %73##!!533##"/3265!7&K5#}OXX(U7pi5*%DP;E8P]`?#DZ,E0{Z %#!%!5!!#!#"/3265!jJfM4&P *RP<W/V)D??*@$!57#5!#'67&'767!'67!NNMM|BP7WC6j!p? ~PAa66M4"?7pKN/TKrzgW; &B%%!5!'!!'65 %5!#!R7+r9`SK7Lc(B:*EC?"66M;4,236=#%!!#5#$''67&'767+!5!5!535#x;K1 gWM;:8H%KEnP^,IIBF?gEi E w]#C F4D.?26O:FBRR|IH-K 73##!3!5!#53533#Kk(N+VN-FFDDUB !%#!%!5!!#!67!#"/326pK^N#,N$&Pd,*P>0JR@ BCV)D! /!5%!5!5!5!#'67#5367!5!67!5!3#!!h 4H66MSi*`X ]]0"!75l.9gW// eBAo>:2A-:>A$6A%%73#!&'7&'!5##!675!'670gYW{+20m#7#3#%3!!.''67##!3?&Oi wwN& -f()j0K 3VQ3L%XOVpFW>AۄC><1OX0S. #!#55!!#5'$7&'5!NNOV$N2^#5w5BB&ta@}[Qj=eXA573#"/32>=#'>7#5'##!67!&'#53&'pp\/nN>&%/~p"!&K_4G&CS3J%=]PD-M:CȜ53*#@|yoyDɜV!?#/#'!&'7&'!5'675!3#5!#!675!)feeriLir/?OO=<,n>OOn>5>77>5>nnCC=>55w5FK" 73##!6$7!###'67M91NWW8##Mf_#5E-r4F\3&,D;273##3!53!!#'>=!3267#"&5kkJN']m2@I&r (CH&+L.xxCY?;%\|# 64@?  #AF 073#67#'67#5!3&''67&''67##!6ppP^2:A*.(:qVu#{_t'pg;$9ISZ$n3#w)DDUZAdG?IlqE;Dm/ '@ KK3+73#!67!'67!'#7>=3.'K)`)H +V>M(/H-ޟKa)*aq7#'67#'>7#'ppK7I Ene0 !ϕ/'g'^0W&gDW']Pn@˛ 1=`5 F (o9jUЗN8H凚b'wD 773##3"&533267'75367!5!7#"/3265ddJL#K # F!9/Vź{{++cxp#!67+!!!#55!5!NNN2* @A3@5?b@,(!5!!5!5+!!!!&'#'6 L'P%NAFlFA?EAF #!%!5!!!5!5!5!5!5!!!!O/,,C>@BB>t@@t>0 #!'5!3!5!5!3!67%7&K MxM;.o*v%>Z<-"7!5!!!!5!5#'67353#5!#!{*ACk9J POO&?CCPN(:nn66~K  73##!'>5!#./!5!M$:9;8160YO#MV?]7a8UC,(,&'#'5!67#' %!!&'#5!#'675!O33HG#?"lL8NDN:IjD4FPQECCH CIB'LECOH$(,,8+$HVLA@573#.''##36767&'767#5!53!!6767&'kk\:G I57Q:sq7@;OHY6:gaC&1SZo " . 9@ ,\L~1!#R^CxxCxrBP"U\ 1%#!%!5!!'>5!#"/3265!3#3!535#53fIsD}6?>9-"(Txs*25P;V2Or#V)C*U:s<7'!!3##3L15H %=^.e,r6kkJup# ;+/ !CK?>9A +LNA773#7&''67'67##36= 7&=67&kk/?4/ARJ;:5:= I%!0D2:6C@KD4*]PBR<E dia8@3Y҂BF(l8qHD  XI1'73##&'#'##!67#535#53533#ww"P.OLW4K TLSZBBq2@ DBCCF &3##33##3%!5!##"/326HHkkI$c:%Kg,%UZd@ !DDqV)E< %35#!3=#37353##3!#5####KkkI0RKKJZd@ ?$?<' !%)73##3%#5##!53!#5'35#!3=#3735kkINJNKNSZd@ ?Pxx?A㢢I &,273##!$7!!#"/326=!5!&'%'67wwK #YY%D/dX)! _E60B7.('FBE%]Pn@*8DES+B)Ec )eyV/~#/  .7#!!&'#265##!#"/&'!5'67K^yssZ( Ls%O4KFYVVY<HIGZZ4, %V)Dn>)1441)>n] 73##!7!5!5%!5!!53!3K+++lH+VNABA, %73##!3#5!#33#33333#3ppI-IISIIHMHSZd@ (w??TYbDGL73#!32>7!353:>7#*.5'##!67!#"/}}e +)zB4BM '!IC<&,5! !KU(K ""1NP]n0$6AB?3@5<@  " ,?< 鉶 5,=@I5!73#!!!!!##'##!67!*O0,J M)P#J SZ CE䑃@  <# (!#!#=!#&'#'67#535'67PKMn.:AOI8f,6H]R]?+?CeBE-n{0z?B ?+=$: -:7!5!67#7#5!#/>7!!3# ''67&'67&'>T /"QNNJ4+EFrwل]U?*]+J ~i/etAp Xn# a++c1.G {?AOM5=.C;_.I ;EWu6qRjS<++173##'##!67%3##"/3265!5!57&ppTKIh)K>> D/ZU" 7?XEACSZH=(@ D_-E5D%!.  6#!3#!%5#!5#3:>7#".5#'>=!K]H]fRM J+.)?@) *}u; # 13*CMB#$J@d?+~y7 0#5!3#5!%5#!5#5!5!!!#"/32>7!'67KjHj ;z 0!26ezT K4-8wwww==AA*~o$C;D>7`D7 G73##3!#5!#5353".='75'$7%23:>7ddJpJLJN&65.IQ YN  & L 70SZd@ Քg %$D D^@3#/D07)- 5;@ D !173##!7&''6767#5!!67&!!5!5#53533wwK >bH@0/-='2W"NkB{<7I"#9.+Ci~DDnq3DDCvvC=8 $(.6!'67!'6'.''>=3!5!5367#5!#H5H>w7M 1\9Dk+-iMs^,]NNO;)c !B`I05["DxMGo@!R!DDAQ9QF4++c   %+#!%35##'6!#3 $#3'67&'iH`9U[AG+&`vB)V;$,2%'67&'767&%3##!67'5!53!7&n^X6I2HM2G8ZZLsC?F$N5sV7ZL\@?AOdUUbM@AAa[b?!e{#m*sBwwBB0pw-x>6 6:67!&'3##!67!&'#5!#'67&'5!_DG qX\}ppIMKeLrlNL- yNB20Ha X2<=1Zd@ t,@yZG2E 55mB1M=M;*8D/ 473##!536=#53&'73673#!#.''>7ppK(7C2.6@(E(//)`%+p*}n?~?: ECHOGVbRQLCEn@1de/@1k>; &473##!767#5!533!67'67&6$7&'L0+481O=J*1hC;Rln[8G\jR6RkSZd@ :*AOCkkCiV%/^y%9E1SkC1ʊ(kTGh4kJ|7#K ?%35##!5!5!&533&'73!67327#"&''67&!'>>G,Y3J2,8A;3 *F!F+g+$H^%X&y$u9eW<&"͠FbgAAL**L8+">GCǢt8T"b`WP )5!5!;5##!%!5!!#3!3#"/3264 J(RMgzg&P *]}C==<>YV)D< ,73##3#!#=!%.''>7#53533#ddIH?IR&9\\9&FZ J ZSZd@ ;-f-@HyL,^^,L8hAAhD6 S73##37323:>7#".='675367!535#53533#3673#67ddJ%m)#3 L >;3\MNx p=WAAXXB<\YD:O'PBX1>0Ջ6+!??A (I  #!#!#53#!#55!#!#PN}O~MM~OR]h7+W++W+8A $(873##3%#3!5#"&=#'>=#735!#3#5!#35#5!ddI)r'[7!J8O%A*kLҷM^MiSZd@ .V&BR:7%7&nn9MNkkwKkJ+90KR5l6iq<%BE@QB/x;0@}.5k4D4 )73##!3!535#53533#!!5!5#53533#wwK kNNWVg<#AA@vv@AA@xx@>%  $73##!#!#5&''675!5!ppIKNv||x SZd@ *5`5>sHwuHqAA\2, :@7!5!#!767327#"&''67&'!535#53533#!&53!#7&'7MA#@4V$C^H!h(g+ڼMK6>><9_KUg e'9MK`8:?eCAbbAC|eZ!TlD1 *073##3#'6775!##"/3265#5%'67ddJM61`:$7AM#G4A<+! X8iSZd@ >%Me%DDDDbU)D*D BS|':#'!5!#5!#!#&'7#'67'!5%!5%!5!OPy"roRRR~P?9==A<6/H4?0L\%jM"I6 CI<"?*  0D .Qww#J*B u<6.;0SZd@ CgYgl|MKO8;_Wf hA( 373##!!5%!5!&'%'67"/326=!#333I~~'83@55F-h=^hj\eg^kC,HcU%C "&*.73##335#!!!!5!5#535+!%5#;5#535#ddI󄫫{#J5SZd@ ;zx>AA>x;>:<  1#!'5#!5#33&'7+!#3!.''>7!5!K]HfʑPHK,CH]Q@+{ɖ12؎z;Zx<6';7'C\#F"ZZ"F%[C:6 I73##!%##"/326=!5!5367!'67#5367!535#53533#3673#!ssJ%K,gb(" J"84f` -;=>;M.nG?9\0<VR+LN@UN&A+N@:)G,;#=-4A>RR>q giA01=M.3(:B!##5#'>567!5!#67#"/326='675#5353#5!#CzNJF8ZBД^2GN = P>$]KL`MNNn@Ys21@ B ?b > p3?V ? l?TTG++c<B @73##3#3=#35'35#26=##5##35!5!533&'73!!#"/iiI-z. KKK'!7B,.2 XSZd@ Cxx::x+jZASS$$7,AZR)?D 9>73##!35#35#367#!!3#5#&''67&'767+35!5#ssJjdbI- REF0?+< H+LN]]];(`?NN@dBY D gK%C!99G%@10KrN|c%>D  !'!5%!5%!5!3##3!!#67%7&wwwkkJG;Mcg,0Ud%l'j^{{zz7'>36767&>7!&''67&'ggJec99AeQA%J43H '&&d,2(Yc: 2 E1J/9$2GGN?wlL>92]Pn@*Z=PHXqo"B(&' .R>]IAbVPR-(7&>bP:%A)OT$A@5F1$ +/77!5!!!!67.'#67'275#'6=!5!#5!#),OIL2D=S_6upwpC5J"V NN&y <8-&9,2""AZ @#A [8t::++2<<I73#%767&''67&3#"/26=####5'##367#5367!!353__%jeZ,B[Tj&[vX;=.0MJ14"I}CL pw"MSZ:9*.0D322(88J(H ?0#xCBTH17~@ zC2"$C97TA"&*26!5!5!5!5!'6!53!!!3#!5%#3=##!#=!T T2,9LwPw<$d@ @EEM K7#'65!#3#.5!ddIp$Te~NCb( }hUgn?~V:x`#(BkB {Mr" `AMz!Bk}AAC/%.JPV73#!&'7&'!5'67'67##367'67!5!#".=33:>7'&'77&fffNADoQBGF&D#H=L %&S5C@4C7w< @5#;5#5##35#3#7 7!#3#3!!!5!5!535###335#5!5#Nˀˀ__3 jRiiR#f(JaHaJgP<5Dg>A>yAAy>@>a A'773#3!535#535#'67##3>5!#3#3!535#53533#kk]$4:<I"GٳN]P??>]k3'@FS*A]>AA=kk=9 D73##!5!#67&'##"/32>54''67&''67&''67qqIn #;64AM?_2["(BJ&(*_I!!߂ e cP[^{(TRBBD[0nRȃ@v2(Sda!B"=@*c?iB.rR=Qr4(A.=Kr<2 *!5%!5!3##3!!3#!!#5!5!5+35xx__Ir"NMfjjkI)"9D)'PxX'+K]L,sjMLtM .6;e2<4:ƇU&u>86V)A+ !=j^x6'=1>U-U<; 2>73##3267#"&=#'65##5!53!#5#!!5!5#5!__I4D"![)=~s$ςJ M KRx%;SZd@ A $0v-;QĒ^^l BBAAK +/35'35##3=##!!!!#"/32655!Kx)Tun+>__7[_[[6cw\ i*U*C*o:4<@7!5!'35#%67#7&''67&''!'6=!67!##5!#5!AP0eP}\Qx"oK50()8IzM+I (3 NNc ܓ(Mv1UzH,B4T8'?"3DV4*<]1DVDf %A++cAA?% $4:@73##!3&''>567%'673.''>567%'67xxK LNM>F>BE"E$Lh%)r>F>BE"E$q<@>Rs)E::E(uZag_"Qbh{QDtMOtD'uZag_"QbjD? :73##!'67!#"/32>7!!#5!#673#!5#535#ssJG8=K Q34K\SA? MsIwoX^+LNc1 "-AJN4++.D$e=uu=r> 7Ne73##3767#5!&''67&%767#5!&''67&767#5!&''67&?67#5!&''67&ddI+3B!+-2 ">^&Q=DA5>@!N6MYCFV%S;=,7B'32.K&lO@A4B@!V:Q\FQq%kM?n?~V:U265;BB\B*0!!H-:#G8CL8AUBBrR'B!56 :.B1"57=AAZI6/,h99-l6LVEKbAA_7#B(CE';#CR< )73##35#35#5!#3#3!55##3335__Hեƥikk]Fx@ 4BBBBB<A ?73##367!35335!#"/326=#####53&'#5!53!#3#__I, M98A MG4&V M c(8SZd@ U_NfffC!BL]WAbbA`T4# >B'6=3&'677'67%#&'#'##367#535'67%3R']ZJ(u49+B /A2DaC<4)(J%B GY'jq/9 F8ZIGOGl.BC0fY8t6.B@ C?+= Z26 %C73##33#3##5#535#53&'7367!!#"/3265!#!5!5!53!{ddI_G]> @%=7$JK5IOSZd@ 6>l>>l>OJP^NcMYU*C+Y?MM7B;?#!#5735!5!5!5!5!53&'73673!!!!!3673!53&5!RRK vm2K$L2mwL +,,.-p?F;FA.2*6&$'AF;F?p,.4BB+ii?1.26D35#5#367+35#53533#3+&'#'##333#"/3265FFGsk9/CIB2Cf^BIB^DZAA65#3##3'67#5!5##53533533533#+5#!!!#&'#5+aaKk;;MgKMOOMgYcMmss>Ui@%bCYvCI;CRRRRRRCAICnaCez>* 973##!353!5335######367!5!!!#"/3265qqIwFF_F_F^I Z (D. SZd@ ʧ66$,BB5+BC? V73##367!'67&''67&''67#5!67!'67!3#67&'##"/32654'ddIx ecRiZK2K &y$A33AG?])^ :F"0%WC xkB{W 7C K6c=Ii#O:;4J/#;)7A8 { 4ARN6A)S9pP;M 8TW?A=f?K ?P73#67#'%5#3>7#'>7!##367!33!.335#"&=#'3__!'(] /|3C-q/t|H:G (-tkTMWC&>9V#]P>$3&1w+)Üg47,\]>AkBf;@u &?).wA;fBk R\)H}vt>8Z2; !04!5!67!#!#5!!!5!5!5!53!5!&'+5!#!5!YRRrYYrTQcH%(,,=>>=AJJC(#!CZZFQU73#!5!!#"/32>7!3673:>7#".='##!>7+!!%5!ssLr24/.SD$ k :#%"" G1325:-('I.[!I$SZR׵FC4N688   ('' %%@ ' [-S*OO4H "&8%##335#35#3#3##36733"/3265##!%H}LgJ zb8 2xGSB@ pw_AeAhH%2 $(fVZ~F,WL& A !&835#35!35'35#!5%!5!3##!!!#"/326=!#!Y!ffI(8H&M\# M&LOOOO9LHH:HZd@ C3B<A !&*!5%!5!3##3!#5!#5!535!!!#5!``__HM(LN9SLKjj9`Pn@*稨Z==KAA4/%-AKU73#!&''##367#5!&'!75#75&"/326=&'#!&'67&'6}]]uHBBfJVIpVJB!><"@[C5 "@9H)F#>I4-:@ F`Ac?-4*/)5c/)5/8A 'U/8&G6T&L   z {<9 :#5!!#5!%#3%#3.'#67'67#5!!5!53!!!!6J.G.͝靝;H`d";n VUxPx|,C\ܤkkk)H>L)?,Ɓ#@>A ?M@II@AR@9:, R73##3'>7#5!53''675#535#53533#3#6767#5!#"/32>5#!!.'eeIq J/L&ddssMqqff"F`Q7 %1?2 UB8"ok+,SZd@ ZDiBAN0"> r9\m>$A3B "%>c2>%@qkA(B9btU)D ( !3#5!3#5!!5'!5##!=#5#!5#!#5!5!5+!+KjHjNNc\P\MM<[[9W[WWaaaaAABcB?1 ?&'353!5%!5!67#3##!673&'.'#67'676aQPaKMMJ< xxK xO'4BVKgx2e_Y D @s?LJAVVff:^L7DAM<@VmtZC+N@?&=(t?2A H" FE4!5!#!67+!!!#5%!5!!#53&'73&'73673#$` aOl@N!C-!$C."0F'N6N0/6:¹7)@=B(FAF=1=?  A73##!!5%!5%!5!67!'67&''67+367!5!!3!!&'vvJ}}}W?AtH2*:tN>M lM@fpq<@>U88k7758(76A)*.=:Yz"AA:G8)A@??K >73##!!5%!5%!5!3&'7#5!5+367!#3!.''>7vvJzzz|)-~MMV*=hf',ovq<@>fMMMM6M/#>A>1 8+/#>4UA_<=`AU5D' %+MR73#!5%!5%!5!#3!!&'7#'6#3#".=3673267"!!#dd(K v#v{lJBP@M #HC<I & LCKSZu66e77.6j>3B=F93N1?+D 3="=$2 (HI"04:@F!!!#"/32>7!367!3###!67'65!&'77&'77&'7,&U:( / P vvK ?*> < T9P7VAY$u0 BYV/4*H<@J$< nq71}}Xk f^OYYP"=HH=A4 KS73##3#36!5%!5!73267"#"&='67!535#53533673#67!#5!ddI75vvT&n0K"B46D5C豱N5&68XDVÞ!MvSZd@ L%LL6L 8! 0%?.K;L9AA102)FG;.,/76 l,,DA>73#3!535#'67##!67#5!5#535#53&'73673#3#!!!#ssH;q2Ke!p FG[o>`BBo<?B?_>XA:/7DB949AX>_?(4> : !%59K%#3'35#%#5!%35#326='5#35#;5#"/3265!5!5!!#"/#5##5##gFss-K!==s==pb!  .9+=6=GgP<ʢ::/E+B7U*Z??M@6A1 G73##3%5#;5#.'7#6!53'>7#53353353#!!3#&''675##3ddI'>B0$JOJ>a5?5B/ISZd@ eee (k ?% =$?MhbU6 Au6?1 <OU35#35#%5##33#7##3753533#3#3##5#535+35#&'675#53;#"&&'7Waaaa bbbb'eeI"NGMM^H*RF(A-B*Fm|QH(RIX`6XX6`Z6.@ .4:;EE?DH>bb>HcD7Dk;<8<>CG1C-C/76<D7 K73##335##37355!6=!5!5+535#53533533#3#3#!#.''67eeI6MGpHGs @^&+hHSZd@ UD~kkkk]A .?7DALLLLAD7?.Ag.@jBBk>.i.: !NR!5!67!#!#5!!!5!5!5!53!'67#5367#5!&'+5!#!!3#"/32>7#%5#Y KaL~rYYqS/"Rdy#,'W>$ '7A&&++:>>:ADD6?[A A$#A"}f A **ii 4  &*.73##3#5!%35##33#3#!!!!#3%#3}ddI.Kr>AlAKm'UUUUSZd@ >&5#   9DA #X^3267''767!5#3#!53333&''67##365353!!!"#".=%'6oOb*4!Ixee'EFD>':"5KB I-L'$2 7.-95. x;.;9;- >#%#-0XXf_ZZAAgqeZ"$@ c6;5A;5"#*9 KVSP44 M#3=#35'35#7353##3#3#3!!!#5!5!5!535#535#535#53533533#3,҈>ddI?WW?"M;RR;uMMy\smmAssAmSSZd@ mAsMBB蹅>GHHG>KHPG;7AA~AAZd@ ZZ(HH=}7ZZqm7$mJ1rD #\5!35#5#3#'67##36!#!7&''675##35+535#'273+3#"/326=#67&dJdzz=zee09= I+NMCR99J8JzHQwkdIz4E+!&@@YYYYZf"@ h4:BT<`:',8$91'5!#"/#3##5#535+35#53533#%3zxxxnG0}B=)! 1U5wwwI4BvIuZ\!:Add9]UB@ +,Uǫk)V(D=T??TnT?__?TuZ?* [u67##3735'5#;5#3#'26353>7533#6733#"/326=!'>='##367%"&53673267*H譭eeCFggKP "$EUR [7D/()IeDKX-H_]pc.=C')w"*"LLL3HHHZ>I;d<59@4WA"8n),@ QCr ![.97GA$'$  5K <BHNT73#35'35#35'35##3353#3!535#535'##367!#'6&'7&'7&'7~eezQQQQTTTTCQQQQp>>0@MM4IX0F 0A/:B9D q(C*t09B8/SZDDD@@D\ *@ o+,Ab^|_ ]mpviydgt:= #)_!=#3!5#"&=#'67#7353##3&'7#5!5!#35#53&'73673#3#3##"/326=!y &l6CAA$[ gRggHFS*pJFG Bgg Cp_" OEW77S, (8+.@;Q4#Ok44Zd@ TL?-?44>"$+)+( 0>4q4?TK$A &O;J A3 *.2:73##335'35!#335##3&'73673!5%!5!#!#5ddIvG%E'(,G"uuI!MSZd@ VVXXXVW9%3?;601ZZ6S,z,:> %=CI73##3%'!5&'#!!53533533##3#5!#367#5353'7&'67ggH5:`%*KJBcywIvMބHQHMJMHf:B2%/3.225!SZd@ ]O)\S$jSSBB?>7#".5%7&\\KuK"B=,7S`Pg{uB$;$EGM" B373./.^9C.9-SZd@ .);+9Az"1<.9<n@22AXXA5/@^;|OckRS7  )+)  " Z!d``A1"(H%#!#&'7#'67'!5%!5%!5!3##3##5!#5#535335#5353!!353N,ʐlmceapppaaKsJJjjJ_L_JNu4?8@74.I/9+Bu::o;;4:Mp?,GA4444A88N?@@?N884' %+]7#%35'35'35#%3+#5!#3+3677&%67'#"&=##33'675367353#326NKpBJI5_ D] &+S?*D? N1.8b".C 8>>84F R3D7/6E8>v SZ]]ZZ:W @AA/+!9k3<==<>LLLL<>><<<)ݳ "`D#=79@w7#367'+##535#53533#3#7&'#"/3265#'>5'67&'#"/3265#'>=#535#53533#3#767NH#4/&DKKTzuuKxxZ%)3 *".5(=E9G:S0 *#.5)7#'.''>7.'6767&'767#53#"/'>7&'7>75#535#5'673&'#3#>7676@C:-9]B8G2F-B=JU: D!'Y^[gLK(- 6'2'QSZ+.-,sDU)F @+,L>P  @#? ++2=(FPMIn?NcM&>,<+>@.8@a~s< DMJiPiJM=7W--74-#&&$#(Y((.7^3 )'^7-$(;%Z9.< M9)7(1(2%v9999v%2(1  "&E^#5!3#5!35'35#675#%67#75#!5#3##5'67#'65!!35#5!#'673#&''67&'KgHgOT2 zƥ2J24W8LJT8O)B 0F8i%l=>s&q;2ga8828 **R xAAAA;oV >: <599(w 2KL1[OeeIdU?*$3GC,N>)FB+R#E+HS:(# e/Q\%epAT7?&11a111111a11113H#$2Zd@ &(42&*(1#5)<&%*(3'4",g#%3 75#%35'35#>75#%3#'>7##5'67###3!5'263#5!#673#>7#5LL ,5dee:Jm.0I 2 FsI;4X Itt6612 %>>2;4q>>2; 1Z?#w>?#@ wB>AA>I<@D;7< 4Ol5#5##367##3##'673673#3#3#53533#&''&''67%367#53533#&'#'+#;RRRRRR)_ !NQH8C@ V@ >I@@@@MA2'- #*&$0BV/lFwI:(/AF0T#DKKԕؙ@ew<6/OZ3A99$ E>3] C@B?@AVVA6BI`6N:/'**9!N?9zL7_n>AA>SQ6HMm^-@W #!#=!N:Nb*-f-CNR #!#=!3.''>5LDLT0L/Y''Z/*-f-@HuC;.fe/;BM!)#"&5#'>5#!5#32!#5!#OdJL,362+-*-9GENLJL,LXdb1;' 65&ZYT@:??Z  #!#53##!!M4M6If7\7 k`R "#!#=!3!!.''>7!5!LDLT1J {/^$%_/{ *-f-@HAr<:/[\/:;sAR !'#!#=!##"/3265!5!537&LDLTkD8g_($ ZKj?JB@?*-f-@H,AY*A.;Akk&^~#vN !#!#=!%&'#'67#5!53!#MLMN,]J],^J^*-f-@H;e;AAM -135##!#5##5#'>7#5365#53533533#!LNLG?92.5 FGJ4qV-f-^A?]1-&H2AFwA~~~~AHR +#!#=!7&?&767&''67&LDLTd;H2=4q;;9;.z^=Zox+vzs)i{*-f-@HB#la!g"[n];:A@Y6YFfL6FY@R  #!#5%!5!#35!5!53!!3!LDL2JJsT*-f--=pp=AHM %#!#5'&'7!%!!5!5#535#5!#3#LNLpC,696:J{ 4*-f-T1'@FD>>:<<:H!?#!#55#32%#!#"&=#'>267!'>5#5!53!!!#"/LXL>/o_MT0y]v/oI( 04YbMI1D0uO/-p-~U':"=k^o-7)O;YL5.c<^^<%"l<H ;C#3735'5#;5#!!5##5##35!5!533&'73!3#"/326#5!#ΩLz@/LI Lx!@)!=,#C6L@L_TTTT5PPP+<8977!98q2#; --pH l7!!3&'#&'#!#5!#323276767"#"&='67#5367#5'673673&'7&'#3#&'#"/3267@@XL@L#hB #D88=84]Gq(7.g:5&A +3-kH.+"sCVLE,2KK! )%( --  !  $6,:-M9+#-0-$Rp71=A =70.#da"9&0*$9L.:+Ho=25H >F#!'35#!!'67'67&'!5!&533&'73#67327#"&'#5!#'Hҏ@{ 1F;8\JZ634'' !*>)@  ; .!=2VL@L:J1A .-7Y?,/.(&?rXwo-u[<7G--pH ]7!!3&'#&'##5!#267#"&=!5#5'67#5367#53&'73673673#3#&'#5!@@ ;L@L4AIGI>EIa\Hg'8' EA %8hCVTE@)&), --pSF '&' 1?,L3:,N8('7 857>? =757+-7-"8L.:0K"7 H$,<7!!!5!&'#5'67+5!#67#5!##!!5!5#53533@FwJ%,jMj pJک R>8*8L@LL_U*.FD|D:7DS ( +2+1X--p;77;644H #'+37!!!5!#5!#!#&'7#'67'!5%!5%!5!#5!#@FHTJWh[Zf~~~mL@LƓ9eO&*83'.*7"8.e33_33+3N--pH ^#3735'5#;5#.'#6!#5!#%&'7#5!5'675+535!5!5!!!!!3#&'"#3##"/326=!СH顡~SUXK>K`DN!QG+@+.&ii; kU K?....%,,,%--3*)6:2($8.:.8$/$* ?6688 *(/<!!!!5!!5!JJEQFFE.%7'67#53533#67'6=#5!.'6BFKX>4{2Y%,FBBCQ>Yv,FWX><, !!'>!!5!!5!53!!x'&.29*"?eNCg:aDDbBB!F(5!67!!#'675367!!5!#53533#?7LGjO73EBH6+Mo+ND?/ :)Dp5$K.?L?HDD$BBF4!!5!5!5!53!!!!5!5!5!53!!rr%P%9P9AA@vv@AA@xx@.-P37537#"/32>7#3:>7#".5'#67'67#535337MJ!-0 > J3*%4 I $F<9AJAe J5$7%3#67'67#535NWW8DJ'擓,< 5M~~F\3J5E-rCFI0EC'"3#67'67#5353!533333# >D 78kk:YKMCo!CN/GCFFp D*4!!!&''67&'767!'67'67#53533#676'%7t[#cn e`3F0P]05 -AjjMJ@'BAʉ_:B=gj:C8b|jr5<0;F-G CCs"{$9.283#67'67#535'>7!#"/32>7!5!67kkH7 B-kk4f>h?07"5!!!#"/32>7!'>5#5!533#67'67#535+P$@<4vi/!sr8]b, NR>D >5ooDIMG H LwX8FD#C|!CH3EC.3 367!'67!>=3.'3#67'67#535dn.G +V>M(.JnKa)*a^b*8Fzz71Ex%gpx::B*kk)[B&CR,FB"(&'#'67#53533#67'6!5!#|u4tqLg "TssLzzG#so ;FER-G CC~ 5DD22,)%!!5!5!5!3!%67&'%67&'|QPJ̖%L UD7>A6XπL bN<@N,NBBA>AJKq.]~d4QBu*|ezg);&95!53!#'>=!3267#"&53#67'67#535L N]m2@I&r $C !#!E$>D C1ppCxxCY?;%\|# 6FJF#AC!CJ2EC)1A35#767!'67'67#53533#6765353!'67#3&''67& B7S\:~m8 E*kkLii2<M+>#Ekdsqg[WcԺ;=FD*GCCjaaCLF 8:ArR,B-ab,B'Xa '2%#5##!53!#5'35#!3=#3735%3#67'67#535MKMLMhWW:| +?ee?Pxx?A㢢C| EJ+EC' #%!5!#!5!5!3#67'67#535hKO*>D 78kk[OBBICo!CN/GC)"*.!5!##5353!533##53#67'67#535!XLMMLXLMMLK: C1ppp@BBT@&CFM.EC!"(.3#67'67#535!!!#!5!!5!&'7%'67tt1Q >-gg*"NC:9C4?)LBF,Cs&CM0GCQuEPEBqobz{+ &9#'6%3##"/3265!5!57&3#67'67#535K&=8K== D/ZU# G>XE@CrjjG- %JkkCG<> D_-E5D%!C~CL1C C4 26%5#'#335% %!#3#3!!!5!5!535#535#5!5##3ӷP9 zxnnxzJÇH5D f>A>yAAy>A>a 'G V!32>7!35#*.5'67#67'67#5353367!#"/#3:>7 *% G@:&,5! 4xU7 8FzzK}K%K ""1N)z?2??0$6A5<@  " 1 9Q!DO.FC: 5,=@B?3@5/3A35#!!!5!5!5!5#5#'>7#536=#5!#3#3!'33#"/3265[GC A<:58 zmiiiF@JM&J-UO)!DK$>AA?S\{/4)`IA$KAAAnauT+C)%; =6$7&'3#6767&'767#5!53!!67''67#5357*a8K^lV6Tpl7Rxiuc+481 O=J:#kC;R /Doo1ˉ(jQGl4mM8]C-&-OrH:*AOCkkCiV3#`y%9(\.FC$5!5%!5!533#67'67#5'67!#67.'#67vvMvv/D8:pH#!7]Q1SaMn}-}hz  CxBB>*D}BCD[GA[,^ER2@5׍A5.#!43#5!##'>5$7!!!53#67'67#535KMML@9>7; .F"';B:xxfM66O'L!5F-/NB4CACCH+EC' '%#!%!5%!5!'5!5!3#67'67#535KQaay*>D 78kkp䥥>AAAAICo!CN/GC$*:533#67'67#5%7&''6767#5!!67&!!5!5#53533Mvv/D8:p=pO@26/-X%4(Ll,N)BB>*D}BG##O.Ci~DDiu:DDCvvC=>35#3#67'67#535&'7#5!673#3###'>7#5365uu1Q >-ggK,1G+2Z7(K!4N LS>KF TS>hC}&CL1GCTH?`aE\^O[ED^P0FnD,j 1,%'67#53533#6!!533!!!&'##5 C5ssLzzTT1P1Ϙ}&nPFR6CBB`"rCC3n@D*HU%Me%D-C"AT3ECSDDDbT*D*D BS|'A&G&'#67'67#53533'676767&'5!5#'67!!!!.''>7w\6 7k<< -AjjM\6H9H.@2*X//A=g7J5+l)-sry/C<=F*C ??bmV]8)AI;0az ?AHAvLJwA!sH" $735#!!!!5!5#5!5+!%5#;5#535#'67#53533#6 f4KA >5nnMUU&Lzx>AA>x;>:B;,C{BB?V73#67327#"&''67&#3#"/3265#'67'67#53533#676=!&533&'A=8 8%C4U >E$JP|1W+   \>(jD*} 3?nnHdd:/EK08&0(C˙n̄6P!TY_M6Twt<0 BH#%FP?+CCCxH))H%!B 6I#3=#35'35#26=##5##!5!5!533&'73!!#"/3#67'67#535W. KK'K'!7B,92 XZZ.* ~ 74ggTxx::x+jZASS$$7,AZR)? CBV0EC''%;#5'67#53533#&!!5!5!5!53!3#&'#'67#53533M:X-u8M~?J0/GP@N/vGMHu1MM5vc7~A^^AHh3KAA?ff?.A5ow }l0zA^?!M%#!'5#'633#67'67#5327#"&''67&!5!&533&'73#67I%F Mdd/C 2E#GLw0Q( zK~0=(=@!80$C2P /:*D}CCDX*58!O1!@'67#&''67#5!53!#&'3!!#!'67#53533#675!0_! BA16:3U+$$N) dP,OW#N3N 073!3!#3675!!!#)!!aa7%z D%dd=M K ߌ&LVV8SCFM:ECqA6 !+A=:YYA1(7X67##53&'#535#53533#3535332767#"&5#&''67&'765##3#3##5#53."kEMJ ? 4d<<3$6882=G,)?@ tMCd^KwAA`bAg>KK>gA% 4+$C#|FR/2Cq4pD:3 ?htb??b1#!@7O?G?]]]]??O7@!#19 4F!!#353#67'67#535%3!!&''67#5!6!5!##"/326HHOjjG- %JkkM "Y= G&L1[l$%C;<+C~CL1C C%/+C LZ@]P"@'C-&)BBU)A$?!53#5!#335#5335#'67'67#53533#67653!#353#3JJIIF}/64y RkkL__01I }Hŏmm55 wl9798&C @@t4F>0#!#!!!!5!5!5!5'!5!%673#5!#53&'7353 ND;;X'!C!L@L(E)#Pc=wBBw=c<=D77.:<@<  )@35#35#5#;!#!#3#!!5!5!5!53!!767!5!&''67&ʌKyyGP@B5JJ*4\Pfn[Kc']EXzSVSS<2=SXAAy@NN@kSXwAAiM7>:VC1;+Aa='+>5#5#3!#'673673#3#3+33#67'67#535L #9@J HŴ9ii @EEM K5!>5IL | "9VVJbb+!7%>C  1B $?C  1C!]>A]>ADN+D CCl)V(D+}  D+} Yͯh)9SȦ<:;T!5!!5!!5!5!5!53!'67#5367!!!#"/326=!##!+'32654&'67#0JPJ'%q@| N %N$C-J@) N"M8,?7-GR- @)1GH2 >g??g>::>lBAd@%@; <$mAAQM)M3;6A!&B1LX (,?5#!5#;5#'#5!#3!!#!!5!5#535+3735%3#67'67#535kmkkɯ#P>FKm#aa3; JddfAAhd=}AA}=d2hhhPC"CV4EC! &<535!;5##!'35#3#67'67#535#"/3265!#3!3FäbF/饥dd.* ~ 74gg*<aE! %I::ŶXxCG=CBV0EC*V)D+F4 O% )<!5%!5!#!67!5!!3#;#"&'33#67'67#53zzLptI<]vX07E(9Lss/C 27#!!##53#5353!533#3<<7#".=#'>7!5!YWVHgWPW  !! J232E>*!}yp];;S9DD9[ 9; c9D=O7!!&''67&Y"nIM: nM>ACJ,l* PZ?MRG:L'G:N>d^YAnTAl>KK>lAc_Ax== wiw_ZM="'AQ6C6VO;?6Qu$ K!5%!5!'!!#"/32675#'>7#'>7#'67#53533#67'67#5!!!nnKCK/M?)1*T.H*m5V)F4m3! 1>kkLrr>XWti/NKK:H>AjZ62-ML-3$z@(/G,B x@@ *+Y>>0~6 9 A#36!5!!5%'67!5#67'67#5353335#53533673#!#5!#$CUU P?@ 5CssLpO>Ke>=?MM17#536533#67653!!'67'67#53If|&"B0&t*E|fkkK ;,=@B;?*>CMb03(J:C,@t4wl9798&C @< 'E5!!!7!5!!5!!5!5!5!53!%'>7&'7'67!#&'7!7LJPJk@Cۤ * |f6ywTT7TTTTg??g>XX>D@>9!BB4; 2'&;0;Q :-)5F"^%62367#.'32635#35!35'35#'35367!#67&'7#"&5#'67+5#67'67#535 DiZ@J&⹹Fx LRb= = 1,(g3< ( LIx4J J%kkqTi  vzzzz5x%TIIWt$E.F EiVHHX6PJf2!lXP;5,7/_9[>+o0?-.:31=+3?Ϫ B88>m??m9fOF!?MkJ/.xd"1/=E!&'!5!3#67'67#535##5##5#5353353&'!5'67!#5!#9KQNmuii39 >1kk1MMMMIA@JMM@^[?XCCL,GCB@bbbb@____upC.5$$5.Cp,,%/ &JPV!&'%7&&'7'67!!5!5!5!53!!#"/326=!5!5#5'673&'#!'6%&'-PHF/#RV%P/X[#dRAU}-MJPJ<?E;,H]F. ;99>h;> >R# ACa`DA"RQ kQ4FcW_([[$7 I35#535##3=##!#=!33#6765!53!#33#!535#'67'67#53ٷKLL__GO00/.3;} RkkJ;>NJJ545<@ rSS?>@:Nj:<59%C @!2 %->!5!#5!35##!3#67'67#5355!53!#!#"/26=4I«F7dd.* ~ 74ggLIgEH;0]`+CBV0ECmCHHCW(E,S!5!'33#67'67#53&'##"/32>54''67&''67&''67#5#5!##6zLnn<< 1>kk9AOEb&eFN+5=IN" |$~ e$g`$j41$>sUL@=F*C @7,`IbGaMZiaKC 24$^=b-/cS"A O3535'35#5#3533&/5#'67#5!5#535#5#5!53!##3#!#&'#!!5!5#5>N6CPC6a?P?adFGGGEE9GGGGF4ZZ4F=HHAEf=H8EXXE8H=fEA-3,l??l+3' !4QV!5%!5%!5!#3!!&'7#'63#67'67#535".=3673267!!#&&&K?x#xl]]<| 9-aaje= L &OH@I]1K"66e77.6j>3B=F93N1?,C"KN-FC?%=$2A(@ =!5!5#!5#;5#367!!!!#5'67#675!3!535'67#535u=b bccwA#G  =J9J>1D<3M <4ll~.kl 'A .)!1Xn??lO,FC1 2C!5%!5%!5!'3#67!!&'7#'67#5'67#53535!5!53!!3!#\\\bb43 ܟz$y#jgtm 0CCA:N=O@6-V:?4J3A(FXCՠ7AEEA7iA Td5#;5#!3=#37#3675#".=!3#67'6!53!!3#673:>7!5!5!5!53!!RV@%\HL;Yھ5:MwPzx}>!"E2/m+I1RRRRRo:::u,Tz44S 6(d='3VV@:L*11&(%( >>V<;;$\x4+<;4, .:??g>::>5"9?/<<<(ddR5`|^P?Q4F6nN1 %98 ;% 55& 07F(< 2Y67!!5%!5!#3!#67'67#533353&'#5!53"&=#'67+!#3:>7" #zuuZs:C <4llK^!gOV*n":M(. D$#54=C.II4CN@98>-#@Z.EeB)4=@VV.E@41ϊ' !-+7 "<J!5%!5!&'#353!5!!!5!5#5'67#5!67+35#5353!533#3!!#&'C::EPDZa"OMM߂][CCC2CJ(22(BB/R??R(%">4C<*/@LLLL@/"%( 3  $(0C35'35!#335##3&'73673!5%!5!#!#53#67'67#535I*D*+."H&ggK0LYYF# :3iiVVXXXVW+33?:800ZZ6S,z,?C"AT3EC<=(l%!!5!5!5!53!%#!+'32654&'67#53&'73673#67.'##"/32654''67&''67&''67JPJ7M),?7-GR @)1GH2Gq!G 6308E9R'S~ 5?",-JJ hg_^Ps Zgg??g>FF>iAAQM)M3;6A!&B1LX+?!%*/(0,?FD'8.>/lA@C 5OM8;7 \?9CaJ/8,H/&5+;$A +e3267''767!5#3!535#5335333353#33#676=353!!!"#".='67'67#53gRe*3!ImADE#%"-0YYgAAQ„#@t6;5A;5"#*9 f"@G9%C @8 %+N35#35#!35'35#3!!!!5!5!5!'&'7?&&'7!'67#5!5!5!5+!!!!!#DRPHHKHqG4I"d=7U3<@O@FE_N_NEEEE1EX5AAAA5 >; =.D5;+!>JJ?#6M7541+1457E1Q%#!#&'7#'67'!5%!5%!5!3535335!5!53!!3533##5!#5##67'67#535NAĐlmcem\\\N|IiMiIzzIIia7%z D%ddNu4?8@74.I/9+Bu::o;;4:t988N?@@?N88A4444;FM:EC1"6X\67#!57&'7#3#67'67#535##5##5#535335333673##5!#'67!5!5#53!5!1-}~"1oHP__J JddBKKKKM/4Akp-4LK$1 _~")KJJ;%3,C& FK4EC-AAAAAAJJJJjF3"*YYA$2!!@7!5I@=;95Y+`@j`QD.>L9,5FQ??499>2PBa>=aBP1+Q9* G]m35'35#&'#6672654&5'67&''67&''67&'767&'767#"/!#67&''67!!5!5!5!53!I8!?]$z}oq l34:8!;.)2jPJPJb>>6?=J!66< 5 V98;XI37.E0#8 .,'  !0'!cP5;:)(3,4&'?'P-*=cAAc>::>7 ;K67#%35#35##5'6=!!!#53&'#53533#3#3##5#53!!5!5!5!53!! "!D$3IYuFN1"qNDŽTP@8@DH<7oRÞLC7}!&?==>AC?S>xx>Z??p=YY= @ ,49=#!%!5!#5!%35#!5%!5!'67#53533#65!53!!!#5!IX;FQ_}}q 66hhKZZ< 1P'0LP^@7ϩ).77/8UDJ/CCC}5;AA;rg==7 W5#!5#;5#%3#67'67#535'67#5!5+5!5!5!53!!!!!!67.'#67'675o#ooo^^/: 7,__{b.H )N,12?669BG^!p.'#XQ HHVA!AR5EjABC_A;:APPA:;AC;3E*G8>#@)u,?:? t99 i35%5!53!'67&'5#'675'67#'67#53533#67535#535#53533533#3#3!67.'6\(P)a[oj Z1Rkl ,7__IZZGML 3?<3=>Gbx)+3Q==>DD>6:*8'<+886.==>3? p(!B1L2T4E_AA% 3=6=6====6=6=;D4-?+A-7!='j(    IO_#5!'35'35#35'35#'>=!!53533#&''#"/326=##!>?&'7!!5!5!5!53!!'H@ 8$ @ (I Y@1h/*q-%RFJ^AS 64->+gJPJF)""(!:Gx<{<{{'5)=+R:;=o/DF2=1 X>7>YG5-G<  $(,04N#!%5##3735#355##3735#35%5##3735#35!!5!5!5!5!#5!35!!#!!NyLggggFF>  '+/37;`#5!%!5%!5!&'#65##5##5!5!5!!!%5353753535!'6767#5'67#53533#67!#.'NJRR#*ʭJK,k,̛Q3D- }z -9aaIWW'8 ?;DIP%%+$*(- ,zz$77$,++M++M++M++[558/)&J.FBB ::EN %7  _5#!5#;5#%5!53!!!#533533#6753675367#53#.'67'675'67#'67#535o#ooo2*O*{iH ^^2*$O*J@-?30BDX!m301WR +fWlf 7,__lllllf?DD?,g9999A/xtfJ3999(:73$@+j+=;?o+#B2A/R5EoA9 p35#35#3567#5!53!5#'675''67#53533#6767#535#535#535+5!#35#5!#3#3#3#.'#6@ b!/<+EAA!>!.:/304''''403/:'5.2=#`#|F%!!5!!5!3!!TTzPzEEFF5!!!5!!5!5#5 %!iTTi>GDD.FDSD(' 53!#3!5!!5%73#'675&iPA:.KKCWeQ/7)F.EEFZ$d^B)'*E/.r%'$#3!53!5!533%3##'>5#535#33PGIIXL;!7׹Hq.EEF{_)/D%32 %#3735'>=!#5!!!5!5!5!53MY=40KjabiPi(i/A9+?M>>M?II<(?!!!5!5!5!53!#5!#736%3:62>47#".5pJJpP-VK@KxK I1-B)  K +&VNFSbQ%?a==a?PPȊ\tS=T!<1 ' *.4 "<(B!!!5!5!5!53#5!#5'>733:>7#".5pJJpPoKhKK N$# M .*&,4-@`>>`@OOȊu,A( +!$-26 ?; #=%35#'5#;5#535#5#!!!5!5!5!53!!!5!5+535##5!#5#3+zzFzzzzz:z)~P P~T22zKLbLKz^:nnn:Wnn S>>SATTBB^WʌW?;!%4%67!!!!5!5!5!53!#5!#5!5!!!53&'+5!#!J(~P P~TL6LbrDV  PX"/*<B>>BAJJ@ʯ<>VATTAW]]! <N67#!5%!5!3#67'67#535675!5!'#;#"&'7!#"/326=!#J!ss^^"F @.jjb'F 4N-'X4H>+E#&#K&^P*! sL~)!JODD:CC&AT3ECk%7BB;7.E@0=hMBB19@(0P735#!!5!5!5!53!'67!5!!5!5!5!##5##&'7326=!5!5!5!#3##"/k:6:tVt:;vt}nIK3C8A0F60vZPP!9<lO1441:77:+#885W771331 -F?':A !V81::18m7!5C3%67!6!&''67&'BxHYJ H!!~JBO/ ):EyTBXVBUyy_O8<#)G26=#'>7!5!53!!#"/'67%7&767!'67!&''67& ~RX8QHP;\Mj;oM5LgnMj}"x<LѾٝW s?08~cAXXAG$AS-['ku'r4F46OL2:P!=`H?EXT E=/C3%%67!767!&''67&''67&B'5VI&V1IG!ﭤ!~U>B5R;0DFRFNx~6,EwUBYVBSwmH95HHX;  59%67!!5%!5!'5!!!!!&''67&'7#'67+!675!yNtR00Ж\n aR(S߹ƚW?WuryPOL+66x7758mAA":H7+ACAA+(-)8+<~eN*4q.Bj1:G IUOjshVOTT!۪d*M5:$S7 7-0/UMdYVB@=BH[B@(#<)#'63'67&'76265##!#"/Ei4@I ܱ)g\=/L=1i(Na&OID3 4:DUAZQ.;:7|+DV)F9327#".5!'>5767#'>7#5!#3'67&\  <   *4=.$'WQ3Mv-Qx  ٫/efIhu#OoP2Jƿd915Xfa5Ca??4+>>7@~CDC17>7!'67&'767!767!'>7!'67&Ǝ@?`1M4V6N櫼]3A?vH":=Yݛ/-F!=-D([+>3F/Uwy=069Ono6=,@ :*A%V*> *8#'67%!5!5367!&''67&'%767!67&M-#$CI)PPFDȋ'j?36.J_4!!'Bs<)^ C&JAAXX2'>T9B?b`A>:XYv@396PQkA8\13O92 *?C!5!5#;5#767!'67##5!#5!!'67&3#3!#535#5353!53#3hܠ噙3sYlAg'tMpMԌ\PYKMMs?]]]O1743LE28Jesz>1A14????AAA]9'5!53!!.''67IPѲ)01Տ)FFT<@珏@7n]}V}]ʤ$01Փ$EDDE?@6xw7@?̀41 %7&3!!&''67!5!65~;]G7!5!6=!5!PP4sh!—12׎!h1 Bb1C,ee,C1bB D:!5!6=#' %!!.''>7I>ǟ$01Փ$wDDSD'Dz=@6xw7@=z%1 &#36533#'3!3!.''>7!53!PPPEbh!—12׎!hbEx   uBb1C,ee,C1bBQI-)5!6=#'67353!!!!.''>7I6I?w>KP=x#.2Ҏ# ^D hP*5'{{C Dr6@1po3@8p:9@!5#!5#%!!#"/3267!.''>7!'67!5!5!5!5!53!!v -;1$š01֏ N-9QnPnZZ!Z>G3<AU*A&UU&A*U3 Z=HAPPAH,78&'#'67!5!67!!&'!55!!!#"/32>7!'67Y5!5!53&''>'67&'nλ12׎nPK NI4?B6X4Hb6qK ea-Uc'C47"#".=##%533&'#'mHMr'(K#i.(8 L (A30/54K#]LyG]Jwoll;oo;l+@\C/, *&CQA -% /#'(*7!  )@YwwXlmW9A 17#!%!5!3!!&''$7!5!6!5!##"/326O(P k(o Pj 49v`)T*5B6<|T+/BJ]BeM"C&B,')CCV)A,6#;!&'!#"/326=!567%7&'67!5!67!!&'!5=_Z<e(N6PK0& O7R!2`3cD)lMN r)l_\_gTShCF#B CYw(~_1oo0q>kC,. '(C_>1T45Q,BG3&'#&'!353!#5!5!5#5'67#5!67#5!67!5!67!!!#!#&'# f:;34;PQPQL[` _Ne ^WP8%8GH7ddAAm1D1HEs>$2;'*@%(/@/";2$>qGH-H1m,7 9&'#353!!5!5!5!5!5!5#5'67!5!67!!&'#!!![=X?]PJmVi mLOr h]mCIZ[HqqzuAAu$2;$.?%(/?4;2$>qGH3;\:a=p%?,r3h'"5@+K #D67!5#33!!.''>7!5!#'>7##'67!!#5#"&5*/!(32Pn̟34ݔnPbKh*Y>L! SLQ%-LD*l%2-*n-J_A8\Bh@@hB\8ATuv57,]`Gy+?,+H'@<,3L#3#>7'675#535#535332>5#'>7#5!#"/3!!.''>7!5!5ꪘq N6cP+EP,.AZLP#23َ$\9d<&>o9\7#536=3RXRL2 mLOr GFLGNNfV.JTOVyxWUAWA/(ANA+/0*ɃCWr%;TAC$*55. ,7 ?&'#&'7!6'!#&''6767!53'67!5!67!!&'!!!!!;-`0:+"722s\RF^-19JR mYOo `\V**=2;=02#!N>Abi#"C9VA+AKzA)#%A}HA":>:=:   V!=#3!5#"&=#'>7#7355!5!#35#5'67!&'!5!&'#!!!!.''>7l9 lF+vX^.TGpMxVmg4", fhmV-34ߑ-B//F !5$,24F4+#d..=1h.)C0CFl+%$ >mFC0C).1=-GAa<-40 >S3@6/A'0!!A7TAP5 X2DC3/J#1H&'#5'67#53&'73533'673##!#!67!3!!.''>7!5!#/VJV,~WÄ(@93;+`J_)A,9&@^LLNTPu$Ɨ34ݔ#u52s>^F4>P;6H#7QAE!=B;?C3) 1;?4VBh@@hBU5?/J 4U35'67#!#!67!3!!.''>7!5!5#&'#5'67#53&'7'6%gh4a+20:%9^_LLNTP}(34ݔ(}GR`'zaJU$}PŇ4)/9 1 7"=|!/!!:< 73) 1 9>2NBh@@hBN2> :6M8iCrfZD87!5!`7YXIIA2&A.|?-&=*?*)=,>DQ5;LGI 6:>ASS#C#f]! RYPp!̚34 p0?%,/Z]lQ U.!3K T3!7*K:&=')6W=#@ I4/=h8= Y:kO?9_BkCBlB_9?#G `5#5##3673&'#&'7#5!5!5'67'67#5!67!!&'!!!!!!#3##"/326=!ުJJA#\&Zv,*bhnA.!M!v2I,A'V! *,=-M>-40 >`:@$4040472=@P$A &@2 #Q  $3[%!5!!5!!5%!5!#!#55#5##33673&''67#5!67!#&'!!!!!!!5'67    LLJ JL:n<2"M#p8:,N,*[`n6f777706'*'0`0000&/ 7 *2<(E>.3,$>I/A000006:Fo659$%67!5!67!#&''$7&''67,o+5N, L,x0 8|Kڃn/EU]XSER3P+?)C2!*!.967#%767!5!&''67&&''67&''67#53673F7D I$l(@ -\$dq*n:58+\*V:8 ;7"iu K `8W,.詹DDuMBQx~K>J2>*Z7W1$.3BAjo84"."267#'67#53673&''67&%###53#5!#3@/@ 5 ;8gr K \@P3:ES~,}M5 NS.+)4CMZl8@h2NKY8Y1AD DD".$@67###"/3265!5!5367!5!&''67&''67#53673=;@ 'Q'fb(K7!'C2> ]@R=@<3F1T,O65 ;8grJ j.KV!&&Rz= 8K*1>T+* "|2S0^8Z.#'4C`Gl8[R<8֞# F !܇_)l:!.&.%3#'67#53673&''67&'67##5##X0<9!iu K wBT5BGb,Y8*HAY KICeY$3B9rcD;^3LBR&''67&''67#53673F7D N !@94.83cO %)'( 2 ]58+\*V:8 ;7"iu K `8W,.:>F# "&wDC@ <+Q2>*Z7W1$.3BAjo84?AD%67!%5!67".#.=#5!53!!327+!#&''67&''67k9(4w$ &(& yPg:bK%9i&ږ[ mr=?PEk}wxts"!4CMZl8 8J0H#[@Z+j#+unwadACzzCAsP1B7]Y;B-Sj!.H67# 7!!.''>7#&''67&''67#53673346=#++6[ pt*a&'e(v$2(6& Kx"qC%* :9ep I gpV"-}SD)DA=3om4=AXV@?0>+]@Z+$"!4CMZl8 YS !.#17=E'67#53673&''67&'67#2653#"/'677&>7 :9ep I O,/6-Lw"qC%-*6[ M8\@QEM"745| 85_j G K$+5"Ak!c<((!4F| (EL^C Ea.MRX2qk2F% 4CRUOU 2I/;'zY?W~3c%(B  E#"BO&9Ez3N 2gIDLS%( F  <%67! %!7&?&675!67!#&''67&''67l8#::6D42E1F1(G,M/H/Re K8j&ޘoj%<]F}C[*7AACA=WrqpT]dypC(2,ClM0E7#'>5#&''67&''67#5367353532.<g+C$@<5vi0!(sr9]c,Q--%R{#pI/) :8!epI NL (DY=G H 1X8Fݹ67.\@W*"2CfARR!!. '<!67#'67#53673&''67&5!!!#5!#'>7),E6(=g::9ep I U0C68(M{"nI(D4tMK-3&UgT.)(84CMZl8 8d0V2\@T+DD{66bJ1HU!.%,04%!5!#!%'67#53673&''67&'67#%5!5!LK :9ep I O,/6-Lw"qC%-*6[~X[e"!4CMZl8 8J0H#[@Z+j#+u*BB$1#A'67#53673&''67&'67##&'#'67#535#53533# :8dp I F2-$O"uF)*11[N.KMV7[M*4CMZl8 ۭ;7%'d@]%b)zBBu5BCC56H#3=#67!%5!67#5!5!5!5!5!5!5!53!!!3#!!#&''67&''67 _6%nHkHuTu;ZZx7[(bj &;Q@C~AAc4B!S<8C;A75>CC>5x;{7&''67&''67#5367367%&'7&'7} u %$4F5 CIRY,6+H<# I ,#Ak"c<% 87`j G J'&GB_3YKNHc4eIumUC"*ICtC>A?*A+6 6'?*zY?W~/"4CRU^F 6A_PQ/KYSS0TU!1F%35#67#%!3#"/3265####5&''67&''67#536735!53!(*7/(6[ CC3 MJ/5 Lv"pC)& :9ep I M4X‚+&)uU*E+=D-*W*[@[/!.4CMZl8=mm!6$+?C#!#5'67#53673&''67&'67#%7&''676767&5!MO@ :9ep I M446&.Mx"qD, '05[.BSMC&J5G;:~*0!6S61!#4CMZl8 ?O0=;]@Z0c0} :"& E O&. '.6%!5!5%!5!'67#53673&''67&'67#!53!3#i;8fr K b=.5'3R-N/#<8E VEAE-4CMZWMEB18=X8X0s*7}B!1#';'67#53673&''67&'67#!!'35#53533#3#5!# :9ep I P866--P~"uG)+49gHNLPNL(4CMZl8 @N0B7]@Z*i1}mDDD'??!.D67#3!5!#535#'&''67&''67#53673673533#3#-*6[ !)9,,/6-Lw"qC%* :9ep I @ I NU#+u@DD C]Toi8J0H#[@Z+$"!4CMZl8 NH FCDC)# A%67!#!&'367 %!!#&''67&''67#5'67!5!5#o=,-z|Jֈ%4=;l|(ؔYw$;[C׀z?X4)yWopV..Z-= b>[G;6gJ(L;N7\ A>)FG:7G[>].$Kd'67#53673&''67&'67##"&5367'&'3:>773'>7'6746=&x85_j G G,)5%An!e9'G_}dcJL9@;&'&!#gg zD<6x92H4F Ni7BD%67!%5!67!5!5!5!5!53&'73673!!!!!!#&''67&''67i=+' EG#%IE$7#".='675367!&''67&''67#5367335#53533#3673#67&'6KQ%n*#4 L ><4^,"r HHpQGP+#ZvH OFM`!gYg(6L2#=, 7#'6735#535!5!53!!(7EG ~L%/0 &Af!_;! 85 ak  8& w c()h w I#LI&$ZX-TJ5T3=9uS?Sw+4B_XbX<?W*A$PP$A)V8Z=HAPPAH!.#;K'67#53673&''67&'67#%7&''6767#5!!67&!!5!5#53533 :9ep I P'+6+Kw"pC&)-6[+>_BA!*0,A&3{$T N!#4CMZl8 3C0D\@[-k!0z"#C$+Cl|DDku5Z@V,k"0}FC2aB!.8<@67##!#5'&''67&''67#53673673&5!5!'05[3KOy >446&.Mx"qD,$ :9ep I tJsvV0} 5`5sC?O0=;]@Z0!#4CMZl8 0otIv~CC^.#+/F7'67#53673&''67&'67##!#=!%.''>7#53533#w 85_j G I/,5 'Al!d;##&4FH?IR&9\\9&FZ J Z"4CRUOU >L09:|Z?Y~+g +-f-@HyL,^^,L8hAAh64 R%67!&'7677>=#'67!'67#.'!#&''67&''67#5!67i?%5pY\!pG_!`\:B8r;L0W47.–t'7x:1 ~:+T 7,,4hjY|Jx2,7W!44D67#%!!&''67&''67#5367335#53533#!!5!5#53533#-*6[,,/6-Lw"qC%* :9ep I OOU#+u Ahh8J0H#[@Z+$"!4CMZl8 DH@vv@AA@xx@1#'+/3<W7'67#53673&''67&'67#%#3735'5#;5#73!#3535!!!#"/32>7!'67u 87`j G J$/5#Ak"c<%%$4FK렠*KMoJ ,.I^X?L+"4CRU^F 3O/?*zY?W~/e"*f[[[[9UUU?c@??&v'CDKT8v'% &,2W%67!7&7&'6753#"/32667&'7$7!#&''67&''67#5!67"i=+'fNMWXQ#Y bL;P7].D5g=P?R>XT"%JKnV1?0˄A2C ``W[.#'+LPT7'67#53673&''67&'67#%35#35##!#!#"/32>7#'67#5!6?35'35#u 87`j G J$/5#Ak"b=! %$4FK!05;nPBA.;M"4CRU^F 3O/?*zY?V*i"*x~_$)/A_gd:T?/~~6x!.#(,04F'67#53673&''67&'67#%#5!!5%!5!%5!!#"/326=!# :9ep I O4465 Lv"pC)/(6[>MTrr^a "E1]k M.4CMZl8 BU0W*[@[/g&)uR]]<]ss};A AW. N67#%5!365!!!#67.'#67'67#'67&''67&''67#536*"2FA G D)!'->55AH9V"]BGM G'HYF)$Au!j:* 85_j B !hAAOU .-4CB]F>N)]Dd;C:@AC g'*:+a?_ !"4CR.$lr7'67#53673&''67&'67#33#67327#"&''67&'#67#"/326='675#535'673&?&x87`k H J,)5" Ai%e;&'2HI 4%<5L  :J;G^$gK!I6=P< ?* :5 ==ffB#v86 o=6,<0 $4C=jOU =G0<0xW?V|'p"-lC|hPof}NKK=<=Y~CV)A+ DCC#6>nXekA b67#%67##3735'>7##&''67&''67#5367367!3#3267"#"&5%$4F'*)I'hyQI2**5#@m!b=!! 85_j G k9K *63H#!a0F"*.?67Am@(g@ |;G/?*yZ?V*!"4CRUOU q -?76 -33> -.#',8>D7'67#53673&''67&'67#%35##!3!5!5!3!67%7&| 85_j G K**5#@m!b=! %$4FIz#^|rK͚W/ZC*j-^"4CRUOU ;G/?*yZ?V*i"*O=BB^gH`3hI7Lb8X. LW67#%35#35#5#6%&''#5'&''67&''67#53673>7#5!!!'767#67&+2A SF2I*F25F$Hyx 0>b$]9&85Yd G J"(</D/5D4C>($q}0_DDCX[@=C 7&3,uT?Rz''$4CRUOU 0FBB^?=a!. 18@!5!!5!#!!5%!5!'67#53673&''67&'67#5!#!YYKAuu :9ep I O,/6-Lw"qC%-*6[uM&r\bqjj:e"!4CMZl8 8J0H#[@Z+j#+u++R56 Z5#5!)5!735#535!#367!%5!67+5!5+5#535;53;3#+!#!!#&''67&''67$I_;'} MfLTTLTLTTLfM6^&ȑF$>f99f>c)=F7%4;D(K?.%$4'7 c35#67!7&7&'675!67'67&'767!'6=3533'67#3&'!#&''67&''67eX8!m`[qc`@ d c''[KB,@/GT8 c>aMBBY]uMq5Y|(n^&#;S:sI/A[;!(=&a<&.=.:B\9[<,) / .;;+*>d.a}AA:' I:V5&=;"*r'67#53673&''67&'67#&''>73'6767#7267#".535!#5!53!##"/326=s85Yd G @,/4*Bl$e:+!+AQ60"+6VA +q'`5|D%!"''7KP&19/) 4CRUOU 4E1?"]?Z!i!!7+.(4Bf +$>F8Can5=/, + .77  deeFA "3 W[67#%&'!5!#5!#!&'#67'&''67&''67#53673673 73#325!#&4F U[ u?0OMZ,`j)5&5 'Al!d;# 85_j G 1  Qb ̺EDF +-2 Sih++8i+?G ?{hIA09:|Z?Y~+"4CRUOU mZ J)M"4CRU^F 6I3?*zY?W~/g3-v0F?7v/='5\j,. COS5#%67#"/326=####5#5&''67&''67#53673!#5!5!5!5!!5#3|#&4FtA3 MI>#/,5 'Al!d;# 85_j G >"F2SSE +'C&fW>L09:|Z?Y~+"4CRUOU qcD#G9EA)BE\\?;I1<:aW5aj??ic4]d]U/^d?\\. a67#%67#!5%!5!!'#;#"&'!#"/326=!#'&''67&''67#53673675!#&4F!uux{-(V4H<)#K&^P*! uM7(5&5 'Al!d;# 85_j G Y#F .IF +)!JODD:CB;7.I @%.F6BB1'teIA09:|Z?Y~+"4CRUOU mXj1/%!.%)-S7'67#53673&''67&'67#%!5!!5#!#&'#5'67#5!5##5353!533#}86`k G R%;?b!^;'8E'GGLYcMmkSSKGLRR4C>> 85_j G F&(+) HKJ GJ+)Cp"h;# '%2GʨVptVVVV4CRUOU .;CK00)71'<]?\'e'p.m67#67!7 7!5367#53&'73&'73673!!!!&''67&''67&''67&''67#5367367%&2FT8 1=EoiMC pC$H)H!XnX=e_ip^DA=p; Cp!h;$!85_j G F!'RH)8RFH4?6=(;89:NE6HJ`MNN; =!;gH/@(:=%=//Ik--)]?[)44CRUOU ):wEi67#%5!#5!53!32654''67&''67&''&''67&''67#5367367#5!#67&'##"',4F2FNAN"z%~ k%dRx$+&5 @m!f:% 85_j G a}v$=49ALBb&c  AI+5=II3YYY&H(^;c-)kQ;Tf'?9/cZ=@/9+{Z?[|/$4CRUOU vkEXAAm_=N,aFbG^EXe^I.$Y'67#53673&''67&'67#'67&'767!5!5#673#3335#535#53#3&'x85_j G G,)5%An!eC@tzFfTBMMHg}' 4CRUOU =G0@+~Z?Y*j&%A(=P#U::WBMg-B"Y>`r`>_CMBhK&A#9;;b67#535#''>7'676=&'&''67&''67#53673753533!67!#3#.''>7'!7FWT!*54@=*+ )5K7!H))5%Ah!_a$}O"]z?$(CTB%S35oXC&-J4!9?:F/B&vW?Uy, 4CRUOUQ%WWCx'(AC[-E%{MO}!E'^B!%o67##67#537#3735'5#;5#'35#'73673#33##&'###5'67&''67&''67#5367335#535#53&+ 1E,$.;,lppIipiippEG߯55NLKpJK('@u!i;)85 ak G  xxJ#!OZP,E8BL09:|Z?Y~+g +kAHAd@#*\`67#'67#53673&''67&'67#265#3#3##35#535##3&'#5!53!#3#"/'5#8 85_j G J-*5(Aj!c;#$$6F wCvIyO}6+OML?86:4!4CRUOU ?G02UU>=1M(Ap>#BF^7'67#53673&''67&'67##!#3#"/326=####35'35#3#5!#53&'735336w 85_j G I5&5 'Al!d;##&4FiJ8D; LIFGgJEIVGQMU"4CRUOU IA09:|Z?Y~+g +~?R+C)l0?<'03楥-/+B<; (7;Z!5!67##!#567#!!!535!5!53!53&'+5!#35!3&''67&''67#536r N$N>& 8EP} OP xG ~K-3+0%Ai!`:!85 ak H&.,,l!#=>>=AJJC%!#CZZTJ9P8L2wW?Uv&4B_ . 6=AEW#5!3#5!35'35##3=#'67#53673&''67&'67#%5#!5#!#5!5!5+!+GnF 87`j G M/4!@i"`= '!5FNH*JA\\7X\XXz"4CRU^F F33=&wV?T}'q&)aaaaAABcB. ;k67#%&'#35###5!'5#5367#' 7!#&'!#5'67#5&''67&''67#536735!#"/326=!#&5E=[ ȰF C bi* r?Po?6E6=tGWJ#01Bo!c<( 85 ak G ~F/7A;G8 TC$A#LJ,4JJ>!?0A '>Z2= ,ol-=8W{3F;[?W}!$4B_BTJ5LU)B*9 {67#%35%5!53!&'5#'675&''67&''67#5367367'67#535#535#53533533#3#3!67.'6%$3F|Phd| JE1H, @n!f;%85_j G V\DSȥMM.@425AD\r'3BK"*==>DD>,785/==>3? m(9/|[?Z/) 4CRUOU )75<)-ީ'#-C;=6=6====6=6=;E21:+;28!='k"% A $(/n!5!67#67#5#675#'!5!#!5!!5%67#!##!#&'7#'67#'&''67&''67#536735!53'qFc8UAj+>o&www;%$3FD-g ȉb j^[$&**5 @n!f;%85_j G |N2-2g.9:){'C2+(u.-^--"*@,J54<:A54,I1;.=4ga;G/9/|[?Z/) 4CRUOUsG.#7;?CGk7'67#53673&''67&'67#%!#5##5##5!5#5!#53537535326=##5##5##367#5!!!#"/t 85_j G K/,5"&@j!`<#(!7F KJK.򖖖n`E_E^K _ '7$4CRUOU @M/<8xW?Vz+f$&ܣգ8AA44b44b44b44\ @#??1A ; 1c35'35'35#35'35'35#67!!#&'7#'67+5!67&'7#'67+!#&'!#&''67&''67<_6zjuu]= ElO=iV=4I+!&OFo`F7KuqU2  7[(K$=P:11a111111a11114B(&4-+*)1"5*;9 #67#%35#35#3567#5!53!5#'675&''67&''67#5367367#535#535#535+5!#35#5!#3#3#3#.'#6%$3F ss%uu1?/sP럅 ?E6D$ @n!f;%85_j G HtO/H>9~D/-EAXl+ $0^K"*`MMM00.02* a!9/|[?Z/) 4CRUOU "-!1:/304''''403/:'041=#`{2 3567#>7#27#"''67&'#3#3#3#67'675#535#535#&''67&''67#536736767&''&''!&533#67&'7>Z#2:# % 7 =F<09M:f?&naahhhh05 ?Ijjjjc(8 ;[\5 6-]gFr-C "0C *-1 zH / A-L4:==1BD2%ylvB4.BV7989;9J=C.B S;E;Bpa;7+4jOAWr(. 2CfA24%5&!0&8#t}<bxgLfSXa25!!!#"/3265!5!5367zx'R.nk%(ThDDdPFV)D*FyVe$=267"#".53'6?367!5!67#"/32657[H -$!-0-Li|`O=JcQqk<*XC( `C9?M$. !-HUdDDiKE&U)D,6 ->!!#"/!!#"/26=!5!5367!5'>7#267#'67#!Z` 20'Q[|)QHSkNdOHMz/! MM m0/H4BH#C #|BF(92Z2:2DsZJe?/>(5!!!#"/26=!5!536?!#5!53!##_p&R#zsH V'TJ\KuPuKCCaQ#EJ"E $E]7All!F6%5!5!5367!5!3##"/3265!67!!#'675367xE&QGZ`o%N]Z! <LFpO73EBH70*C\4?BB`H'C?B D5/ /*Dv5$K.?L@Q:% 2'67 %&'%&'5!5!5367!5!!!#"/26u$K@R# 'H%yL=;AKdmS/?u|)QIRkNDx/HKKNF5as'xaCD/8AAZ;CH#C "5%>%6!7"/326='75367!5!7'6!#&''67&'i?C$]F!B8xDXafO`iFAAha(6>%!#"/326=!5!5367!'675367!5!5!5!533#3673!!'R,pk'&k0_YDO`R6%PWeRR>o)i`A5,=K35  07!3!5!5#!5#;5#'5!5!5367!5!!!#"/26_.MɄ]4XW~u)QHSkN 'DD5C>,BBP4CZB-A ^>_H=9D1CXN'AJ5!7#"/3265'753677.''67'6= 7&=67&&(6>jo*!P9ip2,A02BXRBC59=4.;65>6FC=T.0DDmReES+D+ GCU.I?E aia8^BF 'l8qHD  G/865!!!#"/26=!5!536?!#53&'73&'73673#&_p&R#zsH V1MG\K!C('%C-$')F#KCCaQEJ"E $EZ4=50;HE+EH:O=6#;:H5!7#"/3265'75367767#5!53!!67'67&6$7&'*(6>*!P9ip2,R3--?9OHQ1-uH;VtAe8IjvV6T|DDmReES+D+ GCU1 #DUCkkCqU(*a{%8D/Sy91͈)dVKi5lQ8)/5S7&'#'?&'767#' 767%&67%7&5!7#"/3265'75367>Q0=N-mP5 +PL{aH ]br65\2^0|d0_(6>*!P9ip2,n%- OC$xT/ . FLC0Ajc<o. @tYm.r[2gl0eDDmReES+D+ GCU75=_#5!%35#&''67&'765#535332767#"&5#3!53535!67#"/326='675367H{{4(-880>6--+JC 4d1f7NIJv?bU!C!RM `rqc7,9_E.??p4sN23*1`pF% 4+$C#}@>>P<7'67677#"/326=&'#3'6767&'7&'7##"/326=#535367!5!$''>"'b=Xl#EJX[ oqfQ#(E'6* "+@)C.>Z% =)50A7& A/zFGbwe) {{l=@(ma<*E 5B0[apY(F,erT"!cu%]HEa~CXiAiJ*B(dAW$*@@I-//;$Dj67&'5!5!5367!5!!!#"/326&''67&'7'67&'76#53673#3#!7#537#537#533#5)4177 T2KI1Dhxr'SA[s"'o:!.#(!!.#('3&8A1=46)/=46)$@3-TL<e\Nn=LG #G@.%<<@1@_3A H*$# *$/%#*&)/!av@ > '5;6>>6;58=v#f!#5##5##5!5!5!!535375353"/3265'75367#5!7!!!#"/326=##5##5##367!5 KIIQx7+;+ fm2",4i| .-<, kFiFiK Vܣգ8AA44b44b44b44 D,HLLDDeMfE?1A @#9T*H  !#5!#5!53L@LP裣R7 1!#5!#5!53".536%3:>7zLTLzP=JJ&& P#=WEWN/,[Wؖd ! B?I> @4A 8=D" 17 7!#5!#5!53"#".='%5'$7%327676uK\KuP9O *"QEBAFA-rn-"(Քg 6:A   # DD`B9$3D31 +/> %!53!#5!#%#5!#!!#"/326=!5!WuPuK\K&m&R#zs%$ Yll몪BBDJ"E $D2> !'!53!#5!#!533##"/3265!7&WuPuK\K%ZP,Z! /;^X70%67!!#5!#5!535!67!#&''$7&''67 l4,D~uK\KuP"!M4n,b;hH^PT%zzgtB@P CCBj=e;p7#5!!326!#5!#5!53>VJ +" z=)t>*+QuK\KuPAA+.:# 6)8?/CC /ՔgN7 !#5!#5!535!53!677&pLhLpP2~P~Z=c6p9mdEE+../:> /5!#5!53!5!67!!'677&''676767&AfKpPp( P _9YtCdQE(_.ZJLDQ6zzllDLJAND0S. De!> $!53!#5!#5!!!#5!#'>7!5!\pPpKfK#v!4 N%MNgt2%]]dd{BBCAx66&D6D '#!53!#5'!5#!!=#!7!5!53!#5!#MLLLML(PK0K:E:?ݞ!ll͍07 )!#5!#5!5# $''67!5!#!!3uK\KuAU.@Bt.H (hMN-y7g٘gD^|j5JGYAAA&HP767#'673'67&%327676767#"'.5!5!#5!53!##"/326=(H9. Gj/=I ͩ*_>Z !+*"$ K -89,97HKP3!AV9" *:.*^qo62>G?H.H' \  7:7&EmllC!A "5A %!5%!5%!5!%!#5!#5!533!53 ...L6LP<{ߞgBB4F> %!5!7&!53!#!!!!!5!5!5!5!5#\=DA=?uPuFF+f+'KX'Wbll@BB@>7,04!.''>7!5!=!5!5!5#5!53!#!!!!)5!"23ٍ"1>yPy>1//R/ AEnF~NN~FnEA_>[,SS,[>_]]0J 7;67!&'!#5!!&'#5!#'67&''67##5!535!xSO_a\Lb]L2O$OL*aOKV!kLP$;X H(++(Ɍ&+>(.>*)hBA<x8CF&!5!#!67+!!!#5%!5!!#5!#5!53$`aO4L6LP6X+&/"6<!`<@ /!5!!5367!!53&'#5#5!53!##!!!!#5!5!8@8P4?)(%Fp%+YDPDP'<prPr0xx_a`YhAAb_YY a`Av@@><+/!5!5!#!#5!!5!5!5!5!5#5!53!#!!!5!6D6ZPPTIPITAAAA6212|AAM3C@57!5%!5!!#5!#5!53&''6753!#"/326=!#&&;L6LP@2D;6@?0D5P;(R,eZ0% PXX54''$7&''67&''67#5!#67&'##"'T@LPLO3 !$o|7PP5Qc[1"!"PZ.9)qXX 38(&b@`.(qP=Jj' C6·dd77,,20"?$S=ArxC___ҜlD@HpuA1C Ad?vpt [ej9A A&'#!%!5!5!53'67#5!65!#5!53!#5!!!3##"/326KgPO(9:O LPL #:`)T*jR3h8";tA5"o> $PPߠ#!> 9Q,AV)A=A"&*6%+!5!5!!!#&'7#'65##3735#35!#5!#5!53iOBB沁!xPL6LP]M>>M:E>GA5-S5@0%ee9kekk~~Q3C=PV%3#5!#3353367%#"''67&536723:>7'&'7##5!53!#5!7&PPPPP&W7=9Y # E@9%ttiK:| 2/+9 &acNPNAg:S;=;::SRs!}S{&). 3&C"+y){ %88+0ZZˌ.{)hi%h!A\%+".5#'>7#5!535335!!!5#5!53!##3&''67&'767!#;:>sM #A>6sg^bNN.@AmMR,5zPzB'A;$1&:X#vSRR,UV3U %41s-)6 (-0!$=8?0A Mh_@VV [>hJ1!6&0L)? D>/42?9M#  ) NK  ,0!5!#5!!5!!5!!5%!5!#!#5!#5!53!#%5! 0Nl    LL-JK~P~K{TIPSSSS9P,~,ۏXX!;;"A G3535'35#5#7&7$5#'67#5!5#535#5#5!53!##3#!#&'#>N#pa?P?apqGGEE9GGGGH< <==CEAB~HHAEf=H8EXXE8H=fEA[NK K35'35##3=#5!#5!#5!537.''675!#!5+!+!#"/326=!67. ~MNM~PhA-8A{LuMpMu!Aq\! H?HH5G|H}GG䥥Z]B^ (*A iS<47".=#'67+35#535##5!53!#5#KR K71n:-vwNIPI;;B==u>>7=>BfZ +$;79uNfCiB>;kGGk;H 7H%!5!67!!5!5!5!5!#5!53!#!5!&''67&'7#5#5!#73#5'675&e oE>+@- ,KP6ӗpW93UA;Bvl<+,KKAFQM$73+?A458.xNN8;@54@!,:!L:!GZ %!C%,ktH<U[d&'7#&'6767#7!&&'!5'67&'7'67##5!53!##&'7##"/326=!567535!674: 44+!49#R-48uWm^mwjRH<7%RKP.1?b0d~.(N6PK0& ({T4Q5p?(,('1J--(0c^[=I9=;V1)O=="*4* 0PjxNNUAaa3a_5F#A AKl*oS>9g<<%K LP!5%!5&'#!#5!53!#%5!!!3!&'#"/32>5#'67#'67!53;67!5!T42JK~P~KH5xkM?:<,nb*# ({JWYtxP++W++ !}NN!44#>>2=XU?AEVw>*})>/G>+ (K $(DW67##3>7367#3>7!5%!5%!5!!#3#!#>7#5367!5!#5!53!#&'7#'67+X    .~DpzP r} JK~Pt wx_PN 4; ?~44g5525!9Z=9>%^BO)2793&A+92A< Qc5#!5#;5##5!%67%7&7!#&'"#"&=33:>775!#5!53!#"/326=!5b|⚚BIU373]!]L"M/D"$78N  $8'):J a)@6#JLP(R9VQ6'kZZZZZC[#bH6#*6**5(WT4pZ %,kuNuCCU)B+DC)K LP35&'5#!35#35#!#5!53!#% %3673!&'#5!#'67!53&'735#5#MUoML9nJK~P~KjQwq7 H1,(MM(,$E&*s{K}C::C}IIIMcSSW&> I?6C?WE@%%$@EW?.-/@}MMH MSY&'#!5!!55367!#5!53!#5!!#67&'##"/326=!5'67&'76767%7&;5=/A;l KLK >3E,+C):Xa\H#FpE3' QScW9->!AA3Y8a0,r,r6IA>JNN8<NN'1Ԁ9A l5#>&=>)'E5B3S'_92:S4T/A M_q%!3232667#35'35##".5!5!53!5!#5!53!#!!!!!!!!53&'#53533#3"/326=##!~Zi-!O3 78.576BP"IP+B???p!/M/cp$IF I- 42&@==3=" 7.ICKK&771717C7)=:AA:/776<652'7&!533##"/3265!>pQBQ]P+Z" /+&NFV)F*<;%+!!#3##"/326=!5!5!5!5!5!53!&'7c*[" /lGPG4dp-v_CpB[+C0BpCAkk<]N6QZ/77&%767!53533!533##"/3265!5#&''67&DP;E8 5bH!N5OVV(U4ib2*H 6U=:8CK,BX2g\oEEZ,E0ʋua,Y]p>ts7@G!5!'67#5367!5!67!5!67!5!67!!!!!#3##"/326=!&'7#t\7aQ$;  _Nu yx 'V%"*]R2Pg)=]s:0Lz?@3?5)<-+A49A+-<;#?s?P$B&CT4TI.1*"8>3!535#53533##67'675#5353##"/3265!5!537&9KO|FEtOW(U4ib2*1NDP;E8AA?pp??B%B?ppyEZ,E0E56&*.26<#!5!5!53!!!#3##"/326=!5!5'#3735%5#!35#&'7KBiPiBf)[! /sPGd)[q'q"M9?OO?95@P$B&@5UUUU6OOO=D<<;< "(N35'35#675###"/3265!5!537&"/326='67'>7367367ۅVK(U4ib2*@NBP;D:"pZ $~ - L :*2[[9W}@EZ,E0EoC/e?Y{D/B<-->8Y-$1QW35#%#3#3267#"/3265!%3#"#".=#'>7+35#53533!537&VW-OSJ1@.pi-)~SSJ 2 Q:5#535#33767&'767!'67!'67&33##"/326=!5!7&IIXL;!7׹Hq8AF?->E8?GE&Un)`N'+eO<UPSS(W\U+@5[N8M'{_)/D% *0C=2*/C5F<*8EkAy&>8DlC[+C0C1O^0_56 Q#3735%5#!35#&'#6&'7#5!5'675+!5!5!53!!!#&'"#3##"/326=!PH M+Zr$ԯKCiPiC.k@"$'V! *3bGGGG1@@@5:F@3BHN!5!##"/326=#'>53!!##"/3265!5!537&%5!67?&%/F492"Hk,K'S4SN1)MBM=B89@9><;:!>#xxmA5Bw@R߶"_BEZ,E0EH??ga|jriq7> T!=#3!5#"&=#'67#735&'7#5!5!#35!5!&'73673!!#3##"/326=!l-lG*w-p_*^n#MD( G^'V! *3bW77S( '9+.>p65%Lk44K:I>2?44> #<+)!$>4q4?TM"A)K65@!5!75!5!5!5!!5'675#5!#67&'7#5!5+5!#3##"/326=!7}iDp5k4G[r J)Y#1)hU+T:86@::\99T :C;0@::@VL"A &P5@+'!'-V67###"/3265#53537&&'7%'6#3#67'675#535#53&'#53533533#3ZK'R5SN0*LAP;B8'F##G'G+U˹`WwRE>ENxrGVNOEZ,E0ELQJSLV[`h >Y]!5!!5!&'733!#3##"/326=!&'7#5!5#"&''675#753&'73673!!!#3675!}}(aE'XC/'V! *CcN'\pI+A`U=E%!H1K}..5G,56#"<0>0"26.@(.<#&*$+ &<T//' 3#"/3265%67&P'Tz)Fk0L1lrIiCLD'V)F+E+'  2653#"/'677&,7' P&Rnfe;{Ax8DtNEN1Ze24,HW(D˫$%-O)=$!#"/3265#'67677&(S?KЏJHI!A`FaEU)F*=nO*7>$9A 02653#"/'67%7&3!!.''>7!5!$ P A8[a5XBUr9lP;SDQ:o'PxW+)lMoPP9o>XoadegedV)C+s#,>BFJX^d7>7#'#53533533#3#3267#"&=#'!>7'!##5735'35'35##"/32653'67?&*$Q.DDKKDDLs ;$@"'24)P.?6 J-L1P3KABDD>&D(jE;@U@PPPP@@[=5. +sLc$.J%"! ,3c@MMMMM7MT+E+( 9'2".5#'67!5!53!!3:>7"040׼+cO"%+"+ K 3'< Y@U*FF OCQ9?L%.9J283!!'67!5!:>7"#".537&O[ָ+c(+"+ K 3'&040N"".jU/V'FW@R FOCQ9?L%. H  9HE8F97CG35!5!53!!3533#3!3:>7"#"&=#'67#535#5353!5CaPaI*+ J /)'z=IbAbbA\\C? 1"(23< 6I@=?C\(I%5;CIO#!##"/3265'35#3!!'6#53267#"&537&3533!'677&Km4>0JJ}52D%bQ'G 92=:=LC">=?:/";&;S(D ' <F`4FEY>E &>\%[aaAnoqV_h& '>5!%!5!;?95/ZX:T=N5A2 #35'35+!5!3##5!'67!5!6=!5!N]]M8"4:i7+0C?C@]AQA,/7C3.'#'>5!#5!5JX,1KGBMAN5!%!5!"&5#'>7#5365333267/5=.'[XbL-%{yN %-H !Th=bۨ.?"8>A7~B/CC/ 22=; / 5'>5!%!5!3673:>7"#"&5/5=.'[XfN"4.(?'  L / M:8OTh=bۨ.?Ew=Ey03#&.0?% O0 #!5!#5#.'!'>=!7&7$ QN=6+a"6KC #}6Җ=L}:\"A9U@TD#UAR*  H!5!!!'6"#".='%5'75'$7%%3:>jMGh;VM #9/*686vr`Mq*5("1 an5x:A !'  Q>c>a ??= a$>$c&>'E  #-  (3!5!!!'6265367&'#"/5!'>7WL[g5!'>5!!uKQ&)$'{n)$u76.b2, u<' F *Ǟ=Oۼ5N*  ?!5!!!'6'6733#67".53673:>7jMGh;V.F*Mrb15)Mgu*@H.-[s4s:A AA?6d4u<# 1"(?A>-  $!5!!5!!!!!!#5!#!5!'65!W8LG O1K`367#9)$$eh;VLe[;-7[b9+"J<G<=Y:)4I>bi)2"[EB   L767#67#!5!!!!!673:>7#".5#3'67&'''6p2( BqK @ns {B F//.11)  (SBA#,1:V`|7D=N,A/FGh;Van?iZD^vw]DWl?DeVPTSVE5x:#  9!5!35#%!!'6%#53&'73673#3##5#'>7#5365{6g619E=@-:>CLb13&K;C3# 7!5!!5%!5!7&''67#"/326=!#!5!'6!!z}47B->C>)D(9!J/`_, Lg !/ὤ;&9 ,!5!!5%!5%!5!!'6#&'7#'67+v+++H'g?(< ]:'-OO V    8<!5!!5#535!67#!5'67!'6!!3673!!#5!#!5!o8/V;V (6D`D5mNaM2aAFE1E:)9A&)KGA)!! J X!5!35#'67#67!'67&''67#53675'67!53&'7#'6!#3!&'#!#&'kҒEC2gEG@&3t&oH@<`9N/R>1Wf&n@k5\u$};,: "22j-<$; . .7:. eN75-=8<(":5; 248915;L~":L536A"H  !)>!5!67!5##3735#35!5%!5!#!#5!#3!#3&'#'6k*>F@@ITKR/{I`9N;0"t==0?o=m??CC/A,L,; : !Y!5%!5!67#%6767#'67'!5!'6!!!!!!!&''67&''67+5'#'))נG.-YkI@%jN|dAw_:N" yo(.OKnms]?+2/"YBFG"#95522+'OqTepJ. f=U8E:5;6 2:,=//;#*%6+E<$6:';367!3#5!3:>7#".=##33'67N֔KK3)%3 L $F<9AJBKKꤿȟ'r%D(z3( <,28>D"  sPD\#!3!3#5!#$P$LLhL= #zII:=>367!!'!#3333%#"&5467!5!3:>XB]'G rz-F0IDHJHL :7/pFZ(  6Cj*%@:DF"# 18FAA1 6+51"0767!535#53533#3&''67&3##3333DAmr;7PCh}zupu@G@7C7a{`fACzzCAuN1B3^X9B-Pj\@X1%!#!#"/326#353#5!#335#53&'73673CbM8'P*0xJJJJx""C("h2!D,>W/V)D9ghAbN[h\k_T?" !%!5!5%!5!!53!33##3333@@@FFY?GA5B6AB\@"-$%!5!!53!53!535!#'>7!5!!!@%=LNLb%MScr2v +(H||66!D0C8}TCC=4x5/ )#3533#5'35+35#3735%3!#3333IMKޑMAICAFA@ԭ,@A b\@0")5##!#5##'35'35#3353##3333nG0JK?G@4C3A?w?$A"\@&* 8#'673353#5!#33267#"&''7&'77&'77M3<$TI,POOOOhC-KJ7  N OZ+XW*W,qh9*HvYؾ::;;3GETQ QT0)8'55 C#`}2#%5!!5352$7!#3!353#5!#33fQflfPPPPRBBYAB/J>B::>:8#%!5!#3673#55!3##3333pK MM?G@6B69@FQ O=@},\@?"7!5!&'#3>7!#3#327#"&'#67'##3333^> #  +( D 3-8iZhFA9C87?H/_BEC[Ch»+BK!A;+) &!53!53!53!'>=!!!#5!5!5!5!!MOM#`8*#(IP-yVuu5HBBz???#9&''367273#327#"'!5!&#67##3333Lb?7B[ +* A?<h"[ZF@5A5`_  EAAp[BmM3C\@"B>P@:1!%!!73!!3#5!#3##3333wzNMMj=FA;B;+'ED@@ \@?<A353##3333'>7#536='>36767&'7&'"3###JUl?GA5B6`/QD twP% 3 ;9G46.)j08 n<6,nWfh\@0" 6&'7&5!367'>73&'#5!###3333VjUUk0yc0b?zL;O$WAFx/KJ'(G@6B6L[qtX+j,{uZh29{WtK" 55x@6,H67!'67&''6767!53!53!53!!&'!#5!5!5!5!5!5!53!!!!yX L֢PAKXr+M'P'MfrSZPZh*P*h(6 *@, ( >!Ca||a9E6.@CA>!1+2%"7Yw !@ZB-"@,;BAxxAN7!353!5%!5!367!!!!!#"/!#5335>\HEO O [<4D&hKKVSiJJ6J.*58!9>< y 76i?" B#373567#!5#!#3#5#&''##3333367&'767+35#{K}DJ- ۜRF@7?7>h8E)@%9"H<\\\\>&dd'=?NN@hBU D dH%C@bi-:I%C13KrN<7a%67!367'6276767&'7&'3267#"&='>7!&''67&''##3333[7:A/_ - <1J*63$?TP> %@-/F %%$[(6?uGC=qf}M904FA5E5udN:%A*MS$AB8B+ @,27(D!.''>5#5353'67567&'367&''##3333#b')hPG6# D ><..8?ZD5/3"(%9"F@2A2?=D,__+D<~?gg65=@\W TGMq4XK7_ FL@V0A6bM'T1<1 -393!53!53!!#5!#5!535!!#"/326=!567%7&1LLPuK\KuP&}'M8PK0' c{]3]$,q)qkC@@SA;@A@e.jG6O_8^*1 ;#3=#35'35#!53!53!5!#3#3!!!#5!5!5!535#535#˯`LP&:yymPmyyOlggAllAgkk7"KLLPeP]"DOuWIOQ() H 7)II8Hge1A3@s} M!@:F G &!' ))1* 75!5!!!!53!53!53#'67!67!!!!!!!!MOMlM)(0r6L L9))QZ=ZZZZ9Z/ąK4I /%-3 5?Z9Z9ZA5";%3!535#53533#3>5!#3#3!535#535#'67##3333ԯN ?%$ƠF4:> GA3A3 AA=kk=Vƕ*A]>??>]k, G,*6 63!53!53!!!5!5!5!5!5!5!5!5!'>=!!!!!!!!1LLPIY;_:*$(8 b}}IAAb>I?\>B5H@B>\?I>X6 =3!53!53!!#!#"/326#353#5!#335#53&'736737MMP bM8(O@`_7(0xJJJJx#D+w.F$ksAB  F=K)KAAJ?65' ,F!5'673&'&'5#35#;5#3##3333'326=##5##5##!#"P:3G8VX''0#FiiF'HNEIJ\@C &]I($6"&*6D!&'5##!#"/326=##5##=#37353!53!53!&'!5'67>l_WW4M1#MPJJJMMPfb$bf.66ll<8 C LllllkWjSB$,##,$BSj59X%67!'67&''##3333367#535#53533#!#3267#"&=#'>7!&'_:<I851GA3A3?N ./D &&&Y&U@zIJCpi~l8JFA=3<-#?/P,o>`b<%#% )z:0%x2!!<`G4"A)GO?/ N&'&'35'35+5'##3333367$73##5##"/326=#535#53j#1I/I#G P:FA5D5A'7)'--J!?.SK  PY3;=!>=!#"/326=#'#"/326=#LPL=,"c1(z? lX J2#. lX" CP&v7##3333ȥ:::ܥ?7#'GKI GJ GA3A3VptVVVVUpKDK00 @01$6F735'35#'>=3.!53!53!53#!##5353353'67#'67!"o<'ZsKrY):kLPL>K>>KGB'$7>P$E $Ʋ@QB,j]]j,BkkA/+AZZZZO_sW .Al0" =K35#!#3=#'#37&''675##35+!+!#"/326=#67&3##3333㘘vFk92$<JIHGI;\S 4'?G@4A3______u^]=,D LsLT*B,ځ 0\@6-Q35+33!53!53!#".5!'>=!32'.''675##535'6%3#67&' ІrMMPe= *% ' +3<-$ 8@A"wGar ip̓$iii`b}}h7޳J2D=uTo:#< s(89: =l'I *#5!%!5!#5!3#5!%#3%#3#5!#335335PNROLPPPP0XAE$7D9B49AX>_?(4>BBq4 @,04,>67!#!#!!#5!5!5'!5%!5!33##3353&'#53533#3$jKOcc6?G@7ʇIOM :63/:f.9A~~A9~BB7=b\@?63?RR?54?0"  *.2#5!%35##33#33##3333#!!!!#37#3}JV;?e?f?G@7B6K: JJKK7!367!!!!!%&'77&'77&'7TT@ >&=G@5B5*U:( / P_, ; I: E8.JJ7H h\7tk4@ BYV/4*H8>>u0qQ [hWQj>">GG>2"O&'!5!67#367&'767#5!6767&'!53&'#5!#3!5##3333A,+B+.?@:692901!!0,7/@8164>8:\NI]$-- F@2A2PZXRv:QEF0>=5+64@FA<:2?$CB&9C%H>6(A>Y""S@7TIBB<@592Tb3!535#535#3#67'675#535#535#53533#3#3#267#".=#'>7#5!#3##3333Tgd^^]]$At7(XX_NgXX#3J $%#+.% V__ ??GA3A3];;S9DD9Y9;e9D=Ot /7e/340-?GA3A3m+2;`??B;?A0 8%+ 4A?;DFA F6_S.?/6RA ; R-=2 @MA5< < @5=+-;*4W\@54 P&'#3%#33673&'!5'67+3#67+3#&''&''>7##3333 ><3F#ffff?uT~LWQTe"HV ;7TEa[H/CK(= *1:1S, GA3A38D;AXieH2M47I92_, ?]j~4M`2ZBXD''WDWE9 @ 6 .:IMSY3&'!5!!5!&'!5'675###5!#"/3263!53!53!5!#3!#3675!67%7&<=3f--_Y-."jTKo.D4 MM P  KӜT#S" \"l:NL<;sN?()(.D]{5=A#A 䥥f<<%u(<<&;4<)c6/95>;9]ae35#3!53!53!2>54''67&''67&'767!!5#"'55!3537&'3#&''##5!67#55!5!MM P XFM`H 25:.!C6-9&0G965*A8khA/6#8*I;0Y)*`KCn u//^åf5P>(:%;-ED6!; -,&))-3&9078jA;P>4@AwG?ha"$j77k88;  Qj&'#!67#35'35#675#%67#7%3##5'67#'653&'#53!53!53#3!35#5!#'673#&''67&'"#p"!⣣2q0  Х2J24V8L"QM P MG"T8O)B 1F9i%k?Cm&q:2+5%.,--&46616'-K p:{R =: 5%\ww\7#<377(w .<_73#&''67&'673#!#67&'7#"&=#'67+367!53!53!;Oa>=!.@䋋8 p^B*+@5D0X V.}CG|I2 % (dfMIM'Mb*$5!/.0d0/i]1 FM P DIN  H)5$! YVXXXX4VC 8A88'/D2zmO@9:A888 8>59 G:*05#AN$07*)) -r*.OY.f '4GKOSW]%#53'35#3#5!#33533%677&'7&'#5'767&'767677&'7535!535367&'7&'#5'767&'767677&'78񹁁_PPPPP 7" 2DA~6 .4# )!80* 7/7MSh2#1 *5 2DA}7/3# /8,/ 7/6MSh1#.ܱ:@22 ^ZZfhQ   D$99= :8O8GDqa;\kLR66h::d77d77dO^[a^   D$99= B0I>GDqa*\k[IC 677&'67&'67CwJKFp{FLK{FLLwJJH}ELKyIJGάҨIJ(3%33'>54NcMvMBM>H8<AS)W*Tǫ)#'67'>53&'3&'3 5B2:VLKW6!A#3Jd6!A#3M/v5KͦovEEV+ #7&'67&'67&'67%&'733!!"&''675#z[3L8^U7L6[3L8]U6L3[3L7_W5L34aE4ZM.ӳ.<]$T=ūڬ ֡ Ӥ .nC.Z02D2@BA@9@+= 8<!5#5#)5#73673!!!&'#5'67!5!5+3&'73&5#OC0%q9"F$(uPێMp%C-'#d ^```MJLPBA;>AG?LL?GA>pB,BJE^^I !!!!5!!gGGGf&9#!!5!!'6#5367!!}$-_M;C O !BEEOá.JD?@,ODna(*%'67#5!5!!!#"/32>7!'67##67RKRCd(??Dj^<!0Lc"q]=A-DB0FgWJ H RF[,3 !5!!!#!!!!.VP`{CE2aD4 %!!5!!5!&''6&''6LQK fL1CW8[1K gQ1E\9U1lDDDD& ba}=v{@) e`=m> B273673!!!!!!!!!5!5#'67#5!5!5!5!53&F$!"H6 C=7^@4'>BBn:@^>YA;1!#5!327> 7#"'.5!5!N8bOLp%  N 2/(q^Pk&&& ZBI=!5"' 4>? '(&r3!#5!327> 7#"'.53!5!N8bOLp%  N 2/(q^Pk&&& PBD=!5"' 4>? '(&1!5!327> 7#"'.5!#5!8bOLp%  N 2/(q^Pk&&& N=!5"' 4>? '(&B?-1!!327>7#"'.5!#=#>gZJ!) N ::8\Zn')' N= 7)-EGD&)&%?C-KO!&'!5!5'67#535#5353!533#3#&'#5!327>7#"'.5!5!q!!S`x*jἼNNl*kZM2TGFc !M2/0~6TMY'/($3j(qP@ZA{>eeee>{AX@Hc2b) ) )352@{-6 ]3&'#!&''67#5!67!53&'73673673!!#&'#5!327>7#"'.=!5!5HL%^&׋0D.0f N ,*F )#]k\M2TGFc !M2/0~6TMY'_+C=r'%GBjA68AQ-BUWa[YDTAAA:4AjBH;^2N) ) )352@V0_<  \!567%7&7!535#535#"'.=!5!5!!327>7#!5"&#.=!5!5!!327>7#3#3ku'{ą(|ỻ >. v,,4(M $G. v,,4(M $G<)kk:V6^::HS:O?k+#'67!5!67!!353!#"/3265##*KHQ)]# N (>O4#M"QH!# Oolg^@BD?;8;DkdCD$0/'!9'>=!3267#"&57&3+'3265####353"@=546 G"]B @]C@@1=IA6zľ0% J]"E-,/0 G-yQJ;?767&''67&#'67#5!67!!353!#"/326=##-m4Urm1m#KJS$dO %/N)#M LE" N7&35?410&C4G1L$?!3"- R:D{C+'2CA9ZZCBT/1+%!!73!!!#5!#3+'3265####353~}OML1=IzeOAbbA`TܛzD1!3735#535#%3#"/3265####353!#5##3673!Z9>.MzIMIM}L(/U*E &cP,@8M F5C+%7735#535#%#3#"/3265####35#5!!#5##3673!37?<}MvHIL}L(T\U*D&kS#B",@8M F5@ ;5#3!5!!5#5#'>5!53!#3##!#"/26=####!Ob9*&xPr'<+OE> MKUTTToo<^ܠ$VVAT@OU)B,@A2(=!5#53533533533+3!35##"/326=####!5!#5!#5!!HXnnKPKnX?!QI!PK"MfM,@EEOOEE@mmCC)(aȇa:'+7;5#3'>53"'5326=####5#5!#5!5!5!5!!5#3wC3T@JOVA3 MJ==#8$+SS >8U\C&󾾏D#G9EA":#!#!#"/326=!###!5'!5!73533673#5!#53& NDR"EcK&" PLHXgD (P%C%L@L@?Q'C(l0?<,E<;%>楥1/'  8!5%!5!!5!!5!#!#5!!#5!3+'3265####353ddmmO N/5Lw.7G7AxGRKK6KGH+"+1HH0 G-yQJ5; #@%!5%!5%!5!'3+'3265####353353!!3#&'7#'67+CCC1745"#"&=#'>7#+'3265####353yyw}#A'%CKE/D#i-D#Y,Y mk .7G7AxGMQQ:K6:@FOOSB;AC  .++,4Az'? tc50 G-yQJ/' #4:@5!!5%!5!%3+'3265####353!!535+#5!##67%7&oQ=77s-5E5?tE tM;E9S.YG)~b.ZBBaa:ZO0 G-yQJCCCEb7jE;Ie:_ /' "5M!5!!5!#!#5!%5#!5#;5#67!&''67&'7#5!3+'3265####353^^K'EMbjkkki?AbY>8WCs\w.7G7AxG32g߹5PPPPP1EI=75="2B!==U?0 G-yQJ"<S!5%!5!&'#353!5!'67#5!67+35#5353!533#3!!#&'#"/26=##5##5912:Pa OMM߂a"A#L!QHD PKA>>1=f#+*$<<->2C<-?FFFF?- ^DA]ܿ/')c#3'35#3#5!#3+'3265####353!5#"''67'6767&'4&'#534&533&'7#6732>75n??IIIVIm)0D/>mD2'"&-+,"M~ N?E&.#y#5%7 *;Q--px0 G-yQJR:`<)+'5(?*8 q 3@ - D! )*.g_mpP<&/6 ]c67#35'35#%27#"''67##!67&'!+'3265####35333&'#53533#3&533#67&'7#,>2C<GB-Eo*G#4) z)0D/>mDm\)L'hI&&8-99-FSRGgg;`_aLD46,4v0 G-yQJVCA\\ATE}?igFnG"Z^(' ^35&'#3735'5#;5#3#&'#5!#'+'3265####353367#53&'735#' 7369 M=HHᛛA0W(KK,3F3@sFqV{ (>,'>}y= p;7AzA97D{aaaa7]]]DOAUNI,,U.o0 G-yQJKVA>=DLA-? W/<"&*T67##!#3#!!5!5#535735+3=#3735!#3!+'3265####35333&'#5353vG |O喖O[-5E5?tEsTO80=58x!6>:AA:>68???q====L?<1=0 G-yQJd85?XR<!q67#73!#"/326=!#!#!75###67'#3&'73533'67367!#&''67&''#"/326=&:0PW"BsR( PMQj3&|Fy'4.,ES++>/)0YKX18@5TC'D 0G=f$nE=q ^=: -<%/Dx a0U*C+q88?M$J]gSWiC03FB8<@D^} *BR,$=(40*=",Cd+'1= R5!!#!5!!5!!iPiHWH FF/!!!#!5!!5!&'7%'67cPc:JJAOF8]AY8ETEBzl"s{}$w|26 #3!!!!!!#5!53!5#'6K _kP7?V?d:CCDD{-0###53#5!#3###53#5!#3OֹOmAD DDDAD DD4=%+%#536=#5!673#3##!'>&'7!!">-L%;N^b5VQ347L63DM{5E_[N\EDJyI9?wUDESh5xP<;+367!!53&'#5!5!5!53!!!#3!!!#5!5!?)(kz%+WPW'PP>pAa`A{>>*- )D35'35#%&''#3##5#535+35#53533####535#5'673&'#i\[gKKUHKOӰ gCj!dcc:\.SxxS S??SoS@ee@SD>D:>dc@:I$"7&''>367&'7676767&C{WEhlz_4;!r?peIx?6#0,4 Dmb63+`M+]#"77&''>767&'7676767&!5!#"'532>nAJ-B  ( LQlj,&P:EEY?*FDC|*R)("Fna? &2*Dos>,M8|{Fd7IG(G7>7#53653!#"/32>5#'67&''6767&'7676767&B@6'8: M "!5fb( \a84 ODa^+ "G6D@R"5F6@ziopvTC[pO|ӝN. F 8rŕm8!@$D{|n> , .Ky #NA# Q767&' !5&767&' !5&'73#5!#3767677&'73767677&+)C8 E/5 C8 E0>9$II,II0$?*=&6'?Um : J,'?*=&6'?UmOSeL"E8LaAeL"E8}`n77N ihx6te 4dno `qx6te O<0 -{767&'3&''7&''767&'767677&27#"&''67&'!&''67#5!&3767677&'7.'3!678,"N7 2n >*&?7 7W6( 70;3?(@8;Z!?W%f2to0O_ZM+U9t=K).9:5=%D79bp>/ ?`!o<236D$D0(L2v!$h}>"AU09 EL!NO&SU! G6:H)=&BHV$O!>!EH0cA#3V(&9Y!SJ%VV | 0Hzh$"AF.-:'A3))/@ !!'65!53:WCg>UfPD;7w @ !!'65!53##"/3265!5D\!f;UPf(T637>S??fUBhR6;IQ.C@+:&'5!&'#67'673 %3#327#"'!'>5!53!I{fx*{u 5!4ep c*BN!b9*&xPr@L (A\ =9=8< OE?+<^ܠ$VVA W%32>7!!%673:>7#*.4=!5!5''6!53!!!#"/. A _z8 bK60J.  K/)\RL3:E#*N1;.U:LvPx #%1UEr.(  + .18 Џ/Q=&=*3VV@#397%@!%!5!!!!!!#5!#!!'65!53BkJ0OOf;UfPAAl66U˿;7m@ ;35%!!5!5!35#!!!3#!.''$7!5!6=!'6!53LGOw#@@4y,-}64.9PsP'```;gbAG?I?WV?I;OT='3V@17!67#''>5!53!##"/3265!5!537& x1L.K!""G9*%yPyfD8gL;# xMk=RA?;F4 mj@/A=^ڡ"ZZC{Y*B.C'j{#pA"9!5!!5!'>5!53!#3#!5'35#767!5!&''67&b9*&xPrJAJntUiM|ӕlUThh<^ܠ$WWAT@@T&$S8:[@@kL0@%CB&@3=A :67&'!!5!5!5!3!!67&'''>5!53!`mGMG94?';Lh^M/(rGF;607,E/ R9*&xPr7:>[!bRhMjCC@T@6;@[x(bOdN#ߠ<^ܠ$VV@ ;35#35#!35'35#!!#5!5!5+!5!5!5!'>5!53!!!!!!JQNSI;a9*%yPy=aNUUU6N@tt@KKD>?=^ڡ&VVA?>D@%H!'6!53!#3!535#535'673767#567#533;#"&''67&3-7L}PydHW SS9$/Z<8PF6ܔ>8L,I7(ފU='3VV[@@C?'? %S.L_>^V<}i5(A.:C474C7A #c&'#35335#35%5##35!67!675##''6!53!!!#&'!323:>7"#".X9W8ZI \`M3 U:LvPx pZ% X"*  K <22;=0DSQFYYTWW7TT7W<)Lr-;G3=*3VV@ '5!53!!353!53677&'7?&&'7Ja;*&xPrMNK3?9F E IB5E/Q=M5ݴ??F=]ݠ ZZAqqqqkybh agmjatq? S35#'!5!5!!73567#%7675!5!5!'6!53!!!3#.'#"/326='67&[N'[N_KF%X/O85('2,9LwPw<<#CVUb%[8&I*RK% $e]4XM;>JJJq4I=.E?$%o;MT=)3VVA>@"K>D.<+KS,C(irS<+78F S%#3735%5#!35#35#35!!#"/326=##5##!5!5!5!5!5!5!5!'6!53!!!3# K6L8#HvS(" KK6-]-\=MP|@@888857777r77l0?< "057;741߸=(;SS>1h@ A  &,0>35'35'35#'!53!!'>57!!#67?&733#"/3263P'+;$ SJ/Z0=9X8S99=JdK?WK [[XX4TVVCj<[ޭHTeC#KR$XV,MU*CAaf&''5!6767&'#3#3:>7#"&=#'>7#53=#5''6!53!!67&'767#3yCB{V3&;$;/<(A+;69=?I;Z/ G+),Z-(iqQ9J R9LwPw ]H5G4S,D&uVdcW;3+B8IB$FBP>%>!%e>z "#1.0/8@SB>S$":=)6SSA%)17A*M-76SF IY67!355##3735#35!'6!53!#3#33##&'#5##5'67#535'35#535#53&'#wHK:MwPAAW#XKKX"WҼg.,;BBLLpAAX#5!%35#'535#'6!53!!35!67#"/326=5675367%+'32654'67##!)FYa2,8M}P~ qC?QDz?.?6-##5+ciHL4 *4)tA+H:'B2V^:H݌T=&4VVAH:771;F;< 7<)x]}D@@#.iYoxs>pK O_35'35##3=##3267#"&=#'67!'6!53!!!5!5!5+5!+!!!3!!!!5!5!5!>V>=K++*q,s!nR>=MP|`CK}K4T\P'\v1 ..-/\.[//" ! %63I ;>{=(=QQ<51*3''3*Zk75::57A  =S35'35#35'35#'!!'6!53#3#3##5#535+35#535337!#"/326=#'>5 }~2,8M}PI@BI%/2U5#F9.%LL7G+;;qq>C;B7EG',=*'=1@ ~2,8M}P@9J>Ml jA89@N 0=3&'367#'6!53!267#"&=#'#3#"/32>7#'6735#5'67&'767#5!6767&'5!&''67&'7(|DF~7(/\=MP|g ;#)/d[. $(HSS+J Λ*-N,4(@/2/@$H223<0F3:r,AMNkVM{`@>/0=:%DMMD%61S߸=(=QQozU;1/9"&):%"./'/.42&3-?j 99H3%; -,";(1'F M!5!5!#3735%5#!35#%!!#&'7#'67+!5!'6!53!#3#!#5#535#!gMahvlgoL\=MP|O 33/r????2;;;a*09:D8'$K2<*;*߸=(;SS>3<\\<3 K !ITos5#35#;5#%35!!35##675#6#3!#535#5#67'#'6!53!#3&'7#5!#?&'#".=33267&#3#3#67'675#535#53~ABxAAȼP}}B)}U^ȹF!*<60?yx>9FPȱ4:%60 9.$:,b++# F29?/}}JAA*\4%<1&;;.9`p:8[&  !z/>,@90=67E393/"767#567#5!33!!"&''67&P<-):kX"ReP@IBL,R73.+g?czAnzBBxpAC1D8FU:9CJD%"9767#567#5!33!!"&''67&3!5333'$73#F<+$-iEA^BAI;O,Q50MLKlac.+d7aqAsuBBxpAzH4C9IU>9AQ@AAyD @DD%"9767#567#5!33!!"&''67&%#3!535#535'$73F<+$-iEA^BAI;O,Q50/op\v.+d7aqAsuBBxpAzH4C9IU>9AQ@AAD D @D%/ 7;35#7533!#5#;5#767#567#5333!!"&''67&%5#L/I靝<)#`=>Q7BJ9K,N1.ҝ@vvWG+^/TpAvrBB}kAsN8C>P PTNNz+Z@]tApxBB|lAzI5C:KY=V?\\?V>QQ7BJ9K,N1.UPA.6j>+^/TpAvrBB}kAsN8C=#735767#567#5333!!"&''67&#3!#35#5!Hf (P7!J1F)9%^L<)#`=>Q7BJ9K,N1.6ƫ%GVTˑ,Pp%?:;0fneej+^/TpAvrBB}kAsN8C7#53653NN ]x2GJ,NuHJW;5YmH@@2'##5353!533##=! OOOO. JBBTJB 4<2!7&'#3##!'>7#536='676767&-0;z7#. $ N br.bR <X-\NJHNP n-v,q3(/EZA?8xtE-jDwf L4/!!5!5!5!5!5!!!!533##!'>7#536=311NNj].SWO@@e>]AA]>ooCb(;"aNC&77$0'.>%533##5!'>7#536=3'65#5!5!53353#5%3#3!535#5353NN(.ISNe9TQ4JMMƷGNrrBF;R@B!11!6)0p>=v/CAACk4<Wr67#7%75###67'#3&'73533'67367!#&''67&''#"/326=&533##5!'>7#536=3:03&|Fy'4.,ES++>/)0YKX18@5TC'D 0G=f$nE=q ^=: -<%/NN%.MTNDx a?M$J]gSWiC03FB8<@D^} *BR,$=(40*=",Cd+'1= RnnCߤE;Q@C))<4!3%327#".''%&?&M u<@D36A#iKYQFk 'aT)T4_dDm{Y'*bڀD\*:/8:8<8$5!&53!!327#".'5!7&<K &), $H^ JM> $XY$^GFE`aDFs}Z&H AA8*78:<8!%)7&5!&53!!327#".'5!5!#`S$g7K &*, $H^:A8- 079,297#".'?&s= @3'$K  "%& F^ DE9g5LA7? CCA,C+>+BBEu|lEblM"UJA*DT)P2/X%67&'#767&''67&33#&'#'67#5327#"''67#5!&'!5!&533&'73#e`/ k+EX?+7)B:&-+NBunt2>7!'67!5!5!!!#"/)# N.L  )-(qi}4!B]C,cwQ# E W,!5!!5##"/32>7!#!'67!5!5!!   '&9]Z+ P J*2\>|L D4I8V:8ÿBݚH^!3%"/32>7!'67!5!5!!!P]A  J"C d!1MjE k|"3BYG,+P' @G#3#3735'6735!5!533533#!#"/32>7###'>7'36=#5MI,LM #cN& M)yn A0^cFCRRRRNgM) DQbL4=0yo?0AMC 67.''6767&%!!#"'532>7#'67!5!5!HX>J&wQNOt0  P~3 K e~ E6Ej y#UK`y].E 5ab 1 B2-_23:>7#".5'#3#"'53276765#'6735#5!7537537#"/32>5# f)*#3 I #C<7LQ? a  #'_) K ZMIB ,# IH#9*/6:B!  #!>b,&E 2BԿ#ѽ<(VD$)h(=:!5!!5##"'532>7!#'$7!'67!5!53&'73673!  ,2:]Z+ P! K*9F%"H&}:C, D,UR qBu,A510I9?&B}+=7=C#3#"/3267#'6735#5##"/3265#'67'677&o '_)1 K CaA+ -CU$F 26tAr5EL5F3UKaw_,E D2BKDV)E+DaO# F2!26J#3#"'53276765#'6735#5&''6767&'767#5353!!6767&'T  #'_) K [:G @M?iy7+ ==N E\>0h]Cx'0>b,&E 2B :* DZQ12NcCxxCvvMB" ZY0K35#5!#3#"'53276765#'67&''67'6= 7&=67&O #9cX" fKt?4/A PM&M59>4.02"2:6C@R8< !BUK,'E 2!H;Ecia8^BF &l8qHC  d.5 [3&'67#%767!5!&'!!!#"/3267!'67!5!5'67&''67#536733'67&E6D7A#)F!#"/326=#'>7!5!53'67%7&!!#"/3267!'67!5!5;\K |MQ=IHPW; 2X767%67!!#"/32>7#&'7'67!5!5!!!#"'532>7!&'7'67!5!5Ay. ; QcZB DV#_B8" O H WmcH @_#^J7" +F5O9U3;4Q:T4(FgpA-C #68;"sB(Fyt:#C 989$sB>K!67.'#67'67##"'53276765#'6735#5!#353!!!!!!1NC0=8CGT"~8-\o :J #&a* K M^yyhA^KGN#\D8&A8{?5A%&E  1 BUK(AM;O;S97([35+335#5!#3#"'53276747#'67&''675##35'676767&'7.'3#67.斖 #'_) KB@/FwK_(:-M4),BRLC _&!BUK,&E  1 r G, C2YI AeVcDE,v 5 Pٱ  I-  @_35'35#35'35#'!#"/326=#'#"/326=#'>5!6#3#"/32767#'6735#5<D6#?C  1=#?C  1A!/ %lJ$ ^F]>A]>AC)V(D+}D+} Yͯh)0aTLRE 2 âB0%GY]%35##3#"/32>7#'6735#5!#3#"/32>7#'6735#55!#3#5##3675#v %lJ" ^Ht &lJ" ^HJ} HGav-TLby^,E 7_c2 âBTLby^,E 5ab2 âBDDDUD66pPIp*9 2S3=#;5##3#!!#5!5!5+3&'73&'736735#5!#3#"'53276765#'6¥󥥥JNH?% B-#v"%B+'@9#E$* #9cX" mKssnnn7#'6735#536735!5!!3&'67&'767&''67&'767&'7'67&'767&''67&'767&'4zT,5S@0 DF$ &lJ" ^HuG@"8;,&').(($&4,&').(($&.%').(($&4,(%,/((&(,,FK75N*A*AK-PTLby^,E 5ab2 âB9S#,,AA-,/$/ %$6:,&/ /,/$/ %$6:,&/ /,.$/ %$660&/ /,0"/%)/30*.,8 '4;?CGKQz#53'35#677&'7.'##5'7>7&'767677&'7535!535367&'7'#5'7>7&'767677&'7!!#"/3267!'67!5!58񹁁y 6! 2 / @~6N# /7%6 075ITf 1#1 *5 3 EA~6N# /7%6 075ITg 0#.S Hg|c9(N-jyM30RMHKPTA9I3 4(29 0AVPKV9H11P44P11P11ELNGQJ9I3 4(29 0AVPKVI>-'xA<. ! Ug/9fw'%5!5!5!5!3!#5!5&'%'67(WCbN\O>]PEFDP8]DX9?Bl,Aww~y3DN67!'$7&''67&''67!5!>7!'67!3!67&'##"/32654' 5!oy}- L:%L 03PK7RYX}-#.OZ+=DUa#p&.9a=Lm%Y@;8R5(;)9A8  * ~AXO3K)U8rM;L9XY=A=n4*;M'675#535#53533#3#67#5#3#3##5#535#535#535333##5!5!5!5!5!5<MfPk=TXP5PPXbbN{0? M;CA??AC;F > =5C;E>??>E;CA??Z>,AX>V>-D +J!>7!5!#3735%5#!35#%5!>7!67!3!&'#5'67!5!5+5#5!#!  6=PJ :L 1ޠPɊMBbB #5555.6667qP# Q`7e:D(;/__/;(D:#͈#| 6$7$7$%@a&Y(8(+j\;<77:6496-%+36=#5!#3###'>7#5;#%6767>7r#xxxM AB;:: vĤBu3|#|3GwO3R{HZkBBBFG:>B kX^Ir0{NO/V+vW0\|.A 067!$7$753&'#5!53!#3#'$7!'6hr JkPoV`:M!:E)V"u:{#y#;#v?@A``ACD)C-DMțcH4H\MNv,McEr0zKP0VS2\}.';C9 qV_9aOIsyrRBaV8^a5`>fBANUw767#5#%676767#".='>=3533#3'3:>7'>53;:>7+".51HSs*{~+E+T| 0//-,& S")7!L0;   :B>K !-,i'!/ M ;70i`V %WWa6U9_9=n8x?A8Id$$%# 8 ZEPľ6;5A@0+1.{   )" )/2 %  E3##35676767#'>5!#"/3265#3#3!535#53HHԶy2z"{2#˅2JpD>M7iixzkkM5P<WCt2zKP2UR3\|.W5Tìk#V)C,U:s<7#67'&'#'67#5353>V85/&L$?,a$pzLi2nImG2Lt NJ.g2v1M,F+l(^gM~Brq5AP~rBBFq2yL+vV3\|.BcN1V6:j׌pBB)'#'-39?7#5!'676767#3!535#535335!7&676767Iz)M[mh/Nu,GH3,މ3H3%CJ\C:BZ??ZARRKrrbDXSFp0|JP0VS2W*,06<C67##!#3##5#535'!5%!5!'53&'#53533#3'676767XIͿOv=={NOKt3{/~3J4T2/:#Ff-:AyyA:~BB6=i@63?RR?72@uEq0{JP0UQ1\}. ?EK#!#3!535'!5%!5!!5!##"/326=#'67#5!#67'&'6767HWW5]6?( q/2`6V7AT9&ޓ3R{5-;u3|#|32@@2q::09]8!A }eR(J`JKR1\|.+\OIr0{NO/U3$7$7#G+>`+gQw`U~:X`;F;0*7 -3#'>7%!!!#"/32>7!'>5#5!53'67M61W}3?2c-zU$@<5vi0!(sr9]c,O_7h},8 P9{Q%UDY=G H 1X8FDBWz)* 1H#'67/67%'>=!3:>7#"&=767!5!&''67&M2,V=)S;a(K:a  B-*,55!53!'67#3&''67&M2,V=)S;aB6SZ9|m8/,M+>#Cjitsg[*9!Nl$NuAXy#YaԺ;\ޠaaCLF 8:AsV+B-dd-B)Ya4 %W#'6735+365735#35#'67"/32>7###'>7#'6735#53533533#3L0/V<'tc qKqqqq_S2f7%CRRRR펙*4 *#'67/67?&!!5!#535!5!!3#M2,V=)S;a'(W2~*9!Nl$NUAXy#xD!IABDDDCDDC* $#'67/677!!3#!!5333#M2,V=)S;asUZgK*9!Nl$NUAXy#~DDDD1 %#'>7!5!5%!5!'67!53!3M52Oq/='\\\rU;aTmM"<%O9{Q$KA@W{$;B* /#'67/67!!5!#535#'67353!!3#M2,V=)S;aWKת.LW"H O*9!Nl$NUAXy#DD Cod P@DC4 '7#'67/67?67!5!&''67&!!5!5#53533#L0/V<'S7!!!#'#'6767'67 TmJ NfI#+K0/V5M%M \T7M2,V<*NY3N::Jj,NNAVA^A.c@#5 R#'6767!'677&'!#&''67&''>7'767&'76767>7&K02V<&t^>?T;;&9s&w)-oF3(lQ:Rs7 s8542 8%Ml$J5MHy@W{#U n :\I9!?*IO$>>;F2!:c3@!oA4&XR*S]6 vr/ T; 9?E!&''67!#"/3265!5!5#5'#'67673&'#677&g\XR#T;a I&OJ! 30!0K0.V=~O6.kn=@=w:bL#'67/6775!&'67&'67&'67!!5!5!5!M2,V=)O;]hnJ7F=ST7E4J7F=ST7E4J7F>QQ9F2+]*d9!Ll$NKAXy#GAAYgsb[f[QYgsb[f[QYgv_XiXBBAA74;67!5#'67!5#53533#!!3#;#"&''>7]$G=i(M2,V< O*\23D%/Jj,76!53&'73673!3#;#"&'M2,V<,Jj,$(F-)w=/H)2^27C * 9!Nl$U\A.c@#J jnHXBQENbNfZDBCDZsyc4 >#'677!5%!5!'677!!#!5!#3##"/326=!&'7#5!M2,V=)||S;a5K2~`gg(W\U+`E4PX/~9!Ll$NwKK:HAXy#u<7535#5353'>7'6765##33#3#M2,V<,Jj,77&''6'67&'6733#;#"&'M2,V<,Jj,7J'67#'3265##3673#3#3#67'>7367#5#'6735#8zP9bB 5 gJcU%D e4 - F8'K((~W<>&DS}'F(%\F+6d -4?A=@92BQ 8830Nf!6,F #7#'677!5!!5!#367!%'67!!5!5#535!5!!3#M2,V=)kkONS;a+]*q9!Ll$NwX^g-3 2%AXy#AAb:Z>>Z:@ BH!5%!5!67!!!&''67&''>7+5'#'6767!!'67}}^7>^a?kjS=C1'7r%+I ( K0/V2S+G  T<`MM6F!0BA;S@.@&BE#?53?39X-"% '&7#Nls 'A&J@W{$4 *.26=C#'67367#'6 %!!3#5!#!5!!5!!5'>77367K2,V<*X h=XA dl  MMMKKKJj,66,<497=T2DU_Il%7#Ml$N`@W{#5w44w>}=-1: ?5%%26;)%,<36/&=?Z@[=}>5QW%67#7%!#67'675#'>7#%'>7!5#'675333353673#&''67&'%'67+4$P1,`' QII0?:L}7 *6M*+^/AKFJ@: C "P1\#\5@l1}=3Y@j?&>&-DfEDC><G,&F>/ Kg~ 9ODcP:M]\N2Wi|XBT{ 7-17Y_e35#35#%'>7!53!!!!#5#'675!5!55#67%#".=323:>7'&'77&2ooooJj,< &N,H%:K2,V8 QoC%C%K'998030K  ! ' ,HW)\zAC2@0f A.c@#"XXANGD"9!Nl"3N7dcn00/ #($ "23G<2?{5PV%67#7#3#67'675#535#5!'67!5#'6753353353673#&''67&'%'67+4$r_=Lfr+*6M*+^/AKFJ@: C "P1\#\5@l1}=3Y@j?h/ Kgÿ~ 9ODcP:M]\N2Wi|%"BT{ ;m%67#7'&'7#635'35#%'673533#673#&''#"/326=##!67&''.'#'6726367#5/2 &=\{U> Nf&:&C "K0U#U35T$ !@2JjP28 , +K(&]: jT%.-H? UU:RBT{ YY?V9u BFDמ[J:GTSH$C<x FY,* ,45/Kd!6X8m 5 gms%67#7%'677.'#'7>7&'767##'6753353353673#&''67&''67#677.67?&'3#3Y@ju768Ie G./C4/>M.&a)AKFK@6!B "O3X"Z7?g.w;26 *=C*ML-SW5">!8;<-BT{ rH #? W40>;NB'0Kcϥ٥| BFDfL:J_]L6Ue{-,3)E>2GW-^N 4O`eU6D9  '-7&67327>7#"'.57&$GKI "$41': M  "<:F/F!HK*J-D[EY68< KPK-Yd' 3'67?&PE6FA@$D&W~V %06<B%367327> 7#"'.''67&677,RHEQ$$41' M!# <:F/A(as)TRCHGIJ(J-bju7 4,& GQG'D<4@=DPDM !#)IOU"&=!5!5!#5!327676="67%#"'.=3327>7%7&?&cHPE00 P 71]RU,B,\ $"#ÁB7q !5"%. ko212+V8 &!&V57&'7?&767!5!#"'532!&''67&!U,D+^ $"#0O:FI!O #%CA( |?U7PEsAS=B:ai_ !;2.~m%U"]Y'Qdu!jZox566*V8 +",XU*M_T"<$3;BJ D 8J@',=)+KA@#' %+3'67?&7!533##"/3265!7&N>$><.?>NYY(U7pi5*KOC^AD>W~e vDZ,E0|"&/5;A!!!5!5!5!53!67%#"'.53327>7&'7?&uVVuPU,D,\ $"#7&'7?&e:bK±Pk&(& {PU,D-[ $"#$><.?X F /,F ~e vA 28>!'6!53!6732>7#"&5'7&7&Y:GzPk=G@ (5#  K 4/+u;GE+J*ԭ<0llB L1$49? !BY?K@G,# <3#"/3265677&?&5!67#' %!!&'#'67M"F&ESc8B8hxAQ8C5Q=dH>GK@"e||"f|F!B rx #~!~C;E A?ACCC^CopAa!1=CI!5!#!53!#5!#5%5!67%#"'.=3327>7%7&?&KOPOKPTU,B,\ $"#7#535333265#"&=#'&''67PMVM1._gL  ? @#$#>$>CC~~t+|HAkk+@@?:n= ugXe 25;?3267"#"&5'6=##&'75353!#5#'673:MH '#g-"w.F89M"J;$< )MK# D::P 1 EvJ<`1+ lr Rrtt+31 ~"/ %+1?H!&'673327>7#".5?&%7&&'!5'675!'67)feeV*@,\N #%C@(<J#%"OOM\yb8#V +0+,V1G_.Z !}wՒn>5>77>5>nnCCw`2KZ' )!'3#3'67?&53#53#5!3#3(`N>$><">w'#rwWHE%~e \`UDHE%DED!D&,LRX"/3267#'>7#'>7#'>7!67%#"'.=3327>7&'7?&3bH.)$g#^;V$4`5U2U\1D!EW5U,D+^ $"#0O:FI!O #%CA( |=W7PEsAS=B:;DlD*7#".5?&?&&''67&''67#53673?67!5!&''67&V/FY+B-`N #%C@(<J #-2D9L,$n!,;##m;B1Z0OiA+-6Af"gQTtAAgR:@?\J6@.F[8"&%!5!#&'7367!#53'675!ZK6%9$ NMFK=$=Z9@kohbFQ O=@O~[ 7837=3#"/3265####'67&'767#5367!!3533'676&A>MI22)9'/"<N0 M xt"5MN=$=CD1#_lC.H42 f~bweD/;13De\O~Q 1 '%!!'673&'75!53!!3#5!#35!w=$=,Ot<:PNwM49 ~ lr *D'??r'  %#!!5%!5!5!3'67&'7K9xxK=$=;!9%[ABB"~[ qkt/ $8!&''6733&'!5&'76!#"/326=###zf_U:=$=)MXP>3k4&<; g8*UPN:Rki ~v?)(69- % op >lU*E,p !  :@F#!5##3735#3567%#"'.=3327>7&'7?&NrLU,D+^ $"#0O:FI!O #%CA( |=W7PEsAS=B:LB;ox566*V8 +",;UW+M_p""B#?EK!5!&''2676767&'!#'6%#"'.=3327>7'&'7?& Еv3Bw^YKIEF7;N @.[7Q"#!>B9FH"N #%C?)>F0DU1U>T>A;@Irz0>B_pcO0.`.X)/)&M.T0HB/B"q}y6 1#!#=!3'67&'72676767&'7&'LNN=$=;9 . R7#".5?&?&4'!uN\"TJg!2vjV*@+]N #%C@(<J#%"V7#3:>4767%#"'.=3327>7&'7?&T,=G  Ϩ(]9i-03#9Ofoo)+2!!KXK!> +5.  *#+ox566*V8 +",;UW+M_p"' 8>I#'>5!%!5!3:62>7"#".5367%'67&'#37-4G1,RH&n!-I "B55;<<K"U;$< 7KK#,Tj'e.?0 4"&8;C  @s<{ !WN~r'&*06767!5!&''67&!!5!5#53533#3'67&'7;K{sCOHyhwse5NM=$=;:*_KNoBBY6(A*HM2B(@LCCAssA~e  lr m' MSW35+365735#35###'>7#'67&'7535#53533533#3#"/32>7#%'6732m^ lKjjkkKsum2deoI&; KjK &':0 g=$=)NA)$AM$)kLz9>2f7%top O<CRRRR펙* D)KK ~(*.47.''6767#5&'735#53533#!!67&3'67FXPF[(F6#:O%6B^dj67"/3267#&''67&''67&'767#'>7!67%#"'.=3327>7&'7?&*EK23bH.)$m<<) 7!!!#K=$=:9U(M  TmJ NcI#=}}ppp'W\U+&2TX1_ "_je~WAkkACpB[+C0Bp'"&,25!67!'#5!!!37&7&3'67&'7R.NIr)e SCx {{~!}aK=$=;!9%5Bõ BB;BB<'D=D<(C=D~[ qkt 9;[al653!#"/32>7#'67#533#"/32>5#'>7#536%33#"/32>5#'>7#536'67&'#379L,52p\0 :(7I5C0$ ^ ==553VY`I9C0( a ==543RU<$<:KK3 (*+'s%B@IM=9tB:UD 7mf?59wA;:UD 7mf?58xA4 "_je~|!<#)/OU[!#"/326=#'>7!5!53'67%7&67%#"'.=3327>7&'7?&<\M Na8YEPU:r9D;A]]-a'ky&v%ks565+Vµ8 +",BUW+M_n"'-39?C%"#"&5#'>7#5&'733!#326&''67'673uI #_/lp)u`$9M%3; D<@A?AN0F.=$=)M55H, !CHA=9=hY`bmC# ;rl{~z ~!,28X^d'67#5!#6?'>=!3267#"&57&67%#"'.=3327>7&'7?&QQoJ:}@J.=2m @ = ;HD>;U,D+^ $"#0O:FI!O #%CA( |=W7PEsAS=B:B,DBB5;<0l# 7ELD#A1m*Y#nox566*V8 +",;UW+M_p"' $%#!%!5%!5!'5!5!3'67&'7K @rrvK=$=;!9%p䥥>AAAA"~[ qkt!5 ,2KQW67#3##!%&''67&''67#53673673327>7#".5?&?&CDG|KY-85m^-N2=-x FM8gY+B-`N #%C@(<J #-2D9L,$n!'!'-8'>5!!67'53.''67'67'67&'#37@F4)]8FB<M-S|!#U+ACF;$< 7KK#,G'e߷.CJ"uA1ml0At !WN~r!8 &FLRV\!'67!'6.''>=367%#"'.=3327>7&'7?&5367H5H>w7M 1\9Dk+-iMU*E)^ $"#7&'7?&535#!#3#&''67MU,D+^ $"#0P9FI!N #%C@( zBQ6MHpAS=B:Dn0iG!4%ox566*V8 +",:\Q+Jco":?_?: 67!&'!5!%'673&'7767!&'#5!#'67&'mH J:~ae1c=$=)Ni<;uNJiR{o,MK'/PA& La O3=?1 ~ op m(a$&@{ZA4E55rE1L7#".5?&?&'5!**NO^V*@+]N #%C@(<J#%"VRR8QY96 40Yu~` 8#V +0+,V~2:I2F:!tzUU' %)-#!#5'673&'7673&'75!5!K O =$=)Nm<: yRR z5`5' ~ x{ ;mpHuv !9AA\ "6  &BHN#3735%5#!35#%!#!5!5!53!!'6%#"'.=3327>7'&'7?&PE@{K@mPm@.[7Q"#!>B9FH"N #%C?)>F0DU1U>T>A;]]]]7VVV;`?@UU@?h`.X)/)&M.T0HB/B"q}y' "&,2#5!!5%!5!%5!!#"/326=!#3'67&'7N>zzrb$&P2\k& zNK=$=:%8(!]]<]ss};BAW~[ kou!#%+1Z67%#"'.=3327>7%7&?& %3673!$'#5'67!53&'735#!U,B,\ $"#7##3'67ʺe&j I89HK0&,&_A+ LlK<$<}GH@v. _a lrjm58A9-5C;= 38}- D.RR~[ ' ,!5!!5!#!3'67&'7!#!!#5!5!5#rrM(K=$=;%9$AP'zV[e~[ .uxoCqDDq < !^367#67#67#;67#3'675367'&'767!!!3#3##"/3267465!'67 U   K<$<R ' :9 `2I @G >F*6Z9$g KW1;~~;cV<~^\GsS~[ ARn$%5@op,%~2A3sA`Z@2"?# , A Q67#65#;5#3'67&'767!3#3267"#"&5#'67##0#)K;$< :9n8J .76G !c1'*IK L9467Ycf~[ . lr $t !?2; -**9# -5BT@:D 1#'-375#+!5!5!53!!!+&'#'63'67&'75#PhI/M$JkoMmK<$<:9#L>1XAYYAXϋbDa&mDl~[ %opm78QU[a%67!7.'3267#"&='>7'>36767&>7!&''67&'3'67&'7c9;AeQB(F43G '&&d+:*RZ 65E1I43.2GGW?vlV96;K=$=:9u=PKUqo" 'B(&' .V<eOAbVYI9(6&>dN:%A(PT$A@=C0#~[  op m' -135#!#5'673&'737#537#5!!!3!5!JM5N=$=)Mi<9WPjf||+c+, ~ hYg}|=iAAiA8 -3SY_#5'6767#367!#&''67&''67%#"'.=3327>7&'7?&I+8FI!R),Iq3I `:-h]hgU?,*31U*E)^ $"#7&'7?&PK@P@^PKLT.@/\ !?<4BL8 N $1/$2=0HN1P@Q@B<eeeiii7;;7** Y}^$(+    1K:2<"m|-048>D#3&'73673#3267"#"&5#'>7'!5!3'67&'7Kq"!H- 9%H .|8;H $c.Z{,|i:{K<$<:$9#=OI;RKNSKA 5.1?& B!<@1?^~[ htp* %7;A&'7&'7'67767&''67&%3#5!#&'73!3'67G02F5F0/G2DOAGE<,ZQ:"B(@0X0:KSa,_MSTKK7I0:GCM=$=eqzckr5=GRTcW-]5?I_>8:[J66 op QRUz~Q  "  $(.JPV35#35'35#35##535!5!!3#!!5!5'35#'6%#"'.=3327>7&'7?&𤤤HH(@.[7Q"#!>B9FH"N #%C?)>F0DU1U>T>A;ĄNNFFAAFN??N;`.X)/)&M.T0HB/B"q}y"'2BHNT5!5!5!533327>7#".='67'6767!#3!!!!677&?&R O6O; #%C@(<J #-2X:B?=iCR|=8$V ?<) ,V2<3!A"&+mAbKRCi=mrYu` 1$>50_! BA16:3U+!7$MM1.L"N) dP,OW#N3N, e4sE3;W4J7fO:!)h^U~qhhAaaA9?Tm9kKDJ\BB'*.4:!67.'#67'67#53!!!!!!3'67&'79WK3<;GG^#=G]d 'AVV+$>>K@$A ?>hAcLIR#^F3'A7{?5A #AAM;O;SA~[ ' op m K %+EKQ35'35##3=#!!%"/3265!!%67"&=33:>77&7&)ES+)A?BF_2F6 D (#<7&<">__7[_[[>\ C*oi*U*mak- *"+(.0s6D6@@]ti 2 &1!5%!5!!!#5!5!5+353!!!#%'67&'#37ZZ;N6LN.<$<:KK3 fjjCC>5x;{II>B;BC0~' AG%#!'35#375!#"/3265#3#3##5#535#535#'>7&''67JDzK#%!^AW@# L#*B%4;$< *>>:~`lk#V)C,U9h;XX;h9UV7QWN[  ;  >#5!%!5!3'67&'7'5!53!!#"/326=!5!5367!5!M/|K<$<;95N4%ICKZ(" SPN+Ph:em~[ "pog@PP@?UK&A&P?2)==C."F9?Z`f#5!%35#%73!67327#"&'''$767&'!5!&533&6773327>7#".5?&?&InTZJ-;2<4Q9!>WW(BT&!H8=GI(V*@+]N #%D@(<I#%"V A ~[ B lr xA%06m%#".=323:>?&367''67&'7>7!#"/32>7#&'7'>7#'>7#'@998/4/K  !+ * 'BB2@39K>#B&J3;$< ;9,WD -&+P7#8vIPB.KS)(Dnk'L2D$m5<(898 #($ .%/d~hq"R[ 1 op .=&HD3tkG1>ae=06W[: [25935!5!#!#=!%'67&'735#53533533#3!3fL5Of=$=;: xppKMuuMl+C+gg5  op >A?dddd??~= 39=5#5##3673#3#3#3!#'>7&'767'673 IͻM:: K+Ku>$>(Mԕؙ@BP EBB?@A9R=+5`R 4A} CDi ~ "6 2W]#3735%5#!35#&'#667%#"'.=332>'&'7'675+!5!5!53!!!#&'&'7PGlQ/@-YhI ,W1NK4H"N #81+|:-Ra&ķKBiPiB0q#9$5Z?>OATOOOO5HHH9NdiV c0'N`V/G2A5) < >:87&'7?&%535#5##3VH\@.[7Q"#!>B9FH"N #%C?)>F0DU1U>T>A;ؤ;ULAALU??q`.X)/)&M.T0HB/B"q}yww6$*er673327>7#".5?&?&67353367!#"/32>7#'>7#'#5'675#%'67#6767#"V*@,\N #%C@(<J #-2X:B?4C2MrP$I "!EgZ8 .|'`)W+.MXKp8?1)kP'GcBYu` 8$V ?<) ,V1A;~~[ }`pZZ9 !M67'6'$'$3'67&'7'676767&'7&'!#&'#'67#!}y#.mK;$< ;8-0+/I /3AaO?#; wYnosXw(- Hc7\/=-.9w*?'9!?!_~[ ' op #CdCN 9jk ...?V3AJzFA.Q )9@DJ%!5%!5!5367!!!#3!535#!#"/326=!#'67&'7673'67{{~Kb *?%N%WL'# {N 7!(:N)M=$=EE9Fn> +##>;L<7#".5?&?&#&'#'67#5353+K%%%V*@,\N #%C@(<J #-2X:B?yXH-9?KB`$AK eeaa7^!Yu` 8$V ?<) ,V1>Z: / jma~ "45;V\!5!##5!#5#5353!535!67!!!!&'7+5'67'673327>7#".5%7&M9bMMMMm/P ~[O,Od'LPj%cA*_8VN #%C@(<J#%"V)!>)7F2F=,C-@Kz|b,Y8#V +0+,V{!tz|' *0;!5!35#!!!!5!5#535#'67#!#!!3#%'67&'#37Z Z GJ$.,h}Z{J!&%+1N]ci767%#"'.=3327>7&'7?&#&'#5'67#535'67'6=3.''67%'67!U*E)^ $"#5N5[0fSAU\>T > '< ^IY惃]ITMtYtqiWouA &1!5%!5!!#5!#5!535!!!#5!'67&'#37ssMLN( @MF=$=7KK4jj9`K稨Z==KAA9 / jma~ "> >BH_ek!&'35'35#%&'#"/32653&'!5!#"/326=##'673367%#"'.=332>'&'7&'7SBYHH%I/UO*!FhL\LhzFZR  MhKQ/@-YhI ,W1NK4H"N #81+|:-Ra-e?>OAT-..??5:gA T+A'''&$$&'U%8 $ APssUNdiV c0'N`V/=2A517hZ c' AES&'35'35#3'6726=##&'7673&'!5!#"/733#"/3265NQGYFK;$< K+9FK4{*G/H GaK5ZI d:PFDcc9^~[ F'Hop ^eF,&&&,CK$>Op9I(B)@ K!5%!5!67!3'67&'767!!!!!&''67&''>7+5#zz_7;pK=$=:9]1G d@jgU==7'7r%.IMM6F!3?>~[  op $w .A#;U?-@&AD#?54>09X- 7"A %<HN67!!5!!5!'53&'#5!53!#367%#"'.=332>'&'7+!!&'7b' rPr vQ/@-YhI ,W1NK4H"N #81+|:-Ra&PZ?>OATB24-9;A?8.AXXA:,?NdiV c0'N`V/=2A5*!2hZ c' "&@#5!3#5!'67&'#3775#!5#5!5!!!#"/3267!'67K{I=$=7KK4ޅυ&"  )*DuZE L+" / jma~ tyyyy==AA!*~p$ B.a69f " DJnt>=%35'35##3=#&'7#6'675!#5!5+!+!&'7#"/267%3:62>7#*.4=7&+0  1'zNuPPu.K5C6J:5M!HV2@3]'q$0IFFG&,4 +_T,Oz:L ^CC9C|C|CC C 2!; I*2*3"hoqe;Yx`*  " 312 38J5H;' Ft&'#!67#"'!&''67&'767!'67.=3327>7 %3#&'75!&'7!67'67#53&'"# V"sr !O,H~ŸǚR32HahP{\s"t J =<:C 7R8F78M72iWG%RP7.Y0)E &9Z>#+0;> &? # =M@9CPKC4)'36,-@@-;?b"2`L&9*4@ ;+(+&_]%=#}'+62#3 /#aK.#&A$P (.4m35#'5!'673327>7#".5?&?&33&'73!67327#"&''##!67&'!'6=!&.W\rA*_8VN #%C@(<J#%"VW!T&?YH>;25j/*7GZno::|b,Y8#V +0+,V2:I2F3!tz|($8#)AqeJf}Z%7G@:,*-#1wziJ>KF  Y_35#35!35'35#67#63267&375367!#67&'7#".5#'67+5&''67+9LkkGP*K L_p5/;  3/*04)9x( WI;$< #vzzzz= 300R65<0Irr!?K;$< :9_&MM}K ?=B; (,,?(!%$*Q7Nrxx~o ! op UtyTL !++sK2Vϕ C' 'INRX!5%!5%!5!'3!!&'7#'67#&'7".=3673267"!!#3'67%%%K=x#xlh":Cie< L &NG@I +$G<KK;$< "66e77.6$>3B=F93N1?+@+hr ?%="2 (~[  C37;?CIMSY#5##35!5!533&'73!3#3##"/326=!5!535'#3735'5#!35#&'73'67&'7OK'O(:*2IFuu J fb %ION-U\+bK;$< :8=119r5@GG&%3@5#?|P$B 'z?4(MMMM5HHH7M;7?~[ 8 lr x ' 8<B355#!5#;5#!5!5+&'7535#5!#3!!#&'#'63'672nn'qnn1G49ͳ,g$nLv"K<$<XXAI nzRnXAAXIAnY>_ \>R~[ .&Dag35'35#27#'>=67!!!#"/'>=!3267#"&=#767!5!&'&'7'67&67%327>7#".=7&ߞ: ,B'*476XL20('A %$%43C;5VX7=cWtiX\S+Ne)qOMU+@+] #%CA(<I#%"R@B=& 1/-\eH&7}#; n^:8D<-@(%' { AR!93.E<<[;*!8&9( />3;408 2zTlxYc8#V +0+,Vn"buq"BRXtz767!677&'7767&7.'.''767&'767#5!&'7367!!677&'6%#"'.=3327>7&'7?&(-2a6468D>=\{ ET2JE"E 6 W-!IY(-2E'#H!6468D>=drm@.[7Q"#!>B9FH"N #%C?)>F0DU1U>T>A;;2DG: /LQ#yz OFJ2>hx A*">C;2DA*.=.:0!9AG: /LQ#o L`.X)/)&M.T0HB/B"q}y "12Y|35'35#?.''276767&#"./326=##!:>7"#".=367:>7"#".=36767%327>7#".=7&?&AJR@B=5526RW<IH=B901<#y  % [4=5'  ! ' O4=5=TlxYc8#V +0+,Vn34;3;,"buq 74:_##5##5#53533533'>333267"#"&5'67&'#37!53!!327#".=#KKKKpH,MRLmF" C E"`<$<:KK3%K>1[JK DADDDDASSSSW9&CJ 046?  / "_je~"MMAP2A!&*\P1 ,>!5%!5%!5!3'67&'7735!5!53!!3!#5!!&'7#'67\\\K;$< ;94O/LJn%p$eaWAAs??3>n~[ ' op x7AEEA7iuAA=L;NA5-W9@3J ' %+15;P355#!5#;5#5!26=!5!!#"/%67%7&3'67&'7535#5!#3!#2nm&rmm^D 84HHnG1Jr0eV0YLK<$<:8˰DDDqqqqq??AA;@B^-dD0L]1^w~[ 5kq]NDAAD "<Z!5%!5!3#"/3265?&!5!'67#5!67+35#5353!533#3!!#&'&'7&'#'67M"F&ES@A/B/a OMM߂a@DC.@>Q&G81E6:g9`6W>>1=F!B nuu^->2C<-?FFFF?-"YQki*0**^*Xm1 - V35'5#;5#35#3'67%###'67##5#535+5&'7535#53533#3+36673GGGGGGK<# < nIIX-.= tIE? % : I?EdSckk9dddkF~[ YB@Vwj SZS?__?SVQ0F'Df ' "':>D!5!!5!#!5#!5#;5#%!!#5&'767!&''67&'7#5!3'67wwM#dGł\mG&89oE@z_<9q4JwglK;$< 32gPPPPP4Hd=!/EF=87=&2?!==V<"c~[  ' #'+1`67#;67##3>73>7!5%!5%!5!3'6775367!3#!#!#&'7#'67+&'7>7EZK[LLLK;$< P; FP <FΘq"qe\zK#8 ) "" c % % % % Z99m993:~[ :34L:63x4A:B76J0=0;lr ' - "/NTou#3#3#3!&'7!5!5!5!5!535'675#535#53533#3#67!5#535#535#5353367%327>7#".=7&{LD+NeUAP$?jrPxU+@+] #%CA(<I#%"R@B=05/:*)33;4 84427" ; 650=44=050 9 )*:/50=44TlxYc8#V +0+,Vn"buq 'JOSY35'35#'!#67&'767#53#5!#3#33267#"&='67&''67&'7#363'67wF6E- 9<;d88.O/#bw  ; %>p+??(79g?%@K<$<'&'7+!!&'7#"&='75#'>=!53!!!FҎ'vlK60!HE'='IF;_ֱҒ.:*<'! '%+1GMSntz!55!##"/326=#'6=3!!'677&##"/3265#5!537&'673327>7#".5?&?&";(+A/71?Hhu<::85#:!I"B)_X# M;O<=:'A*_8VN #%C@(<J#%"VZUUZGZZB 794*JBO$TG3F,B6C-X,OK<$<UQQ `}<^==QQ<2Q[UTmAAfS7<9V7.<)7&'7!53!!33##3#"/326=##5##35#53735#353'67#35#53qFH%A#8 #O%--6WD FGJ/K<$<؝77775888ha=P kqN(TT=1i@j/7767!U K$\EG.S&>=MP|$41K 5-+.Fn ϻC60_af#G*MF[; _!'E* KB @@@@@d3333|**YA"z=(HKK<3*5;5!&"FM 37."@;:># *8A6 =$=K:>KNN~ ki3VVA>@?A4B'E:E)=VQ.C)ThI8+:'673327>7#".5%7&A;=1l%\:?AFW:MPI ~cDdu_S,Od+E'",CO FLm]$;j"h8*WgA*_8VN #%C@(<J#%"V5$$[0"^ $#Q<-! 3 <B35'35!#335#!5%!5!#!#53753&'73673!#5&''67'[[K=MWK"$D*+."H&I;$< VVXXXWqZZ6S,z,,~ H92,3?:800 ;R[  7 g3567#%353'673#&'3#3##5#53=353&'#'67&''67'&'767#53&'73533'6̉C]) # r 6RkK<$<@2I\8__ooMM0[EA (L;5 '0u3$(69X;C>BA6{P|5JkC8@I$#.~[ yJC?NE@S=@}}@=d7E:561b3"" 2\~& ndTaBK?J@#?QB" 28>DJPkqw#35#3=#&'7'67%#"/3267!!#3#3#'6&'77&'77&'767%327>7#".=7&?&Q8a8UE V <V :U+@+] #%CA(<I#%"R@B= 62h//WAT.GPM*muv+?<_|=/6266UaLKDLCR>.A2>H'8TlxYc8#V +0+,Vn34;3;,"buq 4 :@FLR5#5##33'67&'7673673#3#3#3!'677&'7&'7&'7iK;$;;98L L8,?,C39 G )E,/BAF,7____<_~^ <rzs3!/--'B_<_<_AMDgn]ew zdjpth ipwb ' #)-1C#5!3#5!35'35##3=#3'67&'775#!5#!#5!5!5+!+uG#xF$乹K;$;;9N@ISJA\\7X\XX2~^ <rz}aaaaAABcB1"(N%#!#&'7#'67'!5%!5%!5!3'67&'7535335!5!53!!3533##5!#5#O7ǐlmceifffK;$< 96|IdM dIwwIIqNu4?8@74.I/9+Bu::o;;4: ~[ B lr 88N?@@?N88A4444\ <"&*.4M67!#!#!!!!5!5!5!5735+3=#37353'67&'73&'#5!53!#3!"I5 0S/ NNIK<$<:9jNi^84958x!6>:AA:>68???q====~[ %op 85?XX?<1=N "G '28SY_35#!5%!5%!5!#3!#535#535'67373!#36673327>7#".5?&?&lJ7dI[MMwV*@+]N #%C@(<J#%"V3' -Hq::09]~[ "@ ~ }!20G[QZ&ZS$8!A } h K !CIOU[35'35#35'35##3353'67&'735'67!#3#3!535#'6&'7&'7&'7____bbbbC____K<$<75 3@K)G 0BB0[A& 2C-=C9F y(E'{35C8/DD~[ 8`} % 0&n:AD@@1|f^|_ xhmpmr^gt "A#'+1LX^b#5!53!#5!!!!!5!5!5!5%!5!5#!5#;5#'673267#".=&'7!#5!!7&'!!I|P|I3ʛ|ᛛ!?0\7V7<3I #B96GF= >V^IVITA==WY3QNN041661404/6FFFFF nQ-Ne} R !&'{@.(,5V_n$hb./ < 39dj67!!5%!5!67%#*.=33:>&'7373&'#5!53!#3!5!!&'7+5&''67 *<='67!3#3267"#"&=#'>7#!!53#5!#55!5!5!3'67&'7%? HB,$5o=H ;&)H  "P&9 {ZD[wMML3*K;$;;9 !9 hw*Wv <;=  ' T8V9 5$@s''&2200S00~^ <rz} D U[y5#'67%53'>3+#!67&'!'67&'#376=!&533&'73#67327#"&''67".=33:>77&'7&'7=y<$<#.6yF-#9!*:& &KK3\F[&61&4$5 A-G'  > PA%C;I!?%483MZ#*  J;= FR,TF3D=G0YppU ::7-$*}kL8CW _je~[@;f}20( .+AbXoe&)11*(_tr ( % 121I<0;I|p ww '/37;A!5!#5!#5!5+5&'75!35!+!#&'#5'65#!5#3'67yK.H59+(*:2g$rMy!{K<$<{\?7#".5?&?&I8!?]$z}oq l34:8!;.)2jP$V*@+]N #%D@(<I#%"V>6?=J!66< 5 V98;XI37.E0#8 .,'  !0'!cP5;:)(3,4&'?'P-*=Yu~`w8#V +0+,V2'&'7&'7'G  &"I$ \=MP|r6G'd.G E(?(LF %()FA-=L .(%`#+ET+Pa=/K=I==p==2> %6=3=2>53*5#$2߸=(;SS>h M=fj ( lQiqW 63# &H}l/H3>644af"f D &QWb%#!#367!3!!.''>7!5!5735'673'673#&'#5'67#53&'67&'#37K3JM7P(fi,0sq"85-"%BLLɮ HWB$.8*PyEG.LDE;Y*X2PBa>=aBP1>b/.: 8 .;O92 ,_jo~| 7 JNT5#!5#;5#'67#5!5+&'75!5!5!53!!!!!!67.'#67'6753'67o#ooo b.G98 )N,12?667DI\!p.'#XQ HHVK<$<BC_A;`}w\:APPA:;AC;3E*D:@"@)u,?:? t9~[  ' 37=Y5353753535##5##5##367!5!!!#"/3263'67&'75!5!5!!!#5##5##xmGkHlK  3-<, )K<$<75 $`%KID44b44b44b44@#??1A X~[ $`}ND8AA8ܣգ"6IY_z67#73673#&''67'675#535#5!'>7!#'675'6733533#3#6767&''6773327>7#".5?&?&$1 '@4"C &J/["_6Ah%&`MY +3M(3a+g\78HFGM}}MF=#, 8V*@+rN #%D@(<I#%"V94(!IEne>@9\)>88 7(*O#-Phsy8#V +0+,V27#3'6733#6727#"''67&'#3#3#3#67'675#535#535#5&'735#53533#3&&'7/KZ& 8K<$<?J -"C0J =F>39O;i>)qffiiiiL 4Ciiiia 6J69>=3N  ~[ {=YrgvB4/CS7989<9J =C.B W9C9?$ae c=__=cceSXa 7 "&RV\5#!5#;5#3#5&'7'5!53!!!#53'67#53675367#53#.'67'6753'67o#oooQ8*O*{iH=f$O*J@-?30BDX!m301WR +fWK<$<lllll9+av?DD?,g99B2A9xtfJ3999(:73$@+j+=;?o+~[  "# "\bh#!'35'35'35#67?67'&7.'#5##5#3!'7>7&'767#' 7677.7&67%327>7#".=7&?&B#៟?&?$F>);(@)C6<?(*@L~MFbk2L41DY Tf4Q,]^8a{&=B.>5U+@+] #%CA(<I#%"R@B=:\**R**()DMRK<7#3'67&''&''676733#6727#"''67&'#3#3#3#67'675#535#535#5&'7!&&'7 JG & 9K<$<D .!,")3%8IE #3I/!C0J =G=39O;i>)qeeiiiiH 4Ciiiia6 69>=3  N> ~[ '3<21*+0"03*&Qy')3Ja{<~]rgvB4/CS7989<9J =C.B W9C9?$ae -tOeSXa 7 #)W[_%5#5##367#535#3#3'67&'7#3#3#3#3#3!#'67#535#53533535#!5#y ?R K<$<:9 M#"9l9=NN<>3@Y 55(>~[ , lrm?5!8<4>3@=,<>&7o5?<<<75#%35'35#675#3'67'267##5'67#5!5&'7263#5!#673#>7#5^^ʔ.7f#K<$<# HI{$* / 9 * NN85b!J}t6612 %>>2;4q>>2; 2~[ ?#w= ?%I<@D;"47;?CGMv|%#53'35#677&'7&'#5'767&'767677&'7535!535367&'7&'#5'767&'767677&'767%327>7#".=7&?&8񹁁y 7" 2DA~6 .4# )!80* 7/7MSh2#1 *5 2DA}7/3# /8,/ 7/6MSh1#.sU+@+] #%CA(<I#%"R@B=ܱ:@m^ZZfhQ   D$99= :8O8GDqa;\kLR66h::d77d77dO^[a^   D$99= B0I>GDqa*\k[ITlxYj8#V +0+,Vu 34;3;,"buqF?*7&%3%67327#"&''67&''%&4=!&533&)_LS@h+I4)S,J J,(v5Pm:/+bNE 69;#CƝ|MWxf^7C7ƺAZ;OAI5$L833&'73!67327#"&''67&'!!!'>=!&LPB']QN6\%G/x:( $H^'p2*‚I[9/*2;63#507$Cʜ9W$ndC?FDAZ$$L8%&'733&'73!67327#"&''67&'!'>=!&X}4tbLPB']QN6\%G/x:( $H^'p2*‚Im9/*dr2hn-;63#507$Cʜ9W$ndC?FŹAZ$3:C'>7'676=36773!67327#"&''67&!5!&533&=!&KPB']QN3  BGŹAZ64*IO!67327#"&''67&'#67#"/326='675#535'673&53?&I-E9e)%F]#[(t!o-nCYj? UR`] agRX NVM<;NJ7#5353353%5!&533&'73!67327#"&''67&4`J:<>63KJhMQK[SG*A$G1_-$H^$](p$k;AH1>ACJ*O%%=!(3CȜlʃ8S#d`yK@NA; 0W6767267#"''67&''%&'7%&'77267#"''67&''%&'7%&'77FzH,;G+D7/xߤ?-N eQ wo0JzePD8/|@.* N rg qy5Hk&0C :9F;);M>bAB39EC 4163 <.A#H6>>*;NAjI!C<F<?97#!%35#&''$75!&53!!67327#"&''67&'L| \W\U /K-*E"G,e1!$H^%b*%{;/<U";$C,F,<C%OO%Cu;X%jd??B#KKQW3###"/3265#'>=!&533&'73#67327#"&''67&#3#'67?&1M9 I:&"Jx2,7WL**L8+"9LCˡo5P!ZYv==D]>e{mN[^9-,IO!5%!5!67327#"&''67&''7&537'#3##5#535+35#53533#%&'7  ]F/@?^ DZ&P!e'd'tsM 񪪪MZIM'4B7#735'35'35#%3767327#"&''!##53#53533533#3#3267#"&=#'!67&''7&&'73/f'L## 6%@6O DN"IXzK-RKKMMKKU  >IG%,??'g~Q$)6>5+kG;MMMM7MuE jYqm/ENR^B#6c@U@PPPP@@[=`(+sMc#*C!Ia D pAMOLR'2 ]3=#;5##3&'7%736737&5376727#"&''67&'#3##5#535+3&'73&zzzyyyy)6>5+B>-"C).zL 6)@:PCN%Ml&k~MzG1#=( dqqjjj:q0MOLRNbVVIQ` yvEziNje5O!Z^lL:Sx QAAQX9OWV/ a5#5##3&'73673#3#3#367&!535#53533#!&53!!67327#"&''!#'6f8;=D1G FF/>ܾM K)=$E-Y$ $D^?2?%yK!![!IIII7LDZD"PNy>/6+(5+9,O^7d?;} AuE|Wyr-AJNTD:Ic K7*O>@=<1G1 @2EqI:9C]LN79.7?;MJM<9,9? rCMOLRA5#?67#%&'7'6767&''7&53767327#"&''67'675&''>=3533#3'3:>7#"&=75367536W 4)6>5+c<)1,@5TB#rsL 6%@6O DN"IXz&&^03*86!M /:   A0//e,W/.A&A(U_"MOLRwB3;8O D xuEjYqm/ENR^B: 7A -hW|EPľ6;5A=3.$%# 2: cA[f< %,  $(,Z`#533#535#'35'35#&'+365#!5##3376727#"&''67##5#535+!'7&&'7}Cg?Uzzzzz3FzSWblcPzzL 6)@:PCN%Ml&(:LzH)6>5+A\\\\\7X킴 B(7aaaaXcD_Nje5O!Z^lL:"ABco>MOLR2/ kq#3735'5#;5#35#35%67327#"&''&'7#'67#535#535+5!#3#3#67&'!535#53533#!&53!!&'7yyFygjB&E1_ #D^F!G[)#&GN<!5!'>=!#55!~7!'65!!!!.!5%!5!'5!(.~ b5#'65!!!!!#"/32>75!B 6*goq:sj*??J`c0''+\kA5ơW;0eޅ3 A='{|-CHH)??/"'35#!###'>567%5!!!'>5OpK NN:>C!Ցy{mBE#G"F\/K6E,nDD_ԃ%I  9!5!'65!5#!5#;5#5!5##5##5##!#"/326?p=sME~~~\\~HGK(F- q*&:ppppp??bPJ'B   #)9?EI!5!265#'65!!!#"/'7&67265!5!#"/'7&675!U j9g_G8$\B&H5&=!!tKX>I88 "4Y< 0(^SN[lZ(f>4/ A55@à38QQQQ!9M !( ==1[ͯ:  8!5!'5!###'67'6765#535#535#'65!#3#3#ef Nk[mE$nd fy9ga??}@_t(..9?:D=DA1 D>RYu(N8qk0&WCDSD&CET*D('!%'675#53533#67#"/326=XlPN] _W#K#_S( TI FFGV(D+2'!!67#"/326='$75!5!53`\iq+Z" / PF,5?=3X*E-^FDIdF5'@27>745#"'.53%'675#53533#67#"/326=R J 4*6(>L `LMUA D]!GSI! j .fZR\Q!.X68FCCDU)A,4'3!##"/3265!#67#"/326='675#5353|G'S?z;(G5 DE> UR1X?QLFV( F +l5CBV(A+E C4'!5#67#"/326='675#53537&''6767&G5 DE> UR1X?QLH`BJ.aM]4xCBV(A+E CY<Ep v(2'4V".='7'$7%23:>7'675#53533#67#"/326=.0.2d<vE "  L 6/8B<||L||T M->IFUD $ #H$$DBD(EHF1#$ 6:@ -FCC E!V(A+2' -!!5!#5!#67#"/326='675#5353?L. ?E>IF3D%Y||LvDDDD5CCV(A+EC+'1##!5!#5!#3%#67#"/326='675#5353N&kG'4B:M1 C08BxxKmAD DDBCV(A, E B2' -!#!#=!#67#"/326='675#5353KMpN38P>IF/SECL?+?Ce5CCV(A+ F C+'(N6#%#67#"/326='67#5353'>7&'767#5!&'#"/3267&'Mn XG'4B:M1 C08BxxK^5\laM8;JR 2 *$ 4n[/pqd\4JЏBCV(A, E BB7DyX.eMnCiD LM F 1M4Vv*'!L#67#"/326='67#5353"/32>=#'>7#5'67!&'#53&'Tf;&,=>HF89H0wwL/nN>&%/~q&:m:G&CS3J%=xCBV(A+ FCED-M:CȜ5:#6yoyDɜV!?/' +G%67#'67#'#67#"/326='675#535375!3&''67&''67_1:D(/x?1 ?>>IF;<:C||L\%9qWu#~]u'rh;$8d]o3#{CBV(A+ E CIDD[TAcH?LjrE;Co/](/ ?#67#"/26='67#5353%33#!!.''>7#535#53[i(. 5.@(7F&.HG6zzMmP z'`&-u'xCBU)A+ECDEl:>,\^+>6qED&'*L%'6733#67267#"&5367#67#"/326='67#5353t 83MS\=F'# e1M[a0{qMT-'!9:M1 -D/IvvK4P-C  E}+qCEKS%( 9J~4Q nCCV(A,E CI767.'#3#3##"/326=#535#535#'>7#5!35367!5!3&{D&NA5I\Nh1M+#G/nd($ע'V'T!.w v]{v :lbOk3wYe?J]9];GP(A*D;]9]IHIDD s5>?IF3D!\{{MDDBBDDBCFU)A+EC+'!/5;C#67#"/326='675#53532653#"/'677&6$7kt#3 *7@IF5CB=}}MW M9\? "QEQ!DEL+F4 =?DxCBU)A+EC+FT+Eٴ "(/B35#'333!.''$7#5#"/26='675#53533#673=#53NN<~&g(*o(( F@IF&@6A7#"'.5!#5#67#"/326='675#5353[+=MIH  M ($ aFCUP!2Mc1+ J>$2?=,B.nnL> 7*-3=> -f%?CA V(A+ EC'!B#67#"/326='675#5353"/3265##67'6767! S&)3#9!1*3+32bbK`X K_rYU6&xCCU*A+ F CF,'"'EL1F S5:V)2'I#675!&'767!5!3'67##"/3265!#"/326='675#5353|;/9hd.V8[FqUn 02P;;4CAL@4% 8B<"NF>J8VKtBBUE4=,OTBBoa *Do`)F`V(D+=>V(A+F B,'!7#67#"/326='675#5353&'#'6!5!#gvG')M:M1 C0B8xxK|u4tqLp+so tBCV(A, F Bp;F?DD2/' Y'>=!3:>7#"&=767!#"/326='67#53533#675!&''67&*K9T  C-+,5=!3267#"&5ax6= J3>IF;<G6||LMN*]m2@I&t (CH&VBBV(A+ EB*CxxCY?;%\|# 64@?  #A4'7!###'>5$7'#67#"/326='675#5353NWW;DJ'?1 ?>?IF=97E{{MG\3J5E.qMCBU)A+ E C&/ ,N%67!>753653!!!&''67&''#67#"/326='675#5353d53KW @sfoodP8Az4%\35:5:M1 =6#WxxKm$  dB5674B>:A|[8@>cc>B:XY;BCV(A, EB1'7'>5!#./!5!'#67#"/326='675#5353 w@A7ַ80[ ?x;4 B:?IF=9:C{{Mߴ*c8UCCBU)A+ E C.1.P35#767!'>5353!'67#3&''67&#67#"/326='675#5353 B7S\:~m8/,M+>#Ekdsqg[_: 1.?#2?63>1nnMWcԺ;\ޠaaCLF 8:ArR,B-ab,B'XaC AU)A+ EC&6)?C#!#5#67#"/326='675#5353%7&''2>36767&5!M NT@/7:M1 E,6BvvKAdQC" JDK6N-(!6S6C CV(A, F C2 %=* E M!G?a3:>7*.5!5#5!32>7!'>7!#"/#67#"/326='67#5353.J;JM -%G?h9@ 3;,  m7M;3XK !$1Nvh2* +>=?151L!kkL B?3@+2:#&% ARb0Bm 5,=AeCAU*A+ F C.''P&''#67#"/326='675#53535!.'#67'67 73#327#"' mO{_-*1.?#2?63>1nnM^4U[m #6Pe ȿ   AD]b CAU)A+ ECYC,Р&BCC EAAm\BDxS<8'1 >#67#"/26='675#5353#&'#'67#535#5353!!R`/784@(7F&B5X&zzMQ-RLa0eLxCFU)A+ F CBDnABCC!'A%#5##!53!#5'35#!3=#3735%#67#"/326='67#5353NJ N KNW0%3)=?1A%L!kkL?Pxx?A㢢CBU*A+ F C!' 1=35#!3=#3735#67#"/326='67#53537!#5####LY0%3)=?1A%L!kkLudMLKRCBU*A+ F C?$?!/ =#!53!#5'35#!35#3735%#67#"/326='675#5353KMLMY0%3)=?1A%L!kkL@ԭ,@A +BBU*A+ F B' Fh35+365735#35#"/32>7###'>7#'6735#53533533#3#67#"/326='675#53530m^ mKkkjjxD0 Ktum1ddoG!KkK U+%89!1*&832bbKA5AM5X D)KKkLz9>2f7%CRRRR펙*CEU*A+ F C/' 2%#!!5%!5!5!#67#"/326='67#5353KIhhiB )E@)7F<;A5$7!#&'#&98DzzIzzC/3E?H?8%AX SW:DG% NH"4@MXF CCFV(A,^>-0 <#' -QW]!67%!67!'#67#"/326='67#53535367!3#3##"/3267!'67%&'7&'7 t q yd(/-0=?1I-@kkM;I!DJ RY,6+H<#dJ!XE`4ZMNMa3fLuUC;CEU*A+F CCtCyA?*A+4_QP/KYWO0SV%1%5%!!#67#"/326='67#53533!!!#5!#rYB )E@IF<;A-K/pm7L6hD>CV(A, F C? F3F#+G3##"/3265!5!57&#676#'#"/326='675#5353== D/ZU# G>XE@Cd+%`.K&K3=?1C&B.nnL'D_-E5D%!7C |Q?. U*A+ FC''!'-A#67#"/326='675#5353'67%7&!#!5!5!5!33#HX6)1>I4$<9I3xxMAW.F.DQ;F;N.NtB CU)A+ FB#qqDDCYC%87%!5!#367!#55!#67#"/326='67#5353nK N MnsiB )E@)7F<;A5#'>7#'675#53533#67#"/326=K<w_5..GeMB y,l} E8zzLii6(-8A&6A0F?; B%.A%tUFCCFV(A+''8<!5!###67#"/26='675#535335353!533##=!XL@`8184@(7F&B5X&zzMSMLXLMMLp@9GU)A+ F C8BT@B%'%3!5!'#67#"/326='67#5353!!#!!!!wwiB )E@)7F<;ACBV(A+ECE2aD1'%:!#67#"/326='675#535375!!!#5!#'>7H1{L%N)?H?N.S0M[\4MK4B%cuT.$CE V(A, FC:DD|66[Q:HW, i76#67&"/32>5#'67.''6767&'7#67#"/326='675#535336767536533>!9 KlV_!T*UD x DHC  3FHZ>&)3#9!1*3+32bbKP"?+D:G(@01YJ Ii7d F &J|n$# 7E[*CU*A+ F C) 3@7|86}En؝R/  3%I%5##67#"/326='675#5353'>7!#"/326!!+#xA2 ?>>IF;<G6||L98\I _njFKM~CBV(A+ EC1E`58_6 FN6%E.!,!=#67#"/326='67#53533#5!#33#33333#3=b2*-5=?19-(EjjMII2IIGLHqCDU*A+ F Cw??TYb4')AE#!#5#67#"/326='67#53532>5#'>7#5!#"/5!MO7}G' F5@IF9?=332>5#"&58n $ }Q$@F`0~8Dc'dC#$03>-9!/2__J0871( 8 4H= CM*\QDPYrI>K~VhU6U*A+ E  C?H;@# +LPDNC"B.@!0D#67#"/326='675#5353%3!'>=3537&''67667&ox?1 ?>>IF;<:C||L*m:0,O/EIAG .E?K>@s xCBV(A+ E CQD5]w-02D> ]&'!<@#67#"/326='675#53537 7!!3#5!#35!5!5#5!Ja@/7:M1 E,6BvvK}1tMK qzsC CV(A, F C[MD$Cm55C -2@O33&'73#27#".'!#67#"/26='67#535335!&'67#5!#67MU,9+*(&  < .% 82#i5- *E@)7F&2B)RyyM_j FMH}f92c.L">NBujH+BV(A+E B+\X7%7&6Z%3 ykkMNkkb+"=?18-<0jjM)J+90KW5l6ixC6BBE. U*A+ FC/x;0@}.5k4-6 Z3&'#67&''67#5!67!53&'73673673!!#&'!!!!#"/326=!5!5!5!5'UM.ަ }a #,%C1.\"M!0&G$&# _g >Z!x)O4qk0&^A5@ +>I;E*U F:X5367!!#'#"/326='675#53533#676753675#535367!5!3##"/3263 Kb8TK&# <?1'> 95kkKQQ&&#I#39}CL!HMK D.6>Dz"0G U*A+ ECC/) s>DC\-FBB[B2C?B ('!+5?W#67#"/326='675#535367&767&767&767!'67!'67&K^G'4B:M1 C08BxxKhN8L2HM2K:xN8K4EJ4J:xK:L2HM2J:4_d]/c)aJO2ˇ]tBCV(A, E BVe]O\evbVe`LYhvbSh]O\ev41DG_Y=9\?+>&P>%/\#36%#6767!5!5#53533673!$7!#"/32>7!'67'#"/326='675#5353-4GJ[$0N3 9EcYd /3DwbF  K#J=?151<0kkM;C@9ZA=RR<;0(i\AG91?8"( DHUE* bt; U*A+ EC1' ?!&'#!#5&'!5'675!#67#"/26='67#5353{`hRKNw*= ;wei=# />@(7F&@6AtH::+Ht_CBU)A+ EC#9 @!&'!5!#5!&'!5'67!#"/326=!5!5!5!5'$%!!\0Z>>HKNqwfwqi)O4qk0&Oz`/''PsPA(99(APs5:@5@ *:F7A87D7F.;!GM#67#"/326='675#5353#3##"/326=!5!5!5!5#53533#37&hpB )E@)7F<;D:zzLbbb&Pb\&ffN2_G4NxCBV(A+ECpB[+C0BpCAkkA2QT1\.4!1A#67#"/326='67#5353!!5!5#53533#!!5!5#53533#hp7* :4@)7F<;D:zzLOOxCBV(A+FCAA@vv@AA@xx@4')OW%!5%!5!#67#"/326='675#5353%#"'.5367327>75!#!YYzsG' F5@IF9?o:CBU)A+ E C .7.2m%:?B!B $"$'++/74T%67#!#5!#5#67#"/326='67#535335!53!#&''67&''67#536R))2ag$IJK<#$B=?1:+$HkkLKNqKu*Zxy,tuT`>Z>\[I"zz#EU*A+ FCSg :KBkF^;fEr0A*^,!(j~BB&6 LP67!&''6767&''#'675#5353367!&'#5!#'#"/32655!cA E'p^_z*?uNB30-XK0A:>vvKdwJJgKupNM=!.:M1 J^ V0@@0,4/J>L=)8EC6q,@u]H2E 55i0V(A, ' E^#67#"/26='675#5353#"&5367'&'3:>773'>7'6746=&E_5- *E@)7F&2B)RxxM+-*[1KPI=NW1h+Ze0 =M7Kk.n\ Oirc1@nCBV(A+E C&:=9'GX!\"gLP9D>% ,*.&gazD<7<3H4JSn%BI&'#6!#"/326=!5!5!5!5'67!53&'73&'73673!&'!!!)l(N6qk.&R6TZjb*)@02)3@4+4<-B&4ch>U"&80AKN)C(EAb5&>I4$>3 V&xxMSS-*M4+D.1E#9C8#A"*CdE3kk2Ed'U)A+ F CC)*"AkkU`jqXjb_h AZ&''>36767&'75!5#'#"/326='675#53533#6767!!!!.''>7{D6# 4 A@H.@'78H&~/?8#/=?161D*kkLPP1b5I ,+l),s~O/.%BXxV] ,7'FAJ:+U*A+ FCC;_v?AHAvLJwA!sH&,.;K#6767&''#"/326='675#535367&'!!5!5#5333C["bE :86(0&>7"8M1 0@;A&'*L5!'67#'>5!!!#67.'#6#67#"/326='67#5353­ B7Q]9-&V&=@7CP=\d#JYW/#!9:M1 +H0JxxKAA.@@C f9[ڱ4CBYO9X)]Ga;C;BCCV(A,E C'[#3!535#535'673%533;#"&''67&'#"/326='67#53533#67767#567¥K[ĿKOc9TC5?,B,>,**$"9!1*3+32bbKUU1 *$,Z?AAD D9DBBxpA=,C1?E;C5C?yU*A+ F CC6fA^Anz A /`67##3735%#67#"/326='67#5353'67!3#3267"#"&5#'>7##y0#"&IP1!3=?161D*kkLC+LJ .75G !c1P%vbIL94;2AwCEU*A+ F C> ?2; ,**9# -mB'j@7!:GT#67#"/326='67#5353%!.''>5!5!53&''6'67&'8b-(&=?14074jjMڦ$k++k NH 906 /*:4pZ7TH HD17@yBGU*A+FBYCzzLg*H =dMUA>E'5XCBV(A+ EC_?T{,MADVnqb!'%)7U35##67#"/326='67#535333#"/32652>5#'6#!#3#"/aN8,848M1 :097nnKHgK;"WN  ua/l:63A9QCCX&A+ F CsT*F+9"?pR|9^2(@ZG0' .>!5!!5!#!'67#53533#67#"/326=%!#!!#5!5!5#rrM(H3xxLdd@*7A&6AI AP'zV[eF CCIV(A+CqDDq/').>!5%!5!'67#53533#67#"/326=!!#33#!!5!5#53rrrH3xxMddD 91A&6AI(%MP'&qq>lF CCFV(A+Afr?AA?&' "D#5!!5%!5!%5!!#"/326=!##67#"/326='67#5353N>zzrb$&P1]k% zN*i<*48A&61#:<(TzzL!]]<]ss};BAWCEV(A+ FC!B 1X#3=#35'35#'#67#"/326='67#535326=##5##!5!5!533&'73!!#"/WdY0%3)=?1A%L!kkLF. KK'K24C402 XTxx::xkCBU*A+ F C~+jZASS*'21AZR)?%9!?EKQ#67#"/326='675#5353!#"/326=!535333!#'677&$7:\+*30=?151@-kkL%>)GI dKO=s:n;:E1lqCBU*A+ ECWBM0C2Bd?|t{+u&)t~%{.22 1 3U#3735%5#!35#67!5!5+3533#3&''67&'7#67#"/326='675#5353VP.{I IPGqmgGCD\>*7=?15369llMVVVV$2;8?13?4;++>vED/L0e%*HL3533&''#675!5##!#5!!#"/326='67#53533673&'#5!MhZZ}14D4 K:N5*=?106@-kkLZzR~:,_AiiPaa`%!G %m6Y6B$U*A+ FB1fpI%!1%%' %GK!5!5#'>7#'65!#3#.#67#"/326='67#535375!`%ZkNFe8lYY#4!9:#91-@9;qqKHx`#(ClC!yNr" `AMy"Cl+C FV(A, F CQAA&' 'I!535#!5!'35#'>53!#3#3#5!##67#"/326='67#5353NWRM/2=.'LMMjW/#!9:M1 +H0JxxKmmd=pd9]ۮ4dCp55CCV(A,E C6 -3&'#&'##67#"/326='67#5353:>7"#".=!5!5'67#5367#53&'73673673#3#&'#5!32'E M+" %3<?1'>@-kkK-&6 M #F=:4??  bPX cL!X+E$+> M,E&nDU&K@K o3;;,"".CEU*A+ FCv ' *+3 V.d7EXWaV^QG=GA;3Aj?<4V0Z #' X5#5#675!5#;5#5##35# 7!#3#3!!!5!5!535##"/326='67#53533!5#NV3̀́n3 jUllU'_,NT:<?1'>67kkK\ xu( 65Dg>A>yAAy>0U*A+ F C-`'6)^35'35#%#67#"/326='67#535367#535!5!5#535!5!53!!33##3#;#"&'l(<0B=I4"C09AwwLnI 9^O<L;C@U)A+ D  Cc B7E;O>L;b@q C:IT? 3'?QW]&'#'#67#"/326='67#5353'67#5367!#&'!5!#"/326=!567%7&J040LW-  <?19- =2llKO*S L IV*QLG* ="ND /g==>m8gO9TUffUCGU*A,E$C;kB)22#Bd;.Q11KRCF$C C[y$a.lr-y%/4=Ccio!&'7&'!5'#67#"/326='67#5353367'67!5!67%#".=323:>7'&'77&)JKOzXCCX0A$<7=?18-<0kkMZzCA3 MJ=<=?151L!kkLSSG9EA=?151L!kkLhh.,G&L1[l$%C;<P3'C MX@bK!@%C*))3U*A+ F CC4BU)A :=^!#"/32>7!'#67#"/326='67#5353367#353!#335#535#'67!#3 TmJ 9=E1'* 4)<?1@ <-hhKQE5INfHHHfA")7G+F ܐӫpT, D"gB4EU*A+F CN(OK?&'9I535##67#"/326='67#535335353'>7'6765##33#3#8ĿT/;0A:M1 98>:vvKFJ\}5NR^eyfMMA*CV(A, F  C+_T:0hM$C!(6CD~DA>O]5!53!'67&''#'67#"/326='675#53533#676767!&'767#67&;N))`J4&.I$'#=L'%4+8.ggM]].W(F.}9F -3]fc3%5A%G%U*@,ECC =pe.>Q;?>ZZ07DS^AF|V/8Y&'%N!5#67#"/326='67#53533#5!#335#5335#'>53!#353#3W/#!9:M1 +H0JxxKtJJIIF}/64.'I }HŏmmZCCV(A,E CZ55 wl9]گ4*!1DN#67#"/326='675#53533!535#53533##67'675#53533&'"U1 4#9!1*3+32bbKO=KdWlfKLJH 6<xCCU*A+ F CAA?pp?? C'C ?pp~NqNXG2 7!-L#67#"/326='67#5353%!#5!#5!53>7#5!#3#;#"&',S'):<?1'> 4:kkKI4IP[3G FO:Y27A$3CGU*A+ F CN٘gTt LS@OAAADOhrT%1$*L#!##"/326='!5!'5!53!'67%7&#"/326='67#53533#6M)!B1GP p%N+8lE?E:nR;W&7=?18/A,kkLZZ"@T+D+>ƂAYYA=+f)t% EU*A+ ECC &' N 7!&'7&'767%3!!&'#'67#5#"/26='675#53533#673TOE*&E,E!%D)l?%G%ANd+fNk)gC>IF&@6A<{{Kaa@ ABBvQ\>bNW}|PB9u"n:v" V(A+ FCC +%'^3!#&'#'67#5#"/326='675#535335!#5#23263>7+.=#'65###67!AP Y#`Pe&_==?151@-kkL]jL F"K+.4J{#wJ_+* qA@:@}U*A+ EBe 6X'*o);F*!4 M_%67#67!'#67367!#&''67&''67#5#"/326='675#535353&'#5!53!#3yT1&#d)" h2* Lr0\o%{?\8E9 ( =?1(>L!kkL<%hN m'|Q2\AB 'EMU*A+ E CARNCZZCQOA*; Y#!!5!5#5%>7#"'.=#'65##5#67#"/326='67#535335!53!#5#2 F#* 32xo"Is2* +>=?1(>L!kkLsN L 4/ABBA>5-!)w,;L˒+BU*A+ E $Ce^^l ,='+L5#5#3!#'673673#3#3+3#67#"/26='67#5353 %M" 9@K Ii=# />@(7F&@6A @EEM K47"#".=##'67#536533&'#,Vg+*6'=?1>& KjjMXM RY!$L ""%  J ;.0")*L!VK`_lii;ll;iCEU*A+ FC "0CTA $ , 22; /?@^C*wwUooU"2#EI3533#3!535#535335!5!#!#5#67#"/326='675#53535!Muu[KfL5Og2* (>=?123H$jjMafdd????dl+C+CEU*A+ F CTgg ' 1S35#35#5#6767##5'67#5!!!&''67&'67#53533#67#"/326=MD49I~ ,>BS3M)J44I)J3Iv@'ggM]]0++4=?1&0x'CpBB^?ZDEDUXAG@\_F CCCU*A+  :CY_'67#67#"/326='67#5353367! #"/32>!&'#&'#'67#53376735 M'* 4)<?1@ <-hhKSa.I  #(.7!3673:>7#".='67+!!!#"/#67#"/326='675#5353hhn Y )*1%% H4658=/$*lM0J/4/4aSPa/;0A:M1 98>:vvKR:OOr4P88=  '(' 9GlS*!FC{CCV(A, F C')-AG5#6##"/326='67#535335!#=!%3!535#535#5!#3#&'7"S4gH%.<?140 ;2jjKSI"K4.*52^-jU*A+ FC->D>>:<<:M=H%')@]#3735#67#"/326='675#5353?67!5!&''67&7&''675##;533#67&]Mc$6 D:M1 B0J/vvK:QsqFTQwlxf1C7;E KKM&hF||||-C DV(A, FC (G9:OAAfE.>$A<*=17!Wt2%C z2$AAs  ?n67!'67&''67&''#"/326='675#53533#6767#5!67!'67!3#67&'##"/32654'z pjUoJ=H1 58!SqqKaa//ZK2K #%@94CID])b :F!0%WC }k K6a=Jj%U:;7M/%$W'A+ FCC-(5A8 { 4AYL4H)V9oN;M 8TW?A=i$1)IOU5#!35##"/326='67#53533#6!!+&'#'67+!5!5!53!7&%'6^\,)=?1.8A,kkMSS I\bMb \I ,M,=)=!@2;-9ѢGU*A+FCCOUqCssCqKUATTP^Mx`PN!A)-;]35#35##!#"/326=53&'7367332653#"/#67#"/326='675#5353K,6N1K!KG= K >"XFS#%)-=?1B ?*ggMx}T&D,[A45@;4G@+A2i*T*GzCAU*A+FC / DXbl!&'75#75&'67#5353367#5!&'!5'#67#"/326="/326=&'#!&'67&'6FII'??'??'Bs :+bbMKs%ZJQTB. (8?-5D7 'BK#2#>U*A+E#CC<:H:8+66DHA?8/C%CA*;F%L=2*B$9$J?CUH. 0ixB[\H(7E~$ 9@L;QP;L8 V(A+ FC*12&47 #M35#35!35'35###5##5#5353353#675!#5!##"/326='675#5353RIIIIAllllAllll]C66}U)A+ E C.' K!5%!5!#!'67#5#"/326='675#53533#67!!3#;#"&'M?mH <[9,@(7F<;A7#5L@.dd_3, 'A=?1*=1=kkLqXr0DL 67 O?WW7S CBCU*A+ F  BWWA}AAA}!').Z!5%!5!#67#"/326='675#53537!!#"/32675#'>7#'>7#'67#5!!!yb5"5=?1A%@-jjM0K/M?(!*T.H*l5U*F4sNR)xb{`/OLL:G_CEU*A+ FCAjY62-ML-4$z?N03Ex>>0~6 K Vh67#5#3>7#'>7!53'#67#"/326='67#5353367!33!.335#"&=#'3'"*3wF.u.pxH -&& :<?1'> 95kkKTu4I #.woVLdC&B>=#o*-&1g47,[^>BjBf;A- EEU*A+ FCh ?.)wA;fBk R\)H}QbK*7Y&' -\!5&'7#6#67#"/326='67#53533!5!5#535'6767#'>53!!!#&'31&(oW/#!9:M1 +H0JxxKVw0/66.'ITA6"FBYY4I9 4CCV(A,E Ci??i9N l9]گ4D>mf%'1 a< *!-Q7'67#53533#67#"/326=!5335335######367!5!!!#"/3265'H.ssKaa%77+>H1 AKIM fGfHeJ v  -D. FCC EV(A,1ʧ66$,BB5+B!' 9Hh%!5+!5!#367!#5%'67#53533#67#"/326='6733#63:>7"#"&536eK M M!SqqKdd//8,=H1!5(KWkj3G ' ],K[ek+*$ +K+FCCEW'A+=@8ADaA :>"j '$),(6.8q '' SW35#5#35'5#;5##35#5##67#"/326='675#535335!##3+!!#5!5!5'35#ʢI,a%3 F=?151@-kkLV{7I"N3HHHHXX;SSSZE(AU*A+ FCEK@xx@K:X&' +1i%67!7#67#"/326='67#53537 7!5367#53&'73&'73673!!!!&''67&''67X64B_35:5:M1 =6#WxxKU^{OC$C$X)G!Z_H=eXmp_J@?q0)n:PICCV(A, ECy4?6=(;89DDE6HJ`MNN;(=';gH+"@';=%=01Hm: '*BFT35#5#6'#"/326='67#53533#6%+'32654'67##!%#3'67#5!##5_%+:?1:) 48iiMPPo19DJ( 1,p>-H+, -l,GeGS,A+ FCC f4FSID.6ocCCOCC&&'!'-3U#67#"/326='675#5353%!' &'%&'!353#5!#335!5!5!5!673!!Mb?)F):M1 =60JxxK`!C  #C KK[KK-G*hsCBV(A, F CA:AOBRRB$GVZBhϣ55?k=kthf=k"'!%)K!5!#5!#!#&'7#'67'!5%!5%!5!'#67#"/326='67#5353|MNQϙi$hf`iKKK^_0% 1.=?18-H$jjM~P?7@;A;6K2?-?IIJJ6HCBU*A+ F C"C37;?Cek#5##35!5!533&'73!3#3##"/326=!5!535'#3735'5#;5#%#67#"/326='67#5353&'7OK"O(;*2GFss!Ji_! +IO^>#<=?18-<0kkL{,T\+_=119r5@GG&%3@5#?|O%B 'z?4(MMMM5HHH:C DU*A+ F C7K=7>#A2T%3!535#'67#5!5#535!53&'73673!3#!!!##67#"/326='67#5353;r2*sEG=nV!*.#<?1(@4XA:/A:9B49AX>_?(4>CDU*A+EC 8!a#67#"/326='67#5353353#5!#5335!5!5#'67'67&'767&'767!'67!!!!6\:,0<?133 87llKխKKWKKn)E&""=]M7/9>66,<48<9N6FN\IkyBGU*A+ EBEw44w>}91+@ ?5%%26;)%/9.;2#=>[@[=}> I 5V%35332>7!5%!5!#67#"/326='675#5353"/!#5335#367!!!!!?J M~\>*7=?15369llMoUKK P0,fYVrJJ7HCB DU*A+ F BI 98f/&8H8>>u0 ,!V#67#"/326='675#5353!3&''67&'767!5!5!673#3335#535#534X-->=?153+DllMGhnm@CBx|Hg^CVLjBDU*A+ F BMBfL'A#9;!A(`r`>_C;767#5!&''#"/3265#'>75#"/326='675#53533#67753673>=33267"#"&=#'767&77&bA)=8#C/FBX ^MJp+/-47,'';#!##1<((-0,ZZJGG'[ J x&  ; 0\,4'YDK֖6#&6$!UGIfBBW>1C4HG5;(A+! J5Gu" U*A, ECC *&;6-%8"g`D\")  fx-39A'+@V FG]X*1LT!&'!5!##5##5#5353353&'!5#"/326='67#53533#67'67!#5!#9KQNmu MMMMIA4=+>=?1(>L!kkLhh# MM@^[?@bbbb@____upC.5$$)*$U*A+ E 'CC #p,,4 W[3&'!&'!!5%!5!&'!!3#5!#5'>='#67#"/326='67#5353367!5 300R65<0Fuu&"MMK JHLg#3'35'675#53533673673#3#3#3!5'67#67#"/26535#3#"/3267#7#'>7#5!C10KyyMZP/K H -3S)@ ;9@)7F&DB "4.9cg#$% x(jt.?>>Z E C:j !1/. 2 @>5?4?<05:CV(A+J?hn'C 5HZm)7##5!53!#5#3267#"&=#67#"/326='67#5353!!!!!##'67!]%kn |IML,3F''&V,T2* +>=?1(>L!kkLP*Us(KH_='wUTTS0   *(BBU*A+ E  BR>AA>)a5IC C V(A, E CUB9:U9S;I9M<;W@[9

P'Z`f67&'#67675'675'67#5!3'675'67#5!#5&'''#"/326='67#5353'$'$ʆ3.jV4~lQl ZQq SD#:hNTm!SDH;Tsza;(<?133 =3mmKg1m9"M!CG6GmN=8I_LQ@8.8? !>ULT=8.8?:5K;@4;'H3: U*A+FC7d?;} A%@ Y]67#675##3#3##35#535###"/326='67#535333&'#5!53!#3#"/326'5# 8(`|Ħ{B{K1/=?1(>49kkLh'N)<+QU ?86D*MUU>86N'A c*#'+MY3#3#3!#'673673#5#5##3#67#"/326='675#5353%3!533533N%;w9N L MX4 5<?104 4:kkKIIM=9Z9ZA0>3B1(8('?ZZZZZ9ZdC GU*A+ ECąA;`#535#6%#535!3#&'#5''6!53!#3#&'#5'6!#"/326=!5!5!5!5'$7!!6gyVxj13)')H/H 3+:MwP9d&X:G@h uX$E3ng. rL~u//:B?G:BB:*3,,&|uF9,S='3VV@B:C=1:A}yH@3A:>4> *:B6=7: A6B(6+Ty67##53&'#535#53533#3#3#3##5#53%765#535333267#".5#&''67&!#"/326=!5!5!5!5'$%!!B Z ;L7^L#+.zzG7 &!#)i:C&74%Z6X-i)O4qk0&Oz`$ -.8849(6..6(9(%8+65564.5:JJ$; ^L1L>(940&Z=38V2925> 9:7:77 =7:"6 :v#3=#35'35#.'#>#67#"/326='67#5353&'7#5!5'675+35!5!53!!3#&'"#3##"/326=!Rm91^>#<=?18-<0kkL3Li'NxK"L'6/)= }}A%ka  eHGx@@1GG1@4GC DU*A+ F CDDB37#67#"/326='67#5353ddi>2KgMLn-oh+.syQ9!9'<?125D+kkKVV:R~CC>AWC=UUUU=CA>5TBa==aBU4CBU*A+FC ')/FLr%!5%!5!#67#"/326='675#5353'67%&'7#5!#"/326=#'67#5!#367#"/326=#&'7#5!XXrP#,8=?1*=59kkLRTWcB>"4:0RD@6TXLXL )RD@6(B>"5;G }ff:a`CD U*A+FC<*689h2(*?,>))<*689W,,">))22(*? #.(- 67#%#3735'5#;5#73#3#367&'7#53'6=!3267#"&=#!&'!!!!#"/326=!5!5!5!5'$%&''##5#535+535#535K21feeGeeeeK=:+2T+6F A R7#Nq>ORd*& `i)O4qk0&Oz:7TkOaD 0-D%%%%(%%%-9". $)9+,R(s ,P]X89F)!< & =7:925> 9:7:71008"9-( /5;|35!3653%'>=3&'7'67'>=3&''677'672>7#'67#5##"/326='67#5353367'#675!##"/KMGF .VN72:$<)LGF/_U9/y < <$=A)=&'(:?.)6JeeMO > 7Q4+24K\cll$.+;s`-.<.V-=(QXnPM R;s`-.:2R/=(PV}MO UPPM VL^ef?V5U*A+ECEN UP8 r0A5 Su35#35'35#67#7&''#"/326=##!67&''!535#53533533#3673##67#"/326='675#5353rr.2&M0U#U35T# !@2JeT-8/OEEGrGEE-;"C "xU#&41<()->ZZI@NN:Kr3 [J:GTSH# C8 JT27>>RRRR>| BFD=CH U*A, F C9Tw3!535#535!3#67'#"/326='675#53533#67675#535#5!5#5353!#!#3#267#".=#'>7#5!#;{|ssttB:"-1<(?CZZJII4R*hhiN){ii<J')&/1'n ss];;S9DD9Y 9.U*A,ECC <d9D=O4R*=$*AU*A+ FC%bt %.<  "AH%Kd~gl n gUm{p"<"&*^67!#!#!!!!5!5!5!5735+3=#3735!#3!5#67#"/326='67#535333&'#5!53J/ ,Y, OOfM5H+/=?1D!39jjM]fO80=58x!6>:AA:>68???q====L?<1=3CU*A+F C985?X;9z%67#7'&'7#635'35##67#"/326='675#5353753533#673#&''#"/326=##!67&''''6767/2 &=DcVU#&41<()->ZZIGNf&:&C "K0U#U35T$ !@2JeP28 ,"%.-H?UU:RCH U*A, F C+?YY?V9u BFDמ[J:GTSH$C<x FY,* *>6X' ,~>=3&'3%#67#"/326='675#5353"&=#'#3#"/32>7#'6735#5'67&'767#5!6767&'3267767!5!&''67&)%!tEEtL&"1<(2#4)ZZJ/W38  #DPJ, I &8W>7-/2>2*8(='4)?#F)4173=;+  ;@%>5#a/>@R^PFr[8?WK=-N\\NTC HU*A, FC H`*&?w%C DPg?%((3"-'2>,+-&*).2(*.(? 6\" 4.-A??_8%A"3/&A#3D cio&'#!5!!5"/326=#5#"/326='67#53533#67'67&'767#5!67!#67&'#%67%7&F)+E+33fA)' -,0)=?18-)CkkM]]7VJ>47171 K/!08(=.CEY:8!~U0X)ta+^U]\VORR}B !'2U*A+ E CC61MF3)0=@;A(+ )AG:;8!@CH4H#0AU7]/c>8EX6T K RX^dj35'35#35'35##3353#3!535#535'#67#"/326='675#5353367!#'6&'7&'7&'7VVVVZZZZDVVVVKK9]L]] ;*',,=?14249kkMBE'G9C-=C9F y(E'{35C8/DDD@@DXEU*A+ F Cbq+,A|f^|_ xhmpmr^gt"' g35&'#3735'5#;5#3#&'#5!#'#"/326='675#53533#6767#53&'735#' 736;W9KK򦦓C0a&KhI&& =?18-'EjjMaaIQ (A1#@}O =7AE>@Eaaaa7]]]DOAaNI ,,R HU*A+ F CC@FSA>=KEA-? W ' #EI`#!%!5%!5!35#'67#5!!#=#6#67#"/326='675#5353#3767#5!&''67&MXBB27FZS'&#1<(2#0,ZZJLh>)17;$C>MVF@[P68p9908N!B kBB4U9C FU*A, FCJc!S7CQBBvP4"?&=:)?$2? '%v35%#"/326='675#53533#63!&'7#'67#535#535"&=35#5!#326735.=35#5!#3267#3#T2:?130 C)iiM??)g-c%',M$]^')2?K:6(1?K$(%)kk]G S,A+ FCC ?KV9TO70-X==Z?k7"&t]@+/=?1D!39jjMIY>!5E[E5&AS&lo+.tn!CF@I= :;I=?1$6:4kkLExC!$i(C#$Q)G wK #Ms56J&#_-N#KKII5Ht\ DU*A+ BCF212I)D8MF;98#A$Cq +02: /D%)ek5##67#"/326='675#535353'>3+#!67&'!'>=!&533&'73#67327#"&''67".=33:>77&'7&'7=yI&"1<(2#4)ZZJ.6yF-#9!*:#\F[&61&4$5 A-G'  > PA%C;I!?%483MZ#*  J;= FR,TF3D=G0YppC HU*A, FCA::7-$*}kL8=}20( .+AbXoe&)11*(_tr ( % 121I<0;I|p ww; +MUx5#5##3673#3#3#3!#'67%#67#"/326='67#535375!53!76767767'67'767&rrrrrr CdoaaaazI7`0C a4#@1<()->ZZI6AOA&+7'<2<;)80?q='#67#"/326='67#5353367!3#3267"#"&=#'>7#!!53#5!#55!5!5! ; GB,$$Y*.0+8>9 > ;)aaKXg9I2#&)H  "P'6zXBYrMMM4/!9 hr(DU*A,F!CWm <";=  ' T8V9 6$ "@s''&2200S00!' -e5#5##3#67#"/326='675#535335#535#5!#3#3#3#3!#'67#535#535#5!#367#_$,6:?17,$FggM ξM 8j8Hɿ} % CCzEE6FZCE U*A+ F CdL5E?,JRq%35#3!535!5!53!'67!5#67#"/326='675#53533!!5!5#5!##5##&'726=#535!5!#3##"/k" S!.@F..4<((- -1[[JPr[FG(773)("=8807lO1441:77:!'%3 G U*A, E C>88T771331 -E@$9C "V81::18m6"3 @ ;Yhz67#&'6767#7&''#67#"/326='675#5353%!#&'!5'67&'7'67#5!53535!3'767!#"/326=!567%7&^:"\nA$(.D{  5R0/VF2 ,4<((- -1[[I,%%BJbhUUnE5.)$2#A'P'S1 n @%]/ Q!@-AM ?yK5M1pZ.SD7:>'1K'1 3Sa\XCCU*A, E CWSF5<8Q**O::%(1(/! M>: $j9BAG"A ALi&pR-Ze.]-h&'!6!#"/326=!5!5!5!5''67#53673#3#37337#733#337#537#537#533#&'!! x)O4qk0&^ )8:8999$$98:8:=7#"&#3#3#&''>76#53&'767!5!3'67#3#;#"&'-J#@>!9 01<(2#)4ZZJJGpp}}<  C +%# iu{>,-#6={)K_JC5ND3O>+m?Nl#:U-M(&u(# :2An+/'#U*A, E Ca0;4F  "%)!@nA L@54Er9;"h@yXP$pD\G+TFAAAfXD?;,2A C8DU6#A Pe!5!67#!5!!5!!5!##!#&'7#'67##"/326='67#535335!53'67#5##67'675#tIppE,l͍h ka`?//=?1(9.9ggMaN,gA_Da"*lB2+1.-^--E,H64<:?83,H2;-> :U*A+E C}Gs2,?5 :+wE' y!=#3!5#"&=#'67#735'67#535+35#5.'#67#"/326='67#53533'67!&'#53&'#3#3#.'+'32654'67##3Q!E !C'**,9?q6*i@r3&! C*./<- 0:UUHBM18 0R%&!<{ö]CCmp/Q29 %R/ _CB//F! 1%$)72D0 @d..9A"`=1h.$'B D U*A+ F C8R"+%!>R;9#$.1=-EAO54PpVFD*:gcC!=*pt67'#'67#35#35##!#"/326=53&'7.'#'#67#"/326='67#53533673673#5332653#"/2.(*8 ] 8 K,6N1I/!(/R#%)-=?1B ?*ggMQHG 2G u DG= K >"XF/: N?).(5)&GLT&?)!tA 7 - >0&0AU*A+FC_f $&AjT6*_T*B=#(35'35#67&'#67'?&'67&'7&'7676753673767677&''#!!&'#5'67!5!5+&'#"/326='67#53533&(wwww*D$ $5*!7",$"6O J \!7",$"6'&8N,fiOke2376'<"/(+36.bbM7 pp>e82-H+ $4^2: b<982%]$G<9 +JE_Z 'P\6&2#3JE_Z 'P\QZ p ACp`BattaB`pCA  " V)A, F C ' %67!!5%!5%!5!'5!!!3#&'+!&''67&'7#'67.=33:>775!&'7#67'67##"/326='67#53533#6753537jR99zuuu I85,5 38:C^<]~ x@4$I]{\ FO&& @&&11 >R4(M-!*!7?1 1-50bbMUU"ID &%w((N((''U== '&D?46,%A>;@#(-";+AR>,U0!W O>*U*A+ F CCa'!, 7&'!&'!5%!5%!5!'#67#"/326='67#5353%33#3#&'#&'7#'67+'67#5367#536533#3#3'67#5367#536+:#(>pppC6&+4=?1(926hhLI3_&^ o_[OK &]%J^djIou Y-+&P?Nghk4,5+,68*77i7737CCU*A+E C)=**;MD:W<*=)&='<#0$'$<#=9 2:>35#35#3567#%#"/326='67#53533#65!53!5#'675'67#535#535#535+5!#35#5!#3#3#3#.'#6@ b!A'9:/304''''403/:'5.2=#`#| ' #(!5%!5!675!35'35#>75#%35'35#675#'267##5'67##"/326='67#53533#675!5'263#5!#673#>7#5^^ʔ.7`(# HI{$&=?1&@0=kkM[[" :NN85b!J}t6612 %>>2;4q>>2; 2?#w= ?%$U*A+E CC B>AA>I<@D; '4-3`dhlpv#53'35#!#"/326=!5!5!5!5'$%!!677&'7.'##5'7>7&'767677&'7535!535367&'7'#5'7>7&'767677&'78񹁁i)O4qk0&Oz` 6! 2 / @~6N# /7%6 075ITf 1#1 *5 3 EA~6N# /7%6 075ITg 0#.M309*5> 936256 563MHKPTA9I3 4(29 0AVPKV9H11P44P11P11ELNGQJ9I3 4(29 0AVPKVI>71"767!5!5!5!53!!!&''67&JIS=wPwYߛqACuuCAtQ-B1be.B+Sa71767!5!3!!!&''67&JIS6Pw=YߛqAJuCAtQ-B1be.B+Sa:6!#$''$7&'767!'6KzR{xLKEjsJO:P@6BCFfODQvsTDNjpxx)50%6!73#5'>7367'6!#&''67&'l4KKw - HMM^gDA?e[ 5 0#'66!7367!#&''67&''I!&!2Fw:!Hi5J CS&[o!ij'%.7D9Q 1,( k 8GDʧVI>L\eCA>`VK+75B%6!7%32>7#"'.5!5!5!67!#&''67&''l< $TG /72)% a\3I }AO'Sn"f^$*-8ϒ,( 83/;F;3;;B C;DϥZL>P]iDAAe`G+(5 "1%6!>7/6!#&''67&''67#5!#67| & "N]gDA=cVC,ECC7B%6#73!367!#&''67&''#"/32>5#'6#5353U8e7I\DrI%OZ(XT!*+/')0RI55;6.ZLށ._DY(Z J?Dؚ^J7#5!#367!#&''67&''#67'73Y 9 @S/I]CuH%Pf&aO!#4<^^B BF(\DD J?Dݚ^OF.ɸ[O$) 694:(6g&\A'CnnCj}n 1@CXa JD"_` PacO@NfuJ= 0mZKO1?JP=VS9 Tm367#67#67#;67#%67#75367'67!!!3#3##"/3267465!'67%'67!#&''67&'L] \P ] F ` ` ^C%W? -g/F@^ 49 4;$/)#6 H0^,F =\?t#yBM&I>Y#:z-W] /A/#iA7? )@" - @@ BFDݗcM$G &,2T%67#7'6!#&''67&'%7&677&7##"/326='67#53533&O *`7G ,;j?{"}GZ&V>##<<2;.:5?6NeeO@OgxT; cj a;P|SP1?m-^c):BAR-D(O<>D`?C35H35#35#67#7#367!#&''67&''#&'#'67+35#5353IaabbNF&ӪW3E $=b>|"~GW$T=%'It#aKODt'J_KOV,nAX 7RDgR;RffS:RmtIC VUI?AUb_>o'XAYY8L%67#727#'67#535#535#53533#3#36!#&''67&''#3#"/I 46*p- èOĪ]/F 59a%67#7%35'35'35#67?67&''!#!67!#&''&W8|^0=:Y2T/OS!'/)Kfa5J \DqF&OZ#6߆.{{zz|"~GW$T?#'25MA Ȇ2xkGAJ @$@#"Gc`iNC<~ 7RDgR;RffS:RmzUD*1W'D+A~).Cbi~ ,h|6^%67#75367#'67#535#53533#3673#36!#&''67&''67#"/326='6M -V--)6@ tM&k@>6WS49c5F (0h=x"}D[$VC"&0FCr^V!F!RM i}'ǔ8)$7BgA>RR>rymeA4- 7RDז^M;O^cK;Le{SB(/M/ > \N&A+Q?7 *C35'35#675#%6#73##5'67#535#5!#6!#&''67&'Z:M$v"xEN%"3$QN  ~PLN6 ɹ%>>ZZZZ>S9DٝYM;K\\L:)C7MM:M6 )1R%67#7%#5!%35#'6!#&''67&'535335!67#"/26='675367H ,J}8a3F .>b=~"EV'N? O:KK@Vj!E7AM: Hxg83'@9_. GADaRPP><7!3##5#J $>DllLKppK!XG"F,8c+IDk(oBe7F /=_?w"yFL'DD!' L P<3A I>lvSG_+"Y9,(:"4<"238J-2=L3H+ZK7KQ= >KDۚ^M;L_]OMA$GDKD*2'/3EK#5!35#%767!5333#3&''67&535335##!#"/326=!#3#K[WW3D4PN,Nѽ5]Q]kXR}#pO\Mˎ0J012 i>Вa|\aATzCAqM.B3UP8B-NhBPPB^^W(C, 6AEY35#&''#6767#'#367!#&''&'#5'67+535#53535#!!535335!5!!!!dd9"$*A^uzEШQ0E$5X=qDROFOC{|FNDOggO4=NB`5+?*$+)YDtp<*D] 0AW0.;49916!2tCCA@D*<66NN??==F>+@ _%&''6767#7%67#35#265#3#3##35#535##3&'#53533#367!#&''#"/= ukA! {{bAb{{Hv\N[xK-F (\6h#hUU>86 9PD۞WQ:NWWN7&A< d%67#7%#3735'5#;5#267#'67#535+35#53533&'73#367!#&''67&''#3!!#"/G %ArrLrrrr1'r2rILS .<#0,׸O0F (=_?w"yFL&EA'&46+cP(z<<<<3;;;LL .!5>/٦ BGDۚ^M;L_]OZ;v"xBP'G: /FR0/@ :MmqTZJ".33:::3f333(5,S= )c>f99f>c): N:DݔbQ;PadN=2Rgmz<57Jd'TTTTx/]D> 30>AY1F (#h76!5!53!#$''67&JOzTwP]$tFFdKDPqpQDKd*F 367!!5&'!5!'6='67&'7#5!53!#&'#5~PWff̃mfv4 QByNBra.Ps]iO#6JM5!+)|4lvG,f} C'27I!AbbA_B3&A52:@T5!27#".'!5#&''67&'767#53533!&533#&'7'6736733#67 <3/% 8(841'3=*3IR2ABI]I )"16344 (H6KaaO2AAner"F=Za:IVlEuqd5O`oE@P}UB_YJ<':MCu ћBB@*F*.@FL67!%#&'#&''6='67&'7#5!535!##"/326=#5!'677&{TTd$u\SK|j>xJ8mg2P-K.@;>;2(=$35LM?^C3&@!1+ s,e̒ A'23L"?SSk<<5A=kzg`s^x8,+C%67!5!5!5!53'67'6765!#3!!!!5!53!#&''67&'7UGi/O1LH12PP.kPg_Îtc-i4KN;SA;hf6& ?%S>3;AS;SA``A_A/ A(C@+C!-6I !/*F#3#67'67#535#5!3!53#53#5!#3#%767#53533#&''67&Mj]]6P >9iis(|uufvv7OHM: *=3:*,B><[DC?*EDFDDQD DDD0]jfEE_]+LIr*?' %'%37#7&7&XPP,k0~-l0{FDGBD 9ga7m9id7l' -39%'%37#&'7&'7%#&'#'67#533'7&67gMcjM[Sg4fUxWp4m[sZ54 J1R)m1JA(@ /C/LDNEDT^^2\`bg2agA1)oD[}sEA?um|jvq yx% AGM%'%37#!&'&'7&'7'##"/3265#535#5'673.'#677&(?MRXMi5VPEB`4XHwG]3\JΪ5MA Ȇ2xlKUfIAJ @%@?D@"EGc`[e-\dhc-_j:AW'D+A~).CbiNC<~s ,v!,6:>BNTZ7>7#'#53533533#3#3267#"&=#'!!##5735'35'35#'%37#&'7&'7)#O-EEKKEEM ;$@""24(J- LKQLYGZ5YGrH\3\JkF:@U@PPPP@@[=5. +sLc$,EA6c@MMMMM7MCDE"DKb_.^bj`-_j*-$=CI35'35#%#3##5#535+35#53533#%'673&'7#5'%3&&'7&'7dc@$B>C?IBI4AKIL4GO"#!#!'6 %P HF>SBzFX1l/CF@>v6#!75!'>5 %!!&'#&.ez GG@7> 'ے{#rxP@B#5].HFA=c2DDI>B:9$' 5'67?&&'!!#!'>5 7&''67&'767b,9*,X P r@PCHk܂E8=BRRB=8Ee<4Q,[Q79M;LA /%1,B e2Fũ$,?"A-%3(9&&9(3%-+- B35'5#;5#35#%!###'7##5#535+35#53533#3+36674]]]]]]WpK IJ/L]ELD]+"ۓ|ckk9dddkF\@$@VS?__?SVW 5E,pN'6<B#&'#'!667!###'>7!#367#533'7&67/R6 OH/N!.?2ӒyIkK C@: JJZ/tH;1#;'6 >!8AL*v]42i,86E,p7F\2ARm|A)fdpZgjoi,# %@35'35'35#!53#53533533#3'6?667!###'&E*HCCIF>>7:6g3a65+)ّQlK)**-0Bnnkk:g @AYYYYALJ#c[.U8(>Fa$P5E-CdFZT"6C367#!###'>567#3#&'#'67#535#53&'#53533#3U%IjK C@956ՑyyOH,,GL?`,x=!'>5!5!53!!!#"<),5kq2P$FG9-H 4^;LۮDD\:2?7,28'#"/32>5#'6#53533!3673&7&7&\) #"0RI55;6.ZLZZn+0~4}'Ļ-簌5t H 3[2e%DDY(˜Ac7\3?X:@"o#"'532>5#'6#53533#767!!37537#"/32>5#323:>7#".5'75#("P: r 55:6/\Ms?G ^&CnG!<3 Gn { %- K =72:C9C O$> H .Ys\4bDD1P)}8C87*A -WJ$$  -%+04 EC$'FA;67!#53&'#5!53!#3#52>7!'>5!5!53!!!#"/Q1!%'M!/rPr.M%'p=.wP?>G(?I;M>\AGAPPAEC\JIV81l?\\?*#~},A=/Q#;#5!##535'67!!3!3##"/326"/32>5#'6#53533#|{{{L44 4`9I W ::&L)O\" *#PC2 m34:3/VL C!9q$-A*'CBA> H .Ys\2d! DD1P@ $G67!!6767&'#'#"'532>5#'6#53533#rt?Fnq2F%DXIL+L[In6Z"4M/,*#($P: z55:5/ZM),C[N5A742ZQ.H5J8r9\ t> H .Ys[2b" DDY(A"-O#"'532>5#'6#53533#767!!6#5!'67#3#;#"&'#("P: r 55:6/\MmDF\7GX J-S*B%@`<<4&> H .Ys\4bDD1P.m2$CcLOznu+CCQB6>A CJZlG@ -P67!!536=#'67!#3#.''67#"'532>5#'6#53533#js?G wh2FU357kCD6%O|!+`3#("P: r 55:6/\M}8C[NDG0.a&%CDME RTFD > H .Ys\4bDD1P@NTZ%#53533533#3!5735'35'35##"'532>5#'6#5353367!!'67#67%7&;;ILFFY՞#($P: s55:5/ZM,E )2=;O(T"#\&^Z;????;>>QQQOO7M> H .Ys[2b" DFH%0AV@*%Y(9K5Q:9AJ7H7 g35&'#3735'5#;5#3#&'#5!#'#"'532>5#'6#53533#367#53&'735#' 7369L6HHޘ@0T KK !"%C1 b2181,QMV~->1#5#'6#5353367!! 73673#.'#5!#p,D,HJ׍׍}Rg!@%BMi%)=#PC2 m34:3/VL?&E3qxD'@lR}KK[,//,[OOOO8LLLE8B@+157r36,('1P> H .Ys\2d! D/Zc.?%< w?=84@B8E##-/55!=!5!!!!'>7".533:>7Iy n%YNOS$  K 4/EDDED@Bև&,C#  %>+->HK#% " N35'35##36%!!67&'767#53#5!#3#33267"#"&='67&''67\q(ZbZ_'"7#"'.5!#5!#kNM?H8un?%#, K9@7@vyop"B@@%E  #.5. #/++5!5%!5!'!!!!#5!5!5+@@OiPiO7! #"/326!5!3"K7EoM &*&DzB HyxFT5Jo 3:ǟ+ DP}}7<!5%!5!".5#'65#535333:>7!#!")RLZK"cNT9JFssK?*%;'  KI ,#UJA p@aF% #%[ @BM& < #!%!5%!5!!#5!5!5!5!!!O,,pPp e[[:VDqCCqI !7#!3'3#3!53#53#5!#3#J"ؑ?(@4 i'CgDDBBDDB! .!5%!5!'!!#'>7676"/326=##!,,OOK + 2kd2 M#DZZ9U=C;%B&2?*\E+zV)!  >#!%!5%!5!'6733#672>765#"'.5367P  D/OwX H <"%8=O *|rnn7#5365'$7!53,,O]Pjh:Z^iQ M`P3ii;bCTf';K>C,B1: )$7 +!5!!5!#!5!6=!5!!!!.''>7Pkzk,23؎,JOL?7AA7?9XF{LLzFX9a !5!!5!#!!5!#!#=!OgzP&Pzq]bq|j+R+ffZ  -35'35##!35'35#"/326=!'>5!I\KL lX :ZGY#7#'>7#'>7#'>7+!!!3bH.V%T6K&2d,V1eq+P3]Pe"48``;[D$}r^lA9++2 9!5%!5!'!!#5!!!#"/32>7#'>7#'>7#'6767  PPnp82/XF,[*S-H*5c#Q6h`%ek!NKK:H>n==<A peY62,MR/9&EW.8.Z 9  *!5%!5!35#!!5!5!5!5!'67#!!!!!!,,z370_@IU-0ii:ahZ+??b:SI36Y}ZNDN>C\p^^7Z*..h(-#2>+-;+(?%(2?,';-+>oEI%5,,>3&IFnI1'+35##&'#'##!67#535#53533##ww"P.OLW7K TLVwBBq4= ?BCCI5%3'3#!!!!!##'##!67!,O0,J K)P#J p'C*CE䑃y@4䟷 <P -13#3##!#!#52>5#'>7#5!#"/5!K"KM%f&Wv ,/CSIZ'@4 '2f2mku,<'`B1BQ1  *!5!!5!#!67!5!!!!;# $'""Ot*I 'iPcp}:vA=R+DyTY_+ /:.:AAg@uCATZK! '9!5%!5!%!#53'>7'>767676"/326=##!,,{OK& + kif`# Ku#SLL8G=Acr">C:/?1=*E+ZW(K*>BF!5!32>7"#".5367#!6!!#'673'3#w_#*  H 90/565J"I B<-4F||||=/ :(/8:D!   =!#&'!#!&5!5!?ggn6E5H&4w1OKfp@o{&$>:\z9 BBcZ KA 07#!3'3#'>535337&''67667&IȂ]`B/(NEG@G ٻ,B=K6Cg-@4 i'C2#]߱xxD@2 D8 I; 397#!3'3##3##"/326=!5!5!535#53533#37&Jͅ&bbb&Pb\' uuN3\J5Q@4 i'CpB[+C0BpCAkkA2NX1_: E!5%!5!35+!!3673!3:>7"#".=#'>7%53&'7@@qOw8'D/L"" M 1)(49,.(?0@YY9TA_IK9AB (!)*+2 p ?iZAE3<D' -397#!3'35##"&5#'>7#533!#326&''67J {{{{I'fY-khz)kXM ,4,E:AA=BO.E2%@*ZCCO!CHB=9CmC# <vi}|2  %+%!5!#!#55!5!!!!55!#3%7&67PPH>|,rrT@B/B0G%E+Eg+Z+??>>ddcddDZdrV-=!5%!5!67!!#5!#5!5!#!!5!67!#&''67&''67NNVU7"_L6LN'E5W(bj.;HAeAA3?-?"$CC;'A*&AL8*@:I1W?=$)2:A "(,<7#33'3##3!5#"&=#'>=#735!#3#5!#35#5!Iiiiir'[7!J8O&A+lLҷM^Mi@4 k,? M.V&BR:<0fmOtttc22tA(E'+/38<35#5!3#!!!!!5!5!5!5!5!5!5!5!5!5335!5%!5!'!!#5!8jj\\>^>P  NNn10b:`.1.77.1.00:-5H}--00.05d<<<<M3'3#%767&''67&3#"/26=####5'##367#5367!!353dddd%jeZ,B[Tj&[vX;=.0MI03#I{FL j}"{Mr,? -9*.0D322(88J(H ?0#xCBTE/9@4xC2"$C6:T$K!5%!5!&'!36327#"&''#"/3265#'>=!&5!#!!3&'73!6NNB mD-m#D$H^(f/x ,bP*0f9.+N29?@?6Wk8826oRo"}_.3wA*{q:8h-&,' ! ,567!!#67#"/326='675#5353NNzNIC7:@!Ȕ^2GN = P>$]KL`MT++?Tf(1!Sy B 9sQ.?X > f3?L ? b?OOD +/35#!#53#3##!37#537#5!!!3!5!aMNN~~~~J*U||+c+'@4 |=iAAiA?< [367#67#67#;67#%3'3#5367'##367!!!3#3##"/3267465!'67 U n  ە ffff= $)Hk9H:  @G >F*6Z9$ KW1;~~;cV<~yAGsS,? \AQl/,. @42A<sA`Z@2"?# , # 48#!%!5%!5!!!!67.'#67'675#'6=!5!Nx::),ETM2DO]g6ujX,pB7K"Vg2223x?>.+=,6+-AbA#Ca9~ŧ99H@ L3'3#67##3735'>7####367!3#3267"#"&5kkkk0#*H sPGIl;I  .75H !c1w'?n9467AmB'i@-<@*m #?2; ,**9# -2F #'+17%!5!#!#55!53&'73673!!!55!#3%7&67PP(D(**"G#>|,rrW?A.C1D&E'H^+k+?6.;35)-?==^^"\Y_;M`aU0 9#!!!!5!5'!5%!5!!5!'67+5!#&'7##"/326=#NxNN! f`%`1Ng,s!)Q:Vl'2@@2q::09[aG7>[MS6[M.nP'C$p?':3'3####'67&'#'##367#53533#6673mmmmIKI[&)=042K'C!JV%^nKnb>3 gVr,? XBf.</@4ʮEE@0F'DfM1 -?7#33'3#!5%!5!7!!5!5#535#53533#3#"/326=!#!IkkkkGcc PX&M\$ K'@4 k,? DD9D<CC>A:C0B C $(,!5!!5!#!35##!#5735##!#5%5#!5# ..OpcLKKL-q]bq|j+R+?>p==D X3'3#67!7 7!5367#53&'73&'73673!!!!&''67&''67##367hhhhT8 1=O|vOC xC$K)H!XnX=e_ip^DA=p; Jk r,? 8RFH4?6=(;89:NE6HJ`MNN; =!;gH/@(:=%=//Ik-@4>MA 153#3##!67#!5!#!#553&'#53533#35!I~"n^LO8MPN!p'@4 MV=f q+9+@RQAbbARQ@llD G!5!!5!#!3'3#'>7#'##367#5!!!#"/32675#'>7#hhKffff+B/WIS Ht]^p/(,K>$*T/I*X1GLCY,? -1&s:E..@4@l>>0~6AjY60-NF C  *067#33'3#5!!5%!5!!!5!5+#5!##67%7&HjjjjD???zM=R=#'>7#'>7#'##5+353367#5!!!PP>>>>====aK/M?(X-H*R5V)G4_PU(4I:A{Iz\;;y,OLL:GAA)n[Ȁ2-ML-3%{@R134FL>>0}6 =F%!5%!5!#!#5#535!3#&'#5''6!#3#&'#5'6%67#5354  KL}xv_U.4H-H)]8NJ4q,T:H?^)~BY,d}lVV7R,,q=CC=a(@ɽPC+޺:5*?C=W`3JRYH1b RU=C4( S7!5!#!#5#3735'5#;5#5!3#3#3>567!##5#'>7##5#535+535#535NNffGffffWЕIbN 5DObDĝO+u+D((((((((OO-;!!0; B 4Aa 22;!!;-"< J!5%!5!&'#!5!!5!5!'67#5!67+35#5353!533#3!!#&'#5!#5""(!@ z`OMM߇ _76N N>::1:u?o@@H->1A;-=IIII=- ;=5>!!! LRX!5!!5%!5%!5!3#"/3265'&''67#535#535+!#3#3#&''67&'!'67&'7pUNNM"F&ES82+9[hcUNcnW-F.721B!7p88::09,F!C 0**?%=0P=897798=P0=)<%+3!'$]+>,V:V.;-<D U[&'!5!!5%3'3#5!67!#67&'##"/326=#5'67'##367&'7677&D#(@(zhhhhK -3&=0(;d>+ 0/oE,U"JM?,F7"D-(l[)]YTXUORR8(? A.% #&A?=77!C>K3H)$ەAB !+39P.e=:C40G3H)"L?=7EX6Y 44 !Q7#33'3##3=#35'35#735#3#3!!!#5!5!5!535#535#535#53533533#3}InnnnІ=7#5!#Ibbbbqkccbb191GffuN q``4J %%$d-b {hi i>4 k,@ ;;S9DD9X 9; c9D=O#C>; 7/>,3+/;B-9@e$/cO*AJ .2.'+p eM&/.,?4@  2<+*H@" CIIIzt dfVvRo">70?FAZ&_ 5@$4%N2+t@4 k,? 7@yy@)G0gC@\/ '%5#;5#!35#37#37357#5!#353353GJLLhLJJ/C6@@ʷE7 835!!&'7!5!#3&27#"&''$7&'!#!&53!!674  x- D'`2n24(O%OjJ.74WJB9{{9B9?xx9MHf/D*aHJC6886JD)-3+<4m; 435#35%35#367#767+!5!5!!!#5!$''67&!74H#KCnjx9K/$ iVN]9*c:]21.:.-IrN??NN@]>` E rZ!C@3EL ?35!!&'7!5!#3&27#"&''$7&'!#!&53!&'73!67 4  w- D'`2n24(O&OKI']Q?J.74WJ<;ww6A8=uu5MHf/D*aHJCN)C41&507%SD)-3+<4m! 3<!5%!5!!&"/32>7!3!#'>7+!!!%3'67#:VAPxaP7#(dZ&GM34"D-(P6S!I%6,FRR:N:+:D,"+C)>?(B'};T&$/Ce&*A ;35'35!5!!5!#!#5!!5!5!5!5!5!5!5!5!5!53!3#!!!  NN\>^>P8jj\N11o00<@x,P,::-5,31?0;IIk?d,5 :< $(,08<@353!!3!#35!5!5335#37#3735'5#;5#!5!#!#5#3!!M7MMJ[ NN[ LL@141@L11FFFFFF6GGGL+k+jGL . "5#!%!5%!5!#5!%5#!35#67!#35!&''67&'7Nx::DM\VTMͺázJ+g2223S5RRR2@<*R>>NB*=@8=(.4.a> $(0#3&'73673%5!!!7!5!!5!5%!5!#!#5N(D(**"G#GLOOta6.;35)-WW7\W\\d^^6Z+o+  *.4:!!7!5!5!#!#5&'!#5'67!&'!55!7&67JPP+h#&GM&#g4.A01-;:,>-,?!>#BXS+~+RmFCCFl+3/#->tSS MWY8HW]K#, OS&'!&'!5!33#3#&'#5!#'67#5367#536533#3#3'67#5367#5365!@M"7}D*"NMD|5-PP*8s3 M JA,w&[ vThJ7I8?LO#!%!5%!5!35#'67#5!!#=#6#3767!5!&''67&NcNN ҰAP$JD҉@1CJ%,TNcq\Tt`KHo8827N"BkBB3W WJY W  -17=!&'!&'!!!7!5!5!#!#5'!#'675!7&67jL>>QRRQjJPPӺ9GM9;<:,>*)=#?"C'%%G% %dL(f(slOD DOlHKK~HNL.@QSF*R !5%!5!'!#"/326=!'>5 N(R+=SAa.*AB#V)E+.Uū>,!5!!5'>7!5!67!!!#"/326=!#6 )"g0$P $)Q,eZ-( PDox||.EIfA118#A;:J$AbH# 5;A35#35#'>5!>5!#"/326=#'#"/326=%5##5#lOF=,"[1(r?!lX Z0#, lX" !~4Ok) Mk)X&D+~1D+A\>\!: 3I35'35#767!#!#"/32>7!!&''67&"/326=#'>5!A"LPK 7/ gIZ bOH]#XCV _R  6A",^>A xnv`iX>$&@U4@6YT:A6OuD+v*Kɴm'U), %;35'35#3#5!#33#33333#33#"/326=#'>sqqqIIWJJHLH/S6u 3<_ 8Alw??TYbnm%W(D,2U02 &L35'35#'!#"/326=#'>5%&'73#5#'>7##336=#5!673#3tIm< gS ?:=J6&/C1%GGiPN:HEXII`0*I4}a\>AC)W'D+eC1VGHIH5d>38jSP|4UBVcCcB:2/ K35'35#536=#53&'73673#3#.''#"/326=#'>5!67(7C2.6<+F$4.)[$&]$$S6 5=! .]>AiECHOGV\XITCEo@0ab.6"D,}2Tūl& gA 1G35'35#!5%!5!67#.'#67'>73533"/326=#'>5!eCCJ?WOt!x,Sek  ' L#IUH  6A"^>AKKoU1?0˄@2C``W\D,v*Kɴm'U)1 !;A35'35#35#'>5!#"/326=%7.''673533!67&%5#\68+s? lX ?ND=  (KRl*{{F' 9L367'367#!!5!5!5!5!5!!!!!327#"'.=#535337!#"/327#'>hV,,( 29EXD,-+AN>k3-+ZB')(K5KFP..6# ,jAAX:P>>P:5 A .ARR4G ?Ig?/@9- .D!5%!5!35'35##3##5#535+35#53533#"/326=#'>5!ߎMZIM lX Z::,tdcc:\\0+AS??SoS@ee@SD+,Tƭk)W'," 1EK35'35#35'35'35#26=#'&'7>5!#"/%!53#53533533#3'6xEj H6$0A6<+%m;fS%HCCIF>><:6g3a\!:Aynnkk:gs++TN(GHMk)V(D@AYYYYALJ#c[.U@ &*aw35#35'35#5!#535#53533533#3%5!'67&''67&''67#5!#67.'##"/32654'"/326=#'>53$fbaaaCIIIzt dfVvRo">70?FAZ&_ 5@$4%N2+tH+d+;@]< Ayy@)G0gC533#3#3#3#"&535#33#53&'#53533#3\[[[=;r /F#0 0->/^+;!+-*h-KTH{K{F]< Aw& %A8>;5jBCGMM>9@@VV@G2>%1!!&'#'$!5!5/N/1E8.8E(1!53!!!!&'#'$7!5!5!sZNZ%N%}}CC@m@C(1!53!!!!&'#'$7!5!5!IN|ZȂ%N%Z|}}CC@m@C1!5!53!!&3##5#53'$N*N*GEEBBBzB'1#&'#'67#535327>7#"'.53jV/BXM>o-:M( 0H 4*6(>L yD1o>DBR\Q!.X68?'(!.'#'>7!5!5#'67353!!0v%j8N=p%}36I?w>KNGDUA@:XsW:@ASDhP*5'uuC'#&'#'67#53533&'jV/BXM>o-:M O"yD1o>D0~HxDeI(83533#&'#'67#2>5#'>7#53653!#"'5=!3267#"&55K~r5S8":K6c+2"@<546s G"]B sEc*Iu碑CǓ>A6zľ0% L]"E'15!!!#"/32>7!'67#&'#'67#5353cdM(??Dj^<!-Lb"~=M9+-K)D-j,~KFFgWJ H RLU>D-hfuFD(1-%&'#'$75##!5!5!53!!!#"/326=#!P!K@iPi@8fZ  AuuA}>XAYYAXT*A*xޚ'(3533#&'#'67#'6=#5!.'?KGP8)BK6c*3B4w2U$+sE*[碑C>Zu,FWX>;'%#&'#'67#5353##!5!#5!#3~=M9+-K)D-j,~KN (lD-hfuFDAD DD'!(3533#&'#'67#%67$7$7?KGP8)BK6c*30$1i81osE*[碑C2Eu4}KN4SO6\},(12!&'#5'67!5!535!5!5367!5!!!#"/26PPDg*XW pv)QHSkNC{aBjŋjBa{CRRLYBC,??K5BaH#C -1!#!#5'67!5!53!!&'#5!NNS P P#/z/oDnCffCnDu['0!533##"/3265'$!%3533#&'#'67#ZO[[(U7pi5*/uvMxkME816M6^.5DV)E+8DD+lj9'1!533##"/3265!7&3533#&'#'67#_OVV(U7pi5*$DS8F:MxkME816M8]-4DV)E+!{ID+lj =:/5#&'#'67#5353"/32>7!'>7! 7&t2W;)5I2P0~0IRz= 8K47YKj!&?U;@<qDi'c|˓w:CL F !܇_3Fi<8֞#"'1#&'#'67#5353'67&'767!5!533#&'y[2W;)5I2P0~0Ic#Nt9F6]H,O^uXqDi'c|˓w:CMBI[t{FFr2E/d'%%3!5!#53533#%3533#&'#'67#OVKvlNP86:K7b+2FFDDgD*tqD'C#&'#'67#5353#".5!5!5!#5!3262>}=M9+-K)D-j,~KvN %G@:=F=OO ,1/&5! lD-hfuFDk:>F#  %($wDC@"7#(1&35#5#&'#'$7+!5!5!53!!!!:!P!K@iPi@݈BAv vAq;XAYYAXŊ' !3!5!#5!3533#&'#'67#KGP8)BK6c*3lDDDD?E*[碑C(;4&''67!&''6767!3!!$'#'$7!5![RKK1hL_{U X8P}P}0C;(7j$?mL;3A:NQ7A1^>Z IdA{oAt tAo{A-1!!!&'#5'67!5!53!!5!5!5!~ P ~PCpCttCpCfBBAA(&33333#5!#3533#&'#'67#uJMIIYJ~Mc`X7$M(=.d)xBpIIC+'I[iE'5!!!#"/32>7!'>5##&'#'67#5353RxM*7.4vi0 nq8\_*'x=M9+-K)D-j,~KFzHr% H PX7H>D-hfuFD(1#)!!!&'#'67!5!!5!53!7&67%N%lNlD6GD2E/D,KBAtAB Cffl!S`@fpjp'#)/7#&'#'67#53532653#"/'677&6$7utCG9+-K)D-j,~KT M9\? IFJDEL+F4 =>EsE.hfuEE+FT+EЧ ";&<5!53!#'>=!3267#"&5#&'#'67#5353L N]m2@I&r $C !#!E$xAI9+-K)D-j,~KCxxCY?;%\|# 6FJF#ADE-hfuFE'+#&'#'67#5353&'#'6!5!#yw5<1)K*C.l+~Kyr4tgLk+rblDj;HXtFDh;w=?DD-&})1 *.35#5#!35#'67+!5!5!53!!!!&'#5#EP K@iPi@ PE_fffׄjBhyvD?YY?DyhBj__5,##!5!#'67!#%#&'#'67#5353O)8C[+J mEK#;#3533#!#5!32>7"'.=&'#'67#i砠}KllACMy*;JD M %$]RN#-5"K)B/j+}DEz%?=43;> /d"oF sE'=#&'#'67#5353767!5!3'67##"/3265!5!&d6680J3N0~0J.V8[FqUn 02P;;4CAL@4% *hqDw.|/˖t:C4=,OTBBoa *Do`)F`V(D+=DU'$83533#.'#'67#%'677&7&''67667&0zKle\ 6 K&90d'v7!'>5##&'#'67#535335!53+L$@<4vi/!tr8]c,jCG9+-K)D-j,~KUNDY=G H LwX8F6.hfuEE5'B#&'#'67#5353"/32>=#'>7#5'67!&'#53&'uvW9:8#K)D-j,~K-nL>$#.z~^!;_2G#9M3G% &.sE.N uEEJD-M:Bɜ71.6}ktDʛV!~k5'+!###'>5$7'#&'#'67#5353NWW8DJ'P>9'5K,D-m,KF\3J5E-rIE.[vqEE2E35335353!#5#33267"#"&5'6=##5#&'#'67#*~LYM"J9:MH '#g-"s.HVA59;L'?-d)x{Ctt+31K# D::P 1 EsJ<^7+ȇ$ƀlE '+#&'#'67#5353!#&'#'67#5353UM4/FM7b04MF1|FOW1KOyD._3DD7ݹ6D58%6!7#67!#&''67&''&'#'67#5353w:!o0h5J CS&[o!ij'%.-1;)5I2P0~0IĒ,( -D2h 8GDʧVI>L\eCA>`VK#o'c|˓w:C( &*35#5#!35#!5!5+!!!!&'#'65#CM'P%gioooAGpGAu?~*}Avii19767!535##&'#'67#535335!53!!3&''67&ECxzBmb ; FI(A.`(sIhPJn||axbdA<%'ߑtEC7#5353332633##!5!#&'#'67#5353? <v 'XaL PM"d6680J3N0~0J[06: :n>+MAkk,VCCmDw.|/˖t:C+8###'>7#536=#&'#'67#53533'6733vN\\3OP{?SZZ7+M(=.d)x~MRʳ&OUNFTI>?FDi; ?E'HqƃiEC?[;,WeCz'33533#&'#'67#!!#!!767&''67&(~Mmfi:.M(=.d)xM8*0dK:I'GJG3K:Vb9jUKnC('GviEB>OC:\Xrw_s7xLY0aZ')!5!%3533#&'#'67#%5!#5!'>5!sK~MsnZ7+M(=.d)x3e!O f>5,J]CE'HqƃiEFF <~3E1/%!!'35#5353!!3#5!#&'#'67#53533#MPOM9 FI(A.`(sI]Ra 4DDD'??]%ߑtECC%'6#!%!5!#&'#'67#5353!#"/32>5#'>7#KJikr.O:2K)D-j,~K!..GeMB {,n F?VEc-7#'>7#5363!!&'#5'$7!5!sKhNK*/(_D& ~]W/IPP P d:(,CUZb>83qOC2xNChCh~~hChC, ,B#!#=#2>=# '6#536533#"/3533#&'#'67#GHjBH<@=CEH !!(M/YnFPL#J0.F 5)T&j?+?Ce1@(p+e F/gg/@! G pCN42uȉgE3=%5##&'#'67#5353'>7!#"/326!!+#o=M9+-K*H-j,~K95VJ _njFKMD-hfđ{FD1C_0=_6 FN%6E'G Y!32>7!35#*.5'67#&'#'67#5353367!#"/#3:>7 *% G@:&,5! 1a2W;%/I2P0~0IjD!K ""1N)z?2??0$6A5<@  " *Ci']k˓w:C?} 5,=@B?3@7D675!3'#&'#'67#5353".5#53533#3267MBXb ; FI(A.`(sI/6: ANB+~1 K #B;G@@*C%'ߑtECA! dd.E>5 9>E" ' ,D#6#"/326=&''#36=!5!!!#&'#'67#5353V$rEp] 7K\5q+K{^ 7(6I#;/a)uxI oC"gSE+%[\, RCCN T+Bb &MM ykEB9%/!!#.'#'67#535335!537&5!63mb ; : I(A.`(sIMNJ>-K/km7L6hD9%(ۑtEC: F3F6 7=C&''67#6767!%353367!&'&'#'67#7&7&^N?304[AcC G~LcpGJgLuj 90L'?-d)x ?I=)301rJ] WD>m,@wZE6E> D/ZU" E>XE@CnJda=i*K&K 77J#2,Z%l'D_-E5D%!?B# yE<', x_E8+%!5!#367!#55!'#&'#'67#5353uK MMugu\*9/K)D.l+{K9@FQ O=@}Ea.qGuEE('-!5!!5&'#5'67!5!5##5353!533##!!1z PꞞMM8hmmBc||cB]sCAQBEEEEBACs'.2!5!###&'#'67#535335353!533##=!TL2h` <#*I(A.`(sIYKLTMKKMo@1'(Wh БtEC0BT@B%1!'N3!!&'#5'$7!5!7&7&'672>7#"&=#'>7#536533P P `UL`XGh$d F"#!E&v{o.aiN |NChCh~~hChC;#*<&Z:&0:(E_G8I\t &227>67l6:-tXE2204)?67!'5!!'67#!!&'#'67!5!5"/326='67!5!&'7wj[Zgb2hLP݋|Z2'%_lS'm,8))>>Q8=]H54<#:@I?NN?I@4< e}H=5Y=9')'.!5!!!#5!#'>73533#&'#'67#H\4MK1=%`s~MrkC(5'M(=.d)xT.^DD{66RL6HW7Cg*k;ƃiE/ 2#3533#5'35+35#3735%3533#&'#'67#KMLM~Mc`X7$M(=.d)x@ԭ,@A /C+'I[iE'7#&'#'67#535375#'>5$7!#&'#&I@8/&K+A,i+|K%AX RU:BG$ NH"4@MXsE.sV rEE>-0 <5/#67!!!!!!##'&'#'67#5353o+ f)J N2,J68;)5I2P0~0IqDZ <CCE䑃$} 'c|˓w:C',B&'5!.'#67'67 73#327#"'#&'#'67#5353iMx3P[g .#VV »00 AB!q>@6GI%>/d'v}IWh C,Р%AACDAAhaBmN5B&ʄqEB' !)%!5!5%!5!3533#&'#'67#!53!3666-K{q/[8":K6c+2_AAXEX*Iu碑CB'B3533#&'#'67#7&''67'6= 7&=67&(~Mmi[ 2.M(=.d)x?4/ARJ;:5:=4.0D2:6C@KD4*{C)3GvƃiER<E dia8^BF(l8qHD  X(1 35!)5!7&67'$7+!5!5!53!!!+&'#/<:,>*=#?"CKLiPiLKP9 TZY=L]_QCoKUATTAUoCr,2#&'#'67#53533#5!#33#33333#3frb1JI%>/d'v}IIISIIHMHyB% 4ʄqEBw??TYb' 23##3!5!##"/3263533#&'#'67#HHw:%Kg,%~Mmii7.M(=.d)x4DDqV)EsC(&GvƃiE4/7&!!5!#535!5!#3#3533#&'#'67#-Ki~M_[i7.M(=.d)xD!IABDDDCDDChC(&GvƃiE'/A3533#&'#'67#53'>7'6767676"/3265##!!sHlfL$3$H"6+X&nJp,aawDfy<>B@ >FxCQ-KQŊhEˢ?>(k^B/C4A(?"/F,WL&)"+J3!!&'#5'$7!5!7'>73>733#6:>7#".5367PP4 $ I >Kp& & F564TGLzQC|fCh~~hCf|CA*$AC i{C* &!'241 m)H=L*w ' H3#3#3##"/3265#######.'#'67#53533#53!3#__^^__)D% _H^H_J+2) H!;*X'ovHb^ &+A00%%%K+D3zzh6w#ԍoECCOdCiC-1 -&'#5!5%!5%!5!!53'67!5!53!!&'3'hPhC   'FPF'U^^U\\XX8TGBCbjCWWCjbCQ')3533#&'#'67#%!#3#!!5333!(~M_[i7.M(=.d)x$b bqK{C(&GvƃiEDDDD19!3#"/3265####&'#'67#53533#535!5!53! CC3 MI. FI(A.`(sIrg[ MU*E+=DՑtECC"ڂDmm' !EKQ!67%!67!%3533#&'#'67#5367!3#3##"/3267!'67%&'7&'7  R~LleZ .5L'?-d)x: CIRY,6+H<#uJ!LB_3YKMHc3eIuUC>C9ƀlECtC>A?*A+4_PQ/KYSS0TU'A!!!#"/32>7#'>5#'67&'#'67#53533#65 7 125WJ/ FH:TH4O1$:K)B/j+}KsoS: '.kAD9; C %R3aQq<%PrsEEEwPt7(=/3!!&'#'67!5!%5!#53&'73&'73673P~-P-~z\K%C+(.D2#q8#F!+DC:y:C0D-@N3HOIPD>@,<!&'!!5!5#535#5'67#&'#'67#53533673&'#3#ۀoj ' \ a8. I%>/d'v}IimV cCCA6H$&ʄqEB=ioH6A'F#3!5#"&=#'>=#735!#3#5!#&'#'67#53533#35#5!]r'[7!J8O&A+lLҷM\L24J$90a)uxJmi gn.V&BR:<0fmOtttc22R#>|hEBB=tA)&*.235#35!5!!3!!!&'#5'67!5!5'5#!5#;5#}I\PvXXXAAXHAs`Ai~~iA`sAH=)%53!!&'#'$7!5!7##5#535#5!#3##5#535#5!#3PPNͲNfB|fCh~~hCf|B̤BBBBBBB;%+?3!!#67&'#'67#535335!7&&''67&'767iN i#*lC>B; FI(A.d'vIah5pX6Zord[7I3JS3E:]];wB=Id`y#q ''ߑtEC<0mz-xA@_]B@APeTWcN'+/%!5!3533#&'#'67#%5!!!#5!#3675!uf~Mic0=7%M(=.d)x.e NuMu(Cq'@_ƃiEDDET66uBWm'?#&'#'>7#&'#'67#53533#5!5#'673533#$X!\M4U f+; CI(A.`(sIuoE$2?X&FtMDTACsUO6CAR'&'ߑtECC%0_M# !@uuCF.L5367!!#'7&'#'67#53533#6753675#535367!5!3##"/3263 K a8SK&-$G#4+Z%knG_YAJ"39}FG"FMK D.6/.D}%1,I+RydEBB?$xAAC\-FBB]>4C?B /HM3533#67!535#53533673!!!!#"/32>7!'67'&'#'67#%#36(nHe_(.|N59Af9Du  /3DwbF K9<H5-X%j5CvCh?WA=RR=>.(daA/+AC( DHU<3 cq06DvkDm8=E#;#%#&'#'67#53535!##535'67!!3!3##"/326lԊ_,H8(I(A.`(sILLHH.n?I B>>%L)O\"  pCa'J`ߑtECC%#@}()A*'CBA; *B6$7&'!!67'67&'767#5!533533#&'#'67#&6c8HfqV6Wtv AQ:#wG;Uoe20(=6 Ov~Lga +/7 L+<,d)x1͈)eVIj5oM9Cl\1"c|%9E/NxH2$ FTCkC#z#_`ˋfE'"8!5%!5!'!#67.'#67'67#&'#'67#5353GGK/TF0NSFf'q'gWv$F+p2W<).I/Q1x.I CxADWGAT-^@T5<6֍B5C kDi'ekڜ|9C6 DH&''67#6767!&'353367!&'#5!#&'#'67#5!^N?304[9cC G n]gzq~LcpGJgLuj&OM 9;L'?-d)x?I=)4H0sJ] W0@A/K>m,@wZE6E55n $ƀlE,FL%67327#"&''67&'!3#&'#'67#535#535#53533#!&53!#7&'7C"@5W $C^I!g(i+׺_S,MVKJ{,DܾK K7=><9Zi h(<OMb::?iiASX7ZN({h%?)^2xjEƊDDDbT*D*D BS|'45!!5!5#53533#!!5!5#53533#3533#&'#'67#NNq~M_ZZ7+M(=.d)xAA@vv@AA@xx@CE'HqƃiE'$V%#"&5367'&'3:>773'>7'6746=&'#&'#'67#53533&+-*[1KPI=NW1h+Ze0 =M7Kk.k\ Vdy`1-5Z Z6 /J%% ,*.&gazD<5xA0H8H! SLN5 %}ĀoEB")K 0F!5!67!67#%535!53!3#&''67&''673!!&'#5'67!5!q}&hS:#)gtPt8R%}RJ >L>PPdT&.0$T-J($aAXXAV8,=5H,F!<-&5>EAfS@`xx`@SfA38P&'#%3533#!!!#"/32>7!'67#&'#'67#'67#5367!#&'!5D+/.E5nHibI0  .1I^X? L,V 5BH!2.Y%k(!M N/P!RDCJXXJvBA%2y(CEO>=v)|fEô@VA$) (AN@+E/1C'-=#&'#'67#5353!7&''6767#5!!67&!!5!5#53533k@;;0I,Q1t/I>bH@04)G+-W~$NqD)r@Ւ7C"#9.,CstDDze3DDCvvC' 7%#!'35#265!#!#"/5!%#&'#'67#5353@G ٓ MKI"5fZ`^ 7(6'I#;/a)uxIqP< &WD*C&??QBb &5d ykEB)  !4\67!67#67#5!&''67&'75!&''67&'7!5!&'!!&'#5'67!5!5367&'7V?YI7"HA+7`zΥvR1.E;3)7ZmR>? i.JC[mXHlPK3@9.4q%35&657FAAA1:++: '077<*(+$*6#$77B- 6% ?cT@`xx`@Tc?H#,' *%!5!#!5!5!5!3533#&'#'67#aKovo~MidZ7+M(=.d)xTAAΟ9AACE'HqƃiE1/3#5!#5!#&'#'67#5353%!3!535!5!53!5!kmZ OM1 FI(A.`(sIPgC"2m55D  ˑtEC??Bmmd9)D3533#&'#'67#%&''676767&'3##5!5!5#'673533#(nH^V:,5H5-X%jgM: -6D;H1>$.Np /@]/FNvCq-JMvkDty,@Dkif /6BB>=%y0-||A*<BHN%67#3533#367!#&''67&''67#&'#'67#%7&?&'67S2!$_zKlg3"Ia0^i~*n|MX:@3]7,K&90d'vF4+I1G..H-FKCHCFh92ǬC7>>47CvX3S;Z7j DO!,MS'&yE~jEu|e}0 3E%3#67#%3533#673'67&'&'#'67#3##5!533533#aas>cnFid9J&H 2NC9  51F 5)T&j[VVMXMNNqt:V5ϪC ,CDZ7cE25*8ŇeDBBB2T3533'%&537&'777%67327#"''67&''7&''7&'#&'#'67#,wI`NDGNk-  E;1CU:ANqGXO 1$I&:,_&py1"IE >#+AG'==8AC(-;.C7<5^0C4W9SD)M@ f0&2eOƒgE, &=&''675!&''6767#5!!67&'#&'#'67#5353~}@BJ"L'3$?#/,QUX1 6I%>/d'v}I,sHyyHsAA艠S 6 C}CCzd+B% 0ʄqEB' K##3735%5#!35#'767!5!3#"/326=##5##&'#'67#535333&[p\H8[9g[d=)bEHK'/c'u}IzV[eUCqDDqeC'3#ʄqEC%!'GM3!!&'#5'67!5!7&7&'67!7&'#"/32>7#'>7#67PPڌYUUgLS&!W"[_%=#A,'-$CXC=!}u'hJ"?$O[^AH?NN?HA;"+<,t:*+<0;AT:VE>rq aYgm" B#0<*xL]hO< b367#67#67#;67##367'67!!!3#3##"/3267465!'67#&'#'67#5353 V {   T F , &3p=I) @G >F*6Z9$r K,@J%5,\&mqJW1;~~;cVgSyAGs~BTX072A3sA`Z@2"?# ,  ~bEB6:67!'#&'#'67#5353!53&'#5!53!#3!!!#5!5!(^^1 :I%>/c'u}IuSPI(PnzgC'3#ʄqECCgAddAznCCC' #FK35#35#367#'#&'#'67#53537!!3#5#&''67&'767+35!5#hUX6+I#;/a)uxIX}I+ SDF/@);!H]]]-6B% (7oykEB?NN@cBZ D iN$C"98G%=24ErN|c4/' !D\3>5'35#%3533#&'#'67#5367#5365#5!#"/32>7#'67#!+'32654'67l`a_FpGPL--0G7*U&kNZ]ta &H1)r!a9T{H';09DJ&1,n=,f5h@k Cfl3)LÀkEAEV@HSBc7 F tt8kcC3FSID.6m~ 7 ,B#'667!3'67&''67!#&''67#5353!#&'#5G"!x.FU)1G,dE4&/2`1FO._]no\K \`KaF+P v@RSk6@$78MC53j(AjM5#C(GEM@cuB__Buc@bsu(N 8%3267!!!5%!5!!!#"/#&'#5'67!5!5!367!!!724'5 Pv O _ɮ0B2m4415/c>hQ@Xnm[@SfA2)(3/'(,0#367+!#!#53533#&'#'67#5!5!L}L(MǂKuq&M<K)B/j+}_@9;E6>]@EZ%PR#sE&'( )?!5%!5!&'67"/326=!#3333533#&'#'67#~~'83@5553D-<nU! LK Kxw/Z3=K)B/j+}3tt>h=^hj\XqegC,HcU%EX59| sE'1+B3533#&'#5'67#%#&'#5'67#5353'67&'767!'67!>Ms@@0/6M8Z-m:lK-xFMCa1qGM^r4|fnAui)kM*\\?;I2<:aW5aj??ic4]d[P/[b?\\AG<;2@DBbI58[y%@'"4835%#!#5!#&'#'67#535337#537#5!!!3!5!U-b `-NnO/=I&=/d'v}I_MUn||XC++W  džpEC|=iAAiA) 26D3!!&'#5'67!5!#&'#5'67#535'6733#"/3265PPKr69j4F>n*v8WVVlKL&I$]V #`TAs^AezzeA^sA`>\-1h0hPBMS>R =&<Z=VN'?"7Ng%67!3533#&'#'67#%7&'3267#"&='67'>36767&>7!&''67&'c9;nHf_U5&H!2.Y%k@eNA#F30F %%%a+6!u5 2 ::J06z03GGX?wlV988u=PKĮB#!-Oi|fErn"B(&' .Q?2ASeTN>(7&>bP:%A)OT$A@=C2!<Q35#35#'67#53533#6735!53&'73673!!#"/32>7##'67#'67&'#*X&msJd^<I"#J,%,'_A+ Mm'i I5J"}GECCl::9A9-,LB6 38}- D.SQn@w. To0ː?[35335!&533&'73#67327#"&''67&!#3533533###'>7#.'#'67#&nJUvK~48'=@ 81#B/R >F$GU,U( X('<70J#2,]$n;%OO%'"8#3+Ce͂6P"TYeG8Pv:"A,> '&x_E ' ;'!5&'##53533#!63533#!#5!#.'#'67#PBk**kBFFC #oFID#9I H/ %F6*V&l))AA&ڔ@BM--)_ĂhE;#'?V7&''6767#5!53!!67&3'>33326745"#"&53533#&'#'67#=dL=( D 4% P**%JX[5RLJlJ B ;3vJb]X1$J'8,`%p\%{y'?(CmhBYYBuZ 3743\ / 65B! /}C'2eOeE'0+JP3533#&'#5'67#%#&'#5'67#53533267"#"&5!'>=!&'>MsE;0/6M8Z-n9lK-xFMIt1NM16I&" Y.'gZud9_x[[@@C2<:aW5bh@@ic4]di\/cn@[[G,30>  -57]A'qauNe3bO''[!5#653!!'67&'#'67#5353".='75'75'677%3:>7^]K/67=0 P>c<` > A<a"<$c%>&G#  ! //.',39%!!3!5352$7!#%3533#&'#'67#67%7&Wh_F;xKuqC;3?K)B/j+}^./J_)f,fEED)E&OCkE~y4#sEMl:6f$[x  M*! nZs:/C'2eOeE>J1J>?O%B '_0I}?(K?+3<QA42A8 <3+?s);IM'6767#5!53!#&'&'#635!!!!&'#5'67!5!5!5#53533533533+3n6( PiY:J%jPyyJPJy4:0.>MM>ON(i7*1 NN9<[I>WjjW>I[<9<22<<22KPsEEExDj5#;DU*E' #7=C!5%!5%!5!#4&'#'67#5353!53#5353!533#367%7&PPP[ ]6.J%>V9a;@DX>R6b3&'#&'#353##5!5!5#5'67#.'#'67#53533#5367#5367#5!67!!!#3#&'#,<.")/LL"EQ qT4 %G 4.Y%nrGZV+   N* 0ҰJkK>.(-9=A5\\AAe0I2DBy . -d xjEBBg($2;$.?1$&?4;++>vED1J0e3 HL&'!5!#5!#!&'#67&'#'67#53533#673 73#325! U[ u?0OMZ,b`;2I'C-`(sIqf2%&  Qb ̺EDf-2 Sih++8g(?D, (|/ߎwECC"v HD5!!#"/3265!&'#'67#535335!53!#5!#5#67%7&z!>0E<% 6EI#;/a)uxIb P I,J[Fd<@>i:_M=SCC{CG$C #&ykEB^llґ2d!i)r&1-[#3#"/326=#&'#'675##35#53533%3#3#"/326=#&'#'675##35#535˨'.! aK(hFMP}&P\EMc'+ [aL*5!#"/326=#'#"/326=#'67&'#'67#JKnFZV->6#?C  1@$?C  1B3..F6)T&j]>A]>ALCgGh).QŢh)V(D,} D,} 22uƄjE1 /E35#35#!#3=#+35!5!53!!3+&'#'6#&'#'67#5353sIMK`"fMe!ɏ[T17I%>/c'u}I^cc^^o??YY??\BcmBmC-3ʄqEC)>6!5!73533673#5!#53&'67!5!5+!#!!&'#5 XgD (P%C%L@LՏNDP|,E<;%>楥1?FACCAF?N 'H#353#5##33#53&'73673%3533#!#"/3265!#&'#'67#FDAABBDdA$>"B!epG_VX_!3aU7K)0G8+V&j/dtA]MdZSp`QC4D*C &_0TvŅmE1+A!53!!&'#5'67!3533#&'#'67#%#&'#'67#5353]oPoP֎(M{QC,4@M=`)s=~G)IMS)SMWWCkWAhuuhAWkffAKJ0@@i\8gpAAts9glwk6zAff/)28TZ`!&'7&'!5'#&'#'67#53533675!'6767%:>7#".=37&'77&&HKKvQH>[0 a6@I#;/a)uxI]|AW=J2?&E"K='!' I686.1.M-GW+ZB>5@-n:NNmH47//1:F & ykEB']kCCp]/OOP_p& %& /1/ #($?5F=5?<q6%_#3=#67#3533#.'#'67#5367#535!5!5#535!5!53!!!3#!!#&''67&''67= V3%#irGZVT4 %G 4.Y%nP5@@i4Wnz#p{KS :J5C~AA\5H, B#-d xjE<$8C;A75>CC>5x;{/c'u}IxfjjF8C;*$):lxjEBceeFA ", + =B< ; (F#5!%!5!'#&'#'67#535375!53!!#"/326=!5!5367!5!L Cqn\ 3)2 4I%>/c'u}I>'N'%ICKZ(" HQJD5ez:e:Cl 3' ʄqEC5@PP@?UK&A&P?2(==C-4 AS67!67#3533#367!#&''67&''67#.'#'67#53&'#5!53!#3)" [Y/$$VvJb\JL g1]py%w~QM 8AP1ZAA 'AQ8OeE}ARNCZZCQOA9 "L!!#353!!&''67#536!&'#'67#53533#5!##"/326 HH:L"Z= 7 3I&=/d'v}IigBG$J2[l$%C;<P3'C MX@bK!@%C*))> &"džpECC'7BU)A:8NT'67#.'#'67#5353367! #"/32>7!&'#&'#'67#533767R6 H652 , J%:,\'nvJ`\*I !$)#A; 2{˄jEB0l0թD"SiLM>Wr=X7jBw> 5`dci1,4:@!5!%3533#!##"/326=+&'#'67#%5!53!'67%7&xfKfb+Q! ?1FN <7DK)B/j+}N7hB??:iM;ROZDQT+D+)0sElAYYA=+f)v%;@L#.'#'67#5353267#"&=#'>5##5!53!#5#!!5!5#5!CV b6! I#;/a)uxII2D%'%Y)=|q$hczILK{N'0yB &8YykEBA'&' 0v-;)d^^l BBAA3"B!5%!5!'5!>73!3!#3675!3533#3!!#&'#'67#38M K| qJ_WZLL/BJ%5,\&mVV8SA6 !+A=:YYܮB#A1`!~bE='+B5#5#3!#'673673#3#3+33533#&'#'67# %M""(x>J IwIibV 1"$I&:,_&pԕؙ@A9L@(W @EEM K/c'u}IjjvC;رBBBBA&ʄqEC106<S3533#.'#'67###"/3265#5333#'677&767!5!&''67&!pHjf!;5H 5+V&lZ3C'gMT9A8>.!A"LC?QQp@b'`CRg'qKTCS+TȄgElCS(D 'aC^A~q| ۡDD|P@Su}K=R' /3!5!!5!#!!5!#!#53533#&'#'67#5!yyK"UMFN~MpkX8$M(=.d)x@Ur\bq|j+R+C(%Kd ƃiEee' ?35#35%3#"/3265#5##3%3533#;##.'#'67#~KM B#f_$ݛpGKF#6KK, %G8*V&lZx}}"U)D*.xx;}ܩBNPM&_~lE4 4Z#'67%3533#&'#'67#%##5##5#5353353".='673673267K0?#EGvIa^C0&I%5.^&rKKKK,.,',C'Mow'zELF ,&jCXJ:K\®BK4)afEBWWWWBaaaa FBa7+35#5'#&'#'67#53533673&'#3#.':RKK%LlH0@O i6 8I%>/d'v}I^yL~@0mg&(o@PPD!tFJ%#(+%ʄqEB \|c?(#%JFt!D"zKJ{ '=%!%3!535#535#5!#3#&'73533#!#5!#.'#'67#m U4.*52oFID#9I H/ %F6*V&lD>>:<<:M=HfBM--)_ĂhE?!D!#!#53533#&'#'67##53=#'673#3#&''>7JInFSO;75.F 5)T&jMV(CF F q}Q?>$DW72DW ?+?}C*2uȉgE e7EdQ ":CE)^`.<;| AM##"/3265!5!537&3533#65!53!!67#'67&'#'67#<A*UU M=K7?9oFJDH#OQ(M#H%*757 '&F6*V&lB|Y*C.B&mx#xB)>'ZZA/ aRaA<#1\ĂhE' $2J35#5#6#!+'32654'67!#3'67#5!##5#&'#'67#5353E H';09DJ&1,n=,.-c*GRT 1(. 0I#;,^(quIe0cC3FSID.6m~C NCC&:Cj 6!}lDC '4g#"&=#'>=3326767#5!&''67&673#3#67#5'675&'#'67#53533#; 3_'.5%  >(;9&K1KH^bXX"|PB|g_aYa^K+22 0G8+W%jpGTN'@v201 ex.-%pfD"RCDdBBXC4C4SO8=4HI7@.]=>A;A -yǃnDCCX< Y%>7#7!5%!5%!5!#3267#"&=#'!!##&'#'67#53533#3#5353!533#3=6w7444*)C !"!Q,=HK)K /J$90a)uxJe\%;:ZZM4MZZdiI>NNLL7Nk\=%%% +sOh#'GA6q=z|hECCXV?]]]]??b67!'67&''67&''&'#'67#53533#67#5!67!'67!3#67&'##"/32654'%x ecRi*I&?-`(s}IlgLyOK2K &y$>54AG?])^ :F"0%WC xk K6c=Ii#O:;4J/#(!6f̈́oECCA(0A8 { 4ARN4C)S9pP;M 8TW?A=f6 ]3&'#&'#!5!!53533#5367#5367#5!67!!!#3#&'#5!#'67#.'#'67#*>!!~~rGZV3  N* 1ЭJh$$II"0 oS4 %G 4.Y%n(11*+,)XYYB*}3,-:$0?1$&?0$:1(=vBD!,,DBv , -d xjE' 9P!5%!5!'!!#"/32675#'>7#'>7#'>7#5!!!3533#&'#'67#xxK9K/M?(*T.H*g5U)F4nNR)9v+go/wIiaJ 0,I&:,_&pOLL:G>AjY62-ML-4$z?N04!f5>>0~6ĮB$20vƒgE '7]#3'35#".5!'67&'#'67#53533#65!32'.''675##;5'67;#67&'OOOp5$$ N'+BA0&F6*V&loFTNKD 6)=΢OhKAAKIJDVKA$;iY*μO4|+1\ĂhEBB;BTs5$A .@_>= f )G,6e3533#&'#'67#'675#535#53533#3#67#5'>7!5!53'>7#5!#"/32>5#!!.'!sHXRS3$H"6+X&n0Z bbxxMssgg%LA3M@4qJ/0:R; %1?2 XC8&ql+,vC@.KQČgE˹> Z9PҒoE}>3##>#;L<9:3BC00o'/+M3533#&'#5'67#%#&'#5'67#535367!5!'67!3#;# $'>MsE;0*;M8Z-n9lK-xFMIt1NMfv)J GyX,;<*&s:7R+>\\?@C25@aW6bh??ic4]di\/cn?\\ 5=L??H9*&1b>qC=MTF' #N35#5#3533#&'#'67#5#'#365!#"/326=#'67+#35#53533~|ĂsHXR744(H"6+X&nC|fxb4 %X8N> AIdqqMx)\!Cxw-5bČgEk)=1D+,(LE1 I5#5#!35#7&'67'67+&'#'67#53533!5!5!53!!!+&'#Vg^<*<9+>"!Z36;I#;/_*txIn!L!IZ!`L`66 UYWXK^_6Cp/ykEC/UATTAUpCp6P5#3#3##5#535#53&'7367!!#"/3265!#&'#'67#53533!5!5!53!6]6eGd=#P%=?$JK I*"F8*V&lpFg-O-kw~>l>>l>OJZTNcRYU*C+%Y4~lEB-Y?MM/ MWa!&'75#75&"/326=&'#&'#'67#5353367#5!&'!5'#5!&'67&'6FII'??'??'BaD7 'B+32F':B$F&GAF&7#!5!355#33#3#5!#.'#'67#53533#535#53&'736#'!5#"&5;)eCQt*-F"ۿKCJ- I#;/a)uxI^Y )/˶ E)}&CQ9K(`;#(SU7#5!#>7#5#&'#'67#5353L87YYɐ|ay 6 FI 4 4 OSJ%3%I'C-`(sI?WW7SCWWA|AAA}mCV6]GߎwEC)/E67!!&'#5'67!5!5!5!5!53&'#53&'73533533673#3!!!S'!P!|M"È!@$(WGrGZ) A#MBGBG=UB>KddK>BU=K;IA;,?J? QQQQQ B*2w#†dEѷ:-DA63A600.%'-F!5!!5#!#&'#5'67#5!5##5353!533#3533#.'#'67#GGLYcMmkSSKGLRRzKtnR 7K'70d'w8hmmACnaCez]CYvCAQBEEEEB%C&&2GfEA K67!35335!#"/326=#####&'#'67#53533#53&'#5!53!#3#, M 98A MG-3J$90a)uxJb^$&&[Mc(8U_NfffC!BL;|hECCS`h]WAbbA`T'U%3#767#53&''67&5!3533#5367#5!!3#"/3276767#+5&'#'67#f__H=,$ 8/<+;,,>/D+;@dnHfZ9 k   5MC' RD4H#4*Z%lSWYmAAlG170=>08/GdhBBÙB/bBB!@kQ> A ;rzj>ydE',;W%!5!!5!#367!#5#.'#'67#5353'6733#63267"#"&536mmK N MkD"<!I(A.`(sI&JNgm35F ' \+IVek++& %K+C\%_ߑtECf@8ADaA :=#j"h+*4.8q'$*0M3533#.'#'67#'6=3&'67%'67%#&'#'67#535'67 oH\W%=/ +H 4+V&l+)_\K*u6;+B /A2Di=C48I+H+g.lu/= 7NCT7oÄcFxGPGi0?Ct0<AuJC?+=' ]367!5!3!535#!5#;5#767#'&'#'67#53533#67#5!3#"/32>7#&''67& 3;Idddd,1*$&o %G7*V&lpGhd2V j +2)(&#54!.'/El\?+j<(BvAA*/%%(=_6l ÀkECCNsAER,?Z_ V;/%/*,8#=2%-_%67#3#&'#!#&''67&''67#5&'#'67#53533#3675'67#53&'73533'6U/#(f6@/LY aK{g0Yjz%u{`>8A:o+(I'8,`%pvI^X F;d\ׅ;B?AA5pPo2Jq:R-*FF?MF?N`-CbG+?>K.TA;);G%!8jeECC0&5}cF?AR?J?">QB%<(.4:@!5%!5!!5!5+3673#!!&'#5'6&'767%'677&m<_M O ŬPPBf/fCtW#Zu0XP1C#|S&Zpp>e*CA2)9nACs^AezzeA^?K8K@5>8=>A ' _35'35#5%#36%35335!#67&'767#53#5!#3#33267#"&='67&''675&'#'67#w<g?%pG`6E- 9<;d88.O/#bw  ; %>p+??($!G7*V&lJ9>'NXJg!2=6BCIʢA㪪CL53`…lE|??l%9RxoG0CFFhWKMx' 7M!5%!5%!5!67!'67&''67+367!5!!3!!&'3533#&'#'67#}}}^A@rN665{P)M ubBlr5~MidZ7+M(=.d)x88k7758*63A'+1&=;Xz"AA:G8)AA=CE'HqƃiEC37;?C[a#5##35!5!533&'73!3#3##"/326=!5!535'#3735'5#;5#%#&'#'67#5353&'7OK"O(;*2GFss!Ji_! +IOT/(- 6I#;/a)uxIl,T\+_=119r5@GG&%3@5#?|O%B 'z?4(MMMM5HHH;B"vf<ykEB7K=7>08P35'35#%#5&''673533#67&'7!+'32654'67#&'#'67#5353OH< 7jMkED(>F;';09DJ&1,n=,T 1(. 0I#;,^(quI||B ggU7M%C3FSID.6m~QCj 6!}lDCK+17J!&'!5!#5#&'#'67#535335!53!#5'6?&'&'#5!#'>7?VKOehV6l3&'#3&'#67'33533#5367#5367!5!67!!!#3#&'#&'#5'67#5'67#.'#'67#0 8CV?5:9)0rGZV1  N) .ԳJn"$|Li\&# sW4 %G 4.Y%n0&(ORq+" 9 #0*B(y;.(:'*>##,>*':&07#53(f;77DJ$90a)uxJK*d N p#KNR11JQB%|hEB\4TAPPAH@\!\?.}}-A@hV81h?' 39?5!!5%!5!!!5!5++&'#'67#535335!##67%7&k"@]]n%L:TX6+I#;/a)uxI\t?W/\R*d/\BBaa:ZCCC% &7oykEBEb7iF;Jd:^)(+17?U'>=3&''67%'67'>=3&''67%'67#5!#53!!&'#5'$7!5!SbZI =yoK>(C,>0ACcRI >sM:,A-$@.CMfMrPP9fX)&.)Y+8'T_yKR7gU+&-$Z.:&U^x@I NEAHO__c?|fCh~~hCf|?2 F`3#5!#35#3575##3.'&'#'67#53533#676767&'7!#"/32>7#'67#NLMiLK񧧧1 B t~ 3EI!;+Y'ovIYU -( jf 94 D (33 [r3_ TYU,,dgg;dd;gh] K4K.ӍoFCCr#/B'#M~\t[.C3bRq8`' F5!5!;5#!5!!5%!5!#53!3##"/326=!##&'#'67#5353AIgg` ?A CH E&Q_L32!I#;/a)uxI>LAKK9K#B BC3}-HYykEB1 +/=%!5!67##&'#'67#5353%3!5335335!53&'#5!#3Zi1Q:4!I,Q1t/IXKKLP>=k=X:[iDd)zIՒ7CÄAABMHQDB2 B!5!#5!35##!5!53!#&'#'67#53533#5!#"/26=-J²E;*MJ4,J$90a)uxJe]WaEH;0]`+CHHCq |hECC8W(E,$G5Naw75#67#%&''7=36737#"/326=#5'67%'6=!3267#"&=#5!&''67&'73!!&'#5'67!5!I/17"5-+EvL ++8CM L@?GA@ :P  ?!O;"|/@3RL_|hNoL@915yPP؎9"4.5,":(? -?1AwpkMGq\(+X/ -Q e(I\<2; "-%:?D?MM?D?' :\a!5%!5%!5!'#53!!&'7#'67#5&'#'67#5353".=3673267"!!#&]"- K0x#xlh!-I#;/a)uxIgb; M %KE>I *"F;K"66e77.6CVs>3B=F93N1?+@{AykECC>$=#2 (- .h%#3=#35'35#35#35%3533#&'#'67#26=!#5#53!5!535#535#53533533#3#3!!3##"/FVpGWW);7G#6,Z%j MKFFӫ~~ML@@:kXNNN6NN6N=s==6Cb'9C${gD%0=4<=6=;8888;=6=<4=0P%A=BH%!5!5!!#3673%35#3533#3;#"&''67#&'#'67#&'75[IL oH]Z  x')@);&6 4 H 5*U&ki;;<<:Ng85 +8@C_ G0C,6:8?34 ,)/V ÄgErQ!Sm4 LP3&'!&'#!5%!5!&'!!3#5!#5'>='#.'#'67#5353367!5+)71L(C=-F$,MMKDXA:/7DB9+BAX>_?(4>F [g5#%35#35!35'35#67#627&'7#"&5#'67+.'#'67#535335367!#63267.J\-VD-D = 1,(g3< ( N; 9! I#;/a)uxIa%KSbSiZ@J&Q Lrvzzzz250vJjaP 1$J(7,_&pAC?7A+D=Q9=bS,C(fg_ZA036D@9*<@[>_.>=.:B&2eO†dE1 "3E!5%!5%!5!'#&'#'67#535335!5!53!!3!#5!!&'7#'67fffdUR40I#;/a)uxIr*O/LMn%p$eaWAAs??3>>B+ *ykEB7AEEA7iuAA=L;NA5-W9@3JA "&Xj67!35'35##232>7'#3=##5!"#".=##.'#'67#535353&'#5!53!#3" "& A^_ +B 7,-+-+K2! I#;/a)uxI>!\ N a.5G2J^^8Z ^ZZbB21=  "(?"8W ykEB?J2?XX?I3?)# %Y#3735'5#;5#3!!&'#5'67!5!3#3#3>567!##5#'>7##5#535+535#535ffGffffPPۍЕIbN 5DObD((((((((5?H?NN?H?-;!!0; B 4Aa 77;!!;-6 .j#3=#35'35#&'#>#&'#'67#5353&'7#5!5'675+35!5!53!!3#&'"#3##"/326=!Rm91%R M .+I#;/a)uxI$Li'NxK"L'6/)= }}A%ka! eHGx@@1GG1@4HB1'kykEBCDB32 ss24 7v1,2 hD*dF%?L&A +JLÀkECIL**L4*6FC|ߠ}vW2;8g8b>a|qP[]' Gc35'35'35#53533#3#&''>7#&'#'67#53533#53=#"&=#'>7#!#326UJVV^gP=6(;$y,BF R 4%G7*U&kpGRK0'ZDNA!{kVd FWa kkgg0k%CtP5˰ * < #RVZ35#37#3735'5#;5#!5!#!#5#35#53533533#3!#.'#'67#5353#3!!?sppssApsppxM!LK QKsK?6" I#;/a)uxIpp=x11FFFFFF6GGGL+k+C&1@LLLL@1#&6ZykEC@GL4 "T35#7355#'67#53533#.'#!!5!5#535#535+535#5#53533533##3+3#3#ZZ/a)uxIfaW#72I#0i*IllMMssIne66eeEBBT#'y??D9?;:0mCIIIICm0:;?9%< m35'35#&'%&''767&'#!!&'#5'67!5!5+&''767&'7676773673767677&' 9 '#j &#J&nP%C; ,.I*'+;*04%;%42g O s$+;*04%;%44'< pp>e"Na "NC7I>5/g1ACs^AezzeA^sCA*>Fe68P>^Q(]OO]Sn{2)9Q5P>^Q(]OO]}q*03@Y353367'#6767&''#'&'#'67#'67&'633#;#"&'%nGR\4;=d*L=R67@H 5"0"#%>'H*G#4+Z%k7\H ;40'6CF *JK;^%(/y[xc1;^zp F=><><*XJ(, =:9CydEt1 D?Ii=QKHʺ" dg{*lADOevM' AGg67##3735'5#;5#%3533#33!!"&''67##&'#'67#&'775!3#"/326=##5##3&'7I"! O=)c"x-e8xjEBf99f>c)=K6!4;E"IA+84')-159=X7'67#53533#&'#!#5##5##5!5#5!#5353753535!'67#5!!!#"/3267!=*[%kpGPL85/,G"/KJJB|-N)x;  -0I^XA ECC*7lÀϖƖ5AA11Z11Z11Z11k;;bt<<+ j^ A#JG ' %+1T355#!5#;5#5!26=!5!!#"/%67%7&3533535#5!#3!#5#&'#'67#5nk"qkkm3 84HHnG2Is0aZ0VpGcʯFU5.7%G#6,V%fDDqqqqq??AA;@B^,bE1J`0ZODAAD䊂w'h8}fE'OU[67&'#675'675'67#5!3'675'67#5!#5&'''&'#'67#5353'$'$ʆ3.jN +# qaSi~ZTmSB"6gPTmSBH;Tsza;I#;/a)uxIZ1m9"MBjX2AkP;9F^OT=9-8? !=SOT=9-8?:5K;@4;'H3?R2 "N!5%!5!735#&'#'67#53535!5+35#53533533#3#!!.''>7kkbp` `:4I#;/a)uxI9)KaLMn.ph+.ouVV:R~CC'B ykEB>AWC=UUUU=CA>5UBa==aBU5=6<Ea3533#&'#'67#!!5!5#535!53&'73673#3#&''67#5!&'#"/326=#5!6)vJjb]38J(7,_&pE F {ٱ$IG8ASF`,U"8#dR A-GyB$2+†dEH??B;?A5?%+ #"A?; #=$ ]A2N<7&'#'67#53533#6735#ƫ_##;T/EZ/EöO40'&J%:,\'nvJe[SW>IGG@362#'Yl$A36@0:)5+@G6I6J<,/$>6YƄjEBB*M]J- MU3535#35'#335##5353335#53533533#3!3#&'7#'67+5&'#'6%!5#532uxIf}}KK}}a&g !Y"WiK2%"I#;/aYbPPehheh.B!PN7OB2+T<;6J"fXykE&' ,0GW5#735#5#35335!#3#3##5&'#'67#%#3?67#5!&''67&!!5!5#53533=^-xUUpGc4UPPUG,0G#6,X&iUUB!57,(I?O$SD0C,?3A#l"OJm'UQQ=QQ<23}fEĘQ^RTmAAhQ8<;R4/<);^_yAAy@PP@3 CIOU[5#5##33533673673#3#3#3!'67#.'#'67#677&'7&'7&'7rvIpL M A LH 1- I'8,`%p;,D*@ G x'E*/>AG(7_U__<_X[83(#1B_<_<_A )0$2z$ȄeEbstlew zdnlrk kn~[' :>U#!%!5%!5!35#5#63533#!!#5'67#&'#'67##3767#5!&''67&LLMMHQoHa]F*'5H 5*V&le=&223"B7LQB>SH68p9908N6V HCKBkBlE*>:ȄgE̲Jc!P;?VBBvR1#?$<9'?!3A/b67#!53&'##535!6=#.'#'67#5353353&'73533533673#3!3#!!.''>7e_,B5 I#;/a)uxIKQ>!6D\D6&@K{im*-rk!>K@I<DTX^%67'67673533#5!!#5&'#'67#%##"/3265#53537&#3!535#535335#7&T7B `-EoHZT-8TE,%H 5*V&l8;&WH! J@:'@&0Me>DD6 A0C SaNCeyU&F[ÄgEHD^.E4DPZ??ZAQQKqq[EYY4 ]#3=#35'5#5#;5#735#3#3!!!#5!5!5!535#.'#'67#5353335#53533533#3ڏFD -?FggF4O6F- 3 ,G8*V&lpGTxMM\smmAssAm(gmSSmAs"$+)+( 0>4q4?TK$A &O;J5 ]5#5#67#7%35'35#675#3673#&''67&''67##5'>75&'#'67#5353335#5!#M.CB, +b*l/C "G-T#P35X2e63 . &Iv ( . >G8*V&lpGZOH+&jj>m$ A@ $% F&L)bfbf8 s ;G $%F&}CIo-NÄgEy/4;D7?; %-98 8 59'7 478:3 + ?8D;,>Y$/19A6;9 *7 <6A:)>Y$9i267#"&=#'>7#5!##675#535#5!5#53533#!#3#3!535#535#3#67'&'#'67#5353*4J %%$d-bgg }CR )" 1GffkN q``qkccbb190 (I#;/a)uxIM+.* !J=AXH==x(BjZ c9D=O ?0A %>Y3?0ks0& U)A %I8|fE' "&Lv67!5#323!326=#"&=#'65#35#5!3'67##"/326='67#53&'7#5'#&'#'67#53533#5!#"/#z\LE1 : {5 @3ww:^dB[%O %(91C %D@f::;);P:(+7o*9 Ob=:*E;)#+QBp |fEBB*2U):'KY&'!5!67#5!6767&'!5&'#'67#53533#67&'76753&'#5!#3E--C2B%":$61>;070D8=aQN^7 =H!2.Y%knHd_# WC692272$ 56 RY[Pv:QEFA?8?3$F@*=B%BF3)A>[$#V> / '#|fEBBRO;F=5+/<=JBBIIBB/ %.&'%767&'&'&'7'!3&'%767&'%3533.'76767&53767677&'3#67327#"&''67&'#&''>7#5&'#'67# (* $\/!',)0(:  m"G7.!$4nHN2(<(1"2*5F%)<'-,.;,-4:Q[+#5+6(>G"Q&WtoV%CaVC&O74@^"H#4*Z%lP#A; '6q{_?1I/SC`02d4-8A 0B"'C?QM*RR:)FG4PHG[VHa} )&?81,4#C5& 68C,>'DJPK+;&DL/2S>+RydE7 g67##373567#5'2654''67&''67&'&'#'67#5353367!3#67.'###"/ H)# ]U6?soTq0/I#;/a)uxIYf5K %>82;V$3(!6}ykEB%c @ IM5G*O?sIAK?T^EA<"&*R67!#!#!#!!5!5#5!5735+3=#3735!#3!5#&'#'67#535333&'#5!53zI"n"N띝N `lK:77+I#;/a)uxIf` N80=58x!6>:AA:>68???q====L?<1=<%7o ykEBA85?X; '7FJ!5!67##!#5#&'#'67#5353%!!!535!5!53!53&'+5!#35!{  N5NMB3+I'8.a)uxI$Q$]  N!U gH&.,,BJ*qeEB7=>>=AJJC%!#CZZ '  $)EIM35#35%35#35##5!35#35%35#35##5!3533#!!3&'#'67#75!5!aM:MMNpGWO31'G7*V&l^D0]//-0/b4a55-45gSCu8@5e7ÀkE̔AAAA @ /7<@#!%!5!#5!'35#!5%!5!#&'#'67#535375!53!!!#5!IKHFC_uuL'A1 1I'8.a)uxI>*P!>MP^@7ϩ).77/8|B_0"eEBK;AA;rg==< @DJhn67#!5!+!!&'#535333&'#5!53!#3!5#.'#'6%!!67733:>7#".5%7&uK"B=,7SpuxIc`PgR i6! I#;/auB$;$EGM" B373./.^9C.9-?);+9Az"1<.9<B:22AXXA5/@8%8W ykE0;|OckRS7  )+)  " Z!d`` 9y3&'353#&'#'67#5353&''6767##367#33'67&'767!5'673&'#&'!53!!#"/326=!67.'XOOS|M?V1%J'8.a)uxJ1/? 0# KG?$NKFL&UQ8%I!_=8R2%:&D(C6LYbH26bC$ WP7CD6KbC$ /@a eECH:m#AU}T.+#/+((+?PpvO?!.,-.,1 T+A+-; $  KRV_cgk67#!!'>='#&'#'67#5353367!3#3267"#"&=#'67#!!53#5!#55!5!5!% GB,$*QS - !J$90`*uxJSk8I*# %)H %!%O&. tT}%ZMMM4F*9 hp"-#7ZU}gDBZm <";=  ' T8V9P "@s''&2200S002;Q35#35##5'6=!!!67##53&'#53533#3#3##5#533!!&'#5'67!5!D$3IYE tIN4oNPP؎}buM?7y89F+>>;6>??>7:>G  HNTX3&'!&'!#3735!5!#!#53.'!##&'#'67#53533'67&%'65!>))pA8%8AxCX|NOOCK b33I#;/a)uxIC80!9".:494L+!!L((dL(f(siPD   39ykECPHKMaOECKK4 V&'#3%#3'67+5&'#'67#53533673&'!5'#5!#67+!#&''&'N24J$rr%rr,|'H5 :I%>/c'u}I^xU^MPZB chC>[Ee ZO/BR&B(40A1E7:B9f+$#ʄqEC#`dH70?FAZ&_* 7B$4%N2+x@EBf)ԋoEkyy@)G0gCFf%35#3!535!5!53!!&'#'67#53533!'67!5#5!5#5!##5##&'7326=#535!5!#3##"/}} S3G!:*Y%krG^,>J#> ֟]F}H(773));6607lO1441:77:7)O=ԋoEB?858!'%5R/1331 -E@$9C "V81::18m7!3AE[!5!67#!5!!5!!5'67#5#5!53!##!#&'7#'67#'675#%3533#&'#'67#)iL|!+a@ZANA-eȉb j^\h+>@qH][/A3,H!9+Y%j2)6.-^--1,?GG,H64<:A54,I1;-> @*{'CBl-w/ԏkE ,LPT35#5#5!3!535#!5#;5#3533#!#3673#'#3!#5&'#'67#%#353~WW.2;IbbaaEpGOG4$MjXE"E  *4XtH)G7*V&lWWJMMAAƪCvX=J`x ./CQEO\20I#;/a)uxI@@s??5?a!9F^OT=9-8?v2* .:@4?5??,60)Dl 9F^OT=9-8?v)0 ' B0~ykEB'  $^#535#35'35#5#!&'7'!5%!5%!5!%#3!#.'#'67#53533#!#3+3!3'67+Fxyy;zYIzLe***tvYFK+! I#;/a)uxIWS V oGx/aD>H//1111<#-"(%%W&&Q&&*&-!%,=1.8W ykECC=/6M5#%K k67##3735%5#!35#!5!!5;&'73&'73&'7.'#5!#'7.'#'67#5353367!3!#5'#6#Fc;6 #XD r@h 29>72McM- I#;/a)uxI7h7H 0#H@ T IIII5EEE =s@@024.",,79 AH0,,7 3SykECWm ?"''= k'#7.'#35'35##3&'#'67#3#67&'7&''>7&'#'67#53533673673#3#"/3265#B"D>((8\Ij(*9 oMAK@@2? * #G7*U&kpGJFG 4G ݘc-L+!9 (]L;5^^:X e?).(e !$:v00?A))PUkEC^k $7#677&'7'67&''67&''&'#&'#'67#53533'&5767677&'767#53>7#'6733#67&'##"/32654'6. 2/\! 9 87P?[c< 3= $PF9/'H"1+V#otH'* -!?/7/<9O_ 6?0wIJ Fz /''#2%6U" &-%'<. L5? FV38 # Gb h;Kk&K3:3J/ i*g;bDC="YOkg * Ou ,Y[o".A3  tAO=)9(W4pR9OASZ<A= a ="(-35'35#&'#6&'!5+&%67&'7&'7676753673767677&''#!!&'#5'67!5&'#'67#53533.77.qqqqM##z ]0(47/5*&6$) *6M J Z!7",$"6'&8K)aeOme$G 4*W$hkG- *$pp>e4R[*!>-<91A I82%]$G<9 +T;fS$]O6&(-3JE_Z 'P\QZ p ACnbBcpv^B_qBd4piEB1Ia8` A#'+jnw3267'67!7#5!%#3735'35#5#35#;5#"&='75#'67&'#'67#53533#6=353!!!"#33!53=!RZT9 3%G㐐EWWWWI5fj&+A= $%H!9+Y%jqHQM%8OC# >1v+&0  ($*34_1111'1nnnnn[2 4 <Ǩf >^ԏkEBBU:FҒ.:*<( K1??i6 ' 1z35'35'35#35'35'35#67!!#&'7#'67+5367&'7#'&'#'67#53533#67+!#.'!#&''67&''67=NL2fWU?*$3GA-L>)FA,P28G!:*Y%krGa^>&=.GR8)#e1Pa{%jy7^7B%11a111111a11111I' &(42&*(2"5)<")*(3'-ԋoEBB[.g"&3 >F~~bdegh 'CUdN #C a"12@ <=980Q9C4Y) *j$͇lEBBHc)A > ,8:899998:8:=>3@Y"55(?5(8<4>3@=,=$!B\BykEBBc315?<<< ,@ -19OU35##5!%5#;5#35'35#&'7#6'67!#&'67&'##"/326=!5!537&3533#&'#5'67#&''67&'&'#5'67#5353367&'767M>&#1[ ,VKABPm&#*(+B=b5-\M$  M4U374 lMe)E*=&C"6'>'V&+0<,"-;?-72./$,'C&=*E)eMl(,$@,=8/:"(/5g2555))()!Y +>1@>44v*?<(=99=KG4CK21*7:! #'+09)KC4GK=997 ($ =2 !'67!'6>=3.'6o;^4Pޱ45xw1 45E{,g77B*rs)&0 &,67!'67!>=3.'&'7678E 2_>V/8WaKn,-mPl0pMY8[ 12Du$gp7󋏏7B*mn)hNU3VLp}+w3$5!###'667%!'67#'6.''>=3.]K*,;/$ΒyH+3E0)==_K&'PoKF \=a)W6E,;+DD{ok*L&ij$L4钅H2@&'6767!'67!.''!#!!767&''!>=3"7UP_'HG2E/+=K$'TN#N<'J7I=1?9AL2lKyCT\Ơ(FDzliK&gj#?@4B4KFbiv_d>hLU/M.7㊅2$F!&'35#%67!'67#'677&3.'>=3.''!#'6K?=14_'G-2E/+=Bm'`7{:XG9FGfs$atKcJ~%&QIyVQec䧠(FDzlijjBc{ (hw*x8g?;ރ6K&gi$56fJl,2 /5L35'35'35#%!'67!'6!53#53533533#3'6?>=3.''&I;1E/*<>^#HCCIFAAE:6g3a9,*[qK}eH%$G'(Bnnkk:g(FDulg*@@AYYYYALJ#c[.U;%4F77K%fi#7H"3%GMS&'%!'67!'6>=3.'#67'67#535#5'673.'#7&67RJbwsKwmP~"%T?W [Zl& l]I^]<<"<]>PLBB-D{k_*>㐎>G*dd*A?J+C2Az-!JTpa?= 5zMxa0cJ [U"2 04FLR!'67!'6.''>=3#3!535#535335!##"/326=#5'677&XH>1E/)>=^L&&KfK_IRy?&P5̕@>7?%@23;Dulk*K&gj#K3擅aT==T?HH??HA4CAqp a~D[S-2 #7GX35##!'35###"/+5!326=!5##"./326=!5!'67#'6.''>=3wwEwwI <?E  I ?2J  =I#1D-*<>^Ez$ rAXkKxj?7h;?Q*6,?f?R*B+?(FDuhg*K$de#K3䕅,3 N_35##3735!'67#'#3#3#&''67#53=#535+535#53533533#3653.''>ހooIsH,2F0)<.Ŵ/Y![;@!#ƵmEPddHHggPQdKriLw!!tGbpdA{llll +DDxog&4?<AE)=)U{7@9fAG*ba)G=F2 *D35##33#3'#37#3!'67#'+5!6.''!#!!!>=3,9S53333I,1E/*<9@YH%$G I}_TfK}i ݡ(FDulg&ϦK%fi#-\BV;ׅ@ `%#3'3535#!'67#'6.''!#'67#5367#'67!#3!3673#3#3#3>=3(}}}}}}}I,1E/*<>^H%$G K$c< J%AI.D .'o@|}}}}RcK}DDDH(FDulg*K%fi#'5p"G_p?44*.Xw&!A71?-<-/)#?D5D5H<Ճ<3!!!!5333OOtMD>FFlF!!!!!!5333!Z4,rMzDDDDE !6".53673267"'>736733#67.2.L~1NZ G ,$  - H07Mb\K $)%L5T>C7AJ&-B{ ECX<25;'6736733#675!5!&533#32>7#".'?&G 8Ik MÆc',K "$% F^491( _/PH0ICCt՗CA?AABbpr`BjsS#UJ(^ւ1:E0E<1#)/!#"/326=!535333!!'677&$7w&Qnf% iMPJ16<*E4@-c.XJW'SJcyBB<>++o$%HF%S=!&5!5353353!!##"/3265#5'677&q?x>"<#E+\2 F 6%!Q$\q+X4J(/8'!۞MPJ0.D7uC?A=)? ) @?) >m`|jZ\8Uȩi0?5;>7B>yrWgd 8H67#535#'6!#3#&'#5'67#535!3#&'#5!535333!!Z/g}Y8N@4u+X7H?`'=|lT,9,3H.JKL WZ=M:5*?M=[c5MPWO/kf=MM=.D+?!PJ@@%b><67!5!!!'67&''>7qe,#WpT7#TU.u-q2$M\BBA7AE@D\OV88Ps*:A'67&''>7#5!!67327>7#"'.5#3#6Ѩ,cH\+-*Nsj|% " ""-F )1/,=GUJ/J:L8>=.7StBB6d=l>'53;> !AGJ>5199dA346=#'#367#5!67!!.''>7#'67&''67[hn">mt*a&'e(vn*M7Q0n 0 06Gii>6(WB-FD$DA=3om4=A?5Z+5?,3/(.4<67#75!#3'67&''67%'673&67$76$7s6i(J9C 0n e%gI{x|5 5%p5t7egFB#WBB6G>M7Z,,8036g>clCmQ2V`1e1i4o56"&<#!#567#7&''676767&5!5!#3'67&''67KL">BXBC&B9G0D/4/*M7Q0n !6S6Rii>6(=!'5% D [BB6G>N5Z+5?,3:I35#3567#75!#367!#"/32>7!;##''67&''67Js6iY)K ?^C -G' }(J9C 0n yx}}egFB#WBB6G4 ,7a6 D"5%TF$%J7Z,,803'G67#5!#3673533#3#.'#'>7#535#''67&''67!EA"BlLD Br%M9Zq. &7*J:J0n 4bm6>-\BB6G> );uuCDC3LKP1D@UDdFJ5Z-1?,32]67#5!#3'67&''67%37&'777767327#"''67&''7&''7&''7&&E*J:J0n MD@!MX,  G74FT7>0%lDۗ p4bm6>-\BB6G>M5Z-1?,3iI" >!/Aa ?3@A721=*J:<4dZ[1A4V;PD@3 @%GC$< =A67#7%67!#!#553&'#5#3'67&''67#5!3533#35!s6( [MNA"C(J9C 0n wiPG$7egFB#h_k^l +|+Bgc%6G>M7Z,,803B&bbArXB3 $;?G67#%35'35#%5!#3'67&''675!>73#3!#3675#!!# o>M |*DA62g M K_ ތM=bdF/(VV8SBB@=>N7\3#@)3A6 !+A=:YYA1 %)-1G67#7!5!#5!#!#&'7#'67'!5%!5%!5!%5!#3'67&''67s6/;MVǑe#aa^YzzzMi(J9C 0n 7egFB#Q?6A;@<6K2?-?IIJJ6HBB6G>M7Z,,803   $(:P#5!3#5!35'35##3=#67#5#!5###5!5!5+!+5!#3'67&''67GnF,}Do>pssO#HJeH |*DA62gA\\7X\XX:bdF/(aaaaAABcBXBB@=>N7\3#@)3A e67#!5!67#!5!"!5!!5'67#5#5353!##!#&'7#'67#''67&''67#5!#3675#[1AgIw ww<,Z4EEO D(`ȉb j^[! ^+|?,>1dj'w  zg,7A_cG2!#2)4.-^--4-<GG,G74<:A54,I1;.=2A5\$+6-2BBK7>/?(z'D2 y%>7+3567#%&'7'67#5!#335#53533#3&533#67327#"''67&'#3#3#3#67'675#535#535#'67&'% 7WS34:==10\` zvvHxxH / A-L =F<09M:f?&i\\ccccF N?ffff_zU*p;1.8 ,CWjK+'fSXat3BB7Ki>]]>i|~<~bxgvB4.BV6979:9G =C.B Q;D;A?5Y,$02 +1%>7#35#67#&''&''676&'7'67#5!#3!&533#67327#"''67&'#3#3#3#67'675#535#535#'67&'% 7WR^S3tB )-. 9BC %.N4:==10\` zvH / A-L =F<09M:f?&i\\ccccF N?ffff_zU*p;1.8 CCWjK+'$&1>25#4&,(0)&Uz..-KufSXat3BB7K|~<~bxgvB4.BV6979:9G =C.B Q;D;A?5Y,$0B "9'>=!3:>7"#"&=767!5!&''67&p.{e "!! F 2*)C&g<[Wz[׬ܝI9%m^A $% &(. A,aLOtBB\D'B/TU.B%DNH !S67&'>=!3267#"&=767!5!&''!#!!767&''!67&Q;:{18.)A '%'.>8VR0:`_oxpf!N#N<'J6I=1<<@M2:nM\ ]HL5%le? Z201 I%VJLhBBZG.>/UM7>84B4KFbix_d=bQV/M1)9S&9P3#3#67#5'6767%'>=!3267#"&=767!5!&''67&zvM . 5#+?1!,C+)*-;7OT9Adb{vsoNg>>$@'AK9B1L7&jh:Z201 C(RCGdBBWH4@4ZR=!3267#"&=767!5!&''67&267#'>567!!!#"/6822&)A '%'.?;WR2<_`ixlb!]`  0B '(28+cP IMe)5'ig? Z201 J%[ILlBBYE,>0PJ6?,DU^mp+MH/A&0 B!'6J`'>=!32>7#"&=767!5!&''67&767&''67&33#&'#'67#53d,?2A+)*->9WS09aaqpn bW"/ZQE.=/FH"1-Ebw"gXTLKTL.3IK;])};L7&kg:!#*201 E(SIKgBB[F0@3SP6A-GK809AE%IC79&4P9=1F:rDZb/IU!o[8yD&'5Tk#3!535#53533!#5!#'>=!3267#"&=7'>=!3267#"&=#767!5!&''67&㴟xIOFF7:96-  B 6#7-%, C/N>,NM09^\gtfd$^Ld>>dAPPޤff;a+2'o`_ "d5342'naD Z$), !PLJeBB[L-=0WN9=2HL  *FLi!5#37357'>=!3267#"&=#3!'>53!!3533533#'67&'767&'767!5!&''@ICY7( "A #""0*H,2 HW?CYD999O+@) ,;+!eRU8>1TM/8\^a pe_xx[,43'jcD Z110 b}Azh@T"_ SSSS>?(Uci1RE@M(?Q`!TPLkBB]I*=/QJ620&(G^3!673#!5#535##67'675#53537'>=!3267#"&=#767!5!&''67&%k`R;Gddddr̳ob^eK:'# A/e@/NN,7]Wj"qe_!TOe-BY>:R3'>0:?k%?HH?Q?6IC Z$), S/+9/F  +RVZ#5!'35##3'>=!3267#"&=##!!!67&'+3767!5!&''#37#3@Ԕ,98-$# A #!"0w.5I}`eMV6l5<5PN1|8_Uhu_]3333367#67#367#67#5367!3#3##"/3267465!'67 X  bt t{ r{ 5I3]Z5( K'sll||qBBMA?)A14( 28>!67%!67!5367!3#3##"/3267465!'67%&'77&% t t{ r{ 5I3]Z5( K'-_t+z+`-^yqBsBBMA?)A14۔7QF8J8OS7S(= J367#67#67#!367#%5367'67!!!3#3##"/3267465!'67 ^ ! * *3V%367#67#67#!367#%5367!3#3##"/3267465!'67!!!!!5!5!5!5!5!53 [    ,   2IYb .N% JrJsT"9+00+F33LK33Af0QEA42>8@ ;m|8>>:?<>CC"2%'6733#6727>7#"'.53676>N(/H 2+7%?O1 4W&B E}#/qB?JL&&-YJ5T8!  #F#!%5##3735#35'6733#672>765#"'.5367NrLD/OwX H <"%8=O *|rjj7#'#53533&'73#67&'#"/3267&67O]C x{x{25=`1E?.*8 M # C@7*J94.@@!;$@:8APH^.V%AK@" 2P>3>~]0WH ("DCDBD!CE #(*?kk,!+&5?1RF=_%lH{V:F)?.PR-RQn1k^';agm'>=3.''67%'67'>=3+".='75'75'6777;267&''67!'67}uMvZ$$b5E8xA=D yMjr + !#AC6O]C x{x{25=`1E?A?%]5E8{A>D C$jKKh&CgEEgN]bSIYbyC%jllf$"" ("DCDBD!CE%7}EgO[dRJXb)#["&='75'75'67.='%5'%5'$%%%3267#"'773:>7!"&='75'75'67773:>7G_*E@ ΐ -p} P -}: NSQR* TW6 H+-^*8M ݘM^6 H+-M36;D7@; %-99 8 49'7 47993 , ?8D;,""" 339A6<9 ,8 <6A:(""" 2#'&''673 %!!327#"'!67 [ Syz2%1%FB2P+ģb{`O$BFB|iDv!5.'!5!&'!#"&'!67'67!!!!326;FB2F. B,&r)%2?Hs˨2BI#B DCC?-<!5!&'#3533#327#"&'67!#3#327#"&'#67^MKoG8PSLe5}8 +( D 3-8iZh7?HEH3E (#K!BBEC[Ch»+-G 67!!75!!327#"&'!-?I \=YK]h%+D%"=j%'AeC@@dq_ (-G 4#"&'!5!325!67!!767&''67&D%"?ih%+|K?I [<[9&nk\@7EUPk/d_ ` (?s] ??'2Ai7;PMM+RH?b1\JrD:?hG-G !,0B7&'67&'#5'67#5!53!#67!!75!#"'!5!32w9;4:1V8A,:)g/hI\,YId?IZ?ZDKD%"?hy%+i"@G"CC"AE B3oGbH4BQ<:?4@ha<< (=(v_!'&.'#"/326536%5!'>7l9nu/qA(N'pi!'N"A|:`%y-f&,bv9SVT+D)gm]DD\;N{3 7&&'7'67p,vm-b5l+kc9@I:DMJ:LK /$!'*&'75!'67.'#"/3265367;am.ld`W-Vr/qA(N'pi!'N$1o9q{UJ9IXDD<9SjT+D)fVa,k!4"-7&!5!67.'#"/3265!'>7 c%>wl9nz2r?(N'pi!'g`,v.j+BCBAYBqgZ,cq7!327>7#"'.5!#"/`-[I.F(Qb,jK?I{ ;7I3=?! 8Fwq6! D 0 #7&&'7'67!##"/3265!_-VM.K-Qb-eO?I{I{=!3267#"&57&b-[I.F(Mg-jK;]=]8"@=446 G"]B @p[BX6ED6BJM6OG)>A6zľ0% J]"E/)03 (7&&'7'6?67!'6!'67&_-^L.V1Qb-eO?I{a7!'67_-VM.K-Qb-eO?I{7u"O$;ui:j{uoD&G@Tbb'y d(0AA??=*JEA?`-cCmDD4ZS+B1CCb>D2O0 7&&'7'67!!5!!5!_-VM.K-Qb-eO?I{7#3:>7#".5'7V-[I.F(Qb,jK;f>a I5-)7 J 'J@AC>@6ED6BJM6OG)FF^@LL@]"i#\o"l0 &,2867#'67+5!3&''67&''6%7&&'7670c1:D(%;s^r#}at'pr;"9d]-jQ-X3Vn,qT^=A;er3#{DD[TAdD?IjoE;Bm/\$6FC7HLK6MI6 27&&'7'67%767!'6!!!&''67&I-[I.F(Mg-jK:d>`:I5Xf2e6oU:z_jq fi6ED6BJM6OG)kw5<2'BAΊ\8B;gh:C7^{/ 335#%7&&'7'67333!.''$7!5!=#53-[I.F(Mg-jK;f?c;lOA&h)+p'(*|~6ED6BJM6OG)Ce7@,^_+@kCD$G  27&&'7'6?'67!!5!27#"&'!5!S-[I.F(Mg-jK;f?c;e>}@G A=A$#6Xx 6ED6BJM6OG)(%'A%@@ )Am[3 >7&&'7'67"/32>=#'>7#5'67!&'#53&'b-gB.L)Mg-jK=]8@;/nN>)&/x':u7GJM6OG )D-M:CȜ3.-6frD̙V&m4% 39?7&&'7'67767%"#".5332677&7&N-dU-R%Mq-hV>a7N-[I.F(Mg-jK;f?c;C"u@|/+m)+p'6ED6BJM6OG)cD DSD(D?=4qp5=?+228>D3267"#".5'6=##353!#5#%7&&'7'67=RJ *#00( &0KO,K-VM.K-Qb-eO:_<]8O#D9=N#/ cF<_0+ tt+*:6AH6FNI6KK)#' L7&&'7'67#".=##33'67536733#3:>Q-[I.F(Qb,jK;f>a<K /,'8<0JJs rOovK*1 6ED6BNI6OG)R39=  !sPEyn$D' 8&!1 *57!5!#!#=!265367.'#"/5!'>7PPF O#Csk:h}vrD&G@Tb(| g)g+U+dd*=8DG=b-`EjCD5ZS+ACCb>D2O!'%)%##!53!#5###7&&'7'67%#HKNMN-VM.K-Qb-eO;f>a<@й0@w 6AH6FNI6KK)  ' %+27&&'7672653#"/'677&$N-[I.F(Mg-jKc;B;f O!=&WH/$[EU'nFN3G4CJ6ED6BJM6OG6}+FT+EԹ=+ 0 !7&&'767%333#3!533_-VM.K-Qb-eOnG>DsELSvK6AH6FNI6KK7 \ D:FFp 2I7&&'7'67'>=!3:>7#"&=767!5!&''67&N-\N.J&Mg-jK;f?c;/O=k  B-*,55!#./!5!7&&'7'67 x@A7<0a"j-[I.F(Mg-jK;]=]8߶*c8TC6ED6BJM6OG)1 /7&&'7'67!!#&'#'67#5!5!5!53!N-[I.F(Mg-jK;f?c; X-ZMg/l M6ED6BJM6OG)VBDhABC3 %%!5!5%!5!%7&&'767%!53!3\\\)h]*U4[w)u^wK>I{=TmMA9?K8ELK9HO7 B!7 =7&&'7'67!#5!#5!53".53673267P-VM.K-Qb-eO;f>a<KKNADAM'-5 K %G=6AH6FNI6KK)ؖd #'$ ?5 9>E" * -%#!%3#%7&&'7'67!5!##"/326Lh/ZB0C1N^.^N 4W?U3WO(S*Ps>0GB1CLK4KL'DDvV)E 'AEKQW%32>7#'35+365735#5#53533533#3#"'##'>7#'67!35#%7&&'7'677* k\ kKiiKKiK &-JKqvm1denI#ii`-[I.F+Qb-eO;f>a<6)KKA5AM5CRRRR펙*ILz9>2f7%S6ED6BNI6KK)$/ !'-#!53!#5'35#!35#3735%7&&'767KKLK/ZB0C*RY-^NU3B4W@ԭ,@A ߬0GB1CPG4KL8$ #)#!#5##33#37&&'767K[MI/ZB0C*RY-^NU3B4W6R6!Ax!70GB1CPG4KL8)6 -1#!#57&&'7'677&''676767&5!LN"-[I.F(Mg-jK;f?c;B`TC( 8R5#'>7#5!5!LO-[I.F(Mg-jK;f?c;PFWN7l%\|P,* 2f26ED6BJM6OG)yDlju,<'aB1!1 )%!!7&&'7'6?35!5!53!!3#5!#s-VM.K-Qb-eO;f>a<P!NsL46AH6FNI6KK)wDD'??(1 %%!!7&&'7673!!!#5!#W-[I.F(Qb,jKwK>I{N1MWM+'6ED6BNI6OG7 D@@) %)7&&'7'677#5!#'67!&!X-[I.F(Mg-jK;f?c;IG;RP7+!#3267#"&5#l,`Q-U9Ul,oSj@B@o/sBL.15H %=^.k "6CF7JLK6MI7<<p# ;+/ !CK 13%7&&'7'6733533#!#!!##53533v7-[I.F(Mg-jK>b_H>>M4?Zz*'*58!MK=]2Z?W>>9^T*D(8#'%!5!#367!#57&&'7'67%5!TM MN -[I.F(Qb,jK?I{77&7&Rg-dUZMq-hV>aa<EfKF,dD8#O/:==6AH6FNI6KK)),. DDBssBDu&'-39%>5##"&5#'!#;3#5!#7&&'7'67y oTG*b .32|,@KM#K/]B0E(Jd/aN7e?a7!%@0pmh#(FoC950--R4LC4GLQ5NO($ 57&&'7'673#"&''67367!535#' 73S-[I.F(Mg-jK;f?c;55*5$7!#&'#&[,gN-U7Vk.lW>j;@;$Q[ BH;892[O"GAMd6FD8JLK6IM$<%6f/Q6F/ODD;=>8+!=G T7&&'7'673:>7*.5!5#5!32>7!'>7!#"/K-VM.K-Qb-eO;f>a<./)@(  L -%H?j:A! 6B. c6O:3WK !$1N6AH6FNI6KK)B 6$'+2:#&% A1d0Bn ?"=A1 @#37&&'7'6?67!'>5!53!'67#3&''67&[-[I.F(Mg-jK:d>`:B5V[8om7/,M+>#Bljwqh\6ED6BJM6OG)^ZdԺ;\ޠaaCLF 8:AuV+B-cb.B'Za!9 )7&&'7'67!!5!537&5!63P-VM.K-Qb-eO;f>a< OJ>-K/pk8M6i6AH6FNI6KK)DD F6F! 8>DJ#'>5!%!5!3:62>7"#".53677&&'767-4G1,NK%n ,I !A55;=;K"Y-gR-R/Vm-rQd@Bv<}6FF7FML6OI9!4 +7&&'7'677&!!5!#535!5!!3#P-VM.K-Qb-eO;f>a<'"d*6AH6FNI6KK)D!IABDDDCDDC3!%!5!!5!#!#57&&'7675!wwKL)h]*U4[w)u^wK>I{ W6R69?K8ELK9HO7 ^'-39!5!&'#327#"&'#67'67!#37&&'7'67[ 4TF 8+A|#p{$7? ,[I-L0Mg,jK;g=d:7EBCmĹ-BL B BEC6ED7HJM6OG+,==KQW3&'#'67#5!67#5!67!5!67!!!#!#&''67&'!&'%3#"/3265''67&'7i[ ! _Nf  \TI;T0GE&$$&;C5;@L0M"F&ES! ,3.HEk=1.9,,@%(2@'191.=jCH+B7=40@'11'/G.@4BF!B =a+A,[>\-=,/ 6#36533#%7&&'7'67333!.''$7!533SM-[I.F(Mg-jK;f?c;vM;3%h'+q&7Cg   ~6ED6BJM6OG)Cg@-__,@eCM4 2=7&&'7'677&265!5!67&#"'5!'>7D-[I.F(Mg-jK:d>`:_F O0WI;Tg[x1c#A%s Z/Nz 6ED6BJM6OG)B@A@$*B`o[x%dr;S,AAhM?@W"8 57&&'7'67!!#5!5!5!5!5!53&'73673!!!L/UF0G.RY-^N4W?U3"N,0C+(1"F*0CF1GPG4KL'6DDAC3PFRLK?FCA  .4:@%>=#7#5!#3#5!#3735#3'!5#"&=%7&&'7'67|J0zxM'MDZÀ&>Z&j9!/ZB0C1N^.^N 4W?U31dhTAAtc22tttC5U}:.*H0GB1CLK4KL'"-17=C%#"&5#'>7#5!5#'673533#!#3267&&'767}F'(&a2_ l 8#/GX*I N76/UF0G.RY/^NU3D4WBJA$J9iC*EYJ!41BE)30CF1GPG3KL7#' 97&&'7'67%!&'#'>7!5!5#'67353!!L/UF/C*RY.^N 4W@U3%Z%^N4[%h,1*4Ca)I O0CF1CPG3KL%DTA?yhS8?ASDeH% 9'uuC!6 )-39?67!&'#'67&''67!&'#5%!5!7&&'7'67nGOB`n3K(|QL(9-QJ{Uym*Mj-VM.K-Qb-eO;f>a<JbW4>A15tE.F;Q*+5p$&@~V@6E 5?6AH6FNI6KK) -1%#!'35#7&&'7'67!#!#"/3265!GC./ZB0C1N^.^N 4W?U3K$:ld ?qP<h0GB1CLK4KL'WD*C ??9 R35#3=#7&&'7'67!!#"/3267#.''>7#'6735#535!5!53!!/]B0E,Jd/aN4aA_2. #4, ~n*+s K&'O9ZXw4LC4GLQ5NO&JXdV<?V)A$RQ%A)V)(Z=HAPPAH / A35'35%7&&'7'67!#5!5!5!5!5!5!5!5!5!5!5333##!!/ZB0C1N^.^N 4W?U3NO  O N::ff__H0GB1CLK4KL'AA^AVNNAVA^'2 8>DJ35!3&'735!#3&67327#"''67&'##3&53!#7&&'7'67 7 ?ੲF+74W3, B 93YIգIN/VE0G.RY-^N4W?U3B9{{G40Hxx9\/5,@&'3&'3=/PF0H8Fa.aF/M?K.A3A-ILP:JC'@+IN'@+K0BG1IHO4OH& qvM1HGNV!: >35'35#%7&&'7'6?'67!#"/32>7!!!#-VM.K-Qb-eO:_<]8X8t5M TmJ @nI"=}}TF7' 9?E7&&'7'67"#"&5#'>7#5!3!#326&''67N-[I.F(Mg-jK;f?c;K $c0ss-yc"O*5=F;BA?CM1G/6ED6BJM6OG)55H, !CHB;9CmC# ;vly~! ,07&&'7'67 7!!3#5!#35!5!5#5!P-VM.K-Qb-eO;f>a<1tMKp{6AH6FNI6KK)MD$Cm55C )% $(,#!#57&&'7'67&''675!5!K"N-[I.F(Mg-jK;f?c;~ w5`56ED6BJM6OG)pHwvHtAA\%+17&##'6= %$7677&&'7'67-/d7<M7744A50 EdC5.E-[I.L.Mg-jK;f=c; r?}A`.d!:C1f4@gZ190J4ED5HJM4OG); -59Q7&&'7'677&''6767#5!53!!67&3'>333267"#"&5F-VM.K-Qb-eO:d>`:@iT>#$L1/P'$8,K`e/XQKuK " B ? 6AH6FNI6KK)P"yz%.%C^vBYYB]r 9ò790\ 0+.:# /> FJ67#35#7&&'7'6?'67!33##5##"/26=!5!5!5!5#5#3v54$1 /VE0G5RY-^N 4W?U3s2RL % A77H#G%s_H<묬S-511y0CF1GPG4KL'6q (@&yAx* x'2 O7&&'7'6737&'777%67327#"''67&''%&''7&''%&Q/VE0G.RY-^N4W?U3pNDGNk-  N30BW;ANpH 0CF1GPG4KL'E >#+AG'==8A4533.A8=5_1C3ZEEE5B@ dC" ' 3H7&&'7'67'675#53533#67#"/326='667!###@/UB1H:Fa.aF0Q>K2P0BuuKoo96 4F=C3 6>F8o+UM =0FC1IHO4OH'0F CCDU)A,/j6O4D- F7 G`%67!7&&'7'677&'267#"&='67'>36767&>7!&''67&'d<<"-[I.F(Mg-jK:i>a<AeTA!)HlG'''e,!@+::A8J1:2/HI^AylR<9:v=OM16ED6BJM6OG)oq"+ B(&' .N<3AZ^QQ?(8%>cN:&A+OV$AC8F2!$#!'-3%!!3!5352$7!#%7&&'7'6767%7&jXUR{'.]J/N0Oh.eS4\>Z2+f.lv)k,kEED'E: OC7EG7JLM7JO)Ml:tL7#5!#326N-[I.F(Mg-jK;f?c;M.KP:F  ^0g'mq376ED6BJM6OG)ґgAA*+:# 5)8=/CC . B 28>DH%5#%35'35#%&'73!!#"/26=##5##!5!5!53%7&&'7'67%#3W24C439 XK2 KK6K/ZB0C1N^.^N 4W?U3υ:x*'21AZS(?+jZASS 0GB1CLK4KL'x!( 4#!#57&&'7'675!!!5!5#'673533#K+M -VM.K-Qb-eO;f>a<em{1#'EO(J M6w66AH6FNI6KK)CCXA *4nnA!A &,28!5%!5!67#.'#67'6735337&&'767||SG#cW!2rW~ $FM&Q(lZ*U3^s)r`wK>I{a<Lzx>AA>x;>6AH6FNI6KK)8 4:@F'$%&'7&'7'67!#"/26=!5!5367!5!7&&'7'67ZDB(2A1C)-B+AD5D8c&I'kbBF!X<=/^s-[I.F(Mg-jK:i>a<+B*iSQ[oNJbCuM'B)lC5*+??M76ED6BJM6OG)! (,28!&''677&3&'#5!#'67'65!7&&'7}^_U'L7h8lN6LK2;f>a<9k-VM.K-Qb-eOLaopFi@`%-n1*vK '55z")Etp6AH6FNI6KK< #)^367#67#67#;67#7&&'7'6?67!!!3#3##"/3267465!'67#5367 V    -[I.F(Mg-jK:d>`:,w9H  @G >F*6Z9$^ KEN #W1;~~;cVgSyAGs~M6ED6BJM6OG)ߒ2A3sA`Z@2"?# , AQl5& %<7&&'7%5!5!5!5!!5#5!#'675!767!5!&''67&N-[I.F(Mg-jKEIwLI;`>a<:C;Yb;AlnNjnZ6ED6BJM6OGlA9>A<)"L17N??aE.#?&CE$? 077 8>D&''6'67&'&'75!53!!.''>5!&'7'67I 568)&*<5rb9TI NA35CF]-WA)N*֫$n+,o!IMg-jK>U3C2l OC;[0F0fH:6 PBTr6\PDBG6A=5eeC>-VM.K-Qb-eO;f>al6AH6FNI6KK)fr?AA?(( %;!5%!5!&'%'677&&'7'67"/326=!#333``(83A55j*@A53-[I.F(Qb,jK;f>a<HnU! `MM 3tt>h=^hj\^nXq46ED6BNI6OG)C,HcU%$ !E#3735%5#!35#%7&&'7'67767!5!3#"/326=##5##3&II/ZB0C*RY-^N 4W?U3:DVp_;1bE IK[:{{{0GB1CPG4KL'),>4>AA0PF(?)r"(.4V767#567#533;#"&''67&7&&'7'67#".533'673#3>!. WA7WB6?/45>+//Z;0J  D9DD3 "4#5!!5%!5!7&&'7675!!#"/326=!#N>zz)h]*U4[w)u^wK>I{b$&P2\k& zN!]]<]A9?K8ELK9HO7 ss};BAW <L35#5#7&&'7'67!!#"/32>7##'67#'6735!53&'7367M /ZB0C1N^.^N7\?[41&,&_A+ Mn&n I"I"#J}G60GB1CLK4KL'}- D.RR p@u. A9-,LB6 38 %+17;!5!5#'>7#'65!#3#.7&&'7'675!W&[mNGeAnZ-[I.L.Mg-jK;f=c;Ex`#)ClC!yNr" `AMy"Cl4ED5HJM4OG)AA@ QW!5#7&&'7'67!##"/326=!'67#5367#5367#5367#5!67!!!!!#&' )-\L/T6Mg+`T9f>a<\ G"g_  I[

j L8 /aJ78:Fs54FG4OJM7HO'?O%B ']0My?/D?3+< 8A12AQ<@?sS@H1K=26<BH!535!5!53!!#5!#5>533267#".57&&'7'67P$M*L5zeLy65J'&&.-' -[I.F(Mg-jK7c?_8B==a?PP?aȊ4'.$ (u:>9 )6ED6BJM6OG) -=7&&'7'67%3!535#535#'>5!#3#3!535#53533#D-[I.F(Qb,jK:d]k=fר*A]>AA=kk= >#1@FL%&''#'6767!&''6767!67&75!53!!&7&67oM6&#/K08G/>G 86]!eg'\1E:)';S,&R/?;JO6;1Hr.Z@.F9H,C-K}Pj:+4-&<{^.>N>>BWZ??;t0?;Q`BGyV-;T03:8XXA1I4J@5F (X7&&'7%'67#5!!3#"/32>7#7'6753#5!#'6737&'67'!5&S-[I.FMg-jK0K o  L0 -w7M;4P1R5.KKK:b>a9@K.C?96Al?7i5% +?6ED6BJM6OG)pBB^.?3 =J.LWSPF1JP#!y66;)G("Ie'YGLb'2l$)tm!d! "(.2#!#5%35##35#53533#37&&'7'67!rKMHJ?-WE.F/Qb-eO7e?a7*-f--=ss=6A@7BNI6KK(H1"(06<#!##"/326='!5!%7&&'7675!53!'67%7&M> B2GP \-VM.K4Qb,jKa9B;b'O6n8rH>H:pX;Y@U*D+>6AH6FNI6OG6AYYA=+f)q%7 ;7&&'7'67!#5!#5!53>7#5!#3#;#"&'P-VM.K'Mg-jK:d>`:J$JPb3G F:h^27A&26AH6FJM6OG)٘gTt TG|*AAADQjvT' 18>!5%!5%!5!&'7'67!53#&'75353!533#367%7&fffQb-eO;f>a<LZM0Fd-aIPMfMPPZ9c,0Rp%r%o;qqnn>V9,U@EW>S'+17=#&'#'67#5353!#&'#'67#5353%7&&'7'67Fd6E6 *K+M1n,n}K7w1R4L;k/8s|L+SM,G.X[,pE *MAJ)yDv1ZkEDDC(°?Dn4?J5ESE4UA$1 +17N7&&'7'67%##"/3265#5333#'677&767!5!&''67&=/PF0H8Fa.aF/M?K.Ɗ3C'xLP9A8>.!A"IDATcr?g)aEPk(pNV0BG1IHO4OH&CS(D 'aC^A~q| ݡDDxR@PvyM=O6 Z#3=#67#7&&'7'675367#535!5!5#535!5!53!!!3#!!#&''67&''678 S2'_(-[I.F+Qb-eO;f>aCC>5x;{7"#"&#.=#'67#5!5#5353!!!!!5!5!5!53!!G-[I.F+Qb-eO;f>a< C H 8` !"N *>JN6ED6BNI6KK)k%d+*==.{?k?UU?kAA>ss> : 2O7&&'7'67%#353!#335#535#'67!#3%'67!#"/32>7!E/UB1H5Fa.aF/M?K.niHHHiB ,7G+F 5s>J  TmJ 2=0FC1IHO4OH&@K?92(Qu >f3s (ӫpT, D"gC !39?7&&'7'67!#5!#5!535!!#"/3265!567%7&P-VM.K'Mg-jK:d>a9J$JP}!>/F<$ g?A=q:aR=T6AH6FJM6OG)ґlCC{CG$C Cc!n)p& % "(.>DJ7&&'7'673.''>567%'673.''>567%'67N-[I.F(Mg-jK:i>a<pMo''o=FABE%E&M-p(+|=FABE%E'6ED6BJM6OG)Rs)EsMOrE(uUfg_"Nek{QDvOQvD'uUfg_"Nem/$*P&''67 735'35#7&&'7'67%#5!&'73##5##"/326=#5!5!5!wI +U;B?5~-[I.F(Mg-jK:i>a<m%+A92,77J!@5\U# ;(F2Mzs+zHC(trr?k6ED6BJM6OG)a<0_! BA16:3U+$$N) dP,OW#N3N.6ED6BNI6KK)=4sE3;W4J7fO:AaaA9?Tm9kKDJ\BB&='+17=5#5#3!#'673673#3#3!#37&&'7'67M#9{CK Lƶ-VM.K(Qb-eO:d>`:ԕؙ@A9P@> @EEM K7%3!#&'#'67#5!G-[I.F*Mg-jK;b?`:l+.4J{#}MqL F"P Y#`Pe&_"6ED6BJM6OG)*o);Fͦe 6X'iA@:@}A;"@#5!%!5!%7&&'7'675!53!!#"/326=!5!5367!5!L5~.UM/BMe,gM;b?a9I1N1%ICKZ'" OQK1Ily:e5AJ5AJM7MJ)@PP@?UK&A&P?2(==E, :7&&'7'67##'>53353#!5#3353###35!3K-[I.F(Mg-jK;a9?:jIxC:3*JnGGnKKqIA6ED6BJM6OG )};cަJ__ @_$; -Q#!%!5%!5!%7&&'7'67'6733#67"'.536727676745K(#pp-VM.K%Qb,jK;b?`:$ J%MMj n,.Megxq> F 2}ii9b6AH6FNI6OG)A `gA@5(fy"8:A! i324 A !dn#3=#35'35#7&&'7'67!#&'+23:>47"#".=##'67#536533&'#,-[I.G,Ib/YS#;f>a<]M RY!$L ""%  J ;.0")*L!VK`_lii;ll;iA6CC6AJP5GS)- "0CTA $ , 22; /?@^C*wwUooU # <BHN3#"'53265''677&&'75367#' %!#&'#'67%7&&'767M C8CO-R A:@=AAzW@jh@X|0FC1IHO4OH8!1 1C%!5%!5!7&&'7'67%!!5!5#535!5!53!!3#"/326=!#!qq-VM.K-Qb-eO;f>a<u' Pl%N\$ qN+'DD9D6AH6FNI6KK)<CC>A:C0B Z!5!%7&&'7'675!2>7!3673:>7#".='67+!!!#"/h-VM.K%Qb,jK;b?`:jhx J )*1%% G4558=/$*lM+J/4/4aSR6AH6FNI6OG)yOOr4P88=  ('' 9GlS*!FCA 39?E67!!5&'!5!'6='67&'7#5!53!#&'#57&&'7'67_hDXFdeTJajW?|"8oaY.dN0MJx{ z6AH6FNI6OG) 9 /5;A7&&'7'67!#"/326=!535333!!'677&$7O-[I.F(Mg-jK5_>]4%=)E;  dKN5o=h74;gI=I2d6ED6BJM6OG'BM0C2Bd?|p}'t&)s%}032#)/5;A'>53#3#5&'#'67#5337&677&&'7'67#83*HE`II*ILD?x(>D>>-<3F&A(Hs-[I.F(Mg-jK;a9?:S;cަJ=At}#s{HAdwv~bswyy6ED6BJM6OG )%9"(.4:!!533333#7&6767%7&7&&'7'67QgKO.qd2f݄a4cMj(4N^+x-n0-[I.F(Mg-jK/[@N`@[6ED6BJM6OG) #)K7&&'7'67'$%&'7&'7'673!!!!.''67#5!6=!5!N-[I.F(Mg-jK:i>a<ZDB(2A0C)-B-AD5D8P 8nu(/rK 6ED6BJM6OG)+B*kTQXqONcY7A+3B<]DuIPoD$B+3A  #)M7&&'7'6733#"/3265&'753=#53673#3#&''67E/UB1H4J\.aF/M?K.H_K7#'67!33!.''>7!53335#"&=#'37&&'7'67'"&3wF.ul-EI #.wo-.pxCLdC&B>=# /UF/C*N^.^N2V?R3o*-+,g47,[^;:y ?.)wA;fBkABjBf;A-R\)H}QbK*7Y0CF1CLK4KL'9 @#36!5!!57&&'7'67'67!5!5#53533673!!#5!#Hpp-VM.K%Qb,jK;b?a9] N&>Pl7O[MM6=!&533&ooe/PF0H8Fa.aF/M?K.U u;-+! 8C%]  EN!Di/i) W:&!G]$ՠv0BG1IHO4OH&^CAA6;CCӓr6Q"_^<5F >W߱#I&F7$ 7!5!%7&7&'677!!!!&'#5'67!5!5#!!!!wgZXtS]-h"nzPڌa-"=H:#*;)r9+*;0;H`:c!=OAH?NN?HAO?CA 4K35#35%5#%7&&'7'6753!#3#!5#'>55!&''67&'767(X-[I.F+Qb,jK;f?c;OaaaX\F.*^Atgx{dX:=:_bESUii?UU6ED6BNI6OG)XXAU?h$h??mM0A%@B#A.;Q%R:=#'>7##67#"/326='675367#5#535#&'753533;BS1SC 0J@G/آZH +H8 Z GH>BB W7++\7=[?HA 5mn9'<1HG2O?LSGH1GI$Z#[pn]/ŐK+ F ;k'a@* ?pM'A+^ A N#$Z.J<0CB53!!!#&'30)(-[I.F+Qb-eO;f>a< Y|6").E-)I-TA6`0YY70V j"e4D>mf%.+a< <535!;5##!%35#7&&'7!#'6753!3#"/326!ŴpH]Z-[I.FMg-jKlI:_>`:=M K!Bpf ! ŶXxCG=6ED6BJM6OGF4,)OyU*D   &,2#!%!5%!5!!3!53#!#;#7&&'7'67KJjj\<kkkky-[I.FMg-jK:d>`:}ii9b<AAA6ED6BJM6OG)' F5#&'7'67'67#5!5##&'753533533533#+5#!!!!&'#5(UKl+rG;f>a<_k"H-Qd+XWPMtKMRRMt%_fMmssDN7Q@)CXwCI;9FE8;Ha<[pJ%N\$ pN,'LOOOO9LHH:H6AH6FNI6KK)C3B- a35!&'7&&'7735#53533533#3#&'#5!327>7#"'.=!5!5''6767#+ y-[I.F+Qb-eOKKHg'I?I $?35H I(+&b*Ca<eeee>AuL>5#'6#5353D+LJ,M>X[,pE3U?P3wd8F0;Wi8-F5("'-.'B2 i46E?2@xM4:E5GSE4UA&m+.CXDC[*B/Ce$=KW/ZI/M?K.*C5JAC1$C!?2ۘH+CS/PBH9D>>]OL2MM&%D,>S,!>6*EE0BDpQ ׸  15;AG35#5#35'5#;5##35#5#5!##3+!!#5!5!5'35#7&&'7'67oѩK:;K+P7-aA.B-Mg-jK;b?`:HHHHXX;SSSZEEK@xx@K:X6I>7?JM6OG)!6 %+d3&'#&'#3&'#65#57&&'7'677'67#5367#5367#5!67!!!#3#&'!&''67#5( H  ';2vY z:?-VM.K&Ic-`M{EL!I"=mQ N/5ɦIb!lN0&' 55G2$&#'3I4'6AH6FEJ6FI 1%;B?1&%?$.;++>sCJ/8];a=q%?)l/!* A7&&'767!53353355######367!5!!!#"/326J*`A+K2Jf,^S[;B8c&KM oJoJoK  40D)3K>4GHO4HO6Qʧ66$,BB5+B  %8%#735'3=#373%7&&'7'675!!!#5!#5367dEd/ZB0C1N^.^N 4W?U3[ 4JI  }} 0GB1CLK4KL'BBEDH35##35#53533#365!#"/326=#'67'35#7&&'7'675#ƙIyMxxn2*5X8O= ⣣/UB1H:Fa.aF0K@K.)\!LDD~k)W'D+,"@0FC1IHO4OH&' <35#35#7&&'7'675#'#!#5##&'#'67#5353+SM,G.X[,pE2P?K2e_9CJHH53K(O1l,tK W4?J5ESE4UA&_Ez66Y/QEE< Q!5%!5%!5!%7&&'7'67%#3267#"&=#'>7#!!##53#5353!533#3@@@-[I.F(Mg-jK7b>Y:-+C%ZS.@BF/;4}"K=p\\L@MaakMMMM7NE6ED6BJM6OG)\=a(+sPg#8H?A6q?V?]]]]?F$8!5!!5!#367!7&&'7'67!!5!5#535!5!!3#ZZNN-[I.FMg-jK:d>`:5I4NX^g-3 2%f6ED6BJM6OG)AAb:Z>>Z:  <AEIMQ7&&'7'67%!#"/32>7#'67!5!67+3&'7#5!3!!65#75#%3535#=-[I.F/Mg-eP?]:B7559NaUD KBKB0t0\@i|6ED6BJM6KL)y*CDIE?8|A!`$%?? 80$(YYUUUUUY# %J7&&'7'6=3&'67%'67%#&'#''6767#535'6730QB0B3KW/ZII(fbK*9>.D2C5E{qR14 2J,M*&8AL,C i0~*Q N=0DC0COL2MMGPGm-FCg1Mq;xHug#7%C?*=  (,28>5#!5#;5#'#5!#3!!#!!5!5#535+3735%7&&'7'67kmkkɯ#P>FKm-[I.FMg-jK:d>`:fAAhd=}AA}=d2hhh!6ED6BJM6OG)  K!5%!5!%7&&'7!!#"/32675#'>7#'>7#''6767#5!!!}}/VE/C*N^.^N_/K/M?(,*T/H*g5V+F4nWW*??U3BzYY3NKK:H0CF1CLK4KLiAjY62-ML-3$z@W0)pg'2Gp>>0A /5;Y7&&'7'67##"/326=#'>7#5!53'67%7&!!#"/32>7!'67!5!5I-^F.:V],nG;f?c;7K. [BD;=<3K7T-B-p?V;@;(# !7:`gnH 6 L&6D@66PE6RC)A< ? ~Pw50*^DAPP(Vxz cijt4m`"A,*' ~xG> $*063+!#3!53'!5%!5!%7&&'7'6?&67+lK)Fnn-[I.FMg-jK:d>`:M>F*?+B/B2CkdaAAdxx;q6ED6BJM6OG)wi_`29?EKO533533#3!!#"/3265#353#5##335##!5!535#5'7&&'7'6735#LM ?,RW MDDDDMKǹ-[I.F+Qb,jK;f?c;.XXXX?pAFN'C !B!?BCFAp? 6ED6BNI6OG)p1-39=K35#5#753533#3+&'#'67+35#&&'7'6733#"/3265SMMMX,X7#536wFGtt(-[I.F"L[-]K -YBW.K<@`J2E45<=%8$/382A$?083E9F>=W.4H&!W+%"P]mkɈV"6ED6BHC6DF$U#2&B;G4?*0=EHAE60E%EA"$?@$EC1+B&3$C $k*.3/ADcOC 7 !GK35#535##3=#%7&&'7'67%#3#5!#35#535#'>5!53!!33#5!-[I.F+Qb,jK;f?c;LK\F.*N00FH:;KHH6ED6BNI6OG)H554H:K$hSS?;?p =CI!5%!5!%7&&'7'67!#3##"/326=+367#'>567%7&,,+-[I.F(Qb,jK:d7#'67#DLMKLK-]B.Cw9h?d854%A ,ZX.cN ( vqN2T(.(64  hL>0kWYU,,dgg;dd;g6B;7=U)dfQ1;1SC5JI+0B(&-6|0Ckmq69b - IMQW]c%35'35#35#353##"/326=!#5#53!5!535#535#53533533#3#3!!#3=#7&&'7'67??:kX FKFF̲MLK-[I.F+Qb-eO6`@^5NN6N=s==K=0O&A%0=4<=6=;8888;=6=<4NNN6ED6BNI6KK'  .4:5!!5%!5!%7&&'7'67!!5!5+#5!##67%7&f Ibb-]N0U7Rb.dR4c?^44I3LHHY-][&m.dBBaa:Z4FJ3POI5KM':CCCFa7jE;Kc:^4 #E&'##3#;#7&&'7'673!535'67#53&'73673#&'O2i2OHUVVV-WE.F&Mg-jKAO.D/N:_)Pǹ$+H*-1#H ,P""^jj6A@7BJM6OG (:FFKoALHBcTQ JNApK C37;?CIOU[#5##!5!5!533&'73!!#3##"/326=!5!535%#3735%5#!35#%7&&'7'67&'7NK)N(:1,JHxx"L fb# KN-[I.F+Qb-eO;f>a<u,R`+b=119r5@GG&*.@5#?|O%B 'z?4(MMMM5HHH6ED6BNI6KK)7J>7?, F7&&'7'67'67&'767!5!5!673#3335#535#53!!&'D-[I.F+Qb,jK8c@`8MnsDCGPnaHYNŽMq6ED6BNI6OG(A&>P#W:8[BMe.B#W>`r`>_CMBhK&A#9<K &9?E&'#''67673&'#5%!5!'&'7#5&'75!53!#5'6?&' SXVWL &:T>`7%6767#&'7'6735#5!#3#"/32>7>/UB0C/J\-aF9W?W6/h3J)F<6 ;  JK@3 i{Fm9J(M=5 D  6hH3 g0FC1ELK4OH'3P/< 956%sBK#zt:"C =BQ1?2Q2= #659$sBK#zt:"C ?BN6A -M67!%7&&'767#53&'#5!53!#3#53!!!#"/32>5!'>7#5!($-[I.F/Mg-eP]:B7cK%rOv#KO"zb11;{f882`p"(DDH@6ED6BJM6KL77\?IAPPAH@\!\?.}}-AIGV81h? 4 "(GK3&'!&'!!5%!5!%7&&'7'67&'!!3#5!#5'>='67!5 9/)^1BB1K``-VM.K1Mg-jK>a=!&533&'73#67327#"&''67&''>567=/PF0H8Fa.aF/M?K. E45=*@8"#) W:&!G]$#;-+! 8C%]  EN!Di/TF*/3r'J[)7 )0BG1IHO4OH&AAKgxQ%>G"2 >W߱#I&F7-;CCӓr6Q"_^<5"970P?2k^\z] P!5%!5!%7&&'7'67#3267"#"&=#'>7#53&'735+!#3673bb-[I.F+Qb,jK8c@`812F"a/_ rp ȁ+@*#PL8U'B"yMQQ:K6ED6BNI6OG(4 $m++5 Av)A"t_C-NKKOBT>? 9!^d67#67767&'7&7&&'7767#53&'73673#677&'7&'.''767&''672"2A7>8= y=!(3Y*%? = ]-*J_9W?W6m`L zxJkOjR0FC1ILK4DJ8 u^A;.@;7C74A*;vka28'A TWhx'7 !?U67#%7&&'7'67#'6367!#&''67&''33#&'#5'67#53?!'/^9/AIE/IF/M?K.C!DbiAP'B >4%OJdwV[sO7*')GͼFwHGJvI"76J;2,n_BtfA]ml\AftB  '+/5;A5!5!;5#!5!##53!3##"/326=%!5%!5!7&&'7'67`&KNHC6CH#K%Q_ ppp-[I.F!W`-^Z:d>`:>LAz}BC3KK9K6ED6BRH6EU)/ *y35'35#3&'#5367#5'67"/326537'67&'#'67&''#"/326=#'>53673673&'7&'#3#&'&'7kiiiuh!(:OD%;3 IV.*12#")bu#g\$..*'.I: m /<G0EzM!'AK7@oAS.*+%zmr&sl\!:A3C<}C8>;=38m"A JU(5&=).1*33,-u;=2e3/4!8W'D+9SŮ^X~::OVJW:5h|98=;;Ck>@#6/kB8>n A '8<@FLRd67!35'35#"#".=##!#232>7'#3=#7&&'7'6?53&'#5!53!#3 %I 4('-..KII  !& ) F-[I.F5Qb,jK;f?c; !cOj!.1KG5^^8Z(*7!  #(? ^ZZ6CC6ANI6OG)?@LIB9\=`:6D38mmna|7/>+EEOOEE@8?FL6LE~ma)+ʦ:!((,2j#35##5'675!##"/326=####35#'&'7767#&'753533533533533#3267#"&=##5#MMD5[?Z2CD38.MEO_-bMx[+Dd+L@wF3EME3G ? ;"33bb/G)Ҋ:Co b-JH6HI)28=G847&PPPPPPPP?H ((( !׾=9"(.4gms&'7&'67&'73'26367667&'7&&'7'6767'7&'&'''67.''26367#'276'$'$f : 8$'P <"%1,A$'dƊ5+qG-[I.F/Mg-eP@Z5E3 H#A@eE=,&=iQsb  (u(.B%7w3&;=39PLD;=9 Q6ED6BJM6KL'>/ AdO"IX# J?@6;H/ @:S <DI?3 8g?;} A@ IM67#%7&&'7'67#3#3!#35#535##3&'#5!53!#3#"/326'5#--[I.F5Qb,jK;f?c;}вEK3N5 ?+RW ?86:46CC6ANI6OG)MUU>=1N'A c 5  $(,C%5###!7&&'7'675!5!5!5!%###53#'673#F$/PF0H9J\-aF/M?K.s:yMB'?>E l?,+0BG1ILK4OH&AACC??@@WEEye 41C7#)/c!5#>=#53#>=#537&&'7'67#!#"/326=&''#5&''#!5#5#5353!533#C?%06u?%06u&,g?.C&Qb-eO8e?`:7)@2  '!."G(!-#K[[MCMbbFF<#e69(:$d69b6L;7?NI6KK(7BK'C$H-"MK$0-$KL#137ALLLLA K "&,28>DJP67#35#5#!35#%67!3!#5#677&'7&'7&'77&&'7'67f20+ CSH ")1K#Qa96>79 F #C(*D=D+-[I.F+Qb,jK;f>a<b,5,5syyy#?3.\I#ss[vYhtthsgri[y z\6ED6BNI6OG) "(.2DJP35#535#5!#3%5#!5#;5#%7&&'7'6?5!26=!5!!#"/%67%7&4nH̱Kj#qkk\-[I.F+Qb-eO6^>Y7A 83HHnG1Jr/eV/YDDDAAD:qqqqq6ED6BNI6KK)??AA;@B^-dD0L]1^K '2@LX7&&'7'67!&'#5'67!5!53'673&"/32653%'67&'7&'7'67=-[I.F/Mg-eP 2`@\4Pfh$P(SZXN mr7>4C9zz!J743Hlu6ED6BJM6KL'ABg@nFsr\W@QXAgg|N@LooL@RpC KH#=%RB5,9E1b4\397hQ@K%N'ռ>v4vvvvvHv/UE0L:Fa.aF/M?K.:K;iGX(IR`ch- C (%`3&GVV@Y9YYYY@0FF2NHO4OH&A=Z< A5.Aj;8>"~ ( )625  HMSY_%5#75&'7%5#75&'7!5!!3#"/326=&'#5&'#'63!!357&&'7'67q OB HI I; EK EK Ek*89IA EKC HIDLB]J -VM.K1Mg-jK;f>ap+&$MfJ xy?DpwT50GB1LHO4@W&rOBB&/0F.g:hH%2 $(f_AeyB@ -d7&&'7'675!53!&''67&'76'>367##367#3!53!!#"/326=!67&'7&'?-TP.F5Qb,jK;f?c;H&N)=';4;+8FSX)NFCJ(OS9"%"K JI 87*^] +iR@42@ 6DJNR3533#3!#35#535335#37#3735'5#;5#!5!#!#57&&'7'67#3!!"|KдFK|vv||Bw|wwiM0L-YI.<#ZX.eO9h?d8 vvLiLL@141@L11FFFFFF6GGGL+k+ 6@A67SC5KK)3GL2 I!5%!5!735%7&&'7'675!5+35#53533533#3#!!.''>7MMon-^G.C'Qb,jK8c@`8H1KnLLn/pi+/szVV:R~CCE6GD6@NI6OG(>AWC=UUUU=CA>5UBa>=bBU47 S35##3735%7&&'7'675!6=!5!5+535#53533533#3#!!!#.''678O-[I.F+Qb-eO;f>a/h 17;?EKQW%'67#533!!"&35#35##35#53533#3#3##5#53575##37&&'7'67&'7p/B,E0Vq߂vvvvJLپLvvvv/^9/A,C^/aAw?K.B/<;?bb>HXX6`0N;0AEL2OA & &aX&X  "5;AG!5!!5!#!#5!%5#!5#;5#67!&''67&'7#5!7&&'7'67aaM9J'MȅfEAtZ;9{-Gsj)-[I.F(Mg-jK:g>a<32g߹5PPPPP,EF==:=&0>!==S<#6ED6BJM6OG)1$*0H%#!#&'7#'67'!5%!5%!5!7&&'7'67!!5!5#535!5!53!!3#N3dk__Vkkk-[I.F(Qb,jK;f>a< f*P Nn6=7A:/'K48.@l22d2232b6ED6BNI6OG) 99160<@@<061OU[35#5#.''>=3753533#3673'67#'+&'#'67+35#&&'7'67?FFE"5`b6#MdIe/H=ICG (E&"6*D4:VK5I;\$q;3C0=2KW/ZI/M?K.WH!ab H0晅0<=6YYAXh>1DtpmRMIJNs_El{'X/>OL2MM&- U35'5#;5#35#'&'7'67%###'67##5#535+35#&'753533#3+36673MLMMLLKW/ZI/M?K..KI\/2=|IJ@/CS/M@I@KgVckk9dddk OL2MM&XB @VS.EE0@A4__?SVR 0F'Cf!7*>Yv67#265367&'#"/%5!'>73#5#'65#535#533767&'7#'67!'67&&'7#5!533##"/326=!Q)5$O&Foc;\qp} +Q#dEb*v `+OIIXM9>7׹Hq25170-2+AOc'cM"-c6)N`'mPSS(M-?I# ]K!)"9 #>75/J-E3G*>T;B@@E*=!`1΢9'3@?ņ#!( $%6)C 9Lt5 <4+<^^<_5>S3:"A NR%#3'357&&'7'6?5367#'67!!!!3673#3#3#3!#'6735#/UF0G.RY/^N 4WAU3b}##;T/Eir3EN4'QIGG0CF1GPG3KL%@812#'Yl$A36@19$:+@G6I6J<,&>bpJ") Dflr7&&'7'67!#"/32>7#''675#535#53533#3#6767#7&'#5'7&'767677&67%7&G/PF0H4J\-aF/M?K.Y/D0 [TD)^&mm||Luumm0Kj i>H<=#PL]< 0A>F4* [@ix ɇR,Y'}h&n0BG1ILK4OH&~JA`ec.,A E;D?DD?D;: -XM#XX#1 C>E+#8#;&" WL%UM>B4I?7BH;M !# #)V35&'#3735'5#;5#7&&'7'673#&'#5!#'67#53&'735#' %36?!Z=KK-VM.K-Qb-eODL%E#SE+fKWI*f$#C(*KY H8AH<@Faaaa7]]]6AH6FNI6KK !pMFAaNI,,T INaAF5=SA-? Z,\`&'!5!7&&'7'67%5367#53533#3#&'#5!#'67#5367#53533#3#&'!'675!_7#$Iy-cB.C.Ke,hJ;b?a9qrsK4b"!LyM)[*o Kik}f73929/!)S\y^>HO7e6I>7?HK6MF)?'3@KK@4&?iGFh++!FCm?*0@KK@3'?1E*H6M;,@>ii+ >DJPV7&&'7'672>7!'67#673#!5#535#5!!!#"/677&'77&'77&'7U-VM.K%Qb,jK 3_@Z5V97;)iMyqYo 334aN@(B&? S<P$;"6AH6FNI6OG'"qr9(9Dkf-B"U3@G]D/!xU0X*ta+\R\aMORR6ED6BDJ6GG'B !4 H3J?9+*F;CA.% +AI;6@!E@F4H)'ޕAU7]/c>8EX6R ! $*06G35#535#5!#3%5#!5#;5#!5%!5!7&&'7'67!!#5!5!5+!#6vFȳIs-vssjj-VM.K-Qb-eO;f>a<'P-O4777??76`````??18z6AH6FNI6KK)?mm?:* !'+NRV&'7'6!#"/326=#'>55#75###5#535+35#&'753533#3#3535#J\-aF@B/M?K5X8 K=1'ӌyI9B{*HM/HCIqLK4OH&)W'D+,Uǫx\!:U??TnT+IA0;C.__?TT]]d 1"&,28I5#!35##!#&'7#'67'!5%!5%!5!7&&'7'67!!!5!5+5!53D N3ak_]Qkkk-[I.F(Qb,jK;f>a<,W/K NyAAAn5;:A:/'K4<-=l22d2232b6ED6BNI6OG)&::&;;9 n#3635#357&&'7'673#3&'7#5##'#"'532>54''67&''67&'76767#535#535336Rl./^9/A-KW/ZI/M?K.?/D|55(775-KI$65/<;! @M\F 2658#C4-95J5eӢK@bgiik0N;0AOL2MM&pd?C4,(2?$m++S=#C'jR=A-?7PWT+"@"1?="157A%OJNt?=aa/ !<"&*06<N67!#!#!!!!5!5!5!5735+3=#37357&&'7'6?53&'#5!53!#3"J:5G4PP-VM.K-Qb-eO;f>a<oPp 84958x!6>:AA:>68???q====M6AH6FNI6KK)=85?XX?76=$9 !4D7&&'7'67!5353333#'736733#677333#3!533S,[I.K-Qb-eO3XAU3QgKOH?GBJXX'/|FK]]qw?H6ED6FNI6KK"CC_A{BYA @4ACC\ES&'!5!67#7&'675!6767&'!5'&'767&'76753&'#5!#3L14G7e#-[I.Fo7c?]:|8$/382A$?083E9Fd^Xj#S`/cOZB2E45<=% =<"U[aOv=NEF6ED6BX)AE60E%EA"$?@$EC1+B=_&$\>;&UM4OQ:?4?*0=EHBHCL?B9 Dg7&&'7'673!535#535!3#67'675#535#5!5!5!53!!!#3#267#".=#'>7#5!#=,fC-O6T\._RAI*B,xxxyy.S:Lnns% N 3nn<J')&/1'q ut4MA5JQH4IO%;;S9DD9Z9; c9D=OZ3`)^2e{;CE,RSM+H&Ng-_W75##5!5!5!!!#5#53#&'!5"/326=##5#5!FEM&/Z;0J=Fa.aF0K@K.xJ1{2KMXV'_R%M6'160K<2KHO4OH&4444@:N4" 8AA8ܣ "4N:@,"",@)D?O)  <Yu{35#37357&&'7'67%'>=33267#"&=#767!5!&''&'767&'3!'>53!!3533533#67Hȡ)2=>F1KA1A5HS1TH$D@?$5 < ._>=)>;$R/JER YOKu):)L;Hh6):'D (=>=''B$<"Jxx4S0DG0GNI1IO1'kcDY010 gt!VIIiBBZC0=0LG5: GA@F&8S.A`,n"_ SSSS>gRfh^!D 8c7&&'7'67#!#367!3!!.''>7!5!5735'673'673#&'#5'67#53&P-VM.K-Qb-eO;f>a<K:KN3P%di+0vt#,5+"%CJMǬ JTB$/8*Nw2PBa>>`BP1>b,1: 8 >@=;95Y+YEh^RA.>L9, K OU[_cg67!!!53#5!#5767!3#3267"#"&=#'>7#!!'>='&&'7'675!5!5!!zLLzM.ZEk8I ?# &*G  "P&<}[E[N GB+$3!I4Eb.dDz@F+B,!@s''r3NIZm  <";=  ' T8V9 5$39 gn)%NKU3VI#Y2200S00D  &,2d%67#7%35'35#367&''#3#7&&'7'67"/3267#'>5#535+3673673#&''= %q>b;;3`,LJ,H9X[,pE3U?P3T-N>"l4>8_4Il M <'D $X6^#`9Bq" II7DMCGZ|40+<>4:E5CSE4UA'ADqc4<="</( GBDܜ]N:NXYM+$  CNTZ`35#5#;5##35##35#.'#6%'67+5!!!#"/.''675##5%3#>7!7&&'7'67\Bً ~yy-O 0l0D &(8s.,|~yE"*,5 -[I.L)Ge.bJ9d>_<ohhhhh.]]] ' V3l'D B %EA e1/6cAD74ED5HDL4HG' 4 "(.;_c5#;5#!3=#37#373567#7&&'7'673533533!#!!#.'#67'675#'6=!5!xxxxxxxxHxi?9#w/UE0L:Fa.aF/M?K.sKxKHZ6*A@FUs,V\U"OW;=DAAAAAo??????(56~0FF2NHO4OH&AAAA^h<;)(AY A#C`0x881$*0P%#!#&'7#'67'!5%!5%!5!7&&'7'67##5!#5#535335!5!53!!353N@mocdh^^^-[I.F/Mg-eP7c?]:yJJ{{JnLnJNu3@8A64.I/9+Bu::o;;4:E6ED6BJM6KL)TA4444A88N?@@?N88 >Rfz7&&'7'677#"/3265####'>76735!5!!3&767&''67&767&''67&767&''67&767&''67&30MI2D2JV0TL 2M@O.5]-8\H FH,k@A%??E'31!(""*4")*'-'31!(""*4")*'+01("(+2#+)$11+1!#" ,3#+*(2AJ1GPL2IR$*DM32N*A*AN2 5E!,-AA+/)++4.&-#1#2/ /)++4.&-#1#2/ /'(.8*&-&3!2./!&./0#. 3#2/@W]ci35#5!#535#53533533#3%5!'67&''67&''67#5!#67.'##"/32654'7&&'7'67[ III~ pq]^(H90GIDa%e'7B'9'P3-K,fC-O6T\._R@Q5C4@yy@'5)=+S9;=o /EF2=1Y  %)-15Y7&&'7'67!#5##5##5!5!5!!5353753535##5##5##367!5!!!#"/326;/Z;0J=Fa.aF0K@K.2KJJ1{湹xuHsGuK  =1>,0K<2KHO4OH&ܣգ8AA44b44b44b44@#??2A @ %.:Bb%35#7&&'7'67!!5!5!5!53!'67!5!!5!5!5!##5##&'7326=#535!5!#3##"/V/Z;0J=Fa.aF#BB>%.S..@yQ.]FH(775':B==08lk0K<2KHO4OH!1441:77:!'%888T771331 -E@$;@ "V81::18m6"6 ,!)-15;AGKO35#5#3#'#3!#!#3675!3!535#!5#;5#7&&'7'67#35!V]] *9bJbvbG$F 1N<)iiiil/UE0L:Fa.aF0K@K.]] JMMHCQE>M<2=Jhy . AA40FF2NHO4OH&JCC U5#5##37&&'7%35#535#5!#3#3#3#3!#''6767#535#535#5!#367#}+aM,M(Sb*oH% L#$2M@S47Z5K  & CCzEE6F6CD8ELC7LB[L5E?,a)y'E A &,TX^|3267'67!7#3735'35#7&&'7'67%"&='75#'>=!53!!!"#367".=33:>47'&'7+!!&'7A]T= 3)F|-[G.C3O^-bL ,G@C-6~&-B+$ NJ"  >3~9";">Rd7*H#)" B21ABH66-;:<+  '''249999.65HF5AOK5NL#2 4:ǩe gҒ.:*<( P6F]dI zb  &'% a<+%1^TZY K #/b35&'#3735'5#;5#7&&'7!#5!53!#'3#&'#5!#''6767#53&'735#' 7368X6KK/OD0MBFa.aF}J+P*IMD$e#KTK#0O?K3@c@%SpS ZoT+t;9;9tMMMM5III0AC1MHO4OHSS(6=?WE@ %% :&FU?.'94}@&> E- (W&'7&&'7'67%33#"/3262>7#'&''>76767&'767#53#"/'>7&'7>35#535#5'673&'#3#>767>cI5241KG1;(CZ1\BtBC&D&=D?H3F08 E&+ Xc  agJO$,9,6'!|S#> !a=9xkR]l(v? =>-,2'/AN.AMT1TL#3sDU)F+M>P!@%? 2=&72G\Lq?uxE>,<+>F(3EPN &2!&DOmM2MX~OiJH'/,%,+(v~s"v{{7p88::09 6ED6BJM6KL(F!B-)$7%=0O=897798=P/=";)$1,)`,9,Z7X28/ ' 5<BH^dj767''67%35'35'35###"/326=#5353333#'67&&'75!#3!#5&'736767?&(=;,.*Ecm|o&]]ZZ:WBJ/B0B d@i)gE-0EF/EOL2MM)AA/+]pi{!99H2Q;5?K6OA(,04:@Fnr3267'67!7#5!%#3735'35#5!3!535#!5#;5#7&&'7'67%"&='75#'>=!53!!!"#3A]T= 3)HҞF8*l2``aa/-[G.C3O^-bL ,G@C-6~&-B+$ NJ"  >3~  '''24_1111'16??nnnnn5HF5AOK5NL#2 4:ǩe gҒ.:*<( K1 > !'9}%35'35#67#35#357&&'7'6?!#"/326=##3##5##"/326=#535#535#5'#3!535#535#53533#36733C-o"HHH2GC2E6BS1SC 0J@G/R>7!;:I$$FH4*9- R(u{{M{\/E&eAA9@ 5-/3xyy0;I0IGH1GI$BC:A&pT*D+p>yAx%!8A<CC>A1p (@02A -t35'35%7&&'7'67##5!#5#5353!533353#35!5!5!5!5!5!53!3#!35#53353#5##535##5#3#5#'65/SD0C0KW/ZI/M?K.LMMLH`<RM BBڝ54''67&''67&''67#5!#6%3#3#5##'67#535#53533>XT,/^9/A-KW/ZI/M?K.g5,23G&3'"*-$\H Oo'R :[$d:&5'jBBp$3=,Dw%+IG!%u]ppKl @sinnf0N;0AOL2MM&#K79.<(*zwaBDA.qU=d7.UF;KZ !(&;JkBB9.*8tlA3/@++PFNrA?ff < !'Oas%#32667#35'35#7&&'7'673#3#3#3#".535#3!!53&'#53533#3!#"/326=##EQ#6 :1KG1;,KW/ZI/M?K.'353,-+ L,V 'M%N@67+FB& %3FP)MM>!X@VV@B7>>jBCG 1 HNTZ`35#5#35'35'35#%7535335!#3!#367##3+&'#'67+35#&&'7'6767?&=DDE𽽽/G*EWH]]ZZ:W0;<4YY2A/+!92XRRJKK m]Fl{'X,@OL2MM&9H2Q;5?K6O  #HLRX^bhn35#35%5##323265#3#3#!#535#535##;3;#"/&'#5'67'35#7&&'7'67%357&7'6Qd9k   ŧ99JJ*K1#F?:FFxwBLtti/T@0E5KW/ZI/M?K.u((( 'KKK5KK5K_)'+/8%%8/c="T*81:0:+,.0DB0EOL2MM&-6 5; 31* 7 %\`d%5#5##367#535#3#7&&'7#3#3#3#3#3!#''6767#535#53533535#!5#y ?R ,fC-O6T\._R M#"7&7BE'C h:=NN<>3@Y 55({4MA5JQH4IOX?5!8<4>3@=,<>&6t$ ) k5?<<<LLLLAA9y =IFJ N8B?@A95g4?:A]8@4mu6@7h 49=AEK{#53'35#677&'7.'#5'767&'767677&'753535367&'7.'#5'767&'#53767677&'77&&'7'67%!!#"/3267!'67!5!5"6Ȓ[[0.9:d. =(/$' ,(/7KS ** !0.:9e- ;-/!+ +)/7KS *)y.K?.A0HQ.Z@p@L.B, ;>YhluP0 N*M30RILMMKJ9D35';0 69PV&IW=D1111P11HIILFU 9=4/=65 69PV&NRAF0BG2IPG4OG& wB</' `\/99'3.''65%'6%'67P)01Տ)|F0n=h#a?]'Z=@珏@=Z5U&ĕ!8 '6&'7&'7&'7CBMAL M 6K3"ALBW7 ~" |}%!'-!##"/3265!'3&''6565%'67)'S?z;(KoK?DM6q3Va%E'A?#D"FV( F +lpkn'xe9R ӒǓ(&3.''$67%'67%!!'> PN%w*-z#WPFUAX'F)--2:*#C3tr3BGx~!rL Bf:b7;(.4'6$7!'67!&'73.''>567'67I,hd1hL7!'>7! 7&3&''6657'67-Rz= 8K47YKj!&?U;@=367%67 OqgQMMYmCNsjOLLYkDQogQMMYlD33ܒPTP#G$T^1F4`tbRf_I`cl]Td^IZ]w^Rf_I_cul'FWXF'mpUflZ;RclS+1!5!'5!%367'65!#5!'67&''665k{VH8 ? B7HJO g>=G,Z2$@'JԡFF^ZF{  $^w]i<3c_e7ӌė3 /5;67!'67!>=3.'3&''6657'67nn.G +V>M(.JrKa)*aHVM,BE,\2$@'<>!>!71Ex%gpx::B*kk)dyfdq6_Sg7ӌė  ;/-39'>=3.''67'67.''>=3'67672ؐP$S>N#2a=[233ܒP?P#D$^1B4`KWF'maam'FlZ%TgiU'Of.l'FWXF'm%Ufl6RclS' !9?2653#"/'677&6$7367'&''665L M9\> "QFR!GEL+F4 =?DΫH5#>+E*eM-=W)a2$@'3+FT+Eٴ "r>Fqno5Zbm7ӌė;B/5;'67!'67&'767&'767!3.''>567%'67r|K @#5JBD5ul'FWWF'mUflZ$(Rcl! /!5!657'675!!!!!!#5&''6=36$C';@"5`VO4>V5t3VaKcP ǓtD¾E2]"~h9R ohO+) &,2!53!53!535!!'>%3.''>567%'67MOM(%`:)$NO w+-{J FPAR,F*TuuUC5Ew[?WV?/wzTps[ Rlp G V\!32>7!3536767!#"/#3:>7#".5''&''665 G8 ?c-K ""1N+=0=MKKK26> 37XI58G,W2%?&?0$6AZF{ lY /2=@B?3@GGE&&$3:-#.{x`7ӏȓ5%+1!!!!!##'67!%3&''6657'67N2,J@h+J HnR8BV,]2$@';<"? CE䑃+ <Mqg.h7ӌė  :; "(7#!3!!!%!5!67%&'7&'7&'7NPwW&ڧLAA@P K 6F7@M>T:D,mB}A]t!vbhs ql`y|_ng$tbD-39?EK67#3#"/32>7!'$!53&'7367!367!677&'77&'77&'7 l2/,sR5Th' x%"G',iL9^e v$73"B"3 @ |#="w(;'Y;8@ B$wpVH= CC29PDS KBUabS7B8Avxxt vw%Vph_+GPMK+# 59G67%&'7&'7&'7'67#5!#3'67&'767#3"/32653:M@ADL K 6F8@M>S;C #hB:5D9BFI|:c^4 K#.g{!cm zsedup%zm@PAA(-5 ~/A)O?//77BUIziE)1T+)F!'-39!!!#"/32>7!367!'5!677&'77&'77&'7<4D&hJ/T O \N7!C"7 B  ?"'<'WAX%y BVS+8*-/?zzmitjWki[PY[OEJJE 5 CIM67!&'36767!&'#5!#'67&'''&''6655!X;C iW\vG8 ? wEH IHia$LL 8{F:*/.+7XI58G,W2%?&GY T2AA2ZF{ 14t2@vYF7E55iH5RQ H $/F3">OQ H $/F3">O !<;sNN9'1+Y1F1*2oJK0;A+<%3(2&"lR4|ė) )/5;A7!#"/32>7!#535335!5!!!!!!!!677&'77&'77&'74D&hJ/RhÛN4=G7!C"7 B  ?"'<'"y BVS>??CI>mitjWki[PY[OEJJEK=C%!5%!5!36767!3#5!#367#''3#5&''665ZUH:? HL,1NKJG@Hd.-7NJHH27C,W2$@'<PP D%v %Alx,,4d{X4ha(e,yu`7ӌė< :@67!#!#=!'&''653675!53!#3!53&'#'%65( bLOb45A+\2H2+PV$"A>2T$@'_k^l +|+@(1geg7*Jr;bbArXBBgc.yė'*2H3.''>567%'673533#&'#5'67#%#&'#5'67#5353P23ܒO"F$T7=^1C2M{GA0/6M9Y-p:lO-xFMIt1LM|df$F|SS|F$fSdlZ(Rci\\?AI2<:cV6cn??pc4]di\/hp?\\ 0K 17=CI35'35#35'35##3353#3!535#535'67!#67%&'7&'7&'7xqqqqxxxxIqqqq~~jk&9zLG{VLAA@P K 6F7@M>T:DDD@@Dg##+r0$A/]t!vbdw ql`y|_ng$tb 3 #A5!5!!!67%&'7&'7&'7'!'67!67!!!!!!!\LAA@P K 6F7@M>T:9# ,j3H O7))G7____<_]t!vbhs ql`y|_ng$tbgA*G ''*1 +&B_<_<_*56<BHNT33#&''67#'67&'767&'767#'67335?&67%&'7&'7&'7oM'-H%\/*|?ڈ\T7:14>)!&K1#E-Ib&LD hn.U80MM@ADL K 6F8@M>S;# C9pW6:{BA-D;9-2B&*(I-!GDGYD9q*%8k3A64Fg{!cm zsedup%zm7 Y_35335!5!&''653675353!!3533#3#3267"#"&=#'67#535#'%65 NH]]8/8,Z2H4.M\Gwwi23I \2_!qc0P$@'BO\\)^Wc7IDx =bbA\\C? ,',5 4|$@>Z: 5B#)/AES35'35#'5!&'7367!67%&'7&'7&'7!#"/326=##%33#"/3265E'#H!M@=>Q H $/F3">OSe eZWk jY a^e]\_'UjU%; $v=NT+A' 9  EKQW]535#5#35#'#3#3!!3!#5#23:>7"#*.567%&'7&'7&'7:bbqqbbqcA K # $!(  I 9./'*0"M@;@N E $/B3">OGL-+ &))1 Se hWWk jY a^e]\_%Ye EK5#!5#;5#'35&''6536735#5!#3!!#!!5!5#535+5''65kmkkm6+&(P0F+: ɯ#P>F"$@=!fhh)]Be7E!j*hAAhd=}AA}=d^IG kʑ'$J!5!!5&''65367'%65%#!#&'#5'67#5!5##5353!533#33P903,Z2H9">(A3R$@'XbMje SSK3LRR8hmmZ)^Qc7MGow"{ėACo`CfxzbC`oCAQBEEEEBK "]c67#5#3>7#335#"&=#'3&''6536767!33!.''>7!53''65!'$|3|C-qMWC&D:V#5#)(N0F2; [-G  (-tk+/t|4")??"o$3+,g47,\]R\)H}vt>8Z)MJa7;6x-`r &?).wA;fBkAAkBf;A( JH>jŖ 9 -39?E7#!35'35##!%!5!!#"/32>7#'>7#67%&'7&'7&'7KԊfK{8b..9UM+a$OoM@=>Q H $/F3">O9+:+Y2H9!>uY.Y['i*i[[9WėAA8"t's{)X\d7OHy5%]]7J5N::>K7G U!5%!5!65!!#"/32675#'>7#'>7#&''65367'67#5!!!xxR?!&9K/M?(*T.H*g5U*F4nC?0/0(X1F4; B,-%gKoo/OLL:G|ʑAjY62-ML-4$z?B) 2bOj7G4x6GFF\>>0~6'7 $B67#!5!!567%&'7&'7&'7'!5'67!5!5!5!53!67!!! WH &M@=>Q H $/F3">OpCCSe"eZWk i[ a^e]\_(Ye?0LA[@QQ&[UA'  #)/ag!5!'5!&'7'67#53#"/326'&'7'67367'6=!!3#"/3265#'67&''665fn}=#5.0)\B ?V,$8DT;/+-}[> >F(; B/1&3,$8D M= )+(R0?"g@@+5'/26+445>%@%;'*76+4459g)La&%@)(XJg7ӒŖ F -39U[a#367!%!5%!5%!5!&''65367''6567%#".=33:>7&'7?&NN1w1(((T0F+: A$A=!<$E!G565-/-MG&% E>?2C<3B=1A.'9 2%RRQQ9O1Q>h7E!j+^sʑXg.0- #($? $%O=,?MDn $,2Sv|35'35#?.''276767&#"./326=##!:>7"#".=367:>7"#".=36767%&'7&'7&'7AJON@nYI;y5 y;IY4<57l1:@QddXWd b[RhmN`U"[\;;.6+(5/<(=35(+6KQ!&'!5!%65'6?&'&'#5!#&''653675!53!#5!#'67BZHInnc=![$Wg+l!MM+ 1/0&Z0F!"NHF"%P[\sʑ5i7^ty/}oruD66G1oYp76^^dddΏ^L-Hr 9  "(4^#35#35'35#35#67%&'7&'7&'7%!#3#3!#5#23:>7"#*.5A_HM@;@N E $/B3">OG+ &))1 +6)]ciou#5!%35#5!67#"/326='67536?6=#5!535333533327#".'#&''67&67%&'7&'7&'7Gz[BCoG D"RK"zX\x%7!|*#& x9OtH  8 R d9A/7,4}6*/M@=>Q H $/F3">OQ H $/F3">O;I4Is&=8ekP:V8F0U7A Q3>,X>><039P Cii3Se eZe] jY a^e]\_'Uj7 "(`f67#35'35#&''65367%6533#6727#"''67##!67&'!53&'#53533#3&&'70a2&4(U0F&%.8DI ?"mI&#>2C<GB-Eo*J08& Rz,M*k8-99-JQLOgg;`0SZk73A&aS)GuyŖ?igFmaLD4601v?@[A[[AUF}TnG"Z^ )W]ciou&'6767#6533#&''67#'67&'7''&''653676733465?&677&'7&'7&'7B#O1} ,5?"oK/u5>5K/c&I@)D!$?/5#)(N0F(;S)C;X40(4/8/B,: E s%E&s.7C:*<- F*_=;$ŖߎC3L':$*VM%3jg)MJa79g-Aq 0#<  "EE$Qd~gl n {pzqmxtV\&'!5!67#53&'#5!#3%&''65367767#5!6767&'!5'67&'%65E--C2B 56 849+]1G& +272$%":$61>;070D8=aQS_YH3%3FU%A'RY[Pv:QEFBBBIIBB(fZh7 AU/<=JA?8?3$F@*=B%BF3)A>[$#Z>A;K8$s`/,~ėD gm&'#!5!!567%7&%&''65367767#5!67!#67&'##"/326=#5'67&'''65@))C&  |Q/X(ka)`5&/(R1F););))K$-3&=0K3H0ݕAB !.H4JD+r)mʑ7 (.t3567#%35&''65367''653#&'3#3##5#53=353&'#'67&''67'67#53&'73533'6w>V/" l% M)5-+(O1F(;!@ D?!?2I[0VVddMN%V>6 '~J=/"-j+(Hf~;C?=E6qPr4Jk=2BF!$)`Lc76gG oʑJC?OD@ M=@}}@=d5=:581b4$4[z@BV?J@#;UB9On65%3!535#535#3#67'675#535#'&''6536735#53533#!#3#267#"&=#'>7#5!#"$@'qkccbb193I``[+0N>8/7+[1G3<N q``4J %%$d-bll iLė$;;S9DD9X 9; c9D{Y0r})\Xf7LEu OZ8KKB0aKqK&aτ-@1#A~zO t?785"9(L1F(;!@ J?!AI?CAaaaa7]]]DOA^LI,,Y DNaA6EKEA-? W)Lda7:f .,zʑ6< $]35##3'35#67%&'7&'7&'7'"&5!##5'675#53535#53533533#3673267uGGpp}M@=>Q H $/F3">OLL=!3265#;L/@3D7F($HH/&1(P0?"X1#F!K;54!%8 J=oe(%gq >5:+UUU5UU5U'9gg/TTb7ӒŖT*0?5X=2'aN+TDOt653!#.''>7#&''653675367!#5&'#5'#'5!5735'673'673#!67#53&"$@'P]a)0rp"8+C+Z1G<&N H%MA=9Y!H-7:6 0")!:,] EK:!-3+Lt?J]V:{K(LėD9>2PB`==`BP1 ))Vie7SSN!: 7'[@eZQ>( Lv^$Vb6b%8: 8 jŖ>dddd;pv67#?67#5!&''67&&''6536767533#33533673!&'#5'67!53&''67&''''65/ +C*G"8,]BYmJ7!&''653675!!!#"/.''675##5'67+'%65pp spph{uu ?6#25"5(P1F1 WC &(8s-. k}uB 0q.@*+I?!ohhhhh(]]](T@eD)M\d7*Nuf""D BJA d1&3suX4xʑ ( -39?Erx35+3&'35#'67#5!5!5!5+535#'677&'7&'7&'7%&''65367!5#5 7!!3+!!!!65!7ZcQX0aW $ /2'Z?/ ' H!6!J:/@/< E r$D$z'B>@*6)/(P1F)%l@ |H ,h"?!5;<0l=30<]M?).6+(u}ScfUhT eYbYYbNh eQv(YSb751j /<(=35(+6.;Gʑ CZ`5#5##335#535#5!#3#3#3#3!#'67#535#535#5!#367#&''65367''65 ɹ M 8j8Hĺx (5"9)K1F);!@F?! CCzEE6FL5E?$!e;[2] L;8?0?0" O586kp,:hd7 #8#+GGRf# Ga6&(-4GG[]' Ga[Op  ACp`B^qq^B^rCA  A $(,04:os|65%3267'67!7#5!%#3735'35#5#35#;5#%65%"&='75#'67&''653675353!!!"#33!53=!B)7+*ZT9 3%G㐐EWWWW ?"l5fj&+A".(P0FOC# >1v+&0%AD<6HR}/  ($*34_1111'1nnnnnŖ2 4 <Ǩf '0GRd7*4b.:*<( K1??i6  17=sy35#35%5##35##35#%'%#3+3265#37&7'63675;3;#"/&'#5'67+535#535##5&''665Dijjj@3/n4H9W  ɪ$$%#F($H*J1#F-,F=gg;C4H/&1(P0?"JKK6JJ6Kgqoe(%.$ +,12 /A 5/->9gd:#T+A)7/:*-%8,ޟ/TTb7ӒŖ&'6= %&=#HO6F<?C EQ6ZShcMhd:_BF )n:vIH47&*.N3#5#3:>7#".535+3%'6527.'#\FK "($+%* K 44+4:4[[[*2;-#ȹ8>ĔܔF E-,  )&* './  (.)Bb<_2d!:D JDR$!%<@%35# %&''6%&'3##5##"/326=!5!5!5!5!5!&'#3&y.E"wh'P;RSB6ZZM(N'pi!'cI924rDC$'G:Iy9zo^g,?+QT+C)S#0+?;32HHH3301 o4@ 385%HaMT!(/?LA9C ACC,DP*N5 %'67&'767$7&67eGDC\\CGGh[03F{:y߇wOEKii``miKEP85[~+)14:@T735#5#6'>7#5!###3+'32654'67##!'67?&'67&'767$'saŕ >>K9@LTT AB/L7Mw0(ȁ6')`}99=BPQE=.G|SGb 5 A??TM!`495AQKP]7?Q8;+B,KB6.A9?>#*(/1)#"">769Aj767&''67&%767&''67&'767!.''>5#&''67&'767!5!53!#&''67&X+;84$7$30/!0IN'BB1*@33"7+MX&ND6<-D:5*̻02Ԑ[2':(427+MX&ND6<-D:5*RB2':(4(5$7#//0*B='>.>M4!*,2*3--1)4 :-$4$&+.3"6#;.'!2%+,5σ-F"ed"F-Ã1"82 /13"6#;.'!2%+,5AddA"82 /'(61,2+#.;, ';O~767&''67&767&''67&767&''67&767&''67&7&'#"/3265!#!#'6735!5!!!&"68*5)-'*$=D%A3*:"+D-5+-'>=E%<9+F"68'5+-'*$=D%A3-6"(F'5./'F=F%C20#7v$DxP2 JKjA8;v`vI0'*-7+#/%5#3 *0.1'4.&/5 7#3/0'(/4.#/%5#3 * 0.'0.1(.95$3!) 0?L;%O)A(AKA5V&0"AA$p &3#!'>5#5!5!3!PPhb3ZSE'N&g*:(tD%.'!53!!!#!'63AO<4NVM+DF!>gTɇ<6N :%67!7'>53333!3>5!!!&''67&''#S+;0 7> JjFW0(a1hXt$|\^!SW6o3Ht-2-aJD>8hן'BAω^8@;bd9B8\r6EWA ,C35#35!35'35#35+367!#3##5!536##'63333#3Ģp E KL?Lg"Hh ,@1I\F=!svvvv:'4K5#'67#5!5##53533533533#+5#!#!#&'#5##'63333#3,_ AAMbKLOOLbT[LcHh ,@1I\F=ssCZuCI;CRRRRRRCAICmbCbr{fW/6JD>:0 '$7!53!#3##"/3265!!&%*X"/nt?yDECDZ+C0|2'!!!#!5!#'67353!uPA7MA~BKPFSDQD{k*:<#'B7'67#'673533#67#".536723267"3wPR$E=E GLISKXLS4525N1 ##j&I 8/C*k_*CCC2 %)'O5SCGIU#* )A.7&''676767&!!#5!5!5!'67353!!k;z7#.X-\NJHNFZzP<,:Dr@LPW,q3(/ Dwf BBB@<)s+/{{A '.%3!5!!5#67#'67#'6735333533#%qhV,MO[S_> A3C4M~NFF7C 2D )i`966D*< &!#5!#5!53!!#5!5!5!'67353!!M4MP%zP</:Cr@MPWהj}CCVH(?=A 5&?%6!7#67#'67#'67353'6!#&''67&'q 8~hV,MO[S_> A3C4MM_hDA@c[6J#67#'67#'67353'>7!#"/32>7#'67#'>7#pG/;BLWLWS? B3C5LT2@gI Ene0 !ϕ/'f'^0W&dCCC@DgbG'3Jn -@`5 F (o9jUЗN9H凚'=%!!5!#535#'673533#3##67#'67#'673530)EO%HNf+:H%MUDUL7 A3C-MDD C]T Q8DCqCC SCi`96',K&'5!.'#67'67 73#327#"'#67#'675#'67353iMx3P[g .#VV »00 AB!e<+,@K@PHO2@0A)KWh C,Р%AACDAAhaBmN5CBaCgb)D;DJ#3##"/326=!5#'675#'673533#67!5!535#53533#37&bbb&Pb\&lD#M4j8n< A3C2MppF0lN2_G4NpB[+C0/ fC i`96C8pCAkkA2QT1\-@U67#&'7#6!!#5!5!5#'67#'2767##5!&'767!5!53!#!#5#&'353!!iV@H 7B.7G7aPa+3=h=04HAK(v#8/,B}P9Y?'K}g0 B: PT$JL63&+#59AA]0''Pi<4=O(1@FF@L.ڞOW+ 3"??>' <@35#!#537#537#5!!!3!#'67#'673533#675!\LN#4UD"KP@OH1A0A(Kff!@||+c+|=iAAiA" SC gbF'C  !<!5!'6!!53%5!5!75!5!!#5!5!5#'67353!!vg]2 J!5!#5!35##!5!53!##'67#'673533#67!#"/26=I̱C69L G@K@POH1@0A(Kff6/CCH;0]`+CHHC RC dg'EBW(E-=$%67#!!5!5#535!53&'73673!3#33#327#"&''67&'#67#"/326='675#535'#'675#'673533#67673&?&3 o awE E JN.&F! : ,#@WnkQCA ;R3 ?5O,T+&FKIFGBR/?0@&IKK!) 8A o/6;/6n*22W??B;?A(43 $!A?;X2A"?7_PG--5?1:JC > P.=1 @MA5(!lwB`iF'C / < @C/+,<*89J5!53!!.''677&IP}Ѱ)11ӎ)2hB5LFFQ<@珏@F,0#W254''67&''67&'767#"'52>7!327>75#"'.5!#"/FUs{\;OJB!(D(J47DRM@A7SSi  &,683 O"%!K>8D  ;Y8?>dTH+*@&1@8":1??(TCBjEx>799EHE&,,e D :-3!!.''67!5!?&73#'675&PN% -f()j0 2VQ3RA:.KKCWeQ/7FW>AۄC>VF1OX0Y9$d^B)'*E/.r+07%3!5!#53#5!#3#254''67&''67&'767#"'5 ,FXpW =J DD!#D6+86BS@A7SSDDBBDDB>:^9@EcVN1,@'9>1"-06:)J?垇B+0 -?3'3#254''67&''67&'767#"'553#53#5!3#34#FXpW =J DD!#D6+86BS@A7SSf#rz{bgpWHE%1,>:^9@EcVN1,@'9>1"-06:)J?垇B.DHE%DED0%5;A254''67&''67&'767#"'73.''6567%'678KVdP :8?8$C-S0?:`SL/!@%/-R1?:`WL3!@&3?7"5+5>+?$?bD5Yx<B0+Q%7&''67'6= 7&=67&254''67&''67&'767#"'7@/3ALX=@59=4.:32:6C@PEB 9JXdP =5B6$B-R1?:`SK0@'-7###'>7#'6735#53533533#3?k\ kKiiii9JXdP =5B6$B-R1?:`SK0@'-3e7%CRRRR펙*3N%5#254''67&''67&'76767!#"/326!!+#'#"'79JXdP :8B6$B-R1?:`SL/!@'-:^9@EcTN4'@&7;7"+66>)N?䞇B=B8;%!5!#367!#55!254''67&''67&'767#"'7^K MM^9JXdP :8B6$B-R1?:`SL/!@'-:^9@EcTN4'@&7;7"+66>)N?䞇B;9AGM%'67&'767&%254''67&''67&'767#"'75!53!'67?&pdT9H1JO4G9]a8KVdP :8?8$C836:M="&-CAN-yG?E5pX6ZP^B?CR^VTbQ@AB>-S0?:`SL/!@%/-R1?:`SL/!@'--R1?:`SL/!@'--R1?:`SL/!@'--S0?:`SL/!@%/:^9@EcTN4'@&7;7"+66>)N?䞇B0 J35#5#;5#535#254''67&''67&'767!#!!!!5!5#535+#"'79JXdP :8B6$B-R1?:`SL/!@'-AA>xH@Yx<B7@Q^!.''>5!5#"'73254''67&''67&'767!53&''67'76'67&'ݡ$g**h 2#="&-CA!8KVdP :8?8$C-S0?:`SL/!@%/:^9@EcTN4'@&7;7"+66>)N?䞇B]^KU1?0˄!C3C`'0 /4;A!5%!5%!5!254''67&''67&'767#"'5!!#67%7&gggFXpW BFDD'D9/8:^9@EcTN4'@&7;7"+66>)N?䞇B?Z7-V=GY-R1?:`QN,">'-?<"626D-MDu*Bn>>}AD 057A  0Tl9Y8@20 9A!5!!5!#!!5%!5!254''67&''67&'767#"'75!#!}}KAA9JXdP :8B6$B-R1?:`SL/!@'--R1?:`SL/!@'-APB5 +BB>-R1?:`SK0@'->1.;2Q+$O ]N,IT$O'O>-R1?:`SL/!@'-Qk9fKFC\BB< 9f#3&'&5#35'35#254''67&''67&'767#"'7%#".'##5#'>53&'73&'73673327-9JXdP97?6"B,)60?@"&-CAaKI74.0#D+y(D&%E.(F ,5$ o0m?%J.?>-R1?:`]H3#@)3:9"/-2=*IBYx<B^o' +dQV:>"JCSSERKeO^MN0 :W5##3735#35254''67&''67&'767!!##"'7!67.'#67'67#5ZGU9JXdP =5B6$B-R1?:`SK0@'-AA0 P!5!#6735#!!!!5!5#535#'#"'73254''67&''67&'767!#3#3#\78C<K[{\ o5Ϲ&/7;1-CA!9JXdP =5B6$B-R1?:`SK0@'-Ke7E@MM2?tinn>-R1?:`SL/!@'-,6K6AllllAllll.>-R1?:`SL/!@'-<0#T######367!5!!!#"/3265254''67&''67&'7673353353!5#"'7afGfHeJ v  -D. D9JXdP :8B6$B-R1?:`SL/!@'-u*B0*[%53=#'67#5!7!5!3!!#3#.''67##"'73254''67&''67&'7676n ?E)`P V P#Ku L%D)H& /$-CA!9JXdP =5B6$BCfB6E;r |rxJ;2u*B>-R1?:`SK0@'-5#7#53&'73673#3#5!#3735254''67&''67&'767#"'7%5!aw $d4!X7P'A+liơ$"D*+."F"ҾIAIC[9JXdP :8B6$B-R1?:`SL/!@'-5#735!53&'73673#3!#3553533#&'6?&'7:E :@)8)8$?{A~E%U&EH}`MdT0|9Y81M_:.:72uWWӤp' Y>Z"6uv2A$[]YY?1,8:<51.?Y0yYzFFY<}w@<\alFS]0 '+/U5!5!;5#!5!##53!3##"/326=%!5%!5!254''67&''67&'767#"'7=KOFACH"G%Q_kk9JXdP 98<:B9(66F>"&-CA>LAz}BC3KK9K>-R1?:`OR0"@$3A7"4/=9*NDYx<B9M]!5!67#254''67&''67&'76767+5!.'#67'675#"'7!!5!5#53533#wUB29JXdP =5B6$BHZ 6)-CA)b(MDz@JM>-R1?:`SK0@'-)|-"?9A %T?Bs??K>DD>8-QUY%35#'#"'532>54''67&''67&'767!!575!3537&'3#&''##!6#55!5!}65/<;! CP_I 4138$C:)7(4F<khI.%.9$"J=1W+*^KCr y//HC'jR1-H-?9UTQ,@ 1@>"62==#A4KFC0Cd#R>F_F}%,+;3??@@//U_35#3#5##3673#35###35#5!#3#"%#"'532>54''67&''67&'767#326}}EI\K a9H@En+65/<;! CP_I 4138$C:)9>ݧtI'BBfT+äC'jR1-H-?9UTQ,@ 1@>"62==%XD^o2 _!5%!5!735254''67&''67&'7673533533#3#!!.''>7!5!5+35#5#"'7kkl9JXdP =5B6$B-R1?:`SK0@'-5UBa==aBV4>AWC-./Yx<B *9 04JP35#35!35'35##!%!5!3!#3&'73&'7365!&'67#53533#&'7QxxxxxxxL 3B 1J/?(W >& 0,l0|9Y81M_Md:.:72 LLLLL8Ld,KE==<}w@<\FF lFS] - (3v35#5#;5##35##35#.'#667+53#>7!254''67&''67&'767!!!#"/.''675##5'#"'7pp sppmyww=G9+ ],D0F6#299JXdP 8:A7#B?-!RC &(8s-.rqw?"&-CAohhhhh$#]]] ( U~ew<@eDH>-R1?:`RK,"@&-?=".<==%D B$ HA e18Yx<B >  ETZ`d3&'!&'!#3735!5!#!#5%254''67&''67&'767#"'73&'!#'67&%'65! ://n?=2=?|BY|NNq9JXdP :8B6$B-R1?:`SL/!@'--R1?:`SL4@'-do{67!!5#&''67&'7#"'532>54''67&''67&'767673!#3&'673&'673&'67367'>7367".5332>7&'7&'77&'7&'7@-`%(,70[6ZfJAQ3Z65/<;! CP_I 4138$C:)9"62==%XD(5.#,#62*3.#,80(5.#,6=8;-*= =;-*/w*E,*2$&3$L*2$&3$ 1 ety%35'35'35#35#5#'#"'532>54''67&''67&'76735335!#"/3267#'67##3+&'#+35#56!+67?&ӛDDDE:XC0:6% ?JUG *2+3$B0#7JO +1" P K;,aoA68ZI5J 4A"(= d2,GK`:-9j(X?+?EExEE3Epo[5iB !2P3-*B,>4R^Q($@3=A"(<;;%$YY2l_9(L>f12`7XRRJHNo'X;1._>e]Ys-=4A1l93?7>5@)&''6767&'767!5!53!!6767&'~UDdd4mU3//aVPdg{[H>D3% 3&1 D[Qv4&)YaCxxC|oQG-lC+128>DJ7&'!!#5!5!5'767&'767!5!53!!677&%&'767%'677&I _P_`$?\7"9*vPp>Q ,ZVCq~=Z-b7qU!Us/W@0@"tT%TepMAAI ? Mb-&>6?TT?QV 4Zlx 87AD1L=5@6D6.BE-G88>9>F!!!!!!5!!5!!7&Z41''2aI5RFEFFHEP6[O3YF!!!!!!5!!5!!Z4,,FDFF;D $:.%'67#535#5!#3#6'67#'6!&']&wwXnnC;+8Mz:JK /]\/`~BA+D )DFFD@j6缃2 0=E̗tBl"<#3#67'67#535#5!5!#"&5#'>7#5!#326LnTTQ +Daak&+ H$! ],s6Xb/f,1D A<,D DF2DD,IGR! DL8-qDDw# ;"//=!&''#3!#"/326=###5#67'67#535#5!73&'!5'6jgYNqdP8+MK Na^ Uddn,P?/~)J%:Vgg7U*E+p7# DA(D(EF?x?+'79&:;'1.E35#767!'>5353!'67#3&''67&#3#67'67#535#5! B7R[;m5/,M +>#Ekcqqg[mdd6 .Cccm&XcԺ;\ޠaaCLF 8:ArS+B-ab,B'XbD B?(C DF!8(,%!5!#367!#5#3#67'67#535#5!5!uK MM |uuB: J7ss}Eu9@FQ O=@DA;/D DF" 33##3!5!##"/326#3#67'67#535#5!HH1V:%Kg,%qdd\ 0Bddn,4DDqV)EE"A<,D 'EF, D#!#=#2>=# '67'67#535#5!#3#676#536533#"/GHm@F< y 04XXaQQQ$,@ XYI !!(M/?+?Ce1@-q+38:(D&DFFD=]F-dd-E! G   D3#3#3##"/3265#######5#67'67#535#5!#33!3#__^^__)D% _H^H_J0S< ;6ddlbV-A00%%%K+D3zzh( D6!E*DFF)iC"/!'-5#3#67'67#535#5!%'673&67$76$7Vudd^ Uddn0 %yRW55o5sE# DA(D(EFp>qkCmT2[`1g1i4o5#:$;##"/3265#'67'677&#3#67'67#53#5!CaA+ $2B[*F H2oBn2 EL5F3{nn(K ]nnx@DV)D+DfU% :7!5!5#'673533#GrYY<4 @/aak&yK%YO8^%o/"'5C\*J NDA<,DDFD?v\P6?@SDaL% 9'uuC"46!!5!5#53533#!!5!5#53533##3#67'67#535#5! OOqddF# lddn,AA@vv@AA@xx@EA<,D (EF#'*.8#3#67'67#535#5!3!53#53#5!#3#33'>5Ok^^6P 7?iis)yuu^vv/DWJRa=aEDC?*EDFDDQD DDDm>/\[.Y! "4835#!#5#3#67'67#535#5!37#537#5!!!3!5!VMNe[[@( /Addl CT}||+c+DB8!D *DF|=iAAiA#  "Q!5%!5%!5!#3#67'67#535#5!#"'.=#'67+!#327>7kkkmvppB: C=ss}@3J 9K   I kkggAA>x;>:B;,C DFFD;2:>V#3#67'67#535#5!7&''6767#5353!!67&3'>3%"#"&5332674Eg``8> 3?ddn">[O=@"1&P ()1J]`5WQJB <J E!EM5E EF#s'&%&CjkBYYBt[ GѲ743\65B! /q / ":Q5!#67&'##"/32>54''67&''67&''67#3#67'67#535#5!aZ #;64AM?_2["!%BK&(*_I!!ׂ e c!Mc ^f]]D2 Wddn!BBD[0nRȃ@v2&Rda!B"=@$_?fA9rR=Qr/.A3>LtECT.C"EF"A V^t5#?67!3:>7'%#3#676=353!!!"#".='67'67#535#5!3'>73267#"&=$q# U(#( 4jbbA6M''9 60,94/ q09B% (Gaak"HWj%WG ',FV)cr0/4 $Du6;5AD7"$)>f"EDE/C DF.<&{u$ 'v..8  E#'@%##33#3##3#>7'6765#535#5353'>7'67#535#5!MMȼDeSS ! ufJ\}5OSK] @.bbkD~DAD ; (9;AD_T:1kP95#D .DF',B#&'#'67#535#5!#3#67'67#5353!#&'#'67#5353Q`:A7%$K(N~ "BXXaQQQ# u/yKԊ6u1O2M765#"'.5ݙv8j>$a6\O O *X H <"%8=&$> q$a^$P( !g),1"!]L$%< [:D==D:N<^8B8yC1E<+'M#*Xd"" E*DFFD D64DE3JPE4JL)Ҥ;+ DDBssBD dW!  N35#5#35'5#;5#35##3#67!5+35#5#5!##3+!!#5!5'67#535#5!Ź{b[[@(I7X7IN㋏ /AddlHHHHXX;SSSXwD ' KZEEK@xx53#D *DF# 1H3#3#3##3535!!535767#5!&''67&#3#67'67#535#5!MMpA'/5 0*HCRSSKp$jGAUUU*-~ 25[[d zACaBBAMU;HcBB[F,B+VJ7;1IPDB:"D 0DF"' $N35#5##3#67'67#535#5!5#'#36!#"/326=#'67+#35#53533ڄɆdRPP6~ F"[[d5h~e95X8 O= FJgL~)\!YD D6$D /DFըk)W'D+,"LE7 8O#365335#%##5##5#53533533'67!53535333!.'%'67#535#5!#3#67`LIJJI"?ML<:!a'+y >1aak^WW(Rݻ[[[[CXXXX@LAPPAM@#VVEEFFE*FL/ )9MWa!&'75#75&'67#535#53#3#67'67#5!&'!5"/326=&'#!&'67&'6FII'??'??'Bp 1/SS\KKK"+y~w%ZJQD7 'B7#'67#NLMiLK񧧧1 B y~R;/ Sbbj\R jf =1D (33 [r3_ TYU,,dgg;dd;gh]! M3B8!D8DFF#/B'!+1~\t[.C3bRq8` #; "(.7=C%!5%!5%!5!'#3#67'67#535#5!'67&'7%3!#367%7&gggs{uuB: C=ss}E 2jB=EZh6lWKNΦb%d\m$jNNKK9GDA:0DDF1Km#yNnS-Xk44H3.>396?O5FN\IkD B5#D )DFȢw44w>}91/: ?-.%,=<)%,=192#=>[@[=}>0=U35'35#'#3#67'67#535#5!'673533#67&'767&'#!+'32654'67lWRRA{ 71[[d $nNn??$0;$ ,0'1;< MH';09DJ&1,n=,||XA:/7D9B49AX>_?(4>! "(J#3#67'67#535#5!%!' &'%&'!353#5!#335!5!5!5!673!!>`[[@( /Addl]T"B$ #C$KKeKK-G*hDB8!D *DF*A:AO:ZHL$GVRJhϣ55?k=kthf=k#4 "T35#7355##3#67'67#535#5!!!5!5#535#535+535#5#53533533##3+3#3#ZZZSS;/ Sbbkui*IllMMssIne66eeBDB7"D.DF??D9?;:0mCIIIICm0:;?9 @2j#3#67'67#535#5!5!53!&''67&'76'26367##3>7#3!53#!#"/326=#67&'7.'=_[[B" ;6ddl N;'306*:7HU'DDI:'HL6&I HH 5+VW "WH>9(?D D4#D&DFNAWWA2('/*#/ 2((0+'@OL! B"COG -5nc# !4 G67!!5%!5!'53&'#5!53!#3%#3#67!5+!#!!#5!5'67#535#5!$oww%UN ] b[[@(KNֆ /Addl:63/:BB7=i?+>?RR?54?D<9.9A~~10D DF#/a67#'#3#67'67#535#5!5!6=#535!53&'#53&'73533533673#3!3#!!.''>7bSSM @.bbkR>!6D\D6&@K{im*-rk!>K@IE B5#D 5EF= :;I>;6>88>7:>H>J;D<# *AEI35#35##5!!5!&'#5'67+5!#67#3#67'67#535#5!#35!9nnnnETq:S$tPw$nmK&2@769;RKKJ%S__h)ooqfffX%$;QyT;X~9-)1'5IDB6&DDFf>>  $8L`{35#&'7#&'#767&''67&767&''67&%767&''67&767&''67&%'67#5!#&'#!#!#!!#3!5!5!5!5!5!ͦ8%.S/*sE4./"21BM<3,/E4./"21BM<3,PB61/%21CK<3)3B61/%21CK<3)c`ӓn KJKaCu6 C:K%Kk#; +,'1+,'1+ ,'1+ ,'19#5<<(08 ^XXX67/ <<;768< #'>bt%#32667##!#"/326='35'35##3#67'67#535#5!3#3#3#3#"&535#33#53&'#53533#3=;p  2F'0 0-jWRRA{ 71[[d!+-*h-KMM {K}HB& %A8P)5jBCGMM>R'@VV@G2>  5H{35'35'35#35'35'35#67!#3#67'67#535#5!%!#&'7#'67+5367&'7#'67+!#.'!#&''67&''67BJO0SZZZ > 46]]e ^XA+$5HA.L@(FA-R$C.GT:)#e0Rkq$csOL%7;-11a111111a11114G!%'E D7#D ,EF&(42&*'3"5("<'C:, 3+)/095+.9&; z==7&)8 5#AAAAAA;nnnnn>>9?9 @?KjxO#KNBE%m8rH@  LU +//Egib8!S( 0%!67&'67#5!!!3267 #"&5;hCDHDDm U4k8A H %!]1q| E!gC6[CCV)# ?2=D$)"A<!<%+17`#536=#53673#3###'>#6&'7#3%7&'67#5!!!3276747"#"&=`dX(G"gPSSIa-18(&(#E#Q[^@=4A4&7]  A ?!D1|: F  "&*KQ#53'35##33#3%#6#!!!#37#3276765#"&5'>7#5!!37& @{{$5L30$yI1&&%% ?F:/Y>,)@&7#!#3&'736!#5##$yqssssssss)>,)@&GV ?F:/TH_$F$` gJK`VVXXXVqZZ6Sm{)89C1V  W;8&C.WA&K:4z,,&@%&'7#67675!#3'35767#767#5!53!#3#3#3#3!5'67!67767!!!3:>7#"&''>767#53'67'767&35#&ZcY(r uT__: % *#P8!9j8'7189Qcz 3!e>* E '#%Q.rND5'[ ?3@.'(IF r!2//// /3 "%?@@? //)/*.4-@V (, &5LE ;h 7  "$302@r}7+#D8 $+.2'!5!##5353!533##=!OOOOp@BBJ@B7<8<@D#5353!533#3!3267#".=#'>7#!!##57!5%!5%!5!ՔOO67!!!67353!!3#!!5!5#535#''653&'#5!53!#ha0FOAk1;4?;NhPl!:E)VAqIKg*KK?p=CC=pW>%p;?@A``AC<'(,0R35#35##!#!#"/32>7#'67#5!6?35'35##3#67'675#535#'673533ۙK 05;nPBA.;M]]]'JJ_||AC3C7K]Vx~_$)/A_gd:U?/~~6xA B=*BAjR::#' .T#3735'5#;5#3!535#535#'673533#3#767+35#5!#3#5#3!! ''67&``E_`__ֶᥥcB7F TMF7 +\GE` Eџə0_1[-7cccc:]]]gBB@RD 3/A@.C.6BrN??NN@i@0+Cf=.8)74# +#!7!5%5#)5!%!#"/326=!#!'>5KHk(Txs*K_@<0a@=A#V)A*"2Sƨ0C 7!!=!!5%!5!%3!!#"/326=!#5!#!5!5!533&'7*gXg'Uxs*NMQnN%:4RTxx::xAZV%?*jZASS!,-qw 3%!5!%!5!!5!%!!767!5!!#"/326=!#5!#3&l.E{fE'Uxs*KM?҉:{‰{/$H@6AA/QV%?*n$_ %!)!!!!%!#5!#!!!L!$*NrNC""K  C@@g9!5!5!%53!#5!#5!)5!LgOOgd?C,@@qw !5)!=!!7!5%!#5!#!#LIOLO"ﮮB?8?qw1%#5!#!53!#5%!5)!=!!7!5LO]L]OL?c||?AﮮN  2#3735%5#!35#2>7!'$7!5!67+!!!#"/L<'$T!Le Ms (/'I ~~~~6xxx-`gc?W?&'_*#`zR'AN  )%35+35#3735%!!##"/3265##5!#`~~F~pm'V {,JMBGEW'D+I9MC (35#35!35'35##35!5!!3!3#5!#FubuKKhKǚ:cjBBj&y66l|4 #)!5!#!#5%5!)5!5!5!'&'7&'7'67MMcH<=EE;H9=FDFkIHJ25F5A>{ambbq$ 1 +35##335#5#!#!26367&'7&''53533llllHlllllM c>O>]*-KL3Mӳ7P)>?B> o'PC%B||B?/ 57!##3#3#3'3#'>7#535#53533#3#.'?6H<<<<<<<&N }k&T"*W@A>7pEDDEl:>,Z\<5 83#3#3'3#6!7'67&''!#5!67!#&' FFFFFFF@k4"h^%+*%HY\6J |AN&TnA ,' eA?e`E@ 5ID̤XL>N^h$ 25##3735#353&'#3'>='67+!#&'L5EFp@D?|]hNӈy^Zvv:~v~~F,>8-%B#gjC4EA_V_AE1:< 2#!%5##3735#3567!%!#.'#67'67#NjLXH*pl6K`e">n VUx``:c`cc[9FFA$J>L*?*{#@>A  ! 5##33#3657'675!#5!#5&''6=3F$C';@"0KJ/>V5t3VaK`N!!Ax!7Ǔ n66P~h9R oh.D' "67!!#3#3#3'3#%&''67###535#5333#DJHCCCCCCCo;+D16B?$F%,PPC@((A7#'&''>76767&'767#J@MM $ 0DA$ ^M+   T\1?K;l}ygggg;ddd,U,+l[&Cipq5:#&D+@)2B*%Onn_ ?/ !'-57!##3#3#3'3#%'673&67$76$7?6H<<<<<<<g%iI{x|55 o5sC@((A6k>glCmQ2V`1f1i4o5:; @#!#5%#3735'35#'67##37&''7>7&'767!5!53!#%&LLLycb8F ?[T="G9 -W3P.b0&,z,TTTT8S`gK<,SV&]e'%Ah45#5%?TT?/t_ 4 : /7%67#'5##335#5#!#!63&''53533$5]8llllHlllllMw4H!BB^2YCa$Pl/۴-E>?B> 0=Eɒu@jo+B||BaE"*!5!!5!#!67!!5!!5!!5%!5!#!#5OOSvN&NPVZ`)6 5!bgggg6b+\+ * 59=A#3!35#35!5%!5!#3#3!!!#5!5!5!535#535+!'!!=!35˯R\ ymPmy LL]]ddFF4F]?d;Q@~~@Q;d?]1~FzFFdd<; <B7!!#3#3#3'3##3##"/326=!5!5!535#53533#3&'7<YHFFFFFFF>^^^&Pb\&h߿O5QS3\C@((ApB[+C0BpCAkkAG1_F2N A5 $(G3#3#3'3#&''6767#&'!5!#!#5!67!.'#5FFFFFFF?5/&#P9 9bNQs)M<35n@o%&@{WF7E5D4 &67!!#3#3#3'3#3!535#53533#3!535#53533#DJHCCCCCCCLNNC@((AAA@vv@AA@xx@)# D%5#!35#35#3&'35# %3673!&'#5!#'67!53&'735#**vMv*f=n8#F1~:)MM):~)!C*.u]]]abGMMGaa-? ROCLAgTC,,[CTgAH.;R (E'+048<@D35#5!3#!!!!!5!5!5!5!5!5!5!5!5!5335#5!%#3735'35+35!8jj\\>^>PM|LLZ10b:`.1.77.1.00:-5H}--Xe0000.00<<9% FL3#3#3'3#!&'##"/3265#535#5'67'##5!673&'#7&888::::|LXPMj@*GA! 8Y0>8j/G,tMv4-1:[D=C((AwIa_AV(D+A&&=fs$@ciE##,"$< 37;5##3735#35#535+!#3#3!&'7#'67!537!5!!5LKN)6a!xNq__9b_bbq,, 5 -D[r7!##3#3#3'3#767#5!&''67&?67#5!&''67&767#5!&''67&?67#5!&''67&56H:::::::+<- '(25L&F/7&27#"&''#!#!67&'!5!&3767677&'7&'3!6714(:NooDoooo~=+> J&Y4(22;5: ) $I39Wn?$ @[ t#/E4=2T/%CF JJ \M z 1?dp *>fFD^ mL%$,  $)-15Pc35#35%35#35##5!35#35%35#35##5!5!5!5!#3#"/32>7#6735#5!#67'675#5353LܘLSS{  %;VL"  c9%Go$77BD0]//-0/b4a55-45gAA@@tAAL,O^E 7wuB4G 89V433 9@ *3?Gf7!##3#3#3'3#35#3!535#53533'67!5!!535#5!##5##&'726=#535!5!#3##"/9'F9999999MZZS.>ZaDZFP(773)#'Z722.7C@((AVlO1441:77:!'%885W771331 -E@$9C !V81::18m6"/5  !%).26:>GKOS[#5!%5##3735#35#5!'5##3735#35#5!'5##3735#35!3!535!5!!5!!5!#5!#NyLIcccc=cccDcccc=ccc!O..fbL6LF{))%*O)N**{))%*O)N**V{))%*O)N**<N.A)f6QipDDmY)EXDDlc%1=A5#'7367367!5!353!!3+&'#'67+35!3#6?5#\̫ 'D)*VMHabMa]F$%UUILh@C 7.A-YYAXϋbC^fCj1X7367367!5!353!!67&3'>37#"&533260%$+fG>WN<qL D9*UP"-v.JYZ7SMIA <J hl=7 #q',!& (E_6D  7.A#YYBfh Cϱ644\EDD/q 0.=p7535#'67.53673:>7+!#3#&''676#53&'767!5!3'67#3#;#"&'3MA=#%MO()H7570 HI0N-hD(!MH%?[>4<8S6Ij(>m4Z54/"An8("Tje6<9A  .,,%@nAFR6W/N^=A75!53!!'>7'676=&@*-dO\?>L>13 :?ZA*1q&@PVVFQ65kR#E$-=!3267#"&=767!5!&''67&!!'>7'676=&'75!53VQ)L<b*+C)()G%;R~wB`Hzuxs\7=I:/1 1FUA8<<0&iO8Ff<LF.K+(* &'TABb??zM4"?'EB*?!4C]CR65kQE",=ObT'F=VAL35#7!!!'67#3&''67&'767!'>=!5!'>7'676=&'75!53\,@'Cmlyugb?E5a`:f5=86-=I:/1 1FUA8<<0&iOCR7'676=&'75!53CE8K{}Y'KLS-dh,4E$!\3=I6/1 1FUA8<<0&iOXB hD$CI$R_9f3zE348>D" @AR65kQE",=ObT'F=QA<'673&''$7&'$'$!!'>7'676=&'75!53[!];=._u UR\7=I:/1 1FUA8<<0&iO\j?D=[^:G)h%C#].>z%C%9;#C#CR65kQE",=ObT'F=VA I67!7&7&!!!&''67&''67#'>7'676=&'75!53edBF4 \[rKtrÇkQC43,~K=I:/1 1FUA8<<0&iO>YQA+I=DD LAIC$>kP95B7!!'>7'676=&'75!532=:f5H ;s)-z5\7=I:/1 1FUA8<<0&iOC`D-z&!AC[0@*WV*@2YCR65kQE",=ObT'F=VA -K#>#!!#"/326=&''#!=!5%!!'>7'676=&'75!534RY& }!>fV! %Zy9{%K @\7=I:/1 1FUA8<<0&iO1~/ElAAPB"C "D#oJqJ0AACR65kQE",=ObT'F=VA1%!!5333!5!!3#!!'>7'676=&'75!53'(vM:\7=I:/1 1FUA8<<0&iO BBuBBCCR65kQE",=ObT'F=VA\35#35#!!!!!!!#"/3267#.''>7#'6735!5!5!5!5!'>7'676=&'75!53Ⱥ\3-#,*- p+.w I'+7'676=&'75!53NI$ʾ+#F3(.,G .I\3=I6/1 1FUA8<<0&iOBB}>z?R5NOGYAK?z>AR65kQE",=ObT'F=QAI&'7!!3#!#3##"/326=!5!5!5!5!5!5!'>7'676=&'75!53Oj-`Y#\3}}}#M$k_#% 5=I6/1 1FUA8<<0&iOFD77'676=&'75!53dd=WH 81Q]Vp .j g$\5*q$A=CAQ65kQE",=ObT'F=QA :%#5!%!5!'5!53&'73673!!'>7'676=&'75!53L;]7)I,#7I0\7=I:/1 1FUA8<<0&iO>AABNTX`VaRRB CR65kQE",=ObT'F=VA !-K5!67&767&767&!!5!5!5!!!'>7'676=&'75!53/{qY>dCR65kQE",=ObT'F=VA 4R67!#3735%5#!35#26=##5##3&'7#5!3#"/!!'>7'676=&'75!53aWT=.IȬIK<+&W>u@TG\5>-9MG ?AQ65kQE",=ObT'F=QA .L#&'#'67#535'6733#"/326!!'>7'676=&'75!53gOI6'FK<`*|;z*O?NH}I!9!aP! \3=I6/1 1FUA8<<0&iOA|~-L~Fr>A?)> 'SC&AAR65kQE",=ObT'F=QA R#3735%5#!35#67!!!!!!&''67&'7#5!5+!5!'>7'676=&'75!53@M-PjKz\NkwoI@-F7#53=#''>7'676=&'75!53_49D mx|VC,KJ78@<~4Kc 9(8;I:/1 1FSB8<<0&iO/Ce" AD qEb22M'ehM6/`DKFP64kQE!-R:bT'F=VVA M#36735%5#!35#'!!!!!533##5!53'67+367!'>7'676=&'75!53J©L 3\ME7#'>7#''>7'676=&'75!53K0ii\5s[7 0?/M?(9'R-F)t1Q)D0zPO#L9/1 1FUA8<<0&iOl6604@h<`<<?[pM./'C?'0 d4E(,oU65kQE",=ObT'F=QA Ec3#5!#35#35%5##3!#"/32>7#'&''67'6767&'767#5!!'>7'676=&'75!53EKM@MKY&+(:*( kN<,y $j} 9F>8&L ]\3=I6/1 1FUA8<<0&iO%%hKMM6KK6Mq'=WZ]+0 36#?)>/*cVOAR65kQE",=ObT'F=QA Oagm&'#!5!!5!!!67&'##"/326=#5''>7'676=&'75!535!67!67&'76767%7&>& -:8BB:%.30<49ET6;"DfA+% 65=A6/1 1FUA8<<0&mNJH<36?-/$wH?O}2af4_CDK<~EzHHA <=..9#?27(D)Ă8A n(6H65kQE",=ObT'F=KK<'*$=:+,6,/78U#b=08\0W A 6;?Fd35#35%5##3'6=!3265#;#"/#"/326='35'35#7##;7!!'>7'676=&'75!53gY/;E0B G6(L K<=HE\3=I6/1 1FUA8<<0&iO@s@@3@@3@I0/Fz (7!K%%;#a10-[GfAR65kQE",=ObT'F=QA *H#5!%!5!#3%#3#5!#5335+5!35!+35!!'>7'676=&'75!53K_VJn(K"KKH778B\3=I6/1 1FUA8<<0&iO4V^^^d00ƿƿHAR65kQE",=ObT'F=Q A "KQk#6&'35#35#53"/32653#&'!5''>7'676=&'75!5367%#"'.=3327>'&'7#"/326=##!&'7|7XS=d)IY'K:(KMf_9}@X=I6/1 1FUA8<<0&mNWE(>'JE%I)FA-=L .(%0+,EU" V: K. PN<1G=Gd,2/-/sYA/IA31;"!!:R65kQE",=ObT'F=KKNdjU c/&HgV/2?7%9m` 5 c_"cA +?]67#%35#35#%3##5#535#53&'#53533#3#5##5'6=!#!!'>7'676=&'75!53%KT)K#W|FB"6V\3=I6/1 1FUA8<<0&iOfY[U_FOxCCxBcQAEEASaB*57=/ 2AR65kQE",=ObT'F=QA;q%#!#&'7#'67'35'35'35#'#&'#'67#535'67#3#3#3!535#535#535!'>7'676=&'75!53xJoR?"MidDw[ApQG(-@H(E ]&_i/1 4/ P#=I6/1 1FUA8<<0&mN0K%/99-'#A):"1c..[....AJ&xi|c@Aw< '> "A)7*0)66)0*7)ݷR65kQE",=ObT'F=KK%#767!5!6767.''67&c4XFK3r%2?2:>B!3J7;9OIW!GGމ!~_G 1NEQ]AREFO%_H(/PV%YU:0@L~~K@CXF%A!&%5!6767&'#!!&''67!5!65#5'67&'767Tޛ_r"6=2;3I&/E7:9FDT NIP*oRtIN s[[93HRO5ttAG?>G%II%$EM%OF.)B&2$I?CQJ$2&B9BQ/2;JDS% Y&'35#'#5'67&'767!5!6767&'#!!3:>7#"&=#'>7#5365TTNhLJ s[[93HRO5r"6=2;3I&/E7:9FDT QGv :  K414b2htttɈXh$4$B9BQ/2;JDSAG?>G%II%$EM%OF.)B(0$C *#+766.j"CbNC% A%!5!67!!&5!&'#5!#!5!6767&'!5'67&'767 01*$a@o^oKhJ"(r"6=2;3I&/E7:9FDT~ntn~s[[93HRO5z7E6FhaaeBC9F6BAG?>G%II%$EM%OF.)B>Z..Z>B9BQ/2;JDSxpB7!!#!67!#5!!\N% ON\9@ID AA@{F7!5%!5!'5!!!#5!#!6744̔\x gNN?DDET66uBWH9.435'35#"/326!'!#367367!7&R|w9=MKn"Jj-JY@TAV F N^fMKA B?̕ ;6`5 #!$G7!5!#!67!#=!'6733#672>765#"'.5367O  O UOVOwX H <"%8=O *g,%, +I,=kk4A CaA 4]121)8{!@>Z:H6635'35#767!'67##367365!!!&''67&}F+KY.6 HbKsJI5rV#_j b[MAjs5? M5M D4#BAȊ`<@=hh=A:c|C;#)=35'367'##;635#5!53!&'7'67&'767&'QKqoE?F"HH $N+Zm5sV^X6I2HM2G8ZZhng AAb|#m)VBq;BwwBxl0pw'?AOdUUbM@AA[\4E"&*.!5!!5!!!#5!5!+!67!5!5!75!5!66CrPhOOb@@<<VRW@@2X)6 5!x66x66x66x66H6 267#367335'35##!#53!5!5#'673533#5!H^KwەhKMo  DG EyMo MBJ AAb2A6w6CCU? +5nnAC7  $H3673##35#353#5!#53535!"#"&5#'>7#5!#326JtHHMmKPZ;F Z.Pr'{`,/4BJ I9rVґgAA*,9# 5)8=/CC .H6 )-;7#367335'35#!5!67#3!5335335!53&'#5!#3H^KwەfUKKM'=<; MBJ AAb2Apk=X:[ ÄAABMHQDB%6.!!767!'>5!53!'67!!&''67&EHuyNm9/+aNm'=<.  UޖzvZcּ=\ڢaaCOC+34ArT-@1bc0@-Sa G o332>7!3535#'67&'767#'>=3533'67#367!#"/#:>7#".5'&'L hh gFP+A#A3=AMC]V'K A""1N +F,  L 83.<:=1E6L P;O?0#7A#*B.]Z"wP]~0cٵaaCc39E 01=@ :,05㞞5#'67#5'67!&i8MɄBFeE19:3eI>"!,ċOMftF7NTBB7qgBrn%AWYt#D;2+BW@:<5 H!67!5!3!5!5#!5#;5#767!'>7#5!3#"/32>7#&''67&R(_5Zϋ-8C6$9/hm 59 5-&-A;3/,JYzT(j\4hAA)0!--<_:;ęAKL-?Z_ V9++/%6;&>2%4 3&'##!#;#'67!5!&'7367!!&'3!535f<MXPUHIAjK!(FF(5/ 875!3!5!5#!5#;5#7&'7!67!#&''6767!5!5!5!53!!_5Zϋm&.50;wZ?(|2oA3JPJAA(*'KH Aok+%+$CKLAnACCA53 #)/@7!3!5!5#!5#;5#!'67!'6%&'7677>=3.'i8MɄ5H>w7M 3Z9BN^'`N^,]Mk+-hBBP:)c !B_G02 5/>05AQ9QF!R%%["DyNFp$P Y%5#!5#;5#73!673273!53!&''67&'!!#"/32>45#'6=!&533&jZϋTZM1VC;Ld;&!>P__g:6NZ%]L?  nZW7GK\W8#)AqZFg"wP'<AA)O4%:&4vEKRI A  *-,ט?20 5  !%B35'35#!5'35#!3!5!5#!5#;5#75!'67##!6=!#"/326K_5Zϋ'p5KLZ: lX vv9p !*U9P7AA6eB5<pP|G ? 5, !%)-8<35#35#5#;!#!#3#5!3!5!5#!5#;5#'67!!5!zzzzKss_5ZϋW@\-G $,`JJMM<2=J7AA5%{ 1*CNCC $B BZqw5!3!5!5#!5#;5#75#'>7'7=36737#"/326=#'6=!3267#"&=767!5!&''67&7&_5Zϋ8<=&&A""AEx M++8C=KBZ:P  ?"N;"98PE/3LRSre[dQH6&26)??zWq/!*]I?! @9Al2)/i+ 3V#v&8*)<<!+ $(C%9 A !%48Z%#5!%#3735'35#5!3!535#!5#;5#%3267'67!#3%#"&='75#'>=!53!!!HNF-7щỦ'vlK60!HxNά?07<0'MNV_1111(06??nnnnn5 *('0Q2 58Ǫd>_ֱҒ.:*<'!a 7!5%!5%!5!'!#5!#>>>NNNߵAB66A9 *!#5!#!5!!5!!5!327#"&=#5!53!fPPPK@ZdP++NMMMBA+ A !ZACNNF= (!5%!5!%5!67!!!!#3675!!!#ussO^%%LsNXX9UA)+*'A(&&([[A6' )%!5%!5%!5!%#5!#3533#&'#'67#222MKlKwkME8%AK7a+3ߵAB66RE*P﬈C%#%)-1#!6367!'6 %!!!#5!#!5!!5!!5< q:`Z{ \ CP*NN**Q#5l:DA$DA500QQQQ/ /5;!5!"!5!!5367!#5!#'$7#"/326567%&'7PpP0}PO]N"nf% Y|BDJ)Sv=m]&RRRRɣV8A4dL++D6YE1Z`~iwq)eA'  &,43##35#35#35%2653#"/'677&6$7IIrrrrrO L9\>""RER!JEL+F4 =?D!@ޠ1+FT+Eո "A2 G35#35#35%3267"#".5'67##;$5##353!#5#rrrrr>(  =½ L P>NUpdBAvBBh>0<#">-? +<0>'0,,gaPCx/ (#!%!5%!5%!5!#&'7##5#'67#3OMWEEE`t,v }P+p(lL[[WW8TA[a5af*)lV7Pd;I1+/35'35##&'#'##!67#535#53533#5#wwww"P.OLW/K TLVwإ?BBq-@18BCC;' >C!5%!5%!5!!3!!&'7#'6".=3$%3276767!!#UHHHNͽy#sN NKG ,% KiC[SM"66e77.6j>9<=B;5.I3?,.@&=&   =(21 .!5%!5%!5!#!5!5!53!!!5!!&'7#'67N/|Px3}" xqWAAs??3>7AEEA7iuAA>H>LC5-W9B4GH  835#35##!!5!&'##3'67!#3#27#"&'#67Ih υ** H2 D 4,9ni_1p?;/Q6O K!B 5RCmĹ'K "J35'35#35##'7##!6!%!5!3262>7"#".5367V-4FIB>u _'  H 8/.565I"ӧ?Sj-?7 .?/!6(8;C!   733#6:>7#".53675!OP6I> K_"& & F564TGLb~;:s,D,.A%$A. PsB) &!'241 Y*F=L*k ;;>@ =35#35#35%&''##;6767&'767#5353!!6767&'xxxxx8\:G II!DX6mu7) F3NNR=3e`C(/ᤤ :, >@)fF10 [SCxxChKF"[W'/ IM3&'#&'!!5!!5!/67#5!67#5'67367!&'7&'#!#&'#5!#5!'56 1!|^'"6B>rHC! L  0+@mUA(6 ( a{10PO;43,,")BBD2U>,;5<2&Uj-&EDF?0# Zo7769.>T3D},," BBH9 !<@35#35##!&''676767&'3##5!5!5#'673533##3IZK;"8=8I-;t0NB'@O(F N1p?;o~,4DfjfD#BB@;$y&7||A~7" ",S35#35#357##;73'>746=&'6#"&5367'&'3:>7rrrrrNbII.M:Kk.l]25Nd,&%Y2KSC>NX.c+Zb/ ޠ<0@JhezD<6U\lh1+44 'G^y ]fNL9C=% ,*.M  435#35##!!5%!5!5#%!#67.'#67'67K"GGٍ/TF0NSFf'q'gWv$F6uG; CxDWGAT-^@T5<6֍B5C ;7;%!5!!5!#'67#5!5!5!5!53&'73673!!!!!!#55!B66O+3.:'#*>=;?<'7,#>>7< HL35#35#%35'35##367#'6735!53&'73673!!#"/32>7##/5# iiiiH` I'IJ $,'_A+ Ml$"i}Tg?C88n( A/75C;= >-}- D ,TQl35'35#3!535#535#'7##!>5!#3#3!535#53533#5#wwwwa.3;:I!=կݹOwڢ@??>]j6$G1>R*A]>AA=kk=N< H35'35#5#;5#5##35#5# 7!#3#3!!!5!5!535###335#5!5#eeeé̀́e3 iPggP"i'G[H[G gإ?х5Dg>A>yAAy>@1>a >28S7!5!!5!#!#567#5!#"/326=#53533#3'67%5!#&''&'767&'7OP\.&d[>.P,P:K,v9iNqb_z()5:2)\GL+9??x,7,UE\]>>M|+Ac/Nإ?R@1v-IC3v!!5!5#53533#vvvvK Jv@A 2IN  {!Nݠ?a@"Apg-)==.{?k?UU?k?kAA>ss>?A C735'35'35#'3##3#!5#535#5!#3267"#"&5#'6#67ooooooHHv*:H )$!S(g2xe"V㤤?BFn>>}AD 057A  0Tl9Y8@2<6 P35'35#35'35#5#7535!5!5#535#5353!!33##3#;#"&''67##367nnnn!MnO<L;O>L;b@q C:IT?%@1s B7E<J B5#!5#;5#67!!53&'#5!5!5!5!#5!67!!!!!#3!!!#5!5!R:1#Tz WM<M W$,zhPhe^^^^^<<9?==>:=F<9- '9.`.>PL6LzNVYgR}'!&k*6:@0./f(??XuuX?(}}-783F99;F5KB)"T// D' !%)/QVZ!5%!5%!5!#3!!&'7#'635'35##3".=3673267"!!#5#D(Kv#vvliiiiJMAP?M #GB;I %!JCKi"66e77.6j>3B=F93N1?+å?P>1 :="=%2 (m C  .5;35'35##35!!5%!5!5#%!!5!5+#5!##67%7&ppppH,I><=#53#>=#537#!#"/326=&''#5&''#!5#5#5353!533#5#/aiiiiH="(.i ="(.i< 2*<: (!+G).J VVM/MXX}iFFҥ?R@1O? `39(? `397BK'C%B#OP"&($MK&&37ALLLLAQ< k7!5%!5%!5!%67#7!#5!#75###67'#3&'73533'67367!#&''67&''#"/326=&000;1PP6%}Fz$8./DR(->+-3\KX2:@ 5UE&D1I?f#vCBf Z;4!,6+3D77h6637;l SZ,,?@MN =LFR%)-.L2@2@ FG$tt@AA8::t."17v :<D Y_35'35#&'!5!!55#5!67!#67&'##"/326=#5'67'##367&'7677&jjjjaD#(@(jK -3&=0(;d>+ 0/oE,U#IM?,F7"D-(l[)]إ?YTXUORRcA.% #&A?=77!C>K3H)$ەAB !+39P.e=<@10G3H)"L?=7EX6Y A5  &X67#735'35'35#35'35#675#3#3673#&''67&''67##5'>7#535#5!#9) {- pZZZZZZ'~~~~*T~0C "E,P"R-4S2`50. Hi $-{H*訨?jj:AA:>68???q====@?*?76=@185?X 71 (,048I35'35##35#!35##!#&'7#'67'!5%!5%!5!5##!!5!5+5353iiiiH/N,Z!k_YSrrri* vIOإ?R@1mAAAn7:9D7/'K4;.=l22d2232ʦ&::&;;7' |35'35##3&'!675#%767!'67.=33267.'75!&'7#67'67#53&'#' 73#&'+!&''67&iiiiHBH& I`1i^80GQ8KY#ZEHZ 1 : :<%=F:?46p.J +:9g':":# 7?en x@Ԩ@H@;X>#C>; 7/骪U,3,/7#!!53#5!#55#5!5!5!iiii..G& GBHl;I-# %)H %!%O&- vU?V[MMMilE)إ?m$Ǜ 9 "@1|Xr <";=  ' T8V9 6$ "@s'')O2200S00 74  $(LP!&'35'35##3'673&'!5#3%#3'67+!#67+!#&''&''5#G996iiiiH UXQZuu)vv,~'HbE:^Dc[M0BP*?(55:4i>>>襥?R@1HffH8E21Ke9f$'J`j1Je2WF[C21[BZU<@ )-ei35#35'35##35!#535#53533533#3%5!'67&''67&''67#5!#67.'##"/32654'%5#&^iiiiH1EI~JIys jc SxSm">70?FAZ&_5@$4%N2+yi@륥?R@1yy@)G0gC7I7v4.,Z/WMIAK7<>L=GK5:B03ߗ rz0/*B]s^T0/AM81d$?AGA}PO}A!sH3? /%3#%#5##53=#'67!#3#&''>7j;KIR *?G&D #eR>CN nF-Xn CeD??+EfQ +2CE*t|a.=={#1@D#3#"/3267#'6735#553=#'673#3#&''673 '_)1 K v1!@:C qz}PT6A@3s4OUKaw_,E D2BpEjOj3?4!5!!!#!!!%53=#'673#3#&''>7#,eOow;'AD"Eu}R@5*H9/Na E2aDœEdS CCE0}n2Jtb;=|2?+/5?#!%!5!53=#'673#3#&''>75!7&5!673K.(;*AF!D _nqSA5A29.Na ;F2G3= H:16>E_X 4)CE,~q2qPd;=|IBB7sjgByzxB#+Ae%67#'53675'67#5!5#' 7!#&'#!#&''67&''67%5346=#'673#3#&''67L,"O/V#Obz fz T_? h[,Reo"ftJJ 583S%B6DRX]I15 ;/_3{w:Q*)g@1. hhQ=EV>\?-= c>UF=Lp@bG-B?S-ZA@ (!?0A '>Z2= ,ol-5< nU)B*!%!!5!!!#5!#'>7`;b,!I N;OVr()+.TDD}66{hHAY!73#5!#33#5!#3!5##'6b%I"(u!N65BBmRDDbD8IwD1U'#)/773#5!#3##'6%3#"/3265'677&6$7qqV%H(u!M:]E `!LEI!?G@,G.>DHb,5BBmP]z<2UdFT+E+Oʫ   .@73#'6733#67"&536732675!#3##'6dd =3LLR ?\-MKM1ed,1C!:%F$!u!V<%BE(BP%8Gu4P CDMQ&( BBnAQwD'U#56=#5!#3###'>7#5;#3#5!#3##'6"ikuuL CD7:: oO^%H"(u!0rkBBBFH:>B kqq65BBmFSD1U '&2D73#%#"&=#'>7#5353332633###535!#3##'6< <n (S\M PLr%I"'u!-W069 :k>*MAkk-WCCBBm%CB2U !)73#!5!5%!5!5!#3##'6!53!3•]c$H!*u!&_HX6ABBiFSA4UB# A&'3#5!#367 73#327#"'!5!&#67##'6KejjC'(B] ,+ A?1i#^XH$"t!Iv Y@8BBsDAAJBlN4C]?!B?CSC)T"'6J%!5'73>733#6:>7#".53675!!!#5!#5'676I> K_"& & F564TGLv*NMHKcuA%$A. PsB) &!'241 Y*F=L*k ??.***3!DM}1)%!!3#%3!!3#5!#5!#3##'6\N MM}^%H"(u!+'6 D@@,BBmFSD1UGAS73#3:>7#".5!5#5!32>7!'67!#"/5!#3##'6kk:)zC5CM '"JD<04< #  *6;S'K"#1NhK%G$"u!DNB?3@5;A &&AQP/ +6=<BBn/SC)T1E35#3#5!#3653533'67#3&''67&'767!'67##'6四llO%2M+>#Cj]lldY;B5P]7z8 H(u!65BBmaaCLF 8:AuQ*B+_^,B%VdYhּ1Sz<2UA73#%'67##'6#5!#3>5!!!!3#"/32>7#'>5mm>?E3 H(u!sM%$9 !+%*bJ. GI9U=U9`m< Pz<2UBBmxP'BrAU&c C 'U3fA973#7&''67667&5!#363533!'67##'6llIEG@G ٻ,B=K6Cg- O%;N1`BH(u!X6`@2 D8 BBmGxxD#-Sz<2U4#573#%3!535#53533#3!5!5#53533#5!#3##'6kk NNoO%H(u!X6MAA@vv@AA@xx@BBmFSz<2U( -?!5%!5!3#&'%'67"/326=!#3335!#3##'6jjkk07@34/)=C;*<nU! LK @%H(u!3tt>h6Tri]`kj_C,HcU% BBmFSz<2U;S73#37#"&533265!353!!67&'7&''26767#5#3653'67##'6llJA <J FP$.~*)>[O< 2 ,+%RIXZ7)H(u!X6.\EDD/q 0B#YYBig =3#s'&%&C\y#mNhܱ64%Sz<2U "EJ73#%35#35#367#5!#3##'67!#3#5#&''67&'767+35#5#ii曛X:#H(u!5I/ סR@F)@&9$Hќa2L]]]-6BBjJ\z<2UB?NN@fDU D eI%C"5;H%B25IrN|c4/  !G73#!5%!5%!5!5!#3##'6"#"&=#'>7+!#32>74W333 j%H"(u!J$Q%E%`c Kˇ &MAkkdd&uV,"<@-39=73#&'5!#3>73&'#5!###'667%7&5!kkjUWcXS%Q{>Fx/KJ &H%#v!|N;O70yc0bFHB[qvVwBBm:yStK" 55vSE*VZh+j,   )V3735'35#35'35#5!#3##'6%!#"/326=#'#"/326=#'>5!>5S;?t Eb 5$?C  0? 9%>C  1A! XN]>A]>ABBf%IA*WI)V(D+zD+} Yͯh);Rǣ"< E!5%!5%!5!&'#!5%'67#53#5353!533#3#&'!!#5!#5'67#)jjj|&"*Ec랔OO]gL(P5NER]D@@s@@3@^!"RR?=/K<&>KKKK>VG#C/WQ& 6}'D$"t!%C;<G3'C HX@\L @%C-&)BBU)ABBs5SC)T A _67#%35!!53!##"/326=#267".535!#5#3673'67&''##'6 )e3OP'29.|F*)R,*Ka h*C ,U52 Ab dl<5-UN1B)eeFA ", + =B< df 4>F8C7,0'%SA*W< #'967!#!#5%3#53&'#53533#35!5!#3##'6( XMNskkȈ"CPG$7@%H(u!_k^l +|+}6BgcAbbArXBBBmFSz<2U IR73#%!5%!5!3&2>7#3!#5'##'6#5!#367#!!!#"/%3'67#hh:\\(=1] A@#)FF$!u!sG%W5F/+4XD2!g($X:QQ;N4)3''(A(>?SwD'UBBnYrV"+<D-Fd2"F*A%!5#3673%!5%!5!5!!!#5!#5'6?'675#535#5!#3#67G M  v*NMDOcv8j> S.( 0SS9Ns@@.***0#CM}$%> `;N??N;S   $*<!5%!5!3#5!!3!#3675!67%7&5!#3##'6ccss6 PKY-Z>'i*iB%H$!u!ZZ:W)2;AA8"5%]]7J5O9:>K7GBBmJTtD'U< Z%>7#7!5%!5%!5!3#5!#33#5353!533#3#3267#"&=#'!!####'680k+hh0v%ZBBMLRR\ #'?  K)5AB*"K1F$!u!gJ?MMMM7N:1BBnV?]]]]??\=$&% +sPg#,LA6qSwD'U ; !>73#!5%!5%!5!%5!#3##'6353!!!#&'7#'67+ss>NNN>`%H$!u!O-h$l{b^>Na-[[XX;TBBmOYtD'UnKAZ7B?F:8N4B0>@ P73#5#5##3#5#367#'##'6#5!367!#5#3673#3#3#3!H%g@L F(u!sO I.I'G \X6#hhkk:nxmF} $Sz<2UB5% CkOG;7 085#'>7#535!#3##'6(UhhK%MNZ#KN:11AkV>3.Uf0v%F$!u!(DD>J0:X\?IAPPAH@\!\?!,}}-AIGV;/i?VBBnCSwD'U E535!;5#!5!!5%!5!3#5!#353!3##"/326=!####'6KISSdd6}'ACH E&Q_LED$"t!>LAKK9KG8BBsDBC3}SC)TAJ73#3!535#'67##'6#5!#367#5!5#535#53&'73673#3#!!!#dd+;q;D$"t!r6}'g!tEGeN=BBo4SC)TBBsd?_>XA:/A:B9+BAX>_?(4>"G &Oi|%!575#67#5!!!#5!#5'67&''746=36737#"/326=#5'67%'>=!3267#"&=#5!&''67&'7C*3v NMGNc/1(5)/DyL ++8CAL@? FA= /+:*&  ?"N;"|o0FKPsa^hHG.-tlly"+*<<+**0BCn),"/'> ) =1@kieHCe&G(;.#u -P Y;;?+<(';&'1 +=%!5!67#%3#3!5335335!53&'#5!#35!#3##'6YTiiKKMG==c9'D$"t!k=X:[<GÄAABMHQDBBBs5SC)T ) \3%67#%353!#&'#'##'6#5!#367&''6733533#3##5#535#'67#5!N# q7PN%a%iNnsAb^" zI5:.,~-D MHHVVMQ%{ [X>I&;`@jV=`\+IA*WBBf4e/' '4g UUA@qq@}2,Jd@6 -f73#%#3=#35'35#.'#65!#3##'6&'7#5!5'675+35#5353!!3#&'3##"/326=!dd曛l k\+q%F$!u!I]'DܾrHK-7; dd? _USIX:HGx@@1GG1@4BBnCSwD'UF@0M$:MwP9h&Z8G>j!xA{n;-)*&H/G!!J/;AEuu<<'"--8%@[E='3VV@A;PJ1DHNH3KY;AA;93+2(G=,Be"/ $)9?k%!5!!!#5!#5'67#5'6=!'35#67#%3!535#53533##3753'6=!3267#"&=#!&''67&'71"NMKJc43\\@//YMA\^/6> A R7#Fm8ETR#nb\qDA-+woo/)<(**2BCn$K,8ME*&66*:--: -P9+-S&s ,P]Z89>':*%:$( / )/73#%&'>&'>7767&'&'.'.'!3&'327#"''67&'#&''>7###'6#5!#3767&'76767&53767677&'3#6VVp4Sd)0!#a ,I*(2 |i) C5(=%=FMGUqrP"&I84@TE!k!h#t%G51#(<1- +44F);*)3%<#869J!V-X:98R(1MN X2 B\wV;7D7# /; o#@;$ kB*>*>DY-9$;7vF/2SSsB(Y BB^54-Y<':RaG&Fd9$BG4WA SKF[b{ 2?C)- IW73#%&'!5!67#5!6767&'!5##'6#5!#367&'76753&'#5!#3gg??,+>-,!8#61<!8174?69K]F$"t!r6}%E6C.2>,,% -1IItPY[Nv@KEFA@4=2$E?(9C%H?6'A>Y"#W@SC)TBBn.4;H,+<0:NBBIP;B 9Hh35!#3##'63!535#535#3#67'675#535#5!5#53533#!#3#267#"&=#'>7#5!#Ow Dbqkccbb191GffuN q``4J %%$d-b {hi iD1BBf9]A*W;;S9DD9X 9; c9D=O7#5!5735'673'673#!67#53&^^.u'D$"t!G&S6>7V"GN PZ^).ki 1* "9-Z AM9!*4(Jo@BdU4vJDG8BBs5SC)T(h7h^SA*!+0 7 9>2PB_<<_BP1>b/.: 8 ;C=;9;O`>I9, /+Ac73##&'#5'67#5#3##'6#5!353!3#&'#5'67#535367#5!'67#3#;#"&'VVO2*."$C+9)I'[h E!l!i#jI3o0P(B.C-D+V/WkI^H 3SW,> ʣW!%@+X:K??>+93RB6RQ%cCSsB(YB(RR?cY:LXUO2ac?R CH???A;&)-i>~C7DK?<(lr%67#3#%3!5!5#535#53&'73673#3#33#327#"''67&'#67#"/326='675#535'673&?&5!#3##'60d dd G G HG1(C :D64L]ZH<. /G- :+C)J&ss!Au 19e.<,0-6}'D$"t!m+2;KGd??B;?A0 8%+ 4A?;DFA E7_T0?/6RA ; R-=2 @MA5< < @5=*61*4yBBs5SC)T Q3535#'##'6#5!#367.53673267+3#3#&''>76#53&'767!5!3'67#3#;#"&'MVr)0Ab^c - "C^lyl7E?+*+amrE 227n'CVA?-CE2-0;'O4N f$8I||,E")hx$XAn2("IA*WBBfJdb2;8DO.+-(@nA b4)P(r88"jA$luHrDWO(3,3A C4@N5   $.u3535#35#675#735'35##3=#3#75#7.5!#365!#3#3+3#"/3265.'#35+35#'67##'6rrs=Y(oooo'ppp``Z7,')-} 2BdddHFn)H23HnFFr/&@ E!l!+++++ X??4=q?s==:\0Q %BBcYU=+;+-F-A  -qK-+ڇP)%SsB(Y = &,23%35'35#7&'67!5!5+&%67&'7.'7676753673767677.''#!!&'#5'##'6#5!#3367&MRpppp!\`37$!,!, 7.,4J K W 7!, %5"##9GchNjuAb^ j !;Xlpp>eVB5PH!;80ZkCA H?0/L L1A)8VVa #bE6&(-0GG[]' Ga[Op  ACp`B]qr]@IA*WBBfT?0k": 'm&'#!567&''#&'#5'67#5353%&'!#&'!!#5!#5'67#'67#5!67'67&'7'67&'763533#&'#5'67# $)+,)3<0V^9.'#/E%=*S,vMJ< 0&!"+!/3(E#+2 ]bO !P5NER_OLk;1C,+6#1>1#>%::,OlMv,S*=%E"0.G&]'%RR#!"?BC57?IF5]g?MMV,'+.&#23   *O< +/*3$"0MM?g]5FI;9-RL9!5!!#"/3265!567&'7P(S745#"'.533&'#'67!5353R J 4*6(>L 1LYa5EgLN]hK .fZR\Q!.X68FiXK_4EYhpC0MF'&%3!5!#53533#%3&'#'67!5353N-;^K3C\LBR]MFFDDxFlQVR1IV\f7"#".55!#5!##/6533?ML )"*1&1 M !?43:99`RIkE,EDDC@ @4A;>G#  *++pBBEEI \ '-53533&'#'$7+'32654'67##!:N5P__3LiOSf pNRV ?D3P6Kt0BFFkUMZ7IXdsD1L·jRJD'3yc?'>&'%3&'#'67!5353'67$73#327#"&'#67 j>*=GF4/EK9HTKƵ O*_] *(A 3-5$7%3&'#'67!5353NWW8DJ'*CK,4!EK=GWKF\3J5E-r`Fq`S;.+Pwf=.MF'&3&'#'67!5353333#3!533+:Q?47BK9HTKMtKFqVWP.GIqb9.MF D:FFp36!367#5367!!!#5!#'67&'#'67#5353Cy!6@4n7 N :-yMK2;- 23M:=GxMG'CFpSHDE>A:AE{k 667K:> C;q[8(MF23 D5!#5!##/653536533&'73!67&''67&''>7#36NGHfD+DMED*SJ90PF!J)XKm/kI?R6VBB-1k37BiBBEEI CBEEB/$7,7'C*ƁؠbI;GY^A2Did< 3% GMS5!#5!##/653367'%#".='673632>7457&7&5|/rAO9(99@GAE -)%).*RX+qdM]Bp@( #}H+HBBEEG ʰ ޱ[7!53533!3"""_(HVMBRm0L,=[CHAB&OP\f7'!!3&'#'67!5353L25H %=^.`x.ygb+:Q?47BK9HTKup# ;+/ !CK;=6A 9FqVWP.GIqb9.MF'6%#5##3533#5'35+3=#3735%3&'#'67!5353MIMKM}-35#535!5!!3%5#!5#;5#5!!#"/326=!567%7&{I\I'M8PK0' m_,a &t'oDDDAAD:qqqqq??>A;@A=_4c?:KY8T>7IOU!&'767&'767#'673.'767#5!&'!5'67&!#"/326=!567%7&AmqE?.@%$#B!-?"+"Bf%IC  I6uK/,7a_!nmj!QR2(N6PK0& )O7P!2`3ch|y&,8##>,7 2?KE9cx!  vNT??oeP@A@`1.[B?'9/CF#B CYw'}`1oo0q@!\!5#3&'#'67#5353&'%##"/326=!'67#5367#5367#5367#5367!!!!!##w"92(*8L5?DuLOD676DU G"dZ! EZLi  M*! nZs:CFsX<6@DZ5*MF>J1J>?O%B '_0I}?(K?+3<QA42A8 <3+?s58 Q3677&5!#5!##/6533675#5!67!67!3#67&'#"/326='W>/$L1rK$AID _'4EZJI$DBBEEI ue|sAE*AHO>E+[;cC9kW0?/sqa37@ =#!%!5!#5!%!5!%5!53!5!#&'7##"/326=#'67#5LlHI"PIwk)r!)M6Pd% '^$Y[?6Ϩ)-;AA;2990z*aA8pG|)pJMJp)yHMP'M8PK0' m{]3]$,q)qYYA?I0A?iZ9_hAAfa9Yf`X6\`AYYk@@IA;@A@e.jG6O_8^'EK3&'#'67#53533!67&'#"/326='675!5!5!5!5!57&y$=';'FwYZ;/9?[8(MFARPBN*[EeB7#5353'>7#5!#"/32>5#!!.'2u]AK6(77#Z bbqqMssgg%LA3M@;oJ/3<M1 %1?2 SF:&ql++BBEEG pY> Z9PYD!7O:D:43A 9>  p+991y)aA8=V<  !37?EI#5!3#5!35'35##3=#5#!5#!#5#535+!+5!#5!##/6533HnF(~vvNGIq&8rDS;(;:A\\7X\XXaaaaAABcBbBBEEG \@ !.2@DLRV5#;5#!3=#37#3735!5!67#3533533!#5!53&'#5!#35!#5!##/6533[[[[[[[[<[XǐK[K1C 9LLz&8rDS;(;:CCCCCuBBBBBBG7<.EOOOOi==fBE.?4BBBEEG \ '@Th|'7#"/265####&'#'67#535336735!5!!3&'67&'767&''67&'767&'7'67&'767&''67&'767&'>%0'4zT,5S@0 DF3J.4CeJ`c?@"8;,&').(($&4,&').(($&.%').(($&4,(%,/((&(,VF@<,FK75N*A*A*Id>+P}FA4J#,,AA-,/$/ %$6:,&/ /,/$/ %$6:,&/ /,.$/ %$660&/ /,0"/%)/30*.,8 9  $,2s35#35#3567#67#5!53!5#53#5!##/653335#535#535+5!#35#5!#3#3#3#.'#67'675yy,{{mvQ:4lPu]AK6(77=I75 E.2?DVm+ 5Ei M.BPMMM00!1^*46. eW#A35#5#7.''675!#!5+5!5#' %!+!#"/326=!67&"]D;*BkLuO8U 8Ou$KfZ&R0iV 1- C6= D5FB6U)D)Ё W >35#!#3=#'#37.''675!#!5+!+!#"/326=!67&"PD;*BkLuOOu$KfZ&R0]]]]]]tiV 1- CKrKU)D)Ё #94b3&'353.'7#6'67&'767!5'673&'#&''6767##!67!3!53!!#"/326=#.'y\\yP8&,eUSS&Zp@;XUFhFUz,*H/\&TUc%X LZM:M !Asa 43C;::;E ($F 0%0* 0%APssPA%(**1)"/zA0@T) U)B+O\. '( '67!5!5#5 %!!&'#U-5-P9CESD(C9I2#$C'67!5!5#' %!!&'#5'>733:>7#".5Ny8 yLKm$# M212.4. DRiArA-? wAiRDhBA(P  .'/<<:  )=!5 %!!$'33#"/3267#'67#'>7#5'67!5!5# h= $GCNruB51 K*E0^YJ-= g>dM>_v?-~2 C Fl!%Ech;.p:>Md>b#1#&'#'67#535'6774&''6767&CT:[I8f,6F]_QH`BJ,]NZ7 Bj,Cz?B ?+= R;Ej v&#73.''$67%'67%35'673#&'#'67#{M+Y#%[+ @FD{CG G!@F?]Z37+3I-N-t+B8{y9B~ϓ G ?+=Cb%]e3r>' 4%'%37#&'7&'7%35'673#&'#'67#MMcjM[Sg4fUWp4m[(TSMnS'83(H+J,n*HEHBDT^^2\`bg2ag?*;AI%jLp>' !>3#"/3265'677&6$7#&'#'67#535'67M:]E `!LEI!?G@,G.>DH{g%8A ?+=#+L#&'#'67#535'67'6733#67"&536732>745fhc4EI&@*c#s}69>?? (EL^C Ea.MRX2qk2F% &C3+",hKC @)= B  E#"BO&9Ez3N 2gIDLS%( %&HNT#67'67.'#'67#535'67#"&='673632677&7&frO GAF,0 I$:)a!nsB#3Ku 0)'t6Zd-jMeAuDX$}G-H)B$q ޱ-Sh9vdKB @)<;DH!# $QQ?;Nj(b(:A%HAG # (0%!5!5%!5!35'673#&'#'67#!53!3***-WCYZ385)J.L,r,bDA?+=Ab%tP1l>B1:#&'#'67#535'67%#3#&'#'67#535#5353!{P51A ?+=FBDrABC# 8&'7%'6735'673#53#5!#3###&'#'67#:9A4?q*L@F,,BR3&'#!&'!67'!'67#5!67#5!67!5!67!!!#!#&'!&'#5'67!5bm0~Y ,¢?\Q:B0}d `Nf `%#!Ps#)',YV-0 9  *:-1HGy<-#9$'=0.=+ 9#-:4:@##"/3265#'#&'#'67#535'67367'677&CaA+ ,4?LZ37,3I.L-t++ZA\|G(E66tAr5 EL5F3DV)D+DiN'b%_e1l>A?+=@2"42O'67&'767#'>733'67&'767#'>7%35'673#&'#'67#y$C.F(M/^]%C(B8u=@ȌT2>4U-ׄ!U5~<]767&''67&3#"/26=####5'67367#5#&'#'67#535'673367!!353%treT,@XcV&Wz{M;=.0MJ68'U@$`p8:I%9*b"osB#3Kn Mi|"|M9%22A331008J(H ?3 zCBTH1@K[2>4$<x`KB @(<3(%8C<4T# )9!5!!5!#!%#&'#'67#535'67!#!!#5!5!5#||MmH97;I&@*c#s}69B=.PzV[eBj$5u)iKB @)= CqDDq#9#!%!5!!!5!5#535#5!#3##&'#'67#535'67M Ar"GmH97;I&@*c#s}69B=C>JBB}>s??s>Bj$5u)iKB @)= -.2O#3&'73673#3267"#"&5#'>7'!5!35'673#&'#'67#Ij H-o6%H/u'*H"R(\y.ti0a>+ZA\zU67,3I.L-t+=OI;VFJWGE 69:E# A!:>1?'?+=Ai%_e-l>//8>Z`f!&'7&'!5#&'#'67#535'673'67'67!5!67%#".=33:>7'&'77&NAHrX;CI\-I8+I$:*`#puB#5HT -CY*^B@1A3nCEMlH;10070%X$a@HvvaKC @(<$l/LRCCmbl/2. #($? %&S5C@4C6wA ,I35#35!35'35##&'#'67#535'6735+367!#3##5!536adeH97;I&@*c#s}69==E KLGM!!svvvv?;qqnn=W9a;@DX>R3B<+})lKB @)= 3;?G!5%!5!'#&'#'67#535'67!>73#3!#367!55!!!#GlP"1)I$:*c nsB#&M Kr +JdLVV8SCE1]9?vdKC @(?6 !+A=:> pYYA1=GK5#5#3!#'>7#&'#'67#535'673673673#3#3+3 %M%"&JH97;I&@*c#s}69B=dZ0J Hԕؙ@A9=M+Zj$5u)iKB @)= * J;EM K7!&'%'67#535'673#.'#c:<%N^D &&&Z&\Q6<6+IIQDtiF*^$mp#?*Hg]U 75H#l9IF<+r>`b<%#% )z=A=7;/8$~5$<_H4"A)HPJC?)<C'$y%2z)@ 6#!%!5!#5!%!5!%5!53! %!!&'#5'67!5!5#LlHI"P.P]?6Щ)-;AA;p&9 2;ZI:WjjW:IZ;/# &R%#!'35##&'#'67#535'67%#'>5!#"/3265#3#3##5#535#53MJ%ەk-I33I$:*`#puB#5H"B*@K6 vv}}L||vv*>>:$CX.;pHvvaKC @(<W7R®k#U*C+U9h;XX;h9# DW35#35+35'35##!!5!5!5!5+5.'#'67#535'67$7!!3#3#535!5!5'b3 I/1I$=*d ov53] ePL `B0FFFF3FHAAH=<. n"5|fKB @(3+@ L=8<B$8=F6 #39?EI%!5%!5!#!#5#.'#'67#535'67$7!'?&?&673AJK xP"7 * I$:*c nsB#; 08?$!@?$!@?&C"EI:o,,XCE#[@vdKC @(73?54 TWkdfWkdi~{oE(`55!##&'#'67#535'67353!32654''67&''67&''67#5!#67&'##"'W75(DgW8:I%9*b"osB#N AN"z%~ k%dVm$gv$=49ALBb&c AI+5=I 42$ E}x`KC @(7YY&H(^;c-)kQ;Tf'@39BZAAm_=N,aFbG^EXd^I7p%!5%!5!367#53673&'73#3267#".=#3673267#"&='#!#5!#&'#'67#535'6mmj>?nu6 L5  ' UkJ18/<a"*e 0[((L%El(mKC @2 K%35#!5!#5!###5!#"/326=!#.'#'67#535'67353!!5(4IACyvHOCH<CG%6J$:)a"osEM 7,T^&]ү+7C:MW(E,8y!8vaKC @)9HHC8  '4Sj#3!535#53533#&'#5'67#535'#5!#5!677'>=!3267#"&=#767!5!&''67&dIo(,m&x9'P@Cė8:7  A/n?0SN.9\Zgtd`$|YSL;;L?HH>X!47E^L>PT>@!dE!> L1&oaD Z$), !UNNhBB[H+=0QL5=.EO 6 =C_ek#3735'5#;5#%!3!#35!53#&'#'67#535'67353!67%#".=33:>7&'7?&_I뢢 *I,:f\-I8+I$:*`#puB#M Y<$E!G565-/-MG&% E>?2C<3B=1A.]]]]7VVV}B`B7 CX$a@HvvaKC @(;NNXg.0- #($? $%O=,?MDnK P!&'!5!35'6?&'.'#5!#'3&'#'67#535'67353!#5!##67>WHP_^b5>X#Rg+l -ML+I%9*b"osB#N H*?fA,tQZd졻ac8[ty/}oruD "66$D>@Kx`KB @(?c7i?z;~ZC] (R.5-F0*, -:E0F>+8L7!y!8vaKC @)<1S%#!#&'7#'67'!5%!5%!5!'#&'#'67#535'67!533#3#!!5!5#535!5N(]b^^XvvvzSG-8)I$:*c nsB#P<9Nn7<7@;/'M28,Bl22d2232B]#]98vdKB @(2@@<061991600 ,%BQU[a!5!!5!%"&53673:>7#&'#5'67#535'675!#3!#3675!67%7&K~6LN()G84b/4>FJ2a*m3b8AZ J vA/D{(rL+QH[](e6<9A  .+->Z.5FJfSAU\>T > '< ^AA$6+/WW 8I3P98@I6I#*06v3&'76773327>7#"'.5?&?&#.'#'67#535'67$73673!5!5!5!5!53&'7"#'%* ;yE(>'J|K ,%$.F$G(C>,:k-SG,B=G0<1_]7 * I$:*c nsB#M!){'G&Q% C> 1 5:GA K?:NdjUh.  c/%It16?2<""ca c C!#[6vdKC @(73? ?S W]IZ>JJ  I - 7-.?;(I$: I%9*b"osB#5Hgc6/IH J)'?AsAAP??1?p?p??AsAAL0p @$1019  !.AK}x`KC @(<Ck_A12! 6 6x~#3=#35'35#&'#67".=33:>77&'7'675+35!53#&'#'67#535'67353!!3#&'?&J뢢wlc?"D#F4./.MG& $ J57 9D(lI,:f[0851 I$:*`#puB#M ,5"=aH22@@/@/OHH5OO5H9KdoS  }o0 &'& ~<5* < @:80 C\r*nFvvaKC @(7JJ<8L5' 92' _eg E 6=#%3&'#26=#5!##"/2>7#"&''67&''6&'!67''67.'#'67#535'673!&5!53533533#!#3#673ZDG!u`)( =?>?R1cD Z-N+  (:9)+<0 ! H#8*^$mp;'t:\]pK~M"W)(A#F$7 JP'l<<5 <F2HFX60An7Dd2cUVluXHT k\we8|%9AzbKB ?); ,@2;=@%>zy^}| 9%)/59u!!53#.'#'67#535'67!5335''67&'5#'675'67#535#535#53533533#3#3!67.'#6%g%)XMT7 H#8*^$mp;'tPx[oj*ZM\aЬML 3?<3=>Gby(,*Q>, B#C7zbKB ?).D==6:*8'<+886.==>3?o)B1L;=6=6====6=6=;D4-?+A-7!='k, 7"&9y#3'35'3675##67!675#5335#5!&''67&'7673533533##3#3#3#3!5'67#.'#'67#535yȵ?G oDI> C21XqQ=|ux`C&} HG@ 0B2&7,H#8*^$nq"A2224 2/)77YY( 1< b!A(8:/304''''403/:'5.2=#`!|: !#5!#5!53'67&MHMPz[9[I[9磣44)A,V!#5#27>7"'.=#'$5##5!532>7#"&=#'>7#5!653!|K  & /K#%#T@$h&K|P  H (' ]0$Nժi 4 # (g%?>l ..0,74 6|4?.|fB0/-2PA F5#3:>7!!#"/3267!'67!5!5'67##5!53!##".=#K; 2  -84qV<% N/L M|P|@ >eI8S ~mn<0TZ7A$R$ |~I/>@XX0P(NA 57!5!5!!!!!#5#27>7#"'.=#'$5##5!53N~~wM D/K+]*(@$g&MwP AABi <^))x*?Jēg:<-M%!5!#".=#'67##5!53!'5#3:>73#3##5!'67#536=#5353!5m. =fI8TM|P|M; 0N-6q* N&?H3[$>>XXQ?R=@;:*V@23=RRR2A=K5!#".=#!#3##"/326=#'$7!535'67##5!53!'5#3:>7rM =fI8S oȧ*Y  . $M|P|M; ss3P(@XXQ?<A,C!#5#27>7"'.=#'$5##5!533!!.''>7!5!|K  & /K#%#T@$h&K|PRP|Ǖ12؎{ժi 4 # (g%?>l`nCQ FRRF PC&<'C[#".=#'67##5!53!'5#3:>7"&='75373267%2>5#'>7#5!#"/X =fI8TM|P|M; _,fnK3AF+-m[+O[,.KPC3[$>>XXQ?g#LBtc4C6% -?B>%(0;)A=A2< ?5#3:>7!!!!!##'67'67##5!53!##".=#!K; frrPv`-eOM|P|@ =fI8TWD6f?Z>[>zi<=">>XX3`E*1$F j2675#2>5#'&''>767&'767'>7##5!53!##".=#6767&'7>7#536533#"/D3 PL10 Ȱ "F9Me) % ?5*,\zMPM ?PK<^ ZF/:M'&LL;`rC(8= L$ -pO7?'`&F+ &,AHDOS= IV <T8XX w8` `W$&\s(š?9jw:tB29J!}g/ B<FDN&'!6!!5!5!5!5'6767#53'>7##5!53!##".=#!#&'!2675#W$J*[&"O\zM|P|M ?PK<Td̠dA: "|JD3IT:8g??g4T8XX wFq>`H*#" Z<?'`"A,:@\bh#&''676767&'7"&=#'67##5!53!'5#3:>7'6%#"'.=3327>7'&'7?&X :Y\8)0kS>I@?)?+`-SM|P|M; @.[7Q"#!>B9FH"N #%C?)>F0DU1U>T>A;0ib/+AknmR%4#(\%>@XXQ?[`.X)/)&M.T0HB/B"q}y,FGQ!5!3#5!#5335!5335!'>=3'>7##5!53!##".=#!!353!32675#jtMMMMI089.&$\zM|P|M ?PK<TdKߌD3WJ((NkLgwM=B4T8XX wFqgLk(?'`*F &,LV##5!53!##".=#'>&'7&'7'67%!!5!5#535!5!5#53533#!!3#2675#vM|P|M ?PK<Tq\zNHsa[BWqrW*zR-Sq(O $D3XX wLw<T+78,5368446Xd1hAA[>H?U>88>U?H>?'`K v35'35#675#2675#!!#"/3267#'67#"/326='67'>3367'>7##5!53!##".=#36767!5!5\D3 >*.WuhI#  I+&%?+HG" #yu , &7\zM|P|M ?PK<Tk 4 64404 #j?'`_4"}j"A._"@U,=$; !KaK8:K :: <T8XX w_A "%<Z>9F #PZ367.=67%&'7&'7&'7!!5!5!5!5!53&''>7##5!53!#3!!!2675#b!U)$M@=>Q H $/F3">O7##5!53!##".=#3#3#&''67#"&=#'67+!#326222έD3 bM|P|M ?PK<T_KWI-8I%s)zI''(U(="$ Kʏ)344f5514?'`<Z;0<W;XX w:d!J;X <@F09=wR7Wk-,-+/@#eq`<K #'DHLTX\z5#326767#!53&=#!5!!5!!5#!5#!"#"&=!#5!5+5!%!5'!5#3267%!5%!5!!!5!5!53'#5!53!##"&'!!K@K{8LVjOaK ?84FLaI+o7*@|P|I>PQ; W%  ;3}. 9)B#"n"!k N!%0!2N *!  P""*"\//.'GG  (.8K &<ds5#32>767#%!##".=#'#5!53!!567!!!5!5!5!33#3#67''>733#3#67>7".53327K@!0|K?OL;Yo8|P n y @Jҁdp 3 Ky[!)I <.<OF<S8W2P )8 1..1*%545E767#!53&=##'#3=#75#!"#"&=##!5#5!'35#3267%35'35#!!5!5!53'#5!53!##"&'!!K>"4'KRn .dzK ' LB?UL,FX*=|P|HARN< W+  F=3 B,H *V**++0 &0%20+. !Z**,*.44!0.PP  *0<4 5!6!!53!!7&<t:N:m3|P|LC-M00F/F{{EX, '-%67'676%###53'$73!53537&9B!c[-H`Phg(eu7LHI^ ?7".='75'75'3!53537&4B!c[-HRm+G! K 3,T-*.^LHI^ ?=#'>7#5'67!&'#53'#"/4B!c[-H[LHI$"~/ptf!6c6H%?lL.B}&'9>(fE^ ?{mzDɝU3>D11 .%67'676!!3!53537&%3!!3#5!#>B!c[-H\LHI N MM^ ?B!c[-H[LHIKP"Gs ^ ?4\+!$$;%&hPh&@M  )A306=6KK$k&!3 .6F8D^^8Z^ZZ?D8?XX?G5?(+5  !(?,%  ,19 "(2%67'676%7&3!!5353353537&5!63R-=cp.HH!!ILMOK>-K,6n7L6jk >=!C vD3A6} F3F<A H67!!5%!5!'53&'#5!53!#3#".=#'>7+!#3:>^(#$rPr%MM .*&69-3 q^PQ   =1:->JJ7Ck?>-AXXA74?n&*- !{9ATCU;=A}}A=FF9An?>-?XX?74?1 04%67'6767!5!33!537&5!!!#5!#3675!. OT)EzFxxaC CT OMb ?7< OT'GFxxcD EeS6(6<2I*5+%ut)8=X0I 'b&*isc?36767&>7!&''67&'33!537&]4>< OT)F?TP>C&^F %%$]*8'KG 1 <1J*6u-BBGL>ol|R737FxxbD Ev=OOP?cN=#A)OT$AB:AA:>6!8???=94?XX?<1==)1#04<B5#+35!5!53!!3+&'#'667'6767%5#33!537&W`JLIddLb& ZL#G,Iwv_D FL>1XAYYAXόaC_gCi >Q0A ԙ@@vxF  6H35#35#5#;!#!#3#67!767!5!&''67&5!&'#5!53!#!ʌKyy6".(yB2LH+5YU_q[Ja'XDU 9^P^3 CGCC;)4L9+;%5TAUq>==>h^A) !'NW%67'6767!5%!5!3&33!537&2>7#3!#'>7#!!!#"/%3'67#& ZL#G\\)>4Iwv_D F H=#.F *2e D/+4XD7!h& >Q0A QQ;N5*6@@vx' $,?(>?9&|;V)$<D-Fd"1* &J%67'67633!537&353!5335######367#5!!!#"/3265. h='DFxxaA BZFF[FWFUI D (D/ b ?7#"'.=#'>67#'67+5!#67'67553&'#53533#3!53&'#53533#3#3 KJp  B ,; wq%bc&  + JwN9? 92[%L8tvr2L,^Z+2IK0p!>=:<9)n,9(u7DY"]7Nw"?O,B>?<@VV@=>>>?<@VV@=>>lp+&!##"/3265#'6%3##'6[K S|)T.og3&4?:K"L-A4+PKFV(F%bM1VEFhJK7'7#'+'>7!#&'#'>7!#&'#5!5!Y27VF  F +4R7>fF &F 89q\3IY 2>FKrgit7-BU42t,F E.2G09EE%>7DDBBp2p*"A?=OFR22l(#A?=?VG(7-?Q!!7!532>7#".5!#5'>7!#&'#'>7!#&'# M 4it_^N5-i]VN`^1.N<4:\F F@4_3>cEF=4ֻ( *)4 +.4"!/<,3?%&B(>L/K0.1{<%%B(>L/C$7 &8J%'67!67#'>7#5!3&''67&''>7!#&'#'>7!#&'#yG2I|E3ewT Hh ~Q/4:\F F@4_3>cEF=4aeӆIj"7HAA34?X7+A/IK-A%>n,3?%&B(>L/K0.1{<%%B(>L/C78J'>7!#!#"/32>7#'$#'>7#'>7&'#'>7!#&'#\4:\F 7 _ #22TvF }%/ M1ȅ-w3Uk/K'4@4_3>cEF=4,3?%&B(>DC/ťR5+}B89lk@7.I=2K0.1{<%%B(>L/C(3.@75!67#' %!!.''>767!#&'#%'>7!#&'#7 5 pD=.c't,E G".0F4>dDF<:D1?CNB'=:D3F[7Fl[Sp&%B?=Y7PA-1|<&%B7-C6I(;B%!!5!5!5!5#'67353!!!!67!67!#&'#'67#&'#)y/7Cd3IPT"t,F R'EE%H47!#&'#'>7!#&'#5!53!&'75!67!]67VH $H*)0P3=cG0G*?4:^P^-7!#&'#M*1)'V_;`H I" B4JcB*AV(>>?9.L]w#A/6A9C3+.u8!A/6Z D93 -CI#'67'67!#&'#%'>7!#&'###"/3265!5!537&K,9DK!t,E,F&F2G4>dD G96xd%N7pd3("N":_K=LiEV>4OYyp'Bn6\TB-1|<,B7-C6GCQ'C&ZCUU/[l,i)>S!5!5##3&73'673#3&67!67!#3!!"'532>7!#5'67#'67!5!5 P?6!6<j.#E/;yn1I H H-d,hcZ' PI)8chQ/2-4M.5,-]w#;EF AMhw&C '95ya>^q* ^/(;&B35%67!#&'#%>7!#&'#33533#!5#!!##53533St,F E.2Cf>cEE#@2E?KMlOssOjp#'C?=OFR?W.s7'"CB-3T;2(\\\BB6B\\)CQ35'35%&'#'67!#67!#&'#!3#!!!!!#5!5!5!5!5!5!5!5!5!5!53nH%@3<4m2I  xs0H I ?)3@WW[iPi[@i@5DD}AA] [F22\y&@ Rb"@H "F-&"{<|?C7!5!%!!#5!#!5!5!5#' %&'#'67#&'#'67!67!#67! k,NN,k0F2>2# H@0>4n1I  E#H..W,,@WCX @*I+:,3L%>HC32]w#;BI A>) @!_)=,P%&'7#5!5!5!5!5!53!!!#3##"/326=!67!67!#&'#'67#&'#)Vv lIPE)[! /X`n1I K"H I" P*63"H:0>.<@?1?VC]<<<<]CV?|P$B&z3]w#6AE!A/6Z -%3/6A9C3$6 1Rd35'35#26=#'>='>7!#&'#!#"/%2>5#'>7#536533#"'5>7!#&'# 9?$<7UI  E9+9?6-MCYU:MP M  .pP7UI /EI4A,8(sA*P4GC% D54B $*A/63KX;7 7I%!5!#!'5!'>7!#!#"/32>7!'>7&'#'>7!#&'#3"KI4:\F C h #22TvF Vo/N%- @4_3>cEF=4R79UU,3?%&B(>EC0rC70N>K0.1{<%%B(>L/C6 [#'67'>7!#&'#%>7!#&'#3%&'776732>7#"&''67&''7&'K.-BJ7UI E!45Cc7UI ' E6&2-MD&]J2%b:8Bn$L IZ2u3Ƒ/ YPR='U|ft6E ''AB-:N[B94B $*AOR1@5UN+!9.*+AVGES(]N5=A3KFX-B+SUlABK)C-A#3&%#'67#!&!!!#'67!67!#!!5!5#535!5!!3#6(7 ~F,83J M;n1I C H-&h&z81#F4*3?*##?@-,]w#6CC A?*=;;p8g::g8(;#2PV67!67!#&'#'67#&'#'67#5!#67'>=!3267#"&57&(t,F R'EE"K4p*":HO!*AE0=Q7)3 nHIR?mI:D=CCC?>6z/# 8ELD#Ac )= 0B%#!%!5!!#!#"/3265!67!#&'#%>7!#&'#jJlM.(O;e+1n1I  H:0>_;`H I" B4J(9.;p@ B \>> ]w#A/6A9C3+.u8!A/6Z D9(;4B!&'!5!#!#567!67!#&'#'67#&'#%&'!5'67)n]]NN8t,F K!D"E,J4/i7)3$UHIR?%^D+.**.+D^)9R!!#"/326=#&'#5'$75##5!5!5!53'67#&'#'67!67!#&'#3!i@8 XO PK@i$#H60>4n1I  E#H&$I@-.>N&= !Pke@bvvb@ek>?D$D.BFC32]w#;BI A[BF4#D!C J[67!35'35#%67!#!!3##5##"/326=!5!5!5!5#5'67&'#%&'#'67!#3.*0+m2I   2 ?$2ZZM*PBTMA'cI4F4] @3<I ?/53s0H ',-&\\?Y\y&@;(+C/9M(A"<=\?Y3)&3Mo> F2&"F4%4Rb"@H$Cj327#"&''67&'!3#"/3265#'6=!&5'67#&'#'67!67!#&'#33&'73!6#F.q%I#H ?+%i1vpI *[J'-m9Y0%I;/::n1I D!H 0IE# ?7@9879Uw:CeiQJd-F&dXT]Q!?1=&(4!L3KD2,`{#?FI#A. A,.*% !*>ya> =k#'67#!&'6733#672>765#"'.536767!67!#3#5!&''>7!#3&'#H1A2$I"DOuX H <"%8=O *bl3I  F"H /cK {+wE%hrK>6E7-4097{1AA@<Z /10)/k!@:F gm\z7AF!A09/M3M.G/7M372L9> 0E&'#'67#!5!>7!67!#3#5!#3&'#!3#3!#535#535!H1A2$ 25WI F"H /lM~KB.CHD727-4096L>JJ>L )D Z6767%267#"''67&''%&'&'#'67!67!#&'#'67#7>7&'77267#"''67&''%&'77&'77A~B)7|J)#B7+v ߗ=$* 12:5l3I B!I *J V1:3 - $$,#CA0S BwcND9-x ߪ>+ N &0B>8#Eyg%. )(6)#/A6S4A#.- ?  @F10^{$6BE+A2:9*2 %#)$<!3*/$1C8U:A+-3?$-(, () <#7.2(6 '9?EK#367!#5%!5%!5!%>7!#&'#%>7!#&'#7&&'7'67LPOppph7UI  E!45C[7UI /EE4A%aP)S\a&c[1_-^(+=1C ?++>6E ''AB-:N[B94B $*AB-K=X;9599;B989A4m{2)CMQ!5%!5!%67!67!#3#3!&'7#'67!53#5353!53&'#'67#&'#5!)jjo0I H H#)}" xqƠO,c2>2#I! H-=bjgEE3C[o ;EF A* BAA>H>LC5-W9B4GA4ABBB)):,3*E:2cFF)C L&'#'67#!5%!5%!5!!5!67!67!#3#3##5!'67#5367+3&'#F,83  n1I C H- @P10h, DP60>M@%4*3D!==p==2=kF%]w#6CC AD!yFAj9;(@A"$@%C3)B+Ma%!5%!5!%67!67!#&'#'67#&'#'675#53533#67#"/326=##5!##5353!53 n1I BH % I;084$ I72>"JBMff9B"C`!5%!5!%#'67#!&'67533#67".=3673:>7"67!67!#3!#3&'#H1A2$#J"DOuWIOQ() H 7)l3I  F"H /#AP>6EII8H7-4 [-1A3@s} M!@:F G &!' ))1\z7AF!A [<-;L9)E$A!5!#!!!#5%!5!67!#&'#%67!#&'#!#5!#5!53OON8Nm2I  H:2<s0H I& 9*/L6L9'UY,9, \67&'#!5'!5##!=#!#5!5!5+3&'73&'7'67#&'#'67!67!#>73+!=<*2N\P\MTC'!:HD0>4n1I H H 2 F#UM ,J 0%. [[8X[XXAAHc'&63"2?55C32]w#:CG!A5-0H>;MQ_67&'#'67#35'35#'53&'7&'#'67!67!#3!#"/326=##%33#"/3265p# Y2>2#9 "@ Y0>4n1I  H H.E FZR  LKM%I/UO+! 182:,3$<(LL7GrA<.C32]w#;EF A$< A8U%? $'xTdT*B'6 %7M%!5%!5%!5!'>7!#&'#!#5!#%>7!#&'##&'#'67#53535}7UI /FB/<MK>7UI  E>5CmMQ0?7K<_1|=K}nnnn/7T{KHN N>Rٯ{{&G*#H<2<(FINN\y&;CG A9'R$9-4%*QJA&!!B6JAF<=*9': U&'#35#35#&'7#6"/3265##3&'#'67#3#&''>7'>7!67!#3-=,5E,0j*b LF2>2# fbX=> , '2UI C H. 7!#&'#%>7!#3#3#3##5#535+35#5353&'##".5!#"/326=#3:>7dddddddd7UI /FB4A;7UI  DMbCA;5C\9998;/k#B/PP# W& @?1@@1?4B $*A/63KX;$6E ''A/6$:569]]965:C9&[B<<; $"B"A "Y+. & C #.H_!5!5#!5#;5##3&73'673#3&'6=!!5##5##5##!#"/32667!67!#3!5?E~~96$31m.#@/<_=sql~HGK.4%n1I  C H(fGOOOOO20O E/6,v3ۉ4+W5#? s]w#6CC A E<))Cv&'##676='67#7&&'#5'67!5!5'67'675#53&'#'67!67!#33:>7#"&=#3!!E(=7L?'*#5HD565P 2 PR'8-9:m2IE#H- ; @ Y+HEP__PEFOA:45%>  !4<3-HNAO)B<N^735'35#'>=3.67!67!#&'#'67#&'##!##5353353'67#'67!"o<'ZsKrY):k4$! I72>>K>>KGB'$7>P$E $Ʋ@QB,j]]j,B`{%6BC!AJ$R1C/3"J$=FH5PA/+APPPPO_sW .Al!D w%!!=!35'35#735#35#"/326=!#5#535!5!535#535#5353.'#'67!67!#&'#'67#3533#3#3!!3#(P lg)Lhh;x뼼X+96n1KD'J#I! _6E5"!zNмcPhh5g5525525+^++?6< >$7+3+5# + /*1M` $)6; !> / C0'- '--5+3+7$> B Oi3&'#67#%#'6'67'67#&'#'67367!#3#&''67&'3!#&'#5'#367#53B kCRL*.\H.I#){#2`7+-3*'*K90A4o1I ;H ZG,WXxhp`=+'KV[K\DHUQ @# .@?khr@1Z 0Sr."3 *kJ8F72az%6BD!AH9T<)KQW]c#!=#%#'67#!&!5>7!67!#3!!!!!!#"/3267!3&'#677&'77&'77&'7H1A2$I%H5WI F"H /T**p2->]P6"!@B.C%5#C"6C @!z"<#?x??7-4097??T+p6!7AF!A096[_g[`T X^TIQO!G,:<)B%\35#35#5####35#5!#3#"/32667!67!#&'#'67#3!!#5##367.'#}IwG1H9 n1I <H * I@4>4$! G ~JM072>IqR~.Wa??aO)A.`{%6BC!AJ$R1C/3"J$ J#4W52=H5)C ;Lo67!35#35#!35'35#:>7"#".=##!!&'#'67!#67!#&'#!#3!53&'#5!53d!#F.)8 M &J<<6<5K#H%@3<4m2I  xs0H I ?)3h$h3(2 :@CCC5@)!-+6 7^% ~ [F22\y&@ Rb"@H "F-&"<1)::+/<2 )D "&*.dh&'#!'67#!&'##3!35#35%!5%!5!!!=!%67!67!#3+3#3!!!#5!5!5!535#535+355D#,U & !GK,.̯R  b n1K G$J'UM ymPmy Mo('+$ B('-"CCFF6606f6f66Re "9?B >.!C Q J/3[p &4>< @ + >C-?27#'>7#53'67#&'#&'77&'67767PP]m2K E&J)G'Z7Bq *3"E*94JFF1 ym _/- E6%!`PEm.qGO6PWJJ$:$S<@NCDO]]ODCN@Qg 19> "?!!M 5(15[jJVtP> bZj <~V>) 1>,!< 6;" ;$;3?8D7D"K=)C Y&'#35'35##3=#!5%!5!!3265!3&'#'67#3!#'67!67!#3#"/!( 6$3.I<%ɳ @0A2#VM,n1I  C H('L}PO20==4:n=q::<<2:B "O8.3 E{+]w#6CC A EC#:-)B 3735&'#335#35#35>=353&'#'67#33#3#35#767!'&'7#'67#53#535'67!67!#3'67#3&''67&-L#+5`  Z2C4*)7759oo?!:<)Q7'4C,02e3]/B==)n1I @H "+>r/NE_mPKh\B?: N#2+FG|GG@G/A43!! @C>@.6\DEjܚ0?4!PG0BD@;>0<`{% >,C 7)C hntz#3735'5#;5#&'7#5!5!#35!5!533.'&'#'67#&'#'67!67!#73!3#3##"/26=!7&&'7'67=OK*Z`#RIOI C15=(I:0?4o0I  C I )(.;K}} F!aW< fi(fF*G$Sd(Xa;_>]9B????0>>>Q;<-6=/.9<<<7&)3 :#C52_w#6CC%A$79./=TDA !J/:=596<=<3G|u+s *J "@IU]u&'#%'67#;&'#3326=35#!5'67367!#3!!!5!'67!5!'#!!5!5!5#5##5&'7#5!5!5!#3##"/4>#+J! oBY&()@31+l2I I$H .{:6:<!v$tt"IK5A/P60vZPP!9;4)%,"419 GSZ*Nd$02;,"4&--+%//7.%22%.&=3"3&44&3`/;$Bnr35!5!#!#5#3#3#&'#5'67#535#535#5353&'#'67!67!#33#3!535#535335&'#'67#35!yKLNG3?>J=g&s>452>4n1I ;H *HKKT+TJJG>J4J3*'*HyhhJ#g# B7B;QW.UFnTB]h;B7B:S>H52`{%6BD!A 3 H:h<='67!67!#&'#3673&'7&'#3#&'98,02wwywB+-- "%fZ-9L;J >R<#M%il$$(0(&(guc^- '*)/UH } /? 3n1K K'J $IH1=,k I+!3)/'0#3B4=,%Ve9)42%?O/7)#&0)EW]%67#&'#3#3#3#67627#"''67'675#535#535#535#5!5#53533#3&533#67&'7%67!67!#&'#'67#&'#34"V2Z96BR>;EZ)%%v?P I $>*>2W&>D9CAn1K N$J $I! G5E5!$ I:0>Su+1*2*13< 4e:+84%? /363636=><77<>Zkad=fNx`MN?%>PXm  5@=!> / C4).,-&?1)D {%!3232667#35'35#'53&'#5353.'#'67!67!#&'#3!!!!!!!!!#*.5!5!5'67#3#3"/326=##!~Zh-Njo0:B.;6n1K O&J!I! I&GLB???- / C+6551515%%%  5-0:9(7=<45)EKX%67#&'#3#3#3#67667!67!#&'#&''67'67#&'#7&''627#"''67'675#535#535#535#5!&533#67&'734"V2Z96n1K J%J !I! @)<;7*-54;X;1H$80>iC 3%*!&"3;XBR>;EZ)%%v?@ I $>*>2W&>D9CASu+1*2*13< RXm  ;>E!> / C+( &=+5%2(!Da*2##B?1&!%+#6&!Ce:+84%? /363636=Zkad=fNx`MN?%>P2'!!&'#'67!5!3&'%'67-L-LPEFDP8]DX9B=}=B{Kww~y' !J7&67#&'#'67#533'>7&'765#5!#"/326#&'%@#?-B-0o'(.4###53'$7%#&'#'67#533'7&67Phg(euy;Q5WI1Q)m1I@'? /B/GlG FEF"dAr))`xqEA?rq|kvq yx);:'6$7!'67!.'733673!$'#5'67!53&'73I-fd1hL=Kbm?3PLQ5@%9P80745jm-G48F-H(h-F='<,>. =3MHU Ea.MRX2qk2F% A`%-{gjEABspzgpx yxBE*BO&9Ez3N 2gIDLS%( ' K7&672>=#'>7#5'#.'#'67#533367!&'7&'#"/%@#?-B-"#/y{q2YX 66 I-N)i/Ixh:I0QyR5KCw&!9>+sPe~vets {v-M:Bɝ01(@H% proEA?&͜V.>F'".DJP#"&=#'>7#5353332633##!5!%#&'#'67#533'7&67< <j (X`L PLyKA5WI1Q)m1I@'? /B/[069 :k>+NAkk-WCCA))`xqEA?rq|kvq yx'5KQW%".='75'75'$7%%3:>#&'#'67#533'7&67sK 3,T-*.^m+G! $~KA5bI1Q)m1I@'? /B/ 6:A!  $ DBDBD(#C#&D'48'OA)kxqEA?rq|kvq yx')/5!5!'5!#5!'>5!#&'#'67#533'7&67d^2!O f>5,~^3, F-H(h.F=%;,=0JԡFF <~3EzA:%jKxgjEA?jyzgqvt}9&,<7&5!63#.'#'67#533'7&67353!!J>-K/cm7L7gvn4E G/O(l/G=';/? N  F3FA#%'TuqEA?rqq^vq ,D#K8+17%!5!#3673#55!'#&'#'67#533'7&67pK MMikB?5/1I1Q)m1I@'? /B/9@FQ V6@}sA)dhaxqEA?rq|kvq yx' !'-5%!5!5%!5!#&'#'67#533'7&67!53!3;;;sxB?5/1I1Q)m1I@'? /B/v_AAA)dhaxqEA?rq|kvq yxB1)/5%!!73!!3#5!#7#&'#'67#533'7&67txOMLB?5.2I1Q)m1I@'? /A.+'ED@@QA)dhaxqEA?rq|kvq ~s< J35#5353'>537&%'67&'#5'67#535!5!5!5!5!5!53!3#!3#`KTC($Kn6>.6/-A5?,a.ugLa(]@\@L;ii\DEE׏t$:r(&ED%DFIB&AGV1xVsR7Na?>D?E?NN??G)26:>35#535!5!!3!3673!$'#5'67!53&'735'5#!5#;5#}I\RG0F'5P04D7INvGGGAAG<@31AfUAexxeAUfA1-.O<' %+=A%#!'35#'#&'#'67#5337&67"/3265!#!5!ZE ƃc^5=H-H(h.H?!=$ @$]RpJ% kCqP7#'6735#53#367#5337&6753#3#"/32>7#'6735#y=S6.;J6\%%lJ" ^Ho4JA'@-; &lJ" ^H)As)c|hz@=;E 7_c2 âBTLBAUwwqt|TLby^,E 5ab2 âgp6!0@#&'#'67#533'7&67%3!'>=3533!53#53533{|@>3+)F,J(j-F<'< ,<.'KC$!N߫MA%bZogmEA?sppqv wuE*_nBBEAA'/5;%!5!5!#3#5!#3675!'#&'#'67#533'7&67RP MKoxB?5/1I1Q)m1I@'? /B/(DDOJ66uBWmA)dhaxqEA?rq|kvq yx, *59=#!#57&67#.'#'67#533&''675!5!KO@#?-B-'iX 66 I-N)i/Isvusr5`5e~vets {vAH% proEA?DtIvxItCC^A &=CI!5%!5!67#.'#67'673533#.'#'67#533'7&67CCF=UQs!x,YHk  @L&I'vn4E G/O(l/G=';/?/2$8F,J(j-F<'< 4JI. ۢSCF*?&;!H#9,2]]];(CA%SyngmEA?sp?NN@eCW D fK$C"7;F%?3/MrNiZqv Pc%>1 -R7&67'67#&''67#5353!#&'3!!##&'#'67#5333#53 =%;,=01] ?21-21M+"nOq TL,CP#OO4#.F-H(h.FwnK&jyzgqvt}4tF?=H4A3_I:AaaADAKi9_JB?\B "VkvgjEA?AW<C !'-CIO3#5!#53535!!#"/3265!567%7&#&'#'67#533'7&67IdIP`q%?*E;# *];A9hp;^G=J0n<35*F-H(h-F=%;,=.ґlCC{CF%C Ccn(w}%Av&L`ugjEABjyzgqvyx1#)AS%!5%!5!'#&'#'67#533'7&673!535#535#53533#3#"/326=!#!ff}_P&5HH-H(h.H=%;,?0P\'M\$ K'DD9DAY%xgjEA?jyzgqv t} <CC>A:C0B4"(Do#67#'>7&'#'67#533'7&%##5##5#'67353353".='6736732>7"moC m6G,K8@  F-H(h.F=%;KKX9,=HKK*-*9*8Max(yA#F %!A~]KBXV7#7!5%!5%!5!%7&#3267#"&=#'!!##&'#'67#5333#53#'67353!533#3:4r2(((/=%; %(C ! N,8BF.K. /3F-H(h.Fzo(b99,=+M(MUU_gJ?MMMM7NDjyz\=%%% +sPg#-MA6q,/!yugjEA?AS?5VXEqv]]]]?'Y_e67!#5!5"/326='67#53&'7#5!!'67#!#&'#5'67#&'#'67#533'7&67UREo/129H, $qRM+LjtCX9K8h#mOo#h 06F-H(h.F=%;,=0s(7)Aeo85< eK=9Z>7,&==O9>]G*8B~$ 9@M;OL;M+*ygjEA?jyzgqvt}' 8NTZ35#5#5#'#365!#"/326=#'67+#35#53533#&'#'67#533'7&67}{~{br\0 %X8O= =~IfjjMrcD0,F)B'_+u}F:"9,=-)\!ʨ{k)=1D+,"LEAP3Bov`gFAEb~l{u y~'!%HNT35##3#3!535#535+!'#3=#'#3%#65!!'67&'#'67#533'7&67!#"/326=##5##&'#'67#533'7&67{{D~{~~gooKKppKK9@FD%ZC+*~D{oF,3 'F-H(h.F=%;,=0[[[[8XXX[@NNNN@VVV^>"]\F!A #;:Ae%N[zgjEA?jyzgqvt}7 #VZ35#535##3=##!#57&67%3#33#!535#'67&'#'67#5333#653535!æ|||GK=%;,=0++M/'A$-, F-H(h.FwoH+MJ;>NJJ545jyzgqvt}?>@:NR(Ps!jKxgjEA?Ac1SⅅE CY_e5!#5353332654''67&''67&''67#5!#67&'##"'#&'#'67#533'7&67uYFNAN"z%~ k%dVm$gWuv$=49ALBb&c AI+5=Ij63F-H(h.F=%;,=0YY&H(^;c-)kQ;Tf'@39BZAAm_=N,aFbG^EXd^I.AuA%48qgjEA?jyzgqvt})7 ^b&'#55##3735#35!5!33673!.'#3#3!&'7#'67!535#535+5'67!53&'73!5!eGLGeLUaPgN4E)8 0 ~$xwỻKN 0 ݀-=DAGda.5MM5.a00-0]0]00-%9=1,?L@?-4471<;@71+J.;*>744-?@L?*.1E4 < #'+AGa35#37#3735'5#;5#!5!#!#5#3!!#&'#'67#533'7&673533533#3!#35#]iggiiAgiggyLMgg1y\290!'F-H(i-F=%;*>KiKC&11FFFFFF6GGGL+k+jGLFBk2S[_kDBIjyvdq~LLLL@141Nj@ x35#535#35#357&673533#;3##67&'#"/326='67&'7675#535#'67&'#'67#5333#65մ {{{=%;*>N{F(()6'0/6;B|S9">5 `y!SC#;24($O=&.-F-H(i-Fi\54$K:>KNN=jyvdq~ VVA>@A96:'F5E-=TzQ.C)OcI8083G(=;"Q:Nر-]~/BkukjEA>Atxpg`2 NTZ!5%!5!735#535+35#53533533#3#!!.''>7#5&'#'67#533'7&67ww[qe43KZkkLLZ_\*-ce-, F-H(h.F=%;,=0VV:R~CCAovAWC=UUUU=CA>5WBd>=cBW4*!jKdgjEA?jyzgqvt} ' !%)CHLRX!5%!5!35##3#!!5!5!5!5+5!'#3=#%#53335!!#&'#'6!!##37&67iiv'K#Ku}FolcD0,F)B'_3N:"9,=-----9h264AA462h9g66mAE<"P3Bov`gF6b~l{u y~ '#G]ci!#5##5##5!5#5!#53537535326=##5##5##367#5!!!#"/#&'#'67#533'7&67KIK'𕕕n`E_E^K b '7$`D0,F)B'_+u}F:"9,=-ܣգ8AA44b44b44b44\ @#??1AAP3Bov`gFAEb~l{u y~ '  *u{3535#35#675#735'35##3=#75#7.#65!#3#3+3#"/3265.'#35+35#'67&'#'67#533'7&67rrs=Y(oooo'ppp7,'co@2BdddHFn)H23HnFFr/&@#,, F-H(h.F=%;,=0+++++ X??4=q?s==\0Q JAs~U=+;+-F-A  -qK-+ڇP)Ln jKxgjEA?jyzgqvt}<>"(.7&'#'767&'76767%&67%7&@]R?Pr(Lmw43i1n}925Ocl2l,r/x#"#0 oD4mj30ef2i`624{ey0{j5|n3t5/AGM27>745#"'.53'767&'767677&'7&'#'67&'7R J 4*6(>L ]&CH+<3@@E!UH!U[la/!kr! <<qf\u |:+177.'#'7>7&'767#' %67%&67%7&>_P= Pr 1um1%)qM4n ]4.B "n^2!$QC B7Afe W{2G|Zj.o^6ii6r*/9?E#5'67367367&'#'7>7&'767677&677& >Mš4K`rM@)@gM]K4+./?3B& G?;Th $ A $?AF ;!F ?#? v~ ! i A # ~O> + Pfko?ks33& z*/&KQW%#"'.5!5!5!#5!327>7&'#'7>7&'767677&677&uN"$!I8/D_O #-.512@)@gM]K4+./?3B& G?;Th # A $?AEHG &,-jDC@>5v~ ! i A # ~O> + Pfko?ks33& z*/AGM!533##"/3265!7&'7&'#'767&'76767>7&67%&'7kOVV(U7pi5*&DP;F:@(@]M[K4+./?3B& G?;Rmc # B $NCBDZ,E0{u ! k A&~O> + Pfko?ks36(u s*4EKQ7&%767!#"/326!'&'#'767&'767677&67%&'7!AR=A=@c)J ]R|w92@(@]M[K4+./?3B& G?;Rm # B $NCB"|8 0<`5 F N]"II ! k A&~O> + Pfko?ks36(u s%/ 06<3!5!#5!7&'#'7>7&'767677&67%&'7@)@gM]K4+./?3B& G?;Th # A $DA ?lDDDDv~ ! i A # ~O> + Pfko?ks33Pkr v%6$*0L7&'#'7>7&'767677&67%&'776!53533#&''67&G@)@gM]K4+./?3B& G?;Th # A $DA ?:H#pscOHR'\d%] v~ ! i A # ~O> + Pfko?ks33Pkr v DDѤOO=OX`GAAY#/ IOU67#73533#"/326=&''#.'#'?&'767677&67%&'7[@{ ?!P=!PP  71J,\!I7iK['T++./?8<G>;Th# A $?@ >{G?np`gkpp}U*E*#|d^Gk  i A6B> + Pftf6krA%+r %/ AGM3'3#53#53#5!3#37&'#'767&'767677&677&A!h"@G~Y\eq>*?]KS* W\ni  pi26" nmn&/2W]c3#3267#".=##33'675367%7&'#'7>7&'767677&67%&'7RKE;O (&!03(dHHdp[dmLxV^@)@iK[G9+3+?3BG> + X^ko6krA%+r /*OU[%'6733#67"&536732677&'#'767&'76767>7&677& =3LLR^.MMS2ii04B#< <UKJ*M+,+?3< ?:7 =J FQ> = UKH0G+,+?3< B77&'767677&67%&'7-\ &$ @ 0(8aEU 2>XS ?@)@iK]K4+./?3B& G?;Th # A $B@ >fDnRm'>O$> -B rFv~ ! i A # ~O> + Pfko?ks33Vhn r%/ .SY%67#'67#5!3&''67&''67&'767&'#'7>7&'767677&67K(g:?!(%0^L`$gMY~(|YX5}9< > ^?*AjK]K4+./?3B& G?;Th# A $o" !|.DDP_A_C=F`f@9>h.',qe fl|y # i A # ~O> + Pfko?ksN%/ \677&7&'#"/32>=#'>7#5'&'#'767&'767677&'767!&%# ? $;=K=n&7<'bO(" ~{/mqa"/?]KS o;H/MZM nmnm͜V(?F.M9Bʞ+#1=;B # h A&dd>* W\ni  pi2SH&21<BH67#7&'#5'7>7&'767!5!5!5!5!5!53!!!!!#%&67%7&[X$S>P_=PrmQ: =::JnTnJ,Q*r+g&z&PV?2'Ie(  >P51)!&=F;F?CC?F;F=)eS;K5GE7HG;K%7 HNT#5353!!!#"/32>7#'6'7&'#'767&'76767>7&677&zN+E$@<5vi0!(YY9gM>(?`KS* W\ni  piB&& nmn<; G67%7&767!#5!5!5!53!!!#5!67%.'7&'#5'767&Co*l$}+9@WNIppPppI`Y4 2b 4?[T=Pr*_ ER5UI8OQ;Y417:ZBOOBZI8) Ug3nf 6']e'# AL8%X^d7&'#5'7>7&'767'736733#6767.53673:>7+%&67%7&>P_=PrmQ: =`G6I/+KdA6U^$&IBLL()F4730Q*r+g&z&'Ie(  >P51)71?8bA?%;6SV ;"@;D#^  !,.+ ,eS;K5GE7HG;K!/ AGM%35+35#373573533#5!#&'#'767&'767677&67%&'7ՑܑK>#KIH8fKS*_Tni  grK%^: 9?E5!!!7!5!!567#7&'#5'7>7&'767+!#%&67%7&L[X$S>P_=PrmQ: =::N,Q*r+g&z&z[[:[[[[PV?2'Ie(  >P51)!&h)eS;K5GE7HG;K(/ ;AG#!#5##33#3%7.'#'?&'767677&67%&'7!HK{{{{E{{{?+AiK['T++./?8<G>;Th# A $?@ >6R6!Ax!7}w  i A6B> + Pftf6krA%+r (/(.4P37&'#'767&'767677&677&33533#!#!!##53533}<&=;KH0G+,+?3< B7;Th# A $?@ >oopEEV(D+}w  i A6B> + Pftf6krA%+r (/#HNT#!#52>5#'>7#5!#"/5!7&'#'767&'76767>7&677&KM%c&Rr ,/CSIZ<&=XKH0G+,+?3< B7<&=;KH0G+,+?3< B77&'767677&67%&'7A@+$@5NFTI][B/'CW:E9;H=;Ql$ A $>A @0(,TXCxxCxn^*" mIP) DgR}zZC h A % tW=([Zvc .oo JUev p%/ 06<D%!5!5%!5!7&'#'7>7&'767677&67%&'7!53!3(@)@iK]K4+./?3B& G?;Th # A $B@ >2]HAv~ ! i A # ~O> + Pfko?ks36Vhn rB(/"(.4:N7&'#'767&'767677&677&'67?&###535#5333#,<&=XKH0G+,+?3< B77&'767677&67%&'7767!5!&''67&3!5!5#53533#G@)@iK]K4+./?3B& G?;Th $ A $B@ >J=A^Y9a@hYn}nZmO]N v~ ! i A # ~O> + Pfko?ks33Vhn r*\LHpBBX=,C0O767#'&'#'7>7&67%&'7(*1M#F0@;' V8g+ -!?'@)A;:!X8#.M61 5 ) H6H# < ! ;9B;F?EDDDbU)D*D BR}'="YO[w + D6f Wuf%E;A$) h A  ~8t} o(1@FL#!#5#3!535#535335!7&'#'767&'767677&677&KOuNu<&=;KH0G+,+?3< B77#5333#326&''677&'#'767&'767677&677&uI$_T*\Zl3aQeM &-_5<@4>BE+E.>*?]KS* W\ni  pi26" nmn%; !OU[33!537&&''67&'767767.'#'7>7&'767677&67%&'7NV8bR3OdiaP5I.AI/E8TU@Y4?=zAgK\4K+3*>9;H=;Th# A $?A ?;wBB-i|5x$B@^^@A;WaUWaQ0E\k#p # h A % Uv= * [Zvc .oo ?'Qev x*5 `f67#&'!5!'767&''67!.'#5!#&'7&'#'7>7&'76767>7&67O: 9]SVi$@{[?5')6xIH.Hb\& MM2A0 UM]K4+./?3B& G?;ThV# A $G\ Q/@?0@S0C;C2&4s%&@|VF7E55k wpv -i A # ~O> + Pfko?ks:-%:QW]35#35%767!#"/32>7!;##'&'#'767&'767677&67%&'7\<d.K ?^C /G5!=TKG:<+,+?3< <<yx}} ,7a6 D"5%TF*2jl h A(f`="Sbqj 8at9-$c = OU[35#'&'7736=#5!673#3###'>7#5.'#'767&'767677&677&Bÿ<,1G+2:ouU7(J!4uM GO;G? q,TKD(9;*,+>1> F1;Pd ? #= ? MSATH?``pZCSE\^O[EDWL1B}p h A:c_="Sbko.qaN# yq#/?EK#!#5&''675!5!7&'#'767&'767677&67&'KOsrrsy<&=;KH0G+,+?3< B7>F'Kp$o#/K~48'=@ 85#B2W H1J60QD 4@99&> D ="Sbqj. qaZDx h A*[؄# hq^{ek{U;XC%OO%'"8#3+Cb~@`(%;#;cio7&''6767#53533!67&3'>733267"#"&57&'#'767&'76767>7&677&@QDA06&P,*^Kfi3]ZK 0F  I#m>*?]KS* W\ni  pi26" nmn$/$*0TZ`'767&'76767>7&'7&'#'67&'7'7>7&'767677&'7&'#'67&'7(]&FD*A/?@E!UHG!QL>cA0 A N{C/ C,A.3A.cZ?!\Tla/!kr!@:qfYl |"A - j_5!U[jd/!gw! @:q& g #/QW]!&'7&'!5'677!!67.'7&''6767#5.'#'767&'767677&67%&'7jZZs"f"s<# 'E0AGE ,/[KH0G+,+?3< B77&67%&'7#($*1<:; M(+(R<8I4';p;K (LU=&= UKH0G+,+?3< B7*?aKS*_Tni  grK%^%/CIO5!5!7367+!#!#5!#.'#'767&'76767>7&67%&'7OT='gLLM4eKS]@@| h A&dd>* W\ni  piD$%^%/agm!3#"/3267#'67#'67#'767#535#' 7!#&'#5&'#'767&'767677&677&e41;VR1&"P I_xb#l=`Bax d{ KaKRx=XKG:<+,+?3< <<Qa?-= h>^O=S~lM % h A(f`="Sbqj 8at,:# ~%/"(,6@J\7&'#'767&'767677&675!&'67&'67&'673!5&'735#5!(=&=XKG:<+,+?3< <<>`@OO*0 *x -17 D`lnȊ: % h A(f`="Sbqj 8at,:# ~C "4:^d%&'767&'>3#5!#53535!##"/3265#57&76767>7&'#'7>7&67d3>P2@:]i :OI_IPeq%?)E;$ i:QB=F+ ,)?75 4C<5$ # &=MKK"U ? #{ t`v hV&-VSґlCCxCF%C C'q%=(Q`y^0Re< u # h A <. -1W]!5!5#'>7#'67&'76=!#3#.5!7&'#'7>7&'767677&67}%Qa{M@994 zeT_C;$;QH}6H"+ -!?'@)A;O_ < !x`#)AkB |Ls)(!fm s]{`AMz!Bj~AAr h A  ~8="YO[w + D @& / 5Y_e%#!'35##'>5!#"/3265#3#3##5#535#537.'#'767&'767677&677&aHΉ B>M7oouuKvvoo:&;SKD(9;*,+>1> F1;Pd ? #= ? *>>:W5S®k#V)C+U9h;XX;h9ru # h A:c_="Sbko.qa,:# ics / 8]ci5!!' '67&'767!5#53&'73&'73673#&'7&'#'767&'76767>7&677&np *nZ:=9Yb85EB"6!B 6v%E Y7?npy=&=XKG:<+,+?3< <<ԕؙ@ 6OEM K7&'76767>7&67%&'7ZA</dtA]MdZUmYXQhD*C &i h A <=(Q`y^0R:+2y / Cj67%&'7"/3265!#&'#'7>7&'767677&'7!#3#27#"&=#535#53&'73673 ? #@>]RkH1aKK"S+ ,)?75 4C A3>b@]4]HFcVB.2I`&'767#5!&''67&%767#5!&''67&767#53&''67&?67#5!&''67&76767>7&'#'7>7&67%&'7 $.,9;%+-2#>X%N9EA4;6M7IUBAV%O:>,:7 !1%2'Hw&hFFA2>6 Q:KWDNg%`K=h+ -!?'@)A;:!$;BH}6H# < !;93I=G0"11>BBYE*0! I+:$E;AJ9ATBBpT)B 65!:/D1$-59AAZD,(/*j;90l:EXDLbAA_7"B&CE%:!DO="YO[w + D6f r h A  ~8t} o/ $*k!5'673&'&'5#35#;5#677&'326=##5##5##&'#'767&'76767>7&'75!#"R84}H}4YT??T!SSTT ? #= ? ! TGSGSI7RKD4A+,+?3<<=;T`Y 7'! =&&/#FjjF#LJIIJe( |uC &s # h A*[h="Sbqj. _u,Vv~]I(%9 !W]c3##3533!&''67#5367!##"/3265!&'#'767&'767677&677&GG2L"}L0=?H"D.QK' d=XKG:<+,+?3< <<*?]KS* W\ni  pi26" nmn2-3S!5%!5!'7&'#'767&'76767>7&677!5+353!#3#!!#5#&``;&;RKD4A+,+?3<<=;T`Y ? #= LM M? fjj7!&''67&'76767767#535#53533#3#3267#"&=#'&'#'767&677&V18%7@G/7j`ywsK1+-~+'/@3<B7<"/4xL,)D " Y,QtY#UKG:: ? #= ? h6FFCF>S&}.' 7&67%&'7HH>&{HO:AJNI4aKS* W\ni  piK%^: =CI`35#35#5#7&'#5'%>7&'767##!#3#367>7&67%7&767!5!&''67&;>WX=Pp xG8939KssM_>677+q*l&%wD#C^.5qRm_QhUCB99;;'P])  ?W/1'&;9;958,Y]/`R7'6765##33#3#:&;SKD(9;*,+>1> F1;Pd ? #= ? UH\}3JRK<URKKu # h A:c_="Sbko.qa,:# yqAD_T:.cGC"7PD~DA %/ '-HNtz'677&7&'&'7'676767&'6%#"'.53327>?&7&'#'767&'76767>7&677&uI~4vF@Ex6~!@G+6";+=dKS* W\ni  piB&" fac!9 U[a#36!5!!5767#535#53533673#!#5!#'&'#'767&'76767>7&67%&'787$$>'v^㾠M@C^3=,MK#aKS*_Tni  grK%^N t%5###3675373#67327#"''67&!'67&'767&'#'767&'767677&'76=!&533&ZZXE_ : !g9 %-?!O  CG5Zv+X&J? 24 7 OF|5"$E* -!=14A)8R\9$QDK!ՠ>B^䬋 AA64JC̔mÎ5M!fu&};6J&#t} {nd (iA6As="YOq_ ) nT >Bn|Ei#II#@%<-^dj!5%!5!265+3673#67&'#"/73'>7#5&'#'767&'767677&677&MMi HO/7869FBK-{TDA9>)Q-Gr! dKS_T+6z5#;JO5P(TB[>=hU)Bw{2R25+~@6*h A&dd>* W\ni  piB& fbc%/ 5;?Z#5!!5%!5!675!7&'#'767&'767677&675!#67#5'&'7267#5!M f**֘<&=bKO&R+'/@3<F5;V] ? #>//N. ; ) 27?WW7S C]u % h A(C="Ilqj2 oi :+WWA}*dw dd|A.;Rx~3#3#67#5'>767#"&=#'>=3326767#5!&''67&7&'#'7>7&'767677&67%&'7ԧHcQ`Kry_p8 +F%,2$ ?1-!,AAT[KLy!oI:\;&<SH}6H"+ -!?'@)A;O_ < !;9]=>#A˹A/8@.B3.2 dy.-&ofD"KB@`BBUG3C7PN9=2NKLy| h A  ~8="YO[w + D 158t} oA Sbh67!35335!%767675!53!#3##"/326=#####&'75.'#'767&73&'#>7&67*$M+,+?3<<=1LX(998A MH1 ? 4RKD4; &KSZY ? #QcW]ff="Sbqj. _u-bbA`TC!BLi}fh A*[ !]W,:"/ d5#67767#535##7&'7&'#'767&'7676753533533533#+5#!#3#&'#5'&/ ? #= KBK\ =&=XKG:<+'/@3<B7/CL^KMKKM^PWMW1 ss̄# e]iCI;,Vu % h A(f`="Ilqj /jk$RRRRRRCAICo`Cappa>%. !m!5!5#35#;5#326=#5!67767&'#'7>7&'767677&'76=!!!#"'5#5##5##'67&^nCCDD DaBo ? !;! 7\KF.C+-%?/;4>7&'73674 1=TT% ? #OC$m B$D)H!XnX=e_ip^DA=p. = AC;RKD4A+,+?3<<=5IRbY ;ZF68;89DDN-HJ`MNN; =!;gH/@(:=%=//Ik:uV 5Rj}( # h A*[h="Sbqj. _u=4?6,V-D( . &LRX%#735'3=#373%5!!!#5!#53677&'#'7>7&'767677&67%&'7P|||||BPQ H_G ;$;QH}6H"+ -!?'@)A;O_ < !;9 }} BBE7'##.'#'767&'767677&677&'7ooooo9,E3S,Ʈ \^u ع>6q iA6As="YOq_ ) nT_9t} o 1 TZ`35#5#;5#75#%735#5!533#3#&'#5'67+5&'#'767&'76767>7&677&۞雛_; K]"\K["VI1XKG:<+,+?3< <<7&677&:>!iFzWE ,25;?9U*R|07#+%R6%dc ]T EW;dKSWXA>;!mO?QlT8>8K." h A&dd>* W\ni  piB&" pkk %.  $(ou{35'35##3=##3267'#3=#35'35#'7535+!+3"#".=##.'#'7>7&'767677&67%&'7ݗsFG#*롡<FF+ 1((<5%H.ZKF.C+-%?/;4>7&'767677&67%&'7'67%&'#55!3!535'67!&'#53&'JIJJ";$; VH}</=+ -!?'@ :3;P^ < !;9*iG4H+O{*wQf/Ijd!h?4 0X6$Pz*7r -h A 2 Tf="YO[w.ag@&c^h \a=Lg/joY=WlB>>BBCL`+1341@qX9 AV\b7!5#535!53&'73673#3#!!!#3!535#'67#'#'7>7&'767677&67%&'7;FG [;q7)[; VH}</=+ -!?'@ :3;P^ < !;9 7T_>XA:/7DB949AX>_?(4>BBo2! -h A 2 Tf="YO[w.ag@&c^h \ C <Bekq#3735'5#;5#%!3#3##"/326=!5!5!#35!5!533&'73&'77&'#'767&'767677&67%&'7|NBllBf]mHNq(9:.:~KE5ND<(=TKG:<+,+?3< <<UUUU6OOOn66?P%C '?6K6?SS(!31\:*BSy{ h A(f`="Sbqj 8at9-$c 2 QW]!5!#5!35##!5353!7!#"/26=!#&'#'767&'76767>7&677&IC"OM[;1CH;0`H+TKD4A+,+?3<<=;T`Z ? #9 ; ]`+CHHCApW(E-p # h A*[h="Sbqj. _u:,( |u/ $*03&'#67#%35'35#5367#5'67'67&'7"/326=#'>53673673&'7&'#3#&'#677&'7.'#5'767&''Hy N6?_kiiiɞ_''S;U+1]*AX"XHPO'RP%D+9SŮ^Ol4%BEC@0#Xm55754=Z8;J'=.<5*JB%XQ !< %E1!2W'  QW]#!'35'35'35#67?&7.'####3!'767&'767#' 7677&67?&D'㟟@'A%F=/ =>'+?LLGdl a$702Na R\ER"gU9sv?)B*CAG2B9O@FFFF8H_rtj_WSr 4 Z./ 31;GC0@ gc4zy* >Yel|v0hn&'%6#67%&'7'#'7>7&'76767>76753&'73673#3#;#"&''#'67(*,@C 8*' < !;5:H}6H"+ -!?'@)A;:!A53{$B!H/B%u;]##/B;F?D' WDT :8t} ;h A  ~8="YO[w + D6f >VRy7&'767677&67%&'7J13;gm~".>,C-A| x[,/&)56?<,2_7.'#'7>7&'767677&67%&'7s=(HARGNKl KFt G+aKF.C+-%?/;4>>-s3: h A + Sp= ' VZll 9U| H8\ o0*0qw&'%'67&'633#;#"&'%67%&'7'#'7>7&'76767>76767&''#'67(*S6^F ?2.+4!CB %AK@c/ < !;5:H}6H"+ -!?'@)A;:!A5>:F . .#)<%F&',/V;<>B;F?G1 D;Pf=YHO̺" z^f+}lADJ`gR;8t} ;h A  ~8="YO[w + D6f >VRyi H77;=1,^H( :'a2[| / :@Fkqw35#35!35'35#67#7.'#5'7>7&'767+!#7&67%7&7&'#'767&'76767>7&677&zmduPC>=/>LxR;1.7(H`(l"MT7<9W4?UA=D;&;XKG:<+,+?3< <<!==U?n="Sbqj0eqGScy h A(J턔# hqr 6 5#5##35#735#5353#367#7535+5#535;53;3#+3+!#&''67&''67#5367+.'#'767&'767677&677&'7K霜M3 >:&K--KMK22KKb_/Nko'so1JB>1| sB:NF|5"$E* -!=14A)8R\ : !64,33:::3f333*># ue)c>f99f>c)=K7$0;?'GA, 57= iA6As="YOq_ ) nT_9t} o . 28>djp35#535#5!#3%5#!5#;5#5!26=!5!!#"/'67%7&7&'#'7>7&'767677&67%&'7VaDmid ddd [7.L:f@4Cn0^M1M;$;QH}6H"+ -!?'@)A;O_ < !;9DDDAAD:qqqqq??AA:@C^,bH0N[1Zr h A  ~8="YO[w + D @&Vfm a 1 HNTw}35#35#75##3%73;#"&''675#5&'#'7>7&'767677&67%&'7&'753533#3#3##5#535+35#&'7j\\\\\\\\;"m~".>,C-RQH}6H"+ -!?'@)A;O_ < !;9SI)MGMMWF#SI(TJX`6XX6`nkG1C/;C88;F!h A  ~8="YO[w + D @&8t} oC/7287EE?DH>bb>HcDC/76< !>>DJnt+367!!&'67#7&'#'767&'76767>7&67%&'77'67&''67.'767#!#3&'67%#"&=33:>?&KmF P L=([_z ;&;NJ? >4,*)?38!9;;QdX ! = "> ;"T@41&} 0)6,)5G5D8 -),b,N6 C5*C(3 9#+08F0%1(u % h A.jS=N_qc:\q,:bk] n27*'1 (%i 6G:$6+*/>{^~ c/)/ 9ȭ!  Yawr16[ag%#!#&'7#'67'!5%!5%!5!7!!5!5#535#53533#3#7.'#'767&'767677&677&O ]b^^Mmmm P];#<JKD4A+,+?3<F1VAq%}HK{hC45]L6$ PrgS8 6!*@G.8 R-F 7/73=)=L#$5z+?s's} (444-00.,Cp[8S (A9H 6 ;AGM&'>67#&'#6767676777&'&'#'767&677&'76733#6727#"''67'67#535#53533#3&?&4#T"4 i&$%@* -!=14A)8*(3( 2 *MF|5"$G : !64/! 2 "(I&#<1D<GB-Eo(>0ii>qgj!Z^n +- ]#3735'5#;5#67#'53'6=!3267#"&=#!&''##5#535+535#53533#3#367&'77.'#5'%&'76767%&67%7&eeIeeeeI5.+6F A R7#Nq;)25]L6$ PrgS84WL2GS 5 5z+?s's} ,%%%%(%%% 6009+,R(s ,P]X89J-'>;:118 !9--9! 5 (+(UT)' =H4,! 12./. $ QZ.OF4B3E86>A9H ;HNTu{5#535&'>'6=367#535#535!5!5#535333#+3#3#5&'#5'&'7'67767677&'#'767&677&U-%L>6Ca=pL22Jr@IEE*C9G<_!0!4#/2,#5!+,+?3<F1D?E?MM??Gj(C*eI[I66%_56Z#$>QMA="Sbqj. qaZDx h A*[؄# hq^ 7 %x~67#35'35#'>73&'#5&'%&'7%7676753533#3&533#6727#"''67##!67&'!&'#'7>7&67%&'7)!m,(*8-99-b+ -!?'@)A5L(jI&#>2C<GB-Eo*H%4) v;BH}6H# < !;9JQ=^gg;` @[:B;F?nG"Z^3="YO[w + D/[[AOL}?igFmaLD46,4v8c h A  ~8t} oAdjp#!#5735!3&5!75!5#535!53&'73673#3#!!3673!5&'#'767&'767677&67%&'7KLrFE S~< II  EGsTKG:<+,+?3< <<+,,7%p97)iiE"5F;FA(%5&*1 0AF;F?p,0+!B(h A(f`="Sbqj 8at9-$c 5 w}%67#735'35#75#75!67&''!535#53533533#3673#&''#"/326=##&'#'767&'767677&677&'770$xV6"'P-6*@77FVE77>&AH,S!P33T ?/ G1RF}6"@** -!?*=)A:P^ : !97?NN:KjkY HV.7>>RRRR>w FBD֝XM:FURI"C8n h A4pF="YO`r + D;+8t} o . "y35&'#3735'5#;5#%&'67%&'7'7.'#'7>7&'76767767#53&'735#' 73673#&'#5!#ٌ: Q8JJ四{&- < !;2\H}6H"+ -!?'@)A;.%,/!lHy (>1#?~zE u=7@0\ KK! A}A<=KEA-? WNDOA[LH ,,Y] D EKQtz&'!5!!5%&''326=#5'67&'767#5367!#67&'##"''6%&'767677&'#'7>7&67%&'7>#(:%  0%E=* (%B7957;'+ K (2#=08CQ3.7P,Rx#vfhV*We-+ -!?'@)A;-(6$;GH}6H# < !:9UU\NORRJD?S8@B "@-@C6)<.?9A!2 +AA892!D;M3H"+ە@ /e=<9ZEX6WE="YO[w + DZDr h A  ~U[z c .  %Lqw}3##35#35%5##335'35#%&'%!3265#;#"/#"/26=#'>576767>7&'#'7>7&67%&'7HH4(*a#  I1#F K;*43!+ -!?'@)A;:!$;BH}6H# < !;9cUUU5UU5U >5:/B;F? +T"T*-?5Z;2'aN="YO[w + D6f r h A  ~8t} o9"{267#".=#'>7#5!#7675#535#5!5#53533#!#3#3!535#535#3#67'&'#'7>7&'767677&67%&'7,3J $%#+.% W |vcc D;"7(\\pNgVVgh____9-w8OH}6H"+ -!?'@)A;O_ < !<:M+.*  " _|AXH==x(nke9D=O  &,0`msy3&'!&'!#3735!5!#!#57&%'65!76767673.'!#&'#'7>7&75'7&67%&'7*7,,j:8=6v@klNN5."5"$6454IC+ -!?'@)A9 O9:IH6H:JO < !;9'%%I& #dL(f(8DOMaOECKK="YO[w + D MjiPD h A  ~8Kr ?w 158t} o2<!'353#33##5!#5#5353!53'67&'77'675##;53;#7&'75!#5&'#5'767&'767677&'7!#!#"/3267&'e3h223MMMM/#1 0 mA,,52/>.2d6 0%F$ C=k($2*#"5#/"15GPl-JL7xP2 - {~?FFFF?KKKTX XRZR ]N 7 .KKv,MP 5*?..':;=+Ii^7 AKYN*A & (/(MSY]a!5!#5!#535+5335!+!#&'#5'67.'#'767&'767677&677&%5#!5#CJE(2f#mKp!;#<EKD4A+,+?3<F17&'#'7>7&67%&'7(*KIK%푑n\EZEZK K %8+ -!?'@)A;:!$;BH}6H# < !;9B;F?ܣգ8AA44b44b44b44\ @#??1A="YO[w + D6f r h A  ~8t} o A  &{&'!5!67#!5!#!5!!567%&'7'67#5#5!53!##!#&'7#'67#&'#'7>7&'76767>7675#(*6 jFmmm < !;9G,a7[DN E,hȉb i^\%;BH}6H"+ -!?'@)A;:!x],=B;F?2*2.-^--ʋ8t} o4-<GG,K44<:@64,I1;->  h A  ~8="YO[w + D6f 6O'y'E .!)-15:>Bgms35#5#3#'#3##!#3675!3!535#35#;5#%&'#353%76767>7&'#'7>7&67%&'7MMg *4DcG/ZDD"F ]8TTTT)(*aMMk+ -!?'@)A;:!$;BH}6H# < !;9JMMHCQE7&'767677&'767#5367#536533#3#3'67#5367#536I(4"6\\\@ < !;9Hvzz0T!U iZYJK <IH6H"+ -!?'@)A;O_ ; =ViejHbh}Q0"$E7D\]`4+6)'75)77i7737Y8t} o$=*7#&'#3#3#3#676&'%&'7%76767>735#535#535#53533#3&533#67327#"''67'675#535#5&'#'767&'6&'7% 7$bVV[[[[@*+$4:;=1e* #)=-7 <*7!5 &MRRq||IqqF ,">.J =G;-5S771 G@[[['ADz3& 09 :! 748 7989<9G 6%G4L7fSXa="Ddgh*iX D^ smB;D:.#.?,B R:F'# h A;V Rkr rK 35'35##3=#765!533!35#535+5!+3#3#3267#"'3#3!535#53535#'67#'67&'767&'#'767&'767677&67@'9 N|BD| %$ C $$^ ><kJ&r5'? .4* 5 F|5"$E* -!=14A)8R\ : ! ..-/\.[//3Sc;EQQ<$B*3''3*7" !  /75::57k#3I ;=,t} |Z] (iA6As="YOq_ ) nT >( . $+>35'35'35#35'35'35#67&'7#67#!#&'7#'67+%767+!#&'!#&''67&''67#5&'#'767&'767677&677&'76!@-K&I0W[U?*$3G@+M?'F_:-( GV8)# a0N`u%XrCN 7<'g) 3 F|5"$E* -!=14A)8R\ : !6411a111111a1111K < *'5%2H!%&(42&*'2#5(]@n(g"&3 '=7#&'#3#3#3#676%'6&'7&''&''67627#"''67'675#535#5&'#'767&'76767>735#535#5!&533#67&'7+$P% 7$bVV[[[[@]9 :! 74B (-/8AC /G =G;-5S771 G@[[['ADz3& 08* #)=-7 <*7!5 &MRRqF ,">.J4:;=1G4L7 7989<9G 6 Rkr r"$2<2/(1( 0$1(&Pz!&$8L;x>:.#.?,B R:F'# h A;V^="Ddgh*iX D^ smB;D<`uDZS# 9"C? 0mqu%5#5##367#535#3#'#353675367+535##3#3#3#3#3#3!###33#535#'67353533535#!5# ?R[7>$$HcxI|u 1M$GB6!?7E ̄NNtt<>3@Y 555,':5%/?5(8<4>3@=,3(N};D`M# 9"!<<<W/V)Dvb@BKULF_GJ@b> @ . 8!5!&'!#5!%5#!5#;5#'67!!!!3267#"&'!67"5 7J$Ψ"D 'h* F\J0tY"8Z^9ZZZZZ@ 2(7'6767!#3!!!!M۞NfCW\z ]PP%&#5!%5#!5#;5##5!#5733#"/32655!5!5!5!!!M*ɦMKKM%L,UO+ 05Nq>A9^^^^^''yPT*B*55j;;_00`11eF( 48<@67#%!!6!5!!5#5!#!!!#5!#'67!5!5!5!5'5#!5#;5#56AY+ M.TyANN NY7Ȳ{&O'A< cEzGG&MFA !! B/FAA<<9ccccc ) *.26<BHN#5!%5#!5#!35#!!!!!#"/3267!!!#!5#!=#677&'77&'77&'7MBx**p5C>]P6"!@N5#C"6 C @!z$<#G9WWWWW4848yACf:88l88[_g[^UX^TIQO!L(:< & -?`#5!%5#!5#;5#35'35#?.''276767&#"/326=##!:>7"#".=367:>7"#".=367M4êBM9C-<,M";ddh.WBK|(( H 5++ZHNO) ) H 5,,ZGN(A9^^^^^9948US<NJ9L#71<'  % [4=53  ! ' U6=5B   38<@DHN5#5##3673#3#3#3!#'67&'767%#5!%5#!5#;5#3/67 G"M/1$0::/E M.Ǩ M>$>E]]``;c061<];`;c@&9?;./ VHPB_|%*n:QQQQQy  ""  %e5#!5#!35#!5%!5!7!5!!535#&'#%5!67+535#535+5!#3#3!!#&'#"/326=##5##5'67MMSg(a'O߃MR߂c|$F$MYN" PK.<|b;;;;;00--']''e3338 '6''6'!8:(B 67<BB(: 5 "Km5#5##3#5!%5#!5#;5#67%&'7&'#'767&'767677&'77'673673#3#3#3!#˙M.Ǩ' @ *H? :]KD(C8*/0?5; KB>Yu :,73T5FGwK E]]``;c@:QQQQQdghj& Pl  C$J8;7H NC NT$pp1U`[=a~*%061<];`;c@& < #(NTZ5#!5#!35#5##35#735#35#3=#!#53+3##5#535+535#5#53533533#'6&'77&'767!!#3#3#3#"'4&5&'7327MSSSRtttttMMGSLSG}99II22J99w 3 - &$+.# 1 )LLLLL]]]11<7<kEG#,IEk#23؎#A[>]>ZA+&)?F!',AZ>]>[ABhF{LLzFhB&/&V!&'73&'!5'6!#"/326=###'>7'6765#535#53&'73673#3#6E_RHO{343/&[3(F9MUI <7:.0 B>\5TC:d(E EwwwL:Wfkz?&.965(:~U*E,p @[~;31]B C DN?AJBBH\BHHA?Y&&++[&'5!&#67'67 73#327#"'#3#67'>7'6765#535#53&'7367Lci#^X4B] ,+ A?"mxx7MX9 <7:.0 T,IHTC:d(E Wh C]?!B@C DAAuVBlN4A?F7@\;30]DC DM?AJBBH\BHHB%+2H#5!5!5!5!53&'73673!!!!!'6367'3>7#5367#5367#5!3#3 J(F#"H&60.% | {w>Q:%V >!=9 A/0= I<]4=OA7 S35#35##33##5#535#535###!#5##5'67#5367#5365#5!353&'73673#3#4ÂNʲ2 KF("!Y(Wf u)qF %T#I&en1.63sDDA:/+//E(Gn>;3?36<>K<;\FP 9PCA*B%+1Q!!5!5!5!5!53&'73673!!!7&7&'67%'67#&''>=#'67!|@H #K@Cb^]qUODa#g 4>'”T+q_3J4q;G 0??M+@D4!q//7=48LF < N/=1 > N@6;!9 ?BIK@1&+ aj!5%!5!3&2>7#3!#''>7'6765#535#53&'73673#3#6767#!!!#"/%3'67#\\)>4e H=#.F "* <7:.0 T,IHTC:d(E ;mxxF<>'D/+4XD7!h&JQQ;N5*6' $,?(>?. \;30]DC DM?AJBBH\BHHA?F7FIV)$<D-Fd" $@ !&*Z#!%!5!#5!'35#!5%!5!5!53!!!#5!'>7'6765#535#53&'73673#3#6I0bF(✜cbbPRLJe$ 52:(+ H&G7uu}K@:RC!Ilgg5^@7ϩ).77/8;AA;rg==n@" [~<31\BC DO?AS:GCOO>RA?3J6 '7&'7'67&'67265!5!#"/!265!5!#"/Cb6ZK +j%G5_G7Gj$nH*'Q{*'Q{bs)gmL2r`:Zq)mg*hr`:Yq*B7V)E*B7V)E '-+17=CW%265!5!#"/7&67265!5!#"/7&6767%&'77&''676767&d>xp']D(;to>xp']D(;to@׍@:f=%?SMAM2Ja"/@z,A33.4(+7=7./@z,A 33.4(+7=7.rCl"JDDJ"lC*tg)%?atZb #'5\#5!#"/326='675'6%#5!#"/326='675'6767#535#53533#33!!"&''67&% AbU OnZOnu AbU NpYNpwI>+$-l}}K{{lBAI9Q,O64AV(A+[K@Pp&WI'Luup >@Pp&]D(Ato=+4^P^#6bvqg?,@10133*8:7.?,@23.3,+7:7.%Aqg@__@ucA=-3JP7!5!5!26=#&'7#5!!#5!#!67#"/%67%26=#&'7#5!#"/%67p [=';e"?E `OO 9@Ppuo KG'FZ =>@Ppuoaff2*2(:,? -W,,#=$*8:7.*/2/4(?,=)*8:7.&++17g'67#5!#"/3265%'67#5!#"/3265&'%&''>7'6765#535#53&'73673#3#6\5TC:d(E ;mwwLSGASnFC0V)D+SGASnFC0V)D+[nr"e|!nr"e|@[~;31]B C DN?AJBBH\BHHA?Y&-!-DJag%'67!&''67#5!53!#&'3!!#5!5!5#&'7#5!#"/326''65#&'7#5!#"/326''62,u0 XO/OWEi(<Pxe/no.PaPaBW9)C]"A?4\Y+'oQW9(C]!A?5[X,& pt1?P$!.1/ >-5Dd>??> !-;3A()2AppA*!5'.+?)<:8,;(5*!5'.+?)<:8,;(.,O_'67#5!#"/326='6755!5!5!533#"/326='675#'67#5!'67'6767!#3!!!!D~yc?DKH<(9O1K?DKH< ~yc E6F<2;?F:F!%)p&'7#53#"/326='675!5%!5!5!#"&5#'!#367#"/326='675#&'7#533>7#5!#326H/*'*3##$9* 7RR6 tDKF#IHR5K  9* 7RR6q/*'*3##= B;Lz ,1/02*?*>47,9+51ff:aDD,O!CG(,$>47,9+51,1/02*? / >DDw# =#- $*0j35##35#53533#3#3##5#53575#&'7&'7'675#53&'3#"/326='675#5'673'#"/326=HHH~+296(+2:1,{"nP`TT`4NCJS!nP vDu4NCLcoS@ee@SS??S\\[RVV [RP\:>U>N``N=A E0:>U EdfE =A G:%7;@d~%'67#5!#"/326='675!'67#5!#"/326='67567#67#%53=#'!!!#3#3#&''6?>=3267#"&=#'67&'7#5!&'xz_?+dH<Ïz_?+dH<D 7H;,1|C ,X_o{lU%R+.W*Z-"2 A#,=o_LC;31K+EIHhaRX@6-5>,?s`I6Jl=X@6-5>,?v`I6In9&/,(12.:Q6Z,FIe9ON' 9L"^I:SHh8*&8 J 744-%#,#!!: %!//2 r4' k5#5##37&67'67#'>7#5333#67#535#535#53#367#535#535#5!#3#3#3#3!#'67{?"<)?*Jgh ) :049/)LFCa9Eh  & 0L#0( CCzEE6Fxs k;#A 6=46AhAez7#"'.='67!5!5!5!533#367!!$%>8NFBR%%P,-+SciMS*M^`tP@q=_tC/ -$. 686(G" FHvCAiiA+sCRKN7gAj'&!5!5!5!533#367!!'$2rPbe7!'67'67!5!5!5!533#367!!$7V 27EH  M IW۾jvPBt;^ yru}'E FY,D ^D;bA>RR>k*m\AJ92>7$ (6'+/#36!#5!#'67!5!5!5!53367!!!5!!5JVN&NSXO|P9.:X M&<@++`#DExA@__57<*pgA5inn&<6:BF#363267#"&='67!5!5!5!533673!67!5!#!#5!!\> F P^dtVHmeqPI:9Tvk NN L :+%"0'?-O:L9AA205%MF:5.78:\L+k+KF%5!!!#"./3265######!67F\u !,;X JIM7CCAH,!C  r>K('#?3265#%##"/3265!5!537&5!#3#"/#####367 =FK'S4SN1)M@P;B: )J&===I wEZ,E0E~BB<<4#!33+M(1)!!&'#'67!5!5!5!5#'275367!!)P)VPVWBv>zDz>vB|?w C d^C}?'.P35#'#3#3#&'#'67#5346=#535#53533%3#3###'>7#536=#535335uDJ2A0J9a%p8JaaiiKGI3=<v}||I/$|\?\?gv+rL?qB?X?\AnniED=oI<=p\DS!E'(_#3#3#&'#'67#5346=#535#53533#".='75'75'$7%%3:>S<3A0J9a%p8JK 2-)(,()Vd %C! x\?\?}`+rLBrB?X?\Ann 5;@  # ECDBD'!C!%D&46): 675%!5%!5!'!#67#5'67#HHH\8[Na* |ך=BBA/ CS  $335#5#6+'32654'67##!%#3'>7#5!##5ׁ >ENRR ;D2L8Lz4 / >AKa#2JRKE'3x|`CBPCC&&*35#'67#5!##=#6333#3!533'#3{$-q-JK8MRI^d CQBB} D:FFpA2 E35#5#6#33276767#"&5'#5'67#5!#6=##3533#5#GB2/ F*o]*M'Ht"-r.GLI^1IK# ]%qXC%4L$CPBB>a* uu:9/ .B35#5#6!&'%#3%3&'!5'#5'67#5!#6!#"/326=###KN`UHԇLO8223"H{$-o-z 6(MFL^Tii5v?),:73+4 CQBB~V)E,p%1CG35#'>7#5!##=#653'>7'6767676"/3265##!#3|||yn (T(F|#Hp*]_fj. hjC+*: 6 uFe||^`CRBB?>'cU8'C 4A*5 1F,WL&935#'67#5!##=#6!5!#335#535#' 73#3#5!#{$-q-JKTۇisd|KJ^d CQBBiC DLC"Cm555 3735#'67#5!##=#63##!!!5!5!5!5!5!!!!#3ؖ1<,KId,,uC<6@@ot3G "a??T:L<7!'67#3~Kߕˇ{$-e#HKAKNNd ,-I^X?L+$[[[[9UUUd CQBBbc@??&v'CDKT8v&":>U35#'67#5!##=#6'67'677'6767.'##3?67!5!&''67&0;#K`'oCb@@T?'B-T(? C K "A35##!%#3=##675#3=#75#"/#5'267#5!#3265!!Mh(FH8LIA!('|V\[VV; 5d55[[ T799*|\*V)  !'-Iio35#'67#5!#67'#=#6#3'67?&7&'&'7'676767&".=323:>77&lllx\#G-0CE*FlSll7xOAPANy7$@ICBjaV/Z^)vV$Q1)K(-L1c-.,N"! G23dD>,B.^b"CQBBZ^vtE- /WssW/bjq*.CY1]A/@n} xdS %'%ɿ '"( 342/~7"@D35#'67#5!##=#63#5!#5353>7#5!#3#;#"&'#3{$-o-HKIuJO+? F.JYxGv/54+^d CQBBA٘gQq MQu*AAADKbiS/ nz35#5#6#353.'#5'67#5!#767&'767677&'7767&'767677&'7&'3'67#5336%#5##335kkkkSkk00 D}T#8#+,94% $+<,56.;Rj <*,=@%$+<,5:*;Rj>%@ -dh3u(CtFzHHz^-u +<"CQBB8*C747RTN %QT G,:]8*HE37RTN %XM B8yr5 u{%8(K!,Ⱦ %/'+04DIu7!5!5!6!#>7#5'675#'6=!'35#67#!!3!535#53533##3753'6=!3267#"&=#!&''67&'7"{W,ZN A R7#Fm8ETR#nb\qDA-+v3 9x+<<SN< !KT8ME*&066*:--:3P9+-S&s ,P]Z89>':*%:$( 7 6:>Z`f35#5#6%35#35##35!5#67'#5'67#5!!53!!!#35##".=33:>7'&'77&kkkkSxffffH5CE3D}T#8NIkkofU232-.,JF$$ -@Q+Jn??,>,^Я&O$>]~n C"CQB%WWAOͯ00/ $'%? %&30D?07 ~ 2 "&^!5!5!635#5#6%35#5#6!!#3%#3#5'67+#5'267#5!35'>3#5!#673#6 88b[/8}" K09/K ) 4Je:o)PQ*">6%:>1Cn>3C 3;;;@D= ?"w> ?%AA>H<7`f35#5#667#35'35##3%33#6727#"''67##!67&'!53&'#5##5'67#5!3533#3&&'7kkkkSG0kkI&#>2C<GB-Eo*J08& o]'D}T#8M*k8-99-^jJQLOgg;`~?igFmaLD4601v?@[("CQB)[[AUF}TnG"Z^ < :R]cg~5#!5#;5#35#5#6!!!#35!5#67'#'67#5!!53!".=332677&'7!5!!?&#353#3#67'675#535ghggkkkk6H8C!B6?pg#8N---JFYF23BN%nN@(?>->-kkϾA99,Mz *222PHW1BB (Ym`!@ <]AQQ " 6N *+* B8,>>7?!pyzKP99?9@ 8;M9? *4#'+?gk}7!5!'>35#5!#67#=!667#35#35##!#"./326=%>5#"&5!5!53!!!!!!!!!!53&'#53533#33267Rq{X+,ZNPI6 3(- M 95/;BPLB??Dk6M3]t#aU6 `,:::9P2!!l!KZ(0  .$1m***/&1++1/  /7/35'35!#5!5!5!5!5!5!5!5!5!5!53!3#!!!iPi[@c@P@]][ffaaAA_AX=fAa>VVAXA_///n35#535#3#3##5#535#535#535#535#535333#535#'67.53673:>7+!#3#&''67iiiKOйIJK++LA;$&MJ%%H424*OR7) f__VA^AA^AVNNAAn8("Rlc3<6C  -,-(@nAYs*VW|<=E;M35'353353#!5!5!5!5!5!5!53!3#!!5#53353#5##535!#5!3#5#'>5`IG@\@L;iiGIIGLI%A($7AA~AAZZ(HH=}7ZZqm7mI2$:r/W%535#5#67&'7%35#535#3#3##5#&''6767#53!!3#3#!35#535#535#535333#`l"B#LwwwKNB "k:Y%¼ԼK++/=^;b KCGf__VA^A)%.<CtACUNNA? ae35'35%35#%67#7!&!#5!5!5!5!5!5!5!5!5!5!53'67&''!'6=!67!#&'3#!!!5!M# 3ES!QiPi\>^%G@<'!)?BIzQ-H)9)`P-6jj\#11n00C/+A .tG;VV;.5,31>0:,( *-'/WE)PzPIf <\;4< b>d,5.==U<%33!#"/3265!&''>7!#!6>7&'M&Pd.* 0wD%suMr{yH.uG<82hV(D*U"S4vUsT>2kR)07c.-N4uQqO( B35'35#26=#'>5!#"/%2>5#'>7#53653!#"'5 5A"20 ]> YZBUT M "!6fb]"8A.,}2Uȧl&X'D8rŕl+cC[pO|ӝN. F " @35'35##'#"/326=#'>5!>=!3276765#"&5N33,"S6 6=#$&i G!Y@ ]"8A >4D,z2Tūl&&2y0% +^"Evr #)!5%!5!!3!#"/326=!&'%'67&&N9P9&S)&HFEBL;SDQ:)uu=k["U%C+?XXof`eged(' 5;35'35#26=#'>5!#"/!533##"/3265!7& 5A"60 ]>cNWW(U7pi5*$DS8F:]>A.,}2Uȧl&W(DDV)E*!{ /35'35#!#"/326=#'>3!5!#53533#G/S6 7>#N]>Al&W(D,|2TFFDD +35'35#3!53#5!!#"/326=#'>6/S6 7>#]>AlDDDDl&W(D,|2T# /35'35#26=#'>5!#"/###53#5!# 5A"60 ]?N]>A.,}2Uȧl&W(DDAD DD &=S35'35#!'>=!3267#"&=767!5!&''67&%!#"/326=#'>.?2B,C+)*.;?e\9V@ibzpebS/S6 7=#]>AK7&kg:Z201 C(UMMkBB\A1@2RN6B,CMl&W(D,|2T1 ,B35'35#767!535#53533#3&''67&%!#"/326=#'>DAmr;7PCh}zupuW 0S6 5=!]>A{`fACzzCAuN1B3^X9B-Pjl&V)D,}2T 7M35'35##;#327>7#"'.5!#5%!#"/326=#'>zyyyڗ+;C>D O))'\_<A; 5,,CJB0c%?Dm%W(D,|2U  #'+'6!%!5!!5!#!#"/326=5!5!܂:soF,Nq'Q-ex& \p,M3 <]'GBC1??)GG7 *@35'35#'6#5353!!!#"/32>7#!#"/326=#'>;YEN+;$@<5vi0!( O[/S6 7=#]>A/a DDQEG H 1l&W(D,|2T5>)7!5%!5!%!!5353353!!!#"/326=!#&&BMPPn(R,eZ0% PXXQBCI8 F35'35#7&''67667&%!6#5367!!'#"/326=#'>}G@&Gл;D0K.?er$ )N[`M9!S6 5=!]>AgԮ<4 E l&.D`<NKDt-D,}2T5;!67!5%!5!!67&'!#"/326=!##&''6767!5!53#.ݿ'((R,eZ0& Pm]<1x3v,*PUU:R1=A # kBC<+?[^(0#>=E?YYG+?%!5!!5'67#5!67!!!#"/326=!#767&''67&'( X T 'S,eY1& P@$-k4bf1fMPP1Fj=, =&'BA3^:+4&/4=27).72G-H%=41 +A35'35#!3#"/3265####35!5!53!!#"/326=#'>zyyy+ CC3 LIL/S6} 2>_<AMU*E+=DDmmm%W(D,|2Ub *.#!%5!!!7!5!!5!5!#!#"/326=!O$HL*P(R,eZ0% PLL9OLOO8HBC3HHb6  2!!7!5%5!)5!!5%!5!!!#!53!#"/326=!Pk**=j+OjPs(R,eZ1% ,EEEE9EEEGG8F=M}B?2 0%#!!5%!5!35'35#5!!#"/326=#'>KaPPzyyyG/S6} 2>[A_<ABBm%W(D,|2U4/'I7!5!#!#"/326=!3#5'675!5!:>7#".5367 P(R,eZ0& kNN w## G3335<5P#LtBC@MMBBPC  **) p5><C6 %)?#!#535'35#7&''676767&5!"/326=#'>5!KMPSBSMC"C'1UH  6A"!6S6^>A& :$( E MiD,v*Kɴm'U)' )?35'35#'67?&##!5!5#5333#%!#"/326=#'>usss @O'D*BL1D5xNN/S6w 3=]"8A#u{uDDCYCl&W(D,2U5 735'35#!67!!!!!!##'#"/326=#'>HR#J O+,J"1S6 7?#]>Al΢ <CCE䑃W(D,|2T .4835'35#3#"/326=#'>5!##'67&'5!qpppF/D7t 7=#$0LU.`lna/eh8]>Al&W(D,|2TBB#&?ךp;lBB .:35'35#35#!3=#3735"/326=#'>53!#5####eeee'KH*g+;FUKKJ]ZACD+k3DlQ'P?$?# J&'35'35#37 73#327#"'!5!&#67#"/326=#'>KeqpppFHB] ,+ A?1i#Z\/D7t 7=#Iv ]>AlCAAJBlN4C]?"B?W(D,|2TG Lb35'35#3:>7#".5!5#5!32>7!'67!#"/%3#"/326=#'>usssU)z*$9# M'"JD<04< $  *6;S'K  1N/S6w 3=]"8AAB 6$'5<@ &% AQP/ 5,m<l&W(D,2U+' 535'35##35#53533#3%3#"/326=#'>5!d5IM lX Z::,~\0+A?XDDvAhD+,Tƭk)W'1!@R%!5%!5!'>53"&533267'767&'767677&'7&'!#"/326=!#A!!>,'I-B I C5d-!^V'$H6??IBWM?x,=4.=\>RK G==7=6KڵYAB CY>%I=9 FCMF3SZs ]ds";CB(1 7;67!!5!#!#"/326=675!5!'#;# $'5!*!P'R-eZ0% 1|2J Fs|b)?.pE`O9[~#'J DBB1Mk*%4BB>5"3G @,7kMUCC3 %=X35'35#&'#!#"/326=#'>%'67#5367!#&'!55!!!#"/32>7!'67usssx>(')E=/S6w 3=(!HO H!K>D]VQ  .1I^X@ L,]"8AJXUMal&W(D,2Ulj@VA+"( AN@+D./FAA%2y(CEO>=v" AGM35'35##"&5#'#"/326=#'>5!>7#533!#326&''67usssI$_T*kZl/#S6w 3=^NM &-AAN+E0]"8A*O!CHC4!D,2UǨl&2;CmC# ;hoy %)?%#!'35#%35'35#"/3265!#!5!3#"/326=#'>UE͈Bsqqq]RlI( hF/S6u 3<qP<]_ 8AC &WD*i??m%W(D,2U9]35#%!5&''67&#33!##"/326=#'>5367!#"/32>7!3767us0*31=)877ssBH/S6w 3=W(I Q|w9 v"$<;(92(/']"?%Q%P:41\IdD$%W(D,2UǨl C.ˤlP+ F >1(7LTXp_9H= %+K35'35#35#%3#"/326=#'>&'7#5!673#3###'>7#5365ihhh.R5l 2>/-F//Wj7(K!4uL GP7#"'.536727>7#"'.5367BKBC ׵B55M12G*r/$QF  K},- H <"&8=N *,1 H <"&8=N *aa#"'.5367327>75!#!ZYY`/S6 2>f(,&V),RQ*L0F#L  "N_<Auu>odm%W(D,|2U.7.2m%:?B!B $"$'++/#>n7!5%!5!/67#5367'67#5!673!3#"/3267#!#"/326=!#!'67#5367&/3267!3#"/3267#g%(#T, W S48 !0UA-/|/'R,eZ0& Pm o)o$zP+ C&&1UA-[@@6>/C';8 :89KIi35'35#67#"/326=#'>53'>733!'>="#".5!#"/32>7#3:>7hggg+!H*j+;@%:iJ $YB,# O 81.KI. ^ )P=! "e*") ]< Aq;.36[D,k3DlQ'J7^ ?A(Aw,i߮/09 !%? &F?$  /'09 >^~35'35#'3#"/326=#'>5%'67#53653!#"/32>7#33#"/32>5#'>7#536%33#"/32>5#'>7#536ihhhC1H+ j,:?(4M # 1nZ. 8J+<( J435+*NPEJ+<( J435+*NP]< ACQ'D+n3D=;wB#/+'R_E B@HV:VD 6pd?58xA;:VD 6pd?58xA E35'35#!6= 76767&#'#"/326=#'>xvvvF#=`71.;K,\52K >V0#S6z 3=]"8Al&$] :B2f4AbX+60C7t=tEs-D,2U%6 >&'!5!!55!!5!#"/326=!#'67#536753#&'EE/ bZ(R,eZ0& P=5qP.`i.D_}dUXXAAAAdBC?F2f?7xzZ8?^:F ( 2V35'35#'3#"/326=#'>5"/3265##33#67&'7&''6767#535#53533#ihhhC1H+ j,:72 2 gEz#*LG>;(;,'~~M]< ACQ'D+n3DF+WL&DTID8 DDBssB",6@L35'35#"/326=#'>535!&'67&'67&'67!!5!5#5!eeeeeH*g+;@SJ7D=ST7D2}J7D=ST7D2}J7E>QQ9D4?]ZAD+k3DlQ'AAYgsb[fXTYgsb[fXTYgv_Xi[BBAA 7  L#'667!&'!5%!5!3"/326=!#'67&''67!#.'G"!x.FU)1K;@O<53aeeee. KKK07<1-2 X H*g+;Txx::x(]ZA$+jZASS,$21AZR)??D+k3DlQ'- V!5!35'35#!>7+3&'73673#3267"#"&5#'#"/326=#'>_FbS3Kl%G+o8"G,u()F R(Zgv%"S6 7=#|m]>Al&22O>FOMLUIC 6.1>% A!=2D,|2T* %+1EQ35'35#3#"/326=#'>&'7&'7'67767&''67&%3#5!#3!usssF/S6w 3=F/0E7E,/F.CM=ECg*MQ7B%@*T2E2H[+XEL.JJwHH]"8Al&W(D,2Ue|nhet68LTUc\*a0O3X>79WI66 U 4J35'35#!67.'#67'67#53!!!!!!%!#"/326=#'>xvvv!1NC0=8CGT"~81jf 2AAZuu`/S6z 3=]"8AA^KGN#\D8&A8{?5A'AAM;O;S:l&W(D,2UA :P#36735'5#;5#35'35###5!53'67+367!!!533"/326=#'>53pNhggg9ND'8pKLG>,N/H*j+;v-IC3v84'5\j,D,k3DlQ'>  ]35'35#5!53!767#67&"/326=#'>536767!&''67&''#'baaaN3=4!/L!"M&H+d+;f+F)o3F0P|^\){YD.#-I]< A&AXXA0=;KcG=u\(;VKD+k3Dl.ja >O=?>ZZ>=8XPh>$3= ,Q'W 38K7!5%!5!35#35#5#;!!#"/326=!##!#3#%67#'5!&''67&'7E}'R,eZ0& PAssgX-&}8iShdUkZDI-8GG7Eh22228.CB.:22>TQQ>>rK8 ?(H/?$CWF17m##"/326=!5#5''6!53!!67!537&>7326=!&''>7##!65!#"/3&'d@0B>  K$%\=MP|~;B qLj+ND0DjhG sh#(r+k:.WaJ8I>#Hp5Xp@v;g?;(S."ĉ%3X߸=(;SS>Ol 00u01?.A>K4$@('*G0B-=.93#"!?@6#C+A$V35'35###"/3265#5353&'7"/326=#'>53>5!53!!67#'````B7=%RKK3C;G2H+b,9 KJ#K%F&14]ZAB|X+C-Bzwj"ovD,n3Dl ^خZZAE [`J;{:"' "2H35'35#535#5353'>7'6765##33#3#%3#"/326=#'>ihhhˬI)WO5GOWF`[MMƺS.R5l 2>_<AAD_z9:/fL!C#7GD~DAm%V)D,|2U;0<R35'35#267#"&=#'>5##5!53!#5#!!5!5#5!"/326=#'>53eeee2D%'%Y)=|q$hc|ILK{N6NH*g+;]ZAA'&' 0v-;)d^^l BBAAD+k3DlQ'A $:j35'35#&''>73'6767#"/326=#'>533267#"&535!#5!53!##"/326=baaa|=+#(6WA +n'a!)H+d+;;>D%!h-(I P#19.]< A?&0)8Be #,>F8Ccm.C#nD+k3DlQ'D, + .77 BdeeFA ! L35'35#!5!35#!!!!5!5#535#'#"/326=#'>5367#!#3#3#hggg:rz hrȲ'-6-H*j+;I,2']< AiZ/ma??b:SS:'dQ'D,k3Dld}Z53hgggY [JH_H*j+;LFF3FFFF]< AA+AM=8<=HAAH=<48=FD,k3DlQ'  ;U[a35'35#35#35!35'35##!%367'#"/326=#'>#".=3326745'&'7?&ihhhlI(7B!E2&R5l 2>232,/,IHX.IR,YfA>*@+_<A;BVm%%iu!,D,|2U}786 $'$>%m4N?3C   !7b35'35#355#!5#;5#67#"/326=#'>535367+535#5!#3!!#&''67&''67hggg`b bbbbK.)UH*j+;:{DebW,TXz!btAO 5=0]< ADD1:U$4D,k3DlQ'Q?)DAAD5?cJ'H?T,ZA@ +AG-+/48[q5##3#3##5#535#535#535#535#535333+3%35'35#767#567#533;#"&''67&"/326=#'>53c_KK)o__%````>xC/r*=o ++tu3".<:%#|H+b,9fNN?Q>V?\\?V>Q7#'#"/326=#'>5!67#5!!!#"/326xvvvFXXgZLKZK*T/H*T2R)S6z 3=`MLt/(,K>$]"8A|LL9HE,FTCY6/-NG/"4D,2UǨl=Z==0~6Aj@ Y!5%!5!>7+5'67!35'35#367!!!!!&''67&''#"/326=#'>vv2d ,GRY7MM6F`Y,$p2A@P_<Am} 'A#;SB-@$AC"?12;*)VV)D,|2U> 4Z35'35#!5%!5!#53'>!#"/326=#'>5265+3>73#67&'#"/]cc8~L.BlB2'77 9  IP 3A85?HAV-ZB!D<]< Abb>_F>2S24*dO&D,t:5DW+6z< !/KP5367#53.'7!.'#67;#"&''d6.````p<6?=1H+b,9<#E- 9D;NZ >O7 {ic{")>$+ff9dT.><]ZAu$YZ&ED,n3Dl 72C( * O9I)?+s>5 C,7::=#A &<\35'35#67#"/326=#'>53#53&'#5!53!#3#53!!!#"/32>5!'>7#5!baaa7(H+d+;K%aOi#KOP11>r]:6.\n ]< ADD>JD+k3DlQ'5\?IAPPAH@\!\?%(}}-AIGV;0i?H^!5!#5!5#3%35'35#5!##5#5'>7##!#"/326=#"&=#"/326=#'>53{K( %ybaaaiF?2{FV3RCx1"<8<H+d+;^X- ]< ABB@8A;6kT*B, .F@WD+k3DlQ' C >BFJNdj35'35##5##35!5!533&'73!3#3##"/326=!5!535'#3735'5#;5#"/326=#'>53%&'7baaa!NIN(;*2BCkk Gi_ >FN@H+d+;I-VY*b]< Ar119r5@GG&%3@5#?|O%B 'z?4(MMMM5HHHwD+k3DlQ'`7N:7@ 5E %);#5!#5!!5%!5!5!53!5!#5!#5!5!!#"/326=!#PFd,,ԩTHH~(|(R,eZ0$ R*))2)9@@9v))둑ȭ))MC ;rUk#3'35#3#5!#35'35#%!5#"''67'6767&'4&'#534&533&'7#6732>7"/326=#'>535n??IIIVIkiii"2'"&-+,"M~ N?E&.#y#5%7 *I: m /<;Q--p\!:A :`<)+'5(?*8 q 3@ - D! )*.g_mpP<&D+9SŮ^)W' K .@a35#35!35'35#!5%!5!!!#!#"/326=!#'67!%3267'75#'>=!53!!!#"&5gbL$D!\` ! M"& B07<0'MNV!(NΩB+T****)+''+'',4_2 '.   #.-d>_ֱ*6&9O,2 BX!5%!5!73535'35#5!5+35#53533533#3#!!.''>7"/326=#'>53}}ahgggK_MMac^+.^cH*j+;VV:R~CC]< A>AWC=UUUU=CA>5WBd>>dBW5D,k3DlQ'K +9EQg35'35#%#&'#5'67#5!53'673&"/32653%'67&'7&'7'67"/326=#'>53baaa+ꀆPa\ P(R"FRN fg5A4B7"pur!I633Eid!H+d+;]< AABgAtDvydXBTUAgg{RBJqnMBRrC KH#=&P>6,6@6b3]2:9=)<81QDD+k3DlQ' AW]c35'35#67&''67#5'675'67#5!3'675'67#5!#5&'"/326=#'>53'$'$kiii~%2f) xfQdxXPeQAEeNQmQAH;Hlm`נI: m /<S\!:AO:(QM?4FtP89C]PP99-8?;SOT=9-8?:.O>@2@*GD+9SŮ^)W'C7d?;} AC 1m35'35#5#3267.'#6"/326=#'>53%!!5!5#535'6767#53'67##5!53!##"&=#!#.'3hggg "' . \I: k /9d62~HOC /BG"."~I;: #/r\>A>$_@; <6 D+9SŮ^)W'g??g9>:#uUU (t/>]U! 0  \< # #'-=AG]%#5!67'6767''676735'35#67'#3!535#535335#7&"/326=#'>53FJa1jD,.`4rSo/F ````Z3`LXADDH+b,9K.P4N /N*Y;"C UfRp]ZAhGp,}KkZ@@ZAQQKqq`B]YD,n3DlQ' # "f35&'#3735'5#;5#%35'35#"/326=#'>5367#53&'735#' 73673#&'#5!#'׋9U7II䛛hggghH*j+;[ (>,'@}zG =7A0]"KK )A}@=?>}aaaa7]]]]< AD,k3Dl#NZA>=DLA-? WNDOA\KH ,,X6Q'AFJ`#!#535'35#735!5!5#535!53&'73673#3#!!3673!53&5!"/326=#'>53KMBhggg/FHHH HGuH*j+;+,, ]< A7%p?F;FA(%5&0+ 0AF;F?p,0+!BB)ii]D,k3DlQ'2 4Vb35'35#"/326=#'>533##5##5#5353353'67#&''67#5!53!#&'3!!#5!5!baaaaH+d+;KKKKv,Y @4,,8/I)s" N p SJ.@NNN]< AD+k3DlQ' ?HHHH?]]]2az553?16/UA5j=OO=;4A\2R@25EAA K &mquy35'35#'>5%67#!!53#5!#5"/326=#'>5367!3#3267"#"&=#'67#!!'5!5!5!baaa =*PMMMH+d+;m;I 0 %)H %!%O&* rRy% I3P4]< Aw 0Yҟ&@s''D+k3DlXs  <;=  ' T8V9P "9 2200S00 > #+SY_c35'35#3&'!&'!#3735!5!#!#53.'!#'#"/326=#'>5367&%'65!srrr7,,j:8=6v@klNNOB/H+u+< 5."5"$6454I]< A '%%I& #dL(f(siPD  .Q'D,k3DlPDOMaOECKK 4 #'48s5#;5#!3=#37#373567#35'35#73533533!#5!"/326=#'>536=!!!#.'#67'675#'ggghhhggAgU46baaa٣JgIDaUH+d+;,U.(?3=Ii)DRE@F8*AAAAAo??????'84o]< A(AAAA88D+k3Dlk:h<A&%AY A$Ca# <  26V\z67#!5!+!!&'35'35#53&'#5!53!#3!!323:>7#".5%7&"/326=#'>5367'uK"B=,7S]baaa`Pg{uH &!% C373.0.]9C.9-xH+d+;5 ;$E+?);+9Az"1<.9<M]< A@22AXXA5/@^;S  )+)  " Z!d``kD+k3Dl'GVkR4 KY]a35'35#!&'%367+!#67+!#&''&''#"/326=#'>5%'673&'!5#3%#3_^^^xG99r%HbE:^Dc[M0BP*?(55:4T!H*a+;UXQZuu)vv]< AI>>>N&c$'J`j1Je2WF[C21[BZD*D,k3DYHffH8E21KeK 35'35#!5%!53#5!'6=37'675'#5367#.'#"/32>7#'#"/326=#'>5367#53&'7#5!53!#67&'67baaaOc_NNBD\M @2'3 (! /m-H+d+;K 2*P- lT+ Qh*I]< A20_@)EtK-b1$ :H45 jZ6BBS8Q'D+k3DlxAz:?XX? ": F@Q1!  "&*.Rh35'35#!#5##5##5!5#5!#53537535326=##5##5##367!5!!!#"/"/326=#'>53baaa&KIK?ndFbGbK l !'7$H+d+;]< A5ܣգ8AA44b44b44b44\ @#??1ACD+k3DlQ'4 !735'35#35#3=#3&'#3#36"/326=#'>53##3&'73#67327#"&''67##!&'!'>=!535##5#5353353baaaxNNNIGGRH+d+;K4!!&>E  8><:O, &@ "9fIII]< AM~LLGqGLD+k3DlQ'9?6"#9=b,BOJZ>2(>$M7H21FF?FFFF5$(2<FRbhntz#!%67!!5#&''67&'735'35#767&767&767&'>7367".5332>5&'7&'77&'7&'7"/326=#'>5367367'KS;0Y%09&M>X`F<1L_IbaaaD2J)27)I7B3K)27)I7B3K)27)I7 & GM@ g F 3a;;>95A>9;;>95A>9H+d+;.GC7 e M!߮##2!$1 19]< A *3.#,<-(5.#,<-(5.#,<= @;-)/y(E/$2#!3#L$2#!3#D+k3Dl/ <;.(7 A#'+048A3267'67!7#5!%#3735'35#5#35#;5#35'35##33!53=!"/326=#'>5365353!!!"#"&='75#'aUP6 3"FEPPPPq````&1:H+b,93N.$ 53365#5335!5#5##5#53533533#33&'73#67327#"'TSSS77hh7B%%J3333  .B$*07,-(C'V+;ڕsB1?KKK41&"<@ 9-#)&3]< AGL}LL6"=9GL%/"ץ#w#|sQ'D,m5Dl=ﱖ-5FF@FFFF@20$-.>h{w}bQ '4;Anrvz~35#'>7326=!&''>7##!65+53#!#"/2&'677&'7.'##5'7>7&'767677&'7535!535367&'7'#5'7>7&'767677&'7woH l $Нy#uE \gM_8Qh#HvKmJ 6! 2 / @~6N# /7%6 075ITf 1#1 *5 3 EA~6N# /7%6 075ITg 0#.0,:@0(<('(>1>*<):) ?>8#A\MHKPTA9I3 4(29 0AVPKV9H11P44P11P11ELNGQJ9I3 4(29 0AVPKVI>} !5!5!!!!!#!)!Lf3XBPfFC2aBI"%)!5!5#3#36=3.''!#!+3'ٙ㏏S[Pqf0FlmFMFe޾b<@ւC'2aB I@!);?CG35#5#3#3##!+3#3#53#3#5'67!!!!#55!5#!5#ZZNNYHEZZCFCF55^-I P Jh#bbFC2aB&p&&p&69k ,A-k{mG!5!!5!#!67!#55!TTO$OzO 6 =K G66/J -!5%!5!5!5!5+!67!!!!.''>7***ְNO^u$Ɨ34ݔ#MM6MMM>A;3 12/A>4VBh@@hBU5<(7.''6767!5!!67&!!5!5!5!53!LC5-W9B4G&<@D%!!#37537#537#533!&'7#'67!53673#3#3!37535#mb7dhiq8{" xq8\^F<jhec~~FGJ$ KBC~BA?G>LC5-W9B4GA4(@fCBf<<ࠠ<*7!5!%!#5!#!5!5!5#' %!! .,NN,p>p&A`55CESD'C#/&*3533&'#!#5!!5!5!5'673&'!5!POOH?`?H=iiSkkP5Y5CCl9'>nn>'9%0# D735#%&'!#327#"&'#67'##35#535'673#37'676^3 " ? 0(5WQN IBK܌A_6KQ/߷m DrMn#BQ#9?C B6BC,B q?/37;a35'35###35#53533&'73#3#"/326=###3=##3#3#5##35#535#5'673&'!#3悂HHHa#:12#202 HXHIp gPTPc jRBJ*T:xZASS"!,4AZQ*@(nxx˥Rq<44Qq>n* MVjTIBSZYGsq<44Qq>n* MVjPEQV<2#'63'67&'76'63#53533#3###Ei4@I ܱ)g\=/L=1oIQJ #Lrr}}L 3 4:DUAZQ.;:7|]pCCC('' &Q&'!67#3!#53&'#' %3#533#3##5!535#'67&'767#'673"_4"D,wu#nnHK$RC k< KOOd1Ø*_6F,@:- Go-7J 8F=3KQJ CD<@?4@ M;$tt@AA4<8o&(:%(LXT9v #:(K ]a35'35#35'35##3353##5!535#535!3'67&'767#'67#535#535'67!#3#3#3!35yrrrrxxxxIrrrrNo&dɥ']H;,=H-D_*Ak#(.p@LWkzznnnss>4Y9n7#535367!3##"/3265#c$%x-MQ=HCO Rdd(R+d>7K=B3!O.JA;&>;#AV)E+<-3;[7#'>7'7536737#"/3265#7&%3!535332>7#"&5#'>=CD"$@ 8;w L89<$<N MD!:&,:&Ol ? < 5=63*{AH+BA(;F;#AU*E+)D`TCCx# +KQFLD#AY?;6<"dj7#'>=!3267#"&=767!5!&''#"/3265#'>7'753673767&7&8<26))A '%'.>;WR2<_`ivmb"!1PN HE>"%@ 8;s L%']^<&,=+| Id)5'if? Z201 I%[ILlBBYE,>0PJ6?*E+I+AA';F;#A ,DSD`^< @F!5!7#5!#5!'>5#"/3265#'>7'75367375!7&?`/O>CA<PN HE>"%@ 8;s LA<&,=+Jԣ>FF <؁-DU*E+H+AA(;F;# D`^< IO%35+35#37357#'>7'753673753533#5!##"/3265#7&tttttKt8>>"%@ 8;s L7'7536737#"/3265#".5#53533#23:>77&bD=>>"%@ 8;s L9;<PN HE384BN: %!&$  K 4.<&,=+a:h@AI+AA(;F;#AU*E+q #'#dd.xB;,1 8@C ! D`^<AEK%!5!#3673#5>7#'>7'7536737#"/3265#5!%7&5,K NM>"">>"%@ 8;s L%'<PN HE<&,=+9@FQ O=@  @I+AA';F;#AU*E+HD`^<-X^7#'>7'7536737#"/3265#%&''26767&'767#53533#6767&'7&56"$? 8;h M ?@;PN ?BrT8C $ COm^6 (9/N=Q6+`LA|(+9/*:6|BH+AA(;40(6AV)E+樣)') DSmo21SWCxxCrrF< aV\!MS i< 5;AEK#!#57#'>7'7536737#"/3265#'677&#7&[IMSCD"$@ 8;y M /1<PN LF5g>c4xC4c>g+n:&,;+6A6AH+BA(;40(6AU*E+Ԩ%ɞ% 0D`^ <&=dj7#767#567#533;#"&''67&%#3!535#535'673"/3265#'67'75367377&> M72I46MK?(7-9$.COB?EI?( ,5"?76%'TIc66*]FIAADD9CE+ 5A$;"B0.AV)NcW <.4i7#"/3265#'>7'75367377&'67&'767!5!5#673#3335#535#53#3&'?5 7&?7%'WIh5!5`d?C?msB(dM`r`>_CMBiJ&A!99< !gk7#3&'!&'#!5%!5!%7&'!!3#5!#5'#"/3265#'>757536737>='67!5Ϩ2""L==4A@:*(;)"n-pcKMI1'#A1;?0@@(*h M &')$-nS6//$$F..-Q7NEI_a!yUK&++iM)E, 5FxA%;:*(6AMKUySxx <!%)-15=ekos7#3533#3!#35#535335#37#3735'5#;5#!5!#!#5"/3265#'>7'75367377&%#3!!hKCKhddhh=dhddjLM?5 -7&?7%'WIh5!5rdd%j~ oLL@141@L11FFFFFF7FFFL+k+*E+5FvA(;"B0.AV)OaZ=FL < #'+/Y_q7#%67##!#3#!!5!5#535735+3=#3735"/3265#'>7'75367377&53&'#53533#3Y!qGOیO?5 !:)?7%'\Im!"5!5ROT} 67/>x!6>:AA:>68???q====E+5FvA(;"B0.AV)OaZ=>/?XX??.= <(lr%67#%7#!!5!5#535#53&'73673#3#33#327#"''67&'#67#"/326='675#535'673&?&"/3265#'67'75367377&.e v3G G  GG1(C9D83N]\IB! 1>- :+6@Q){{"Eu &?f.800-?( ,5"?76%'TIc66m(54??B;?A!$ 8%+ (A?;:PA E7_T0?/6R? ; S-=3 @LA5< < A5=+26*4iE+ 5A$;"B0.AV)NcW < %-159`fjn7#35#5#3#'#3##!#3675!3!535#35#;5#"/3265#'67'75367377&%#3536NNh *4EdF/[ED"F ]8TUTT?( ,5"?76%'TIc66YNNJMMHCQE7'7465367377&5!#535#53533533#3%5!'67&''67&''67#5!#67.'##"/32654'?5-7%A6$&WIh6!6dIuIIv=Y5l ^ZJozM9!920;A?T%Y# 3@"2,D9# p~ @E+5EwA;"B0.AV)OaZ9yy@7'746536737>=3533#!"#"&='7&0XLJ41!GmmEmmmmDDDDa"mm#+b?5-7%@6$&WIh'(%N! 7-.}0X&+;6!67/ܐA5C"A&!5%!5!&$'#67'67!53!!67v"A ](%P"5Wq/h,ˆA5C``PZGKe2]&A C67!!!735#"'.5'67!!#5!327>7:3#-K} >><{TPk%(% +"TJ X(<M:bODx'"0L4994A;?; '(&!D"?49+= 0 '(@ !%)1D67#35+3%5#;5+3=#37#373535#67#>767'>7&'#5!#35335336733#5#3:>7"#".5'!#5!Z]]yIHHIIIII6H ;](R5,14{CIBzR(F }F $! '  F 8-.273'|?I.>0  # 2j>>:,+3#5#'>7#3365333#5###3333GGoKI=@DHWLeII\OG^K^A\|?15fK?ExwwFA?4<<##5!#5#5353!53TTT(TII/7-353!533##5!#5#!5!!!!#"/326=!5!75#5353!533##5!#!#"/32>7!e|6h)>`7L:LL;&*&DxJ G\n5oXA?R?CbbbbCSSS|" B3ה<71353!533##5!#5#!!327#"'.5#5!57MMMM|TPTL"%//̐%%AKKUUANNNCfA]]AfC]?0]^/?.U070##5!#5#5353!533# $''673$7!5!53!MMMQ21 *.##5!#5#5353!53&''>7'>=33MMMM]yy]$zeN}PAllllAffff\BEEB\_B+s::#k:2)%!5!3##5!#5#5353!535!5!#5!'>LMM6LuHOdAC7Ϧ_0CAAAACSSS==̀4^.A<9/C!!7!532>7#".5!#5353!533##5!#5# M 4iUM^'N5-i]VN`^1.NL:LLL㾾(  ,#' ,/6"!/bbbbCSSSS$/9?E##5!#5#5353!53'67".533:62>7&'7?&MMM7#"'.5353!533##5!#5#/NFX"ZE"N" $(&'7 H104-E%5!5!53LLLDL IHNyx2x4yP=____=ZZZZA;3= C gmB=PȧA|<71353!533##5!#5#5!7&''6767!5!!67.5 %!!#!MMMM=7< %PHAFFPPASSSS27٬9C2L=De|2H\67#367#3>7!"/32>7!353!!#"/32>7!353!'67#5'>7'67#5#+"%B Gd"E|xg=#*I-N' f!F>A}l@#+IX,J1*6q%7F,K2%9amT;bl'7! D?+vgZ@s3! GA,{n[Bvh<4&?c/ <0)2726'$7!535#5!#3##"/3265##5!#5#5353!53!!!Û4*X!/MMMM4Vq@_B??B[+C0?NNNN?____)7'+93##5!#5#5353!53767&''67&3"/32653MMMMo+v[9LF]\5QWe6[_K4UQ+L%C<KI Ri8^On8uOB 8F$&7+X767#'675#5353!533##5!#3'67&#"'.5!#"/326=#327676767(H9/ Gj/=%M$MM1 ͩ)_D -89,9Z"CV9# !+*"$ %:.*aio6F?G3e7:7&EC!A "[' \ 21&:!&'%##5!#5#5353!53&'!5'67!#"/326=!#!)ibbMMMMfQQf޴"J3lg.# PGYY@XXXX@____wlD43%%34DlW(?,[57+37!5!3##5!#5#5353!53'676767&'7&'#5!#MMMJMm+_XNJCP4@8{5=NN ?KKKK?SSSArvl 37.r3? B++W<7 +!5!!5!!5%!5!#!#5353!533##5!#5#    MML:LLL> 6l6XXXXA]]]]97 /7#!%!5!##5!#5#5353!53!5!##"/326O(LLL:L#9v`)T*FR?CaaaaCVVVVhAC~^-C9 7%#!'5!%'675#5353!533##5!#!#"/32>7!BMK(47L:LL< &*&DxJHUA~<]A5CbbbbCNNN ~" B6i!-1%!5!353!533##5!#5#5!#'67!5!67!!!M9L:LLL9LSf'`. P 2XXXXA]]]]66#a?C}A58-9A7!535!P M@MMMP/kx#24܎#xk/ݻ  VVVVCaaaa2PALz#D UU D"{LA52 '%!5%!5%!5!'353!533##5!#5#!53!3   M6MMMw|}}zz 1"?#.J:(9-5:(9-524:353!533##5!#5##'6%##"/3265!5!537&9M2MMMմL 0K/2"d%N7pd3(N":`K=IVVVVCKKKKQ_V*fI2OXCQ'C&dCpp0^m,f$7D'>=!&533&'#5!#5#5353!533#73!67327"&''67&'!]9/*cN'LMM(M10)<:f4C;}'P'I @Zv5IR=L<3:5-aaaCVVVVCN4:An]|l:AijRKg+C*bm%2 @%3##!#5353!533##5!#3#"/32>5#'>7#536535#sKhHM6MM> -Z@) VY8MN {< .c.XXXXCUUU6G* C0ºd:XףC?H27@!5!'67!5!&'767!535#5353!533#3!'67!#"/326=h$ѧuc0IgMMߡi l^6qT*X .DUI=_@H7.(PD<>U?____?U>J_@i2TdF#A %׷(713##5!#5#5353!53!!!!&'#'67!5!5!5!5MMMM|ZӀ&N&Z|APPPPASSScA@~r;v.v;r~@Ac.7+;67!3##5!#5#5353!535!&''67&'7!!5!5!5!53!![`qMMMMYS)2JPJ9FEA@@@@AVVV==VF4<HC <39;)AA}?\\?,6;%!5%'67#5#5353!533##5!67!!#5!#'67&'767!>3&qIMMM< $NLS]թ>PA.EDV^R57 $8?7!5#"&=#'>7#75!5!!!#5!#!5#3##5!#5#5353!535#3zK-mVm&d>pLLlMMMMd9!|"=ofs/=+LT>_??_ --__8A@@@@AVVVU+&7,@!'67!'6%&'767>=3.'##5!#5#5353!53T6RA~7L 1a?O[]0_ZY7_P l-.jLLL:LjT, 3@r]+HF9=9E[`3h_'ddde(F TU)CWWWWC````*9%@3##5!#5#5353!537&&'7'67327#".53533!MLLM%nY'RK%bq$qHs;nK/?=x|W KrMM6MMJ s?N4I=]'|T87 =;#hv B#)zi/d/XXXXCUUU9ԣ/I5F/g=:7]&(sA,I59 <!5!#!'5!/675#5353!533##5!#!#"/32>7!3"KI(67L:LL< &*&DxJIc7:iiA0C]]]]CIII# B8l21$2!&'!5!#!#5##5!#5#5353!53&'!5'67)ibbNNMMMMfQQf޴GYY;,S,@XXXX@____wlD43%%34Dl/7 ,!!!5%!5!'5353!533#3!!!#5!5!5+35hMM߂cPcOUjj7#5;5#3##5!#5#5353!5333#"/326l^^^K ?B687 qMMMM^JL%B3VN, CB+UAABL64/zxBULA;;EEALLL3;F$B 25353!533##5!#5##'6!!!5!5!5!5'$7!9M2MMMմL 0K/2" &~[vVVVVCKKKKQ_V*fI2OBBE C >BA7 !5N3'>333267#"&5##5!#5#5353!53!2327#"&=#5!53!K{m)aePJ %/F# O&MMM(Mn fRV}L';&CJ /45?  0ADDDDASSSSR& A#_RAMM"2$47'675&'753###5!#5#5353!53#3!53#53533S`uV<:A@H/KKLLL0LPx%"C)%q ne$qZm1CFFFFCXXXXrBB?D9 (:#'6735##!##5!#5#5353!53265!5!##"/K1 AEKS LLL:L* H(Sv3d47Hc̠A^xCIIIIC]]]]*AA\V)C#7#7GMS67#"/3254''67&''67&'7%3##5!#5#5353!53'>=3.'67%'67G?5DUGFC5LR$LUy[FMCI'A#MMM,M)N)a$'q@JFENI -7,>5|m C* @,>0H<6'?'*+&&A@@@@ALLL{?=Ւ}?+``szv21<BH!&'%##5!#5#5353!53!#"/326=!5!5#5'673&'#67%7&D`^RR MMMM%Olg# tfq޴`qfO>W,3f;eBKK@XXXX@____2?@? ?d'D9EllE9D'dLl"zR/_k+j,704B3##5!#5#5353!53#&'#'67#535'6733#"/326MMMM^O4B[M@k+~>LbNqKL%B3VN, A;;EEALLLLAul.byPm?yAz @(>3;F$B .2'73##5!#5#5353!5353##'65#5!5!53%3#3!53#535LLL0LMMh9WR4IKFCFFFFCXXXVuC-??_ٛDCC@D87#L3##5!#5#5353!53!#5!#5!535!#".=#'>7#5!!3:>MMMMuK\KuP>SM23369- } >%-  AKKKKASSSU<<111 !m"AfUAA  #77,9F3##5!#5#5353!53!!.''>=!5!5&''6'67&'MMM(MpϺ 12֍ pJ NE59G:V15o!Lg[/Ua*AFFFFAUUUFAg1A$TS$A1gAF /52F3<1[<4lw6d 4.B^7Z?@/7 7!5%!5!7!55!5+35#5353!533#3!!!.''>7OOO߂u$Ɨ34ݔ#VV:S}CC>AWC=UUUU=CA>4VBh@@hBU5(7>##5!#5#5353!53&'7'67#!!&'#5'$7!5!5!5!53!#LLL&LJ2DEE2dEJ/PkPkw62AKKKKASSSSEKQSJPSCteBg~~gBetCAPPAY91'3!5!#!!!#5%!5!3##5!#5#5353!53!#5!#5!53OON8NMMMML6LP1ZJ, >,7!'675#5353!533##5!#!3744:*E4@-~940k[Ip hIZq& Il)68L:LL= &*&AJ%S>Cp28lbA/C]]]]CIII#91<#!#5##5!#5#5353!53!#&'#5'67#535'$7K$MvMMMMnr_pW0awJP*HGjx/-`-AAAAAAHHHH( 4;SM4^\ÿeQ8KQ;N; (9 V.7 /P!5!!5%!5!%3#3!#35#5353!53'67533#67".=3673:>7"j߈POO"DOuWIOP() H 7)bCNN8M=CHC=UUU1A8@x} R!@:F L &!' ))1-4 >!5!3535#5#!35##3!!!&'#5'67!5!5+35#5353!53hJߖ!ݡP!ЎMMMgF}NNNNQQQAAF>?sA=GG=As?>EFAFFFF<< ,0!5!!5%!5!!5!#!#53#3!#35#5353!535!h{<zP&Pj}O}MMjz|7GG5DN$k$ ?626?KKKUKK)7%+A##5!#5#5353!53 %!&'%&'67%3!!&'#'67!5!MMMM(5b*0C--I*$E'%F+D+GPP݋A::IIASSSS:?<A\WE3AIN9ecfe 7AI?NN?IA-7 Y_67!3535#'67#5#5353!533##5!!!#3:>7"#".=#'$7##57&).!(-(Y)M@MM8S".C! K 5*+41* nM$%4;769$1,)= 7&567&'7&'MMMMi;/X;N4 XA PF4547>3- .058xL,.";(*=AJJEEALLLFi:FCC_N1FB#B !CGQ.Mi:D V2x( 3  `m62.2 4d%&''67567!&''6767!##5!#5#5353!53!3267#".=#'67!5!5!5!53!!!\CQSlf2C%AxTzSJ!MMMMTQI ,+$9:.'TTPT5+1#?!=9E42:N<1AIFAM/<1s?7777?AAAA7-  LEaB\@=:44:=+25A3##5!#5#5353!53'67!&''67#5!53!#&'3!!#5!5!MMM(M,{(^Q-KZCr&2P {o/gy0P_P_?HHHH?]]]6`{135C3A2\F9h=OO=-9Ba5]B?5EAA9O7'675#5353!533##5!#!#"/32>7!!#!!353!#5335!5!5#'67#=(67L:LL< &*&DxJ; [HMKK^!?C)IIA0C]]]]CIII# B8l*<\=\:\=\)"F`<7 $A35'35#!5'35#%353!533##5!#5#'67!#!6=!#"/326=!  M6MMML8=!K[GA!lX# 'HA^,? -y"G[ZH 2 @$$..@AAAA#= I=G385K9)5=F+NA0&-6583G=E<<$04%!5%!5%!3!533##5!#5#5353!53!#5!#5!53!5!BBMMM,MN:NPBUURR;ZBBB@UUUU@LLL\tY7*06MSY353!533##5!#5#265#'>=!#"/7&&'7265#'>=!#"/7&&'74(^8"i*!JN"NNNI!>Z|8 17=4)^:"i*!JN"NNNI!>Z[[[[AKKKK[,ĴL*GV)C6)=6==)6"E,ĴL*HV)C6)=6==)6"E70?EK3##5!#5#5353!53#&'#'67#535'67'$53.'67%'67MMMMڂ[,502K0P+i6>FEK)O)W"%^;HBnCFGA;;EEALLLJAM-]W'mb?wAx ?(= 1?|(}?*^]u}r<4 S35'35#%5!#3=##3+!#"/326=!67.'7&''675!#!5+35#5353!53߇Ou!Aq\! BB A<'B{LuOMMGG6G7DDG}GGAD:T*B+Z  XC5*A bG:5DAFFFF<<'+04%!5%!5!3##5!#5#5353!53!#5!#5!535!!!#5! **MMM,MN:NPvvP}pBB4@@KKKK@LLLR995w??*9 %+1PT67!&'##5!#5#5353!537&&'7'6767!&'#5!#'67&'5!_I HZKPcLMML*XT-J$][)hQ[N N>Rհm& MMMM."PORR#K%+)ZYA!)""B:PAP7!3673267"#".='>7+35#5353!533#3!!#"/|%+% 3G "C>7COBG?!D0(OMM߂ 'e"D?Eu>>3=7/<&ul5.529!v2B!d2/@LLLL@/ )@A7 e%#3735'5#;5#7#3&'%352>7#3!3#"/326=##5##35#'>75#5353!533##5!#! #"/M25,#CHMJ5C%BhR,AIIIIA???LC9< IM675!#373535#5275#5353!533#67!!!!!!!!5!5!5!5+!5!5!5#3j`TVa0PPs }w9WWN9w~,=====188AFFFFA' : 4:/398AA893 /:1=21 2I!5#!!'!5!##5!#5#5353!533!5!67#5367!#5!535!5+5!#!!' MMMM]7 P P>b`N'E*eBE>0000><<<<::':$!7#3##5!'67#536MMMMgPL' Π'[M-:;6G[%JbւK&' F223N03+?5555?CCC''B&7^"863-#(.4:%74Z<i#C99M>>hJ/&B(CA+A&3<%<TZu{67###5##!#"/32>7#&'&'7'67&''67&'767#'>75#5353353'673327>7#".5%7&M.&6M3 l3+4aH*l8</8@FdI,Od9OBBHkx4kcN+YNW1>{#%MMA*_8VN #%C@(<J#%"VA2F=!'1JsC.8f7#X5/&y9 !@====|b,Y8#V +0+,Vx"tzy%7 T67#5!3&'5!65#5'67&'767!535#5353!533#67&'#!!&''67o2-? NIwNVnZEG2ESP0bM6M86<**K0:3DANVN R&oU)2I:7UfaZA-5+"?*44//.=7<;:AKKKKA=#>2 =9$<9"?!,5-ACs!5!7!5!5!'67#5!#>7#=!6#3!#535#5353!533!!"ޅH^-\ef4NH߇OMMHHg00F>H<< = k0M 00>IIIIwC#4$*06RX7'675&'73###5!#5#5353!53$7&'7&'75!5!5'6733##"/326&'7IReO26E@:3KKMMMMS P)2@0,*1@0,a43G:D1@,VV$If\# Of/bU"D%%rcd$UY 2L?77AA?CCCC)>+_FCe bGDgΛ@6Q{jQD@I#C LF6CQ97AEIMQe%&''62767#3:>%#!67!#67&'7"#".=#'$?35#35!35'35#%##5!#5#5353!53g j$t g% - pM" O da $J:!2 =62^L^MMMM( ;FU k%! #QB !+1 &'. !{*EI^dddd6^>9::9>====44!GM35'35#%##5!#5#5353!53!###3##"/326=!5!5!535#53533#3&'7!MMM MJpbbb$Mb\# uuNA`2_E A?++CC?>>>>3Z?K#@)?Z@`>II>`\GJ1HK9@X!5!5!#535#5353!533#3%5!'$7&''67&''67!5!!67.'##"/32654'a%iMM%MٹQ-O 'tuf5_S3Uh\,#-HW0FHTP9$@yy@2 XH KK%>LLLz'\D)F3Ma&hI<]9>8xŔ^:Z^A74(0$>DTC(?':D>>-77ALLL78677=97=9n(p ZZ'< a!5!67%&'7&'7&'75!!&'#"/326=367!535#5353!533#367&'!5'67hM@=>Q H $/F3">OA?PPPP?A>3((,>77,B-@8<=Qy"6 -J3&'!&'!!5%!5!!5!##5!#5#5353!53&'!!#5!#5'6='67/CCUQDZDQd   LLL:LJ- wN L&M7-J',,/,, 925uPAKOOKAEEEEXsZ@ $$hC=|k@Zs<<$(@#5!!5!3##5!#5#5353!535!53!5!#5!326=!#!#"/!OR<6yMMM"MjPL?I"# ^L:$Kf>B}><<<<>LLL<<<<<l7yX~uOggP@@8>/87Q=2222=KKK<77<>s%=0:!>&f">5?r#"@+=v>u <#'HNT67#3##5!#5#5353!53#'63'67!#&''67&''67&''$'$Q,)wLLLLH.I#){H@2f3E zL0\YTLӋ/*p\9)-\.<;A7777ALLLkh{@1[[1Zs 9T9,:*K"8 E48'*5:8_':&)+A+1Ie7'675#533!!"&67!73##5!#5#5353!53&'7'67&''67!&'!#5!5!5#535!5!533#3#:^%Y8&;ϴi\EGLLL&LZQ2_LwF>93&[GfKjbP)P::<67A6'A+ ",-?//HH?IIIa]E/ROr7#!'#1>V 7>-7#049EE93708;;8073+A "SY35'35+335#'675#533!!"&3##!!3#!!#5!5!5+35!5!535!#5#5353!53&'7󪪪:^%Y8&;ϴ?NJ&ALL&LZQ2_L?HHuDDDyH::<67A6'A+?2!<8;=@@=;+8<0#22?PPPa]E/RO$A9OU[&'6%#5&'''675'675#'67#535#5353!533#3'67#535!33675#'$%'$PK{MUh>H ~C rj]PPj]~iSrC rI^MHI -K?e^1(K:ECR+M/EAXEI9;8Q><);)<7=AAAA=7;)<::2A><7r?:#A#44 37M67##!#553&'#53535#53533533##5##3#35#+'32654'67##!u#;MI|y=&MMM%=z{A .?4N3KX-ePLUGi(@(Y>KQ>>>?:::@⡡DYzC$*Z]iu@d$2 X\#3&%!5!5#;5#&'73#3#3!67327#"&''67&'!'6=!&5!#535#5353!53#3^0ܠ噙_l$o]p(O&P*@4`$H$D ;'(o3#΍55+5J KMM,-?]]]B94;?n??#>SB;H UF-2|Y^FAU&?$PYd3[69m_=??AAA] .<!%).26I#535#5353!533#3%!5%!5!#5!%5#!35#67!!5!#35!&''67&'7OMM߇""PM\U[QtM%'=!53!!353!53677&'7?&&'7MMM"MӠJ.3;,$iOMNJ4?6I E HC5E5K=N4euu?CCDD?KKKh?V8RKKAbIIII'^mzZ]s wZt\ZXckjc4:@F\b!5%##5!#5#5353!535!5#'>=3!!!##"/326'67?&##"/3265!5!537&"IIII853!Hh)A/=:@;2&<$I!>,_X& M>R9?9+XX???55?>>>>1::֯eADK$@='A1Ob ldPc_CW?"C !Cyy w~)<!'-3O!5%!5!%3##5!#5#5353!53'6&'77&'77&'77!!#"/3267!367!!!MMMMB"7A4 C @$ >'A;J;Sf!%Y O X8808?7777?KKK<dYU`SW VT QEHO'<+'A2tC>U$$1<< HUf3&'&'7#6#!6735!#5#5353!533##&'!5'+'72654&'67#5!67!5!35!#&''67677@79#(aDF {4MMM&}YIIX"3) 7&0AM7R!*T!([TP=C0A+%%70!83NA -Hg-00?KKKK?0fP?*/$%0*-%.1S4D&+G1Yn9*;6%$9x;;TP<4:$4 b35#35#35###3&'73#67327#"&''67!#!#3#367&'!'>=!4&535!#5#5353!53$ssss#{5+3& 'B!E-^3F 6%"R$Ys,8*Htwkky2': P(/9'  MMMWGMLE?6-%&6=o@IqmSMe;6 >:GL%+2ؖ\7UǪ! 1FF?FFFF74 #)dj%67#>7##5!#5#5353!53&''67'33673#&''67&''#"/3265###67'#37&3MMM M3&=)1o=5!@KP,B /J7l%l=Cp(w:82/ C-|Ez*5+4EL4'5c %?2222?FFFFJSSIPQOaȅ .3@wI=;I_=1!U*C*:Ps t~kv}5A'6X!5!!5!%!5!5!5!5!535#5353!533#33#'675#5!#67&'7#5!5+5!#3##"/326=!j-!iPPޖOO [DGTxJ)Z" /AQS+%P_44504+7dMM:n:k2}C::C}IIIM>4 > oC619?WE@%%$@EW?='?I>????MM 5A 48I!5!5#!5#;5#!5%!5!#3!3!#535!535#5353!535#!!!!#5!5!5+jYIKPPiPiN4>>>>>22.0?2N@HHHH9H?9+G ?KKKK?445" !+ #>H8H9HQdiSWd b[RhmN`U"[\ 7=CIOU}3##5!#5#5353!53'6".=33:>7&'7'&'77&''6&''67&'#"&=33:>7&'76%&'#"&=33:>7&'MMMMA+[( J50;Banu!vl qm=N-NMn1N,0+ ?# && *@,< ?CU[675!&'#35#5!67#'275#5353!533#67!!&'!#5'675!#!#"/326=!#5!!f[(K f2IIBRqsdG`wgCM&JfZ# G)4p<97@GGGG@# 9 73>7+!675!#5#5353!533##!&'#5!#0S97EE?R yb=6&-ll|Բ "F - UKkg?)MMM5  @fV| LK?UA /+$؟ ?(>1< $VU;'AD'@: QYx(::?>>>>?:;jQ7-@ ++!<[l3##5!#5#5353!53'67#'#5#'>7##336=#'>=!!3&'73673#353673'>=3.'LLLLC&%6.FK FC5:: :FFCU8%Tl?'$2C\EDFC\%evMlW&9i #wA9999ALLLM]qSE^-2$E5/'4i16P>x*)11+<{34x 7#'>7#''6767k%ii9K&LL(\D*@"Je'hI@ /*/M?)9'R.F)o1Q)D0vPO(;?K+A pW76604?7L?<<<88673:<8=9(<<5?[pM./'C?'0 d4E((nY"t $<\ 2< 17=CI]35'35#35'35##3353#3!535#535'67!#67%&'7&'7&'73##5!#5#5353!53yrrrrxxxxIrrrrkk%=a6D WN?@AO J !4F7?N>V8MMMMTAƉAƉOA==Ab!'#Ys>TbhUb[ a^VekR\[!eS#?AAAA?KKKA`35'357##5!#5#5353!5353353#!5!5!5!5!5!5!53!3#!!5#53353#5##535!#5!3#5#'6PPP6PIG@\@L;iiGIIGLI"AL99n669&))&9AAAA܂JJ"69866((k:n3JJK_[3[?)#a << ';?CGKO#!#5%#3735'35###5!#5#5353!53!#5!#5!#5!5!5!535375353#3LLLPPP"PMJMNҰ<%Q%EEEE4AB=,,,,=AAAA,ӝѝ,9933c44c33c44iA *9 #7=CIQ#!#3'6735#3&5#!5#;5###5!#5#5353!537&&'7'673!535!I7#^YG@(; 1-@:bbbbLMML*iE-I&\a)fXA99@@AIIII7>388D:9=Au+t}?? *< W]ci&'7###3735'5#;5#&'7#5!5!#35!5!535!#5#5353!533#3!3#3##"/26=!7&&'7'67 2.>AOOK+Re#TICMMMߙ:7#K}} F!aW< Yq(m?*G$Sd(Xa;_>]9_' %:EEEE0EEE?;;35<1/::<>:B>,BtZ.Y/$D5wQ)IU}}al999A====A,29CQF=DRRD=FSh "A#7=CIOSa67#;!5'6735##3735#353##5!#5#5353!53'67&'77&'77&'7733#"/326<85Z3G xxxxHxxxMMMMC*@S@P > O :!2IL%B3VM- %&$',s $ <$ZZ5^Z^^?::77?KKKVZh mTPna^Qd cSUV XV 3IF$B -< 1GQU!5#&!#5!#!5#5!#5353!533##5!#53'67#5!53!#3%'67#!&'5!;Zh KJ+LKKKz4J7&'!!3K.M:'4& MMMM('ljI(52&F(j|'4-=-%8 IA9999AAAAA'22'0'v8*36=&&$,;3v'-< a5#5##33##5!#5#5353!5353=#'673#3'673673#3#3#3!##&''>7ȚMMM My2"B>F |f#i5E CuKPD=8;d?4Hahnnrr:uABBBBAKKKD K>n 2A %z067>:,>n:r:u=/B}|)ldR&7,Y A 'SY_ek5#;5#!3=#3735%##5!#5#5353!533#"/3267!67#'65!53!!3!!!677&'77&'77&'7KKaPPPP432dR0(#d3*:NcP P,@ + ?k=j';AAAAAl9999~00009EEEEtv+<;fshxH7//99 "8 0R\dQPVM[ GKMF -N9C<< #n67#35#%+'72654&'67##!!535#5''>=3&'#53535!#5#5353!533##3#3!673533#3# Mr;.GM# @)4KS5M..i 4 /@ TMMM[ 2E\L4;E*M"1R5C?D)*F3ahAb8??]3 V#8{G(>7.00?KKKK?05>-B<}2Na ;;:M9]#<V!###'>6767##3#&'#5'67#535#53&'#53535#5353!533##5!#3#3yJiK 2/A=-̚  $MC'5PM@d'qGT1>F>:=88CXJ:NW>F>N7?K-AFFFFABBB6?DA8A  g675!#373535#!#3&'77&'7&'7!'67#5!5!5!5+5!5!5!5#5275#5353!533#67!!!!!!!#j`T*n H H%.F4=;Q0@@O@R;WN9wa0PPU<iw9WP#------qHBK@ FCK,!BGJ?$@D:*4'$8%4-9FFFF9 6(8$'4*:G)4(<BHNT35'35#!5!5+3673#!!&'#5'6##5!#5#5353!53&'767%'677&w"UI O PMMMMEb'dE|PYv'PV*JvX!dRR7J?2J&'$"2?[I>WjjW>IA<<<-<x%67#767#&''6753675'67#53535#5353!533##!#&''67&''675!#3#&'#!#&''67&'67G).@+(:.%f82"=#S "Ec(hD%M M+ &-^?u}EH$EC#>[(!(-E&H-$ L4L( IFhtKIX.o- *6. .5=F+q3>={<%gK969A<%AKKKKA=4AI<>ALKB9?Le=9%(=<97C"y!<@5?I=):/ 'A PT!5!35#5#;5#67!67#!5#3#3!!#5!#5'67!5!5!5!5+535#5353!53!5!j쪜朜 'D86ީ4Js3VN N3_Ш{&OPPO *NNNNN0i2;;\<*'8:: A)7:270*)A$(@V#5!!5!##5!#5#5353!5335!53!5!#5!326=!#5!#"/!'67!5!53!!&'#5OR<6SMMM"MPL?I#" ^L:%JdׇPP)''''8<<<<6''6r((ɟs n6%:.>7007;1::QQ 5A "&*.BMQ35#35#5#;!#!#3#5!3!5;5#!5#;5#3##5!#5#5353!5367!!5!zzzzIss__֋ZϋULLL</H -:`77777'87CS2/!H*RMMR%"- !(A2 JF=?7I_MMMU!4+75E'T$L}LLGIDV64 =9GL)%3ޗ[$t$yu>Q姖6FF?FFFF?3 "#9>~n‹7> 1A(07H#326353=#%#535#5##3#3765&'#&'#6#6767&'#"'%#"&'&'''>35#5'67#535#53535#53533533#3332>5!5!#&''6767U  C1{{D&#%X< #)#-T.U."*=VV:/'$ *>''^$'n!DMM jLED$CX#2  V< 5R;(2&1)4*5S I=.m!#)+12  7H  &"V^(<2:T<&8 80183&27<<<<7/955d::CG $9 7#4 #135#35#%3&'###5!#5#5353!533#"/3265&'7'67&'#'67&''#"/326=#'>=!67#5367#53&'73673673#3#&'wwywfR<#M%il$$(0(&(guc^- '*)/UH } /? L;n\$?1( I^&C%\u(6 W2A4;<:)<>(0?O/7)#&0 &< +17=j35&'#3735'5#;5#3##5!#5#5353!537&&'7'673#&'#5!#'67#53&'735#' 736‚6L6KK>MMMM(m?+J'Sd(]]?X8C:LD~WKaI(W׀A(ZeV pZ+g5225gNNNN8JJJ?&&22?KKK9A099<=<6Da)l7-@A?G ##* G?A@16,s?%@ xA *< &*195#5##35#735#535733#+3675!##367#%67#75367+535+5#535;535#5353!533##!#&''67&''+!#&''67&'67lyyyy lllD((Di<"&illw+>H , DHgF&&Fg*II/1_?r!uGL"DE"FT.;9KJliTJT$**000*W**2U:S"&42*(' ko&4"S:U-&ADDDDA.#>CL==?QOA=AKjA3U 42(8?: # )& 0: V\#36!535#!5!5!5!5!5!67#535#53535!#5#5353!533##3673#!#5!#'#5!#)>$I$'Ywԧ(LLL(;@Z2/LK1.F f4QQfXT99w==r88q8.6Q?f:B(..AMMMMA28)XR?& $$< 0; JSW[_ci!5%!5!3&35#%'67+35!#5#5353!533#3!!#"/3267#3!#573'67#5!5!5!5!#5!#OO(64&XC JLLL /*0\H-$E7F Q1U,zYF ??2>Z+ +yf9@h:..AMMMMA:#:Ad $0$:3 'c$0F99w==r88q88 *< $*06V!5!!5!35#35#3#3!#5#5#5353!537&&'7'67+!#&'#5'67#5!5+5!35mHn7FEJKMM(m?*G$Sd(Xa?W7D83 d!jMwjH"(2MUUU?2C?FFF9A096<=<3Ga)r2=L<>G`eA>8P=2 A)/JPV\b##5!#5#5353!533!!&'#5'67!5!'6".=33267&'7'&'77&''67&''67&'#"&=33267&'76%&'#"&=33267&'MMMMPPA,Y=UtEH8M%l-HA:.DM#1RX.UUNw.$?,_W$I)3:<,/# =!5335!#5#5353!533#3!!#"&5#33!53=!2j3$#[NFүỦ/8<0'MNPP6P͂$%LЪAx-7 +*/O''''&'[[[[[`/0Y9Ug*MF9EEEE9#4 8G+'>>X0 A#7=CIOl67#;!5'6735##3735#353##5!#5#5353!53'67&'77&'77&'77'67#535'673#&'# x p1X0F ____D___?MMM,M@'= ><A; @7&(u8KdNh=,h=M9(#8)t $ A @(>A>wJ 59 #7=o#!#3'6735#3&5#35#;5###5!#5#5353!53677&'735&'#'767&'767677&'7!3!5G2%TN;4'5e+(3.LLLLLMMLf$ ; & 7, aIL ?/(*&<22 D5;O`6%1 ;2? ):.(I6%3v>A99HHAIIIInost!i\ Yk&? F[=@@J[J 0\Zw ,)V^?7 A#7=CIOs67#;!5'6735##3735#353##5!#5#5353!53'67&'77&'77&'7%3##5#535#535#53&'73673#3# x p1X0F ____D___?MMM,M@'= ><A; @7NƲl G!W'I$e(#8)t $ 1;'.#4"@<!!!'67!'>=!5"&='753%3:>7" Q)A9+%u/8<0'FͩBPg(u0(; K &J<@K@_BQF./:ff?_ձxIF.F/,. & 0/9 A8@]%3267'67!"#"&='75#'>=!53!!!'>733:>7#".5't@:,  (A50?/8<0'MNV*0K}$hM@I/-.04)<:=+6<~* 4I<`f>_ֱ;;:A=;,C%nh# +!$;>:  AF!%3267'6!!!!!#!!!!"#"&='75#'>=!5R't@:(L&NPV)4 )C21>08:0&MZS:#0).M:P>+|7:5A?3! 4/;Ze>_ղAT%67!!%3267'6!!!"+!#&''67&'7#5!5.='75#'>=!5-fIZ'uA:(V)4 'J;==TNuyЗr`U(v2@6 08:0&Mf/EEP9&/(.7:5A?3!$>'@!*2F<>  09We>_ղAYv3267'67!%67#7'67&'''>=!53!!!"#"&='75#673!3# '%3267#"&=#'>=3'tG;0;* eE' &-6:0&MNV+1 &I=_ղȜ390@44 3 8Jqg ;RCAT8J10( "(Zc"5OUPA &P!%3267'63333!53'7&67!!!"#"&='75#'>=!5R'tA:(GjG_ղK=_c%3267'67!#3735'35#67+5!!!#"/32>7!'67!5#"&='75#'>=!53!!!#3'vlK60!HFUNH #+&FsA&YSNά?07<0'MNV"M5 )('2222./ AK6 > )6}5<&P9Q2 57תd>_ֱ.8+<$#/K1S%#5!%3267'67!!!#&'7#'67#5!5!53!#"&='75#'>=!53!!!Jj'vlK60!KEf}k^XJ >Nά?07<0'MNV"V5 )('D;*29?2$!F.:)2;,\Q2 57תd>_ֱ.8+<$# A /=CKae5#?67#'>=3533#3"#".573:>7'%#!#3'>73267#"&=5#"/32>7#'67#5!#3`ZJZ.6B4)M%7 /)&0-( J=!" 0GJHGL[%I< # F M&c6B2' M'N| ds0-f"d߿6;5A@;"$)I5 !펖.<&{u$ 'v-16 !D)D^cR> BBB)I1$!5!!5!&'7.''67!#!53!!6`SBYXD% {KPP^o  C8 D@",0353#33!&''675##;53;#67&'73#5!aaav9*ղ `]_KK_P`IZD4.i>lD53RH@!G?nDD-%?353#37&''67##;53;#67&!327#".53533vXXXE2Cť KfUIIUPVB<&Y{ +0,eooyNQ3 Oi~QJH @J F .-b6A353#3?6!53533#&''&''67##;53;#67&'767&vXXXK`_PCvH'VV'( ȣ KfUIIUPVBI D:#wKuiDDҥOO=IY\F@ !KH @CM;S6 A&'#3535#!35#&'7#65!67!5!!!#&'&''675##5'67_:|=\LL+l%$Vr"g!GR9>"rIG!eCLO@ZZl >6:??6:>oNC %oX",18At6% COnF1G%5#!35#&'7#6'67767!&'!5!&''67&'#&''675##!53H /P3?C:9dk0%;8M*m ҳ أsO}4JG=)~KCPeee"lOY)\;?\&&%<5??lP2C ML!@5;Ia]f#:"7At6MMF1;%5#!35#&'7#6!5!'67!53!53!53!!!!#&''675##!H /Pz("fLPLMzC4JG=)~KCeee"l?%)=$?M]f#:"7At6G h!32>7!35%#3'357&''67##;53;67!#"/#23:>7#".5'#67&-qAAA{A0@ GL>AA>P=>R&K ""1N D59.: M #B<604; {:?0/+Af9@G @ 5,=@7 ?3@5 SMEGGEPEEF#d@BBT@ .&GH @ G1 >%!!#3'35735#53533#3#5!#5&''67##;53;#67&BBBC?0PNL: NK@EE@P@B @4DD'??1)*GH @ T& 8%!5!5%!5!#3'3573!3!5&''675##;53;#67&#(((JJKw@+<LWHGGHPHD/&Ah}B#8EG ?L7%Y#3'35'67##;53;#67&'7&".53675!#53533#23:>7LEEF̼ RKBFFBPBD$HB9#C D595MKN? '"('( K 5.dHH @ S:0H #'# :ldd.z? @4A 8@C / M&''#3'35!#"/326=###7&''67##;53;673&'!5'#67&G_R@IBBC3(F9Me@0= JO@EE@P@BaO{:+*0J:WfhU*U*E,pA)*FH @{z?+'760-/ F11G%5#!35#.'7#6675!5!'67!3#;# $'%#&''675##!53H! %y|2JKxZ+?6'#~HdO6R7KI=##pKCP]]]( j mk61:BB=4*(W;W >/;^E[f#0,7Ar522I8>35#35#%!!53!7&''675###53&'73&'73673#!67.^\#P1kDWJF+ nKF!C('%C-$')F#FʸR -v\\L8 C;.50;HE+EH:O=6 L'N#3'35765!!!!3#"/32>7#'>5#'67''67##;53;#67&1@@@m<12 !+%*bJ. FG9RAAHH @U'M#3'35767#535#'673533#3#&'#&''67##;53;#67&2???pAJz 1?Q$F eNERN[D =Vy>dZiD[P# 8*uuCDDqHj '.@G @I' E%!5!#3'35735#535#'273#3#5!#5&''67##;53;#67& CBBC?0ejmlKI: NK@EE@P@B @&^LC DLC$Cm551)*GH @ T;N#3'357535337&767&'767&''&''67##;53;67'#67&GBBCM7^L/P@-yHY6I0HG-F5RT`X NK@EE@P@Bj7>="4*dBwwB;)kz<2CfVWcI:D=UQA++'HH @iv$w;XK,A#3'35%&''675!5!'7!#5!#5&''67##;53;#67&GBBCkoqmf?0LI: NK@EE@P@B @dșxI{xIvCC^Y`551)*GH @ T'L#3'35%7&''6767#5!!67&735#53533#3!5&''67##;53;#67&GBBC6>UD@(1**.~%,@*N NK@EE@P@BMd "#8+*CrvDDwi@}{CvvCD ((HH @U8<,28N%5#!35#&'7#65#'>7!5!53!!#"/326'67%7&#&''675##!53F /ezRT8LHP<MA/;q:D;;qS=L74JG=)~KELnnn"lg:03tVASSAG#@ u.Yzz(ct'k]f#:"7At6556n#3'35323:>7#".='675367!#67&'7&''67##;53;35#53533#3673#672???r#i("1 M =:2EH9);"N/5y>A6D =VԭR,wH@?d[k!d* -%,16  Ee0#0IP'.@G @AiiA!xC`J37^?d7( P!5%!5!'#3'35%&'%'677333#"/326=!#5&''67##;53;#67& UUBBC%62@34!)=C@&@*K KnU! M5 NK@EE@P@B4*3tt>h^hi]`krWx U%C,H++'HH @K' Z#3735'5#;5#%#3'3573&'767!5!3#"/326=##5##5&''67##;53;#67&FᛛiAAAqA+F)6V1iDP4(X7FI= =V>AA>P=>{D [:{{{T[6'>':2AA0PE)?)r36@G @Y+ t#3'35%7&7326='675#535'673&533#67327#"''67&'#67#"/&''67##;53;#>7&4AAAl<2/<2=* 7! 04ZZ4#m+= H 2#<1M  :I<4A[%cH!G/0U49"=V>AA>P=>{  dRk pG}+D BC#7?BtqRmm}J<;=X}B U* &#BG @ R  ")M35#5#;5##335#>7!3'5#.'#6%'67+5!!!#"/&''675##5تH% G!xr-9(M. %(%<~M$J,y^^^^^,do>E7ddy3 b:x""x B1HA q286&b#3'3567!'67&''67!&'##5#&''67##;53;#67&'735#535#53533#3#9AAAX= @hA3(2,OJ 3Ee[vlN @ =V>AA>P=>{D ANd'3E >>!1+2%"7Yw !@ZB.!@,;BAxx, 6@G @Y;J^N745"#"&=#'.''675##;53;#67&GGGFFFwA+w 4K߇ &J$Q%D!(  A\CCCCPBA6kkddy6GI`\0AU)D+A02EnjE+-"$a|d|w *@G @ Q?>BW#3'35'675##;53;673#3#!#5##5&''67&%#%767#53=#'#67&666CA2AA1O1>7E ZdgG< HyH-:1W69 $y< Rux*.p2dT&F@~ ":CE??Y!b^-1$e[d}E`U?3Hg%5#!35#&'7#6'6%7&'675##5!5"''67=367!&'7##5!53!#5#326745 #!#&'F5LX86W1Sm8N>:=ԱKEfpnKGB$^cNPNq%@5J 52(EBMQ@'oSSS Ua"mF-E3(]k%i< [.F %!<( d&45(|MM|kO% FHW !'(' Z%#!'35##3'35765!#"/3265#3#3##5#535#535#'&''67##;53;#67&hIǂ@@@m<" >M7llrrKrrkk? =V>AA|"+*>>:tjgwk#V)C+U9h;XX;h9UW37BG @ ]' :Y!5!!5!'#3'355#'>7#'67#'67+!!!"/326%7.''67##;53;#67&YY??? P/G$S'w=0oQ`-+2`B'Ky0TM>$!=0< =Vy*"s[`,`;04VC0/Zs4"2Ilq&+1;At<@G @ XA(/?o#3'35'67&''675##;53;67367#767&''#67&3267#"&535!#5!53!##"/326=666 + CA2AA1O1>[&Am'],<#J1+9 )h2<>E%!j-BKP%19.dF8 (R'F@~ 4an<8&MftC[-3"8 ?7, + .77 BdeeFA !9 Y3=#;5##3#3'35735+3&'73&'73673#3##5#&''67##;53;#67&ꓓ└AAAqAH=% B-#i"%B+'06%E$*EN@ =V>AA>P=>{D ssnnnAA|"+oD0m?%7A?OT_"R;SSERR^TYKPao% +dQU: BG @ ]' <Ec!5%!5!3&#3'352>7#3!#'>7+!!!#"/%3'67#7&''67##;53;#67&]]*;4b??? E:"$F+*VI/+4XD3!e)?0> >Sy0JQQ;N6'6')+=(>?9!f1V0<D-Ee >>G @ S, S#373535#7#3767##53533#67&'7&''.''>7'673&'3533!67&ffMjMd>L@\cfHM66E3)F   )(zaDWo%jVKIrK`ZZa\nn@vB b16'4 2, H+@ FMUlH-?4OX>UU'/FO!5!!5!#3673%#3'35735#535#5!#3#3!5.''67##;53;#>7&RRNNAAAqA* =V>AA>P=>{  NX^g-3 2%b:Z>>Z:bA 0 BG @ ] ' Z^#3'35!5!5#35#;5#326=#%76=!!!#"/#5##5##&''67##;53;#67&5!9AAAMSl??{AA  A?-b2 3;???A:= =V>AA>P=>{D U:d|kmssssszq,Y<46@G @Y?? ' $6T35#35!35'35#!5%!5!#3'357!!#"/326=!#!7&''67##;53;#67&ʣs!LLAAA*H&M\ L%A0@ =V>AA>P=>{D LOOOO9LHH:HC3B;6@G @Y '  GK#3'35!5!#5!35#35!35'35#7!#5!#5&''67##;53;#67&5!9AAA`4MƙA)MK9 =V>AA>P=>{D idvillll9i/^K,,16@G @YAA' *X35#3'35%53#535767#5!&''67&%7;#3#3##5&''67##;53;#67&pAAA?/1!'HEMUNHk$gC;u?*KK; =V>AA>P=>{D ȸddBAMO?GbBB_I*B-TI8;3HN:zAC76@G @Y' `#;5#7!5!!5!#!#6%5#'>7#.''67##;53;#67&'767#5!!!#"/326??I??QQKXC> p[*T/H*R/J< =Vy*"=cJ8k/(,K>$d%GLC9#2#KcY60-NA-<@G @ X9-;Q>>0~6Aj' ^#3'3535#5#5#'#363#"/326=#'67+#5&''67##;53;#67&'735#53533666\pnsninZ72X8tO; BsH5 ;L2AA0O0>p< :+ZddMndŷ\!ʨk)V(D+,"L0;G @]=E' G\#3'355#'&''67##;53;53533533533#+5#!#3#&'#767#5!5###>7&9AAA~S $ =V>AA>P=/AM]KMKKM]MSM?#F2{  eFssio`$ 7@G ?-RRRRRRCAICo`C`oLmXeCI; K' P#3'35535!;5##!'35##"/3265!#5&''67##;53;#67&'73!39AAAծ}}TD}}Q<aE# lG. =V>AA>P=>{D = 27dXxCG=V)D+F4% 6@G @Y;dwO '  $(,0o35'35##3=##3267'#3=#35'35##3'35735+!+3"#".=##&''67##;53;#67&⒒nFG#*朜AAAq?FF+ 1((<5%8= =V>AA>P=>{D QMM7MMMM/:[WW7[[7W`WL1B121< &*#=$6@G @Y +, 9=X`#373535##5!67#5#37.''67##53533#67&5!#'#!#"/326=#"&5##5#5ddKh'LGH/K C4'DDxdFK66$:4D+ 7*E+hYAUZc_,FXX: ;. D@vB W4BB9^F$B #,d@@' 8IO#3'35%5!!5%!5!767'.''67##;53;#67&%3!535+#5!##7&7???g:$$=(vC.Y =Vy*"jL9/9 )~b.Zd#BBaa:Z{BN7jE)<@G @ X#CCC;Ie:_ 9( -=CIY_e5!!535#!35#.'7#6'675##5#5!##&'>=3&''67%'67'>=3&''67%'67Z4>PPH! %ypKHfH7KI=#bZI =yoK>(C,>0ACcRI >sM:,A-$@.CTRR99]]]( j *7Ar5[f#0!9fX)&.)Y+8'T_yKR7gU+&-$Z.:&U^x@I NEAHO % BHl35#35!35'35#67##3'357.'#5'7>7&'767+!#7&7&%767'&''675##;53;#67&}mduLH%???}>A,>MrHF1"7(H`'pP>Y>=A=+H1;9W2+ =Vy Cz[[[[[:[6JV=0!E \R ?D:/ &h#bX(%PL%PG ?N 6 "&_5#5##35#735#5353#367##3'35'675##;53;35;53;3#+3+!#&''&'767&''67#5367+535+5##67&P܏K2 N====R:AA9O:=2KMK11KK SN,PZn(rr3=(u`C:A;.pfGK2x.,33:::3f333,?""BG @f99f>c)=J;2;8*E:3&  57=)c\56 x67#5#!35#&'7#6'675##5!53'##5#535#53&'#535#53533#3#3#367&'765#535333267#".5#&'!#&'C F5LԱKE1$LZ ;L7^Q#)5#0 zzG7 &!#)i9H&B0%REBMQ@'o!$'2tSSS UX< [.@"BB6.929+5115+9*!9.02L42;:JJ$; ^L3V@'=48#N78HW !'(2 K^!5%!5!73567#3'35'675##;53;53533533#3#!!.''7&'735+35##67&mmX.???=V5WBd>=dB$ 3AWC ^"<"]!5%!5!&'#3535#!35#'#6!5!'675##5'67#5!67+35#5353!533#3!!#&'&'"")-+'LL*)ȧԱKIaOMM߇`,:7A@"l;;.;$%++wCCC)= ,; B-<0B9 ,"&*Ba#!#3#"/326=####35'35#%#3'35%3#5!#53&'7353367&''67##;53;#>7&7Jo4D;KHF===GXJYIVGPKU <1; FI:AA9O:=x5 @?P(C(l0?G @O ' j35&'#3735'5#;5##3'357&''67##;53;67#53&'735#' 73673#&'#5!#'#67&9L6HHޘo===f<1;FI:AA9O:=Ws->1#7#5!#3267#".=#'&''67##;53;#>7&+===gaZZZZ AvBYY_OgXX<)=@<-1H "$"*,$ O# FI:AA9O:=x5 d;;S9DD9Y9;e9D=OG @O *@4Rp5#!35#&'7#6#3735!#3735%'675##5!53!#&'&''675##;533#67.'%.'5675##;533#67&'F 7HeeFfffFeԱKELEBQM?3~ )&B ɫVneFFeF8#+B:vfFFfF@ g[[[ U\\\\\\\\: [.CCNR 3'U_=w877q1Ik $=y8<7#'675##5!5#"/326=#'>='67333!#&'##5#535#'67'67#5!#"'3#3!uSSSPPTQ(F)L N2/|t6 ԱKE$\D "@0^+J  _LE;NI@'oMp=: * $D#l9i==09=9PPP O!4. $%Q1 < U-@ 7 I3 *sh*Md 3 CKN !'(PP6@9?9"B7yD-4@< +K#3'3567#%7&''67##;53;#>7&3!535#535#53&'73673#3#33#327#"''67&'#67#"/326='675#535'673&?&+===~1i <1; FI:AA9O:=x5  G G GA0(F9D62JURE:+ 4=- :+<&W||8,l 0-e.8010d+65_.>G @OB??B;?A0 8%+ 4A?;DFA E:_Q/?.:QA ; Q-=1 @ NA6<< A5=+26*8 K TXaquy}#3'35%67#!!'67.''675##;53;67!3#3267"#"&=#'>7#!!53#5!#5'76='#67&%5!5!5!666"  JB  CA2AA1O1>j9I %# #&F ##M%$ jK6J3MML< p2moRd?#9 $ T&F@"Xo  <";=  'T8V9 6$@s''~(^y(?2200S00 ' %)-p#3'35353535#5####3267'#3=#%675+5!+3"#".=##&''67##;53;#67&'79AAA'f42f\\\pVeeE5\a+*eeeIF\DFV+ 7,-152f6= =V>AA>P=>{D ?dԈqq^uuuuDO$ Gqnn%6`B30=  5N$6@G @Y;`W1 35'35#3&#3'353'67#75'67#!673'67#'>7#3>=3&''"/32>7###&''67##;53;#67&X!l333( <[9%)6!-)5C  @ ,A-6HR?*R4B"R?5 >'=4 v 7E1;;,M,8i&JQQ;N&&++Hd#5LmVҕ1>Dyu~h4n<ц5FAX09D1{*'(6)=B8AH @ ^ '#'+Om#3'35%3#5##5##535#5!#53537535326=##5##5##367#5!#!#"/%7&''67##;53;#67&+===#KIK ᆆn SESESK 9 "7!<1;FI:AA9O:=x0d2ܣգ8AA44b44b44b44\ @#??1A*<G @ L7"|#3'357675##67!#3'3535#767&'7#5!&''&''67##;53;675#53533533##3#3#3#3!5'#67& 89\49AAAJ=*oOS<'a2kkg| ' =V>AA>P=>:6HHzz:ʷ{D 2224 /*431*3!<7.'7567#37353&'#&'!!5%!5!'5!67#5!67!5!67!!!#!#&'#3#>7.'7.'&''675##5;5#5'67eeFffFFf 9@!-PeffFe/& >>  \O Z UlE<):?$+BA ЩlXeFFe)O&%)D: '  $(z#3'35%3535#35#675#735'35##3=#3#"/3265.'#35+35#'67&''675##;53;#67&'765!#3#3#75#7.666rrs=Y(oooo'ppp)H23HnFFr,$@ CA2AA1O1>p2< BdddHF]7,'dn+++++ X??4=q?s==-F-A  -qK-+ڈO("T&F@?2&IU=+;+\0Q *C !%.7;?C5#!35#&'#6#3735.'7#6%#3735&'7#>5!3!535#!5#;5#'675##5!53!#.'3#5675##5;533#&'&''675##5;5F=eeFf2pcffFe1q $O__֋ZϋKELE"S+=.+##=|fFFfF)-B AųlXeFFe\666+>>>>????? @9@@ooooo:.44@$%%  *:C/E#,,J="9D#( '4.4^bfjnt%5#!35#.'7#635#'675##5!5+53#!#&'677&'7&'#5'767&'767677&'7535!535367&'7&'#5'767&'767677&'7F)OKE8QE8AS@ '~y 7" 2DA~6C#$'9-/ 427IWg2$1 *5 2DA}52* $'80+:-6IWg 1$.HHHJV7: O,++=U !&'tUMN[]F< C7*;B5 9B_Z*VYAK22W66W33V22SLOUST < 6(< *;G0!A:_Z#VYR>!. 7!67!3!5!#!#;#u,N$TZ>㞞R@ BCxDDDDD)E ;A5#!5#;5#'67!535!67!3!67.'##'67!'67axߙw)lRMR*,:+g[6Zqm'u>PNW!ؘL%} O7/6775!##"/3265!5M52Oq/='U;a/(S=Zs(<%O9{Q$KE@W{$>EEDxU)F*D1,28>D533533!##"/3265#5####'67677&&'7'67fMK&M3EA.$M(6K0&]./7E9 D2#E# 64667hX7hDDi7DXT*D*8cG?6KgES=%>UgBS})1 #'I#'67#67'675#5353%'67%5!##"/3265#!535#53533#35M(,]<.kSYsMX9h K'N3EA/$pM.!Lh#S=B%B =__AVz(JDDDXT*D*4A=pp=71 "4F#'67735#!%35#'67%53#"/3265#5!#3!537#537#5!#3M%0\8+KtS7e 77,<-! GDDVy(MDDtT*D+DD;AA|=iAAi2 ]35##3!5!%'67%53%33##"/3265##3#3##5!535#535+5!5!#'675367#5367™/{{zP9b9F!A/>C ~pMW6K]%2K((~W-e`p K XSTTmDS}'ODD*7DWT+D*9=TAnnAT=9/KB0Nf(B@0, 1 +15a#'67#3735'5#;5#673265##3#'67%53%673#35!##"/'675#535+35#535K((~W<*``Ka`aaMb( tzP9bqϵ 6k F7.?Vk`HWG0Nf!WGGGG0GGGM 0*=<DS}'ODD2'@ P<:"DTT+0#C I<=4:<2` =0$<>:E:B;m5=;p"7&!!67&'67'67'$7!5!5 Hq]4b|g)+@W| l6\h  7{DTn1s[j<`[`P1?Q'A FC3>D{P'&'#'$7!53533696H3(9_yPZuyP9[5 F*JB)!5RX^vE4MFFfX (>"A67'67!5!5!5!5!5!53!!!!!!67.'67'675;6hPh6)DaL6Iic%6?Kx UW^r@Hf@_>\AggA\>_@cKGZ-VOY6>7ޓ<.A5C /' 067$7$7367&'#'67!53530$1i81o1F">*:1C)30XKF\bٙK`Eu4}KN4SO6\},FqV$HI!TN/0;_qqB3P{F#;;!5%!5!%!!5!53'67+5#535!3#!67.'67'675*P䅚Ollll)D\H-ǁ5(>>A )"175#!35#.'67'675'67+!5!5!53!!!!6E+>Lif 7=M IaZ惴K@iPi@+@`&OFW/>0֋7. A>A,'C?bAAOOAA[E>'736735'$73#3!53#5&'#'67#5353~*82$7Z|.\!"$4!PK5ISKFrS=H' D GD!FDD.91'//,^qa60MF#4 C!5'673&'&''67!5!'67!5!53!!67.'#67'675foyhu]cc]A- /P)B[A9CZ`"::Dx 6w`55=2A^^A0F5FF5((#>7>A5K@KK@I<:A,B:C&?*y.$=;?)' <!&'5!'673673&'!5'67&'#'67#5353j`UUo:b~ lfu+2++2! -- 7+/$434K5ISK\vvDD١4kF t~B'*<<*'2H?8<M:+!.B<a60MF#98!5!%!!5!5!5!53!!'67+5!!67.'#67'675 .xWPWށN)@kL?Sm` 89QxVUZDz??K>DD>A4NK7#'>7#536'67!5!53!!67.'#67'675sKhNK*/(_D& ~]W/IPP)B[A9CZ`"::Dx 6w`d:(,CUZb>83qOC2BA5K@KK@I<:A,B:C&?*y.$=;?)#* 'O67#577&'77327#"&''7&'67!5!53!!67.'#67'675'UE(?M=8N UB'UWL-m)# =,KH9PP)C\H-Ł4'>>A )G \'677!32>7!35#".5&'#'67!5353367!#"/#3:>7("%""5M 6 KKK15< "%/4/EK9HTK@ K ""1N*~=0=0"6I4$/:05%AGGE&&7B2:/;Oyb9.MFDt +6=@B?3@' 0!5%!5!5!367!!#5&'#'67#5353__~/y->) .RK ."3*9K3CLsKABBF}Y7AW==(%/7B\4-MF/ ;%35+35#3735535336753533#5!#&'#'67#M5 qKu)< "(ML\K)(DK/>Q/ B 40FqV /:ҭ,@@%6Pb7.O/)/5=3367&'#'67#53%'673&67$76$7Ku,A+5'/!3Qqp%uHsӂ55p5t'FxZ7>M=(.Jb7.OFjr>jnClR2W^1g1i4o483%!5!%5!3675367!#5!#&'#'67#5353y->!+ 3NMK%0)3*9K3CLsK9AF}Y$9A@W O=@@I?0/7B\4-MF' ='67?&###535#5333#367&'#'67#5353@O'D*BL1D5xNN%~+= "8&#034K5ISK#u{uDDCYCFwX+1E,#2B<a60MF1O35#3674653533'67#3&''67&'767!'>7&'#'67#5353٥y->) 6M+>#DmamrfX;B5PZ<576%0$35#K3CNsKF}Y 7AaaCLF 8:AuT)B-`b+B'W`Y`Ի7!'67'&'#'67#535336>(0)E!HO 'H!G>=QPQ  .1I^X@ L,5!,3>K/>QqKu*>JXUM@VA+"( AN@(D++>AA%2y(CEO>=vr/,6.+Jb7.OFFsX %'9#!#5&''675!5!&'#'67#535336KNv|}y 6&1&-!?K/>QqKu-D,5`5>sHwuHqAA\KA$22,Lb7.OFFz];4=367535#53533#3!53533#!!5!5#&'#'67#5353~-?'"N(-4N0-<9ZD;V@bAv@``@v~Ah^km'9KJhA9Eqb@:8+6#<.!3`)$>@@ #cU#Pj## X67#33#"/3265'67!53'67&''67#5!#3!53!!67.'#67'675^I$0EIK&J+UO* ]3<+: E!םRP)B[A9CZ`"::Dx 6w`1@&<$;T+C)^A5K@3/00:Bh::!8\!ii@I<:A,B:C&?*y.$=;?),+9367&'#'67#5353!!5333#!&'##5y-> (7&,+3*9K3CLsK!P!ߍ}&rrPF}Y 7:J;3/7B\4-MFCC.i@D-DT=O;~D1  &E#'6775!##"/3265#5%'675353367&'#'>7M61[8#49M#F0@;' V8hgKp(9 $%3(-'//K2:Sp(A$Mi%EDDDbU)D*D BR}'2FFt[ .D K9%#5F;c;-RBn' 17G'6753#'67!5!53!!67.'#67'6757&#3!535#53533dxrKKP)B[A9CZ`"::Dx 6w`}2U=3B'P&&?"0CA5K@KK@I<:A,B:C&?*y.$=;?)h1D>1C ??C__#9 M35#5#!35#67!!53!!35#'67!5!5!5!5+!!!!!#.'#67'675=SJ*P~aPa]4EX_ 77:o ;v[);<<<_,<;mDD>;?);:05,,50:%811> c%}<0>f#"@?Z%5#323&=#>5#!5!'67!5!53!!67.'#67'675#!#"/326="!#5'C5PUstM̂P,BRD?CX[%93@t;t_M8'P2ZX*)|I'6 Y7 -.NZ+82R?+B=@@=?2.:$925#<&g# :7<j&wJ$?*-/'$(G&'#'>73&'#5677&5!&'#'67#535336LlVVe I"X@F| K"|H=I8/_0h6&1&-!?K/>QqKu-D,L\qtY5eO?TsK5;an+o~,KA$22,Lb7.OFFz];B U#3=#35'35#%353367535!5!533&'73!3#"/26=##5##&'#'67#dmqKu-D'!$ K24C4#2 XF.KK%!3-K/>QTxx::xFz] 4BZASS*'21AZR)?+j7/(.*6b7.O#'#K#5!5!53353#5#'6%#3!535#53533'67!5!53!!67.'#67'675X4HMM f4N5ƷGNP)B[A9CZ`"::Dx 6w`XT"P)B[A9CZ`"::Dx 6w`9&(;)]9"2:19FY7`W)AI`~j 2|7A5K@AA@I<:A,B:C&?*y.$=;?)' D35#5#;5#535#%3367!#3#!!5!5#535+5&'#'67#53񢢢Ku,A+!(})J%!3QqL:WFxZ7>\;x>AA>x940(.Jb7.OFA O#36735'5#;5#%3367367!!!533##5!53'67+5&'#'67#53uNKu+B,0LB>MMR'7mK$.93BK/>Qqv2DC3vkF;F/!Pb7.OF ' a#>=#53#>=#53%3675!5!5!!!#"/326=&''#5&''#&'#'>7#5353 ;#-3q;#-3qa$1 !"5&A3 +"-G+"-J '#3I,3Ib$ZIDm!tAA1Dm!tAAFuX 1;iDDiO)E*T2-X[*22-X[*2;*,28Gc;/TCnF";H673#5!#53&'7353!5!'67!5!5+5!#!!67.'#67'675#CL@LC!PN}NN+>WEw aM^6,+$ϑ )+2ffj A3J?<QIiioooFFxZ0BkwFAm@s5u=lAF578.3Eb7.O%ii'R!5!!5!5#'>7#'>7#'&'#'67#535336767+!!!"/326oo! P/G$`&N/G'd0=%';K/>QqKu(>"5$+]6$K0TM>$!s[``;04VK:05?=2%5Fb7.OFFnY.?I9%Rdq!01;At#,k35#33#"/3265'67!5!5"/326=##5##535#53'673533#3#33!!67.'#67'675qGK&J+UO* ̈́;8 ~KrG>>5GXK +?UH=B]` 81Gl7yZ~5OfT+C)r@+D=?7 %/:IH @@95:/f,!B=>1/=&859">'h$#>5?r$' H6735#!5!!5!3#5!#35#'67&'#'67#53533673!#3z# NX1XnMLHB8%16K/>QqKu'7&$M-1 M|dmp55_pLB3vz"A@nb7.OFFhT56PdC6g#3=#67#53533675367#535!5!5#535#5353!!33#!!#&''67&''67#&'#'67FU3%$RqKu*@*8&,P(;;md2Yjy#p}KI 6J5h-++K/>QC~AA[5I+#FFtY97J; .$8C;A75>CC>5x;{7+5&'#'67#5353#*#/Gtt^7>yG&H -  e?kjU;C;':v%G!& 26&K3CLsK(6A1:MM6F!0BA7o~ 'A#;S@.@&BE#?55>57^/[?3 +-G-x\4-MF' MQY67!5!5#35#;5#3533675!!!#"'5#5##5##'67&'#'67#%5!5#326z#' NzHIHHqKu'7&$98 3?I@HFO<6"16K/>Q1b_H -11 PkmsssssWFhT5695+}iA@nb7.OЄ??Bz' U35#5#35'5#;5#35#353367535#5#5!##3+!!#5!5!5+5&'#'67#옘읝UqKu'7&.7K7IOJ"$'316K/>QHHHHXX;SSSXQFhT56JEEK@xx@K@12.A@nb7.O'j!5!%5!67+!!!#"/32>7!3673:>7#".='67&'#'67#535336yy~6._4 I4/.SD$ x&#%"" H1325:-?7) :K/>QqKu$: 'R:OO@>ZZS,FC4N688   '(' B)9 Ekb7.OFFcX 99 -5U#5'67!5!'67#5!5+5!#!#&'7##5#5!53!'$7767.'67'675K5<OBtm wMM&kX&\wPNV!QwP9.[aL9NY_ =II>xA7`XC3A*B15#?$b&}=5? i!9 Q3=#;5##3336753&'73&'73673#!!#5!5!5+5&'#'67#53ɡ𡡡:Ku+B (5?% B-#t"%B+';9#E$*H OH$.3BK/>Qqrrmmm=rFv[ 7<T8NWRDO`]NOGccBBcG=$)/!Pb7.OF ' 6<Ba35'35#67#'675#53;#"&!.'#67'67&'7&'7%367&'#'>7#5353Z420C,H0=8f\M4K;S\!>@K } M@]-UH-@]-]@a$1 !0 + '#3I,3Ib$ZI+ff9dT,@5C:9=FA11C/I>G,?+s>6A7#5353FP5(Qa#1+K''KOK22KKwm/Rp|%uF;A@5u uK'"!:I,3Ib$ZI,33:::3f333*=& FuW,;-)c>f99f>c)=H8"4;?(HA, 57=!m;71 ;(Rc;/TCnF"9 ^35#3567!!5!53#35#'67!535#535#535+5!#35+5!#3#3#3#.'#67'675]EQJ+KP|sK[MH[[2GW^!84 f' ' !R#5!3#5!35'35##3=#5#!5#%33675!+!!#5!5!5+5&'#'67#53F nFKu+B (5#J OH$.3BK/>QqA\\7X\XXaaaaFv[ 7<aBAABG=$)/!Pb7.OFDRi73533'673#!67#53&#5&'#5'#5&'#'67#5353367367!3!#.''>7#5!6$"/FBF-*6+Ga5CdO4lH$G)F>B8P%G ,'36K/>QqKu*D '1N P`^).kn=NECAH;7Ut?L;O?,`G\@/B@:1.*Bb7.OFFr` 67H+0 7;?4VB_<<_BU5? 44JN`fl367&'#'>7#5353#&'#5'67#5353!3#&'#5'67#53535!26=!5!!#"/%67%7&a#2 $/ )&:I,3Ib$ZI\;*-1B%B*Q+oJEy.S(E,B.J+V2]tJ04 83IHpE7Jy2fL/TFsZ 2/?5%2(Rc;/TCnFKAG=,/DIN4Z_AXXAa^:RTVU2^fAX@@ AA;? Jd'nO.X^1e ,VZ^35#5#5!3!535#35#;5#367!#3673#'#3!#5&'#'>7#5353#353UU1)9X````a$1 $EeSC"F *2SoI$'#3I,3Ib$ZI%UUJMMAAFuX/9f=J]s %8CQE;M<2v<)428Gc;/TCnFZJCC '#i!#5##5##5!5#5!!5353753535##5##5##367!5&'#'>7#5353367!!!#"/326KJJIxiFgGgK &:I,3Ib$ZIa#2 0  +-<, ܣգ8AA44b44b44b44@#;'% 2(Rc;/TCnFFsZ/9?1A $4 !r67#35#35##!#"./326=.'#67'675'67!5!53&5!5!53!!!!!!!!!>5#"'!!653&'#53533#33267:QI6 3(- =>VX}:6A~t;T|ABPLB?? M 96/*BT+m 6M3_t!cV5 $(#q#O^+(1 $/-.<"^!y?-> e;&6:B+2r++ ! 3:5-)0*2552 0   ' )/5z35#35%5##35##35#%#3+3265#37&7'6367;3;#"/&'#5'67+535#535##&'#'>7#5353GlkjjP4I8Y  ̪$%$#a$1 !H)J1#F2*F'6/:+,&8-4*,28Gc;/TCnF '#6%&'#6!#"/326=!5!5#535''&'#'>7#535336753673#3#37337#733#337#537#537#533#&'3#!w Q>%?+UP# :8QAW%,I,3Ib$ZIa$1 WY -Fdca_>;G|}z_abde 'CUdN 1/~1,39"12@ <=980Q9"&:?c;/TCnFFuX&(,A > ,8:899998:8:=7#7!5!!!#5!#373514 zI/n!LN/GApLLJl͉2)AftP+9'A]WDD66n<}q %5#!5#;5#'35)3#5!#35!5!WfOOpddd00OdA? A5#!5#;5#'3567!%5!67+35!5!!3!!#&''67&''67V0g70 I\k9c&Փr\>IJ88Ff)o999==92FFFFF@@@%%)"^8[r4A QmQ< ZZ9&'T7((((7T'&%HD  7!5%!5%!5!327>7#"'.=#'$7+!#   "% K%&$*(C$t  uN kkgg5˰ %' .X!5%!5%!5!536=#53533#3#&''>7#"'.=#'67+!#327>7;;;2K[C:5='v0CG 0; !Kӓ  I kkgg7HHH+:DB2-DK9HTKZ0? +K  I kkggFqVHU2:Mtb9.MF(j&C?5˰ #?A9A9% PT7#3'35#%!5%!5%!5!"/3265!5!67+!#327>7#"'.=#'5!Ehh pb Gt C  ,7!gP<ppii9>8)R1 Z??CE 5O!5%!5%!5!327>7#"'.=#'67+!#!#53&'73&'73673#$$$"%K%&$*)C$)!VOz @N!C-!$C."0F'NKKII5H+78;B:*-C$Cq 7)@=B(FAF=1= E@ DHLP[_35#35#5###!#3#3!!#3:>7"#".=#'67'!5%!5%!5!767!!5!zzzzDNAssRK /('7:-'uX2H  3<+X****JYi7**5#M ' )+2hI_C_j33_33,3T (AS7??6*.26<d%#!#327>7#"'.=#'>7'!5%!5%!5!#36#3#&'#'67#535#53&'#53533#3LKt C  ,A wq%bc H%QN,5JI?X+t9>8)n,9(uYkkdd7#"'.=#'##'6735# uuuu,ޢ J%AI.D 'l@iyqqqqyn Gt C  ,<(K$c<uuEDD+ppii9>8)R;0p"G_pC4; :Z7!5%!5%!5!67&'#".=#'67+!#3:>&''67&'7'67&'76#53673#3#!7#537#537#533#5%5 +21K4037:-{0]OR  :$):$):&.-<<168*1+68<#/D-TL<e]Ln=%#38-"%K  2"SJM)3"(Sxs*L@<1Q`126-I>>`D$?30V)A*lg2TƧ_:I d67#35+3#37357&''67'#"/326=#'>='673365 7&=67&\|FFFFI%7,A>I>mT 4Efia/A+la/EQ "?=&BF&l8rGA  D7* 5m67!#37!5%5#)5!7".53673:>7'67'>75367533#67!!#"/326=!'>=6K 8 THLM& ' F47P(VF $ I;KOW0PL1(P2ZV.)K>;0w  ,KKK4HHHa8:;C%&$ 8Rn>I;g < 5!9@4WC-5n1I b&'%67#35+3#37355!&#67#"/326=#'>='673367273#327#"'NQ\|FFFFI%7,A>I>pCYC"BBW(A+la/EQ "?=&. FAAMBjK 0%H -Mg67#35#35#35'35#%#5!#"/32>7#'65#'>='6733#"/326%3##5#535#'673533#lXXXYUUU%*5M?)  o\% %A2a*J q4-NU  MjCAERM`>%/45R>Bu*ADK[*;Ila.FP!0?30V)ABBD2 kt6IIA %H ;[#3735%67#35#35#35'35#7&''67##53533#67&5#'>='6733#"/326jjMngSSSSOOOD3)E ԾbhjHMT7 %@2a*J i3-MU  Z>%/45R>5%1 D@vBTdla.FP!0?=&V)A%H 6Z67#35#35#35'35#5#'>='6733#"/326%3##5#535#535#53&'73673#3#lXXXYUUU %A2a*J q4-NU  yNѹw!G %X'I$h`>%/45R>la.FP!0?30V)ADDACEA;\NH =LCAC  #!#55!5!5!5!5!PPb zB+,+,AACC??@@}}  #!#55!5!5!5!5#yMM>CpM+,+,AACC??@@}}9 #'+#!'35#!##"/3265!%5!5!5!5!IB3t'SEsn@(@|660,+?dFV( F +lAACC??@@C' ##!%35#5!5!5!5!3&'KfKeZZO"0,+?7AACC??@@~HxDeIC' !%#!%35####533%5!5!5!5!Kf#NNIeZZ0,+?cFF5AACC??@@- 7;?CG#!'35#%'676=#5!327#".5#67'>75!5!5!5!F$ޛ @5x  <+& U@GXIF3;> ["M0,+?E KiBԘ^kBki`_DO6E|~AACC??@@2 !%#!'35#3!53#5!%5!5!5!5!JBS?z660,+?#lDDDDAACC??@@<' %)-15#!'35#!533##"/3265!7&5!5!5!5!KI,YOVV(U7pi5*DP;F:Gp==0,+?DZ,E0{xAACC??@@2 )#!'35#5!5!5!5!%###53#5!#3JBJ?z668N0,+?7AACC??@@PAD DD + "&*#!'35#3'>335!5!5!5!G/褤6JQ>$!J}K-c$$0,+?lv7G@VAACC??@@2= K#!'35#5!5!5!5!#"&5467!5'67!!!3:>KIKG==L :7/p$:b,G hFZ( 0,+?7AACC??@@2:DF"# 18F6<92 6C77A1 6+2 G735#5!5!5!5!!##%".5'7'$7%3:>7K6k,,8K21)2d(q'C! L 2,7AACC??@@N, '&HD?D%1H146)- 5;@ 9 048<@#!'35#%5!327>7#"'.5!5!5!5!5!5!5!IB #-.412 O"$!I70Dh@|660,+?@=5EIE &,-jDCAACC??@@2 :#!'35#5#5!5!5!5!#3##"/3265'67!53F$ޛ"VKR\\"J4KX" 'ƔZ0,+?6AACC??@@BDW)B0ҁ@{D; 2 )-159#!'35#%'67?&7.''7667&5!5!5!5!F$ޛ?h8G8J4 Ds AACC??@@2/+/37;735#%35#'##!67#53=#535333!.5!5!5!5!*%(cF#O7p'[Mi\+,+kCDCe8@,QAACC??@@27 ;#!'35#5!5!5!5!#5353!!!#"/32>7#'>F$ޛF"MN+A$@<5vi0!( JK88=0,+?7AACC??@@GDDQEG H 1T6@9  &=AEIM#!'35#3267#"&=#'>=767!5!&''67&5!5!5!5!I>,C+)*-,?2$;;VN39`cnoc YV)=u220,+?}Z201 L7&kg:(UIJjBB]F.@2QL7A/BIAACC??@@25 $(,0#!'35#%##!5!#'67!#5!5!5!5!KI.Ok*6C[+I [OG==0,+?EE~_! -6CRAACC??@@2 $(,0735#%'##!>5!#./!5!%5!5!5!5!:9@F$4-60Yy90"W] ,+^8UCAACC??@@9#+/37;735#%75#'##!6$7!#&'#&5!5!5!5! 7V()7I>+FB(AK\=u22;;h;),+s#I6F-:ZD6==&4%DAACC??@@ 2 &*.263##3#!'35#!5!##"/3265!5!5!5!FFF$ޛY.:%Jc.$ "V,+?]DDqU*EAACC??@@ 0/ $*08#!'35#5!5!5!'!5!673&67$76$7I*ᛛI',j%ShI{x5!5(o5s0,+?7AA??@@׍l=C9dlCmO2R_1c1i4o5-4 3#!'35#5!5!5!5!&'73!53#535#5!#3#J'ݗJ&Tr0,+?7AACC??@@nG"@"GDDDCDDC2 !%)-#!'35#!#3#3!5333!%5!5!5!5!F$ޛ ʹSIz"V0,+?gDDDDAACC??@@21 !%)-1%!!#!'35#%35#53533#3#5!#5!5!5!5!YFԑPOLM4,+?DD'??AACC??@@+# 59=AE&'35#5!&#67##!67273#327#"'5!5!5!5!Lbh"[ZF4B[ +* A?B  `_ C\@"BBz,+A DAAp[BmM3AACC??@@25 -1#!%35#5!5!67!5!67!!3#3###'5!JVJT81J NJ,J:J0,+?7AA?,"C?z <CCE䑃2@@-7 M#!'35#5!5!5!5!".53675!#53533#23267J'ݗJ&J[*04 LoKNB' j& K 910,+?7AACC??@@! ?odd.~A 5 8@C"  26 %)-159#!#5#!'35#7&''676767&5!5!5!5!5!LNLF$ޛXBSMC(J5G8>r18M"R!6S6,+? :!% E^AACC??@@ 9 )-159=#!#5#!'35#2>5#'>7#5!#"/5!5!5!5!5!KMVI4륥f&Wv,/CSIZF3k(( 2f2,+?@mku,<'`B1BQAACC??@@ 2  %)-15#!'35##3##!5!#5!&'7%'67%5!5!5!5!Fю$N /O8;A2Aq)M@E-H  0,+?7uDQDCqs_xz6AACC??@@ 5 !%-#!'35#%!5!5%!5!5!5!5!5!!53!3F,棣*-c!![DD0,+?7AAACC??@@B 2 #'+/37%#!'35##!'35#"/3265!5!5!%5!5!5!5!F6}F$ޛpb! M @Y1"VgP.<&H=;IZPg3S ; fyP.F:7AACC??@@@A?@#'BafWq"ds:H)AAgK5g,+ 2: !E#!'35#%35#355!5!5!5!2>7!;##'67!#"/FЎzC   1G7g-K?^0,+?x}}AACC??@@"--TF)4 !Ba6 D 2 ;?CGKO%!5!#!#5#!'35#3:>7#".53675!5!5!5!5!8LMBKI~(q+'4 K A<5=B=M@/G|==o+/+ ,+?  %(*0 l!=>@!uuAACC??@@02 7;?CG#!'35#33&'73#27#"&#67'67#5!&'!5!&5!5!5!5!Fю0MU&:+*(&  < .%:ZZ? 2?g;;=  0,+?5\B,>NBujD<+C ]AJ0B\7AACC??@@2; ?E#!'35#5!5!5!5!%#3##"/326=!5!5!535#53533#37&F$ޛF"VPaaa&Pb\&wO2\J4Q0,+?7AACC??@@pB[+C0BpCAkkA2NX1_27 DHLPT#!'35#3#5!#5353".='75'67%3:>75!5!5!5!EӒ)JtJN!+.+8VM}7I" L 3-GB  0,+?AՔg "D D_@1$/D0/6)- 5;@  AACC??@@ 2A 7c#!'35#67#%5!5!5!5!7'>733!'>="/32>7#3:>7"#".5!FЎ$+%D>  )$:iI $:U>(!#C2 Y& & K 5.+7<.J0,+?;.-_bڼMIVp9=r220,+?BBm55B BHAACC??@@-; &48<@D#!'35#767#53533#67'67&6$7&'5!5!5!5!F$ޛ ,071N?H2%lB>Mugc{ U8A\dL7Fi"V0,+?o9*BQCkkCpT/&c$9C,NgM1̈(jVFh4eNz7AACC??@@-7 =#!'35#5!5!5!3##5!5!5#535#!5!53&'73673#3#J'ݗJ&lO`$E*"*#G$t0,+?7AA??@@HDDA%C%E?JMHOQ6CA*" 8W735#5!5!5!5!#"&5367'&'3:>773'##!>7'6746=&FC  v'(&S/KE=@@Q1yX+UQ*?A/KhFXP JRcX527AACC??@@9?8'G[eeLE8C4& *,-ki&zD%,+2{o7(E/@% In2' 048<@#!'35##&'#'>7!5!5#'673533#5!5!5!5!FЎ5FRO0I]'".@S#FvNrC  0,+?DDoHL3EARD_L# .4uuC$AACC??@@ 03 'BFJNR&'##!'35#7'67#5367!#&'!55!!!#"/32>7!'675!5!5!5!='**BnFю"HO G!H=CSIc ~ .1I^X@ J,n=  IYWK,+?@VA+"( AN@*C,/FAA%2y(CEO>=vAACC??@@&G 7;?C!5!&'&'##5!#5'67#53&'73&'73673#&'!5!5!5!)(,: qPPFb&?.)$+@5*i2'B$&b6/b6=pB"/#'F ,) ''ILA33?&5!5!5!5!F$,C86ޛdB-La$N&, ?*N4"C7)D("V0,+hx(?+BCHF1OD,CBuuZJ2 )\wLAACC??@@ 5 2JPVZ^bf#!67''35#767#5!#"/32#&''67&#"'.5332>7'7&7&5!5!5!5!F#,C77ݛ%8D/'%M9!< 7>)=-P!D8P&- ?*O4)jF-NC4+D*"V0,+hu(?7#+)BE E ?:!,7,CA;z(ZJ2 )\3KK0Q&{FAACC??@@36 CGKOS5##5!#53#673'>567!##!5#"/326='675#5355!5!5!5!D;PP2JF+ju.ZA{0 RP ^Jv6bpB #<):8 ;P;?77N++O++992EIMQU735#%3!5333'673#767#=367#533;#"&''##367&535!5353nnU:HSS[С7J= J3~3Bx26ZX@(;%F4"% AAxD9DDc*V5]b?nzBBhAyK5C8HMC!,+?G> AACC??@@- PTX#!'35#5!5!35#' 7!#&'#5!3#"/3267#'67#'67#5'67#55!5!F$ޛF"V_x e|LaKHak41;VR1&"PJ \wa"|%N0,+?7AAC#a?-= h>_N=S}]EK. C Dn?iC1BV88Fd??@@ 9#'+/37;7#5!#33!537#5#!#5#!'35#35#5!5!5!5!5!LItcHKLYI>շ2=u22[iAAiAA|=+c+,+?|AACC??@@&? ]735#5!5!5!5!73#67327#"&''67&#3#"/3265#'##!65!&533&F 5(=@02!C3P >E%FQ1W%  S5 ~U3F? Jz,7AACC??@@8#3(AĔeƀ:T#X^eP6Z|v:+ BF#3,+۠B$MM$"& 159=A#!'35#&''!!5!5&''6#5!!65!5!5353FE C6.,6$7* ,.3$84cC C6H^"00,+? oaArh5DD>gs7. nWuDDRAACC??@@ 2$*.26:35##!#!'35#%3!5!5!3!67%7&5!5!5!5!vIhFЎUKO4U )].^C  0,+?iBBZVNj/vO6Yj7kAACC??@@ / !%)M#!'35#%#3735'5#;5#%5!5!5!5!767!5!3#"/326=##5##3&F$ޛF䟟x"Fy72V\TM4(X7FIF0,+?̉:{{{AACC??@@'#D1=AA0PE)?)r69-:>BFJN!5!#!>7+3&'73673#3267"#"&5#/35#5!5!5!5!BI9WM$I_!F,h5#H0j %(F P'Miv說I8i--|,+2~OD@THLUCI! 6.1>% A!>#?7AACC??@@ 22 !)=AEIM#!'35##3!535#5353#5!#53'>733267#"&55!5!5!5!F$ޛ(OIIK_l([MK &$F !"!S&"V0,+?T@`>>`@OOȊx0<) +w ;<:DAACC??@@5= BF%5##335#!'35#5!5!67!5!673673#3#3#3!#'5!I>I< n<$K HQM&!3@Ig,+?7AA?0C-o E@EM K7'6765##33#3#5!5!5!5!FόIYy5JPQAT\MM.6  0,+?AD_Q:.cL!C%9KD~DAAACC??@@ 5H )-159!5!!5%!5%!5!#!'35#3!53#53533#%5!5!5!5!w>   dF,棣EO?M>-T!!FZ셅<,+?CCggAACC??@@ 2 ;?CGK%#!'35##!'35##'>5!#"/3265#3#3!535#53%5!5!5!5!\HΉ5FЎD>M7mm||mmC  25P:,+??W5Tìk#V)C,U:s<BFJN#!'35#3&''>567%'673&''>567%'675!5!5!5!I1袢Lx~IH|w5D8jB>DLKJ|x5D8~B>D/h%%0,+?Rs)C98C(uUgj[Qdh{QD;9D(uUgk[QdgAACC??@@ 21 !9K#!'35#%!5%!5!5!5!5!5!%3!535#535#53533#3#"/326=!#!FԑYVVaLcPS%N\$ K'0,+?9DD9DAACC??@@<CC>A:C0B 01 :>BFJ735#35#35#!#3=#+35!5!533#3+&'#5'##!65!5!5!5!UvRIKK^"_KY F*O2^cc^^o??YY??^@Xob<7,+mMAACC??@@ 2/ #'+/Y#!'35#&'&'35'35#%5!5!5!5!%#5'67$73##5##"/326=#535!5!EӒ(,G. I67 =  /. /4-1--K"?.SK 0,+?[O5:A=DCrr?kAACC??@@.`fFB^k?+VO+C)UƱAACC??@@zAYYA7$v! -' &,048JNR&'3535##!#"/326=##5##5#!'35#%5#5!5!673&'!5'53537QPPQuYXXH("A* ZFYFeF~~Z:3~E@00@Z@SS@ԙ]J'C ,+?^AAC7beE)$//$)???@@27 %C#!'35#5!5!5!5!3#5!#5353>7#5!#3#;#"&'EӒEG  nIuJN+? F+LYwEw/55-0,+?7AACC??@@٘gQq ETw,AAADLehX-'4:>BFJN5##5!5##53533533533#+5#!#!#&'#5'6#!'35#5!5!5353,F AALaKLOOLaV[M`F~~F/ssCI;CRRRRRRCAICo`Cbry[CX,+?7AACC??@@ - 7;?CGKS735#!5!5#35#;5##5##5##'##!6=!!!#"'5!5!53535!5#326~~TmzFEFF=E?FED0FFF6 3*/+N^F Ykmssssso$,+(5AACC??@@??Bz +A !&*.26:!5%!5!#!'35#3#5!#53535!!!#5!5!5!5353@@F Á9MULOh_tMCX.jj9`4,+?X稨Z==KAAAACC??@@ +  ;?CGKO#!'35#35#5#35'5#;5##35#5#5!##3+!!#5!5!5'35#5!5!5353F Á;ߖ䑑J777IN g=0,+?HHHHXX:TTT[DDK?xx?K;XAACC??@@ 2  :>BFJ#533#53#!'35#5#!5#5!5!!!#"/32>7!'675!5!5!5!GnDF$ޛcwb2{ n !#<^C7 K$_"V,+?yyyy==AA +o$ B;E=2cAACC??@@ *A ?CGKO67!35335!#!'35##"/326=#####53&'#53533#3#5!5!5!5!,$M6FɈ487MH<&FMP(9<U_W]ff',+?8C!BL]WAbbA`TAACC??@@ 0 !0LPTX\%!5+!5!#3673#5#!'35#'6733#63267"#"&5365!5!5!5!ccKN LDFӑ #IL_ab-1D  $U*IQNek+!- #K+ ,+?@8ACaA:<"l"h,(6-8o AACC??@@ 01 17=AEIM5##35##!'35#!3+&'#'67+35!5!53!7&%'65!5!5!5!h죣Fӑ4IN!TKT!NIK%;)<>.9)NO9,+? UrCppCrKUATTVW]haOLAACC??@@ -' *.;?QUY&'35'35##!'35#"/326=##!733#"/2655!5!673&'!5'5353*PDAT=}}}}F~~B }J QFUK5ZH, 3~ED38>d@IEDcc9^%,+?>'H1CK$p9J'B)AAC7beE+'''*(???@@ +3  0FJNRV.'!5!#!'35#7&'6%'67#'67!%53&'#5!#'>%5!5!5!5!Af%W>QF̉(J7+>>)p5$$ &+8F6 -,;XN;==;?>@D;=x:0AACC??@@_iY+μO%,+Nj(Tt 0 #A .@_>= f '- 09&*.48<@DH#36!#5!#'67#535#53533673#!5!!5#!'35#5!5!5!5!5 >MK(4!ԧM@A]1$$IF ڗFSA@++NBQvA?ff1 xjA1inn,+?7AACC??@@ 2A /5;?CGK67##!'35#%'67!'>=3&'#53533#3#'67'$5!5!5!5!2FЎ}/BzgNQ[~ # YC  FUCX,+?<*IRʟ/Q°tYB@QQ@MN?1P?,a7d 5x3?0AACC??@@ 01 !;?CGK%!5!#!'35###5##5#53533535!#'67#5367!!!5!5!5!5!5^F ڗ5xIIxxIIH%*&D P ,RS!,+?IA]]]]AYYYY55+!F_A3<53AB@AACC??@@ -' !G#!'35#!5!!5%5!5!5353%#!#&'#5'67#5!5##5353!533#F~~n33/2V[M`` IIK3MII0,+?hmmAACC??@@2ACo`Cbry[CXwCAQBEEEEB 0FLPTX\`d!5!!#"/32>7!3673:>7#".='>7+!!#!'35#5!%5!5!5!5!T94/.SD$  #%"" G1325:-!)3j#IFF ڗTSR׵FC4 N689   ('' 9!i3S*:,+?OO@AACC??@@2 !%)-16H#!'35#35#35!35'35#!5%!5!5!5!5!5!!!#"/326=!#!Fԑ-m!RRXB*$$H&M\# M&0,+?LOOOO9LHH:HtAACC??@@C3B 6 "(,04y3&'#!5!&'&'#!!53#5!#535'35#5!5!"/326=#'>5367#5367#53&'73673673#3#&'!5'Ws 3 +&.  9~MM~MkiiizI: m /<T?zUE-4Lu(G!Z =1+4;#:I)H  8W' -# #'+/5HNT#3'35##5333#&'#'6535!5353&'73;#"&''67#&'%'6FnnM?t+a=M@]/y<6?=1rmx"%>&6$W+7@4.A$:@:0,+?A4A|Bjzzf9}AACC??@@9$YZ&EG1C*44;@/2RWqln +A 5U#!'35#67#%5!5!5!5!7#53&'#53533#3#533!!#"/32>5#'>7#53F̉E($@sK%ON[%KN>11AkV>1/Oc0,+?DDH@AACC??@@\?IAPPADD\!\?2}}-AIGY;0f? *B #'c735#%#3735'5#;5#'35#%5!5!535373673#33##&'###5'##!67#535#535#535#53&hhHeheehh/mEG׫11K~MKhLCl F_5l}wweeeeA___>BB@Lb+13*;@qX9 -- [_cgk%#3=#35'35#35#3535#26=!#5###!335!535#535#53533533#3#3!33##"/5!5!5!5!T렠t uK-F-kkzzLMqq229iW& 6NNN6NN6N=s==Ȁ%0,+=4<=6=;8888;=6=<4=0O&AAACC??@@ -< ,X\`dh35'35#675##3'35###"/3265#5353"/326='67'6736737&'7&'535!5353OBFnnF1;'WH! IaI b__} ] F x% @:'A$ #VV9R =`,+?E^.E4E1C0xnW>WnD'J:0*$3!Zh90Y-AACC??@@+8 JNRVZ#!'35#%353#5!#5335#535#'67'67&'767&'767!'67!!#!5!5!5!5!F̉4KKuKKg#$F.1PG)58=.>448<0L1CNUIFz60,+?/w44w>}?+49 ?*.%507,%3307/%=BV@Y=}>AACC??@@ +  =AEIM#!'35#!' &'%&'!353#5!#335#5!5#5!673#!5!5!5!5!F̉A!C &C$|KKKK+ H*a60,+?A:AOBRRB$NORJhϣ55?k=d{hf=kAACC??@@ %4 "&*:o#5!#535#35#67#5!5!5!5!5!3!535#53533#53'6=!3267#"&=#!&''!'6=!67&'7PPb___N3/( bpBRYMż29> A"P8"Ip@SYcqW~ G3ZE6'4C$N &N@'%++Q55K++K++~1100*2++22(%Yd  *JO\,2<$"53+C."H!! *2 AEIMQ!5%!5!735#!'35#5!5+35#53533533#3#!!.''>75!5!5353||`FK_LL_c^+-XY/VV:R~CC0,+?>AWC=UUUU=CA>5WBd>>dBY4?AACC??@@ *@ AEIMQU67##!'35#265#3#3##35#535##3&'#5!53!#3#"/'5#5!5!5!5! >FɈoApHnN r-)MKM<?86D*,+? "MUU>86>#Ap`AACC??@@ - W]cgkos67&'#!'35#'6%'326=#&'7#5!#"'&'''67"/326=#&'7#5!3'6'$'$5!5!5353&0h`F~~Jsp>b."1E3(;E"')+!Qcn` &iX",F@7(;E" *tMTf%<%S|,+?9,"; -8% #2.*00.*?'5-@4?+G0?.:<*.00.*?0!7d?;} AAACC??@@ &  &*.26:>#5!%35##33#3#!'35##!!!!#37#35!5!5353lKc:AhAFBKLLLLL0?TAXXXXAT?>D:oAACC??@@* #',048<O#!'35#!5!!5!#!#5!%5#!5#;5#67!5!5!5!5!&''67&'7#5!HʇfbbK&FNckkjjgAC<c_:9bEp]0,+? 66h߹2UUUUU0GJPAACC??@@=75=!5@!==X= %4 !%)-]#!'35#%#3=#35'35#735%5!5!5353%#3#3!!!#5!5!5#535#535#535#53533533#3F}}ʀ-,!1H À8#61<!8174?69N[X@C.2>,,% -1 6PY[Nv@KEF3,+?AA@4=2$E?(9C%H?6'A>Y"#Z>A?EH,+<0:NBBIP;BAACC??@@ & &*.26:>dv#!'35#67!5#3!326=#"&=#'65#35#5!5!53535!3'67##"/326='67#53&'7#5'#!#"/#FWDD~ ' o550kk+UTd?R O $(90D &C@WAACC??@@::8,;R8(,6o*9 J^<:*E;)# )T*: */ %)-1735#&'>&'>7767&'&'3&'535353327#"''67&'#&''##367#5!.'.''767&'!5!&'76767&53767677&'3#6dd4Sd)0!#a ,I*(?i) C)5(=%=FMGUqrP">OF>+O%Fg hH2 %%$=2")<.0 .14F);*)3%<#869J!V- 98R(1MN X2 B\wV;7D7; kAA??@@1#@;$ kB*>*>DY&;#;8xF ,+h?# <4--I?C ' 8S]J (K^9$BG4WA SKF[b{ 2?C)- -7 #'_e#3'35#67#35'35#535!535333#6727#"''67##!67&'!53&'#53533#3&&'7Fnn0I&#>2C<GB-Eo*J08& rZ,M*k8-99-0,+?qJQLOgg;`AACC??@@?igFmaLD4601v?@[A[[AUF}TnG"Z^2  "&*.26:>O#!'35#35#535#5!#3%5#!5#;5#!5%!5!5!5!5353!!#5!5!5+!#F_BLz`_``^^c/vOK0,+?>777??76`````??18[AACC??@@?mm?: &, !dh#!'35#%'&'!&'!5!5!53%5367#53533#3#&'#5!#'#5367#5!5!367#53533#3#675!F$-.6/. !HQ]QgjkKtuz,X"!LM!M"a0gopK]^mN6(FK0,+?+!K9JD8JI9eAA??]?+/@KK@4&?gIFj++8+@Bi0C4.,@KK@3'?8=8=ii 2E !%-159=AGMQ#!'35#5#53&'73673#3!5!5!#!#55!5!5!5!#3%7&675!FόF" GHMMG  ^HH?)%?!X2?30,+?,?.)8053+.?==R_+k+AACC??@@K_WBFJ!5!#5!#5!5+5!35!+!#&'#5'6#!'35#%5#!5#5!5!5!5!BIE(/f#lKe Fʇ{{[={\?<7#335#5!5!5!5!5!767#'+'##5'675#53533533#367!#&''67&PPtt  ֹ{{bpBT:$-7"%.%*F|C 8EiiFtFggQC%C 2B(FHjUUyhI0>'28U/++X66N++O++996%,@9.SI,_ MS444444'La':V:*;!726'* -K Y]aeim735#67#!!53#5!#55!5!67!3#3267"#"&=#'>7#!!'##!>='5!5!75!5!5!1 9MMM`%r;I# #&F ##M%) kL7K>;F .tgK@s''PAAC]s <";=  'T8V9 6$39,+_ܨo$8??@@2200S00 2 #'+V#!'35#5#!5#;5#67#5!5!5!5!!53&'#5!5#535+5!#3#3#3#3##5#53Fʇcdbb($! =#j C)R!P0,+?fffff20/DD>,785/==>3? i"B/I;=6=6:8(:5===6=6=;?5.:+?.8!='j&" -7  $(,Y]p#!'35##3'357675##67!5!5!53##3#3#3#3!5'#53675#535335335#5!&''67&'7F~~ ?E `69 /nxAͺ.P#AHHk4pdugR<'0,+?E2224 /*31MAACC@@?/ 4202114%+?ik?<<< '+B<':>j< C7*;B5 9B_ZUMN[22W66W33V22SLOUST < 6(< *;G0!A:_Z#VYR>,8%)-KSW[_cgko#3'353#3#3!5'673673##3'353#3#3!5'673673##5!#535#35#5!5!5!5!5!.rrrrIkkkks 1E#J oH qaqqqqJjjjjt0E#I nI qPPrrqq7bpB_2222+2,118a#* 6]2222+2,118a0* 6111++Q55K++K++~11 &9  $(04w735#35#35#35#667#5!5!53535!53!5#'675##!535#535#535+5!#35#5!#3#3#3#.'#64vv(xxzM=-Y&P R( eX,+,/304''''403/:'211=#_ -2 #'+/N#3'35#67#&'#3#3#3#676535353&''&''!5!67627#"''67'675#535#535#535#5!&533#67&'7Fnnh$7#fZZ____AZB (-.6?C ".E =F<-6Q7<+ @&````]]jF .!=.J4::=10,+?\ 7989<9J 6kAA??@@"$2<2/(1(.$5"$,CPw-*1J=x@8.')>,B W:F;B;D<`x<[thLfSXa &7 RVZ^bfj%5#5##367#535#3#35##3#3#3#3#3!###3'67+535#53533535#!5#%5!5!5353 IHl <| ȷM)F [CH}NNS&<>3@Y 55(l?5(8<4>3@=,>',+ Qf5?<<<BBele]tkBqzkB<1 (7!5!67!3!53!53!5!53&'+5!#!J-#LLP\PT#)kDP:Z ÄAABLHSAB <@  $*.2A35!3535#7533533!#5#!5#;5#67!5!!!53&'+5!#!II[Mxᗗ='\P!PU%BBBBBBATTTT7HHHHH-6%>I==dMB,74/B A"/_ci%&''>73'6767#%#!'35#67'67673267#"&535!#5353!##"/326=%5!7&2/(3PA +p(Y3Eˈ @UI'@;>E%!h-9HP %19.*@@4)"&8@c 4>F8Dao?9-,>' BC)DhhL, + .77 BdeeFA !AAOpaj:85!!67&'##"/32>54''$7&''67&''67SB6\K9Yj]8!)+R^1J*pZ&# & +nBBN_%tUň3u+!SVB@N'-kBn<8Y@Vx4.H:AJl [35'35#'67&'&''65!#67&'##"/32>54''#"/326=#'>5367usssaz /#L_N !@12LVL?#3 x*"*AnnnngJw % ?*TJ7P,V=qM>L=ZaBAB"{QBPz'hD??\!@0<&2y 9@ Q#5!%5!53!5!5!#5!'$7&''67&''67#5!#67.'##"/32654'NyP#X-Mm  ىpr7TG2NSYs,$7GW/EHRU2$;AA;DD~~6B]J740E.#5",44CD,8*@+W96=o /EF2=1^%7 z67##67#37352>54''67&''67&'''67##"/3265#53&'767#5!35'6733#67.'##"/ 7 ^H wvgeMq *90&b2F5GG. :1+H6BQ8};L 2619B>R$W04;%-&\I*!pppp ,/ oIAIr$Y@>:T$2+#54$7 o 4eW,,A*5aN( A$&^?(XvJR7RP]f.)"t$ōX>Y*(sM>Go&G4?J="9Z #A,"/@0.3@7FczNA6? /X7Z7#8 &["/32>7!'67!7&'67'67&''67&''67&'767&'767#"/32>54'9Q|w9 2E4j+K N@U;A="z lje36!:&7+:0$*8L4;'5%dI$ xC F !ڈ_299_5 "A1W6Y6;d+$pQ;Nj B4<N9%K@ 9-%*5*-1C9IdyRA8B"*#3T%!5!5!#3#5!#3675!'6"/32>54''67&''67&''67&'767&'767!9_ MKǓ"? R> ol cbWo00%;,);'!+2N.4%(DDET66uBWm6\7A2A:@&Y;a''fK;Hd!<0;3R$9M!8-$.+&-0C@Jb{P#= m#6'!5%!5!''6"#"&5#'#"/32>54''67&''67&''67&'767&'76753673#326 K4E.4 GG}"tF I$X(1 R> ol cbWo00%;,);'!$P /MC8Jbh)boo4i 03 \`#3735'35#%'6"/32>54''67&''67&''67&'767&'7675!#3#!!535#535+#3M#r;P: df YU O`+0;)";*&ޙK3D+/%&:c6Z9A2A:@ yX;]&*bK;J^ :,;@D%2Q40$"2.*;x>AA>xG;HbzQ #A p#6'6"#"&5#'#"/32>54''67&''67&''67&'767&'7675673#!5#535#53#326(h4E.4 "tF I$X(1 R> ol cbWo00%;,);'!$hS"DNG /MC8Jbh)b6\7A2*/9#/Tn,!A:@&Y;a''fK;Hd!<0;3R$9M!8-$.+&-){8A/p>>}AD 0H  !5!!5!#!!!67&'7  NN Do)tz{j(xAW7`CVK?LU>; &7!5%!5%!5!'!53!!!#&'7#'67+LLLN1P\hx"xtN[[XX;T@KAZ:A?GA2*R6B/A+A$(,067!#'67!3#&'7#'67'!5%!5%!5!!4'1O)!WJu!2!~xvJJJg1+(4 Ky -?*2:G?FB80S5B0F]]YY>V!' 77#!'35'35'35#67?&!533##"/3265'$!I7Z0<8X7R;:8rZO[[(U7pi5*/w[vvuuDD{DD7C@@X??!& H7!5%!5%!5!%267#!#&'7#'67+'$7#5'67!&'7&'#"/44416:y"rvP0 ROV(zF,A~A,Fx(G+ ".u]@@w@@7>,\5\9<=A<5.H4?->x@*`!:4N!!!!N4: ':"')K7#!#&'7#'67'!5%!5%!5!'67#5%2762>7#"'.=367Py"rv444̸|929PCRs@ M1YN'+JE'Oѻ %>U\9<=A<5.H4?,?|@@w@@7>>r)/&e$" V-D+;+/  =7#!'35'35'35#67?6!!!&''67&'767!'&I(ߙ|V-=6S=SI6oV#^f `[1F+MV/-[vvuu>R%4#0Pը~"rp000Lqwfwq/''nr,<6#(2>;A<.'H4=,:m33f3333sPA(9 9(APs ( ,048J67#!367##3>73>7#!#&'7#'67'!5%!5%!5!'5367!3#!#67?` QP߸x"rp444̲h\eR """]6 $ $ $ x7<=A<3,H4?.;u99m993:;3443;G D$-167#!#&'7#'67'!5%!5%!5!%!!5!5!5!5!5!53!!!!R˨~"rpw8rTxTxTNn2>;A<.'H4=,:l22d223299160<@@<062 (:7#!'35'35'35#67?&5!#53533!5!##"/3265I7Z0<8X8R;:6KP"Gs [vvuu;A<.'H4=,:l22d2232.C@DH7#!#&'7#'67'!5%!5%!5!73#327#".'!5!4&533&5!5!Phb[]XhhhR:!!/- @ "=6$rIM JQUU1?7<65-F08+@e22`22.2.6>hp!P/>>?688h::-1"&75!)5!#!#&'7#'67'!5%!5%!5!!!!5!5!#5!53TR˨~"rpwrOOTyAAAn2>;A<.'H4=,:l22d2232s&99&;; A7#!'35'35'35#67?67367!535#'2$73;#"&''&Ip>>%:~=#'>E uDguimx/34'8&)&[vvuu-sC B.'B(C-(BVfvV_: #'+/#5!%5#!5#;5##!#&'7#'67'!5%!5%!5!M.Ƨ>Py"rv>>>F7UUUUU@9<=A<5.H4?,?IIII7H"* D7!5%!5%!5!'67#5%77&'77327#&'7#'67+!&''7&444̸|95=MIHL !-46FZ.+b*> 9y"rvP^oM@@w@@7>>r*2'e& 41,2@+2[p k9<=A<5.H4?,?$_?/ +, "&*.b#!=##3735#367#'3267#!5%!5%!5!#!+#&'7#'67+'67#'67367!5!53353?.  M(  *N  X    !$˨~"rpyP,$?y L+MM%,+4\, D22e2242u(HB2>;A<.'H4=,:( C+7 ^E;77771 $*0%!!#!'35'35'35#33#3#5!#67?&$=wIANML?Z0<8X7R;:8+'[vvuu7#'&''67'6767&'767#Pƨ~"rpt.3*J9/$$ 0 XZ':O7j~Nu2>;A<.'H4=,:u::o;;4:`{k$<>BI.&9<*:$g+-!QL7#'>7#536jKwDP߸x"rp444K#+'W># cV&DORt<j7<=A<3,H4?.;y==r==5;(n\>%"Lo.?$P6>(-1>7#!#&'7#'67'!5%!5%!5!%##5!#5#535335!5!53!!353Pը~"rp444MMMfTfMNu2>;A<.'H4=,:u::o;;4:A4444A88N?@@?N88 5 059=AGM67#&'!5!#'67&''67!&'#5%#!'35'35'35#67?&S67kNTr,L f9:&%6rFG 1DfZ%M\I7Z0<8X8R;:6JW N5=>45n E3J3I2'4z2@wYD8E5[vvuu;A<.'H4=,:m33f3333>q)1+Ð 499490;%= 55 <BH!5!!5%35'35'35#5367!!!#"/326=!#+!6767?&.))? N=a"H#WK& N.4I1n=#'67!'67#&'#&'7#'67+3";RUVfoNbdk0<6p:K 2V35(2ƨ~"rptP|.T\&::o;;4:$ :"!058827\9/"-BW;A<.'H4=,:? HT7#!'35'35'35#67?&27#"&''67&'!5!&533&'73#67##5#5353Ip>>%:~=8'?&e>F'Kp$o#4K~48'=@ 85#B2W uIffI[vvuu7&'7653533!53#53533I1蠠T-=7QEKC 6!2933O"՘M[vvuu5!!!#67.'#67'67#'&G ||||||q< ?%;r? &!(">55AH9V"]BGM G'CY>'[vvuuN)]Dd;C:@AC g/ J)K07;?K%#'675#'67#5!#&'7#67!#&'7#'6!5!!5!!5!#5!#5!53Z#@vfcjHCr`%so02/P\Iv"u 7 -   ~KJK~PM A0p"M07)?770=3J;W.)4;;B;-%J3=(B5 5g55B{{P#, b&'!&'!5%!5%!5!33#3#&'#&'7#'67+'67#5367#536533#3#3'67#5367#536AC#G4""HM߲Cx!$0ƨ~"rptP).u1 M?9#l S!q6%6%.2;%77i7737)=(;A<.'H4=,:O B;Y< =&&=*<$2! /<(= FLR!5!!5!35'35'35#5#'>7#'>7#'+!67+!!!#"/32>67?&LL P0G$V&~A0:m%[8=I1d;Ku.)*M>$T-=7Q:A.:0s[`vvuu$2p77g7707b6,+$ϓ )+2ff < $*<@7#!'35'35'35#67!#!#567?&53&'#53533#35!I1蠠Z(#XMNT-=7Q:A.:0\"CPG$ʯ[vvuu+)**6$2>;A<.'H4=,:fj7+%5JEE>>dD/?%C)>:E!: 9bhn7#!'35'35'35#27#"''67&''7&'77&'776727#"''67&''7&'77&'776767?&I1蠠?FW[uk*MA-5JCb$X061a:2?FQYrf/ LC15DI!|&U+63Z:T-=7Q:A.:0[vvuu@4@RA:CF6%-+ ?>7736733#67'&5!27#".'!5!&533#&'7G ||||||n< ?%;w:4*H:KffAE 3&<))!rI ("3237/[vvuu567!##5#'>567***7kK ۻv"roP")0,ĢRK!FĢ@@vAA5@<[[91]8;=A<3,H4?.;$"J3g%=<[[<'#gW%= 9&*.37;?EK#36!#5!#'67#535#53533673#!5!!5%#!'35'35'35#67?&9 <'LK 'x羠L AD\1$$>I1蠠T-=7Q:A.:0?@++UBJkA?ff/{gA1inn*[vvuu&=119r5@GG&%3@5#?|O%B 'z?4(MMMM5HHHq[vvuuWcwO X`_ -  $(bhn%#3=#35'35#35#35#!'35'35'35#!33##"/326=!#5#5335!535#535#53533533#3#367?&T렠tG ||||||B229iW uK22kkzzLMqqP< ?%;w<8'>&NNN6NN6N=s==h[vvuuN##E v|#@\?P?\@#k11f--51111^--Z--Q-:/!=*=-B+<9-0-FF-0-9<+B"-56 q7!5%!5%!5!767##53&'#535#53533#3#3#3#3'67&'765#53533327#".5#&'!#&'7#'67+35#53   _Y=L8 \0Q-:"8 zzG 7="+i 8D&<0#M-l"zronPY//`000/$#66%6!4%%4!6,6!2!++D4%&:<7#535#535#53533#3#367!#&''67&''#3#"/Pl"zron   7" 8$1g8H ~MN+C .B(FHjUUyhI/%*"8#J>A^47;@?'"H4=*7g//`000/,@6 T*4M-020##02Nq':V:*;!726'); R/03  159AGM7#!'35'35'35#35'35!#335##3&'73673!5%!5!#!#567?&Hyyyyyy.H%E'(,G"ssJ M>>%:v<;%?&[vvuu='+!67!3#3267"#"&=#'>7#!!'>7&5!5!5!||||||5 9MMM4< ?%;r?)$ G n=!5!5'67&'7JPJ%Oga&*m>[+D+B<]AZCggCDpV)E,AV:R9D&xz"9PV%67#7%7&'#"/3265#'>=#535#53533#367!#&''67&''67#'67J $7A2=585%<4>KS;OCֳL,F,8cy>5B( uT+D,NW-PMDBaaB/^Dܜ\N;K_]N5'67&'#"/3265#'>=#535#53533#3#767S;5@wL79&<#75%<4=JSS p DBaaBDTT+D,NV-P 5Z_T+D,NW-PMDBaaBDTJVBX 07)%# $''67!5!5!5!53!!!!!!3AU.@Et.K 'eKh\PLx?wD^y~h?DEVCAggACA)7(=67#535#53533#3#3#3!!"&'#5'673673)A F %+ȻM]1=D 2 L0KQlL4gAP&kCAggACA#CHb][C/"D  )7(267#535#53533#3#3#3!!"&'%3&')A H )>׼OûZ1=N}n4]NZ*|CAggACACGa\ZwLrHiC])7*S#"'.5!5!5!#5#327>7467#535#53533#3#3#3!!"&'ZJ  /<4, wM % $)A F $5ǬL[1=:6<8*,'B5);,gAQ+qCAggACA CHb][)7 I#5!#"/32>5#'>35##!67#535#53533#3#3#3!!"&'))7FA& eM!PNd :s/8ȌgAQ+qCAggACA CHb][)B(]67#535#53533#3#3#3!!"&'33&'73#67327#"&''67&'#67'673&)A F %+ȻM]1=/G^" 52&" 0!A1J >(#A@P,\F+ c2-v'+4gAP&kCAggACA#CHb][">+"47Ag.F ~eQLZ=2Fot @W4B#70R!5%!5!67#535#53533#3#3#3!!"&'7#"/326=!#'67333&11 6 B&KvvZ]9=R>.B.QH) M4V4@3TKBkTT:Qֻ[@K*_CAggACA)AHd^\O`stI"> '2+Tu{Ww#7 P[35#35#5#667#535#535335!!!&''#5'67##3#3#3!!"&'767#67&ppppppP6 B "K_:F+D&?/1;#Aon* %iuiggW]9BA)-;.=DtOLD)WCAgg9AR>ŐL9:5HL15Cy!A#9CA-AIdaZf ep,0P{#C #5'#36'#3653353#'67#5'#3!!"&''67#535#53533>7!#"/32>7!336=3353#!#"/3267!336>`$ ga+-*|iQH Q98,v/_ iZ]9@6 B&Kw,UF_10TJ,D H P9 - S1/0C9)" 2C  q=<1 4,;/%Ji7<} >@)AHd^\[@K*_CAgg5!_( ! 6<c]E"0-%E}*'8<cJ!0"!5!# $''67+!!!!3AU.@Bt.H (hMMHy6D^|j5JGYQA'/>35#>7+!#3#67'>7333#3#.''>7#535#53 LKMibb1? FN |j&S")h&V 6ʄC!D`>@ DEl:>,Z\*>7pED1-35#67+!#3#67'>73333#3!533&=K>nuu87 CzMIU6ʄCBL6A{ D:FFp11@35#767!535##3#67'>7367+!3533#3&''67&%D>mr=?nuu87 C&=K>PEk}wxtswadACBL6A6WzzCAsP1B7]Y;B-Sj-3L35##676#536533&'73!67&''67&''67'>73>7+!#";3kcgMED*SJ90PF!J)XKm/kI?R6VB@./lD! I / WMgwC@HCBEEB/$7,7'C,„ؠbI;GY^A2Dia$;O0@{6ʄ'-F35#5346=#'#3#67'>737+!673533#3#.''67})Agbb1? F@ 6Џ 2.{{CEkC,fe-Cm!, 0I#!#535##'67#536533#"/32>=# #67'>737+!#FHrf<;6EGI %H+%W=SR(z B3735!!!#5!#'>7F: ?KK\{G>Щ F2OLK&0&WgT.ö@6zCET/CDDv66R;0HT  K35#3#3#3##"/3265########67'>7367+!#353!3#y\\[[[[(D$ \F[G[H*Q6 B"=INK0000%%%K*D3zzh> CJ-B6z>iC1 .35#7+!#3#67'>73!5!!!#!!!! ?KK\{G>Щ F'jOtrE6ʄCET/CzCE2aD,!%@35#67+!#3#67'>73%!5%!5!'!#67.'#67'67$=KHxzzK- CqGGK.QJ0MVHf'q'cdf ʾ67L 6ʄCAR4AvCxADWF?X.\CV4<7ՍB5C '<DJ35#67+!#3#67'733#7&'#"/3265#'>=#535'67 $AK5bUUJ+ 'B>=J&C&D<P;  g*YR4JN(>HCE6zCBW/A DkѸLT+E+573#"&5#'>7#535#'673533#3#326$=K>nuu87 CCQ,H v$cs u!*CP$H _L)(V6ʄCBL6A2=< %I94B+E[G#41BE*1'3 #;V&'#%35#67+!#3#67'>73'67#5367!#&'!55!!!#"/32>7!'67='**Bc $AK1^aa66 C"HO G!H=CSIc ~ .1I^X@ J,IYWKH6ʄCBM5@ @VA+"( AN@*C,/FAA%2y(CEO>=v$A 9d35#67#;!'>='#3#67'67367+!673"/32>7#3:>7"#".5!40!@V@*"% _oo/;  E4IKCt;I $#C2 [%% K 4,*EC+ DsB'36Aw,i* (CDV9B6| ?A? &F?$  /'0.27 !%'5 IM&''#36767#&'%35#67+!67!&'#5!#'#67'6735!?6!$)vqR6 7bUWx4WKak=G +Dd^~MK*eR* а "F:E(#(Sc0qG[ N0C?4F6o!*@zVG5E 55s&AS0A #"8_35#>7+!73'>7'6746=&'#3#67'>73#"&5367'&'3:>7 #?J1$I5Kh.hZ Idk_4,B`nn$J CB)*(V0KL??DV0yb*S^, K6Rlg%zD<6x92H3G OSfuC$@\4B 9>9'G_}dcJL9@;&'&!,7\35#7+!#3#67'>7337&'777767327#"''67&''7&''7.''7& 6AK6bdd3; CMF/%mDۗ K6ʄC D\;A D >!.Ad ?M)A?,/?*I;<4dZ[1A4V9UD@7AKC"'1AE5#%35#67+!#3#6767+35#5353!#3+&'#''>735#\ $AK1^ddUOFMHaeMa DL˶H6ʄC );^n1XAYYAXϋbC]fB?2@ K,A!%*E35#67+!#3#67'>73%!5%!5!67#.'#67'2673533$=K>npp78 ClBBI:WRq!x,WaV AL%IE6ʄCAO4AX73%265367&'#"/'53'>75!HKMC$=K>npp78 CK"<>9AIIY(Y3U/wL(?ff+Y+73%5#ՊpHM$QKW+{ 1DKClbb45BŊiioooAFwFAk@mk=mI6ʄCCQ7? ii' F35#35#!5!!5!3#5!#35#'67'>737+!#3#67653!#3eSSu MLHB E9CK8```> >M¹dmp55_pLB3,Q-B6|BDRdC!? L!#!#535###67'>737+!673#3#&''>7#53=#'#H H|^R(z B3733#5!#53535!##"/3265#567%7& / DK7335'5#;5#35#3#3+3#!!5!5#535+35#535'$ -AK'TddN C3꒒ꛛ [JGvqMF6ʄC CI4@KFF3FFFFAM=8<=HAAH=<48=FA'`67!35"/326='35#%5!23'67#!#&'#5'67#5#67'>7367+!#3'67#53&'7XKF06C/ 잞by@S8E6e#kOk#eZH$ C$AK1^Xp^F*7C~% 8@L;LL;L<AP3A6ʎ.9Z>)9''A )Q67!35335!%35#67+!#3#67'73#"/326=#####53&'#53533#3#,$M@ʞ $AK1^UUJ+ 'B487M}H<&9MK(9U_W]ffnE6ʄCBW/A C!BL]WAbbA`T#A R35###6763!535#'67'673>7+!#35!5#535#53&'73673#3#!!!#hxg*+fی;r8" D$ AK1]dEGn@ABBq5 J3B~6ʄ<_>XAE$7D9B49AX>_?(4>$4VZ35#3&'!&'#!5%!5!.'!!3#5!#5'67'>7367+!#3#676='67!5ߩ2"U..3*5HFrikKMI@9 E*MKLkxx80CrV=/$M(!%$*Q7N{SK7++pL1*'T5B 6ʄCAKS{Sxx$K x7!5!35#'6727#"&#!!!;# $''675+5!&''&'767&'#3#3##"/326=#'>=!&533&'73!672$:<?#6&FXGA=T2B@v1G KM926C)39' 6*=ͪ׫0$0) K9(Ig B)2G-CE)X/?;!*%?B28 i)4+5k-4fp;?~`&&&;nYIkY?'1048<T35#67+!#3#67'>73#!#&'7#'67'!5%!5%!5!7!!535#535#53533#3# $AK1^ddH$ CJNZ!fY\TsssPE6ʄCAP3An9;6C8/'J57-Bl22d223299160<@@<06 7#Wp!535##>=#53#>=#537#!#"/326=&''#5&''#!5#5#5353!533##67'67367+!#"[ !(2k !(2j92*<: '-G'.HUUL"MXXQI B"737+!#53533'67"&5'67&'76###"/3265+!53533#33276745&'7zAmR(z B3&n5+&8E^d'4%%GaI$ >-!7'C CL+B6z1AaaAjs4@04DeQDY S(D& "FC4 +YWBWB'/ h67##3&'#35#5!6=#535!5#3#67'>7367+!3&'73533533673#3!3#!#.''>7"nڔPPP> D"?I#?735#!5#BID(2f#mKp! $AK1^ddH$ Cx{{\?<73##5##5#535335333673##5!#'67#535#53!5!.*v^ -hGIG "?I#SPP> D>KKxxKKL%3Abf2)MK&-{O^")KJJ;%4+D6lB BK/APAAAAAAJJJJjF),*\VA++!!@7'>7367+!#llԃ=S.>x_FlHl(776'%72208XR - B"73%35#535#5!#3#3#3#3!#'67#535#535#5!#367#ᔔ "?I#SPP> D 1M 7g9Ke ) CCzEE6FD6lB BK/AsL5E?,7367+3673&'#5353tii; 9%"H.4e-eQ29 %R/ UC!#$0lT=d..pVFD*:g2)(.1=.DAL32MA!a=1h.'&2zC CE-B 6w9M"#-!>N;uC!K .|35#35'35##3=##>7'>7367+!##3267#"'3#3!535#53535#'67#'6!533!35#535+5!+3#3z@wR - B"<kJ&r5'?6 N|BD|..-/\.[//CCE.B6zn" !  /75::57k#3I ;=?EQQ<$B*3''3*  #=[q35#35#3567#%5##35#5##3#67'>7367+!##"/##'#;#367#;33265#3#3#3#y79"[kkkkkkO4 B ;IE1#FH $HH1q Jk r ZdXXXXFNNNblPP4N@@t@@3@/C FE.B 6zT*9$E:c,&G6+# 3@4@3 ! !%,z35#!5%!5!675!35'35#675#%35'35#>75#'267##5'67##>7'67367+!#35!5'263#5!#673#7#5zmAA{{{{.M{{{{{2){8Jzz!R/  B">2; 5q>>2;1?#w= ?#%CG+B 6ʎB>AA>I<@D: >@ 2!5%!5!$75!"/326='$%'>7367!67 ! /SJOK5,)>L*[[:Vw>NB0i@YE?3 72*+4;7Z+< Q35'35#675#"/326='67'>736736767!5!5!!!#"/32>7!'67ۅV"pZ $~ - L 2 % H .1HjE I2[[9W}@MC/e?Y{D/B<-'6eCIW4 Dlu8Vh-9Y-< P35'35#675#%767&''67&"/326='67'>7367367!!!!#ۅV4I4*G9582/0BH:RD?"pZ $}t - L $sK[[9W}@6XOonYx6eST-`bC/h?]vD/B<-0>CtB>"Y-= P35'35#675#'6736736767#53533#&'3##5#53'#"/326='67X\xtL  @) Aa +YNgB4Y-C0zbBUt= f35'35#675#535##"/326='67'673673535#535#53&'73673#3#3#3#.''>7X\4%bR s kjtL ׀F kE ~u[Q%&R[v[[9W} AA`!%Y-C0dBRvDG+82-]>ZA0* @',; +3AZ>]>`AAfEiAAiEfA@#'+1Xes35'35#>75#6%5#;5#!3=#37#3735!5!67#"/326='67'673673!!53533533!#53&'#5!#3OTTTTTTTT=TDaI hr\Ns c E }1 QKTKEC! EFVV9R -Y DDDDDuBBBBBBG=6.EPC0h>QnD'J:0!=.("Z,>OOOOB5>F-B/1 ,35!3=#3735%!53!!!!!!#5!5!5+!5!P(Pm@cPcK@mckkkkddddcc?SZ??ZS+- )-I35'5#;5##35#53533#3+3##5#535'35#".533267"HmmmmGNȳFmNmmmp021LQb!I 0%ckk9dddS?__?SV@@V7#"&]j]]]]]]YZ<L]EL]K @  < V/KCSkk9dddk$v1(@VS?__<% =34]]]]]]DK&'PL]ELY&G <3E0(?5D]R_Kckk9dddkL&ij$L@VS?__?S69D{on%V6?y:' J35#35%35#35#5!7.''>767##3##5#535+35#53533#3!#67&Ljjjkkkk~~CE2F 3 0"MkBM!-T#dkk9dkREEy ?*DS??SS?YY?SEDx#/ 7=CK35#35#75##3'#3##5#535+35#53533#3673&67$7>7{EEEEEEEEYgHA?H{hHyq5z$5*k5pdk9dd9kp/V@@VS?__?SjlCmL}2O]1c1i4o4 #/ #@DH#3533#5'35+35#373535#35##35#53533#3#3##5#53575##34HKJttttttKt\\\\DKK]]]]@ԭ,@A ߣdkS?__?SV@@Vdd9k#- I3##335#35#75##3!#3#3##5#535+35#535335!##"/326*GGLLLLMMMM`KJBK)5$Gc,$bdk9dd9k2SV@@VS?__7DqU*E#-$(,S35#35##35#53533#3#3##5#53575##3753=#'673533#3#.''>7~LLLLBKKMMMMYn'ACF ^OR{!)a tdkS?__?SV@@Vdd9kaDaS! 02{{CDkD,dc,D6w+- ,CS35#35%35#35##35#53533#3#3##5#535767!5!&''67&3!535#53533#3[[[____CMM1=6UN-8YV`s[[vPW踸Ldkk9dkS?__?SV@@V$XMKdBBUB*<1HF4?-;OCC?uu?#2 '[35#35#75##367&'##5!&'!5#3#3627#"''##5#535+35#53533!&533&'73#~LLLLMMMM Q9 fKd嘊, < F- KJBKLN,9+*&%dk9dd9klYAJ00SV5 (dr#?*<@VS?__-.c5\L">NBu+; <BV35'5#;5#35#3!5353'+3##5#535+35#53533#3677&&''67&'7671X[XX[[q*MW<{"AXM[EMb88XI0RX] WG)I 8>(F1MKckk9dddkaBBww;V@@VS?__?Sc}*)h}<D?]ZBA9YaUWbP #5 #'[35#35#75##3%&''6767#&'!5!##3##5#535+35#53533#367!&'#5~LLLLMMMM(;:)&$P97hR\r5L(KJBKpEH0Ee]%Mdk9dd9k6I1"#0qF[ N2AB15rRV@@VS?__?Sm!*@yWF6E52/  `f%#3=#35'35#&'!3#3+36767327#"&''67##5#535+35#535#535#53533#!&53!!7&'7{{{uuuu3ؿD{QuC)E3c"#D^ J"To.% MuDܾMK8::@5;k;;0;;0;6932,&GN#-$(,DT35#35##35#53533#3#3##5#53575##37&''6767#5!!67&3!535#53533~LLLLBKKMMMM>XB@ 2)*.sAOdkS?__?SV@@Vdd9ky"#9,,CsvDDwi +DDCvvC-$(,V35#35##35#53533#3#3##5#53575##3#3#"/3265#33#5##33##35#5!pAAAA@}H||HAAAA7XK  ;8@D<:F0dkS?__?SV@@Vdd9klQ'D&kdk9dd9k5`w9SV2 )v?Y>AG@VS?__=#53#>=#537#3#"/326=&''#5&''#35#5!rAAAA@}H{{HAAAA"2$)_2$)^0!8*"%D"#G;dkS?__?SV@@Vdd9kIh$u<A1Ih$u<AiN*E+N,'YX(3ü,'YZ&3iD ' PV\35#5#35'5#;5#35#'#6735+35#5#5!##3+!!#5!5'67#'>7#5337&67Ůߖ䑑䖖fC(J777IN]Y ) :049/)LF?"<)?*HHHHXX;SSSXA=KZEEK@xx/2A '=46Ah%xs - CZq35#35#75##3767##3#3##5#535+35#535335!&''67&?67#5!&''67&767#53&''67&?67#5!&''67&rAAAAAAAAJ+;1 {{H=@}H}'(2"4K%@1FA28%H5ER>SV@@VS?__AB\F(/(C+:#BA?I:ATBBsR)B!33!:1B112;AAVG-(/$#i<90m3KWDKbAA_6"B'?@&9 CQ#, o%35#35%35#35#!#5!5!5+5!5!5'67#5367#536533#3#&'!53!&''67#5367#536533#3#.'!!!cPcK@ u1 MB79EK+F/P1[4&S6NtM߲Cx!! @0_00/00;MM;)' B;Y< =&&=*<(1&?+O800?MD+,%.<$=))=(O0JxNP=,LNm@0_00/00;MM;)'9$9 56:6cb29T6:6568+9') #-$(,159=Ke35#35##35#53533#3#3##5#53575##3!&'#37#3735&'!5'67"/326=##5##5##!{EEEE?HHEEEET69;MMLLFOv<''<x D OFLFMHdkS?__?SV@@Vdd9kbQBGjF."$$".FhC &]I( #- !%V#5!!5%!5!675!%35#35#75##35!#7#5'##5#535+35#53533#3#367#5!L  WFLLLLMMMM59 ' OKJBK&7?WW7S ?dk9dd9kWW A0@VS?__?SV-A 6 ")35#35#75##3%3&'#&'#3&'#65#5'5367#5367#53673!!#3#&'#&''67#5'#3##5#535+35#53533#367wDDDDDDDD3v ; -'_U a-36 M  7P%YByJ@@J~P9dk9dd9k:)&!$#0C)&$!),E1>0&;0"?42?(*;/'>pCM ( :W=a9n$?&p(3V@@VS?__?SBf #-$(,159G[_m35#35##35#53533#3#3##5#53575##3!&'35'35#&'!5'6726=##3#"/733#"/3265{EEEE?HHEEEEAHKvnnnnu?+'DvGnH-:  DHI3R? dkS?__?SV@@Vdd9kl9PT{cc9^|fE,%&&!0Ed(H1CK$>Op9K&B) -$(,059=AEMQ35#35##35#53533#3#3##5#53575##37!5!#5!35#35!35'35##!#55!wDDDD@J~~JDDDD4MƙKM8dkS?__?SV@@Vdd9kvillll9i,K,AA&' ]35'35##3=#537#537#533!&'7#'67!53673#3#!5#535+35#53533#3+3#!7v]]]]]]]dhiq8{" xq8\^F<jhec%XCLCX%==1=n=n==BC~BA?G>LC5-W9B4GA4(@fCBI:77:<<:77:I #748<X\3535##!#535#35##35#53533#3#3##5#53575##3%3!535#535#5#53533##3#5!%ML/LLLLBKKMMMM״733#67"&53673267pAAAA@}H||HAAAA5@1KUUUUUUDU, Gww==}H!F>GSJ $A dkS?__?SV@@Vdd9kh2*GVV@Y9YYYY A?Z<@5.Ae67> "d544 6$(,048<B|35#35##35#53533#3#3##5#53575##3%#3=#35'35#&'#6&'7#5!5'675+35#5353!!3#&'#3##"/326=!pAAAA@}H||HAAAA/◗fh_KZ&?߲pHK-7; dd= _UPKdkS?__?SV@@Vdd9kGx@@1GG1@4H>0$? H-R"P26O ?dkS?__?SV@@Vdd9k 22.CC UU:R<x FW~7 >.`?YY?YC 9ODםZL:EUVD!  -  $bt&'#35###5!'5#35#35#75##35367#' 7!#&'!#5'#3##5#535+35#53533#367#!#"/326=!R |EA| AAAAAAAAQ ]c o 0Lm97E4:|H=@}H|lDBJ;G8 y !LJ,4JJOdk9dd9kE>!?0A %>Z2=-mj+1V@@VS?__?S8T{vU)B* -$(,@DHLPt35#35##35#53533#3#3##5#53575##33#5##5##535#5!#53537535326=##5##5##367#5!#!#"/pAAAA@}H||HAAAAKIK ᆆn RFSESK 9 "7!dkS?__?SV@@Vdd9kܣգ8AA44b44b44b44\ @#??1A+@ ,048<Y]aei#3735%5#!35##5!5!5!53!!!!!!#5!5!5#3735'5#;5##535#53533#3#3##5#535%#3735'5#;5##535#53533#3#3##5#535P@K;xPx;nPnccHccccENNccHccccBNN;&&&&)&&& :11: !9--9!&&&&)&&& 9''9 !;99;!Q&&&&)&&& 9''9 !;99;! '9 !'7!5!#3735'5#;5##5!#'67%67&'7'#5#3##5#535+&'7'#5'767&'767677&'7535#53533#3767&'767677&'7 BB9C|B{CCDNNk 7"" 5! 3 FArsuuMtt8'. 5 3 FA}8B'%&8'5 236HVi 1sttMuus*B()#7*18.5KRh1"/  p11110---s,,5\YVe!SMPVlP $*DEED*CJ _G $A"%I9/@?B =Kib,+C*D22D*"%I9 5:D=DDn]< YnJW = %*/435#35#75##335'35#&'#36?5&'%&'6&'!#&'#5'67#535+&'#3##5#535+35#5353367675367367677&''#s;;;;::::2kkkk:Wtd( "*#z*[^N^'_"8tH7?vH~5$$&$E K R 5+ &4&(8<dk9dd9kpp>en(S;R 4 V][ r A#!][ yCq`A]no]9duCA "V@@VS?__ ;IcK-XG 6&(-;IQ\&XGVU ^ "A#'+/37;?5#3267'67#7#5!'#3735'35#5#35#;5#35#35#75##3%"&='67##5#535+35#53533#3#36=3533#!"#33!53=!0XLJ41!GmmEmmmmDDDDK;;;;::::}0X&+@ pH7?vH~~tt N! 7-`mm#+7p|P|m~kC_AnnA~mCBB26 B735#%67##53&'#53#3#5##35#535'673533#3#3##5#53e&LGWGJ3YN5&}N/ߠo~eCCp};Cv/?C B6?ZZA}pCCC6 !?67#%35##5'6!!!#5'35#%#53&'#53533#3#3##5#53$H6IVHހIN1(zNgyoW-?MM: =-v/>XCusAddAsuCCC&1#)-T5#+35#53533#3+&'#'667#5#%53&'#53533#3#67'>7'6767g~^mFMHiPySM_~Z&M*^UHRX#~<8C0hZML>1Z?YY?ZυgDazgDl/Yguq.C]?YY?xdCI3CM0$eP B cAA$ EI%&'7!!!67&'3##"/326=!5!53.'#67'275#'6=!5!)[q'qD),OIL2D=S_BA([" /vIb'upwpC5J"V=D<<;y <8-&9,2""A B?uP$B 's?E#pB @#A [8t:: $4  %)MQ35#'#37#373535##353353367!5#!!#.'#67'675#'6=!5!I㚚IKIINI)͞)I(HIXj6u`0^pC5J"VAo??????Av!AAAAt&74AAn <#5('AZA#C[9t88+! &'7&'733!!"&''675#$4SZ5_M4SZ5_L+Ӳ-:^'T=2IE0H2IE0H02F1?@A@9@+ 3'>7#5!#"'532>5&'733!!"&''67#hn1}aA '-&9aP5$$4aE4ZM.ӳ.<]$T=e9[DG D ?Y.nC.Z02D2@BA@9@+ %&'733!!"&''67#%##!5!3"4aE5SM.ӳ.<]$T=pN)N[.nC.S02C2@BA@9@DdD + ,'6=#5!.&'733!!"&''67#-]+%o,Sr4aE5SM.ӳ.<]$T=z7=S'FPH=3.nC.S02C2@BA@9@+(%7'67#533!!"&7&%3!3333<]$T=M.ӳ5SR4aKIM1BA@9@C02C2.S^.n<t+ 3&'733!!"&''67#%##"/326=!5!5!5!#"4aE5SM.ӳ.<]$T=w!E4_b IG[.nC.S02C2@BA@9@DI"C)DBB+B$G&'733!!"&''67#%'67!!#"&5467!5!3:>"5[L7SM.ӳ.<]$T=,;g-G4,KEIEz֭}Z'ZN('1 [.fK.S02C2@BA@9@,~ %(Ae?A?08=V??CqL2 /&++7&'733!!"&''67#5!327#"&###5353"4aE5SM.ӳ.<]$T=- >),%II[.nC.S02C2@BA@9@`BQgs&cCYC+(;&'733!!"&''67#"/3265##67'>767!"4aE5SM.ӳ.<]$T= /? :( KVcRK ' [.nC.S02C2@BA@9@C)tE#EB'A  37T'+".!###'6 7'&'733!!"&''67#ÖN 52?<3 4aE5SM.ӳ.<]$T= B\K)\ :B3Y.nC.S02C2@BA@9@+ :&'733!!"&''67#!!&''67&'767!'65"4aE5SM.ӳ.<]$T=[!7j`!gf&|`X5A0Q[.YDQ[.nC.S02C2@BA@9@Ay@qQ/?4XX4?.R^|!sVb("-#C%#!'3#&'733!!"&''67##%5#'>7#536533#"/32>F̄-6C]7NMB.;Z%T9j3;61,Z[H%)3C5#apB ]*Sc+T02C1=A>@8< \9SC%QQ%9= C 5+:28>&'733!!"&''67###"/3265#'67677&6aE6ZM.ӳ.<]$T=pC4IA+ $2B[*F c'E'feD\=F=[0nC0Z02C2@BA@9@JDRV)C+fU% :<料ʬv+8,!5!!5!#3673&'733!!"&''67#ddKN4aE5SM.ӳ.<]$T=I9B= <7.nC.S02C2@BA@9@+(?&'733!!"&''67#%5!6=#'673533#3#&''67"5[L7SM.ӳ.<]$T=#CO(F L,+JN+0[.fK.S02C2@BA@9@A D6 u&6~~A AU?PO?T+)&,287'67#533!!"&!#!5!533&'73677&7&<]$T=M.ӳL LF?2IA.Tc'E'feD\=F=4ZL4a1BA@9@C02C2DCN8+AJ&ʬv.ZW.n+/5;&'733!!"&''67#%#&'#'67#5!3%7&'67"4aE5SM.ӳ.<]$T=kZ(^M`0ZM@<;?=@C*B*[.nC.S02C2@BA@9@A}>w>u5A._{yzkln+=0%!5!5!!#3673%!5!&'733!!"&''67#jHL MbO4aE5SM.ӳ.<]$T=Ng@- 4/@4.nC.S02C2@BA@9@+  !<!5%!5!&'733!!"&''67#%.'#67'67!!6kk4aE5SM.ӳ.<]$T=(6DTHf!z+noo !!8T.ee9dp.nC.S02C2@BA@9@+G:;&?*t ?2AK;;+0?&'733!!"&''67#&''67!5!5#53&'73673#3#"4aE5SM.ӳ.<]$T=Q;]hD+!$'B-)h3"E0[.nC.S02C2@BA@9@*nR;VAAIBKVVM=SAA+()IOU&'733!!"&''67#%3'>7'67#"&53&'3:>77&'67"4aE5SM.ӳ.<]$T=KUf1MG FeoW)))]+JZ(Ap3 >[.nC.S02C2@BA@9@,ֽ?80tj3.E/>332 GtC>;-?#  %#_k!nk'Uo q+0A&'733!!"&''67#73673!353#'>7#336=!53&4aE4ZM.ӳ.<]$T=|B-)h3"E0GYR6JMH$[.nC.Z02C2@BA@9@KVVM=SA%!Mj+7&L9 'AI+ S35'&'733!!"&''67#%3#"/3267#7#'67#5'67#5!5#' 7!#&'F4aE5RM.ӳ.<]$T= 40@PZ'% srW/"% Ulv4 nW`R.nC.S02D2@BA@9@l_d#@ )Cja%6D&;G[>S?+= Y>\F>Tr+ R&'733!!"&''67#5!!67&'#"/32654''67&''67&''674aE4ZM.ӳ.<]$T=**wT2_D~0:@a%32dX#~| unes[.nC.Z02C2@BA@9@[BB 0;>[2cA 0c0d07mGA#L($~VBZ-+kIBEd'@2@>Y+, S3535#'&'7#3#3#"/26=####35#'3!!"&''67#53> 73mjt4aE5S3(,.&MG %!<M.ӳ.<]$T=+"<S|{F  (J+F.nC.SyJ;KE"> %q%K@.02C2@BA@9@CT7AN+* BHN&'&'733!!"&''67#%!#"/326=!5!5#5'673&'#67%7&"]OO]4aE5RM.ӳ.<]$T=z ARA  .=<V|:;zo:>9w7dD;GiAMO?.nC.S02C2@BA@9@N?G$@ %?r0(EO}tXD &3r\|d)qu&y+ "&6#!%!5!'&'733!!"&''67#5!53&'73673M/|4aE4ZM.ӳ.<]$T=|-I.!u5J/w?.nC.Z02C2@BA@9@\AACE[\YRcSOC+"&*.2%#5!%!5!&'733!!"&''67#5!5!5!5!M- n4B^5OM.ӳ.<]$T=5I J&$!&"-<R&'733!!"&''67##'675#53533#67#"/326='>567!### 6C]7NMB.;Z%T969ppIkk:) 958N>*=(+ubHKv 5R*Sc+T02C1=A>@8< 7F BBDC%A " .<.B'K@ET+!(<!5!#!%&'7&'733!!"&''675#!!5!5#535#5!#3#|O2Jc3_M2Jc3_M.ӳ.<]$T=fAK2AL1H2AL1H02A2@BA@9@s??f<_==_<+1&,@35#35#%!3#&'#5'67+35!5!53&'733!!"&''67# X'ZOa+]H O4aE5RM.ӳ.<]$T=AIg\:YgkR!2Jc3_M2Jc3_y%UR>87I#=1"@]OA F31F$$$b, >GV3Xg^$}gJ.ӳ.<]$T= -|_I(@N+TO(F2AL1H2AL1Hbb>HcD?EE?D+5 !^3535#%&'733!!"&''67#7675#535!5!5#535333##67&'#"/326='67&4aE5RM.ӳ.<]$T= 4:91 N66;C:4MMP4.nC.S02D2@BA@9@*9C* $s>P?M?CC? 7A7H(K;F*>SkQ,?'giL8'3I+ 17L%#!%35##'>5!#"/3265#3#3!535#53%7&#533!!"&''67FO>AX%E%EC 5RS3[/}M8ɰ.:X$R8,:y{I E-H&C)C:S;;S:Q.S^.f C02C1=@?@9;+3%)/C#335'3673#3#3#3!'635#&'733!!"&''67#tG G"7pS4aE4ZM.ӳ.<]$T=soo R== =3@o?2^G2R02C2@BA@9@d &?+1 F )*1'U;,^dDDzEE5D.nC.Z02C2@BA@9@G?6 .W9p;@ 4<)W+8]&'733!!"&''67#53&'73673!67&'#"/32654''67&''67&''674aE4ZM.ӳ.<]$T= E#H+mU2a}a9B^%32dX#}{ wnks[.nC.Z02C2@BA@9@A;$/C2?5,A6>9Y1b<d/^%6kEA%G$"{WA[~-&nFAEe&E1?9S+ $N!5!67#%&'733!!"&''67##3##5#535#535#53&'#'>5!#3#3#=^"3[L5RM8ɰ.:X$R8}M{ [AX)"gμyW,65-~.fK.S02C1=@?@9; =mm=S9S;11lI E--5;S9+ Z35#!#3=#&'7%#37.''675##3!!"&''67##53!5+!+!#"/326=#67&}3[L5Rr;0 <VLG)8ɰ.:X$R8}' II4aA# KNNOO(.fK.SORN$ & > |A1=@?@9; C.^;H;G%> !q!?$Bd&'733!!"&''67#%673###"/326=#535367#5!3#3#"/32>5#'>5#53534aE5SML.;Z%V5`6E &7Qi:,H7(")3)B= g&*>+ TM[.nC.S02C1=A>@;7 b (C=;CxM$C)oCW$%AAD6&mAL"f C /Q6UA]+ IM5#35#35%35#35#7&#535!5!5+35#5#5!##3#!!!!"&''67#3Xʣi5RS3[/}%IA{A ɰ.:X$R8>>JNN5JNy.S^.f CB3a>=?===>aC1=@?@9;p>+  *.T!5!5#35#;5#%&'733!!"&''67##5!26=##5##5##'>=!!!#"/T\^__3[L5RM8ɰ.:X$R8}f_>^>\B B3' F -7*TYYYYY.fK.S02C1=@?@9; `==W;+J? +?J8ɰ.:X$R8}DfN<;_.fK.S.%U+B,|+C1=@?@9; +8 %@%!5%!5%!5!'&'733!!"&''67#53&'73673!!!#367}}}4aE4ZM.ӳ.<]$T= E#H1K XXTT8Q_.nC.Z02C2@BA@9@A;$/C2?5,A<"++139M67#!#5!5!5#535!53&'#5!5!5!533#!#3#3#&'733!!"&''67# PxPf4aE5RM.ӳ.<]$T=?CL6>QQ>H@8< C02K=N;55;N+;W\&'733!!"&''675#%!353!5335!5!5#'67'67&'767&'7#'&'767!!!!67!2Jc3_M.ӳ.<]$T=xKJc,? V^J-%7,85*858RN_&Jc3`KVDbqc1BI:2AL1H02A2@BA@9@ll=h4,!->(%!12%%@/4&AL1IBG^!@8< A D<=AAcEHD>b= = L_1 58?+? P]2jn%x GyVei^jck+5%9I!5!67&'#5'67+5!#&'733!!"&''67##!!5!5#53533w`5>117"D)oPh#hK y4aE5SM.ӳ.<]$T=I P\V(7*,**6LDE7=HU f.nC.S02C2@BA@9@DQ@@Q>FF"* $Qg35'35#&'733!!"&''67##%3#5#'>7##336=#53&'73673#3!#"/326=#'>5%4OJ5EMB.;Z%T9BBB 67=30 :@D;a$%>-2X.B#Q@8< ,Ri3,,SC@O+9AC8E<XACBA4I!B $l'F"1 2C5#!35#!5!!!!!!57&#533!!"&''67#!!5!5+5!538x!,5SR4a4MB.;Z%T9(P9KOvFFF5i\:: .S^.n C02C1=A>@8<(;;(99+,%+I&'733!!"&''67#!' &'%&'!353!5335!5!5!5!673!!"4aE5SM.ӳ.<]$T=U\!C  %B#KK1G)g[.nC.S02C2@BA@9@>2?L6MJ8$DFK?}}?U>n]`Z>U"@V67#3265#3#35#&'733&'#5!53!#3#"/##35#535##3!!"&''67##  x>4aE5S'/N ;*QAxBKB.;Z%T9S22B"# "rG9Jhh.nC.S0"8,>KK>-7UM'72 J9G*C1=A>@8< "< $(,159?TX3533#3!#35#535335#37#3735'5#;5##!%!5%!5!&'733!!"&''67##%#3$zKƪEKzsszz>szssM34aE5SMB.;Z%T9ssFF=**=F**::::::1999q<<1;6.nC.S02C1=A>@8< 9 )< &>DJPV5#;5#35%&'733!!"&''67##%#!5#'>5!53!#'6&'7?&&'7d4aE4ZM<ï.7[$R8}xgd"&=!Ng@0A0D$C$E4?4FlllU.nC.Z02C0==A@9; @:C,AIIAlk\]zSolV qQ NJI{mW&> $8n!5%'67#%#"&=#!=#3'35&'733!!"&''67#&'7#5!5!#35#53&'73673#3#3##"/326=!we+]ss3&On(M4aE4ZL0ӳ.<]$T=(LS}zH EGNaa B6MJ( O..20#F$&3e4WB! 00U.nC.Z02A2@BA@9@4=/*;/c0<28"/ -<0/;0A!< "(++  0p355#!5#;5#&'#&'733!!"&''67##267#".=!5#5'67#5367+535#5!#3!!#&'#5#)rj"rjj# 3[L5RM8ɰ.:X$R8}92K # DA9s[HNglPHͲ mKnQKJ,..OOOOO& .fK.S02C1=@?@9; G% "o6#B1735#.=35#5!#327>7#p[CzKdn5SR4ax[#1.;Z%T9 Rݠ.+ H+ + H 8(B>*"@5Mdd.S^.n@8< C%0A?d@8< 7 (\bh&'#!5!!5%&'733!!"&''67##'67&'767!5!67!#67&'##"/326=#5'67&'7:! );344 4aE5RMJ.;Z%T9OC;16801 # M 3!/6(<19@8< D*;<+,2146?#(#"?=216"A25-D)~8? l)54P"[>KB/;Q"A1W323267'67!7%&'7&'733!!"&''67#5#%"&='75#'65353!!!"'67&''67&''67#5!#67.'##"/32654'NNN6 0 !/?^1LQ0\B1UMB.;Z%T93uz0A,O ;! @8<20:#.6';  g4/D6'1!2!1!88:1#.(6%K+74a+;7+: G"- :X35#35#%67#%&'73>=!#3+5'3!!"&''67##%3##5#535#53&'#53533#3zzccw )4aE5S# ͩC6MB.;Z%T9KR %K U#ĤZ`gSo.nC.SGz/*@<6<02C1=A>@8< >i 24E? jC*: % C1=A>@87#5!53=#'#5!5+367!#!##"'_&%Kc'0sss/?^1LQ0\B1U%ub2GBt`;&9sMB.;Z%T9%@*I[&21qU,N P B.DE)  3- F'+39I2;4R22B7cB7 N#C1=A>@87#".5!#5#5!%!5!M 6pxb`N6.k`XPba2/ NO|' ''0 )+2"!(a7#'67' @ENR> (D3P6KV0ʃ $$1XI.,y3h&Z>@X?g3JRJD'3y\?A@X?1gBe: F tq:o9'=+'32654'67##!%33#3#3#'>7#5367#536=#538@ENRT 727!##6+'32654'67##!MC ( J(uNRD -D3P6K]0JE?%CAB7 BydjRJD'3y\?#&*A&'#"&'#67'67273#3275!+'32654'67##!KMSD;]YP (>N "  +NR= &D3P6KV0]] ڷ#BA CXAAtSBXENRR ;D2L8Lz3|| (D2P6KU0<H+*.j3k} << 3n<93JRJD'3x\?G"Q//E+:r>4:?-<PP> A+E?.1<A>d>5A o>A>Y &jRJD'3y\?/ W35#6755#+'32654'67##5&''675'67'767&'767675!#67&'7! Tb19DJ&1,p>-G8@ )W'T -:/4X"11;7<%3*'/U;>H2+{#' "4FSID.6oC(@B"C s?9f4C IGOu?$ Xlyh4%PP7A9C6E7!5!!5+'32654'67##3#!#5!#'67!535#53533#3675!gNR= &D3P6K7!'67%+'32654'67##!DffCff5} e #%9cK5G&NR= &D3P6KV09y9y==AA +}n' BNR= &D3P6KV0jKYwZIT++QsjRJD'3y\?k==F#= 5g!=#3!5#"&=#'67#7354'67##!+'3265!=+35#53&'73673#3#3#.''>7b $X47 q'R ^CF6I;0DzNR. D2G F~GNQ*)QO~`44K% %:*-9m03!Il55x{\?iRJD' >:5>67.% !%>5:>2S?a==b?S2 ! #'>BFJ#533#535##!+3##5#535'35'35#+'32654'67##!%5#!5##3xAf>PFDKNR= &D3P6KV0Qpp_A\\<cBAAB\\7XjRJD'3y\?5aaaaXF/7!5!!5!!!#5!#37355#3%#!5#"&=#'>l\MMIp2lD*qKk*\>&i5AAtc44tttm-X(@uv;71]7 ,0B7!=#3!5#"&=#'>5#7#5!#3#5!#37357!##"/3265!9>#35!5*|sDHrF3j ?=qd4 __ᵙk9i+mBE*[mAAjY22jjj/FU) F +l?B;7!=#"&=#'>7#!=#335)!#5!#35!5!&'7367!lD*sMe*V@l2pMMF$!"Hcc'?lfn67-UQۑX+4bbb11pbA;.:B8C9245  KQ7!=#3!5#"&=#'>5#735"/326#'#5!#35#5!#367!7&9>#35!5q3 Pzs:1A!DGr{sX%I@T5#7#5!#3#5!#3735"'.5!5!5!#5#327>79>#35!5*|sDHrF34/7'M (!'*)K 1__ᵙk9i+mBE*[mAAjY22jjj)WDC@85FKE4' ,0FL7!=#3!5#"&=#'>5#7#5!#3#5!#3735##"/3265!5!537&9>#35!5+{sDGrF3Y(U4ib2**NDM=E:__ᵙk9i+mBE*[mAAjY22jjjBEZ,E0E #06<B>5#!5!#5!#3#5!#37355#3'#'!5#"&57&&'7'67zH0x#uK#KD_ń'x\?Y#l9!/ZB0C1N^.^N 4W?U30eg _@AAjY22jjjl5}:)Jf)HS0GB1CLK4KL'*' ,0T`73=#335#"&=#'>5#7#5!#3#5##37353265"#"&=#'67#535333###5302#*5-yogCFeE+O< 9W (MPMׄ__ᵙr2i+mBO&[gAAjY22jjj+',5! 9i>UAkkȀCC/2 *.U73=#335#"&=#'>5#7#5!#3!#37353267#"&='6=##3533#5#02#)5- xqfDdD+ %.F$aQ%B-emsHKI__ᵙr2i+mBO&[gAAj2jjjK# DYCx>`9 tt:9/   >c73=#335#"&=#'>5#735%'>=!3267#"&=767!5!&''!#35#5!#367&02#*5-d+T.38.%%A #"#0?8UP3:a\lvibFeyygzX^__ᵙr2i+mBO&[gjj c}*2(jcDY110M![KLmBB\E-=0PJ6.2jAAj-AV*5  H73=#335#"&=#'>5#735!3#3###'#5##35#5!#367!02#*5-d+N,J"CFeyogR#J f__ᵙr2i+mBO&[gjj7CE䑃#22jAAj~ -- /" *.2FJ73=#335#"&=#'>5#7#5!#3!#373535###53533533##=#02#*5-ytgFeE+=MCCMMDDM__ᵙr2i+mBO&[gAAj2jjj@BBO@B/? ,0RV73=#335#"&=#'>5#7#5!#3#5##37353#5##'67&'767#'6733502#*5-yygCFeE+LI)m>46-BUFY&NA {__ᵙr2i+mBO&[gAAjY22jjja66? G)cJ4/,M`eV>5#5##5!#367!.'#5!##5##3735#"&=#'3=#35!E8%"Q7 ?bUWx(qjXg>G0Dd^~ *LK=F]A*_($*.,?I "0mF] Z0C?4"Xy __AAj`{(#@zVG5E55t 22jjjm+f:9(#07X>5#5##5!#367'#5##3735#"&=#'3=#3737373#&'#&''>})qk\$ 6 (0>F]A*_($*.,I*"H+HH+(H/!s<60'#Xx __AAjŎ 22jjjm+e:92qtkih3y1G/6 *.n73=#335#"&=#'>5#7#5!#3!#3735##"/326=#535367#'67#5367#535#53533#3673#302#)5- xqfDdD+"G+RM$ 3*KQ!33~+3뫒Mqq(U9?.Jz$2?F__ᵙr2i+mBO&[gAAj2jjj@UM'A+N@:!'B1;&=':A>RR>nlhA-4=D/ /) $26MQ#!#5%3=#335#"&=#'>5#7#5!#3!#37353!535#'673533#5!AKL402#)5- xqfDdD+h#CG D TMP6w6__ᵙr2i+mBO&[gAAj2jjjCCPD 5+nnA /7  %-273=#335#"&=#'>5#7356&''6767#7.'3267#"&='>7!&''!#35#5!#3'2>36767&02#*5-d+2DDsn>/** I+-iAMAB 3 '&@ O& - 4aF 2]Yizg|Feyoc 3-L)-wr)__ᵙr2i+mBO&[gjj58F. &f=MLSms %E)&) -P*){5)>cO=#?)LT"52jAAj#Y^VO C&'  F\>5#5#35#"&=#'3=#3#&'#'+#35#5!#367#5353!#&'#'67#5353y NO#(!gL9)5F%@!:FQeT\MU$jwFm-\0;)H/L.x*[bH-Xv __jjf+d94D1jS㦄02jAAjjDDB4?D /;  %37?]#5!%!5!3=#335#"&=#'>5#7#5!#3!#373553533##"/326=#535367!5!NM902#)5- xqfDdD+N A;BM <4JQ:eH__ᵙr2i+mBO&[gAAj2jjj@PP@?UK&A'P?2(==B* /1  S_73=#335#"&=#'>5#735'67#&''#5##35#5!#367#53533#&'33###5302#*5-d+1M 0.2!'&>'CFeytgefNR C<-78zNN̈́__ᵙr2i+mBO&[gjj4uAE7N3;1WI4b22jAAjAaaA?KJe9]B8?\BB /2#'.;@PTX3533#3!535#535335!5!#!#5%3=#335#"&=#'>5#7#5!#3#5##37355!yKRR\ \RRIKL002#*5-yygCFeE+Add????dl+C+__ᵙr2i+mBO&[gAAjY22jjjgg /  *.26;X73=#335#"&=#'>5#7#5!#3!#3735!5%!5!#!67#5!#3#;#"&'.2#*5+yogFeE+"""KH G$:˷9g-73__ᵙr2i+mBP&ZgAAj2jjjYY9T_(CF6 AAi@| C25#5##5!#3+#3735#"&=#'3=#3%5#'#3653#"/326=#'67+#35#53533nli eT\M:FQ<O#(!ElfgS42X8rO< ?iHWddMg)\!Xv __AAj2jjjf+d94k)V(D+,(LE /   %)-Z!5!35#3=#335#"&=#'>5#735%!!3!535#535#'!#35#5!#367#!#3#3#:"`C #.2#*5+d+D"Zܘy%+)Feyog?%9iZ*__ᵙr2i+mBP&Zgjja??b:SR;2jAAjUc{}Z5#5#35#"&=#'3=#35#5'+#35#5!#367&'767#536767&'#3#3267"#"&=#'67#536:[47W`PO #R"T#"*&4-5 # F J%X"$juzeɈU"!Yvbbjjf+d844S#/(@S0jAAj9H?5)18GCA;756#E@28A#FB4)A*.$C%l,*6 .HD;C" /F"'+aery%26367#.'32635#35!35'35#>5#5##5!#367+367!#67&'7#"&5#'+#3735#"&=#'3=#3>[V0jjjf+d84 '% &*0Dl|53#5'6!5%'>7#%#"&=#!=#3%35&'7&'7!5'67&'7#53&'7#'$733##"/26=!!!#5!#35!5!IINJn!|2]K|G*xP^58ui+2@4(&-2vD-%:{9K>h('r8_+{S))9.I ,2@=SS#F)aXH V;ZMM>co"=( ))21 &!%&0=Q1))PFJL6*(5 ($8 %8-5)98%991&"9J-:6-0)%%m)8 /* '+T67#67#!5%'>7#%#"&=#!=#3%355346=#'!!!#3#3#&''67'67&'7#53'>=33267#"&=#!&'!!#5!#35!5!!9J<(3 |2]K|G*xP^5uH -X_ it`!L&P-2W+V#S>>2+E 5*% A#,>o1,o,ALBdcW2MM"/&'))21 &!%&0=Q1 )) /#45.#/*0??0+9 &512&b )+! H )@59% 9&!b)%%m)8(@(/37;?CGKQ^bp>5#5##5!#3+#3735#"&=#'3=#3%5#;5#!3=#37#3735!5!67#3533533!#5!53&'#5!#3| "ikgS5#5##5!#3+#3735#"&=#'3=#353533&'5#'675'67#535#535#535'6733533#3#3#67.'6_ "ifbS;9yNiixx37W(CCMvvdd$7)1,;9Na"%S== YwbbAAj0jjjf+d84R>DD>.586.===3? f$D.H;=6=698';5===6=6=;@1/5*839!>&i,(((/5;AGpv|>5#5##5!#3+#3735#"&=#'3=#3%35+3&'35#'67#3!535#535+535#535#5 73#3+3#677&'7&'7&'7| "ifbS(/D["B&c&2=6"* YwbbAAj0jjjf+d8497>/m@10<;;.6+(5.<(=45(+6][iRGu `^SgrIY\ eQ (9 '+8?GKO35#735#67#%>5#5##5!#3+#3735#"&=#'3=#353533#3%#3'675'67#535#535#535+53#35#53#3#3#3#.'#67g v0* "ifbS d@%5:/304''''403/:'14/=#_<2(# (&'%'67&'#'67!5!#5 %!!=1B2<-NAK,%N%:`` `_%mw!qnvAAC DAB!C(  - %!&'7&'767%3!!&'#'67!5!r:6E14D41G,,F1M/H/RP)P)ACAqWWDdLTy#PCv>zDz>vC#39?'>5!#./!5!3'673#&'#'67#7&67>:9;8110Owrd8Jff787J4]-n/ =*<)3 >8]7a7TC >+<?/%oeg}?c_ybalhk/ 8>D#3533#5'35+35#37353'673#&'#'67#7&67-HKJwwwxxxKw̪d8Jff787J4]-n/ =*<)3 >8@ԭ,@A ߉ >+<?/%oeg}?c_ybalhk# Y_e5#!5#;5#67#%53&'#567335#535+5!#3#3#3#3##5#535#&'#'67#537&67,cdbb)$! 7:^6CE-S%P6"/F+I*_-{7I : 8""9$qfffff2AA>s;>:9# 735#35#!35'35#'!5#5 %!!!!!!!!5!5!5!5+!5!y9 y;YYK;FFFF3FB ?5AG>9<=HAAH=<494 N3=#;5##3?67!5!3'67##"/3265##3#67'675#535+!3&gggdddd/92D;JT$.B;=%A&ZM! ]S]ngFV9032IWBBwZ&Br^'VSV(D+?%]>>5D >]Y < %)-15#5!%!5%!5!35#!!!!5!5!5!5+5!%5#!35#%5!35#Pr>> =aaPs=*\z([----W6264AA462/999<<6#% *?&'67&''67!!5!!5!5#5!#!!A79C3?>.C+͹XYY%Ss jg%_a Zn>oo>nBB0AAAA  8>D&'%##"/3265!5!#67'67#535#5'673.'#7&67`LAH=o#HBqg<" fL rW0r`J^b<"!="&<*]BLO?PV( F +lFA@C#C9Az+$KToX=B 5#'>7#536533#"'5#67'67#535#5'673.'#7&67RJPLB8rŕn'eCzQn]ӝN. F A?J+C2Az-!JTpa?= 5zMxa0cJ [U)&%+?%3!53&'735!5!5!5!!!!36'67?&'67&'767$'C!'*$C2.jkTkl3*9*Ś,WHA&'#67'67#535#5'673.'#7&67###533`LAHYfL rW0r`J^b<"!="&<*.NN]BLO?A@C#C9Az+$KToX=B 7!'>7!7&RJPLBA@B$C8Az-!JTpa?= 5zMxa0cJ [U F $ֆ^0Gd @-^6 "   28>!#!#5&'!#67'67#535#5'673.'#7&67ZKMi`LAHqfL rW0r`J^b<"!="&<*?+?]BLO?eaA@C#C9Az+$KToX=B 33#67'67#535#5'673&'#7&67QF8HV?(%FsJSBƽ O]c(b[IRU {;;':&]9ULlv7G@VACH(C3Az. JMw^5@=zMxa/q; @p-6Z`f%"/32>5#3267#".5'7537537%#67'67#535#5'673&'!#7&67a6  zIm+zq) J <71BH8 U aKmI.QE ]L`0b[INU]L8C s;<":"D%#dB*36;@  # DϹ ι9)WA@K(C4Az.&JMwT:@CVLB?zMxo>cJMb  2QW]6#%&''>7&'765#5!&'#"/3267&'#67'67#535#5'673#7&67xYs D<3A28LXR>8*:  (% 04n[/v_]cR* d:_(eMEEV)s>?"?'o[6@s=QJDY0F[y.WKqCmD ;G# F 4Q3UwA?@ C;Az)"KVmYC7/zMxsAcJcJMb"33U[a&''67!#"/3267&''676767&'76!#67'67#535#5'673.'#7&67MPzMxa1cJ R^' !EKQ2653#"/'677&>7#67'67#535#5'673&'3#7&67j M8\@L FQNFH+F-8?@{R* d:_hJEHb-]@1Cd:;"9$3+FT+E! һ!A?@ C;Az)KYjUI6LRGF?zMxo>cJGi   ?EK3'3#'&'53#53#5!3#3#67'67#535#5'673#7&67@#D<3Am#RY X]fB: YE_(eMEEV)s>?"?'WHE%1Ð=QJDnDHE%DEDA?H'C6Az)"KVmYC7/zMxsAcJ7#7&675VPL5(C7LE\ ^Wl0l]ISTUVDJ%!!&'35#53533#3#5!##67'67#535#5'673.'#7&67CJB8>FPNM0\'d>b(aTFJWs::"9"4;SN@DD'??ABA#C8Az*&KQsW;H ;zK{a0cJ R^  ;AG#!#5##33#3%#67'67#535#5'673&'!#7&67HK||||F|||MQE ]L`0b[IO\gK8C r;<":"6R6!Ax!7CA@K(C4Az.&JMwY;@D[LB?zMxo>cJMb"-&,2X!&'#67'67#535#5'673.'#7&67753=#'673533#3#.''67#UJPLA?J+C2Az,$JTp[;=7zMxa0cJ KeE^T# !>{{CEiF+ca-Fm7Y_e#67'67#535#5'67353533#23:>7#".53675!#5&'!#7&67QE ]L`0b[IBCO: (")&  K 5.+5;5LK]J8C r;<":"A@K(C4Az.&JMwJ1.dd.{A;,1 8@C"  #'# cJMb6LRX#67'67#535#5'67353533!6767&'7''6767&'767#&'3#7&67v2; bKnhJEGWNFTI][B/'CW:E"=$A?D&C3Az)KYjSB3xxCxn^*" mIP) DgRx1,TX/LRGF?zMxo>cJGiG 28>p332>7!35#67'67#535#5'673&'!#7&67%#".5'67!#"/#3:>7.֊QE ]L`0b[IO\gK8C r;<":"\ <7104;  =d0Ko""1N)|&!/ ?05%AZA@K(C4Az.&JMwY;@D[LB?zMxo>cJMb55DJ3&'%5!#!#5##'6#67'67#535#5'673.'#7&67eQMPABMMDDMMRs;<":"]7WLBABG)C5Az.$JMwR2BT@@8zMxo>cJMbP% L^#67.'67&'3#7&6753'>7'67#535#5'673567676"/3265##3po/= $%IB1Ca998Go*Y_Zf VG\(eMDBOij/:'6 2rFA % ,9XGF?zMxa2Je XY?>%^N1'3@ C:Az,&KVmR9B4A** ;F,WL&"  >DJ#!#5&'%'677&!#67'67#535#5'673.'#7&67GIM]MPi8yD8i?n1@Z tAk(l]IZW<<"<"6A6t9ULBէ&Ȟ& ~A@B$C8Az.#JTp[;D 7zMxa0cJ Ke?3W]c%27#"&''67&#67'673&533&'73#67#67'67#535#5'673&'!#7&67w = D E;I*V=639!+Jd)7/-" "6 C/Q -[& WR`0b[IQWaM8C s;<":"ONV99?h!%4?w@BH)M$*2"8FCҥߙ/FA@A%C7Az.&JMw\7@A]LB?zMxo>cJMb'#)M#53533#&'3##5#53'67&67'67#535#5'673&'!#3#67LۿA1wCxxLH9;<":" ]L`0b[IQWaM8C sS1 8CCGAA/9.Mxo>cJMbC=Az.&JMw\7@A]LB?zA@:"3 $)KQW%##'67!#"/326!3'5#&'#67'67#535#5'673.'#7&67ȄI8X%I G`njFGMPK3Dwj)|`) aM8C s;;#:"Dߢh4*<%C4Az. JMwW99x @4DFA߱8A]LB?zMxa/fF Ke"9RX^&''676767&'#675!5#'673533#3##5!'67#535#5'673&'!#7&67BQ?; .76I(9m(EH'@O(F NN \M`0b[IQWaM8C s;<":"q|+2Ddek @)A/@;$y&7||AB-N,C0Az.&JMw\7@A]LB?zMxo>cJMb  +17R!&'!5%!5!#67'67#535#5'673#7&67!#67.'#67'67#UJ<ls@Z hMl0l]IX^ <<";&f%L>2GSDb(e"H^S d]>PLzz35zMxa0cJ @pZUF=K*W?d:>:?2A;_ek3'>733267"#"&5#67'67#535#5'67353533!67&'7&''6767#&'!#7&67Kfi3]ZK 0F  I#ـQE ]L`0b[ICCP++_;@QDA43(`N8C s;<":"\:71 1+,;% /A@K(C4Az.&JMwF-+ccBv^^{+#Cko?cJMb  DJP%#!'35#'5!#67'67#535#5'6735!#"/3265!#&'3#7&67rEzz^1?{R* d:_eMEEU 2]RI]@1Cd:;"9$qP<֥??A?@ C;Az)KVmQAD*C &$LRGF?zMxo>cJGi"-2V\b%#"&5#'6#535#'673533#3#326#67'67#535#5'673&'!#7&67CQ,F,wo"(CP$G YMЭ)((LB \M`0b[IQWaM8C s;<":"2=< %I9q9_E_C#41BE*1pA@N,C0Az.&JMw\7@A]LB?zMxo>cJMb9 flr35#3=#'#67'67#535#5'6735353!!3#!#"/3267#.''>7#'6735#535#&'3#7&67ym|oH+ VG\(hJD7?M8& s `')f t} I# -IB1Ca998ZX-CA?@ C:Az,&KYjD3@PPAHXbX<?W*A$OP#A)V8Z=H 69XGF?zMxa2Je XY'JPV#67>7#535#'673533#3#&'#''67#535#5'673&'3#7&67{2GT#z 1?Q$F eNERN0I XH_hJEHb-]@1Cd:;":!A.?LD[P# 8*uuCDDqHL3=9$B8Az)KYjUI6LRGF?zMxo>cJQ_"?JPV35&'#67'67#535#5'6736733#5##'67&'767#/#7&67lLMP7%7&6767=&'&'3#3#67'67#535#5'673.'73'>7'%'%Q-IG8@cJ *71AO_,LRGF?zA?@ C;Az)KYjLCsl1zD<6z1$\'d>b(aTFDJjuKIg_s::"9"&W;SN@ABA#C8Az*&KQsN70IC#Cm55C A ;zK{a0cJ R^"7_ek#67'67#535#5'6737537&'777767327#"''67&''7&''7&5&'!#7&67LB \M`0b[I>=LD@!QU,  C84ER5=IgBɉ aM8C s;<":"A@N,C0Az.&JMwF.lF > /A,B?1DA;31A*N;83V0A3R9XD,JAd A]LB?zMxo>cJMb n#5&'3#367&67 7!#&'#5!3#"/3267#'67#'67#5'#67'67#535#5'67335#KPC8C_yq<;<";!2 kzS!\JA[e42;VR1&"MH fwa r aQE ]L`0b[IHL]f9>ZLB?z!FMxo>cJQ_y-= f>bN:QuRB"J. C Dn?iC1BV6*@K(C4Az.&JMw\75`7 IOb'67&'%#67'67#535#5'67353533#.''>5#&'3#7&6767&''4LC <8,,6NoH+ VG\(hJD9DP#]%'b*IB1Ca996NB5*2'$5#5 SMLm4UJ:iA?@ C:Az,&KYjG5,gg?=D+]^*D<~89XGF?zMxa2Je GNBQ0;9bJ)>=6 $@_ek67!&''67&''67!&'##5#535#535#53533#3##67'67#535#5'673#7&67V: :D<3A'k08..,yKI +Cb`sn{NNR* d:_(eMEEV)s>?"?'@3B 8=QJD>!3!41$7a  @YA0!@+>BAxxANDJi35'35#675#3&'73676#536533#"/32>=#'67'>7&'7'6'67#535#5'673#3#67ooooJ%o>4,1 GJF ,H8 [ GH< # 977 H?~~PWAD=L"dnnN Ѭ>su? ]ci35'35##3=#'#67'67#535#5'67353533&'73#3#"/326=##5##35#&'3#7&67͗Jf}R* d:_eMEJJ  ^I1Cb>?"?'T:xxxA?@ C;Az)KVmF9>SS> ,4AZS(@(nZ @J[GF?zMxsAcJ7'!5!#67'67#535#5'673&'!#7&67Ic)G'!b5#H0q ')F Q'Peu.gV EnQE ]L`0b[II_`N8Cu<<#;&=O5OKQLUCI! 6.1>% A!=>4?ϧA@K(C4Az.&JMwN7DcJGi 7IOUY%!5!#33#5!#35#'67'67#535#5'67353!#3%#676=&'3#7&67!5!KfMMM HH  d:_hJEG[L…?7-%]@1Cd:;"9$l TdCp55_pAM%$1C;Az)KYjRFdC(A̿-LRGF?zMxo>cJGimA#)y%&'''67673'6767#3&'&''67#535#5'6735353!##"/326=#3267#"&535!#5#3#6725#76a(A  ~+h%Y5j>4,:95 T3~~PWAD8HP#19.o5>D%!b*GH`iiN 5/#*)J>bK 4>F8Cfh<6/#Az'JTmP@LeeFA !, + .77 Bdw.0zA  V\b#353#5##33#53&'73673#67'67#535#5'6735!#"/3265!#&'3#7&67_=<"3#> X {R* d:_hJEEU 2]RuH]@1Cd:;"9$/dtARXdZ\fYXRA?@ C;Az)KYjQAD*C &$LRGF?zMxo>cJGi1 c%!5%!5!7&67"/326=!#5'67#535#5'67353533#3#3!535#535#&'!#3#67!YYQ:;&9%N\$ K aIf"`\I5BPbM:@xxx?M'DD9D!K{o>n? [UC0xC(C4Az*JKy<+5CC>A:A<?zAB CIO%5#35#5!#3#3!535#5##33#67'67#535#5'673&'3#7&67+Pabb}R* d:_eMEK\ ^I1Cb>?"?' BBBBBA?@ C;Az)KVmXC@J[GF?zMxsAcJA>yAAy>?@ C:Az,&KVmC3Q9XGF?z>a Mxa2Je XY/ Cbhn&'&'35'35#%&'#5'67673##5##"/326=#535#53'#67'67#535#5'673#7&67j+'-9I :򂂂D<3A..<5*'--J!?.SK  R* d:_(eMEEV)s>?"?'aE 3;'UI>rr?k{=QJD{8^^GB_g?+VP*C)UcJMb 2I`fl3&'767#5!&''67&?67#5!&''67&767#5!&''67&?67#5!&''67&%&'7'6'67#535#5'673#3#67r>4,,41%(2$4L%B1>A28%H5ER>,6K6A?@ C;Az)KVmG5'llllAllll4cJGi  7V\b!5!!5!'&''67#'67+!!!"/32675#'>7##67'67#535#5'673#7&67@@I=8>a0wRX592q@!Kc0TM>$! P0G$P&}9R g9a(iPEH\-}::"9"s[`%=QO?0^|B.1Wyq'*1;As`;04VEoA@@#C;Az& KSpWD61zMxa0cJ R^1 V\b35#35#!#3=##67'67#535#5'6735!533#3+&'#5'67+35#&'3#7&67薖v{R* d:_hJE6>KK^"_K["VI-]@1Cd:;"9$^cc^^A?@ C6Az)KYj?4+YY??^@Xr^@kuo?6LRGF?zMxo>cJGi EKQ%35##35#53533#3!#67'67#535#5'6735!#5!#&'3#7&67d@cFb5i}R* d:_hJEGXHF^I1Cb>?"?'-=ss=AHA?@ C;Az)KYjRC--0J[GF?zMxsAcJggAC++C(C4Az*JKyG.#dddd???32]P>?zK{a0cJ @p  `f7&673#67&'#"/326='67'67#535#5'673&'!#3#67675#5!5!5!5!57&E;<":"E)934:AET2Q#FNHj.. ]L`0b[IQWaM8C sQE oVyT=2%:##Mxo>cJMbARH:Q+\@hE8pX/?/^u_9E'C4Az.&JMw\7@A]LB?zA:SbAc=_ADMK$G2 /3NTh3&'&'7'6'67#535#5'673#3#675!27#".'!5!&533#&'7'6736733#67m>4,:977 H?~~PWAD=L"dnnN <3/% gI )"3237/ ,H*'KffN:]AAner"FBP}UB_YL:'?HCt қBB@1PV\#!##"/326='!5!7&#6767'67'67#535#5'67353533!&'!#7&67Kվ:,AA }=;QC:CPKK >%>5_7 ]L`0b[I?EN`N8C s;<":"@T+D+>oAAcJMb  )MSY535!;5##!'35##"/3265!#3!3#67'67#535#5'673&'3#7&67}٫||QEyyM<aE# pH27{R* d:_hJEHb-]@1Cd:;"9$ŶXxCG=V)D+F4 O!A?@ C;Az)KYjUI6LRGF?zMxo>cJGiA 6M_ek5#;5#357#3#!5#'67'67#535#5'67353535!&''67&'767%#676=&'3#7&675KMMMK(,B d:_hJEFVN7bSrgcrSQ/=2NO:,{2G$]@1Cd:;"9$SUUUiiAU?hk %7C;Az)KYjRA\XX??nM-A$=>#A.?O%Q:9\A&LRGF?zMxo>cJGi  +U[a#53%5#!5#5!'67#5!!!#"/32>7!#67'67#535#5'67353+5&'3#7&67D_p_iK$\* i !#<^C7 }R* d:_hJEKWH^I1Cb>?"?'9yyyy==zcAA +o$ B;E=\A?@ C;Az)KYjX@\6J[GF?zMxsAcJ7#7!5%!5%!5!7&%#3267#"&=#'!!##'6753#&'3#3#67'67#535#5'6735353!533#381l*)99t #'?  K)3AB+#K$8-N5-IB1CayyH+ VG\(eMD6?BMLRR\gJ?MMMM7NMxaK\=$&% +sPg#,LA6qS7 UZ V 69XGF?zA?@ C:Az,&KVmC35]]]]?&4bv|#"&=#'>=3326767#5!&''67&3#3#67#5'67#535#5'673567#67'>7&'3#7&678 +F%,2$ ?1-!,AAT[KLy!oI:BLJJL d:_hJEFVkrX{:3 "]@1Cd:;"9$v3.2 dy.-&ofD"KB@`BBUG3C7PN9=2NK]=>Aϼ9@ C;Az)KYjQCF9@.A='LRGF?zMxo>cJGi  "V\b35353#535767#5!&''67&%#67'67#535#5'6735;#3#3##&'3#7&67|j>/3"'HEMUNIi%iB;{R* d:_hJEFRKK]@1Cd:;"9$ȸBAMO?J_BB_I*B-TJ7;4GNA?@ C;Az)KYjR?{zAC"LRGF?zMxo>cJGiF+JPV!5!!5!#3673%&'!!5!5#535#5!#3##67'67#535#5'673#7&67UUONI<1CR xX% FX_hJE>V'n:;"9$NX^g'9 2%=PGFAAb:Z>>Z:;A @= C cJGi#?EKj3&''6=367'&'#67'&'#'67#535'67&'7'6'67#535#5'673#3#67s;2/&USG 0A0=w(g16sW=& @ )9"30$H4-P `n*8 ;7X877I K=P!TCD9I#\nnN ]=PPEP^OzEgCp#D2pM7mBC?+= Nw]g O`b< BAAz'JRoRE83zA - 7_e5##3%3&'767#567#533;#"&''67&''67&3##5#535#535#535#535#535333##3#%&''67#535#5'673#3#67cWWWW>4,>wC/v+;o *+rs2+=8!"73KK))b95 H?~~PWAD=L&`__N fNN?TQ+NwqT>BAAz'JTmUB;0zA N$*.t3&'65#3#67%5###3#%&'7'65373#67327#"''67&!'67'67#535#5'6735!&533&r>4,"agg':'XXUE<965g9 %-?!O  CG5Zv+X&:@ H?~~PWAD8NODK!]B^NwmW R^TAA64JC̔mÎ5M!fu&};6J&4<C=Az'JTmPEE#II#@ # =\bh35'5#;5#35#&'%'$73#3+3#!!5!5#535+35#535#67'67#535#5'673#7&67Ќڕ㌌㕕~I<1C+E XIGsxX% FX_eMEAY-n:;"9$LFF3FFFF=PGFRA+AM=8<=HAAH=<48=FA @= C cJGi B 15;A~3&'#3735'5#;5#'5##3#6767#535#535#5;5#&'7'673673#33##&'###5'67'67#535#5'67353&r>4,hhHehee&`__18A1ewshh6977EG׫11K~MKhLDo* @I~~PWAD49}]AS73%#67'67#535#5'67353533#5!#5&'3#7&67GEAa8xO$Ld*e% LM) RAG|,oH+ VG\(hJD=DNGYFIB1Ca998H_[h7^q|/~nxD66D;WQA?@ C:Az,&KYjL4GddΏ^9XGF?zMxa2Je XY 1 5;RX^%!5%!5%!5!67#67'67#535#5'673&'!#7&3533#&'7#'67+7&67@@@#;&9QE ]L`0b[IL\`N8C s<<iLǶ]$akYTHMC,(D#=1"D6SSQQ6MfF @p#A@K(C4Az.&JMwV6C<^LB?zMxay+cJGi= !'Z`%35#535#3&'!!#3673!&'7'6'67#535#5'673#353;#"&''67###67&'7~>4,&Is L977L H?~~PWAD=L&`]m|"(@&:)FiN p4=>87υ2BAAz'JTmUB;0z%G1C-8;;@4:*# f]Yj 1 ,KQW%!5!67#&'%3!5335335!53&'#5!#3#67'67#535#5'673#7&67HI<1CKKMF76xX% FX_eMEAY-n:;"9$k?U>VU=PGFÄAABOENFBA @= C cJGi 2 6<BJ[!5!#5!35##!#67'67#535#5'673&'3#7&6753533#!#"/26=!I擓BIyH+ VG\(eMDBW-IB1Ca997>MH0CH;0]`+A?@ C:Az,&KVmR?69XGF?zMxa2UZ cN&CHHCW(E- ' !&HMSYx35'35'35##3!!&'7#'63&'".=3673267"!!#%&'7'6'67#535#5'673#3#67Q.Kv#vpl>4,AO?M "GB9I %IAKh977L H?~~PWAD=L&`iiN "66e77.6j>3B=F93N1?,GBAAz'JTmUB;0zA 1 Z`!5%!5%!5!67#675!#&'7#'67#'67#535#5'67353533#3!#35#&'!#7&666#;&9A85Y%dp YS ]L`0b[I:?NK`N8C s<<WAAs??3>WfF @p#A4,HHHH977L T3~~PWAD=L&iB4Go)`iiN My*uOdr2FO"gA4 0R+,Nx* ]Az'JTmUB;Nd/lU:+zA nZ=XkB>>BB@Lb+13*;@qX9 1 Ru{35#35#75##33&'&''67#535#5'673#33;#"&''675#'675#67&'753533#3#3##5#535+35#&'7hZZZZ[[[[>4,:95 H?~~PWAD=L&`im{")>&7*E7)`N |LK(L=MMWG'CJ)KCX`6XX6`BAAz'JTmUB;0z>G1C,7::@39[GbK 0 ?37221EE?DH>bb>HcD:0829@7;_ek67#265#3#3##35#535##3&'#53533#3#"/'5##67'67#535#5'673&'3#7&67 iAkFlNj5MFL}R* d:_eMEK\ ^I1Cb>?"?'?86D* MUU>86R)Ap>A?@ C;Az)KVmXC@J[GF?zMxsAcJ4,^KK  N977L T3~~PWAD7JJFFGA09&B,/&B9H$GB/B'F`iiN UQQAz'JTmMCz=QQ*;[pZNPiAAdS:<7X7,99200zA   +U[f!5!!5!5#!5#;5#67!&''67&'7#5!#67'67#535#5'6735!!#5&'3#7&675!!#XX;hggggACc_:9VEp]0nR* d:_hJEI^]K*]@1Cd:;&5DE32PPPPP0GJ=75=!5@!==X= A?@ C;Az)KYjVFy3LRGF?zMxo>n? \L<159]ou{67##!#327>7#"'.=#'>7'!5%!5!'#67'67#535#5'673&'!#753&'#53533#37&67 #eM֎  C  /P&df ;;rQE ]L`0b[II_aM8C s!BOHw<<#;&54=C.i1ϊ ",$363(E9 [EII4B A@K(C4Az.&JMwS4=@VV@98>Mxa/fF @p 6 #)/3&'5#5##35#735#5353#367#%&'7'65367+535+5##3#67'67#535#5'67335;53;3#+3+!#&''67&''67p@3,㖖N1!P877PkGK.annN  W1P!TCE7A KMK22KK^Z0Mhm(gp1KA=2]?NLr33:::3f333+=# Nw]g R^b8=))c 0zA@C"C;Az'JRoN;f99f>c)=M6$/;A$FA+5797Z`f3&'3!535#535#3#67'675#535#535#53533#!#3#267#".=#'>7#5!#&'7'6'67#535#5'673#3#67p@3,gh____9-w-4\\^NgVV#3J $%#+.% W |wdd Bp877L W1P!TCE?I%annN ]?NL;;S9DD9Y 9;e9D=O5A0W%KK 7.X؃ (>1#;=:waaaa7]]]-Nw]gAC >Az'JRoW@;0zA]DOAVMI,,V /a9bKJXA>=KEA-? W D !'-3|&'!5!!53&'#367&'67%7&&'7'6'67#535#5'673767#5367!#67&'##"/326=#5'#67A$'=  ]@3,a_D;/81vK,Rx(hV*W877L W1P!TCE?I!:() K (2#=08CQ3.7b=* 0.^.@YY\VORR#?NLP0z/E899\/e=7EX6WNw]g R^bT(C4Az'JRoW@<.;=A(+ +AA892!D;M3H"+ە@ B ".)!   (Y_e355#35#;5#!5%!5!3##5#535+!##67'67#535#5'67335#5!#3!#5&'3#7&67YYYXXQQNK}6A d:_eMEDV..BVD1Ci:;"9$77`````??18?mm?:AB=C;Az)KVmM=7??7̱%BRGF?zMxo>cJGi < #'+/QW]o3&'67##!#3#!!5!5#535735+3=#3735%#67'67#535#5'673.'#7&6753&'#53533#3vP91,!lGNԆN6xX% FX_eMEHb- n:;"9$4HNM]DIGk67/>x!6>:AA:>68???q==== A @= C cJGi|=>/?XX??.=  Ygms&'!5!67##367&'.%3&'75!6767&'#5'#67'67#535#5'67376753&'#5!#37&678+(='nrD6#. P911!7+<7+71=0;WINc [X% FX_eMEBT"/--#-0!:;"9$K\URv9R2YV;z7?'.# DIG-A:371$?A(:=$F?3,AAY%'`F @= C cJGi /5;Ae3535#5##3#67'67#535#5'673&'3#7&67'67".=33:>47&'7&'7&'7!535#535#5!#3#3!}ZZ}6A d:_eMEL[-VD1Ci:;"9$c?6C()) J< AA1*A-/DD&)G:;ww'AB=C;Az)KVmU?6BRGF?zMxo>cJGi"Xu # 6 !!=#e;J),( F2+?ULAALU?4;6 3&'#5!'35#&'7'627#"''67''67#535#5'673#3#67675#535#5!#3#6767&'!535#53533#3&533#67&'7s;2/'I!؏877R < J,Ei( \ K=P!TCD9I#\nnN V0iiz?zgg5?( }}K{{I +"<4D&509:,]=PP7KNw]g O`bcv'WJ4 4<BAAz'JRoRE83zA ; ;:7::772 ++:NcJGi @3CLX`3&'35#%&'7'6'67#535#5'673#3#673!535#53533'67!5!!535#5!##5##&'726=#535!5!#3##"/s;2/\\877I K=P!TCD9I#\nnN [S.>d_F\GV(776'$$]722.7]=PPzlNw]g O`b< BAAz'JRoRE83zA p1441:77:!'%885W771331 -E@$<@ !V81::18m6"0 ,  &,fjn3&'35#5#5!3!535#35#;5#%&'7'6'67#535#5'6735!#3673#'#3###3#67#353r>4,NN-8TUTTy977L T3~~PWAD7L/[ED"F  *4EdF `iiN NN]Az'JTmME|=J_v ./CQE4,UaaaHM!?@8,?1977L H?~~PWAD=L&`]m~!+?&:,FiN G}v9]BAAz'JTmUB;0z%G1C.:?:@5>%# i( , $*0&'!&'!5%!5%!5!%3&'#3'67#5&'7'6'67#535#5'673367#536533#3#3'67#5367#536533#3#&'#&'7#'67+'#67I(4 "6aaa>4,`f AA977L T3~~PWAD=L PY]G`f{P0"#E9F]^bGv{y0S!S!jZYJK iN 4+4+'75)77i7737Az'JTmUB"=$(=!<**'%#<"=))=*7367".5332>5&'7&'77&'7&'7%&'7'6'67#535#5'673#3#67I:;+T#!+<BAR]C9B4`>4,D2G)27)F7B3H)27)F7B3G)27)E7 0F<4 bP % FA? b!E 3o76782;78764:2;4:5977L H?~~PWAD=L&`iiN M!߮"" 1#1  0GBAAz'JTmUB;0zA =*/5;35'35#>75&'%&'6&'%#3367.'&'&'7'6'67#535#5'673767675367367677&''#!#&'#5'67#535+&''#67Zkkkkr "*#z* ab( $;*-5877M K=P!TCD'3 5$$&$E K R 5+ &4&(8<[^N^'_"8XN pp>e4 V][ r A#!][ >z%8B LCIL@Nw]g O`b>B4,01b&+@ T3~~PWAD=L&`iiD#!O $>7utt%-9778;G  )%)14_1111'1nnnnnAz'JTmUB;0zAҒ.:*< %! K1??i6NwmW R^b 7 "&,c%5#5##367#535#3#%3&'5#!5#&'767+535#53533533#3#3#3#3#3!#''6'67#535#5'673#3#67 ?R_ b@3,yyo88R:HhNNz 'M 7Q W1P!TCE?I%ass>5<>3@Y 55(?NLggggNw]g (O^5?<<<3@=,7@*FbAC >Az'JRoW@;0zA   !&+1!5%!5!675!35'35#675#%35'35#675#3&'&''67#535#5'673#3!5'263#5!#673#7#5'>3##5'67#'675#67**֦oooo*Eommmm%Hm;2/782 K=P!TCD9I#\g 0 ALI42U $IB5Ih,7-dN t6603 &>>2; 5q>>2; 1 =PPNw]g< BAAz'JRoRE83zAA>H<@D:?$w> ?#YTbK 3 %46<imquy%!&'735#!53&'735!5!5#5'67#53#&'#!!367677&'7.'##5'7>7&'767677&'7535!535367&'7'#5'7>7&'767677&'7-Nyy72A/3eYVWà WVYf2(D(J 6! 2 / @~6N# /7%6 075ITf 1#1 *5 3 EA~6N# /7%6 075ITg 0#.--w0N==, "2W72"?&22&?"27W',#`MHKPTA9I3 4(29 0AVPKV9H11P44P11P11ELNGQJ9I3 4(29 0AVPKVI>%9 %!&'67##35#535#533'67&'767!5!&'&'#!!3673!53&'735!5!5#5'67!5673#35#535#53&'#53&'73533533673#36=33267#"&=#'#38xxDDf hNNS'C35&6*AO+o3SM_th8VWVYl5D*A2+jYVWR?!9NNhʽm `8 7 !?,?%94a lA = K;"nP2%&%#(. %(%/'%4<>>> 8%W2 +N cc+&!2)!67$'#67'63#53!!!!!!V{RD?DQc ^ v**hAbMBX&WB6.? ?5A %AAM;O;SP %#3=#35'35#%#"/3265!)!#JC)T+@~N!xss:xx:sA*U*D*1[IK )35'35##3=#5!!!%"/3265!!Z)ES+)2jj8djddCCC\~&C*V*U*K  &635'35##3=#.''>=3!!%"/3265!!Azb*Bp"#{I*j}L1)ES+)>__7[_[[E%>b8Ao>*N?4\ C*oi*U*K %@#3=#35'35#"/3265!!!!7'67!5!533##"/326=P=)ES+)b$4I"D-9<( >_[[7__7[C*oi*U*\ T8Kz>FF>1> K (.>E35'35##3=##5346=#5!#3##5#'6!!!#"/3265!#3um}}Ix:jx)T)ES+ {|>__7[_[[!9J<<_9ƁO.D\ \*U*C*oxCK #)935'35##3=#3!535#535#5!#3#!!%"/3265!!Aܴȴ1un+)>__7[_[[>>N9K;;K9\ C*oi*U*K %+;35'35##3=#33#&'#5'67#53!!%"/3265!!JG&xOJQ-N|)ES+)>__7[_[[A>g[9Uku^4gw>l\ C*oi*U*K 3%!5%!5!35'35##3=#!!%"/!#!3265!!kuI&(+)aa8W__7[_[[>\ >6*oi*U*K B%67#35'35##3=#!!%"/&''67&'7#53533#3265!!O/:)ErVdyNC9.jJB7Z[{+)0=@u__7[_[[>\ @!07#>%.?$>AA>R?,1*oi*U*K *5EK#3=#35'35#265367&'#"/'53'>7"/3265!!!!P=#K'B;3FAIN&~Y2S>xM/Em)ES+)>_[[7__7[8 "[;431F'Q/N,:KM$???L05(t;C*oi*U*\ K !%)-3C!3#5##5##35#3575##335'35##3=#!!!#"/3265!OJKKLKKx)T)ES+r%%@vAs@@2AA2@__7[_[[>\ \*U*C*oK H35##!%#3=#5#535#53&'73673#3#3265!!#"/&''67ML݉ B,R,B&LBN ('Q$B)JNA'&|V\[VV[[:C;/!7*5+!1;C:=G*|\*V)YAc4:3OK  S67#&'35#35##3=#5#"/!#5'67&''67##!3&'3265!!B. /:A:A'BFA `0'-/ rFM 4I\ 0#<,( )#`V[VV[[(:"48K\1;*!: +|\*V)K B&'!5!35'35##3=#"/!#5!3265!&'!5'67!#!3!mA88A)EK6+fz;??;zfMB)'1::1^__7[_[[E2!*o^C= -%%- =C^ \R*U*K !A\!!#35#35%5##3#5'67'67&''7&537&'7#!3#"/&327326'#766JMC #"v8>]vqV!E+9#@M"E(BC45+B% ; $ 14!/4\OTT5OO5T&>]Q?::>R : 4E;8%*'O*V)' I95SN"+#-%982.K%GK!!#"/3265#3=#3535##!3#&'7#'67#535#53533533#%5#P;$B4 \M_@+C^!)L&{HllIJll\*U*C+[VVXXdV\>7?2C9,*T:65M>X;EEEE;[[K S%!5!35##!%#3=#5#"/#"&=#'>7+53&'73673#32673265!!`(M$B8J$@ ud$\[ KaA$].@ b ")C('VaV\[VV[[.)hDg7D3(,+7 (T ; [*|\*V)K *R35##3=#5#3267#'67!#!!#"'33265!!#"/!#5673#!5#535#R=*H^ vGM &7:M3('Q'BJbUG=xx(xx|V[VV[[K39B_\ Z8!*|\*V)(6 #0//0-K`%#5!'35#!!#35#35%5##3'67'6767&'!5!&533&'73#673273265!!3#"/&'?Hvv6JM$x%9=FS 5 0#! ;"- 7,(@M'Q'B8d0T'\OTT5OO5T3#;!7!%az9 +9YB8J_F*Sm+O*V)B DK M67#!5%!5!35#35%5##353&'#535!#3!3!3#"/!#!3265!3#33LUJM6B@M'R'BI5)V&+,,--OTT5OO5T3$!2+\7*V)%++2$!3 K  &,W%#3!!#35#35%5##37&&'7'67%#;3265!!3#"/##535#535#'2736JM&S7&@$FN&[7g4Q/74͢CD(@M'Q'BFBHLFV\OTT5OO5T~1)"2','1-#+IW"c6+O*V)2&6769+8 > K 8<OU[35#35%5##35##535#535!#3!3!3#"/&'#5'67'35#%#3+3265!37&7'6AJM6B@M$J'B^LLWP^AcQx & M224!2KKK5KK5K.%8/a="V(.%8=29+..S%3!+/1/6: 40( K <MQU\35#35%5##367#'67#535#535!#3!3367#!3#"/!#%3265#3#5!!!7&'7#"-uBoᵵJM6+@M$J'BH, n06Qd3.}11[6AKKK5KK5K29)4704/a7@"V((%Α+#977)/>**0. K GKOSY_e!!#35#35%5##33#3#33265!!3#"/#"/23&'767!!##35#3=#'6&'77&'76JM⯯, @M$J'B"40"EH:;$9%8 >4 aKKK5KK5K.%.&.+@"V(;4% +:f.2&y%S&& RBEN0Y EF $S D5 K $(,2]c%#5!'35#67'6767!!#35#35%5##3&'7%5!3533#3265!!3#"/#"/326=#57&@ ̏00m&>6JM6+>5>[+E33(@M'Q'B.NH"@@-G 883?(\OTT5OO5T!OG!H6/;;95 +O*V)5=2/03/F!!5!!5!!!#5!5!5!!67!!!,TOcPc O q:nmmX@@X*58!OJ +'32654'67##!Q?CNR[ ?D3N7N13JRJG'3ycCR+!#!5!'$74&'67##!+'326Pll6`a&7K,I1,F0'@E *!GsG FEF ~6UAz\>x=e>F@@$W 94&'67##!+'326?67!'6!!!&''67&%&7K,I/,F0'@E *!F.O[06r<7s\#bk e]6UAz\>x=e>F@@$ks5?6#BAʊb8@4&'67##!+'3265!#"&5#'>7#5!#326&7K,I1,F0'@E *!H#! [,r6Wc.P+/6UAz\>x=e>F@@$DD,IGR! DL8-qDDw# ;R(%333#3!5334&'67##!+'326McK&7K,I1,F0'@E *! D:FFp6UAz\>x=e>F@@$W7;!!!#"/32>7!'>5#+'32654&'67##!353,J$@;4vi/ (sr8]b,#$0'@E *!&7K,I1 ODIMG H 1X8FO>=e>F@@$16UAz\> ] $,%!5!5%!5!%#!+'32654&'67!53!3333J0*E9-DH) *.#.AG0}sHA\>{{4DDqV)E6TB~~\>t=e>F@@$M7H4&'67##!353!#3267#".53675!#5+'326'7M+I(N B*~/ K "@94/6: M0K)%0'AE *!6TB~~\9ddF>5 9?D" !  @y^?=e>F@@$M1G35#4&'67##!+'326?67!'>5353!'67#3&''67&&7F+G(C/%>D*!B8P\;m6/,M +>#Ekcrqf\y7U@}\>}z;f?F@@$VbԺ;\ޠaaCLF 8:ArT*B-ab,B'WcH+"8>4&'67##!67#+'3263##"/3265!5!57& &7D,I(C*`(K(K >D *!>> D/ZU" G>XE@C7U@zc>}z6/ FEF@@$RD_-E5D%!H 2%!5!5!!!#5!#3675!4&'67##!+'326xNB  NxMx'7M+G-D0'AE *!(DDET66uBWm(6TB~~\>t=e>F@@$M6 8P67!#373#3##5!535#5!534&'67##!+'32667!&''67&'^> >VNNxA1N &7K,I*,F0'@E *!>TK>HjgtsE:.6)x=e>F@@$^| @dJ8(@3DI.>(;1<)$C5 D!5!!54&'67##!+'3267'67#5367!!!#"/326=!#WW&7D,I(C.%>D *!c${= Ng$J"XK& O ex||#7U@zc>}z;e@F@@$PHyA.5 6UAz\>x=e>F@@$4DWFBU.\CV4<6֍B5C M'CS4&'67##!+'326%'6733#673673267"#"&5!!5!5#53533# &7C*G%C/%>D *!x ,JVS JaR!cq43F#_/ ]:N7U@x\>|{;f?F@@$<B{zD4(79A+(x0/; *mBBAvvA:7%K!.''>5#5353'67&'4&'67##!67&''+'326ޤ$i++k!OH5TF J>/7=&7K,H-DK cF <+4$)&=$AE *!Ct`Z LJGK0>6`L)F@@$:7*CT4&'67##!>=#53&''+'326!.''>5#5353'>=#53&'&7K,H-DK )8K-#*-$6&AE *!ޤ$i++k!OP*)8K2('4!%6UAz\>t`Z!y=A1Y@'_[+9 F@@$CA1Z@)``M7$(L!#5!#5+'32654&'67##!3535!"#"&5#'>7#5!#326 M\K-50'AE *!'7M+I(Pk:F [.U|'i5/4ґs[=e>F@@$16TB~~\D *!djj:dj\7U@zc>cc?SZ??ZShP;e@F@@$M% )M!&'677&%4&'67##!+'326%!#"/3265#535#5'673&'#h[Z\m=?x=e>F@@$AV(D+A+)DfeD"!*MK#<%!5%!5!/67!3#5!#367#34&'67##!+'326Z2JL,1NKJG@HH&7K,I*,F0'@E *!x=e>F@@$H@#^!5#4&'67##!+'326&'%##"/326=!'67#5367#5367#5367#5367!!!!!#&7F+G(C/%>D*!7D676DU G"dZ! EZ[x  M*! nZs:A7U@}\>}z;f?F@@$>J1J>?O%B '_0I}?(K?+3<QA42A8 <3+?sM< 7;67!#!#553&'#+'32654&'67##!353!#35!( ^MN"Q&3/%>D *!&7D,J P V$_k^l +|+Bgcd^;f?F@@$17U@z\2bbArXB?  J35#35#5#6767##5'67#+'32654&'67##35!!!&''67&KD/4Hz +-B6,DH .$+>G0Ht6M1H)E21D)C4E0x#Cqq>d>F@@$16UAt\64B^?^BDBUVAE=cM%-:S&'4&'67##!673&'!5'+'32675!67!5!37&''26767#5!!67&8B>;&7K,FSPIHQ0'AE *!pM-*M #2gB@W~`C,7!"7-=B(=e>F@@$M<-7>738>LD "H O5#;5#5##35# 7!#3#3!!!5!5!535#+'32654&'67##!35#5!5#P~~~~g) kRiiR"U;IT >D*!&7F+G(C"mPvn5Dg>A>yAAy>',F@@$17U@}\>}z+!>`C1 G35#35#!#3=#4&'67##!!53!!3+&'#'67+35!+'326Y&7D,ILK`"hLe!ZI(0.%>D *!^cc^^7U@zc4YY??\BcmBlro?jX;e@F@@$M90c%67!/67#5!5#53533#!#267#"&=#'67&''+'32654&'67##!>7!&'c:<% N^D &&&Z&RQ6<6I *!&7D,I(C.%BzIQDtil9IF<+r>`b<%#% )z=A=7;/$%@$17U@z\>}z;e@%'p.$<_H4"A)HP>:7X4&'67##!67!#"/32>7!'+'326%#353!#335#535#'67!#3&7K,G(l:I TmL K;H/0'AE *!9]FHH]7 ,4G+C  6UAzc>NSp( ӫpT, D"eD2.=e>F@@$vK?92(Qu >M?0I2>7!'67!#"/!#5!#673#!5#535#4&'67##!+'326?q8x=e>F@@$M40@Y"#"&#.=#'67#5!5#53533#!#2263>!!5!5#53533#%4&'67##!+'326~?A 2IO  g4Oe&7D,I(C.%>D *!g-)==.{?k?UU?k?kAA>nn>h7U@z\>}z;e@F@@$M1 O!&'35#3=#%#.''67+35#5'+'32654&'67##!673&'#?POLoqk&(x5?+A0'@E *!&7K,I%zLH(o?ROX F@@$16UAz\>@7^|b?,$JR Q!5%!5!'!!#"/32675#'>7#'>7#'+'32654&'67##!67#5!!!WWKZK,K>#*T/H*V5V+G4YKN< + '6D,G*@.$^GQz3OLL:G>AjZ60-NL-2%{?F, ?#/6Vr9a?"?U>>0R T35#!#3=#'#37&''675##+'32654&'67##!!5+!+!#"/326=#67&ȚyFh:/&< QUHb +&):D,G*@@G J;\S 2______uWd(/DC?#/2TBx}^>rNBLsLT*B,} .M6Y67!3!5!5#535#'+'32654&'67##!67'67&''67!&'3533#3#^> >teQǚ'51` *!&7K,I*,F0'?(1sE:.6*TK>Hjgt=R }N)_M>(?@$16UAz\>x=e>!Ng >(;1<)$9^| @dJ8(@3D# $ UU?_>R H#!%5##3735#35!67.'#67'67#+'32654&'67##!HԜFv.E765OGg!s,keS B>R +&):D,G*@@y``9d`ddAN99H+ECD)@+}@>A  ?#/2TBx}^>rNB?-\&''67#64&'67##!3&'73673#67&'##"/32>54''67&'+'3267Qu e $-''7M+J" !F(/!F' D92EOFj'j"DI#45aW  {|h` *!%#:1:`9HF6TB~~\>E-GCBMA:Atc=I3ZCmFjX%QxuLA :=+ gBi$5oS?@$?9 9R35!5%!5!/67#5367!!!#3!5!#"/326=!#4&'67##!+'326zzl-t1ix Kb  $M$XL'" zN&7K,H-D0'AE *!;$(LEE9FC>3##>%;L<0:*BC0a6UAz\>t=e>F@@$RF+?!5!!5!#367!4&'67##!+'326!!5!5#535#5!!3#uuNN'6D,G*@.$?C + wINX^g'9 2%l6Vr9a?E??#AAb:Z>>Z:M*.=_%!5!#367!#54&'67##!+'3265!#67'6737367327>7#"'.5pK M M&7C*G%C/%>D *!?p^I&#IJYahk   F *(,e+%, +K++7U@x\>|{;f?F@@$kkA@7ABaar:8=#k#d161(?=_35#354&'67##!7&'5367#5367!!!#"/326=##';#"&''675#+'326x&7K,H643?0.-D-d+ K /(KDK$ g!3O1Y8_AE *!`aao6UAz\#!Qa(YLt;0?vA-$-A0-47 CP--'H1A5BG@;FU6>F@@$MT!5!#5!5#35!##5#5'>7##+'32654&'67##!5!#"/326=#"&=#rK ( &rDF?2{Hp +&):D,G*@Fb3RC1"78<^X- BB@;A;6k$U?#/2TBx}^>rWIIT*B, .F@WH#'@!5!#5!#!#&'7#'67'!5%!5%!5!4&'67##!+'326mM'NEғi#hedeWWW'7M+G-D0'AE *!~P?6A;B:6.K2?,@IIJJ6H6TB~~\>t=e>F@@$HF "d35#35!35'35#67#623267.%4&'67##!367!#67&'7#"&5#'67++'326D-D iZ@J&'7M+G%KSb= = 1,(g3< ( NI+40'AE *!#vzzzzF@@$: O%5#35#;5#&'#55!4&'67##!67'67!&'#53&'3!535+'326UVVV%U*Uk&7K,H cF4Pw"RV?4#99'W*N4e$ a *!@pX=XkB>>6UAz\>-GF_/mT181h`?Q,-623@rW9BBB@$M $*0Q3533##"/326=#!5!!57&'767%7&%4&'67##!67'+'326L Bd<0" KyybVm2kY'M5U.p_.Z&7K,I%]99Is"!0'@E *!$AB !YQUU_O0ObDf*pH5Ng3_6UAz\>3*AU%oH%@9=e>F@@$:=Qcio&''767&'767#'67&%53&'!5+'32654&'67##!673&'76726=!5!##"/%67%7&T3-Z.1/,.#4N"65+"g%IBW`PQ`@E *!&7K,HM*7G'X2 Z84HHwC:E}7cM9QhxsmO$9$(:$$879MB99F2%*-??rkK'Q\ " zLY@ CC;B\w(}`,lr+wH4H67!#!#!!#5!5!5'!5%!5!'53&'#+'32654&'67##!353!#3$ rKOJ}}%I'5.%>D *!&7D,IOh :63&Cf.9A~~A9~BB6>i?+>l`;e@F@@$17U@zc*RR?54?? !CIagm3&'74&'67##!+'326 73673!5!5!5!5!53&'7"#6773327>7#"'.5?&?&%)!:L&7K,H-D0'AE *!o;!*{'G#UM"= $ E(>'JK ,%$./F$G(C?,:k-SG-E=G0<1GA S7X6UAz\>t=e>F@@$4?BO W]PS>J?>=E6rOr4Jk94 Fd8;@J!(5$HE?MF@ M=@}}@v071a*)(,@$16UAz\>t=e> Vk@AR?N<#;UB?K|&'7'67&''67&''67#5'67!&'#53&'#67&'"/32654'%4&'67##37&'3;#"&''675#+'326EH*W8&^ WU NeS#*T42 ('4#;`#&h M6*BXgA.+>"ZH>Z[&7K,HO>-1*,B2h~"4L1[6KAE *!>35>2z;Kl# W<;:U7)94E4:;L30%-,AUD:0';2C/N4W3pM!#bC>$@#bm6UAz\875+ }q?:H1A4@F>;HRF@@$M4 0Y&'#3%#3'67+!#67+3#&''&'4&'67##!673&'!5'+'326G92N(rr$qq,|'Hm I:WEj[R/BV'B#/5B3&7K,I%"yU]LL]0'@E *!>>7E9f-J_i0Hl2XJYJ,+ZH^ 6UAz\>6KfgHF@@$?< #'Ku%#32667##!#"/326='35'35#%3#3#3#3#"&535#33#53&'#+'32654&'67##!3533#3=;o3F*0 0-W!+-*h-KMK *90'?A (&7K,F nK~ JB& %:?>;5jBCGMM>R'na=e>F@@$16UAz\&VV@=<>/7 <B35#35&'7#!67.'#"/3265!5!5!5!5!5!53!'67&Sh7`Us]+QjU:Rraz#lA'L#ka$JYJP6 ӌB`ff@;17B}AZS@V,VEU:B5[[.A04=fA`?VVBTrCu %'-39iu35'35#!#3!535#535335!"/326=#5!#'677&#535#535#535333#+67&'#"/3267'67&vvvvIwa-8( a@;7<%>#I..Jv)758:FAQ1tO!@HC 1F?,*Ot*qH5 SSATT==T?HH??-CAA5o!a~EPQQ=?SAT?HHD=I5Q'XBaD9fY0C"0(??7?(-2. 3 55!5!!!67!!!!!!!!!!#5!5!5!'67 O7))GxPn!",m3HINNNNE8F8EA0D5]E1V8C3{V1 D5#5##3!67673673#3#3#3!#'#''>5!f.Fk6F!ETM -M"( F;$ Tzz}}<5OF{z8/=960?z<}EM KV*B/zAxDBBD 3 ?5!5!!!67!!!!!!!!!!&'#5'67!5!5!'67 K;))GP!",m3HSFFFF8G*1 +&?F9F8G:7Ӡa;*AF!D~z,h3JIlLSA56>9.Na ԕؙ@ZE_X CC2 I<W5#5##3673#3#3#3!#'6'673733#677"&53673276745똘HK&0c0J  B*D@@(7D/((=B;ԕؙ@>R N7B?@A9/=AA @EB yE FO%P>L2qJ+  U); +3U5#5##3673#3#3#3!#'67%5!53!76767767'67'767&!ETM 5q8FPw'.1?1A% A(?Vq ?!p+T 26"Ltqquu7'>7!673673#3#3#3!#ڥ`E 5T1K IJM!ԕؙ@>yr @N+B{ M8EM K&= J`5#5##32>7673673#3#3#3!#"&=#'>7#53653333#&'#'67#53؛/qAF]3IEjP9erA!= <]35#5##35#%5#5##3%.''675##35+5!#3+>7.''673673#3#3#3!#NNNR(EPaLJ=L]IK?0\0JIvLbi>2ؙ@x 5 ' C 1IDD  O9; E@7#3#3!5'673673#3673673#5!&''67&'7'35#35#V^>jjjjkkkkIdddd 0]dd 0I%I i I lyd6)g 3&+8 0)>CAA_B(A>< A+:>)777= 5#5##3%53353#'67#5'67'67#5'>7!673673#3#3#3!#'#"/32>7#336=3353#!#"/32>7#336숈F77~*~*b$S G2!*_$P &QEE6GE{||||J *'%3,-F27z&% ()H8/ԕؙ@**',Vm'9@gK=g 9=gJ%4 +wMQ P6BP L;B?@A9M!,J2@tp$S(.##2$S2##6Azu#P& = 2Mc5#5##367#'673673#3#3#3!#%53533#&''&''6733#&'#'67#53&> .(c*GFwxxxxI!LM;61(342 #.2U^L]L+ԕؙ@j@645Q FATR7H] s]/=em767#267&'75#65#5##3673#3#3#3!#'#3#"/326=.'#3>7#3!5367'!5353&''67&'76S1!)(܂ EtuuuuI0$OP ( zxFA AJ:GnO5&"'+( 19&3/11#72"rKN)8Fl^4Wؙ@BP L;B?@A9^#)XC"A" wW H>;AAVVJ5)'*++,)%2(',= i35##37355#5##3%53=#535+535#53533533#3673673#3#3#3!##3#3#&''67ހooIs=?ƵmEPddHHggP;3GEtuuuuI ô9r"nI?!#dA{llllVؙ@nABP L;B?@A9^074?<Ab6=4qx7@9fF#)/5#!5!5!!!#"/3265!#7&7&7&7&M~x\x~&K:Vd%! L%^Y'aU&cT([#%^Y'aU&cT([iDDiP(D%Ah:;I8N<>D;I:;I8N<>D;II#1!#5!#5!#5!5!5!!5353753535!#5!5!5!5!5MJMҰiNd{w,AS:Q< !%)-1!&'#!5!#5!#5!#5!5!5!!535375353c%P}MJMҰBC6dA`5VCP5#'67#5'67!&MJMҰ8xHD:<3eI=" $CLf̄86DA|w(AXZj!A6%>>:AA77j66j77j66$HL&'!#"/326=!#5!5353675!#5!5!5!!!#5!53#&'!5'6?53V^^V"J3lg-# Pm"MM"ҽck$kc¡6%33%z{W(@,A44c5+ 8AA8ݤ +5K;@+""+@;Kc44 I +/37;#!#5%#3735%5#!35#!#5!#5!#5!5!5!!535375353LLLJMJMҰ&,x,UUUU9SSS7!+".=;267#"/32>7!!!!#5!#5!#5!5!5!!535375353E3BkJN H/)\SLPJXI"-}-QUPT*3=@  n&MJMҰ҄KZ9/G 9%'- -j QCKS) LϖƖ5AA11Z11Z11Z11 I $(,0DHLPT%##!#"'.57327>7%#!7!5%5#)5!!#5!#5!#5!5!5!!535375353KM((';F<7=L "6*1<2fL K MJMҰ9@s897)P 30IIII5EEEcܣգ8AA44b44b44b44C#7;?CG5!!!#"/326=##5##5##!67!#5!#5!#5!5!5!!535375353Cbm {!,`X JIM> YMJMҰ,??$, A@%jܣգ8AA44b44b44b44$ $(LP%67#!#5!#5!#5!5!5!!535375353!!#.'#67'675#'6=!5!M6,_MJMҰr)N-1BKY;~_,Xu;5J"V0)(,DϖƖ5AA11Z11Z11Z11eK!='$%AxPA#CQ8tq77237;?C%35#%5!3!53&'735!5!!36!#5!#5!#5!5!5!!535375353rrKB*|,!?3(LHK3MJMҰq99JDAAV4QT;;KDܣգ8AA44b44b44b44! O%5!5!!!535375353#'67!67#5!#5!5!5!!!#5!!!!!!!!!   ҰI +4j11Z11Z11Z11025Cn 1$Ɩ5AA5ϖ $9:5=5>=+?CGKO#&'#'67#5353!#&'#'67#5353!#5!#5!#5!5!5!!535375353sDD0(IK=`*w6KJ,xNKW,SKMJMҰ>:BP64SpX@hl:AA:tl@_nye;u:AAXۢܢ8AA33`33`33`33 #'+/3IM%!5!!5!#!#5!#5!#5!#5!5!5!!535375353#&'#'67#53535!5KMMJMҰKF*9CKBb(y>K!|BA|>ۢҢ8AA33`33`33`33_;IN8O=G5>888B0 :..:!+'ʔ1AA11Z11Z11Z11 % !%)-s67#67#!#5!#5!#5!5!5!!53537535326='67#53&'7#5!33673#"/32>7#'67#5'67##"/67!#&''67&'=,0?$(}MJMҰ,Jc_FC:'CEP F0A'`E/ G&=!*0_3W*k7@O3)FL_t`ZkH=-03"1''sʔ1AA11Z11Z11Z111]A>9M8* $556.8S=*%|/7&N",'"4=2>R 47'4)&5"-, / '+/37y35#!5%!5!67#7!#5!#5!#5!5!5!!535375353!67!535#53533533#367!#&''67&''#"/326=!#Х2M? <MJMҰ5XNNIFOOY3 D &;M;j"vBF$u@=%47WA K.-%%)%9Fz c/??00U00U00U002-0%%%%0-/Pd"?T-$=+43,=&-Go5/'/:d . &*.2o67#&'35#%35#!#5!#5!#5!5!5!!535375353#!&'#5##5'67&''#3#67'6753675+5!67E248/4B QyMJMҰү3 8SRf $LK$ fW<)"#KN&G2XKw_7%0,\QBʔ1AA11Z11Z11Z11 3C2$>  :%&!%O77P?0?̷Z;F =QUY]a35#!##5'6=!!35%67##53&'#53533#3#3##5#53!#5!#5!#5!5!5!!535375353L#3IYsIN3lNǑMJMҰX%O>8y%6kkc2<4:<<3;<33<86H=[B NK,H6EQ.ay%L >-p]6_Aa)T/??00U00U00U00Xsa;8t7, ',$ /#/NT.%--::XXr, IK.2!%,!,, (,$ *,!,0 !59=AEIMQUmv#5!'35#!5%!5!3>7#3&5!#5!#5!5!5!!!%5353753535!5!5!5!!!!#"/##5'67#3'67#F ڗmOOD9-'<;yJM+Ұ/XN/+4XF $O mw.0! 0(CsZ#$0 <  %-2DX\`dh#53'35##53'35##53'35##3'6!3&'35#3&'3!53'67#5!#!#5!#5!#5!5!5!!535375353@jjAhh@jj-;#T/D>#NB$<*?@+QJ$HG#[/VMJMҰ1;l1;l1;ĭ)87*9X,>'=6*7Z+?'AA)8L77 /??00U00U00U00-1-17!5!#!#"/326=!!5!5!5!5!5!53!!!!5!P'R-eZ0% rTxTxTDBB1<>CC>>:CC11 ":L%67'6767!5%!5!33!537&%3!5!5#535#53533#3#"/326=!#!. OT)EffFxxaC CaPZ'M\$ K'b ?CC>A:C0B*= Ugk735'35#67#35#%3!535#535#53533#367333##5##"/326=#535#535#5'#"/326=##!#3"4+-jj9EMwCC>A'o @/3A!pS+D*p>yAx),C:C[x*1(,0Hq75#7#353#"/326=##%&'&'"35'35#%3!535#535#53533#3##5'67273##5##"/326=#535#53VWWE?!AF I1&"(0D Dnnnn;EMx&/ж6**%**In9.SM ȯCC]Ϙ_F T6ECDrr?k<CC>A:S3^eHBSt?+VO+C)U7'6767!#3!!!!MN3Gun2UczgPP%AD_>+Dn9@*eK$D )4HD~DAAMW[ew7535#5353'67'67673##5#535#'6!53!#3##3#3#3##35#535!'>=3753'>=373267#"&=N[mEz%au zx|D3+:MwP7NA}z5?;C5? 1%687;t(-,5; ::B݌S='3VV@B:89E8E) /06>[ 2/&yF %335#35#35#3#'5!!!#5!#!67>֌b\xKhKF }}ȁBBS.b,,A@   $asw#5!'35'35#35'35#35#35#35#5#53533&'7!'6=!#3#.''#"/326=##5!>75!!!#5!#!67#3'H@ dцtIn6/&j(-8D@Z50') W;11ON4- 1#E< J^;S \sLrLI2>" ! 9 a D5dd. *d?:k6%)*5?z#0g=>a+% Ds?55N /7(,0!5!!#5!5!5+!5#5#5353!533##!%5#!35#T@xcPcO=M@M=s>PP%X@@XI?____?I>#" 4Z5##35#35'>7&'765#5!#"/326#&'#3+3##5#535+35#5#53533533#[[[.;LUAL+65s  4n[/ KB+>0XmBVLVDoIIGEIIJJ)0K?89'/[Cd8 F K*1LQ=L3?O??O?@UUUU@" 8^6#5##35#35'>7&'765#5!&'#"/3267&'#3+3##5#535+35#5#53533533#TeSSS*8ES^C86@  ( $$ 4n[/gZWjANMNCkDDGE==ZP/SމJJ)0Dzb.oM}Ck D LN F 3P,Kq?O??O?@UUUU@#+ (Y5##35#35"&53673267#367#'+3##5#535+35#5#53533533#[[[.Y)KHK3cc).DAmd'H IBVLVDoIIGEIIJJ(9Gr2WD=FO&+S?pXU%9/)O??O?@UUUU@1 =P5##35#35#3#&'#'7##5#535+35#5#535335333533#3+367#535#5#kSSS*ʩD.{EMR0MNCkDDGE@MjANH=JJ#BD{A?O?@UUUU ?O*B##G Nt32>7!35##35#3523:>7#".535#'67!#"/%#3+3##5#535+35#5#53533533#   `[[[. ' &!/ K ;70979ٶ:\+IC5DmBVLVDoIIGEII0$6ÉJJ :,04=?  (-*-/ +6<S=F<~]O??O?@UUUU@?5.i@CU #( 9?E[5##35#35!5%!5!'#3+3##5#535+35#5#53533533#7&'%'67"/326=!#333pSSS*44̟jANMNCkDDGE==n62A34)=C@&=nU! MK JJtt>h/?O??O?@UUUU@^hi]`krWC,HcU% 1 =Xcg5##35#35!5!#!#5#3+3##5#535+35#5#53533533#265367&'#"/'53'>75!kSSS*,KM+jANMNCkDDGE<<I>.9(|Bbb: +1o5##35#35'67! #"/32>7!&'67%#3+367#5333#&'#'67##5#535+35#5#53533533#kSSS*{-d.Fm "/A/' ' =5?4jANg8F?D+;5FAm8 MNCkDDGE;;JJ>t/֪D&YeLD Ve_hd?O0j> >Ws4SSS*Wj6C9<+W#]M]#W>@,e{#fRBI*jANMNCkDDGEBBv,0#SJJE==K<>`D)9B~% 8@M;JJ;N@5< eyH=7R>30&?O??O?@UUUU@# '-\k%#3'7'5##35#35'6=367'&'67'#&'###5#535+35#5#53533533'67#367#535#&6w6;|;;#qw&SQH,A0:t(e04}' @ *7V?;42G!9K6BxX66EqD)0HWvC\h+/2O.!7KK+EOTRzEg1C|07#!#'+3##5#535+35#5#53533533##367#!!3'67#kSSS*,,Ԕ(85*'/P:+{ E:&F ANMNCkDDGE<n%5##35#35#3735'5#;5#7#3#5#&''67&'767+35#5!%#+3##5#535+35#5#53533533##36&;|;;#q``E_`__G`"^k3c*Z/=);"-^E BI#@6K6BxX66EqD55WuGKKcccc:]]]NN@gBEDN"+.?O?@UUUY<2>#4!5#!!'#5!#!!!!#5!535!5'!5!3!5!67#5367N'rP>b` 05  O[W V<>VAssA<:V???lKXG\9++ @VMAbbAXK@ *A#'-15GO!5!#5!#!#&'7#'67'!5%!5%!5!%67#35'35#'53&'#53533#3#!#5#;DHɜiT&Ow"y"L!nNP666 Dcd7M6 ZEkB~P <4E8C=1+K39,DKKJJ6H"KXXKqq>l@QRAbbAKX@9+ - gy576?35#67!!5%!5!5##5&''675'67'767&'767675!#67&'7!+'32654&'67#5!&'#5!53!#3#!#5!YJWa p'$GPG7 8#^#tQ"! >")??%:%5*< 1.-*)T 7D8(7f?O&%0#?>>2A+|P|%BPPVoF=N*$# ---,**"4t@p"/)H8,',1(*2 (+I\ BIn4>8/N-'77:G4'2332!"4F "&!5!!5!67%7&5!!!!#!675!44̑v!w L\q c~N LG[_/I [[9WAA8"5%]]7J5N::>K7G DL%D+XDF#26<B!5%!5!267#"&53675!!!!#3675!67%7&uu-E W+ISU+ji[  )KuY.YZ(i+i[[9W@7:>G$ 7>h6~E VAA8"5%]]7J5N::>K7G %)/5!5%!5!'#67'67#55!!!!#3675!67%7&uulw?94OyH[  (KuY.Y['i*i[[9WD%DH1E DAA8"5%]]7J5N::>K7G &*06!5!!5!%3'6335!#3!#3675!67%7&3&&FA@;EIF% G zvA/Ey (rL+QH[]qv*n@VAA$6+/WW 8I3P98@I6I  &,28!5%!5!'5!!!!#3675!67%7&676767uu_[  (KuY.Y['i*ie-nj*su,}[[9WAA8"5%]]7J5N::>K7GpIr8|NQ6UW8] !7;AG!5!!5!%677&''676767&5!#3!#&'753675!67%7&=Z1F1gD7#5!#675!#3!#3675!67%7&!44a"w8#R:;:52[T3' K̔I0M)|T+\[[9WzCCC+B^G2ECCAA8"5%^^7J4P99?J7KAEKQ!5!!5!5!#3!#&'#"/32>5#'>7#'67!&'753675!67%7&=t I0 !#M8  c VS+GG I9Z1F$>>$F.T tB/Ey(rL+QH[]AA$6!+.fFTKBC3Ȝ+/WW 7J3P98@I6I"'4CGMS!5!!5!#"&=##33'675367353#265!#3!#3675!67%7&GF !%!T)[EE[N^\WJVECj[CTW I tB/Ey(rL+QH[]8 =A<=i*Awi@ Ѫ$ -vAA$6+/WW 7J3P98@I6I , DHNT35#!5%!5!'67&'767#'>=35335!#3!#367#'67#3&'%5!67%7&hh7 gFP+A#A3=AM J ClE6L P;OivD/E~(kO)RۭZZ:WB.]Z"wP]~0cٵaa?A$6+/Ac39EAu0&?&2g]]6K4O:9=L7J %)-39M!5%!5!!5'673&'&'%5!#3!#3675!67%7&!#"/326=###(--Ӫ#% oPEWc%/:;,<.K ӞJ0K ({X+X."34 Ko[[9W+(-'H~lB7G`TSAAC(2]]7J5N::=L7HT+E+\+ 1@DJP!5%!5!%767!5!&''67&'675#53533#675!#3!#3675!67%7&Q  ?.SR'-\BboS^~mNVQ aUMhN  I tB3D+gO)O[[9WhZ?J^AAwX' @$6F'A6FBAqqAB>AA$6+/\\8C.M;6:L7I 1 &EKQ!5%!5!'5!#3!#3675!67%7&33#3#&''67#536=#537&675))l K ׊tI/H~(oP)SJ XF=;U5,}( <*=&0=4ZZ:WAA$6+/]]5L5P89>K7IAz?R]^Az$s~h:nAMnR?nc_u_Xe_c 6 !'6:@F#!%35#67'67677!5!!5!5!7&5!#3!#3675!67%7&Hj)Rmr2C  B"Cm I vA/D{(rL+Q>,> =;!Bjo[]AAOq`wAA$6+/WW 8I3P98@I6I1 =Z!5%!5!5!67%7&%'676=#53533#&''67&''67367#5!#3!#5&'5)))׊tI/H~(oP)S6C? JpS:CZ7y,~(!7;? .+  K0!ZZ:W]]5L5P89>K7I(TA/FUy_?mm?_s$pwd:o4%M&R;IsW+/AA$6'P>/ " &DHZ`f!5!!5!5!#3!#3675!67%7&"&53673:>75!26=#5!##"/'67?&Ka J vA/D{(rL+Q~6LN()G84&I0j>7C>- @"H[]AA$6+/WW 8I3P98@I6I(e6<9A  .+-~??AA4C QiigFSW $* ,;?EK!5'673'&'35#%!5%!5!5!3!#3675!#3!#3675!67?&!&eUXYg"4U@AA$6+/\\8C.M;6:L7I '%+19HLRX!5%!5!##"/326=#5353333#'677&>75!#3!#3675!67%7&Q  g/A0 =CRGI;E 9A/:278:ϋ I tB3D+gO)O[[9WBL1C2B d@in|"yrr_'g%AA$6+/\\8C.M;6:L7I 1 />BHN!5%!5!35#5#+35#53533#3+&'#'65!#3!#3675!67%7&KA]]^USFKCSGr"_CKCk&S J sE1E~(oK)RZZ:Wݫ>'XAYYAXTJ>AK j^>o0AA$6+/]]6K4O:9?J7J.$6EIOU!5!!5!#&'#5'67#535'67!67'675#'65!#3!#3675!67%7&KhW;47LI3f)p2LTD] S} -637cY J vA/D{(rL+QH[]Z>N:5>OlUBU\>S > &< ]DA,B y=3tvAA$6+/WW 8I3P98@I6I   2AEKQ3=#;5##3!5!!5!'67#535+!#3#&'#5!#3!#3675!67?&kkkjjjj(ChGƨ?m)d>IDY J o?3Cx+iN*O.ggggg8g[\=kAF}FAcU9RaAA$6+/WW 8C.O96&.L2=4;468C*A9FS@ 7#)d!5!!5!%67#&'35#5!67?&!#535335!#3!#367##.'!#'67&''673V>+ 'A4/AvA/D{'rL*QSDL I +3NLv# J& uL5#"'#g0CH[]=W <$&&$!WW 8I3P98@I6IuXV)A$6+/nN63?-0@1:0/+$8b    ETX^d#53'35##53'35#35#35#%5!5!!;'&/267>74&5+'675!#3!#3675#67?&sCԑPP@ӓQQ5  /@=5  n G% Hr o?3Cy+iN*O7|7|v[]==AA? 5,(#@) /<+Bl|AA$6+/WW 8C.N:6=3`EN J 8kCt!yׇ%BYSH[\8C.O967#%!5%!5!7+!#67'67'675&5!#3!#3675!67%7&a / Ee  8-!Id(9 /0>9 A<3 I tB3D+gO)O0ee9dQ b[[9WnzUXIAB"C OAA$6+/\\8C.M;6:L7I   *.QW]35#35#%35'35#67?&5!#3!#3675#"/326=+367#'6!#3#'67?&qo?3Cx+iN*O Hr 4+DCi ==2 {;;=9":H[]aa9[8C.O96>q==4:[\i8?CC?8prAA9I1S:60>7?8C.O96>:M3S9}VF7QAA$6+/\\8C.M;6:L7I>ME'EEKDK?CN6I>}C@J?    $(M\`f!5!+6767#5#5##335#35#5!367'!#''65!#3#3#3#5!#3!#3675#7&55& g `nnnnnn ``e<3CxI!)84=]dXXXX} H +iN*O]F93T''zFFyEE5D>[]===5?.O9&/i2,4F4E5{AA$6+/WWR65 χBB6DjFatṘ ,  <   *4=.$x{x1* A1C`>= eYrIhu#NpP2Jƿd/R35+3#".5!'>=!5!5!!&'!32'&''675##535'6%3#67&' І= *%( +3<-$Q}pc"M 6BAdGar ip͈hhhh7ܰJ1DAA1;1#m=tPr.#; t(889 =m#' ;a#3'3533!537&#".5!'67'67676765!32'.''675##;5'67;#67&'@@?HFluaB CV5$$ %+? JT)B'C  $4<J_<@@= f #M7 (Bh%35#327!353#37'6276767&'7.''!'>5!!#".#67&'7.''675##;5'67;.#gJEW1i111,H%2Rp)A<5@ #3?d. N?Ps_8e*A6./8P:/66/71<-/6B6xX?{5Qu, νN=IִT; cf)i޻ L l6& A.@_>= g  $(:@F`35#535#5!#3%5#35#;5#353#3%5!"/326=#5!#'67?&%#".5!'>5!327'&''675##;5'67;#67&'4=eolf34h33#0e00M[$1&; ;#A:(9  #3 ,4x5S-66-602;.6d* AAAAAA;nnnnn >>@??9 IKi vR$KF$?qir$X(νN=IִT]0#A .@_>= fR-$^677'67#".'!5!327&7#".'###'>7#536='67333327&VE-HVmF0"EK$B8HG6f&62E:iJ 3!"GF3M PX20:(F;{&7GM$+$ 5.B2G/C;/*._.8#:)-VYBST/D&=*(/LN-]ocC<$PiA@/ @*X7+ GCQ[A[ #!%)-9E35'536=35>7#&'35#'35#35#67&'767&'7735#'273673'6733&'!5!32>7#"'32>7#"&'###'#5##'67#53&5#?> *CG%X(%%$^2)NNOOOO4,(*/7,1@5'"'++3.@=*TDį FW& >5qJ@tA a"&  <.*&% <08W4C@,.1FIe9ON"G );87&@$%k;]70;ke7ae-/A,@.&):.*4&122!*;()5.]A-A `@EM/SgB]X#>E;xW*EQcC8;,,mCIMAELaa$45!5%!5!%&'3537&'!67&$'#67'67'67''vvL BC4Uj-cvo G%UT-jj9b:>NN>ccsZCI;BV1Q?>#='u?-AX$CZs* .3533&'35'35#&''67'673&'!67&'LJnSM4XRC* .0mZi%rm$cUUIKMaa9\t/@H*A @ LVjZPA)'0*/3K35##"&5#'67''67'6735!327676#37>=&'3533!67&AN>444 ,&yfXOhM [@0=o]JQxKYd03ap_"E>@'I+? =IRoKAi0% &\#?YCE=3D9yfXTi)27<-4$I*1E/*<>^I$$JMw;;ZjK~2#;&IRoM?I&);5/@E(FDulg*K&fi$I^A;E);ۅ* 6:Q%67!735#!!&''67&''>7.''67'6735#376=&'3533!67&F=( T&`Ff#iOX{#yPF-4   ,&yfXRj[@E>v[JQxKYd0r-aqBAÍ]>Cb\#(c=3.''&''67'673&'3533!67&I 1E/*<>^]BG.UdK~eI$$J  ,&yfXUmu^JQxKZ^!3a(FDulg*+\rT<ց7K&fi$> (G)? =IRoMBIL[UAUU'96 #'M#!#535#7&''676767&5!#37&''>7'673&'3533!67&KJKZ[CM9D <2G,;p%(d>X;? )(zaDYp&hZKIrKaX0!6S6Ta5$! D W \g!$F,@ FMUlR2?8ZX>UU&J* &*.M%#!'35#'&'35335#"/3265!5!5!%#37.''7'673.'!67&NFȅVDJQvKpb!  r1Z\BO;B ?yfXLcgR,gP7!335#7#37&''>7'673&'353367!#"/#23:>7#".535#'!67&"  d>X;? )(zaDYp&hZKIrKU'J<5D %&!/ K ;70767Ա/aX00$6a\g!$F,@ FMUlR2?8ZX>UUq +6<< :,04=?  ),*'$'&J5 S35#35#7#37.''67'67367!#3#"/3265####'67&'3533!67&Sp\AO;A ("yfXMn"F Oɵ; #"lMlH*iYJQuK{eU&Aa\p7F'? F IRoGFGQ ."EhV)D+T2-GYUAUU#A; "7=Q#5'673&'&'35#35#33!53'!!!!!#!677&&''67&'767j74eQDBY"%$;($O?%JTj<9bR4U`cZJ2I-8B,E3PQ$!:,QTlG:@A7(AEwBBtr3A;E<^fz-,i|5B@`]CA>W_MVdS=8<Z35#'&'35335#%&'7#53673#3###'>7#5365'#37&''7'673.'!67&VDJQvK-/F/,Q;7(J!4sKUUM >C:<6 SW\AI2A ?yfXJbkQ&WSgHNUAUUaYCDVfE\^O[EDaK3BuD+h?Y!v["%D+?GIRoTEL #@B"0HL3##'#5'673.'&'35#35#!!!!#!#3673#"/3265!35#A74eQDGa"+;($I;FL5-F;" __Pq(!:,QTlH<@#<7(AE}A;E<^@R O9U*D+0nB X&'!353!5%!5!&'#6767!&''67'67#5!5!5!5!53&'73673!!!!#&'7 P:: M6@F3kטS1DLaM &H #KMaLD9)\((333344'3z-%":? I0(A;;*LLb<877>4*/3& )>7787#5!#7#5bbBK7C ,&yfXNdiYJQxKRa*  / ;43 L3a6\ug1 G'? =IRoH=IFWUAUU(FCRBB Bõ$!? :o67#3533&'!5%!5!67!'673533#3'67&'767#'67'673'67&'7#5!&'&'67&$'#6k5 Lo]]''P=B/c0? &M"Ϥ!rW6+14=@*mR(E<9GF5":W:W~iBD3R0M[bdG{c1IB>>-1111..(,2.=V-9-5Jt <!#)*%+-<)>OC=Z5 7B<$;+T[:C'@1 <nNy+ {#3=#7&7&''67'673'673&533#67327#"&''67&'#67#"/326='675#535&'3533+67&;|:/-;/;;6; "eQD=H f.1z H 4<2H :H9CK%ZC <14G/H5(5 71ee"3OD1KWKeDPN"a\\0Rjp_sG,A BQTlF5'!3=~Ctq]cjxJGM3<:WBV)A+ DC 2?RDMUU&@*/4X^#5'673.'&'35#35###!#!!!67!&'##"/3265#535#5'673&'#7&h74eQDGa"+;($I;R-?4i\5SJJV=Z@!8jNn5!";V==<(!:,QTlH<@#<7(AE^A;EdwiJ_aAV(D+A),EkhE')"$: {&'35#35##!27#"''67&'!!!#!67&''.'#5'6737&'77&'7767327#"'7&'77&'7767\53($?FQYrf/ %J^^)74eQDDPM=25JCb!X061a:*?FW[uLC15DI!|&U+63Z:*57(@F~;]\>@4@R:C77#3#5!#673#!5#535#r74eQDJj" B*9($JTF7{3I -+EYL: 9}KH__FI@!!:,QTlLD@3"=7(AE}A;E<^Ԟ1 $-AHM4++0D$e=uu=r< O!5!35#35#&'35335#7#37&''67'67353533#!!#5###5.'!67&59,[NJQxKWCO;C! ,&yfXCYN;:KG+_a_FEQUAUUa\p@K(? GIRoC?>VVQ66XF *0* "059=K^!5!!5!#!#5!%5#35#;5#67!#5'673&'&'35#35#!!!!#!'67&'7#5!&'$33KaD WWWWzf?;74eQDJj" B*9($JTaU88OBsYwxx32g߹5PPPPP0GI!!:,QTlLD@3"=7(AE}A;E<^="3B ==W? =734 f&'35#35#35#7355#3!5##!#!!!35#535#535+535#5#&'#5'67353533533##3+3#3#P(8($e>DI;؊IәA"74eQD?LPMM]]J"=7(@Fe66ee?>[A:F;D9?;:0m?$!:,QTlC48IIIICm0:;?9 1 (,0CGKOa#5'673&'&'35#35#!!!!#!35#5##!#&'7#'67'!5%!5%!5!73!535+53533+g74eQDDV"/(8($I;zfKzTYwTQGLLLHOI$!:,QTlI8@&"=7(AE}C:H7#5!#g74eQDDV"/(8($I;_SPPQQ+.d4%MMYN_PP)H !Z*I ieRR  $!:,QTlI8@&"=7(AE}A;E<^Y;;S9DD9X 9;e9D=O75##5&''675'67'767&'767675!#67&'7!+'32654'67#YPVf qYVVYL''0D/;bg-MN4ZG?/MPG7 1#^%xR ;2A=%4,7733,.*O/!7D8(7f>P&%1"|<4KvO@ [*J%%****+(V !,;[4); =3LL3= &4:**-$$4gDx$/.P8(0(..2<++.L] "BIn5>8.P1)9718J5B%)!5%!5!'5!&'7367!!!#5!#!675!,,ԩF$!"H ` `OO H;pp:mA;.:B8C92A<&,,p11ss)" 07!5!!&'!!! %!!&'#5!#'67!5!5#-f-=~-3MM3-~`[gg[;]K-@ wAgTDy,,DTgAs %4  $)9%35&'#!5%!5!35#'6=!'35#67#%3!535#53533#53'6=!3267#"&=#!&'!!&'#5!#5'67!5!5#' %&''67&'7:KH<Ra_ !G3__J4(YMż29> A"P8"Ip;U[^D9 vL"LL"LtgD'OxRF>#4"??#?//..]Q,GB2!H,3Q9) 11,3++32(%Yd  *JO\,2;&"50'3/(9  9).3$21 #)  #@#3#3=#677&'77&'77&'77#"/32>7!!!!!!!!5#C%3 @ #>" $:(3.&hJ,@,,ri fbbinujle qbJlcTTJVI}6 Bif+Ab7!!#3#3#VAX:VD?e?D>0'B& > `=^ :"l334aN.Vb^\\fgk+do)ŏtzn$oi ln!Yb aZ#=_a<:C"qrA\;^;b '-6:>B`flrx7537#"/32>5#3267#".5'753#35#3=#2>5!!#3#3#3#"/677&'77&'77&'7VWH2  sHW'ne% H 73-33%2>5!!#3#3#3#"/677&'77&'77&'7nnnnnFU>(%E`H zzzz !S6 6 R 2( 1 $ /_ZXXlv7G@V>=f\?X;Z:_9/ B|c|p)Yhb_'3d n* '' 3QW]ci#35#3=#%767&''67&767&''67&2>5!!#3#3#3#"/677&'77&'77&'7nnnnn\/_aT3>4TEW0[Jny)kf^9I5MC+I6OLc#hVX"T\ zzzz !S6 6 R 2( 1 $ /_ZXX_82FIL'OL4I9O7U3>+MA}bZgR?C>\Z@D8Wr=f\?X;Z:_9/ B|c|p)Yhb_'3d n*'' LRX^d#35#3=#2>5!!#3#3#367#5346=33#.'7&''#"/677&'77&'77&'7nnnnn zzzzTj MpY-Fo/3#8@#35!#./35#2>5!!#3#3#3#"/677&'77&'77&'7nnnnnEC$ z)=@`\ zzzz !S6 6 R 2( 1 $ /_ZXX&d-TC*=f\?X;Z:_9/ B|c|p)Yhb_'3d n*   )/5;^#35#3=#!!#!!767&''67&677&'77&'77&'765!!#3#3#3"/3267`````\La3TE1H!A;H1>:MV:`NH 6 K 1" 0  / en[[[[r@M3+ \ZXXB>OC7UYpsU7oTX-b^{swb(Yh pR'6b EDNV?X;Z:\DJPV%#!3!53567!##35#3=#2>5!!#3#3#3#"/677&'77&'77&'7m9Ь~[\nnnnn zzzz !S6 6 R 2( 1 $ /hFFBKC<D_ZXX=f\?X;Z:_9/ B|c|p)Yhb_'3d n* '4 %CIOU[#35#3=#%&'73!53#535#5!#3#2>5!!#3#3#3#"/677&'77&'77&'7nnnnnmͯҾz zzzz !S6 5 R 2(1 $ / _ZXXF#@!IEDDCDDC=f\?X;Z:_9/ B|cb)LuqP'3d b6 '3 2PV\bh%5#%#35#3=#'67!#"/326!3+#2>5!!#3#3#3#"/677&'77&'77&'7ynnnnnR9U$I T`njFFwI zzzz !S6 5 R 2(1 $ / _ZXX1|0=`5 FN<E=f\?X;Z:_9/ B|cb)LuqP'3d b6 (4',28>Bae5#5#)#"/&'73267!!!!!!!#5!677&'77&'7!5'"/32>7#'>7#536533%5#Mp5C>] ;+%!@**IKw4#C%4 B > G(W>$ cW&FOK$..a..mA75G84Td9/3.3+RXaQVO XPGKJJ//^?+/Qu/?%V;?("u`F~~ '6 (,JPV\b#!#5#35#3=#%7&''>36767&5!2>5!!#3#3#3#"/677&'77&'77&'7NIKnnnnniCM9D̶ <2G,;p%( zzzz !S6 5 R 2(1 $ / !6S6_ZXX25$" D W*=f\?X;Z:_9/ B|cb)LuqP'3d b6 '7 06<BHs#35#3=#675!32>5!!#3#3#3#"/677&'77&'77&'7".5#53533#23:>7nnnnn= zvhhhh !S6 5 R 2(1 $ / M4947&'3#67'67&'767#5#3#3#3#"/3267&'765!!353dddddz 6 K 1" 0 P8?Y`G6E`>F(1\>?HgTph0'%60_____p !M3+ + / kN_ZXXn{swb(Yh pR(0ˇ&lYGb4bKv5CmP%2_y$;C0JuN3!?N>X;Z:_9/ B%76b F?NR:k ; V^dj#35#3=#677&'77&'77&'765!!#3#3#367&'767&''#"/326753533'67?&dddddz 6 K 1" 0  / kq____pTU0J,AC,F3RP^_ !M3+ NM&j8?>8`H0Q_ZXXn{swb(Yh pR'6b F?NR?X;Z:_9E8OhUWcJ=D>XX>: B%70BwwBBi{$)ov< 5 !'-p#35#3=#67#&'!5!677&'77&'77&'765!!#3#3#3'67&''67!&'#5!#"/3267`````)R7:hQ]x: 6 K 1" 0  / en[[[[ag<7$+5vHH.DfZ$MM@M3+ \ZXXxGZ Q3?B0{swb(Yh pR'6b EDNV?X;Z:\-G6E,*4s%&@yWD8E55t  / B%7 Fg#35#3=#677&'77&'77&'765!!#3#3#367'#"/326737373#&'#&''>`````z 6 K 1" 0  / oxeeeei 6) !M3+ I*"H+HH+(H/!s<60\ZXXn{swb(Yh pR'6b F?NR?X;Z:\yy / B%7Kqtkih3y1G  $*M]#35#3=#%!5!!5!#!677&'77&'77&'765!!#3#3#3"/3267!#3##5#535#`````<7!&''67&'677&'77&'77&'765!!#3#3#3#"/3267I*-ndddddbAMAB 3 '&@ O& / &B? , 6+K)-k94dE 4ZXiwixh?/)#5 6 K 1" 0  / u{iiiip !M3+ v=OK_ZXXms& E)&) -M=2A^ZVO Y(8'>gM:$?'LR"?C7E.{swb(Yh pR'6b F?NR?X;Z:_9/ B%7 1 $?EKQv#3735'5#;5##35#3=#%3!#3535!!!#"/32>7!'67677&'77&'7"/3267&'7465!!#3#3#3LԈԈbbbbbHYKNl )+I^X@L+ 6 K 1" 0 3!M5%  /Q^WWWWh$[[[[9UUU_ZXX~c@??&w'CDKT8v{swb(Yh pRp B$66b 9 C?X;Z:_9+ 9 -?EKQt3##35%#35#3=#%33#&''67#536!5!##"/326677&'77&'77&'765!!#3#3#3"/3267#HH?`````Mw"}M1a0F"C/KE)  6 K 1" 0  / en[[[[r@M3+ %C;<\ZXX3'C KU@`Fz#@)C',)BBU)A'{swb(Yh pR'6b EDNV?X;Z:\7&677&'77&'77&'765!!#3#3#3#"/3267rrJrddddd[7>_W7>cQlji{R[B)2De}rHHrJB 6 K 1" 0  / u{iiiip !M3+ G}}}}]_ZXX (D;:NAAdH+!=&<;(>!*<Sx ; C |2$AAt)o{swb(Yh pR'6b F?NR?X;Z:_9/ B%7 1 &+17=Cv#35#3=#3&'+35#5'#3#367=#735#677&'77&'7#.''#"/3267&'765!!#3673&'#ddddd?<= mDx$5eiip2vwwA 6 K 1" 0 s&T"$X !M3+ + / u{igCj!,*z_ZXX;NN%J &+Z:_9GG {swb(Yh pRHA!uGGu!7 B%76b F?NR?Xa{e@$J   !'-os{#35#3=#!5!5#35#;5#677&'77&'77&'765!!#3#3#36=!!!#"/#5##5##'#"/32675!26=#bbbbb;i::q:: 4 L 2" 1 /Ziaaaas1z4 3-:7:? :-!M3+ Vo :_ZXXkmsssss{b|p(Yh `b'*n ^%NP?X;Z:_9G(5x 2) B%7v??+z 9 >DJPt3=#;5##3%#35#3=#%#3##5#535+3&'73&'7367677&'77&'77&'765!!#3#3#3#"/3267҄bbbbbN҂H8% B-#\"%B()!6%F!. 6 K 1" 0  / ^kffffw !M3+ ssnnn5367#5367#53&'73673673#3#&'#3#3#3#"/&'7>7!'Wu 1"kiiiIU<&: ; H9?I: m /<Q;sZE-4Lp(G!Z z8M.(.EL 7&0#!%"*+++d\!:A+qQM?OCO QC C;=CD+9SŮ^~'A>,@-,D*=1+4@&>C&I"+0+/+^<*0911@ 8W' "(.4Y~#35#3=#%35#35!35'35#67#677&'77&'7"/3267&'7465!!#3#3#37.'#5'7>7&'767+!#7&67%7&bbbbbFf_nL@$ 6 K 1" 0 3!M5%  /Q^WWWWh>7/>LaF?28tGQ%pbQ4;4V>O>>@_ZXX[[[[[:[:HT>,"{swb(Yh pRp B$66b 9 C?X;Z:_9+iSZ?C7/,h!dX(BP"TG$MO%U  $(,>DJPV35#535#5!#3%5#35#;5##35#3=#5!26=#5!##"/?&677&'77&'7"/3267&'7465!!#3#3#367'NARRQQbbbbb=2+EA1QB1D 6 K 1" 0 3!M5%  /Q^WWWWh W359a&DDDAAD:qqqqq_ZXX??AA:@z/OZ1^?{swb(Yh pRp B$66b 9 C?X;Z:_9HDZ+bI2(  $*0U_cg#35#3=##5!'35##33#3677&'77&'7"/3267&'7465!!#3#3#3#!!!!#37#3bbbbbI,㙙9<]<` 6 K 1" 0 3!M5%  /[hWWWWhKHC;;::_ZXXDJP#35#3=#3!535#535#3#67'675#535#535#53533#3#3#677&'77&'77&'7465!!#3#3#3>7#5!#3267#"&=#'#"/3267ZZZZZaVSSSS.-f+0PPZNaRR 3 H / .  ,Md\\\\cRR ),H !" \+L mi C+$ _ZXX;;S9DD9X 9;e9D=O/J9G8 _ZXXp#LJ,4JJl{swb(Yh pR>)?0A $!>Z2=+kg(3_9+ B$66b 9 C?X;Z,9R{vU)B) 4 $*&'#35#3=##37#3677&'77&'77&'765!!#3673&'#5'#3#367+3#67+3#&''&''#"/32677#335#677&'77&'77267!!!!!!!!#"/&'7767#'+'##5'675#53533533#367!#&''67&tt  ֹ{{7!C$5 B  >"%!@**p6B>]  :':$-7"%.%*F|C 8EiiFtFggQC%C 2B(FHjUUyhI0))U))d'28U/LJUIME NE :EF:/I=5),)-)c<6$8h6%,@9.SI,_ MS444444'La':V:*;!726'*  !%+175#35#;5#67##3&'#'#35#3=#677&'77&'77&'765!!#3#3#3535#535+5!#3#3#3#3##5#535##"/3267HXYYY)$! yFbbbbbx 6 K 1" 0  / O\WWWWhԟBH!P!M3+ qfffff20&C+$  ,Md\\\\c2N # 7,Zcc#*_ZXX==G  (",24b4444'.nnnnn||uv|o(Yhb_2 Kf% B$73d ? J?X;Z:_9F8Ғ.:*<' K.??i6 9 !'-59=#35#3=#35#735#67#677&'77&'753533#3%#3'675'#"/3267&'7465!!#3#3#367#535#535#535+53#35#53#3#3#3#.'#67ZZZZZ円z0* 3 H / . N^^__HF"5@C+$  ,Md\\\\ckDoo%G41p}}nnA.';8M`& $U:_ZXX0//)53|uv|o(Yhb_ d8IL B$73d ? J?X;Z:_9bB%4:/304''''403/:'14/=#_<2 7 !%)-39?%5#5##367#535#3#%#35#3=#5#!5#677&'77&'77&'765!!#3#3#367367+535#53533533#3#3#3#3#3!##"/3267 FGNccccceve 4 L 2#1  .[i````s"$H]ggONff_ RM M3+ <>3@Y 559_ZXXgggg{b|p(Lu `b'6b ^%NP?X;Z:_0' ':5?<<<3@=,4mo! B%7 !%)-159=AEKQW]c267%!!!!!#"/2&'7!!!#!5#!=##35#3=##35#3=#%'6&'77&'7677&'77&'73267!!#3#3#3#"'4&57&'7677&'77&'73267!!#3#3#3#"'&4'7&'7# 0''m3R8V (  3N2qqqqqBqqqqq-D#6A2 B z%>#5\12 / ,||||'6)05 -T5\12 / ,||||'6)05 - &5?( ( vI5$'8 h H $o$K$$r$o$K$$DB 6M Q3 6; ?#.B.$'$'$}S!/()?;L O> 6M Q3 6; ?#.B.$'$'$}S!/()C/7!5%!5!'!3#5!#5!5!5!3!5!5!#!#"/326_VL6LRm$P(R,eZ0& KK9Kޠޅ>L3CC%; LZ!5!7535#;5#35'35#53533#67'67&'##"/326=###535!3767>7&'l^vNNhO>F/(]>:H}GG:H-CkkCmP**_v$;C0MYOA CB%";Rn0ʈ&mWFd4cKw5 +A #'A_35#7535#;5#35'35#%#36735'5#;5#3##"/326=###535!##5!53'67+367!!!533pK{d@@SrMԊԊ%))3#D4%'LLA)y8LKL: L>>:H}GG:Hv/GA5v>:H}GG:H- 4`aaeO'PcCP+&$12A,5:7/CBnuA.#0A6'46!+@ !%+/37DHVp5#;5#!3=#37#3735!5!67#35#7535#;5#35'35#3533533!#5!53&'#5!#33##"/326=###535!LMMLLLLL9M# K{d@@SFPFfA ;<%))3#D4%'DDDDDuBBBBBBF8:*H>>:H}GG:HOOOOj>>gB0BC/BXA CB<; $,%!5!!5!#5!!!#!#"/326=!#!!5!53Y6?LORI:$KfZ&^LPVY'Wͯ,vU)D)*BBY<; -3!5!!5!!5!5!#3#"/326=!#3#5!53!#5!!LL6St$KfZ!^LtPIZFFFF\U)D+DBYY # 86767767'&''6767#53!!!!!!!!67&>u3|#|3BG5ޒ3R{=,(N99k&}%^Ir0{NO/V)xvR0\|.! ";CACS367#535!!!!!!%6767'67;rHIC -cP= Kvۗ\=1:N1=HKf?1> º + pH##Pҍߋޠ:)=>Z $!<" <8M4">33>!*6#j5~3>? &;$'<8#/#.5:7`$>:B#=$K:N5&'-39On.'7#6'!#&''6767#535!!!!!!%6767'67'>73>733#6".53673:>76`eKi@7= خ*vH##Pҍߋޠ $ I >KW)SHLL'' F553%3=H ;//<8%0%05:7e$>:B#<$K9M?-#? ([Ak 8s"@367#535!!!!!!%6767'67 -R9Z5@7>k8]??O?A#J/(J$-f2Ka?1>\29S*,>KCa(r=x2 pH##Pҍؐڟ -+S`leW/La>x{7?i| qf V3>?  O:;`;9JtZAdl:I;"+<8#/#.588T"?9@#;"K8NA/=_3533!535#535#5!#3!535#535#5!#3#3#"/3265'3#&'7#'67#535#53533533#Mvveen$nffo__g$ullM"E&B9! Ԃ_@+C^!)L&{HllIJllXXj[99[5V==V5[99[5V==V5[1V)C,>7?2C9,*T:65M>X;EEEE;Z3(.4R767&''67&?&733!3!&%7&%7&23267# &53$%vO2KrZy&e$w+%AC&B%ACKK5%AC&=%AC&=O K1)aSOtNLAN44MSa!`T4Q1V:\730QAu++;+:++;3r.,+;+6&,+;+6$m+/3F w'J@K'=)AIjp767#&'#3&'3&'735&'753!5#5!#'675#'67!&''67&:>7#".=367%67#353!5335#535#'#&'#5'67#53533673#373533#&'#5'67#FI8*o !(+(" "(j$$5:<<z1e_)4/95BIXI@:P0./ H=C=j]Ká89LJ%9{6;;6{{-7G2'%)A+A#M*cxH]'> i{]Hxc*M#A+A$) 7&QD$'&/ #f#2! F}+U,<,Pt)<%8!1/%%!#%-%%   2%2)  +Y6_-gI{{Ig2@=80/6WK;TU9FF*3C !1@YFF9UT;KW7-7:>< 4<!5!#5!5#325!#'>7##!#"/326=#"&5##5#5LOR+4K?pwslx#jPMB%KfZ&XYI+J^W*$ BBJ_<>5kU)D) 7v@@8BCGKOS%.''26767#3:>#367!#67&'7"#".5#'$?!5!!5!!5%!5!i a)o!]'!.dO&)M#404>; =53]La 6 ?^U -@.-UUG &!=9 &(- !'0CVvzzzzd2:,1_[`hE )TR$  F "&g35#35!35'35#67#623267.5!767+367!#67&'7#"&5#'67''6767#5!#67&TD iZ@J& P@*-R8I%LJh= = 1,(g3< (5& $'k"q%KN#vzzzz7&''67&''67#536533&'73!67+".5#'67+3673#2636767&'7'0hhhhhhhx+%:$ 3):W0X7=)%@?\"lvK 1A/H4-?$D(G7/B(2 %!IB;xth"-'!Ey Lz <,&5)5 _W2(swwwwd2:,1_[`hE )TR$  HF;?CGKW[_%62367#.'326#367!#67&'7#"&5#'6?35#35!35'35#'3##36735#35 DiZ@J&1I%LJh= = 1,(g3< ( ²TaHDJ]eeeqTi  ':2,1U]U .5H'+./6j=\vzzzz7+".5#'67+3673#2636767&'7'0hhhhhhh5yq:muT[P1`e>>ii> %),1 %,s>d2:,1_[`hE )TR$  !F V35#35!35'35#35!3&'7367'67+3673#2636767&'7!+".5#%"&=35##5';267#"/3265#3#327#```````HK7/7'j Cs$J6* * %!HB;m` ' O-S{A JG%]:20-_XR[= 0:,!%' %,.V6'  '< #VV:f = !F E35#35!35'35##3#33267#"/326=&'#5&'#5''67+3673#2636767&'735#5!#3+".5#5#675#6#```````!zY yYN !0 ";"? JG%<'j Cs$J6* *ʴ! %!HB;m` '''''(swwww]:20-_XR[= 0:,V<73#&''67&'67>[V_vzzzzQ;1MC_Q?SV>R> &= ]z= +  =T? > S">9@E !F!)K%67#267&'75#635#35!35'35#%535333267#"/326=&'#5.''67+3673#2636767&'753>7#533'67&'767&'353#3+".5#VL7(6U```````YL(N #?04 zfCSE%<'j Cs$J72 +C3$-/*.%5'5#!&*(1C  %!HB;m` 'J@JCmL8[swwww]:20-_XRKL (:, #&, *$#*) .$' !!%' %,A;?CGKu#535#6%#535!3#&'#5''6!53!#3#&'#5'635#35!35'35#&'7"#".=#'67+367!#6'62767#267&._xMtՁZ%9(&7G1E 3+:MwP{9b([:G3C%R! 2 4 52-TGQ(&fJ'Iye?<`{ [2 77=5@7==7-*"+|lC3).S='3VV@=7C<.)w""!'01z  6K "&,28>67!35#5#!35#%'67!!!#5#67%&'7&'7&'77,(60SK B)1L(LAA@P K 6F7@M>T:b1010syyyGG#?3.\?%(ss"]t!vbhs ql`y|_ng$tb K .S67!!!7!5%5!)5!!5!!5'67!!!#5'67;&'73&'73&'7&'#5!#+&&K S   .WK g+XL2KGA(2~ GE,# /@U>5$NN*"IIII5EEE =s@@Cb  ? j48M/)&*9+#12(!FA0#,,4& K $*06Z67#35#35'#335##'6733677&'77&'77&'767#535#53533#3#&'#'ZMMMMMMMMD1Z.F py&< &\95 8 5 6 kEMH-FMG b#>10syysy() /?5,\o r`~gdi jdOj (9BCCBD[ K (8>DJP%!!67#35#35'#335##'6733733#3#5!#677&'77&'77&'7Vw________H1Z.F NML&= &j==< =9+'*710syysy() /?5,\D@@o r`~g[r jdWb ^[ K  $kqw}332>7!35%67#35#35'#335##".5'!#'673367!#"/#23:>7677&'77&'77&'7( ZMMMMMMMMJ !>8204;   D1Z.F pV&Kn""1N D5 -&< &\95 8 5 6?0&4Ad#>10p}}p}510p}}p}() /?5, xabQ?(piD^.E5D!so r`~gdi jdOj Wb K <BHNT67#35#35'#335#!!!!!##'!#'673367!677&'77&'77&'7ZMMMMMMMMEN ,J%D1Z.F pU$I I&< &\<< :< 8b#>10syysyCE䑃() /?5, <o r`~gdi s[Oj ^[ K (<BHNT367#35#35'#335##'67335!#!#5##'6677&'77&'77&'7tdTTTTTTTTD1Z.F z60LL"+!+&< &b9@ 8 ?5T.#>10p}}p}() /?5,\DDx66h8,Oo rjzehf fiaY ZaK +CIOU[ag67!%67#35#35'#335##'67337'67&''67!&'7&7&677&'77&'77&'7Z? BmXyBBBCCCCCB.T-B `)[G='+|DJ1DlWlr b#7 $Q 5 04/ 3 Hp S>%<7*syysy+( *?10\KE5<:I!733!'67%"/32>7#3:>7"#".5!RuCCC|CCCCC@+!#8 &N 4 *3' 2 8 @)O,A e7aH $?U@ #C2 [%% K 4,*EC+ Cb0110syysy;.36Wn z|rrym_nmb&TT OE$)+, /?10Y8Z ?A(Aw,? &F?$  /'0.27 !%K !0UY_ekq%!5!#!#567#35#35'#335##'67333:>7#".53675!677&'77&'77&'7(4MMaSSSRRRRRD1Z.F wt'o+'4 K A<5HH;L=&< &]:6956o+/+#>10p}}p}() /?5,\t  %(*0k!<>=#uuko r`~g[r s[Wb Wb K PV\bh!5!!567#35#35'#335#5367!!!#"/326=!#!#'673367677&'77&'77&'7?ZMMMMMMMM O/U >#WE" M'.D1Z.F pd7&< &\95 8 5 6ex||9#>10p}}p}A$? $D1Z.F pj<6eP3R__WM3I,<@,F4NQb#>10p}}p}8o r`~gdi jd?>N ICwBBvr4() /?5,fz.-mx5| B?][AAJJJD#7 $Q 5 04/ 3 b%<7*syysy+( *?10\:xxxQ""%;AZS(@(nZASSn wrrynamwYVc ]^K !04:@Fa#3735'35#67#35#35'#335##'6733#3677&'77&'77&'735#535+!#3#3!5M^OOOOOOOOD1Z.F sz&< &_9= 8 75ӂK:n*710p}}p}() /?5,\eo r`ehf fi"OY XF>x;x>A1 K !'-A|67#35#35'#335#677&'77&'77&'7'67&'767&'3#"/326=####5'+'673367#5367!!353XyBBBCCCCCh#7 $Q 5 04/ 3 yqQd%qneN,@SHi't`7;.KH"B.T-B `_8 H N)uKb%<7*syysy10p}}p}() /?5,\6<CC>A:C0B o r`~gdi jdOj Wb K $*.4:@o67#35#35'#335##'6733#!'35#677&'77&'7#'67&'765!#"/3265#3#3!535#53Mt>>>x>>>>>C)O,A |fHɄ#9 $N 6 +4NC ! 3  >M7 kkzzkkb0110syysy+, /?10\5P:n wrrym_nwXW5 DH 04rk#V)C,U:s<7#Y}FFFFFFFFKK#: $T 6 /6. 4 60xP[6<&C-R.C he:%Kj0TM>$! P0G$S'{b%<7*syysy[`yn wrrynS{mcVc ]^/`yD0&+( *?10xUnq 11;As`;04VEK $(,;CIOU[g#!##"/326='!5!%67#35#35'#335##'6733535337&677&'77&'77&'767'!KӾ:,AA {;^OOOOOOOOD1Z.F sN;QC:C&< &\95 8 5 6F'=4_"@T+D+>M*710p}}p}() /?5,\AYYA<oo r`~gdi jdOj BDannK *8Aciou{!&'67#35#35'#335##'67333&'!5'67'67!5!&'3:>7#".=3&'77&677&'77&'77&'767'67KCBgMo<<< n@GDO0110syysy+, /?10\q{lH3177=%Hb/CXCCom5/#? %& /1/ 054l&< &_9= 8 <5b*710p}}p}P?0$ ?EbJH6ep* )3?X1BInF7() /?5,)I'6Y.=-27u*?$8$?!Wo r`ehf fiaY ZaK !%)hntz3&'#&'#!5!!567#35#35'#335#%5367#5367#53673!!#3#&'#5!#'!#'673367677&'77&'77&'7wx <XyBBBCCCCC M ~6M ML#B.T-B `Q; #7 $Q 5 04/ 3 7"<"3:XYY%<7*syysy=(1:4 ?42?/%:,-=oAM%,, 5+( *?10uCl+n wrrynamwYVc ]^ K4:>BFJY_ekq5##535##53533533533#+5#!#3#&'#5'667#35#35'#335##'6733677&'77&'77&'7/B>>L^KMKKM^PWMWMt>>>x>>>>>C)O,A |f#9 $N 6 +4+ 3 ssCI;CRRRRRRCAICo`CappaC`0110syysy+, /?10\n wrrym_nwXBDH GG K $(7PV\b!5!!5!#3673%67#35#35'#335##'67333!5&'735#535#5!#3#677&'77&'7;;OND^OOOOOOOOD1Z.F s959&< &a9? 8 NX^g-3 2%*710p}}p}() /?5,\A3XL NUb:Z>>Z:o rjzehf fiK $(,28>djp67#35#35'#335##'6733%5##35#677&'77&'7#3+&'#'&'767+35#5!53!7&7'6Mt>>>x>>>>>C)O,A |f裣9#9 $N 6 +4IN!UKT 3HJK(<)<>.9)b0110syysy+, /?10\{n wrrym_nwXUrCm n<MU >LfwKUATTVWXmaOL K +17=Cu67#35#35'#335#'6=367'&'67677&'77&'77&'7'+'673367#535'673#&'#Mf777n88888&USG -A2:w(g16z%@ )n#8 &M 4 (3(  >)O,A |LE"S`*8 ;7ZXG442H#> b0110syysyCEPK\zEg0|n z|rrym_nmb`Y+, /?10vC?+= Ct07!677&'77&'77&'7 FlC+ZMMMMMMMMD1Z.F p\g\wK$W X !#<^C6 &< &\95 8 5 6C#>10p}}p}() /?5,\yyyy==zcAA +o$ B;E=o r`~gdi jdOj WbK "(,048Gekqw}35#35!35'35##!&'767'>67#35#35'#335##'6733#".=33:>?&'7?&677&'77&'7zH 2 B#F;Mo<<-#8 &N 4 *3K;BGK $+Ear& V0110syysy+, /?10\A786 $'$> +#4P=3C n z|rrym_nmb N $(/5;AE67#35#35'#335##'6733%5###3677&'77&'75373#67327#"''67&#'67&'765!&533&Ol999s99999@)O,A UMMHDZ#6 $L 3%1g9 %-?!O  CG5Zv+X&/F0 <DK!b%<10syysy+, /?(9\>B^n wac_ktX(AA64JC̔mÎ5M!fu&};6JbO K9!#II#@K $-159=CIOU67#35#35'#335##'6733%3#5!#35#3575##3677&'77&'77&'7!#"/32>7#'67.''676767&'767#Mo<<13: lq w~gW :0?03Kb0110syysy+, /?10\U,,dhh:dd:hfn z|rrym_nmbVc ]^[uZ.Coin78K0A +0B(!!4-iX_K#'+/3BJPV\u%###35#5!#3#"35#3567#35#35'#335##'6733#326677&'77&'77&'73673#3#5##5MB4?r~@~t(FjjnMf777n88888>)O,A |L&4#8 &M 4 (3( 1 MGS?nCtI'BBfU*w0110syysy+, /?10\*^nn z|rrym_nmb`Y TR1TR+f,@EK"&5nrx~#36!5!#!#567#35#35'#335##'673373267"#".='67#535#53533673#675!677&'77&'77&'7+:)WMMpMo<<.L;L9AA4-8)HE;0(-77LLn z|rrym_nmbVc ]^ K $*06<i67#35#35'#335##'6733677&'77&'77&'7#3#"/32>7'6765#&'7'6735#5!#3#"/32>7'6767#&'7'6735#5Mo<<8TEq^}v32g߹5PPPPP0HH0110syysy+, /?10\n z|aym_n mcTd RZ2D!==Y= =510K $(59=AGMSaew}67#35#35'#335##'673335#535#5!#3%5#35#;5#677&'77&'77&'767'675!26=#5!##"/?&Mo<<?RR?54?n wrrynamwYVc - 9.9A~~(K !'+/37GMSY35#535#35#35675#535#67&'767#35#35'#335##'67333677&'77&'77&'7653533#;3##67&'#"/326=''67Ǫuuu#J<&932Mo<<KNN!L:N֩/59D(<0110syysy+, /?10\n z|rrym_nmb?MB <3VVA>@>:-A'I1C0=PwQ.C(PbK5'//%K $8<@DHV\bhn67#35#35'#335##'67333#5##5##535#5!#5353753535!#5!5!5!5!5677&'77&'77&'7XyBBBCCCCCB.T-B `SKJK}}}n}}}YMYm#7 $Q 5 04/ 3 b%<7*syysy+( *?10\w,AS:Qn wrrynamwYVc ]^K $(,04Cy!=#3!5#"&=#'67#73567#35#35'#335##'6733&'7#5!5!#35#53&'73673#3#3##"/326=!677&'77&'77&'7h $^39 v$U _E Mo<<S*[J FGͬ>__>l] O=#8 &N 4 *3) 2 W77S, (8+-@t24#Ok44I0110syysy+, /?10\IB-?44>,7.% !%>4q4?TK$A &O?F?n z|rrym_nmbVc ]^ K #'|3567#73567#35#35'#335#3#&'3#3##5#53=353&'#'67&''+'673367'67#53&'73533'6677&'77&'77&'7\?C7Z4@Mo<<>=AJJ!ZZan z|rrym_nmbVc ]^K $)159=EKQW]ntz~67#35#35'#335##'67333&'!&'!#3735!5!#!#5677&'77&'77&'7.'!#'677&%'65!Mo<<z?2."2"3424Bb0110syysy+, /?10\'%*E!!&dL(f(n z|rrym_nmbVc ]^PhQDBOlDOMaOECKKK !'+/37FSW]ci}5#;5#!3=#37#3735!5!67#67#35#35'#335##'67333533533!#5!677&'77&'77&'73&'#5!#3!5SSSTTTSS7#&'76=3533#!"#33!53=!Op;;;v;;;;;A)O,A \XLJ41!GmmEmmmmDDDD#6 $M 3 '1}0X&+@0 $N! 7-`mm#+b%<10syysy+, /?(9\y7677&'77&'77&'7O O [<4D&hJ/7!C"7 B  ?"'<'*JJ6J.*58!9>< y BVSmitjWki[PY[OEJJE I,KQW]!5%!5!"&5#'6#5353332675'67"/32>7!3673!!!!%&'77&'77&'7EE8;26=\NNI 95$C U:( > Pn-) A J? F=.JJ7H=nk>F[ . $ {dRi BZU/4*H8>>t0c_ [hWQj>">GG>$CIOU[!5%!5!327#".5!'>5!!#"/327!367#5!#3!!'6&'77&'77&'7F::  <   *4=.$M',!Q;$A  }<&;#8H6@51111Ihu#NpP2Jƿd+o < 77+\TKUCW OL H?DD02/4HI%+J73###!67'6!5%!5!&'77&'77&'7"/32>7!367!!!!!vvK ?*>TT < T9P7U:( / P_,q<@J$< nq72JJ7HXk f^OYYP"=HH=x BYV/4*H8>>u0)H \!5%!5!'6&'77&'77&'7267#"'!!!!#"/3267!3673&''%&'77&'77lB"7A4 C @$ > $O  D* A;J;Sf!%Y OP@KK+K5%:A3C>}44.4hdXTbSW UV NGJL&<++<13C9,5.rCDh!5%!5!".53673:>7###5353677&'77&'72>7!3673!!!!#"/&'7#''P=KpB!! F20LL?%>&| ; 8  f N [($)g8:C.JJ7H ,m:=? Y &!'433BBkltkqQ [hH>GG>5YV//04%8>>5 < WQUNJ (.4:^5#%!5%!5!!#3##"/326='67#5677&'77&'72>7!3673!!!!#"/&'7'~''<H8??=\N e&cS =%n:6  f N [($)g) 99iJJ7H;BDU+B/xAzD[|smXk pTH9L8M5YV//04%8>>5 8 9oJ[IJ .4:^&'6!5%!5!'!767&''!67'67##!&'77&'72>7!3673!!!!#"/&'75'D'2222 365="< Lcs;7 f N [($)g+ 9BuULzZDJJ7H5N>[evUn;m9N2KOwh @4\f `dHDA=I5YV//04%8>>5 9 I_RR(H U}!5%!5!'6&'77&'7'673367!!!!!#"/3&'73267!'67&'767#"#".=!#"/3267#3267kA"7@5 B @*>F  m_|OMAAD:G = $ !"Y!\S*+M:/ D 60,YKj #"H>"%*.n&L((+(ODCTD<?B;75=5Sm 7!3673!!!!#"/&'7 LLBLLL[''aBGLGE%>&| ; 8  f N [($)g8:CִJJ7HX8?kltkqQ [hH>GG>5YV//04%8>>5 < WQUN <I"&EKQW!5%!5!!67'67##3#3#3'3#"/32>7!367!!!!!%&'77&'77&'7TTR,>&= H6666666U:( / P_, ; I: E8.JJ7HBKtk!?**A BYV/4*H8>>u0qQ [hWQj>">GG>)E U!5%!5!'6&'77&'77&'77!!#"/3267!367!#53&'73&'73673#5!!!!xB"7A4 C @$ > $M;J;Sf!%f NC,C*"-F!N T44.4hdXTbSW UV NGJL&<++<.rC57)>?B713Ԕ', J (.4X^!5%!5!&'7'67#67'67#&'75677&'77&'732>7!3673!!!!#"/7&'7:}KW/ZI/M?K.2R: n5=J2BP1I8:"h89 6 3' N r&"'eN4.JJ7HOL2MM&D6AI8D-IE.@<1Z}wh\f i[I_dAZU/:%$58>>5 7(Q4=I J GMSY}35#5#%!5%!5!'#3#"./32>5##5'67#'6735#53&'7367677&'77&'72>7!3673!!!!#"/&'7WWIGz    cI;^&u?PE VGDGP!:"d73 u N j($1U 5$}=@JJ7H}UiS)D.OPvaCr*A91:><< 65buwh\f `dHQ4=I5YV//04%8>>5 4I_ST *7%)-{67#67'67&'!673!&'327%!5%!5!!!#"/3&'7!.#'326='675#535'673&'33&'73#327#"'!!'6&'77&'7H0 ?lF aP`XQF=Vl # > <>G:G 6H! B}i\NW =lMLF)DT'R]"3U5!%< QA"7@5 B @;++$+94 2=: *9c""+!p]<+#\8#3:7)2 0 /<9>7- .1+75'+TtODCTD<?B;75= J17=a735#67'>7##!!5%!5!3!535#'673533#&'77&'72>7!3673!!!!#"/&'7 ="<IU''eSF3G EI}};7 f N [($)g+ 9B(:wh5wJJ7HCC\: @nnAQ\f `dHDA=I5YV//04%8>>5 9 I_RRJ !qw!5%!5!%5327&'3#&'77&'732>7!'67#"#67'6736733&'!5!&53753673!!!!#"/7&'7: ˣ &3" XV85 6 5 % :  HM5v ? EGH,&#N r&"'eP5.JJ7HAAĘF48ZCG\f i[I_aEZU `&8 @=.C~ ȖgPC~P&9JH:%$58>>5 5*DA=I JQWz!5%!5!35'35#35'35#'367'#"/326=#'#"/326=#'>53>5&'77&'73267!3673!!!!#"/7&'7N  2A@@@@???A4", "2!B)52!B*6A23 0 - N zk&"#ZI..JJ7H]< A]< AC#DOrnD,l2D,n4El5C&^e `dI_k;Ow/+44%8>>5 5*8MM8 J 7=Cgm35##36735'35#!5%!5!##5#53'67+3673#3533677&'77&'732>7!3673!!!!#"/7&'7WWVVG E eWWW\K=/c(,GdLŽ+tK\:"h89 6 3' N r&"'eN4!sv+K=9v>5 7(Q4=I J3AGMpv!5%!5!53533'67&''#'67673&'767#67&677&'77&'73267!3673!!!!#"/7&'7N  M&J73 G !c'@+V#@ O*5%2+:.- k+(}"4"d23 0 - N zk&"#ZI..JJ7HAXXA ?:XHW-B7Kil%>0%;$/Z,9EJOJdE/6:cjmrn^e `dI_k;Ow/+44%8>>5 5*8MM8 J @Hp!5%!5!#5!%35#&'77&'77#"/&'732>7!3673!!!535335!67'67#"/326='6753675^Hj84g&"'e 6 3' x O mNkGEZ<:"9;Z B$NITzVz8).JJ7H9_\f i[HQ4=I͂5 7I_dAZU//0$58>>>PP><DJPt!5%!5!%67&'77&'77'6536=#53533#3#&''67677&'77&'72>7!3673!!!!#"/&'72ױ5A AA`@!7@7KI;0/H)y*z="j;7 u N j($)g& 97.JJ7H>4C4aTCucBG^uli{@ !?77? @<>:7C{V>5 8 I_TQ J 8>Dhn#53'35##53'35#!5%!5!5!5!!3#"/32>7#'67677&'77&'732>7!3673!!!!#"/7&'7lABB?BB ud  #$0Q;+  G%':"h89 6 3' N r&"'eN49y9yJJ7H==AA? }n' B>5 7(Q4=I *6 #)kqw}&'!&'!5%!5!/67'67'67'67!!#"/3&'73267!367!#53'6=33'6=33#5!!!!'6&'77&'7hG7y$nH6t{@)C>1?k?)C>1@PAD:G = $ !"h HJ :|EJ ?Hp cA"7@5 B @- EM EM((+(4> D44=>93= D24=D#|[<'%(;09 1($+!H%4,()+!J$2‹ #ODCTD<?B;75= J HNrx!5%!5!5#5##3#'67##53673#5#3673#3#3#367'67!&'77&'732>7!3673!!!!#"/7&'7:sssssssG$l97E I C!^C dojjjjd :"989 6 3' N r&"'eN4.JJ7Haadd:h&Kv*2 6iSC3>19>5 7(Q4=I J !'K~!5%!5!35&'35#'35#35#&'77&'77#"/&'732>7!3673!!!735#'273673#67'#5##'67#53&5#5PX(2)NNOOOO84g&"'e 6 3' x O m=*TDį FW& >L6Z,:"(FIe9ON.JJ7Hk;00;ke7ae\f i[HQ4=I͂5 7I_dAZU//0$58>>.]A-A `@EMAGB5MQwh,,mCIMAELaa *? 4`35#327%!5%!5!53533'67326=+5!##"/%"&='67#53533&'73#33267!!#"/3&'7!367&'7!!!'6&'77&'7 # > Ml97 @ SKw"0-G$XA0Id 7+'(D &C !"T<>G:G 6 &A) :B aA"7@5 B @l(*9c""+!b1,,1)1A8~~@'/4 Eo==~8JJ +-8A('( p]<+#]#( tODCTD<?B;75= K #ntz#667##3'35767#!5%!5!735#!!#"/3&'73267!367#5'#5''6!53!#3#3#3#3!!!!'6&'77&'7A_JY1K'W ٣j{>?9D > $ (%I"$\=MP|HB"7@2 B n@đ>D@W+-:!e .v$r wX<%((;.69! 5!'߸=(HKK<. $!$ . rOD?L>B D=A15= *: 9Vrx~35#67#&'35#327%!5%!5!#3#67'6753>75+5!'67&''67!&'!#5!!#"/3&'7!367!!!'6&'77&'76G)7@2C@a # > 䊇*p&F 2XKw vK.-,`?? 8MU\ !K<>G:G 6 O RA"7@5 B @3=oa8"*9c""+!%0/2%4~/ +-? /-!/{|Zp]<+#] tODCTD<?B;75= *= z67&'&'327%!5%!5!!!#"/3&'7!3>7!#53'673#3#3'67&'7'67&'76737#537#537#533#5!!!!'6&'77&'7*!#77:3!4<$ # > P>G:G 6 H;e]L/1;#71@1-2$@4-:$*G"$.3";H{ UA"7@5 B @iN*9c""+!p]<+#]| ; 0)0)$$&)(( '%)0)0(;|tODCTD<?B;75=(4 6<BHNw{%2327%!5%!5!735#!!#"/23&'7!!67#53#!!!'6&'77&'7677&'7&'#5'767&'767677&'753535367&'7&'#5'7>7&'!5!767677&'7*= ˀ<?F:G$9 .qNB!8A5 B @ 7 3E@~7 %5$+8/2 504PIi.%0 +%6 4EA~7K! )'7/2 /54PIi ."- 9-'U%v,cW:(=  nD>;O;69930/5@CIA =@ 2 !-5 "17, /3S< #DL*>X((((C((>:@> FB 2@,0&-7, )9S<@P:9<> &+06EUz&'.'675&'75#&'7#767%&'=#735#3533#3+#735&''3&'#.''>7+35#5'673&'#0-* 3gC * ,'Q *,)3$A=7IP_"uDK4*@@+m:GfU;NN; RD@Ui+<0\v[\)26sHA!sGFt!A#rHJ !!?e}b@$ J4N &*1AE&'&'675&'75#&'7#7675###335&''3&'5373#67327#"&''67&#'+#3533#365!&533&(- ) 0^7")+&I%1 1rIIAE&Q,#(2Jd7"+?N A>Tp+S$,C8B~M()CGAC30Q Ve\.7B^ 48UQ:bW&26AA64JCÜm4K!iu#\Z{:6I+D@Uv`#II#*A $3W'6!53!!3%5#!5#;5#%#3735'6733#67%:>7"#".5367V9LvPxקçKTV#K_   F .&&)-( Ku}`='3VV@Y9YYYY A ;Z<A51 ) ))*2Ap!>8D z A  $(,0DJYv35'35'35#'63533#3%5#35#;5#'#37353!53#53533533#7&'6733#677"&5367326767'o,=&Mkf8;v8888B<]<:..KK330qK/I% !EKK*!`6B(,:5 6 q?3Jz%;qqnn7"[ħKhG//,?M:Y+f8M11) Y;?^ T9L $yGMկLy+xHM;I9j}|@   E ,'NNNNNo<<<<990)*)2L@/DH9??>4Y <'<԰q>m 0DJ9??9IC/EN>0/7p(j%349jj+--@ A!%)-<35353&'#67#735%5#35#;5#'#3735'6733#677"&5367326767&''67'!'63533#367#53&'73533'673#&'3#3##5#535#'rE*=/hb(@)!WD %)m8;v8888B< !EKK*!`6B(,:5 6 `56-Q-,=&MkfrD_3/<8-7WIX7@">(:d@k 88BBJ7wZ)k21$>d757F%.YYYYA QZ<B--0Z,28yUR? 4e-.` 4B:.3VV@YAO?V8DLLAOD?KE> I=@}}@v/2215%767!'67!5!5!5!5!5!53!!!!!!!&''67&4No~QV_ntOsTsO%$Xźʢ^0E7;MI3?Rw>W-#7?$ =w`8H;::ZX>4;>E<==K&-.1("Kn*$#30)#%;aU.(A/7O,>%H*A3#=c=OaU.(A/7O,>%H*A3#=c=O5!53!!67#5353!#&'#'67#5353lCB1'7K2X',9*%|Pv q/kxK<|/]8KAm0>KAhv4N_JzBc\=]ۡ"ZZAAA@j7AA;?CV#535#6%#535!3#&'#5''6!53!#3#&'#5'6!5!!5!#5367+5!!!#5-^xKpՁV-.'#35#35%#335#35!53533533#3!!#&'7#'67+!5!535NNd?ݲ~%|ypO?dCbeebePPIE.><NT|7N!MG!C 045$>`^t\=G[=MB-A Q=[G=\t^`>&<+3(.FLQC([,=,W9V.;,)7 &,2Qq3#"/3265'&''$73&''67&''67&'7#.'#5'67#535'67'>7#'>7!#"/32>7#M"F&ES434 HD]EG!C /2,(#>]]>%'0*3"(BEI?!>/Y9^3Z0:0[<?5!( lRAR\&< T+)z:M1/'8 (4@wpE 9  $*06<35#!!!!5!5!5!5+!%5#!35#535#67%&'7&'7&'79]]Ny9M@=>Q H $/F3">OO">NWI@=;Q3B@O@LAWN:IH|95=F355-5b5b55HBK@FCK?m 41,')=)0Vq.81>?G!BG J?$;J>18._&<>r(2'%>=- , 3LRX^d75#35&35'675#3#5!#33#33333#3%'675#535+!+3#6677&'77&'77&'74$mm6m)4&6m?HHFFjE`J`FjqiUfBAfI'> &b>D = D9OS4,O=/XJIT (kw??TYb< @K:;i;:Dhn xe]m p\Sc \ZLV RPa '+=AE%#3=#5#!"#"&=##!5#5!'35###3:>7%35'35#tdzK 'LA?PLIn9+)7 jff.pp:T/19 P8@T:pBV(  jj7f $4!5%!5%!5!'!!#!#5#'>7#5!5!3##5##!3!,pppI"'IM*Lj [F8?O VK4dKL*K==o<<3<IZ d*N&I  2-@(<;KK;G8"+8/9"+9/8"+8/9"+9/@ |!"?38@|""?6ʎr9ۛ.= =A735#%#3&'&5#73673327#"&'##5#'>53&'73&#3D,1[;-F)0b   = ,*.1 Pb>P,O_''b''{N:P&zEf&=+*]H!+ *3`5555-30?}}L8),/?0++#KQ`7!5!%'>75#5367#&'#"/32>7#'>7#5!&'7!5!53!!67&'67'6=3!53#5!A)IC-4(7 4.!% T [I:H a 1P3u+;~(,88c>rL NN_-8 J28 k_6CGQ(@c<: ?XX? ": C@T 8 .c-)Ew#Kekq7!5!%3####'6=3'32>7#'>7#5!&'7!5!53!!67&'67'>75#5367#&'#".#!'67%&'&&KKJm;r:, T [I:H a (P'u+;~(,88c})ID)2%7 % &@H"C!@+?.;<9.b.c5DHQ(@c<: ?SS? ": C@T 8 8&#;C05 m`!h OckWfiR#P 0dw~!5!!5%!5%!5!7'675#5367#&'#"'!53&''653'3267#'67#5!&'7!5!53!!67&'#!!#&'7#'67+&'6=sEEE .J@+1!6/0=C2t9qD$!Vq`!P# q6/w+J,lY>bopTbG/G82t !!F!!%!5rp+6%&SK%/4.b3%CA4/^8<==<6 e24[ 71$!/"8 !&Y<A'KW67!67!7&''&''67#!5#!!&''&''67!5353353!!53#5!#3o$7 EBo$7 EIC)>H+A!&H+A!&z++y -@ )1AZk%3535'35#'&''!5&'&''!5&3!53!3!53533533#53#5!#36765!676d!!290F?CAD 3 A+/*%$$/ *%(>A+/OBBAA>>"$"5,,xGe"$#.G"$$2Fg"$#.G->"&26DXh!&'5'6753#5!#37&'3535'!5&'##63&'!5'6!#"/326=###3!53533533#HUDB'+% +5LȱH?CAD:]axۙMC -@!)9Rcuy'&''!5&'&''!5&35#!#53!53533533#53#5!#36765!67637#537#5!#33!5!Q!!JKMݳF?CAD 3 A+/*%$$/ *%(>A+/||+c+AA>>"$"5,,xGe"$#.G"$$2Fg"$#.G|=iAAiA/< ASe%!3232667#35'35#!#".5!5!3!!!!!!!!53&'#53533#3"/326=##!~\h-"R?- 87.595BPLB??s 4M4gz"A4 IB& %=CB:A:2>R'@VV@?:>CGjC#3#53^ JV{{h 3#73#hP

4&#"YJXSAc7K{`Jz~Yl@0k`bkKY8D>:C%^6T'8? '{IS^V6jC@O'CPLC7]9?L./%7 3#V BPu/ $673#&PoiMMi XXs/ #6'3oiMMiXX4'#'7'737$H$$H{{>>{{>; !!#!5!&B&@*@*n73#edJH;5!H@@353^K #KXV   &26&"pcccnFK!#'%3 P|B&632!!5>54&#"jp{g*SOigImȦCCWGJE!32#"'732654&+5%5! 'ovqWYW]aaiZCfar{4A2VTGE>%#!3##5!53&bOhOyAA !3632#"'732654&#"#!@Oo|lZV\beWRT9F#tjz0B/]ZMQ.z632#"&5462654&"nCJvtz~=XehgfCHowee\QaaQ[f !#5!yTaCq$!+2"&54675.54>54&#"2654愒YSEMRZ[QPYXN`big`Ox31_pp_Ac\7>54#"53~.#D#.P5&%''&pxW#WL$8-*.:$,E79"f#{{hx+7%##"&546323533654&#"327#"&54632#326=4&#"T1SJ[YLQ3Ni jO$^ӡ8;12::23qBpefoA9@Q80DФΦr[MIBBI; 33#'!#^XMM}&!%!"'63 4&+323254&#"jhbf![OciOQJ8Qfp;==YbCIG r><  &#"327#"&54632XiiXbǮbh99<@ˬ@/ 3 4&#"#"'63240;C;^]]^ >ֽ !!!!!J}@CC !!#!cyP@C*!#"&632&#"327#JqϴcZgYJ7X<;6! !3#!#%PPbP1&i!3V&#"&'73265<.ei_\K(!BHu 33 ###GhbbPEc!!mjDK3333####QTPKH&T{ ###33SpOS&[[Y &6 26&"B T !63 !"'3254#"mz1OHJGDMb jz "326&"&6 #.}}||Bk_K|(_5槧UTͪw*\@O=3632#'.+32654#"dnRK-,XTU5Nwp?<g_LfjH#~ML "#"'732654&'&54632&񱮏vli~Z_Rd{onsd*#iX`h?B>E@nti5!<<w3V*#'sC*'632#&'##"&546;54&#"326=#"[msdFqEMX=?NeV 95Ko=sx/[fGE(5.9PFRlK<./1fE8F"33632#"'##4&#"326"I:xfvwe{9FWMH\^FKY]`Vdno_`nm"327#"&54632&^joYKDOXzXOFnc`r";#{#=##'##"&546323326=4&#"F9{ewvfx:YKF^\HMWV`]9emn`_on%327#"&54632%!.#"AhUTPXfusp|fTWMO]Ub(9*|~ :W^_354632&#"3###Z]8,%)@3K9]Z<7D9\w{`V]ki]\jg!#4&#"#33632H=JBaIIFs]Z)aKqI_mv533NNNnn$7 '265353VN{-N=Dk d\nn$ 3%3#%##mbAbI?!3N>!336323632#4&#"#4&#"#F8Qg%5bQLH.7/IH/7.JIQ[``_i6[E_C6ZFhJ!33>32#4&#"Fc8][H=JBaX-5mv)aKqI"264"&462Gaaa@苋ooo$33632#"'##4&#"326F8|guxdx:IWMKYZJKYV`Zflmablm$###"&5463237326=4&#"I:xdxug|8YKJZYKMW,Z`Vemlbamla "#33>́KH0?}bt7Z rctuETuF4F!_4'>537'67!5!02*>0q3EF"'4#T==XL 7'>7#b R,0$J>F?h`UXi=_{3'>=##5353~`]>>>Qt7'67#53533##"'73265u$aR>JJ-%+( KN6v=}}=@&< Fc%'67'7'77U38$=#Y \= !`7X$?&N?S ' %3!53#53XIG>>>f/ !!535#535#f%/>=S<'>7 &'7&'7IV5<qG7 7!> j޵6 eq }/B5!/BLL='>535!'670=0F;a6V!1A]DDq)k/ #'>:-_HY^ hwkN$F+<#3'65##353DGBGF?_99 3!53#5!~dsFFFF)%#"/3265'67#53533#k6,7+) _s*eF__pQ. D (^؍>DD/ "/32>=#'>7#536533W4:/# :?;87hjD F =h+`Fb>o19y -7'7'7'777/ H  H F  F  F F 1'63'67#l;W Dۍ|5,%?=E3'67!#'>5#V=##5#53533533#KP)DJJDFJJ1dX%P@FF@j6 '>%7&7&'7FYsd}MIYYvGbYRi "I~B%B% C!,5!&''67\@DBG:A9Sm%m HH8ypFv2 7327#".='7537'67 &TTb`63a lF 9&=EXFF"af G$TGa=$nA7 '>7&']k?FGv&%E$%G+ԣ.63'67&'765#.V C@t:JM'CACd0-*E?LB<:Aq('>7#53=#5273#<=FF8>Q+D F FVC%F- '>'7&'7&EEk\l>A A AAԦ-F)n[( #5!#'>5!OV$F=2FF1B,FFu &'#3s{GG0DW?O.@*#'>=#5353ʙVe#8=!HDI4GZI475!5!4JKKWKK5767!5!&''67&r2?<=cQB53A)P wO98RVFFۧdY4n<]BSS&3&'#'6!5353+ILD3)ZHCR^ӕHFebb4=|;-EFD'6 a| J!JO=6 7'%EBH&BUDwP BnW7327#"&5367#1_dmpI32&&#"C$!%).BT: / );įVq99p6^p_| !7&%'653265#53533##"N>,!?"A2?*>#F-) F)FFL,47>7!5!&f=(9W jL"$?Pj5FbGGSdn? &'7&'77&0B K C 1 K 2I 1I0$7&''6767&6A6+A ;&F%7jl I6 FFb  /&''67&'76TF?L74:6Jx+xFRC35L.豀i3n[?]5Jx(#327#".=#535#5!#333<=/.!ed^69) G 5YVFHH'7'77'67& tF 8';G-F,H0 dHjA*zI * %3!53#5!j``)]FFFA  !!5!!5!5!Am%JF D7 !'>7!5!7{|N.F&FF] '>533FS/GuF2F]8H #3>%53'>AmE,;F,>."  h B?)`\ #3>D‘GU{Y:7#!%3#F>F6? '>=##!pEyHgTA  '6'&'7FHN(KM}2K.h[NBJaYCW 7&?&A7/A$RA81B* "ZY D"[[ NBW"&4624&"2RrQQr/@..@rRRrQ@..@/L#5.546753&'67'$=#5354632&:)!,?XXskXV I@ABCDEGHIJKNQRSTUVWXYZ[\]^_ab        " # . 7 8 9 : ; < = > @ A B C Dj G H I J K N Q R S T U V W X Y Z [ \ ] ^ _ a  t   t      2  ! " # $ % ' + . 1 3 5 7 8 9 : ; < = @ A B C2 DB E G H I J K N S U W X Z [ \ ] _ a b            ! " # $ % ' + . 3 5 7 : ; < A B C D E G H I J K N Q R S T U V W X Y Z [ \ ] ^ _ a b   2         ! " # $ % ' + . 3 5 7 8 : ; < = > @ A B C7 D E G H I J K N< Q R S U V W X Y Z [ \ ] ^ _ a b       " # % . 7 8 : ; < = > @ A C D J N X Z [ \ ] ^ a     !"#%.7:;<=>@ABCDEGHIKNSUW\^_ab     !"#$ %' + .3 5 78:;<=>@AB CDjEG H I JK NS U WXZ[\]^ab   B    !"#$%'+.3578t9:;<=j>@`ABCDJWXYZ[\]^_ab     !"#$ %' + .3 5 78:;<=>@AB CDjEG H I JK NS U WXZ[\]^ab   B     !"#$'+.3578t9:;<=j@VABCDGHIJKNSUWXYZ[\]^_ab    VV` !"#$%'+.35789: <= >BCEGHIJKNQRSTUVWXYZ[\]^_b      !"#%.789:;<=>@ABCDGHIJKNSUWXYZ[\]^_ab      !"#%.789:;<=>@ABCDGHIJKNSUWXYZ[\]^_ab           ! " # 7 8 9 : ; = > @ A B D E G H I J K N S U W X Y \ ] ^ _ a b!!!! ! ! ! !!!!!!!!!!!"!#!$ !%!' !+ !3 !5 !7!8!:!;!<!=!>!@!A!C!D!N!\!a!b""" " " "" "" """"" """#"$ "%"' "+ "3 "5 "7"8":";"<"=">"@"A"B"C"Dj"E"G "H "I "J"K "N"S "U "\"]"^"_"a"b ##### # # # ###j##j#### #!#"###$#%#'#+#.#3#5#7#8#:#<#=#>#@#A#B#Ct#D#E#G#H#I#J#K#N#Q#R#S#T#U#V#W#X#Y#Z#[#\#]#^#_#a#b$$ $ $ $ $ $$ $$$ $! $#$$ $%$' $+ $.$3 $5 $7$8$:$;$<$=$>$@$A$B$C$D$N$\$_ $a$b%%% % % % % %%% %%%% %!%#%$%%%'%+%.%3%5%7%8%9%:%;%< %=~%@%A%B%C%DV%E%G%H%I%J%K%S%U%X%Y%Z%[%\ %]%_%a%b&& & & &&&&& &"&#&%&. &7&8&:&;&<&=&>&@&A&B &C&D&J&N&X&\&]&^&_&a'''' ' ' ' ' ''''''''' '!'"'#'$'%'''+'3'5'7'8':';'<'='>'@'A'B'C'D'E'G'H'I'J'K'N'Q'R'S'T'U'V'W'X'Y'Z'['\']'^'_'a'b(( ( ( ( ( (( ((( (! (#($ (%(' (+ (.(3 (5 (7(8(:(;(<(=(>(@(A(B(C(D(N(\(_ (a(b) ) ) )))))) )!)")#)$)')+)3)5)7):)B)D)G)H)I)J)K)S)U)W)X)Z)[)\)])_)a)b*** * * * ********* *!*"*#*$*%*'*+*.*3*5*7*:*<*>*@*A*B*C*D*E*G*H*I*J*K*N*Q*R*S*T*U*V*W*X*Y*Z*[*\*]*^*_*a*b++ + + +++++"+#+8+:+;+<+=+@+A+C+D+N+Z+[+\+]+a--.. ......".%...7.<.@.C.E.N.W.\//// / / / / //// /// /!/"/#/$/% /'/+/3/5/7/8/9/< />/@/A/B/C/D/E/G/H/I/J/K/N/Q/R/S/T/U/V/W/X/Y/Z/[/\/]/^/_/a/b000 t0 0 0 0 0t000 0!0"0#0$0% 0'0+0. 03050708j090:0;0=`0@t0A0B0C 0Dj0E0G0H0I0J0K0S0U0W0X0Y0Z0[0]0_0a0b33 3 3 3 3 33 333 3! 3#3$ 3%3' 3+ 3.33 35 37383:3;3<3=3>3@3A3B3C3D3N3\3_ 3a3b444 4 4 44444444 4!4"4#4%4.47484:4;4<4=4>4@4A4B 4C4D4E4G4H4I4K4N4Q4R4S4T4U4V4W4Y4\4^4_4a4b555 5 5 5 5555555 5 5#5%5.5758595:5;5<5=5>5?5@5A5B5Cd5D5K5Nd5T5Z5[5\5] 5`5a5b666 6 6 6 6666 666 6!6"6#6$6% 6'6+63656768696:6;6=6>6@6A6B6C 6D6E6G6H6I6J6K6N6S6U6W6X6Y6]6_6a6b7777 7 7 7 777777777!7"7#7$7%7'7+7.73757778797:7;7<7=7>7@7A7C7D7E7J7N7Q7R7T7V7W7X7Y7Z7[7\7]7^7_7a888 8 8 88t88t8~888 8!8"8#8$8%8'8+8.j8385878<8>8@8B8C8E8G8H8I8J8K8N8Q8R8S8T8U8V8W8X8Y8Z8[8\8]8^8_8b99 999999"9%9.979<9@9C9E9N9W9\: ::: : : : : ::::::::: :!:":#:$:%:':+:.:3:5:7:: :; := :@ :B:C:D :E:G:H:I:J:K:N:Q:R:S:T:U:V:W:X:Y:Z:[:\:]:^:_:b; ;;; ; ; ; ; ;;;;;;;;; ;!;";$;%;';+;.;3;5;7;: ;; ;= ;B;C;D ;E;G;H;I;J;K;N;Q;R;S;T;U;V;W;X;Y;Z;[;\;];^;_;b<<<< < < < < <<<<<< <<< <!<#<$<% <'<+<.<3<5<7<8<9<@<A<B<C<E<G<H<I<J<K<N<Q<R<S<T<U<V<W<X<Y<Z<[<\<]<^<_<a<b=== = = = ===j==j==== =!="=#=$=%~='=+=.t=3=5=7=: =; == =@ =B=C~=D =E=G=H=I=J=K=N=Q=R=S=T=U=V=W=X=Y=Z=[=\=]=^=_=b>> > > > >>>>>>> >!>">#>$>'>+>3>5>7>8>@>A>B>C>E>G>H>I>J>K>N>Q>R>S>T>U>V>W>X>Y>Z>[>\>]>^>_>a>b???? ? ? ? ? ??????? ? ?!?"?#?$?%?'?+?.?3?5?7?<?>?A?B?C<?D?E?G?H?I?J?K?N2?Q?R?S?U?V?W?X?Y?Z?[?\?]?^?_?a?b@@@@ @ @ @ @ @@@ @@@@@ @!@"@#@$@%@'@+@3@5@7@8~@9@:@;@< @=@>@@`@A@B@CF@DL@E@G@H@I@J@K@N(@S@U@W@X@Y@Z@[@]@_@a@bA?AC(A_BBB B B BB BB BBBBB B"B#B$B%B'B+B.B3B5B7B8B:B;B<B=B>B@BABBBCBDBEBJBNBQBRBTBVBYB\B^B_ BaBb CCCCC ~C C C C 7CCC(CCCFCC(C C!C#C$C%C'C+C3C5C7C8C9C:C;C<C=~C>C?(C@CA<CBCDCECGCHCICJCK CNCSCT(CUCWCXCYCZC[C\ C]C^C_C`(Ca<CbDDD D D D D DDDDDDDD D!D"D%D.D: D; D<DBDCDDDEDGDHDIDKDNDQDRDSDTDUDVDWDYDZD[D]D^D_DbEEE E E E EEEE E"E#E7E8E9E:E;E<E=E>E@EAEBED`EJEWEXEYEZE[E\E]E_EaEbFF FF F F FF FF FFFFF F"F#F%F7F8F:F;F<F=F>F@FAFCFD`FG FH FI FJFK FNFS FU FXFZF[F\F]F^F_ FaFbGGGG G G G G GGGGGGGG G!G"G#G7G8G9G:G;G<G=G>G@GAGBGCGD~G\G]G_GaGbII II I I II II IIIII I"I#I%I.I7I8I:I;I<I=I>I@IAICID`IG IH II IJIK INIS IU IXIZI[I\I]I^I_ IaIbJJJJ J J J J JJJJJJJJJ J!J"J#J%J.J7J8J:J;J<J=J>J@JAJBJCJDJEJGJHJIJJJKJNJQJRJSJTJUJVJWJXJYJZJ[J\J]J^J_JaJbKKK K K K K#K7K8K:K;K<K=K>K@KBKC KDKNLLL L L L LLLLLL"L#L7L8L9L:L;L<L=L>L@LALBLDjLJLXLZL[L\L]LaMMMPNC OOOO O O O O OOOOOO OOO O!O"O#O$O% O'O+O.O3O5O7O8O9O:O;O<O=O>O@OAOBOC ODOEOGOHOIOJOKONOSOUOWOXOYOZO[O]O_OaObPMPPQQQ Q Q Q QQQQQQ"Q#Q7Q8Q9Q:Q;Q<Q=Q>Q@QAQBQDjQJQXQZQ[Q\Q]QaRRR R R R RRRRRR"R#R7R8R9R:R;R<R=R>R@RARBRDjRJRXRZR[R\R]RaSSS S S SS SS SSSSS"S#S%S7S8S:S;S<S=S>S@SASCSD`SG SH SI SJSK SNSS SU SXSZS[S\S]S^S_ SaSbTT TT T T TT TT TTTTT T"T#T%T7T8T:T;T<T=T>T@TATCTD`TG TH TI TJTK TNTS TU TXTZT[T\T]T^T_ TaTbUUU U U U#U7U8U:U;U<U=U>U@UBUC(UDUN<VVVV V V V V VVVVVVVVV V!V"V#V$ V%V' V+ V.V3 V5 V7V8V:V;V<V=V>V@VAVBVCVDVEVGVHVIVKVNVSVUVWV\V_VaVbWWW W W W WWWWWWWWW W"W#W%W7W8W9W:W;W<W=W>W@WAWCWDWJWNWWWXWZW[W\W]W^W_WaWbXXXX X X X X XXXXXXXXX X"X#X7X8X:X;X<X=X>X@XAXBXCXDXEXGXHXIXJXKXNXSXUXWXXX_XaXbYYY Y Y Y Y#Y7Y8Y:Y;Y<Y=Y>Y@YAYBYDYaZZZ Z Z Z ZZZZZZZZ#Z%Z.Z7Z8Z:Z;Z<Z=Z>Z@ZAZCZDZEZGZHZIZKZNZSZUZWZ\Z_Za[[ [ [ [ [[[[[[[[#[%[.[7[8[:[;[<[=[>[@[A[C[D[E[G[H[I[K[N[S[U[W[\[_[a\\\\ \ \ \ \ \\\\\\\\ \"\#\$\% \'\+\3\5\7\8\9\:\;\<\=\>\@\A\B\C \D\E\G\H\I\J\K\N\S\U\W\X\Y\Z\[\]\^\_\a\b]] ] ] ] ]]]]]]]] ]"]#]%].]7]8]:];]<]=]>]@]A]C]D]E]G]H]I]K]N]S]U]W]\]_]a]b^^^ ^ ^ ^ ^ ^^^^^^^^ ^"^#^7^8^:^;^<^=^>^@^A^B^C^D^G^H^I^K^S^U^W^\^_^a^b____ _ _ _ _ ________ _ _!_"_#_$_%_'_+_._3_5_7_<_>_A_B_C<_D_E_G_H_I_J_K_N(_Q_R_S_U_V_W_X_Y_Z_[_\_]_^___a_b`C(`N``aaa a a a aaaaaaa a"a#a$ a%a' a+ a.a3 a5 a7a8a:a;a<a=a>a?a@aAaB aCaDaG aH aI aJaK aNaS aU aWaXaZa[a\a]a^aaab bbb b b bb bb bbbbb b!b"b#b$b%b'b+b.b3b5b7b8b:b;b<b=b>b@bAbB bCbDtbGbHbIbKbNbSbUb\b]b^b_ babb "F ) E o !"8 D i  R ) S  } B   ( @LCopyright(c) 2014 M+ FONTS PROJECTCopyright(c) 2014 M+ FONTS PROJECTM+ 1p regularM+ 1p regularRegularRegularFontForge 2.0 : M+ 1p regular : 26-2-2014FontForge 2.0 : M+ 1p regular : 26-2-2014M+ 1p regularM+ 1p regularVersion 1.058Version 1.058mplus-1p-regularmplus-1p-regularhttp://mplus-fonts.sourceforge.jphttp://mplus-fonts.sourceforge.jpM+ 1pM+ 1pregularregularM+ 1pregular2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a bcdefghjikmlnoqprsutvwxzy{}|~     !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'glyph1glyph2uni000Auni00A0uni00ADuni00B2uni00B3uni00B9AmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccentuni0122uni0123 Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflexuni0136uni0137 kgreenlandicLacutelacuteuni013Buni013CLcaronlcaronLdotldotNacutenacuteuni0145uni0146Ncaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracuteuni0156uni0157RcaronrcaronSacutesacute Scircumflex scircumflexuni0162uni0163TcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCuni01DDuni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217uni0218uni0219uni021Auni021Buni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236uni0237uni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0240uni0241uni0242uni0243uni0244uni0245uni0246uni0247uni0248uni0249uni024Auni024Buni024Cuni024Duni024Euni024Funi0259uni02B0uni02B1uni02B2uni02B3uni02B4uni02B5uni02B6uni02B7uni02B8uni02B9uni02BAuni02BBuni02BCuni02BDuni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFuni02E0uni02E1uni02E2uni02E3uni02E4uni02E5uni02E6uni02E7uni02E8uni02E9uni02EAuni02EBuni02ECuni02EDuni02EEuni02EFuni02F0uni02F1uni02F2uni02F3uni02F4uni02F5uni02F6uni02F7uni02F8uni02F9uni02FAuni02FBuni02FCuni02FDuni02FEuni02FFuni0370uni0371uni0372uni0373uni0374uni0375uni0376uni0377uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiuni03A9 IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03CFuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F7uni03F8uni03F9uni03FAuni03FBuni03FCuni03FDuni03FEuni03FFuni0400uni0401uni0402uni0403uni0404uni0405uni0406uni0407uni0408uni0409uni040Auni040Buni040Cuni040Duni040Euni040Funi0410uni0411uni0412uni0413uni0414uni0415uni0416uni0417uni0418uni0419uni041Auni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni0424uni0425uni0426uni0427uni0428uni0429uni042Auni042Buni042Cuni042Duni042Euni042Funi0430uni0431uni0432uni0433uni0434uni0435uni0436uni0437uni0438uni0439uni043Auni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni0444uni0445uni0446uni0447uni0448uni0449uni044Auni044Buni044Cuni044Duni044Euni044Funi0450uni0451uni0452uni0453uni0454uni0455uni0456uni0457uni0458uni0459uni045Auni045Buni045Cuni045Duni045Euni045Funi0460uni0461uni0462uni0463uni046Euni046Funi0470uni0471uni0472uni0473uni0474uni0475uni0476uni0477uni0478uni0479uni047Auni047Buni047Cuni047Duni047Euni047Funi0480uni0481uni0483uni0484uni0485uni0486uni048Auni048Buni048Cuni048Duni048Euni048Funi0490uni0491uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C5uni04C6uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04CDuni04CEuni04CFuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8uni04D9uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9uni04FAuni04FBuni04FCuni04FDuni04FEuni04FFuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni2002uni2003uni2004uni2005uni2006uni2007uni2009uni200Auni200Buni2010uni2011 figuredashuni2015uni2016 underscoredbl quotereverseduni201Funi2023onedotenleadertwodotenleaderuni2027uni2031minuteseconduni2034uni2035uni2036uni2037Euro arrowleftarrowup arrowright arrowdown arrowboth arrowupdn arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5 universaluni2201 existentialuni2204emptysetgradientelement notelementsuchthatuni220Cuni220Euni2210uni2213uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C proportional orthogonalangleuni2225uni2226 logicaland logicalor intersectionunionuni222Cuni222Duni222Euni222Funi2230uni2231uni2232uni2233 thereforeuni2235similaruni223Duni2242uni2243 congruentuni2250uni2251uni2252uni2253 equivalenceuni2262uni2266uni2267uni226Auni226Buni2276uni2277 propersubsetpropersuperset notsubsetuni2285 reflexsubsetreflexsupersetuni2288uni2289 circleplusuni2296circlemultiplyuni2298uni229Duni22A2uni22A3uni22A4 perpendicularuni22BBuni22BCuni22BDuni22BFuni22C0uni22C1uni22C2uni22C3dotmathuni22EEuni22EF filledboxH22073H18543H18551 filledrectuni25ADuni25AEuni25AFtriagupuni25B3uni25B6uni25B7triagrtuni25BBtriagdnuni25BDuni25C0uni25C1triaglfuni25C5uni25C6uni25C7circleuni25CCuni25CEH18533 invbullet invcircle openbulletuni25EFuni2610uni2611uni2713uni3000uni3001uni3002uni3003uni3004uni3005uni3006uni3007uni3008uni3009uni300Auni300Buni300Cuni300Duni300Euni300Funi3010uni3011uni3012uni3013uni3014uni3015uni3016uni3017uni3018uni3019uni301Auni301Buni301Cuni301Duni301Euni301Funi3030uni3031uni3032uni3033uni3034uni3035uni303Buni303Cuni303Duni3041uni3042uni3043uni3044uni3045uni3046uni3047uni3048uni3049uni304Auni304Buni304Cuni304Duni304Euni304Funi3050uni3051uni3052uni3053uni3054uni3055uni3056uni3057uni3058uni3059uni305Auni305Buni305Cuni305Duni305Euni305Funi3060uni3061uni3062uni3063uni3064uni3065uni3066uni3067uni3068uni3069uni306Auni306Buni306Cuni306Duni306Euni306Funi3070uni3071uni3072uni3073uni3074uni3075uni3076uni3077uni3078uni3079uni307Auni307Buni307Cuni307Duni307Euni307Funi3080uni3081uni3082uni3083uni3084uni3085uni3086uni3087uni3088uni3089uni308Auni308Buni308Cuni308Duni308Euni308Funi3090uni3091uni3092uni3093uni3094uni3095uni3096uni3099uni309Auni309Buni309Cuni309Duni309Euni309Funi30A0uni30A1uni30A2uni30A3uni30A4uni30A5uni30A6uni30A7uni30A8uni30A9uni30AAuni30ABuni30ACuni30ADuni30AEuni30AFuni30B0uni30B1uni30B2uni30B3uni30B4uni30B5uni30B6uni30B7uni30B8uni30B9uni30BAuni30BBuni30BCuni30BDuni30BEuni30BFuni30C0uni30C1uni30C2uni30C3uni30C4uni30C5uni30C6uni30C7uni30C8uni30C9uni30CAuni30CBuni30CCuni30CDuni30CEuni30CFuni30D0uni30D1uni30D2uni30D3uni30D4uni30D5uni30D6uni30D7uni30D8uni30D9uni30DAuni30DBuni30DCuni30DDuni30DEuni30DFuni30E0uni30E1uni30E2uni30E3uni30E4uni30E5uni30E6uni30E7uni30E8uni30E9uni30EAuni30EBuni30ECuni30EDuni30EEuni30EFuni30F0uni30F1uni30F2uni30F3uni30F4uni30F5uni30F6uni30F7uni30F8uni30F9uni30FAuni30FBuni30FCuni30FDuni30FEuni30FFuni4E00uni4E01uni4E03uni4E07uni4E08uni4E09uni4E0Auni4E0Buni4E0Duni4E0Euni4E11uni4E14uni4E15uni4E16uni4E18uni4E19uni4E1Euni4E21uni4E26uni4E28uni4E2Auni4E2Duni4E32uni4E36uni4E38uni4E39uni4E3Buni4E3Cuni4E3Funi4E43uni4E44uni4E45uni4E4Buni4E4Duni4E4Euni4E4Funi4E56uni4E57uni4E58uni4E59uni4E5Duni4E5Euni4E5Funi4E62uni4E71uni4E73uni4E7Euni4E80uni4E85uni4E86uni4E88uni4E89uni4E8Buni4E8Cuni4E8Euni4E91uni4E92uni4E94uni4E95uni4E98uni4E99uni4E9Buni4E9Cuni4E9Euni4E9Funi4EA0uni4EA1uni4EA2uni4EA4uni4EA5uni4EA6uni4EA8uni4EABuni4EACuni4EADuni4EAEuni4EB6uni4EBAuni4EBBuni4EC0uni4EC1uni4EC2uni4EC4uni4EC6uni4EC7uni4ECAuni4ECBuni4ECEuni4ECFuni4ED4uni4ED5uni4ED6uni4ED7uni4ED8uni4ED9uni4EDDuni4EDFuni4EE3uni4EE4uni4EE5uni4EEDuni4EEEuni4EF0uni4EF2uni4EF6uni4EFBuni4F01uni4F09uni4F0Auni4F0Duni4F0Euni4F0Funi4F10uni4F11uni4F1Auni4F1Cuni4F1Duni4F2Funi4F30uni4F34uni4F36uni4F38uni4F3Auni4F3Cuni4F3Duni4F43uni4F46uni4F47uni4F4Duni4F4Euni4F4Funi4F50uni4F51uni4F53uni4F55uni4F57uni4F59uni4F5Auni4F5Buni4F5Cuni4F5Duni4F6Funi4F70uni4F73uni4F75uni4F76uni4F7Buni4F7Cuni4F7Funi4F83uni4F86uni4F8Buni4F8Duni4F8Funi4F91uni4F96uni4F98uni4F9Buni4F9Duni4FA0uni4FA1uni4FADuni4FAEuni4FAFuni4FB5uni4FB6uni4FBFuni4FC2uni4FC3uni4FC4uni4FCAuni4FCEuni4FD1uni4FD4uni4FD7uni4FDAuni4FDBuni4FDDuni4FDFuni4FE1uni4FE3uni4FE4uni4FE5uni4FEEuni4FEFuni4FF3uni4FF5uni4FF6uni4FF8uni4FFAuni4FFEuni5005uni5006uni5009uni500Buni500Duni5012uni5014uni5016uni5019uni501Auni501Funi5021uni5023uni5024uni5025uni5026uni5028uni502Auni502Buni502Cuni502Duni5036uni5039uni5043uni5047uni5048uni5049uni504Funi5055uni505Auni505Cuni5065uni5072uni5074uni5075uni5076uni507Duni5080uni5085uni508Duni5091uni5098uni5099uni50ACuni50ADuni50B2uni50B3uni50B4uni50B5uni50B7uni50BEuni50C2uni50C5uni50C9uni50CDuni50CFuni50D1uni50D5uni50D6uni50DAuni50E3uni50E7uni50EEuni50F5uni50FBuni5100uni5102uni5104uni5109uni5112uni5114uni5116uni511Auni511Funi5121uni512Auni5132uni513Funi5140uni5141uni5143uni5144uni5145uni5146uni5147uni5148uni5149uni514Buni514Cuni514Duni514Euni5150uni5152uni5154uni515Auni515Cuni5165uni5168uni5169uni516Auni516Buni516Cuni516Duni5171uni5175uni5176uni5177uni5178uni517Cuni5182uni5185uni5186uni518Auni518Duni518Funi5191uni5192uni5193uni5196uni5197uni5199uni51A0uni51A4uni51A5uni51A6uni51A8uni51ABuni51ACuni51B2uni51B3uni51B4uni51B5uni51B6uni51B7uni51C4uni51C5uni51C6uni51C9uni51CBuni51CCuni51CDuni51D6uni51DBuni51DCuni51DDuni51E0uni51E1uni51E6uni51E7uni51EAuni51F0uni51F1uni51F5uni51F6uni51F8uni51F9uni51FAuni51FDuni5200uni5202uni5203uni5204uni5206uni5207uni5208uni520Auni5211uni5217uni521Duni5224uni5225uni5229uni522Auni5230uni5236uni5237uni5238uni5239uni523Auni523Buni5243uni5244uni5247uni524Auni524Buni524Cuni524Duni5256uni525Buni525Duni5263uni5264uni5265uni5269uni526Auni526Funi5270uni5271uni5272uni5275uni5283uni5287uni5289uni5294uni529Buni529Funi52A0uni52A3uni52A9uni52AAuni52ABuni52B1uni52B4uni52B9uni52BEuni52C1uni52C3uni52C5uni52C7uni52C9uni52CDuni52D2uni52D5uni52D8uni52D9uni52DDuni52DEuni52DFuni52E2uni52E4uni52E7uni52F2uni52F9uni52FAuni52FEuni52FFuni5301uni5302uni5305uni5306uni5308uni5315uni5316uni5317uni5319uni531Auni531Duni5320uni5321uni532Auni5338uni5339uni533Auni533Buni533Funi5340uni5341uni5343uni5346uni5347uni5348uni534Auni534Duni5350uni5351uni5352uni5353uni5354uni5357uni5358uni535Auni535Cuni5360uni5366uni5369uni536Funi5370uni5371uni5373uni5374uni5375uni5377uni5378uni537Funi5382uni5384uni5398uni539Auni539Funi53A0uni53A5uni53A6uni53A8uni53A9uni53ADuni53B3uni53B6uni53BBuni53C2uni53C3uni53C8uni53C9uni53CAuni53CBuni53CCuni53CDuni53CEuni53D4uni53D6uni53D7uni53D9uni53DBuni53DFuni53E1uni53E2uni53E3uni53E4uni53E5uni53E9uni53EAuni53EBuni53ECuni53EEuni53EFuni53F0uni53F1uni53F2uni53F3uni53F6uni53F7uni53F8uni53FAuni5403uni5404uni5408uni5409uni540Auni540Buni540Cuni540Duni540Euni540Funi5410uni5411uni541Buni541Funi5420uni5426uni5429uni542Buni542Cuni542Duni5438uni5439uni543Buni543Cuni543Duni543Euni5442uni5446uni5448uni5449uni544Auni544Euni5451uni545Funi5468uni546Auni5471uni5473uni5475uni5477uni547Buni547Cuni547Duni5480uni5484uni5486uni548Buni548Cuni548Euni5490uni5492uni54A2uni54A4uni54A5uni54A8uni54ABuni54ACuni54AFuni54B2uni54B3uni54B8uni54BCuni54BDuni54BEuni54C0uni54C1uni54C2uni54C4uni54C7uni54C8uni54C9uni54D8uni54E1uni54E6uni54E8uni54E9uni54EDuni54EEuni54F2uni54FAuni54FDuni5504uni5506uni5507uni550Funi5510uni5514uni5516uni552Funi5531uni5533uni5538uni553Euni5540uni5544uni5545uni5546uni554Cuni554Funi5553uni5556uni5557uni555Cuni555Euni557Cuni557Euni5583uni5584uni5587uni5589uni558Auni558Buni5598uni5599uni559Auni559Cuni559Duni559Euni559Funi55A7uni55A9uni55AAuni55ABuni55ACuni55AEuni55B0uni55B6uni55C4uni55C5uni55D4uni55DAuni55DCuni55DFuni55E3uni55E4uni55F9uni5606uni5609uni5614uni5616uni5617uni5618uni5629uni562Funi5631uni5632uni5634uni5638uni5642uni564Cuni565Buni5664uni5668uni566Auni566Buni5674uni5678uni567Auni5686uni5687uni56A0uni56A2uni56B4uni56B6uni56C0uni56C1uni56C3uni56D7uni56DAuni56DBuni56DEuni56E0uni56E3uni56F0uni56F2uni56F3uni56FAuni56FDuni5700uni5703uni5708uni570Buni570Funi5712uni5713uni5718uni571Funi5726uni5727uni5728uni572Duni5730uni5738uni573Buni5740uni5742uni5747uni574Auni574Euni574Funi5750uni5751uni5761uni5764uni5766uni5769uni576Auni577Funi5782uni5789uni578Buni5793uni57A0uni57A2uni57A3uni57A4uni57AAuni57B0uni57B3uni57C3uni57CBuni57CEuni57D4uni57DCuni57DFuni57E0uni57E3uni57F4uni57F7uni57F9uni57FAuni57FCuni5800uni5802uni5805uni5806uni580Auni580Buni5815uni5819uni581Duni5824uni582Auni582Funi5830uni5831uni5834uni5835uni583Auni5840uni5841uni584Auni5851uni5854uni5857uni5858uni5859uni585Auni585Euni5861uni5869uni586Buni5875uni587Euni5883uni5893uni5897uni589Cuni589Funi58A8uni58B3uni58B8uni58BAuni58BEuni58C1uni58C7uni58CAuni58CCuni58D3uni58D5uni58D8uni58DCuni58DEuni58E4uni58EBuni58ECuni58EEuni58EFuni58F0uni58F1uni58F2uni58F7uni58F9uni58FAuni58FBuni58FDuni5902uni5909uni590Auni590Funi5915uni5916uni5918uni5919uni591Auni591Cuni5922uni5927uni5929uni592Auni592Buni592Cuni592Duni592Euni5931uni5937uni5938uni593Euni5944uni5947uni5948uni5949uni594Euni594Funi5950uni5951uni5954uni5957uni5960uni5962uni5965uni5967uni5968uni596Auni596Euni5973uni5974uni5978uni597Duni5981uni5982uni5983uni5984uni598Auni5993uni5996uni5999uni59A3uni59A5uni59A8uni59ACuni59B2uni59B9uni59BBuni59BEuni59C6uni59C9uni59CBuni59D0uni59D1uni59D3uni59D4uni59DAuni59DCuni59E5uni59E6uni59E8uni59EAuni59EBuni59F6uni59FBuni59FFuni5A01uni5A03uni5A09uni5A11uni5A18uni5A1Auni5A1Funi5A20uni5A25uni5A29uni5A2Funi5A35uni5A3Cuni5A41uni5A46uni5A49uni5A5Auni5A62uni5A66uni5A6Auni5A7Funi5A92uni5A9Auni5A9Buni5AC1uni5AC2uni5AC9uni5ACCuni5AD6uni5AD7uni5AE1uni5AE6uni5B09uni5B0Buni5B0Cuni5B22uni5B2Auni5B2Cuni5B30uni5B43uni5B45uni5B50uni5B54uni5B55uni5B57uni5B58uni5B5Auni5B5Cuni5B5Duni5B5Funi5B63uni5B64uni5B66uni5B69uni5B6Buni5B70uni5B75uni5B78uni5B7Auni5B80uni5B83uni5B85uni5B87uni5B88uni5B89uni5B8Buni5B8Cuni5B8Duni5B8Funi5B95uni5B97uni5B98uni5B99uni5B9Auni5B9Buni5B9Cuni5B9Duni5B9Funi5BA2uni5BA3uni5BA4uni5BA5uni5BAEuni5BB0uni5BB3uni5BB4uni5BB5uni5BB6uni5BB9uni5BBFuni5BC2uni5BC4uni5BC5uni5BC6uni5BC7uni5BCCuni5BD2uni5BD3uni5BDBuni5BDDuni5BDFuni5BE1uni5BE6uni5BE7uni5BE9uni5BEEuni5BF5uni5BF8uni5BFAuni5BFEuni5BFFuni5C01uni5C02uni5C04uni5C05uni5C06uni5C07uni5C08uni5C09uni5C0Auni5C0Buni5C0Duni5C0Euni5C0Funi5C11uni5C13uni5C16uni5C1Auni5C20uni5C22uni5C24uni5C2Duni5C31uni5C38uni5C39uni5C3Auni5C3Buni5C3Cuni5C3Duni5C3Euni5C3Funi5C40uni5C41uni5C45uni5C48uni5C4Auni5C4Buni5C4Duni5C4Euni5C4Funi5C51uni5C53uni5C55uni5C5Euni5C60uni5C61uni5C64uni5C65uni5C6Funi5C71uni5C79uni5C90uni5CA1uni5CA8uni5CA9uni5CABuni5CACuni5CB1uni5CB3uni5CB6uni5CB7uni5CB8uni5CBBuni5CBEuni5CC5uni5CD9uni5CE0uni5CE1uni5CE8uni5CEAuni5CEFuni5CF0uni5CF6uni5CFAuni5CFBuni5CFDuni5D07uni5D0Buni5D0Euni5D11uni5D14uni5D15uni5D16uni5D17uni5D18uni5D19uni5D1Auni5D22uni5D29uni5D4Buni5D4Cuni5D4Euni5D50uni5D52uni5D69uni5D6Funi5D82uni5D87uni5D8Buni5D9Duni5DA2uni5DACuni5DAEuni5DBAuni5DBDuni5DCCuni5DCDuni5DD2uni5DDBuni5DDDuni5DDEuni5DE1uni5DE3uni5DE5uni5DE6uni5DE7uni5DE8uni5DEBuni5DEEuni5DF1uni5DF2uni5DF3uni5DF4uni5DF7uni5DFBuni5DFDuni5DFEuni5E02uni5E03uni5E06uni5E0Cuni5E16uni5E19uni5E1Auni5E1Buni5E1Duni5E25uni5E2Buni5E2Duni5E2Funi5E30uni5E33uni5E36uni5E37uni5E38uni5E3Duni5E40uni5E45uni5E47uni5E4Cuni5E4Euni5E54uni5E55uni5E57uni5E5Funi5E61uni5E62uni5E63uni5E72uni5E73uni5E74uni5E75uni5E76uni5E78uni5E79uni5E7Auni5E7Buni5E7Cuni5E7Duni5E7Euni5E7Funi5E81uni5E83uni5E84uni5E87uni5E8Auni5E8Funi5E95uni5E96uni5E97uni5E9Auni5E9Cuni5EA6uni5EA7uni5EABuni5EADuni5EB5uni5EB6uni5EB7uni5EB8uni5EC1uni5EC3uni5EC9uni5ECAuni5ED3uni5EDBuni5EDFuni5EE0uni5EE2uni5EE3uni5EF3uni5EF4uni5EF6uni5EF7uni5EF8uni5EFAuni5EFBuni5EFCuni5EFEuni5EFFuni5F01uni5F04uni5F09uni5F0Auni5F0Buni5F0Cuni5F0Duni5F0Funi5F10uni5F11uni5F13uni5F14uni5F15uni5F17uni5F18uni5F1Buni5F1Funi5F25uni5F26uni5F27uni5F29uni5F2Funi5F31uni5F35uni5F37uni5F38uni5F3Cuni5F3Euni5F48uni5F4Auni5F4Cuni5F4Euni5F53uni5F56uni5F57uni5F59uni5F61uni5F62uni5F66uni5F69uni5F6Auni5F6Buni5F6Cuni5F6Duni5F70uni5F71uni5F73uni5F77uni5F79uni5F7Cuni5F7Funi5F80uni5F81uni5F82uni5F83uni5F84uni5F85uni5F87uni5F88uni5F8Auni5F8Buni5F8Cuni5F90uni5F91uni5F92uni5F93uni5F97uni5F98uni5F9Euni5FA0uni5FA1uni5FA8uni5FA9uni5FAAuni5FADuni5FAEuni5FB3uni5FB4uni5FB9uni5FBDuni5FC3uni5FC4uni5FC5uni5FCCuni5FCDuni5FD6uni5FD7uni5FD8uni5FD9uni5FDCuni5FDDuni5FE0uni5FE4uni5FEBuni5FF0uni5FF1uni5FF5uni5FF8uni5FFDuni6010uni6012uni6015uni6016uni6019uni601Buni601Cuni601Duni6020uni6021uni6025uni6027uni6028uni6029uni602Auni602Buni602Funi6031uni6042uni6043uni6046uni604Auni604Buni604Duni6050uni6052uni6055uni6062uni6063uni6065uni6068uni6069uni606Auni606Buni606Cuni606Duni606Funi6070uni6075uni6081uni6089uni608Cuni608Duni6094uni6097uni609Auni609Buni609Funi60A0uni60A3uni60A6uni60A9uni60AAuni60B2uni60B4uni60B5uni60B6uni60BCuni60BDuni60C5uni60C6uni60C7uni60D1uni60D8uni60DAuni60DCuni60DFuni60E0uni60E1uni60E3uni60E7uni60E8uni60F0uni60F3uni60F4uni60F6uni60F9uni60FAuni6100uni6101uni6103uni6108uni6109uni610Euni610Funi6115uni611Auni611Buni611Funi6127uni6134uni613Cuni613Duni6144uni6147uni6148uni614Buni614Cuni614Euni6153uni6155uni615Auni6162uni6163uni6167uni6168uni616Euni6170uni6171uni6173uni6175uni6176uni6177uni617Euni6182uni618Euni6190uni6191uni6194uni619Auni61A4uni61A7uni61A9uni61ABuni61ACuni61AEuni61B2uni61B6uni61BAuni61BEuni61C6uni61C7uni61C9uni61CAuni61D0uni61E6uni61F2uni61F4uni61F7uni61F8uni61FAuni61FDuni61FEuni6200uni6208uni6209uni620Auni620Cuni620Duni620Euni6210uni6211uni6212uni6214uni6216uni621Auni621Funi6221uni6226uni622Auni622Euni622Funi6230uni6234uni6238uni623Buni623Funi6240uni6241uni6247uni6248uni6249uni624Buni624Cuni624Duni624Euni6253uni6255uni6258uni625Buni625Euni6263uni6268uni626Euni6271uni6276uni6279uni627Funi6280uni6282uni6284uni6289uni628Auni6291uni6292uni6294uni6295uni6297uni6298uni629Cuni629Euni62ABuni62ACuni62B1uni62B5uni62B9uni62BBuni62BCuni62BDuni62C2uni62C5uni62C6uni62C7uni62C8uni62C9uni62CAuni62CCuni62CDuni62D0uni62D1uni62D2uni62D3uni62D7uni62D8uni62D9uni62DBuni62DDuni62E0uni62E1uni62ECuni62EDuni62EEuni62F1uni62F3uni62F5uni62F6uni62F7uni62FEuni62FFuni6301uni6302uni6307uni6309uni630Cuni6311uni6319uni631Funi6328uni632Buni632Funi633Auni633Duni633Euni633Funi6349uni634Cuni634Duni634Funi6350uni6355uni6357uni635Cuni6367uni6368uni6369uni636Euni6372uni6376uni6377uni637Auni637Buni6383uni6388uni6389uni638Cuni638Euni638Funi6392uni6396uni6398uni639Buni639Funi63A0uni63A1uni63A2uni63A5uni63A7uni63A8uni63A9uni63AAuni63ABuni63ACuni63B2uni63B4uni63BBuni63BEuni63C0uni63C3uni63C4uni63C6uni63C9uni63CFuni63D0uni63D6uni63DAuni63DBuni63E1uni63E3uni63E9uni63EEuni63F4uni63F6uni63FAuni640Duni640Funi6413uni6416uni6417uni641Cuni642Cuni642Duni6436uni643Auni643Euni6442uni644Euni6458uni6467uni6469uni646Funi6476uni6478uni647Auni6483uni6488uni6492uni6493uni649Auni649Euni64A4uni64A5uni64A9uni64ABuni64ADuni64AEuni64B0uni64B2uni64B9uni64BCuni64C1uni64C5uni64C7uni64CDuni64D2uni64D4uni64E2uni64E3uni64E6uni64E7uni64ECuni64EFuni64F2uni64F6uni64FDuni64FEuni6505uni6518uni651Duni6523uni652Funi6534uni6535uni6536uni6538uni6539uni653Buni653Euni653Funi6545uni6548uni654Funi6551uni6555uni6556uni6557uni6558uni6559uni6562uni6563uni6566uni656Cuni6570uni6572uni6574uni6575uni6577uni6578uni6582uni6587uni6589uni658Cuni658Euni6590uni6591uni6597uni6599uni659Cuni659Funi65A1uni65A4uni65A5uni65A7uni65ACuni65ADuni65AFuni65B0uni65B9uni65BCuni65BDuni65C1uni65C3uni65C5uni65CBuni65CFuni65D7uni65D9uni65DBuni65E0uni65E2uni65E5uni65E6uni65E7uni65E8uni65E9uni65ECuni65EDuni65F1uni65FAuni6602uni6606uni6607uni660Auni660Cuni660Euni660Funi6613uni6614uni661Cuni661Funi6620uni6625uni6627uni6628uni662Duni662Funi6634uni6635uni663Cuni663Funi6642uni6643uni6644uni664Buni664Funi6652uni665Duni665Euni665Funi6662uni6664uni6666uni6668uni6669uni666Euni666Funi6670uni6674uni6676uni667Auni6681uni6684uni6687uni6689uni668Euni6691uni6696uni6697uni6698uni669Duni66A2uni66A6uni66ABuni66AEuni66B4uni66B8uni66C4uni66C7uni66C9uni66D6uni66D9uni66DAuni66DCuni66DDuni66F0uni66F2uni66F3uni66F4uni66F5uni66F7uni66F8uni66F9uni66FCuni66FDuni66FEuni66FFuni6700uni6703uni6708uni6709uni670Buni670Duni670Funi6714uni6715uni6716uni6717uni671Buni671Duni671Funi6726uni6727uni6728uni672Auni672Buni672Cuni672Duni6731uni6734uni6738uni673Auni673Duni673Funi6741uni6746uni6749uni674Euni674Funi6750uni6751uni6753uni6756uni675Cuni675Euni675Funi6760uni6761uni6762uni6763uni6764uni6765uni676Auni676Duni676Funi6771uni6775uni6777uni677Cuni677Euni677Funi6787uni6789uni678Buni678Cuni6790uni6795uni6797uni679Auni679Cuni679Duni67A0uni67A1uni67A2uni67A6uni67AFuni67B4uni67B6uni67B7uni67B8uni67B9uni67C1uni67C4uni67C6uni67CAuni67CEuni67CFuni67D0uni67D1uni67D3uni67D4uni67D8uni67DAuni67DDuni67DEuni67E2uni67E4uni67E7uni67ECuni67EEuni67EFuni67F1uni67F3uni67F4uni67F5uni67FBuni67FEuni67FFuni6802uni6803uni6804uni6813uni6816uni6817uni681Euni6821uni6822uni682Auni682Buni6832uni6834uni6838uni6839uni683Cuni683Duni6841uni6842uni6843uni6848uni684Duni684Euni6850uni6851uni6853uni6854uni6859uni685Cuni685Duni685Funi6867uni6876uni687Funi6881uni6885uni6893uni6897uni689Buni689Duni689Funi68A0uni68A2uni68A6uni68A7uni68A8uni68ADuni68AFuni68B0uni68B1uni68B3uni68B5uni68B6uni68B9uni68BAuni68BCuni68C4uni68C6uni68C9uni68CBuni68D2uni68D4uni68D5uni68D8uni68DAuni68DFuni68E0uni68E1uni68EEuni68EFuni68F2uni68F9uni68FAuni6900uni6901uni6904uni6905uni6908uni690Buni690Cuni690Duni690Euni690Funi6912uni6919uni691Auni691Buni691Cuni6922uni6925uni6928uni6930uni6934uni6939uni693Duni693Funi694Auni6953uni6954uni6955uni695Auni695Cuni695Duni6960uni6961uni6962uni696Auni696Buni696Duni696Funi6973uni6974uni6975uni6977uni6978uni6979uni697Cuni697Duni6982uni698Auni698Euni6991uni6994uni6995uni699Buni699Cuni69A0uni69AEuni69B4uni69BEuni69BFuni69C1uni69C3uni69C7uni69CBuni69CCuni69CDuni69CEuni69D0uni69D8uni69D9uni69DEuni69E7uni69EBuni69EDuni69FBuni69FDuni69FFuni6A02uni6A05uni6A0Buni6A13uni6A17uni6A19uni6A1Buni6A1Euni6A1Funi6A21uni6A23uni6A29uni6A2Auni6A2Buni6A35uni6A36uni6A38uni6A39uni6A3Auni6A3Duni6A44uni6A47uni6A48uni6A4Buni6A58uni6A59uni6A5Funi6A61uni6A66uni6A72uni6A7Funi6A80uni6A8Duni6A8Euni6A90uni6A97uni6A9Cuni6AA2uni6AACuni6AAEuni6AB3uni6ABBuni6AC2uni6AC3uni6AD3uni6ADBuni6ADEuni6ADFuni6AE8uni6AFBuni6B04uni6B05uni6B0Auni6B12uni6B1Duni6B20uni6B21uni6B23uni6B27uni6B32uni6B3Auni6B3Duni6B3Euni6B4Cuni6B4Euni6B50uni6B53uni6B62uni6B63uni6B64uni6B66uni6B69uni6B6Auni6B6Funi6B73uni6B74uni6B79uni6B7Buni6B80uni6B84uni6B86uni6B89uni6B8Auni6B8Buni6B95uni6B96uni6B9Euni6BABuni6BAFuni6BB1uni6BB2uni6BB3uni6BB4uni6BB5uni6BB7uni6BBAuni6BBBuni6BBFuni6BC0uni6BC5uni6BC6uni6BCBuni6BCDuni6BCEuni6BD2uni6BD4uni6BD8uni6BDBuni6BECuni6BEFuni6BF3uni6C0Funi6C11uni6C13uni6C14uni6C17uni6C23uni6C34uni6C35uni6C37uni6C38uni6C3Auni6C3Euni6C40uni6C41uni6C42uni6C4Euni6C50uni6C55uni6C57uni6C5Auni6C5Duni6C5Euni6C5Funi6C60uni6C62uni6C6Auni6C70uni6C72uni6C73uni6C7Auni6C7Duni6C7Euni6C81uni6C83uni6C88uni6C8Cuni6C93uni6C96uni6C99uni6C9Auni6CA1uni6CA2uni6CABuni6CAEuni6CB1uni6CB3uni6CB8uni6CB9uni6CBAuni6CBBuni6CBCuni6CBDuni6CBEuni6CBFuni6CC1uni6CC4uni6CC9uni6CCAuni6CCCuni6CD3uni6CD5uni6CD7uni6CDBuni6CDDuni6CE1uni6CE2uni6CE3uni6CE5uni6CE8uni6CEAuni6CEFuni6CF0uni6CF1uni6CF3uni6D0Buni6D12uni6D17uni6D19uni6D1Buni6D1Euni6D1Funi6D25uni6D29uni6D2Auni6D32uni6D35uni6D38uni6D3Buni6D3Duni6D3Euni6D41uni6D44uni6D45uni6D59uni6D5Auni6D5Cuni6D63uni6D66uni6D69uni6D6Auni6D6Cuni6D6Euni6D74uni6D77uni6D78uni6D79uni6D85uni6D88uni6D8Cuni6D8Euni6D93uni6D95uni6D99uni6D9Buni6D9Cuni6DAFuni6DB2uni6DB5uni6DB8uni6DBCuni6DC0uni6DC7uni6DCBuni6DD1uni6DD2uni6DD5uni6DD8uni6DD9uni6DE1uni6DE8uni6DEAuni6DEBuni6DECuni6DEEuni6DF1uni6DF3uni6DF5uni6DF7uni6DF9uni6DFBuni6E05uni6E07uni6E08uni6E09uni6E0Auni6E0Buni6E13uni6E15uni6E19uni6E1Auni6E1Buni6E20uni6E21uni6E24uni6E25uni6E26uni6E29uni6E2Buni6E2Cuni6E2Duni6E2Funi6E38uni6E3Auni6E3Euni6E4Auni6E4Duni6E4Euni6E56uni6E58uni6E5Buni6E5Funi6E67uni6E6Buni6E6Euni6E6Funi6E7Euni6E7Funi6E80uni6E82uni6E8Cuni6E8Funi6E90uni6E96uni6E9Cuni6E9Duni6E9Funi6EA2uni6EA5uni6EB2uni6EB6uni6EBAuni6EC2uni6EC4uni6EC5uni6EC9uni6ECBuni6ECCuni6ED1uni6ED5uni6EDDuni6EDEuni6EEFuni6EF2uni6EF4uni6EF8uni6EFFuni6F01uni6F02uni6F06uni6F09uni6F0Funi6F11uni6F13uni6F14uni6F15uni6F20uni6F22uni6F23uni6F2Buni6F2Cuni6F31uni6F38uni6F3Funi6F45uni6F54uni6F58uni6F5Cuni6F5Funi6F64uni6F66uni6F6Duni6F6Euni6F70uni6F74uni6F7Cuni6F81uni6F84uni6F86uni6F8Euni6F97uni6FA1uni6FA4uni6FAAuni6FB1uni6FB3uni6FB9uni6FC0uni6FC1uni6FC3uni6FC6uni6FD4uni6FDBuni6FE0uni6FE1uni6FE4uni6FEBuni6FEFuni6FF1uni6FFEuni700Buni700Funi7011uni7015uni7018uni701Euni701Funi7026uni7027uni702Cuni703Euni704Cuni7058uni7063uni706Buni706Cuni706Funi7070uni7078uni707Cuni707Duni7089uni708Auni708Euni7092uni7099uni70ACuni70ADuni70AEuni70B8uni70B9uni70BAuni70C8uni70CFuni70D9uni70DDuni70F9uni70FDuni7109uni7114uni7119uni711Auni7121uni7126uni7136uni713Cuni7149uni714Cuni714Euni7155uni7159uni7164uni7165uni7167uni7169uni716Cuni716Euni717Duni7184uni718Auni718Funi7194uni7199uni719Funi71B1uni71BEuni71C3uni71C8uni71CEuni71D0uni71D2uni71D4uni71D5uni71D7uni71E0uni71E5uni71E6uni71EDuni71FBuni71FFuni7206uni720Duni7210uni721Buni722Auni722Cuni722Duni7232uni7235uni7236uni723Auni723Duni723Euni723Funi7247uni7248uni724Cuni7252uni7259uni725Buni725Duni725Funi7261uni7262uni7267uni7269uni7272uni7274uni7279uni727Duni727Euni7280uni7292uni72A0uni72ACuni72ADuni72AFuni72B6uni72C2uni72C3uni72C4uni72CEuni72D0uni72D2uni72D7uni72D9uni72DBuni72E0uni72E1uni72E2uni72E9uni72ECuni72EDuni72F7uni72F8uni72F9uni72FCuni72FDuni730Auni7316uni7317uni731Buni731Duni731Funi7325uni7329uni732Auni732Buni732Euni732Funi7334uni7336uni7337uni733Euni733Funi7344uni7345uni734Funi7363uni7368uni736Auni7372uni7375uni737Auni7384uni7387uni7389uni738Buni7396uni73A9uni73B2uni73BBuni73C0uni73C2uni73C8uni73CAuni73CDuni73CEuni73DEuni73E0uni73EAuni73EDuni73F8uni73FEuni7403uni7405uni7406uni7409uni7422uni7425uni7432uni7433uni7434uni7435uni7436uni743Auni743Funi7455uni745Auni745Buni745Cuni745Euni7460uni7463uni7464uni746Funi7470uni7473uni7476uni747Euni7483uni748Buni749Euni74A7uni74B0uni74BDuni74CFuni74D4uni74DCuni74E2uni74E6uni74F6uni750Cuni7511uni7515uni7518uni751Auni751Cuni751Funi7523uni7525uni7526uni7528uni752Buni752Cuni7530uni7531uni7532uni7533uni7537uni753Auni753Buni7544uni7546uni7549uni754Buni754Cuni754Funi7551uni7554uni7559uni755Buni755Cuni755Duni7560uni7562uni7564uni7565uni7566uni756Auni756Buni756Duni7570uni7573uni7574uni7576uni7577uni7578uni757Funi7586uni7587uni758Auni758Buni758Euni758Funi7591uni7592uni75ABuni75B2uni75B5uni75B9uni75BCuni75BEuni75C5uni75C7uni75CDuni75D2uni75D4uni75D5uni75D8uni75D9uni75DBuni75E2uni75E9uni75F4uni75FAuni760Duni7624uni7642uni7647uni764Cuni7652uni7656uni766Auni7676uni7678uni767Auni767Buni767Duni767Euni7684uni7686uni7687uni7688uni768Euni7690uni7693uni7696uni769Auni76AEuni76B0uni76BFuni76C3uni76C6uni76C8uni76CAuni76CDuni76D7uni76DBuni76DFuni76E3uni76E4uni76E7uni76EEuni76F2uni76F4uni76F8uni76FEuni7701uni7707uni7708uni7709uni770Buni770Cuni771Buni771Euni771Funi7720uni7724uni7725uni7729uni7737uni7738uni773Auni773Cuni7740uni7747uni775Auni7761uni7763uni7765uni7766uni7768uni776Buni777Euni777Funi778Buni7791uni779Euni77A5uni77ACuni77ADuni77B0uni77B3uni77B6uni77B9uni77BBuni77BCuni77C7uni77DBuni77DCuni77E2uni77E3uni77E5uni77E7uni77E9uni77EDuni77EEuni77EFuni77F3uni77FCuni7802uni7812uni7814uni7815uni7820uni7825uni7826uni7827uni7832uni7834uni783Auni783Funi7845uni785Duni786Buni786Cuni786Funi7872uni787Cuni7881uni7887uni788Cuni788Duni788Euni7891uni7893uni7895uni7897uni789Auni78A3uni78A7uni78A9uni78AAuni78B5uni78BAuni78C1uni78C5uni78C6uni78CBuni78D0uni78D1uni78D4uni78DAuni78E7uni78E8uni78ECuni78EFuni78F4uni78FDuni7901uni7907uni790Euni7912uni7919uni792Auni792Buni792Cuni793Auni793Buni793Cuni793Euni7940uni7941uni7947uni7948uni7949uni7950uni7953uni7955uni7956uni7957uni795Duni795Euni795Funi7960uni7962uni7965uni7968uni796Duni7977uni797Funi7980uni7981uni7984uni7985uni798Auni798Duni798Euni798Funi79A6uni79AAuni79AEuni79B0uni79B3uni79B9uni79BAuni79BDuni79BEuni79BFuni79C0uni79C1uni79CBuni79D1uni79D2uni79D5uni79D8uni79DFuni79E3uni79E4uni79E6uni79E9uni79F0uni79FBuni7A00uni7A08uni7A0Buni7A0Euni7A14uni7A17uni7A18uni7A19uni7A1Auni7A1Cuni7A1Funi7A20uni7A2Euni7A32uni7A3Cuni7A3Duni7A3Funi7A40uni7A42uni7A43uni7A46uni7A4Duni7A4Euni7A4Funi7A50uni7A57uni7A62uni7A63uni7A6Buni7A70uni7A74uni7A76uni7A79uni7A7Auni7A7Duni7A7Funi7A81uni7A83uni7A84uni7A88uni7A92uni7A93uni7A9Funi7AAAuni7AAEuni7AAFuni7ABAuni7AC3uni7AC4uni7AC8uni7ACBuni7ACFuni7AD3uni7AD5uni7AD9uni7ADAuni7ADCuni7ADDuni7ADFuni7AE0uni7AE1uni7AE2uni7AE3uni7AE5uni7AE6uni7AEAuni7AEDuni7AEFuni7AF0uni7AF6uni7AF9uni7AFAuni7AFFuni7B06uni7B08uni7B0Funi7B11uni7B19uni7B1Buni7B20uni7B25uni7B26uni7B2Cuni7B39uni7B46uni7B48uni7B49uni7B4Buni7B4Duni7B4Funi7B50uni7B51uni7B52uni7B54uni7B56uni7B5Duni7B6Cuni7B86uni7B87uni7B8Buni7B94uni7B95uni7B97uni7B9Duni7B9Funi7BA1uni7BAAuni7BADuni7BB1uni7BB8uni7BC0uni7BC4uni7BC7uni7BC9uni7BCFuni7BDDuni7BE0uni7BE4uni7BE9uni7BEDuni7BF3uni7C12uni7C17uni7C21uni7C38uni7C3Euni7C3Funi7C4Cuni7C4Duni7C50uni7C56uni7C60uni7C64uni7C73uni7C7Euni7C81uni7C82uni7C83uni7C89uni7C8Buni7C8Duni7C90uni7C92uni7C95uni7C97uni7C98uni7C9Buni7C9Funi7CA1uni7CA5uni7CA7uni7CA8uni7CADuni7CAEuni7CB2uni7CB3uni7CB9uni7CBDuni7CBEuni7CC0uni7CC2uni7CC5uni7CCAuni7CCEuni7CD2uni7CD6uni7CD8uni7CDEuni7CDFuni7CE0uni7CE2uni7CE7uni7CEFuni7CF2uni7CF8uni7CFAuni7CFBuni7CFEuni7D00uni7D02uni7D04uni7D05uni7D0Buni7D0Duni7D10uni7D14uni7D15uni7D17uni7D18uni7D19uni7D1Auni7D1Buni7D20uni7D21uni7D22uni7D2Buni7D2Cuni7D2Funi7D30uni7D32uni7D33uni7D35uni7D39uni7D3Auni7D3Funi7D42uni7D43uni7D44uni7D46uni7D4Buni7D4Cuni7D4Euni7D50uni7D56uni7D5Euni7D61uni7D62uni7D63uni7D66uni7D68uni7D71uni7D72uni7D75uni7D76uni7D79uni7D7Duni7D89uni7D93uni7D99uni7D9Auni7D9Cuni7D9Funi7DA2uni7DACuni7DADuni7DB0uni7DB1uni7DB2uni7DB4uni7DB8uni7DBAuni7DBBuni7DBDuni7DBEuni7DBFuni7DCAuni7DCBuni7DCFuni7DD1uni7DD2uni7DD8uni7DDAuni7DDDuni7DDEuni7DE0uni7DE4uni7DE8uni7DE9uni7DECuni7DEFuni7DF2uni7DF4uni7DFBuni7E01uni7E04uni7E0Auni7E12uni7E1Buni7E1Euni7E22uni7E23uni7E26uni7E2Buni7E2Euni7E31uni7E32uni7E35uni7E37uni7E39uni7E3Auni7E3Duni7E3Euni7E41uni7E4Auni7E4Buni7E4Duni7E54uni7E55uni7E56uni7E59uni7E5Auni7E5Duni7E5Euni7E6Auni7E6Duni7E70uni7E79uni7E7Buni7E7Duni7E7Funi7E82uni7E89uni7E8Euni7E8Funi7E93uni7E96uni7F36uni7F38uni7F50uni7F52uni7F54uni7F60uni7F6Auni7F6Buni7F6Euni7F70uni7F72uni7F75uni7F77uni7F79uni7F83uni7F85uni7F88uni7F8Auni7F8Euni7F9Auni7F9Duni7F9Euni7FA4uni7FA8uni7FA9uni7FAFuni7FB6uni7FBDuni7FC1uni7FC5uni7FCCuni7FD2uni7FD4uni7FE0uni7FE1uni7FEBuni7FF0uni7FF3uni7FFBuni7FFCuni8000uni8001uni8002uni8003uni8005uni8006uni800Cuni8010uni8012uni8015uni8017uni8033uni8036uni803Buni803Duni8046uni804Auni8052uni8056uni8058uni805Auni805Euni8061uni8062uni806Funi8072uni8074uni8076uni8077uni807Duni807Euni807Funi8084uni8085uni8086uni8087uni8089uni808Buni808Cuni8096uni8098uni809Auni809Buni809Duni80A1uni80A2uni80A5uni80A9uni80AAuni80AFuni80B1uni80B2uni80B4uni80BAuni80C3uni80C4uni80C6uni80CCuni80CEuni80D6uni80D9uni80DAuni80DBuni80DDuni80DEuni80E1uni80E4uni80E5uni80EFuni80F1uni80F4uni80F8uni80FCuni80FDuni8102uni8105uni8106uni8107uni8108uni810Auni811Auni811Buni8129uni812Funi8131uni8133uni8139uni813Euni814Buni814Euni8150uni8151uni8153uni8154uni8155uni8165uni816Buni816Euni8170uni8171uni8178uni8179uni817Auni817Funi8180uni8188uni818Auni818Funi8195uni819Auni819Cuni819Duni81A0uni81A3uni81A8uni81B0uni81B3uni81B5uni81BDuni81BEuni81BFuni81C6uni81C9uni81CDuni81D1uni81D3uni81D8uni81DAuni81DFuni81E0uni81E3uni81E5uni81E8uni81EAuni81EDuni81F3uni81F4uni81FAuni81FCuni8207uni8208uni820Cuni820Euni8210uni8216uni8217uni8218uni821Buni821Cuni821Euni821Funi822Auni822Cuni822Euni8233uni8235uni8236uni8237uni8239uni8247uni8258uni8259uni825Auni825Funi8264uni8266uni8268uni826Buni826Euni826Funi8272uni8276uni8278uni8279uni828Buni828Duni8292uni8299uni829Duni82A5uni82A6uni82ADuni82AFuni82B1uni82B3uni82B8uni82B9uni82BBuni82BDuni82C5uni82D1uni82D3uni82D4uni82D7uni82DBuni82DFuni82E5uni82E6uni82E7uni82EBuni82F1uni82F4uni82FAuni82FBuni8302uni8304uni8305uni8309uni830Euni8317uni831Cuni8328uni832Buni8336uni8338uni8339uni8340uni8345uni8349uni834Auni834Funi8352uni8358uni8377uni837Buni837Cuni8389uni838Auni839Euni83A2uni83ABuni83B1uni83C5uni83CAuni83CCuni83CEuni83D3uni83D6uni83DCuni83DFuni83E9uni83EBuni83EFuni83F0uni83F1uni8403uni8404uni840Cuni840Euni8413uni8420uni8429uni842Cuni8431uni843Duni8449uni844Euni8457uni845Buni8461uni8463uni8466uni846Cuni846Duni8471uni8475uni847Auni848Buni8490uni8494uni8499uni849Cuni84B2uni84B8uni84BCuni84BFuni84C4uni84C9uni84CBuni84D1uni84DAuni84ECuni84EEuni84FCuni8500uni8511uni8513uni8517uni851Auni8526uni852Duni8535uni853Duni8541uni8543uni8548uni8549uni854Auni854Euni8557uni8568uni8569uni856Auni856Duni857Euni8580uni8584uni8587uni858Auni8594uni8597uni8599uni85A6uni85A9uni85AAuni85ABuni85ACuni85AEuni85AFuni85C1uni85CDuni85CFuni85DDuni85E4uni85E9uni85EAuni85F7uni85F9uni85FBuni8602uni8606uni8607uni860Auni861Auni862Duni864Duni864Euni8650uni8654uni8655uni865Auni865Cuni865Euni865Funi866Buni8679uni867Buni868Auni8695uni86A4uni86A9uni86ABuni86AFuni86B0uni86B6uni86C4uni86C6uni86C7uni86C9uni86CBuni86CDuni86CEuni86D9uni86DBuni86DEuni86DFuni86E4uni86EDuni86EEuni86EFuni86F8uni86F9uni86FEuni8700uni8702uni8706uni870Duni8718uni871Cuni8729uni8734uni873Funi8749uni874Buni874Euni8755uni8757uni8759uni875Funi8760uni8766uni876Auni8774uni8776uni8778uni877Funi878Duni879Funi87A2uni87BAuni87BBuni87C4uni87C6uni87C7uni87D0uni87E0uni87EFuni87F2uni87F9uni87FBuni87FEuni8805uni880Duni8815uni8816uni8822uni8823uni8831uni883Buni8840uni8846uni884Cuni8853uni8857uni8859uni885Buni885Duni8861uni8863uni8864uni8868uni886Buni8870uni8877uni887Duni887Euni887Funi8881uni8882uni8888uni888Buni888Duni8892uni8896uni8897uni8899uni88A2uni88ABuni88AEuni88B4uni88B7uni88BFuni88C1uni88C2uni88C3uni88C4uni88C5uni88CFuni88D4uni88D5uni88DCuni88DDuni88DFuni88E1uni88E8uni88F2uni88F3uni88F8uni88FCuni88FDuni88FEuni8904uni8907uni890Auni890Cuni8910uni8912uni891Duni892Auni8938uni8944uni894Cuni8956uni895Funi8964uni8966uni8972uni8974uni8977uni897Funi8980uni8981uni8986uni8987uni898Buni898Funi8996uni8997uni899Auni89A7uni89AAuni89B3uni89BAuni89D2uni89DAuni89DCuni89DDuni89E3uni89E6uni89E7uni8A00uni8A01uni8A02uni8A03uni8A08uni8A0Auni8A0Cuni8A0Euni8A10uni8A13uni8A16uni8A17uni8A18uni8A1Duni8A1Funi8A23uni8A2Auni8A2Duni8A31uni8A33uni8A34uni8A36uni8A3Auni8A3Buni8A3Cuni8A41uni8A46uni8A50uni8A51uni8A52uni8A54uni8A55uni8A5Buni8A5Euni8A60uni8A62uni8A63uni8A66uni8A69uni8A6Buni8A6Duni8A6Euni8A70uni8A71uni8A72uni8A73uni8A82uni8A85uni8A87uni8A89uni8A8Cuni8A8Duni8A93uni8A95uni8A98uni8A9Euni8AA0uni8AA3uni8AA4uni8AA6uni8AACuni8AADuni8AB0uni8AB2uni8AB9uni8ABCuni8ABFuni8AC2uni8AC4uni8AC7uni8ACBuni8ACCuni8ACDuni8ACFuni8AD2uni8AD6uni8ADAuni8ADCuni8ADEuni8AE0uni8AE2uni8AE4uni8AE6uni8AE7uni8AEBuni8AEDuni8AEEuni8AF7uni8AF8uni8AFAuni8AFEuni8B00uni8B01uni8B02uni8B04uni8B0Euni8B17uni8B19uni8B1Auni8B1Buni8B1Duni8B20uni8B21uni8B26uni8B28uni8B2Buni8B2Cuni8B33uni8B39uni8B3Euni8B41uni8B49uni8B4Euni8B4Funi8B58uni8B5Auni8B5Buni8B5Cuni8B5Funi8B66uni8B6Buni8B6Funi8B70uni8B72uni8B77uni8B83uni8B8Auni8B90uni8B93uni8B96uni8B99uni8C37uni8C46uni8C48uni8C4Auni8C4Cuni8C55uni8C5Auni8C61uni8C6Auni8C6Buni8C78uni8C79uni8C8Auni8C8Cuni8C8Duni8C8Euni8C9Duni8C9Euni8CA0uni8CA1uni8CA2uni8CA7uni8CA8uni8CA9uni8CAAuni8CABuni8CACuni8CAFuni8CB0uni8CB3uni8CB4uni8CB6uni8CB7uni8CB8uni8CBBuni8CBCuni8CBDuni8CBFuni8CC0uni8CC1uni8CC2uni8CC3uni8CC4uni8CC7uni8CCAuni8CCDuni8CCEuni8CD1uni8CD3uni8CDBuni8CDCuni8CDEuni8CE0uni8CE2uni8CE4uni8CE6uni8CEAuni8CEDuni8CFBuni8CFCuni8CFDuni8D04uni8D05uni8D08uni8D0Buni8D0Duni8D14uni8D64uni8D66uni8D6Buni8D70uni8D73uni8D74uni8D77uni8D85uni8D8Auni8D99uni8DA3uni8DA8uni8DB3uni8DBAuni8DBEuni8DC2uni8DCBuni8DCCuni8DCFuni8DD6uni8DDAuni8DDDuni8DDFuni8DE1uni8DE3uni8DE8uni8DEAuni8DEFuni8DF3uni8DF5uni8E08uni8E09uni8E0Auni8E0Funi8E1Duni8E1Euni8E1Funi8E2Auni8E35uni8E42uni8E44uni8E49uni8E4Cuni8E59uni8E5Funi8E63uni8E64uni8E74uni8E7Cuni8E81uni8E87uni8E8Auni8E8Duni8E91uni8E94uni8E99uni8EA1uni8EABuni8EACuni8EAFuni8EB0uni8EB1uni8EBEuni8EC6uni8ECAuni8ECBuni8ECCuni8ECDuni8ED2uni8EDFuni8EE2uni8EEBuni8EF8uni8EFBuni8EFCuni8EFDuni8EFEuni8F03uni8F05uni8F09uni8F0Auni8F0Cuni8F13uni8F14uni8F15uni8F19uni8F1Buni8F1Duni8F1Funi8F26uni8F29uni8F2Auni8F2Funi8F33uni8F38uni8F3Buni8F3Funi8F44uni8F46uni8F49uni8F4Duni8F4Euni8F5Cuni8F5Funi8F61uni8F62uni8F64uni8F9Buni8F9Euni8F9Funi8FA3uni8FB0uni8FB1uni8FB2uni8FB6uni8FBAuni8FBBuni8FBCuni8FBFuni8FC2uni8FC4uni8FC5uni8FCEuni8FD1uni8FD4uni8FE6uni8FE9uni8FEBuni8FEDuni8FF0uni8FF7uni8FFDuni9000uni9001uni9003uni9006uni900Funi9010uni9013uni9014uni9017uni9019uni901Auni901Duni901Euni901Funi9020uni9021uni9022uni9023uni902Euni9031uni9032uni9038uni903Cuni9041uni9042uni9045uni9047uni904Auni904Buni904Duni904Euni9053uni9054uni9055uni9059uni905Cuni9060uni9061uni9063uni9065uni9069uni906Duni906Euni9075uni9077uni9078uni907Auni907Cuni907Duni907Funi9084uni9087uni908Auni9091uni90A3uni90A6uni90AAuni90B1uni90B8uni90C1uni90CAuni90CEuni90DBuni90E1uni90E8uni90EDuni90F5uni90F7uni90FDuni9102uni9119uni912Duni9132uni9149uni914Auni914Buni914Cuni914Duni914Euni9152uni9154uni9156uni9158uni9162uni9163uni9169uni916Auni916Cuni9175uni9177uni9178uni9182uni9187uni9189uni918Buni918Duni9190uni9192uni9197uni919Cuni91A4uni91ABuni91B4uni91B8uni91BAuni91C0uni91C6uni91C7uni91C8uni91C9uni91CBuni91CCuni91CDuni91CEuni91CFuni91D1uni91D8uni91DBuni91DCuni91DDuni91E3uni91E6uni91E7uni91F6uni91FCuni920Duni920Euni9211uni9214uni9215uni922Cuni9234uni9237uni923Funi9244uni9248uni9249uni924Buni9250uni9257uni925Auni925Buni925Euni9262uni9264uni9266uni9271uni927Euni9280uni9283uni9285uni9291uni9295uni9296uni9298uni929Auni929Buni92ADuni92B9uni92CFuni92D2uni92E4uni92EAuni92EDuni92F2uni92F3uni92F8uni92FAuni92FCuni9306uni930Funi9310uni9318uni931Auni9320uni9323uni9326uni9328uni932Buni932Cuni932Euni932Funi9332uni933Buni9344uni934Buni934Duni9354uni9356uni935Buni935Cuni9360uni936Cuni9375uni937Cuni937Euni938Cuni9394uni9396uni9397uni939Auni93A7uni93ACuni93ADuni93AEuni93B0uni93C8uni93D1uni93D7uni93DDuni93E1uni93E4uni9403uni9407uni9410uni9414uni9418uni9419uni941Auni9435uni9438uni9444uni9451uni9453uni945Auni945Euni9460uni946Auni9475uni9477uni947Euni947Funi9577uni9580uni9582uni9583uni9589uni958Buni958Funi9591uni9593uni9594uni9596uni9598uni95A2uni95A3uni95A4uni95A5uni95A7uni95B2uni95BBuni95BEuni95C7uni95CAuni95CCuni95CDuni95D6uni95D8uni961Cuni961Duni9621uni962Auni962Euni962Funi9632uni963Buni963Funi9640uni9642uni9644uni964Cuni964Duni964Funi9650uni965Buni965Cuni965Duni9662uni9663uni9664uni9665uni9666uni966Auni966Cuni9670uni9672uni9673uni9675uni9676uni9677uni9678uni967Auni967Duni9685uni9686uni9688uni968Auni968Buni968Duni968Euni968Funi9694uni9695uni9697uni9698uni9699uni969Buni969Cuni96A0uni96A3uni96A7uni96AAuni96B4uni96B6uni96B7uni96B9uni96BBuni96BCuni96C0uni96C1uni96C4uni96C5uni96C6uni96C7uni96C9uni96CCuni96CDuni96CEuni96D1uni96D6uni96D9uni96DBuni96DCuni96E2uni96E3uni96E8uni96EAuni96EBuni96F0uni96F2uni96F6uni96F7uni96F9uni96FBuni9700uni9707uni970Auni970Duni9716uni971Cuni971Euni9727uni9730uni9732uni9739uni9742uni9744uni9748uni9752uni9756uni9759uni975Cuni975Euni9761uni9762uni9768uni9769uni976Duni9771uni9774uni977Auni9784uni9786uni978Buni978Duni9790uni9798uni979Cuni97A0uni97A3uni97A6uni97A8uni97ADuni97B3uni97B4uni97CBuni97D3uni97EDuni97EEuni97F3uni97FBuni97FFuni9801uni9802uni9803uni9805uni9806uni9808uni980Cuni9810uni9811uni9812uni9813uni9817uni9818uni981Auni982Cuni982Duni9830uni9834uni9837uni9838uni983Buni983Cuni983Duni9846uni984Cuni984Duni984Euni9854uni9855uni9858uni985Buni985Euni9867uni9870uni98A8uni98AAuni98AFuni98B1uni98C4uni98DBuni98DCuni98DFuni98E0uni98E2uni98EBuni98EEuni98EFuni98F2uni98F4uni98FCuni98FDuni98FEuni9903uni9905uni9909uni990Auni990Cuni9910uni9913uni9918uni991Euni9921uni9928uni9945uni9949uni994Buni9952uni9957uni9996uni9999uni99A8uni99ACuni99AEuni99B3uni99B4uni99C1uni99C4uni99C5uni99C6uni99C8uni99D0uni99D2uni99D5uni99D8uni99DDuni99EDuni99EEuni99F1uni99F2uni99FBuni99FFuni9A01uni9A0Euni9A12uni9A13uni9A19uni9A28uni9A30uni9A3Euni9A43uni9A45uni9A4Duni9A55uni9A57uni9A5Auni9A5Buni9A62uni9A64uni9A69uni9A6Buni9AA8uni9AB8uni9AC0uni9AC4uni9AD4uni9AD8uni9AD9uni9ADFuni9AEAuni9AEDuni9B06uni9B28uni9B2Funi9B31uni9B32uni9B3Cuni9B41uni9B42uni9B43uni9B44uni9B45uni9B4Duni9B4Euni9B4Funi9B51uni9B54uni9B5Auni9B6Funi9B87uni9B8Euni9B91uni9B92uni9B93uni9B96uni9B97uni9B9Funi9BA0uni9BA8uni9BAAuni9BABuni9BADuni9BAEuni9BC6uni9BC9uni9BD1uni9BD2uni9BD6uni9BDBuni9BE3uni9BE8uni9BF0uni9BF5uni9C06uni9C08uni9C09uni9C0Auni9C0Duni9C10uni9C13uni9C14uni9C21uni9C24uni9C2Duni9C2Funi9C39uni9C3Auni9C3Buni9C3Euni9C46uni9C47uni9C48uni9C52uni9C57uni9C5Auni9C60uni9C67uni9C78uni9CE5uni9CE9uni9CF3uni9CF4uni9CF6uni9D07uni9D09uni9D0Euni9D1Buni9D28uni9D2Buni9D2Cuni9D3Buni9D5Cuni9D5Euni9D60uni9D61uni9D6Cuni9D6Funi9D7Auni9D89uni9D8Funi9D9Auni9DAFuni9DB4uni9DEDuni9DF2uni9DF9uni9DFAuni9DFDuni9E1Euni9E78uni9E79uni9E7Funi9E92uni9E93uni9E97uni9E9Funi9EA6uni9EA9uni9EB5uni9EB9uni9EBAuni9EBBuni9EBFuni9EC4uni9ECDuni9ECEuni9ED2uni9ED9uni9EDBuni9EDCuni9EFDuni9F0Euni9F13uni9F20uni9F21uni9F3Buni9F4Auni9F4Buni9F4Euni9F52uni9F5Funi9F62uni9F6Cuni9F8DuniFF01uniFF02uniFF03uniFF04uniFF05uniFF06uniFF07uniFF08uniFF09uniFF0AuniFF0BuniFF0CuniFF0DuniFF0EuniFF0FuniFF10uniFF11uniFF12uniFF13uniFF14uniFF15uniFF16uniFF17uniFF18uniFF19uniFF1AuniFF1BuniFF1CuniFF1DuniFF1EuniFF1FuniFF20uniFF21uniFF22uniFF23uniFF24uniFF25uniFF26uniFF27uniFF28uniFF29uniFF2AuniFF2BuniFF2CuniFF2DuniFF2EuniFF2FuniFF30uniFF31uniFF32uniFF33uniFF34uniFF35uniFF36uniFF37uniFF38uniFF39uniFF3AuniFF3BuniFF3CuniFF3DuniFF3EuniFF3FuniFF40uniFF41uniFF42uniFF43uniFF44uniFF45uniFF46uniFF47uniFF48uniFF49uniFF4AuniFF4BuniFF4CuniFF4DuniFF4EuniFF4FuniFF50uniFF51uniFF52uniFF53uniFF54uniFF55uniFF56uniFF57uniFF58uniFF59uniFF5AuniFF5BuniFF5CuniFF5DuniFF5EuniFF5FuniFF60uniFF61uniFF62uniFF63uniFF64uniFF65uniFF66uniFF67uniFF68uniFF69uniFF6AuniFF6BuniFF6CuniFF6DuniFF6EuniFF6FuniFF70uniFF71uniFF72uniFF73uniFF74uniFF75uniFF76uniFF77uniFF78uniFF79uniFF7AuniFF7BuniFF7CuniFF7DuniFF7EuniFF7FuniFF80uniFF81uniFF82uniFF83uniFF84uniFF85uniFF86uniFF87uniFF88uniFF89uniFF8AuniFF8BuniFF8CuniFF8DuniFF8EuniFF8FuniFF90uniFF91uniFF92uniFF93uniFF94uniFF95uniFF96uniFF97uniFF98uniFF99uniFF9AuniFF9BuniFF9CuniFF9DuniFF9EuniFF9FuniFFE0uniFFE1uniFFE2uniFFE3uniFFE4uniFFE5uniFFE6Ry3ۢUZ3\\\\\Z-xxZZZnxxxxxMM))xxxxxxxxxxZZ2JnJnJxJnnnnnJJJJJJJTTTTTTZ2Z\Txx{xJx|gT\xJTgxx8cdggg{9JJggg{ggg{xggg{:ggg{g{Jgg{gnxn{{Jgg{{xIn{nTngnTnnnngJgJ{gxJgxJgggxJg2{g9gTggg{gxnxnTxxxxnJxxxnndnJxZ,xJxxxJxxZ,nn@TTTxTJ222ggnnnnggggX)))JXXxJgxJggxxngxg)gggqgqgqgqgqgqxJxJxnTT{JXX{XnJTJf:[JTxJx!nxJxJTJvpv22ZZZ99||ggFggMMGG{u9\gv|\Z    TTTZZnTZTJJJMggggggggxxxxxggggJxTxJnJnTTTTnJTJJJTAJTJ{{gggxnxgnTTxJxJTnwTJJJnxJJnxTJxxxxxxxxxxxxxJnMTTJTJT{TTTTJTJJTTnTTTTTTTTJJMg{ngJJn{nTTngg{TxTZgxJxJgxJE NxJ q  {xJTTTxJTTnTTTTxJTTThTTTTxJxJ{TTTTTTn{{J{xJ{{{T{{xJ{{{g{T{TTTJw?OO;@g))EE{Jw?OO;@gw?nxJw?OO;@gggw?Z,Tw?ggw?Z,gTw?\\\\\\\\\2ZZZZZZjxxZZZZZZeexpHpHxx!caaTZZ2ZZ,,,xxxxxxxxxMM'ukaammx8888PP,,xx,,Ud{ddP\xCRC----%%--sd((--((--%%r!!{{1kE94ZW9108 >4S?VG//<nn4>=L-\5IMt u#[S\ <x93BD9CngxCIdk3Q s-a& r93A< I LI S n S yId  ]QM?q4/q/ KS? {ifU3+u{u&Z  sgbCl5H_f$aM\?9WWW%52++%R#7LlM)*&C>999v%/:A> 5\W&\iav7Wa?WWW/& &!+!!5+222\2%00:222/22252)-H2222220!22+""2022$+2-222022*#/(-)22%7/2()$2(+2!+2+2!2'-%2%+22 2222222%8222/222 +&2%+&+3(2 22&2#*2%)!&22*32+222*33&&/,2!22(*2'&2,2&-(2&3-!0) 2&( (20* 22#Ii XW&?A/5+F9I1& Z0U-s\/995M(M%]XWM&N/CaWWMWWRT5-SU&-&M+M#+)DZZ3MMM+U@R\/Wv?qqHCEFFF55F9FF5F&5++%FF<++ F3< F9FC< <#/7'4&74(44$++44+M+440&&4 &-&A25?RMMMMpqRMMM29+1&5WW+%#&5+2M77W47&7\\WRWWWMWRWh4##a\_#iW5+W<7?0(v+Wa5ai\%<("5RW]"2+R5MD(>U7"\M-:!W)&H5WWNRM/\CMWC+WW5C-N0'9"1SW%_$R!&-!HM&(NW9(70+M24MS&4WR%R WWNW->WW*!M"7MW9&+352!IH-#09M+R5(W++%"R+(!K22)(ND +5& #/DM&I MMRMMMMMMMHHHHHHHHHH_(/4:>H#%)H0!+5H:H1CF!H9HH++H5+)% #HRRH"HHH #H&H#HHI/+-%*H5+! )C++2%%#CC>%#HM55*44!!!H) )R(* M*5d+++C+/#%+&%0%%<< #..."...+...<%..+&.+&.+.9.&#....((+7.......&%).0.....!..!..#.M#*\DR7'&R9C$!>%7!M%%%%%%%%   5!-2& +5&&5N555&05%S\\SSROPSPPPOPPOPKMPKKFFF59+M:/-:29$:39+ !++2:&&:%%++#+2:&&5&#-+:+:&D&(::# (&!!&(LWNGz#lRfaaab/&R++5!+/N+145545!5*555 5&5 \W&\!/8949,aCC-/WW75 W5 ($$(**W\?5</&C'WN%PW#HMP(52BC7=550C)%2+((2+2(!!2(('!(%(((((%(!'%'!'<57WW5--/9+'-5*-5)'$$+5-R&55554"!5# 5M5'5$75M&55/5&59 5 +%5$&/2R5+5M*&%5!5*&R&5##52(55655K5 (55.+%+5 /55-55&5'R)%H(5+ 55 52%5&*%9*%5("2"!/0*-00-aWR:RRHRC555555555555-5W+55-55555!5-5+&5+55-5555+#15$55550)05535*+5&5-5#!(5%&5+055%555555#+&255&5&)-55*#"552%+55(!*5"555+-55%55552555555$0!+(!552&&*5/4'#3 !5555-!55#5>5550#5(++&''''%'''#'$''&%&&%'*& &'*0-5570/995/59&%%%dWWMN>W%NaMRMNNS)N%NR*+'WRMUN!R5RIW M4W NH5+N%RR%H<NR5R4 H(>#5HMHa-%WN N<0MMPN0*-+5/: ++++555455+555++55"555+5!+45+5!5+'555555%55*5'M+5155+5(0)%5#&1$55+M5-5'555+05(5:5+5+5505WW!55-!5&0+(5)55R5+#2,*055> &55%54+5<% 5!,550!5 5&)+5+5+-&* !(#"+!)5+55(+555 &550#-5+&-55-555555/ 555,&54*5+*5/($+9&5 ( ,5&5555(*/5)5-5('5#555-% !5 #*(055!555%(*,)***)**)*Ha<*+W!W\\>-&"5* )MH**PP6255P65P\\+FRC!99W/5@5(5AA5A)4AA$WA/>A+AA-A7>*5+55>AA+@%A5-A&A++AA? $7=4A>9+#A(@@-($A/5&A#-*9A"5A7A!*5%9%4A>A A%A4AA@ A*AAA+%55+&("7-5>+A!AA9+A#A#>>#>4AAA5AA/,5A&2A55 A9AAA*+A%A)*/@(0A(A#%A-44#'%AA *%+A++/%3901AA2+# #A#9AAAA@@(+@A0A/A5# +A%!(5H?\!"@?)-5?3'!9'W&R 2)'%+R?5W??%?04R&&%3?%#9 ??!?4???C%775Q+P65<5Z555 '&55!5K*,,",,,,,,),$,!&%,+,,%,,#,+ ,,#%#,,)#,#$-*#/%'++di"W-+$W0W-"&5(5WRM!W55RRR4RR5%-2*!$,<((-%IH MCCl R*5 :255MMi#W+SRW(+-'MM?5/-!"H!'(97MH!M#,M<k+!DJJJW#D&!&%&&z\.M(-) R0W#59-5*W7N+5+RU5-#:S! W>(&5R% 5' +5(W7+11ka5<W5N95++W(4!WREP %$N+# IR !#H+3&+--K#(- DM"X555R5555))75955*R"%W$+5#05!5H5#9W#<9>9955979+9/"( 99/-5)#999%*5&+D9 &#%#?  (<<<+*#<% +S<2< 1%!%%%)!!#)!&%&!!#&&!555!55555#$5+ W5>&50!5++( 555*%% *555->---(-&-----$---+%!7-I---*--&#&---++-!'"-!-------*.-- --.-#%** I---# -.-.-.*.+(-..*->,!,--&.++"&/!%'..# --...*.*MNMIIHHIHI:ID$-1%1W/5RM1M0M/79H5&X&& ]5+55\S>*-7@S+IM<%--%I% (%-!- 4N<5>NNN+MM%$!+H&M-&5'NN95+R):M#/?#>&4N%/2NF5!N9MN/NNNH*M99*( (M('((R:_'/5C2-9 5 S0 %#%*%+*#-%%%%%%%+%%%#/%%%%*%*%*%%%&%%#&%*#+%%*%*#%+%*%%%%+#+%( %%+%%%**#%+ %%( #( * % ++ % (%(% & *+ (* ( ((* % (  #  &  ( (( "! #+0/&ZW+4-5+6%-W$5(55!05 &451I&5555# 505555555550547&&* 5# 5+5%5(.++++*+%55!+5(5#-(25--$5+")5(090+5#55755!5505&555##5&#5(05(55aWMMR55M&!2PPU55MU5UNCUUU-%P'U9U-(U+9'%&USNU("?*!%0+A!%:5)-U&C>UUNM/*M5M!7++-R+5%5UPPD+5)M#+5IH&9H/ $<(*MR-N(KM-%P0D#I#%0($#*%=\+\N%($))R!5M65R#M+*0+>M20+&/(+'6'$&*P0N F"*9#/&#)MH ##%%%%%%%N->+)/0NNNN /)':%+M+MN9M(+%,-D+M<II +/%R/)5--///*!'-/////5/00//&//5%&!//#!&&+\R(;P<P4PM4:P/"$43?P,4,>P02PMM/;+4!!+'M)M0$MKMPH$+%!>'2+0 PM&%/N;RP5P99"+,>P &C-&PPHWW'W5A5*P':'N&3%5!+*R5RK72#4#9<9-9R9MC7<465'<</<5)<5<<-+</%&<:7<5)<#<!</#5:<%<%&4/9<<+<<-%< %<+<*<*+<< 6<9/9+(+*5+<+<< &#9< <<&<0+0'%<(#NMMMMMMMMMMMMMMMMMMMMMIIIMPFPP>%NP%+1P&'PD%%%+7 P7>+#"(+NN&N/#DNMH<(<%>( %5))-W)M!!)UMMMMNMMMMMMMMMHHHHHHHH+++5M?%::1+:(%04+":9:3+**5*/MRKRNCIRRI507R+R+D2R5+>RR%P*RR+:R+MC<%ME9(222*2*&2'!212" 2(+#.:(RN/N55RR4()(&%!!'NN%+#R+R#&IRR#9(#I#%<H!!!C,6,?)RM%&"('M+%% %/9%R0(0MC+1  Z-xxZ--sxxxxxaxxxxxxxxxx-s-2JnJnJxJnnnnnJJJJJJJTTTTTT-2---x%(55- s9A<ILISnSzIe]M?qq?}jfVu|ux<5ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/notoserif-bold-subset.ttf000066400000000000000000006763641336714227100270230ustar00rootroot00000000000000 PFFTMf.|OS/2X`cmapٲ6gasp| glyf /headңa6hheaO $hmtxԾkern(X{>loca@Xhmaxpt8 nameكZXfpost^|G`  =T?_< L sw {LN s;33f @x)GOOG X J y9yd?Fh`R3u3BHyZ\{3ZNyFyVyHy9yyRy\yZy=yHoo\yyyfL^h`9Xq#9999'q9599;99N9Lq9Lq9=9!TVPNPLy^L\1#7`1^`B'{V####)V)`)/^/)==+V5+;%=y=y^yuy1yyyZq\;oy{3q3by3L3?JRRZf3`Ho  ?fqXq9999999950595059#9N9LqLqLqLqLqyLq!!!!9 \\\\\\\7`````#`V)`````y`V5V5V5V5\\\Xq7`Xq7`Xq7`Xq7`#91^#91^99`99`99`99`99`'q{'q{'q{'q{9V#%V5595959#59#'9#9##;9#;9#;9#;9#;9#N9V)N9V)N9V) N9V)Lq`Lq`Lq`'q{`9/)9/)9/)========9=+9=+9=+!V5!V5!V5!V5!V5!V5TV;%TV;%TV;%#q\` q`-)9fR/\=+9=+9!95)R37L7`7Lo\Z3/Z%`99d99TV9Lq5999N9 BLqy99/9=-wZ591`HLB%71`N`HL`B`%!#R ``XB/`)`7)7`7f`%<7`7f`` `)h%Lq`Xq`9m3%LHB% B!5=`P9-f9RdRLq`53\h%b7`Lq7`'F9)Xq9j/XRXqXR99999Xq=5959!999y95T`9999RJ99999Lqy99Xq9=9=' 9 '999uL9\b##``;F####J##`^#)7`)`+}#s!##)=##'Fb#``5#7`=##`#V###^# 'qB9#XV Z9#\^ f9#s;+-7Lq` sq`q%` 'q` 'qXq7`huX))9#99)b9#9#9#J;F 9N# 9`#9#'9#o9# 9y#q`Xq7`9)+)='s!='s!=9s#59R`9H#o9#9#='s!9 #59\\\99`qVqVR`J;FJy19#9#Lq`Lq`Lq`uL'F='s!9#9=#9#++\\\P\\\\\\\\99`99`99`99`99N99`99`99`59#59#Lq`Lq`Lq`LqVLq`Lq`Lq`q\`q\`q\`q\`q\`!V5!V5!95!95!95!95!95Uyo!L{3y\yJ=s=\Z\=ss\\sHH3sLN {FRy77`d9Lyo/?HXy^ydyy{mmb7b))sf@& ~u~  " & 0 4 : !"!!!!"""""""")"+"H"a"e%%%%%%%%%% tz  & * 2 9 !"!!!!"""""""")"+"H"`"d%%%%%%%%%%1+*'$#9^[SRPMJA@$ ݽݼݵݰݮݦݚ   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abJsefjLyql[wkmhtophx`cbkm}{doglan~Mc=>FGBCz9ZXYKzDHTr{(>tZ:bzL$xV 4H\H6r 2 H x  H 4  ^ *~0x*hP20`B0r\$&b2Tdl FfJ(L n !|!!!!"N"Z"f"r""##~###$d$p$$$$%j%v%%&@&L&X&'T'`'(d(p(|((()))V)b)*2*>*J*+ ++T+++,,*,6,,-\-.F.../B/00`01*1112`223>334D455b56667\88|949:J:;<;<L>>>>?"?h?@D@@@@A.ArAAB:BvBBBCCxCDLDXDDEDEEF4FGG\GGGHJHIIIIJJJJK,KKKLLXLLMFMNNNNO OPPtPQPQR:RS.SSSSTT\TTU0UlUUV:VVW W\WWWXXPXXXY6YLYbY~YZZPZXZnZZZZZZ[[[ [,[4[<[l[t[|[[[\\\R\Z\b\\]]]H]P]X]]^8^^^^^^^^_8__`\`aa^aabb\bdbc8c@ccdd^ddeejefff*f6fBfNfgglggh0hii@iriijj6P T8܏2p0hґ8hTЕ0\ޖV̗66֙$r Hʛ Z:BJҞj4r.fܡ^rĤNʥ JĦBht>nʨ֨L(4@r̫($¬ ,j"@hرJ²4((*vlfܺX8\pо4n@F.€<Ü`2ŘjvƂƎƚ8ǜ@~ɀ \ʴ˂*̈ZL.32#".dxsm->#"=..="#>-/?&&?/.>&&>!#!#H?H@\39?!####53#5!3333#!3#LLNNGHJLLEH'ffssssd^;BK#4.'#5.54>3'.54>754&'>[V)pq/"" ^U'7g_sue,!6E%!=U4#bQ"8dTPPMSb 6)'MxU4(R]lBJ{\; qA\*}f(2/-b QF'+?S#".54>3232>54.#"#3#".54>3232>54.#"'.[]aY**Zb\\- 5%'3 3&&5!^ž.[]aY**Zb\\- 5%'3 3&&5!gxBBxggw@@wgT[00[TRZ//ZgxAAxggw@@wgT[00[TRZ//Z`N<J^!'#".54>7.54>32>=!#";32674.#">&]pM~„D9`F(;&4gfca1&MuP "  "A8+ +T7?'Fe=m2J+7  8+"3 0 +:"&>-;pgZ]A0WVZ4DnP+.Pj;>dUJ%G:Zl7/9Bm=iN-G<EMU$>..?%#@?@$6?L!#@\u-.54>7Dx_GG_xDzѰ?ED?B-4.'55>uCx_FF_xCzЯ?D祦E?H73% %#'%H\1DJ3\?\HB\?MPRMT% #!5!3!monn\7%5>54.54632(Xd-C-!'!T?WfVAzhSj %-$5)EHx3H5!3774>32#".->#"=..="#>-/?&&?/.>&&>N'3 F3'#".54>3232>54.#"38zw44wy8P)H99H)(H89I*ݩlljj뫓TT擓SSV!3532>5#".5>?3;Ǩ& 'E@=+ DMX3 ) m 3'0N8(8"%5%j4 2"mH+!26?3!5>54&#"".54>321Pvg?Yy 8/_zFUKhT:aE&9ppsw<w0Z`kaIE?R5aOul0M78dL-/X~9D".54>332>54.+532>54&#""&54>32tk30?#%B]82[F))QvMBb@ VT7E&9rpm{B0TrC>jD](DY0'<)AbB!DuX;bG(+PoCp~6Zr=!5!3467!}->"29#=-E ,2. }}0: mm :0}}NZ`TYO7R :%2>54&#"'!#'.#!>32#".54633[E)'?60^A u  V332#".54>32#4."32654&9/ #=Q/O[dRHɂ :mdnHS&~&?Q,:,.^L0#Ԉ@Z5 !!"#!R!89 { 53gd=;%9M4>7.54>32#".2>54.'4.#">=+PoCz1pln7'Hf@\Q%G|{;5U< "IqO"<+!=U0G/*A,8R6&6#uBjWI"GxGh?6`N=^MB!-[cm>ah7>j&D^82QGC$9GX632267.#"]P#04*;O3 ;JY5Xk;@ynoLB>Jj!9P0X``'AS,-= .P;"*'2&7kgoHP݀K>y:\'74>32#".4>32#".->#"=..="#>-->#"=..="#>-/?&&?/.>&&>S/?&&?/.?&&?\\+%5>54.546324>32#".(Xd-C-!'!T?Wf->#"=..="#>-VAzhSj %-$5)EHx/?&&?/.?&&?5 olTߡ!5!5w\75 5loբdi!TL%9#'>54.#"".54>324>32#".3ff)})XpA'=*.>&?jM+4kqlLV->#"=..="#>-RRl[*#_mx=1Q; *F^4#6$2W@%3a/?&&?/.>&&>h]r#"&'##".54>327332>54.#"32>7#".54>$3232>7.#"JxM[~" 6DU6@uY49W{cGf V1V#)SD+U|aj;lSz016buؽo=C{\H;,?+R!4SA.#WYg(F4*VZ7w[7$+ &(% *6 D~ӍG6hꇵJ0> N)H6 +X܅խ{Bf9fm*EV-4Umpk)6;!532>7!;!532>54&/.'!;!V-'#!',%\P  H   yC mm !:.J+9!mm .#MPO$JNN$9!.;)532>54.+5! 32>54.+532>54.+%D_:GuU/lT''TV$&bD`<:^GNH_9<`EJBDeI4 ?[xKm 4,)3 l{ClNKoH$}?dFF^:q/%2>7#"$&546$32#4.#"fKu\E.lXZ vt:!A`>5V@aQ$,b#8F" 2+_P4ln%@W2&A03eR3R甔ޓI9%#!532>54.+5!2+32>\\V&&V cusik6om 4,)1 lY%FW9%%!2>?3!532>54.+5!#'.#!!!=, PV&&Vq 54.+5!# O?(V&&Vo =cQHya,4 mm1()1 lq7"$&546$32#4.#"32674&+5!#"b\b@"DbA?`Apc-/iy&L$JH.xln%@W2$?0>hJ)R甔Q-R@ll$;,779TC!532>5!;!532>54.+5!#"!4.+5!#";X&&X=V&&VX&&XV&%Vm 4,6,4 mm 4,)1 mm 4,u,4 mm 4,#(1m93532>54.+5!#";9V&&VV''Vm 4,,4 mm 4,.,4 m#"+532>54.+5!V'*JgyFJ%1]H,&VJ 4,7]mK.w%Vg)1 l9D>54!" ;#".';!532>54.+5!#"y!- 4?+*KHF$}78:"nNvY@0'[(V=V&&VV(B#91,"jj0B(0?&m *5 G,4 mm1()1 ll 4,"93532>54.+5!#"!26?39V&&VV'}HP!sm 4,,4 ll 1)[W79d6!532>5#;!532>54.+5! !#"; 1 cO'8$ V&&VNTFCV&&Vm-% ,4 mm1()1 l#l 4,-,4 m9+,!;!532>54.+5!4.+5!#"'VV&&V&VV&h,4 mm 4,)1 l)1 ll 4,;q'#"$&546$3232>54.#"[VV[&T_`R%%R_`T&ݩllkk뫓TT擓SS9#0+;!532>54.+5!232>54.+@F(}V&&VuҋD^2LjC;_EP\M(1mm 4,)1 l54.#"A~y 8Qb3!\a ͈CV[&T_`R%%R_`T&ݐqS w6u}kk뫓TT擓SS90=732>54.+5! ;#".'#;!32>54.+9V&&V"0Od4114C\gK &X=sG_9<`Dom1()1 l¹Q~^A\,?)m)H9l(1m&KqKNlE=JE".54>332>54.'.54>32#4.#"o/'AS-*Jg=<^B"*UVkZ'Llqk4?_?4S;)J7 Khi_+N4Rf25H.XY-".+cU80G.+LII*+Zg{KcvB%#%;!532>5#"#!#'.+?&V=V&.>'  '>.,4 mm 4,G%6"s"6%!5#"#".54.+5!#"32>54.+5!X&;}†ӒM%XV&+PpFDnM*&VJ 4,gr=3p~)1 ll 4,VuG#JrN#)1 l2#"#.+5!#">7>54&+5!c^L #$/^    -%kJ !:/L' ll3>DC;EEo "$l> >7>54&+5!#"# #.+5!#">7 l?D/'.$ #-/>=  !0cZL%Zch1 5,ll #>3V? * ll03A''[]V!Bs<mJ4.+5!#" ;!53254.' ;!532>7 .+5!#"7>/*0/0y(V&\ {"8D %81.f!)2##/ % ll#8*k?-mmC ,!C "#mm%5!)ll  @#E:!532>5.+5!#">?>54&+5!#";P`+  )#>= )7"w CD/'%!#)em2+* ll2*=Ad06E-=50ll$>0Z-2mV !2>?3!5!"#!?P/ fm0>% FN/#:I'\Zf1E*o!#";7X">-->"Xl :10; lN3#L!532>54.+5X#=--=#Xl ;01: l^3# #XŠcBV!5!@yLT! .'5!0umXA278SXQ"QQL\d?32>=""&54>32;!'##".546?54.8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"#+;#".'#!532>54.+5!3>32"32654&7jf;`M;9{8,,;!,tdi6=P00R=eZZ)؍C0B(m 8/#,5 l V&-/LXC3hjek7`d-".54>32#4.#"32>7\qJMjcf5;gP 3'-G3r5]L9.a:؝ކ9!:O-!?05`H++h-=#3'PA)^/A%;!'##".54>323&'.=4.+5!2>54.#"b/="s9;M`32!32>7`Veb'=džDDyo|Ba'Ec@5ZI770dߪN|V. LцڒI?|zig`.-=#F,O<$''/3532>5#5354>32#4.#"!!;'-3+1glcN!} '$ +3`m 4,̌L_g6)6 E@:2!;^Dp4,4 mqSbv#4.#"#".';2#"&5467.54>7.54632>3232654&+"32>54.#"q!9* ' $1fk ""  5+fa.Hߘ펇6*0C(-M7 I}.)4@'%7%{vRS@5""6()6 !6)(6!#+   ;DI&M`6 " +PuI_g7nu -:$":5/9Pf>%)" *UQheA4 "=6W>"!?Y79]B%&D^#!=!4.#";!532>54.+5!3>32;Z'?-3D)&7"#:+,3ENW0O~W."4#BgF%4Ws?y+4 mm 8.1)1l(\'.,:B! .`h%09 m#),4>32#".2>54.+5!;!5/?%#@00@#%?/u3+,3+4u'8##8'&8$$8 4,n)1m,4 mm)*+532>54.+54>32#".Mq)8W;-54.+5!>54!";pnP(R+4u3+,3"73GQ6n1 $I?=,4 mm 4,9)1lI!'(!&-ggS[jQN#72>54.+5!;!5;3+,3+4um 4,9)1l,4 mm)dS!4.#";!532>54.+5!3>323>32;!4&#";Z'?-3D)&7"#:+'6" ENW0q%IS[0O~W."4"9IZ0D+"4#BgF%4Ws?y+4 mm 8.d+4 g:D$ Q[:D$ .`h%09 m/Pk;m09 m)!d8!4.#";!532>54.+5!3>32;Z'?-3D)&7"#:+'6" ENW0O~W."4#BgF%4Ws?y+4 mm 8.^+4 m:D$ .`h%09 m`d#!".5!232>54.#"{ĉI{ÉI3R;;Q33R;;R2)Gؐ!Fאmp99pmnn77n^2B2>54.+5!3>32#"&'#;!52654&#"33+%3% ;M`;fj76idu,+3-agYYe=R00P 4,H/8 m(B0Cؕ׌CYK/-&V ,4 mm7kejh3^-^6F532>=4>767##".54>3237!#";"32>54.`%"<-:K]:cj77kd<`M;)"=/-<"%+gWWg=Q11Qm3* '+1:#<+Cؔ֋C/B*m 8/*3m6ifjh3)b1)532>54.+5!3>32#4.#";T#:*'6") 0C[?yr| '$4$ &5Bm :0R-7 m.E.UQ^h*@*$9HIB-7 =bA".54>332>54.'.54>32#4&#"oc-';B :Q25M1:aHSW-?tcaV(ap[Y!=-?lTDsS.;r$@X32=" @fG&'3"5/-ASkERzQ(!6D#EHfq / !4/0=OeAU\1+H%267#".5#5267673!!(I 7I\6EpN*Bh??  !M{Zi4"B]V5#J/!'##"&54.+5!32>54.+5!;- HR[0"5%$<-1G-(6$25A# -8 mpBjK)+QsH-4m-3mJ+#"!.#5!#">7>54&+5!)! '3"{V% %  -#; ;1{& mm! 0|A4@=2 9"mJ<3>7>54&+5!#"# #.+5!#"3>7  Z CE," ",X>= L   ?Jg&.2;&+<40mm #?2Xq * mm#30%NJB3mLGJF4&+5!#";!53254./;!532>7 .+5!#"7>{90//2!-/O&t {u:E%812+V/#- ra%mm 3(;1mmC  +4"#mm 2&7J66mm  )u8JA"+52>7.#5!">7>54/& $NOO%$@GVre#khC "(H?3!5!"#!+ y 1\" {t(?-BTj !7*1LX=L-".54.'5>546;#";VX-%@W22W@%P,8! jwvk !8,P*OpF^;I*}*I9`l2K0]wx]0K3m#3=L-532>54675.54.+532#=P,8! kvwj !8,Pí%@W22W@%-XVm3K0^]xw]\0K2l9I*}*I;FpO*^.#"#463232673#jf`25>O32: ;ZXq|gtzұ9V!3#".54>329ysl->#"=..="#>-?/?&&?/.?&&?u%,5%.54>753#4.'>7#;gwADybX\/;fP &4[K9)TYCJ!4%EϒՈD%9I)!?0+RD1 +;#3#J?-ߞ%<?i1=V>323267#".'.#"57>54&'#53.54632#4.#"!) !&&)1 -I-Fi((tQC@;2o*#=85ZA B6#  na,~$@2M[  k'')x   SDGF   /)8Mc>;a5}@HN'%@W2H^/cQ4uy*QJ@}+"6467'7>327'#"&''7&732>54.#"! {gz-h:9i-g}" ygy.l;:l-viw;%?V13W?##?W31V?%;m-{f{!!h-i;;g-yfy#!whw[t1VA%%AV13WA%%AWfJ3532>75!5!5!53.+5!#">?>54&+5!#"!!!!;/"<-&J>6N&V  9D(#" ->"/m0-qywx#* ll&*;%Ax*N,#2' *(ll$>0xwyf14m#3#334 Mc".54>332654.'.5467.54>32#4.#"4.'.'>5s[&0C(<[U3?T-_N2d]1C4.4\`jB%H@4+t?A% ="/*B=?("5,'4>32#".%4>32#".!,,"",,!",+""+,"#1 1#"11"#1 1#"11qR7e4>32#".732>54.#"2>7#".54>32#4.#"q6ahhb66bhha6p.SuXYuS..SuYXuS./P@/ 'MsMfg38olGiF#&3"7)He@hb66bhhb55bhXuS..SuXXuS..Su9(2 !:0BxgdxC'5$ 7-0^Y; 1 4326=""&54>323#'##"&546?54.'. ?>/UGyju0So?'12.9E)hx\ 6,O>T?N#.)0#0at- Zd) jgfa71" 3#%3#9ϐ9Ώ^effejeffe%%#!5%%n3HqR)6Rn32>54.+5! 3##;!32>54.+4>32#".732>54.#"$$q` 4C# #l#fV7J,/K6P{6ahhb66bhha6p.SuXYuS..SuYXuS.fXH1J6%  E}E,D.-@'hb66bhhb55bhXuS..SuXXuS..Su!5!@ybJ'4>32#".732>54.#"b1Tq@AqT11TqA@qT1.=#$>..>$#=.AqT11TqA@qT00Tq@">//>"$?..?)5!#!5!3!omonnLJ+!26?3!57>54&#"".54>32BsYG,$ Lu5E(+5#*"B4 &JmFSwM$-PXhF'7擽,SPP*BJ%:I#/!%?.9Q?=-&546332654&+532654&#""&54632#̍;8YIV^feCCMU+569T^[aju=]K-8G]WQNGaXP?DX[#5Rel_Zj gXJR! >7!#J781BXmu0LQQ"QXSJ5"&'#".54>7!32>5!;#"&'#=Ux(.WH1F,&F5 8#<-+E17DGi 5BT?9UlC 'A0?gK=Ȁ}\7bI*.SuGs^PmbP-J3R'#!532>5#".54>3!#";!\#=-ZxH"LxW##=..=#l :0AoPR`4l :10: l3{4>32#".->#"=..="#>-/?&&?/.?&&?f;#".'532654.'73;*LkA.20&J:C*8!+u2Q96W=  })5& X0C`L;!532>5#"&5>?#Th!0K%)%[=\3ZZE9F;* ),DH 7 32654&#"#"&546327=MK>@LK<V`4fy||yywwy+V #3#3ǏϏ9eƏϏ:j !%A%;!532>=!5334673#3%;!532>5#"&5>?))9{۞#Th!0K%)%[=\GZZGR4mc ?&! 3ZZE9F;* ),D K!#3%;!532>5#"&5>?!26?3!57>54&#"".54>32۞#Th!0K%)%[=\8BsYG,$ Lu5E(+5#*"B4 &JmFSwM$ 3ZZE9F;* ),D-PXhF'7擽,SPP*BJ%:I#/!%?.9Q?!%S%;!532>=!5334673#3&546332654&+532654&#""&54632#))9{D۞;8YIV^feCCMU+569T^[ajuGZZGR4mc ?&!]K-8G]WQNGaXP?DX[#5Rel_Zj gXqyT%94>?332>52#".#".54>32q3ef)})Wq@'=*.?&?jM+4kqlL->#"=..="#>-RlZ*#_mx=1Q; )G]5$6$2V@%3a/?&&?/.?&&?s"%D-Rs"%w7RsBO>7!#.'#;!532>7!;!532>54&/.'!A@99@@:>;;=9;!V-'#!',%\P  H   yFLQQ""QQL.2222.C mm !:.J+9!mm .#MPO$JNN$oIV2>73#".#"#>32;!532>7!;!532>54&/.'!#(C[77YMC!#)C\77YMC0;!V-'#!',%\P  H   y'>nS0(1('>nS0(1(C mm !:.J+9!mm .#MPO$JNN$R"%kR'Q^#".54>324.#"32>;!532>7!;!532>54&/.'!&CZ33ZC&&CZ33ZC&}!,,!!,,!;;!V-'#!',%\P  H   y%7S88S76T88T6* ** *ڰC mm !:.J+9!mm .#MPO$JNN$/3%!2>?3!5326=!;!53267'5!#'.#!!! !, PV80)V?<#5T-? >7!#.'#!2>?3!532>54.+5!#'.#!!! A@99@@:>;;=9, PV&&Vq 7!#.'#532>54.+5!#";0A@99@@:>;;=9 V&&VV''VFLQQ""QQL.2222.m 4,,4 mm 4,.,4 m9R"-kMR9-#!532>5#534.+5!2+!!32>\\V&&V cusik6om 4,})1 lY%}W9+oL2>73#".#"#>32;!532>54.+5!4.+5!#"#(C[77YMC!#)C\77YMC'VV&&V&VV&'>nS0(1('>nS0(1(h,4 mm 4,)1 l)1 ll 4,;qs"3DdRqs"3wPRqs,@>7!#.'##"$&546$3232>54.#"A@99@@:>;;=9#[VV[&T_`R%%R_`T&FLQQ""QQL.2222.llkk뫓TT擓SSqo3G2>73#".#"#>32#"$&546$3232>54.#"#(C[77YMC!#)C\77YMC,[VV[&T_`R%%R_`T&'>nS0(1('>nS0(1(llkk뫓TT擓SSqR"3kRHu ' 7  ;h-h--i/gwh/-g/ifq &2#"'#7&546$3273.#"4&'32>[>^VUB@`&kD`T&(jE`R%ݩl5s`Iڪkw`׀M*,SNP**T!s"9DdR!s"9w9R!sN>7!#.'##"#".54.+5!#"32>54.+5!A@99@@:>;;=9X&;}†ӒM%XV&+PpFDnM*&VFLQQ""QQL.2222. 4,gr=3p~)1 ll 4,VuG#JrN#)1 l!R"9kRs"=wR9 932>54.++;!532>54.+5!#"3;2LjC;_EP@F'T=V&&VT(sҋD&R\RyO'\M<(1mm 4,,4 ll0)%=o T)R4>32#"#"&'5332654.'.54>7.#"!532>5#53Rq}9s2WA&6W>@X77g_]Bn#5F*EQ/P=Kc;1YzH:S54U< X&^l/JՋ 5)$6//KV\0WV*%&)J7!HB$=86#Q\d5GgE%^R%"GmJjm 4,ʎ\!"ED\!"Ew\!'X>7!#.'#32>=""&54>32;!'##".546?54.A@99@@:>;;=98<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"\._2>73#".#"#>3232>=""&54>32;!'##".546?54.#(C[77YMC!#)C\77YMC8<,G3\=T2'5 CsWlk6 0"+"nS0(1('>nS0(1(XX%Da<!:T~!;Q0>K8P2%R`*8!m)=((S}Uq3V>"\"Ek\'6g#".54>324.#"32>32>=""&54>32;!'##".546?54.a&CZ33ZC&&CZ33ZC&}!,,!!,,!8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"\dU32>="!4&"&'#".546?54.#""&54>32>32!32>78<,G3\=T25UgcN>BÊDuW23*'5 CsWm6<[o|B`'Fc@5ZI68/b1XX%Da<!:Tv d`g](S}Uq3V>"!;Q0>K8P26>9;?|zig`.-=#F,O<$`d"G{ `;!"ID`;!"Iw`;!!C>7!#.'#"!4.".54>32!32>7A@99@@:>;;=9bVeb'=džDDyo|Ba'Ec@5ZI770dLQQ""QQL.2222.N|V. LцڒI?|zig`.-=#F,O<$`;"Ik!"D#!"w!1>7!#.'#2>54.+5!;!5A@99@@:>;;=9Y3+,3+4uLQQ""QQL.2222. 4,n)1m,4 mm"k`(<!".54>32.'57.'5%32>54.#"zÉIA~wDu& (8'߶3sK&ipk'N\33R;:Q33R;:R2TB̉ˇC !AAA _ % #,I=eg55geif21e)!X2>73#".#"#>324.#";!532>54.+5!3>32;J#(C[77YMC!#)C\77YMC0'?-3D)&7"#:+'6" ENW0O~W."4#'>nS0(1('>nS0(1(dBgF%4Ws?y+4 mm 8.^+4 m:D$ .`h%09 m`!"SD`!"Sw`!(<>7!#.'#!".5!232>54.#"A@99@@:>;;=9{ĉI{ÉI3R;;Q33R;;R2LQQ""QQL.2222.PGؐ!Fאmp99pmnn77n`/C2>73#".#"#>32!".5!232>54.#"#(C[77YMC!#)C\77YMC{ĉI{ÉI3R;;Q33R;;R2'>nS0(1('>nS0(1(Gؐ!Fאmp99pmnn77n`"Sk##'4>32#"&4>32#"&!5!***1A***1A)o`#0 0#"0 8=#0 0#"0 8`!,!"'#7.5!273&#"4&'32>hBfV\H6AiRX`4e;R23a;Q3)+iG!iH?m-;V7nn8a,K9p5#!"YD5#!"Yw5#!H>7!#.'#'##"&54.+5!32>54.+5!;'A@99@@:>;;=9d- HR[0"5%$<-1G-(6$2LQQ""QQL.2222.'5A# -8 mpBjK)+QsH-4m-3m5#"YkJ!"]w-:!5!;!532>7!;!532>54&/.'!)R;!V-'#!',%\P  H   y+C mm !:.J+9!mm .#MPO$JNN$\{C!5!32>=""&54>32;!'##".546?54.uR%8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"m;H".'332673;!532>7!;!532>54&/.'! QyR*dLKd*Ryc;!V-'#!',%\P  H   y+9\s:KAAK:s\9C mm !:.J+9!mm .#MPO$JNN$\ Q".'33267332>=""&54>32;!'##".546?54.IQyR*dLKd*Ry8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"ER4>733267#"&;!532>7!;!532>54&/.'!}(DW/ D7$&4@&/1/A;!V-'#!',%\P  H   y0VG2 (;N1)  laC mm !:.J+9!mm .#MPO$JNN$\d*[4>733267#"&32>=""&54>32;!'##".546?54.(DW/ D7$&4@&/1/8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"qs"'wTR`!"GwuqsH>7!#.'#2>7#"$&546$32#4.#"A@99@@:>;;=9Ku\E.lXZ vt:!A`>5V@aQ$,bFLQQ""QQL.2222.d#8F" 2+_P4ln%@W2&A03eR3R甔ޓI`!F>7!#.'#".54>32#4.#"32>7A@99@@:>;;=9yqJMjcf5;gP 3'-G3r5]L9.aLQQ""QQL.2222.:؝ކ9!:O-!?05`H++h-=#3'PA)q{C4>32#".2>7#"$&546$32#4.#"m/?%#@00@#%?/Ku\E.lXZ vt:!A`>5V@aQ$,b'8##8'&8$$8#8F" 2+_P4ln%@W2&A03eR3R甔ޓI`)A4>32#".".54>32#4.#"32>7/?%#@00@#%?/qJMjcf5;gP 3'-G3r5]L9.a'8##8'&8$$8|:؝ކ9!:O-!?05`H++h-=#3'PA)qsH3>73!.'2>7#"$&546$32#4.#"9=;;>:@@99@AKu\E.lXZ vt:!A`>5V@aQ$,bs.3223.LQP##PQL7#8F" 2+_P4ln%@W2&A03eR3R甔ޓI`!F3>73!.'".54>32#4.#"32>79=;;>:@@99@AwqJMjcf5;gP 3'-G3r5]L9.a!.3223.LQP##PQL:؝ކ9!:O-!?05`H++h-=#3'PA)9s3>3>73!.'#!532>54.+5!2+32>9=;;>:@@99@A/\\V&&V cusik6s.3223.LQP##PQLom 4,)1 lY%FW^ =O>73#;!'##".54>323&'.=4.+5!2>54.#" -68zq/="s9;M`323&'.=!5!54.+5!2>54.#"b/="s9;M`?3!532>54.+5!#'.#!!!Rr, PV&&Vq 32!32>7RVeb'=džDDyo|Ba'Ec@5ZI770d٢dN|V. LцڒI?|zig`.-=#F,O<$9m7".'332673!2>?3!532>54.+5!#'.#!!!QyR*dLKd*Ry, PV&&Vq 32!32>7\QyR*dLKd*RyMVeb'=džDDyo|Ba'Ec@5ZI770d9\s:KAAK:s\9N|V. LцڒI?|zig`.-=#F,O<$9^94>32#".!2>?3!532>54.+5!#'.#!!!/?%#@00@#%?/E, PV&&Vq 4>32#"."!4.".54>32!32>7/?%#@00@#%?/Veb'=džDDyo|Ba'Ec@5ZI770d'8##8'&8$$8oN|V. LцڒI?|zig`.-=#F,O<$9A4>733267#"&!2>?3!532>54.+5!#'.#!!!(DW/ D7$&4@&/1/, PV&&Vq 733267#"&"!4.".54>32!32>7(DW/ D7$&4@&/1/fVeb'=džDDyo|Ba'Ec@5ZI770d0VG2 (;N1)  l@N|V. LцڒI?|zig`.-=#F,O<$9s>3>73!.'!2>?3!532>54.+5!#'.#!!!79=;;>:@@99@A, PV&&Vq 73!.'"!4.".54>32!32>79=;;>:@@99@AwVeb'=džDDyo|Ba'Ec@5ZI770d!.3223.LQP##PQL٪N|V. LцڒI?|zig`.-=#F,O<$qsP>7!#.'#"$&546$32#4.#"32674&+5!#"A@99@@:>;;=9\b@"DbA?`Apc-/iy&L$JH.xFLQQ""QQL.2222.ln%@W2$?0>hJ)R甔Q-R@ll$;,77q!l{>7!#.'##4.#"#".';2#"&5467.54>7.54632>3232654&+"32>54.#"A@99@@:>;;=9!9* ' $1fk ""  5+fa.Hߘ펇6*0C(-M7 I}.)4@'%7%{vRS@5""6()6 !6)(6!LQQ""QQL.2222.+   ;DI&M`6 " +PuI_g7nu -:$":5/9Pf>%)" *UQheA4 "=6W>"!?Y79]B%&D^qmI".'332673"$&546$32#4.#"32674&+5!#"FQyR*dLKd*Ry5\b@"DbA?`Apc-/iy&L$JH.x+9\s:KAAK:s\9ln%@W2$?0>hJ)R甔Q-R@ll$;,77qet".'332673#4.#"#".';2#"&5467.54>7.54632>3232654&+"32>54.#" QyR*dLKd*Ry!9* ' $1fk ""  5+fa.Hߘ펇6*0C(-M7 I}.)4@'%7%{vRS@5""6()6 !6)(6!9\s:KAAK:s\9+   ;DI&M`6 " +PuI_g7nu -:$":5/9Pf>%)" *UQheA4 "=6W>"!?Y79]B%&D^q{K4>32#"."$&546$32#4.#"32674&+5!#"/?%#@00@#%?/̾\b@"DbA?`Apc-/iy&L$JH.x'8##8'&8$$8*ln%@W2$?0>hJ)R甔Q-R@ll$;,77q)gv4>32#".#4.#"#".';2#"&5467.54>7.54632>3232654&+"32>54.#"^/?%#@00@#%?/!9* ' $1fk ""  5+fa.Hߘ펇6*0C(-M7 I}.)4@'%7%{vRS@5""6()6 !6)(6!'8##8'&8$$8+   ;DI&M`6 " +PuI_g7nu -:$":5/9Pf>%)" *UQheA4 "=6W>"!?Y79]B%&D^q; E>73#"$&546$32#4.#"32674&+5!#"y -68{\b@"DbA?`Apc-/iy&L$JH.xVLQO" PSP!ln%@W2$?0>hJ)R甔Q-R@ll$;,77q! ap#5>73#4.#"#".';2#"&5467.54>7.54632>3232654&+"32>54.#" -59{!9* ' $1fk ""  5+fa.Hߘ펇6*0C(-M7 I}.)4@'%7%{vRS@5""6()6 !6)(6!LQO" PRP!+   ;DI&M`6 " +PuI_g7nu -:$":5/9Pf>%)" *UQheA4 "=6W>"!?Y79]B%&D^9Ts\>7!#.'#532>5!;!532>54.+5!#"!4.+5!#";A@99@@:>;;=9X&&X=V&&VX&&XV&%VFLQQ""QQL.2222.m 4,6,4 mm 4,)1 mm 4,u,4 mm 4,#(1m#!V>7!#.'#4.#";!532>54.+5!3>32;1A@99@@:>;;=9)'?-3D)&7"#:+,3ENW0O~W."4#}LQQ""QQL.2222.BgF%4Ws?y+4 mm 8.1)1l(\'.,:B! .`h%09 m%hKO!532>5!;!532>5#5354.+5!#"!54.+5!#"3#;5!X&&X=V&&VX&&XV&%Vm 4,6,4 mm 4, lc)1 ll 4,[[,4 ll 4,[l(1m9!E54.+5!!!3>32;!4.#";!532>5#5,3>ENW0O~W."4#9'?-3D)&7"#:+ )1ll(['.,:B! .`hb09 mdBgG%4Xs?+4 mm 8.l,o?2>73#".#"#>32532>54.+5!#";C#(C[77YMC!#)C\77YMCV&&VV''V'>nS0(1('>nS0(1(m 4,,4 mm 4,.,4 m82>73#".#"#>322>54.+5!;!5 #(C[77YMC!#)C\77YMCN3+,3+4u'>nS0(1('>nS0(1( 4,n)1m,4 mm9#!5!532>54.+5!#";RwV&&VV''V+3m 4,,4 mm 4,.,4 m{!5!2>54.+5!;!5pR3+,3+4u٢ 4,n)1m,4 mm9m1".'332673532>54.+5!#";QyR*dLKd*RyOV&&VV''V+9\s:KAAK:s\9m 4,,4 mm 4,.,4 m*".'3326732>54.+5!;!5YQyR*dLKd*Ry3+,3+4u9\s:KAAK:s\9 4,n)1m,4 mm9;4>733267#"&532>54.+5!#";(DW/ D7$&4@&/1/V&&VV''V0VG2 (;N1)  lm 4,,4 mm 4,.,4 m#)/H4>733267#"&4>32#".2>54.+5!;!5(DW/ D7$&4@&/1/ /?%#@00@#%?/u3+,3+4u0VG2 (;N1)  l'8##8'&8$$8 4,n)1m,4 mm9{34>32#".532>54.+5!#";/?%#@00@#%?/V&&VV''V'8##8'&8$$8>m 4,,4 mm 4,.,4 m#J72>54.+5!;!5;3+,3+4um 4,n)1m,4 mm9"-.5#)"MNs8>7!#.'##"+532>54.+5! A@99@@:>;;=9V'*JgyFJ%1]H,&VFLQQ""QQL.2222. 4,7]mK.w%Vg)1 l!/>7!#.'#+532>54.+5*A@99@@:>;;=9.Hj' 0K3-73#>54!" ;#".';!532>54.+5!#"} -68{!- 4?+*KHF$}78:"nNvY@0'[(V=V&&VV(VLQO" PSP!#91,"jj0B(0?&m *5 G,4 mm1()1 ll 4,"#; H>73##".';!532>54.+5!>54!"; -68{ pnP(R+4u3+,3"73GQ6n1VLQO" PSP! $I?=,4 mm 4,9)1lI!'(!&-ggS[jQN#J:!#".';!532>54.+5!>54!";pnP(R+4u3+,3"73GQ6n1 $I?=,4 mm 4,n)1mI!'(!&-ggS[jQN9s"0wR#"Pw9; ->73#532>54.+5!#"!26?3 -68{HV&&VV'}HP!sVLQO" PSP!m 4,,4 ll 1)[W7#; &>73#2>54.+5!;!5 -68{l3+,3+4uVLQO" PSP!2 4,9)1l,4 mm9 ->73#532>54.+5!#"!26?3 -68zV&&VV'}HP!sLQO" OSP!m 4,,4 ll 1)[W7# &>73#2>54.+5!;!5u -68z3+,3+4uLQO" OSP! 4,9)1l,4 mm934>32#".532>54.+5!#"!26?3y/?%#@00@#%?/V&&VV'}HP!s'8##8'&8$$8-m 4,,4 ll 1)[W7#,4>32#".2>54.+5!;!5/?%#@00@#%?/3+,3+4u'8##8'&8$$8 4,9)1l,4 mm9'3532>5574.+5!#"%!26?39V&&VV%'}HP!sm 4,C`c,4 ll 1)[W7# 72>5574.+5!7;!5;3+,3ᤤ+4um 4,+TV)1lH\\%,4 mm9+s"2wR)!!"Rw9;+ :>73# ;!532>54.+5!4.+5!#" -68{)'VV&&V&VV&VLQO" PSP!h,4 mm 4,)1 l)1 ll 4,;);!d F>73#4.#";!532>54.+5!3>32; -68{^'?-3D)&7"#:+'6" ENW0O~W."4#VLQO" PSP!BgF%4Ws?y+4 mm 8.^+4 m:D$ .`h%09 m9+sE3>73!.' ;!532>54.+5!4.+5!#"9=;;>:@@99@A'VV&&V&VV&s.3223.LQP##PQLh,4 mm 4,)1 l)1 ll 4,;)!!Q3>73!.'4.#";!532>54.+5!3>32;E9=;;>:@@99@A'?-3D)&7"#:+'6" ENW0O~W."4#!.3223.LQP##PQLBgF%4Ws?y+4 mm 8.^+4 m:D$ .`h%09 m #RC9+9;!532>54.+5!4.+5!#"+532>='VV&&V&VV&0Y~MD1(J9"h,4 mm 4,)1 l/)1 ll 4,+m.w(V_)d=32>54.#";!532>54.+5!3>32+ 0K3'?-3D)&7"#:+'6" ENW0O~W.Hj'$TiBgF%4Ws?y+4 mm 8.^+4 m:D$ .`hm.q+!5!#"$&546$3232>54.#"LR[VV[&T_`R%%R_`T&+llkk뫓TT擓SS`{'!5!!".5!232>54.#"R{ĉI{ÉI3R;;Q33R;;R2٢Gؐ!Fאmp99pmnn77nqm%9".'332673#"$&546$3232>54.#"QyR*dLKd*Ryk[VV[&T_`R%%R_`T&+9\s:KAAK:s\9llkk뫓TT擓SS`!5".'332673!".5!232>54.#"oQyR*dLKd*Ry{ĉI{ÉI3R;;Q33R;;R29\s:KAAK:s\9PGؐ!Fאmp99pmnn77nqs3G5>7!35>7!#"$&546$3232>54.#"//* '29:70/* '29:7[VV[&T_`R%%R_`T&+!LPN"18;82!LPN"18;82llkk뫓TT擓SS`!/C5>7!35>7!!".5!232>54.#"&//* '29:70/* '29:7N{ĉI{ÉI3R;;Q33R;;R2!LPN"18;82!LPN"18;82PGؐ!Fאmp99pmnn77nq&7%!2>?3!#"$&546$32!#'.#!!!267.#"+,%-u3VV5w- 75.#""!4&"&'#".5!2>32!32>73R;8O3cs;R2UgcN>vDCy{ĉIrD?po|Bb)Eb>5ZI68/b)mp94fd77nH PMQLGؐ!ONNO?|zi aZ+-=#F,O<$9s"6wR)!"Vw'9; >K>73#32>54.+5! ;#".'#;!32>54.+% -68{V&&V"0Od4114C\gK &X=sG_9<`DoVLQO" PSP!21()1 l¹Q~^A\,?)m)H9l(1m&KqKNlE);b ?>73#!532>54.+5!3>32#4.#"; -68{T#:*'6") 0C[?yr| '$4$ &5BVLQO" PSP!m :0R-7 m.E.UQ^h*@*$9HIB-7 9sIV3>73!.'32>54.+5! ;#".'#;!32>54.+39=;;>:@@99@AV&&V"0Od4114C\gK &X=sG_9<`Dos.3223.LQP##PQL1()1 l¹Q~^A\,?)m)H9l(1m&KqKNlE)!J3>73!.'!532>54.+5!3>32#4.#";9=;;>:@@99@AT#:*'6") 0C[?yr| '$4$ &5B!.3223.LQP##PQLm :0R-7 m.E.UQ^h*@*$9HIB-7 =Js"7wR=!"Ww7=Js^>7!#.'#".54>332>54.'.54>32#4.#"A@99@@:>;;=9(o/'AS-*Jg=<^B"*UVkZ'Llqk4?_?4S;)J7 Khi_+NFLQQ""QQL.2222.4Rf25H.XY-".+cU80G.+LII*+Zg{KcvB=!Z>7!#.'#".54>332>54.'.54>32#4&#"A@99@@:>;;=9Ooc-';B :Q25M1:aHSW-?tcaV(ap[Y!=-?lTDsS.;rLQQ""QQL.2222.$@X32=" @fG&'3"5/-ASkERzQ(!6D#EHfq / !4/0=OeAU\1=J"7{=b"W{=Js^3>73!.'".54>332>54.'.54>32#4.#"9=;;>:@@99@A(o/'AS-*Jg=<^B"*UVkZ'Llqk4?_?4S;)J7 Khi_+Ns.3223.LQP##PQL4Rf25H.XY-".+cU80G.+LII*+Zg{KcvB=!Z3>73!.'".54>332>54.'.54>32#4&#"9=;;>:@@99@AQoc-';B :Q25M1:aHSW-?tcaV(ap[Y!=-?lTDsS.;r!.3223.LQP##PQL$@X32=" @fG&'3"5/-ASkERzQ(!6D#EHfq / !4/0=OeAU\1%"8{X+H"X{%s<3>73!.';!532>5#"#!#'.+19=;;>:@@99@A&V=V&.>'  '>.s.3223.LQP##PQL,4 mm 4,G%6"s"6%+ ,>73#267#".5#5267673!!u -68z(I 7I\6EpN*Bh??LQO" OSP!  !M{Zi4"B]V%+!!;!532>5!5!#"#!#'.+?'&V=V&'.>'  '>.lP,4 mm 4,l+%6"s"6%+H&%267#".5#53#5267673!!3#(I 7I\6EpN*Bh?A  !M{Zmi4"Bm]V!oU2>73#".#"#>32#"#".54.+5!#"32>54.+5!#(C[77YMC!#)C\77YMCX&;}†ӒM%XV&+PpFDnM*&V'>nS0(1('>nS0(1(\ 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5#O2>73#".#"#>32'##"&54.+5!32>54.+5!;N#(C[77YMC!#)C\77YMC]- HR[0"5%$<-1G-(6$2'>nS0(1('>nS0(1(d5A# -8 mpBjK)+QsH-4m-3m!9!5!#"#".54.+5!#"32>54.+5!`RyX&;}†ӒM%XV&+PpFDnM*&V+} 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5#{3!5!'##"&54.+5!32>54.+5!;R/- HR[0"5%$<-1G-(6$2٢5A# -8 mpBjK)+QsH-4m-3m!mG".'332673#"#".54.+5!#"32>54.+5!'QyR*dLKd*RyaX&;}†ӒM%XV&+PpFDnM*&V+9\s:KAAK:s\9 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5#A".'332673'##"&54.+5!32>54.+5!;QyR*dLKd*Ry- HR[0"5%$<-1G-(6$29\s:KAAK:s\9'5A# -8 mpBjK)+QsH-4m-3m!']#".54>324.#"32>#"#".54.+5!#"32>54.+5!&CZ33ZC&&CZ33ZC&}!,,!!,,!TX&;}†ӒM%XV&+PpFDnM*&V7S88S76T88T6* ** *r 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5#'W#".54>324.#"32>'##"&54.+5!32>54.+5!;&CZ33ZC&&CZ33ZC&}!,,!!,,!- HR[0"5%$<-1G-(6$27S88S76T88T6* ** *z5A# -8 mpBjK)+QsH-4m-3m!sU5>7!35>7!#"#".54.+5!#"32>54.+5!//* '29:70/* '29:7X&;}†ӒM%XV&+PpFDnM*&V+!LPN"18;82!LPN"18;82 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5#!O5>7!35>7!'##"&54.+5!32>54.+5!;V//* '29:70/* '29:7"- HR[0"5%$<-1G-(6$2!LPN"18;82!LPN"18;82'5A# -8 mpBjK)+QsH-4m-3m!Q4>733267#"&#"#".54.+5!#"32>54.+5!G(DW/ D7$&4@&/1/X&;}†ӒM%XV&+PpFDnM*&V0VG2 (;N1)  l 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5#JK4>733267#"&'##"&54.+5!32>54.+5!;(DW/ D7$&4@&/1/- HR[0"5%$<-1G-(6$20VG2 (;N1)  l5A# -8 mpBjK)+QsH-4m-3msW>7!#.'#>7>54&+5!#"# #.+5!#">7A@99@@:>;;=9 l?D/'.$ #-/>=  !FLQQ""QQL.2222.0cZL%Zch1 5,ll #>3V? * ll03A''[]V!Bs<m!U>7!#.'#3>7>54&+5!#"# #.+5!#"3>7?A@99@@:>;;=9  Z CE," ",X>= L   LQQ""QQL.2222.Jg&.2;&+<40mm #?2Xq * mm#30%NJB3mLGsS>7!#.'#532>5.+5!#">?>54&+5!#";dA@99@@:>;;=9`+  )#>= )7"w CD/'%!#)eFLQQ""QQL.2222.m2+* ll2*=Ad06E-=50ll$>0Z-2m!Z>7!#.'#"+52>7.#5!">7>54A@99@@:>;;=9/& $NOO%$@GVre#khC "(HwR%!"^wVV{+4>32#". !2>?3!5!"#!/?%#@00@#%?/?P/ fm0>% F'8##8'&8$$8/#:I'\Zf1E*o%)+4>32#".2>?3!5!"#!/?%#@00@#%?/Z+ y 1\" {t'8##8'&8$$8(?-BTj !7*1LXVs03>73!.' !2>?3!5!"#!R9=;;>:@@99@A{?P/ fm0>% Fs.3223.LQP##PQL/#:I'\Zf1E*o%!03>73!.'2>?3!5!"#!Ў9=;;>:@@99@A"+ y 1\" {t!.3223.LQP##PQL(?-BTj !7*1LX''3532>54>32#4.#";-3+1glcN!} '$ +4`m 4,_g6)6 E@:2!;^D8,4 mq) 654&5432! !  ! pFW/iOM\m4H'XF{kZmkeelk`R654&5432!"! 2#"JRqGWXpe`/8)QJ{jZojq%; Dq J%2>3 ;!532654&#"! !232654&#"H *?V=V>+isz}XA݀nJBCmmBCfewKa`Vd!->32;!4&#"!"!232654&#"%"3V9=VPF5`fi^[li]wq|GNCmX&!yt&/ !#;!532654&#"#"&546332654&+E/=}V=+=TEO4$GM1xP>32#"&'#;!5654&#"33HJџvr136( 2jt, JG-aZZdqb_rCB`]SHP}m\_l>w/\LYKB3BCmm9 +4732654&+5!#"3 ;#"&'#;!32654&+9V<-*?VV<-"1`<Cԭ6-BCll;>Ƃ5gUSmSf> o*`C68AA8A8 uyibgEEJ;>EC@+mH($67#"&5467326=#"&5#52673!!3I uzM]<"9D!M-e#?H <49ENHi]V%$"#"&5463!#'.+;!53265w`V#3"JOȹ  RN-+9HI)B&b`sR?E@mmBCG+%52>32.#"!!3267#"&5+t*no[h: 40?H(I *ZihA4?HA]V %"#!#'.+3267#"&5VNR    RNUG%> o*r9?RsR?'hbo4!)'654&5432! 4+5!#"! 4+5pFWhXVh1)hVy'XF{kZF}ll-#}l5/-!'## 4&+5!324&+5!654&5432;- \7Uǜ5_qFX.[OBmp7>Emz)QJ{h\=Dm) >7!#)9'39GEVCR !5>73 8"2oKGJBu3267#"&=D%- G9cl{>9^foLd"&5463 #"&546332654&#F||هDAh[a`jOSh{w`XV`dA4>32#".".54>32#4.#"32>7-/?%#@00@#%?//qJMjcf5;gP 3'-G3r5]L9.a'8##8'&8$$8:؝ކ9!:O-!?05`H++h-=#3'PA)Ld14>32#"."&5463 #"&546332654&#/?%#@00@#%?/F||هDAh[a`*'8##8'&8$$8jOSh{w`XV\\=^ >7!#8NXIBb !5>73#!4>32#".%4>32#". -68{!,,"",,!",+""+,"LQO" OSP!#1 1#"11"#1 1#"11"%YX3{z#)YXN#,YX#-YX"3YX#=-YX\"{?YX"ZC%9&9#'.#!;!532>54.+5s[S'V&&VobYY(1mm 4,,4 ld5a9)V>9T,q3G;2>?3#'.+"##"$&546$3232>54.#" 6. )6# jj #6) .6 k[VV[&T_`R%%R_`T&'# #'y'# #'ѩllkk뫓TT擓SS9-9/2532>73;!532>54&'.';!b #$0\^    -%jm !:/& mm3w>DC;DF  "#m9d19+2B#C)33!2>?3#'.#!"#!;2>?3#'.+"# '?.#.>'>'?.X.?' @  6.H)6# jj #6)H.6  k>8**8>-=8**8='# #'y'# #'q39?1!532>5!;!532>54.+5!#";}X&&X=V&&VV&%Vm 4,G,4 mm 4,)1 ll 4,"(1m94/%2>?3!5 5!#'.#!w0D- {  Q\wm4G*>DPmDM%8== W32>54.+!#";#".54>;54.+5!#"32+;!532>5;NnF!?eHVVHe?!FnN;@n^;B΋q-=#">-q͇B;]n?->"P#=-'VaV~S((S~VaV'w&C]lw=dvA)1 ll 1)Avd=wl]C&)(1mm1(<-O".=4.#5!;4.+5!#"32>5!"+;!532>=s|Q/-=#@rX--=#">--XqA">-/Q|sN->"P#=-#?Wgt=0; la\+m)1 ll 1)+\al ;0=tgW?#(1mm1(Z;4>$3232>?3!>54.#"!3;'&V[5J1qkIf?$Q^^R&?fIlq1J5ϔPPπ,0"Db Bm^fn::nf^mB D"0,9R"-kMRR"=kR`^"Y\L^"Y^"Y}^"YE7"Zq`^*;!".'##".54>323>73;%2>=.#"qLjF' :L`!maW.9'B0C֓،C 8I*/Y/`qy7sZXmMiLFd@)!K4>32#"&'2>54.'#"&5432>54.#"Ok{{=%0;JGz[4@wil.,J61I0?+".h !$ AB2J03K33?I}s`).W}N2TE82 CcYww<2*P*W[QsR6 )%Ru:_D%'Hg@;+";^;2>54&'4632#"&54>7& &#"'>Osc_;6W=!66J;/<# ":LW[+%BZ4GA!+3_][/*(AJO^l@@?QDK#8G$Jv) "#! al:QA-`_Y%W T$`H4.'32>#".54>7.54>32#4.#"J$=P,'J:$8O33O6@eHVb6MxsO=nZ2WA&?oZj]+n]0H/*>)NtZH!7]cJwS--V|,EBD,4m{XC=unjoJ$PZg#)5LbJ>32#".'32>7#".54>75.54>32#4&#" .+g0-6K?5:532oyv:'@S-.J5Awimf0FG(5 ;%E6" $*-: gP^a+7 0+P=%4YxD>U;' 3CN)GmI&'=M&A:hv1A``#XA4>7.'7>32#*'5>54.'.`C|p2jif-J,`juA>FJ&8?ElM'LlE!$LwTyy3jo0?'8`JY\.Z!0<"f!;0 +$1-&>-biTb<#xd32!.54&#"!   :McAZY+  UE5H,1tpa*[6)M;$.bj'hfVTho-94bX`)#".54>322>7!"!.Adžɂ==ˍƄA6N5T5P95O54Mmn'%llT呑T-M؊ؓMJ3267#".5BG%P 1CR-P~X.Jd[  !JzX!#R4>32.#";#".'!4.+5!Dqih32;#".'.'#!?5;D) 5*! 3F*Q{_H>?@ /@dO?07$RVwK! 5%!3#9plbiQ m@zd"JRR"3Jx?^2#.#"'>32>54.'4>32?!54.'.54>75.54>7.'7>32#"&'>32#".'&LrMJiB.dm+9".K8vj1%AO3!,M-$JGBC-f*%  ?H19A&"6+  ,")!Mk`dSBJ6!3267#".54>7!+52>7#"#4>3!(8\98W=   BjL LE7 >_;>x&P~WBI|'*8#  9\B4MQvN&j?iPI8Pk?d*#"&'!4>324.#"32>=riYA<}{̑Q:X;;N/2tJ,H4Ѕ?,2[7xD}ÆFOތnv>8gY4@-d`\d74>32#4.#"5>54.'.`Mjcf5;gP 3'-H3&MsMJiB.dn+9#.K8e*@!:O-!?05`H+&dH`B,2CW83!!32654.'#"D̈yċK2Y|X"LA* ;W8cl!AsU2m{BI|tW5Je'Zf6QcI&W)J#!3267#"&54>7#"#4>3!A2.K %iKz'-?'m4Sf2B[SQ =Y0@$yh.7Z-".54.#5!32>54.'4>32yv;#5$"?]:MpJ$/FQ"#5$4X?$/Nu@vf)1mdPqG!AuabZ0 9*DpP{[3` +#.5%34.'>{O)1{ߙPAkQQlAAkPQk@' &Lϊ HLΉim=n32!3267#".'m &/  %7<=+?3,fBF &. 4'6iB-A2))=( P 6ZD%*B/ V#, >]<o7`/#.54.#5!3>54.'4>32`1q{֓M#5$|{O|U,#4<-,J6t۱z C|r)1msGu__X0 9*L`oE".'#"4>73267.5463232>54.'7b?^H55G]>)LkC . 3?3. ClK)8Q22Q8aA]7r]dW([f0KB= [MM[ <@L0f](Wd]r7]Aa<"k:7"k``^"SY57^"Y`^"Y `'3&'3>3 ! !2#32654&#"32654&#MN-sMhomhfqof8C`xplg#0*Qz\wTZm~WS&$>A4Af K.#"#".54>54&+53232>54&'.54>323 (:L-8K:bK暃o1 '7AՋ{ +E3GjE"M8ibPit=SUHjE"q; r;bE(UQF+3mZY"X^\&,J7]C:fWFoM)TׂmJ%;!532>=4.'.+532>7>32.#"m)e `+ "5CA:7:;Kp\L'"4) &,.&KQY50E-<9/+348&(%-2mm1,>~d,H4l?jQHzme3>zr2Tj;%2=4.'.+532>7>32.#">7!#)e `+ "5CA:7:;Kp\L'"4) &,.&KQY50E-<9/+348&(%8N-2mm1,>~d,H4l?jQHzme3>zr2Tj;%25 <4zŨAgHDe 5 30Mqb)2]2>53+#".'#".5467#"#4>34.'!3267.5463232>-@'m4Sf2b8E7g\GhL65KeF]g7C8-?'m4Sf2l s 3> V=+jNBp%RCBmmBCP$+3`d!&5! 32654&#"ϸgpngfqpe5&%!q"$!2#4&#";;!53265tBvtm+=V>V=+B(:mPb~CBmmBC`^b$32>73#"&#"#"&5>54.5`e ^wbVDk_w"8`N\3 sߦD|k8+a]C=7oǯ9!#.+;!532654&+5!#'.#!!)H_+@V>+,=Vo O?fRa@Emm><=@lcQH3!J%#.+!4&+5!#'.+!G`^?mbRH.>54&#".54632!3267#"&5467!H`I.//'6dw{lLD1-&6|hyzmhlQ=J' )$4Iw]Q_AF' - 2Jw_RL!&5475654መ3#VVomdU^g{Y_P^Jt|0:0fRGMB%6'%.''.#""&5463 ? ?(lqqvKxo #w2Z*w`avPVmou%JZ.'5'654&''%.'':ʠz\NR%V %yC{r8`2$cwh7U1qw! TU%!"$#""&54632326=#"&'#"&54&+5!#"32654&+5!#"32654&+5!#"JQMdT)~eNp5M/9XL;-Sk/:NL=,Rm~*>JV>*9fmXRUnӞaUgnw^@=llAD颏?>llAD韒BCllCB5JL%#"$#""&546323265##"&'##"&54&+5!32654&+5!32654&+5!#"FdI>[^ώjT 0q%/4VQSU]4UQSXZ:Yt`?9f]VJS_kzXTQ[VVOBm^OBm^CBmmGF=J332674&+5!#";!53265# 4$32#4&#"pN*?VV?**?V)j>+hr ӓnm-:A<_"BCllDA-BCmmBC`+) [YSQj`'232#4&#"3265!#";!5326=467##"`yf-/F5q b;EaX`E < ^RAMppllDIFCmmIJ.V*O[ 9:;>3 !".#""&5463232#";!532654&+5!#";Ua@`;13\Ph,vME-+/:VX=,B=v2vMXGJQe"73PE@mmE@?>llADJ7&#""54632324&#";!532654&+5!3>32!"62.o^q\bQ~[[:Z_A54&#"3267#"&5463CYzs;N]v_F9 TD_mչnyZ^bO 2f_|XanWYhSY5> 5Ju^Rd43267#"&546323267#"&54>$654&#sF5 T@[gپ{y*wgnrUU5: 4Go^ҹݣcouR2Y~čT^od^"%&'.#""&54632>32#.#"!5% '%X3K<9=9NkFV^mwK2L?.H:{%lTBGX32#.#"!5% '%4U/%&-9yvg5!Ib:S_:&8+!@'}r\17B/LSd^,Z>LA:KE84!4'mmq&6$3 ! !2673# 32654&#"H9<M{}pcLj9TX!(L^÷`*.54632! !2673#"&#"32654&#U?}kA>m`XdV6bb`fcda("->=+(Vƃ3/01;!53265#""&546;54&+5!#"32#4&#%=*?V=V>++j_dm*?VV?*obZmSBCmmBCvWOno[BCllDA[qlPV|353265"&546;!#"!!GKh] hg)GJRmCBBN-PRp_l?>}3%+^#$%67#!654መ3!3#"&5376@O\dk`D3 %9I\ewh|)Avn Ζ,HMbd'! !"&'##.#"&&#"3265b   (1xj` ɼsgtmd`qtgN{hK 3$"gO]`dG)Nq`d%Fb97G2>54.+5!3>32#"&'#;!52654&#"34+%3 ;M`;fj76idu,+3-agYYe>Q00P 4,/8 lS&-/(B0Cؕ׌CYK/-&V ,4 mm7kejh3q'9d*!53265#;!532654&+5! !#";=S.cO<\'V>+,=VNXBCV>*+=Vm6< (H=mm><=@l5lCB-CBm5J./0 ##3#"&5454&+5! !#"3267#"&5-H׌ dIWqd (Z& Z'.:0(o<U0^Vgib]h''mGm,(lMmAd&!!5#5332#"&'!&#"3265d{˰,YA/tuhc2tJacw,2[7B4@R"&5463 !"&546332#~or[cvwjHaWqokPb'C:5q/C%2>7#"$&546$32#4.#"4>32#".fKu\E.lXZ vt:!A`>5V@aQ$,b<->#"=..="#>-#8F" 2+_P4ln%@W2&A03eR3R甔ޓIH/?&&?/.?&&?R1"&5463 !"&546332#4>32#".~or[cvwj->#"=..="#>-HaWqokPb'C:5/?&&?/.?&&?9s")DR9R")kbRFE>32+532>54.#";!532>5#"#!#'.+ET`3w}@=tl7';)$@Y5&J@5&V=V&{.>'  '>.zF  *fh+wAyeez@ F,4 mm 4,G%6"s"6%9s"fwRq2%2>7#"$&546$32#4.#"!!fKu\E.lXZ vt:!A`>5V@\S(1c#8F" 2+_P4ln%@W2&A03eR3Jφ{DŽA=J79-9R"-kMR.fCP #"&54>332>7>54.+5!#"32#!532>532>54.+%0GUe9JZ$2("92+ -;"}85m΃W6<_C9Je^}KOJ3$(85!;!532>54.+5!#"!4.+532>54.+T85m΃W6<_C9l7Dh=4.#";!532>5#"#!#'.+>32;BV&:\A&J@5&V=V&{.>'  '>.zI\m=iv?&Bm 4,OoG F,4 mm 4,G%6"s"6%  *f,4 m9s"wLR9Ts"D{RkL267!#".'!#"+532>7.+5!#">7>54&+5!X_ '`a' `')""=DQhYZ4i\F!)I5:%! CD+dk>tY55Yt>kd$>0W_=$w&8&* ll&.8 $PQN"*Y92J50l9R?=#";!"#4.#!532>54.+5!#"!4.+5?V%&V7R7 54.+532>54.+ '>.σW6<_CNs"6%7>7>32.#"2;#".'.#;!532>5"+532>7>3.'.#".54>323&VV("1' [7-OUb>+>'6/'303 "4/+-RH<338 OoO:07@((VfV&(@70:OoO 833+>bUO-7[ '1")1 ll 4,T qZP%#/?P &6V>@^C02G+1F,m2H0b-2N,4 mm1(2-0H2m,F1)+G20C^@>V6& P?/#%PZq JB".546332654.+532654.#"".54>32J};lm ,IiF(W^5S;AV38bH*DruÍN5ZyD9tM`3Uo;QaP\2DkI&9Y> 4Xs?&B47cK,(TYP}]='P_wj19TC ;!532>54.+5!#"54.+5!#";!532>5R&X=V&&VX&&XV&%V=X&RR,4 mm 4,)1 ll 4,/#,4 ll 4,"(1mm 4,9TkU267!#".'! ;!532>54.+5!#"54.+5!#";!532>5BX_ '`a' `h&X=V&&VX&&XV&%V=X&dk>tY55Yt>kdVRR,4 mm 4,)1 ll 4,/#,4 ll 4,"(1mm 4,9[!".'.#;!532>54.+5!#"2>7>7>32.#"2;1OuW@*/9('VRV&&VV'"1' Z8-OUb>VK6.'303 "4.,-RG<247 2H0b-2N,4 mm1()1 ll 4,T qZP%I8?P &6V>@^C02G+1F,mA!532>5! #"&54>332>7>54.+5!#";X'%0GUe9JZ$2("92+ -;"aV&&Vm 4,Xe^|JOJ3$(87.+5!#">7>54&+5!')""=DQhYZ4i\F!)I5:%! CD+J$>0W_=$w&8&* ll&.8 $PQN"*Y92J50l=x<9RF2#4.#!532>54.+5!#"!4.+5!#"3F?cGV&&VX&&XV%Rri1m1(,4 ll 4,H,4 ll0)'E%;!532>5#".54.+5!#"32>74.+5!#"F&V>V&G[oBgu?&AV&:[@'J@5&VV&,4 mm 4,` +f,4 ll 4,QnB ,4 ll 4,9C3532>54.+5!#"!4.+5!#"!4.+5!#";9V&&VC&&CB%'DV&%Vm1(,4 ll 4,H,4 ll0)H,4 ll 4,$(1m9RD%3#4.#!532>54.+5!#"!4.+5!#"!4.+5!#"#ć<^CV&&VC&&CB%'DV&}oi3m1(,4 ll 4,H,4 ll0)H,4 ll 4,#0#"32#!532>5#"#32>54.+}85΃' e>W6<_CNl7Dh54.+532>54.+532>54.+5!#";%}85mσW6<_C:V&&VV&&Vl7Dh54.+532>54.+%}85σW6<_CNl7Dh7!5!.#"".54>TS\}7pa .NnJR|T-&N}Z>Z::_D%:xmm4Xq>P\M_6Tz{ЎJ6Ui3,A*1[F*9u6J#".'!;!532>54.+5!#"!>3232>54.#"uVT&X=V&&VX&# [웜V?!JvTUuI!!HtTUwK!ݩlf 6,4 mm 4,)1 ll 4,t]k뫓TT擓SSm.;)532>5#+53267.54$)#";#";m=X%%Sl\C;i13aK-"V&&VnD`<:_Grm1(fIY0mMZB`Ql 1)(1ElNKqK&\dEb+);4>7>733>3 # %4.#"32>b-OzsLeC `B|wTzU7 DbNAʉ3T=>Q/cn=T3tҵoF  gyC!':UtL/R=#ʊGJfg44gf5h#J#0;732>54.+5!2#!%2>54.+4.+326#3+,3$?X4;kQ04ms>s4J05M21(@/\Lm 4,n)1m=\@% "?]ACqP-u-O<6H+{(?+d#J!%;!532>54.+5!#'.+(/-k3++3č !2#,4 mm 4,f,4 mX09RJ/:#"3#'.#!"#3>7>54.+5#!4+)6/ %5@!0G0 A.=";  Jm 4,$- MkCCkM#0l9zwk)&/ mul.I;1`;dI`V%32>5"+532>?>7.'.#".54>32354.+5!#"267>7>32.#";#"./.#;!3+ 1)&h"OdTV#5/+q<@C! $*-'$-1,!)C3=WE<"3@>9+3D/)8>?3"54&+532>54.#"".54>32#".54632H.r{9M/!6'/?'?T1'[pjr;!=X6A|xd+_k9T^ 9M-cf6F'%@/)DW.&6"$K='#EeA1WF4 znLzV/%@T0KS;fK+#dJC%;!532>5;!532>54.+5!#"54.+5!#"+4/((/3++3l/((/l4+,4 mm 4,\,4 mm 4,f,4 mm 4,L,4 mm 4,#dU267!#".'!;!532>5;!532>54.+5!#"54.+5!#"X_ '`a' `O+4/((/3++3l/((/l4+Jdk>tY55Yt>kd,4 mm 4,\,4 mm 4,f,4 mm 4,L,4 mm 4,##V[732>54.+5!#"267>7>32.#";#"./.#;!#3++3l/(2>@3">GY=3C)!,1-$'-*$!!CA<q,/6"VTlU#h$$((/m 4,f,4 mm 4,aO6V5##"&54>332>7>+:" 3++30(>'=K\:RZ!(-)/12 ^)2 mm 4,,4 mm 4,^M!KD"2!%5 6na*ptl#J83532>54.+5! !#";!532>5###;#3++3/6%"=..="h"=.r^}.="m 4,f,4 mRm 7--7 mm 7-wm-7 m#dJC%;!532>5!;!532>54.+5!#"!54.+5!#"+4/((/3++3l/((/l4+,4 mm 4,,4 mm 4,f,4 mm 4,,4 mm 4,`dS#;J1%!532>5!;!532>54.+5!#"3;/((/3+,33,+4mmm 4,,4 mm 4,n)1mm1),4 ^T`dG)`J##'.+;!532>5#"#T &u&25(w' JC0@&!)5 mm 5)&@0C^J]`1.5<2>=.54>754.+5!;!54&'>'3+ޜUPߐ,3шܚTPݍ+4{k4,S~}ȎR)1l> R|~ɐS,4mmX׾J\#RTJ8#"3#'.#!532>54.+5!#"!4.+5;4+)6/ %5@!'3,+3b/(j)/Jm 4,$- MkCm1(o,4 mm 4,)1m!PJA!532>5#".=4&+5!#"32>754.+5!#";#":+3]^f54.+5!#"!4.+D0(k(/b3+,3P3,+3b/(j)/Jm 4,,4 mm 4,(1mm1(o,4 mm 4,)1#RJJ!#"!4.+5!#"3#'.#!532>54.+5!#"!4.+D0(k(/b3+)50 %5A!3,+3b/(j)/Jm 4,,4 mm 4,$- MkCm1(o,4 mm 4,)1)}J#.#"32#!53265#"#2>54&+"=._L9ruPKHw' F3G-f^Ju 0$Aw`EvV1mBA&@0C^-1P9aQ}#J*J#"32#!532654&+52>54&+532>54.+5!#";"=._L9ruyLHKIR3G-g]i3++3/((/Ju 0$Aw`EvV1mBAhG>m-1P9aQ}wm 4,f,4 mm 4,,4 m#J*#"32#!532654&+52>54&+"=._L9ruPLHKI{3G-g]Ju 0$Aw`EvV1mBAhG>m-1P9aQ}Fb0%2>7!5!.#""&54>32#".5463,C/d(B2*?*ha*]iqy@Gou]&fd0G^*asU`3-HX+NA)O?&=Г<%@T0KS;fK+#d2D#".'!;!532>54.+5!#"!6$3232>54&#"rK(/3++3w/(wF@.J66I.Xk6I-)AŅ,4 mm 4,f,4 mm 4,Fאmp99pm7nJ <";#532>7.54>3!#";!532>=#\->&'=-Ts^,'%)SC*1lyYJ 8*n"=.l0C(,H3y9I*m. ! ,Fc@DlK(m>?1&mm 7-`;!"ID`;"IkJ";!532>5#5354.+5!!!3>32+532>54.3D)&7"";+,3>ENW0O~W.Hj' 0K3'?y4Xs?+4 mm 8.l)1ll(['.,:B! .`gTm.$TidBgG%#!"w#`d0".54>32#4.#"!!32>7\qJMjcf5;gP 3'*E2d su5]L9.a:؝ކ9!:O-!?05`H+&\s-=#3'PA)=bW#)M"k)NJ>I4.+5!#"32#!5327##"&54>332>7>2>54&++:""!=.^M9ruy>'=K\:RZ!(-)/12 3G-g^h^)2 mu -"Aw`EvV1mv^M!KD"2!%5 6na*ptl?1P9aQ}#-JBM#"32#!5325!;!532>54.+5!#"!54&+52>54&+}"=._L8sum(/3++3b/(NE33G-f^iJu 0$Aw`EvV1m|,4 mm 4,f,4 mm 4,B;m-1P9aQ}!##!" w#d!" DS267!#".'!"+52>7.#5!">7>54ZX_ '`a' `/& $NOO%$@GVre#khC "(HtY55Yt>kdm#9+ffcnH+w4`Q"ym-/+ee^$'?3+3/%  /#m#R;J;";!"#4.#!532>54.+5!#"!4.+5!#4+,3gr%B\73,+3l/(V(/l 4,(1mri1m1(o,4 mm 4,,4 mmq.#"!27!3 #""&5463 !"'# !2XRzi+izRj~ zz -B7BRkdHkek~~ZTlJb^!654'432#&# #"'632'Bgl L͋I%-(CJ|ilj j$TfDdu&.3 )53265#"#!54+5!#"!#'&#324&+Ӂ!V80C  fhVVhf  DdrN)gm5R5TBllBTP"32#!5325#534+5!!2654+P>eWĒmml m_r}94# !;!53254+5!#"!!2#4&# !!32# hXRViiVXh7r2wumR:ps]6mm}llt9YkPb~}#d/!;!53254+5!#"!!2!#"!!327# j Խe Z1ոmmfmmw`u@\X%!;!5254'###3!53267!'&'!8j%jV=_?DD -55#.7JmmO%3DuA4OmmDQ7VJ$#3!53267!3!5254/##3'&'1cL-4*l-kXn5); 97:;mm4aHbmmA+/oZ[;9 Z6=353254+5!#"!!;!5254'###3!53267!;!'&'9ViiVXh!8j%jV=^PDD hB}-55#.7m}llt}JmmO%3Du>7OmmDQ6m9#J18#3!5326?!!53254+5!#"!!3!5254/##3'&'?1bL,3,k+j-kXo5)<598;mm1dmfmmbmmA--oZZBx\-0!5325"+532676%5!;#"&'&#;!HVC.x @J*[2u`5].I= u0?VHj6mz՗oTmWa1lliOmQrbjmP^J.2%325"+5326?6?5!;#"&/&#;!3!%wd2J(Z>@"PHN?@GP9gZ&J1dvP  miZmI.(k5mm}lltlliOmLwb+zmmjtOmQg1>(#J@D%325"+5326?67!!53254+5!#"!5!;#"&/&#;!3!wg.J'Z>@"P{+j@?HP9f[&J1dwP  mg\m#hH'hgmjlkm̸wVymL2G;i;)Rm`d 4"!2%24&#""!#5267!"67654#5\WlgY^bHq#>#hH'%;ÁDmɵwVymL2G;i>&Rmq-7!#"'$%6326'#"'632.$qo)E#uu+bb)*cg*|{*uuTUtNSPZXTUX`#"'$%6326'#"'632 EdbNgf#DA%!EI\B3235654&5432#"!233 #""&5463 ! '! !2 )|9X rI9rwca}fR`5`Rj~ zz p\q@$236O|RkdHkekZTlJb`VFJ#"$#"#>3235654&543232654&#""54632!"'# 32#4#"327`)|9X rI9rwca}RPՎxO_{ϳ㄄㊱z_OxQվp\q@$235P}FӶ[gړ) .hZq <#'##'##'5#"!27!3 #""&5463 !"'# !23R#11#12"PdRzi+izRj~ zz gggg)B7BRkdHkek~~ZTlJb /#'##'##'5654'432#&# #"'632'R#11#12"PBgl L͋I%-(Cgggg|ilj j$TfDdq"532=$!2#4&#"3273;'VhuMwuleV hVlL\kPb)Pl`d!$!2!#"3273d3rY Cy^323+J35 WJw+/w) '1;EO&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632oK L/L~K L ~L/~L~KXXXXXXXXXX XXXXXX)} ")07'673'&'7%7677&'&'5&''67#67q +Pa2TCCk\EzҌhҌ1QFCnY#Ez )Ra2uҌF~+UCDmY +Pa2; )Ra2hFz)QGDmYҌ9Rj 8!! !32;!53254+5!#"54+5!#";#!5325RPbiX=ViiVXiiXVhh۵Xij?VRRmm}ll/#ll"z#m#R 8!! !325325;!53254+5!#"54+5!#";#RPyllA۴@m\mmfmmLmm#9!!3 )5325#53324&+;2΁!ViCerNlgmle'32#!5325#53!!2654+P7>eWĒmm m_r}9&'+;!53254+5! 327'7654&+pZP\Fm}ViiVu/^2>.dZjLuPX= zmm}lN =Kʪ^!1254+5!363 '#"'#;!5327'76#"3% c^Zw`-a _Z_Epc_Hm<]>Fmm>a99!!;!532>54.+5!2>?3-'V&&V8H,9(1mm 4,,4 l0E*\#\!;!532>54.+5!2>?3(/-k3++3A$1" 1,4 mm 4,f,4 m&@0le9#'&#!!!;!5325#534+5s,#iViiVobl(|mmll#J3#;!532=#5354+5!#'.+-kč 8MZlmmlmXZ59,#'&#!63 ! 54633 4#";!53254+5s,>7O~+qZ,)б1:iViiVobGW' M|mmӅl#J,3265#";!53254+5!#'.+63 !"&54fMve=>-kč :EO_}d mmfm=a x[RuRS4+5!#"26632&#"2;#4.'.#;!5325"+532763&&#"&54323iVVkfzme[5TEkgr/G?-`[kVfVi]^-B tekET8Yemzf}llTezjPu+׸ŭksR-Nmmz/PxKm)+Ujz6fRwVRS4./.#;!5325"+5326?67&#"&5432354+5!#"26632&#";H?{'DKCH,h8VIP2q^9;SyfzHZD[G{fyT;7]p'QSRǬjsH9mm0Qh[m5T-,ir}^>mm?@`}qi*CFJBQ!3#"5473254'".546332654.+532654.#"".54>32敷-'V'};lm ,IiF(W^5S;AV38bH*DruÍN5ZyD9tM`iTXoh3Uo;QaP\2DkI&9Y> 4Xs?&B47cK,(TYP}]='P_wj1FBbR!3#"5473254'2>54&+532>54.#"".54>32#".5463-'V-2H.r{9M/!6'/?'?T1'[pjr;!=X6A|xd+_k9TiTXo 9M-cf6F'%@/)DW.&6"$K='#EeA1WF4 znLzV/%@T0KS;fK+9R3;!53254+5!#"26632&#"2;#4.'.'jVRViiVVjbvmd\5TEkgr#T@/ONmmz}llTZzjPv,׸ףeqU*#R%V34./.#;!53254+5!#"26632&#";H?{):?lVJȀhyS;:]q3QGRǬjsK6mmfmmC:b}ri-V39 7#;!53254+5!#"336632&#"2;# '&'#jCjVRViiVVjC{OudZ5TEkgr j1,{Nmmz}llTA ꌁjPu+׸mbZ#`V:'#;!53254+5!#"35376632&#";#"&/&'#H $lDt ȂgyT;7]p'QSVح9i tmmfmm 9d}qi*CFm[h8 9826632&#"2;# '.#;!5325#5354+5!#"3'bvmd\5TEkgr j.PUjVRViiVVjXZzjPv,׸mbU*Nmmzqm}llm#654+5!!!26632&#";#"&/.#;!5325#5͒>VJȀhyS;:]q3QGVڭ8h%;B }llC:b}ri-V3m\gEm2]X\mC:b}ri-GBm\gN3m9RZ/!5325!;!53254+5!#"!4+5!#";#4&#XiiX=ViiVXiiXVhh\xm6mm}lltll"z#RdJ0%;#'.#!5325!;!53254+5!#"!54+5!#" hPll啁mmmfmmmm9Z-.#'&+;!5325!;!53254+5!#"!4+5Ls,thV=XiiX=ViiVXiiXobzmm6mm}lltlJ#oJ./%;!5325!;!53254+5!#"!54+5!#'.+lw 8MmmmmfmmmXZ5/963 4#";!5325!;!53254+5!#"63 ! 5467-)б1:hV>XhiX=ViiVVh>7O~+oj' KzmmGmm}llVFX#;J53265#";!5325!;!53254+5!#"63 !"&54sdNve=>Q]}c mmmmn}mm}x[q)1%327#"'# ! &#"327&4326#"%RTa0%ţvx{#-f~&"5ur{^1=0uXjlc2*>MwFYu`^(0%327#"'# !2&#";&5463265#"bDLM%!loZ+>T#ҳLVZZ")ZC* +X1!=\qB>!3#"54732542>7#"$&546$32#4.#"-'V\Ku\E.lXZ vt:!A`>5V@aQ$,biTXo#8F" 2+_P4ln%@W2&A03eR3R甔ޓI`Bd<!3#"54732547".54>32#4.#"32>7˕-'VqJMjcf5;gP 3'-G3r5]L9.aiTXok:؝ކ9!:O-!?05`H++h-=#3'PA)R%%;#4&#!5325#"#!#'&+?i\xVi  mGs)R`J'.#!5325#"#!#'.+; hPw81    .5=mm0SlR'35325#"#!#'&+!4+5!#";#4&#Vh\ l \i/Vhh\xmGsDHll"z)RJ)%4+5!#"3#'#!5325#"#!#'.+sN/ P:81    .<7u}mmomF`C^CZL'R -%325#"&54+5!#"3274+5!#";#4&#!BVhiAVhgz~hVVhh\xm`Hll1ll"z!RhJ,!5325#"&=4+5!#"32754+5!#";#'##ڶZkm/ m{ӋmmVmm'/%;!5325##"&54+5!#"3674+5!#"FhV>Vh[_{8iAVh{YahVVhmm`'5llH &ll!PJ1!5325#5#"&=4+5!#";536754+5!#";#S3tFPZt1Umm3Ϥ{Ӌmmм0mmm9)4+5!#"632;!532=4&#";!5325iVVihBQViiviV=ViŅllHmm1mm#RJ(#"632;!532=4#";!53254+5#ٶkJm|ӋmmVmm^mh%# #"&5432;! !!2!!"%9gZcxC-!flVsh,<>d;Ld#$#"&5432;!2!!27# !#"q ;3` X8ؼ2bWxj.;iwFbyN!Rh#)#4&'$#"&5432;! !!2!!"%ce9gZcxC-!iշQsh,<>d;RLd#()#4&'$#"&5432;!2!!27!#"χVm ;3` X8LbWR8oxj.;iwFpy@N!9-Rk267!#".'!4.+5!#"2>7>7>32.#"2;#".'.#;!532>5"+532>7>3.'.#".54>323)X_ '`a' `5&VV("1' [7-OUb>+>'6/'303 "4/+-RH<338 OoO:07@((VfV&(@70:OoO 833+>bUO-7[ '1"dk>tY55Yt>kd1)1 ll 4,T qZP%#/?P &6V>@^C02G+1F,m2H0b-2N,4 mm1(2-0H2m,F1)+G20C^@>V6& P?/#%PZq `267!#".'!32>5"+532>?>7.'.#".54>32354.+5!#"267>7>32.#";#"./.#;!X_ '`a' `3+ 1)&h"OdTV#5/+q<@C! $*-'$-1,!)C3=WE<"3@>9+3D/)8>?3"tY55Yt>kd# 4, 2*@M) m 6*.@*!,;');&:/!.-#!iX=ViiVXiiXVhTz~+6mm}lltll#dJ/%!"&5473265!;!53254+5!#"!54+5!#"˪pUll1mh| mmfmmmm9RT.%#!5325!;!53254+5!#"!4+5!#";T۴XiiX=ViiVXiiXVhhVJm6mm}lltll"z#RdJ.%;#!5325!;!53254+5!#"!54+5!#"۴:ll#mmmfmmmm'R-!"#325#"&54+5!#"3274+5!#";Ɏx]hiAVhgz~hVVhhVzkHll1ll-m!RPJ-#"&=4+5!#"32754+5!#";!"#325oڶZkmNi /{ӋmmVmmm9R)*%#!53265#;!53254+5! !#";۴R/cO9_ ViiVNTFCVhhJm6< DAmmz}l#l-m#RJ)*353254+5! !#";#!5325###;!#/6%Dܵr^}mfmRm#mwmm9-k;H267!#".'!;!532>7!;!532>54&/.'! X_ '`a' `;!V-'#!',%\P  H   ydk>tY55Yt>kdEC mm !:.J+9!mm .#MPO$JNN$\ Q267!#".'!32>=""&54>32;!'##".546?54.CX_ '`a' `Q8<,G3\=T2'5 CsWlk6 0"+"tY55Yt>kdXX%Da<!:T~!;Q0>K8P2%R`*8!m)=((S}Uq3V>"R"%kR\"Ek\d9k7267!#".'!!2>?3!532>54.+5!#'.#!!!X_ '`a' `, PV&&Vq tY55Yt>kd*9"`m1(,4 laKP{`;<267!#".'!"!4.".54>32!32>7VX_ '`a' `bVeb'=džDDyo|Ba'Ec@5ZI770dJdk>tY55Yt>kdN|V. LцڒI?|zig`.-=#F,O<$q`&54$3 ! 5!!"!!2>Skj  "eth;dV1d!!"&5463 !"5!32V X8ؼBFbyq`R"k\RV1"kRR"kR`"kbJR"k RF"kJ !"#! !"$5433 !#`@ -#ա"+:S<讂;!1'J !"#!#"&5433265!#`o?9}9ˍogL-R>/ ScrǴ\9TG!5!;!532>54.+5!#"54.+5!#";!532>5qR&X=V&&VX&&XV&%V=X&+%RR,4 mm 4,)1 ll 4,/#,4 ll 4,"(1mm 4,#d{G!5!;!532>5;!532>54.+5!#"54.+5!#"R+4/((/3++3l/((/l4+٢w,4 mm 4,\,4 mm 4,f,4 mm 4,L,4 mm 4,9TR"kR#d" kuqR"3kR`"Sk#q  ! !! !! 'iOCoaFWTeenkMt`d "! !#"!32qT%;p#iqR"kR`"k#LR"kRF"k>!5!#"+532>7.+5!#">7>54&+5!Rr')""=DQhYZ4i\F!)I5:%! CD++}$>0W_=$w&8&* ll&.8 $PQN"*Y92J50l{E!5!"+52>7.#5!">7>54R/& $NOO%$@GVre#khC "(H7!35>7!#"+532>7.+5!#">7>54&+5!//* '29:70/* '29:7')""=DQhYZ4i\F!)I5:%! CD++!LPN"18;82!LPN"18;82$>0W_=$w&8&* ll&.8 $PQN"*Y92J50l!a5>7!35>7!"+52>7.#5!">7>54//* '29:70/* '29:7/& $NOO%$@GVre#khC "(H7 .+5!#"7>-I}*0/0y(V&\ {"8D %81.f!)2##/ %Vp?!  ll#8*k?-mmC ,!C "#mm%5!)ll  @#EmJ S%#"54732=4&+5!#";!53254./;!532>7 .+5!#"7>-I}90//2!-/O&t {u:E%812+V/#- raVp?! J%mm 3(;1mmC  +4"#mm 2&7J66mm  )u895!#"!!;!53254' ;!5327!5!&+5!#"7654#ajX?F^\ {D5| il`4Fjy67sJll}llmmC+bH5Emmlmll<&RM0<J;5!#"!!;!53254/;!53267!5!'&+5!#"7654# ;OE'UOt {Nu+EXBT\t/ra3imm0SllmmC/^61Emm2Q7llmm;$:u>5=`1>2#"54;!532>7!;!532>54&/.'!ŰY;!V-'#!',%\P  H   yyZC mm !:.J+9!mm .#MPO$JNN$\`dG2#"5432>=""&54>32;!'##".546?54.F8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>";H#'654#""54632;!532>7!;!532>54&/.'!RPEZxO;!V-'#!',%\P  H   yyo[\LJ4=AC mm !:.J+9!mm .#MPO$JNN$\ Q#'654#""5463232>=""&54>32;!'##".546?54.PEZxOg8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>">K673#67!#&'#;!532>7!;!532>54&/.'!U >RHEZcz;!V-'#!',%\P  H   yvS[ksq`RYYC mm !:.J+9!mm .#MPO$JNN$\#T673#67!#&'#32>=""&54>32;!'##".546?54.TU >RHEZcz8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>">K#&'5367!#&'#;!532>7!;!532>54&/.'!"RH!SHEZcz;!V-'#!',%\P  H   ydbUt‘sq`RYYC mm !:.J+9!mm .#MPO$JNN$P#T#&'5367!#&'#32>=""&54>32;!'##".546?54.RH!SHEZcz8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"+GT#'654#""543267!#&'#;!532>7!;!532>54&/.'!tZ Z73@HEZcz;!V-'#!',%\P  H   y7`H577Tcsq`RYYC mm !:.J+9!mm .#MPO$JNN$\,]#'654#""543267!#&'#32>=""&54>32;!'##".546?54.Z Z73@HEZcz8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"wHU3#"&#"#>323267!#&'#;!532>7!;!532>54&/.'!hP$RhP#QHEZcz;!V-'#!',%\P  H   yic`Qc`/sq`RYYC mm !:.J+9!mm .#MPO$JNN$\%-^3#"&#"#>323267!#&'#32>=""&54>32;!'##".546?54.}hP$RhP#QHEZcz8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"`s JW2#"54>7!#.'#;!532>7!;!532>54&/.'!ŰxA@99@@:>;;=9;!V-'#!',%\P  H   yyLQQ""QQL.2222.C mm !:.J+9!mm .#MPO$JNN$\`! /`2#"54>7!#.'#32>=""&54>32;!'##".546?54.FA@99@@:>;;=98<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"=J673#'33273#"&;!532>7!;!532>54&/.'!U AR{y+;!V-'#!',%\P  H   yJvS^itttC mm !:.J+9!mm .#MPO$JNN$\"S673#'33273#"&32>=""&54>32;!'##".546?54. U AR{yt8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"=J#&'5333273#"&;!532>7!;!532>54&/.'!HRL U{y+;!V-'#!',%\P  H   y/afSvtttC mm !:.J+9!mm .#MPO$JNN$\"S#&'5333273#"&32>=""&54>32;!'##".546?54.RL U{yt8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"^FS#'654#""543233273#"&;!532>7!;!532>54&/.'!:[ Z71?<{y+;!V-'#!',%\P  H   yR7`I577Tb=""&54>32;!'##".546?54.w[ Z71?<{yt8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"wGT3#"&#"#>323233273#"&;!532>7!;!532>54&/.'!oN>:oQ;<{y+;!V-'#!',%\P  H   yib`Qb`tttC mm !:.J+9!mm .#MPO$JNN$\%,]3#"&#"#>323233273#"&32>=""&54>32;!'##".546?54.oN>:oQ;<{yt8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"`mCP2#"54".'332673;!532>7!;!532>54&/.'!ŰQyR*dLKd*Ryc;!V-'#!',%\P  H   yy9\s:KAAK:s\9C mm !:.J+9!mm .#MPO$JNN$\`(Y2#"54".'33267332>=""&54>32;!'##".546?54.FQyR*dLKd*Ry8<,G3\=T2'5 CsWlk6 0"+"K8P2%R`*8!m)=((S}Uq3V>"9`-2#"547!2>?3!532>54.+5!#'.#!!!I, PV&&Vq 32!32>7gVeb'=džDDyo|Ba'Ec@5ZI770dyXN|V. LцڒI?|zig`.-=#F,O<$97#'654#""54632!2>?3!532>54.+5!#'.#!!!PEZxO, PV&&Vq 32!32>7PEZxOVeb'=džDDyo|Ba'Ec@5ZI770d'o[\LJ4=N|V. LцڒI?|zig`.-=#F,O<$9oE2>73#".#"#>32!2>?3!532>54.+5!#'.#!!!N#(C[77YMC!#)C\77YMC, PV&&Vq nS0(1('>nS0(1(*9"`m1(,4 laKP{`;(J2>73#".#"#>32"!4.".54>32!32>7#(C[77YMC!#)C\77YMCVeb'=džDDyo|Ba'Ec@5ZI770d'>nS0(1('>nS0(1(CN|V. LцڒI?|zig`.-=#F,O<$9:673#67!#&'#!2>?3!532>54.+5!#'.#!!!tU >RHEZcz, PV&&Vq 32!32>7RU >RHEZczbVeb'=džDDyo|Ba'Ec@5ZI770dvS[ksq`RYYN|V. LцڒI?|zig`.-=#F,O<$9:#&'5367!#&'#!2>?3!532>54.+5!#'.#!!!RH!SHEZcz, PV&&Vq 32!32>7RH!SHEZczbVeb'=džDDyo|Ba'Ec@5ZI770ddbUt‘sq`RYYN|V. LцڒI?|zig`.-=#F,O<$9+C#'654#""543267!#&'#!2>?3!532>54.+5!#'.#!!!Z Z73@HEZcz, PV&&Vq 32!32>7Z Z73@HEZczbVeb'=džDDyo|Ba'Ec@5ZI770d7`H577Tcsq`RYYN|V. LцڒI?|zig`.-=#F,O<$9wD3#"&#"#>323267!#&'#!2>?3!532>54.+5!#'.#!!!hP$RhP#QHEZcz, PV&&Vq 323267!#&'#"!4.".54>32!32>7{hP$RhP#QHEZczbVeb'=džDDyo|Ba'Ec@5ZI770dc`Qc`/sq`RYYN|V. LцڒI?|zig`.-=#F,O<$9`s F2#"54>7!#.'#!2>?3!532>54.+5!#'.#!!!A@99@@:>;;=9, PV&&Vq 7!#.'#"!4.".54>32!32>7iA@99@@:>;;=9bVeb'=džDDyo|Ba'Ec@5ZI770dymLQQ""QQL.2222.N|V. LцڒI?|zig`.-=#F,O<$91#'654#""54632532>54.+5!#";PEZxOV&&VV''Vyo[\LJ4=`m 4,,4 mm 4,.,4 m#*#'654#""546322>54.+5!;!5PEZxO3+,3+4u'o[\LJ4= 4,n)1m,4 mm9`'2#"54'532>54.+5!#";V&&VV''Vyym 4,,4 mm 4,.,4 m#`)42#"544>32#".2>54.+5!;!5_/?%#@00@#%?/u3+,3+4uy'8##8'&8$$8 4,n)1m,4 mmq`/2#"54#"$&546$3232>54.#"!h[VV[&T_`R%%R_`T&yVllkk뫓TT擓SS``d+2#"54!".5!232>54.#"s{ĉI{ÉI3R;;Q33R;;R2yGؐ!Fאmp99pmnn77nq%9#'654#""54632#"$&546$3232>54.#"lPEZxO[VV[&T_`R%%R_`T&yo[\LJ4==llkk뫓TT擓SS`!5#'654#""54632!".5!232>54.#"PEZxO+{ĉI{ÉI3R;;Q33R;;R2'o[\LJ4=Gؐ!Fאmp99pmnn77nq(<673#67!#&'##"$&546$3232>54.#" U >RHEZcz#[VV[&T_`R%%R_`T&vS[ksq`RYYllkk뫓TT擓SS`$8673#67!#&'#!".5!232>54.#"ZU >RHEZcz{ĉI{ÉI3R;;Q33R;;R2vS[ksq`RYYPGؐ!Fאmp99pmnn77nq(<#&'5367!#&'##"$&546$3232>54.#";RH!SHEZcz#[VV[&T_`R%%R_`T&dbUt‘sq`RYYllkk뫓TT擓SSV$8#&'5367!#&'#!".5!232>54.#"RH!SHEZcz{ĉI{ÉI3R;;Q33R;;R2dbUt‘sq`RYYPGؐ!Fאmp99pmnn77nq+1E#'654#""543267!#&'##"$&546$3232>54.#"Z Z73@HEZcz#[VV[&T_`R%%R_`T&7`H577Tcsq`RYYllkk뫓TT擓SS`-A#'654#""543267!#&'#!".5!232>54.#"Z Z73@HEZcz{ĉI{ÉI3R;;Q33R;;R27`H577Tcsq`RYYPGؐ!Fאmp99pmnn77nqw2F3#"&#"#>323267!#&'##"$&546$3232>54.#"5hP$RhP#QHEZcz#[VV[&T_`R%%R_`T&ic`Qc`/sq`RYYllkk뫓TT擓SS`%.B3#"&#"#>323267!#&'#!".5!232>54.#"hP$RhP#QHEZcz{ĉI{ÉI3R;;Q33R;;R2c`Qc`/sq`RYYPGؐ!Fאmp99pmnn77nq`s 4H2#"54>7!#.'##"$&546$3232>54.#"!A@99@@:>;;=9#[VV[&T_`R%%R_`T&yLQQ""QQL.2222.llkk뫓TT擓SS``! 0D2#"54>7!#.'#!".5!232>54.#"sA@99@@:>;;=9{ĉI{ÉI3R;;Q33R;;R2ymLQQ""QQL.2222.PGؐ!Fאmp99pmnn77nqs"AwPR`R!"Bwqs"ADdR`R!"BDq*2#'654#""54632654&5432! !  ! lPEZxO{pFW/iOM\yo[\LJ4=4H'XF{kZmkeelk`R(1#'654#""54632654&5432!"! 2#"PEZxORqGWXpe'o[\LJ4=/8)QJ{jZojq%; Dqo8@2>73#".#"#>32654&5432! !  ! #(C[77YMC!#)C\77YMC؁pFW/iOM\'>nS0(1('>nS0(1(4H'XF{kZmkeelk`R6?2>73#".#"#>32654&5432!"! 2#"#(C[77YMC!#)C\77YMCORqGWXpe'>nS0(1('>nS0(1(/8)QJ{jZojq%; Dq`) (2#"54654&5432! !  ! !pFW/iOM\y4H'XF{kZmkeelk``R'2#"54654&5432!"! 2#"sRqGWXpey/8)QJ{jZojq%; D!`=2#"54#"#".54.+5!#"32>54.+5!xX&;}†ӒM%XV&+PpFDnM*&Vy 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5`#J72#"54%'##"&54.+5!32>54.+5!;- HR[0"5%$<-1G-(6$2yy5A# -8 mpBjK)+QsH-4m-3m!G#'654#""54632#"#".54.+5!#"32>54.+5!TPEZxOX&;}†ӒM%XV&+PpFDnM*&Vyo[\LJ4= 4,gr=3p~)1 ll 4,VuG#JrN#)1 l5#A#'654#""54632'##"&54.+5!32>54.+5!;PEZxO - HR[0"5%$<-1G-(6$2'o[\LJ4=5A# -8 mpBjK)+QsH-4m-3m!s"Pw9R5/!"Qw!s"PDdR5/!"QD!9#'654#""54632654&5432! 4+5!#"! 4+5TPEZxO%pFWhXVh1)hVyo[\LJ4=y'XF{kZF}ll-#}l5/?#'654#""54632'## 4&+5!324&+5!654&5432;PEZxO - \7Uǜ5_qFX.['o[\LJ4=OBmp7>Emz)QJ{h\=Dm!oG2>73#".#"#>32654&5432! 4+5!#"! 4+5#(C[77YMC!#)C\77YMCZpFWhXVh1)hV'>nS0(1('>nS0(1(y'XF{kZF}ll-#}l5/M2>73#".#"#>32'## 4&+5!324&+5!654&5432;N#(C[77YMC!#)C\77YMC]- \7Uǜ5_qFX.['>nS0(1('>nS0(1(dOBmp7>Emz)QJ{h\=Dm!`)/2#"54654&5432! 4+5!#"! 4+5pFWhXVh1)hVy/y'XF{kZF}ll-#}l5`/52#"54%'## 4&+5!324&+5!654&5432;- \7Uǜ5_qFX.[yyOBmp7>Emz)QJ{h\=Dms"=D7R!"]D`B2#"54'532>5.+5!#">?>54&+5!#";ɰ`+  )#>= )7"w CD/'%!#)eyym2+* ll2*=Ad06E-=50ll$>0Z-2mJI2#"54"+52>7.#5!">7>54/& $NOO%$@GVre#khC "(H5.+5!#">?>54&+5!#";)PEZxO`+  )#>= )7"w CD/'%!#)eyo[\LJ4=`m2+* ll2*=Ad06E-=50ll$>0Z-2mS#'654#""54632"+52>7.#5!">7>54PEZxOT/& $NOO%$@GVre#khC "(H73#".#"#>32532>5.+5!#">?>54&+5!#";#(C[77YMC!#)C\77YMC`+  )#>= )7"w CD/'%!#)e'>nS0(1('>nS0(1(m2+* ll2*=Ad06E-=50ll$>0Z-2ma2>73#".#"#>32"+52>7.#5!">7>54#(C[77YMC!#)C\77YMC/& $NOO%$@GVre#khC "(HnS0(1('>nS0(1(m#9+ffcnH+w4`Q"ym-/+ee^$'?3+3/%  /#m+#+V!#'7'77'+V5555X7777 '7##!'77RJ75}o}7L) ##'7!)T77L}57}3H5!3\1!5!? o!5! ݒ o!5! ݒ b!5! yd#`$`dT!5!!5!T^^yysD4>7#"&s(Wd-C-"&"U?We%AzhSj %-#6)EHx\D5>54.54632(Xd-C-!'!T?WfAzhSj %-$5)EHx\7%5>54.54632(Xd-C-!'!T?WfVAzhSj %-$5)EHxsD4632.seW?U"&"-C-dW(ixHE)5$-% jShzsD/4>7#"&%4>7#"&(Wd,D-"&"U?WeT(Wd-C-"&"U?We%AzhSj %-#6)EHxiAzhSj %-#6)EHx\Dw/5>54.546325>54.54632(Xd-C-!'!T?Wf(Xd-C-!'!T?WfAzhSj %-$5)EHxiAzhSj %-$5)EHx\w7/%5>54.546325>54.54632(Xd-C-!'!T?Wf(Xd-C-!'!T?WfVAzhSj %-$5)EHxiAzhSj %-$5)EHxsD!632.5$632.5eW?U/gJjTeW?U/gNf>xHE8H8#3F'j1ΒixHE8H8#5G$j1ΒH#4'&'75!%%k^lJNlye{95B59H)-%!5'67>7.'&'75!%%lNJl^##^lJNlb% %:5C5:SBCP 95C59 OBES s4>32#".s,Ol@32#".%4>32#".%4>32#".->#"=..="#>-o->#"=..="#>-o-=#"=..="#=-/?&&?/.>&&>./?&&?/.>&&>./?&&?/.>&&>#!+ToPN)5!#NTP###!V ###!!!VtP !!5!###tVPNF 5'+?Sg{#".54>3232>54.#"#3#".54>3232>54.#"#".54>3232>54.#"'.[]aY**Zb\\- 5%'3 3&&5!^ž.[]aY**Zb\\- 5%'3 3&&5!5.[]aZ**Zb\\-!4&&4 2&'5!gxBBxggw@@wgT[00[TRZ//ZgxAAxggw@@wgT[00[TRZ//ZRgxAAxggw@@wgT[00[TRZ//Z L !#!#!#>Zg=Zf>Z33N3#9ϐ^effeN #3NƏϏ:7V=".'#53=#53>32#4.#"!!!!32>7ieymmwdf[d5!A^>$;,+M=) y-1UF5&U=֚?@Ձ6$@V2#?00dQ4$_D;-=#1'PA)7X.P5267#3#53267.+533#";%;!532>5##7!#'.'#)#*G*(/  N  # Z <V<",^7#9=)77% 979 )7v77  11*^ #&'5673!9>HH>9DH$HDV^ &'3#67!59>HH>9#DH$HDV+{ !! !!P+1 55QR==RF+{ 5!7'!5!%7 '%+QQ55 QRFFR=BB=`+7K"".54>32#".54>323>54.2>7.#"4O5>W6+SxNz{=!cffV%9Z}fe%  ?_7jYC +9&7YE3!RD-FU(*71R;!O׉ ^tHeI=fH8~a;HE  _vB3Uf&D30Ogml.crd5)5!%.'5/$51 1[KJ_9T1532>5!;!532>5.+5!#";X&&X=V&%VV&$Vm 4,3,4 mm 4,)1 ll 4,7)1mL2>?3!5 5!#'.#!f0>' v w x ,D06H*>5X(?+Vp%!5!o+3ݠ۞3{z ?##5!3."{eH`!1A#"&'#".54>32>32%"32>54.267.#"`.SuG_J?[FvV/.TvI/]YQ"?gFtS.It;5vO,G23GFEz95xO+E10HPPk>uy{7eZRi=;\Bww8f}(F]55\D' |(F]53[E)`3!!^j8^4>32#4&#"rуwfŠX?".54>332654.54>7>32#4&#"KlE!4WA !*?  Al^4WA(.' 0A$6*-N8 DIBr(z}?\H8,dgBmQ3N?~ufO1^7},.#"#463232673#.#"#463232673#jf`26<M32: J86<R32: ;ZXp}atzг=cq}guxг73!!!!#7!5!7!5987/BE55PCmӏӏdHP 5!5!5!d8d )5!5 ool!Tߡ )5!%5 5oloDdi!T{Z!!{!!!!!7L17}1mh{!!hmh{!!!hKPb!!L! XVRZ 7L LRZZ79e7+ !# 3 `^5^NJ%'-)4>32#".732>54.#"wx{yy{xwV`bcb`c``dyyyyxyy{b``bcbbbV^R'/7?GOW_gow#"5432'#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432%#"5432#"5432'#"5432377349947575#3773865567557R75577667377349944976#58856556\677675577667667+557775555885Z557w55763:C558337775555776557737+558# 2#"54>jmsoujlw)3!32>54.#")wvuwwwvu}Bwwwutww)#3!4>32#".'32>54.#")R`babbab`Nwvuwwwvu}B`bb`c``cwwwutwwsbu #"&546324&#"326bcfdiFIKgFEgcIN_}khfJHfFffFHdh){ 8%\K\\\\\\ \\\d\n\\7\\\ \\\\\\\\\\\\ %\ K \ \ \ \ \ \ \ \ \ d\ n\ \ 7\ \ \  \ \ \ \ \ \ \ \ \ \ \ \  %\dgnqqq *7q\D H M a%\% \%q%#%'%+%3%5%8%9%:\%;q%=q%G%H%I%K%S%U%Y%Z%[%]%%%%%%%%%%%q%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%#%%%'%)%*%+%,%-%.%/%0%1%2%3%4%5q%6%7q%8%9q%A%B%P%Q%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%%%%%%%%%%%% %!%"%#q%$%%q%&%'q%(%)q%*%Cq%Gq%[q&&#&%&8&:&;&<&=&>&[&]&&&&&&&&&&&&&#&%&'&5&6&7&8&9&:&<&>&&&&&&&&&&&&&#&$&%&&&'&(&)&*&C&G&[&a(#(%(8(:(;(<(=((((((((((((#(%('(5(7(9(((((((((((((#(%('()(a):);)=))5)7)9)#)%)'))*%q*E*G*H*I*K*S*U*q*q*q*q*q*q*********************q**q**q*********************B*q**q**q**q**q**q**q**q**q**q**q**q**************** * ****+#+8+:+;+=+++#+%+'+5+7+9+#+%+'+)/'/+/3/5/G/H/I/K/S/U/Y/[/]/////////////////////////////////////////////// ////////*/,/./0/2/4/6/8/A/B/Q///////////////////// / / / / ///////////// /"/$/&/(/*00 0\0#q08q0:0;0=00#q0%q0'q0507090#0%0'0)0C\0G\0[\3#3%383:3;3<3=333333333333#3%3'3537393333333333333#3%3'3)3a4 4 4%4444444\4444444444444444D 4H 4M 4a5#5%585:5;5<5=555555555555#5%5'5557595555555555555#5%5'5)5a66#6'6+636568696:6;6=6[6]666666666666666666666 6666#6%6'6)6+6-6/616365666768696A6P6666666 6 6 6666666666!6#6$6%6&6'6(6)6*6C6G6[7#7%787:7;7<7=7[7]7777777777777#7%7'75767778797777777777777#7$7%7&7'7(7)7*7a8H8H8%8'8+83858E8G8H8I8K8S8U8888888\8888888888888888888888888888888888888888888888888888888 88888888A8B888888888888888888888888888888888888888888888 8 8 8 8 88888888DH8HH8MH8a9%999999999999999999999:::%\:':+:3:5:E:G:H:I:K:S:U:W:\:\:\:\:\:\:::::::::::::::::::::::::::\::\::\::::::::::::::::::::::::: :::::::::: :":A:B:\::\::\::\::\::\::\::\::\::\::\::\:::::::::::::::::::::: : : : : ::::::::D:H:M:a;H;H;%;';+;3;5;E;G;H;I;K;S;U;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;A;B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; ; ;;;;;;;;DH;HH;MH;a<'<+<3<5<7<[<]<<<<<<<<<<<<<<<< <<<<<<<!<6<8<A<<<<<<< < < <<<<$<&<(<*=\=\=%q='=+=3=5=7=E=Gq=Hq=Iq=Kq=Sq=Uq=W=q=q=q=q=q=q=H==============q=q=q=q=q=q=q=q=q=q=q=q=q==q==q===q==q==q==q=q=q=q=q=q=q=q==q==q==q==q= =q==q==q==q====== =!="=A=Bq=q==q==q==q==q==q==q==q==q==q==q==q==q=q=q=q=q=q=q=q==q==q==q==q==q==q= = q= = q= =q==q==q==q=D\=H\=M\=aEE E]EE8E$E&E(E*F]FF8F$F&F(F*JJ J JJAJaJCJGJ[LL]LL8L$L&L(L*OGOHOIOKOSOUOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBOOOOOOOOOOOOOOO O OOOORR R]RR8R$R&R(R*S]SS8S$S&S(S*T]TT8T$T&T(T*V=VEVVVVVVVVVVVVVVVVVVVVVVVC=VG=V[=ZZq[q[q[Dq[Hq[Mq]H]H]DH]HH]MH\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a%%%%\\%q'+357EGqHqIqKqSqUqWqqqqqqHqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqq !"ABqqqqqqqqqqqqqqqqqqqqqqqqqqq  q  q qqqqD\H\M\a#%8:;<=#%'579#%')a]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(*]8$&(* ]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*HHDHHHMH\ \q#'+3589:\;q=qGHIKSUY[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q#%8:;<=#%'579#%')aR#=FPCRGR[R#%8:;<=#%'579#%')a:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%') ]8$&(* ]8$&(*'+35GHIKSUY[] *,.02468ABQ      "$&(*GHIKSUB  GHIKSUB   \#q8q:;=#q%q'q579#%')C\G\[\ \#q8q:;=#q%q'q579#%')C\G\[\R#=FPCRGR[R ]8$&(* ]8$&(*   ]  8 $ & ( *   ]  8 $ & ( *   ]  8 $ & ( * # % 8 : ; < =            # % ' 5 7 9             # % ' ) a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*:;=579#%')#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a!#!%!8!:!;!<!=![!]!!!!!!!!!!!!!#!%!'!5!6!7!8!9!!!!!!!!!!!!!#!$!%!&!'!(!)!*!a#H#H#%#'#+#3#5#E#G#H#I#K#S#U#######\####################################################### ########A#B############################################# # # # # ########DH#HH#MH#a%H%H%%%'%+%3%5%E%G%H%I%K%S%U%%%%%%%\%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%A%B%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%DH%HH%MH%a'H'H'%'''+'3'5'E'G'H'I'K'S'U'''''''\''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''A'B''''''''''''''''''''''''''''''''''''''''''''' ' ' ' ' ''''''''DH'HH'MH'a)%)))))))))))))))))))))+%+++++++++++++++++++++-%---------------------/%/////////////////////3%3333333333333333333335H5H5%5'5+53555E5G5H5I5K5S5U55555555555555555555555555555555555555555555555555555555555555 55555555A5B555555555555555555555555555555555555555555555 5 5 5 5 55555555DH5HH5MH5a6q6q6Dq6Hq6Mq7\7\7%q7'7+7375777E7Gq7Hq7Iq7Kq7Sq7Uq7W7q7q7q7q7q7q7H77777777777777q7q7q7q7q7q7q7q7q7q7q7q7q77q77q777q77q77q77q7q7q7q7q7q7q7q77q77q77q77q7 7q77q77q77q777777 7!7"7A7Bq7q77q77q77q77q77q77q77q77q77q77q77q77q7q7q7q7q7q7q7q77q77q77q77q77q77q7 7 q7 7 q7 7q77q77q77q7D\7H\7M\7a8H8H8DH8HH8MH9\9\9%q9'9+9395979E9Gq9Hq9Iq9Kq9Sq9Uq9W9q9q9q9q9q9q9H99999999999999q9q9q9q9q9q9q9q9q9q9q9q9q99q99q999q99q99q99q9q9q9q9q9q9q9q99q99q99q99q9 9q99q99q99q999999 9!9"9A9Bq9q99q99q99q99q99q99q99q99q99q99q99q99q9q9q9q9q9q9q9q99q99q99q99q99q99q9 9 q9 9 q9 9q99q99q99q9D\9H\9M\9aA#)A%A8)A:)A;)A=)AEAGAHAIAKASAUAWA[A\A]AAAAAAA)AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A"A#)A%)A')A5)A6A7)A8A9)ABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A AAAAA#)A$A%)A&A')A(A))A*B)BQ)BR)BT)BX=BY)B[=B]=B)B)B)B)B)B=B)B)B)B )B )B$=B&=B(=B*)B,)B.)B0)B2)B4)B6=B8=BQ)B)B)B)B)B)B )B")B$=B&=B(=B*=BC)BG)B[)P%P'P+P3P5PEPGPHPIPKPQPRPSPTPUPWPYP[P]P^PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P PPPPPPPPPP P"P*P,P.P0P2P4P6P8P;P=P?PAPBPQPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P P P PPPPPPPPPPPPP P"P$P&P(P*Q)QC)QG)Q[)[\[ \[q[#[`[k[r[v[wq[x[zq[}q[~[[[[[[[[[[[[[[[[Cq[Gq[[q`#`d`g`n`v`w`y`z`}`ad\d \dqd#d`dkdrdvdwqdxdzqd}qd~ddddddddddddddddCqdGqd[qee#edeieneveweyeze}eeeeCeGe[eafHfHf`fdfgfkfnfrfxf~fffffffffDHfHHfMHfag#gvgwgxgzg}hwhzh}k#kdkgknkvkwkykzk}kam`mkmrmxm~mmmmmmmmmmmmmmmn\n \nqn#n`nknrnvnwqnxnzqn}qn~nnnnnnnnnnnnnnnnCqnGqn[qqwqzq}r#rdrgrnrvrwryrzr}rat t tdtgtntD tH tM tavHvHv`vdvgvkvnvrvxv~vvvvvvvvvDHvHHvMHvaw\w\w`wdqwgwkwnqwrwxw~qwqwqwqwqwqwqwqwqwD\wH\wM\wax#xdxgxnxvxwxyxzx}xay`ykyryxyyyz\z\z`zdqzgzkznqzrzxz~qzqzqzqzqzqzqzqzqzD\zH\zM\za}\}\}`}dq}g}k}nq}r}x}~q}q}q}q}q}q}q}q}q}D\}H\}M\}a \\D\H\M\ ~DHMDHMAEGr~AEGr~HH "%*17CDIJKLMNOQRyz{|\DHHHMHa#/237;AEFGHPgq}aCG[CG[q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q"%/12CDFHIJKLMNOPQRryz{|~\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMa\ \q#H) )"%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q# */237;AEFGHPgqr}~CG[aHH "%*17CDIJKLMNOQRyz{|\DHHHMHaAEGr~"%/12CDFHIJKLMNOPQRryz{|~# */237;AEFGHPgqr}~CG[a"%/12CDFHIJKLMNOPQRryz{|~# *37;AEGgq}a  qqq *7q\D H M aHH "%*17CDIJKLMNOQRyz{|\DHHHMHa\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMa# *37;AEGgq}a/12CFHIKMOPQry{~CG[CG[# *37;AEGgq}a# *37;AEGgq}a /FH/FH=qq *C=DqG=HqMq[="%DJLNRz|/FH     " % D J L N R z |      /FH/FH=qq *C=DqG=HqMq[=HHDHHHMH/FH"%DJLNRz|/FH/FH## ##/#F#H#####$=$q$q$$ $*$$C=$Dq$G=$Hq$Mq$[=,, ,,/,F,H,,,,,-----"-%-D-J-L-N-R-z-|------/H/H/DH/HH/MH1#1111111111111 1*13171;1A1E1G1g1q1}11111111111111111a2q2q22 2*22Dq2Hq2Mq33C3G3[7\7 \7q7#777777777H7777)77 )77777777"7%7*)7/7172737Aq7C7D7E\7F7G\7H7I7J7K7L7M7N7O7P7Q7R7q7r7y7z7{7|7}7~7q77q7777H77H7777)7H77777777777777777777H77Cq7Gq7[q9\9 \9q9#999999999H9999)99 )99999999"9%9*)9/9192939Aq9C9D9E\9F9G\9H9I9J9K9L9M9N9O9P9Q9R9q9r9y9z9{9|9}9~9q99q9999H99H9999)9H99999999999999999999H99Cq9Gq9[q;;;;;;;;;;;;;;;;";%;/;1;2;C;D;F;H;I;J;K;L;M;N;O;P;Q;R;r;y;z;{;|;~;;;;;;;;;;;;;;;;;;;;;;;;;;;;<<<<<"<%<D<J<L<N<R<z<|<<<<<<================"=%=/=1=2=C=D=F=H=I=J=K=L=M=N=O=P=Q=R=r=y=z={=|=~============================>>>>>">%>D>J>L>N>R>z>|>>>>>>??#?????????????? ????*?/?2?3?7?;?A?E?F?G?H?P?g?q?r?}?~???????????????????????????C?G?[?a@@/@F@H@@@@@A\A\AAAAqAAAAAAAAAqAqA qAqAqAqA"qA%qA&A*qA1A7qACADqAIAJqAKALqAMANqAOAQARqAyAzqA{A|qAAAAqAqAAqAAHAAqAAqAAqAAqAAqAAqAAD\AH\AM\AaC#CCCCCCCCCCCCC C*C3C7C;CACECGCgCqC}CCCCCCCCCCCCCCCCCaDD/DFDHDDDDDEEEE\E\E\E\EEEEEEE\EE \EEEE"E%E&E*\E1E7\ECEDEIEJEKELEMENEOEQEREyEzE{E|EEE\E\E\EE\EEEEEEEEEEEEEEEEDEHEMEaFHFHFDHFHHFMHGGGG\G\G\G\GGGGGGG\GG \GGGG"G%G&G*\G1G7\GCGDGIGJGKGLGMGNGOGQGRGyGzG{G|GGG\G\G\GG\GGGGGGGGGGGGGGGGDGHGMGaHHHHHDHHHHHMHIHIHIDHIHHIMHJHJHJDHJHHJMHK#KKKKKKKKKKKKK K*K3K7K;KAKEKGKgKqK}KKKKKKKKKKKKKKKKKaLL/LFLHLLLLLM#MMMMMMMMMMMMM M*M3M7M;MAMEMGMgMqM}MMMMMMMMMMMMMMMMMaNN/NFNHNNNNNO#OOOOOOOOOOOOO O*O3O7O;OAOEOGOgOqO}OOOOOOOOOOOOOOOOOaPqPqPP P*PPDqPHqPMq]]C]G][^^/^F^H^^^^^_ _ _q___q_q___ _*_7_q____\____D _H _M _a``/`F`H`````aHaHaaaaaaaaaaaaaa aaaa"a%a*a1a7aCaDaIaJaKaLaMaNaOaQaRayaza{a|aaaaaaaaa\aaaaaaaaaaaaaaDHaHHaMHaab=bqbqbb b*bbC=bDqbG=bHqbMqb[=cHcHcccccccccccccc cccc"c%c*c1c7cCcDcIcJcKcLcMcNcOcQcRcyczc{c|ccccccccc\ccccccccccccccDHcHHcMHcad=dqdqdd d*ddC=dDqdG=dHqdMqd[=eqe#qeqeqeqeqee/e2e3qeAeEeFeGeHePeqqe}qeeeeeqeqeqeqeeeeqeCqeGqe[qgggggggggggggggg"g%g/g1g2gCgDgFgHgIgJgKgLgMgNgOgPgQgRgrgygzg{g|g~gggggggggggggggggggggggggggghhhhh"h%hDhJhLhNhRhzh|hhhhhhii#iiiiiiiiiiiiii iiii*i/i2i3i7i;iAiEiFiGiHiPigiqiri}i~iiiiiiiiiiiiiiiiiiiiiiiiiiiCiGi[iajj/jFjHjjjjjkkkkkkkkkkkkkkkk"k%k/k1k2kCkDkFkHkIkJkKkLkMkNkOkPkQkRkrkykzk{k|k~kkkkkkkkkkkkkkkkkkkkkkkkkkkklllll"l%lDlJlLlNlRlzl|llllllmmmmmmmmmmmmmmmm"m%m/m1m2mCmDmFmHmImJmKmLmMmNmOmPmQmRmrmymzm{m|m~mmmmmmmmmmmmmmmmmmmmmmmmmmmmnnnnn"n%nDnJnLnNnRnzn|nnnnnnoooooooooooooooo"o%o/o1o2oCoDoFoHoIoJoKoLoMoNoOoPoQoRoroyozo{o|o~ooooooooooooooooooooooooooooppppp"p%pDpJpLpNpRpzp|ppppppqqqqqqqqqqqqqqqq"q%q/q1q2qCqDqFqHqIqJqKqLqMqNqOqPqQqRqrqyqzq{q|q~qqqqqqqqqqqqqqqqqqqqqqqqqqqqrrrrr"r%rDrJrLrNrRrzr|rrrrrruHuHuuuuuuuuuuuuuu uuuu"u%u*u1u7uCuDuIuJuKuLuMuNuOuQuRuyuzu{u|uuuuuuuuu\uuuuuuuuuuuuuuDHuHHuMHuawqw#qwqwqwqwqww/w2w3qwAwEwFwGwHwPwqqw}qwwwwwqwqwqwqwwwwqwCqwGqw[q}H}H}}}}}}}}}}}}}} }}}}"}%}*}1}7}C}D}I}J}K}L}M}N}O}Q}R}y}z}{}|}}}}}}}}}\}}}}}}}}}}}}}}DH}HH}MH}a~=~q~q~~ ~*~~C=~Dq~G=~Hq~Mq~[=\\qqq qqqq"q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHHDHHHMH\\qqq qqqq"q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHHDHHHMH"%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q# *37;AEGgq}a# *37;AEGgq}a"%/12CDFHIJKLMNOPQRryz{|~"%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q\ \q#H) )"%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FHJ` 3<\ \q#H) )"%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FHAEGr~AEGr~# *37;AEGgq}a/FH# *37;AEGgq}a/FH"%/12CDFHIJKLMNOPQRryz{|~"%DJLNRz|# */237;AEFGHPgqr}~CG[a# */237;AEFGHPgqr}~CG[a# *37;AEGgq}a/FH# *37;AEGgq}a/FH# *37;AEGgq}a/FH# *37;AEGgq}a\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHHDHHHMH\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHHDHHHMH\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHHDHHHMHHH "%*17CDIJKLMNOQRyz{|\DHHHMHa=qq *C=DqG=HqMq[=HH "%*17CDIJKLMNOQRyz{|\DHHHMHa=qq *C=DqG=HqMq[="%/12CDFHIJKLMNOPQRryz{|~"%/12CDFHIJKLMNOPQRryz{|~"%DJLNRz|\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(* # % 8 : ; < =            # % ' 5 7 9             # % ' ) a ]  8 $ & ( * #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) * ) Q) R) T) X= Y) [= ]= ) ) ) ) ) = ) ) )  )  ) $= &= (= *) ,) .) 0) 2) 4) 6= 8= Q) ) ) ) ) )  ) ") $= &= (= *= C) G) [) #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) *)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)%%%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(* ) C) G) [)!%!'!+!3!5!E!G!H!I!K!Q!R!S!T!U!W!Y![!]!^!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! !!!!!!!!!! !"!*!,!.!0!2!4!6!8!;!=!?!A!B!Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! ! ! !!!!!!!!!!!!! !"!$!&!(!*")"C)"G)"[)#\#\#%q#'#+#3#5#7#E#Gq#Hq#Iq#Kq#Sq#Uq#W#q#q#q#q#q#q#H##############q#q#q#q#q#q#q#q#q#q#q#q#q##q##q###q##q##q##q#q#q#q#q#q#q#q##q##q##q##q# #q##q##q##q###### #!#"#A#Bq#q##q##q##q##q##q##q##q##q##q##q##q##q#q#q#q#q#q#q#q##q##q##q##q##q##q# # q# # q# #q##q##q##q#D\#H\#M\#a$H$H$DH$HH$MH%\%\%%q%'%+%3%5%7%E%Gq%Hq%Iq%Kq%Sq%Uq%W%q%q%q%q%q%q%H%%%%%%%%%%%%%%q%q%q%q%q%q%q%q%q%q%q%q%q%%q%%q%%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q% %q%%q%%q%%q%%%%%% %!%"%A%Bq%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q%%q%%q% % q% % q% %q%%q%%q%%q%D\%H\%M\%a&H&H&DH&HH&MH'\'\'%q'''+'3'5'7'E'Gq'Hq'Iq'Kq'Sq'Uq'W'q'q'q'q'q'q'H''''''''''''''q'q'q'q'q'q'q'q'q'q'q'q'q''q''q'''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q' 'q''q''q''q'''''' '!'"'A'Bq'q''q''q''q''q''q''q''q''q''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q''q''q' ' q' ' q' 'q''q''q''q'D\'H\'M\'a(H(H(DH(HH(MH)\)\)%q)')+)3)5)7)E)Gq)Hq)Iq)Kq)Sq)Uq)W)q)q)q)q)q)q)H))))))))))))))q)q)q)q)q)q)q)q)q)q)q)q)q))q))q)))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q) )q))q))q))q)))))) )!)")A)Bq)q))q))q))q))q))q))q))q))q))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q))q))q) ) q) ) q) )q))q))q))q)D\)H\)M\)a*H*H*DH*HH*MHB%qBqBqBqBqBqBqBBqBqBqBdqBnqB\BqB\B\BB7qB\BqBqBBqBqBqBqBqBqBqBqBqBqBqBqCWF%qFqFqFqFqFqFqFFqFqFqFdqFnqF\FqF\F\FF7qF\FqFqFFqFqFqFqFqFqFqFqFqFqFqFqa#a8a:a;a=aa#a%a'a5a7a9avawaxaza}aaaa3aAaEaGaqa}aaaa#a%a'a)n/` "Iy"K  / n  .H* ^   D ) Y  D * (a ^ <0 < \ TwCopyright 2012 Google Inc. All Rights Reserved.Copyright 2012 Google Inc. All Rights Reserved.Noto SerifNoto SerifBoldBoldMonotype Imaging - Noto Serif BoldMonotype Imaging - Noto Serif BoldNoto Serif BoldNoto Serif BoldVersion 1.04 uhVersion 1.04 uhNotoSerif-BoldNotoSerif-BoldNoto is a trademark of Google Inc.Noto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Imaging Inc.Monotype Design teamMonotype Design teamData unhinted. Designed by Monotype design teamData unhinted. Designed by Monotype design teamhttp://code.google.com/p/noto/http://code.google.com/p/noto/http://www.monotype.com/studiohttp://www.monotype.com/studioLicensed under the Apache License, Version 2.0Licensed under the Apache License, Version 2.0http://www.apache.org/licenses/LICENSE-2.0http://www.apache.org/licenses/LICENSE-2.0ff  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a bcdefghjikmlnoqprsutvwxzy{}|~     !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~glyph1uni000Duni000Auni00A0uni00ADuni00B2uni00B3uni00B9AmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccentuni0122uni0123 Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflexuni0136uni0137 kgreenlandicLacutelacuteuni013Buni013CLcaronlcaronLdotldotNacutenacuteuni0145uni0146Ncaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracuteuni0156uni0157RcaronrcaronSacutesacute Scircumflex scircumflexuni0162uni0163TcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiuni03A9 IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03E2uni03E3uni03E4uni03E5uni03E6uni03E7uni03E8uni03E9uni03EAuni03EBuni03ECuni03EDuni03EEuni03EFuni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F7uni03F8uni03F9uni03FAuni03FBuni03FCuni03FDuni03FEuni03FFuni0400uni0401uni0402uni0403uni0404uni0405uni0406uni0407uni0408uni0409uni040Auni040Buni040Cuni040Duni040Euni040Funi0410uni0411uni0412uni0413uni0414uni0415uni0416uni0417uni0418uni0419uni041Auni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni0424uni0425uni0426uni0427uni0428uni0429uni042Auni042Buni042Cuni042Duni042Euni042Funi0430uni0431uni0432uni0433uni0434uni0435uni0436uni0437uni0438uni0439uni043Auni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni0444uni0445uni0446uni0447uni0448uni0449uni044Auni044Buni044Cuni044Duni044Euni044Funi0450uni0451uni0452uni0453uni0454uni0455uni0456uni0457uni0458uni0459uni045Auni045Buni045Cuni045Duni045Euni045Funi0460uni0461uni0462uni0463uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471uni0472uni0473uni0474uni0475uni0476uni0477uni0478uni0479uni047Auni047Buni047Cuni047Duni047Euni047Funi0480uni0481uni0482uni0483uni0484uni0485uni0486uni0487uni0488uni0489uni048Auni048Buni048Cuni048Duni048Euni048Funi0490uni0491uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C5uni04C6uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04CDuni04CEuni04CFuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8uni04D9uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9uni04FAuni04FBuni04FCuni04FDuni04FEuni04FFuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni200Buni200Cuni200Duni200Euni200Funi2011 figuredashuni2015uni2016 underscoredbl quotereverseduni201Funi202Auni202Buni202Cuni202Duni202Euni202Fminuteseconduni2034Euro arrowleft arrowright arrowdblleft arrowdblrightuni2215uni2219 orthogonal intersection equivalence filledboxH22073H18543H18551 filledrecttriaguptriagrttriagdntriaglfcircleuni25CCH18533 invbullet invcircle openbulletuniFEFFR4ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/notoserif-bold_italic-subset.ttf000066400000000000000000007274341336714227100303430ustar00rootroot00000000000000 PFFTMfhOS/2X`cmapٲ6gasp glyf؈headFa6hhea $hmtx%M.kernD locaf"maxpk8 nameϱG0post^pG  =ˎ_<  Pw o Pd@33f  @x)GOOG! X J )7y9y3+hFR73V3-yo{oFN-yLyRyyyyyhyyy9ZyyyH^X`X%^55;NVNL9TP+NPyFRR+9RRRHR;?+u+fL`LR RhL#V{bu!LwPyy^)yyyyZyZ-}soyy{3y3;3;jo33Bo-668HX5555%NVVVVVyVRRRRRRRRRRRR R9RHRHRHRHRuu?uR`LRRRRRybubububuRRRRRRX9RX9RX9RX9R%R\%RRHRHRHRHRHR^^^^?+?+555u5u525uju5++;f;;f;f;N`LN`LN`L7LVRVRVR5RhLhhL####9V)9V[9V9bubububububuLTwTwTw;\R }Rh!V{9wV{99uo59Ro5)osqu`TV5NLVwN9^w 5FXZ9/ujFX%5?Z9J/hu+j7D7RJ)T7R9jRjqRujRjqRT=T9hVRXmm#Z%!HT B9j}P-9L??5^\'h!D9RV9R9RXd3XXXX555F}yP`FZ VwNX9}^y  +Pb RR\wT!)RHR j)bubu+ywNR`L9RLRwu99uu=-uuJFN'HRHR +!)9R#uu;N?++bubu ' 3bBNX- NN1D FNjVR ! ! oR/R 'R ' X9Rhu#))buPNVLL} j ) +9D++/wNyN RLyRX9R9L!!b! 99 99;qLRT=RT=5Z j+yVNwN 995RRRR RHRVHVHZ j ) ybubuVRVRVRb J}}} 99uRRRRRRRRRRRRRRRRRRRRRRRRHRHRHRHRHRHRHRHR5u5oVRVRVRVRVRVRVR\R\R\R\R\Rbubu9u9u9u9u9uUyo!L{y;yLJ-====3RbN dR777}-y-oZmyo/?hX!yydyy{mmbXb))sf@& ~u~  " & 0 4 : !"!!!!"""""""")"+"H"a"e%%%%%%%%%% tz  & * 2 9 !"!!!!"""""""")"+"H"`"d%%%%%%%%%%1+*'$#9^[SRPMJA@$ ݽݼݵݰݮݦݚ   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abJsefjLyql[wkmhtophx`cbkm}{doglan~Mc=>FGBCz9ZXYKzDHTr{&<t^Dn&dL r J^rlT & , h j L  \ Bf &.BP@vv$RFR`T*V4Vfn Ff  * d !r" "X"d"p"#Z#f#$L$X$d$p$$$%%^%j%&4&@&L&''*'L'''(>(J(V():)F)R)*d*p+++++,$,0,<,H,,- ---..x..///&///0001f12X2d2p23@344h458556L667V78"889f9:D:;;<=$=>L??@$@AA~AB B^BCC^CD&D^DjDvDE(EFFZFfFrFGGRGGH>HHHHIBIJ,JJK$KKLLtLM8MNN~NNOOROP0P32dw3@ K[.B)#=-3G+HK*D0$87f!#!#'?Շ^@39!####73#7!3333#!3# wwyyopsutmn'ffssss3^u2=F#7.5463.54>?3#4.'4.'>Er2r3wm->'\IpM'Czi s#6YA-V/ 1&T0M611L#?0_h8saXHnP4'O]oGU^4 nT*B.%MG9lJ1.0w4H;N#d-A/G[!#34>32#"."32>54&4>32#"."32>54&3LiRNpH#2NkSBkK)(C6)(2(C6)'N3LiRNpH#2NkSBkK)(C6)(2(C6)'@{]7.RpA;|_9'LoA7Xptm(Qa7Xqtm)R\@z]7.RpA;{_9'Kp@7Xptm(Qa7Xqtm)R\FV6DT!'#".54>7.54>32>?!#";32674&#">VfU|v9HzZ.2>um^Z+*_n#2#B?8E-]B >Z9`?=U5II$>-((?Y8HY:hSfjL!OHXX-)Ha8GkZQ-JKMl6."HQ]Q[6P3;j<6>K7!#T?ՇV-.54>7*E2|q5/^My^F3# &?~sc$+o޶"*n||5/4.'77>7>*E2|q5/^My^F3# &?~rc$+n޶$*n||5-7% ''%PX/'߇1J+T/̒ /:% #!5!3!lnnn9%7654.54>329qp*8%A0NrSl2x)!4%/EX7!0/F;%#"&54>323@ J\/A)#=-3G+HK*D0$8-5#33i L+4>32#".%32>54&#"L#GlrXqA"Ejq_p>VH767##"&5>? *8!dyIZ  0QFA!,7#JTa:: . mm;J>f&,#2O7OH $3&j}/#7>54.#"".54>32!2>?3+hN%6"3O8!3V?#?ytin98om1E0!xdXyA*G36]~I+C-=lQ/(IjBDYt/< %R{F%2>54&+732>54.#"".54>32#".54633`J-XAVk<"5%8O6" 1U>$Oh^o<3ggGrO+4ZxExf-wj:X}(QxPv4`Q&A/2To< 2&?mQ.'KmFHsU.LiB[jK.-GX+Q]7!732>?!7!3#;:=:;>6* #2%j)ahh0#TULCm;4}N *  m7%2>54.#"'!#>54&#!>32#".54>3CmM*&B[5%<2,V;}*:dy&dKjyBVk\)/H11V{.\\BbB  +;  2a]pP&AW1";-,\L0h*<">32#".54>32#4."32>54&=?"MR$:cIlȚ]=|}ྌN";L*R\2_J-&k>mV| 3!"#!)8H}T53gy'7H".54>7.54>32'2>54.'4.#">l~E>lV,H49}Ōai72[L5[B&Rk6`H*:W:ut(=*0R<#;R24^MV|^H!!Q\f7Mg=-Pn@Nw^K""M[j>pj4v A`A2TKC 0~jx/*G4#A\:jGPZ9s1H%2>7#".54>32#".5463>7>54.#"KyeT'@LZ5RW-]u\i8  C]wiRvL$UK*A(E;0 )7!:aF'RmNݐ2'3Z}J֙U6gaHT].ck="9L+EI'P@(Z-8<<8Ca=L{OdfZfT#%#"&54>32#"&54>323@ J\/A)#=-3@ J\/B)#=,3G+HK*D0$84G+HL)D0$8fT*%7654.54>32#"&54>329qp*8%A03@ J\/B)#=,NrSl2x)!4%/E4G+HL)D0$85 nmTߡ!5!5w\75 5mnբdi!Tb"4#'>54.#""54>32#"&54>32bNmI[i9'70E.B{mfr>3@ J\/A)#=-wYyb'!OeT3N62Sl:7aH*(T3G+HK*D0$8X]r#"&'##".54>327332>54.#"32>7#".54>$3232>7.#"JxM[" 6DV6AtX48XzdGe V2V$(TD+U{aj;lSz016auؽo=C{\H;+?,R"4S@/#WYg(F4*VZ7w[7$+ &(% *6 D~ӍG6hꇵJ0> N)H6 +X܅խ{Bf9fm*EV-4Umpk%2;!732>7!;!732654&/.'!d8;)++(++ %\/BN3 ")%8&#mm $>0J 6'mm)-!-OJF%%?AI0^&1:'32>7>54.+7!2#!%32>54&+732654&+ =2%'7 {3ZzG7\B%LݑWyL#fksb^[m0('lT]< 0Kf@pw>}.ZWpmml1%2>7#".54>32#4.#"7GrZD >ytT:nfe2,Mj> %D9QqW; 5B# &3gS3I̓{ִJ#?[7-D/+hZ7>54.+7!2#!%2>54.+ =2%'7 T3c/yR2]RVm0( lHЈzɧxBu$kf1F\.'32>7>54.+7!#>54.#!!!!2>?3! =2%'7 XH"7(m/{D0L8' !_im0( l$'!2&{.="Xj.%;!732>7654.+7!#>54.#!!!(7 @ =2% '7 fG$;+w!mm0(5l&#2%yA#"#".54>32#4.#"3267654.+7!"?3&N>w{HP>tvt9/Pm=9W7!;!732>7654.+7!#"!>54.+7!#";'!>4% bd(7 @ =2% '7 "?4&TV(7 !>4% '6 m0)% mm0(5ll 2(l ll 2( m%#732>7>54.+7!#";/ =2%'7 "?4&(7 m0( ll 2( m&#"&'732>7>54.+7!#"zi7K& !$$5[K<'7 "?4&}x: q&Wg ll 2({G>54!";#".';!732>7654.+7!#" *5 (3))LNU1)+3#kf]A!yL(7 @ =2% '7 "?4&fV%;/$jj*@,9P1m@mUV mm0(5ll 2(#%2>?3!732>7654.+7!#"B8R=.%qP =2% '7 "?4&}7T8m7m0(5ll 2(1>#";!732>7# ;!732>7654.+7!1!>4% '7 F!>3&Z(7  =2% '7 ;l 2( mm0)!mm0(5l3!;!732>7654.+7!654.+7!#"F(7  =2% '7  (7  =2% k!mm0(5l)/ll 0(1/4>32#".%32>54.#"1bq͜\/_yљXN+Kf:UnQ5*If54.+;!732>7654.+7!2+bV]P$#>W3-(7 D =2% '7 Jx‡I3ZÄ8eSMlD mm0(5l3eb4tpeM.$<=4>32;#".'.%32>54.#"1bq͜\%Ipq$>S3!\uD]p>N+Kf:UnQ5*If54.+72;#".'#;!732>7654.+7mAqS02L3hCi?(-5#kpJP(7 D =2% '7 &Q\E^;yhc::P1m3[I%%mm0(5lA".54>332>54.'.54>32#4.#"~?'Ga;(Hd<:Z?!8bMPyQ)Jzrq8~.N<)Q@("DfEO.Pm@0H0^[,!9M,+HDF*,]lQ\o=$>T0S_.dS64O66LA=%T˃mt=(3732>7#"#!#>54&+; =2% 0C1"^GAO(7 m0(R/D-Xs18/66 mB%2>7>54.+7!#"#".54>7654.+7!#"]V4'7 !>4% _Ȃx~A '6 "?4%  }6_N$ll 2(sw=/[T0317ll 0'/,/0gjb.>7>54&+7!#"#.+7!#"A  p<;/1+&&Vͬ!+/BN'$_aW>:2#4ll 6,?'ll! V:#"##.+7!#">73>7>54&+7! ?1.''n#,/BN'8ɖt ").6;/J !;.L/'ll!1,Yb_!7.+7!#">54&+7!J25;'K&\=7}%- +"57?(&/03-m,20J"8*k?-mm%"G*&Fmm"8*"*ll;+DlT?3732>7.+7!#">7>54&+7!#";7 <2$ ; '\/' J N5%9D+&'(->(7 2m 0(* ll D/DDA)~K!#R"ll 3'? m !2>?3!7!"#! .RD6bf]q#dBN/4U>JZfT^w+!#";+7X"?6( '4Xl :1 &l3#ݐnL !732>7654.+7L}X"?4( &4Xl ;0&lD3# #9XŠcBFV!7!By! .'7!?,c\M- '*+PWT%VRHR ^0E"&5467##".54>3273326732>7.#"[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h+.E>54.+7!3>32#".'#4.#"32>; */R %P^nDAnO-(Nqg*NC7tsH(&F?5)TD+7#".54>32#4.#"m6WF6 /ci]{H&LqoU{O&<_D&7%,M@1#r0< /(SC+4jkLl@#;O, =16aI*;a}5}R1X32>7.#"%3267#".54>7##".54>32>?>54.+7!)-_TCHL%:bO=( ,?-DQ^5-J5 &T_m?OqI"%Ike7#".54>32#*'"32>54&j2ZM= 0ci^}H(Ouq\(o2ZH4 La75/;/%RE-4ikLl?rSsD)w\KxI(KhA?F)3!#".'732>7#?>32#4.#"!fI[jpt7$" 62M=1ϺPvhOyQ)xs $AEmmwN.w "Qfa+Lee20A%DL'I8!psQdv4>32>32#4&#"#".'#".54>7.54>7.4&/32>2>54&#"?Dw-4:B&?: 3%%#.4PnU  0@(斧U}p57\v?&6T:DLYj-O<#9cKZS($<0$ 965P6:GU"3%=04**.X/-caYD(7  ]l<%Da;6XA, #-3 867 ~:> "2?# 7) 6G"8GLIHCFhu/KB+M%46?>54.#"!>54.+7!3>323267#"&# "#E@9/" k *+` 'S`qDAZ7 / &" 5$1>M^8u~,zN:??*"/Mchd(% "l>N#)*=Z;&AU/;<<8a+-0E3(ou)#73267#"&5467>54.+7%".54>32m %" 6#1>N]8v~P )%X":+4F&!;-!7FJf8a+-0E3(oc,zN} "m 0 -?) 1"*?))3".54>32#"&'732>7>54.+7":+4F&!;-!7Fi^{NA^,70G8- )% 0 -?) 1"*?)n. k #Tf? "m+5!>54.+7!>54!";#".'X *+l?2.Gc!>6.iKvZ@yh "l QrrD!"ggS[HX2m/I4f"%267#"&547>54.+7! 6#1>M^8v~! *+ %E3(ocXH "l8a+-0Ldv"&546?>54.#"!4>?>54.#"!>54.+7!3>323>323267fu~#  !A>7-     "C>8-!sͬ )%'(U^i=@V4 &Q^nB?V6 / &" 5$1>M^pc+zN:??*".Kafc(VITXK6 W7$>P-=\=&AU/;<<7b+-/F3(L?^G%4?>54.#"!>54.+7!3>323267#"&!! !#E@:/" hͬ )% 'S`qDAY7 . %# 5#1>M^8v~X:??*"/Mchd(%/ "m=Z;&AU/;<<8a+-0E3(oR^+4>32#".2>54&#"R$InsXtD"Gmt`r@7YG4!SH4XG6%TMj>1hrJl@5k?g6yj >54.+7!3>32#"&';u + "C?7-!N &-7_M<(N )%5#JZrLCoN+#Fij>k( )N*O>&'BV]^)  7.#">767##".54>3273;!)?>9/% JF1=dP;'8  #J[vOAkL+'Jmb-VNByf2;Mh;R4%AXdk4R"@i/8=FNCmN*0^\PtE  C:%!mLu^$4&+7!3>32#4.#"!>2:%+ #GUlHmj|v '@@=8.Nˮ &!mJpL'RNjh.K5/RqK78#^C%2>54.'.54>32#4.#"#".54>3*H49W<7#72>733#)0N"/"KXe;8aH){,hmm0w5{ 8 N4';Z=,.-7iDnO-I34uBJA%4>7##".5467>54&+7!32>7!3267#".-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8 @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5G!o\%.+7!3>54መ#0^ Fb:N9\N 8*4Unur/q * mh3H?E@Td.H3P.L^B4.'.+7!3>?3>54.'>32ZgPΈ%3 ! 3fd`, ZvE%)4DKjp?x+gT/:! mf˱)N_Qq3#ox30#'7#ZJ'#732>7.+7!3#";!)//8&$,%//5$ӕ!$,sm 4*T'0 m{m !9-+8! mbo^5.+7!3>54>32#"&'732>7A< =lQ/C<,<#SU6dZJ}i;o+W?^u7q=/m(kk]R;EH(A.\RP}hiG#s2UrADJ%2>?3!7!"#!#6) wXR)8+#}ZoR!5B!/hV0D)LkP+7"&54>7654.'7>7>;#";璒=7J+3[I4 J7>?.547>54&+7Փ=7J+3ZI5 IO32: ;ZXq|gtzұX!34>32#".}bw3@ K[.B)#=-+3G+HK*D0$8-82>7#7.54>?3#4&' ;^K: .`e#%Qf:#Fif!!MoG"<_C&&55,K>0"D0< /&PC- ?h^GpK &:J( =1Jz#Tu> Edz~zQ>3232>7#".#"'7>54&'#73.54>32#4&#"!X(LnG6X'.b]S #6/.APal33aen?)E??"!-E3gS4LxW[/|PFgnl ?gWK" gD>+$l,SjN"A }&j2lt=#=Q.X]327'#"&''7&732>54.#"" {f{-g;9i-f}# xfy.l;;k-whw<%?V13V?$$?V31V?%;m-{f{!!h-i;;g-yfy#!whw\s1VA%%AV13WA%%AWZ&I!!!!;!732>?!7!7!7!.+7!#">7>54&+7!#"'6 1#7 <2$ }%/:.( %  *(.")/Y5xwyb mm 0(iywx#) ll K0Ax*N, %P"llNR#3#334-TUk".54>332>54.'.54>7.54>32#4.#".'>54.]g7&:D;U65U; X^2#B91?",3>B91?(6"79BN89(6"79BN8b5c4>32#".732>54.#"2>7#".54>32#4.#"6ahhb66bhha6q.StXYuS.eXtS..PA. &MsMfg38olFjE#%3"8)He@hb66bhhb55bhXuS..SuXe.Su:(1 !:0BxgdxC'5$ 8-0^X+@"&5467##".54>32733267%32>?.#"DK;DO-3K12MgP7IHFL+- +6Ae  :2( 1 3":.# 70@0N8#=R00jg\F)*C51""- 1KV&#;LPOy? 3#%3#wvmVffskVffs%%#!5%%nXb)6Rl32>54.+5! 3##;!32>54.+4>32#".732>54.#"$$p` 4C# "m#gV7K,0K6P{6ahhb66bhha6q.StXYuS.eXtS.fXH1J6%  E}E,D.-@'hb66bhhb55bhXuS..SuXe.Su!5!@yJN'4>32#".732>54.#"0TqA@rT11Tr@AqT0.=#$>..>$#=.@rT11Tr@ApT00TpA#=//=#$?..?)5!#!5!3!nlnnn;J;+7%>54.#""&54>32!26?3;/>T2 !.#HT,SvK@gH'GtW-01 P9J-SPQ+&"8I(:.*F30D*+OUc>2"+;=7A"&54>332>54.+732>54&#""&54>32h)8 (@.%A0-G0DF+N;#%)!1#K[,SxKIkF"&E_8^q>m=YM+?3!)@-4&`6O3)42@$-2$@03D'6P:& \UEjG%-!>7!#BA=A8GQTR$LQP#18;83JJH%#"&'#".54>7!3267!3267#".5##CJT3[~%  %A3/CR*1#"6B 8 +_)y7 &" 5$1>Pb=?S1/M6QB$LHA#9*-D,#8*=}}(--2%6f8a+-0E3(#9K)'#!532>5#".54>3!#";!">-ZxH"LyW"#=--=#l :0AoPR`4l :10: l2}\39#"&'732>54.'73)C0=fF W##F8($2RuF-9!B_> y '!L ;!732>7#"&5>?͒ Th#{:[%04<#jO ZZE9F;* D '#".54>324&#"32>2KgOGtR-4NhL@qT1*04S9..7S7+bbZE)!B`?.e`WB'>`?!733>73#3%;!732>7#"&5>? )):}p Į Th#{:[%04<#j$" ZZGR4mR ?&  O ZZE9F;* D6$P!#3%;!732>7#"&5>?7%>54.#""&54>32!26?3® Th#{:[%04<#j/>T2 !.#HT,SvK@gH'GtW-01 P9 O ZZE9F;* D@-SPQ+&"8I(:.*F30D*+OUc>2"+8z$(j%;!732>?!733>73#3"&54>332>54.+732>54&#""&54>32 )):}p V)8 (@.%A0-G0DF+N;#%)!1#K[,SxKIkF"&E_8^q>m$" ZZGR4mR ?& YM+?3!)@-4&`6O3)42@$-2$@03D'6P:& \UEjG%{V"44>?332>72#".4>32#".NmJ[h9(5 0E.B{mfr>3@ K[.B)#=-1Yya'!OeT3N62Rl;7aH*(S(3G+HK*D0$8s"%DRs"%whRs>K>7!#.'#;!732>7!;!732654&/.'!kLPL (-,021DFBd8;)++(++ %\/BN3 ")FKPQ$ PRN.2222.%8&#mm $>0J 6'mm)-!-OJF%%?AI0oER2>73#".#"#>32;!732>7!;!732654&/.'!&{ -CY77XJA!&z /H]76UG?2d8;)++(++ %\/BN3 ")'1kY:(1('.kZ<(1(%8&#mm $>0J 6'mm)-!-OJF%%?AI0L"%k)R'MZ#".54>324.#"32>;!732>7!;!732654&/.'!&CZ33ZC&&CZ33ZC&}!,,!!,,!rd8;)++(++ %\/BN3 ")%7S99S76T88T6) )* *ڸ%8&#mm $>0J 6'mm)-!-OJF%%?AI0#9=#>54.#!!!!2>?3!732>?!;!732>7'7!#H"7(l/{D0K9' !^i =2%1-y85#236%$'!2&{.="Xm0(+C mm'<)3 l}"'{)\s")D'R\s")wR\sG>7!#.'#32>7>54.+7!#>54.#!!!!2>?3!-LPL (-,021DFB =2%'7 XH"7(m/{D0L8' !_iFKPQ$ PRN.2222.B0( l$'!2&{.="X\L")kRs"-D6R*s"-wRs>>7!#.'#732>7>54.+7!#";LPL (-,021DFB =2%'7 "?4&(7 FKPQ$ PRN.2222.m0( ll 2( mL"-kR#4'32>7#73>54.+7!2#!%2>54.+!! =2%cX'6 T3c/yR2^RVlym0(} lHЈzɧxBu$kf1}oS2>73#".#"#>32;!732>7654.+7!654.+7!#"&{ -CY77XJA!&z /H]76UG?y(7  =2% '7  (7  =2% '1kY:(1('.kZ<(1(k!mm0(5l)/ll 0(1s"3DRs"3wyRs0H>7!#.'#4>32#".%32>54.#"LPL (-,021DFB1bq͜\/_yљXN+Kf:UnQ5*If73#".#"#>324>32#".%32>54.#"&{ -CY77XJA!&z /H]76UG?1bq͜\/_yљXN+Kf:UnQ5*If3273#"&'#7.%.#"4&'32>1b򐢅aP`/_QA]VbN%kAUnR5V%i>UnQ5!bѽUDE֕^X" }Id`F65R+N s5/Rs"9DRs"9wRs[>7!#.'#2>7>54.+7!#"#".54>7654.+7!#"LPL (-,021DFBQ]V4'7 !>4% _Ȃx~A '6 "?4%  FKPQ$ PRN.2222.R6_N$ll 2(sw=/[T0317ll 0'/,/0gjL"9kTRTs"=wHR4A#732>7>54.+7!#"32+;32>54.+/ =2%'7 "?4&CyI3Ză(7 jT]P$#?W3-m0( ll 2(3eb4tpeM.F m8dSLlEH+d"#"&'732>7#737>32#"#".54>332654.'.54>3>54&7U?+ EWflo4(G/ -H;0Ϧmkoo7 u=X9(E4cUAwfM~Z18M0%;*DG "=0`k?gD R'IiCX^jG+ q'U_Ќ?tc,.SvHADC+<%0.19cQ^3:R5(?+0^L/ZJ 9647dSwM$/M"TfR !"EDR !"EwR !I^>7!#.'#"&5467##".54>3273326732>7.#"LPL (-,021DFBJ[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hR Pe2>73#".#"#>32"&5467##".54>3273326732>7.#"&{ -CY77XJA!&z /H]76UG?[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hR "Ek+R w'Xm#".54>324.#"32>"&5467##".54>3273326732>7.#"&CZ33ZC&&CZ33ZC&}!,,!!,,!-[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hRb8Sc%2>7#"&'##".54>32>32#*'%32>7>7.#""32>54&-2ZL> 0ci&&N^tKInI%%JmhgGP}\)o)%PKB '1 '3;>CrSuE)w;P18]{D5mhb*">hN#=R^d1*KjA?FR9^"G{dR=!"IDR!"IwRJ!BP>7!#.'#2>7#".54>32#*'"32>54&sLPL (-,021DFB2ZM= 0ci^}H(Ouq\(o2ZH4 La75KPQ$ PRN.2222./;/%RE-4ikLl?rSsD)w\KxI(KhA?FR="Iku!"Du!"wa?!<>7!#.'#3267#"&5467>54.+7ELPL (-,021DFB. %" 6#1>N]8v~P )%KPQ$ PRN.2222.f8a+-0E3(oc,zN} "mu"kR#*@4>32.'?.'7%#".%32>54&#"R!Bdh3_ A20l;'[N1;bF&#Gls_r?7+>&7XD1UO8YD0?d<Q6Z#1}J6N8lYe95j\Ea<3Unvu2}r3UlspL?g2>73#".#"#>324?>54.#"!>54.+7!3>323267#"&&{ -CY77XJA!&z /H]76UG?!! !#E@:/" hͬ )% 'S`qDAY7 . %# 5#1>M^8v~'1kY:(1('.kZ<(1("X:??*"/Mchd(%/ "m=Z;&AU/;<<8a+-0E3(oR!"SDR!"SwR!0D>7!#.'#4>32#".2>54&#"LPL (-,021DFB$InsXtD"Gmt`r@7YG4!SH4XG6%TKPQ$ PRN.2222.Mj>1hrJl@5k?g6yj73#".#"#>324>32#".2>54&#"&{ -CY77XJA!&z /H]76UG?$InsXtD"Gmt`r@7YG4!SH4XG6%T'1kY:(1('.kZ<(1(Mj>1hrJl@5k?g6yj3273#"'#7.2>=".R$InsC4WG6$?Mj>k4jJl@5s6?g6+'V;a:##uB!"YDuB!"YwuB!Z>7!#.'#4>7##".5467>54&+7!32>7!3267#".LPL (-,021DFB\-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8KPQ$ PRN.2222. @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5GuB"Ykso!"]w)6!7!;!732>7!;!732654&/.'!"Rd8;)++(++ %\/BN3 ")+%8&#mm $>0J 6'mm)-!-OJF%%?AI0R {4I!7!"&5467##".54>3273326732>7.#""Rx[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hm7D".'332673;!732>7!;!732654&/.'!DfF(\HJn?\yd8;)++(++ %\/BN3 ")+.UwHHDAK;t[8%8&#mm $>0J 6'mm)-!-OJF%%?AI0R BW".'332673"&5467##".54>3273326732>7.#"DfF(\HJn?\y[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h=J"&54>733267;!732>7!;!732654&/.'!!|-PoC#UJ2@5C&&\ed8;)++(++ %\/BN3 ")kf7[G3 (0J 6'mm)-!-OJF%%?AI0R ^H]"&54>733267"&5467##".54>3273326732>7.#"|-PoC#UJ2@5C&&\[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hs"'wRR!"GwsJ>7!#.'#2>7#".54>32#4.#"LPL (-,021DFBGrZD >ytT:nfe2,Mj> %D9QqW;FKPQ$ PRN.2222.m 5B# &3gS3I̓{ִJ#?[7-D/+hZ7!#.'#2>7#".54>32#4.#"LPL (-,021DFB6WF6 /ci]{H&LqoU{O&<_D&7%,M@1#rKPQ$ PRN.2222.0< /(SC+4jkLl@#;O, =16aI*;a}5}{E".54>322>7#".54>32#4.#"":+4F&!;-!7FGrZD >ytT:nfe2,Mj> %D9QqW;T 0 -?) 1"*?)D 5B# &3gS3I̓{ִJ#?[7-D/+hZ322>7#".54>32#4.#"":+4F&!;-!7F6WF6 /ci]{H&LqoU{O&<_D&7%,M@1#r 0 -?) 1"*?)0< /(SC+4jkLl@#;O, =16aI*;a}5}sJ!.'73>732>7#".54>32#4.#"MOL (-,/21DEBGrZD >ytT:nfe2,Mj> %D9QqW;XKPQ$PSN.3223.% 5B# &3gS3I̓{ִJ#?[7-D/+hZ732>7#".54>32#4.#"MOL (-,/21DEB6WF6 /ci]{H&LqoU{O&<_D&7%,M@1#rKPQ$PSN.3223.f0< /(SC+4jkLl@#;O, =16aI*;a}5}s8E!.'73>7332>7>54.+7!2#!%2>54.+7MOL (-,/21DEB =2%'7 T3c/yR2]RVXKPQ$PSN.3223.0( lHЈzɧxBu$kf1F\ d>7!#32>7.#"%3267#".54>7##".54>32>?>54.+7!b"B;EK${7)-_TCHL%:bO=( ,?-DQ^5-J5 &T_m?OqI"%Ike7##".54>32>7!7!>54.+7!32>7.#" ,?-DQ^5-J5 &T_m?OqI"$Gib */X)-_TC9M%7^L:' l7<:0,P,$(=)!OpH!7>54.+7!#>54.#!!!!2>?3!"R' =2%'7 XH"7(m/{D0L8' !_i+0( l$'!2&{.="XRC{-;!7!2>7#".54>32#*'"32>54&!"R'2ZM= 0ci^}H(Ouq\(o2ZH4 La75٢ /;/%RE-4ikLl?rSsD)w\KxI(KhA?F\m@".'33267332>7>54.+7!#>54.#!!!!2>?3!^DfF(\HJn?\y? =2%'7 XH"7(m/{D0L8' !_i+.UwHHDAK;t[8B0( l$'!2&{.="XRR;I".'3326732>7#".54>32#*'"32>54&DfF(\HJn?\y2ZM= 0ci^}H(Ouq\(o2ZH4 La75.UwHHDAK;t[8/;/%RE-4ikLl?rSsD)w\KxI(KhA?F\^B".54>3232>7>54.+7!#>54.#!!!!2>?3!^":+4F&!;-!7Fd =2%'7 XH"7(m/{D0L8' !_i7 0 -?) 1"*?)60( l$'!2&{.="XR=)=K".54>322>7#".54>32#*'"32>54&":+4F&!;-!7F2ZM= 0ci^}H(Ouq\(o2ZH4 La75 0 -?) 1"*?)/;/%RE-4ikLl?rSsD)w\KxI(KhA?F\F"&54>73326732>7>54.+7!#>54.#!!!!2>?3!f|-PoC#UJ2@5C&&\Q =2%'7 XH"7(m/{D0L8' !_ikf7[G3 (7332672>7#".54>32#*'"32>54&V|-PoC#UJ2@5C&&\2ZM= 0ci^}H(Ouq\(o2ZH4 La753kf7[G3 (7332>7>54.+7!#>54.#!!!!2>?3!MOL (-,/21DEB =2%'7 XH"7(m/{D0L8' !_iXKPQ$PSN.3223.0( l$'!2&{.="XR!BP!.'73>732>7#".54>32#*'"32>54&MOL (-,/21DEB2ZM= 0ci^}H(Ouq\(o2ZH4 La75KPQ$PSN.3223.f/;/%RE-4ikLl?rSsD)w\KxI(KhA?FsZ>7!#.'##"#".54>32#4.#"3267654.+7!LPL (-,021DFBx"?3&N>w{HP>tvt9/Pm=9W7!#.'#4>32>32#4&#"#".'#".54>7.54>7.4&/32>2>54&#"NLPL (-,021DFB?Dw-4:B&?: 3%%#.4PnU  0@(斧U}p57\v?&6T:DLYj-O<#9cKZS($<0$ 965P6:KPQ$ PRN.2222.GU"3%=04**.X/-caYD(7  ]l<%Da;6XA, #-3 867 ~:> "2?# 7) 6G"8GLIHCFhu/KBmS".'332673#"#".54>32#4.#"3267654.+7!DfF(\HJn?\y"?3&N>w{HP>tvt9/Pm=9W32>32#4&#"#".'#".54>7.54>7.4&/32>2>54&#"DfF(\HJn?\y?Dw-4:B&?: 3%%#.4PnU  0@(斧U}p57\v?&6T:DLYj-O<#9cKZS($<0$ 965P6:.UwHHDAK;t[8GU"3%=04**.X/-caYD(7  ]l<%Da;6XA, #-3 867 ~:> "2?# 7) 6G"8GLIHCFhu/KB{U".54>32#"#".54>32#4.#"3267654.+7!":+4F&!;-!7F"?3&N>w{HP>tvt9/Pm=9W324>32>32#4&#"#".'#".54>7.54>7.4&/32>2>54&#"":+4F&!;-!7F?Dw-4:B&?: 3%%#.4PnU  0@(斧U}p57\v?&6T:DLYj-O<#9cKZS($<0$ 965P6: 0 -?) 1"*?)GU"3%=04**.X/-caYD(7  ]l<%Da;6XA, #-3 867 ~:> "2?# 7) 6G"8GLIHCFhu/KB; M>7!##"#".54>32#4.#"3267654.+7!"B;EK${"?3&N>w{HP>tvt9/Pm=9W734>32>32#4&#"#".'#".54>7.54>7.4&/32>2>54&#""B "2?# 7) 6G"8GLIHCFhu/KBsg>7!#.'#732>7!;!732>7654.+7!#"!>54.+7!#";LPL (-,021DFB!>4% bd(7 @ =2% '7 "?4&TV(7 !>4% '6 FKPQ$ PRN.2222.m0)% mm0(5ll 2(l ll 2( m+f>7!#.'#46?>54.#"!>54.+7!3>323267#"&LPL (-,021DFB)# "#E@9/" k *+` 'S`qDAZ7 / &" 5$1>M^8u~}KPQ$ PRN.2222.\,zN:??*"/Mchd(% "l>N#)*=Z;&AU/;<<8a+-0E3(oVZ!732>7!;!732>7#737654.+7!#"!7>54.+7!#"3#;7!'!>4% bd(7 @ =2% '7 "?4&(7 !>4% Ө'6 +)m0)% mm0(lT5ll 2(c] ll 2(cl m9+R%46?>54.#"!#73>54.+7!!!3>323267#"& "#E@:/" ` *+9= 'S`qDAY7 % &" 5$1>M^8u~,zNw:??*"/Mchd(Pl*"llyN#)*=Z;&AU/;<<8a+-0E3(o,oE2>73#".#"#>32732>7>54.+7!#";@&{ -CY77XJA!&z /H]76UG? =2%'7 "?4&(7 '1kY:(1('.kZ<(1(m0( ll 2( m5fC2>73#".#"#>323267#"&5467>54.+7z&{ -CY77XJA!&z /H]76UG? %" 6#1>N]8v~P )%'1kY:(1('.kZ<(1(f8a+-0E3(oc,zN} "m)!7!732>7>54.+7!#";"R =2%'7 "?4&(7 +3m0( ll 2( mu{'!7! 3267#"&5467>54.+7"R %" 6#1>N]8v~P )%٢f8a+-0E3(oc,zN} "mm7".'332673732>7>54.+7!#";vDfF(\HJn?\y =2%'7 "?4&(7 +.UwHHDAK;t[8m0( ll 2( mu65".'3326733267#"&5467>54.+7DfF(\HJn?\yZ %" 6#1>N]8v~P )%.UwHHDAK;t[8f8a+-0E3(oc,zN} "m="&54>733267732>7>54.+7!#";&|-PoC#UJ2@5C&&\{ =2%'7 "?4&(7 kf7[G3 (7332673267#"&5467>54.+7%".54>328|-PoC#UJ2@5C&&\ %" 6#1>N]8v~P )%X":+4F&!;-!7Fkf7[G3 (32732>7>54.+7!#";":+4F&!;-!7F- =2%'7 "?4&(7 T 0 -?) 1"*?)m0( ll 2( muJ#3267#"&5467>54.+7m %" 6#1>N]8v~P )%Jf8a+-0E3(oc,zN} "m"-.5uy)"MNs?>7!#.'##"&'732>7>54.+7!#"LPL (-,021DFBzi7K& !$$5[K<'7 "?4&FKPQ$ PRN.2222.}x: q&Wg ll 2(!8>7!#.'##"&'732>7>54.+7;LPL (-,021DFB8^{NA^,70G8- )%KPQ$ PRN.2222.n. k #Tf? "m;{ S>7!#>54!";#".';!732>7654.+7!#""B;EK${7*5 (3))LNU1)+3#kf]A!yL(7 @ =2% '7 "?4&fVGJ NRQ#%;/$jj*@,9P1m@mUV mm0(5ll 2(+; A>7!#!>54.+7!>54!";#".'&"B;EK${X *+l?2.Gc!>6.iKvZ@yVGJ NRQ#]h "l QrrD!"ggS[HX2m/I4+J5!>54.+7!>54!";#".'Xͬ )+  ?2.Gc!>6.iKvZ@yh/ "m-kme'!"ggS[HX2m/I4s"0wFRf"Pw; />7!#2>?3!732>7654.+7!#"l"B;EK${8R=.%qP =2% '7 "?4&VGJ NRQ#B7T8m7m0(5ll 2(; .>7!#267#"&547>54.+7! "B;EK${ 6#1>M^8v~! *+ %VGJ NRQ#TE3(ocXH "l8a+-0 />7!#2>?3!732>7654.+7!#" "B;EK${8R=.%qP =2% '7 "?4&HJ NRQ" 7T8m7m0(5ll 2(f` .>7!#267#"&547>54.+7!"B;EK${ 6#1>M^8v~! *+ %HJ NRQ"E3(ocXH "l8a+-07".54>322>?3!732>7654.+7!#"?":+4F&!;-!7F8R=.%qP =2% '7 "?4&~ 0 -?) 1"*?)7T8m7m0(5ll 2(f6".54>32267#"&547>54.+7!)":+4F&!;-!7F 6#1>M^8v~! *+ %: 0 -?) 1"*?)UE3(ocXH "l8a+-0+%2>?3!732>7?654.+7!#"%B8R=.%qP =2%F j '7 "?4&FT }7T8m7m0(N`a5ll 2(*%267#"&54??>54.+7!7 6#1>M^8v~!{ *+!> %E3(ocXkTVD "lT]\8a+-0s"2wRL?!"Rw; ?>7!# ;!732>7654.+7!654.+7!#""B;EK${(7  =2% '7  (7  =2% VGJ NRQ#k!mm0(5l)/ll 0(1L;?^ S>7!#4?>54.#"!>54.+7!3>323267#"&l"B;EK${!! !#E@:/" hͬ )% 'S`qDAY7 . %# 5#1>M^8v~VGJ NRQ#X:??*"/Mchd(%/ "m=Z;&AU/;<<8a+-0E3(osL!.'73>73 ;!732>7654.+7!654.+7!#"MOL (-,/21DEB(7  =2% '7  (7  =2% XKPQ$PSN.3223.k!mm0(5l)/ll 0(1L?!`!.'73>734?>54.#"!>54.+7!3>323267#"&MOL (-,/21DEB^!! !#E@:/" hͬ )% 'S`qDAY7 . %# 5#1>M^8v~KPQ$PSN.3223.X:??*"/Mchd(%/ "m=Z;&AU/;<<8a+-0E3(oj#R+C8C;!732>7654.+7!654.+7!#"#"&'732>7(7  =2% '7  (7  =2% \b(T"90f\Mk!mm0(5l)/ll 0(1v7 s #VlLhD"&'732>7>54.#"!>54.+7!3>327A^+70G8. "#E@:/"mͬ )% 'S`qDAZ7 _z k #Tfn:??)"/Mchd(/ "m=[:&AU/;<;Zn.3!7!4>32#".%32>54.#""RP1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#""R$InsXtD"Gmt`r@7YG4!SH4XG6%T٢Mj>1hrJl@5k?g6yj32#".%32>54.#"DfF(\HJn?\yV1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#"DfF(\HJn?\y $InsXtD"Gmt`r@7YG4!SH4XG6%T.UwHHDAK;t[8Mj>1hrJl@5k?g6yj7!!7>7!4>32#".%32>54.#"R;85Tcg);85Tcg)11bq͜\/_yљXN+Kf:UnQ5*If7!!7>7!4>32#".2>54&#"?;85Tcg);85Tcg)$InsXtD"Gmt`r@7YG4!SH4XG6%T!JNO%QXS!JNO%QXSMj>1hrJl@5k?g6yj54.#!!!!2>?3!#".54>267.#"/c+G#7(m0{C0L8( ^7-a3yљX1bt-R%#d8UnR5+Kf $'!2&{.="X IԋbѽURPe],R+b5K[%2>7#"&'#".54>32>32#*'2>54&#""32>54&X2ZL> 0ciu8JΈ`r@$Ioss2PԈ\(oA7ZF5"SH4YG7$):!?80(L`74/;/%RE-PQHY4jkLl@LTKYrSuE)w@i5xg=e8>W7h#=R^d1*KjA?F}s"6wRLu!"Vw!;} N>7!#32>54.+72;#".'#;!732>7654.+7"B;EK${AqS02L3hCi?(-5#kpJP(7 D =2% '7 VGJ NRQ#&Q\E^;yhc::P1m3[I%%mm0(5l;u^ 0>7!#4&+7!3>32#4.#"!>""B;EK${.2:%+ #GUlHmj|v '@@=8.Nˮ VGJ NRQ#[&!mJpL'RNjh.K5/RqK78}s%[!.'73>7332>54.+72;#".'#;!732>7654.+7MOL (-,/21DEBgAqS02L3hCi?(-5#kpJP(7 D =2% '7 XKPQ$PSN.3223.&Q\E^;yhc::P1m3[I%%mm0(5lLu!=!.'73>734&+7!3>32#4.#"!>4MOL (-,/21DEB2:%+ #GUlHmj|v '@@=8.Nˮ KPQ$PSN.3223.u&!mJpL'RNjh.K5/RqK78s"7wR#d!"Ww7sZ>7!#.'#".54>332>54.'.54>32#4.#"LPL (-,021DFBm~?'Ga;(Hd<:Z?!8bMPyQ)Jzrq8~.N<)Q@("DfEOFKPQ$ PRN.2222..Pm@0H0^[,!9M,+HDF*,]lQ\o=$>T0S_.dS64O66LA=%T˃mt=#!\>7!#.'#2>54.'.54>32#4.#"#".54>3"LPL (-,021DFB*H49W<73".54>332>54.'.54>32#4.#"MOL (-,/21DEBU~?'Ga;(Hd<:Z?!8bMPyQ)Jzrq8~.N<)Q@("DfEOXKPQ$PSN.3223.y.Pm@0H0^[,!9M,+HDF*,]lQ\o=$>T0S_.dS64O66LA=%T˃mt=#"!\!.'73>732>54.'.54>32#4.#"#".54>3MOL (-,/21DEB*H49W<73732>7#"#!#>54&+;MOL (-,/21DEB =2% 0C1"^GAO(7 XKPQ$PSN.3223.m0(R/D-Xs18/66 m[d 2>7!#267#".54>7#72>733#"B;EK${0N"/"KXe;8aH){,hmm0w5{ 8HJ NRQ" N4';Z=,.-7iDnO-I3403732>7!7!#"#!#>54&+!!; =2% \)u0C1"^GAOw'^(7 m0(l+/D-Xs18/66l? m9hF.%267#".54>?#73#72>733#3#)0N"/"KXe;8aH)'<,hmm0w5>' 8 N4';Z=,.-miDnOm-I34ob2>73#".#"#>322>7>54.+7!#"#".54>7654.+7!#"&{ -CY77XJA!&z /H]76UG?C]V4'7 !>4% _Ȃx~A '6 "?4%  '1kY:(1('.kZ<(1(6_N$ll 2(sw=/[T0317ll 0'/,/0gjuBa2>73#".#"#>324>7##".5467>54&+7!32>7!3267#".&{ -CY77XJA!&z /H]76UG?-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8'1kY:(1('.kZ<(1( @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5GF!7!2>7>54.+7!#"#".54>7654.+7!#""R]V4'7 !>4% _Ȃx~A '6 "?4%  +6_N$ll 2(sw=/[T0317ll 0'/,/0gjuB{E!7!4>7##".5467>54&+7!32>7!3267#".B"R-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8٢5 @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5GmT".'3326732>7>54.+7!#"#".54>7654.+7!#"DfF(\HJn?\y]V4'7 !>4% _Ȃx~A '6 "?4%  +.UwHHDAK;t[8R6_N$ll 2(sw=/[T0317ll 0'/,/0gjuBS".'3326734>7##".5467>54&+7!32>7!3267#".DfF(\HJn?\yA-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8.UwHHDAK;t[8 @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5G'j#".54>324.#"32>2>7>54.+7!#"#".54>7654.+7!#"&CZ33ZC&&CZ33ZC&}!,,!!,,!]V4'7 !>4% _Ȃx~A '6 "?4%  7S99S76T88T6) )* *6_N$ll 2(sw=/[T0317ll 0'/,/0gjuBw'i#".54>324.#"32>4>7##".5467>54&+7!32>7!3267#".&CZ33ZC&&CZ33ZC&}!,,!!,,!l-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[87S99S76T88T6) )* *6 @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5Gs ^7>7!!7>7!2>7>54.+7!#"#".54>7654.+7!#"=;85Tcg);85Tcg)7]V4'7 !>4% _Ȃx~A '6 "?4%  +!JNO%QXS!JNO%QXSR6_N$ll 2(sw=/[T0317ll 0'/,/0gjuB! ]7>7!!7>7!4>7##".5467>54&+7!32>7!3267#".X;85Tcg);85Tcg)-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8!JNO%QXS!JNO%QXS @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5GZ"&54>7332672>7>54.+7!#"#".54>7654.+7!#"|-PoC#UJ2@5C&&\(]V4'7 !>4% _Ȃx~A '6 "?4%  kf7[G3 (7332674>7##".5467>54&+7!32>7!3267#".|-PoC#UJ2@5C&&\-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8kf7[G3 (S-3z4i*D)m<<6-5QMf8a+-0E3(5G VsS>7!#.'##"##.+7!#">73>7>54&+7!LPL (-,021DFBt1.''n#,/BN'8ɖt ").6;/FKPQ$ PRN.2222. !;.L/'ll!1,Yb_!7!#.'#4.'.+7!3>?3>54.'>32LPL (-,021DFB+ZgPΈ%3 ! 3fd`, ZvE%)4DKKPQ$ PRN.2222.jp?x+gT/:! mf˱)N_Qq3#ox30#'7#ZTsX>7!#.'#732>7.+7!#">7>54&+7!#";1LPL (-,021DFB7 <2$ ; '\/' J N5%9D+&'(->(7 2FKPQ$ PRN.2222.m 0(* ll D/DDA)~K!#R"ll 3'? mo!N>7!#.'#.+7!3>54>32#"&'732>7;LPL (-,021DFBA< =lQ/C<,<#SU6dZJ}i;o+W?^u7KPQ$ PRN.2222.=/m(kk]R;EH(A.\RP}hiG#s2UrATL"=k/Rs">w RV!"^w){)".54>32 !2>?3!7!"#!":+4F&!;-!7F .RD6bf]q#dBT 0 -?) 1"*?)/4U>JZfT^wD)+".54>322>?3!7!"#!":+4F&!;-!7F#6) wXR)8+#}ZoR 0 -?) 1"*?)!5B!/hV0D)Lks.!.'73>73!2>?3!7!"#!5MOL (-,/21DEBT .RD6bf]q#dBXKPQ$PSN.3223./4U>JZfT^wO!0!.'73>732>?3!7!"#!IMOL (-,/21DEB|#6) wXR)8+#}ZoRKPQ$PSN.3223.j!5B!/hV0D)Lk)+#4.#"#".'732>7>32xs $ 0$ I[jpt7$" 62M=1+OyQ)wDL'I8!8V9^mwN.w "Qf0As)&654'&54632! !224&#"#%RA m>Q///>I@=3_M\ 8ǺR#654'&54632!"&5! 4#"32m#%RAo1;Ǜ^4G///>I*.Ol .<3267>54&#" #"432>32;!654&#"3aT @Aun .\~ @SP{o}nyp~o>?59@3ȵPr9~?98 %!m]ź^ƷR^,8.5467>54&#"#"&54$32>3254&#"3 96Wzک!S˄]JAxLB(?N*HHI ˵V@&A)#kyji}ls,5%3267>54&#"#"&5463!2!#;!2654&+]S E<[z3>J5˜IAUD㩩zr-m><  52qX!8(SGҽ #"mi)/=>32#4&#"3>32#"&';!32654&#"!+ʎxt#'/8% ?ZwR߯>k(  (DNQ'^_87Z!^TDL@_gOiQ1ŭ?: 1%m3gvF1:'3267>54&+7!#"32;#"&'#;!2654&+]S =U^X 򺳍0RA)AT)1㒣Xpim>< $"ll>?+Rlfu#'$!m𮦀w!'#"$546$654&#""&54$32326"[Mnol#mrq 8"wCMN;vrKavb)#"&54>$654&#""&54632326L ߳ZBFHalaUöaАS]D 5hmch[H8;jm>4_z^mc^EBAf1u#/#"&546323267#"&5467654&#"3JBcr D9&@%#MN B4/>C63P {g|/d84N 6:Z7(-_.J?/:E>87{mhF.%#"&5467#726733#3267#"&54673267^+e;z {lRw5{ 8.."3|HV 1"54&#"#"&5463!#4654&+;!]R@B]x4?HGAOAT?m==  60fV!8(TFs66 $!m{+#72>32.#"3#3267#"&5467vU~WrI#>KqP-I34 NP?~q$V2%#"#!#4654&+3267#"&5467P`%^GAO <9<B|2 9JnXs668Z"N= w %U.{)37!>54'&54632!"&547654+7!#"3267654#sZI~#%SAwc (Jl]9///>I)Sc8Flly/t>ѣ%Fu8##"547654&+7!327!>54'&54632327#"54#rw#J2:%#XS(m1<#%RA=H1G2 x<iX')m:b_7///>I׍7]/EL >7!#0kc59MC6 >73!M<0m+o>!L@/iq33267#"&5467' !%`BEX J8 ?AD?5^3254&#""&54632#"&546/QEt\^YU ^aоqw8Eu´udL`R9^E".54>322>7#".54>32#4.#"":+4F&!;-!7Fv6WF6 /ci]{H&LqoU{O&<_D&7%,M@1#rx 0 -?) 1"*?)0< /(SC+4jkLl@#;O, =16aI*;a}5}5^2".54>323254&#""&54632#"&546":+4F&!;-!7FQEt\^YU ^aо 0 -?) 1"*?)w8Eu´udL`fTu^ >7!#II&d4Ag )>73#'#"&54632#"&54632"! 9@D{1#,3>B92?#,3>B92?LQO" PRP!(6"89AN89(6"89AN8"%#YX2}#"&54>323@ J\/A)#=-3G+HK*D0$8A#)YX#,YX#-YX:"3Y/Xs#=YX"{`Y/Xu"Z%^&`';!732>7>54.+7!#'.#! (7 D =2%'7 ^E%9)*5mm0( lob-B-a\)>,7O;2>?3#'.'#"#4>32#".%32>54.#"2.)9( jVj 4(.8# jV1bq͜\/_yљXN+Kf:UnQ5*If7!;!7326y1#)8;)++(++ %\/CM*=-`]W%%GKS1}%8&#mm $>0J 6'mm)112j#C)33!2>?3#54.#!"#!;2>?3#'.+"#sV&9.#.C0 :6.X.C0! g4.G)9' jRj 4(H.9# jR D<*8>-?7**8='# #'y'# #'3 9#";!732>7!;!732>7654.+7 !>3&'7 =!>3&(7 @ =2% '7 l 2( mm0)P mm0(5lX41%2>?3!77!#765.#!N0I9(u}#E  ":.}4G*>!zwm %" !8T=^CP]!732>?#".54>;7>54.+7!#"32+;32>54.+%#"; >4&0x‡I8_Ƅq'6 "?4% /yI8_ǃp(7 k+][.&CZ3+][.&BZ4m.(F3db4tpeM.! "ll 2(3eb4tpeM.F m8dSLlE8eSMkE`<f\4>?>54&+7!;>54.+7!#"32>7!"+;!732>7#".% /?@c 8YA-'7 "?4% -XzT6f#>4' 7 +EbsN3 (7 T ?4%6Nl++796 "-l-4i%2I0q "ll 2(+\bl ;0=tgW?#8mm.(2Ww JG!>7>54.#"!3;7.5467>$3232>?3y" #JpN)0E,\!o*H9\d5 ~ۙR ip/3J6&mTǻ(A"GtS.*O55\H0 @"1 NrTC"nP>ti X#izP0"DbL"-kRTL"=k/RX^"Y9J^"Y/^"YuS^"Yj"Z X^6M%467##".54>323>733267#"&%2>?.#" &Q_uJIkG"+NlMd} K4-# + (" 5#2FT_2mh)J@7*$4 ,PD7'3"JJvS,6bRkīc7pa5b&1[]d<?@>-:E3(TO0Ndfa$8^D&4[yGmw)!L>32#".'2>54.'#"&54632>54&#"=Zeeas?@bt4.YE*Lv5WH:|3WA%)@ /:/%!(?,SG,C6*1>KXg+(LrI_[6Uk54&'>32#".54>7.#"'>`H^54.'".54>7.54>32#4.#"-@iK)5E&?.54>32#4.#">32#".'32>70Qj:!7'F{^^/BmQ 1%0A)C<,.,*$7.'7>32#"&''>54.'.J&Lqp2c^W%V!Zkv>@EH%* !IuS0lFBjNHkr{.N:HjA`5N!0<"d;0")!!>0hf)9,#"{_N{]?a];% 5V|/^6>5<'!3>32!.5467>54&#"!  IZnC  A<.M>0}'[[V# *k2'O>'@&%MH=#(?N*HHI0ZRh%3".54>32'2>7!"!>54.bf4%Mu}*AYr>4aUIT  MC4^SE"7FiإbDk>zU0dec-pv:OيGX7\B%uJ3267#".5467` 8.0N"/"KWe;8aH) JV;N34 N4';Z=%e3+\<67>?>32#4&#";#"./!>54&+7NT ) CaTP1*<'KK%%@CF#*.8# jhEgJͨ 2:%J{;AA$ 7Rl@%1JX36(BV.i-F.l1UBs*D)m3)3.#".54>32;#".'.5465#!*<)/*$4L2QsM* 1 -9 /@`B%  (03bVsD (9#";+9plYd6mEw]|?+%Va`#^JJx7^.#.#"'>32>54&'>326]}I $/''$NRT**=-!0[QD1(* NADCE3Ү}E Z%%V+ityvo/*B EHM7`X_4>?.54>7.'7>32#"&'>32#".''>54.'.7Yg9jQ10WwHW;YVfo6CGJ&m#>W4>RWa,;!+h1(:R^,+' 7s^<(Ig?Hc<Fop|.O:HkA'au& '6H.+PG? @2l-$F"6&/}D 5( %+2?UtJ.;(0?M-CxcGa\<% /IfR^SVJ6#3267#"&54>7!#"&'72>7#"#>3! =%;s>ff,6y2JfF$D%FA;:GXo+YyLBJ%"+  T,0T^@IQyP't .\PH9Ol@^,".'!>32'2>54&#"{3RD: O]vixAVɥ9iR1NP9O:*J*.6#]7xD~C7tcFz32#4.#"'>54.'.T"Ein_P#u&5'G?3%DlNHksy.O:HjAyHuF%>Q+NX5_H*7[w~5)>0("{_N{]?a^9% /WRJ-".54>3!!'2>54&'#"3t{?7dcL//(Qo=cF& .a^T@%8PCxe}ĕgACWi:x˓S=|T"(Dh^FlK'9'J'3267#".54>7#"#>3!%/3&O%/>i,L8 3E&%<." o.]yB>BD+KAT7=4O5EC,;!OxJj`532>54&'>32#".5467>54&+7X 2L6@mXC.VG&10G0%Kqsfc0 E 3:%J"K-J54[yG[` &>,&Eb=_®M.VyJ^>+*F)mR(34>73#.4&'>R$Lvԅ^{^nI"Jtׇd{cwBokMwY>&gpJtX=(IeAH>rqFhC+Hy]} ?]s{zΌd :WltvP-!.#"'>32!32>7#"&'VHO4  >CD/;% -kAI J5   #7;>[Z1ME P 8[C%NP K ~yojm=3>54.'>32#.54>?>54&+7Noec/{K}cI1*:#&1-E.$Ilkd{dvp6 " 29%JBn1Tf u ?\uC-E1&=,%Ea=\üU$;dSFJD*F)mRsP".'##".54>732>7.54>3232>54&'7'IdB(@RhCK{Y1)F]io5CoP-$.!?8//@&((3'9(+JX9 7J*\>CdB! %+^ZS *J8!5Yv:^HVUau8"k$j"kPR^"SYj^"YR^"YT'3>32!"&5432#"&'54&#"332654&#"Cjy䏨I%5եLTRP9%kSfFBeD;Bī54&#"#".54>54&+73232>7.54>323 PT8+5Un^|e+#+B^b#7(NqUߏDAzm~i.^;2L3D^;q+Jd9KSSI8 mCBIW]XK1#p7]{GWW+>o[BNmR%;!732>?>54.'.+732>7>32.#"1(7 2 7 <2$ $+.&/<'B_G4 ?CD!8`\]40C*)6 5?K.:>?7) #  mm 0(= Y&,K7l~zq2Tj<".#5&$7]G"\kutm.#YXL"k RTb#&$547>32#24&#"9Zmhc(cb{4?=M YtN˜~/Llgj9s2]#".'#".54>7#"#>3!2>73+4&'!32>7.54>3232>RZNhD( !JZnFLwQ+$>R-u[umJoTT-F3mG`yGN r?5##):81 ,;"?:B3"6'9Y= BߗN#;O,2Q80X{JLv4ZHph10?$}f+9},Bw))pJ:L-,@)0Y87O2:3GO=2 @ymq^4#654&#>323!3#"&5467326?#"&5467# OJ ]|vu nKN#{HV1"54$&54$32>72#"&#"#"&޻(n:;LkSP54&#!!#>54&+;!]S =WfGMMw=MYZAT@m><5##l)HCF+ @Ia!$!m#J65.+7!#?4&+!#7.'#!D2<E =;p76Z^`*+mj 3?(KEZ'>54መ!3267#"&5467!}u_rw`wL#o0&)0}qkOKBEOdckMe%/ BWtahk!!54&#>32%3#"&547F\J ``fy#DVa^^s@?fTN0:l<9GMwa%6'%>7'.#""&54$3 2T' %:lqec&R w2[)w`avALtg TZ67'%>54&''%.'7q l{ 1[Llxcwh 7%qwqy  b654&+7!#"3267654&+7!#"3267654&+7!#"!"$#""&54632326?#"&'#"&5467{ =V]W>R% =W^X >Q% =V]W?ݎWbSHr%-cp!fԆ 7##llMJ5##ll>?_;MJ7##llf8aUdqw^)\69wJI>54&+7!3267!3267!!"$#""&546323267##"&'##"&5467 3:% 8AX=8AV|#89>rAETFjm7 BpA *D)m^&CEK^&CEKyWlH54&#"3267>54&+7!#";!1]S Lt^4 #%X}S|j=V _W AU)m><i-%3XH][0I0,(##ll?> #"m}'4%#"&5467##"&5!2#>54&#"3267!3267sIXu~*, \q= p $[`^}!7 &" 4%yKBocQ׏^LNCP] E8)zoql8a+-0@'3267>54&+7!#">32!".#""&54632324&#";!]R=W]WZMfb;;DDLu;vBW^AT?m== ##ll54&+7!3>32!"&#""&54632324&#"!1 (D%L  Ctƈ814DCyhoJM_|1/: 1%m(Q(WUмIKC4YnmXij1!"&546$654&#"3267#"&54$32326!il6/ _KR^p_vxR/)j谒yJXe^(4CTiU`XVlHd2#"&54>$654&#"3267#"&54$32 326\+yefb|6/ \HNZօžo¦ 2#dϽ¢c\i_S34BQgQИwc}b#&7'.#""&54632>32#4&#"!% :4;K.>f*Ib]vl::?0R23!KBFCL3iYKVN^DTsRP8= d#&7'.#""&54632>32#4&#"!%  "1!)3 $,wOx(;EOWS.(* D7bmr/62:(Q]BI>OID8MH50? m?'6$3 ! 4$!2673# 654&#"3%P=&=/p#ސO}"-TҒ×?)#"&#"32654&#"&54632!"&5!267$m[RI`XuJK2G|bwVxƪQ]0"&GP9w/^-873267#""&546;7>54&+7!#"32#>54&+;!]S %u}S_}=W_W p MS-DQ@m><HBsk ##ll?>cPh^m :JH #m'b"&546;!#"!!!^ NX)`KU /RjIBwolB;}3q^##654&#>323!3#"&5467# OJ ]|vu nKN joteԚQM'CmtX6RF,>vqSD^+.#"&5!2!"&'#654&#"3^y\ч SLRIY)AnoAx(pR Vn =m;dwUajR9^G)NR9^%R9^#!4654&#""&54632#"&546332!}YYKiolÜwOFDd8yt?8dͯqaL`s{V4.#"32>%>32#"&';!>54.+7!u + "C?7-!N &-7_M<(#JZrLCoN+#Fij>k( )Nx */R*O>&'BV]^)  <5##lCl;B #"mm@<E!$!mJ9>54&+7!!#"3267#"&5467##3#"&547 (E%hH&4 b %# 5#2IXtm\l UY_KX\/'*1%mGm)958a+-0EKBpb,zNV2*MGgdiZ_h3^'#7332#"&'!!!3254&#"8SJ Z+=T2xNPAW@(v)7`6:v,望P!32654&#""&54$3 #"&546#WW犉{xqvB`՝ǷqPM{?tTe"'B!132654&#""&54$3 #"&546#"&54>32#WW犉{xqvB`՝A3@ J\/A)#=-ǷqPM{?tTeR3G+HK*D0$8\s")D'R\L")kRqW#>54&+>32#"&'732>7>54.#"';!732>7#"#!sAOoP_h5go:  <^Y4d)*$ 8M-)RI>`(7 ? =2% {0C1"^)18/66 %N|WCR^0CdC" q(@/N,2H. 5 mm0(R/D-X`s"fwR5%2>7#".54>32#4.#"!!7GrZD >ytT:nfe2,Mj> %D9\xW% 5B# &3gS3I̓{ִJ#?[7-D/+hZ<_m{)L%7-L"-kR.; U%32>54&+#"&54>332>7>7>54.+7!#"32#!732>7y;WvIfj%=6>DIM'1VSW3QQ&24;F,?>7,)6#v/!>4% VHKܑr =2% }3ZyFtU¸HZp>MB$7%#:kY=i ll 2(ppw>m0(c X%32>54&+32>7!;!732>7654.+7!#"!>54.+7!#"32#!3&b'd(7 T =2% '7 "?4&TV(7 !>3&TILݑ}3ZyFt0)% mm0(5ll 2(l ll 2(ppw>S>32;!732>?654.#";!732>7#"#!#>54&+^Nao=lc1(7 ? =3%)-TA'LD9d(7 ? =2% {0C1"^GAOB  /rVB mm0(O0?G 5 mm0(R/D-Xs18/66fs"wRs"DR}\U".54?32>7#"+732>7.+7!#">7>54&+7^~K  EIMfOH&af%+(+ 3PJOdWl1d\M '+ER m 854.+7!#";!"#>54&#!732>7654.+7!#"(7 !>3&'7 8\M> WM' =2% '7 "?4&}J ll 2( m1ir54&+#>54&#!32#!732>7>54.+7!eWvH gjNBOjqLݑJ =2%'7 H}3ZyFtk$,-9Dpw>m0(+l^&`fFR =!#>54&#!"#3>7>54.+7!#";BNew|}8= {nFydLxyHq[B.; "<1# (7 )9eʻR3W&z1ir+eŻP ll 2(N3\)!732>7+73267>7.'.#".546323>54.+7!#"267>7>324.#";#".'.#;j =2%^?Q7)+RlmP@|<HTb;#N(!$.*! #'c[C]C1#  ",`'6 "?3&]Kb" eJ8efm@TN)9!"5|O'?72&>5.k,8@#R}\?n!.?,^(7 m0("2!?K' qITL.@(};W9 )=6JX.VzLA`D- ll 2(L! tX}P%B7#;*&kx<^G2";V;'5"m.N>G,8! = m H".54>332>54.+732>54.#"".54>32yB8M0*PvL>kN-%MuPQj=1M7D]=$ 0T?$Whj~EApW1o]=Z*Mj@'?-gI)+RwLYf? *LrNvs9O ;!732>7654.+7!#"7>54.+7!#";!732>7Z (7 @ =2% '7 "?4&(7 !>4% '6 >!>4% ^)8mm0(5ll 2() ll 2( mm0)h".54?32>7;!732>7654.+7!#"7>54.+7!#";!732>7^~K  EIMfOH&aEZ (7 @ =2% '7 "?4&(7 !>4% '6 >!>4% +&?R,/'45F-FV)86oX8^)8mm0(5ll 2() ll 2( mm0)fY#732>7>54.+7!#"267>7>324.#";#".'.#;/ =2%'7 "?4&\Jc" fH6ego@SN)8! "6|NOm0Gk-ksER`Bn*<,^(7 m0( ll 2(L! vW}P&B7#;*&kxxwvM@m.N>G,8! = mVI #"&54>332>7>7>54.+7!#";!732>71!Vds='MU`;QQ&24;F,?>7,)6#b"?4% (7 ? =2% JuKlF!MB$7%#:kY=g ll 2( mm0(c11,3 sX4'8}\<#"+732>7.+7!#">7>54&+7\%+(+ 3PJOdWl1d\M '+ER m 87654.+7!#"!>54.+7!#"3#>54&#/ =2% '7 "?4&(7 !>3&w {nm0(5ll 2(J ll 2(3W&zW2>7654.+7!#";!732>7#".54>?>54.+7!#"$MKEd (7 !>3% '6 >!>4% OYim.\c4 %!-4+" % /A ,ll 2( mm0)w #JrN@=5 $  ll 6, .420D- N%;!732>7654.+7!#"!>54.+7!#"!>54.+7!#"'7 X =2% '7 "?3&(7 !>3&(7 !>4% mm0(5ll 2(J ll 2(J ll 2(R M4&#!732>7654.+7!#"!>54.+7!#"!>54.+7!#"3#>{n =2% '7 "?3&(7 !>3&(7 !>4% v zm0(5ll 2(J ll 2(J ll 2(3W .%32>54&+"#!#"32#!732>7dWvH gjN0C1"^C!>4% VqLݑJ =2% }3ZyFt{/D-Xl 2(ppw>m0(Rw /U%32>54&+#"32#!732>7>54.+7732>7>54.+7!#";m0(+lJm0( ll 2( m /%32>54&+#"32#!732>7>54.+7eWvH gjNw/!?3% VqLݑJ =2%'7 }3ZyFtl 2(ppw>m0(+l +;".54>332>7!7!>54.#"".54>32w{?8M0+NmAMlR 9^GCdE*7S7B{דL0^,Nk>(?,>uZ6Q|{5:<F|]7=\l0,: :dJ+NӄzѯGAY47!;!732>7654.+7!#"!>32#".%32>54.#"s d(7 @ =2% '7 "?4&TLgjjW,ZrőRN'C[4L|bH0%B[6L|bI0!KP% mm0(5ll 2(lR}\4Bԓ^XIZe],RQd^-R9 >#";#+73267.54>$3!#";!732>7oQ{S+}:'fc;o2-!=._5!>3&'6 >!>3&=.V{L{;=G$ mDG8PiA{h.l 2( mm0)R ^E\/-A32>54&#"%4>7>?>32#".{^T:mR2[U;lT2Dm΃u^. q -EljclI3"_uD]rA(Km\ps;QzNu̯X @\B-! .?UlC2S<"9mgVyW0KT=^8H#".54>32%32>54.'"32>54.F}fmt<(MrjO}W.1]T:gM- 5B#&9'0?$ ',--SE1 Hb:!*)HuS-7fYVm? =W7@kU=)AV()%@V5/?&"D9*Io<5ZE(7#) ^=32>7#"&54>7>54.#".54>32 PzRtI"Wh7j\F+f{'Zif{A&?.4aSB !Xyta*w5RJJ-2:L8HR,7+(TE,A[H>$"98>'1"#-$$I<&&@TR)*@24.#"'>32#".54>"32>7.$F>/CnQ=8/9HP(w՟]Xtp8$Db~u:gM-1E)0O?/  )3;$^T y W=o_SyX1FtIiC 5\|H"7&R=^I j^s#".54>332>54.#".54>323!3>32#4.#"32>7#".5467## puLpI$;V8 ,(LB7'-I40L@5 +[abe3ikquLoI$;V8,(LB6'-I40L@4 +Zabe3mieX$332654.+732>54.#""&54>32oe00R>(AO'j|4L06Z@##6&*C2! ol2mzdf41Of6+J7 F*CT* ;-IiC px#A17N08+$?X3?8)UD+'D\5?]D. );K-V]1uBJYuBFZ".54?32>74>7##".5467>54&+7!32>7!3267#". ^~K  EIMfOH&a^-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8&?R,/'45F-FV)86oX8 @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5G+\A26?>32#4&#"2;#"./.#!>54&+7NmK3d7UQX:*<'KK'+5561+(d+:&,6# jfCF #.iͨ 2:%J%2"&6' i`}.C-l/SB,*D)mX^F%3267#"&5467>7.#"#"&54>332>7>32f&" 6#1>N]8v~V +4OHL13WZhCQY&- 15A.%<:>NcB.cc_* -0E3(oc,zNw (./`Ѐ8EH'8#"T{bzY:  y8asJD!3267#"&5467###".54>332>7>7.+7!` &" 5$1>M^8u~a _|0&9dcj@#3 !+ 05A.( U0cJf8a+-0E3(oc,zN1+k{0&1!7)"T{KsWB"mENVJ)!>54&+7!!!3267#".546?hͨ 2:%mmj1 &" 6#1>M]8D^: *D)m%f8a+-0E3("9J)Q0R^SL?^R^TR9^GLdQo^]R))3267.#"4.#"32>#".5463326?#".54>327>32#4.#">32#"&'}"/-O !!7ZG3""1.G#(6YE3"c^Hb= + LY)1nR/?_g3^#X~gKmF!4F)) K]$2_f3^$uDX51 =c)G^7"  =cnf1+: BKA6#|z 1dhJrCHrh1-;!/>2|y 1ehJrCJ\u-BJS%4>7##".5467>54&+7!32>7!3267#".'7326?#".-WbrIBZ6 J 2:% &2-_WDm1 %#7"26IeK5VH>+J.T0#)2"S-3z4i*D)m<<6-5QMf8a+-0EސE n - 5G9J;!3267#".546?#".5467654&+7!32671 &" 5#2>M^8D]; !*Ybl;G^8 3:%7 '13PJf8a+-0E3("9J)Q0-#%>S-3Y5P/)m;<6-5*,uJZ".5##".5467>54&+7!32>7!32>7!3267#".5467#l: ,,(YPAm1 &" 6#1>M]8D\8*MYo#Cb@CcB %>S-3z4i*D)m<<6-5QM<<6-5QMf8a+-0E3(5G)%CcB u-Jj".5467##".5##".5467>54&+7!32>7!32>7!3267#".'7326?X@T2*MYoMl: ,,(YPAm1 &"8"16HfK5UH?+J/S0%R5G)%CcB #Cb@CcB %>S-3z4i*D)m<<6-5QM<<6-5QMf8a+-0EސE n --J*=4>7#"#!>32#"&32>54&#"7ml-0*h43G5(yT=$RJ; 301qb+NoO XR/E.WW3LRNO 3.DHo![dd*+OnCZ\.Z375cY!:O/]WuJ.R#"&5467>54&+7!>32%32>54&#"3267#"&5467>54.+7HLc F 2:%d;e̻ CP+?*MJ3? %" 6#1>N]8v~P )%XZ\.*b(D*D)m/9:7TZ!:O/]WLf8a+-0E3(oc,zN} "muqJ.#"&5467>54&+7!>32%32>54&#"qSl F 2:%d?l x MY1H.YU9HXZ\.1[(D*D)m/9:7S[!:O/]W^3".54>32#".54>332>7!7!>54&5XF21glfp;'KoigT$7X>TH8_K6Nl!5?0 *VG-Q* =/EpL  N^'?467#!>54&+7!3>32#".2>54.#"hͨ 2:%mf͂TqA!Eio\o=2RA0 %4 0QB1"%6**D)m%]U0fqIoA5k@i5W7\ S&#";23267#".546?#"#"&54>332>7>7.54>q;[fo":K*J3N &" 6#1>N]8D]; 1/?3-%FLZ9RR", !)''('&E|]68nd2F.'.k+-0E3("9J)Q02T@Rm@RA!4%" 5*0B, *FdDKvQ+R=!"IDR="Ik+N#"&'732>7>54.#"!#73>54.+7!!!3>32 {bMA_+7/G8.y "#E@:/" ` *+9= 'S`qDAY7H;<<p/ k #Tf9:??*"/Mchd(Pl*"llyN#)*=Z;&AU)!"w`R9^7%2>7#".54>32#4.#"!!m6WF6 /ci]{H&LqoU{O&<_D&7%0UD/ {x0< /(SC+4jkLl@!9M, =17_F(DnE}#^Wu)Mu"k)N^DW.#"#"&54>332>7>32>32#"&54>7>32>54&#"  73148!5]]d !32#"&5467!!>54&+7!!32>54&#"d;dͻLc hͨ 2:%mHf CP+?*MJ3?J/Z\.1e5*D)m%9:7TZ!:O/]W++!" wuuB!"YDFN".54?32>7.+7!3>54>32#"&'732>7^~K  EIMfOH&aA< =lQ/C<,<#SU6dZJ}i;o+W?^u7&?R,/'45F-FV)86oX8=/m(kk]R;EH(A.\RP}hiG#s2UrAu-BJS".'7326?4>7##".5467>54&+7!32>7!3267#".0LA8'C*J)0AY$-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8- n oφA @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5G24&#"327!32#""&54632! '!"!2>=0=+="0]p>h_-Z!& YdVDwv ~;t_ }^#654'4632#&'# #"'632'2,PV@@EJE%%%~j% 8JY{{YDKRAj$PfHg37(/#"!#54&+3 )7327#"#!654+73 4+=/g0IH@1qJ3>]=[d5Ml}'89%mzB=:PFlLbq'#737654&+7!!!63 # 47%32654#"+1;-k>B~M2;\b?mT+*l m զ7Rb%8ud;# 47!;!7327654+7!#"!!2##"!!!2#d@ T-^(Бy@ XR+p"aI%& Emmz= Fll}l3g~vUc)}ImN^0#"&547#!654&+7!3632#4&#"!!32ںhͨ2:%mOTܝxOFR{}xo/;_-.U*)m% raKauϥ&;} '!;!72654'###3!73267!'&'y <<L5DRG9V6%=S5-6lJS@mm06$Du_*;mm?V7pJ&#3!73267!3!72654/##3'&'<3C)D= 7HA,47jnO,1mm6_H59mm,@oZZ<C!3!7327654+7!#"!!;!72654'###3!73267!'&'dJOb T <<L5DRH9VP >R5-6l%& ,mmz= Fll}l}JS@mm06$Du_*;mmAT7pN`J.5#3!7326?!!654&+7!!!3!72654/##3'&';;4D)D=kͨ2:%m17FA,37k^Q*1mm6_U*)m%95mm,EoZju"58!73267"+73267>7&'7!;#"&'.#;! 3F3 b[c'={ Oe2@ٲv$/=?)|3 AIf[3?!m@:JGpSm][7qb6ll fRmVmbTC! =mLJ59%3267"+7326?6?7!;#"&/.#;!3! F4 9ML!i5R=N-oeN=\##6=P}1D721 NmE@;@e^m;NveeO:m]f:G#,m1 PS!73267"+7326767!3!7327654+7!#"!&'&'7!;#"&'.#;!3E3bZd(: Pe0/AdJOb T"oq9%/=A)|3 AHfZ3@!m><HIjYmaWS2%& ,mmz= Fll}l?ell bVm]fbX?=mLNHJBF%3267"+7326?67!!654&+7!!7!;#"&/.#;!3!%F4 :OMh3Q=O-X'/}kͨ2:%m>]!#6=Pz  6=711 NmE@>=bam:OE$U*)m%veeO:m`cH9 ,m1;J732654#""5467&'73632&#"327632#4#"#"&546%>54&#R-˸KPrBo)'lX‰⅁ccnSf3Oըǝ^ajYZ3!txPNhCBD\mul|{FJI732654&#""5467&'73632&#"327632#4#"#"&54%>54&#nKD+ۥCJrBo)(`T{OQGUjSX2ssJn\t_GUwR|y\jYZ3!`SR 8mBAG5F`Zri%okKgfzjm +2! 654&#"63232#"'&#"328[@sZ?}|>&2C@&>?&/7 ]^OA66##b/#" P6!&+7!#"66324#"k#5ADuӗJ{cllV#!کj!R%!ZV&+7!332&#"T{^ $ΗX76iVlmfoO!1ibs,&'5!!&'5!&+7!#"66324#"TZ5yZ5yk#5ADuӗJ{+qqcllV#!کj!R%!Z!'&'5!!&'5!&+7!332&#"Z5yZ5yǑ{^ $ΗX76iV٫qqlmfoO!1ib P 42!"2#".#7!354#4632!"'73267)@v6;li')_EsbTZ2q19E)mİ΍Oa%sR^*4.#7!354#4632!"'732672!"&54#"32/6;li')_EsbTZپX}~oE)mİ΍Oa%sYjq7%632#"'&56326'#"'o"y d z W&qqܨ%sprp0qo+:7Vb;NX^=R#632#"'$4632654'#"' sj ^lh/X"BEwP DGsVhf0\%ca2v`#'-3#)3w O#"'&#"#>3237654'&546324&#"32332#""&54632!"'!"!2#))}:V) *qHq&&D1f3Hٶ5A"0]p>~_88\89@%5 $-7\YtYdVDwv ~;t_R`FL#"'&#"#>3237654'&5432324#""54632!"'# !24&#"327)))}:V)&tHq Cvf%ӷu}1Зm>Uz+;x|վ88\89@'5 '"g[N\ lwn6dVYk A#'##'##'74&#"327!32#""&54632! '#"!2s#C#D#/>=0=+="0]p>oWʝ_gggg)Z!& YdVDwve[ ~;t_ } 1#'##'##'7654'4632#&'# #"'632'Hs#D"D#/2,PV@@EJE%%%~j% 8ggggY{{YDKRAj$PfHg$%3;!7326?&5!2##"!2 \:A7IC@8 2՞bST%-llE@:~vTd)R9^%3!.5!2#4&#"32 d{'xOFtTcݩwbKaunhy %'%7%7%LG㴁FGJ{J;{Z}9IĤ{#5#"=463!632# S\DEW^AJcT 0TbR ']27632#54#"+7pGdsX<))88m \895 &54632]CR>?#L4H\99 .5 7654'&5432''sfL+7Z^b#>32;#"$#")U0 +K3? ww+/)  ,7BMX&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632oF:K G9L/G9L~G:K [sG9L ~G9L/~G9L~F:KX"6X"6X"6X"6g[X"6 X"6X"6X"6)} ")07'673'&'7%7677&'&'5&''67#67q +Pa2TCCk\EzҌhҌ1QFCnY#Ez )Ra2uҌF~+UCDmY +Pa2; )Ra2hFz)QGDmYҌR D7327! 54#!7327;!7327654+7!#"7654+7!#";HZ @ d.0{80 m|^)= Emmz= Fll})7Fll}& EuRBF 97327! 54##"547654&+7!327!327##"54H`rw#J2:%#XS(m1H1G218*4{8/x<iX')m:bf9]/E !!!3 )7327#73 4+7D:/LqJ˴e5N lmzlqLh' !#73!!!63 # 47%32654#" 759=A~M1;]b?m m է7Nf%8udFX*%;!7327654+7!2'+7327'765+D JjZ=iX72g[r-$ Emmz= FlѾe= w =]^%5654&+7!3>32'#"';327'7654#"=%G%5W~ԭ\ZjHJzW %GND/-6B/'m9>U<=';!732>7>54.+7!2>?3!  (7 @ =2%'7 8N5" b&;mm0( l0E*\nL)\)>54.+7!2>?3!ͬ )%J#5*!#X/ "m&@0le`!!!;!7327#73654+7!#'&#!y%XDeZ ^E-lXWEmmzl*Flob;J7654&+7!#54&+3#!#7-%G%;.IRjhZB/'mX^1ll`363 !"&54633254&#";!7327654+7!#'&#!u>96Uހdhj=0PD ^E -qfUjyVEmmz+FlobLLJ)654&+7!#54&+63 !"&54633254#"!%G%5.IR`H͠{^GK=>f/B/'m/^1tmkVQ]i#Ra!7327!#732767&'.#"&546323654+7!#"267>324#"3#654&'.'.#;j^p_7GPpvOJ-C6Z-Jc[f@Fr[`]~q~TFXkATk1q-McCnP\^mz8OiSqL=ZrcJXx~% Fll}LeyDYj! fJPu7EGAGU==Em- j^O#"&5463325#"&546323!3632##"327#"'7327#"&547##Kϋ~iupiȫ ikNJϊ}juriKx+Y?d[k mizcI_n6ZӶ1H zcI_6xNn+ ̵=P BX!3#"5473254'".54>332>54.+732>54.#"".54>32~(CdyB8M0*PvL>kN-%MuPQj=1M7D]=$ 0T?$Whj~EApW1o]=ZgvixT+uhR*Mj@'?-gI)+RwLYf? *LrNvs9B bU!3#"5473254'".54>332654.+732>54.#""&54>32^~(Cdoe00R>(AO'j|4L06Z@##6&*C2! ol2mzdf41Of6+J7 FgvixT+uhU*CT* ;-IiC px#A17N08+$?X3?8)UD+'D\5?]D. );K-V]1Rf=.#;!7327654+7!#"267>324#"3#654&'.'JV^@ \zq{UDXl@Yk2q.W^J[7=& Emmz+Fll}LiyDYj kEZr05];+-\62?>32#4#"2;#"'7327./.#!654&+7Nm=]dR`=MSROwAZ:9T3 >+Y>_0FA324#";#"&'&'#H^R\GDwBap|TFXkGTkJ@)o%(@w=& Emmz%Fll}LAByDYj$N?mTwGl+Z\3#!654&+7!3736?>32#4#";#"&/&'#Giͨ1;%mH5q/!&eP`;MSRTy@>+> &7'qU*)m%-wH&K324#";#"&'.+;/ Dzq{UDXl@Yk5%nHZ^mzqm/Fll}mhyDYj m^mGW;=Em+43#2?>32#4#"2;#"&/.#!#73654&+7;{=]dR`=MSROwAZ:9T3 2FA324#";#"&'.#;}Oa%_\{tyWCXlHYj4%o KT^mzRHpXl}LjyEXj$ m^mG^4=& Em/\-2?>32#4#"2;#"&/.#!#"#\l<]8YS4MSROpH\94S: 1EA>hѕ>CTJ%nEBK 8`H͡{^GK;#+B/)Cmm>AtllUQ]iq+5%327#"'# !2&# !27&5!2654#"9e[?"oĎyf}5l368C\R%=#?DX,2C0;Fw#ɬscЋR'^)2%327#"'#"$5!2&#";&543264#">KN-nkD/@Uٍy%ʗ۬;IYZ"lC:V+%'};b匌BA!3#"54732542>7#".54>32#4.#"+~(CdGrZD >ytT:nfe2,Mj> %D9QqW;gvixT+uh 5B# &3gS3I̓{ִJ#?[7-D/+hZ7#".54>32#4.#"~(Cd6WF6 /ci]{H&LqoU{O&<_D&7%,M@1#rgvixT+uh0< /(SC+4jkLl@#;O, =16aI*;a}5}R 7327#"#!#654+;#654#!Oa%^GqmzRHpXs l& EkEL3d"&546?>54.#"!4>?>54.#"!>54.+7!3>323>323267#"&'7326?fu~#  !A>7-     "C>8- sͬ )%')T^i=@V5 &Q^nB?V6 / &" 5$1QyfSP+J.T0%Mpc+zN:??)".Kafc(VITXK6 W7$>P-=\=&AU/;<<7b+-/Fڃ!-o -T=!o\!%&+7!3654#4632;!J|^ Ň\N3%HN3>lmY`[sTd'G/'mT43732?!7!7.+7!#"67654+7!#"!!;7"08\VJ+)m>}+&/E;)(IK2m|m@-ll<'^ߧYX!Y>8ll6O? m$$m!o\)#737&+7!3654#4632!!;!) |^ Ň\N%HNmm3>lmY`[sTd'mdK /'mR`;%3254';!73267.+7!#"654+7!#";#654+t'}Rp>fN>H0`%mHb7ZV._qmG8VU4=mmAR;.ll:"XM03ll5]klfJ-J)#73267.+7!3#";#"'7327!);QM=C%APDӕ ?C9+Y?d m.UTD9m{m?TJGNnbRo.37327#"#!#654+!654+7!#";#654#XOa%_dHZ `LqmzRHpXslDJ4 Fll}&AkE!-BJ:327!327#"'7327#"547## 547#"#!#54&#m#wz'm1H3E2<+Y>dFl}#t3>CT9'5:bf9]/ENn-"=HI#IWI^Ci=R6654+7!#";#654#!7327# 4?654+7!#"32d +qO}$%|%w3 Fll}& EkEm|wV-M%Rll%9-J1%#"'7327#"&54?#"547654&+7!327!322=+Y>dOMv!շ2;%7#Xle1H1ENn'n`0p}D}P/)mOeeFwB}$%|%Ew03 Fll}& Emm|w%9-M%Rll%H9J/!327#"&54?#7#"547654&+7!;73671H1G2v!S=+l%@J2;%7#X-m)IFJf9]/En`0p/ͨHyP/)m7732>7+73267>7.'.#".546323>54.+7!#"267>7>324.#";#".'.#;^~K  EIMfOH&a* =2%^?Q7)+RlmP@|<HTb;#N(!$.*! #'c[C]C1#  ",`'6 "?3&]Kb" eJ8efm@TN)9!"5|O'?72&>5.k,8@#R}\?n!.?,^(7 +&?R,/'45F-FV)86oX8m0("2!?K' qITL.@(};W9 )=6JX.VzLA`D- ll 2(L! tX}P%B7#;*&kx<^G2";V;'5"m.N>G,8! = m jF".54?32>7#".54>332>54.#".54>323!3>32#4.#"32>7#".5467##"^~K  EIMfOH&a puLpI$;V8 ,(LB7'-I40L@5 +[abe3ikquLoI$;V8,(LB6'-I40L@4 +Zabe3mi&?R,/'45F-FV)86oX8!eX$324#"!"&5463324&#";/ \xq{UDXl:TހdglC.\mz+Fll}LgyDYj#.qfUjyI& Em+\46?>32#4#"!"&54633254&#"!654&+7NoISdR`=MSRO[0Ϡ{^GKsb>:iͨ1;%J#bwI&K3232'117v~!V&g}dlO2,$A\UƷH2E ocmw"ݍDO&:'y;]7%!"&5467326!;!7327654+7!#"!654+7!#"JFîv_gl@od@ TV wrJ`0%& Emmz= Fll}l.Fll}N J!"&54633267!!654&+7!! GF1,$,Hu8D,vcJf;]/E oci1+DL=>Y&:K)7mE->K".54?32>7;!732>7!;!732654&/.'!^~K  EIMfOH&ad8;)++(++ %\/BN3 ")+&?R,/'45F-FV)86oX8%8&#mm $>0J 6'mm)-!-OJF%%?AI0RFI^".54?32>7"&5467##".54>3273326732>7.#"^~K  EIMfOH&ae[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hL"%k)RR "Ek+#RbjG".54?32>732>7>54.+7!#>54.#!!!!2>?3!K^~K  EIMfOH&a/ =2%'7 XH"7(m/{D0L8' !_i+&?R,/'45F-FV)86oX8B0( l$'!2&{.="XRFBP".54?32>72>7#".54>32#*'"32>54&^~K  EIMfOH&a2ZM= 0ci^}H(Ouq\(o2ZH4 La75&?R,/'45F-FV)86oX8/;/%RE-4ikLl?rSsD)w\KxI(KhA?FVf 65!"&54$3 ! 4!#"32 ο"J5J_U8X|G|Wg&^"&54632!"&54$!32654#"#"326ڻzϒ^%߲dV"6X@r6E}VfL"kR"kL"kDR j"kw L"ksR "k  !"#!!"$54633265!#dMbs`o+=P<ʵzQ_¬sJ !"#!!"&5433265!#F DJ$zfu!ƖN0O>/ӭԁc+S!7!;!732>7654.+7!#"7>54.+7!#";!732>7H"RZ (7 @ =2% '7 "?4&(7 !>4% '6 >!>4% +^)8mm0(5ll 2() ll 2( mm0)uB{E!7!4>7##".5467>54&+7!32>7!3267#".B"R-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8٢5 @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5GL"kfRuB"YksL"3kFRR"SkJ 2! !654&#"!328p})3_Ml9Wn^9R^ 2!"&5!4?&#"!326o:N `^O8R/OML"kFRR"kJ +L"kR"k}\@!7!#"+732>7.+7!#">7>54&+7"R:%+(+ 3PJOdWl1d\M '+ER m 854>32#"&'732>7"RA< =lQ/C<,<#SU6dZJ}i;o+W?^u7٢=/m(kk]R;EH(A.\RP}hiG#s2UrA}\L"k)Ro"]k}\s X7>7!!7>7!#"+732>7.+7!#">7>54&+7;85Tcg);85Tcg){%+(+ 3PJOdWl1d\M '+ER m 87!!7>7!.+7!3>54>32#"&'732>7;85Tcg);85Tcg)A< =lQ/C<,<#SU6dZJ}i;o+W?^u7!JNO%QXS!JNO%QXS=/m(kk]R;EH(A.\RP}hiG#s2UrAL"kR9"k=R`'327654+7!#'&#!;#654#! ^ENqmz+FlobUEkE-;J"654&+7!#54&+;#"'7327!%G%;.I=67=+Y?d /B/'mX^1#2NnwL"k Ru"k m` /%#"54732?!!;!7327#73654+7!#'&#!%{9/:s '-%XDeZ ^EmɢpA$)lXWEmmzl*Flobm;J,7654&+7!#54&+3#;#"54732?!#7-%G%;.IR5=67%|9/:s hZB/'mX^1l2ɢpA$)Plm` U%#"54732?#";!732654&';!732>7.+7!#">54&+7!%{9/:s 'H25;'K&\=7}%- +"57?(&/03-m,20mɢpA$)"8*k?-mm%"G*&Fmm"8*"*ll;+DlmJ 5%#"54732?732>7.+7!3#";!`%{9/:s '//8&$,%//5$ӕ!$,smɢpA$)mm 4*T'0 m{m !9-+8! mb`<#"!!;!73254';!73267!7!.+7!#"654+7!J7ZVb/^\t'}Rp>fN->I0`%mHbJ5]{llmmG8VU4=mmARl90ll:"XM03lJ&#73267'!73'.+7!3#"!!;!);QM V=A%9FV%с!?Bsm.UlG6m{m1blKFmbd 0=4632#"&;!732>7!;!732654&/.'!fVnPLT d8;)++(++ %\/BN3 ")LXJZE8%8&#mm $>0J 6'mm)-!-OJF%%?AI0Rd ^ ;P4632#"&"&5467##".54>3273326732>7.#"fVnPLTH[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h7D#7654#""54632;!732>7!;!732654&/.'!{ED+L|Yd8;)++(++ %\/BN3 ")yo gHL<;D3%8&#mm $>0J 6'mm)-!-OJF%%?AI0R BW#7654#""54632"&5467##".54>3273326732>7.#"L{ED+L|YN[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hE:G673#67!#&'#;!732>7!;!732654&/.'!r,lRZ .&_d8;)++(++ %\/BN3 ")~Kk[oj|.Gc%8&#mm $>0J 6'mm)-!-OJF%%?AI0R^EZ673#67!#&'#"&5467##".54>3273326732>7.#"r,lRZ .&_J[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h:G#&'7367!#&'#;!732>7!;!732654&/.'!R1#AZ .&_d8;)++(++ %\/BN3 ")mY^k•oj|.Gc%8&#mm $>0J 6'mm)-!-OJF%%?AI0R EZ#&'7367!#&'#"&5467##".54>3273326732>7.#"+R1#AZ .&_J[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h+DQ#7654#""5463267!#&'#;!732>7!;!732654&/.'!lX q146VBhZ .&_d8;)++(++ %\/BN3 ")7`G-3/'1yroj|.Gc%8&#mm $>0J 6'mm)-!-OJF%%?AI0ROd#7654#""5463267!#&'#"&5467##".54>3273326732>7.#"X q146VBhZ .&_J[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hwDQ3#"'&#"#6323267!#&'#;!732>7!;!732654&/.'!w8C[[&Pw8B[[%OkZ .&Nd8;)++(++ %\/BN3 ")i00Q00/oj|.;o%8&#mm $>0J 6'mm)-!-OJF%%?AI0R %Od3#"'&#"#6323267!#&'#"&5467##".54>3273326732>7.#"+w8C[[&Pw8B[[%OkZ .&NJ[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hds #IV4632#"&>7!#.'#;!732>7!;!732654&/.'!fVnPLTLPL (-,021DFBd8;)++(++ %\/BN3 ")LXJZEKPQ$ PRN.2222.%8&#mm $>0J 6'mm)-!-OJF%%?AI0Rd ! #Ti4632#"&>7!#.'#"&5467##".54>3273326732>7.#"fVnPLTLPL (-,021DFBJ[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h8E673#'33273#";!732>7!;!732654&/.'!m0rR{5w&td8;)++(++ %\/BN3 ")JwRqVtt}%8&#mm $>0J 6'mm)-!-OJF%%?AI0R CX673#'33273#""&5467##".54>3273326732>7.#"m0rR{5w&t[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h8E#&'7333273#";!732>7!;!732654&/.'!?Q3!D{5w&td8;)++(++ %\/BN3 ")/k\Yptt}%8&#mm $>0J 6'mm)-!-OJF%%?AI0R CX#&'7333273#""&5467##".54>3273326732>7.#"XQ3!D{5w&t[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(h^BO#7654#""5463233273#";!732>7!;!732654&/.'!5X q146X@{5w&td8;)++(++ %\/BN3 ")R7`G-3/*.yr>tt}%8&#mm $>0J 6'mm)-!-OJF%%?AI0R  Mb#7654#""5463233273#""&5467##".54>3273326732>7.#"NX q146X@{5w&t[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(tt}SP =(GoK'9dPPtE  18?;32R+$t;P1NRT>hwBO3#"'&#"#6323233273#";!732>7!;!732654&/.'!v4?LL#Pw8?LL!N{5w&td8;)++(++ %\/BN3 ")i00Q00tt}%8&#mm $>0J 6'mm)-!-OJF%%?AI0R %Mb3#"'&#"#6323233273#""&5467##".54>3273326732>7.#"2v4?LL#Pw8?LL!N{5w&t[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hdm BO4632#"&".'332673;!732>7!;!732654&/.'!fVnPLT3DfF(\HJn?\yd8;)++(++ %\/BN3 ")LXJZE.UwHHDAK;t[8%8&#mm $>0J 6'mm)-!-OJF%%?AI0Rd  Mb4632#"&".'332673"&5467##".54>3273326732>7.#"fVnPLTvDfF(\HJn?\y[n&K\qKInI%%Jmh(SLClm ( 5 -BQ_)-`TCHG(hd\ 94632#"&32>7>54.+7!#>54.#!!!!2>?3!ZfVnPLT =2%'7 XH"7(m/{D0L8' !_iLXJZE0( l$'!2&{.="XRd=^ 4B4632#"&2>7#".54>32#*'"32>54&fVnPLTb2ZM= 0ci^}H(Ouq\(o2ZH4 La75LXJZE/;/%RE-4ikLl?rSsD)w\KxI(KhA?F\@#7654#""5463232>7>54.+7!#>54.#!!!!2>?3!{ED+L|Y =2%'7 XH"7(m/{D0L8' !_iyo gHL<;D0( l$'!2&{.="XR=;I#7654#""546322>7#".54>32#*'"32>54& {ED+L|Y2ZM= 0ci^}H(Ouq\(o2ZH4 La75'o gHL<;D+/;/%RE-4ikLl?rSsD)w\KxI(KhA?F\oN2>73#".#"#>3232>7>54.+7!#>54.#!!!!2>?3!1&{ -CY77XJA!&z /H]76UG? =2%'7 XH"7(m/{D0L8' !_i'1kY:(1('.kZ<(1(0( l$'!2&{.="XRIW2>73#".#"#>322>7#".54>32#*'"32>54&&{ -CY77XJA!&z /H]76UG?2ZM= 0ci^}H(Ouq\(o2ZH4 La75'1kY:(1('.kZ<(1(/;/%RE-4ikLl?rSsD)w\KxI(KhA?FC673#67!#&'#32>7>54.+7!#>54.#!!!!2>?3!r,lRZ .&_ =2%'7 XH"7(m/{D0L8' !_i~Kk[oj|.GcB0( l$'!2&{.="XRK>L673#67!#&'#2>7#".54>32#*'"32>54&r,lRZ .&_2ZM= 0ci^}H(Ouq\(o2ZH4 La75~Kk[oj|.Gc/;/%RE-4ikLl?rSsD)w\KxI(KhA?F\C#&'7367!#&'#32>7>54.+7!#>54.#!!!!2>?3!R1#AZ .&_ =2%'7 XH"7(m/{D0L8' !_imY^k•oj|.GcB0( l$'!2&{.="XRG>L#&'7367!#&'#2>7#".54>32#*'"32>54&R1#AZ .&_2ZM= 0ci^}H(Ouq\(o2ZH4 La75mY^k•oj|.Gc/;/%RE-4ikLl?rSsD)w\KxI(KhA?F+M#7654#""5463267!#&'#32>7>54.+7!#>54.#!!!!2>?3!X q146VBhZ .&_ =2%'7 XH"7(m/{D0L8' !_i7`G-3/'1yroj|.GcB0( l$'!2&{.="XRHV#7654#""5463267!#&'#2>7#".54>32#*'"32>54&rX q146VBhZ .&_2ZM= 0ci^}H(Ouq\(o2ZH4 La757`G-3/'1yroj|.Gc/;/%RE-4ikLl?rSsD)w\KxI(KhA?F\wM3#"'&#"#6323267!#&'#32>7>54.+7!#>54.#!!!!2>?3!w8C[[&Pw8B[[%OkZ .&N =2%'7 XH"7(m/{D0L8' !_ii00Q00/oj|.;oB0( l$'!2&{.="XR%HV3#"'&#"#6323267!#&'#2>7#".54>32#*'"32>54&w8C[[&Pw8B[[%OkZ .&N2ZM= 0ci^}H(Ouq\(o2ZH4 La7500Q00/oj|.;o/;/%RE-4ikLl?rSsD)w\KxI(KhA?Fd\s #R4632#"&>7!#.'#32>7>54.+7!#>54.#!!!!2>?3!ZfVnPLTLPL (-,021DFB =2%'7 XH"7(m/{D0L8' !_iLXJZEKPQ$ PRN.2222.B0( l$'!2&{.="XRdJ! #M[4632#"&>7!#.'#2>7#".54>32#*'"32>54&fVnPLTkLPL (-,021DFB2ZM= 0ci^}H(Ouq\(o2ZH4 La75LXJZEKKPQ$ PRN.2222./;/%RE-4ikLl?rSsD)w\KxI(KhA?F7#7654#""54632732>7>54.+7!#";{ED+L|YN =2%'7 "?4&(7 yo gHL<;DRm0( ll 2( mu5#7654#""54632 3267#"&5467>54.+7%{ED+L|Y⃎ %" 6#1>N]8v~P )%'o gHL<;Df8a+-0E3(oc,zN} "md 04632#"&732>7>54.+7!#";XfVnPLT =2%'7 "?4&(7 LXJZEWm0( ll 2( mod) .B4632#"&3267#"&5467>54.+7%".54>32ofVnPLT %" 6#1>N]8v~P )%X":+4F&!;-!7FLXJZEf8a+-0E3(oc,zN} "m 0 -?) 1"*?)d ":4632#"&4>32#".%32>54.#"fVnPLT1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#"%fVnPLT$InsXtD"Gmt`r@7YG4!SH4XG6%TLXJZEMj>1hrJl@5k?g6yj32#".%32>54.#";{ED+L|Y{1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#"B{ED+L|YE$InsXtD"Gmt`r@7YG4!SH4XG6%T'o gHL<;D>Mj>1hrJl@5k?g6yj32#".%32>54.#"r,lRZ .&_1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#"r,lRZ .&_$InsXtD"Gmt`r@7YG4!SH4XG6%T~Kk[oj|.GcMj>1hrJl@5k?g6yj32#".%32>54.#"9R1#AZ .&_1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#"FR1#AZ .&_$InsXtD"Gmt`r@7YG4!SH4XG6%TmY^k•oj|.GcMj>1hrJl@5k?g6yj32#".%32>54.#"X q146VBhZ .&_1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#"X q146VBhZ .&_$InsXtD"Gmt`r@7YG4!SH4XG6%T7`G-3/'1yroj|.GcMj>1hrJl@5k?g6yj32#".%32>54.#"9w8C[[&Pw8B[[%OkZ .&N1bq͜\/_yљXN+Kf:UnQ5*If32#".2>54&#"Ew8C[[&Pw8B[[%OkZ .&N$InsXtD"Gmt`r@7YG4!SH4XG6%T00Q00/oj|.;oMj>1hrJl@5k?g6yj7!#.'#4>32#".%32>54.#"fVnPLTLPL (-,021DFB1bq͜\/_yљXN+Kf:UnQ5*If7!#.'#4>32#".2>54&#"%fVnPLTsLPL (-,021DFB$InsXtD"Gmt`r@7YG4!SH4XG6%TLXJZEKKPQ$ PRN.2222.Mj>1hrJl@5k?g6yjQ///>I@=3_M\ 8ǺR+5#7654#""54632654'&54632!"&5! 4#"32B{ED+L|Yvm#%RAo1;Ǜ'o gHL<;D4G///>I*.Olso:F2>73#".#"#>32654'&54632! !224&#"&{ -CY77XJA!&z /H]76UG?#%RA '1kY:(1('.kZ<(1(>Q///>I@=3_M\ 8ǺR9C2>73#".#"#>32654'&54632!"&5! 4#"32&{ -CY77XJA!&z /H]76UG?m#%RAo1;Ǜ'1kY:(1('.kZ<(1(4G///>I*.Olds) %14632#"&654'&54632! !224&#"fVnPLT'#%RA LXJZE>Q///>I@=3_M\ 8ǺRd $.4632#"&654'&54632!"&5! 4#"32%fVnPLT^m#%RAo1;ǛLXJZE4G///>I*.Old M4632#"&2>7>54.+7!#"#".54>7654.+7!#"fVnPLT']V4'7 !>4% _Ȃx~A '6 "?4%  LXJZE6_N$ll 2(sw=/[T0317ll 0'/,/0gjudBJ L4632#"&4>7##".5467>54&+7!32>7!3267#".fVnPLTw-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8LXJZE @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5GT#7654#""546322>7>54.+7!#"#".54>7654.+7!#"-{ED+L|Y ]V4'7 !>4% _Ȃx~A '6 "?4%  yo gHL<;D6_N$ll 2(sw=/[T0317ll 0'/,/0gjuBS#7654#""546324>7##".5467>54&+7!32>7!3267#".k{ED+L|Y-WbrIBZ6 J 2:% &2-_WDm1 %# 5#2>M^8D[8'o gHL<;DT @hK)%>S-3z4i*D)m<<6-5QMf8a+-0E3(5G{s"PwRu!"Qw{s"PDRu!"QD{E#7654#""546327!>54'&54632!"&547654+7!#"3267654#-{ED+L|YZI~#%SAwc (yo gHL<;Dl]9///>I)Sc8Flly/t>ѣ%FuJ#7654#""54632##"547654&+7!327!>54'&54632327#"54k{ED+L|Yrw#J2:%#XS(m1<#%RA=H1G2'o gHL<;Dx<iX')m:b_7///>I׍7]/E{oS2>73#".#"#>327!>54'&54632!"&547654+7!#"3267654#&{ -CY77XJA!&z /H]76UG?NZI~#%SAwc ('1kY:(1('.kZ<(1(\l]9///>I)Sc8Flly/t>ѣ%FuX2>73#".#"#>32##"547654&+7!327!>54'&54632327#"54&{ -CY77XJA!&z /H]76UG?rw#J2:%#XS(m1<#%RA=H1G2'1kY:(1('.kZ<(1(nx<iX')m:b_7///>I׍7]/Ed{) >4632#"&7!>54'&54632!"&547654+7!#"3267654#fVnPLTZI~#%SAwc (LXJZEl]9///>I)Sc8Flly/t>ѣ%Fud C4632#"&##"547654&+7!327!>54'&54632327#"54fVnPLTrw#J2:%#XS(m1<#%RA=H1G2LXJZEax<iX')m:b_7///>I׍7]/ETs"=DRRo!"]DKdT J4632#"&732>7.+7!#">7>54&+7!#";fVnPLT7 <2$ ; '\/' J N5%9D+&'(->(7 2LXJZEWm 0(* ll D/DDA)~K!#R"ll 3'? mo^ @4632#"&.+7!3>54>32#"&'732>7fVnPLTA< =lQ/C<,<#SU6dZJ}i;o+W?^u7LXJZE=/m(kk]R;EH(A.\RP}hiG#s2UrATQ#7654#""54632732>7.+7!#">7>54&+7!#";{ED+L|Y7 <2$ ; '\/' J N5%9D+&'(->(7 2yo gHL<;DRm 0(* ll D/DDA)~K!#R"ll 3'? moG#7654#""54632.+7!3>54>32#"&'732>7{ED+L|YA< =lQ/C<,<#SU6dZJ}i;o+W?^u7'o gHL<;D=/m(kk]R;EH(A.\RP}hiG#s2UrATo_2>73#".#"#>32732>7.+7!#">7>54&+7!#";&{ -CY77XJA!&z /H]76UG?7 <2$ ; '\/' J N5%9D+&'(->(7 2'1kY:(1('.kZ<(1(m 0(* ll D/DDA)~K!#R"ll 3'? muU2>73#".#"#>32.+7!3>54>32#"&'732>7&{ -CY77XJA!&z /H]76UG?7A< =lQ/C<,<#SU6dZJ}i;o+W?^u7'1kY:(1('.kZ<(1(=/m(kk]R;EH(A.\RP}hiG#s2UrA+#+V!#'7'77'+V5555X7777 '7##!'77RJ75}o}7L) ##'7!)T77L}57}X7!0/;m'!!X'o!7!ݒo!7!ݒo!7!ݒL#`:`-d5!7!!7!ALDyyJ4>7#".9qp*7%A1NrSl2x)!4%/EJu7654.54>32u9qp*8%A0NrSl2x)!4%/E9%7654.54>329qp*8%A0NrSl2x)!4%/EDs2.54>;D-5-%8$NoF "?X;9-:)$(!jCXlA9eK+JV14>7#".%4>7#".9qp*7%A19qp*7%A1NrSl2x)!4%/E-NrSl2x)!4%/EJ17654.54>327654.54>32u9qp*8%A09qp*8%A0NrSl2x)!4%/E-NrSl2x)!4%/EV91%7654.54>327654.54>329qp*8%A09qp*8%A0NrSl2x)!4%/E-NrSl2x)!4%/ED6"EE#676577!%%46.k.j-. 3bw4yf{95B59/+-%!7'67>?4&'&'77!%%y3 4^-4 4`y315:5C5: QB++B 95C59 NB"-J #".54>327Yo8AkM*,QsG>kN,eU%#GkIQ^4#Glb}3/%#"&54632#"&54632#"&54632.:EUXJ 8*p.9FTWK 8)o.:ETWJ 8*3E+FGSc#5#3E+FGSc#5!3E+FGTb#5#!+ToPN)5!#NTP###!V ###!!!VtP !!5!###tVPN %/G[s!#34>32#"."32>54&4>32#"."32>54&4>32#"."32>54&3LiRNpH#2NkSBkK)(C6)(2(C6)'N3LiRNpH#2NkSBkK)(C6)(2(C6)'<2MhRNpH#3NjSBkK)(C6*)1(C6*'@{]7.RpA;|_9'LoA7Xptm(Qa7Xqtm)R\@z]7.RpA;{_9'Kp@7Xptm(Qa7Xqtm)R\ @z]7.RpA;{_9'Kp@7Xptm(Qa7Xqtm)R\7 7f7" #  }3#woTffu-T #3='y-C%2>7#".5467#73>7#73>32#4.#"!!!!3RC5 1cdb|Gyj ku6eYW+ 4()ROHy -.5##7!#'.'##*G*(/  N  # Z <V<",^7#9=)77% 979 )7v77  11*^ #&'5673!9>HH>9DH$HDV^ &'3#67!59>HH>9#DH$HDV+ !! !!,144PR==RF+ 5!7'!5!%7 '%+QQ55QRFFR=BB=o97K"".54>32#".54>323>54.2>7.#"5O4>W6+SxNzz=!dfeU%9Y}fd%  ?^6jZC *:&7YE3!RD-FU(*71R;!O׉ ^tHeI=fH8~a;HE  ^vB3Uf%E30Ogmm-cr)7!%.'1%d Q4H1[KJ_Zu1532>5!;!532>5.+5!#";X&&X=V'$VV&%Vm 4,3,4 mm 4,(2 ll 5+7)1mm2>?3!5 5!#'.#!0>'w v y ,D06H*>5X(?+Vp%!5!n!#32}hB?##5!3."{eh!1A#"&'#".54>32>32%"32>54.267.#".SuG_J?[FvV/.TvI/]YQ"?gFtS.It;5vO,G23GFEz95xO+E10HPPk>uy{7eZRi=;\Bww8f}(F]55\D' |(F]53[E)`3!!^j8^4>32#4&#"rуwfŠ!y=".54>332>54.54>7>32#4&#"=KlE 4WA !& ڽ4WA(.' 0A$6*-N8 #GjGDIBr(\H8,dgBmQ3N_d7=}+.#"#463232673#.#"#463232673#ᑊ96<L32: Tu46<Q32: cp}atzϴ=}qq}fuxϴ73!!!!#7!5!7!5^87/BE55PCmӏӏdHP 5!5!5!d8d )5!5 nnm!Tߡ )5!%5 5nmnDdi!T{Z!!{!!!!!7L17}1mh{!!hmh{!!!hKPb!!L! XVRZ 7L LRZZ79eXL !# 3 ^5^NJ%'-)4>32#".732>54.#"wx{yy{xwV`bcb`c``dyyyyxyy{b``bcbbbV^R'/7?GOW_gow#"5432'#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432%#"5432#"5432'#"5432377349947575#3773865567557R75577667377349944976#58856556\677675577667667+557775555885Z557w55763:C558337775555776557737+558# 2#"54>jmsoujlw)3!32>54.#")wvuwwwvu}Bwwwutww)#3!4>32#".'32>54.#")R`babbab`Nwvuwwwvu}B`bb`c``cwwwutwwsbu #"&546324&#"326bcfdiFIKgFEgcIN_}khfJHfFffFHdh2) 9$%\K\\\\\\ \\\d\n\\7\\\ \\\\\\\\\\\\ %\ K \ \ \ \ \ \ \ \ \ d\ n\ \ 7\ \ \  \ \ \ \ \ \ \ \ \ \ \ \  %\dgnqqq  *7q\D H M a%\% \%q%#%'%+%3%5%8%9%:\%;q%=q%G%H%I%K%S%U%Y%Z%[%]%%%%%%%%%%%q%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%#%%%'%)%*%+%,%-%.%/%0%1%2%3%4%5q%6%7q%8%9q%A%B%P%Q%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%%%%%%%%%%%% %!%"%#q%$%%q%&%'q%(%)q%*%Cq%Gq%[q&&#&%&8&:&;&<&=&>&[&]&&&&&&&&&&&&&#&%&'&5&6&7&8&9&:&<&>&&&&&&&&&&&&&#&$&%&&&'&(&)&*&C&G&[&a(#(%(8(:(;(<(=((((((((((((#(%('(5(7(9(((((((((((((#(%('()(a):);)=))5)7)9)#)%)'))*%q*E*G*H*I*K*S*U*q*q*q*q*q*q*********************q**q**q*********************B*q**q**q**q**q**q**q**q**q**q**q**q**************** * ****+#+8+:+;+=+++#+%+'+5+7+9+#+%+'+)/'/+/3/5/G/H/I/K/S/U/Y/[/]/////////////////////////////////////////////// ////////*/,/./0/2/4/6/8/A/B/Q///////////////////// / / / / ///////////// /"/$/&/(/*00 0\0#q08q0:0;0=00#q0%q0'q0507090#0%0'0)0C\0G\0[\3#3%383:3;3<3=333333333333#3%3'3537393333333333333#3%3'3)3a4 4 4%4444444\4444444444444444D 4H 4M 4a5#5%585:5;5<5=555555555555#5%5'5557595555555555555#5%5'5)5a66#6'6+636568696:6;6=6[6]666666666666666666666 6666#6%6'6)6+6-6/616365666768696A6P6666666 6 6 6666666666!6#6$6%6&6'6(6)6*6C6G6[7#7%787:7;7<7=7[7]7777777777777#7%7'75767778797777777777777#7$7%7&7'7(7)7*7a8H8H8%8'8+83858E8G8H8I8K8S8U8888888\8888888888888888888888888888888888888888888888888888888 88888888A8B888888888888888888888888888888888888888888888 8 8 8 8 88888888DH8HH8MH8a9%999999999999999999999:::%\:':+:3:5:E:G:H:I:K:S:U:W:\:\:\:\:\:\:::::::::::::::::::::::::::\::\::\::::::::::::::::::::::::: :::::::::: :":A:B:\::\::\::\::\::\::\::\::\::\::\::\:::::::::::::::::::::: : : : : ::::::::D:H:M:a;H;H;%;';+;3;5;E;G;H;I;K;S;U;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;A;B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; ; ;;;;;;;;DH;HH;MH;a<'<+<3<5<7<[<]<<<<<<<<<<<<<<<< <<<<<<<!<6<8<A<<<<<<< < < <<<<$<&<(<*=\=\=%q='=+=3=5=7=E=Gq=Hq=Iq=Kq=Sq=Uq=W=q=q=q=q=q=q=H==============q=q=q=q=q=q=q=q=q=q=q=q=q==q==q===q==q==q==q=q=q=q=q=q=q=q==q==q==q==q= =q==q==q==q====== =!="=A=Bq=q==q==q==q==q==q==q==q==q==q==q==q==q=q=q=q=q=q=q=q==q==q==q==q==q==q= = q= = q= =q==q==q==q=D\=H\=M\=aEE E]EE8E$E&E(E*F]FF8F$F&F(F*JJ J JJAJaJCJGJ[LL L]LL8L$L&L(L*OGOHOIOKOSOUOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBOOOOOOOOOOOOOOO O OOOORR R]RR8R$R&R(R*S]SS8S$S&S(S*T]TT8T$T&T(T*V=VEVVVVVVVVVVVVVVVVVVVVVVVC=VG=V[=ZZqZDqZHqZMq[q[q[Dq[Hq[Mq]H]H]DH]HH]MH\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ`krvwqxzq}q~"$%/123AqCDE\FG\HIJKLMNOPQRqyz{|}qq      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ`krvwqxzq}q~"$%/123AqCDE\FG\HIJKLMNOPQRqyz{|}qq      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a%%%%\\%q'+357EGqHqIqKqSqUqWqqqqqqHqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqq !"ABqqqqqqqqqqqqqqqqqqqqqqqqqqq  q  q qqqqD\H\M\a#%8:;<=#%'579#%')a]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(*]8$&(* ]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*HHDHHHMH\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q#%8:;<=#%'579#%')aR#=FPCRGR[R#%8:;<=#%'579#%')a:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%') ]8$&(* ]8$&(*'+35GHIKSUY[] *,.02468ABQ      "$&(*GHIKSUB  GHIKSUB   \#q8q:;=#q%q'q579#%')C\G\[\ \#q8q:;=#q%q'q579#%')C\G\[\R#=FPCRGR[R ]8$&(* ]8$&(*   ]  8 $ & ( *   ]  8 $ & ( *   ]  8 $ & ( * # % 8 : ; < =            # % ' 5 7 9             # % ' ) a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*:;=579#%')#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a!#!%!8!:!;!<!=![!]!!!!!!!!!!!!!#!%!'!5!6!7!8!9!!!!!!!!!!!!!#!$!%!&!'!(!)!*!a#H#H#%#'#+#3#5#E#G#H#I#K#S#U#######\####################################################### ########A#B############################################# # # # # ########DH#HH#MH#a%H%H%%%'%+%3%5%E%G%H%I%K%S%U%%%%%%%\%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%A%B%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%DH%HH%MH%a'H'H'%'''+'3'5'E'G'H'I'K'S'U'''''''\''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''A'B''''''''''''''''''''''''''''''''''''''''''''' ' ' ' ' ''''''''DH'HH'MH'a)%)))))))))))))))))))))+%+++++++++++++++++++++-%---------------------/%/////////////////////3%3333333333333333333335H5H5%5'5+53555E5G5H5I5K5S5U55555555555555555555555555555555555555555555555555555555555555 55555555A5B555555555555555555555555555555555555555555555 5 5 5 5 55555555DH5HH5MH5a6q6q6Dq6Hq6Mq7\7\7%q7'7+7375777E7Gq7Hq7Iq7Kq7Sq7Uq7W7q7q7q7q7q7q7H77777777777777q7q7q7q7q7q7q7q7q7q7q7q7q77q77q777q77q77q77q7q7q7q7q7q7q7q77q77q77q77q7 7q77q77q77q777777 7!7"7A7Bq7q77q77q77q77q77q77q77q77q77q77q77q77q7q7q7q7q7q7q7q77q77q77q77q77q77q7 7 q7 7 q7 7q77q77q77q7D\7H\7M\7a8H8H8DH8HH8MH9\9\9%q9'9+9395979E9Gq9Hq9Iq9Kq9Sq9Uq9W9q9q9q9q9q9q9H99999999999999q9q9q9q9q9q9q9q9q9q9q9q9q99q99q999q99q99q99q9q9q9q9q9q9q9q99q99q99q99q9 9q99q99q99q999999 9!9"9A9Bq9q99q99q99q99q99q99q99q99q99q99q99q99q9q9q9q9q9q9q9q99q99q99q99q99q99q9 9 q9 9 q9 9q99q99q99q9D\9H\9M\9aA#)A%A8)A:)A;)A=)AEAGAHAIAKASAUAWA[A\A]AAAAAAA)AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A"A#)A%)A')A5)A6A7)A8A9)ABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A AAAAA#)A$A%)A&A')A(A))A*B)BQ)BR)BT)BX=BY)B[=B]=B)B)B)B)B)B=B)B)B)B )B )B$=B&=B(=B*)B,)B.)B0)B2)B4)B6=B8=BQ)B)B)B)B)B)B )B")B$=B&=B(=B*=BC)BG)B[)P%P'P+P3P5PEPGPHPIPKPQPRPSPTPUPWPYP[P]P^PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P PPPPPPPPPP P"P*P,P.P0P2P4P6P8P;P=P?PAPBPQPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P P P PPPPPPPPPPPPP P"P$P&P(P*Q)QC)QG)Q[)[\[ \[q[#[`[k[r[v[wq[x[zq[}q[~[[[[[[[[[[[[[[[[Cq[Gq[[q`#```d`g`n`v`w`y`z`}`ad\d \dqd#d`dkdrdvdwqdxdzqd}qd~ddddddddddddddddCqdGqd[qee#eeedeieneveweyeze}eeeeCeGe[eafHfHfff`fdfgfkfnfrfxf~fffffffffDHfHHfMHfag#gvgwgxgzg}hwhzh}k#kkkdkgknkvkwkykzk}kam`mkmrmxm~mmmmmmmmmmmmmmmn\n \nqn#n`nknrnvnwqnxnzqn}qn~nnnnnnnnnnnnnnnnCqnGqn[qqwqzq}r#rrrdrgrnrvrwryrzr}rat t tttdtgtntD tH tM tavHvHvvv`vdvgvkvnvrvxv~vvvvvvvvvDHvHHvMHvaw\w\wqwqw`wdqwgwkwnqwrwxw~qwqwqwqwqwqwqwqwqwD\wH\wM\wax#xxxdxgxnxvxwxyxzx}xay`ykyryxyyyz\z\zqzqz`zdqzgzkznqzrzxz~qzqzqzqzqzqzqzqzqzD\zH\zM\za}\}\}q}q}`}dq}g}k}nq}r}x}~q}q}q}q}q}q}q}q}q}D\}H\}M\}a \\D\H\M\ ~DHMDHMAEGr~AEGrHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa#/237;AEFGHPgq}aCG[CG[q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q"$%/12CDFHIJKLMNOPQRryz{|\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMa\ \q#H ) )"$%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}qqHH)HHCqGq[q#  */237;AEFGHPgqr}CG[aHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHaAEGr"$%/12CDFHIJKLMNOPQRryz{|#  */237;AEFGHPgqr}CG[a"$%/12CDFHIJKLMNOPQRryz{|#  *37;AEGgq}a  qqq  *7q\D H M aHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMa#  *37;AEGgq}a/12CFHIKMOPQry{CG[CG[#  *37;AEGgq}a#  *37;AEGgq}a /FH/FH=qq  */FHC=DqG=HqMq[=/FH"$%DJLNRz|/FH       " $ % D J L N R z |      /FH/FH =qq  */FHC=DqG=HqMq[=HH q q*qqDHHHMH/FH"$%DJLNRz|/FH/FH## ##/#F#H#####$=$q$q$ $ $$*$/$F$H$$$$$$$C=$Dq$G=$Hq$Mq$[=,, ,,/,F,H,,,,,-------"-$-%-D-J-L-N-R-z-|------/H/H/ q/ q/*q/q/DH/HH/MH1#111111111111111 1 1*13171;1A1E1G1g1q1}11111111111111111a2q2q22 2 2*22Dq2Hq2Mq33C3G3[7\7 \7q7#777777777H77777)77 )7 )7777777"7$7%7*)7/7172737Aq7C7D7E\7F7G\7H7I7J7K7L7M7N7O7P7Q7R7q7r7y7z7{7|7}7~7q77q7777H77H7777)7H77777777777777777777H77Cq7Gq7[q9\9 \9q9#999999999H99999)99 )9 )9999999"9$9%9*)9/9192939Aq9C9D9E\9F9G\9H9I9J9K9L9M9N9O9P9Q9R9q9r9y9z9{9|9}9~9q99q9999H99H9999)9H99999999999999999999H99Cq9Gq9[q;;;;;;;;;;;;;;;;;";$;%;/;1;2;C;D;F;H;I;J;K;L;M;N;O;P;Q;R;r;y;z;{;|;~;;;;;;;;;;;;;;;;;;;;;;;;;;;;<<<<<<<"<$<%<D<J<L<N<R<z<|<<<<<<================="=$=%=/=1=2=C=D=F=H=I=J=K=L=M=N=O=P=Q=R=r=y=z={=|=~============================>>>>>>>">$>%>D>J>L>N>R>z>|>>>>>>??#???????????????? ? ???*?/?2?3?7?;?A?E?F?G?H?P?g?q?r?}?~???????????????????????????C?G?[?a@@/@F@H@@@@@A\A\AqAqAAAAqAAAAAAAAAqAqAqA qA qAqAqAqA"qA$qA%qA&A*qA1A7qACADqAIAJqAKALqAMANqAOAQARqAyAzqA{A|qAAAAqAqAAqAAHAAqAAqAAqAAqAAqAAqAAD\AH\AM\AaC#CCCCCCCCCCCCCCC C C*C3C7C;CACECGCgCqC}CCCCCCCCCCCCCCCCCaDD/DFDHDDDDDEEE\E\EE\E\E\E\EEEEEEEE\EE \E \EEEE"E$E%E&E*\E1E7\ECEDEIEJEKELEMENEOEQEREyEzE{E|EEE\E\E\EE\EEEEEEEEEEEEEEEEDEHEMEaFHFHF qF qF*qFqFDHFHHFMHGGG\G\GG\G\G\G\GGGGGGGG\GG \G \GGGG"G$G%G&G*\G1G7\GCGDGIGJGKGLGMGNGOGQGRGyGzG{G|GGG\G\G\GG\GGGGGGGGGGGGGGGGDGHGMGaHHHHH qH qH*qHqHDHHHHHMHIHIHI qI qI*qIqIDHIHHIMHJHJHJ qJ qJ*qJqJDHJHHJMHK#KKKKKKKKKKKKKKK K K*K3K7K;KAKEKGKgKqK}KKKKKKKKKKKKKKKKKaLL/LFLHLLLLLM#MMMMMMMMMMMMMMM M M*M3M7M;MAMEMGMgMqM}MMMMMMMMMMMMMMMMMaNN/NFNHNNNNNO#OOOOOOOOOOOOOOO O O*O3O7O;OAOEOGOgOqO}OOOOOOOOOOOOOOOOOaPqPqPP P P*PPDqPHqPMq]]C]G][^^/^F^H^^^^^_ _ ___q___q_q___ _ _*_7_q____\____D _H _M _a``/`F`H`````aHaHaaaaaaaaaaaaaaaa a aaaa"a$a%a*a1a7aCaDaIaJaKaLaMaNaOaQaRayaza{a|aaaaaaaaa\aaaaaaaaaaaaaaDHaHHaMHaab=bqbqb b b*bbC=bDqbG=bHqbMqb[=cHcHccccccccccccccccc c cccc"c$c%c*c1c7cCcDcIcJcKcLcMcNcOcQcRcyczc{c|ccccccccc\ccccccccccccccDHcHHcMHcad=dqdqdd d d*ddC=dDqdG=dHqdMqd[=eqe#qeqeqeqeqee/e2e3qeAeEeFeGeHePeqqe}qeeeeeqeqeqeqeeeeqeCqeGqe[qggggggggggggggggg"g$g%g/g1g2gCgDgFgHgIgJgKgLgMgNgOgPgQgRgrgygzg{g|g~gggggggggggggggggggggggggggghhhhhhh"h$h%hDhJhLhNhRhzh|hhhhhhii#iiiiiiiiiiiiiiii i iii*i/i2i3i7i;iAiEiFiGiHiPigiqiri}i~iiiiiiiiiiiiiiiiiiiiiiiiiiiCiGi[iajj/jFjHjjjjjkkkkkkkkkkkkkkkkk"k$k%k/k1k2kCkDkFkHkIkJkKkLkMkNkOkPkQkRkrkykzk{k|k~kkkkkkkkkkkkkkkkkkkkkkkkkkkklllllll"l$l%lDlJlLlNlRlzl|llllllmmmmmmmmmmmmmmmmm"m$m%m/m1m2mCmDmFmHmImJmKmLmMmNmOmPmQmRmrmymzm{m|m~mmmmmmmmmmmmmmmmmmmmmmmmmmmmnnnnnnn"n$n%nDnJnLnNnRnzn|nnnnnnooooooooooooooooo"o$o%o/o1o2oCoDoFoHoIoJoKoLoMoNoOoPoQoRoroyozo{o|o~ooooooooooooooooooooooooooooppppppp"p$p%pDpJpLpNpRpzp|ppppppqqqqqqqqqqqqqqqqq"q$q%q/q1q2qCqDqFqHqIqJqKqLqMqNqOqPqQqRqrqyqzq{q|q~qqqqqqqqqqqqqqqqqqqqqqqqqqqqrrrrrrr"r$r%rDrJrLrNrRrzr|rrrrrruHuHuuuuuuuuuuuuuuuuu u uuuu"u$u%u*u1u7uCuDuIuJuKuLuMuNuOuQuRuyuzu{u|uuuuuuuuu\uuuuuuuuuuuuuuDHuHHuMHuawqw#qwqwqwqwqww/w2w3qwAwEwFwGwHwPwqqw}qwwwwwqwqwqwqwwwwqwCqwGqw[q}H}H}}}}}}}}}}}}}}}}} } }}}}"}$}%}*}1}7}C}D}I}J}K}L}M}N}O}Q}R}y}z}{}|}}}}}}}}}\}}}}}}}}}}}}}}DH}HH}MH}a~~ ~=~q~q~~ ~ ~~*~/~F~H~~~~~~~C=~Dq~G=~Hq~Mq~[=\\qqqqqq q qqqq"q$q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHH q q*qqDHHHMH` ?\\qqqqqq q qqqq"q$q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHH q q*qqDHHHMH"$%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q#  *37;AEGgq}a#  *37;AEGgq}a"$%/12CDFHIJKLMNOPQRryz{|~"$%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q\ \q#H) ) )"$%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FH\ \q#H) ) )"$%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FHAEGr~AEGr~#  *37;AEGgq}a/FH#  *37;AEGgq}a/FH"$%/12CDFHIJKLMNOPQRryz{|~"$%DJLNRz|#  */237;AEFGHPgqr}~CG[a#  */237;AEFGHPgqr}~CG[a#  *37;AEGgq}a/FH#  *37;AEGgq}a/FH#  *37;AEGgq}a/FH#  *37;AEGgq}a\\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHH q q*qqDHHHMH\\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHH q q*qqDHHHMH\\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHH q q*qqDHHHMHHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa=qq  *C=DqG=HqMq[=HH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa=qq  *C=DqG=HqMq[="$%/12CDFHIJKLMNOPQRryz{|~"$%/12CDFHIJKLMNOPQRryz{|~"$%DJLNRz|\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(* # % 8 : ; < =            # % ' 5 7 9             # % ' ) a ]  8 $ & ( * #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) * ) Q) R) T) X= Y) [= ]= ) ) ) ) ) = ) ) )  )  ) $= &= (= *) ,) .) 0) 2) 4) 6= 8= Q) ) ) ) ) )  ) ") $= &= (= *= C) G) [) #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) *)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)%%%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(* ) C) G) [)!%!'!+!3!5!E!G!H!I!K!Q!R!S!T!U!W!Y![!]!^!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! !!!!!!!!!! !"!*!,!.!0!2!4!6!8!;!=!?!A!B!Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! ! ! !!!!!!!!!!!!! !"!$!&!(!*")"C)"G)"[)#\#\#%q#'#+#3#5#7#E#Gq#Hq#Iq#Kq#Sq#Uq#W#q#q#q#q#q#q#H##############q#q#q#q#q#q#q#q#q#q#q#q#q##q##q###q##q##q##q#q#q#q#q#q#q#q##q##q##q##q# #q##q##q##q###### #!#"#A#Bq#q##q##q##q##q##q##q##q##q##q##q##q##q#q#q#q#q#q#q#q##q##q##q##q##q##q# # q# # q# #q##q##q##q#D\#H\#M\#a$H$H$DH$HH$MH%\%\%%q%'%+%3%5%7%E%Gq%Hq%Iq%Kq%Sq%Uq%W%q%q%q%q%q%q%H%%%%%%%%%%%%%%q%q%q%q%q%q%q%q%q%q%q%q%q%%q%%q%%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q% %q%%q%%q%%q%%%%%% %!%"%A%Bq%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q%%q%%q% % q% % q% %q%%q%%q%%q%D\%H\%M\%a&H&H&DH&HH&MH'\'\'%q'''+'3'5'7'E'Gq'Hq'Iq'Kq'Sq'Uq'W'q'q'q'q'q'q'H''''''''''''''q'q'q'q'q'q'q'q'q'q'q'q'q''q''q'''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q' 'q''q''q''q'''''' '!'"'A'Bq'q''q''q''q''q''q''q''q''q''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q''q''q' ' q' ' q' 'q''q''q''q'D\'H\'M\'a(H(H(DH(HH(MH)\)\)%q)')+)3)5)7)E)Gq)Hq)Iq)Kq)Sq)Uq)W)q)q)q)q)q)q)H))))))))))))))q)q)q)q)q)q)q)q)q)q)q)q)q))q))q)))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q) )q))q))q))q)))))) )!)")A)Bq)q))q))q))q))q))q))q))q))q))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q))q))q) ) q) ) q) )q))q))q))q)D\)H\)M\)a*H*H*DH*HH*MHB%qBqBqBqBqBqBqBBqBqBqBdqBnqB\BqB\B\BB7qB\BqBqBBqBqBqBqBqBqBqBqBqBqBqBqCWCCC C"C&F%qFqFqFqFqFqFqFFqFqFqFdqFnqF\FqF\F\FF7qF\FqFqFFqFqFqFqFqFqFqFqFqFqFqFqa#a8a:a;a=aa#a%a'a5a7a9avawaxaza}aaaa3aAaEaGaqa}aaaa#a%a'a)n/`  ))"M  /Q   .* ^   R ,S  ( D *p ( ^ < < \; TCopyright 2012 Google Inc. All Rights Reserved.Copyright 2012 Google Inc. All Rights Reserved.Noto SerifNoto SerifBold ItalicBold ItalicMonotype Imaging - Noto Serif Bold ItalicMonotype Imaging - Noto Serif Bold ItalicNoto Serif Bold ItalicNoto Serif Bold ItalicVersion 1.04 uhVersion 1.04 uhNotoSerif-BoldItalicNotoSerif-BoldItalicNoto is a trademark of Google Inc.Noto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Imaging Inc.Monotype Design teamMonotype Design teamData unhinted. Designed by Monotype design teamData unhinted. Designed by Monotype design teamhttp://code.google.com/p/noto/http://code.google.com/p/noto/http://www.monotype.com/studiohttp://www.monotype.com/studioLicensed under the Apache License, Version 2.0Licensed under the Apache License, Version 2.0http://www.apache.org/licenses/LICENSE-2.0http://www.apache.org/licenses/LICENSE-2.0ff  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a bcdefghjikmlnoqprsutvwxzy{}|~     !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~glyph1uni000Duni000Auni00A0uni00ADuni00B2uni00B3uni00B9AmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccentuni0122uni0123 Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflexuni0136uni0137 kgreenlandicLacutelacuteuni013Buni013CLcaronlcaronLdotldotNacutenacuteuni0145uni0146Ncaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracuteuni0156uni0157RcaronrcaronSacutesacute Scircumflex scircumflexuni0162uni0163TcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiuni03A9 IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03E2uni03E3uni03E4uni03E5uni03E6uni03E7uni03E8uni03E9uni03EAuni03EBuni03ECuni03EDuni03EEuni03EFuni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F7uni03F8uni03F9uni03FAuni03FBuni03FCuni03FDuni03FEuni03FFuni0400uni0401uni0402uni0403uni0404uni0405uni0406uni0407uni0408uni0409uni040Auni040Buni040Cuni040Duni040Euni040Funi0410uni0411uni0412uni0413uni0414uni0415uni0416uni0417uni0418uni0419uni041Auni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni0424uni0425uni0426uni0427uni0428uni0429uni042Auni042Buni042Cuni042Duni042Euni042Funi0430uni0431uni0432uni0433uni0434uni0435uni0436uni0437uni0438uni0439uni043Auni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni0444uni0445uni0446uni0447uni0448uni0449uni044Auni044Buni044Cuni044Duni044Euni044Funi0450uni0451uni0452uni0453uni0454uni0455uni0456uni0457uni0458uni0459uni045Auni045Buni045Cuni045Duni045Euni045Funi0460uni0461uni0462uni0463uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471uni0472uni0473uni0474uni0475uni0476uni0477uni0478uni0479uni047Auni047Buni047Cuni047Duni047Euni047Funi0480uni0481uni0482uni0483uni0484uni0485uni0486uni0487uni0488uni0489uni048Auni048Buni048Cuni048Duni048Euni048Funi0490uni0491uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C5uni04C6uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04CDuni04CEuni04CFuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8uni04D9uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9uni04FAuni04FBuni04FCuni04FDuni04FEuni04FFuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni200Buni200Cuni200Duni200Euni200Funi2011 figuredashuni2015uni2016 underscoredbl quotereverseduni201Funi202Auni202Buni202Cuni202Duni202Euni202Fminuteseconduni2034Euro arrowleft arrowright arrowdblleft arrowdblrightuni2215uni2219 orthogonal intersection equivalence filledboxH22073H18543H18551 filledrecttriaguptriagrttriagdntriaglfcircleuni25CCH18533 invbullet invcircle openbulletuniFEFFR!ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/notoserif-italic-subset.ttf000066400000000000000000006437141336714227100273410ustar00rootroot00000000000000 PFFTMf۵GOS/2Č3X`cmapٲ6gaspG glyf;zqpheadL6hhea ~$hmtxwkernDlocacCPmaxp8 name5%~post^pG+  =[t_<  b F dl33f  @x)GOOG X J {D y/y1+HVy{5NByRyNyyyyy{yyyHJBJyyy ^;jjXjjPZf\H NyyF5X7XXXsZoTZo+ZZX{XZ3uN#L^9m{ymyyyyyyZ)%{}y{3y3)3PbJH3-1DD&jjjjjjyjXXXXXXXXXXXXoooIojXZXXXXXy uuuu9XXXjXjXjXjXXXXXXXXjsjsjsjsXZXZo"oroooTZZooo)ZZZZjXjXjXjXPZPPZZ3Z3Z3Z3 Luuuuuu\L9f9jXjXu-f1BZ99u?0XJ=J#'' !;}XjfjJHT=XuTT1R=`XyqZHm1TXXX^udX9uXuXuXo`J dXo\BXXN1!uoZf1{{uXbLP;B1XTjX 1j%fj}jZm\V;}uFmmXjj\VJH B `?Xf!XJXXuuX#3ZXZX+Z9LX^uN'u5uN!^9^ZXXwZJX3oojTXZZXu9usd=9JJ!ZJhZL FZujX## yjXBjXsPXsd=jXhuF`N))mu9HZZ}D'/7XXXH^XZZoZjXjX+ZfRfPH^#D N N ZbR+bR+X#PDXZ N3XXXXX='X='`mumujXjXjX \V9\V9\V9 N}B!^}H^H^XXXXXXXXXXXXXXXXXXXXoo~jXjXjXjXjXjXjX9jX9jX9jX9jX9jXuu99u99u99u99u99u9999Uy%!L{yRyJ;uZN FD R}3y5=XoqyJ/RXPJyydyy{mmbNb))sf@& ~u~  " & 0 4 : !"!!!!"""""""")"+"H"a"e%%%%%%%%%% tz  & * 2 9 !"!!!!"""""""")"+"H"`"d%%%%%%%%%%1+*'$#9^[SRPMJA@$ ݽݼݵݰݮݦݚ   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abJsefjLyql[wkmhtophx`cbkm}{doglan~Mc=>FGBCz9ZXYKzDHTr{2l\j&4`,`0R|P,d,VD * r  T 8 \ z  R ~ . 6n,V6^8n:\\x>vPZZ 0XHT lxp|$FP ^j ,8 6 !$!0!T!!!!" ""\""#8####$8$x$$%,%l%&&&b&&'&'l''(D(()&)x)*:**+b+,,,->--. .:.h..//^////00H001"1.1:1t1122L222233P334>4L4455J5566R66677V778$808<88889@9999::T::;6;;<">v>??z????@@N@@@A0AnAB$BrBC&CbCCCD4DrDDEBEEEEFFPFFFFFFFGGGG,G8GDGLGTGGGGGGGHH8H@HHHHHHIIIItI|IJ J,J8JDJPJ\JhJtJJK(KdKKLLBL`LLLMMPMXMMMN*NPNNNO2OrO~OOOOPPnPPPQ4QRRTRRS SLSzSST*TZTUlUVVtVVWBWWXXLXXYYHYPYXY`YhYYYYZHZZ[[&[h[t[[[\ \\\(\0\|\],]8]D]]]^"^*^2^r^z^_<__`N````````aa aaZaabPbbccJcccd4dnddde>exeeffTffffffgg gpgxghhVhhiBitiij2j>jJjjjjjjjkFkkkkkl>llmmRmmn:nvno0oopjpq@qqqrrBrtrrs6sst4trtuPuvvJV^f8nz$Əҏޏ0bnzڑ$0ޑ(ZfrdR>NnԘ<`j›$J@֞&vğt̠$J\V̤\JDJĨ xҩ&v\(4@~FVhį .N`x .Dڳ2R (0FB^xĶڶ IT}GV}IT 3#3#٣_٤^/y##!##73#733!33#)!y{yx{yw u}wv{w uhuy``yymmyo1^D"'-%.5463$546?3#4'#>54e9yhk!f 'hd1g^׮btL pM[ק " eY $w3 f ", #"&543254#"#3 # 43254#"5}JooooŘ+JoooolcElaH&09!'!"&5467&546326?!#";>54&#" 32H{c֦W*qf\)R'3p?)_O5|ԪѭXzkwPV=9QPVVAoQcrIw3#-٤^VD $%a^`\) 77$ jp^ae^]%@R7% %''%h {^%>f w$fJJ%{%1}% #!5!3!{x{{{yzy97654'&546329BCF9EZV/}$**>7B[MR{7! !ᚚ5; "54632I>I}GV}HUB #3=I R= 2!"52#"THӳv{jOv?Nh ;!7326767##"56?hnmaX#)~6Ræ#&RVVIJVn"|j#7>54&#""54632!26?3#+ῚfW7ǹʮ4C_)VR_o˃rzb=\!#)732654#""54$32#"&546332654&#jB?ĮݿVFzh֫σw"ubDSp5!7326?!733#;67!ZaX!G#/13U_/VIJTNs(RV襁jD '!#654#!632! 54332654&#"F8V^scaإwnN18 Ȱι{q"632#"5!2#4&# 3265#"h/FḘ|käSjOd2g  3!"#!pVX hfr;D*&54632#"&546%$54&#"32654&ˡpc}bюzûѥQĜtdozosjH)$#"&5432! 54633265#"32);@9aQz iXJv?3D]n#߅mmpBT "54632"54632yI>II>I5BCF9E[9}GW}JTV/}$**>7B]K5 nPHى!5!5nyymyy75 5Pnqu'H -#$4&#""5463 "5463253}@lZ+iI>.B{X(Y{V&RVxhr!%!2?3!73267654&+7!#7654#!!!{; kZhQ8XAkufXVI@02V?0d"'3267654+7!#767654#!!!;!`TAk\CVBG&RV$" dM!`Vj%#"# !2#4&#"!27654+7RLN}z_|stDVIK^$|aLVpF&RV7!73267!;!73267654+7!#"!654+7!#";=bXeff cVTbVXZTbVVIJ+RVVKH&RVVJIb&RVVKH&RV^#";!7327654+7^bV VJI+RVV&RVT#"#"'73267654+7TbV6[L3Rw* VJI#\*RV2'3267654+7!#"654#7!";#"&';!cVTbVX$[5D~0C VKH&RVVJIb+-TTGyVC{, RV'3267654+7!#"!2?3!`TTaT>6jjVKH&RVVEFH-!73267# ;!73267654+7!!#";WFn fOѮbVVA@F+RVVHA&RVqVKH&RV%654+7!#"#;!73267654+7!/bU `Tu&RVVKH31+RVVKH&RVj 2!" 4&# $8YA3`L5B"#73267654+7!2!#;3 !#)`V ǘI C^l^VJI&RVν*RV+j1!327# &5!2% 4&#  ikJAgch$]AV!"*`L65B$-;!73267654+7! ;#"&''32654&+Z DfO$J:+vy\*RVVHA&RVZJi9V]`~m(32654&'.54$32#4&#"#"&546a ԵrozSYza[_~|axvWc^wGUs%;!73267#"#!#654+//gPĒ;jVBj &RVVGBqXfP-^)7!#"!267654+7!#"!"&547654#T`X'&`X]5`VVIJ-vIՔ/%RVVIJJSc&R!!%67654+7!#"#.+7!#"LZl'r/'EE2V3?-/BRQɱF-IVVFY?=/VV71##g *654+7!#"##.+7!#"67367{'s1'BK0\ٻj2D-/1VRC Z?N%IVV@_?o75VVh*qʦo{6#";!732654';!73267&+7!#"654+7!8YW}-`=F'RyCiF*u+/`%tNb`<]TmVV)*cF[57VVFM!hVV9^'Z+3V-#"67654+7!#";!73267.+7gT\1KbL''MF#P//gPP-7V7(Od&dB5VV?\%RVVGByA+V  !2?3!7!"#!#6kV#6jVbXRXf V!#"; X`WXVHK%RV3#wXy73267654+7!`X`V#X}VJIP%QVy!3# #(Hk'FV!7!By5!&'73=nap5;T`V4c%IX^#"&5!2#4&#"325ZcSTJ &R pT>RmTX"-##"&5!26?654+7!327#"54&#"327 }_sVyC:Z%/lf$5ű1^bE`VVh5AbQqփuxj!^J/@^;F3 " n0]?X:C銨눨!)rSqZ*32327#"&54?654#"#654+7!ת%5H;H%tUe'/^r n yP$-HA{\b/VVkVOGvjZ`Vd7!327#"&547654#D;X%J_- VQh532R_3M j+Rj579#aVٷ3\&4&#"#"&54633254&'.54632aW\kfkI8{o^qe۰g|cMD`/nЗ}jBEIe4FbpRF%#"547#7233#32h#}q^5|mSLbM_NRuv:puJ(!3273327#"&547##"547654+})di%kƍD:I%M_ on%PJ=}/nRh-?_5VbV:Z\7V=\.+7!34#4632!"'73 >=+J eP6lUHX%<1VroER%guJ%26?3!7!"#!h1Q-VPGM-VRFu>j/RDb#T{0#";#"&5467>54&'7>7>;=[fKz[[L@E>y{KajLRomjfaJ*?BXkd+fHJVjhco6#3{{03267>75.5467>54&+732+T=[fKz[[L@E>y{KfeLQnnibf^K^+?BXjd+ JJVmgo8'#3232673#"'&#"y^k=96{'av:<:'ff|qlu#X 2#"546#3I>Ib&_X}GW}JT99!%.54?3#4'67#6!f tcSXq%fCܬ kK>Q7%O?}b{3632327#"'&#"'7$4'#73&5432##"!TI54#""&54632!2?3) >ong>[ >F|}M F9J=[qwkX7,MelWa~T+P=#&3254&+732654#""54632#"&54ZKbXDDa^$׶JKeETT|``VIefU4 VHo!673#ufR|J(7#"5477332673327#"'##"!q=W&j<,D#f dM[:}mPu)A"E^b#!53265# )#";!mcE> bFFbqVLGlVKHHKVLf "54632)I>IL}GV}ITH'#"'73254'73JZOJFCN`F `@wh}f L#"&5>73;!732674J0" Qf +^^2+}-)1/%7\Z0"EE(&N D "&5432"32654꺂?bgc| wv^펑1 #3#3{f+f{g+f{B{Dt9;!732?!733673#3#"&5>73;!73267G)=9U p+4J0" Qf +^^2+}T%4EENqF+X7q/;)1/%7\Z0"EE(&NDs<!#3#"&5>73;!732677>54#""&54632!2?34J0" Qf +^^2+} >ong>[ >F|}M F9)1/%7\Z0"EE(&N=[qwkX7,MelWa~T+&E;!732?!733673#33254&+732654#""54632#"&54G)=9U p+͏ZKbXDDa^$׶T%4EENqF+X7q/;KeETT|``VIefU4 VHo{#V 2#"&54673322# J>54&+7! #!% 4&+!!aYfZAS>.{X&[Ǿu[VJId *(V]hsd173#"'&#"#63232654+7!#"#;!73267654+7!C\HQXY%X#\HRWW%YbU `TuA@l@A%&RVVKH31+RVVKH&RVjs"3DRjs"3w?Rjs $673#&'#2!" 4&# TnH_WpX%$8YAFvuAw9^3`L5Bj1)3#"'&#"#632322!" 4&# \HQXY%X#\HRWW%Y$8YAA@l@A3`L5BjH"3k R3 ' 7  ;VTVTTVTVXTRVVXVj #73!"'#7&!2 &#  3 4jw8|`yh8TZVA˜J`L-VXN5B^s"9DR^s"9wdR^s 6673#&'#7!#"!267654+7!#"!"&547654#TnH_WpX+T`X'&`X]5FvuAw9VVIJ-vIՔ/%RVVIJJSc&R^H"9kRs"=wR")#73267654+7!#"32!#;3 !#)`Vi/gRyȗ /m^VJI&RVVMFνZ- RV+873267#737! #"#"&546332654'&5!654#"#"3+fr*٦^uYQWB[n@6ͺ:%^a=mF^/qâoaRmTj1T #"54632# !2##"!2sC8sE hn[lTpAOqFI1b7{iIVX $"54632#"&5!2#4&#"32sC8sEZcSTJpAOqFI &R pT>RmTjDs &#&'73673# !2##"!2=u2ZJ_OVhn[lXKpnM1b7{iIVX5! '#&'73673#"&5!2#4&#"32.u2ZJ_OVZcSTJKpnM &R pT>RmTs '#&'73673327654+7! )% !#u2ZJ_OV>.B{X(Y{XKpnM&RVxhrX)43###"&5!26?654+7!327#"54&#"327y\E- }_sVyC:Z%/lf$-hű1^bE`VVh5AbQqփuxj!vuAw9^J/@^;F3 " n0]?X:C銨눨!)rSqjD 033273#"#"# !2#4&#"!27654+7_:^!xRLN}z_|stDDyVIK^$|aLVpF&RV 6@L33273#"632#4#"#"'! 467&5467&54322654#"'"!2654_:^!xa|gy9(=-/i>AbQqփuxj!򌌄^J/@^;F3 " n0]?X:C銨눨!)rSqjT /"54632#"# !2#4&#"!27654+7sC8sE^RLN}z_|stDTpAOqFIPVIK^$|aLVpF&RV 5?K"54632632#4#"#"'! 467&5467&54322654#"'"!2654sC8sEca|gy9(=-/i>AbQqփuxj!pAOqFI^J/@^;F3 " n0]?X:C銨눨!)rSqj;.7673##"# !2#4&#"!27654+7**%j{FRLN}z_|stDVadhiVIK^$|aLVpF&RV!4>J#7673632#4#"#"'! 467&5467&54322654#"'"!2654**%\Ea|gy9(=-/i>AbQqփuxj!adh^J/@^;F3 " n0]?X:C銨눨!)rSqs D673#&'#73267!;!73267654+7!#"!654+7!#";TnH_WpX`bXeff cVTbVXZTbVFvuAw9VIJ+RVVKH&RVVJIb&RVVKH&RVZ 7673#&'#32327#"&54?654#"#654+7!TnH_WpX%%5H;H%tUe'/^r n yP$-}vuAw9A{\b/VVkVOGvjZ`VZJ 654#7!"3"&'#654+7![wҹO2Ty7'1>VVkVV}Gvj'ZaVs"0wLR"Pw;"7673#3267654+7!#"!2?3!|**%j{Fq`TTaT>6jjVadhKH&RVVEFH;d7673#7!327#"&547654#**%j{FCD;X%J_- VadhVQh56jj-KH&RVVEFH3#%7!327#"&547654#y\E=D;X%J_- -VQh56jj~pAOqFIKH&RVVEFHX "546327!327#"&547654#sC8sED;X%J_- :pAOqFIVQh56jjVKH]qsp&RVVIBZvH?654+7!7327#"&5471D;X%J_-5`sd^VpwnNh554&+7!#"#"&'73267;!73267>54&+7!+?TaW4%N4=|'?U_W?Uq* *(VVJI# \ɶ1 $ *(VVIJ+ *(VZ-\%73267654#"#654+7!332#"B3+gu(+^r"n {7%6λ9%^v1y̙79#aVH_j!7!2!" 4&# R$8YA+y3`L5BX?R!7!2!"&525#"RQOȧyGnjD "33273#"2!" 4&# _:^!x$8YAD^3`L5BX?  33273#"2!"&525#"_:^!xԵQOȧ򌌄{Gnjs(7673!76732!" 4&# pkjqq$8YA+y O^3`L5BX!&7673!76732!"&525#"pkjqqQOȧy O{Gnj)%!2?3!#"!2!#654'!!! &# 321;!jZEPLhfsRBj tqjfX 3`LF1d)Xh *3#"'#"&5!2632#3225#"32654#"+iQ`z۩Eȧ wd%T|o\q.()'e󲊉s"6wRZ!"Vw!;-67673#;!73267654+7! ;#"&''32654&+**%j{FZ DfO$J:+vyVadhJ\*RVVHA&RVZJi9V]`~;^ 7673#4#"#654+7!3>32**%j{F5R_3M j+RjVadh79#aVٷs 1:#&'73673;!73267654+7! ;#"&''32654&+u2ZJ_OVHZ DfO$J:+vyXKpnM\*RVVHA&RVZJi9V]`~Z! $#&'736734#"#654+7!3>32u2ZJ_OVR_3M j+RjKpnM79#aVٷ}s"7wR3!"Ww7ms 5673#&'#32654&'.54$32#4&#"#"&546TnH_WpXϦa ԵrozSYFvuAw9za[_~|axvWc^wGU3! 3673#&'#4&#"#"&54633254&'.546326TnH_WpXaW\kfkI8{o^qe۰vuAw9Bg|cMD`/nЗ}jBEIe4FbpRm"7{\3\"W{s 5#&'7367332654&'.54$32#4&#"#"&546|u2ZJ_OV)a ԵrozSYXKpnM9za[_~|axvWc^wGU3! 3#&'736734&#"#"&54633254&'.54632Ùu2ZJ_OVaW\kfkI8{o^qe۰KpnMg|cMD`/nЗ}jBEIe4FbpRs"8{ F"X{ss (#&'73673;!73267#"#!#654+u2ZJ_OV//gPĒ;jVBj XKpnMn&RVVGBqXfP-3##"547#7233#32y\E:#}q^5|mS-LbM_NRuv:ps#!!;!73267!7!#"#!#654'#X_//`R^X}Ē;jVBj dA&RVVCFdLXfP-LF%#"54?#73#7233#3#32h#+=q^5=+mSLbSY`!Ru`t=+J eP6lUHX%vuAw9<1VroER%guH"=kR s">wR!"^w T "54632!2?3!7!"#! sC8sE#6kV#6jVTpAOqFIXRXf "5463226?3!7!"#!ysC8sEG1Q-VPGM-VRFpAOqFIs>j/RDb#T s #&'73673!2?3!7!"#!\u2ZJ_OV#6kV#6jVXKpnMXRXf! #&'7367326?3!7!"#!u2ZJ_OVo1Q-VPGM-VRFKpnMT>j/RDb#T)73267!2#4#"#"3+fr*N7hCT4̼:%^oSEm#j)%654'&5432!"!  4&# wy7@8hQA2Z!!%k@3q^}3`L5BXZ$654'&54632!"&5!225#"E48?QAȧ1[##$37@3qFXGnj /=4323>32;!73267>54&#" #>54&#"3pZּ huz ?U`YA2D # *(VVIKL(DIq˾IǽXu^,8&54$323>32#.5467654&#"#654&#"3Ŝ|% Es|  L9sQ߲T\XZʶZtyD&I6/(?NN4*TRdku+42!#;!73267>54&#"#"&546332654&+ɗJ?TD^V>=KY %():mُ^ϼ $ *(VVHK ( *(_O#8(yŗF).<3>32#"&';!>32#4&#"&#"3265  Sm}54&+7!#"32;#"&'#;!7326732654&+?UT`VȫMA$o2?U/cRs $ *(VVHK 'ZHVb $ *(VVGB323267#"&54,5r^`yKM][krWHn;87{VXt[W*QBd^(3267#"&54>54&#""&5463iZd.ɴaqR?TcAL^yw|l_JRcZ1^jpSZP=Tvt18]u3#/#"&546323267#"&5467654&#"3TBg_z :3&N%#KMck P93FJ49X udqn+Z3=3] <4K6)vz(d RH3AWD3@jF.#"&5467326?#"&5467#726733#3267hv3H2DK"I(po }d8^5| :37t0`96+S]Tuz(d NRu3] <4s(#4654&+;!73267#"#"&5463sBj DC?U//dRNV %():rAB $ *(VVFCqNL#8(yF+.#"3#3267#"&5467#72663C2BJ| :3+Z"#>Mpo }gOvm=1+Nbu3] <4L,6uz(d NRj}s%#"#!#4654&+3267#"&5467Id jVBj DC )-&5^(|u PM[XfrABJ3^ :6 Z u{(d )47!#"!267654+7!>54'&5432!"&547654#T`X'&@:_py7?ػ]5`VVIJ-vIՔ/%RVT8!!%k@3HJSc&Ru83273>54'&5432327#"&547##"547654+7)di%k+[ty8?׽RD:I%M_ on%PJ=}/ T9!!&j@3Rh-73#:A 22Zh#P<?} #7>73:A 22Z#P<0/yq#"&546?33267y$R6JS  (*,^RJ8FH-"" ^#"&54633254&#""&54>3ݧ만SOVHraa^GQP^ƯgSADpkj|1'5tQX^ $"54632#"&5!2#4&#"32TsC8sEZcSTJpAOqFI &R pT>RmT^ )"54632#"&54633254&#""&54>3sC8sEݧ만SOVHraa^GQPpAOqFIƯgSADpkj|1'5tQT=^ >73#B/`KDQA5K ,673#"5432!"5432_1fD\b\N\b\_c\s\s\s\sB"%YXLfz##)YX'i#,YX'#-YX "3YX!#=YX"{YX0"ZB%&)7327654+7!#654&#!;R ?k RV CV/RVXO:*R+a) >,j -2!" 4&# ;2?3#'&'#"#$8YAlS@3,VPV4VMVP3`L5BH'> ^''U ,2'q^-/ ;!73254'&5;!73267.E/T=i&t/'{'4*^'{'U -1'L4&}=j3(!73267!;!73267654+7!#";aU cVaU VJIg*RVVKH&RVVHK*RV4%2?3!77!#7654#!Fjh ? AkZ=DB;=)#s8=J*18654+7!#"32!#;!732?#"&54!3# !33 !#)PfU @^  C99c7P+)4%'RVVIJ)ϼF- RVV>ϼ `p+<V=#"3267!"+;!73267# 47654+7!!3654+7D`W11fs`X53F;aX:Dg7f  VHKVIJ'RVVIJ7@Z&RVm?w*RV+!$54&# !3;7.5! 326?3\ӵ{NkK[#n(+\c j\z~戳TfCJ5%56ICH"-kRH"=kRT^"YP=^"Y+X1^"Yw^"YAuh"ZT^(%##"&5323673327#"74.#"32ɊB+ KMtF< ^)?%ut) RLӨ̮C׌7xmu)BlX9{\*!2#"'#"5432>54&#"32654`Tky5L5G}A3g{l[q$v{` `\:T#xex@o1+^%654'632#"547 #"'632Lnq"]CLH&2h~Y[{}N5>^_R&&54632#4#"#"&5%32654\Ⱊ_N[rRonMGTsX{гY6򺉔=\,7&54632#4#"327632#"'327# 4bԟt|Q9&X$NLXbʣn; ?_Q݅gRO 7b]$]`d5!&'7632!'654&'$54GɑhTZujYzDFI\32V29Y9OTyThP\P}Lf>V?Aus'ZaV{t_K<).#"&54632;#"&5##H\[G\V7kH /j'6v'X;BQ3VxJx1D^%654'632# #"'632Ptqym6P@$&slmVa{O@VTf!527$54%&'7632!632#"''654&'$54J)jF}ȗLlQK//sdep j H_Ib[2|375j 3Od-]Kv+c6~<7E6X?^S1J$#327#"547!#"'7267#"#>3! jL8du3W.V"|3Z^?\kڽt#T^%#$32#"'32#"! T9ܾdځ0L./7xD xdQ >Xf^'654&'$!2#4&#"arZcSTJeafc5Rm`cp)$cLxX1J !!"&5!#"3241#{N!ܓ}JEW'^1J#"#)!327#"54;*VG #lIQ#Xp)L^uh`324'632!"&547654+7!wѵpITP}M4zD;gQ)aVX3#.565_{_c{eV\Hs+[bQ sP#&#"'6323327#"&'FT=3nkKH+N8#6:ngHF3gBP\J#|CBPfu?#7!364'632#.547654#uw 5{q`d{dLV`4,aa>{ $>Aki aX^)%##"&547327&546323254'7#"p؍GUDW P>In cK;dξ˯C}IU~do͸Cp&"k0uh"k1X?^"SYouh^"YeX^"Y `(4&'3>32#"&532#54&#"332654&#\.3P]sͶ4x.hgdm?&sUbqQG=C4X|aͦ DCwbwMw넆dVR.:TJ3?JQ>54.#"#".54>54&+73232.54>3236H*-F/&X$;Vqd_R%$,A4G, ' ,D08с93^Uk_+6b_.8N07dL.\|ǣt?/Ng8!RUTG5 #V!.$r~0&?-@fBKzU.Dv9WP%;!732>?>54.'.+732>7>32.#"'6 //">4' '"" $/;%iF_E2$"KMJ!8`XT-;L",&*4=L2:>?7) $  VV6.= ;}viT'J:$T>gLDx3C{2Tj<8?!5&*;8cO"]kusm. #YH"kRX ^#>32#.547364&#"/c{e*vm{B:EM#ڳz!+x.d%f{\9j".'##".54>7#"#>3!2>73+32>7.54>3232>54.'^5S;$ DTd9HrO+,Ke9-C.VAWi;-C/VBWj;P  5Ro'N='+;#1O>0%1 ("% '?-AdH0   8M--M8 *RyPQ@0?$]S&0?$]R&>HQ*W|[2;R8O3"&?fr'/L?6Bm^07#654&'>3233#"&547326?#"&5[U)oGT!A9\kiZcWr1"wiDM-0 @Ai]YeeJ(~sܩ8(`L5-:$JJV(;!7326?&54$32324&#?UaYEDx- $ *(VVJI0(õFLX?^'$32#.546?.53254&#"XdgbfCXU"I6/(?Noצm';!7326?.54$32#4&#"3="?UaYhԳn[ff򍴹{ $ *(VVJI)n{iIVXb&&#"#"&5>54.54$32672#z%aqe%+pdƈJ\S54&+7!#4654&#!!LJH\54&+7!#4&+!#54&#y%?ThF`-Pu/`4IyT $ *(V`)K6Z&>54መ!3267#"&5467!|{BMABYlk/0 dTti s_GDGIrci܃42)AH}nbtN)"54&'>32%#"&54ZmGU%@7]iNlIk_Bj]>gMrgcM&}gR5~_INHw%2'%4&''%.#""&5463 #qO2' %<'wsBS )}X)X5Y(Xl`IE`J1N^654&''%.'7'67'@\49e7:9K^Nas d$Dx:^n#"327>54&+7!#"327>54&+7!#"#"$#""&54632326?>7##"&5<7##"&5467>54&+7;^ZA7##"&5467##"&5467>54&+7!32733273#"$#""&5463?VYf 9  ]hirXkir P?P}//i,wƇ1-r!o9۹nxKYALŏu'O&wl  wl Yhg_ 10VW{&;= :gj#;=8 o^18Lvo967>54&+7!#";!73267#"&54324&#"3Ej=T@aW?T`XTP[(qMMF=q0 $ *(VVJI $ *(VVHK$4͸Q^LBL^oӠxZy)5733267#"&547##"&54632>54&#"3*l %" @#%Mn?TfISskrRL*,lIRFC9p.0254&+7!#">32#"$#""&546323XJk?UaW?UTaYTWKµR:J IS i~þ&( $ *(VVIJ $ *(VVJIy-+Ped72XuoJ/&#""&5463232654&#"#>54&+7!>32#B, AM{e_BHexhDzf=P{m{XD@$*<^V-Q76 10Va?n1\,#"&546323267#"&54,54&#"-IH7H[krWHr^v:oEQK2ֶXt[W*Q^niM!^.3267#"&54>$654&#"#"&5463Ӿiwu5 rEdaj(<*6Aݹ^؞gp_ nȧ̴uTheS$ <3N9"%%!7.#".54632>32.#"+7/))!mOZt*WqO;LG2')/J3'{{mt_8/ ;"BbejxW8?>R*;LN5q^#&>324&#"!7.#"'.5463!2jQAOC6#.jYF5@/7+yd'^_r{V=3)554[l/ZZX.; #3XB{y'6$3 ! 54$32673!"$3254&#+^%vL!Z}2/ż-1pH!縯X-#"&54$32672#"&#"3254&#".54631޹ۧ\S54&+;!73267#""&546;7>54&+7aWm`NR\?T`X5jxEN?UVJIABNV"EK $ *(VVHKng-5bc $ *(V;!##""&546;!#"!!c[BH7guaW15Mt--TiVJIVB^!7#654&'>323#"&5[U)oGT!A9\kiZcKj_Ci]YeeJ(~sܩ8(`HNG17^ ,732#.#"4$32!"&'54&#"3S; gg^&pmon0,DKJ!JC*1k[\QX^GHNjX^%1^$#"&54633267!7!654&#""&54>3ܠ留SOUIs('ra^VHOL^ƭgSADpkn14e1'7sP+7;!654+7!332!"'3254&#" {uyi, }x2AbG>kN:$YVU`VO%Iq~әj1'3!73267#;!73267>54&+7! !#";q1YE}o?UcR?UZaW?TV>CF $ *(VVGB $ *(VBVJI $ *(VJJ: !#"3267#"&5467####"&547>54&+7LYGb J:&%lV_@H|3FU W\KIfj6 10Vf^&&'!!#7#73$32#64&#"39 ^11;ھko0Y7]6*[6@``wjR b*:"&5463 #"&546332$54&#BT(}eZffdIE_J\JVj1"'z)"&5463 #"&546332$54&#"54632BT(}eZffLI>IdIE_J\JV}GV}ITs")DRH")kR063 !"'732654#";!73267#"#!#654+鴐j87;i`1吙k/gP;jV/Bj D=}\ N3%RVVGBqXfP-s"fwRj1# !2##"!!!21hn[̺H;l+1b7{iIVdb^m7^-H"-kRT.(0 #"&54633254+7!#"3 )732673 4&+9˜bLVD5MwbVZ7aX=`EPsxkM<>E`DG7VVKH\VIJg]{V7?#"3 )73267!;!73267654+7!#"!654+73 4&+ubVZ7aXef cVTbVXHZpaFVJI\VIJ+RVVKH&RVVJIb&RV]{5%!732?654#";!73267#"#!#654+63 3吙k/gP;jV/Bj qVVV|^3%RVVGBqXfP-=_~&Rs"woRs"DRV# 57327! 54#"+7327.+7!#"67654+7L'9BAq݊/:87s+7])'s///,.l0ǿ%V7hw`?-VVd.C@nx?4IVR0%;!"#654#!73267654+7!#"!654+7!#" V^^jbTT_Y\T`T*RVRlTVIB%RVVHKo&RVVCFB%"#654#!3 )7327654+73 4&+Bj wuqP-V&RV]{&fFR$754&+7!#";#654#! #!3R-7mSJ)s^[^rqp fXVVED#afJR)9[!73267"+732767&'.#"&54323654+7!#"267>324#";#"&'.#;=aW`2DBdeQK5E,\-Jru7EtZ`CaV_xW`GfG`a0w8%nab VHK1ZvKVZDIsY&RVVIJApw sg0"VGzdZ11+RV)3 4&+732654&#""54$32!"&546Tt?澍Xw^yimzρy||FO6#";!7327;!73267654+7!#"7654+7!bV cVTbVG T`JI&RVV61RVVKH&RVVJI7"RV D7327! 54#";!7327;!73267654+7!#"7654+7!LbV cVTbVG T//,.l0ǿ%QJI&RVV61RVVKH&RVVJI7"RV9#73267654+7!#"26>324#";#"&'.#;+bVTbV^}ceJw7v8)oMb VKH&RVVKHAd{ s(V<dO<1+RV '73254+7!#";!7327! #"&546MwaV :ʞ`LVD`DG7VVIJ*RVVgr|mM<>E1,j3s4j1's8V#'#"+7327.+7!#"67654+7#'9BAq݊/:87s+7])'s/V7hw`?-VVd.C@nx?4IVJx<R-'3267654+7!#"!654+7!#"3#65#!bTT_Y\T`T {Ho^VIB%RVVHKo&RVVCF *MdKX3!7327# 4?654+7!#"327654+7!#";Ty'#TbX%{kTbVVX/<%RVVJI>N%RVVJI&RV 6#73267654+7!#"!654+7!#"!654+7!#";)bTT T`T T`T VIB%RVVo&RVVCFo&RVVCF *RVR ;%#654'!73267654+7!#"!654+7!#"!654+7!#"o^sbTT T`T T`T {VcJVIB%RVVo&RVVCFo&RVVCF *MP37327#"#!#"3 !'3 !#;jVhDaU\uഞ߃VgXfVDERf]!:'3267654+7!#"3 )%3 4&+#";!7327654+7<-iTdUV8`FbVV=V&RVVPOhf]|VJI&RVV&RV!'3267654+7!#"3 )%3 4&+<-iTdUVV=V&RVVPOhf]{!!7!654&#""&54$32!"&54633 5sBTQXCmd|YġIEim|FOv!*6!;!73267654+7!#"!!2!"424&#"'f cVTbVX+TM+Ң+RVVKH&RVVJIb2l2]4C#* +73267&54$)#";!7327# !3H @eJ88abVTmGHwAkMV=giVKH&RVVX^Ef%"73>32!"%$25#"Z9={Y9kӐ!h$gz $)lOX^$#"&5!232654&#"32654&#-W ^SA\:mz+?Fʌȶ'̈́g{rKQXjren|J\"%#"&54>7>54#"&54!232T^^J.bnXzSC8gI} '˃jZ^stX\)4#"'632!"&532&#"32odrLHI!X/O X^I^A!##"&5463325#"&54632333632#4#"327#"&547#;i>vZJ|ʯc ikAuXK|ʮb mhU?P SʵC@gU?Qi!Tɵ>P\)32654&+732654&#""54632#"&546gkp[w[U1¨SNvrQgotiM]ZaqR 9{`:MuJYuB 67327! 54!3273327#"&547##"547654+L})di%kƍD:I%M_ on%P/,.l0ǿ%=}/nRh-324#";#"&/.#X}jUozYoZ9rs[7@tHGGx.C$amhT&aVeY{qs]n hJVQp\3V(7326632327#"&547&#" #"&546w,$H^I3J%Sa17of{e=DB&:al!izUb-VGC4Pb-32#4#"632!"/.#"32325#"(ӛo6)a7_O3LJ}h8'b_O T*ѢY U)ѠYHoM+wG8uN<+ *O>!(J\u-J3%#"&547##"547654+7!3273327 #"'73267U:Ma on%P})di%kƍC:I%/~aO"/U jX5DAgQ)aV=}/n`h-<P NJ(327#"&54?#"&54?654+7!327{J2J%SaMo  {PyhJTxWb-(ɭ79#aVFExoR+4"#"&5463326767.5!2327#"&54?&# ;KS1?l=DB1,$+G@.:ӲI3J%Sahc]ZcyP99J&:Oeh93zUb-Rmݽn0A3\WRMj"kHN`V'2&#"#"&5463326>3263 # 47632654#"+5mcxh=BB1*"Bk\^rHbնJ`^kFP99J'9r8 ߨf3Pb;cˏqZJ&63 # 4?!#654+7!!32654#"FcrIbնyl {hdH_iFJ% ߨf/T/79#aVcːpZX!" wu!"YD!B ,7327! 54.+7!34#4632!"'73 'Lx>=+J eP6lUHX%/,.l0ǿ%<1VroER%guu-J(4!3273327#"&547##"547654+#"'73267})di%kƍD:I%M_ on%P3/aO#/X J=}/nRh-79#aV pT?Qlݽn0A#%#3!73273;!72654'##!'&'Xf'h^Z`ӔVLHBloF" *IC-LVVoVV4E7/yŒUDJ##!73273;!7254'##!'&'#^97Ie!C w_-fqP#)[,, VVT{oVVh &b)q<C#3!7327!;!73267654+7!#"!3;!72654'##!'&'%g&hf Z`f cVTbVXkV KIAmoE$ 6IA/LVV+RVVKH&RVVJIboVV4E%7/yqlZJ+1#!7327!#654+7!!3;!7254'##!'&'#^97Iel {hv8C w^-fqP#+ [,, VV79#aV{oVVh(b)e!58 32;#"&'.#;!73267"+732676;7! ! -x # ?H{Mef  ^Libj4;Hb1q5sZ!JlZJVZk``J _VVCFDfsRVG]ZlJJ59>77!;#"&/.#;!73267"+732673!<w|$5D+Y':aA %<?P<@[Z4q=w)0E@| jbUtee\gKYVTmV:+%#VVMF.3]jWV;iwZPS 32;#"&'.#;!73267"+7326767!;!73267654+7!#"!7! !-":P yMeg  _Mh]j9:J\/+9f cVTbVXkrZ JMWV[j``JaVVED?kqTVKYXR%+RVVKH&RVVJIblZJAE67!#654+7!!7!;#"&/.#;!73267"+732673!(l {h`^~%4@+_'FX@#=@P;=\\/q=w)0F>{ /79#aVee}RdZJVMtR/%#%VVHK.SjWV>fhiVI732654&#""5467&'73>32&#"327632&#"# 546%>54&#st?5gPShjx@[%foÍZ\]4Qɯ.ҟimzρq ny?FH t|#p77{u\l"yqJG&#"# 546%$54&+732654&#""5467&'73>32&#"327632S/vwI?p[w[U14]PVdkx@Z&dcrzwIQqTf 'QgotiM]ZU| dqBEH! WR 9d11niVzu?j +2!"654&#"63232#"'&#"32$8 LhMPODzsOQM[ 3`LbVLBAB:ABA7xjGX?^ (2!"&565#"63232#"'&#"326QjJ3=cc85C8?cc66/ |^G;8'++J%++VN?!#.+7!#"67>32&#" 3<-)QQDtlX:v|@,VVp#gʆ1aL/#V&+7!3?>32&#"}3_3{inX86SPmV+_˃bL<]-?s/#&'53#&'53#.+7!#"67>32&#"dpP^epWW 3<-)QQDtlX:v|+v@,VVp#gʆ1aL/#!*#&'53#&'53&+7!3?>32&#"dpP^epWW}3_3{inX86SPنvmV+_˃bL<]-j N 62!"2!".+7!34#4632#"'73267mXY$ڜOG7w7 eP6lUMS~3m?2E-C*VsoER%gX^ 62!"&525#".+7!34#4632#"'73267ASG7w7 dP5rjWMS~^W m7C*VsoDS%gj1&632#"=&56326'#"'Fy}:$kp!qr nu*1qo-$I$VVD/LZXGX$632#"5.54632654'#"'mq=op*2 _e !\d TbdKk,ei!ܧ:LJ7^=EC7s9K#"'&#"#63237654'&5432#"&5!24&#"327332#""54632!"(YRm"\RmThy %'%7%7%LG㴁FGJ{J;{Z}9IĤ{FD #"543!632YVZX_P{^K{`V27632#74&#"+7rKap..+6ʎKf:9_U#.*C5 &54632D;a12#L=9FL(35 5654'&5432u11`;DL)3'LF9NV#"$#"#>323V)a\m"\bX"[ppwzp)  ,7BMX&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632oF:K G9L/G9L~G:K [sG9L ~G9L/~G9L~F:KX"6X"6X"6X"6g[X"6 X"6X"6X"6)} ")07'673'&'7%7677&'&'5&''67#67q +Pa2TCCk\EzҌhҌ1QFCnY#Ez )Ra2uҌF~+UCDmY +Pa2; )Ra2hFz)QGDmYҌR H7327! 54327;!73267654+7!#"7654+7!#";#!K cVTbVG TbV7[P///+l/Ǿ*C61RVVKH&RVVJI7"RVVJI*4 uRB 97327! 54!3273327##"&547##"547654+L})di%kƍD:I%:9M_ on%P/,.l0ǿ)=}/nRh-<nT5DAgQ)a33!!3 )73267#3 4&+AA^H<-i²1dV=V]{H' 3!!63 # 47#732654#"9:+B~Ql^j~R` ߩ$_p`Uݖj+#73267654+7!2'+;327'765!#)`V qR}uI C^lZRv^VJI&RVν~7#*RV$7_+F^"2!654+7!332'#"'3327'7654#"k1 }}RbouS /B`QERtVej#jVVaV%}g8//B!}U_'I17h?ٟ!;!7327654+7!26?3 C Ws*kP*RVV/RV@yGZ33654+7!26?3!Z HI#dEu79#aVH^C#)7327#73654+7!#654&#!!!;RbZ ?k RVw>f CVd/RVXO:d *RJ7654+7!#4&+3###7- JF`*STjk\: cVep``3)7327654+7!#654&#!632! 543324&#";R ?k RVyTR`v e$` CV/RVXO: "ݐd=*R/J(3654+7!#4&+632!"&546332#"Z JF`*SVLC[MW]I,h79!cVelldSAJ_k R9_.#;!73267"+732767&'.#"&54323654+7!#"267>324#";#654'&'Pab aW`5RBdeQK1C2\-Jqu8EtZ`CaU_xW`GfG`b/w#]S)n]h$%[01+RVVHK0[3VZDQsY&RVVHKApw sg0#f>rEVHu-^P!##"&5463325#"&54632333632#4#"327#"'7326?#"&547#;i>vZJ|ʯc ikAuXK|ʮb7aO%-T!Ec mhU?P SʵC@gU?Qi! P ˠ$ɵ>PB9!3#"54732543 4&+732654&#""54$32!"&546ut*.d˯Tt?澍XrofwT&uow^yimzρy||FOB\9!3#"547325432654&+732654&#""54632#"&546=ut*.dgkp[w[U1¨SrofwT&uovrQgotiM]ZaqR 9{`:MR>.#;!73267654+7!#"26>324#";#654'.'Mb cVTbV^}`eRw7v#]S)n\9<%O<1+RVVKH&RVVJIAd{ s/e?nFV(LIX-V4% #"'73267"&/.##654+7!267>324#"3h/bO#/Q!x.C$amhŪ}jUozYoZ9rs[7@tHGVP ǨQp\3T&aVeY{qs]n hJ-?#;!73267654+7!#"336>324#";#"&'&'#qyb cVTbV^wHw@AbdRw7w8'n!@Cw1+RVVKH&RVVJIAL$ { s/VBdkXV03654+7!37367>324#";#"&/&'#7#X}jj3m-8\nZ9vof,>GFH1D0*-l/khT&aVL{qsa}VC~y @#73267#73654+7!#"3#26>324#";#"&'.#;+cV TbVH}`eRw7v8)oMb VKHwe(!RVVJIed{ s/V<dO<1+RVX2267>324#";#"&/.###73654+7!!UozYoZ9rs[7@tHGGx.C$amh}5 eY{qs]n hJVQp\3a-`Va:373267#"#7!#"267>324#";#"&'.#;cVJEe<aU_w`eRw7w8)oMb VKHo2MVHKAq{ s/V<dO<1+RV^V,!#"#7!267>324#";#"&/.#+וJE^:?jZryYoZ9rs[7@tHGGx.C$amh6Pp[{qs]n hJVQp\3R<%#654+73267!;!73267654+7!#"!654+7!#"3n^bXeff cVTbVXZTbVVdLVIJ+RVVKH&RVVJIb&RVVKH&RZ-J)327 #"'73267#"&54?!#654+7!!I3J%/~aO#/U KFSa!)l {hfJTxWb-<P Ѯ$mUPf79#aV94&+;!73267!;!73267654+7!#"!654+7!#GEzbXeff cVTbVXZ9bG:&RVVIJ+RVVKH&RVVJIb&RVZJ%#54&+327#"&54?!#654+7!!8Z4EI3J%Sa!)l {hfJRQ0yVb-P Ǩ n^^.y8=R'\ %.+7!34#4632;!f 4=!X dP53?PA,Vym6oDS)6-T5#"67654+7!#"!!;!7326?!7!7.+7gT\1KbL''MF##'//gP'-7V7(Od&dB5VV?\Xd&RVVGBd\A+VP'\()!;!!7!5.+7!34#4632>QT 4=!X dP5`,5/T`A,Vym6oDSR<#";#65+732654';!73267&+7!#"654+7!8YW}%AFAn_=F'RyCiF*u+/`%tNb`<]TZ@dKV)*cF[57VVFM!hVV9^'Z+3V-J)#73267.+7!!#"; #"'73267#)8SJ'39!BQB׍'7502aO%-Q#æV3Z>?_5VbV?Ua2P Ʃ=R/65#!7327#"#!#654+!654&+7!#";6jVBj gIJJ`T3nRdKVoXfpy0"VVCF %RD-J<3273327 #"'73267#"&547##"&547#"#!#54&#r'v(hǎC:I%/~aO#/UV:Ma }x#PFO'dRO9Z3FE})nah-<P ҧjX5DwlU:?gDHDg?RX8%;#654+7327# 4?654+7!#"327654+7!#"N%RVVJIN-J4327 #"'7326?#"&54?#"&54?654+7!327{J2J%1aO#/R"FLSaMo  {PyhJTxWb-<P Ǩ(mUKk\'n3}:"aVSf^X9!7327# 4?654+7!#"367654+7!#";TEwC'#TbX%LvIkTbVV6D/<%RVVJI>e0%RVVJI&RVNJ0327#"&54?#7#"&54?654+7!;7367{J2J%Sa1/p+%o  {Py2p/NyhJTxWb-324#";#"&'.#;{LaW`2DBdeQK5E,\-Jru7EtZ`CaV_xW`GfG`a0w8%nab //,.l0ǿ%VHK1ZvKVZDIsY&RVVIJApw sg0"VGzdZ11+RVB O7327! 54##"&5463325#"&54632333632#4#"327#"&547#mL'i>vZJ|ʯc ikAuXK|ʮb m/,.l0ǿ%ChU?P SʵC@gU?Qi!Tɵ>P?;!73267654+7!#"26>324#"! 543324&#"\ cVTbV^}`ezE`}y ڳSG+RVVKH&RVVJIAd{ s9"ݐiXV2#654+7!267>324#"!"&5463324&#"fŪ}jUozYoZ:m&"[MW]ƟsT&aVeY{qs[- ldSAJ_kR +%;#!7327! #"&54633254+7!#"F5]P<Ơ_LVD5MxaU!.0 VgvnM<>E`BI7VVHKRV+%#"&547&#" #"&5463326632327#q8;Sa17of{e=DB1,$H^I3J%mUPfP99J&:al!izUb-<7%!"&5433 !;!73267654+7!#"!654+7!#"HڸՑ,otqff cVTbVXZTbVh]7+RVVKH&RVVJIb&RVVKHDJ!#654+7!!3#"&54633267^'l {hf6硪[MW],79#aVdSAJ_R;%3267!;!73267654+7!#"!654+7!#";#!NbXeff cVTbVXZTbV7ZPVIJ+RVVKH&RVVJIb&RVVKH+2 ZRJ!%#"&54?!#654+7!!3327#L8;Sa!)l {hfɔI3J%mUPf79#aVTxWb-<RX7!"#327# 4?654+7!#"327654+7!#";^3_o)Ty'#TbX%{kTbVX/<%RVVJI;N%RVVJI&RVNR{J+#"&54?654+7!3273;#"#32675Mo  {PyhɽɊ+)dq/a= \'n3}:"aVSf^\V C:R1%#!73267# ;!73267654+7!!#";+WFn fOѮbV GJPTVA@F+RVVHA&RVqVKH1/7)RXJ7## #"&546332667&+7!!#"327##"&547 _|je=DB1,$9{F$-tsyDl^FbJ3J%:2SaP1+DP99J&:e48V>VGC4Pb-<mUPf^-u +27327! 54;!732673;!73254/&'!{L{'r0'7J=ɠ 2=0!A/q//,.l0ǿ%D.JVV9g @-VVh*joXB (37327! 54##"&5!273327#"54&#"327LH }_eZBC:Z%/lf$/,.l0ǿ%xűJ4pVh5=+J eP6lUHX%y5<1VroER%guV#H"kR"]kV#s87673!7673#"+7327.+7!#"67654+7upkjqq'9BAq݊/:87s+7])'s/+y OuV7hw`?-VVd.C@nx?4IVs!/7673!7673.+7!34#4632!"'73 Fpkjqq>=+J eP6lUHX%y O<1VroER%guXH"kRN"k%R %;#65+7327654+7!#654&#! En^ ?k RV* TcKV/RVXO:-J654+7!#4&+; #"'73267! JF`*S=/~aO"/R!79!cVeXP ǨH"kR^"km 1%#"54732?!7327#73654+7!#654&#!!!;d'xk-,8r &_bZ ?k RVw>f CVǜb:$%VVd/RVXO:d *RmJ)7654+7!#4&+3#;#"54732?!#7- JF`*ST9=%{m-,8r k\: cVep`X͙b:$%d`m D%#"54732?#";!732654';!73267&+7!#"654+7!'xk-,8r &)8YW}-`=F'RyCiF*u+/`%tNbVǜb:$% <]TmVV)*cF[57VVFM!hVV9^'Z+3VmJ -%#"54732?73267.+7!!#";!'xk-,8r &L8SJ'39!?_5VbV:Z\7V=<#"!!;!732654';!73267!7!&+7!#"654+7!8YW-`=F'RyCiF_s*u+/`%tNb`<]jdmVV)*cF[57VVFMdhVV9^'Z+3VJ&#73267'!7!'.+7!!#"!!;!)8SJ"Z(29!BQBI(65V3Z>`_5VbV?U`b1V=vB '."54632;!732673;!73254/&'!3sC8sE{'r0'7J=ɠ 2=0!A/qvpAOqFIsD.JVV9g @-VVh*joXv^ $/"54632##"&5!273327#"54&#"327sC8sE }_eZBC:Z%/lf$vpAOqFIűJ4pVh554#"&54632;!732673;!73254/&'!#eyLV^L%zgct{'r0'7J=ɠ 2=0!A/qw90@R#54#"&54632##"&5!273327#"54&#"327 #eyLV^L%zgct }_eZBC:Z%/lf$/w90@R#54#"&54632!2?3!73267654&+7!#7654#!!!k#eyLV^L%zgct); kZhQ8XAkuw90@R#54#"&54632#"&5!2+"'3232654#"#eyLV^L%zgctZ#wc/w90@R#54#"&54632#";!7327654+7#eyLV^L%zgct bV w90@R#54#"&546327!327#"&547654##eyLV^L%zgctoD;X%L^.O}/w90@R#54#"&546322!" 4&# #eyLV^L%zgct$8YAw90@R#54#"&546322!"&525#"#eyLV^L%zgctQOȧ/w90@R#54#"&54632654'&5432!"!  4&# #eyLV^L%zgcty7@8hQAw90@R#54#"&54632654'&54632!"&5!225#"#eyLV^L%zgctE48?QAȧ/w90@R#54#"&546327!#"!267654+7!#"!"&547654##eyLV^L%zgctT`X'&`X]5w90@R#54#"&54632!3273327#"&547##"547654+!#eyLV^L%zgct})di%kƍD:I%M_ on%P/w90@R#54#"&546327!#"!267654+7!>54'&5432!"&547654##eyLV^L%zgctT`X'&@:_py7?ػ]5w90@R#54#"&546323273>54'&5432327#"&547##"547654+7!#eyLV^L%zgct)di%k+[ty8?׽RD:I%M_ on%P/w90@R#54'&5432!"&547654#!\HQXY%X#\HRWW%YT`X'&@:_py7?ػ]5A@l@AVVIJ-vIՔ/%RVT8!!%k@3HJSc&RuJ3#"'&#"#632323273>54'&5432327#"&547##"547654+7\HQXY%X#\HRWW%Y )di%k+[ty8?׽RD:I%M_ on%PA@l@A=}/ T9!!&j@3Rh-"546327!#"!267654+7!>54'&5432!"&547654#VsC8sEAT`X'&@:_py7?ػ]5vpAOqFIVVIJ-vIՔ/%RVT8!!%k@3HJSc&Ruv B"54632 3273>54'&5432327#"&547##"547654+7sC8sE,)di%k+[ty8?׽RD:I%M_ on%PvpAOqFI=}/ T9!!&j@3Rh-=+J eP6lUHX%vpAOqFI<1VroER%guA#7>54#"&54632#"67654+7!#";!73267.+7#eyLV^L%zgctqgT\1KbL''MF#P//gPP-7w90@R#54#"&54632.+7!34#4632!"'73 #eyLV^L%zgct>=+J eP6lUHX%/w90@R#=+J eP6lUHX%A@l@A)<1VroER%gu+#+V!#'7'77'+V5555X7777 '7##!'77RJ75}o}7L) ##'7!)T77L}57}R{7! !ᚚRB+!7!'+y'b!7! y'b!7! y'b!7! y#` `;d!7!!7!^K\yyJ#"&546JCBF9C]V.~$**>7B]K7654'&54632BCF9E[V/}$**>7B]K97654'&546329BCF9EZV/}$**>7B[Ms= $54632u\h__VTy`_**?c#"&546%#"&546JCBF9C]NCBE:D[V.~$**>7B]K%V/}$**>7B]K7654'&546327654'&54632BCF9E[BCD:E[V/}$**>7B]K$V/}$**>7B]K7654'&546327654'&546329BCF9EZBCF9E[V/}$**>7B[M$V/}$**>7B]Ks"EE#773%%wuVq{%K4Ģe%7:55:-%#7'>54'773%%e'ć&J$d0{'Lċd'"h2:66:Yv9669Zs&u ! ))Z "54632!"54632!"54632I>IXI>I}GV}HU}GVD9IT}GV}IT#!+ToPN)5!#NTP###!V ###!!!VtP !!5!###tVPN  ",6@ #"&543254#"#3 # 43254#" # 43254#"5}JooooŘ+Joooo'JnonolcElaEla  " # H }w3#gفgJdsd3- #3{g+f}5+%#"&547#7367#73!2#4# !!!!32 ˍN ^z CH`R=aTjUa?P`V#;527#3#53274+533#";%;!5325#"#7!#'&'#JH*(LONNNM!#L[G ;V; G^779=)7799979>)?7v?779H11F^ #&'5673!9>HH>9DH$HDV^ &'3#67!59>HH>9#DH$HDV+ !! !!,144PR==RF+ 5!7'!5!%7 '%+QQ55QRFFR=BB==("54632#"&543236=4#"4&#"326XO}ajqZbOlYnax <k1%+ )73'5^1q1mI#Iuo+##";!53265!;!532654+5+bFcEfEccEVKH'VVMGRHLVVMG׋VqR2?3!5 5!#'&#!k )9P k >Cc\PXJ!5!oy!#3LfzR##5!3{ݨo1d:Xq'#"&54632632#"#"3232654&#"~ŋqWol_rZqtYԳֱ suvt`3!!^j8^4>32#4&#"rуwfŠJ;32632#4&#"#"5485ɓ851i;+\;ri;ĐsNh&#3232673#"'&#"#3232673#"'&#"yek=96{'dJ:ky^k=96{'av:<:ff|qD^ff|qlu73!!!!#7!5!!5T9w99J@8y:VIayyyydHP 5!5!5!d8d 5 !5!nPnHىy 75 5!5!Pnnqu'HHy{Z!!{!!!!!7L17}1mh{!!hmh{!!!hKPb!!L! XVRZ 7L LRZZ79eN5 !# 3 jQ5Qc^%BH-)4>32#".732>54.#"wx{yy{xwV`bcb`c``dyyyyxyy{b``bcbbbV^R'/7?GOW_gow#"5432'#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432%#"5432#"5432'#"5432377349947575#3773865567557R75577667377349944976#58856556\677675577667667+557775555885Z557w55763:C558337775555776557737+558# 2#"54>jmsoujlw)3!32>54.#")wvuwwwvu}Bwwwutww)#3!4>32#".'32>54.#")R`babbab`Nwvuwwwvu}B`bb`c``cwwwutwwsbu #"&546324&#"326bcfdiFIKgFEgcIN_}khfJHfFffFHdh2) 9$%\K\\\\\\ \\\d\n\\7\\\ \\\\\\\\\\\\ %\ K \ \ \ \ \ \ \ \ \ d\ n\ \ 7\ \ \  \ \ \ \ \ \ \ \ \ \ \ \  %\dgnqqq  *7q\D H M a%\% \%q%#%'%+%3%5%8%9%:\%;q%=q%G%H%I%K%S%U%Y%Z%[%]%%%%%%%%%%%q%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%#%%%'%)%*%+%,%-%.%/%0%1%2%3%4%5q%6%7q%8%9q%A%B%P%Q%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%%%%%%%%%%%% %!%"%#q%$%%q%&%'q%(%)q%*%Cq%Gq%[q&&#&%&8&:&;&<&=&>&[&]&&&&&&&&&&&&&#&%&'&5&6&7&8&9&:&<&>&&&&&&&&&&&&&#&$&%&&&'&(&)&*&C&G&[&a(#(%(8(:(;(<(=((((((((((((#(%('(5(7(9(((((((((((((#(%('()(a):);)=))5)7)9)#)%)'))*%q*E*G*H*I*K*S*U*q*q*q*q*q*q*********************q**q**q*********************B*q**q**q**q**q**q**q**q**q**q**q**q**************** * ****+#+8+:+;+=+++#+%+'+5+7+9+#+%+'+)/'/+/3/5/G/H/I/K/S/U/Y/[/]/////////////////////////////////////////////// ////////*/,/./0/2/4/6/8/A/B/Q///////////////////// / / / / ///////////// /"/$/&/(/*00 0\0#q08q0:0;0=00#q0%q0'q0507090#0%0'0)0C\0G\0[\3#3%383:3;3<3=333333333333#3%3'3537393333333333333#3%3'3)3a4 4 4%4444444\4444444444444444D 4H 4M 4a5#5%585:5;5<5=555555555555#5%5'5557595555555555555#5%5'5)5a66#6'6+636568696:6;6=6[6]666666666666666666666 6666#6%6'6)6+6-6/616365666768696A6P6666666 6 6 6666666666!6#6$6%6&6'6(6)6*6C6G6[7#7%787:7;7<7=7[7]7777777777777#7%7'75767778797777777777777#7$7%7&7'7(7)7*7a8H8H8%8'8+83858E8G8H8I8K8S8U8888888\8888888888888888888888888888888888888888888888888888888 88888888A8B888888888888888888888888888888888888888888888 8 8 8 8 88888888DH8HH8MH8a9%999999999999999999999:::%\:':+:3:5:E:G:H:I:K:S:U:W:\:\:\:\:\:\:::::::::::::::::::::::::::\::\::\::::::::::::::::::::::::: :::::::::: :":A:B:\::\::\::\::\::\::\::\::\::\::\::\:::::::::::::::::::::: : : : : ::::::::D:H:M:a;H;H;%;';+;3;5;E;G;H;I;K;S;U;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;A;B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; ; ;;;;;;;;DH;HH;MH;a<'<+<3<5<7<[<]<<<<<<<<<<<<<<<< <<<<<<<!<6<8<A<<<<<<< < < <<<<$<&<(<*=\=\=%q='=+=3=5=7=E=Gq=Hq=Iq=Kq=Sq=Uq=W=q=q=q=q=q=q=H==============q=q=q=q=q=q=q=q=q=q=q=q=q==q==q===q==q==q==q=q=q=q=q=q=q=q==q==q==q==q= =q==q==q==q====== =!="=A=Bq=q==q==q==q==q==q==q==q==q==q==q==q==q=q=q=q=q=q=q=q==q==q==q==q==q==q= = q= = q= =q==q==q==q=D\=H\=M\=aEE E]EE8E$E&E(E*F]FF8F$F&F(F*JJ J JJAJaJCJGJ[LL L]LL8L$L&L(L*OGOHOIOKOSOUOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBOOOOOOOOOOOOOOO O OOOORR R]RR8R$R&R(R*S]SS8S$S&S(S*T]TT8T$T&T(T*V=VEVVVVVVVVVVVVVVVVVVVVVVVC=VG=V[=ZZqZDqZHqZMq[q[q[Dq[Hq[Mq]H]H]DH]HH]MH\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ`krvwqxzq}q~"$%/123AqCDE\FG\HIJKLMNOPQRqyz{|}qq      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ`krvwqxzq}q~"$%/123AqCDE\FG\HIJKLMNOPQRqyz{|}qq      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a%%%%\\%q'+357EGqHqIqKqSqUqWqqqqqqHqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqq !"ABqqqqqqqqqqqqqqqqqqqqqqqqqqq  q  q qqqqD\H\M\a#%8:;<=#%'579#%')a]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(*]8$&(* ]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*HHDHHHMH\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q#%8:;<=#%'579#%')aR#=FPCRGR[R#%8:;<=#%'579#%')a:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%') ]8$&(* ]8$&(*'+35GHIKSUY[] *,.02468ABQ      "$&(*GHIKSUB  GHIKSUB   \#q8q:;=#q%q'q579#%')C\G\[\ \#q8q:;=#q%q'q579#%')C\G\[\R#=FPCRGR[R ]8$&(* ]8$&(*   ]  8 $ & ( *   ]  8 $ & ( *   ]  8 $ & ( * # % 8 : ; < =            # % ' 5 7 9             # % ' ) a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*:;=579#%')#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a!#!%!8!:!;!<!=![!]!!!!!!!!!!!!!#!%!'!5!6!7!8!9!!!!!!!!!!!!!#!$!%!&!'!(!)!*!a#H#H#%#'#+#3#5#E#G#H#I#K#S#U#######\####################################################### ########A#B############################################# # # # # ########DH#HH#MH#a%H%H%%%'%+%3%5%E%G%H%I%K%S%U%%%%%%%\%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%A%B%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%DH%HH%MH%a'H'H'%'''+'3'5'E'G'H'I'K'S'U'''''''\''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''A'B''''''''''''''''''''''''''''''''''''''''''''' ' ' ' ' ''''''''DH'HH'MH'a)%)))))))))))))))))))))+%+++++++++++++++++++++-%---------------------/%/////////////////////3%3333333333333333333335H5H5%5'5+53555E5G5H5I5K5S5U55555555555555555555555555555555555555555555555555555555555555 55555555A5B555555555555555555555555555555555555555555555 5 5 5 5 55555555DH5HH5MH5a6q6q6Dq6Hq6Mq7\7\7%q7'7+7375777E7Gq7Hq7Iq7Kq7Sq7Uq7W7q7q7q7q7q7q7H77777777777777q7q7q7q7q7q7q7q7q7q7q7q7q77q77q777q77q77q77q7q7q7q7q7q7q7q77q77q77q77q7 7q77q77q77q777777 7!7"7A7Bq7q77q77q77q77q77q77q77q77q77q77q77q77q7q7q7q7q7q7q7q77q77q77q77q77q77q7 7 q7 7 q7 7q77q77q77q7D\7H\7M\7a8H8H8DH8HH8MH9\9\9%q9'9+9395979E9Gq9Hq9Iq9Kq9Sq9Uq9W9q9q9q9q9q9q9H99999999999999q9q9q9q9q9q9q9q9q9q9q9q9q99q99q999q99q99q99q9q9q9q9q9q9q9q99q99q99q99q9 9q99q99q99q999999 9!9"9A9Bq9q99q99q99q99q99q99q99q99q99q99q99q99q9q9q9q9q9q9q9q99q99q99q99q99q99q9 9 q9 9 q9 9q99q99q99q9D\9H\9M\9aA#)A%A8)A:)A;)A=)AEAGAHAIAKASAUAWA[A\A]AAAAAAA)AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A"A#)A%)A')A5)A6A7)A8A9)ABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A AAAAA#)A$A%)A&A')A(A))A*B)BQ)BR)BT)BX=BY)B[=B]=B)B)B)B)B)B=B)B)B)B )B )B$=B&=B(=B*)B,)B.)B0)B2)B4)B6=B8=BQ)B)B)B)B)B)B )B")B$=B&=B(=B*=BC)BG)B[)P%P'P+P3P5PEPGPHPIPKPQPRPSPTPUPWPYP[P]P^PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P PPPPPPPPPP P"P*P,P.P0P2P4P6P8P;P=P?PAPBPQPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P P P PPPPPPPPPPPPP P"P$P&P(P*Q)QC)QG)Q[)[\[ \[q[#[`[k[r[v[wq[x[zq[}q[~[[[[[[[[[[[[[[[[Cq[Gq[[q`#```d`g`n`v`w`y`z`}`ad\d \dqd#d`dkdrdvdwqdxdzqd}qd~ddddddddddddddddCqdGqd[qee#eeedeieneveweyeze}eeeeCeGe[eafHfHfff`fdfgfkfnfrfxf~fffffffffDHfHHfMHfag#gvgwgxgzg}hwhzh}k#kkkdkgknkvkwkykzk}kam`mkmrmxm~mmmmmmmmmmmmmmmn\n \nqn#n`nknrnvnwqnxnzqn}qn~nnnnnnnnnnnnnnnnCqnGqn[qqwqzq}r#rrrdrgrnrvrwryrzr}rat t tttdtgtntD tH tM tavHvHvvv`vdvgvkvnvrvxv~vvvvvvvvvDHvHHvMHvaw\w\wqwqw`wdqwgwkwnqwrwxw~qwqwqwqwqwqwqwqwqwD\wH\wM\wax#xxxdxgxnxvxwxyxzx}xay`ykyryxyyyz\z\zqzqz`zdqzgzkznqzrzxz~qzqzqzqzqzqzqzqzqzD\zH\zM\za}\}\}q}q}`}dq}g}k}nq}r}x}~q}q}q}q}q}q}q}q}q}D\}H\}M\}a \\D\H\M\ ~DHMDHMAEGr~AEGrHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa#/237;AEFGHPgq}aCG[CG[q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q"$%/12CDFHIJKLMNOPQRryz{|\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMa\ \q#H ) )"$%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}qqHH)HHCqGq[q#  */237;AEFGHPgqr}CG[aHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHaAEGr"$%/12CDFHIJKLMNOPQRryz{|#  */237;AEFGHPgqr}CG[a"$%/12CDFHIJKLMNOPQRryz{|#  *37;AEGgq}a  qqq  *7q\D H M aHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMa#  *37;AEGgq}a/12CFHIKMOPQry{CG[CG[#  *37;AEGgq}a#  *37;AEGgq}a /FH/FH=qq  */FHC=DqG=HqMq[=/FH"$%DJLNRz|/FH       " $ % D J L N R z |      /FH/FH =qq  */FHC=DqG=HqMq[=HH q q*qqDHHHMH/FH"$%DJLNRz|/FH/FH## ##/#F#H#####$=$q$q$ $ $$*$/$F$H$$$$$$$C=$Dq$G=$Hq$Mq$[=,, ,,/,F,H,,,,,-------"-$-%-D-J-L-N-R-z-|------/H/H/ q/ q/*q/q/DH/HH/MH1#111111111111111 1 1*13171;1A1E1G1g1q1}11111111111111111a2q2q22 2 2*22Dq2Hq2Mq33C3G3[7\7 \7q7#777777777H77777)77 )7 )7777777"7$7%7*)7/7172737Aq7C7D7E\7F7G\7H7I7J7K7L7M7N7O7P7Q7R7q7r7y7z7{7|7}7~7q77q7777H77H7777)7H77777777777777777777H77Cq7Gq7[q9\9 \9q9#999999999H99999)99 )9 )9999999"9$9%9*)9/9192939Aq9C9D9E\9F9G\9H9I9J9K9L9M9N9O9P9Q9R9q9r9y9z9{9|9}9~9q99q9999H99H9999)9H99999999999999999999H99Cq9Gq9[q;;;;;;;;;;;;;;;;;";$;%;/;1;2;C;D;F;H;I;J;K;L;M;N;O;P;Q;R;r;y;z;{;|;~;;;;;;;;;;;;;;;;;;;;;;;;;;;;<<<<<<<"<$<%<D<J<L<N<R<z<|<<<<<<================="=$=%=/=1=2=C=D=F=H=I=J=K=L=M=N=O=P=Q=R=r=y=z={=|=~============================>>>>>>>">$>%>D>J>L>N>R>z>|>>>>>>??#???????????????? ? ???*?/?2?3?7?;?A?E?F?G?H?P?g?q?r?}?~???????????????????????????C?G?[?a@@/@F@H@@@@@A\A\AqAqAAAAqAAAAAAAAAqAqAqA qA qAqAqAqA"qA$qA%qA&A*qA1A7qACADqAIAJqAKALqAMANqAOAQARqAyAzqA{A|qAAAAqAqAAqAAHAAqAAqAAqAAqAAqAAqAAD\AH\AM\AaC#CCCCCCCCCCCCCCC C C*C3C7C;CACECGCgCqC}CCCCCCCCCCCCCCCCCaDD/DFDHDDDDDEEE\E\EE\E\E\E\EEEEEEEE\EE \E \EEEE"E$E%E&E*\E1E7\ECEDEIEJEKELEMENEOEQEREyEzE{E|EEE\E\E\EE\EEEEEEEEEEEEEEEEDEHEMEaFHFHF qF qF*qFqFDHFHHFMHGGG\G\GG\G\G\G\GGGGGGGG\GG \G \GGGG"G$G%G&G*\G1G7\GCGDGIGJGKGLGMGNGOGQGRGyGzG{G|GGG\G\G\GG\GGGGGGGGGGGGGGGGDGHGMGaHHHHH qH qH*qHqHDHHHHHMHIHIHI qI qI*qIqIDHIHHIMHJHJHJ qJ qJ*qJqJDHJHHJMHK#KKKKKKKKKKKKKKK K K*K3K7K;KAKEKGKgKqK}KKKKKKKKKKKKKKKKKaLL/LFLHLLLLLM#MMMMMMMMMMMMMMM M M*M3M7M;MAMEMGMgMqM}MMMMMMMMMMMMMMMMMaNN/NFNHNNNNNO#OOOOOOOOOOOOOOO O O*O3O7O;OAOEOGOgOqO}OOOOOOOOOOOOOOOOOaPqPqPP P P*PPDqPHqPMq]]C]G][^^/^F^H^^^^^_ _ ___q___q_q___ _ _*_7_q____\____D _H _M _a``/`F`H`````aHaHaaaaaaaaaaaaaaaa a aaaa"a$a%a*a1a7aCaDaIaJaKaLaMaNaOaQaRayaza{a|aaaaaaaaa\aaaaaaaaaaaaaaDHaHHaMHaab=bqbqb b b*bbC=bDqbG=bHqbMqb[=cHcHccccccccccccccccc c cccc"c$c%c*c1c7cCcDcIcJcKcLcMcNcOcQcRcyczc{c|ccccccccc\ccccccccccccccDHcHHcMHcad=dqdqdd d d*ddC=dDqdG=dHqdMqd[=eqe#qeqeqeqeqee/e2e3qeAeEeFeGeHePeqqe}qeeeeeqeqeqeqeeeeqeCqeGqe[qggggggggggggggggg"g$g%g/g1g2gCgDgFgHgIgJgKgLgMgNgOgPgQgRgrgygzg{g|g~gggggggggggggggggggggggggggghhhhhhh"h$h%hDhJhLhNhRhzh|hhhhhhii#iiiiiiiiiiiiiiii i iii*i/i2i3i7i;iAiEiFiGiHiPigiqiri}i~iiiiiiiiiiiiiiiiiiiiiiiiiiiCiGi[iajj/jFjHjjjjjkkkkkkkkkkkkkkkkk"k$k%k/k1k2kCkDkFkHkIkJkKkLkMkNkOkPkQkRkrkykzk{k|k~kkkkkkkkkkkkkkkkkkkkkkkkkkkklllllll"l$l%lDlJlLlNlRlzl|llllllmmmmmmmmmmmmmmmmm"m$m%m/m1m2mCmDmFmHmImJmKmLmMmNmOmPmQmRmrmymzm{m|m~mmmmmmmmmmmmmmmmmmmmmmmmmmmmnnnnnnn"n$n%nDnJnLnNnRnzn|nnnnnnooooooooooooooooo"o$o%o/o1o2oCoDoFoHoIoJoKoLoMoNoOoPoQoRoroyozo{o|o~ooooooooooooooooooooooooooooppppppp"p$p%pDpJpLpNpRpzp|ppppppqqqqqqqqqqqqqqqqq"q$q%q/q1q2qCqDqFqHqIqJqKqLqMqNqOqPqQqRqrqyqzq{q|q~qqqqqqqqqqqqqqqqqqqqqqqqqqqqrrrrrrr"r$r%rDrJrLrNrRrzr|rrrrrruHuHuuuuuuuuuuuuuuuuu u uuuu"u$u%u*u1u7uCuDuIuJuKuLuMuNuOuQuRuyuzu{u|uuuuuuuuu\uuuuuuuuuuuuuuDHuHHuMHuawqw#qwqwqwqwqww/w2w3qwAwEwFwGwHwPwqqw}qwwwwwqwqwqwqwwwwqwCqwGqw[q}H}H}}}}}}}}}}}}}}}}} } }}}}"}$}%}*}1}7}C}D}I}J}K}L}M}N}O}Q}R}y}z}{}|}}}}}}}}}\}}}}}}}}}}}}}}DH}HH}MH}a~~ ~=~q~q~~ ~ ~~*~/~F~H~~~~~~~C=~Dq~G=~Hq~Mq~[=\\qqqqqq q qqqq"q$q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHH q q*qqDHHHMH` ?\\qqqqqq q qqqq"q$q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHH q q*qqDHHHMH"$%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q#  *37;AEGgq}a#  *37;AEGgq}a"$%/12CDFHIJKLMNOPQRryz{|~"$%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q\ \q#H) ) )"$%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FH\ \q#H) ) )"$%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FHAEGr~AEGr~#  *37;AEGgq}a/FH#  *37;AEGgq}a/FH"$%/12CDFHIJKLMNOPQRryz{|~"$%DJLNRz|#  */237;AEFGHPgqr}~CG[a#  */237;AEFGHPgqr}~CG[a#  *37;AEGgq}a/FH#  *37;AEGgq}a/FH#  *37;AEGgq}a/FH#  *37;AEGgq}a\\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHH q q*qqDHHHMH\\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHH q q*qqDHHHMH\\\\\\\ \ \"$%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHH q q*qqDHHHMHHH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa=qq  *C=DqG=HqMq[=HH  "$%*17CDIJKLMNOQRyz{|\DHHHMHa=qq  *C=DqG=HqMq[="$%/12CDFHIJKLMNOPQRryz{|~"$%/12CDFHIJKLMNOPQRryz{|~"$%DJLNRz|\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(* # % 8 : ; < =            # % ' 5 7 9             # % ' ) a ]  8 $ & ( * #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) * ) Q) R) T) X= Y) [= ]= ) ) ) ) ) = ) ) )  )  ) $= &= (= *) ,) .) 0) 2) 4) 6= 8= Q) ) ) ) ) )  ) ") $= &= (= *= C) G) [) #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) *)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)%%%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(* ) C) G) [)!%!'!+!3!5!E!G!H!I!K!Q!R!S!T!U!W!Y![!]!^!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! !!!!!!!!!! !"!*!,!.!0!2!4!6!8!;!=!?!A!B!Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! ! ! !!!!!!!!!!!!! !"!$!&!(!*")"C)"G)"[)#\#\#%q#'#+#3#5#7#E#Gq#Hq#Iq#Kq#Sq#Uq#W#q#q#q#q#q#q#H##############q#q#q#q#q#q#q#q#q#q#q#q#q##q##q###q##q##q##q#q#q#q#q#q#q#q##q##q##q##q# #q##q##q##q###### #!#"#A#Bq#q##q##q##q##q##q##q##q##q##q##q##q##q#q#q#q#q#q#q#q##q##q##q##q##q##q# # q# # q# #q##q##q##q#D\#H\#M\#a$H$H$DH$HH$MH%\%\%%q%'%+%3%5%7%E%Gq%Hq%Iq%Kq%Sq%Uq%W%q%q%q%q%q%q%H%%%%%%%%%%%%%%q%q%q%q%q%q%q%q%q%q%q%q%q%%q%%q%%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q% %q%%q%%q%%q%%%%%% %!%"%A%Bq%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q%%q%%q% % q% % q% %q%%q%%q%%q%D\%H\%M\%a&H&H&DH&HH&MH'\'\'%q'''+'3'5'7'E'Gq'Hq'Iq'Kq'Sq'Uq'W'q'q'q'q'q'q'H''''''''''''''q'q'q'q'q'q'q'q'q'q'q'q'q''q''q'''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q' 'q''q''q''q'''''' '!'"'A'Bq'q''q''q''q''q''q''q''q''q''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q''q''q' ' q' ' q' 'q''q''q''q'D\'H\'M\'a(H(H(DH(HH(MH)\)\)%q)')+)3)5)7)E)Gq)Hq)Iq)Kq)Sq)Uq)W)q)q)q)q)q)q)H))))))))))))))q)q)q)q)q)q)q)q)q)q)q)q)q))q))q)))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q) )q))q))q))q)))))) )!)")A)Bq)q))q))q))q))q))q))q))q))q))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q))q))q) ) q) ) q) )q))q))q))q)D\)H\)M\)a*H*H*DH*HH*MHB%qBqBqBqBqBqBqBBqBqBqBdqBnqB\BqB\B\BB7qB\BqBqBBqBqBqBqBqBqBqBqBqBqBqBqCWCCC C"C&F%qFqFqFqFqFqFqFFqFqFqFdqFnqF\FqF\F\FF7qF\FqFqFFqFqFqFqFqFqFqFqFqFqFqFqa#a8a:a;a=aa#a%a'a5a7a9avawaxaza}aaaa3aAaEaGaqa}aaaa#a%a'a)n/` $Y"c  /   .`* ^    H "5 k   D *7 (y ^ <H < \ TCopyright 2012 Google Inc. All Rights Reserved.Copyright 2012 Google Inc. All Rights Reserved.Noto SerifNoto SerifItalicItalicMonotype Imaging - Noto Serif ItalicMonotype Imaging - Noto Serif ItalicNoto Serif ItalicNoto Serif ItalicVersion 1.04 uhVersion 1.04 uhNotoSerif-ItalicNotoSerif-ItalicNoto is a trademark of Google Inc.Noto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Imaging Inc.Monotype Design teamMonotype Design teamData unhinted. Designed by Monotype design teamData unhinted. Designed by Monotype design teamhttp://code.google.com/p/noto/http://code.google.com/p/noto/http://www.monotype.com/studiohttp://www.monotype.com/studioLicensed under the Apache License, Version 2.0Licensed under the Apache License, Version 2.0http://www.apache.org/licenses/LICENSE-2.0http://www.apache.org/licenses/LICENSE-2.0ff  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a bcdefghjikmlnoqprsutvwxzy{}|~     !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~glyph1uni000Duni000Auni00A0uni00ADuni00B2uni00B3uni00B9AmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccentuni0122uni0123 Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflexuni0136uni0137 kgreenlandicLacutelacuteuni013Buni013CLcaronlcaronLdotldotNacutenacuteuni0145uni0146Ncaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracuteuni0156uni0157RcaronrcaronSacutesacute Scircumflex scircumflexuni0162uni0163TcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiuni03A9 IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03E2uni03E3uni03E4uni03E5uni03E6uni03E7uni03E8uni03E9uni03EAuni03EBuni03ECuni03EDuni03EEuni03EFuni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F7uni03F8uni03F9uni03FAuni03FBuni03FCuni03FDuni03FEuni03FFuni0400uni0401uni0402uni0403uni0404uni0405uni0406uni0407uni0408uni0409uni040Auni040Buni040Cuni040Duni040Euni040Funi0410uni0411uni0412uni0413uni0414uni0415uni0416uni0417uni0418uni0419uni041Auni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni0424uni0425uni0426uni0427uni0428uni0429uni042Auni042Buni042Cuni042Duni042Euni042Funi0430uni0431uni0432uni0433uni0434uni0435uni0436uni0437uni0438uni0439uni043Auni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni0444uni0445uni0446uni0447uni0448uni0449uni044Auni044Buni044Cuni044Duni044Euni044Funi0450uni0451uni0452uni0453uni0454uni0455uni0456uni0457uni0458uni0459uni045Auni045Buni045Cuni045Duni045Euni045Funi0460uni0461uni0462uni0463uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471uni0472uni0473uni0474uni0475uni0476uni0477uni0478uni0479uni047Auni047Buni047Cuni047Duni047Euni047Funi0480uni0481uni0482uni0483uni0484uni0485uni0486uni0487uni0488uni0489uni048Auni048Buni048Cuni048Duni048Euni048Funi0490uni0491uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C5uni04C6uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04CDuni04CEuni04CFuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8uni04D9uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9uni04FAuni04FBuni04FCuni04FDuni04FEuni04FFuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni200Buni200Cuni200Duni200Euni200Funi2011 figuredashuni2015uni2016 underscoredbl quotereverseduni201Funi202Auni202Buni202Cuni202Duni202Euni202Fminuteseconduni2034Euro arrowleft arrowright arrowdblleft arrowdblrightuni2215uni2219 orthogonal intersection equivalence filledboxH22073H18543H18551 filledrecttriaguptriagrttriagdntriaglfcircleuni25CCH18533 invbullet invcircle openbulletuniFEFFROruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/fonts/notoserif-regular-subset.ttf000066400000000000000000006747601336714227100275420ustar00rootroot00000000000000 PFFTMf.yOS/2ČwX`cmap"Xgaspy glyfϱxheadVL6hhea $hmtxwkern(X{$>locaX maxpl8 nameWdBpostK{6] =>ӂ^_< L b TLN 33f @x)GOOG@ X J Duy3y+\JuuBTy={3Ny\yyhywy#yqy}yyy^yhJJbyyyX^;NuNNNuXNNNNNNsNs?NZb)f`HJNLyhf%qqHq7N/%/f%{9)9qqD\'/ Vmfymfyoyydyy yZ#qHy{3q3by3V3RR{3V-HRhuNNNNKNIINNsssssysN-/fffffffqHqHqHqHq&/q)9qqqqqyq////fffuquququqNqNqNHqNHqNHqNHqNHquN/uN/uN/uN/XN%XN# NNN/N/N/fN%%N{N{N{NN9N)9N)9N)9=N9sqsqsqs=q?ND?ND?NDZb\Zb\Zb\Zb\)')')'//////`JVJVJV9sqsqs%?NZhZ/f}'')9h/R)HqHJb%;N}N?NJXNsNNfNNVsNN/)#DHVIqo%qoooq%Hoq BqqB%q9%%q%q%%qqqoB\squqNB7FVFN%o9RJ7/Zh)?Vsq!\qqfsqRN%uNL\u\NN)}NuZbNIN)NmN\NN;N}NuN\mNmNNNXNsNNu)\#DHN +NN)BNN\RN?fq//Hq R//%L//qX/q`)q m///=//R/sHqHq#/q\/ fF/#%/m/uT)/JNZ/JN/L N/+%sq sVqBsqwPhuuqhu))mN/N/NZN/}//DNd/H\\RN#%N)%N%H))XN/N?/oN/squq)`) %)) + + N/wwN N%DNo/XN/ +NL/NfffNHqoHfoHf \R\`RmN/mN/sqsqsq\R\\\ +}N/BN/}//H H fffffffffffNHqNHqNHqNHqNHNHqNHqNHqN/N/sqsqsqs+sqsqsq9sq9sq9sq9sq9sq//9h/9h/9h/9h/9h/UyD!L{3yRyeJs==ss==sHHdN T\uDusuyT7F?XNPyJ/BHP)yoydyy{mmb=b))sh@( ~u~  " & 0 4 : !"!!!!"""""""")"+"H"a"e%%%%%%%%%%& tz  & * 2 9 !"!!!!"""""""")"+"H"`"d%%%%%%%%%%&1+*'$#9^[SRPMJA@$ ݽݼݵݰݮݦݚq   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abJsefjLyql[wkmhtophx`cbkm}{doglan~Mc=>FGBCz9ZXYKzDHTr{(>xV6^vF.|X*>RfP6r 8 H z J 0  H hr bZL86fT<x"h*.d<^nvPplHl@  * 6 !!!!""""t"""""#8###$$~$$$% %%~%%%&P&\&h&'`'l'(v(((())))`)l)*8*D*P*+++T+++,,(,4,,-H-.*.../$/~/04001X112*2n23 3d344x45<5667:78b9 9:8:; ;;<:<<<=6=v=>2>z>>>??B?@@p@|@@AAHAABBPBBBBCNCD"D.D~DEEXEFFlFG,GGGHHlHIHITI`IJJJVJbJKTK`KlKLLHLLMfMNNfNOBOP0PQQ|QRnRSVSbSnSzSTTTTTUUBUUV"VxVVW8W@WzWWX$XTXXXXYY@YYYZZ@ZLZlZzZZZZZZZZ[ [[["[*[[[[[[\P\X\\\\\]V]^]^^*^6^B^N^Z^f^r^_*__`J``a(aJaaab*bbccNccddRdde.eeeeeef$ffgggNghhZhhhi*iTiijj>jkkdkklNllmmRmmnnHn~nnnnnnnoVo^oop"pTp`pppq$q0qzqqqqrrrrrslssttt tntvu@uuvpvwFwNwVw^wfwnwvw~wwwx0xxyByyz@zz{H{P{{|(|||}H}}~r~@8@H~rȋЋ،PPNR*P~̐xޒ2 fʓ$j dL8ЙNΚdPț@̝ t(dRĠFN6h,j,h$, "*2DP\htVƨҨިDP\htЪ,8D«@LX<44d̰D& |bص>"tV|ػ8ZĽ(Zܿ^@Db,ÌR^jvĂ|ZƮ^Ǻ:ȎZɞ`ʾ.˘̨̚̚̚̚̚̚̚̚̚̚̚̚̚ .xנ<<3#4>32#".H^R#//##//#(5  5('6  6u3#3#>^B>^3F!!!#!##53#533!33#L5N{NM{NNJ}LL{LKoy``yymmyo^2;F#4.'#5".'3.54>7534.'>m\R%XJ'F6\`2ƶg3hc[&V+OmB`R%1ZPg.I5\d5*=((>)y%=R0BC-[K4"(P]qI  ;9kU7+T]lCEpS3 {)A809u +A2( '7F\';OS#".54>3232>54.#"#".54>3232>54.#"#3*T~TXR''RYT}S*$:**:##8**;%*T~TXQ''RYT}S*$:**:""8**;%ۆgxBBxggw@@wgX`22`XW_11_WgxAAxggw@@wgX`22`XW_11_J>N`!'#".54>7.54>32>=!#";%2>74.#">%YlN{yqaWbJ.UTX2DnP+.Pj;BfVM(u._[W%PV7/BM V^,=$?ShBKsO(H)F3jX'DCH+:ETuN3#u>^u.54>7J@}i::ȍi}@zմ@^8!ܟ8\@BP4.'55>{A|i~;;~ȍi|AzԳ@\8ṹݠ8^@T73% %#'%TH;59=HZH93HXEedDàf% #!5!3!y{y{{{yzy=%5>54.54632$Q\e^"&"M9 8,VAzhSV \<);>-C3H{5!3ᚚ74>32#".#//##//#}(5  5('6  6N#3yyw \'#".54>3232>54.#";xy~u88uxx;?gJKf??eJKg@ݩlljj뫘WWUU3532>5#"&5>?3;ʼn#=-'F@=-:?GS3.=#dV :040N8=1%5%j+0: Vh/!2>?3!5>54.#"".54>32.XQ.<&V VRoD3O6FW2%@03ecal9uHY*7%_F;_E%2Tn= 3';eJ)1Y~wJ%2>54.+532>54.#"".54>32#".5463=nT23`VAADuW25S;FX2%@03fcaq>1XxG&VTM;#,Mftz;e_-F;#BaZ"N~\AiJ)h-RuI<^B"2Tn= 3';eJ),SyNEzcF$6NgDRaD*%>S->E6[B%#\';!532>=!5334>7!^->":#=-y>!%% 0: VV :0TNs-lpo0/:@=5q5%2>54.#"'!#'.#!>32#".5463?kO,,RrG5M;,1B V ) s'u[c~GCurX$?B=]d#QaQxP' = > 6llh{C'32#".54>32#4."32654& =HU2^k:;qifH:XwZVT)PM,Dy(JA6'Fd=ns}h':lblHUae8$7.54>32#".2>54.'4.#">^/TrC:bF'2jv`g6(Hf>L}Z1Fpsu;CmM*&Vcar#Eh07YA9Y<#EhD:K,oJoWF !M\m@Gf>5^MCfQA$R`pCaj732#".5467>75.#"Ӫ ;K[6Yk;32#".4>32#".#//##//##//##//#}(5  5('6  6s(5  5('6!!6bT+%5>54.546324>32#".$Q\e^"&"M9 8,#//##//#VAzhSV \<);>-CH(5  5('6!!65 oPHى!5!5oNyyyy75 5Poqu'HX%9#>54.#"".54>324>32#". }YyI6U;@W6%>--_caxD5f_#//##//#7$_oy=5W="*H_5!2!1T>#2_XTr^'(5  5('6  6[n#"&'##".54>327332>54.#"32>7#"$&54>3232>7.#"HtG[y 5CS4>qU35St^B_R1h"--^L1VՀdj73;!53254&/.'!N CE/ '*"Ơ ",/{ R 5/40VV $>1 * VVb$[J%EHO0N!.;)532>54.+5! 32>54.+532>54.+'D]6FtS.#=..="% ^WxL"IxZˎZxH"LyWHEhN5 :]QV :0-7 Va GrRPvN&f CjJKe>u/2#4.#"32>7#".54>ig30A&9[Ctf.0hqKsXC5lrPT#>T1!5%0^K/UZ0?" &'QB+lnN\%#!532>54.+5!22>5+\T#=..="sZ5zz=ݨgV :0-7 VaS1BN'%!2>?3!532>54.+5!#'.#!!!1E.k"=..=# j +A.f.="XV 7-0: VX"=.dN`%!!;!532>54.+5!#'.#->"D"=..=" j -D0PdM0: VV 7--7 VX#=-u9"$&546$32#4.#"32674.+5!#"5V[ rq83E(@hKt46zŒ;o+.="4&gln#>T1!5%0^K/UT J-7 VV ;00.N C!532>5!;!532>54.+5!#"!4.+5!#";#=-f->"#=..="T">--=#T#=..="V :0 0: VV :0-7 VV :0b0: VV :0-7 VN3532>54.+5!#";N#=..=#T">-->"V :00: VV :00: V32>54.+5!#"+BgF%.="T">-H~b#u%Wl-7 VV :0#m.N@>54!" ;#".';!532>54.+5!#"!, 23#AAE(;m9gZC&->""=..="T">-q&;0$TT1G-QSV*G70: VV 7--7 VV :0N!3532>54.+5!#"!2>?3N#=..=#T"=..A*kV :00: VV 7-!5B!HN36!532>7#;!532>54.+5! !#";!5%+o%'7"'"=..="#=..=#V 3*F0: VV 7--7 VmV :00: VN,!;!532>54.+5!4.+5!#"->"#=..="w.="#=.M0: VV :0-7 V-7 VV :03s{'#".54>3232>54.#"{TPPT-drrc,,crre-ݩllkk뫘WWVVN#03532>54.+5!2+;32>54.+N#=..="?|=9Ҙ.="Dm]T'"LyWV :0-7 V;od[M-7 V'WaVT)s){ 4;#".'.54>3232>54.#"{Bz 2Nh>!XQY ъEPT-drrc,,crre-ݖ}iU$`+iwkk뫘WWVVNL.;%;#".'#;!532>54.+5! %32>54.+o4bA`{V=#.=""=..="' 5Vl6ZxH"LyWRRV(H:Z-7 VV 7--7 VR{Z</(PxPRsI!b?".546332654.'.54>32#4.#"dg4MG!BfH JyZ_^.Cxa\b3WJ6XA;]@" KzYZb4G*Kk@>L@vZ6}8VIC%'YmTX_2&@S-BC0]I.!=V5=]KC$%Re}Oaj7)#%;!532>5#"#!#'.+->"//"=.-=' j  j &>.0: VV 7-q.="XfX"=.5".54.+5!#"32>54.+5!#"yF.="T">-3[}KYU).="">-A3o}-7 VV :0Y}N$0UuF/-7 VV :0fq<f*!.+5!#">7>54&+5!#"fF ",3/>= ,," CD/'+#X * VV/3$g[JJ`.5/VV #>2?N8 >7>54&+5!#"# #.+5!#">7-'CD/'-$ǽ ".4/>= .)fGJcx  5/VV ">3?{ * VV/3$q]JPco7L4.+5!#" ;!53254.' ;!532>7 .+5!#">(1.1y-P' z  AD %7/.V%].+#.  % VV#8*T<1VVD ,"F !$%#VV"6(%;1VV  $'#>>!532>5.+5!#">?>54&+5!#";F/"=.!(3L# $2 !$@;<'(+.="0V 7-) VV  :?{06=A #?--VV%=.0: VJf !2>?3!5!"#!F.>& j C-=& j b.="XR.="Xf!#";Y"=..="YV :00: VN3#wyL532>54.+5!LX#=--=#XV :0H0: Vh!3# #Gk'V!5!@y! #.'53N)`ZJ+02SXQ"QQLf)^?32>=""&54>32;!'##".546?54.-QU>eG&WuH;I)UY:eL^^/1"  54.+5!3>32"32>54.y7je;`M; $#=-.="y:L`32#4.#"3267Df|EE{a@f@\['C4;_D$_#,W?՗݆84O5G:0VA%,lP? (#F8#q-?%;!'##".54>323&'.=4.+5!2>54.#" .=";L`73r{ 4U%ozAcn;V)MpI5[J9,ZQ`4Kх">{y^ph1(3&G<(7)1%!532>5#5354>32#4.#"!!3#=-2^TPnC-=% 4',;$!->"VVV :0af\`1&4 +;."CbAya0: /5Wlz#4.#"#".';2#"&54>7.5467.54>32>3232>54.+"32>54&#"5 )*#-.[] $"/\Q%A͋*G\3( @F,E/0`a%H=1(2;"-aC%:%!532>54.+5!3632;!4.#"3L#=-.="y \W\0*:"5V>@]=.="VVV :0J-7 V>=/ai0: VChH%/W{KP-7 /u,72>54.+5!;!54>32#".J"=..="n->" **** V 7--7 V0: VV@$0 0$$0 0*+532>54.+54>32#".54.+5!>54!"5iEYsTF+͗.="#=-.="y!+ 13GPkRVV )ODAp-7 VV :0J-7 VW*05%8*!VVd[`72>54.+5!;!55#=-.=".=#V :0J-7 V0: VV9V^W%!532>54.+5!3>323>32;!4.#";!4.#"3`#:**:"A DMU02ZM=HQY0N|V.*:"3R;@W6*:"3R;C[8.="VVV :0-7 V9I),G39I)/ai0: VChH%1Tn>?0: VChH%6\xBP-7 9^8%!532>54.+5!3>32;!4.#"3`#=-.="K GOY1QY/*:"5V>F_:.="VVV :0-7 V9I)/ai0: VChH%6\xBP-7 q-^##".53232>54.#"-o{Ao{A CkMMjBBkMMjB'FאEՐru<54.#".'#;!532>54.+5!3>32Pk@AkQD_==a7je;`M;.="#=-.="f:L`=46767##".54>3237!#";2>54.#"D#=-;L`-.="pPkAAlQC`=vV ;0#[*02/K5C֓،C0B(V ;0-7 5loko::pkD^1)532>54.+5!3>32#4&#";#=-.=";' *=ZDpm.H40<&<-.="9V :0-7 V.Q=#NG 6'UK+G\a`'-7 \B\A".54>332>54.'.54>32#4&#"M}X0'-4U>7T99bJOuL&7fWIpL&MGU[4J/=aDQtK$:j7Q6)7 6^G)1E)&702 #ALaCFlI&3E&8Cgr,<$'90-"BNb@PxQ('F%267#".5#5267>73!!%> *16NpH#%Y"#+^ UXZ !JzXR#&iOuNib/J1%;!'##".54.+5!32>54.+5!7.=" KT\2Q~V-.="o1S>Da?-=#n-7 V:H).bi-7 V=ChH%0WzJ0; VJ/5!#"3>7>54&+5!#"#.#>=  CD*" ",VV03#}$WTKAMP%.50VV $>1 * J?3>7>54&+5!#"#'#.+5!#"3>7  (f CE,#%ޢ ",=> `  D%USJ3cJ;50VV #>3ч * VV$20%XWLEOR%k JH4&+5!#";!53254./;!532>7 .+5!#"7>?/1/2--Q& {  :E%822-U.#. j%VV 4)k<1VVD , "##VV 3&N`58VV  ) #>J:#"+52>7.+5!#"3>7>54&+5+#$@FSj[hmI!+>=  ' CDJV $>1ckF*a>lV ) VV03##SQH-J.50VVJ%2>?3!5!"#!$/ V R(4! Vu.=!/R*>)#Tf)".54.'5>546;#";HoJ&%BX33XB%=[MqsvnM[=*LmDd?R1V1R>eXlkdfinXy#3y{{f)32654675.54&+532+f>[MmvrqM[>&AX33XA&&JnHnibfd^klX>R1V1R?DmL*o'%".'.#"#>3232673@?9,+,<: x8_L"D@9*)*96{9]'&-'ty@f@(0%{r@f@V#3#".54>32H^R#//##//#(6  6('5!!5&/%.54>753#4.'2>7#H]p>BrXf;v^;[[$8&*UND5[fms1R3232>7#".#"57>54&'#53.54>32#4.#"!cR*I")baY$=6-2BS33bdg7DvB%&K<&:lacV'WK-QAwo \3j>X7 "+6,"' lAUh=T1BC0]I.0\UK`%#7467'7>327'#"&''7.732>54.#"#"V/o?>n/V #r)G^68`F))F`86^G)>o.W"&&"Y.o>>o.V &$"V.o>6_G**G_68`G))G` oL!532>75!5!5!53.+5!#">?>54&+5!#"3!!!;/"<-!*>7b u9D&!#-=#/V 7-a`:) VV&*=# JH> +356[*(VV$>/`a0: Vy#3#3y{{{{34c.'>54.2654.'.5467.54>32#4.#"#".54>3VJ5DsX>x19gm~|KxQsH!D5&&9dQT}S)OB/K7fq)QvNW~R'","-_hO\2'-9Y#D*8))A?B+?+:"#>@Eo^-CCQ;(S\i=Ms%-oJNyS+#=T1B;0ZG+fa6I;8&*T[f<%IC;(d?Qa632#"&%4>32#"&#&&&-;&&&-; , , , 4? , , , 4qR-Ie2>7#".54>32#4.#"4>32#".732>54.#"/P@/ 'MsMfg38olGiF#&3"7)He@n6ahhb66bhha6p.SuXYuS..SuYXuS.m(2 !:0BxgdxC'5$ 7-0^Ynhb66bhhb55bhXuS..SuXXuS..SuH :32>=""&54>323#'##"&546?54.6("6%?2C)&NT*H`6DdC!'2% +5@'crX(@1,<$a%4z&3)0#05T=."E^'jgfa;3% 3#%3#9ggs9ggJd{{dBd{{d#!5{ y3H{qR)6Rn32>7.+5! 3##;!32>54.+4>32#".732>54.#"$$q` 4C# #l#fV7J,/K6P{6ahhb66bhha6p.SuXYuS..SuYXuS.fXH1J6%  E}E,D.-@'hb66bhhb55bhXuS..SuXXuS..Su!5!@ybJ'4>32#".732>54.#"b1Tq@AqT11TqA@qT1{3D'(D33D('D3AqT11TqA@qT00Tq@&E33E&(E33E #!5!3!!5!y{y{{o{yzy`yVJ)!26?3!5%>54.#""&54>324U@)/%F->% .!%4 EO$GjF0TTZ72"+\)TUT("9*1A#"6%?.qR=?"&546332654&+532>54&#"".54>32d3++A-UahqCC'B26?'4 #9'%IkFDpP+"9L*)VG.Cj=]K-8 ?2S_HUT.A)DG1A#"%?.4K0-G6' .I8Kg?! >73#1/+JZ_)NLQQ"QXSJ7"&'#".54>7332>53;#"&'#9V{) !@9#6% <. /O;9\@#%.oT`7EU?9UlC 'A09^E=Ѐ}PCnO+0WzJ-C,VSQ)D0R'#!532>5#".54>3!#";!\#=-ZxH"LxW ">-->"qV :0AoPR`4V :00: VNd4>32#".#//##//#(6 6('5!!5{'#".'532654&'73'(**%J;BWC+adcm} h>5<<XcVL#"&5>73;!532>5;&#$"(-DfQf^q -# /%<9EENH  32654&#"#"&54632FXVGIVVF몥MzV.f+V #3#3ff:gg9B!%E;!532>=!5334673#3#"&5>73;!532>5)=9(ۆ&#$"(-DfQf^q qEEq=4X? R&"# /%<9EENm#M!#3#"&5>73;!532>5!26?3!5%>54.#""&54>32 ۆ&#$"(-DfQf^q Q4U@)/%F->% .!%4 EO$GjF# /%<9EENx0TTZ72"+\)TUT("9*1A#"6%?.qR!%e;!532>=!5334673#3"&546332654&+532>54&#"".54>32)=9Qۆ,3++A-UahqCC'B26?'4 #9'%IkFDpP+"9L*)VG.CjqEEq=4X? R&"]K-8 ?2S_HUT.A)DG1A#"%?.4K0-G6' .I8Kg?h{T%9332>52#".54>7#".54>32}YyI6U;@W6%>--_caxD5f_#//##//#$`nx>5W>"*H_5!2!1T=#2_XTr]'(6  6('5!!5s"%DRs"%wRs9D>73#.'#;!532>73;!53254&/.'!:9229:P;v./t:PN CE/ '*"Ơ ",/{ R 5FLQQ""QQL"e11e"/40VV $>1 * VVb$[J%EHO01DO2>73#".#"#>32;!532>73;!53254&/.'!% \4N77YMC!$ \5O77YMC?N CE/ '*"Ơ ",/{ R 5'/WD((1('/VD((1(9/40VV $>1 * VVb$[J%EHO0F"%kR'LW#".54>324.#"32>;!532>73;!53254&/.'!&CZ33ZC&&CZ33ZC&o%11%%11%BN CE/ '*"Ơ ",/{ R 517S88S76T88T6!//!!///40VV $>1 * VVb$[J%EHO0F3;%!2>?3!532>7!;!53267'5!#'.'!!!!#0E.k"<-)q?73#.'#!2>?3!532>54.+5!#'.#!!!^:9229:P;v./t:P1E.k"=..=# j +A.FLQQ""QQL"e11e";.="XV 7-0: VX"=.dNF")k3RKs"-DRNs"-wRIs4>73#.'#532>54.+5!#";I:9229:P;v./t:P#=..=#T">-->"FLQQ""QQL"e11e"V :00: VV :00: VIF"-k&RN\/34.+5!2#!532>5#2>54.+!!N.="sZT#=.Czz==yy\/-7 VagV :0SꘘRdN1L2>73#".#"#>32;!532>54.+5!4.+5!#"% \4N77YMC!$ \5O77YMC->"#=..="w.="#=.'/WD((1('/VD((1(PM0: VV :0-7 V-7 VV :03s{s"3DFRs{s"3wRs{s(<>73#.'##".54>3232>54.#":9229:P;v./t:PTPPT-drrc,,crre-FLQQ""QQL"e11e"llkk뫘WWVVs{13G2>73#".#"#>32#".54>3232>54.#"% \4N77YMC!$ \5O77YMCTPPT-drrc,,crre-'/WD((1('/VD((1(-llkk뫘WWVVs{F"3kR3 ' 7  ;VTVTTVTVXTRVVXVs{ &1#"&'#7&54>3273&#"4&'32>vzT]BGyhyvP[BLw`-3<^re-B-2_rc,JaЩl#"bAҪk'#ӛT RVSPWs"9D=Rs"9wRsJ>73#.'#".54.+5!#"32>54.+5!#":9229:P;v./t:PyF.="T">-3[}KYU).="">-AFLQQ""QQL"e11e"3o}-7 VV :0Y}N$0UuF/-7 VV :0fq<F"9kRs"=wRN*73532>54.+5!#"3 +;32>54.+N#=..=#h/">-9Ҙ->"/m]T'"LyWV :00: VV :0>[zFR0: V!OaVxL#/U%2654.'.54>34.#"!532>5#5354>32#"#".54>3wKa,N>@bA!)SW>aE>]>}#=-Dw^g,mf2R=Mb80YQHvT.$)/MN\^":66 >L`A>fI(aZ*(IhA\V :0a=q_*IЇSS3//#OVZ.NxP)7Q6)7 6^G)f)!"EDf)!"EwPf)!#T>73#.'#32>=""&54>32;!'##".546?54.:9229:P;v./t:P(QU>eG&WuH;I)UY:eL^^/1"  73#".#"#>3232>=""&54>32;!'##".546?54.% \4N77YMC!$ \5O77YMCfQU>eG&WuH;I)UY:eL^^/1"  324.#"32>32>=""&54>32;!'##".546?54.3&CZ33ZC&&CZ33ZC&o%11%%11%iQU>eG&WuH;I)UY:eL^^/1"  ="!4."&'#".546?54.#""&54>32632!32>7-QU>eG&WuHysz 4U9Da}LDuU0 (K?;I)UY:eLt-rcn;V'MvQ-TI;,X)`_(JjA{#?\Q`4vs.TA&'Q{T{7]C%!{y^ph1'4&G<(q^"G{q!"IDq!"IwRq!>>73#.'#"!4.".532!32>7:9229:P;v./t:P4r{ 4U%ozAcn;V)MpI5[J9,ZLQQ""QQL"e11e"鹲Q`4Kх">{y^ph1(3&G<(q"Ik&u!"D/}!"wiu!->73#.'#2>54.+5!;!5:9229:P;v./t:P4"=..="n->"LQQ""QQL"e11e"} 7--7 V0: VVu"kq-"6%#".532.'57.'32>54.#"3^QHxU/o{ADt3kN3tACkMMjBBkMMjBK6ug<{Adž DDsb"9Vik66kihi44i9X2>73#".#"#>32!532>54.+5!3>32;!4.#"3J% \4N77YMC!$ \5O77YMC#=-.="K GOY1QY/*:"5V>F_:.="^'/WD((1('/VD((1(VV :0-7 V9I)/ai0: VChH%6\xBP-7 q-!"SDq-!"Swyq-!$8>73#.'##".53232>54.#":9229:P;v./t:Po{Ao{A CkMMjBBkMMjBLQQ""QQL"e11e"NFאEՐru<73#".#"#>32#".53232>54.#"% \4N77YMC!$ \5O77YMCXo{Ao{A CkMMjBBkMMjB^'/WD((1('/VD((1(FאEՐru<32#".4>32#"&o&&&&&&&-;yG , , + + , , , 2q-"-#"&'#7.53273&#"4'32>DGG|3JyoGJJ5Nv#DvMjB/$Z Y;MjBEۘwHߞ }^9J:srlT "73#.'#;!'##".54.+5!32>54.+5!V:9229:P;v./t:P.=" KT\2Q~V-.="o1S>Da?-=#nLQQ""QQL"e11e"-7 V:H).bi-7 V=ChH%0WzJ0; V/"Yk9!"]wq(3!5!;!532>73;!53254&/.'!RN CE/ '*"Ơ ",/{ R 5@y0/40VV $>1 * VVb$[J%EHO0f)gC!5!32>=""&54>32;!'##".546?54.TRQU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'!IkF#^dLKd_#GjN CE/ '*"Ơ ",/{ R 5+-Lf:KAAK:fL-/40VV $>1 * VVb$[J%EHO0f) Q".'33267332>=""&54>32;!'##".546?54.4IkF#^dLKd_#GjQU>eG&WuH;I)UY:eL^^/1"  733267#".;!532>73;!53254&/.'!(DW/u D7$&4@&),)AhI'N CE/ '*"Ơ ",/{ R 50VG2 (;N1"1 o 7U./40VV $>1 * VVb$[J%EHO0f)^,]4>733267#".32>=""&54>32;!'##".546?54.%(DW/u D7$&4@&),)AhI'QU>eG&WuH;I)UY:eL^^/1"  73#.'#2#4.#"32>7#".54>:9229:P;v./t:P;ig30A&9[Ctf.0hqKsXC5lrPTFLQQ""QQL"e11e"`#>T1!5%0^K/UZ0?" &'QB+lnq!>>73#.'#".54>32#4.#"3267:9229:P;v./t:P.f|EE{a@f@\['C4;_D$_#,WLQQ""QQL"e11e"?՗݆84O5G:0VA%,lP? (#F8#uGC4>32#".2#4.#"32>7#".54> **  ** {ig30A&9[Ctf.0hqKsXC5lrPT$0 0$$0 0#>T1!5%0^K/UZ0?" &'QB+lnq=4>32#".".54>32#4.#"3267 **  ** uf|EE{a@f@\['C4;_D$_#,Ww$0 0$$0 0?՗݆84O5G:0VA%,lP? (#F8#usH3>73#.'2#4.#"32>7#".54>P;955:<P:9229:Rig30A&9[Ctf.0hqKsXC5lrPTs,1331,LQP##PQLs#>T1!5%0^K/UZ0?" &'QB+lnq!B3>73#.'".54>32#4.#"3267P;955:<P:9229:2f|EE{a@f@\['C4;_D$_#,W!,1331,LQP##PQL?՗݆84O5G:0VA%,lP? (#F8#N\s3>3>73#.'#!532>54.+5!22>5+yP;955:<P:9229:T#=..="sZ5zz=s,1331,LQP##PQLgV :0-7 VaS1Bqm 9K>73#;!'##".54>323&'.=4.+5!2>54.#"} (/0Fq.=";L`323&'.=!5!54.+5!2>54.#" .=";L`7XRr{ 4U%ozAcn;V)MpI5[J9,ZyQ`4Kх">{y^ph1(3&G<(ND9".'332673!2>?3!532>54.+5!#'.#!!!IkF#^dLKd_#Gj1E.k"=..=# j +A.+-Lf:KAAK:fL-;.="XV 7-0: VX"=.dq;".'332673"!4.".532!32>78IkF#^dLKd_#GjNr{ 4U%ozAcn;V)MpI5[J9,Z-Lf:KAAK:fL-鹲Q`4Kх">{y^ph1(3&G<(N*;4>32#".!2>?3!532>54.+5!#'.#!!! **  ** ?1E.k"=..=# j +A.$0 0$$0 0.="XV 7-0: VX"=.dq=4>32#"."!4.".532!32>7 **  ** ur{ 4U%ozAcn;V)MpI5[J9,Zw$0 0$$0 0Q`4Kх">{y^ph1(3&G<(NE4>733267#".!2>?3!532>54.+5!#'.#!!!(DW/u D7$&4@&),)AhI'1E.k"=..=# j +A.0VG2 (;N1"1 o 7U.="XV 7-0: VX"=.dq3^&G4>733267#"."!4.".532!32>7(DW/u D7$&4@&),)AhI'\r{ 4U%ozAcn;V)MpI5[J9,Z0VG2 (;N1"1 o 7UQ`4Kх">{y^ph1(3&G<(Ns@3>73#.'!2>?3!532>54.+5!#'.#!!!LP;955:<P:9229:1E.k"=..=# j +A.s,1331,LQP##PQL.="XV 7-0: VX"=.dq!!B3>73#.'"!4.".532!32>7P;955:<P:9229:.r{ 4U%ozAcn;V)MpI5[J9,Z!,1331,LQP##PQL깲Q`4Kх">{y^ph1(3&G<(usN>73#.'#"$&546$32#4.#"32674.+5!#":9229:P;v./t:P=V[ rq83E(@hKt46zŒ;o+.="4&gFLQQ""QQL"e11e"ln#>T1!5%0^K/UT J-7 VV ;00./5!l>73#.'##4.#"#".';2#"&54>7.5467.54>32>3232>54.+"32>54&#":9229:P;v./t:PN )*#-.[] $"/\Q%A͋*G\3( @F,E/0`a%H=1(2;"-aCuDK".'332673"$&546$32#4.#"32674.+5!#"'IkF#^dLKd_#Gj;V[ rq83E(@hKt46zŒ;o+.="4&g+-Lf:KAAK:fL-ln#>T1!5%0^K/UT J-7 VV ;00./5i~".'332673#4.#"#".';2#"&54>7.5467.54>32>3232>54.+"32>54&#" IkF#^dLKd_#Gj )*#-.[] $"/\Q%A͋*G\3( @F,E/0`a%H=1(2;"-aCuGM4>32#"."$&546$32#4.#"32674.+5!#" **  ** qV[ rq83E(@hKt46zŒ;o+.="4&g$0 0$$0 0Gln#>T1!5%0^K/UT J-7 VV ;00./5k4>32#".#4.#"#".';2#"&54>7.5467.54>32>3232>54.+"32>54&#" **  **  )*#-.[] $"/\Q%A͋*G\3( @F,E/0`a%H=1(2;"-aCu; E>73#"$&546$32#4.#"32674.+5!#" (/0ZV[ rq83E(@hKt46zŒ;o+.="4&gVDJ PTP ln#>T1!5%0^K/UT J-7 VV ;00./5! cx#5>73#4.#"#".';2#"&54>7.5467.54>32>3232>54.+"32>54&#" (.0Z )*#-.[] $"/\Q%A͋*G\3( @F,E/0`a%H=1(2;"-aCN sX>73#.'#532>5!;!532>54.+5!#"!4.+5!#";:9229:P;v./t:P#=-f->"#=..="T">--=#T#=..="FLQQ""QQL"e11e"V :0 0: VV :0-7 VV :0b0: VV :0-7 V%O>73#.'#!532>54.+5!3632;!4.#"3L:9229:P;v./t:P#=-.="y \W\0*:"5V>@]=.="}LQQ""QQL"e11e"VV :0J-7 V>=/ai0: VChH%/W{KP-7 N KO;!532>5!;!532>5#5354.+5!#"!54.+5!#"35!H.="#=-f->"#=..="T">--=#T#=.of-7 VV :0 0: VV :0ds-7 VV :0kk0: VV :0kd#B%!532>5#5354.+5!!!3632;!4.#"3L#=-.="y^ \W\0*:"5V>@]=.="VVV :0a-7 Va=/aiE0: VChH%/W{Ky-7  1?2>73#".#"#>32532>54.+5!#";$% \4N77YMC!$ \5O77YMCJ#=..=#T">-->"'/WD((1('/VD((1(PV :00: VV :00: V82>73#".#"#>322>54.+5!;!5% \4N77YMC!$ \5O77YMC"=..="n->"^'/WD((1('/VD((1( 7--7 V0: VVN#!5!532>54.+5!#";R#=..=#T">-->"@yGV :00: VV :00: Vug!5!2>54.+5!;!5SR"=..="n->"y 7--7 V0: VVND1".'332673532>54.+5!#";xIkF#^dLKd_#Gj#=..=#T">-->"+-Lf:KAAK:fL-V :00: VV :00: Vu*".'3326732>54.+5!;!58IkF#^dLKd_#Gj"=..="n->"-Lf:KAAK:fL-} 7--7 V0: VVN=4>733267#".532>54.+5!#";(DW/u D7$&4@&),)AhI'g#=..=#T">-->"0VG2 (;N1"1 o 7UEV :00: VV :00: V/u6J4>733267#".2>54.+5!;!54>32#".g(DW/u D7$&4@&),)AhI'"=..="n->" **** 0VG2 (;N1"1 o 7U 7--7 V0: VV@$0 0$$0 0NG34>32#".532>54.+5!#"; **  ** #=..=#T">-->"$0 0$$0 0[V :00: VV :00: V/uJ72>54.+5!;!5J"=..="n->"V 7--7 V0: VVNX"-./9"MNs2>73#.'#32>54.+5!#"+I:9229:P;v./t:P`BgF%.="T">-H~b#FLQQ""QQL"e11e"J%Wl-7 VV :0#m.E!+>73#.'#+532>54.+5:9229:P;v./t:P73#>54!" ;#".';!532>54.+5!#"d (/0Z#!, 23#AAE(;m9gZC&->""=..="T">-VDJ PTP 6&;0$TT1G-QSV*G70: VV 7--7 VV :0%; H>73#;#".';!532>54.+5!>54!" (/0Z5iEYsTF+͗.="#=-.="y!+ 13GPVDJ PTP XkRVV )ODAp-7 VV :0J-7 VW*05%8*!VVd[%J< ;#".';!532>54.+5!>54!"5iEYsTF+͗.="#=-.="y!+ 13GPkRVV )ODAp-7 VV :0-7 VW*05%8*!VVd[Ns"0wRe"PwQN; ->73#532>54.+5!#"!2>?3  (/0ZD#=..=#T"=..A*kVDJ PTP V :00: VV 7-!5B!H;` $>73#2>54.+5!;!5 (/0Zn#=-.=".=#VDJ PTP  :0J-7 V0: VVN ->73#532>54.+5!#"!2>?3` (/0F#=..=#T"=..A*kEJ PSP V :00: VV 7-!5B!H $>73#2>54.+5!;!5 (/0F'#=-.=".=#EJ PSP :0J-7 V0: VVN54>32#".532>54.+5!#"!2>?3p **  ** #=..=#T"=..A*k$0 0$$0 01V :00: VV 7-!5B!H-,4>32#".2>54.+5!;!5C **  ** #=-.=".=#$0 0$$0 0 :0J-7 V0: VVN)74.+5!#"%!2>?3!532>5N.=#T"=.@.A*k#=.Hp0: VV 7-Zv!5B!HV :0[o9 4.+5!7;!532>55.="->"#=--7 VnwlC0: VV :0NbsNs"2w;R9!"RwN; 8>73# ;!532>54.+5!4.+5!#" (/0Z->"#=..="w.="#=.VDJ PTP M0: VV :0-7 V-7 VV :039;^ D>73#!532>54.+5!3>32;!4.#"3 (/0ZK#=-.="K GOY1QY/*:"5V>F_:.="VDJ PTP VV :0-7 V9I)/ai0: VChH%6\xBP-7 NsE3>73#.' ;!532>54.+5!4.+5!#"P;955:<P:9229:~->"#=..="w.="#=.s,1331,LQP##PQLM0: VV :0-7 V-7 VV :039!Q3>73#.'!532>54.+5!3>32;!4.#"3wP;955:<P:9229:#=-.="K GOY1QY/*:"5V>F_:.="!,1331,LQP##PQLPVV :0-7 V9I)/ai0: VChH%6\xBP-7 #RCN9+532>=;!532>54.+5!4.+5!#"'NuN/1L5-=##=..="w.="#=.m.a%WlM0: VV :0-7 Vo-7 VV :09L^=%!532>54.+5!3>32+532>54.#"3`#=-.="K GOY1QY/8eS 2L45V>F_:.="VVV :0-7 V9I)/ai#m.a%WlChH%6\xBP-7 s{+!5!#".54>3232>54.#"R^TPPT-drrc,,crre-@y$llkk뫘WWVVq-g'!5!#".53232>54.#"sRo{Ao{A CkMMjBBkMMjByFאEՐru<3232>54.#"IkF#^dLKd_#Gj:TPPT-drrc,,crre-+-Lf:KAAK:fL-llkk뫘WWVVq-!5".'332673#".53232>54.#"NIkF#^dLKd_#Gjo{Ao{A CkMMjBBkMMjB-Lf:KAAK:fL-NFאEՐru<73!5>73#".54>3232>54.#"0/* '29:7 0/* '29:7TPPT-drrc,,crre-+!LPN"18;82!LPN"18;82llkk뫘WWVVq-!/C5>73!5>73#".53232>54.#"0/* '29:7 0/* '29:7Ao{Ao{A CkMMjBBkMMjB!LPN"18;82!LPN"18;82NFאEՐru<?3!#".54>32!#'.#!!!267.#"0E.j598PP9949 j +A.i75.#""!4."&'!".532>32!32>77CkMLiB BjKMjBsz 4U%:ycn;V"HrS5[J9,Z'ru<:spno7:sWQ`4hdFאbddb>{y^co;(3&G<(NLs"6wRD!"VwN;L :G>73#;#".'#;!532>54.+5! %32>54.+ (/0ZZ4bA`{V=#.=""=..="' 5Vl6ZxH"LyWVDJ PTP RRV(H:Z-7 VV 7--7 VR{Z</(PxPRsI!D;^ =>73#!532>54.+5!3>32#4&#"; (/0Z#=-.=";' *=ZDpm.H40<&<-.="9VDJ PTP V :0-7 V.Q=#NG 6'UK+G\a`'-7 NLsGT3>73#.';#".'#;!532>54.+5! %32>54.+BP;955:<P:9229:-4bA`{V=#.=""=..="' 5Vl6ZxH"LyWs,1331,LQP##PQLRRV(H:Z-7 VV 7--7 VR{Z</(PxPRsI!D!J3>73#.'!532>54.+5!3>32#4&#";P;955:<P:9229:#=-.=";' *=ZDpm.H40<&<-.="9!,1331,LQP##PQLV :0-7 V.Q=#NG 6'UK+G\a`'-7 bs"7w;R\B!"WwbsT>73#.'#".546332654.'.54>32#4.#":9229:P;v./t:Pdg4MG!BfH JyZ_^.Cxa\b3WJ6XA;]@" KzYZb4GFLQQ""QQL"e11e"*Kk@>L@vZ6}8VIC%'YmTX_2&@S-BC0]I.!=V5=]KC$%Re}Oaj7\B!V>73#.'#".54>332>54.'.54>32#4&#":9229:P;v./t:PM}X0'-4U>7T99bJOuL&7fWIpL&MGU[4J/=aDQtK$:jLQQ""QQL"e11e"7Q6)7 6^G)1E)&702 #ALaCFlI&3E&8Cgr,<$'90-"BNb@PxQ(b"7{\B\"W{{bsX3>73#.'".546332654.'.54>32#4.#"P;955:<P:9229:dg4MG!BfH JyZ_^.Cxa\b3WJ6XA;]@" KzYZb4Gs,1331,LQP##PQL*Kk@>L@vZ6}8VIC%'YmTX_2&@S-BC0]I.!=V5=]KC$%Re}Oaj7\B!Z3>73#.'".54>332>54.'.54>32#4&#"P;955:<P:9229:M}X0'-4U>7T99bJOuL&7fWIpL&MGU[4J/=aDQtK$:j!,1331,LQP##PQL7Q6)7 6^G)1E)&702 #ALaCFlI&3E&8Cgr,<$'90-"BNb@PxQ()"8{,'F"X{F)s<3>73#.';!532>5#"#!#'.+DP;955:<P:9229:->"//"=.-=' j  j &>.s,1331,LQP##PQL0: VV 7-q.="XfX"=.' +>73#267#".5#5267>73!! (/0F %> *16NpH#%Y"#+^ UEJ PSP Z !JzXR#&iOuNib)+!!;!532>5!5!#"#!#'.+Z->"//"=.V-=' j  j &>.dI0: VV 7-dL.="XfX"=.'F'%267#".5#53#5267>73!!3#%> *16NpH#%Y"#+^ UXZ !JzX+`!R#&iOu`ib1U2>73#".#"#>32".54.+5!#"32>54.+5!#"% \4N77YMC!$ \5O77YMCyF.="T">-3[}KYU).="">-A'/WD((1('/VD((1(<3o}-7 VV :0Y}N$0UuF/-7 VV :0fq</Q2>73#".#"#>32;!'##".54.+5!32>54.+5!'% \4N77YMC!$ \5O77YMC0.=" KT\2Q~V-.="o1S>Da?-=#n^'/WD((1('/VD((1(-7 V:H).bi-7 V=ChH%0WzJ0; V9!5!".54.+5!#"32>54.+5!#"-RyF.="T">-3[}KYU).="">-A@y33o}-7 VV :0Y}N$0UuF/-7 VV :0fq</g5!5!;!'##".54.+5!32>54.+5!R.=" KT\2Q~V-.="o1S>Da?-=#nyx-7 V:H).bi-7 V=ChH%0WzJ0; VDG".'332673".54.+5!#"32>54.+5!#"IkF#^dLKd_#Gj\yF.="T">-3[}KYU).="">-A+-Lf:KAAK:fL-3o}-7 VV :0Y}N$0UuF/-7 VV :0fq</C".'332673;!'##".54.+5!32>54.+5!{IkF#^dLKd_#Gjs.=" KT\2Q~V-.="o1S>Da?-=#n-Lf:KAAK:fL--7 V:H).bi-7 V=ChH%0WzJ0; V']#".54>324.#"32>".54.+5!#"32>54.+5!#"&CZ33ZC&&CZ33ZC&o%11%%11%yF.="T">-3[}KYU).="">-A7S88S76T88T6!//!!//3o}-7 VV :0Y}N$0UuF/-7 VV :0fq</'Y#".54>324.#"32>;!'##".54.+5!32>54.+5!e&CZ33ZC&&CZ33ZC&o%11%%11%A.=" KT\2Q~V-.="o1S>Da?-=#n7S88S76T88T6!//!!//\-7 V:H).bi-7 V=ChH%0WzJ0; VsU5>73!5>73".54.+5!#"32>54.+5!#"0/* '29:7 0/* '29:7yF.="T">-3[}KYU).="">-A+!LPN"18;82!LPN"18;823o}-7 VV :0Y}N$0UuF/-7 VV :0fq</!Q5>73!5>73;!'##".54.+5!32>54.+5!R0/* '29:7 0/* '29:7.=" KT\2Q~V-.="o1S>Da?-=#n!LPN"18;82!LPN"18;82-7 V:H).bi-7 V=ChH%0WzJ0; VS4>733267#".".54.+5!#"32>54.+5!#"/(DW/u D7$&4@&),)AhI'yF.="T">-3[}KYU).="">-A0VG2 (;N1"1 o 7U13o}-7 VV :0Y}N$0UuF/-7 VV :0fq</JO4>733267#".;!'##".54.+5!32>54.+5!(DW/u D7$&4@&),)AhI'.=" KT\2Q~V-.="o1S>Da?-=#n0VG2 (;N1"1 o 7U$-7 V:H).bi-7 V=ChH%0WzJ0; VNsM>73#.'#>7>54&+5!#"# #.+5!#">7':9229:P;v./t:Pu-'CD/'-$ǽ ".4/>= .)FLQQ""QQL"e11e"fGJcx  5/VV ">3?{ * VV/3$q]JPco!T>73#.'#3>7>54&+5!#"#'#.+5!#"3>7`:9229:P;v./t:Po  (f CE,#%ޢ ",=> `  LQQ""QQL"e11e"%USJ3cJ;50VV #>3ч * VV$20%XWLEOR%ksS>73#.'#532>5.+5!#">?>54&+5!#";V:9229:P;v./t:P/"=.!(3L# $2 !$@;<'(+.="0FLQQ""QQL"e11e"V 7-) VV  :?{06=A #?--VV%=.0: V!O>73#.'##"+52>7.+5!#"3>7>54&+5/:9229:P;v./t:PV+#$@FSj[hmI!+>=  ' CDLQQ""QQL"e11e"V $>1ckF*a>lV ) VV03##SQH-J.50VF"=kDRJfs">whRV!"^w%JfG+4>32#". !2>?3!5!"#! **  ** >.>& j C-=& j $0 0$$0 0.="XR.="XfV+4>32#".2>?3!5!"#! **  **  $/ V R(4! Vw$0 0$$0 0".=!/R*>)#TJfs03>73#.' !2>?3!5!"#!@P;955:<P:9229:.>& j C-=& j s,1331,LQP##PQL .="XR.="XfV!03>73#.'2>?3!5!"#!P;955:<P:9229:$/ V R(4! V!,1331,LQP##PQLo.=!/R*>)#Tf)%3532>54>32#4.#";#=-2_TPmD]K 4'WB.=#MV :0\`1&4 8;;.&0: Vs%)654&5432! !  !  Xu}NO8db\#^B1fZmde}q654&5432! ! 2654&#"Xu}1%됆#^B1f]z;7/s%2>32;!532654&#"! ! 324&#"8zJ^aGq}}O8GsީžyFFVVKI5bd+q^!->32;!4&#"#"3232654&#"0k?]IMTP8tzcKIVwn$lq#&/2!#;!532654&#"#"&546332654&++GaCaG:O9<%891lEDVVJIEFHA"0H5wp´%y0<3>32#"&'#;!532654632#4&#"32654&#6jl1GaaGnLR73F7|vJ/[/m`[YEEVVKI[G3BWb^N L+4#"3 ;#"&'#;!532654&+5!32654&+aG 9b:FGaaGGaTÐ`DEƈ0C[IVBw̰EDVVDEDGV:h'$67#"&546$654&#""&546323>u{st}KWߴjdS &\ΑǕ~hzCBcȫӕtusZH\'$67#"&54>54&#""&546323T%Ũ¿^ZbXHL}~nfVD (Pt]_]OUrg=8Vl{WSSO/u}%&5#"&546323267#&#"3265b3Dk~{TG%> m+C6:>A7A8qqJibZQEL9>EC@'mF($67#"&5467326=#"&5#52673!!3D> ilHT/"=>&V#^ UGXʘ88%KIVRtuNib$#'.+;!53265#"#"&5463 j UJGa//aGCG%4GX[MIJVVDEqK>"0R6yx'%3267#"&5#52>32.#"!!UG%> i1a)kNHS0">= #ibZ Rm88%LHu)3267#"&5#"#!#'.+PT)X#HU j  j SMǶg\` M[XfXWQ%)'# 4+5!#"!2654+5!654&5432TV?Xu}VV/VqB1f</()654&5432;!'## 4+5!3 4+5!7Xu} aonoB1f73#R/+k-bdM:e2)N #5>73N0*k.bH;c2-q3267#"&=3N?" =+DRNNZJH^$654&#""&54632#"&546331vYU[[ΖسcSIqRuw:G^sql>Mpq^=4>32#".".54>32#4.#"3267 **  ** f|EE{a@f@\['C4;_D$_#,WE$0 0$$0 0?՗݆84O5G:0VA%,lP? (#F8#H^14>32#".654&#""&54632#"&54633E **  ** vYU[[ΖسcSIqE$0 0$$0 01uw:G^sql>MpbT-^>73#&#'032C![ba'8BGD=  )4632#"&%4632#"&'>73#8)#:&)88(#:&(8 ,;@Ds60 &522560 &522ILSQ!PYT"%YXH^4>32#"."./""/."&5!!5&%4""4L#)YX#,YXD#-YX{"3YX#=YX"{YX"Z%N&NT!)532>54.+5!#'.#!;#=..=# k,K<.="DV :00: VH+D0-7 ?aN)Jf>N ,s{/C;26?3#'.+"##".54>3232>54.#"' %<.3RQ VV QR3.<% VTPPT-drrc,,crre-'# 3+''+3 #'qũllkk뫘WWVVN-N/h) ;!53254&'.';!532>7 "-/{-/  DD/ ',# * VVb$[KK`n/40VV #>2N31N2V#?)33!2>?3#'.#!"#!;26?3#'.+"# k'?..?'k>j(>.l.?'k 3 &<.pRQ WW QRp.<& V=8**8=>7**7>{'# 3+'{'+3 #'s{3N1!#";!532>5!;!532>54.+N">-.="#=.->"#=..="V :0-7 VV :0g0: VV :0-7 N4/%2>?3!5 5!#'.#!N0D- j  k +A.V/{4H*=DB;X"<-)8=D JW32>54.+532>=#".54>;54.+5!#"32+;#";q/]T'"LyWMx#=-DezV6<}q-=#J#=.p|=6VzfC.=#yNWxL"'T]/s.^aV\/V :0)&C]lw=dvA0: VV :0Avd=wl]C&)0: VV/\Va^.7<O32>5!"+;!532>5#".=4.#5!;4.+5!#"/]wEs">-)GmeD->"#=-DemF)-=#rEw]0-=#J">-^+\aV :0=thV?#0: VV :0#?Vht=0: Va\+o0: VV :0V;4>3232>?3!>54.#"!3;'&PT0D-j]Q$,crre-%Q]k-D0ٚTTم-0"C Ixgqy@@yqgxI TfC"0-IF"-k&RF"=kDRq^"Yo^"Y5^"YN^"Y%N"Zq^*;!".'##".54>323>73;%2>=.#"3F.;L`32#"&'2654.'#"&54632>54.#"Dw^#.8GGsR-=sfi-{]>=IRsq_*1SD50 CbZvv;2*BSyV7 " #)z;aE'(IhA-,"+^=2>54&'4632#"&54>7.#"'>+G>;?J.AgG%26D3)5 $=Q[`-1C(**%"@?>=>))39>P"R@D?Y?<#8G$Jv)3avB?48lbX%ױ~F >!o-F4.'326#".54>7.54>32#4.#"q2Qf4:kP0&IiCR=bER^4EmgG@pW3X@$7bQUU+PG6M01G-JkW!HtmFvV0,FCF,4m{XC=unjxR!ITa9FlI&(=L$A@3[C',<o\L>32#".'32>7#".54>75.54>32#4&#"TYa**'%-?6+.+%@0Y@* 1@L)FlI& 5E&A:gv5Go`5>4>7.'7>32#5>54.'.o;pf,^]Z(: Ubk68>@-1WQ'FsT=bE&%MvQ,:#5]JW\0[*8"I5,!##@9aiTkG, %4I26k\Dk './%32#.54&#"#  s"/ 9Kb?YW*  p[F_;1tpa*[6)K9"/ai&gfVWjr/N6e[q1)#".54>322>7!"!.1;xxu77vxw;!HjF$#GlKGjH&>%Fgmn'%llZZ`T瓓TJ3267#".5UG%> *16NpH#JibZ !JzX!%T44.+5!>32.#";#".'#.="yPl[TR-KM 7-*HC@#J4jEYuUE)ɛh-7 Vc2:@yc>K8-$9)VDTTV (PEVB)0.#".54>32;#".'.'##/;BH)9V3M4>eSCAEF 0@ZF8*"'xV 3 ,0%%Wl3j`-VAyd\hRZY"Jx1^,#.#"'>32>54&'46321'E]mv;m#A=;:;%%(i>,D;7>J/BpR.36@3)7 J1ٳG @#3#T@D?Y?<#8Go`5e5>54.'.54>75.54>7.'7>32#>32#".'5,VT=bF&&MvQ,:#5]JWl=>mW=sY6'CX1&UTN 9P\b/?HJ!-'.W~OIS'@T.-//(2,@* 3kX9CX>* %4I26k\Dk './%6WXSe" '6H/-QH>(I' !!-3wK%>1$  !$Srq-^SBJ:#3267#".54>767!+52>7#"#4>3!#+'U.-J4 y?dHV(C5% ;N;:V6W>|5pk`%4>! ^:\A%eqw8YV*VGx[I8=lR0q^*#"&'#4>324.#"32>q=uk[B6qwoI%KrMMe<?`8^C%Ѕ?,2[7xD}DMܐs{A:l]w6C/iq`^55>54.'.54>32#4.#"7"KvU3!!32654.'#"Ho~E4[|PE=)*OuK&-)MxKI|tW5ZoJZl=µQ{['bBJ'!3267#"&54>7#"#4>3!(*(6&R#)2='*7-=$V&Eb;l4K.Z  Af0?$]S&%NZ,".54.+5!32>54.'4>32ugf22@"yw_yF#8F"!+5M1,Fj:ne-7 V`KkV^8 /!OUW~\4q# +#.5%34.'>#{ȋJ {}ȌJ%Q^^Q%%%Q\]Q$' &Mω HL͈jtC ArjirAj CtFP/#.#"'>32332>7#".'ۤ$+  '(c>-?0%w)g%+  #)^>-@0%T'E4 B#- ?\=Z'E4 B#,>]=%0%>54.'4>32#.54.+5!3H`T%.A'!+Q_+Hh[{}{=2@"y{s R}^V`@.Oz^@ ;nd-7 V` q^N".'##".54>732>7.5463232>54.'715ZH4 5GZ5Ye6'F`9V"8'#GJ#VJJV#JG>9\B#0di[x32#"!2#&#"326532654&#)F!#爖“55XadgZ/72Rv]n>SlpŻ`X,4GJ;L O.#"#".54>54.+532324.'.54>323f 5HX0KW+eH@ăo`*  $B@T0 6S9?(TYetLu~B]O=rX7\; w7^~G)^XL&V0C)#OSV*3XA&SO   EqL>iM+UߊW7J%3!532>=4.'.+532>7>32#.#"0/"=."6DC<5i!'J:$T=iQEz3D~2Tk>O?1"->8cO"]kusm.0: 1#Y7F"kDRq#^#4632#$47>54&#"a\{봬7t_9H) &#1ykB-3^".'##".5467#"#4>3!2>53+32>7.5463232>54&'5ZG55HZ5Yd6PA-=$V&Eb;-=%V&Eb;PAP6e/2#54.5q;yAjoZ'gtZM{&.xRܜc% *({@挌Nve12a]L54&#".54632!3267#"&5_]FH)# NG`iLFOb$*,]TYcf`04 , (GniMrfp*.' -4HpgV!&5475654መ#Sn=nihGBuv]\GCMyw19ñ"WLFNF! .#""&54$3 !524&''.'3'8`JQ*W&/#QJB?rvmn;H4^6Z(%Z.'5'654&''%&''Dم5@KMM ^p8]-5b\hpaq]!W$#""&546323265467##"&'#"&54&+5!#"32654&+5!#"32654&+5!#"#;XNNJȎl ;zy2;GaTaGklGaTaGv_H`TaGe{>3hi"A"slnstmDDGVVJIDGVVJIώۨKHVVJIJ9VJN65467##"&'##"&54&+5!32654&+5!32654&+5!#"#"$#".546323ti 4vp"3y>] ehoot?]ehoszEa']@۾~IKJS}js7K&aY_[`ZJJV=KIV=DFVVHLcjK=GZRV332674&+5!#";!53265#"&5432#4&#"!Q`32#"$#:P\xz{MDGa`HGaTaGUa;JaK99H`8&#839IJVVHKEDVVJIRB=/{J84&#";!532654&+5!3>32#"&#""&5463239{GaaGH\ n -qL,4EE{N}eu6IJVVDEGEV7aXcC<'-?Uh/#"&546$654&#";#"&54632326u{e31F9UU! &\ΑǕ~k~m[,.-=]Oͦӕtusd)\.3#"&546323267#"&54>$654&#",3532#.#"' x5V: 3*MG)V'^"%35.#".54632>324&#"' VKO*'E\d?>=+4ESqjZE4*>>?X_\ s{&#">3 ! !26732654&#" m p ?uUBl?-j$:uq+s*+.5467#"&32673#"&#"32654&#UurLzAknX&it{%,0־ A*y?ػ!h/54&+5!#"32#4&+;!53265#""&5463GaTaG[QZlJGaaGGk^Q[JIJVVJIPRG>fZIJVVJIYg>GSO!!!53265#""&546;!#"BV|aGJNG NL9o]@J^VJI7D96WMVFE\^!3#"&5467#654መq:=fuYK}.*}CI]`;6+dJ9Pmyc.54&#".'#;!532>54.+5!3>32Pk@AkQC`=v=7je;`M;.="">-.="y:L`32#".A\Pȩ{L\+#//##//#qLLS6@=vB?q}f(6 6('5!!5Ns")DRNF")k3R)E+532>54.#";!532>5#"#!#'.+>325e]/1L4)Kf>-UK=->"/"=.-=' j + j &>.BO[1pw=DŽh+`!QefH 0: VV 7-q.="XfX"=.  *fNTs"fw}Ru22#4.#"!!32>7#".54>ig30A&9[Cof355glKsXC5lrPT#>T1!5%0^K/NڍdӗS0?" &'QB+lnb7N-IF"-k&R.ER#"32#!532>5! #"&546332>7>54.+532>54.+'/!=.Xф<=|!=.%1=K\9RR0* &421 -;"bWyL"'U]CV 3*J;kYZl;V 3*yf]N!KD5H!5!;!532>54.+5!#"!4.+532>54.+!=.Xф<=|!=.->"#=..="T">-H-=#bWyL"'U]CV 3*J;kYZl;V 3* 0: VV :0-7 VV :0b0: V%IpKVyL#)yI!532>=4.#";!532>5#"#!#'.+>32;%#=.)Kf>-UK=->"/"=.-=' j + j &>.BO[1pw=->"V :0fH 0: VV 7-q.="XfX"=.  *f0: VN{s"wRNs"DmRf@P#".'332>7#"+532>7.+5!#">7>54&+5!B1]dgX)2L5,I6"')!!:;CVnIp4cUA/!)= >=#3 CD+@>fI(&Hg@9I)+H5 $>0PwS5 `7L.) VV/3$H? >@G*.5/VNR=732>54.+5!#"!4.+5!#";!"#4.#!N"=..=#T">-\.=#T"=.->"V7V;^$B\8iV 7-0: VV :0g0: VV 7-0: V1irri1%N%2#'.#!32#!532>54.+532>54.+) j '>.ˁЄ<=|"=..=#WyL"'T]mX"=.;kYZl;V 7-0: V%IpKVyL#N&NTfR5 4!654.+5!#";#4.#!"#!9KSV(IkA2A"5'->")^*NpGFqN*^PeRA7w!VV 7-#0; ri11irN)4.+5!#"2>7>7>32.#";#".'.#;!532>5"+53267>7.'.#".54>323.="">-)4$ L9'OWd<-@'$*)9XH->""=.HX9)>XbEq0-;M6'*1 ?m<*$'@-54.+532>54.#"".54>32#".5463/HxU/-YVDuW2AhIVm>%@0:spkH4YxE9oIYno1\P#HoZ"N~\@jJ)h,SuI<^B"2Tn= 3';eI*(TYPzZ; $Mbwj1/IZ,LL6iS3NC!532>5;!532>54.+5!#"54.+5!#";#=.R->"#=..="T">-.=#T">-.="V :0+)0: VV :0-7 VV :0)0: VV :0-7 VN@Y#".'332>7532>5;!532>54.+5!#"54.+5!#";1]dgX)2L5,I6"=#=.R->"#=..="T">-.=#T">-.="@>fI(&Hg@9I)+H5V :0+)0: VV :0-7 VV :0)0: VV :0-7 VN{[.#";#".'.#;!532>54.+5!#"2>7>7>32J#*.?^H->""=..="T">-0<' L9'OWd<-@'B0#* v|?`I6,A*WMV+K;d.7 90: VV 7--7 VV :0A qM{W/"0PA"&546332>7>54.+5!#";!532>5! RR0* &421 -;"#=--=#"=.%1=K\KD5H!7.+5!#">7>54&+5!f')!!:;CVnIp4cUA/!)= >=#3 CD+` $>0PwS5 `7L.) VV/3$H? >@G*.5/VDx7<NR74.#!532>54.+5!#"!4.+5!#";}*QuK "=..=#T">-\.=#T"=.->")Rri1V 7-0: VV :0g0: VV 7-0: +A#"&54.+5!#"32>74.+5!#";!532>5-7divI.="T">-p3\]_6-=#T">-.="#=-.#J-7 VV :0}t(0: VV :0-7 VV :0NTC%4.+5!#";!532>54.+5!#"!4.+5!#"-=#T">-.=""=..=#T">- )57'fg0: VV :0-7 VV 7-0: VV :0o*6 VV !9-NRbG#4&#!532>54.+5!#"!4.+5!#"!4.+5!#";b^w"=..=#T">- )57' -=#T">-->")RV 7-0: VV :0o*6 VV !9-g0: VV :00: )V%2#"32#!532>5#"#32>54.+D"=.ф<=|"=.-=' j }WyL"'T]mV 7-R;kYZl;V 7-o.="Xf%IpKVyL#N#0P#"32#!532>54.+532>54.+532>54.+5!#";D"=.XЄ<=|"=..=#cWxL"'T]D#=..=#T">-->"V 7-R;kYZl;V 7-0: V%IpKVyL#7V :00: VV :00: VN#0#"32#!532>54.+532>54.+D"=.Є<=|"=..=#WyL"'T]mV 7-R;kYZl;V 7-0: V%IpKVyL#\s0".546332>7!5!.#""&54>32}f+\PAgI]]05*T]CgF$L\7orהOQ.HY,LL6iT4[܀dڕN/Ne6B?3^H+_뵭lN6J#".'!;!532>54.+5!#"!>3232>54.#"Q䓙N->"#=..="T">-5 TޓQ*\ij[))[ij]*ݩlh 0: VV :0-7 VV :0b_k뫘WWVV =#";+532>7.54$)#";!532>5`d_V(%MtO"=Tx\ 8323bN0"=..=""=.T%NzUItR,`A9G)V)=*<]\ʿV 7- -7 VV 7-f)^Eq+'94>7>733>32#"%4.#"32>q)GmgD|bC A;okrK=YrF:x{CmQQk>QmC{q˯lE "Uc8 5e{/R=#ʊG@lm77ml8o/RJ#.;!2#!532>54.+2>54&+32>54.#/T!=U5AgJ'4il"=..="TDa>>W65W?J=[?% &=W:CsT/V 7--7 j6V54.+5d  0#.="/"=..="JD0@&-7 VV 7--7 VR}J-87>7>54.+5!#"3#'.'!"#%!! A" .=""=.0&sd &7B"0G0 dX$ #^2}*w|s')1 VV 7-u>: NjACkM Wk^q^IV4.+5!#"2>7>7>32.#";#"./.#;!532>5"+5326?>7.'.#".546323+)5 6)) G5#=CU;WY$'-,.,&$`.k/eEHNiL:d3BV;)6 5(:WB3d9LjNHEe/k.`$&,-,-($YW;UC=#5G )h-7 VV 3*  jO6V0#XUVNV+K;-6 -7 VV :0) 6-;K+VNVUX#0>(';' * -8E!%2654&+532>54.#""&54>32#".543vqp4N3+G3glQQ,\bXa37L.5Y@$2kunS 8UNphao5G)(G5vg:A%F5 %Ed>1UC2 )>S7Gz\4*AN$6]D'/RJC#";!532>5;!532>54.+5!#"54.+5R"=..=""=..=""=..="F"=..="JV 7-u-7 VV 7- -7 VV 7--7 VV 7--7 V/RY#".'332>7#";!532>5;!532>54.+5!#"54.+5J1]dgX)2L5,I6""=..=""=..=""=..="F"=..=">fI(&Hg@9I)+H5\V 7-u-7 VV 7- -7 VV 7--7 VV 7--7 V%VY!"./.#;!532>54.+5!#"2>7>7>32.#";NpS@e,;P:.="%">-.="%;!=.,! F5#=DT;WY$(2T4,&$0H;0k0pE+K;-6 -7 VV :0-7 VV 3*  jO6V5!#"&546332>7>.=""=..=""=. #:GY9RR0* &321 u)1 VV 7-u-7 VV 7- ^E]N!KD5H!5###;!532>54.+5! !#";"=.^.="!"=..="DR"=..="V 7-op-7 VV 7--7 V5!;!532>54.+5!#"!4.+5R"=..=""=..=""=..="1"=..="JV 7-u-7 VV 7-%-7 VV 7--7 VV 7--7 Vq-^S/)J1#";!532>5!;!532>54.+5)"=..=""=. .=""=..="JV 7-u-7 VV 7- -7 VV 7--7 Vy^Tq^G)7J##'.+;!532>5#"#+ d  0$.="/"=.#0  d JD0@&-7 VV 7- &@0DHJ]qL*5@2>=.5%54.+5!;!54.'>#=-~ƊH.="r}ƉI->"ˈ#N~[[~N#B#N}Z[}N"h ;0 O̅ -7 VF PɄ0; VVgtE  DrgfrD l Et J\/R=J8#'.#!532>54.+5!#"!4.+5!#"3=d &8B"<"=..="F"=..="E"=.(5/RNlBV 7--7 VV 7- -7 VV 7-{*4 JC!532>5#".=4.+5!#"32>74.+5!#";"=.1Z\b;DjH&.=""=.SQ'IJR0.="2"=..="V 7-#2$%Da<-7 VV 7-GL "-7 VV 7-u-7 V/bJC3532>54.+5!#"!4.+5!#"!4.+5!#";/"=..="%"=..=""=..="%"=..="V 7--7 VV 7- -7 VV 7- -7 VV 7-w-7 V/RbJJ'.#!532>54.+5!#"!4.+5!#"!4.+5!#"3 &7B""=..="%"=..=""=..="%"=.)5/RNlBV 7--7 VV 7- -7 VV 7- -7 VV 7-i$- =1J%0#"32#!532>5#"#2>54&+h"=._M4il"=.#0  e Ea=JV 7-@t_CsT/V 7- &@0DH7X>hXZ/XJ#.N#"32#!532>54.+52>54&+#";!532>54.+5u"=._M4ik"=..="Da>"=..=""<..<"JV 7-@t_CsT/V 7--7 V7X>hXZV 7-u-7 VV 7--7 V/RJ#.#"32#!532>54.+52>54&+u"=._M4il"=..="TDa>JV 7-@t_CsT/V 7--7 V7X>hXZR}^-2#".5433267!5!.#""&54>dp54.+5!#"!63232>54.#"oguB.=""=..="1"=.) ju?3=cHGc=>cGHb='BɈ-7 VV 7--7 VV 7-EՐru<";#532>7.54>3!#";!532>5#?V55V>3Pz^-'%/`M11el@"<..<""=."9J(,O;#*>)V/!7 +GcADlK(V 7-w-7 VV 7-q!"IDq"Ik#7G3532>5#5354.+5!!!3632+532>54.#";%#=-.="y^ \W\08dS 1L55V>@]=.="V :0a-7 Va=/aiLm.a%WlChH%/W{Ky-7 V/!"wq^.".54>32#4.#"!!3267Df|EE{a@f@\['C47[B(7'KrN_#,W?՗݆84O5G:0VA%']vnb`/P? (#F8#\B\W/uM v"kNfJCN4.+5!#"32#!532>5##"&546332>7>2>54&+.=""=._M4il"=. #:GY9RR0* &321 Da>u)1 VV 7-@t_CsT/V 7- ^E]N!KD5H!hXZ/JGR#"32#!532>5!;!532>54.+5!#"!4.+52>54&+5"=._M4il"=..=""=..="1"=..="Da>JV 7-@t_CsT/V 7-%-7 VV 7--7 VV 7--7 V7X>hXZ#%!" w/R!" DP#".'332>7#"+52>7.+5!#"3>7>54&+51]dgX)2L5,I6"g+#$@FSj[hmI!+>=  ' CD>fI(&Hg@9I)+H5\V $>1ckF*a>lV ) VV03##SQH-J.50V/R=J=)"#4.#!532>54.+5!#"!4.+5!#";=P7B$ ^+I7d"=..="F"=..="E"=..="1irri1V 7--7 VV 7- -7 VV 7-u-7 ud)%# 32#&#"!2733 #""5463 !"ۙ{=HXu36dxmrIA1TjsPw^!654'432#&'# #"'632'Bwsisk>IɕA&"%\^t]WJ~~{ݧ5T{@V')'03 #!5325#"#7!54+5!#"!#'.#32654&+^%IYN`^^%o `Bh\m/mVN#^HVVJQ03/R"4+5!!!3 #!5325#52654!#+Tu#V`V`Nk{ZN1# !!!27# !;!53254+5!#"!!2Xvx'ͨT5G Vd7\~_ VVVVb>^~h/ ^/!;!53254+5!#"!!2#4#"!!!27# ר1)ζ 8 )U#:ۉVVVVr_jn}5Ou$#!53273;!5654'##!'&'Be{\`<ѕ+Vd>>+>3aI1'\VVoVVQ!97/uLJ%#!53273;!5654'##!'&'#ZdCNDlw.GqIgd3?1xD,B VVT{oVVC(<b) NJ5<353254+5!#"!3;!5654'###!5327!;!'&'NTk+Vddzg`<%=+>3YVVVboVVQ=7I1'\VV V/ub/J17#!5327!!53254+5!#"!3;!5654'##!'&'#ZeCMDs}1uѴw.GpIfd3J'D,B VVVVV{oVVC(<b)L14 32;#"&'.#;!5325"+532676;5! !`Z@Fo!LC˃"i\bd\h"ELoE-oru!Je?VQt`fDVVGctQVCaZlJ15675!;#"&/.#;!53265"+532673!GHL.:3+h-G!RX.Q@P/`J!H0o+<;%5 6 teeq3VF{[5CFVVGL.9WƄ=VE_wZN GJ4+5!#"!5!32;#"&'.#;!5325"+5326767!;!5325 !TirsZ@FnMD˃"i\bd[h"ELo%u!ՋVVbllaCVQt`fDVVGctQVCaZK* VVY/JDH67!!53254+5!#"!5!;#"&/.#;!53265"+532673!}1^KK':;+q8H"VR.Q?P/jHH0o+5?(5 54VVVee} [IV7V9CFVVGL>CƄ=V>fhiRjA3632&#"32$32&#"# 546$654&+532654! "54%&'=Pe}Z& mQlsӘZWx`4OqCp>H 0P /սn``5r!hυ"b+mJ>3632&#"32$32&#"# 546$54+532654#""547&'Pe}Z& gM1PNo[3NǠ`nӢ0vH>H -H :$uvjTV0ev(okY{$Fz%s{ ! ! 632327! #"$#"! O8+V2ywMQOI{q/{uOPOIdeomCL7/kL7q-^ ! 632327! #"&#"! L% U;>57/ T=>672 ;7/V'/V'P!#&+5!#"67>32&#"F&k3/{..0 ?yyD532&#"(j{H?#=B{{D$.2D4mVVc.}mqۘhB32&#"dpP^dpP^oF&k3/{..0 ?yyD532&#"pdpP^dpP^(j{H?#=B{{D$.2D4ن mVVc.}mqۘhB7654+59%@w=:%yTo-d{L *ggoln}V7654+57:7|z|=:%yTo-d{L *;7j/V`bD.LJ;}=IK9}xwd9E#"$#"#63235654&5432"54632!"'# 32#.#"!2733 #")}:` \G=pb`sT{ѧ{'SDH HFRɁpVpA@%?3*GjHIr~ hqJ}PjVhG#"$#"#63235654&543232&#""5463 #"'#"!2#4&#"327)~:` \G=pb`sLZRfP<ɱnkIɕA&"%\^t]Wgggg~~{ݧ5T{@V'u!4&# !273;!532=# !2~rVdV \5dVv%hVV^[~h@Oq^ !2#4#"!273#D-ȖϷx6`J3?s^P-yhy %'%7%7%LG㴁FGJ{J;{Z}9IĤ{#"5463!632# U`+7 Xb+9_k;%^h9)2$32#'&#"+5r9I\ ^<)fqVq5 &5432ac#L=L(*35 5654&5432ub`L)3,'Lu#"$#"#>323u)H(<\ rnQ*xq)-yyp) '1;EO&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632!&#"#632&#"#632oK L/L~K L ~L/~L~KXXXXXXXXXX XXXXXX)} ")07'673'&'7%7677&'&'5&''67#67q +Pa2TCCk\EzҌhҌ1QFCnY#Ez )Ra2uҌF~+UCDmY +Pa2; )Ra2hFz)QGDmYҌNRX? :! 3327;#!5325;!53254+5!#"54+5!#"TwTBhRRTT?eUGG V+)VVVV)VV/R :! 3327325;!53254+5!#"54+5!#";#!JRyF1>jReVh VVVVVVw?D N33!!3 #!5325#32654&+N\%m1dmV㈡/R'3!!3 #!5325#52654!#+Tu`V`Nk{ZN&353254+5! '+;327'7654&+N?qR{fDmuIRLVVTw7!V7Uy^!0%'#"'#;!53254+5!363 '76#"32eRm9Tcfb{RyV4+8ĊVVjV-7i N%!!;!532>54.+5!2>?3.="D#=..=#54.+5!2>?3.="/"=..="+#0  d-7 VV 7--7 X&@0C/T)5325#534+5!#'.#!!!; k ]d>¨DVdVHkMd /J#'.+3#;!5325#534+5d =A/èJDj7&#"&543234+5!#"26632&#";#4&'&'d0[\0EZ5he,mcb}Q^]Qߪ}bcm,dj4[^HjH%\/9VV/\=VZ_O sqB7NjVVA6qsO_Ǭ?0R-VQ.#;!5325"+532?67&#"&5432354+5!#"26632&#";#'.')y{ j'd8|HZkb,R]bplIG IHlpb^R,akU)d O?W4͉VV)?LoRVJsi}h'VV(Uh}isuP\BVV!3#"5473254'2>54.+532>54.#"".54>32#".5463lɅ-'VBHxU/-YVDuW2AhIVm>%@0:spkH4YxE9oIYno1\P#HoyTXo"N~\@jJ)h,SuI<^B"2Tn= 3';eI*(TYPzZ; $Mbwj1/IZ,LL6iS3RBy\M!3#"5473254'2654&+532>54.#""&54>32#".543qlɅ-'V1vqp4N3+G3glQQ,\bXa37L.5Y@$2kunS 8UyTXóphao5G)(G5vg:A%F5 %Ed>1UC2 )>S7Gz\4*AN$6]D'NR4&#";#4&'&'.#;!53254+5!#"26632bm,ck4H^HjH.bTkR}sO_Ǭ?0dX39VVVVA1q%RV3;!53254+5!#"26632&#";#'./.%%;VItnb^R,ehX/e SFe1g͉VVVV0Hm}issQ`+N9#;!53254+5!#"3347632&#";#"&'&'#VwTw{.æbcl.di5[F6A{9VVVVAL!VqsN`V;dg%V8#;!53254+5!#"3536632&#";#"&/&'#m%%;mtvb]9Y zak]G=d6/t͉VVVV$/x}isY%VMtlN{:&#";#"&'.#;!5325#5354+5!#"3#26632bm,ck4[E.b¨TkR}sO_V=dX39VVeVVe1q%526632&#";#"&/.#;!5325#5354+5!!!VItnb^R,`k]HXdec49}Bx]PTq^'/%327#"'# !2&#"327&46326#"4D>'%~|Td!U@uqwD#"Z?;7N'!6`uB>!3#"54732542#4.#"32>7#".54>dlɅ-'Vig30A&9[Ctf.0hqKsXC5lrPTyTXoJ#>T1!5%0^K/UZ0?" &'QB+lnqB^8!3#"5473254'".54>32#4.#"3267lɅ-'V"f|EE{a@f@\['C4;_D$_#,WyTXok?՗݆84O5G:0VA%,lP? (#F8#)R%;#!#5325#"#!#'&+װ)^/Ĕ j  j ߉VqXfX)R7J#'.+;#'#!5325#"#+ d 5O9d B< d JDSSV =iDH=J*5!#"367654+5!#";!5325&#{H_@8$(jVVc.}m4$eVVC]VV m0!532=!5!5&+5!#"6?654+5!#"!!;F/>T3LZ%8/h%{<PZ0VdflVVA)Df1B9ZVVfdVJ2;!532=!5!5&+5!#"367654+5!#"!(j{H_@8$`VV`mVVc.}m4$eVVC] `Rj75!#" 3#!#53254' ;!53267 &+5!#"654#Fef`Yt=^ zC5 BT?VBn+u13n`VVTȏVD!lFN9@VV5Z%lVV;+N'N/; RJ95!#";#'+53254/;!53267 &+5!#"7654#EQ9-Ke/d  {N7IX>P`u0j3nVV8KkeVD%hM4@VV4ON`mVV<CJ3<)R&)5325#"#!#'&+!4+5!#"; j  k fJ)RVoXfXgVV)RVJ)#'#!5325#"#!#'.+!4+5!#"3Vd lB< d } d 6Mm 7/RV =iDHDTRr VV{+R+# 4+5!#"3274+5!#";#!#5325-TܨTDd)^rJVVjǓVVKHVRJ,!5325#"&=4+5!#"3274+5!#";#'#Ҳ2/e V#zVVדZVVu+/ 4+5!#";3674+5!#";!5325#IT {dTQ{sJVV\IǓVVVVTJ1!5325#5#"&=4+5!#";53674+5!#";|;t+.t?x2V#MzVVד:VVuVN'63 ;!53254#";!53254+5!#"}ܨTVV@k9VVVV/J(#"632;!532=4#";!53254+5uұJVމxVVהZVVV #  54323! !!2!!  &N/Bx!cӠ*>Fd;;^" 54323!2!!27#"!#"F'6S+V*d'ǡƔ.6<5^V1K"wkR %#4&'$ 54323! !!2!! ^a&N/Bx!@d?Ӡ*>Fd;;R^#(#4&'$ 54323!2!!27!#"?%^~Ɣ.6<5^V16nskN-@#".'332>74.+5!#"2>7>7>32.#";#".'.#;!532>5"+53267>7.'.#".54>323i1]dgX)2L5,I6".="">-)4$ L9'OWd<-@'$*)9XH->""=.HX9)>XbEq0-;M6'*1 ?m<*$'@-fI(&Hg@9I)+H5-7 VV :0A qM{W/"00#* v|?`I6,A*WMV+K;d.7 90: VV 7- 7.;K+VMWZ*A,6I`?|v *#00"/W{Mq #".'332>74.+5!#"2>7>7>32.#";#"./.#;!532>5"+5326?>7.'.#".5463231]dgX)2L5,I6")5 6)) G5#=CU;WY$'-,.,&$`.k/eEHNiL:d3BV;)6 5(:WB3d9LjNHEe/k.`$&,-,-($YW;UC=#5G )>fI(&Hg@9I)+H5z-7 VV 3*  jO6V0#XUVNV+K;-6 -7 VV :0) 6-;K+VNVUX#0>(';' * -8E!CgR#=ZtTVVGD Vg}RJ'%325! #"54332654+5!#";#!"ysZ9+Gii>jRV 紐}#=hVVEI N ,%! 5473 !;!53254+5!#"!4+5!#"H`{dkfTThl3 VVVVbVV/RJ.#"#"&5473 !;!53254+5!#"!4+5RְuI1JVbQj ۉVVVVVNRD/%;#!5325!;!53254+5!#"!4+5!#"HBhRfTTGG V VVVVbVV/RJ/#";#!5325!;!53254+5!#"!4+5R>jR1JVEI V%ۉVVVVV+R*# 4+5!#"3274+5!#";# #327-TܨT^)rJVVjǓVVVRRJ,!"#325#"&=4+5!#"3274+5!#";׬ d/Ҳ2 #zVVדZVVuVNRm*%;#!53265#;!53254+5! !#"q@jR&W<+o%:Z'?D V>CFMFVVVmV/RTJ*%325###;!53254+5! !#";#!^!DR>jRVopVVV7;!532>73;!53254&/.'!V1]dgX)2L5,I6"N CE/ '*"Ơ ",/{ R 5@>fI(&Hg@9I)+H5/40VV $>1 * VVb$[J%EHO0f)$U#".'332>732>=""&54>32;!'##".546?54.1]dgX)2L5,I6"(QU>eG&WuH;I)UY:eL^^/1"  fI(&Hg@9I)+H5;`_(JjA#?\!7!2>?3!532>54.+5!#'.#!!!1]dgX)2L5,I6"1E.k"=..=# j +A.@>fI(&Hg@9I)+H5&.="XV 7-0: VX"=.dq?#".'332>7"!4.".532!32>71]dgX)2L5,I6"r{ 4U%ozAcn;V)MpI5[J9,Z>fI(&Hg@9I)+H5Q`4Kх">{y^ph1(3&G<(o&54$3 ! 5!!"!!  ;Rd Sa"[ztn<#hf^!!"&54632!"&5!32fֿf'ƣ9)31JoF"k^Rf"kF"kR"k7\VF"kRRy"k\V !"#!#"&5433 4&+s{`@ V Y7D%-R7Tll|JRJ !"#!#"&5433265!#`A9 e F̗uf/1PBe[n[b̽dNG!5!532>5;!532>54.+5!#"54.+5!#";^R#=.R->"#=..="T">-.=#T">-.="@yGV :0+)0: VV :0-7 VV :0)0: VV :0-7 V/RgG!5!#";!532>5;!532>54.+5!#"54.+5Rh"=..=""=..=""=..="F"=..="yV 7-u-7 VV 7- -7 VV 7--7 VV 7--7 VNF"kR/R" kss{F"3kRq-"Sks{  ! !! !! O8+V2B{q/deomC/kq-^  ! !! !! L% / ;7Ps{F"kRq-"k\sF"kRR}"kf>!5!#"+532>7.+5!#">7>54&+5!Rf')!!:;CVnIp4cUA/!)= >=#3 CD+@y $>0PwS5 `7L.) VV/3$H? >@G*.5/Vg>!5!#"+52>7.+5!#"3>7>54&+5R+#$@FSj[hmI!+>=  ' CDyV $>1ckF*a>lV ) VV03##SQH-J.50VfF"kR"]kfsZ5>73!5>73#"+532>7.+5!#">7>54&+5!0/* '29:7 0/* '29:7')!!:;CVnIp4cUA/!)= >=#3 CD++!LPN"18;82!LPN"18;82 $>0PwS5 `7L.) VV/3$H? >@G*.5/V!Z5>73!5>73#"+52>7.+5!#"3>7>54&+5L0/* '29:7 0/* '29:7d+#$@FSj[hmI!+>=  ' CD!LPN"18;82!LPN"18;82V $>1ckF*a>lV ) VV03##SQH-J.50V+F"kR"kBNRT353254+5!#'.#!;#!Nk `a˞N^VVHmK/RJ353254+5!#'.+3#'#/Rd =AєCd VVDj<NF"kRR/X"k/mT +%#"54732=!5325#534+5!#'.#!!!;՜/;us k ]d>¨DVp-!VVdVHkMd /mJ +%#"54732=#'.+3#;!5325#534+5՜/;ukd =A/èVp-!Dj7 .+5!#">8՜/;u(1.1y-P' z  AD %7/.V%].+#.  Vp-! VV#8*T<1VVD ,"F !$%#VV"6(%;1VV  $'#> mJ U%#"54732=4&+5!#";!53254./;!532>7 .+5!#"7>՜/;u?/1/2--Q& {  :E%822-U.#. jVp-!b%VV 4)k<1VVD , "##VV 3&N`58VV  ) #>7:5!#"!!;!53254' ;!53267!5!&+5!#"654#FefFD` zC5 BT?TbdCm+u13n`VVddmVVD!lFN9@VV5ZdlVV;+N'N/; J<5!#"!!;!53254/;!53267'!5!'&+5!#"7654#EQ9L QS {N7IX>P`u0j3nVV8K`mVVD%hM4@VV4ON`mVV<CJ3<,72#"54;!532>73;!53254&/.'!ttuN CE/ '*"Ơ ",/{ R 5yb/40VV $>1 * VVb$[J%EHO0f)^G2#"5432>=""&54>32;!'##".546?54.%ttuQU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'! fg`C)N CE/ '*"Ơ ",/{ R 5wZLR9lF/40VV $>1 * VVb$[J%EHO0f)P#'654#"&543232>=""&54>32;!'##".546?54.T fg`C)QU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'!K4dN37PpmWPN CE/ '*"Ơ ",/{ R 5[nyU^fF`OW/40VV $>1 * VVb$[J%EHO0fM#T673#673#&'#32>=""&54>32;!'##".546?54.K4dN37PpmWP+QU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'!Ma4KPWmpP53N CE/ '*"Ơ ",/{ R 5Xvn[VP`Fb^/40VV $>1 * VVb$[J%EHO0)#T#&'53#&'#567332>=""&54>32;!'##".546?54.GMa4KPWmpP53QU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'! V yV9' 37PpmWPN CE/ '*"Ơ ",/{ R 5-3\ C= Ga^fF`OW/40VV $>1 * VVb$[J%EHO0f),]#'654#"&5432673#&'#32>=""&54>32;!'##".546?54.} V yV9' 37PpmWP+QU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'!]6G\2#Hf37PpmWPN CE/ '*"Ơ ",/{ R 5Z\Zg^fF`OW/40VV $>1 * VVb$[J%EHO0f)+\#6323273#"&#"673#&'#32>=""&54>32;!'##".546?54.P]6G\2#Hf37PpmWP+QU>eG&WuH;I)UY:eL^^/1"  73#.'#;!532>73;!53254&/.'!ttu:9229:P;v./t:PN CE/ '*"Ơ ",/{ R 5yLQQ""QQL"e11e"/40VV $>1 * VVb$[J%EHO0f)!+\2#"54>73#.'#32>=""&54>32;!'##".546?54.%ttu:9229:P;v./t:P(QU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'!K4h}N`b#/ N CE/ '*"Ơ ",/{ R 5J[n~Q }}/40VV $>1 * VVb$[J%EHO0f) Q673#%! 332732>=""&54>32;!'##".546?54.K4h}N`b#/:QU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'!N}h4Kb#/ N CE/ '*"Ơ ",/{ R 5/Q~n[ }}/40VV $>1 * VVb$[J%EHO0f) Q#&'53! 332732>=""&54>32;!'##".546?54.hN}h4Kb#/:QU>eG&WuH;I)UY:eL^^/1"  73;!53254&/.'! V yV8(b#/ N CE/ '*"Ơ ",/{ R 5R3\ C=!Ha9 }}/40VV $>1 * VVb$[J%EHO0f))Z#'654#"&5432! 332732>=""&54>32;!'##".546?54.V V yV8(b#/:QU>eG&WuH;I)UY:eL^^/1"  I#6323273#"&#"! 3327;!532>73;!53254&/.'!]6G]2#Hb#/ N CE/ '*"Ơ ",/{ R 5Z\Z }}/40VV $>1 * VVb$[J%EHO0f)(Y#6323273#"&#"! 332732>=""&54>32;!'##".546?54.X]6G]2#Hb#/:QU>eG&WuH;I)UY:eL^^/1"  I2#"54".'332673;!532>73;!53254&/.'!ttuqIkF#^dLKd_#GjN CE/ '*"Ơ ",/{ R 5y-Lf:KAAK:fL-/40VV $>1 * VVb$[J%EHO0f)(Y2#"54".'33267332>=""&54>32;!'##".546?54.%ttuIkF#^dLKd_#GjQU>eG&WuH;I)UY:eL^^/1"  ?3!532>54.+5!#'.#!!!yttu%1E.k"=..=# j +A.y.="XV 7-0: VX"=.dq^12#"54"!4.".532!32>7+ttu}r{ 4U%ozAcn;V)MpI5[J9,ZyiQ`4Kх">{y^ph1(3&G<(N8#'654#"&5432!2>?3!532>54.+5!#'.#!!! fg`C)`1E.k"=..=# j +A.wZLR9l.="XV 7-0: VX"=.dq:#'654#"&5432"!4.".532!32>7a fg`C)r{ 4U%ozAcn;V)MpI5[J9,Z/wZLR9lQ`4Kх">{y^ph1(3&G<(N1G2>73#".#"#>32!2>?3!532>54.+5!#'.#!!!@% \4N77YMC!$ \5O77YMC1E.k"=..=# j +A.'/WD((1('/VD((1(.="XV 7-0: VX"=.dq(I2>73#".#"#>32"!4.".532!32>7% \4N77YMC!$ \5O77YMCr{ 4U%ozAcn;V)MpI5[J9,Z^'/WD((1('/VD((1(Q`4Kх">{y^ph1(3&G<(N<673#673#&'#!2>?3!532>54.+5!#'.#!!!tK4dN37PpmWP1E.k"=..=# j +A.[nyU^fF`OW;.="XV 7-0: VX"=.dqG>673#673#&'#"!4.".532!32>7K4dN37PpmWP7r{ 4U%ozAcn;V)MpI5[J9,Z[nyU^fF`OW鹲Q`4Kх">{y^ph1(3&G<(N<#&'53#&'#5673!2>?3!532>54.+5!#'.#!!!Ma4KPWmpP53%1E.k"=..=# j +A.Xvn[VP`Fb^ .="XV 7-0: VX"=.d>#&'53#&'#5673"!4.".532!32>7AMa4KPWmpP53r{ 4U%ozAcn;V)MpI5[J9,ZXvn[VP`Fb^Q`4Kх">{y^ph1(3&G<(N3E#'654#"&5432673#&'#!2>?3!532>54.+5!#'.#!!! V yV9' 37PpmWP1E.k"=..=# j +A.-3\ C= Ga^fF`OW;.="XV 7-0: VX"=.dq&G#'654#"&5432673#&'#"!4.".532!32>7w V yV9' 37PpmWP7r{ 4U%ozAcn;V)MpI5[J9,Z3\ C= Ga^fF`OW鹲Q`4Kх">{y^ph1(3&G<(NbD#6323273#"&#"673#&'#!2>?3!532>54.+5!#'.#!!!]6G\2#Hf37PpmWP1E.k"=..=# j +A.Z\Zg^fF`OW;.="XV 7-0: VX"=.dq%F#6323273#"&#"673#&'#"!4.".532!32>7J]6G\2#Hf37PpmWP7r{ 4U%ozAcn;V)MpI5[J9,Z1Z\Zg^fF`OW鹲Q`4Kх">{y^ph1(3&G<(NsD2#"54>73#.'#!2>?3!532>54.+5!#'.#!!!yttu:9229:P;v./t:P1E.k"=..=# j +A.yLQQ""QQL"e11e";.="XV 7-0: VX"=.dq!%F2#"54>73#.'#"!4.".532!32>7+ttu:9229:P;v./t:P4r{ 4U%ozAcn;V)MpI5[J9,ZymLQQ""QQL"e11e"鹲Q`4Kх">{y^ph1(3&G<(N0#'654#"&5432532>54.+5!#"; fg`C)#=..=#T">-->"wZLR9l]V :00: VV :00: V/u)#'654#"&54322>54.+5!;!5w fg`C)"=..="n->"/wZLR9l 7--7 V0: VVN'2#"54'532>54.+5!#";wttu#=..=#T">-->"yyV :00: VV :00: V/u 42#"54'2>54.+5!;!54>32#".Httu"=..="n->" **** y 7--7 V0: VV@$0 0$$0 0s{/2#"54#".54>3232>54.#"ttuTPPT-drrc,,crre-yVllkk뫘WWVVq-^+2#"54#".53232>54.#"NttuTo{Ao{A CkMMjBBkMMjByFאEՐru<3232>54.#"' fg`C)TPPT-drrc,,crre-wZLR9l:llkk뫘WWVVq- 4#'654#"&5432#".53232>54.#"} fg`C)o{Ao{A CkMMjBBkMMjB/wZLR9lFאEՐru<3232>54.#"K4dN37PpmWPTPPT-drrc,,crre-[nyU^fF`OWllkk뫘WWVVqd$8673#673#&'##".53232>54.#"1K4dN37PpmWPo{Ao{A CkMMjBBkMMjB[nyU^fF`OWNFאEՐru<3232>54.#"Ma4KPWmpP53TTPPT-drrc,,crre-Xvn[VP`Fb^llkk뫘WWVV+-$8#&'53#&'#5673#".53232>54.#"^Ma4KPWmpP53o{Ao{A CkMMjBBkMMjBXvn[VP`Fb^3FאEՐru<3232>54.#"D V yV9' 37PpmWPTPPT-drrc,,crre--3\ C= Ga^fF`OWllkk뫘WWVVq--A#'654#"&5432673#&'##".53232>54.#" V yV9' 37PpmWPo{Ao{A CkMMjBBkMMjB3\ C= Ga^fF`OWNFאEՐru<3232>54.#"]6G\2#Hf37PpmWPTPPT-drrc,,crre-Z\Zg^fF`OWllkk뫘WWVVq-,@#6323273#"&#"673#&'##".53232>54.#"g]6G\2#Hf37PpmWPo{Ao{A CkMMjBBkMMjB1Z\Zg^fF`OWNFאEՐru<73#.'##".54>3232>54.#"ttu:9229:P;v./t:PTPPT-drrc,,crre-yLQQ""QQL"e11e"llkk뫘WWVVq-!,@2#"54>73#.'##".53232>54.#"Nttu:9229:P;v./t:Po{Ao{A CkMMjBBkMMjBymLQQ""QQL"e11e"NFאEՐru<73#".#"#>32654&5432! !  ! % \4N77YMC!$ \5O77YMCXu}NO8db\'/WD((1('/VD((1(#^B1fZmde}q4?2>73#".#"#>32654&5432! ! 2654&#"% \4N77YMC!$ \5O77YMCXu}1%됆^'/WD((1('/VD((1(3#^B1f]z;7/s%)'2#"54654&5432! !  ! ttuXu}NO8db\y-#^B1fZmde}q'2#"54654&5432! ! 2654&#"NttuXu}1%됆y #^B1f]z;7/=2#"547".54.+5!#"32>54.+5!#"ttu|yF.="T">-3[}KYU).="">-Aye3o}-7 VV :0Y}N$0UuF/-7 VV :0fq</J92#"54;!'##".54.+5!32>54.+5!ttu".=" KT\2Q~V-.="o1S>Da?-=#nyX-7 V:H).bi-7 V=ChH%0WzJ0; VF#'654#"&5432".54.+5!#"32>54.+5!#"6 fg`C)yF.="T">-3[}KYU).="">-AwZLR9lI3o}-7 VV :0Y}N$0UuF/-7 VV :0fq</B#'654#"&5432;!'##".54.+5!32>54.+5! fg`C).=" KT\2Q~V-.="o1S>Da?-=#n/wZLR9l-7 V:H).bi-7 V=ChH%0WzJ0; V%s"PwR/!"Qw%s"PD=R/!"QD%8#'654#"&5432# 4+5!#"!2654+5!654&54326 fg`C)TV?Xu}wZLR9lVV/VqB1f</9:#'654#"&5432654&5432;!'## 4+5!3 4+5! fg`C)Xu} aon/wZLR9l4oB1f73#".#"#>32# 4+5!#"!2654+5!654&5432% \4N77YMC!$ \5O77YMCYTV?Xu}'/WD((1('/VD((1(VV/VqB1f</HI2>73#".#"#>32654&5432;!'## 4+5!3 4+5!'% \4N77YMC!$ \5O77YMC0Xu} aon^'/WD((1('/VD((1('oB1f5.+5!#">?>54&+5!#";ttu/"=.!(3L# $2 !$@;<'(+.="0yyV 7-) VV  :?{06=A #?--VV%=.0: VJB2#"54#"+52>7.+5!#"3>7>54&+5ttu^+#$@FSj[hmI!+>=  ' CDyV $>1ckF*a>lV ) VV03##SQH-J.50VO#'654#"&5432532>5.+5!#">?>54&+5!#"; fg`C)/"=.!(3L# $2 !$@;<'(+.="0wZLR9l]V 7-) VV  :?{06=A #?--VV%=.0: VK#'654#"&5432#"+52>7.+5!#"3>7>54&+5 fg`C)B+#$@FSj[hmI!+>=  ' CD/wZLR9lV $>1ckF*a>lV ) VV03##SQH-J.50V1^2>73#".#"#>32532>5.+5!#">?>54&+5!#";F% \4N77YMC!$ \5O77YMC /"=.!(3L# $2 !$@;<'(+.="0'/WD((1('/VD((1(PV 7-) VV  :?{06=A #?--VV%=.0: VZ2>73#".#"#>32#"+52>7.+5!#"3>7>54&+5% \4N77YMC!$ \5O77YMC+#$@FSj[hmI!+>=  ' CD^'/WD((1('/VD((1(V $>1ckF*a>lV ) VV03##SQH-J.50V+#+V!#'7'77'+V5555X7777 '7##!'77RJ75}o}7L) ##'7!)T77L}57}3H{5!3ᚚR'+!5!'+y b!5! y b!5! y b!5! ye#`g`dT!5!!5!T^^yysu4>7#".s$Q[e^"&"M99,'AzhSV \<);>-C=s5>54.54632$Q\e^"&"M9 8,AzhSV \<);>-C=%5>54.54632$Q\e^"&"M9 8,VAzhSV \<);>-Css4>32.s,99M"&"^e[Q$+C->;)<\ VShzsu\/4>7#".%4>7#". $Q[d^!'!L9:+g$Q[e^"&"M99,'AzhSV \<);>-C+AzhSV \<);>-C=s'/5>54.546325>54.54632$Q\e^"&"M9 8,$Q\d_"&"L9 9+AzhSV \<);>-C+AzhSV \<);>-C='/%5>54.546325>54.54632$Q\e^"&"M9 8,$Q\d_"&"L9 9+VAzhSV \<);>-C+AzhSV \<);>-Css\632.5$632.5 YE9L^dgZC9M^eSc>;JG+<\ V0̕R`>;JG+<\ V0̕HN#4'&'753%%DVJX69X~l:55:HN)-%#5'67>7.'&'753%%X96XJJX69XN :66:SBCP 9669 OBES d4>32#".d)Hd:8bJ**Jb8:dH)TrEErTTqFFq9';74>32#".%4>32#".%4>32#".#//##//#J#//##//#I#//##//#}(5  5('6  6'(5  5('6  6'(5  5('6  6#!+ToPN)5!#NTP###!V ###!!!VtP !!5!###tVPN\ ';OSg{#".54>3232>54.#"#".54>3232>54.#"#3#".54>3232>54.#"*T~TXR''RYT}S*$:**:##8**;%*T~TXQ''RYT}S*$:**:""8**;%ۆ*T~TXQ''RYT}S*$:**:""8**;%gxBBxggw@@wgX`22`XW_11_WgxAAxggw@@wgX`22`XW_11_gxAAxggw@@wgX`22`XW_11_uN uu 3#3#3#>^k>^s=_%3#9ggJd{{d' #3'gg9T=A%2>7#".'#53.=#53>32#4.#"!!!!4Q>/ %LtP`b[_N[2[W,G35bO7 N^ ;Xsd"-=4"=؛`6-a:7L-G:0V@%.ra16`mq:7X.P5267#3#53267.+533#";%;!532>5##7!#'.'#)#*G*(/  N  # Z <V<",^7#9=)77% 979 )7v77  11*^ #&'5673!9>HH>9DH$HDV^ &'3#67!59>HH>9#DH$HDV+{ !! !!P+1 55QR==RF+{ 5!7'!5!%7 '%+QQ55 QRFFR=BB=F3G""&54>32#".54>323><54.2>7.#"+6L2DI'KoHgl8]~]Z|L!2OnZU(&GfAsZ> %5C&9\H4#[Z 6F&39+I5N}i`̍K5!;!532>5.+5 #=.-<"#=-f->"#=.-<"V :0'-7 VV ;0R0; VV ;0-7 VP12>?3!5 5!#'.#!0D- j )9P j +A.4G*>Cc\PX"<-J!5!oy+3ۆNdz'B##5!3{ݧn1d:H`!1A#"&'#".54>32>32%"32>54.267.#"`.SuG_J?[FvV/.TvI/]YQ"?gFtS.M{>9{T/K56L4J<7T-J42MPPk>uy{7eZRi=;\Bww8f*Ic88aH)*Jb86`I+`3!!^j8^4>32#4&#"rуwfŠ)>"&546332654.54>7>32#4.#"ylKJ,'HK4Z~PzxLJ,'8_LD8;;.9T3x|zkU^q?LD7;;.(n|r\*pz|kQ]q?o{ %#G.#"563232>7#"..#"563232>7#".%8-);;8c27C/%8.)<;8c17C/%8-);;8b27C/%8.)<;8b17C !,l  !,l   -m  ,l 73!!!!#7!5!!5D9w::J?7y9VJ`yyyydHP 5!5!5!d8d 5 !5!oPoHىy 75 5!5!Pooqu'HHy{Z!!{!!!!!7L17}1mh{!!hmh{!!!hKPb!!L! XVRZ 7L LRZZ79e=% !# 3 ZR5Rb^%BH-)4>32#".732>54.#"wx{yy{xwV`bcb`c``dyyyyxyy{b``bcbbbV^R'/7?GOW_gow#"5432'#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432#"5432%#"5432#"5432'#"5432377349947575#3773865567557R75577667377349944976#58856556\677675577667667+557775555885Z557w55763:C558337775555776557737+558# 2#"54>jmsoujlw)3!32>54.#")wvuwwwvu}Bwwwutww)#3!4>32#".'32>54.#")R`babbab`Nwvuwwwvu}B`bb`c``cwwwutwwsbu #"&546324&#"326bcfdiFIKgFEgcIN_}khfJHfFffFHdh!"3!2654&#!"&5463!2`B^^B@B^^ީwww@w^BB^^B@B^ww@w/D#!"&5463!2#"'&#!"3!26=4?632"'&4?62 62www@?6 1 B^^B@B^ @ BRnBBn^ww@w 1 ^BB^^B @ BnnB){ 8%\K\\\\\\ \\\d\n\\7\\\ \\\\\\\\\\\\ %\ K \ \ \ \ \ \ \ \ \ d\ n\ \ 7\ \ \  \ \ \ \ \ \ \ \ \ \ \ \  %\dgnqqq *7q\D H M a%\% \%q%#%'%+%3%5%8%9%:\%;q%=q%G%H%I%K%S%U%Y%Z%[%]%%%%%%%%%%%q%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%#%%%'%)%*%+%,%-%.%/%0%1%2%3%4%5q%6%7q%8%9q%A%B%P%Q%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%%%%%%%%%%%% %!%"%#q%$%%q%&%'q%(%)q%*%Cq%Gq%[q&&#&%&8&:&;&<&=&>&[&]&&&&&&&&&&&&&#&%&'&5&6&7&8&9&:&<&>&&&&&&&&&&&&&#&$&%&&&'&(&)&*&C&G&[&a(#(%(8(:(;(<(=((((((((((((#(%('(5(7(9(((((((((((((#(%('()(a):);)=))5)7)9)#)%)'))*%q*E*G*H*I*K*S*U*q*q*q*q*q*q*********************q**q**q*********************B*q**q**q**q**q**q**q**q**q**q**q**q**************** * ****+#+8+:+;+=+++#+%+'+5+7+9+#+%+'+)/'/+/3/5/G/H/I/K/S/U/Y/[/]/////////////////////////////////////////////// ////////*/,/./0/2/4/6/8/A/B/Q///////////////////// / / / / ///////////// /"/$/&/(/*00 0\0#q08q0:0;0=00#q0%q0'q0507090#0%0'0)0C\0G\0[\3#3%383:3;3<3=333333333333#3%3'3537393333333333333#3%3'3)3a4 4 4%4444444\4444444444444444D 4H 4M 4a5#5%585:5;5<5=555555555555#5%5'5557595555555555555#5%5'5)5a66#6'6+636568696:6;6=6[6]666666666666666666666 6666#6%6'6)6+6-6/616365666768696A6P6666666 6 6 6666666666!6#6$6%6&6'6(6)6*6C6G6[7#7%787:7;7<7=7[7]7777777777777#7%7'75767778797777777777777#7$7%7&7'7(7)7*7a8H8H8%8'8+83858E8G8H8I8K8S8U8888888\8888888888888888888888888888888888888888888888888888888 88888888A8B888888888888888888888888888888888888888888888 8 8 8 8 88888888DH8HH8MH8a9%999999999999999999999:::%\:':+:3:5:E:G:H:I:K:S:U:W:\:\:\:\:\:\:::::::::::::::::::::::::::\::\::\::::::::::::::::::::::::: :::::::::: :":A:B:\::\::\::\::\::\::\::\::\::\::\::\:::::::::::::::::::::: : : : : ::::::::D:H:M:a;H;H;%;';+;3;5;E;G;H;I;K;S;U;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;A;B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; ; ;;;;;;;;DH;HH;MH;a<'<+<3<5<7<[<]<<<<<<<<<<<<<<<< <<<<<<<!<6<8<A<<<<<<< < < <<<<$<&<(<*=\=\=%q='=+=3=5=7=E=Gq=Hq=Iq=Kq=Sq=Uq=W=q=q=q=q=q=q=H==============q=q=q=q=q=q=q=q=q=q=q=q=q==q==q===q==q==q==q=q=q=q=q=q=q=q==q==q==q==q= =q==q==q==q====== =!="=A=Bq=q==q==q==q==q==q==q==q==q==q==q==q==q=q=q=q=q=q=q=q==q==q==q==q==q==q= = q= = q= =q==q==q==q=D\=H\=M\=aEE E]EE8E$E&E(E*F]FF8F$F&F(F*JJ J JJAJaJCJGJ[LL]LL8L$L&L(L*OGOHOIOKOSOUOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBOOOOOOOOOOOOOOO O OOOORR R]RR8R$R&R(R*S]SS8S$S&S(S*T]TT8T$T&T(T*V=VEVVVVVVVVVVVVVVVVVVVVVVVC=VG=V[=ZZq[q[q[Dq[Hq[Mq]H]H]DH]HH]MH\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a#%8:;<=#%'579#%')a%%%%\\%q'+357EGqHqIqKqSqUqWqqqqqqHqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqq !"ABqqqqqqqqqqqqqqqqqqqqqqqqqqq  q  q qqqqD\H\M\a#%8:;<=#%'579#%')a]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(* ]8$&(*]8$&(* ]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*]8$&(*HHDHHHMH\ \q#'+3589:\;q=qGHIKSUY[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q#%8:;<=#%'579#%')aR#=FPCRGR[R#%8:;<=#%'579#%')a:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%')#8:;=#%'579#%') ]8$&(* ]8$&(*'+35GHIKSUY[] *,.02468ABQ      "$&(*GHIKSUB  GHIKSUB   \#q8q:;=#q%q'q579#%')C\G\[\ \#q8q:;=#q%q'q579#%')C\G\[\R#=FPCRGR[R ]8$&(* ]8$&(*   ]  8 $ & ( *   ]  8 $ & ( *   ]  8 $ & ( * # % 8 : ; < =            # % ' 5 7 9             # % ' ) a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*:;=579#%')#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#'+3589:;=[] #%')+-/1356789AP   !#$%&'()*CG[=EC=G=[=#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a#%8:;<=[]#%'56789#$%&'()*a!#!%!8!:!;!<!=![!]!!!!!!!!!!!!!#!%!'!5!6!7!8!9!!!!!!!!!!!!!#!$!%!&!'!(!)!*!a#H#H#%#'#+#3#5#E#G#H#I#K#S#U#######\####################################################### ########A#B############################################# # # # # ########DH#HH#MH#a%H%H%%%'%+%3%5%E%G%H%I%K%S%U%%%%%%%\%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%A%B%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % %%%%%%%%DH%HH%MH%a'H'H'%'''+'3'5'E'G'H'I'K'S'U'''''''\''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''A'B''''''''''''''''''''''''''''''''''''''''''''' ' ' ' ' ''''''''DH'HH'MH'a)%)))))))))))))))))))))+%+++++++++++++++++++++-%---------------------/%/////////////////////3%3333333333333333333335H5H5%5'5+53555E5G5H5I5K5S5U55555555555555555555555555555555555555555555555555555555555555 55555555A5B555555555555555555555555555555555555555555555 5 5 5 5 55555555DH5HH5MH5a6q6q6Dq6Hq6Mq7\7\7%q7'7+7375777E7Gq7Hq7Iq7Kq7Sq7Uq7W7q7q7q7q7q7q7H77777777777777q7q7q7q7q7q7q7q7q7q7q7q7q77q77q777q77q77q77q7q7q7q7q7q7q7q77q77q77q77q7 7q77q77q77q777777 7!7"7A7Bq7q77q77q77q77q77q77q77q77q77q77q77q77q7q7q7q7q7q7q7q77q77q77q77q77q77q7 7 q7 7 q7 7q77q77q77q7D\7H\7M\7a8H8H8DH8HH8MH9\9\9%q9'9+9395979E9Gq9Hq9Iq9Kq9Sq9Uq9W9q9q9q9q9q9q9H99999999999999q9q9q9q9q9q9q9q9q9q9q9q9q99q99q999q99q99q99q9q9q9q9q9q9q9q99q99q99q99q9 9q99q99q99q999999 9!9"9A9Bq9q99q99q99q99q99q99q99q99q99q99q99q99q9q9q9q9q9q9q9q99q99q99q99q99q99q9 9 q9 9 q9 9q99q99q99q9D\9H\9M\9aA#)A%A8)A:)A;)A=)AEAGAHAIAKASAUAWA[A\A]AAAAAAA)AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A"A#)A%)A')A5)A6A7)A8A9)ABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA A AAAAA#)A$A%)A&A')A(A))A*B)BQ)BR)BT)BX=BY)B[=B]=B)B)B)B)B)B=B)B)B)B )B )B$=B&=B(=B*)B,)B.)B0)B2)B4)B6=B8=BQ)B)B)B)B)B)B )B")B$=B&=B(=B*=BC)BG)B[)P%P'P+P3P5PEPGPHPIPKPQPRPSPTPUPWPYP[P]P^PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P PPPPPPPPPP P"P*P,P.P0P2P4P6P8P;P=P?PAPBPQPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P P P PPPPPPPPPPPPP P"P$P&P(P*Q)QC)QG)Q[)[\[ \[q[#[`[k[r[v[wq[x[zq[}q[~[[[[[[[[[[[[[[[[Cq[Gq[[q`#`d`g`n`v`w`y`z`}`ad\d \dqd#d`dkdrdvdwqdxdzqd}qd~ddddddddddddddddCqdGqd[qee#edeieneveweyeze}eeeeCeGe[eafHfHf`fdfgfkfnfrfxf~fffffffffDHfHHfMHfag#gvgwgxgzg}hwhzh}k#kdkgknkvkwkykzk}kam`mkmrmxm~mmmmmmmmmmmmmmmn\n \nqn#n`nknrnvnwqnxnzqn}qn~nnnnnnnnnnnnnnnnCqnGqn[qqwqzq}r#rdrgrnrvrwryrzr}rat t tdtgtntD tH tM tavHvHv`vdvgvkvnvrvxv~vvvvvvvvvDHvHHvMHvaw\w\w`wdqwgwkwnqwrwxw~qwqwqwqwqwqwqwqwqwD\wH\wM\wax#xdxgxnxvxwxyxzx}xay`ykyryxyyyz\z\z`zdqzgzkznqzrzxz~qzqzqzqzqzqzqzqzqzD\zH\zM\za}\}\}`}dq}g}k}nq}r}x}~q}q}q}q}q}q}q}q}q}D\}H\}M\}a \\D\H\M\ ~DHMDHMAEGr~AEGr~HH "%*17CDIJKLMNOQRyz{|\DHHHMHa#/237;AEFGHPgq}aCG[CG[q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q"%/12CDFHIJKLMNOPQRryz{|~\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMa\ \q#H) )"%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q# */237;AEFGHPgqr}~CG[aHH "%*17CDIJKLMNOQRyz{|\DHHHMHaAEGr~"%/12CDFHIJKLMNOPQRryz{|~# */237;AEFGHPgqr}~CG[a"%/12CDFHIJKLMNOPQRryz{|~# *37;AEGgq}a  qqq *7q\D H M aHH "%*17CDIJKLMNOQRyz{|\DHHHMHa\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMa# *37;AEGgq}a/12CFHIKMOPQry{~CG[CG[# *37;AEGgq}a# *37;AEGgq}a /FH/FH=qq *C=DqG=HqMq[="%DJLNRz|/FH     " % D J L N R z |      /FH/FH=qq *C=DqG=HqMq[=HHDHHHMH/FH"%DJLNRz|/FH/FH## ##/#F#H#####$=$q$q$$ $*$$C=$Dq$G=$Hq$Mq$[=,, ,,/,F,H,,,,,-----"-%-D-J-L-N-R-z-|------/H/H/DH/HH/MH1#1111111111111 1*13171;1A1E1G1g1q1}11111111111111111a2q2q22 2*22Dq2Hq2Mq33C3G3[7\7 \7q7#777777777H7777)77 )77777777"7%7*)7/7172737Aq7C7D7E\7F7G\7H7I7J7K7L7M7N7O7P7Q7R7q7r7y7z7{7|7}7~7q77q7777H77H7777)7H77777777777777777777H77Cq7Gq7[q9\9 \9q9#999999999H9999)99 )99999999"9%9*)9/9192939Aq9C9D9E\9F9G\9H9I9J9K9L9M9N9O9P9Q9R9q9r9y9z9{9|9}9~9q99q9999H99H9999)9H99999999999999999999H99Cq9Gq9[q;;;;;;;;;;;;;;;;";%;/;1;2;C;D;F;H;I;J;K;L;M;N;O;P;Q;R;r;y;z;{;|;~;;;;;;;;;;;;;;;;;;;;;;;;;;;;<<<<<"<%<D<J<L<N<R<z<|<<<<<<================"=%=/=1=2=C=D=F=H=I=J=K=L=M=N=O=P=Q=R=r=y=z={=|=~============================>>>>>">%>D>J>L>N>R>z>|>>>>>>??#?????????????? ????*?/?2?3?7?;?A?E?F?G?H?P?g?q?r?}?~???????????????????????????C?G?[?a@@/@F@H@@@@@A\A\AAAAqAAAAAAAAAqAqA qAqAqAqA"qA%qA&A*qA1A7qACADqAIAJqAKALqAMANqAOAQARqAyAzqA{A|qAAAAqAqAAqAAHAAqAAqAAqAAqAAqAAqAAD\AH\AM\AaC#CCCCCCCCCCCCC C*C3C7C;CACECGCgCqC}CCCCCCCCCCCCCCCCCaDD/DFDHDDDDDEEEE\E\E\E\EEEEEEE\EE \EEEE"E%E&E*\E1E7\ECEDEIEJEKELEMENEOEQEREyEzE{E|EEE\E\E\EE\EEEEEEEEEEEEEEEEDEHEMEaFHFHFDHFHHFMHGGGG\G\G\G\GGGGGGG\GG \GGGG"G%G&G*\G1G7\GCGDGIGJGKGLGMGNGOGQGRGyGzG{G|GGG\G\G\GG\GGGGGGGGGGGGGGGGDGHGMGaHHHHHDHHHHHMHIHIHIDHIHHIMHJHJHJDHJHHJMHK#KKKKKKKKKKKKK K*K3K7K;KAKEKGKgKqK}KKKKKKKKKKKKKKKKKaLL/LFLHLLLLLM#MMMMMMMMMMMMM M*M3M7M;MAMEMGMgMqM}MMMMMMMMMMMMMMMMMaNN/NFNHNNNNNO#OOOOOOOOOOOOO O*O3O7O;OAOEOGOgOqO}OOOOOOOOOOOOOOOOOaPqPqPP P*PPDqPHqPMq]]C]G][^^/^F^H^^^^^_ _ _q___q_q___ _*_7_q____\____D _H _M _a``/`F`H`````aHaHaaaaaaaaaaaaaa aaaa"a%a*a1a7aCaDaIaJaKaLaMaNaOaQaRayaza{a|aaaaaaaaa\aaaaaaaaaaaaaaDHaHHaMHaab=bqbqbb b*bbC=bDqbG=bHqbMqb[=cHcHcccccccccccccc cccc"c%c*c1c7cCcDcIcJcKcLcMcNcOcQcRcyczc{c|ccccccccc\ccccccccccccccDHcHHcMHcad=dqdqdd d*ddC=dDqdG=dHqdMqd[=eqe#qeqeqeqeqee/e2e3qeAeEeFeGeHePeqqe}qeeeeeqeqeqeqeeeeqeCqeGqe[qgggggggggggggggg"g%g/g1g2gCgDgFgHgIgJgKgLgMgNgOgPgQgRgrgygzg{g|g~gggggggggggggggggggggggggggghhhhh"h%hDhJhLhNhRhzh|hhhhhhii#iiiiiiiiiiiiii iiii*i/i2i3i7i;iAiEiFiGiHiPigiqiri}i~iiiiiiiiiiiiiiiiiiiiiiiiiiiCiGi[iajj/jFjHjjjjjkkkkkkkkkkkkkkkk"k%k/k1k2kCkDkFkHkIkJkKkLkMkNkOkPkQkRkrkykzk{k|k~kkkkkkkkkkkkkkkkkkkkkkkkkkkklllll"l%lDlJlLlNlRlzl|llllllmmmmmmmmmmmmmmmm"m%m/m1m2mCmDmFmHmImJmKmLmMmNmOmPmQmRmrmymzm{m|m~mmmmmmmmmmmmmmmmmmmmmmmmmmmmnnnnn"n%nDnJnLnNnRnzn|nnnnnnoooooooooooooooo"o%o/o1o2oCoDoFoHoIoJoKoLoMoNoOoPoQoRoroyozo{o|o~ooooooooooooooooooooooooooooppppp"p%pDpJpLpNpRpzp|ppppppqqqqqqqqqqqqqqqq"q%q/q1q2qCqDqFqHqIqJqKqLqMqNqOqPqQqRqrqyqzq{q|q~qqqqqqqqqqqqqqqqqqqqqqqqqqqqrrrrr"r%rDrJrLrNrRrzr|rrrrrruHuHuuuuuuuuuuuuuu uuuu"u%u*u1u7uCuDuIuJuKuLuMuNuOuQuRuyuzu{u|uuuuuuuuu\uuuuuuuuuuuuuuDHuHHuMHuawqw#qwqwqwqwqww/w2w3qwAwEwFwGwHwPwqqw}qwwwwwqwqwqwqwwwwqwCqwGqw[q}H}H}}}}}}}}}}}}}} }}}}"}%}*}1}7}C}D}I}J}K}L}M}N}O}Q}R}y}z}{}|}}}}}}}}}\}}}}}}}}}}}}}}DH}HH}MH}a~=~q~q~~ ~*~~C=~Dq~G=~Hq~Mq~[=\\qqq qqqq"q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHHDHHHMH\\qqq qqqq"q%q&*q17qCDqIJqKLqMNqOQRqyzq{|qqqqHqqqqqqD\H\M\aHHDHHHMH"%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q# *37;AEGgq}a# *37;AEGgq}a"%/12CDFHIJKLMNOPQRryz{|~"%DJLNRz|q#qqqqq/23qAEFGHPqq}qqqqqqCqGq[q\ \q#H) )"%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FHJ` 3<\ \q#H) )"%*)/123AqCDE\FG\HIJKLMNOPQRqryz{|}~qqHH)HHCqGq[q /FHAEGr~AEGr~# *37;AEGgq}a/FH# *37;AEGgq}a/FH"%/12CDFHIJKLMNOPQRryz{|~"%DJLNRz|# */237;AEFGHPgqr}~CG[a# */237;AEFGHPgqr}~CG[a# *37;AEGgq}a/FH# *37;AEGgq}a/FH# *37;AEGgq}a/FH# *37;AEGgq}a\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHHDHHHMH\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHHDHHHMH\\\\\ \"%&*\17\CDIJKLMNOQRyz{|\\\\DHMaHHDHHHMHHH "%*17CDIJKLMNOQRyz{|\DHHHMHa=qq *C=DqG=HqMq[=HH "%*17CDIJKLMNOQRyz{|\DHHHMHa=qq *C=DqG=HqMq[="%/12CDFHIJKLMNOPQRryz{|~"%/12CDFHIJKLMNOPQRryz{|~"%DJLNRz|\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*\ \q#'+3589:\;q=qGHIKSUYZ[]q #%')*+,-./012345q67q89qABPQ      !"#q$%q&'q()q*CqGq[q ]8$&(*:;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%'):;=579#%')#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(*#%8:;<=#%'579#%')a]8$&(* # % 8 : ; < =            # % ' 5 7 9             # % ' ) a ]  8 $ & ( * #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) * ) Q) R) T) X= Y) [= ]= ) ) ) ) ) = ) ) )  )  ) $= &= (= *) ,) .) 0) 2) 4) 6= 8= Q) ) ) ) ) )  ) ") $= &= (= *= C) G) [) #) % 8) :) ;) =) E G H I K S U W [ \ ]       )                                                  " #) %) ') 5) 6 7) 8 9) B                                               #) $ %) & ') ( )) *)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)#)%8):);)=)EGHIKSUW[\]) "#)%)')5)67)89)B  #)$%)&')())*)Q)R)T)X=Y)[=]=)))))=))) ) )$=&=(=*),).)0)2)4)6=8=Q)))))) )")$=&=(=*=C)G)[)%%%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(*)C)G)[)%'+35EGHIKQRSTUWY[]^    "*,.02468;=?ABQ      "$&(* ) C) G) [)!%!'!+!3!5!E!G!H!I!K!Q!R!S!T!U!W!Y![!]!^!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! !!!!!!!!!! !"!*!,!.!0!2!4!6!8!;!=!?!A!B!Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! ! ! !!!!!!!!!!!!! !"!$!&!(!*")"C)"G)"[)#\#\#%q#'#+#3#5#7#E#Gq#Hq#Iq#Kq#Sq#Uq#W#q#q#q#q#q#q#H##############q#q#q#q#q#q#q#q#q#q#q#q#q##q##q###q##q##q##q#q#q#q#q#q#q#q##q##q##q##q# #q##q##q##q###### #!#"#A#Bq#q##q##q##q##q##q##q##q##q##q##q##q##q#q#q#q#q#q#q#q##q##q##q##q##q##q# # q# # q# #q##q##q##q#D\#H\#M\#a$H$H$DH$HH$MH%\%\%%q%'%+%3%5%7%E%Gq%Hq%Iq%Kq%Sq%Uq%W%q%q%q%q%q%q%H%%%%%%%%%%%%%%q%q%q%q%q%q%q%q%q%q%q%q%q%%q%%q%%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q% %q%%q%%q%%q%%%%%% %!%"%A%Bq%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%%q%q%q%q%q%q%q%q%%q%%q%%q%%q%%q%%q% % q% % q% %q%%q%%q%%q%D\%H\%M\%a&H&H&DH&HH&MH'\'\'%q'''+'3'5'7'E'Gq'Hq'Iq'Kq'Sq'Uq'W'q'q'q'q'q'q'H''''''''''''''q'q'q'q'q'q'q'q'q'q'q'q'q''q''q'''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q' 'q''q''q''q'''''' '!'"'A'Bq'q''q''q''q''q''q''q''q''q''q''q''q''q'q'q'q'q'q'q'q''q''q''q''q''q''q' ' q' ' q' 'q''q''q''q'D\'H\'M\'a(H(H(DH(HH(MH)\)\)%q)')+)3)5)7)E)Gq)Hq)Iq)Kq)Sq)Uq)W)q)q)q)q)q)q)H))))))))))))))q)q)q)q)q)q)q)q)q)q)q)q)q))q))q)))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q) )q))q))q))q)))))) )!)")A)Bq)q))q))q))q))q))q))q))q))q))q))q))q))q)q)q)q)q)q)q)q))q))q))q))q))q))q) ) q) ) q) )q))q))q))q)D\)H\)M\)a*H*H*DH*HH*MHB%qBqBqBqBqBqBqBBqBqBqBdqBnqB\BqB\B\BB7qB\BqBqBBqBqBqBqBqBqBqBqBqBqBqBqCWF%qFqFqFqFqFqFqFFqFqFqFdqFnqF\FqF\F\FF7qF\FqFqFFqFqFqFqFqFqFqFqFqFqFqFqa#a8a:a;a=aa#a%a'a5a7a9avawaxaza}aaaa3aAaEaGaqa}aaaa#a%a'a)n/`  9d "' g / J  .$* ^   : # D t D * (= ^| <  <i \ TSCopyright 2012 Google Inc. All Rights Reserved.Copyright 2012 Google Inc. All Rights Reserved.Noto SerifNoto SerifRegularRegularMonotype Imaging - Noto SerifMonotype Imaging - Noto SerifNoto SerifNoto SerifVersion 1.04 uhVersion 1.04 uhNotoSerifNotoSerifNoto is a trademark of Google Inc.Noto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Imaging Inc.Monotype Design teamMonotype Design teamData unhinted. Designed by Monotype design teamData unhinted. Designed by Monotype design teamhttp://code.google.com/p/noto/http://code.google.com/p/noto/http://www.monotype.com/studiohttp://www.monotype.com/studioLicensed under the Apache License, Version 2.0Licensed under the Apache License, Version 2.0http://www.apache.org/licenses/LICENSE-2.0http://www.apache.org/licenses/LICENSE-2.0ff  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a bcdefghjikmlnoqprsutvwxzy{}|~     !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~glyph1uni000Duni000Auni00A0uni00ADuni00B2uni00B3uni00B9AmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccentuni0122uni0123 Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflexuni0136uni0137 kgreenlandicLacutelacuteuni013Buni013CLcaronlcaronLdotldotNacutenacuteuni0145uni0146Ncaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracuteuni0156uni0157RcaronrcaronSacutesacute Scircumflex scircumflexuni0162uni0163TcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiuni03A9 IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03E2uni03E3uni03E4uni03E5uni03E6uni03E7uni03E8uni03E9uni03EAuni03EBuni03ECuni03EDuni03EEuni03EFuni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F7uni03F8uni03F9uni03FAuni03FBuni03FCuni03FDuni03FEuni03FFuni0400uni0401uni0402uni0403uni0404uni0405uni0406uni0407uni0408uni0409uni040Auni040Buni040Cuni040Duni040Euni040Funi0410uni0411uni0412uni0413uni0414uni0415uni0416uni0417uni0418uni0419uni041Auni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni0424uni0425uni0426uni0427uni0428uni0429uni042Auni042Buni042Cuni042Duni042Euni042Funi0430uni0431uni0432uni0433uni0434uni0435uni0436uni0437uni0438uni0439uni043Auni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni0444uni0445uni0446uni0447uni0448uni0449uni044Auni044Buni044Cuni044Duni044Euni044Funi0450uni0451uni0452uni0453uni0454uni0455uni0456uni0457uni0458uni0459uni045Auni045Buni045Cuni045Duni045Euni045Funi0460uni0461uni0462uni0463uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471uni0472uni0473uni0474uni0475uni0476uni0477uni0478uni0479uni047Auni047Buni047Cuni047Duni047Euni047Funi0480uni0481uni0482uni0483uni0484uni0485uni0486uni0487uni0488uni0489uni048Auni048Buni048Cuni048Duni048Euni048Funi0490uni0491uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C5uni04C6uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04CDuni04CEuni04CFuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8uni04D9uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9uni04FAuni04FBuni04FCuni04FDuni04FEuni04FFuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni200Buni200Cuni200Duni200Euni200Funi2011 figuredashuni2015uni2016 underscoredbl quotereverseduni201Funi202Auni202Buni202Cuni202Duni202Euni202Fminuteseconduni2034Euro arrowleft arrowright arrowdblleft arrowdblrightuni2215uni2219 orthogonal intersection equivalence filledboxH22073H18543H18551 filledrecttriaguptriagrttriagdntriaglfcircleuni25CCH18533 invbullet invcircle openbulletuni2610uni2611uniFEFFR4ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/themes/000077500000000000000000000000001336714227100221615ustar00rootroot00000000000000ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/themes/base-theme.yml000066400000000000000000000054551336714227100247270ustar00rootroot00000000000000# NOTE file is read "as is"; variables are not parsed; key layout must be flat # QUESTION should vertical_spacing be block_spacing instead? vertical_spacing: 12 page_background_color: 'FFFFFF' page_layout: portrait # 36 is equivalent to 0.5in page_margin: 36 page_margin_inner: 48 page_margin_outer: 24 page_size: A4 base_align: left #base_font_color: '333333' base_font_color: '000000' #base_font_family: Times-Roman base_font_family: Helvetica base_font_size: 12 # QUESTION should we rename to min_font_size? base_font_size_min: 9 base_font_style: normal base_line_height: 1.15 base_line_height_length: 13.8 base_border_color: 'EEEEEE' base_border_width: 0.5 link_font_color: '0000EE' literal_font_family: Courier heading_font_style: bold heading_h1_font_size: 24 heading_h2_font_size: 18 heading_h3_font_size: 16 heading_h4_font_size: 14 heading_h5_font_size: 12 heading_h6_font_size: 10 heading_line_height: 1.15 heading_margin_top: 4 heading_margin_bottom: 12 title_page_align: center title_page_line_height: 1.15 title_page_logo_top: 10% title_page_title_top: 40% title_page_title_font_size: 18 title_page_subtitle_font_size: 14 title_page_authors_margin_top: 12 outline_list_indent: 30 outline_list_item_spacing: 6 description_list_description_indent: 30 description_list_term_font_style: bold description_list_term_spacing: 4 block_margin_top: 0 block_margin_bottom: 12 caption_align: left caption_font_style: italic caption_margin_inside: 4 caption_margin_outside: 0 abstract_font_size: 13.5 abstract_line_height: 1.4 abstract_padding: 0 abstract_title_align: center abstract_title_font_style: bold admonition_column_rule_color: 'EEEEEE' admonition_column_rule_width: 0.5 admonition_padding: [0, 12, 0, 12] admonition_label_font_style: bold admonition_label_text_transform: uppercase blockquote_border_color: 'EEEEEE' blockquote_border_width: 4 blockquote_padding: [6, 12, -6, 14] code_font_family: Courier code_font_size: 10.5 code_line_height: 1.2 code_padding: 9 code_border_color: 'EEEEEE' code_border_width: 0.5 conum_line_height: 1.15 example_background_color: 'FFFFFF' example_border_color: 'EEEEEE' example_border_width: 0.5 # FIXME reenable margin bottom once margin collapsing is implemented example_padding: [12, 12, 0, 12] image_align: left lead_font_size: 13.5 lead_line_height: 1.4 prose_margin_top: 0 prose_margin_bottom: 12 sidebar_background_color: 'EEEEEE' # FIXME reenable margin bottom once margin collapsing is implemented sidebar_padding: [12, 12, 0, 12] sidebar_title_align: center sidebar_title_font_style: bold table_border_color: '000000' table_border_style: solid table_border_width: 0.5 table_cell_padding: 2 table_head_font_style: bold table_body_stripe_background_color: 'EEEEEE' thematic_break_border_color: 'EEEEEE' thematic_break_border_style: solid thematic_break_border_width: 0.5 toc_indent: 15 toc_line_height: 1.4 ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/data/themes/default-theme.yml000066400000000000000000000210161336714227100254300ustar00rootroot00000000000000font: catalog: # Noto Serif supports Latin, Latin-1 Supplement, Latin Extended-A, Greek, Cyrillic, Vietnamese & an assortment of symbols Noto Serif: normal: notoserif-regular-subset.ttf bold: notoserif-bold-subset.ttf italic: notoserif-italic-subset.ttf bold_italic: notoserif-bold_italic-subset.ttf # M+ 1mn supports ASCII and the circled numbers used for conums M+ 1mn: normal: mplus1mn-regular-ascii-conums.ttf bold: mplus1mn-bold-ascii.ttf italic: mplus1mn-italic-ascii.ttf bold_italic: mplus1mn-bold_italic-ascii.ttf # M+ 1p supports Latin, Latin-1 Supplement, Latin Extended, Greek, Cyrillic, Vietnamese, Japanese & an assortment of symbols # It also provides arrows for ->, <-, => and <= replacements in case these glyphs are missing from font M+ 1p Fallback: normal: mplus1p-regular-fallback.ttf bold: mplus1p-regular-fallback.ttf italic: mplus1p-regular-fallback.ttf bold_italic: mplus1p-regular-fallback.ttf fallbacks: - M+ 1p Fallback page: background_color: ffffff layout: portrait margin: [0.5in, 0.67in, 0.67in, 0.67in] # margin_inner and margin_outer keys are used for recto/verso print margins when media=prepress margin_inner: 0.75in margin_outer: 0.59in size: A4 base: align: justify # color as hex string (leading # is optional) font_color: 333333 # color as RGB array #font_color: [51, 51, 51] # color as CMYK array (approximated) #font_color: [0, 0, 0, 0.92] #font_color: [0, 0, 0, 92%] font_family: Noto Serif # choose one of these font_size/line_height_length combinations #font_size: 14 #line_height_length: 20 #font_size: 11.25 #line_height_length: 18 #font_size: 11.2 #line_height_length: 16 font_size: 10.5 #line_height_length: 15 # correct line height for Noto Serif metrics line_height_length: 12 #font_size: 11.25 #line_height_length: 18 line_height: $base_line_height_length / $base_font_size font_size_large: round($base_font_size * 1.25) font_size_small: round($base_font_size * 0.85) font_size_min: $base_font_size * 0.75 font_style: normal border_color: eeeeee border_radius: 4 border_width: 0.5 # FIXME vertical_rhythm is weird; we should think in terms of ems #vertical_rhythm: $base_line_height_length * 2 / 3 # correct line height for Noto Serif metrics (comes with built-in line height) vertical_rhythm: $base_line_height_length horizontal_rhythm: $base_line_height_length # QUESTION should vertical_spacing be block_spacing instead? vertical_spacing: $vertical_rhythm link: font_color: 428bca # literal is currently used for inline monospaced in prose and table cells literal: font_color: b12146 font_family: M+ 1mn menu_caret_content: " \u203a " heading: align: left #font_color: 181818 font_color: $base_font_color font_family: $base_font_family font_style: bold # h1 is used for part titles (book doctype only) h1_font_size: floor($base_font_size * 2.6) # h2 is used for chapter titles (book doctype only) h2_font_size: floor($base_font_size * 2.15) h3_font_size: round($base_font_size * 1.7) h4_font_size: $base_font_size_large h5_font_size: $base_font_size h6_font_size: $base_font_size_small #line_height: 1.4 # correct line height for Noto Serif metrics (comes with built-in line height) line_height: 1 margin_top: $vertical_rhythm * 0.4 margin_bottom: $vertical_rhythm * 0.9 title_page: align: right logo: top: 10% title: top: 55% font_size: $heading_h1_font_size font_color: 999999 line_height: 0.9 subtitle: font_size: $heading_h3_font_size font_style: bold_italic line_height: 1 authors: margin_top: $base_font_size * 1.25 font_size: $base_font_size_large font_color: 181818 revision: margin_top: $base_font_size * 1.25 block: margin_top: 0 margin_bottom: $vertical_rhythm caption: align: left font_size: $base_font_size * 0.95 font_style: italic # FIXME perhaps set line_height instead of / in addition to margins? margin_inside: $vertical_rhythm / 3 #margin_inside: $vertical_rhythm / 4 margin_outside: 0 lead: font_size: $base_font_size_large line_height: 1.4 abstract: font_color: 5c6266 font_size: $lead_font_size line_height: $lead_line_height font_style: italic first_line_font_style: bold title: align: center font_color: $heading_font_color font_family: $heading_font_family font_size: $heading_h4_font_size font_style: $heading_font_style admonition: column_rule_color: $base_border_color column_rule_width: $base_border_width padding: [0, $horizontal_rhythm, 0, $horizontal_rhythm] #icon: # tip: # name: fa-lightbulb-o # stroke_color: 111111 # size: 24 label: text_transform: uppercase font_style: bold blockquote: font_color: $base_font_color font_size: $base_font_size_large border_color: $base_border_color border_width: 5 # FIXME disable negative padding bottom once margin collapsing is implemented padding: [0, $horizontal_rhythm, $block_margin_bottom * -0.75, $horizontal_rhythm + $blockquote_border_width / 2] cite_font_size: $base_font_size_small cite_font_color: 999999 # code is used for source blocks (perhaps change to source or listing?) code: font_color: $base_font_color font_family: $literal_font_family font_size: ceil($base_font_size) padding: $code_font_size line_height: 1.25 # line_gap is an experimental property to control how a background color is applied to an inline block element line_gap: 3.8 background_color: f5f5f5 border_color: cccccc border_radius: $base_border_radius border_width: 0.75 conum: font_family: M+ 1mn font_color: $literal_font_color font_size: $base_font_size line_height: 4 / 3 example: border_color: $base_border_color border_radius: $base_border_radius border_width: 0.75 background_color: ffffff # FIXME reenable padding bottom once margin collapsing is implemented padding: [$vertical_rhythm, $horizontal_rhythm, 0, $horizontal_rhythm] image: align: left prose: margin_top: $block_margin_top margin_bottom: $block_margin_bottom sidebar: background_color: eeeeee border_color: e1e1e1 border_radius: $base_border_radius border_width: $base_border_width # FIXME reenable padding bottom once margin collapsing is implemented padding: [$vertical_rhythm, $vertical_rhythm * 1.25, 0, $vertical_rhythm * 1.25] title: align: center font_color: $heading_font_color font_family: $heading_font_family font_size: $heading_h4_font_size font_style: $heading_font_style thematic_break: border_color: $base_border_color border_style: solid border_width: $base_border_width margin_top: $vertical_rhythm * 0.5 margin_bottom: $vertical_rhythm * 1.5 description_list: term_font_style: bold term_spacing: $vertical_rhythm / 4 description_indent: $horizontal_rhythm * 1.25 outline_list: indent: $horizontal_rhythm * 1.5 #marker_font_color: 404040 # NOTE outline_list_item_spacing applies to list items that do not have complex content item_spacing: $vertical_rhythm / 2 table: background_color: $page_background_color #head_background_color: #head_font_color: $base_font_color head_font_style: bold #body_background_color: body_stripe_background_color: f9f9f9 foot_background_color: f0f0f0 border_color: dddddd border_width: $base_border_width cell_padding: 3 toc: indent: $horizontal_rhythm line_height: 1.4 dot_leader: #content: ". " font_color: a9a9a9 #levels: 2 3 # NOTE in addition to footer, header is also supported footer: font_size: $base_font_size_small # NOTE if background_color is set, background and border will span width of page border_color: dddddd border_width: 0.25 height: $base_line_height_length * 2.5 line_height: 1 padding: [$base_line_height_length / 2, 1, 0, 1] vertical_align: top #image_vertical_align: or # additional attributes for content: # * {page-count} # * {page-number} # * {document-title} # * {document-subtitle} # * {chapter-title} # * {section-title} # * {section-or-chapter-title} recto: #columns: "<50% =0% >50%" right: content: '{page-number}' #content: '{section-or-chapter-title} | {page-number}' #content: '{document-title} | {page-number}' #center: # content: '{page-number}' verso: #columns: $footer_recto_columns left: content: $footer_recto_right_content #content: '{page-number} | {chapter-title}' #center: # content: '{page-number}' ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/docs/000077500000000000000000000000001336714227100207135ustar00rootroot00000000000000ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/docs/theme-schema.json000066400000000000000000000052001336714227100241430ustar00rootroot00000000000000{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Theme Definition", "description": "A JSON schema for describing the available keys and value types for an Asciidoctor PDF theme. Status: Incomplete; early draft.", "definitions": { // FIXME add RGB and CMYK arrays "color": { "type": "string", "pattern": "^#?[a-fA-F0-9]{3,6}$" }, "font_style": { "type": "string", "enum": ["normal", "bold", "italic", "bold_italic"] }, "measurement": { "oneOf": [ { "type": "string", "pattern": "^[0-9]+(?:\\.[0-9]+)?(?:in|mm|cm|pt)?$" }, { // FIXME technically, numbers < 0 must have a leading 0 (e.g., 0.8) "type": "number" } ] }, "text_alignment": { "type": "string", "enum": ["left", "center", "right", "justify"] } }, "type": "object", "properties": { "page_background_color": { "$ref": "#/definitions/color", "default": "#FFFFFF" }, "page_background_image": { "type": "string" }, "page_layout": { "type": "string", "enum": ["portrait", "landscape"], "default": "portrait" }, "page_margin": { "type": "array", "minItems": 4, "maxItems": 4, "items": { "$ref": "#/definitions/measurement" }, "additionalItems": false }, "page_size": { "oneOf": [ { "type": "string", "enum": ["A4", "Executive", "Folio", "Legal", "Letter", "Tabloid"] }, { "type": "array", "minItems": 2, "maxItems": 2, "items": { "$ref": "#/definitions/measurement" } } ], "default": "Letter" }, "base_align": { "$ref": "#/definitions/text_alignment", "default": "left" }, "base_border_color": { "$ref": "#/definitions/color" }, "base_border_radius": { "type": "number" }, "base_border_width": { "type": "number" }, "base_font_color": { "$ref": "#/definitions/color", "default": "#000000" }, "base_font_family": { "type": "string", "default": "Helvetica" }, "base_font_size": { "type": "number", "default": 12 }, "base_font_style": { "$ref": "#/definitions/font_style", "default": "normal" }, "base_line_height": { "type": "number" }, "base_line_height_length": { "$ref": "#/definitions/measurement" }, "base_font_size_large": { "type": "number" }, "base_font_size_small": { "type": "number" } } } ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/docs/theming-guide.adoc000066400000000000000000002620271336714227100243020ustar00rootroot00000000000000= Asciidoctor PDF Theming Guide Dan Allen // Settings: :idprefix: :idseparator: - :toc: preamble ifndef::env-github[:icons: font] ifdef::env-github[] :outfilesuffix: .adoc :!toc-title: :caution-caption: :fire: :important-caption: :exclamation: :note-caption: :paperclip: :tip-caption: :bulb: :warning-caption: :warning: endif::[] :window: _blank // Aliases: :conum-guard-yaml: # ifndef::icons[:conum-guard-yaml: # #] ifdef::backend-pdf[:conum-guard-yaml: # #] //// Topics remaining to document: * line height and line height length (and what that all means) * title page layout / title page images (logo & background) * document that unicode escape sequences can be used inside double-quoted strings //// [.lead] The theming system in Asciidoctor PDF is used to control the layout and styling of the PDF file Asciidoctor PDF generates from AsciiDoc. This document describes how the theming system works, how to define a custom theme in YAML and how to activate the theme when running Asciidoctor PDF. IMPORTANT: If you're creating a custom theme, you're expected to supply your own fonts. But we recognize that can be a major obstacle when you're starting out. Therefore, your other option is to simply redeclare the fonts from the https://github.com/asciidoctor/asciidoctor-pdf/blob/master/data/themes/default-theme.yml[default theme] in the <>. Asciidoctor PDF will then resolve the fonts that are bundled with the gem. If you don't declare your own fonts, the <> will be used instead. However, since AFM fonts only support WINANSI characters (which is similar to Basic Latin), using them will likely result in missing functionality and warnings. toc::[] == Language Overview The theme language in Asciidoctor PDF is based on the http://en.wikipedia.org/wiki/YAML[YAML] data format and incorporates many concepts from CSS and SASS. Therefore, if you have a background in web design, the theme language should be immediately familiar to you. Like CSS, themes have both selectors and properties. Selectors are the component you want to style. The properties are the style elements of that component that can be styled. All selector names are implicit (e.g., `heading`), so you customize the theme primarily by manipulating pre-defined property values (e.g., `font_size`). [NOTE] ==== The theme language in Asciidoctor PDF supports a limited subset of the properties from CSS. Some of these properties have different names from those found in CSS. * Underscores (`_`) can be used in place of hyphens (`-`) for all property names in the theme language. * Instead of separate properties for font weight and font style, the theme language combines these settings in the `font_style` property (allowed values: `normal`, `bold`, `italic` and `bold_italic`). * The `text_align` property from CSS is the `align` property in the theme language. * The `color` property from CSS is the `font_color` property in the theme language. ==== A theme (or style) is described in a YAML-based data format and stored in a dedicated theme file. YAML is a human-friendly data format that resembles CSS and helps to describe the theme. The theme language adds some extra features to YAML, such as variables, basic math, measurements and color values. These enhancements will be explained in detail in later sections. The theme file must be named _-theme.yml_, where `` is the name of the theme. Here's an example of a basic theme file: .basic-theme.yml [source,yaml] ---- page: layout: portrait margin: [0.75in, 1in, 0.75in, 1in] size: Letter base: font_color: #333333 font_family: Times-Roman font_size: 12 line_height_length: 17 line_height: $base_line_height_length / $base_font_size vertical_spacing: $base_line_height_length heading: font_color: #262626 font_size: 17 font_style: bold line_height: 1.2 margin_bottom: $vertical_spacing link: font_color: #002FA7 outline_list: indent: $base_font_size * 1.5 ---- When creating a new theme, you only have to define the keys you want to override from the base theme, which is loaded prior to loading your custom theme. All the available keys are documented in <>. The converter uses the information from the theme map to help construct the PDF. [TIP] ==== Instead of creating a theme from scratch, another option is to download the https://github.com/asciidoctor/asciidoctor-pdf/blob/master/data/themes/default-theme.yml[default-theme.yml] file from the source repository. Save the file using a unique name (e.g., _custom-theme.yml_) and start hacking on it. Alternatively, you can snag the file from your local installation using the following command: $ ASCIIDOCTOR_PDF_DIR=`gem contents asciidoctor-pdf --show-install-dir`;\ cp "$ASCIIDOCTOR_PDF_DIR/data/themes/default-theme.yml" custom-theme.yml ==== Keys may be nested to an arbitrary depth to eliminate redundant prefixes (an approach inspired by SASS). Once the theme is loaded, all keys are flattened into a single map of qualified keys. Nesting is simply a shorthand way of organizing the keys. In the end, a theme is just a map of key/value pairs. Nested keys are adjoined to their parent key with an underscore (`_`). This means the selector part (e.g., `link`) is combined with the property name (e.g., `font_color`) into a single, qualified key (e.g., `link_font_color`). For example, let's assume we want to set the base (i.e., global) font size and color. These keys may be written longhand: [source,yaml] ---- base_font_color: #333333 base_font_family: Times-Roman base_font_size: 12 ---- Or, to avoid having to type the prefix `base_` multiple times, the keys may be written hierarchically: [source,yaml] ---- base: font_color: #333333 font_family: Times-Roman font_size: 12 ---- Or even: [source,yaml] ---- base: font: color: #333333 family: Times-Roman size: 12 ---- Each level of nesting must be indented by two more spaces of indentation than the parent level. Also note the presence of the colon after each key name. == Values The value of a key may be one of the following types: * String - Font family name (e.g., Roboto) - Font style (normal, bold, italic, bold_italic) - Alignment (left, center, right, justify) - Color as hex string (e.g., #ffffff) - Image path - Enumerated type (where specified) - Text content (where specified) * Null (clears any previously assigned value) - _empty_ (i.e., no value specified) - null - ~ * Number (integer or float) with optional units (default unit is points) * Array - Color as RGB array (e.g., [51, 51, 51]) - Color CMYK array (e.g., [50, 100, 0, 0]) - Margin (e.g., [1in, 1in, 1in, 1in]) - Padding (e.g., [1in, 1in, 1in, 1in]) * Variable reference (e.g., $base_font_color) * Math expression Note that keys almost always require a value of a specific type, as documented in <>. === Inheritance Like CSS, inheritance is a principle feature in the Asciidoctor PDF theme language. For many of the properties, if a key is not specified, the key inherits the value applied to the parent content in the content hierarchy. This behavior saves you from having to specify properties unless you want to override the inherited value. The following keys are inherited: * font_family * font_color * font_size * font_style * text_transform * line_height (currently some exceptions) * margin_bottom (if not specified, defaults to $vertical_spacing) .Heading Inheritance **** Headings inherit starting from a specific heading level (e.g., `heading_h2_font_size`), then to the heading category (e.g., `heading_font_size`), then directly to the base value (e.g., `base_font_size`). Any setting from an enclosing context, such as a sidebar, is skipped. **** === Variables To save you from having to type the same value in your theme over and over, or to allow you to base one value on another, the theme language supports variables. Variables consist of the key name preceded by a dollar sign (`$`) (e.g., `$base_font_size`). Any qualified key that has already been defined can be referenced in the value of another key. (In order words, as soon as the key is assigned, it's available to be used as a variable). IMPORTANT: Variables are defined from top to bottom (i.e., in document order). Therefore, a variable must be defined before it is referenced. In other words, the path the variable refers to must be *above* the usage of that variable. For example, once the following line is processed, [source,yaml] ---- base: font_color: #333333 ---- the variable `$base_font_color` will be available for use in subsequent lines and will resolve to `#333333`. Let's say you want to make the font color of the sidebar title the same as the heading font color. Just assign the value `$heading_font_color` to the `$sidebar_title_font_color`. [source,yaml] ---- heading: font_color: #191919 sidebar: title: font_color: $heading_font_color ---- You can also use variables in math expressions to use one value to build another. This is commonly done to set font sizes proportionally. It also makes it easy to test different values very quickly. [source,yaml] ---- base: font_size: 12 font_size_large: $base_font_size * 1.25 font_size_small: $base_font_size * 0.85 ---- We'll cover more about math expressions later. ==== Custom Variables You can define arbitrary key names to make custom variables. This is one way to group reusable values at the top of your theme file. If you are going to do this, it's recommended that you organize the keys under a custom namespace, such as `brand`. For instance, here's how you can define your brand colors: [source,yaml,subs=attributes+] ---- brand: primary: #E0162B {conum-guard-yaml} <1> secondary: '#FFFFFF' {conum-guard-yaml} <2> alert: '0052A5' {conum-guard-yaml} <3> ---- <1> To align with CSS, you may add a `+#+` in front of the hex color value. A YAML preprocessor is used to ensure the value is not treated as a comment as it would normally be the case in YAML. <2> You may put quotes around the CSS-style hex value to make it friendly to a YAML editor or validation tool. <3> The leading `+#+` on a hex value is entirely optional. However, we recommend that you always use either a leading `+#+` or surrounding quotes (or both) to prevent YAML from mangling the value. You can now use these custom variables later in the theme file: [source,yaml] ---- base: font_color: $brand_primary ---- === Math Expressions & Functions The theme language supports basic math operations to support calculated values. Like programming languages, multiple and divide take precedence over add and subtract. The following table lists the supported operations and the corresponding operator for each. [width=25%] |=== |Operation |Operator |multiply |* |divide |/ |add |+ |subtract |- |=== IMPORTANT: Operators must always be surrounded by a space on either side (e.g., 2 + 2, not 2+2). Here's an example of a math expression with fixed values. [source,yaml] ---- conum: line_height: 4 / 3 ---- Variables may be used in place of numbers anywhere in the expression: [source,yaml] ---- base: font_size: 12 font_size_large: $base_font_size * 1.25 ---- Values used in a math expression are automatically coerced to a float value before the operation. If the result of the expression is an integer, the value is coerced to an integer afterwards. IMPORTANT: Numeric values less than 1 must have a 0 before the decimal point (e.g., 0.85). The theme language also supports several functions for rounding the result of a math expression. The following functions may be used if they surround the whole value or expression for a key. round(...):: Rounds the number to the nearest half integer. floor(...):: Rounds the number up to the next integer. ceil(...):: Rounds the number down the previous integer. You might use these functions in font size calculations so that you get more exact values. [source,yaml] ---- base: font_size: 12.5 font_size_large: ceil($base_font_size * 1.25) ---- === Measurement Units Several of the keys require a value in points (pt), the unit of measure for the PDF canvas. A point is defined as 1/72 of an inch. If you specify a number without any units, the units defaults to pt. However, us humans like to think in real world units like inches (in), centimeters (cm), or millimeters (mm). You can let the theme do this conversion for you automatically by adding a unit notation next to any number. The following units are supported: [width=25%] |=== |Unit |Suffix |Centimeter |cm |Inches |in |Millimeter |mm |Percentage^[1]^ |%, vw, or vh |Points |pt (default) |=== . A percentage with the % unit is calculated relative to the width or height of the content area. Viewport-relative percentages (vw or vh units) are calculated as a percentage of the page width or height, respectively. Currently, percentage units can only be used for placing elements on the title page or for setting the width of a block image. IMPORTANT: Numbers with more than two digits should be written as a float (e.g., 100.0), a math expression (e.g, 1 * 100), or with a unit (e.g., 100pt). Otherwise, the value may be misinterpreted as a hex color (e.g., '100') and could cause the converter to crash. Here's an example of how you can use inches to define the page margins: [source,yaml] ---- page: margin: [0.75in, 1in, 0.75in, 1in] ---- The order of elements in a measurement array is the same as it is in CSS: . top . right . bottom . left === Alignments The align subkey is used to align text and images within the parent container. ==== Text Alignments Text can be aligned as follows: * left * center * right * justify (stretched to each edge) ==== Image Alignments Images can be aligned as follows: * left * center * right === Font Styles In most cases, whereever you can specify a custom font family, you can also specify a font style. These two settings are combined to locate the font to use. The following font styles are recognized: * normal (no style) * italic * bold * bold_italic === Text Transforms Many places where font properties can be specified, a case transformation can be applied to the text. The following transforms are recognized: * uppercase * lowercase * none (clears an inherited value) [CAUTION#transform-unicode-letters] ==== Since Ruby 2.4, Ruby has built-in support for transforming the case of any letter defined by Unicode. If you're using Ruby < 2.4, and the text you want to transform contains characters beyond the Basic Latin character set (e.g., an accented character), you must install either the `activesupport` or the `unicode` gem in order for those characters to be transformed. $ gem install activesupport or $ gem install unicode ==== // Additional transforms, such as capitalize, may be added in the future. === Colors The theme language supports color values in three formats: Hex:: A string of 3 or 6 characters with an optional leading `#`, optional surrounding quotes or both. RGB:: An array of numeric values ranging from 0 to 255. CMYK:: An array of numeric values ranging from 0 to 1 or from 0% to 100%. Transparent:: The special value `transparent` indicates that a color should not be used. ==== Hex The hex color value is likely most familiar to web developers. The value must be either 3 or 6 characters (case insensitive) with an optional leading hash (`#`), optional surrounding quotes or both. To align with CSS, you may add a `+#+` in front of the hex color value. A YAML preprocessor is used to ensure the value is not treated as a comment as it would normally be the case in YAML. You also may put quotes around the CSS-style hex value to make it friendly to a YAML editor or validation tool. In this case, the leading `+#+` on a hex value is entirely optional. Regardless, we recommend that you always use either a leading `+#+` or surrounding quotes (or both) to prevent YAML from mangling the value. The following are all equivalent values for the color red: [cols="8*m"] |=== |#ff0000 |#FF0000 |'ff0000' |'FF0000' |#f00 |#F00 |'f00' |'F00' |=== Here's how a hex color value appears in the theme file: [source,yaml] ---- base: font_color: #ff0000 ---- ==== RGB An RGB array value must be three numbers ranging from 0 to 255. The values must be separated by commas and be surrounded by square brackets. NOTE: An RGB array is automatically converted to a hex string internally, so there's no difference between ff0000 and [255, 0, 0]. Here's how to specify the color red in RGB: * [255, 0, 0] Here's how a RGB color value appears in the theme file: [source,yaml] ---- base: font_color: [255, 0, 0] ---- ==== CMYK A CMYK array value must be four numbers ranging from 0 and 1 or from 0% to 100%. The values must be separated by commas and be surrounded by square brackets. Unlike the RGB array, the CMYK array _is not_ converted to a hex string internally. PDF has native support for CMYK colors, so you can preserve the original color values in the final PDF. Here's how to specify the color red in CMYK: * [0, 0.99, 1, 0] * [0, 99%, 100%, 0] Here's how a CMYK color value appears in the theme file: [source,yaml] ---- base: font_color: [0, 0.99, 1, 0] ---- ==== Transparent It's possible to specify no color by assigning the special value `transparent`, as shown here: [source,yaml] ---- base: background_color: transparent ---- === Images An image is specified either as a bare image path or as an inline image macro as found in the AsciiDoc syntax. Images are currently resolved relative to the value of the `pdf-stylesdir` attribute. The following image types (and corresponding file extensions) are supported: * PNG (.png) * JPEG (.jpg) * SVG (.svg) CAUTION: The GIF format (.gif) is not supported. Here's how an image is specified in the theme file as a bare image path: [source,yaml] ---- title_page: background_image: title-cover.png ---- In this case, the image is resolved relative to theme directory. Here's how the image is specified using the inline image macro: [source,yaml] ---- title_page: background_image: image:title-cover.png[] ---- In this case, the image is resolved relative to the value of the `imagesdir` attribute. Wrapping the value in the image macro sends a hint to the converter to resolve it just like other images. Like in the AsciiDoc syntax, the inline image macro allows you to supply set the width of the image and the alignment: [source,yaml] ---- title_page: logo_image: image:logo.png[width=250,align=center] ---- === Quoted String Some of the keys accept a quoted string as text content. The final segment of these keys is always named `content`. A content key accepts a string value. It's usually best to quote the string or use the http://symfony.com/doc/current/components/yaml/yaml_format.html#strings[YAML multi-line string syntax]. Text content may be formatted using a subset of inline HTML. You can use the well-known elements such as ``, ``, ``, ``, ``, ``, ``, and ``. The `` element supports the `style` attribute, which you can use to specify the `color`, `font-weight`, and `font-style` CSS properties. You can also use the `rgb` attribute on the `` element to change the color or the `name` and `size` attributes on the `` element to change the font properties. If you need to add an underline or strikethrough decoration to the text, you can assign the `underline` or `line-through` to the `class` attribute on any aforementioned element. Here's an example of using formatting in the content of the menu caret: [source,yaml] ---- menu_caret_content: " \u203a " ---- NOTE: The string must be double quoted in order to use a Unicode escape code like `\u203a`. Additionally, normal substitutions are applied to the value of content keys for <>, so you can use most AsciiDoc inline formatting (e.g., `+*strong*+` or `+{attribute-name}+`) in the values of those keys. == Fonts You can select from <>, <> or <> loaded from TrueType font (TTF) files. If you want to use custom fonts, you must first declare them in your theme file. IMPORTANT: Asciidoctor has no challenge working with Unicode. In fact, it prefers Unicode and considers the entire range. However, once you convert to PDF, you have to meet the font requirements of PDF in order to preserve Unicode characters. There's nothing Asciidoctor can do to convince PDF to work with extended characters without the right fonts in play. === Built-In (AFM) Fonts The names of the built-in fonts (for general-purpose text) are as follows: [width=33.33%] |=== |Font Name |Font Family |Helvetica |sans-serif |Times-Roman |serif |Courier |monospace |=== Using a built-in font requires no additional files. You can use the key anywhere a `font_family` property is accepted in the theme file. For example: [source,yaml] ---- base: font_family: Times-Roman ---- However, when you use a built-in font, the characters you can use in your document are limited to the characters in the WINANSI (http://en.wikipedia.org/wiki/Windows-1252[Windows-1252]) code set. WINANSI includes most of the characters needed for writing in Western languages (English, French, Spanish, etc). For anything outside of that, PDF is BYOF (Bring Your Own Font). Even though the built-in fonts require the content to be encoded in WINANSI, _you still type your AsciiDoc document in UTF-8_. Asciidoctor PDF encodes the content into WINANSI when building the PDF. .WINANSI Encoding Behavior **** When using the built-in PDF (AFM) fonts on a block of content in your AsciiDoc document, any character that cannot be encoded to WINANSI is replaced with a logic "`not`" glyph (`¬`) and you'll see the following warning in your console: The following text could not be fully converted to the Windows-1252 character set: | This behavior differs from the default behavior in Prawn, which simply crashes. For more information about how Prawn handles character encodings for built-in fonts, see https://github.com/prawnpdf/prawn/blob/master/CHANGELOG.md#vastly-improved-handling-of-encodings-for-pdf-built-in-afm-fonts[this note in the Prawn CHANGELOG]. **** === Bundled Fonts Asciidoctor PDF bundles several fonts that are used by the default theme. You can also use these fonts in your custom theme by simply declaring them. These fonts provide more characters than the built-in PDF fonts, but still only a subset of UTF-8 (to reduce the size of the gem). The family name of the fonts bundled with Asciidoctor PDF are as follows: http://www.google.com/get/noto/#/family/noto-serif[Noto Serif]:: A serif font that can be styled as normal, italic, bold or bold_italic. http://mplus-fonts.osdn.jp/mplus-outline-fonts/design/index-en.html#mplus_1mn[M+ 1mn]:: A monospaced font that maps different thicknesses to the styles normal, italic, bold and bold_italic. Also provides the circuled numbers used in callouts. http://mplus-fonts.osdn.jp/mplus-outline-fonts/design/index-en.html#mplus_1p[M+ 1p Fallback]:: A sans-serif font that provides a very complete set of Unicode glyphs. Cannot be styled as italic, bold or bold_italic. Used as the fallback font. CAUTION: At the time of this writing, you cannot use the bundled fonts if you change the value of the `pdf-fontsdir` attribute (and thus define your own custom fonts). This limitation may be lifted in the future. === Custom Fonts The limited character set of WINANSI, or the bland look of the built-in fonts, may motivate you to load your own font. Custom fonts can enhance the look of your PDF theme substantially. To start, you need to find a collection of TTF file of the font you want to use. A collection typically consists of all four styles of a font: * normal * italic * bold * bold_italic You'll need all four styles to support AsciiDoc content properly. _Asciidoctor PDF cannot italicize a font dynamically like a browser can, so you need the italic style._ Once you've obtained the TTF files, put them into a directory in your project where you want to store the fonts. It's recommended that you name them consistently so it's easier to type the names in the theme file. Let's assume the name of the font is https://github.com/google/roboto/tree/master/out/RobotoTTF[Roboto]. Name the files as follows: * roboto-normal.ttf (_originally Roboto-Regular.ttf_) * roboto-italic.ttf (_originally Roboto-Italic.ttf_) * roboto-bold.ttf (_originally Roboto-Bold.ttf_) * roboto-bold_italic.ttf (_originally Roboto-BoldItalic.ttf_) Next, declare the font under the `font_catalog` key at the top of your theme file, giving it a unique key (e.g., `Roboto`). [source,yaml] ---- font: catalog: Roboto: normal: roboto-normal.ttf italic: roboto-italic.ttf bold: roboto-bold.ttf bold_italic: roboto-bold_italic.ttf ---- You can use the key that you assign to the font in the font catalog anywhere the `font_family` property is accepted in the theme file. For instance, to use the Roboto font for all headings, you'd use: [source,yaml] ---- heading: font_family: Roboto ---- When you execute Asciidoctor PDF, you need to specify the directory where the fonts reside using the `pdf-fontsdir` attribute: $ asciidoctor-pdf -a pdf-style=basic-theme.yml -a pdf-fontsdir=path/to/fonts document.adoc WARNING: Currently, all fonts referenced by the theme need to be present in the directory specified by the `pdf-fontsdir` attribute. When Asciidoctor PDF creates the PDF, it only embeds the glyphs from the font that are needed to render the characters present in the document. In other words, Asciidoctor PDF automatically subsets the font. However, if you're storing the fonts in a repository, you may want to subset the font (for instance, by using FontForge) to reduce the space the font occupies in that storage. This is simply a personal preference. You can add any number of fonts to the catalog. Each font must be assigned a unique key, as shown here: [source,yaml] ---- font: catalog: Roboto: normal: roboto-normal.ttf italic: roboto-italic.ttf bold: roboto-bold.ttf bold_italic: roboto-bold_italic.ttf Roboto Light: normal: roboto-light-normal.ttf italic: roboto-light-italic.ttf bold: roboto-light-bold.ttf bold_italic: roboto-light-bold_italic.ttf ---- TIP: Text in SVGs will use the font catalog from your theme. We recommend that you match the font key to the name of the font seen by the operating system. This will allow you to use the same font names (aka families) in both your graphics program and Asciidoctor PDF. === Fallback Fonts If a TrueType font is missing a character needed to render the document, such as a special symbol, you can have Asciidoctor PDF look for the character in a fallback font. You only need to specify a single fallback font, typically one that provides a full set of symbols. IMPORTANT: The fallback font is only used when the primary font is a TrueType font (i.e., TTF, DFont, TTC). Any glyph missing from an AFM font is simply replaced with the "`not`" glyph (`¬`). CAUTION: Using the fallback font slows down PDF generation slightly because it has to analyze every single character. It's use is not recommended for large documents. Instead, it's best to select primary fonts that have all the characters you need. Keep in mind that the default theme currently uses a fallback font, though this may change in the future. Like with other custom fonts, you first need to declare the fallback font. Let's choose https://github.com/android/platform_frameworks_base/blob/master/data/fonts/DroidSansFallback.ttf[Droid Sans Fallback]. You can map all the styles to a single font file (since bold and italic don't usually make sense for symbols). [source,yaml] ---- font: catalog: Roboto: normal: roboto-normal.ttf italic: roboto-italic.ttf bold: roboto-bold.ttf bold_italic: roboto-bold_italic.ttf DroidSansFallback: normal: droid-sans-fallback.ttf italic: droid-sans-fallback.ttf bold: droid-sans-fallback.ttf bold_italic: droid-sans-fallback.ttf ---- Next, add the key name to the `fallbacks` key under the `font_catalog` key. The `fallbacks` key accepts an array of values, meaning you can specify more than one fallback font. However, we recommend using a single fallback font, if possible, as shown here: [source,yaml] ---- font: catalog: Roboto: normal: roboto-normal.ttf italic: roboto-italic.ttf bold: roboto-bold.ttf bold_italic: roboto-bold_italic.ttf DroidSansFallback: normal: droid-sans-fallback.ttf italic: droid-sans-fallback.ttf bold: droid-sans-fallback.ttf bold_italic: droid-sans-fallback.ttf fallbacks: - DroidSansFallback ---- TIP: If you are using more than one fallback font, add additional lines to the `fallbacks` key. Of course, make sure you've configured your theme to use your custom font: [source,yaml] ---- base: font_family: Roboto ---- That's it! Now you're covered. If your custom font is missing a glyph, Asciidoctor PDF will look in your fallback font. You don't need to reference the fallback font anywhere else in your theme file. == Keys This section lists all the keys that are available when creating a custom theme. The keys are organized by category. Each category represents a common prefix under which the keys are typically nested. TIP: Keys can be nested wherever an underscore (`_`) appears in the name. This nested structure is for organizational purposes only. All keys are flatted when the theme is loaded (e.g., `align` nested under `base` becomes `base_align`). The converter uses the values of these keys to control how most elements are arranged and styled in the PDF. The default values listed in this section get inherited from the https://github.com/asciidoctor/asciidoctor-pdf/blob/master/data/themes/base-theme.yml[base theme]. IMPORTANT: The https://github.com/asciidoctor/asciidoctor-pdf/blob/master/data/themes/default-theme.yml[default theme] has a different set of values which are not shown in this guide. When creating a theme, all keys are optional. Required keys are provided by the base theme. Therefore, you only have to declare keys that you want to override. [#keys-page] === Page The keys in this category control the size, margins and background of each page (i.e., canvas). We recommended that you define this category before all other categories. NOTE: The background of the title page can be styled independently. See <> for details. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-page]*Key Prefix:* <<key-prefix-page,page>> |background_color^[1]^ |<<colors,Color>> + (default: #ffffff) |page: background_color: #fefefe |background_image^[1]^ |Inline image macro^[2]^ + (default: _not set_) |page: background_image: image:page-bg.png[] |layout |portrait {vbar} landscape + (default: portrait) |page: layout: landscape |margin |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: 36) |page: margin: [0.5in, 0.67in, 1in, 0.67in] |margin_inner^[3]^ |<<measurement-units,Measurement>> + (default: 48) |page: margin_inner: 0.75in |margin_outer^[3]^ |<<measurement-units,Measurement>> + (default: 24) |page: margin_outer: 0.59in |size |https://github.com/prawnpdf/pdf-core/blob/0.6.0/lib/pdf/core/page_geometry.rb#L16-L68[Named size^] {vbar} <<measurement-units,Measurement[width,height]>> + (default: A4) |page: size: Letter |=== . Page background images are automatically scaled to fit within the bounds of the page. + NOTE: Page backgrounds do not currently work when using AsciidoctorJ PDF. This limitation is due to a bug in Prawn 1.3.1. The limitation will remain until AsciidoctorJ PDF upgrades to Prawn 2.x (an upgrade that is waiting on AsciidoctorJ to migrate to JRuby 9000). For more details, see http://discuss.asciidoctor.org/Asciidoctor-YAML-style-file-for-PDF-and-maven-td3849.html[this thread]. . Target may be an absolute path or a path relative to the value of the `pdf-stylesdir` attribute. . The margins for `recto` (right-hand, odd-numbered) and `verso` (left-hand, even-numbered) pages are calculated automatically from the margin_inner and margin_outer values. These margins and used when the value `prepress` is assigned to the `media` document attribute. [#keys-base] === Base The keys in this category provide generic theme settings and are often referenced throughout the theme file as variables. We recommended that you define this category after the page category and before all other categories. NOTE: While it's common to define additional keys in this category (e.g., `base_border_radius`) to keep your theme DRY, we recommend using <<Custom Variables,custom variables>> instead. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-base]*Key Prefix:* <<key-prefix-base,base>> |align |<<text-alignments,Text alignment>> + (default: left) |base: align: justify |border_color |<<colors,Color>> + (default: #eeeeee) |base: border_color: #eeeeee // border_radius is variable, not an official key //|border_radius //|<<values,Number>> //|base: // border_radius: 4 |border_width |<<values,Number>> + (default: 0.5) |base: border_width: 0.5 |font_color |<<colors,Color>> + (default: #000000) |base: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: Helvetica) |base: font_family: Noto Serif |font_size |<<values,Number>> + (default: 12) |base: font_size: 10.5 // font_size_large is a variable, not an official key //|font_size_large //|<<values,Number>> //|base: // font_size_large: 13 |font_size_min |<<values,Number>> + (default: 9) |base: font_size_min: 6 // font_size_small is a variable, not an official key //|font_size_small //|<<values,Number>> //|base: // font_size_small: 9 |font_style |<<font-styles,Font style>> + (default: normal) |base: font_style: normal |text_transform^[1]^ |none + (default: none) |base: text_transform: none |line_height_length^[2]^ |<<values,Number>> + (default: 13.8) |base: line_height_length: 12 |line_height^[2]^ |<<values,Number>> + (default: 1.15) |base: line_height: > $base_line_height_length / $base_font_size |=== . The `text_transform` key cannot be set globally. Therefore, this key should not be used. The value of `none` is implicit and is documented here for completeness. . You should set one of `line_height` or `line_height_length`, then derive the value of the other using a calculation as these are correlated values. For instance, if you set `line_height_length`, then use `$base_line_height_length / $base_font_size` as the value of `line_height`. [#keys-vertical-spacing] === Vertical Spacing The keys in this category control the general spacing between elements where a more specific setting is not designated. [cols="3,4,5l"] |=== |Key |Value Type |Example |vertical_spacing |<<values,Number>> + (default: 12) |vertical_spacing: 10 |=== [#keys-link] === Link The keys in this category are used to style hyperlink text. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-link]*Key Prefix:* <<key-prefix-link,link>> |font_color |<<colors,Color>> + (default: #0000ee) |link: font_color: #428bca |font_family |<<fonts,Font family name>> + (default: _inherit_) |link: font_family: Roboto |font_size |<<values,Number>> + (default: _inherit_) |link: font_size: 9 |font_style |<<font-styles,Font style>> + (default: _inherit_) |link: font_style: italic |text_decoration |none {vbar} underline {vbar} line-through + (default: none) |link: text_decoration: underline |=== [#keys-literal] === (Inline) Literal The keys in this category are used for inline monospaced text in prose and table cells. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-literal]*Key Prefix:* <<key-prefix-literal,literal>> |font_color |<<colors,Color>> + (default: _inherit_) |literal: font_color: #b12146 |font_family |<<fonts,Font family name>> + (default: Courier) |literal: font_family: M+ 1mn |font_size |<<values,Number>> + (default: _inherit_) |literal: font_size: 12 |font_style |<<font-styles,Font style>> + (default: _inherit_) |literal: font_style: bold |=== [#keys-heading] === Heading The keys in this category control the style of most headings, including part titles, chapter titles, sections titles, the table of contents title and discrete headings. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-heading]*Key Prefix:* <<key-prefix-heading,heading>> |align |<<text-alignments,Text alignment>> + (default: $base_align) |heading: align: center |font_color |<<colors,Color>> + (default: _inherit_) |heading: font_color: #222222 |font_family |<<fonts,Font family name>> + (default: $base_font_family) |heading: font_family: Noto Serif // NOTE: heading_font_size is overridden by h<n>_font_size in base theme //|font_size //|<<values,Number>> + //(default: $base_font_size) //|heading: // font_size: 18 |font_style |<<font-styles,Font style>> + (default: bold) |heading: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |heading: text_transform: uppercase |line_height |<<values,Number>> + (default: 1.15) |heading: line_height: 1.2 |margin_top |<<measurement-units,Measurement>> + (default: 4) |heading: margin_top: $vertical_spacing * 0.2 |margin_bottom |<<measurement-units,Measurement>> + (default: 12) |heading: margin_bottom: 9.6 3+|[#key-prefix-heading-level]*Key Prefix:* <<key-prefix-heading-level,heading_h<n> >>^[1]^ |align |<<text-alignments,Text alignment>> + (default: $heading_align) |heading: h2_align: center |font_color |<<colors,Color>> + (default: $heading_font_color) |heading: h2_font_color: [0, 99%, 100%, 0] |font_family |<<fonts,Font family name>> + (default: $heading_font_family) |heading: h4_font_family: Roboto |font_size^[1]^ |<<values,Number>> + (default: <1>=24; <2>=18; <3>=16; <4>=14; <5>=12; <6>=10) |heading: h6_font_size: $base_font_size * 1.7 |font_style |<<font-styles,Font style>> + (default: $heading_font_style) |heading: h3_font_style: bold_italic |text_transform |<<text-transforms,Text transform>> + (default: $heading_text_transform) |heading: text_transform: lowercase |=== . `<n>` is a number ranging from 1 to 6, representing each of the six heading levels. . A font size is assigned to each heading level by the base theme. If you want the font size of a specific level to be inherited, you must assign the value `null` (or `~` for short). [#keys-title-page] === Title Page The keys in this category control the style of the title page as well as the arrangement and style of the elements on it. TIP: The title page can be disabled from the document by setting the `notitle` attribute in the AsciiDoc document header. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-title-page]*Key Prefix:* <<key-prefix-title-page,title_page>> |align |<<text-alignments,Text alignment>> + (default: center) |title_page: align: right |background_color^[1]^ |<<colors,Color>> + (default: _inherit_) |title_page: background_color: #eaeaea |background_image^[1]^ |Inline image macro^[2]^ + (default: _not set_) |title_page: background_image: image:title.png[] |font_color |<<colors,Color>> + (default: _inherit_) |title_page: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |title_page: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |title_page: font_size: 13 |font_style |<<font-styles,Font style>> + (default: _inherit_) |title_page: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |title_page: text_transform: uppercase |line_height |<<values,Number>> + (default: 1.15) |title_page: line_height: 1 3+|[#key-prefix-title-page-logo]*Key Prefix:* <<key-prefix-title-page-logo,title_page_logo>> |align |<<image-alignments,Image alignment>> + (default: _inherit_) |title_page: logo: align: right |image |Inline image macro^[2]^ + (default: _not set_) |title_page: logo: image: image:logo.png[pdfwidth=25%] |top |Percentage^[3]^ + (default: 10%) |title_page: logo: top: 25% 3+|[#key-prefix-title-page-title]*Key Prefix:* <<key-prefix-title-page-title,title_page_title>> |font_color |<<colors,Color>> + (default: _inherit_) |title_page: title: font_color: #999999 |font_family |<<fonts,Font family name>> + (default: _inherit_) |title_page: title: font_family: Noto Serif |font_size |<<values,Number>> + (default: 18) |title_page: title: font_size: $heading_h1_font_size |font_style |<<font-styles,Font style>> + (default: _inherit_) |title_page: title: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |title_page: title: text_transform: uppercase |line_height |<<values,Number>> + (default: $heading_line_height) |title_page: title: line_height: 0.9 |top |Percentage^[3]^ + (default: 40%) |title_page: title: top: 55% |margin_top |<<measurement-units,Measurement>> + (default: 0) |title_page: title: margin_top: 13.125 |margin_bottom |<<measurement-units,Measurement>> + (default: 0) |title_page: title: margin_bottom: 5 3+|[#key-prefix-title-page-subtitle]*Key Prefix:* <<key-prefix-title-page-subtitle,title_page_subtitle>> |font_color |<<colors,Color>> + (default: _inherit_) |title_page: subtitle: font_color: #181818 |font_family |<<fonts,Font family name>> + (default: _inherit_) |title_page: subtitle: font_family: Noto Serif |font_size |<<values,Number>> + (default: 14) |title_page: subtitle: font_size: $heading_h3_font_size |font_style |<<font-styles,Font style>> + (default: _inherit_) |title_page: subtitle: font_style: bold_italic |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |title_page: subtitle: text_transform: uppercase |line_height |<<values,Number>> + (default: $heading_line_height) |title_page: subtitle: line_height: 1 |margin_top |<<measurement-units,Measurement>> + (default: 0) |title_page: subtitle: margin_top: 13.125 |margin_bottom |<<measurement-units,Measurement>> + (default: 0) |title_page: subtitle: margin_bottom: 5 3+|[#key-prefix-authors]*Key Prefix:* <<key-prefix-authors,title_page_authors>> |delimiter |<<quoted-string,Quoted string>> + (default: ', ') |title_page: authors: delimiter: '; ' |font_color |<<colors,Color>> + (default: _inherit_) |title_page: authors: font_color: #181818 |font_family |<<fonts,Font family name>> + (default: _inherit_) |title_page: authors: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |title_page: authors: font_size: 13 |font_style |<<font-styles,Font style>> + (default: _inherit_) |title_page: authors: font_style: bold_italic |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |title_page: authors: text_transform: uppercase |margin_top |<<measurement-units,Measurement>> + (default: 12) |title_page: authors: margin_top: 13.125 |margin_bottom |<<measurement-units,Measurement>> + (default: 0) |title_page: authors: margin_bottom: 5 3+|[#key-prefix-revision]*Key Prefix:* <<key-prefix-revision,title_page_revision>> |delimiter |<<quoted-string,Quoted string>> + (default: ', ') |title_page: revision: delimiter: ': ' |font_color |<<colors,Color>> + (default: _inherit_) |title_page: revision: font_color: #181818 |font_family |<<fonts,Font family name>> + (default: _inherit_) |title_page: revision: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |title_page: revision: font_size: $base_font_size_small |font_style |<<font-styles,Font style>> + (default: _inherit_) |title_page: revision: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |title_page: revision: text_transform: uppercase |margin_top |<<measurement-units,Measurement>> + (default: 0) |title_page: revision: margin_top: 13.125 |margin_bottom |<<measurement-units,Measurement>> + (default: 0) |title_page: revision: margin_bottom: 5 |=== . Page background images are automatically scaled to fit within the bounds of the page. + NOTE: Page backgrounds do not currently work when using AsciidoctorJ PDF. This limitation is due to a bug in Prawn 1.3.1. The limitation will remain until AsciidoctorJ PDF upgrades to Prawn 2.x (an upgrade that is waiting on AsciidoctorJ to migrate to JRuby 9000). For more details, see http://discuss.asciidoctor.org/Asciidoctor-YAML-style-file-for-PDF-and-maven-td3849.html[this thread]. . Target may be an absolute path or a path relative to the value of the `pdf-stylesdir` attribute. . Percentage unit can be % (relative to content height) or vh (relative to page height). [#keys-prose] === Prose The keys in this category control the spacing around paragraphs (paragraph blocks, paragraph content of a block, and other prose content). Typically, all the margin is placed on the bottom. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-prose]*Key Prefix:* <<key-prefix-prose,prose>> |margin_top |<<measurement-units,Measurement>> + (default: 0) |prose: margin_top: 0 |margin_bottom |<<measurement-units,Measurement>> + (default: 12) |prose: margin_bottom: $vertical_spacing |=== [#keys-block] === Block The keys in this category control the spacing around block elements when a more specific setting is not designated. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-block]*Key Prefix:* <<key-prefix-block,block>> //|padding //|<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> //|block: // padding: [12, 15, 12, 15] |margin_top |<<measurement-units,Measurement>> + (default: 0) |block: margin_top: 6 |margin_bottom |<<measurement-units,Measurement>> + (default: 12) |block: margin_bottom: 6 |=== Block styles are applied to the following block types: [cols="3*a",grid=none,frame=none] |=== | * admonition * example * quote | * verse * sidebar * image | * listing * literal * table |=== [#keys-caption] === Caption The keys in this category control the arrangement and style of block captions. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-caption]*Key Prefix:* <<key-prefix-caption,caption>> |align |<<text-alignments,Text alignment>> + (default: left) |caption: align: left |font_color |<<colors,Color>> + (default: _inherit_) |caption: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |caption: font_family: M+ 1mn |font_size |<<values,Number>> + (default: _inherit_) |caption: font_size: 11 |font_style |<<font-styles,Font style>> + (default: italic) |caption: font_style: italic |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |caption: text_transform: uppercase |margin_inside |<<measurement-units,Measurement>> + (default: 4) |caption: margin_inside: 3 |margin_outside |<<measurement-units,Measurement>> + (default: 0) |caption: margin_outside: 0 |=== [#keys-code] === Code The keys in this category are used to control the style of literal, listing and source blocks. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-code]*Key Prefix:* <<key-prefix-code,code>> |background_color |<<colors,Color>> + (default: _not set_) |code: background_color: #f5f5f5 |border_color |<<colors,Color>> + (default: #eeeeee) |code: border_color: #cccccc |border_radius |<<values,Number>> + (default: _not set_) |code: border_radius: 4 |border_width |<<values,Number>> + (default: 0.5) |code: border_width: 0.75 |font_color |<<colors,Color>> + (default: _inherit_) |code: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: Courier) |code: font_family: M+ 1mn |font_size |<<values,Number>> + (default: 10.5) |code: font_size: 11 |font_style |<<font-styles,Font style>> + (default: _inherit_) |code: font_style: italic |line_height |<<values,Number>> + (default: 1.2) |code: line_height: 1.25 |line_gap^[1]^ |<<values,Number>> + (default: 0) |code: line_gap: 3.8 |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: 9) |code: padding: 11 |=== . The line_gap is used to tune the height of the background color applied to a span of block text highlighted using Rouge. [#keys-callout-numbers] === Callout Numbers The keys in this category are used to control the style of callout numbers (conums) inside verbatim blocks and in callout lists (colists). [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-conum]*Key Prefix:* <<key-prefix-conum,conum>> |font_color |<<colors,Color>> + (default: _inherit_) |conum: font_color: #b12146 |font_family^[1,2]^ |<<fonts,Font family name>> + (default: _inherit_) |conum: font_family: M+ 1mn |font_size^[2]^ |<<values,Number>> + (default: _inherit_) |conum: font_size: $base_font_size |font_style^[2]^ |<<font-styles,Font style>> + (default: _inherit_) |conum: font_style: normal |line_height^[2]^ |<<values,Number>> + (default: 1.15) |conum: line_height: 4 / 3 |=== . Currently, the font must contain the circle numbers starting at glyph U+2460. . font_family, font_size, font_style, and line_height are only used for markers in a colist. These properties are inherited for conums inside a verbatim block. [#keys-menu] === Menu The keys in this category apply to the menu label (generated from the inline menu macro). [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-menu]*Key Prefix:* <<key-prefix-menu,menu>> |caret_content |<<quoted-string,Quoted string>> + (default: " \u203a ") |menu: caret_content: ' > ' |=== [#keys-blockquote] === Blockquote The keys in this category control the arrangement and style of quote blocks. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-blockquote]*Key Prefix:* <<key-prefix-blockquote,blockquote>> |border_width^[1]^ |<<values,Number>> + (default: 4) |blockquote: border_width: 5 |border_color^[1]^ |<<colors,Color>> + (default: #eeeeee) |blockquote: border_color: #eeeeee |font_color |<<colors,Color>> + (default: _inherit_) |blockquote: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |blockquote: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |blockquote: font_size: 13 |font_style |<<font-styles,Font style>> + (default: _inherit_) |blockquote: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |blockquote: text_transform: uppercase |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: [6, 12, -6, 14]) |blockquote: padding: [5, 10, -5, 12] 3+|[#key-prefix-blockquote-cite]*Key Prefix:* <<key-prefix-blockquote-cite,blockquote_cite>> |font_size |<<values,Number>> + (default: _inherit_) |blockquote: cite: font_size: 9 |font_color |<<colors,Color>> + (default: _inherit_) |blockquote: cite: font_color: #999999 |font_family |<<fonts,Font family name>> + (default: _inherit_) |blockquote: cite: font_family: Noto Serif |font_style |<<font-styles,Font style>> + (default: _inherit_) |blockquote: cite: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |blockquote: cite: text_transform: uppercase |=== . Only applies to the left side. [#keys-sidebar] === Sidebar The keys in this category control the arrangement and style of sidebar blocks. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-sidebar]*Key Prefix:* <<key-prefix-sidebar,sidebar>> |background_color |<<colors,Color>> + (default: #eeeeee) |sidebar: background_color: #eeeeee |border_color |<<colors,Color>> + (default: _not set_) |sidebar: border_color: #ffffff |border_radius |<<values,Number>> + (default: _not set_) |sidebar: border_radius: 4 |border_width |<<values,Number>> + (default: _not set_) |sidebar: border_width: 0.5 |font_color |<<colors,Color>> + (default: _inherit_) |sidebar: font_color: #262626 |font_family |<<fonts,Font family name>> + (default: _inherit_) |sidebar: font_family: M+ 1p |font_size |<<values,Number>> + (default: _inherit_) |sidebar: font_size: 13 |font_style |<<font-styles,Font style>> + (default: _inherit_) |sidebar: font_style: italic |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |sidebar: text_transform: uppercase |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: [12, 12, 0, 12]) |sidebar: padding: [12, 15, 0, 15] 3+|[#key-prefix-sidebar-title]*Key Prefix:* <<key-prefix-sidebar-title,sidebar_title>> |align |<<text-alignments,Text alignment>> + (default: center) |sidebar: title: align: center |font_color |<<colors,Color>> + (default: _inherit_) |sidebar: title: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |sidebar: title: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |sidebar: title: font_size: 13 |font_style |<<font-styles,Font style>> + (default: bold) |sidebar: title: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |sidebar: title: text_transform: uppercase |=== [#keys-example] === Example The keys in this category control the arrangement and style of example blocks. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-example]*Key Prefix:* <<key-prefix-example,example>> |background_color |<<colors,Color>> + (default: #ffffff) |example: background_color: #fffef7 |border_color |<<colors,Color>> + (default: #eeeeee) |example: border_color: #eeeeee |border_radius |<<values,Number>> + (default: _not set_) |example: border_radius: 4 |border_width |<<values,Number>> + (default: 0.5) |example: border_width: 0.75 |font_color |<<colors,Color>> + (default: _inherit_) |example: font_color: #262626 |font_family |<<fonts,Font family name>> + (default: _inherit_) |example: font_family: M+ 1p |font_size |<<values,Number>> + (default: _inherit_) |example: font_size: 13 |font_style |<<font-styles,Font style>> + (default: _inherit_) |example: font_style: italic |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |example: text_transform: uppercase |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: [12, 12, 0, 12]) |example: padding: [15, 15, 0, 15] |=== [#keys-admonition] === Admonition The keys in this category control the arrangement and style of admonition blocks and the icon used for each admonition type. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-admonition]*Key Prefix:* <<key-prefix-admonition,admonition>> |column_rule_color |<<colors,Color>> + (default: #eeeeee) |admonition: column_rule_color: #aa0000 |column_rule_style |solid {vbar} double {vbar} dashed {vbar} dotted + (default: solid) |admonition: column_rule_style: double |column_rule_width |<<values,Number>> + (default: 0.5) |admonition: column_rule_width: 0.5 |font_color |<<colors,Color>> + (default: _inherit_) |admonition: font_color: #999999 |font_family |<<fonts,Font family name>> + (default: _inherit_) |admonition: font_family: Noto Sans |font_size |<<values,Number>> + (default: _inherit_) |admonition: font_size: $base_font_size_large |font_style |<<font-styles,Font style>> + (default: _inherit_) |admonition: font_style: italic |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |admonition: text_transform: none |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: [0, 12, 0, 12]) |admonition: padding: [0, 12, 0, 12] 3+|[#key-prefix-admonition-label]*Key Prefix:* <<key-prefix-admonition-label,admonition_label>> |align |<<text-alignments,Text alignment>> + (default: center) |admonition: label: align: center |min_width |<<measurement-units,Measurement>> + (default: _not set_) |admonition: label: min_width: 48 |padding^[1]^ |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: $admonition_padding) |admonition: padding: [0, 12, 0, 12] |vertical_align |top {vbar} middle {vbar} bottom + (default: middle) |admonition: label: vertical_align: top 3+|*Key Prefix:* admonition_label, admonition_label_<name>^[2]^ |font_color |<<colors,Color>> + (default: _inherit_) |admonition: label: font_color: #262626 |font_family |<<fonts,Font family name>> + (default: _inherit_) |admonition: label: font_family: M+ 1p |font_size |<<values,Number>> + (default: _inherit_) |admonition: label: font_size: 12 |font_style |<<font-styles,Font style>> + (default: bold) |admonition: label: font_style: bold_italic |text_transform |<<text-transforms,Text transform>> + (default: uppercase) |admonition: label: text_transform: lowercase 3+|[#key-prefix-admonition-icon]*Key Prefix:* <<key-prefix-admonition-icon,admonition_icon_<name> >>^[2]^ |name |<icon set>-<icon name>^[3]^ + (default: _not set_) |admonition: icon: tip: name: fa-fire |stroke_color |<<colors,Color>> + (default: caution=#bf3400; important=#bf0000; note=#19407c; tip=#111111; warning=#bf6900) |admonition: icon: important: stroke_color: ff0000 |size |<<values,Number>> + (default: 24) |admonition: icon: note: size: 24 |=== . The top and bottom padding values are ignored on admonition_label_padding. . `<name>` can be `note`, `tip`, `warning`, `important`, or `caution`. The subkeys in the icon category cannot be flattened (e.g., `tip_name: fa-lightbulb-o` is not valid syntax). . Required. See the `.yml` files in the https://github.com/jessedoyle/prawn-icon/tree/master/data/fonts[prawn-icon repository] for a list of valid icon names. The prefix (e.g., `fa-`) determines which font set to use. [#keys-image] === Image The keys in this category control the arrangement of block images. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-image]*Key Prefix:* <<key-prefix-image,image>> |align |<<image-alignments,Image alignment>> + (default: left) |image: align: left |width^[1]^ |<<measurement-units,Measurement>> + (default: _not set_) |image: width: 100% |=== . Only applies to block images. If specified, this value takes precedence over the value of the `width` attribute on the image macro, but not over the value of the `pdfwidth` attribute. [#keys-lead] === Lead The keys in this category control the styling of lead paragraphs. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-lead]*Key Prefix:* <<key-prefix-lead,lead>> |font_color |<<colors,Color>> + (default: _inherit_) |lead: font_color: #262626 |font_family |<<fonts,Font family name>> + (default: _inherit_) |lead: font_family: M+ 1p |font_size |<<values,Number>> + (default: 13.5) |lead: font_size: 13 |font_style |<<font-styles,Font style>> + (default: _inherit_) |lead: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |lead: text_transform: uppercase |line_height |<<values,Number>> + (default: 1.4) |lead: line_height: 1.4 |=== [#keys-abstract] === Abstract The keys in this category control the arrangement and style of the abstract. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-abstract]*Key Prefix:* <<key-prefix-abstract,abstract>> |font_color |<<colors,Color>> + (default: $base_font_color) |abstract: font_color: #5c6266 |font_size |<<values,Number>> + (default: 13.5) |abstract: font_size: 13 |font_style |<<font-styles,Font style>> + (default: $base_font_style) |abstract: font_style: italic |text_transform |<<text-transforms,Text transform>> + (default: $base_text_transform) |abstract: text_transform: uppercase |line_height |<<values,Number>> + (default: 1.4) |abstract: line_height: 1.4 |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: 0) |abstract: padding: [0, 12, 0, 12] 3+|[#key-prefix-abstract-title]*Key Prefix:* <<key-prefix-abstract-title,abstract_title>> |align |<<text-alignments,Text alignment>> + (default: center) |abstract: title: align: center |font_color |<<colors,Color>> + (default: $base_font_color) |abstract: title: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: $base_font_family) |abstract: title: font_family: Noto Serif |font_size |<<values,Number>> + (default: $base_font_size) |abstract: title: font_size: 13 |font_style |<<font-styles,Font style>> + (default: bold) |abstract: title: font_style: bold |text_transform |<<text-transforms,Text transform>> + (default: $base_text_transform) |abstract: title: text_transform: uppercase |=== [#keys-thematic-break] === Thematic Break The keys in this category control the style of thematic breaks (aka horizontal rules). [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-thematic-break]*Key Prefix:* <<key-prefix-thematic-break,thematic_break>> |border_color |<<colors,Color>> + (default: #eeeeee) |thematic_break: border_color: #eeeeee |border_style |solid {vbar} double {vbar} dashed {vbar} dotted + (default: solid) |thematic_break: border_style: dashed |border_width |<<measurement-units,Measurement>> + (default: 0.5) |thematic_break: border_width: 0.5 |margin_top |<<measurement-units,Measurement>> + (default: 0) |thematic_break: margin_top: 6 |margin_bottom |<<measurement-units,Measurement>> + (default: $vertical_spacing) |thematic_break: margin_bottom: 18 |=== [#keys-description-list] === Description List The keys in this category control the arrangement and style of definition list items (terms and descriptions). [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-description-list]*Key Prefix:* <<key-prefix-description-list,description_list>> |term_font_style |<<font-styles,Font style>> + (default: bold) |description_list: term_font_style: italic |term_spacing |<<measurement-units,Measurement>> + (default: 4) |description_list: term_spacing: 5 |description_indent |<<values,Number>> + (default: 30) |description_list: description_indent: 15 |=== [#keys-outline-list] === Outline List The keys in this category control the arrangement and style of outline list items. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-outline-list]*Key Prefix:* <<key-prefix-outline-list,outline_list>> |indent |<<measurement-units,Measurement>> + (default: 30) |outline_list: indent: 40 |item_spacing |<<measurement-units,Measurement>> + (default: 6) |outline_list: item_spacing: 4 |marker_font_color^[1]^ |<<colors,Color>> + (default: _inherit_) |outline_list: marker_font_color: #3c763d |=== . Controls the color of the bullet glyph that marks items in unordered lists and the number for items in ordered lists. [#keys-table] === Table The keys in this category control the arrangement and style of tables and table cells. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-table]*Key Prefix:* <<key-prefix-table,table>> |background_color |<<colors,Color>> + (default: transparent) |table: background_color: #ffffff |border_color |<<colors,Color>> + (default: #000000) |table: border_color: #dddddd |border_style |solid {vbar} dashed {vbar} dotted + (default: solid) |table: border_style: solid |border_width |<<values,Number>> + (default: 0.5) |table: border_width: 0.5 |caption_side |top {vbar} bottom + (default: top) |table: caption_side: bottom |font_color |<<colors,Color>> + (default: _inherit_) |table: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |table: font_family: Helvetica |font_size |<<values,Number>> + (default: _inherit_) |table: font_size: 9.5 |font_style |<<font-styles,Font style>> + (default: _inherit_) |table: font_style: italic |grid_color |<<colors,Color>> + (default: $table_border_color) |table: grid_color: #eeeeee |grid_style |solid {vbar} dashed {vbar} dotted + (default: solid) |table: grid_style: dashed |grid_width |<<values,Number>> + (default: $table_border_width) |table: grid_width: 0.5 3+|[#key-prefix-table-head]*Key Prefix:* <<key-prefix-table-head,table_head>> //|align //|<<text-alignments,Text alignment>> + //(default: _inherit_) //|table: // head: // align: center |background_color |<<colors,Color>> + (default: $table_background_color) |table: head: background_color: #f0f0f0 |font_color |<<colors,Color>> + (default: $table_font_color) |table: head: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: $table_font_family) |table: head: font_family: Noto Serif |font_size |<<values,Number>> + (default: $table_font_size) |table: head: font_size: 10 |font_style |<<font-styles,Font style>> + (default: bold) |table: head: font_style: normal |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |table: head: text_transform: uppercase 3+|[#key-prefix-table-body]*Key Prefix:* <<key-prefix-table-body,table_body>> |background_color |<<colors,Color>> + (default: $table_background_color) |table: body: background_color: #fdfdfd |stripe_background_color^[1]^ |<<colors,Color>> + (default: #eeeeee) |table: body: stripe_background_color: #efefef 3+|[#key-prefix-table-foot]*Key Prefix:* <<key-prefix-table-foot,table_foot>> |background_color |<<colors,Color>> + (default: $table_background_color) |table: foot: background_color: #f0f0f0 |font_color |<<colors,Color>> + (default: $table_font_color) |table: foot: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: $table_font_family) |table: foot: font_family: Noto Serif |font_size |<<values,Number>> + (default: $table_font_size) |table: foot: font_size: 10 |font_style |<<font-styles,Font style>> + (default: normal) |table: foot: font_style: italic //deprecated //3+|[#key-prefix-table-row]*Key Prefix:* <<key-prefix-table-row,table_<parity>_row>>^[1]^ // //|background_color //|<<colors,Color>> + //(default: $table_background_color) //|table: // even_row: // background_color: #f9f9f9 3+|[#key-prefix-table-cell]*Key Prefix:* <<key-prefix-table-cell,table_cell>> |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: 2) |table: cell: padding: 3 3+|[#key-prefix-table-header-cell]*Key Prefix:* <<key-prefix-table-header-cell,table_header_cell>> //|align //|<<text-alignments,Text alignment>> + //(default: $table_head_align) //|table: // header_cell: // align: center |background_color |<<colors,Color>> + (default: $table_head_background_color) |table: header_cell: background_color: #f0f0f0 |font_color |<<colors,Color>> + (default: $table_head_font_color) |table: header_cell: font_color: #1a1a1a |font_family |<<fonts,Font family name>> + (default: $table_head_font_family) |table: header_cell: font_family: Noto Sans |font_size |<<values,Number>> + (default: $table_head_font_size) |table: header_cell: font_size: 12 |font_style |<<font-styles,Font style>> + (default: $table_head_font_style) |table: header_cell: font_style: italic |text_transform |<<text-transforms,Text transform>> + (default: $table_head_text_transform) |table: header_cell: text_transform: uppercase |=== . Applied to even rows by default; controlled using `stripes` attribute (even, odd, all, none) on table. //. `<parity>` can be `odd` (odd rows) or `even` (even rows). [#keys-table-of-contents] === Table of Contents (TOC) The keys in this category control the arrangement and style of the table of contents. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-toc]*Key Prefix:* <<key-prefix-toc,toc>> |font_color |<<colors,Color>> + (default: _inherit_) |toc: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |toc: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |toc: font_size: 9 |font_style |<<font-styles,Font style>> + // QUESTION why is the default not inherited? (default: normal) |toc: font_style: bold |text_decoration |none {vbar} underline + (default: none) |toc: text_decoration: underline |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |toc: text_transform: uppercase |line_height |<<values,Number>> + (default: 1.4) |toc: line_height: 1.5 |indent |<<measurement-units,Measurement>> + (default: 15) |toc: indent: 20 |margin_top |<<measurement-units,Measurement>> + (default: 0) |toc: margin_top: 0 3+|[#key-prefix-toc-level]*Key Prefix:* <<key-prefix-toc-level,toc_h<n> >>^[1]^ |font_color |<<colors,Color>> + (default: _inherit_) |toc: h3_font_color: #999999 |font_family |<<fonts,Font family name>> + (default: _inherit_) |toc: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |toc: font_size: 9 |font_style |<<font-styles,Font style>> + (default: _inherit_) |toc: font_style: italic |text_decoration |none {vbar} underline + (default: _inherit_) |toc: text_decoration: none |text_transform |<<text-transforms,Text transform>> + (default: _inherit_) |toc: text_transform: uppercase 3+|[#key-prefix-toc-title]*Key Prefix:* <<key-prefix-toc-title,toc_title>> |align |<<text-alignments,Text alignment>> + (default: $heading_h2_align) |toc: title: align: right |font_color |<<colors,Color>> + (default: $heading_h2_font_color) |toc: title: font_color: #aa0000 |font_family |<<fonts,Font family name>> + (default: $heading_h2_font_family) |toc: title: font_family: Noto Serif |font_size |<<values,Number>> + (default: $heading_h2_font_size) |toc: title: font_size: 18 |font_style |<<font-styles,Font style>> + (default: $heading_h2_font_style) |toc: title: font_style: bold_italic |text_transform |<<text-transforms,Text transform>> + (default: $heading_h2_text_transform) |sidebar: title: text_transform: uppercase 3+|[#key-prefix-toc-dot-leader]*Key Prefix:* <<key-prefix-toc-dot-leader,toc_dot_leader>> |content |<<quoted-string,Quoted string>> + (default: '. ') |toc: dot_leader: content: ". " |font_color^[2]^ |<<colors,Color>> + (default: _inherit_) |toc: dot_leader: font_color: #999999 |font_style^[2]^ |<<font-styles,Font style>> + (default: normal) |toc: dot_leader: font_style: bold |levels^[3]^ |all {vbar} none {vbar} Integers (space-separated) + (default: all) |toc: dot_leader: levels: 2 3 |=== . `<n>` is a number ranging from 1 to 6, representing each of the six heading levels. . The dot leader inherits all font properties except `font_style` from the root `toc` category. . 0-based levels (e.g., part = 0, chapter = 1). Dot leaders are only shown for the specified levels. If value is not specified, dot leaders are shown for all levels. [#keys-running-content] === Running Content (Header & Footer) The keys in this category control the arrangement and style of running header and footer content. [cols="3,4,5l"] |=== |Key |Value Type |Example 3+|[#key-prefix-header]*Key Prefix:* <<key-prefix-header,header>> |background_color^[1]^ |<<colors,Color>> + (default: _not set_) |header: background_color: #eeeeee |border_color |<<colors,Color>> + (default: _not set_) |header: border_color: #dddddd |border_style |solid {vbar} double {vbar} dashed {vbar} dotted + (default: solid) |header: border_style: dashed |border_width |<<measurement-units,Measurement>> + (default: $base_border_width) |header: border_width: 0.25 |font_color |<<colors,Color>> + (default: _inherit_) |header: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |header: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |header: font_size: 9 |font_style |<<font-styles,Font style>> + (default: _inherit_) |header: font_style: italic |height^[2]^ |<<measurement-units,Measurement>> + (default: _not set_) |header: height: 0.75in |line_height |<<values,Number>> + (default: $base_line_height) |header: line_height: 1.2 |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: 0) |header: padding: [0, 3, 0, 3] |image_vertical_align |top {vbar} middle {vbar} bottom {vbar} <<measurement-units,Measurement>> + (default: _not set_) |header: image_vertical_align: 4 |vertical_align |top {vbar} middle {vbar} bottom + (default: middle) |header: vertical_align: center |<side>_columns^[3]^ |Column specs triple + (default: _not set_) |header: recto: columns: <25% =50% >25% |<side>_<position>_content^[3,4]^ |<<quoted-string,Quoted string>> + (default: '\{page-number}') |header: recto: left: content: '\{page-number}' 3+|[#key-prefix-footer]*Key Prefix:* <<key-prefix-footer,footer>> |background_color^[1]^ |<<colors,Color>> + (default: _not set_) |footer: background_color: #eeeeee |border_color |<<colors,Color>> + (default: _not set_) |footer: border_color: #dddddd |border_style |solid {vbar} double {vbar} dashed {vbar} dotted + (default: solid) |footer: border_style: dashed |border_width |<<measurement-units,Measurement>> + (default: $base_border_width) |footer: border_width: 0.25 |font_color |<<colors,Color>> + (default: _inherit_) |footer: font_color: #333333 |font_family |<<fonts,Font family name>> + (default: _inherit_) |footer: font_family: Noto Serif |font_size |<<values,Number>> + (default: _inherit_) |footer: font_size: 9 |font_style |<<font-styles,Font style>> + (default: _inherit_) |footer: font_style: italic |height^[2]^ |<<measurement-units,Measurement>> + (default: _not set_) |footer: height: 0.75in |line_height |<<values,Number>> + (default: $base_line_height) |footer: line_height: 1.2 |padding |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> + (default: 0) |footer: padding: [0, 3, 0, 3] |image_vertical_align |top {vbar} middle {vbar} bottom {vbar} <<measurement-units,Measurement>> + (default: _not set_) |footer: image_vertical_align: 4 |vertical_align |top {vbar} middle {vbar} bottom + (default: middle) |footer: vertical_align: top |<side>_columns^[3]^ |Column specs triple + (default: _not set_) |footer: verso: columns: <50% =0% <50% |<side>_<position>_content^[3,4]^ |<<quoted-string,Quoted string>> + (default: '\{page-number}') |footer: verso: center: content: '\{page-number}' |=== . The background color spans the width of the page, as does the border when a background color is specified. . If the height is not set, the running content at this periphery is disabled. . `<side>` can be `recto` (right-hand, odd-numbered pages) or `verso` (left-hand, even-numbered pages). Where the page sides fall in relation to the physical or printed page number is controlled using the `pdf-folio-placement` attribute (except when `media=prepress`, which implies `physical`). . `<position>` can be `left`, `center` or `right`. IMPORTANT: You must define a height for the running header or footer, respectively, or it will not be shown. If you define running header and footer content in your theme, you can still disable this content per document by setting the `noheader` and `nofooter` attributes in the AsciiDoc document header, respectively. If content is not specified for the running footer, the page number (i.e., `\{page-number}`) is shown on the left on verso pages and the right on recto pages. You can disable this behavior by defining the attribute `nofooter` in the AsciiDoc document header or by defining the key `footer_<side>_content: none` in the theme. TIP: Although not listed in the table above, you can control the font properties used for running content for each column position on each page side (e.g., `footer_<side>_<position>_font_color`). For example, you can set the font color used for the right-hand column on recto pages by setting `footer_recto_right_font_color: 6CC644`. ==== Attribute References You can use _any_ attribute defined in your AsciiDoc document (such as `doctitle`) in the content of the running header and footer. In addition, the following attributes are also available when defining the content keys in the footer: * page-count * page-number * document-title * document-subtitle * part-title * chapter-title * section-title * section-or-chapter-title You can also built-in AsciiDoc text replacements like `+(C)+`, numeric character references like `+©+` and inline formatting (e.g., bold, italic, monospace). Here's an example that shows how attributes and replacements can be used in the running footer: [source,yaml] ---- header: height: 0.75in line_height: 1 recto: center: content: '(C) ACME -- v{revnumber}, {docdate}' verso: center: content: $header_recto_center_content footer: height: 0.75in line_height: 1 recto: right: content: '{section-or-chapter-title} | *{page-number}*' verso: left: content: '*{page-number}* | {chapter-title}' ---- You can split the content value across multiple lines using YAML's multiline string syntax. In this case, the single quotes around the string are not necessary. To force a hard line break in the output, add `{sp}+` to the end of the line in normal AsciiDoc fashion. [source,yaml] ---- footer: height: 0.75in line_height: 1.2 recto: right: content: | Section Title - Page Number + {section-or-chapter-title} - {page-number} verso: left: content: | Page Number - Chapter Title + {page-number} - {chapter-title} ---- TIP: You can use most AsciiDoc inline formatting in the values of these keys. For instance, to make the text bold, surround it in asterisks (as shown above). One exception to this rule are inline images, which are described in the next section. ==== Images You can add an image to the running header or footer using the AsciiDoc inline image syntax. Note that the image must be the whole value for a given position (left, center or right). It cannot be combined with text. Here's an example of how to use an image in the running header (which also applies for the footer). [source,yaml,subs=attributes+] ---- header: height: 0.75in image_vertical_align: 2 {conum-guard-yaml} <1> recto: center: content: image:footer-logo.png[width=80] verso: center: content: $header_recto_center_content ---- <1> You can use the `footer_vertical_align` attribute to slighly nudge the image up or down. CAUTION: By default, the image must fit in the allotted space for the running header or footer. Otherwise, you will run into layout issues. Adjust the width attribute accordingly using the `pdfwidth` attribute. Alternatively, you can set the `fit` attribute to `scale-down` (e.g., `fit=scale-down`) to reduce the image size to fit in the available space or `contain` (e.g., `fit=contain`) to resize the image to the maximum size that will fit. == Applying Your Theme After creating a theme, you'll need to tell Asciidoctor PDF where to find it. This is done using AsciiDoc attributes. There are three AsciiDoc attributes that tell Asciidoctor PDF how to locate and apply your theme. pdf-stylesdir:: The directory where the theme file is located. _Specifying an absolute path is recommended._ + If you use images in your theme, image paths are resolved relative to this directory. pdf-style:: The name of the YAML theme file to load. If the name ends with `.yml`, it's assumed to be the complete name of a file. Otherwise, `-theme.yml` is appended to the name to make the file name (i.e., `<name>-theme.yml`). pdf-fontsdir:: The directory where the fonts used by your theme, if any, are located. _Specifying an absolute path is recommended._ Let's assume that you've put your theme files inside a directory named `resources` with the following layout: .... document.adoc resources/ themes/ basic-theme.yml fonts/ roboto-normal.ttf roboto-italic.ttf roboto-bold.ttf roboto-bold_italic.ttf .... Here's how you'd load your theme when calling Asciidoctor PDF: $ asciidoctor-pdf -a pdf-stylesdir=resources/themes -a pdf-style=basic -a pdf-fontsdir=resources/fonts If all goes well, Asciidoctor PDF should run without an error or warning. NOTE: You only need to specify the `pdf-fontsdir` if you are using custom fonts in your theme. You can skip setting the `pdf-stylesdir` attribute and just pass the absolute path of your theme file to the `pdf-style` attribute. $ asciidoctor-pdf -a pdf-style=resources/themes/basic-theme.yml -a pdf-fontsdir=resources/fonts However, in this case, image paths in your theme won't be resolved properly. Paths are resolved relative to the current directory. However, in the future, this may change so that paths are resolved relative to the base directory (typically the document's directory). Therefore, it's recommend that you specify absolute paths for now to future-proof your configuration. $ asciidoctor-pdf -a pdf-stylesdir=/path/to/resources/themes -a pdf-style=basic -a pdf-fontsdir=/path/to/resources/fonts As usual, you can also use build tools like Maven and Gradle to build a themed PDF. The only thing you need to add to an existing build is the attributes mentioned above. * https://github.com/asciidoctor/asciidoctor-maven-examples/tree/master/asciidoctor-pdf-with-theme-example[Maven Example] * https://github.com/asciidoctor/asciidoctor-gradle-examples/tree/master/asciidoc-to-pdf-with-theme-example[Gradle Example] == Theme-Related Document Attributes There are various settings in the theme you control using document attributes. These settings override equivalent keys defined in the theme file, where applicable. [cols="2,3,6l"] |=== |Attribute |Value Type |Example |autofit-option |flag (default: _not set_) |:autofit-option: |chapter-label |string (default: Chapter) |:chapter-label: Chapitre |<face>-cover-image^[1]^ |path^[2]^ {vbar} image macro^[3]^ + (format can be image or PDF) |:front-cover-image: image:front-cover.pdf[] |media |screen {vbar} print {vbar} prepress |:media: prepress |page-background-image^[4]^ |path^[2]^ {vbar} image macro^[3]^ |:page-background-image: image:bg.jpg[] |pagenums^[5]^ |flag (default: _set_) |:pagenums: |pdf-page-layout |portrait {vbar} landscape |:pdf-page-layout: landscape |pdf-page-margin |<<measurement-units,Measurement>> {vbar} <<measurement-units,Measurement[top,right,bottom,left]>> |:pdf-page-margin: [1in, 0.5in] |pdf-page-size |https://github.com/prawnpdf/pdf-core/blob/0.6.0/lib/pdf/core/page_geometry.rb#L16-L68[Named size^] {vbar} <<measurement-units,Measurement[width, height]>> |:pdf-page-size: 6in x 9in |pdf-folio-placement |virtual {vbar} virtual-inverted {vbar} physical {vbar} physical-inverted |:pdf-folio-placement: physical |pdfmark^[6]^ |flag (default: _not set_) |:pdfmark: |text-alignment^[7]^ |<<text-alignments,Text alignment>> |:text-alignment: left |title-logo-image |path^[2]^ {vbar} image macro^[3]^ |:title-logo-image: image:logo.png[top=25%, align=center, pdfwidth=0.5in] |title-page-background-image |path^[2]^ {vbar} image macro^[3]^ |:title-page-background-image: image:title-bg.jpg[] |=== . `<face>` can be `front` or `back`. . The path is resolved relative to base_dir. . The target of the image macro is resolved relative to `imagesdir`. If the image macro syntax is not used, the value is resolved relative to the base directory, which defaults to the document directory. . Page background images are automatically scaled to fit within the bounds of the page. + NOTE: Page backgrounds do not currently work when using AsciidoctorJ PDF. This limitation is due to a bug in Prawn 1.3.1. The limitation will remain until AsciidoctorJ PDF upgrades to Prawn 2.x (an upgrade that is waiting on AsciidoctorJ to migrate to JRuby 9000). For more details, see http://discuss.asciidoctor.org/Asciidoctor-YAML-style-file-for-PDF-and-maven-td3849.html[this thread]. . Controls whether the `page-number` attribute is accessible to the running header and footer content specified in the theme file. Use the `noheader` and `nofooter` attributes to disable the running header and footer, respectively, from the document. . Enables generation of the http://milan.kupcevic.net/ghostscript-ps-pdf/#marks[pdfmark] file, which contains metadata that is fed to Ghostscript when optimizing the PDF file. . _(Experimental)_ The `text-alignment` document attribute is intended as a simple way to toggle text justification. The value of this attribute overrides the `base_align` key set by the theme. For more fine-grained control, you should customize using the theme. == Publishing Mode Asciidoctor PDF provides the following features to assist with publishing: * Double-sided (mirror) page margins * Automatic facing pages These features are activated when you set the `media` attribute to `prepress` in the header of your AsciiDoc document or from the CLI or API. The following sections describe the behaviors that this setting activates. === Double-Sided Page Margins The page margins for the recto (right-hand, odd-numbered) and verso (left-hand, even-numbered) pages are automatically calculated by replacing the side page margins with the values of the `page_margin_inner` and `page_margin_outer` keys. For example, let's assume you've defined the following settings in your theme: [source,yaml] ---- page: margin: [0.5in, 0.67in, 0.67in, 0.67in] margin_inner: 0.75in margin_outer: 0.59in ---- The page margins for the recto and verso pages will be resolved as follows: recto page margin:: [0.5in, *0.59in*, 0.67in, *0.75in*] verso page margin:: [0.5in, *0.75in*, 0.67in, *0.59in*] The page margins alternate between recto and verso. The first page in the document is a recto page. === Automatic Facing Pages When converting the book doctype using the prepress media setting, a blank page will be inserted when necessary to ensure the following elements start on a recto page: * Title page * Table of contents * First page of body * Parts and chapters Other "`facing`" pages may be added in the future. It's possible to disable the automatic facing feature for a given part or chapter. This can be done by adding the nonfacing option to the section node. When the nonfacing option is present, the part or chapter title will be placed on the following page. [source,asciidoc] ---- [%nonfacing] = Minor Chapter content ---- For documents that use the article doctype, Asciidoctor PDF incorrectly places the document title and table of contents on their own pages. This can result in the page numbering and the page facing to be out of sync. As a workaround, Asciidoctor PDF inserts a blank page, if necessary, to ensure the first page of body content is a recto-facing page. You can check on the status of this defect by following https://github.com/asciidoctor/asciidoctor-pdf/issues/95[issue #95]. == Source Highlighting Theme You can define and apply your own source highlighting theme to source blocks when using Rouge as the source highlighter. This section explains how. A custom theme for Rouge is defined using a Ruby class. Start by creating a Ruby source file to define your theme. Name the file according to the name of your theme and put the file in a folder of your choice (e.g., [.path]_rouge_themes/custom.rb_). The name of the Ruby class doesn't matter, though it's customary to name it according to the name of the theme as well. .rouge_themes/custom.rb [source,ruby] ---- require 'rouge' unless defined? ::Rouge.version module Rouge; module Themes class Custom < CSSTheme name 'custom' style Comment, fg: '#008800', italic: true style Error, fg: '#a61717', bg: '#e3d2d2' style Str, fg: '#0000ff' style Str::Char, fg: '#800080' style Num, fg: '#0000ff' style Keyword, fg: '#000080', bold: true style Operator::Word, bold: true style Name::Tag, fg: '#000080', bold: true style Name::Attribute, fg: '#ff0000' style Generic::Deleted, fg: '#000000', bg: '#ffdddd', inline_block: true, extend: true style Generic::Inserted, fg: '#000000', bg: '#ddffdd', inline_block: true, extend: true style Text, {} end end; end ---- Each style declaration accepts the following properties: * `fg` - sets the foreground (text) color * `bg` - sets the background color * `bold` - change the font weight to bold * `italic` - change the font style to italic * `underline` - add an underline to the text * `inline_block` - fill the background color to the height of the line (Asciidoctor PDF only) * `extend` - extend the background color to the end of the line for a line-oriented match (Asciidoctor PDF only) Colors are defined using hexidecimal format (e.g., #ff0000 for red). Use the `Text` token to set the background color of the source block and the default text color. The complete list of tokens can be found in the https://github.com/jneen/rouge/blob/master/lib/rouge/token.rb[token.rb] file from Rouge. Refer to the https://github.com/jneen/rouge/tree/master/lib/rouge/themes[bundled themes] to find more examples. Once you've defined your theme, you need to enable it use it using the `rouge-style` document attribute, which you specify in the document header or via the Asciidoctor CLI or API. [source,asciidoc] ---- :source-highlighter: rouge :rouge-style: custom ---- Finally, you need to active your theme by requiring the theme file when you invoke Asciidoctor. $ asciidoctor -r ./rouge_themes/custom.rb sample.adoc You should now see that the source code is highlighted to your liking. For more information about source highlighting with Rouge, refer to the http://rouge.jneen.net/[Rouge project page]. //// == Resources for Extending Asciidoctor PDF * http://www.sitepoint.com/hackable-pdf-typesetting-in-ruby-with-prawn[Hackable PDF typesetting in Ruby with Prawn] //// ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/���������������������������������������������������0000775�0000000�0000000�00000000000�13367142271�0021601�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/basic-example.adoc���������������������������������0000664�0000000�0000000�00000001124�13367142271�0025141�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������= Document Title Doc Writer <doc@example.com> :doctype: book :reproducible: //:source-highlighter: coderay :source-highlighter: rouge :listing-caption: Listing // Uncomment next line to set page size (default is A4) //:pdf-page-size: Letter A simple http://asciidoc.org[AsciiDoc] document. == Introduction A paragraph followed by a simple list with square bullets. [square] * item 1 * item 2 Here's how you say "`Hello, World!`" in Prawn: .Create a basic PDF document using Prawn [source,ruby] ---- require 'prawn' Prawn::Document.generate 'example.pdf' do text 'Hello, World!' end ---- ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/basic-example.pdf����������������������������������0000664�0000000�0000000�00000121637�13367142271�0025020�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������%PDF-1.3 % 1 0 obj << /Title (Document Title) /Author (Doc Writer) /Creator (Asciidoctor PDF 1.5.0.alpha.15, based on Prawn 2.2.2) /Producer (Doc Writer) >> endobj 2 0 obj << /Type /Catalog /Pages 3 0 R /Names 12 0 R /Outlines 25 0 R /PageLabels 28 0 R /PageMode /UseOutlines /OpenAction [7 0 R /FitH 842.89] /ViewerPreferences << /DisplayDocTitle true >> >> endobj 3 0 obj << /Type /Pages /Count 3 /Kids [7 0 R 10 0 R 16 0 R] >> endobj 4 0 obj << /Length 2 >> stream q endstream endobj 5 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 4 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] >> >> endobj 6 0 obj << /Length 318 >> stream q /DeviceRGB cs 0.6 0.6 0.6 scn /DeviceRGB CS 0.6 0.6 0.6 SCN BT 350.129 361.6965 Td /F1.0 27 Tf <446f63756d656e74205469746c65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0941 0.0941 0.0941 scn 0.0941 0.0941 0.0941 SCN BT 478.803 327.2249 Td /F1.0 13 Tf <446f6320577269746572> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q endstream endobj 7 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 6 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R >> >> >> endobj 8 0 obj << /Type /Font /BaseFont /1d75ab+NotoSerif /Subtype /TrueType /FontDescriptor 30 0 R /FirstChar 32 /LastChar 255 /Widths 32 0 R /ToUnicode 31 0 R >> endobj 9 0 obj << /Length 607 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 791.0774 Td /F1.0 13 Tf <412073696d706c6520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 105.375 791.0774 Td /F1.0 13 Tf <4173636969446f63> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 158.441 791.0774 Td /F1.0 13 Tf <20646f63756d656e742e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.009 14.388 Td /F1.0 9 Tf <31> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 10 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 9 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R >> /XObject << /Stamp1 23 0 R >> >> /Annots [14 0 R] >> endobj 11 0 obj [10 0 R /XYZ 0 841.89 null] endobj 12 0 obj << /Type /Names /Dests 13 0 R >> endobj 13 0 obj << /Names [(__anchor-top) 11 0 R (_introduction) 17 0 R] >> endobj 14 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (http://asciidoc.org) >> /Subtype /Link /Rect [105.375 787.2814 158.441 804.9614] /Type /Annot >> endobj 15 0 obj << /Length 4212 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F2.0 22 Tf <496e74726f64756374696f6e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 753.206 Td /F1.0 10.5 Tf [<4120706172> 20.0195 <616772> 20.0195 <61706820666f6c6c6f7765642062> 20.0195 <7920612073696d706c65206c6973742077697468207371756172652062756c6c6574732e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.954 725.426 Td /F1.1 10.5 Tf <21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 725.426 Td /F1.0 10.5 Tf <6974656d2031> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.954 703.646 Td /F1.1 10.5 Tf <21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 703.646 Td /F1.0 10.5 Tf <6974656d2032> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 675.866 Td /F1.0 10.5 Tf [<48657265d57320686f7720796f75207361> 20.0195 <7920d248656c6c6f2c2057> 60.0586 <6f726c6421d320696e205072> 20.0195 <61776e3a>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 648.6842 Td /F3.0 9.975 Tf [<4c697374696e6720312e2043726561746520612062617369632050444620646f63756d656e74207573696e67205072> 20.0195 <61776e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 52.24 641.059 m 543.04 641.059 l 545.2491 641.059 547.04 639.2681 547.04 637.059 c 547.04 549.359 l 547.04 547.1499 545.2491 545.359 543.04 545.359 c 52.24 545.359 l 50.0309 545.359 48.24 547.1499 48.24 549.359 c 48.24 637.059 l 48.24 639.2681 50.0309 641.059 52.24 641.059 c h f 0.8 0.8 0.8 SCN 0.75 w 52.24 641.059 m 543.04 641.059 l 545.2491 641.059 547.04 639.2681 547.04 637.059 c 547.04 549.359 l 547.04 547.1499 545.2491 545.359 543.04 545.359 c 52.24 545.359 l 50.0309 545.359 48.24 547.1499 48.24 549.359 c 48.24 637.059 l 48.24 639.2681 50.0309 641.059 52.24 641.059 c h S Q 0.0 0.2 0.5333 scn 0.0 0.2 0.5333 SCN BT 59.24 618.234 Td /F4.0 11 Tf <72657175697265> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.74 618.234 Td /F4.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 103.24 618.234 Td /F4.0 11 Tf <27707261776e27> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.2 0.4 scn 0.0 0.2 0.4 SCN BT 59.24 588.754 Td /F5.0 11 Tf <507261776e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 86.74 588.754 Td /F4.0 11 Tf <3a3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.2 0.4 scn 0.0 0.2 0.4 SCN BT 97.74 588.754 Td /F5.0 11 Tf <446f63756d656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 141.74 588.754 Td /F4.0 11 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.4 0.7333 scn 0.0 0.4 0.7333 SCN BT 147.24 588.754 Td /F5.0 11 Tf <67656e6572617465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 191.24 588.754 Td /F4.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 196.74 588.754 Td /F4.0 11 Tf <276578616d706c652e70646627> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 268.24 588.754 Td /F4.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 273.74 588.754 Td /F5.0 11 Tf <646f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 574.014 Td /F4.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 70.24 574.014 Td /F4.0 11 Tf <74657874> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 92.24 574.014 Td /F4.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 97.74 574.014 Td /F4.0 11 Tf <2748656c6c6f2c20576f726c642127> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 559.274 Td /F5.0 11 Tf <656e64> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 16 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 15 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 18 0 R /F1.0 8 0 R /F1.1 19 0 R /F3.0 20 0 R /F4.0 21 0 R /F5.0 22 0 R >> /XObject << /Stamp2 24 0 R >> >> >> endobj 17 0 obj [16 0 R /XYZ 0 841.89 null] endobj 18 0 obj << /Type /Font /BaseFont /8d182b+NotoSerif-Bold /Subtype /TrueType /FontDescriptor 34 0 R /FirstChar 32 /LastChar 255 /Widths 36 0 R /ToUnicode 35 0 R >> endobj 19 0 obj << /Type /Font /BaseFont /244dc1+NotoSerif /Subtype /TrueType /FontDescriptor 38 0 R /FirstChar 32 /LastChar 255 /Widths 40 0 R /ToUnicode 39 0 R >> endobj 20 0 obj << /Type /Font /BaseFont /74933f+NotoSerif-Italic /Subtype /TrueType /FontDescriptor 42 0 R /FirstChar 32 /LastChar 255 /Widths 44 0 R /ToUnicode 43 0 R >> endobj 21 0 obj << /Type /Font /BaseFont /36f443+mplus1mn-regular /Subtype /TrueType /FontDescriptor 46 0 R /FirstChar 32 /LastChar 255 /Widths 48 0 R /ToUnicode 47 0 R >> endobj 22 0 obj << /Type /Font /BaseFont /dbedbd+mplus1mn-bold /Subtype /TrueType /FontDescriptor 50 0 R /FirstChar 32 /LastChar 255 /Widths 52 0 R /ToUnicode 51 0 R >> endobj 23 0 obj << /Type /XObject /Subtype /Form /BBox [0 0 595.28 841.89] /Length 162 >> stream q /DeviceRGB cs 0.0 0.0 0.0 scn /DeviceRGB CS 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d q 0.25 w /DeviceRGB CS 0.8667 0.8667 0.8667 SCN 48.24 30.0 m 547.04 30.0 l S Q Q endstream endobj 24 0 obj << /Type /XObject /Subtype /Form /BBox [0 0 595.28 841.89] /Length 162 >> stream q /DeviceRGB cs 0.0 0.0 0.0 scn /DeviceRGB CS 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d q 0.25 w /DeviceRGB CS 0.8667 0.8667 0.8667 SCN 48.24 30.0 m 547.04 30.0 l S Q Q endstream endobj 25 0 obj << /Type /Outlines /Count 2 /First 26 0 R /Last 27 0 R >> endobj 26 0 obj << /Title <feff0044006f00630075006d0065006e00740020005400690074006c0065> /Parent 25 0 R /Count 0 /Next 27 0 R /Dest [7 0 R /XYZ 0 841.89 null] >> endobj 27 0 obj << /Title <feff0049006e00740072006f00640075006300740069006f006e> /Parent 25 0 R /Count 0 /Prev 26 0 R /Dest [16 0 R /XYZ 0 841.89 null] >> endobj 28 0 obj << /Nums [0 << /P (i) >> 1 << /P (1) >> 2 << /P (2) >>] >> endobj 29 0 obj << /Length1 7772 /Length 4730 /Filter [/FlateDecode] >> stream xY P[י>+!dI$HHI!i ؼ6#@<l0iڎk;S7zqdl6I4tҮ8N6tm6N7۸;\. 0IڽϽs0BHH&'~s\F ++G#ގJ́wZF'f-+>h?:: &!݃6}ȏǡ] mnkBc @;N>=}PZ6B )7!ByHP0F (](.!O^?R$%+STjM*`LK32Ym.S62MP$�\.S"ҨhSC_&&?qs αzga2A4Ĺ]lgA)>:K5Z%Ƃ@v}-W5\C_k&AХBȻZD_ FGoW%/#B.O dtv),U5W|6J S>P@n(u2Ζ_LkvwwA(W a8 V:ˍ4 `*( @u~^n;'q-Ræz꺊R̕N+tf0xvmxA]5c;+Yk. .kY1p7KLpe-ZMzzEPdyM$!v q QYk/vabvlUqt>/u V6hPn,`9.rne*5#54$f Wn'ry@`@Xa?B0�^fVS l}>"`A McOL>Nou?ޱ~?Cw!@_y@;_Gq!t;M+]%{Yb!wgB8.m~~r oSg6IOuh# ;)6oF|`+`6A_!,hD`tĀ8~A]s}ouXMs]bqE\:/Yk``#yer*jI2Yt>xq,>0Wm>ٰKoѡgxmS7v [)[FݘZ?jYvE6cZ_eaiS$Y3eRIu߰l6_xtSO.}IgW&oH.9:b}ԾŻ@]}n zq}иgt$^gr>@B5U `*b,Kf)&! S!_ Z;z˃] esKC9lQ)ʚN?QBۿ3qWՂ1URۜFGS řWmf;'U#fGf"(8iO /3u.T\?, xK-m/˶vedW뜛r.DSx#A!SOhrgV{g/Fv_,)|b|qƞ 3ģ$&qkRR>xY, f~IV'v>lJRt=xw/wxczVw}3Pe.onH0m4] be0BX؇EȓIQOʴeQf<( 4M1vW]}Hyޱrz˖KVOHi};x La4. j&bIX"5u`~+-ƒEz#g?}p;[N]= ?\G r\RP_#a/ZIn;̉� I.#$bQmj63'eI8_H.1pBL23UsE$aIՌ98/F:1+Ľ._2_vH:W8b@0)T 2D]n4IM6{ϱd"SgUFl5W~؛o49֑?47 rʌtBZpKdQnq2²k@14Rʄ4MbBblw>74m:[l~xsDʜx6ϓ۞R~|x*-1̴ٚNl̛z<ID?#i?W' Ϫ\ cYW:J!KsXѿKYӱ/8vP\=`vtoU4 i�W%Kf(XT*C^ZzB uw.IeMH`LLdGP~b a~-;[ע]% ZosћJr\j;E;}*u]VV4{6Ÿ',l΅LZ#+b}F|%(-z9Wu{av@bngi*lќolIª'ӧ$&_G:PrzwsM&d)+>:I3ĵSSOΖ>95uyt`OjPWەeLu15\.2pb&kV*6oZ*<n*7;S͛IeNf!b&XXQ%  S4k K{ 7(U7)J'&Ek wBl@Y1@ b:JPY<ߎ Yn)T2$6eoZ9Uӹ%7o_^#P71Jmy֕EA:'@d׻z-%(a%[g,ᇻ6O6Y;{aR:%twzo'%zs3U57[XWecTZAyi0njܶ5Z^~ fXiDC]RS)%zZ&Lۍ>IwH%Ym2b�wi$k+؜cxޖޢolQE4`+ڠO6@ IG'E>!C87g9a|;lW4ąYk6+u݊2Uѿy-AHs ò յ -0vfH[o} ~y*Y"(kL͝:wqLMxsz%Ht']tjK&vkM`PױV!t`=1cI|2}׷{RFLlN)tY�?0Sh||ui$w.]\P:]J?mjom6va@4=KJGZr!,4Y!7+[3ԗCiDg[tƺVy=M[a]>YZ}&YA4J|` >Ad_`c10:6ޣ"M>t}9cv0%$Hސܒ/Io{Idݲd?r"J 0I|p3sܣT#Z\lvHQ s D~DLsӀP7iAA@DJ=.}P/uY]#D1> s` ˲wM|KMy=KH67>=HrV8lIAB1u ߑ[Q%wd'n AGhVhx3a w'!%R# DȊ ]Pj֣V[PڊVԆQDXUv==G4fq:vէZQ9FrtBc]QN8cQN!zZӀQND9X+Y\[KkD%/cCF<%j#\4mQ.CySQԒxCr9P(>Q|*`RQnQ#<? ǰ\: W,,#9<hǹ6kk MjAhM14F ErB+_8 Ak3LAd_U gWӤgt} !{Kd&µƆaGNCml͂ j#3s�y"82l\f&�u|6C6ױHH+;Q[csaJ,-FTp(4Ec19F =@R ` Yf~/DWH 'xPi@ L g bD !n`[V;>!c5L4 ֘d�:`3:33Yp FBB}02t� |_ -vб©'y޽ qXDXdF{d`bil0fC)nf4UM!pKXdwB-!;-2$8DbRaS^"!c$쑩xŴisumK{M@x1Vy 8u�֧AW ա&Y-LJbvw^ۙTjo-ZoP�ol endstream endobj 30 0 obj << /Type /FontDescriptor /FontName /1d75ab+NotoSerif /FontFile2 29 0 R /FontBBox [-212 -250 1246 1047] /Flags 6 /StemV 0 /ItalicAngle 0.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 31 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 32 0 obj [259 333 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 250 1000 1000 559 559 1000 1000 1000 1000 1000 1000 1000 286 1000 1000 1000 1000 1000 1000 705 1000 1000 727 1000 1000 1000 792 1000 1000 1000 1000 1000 1000 1000 604 1000 1000 1000 612 1000 1000 1046 1000 1000 1000 1000 1000 1000 1000 1000 1000 562 613 492 613 535 369 538 634 319 1000 1000 310 944 645 577 613 613 471 451 352 634 1000 861 1000 564 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 450 450 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 33 0 obj << /Length1 3508 /Length 2095 /Filter [/FlateDecode] >> stream xVil~3\R-KC$jyH4Eqy,):,$GG$9rخV⊤%i--PGz$nASHHh.8@Ѵhq6@ İ]mQ ;�@ %IT�iHfV/+)�s.[t Zn XRR$'NޝJqZwsh$d6;=}o+b LPЕ$Kh'pL#%�& PM|~?{F~2C^y?G@!>FazInv:jhb[ۭۛy[n-RusSs3\-){Үp/la;8 |FͦZD' ";ڈC9쏏.$nݾQxFNx}8wO[daM=wu|P8qGkҙ�mZsS4Vij"K08fЗ֞ɅkǢѣW?meѐ&_m_}3A)8Ǐc6tcпs.!sV}ߥ=Χ!g1f'cMUcbfs~#?h9ZZ{m+mi-O-ްq}E;41w{]E`^V%3ʎ9؍ux{4Jtj{Qn6]Yk2L L gt:侶byna[F s㪓"`S/E1g(z㤎O{~|jg{zfx Yq/n_!vkߥH7x}3f߄L=A�jIV2@~@V` =ۿZ8wnq]팥=b :ڪg}jHcol,6W+ߑ#v lXšY-`3VW7X q>:~k$?qu0]+i}C>yz9v /~|;wdwH[:6lHC~^G}]6ivlƗ"ΚO~鋱5z~Lq{񻪤^A~A�DnQJk"g zy0Mxю;[x*O UkPyh?EП`hjyVyk>e MO-C)G{ȓGGCy"}͏?ُ{+^O+6ay˽؀w'Q <eI0reA.8ϞUWq 8G*aH#-*΀t*E *39~QSdM8CRj0ѠWn:SI T|]Ms@k/v4k*i~T0Cj!LP bGsdFddzK;ɰrWb91 P4$!%Lobrx%!"ZXKX,AXLYE-"sL�7+9^))œ2" ˃L@b2͕V$$$cNf82bĕx$$>muX(sY6J !E$B b`,(>_q.[* Q l H(]B7'*+1rJd[3)[ǧt2˖DAb[9Y%Da$+T:[ZR>MlI%e+HRB)UJ12"g&U0R)/"T$r?@r~HK8?.<pPSN%UsWO8Ibi%=|B8dy4EV;DzIQlB,%|=2 qK""oQUH1CJQg� 8b=: 9$5 J\g*QC#Ss#>9+l!s59|*ޕ݌Z/'e{,CQ/̿ * endstream endobj 34 0 obj << /Type /FontDescriptor /FontName /8d182b+NotoSerif-Bold /FontFile2 33 0 R /FontBBox [-212 -250 1306 1058] /Flags 6 /StemV 0 /ItalicAngle 0.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 35 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 36 0 obj [1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 400 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 526 648 1000 1000 1000 1000 352 1000 1000 1000 1000 666 612 1000 1000 522 1000 404 666 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 37 0 obj << /Length1 2300 /Length 1110 /Filter [/FlateDecode] >> stream xUk$E~U=L&lV<膊xMw2;+"lȄld6rtOwCw&</+"({"=xQAuMe29CU^}iԨf� {ʩj7~سjb-Ɯ';#?#kcVa?o4V'Z(?x{v0N~ރmo?)l~@m:A`Kh| tk#&i0Mqe;Ob4G_㬠_np7оR$=Q9Lf(^2NvFK_9,d3g?J;{1u^^[[otrMAe^~%0IAj}k/_)^NlCfMXL锧]3wi>V8Gmp}k4G)<Cy34Φ³4J nnԚA*=h=Rx.>D0/*<O(<O7[ IX4ݯeRSk ?C3GBfRt#sm1l"qQ-0tX Xz:u;۶"ԠEC.%8.Y1 k u]XZ6F\[I(*vh< \Qmvu3n5AhRt= ¤@ʾx#Eu0;9ps4'gaGbV)Kr"TN@ $P,Zً)$^,LDeftK^{BzR(-A"r+$>]%;@$.L4)KfbfzAQ %ZKkЖ=6ATNAb^Iꗌ$9è;RbF@"!K1n%#Muol żj[:N`ޖ?,dz>⎁55TvCf`ّH\[,4*5sIV`A2| d)-YTgLX}.9YÅ{h 0rz'(,.V,쉪9T)i _A?݉.v+K^?;k?|t8⿎s[U endstream endobj 38 0 obj << /Type /FontDescriptor /FontName /244dc1+NotoSerif /FontFile2 37 0 R /FontBBox [-212 -250 1246 1047] /Flags 6 /StemV 0 /ItalicAngle 0.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 39 0 obj << /Length 227 /Filter [/FlateDecode] >> stream x]j >E#&B^rШswt-0||y/NX ni/a%D6Hp֛ݮ&3Ntl1J1AV'f|`8,!.pL=\1VLkp_͊;vgb6> alrec SBhf?K^oS(u1o?{)gi)Brʍj pW endstream endobj 40 0 obj [259 354 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 41 0 obj << /Length1 4880 /Length 3090 /Filter [/FlateDecode] >> stream xX}XSϽ7 ! R&B,Z_R$@$TӶ:?(stxlIU蝹:uOmv2[{sED6[{y9~s�DxybG�oyVc5zo}ıa;�yj.~q)+].]\q<p gpϙo̺ }@�Cpl90Lj/.P s" ؕ?6AXO#@,a_PkB❑oD�:sv)+A#hrKyy}y| G<A3(SVEcΜ3.z- *$W6:+cّTf+*f<Tͣ[Q'eNzPmWu8fqI_?.q?y}K2ԙU[("'2"LW"g @*;�*fB bъ$Ehz;+*f2I$:-g�]^y)Jz]'ׇ1Tr X%ǂ}*䱤R# vK T]x<_z6m#mŬ u:,&ơL7|�B+XmbbTd/B09!/fN-t&^DI%zKB,@l`MtUR-.Uz\DtҮ [qQ+鮻6f+i#"vs L gTDI�`%1թz#U;y=YH6]xZcoW֜M/쐯2Ozxws-1p-L`E'7%WT&4I҆"N(ʧ8U[<R`tu}_u%'rJUhvs:OEsA[ RKl@)5'}?Tⶮ ĤZ>{ !J'['7} m[}[Ϭ;2`S*4mJi?\YPUXi '_Ze]\0`b vU^k4/}=]kn熵?{jܟ!̐h⡥G !S&ps, _OШt$AcMwUuE&sxV5oqֺquD+ȍ-Ʃ{yntSTWHgۨM)<I n7Et}-^-ĭ}ߩ{kD BRE &<0G,KY<~l y QIilB-VDp0pfĤrRB'h&c>v* xϫ{ٲܢ׳f穳)3&LY&M}n6` _D>tܣ(%χ[^ǕUIAOE M 0H]{{�QAB+Ŝ4Lh_corc?M!B4P۔9i~i2oγǏ<U|t^3%r*I==˰-<:Onsd"&[vf!Hvbn^G[poR}b&M04xtS DL+|\_fQWm;X4aγejWT*4zNo:\7H3{V?糶[1WMOZoR&>Knݧ'W bx%Ug-df[IύCKr}ᳰ}+b]eQ$~Ȗ^AkHtE&Z5kaһs6eMlM{JWaIt{[X`͘U y&C%'Xh"}dwFΏʰ wϫXKH9@'%#C쒏C+oVY 3#2|Œf0Kl1dpJn WF7\̖qP';Cg`=xE xmFX�sZQ(oh }z';"8|&Wzo-Ys7d[eXQ= 5 Ld\$Ýb*,usQ7!)S(+}|^ūj[<ѳ`(0fB1Z9e.HRg1l u/THpJr7Ir$9^,W$9%9$]s#\q\`Y$HJ}(!# KI䑠a %y$aQ`dVJ(`:%y4bc%y4Lb*ź$1``ߐ1P~'cnDB)$kk]A>k|f?뭭wEjW_[G 8K|~pC- x1^b:qT CI=־Uq։ޠkgyq|qjzw5j z 6o7UY#jkBa^ 5xc!'ú]؜3 F0-F<̀^#,L52."ºgݿS?nѭvdG:ESe^ߠ!͑;{ng]N{ x ):QWC=h=.'%ip:&O\mlD5.J0> UB1W05Vt`(&ncDýS(o><RlK$DՁ`y5[Y@Y#c*�zpHO710OYLCCLM.;ygyѭkƢd`*g F,ƒ ,ՀScx/PRoٸ q G=Yƾ0nLtqFy1 }k endstream endobj 42 0 obj << /Type /FontDescriptor /FontName /74933f+NotoSerif-Italic /FontFile2 41 0 R /FontBBox [-254 -250 1238 1047] /Flags 70 /StemV 0 /ItalicAngle -12.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 43 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 44 0 obj [259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 559 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 626 725 1000 589 1000 1000 1000 1000 1000 623 1000 1000 1000 620 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 579 562 486 579 493 1000 556 1000 304 1000 1000 1000 895 599 574 1000 1000 467 463 368 599 1000 818 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 45 0 obj << /Length1 3744 /Length 2446 /Filter [/FlateDecode] >> stream xV lS>w؁s;~%0NRCL�;Ma&vb<\t j<ELڣ:uHSukUCuXE6U몉U7شj8?;_@1!&\q~xPOi@n`&d<uH$oDڱT[a7Wm9Z{~uhƒɉ.@fwGmcD@SIpª%SF_4+}"@O 5w;@:>"=W)O9/+kW˿[PPX3 %e:}tW"6[%QԈZXAtݚq0CwYSij.Wɷob-=-μYTU_i_;<3ؾD|RmӉƥ)|nfF~̫֓_!Isf_ %zϐ UJӟiOkK?Qy;Yso`@_x}mReF}j_'cz0@5@]XSvC^Ѻ=NGQ+ NG pcsP72ڲe5T}}'ݾnCTE-:%U.]v5ֵ̱>h-Ե{hU+ѫǞ6|4__=}eSN-HI_R|4hMz:nbGh|7\^%Ǟ>xLk*V\2D @<0mՋ3gBx(,.t4xOBUEߑtxJxn'̼yef)NYT0W̆^>XqU&qqXY*'~^"\S"lh#N_s ;*:)srM,Lk ygpA砇?NOcI7Ponjjq񀨧 '=v'FeW?1mJ|lZZG\wIy.thpf wY{bD@{_ 'Օ8Y1T|L߾R9GV.^\yus;?pnklub!; w%#`+hBg_]G{ v bB>T8{>ٽ7|lsj ߥ6{I�B_}oqjUV,8?g}NNsMB5�5�/!G"az1,^[ yXqv>t'e\V h\F)v-Qy44*g6<87[Tr#7 ҭ~,^'hv9hF.aLØvH$[|P /hПDO? Ւ[x񻳜;LV@#C6 ۡv.S#j 0j4̡PjT>RC*]Uz}J3(i5pLkT~`ρ*TPn ˱CRP`IU:/<ˠgN/QZsVFG>|О-HHNW {Kmm=:&  `7 0Aء\J.v)۠6~a6R0hb<H G]hjB*+K r/]9ieMB\q{Mњ׊*�Xi.q371.47ݭR0IٙPD7 \ƱIBȉt:f)l<49?57$)m`gvdz\RÞ$O44ї3wY %}{J ןrm ]oU}W_Ņg%<)?>x<rޟ6KedPd8HF� ,5xDq2:o("{7-JhnIEVY&1bJ˾e /br,\,ˈELYm K#A$Bx~g9_GȺpd`$h-k.+ߢ kmViExy`IS- RN}p& |j2#B7XTf&BpM "$-%DDtD Y.W-i!#teQ1#dDŜ%IR|! ҆fp=Ci nfY+uո(Mf # -fD!ӝ\!Tˠ'u<�?@/btFU-D[<m=11`xM:1X^::0j2sa>^^0тbe _츀" Rejі"BCjΧfv_<) endstream endobj 46 0 obj << /Type /FontDescriptor /FontName /36f443+mplus1mn-regular /FontFile2 45 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 860 /Descent -140 /CapHeight 860 /XHeight 0 >> endobj 47 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 48 0 obj [500 500 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 500 500 500 1000 1000 500 1000 1000 500 500 500 500 500 500 500 1000 500 500 1000 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 49 0 obj << /Length1 3180 /Length 2128 /Filter [/FlateDecode] >> stream xU}L[?ll@ 5�m "LM Ɔ+IԭܦBkݔmʶ]LUUUijFYm]uU}EQ6bv K9;s}JhRV$Mɓsg~�ŝd&Vi[C՝]�%ГHsQA)^ b8 ]+r>ȋ�7Pé?1VU "\s�e.Ʋ]3/PoS?},Qr4�PU d"/}rQ%JPIl@9TTBէS8pnއm`�iTi l᫈آu;솫u<_wthШ5lߖ ~9"^/Wv͂ +N/HdToIX6'OɝW]xGu8j7|ND~8a'Ziv9KBwkF$G}ZNd\r:J4蛘4A wNm_7⿂X=\[Pz)aN^IThzW>ωSuoN13sxsg<eP-N,x!&%M ;Ԍݚ/.$G&l<c>]c;]A^"SBB=hQ/=4rgŸ/{,: gtWijo O F.{?A8N+CKdvۮ$ׂC4zcOGyʊ`yf|vҫ?,B\DaXl{ZA[뢖Ý1 oj;ߚ5QWFɆQHK|cxckd!Mn.ΓP`ub8 ecFgw;ƵDZ܂պ`tI}፱cc71,|Mػkˉ78]0CsE<'<~^rɥ1ۺw}ꩊCӤ[oI$ 5cIåuh%(ҟN {1)sRq[!Hu)8=M/ qZ.u %I<GF$7}mDN8:qthaъcV9} K+0PwcGvI>x* c_QBqoU.3 ř܂©˸rT\|Wѱ#fJ¶¦bzs &Kёowr&|;݄p!A/(<A<~E C|s?&)9(U΁Nv/vl/Ħl/&KP^ ;U+qOeLdJ)>r`&{rq>Xj'N ??8!Y8 0qHrثv�'JGQ�>d<}qHeHA/B"'!:I/ d1jokݴMSr uj2n i$E$H! [48p=Q* V|ZQSIl>,s-3i 9HNRnƢQs*\!uKKnMY\[.ͱZR/`;Rޜ\hP^ƴL>Ux,?URN꟬ֻ~ۊiU?:DrFD/xCIԄFDޏzAT!7`fD ޕgkq9?$N5ԴZEb7 U,#`2YEezBVBMi-G;!#2 &VBB(xI\h$g0;=3=maT MɳeR[tZeez%PQkXbIW_0ˇ)M1/in+5&D,ЫR9jUJ lU̘`~ ,i^ \' '2^k2<1Ir\$P0 yBCd5lt[ `$?^ `/yB^%R_xWx%O_(= {,8;/kr0w%84"[Db_ae&`N1 endstream endobj 50 0 obj << /Type /FontDescriptor /FontName /dbedbd+mplus1mn-bold /FontFile2 49 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 860 /Descent -140 /CapHeight 860 /XHeight 0 >> endobj 51 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 52 0 obj [1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 500 500 500 1000 500 1000 1000 1000 1000 1000 500 500 500 1000 1000 500 1000 500 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj xref 0 53 0000000000 65535 f 0000000015 00000 n 0000000168 00000 n 0000000370 00000 n 0000000441 00000 n 0000000492 00000 n 0000000764 00000 n 0000001133 00000 n 0000001429 00000 n 0000001593 00000 n 0000002251 00000 n 0000002595 00000 n 0000002639 00000 n 0000002688 00000 n 0000002764 00000 n 0000002930 00000 n 0000007195 00000 n 0000007588 00000 n 0000007632 00000 n 0000007802 00000 n 0000007967 00000 n 0000008139 00000 n 0000008311 00000 n 0000008480 00000 n 0000008750 00000 n 0000009020 00000 n 0000009094 00000 n 0000009256 00000 n 0000009411 00000 n 0000009486 00000 n 0000014306 00000 n 0000014520 00000 n 0000015882 00000 n 0000016984 00000 n 0000019169 00000 n 0000019388 00000 n 0000020750 00000 n 0000021879 00000 n 0000023079 00000 n 0000023293 00000 n 0000023595 00000 n 0000024731 00000 n 0000027911 00000 n 0000028135 00000 n 0000029497 00000 n 0000030612 00000 n 0000033148 00000 n 0000033360 00000 n 0000034722 00000 n 0000035835 00000 n 0000038053 00000 n 0000038262 00000 n 0000039624 00000 n trailer << /Size 53 /Root 2 0 R /Info 1 0 R >> startxref 40748 %%EOF �������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/chronicles-example.adoc����������������������������0000664�0000000�0000000�00000031253�13367142271�0026217�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������= The Dangerous & _Thrilling_ Documentation Chronicles: Based on True Events Kismet Caméléon; Lazarus het_Draeke v1.0, 2014-01-01: The first incarnation of The Documentation Chronicles. :description: This story chronicles the inexplicable hazards and vicious beasts a \ team must conquer and vanquish on their journey to discovering the true power of \ Open Source. :doctype: book // Settings: :experimental: :reproducible: :icons: font :listing-caption: Listing :sectnums: :toc: :toclevels: 3 ifdef::backend-pdf[] :title-logo-image: image:sample-banner.svg[pdfwidth=4.25in,align=center] :source-highlighter: rouge //:rouge-style: github //:source-highlighter: pygments //:pygments-style: tango endif::[] // URIs: :uri-devoxx: https://devoxx.be :uri-devoxx-top-talks: https://www.youtube.com/watch?v=1OpAgZvYXLQ&list=PLRsbF2sD7JVq7fv1GZGORShSUIae1ZAPy&index=1 :uri-stbernardusabt12: http://www.sintbernardus.be/stbernardusabt12.php?l=en :uri-wolpertinger: http://en.wikipedia.org/wiki/Wolpertinger [abstract] {description} == It's a City Under Siege This journey begins one late Monday afternoon at {uri-devoxx}[((Devoxx))]. Our team needs coffee, _desperately_, but none of us dare open the theater doors... During the {uri-devoxx-top-talks}[opening university session], a script-happy warlock inadvertently released a legion of Wolpertingers! To leave now would mean *code dismemberment and certain death*. Behold -> the horror! .Wolpertinger, stuffed [.left.thumb] image::wolpertinger.jpg[Wolpertinger,pdfwidth=50%,link={uri-wolpertinger}] (((Wolpertinger))) (((Ravenous Beast,Wolpertinger))) You may not be familiar with these {uri-wolpertinger}[ravenous beasts]. Trust us, they'll eat your shorts and suck loops from your code. In light of this danger, we've searched high and wide for the security crew's defensive operations manual. We can't find it and the DefOps{empty}footnote:[a portmanteau of “defensive” and “operations”] werewolves haven't returned from their rendezvous at Bier Central. They've either eaten each other or fallen victim to the Wolpertingers roaming the streets of ((Antwerp)). Quick, hit kbd:[Ctrl,Alt,Backspace] or select menu:File[Quit] and let's bail out of here! WARNING: Working with werewolves leads to howling and trying to train aggressive regular expressions with Pavlovian reinforcement. _Weak light from the hallway trickled across the theater, chased by a distant scream._ === Rendezvous Point Come on, [#bier-central]_Bier Central_. Did you have to ask? If you beat me there, I'll take a {uri-stbernardusabt12}[St. Bernardus Abt 12]. [#ravages] == The Ravages of Writing Crystalline XML tags relentlessly bombarded the theater. .XML tags [source,xml] ---- <author id="1"> <personname> <firstname>Lazarus</firstname> <surname>het Draeke</surname> </personname> </author> ---- Despite the assault, we were still attempting to draft an example of a defensive operation. .DefOps Plan ==== Click btn:[Download Zip] to download the defensive operation plan bundle. OMG! Somebody please save us now! I want my mum -- and an extra-large double macchiato, please. ==== Unfortunaly, Lazarus and I had both come to the conclusion that we weren't going to get out of this without corrupted hardrives if we didn't locate caffeine within the next few hours. === A Recipe for Potion That Will Ensure You Win the Hearts of Developers This potion for a sample document contains the following ingredients, which are listed in a very random, chaotically nested order. .Ingredients for Potion that Demystifies Documents * all the headings ** syntax highlighted source code *** non-syntax highlighted source code or just a listing block * quote block ** verse block *** table with some cell formatting **** sequential paragraphs ***** admonition blocks, but use them sparingly *** bullet list with nesting ** numbered list with nesting ** definition list *** sidebar * example block ** block image (no inline images) *** inline formatting in a paragraph **** two fresh Burdockian leaves ***** They must be harvested by the light of the teal moons. Are you square? [square] * one * two * three What is there to do? * [x] Done * [ ] Next * Who's counting? ==== Searching for Burdockian .Steps for finding and preparing Burdockian leaves . Locate dusty botany .. Sneeze ... Sneeze some more . Find section on Burdockian .. Review its characteristics ... Take a picture of the diagram of its leaves .... Don't rip out the picture like a troglodyte ..... Don't do it, I'm watching you . Put on your hiking boots . Freeze your butt off on the side of a mountain at midnight Let's skip a few steps and start counting from 10. [start=10] . arabic (10) .. loweralpha (a) ... lowerroman (i) ... lowerroman (ii) ... lowerroman (iii) ... lowerroman (iv) .... upperalpha (A) . arabic (11) It's time for a top 5 list, made using the `reversed` option on an ordered list! [%reversed] . Stone Imperial Russian Stout . Pliny the Elder . Chimay Grande Réserve (Blue) . St. Bernardus Abt 12 . Westvleteren 12 (XII) How about a list with some terms? * Fruits Apple:: The round fruit of a tree of the rose family, which typically has thin red or green skin and crisp flesh. Yes, I said _flesh_. Pear:: A yellowish- or brownish-green edible fruit that is typically narrow at the stalk and wider toward the base, with sweet, slightly gritty flesh. More flesh. Mmmmm. * Vegetables Carrot:: An orange-colored root eaten as a vegetable. Beware, it's a favorite of the Wolpertinger. ===== Are You Still Here? .Move, move, move! [CAUTION] ==== The Wolpertingers can smell your procrastination. It's not their fault you can't find your boots. ==== ====== Sigh... TIP: Your boots are in your closet. == Dawn on the Plateau Lazarus was hanging from the bottom limb of a Burdockian tree, licking the bark. [quote,Mark Tobey] On pavements and the bark of trees I have found whole worlds. "`If there are whole worlds on that bark, he just swallowed them,`" Kizmet replied. [verse,The documentation attorneys] ____ No bark was harmed in the making of this potion. We're not so sure about a couple ants though. Nor those worlds... Crap, I smell an injunction. ____ We'd retrieved the leaves, but we'd obviously lost our minds in the process. [verse] Roses are +++<span style="color: #FF0000">red</span>+++. Violets are +++<span style="color: #0000FF">blue</span>+++__-ish__. == Words Seasoned with Power _To tame_ the wild wolpertingers we needed to build a *charm*. But **u**ltimate victory could only be won if we divined the *_true name_* of the __war__lock. "`What kind of charm?`" Lazarus asked. "`An odoriferous one or a mineral one?`" Kizmet shrugged. "`The note from Olaf's desk says '`wormwood and licorice,`' but these could be normal groceries for werewolves.`" "`Well the H~2~O written on the security whiteboard could be part of a shopping list, but I don't think the local bodega also sells e = mc^2^,`" Lazarus replied. "`Wait!`" Indigo plucked a small vial from her desk's top drawer and held it toward us. The vial's label read '```e = mc^2^ *_the scent of science_* _smells like a genius_```'. === Can I Get Some `Code`? [%hardbreaks] Sure. Have a listing block. ---- This is an example of a listing block. The content inside is rendered as <pre> text. ---- But I'm not giving you any highlighting shazam just yet. .What is a listing block? **** Like literal blocks, the content in listing blocks is displayed exactly as you entered it. Listing block content is rendered as `<pre>` text. The `listing` style is applied to an element, such as a paragraph, by setting the `listing` attribute on that element. **** Let's get our ((highlighting)) on! <<< Install Prawn: $ gem install prawn Then create your first PDF document in Ruby! .Generates a basic PDF document using Prawn ```ruby require 'prawn' # <1> Prawn::Document.generate 'output.pdf' do # <3> text 'Hello, World!' # <2> end ``` <1> Imports Prawn library <2> Adds text “Hello, World!” to first page <3> Writes PDF to [file]_output.pdf_ after executing all statements How about some source code that styles code? So meta! ```css code { padding: 2px 4px; font-size: 90%; font-weight: normal; color: #c7254e; white-space: nowrap !important; background-color: #f9f2f4; border-radius: 4px; } ``` Where could we go without some Java? Naturally, some autosizing is necessary. [source%autofit,java] ---- package org.javaee7.cdi.events; import javax.annotation.PostConstruct; import javax.enterprise.context.SessionScoped; import javax.enterprise.event.Observes; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; import java.util.List; import javax.ws.rs.*; /** * This session-scoped bean receives greeting strings from the event bus * and provides access to the collection of these greetings via a REST API. * * @author The Duke * @since 1.0 */ @SessionScoped public class GreetingReceiver implements EventReceiver, Serializable { private List<String> greetings; @PostConstruct void init() { this.greetings = new ArrayList<String>(); } void receive(@Observes String greet) { this.greetings.add(greet); } @GET @Produces("application/json") public List<String> listAll(@QueryParam("start") Integer start, @QueryParam("max") Integer max) { int numGreetings = this.greetings.size(); if (numGreetings == 0 || max == 0) { return Collections.<String>emptyList(); } if (start == null) { start = 0; } if (max == null) { max = numGreetings; } return this.greetings.subList(start, Math.min(max + start, numGreetings)); } } ---- We already showed you an XML example in <<ravages>>, a language we often rant about over beers at <<bier-central,Bier Central>>. I'll trade you a little table for some of that bark. [cols=3,frame=topbot,grid=rows] |=== |Name of Column 1 |Name of Column 2 |Name of Column 3 ^m|Prefix the `{vbar}` with `{caret}` to center content horizontally .<|Prefix the `{vbar}` with a `.` and `<` to align the content to the top of the cell >|Prefix the `{vbar}` with `>` to align the content to the right horizontally 3+^.^e|This content spans all three columns (`3{plus}`) and is centered both horizontally (`{caret}`) and vertically (`.{caret}`) within the cell. |=== Wait. What? Where is this story going? `<span>`:: an html tag that makes me crazy align:: something I never get going in the right direction. Also has to do with my poor verbal communication skills float:: style:: don't make me laugh Does anyone have the time? Tg lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborumj. == Keeping It Together On this page we have nested "`keep together`" logic. The combined block will be shifted to the next page if there isn't room available on this one. [verse] First, we need to waste several lines using a verse to push the next block to its breaking point. [NOTE] .What happens if there is both a field and a method with the same name? ==== Back to the previous example, suppose that we have both a field and a method with the same name, as in: .Java class with a field and method that share the same name [source,java] ---- public class Foo { public String bar; public String bar() { return bar; } } ---- *Golo resolves methods first, fields last.* Hence, the following Golo code will resolve the `bar()` method, not the `bar` field: .Golo picks the method over the field with the same name [source,golo] ---- let foo = Foo() foo: bar("baz") # <1> println(foo: bar()) # <2> ---- <1> Writes the field <2> Calls the `bar()` method ==== <<< Here's a preview of how each heading level is rendered. [discrete] = Heading 1 (Level 0) filler content [discrete] == Heading 2 (Level 1) filler content [discrete] === Heading 3 (Level 2) filler content [discrete] ==== Heading 4 (Level 3) filler content [discrete] ===== Heading 5 (Level 4) filler content [discrete] ====== Heading 6 (Level 5) filler content --- -- Here's some content inside an open block. -- [appendix] == Credits .Brought to you with icon:heart[] by OpenDevise [%header%footer,cols="2,2s,3",grid=rows,frame=topbot,width=75%,caption=] |=== |Name |Title |Alias |Sarah White |President |http://twitter.com/carbonfray[@carbonfray] |Dan Allen |Vice President |http://twitter.com/mojavelinux[@mojavelinux] 3+^.e|Powered by Open Source |=== [index] == Index �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/chronicles-example.pdf�����������������������������0000664�0000000�0000000�00001100136�13367142271�0026060�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������%PDF-1.3 % 1 0 obj << /Title (The Dangerous & Thrilling Documentation Chronicles: Based on True Events) /Author <feff004b00690073006d00650074002000430061006d00e9006c00e9006f006e002c0020004c0061007a0061007200750073002000680065007400200044007200610065006b0065> /Creator (Asciidoctor PDF 1.5.0.alpha.17.dev, based on Prawn 2.2.2) /Producer <feff004b00690073006d00650074002000430061006d00e9006c00e9006f006e002c0020004c0061007a0061007200750073002000680065007400200044007200610065006b0065> >> endobj 2 0 obj << /Type /Catalog /Pages 3 0 R /Names 17 0 R /Outlines 125 0 R /PageLabels 139 0 R /PageMode /UseOutlines /OpenAction [7 0 R /FitH 842.89] /ViewerPreferences << /DisplayDocTitle true >> >> endobj 3 0 obj << /Type /Pages /Count 17 /Kids [7 0 R 13 0 R 15 0 R 20 0 R 40 0 R 46 0 R 49 0 R 53 0 R 56 0 R 63 0 R 66 0 R 70 0 R 72 0 R 75 0 R 77 0 R 87 0 R 92 0 R] >> endobj 4 0 obj << /Length 2 >> stream q endstream endobj 5 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 4 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] >> >> endobj 6 0 obj << /Length 22796 >> stream q /DeviceRGB cs 0.0 0.0 0.0 scn /DeviceRGB CS 0.0 0.0 0.0 SCN q 144.64 603.985 m 450.64 603.985 l 450.64 730.125 l 144.64 730.125 l h W n 0.0 0.0 0.0 scn 0.34000 0.00000 0.00000 0.34000 95.46240 481.88250 cm 1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 cm q q 1.00000 0.00000 0.00000 1.00000 0.00000 681.36218 cm q q 0.9176 0.2824 0.1843 scn q 2 j 543.0782 -158.8156 m 549.3302 -160.3947 l 548.0196 -165.5294 545.6563 -169.4503 542.2403 -172.1574 c 538.8458 -174.8429 534.6886 -176.1857 529.7687 -176.1857 c 524.6768 -176.1857 520.5304 -175.1544 517.3292 -173.0919 c 514.1495 -171.0079 511.7218 -168.0001 510.046 -164.0685 c 508.3917 -160.1369 507.5646 -155.9152 507.5646 -151.4034 c 507.5646 -146.4836 508.4991 -142.1974 510.3683 -138.545 c 512.2589 -134.8713 514.9337 -132.089 518.3927 -130.1984 c 521.8731 -128.2863 525.6973 -127.3303 529.8653 -127.3302 c 534.5919 -127.3303 538.5665 -128.5334 541.7892 -130.9396 c 545.0118 -133.3459 547.2569 -136.7297 548.5245 -141.0909 c 542.3693 -142.5411 l 541.2735 -139.1037 539.6837 -136.6008 537.5997 -135.0324 c 535.5157 -133.464 532.8946 -132.6799 529.7364 -132.6798 c 526.1056 -132.6799 523.0655 -133.55 520.6163 -135.2902 c 518.1886 -137.0304 516.4806 -139.3722 515.4923 -142.3156 c 514.504 -145.2375 514.0099 -148.256 514.0099 -151.3712 c 514.0099 -155.3888 514.5899 -158.9015 515.7501 -161.9093 c 516.9317 -164.8956 518.7579 -167.13 521.2286 -168.6124 c 523.6993 -170.0949 526.3741 -170.8361 529.253 -170.8361 c 532.755 -170.8361 535.7198 -169.8263 538.1476 -167.8068 c 540.5753 -165.7872 542.2188 -162.7902 543.0782 -158.8156 c f Q q 2 j 555.1632 -152.3702 m 555.1632 -144.5285 557.2687 -138.3947 561.4796 -133.9689 c 565.6905 -129.5216 571.1261 -127.298 577.7862 -127.298 c 582.1475 -127.298 586.0792 -128.34 589.5812 -130.424 c 593.0831 -132.508 595.7471 -135.4191 597.5734 -139.1573 c 599.421 -142.8742 600.3448 -147.0958 600.3448 -151.8224 c 600.3448 -156.6134 599.378 -160.8995 597.4444 -164.6808 c 595.5108 -168.462 592.7715 -171.3302 589.2267 -173.2853 c 585.6817 -175.2189 581.8575 -176.1857 577.754 -176.1857 c 573.3067 -176.1857 569.3321 -175.1115 565.8302 -172.963 c 562.3282 -170.8146 559.6749 -167.882 557.8702 -164.1652 c 556.0655 -160.4484 555.1632 -156.5167 555.1632 -152.3702 c 561.6085 -152.4669 m 561.6085 -158.1603 563.1339 -162.6505 566.1847 -165.9376 c 569.2569 -169.2033 573.1026 -170.8361 577.7218 -170.8361 c 582.4268 -170.8361 586.294 -169.1818 589.3234 -165.8732 c 592.3741 -162.5646 593.8995 -157.8703 593.8995 -151.7902 c 593.8995 -147.9445 593.2442 -144.5929 591.9337 -141.7355 c 590.6446 -138.8566 588.7432 -136.633 586.2296 -135.0646 c 583.7374 -133.4748 580.9337 -132.6799 577.8185 -132.6798 c 573.3927 -132.6799 569.5792 -134.2053 566.378 -137.256 c 563.1983 -140.2853 561.6085 -145.3556 561.6085 -152.4669 c f Q q 2 j 608.1759 -175.38 m 608.1759 -128.1359 l 617.586 -128.1359 l 628.7687 -161.587 l 629.7999 -164.7023 630.5518 -167.0333 631.0245 -168.5802 c 631.5616 -166.8615 632.3995 -164.337 633.5382 -161.007 c 644.8497 -128.1359 l 653.2608 -128.1359 l 653.2608 -175.38 l 647.2345 -175.38 l 647.2345 -135.838 l 633.506 -175.38 l 627.8663 -175.38 l 614.2023 -135.1612 l 614.2023 -175.38 l 608.1759 -175.38 l f Q q 2 j 663.4122 -175.38 m 663.4122 -128.1359 l 681.2335 -128.1359 l 684.3702 -128.1359 686.7657 -128.2863 688.42 -128.587 c 690.7403 -128.9738 692.6846 -129.715 694.253 -130.8107 c 695.8214 -131.8849 697.0782 -133.3996 698.0235 -135.3546 c 698.9903 -137.3097 699.4737 -139.4582 699.4737 -141.7999 c 699.4737 -145.8175 698.1954 -149.2228 695.6388 -152.0158 c 693.0821 -154.7872 688.463 -156.173 681.7814 -156.173 c 669.6642 -156.173 l 669.6642 -175.38 l 663.4122 -175.38 l 669.6642 -150.5978 m 681.878 -150.5978 l 685.9171 -150.5978 688.7852 -149.8459 690.4825 -148.3419 c 692.1798 -146.838 693.0284 -144.7218 693.0284 -141.9933 c 693.0284 -140.0168 692.5235 -138.3302 691.5138 -136.9337 c 690.5255 -135.5158 689.2149 -134.5812 687.5821 -134.13 c 686.5294 -133.8508 684.585 -133.7111 681.7491 -133.7111 c 669.6642 -133.7111 l 669.6642 -150.5978 l f Q q 2 j 697.4112 -175.38 m 715.5548 -128.1359 l 722.2902 -128.1359 l 741.6261 -175.38 l 734.504 -175.38 l 728.9933 -161.0714 l 709.2384 -161.0714 l 704.0499 -175.38 l 697.4112 -175.38 l 711.0431 -155.9796 m 727.0597 -155.9796 l 722.129 -142.8956 l 720.6251 -138.9211 719.5079 -135.6554 718.7775 -133.0988 c 718.1759 -136.1281 717.3272 -139.1359 716.2316 -142.1222 c 711.0431 -155.9796 l f Q q 2 j 746.6212 -175.38 m 746.6212 -128.1359 l 753.0343 -128.1359 l 777.8487 -165.2286 l 777.8487 -128.1359 l 783.8429 -128.1359 l 783.8429 -175.38 l 777.4298 -175.38 l 752.6153 -138.255 l 752.6153 -175.38 l 746.6212 -175.38 l f Q q 2 j 807.6905 -175.38 m 807.6905 -155.3673 l 789.4825 -128.1359 l 797.088 -128.1359 l 806.4015 -142.38 l 808.1202 -145.0441 809.7208 -147.7082 811.2032 -150.3722 c 812.6212 -147.9015 814.3399 -145.1193 816.3595 -142.0255 c 825.5118 -128.1359 l 832.795 -128.1359 l 813.9425 -155.3673 l 813.9425 -175.38 l 807.6905 -175.38 l f Q Q q q 2 j 856.7071 -175.38 m 856.7071 -128.1359 l 863.1202 -128.1359 l 887.9347 -165.2286 l 887.9347 -128.1359 l 893.9288 -128.1359 l 893.9288 -175.38 l 887.5157 -175.38 l 862.7013 -138.255 l 862.7013 -175.38 l 856.7071 -175.38 l f Q q 2 j 899.2784 -175.38 m 917.422 -128.1359 l 924.1573 -128.1359 l 943.4933 -175.38 l 936.3712 -175.38 l 930.8605 -161.0714 l 911.1056 -161.0714 l 905.9171 -175.38 l 899.2784 -175.38 l 912.9103 -155.9796 m 928.9269 -155.9796 l 923.9962 -142.8956 l 922.4923 -138.9211 921.3751 -135.6554 920.6446 -133.0988 c 920.0431 -136.1281 919.1944 -139.1359 918.0987 -142.1222 c 912.9103 -155.9796 l f Q q 2 j 948.3595 -175.38 m 948.3595 -128.1359 l 957.7696 -128.1359 l 968.9523 -161.587 l 969.9835 -164.7023 970.7354 -167.0333 971.2081 -168.5802 c 971.7452 -166.8615 972.5831 -164.337 973.7218 -161.007 c 985.0333 -128.1359 l 993.4444 -128.1359 l 993.4444 -175.38 l 987.4181 -175.38 l 987.4181 -135.838 l 973.6896 -175.38 l 968.0499 -175.38 l 954.3859 -135.1612 l 954.3859 -175.38 l 948.3595 -175.38 l f Q q 2 j 1003.7247 -175.38 m 1003.7247 -128.1359 l 1037.8849 -128.1359 l 1037.8849 -133.7111 l 1009.9767 -133.7111 l 1009.9767 -148.1808 l 1036.1124 -148.1808 l 1036.1124 -153.7238 l 1009.9767 -153.7238 l 1009.9767 -169.8048 l 1038.9806 -169.8048 l 1038.9806 -175.38 l 1003.7247 -175.38 l f Q Q Q q q 2 j 673.0826 -115.9434 m 675.1192 -116.4578 l 674.6923 -118.1305 673.9224 -119.4077 672.8096 -120.2895 c 671.7038 -121.1644 670.3496 -121.6018 668.7469 -121.6018 c 667.0882 -121.6018 665.7374 -121.2659 664.6946 -120.594 c 663.6588 -119.9151 662.868 -118.9353 662.3221 -117.6545 c 661.7832 -116.3738 661.5137 -114.9985 661.5137 -113.5288 c 661.5137 -111.9261 661.8182 -110.5299 662.427 -109.3401 c 663.0429 -108.1433 663.9143 -107.237 665.0411 -106.6211 c 666.1748 -105.9982 667.4206 -105.6868 668.7784 -105.6868 c 670.3181 -105.6868 671.6128 -106.0787 672.6626 -106.8626 c 673.7124 -107.6464 674.4438 -108.7487 674.8567 -110.1694 c 672.8516 -110.6419 l 672.4947 -109.5221 671.9768 -108.7067 671.2979 -108.1958 c 670.619 -107.6849 669.7652 -107.4295 668.7364 -107.4294 c 667.5536 -107.4295 666.5633 -107.7129 665.7654 -108.2798 c 664.9746 -108.8467 664.4182 -109.6096 664.0962 -110.5684 c 663.7743 -111.5202 663.6133 -112.5035 663.6133 -113.5183 c 663.6133 -114.8271 663.8023 -115.9714 664.1802 -116.9512 c 664.5652 -117.924 665.16 -118.6519 665.9649 -119.1348 c 666.7697 -119.6177 667.6411 -119.8591 668.5789 -119.8591 c 669.7197 -119.8591 670.6855 -119.5302 671.4764 -118.8723 c 672.2672 -118.2144 672.8026 -117.2381 673.0826 -115.9434 c f Q q 2 j 677.0193 -113.8438 m 677.0193 -111.2892 677.7052 -109.2911 679.077 -107.8494 c 680.4487 -106.4007 682.2194 -105.6763 684.389 -105.6763 c 685.8097 -105.6763 687.0905 -106.0157 688.2313 -106.6946 c 689.372 -107.3735 690.2399 -108.3218 690.8348 -109.5396 c 691.4366 -110.7503 691.7376 -112.1256 691.7376 -113.6653 c 691.7376 -115.226 691.4226 -116.6222 690.7928 -117.854 c 690.1629 -119.0858 689.2705 -120.0201 688.1158 -120.657 c 686.961 -121.2869 685.7152 -121.6018 684.3785 -121.6018 c 682.9297 -121.6018 681.635 -121.2519 680.4942 -120.552 c 679.3534 -119.8521 678.4891 -118.8968 677.9012 -117.686 c 677.3133 -116.4753 677.0193 -115.1945 677.0193 -113.8438 c 679.1189 -113.8753 m 679.1189 -115.7299 679.6158 -117.1926 680.6097 -118.2634 c 681.6105 -119.3272 682.8632 -119.8591 684.368 -119.8591 c 685.9007 -119.8591 687.1604 -119.3202 688.1473 -118.2424 c 689.1411 -117.1647 689.638 -115.6354 689.638 -113.6548 c 689.638 -112.402 689.4245 -111.3102 688.9976 -110.3794 c 688.5777 -109.4416 687.9583 -108.7172 687.1394 -108.2063 c 686.3276 -107.6884 685.4143 -107.4295 684.3995 -107.4295 c 682.9577 -107.4295 681.7154 -107.9264 680.6726 -108.9202 c 679.6368 -109.907 679.1189 -111.5587 679.1189 -113.8753 c f Q q 2 j 694.2886 -121.3394 m 694.2886 -105.9492 l 697.3541 -105.9492 l 700.9969 -116.8462 l 701.3328 -117.861 701.5778 -118.6204 701.7317 -119.1243 c 701.9067 -118.5644 702.1796 -117.742 702.5506 -116.6572 c 706.2354 -105.9492 l 708.9754 -105.9492 l 708.9754 -121.3394 l 707.0123 -121.3394 l 707.0123 -108.4583 l 702.5401 -121.3394 l 700.7029 -121.3394 l 696.2518 -108.2378 l 696.2518 -121.3394 l 694.2886 -121.3394 l f Q q 2 j 712.2823 -121.3394 m 712.2823 -105.9492 l 718.0877 -105.9492 l 719.1095 -105.9492 719.8899 -105.9982 720.4288 -106.0962 c 721.1846 -106.2222 721.818 -106.4636 722.3289 -106.8206 c 722.8398 -107.1705 723.2492 -107.6639 723.5572 -108.3008 c 723.8721 -108.9377 724.0296 -109.6375 724.0296 -110.4004 c 724.0296 -111.7092 723.6132 -112.8185 722.7803 -113.7283 c 721.9475 -114.6311 720.4427 -115.0825 718.2662 -115.0825 c 714.3189 -115.0825 l 714.3189 -121.3394 l 712.2823 -121.3394 l 714.3189 -113.2664 m 718.2977 -113.2664 l 719.6134 -113.2664 720.5477 -113.0214 721.1006 -112.5315 c 721.6535 -112.0416 721.93 -111.3522 721.93 -110.4634 c 721.93 -109.8195 721.7655 -109.2701 721.4366 -108.8152 c 721.1146 -108.3533 720.6877 -108.0488 720.1558 -107.9019 c 719.8129 -107.8109 719.1795 -107.7654 718.2557 -107.7654 c 714.3189 -107.7654 l 714.3189 -113.2664 l f Q q 2 j 723.3577 -121.3394 m 729.2681 -105.9492 l 731.4622 -105.9492 l 737.761 -121.3394 l 735.441 -121.3394 l 733.6458 -116.6782 l 727.2105 -116.6782 l 725.5203 -121.3394 l 723.3577 -121.3394 l 727.7984 -115.0195 m 733.0159 -115.0195 l 731.4097 -110.7573 l 730.9198 -109.4626 730.5559 -108.3988 730.3179 -107.5659 c 730.122 -108.5528 729.8455 -109.5326 729.4886 -110.5054 c 727.7984 -115.0195 l f Q q 2 j 739.3882 -121.3394 m 739.3882 -105.9492 l 741.4773 -105.9492 l 749.5608 -118.0325 l 749.5608 -105.9492 l 751.5135 -105.9492 l 751.5135 -121.3394 l 749.4244 -121.3394 l 741.3409 -109.2456 l 741.3409 -121.3394 l 739.3882 -121.3394 l f Q q 2 j 759.282 -121.3394 m 759.282 -114.8201 l 753.3506 -105.9492 l 755.8282 -105.9492 l 758.8621 -110.5894 l 759.422 -111.4572 759.9434 -112.325 760.4263 -113.1929 c 760.8882 -112.388 761.4481 -111.4817 762.106 -110.4739 c 765.0874 -105.9492 l 767.46 -105.9492 l 761.3186 -114.8201 l 761.3186 -121.3394 l 759.282 -121.3394 l f Q q 2 j 774.1998 -116.3948 m 776.1209 -116.2268 l 776.2119 -116.9967 776.4218 -117.63 776.7508 -118.1269 c 777.0867 -118.6169 777.6046 -119.0158 778.3045 -119.3237 c 779.0043 -119.6247 779.7917 -119.7751 780.6666 -119.7751 c 781.4434 -119.7751 782.1293 -119.6597 782.7242 -119.4287 c 783.3191 -119.1978 783.76 -118.8828 784.0469 -118.4839 c 784.3409 -118.078 784.4878 -117.637 784.4878 -117.1611 c 784.4878 -116.6782 784.3479 -116.2583 784.0679 -115.9014 c 783.788 -115.5374 783.3261 -115.233 782.6822 -114.988 c 782.2692 -114.8271 781.3559 -114.5786 779.9422 -114.2427 c 778.5284 -113.8997 777.5381 -113.5778 776.9712 -113.2769 c 776.2364 -112.8919 775.687 -112.416 775.323 -111.8491 c 774.9661 -111.2752 774.7876 -110.6349 774.7876 -109.928 c 774.7876 -109.1511 775.0081 -108.4268 775.449 -107.7549 c 775.8899 -107.076 776.5338 -106.5616 777.3807 -106.2117 c 778.2275 -105.8617 779.1688 -105.6868 780.2046 -105.6868 c 781.3454 -105.6868 782.3497 -105.8722 783.2176 -106.2432 c 784.0924 -106.6071 784.7643 -107.146 785.2332 -107.8599 c 785.7021 -108.5737 785.9541 -109.3821 785.9891 -110.2849 c 784.0364 -110.4319 l 783.9314 -109.4591 783.5745 -108.7242 782.9656 -108.2273 c 782.3637 -107.7304 781.4714 -107.4819 780.2886 -107.4819 c 779.0568 -107.4819 778.1575 -107.7094 777.5906 -108.1643 c 777.0307 -108.6122 776.7508 -109.1546 776.7508 -109.7915 c 776.7508 -110.3444 776.9502 -110.7993 777.3492 -111.1562 c 777.7411 -111.5132 778.7629 -111.8806 780.4146 -112.2585 c 782.0733 -112.6295 783.2106 -112.9549 783.8265 -113.2349 c 784.7223 -113.6478 785.3837 -114.1727 785.8106 -114.8096 c 786.2375 -115.4395 786.451 -116.1673 786.451 -116.9932 c 786.451 -117.812 786.2165 -118.5854 785.7476 -119.3132 c 785.2787 -120.0341 784.6033 -120.5975 783.7215 -121.0034 c 782.8466 -121.4023 781.8598 -121.6018 780.761 -121.6018 c 779.3683 -121.6018 778.1995 -121.3988 777.2547 -120.9929 c 776.3169 -120.587 775.5785 -119.9781 775.0396 -119.1663 c 774.5077 -118.3474 774.2278 -117.4236 774.1998 -116.3948 c f Q q 2 j 789.17 -121.3394 m 789.17 -105.9492 l 791.2066 -105.9492 l 791.2066 -119.5232 l 798.7862 -119.5232 l 798.7862 -121.3394 l 789.17 -121.3394 l f Q q 2 j 800.6023 -113.8438 m 800.6023 -111.2892 801.2882 -109.2911 802.66 -107.8494 c 804.0317 -106.4007 805.8024 -105.6763 807.972 -105.6763 c 809.3927 -105.6763 810.6735 -106.0157 811.8143 -106.6946 c 812.955 -107.3735 813.8229 -108.3218 814.4178 -109.5396 c 815.0196 -110.7503 815.3206 -112.1256 815.3206 -113.6653 c 815.3206 -115.226 815.0057 -116.6222 814.3758 -117.854 c 813.7459 -119.0858 812.8536 -120.0201 811.6988 -120.657 c 810.544 -121.2869 809.2982 -121.6018 807.9615 -121.6018 c 806.5127 -121.6018 805.218 -121.2519 804.0772 -120.552 c 802.9364 -119.8521 802.0721 -118.8968 801.4842 -117.686 c 800.8963 -116.4753 800.6023 -115.1945 800.6023 -113.8438 c 802.702 -113.8753 m 802.702 -115.7299 803.1989 -117.1926 804.1927 -118.2634 c 805.1935 -119.3272 806.4463 -119.8591 807.951 -119.8591 c 809.4837 -119.8591 810.7434 -119.3202 811.7303 -118.2424 c 812.7241 -117.1647 813.221 -115.6354 813.221 -113.6548 c 813.221 -112.402 813.0075 -111.3102 812.5806 -110.3794 c 812.1607 -109.4416 811.5413 -108.7172 810.7225 -108.2063 c 809.9106 -107.6884 808.9973 -107.4295 807.9825 -107.4295 c 806.5407 -107.4295 805.2985 -107.9264 804.2557 -108.9202 c 803.2199 -109.907 802.7019 -111.5587 802.7019 -113.8753 c f Q q 2 j 825.1363 -115.303 m 825.1363 -113.4973 l 831.6556 -113.4868 l 831.6556 -119.1977 l 830.6547 -119.9956 829.6224 -120.5975 828.5586 -121.0034 c 827.4948 -121.4023 826.403 -121.6018 825.2833 -121.6018 c 823.7715 -121.6018 822.3963 -121.2799 821.1575 -120.636 c 819.9257 -119.9851 818.9949 -119.0473 818.365 -117.8225 c 817.7352 -116.5977 817.4202 -115.2295 817.4202 -113.7178 c 817.4202 -112.2201 817.7317 -110.8238 818.3545 -109.529 c 818.9844 -108.2273 819.8873 -107.2615 821.063 -106.6316 c 822.2388 -106.0017 823.5931 -105.6868 825.1258 -105.6868 c 826.2386 -105.6868 827.2429 -105.8687 828.1387 -106.2327 c 829.0415 -106.5896 829.7484 -107.09 830.2593 -107.7339 c 830.7702 -108.3778 831.1586 -109.2176 831.4246 -110.2534 c 829.5875 -110.7573 l 829.3565 -109.9735 829.0695 -109.3576 828.7266 -108.9097 c 828.3837 -108.4617 827.8938 -108.1048 827.2569 -107.8389 c 826.62 -107.5659 825.9131 -107.4294 825.1363 -107.4294 c 824.2054 -107.4294 823.4006 -107.5729 822.7217 -107.8598 c 822.0428 -108.1398 821.4934 -108.5107 821.0735 -108.9726 c 820.6606 -109.4346 820.3387 -109.942 820.1077 -110.4949 c 819.7158 -111.4467 819.5198 -112.479 819.5198 -113.5918 c 819.5198 -114.9635 819.7543 -116.1113 820.2232 -117.0351 c 820.6991 -117.959 821.3885 -118.6448 822.2913 -119.0928 c 823.1941 -119.5407 824.1529 -119.7646 825.1678 -119.7646 c 826.0496 -119.7646 826.9104 -119.5967 827.7503 -119.2607 c 828.5901 -118.9178 829.227 -118.5539 829.6609 -118.1689 c 829.6609 -115.303 l 825.1363 -115.303 l f Q q 2 j 832.9573 -121.3394 m 838.8677 -105.9492 l 841.0618 -105.9492 l 847.3606 -121.3394 l 845.0406 -121.3394 l 843.2454 -116.6782 l 836.8101 -116.6782 l 835.1199 -121.3394 l 832.9573 -121.3394 l 837.398 -115.0195 m 842.6155 -115.0195 l 841.0093 -110.7573 l 840.5194 -109.4626 840.1555 -108.3988 839.9175 -107.5659 c 839.7216 -108.5528 839.4451 -109.5326 839.0882 -110.5054 c 837.398 -115.0195 l f Q q 2 j 848.9878 -121.3394 m 848.9878 -105.9492 l 851.077 -105.9492 l 859.1605 -118.0325 l 859.1605 -105.9492 l 861.1131 -105.9492 l 861.1131 -121.3394 l 859.024 -121.3394 l 850.9405 -109.2456 l 850.9405 -121.3394 l 848.9878 -121.3394 l f Q q 2 j 868.8501 -121.6018 m 873.3118 -105.6868 l 874.8235 -105.6868 l 870.3724 -121.6018 l 868.8501 -121.6018 l f Q q 2 j 885.9725 -121.3394 m 885.9725 -107.7654 l 880.9019 -107.7654 l 880.9019 -105.9492 l 893.1006 -105.9492 l 893.1006 -107.7654 l 888.0091 -107.7654 l 888.0091 -121.3394 l 885.9725 -121.3394 l f Q q 2 j 891.9144 -121.3394 m 897.8248 -105.9492 l 900.0189 -105.9492 l 906.3177 -121.3394 l 903.9976 -121.3394 l 902.2024 -116.6782 l 895.7671 -116.6782 l 894.077 -121.3394 l 891.9144 -121.3394 l 896.355 -115.0195 m 901.5726 -115.0195 l 899.9664 -110.7573 l 899.4764 -109.4626 899.1125 -108.3988 898.8746 -107.5659 c 898.6786 -108.5528 898.4021 -109.5326 898.0452 -110.5054 c 896.355 -115.0195 l f Q q 2 j 915.1675 -115.303 m 915.1675 -113.4973 l 921.6868 -113.4868 l 921.6868 -119.1977 l 920.686 -119.9956 919.6537 -120.5975 918.5899 -121.0034 c 917.5261 -121.4023 916.4343 -121.6018 915.3145 -121.6018 c 913.8028 -121.6018 912.4275 -121.2799 911.1888 -120.636 c 909.957 -119.9851 909.0262 -119.0473 908.3963 -117.8225 c 907.7664 -116.5977 907.4515 -115.2295 907.4515 -113.7178 c 907.4515 -112.2201 907.7629 -110.8238 908.3858 -109.529 c 909.0157 -108.2273 909.9185 -107.2615 911.0943 -106.6316 c 912.2701 -106.0017 913.6243 -105.6868 915.157 -105.6868 c 916.2698 -105.6868 917.2741 -105.8687 918.17 -106.2327 c 919.0728 -106.5896 919.7797 -107.09 920.2906 -107.7339 c 920.8015 -108.3778 921.1899 -109.2176 921.4559 -110.2534 c 919.6187 -110.7573 l 919.3877 -109.9735 919.1008 -109.3576 918.7579 -108.9097 c 918.4149 -108.4617 917.925 -108.1048 917.2881 -107.8389 c 916.6512 -107.5659 915.9444 -107.4294 915.1675 -107.4294 c 914.2367 -107.4294 913.4318 -107.5729 912.753 -107.8598 c 912.0741 -108.1398 911.5247 -108.5107 911.1048 -108.9726 c 910.6919 -109.4346 910.3699 -109.942 910.139 -110.4949 c 909.747 -111.4467 909.5511 -112.479 909.5511 -113.5918 c 909.5511 -114.9635 909.7855 -116.1113 910.2544 -117.0351 c 910.7304 -117.959 911.4197 -118.6448 912.3226 -119.0928 c 913.2254 -119.5407 914.1842 -119.7646 915.199 -119.7646 c 916.0809 -119.7646 916.9417 -119.5967 917.7815 -119.2607 c 918.6214 -118.9178 919.2583 -118.5539 919.6922 -118.1689 c 919.6922 -115.303 l 915.1675 -115.303 l f Q q 2 j 924.5948 -121.3394 m 924.5948 -105.9492 l 926.6314 -105.9492 l 926.6314 -119.5232 l 934.211 -119.5232 l 934.211 -121.3394 l 924.5948 -121.3394 l f Q q 2 j 936.993 -121.3394 m 936.993 -105.9492 l 939.0296 -105.9492 l 939.0296 -121.3394 l 936.993 -121.3394 l f Q q 2 j 942.5884 -121.3394 m 942.5884 -105.9492 l 944.6775 -105.9492 l 952.761 -118.0325 l 952.761 -105.9492 l 954.7137 -105.9492 l 954.7137 -121.3394 l 952.6246 -121.3394 l 944.5411 -109.2456 l 944.5411 -121.3394 l 942.5884 -121.3394 l f Q q 2 j 958.1885 -121.3394 m 958.1885 -105.9492 l 969.3165 -105.9492 l 969.3165 -107.7654 l 960.2251 -107.7654 l 960.2251 -112.479 l 968.7391 -112.479 l 968.7391 -114.2847 l 960.2251 -114.2847 l 960.2251 -119.5232 l 969.6734 -119.5232 l 969.6734 -121.3394 l 958.1885 -121.3394 l f Q q 2 j 978.5337 -121.3394 m 978.5337 -105.9492 l 980.5704 -105.9492 l 980.5704 -112.269 l 988.5699 -112.269 l 988.5699 -105.9492 l 990.6065 -105.9492 l 990.6065 -121.3394 l 988.5699 -121.3394 l 988.5699 -114.0852 l 980.5704 -114.0852 l 980.5704 -121.3394 l 978.5337 -121.3394 l f Q q 2 j 994.0499 -121.3394 m 994.0499 -105.9492 l 1005.1778 -105.9492 l 1005.1778 -107.7654 l 996.0865 -107.7654 l 996.0865 -112.479 l 1004.6004 -112.479 l 1004.6004 -114.2847 l 996.0865 -114.2847 l 996.0865 -119.5232 l 1005.5347 -119.5232 l 1005.5347 -121.3394 l 994.0499 -121.3394 l f Q q 2 j 1008.4007 -121.3394 m 1008.4007 -105.9492 l 1015.2244 -105.9492 l 1016.5962 -105.9492 1017.639 -106.0892 1018.3528 -106.3691 c 1019.0667 -106.6421 1019.6371 -107.1285 1020.064 -107.8284 c 1020.4909 -108.5283 1020.7044 -109.3016 1020.7044 -110.1484 c 1020.7044 -111.2402 1020.3509 -112.1606 1019.6441 -112.9094 c 1018.9372 -113.6583 1017.8454 -114.1342 1016.3687 -114.3372 c 1016.9076 -114.5961 1017.317 -114.8516 1017.597 -115.1035 c 1018.1919 -115.6494 1018.7552 -116.3318 1019.2872 -117.1506 c 1021.9642 -121.3394 l 1019.4026 -121.3394 l 1017.366 -118.1375 l 1016.7711 -117.2136 1016.2812 -116.5068 1015.8963 -116.0169 c 1015.5114 -115.5269 1015.1649 -115.184 1014.857 -114.988 c 1014.556 -114.7921 1014.2481 -114.6556 1013.9332 -114.5786 c 1013.7022 -114.5296 1013.3243 -114.5051 1012.7994 -114.5051 c 1010.4373 -114.5051 l 1010.4373 -121.3393 l 1008.4007 -121.3393 l 1010.4373 -112.7414 m 1014.815 -112.7414 l 1015.7458 -112.7414 1016.4737 -112.6469 1016.9986 -112.458 c 1017.5235 -112.262 1017.9224 -111.9541 1018.1954 -111.5342 c 1018.4683 -111.1073 1018.6048 -110.6453 1018.6048 -110.1484 c 1018.6048 -109.4206 1018.3388 -108.8222 1017.8069 -108.3533 c 1017.282 -107.8844 1016.4492 -107.6499 1015.3084 -107.6499 c 1010.4373 -107.6499 l 1010.4373 -112.7414 l f Q q 2 j 1023.9483 -121.3394 m 1023.9483 -105.9492 l 1035.0762 -105.9492 l 1035.0762 -107.7654 l 1025.9849 -107.7654 l 1025.9849 -112.479 l 1034.4988 -112.479 l 1034.4988 -114.2847 l 1025.9849 -114.2847 l 1025.9849 -119.5232 l 1035.4332 -119.5232 l 1035.4332 -121.3394 l 1023.9483 -121.3394 l f Q Q q q 331.0 0.0 0.0 369.0 144.8543 -321.0229 cm /I1 Do Q f Q Q Q Q 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN BT 209.837 361.6965 Td /F1.0 27 Tf <5468652044616e6765726f7573202620> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN BT 437.717 361.6965 Td /F2.0 27 Tf <546872696c6c696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN BT 547.04 361.6965 Td ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN BT 205.031 327.6765 Td /F1.0 27 Tf <446f63756d656e746174696f6e204368726f6e69636c6573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 351.236 301.9185 Td /F3.0 18 Tf <4261736564206f6e2054727565204576656e7473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0941 0.0941 0.0941 scn 0.0941 0.0941 0.0941 SCN BT 312.8195 268.7249 Td /F1.0 13 Tf [<4b69736d65742043616d8e6c8e6f6e2c204c617a6172757320686574204472> 20.0195 <61656b> 20.0195 <65>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 433.2206 238.9114 Td /F1.0 10.5 Tf [<56> 60.0586 <657273696f6e20312e302c20323031342d30312d3031>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q endstream endobj 7 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 6 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 9 0 R /F2.0 10 0 R /F3.0 11 0 R >> /XObject << /I1 8 0 R >> >> >> endobj 8 0 obj << /Type /XObject /Subtype /Image /ColorSpace /DeviceRGB /BitsPerComponent 8 /Width 331 /Height 369 /Length 10696 /Filter [/DCTDecode] >> stream �JFIF��`�`���C�    $.' ",#(7),01444'9=82<.342�C  2!!22222222222222222222222222222222222222222222222222�qK"������������ ����}�!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�������� ���w�!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz� ��?�( ( ( ( ( ( ( ( ( ( Jm#O;Z0h"֣�Gl|п? g.^khO2((((�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�JhtsQ՛�'W_:֥&?d!ݿ¶IԕO׳7r}J)dU'du9VS>E{KC{փM̽ŽG  HeYNA -'\Ѧk/Orv:E-`o i#{R=xYQo"y9=+Δ\]:Z(Š(((((((((((((((waOVbJu)j;�מԓM%4ZI fbz֣j%N68*M(Ԁ(� 98+|uqeR qA(ڸ+:QZHem[,u=>ׇڥr'naGzmƶz/1mtx?#ck̭=Ve-H@c`(�(�(�(�(�(�(�(�(�(�()j&[$W7Gż<8TC V"wY1Y|}o3m`=� rDXY1h89gIpF 3WԺ bOo�s[?blL;~\ezXJ\RQ]8QE�QE�QE�Qx�t/^;aͨi?2OG5-^δ?ExMkwqepLJO5[ UsEh><ॾz ov謌H#6ti#3RuQPPQE�QE�QE�QE�QE�QE�QE4VfiJspFq:/.wG`g˟?Zų_Zw;CU#wpOu5?Mycz\tKq!i^IVcQֱ[' :S-,j(^1QV+ռ#�ji $9OCtb6s%ܟCTM]~gnSkaؼ?pwo+cR`4o'oݢ玬{k=BmSPs;O GJd|UjJI9$E!EPEPEPEPEPEP^ {ȴ%f%``F=�H?Ҹ h-jA\k S>뱢E(UP�*4 &<t+:(((()y'ހu51tѣaH�u_jz x"<;mze_iP+$I�֮#U~Z;lZz +'z0HMZV9rřrM6*Q+lQE ( >WK �ꗿi3i#n�7e"hs[__O-^Hd'\zah#Qȸ?>F= 5(X9 (`(�X|Ceo2,|L䢛}FNA{pv/TxH;s�UW}4W7t:l LUe�vB*6OEz|>я7+�ms:?r>5KO oSͨ^Ekn啶Ow/ MNL�hvk%]T1_Ց(msuZ6k$ nk|IA AlUk͕*ݣb(kYXWqSR f�tS}Q~tOΤx�SHeJ`6"SЊ,ʺ:LZC (+m&.5产5-X48=s^@9zOV g)2dkâ+sB(aEPEPE`O�7mz>mR+H>?z:6+H Ԛ𞂺EejtvZ Pce,-r{^X'Kg;~5XzwxaǨ `(�)v\�kn#7`cX?˧#ԨO@(�J(חIinҿnPnR)kZ١clJ�=k'&id9f<JJ4"x8ά( ( 0=PӧCN8?FE+'Х&ds:}٤F5 /K節E'ж/E`\�3"{1"�:J(ū#NRaX,?ty6.guB=zW:vTt?Qj+~ƤAqOc~|5JwW>YVQL(�(�+Nne3?}~+AѤֵ$A+=ۤ1(X�t<<cܘt+B��\Ƹ,=keΏ5hoG?edrYN=zJU%Q]F!]Ôαw&:A͇W]dڋ,cϊv)/}EWwQ@ $($#ߛی)p޴C`$M\z\v}yXE�wQEvhQE�QE�QE�QE�QEoL]ڔ�ZцuX};/ݿP+1<Q_G$O#�q^FA0GQ^Fk|igjp.rٻVrlW,7EV҅Q@Q@=6CfYbf%y5܃xH$zkkuuŸ1>wNRuiߡU; JRMk2ȇUՉJ..j-Q@0֏P_D'ϯ^Y=c{ Of kBfu#-E:H9*#6 ?;9E�מW;MÑˌvkG;(J_-~xQjԲ,Q@U$z׷-!AA[P/#_CM#fiQ^<&QE(�(�(�(�(�:}5W3?Q]5y EV`=(jD�<>:~}?פM;; IJ;™Y{J<m}T\c7''.akԔQE΀(�(͕֝p'q؎mB{}c63Z{0K^OxI+=�lyQJx|iA##p\;:((84mEuW,uG:Ycմ޿)au%C($lUG`G8B莽SI(<߮?y]z߂glscF50: 3Efj z/y:g53;\< g_}ObI''ӂlWR|((gp[߰O*_q)ք7ޖM 2"fpO݆M"T牓hzT0Ք$MB"pq%,m 2]s t}{SUjVorqtEWyEPEP2NށG󮊰|6H�yuwE EV'PQIZ�ތ:W4r4n]I =u59>ǩ WU9t=?c.'EVӅQ@Q@Q@Koq54r)e8beZJ/$mP vʒx2A^Z?oi�̐B= g*}Q2u+ʇ{ yǏ"=N%MK:WYYP#.p2b>STgeB3{T3єo 3+|0_ }[yԉ#b {F>msllrVn囙CQ\e<Fe,=.U ewR\(ejaV妅o\~nxC͙RԩC*3�M( dol*��;SxERӆV68% G`)֕(bTW0-Ż! KE M]Y,дRO>oݨ�`}kե>x|"(QEQEpbC!B+3A]`?bjWU28ɦhp%D 'ֿZ<z<'t?QXTvgf*uգΓ:td'̠�J@n�މ¹+:Hý>"kپG4CzZ^[b12<+E\qUWR?pF+}+]M9:,Ƒ�v^@U#j_Iə!~ν Q#1X^-\gkڰ�|PIi3ݐsZg" 뉜1P?xͧ.{%b[xiZ}ajn#J!;AHQOU{CUxWJ+ѩU糁O#EWtw~PI-ؠ�t?hVyOO%Gx])ʲkмs$`3$}2;74FnƩ+By`X�sS*&%rԋnc\d@VNy.?*KicX�hqr$wQȤd+O?:oMN$ﶰQsgtCi\Ji[5qݺ9j? ?*/� s9?drS��1KXKS)?ƥ_X+{L5t�Ҥ]Z�cqZ,Uٷݹ�J.!o*joi %{KTUp"%Ukzs)}=ϭtarÍe9(# (u"J'5U4MVǟϣq^>{ v5MM|gkM_lT4QEx'Q@ttB B^a}c 9T0Aqi4̐�^Yr>9_Q^aEPEPR~iQ/ncv~&Wce'v_ח|&kANد?>$K&质<?E&o:y&WnA\uq՞$SZN�XnJo/ {SQnO$eB�.GHΦ"|:8lfއ<5?w4eoN8Qu'orrrr?*֛f9�gF"2̫[N$xtr62Za~K Hc 8Ev7kyiCcޖ L⺱e,D}<ӿg%X@~_;ZJ2QE&=JZ(kf+IN*As:٥G#TU[6^2�:j�TXi04[_oskGH?Ekv"-Z`ՎEIpu z\?WMɶcIN+xZO7%V�r?b]>hTG#ȷbҤ\S++!kξ(7rvBtԬbl߯�ZzRgpQEx܅QH%/;Ơvw&QSN/S޴F-WMAּζaHI3$9q^^ �-%&p:XZNjtrK8a�,ߍ\)ҝIr]ݫ'U)]‡Dk¼X^\?ܻ;I'9䴁ar9ެeӣ4]7 [ZYydnQ\+NϡթŠ*k[YnBT{i]ntNJ)kx_@}TExi״EpBFQ K>_H�n浻W|>ex_ Dԁ]g[nAke|J^GV^tM7'+t;Fduu8`r>ik{f`<g<=G.>,RCC2C<k^PZ<W<󃹵_.d*C5of9P:ƹC@ [$}vkL^T@cQA8#WkhER�(�(Q]NH o $u# \=lh nr�zlI袊׭> /BMzxɗƻR=|7|QEfQE�QE�Kmq%W0bp}zy\`O+^T5*;][UX �W 9[1\99Ԕ߼VQEfnQE�mFt/�U+ÇXW nrr8w>z�` t?䏙α��!QEzG͘'l[B�\t^)??2-~lzȺ6~Iz}kXS\xLCUjjY蝨zuིIA{r@5R q|Ţ+A[%~^X\Xٔ㳎d$RE /StEo+-9LgV+#e*êFiEW0Q@*V r=(kp;}:^Y$Ō7h7gX}�Jk0^}VQEw�xx^={Ik<HOjM�0J?ݣW2袊O ( ( ( ( ( sVvs7e^ Y%{|84M;͝G'�;-tIXՅ6: .;uk}I)kI%d|DŠ(#;f\[$;%=|i+} Z (?$�?ҺH 2)!?8oc_WbKǏQ嗴]KåQ_DyEP\߈thGPıi@=OqrHv95fjEQE�QE�(8 M.^$\Ujhwfܼ}c?*2Wf`uQڊҼV/dZ[llރ57Wcן~>͌+>(�(�(�(�(9˯jnXS 3/.m%j9ßijH|nvMV 5 @*j(Td|&3,MWRBEQHiWz*̫nէ9`~B=ǻfϣëR (Mt߳^Lw/C+*H A զAŞ(MཱG'_4F>rQqn,)�2ik,g{GXЦ3uKrX/ 4Q_V]@((({uQM;ji^ $rs"hd c}k˱>ފ}P <?1^csR9б#vAǽz!F5~# m{D�uԷ]ffE`T瘕ٞ ד9jM?ʽ*^>{ ~7TM q1_Bm1h~QњLj'�"AG^}}-T^MI}_݊}$h=a&+z$7\w\R3Z9YKsqyd`iօ$f7W1hMU#�zM|E|8>Y+cͩjE*jPxbu"P>ku?FŝaSx*ݎG{V�E<@Y%=RQ��EbTϟBf4O�)j-R9�TIO$#{G_ ^\%%՟AMZ QYQE�iwer?ֻs^wWaj.f1 9WxԢM<d,mN9A\s1f,$V/~;*�tUjqoSMQ^pQ@Q@T[r!v%'h"#B{[~' t��܂djڽ|6ORMrt�`u-l%<<y`(�(�(�(�(+]Ծ~N�~;+gA}+KCcx?Sp~;pxi.ilשQ@Q@Q@Q@Q@Q@zևK\e?0@~۝,}Ov;nq_AeG/ysTOS:'NnyAEV@QV4۫ q? ҝ)|WXlC0�k8ic¶*(P:�+dW`0;a?^�^b8$hi+ݣEZEWHQ@Q@Q@Q@Q@Q@ne$j^$*:WsYdsz_;3'Vz8Lbh泗dɴ#T(Kj%%x* ( ( ( ( Y;8]vH< w)bۢT_K;d 9>֬QڊAB*1m/\Uu.G+A U}+05RרM" O?G�~MhQz 2+[l36Aݺµ�WJ:JV�+` ( ( ( ( ( ( ( ( (!+re=kPK\ȟ"+mJ;ŞtA#=CH/ZN|JC crgu=UʴQEyXQE�QE�QEY{륉rVoAWJB:LtߴKWh~P{𮲣%5T` } -%SugŢ+(�(�(�(�(�(�(�(�(�(�(�(�(�(�*9#IPe=A))4|=e`:4nQԫ z%Rm.taWaR(cvz7$U j*Q$ՏZHW (,URFK] P̭˟Jȼ?κ:̛{6;#QE} Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@ e # 2Zv?[W6# KYJueM,顖CQb*ޓ>RYx&0E:8Dp^%<wwKNԙ"P�� uWѤ<Т)QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�P( ( ( ( ( ( ( ( ( ( (? endstream endobj 9 0 obj << /Type /Font /BaseFont /2018c5+NotoSerif /Subtype /TrueType /FontDescriptor 141 0 R /FirstChar 32 /LastChar 255 /Widths 143 0 R /ToUnicode 142 0 R >> endobj 10 0 obj << /Type /Font /BaseFont /e2b141+NotoSerif-Italic /Subtype /TrueType /FontDescriptor 145 0 R /FirstChar 32 /LastChar 255 /Widths 147 0 R /ToUnicode 146 0 R >> endobj 11 0 obj << /Type /Font /BaseFont /e9205c+NotoSerif-BoldItalic /Subtype /TrueType /FontDescriptor 149 0 R /FirstChar 32 /LastChar 255 /Widths 151 0 R /ToUnicode 150 0 R >> endobj 12 0 obj << /Length 8338 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf [<54> 29.7852 <61626c65206f6620436f6e74656e7473>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 751.856 Td /F1.0 10.5 Tf <312e204974d5732061204369747920556e646572205369656765> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 171.7201 751.856 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 751.856 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 751.856 Td /F1.0 10.5 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 60.24 733.376 Td /F1.0 10.5 Tf <312e312e2052656e64657a766f757320506f696e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 171.7201 733.376 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 733.376 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 733.376 Td /F1.0 10.5 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 714.896 Td /F1.0 10.5 Tf <322e205468652052617661676573206f662057726974696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 177.0646 714.896 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 714.896 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 714.896 Td /F1.0 10.5 Tf <33> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 60.24 696.416 Td /F1.0 10.5 Tf [<322e312e20412052656369706520666f7220506f74696f6e20546861742057696c6c20456e737572652059> 69.8242 <6f752057696e2074686520486561727473206f6620446576656c6f70657273>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 438.9451 696.416 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 696.416 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 696.416 Td /F1.0 10.5 Tf <33> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 72.24 677.936 Td /F1.0 10.5 Tf <322e312e312e20536561726368696e6720666f7220427572646f636b69616e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 230.5096 677.936 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 677.936 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 677.936 Td /F1.0 10.5 Tf <34> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 659.456 Td /F1.0 10.5 Tf <332e204461776e206f6e2074686520506c6174656175> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 166.3756 659.456 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 659.456 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 659.456 Td /F1.0 10.5 Tf <36> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 640.976 Td /F1.0 10.5 Tf [<342e2057> 60.0586 <6f72647320536561736f6e6564207769746820506f776572>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 203.7871 640.976 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 640.976 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 640.976 Td /F1.0 10.5 Tf <37> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 60.24 622.496 Td /F1.0 10.5 Tf <342e312e2043616e20492047657420536f6d6520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 157.8795 622.496 Td /F5.0 10.5 Tf <436f6465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 178.8795 622.496 Td /F1.0 10.5 Tf <3f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 187.7536 622.496 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 540.4906 622.496 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.1705 622.496 Td /F1.0 10.5 Tf <37> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 604.016 Td /F1.0 10.5 Tf [<352e204b> 20.0195 <656570696e672049742054> 29.7852 <6f676574686572>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 160.5061 604.016 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 534.6211 604.016 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 535.301 604.016 Td /F1.0 10.5 Tf <3131> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 585.536 Td /F1.0 10.5 Tf <417070656e64697820413a2043726564697473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 149.8171 585.536 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 534.6211 585.536 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 535.301 585.536 Td /F1.0 10.5 Tf <3134> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 567.056 Td /F1.0 10.5 Tf <496e646578> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6627 0.6627 0.6627 scn 0.6627 0.6627 0.6627 SCN BT 80.3386 567.056 Td /F1.0 10.5 Tf <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn BT 534.6211 567.056 Td /F1.0 2.625 Tf <ca> Tj ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 535.301 567.056 Td /F1.0 10.5 Tf <3135> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q endstream endobj 13 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 12 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F1.0 9 0 R /F5.0 34 0 R >> >> /Annots [99 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 111 0 R 112 0 R 113 0 R 114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R] >> endobj 14 0 obj << /Length 920 >> stream q /DeviceRGB cs 0.3608 0.3843 0.4 scn /DeviceRGB CS 0.3608 0.3843 0.4 SCN 1.8164 Tw BT 48.24 789.406 Td /F3.0 13 Tf <546869732073746f7279206368726f6e69636c65732074686520696e6578706c696361626c652068617a6172647320616e6420766963696f7573206265617374732061207465616d> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3608 0.3843 0.4 scn 0.3608 0.3843 0.4 SCN 0.0242 Tw BT 48.24 766.526 Td /F2.0 13 Tf <6d75737420636f6e7175657220616e642076616e7175697368206f6e207468656972206a6f75726e657920746f20646973636f766572696e6720746865207472756520706f776572206f66204f70656e> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3608 0.3843 0.4 scn 0.3608 0.3843 0.4 SCN BT 48.24 743.646 Td /F2.0 13 Tf <536f757263652e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.009 14.388 Td /F1.0 9 Tf <31> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 15 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 14 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 11 0 R /F2.0 10 0 R /F1.0 9 0 R >> /XObject << /Stamp1 123 0 R >> >> >> endobj 16 0 obj [15 0 R /XYZ 0 841.89 null] endobj 17 0 obj << /Type /Names /Dests 18 0 R >> endobj 18 0 obj << /Kids [81 0 R 82 0 R] >> endobj 19 0 obj << /Length 9335 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf <4368617074657220312e204974d5732061204369747920556e646572205369656765> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.6404 Tw BT 48.24 753.206 Td /F1.0 10.5 Tf [<54686973206a6f75726e657920626567696e73206f6e65206c617465204d6f6e6461> 20.0195 <792061667465726e6f6f6e20617420>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN 0.6404 Tw BT 304.8901 753.206 Td ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN 0.6404 Tw BT 304.8901 753.206 Td /F1.0 10.5 Tf <4465766f7878> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.6404 Tw BT 342.4171 753.206 Td /F1.0 10.5 Tf <2e204f7572207465616d206e6565647320636f666665652c20> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.6404 Tw BT 468.3744 753.206 Td /F2.0 10.5 Tf [<646573706572> 20.0195 <6174656c79>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.6404 Tw BT 524.2656 753.206 Td /F1.0 10.5 Tf <2c20627574> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 737.426 Td /F1.0 10.5 Tf <6e6f6e65206f662075732064617265206f70656e20746865207468656174657220646f6f7273c9> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.5774 Tw BT 48.24 709.646 Td /F1.0 10.5 Tf <447572696e672074686520> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN 1.5774 Tw BT 107.8114 709.646 Td /F1.0 10.5 Tf <6f70656e696e6720756e69766572736974792073657373696f6e> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.5774 Tw BT 244.1902 709.646 Td /F1.0 10.5 Tf [<2c2061207363726970742d68617070> 20.0195 <79207761726c6f636b20696e616476657274656e746c792072656c65617365642061206c6567696f6e206f66>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 693.866 Td /F1.0 10.5 Tf [<57> 60.0586 <6f6c70657274696e67657273212054> 29.7852 <6f206c65617665206e6f7720776f756c64206d65616e20>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 259.6486 693.866 Td /F4.0 10.5 Tf <636f6465206469736d656d6265726d656e7420616e64206365727461696e206465617468> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 471.9901 693.866 Td /F1.0 10.5 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 666.086 Td /F1.0 10.5 Tf <4265686f6c6420> Tj /F1.1 10.5 Tf <2120> Tj /F1.0 10.5 Tf <74686520686f72726f7221> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 249.4 0.0 0.0 281.1418 48.24 369.1282 cm /I2 Do Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 353.7624 Td /F2.0 9.975 Tf [<46696775726520312e2057> 60.0586 <6f6c70657274696e6765722c2073747566666564>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.2697 Tw BT 48.24 326.1732 Td ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.2697 Tw BT 48.24 326.1732 Td ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.2697 Tw BT 48.24 326.1732 Td ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.2697 Tw BT 48.24 326.1732 Td /F1.0 10.5 Tf [<59> 69.8242 <6f75206d61> 20.0195 <79206e6f742062652066616d696c696172207769746820746865736520>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN 0.2697 Tw BT 227.3694 326.1732 Td /F1.0 10.5 Tf [<72> 20.0195 <6176656e6f757320626561737473>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.2697 Tw BT 308.0374 326.1732 Td /F1.0 10.5 Tf <2e2054727573742075732c2074686579d56c6c2065617420796f75722073686f72747320616e64207375636b206c6f6f7073> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 2.4043 Tw BT 48.24 310.3932 Td /F1.0 10.5 Tf <66726f6d20796f757220636f64652e20496e206c69676874206f6620746869732064616e6765722c207765d57665207365617263686564206869676820616e64207769646520666f72207468652073656375726974792063726577d573> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.401 Tw BT 48.24 294.6132 Td /F1.0 10.5 Tf [<646566656e73697665206f706572> 20.0195 <6174696f6e73206d616e75616c2e2057> 60.0586 <652063616ed5742066696e6420697420616e6420746865204465664f707320>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN 0.401 Tw BT 360.7076 294.6132 Td /F1.0 10.5 Tf <5b313a206120706f72746d616e74656175206f6620d2646566656e73697665d320616e64> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN 1.3352 Tw BT 48.24 278.8332 Td /F1.0 10.5 Tf [<d26f706572> 20.0195 <6174696f6e73d35d>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.3352 Tw BT 114.8203 278.8332 Td /F1.0 10.5 Tf [<2077657265776f6c76657320686176656ed5742072657475726e65642066726f6d2074686569722072656e64657a766f757320617420426965722043656e7472> 20.0195 <616c2e2054686579d5766520656974686572>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.2137 Tw BT 48.24 263.0532 Td /F1.0 10.5 Tf [<656174656e2065616368206f74686572206f722066616c6c656e2076696374696d20746f207468652057> 60.0586 <6f6c70657274696e6765727320726f616d696e67207468652073747265657473206f6620>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.2137 Tw BT 447.2147 263.0532 Td ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.2137 Tw BT 447.2147 263.0532 Td /F1.0 10.5 Tf <416e74776572702e20517569636b2c20686974> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 48.24 245.1312 Td /F5.0 10.5 Tf <4374726c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 69.24 245.1312 Td /F1.0 10.5 Tf <2b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 75.1095 245.1312 Td /F5.0 10.5 Tf <416c74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 90.8595 245.1312 Td /F1.0 10.5 Tf <2b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 96.729 245.1312 Td /F5.0 10.5 Tf <4261636b7370616365> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 143.979 245.1312 Td /F1.0 10.5 Tf <206f722073656c65637420> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 191.229 245.1312 Td /F4.0 10.5 Tf <46696c6520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 213.846 245.1312 Td /F4.0 12.075 Tf <dd> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 218.1085 245.1312 Td /F4.0 10.5 Tf <2051756974> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 244.0225 245.1312 Td /F1.0 10.5 Tf <20616e64206c6574d573206261696c206f7574206f66206865726521> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.5 w 0.9333 0.9333 0.9333 SCN 108.24 228.8553 m 108.24 189.2953 l S Q 0.749 0.4118 0.0 scn 0.749 0.4118 0.0 SCN BT 66.24 200.5073 Td /F6.1 24 Tf <21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.8628 Tw BT 120.24 212.8913 Td /F1.0 10.5 Tf [<57> 60.0586 <6f726b696e6720776974682077657265776f6c766573206c6561647320746f20686f776c696e6720616e6420747279696e6720746f207472> 20.0195 <61696e206167677265737369766520726567756c6172>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 197.1113 Td /F1.0 10.5 Tf <65787072657373696f6e732077697468205061766c6f7669616e207265696e666f7263656d656e742e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 165.3313 Td /F2.0 10.5 Tf [<57> 60.0586 <65616b206c696768742066726f6d207468652068616c6c7761> 20.0195 <7920747269636b6c6564206163726f73732074686520746865617465722c206368617365642062> 20.0195 <7920612064697374616e742073637265616d2e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 125.4913 Td /F4.0 18 Tf <312e312e2052656e64657a766f757320506f696e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 97.4713 Td /F1.0 10.5 Tf <436f6d65206f6e2c20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.1595 97.4713 Td ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.1595 97.4713 Td /F2.0 10.5 Tf [<426965722043656e7472> 20.0195 <616c>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 155.8753 97.4713 Td /F1.0 10.5 Tf [<2e2044696420796f75206861766520746f2061736b3f20496620796f752062656174206d652074686572652c2049d56c6c2074616b> 20.0195 <65206120>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 421.3886 97.4713 Td /F1.0 10.5 Tf <53742e204265726e617264757320416274203132> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 523.7111 97.4713 Td /F1.0 10.5 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 20 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 19 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F1.0 9 0 R /F2.0 10 0 R /F1.1 27 0 R /F5.0 34 0 R /F6.1 35 0 R >> /XObject << /I2 28 0 R /Stamp2 124 0 R >> >> /Annots [24 0 R 25 0 R 26 0 R 29 0 R 32 0 R 38 0 R] >> endobj 21 0 obj [20 0 R /XYZ 0 841.89 null] endobj 22 0 obj << /Type /Font /BaseFont /6cb395+NotoSerif-Bold /Subtype /TrueType /FontDescriptor 153 0 R /FirstChar 32 /LastChar 255 /Widths 155 0 R /ToUnicode 154 0 R >> endobj 23 0 obj [20 0 R /XYZ 304.8901 764.42 null] endobj 24 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (https://devoxx.be) >> /Subtype /Link /Rect [304.8901 750.14 304.8901 764.42] /Type /Annot >> endobj 25 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (https://devoxx.be) >> /Subtype /Link /Rect [304.8901 750.14 342.4171 764.42] /Type /Annot >> endobj 26 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (https://www.youtube.com/watch?v=1OpAgZvYXLQ&list=PLRsbF2sD7JVq7fv1GZGORShSUIae1ZAPy&index=1) >> /Subtype /Link /Rect [107.8114 706.58 244.1902 720.86] /Type /Annot >> endobj 27 0 obj << /Type /Font /BaseFont /de2c27+NotoSerif /Subtype /TrueType /FontDescriptor 157 0 R /FirstChar 32 /LastChar 255 /Widths 159 0 R /ToUnicode 158 0 R >> endobj 28 0 obj << /Type /XObject /Subtype /Image /ColorSpace /DeviceRGB /BitsPerComponent 8 /Width 220 /Height 248 /Length 22060 /Filter [/DCTDecode] >> stream �JFIF������C�   %# , #&')*)-0-(0%()(�C   (((((((((((((((((((((((((((((((((((((((((((((((((((�������������������=����!1AQ"a2qB#3Rb$CrS���������������2�����!1AQ"aq2B#R3� ��?�$ Ipnƕ*C:AŰ�ZvܟO`/Lfee+]\}t[ڛK P(HOZ -0utb7>~g T ((bXk_Ԁ.ta( І@ۓɵ퇥`46~/;}07S [j@hv< &i 2Ik~B 9ga}vXYUyImŅ;a>rآq@�aũ'="v&ç\ (`V�c<P6D}d,Hۡ5ua<ieXq\h+*Vʧmh·rVS(%vi݇�#6MTHQv:cUɹV u^Fp) >csoFPI\8mCek�A\zlqP"}I&l o[Aua#Blc|%X$'7B\ @nv? m,PT}b5m'ߐ4 Z'?EL-h@,H6?_gH/wҬAV|+L>x* )hdnvg7�};QIw FklpzFkc#;<`r�[�MV$m;{`Z5 iPmnFg-:K!6F %*K2{[\ Qs{b)7'p_ ? %]$ bvjڜ�k{nj^8ѕn�0|II$"�+]jd[~VڞMuUhd 5 a< ۝7+7!fJShkn1Dk97b$F#kl#!^ ]Q}%O xɟ#Ikv ;k%QK`M-ۤ F;8Xx9Pf}|.wt@U)N5Ճt_P i~i'G @mc wS rHͨQ#r~U HqyM^kIҦ{�qE<5$>ͩkK"H#4]˵,YbNj[}; 5nZ + '2�HvQJ3m/'67or{ta P"ͽ)qR+KQ {-`U opnM:׶ E1-lJPԩz}6~0Ȳ EgV"~sӮ 6.D1P}7Nc{ �4{ JKܡ͏h;SbR]{,e �{7 �F5$I[) }j(UTt:\SupqVaXwa{p1Ic":"h+$GTViÝ`$0e&dF V[l7+hg\K0Am�j̰0Dk?d4+UlPb.=T0hQ#@ Гxvs7o5u4Xҁfm)p%.qJy�'Юuݑ+~PYsUiKf^!%t>sm$h>(JF6p{cxm_l~Aֆٲȫk_1Vd NttPKF nuaSQT6n{g-7 E<s2){/b^q fQZ+Il5& X (<X\{#4It A}qb'7;wĒ1}>b [|6,3 ̩o; F8 v?yǘQ)1 X:MWC&kԤR 7'\e:nzbOI&:mpB.TBi'[eJn$߸7tBs�)WAJ4p~*``,/r=DZƅ9Id $t UQfZGac{XrE8CebuIᣁJE߱ԝIiǗ. &KF[bk*Oru_P{}/:V* UѧPf"UAdRPץO"s�ce#L1/ʇ֏g]]RL-F~h ]9|T~U<�%t烿|<7�F d\lΛrm8�j4ޜrt5JqMN,F _8LU:tz|!,#˪YQEFI&k窕b+ef�/i1ؐ>^}Ͼ:_*J>ꍈ;فS R�XXHdeaeޣ$,@AP`*!7oǿ¤ٛѱ�~N!DO -"}?`[FQhFǴHJ~p &yd �xʦFZ'nM H/cē$ӁL,JJMi2in.$bFY7!MvIrg`%a}l A*H�29U3*GO"V]Z~F7$_Nwt aFu (4WO:Yf"R:CiqbHi(U}sIU%V">c NOS7:gVޝ=΀W O$RHǨ=F'�} '0RŇ`\ߐ8d=20 GOooVE~W͓ᧈǢ,= ,2)ʨM.v�Kw8clQE׃"k(+s6A :A%+,-2Ʊ+GY99m-h: -K @jؐhH)7R //nSUΔxNYK.bO%X t/%^ ho3SF6 ׷;j_A 5^rSo- l8VMxE` w~8-,X-RAo6SK/VcsmF\0DnvLORC(lZHRUFH"�WA oPgo#JHtH_SӇN݊ k'$2VV-3(g;|v,ހkk:T7�_ ȧGM,6};`5eNGlpgֺڅڴo$lcs,1ʠ͟SCUJ5Az4|Eh%@f� ګ) K:BMJw:qoQ8$zo>XGW~n]AnvzԤzR&HVo��|tUrJDRN7醍 |bX< j*�yl&^cPj3FeHClEv7pA~ݵ4*f2dپZZ@cBU*ޟuul/tg;LE�fЖ\8#R)n(QWWly;J+R5|ម>i,-HCHvǬUGdʍ.;)ӑ8`j%?j=) ;5mo5g",Sx`y| ,-6l�heJ cd H$l{ܪƋc=*8; Rl0JP�ŵun\"~eGo<KFK 3meRƞ9ƝVn4qxjd'JZ;ȉe}V.B<s09yp+#lll�:tq9EڏOIC<tu RBT([r6~r PfekSX) Q̼=�lq+s<Wt/[ᚸis<|sؒtw|*FB]*4ɭv7RrXu$Rw4^:*`3Y,ZJ@�]ѣZ{5D4i)j؎s() IQ$ډ"8\;oŸr*gtuT9ʥU+4qԬdGE)8׹߶ۑGiqb?k&_LV!- 4g9Ӎ/cA /cv>F;$,} p�7@SPSBEطXQmEHH:EqqT8ov# ΅a@?q(!CJI$Z|_-lXyao LP8:NR iZێ1T)) \oku4T) F$ũ@V7Y&<Uu1] s=vM #LwU Hy;XYɜa$>!X,ZB@7$n88+c$$|Y5-Mdx<zZ̥X5ГnXU#FU&yT?f̠-`C ~Ŷ;# =⟖Mȼa[PK5\p Vt�:n~-o)ռC'Fc;""2[k#uߐݮ~r.⒲L0I"�T7pn $PrX W5 CG);('?k[fnsWQ)-w)C CA z*c-⟚0'g4dTĎO^7 }Loa͆Mk3gg-=K U % ``٣";⵷Q>o?3<Pd2b7�X �:ROTzX$%NǦBTpGssn� Y�E`Mk{s]Y@a5 %X)ZlS8 kzj!K :X]V:ߦ kSri"nnmc* ]JmIbC^cFW L92:dɴ,5=5Tc*_HROտlOZN+tRo'nsMes CK9YD#dg^ۋg&>,g5)2Bjt/{ =X} oT #* Pr_{bZ*;}I84k'zO&&n־M_jHO'Ds`�o}$vpu~Ma^OO[P JZۋOsm�>RN|L+b9xHe}6eVH.Xg* < bZJMiYJ콍{\nSEזI1}4dI-lXIQv70<f7쒑EW,AUܟ{}۩'I3[4xv$9$-ͽ ؛\nQj+O)dK?/Q: 1W2 %lm-і!RfOY5#VtujG@6 } xuWJU|mΞ%s̑$)I=u,|U7^5хh22:hY#QpobJC&_W(u%iu*AecRH?! lgD~,PG}os*mo,?y,IM)Cڅb6�ӄSi ?9I8|XJi2|W""eݛXkxl~IittMMz~_&He*_oе@o6+ -׮X dzKv`77wW�*빵]FcSbw탛 erfh0 4uF=Vv8I- (ϔCvj+Q@c4.y BJF%<is(ٙ˲ 2<u37*X$Mj#~c!k6!I. **!+rcTyA,Y;^̤iy]Yhŕt44nWKO1;B~Vt{pE,%mFxk?W/dp-eS4uX]@O�;~v[d')֧)7Dc#f \�lEGWM':kPΪɨ) uK;k^{m8C+Kx( E5J.i]37|ʠ33h䞕\ Dlx":\_ZSLjr9|:VlfȪX˪0!I�r[?mqJs?:U$}^<}+%/Ӹоq*W42*%H7ۦ:4RLI2y`I'`-a}⻔Yx*3 v]܎nīX#TBRQ̥$]r9)gIe`~5|XjxΫ76&$[OM*ߋ/*Ihqtw{#=|iK/ةj�%J\筅1ء,2Z$ 2ŋ;~ؘ s"G&c v߿_�aMT%n�#aԣm,`z8WR|ۛ }0RbVB7kI5Cu0paI f"  0Ke- /Ċ <,H})ReE>c4]v:or1O^|/:X~ƴ5a)TJ&nڷTJ Z32/y",&i2M-OObaeXwqt �Ϩ�ѽ8`e|9_YQ6}Ջ1׸,C$n8au-J[gu%|k-nT# & CAp%WqjhgzDqR$[B_үn-~"ӷaMRWAt�pHFϤ q{k+= -d~!))yϟ:$1Unk}u+sċQiW_Ri!s29'KD\d}M@yvF$N R^jE+zzr,?hrr\ְ̫O0[PѝT+ܝ:;˓{'v*FT6!p6;5qY<)1őRo"�fb2[5abeIG5RβyH X @6w`th|S*³tK&PI}ga0zz+#*3B!;}'T'A+gIU\*`jD;5}9c�Oj;`#fzGQ+z}ߐw)靶bQ #pv/8.Ƞo`9 B*Y6`(%ê'uuuV'm#|fT$H\n1'ݡӥCy5=+ٜJq0IX[uj1w H>Y_o{a&JW5z"b[O:^6(qC>S?m== 7f̲̈[2C1)o01Uf�bC8?OYgH+<QO3(tc$=͈xbjE\Q]D%b;�͉TYAW@u+d(k/$R5|+/JMf.(AgLir´so2%kjEŹ Ote_TQR^efTJnefhf`}Hm:tᨓu1iC]&*wQ2@XC_ccEu7B2k2aI_5JиQh�A'Ԧc< 7Iig'Teyي:46HoF!=ŻiV{ث4\溦')<EIh(S6F+E?i5OO׹A-D;GrPHO'XF:eX\zO'j*P fm)K<96m&YBvOP #]H; ":b7$Ν*+cg, HU|,^x:w)2ᗉ筌fu9<F!4厲O`-|r']puH7P9OTlk_I 7`wsOR\q~do_EU&_T[R Y 6$8ӭ\ui<k𫣣\ʊ,iYRXT-PA P8YK*)ؑ5t�Y? XD<J6}G}:Y$><~eež,,ewmٷ$)PںܥlUV_ڨ@y4Œ 6,6w?ݏUXp!ЂwXa9uJzGknEs{߮FKvi]SPE`1 W#5NU+uA%a9(Ԣʍrd\l5SY_N{RY&e.zX#)|f4G,EKDo5T?g4aFz,fMO:hV"W1Q͉ 4|M"µϐPe:|HuI(($q(a FjsIW&dg-E"kL&]5t_SUBr<r|)j:XMd&Hn =q:҄z-^ A/ =82)Z\pѨO?6I3@ uʋ&_SBsO5$21�n oьr$gܕeYg2^ ,21dx-~-ؾ+x&'jmdΉ崑H7ۆzm NxX(a<U :oem<3fÉ=9tredyFh^M^T2ၰRԌ|ώ�ߥ'0њxki'1)mXZNnƗ&5>ןj\j$kJu)xd,v$v9'87Ls9*2:ԚKS0Vfy�^ bOܿ:UfmmvWVcZZSEptRp>!5[>|S!JqPyxΆ2HJmkzyzXNܿs|7O2˩"[4yM%:cgrͶ"U߿ϝP%}⎖J%Q±�Pt:*q[nK lCi:GBH=0hT$;�GocpVO3Zp80lb&r2cl�l>E]jz^l7Jb{�gٛS;p&g5ń%T`.^k5mJ?]b°sKl\3,* m+{2^NyG"1'=$^sQAE,yiA"jԷ�I^5hcJ%l2eU#1QbxxtpIUiFÃ'X|.sY;y .C +yC�AkܬVTjKl5lTjwVe1bH,\jһH! Fю99=WK<Y/e*r}:_ VSjr QURK\-d36* u;JXR}N]d5 VeUF OPbδoKFGmq'rqx)k8FX[KAm݈N&4ymU5$4ouQ2VI^l7I<?̲Zb*I)Y)y>XJ]F?( x m}QMA:C:Wh&6@nnqŭIKz aL=h!33m]iv(5)"8z)R_NRm?f(2q[LZaZn _:HKIMqS5ZIehZdPٚ{#{#[r9}߂}U|ҜQS ×dV054t^g2<K㧑cyΐ.7cv&-R$fttGhJLq{_(HeY@1J)bz[b> rG*$-ۿ `y).YEm#,�M7 kq}0Jͩd`1_/D}`řտrp0wUd$;q Q>c��>(|V9GNy %U! H`ᕵ-}''/ I[IR&# fVaumOЃqmu-[5'>/7ْ1OYIQO1x,)PWN|�^.|,1x�IUI%) ȹ-rJcPSffXj45s3D$O-ѾF$RQ;?8amحKA%E=$t1CQ̼jW:wwa*Gݗ0fs-DEvG To ,ROjn2)v4y-�.& +-^ 鎕$۶, AJ�f_NHd�uEv ok-M [#x55I$mM#$RqbYm}ihER9u4E୨J .,\0�07]D Ϊdz7Y5,,HqpK ܜ,5 &,QT}`+-}E<v8yeܖD^J]fMWY,f(BN 2 3PybIO&B7G25FO+t/q.�m-St%f[UD(pƴci5[�]}#+TB*hz!Gu8>ݰc2;h!2ASJcqܓ@Hoq)4 5X&rO8s KTp0S:Al5@u+by錢MvzXjBk~�2k&qib]�وH[M5!Gcm� /&NUCzA)Fl.wX(TK�o&W?ۼN$%.[ n][qɣ~ ZYcrp @1,%zh*I#A\UoP[~=[eJ3ś gQA,iGS*MD&V-+m&F41A:#q~SS}C$Fzr#U-!;̡EAt4`1+|%5F (CBkVmv�Z;nCː۲ixik4f�#0٬ \a]6I!πZ5G76,.GFۢ~}.u"L)cي{+PAm(wNя[C,bXb6X].y<DRHm9G ̨2ѭLR%#{iزߧb/mO+lv%Y&4+T#F`H s($X)Qr|xo*OI$fVmɷ፡%=6]83VeY ѓGQ=e Jw ci+f[nqH}C4'3:r.Ye){oHP0e8(EwJЌ˙ TG**9JS*>ɘyVq;Yok'=mrNk|q /O}*yalqKQjhTyjb hF*�]=f,uBU-GFFΣDw>Ὄ =k ;mq (xVL2`$.Բ [`NM6AuV#Fx3zH \ Rb"sn >Aaŗa_qˠĞ=Y gfyMu q|7= ~eJ3Ctbt܍͏t⒲Zw()$T6 +?u k ;M mI(Ϊ)T&�n{@ؑ�ۓQ^7GO˲J_554wň6;M%WLJ\HF4LԓeֱgR`4N5ަ9,[QSuY#nUHJZO1anHnl/ۥ͎-W IH}R""+iY ܅aOSbUu̧ȑ^4pv6[x:~TA>% X qp,۽'%&aVLDKUHW~Kuµ� U=ptzܲ1˪GS}tڕp9ܛn~{}_: ;*U;:t=-h*%,\xaZi_ePC-I vZ:s"jClGJ̪5O&fjpYig_UAtUx9Ċ%JeDf9ansxGEÜʴ+YSAhf[|I=tuc\?ᏥLUdSd[|[Gy ZMY3 2,Go3 ܘ47ZVR0!moʳ.BSQ|ZY�`Qw6N1ǖiHOkz~IV8㴆5HO�m~q+܆"BnaIdW�8+@+6銦/6PA^�j9Y.T{~x )kN^ nS iE{ H^p &"dY@@d :نǂQ})]QYr$y[6{X[- bSVR2=lI SA*KN)&a2YEaɹ#O'WS˩JFnm?ncF;7<YlJzQH ąerI�[%F\~&gNuSMi{8@zGm`m+58'25O)~$QT^w-cJQp/Ӗcrc[XA�ۚ5C2N<]b1F+]c`$b!A!O'nַ\5YK$I[o{$]GR-5okgѥ8D+ s橳[H׵O:t5"DuSX 湄5J)\F-{Ůo6bΎTs\&Uh؋5 [W'tm5Zipꦛ+E�n6xǦ"MuVٞcYWEU&]QYC#iDP�tMϨ;#~5*cR2D^LT_"GN)EԽ} 糗A틑NYK<:#̨tIoX GnrrYh`8Ir �-�O|gƍ ꚣQ:#mDpz>]B׾%+c*j> Xr bH.؜AI ]ktJr\편"~Ad,H7d؎=,Xf e?/ hgj 9oo3Pڦp겿mDbDi$pBӆ$�6 F'eZ hs�ixȕ,*N� bQyM[R,%~j�B]]D5ۍ7#2ۓepJ#UOTF+ =Ȳ38f1"0rXŎnq'p5 v} J5BSBQAߞq|IݰRњ8Pbኅb esEC%lc%0 %Kᄳ,@e%oacRtʤURֈZV&p[StWiKM%!t>_/a}EiSH+@ҒMDOfP: kz/̞ٙ5zhRF>zKXo׌bK??7QKdRTèFmiB6:ܿ\8a* .z5eD TI۞}Lnnzr W_ДɛNM4lTޡ7erdg&|rtΩ*MBeI$!O JFn6`ENM.Bn 3ٓ,pEB:*Sl X){ Y4ۣEK\Ln=@,:o T펍U6cacHL*\aKs؏* ;ٕJEKĥluOs vdS y"ݽ@rLOJ{:$!tw|j�i4hYTF%�wrnNU&9&_1�*/8Pl5� Ou:LL\\iڵl�ݷ]2 TVRfRIQ!D`Ee-,H�Rǩ8mzՔGUqm\* a!rw`@i&-uPbZی.qALg0QeRDXzA nzUH(*ic) PIk؝ Q ɸDRd d/ l{mUym1T>K dIu6=ʟ sњbu˱}9=6&?F71QNPw�Cro R\uTrMъGC&6abҧ1!zʙj*8 @.UOn8uSK$]gZiVx^Nn 77PwgMy']Hc )MD̠F$өقEȸmԎGhvISK'17$R ~FخducH낡吹db7G} ˳+ J ['~?:춢4Hu<6c/09*�_[,$L= a(_LIe$ۧ| RSSU[I$WC~pzܵDjI.K#r0c2�ࡘv7P@5 a6F@oqŰqolr.�A罰[ $Š|: -"TApTm,B=8 jF/(LMLIO̪" 7 ˒`1(y0%|K4c]om�3nycܡͲ*Vce6XOP-aQq Hx3oh3 U"]UX6~8o:q<"m|4*+B3rn>r}kɭ4M _>Q!U/eBߝ7?\$}1Km2 ZzXg@Uw#W&qQD:C;216 l{_c~m 6Uq$K5J;p4=֢jy2=AE  -}<A/I̧̧?iiUn\` 1wo[yEQdcJY$(<fD<Bw&WE50湥-~aU g*}3v;o;<4_bZ!H`Mr1ud Jpmd2-hm\ L|RH}6XoP5<)7 EMB}'IM&YE NǺǨ~g6y^5 mChqw=y$h*j@ q*Aw=^,$}Vc<~IuF]] OoFb&Ȍ#}x1w(ṣhIPiKv*x{r[ Q&Tx!C Z 7�1vnM;bs~X0p3RQ% wp( [`}D1�aZ?gDgK idO�} qϩ)"i$D 'xC`agT檬Y�ꠓΒ{n7hR֎Yb(:/k0P}7�b>e-MH;aQ{Q"*((hjJڒFH-W6|+Ը$hP7HCj%ob9GJPgYD5XL% rD[p߂Tzߟ�RԬiYʐ<�cn= y9%,P5A pLIb<&y 7bK{0RHOzD"2X)\Q Y>)QǠE-�, :\ȱm]cU%}$0ZMd؅22FV6N'F'G �[ mpP+.zqv!)�\u5ٸ$ 7Jv*LopV !c[ҧHzSз}&ֿ՘Sn{XY $̤26`9ƍ5kfR =c|>Qxh8kBk#{}B.o;WFzz:?SO%fIT�6Y�@$mkXcB[gq܋教t5QS="vSAn~붭7zT9@jO)¢TU#hw"��Q8I 'Y+ ([Ɋ&*H�J7C7RsD4F(yr skx02l*E4uO-ᖩ݄^[Iw}vvhf9xnXuXf6 Ԥsm2FczZ*3Mz|Nm2yUnx@%NM@P [ӪonG1ez'c4jdEFs4LVZNFYQԵ=q4#-7s'N$X;'ᬧBSvay_[[8nv=0+�XV@ō1yi&0ܒz}pS/e,ZrUJ %աVf`V褁muC]Wrn۱LVc57�72tՄ7+ploql03f*vǶ5 S=$m* orm/r2]G # Nz/;X3Y+N�/l ;t4]`ICEBU6ߟoQv#S6&ݶ�jjaJR-۵|ݪ|eφ^ ͩ*?GyK 4ā:NoM|<^*3Bg,<3(b5c5;KZA]IN*ؼeBG}Jp/k-OB4M<{E/Pe]^�"X\z2*/".<   mf!CLF�{�'o CP24?{H QƏFvJL%?k+)K1:/Ue.\4O2SHB8nOb:Sý73SX#O7Hrn.Tke;cUq#"f-Ii_%0"V\w`{Ptj]7:4%-K|%洫6zX_-[lR.f �mlQkME 6fĨ~gԭˑu2E 5XH *.aO=]6Mm $p$DQZ^׿^pWWePbAw ڡk$XuUk�LI64$l$R_S[o>�L PgFӠ05sU~7 1(6FЦGp.}ne 0@rxlnp#U� 7QH5Q$`px�|&(кX^1q2 �؃t+V#M#3vf3 dyWF#mJ* I k651$V2>s,gUO=?_A�)"n۩6]ڋ)H:9S̍Jg250ێ+ LY<mTsU-)_:`6؀m{~qh6&P$&uYU,/Ib4}7.+ [+qU?Y]@!+FUdmRm%U!/uq}J-KYxcïRO]̂_Zʼnߐlk[rߟw.Bc OfR=3N }dvsOgW1,Ht?;aĢE-i龟z\\6ii>DJI{uC%(P*nMƒc?Q � .0ZqePnGղv.-ۮ:#@,jxBݴ=,#]XԄ(l0�}R| 7ՊC:Ai>�5Y`WA] ׾$aF\@0tUb�m5*NX\-dkG ` ŹapQsTf~.Z剰<^^ax=w2of"!#h�'\f#/.Jx|ґv]U%~q$}q'ЦUM+jwqZ9֠Pqq#K7m"~Sj*Jj<pp�z0c)C8׉~Y&vW]Qǣa"̍`dFUSц!㥲CFw+UY|:ڮK&i%5 �`@9 WQt�arY|ieUٳ}L"eeh_m}luـtrz\T77ǑUTe9UYb.iLT"Q� Z=m~mp `hO] |+"v[ъ EӤr�PUvEH|2mk'$tB;1U|` �}0(;rs턦=ckRXn˫ka &fm:pρW" ۝+u=1R@&РqZo4bF-A Nz}p60S| V Pڔ;*[ T6nGc%HRae{C]ugCp{ #P[P Q~x1X2]QרMQ5 M}jtؑbEٍE2�c `|,G7qu&-ҷ"kyl>ތ(h*hਆHX߯;qQeYo2X(w0TUa0`bIms`;_59V6ߩ/(dz5�7'ª agh&k6t>J iͳ-v=%^CX/'VauV:ٕbxB]ܛq ݀$nN  [1�ۓDۨk@ajűu7<A4r!(7A}76`{&0Ul"J jӶjYm@XXc7?ZR18;jw %Zˋfx ."mm 킻3znTv0֘]rmsnY(j& ËF`U<GS:WW�©7m�= S?_\6́U^nX 1<1&`FzئY I.*yt2c!A`^B9O؎/ӬWm?L4FU:@0" AAvsnށz'�oakܜoc u$!6oQJPth�X ܳڛK6vuƻ�n,"/3]w'ߧ�Flw_9*<) tٿ{[iPڡ>f^K\0[,<JA7X�iy>^lvj|WMQ,oH? 1ԊT6aZH2)Fہl>LAU\ǵ^)+UX ktîtr? N`�rK2yh ]&Ì2XXM'Ya{}v[ uy(mDAH"0_qmpEf�[ampc4Ơq{a%t#U\`#0O�ŹW#rpqva`l |E`I#{} YJ؛ml* V(J c{)'g$-"P9�/̄ 6 ywT%o*y(1jl�^߈UTn؄:'r?/ Y+2iXR\ (0~p 'kcv;0jź Sj �l$2V<Lk6v Jѹ!�@nO˾0w;y`;v3,dpmqY5�`GA+=FfJ�(K#A mڐmhѬ-:? endstream endobj 29 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (http://en.wikipedia.org/wiki/Wolpertinger) >> /Subtype /Link /Rect [48.24 369.1282 297.64 650.27] /Type /Annot >> endobj 30 0 obj [20 0 R /XYZ 48.24 337.3872 null] endobj 31 0 obj [20 0 R /XYZ 48.24 337.3872 null] endobj 32 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (http://en.wikipedia.org/wiki/Wolpertinger) >> /Subtype /Link /Rect [227.3694 323.1072 308.0374 337.3872] /Type /Annot >> endobj 33 0 obj [20 0 R /XYZ 447.2147 274.2672 null] endobj 34 0 obj << /Type /Font /BaseFont /38c3f7+mplus1mn-regular /Subtype /TrueType /FontDescriptor 161 0 R /FirstChar 32 /LastChar 255 /Widths 163 0 R /ToUnicode 162 0 R >> endobj 35 0 obj << /Type /Font /BaseFont /cc763f+FontAwesome /Subtype /TrueType /FontDescriptor 165 0 R /FirstChar 32 /LastChar 255 /Widths 167 0 R /ToUnicode 166 0 R >> endobj 36 0 obj [20 0 R /XYZ 0 149.5153 null] endobj 37 0 obj [20 0 R /XYZ 97.1595 108.6853 null] endobj 38 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (http://www.sintbernardus.be/stbernardusabt12.php?l=en) >> /Subtype /Link /Rect [421.3886 94.4053 523.7111 108.6853] /Type /Annot >> endobj 39 0 obj << /Length 10682 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf <4368617074657220322e205468652052617661676573206f662057726974696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 753.206 Td /F1.0 10.5 Tf <4372797374616c6c696e6520584d4c20746167732072656c656e746c6573736c7920626f6d6261726465642074686520746865617465722e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 726.0242 Td /F2.0 9.975 Tf <4c697374696e6720312e20584d4c2074616773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 52.24 718.399 m 543.04 718.399 l 545.2491 718.399 547.04 716.6081 547.04 714.399 c 547.04 611.959 l 547.04 609.7499 545.2491 607.959 543.04 607.959 c 52.24 607.959 l 50.0309 607.959 48.24 609.7499 48.24 611.959 c 48.24 714.399 l 48.24 716.6081 50.0309 718.399 52.24 718.399 c h f 0.8 0.8 0.8 SCN 0.75 w 52.24 718.399 m 543.04 718.399 l 545.2491 718.399 547.04 716.6081 547.04 714.399 c 547.04 611.959 l 547.04 609.7499 545.2491 607.959 543.04 607.959 c 52.24 607.959 l 50.0309 607.959 48.24 609.7499 48.24 611.959 c 48.24 714.399 l 48.24 716.6081 50.0309 718.399 52.24 718.399 c h S Q 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 59.24 695.574 Td /F7.0 11 Tf <3c617574686f72> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.74 695.574 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 103.24 695.574 Td /F5.0 11 Tf <69643d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 119.74 695.574 Td /F5.0 11 Tf <223122> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 136.24 695.574 Td /F7.0 11 Tf <3e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 680.834 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 70.24 680.834 Td /F7.0 11 Tf <3c706572736f6e6e616d653e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 666.094 Td /F5.0 11 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 81.24 666.094 Td /F7.0 11 Tf <3c66697273746e616d653e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 141.74 666.094 Td /F5.0 11 Tf <4c617a61727573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 180.24 666.094 Td /F7.0 11 Tf <3c2f66697273746e616d653e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 651.354 Td /F5.0 11 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 81.24 651.354 Td /F7.0 11 Tf <3c7375726e616d653e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 130.74 651.354 Td /F5.0 11 Tf <68657420447261656b65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 185.74 651.354 Td /F7.0 11 Tf <3c2f7375726e616d653e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 636.614 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 70.24 636.614 Td /F7.0 11 Tf <3c2f706572736f6e6e616d653e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 59.24 621.874 Td /F7.0 11 Tf <3c2f617574686f723e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 583.995 Td /F1.0 10.5 Tf [<44657370697465207468652061737361756c742c2077652077657265207374696c6c20617474656d7074696e6720746f206472> 20.0195 <61667420616e206578616d706c65206f66206120646566656e73697665206f706572> 20.0195 <6174696f6e2e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 556.8132 Td /F2.0 9.975 Tf <4578616d706c6520312e204465664f707320506c616e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 1.0 1.0 1.0 scn 52.24 549.188 m 543.04 549.188 l 545.2491 549.188 547.04 547.3971 547.04 545.188 c 547.04 469.848 l 547.04 467.6389 545.2491 465.848 543.04 465.848 c 52.24 465.848 l 50.0309 465.848 48.24 467.6389 48.24 469.848 c 48.24 545.188 l 48.24 547.3971 50.0309 549.188 52.24 549.188 c h f 0.9333 0.9333 0.9333 SCN 0.75 w 52.24 549.188 m 543.04 549.188 l 545.2491 549.188 547.04 547.3971 547.04 545.188 c 547.04 469.848 l 547.04 467.6389 545.2491 465.848 543.04 465.848 c 52.24 465.848 l 50.0309 465.848 48.24 467.6389 48.24 469.848 c 48.24 545.188 l 48.24 547.3971 50.0309 549.188 52.24 549.188 c h S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 60.24 525.224 Td /F1.0 10.5 Tf <436c69636b20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.2985 525.224 Td /F4.0 10.5 Tf <5b> Tj /F4.1 10.5 Tf <21> Tj /F4.0 10.5 Tf <446f776e6c6f6164205a6970> Tj /F4.1 10.5 Tf <21> Tj /F4.0 10.5 Tf <5d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 174.039 525.224 Td /F1.0 10.5 Tf [<20746f20646f776e6c6f61642074686520646566656e73697665206f706572> 20.0195 <6174696f6e20706c616e2062756e646c652e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.4952 Tw BT 60.24 497.444 Td /F1.0 10.5 Tf <4f4d472120536f6d65626f647920706c656173652073617665207573206e6f772120492077616e74206d79206d756d> Tj /F1.1 10.5 Tf <22> Tj /F1.0 10.5 Tf <d1> Tj /F1.1 10.5 Tf <22> Tj /F1.0 10.5 Tf [<616e6420616e2065787472> 20.0195 <612d6c6172676520646f75626c65206d616363686961746f2c>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 60.24 481.664 Td /F1.0 10.5 Tf <706c656173652e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.3095 Tw BT 48.24 441.884 Td /F1.0 10.5 Tf [<556e666f7274756e616c79> 89.8438 <2c204c617a6172757320616e6420492068616420626f746820636f6d6520746f2074686520636f6e636c7573696f6e207468617420776520776572656ed57420676f696e6720746f20676574206f7574206f662074686973>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 426.104 Td /F1.0 10.5 Tf <776974686f757420636f7272757074656420686172647269766573206966207765206469646ed574206c6f63617465206361666665696e652077697468696e20746865206e6578742066657720686f7572732e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 386.264 Td /F4.0 18 Tf [<322e312e20412052656369706520666f7220506f74696f6e20546861742057696c6c20456e737572652059> 69.8242 <6f752057696e20746865>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 361.784 Td /F4.0 18 Tf <486561727473206f6620446576656c6f70657273> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.2801 Tw BT 48.24 333.764 Td /F1.0 10.5 Tf <5468697320706f74696f6e20666f7220612073616d706c6520646f63756d656e7420636f6e7461696e732074686520666f6c6c6f77696e6720696e6772656469656e74732c20776869636820617265206c697374656420696e20612076657279> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 317.984 Td /F1.0 10.5 Tf [<72> 20.0195 <616e646f6d2c206368616f746963616c6c79206e6573746564206f726465722e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 290.8022 Td /F2.0 9.975 Tf <496e6772656469656e747320666f7220506f74696f6e20746861742044656d797374696669657320446f63756d656e7473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.8805 271.213 Td /F1.0 10.5 Tf <a5> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 271.213 Td /F1.0 10.5 Tf <616c6c207468652068656164696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 74.954 249.433 Td /F1.1 10.5 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 249.433 Td /F1.0 10.5 Tf <73796e74617820686967686c69676874656420736f7572636520636f6465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 92.954 227.653 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 227.653 Td /F1.0 10.5 Tf <6e6f6e2d73796e74617820686967686c69676874656420736f7572636520636f6465206f72206a7573742061206c697374696e6720626c6f636b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.8805 205.873 Td /F1.0 10.5 Tf <a5> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 205.873 Td /F1.0 10.5 Tf <71756f746520626c6f636b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 74.954 184.093 Td /F1.1 10.5 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 184.093 Td /F1.0 10.5 Tf <766572736520626c6f636b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 92.954 162.313 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 162.313 Td /F1.0 10.5 Tf <7461626c65207769746820736f6d652063656c6c20666f726d617474696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 110.954 140.533 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 140.533 Td /F1.0 10.5 Tf [<73657175656e7469616c20706172> 20.0195 <616772> 20.0195 <61706873>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 128.954 118.753 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 138.24 118.753 Td /F1.0 10.5 Tf <61646d6f6e6974696f6e20626c6f636b732c2062757420757365207468656d2073706172696e676c79> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 92.954 96.973 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 96.973 Td /F1.0 10.5 Tf <62756c6c6574206c6973742077697468206e657374696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 74.954 75.193 Td /F1.1 10.5 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 75.193 Td /F1.0 10.5 Tf <6e756d6265726564206c6973742077697468206e657374696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 74.954 53.413 Td /F1.1 10.5 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 53.413 Td /F1.0 10.5 Tf <646566696e6974696f6e206c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.009 14.388 Td /F1.0 9 Tf <33> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 40 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 39 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F1.0 9 0 R /F2.0 10 0 R /F7.0 42 0 R /F5.0 34 0 R /F4.1 43 0 R /F1.1 27 0 R >> /XObject << /Stamp1 123 0 R >> >> >> endobj 41 0 obj [40 0 R /XYZ 0 841.89 null] endobj 42 0 obj << /Type /Font /BaseFont /98ac7f+mplus1mn-bold /Subtype /TrueType /FontDescriptor 169 0 R /FirstChar 32 /LastChar 255 /Widths 171 0 R /ToUnicode 170 0 R >> endobj 43 0 obj << /Type /Font /BaseFont /da39a3+NotoSerif-Bold /Subtype /TrueType /FontDescriptor 173 0 R /FirstChar 32 /LastChar 255 /Widths 175 0 R /ToUnicode 174 0 R >> endobj 44 0 obj [40 0 R /XYZ 0 410.288 null] endobj 45 0 obj << /Length 8688 >> stream q -0.5 Tc /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 92.954 793.926 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 793.926 Td /F1.0 10.5 Tf <73696465626172> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.8805 772.146 Td /F1.0 10.5 Tf <a5> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 772.146 Td /F1.0 10.5 Tf <6578616d706c6520626c6f636b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 74.954 750.366 Td /F1.1 10.5 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 750.366 Td /F1.0 10.5 Tf <626c6f636b20696d61676520286e6f20696e6c696e6520696d6167657329> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 92.954 728.586 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 728.586 Td /F1.0 10.5 Tf [<696e6c696e6520666f726d617474696e6720696e206120706172> 20.0195 <616772> 20.0195 <617068>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 110.954 706.806 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 706.806 Td /F1.0 10.5 Tf <74776f20667265736820427572646f636b69616e206c6561766573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 128.954 685.026 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 138.24 685.026 Td /F1.0 10.5 Tf [<54686579206d757374206265206861727665737465642062> 20.0195 <7920746865206c69676874206f6620746865207465616c206d6f6f6e732e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 657.246 Td /F1.0 10.5 Tf <41726520796f75207371756172653f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.954 629.466 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 629.466 Td /F1.0 10.5 Tf <6f6e65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.954 607.686 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 607.686 Td /F1.0 10.5 Tf <74776f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.954 585.906 Td /F1.1 10.5 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 585.906 Td /F1.0 10.5 Tf <7468726565> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 558.126 Td /F1.0 10.5 Tf <5768617420697320746865726520746f20646f3f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.145 530.346 Td /F1.1 10.5 Tf <25> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 530.346 Td /F1.0 10.5 Tf <446f6e65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.145 508.566 Td /F1.1 10.5 Tf <26> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 508.566 Td /F1.0 10.5 Tf <4e657874> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 486.786 Td /F1.0 10.5 Tf <57686fd57320636f756e74696e673f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 452.286 Td /F4.0 13 Tf <322e312e312e20536561726368696e6720666f7220427572646f636b69616e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 426.3242 Td /F2.0 9.975 Tf <537465707320666f722066696e64696e6720616e6420707265706172696e6720427572646f636b69616e206c6561766573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 406.735 Td /F1.0 10.5 Tf <312e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 406.735 Td /F1.0 10.5 Tf [<4c6f6361746520647573747920626f74616e> 20.0195 <79>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 70.645 384.955 Td /F1.0 10.5 Tf <612e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 384.955 Td /F1.0 10.5 Tf <536e65657a65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 91.1965 363.175 Td /F1.0 10.5 Tf <692e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 363.175 Td /F1.0 10.5 Tf <536e65657a6520736f6d65206d6f7265> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 341.395 Td /F1.0 10.5 Tf <322e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 341.395 Td /F1.0 10.5 Tf <46696e642073656374696f6e206f6e20427572646f636b69616e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 70.645 319.615 Td /F1.0 10.5 Tf <612e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 319.615 Td /F1.0 10.5 Tf [<526576696577206974732063686172> 20.0195 <6163746572697374696373>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 91.1965 297.835 Td /F1.0 10.5 Tf <692e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 297.835 Td /F1.0 10.5 Tf [<54> 29.7852 <616b> 20.0195 <6520612070696374757265206f6620746865206469616772> 20.0195 <616d206f6620697473206c6561766573>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 105.1435 276.055 Td /F1.0 10.5 Tf <412e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 276.055 Td /F1.0 10.5 Tf [<446f6ed57420726970206f7574207468652070696374757265206c696b> 20.0195 <6520612074726f676c6f64797465>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 126.6925 254.275 Td /F1.0 10.5 Tf <492e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 138.24 254.275 Td /F1.0 10.5 Tf <446f6ed57420646f2069742c2049d56d207761746368696e6720796f75> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 232.495 Td /F1.0 10.5 Tf <332e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 232.495 Td /F1.0 10.5 Tf <507574206f6e20796f75722068696b696e6720626f6f7473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 210.715 Td /F1.0 10.5 Tf <342e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 210.715 Td /F1.0 10.5 Tf <467265657a6520796f75722062757474206f6666206f6e207468652073696465206f662061206d6f756e7461696e206174206d69646e69676874> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 182.935 Td /F1.0 10.5 Tf <4c6574d57320736b697020612066657720737465707320616e6420737461727420636f756e74696e672066726f6d2031302e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 47.307 155.155 Td /F1.0 10.5 Tf <31302e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 155.155 Td /F1.0 10.5 Tf [<6172> 20.0195 <616269632028313029>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 70.645 133.375 Td /F1.0 10.5 Tf <612e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 84.24 133.375 Td /F1.0 10.5 Tf [<6c6f776572> 20.0195 <616c70686120286129>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 91.1965 111.595 Td /F1.0 10.5 Tf <692e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 111.595 Td /F1.0 10.5 Tf <6c6f776572726f6d616e20286929> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 88.347 89.815 Td /F1.0 10.5 Tf <69692e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 89.815 Td /F1.0 10.5 Tf <6c6f776572726f6d616e2028696929> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 85.4975 68.035 Td /F1.0 10.5 Tf <6969692e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 68.035 Td /F1.0 10.5 Tf <6c6f776572726f6d616e202869696929> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <34> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 46 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 45 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.1 27 0 R /F1.0 9 0 R /F4.0 22 0 R /F2.0 10 0 R >> /XObject << /Stamp2 124 0 R >> >> >> endobj 47 0 obj [46 0 R /XYZ 0 470.97 null] endobj 48 0 obj << /Length 7164 >> stream q -0.5 Tc /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 86.3502 793.926 Td /F1.0 10.5 Tf [<6976> 69.8242 <2e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 102.24 793.926 Td /F1.0 10.5 Tf <6c6f776572726f6d616e2028697629> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 105.1435 772.146 Td /F1.0 10.5 Tf <412e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 772.146 Td /F1.0 10.5 Tf [<7570706572> 20.0195 <616c70686120284129>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 47.307 750.366 Td /F1.0 10.5 Tf <31312e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 750.366 Td /F1.0 10.5 Tf [<6172> 20.0195 <616269632028313129>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 722.586 Td /F1.0 10.5 Tf <4974d5732074696d6520666f72206120746f702035206c6973742c206d616465207573696e672074686520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 244.422 722.586 Td /F5.0 10.5 Tf <7265766572736564> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 286.422 722.586 Td /F1.0 10.5 Tf <206f7074696f6e206f6e20616e206f726465726564206c69737421> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 694.806 Td /F1.0 10.5 Tf <352e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 694.806 Td /F1.0 10.5 Tf <53746f6e6520496d70657269616c205275737369616e2053746f7574> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 673.026 Td /F1.0 10.5 Tf <342e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 673.026 Td /F1.0 10.5 Tf [<506c696e> 20.0195 <792074686520456c646572>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 651.246 Td /F1.0 10.5 Tf <332e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 651.246 Td /F1.0 10.5 Tf [<4368696d61> 20.0195 <79204772> 20.0195 <616e646520528e73657276652028426c756529>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 629.466 Td /F1.0 10.5 Tf <322e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 629.466 Td /F1.0 10.5 Tf <53742e204265726e617264757320416274203132> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 52.6765 607.686 Td /F1.0 10.5 Tf <312e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 607.686 Td /F1.0 10.5 Tf [<57> 60.0586 <657374766c65746572656e203132202858494929>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 579.906 Td /F1.0 10.5 Tf <486f772061626f75742061206c697374207769746820736f6d65207465726d733f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.8805 552.126 Td /F1.0 10.5 Tf <a5> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 552.126 Td /F1.0 10.5 Tf <467275697473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 524.346 Td /F4.0 10.5 Tf <4170706c65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.0913 Tw BT 81.24 505.566 Td /F1.0 10.5 Tf [<54686520726f756e64206672756974206f6620612074726565206f662074686520726f73652066616d696c79> 89.8438 <2c207768696368207479706963616c6c7920686173207468696e20726564206f7220677265656e20736b696e20616e64>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 81.24 489.786 Td /F1.0 10.5 Tf [<637269737020666c6573682e2059> 69.8242 <65732c2049207361696420>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 189.3183 489.786 Td /F2.0 10.5 Tf <666c657368> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 212.1663 489.786 Td /F1.0 10.5 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 462.006 Td /F4.0 10.5 Tf <50656172> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.3357 Tw BT 81.24 443.226 Td /F1.0 10.5 Tf <412079656c6c6f776973682d206f722062726f776e6973682d677265656e20656469626c652066727569742074686174206973207479706963616c6c79206e6172726f7720617420746865207374616c6b20616e64207769646572> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 81.24 427.446 Td /F1.0 10.5 Tf <746f776172642074686520626173652c20776974682073776565742c20736c696768746c792067726974747920666c6573682e204d6f726520666c6573682e204d6d6d6d6d2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn -0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 56.8805 399.666 Td /F1.0 10.5 Tf <a5> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 399.666 Td /F1.0 10.5 Tf [<56> 60.0586 <6567657461626c6573>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 66.24 371.886 Td /F4.0 10.5 Tf <436172726f74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 81.24 353.106 Td /F1.0 10.5 Tf [<416e206f72> 20.0195 <616e67652d636f6c6f72656420726f6f7420656174656e206173206120766567657461626c652e204265776172652c206974d5732061206661766f72697465206f66207468652057> 60.0586 <6f6c70657274696e6765722e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 315.276 Td /F4.0 10.5 Tf [<4172652059> 69.8242 <6f75205374696c6c20486572653f>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.5 w 0.9333 0.9333 0.9333 SCN 108.24 301.41 m 108.24 242.859 l S Q 0.749 0.2039 0.0 scn 0.749 0.2039 0.0 SCN BT 68.82 263.5665 Td /F6.1 24 Tf <22> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 286.0442 Td /F2.0 9.975 Tf <4d6f76652c206d6f76652c206d6f766521> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.1101 Tw BT 120.24 266.455 Td /F1.0 10.5 Tf [<5468652057> 60.0586 <6f6c70657274696e676572732063616e20736d656c6c20796f75722070726f6372> 20.0195 <617374696e6174696f6e2e204974d573206e6f74207468656972206661756c7420796f752063616ed5742066696e64>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 250.675 Td /F1.0 10.5 Tf <796f757220626f6f74732e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 216.447 Td /F4.0 9 Tf <53696768c9> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.5 w 0.9333 0.9333 0.9333 SCN 108.24 203.019 m 108.24 179.239 l S Q 0.0667 0.0667 0.0667 scn 0.0667 0.0667 0.0667 SCN BT 71.4508 182.6395 Td /F6.1 23.779999999999973 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 187.055 Td /F1.0 10.5 Tf [<59> 69.8242 <6f757220626f6f74732061726520696e20796f757220636c6f7365742e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.009 14.388 Td /F1.0 9 Tf <35> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 49 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 48 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 9 0 R /F5.0 34 0 R /F4.0 22 0 R /F2.0 10 0 R /F6.1 35 0 R >> /XObject << /Stamp1 123 0 R >> >> >> endobj 50 0 obj [49 0 R /XYZ 0 331.29 null] endobj 51 0 obj [49 0 R /XYZ 0 230.859 null] endobj 52 0 obj << /Length 3532 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf <4368617074657220332e204461776e206f6e2074686520506c6174656175> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 753.206 Td /F1.0 10.5 Tf <4c617a61727573207761732068616e67696e672066726f6d2074686520626f74746f6d206c696d62206f66206120427572646f636b69616e20747265652c206c69636b696e6720746865206261726b2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 722.5774 Td /F1.0 13 Tf <4f6e20706176656d656e747320616e6420746865206261726b206f662074726565732049206861766520666f756e642077686f6c6520776f726c64732e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN BT 62.74 695.598 Td /F1.0 9 Tf [<d1204d61726b2054> 29.7852 <6f626579>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 5 w 0.9333 0.9333 0.9333 SCN 50.74 737.39 m 50.74 689.3271 l S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 665.3631 Td /F1.0 10.5 Tf <d24966207468657265206172652077686f6c6520776f726c6473206f6e2074686174206261726b2c206865206a757374207377616c6c6f776564207468656d2cd3204b697a6d6574207265706c6965642e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 634.7346 Td /F1.0 13 Tf <4e6f206261726b20776173206861726d656420696e20746865206d616b696e67206f66207468697320706f74696f6e2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 615.1974 Td /F1.0 13 Tf [<ca20202057> 60.0586 <65d57265206e6f7420736f20737572652061626f7574206120636f75706c6520616e74732074686f7567682e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 576.1231 Td /F1.0 13 Tf <ca202020202020204e6f722074686f736520776f726c6473c9> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 537.0489 Td /F1.0 13 Tf [<ca202020204372> 20.0195 <61702c204920736d656c6c20616e20696e6a756e6374696f6e2e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6 0.6 0.6 scn 0.6 0.6 0.6 SCN BT 62.74 510.0694 Td /F1.0 9 Tf <d12054686520646f63756d656e746174696f6e206174746f726e657973> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 5 w 0.9333 0.9333 0.9333 SCN 50.74 649.5471 m 50.74 503.7986 l S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 479.8346 Td /F1.0 10.5 Tf [<57> 60.0586 <65d5642072657472696576656420746865206c65617665732c20627574207765d564206f6276696f75736c79206c6f7374206f7572206d696e647320696e207468652070726f636573732e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 449.206 Td /F1.0 13 Tf <526f7365732061726520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 1.0 0.0 0.0 scn 1.0 0.0 0.0 SCN BT 124.555 449.206 Td /F1.0 13 Tf <726564> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 145.602 449.206 Td /F1.0 13 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 429.6689 Td /F1.0 13 Tf <56696f6c6574732061726520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 1.0 scn 0.0 0.0 1.0 SCN BT 131.692 429.6689 Td /F1.0 13 Tf <626c7565> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 158.888 429.6689 Td /F2.0 13 Tf <2d697368> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 180.676 429.6689 Td /F1.0 13 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 5 w 0.9333 0.9333 0.9333 SCN 50.74 464.0186 m 50.74 421.9443 l S Q q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <36> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 53 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 52 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F1.0 9 0 R /F2.0 10 0 R >> /XObject << /Stamp2 124 0 R >> >> >> endobj 54 0 obj [53 0 R /XYZ 0 841.89 null] endobj 55 0 obj << /Length 10217 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf [<4368617074657220342e2057> 60.0586 <6f72647320536561736f6e6564207769746820506f776572>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.4861 Tw BT 48.24 753.206 Td /F2.0 10.5 Tf [<54> 29.7852 <6f2074616d65>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.4861 Tw BT 89.1034 753.206 Td /F1.0 10.5 Tf <207468652077696c6420776f6c70657274696e67657273207765206e656564656420746f206275696c64206120> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.4861 Tw BT 328.0708 753.206 Td /F4.0 10.5 Tf <636861726d> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.4861 Tw BT 362.6998 753.206 Td /F1.0 10.5 Tf <2e2042757420> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.4861 Tw BT 390.9456 753.206 Td /F4.0 10.5 Tf <75> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.4861 Tw BT 397.9386 753.206 Td /F1.0 10.5 Tf <6c74696d61746520766963746f727920636f756c64206f6e6c79206265> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 737.426 Td /F1.0 10.5 Tf <776f6e20696620776520646976696e65642074686520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 159.603 737.426 Td /F3.0 10.5 Tf <74727565206e616d65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 214.959 737.426 Td /F1.0 10.5 Tf <206f662074686520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 249.021 737.426 Td /F2.0 10.5 Tf <776172> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 268.593 737.426 Td /F1.0 10.5 Tf <6c6f636b2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.2201 Tw BT 48.24 709.646 Td /F1.0 10.5 Tf [<d257686174206b696e64206f6620636861726d3fd3204c617a617275732061736b> 20.0195 <65642e20d2416e206f646f72696665726f7573206f6e65206f722061206d696e6572> 20.0195 <616c206f6e653fd3204b697a6d65742073687275676765642e>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.8419 Tw BT 48.24 693.866 Td /F1.0 10.5 Tf [<d2546865206e6f74652066726f6d204f6c6166> -80.0781 <d573206465736b207361> 20.0195 <797320d4776f726d776f6f6420616e64206c69636f726963652cd52062757420746865736520636f756c64206265206e6f726d616c2067726f63657269657320666f72>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 678.086 Td /F1.0 10.5 Tf <77657265776f6c7665732ed3> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.5535 Tw BT 48.24 650.306 Td /F1.0 10.5 Tf [<d257> 60.0586 <656c6c207468652048>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.5535 Tw BT 106.2775 648.5185 Td /F1.0 6.121499999999999 Tf <32> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.5535 Tw BT 109.6994 650.306 Td /F1.0 10.5 Tf <4f207772697474656e206f6e20746865207365637572697479207768697465626f61726420636f756c642062652070617274206f6620612073686f7070696e67206c6973742c20627574204920646f6ed574207468696e6b> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 634.526 Td /F1.0 10.5 Tf <746865206c6f63616c20626f6465676120616c736f2073656c6c732065203d206d63> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 211.095 640.0831 Td /F1.0 6.121499999999999 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 214.5169 634.526 Td /F1.0 10.5 Tf <2cd3204c617a61727573207265706c6965642e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.4728 Tw BT 48.24 606.746 Td /F1.0 10.5 Tf [<d257> 49.8047 <61697421d320496e6469676f20706c75636b> 20.0195 <6564206120736d616c6c207669616c2066726f6d20686572206465736bd57320746f70206472> 20.0195 <6177657220616e642068656c6420697420746f776172642075732e20546865207669616cd573>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 590.966 Td /F1.0 10.5 Tf <6c6162656c207265616420d4> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 103.6695 590.966 Td /F5.0 10.5 Tf <65203d206d63> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 135.1695 595.4408 Td /F5.0 6.121499999999999 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 138.2303 590.966 Td /F5.0 10.5 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 143.4803 590.966 Td /F8.0 10.5 Tf <746865207363656e74206f6620736369656e6365> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 248.4803 590.966 Td /F5.0 10.5 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 253.7303 590.966 Td /F9.0 10.5 Tf <736d656c6c73206c696b6520612067656e697573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 358.7303 590.966 Td /F1.0 10.5 Tf <d52e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 551.126 Td /F4.0 18 Tf <342e312e2043616e20492047657420536f6d6520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 225.108 551.126 Td /F5.0 18 Tf <436f6465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 261.108 551.126 Td /F4.0 18 Tf <3f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 523.106 Td /F1.0 10.5 Tf <537572652e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 507.326 Td /F1.0 10.5 Tf <486176652061206c697374696e6720626c6f636b2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 52.24 491.51 m 543.04 491.51 l 545.2491 491.51 547.04 489.7191 547.04 487.51 c 547.04 444.03 l 547.04 441.8209 545.2491 440.03 543.04 440.03 c 52.24 440.03 l 50.0309 440.03 48.24 441.8209 48.24 444.03 c 48.24 487.51 l 48.24 489.7191 50.0309 491.51 52.24 491.51 c h f 0.8 0.8 0.8 SCN 0.75 w 52.24 491.51 m 543.04 491.51 l 545.2491 491.51 547.04 489.7191 547.04 487.51 c 547.04 444.03 l 547.04 441.8209 545.2491 440.03 543.04 440.03 c 52.24 440.03 l 50.0309 440.03 48.24 441.8209 48.24 444.03 c 48.24 487.51 l 48.24 489.7191 50.0309 491.51 52.24 491.51 c h S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 468.685 Td /F5.0 11 Tf <5468697320697320616e206578616d706c65206f662061206c697374696e6720626c6f636b2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 453.945 Td /F5.0 11 Tf <54686520636f6e74656e7420696e736964652069732072656e6465726564206173203c7072653e20746578742e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 416.066 Td /F1.0 10.5 Tf [<4275742049d56d206e6f7420676976696e6720796f7520616e> 20.0195 <7920686967686c69676874696e67207368617a616d206a757374207965742e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9333 0.9333 0.9333 scn 52.24 400.25 m 543.04 400.25 l 545.2491 400.25 547.04 398.4591 547.04 396.25 c 547.04 276.65 l 547.04 274.4409 545.2491 272.65 543.04 272.65 c 52.24 272.65 l 50.0309 272.65 48.24 274.4409 48.24 276.65 c 48.24 396.25 l 48.24 398.4591 50.0309 400.25 52.24 400.25 c h f 0.8824 0.8824 0.8824 SCN 0.5 w 52.24 400.25 m 543.04 400.25 l 545.2491 400.25 547.04 398.4591 547.04 396.25 c 547.04 276.65 l 547.04 274.4409 545.2491 272.65 543.04 272.65 c 52.24 272.65 l 50.0309 272.65 48.24 274.4409 48.24 276.65 c 48.24 396.25 l 48.24 398.4591 50.0309 400.25 52.24 400.25 c h S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 221.5575 374.366 Td /F4.0 13 Tf <576861742069732061206c697374696e6720626c6f636b3f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.8377 Tw BT 63.24 347.806 Td /F1.0 10.5 Tf [<4c696b> 20.0195 <65206c69746572> 20.0195 <616c20626c6f636b732c2074686520636f6e74656e7420696e206c697374696e6720626c6f636b7320697320646973706c61> 20.0195 <7965642065786163746c7920617320796f7520656e74657265642069742e204c697374696e67>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.24 332.026 Td /F1.0 10.5 Tf <626c6f636b20636f6e74656e742069732072656e646572656420617320> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 206.775 332.026 Td /F5.0 10.5 Tf <3c7072653e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 233.025 332.026 Td /F1.0 10.5 Tf <20746578742e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 3.0105 Tw BT 63.24 304.246 Td /F1.0 10.5 Tf <54686520> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN 3.0105 Tw BT 87.6705 304.246 Td /F5.0 10.5 Tf <6c697374696e67> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 3.0105 Tw BT 124.4205 304.246 Td /F1.0 10.5 Tf [<207374796c65206973206170706c69656420746f20616e20656c656d656e742c2073756368206173206120706172> 20.0195 <616772> 20.0195 <6170682c2062> 20.0195 <792073657474696e672074686520>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN 3.0105 Tw BT 495.29 304.246 Td /F5.0 10.5 Tf <6c697374696e67> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 3.0105 Tw BT 532.04 304.246 Td ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.24 288.466 Td /F1.0 10.5 Tf <617474726962757465206f6e207468617420656c656d656e742e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 248.686 Td /F1.0 10.5 Tf <4c6574d57320676574206f757220> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 112.2375 248.686 Td ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 112.2375 248.686 Td /F1.0 10.5 Tf <686967686c69676874696e67206f6e21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.009 14.388 Td /F1.0 9 Tf <37> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 56 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 55 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F2.0 10 0 R /F1.0 9 0 R /F3.0 11 0 R /F5.0 34 0 R /F8.0 58 0 R /F9.0 59 0 R >> /XObject << /Stamp1 123 0 R >> >> >> endobj 57 0 obj [56 0 R /XYZ 0 841.89 null] endobj 58 0 obj << /Type /Font /BaseFont /70ac86+mplus1mn-bolditalic /Subtype /TrueType /FontDescriptor 177 0 R /FirstChar 32 /LastChar 255 /Widths 179 0 R /ToUnicode 178 0 R >> endobj 59 0 obj << /Type /Font /BaseFont /461165+mplus1mn-italic /Subtype /TrueType /FontDescriptor 181 0 R /FirstChar 32 /LastChar 255 /Widths 183 0 R /ToUnicode 182 0 R >> endobj 60 0 obj [56 0 R /XYZ 0 575.15 null] endobj 61 0 obj [56 0 R /XYZ 112.2375 259.9 null] endobj 62 0 obj << /Length 13013 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 793.926 Td /F1.0 10.5 Tf [<496e7374616c6c205072> 20.0195 <61776e3a>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 52.24 778.11 m 543.04 778.11 l 545.2491 778.11 547.04 776.3191 547.04 774.11 c 547.04 745.37 l 547.04 743.1609 545.2491 741.37 543.04 741.37 c 52.24 741.37 l 50.0309 741.37 48.24 743.1609 48.24 745.37 c 48.24 774.11 l 48.24 776.3191 50.0309 778.11 52.24 778.11 c h f 0.8 0.8 0.8 SCN 0.75 w 52.24 778.11 m 543.04 778.11 l 545.2491 778.11 547.04 776.3191 547.04 774.11 c 547.04 745.37 l 547.04 743.1609 545.2491 741.37 543.04 741.37 c 52.24 741.37 l 50.0309 741.37 48.24 743.1609 48.24 745.37 c 48.24 774.11 l 48.24 776.3191 50.0309 778.11 52.24 778.11 c h S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 755.285 Td /F5.0 11 Tf <242067656d20696e7374616c6c20707261776e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 717.406 Td /F1.0 10.5 Tf [<5468656e2063726561746520796f75722066697273742050444620646f63756d656e7420696e20527562> 20.0195 <7921>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 690.2242 Td /F2.0 9.975 Tf [<4c697374696e6720322e2047656e6572> 20.0195 <6174657320612062617369632050444620646f63756d656e74207573696e67205072> 20.0195 <61776e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 52.24 682.599 m 543.04 682.599 l 545.2491 682.599 547.04 680.8081 547.04 678.599 c 547.04 590.899 l 547.04 588.6899 545.2491 586.899 543.04 586.899 c 52.24 586.899 l 50.0309 586.899 48.24 588.6899 48.24 590.899 c 48.24 678.599 l 48.24 680.8081 50.0309 682.599 52.24 682.599 c h f 0.8 0.8 0.8 SCN 0.75 w 52.24 682.599 m 543.04 682.599 l 545.2491 682.599 547.04 680.8081 547.04 678.599 c 547.04 590.899 l 547.04 588.6899 545.2491 586.899 543.04 586.899 c 52.24 586.899 l 50.0309 586.899 48.24 588.6899 48.24 590.899 c 48.24 678.599 l 48.24 680.8081 50.0309 682.599 52.24 682.599 c h S Q 0.0 0.2 0.5333 scn 0.0 0.2 0.5333 SCN BT 59.24 659.774 Td /F5.0 11 Tf <72657175697265> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.74 659.774 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 103.24 659.774 Td /F5.0 11 Tf <27707261776e27> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 141.74 659.774 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 147.24 659.774 Td /F5.1 11 Tf <21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.2 0.4 scn 0.0 0.2 0.4 SCN BT 59.24 630.294 Td /F7.0 11 Tf <507261776e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 86.74 630.294 Td /F5.0 11 Tf <3a3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.2 0.4 scn 0.0 0.2 0.4 SCN BT 97.74 630.294 Td /F7.0 11 Tf <446f63756d656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 141.74 630.294 Td /F5.0 11 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.4 0.7333 scn 0.0 0.4 0.7333 SCN BT 147.24 630.294 Td /F7.0 11 Tf <67656e6572617465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 191.24 630.294 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 196.74 630.294 Td /F5.0 11 Tf <276f75747075742e70646627> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 262.74 630.294 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 268.24 630.294 Td /F7.0 11 Tf <646f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 279.24 630.294 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 284.74 630.294 Td /F5.1 11 Tf <22> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 615.554 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 70.24 615.554 Td /F5.0 11 Tf <74657874> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 92.24 615.554 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 97.74 615.554 Td /F5.0 11 Tf <2748656c6c6f2c20576f726c642127> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 180.24 615.554 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 185.74 615.554 Td /F5.1 11 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 600.814 Td /F7.0 11 Tf <656e64> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 50.865 569.174 Td /F5.1 10.5 Tf <21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.99 568.935 Td /F1.0 10.5 Tf [<496d706f727473205072> 20.0195 <61776e206c696272> 20.0195 <617279>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 50.865 547.394 Td /F5.1 10.5 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.99 547.155 Td /F1.0 10.5 Tf [<41> 20.0195 <646473207465787420d248656c6c6f2c2057> 60.0586 <6f726c6421d320746f2066697273742070616765>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 50.865 525.614 Td /F5.1 10.5 Tf <22> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.99 525.375 Td /F1.0 10.5 Tf <5772697465732050444620746f20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 135.39 525.375 Td /F2.0 10.5 Tf <6f75747075742e706466> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 185.874 525.375 Td /F1.0 10.5 Tf <20616674657220657865637574696e6720616c6c2073746174656d656e7473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 497.595 Td /F1.0 10.5 Tf <486f772061626f757420736f6d6520736f7572636520636f64652074686174207374796c657320636f64653f20536f206d65746121> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 52.24 481.779 m 543.04 481.779 l 545.2491 481.779 547.04 479.9881 547.04 477.779 c 547.04 331.119 l 547.04 328.9099 545.2491 327.119 543.04 327.119 c 52.24 327.119 l 50.0309 327.119 48.24 328.9099 48.24 331.119 c 48.24 477.779 l 48.24 479.9881 50.0309 481.779 52.24 481.779 c h f 0.8 0.8 0.8 SCN 0.75 w 52.24 481.779 m 543.04 481.779 l 545.2491 481.779 547.04 479.9881 547.04 477.779 c 547.04 331.119 l 547.04 328.9099 545.2491 327.119 543.04 327.119 c 52.24 327.119 l 50.0309 327.119 48.24 328.9099 48.24 331.119 c 48.24 477.779 l 48.24 479.9881 50.0309 481.779 52.24 481.779 c h S Q 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 59.24 458.954 Td /F7.0 11 Tf <636f6465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 81.24 458.954 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 86.74 458.954 Td /F5.0 11 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 444.214 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 70.24 444.214 Td /F5.0 11 Tf <70616464696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 108.74 444.214 Td /F5.0 11 Tf <3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 114.24 444.214 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 119.74 444.214 Td /F7.0 11 Tf <327078> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 136.24 444.214 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 141.74 444.214 Td /F7.0 11 Tf <347078> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 158.24 444.214 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 429.474 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 70.24 429.474 Td /F5.0 11 Tf <666f6e742d73697a65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 119.74 429.474 Td /F5.0 11 Tf <3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 125.24 429.474 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 130.74 429.474 Td /F7.0 11 Tf <393025> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 147.24 429.474 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 414.734 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 70.24 414.734 Td /F5.0 11 Tf <666f6e742d776569676874> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 130.74 414.734 Td /F5.0 11 Tf <3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 136.24 414.734 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.2 0.5333 scn 0.0 0.2 0.5333 SCN BT 141.74 414.734 Td /F5.0 11 Tf <6e6f726d616c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 174.74 414.734 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 399.994 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 70.24 399.994 Td /F5.0 11 Tf <636f6c6f72> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.74 399.994 Td /F5.0 11 Tf <3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 103.24 399.994 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 108.74 399.994 Td /F7.0 11 Tf <23633732353465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 147.24 399.994 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 385.254 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 70.24 385.254 Td /F5.0 11 Tf <77686974652d7370616365> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 130.74 385.254 Td /F5.0 11 Tf <3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 136.24 385.254 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.2 0.5333 scn 0.0 0.2 0.5333 SCN BT 141.74 385.254 Td /F5.0 11 Tf <6e6f77726170> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 174.74 385.254 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8 0.0 0.0 scn 0.8 0.0 0.0 SCN BT 180.24 385.254 Td /F7.0 11 Tf <21696d706f7274616e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 235.24 385.254 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 370.514 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 70.24 370.514 Td /F5.0 11 Tf <6261636b67726f756e642d636f6c6f72> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 158.24 370.514 Td /F5.0 11 Tf <3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 163.74 370.514 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 169.24 370.514 Td /F7.0 11 Tf <23663966326634> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 207.74 370.514 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 355.774 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 70.24 355.774 Td /F5.0 11 Tf <626f726465722d726164697573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 141.74 355.774 Td /F5.0 11 Tf <3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 147.24 355.774 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 152.74 355.774 Td /F7.0 11 Tf <347078> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 169.24 355.774 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 341.034 Td /F5.0 11 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 303.155 Td /F1.0 10.5 Tf [<576865726520636f756c6420776520676f20776974686f757420736f6d65204a6176613f204e61747572> 20.0195 <616c6c79> 89.8438 <2c20736f6d65206175746f73697a696e67206973206e6563657373617279> 89.8438 <2e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <38> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 63 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 62 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 9 0 R /F5.0 34 0 R /F2.0 10 0 R /F5.1 64 0 R /F7.0 42 0 R >> /XObject << /Stamp2 124 0 R >> >> >> endobj 64 0 obj << /Type /Font /BaseFont /7db7f7+mplus1mn-regular /Subtype /TrueType /FontDescriptor 185 0 R /FirstChar 32 /LastChar 255 /Widths 187 0 R /ToUnicode 186 0 R >> endobj 65 0 obj << /Length 36245 >> stream q q /DeviceRGB cs 0.9608 0.9608 0.9608 scn 52.24 805.89 m 543.04 805.89 l 545.2491 805.89 547.04 804.0991 547.04 801.89 c 547.04 96.5643 l 547.04 94.3551 545.2491 92.5643 543.04 92.5643 c 52.24 92.5643 l 50.0309 92.5643 48.24 94.3551 48.24 96.5643 c 48.24 801.89 l 48.24 804.0991 50.0309 805.89 52.24 805.89 c h f /DeviceRGB CS 0.8 0.8 0.8 SCN 0.75 w 52.24 805.89 m 543.04 805.89 l 545.2491 805.89 547.04 804.0991 547.04 801.89 c 547.04 96.5643 l 547.04 94.3551 545.2491 92.5643 543.04 92.5643 c 52.24 92.5643 l 50.0309 92.5643 48.24 94.3551 48.24 96.5643 c 48.24 801.89 l 48.24 804.0991 50.0309 805.89 52.24 805.89 c h S Q /DeviceRGB cs 0.0 0.5333 0.0 scn /DeviceRGB CS 0.0 0.5333 0.0 SCN BT 59.24 784.4053 Td /F7.0 9.4415 Tf <7061636b616765> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 92.2853 784.4053 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.006 784.4053 Td /F5.0 9.4415 Tf <6f7267> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 111.1683 784.4053 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 115.889 784.4053 Td /F5.0 9.4415 Tf <6a617661656537> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 148.9343 784.4053 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 153.655 784.4053 Td /F5.0 9.4415 Tf <636469> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 167.8173 784.4053 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 172.538 784.4053 Td /F5.0 9.4415 Tf <6576656e7473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 200.8625 784.4053 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 758.3228 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 758.3228 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 758.3228 Td /F7.0 9.4415 Tf <6a617661782e616e6e6f746174696f6e2e506f7374436f6e737472756374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 233.9078 758.3228 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 745.2816 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 745.2816 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 745.2816 Td /F7.0 9.4415 Tf <6a617661782e656e74657270726973652e636f6e746578742e53657373696f6e53636f706564> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 271.6738 745.2816 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 732.2404 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 732.2404 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 732.2404 Td /F7.0 9.4415 Tf <6a617661782e656e74657270726973652e6576656e742e4f62736572766573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 238.6285 732.2404 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 719.1991 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 719.1991 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 719.1991 Td /F7.0 9.4415 Tf <6a6176612e696f2e53657269616c697a61626c65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 186.7003 719.1991 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 706.1579 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 706.1579 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 706.1579 Td /F7.0 9.4415 Tf <6a6176612e7574696c2e41727261794c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 181.9795 706.1579 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 693.1167 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 693.1167 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 693.1167 Td /F7.0 9.4415 Tf <6a6176612e7574696c2e436f6c6c656374696f6e73> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 191.421 693.1167 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 680.0754 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 680.0754 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 680.0754 Td /F7.0 9.4415 Tf <6a6176612e7574696c2e4c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 158.3758 680.0754 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 667.0342 Td /F7.0 9.4415 Tf <696d706f7274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 667.0342 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 92.2853 667.0342 Td /F7.0 9.4415 Tf <6a617661782e77732e72732e2a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 153.655 667.0342 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 59.24 640.9517 Td /F5.0 9.4415 Tf <2f2a2a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 59.24 627.9105 Td /F5.0 9.4415 Tf <ca2a20546869732073657373696f6e2d73636f706564206265616e207265636569766573206772656574696e6720737472696e67732066726f6d20746865206576656e7420627573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 59.24 614.8693 Td /F5.0 9.4415 Tf <ca2a20616e642070726f76696465732061636365737320746f2074686520636f6c6c656374696f6e206f66207468657365206772656574696e67732076696120612052455354204150492e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 59.24 601.828 Td /F5.0 9.4415 Tf <ca2a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 59.24 588.7868 Td /F5.0 9.4415 Tf <ca2a2040617574686f72205468652044756b65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 59.24 575.7456 Td /F5.0 9.4415 Tf <ca2a204073696e636520312e30> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 59.24 562.7043 Td /F5.0 9.4415 Tf <ca2a2f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3333 0.3333 0.3333 scn 0.3333 0.3333 0.3333 SCN BT 59.24 549.6631 Td /F5.0 9.4415 Tf <4053657373696f6e53636f706564> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 59.24 536.6218 Td /F7.0 9.4415 Tf <7075626c6963> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 87.5645 536.6218 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 92.2853 536.6218 Td /F7.0 9.4415 Tf <636c617373> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 536.6218 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 120.6098 536.6218 Td /F7.0 9.4415 Tf <4772656574696e675265636569766572> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 196.1418 536.6218 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 200.8625 536.6218 Td /F7.0 9.4415 Tf <696d706c656d656e7473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 248.07 536.6218 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 252.7908 536.6218 Td /F5.0 9.4415 Tf <4576656e745265636569766572> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 314.1605 536.6218 Td /F5.0 9.4415 Tf <2c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 318.8813 536.6218 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 323.602 536.6218 Td /F5.0 9.4415 Tf <53657269616c697a61626c65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 380.251 536.6218 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 384.9718 536.6218 Td /F5.0 9.4415 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 510.5394 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 78.123 510.5394 Td /F7.0 9.4415 Tf <70726976617465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 111.1683 510.5394 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 510.5394 Td /F5.0 9.4415 Tf <4c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 134.772 510.5394 Td /F5.0 9.4415 Tf <3c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 139.4928 510.5394 Td /F5.0 9.4415 Tf <537472696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 167.8173 510.5394 Td /F5.0 9.4415 Tf <3e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 172.538 510.5394 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 177.2588 510.5394 Td /F5.0 9.4415 Tf <6772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 219.7455 510.5394 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 484.4569 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3333 0.3333 0.3333 scn 0.3333 0.3333 0.3333 SCN BT 78.123 484.4569 Td /F5.0 9.4415 Tf <40506f7374436f6e737472756374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 471.4157 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 78.123 471.4157 Td /F7.0 9.4415 Tf <766f6964> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.006 471.4157 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.4 0.7333 scn 0.0 0.4 0.7333 SCN BT 101.7268 471.4157 Td /F7.0 9.4415 Tf <696e6974> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.6098 471.4157 Td /F5.0 9.4415 Tf <2829> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 130.0513 471.4157 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 134.772 471.4157 Td /F5.0 9.4415 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 458.3744 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 97.006 458.3744 Td /F7.0 9.4415 Tf <74686973> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 458.3744 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 120.6098 458.3744 Td /F5.0 9.4415 Tf <6772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 163.0965 458.3744 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 167.8173 458.3744 Td /F5.0 9.4415 Tf <3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 172.538 458.3744 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 177.2588 458.3744 Td /F7.0 9.4415 Tf <6e6577> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 191.421 458.3744 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 196.1418 458.3744 Td /F5.0 9.4415 Tf <41727261794c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 238.6285 458.3744 Td /F5.0 9.4415 Tf <3c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 243.3493 458.3744 Td /F5.0 9.4415 Tf <537472696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 271.6738 458.3744 Td /F5.0 9.4415 Tf <3e28293b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 445.3332 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 78.123 445.3332 Td /F5.0 9.4415 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 419.2507 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 78.123 419.2507 Td /F7.0 9.4415 Tf <766f6964> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.006 419.2507 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.4 0.7333 scn 0.0 0.4 0.7333 SCN BT 101.7268 419.2507 Td /F7.0 9.4415 Tf <72656365697665> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 134.772 419.2507 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3333 0.3333 0.3333 scn 0.3333 0.3333 0.3333 SCN BT 139.4928 419.2507 Td /F5.0 9.4415 Tf <404f62736572766573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 181.9795 419.2507 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 186.7003 419.2507 Td /F5.0 9.4415 Tf <537472696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 215.0248 419.2507 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 219.7455 419.2507 Td /F5.0 9.4415 Tf <6772656574> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 243.3493 419.2507 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 248.07 419.2507 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 252.7908 419.2507 Td /F5.0 9.4415 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 406.2095 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 97.006 406.2095 Td /F7.0 9.4415 Tf <74686973> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 406.2095 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 120.6098 406.2095 Td /F5.0 9.4415 Tf <6772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 163.0965 406.2095 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 167.8173 406.2095 Td /F5.0 9.4415 Tf <616464> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 181.9795 406.2095 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 186.7003 406.2095 Td /F5.0 9.4415 Tf <6772656574> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 210.304 406.2095 Td /F5.0 9.4415 Tf <293b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 393.1683 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 78.123 393.1683 Td /F5.0 9.4415 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 367.0858 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3333 0.3333 0.3333 scn 0.3333 0.3333 0.3333 SCN BT 78.123 367.0858 Td /F5.0 9.4415 Tf <40474554> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 354.0446 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3333 0.3333 0.3333 scn 0.3333 0.3333 0.3333 SCN BT 78.123 354.0446 Td /F5.0 9.4415 Tf <4050726f6475636573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.6098 354.0446 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 125.3305 354.0446 Td /F5.0 9.4415 Tf <226170706c69636174696f6e2f6a736f6e22> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 210.304 354.0446 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 341.0033 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 78.123 341.0033 Td /F7.0 9.4415 Tf <7075626c6963> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 106.4475 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 111.1683 341.0033 Td /F5.0 9.4415 Tf <4c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 130.0513 341.0033 Td /F5.0 9.4415 Tf <3c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 134.772 341.0033 Td /F5.0 9.4415 Tf <537472696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 163.0965 341.0033 Td /F5.0 9.4415 Tf <3e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 167.8173 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.4 0.7333 scn 0.0 0.4 0.7333 SCN BT 172.538 341.0033 Td /F7.0 9.4415 Tf <6c697374416c6c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 205.5833 341.0033 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3333 0.3333 0.3333 scn 0.3333 0.3333 0.3333 SCN BT 210.304 341.0033 Td /F5.0 9.4415 Tf <405175657279506172616d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 262.2322 341.0033 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 266.953 341.0033 Td /F5.0 9.4415 Tf <22737461727422> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 299.9983 341.0033 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 304.719 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 309.4398 341.0033 Td /F5.0 9.4415 Tf <496e7465676572> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 342.485 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 347.2058 341.0033 Td /F5.0 9.4415 Tf <7374617274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 370.8095 341.0033 Td /F5.0 9.4415 Tf <2c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 375.5303 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.3333 0.3333 0.3333 scn 0.3333 0.3333 0.3333 SCN BT 380.251 341.0033 Td /F5.0 9.4415 Tf <405175657279506172616d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 432.1793 341.0033 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.8667 0.1333 0.0 scn 0.8667 0.1333 0.0 SCN BT 436.9 341.0033 Td /F5.0 9.4415 Tf <226d617822> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 460.5038 341.0033 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 465.2245 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 469.9453 341.0033 Td /F5.0 9.4415 Tf <496e7465676572> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 502.9905 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 507.7113 341.0033 Td /F5.0 9.4415 Tf <6d6178> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 521.8735 341.0033 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 526.5943 341.0033 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 531.315 341.0033 Td /F5.0 9.4415 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 327.9621 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.5333 0.5333 0.5333 scn 0.5333 0.5333 0.5333 SCN BT 97.006 327.9621 Td /F7.0 9.4415 Tf <696e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 111.1683 327.9621 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 327.9621 Td /F5.0 9.4415 Tf <6e756d4772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 172.538 327.9621 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 177.2588 327.9621 Td /F5.0 9.4415 Tf <3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 181.9795 327.9621 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 186.7002 327.9621 Td /F7.0 9.4415 Tf <74686973> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 205.5833 327.9621 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 210.304 327.9621 Td /F5.0 9.4415 Tf <6772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 252.7908 327.9621 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 257.5115 327.9621 Td /F5.0 9.4415 Tf <73697a65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 276.3945 327.9621 Td /F5.0 9.4415 Tf <28293b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 301.8796 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 97.006 301.8796 Td /F7.0 9.4415 Tf <6966> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 106.4475 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 111.1683 301.8796 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 301.8796 Td /F5.0 9.4415 Tf <6e756d4772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 172.538 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 177.2588 301.8796 Td /F5.0 9.4415 Tf <3d3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 186.7003 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 191.421 301.8796 Td /F7.0 9.4415 Tf <30> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 196.1418 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 200.8625 301.8796 Td /F5.0 9.4415 Tf <7c7c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 210.304 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 215.0248 301.8796 Td /F5.0 9.4415 Tf <6d6178> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 229.187 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 233.9078 301.8796 Td /F5.0 9.4415 Tf <3d3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 243.3493 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 248.07 301.8796 Td /F7.0 9.4415 Tf <30> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 252.7908 301.8796 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 257.5115 301.8796 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 262.2323 301.8796 Td /F5.0 9.4415 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 288.8384 Td /F5.0 9.4415 Tf <ca2020202020202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 115.889 288.8384 Td /F7.0 9.4415 Tf <72657475726e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 144.2135 288.8384 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 148.9343 288.8384 Td /F5.0 9.4415 Tf <436f6c6c656374696f6e73> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 200.8625 288.8384 Td /F5.0 9.4415 Tf <2e3c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 210.304 288.8384 Td /F5.0 9.4415 Tf <537472696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 238.6285 288.8384 Td /F5.0 9.4415 Tf <3e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 243.3493 288.8384 Td /F5.0 9.4415 Tf <656d7074794c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 285.836 288.8384 Td /F5.0 9.4415 Tf <28293b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 275.7971 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.006 275.7971 Td /F5.0 9.4415 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 249.7147 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 97.006 249.7147 Td /F7.0 9.4415 Tf <6966> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 106.4475 249.7147 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 111.1683 249.7147 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 249.7147 Td /F5.0 9.4415 Tf <7374617274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 139.4928 249.7147 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 144.2135 249.7147 Td /F5.0 9.4415 Tf <3d3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 153.655 249.7147 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 158.3758 249.7147 Td /F7.0 9.4415 Tf <6e756c6c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 177.2588 249.7147 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 181.9795 249.7147 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 186.7002 249.7147 Td /F5.0 9.4415 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 236.6734 Td /F5.0 9.4415 Tf <ca2020202020202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 236.6734 Td /F5.0 9.4415 Tf <7374617274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 139.4928 236.6734 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 144.2135 236.6734 Td /F5.0 9.4415 Tf <3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 148.9343 236.6734 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.0 0.8667 scn 0.0 0.0 0.8667 SCN BT 153.655 236.6734 Td /F7.0 9.4415 Tf <30> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 158.3757 236.6734 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 223.6322 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.006 223.6322 Td /F5.0 9.4415 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 197.5497 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 97.006 197.5497 Td /F7.0 9.4415 Tf <6966> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 106.4475 197.5497 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 111.1683 197.5497 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 197.5497 Td /F5.0 9.4415 Tf <6d6178> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 130.0513 197.5497 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 134.772 197.5497 Td /F5.0 9.4415 Tf <3d3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 144.2135 197.5497 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 148.9343 197.5497 Td /F7.0 9.4415 Tf <6e756c6c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 167.8173 197.5497 Td /F5.0 9.4415 Tf <29> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 172.538 197.5497 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 177.2588 197.5497 Td /F5.0 9.4415 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 184.5085 Td /F5.0 9.4415 Tf <ca2020202020202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 115.889 184.5085 Td /F5.0 9.4415 Tf <6d6178> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 130.0513 184.5085 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 134.772 184.5085 Td /F5.0 9.4415 Tf <3d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 139.4928 184.5085 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 144.2135 184.5085 Td /F5.0 9.4415 Tf <6e756d4772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 200.8625 184.5085 Td /F5.0 9.4415 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 171.4673 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 97.006 171.4673 Td /F5.0 9.4415 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 145.3848 Td /F5.0 9.4415 Tf <ca20202020202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 97.006 145.3848 Td /F7.0 9.4415 Tf <72657475726e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 125.3305 145.3848 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 130.0512 145.3848 Td /F7.0 9.4415 Tf <74686973> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 148.9343 145.3848 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 153.655 145.3848 Td /F5.0 9.4415 Tf <6772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 196.1418 145.3848 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 200.8625 145.3848 Td /F5.0 9.4415 Tf <7375624c697374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 233.9078 145.3848 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 238.6285 145.3848 Td /F5.0 9.4415 Tf <7374617274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 262.2323 145.3848 Td /F5.0 9.4415 Tf <2c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 266.953 145.3848 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 271.6738 145.3848 Td /F5.0 9.4415 Tf <4d617468> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 290.5568 145.3848 Td /F5.0 9.4415 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.4 0.6 scn 0.2 0.4 0.6 SCN BT 295.2775 145.3848 Td /F5.0 9.4415 Tf <6d696e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 309.4398 145.3848 Td /F5.0 9.4415 Tf <28> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 314.1605 145.3848 Td /F5.0 9.4415 Tf <6d6178> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 328.3228 145.3848 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 333.0435 145.3848 Td /F5.0 9.4415 Tf <2b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 337.7643 145.3848 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 342.485 145.3848 Td /F5.0 9.4415 Tf <7374617274> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 366.0888 145.3848 Td /F5.0 9.4415 Tf <2c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 370.8095 145.3848 Td /F5.0 9.4415 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 375.5303 145.3848 Td /F5.0 9.4415 Tf <6e756d4772656574696e6773> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 432.1793 145.3848 Td /F5.0 9.4415 Tf <29293b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 132.3436 Td /F5.0 9.4415 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 78.123 132.3436 Td /F5.0 9.4415 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 59.24 106.2611 Td /F5.0 9.4415 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.9621 Tw BT 48.24 68.6003 Td /F1.0 10.5 Tf [<57> 60.0586 <6520616c72656164792073686f77656420796f7520616e20584d4c206578616d706c6520696e20>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN 1.9621 Tw BT 285.738 68.6003 Td /F1.0 10.5 Tf <5468652052617661676573206f662057726974696e67> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.9621 Tw BT 407.9223 68.6003 Td /F1.0 10.5 Tf [<2c2061206c616e6775616765207765206f6674656e2072> 20.0195 <616e74>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 52.8203 Td /F1.0 10.5 Tf <61626f7574206f76657220626565727320617420> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 147.5175 52.8203 Td /F1.0 10.5 Tf [<426965722043656e7472> 20.0195 <616c>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 207.4198 52.8203 Td /F1.0 10.5 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 541.009 14.388 Td /F1.0 9 Tf <39> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 66 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 65 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F7.0 42 0 R /F5.0 34 0 R /F1.0 9 0 R >> /XObject << /Stamp1 123 0 R >> >> /Annots [67 0 R 68 0 R] >> endobj 67 0 obj << /Border [0 0 0] /Dest (ravages) /Subtype /Link /Rect [285.738 65.5343 407.9223 79.8143] /Type /Annot >> endobj 68 0 obj << /Border [0 0 0] /Dest (bier-central) /Subtype /Link /Rect [147.5175 49.7543 207.4198 64.0343] /Type /Annot >> endobj 69 0 obj << /Length 8944 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 793.926 Td /F1.0 10.5 Tf [<49d56c6c207472> 20.0195 <61646520796f752061206c6974746c65207461626c6520666f7220736f6d65206f662074686174206261726b2e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 48.24 753.83 166.2665 24.28 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 214.5065 753.83 166.2665 24.28 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 380.773 753.83 166.267 24.28 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 48.24 700.49 166.2665 53.34 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 214.5065 700.49 166.2665 53.34 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 380.773 700.49 166.267 53.34 re f 0.0 0.0 0.0 scn 0.9765 0.9765 0.9765 scn 48.24 662.93 498.8 37.56 re f 0.0 0.0 0.0 scn 0.9765 0.9765 0.9765 scn 214.5065 662.93 166.2665 37.56 re f 0.0 0.0 0.0 scn 0.9765 0.9765 0.9765 scn 380.773 662.93 166.267 37.56 re f 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 778.11 m 214.5065 778.11 l S [] 0 d 1.25 w 0.8667 0.8667 0.8667 SCN 48.24 753.83 m 214.5065 753.83 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 53.24 761.896 Td /F4.0 10.5 Tf <4e616d65206f6620436f6c756d6e2031> Tj ET 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 214.5065 778.11 m 380.773 778.11 l S [] 0 d 1.25 w 0.8667 0.8667 0.8667 SCN 214.5065 753.83 m 380.773 753.83 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 219.5065 761.896 Td /F4.0 10.5 Tf <4e616d65206f6620436f6c756d6e2032> Tj ET 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 380.773 778.11 m 547.04 778.11 l S [] 0 d 1.25 w 0.8667 0.8667 0.8667 SCN 380.773 753.83 m 547.04 753.83 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 385.773 761.896 Td /F4.0 10.5 Tf <4e616d65206f6620436f6c756d6e2033> Tj ET 0.0 0.0 0.0 scn 1.25 w 0.8667 0.8667 0.8667 SCN 48.24 753.83 m 214.5065 753.83 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 700.49 m 214.5065 700.49 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.6941 0.1294 0.2745 scn BT 55.7483 741.05 Td /F5.0 10.5 Tf <5072656669782074686520> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 113.4983 741.05 Td /F5.0 10.5 Tf <7c> Tj ET 0.0 0.0 0.0 SCN 0.6941 0.1294 0.2745 scn BT 118.7483 741.05 Td /F5.0 10.5 Tf <207769746820> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 150.2483 741.05 Td /F5.0 10.5 Tf <5e> Tj ET 0.0 0.0 0.0 SCN 0.6941 0.1294 0.2745 scn BT 155.4983 741.05 Td /F5.0 10.5 Tf <20746f2063656e746572> Tj ET BT 79.3733 728.105 Td /F5.0 10.5 Tf <636f6e74656e7420686f72697a6f6e74616c6c79> Tj ET 0.0 0.0 0.0 scn 1.25 w 0.8667 0.8667 0.8667 SCN 214.5065 753.83 m 380.773 753.83 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 214.5065 700.49 m 380.773 700.49 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 217.5065 738.866 Td /F1.0 10.5 Tf <5072656669782074686520> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 269.114 738.866 Td /F5.0 10.5 Tf <7c> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 274.364 738.866 Td /F1.0 10.5 Tf <2077697468206120> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 311.1665 738.866 Td /F5.0 10.5 Tf <2e> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 316.4165 738.866 Td /F1.0 10.5 Tf <20616e6420> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 340.9655 738.866 Td /F5.0 10.5 Tf <3c> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 346.2155 738.866 Td /F1.0 10.5 Tf <20746f> Tj ET BT 217.5065 723.086 Td /F1.0 10.5 Tf <616c69676e2074686520636f6e74656e7420746f2074686520746f70206f66> Tj ET BT 217.5065 707.306 Td /F1.0 10.5 Tf <7468652063656c6c> Tj ET 0.0 0.0 0.0 scn 1.25 w 0.8667 0.8667 0.8667 SCN 380.773 753.83 m 547.04 753.83 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 380.773 700.49 m 547.04 700.49 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 395.94 738.866 Td /F1.0 10.5 Tf <5072656669782074686520> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 447.5475 738.866 Td /F5.0 10.5 Tf <7c> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 452.7975 738.866 Td /F1.0 10.5 Tf <207769746820> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 480.9795 738.866 Td /F5.0 10.5 Tf <3e> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 486.2295 738.866 Td /F1.0 10.5 Tf <20746f20616c69676e20746865> Tj ET BT 385.125 723.086 Td /F1.0 10.5 Tf <636f6e74656e7420746f2074686520726967687420686f72697a6f6e74616c6c79> Tj ET 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 700.49 m 547.04 700.49 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 662.93 m 547.04 662.93 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 64.116 683.493 Td /F2.0 10.5 Tf <5468697320636f6e74656e74207370616e7320616c6c20746872656520636f6c756d6e732028> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 248.6325 683.493 Td /F5.0 10.5 Tf <332b> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 259.1325 683.493 Td /F2.0 10.5 Tf <2920616e642069732063656e746572656420626f746820686f72697a6f6e74616c6c792028> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 433.023 683.493 Td /F5.0 10.5 Tf <5e> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 438.273 683.493 Td /F2.0 10.5 Tf <2920616e6420766572746963616c6c792028> Tj ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 518.031 683.493 Td /F5.0 10.5 Tf <2e5e> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 528.531 683.493 Td /F2.0 10.5 Tf <29> Tj ET BT 262.4032 667.713 Td /F2.0 10.5 Tf <77697468696e207468652063656c6c2e> Tj ET 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 638.966 Td /F1.0 10.5 Tf [<57> 49.8047 <6169742e20576861743f20576865726520697320746869732073746f727920676f696e673f>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 48.24 613.37 Td /F7.0 10.5 Tf <3c7370616e3e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.24 596.186 Td /F1.0 10.5 Tf [<616e2068746d6c207461672074686174206d616b> 20.0195 <6573206d65206372> 20.0195 <617a79>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 568.406 Td /F4.0 10.5 Tf <616c69676e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 3.6751 Tw BT 63.24 549.626 Td /F1.0 10.5 Tf <736f6d657468696e672049206e657665722067657420676f696e6720696e2074686520726967687420646972656374696f6e2e20416c736f2068617320746f20646f2077697468206d7920706f6f722076657262616c> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.24 533.846 Td /F1.0 10.5 Tf <636f6d6d756e69636174696f6e20736b696c6c73> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 506.066 Td /F4.0 10.5 Tf <666c6f6174> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 487.286 Td /F4.0 10.5 Tf <7374796c65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.24 468.506 Td /F1.0 10.5 Tf [<646f6ed574206d616b> 20.0195 <65206d65206c61756768>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 440.726 Td /F1.0 10.5 Tf [<446f657320616e> 20.0195 <796f6e652068617665207468652074696d653f>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.6377 Tw BT 48.24 412.946 Td /F1.0 10.5 Tf [<54> 29.7852 <67206c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e73656374657475722061646970697363696e6720656c69742c2073656420646f20656975736d6f642074656d706f7220696e6369646964756e74207574>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.0148 Tw BT 48.24 397.166 Td /F1.0 10.5 Tf <6c61626f726520657420646f6c6f7265206d61676e6120616c697175612e20557420656e696d206164206d696e696d2076656e69616d2c2071756973206e6f737472756420657865726369746174696f6e20756c6c616d636f206c61626f726973> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.7187 Tw BT 48.24 381.386 Td /F1.0 10.5 Tf <6e69736920757420616c697175697020657820656120636f6d6d6f646f20636f6e7365717561742e2044756973206175746520697275726520646f6c6f7220696e20726570726568656e646572697420696e20766f6c7570746174652076656c6974> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.5443 Tw BT 48.24 365.606 Td /F1.0 10.5 Tf <657373652063696c6c756d20646f6c6f726520657520667567696174206e756c6c612070617269617475722e204578636570746575722073696e74206f6363616563617420637570696461746174206e6f6e2070726f6964656e742c2073756e7420696e> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 349.826 Td /F1.0 10.5 Tf <63756c706120717569206f666669636961206465736572756e74206d6f6c6c697420616e696d20696420657374206c61626f72756d6a2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <3130> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 70 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 69 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 9 0 R /F4.0 22 0 R /F5.0 34 0 R /F2.0 10 0 R /F7.0 42 0 R >> /XObject << /Stamp2 124 0 R >> >> >> endobj 71 0 obj << /Length 3237 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf [<4368617074657220352e204b> 20.0195 <656570696e672049742054> 29.7852 <6f676574686572>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 0.8283 Tw BT 48.24 753.206 Td /F1.0 10.5 Tf [<4f6e207468697320706167652077652068617665206e657374656420d26b> 20.0195 <65657020746f676574686572> -29.7852 <d3206c6f6769632e2054686520636f6d62696e656420626c6f636b2077696c6c206265207368696674656420746f20746865206e657874>] TJ ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 737.426 Td /F1.0 10.5 Tf <706167652069662074686572652069736ed57420726f6f6d20617661696c61626c65206f6e2074686973206f6e652e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 706.7974 Td /F1.0 13 Tf <46697273742c> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 687.2603 Td /F1.0 13 Tf <7765> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 667.7231 Td /F1.0 13 Tf <6e656564> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 648.186 Td /F1.0 13 Tf <746f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 628.6489 Td /F1.0 13 Tf <7761737465> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 609.1117 Td /F1.0 13 Tf [<7365766572> 20.0195 <616c>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 589.5746 Td /F1.0 13 Tf <6c696e6573> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 570.0374 Td /F1.0 13 Tf <7573696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 550.5003 Td /F1.0 13 Tf <61> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 530.9631 Td /F1.0 13 Tf <7665727365> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 511.426 Td /F1.0 13 Tf <746f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 491.8889 Td /F1.0 13 Tf <70757368> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 472.3517 Td /F1.0 13 Tf <746865> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 452.8146 Td /F1.0 13 Tf <6e657874> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 433.2774 Td /F1.0 13 Tf <626c6f636b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 413.7403 Td /F1.0 13 Tf <746f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 394.2031 Td /F1.0 13 Tf <697473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 374.666 Td /F1.0 13 Tf <627265616b696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 62.74 355.1289 Td /F1.0 13 Tf <706f696e742e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 5 w 0.9333 0.9333 0.9333 SCN 50.74 721.61 m 50.74 347.4043 l S Q q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 535.978 14.388 Td /F1.0 9 Tf <3131> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 72 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 71 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F1.0 9 0 R >> /XObject << /Stamp1 123 0 R >> >> >> endobj 73 0 obj [72 0 R /XYZ 0 841.89 null] endobj 74 0 obj << /Length 8995 >> stream q q 0.5 w /DeviceRGB CS 0.9333 0.9333 0.9333 SCN 108.24 805.89 m 108.24 377.357 l S Q /DeviceRGB cs 0.098 0.251 0.4863 scn /DeviceRGB CS 0.098 0.251 0.4863 SCN BT 67.956 583.0555 Td /F6.1 24 Tf <24> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 790.5242 Td /F2.0 9.975 Tf <576861742068617070656e7320696620746865726520697320626f74682061206669656c6420616e642061206d6574686f642077697468207468652073616d65206e616d653f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 1.6731 Tw BT 120.24 770.935 Td /F1.0 10.5 Tf <4261636b20746f207468652070726576696f7573206578616d706c652c20737570706f73652074686174207765206861766520626f74682061206669656c6420616e642061206d6574686f64> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 755.155 Td /F1.0 10.5 Tf <77697468207468652073616d65206e616d652c20617320696e3a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 727.9732 Td /F2.0 9.975 Tf <4c697374696e6720332e204a61766120636c61737320776974682061206669656c6420616e64206d6574686f642074686174207368617265207468652073616d65206e616d65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 124.24 720.348 m 531.04 720.348 l 533.2491 720.348 535.04 718.5571 535.04 716.348 c 535.04 599.168 l 535.04 596.9589 533.2491 595.168 531.04 595.168 c 124.24 595.168 l 122.0309 595.168 120.24 596.9589 120.24 599.168 c 120.24 716.348 l 120.24 718.5571 122.0309 720.348 124.24 720.348 c h f 0.8 0.8 0.8 SCN 0.75 w 124.24 720.348 m 531.04 720.348 l 533.2491 720.348 535.04 718.5571 535.04 716.348 c 535.04 599.168 l 535.04 596.9589 533.2491 595.168 531.04 595.168 c 124.24 595.168 l 122.0309 595.168 120.24 596.9589 120.24 599.168 c 120.24 716.348 l 120.24 718.5571 122.0309 720.348 124.24 720.348 c h S Q 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 131.24 697.523 Td /F7.0 11 Tf <7075626c6963> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 164.24 697.523 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 169.74 697.523 Td /F7.0 11 Tf <636c617373> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 197.24 697.523 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.7333 0.0 0.4 scn 0.7333 0.0 0.4 SCN BT 202.74 697.523 Td /F7.0 11 Tf <466f6f> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 219.24 697.523 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 224.74 697.523 Td /F5.0 11 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 682.783 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 142.24 682.783 Td /F7.0 11 Tf <7075626c6963> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 175.24 682.783 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 180.74 682.783 Td /F5.0 11 Tf <537472696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 213.74 682.783 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 219.24 682.783 Td /F5.0 11 Tf <626172> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 235.74 682.783 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 653.303 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 142.24 653.303 Td /F7.0 11 Tf <7075626c6963> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 175.24 653.303 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 180.74 653.303 Td /F5.0 11 Tf <537472696e67> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 213.74 653.303 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.4 0.7333 scn 0.0 0.4 0.7333 SCN BT 219.24 653.303 Td /F7.0 11 Tf <626172> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 235.74 653.303 Td /F5.0 11 Tf <2829> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 246.74 653.303 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 252.24 653.303 Td /F5.0 11 Tf <7b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 638.563 Td /F5.0 11 Tf <ca202020> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.0 0.5333 0.0 scn 0.0 0.5333 0.0 SCN BT 153.24 638.563 Td /F7.0 11 Tf <72657475726e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 186.24 638.563 Td /F5.0 11 Tf <20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 191.74 638.563 Td /F5.0 11 Tf <626172> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 208.24 638.563 Td /F5.0 11 Tf <3b> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 623.823 Td /F5.0 11 Tf <ca20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 142.24 623.823 Td /F5.0 11 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 609.083 Td /F5.0 11 Tf <7d> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 2.7183 Tw BT 120.24 571.204 Td /F4.0 10.5 Tf <476f6c6f207265736f6c766573206d6574686f64732066697273742c206669656c6473206c6173742e> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN 2.7183 Tw BT 339.9781 571.204 Td /F1.0 10.5 Tf <2048656e63652c2074686520666f6c6c6f77696e6720476f6c6f20636f64652077696c6c> Tj ET 0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 555.424 Td /F1.0 10.5 Tf <7265736f6c76652074686520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 177.9585 555.424 Td /F5.0 10.5 Tf <6261722829> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 204.2085 555.424 Td /F1.0 10.5 Tf <206d6574686f642c206e6f742074686520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 288.5865 555.424 Td /F5.0 10.5 Tf <626172> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 304.3365 555.424 Td /F1.0 10.5 Tf <206669656c643a> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 120.24 528.2422 Td /F2.0 9.975 Tf <4c697374696e6720342e20476f6c6f207069636b7320746865206d6574686f64206f76657220746865206669656c642077697468207468652073616d65206e616d65> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn 124.24 520.617 m 531.04 520.617 l 533.2491 520.617 535.04 518.8261 535.04 516.617 c 535.04 428.917 l 535.04 426.7079 533.2491 424.917 531.04 424.917 c 124.24 424.917 l 122.0309 424.917 120.24 426.7079 120.24 428.917 c 120.24 516.617 l 120.24 518.8261 122.0309 520.617 124.24 520.617 c h f 0.8 0.8 0.8 SCN 0.75 w 124.24 520.617 m 531.04 520.617 l 533.2491 520.617 535.04 518.8261 535.04 516.617 c 535.04 428.917 l 535.04 426.7079 533.2491 424.917 531.04 424.917 c 124.24 424.917 l 122.0309 424.917 120.24 426.7079 120.24 428.917 c 120.24 516.617 l 120.24 518.8261 122.0309 520.617 124.24 520.617 c h S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 497.792 Td /F5.0 11 Tf <6c657420666f6f203d20466f6f2829> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 468.312 Td /F5.0 11 Tf <666f6f3a20626172282262617a222920> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 219.24 468.312 Td /F5.1 11 Tf <21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 131.24 438.832 Td /F5.0 11 Tf <7072696e746c6e28666f6f3a2062617228292920> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 241.24 438.832 Td /F5.1 11 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 122.865 407.192 Td /F5.1 10.5 Tf <21> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 135.99 406.953 Td /F1.0 10.5 Tf <57726974657320746865206669656c64> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 122.865 385.412 Td /F5.1 10.5 Tf <23> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 135.99 385.173 Td /F1.0 10.5 Tf <43616c6c732074686520> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN BT 180.9825 385.173 Td /F5.0 10.5 Tf <6261722829> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 207.2325 385.173 Td /F1.0 10.5 Tf <206d6574686f64> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <3132> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 75 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 74 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.1 35 0 R /F2.0 10 0 R /F1.0 9 0 R /F7.0 42 0 R /F5.0 34 0 R /F4.0 22 0 R /F5.1 64 0 R >> /XObject << /Stamp2 124 0 R >> >> >> endobj 76 0 obj << /Length 2380 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 793.926 Td /F1.0 10.5 Tf <48657265d57320612070726576696577206f6620686f7720656163682068656164696e67206c6576656c2069732072656e64657265642e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 744.474 Td /F4.0 27 Tf <48656164696e67203120284c6576656c203029> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 713.826 Td /F1.0 10.5 Tf <66696c6c657220636f6e74656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 669.714 Td /F4.0 22 Tf <48656164696e67203220284c6576656c203129> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 640.526 Td /F1.0 10.5 Tf <66696c6c657220636f6e74656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 600.686 Td /F4.0 18 Tf <48656164696e67203320284c6576656c203229> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 572.666 Td /F1.0 10.5 Tf <66696c6c657220636f6e74656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 538.166 Td /F4.0 13 Tf <48656164696e67203420284c6576656c203329> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 511.606 Td /F1.0 10.5 Tf <66696c6c657220636f6e74656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 479.776 Td /F4.0 10.5 Tf <48656164696e67203520284c6576656c203429> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 453.946 Td /F1.0 10.5 Tf <66696c6c657220636f6e74656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 423.718 Td /F4.0 9 Tf <48656164696e67203620284c6576656c203529> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 398.326 Td /F1.0 10.5 Tf <66696c6c657220636f6e74656e74> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.5 w 0.9333 0.9333 0.9333 SCN 48.24 376.51 m 547.04 376.51 l S Q 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 346.546 Td /F1.0 10.5 Tf <48657265d57320736f6d6520636f6e74656e7420696e7369646520616e206f70656e20626c6f636b2e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 535.978 14.388 Td /F1.0 9 Tf <3133> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 77 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 76 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 9 0 R /F4.0 22 0 R >> /XObject << /Stamp1 123 0 R >> >> >> endobj 78 0 obj [77 0 R /XYZ 0 778.11 null] endobj 79 0 obj [77 0 R /XYZ 0 698.01 null] endobj 80 0 obj [77 0 R /XYZ 0 624.71 null] endobj 81 0 obj << /Limits [(__anchor-top) (_dawn_on_the_plateau)] /Names [(__anchor-top) 16 0 R (__indexterm-33744780) 33 0 R (__indexterm-33746380) 31 0 R (__indexterm-33747940) 30 0 R (__indexterm-37368440) 23 0 R (__indexterm-42437120) 61 0 R (_a_recipe_for_potion_that_will_ensure_you_win_the_hearts_of_developers) 44 0 R (_are_you_still_here) 50 0 R (_can_i_get_some_code_code_code) 60 0 R (_credits) 88 0 R (_dawn_on_the_plateau) 54 0 R] >> endobj 82 0 obj << /Limits [(_heading_1_level_0) (ravages)] /Names [(_heading_1_level_0) 78 0 R (_heading_2_level_1) 79 0 R (_heading_3_level_2) 80 0 R (_heading_4_level_3) 83 0 R (_heading_5_level_4) 84 0 R (_heading_6_level_5) 85 0 R (_index) 93 0 R (_it_s_a_city_under_siege) 21 0 R (_keeping_it_together) 73 0 R (_rendezvous_point) 36 0 R (_searching_for_burdockian) 47 0 R (_sigh) 51 0 R (_words_seasoned_with_power) 57 0 R (bier-central) 37 0 R (ravages) 41 0 R] >> endobj 83 0 obj [77 0 R /XYZ 0 556.85 null] endobj 84 0 obj [77 0 R /XYZ 0 495.79 null] endobj 85 0 obj [77 0 R /XYZ 0 438.13 null] endobj 86 0 obj << /Length 4576 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf <417070656e64697820413a2043726564697473> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 753.8042 Td /F2.0 9.975 Tf <42726f7567687420746f20796f75207769746820> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 143.8304 753.8042 Td /F6.1 9.975 Tf <25> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 153.8054 753.8042 Td /F2.0 9.975 Tf [<2062> 20.0195 <79204f70656e446576697365>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 48.24 721.899 106.8856 24.28 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 155.1256 721.899 106.8856 24.28 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 262.0112 721.899 160.3288 24.28 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 48.24 700.119 106.8856 21.78 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 155.1256 700.119 106.8856 21.78 re f 0.0 0.0 0.0 scn 1.0 1.0 1.0 scn 262.0112 700.119 160.3288 21.78 re f 0.0 0.0 0.0 scn 0.9765 0.9765 0.9765 scn 48.24 678.339 106.8856 21.78 re f 0.0 0.0 0.0 scn 0.9765 0.9765 0.9765 scn 155.1256 678.339 106.8856 21.78 re f 0.0 0.0 0.0 scn 0.9765 0.9765 0.9765 scn 262.0112 678.339 160.3288 21.78 re f 0.0 0.0 0.0 scn 0.9412 0.9412 0.9412 scn 48.24 656.559 374.1 21.78 re f 0.0 0.0 0.0 scn 0.9412 0.9412 0.9412 scn 155.1256 656.559 106.8856 21.78 re f 0.0 0.0 0.0 scn 0.9412 0.9412 0.9412 scn 262.0112 656.559 160.3288 21.78 re f 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 746.179 m 155.1256 746.179 l S [] 0 d 1.25 w 0.8667 0.8667 0.8667 SCN 48.24 721.899 m 155.1256 721.899 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 53.24 729.965 Td /F4.0 10.5 Tf <4e616d65> Tj ET 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 155.1256 746.179 m 262.0112 746.179 l S [] 0 d 1.25 w 0.8667 0.8667 0.8667 SCN 155.1256 721.899 m 262.0112 721.899 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 160.1256 729.965 Td /F4.0 10.5 Tf <5469746c65> Tj ET 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 262.0112 746.179 m 422.34 746.179 l S [] 0 d 1.25 w 0.8667 0.8667 0.8667 SCN 262.0112 721.899 m 422.34 721.899 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 267.0112 729.965 Td /F4.0 10.5 Tf <416c696173> Tj ET 0.0 0.0 0.0 scn 1.25 w 0.8667 0.8667 0.8667 SCN 48.24 721.899 m 155.1256 721.899 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 700.119 m 155.1256 700.119 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 51.24 706.935 Td /F1.0 10.5 Tf [<536172> 20.0195 <6168205768697465>] TJ ET 0.0 0.0 0.0 scn 1.25 w 0.8667 0.8667 0.8667 SCN 155.1256 721.899 m 262.0112 721.899 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 155.1256 700.119 m 262.0112 700.119 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 158.1256 706.935 Td /F4.0 10.5 Tf <507265736964656e74> Tj ET 0.0 0.0 0.0 scn 1.25 w 0.8667 0.8667 0.8667 SCN 262.0112 721.899 m 422.34 721.899 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 262.0112 700.119 m 422.34 700.119 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 265.0112 706.935 Td /F1.0 10.5 Tf [<40636172626f6e6672> 20.0195 <61> 20.0195 <79>] TJ ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 700.119 m 155.1256 700.119 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 678.339 m 155.1256 678.339 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 51.24 685.155 Td /F1.0 10.5 Tf <44616e20416c6c656e> Tj ET 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 155.1256 700.119 m 262.0112 700.119 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 155.1256 678.339 m 262.0112 678.339 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 158.1256 685.155 Td /F4.0 10.5 Tf <5669636520507265736964656e74> Tj ET 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 262.0112 700.119 m 422.34 700.119 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 262.0112 678.339 m 422.34 678.339 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 265.0112 685.155 Td /F1.0 10.5 Tf <406d6f6a6176656c696e7578> Tj ET 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn 0.0 0.0 0.0 scn 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 678.339 m 422.34 678.339 l S [] 0 d 0.5 w 0.8667 0.8667 0.8667 SCN 48.24 656.559 m 422.34 656.559 l S [] 0 d 1 w 0.0 0.0 0.0 SCN 0.2 0.2 0.2 scn BT 175.6094 663.375 Td /F2.0 10.5 Tf [<506f77657265642062> 20.0195 <79204f70656e20536f75726365>] TJ ET 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 49.24 14.388 Td /F1.0 9 Tf <3134> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 87 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 86 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F2.0 10 0 R /F6.1 35 0 R /F1.0 9 0 R >> /XObject << /Stamp2 124 0 R >> >> /Annots [89 0 R 90 0 R] >> endobj 88 0 obj [87 0 R /XYZ 0 841.89 null] endobj 89 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (http://twitter.com/carbonfray) >> /Subtype /Link /Rect [265.0112 703.869 330.1738 718.149] /Type /Annot >> endobj 90 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (http://twitter.com/mojavelinux) >> /Subtype /Link /Rect [265.0112 682.089 337.4822 696.369] /Type /Annot >> endobj 91 0 obj << /Length 2365 >> stream q /DeviceRGB cs 0.2 0.2 0.2 scn /DeviceRGB CS 0.2 0.2 0.2 SCN BT 48.24 782.394 Td /F4.0 22 Tf <496e646578> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 753.206 Td /F4.0 10.5 Tf <41> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 734.426 Td /F1.0 10.5 Tf <416e74776572702c20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 97.4955 734.426 Td /F1.0 10.5 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 706.646 Td /F4.0 10.5 Tf <44> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 687.866 Td /F1.0 10.5 Tf <4465766f78782c20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 91.1115 687.866 Td /F1.0 10.5 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 660.086 Td /F4.0 10.5 Tf <48> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 641.306 Td /F1.0 10.5 Tf <686967686c69676874696e672c20> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 114.2745 641.306 Td /F1.0 10.5 Tf <37> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 613.526 Td /F4.0 10.5 Tf <52> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 594.746 Td /F1.0 10.5 Tf <526176656e6f7573204265617374> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 63.24 578.966 Td /F1.0 10.5 Tf [<57> 60.0586 <6f6c70657274696e6765722c20>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 135.2799 578.966 Td /F1.0 10.5 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 551.186 Td /F4.0 10.5 Tf <57> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 48.24 532.406 Td /F1.0 10.5 Tf [<57> 60.0586 <6f6c70657274696e6765722c20>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN BT 120.2799 532.406 Td /F1.0 10.5 Tf <32> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 0.0 0.0 0.0 scn 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d /Stamp1 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT 535.978 14.388 Td /F1.0 9 Tf <3135> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q Q endstream endobj 92 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] /CropBox [0 0 595.28 841.89] /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] /Contents 91 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.0 22 0 R /F1.0 9 0 R >> /XObject << /Stamp1 123 0 R >> >> /Annots [94 0 R 95 0 R 96 0 R 97 0 R 98 0 R] >> endobj 93 0 obj [92 0 R /XYZ 0 841.89 null] endobj 94 0 obj << /Border [0 0 0] /Dest (__indexterm-33744780) /Subtype /Link /Rect [97.4955 731.36 103.365 745.64] /Type /Annot >> endobj 95 0 obj << /Border [0 0 0] /Dest (__indexterm-37368440) /Subtype /Link /Rect [91.1115 684.8 96.981 699.08] /Type /Annot >> endobj 96 0 obj << /Border [0 0 0] /Dest (__indexterm-42437120) /Subtype /Link /Rect [114.2745 638.24 120.144 652.52] /Type /Annot >> endobj 97 0 obj << /Border [0 0 0] /Dest (__indexterm-33746380) /Subtype /Link /Rect [135.2799 575.9 141.1494 590.18] /Type /Annot >> endobj 98 0 obj << /Border [0 0 0] /Dest (__indexterm-33747940) /Subtype /Link /Rect [120.2799 529.34 126.1494 543.62] /Type /Annot >> endobj 99 0 obj << /Border [0 0 0] /Dest (_it_s_a_city_under_siege) /Subtype /Link /Rect [48.24 748.79 167.772 763.07] /Type /Annot >> endobj 100 0 obj << /Border [0 0 0] /Dest (_it_s_a_city_under_siege) /Subtype /Link /Rect [541.1705 748.79 547.04 763.07] /Type /Annot >> endobj 101 0 obj << /Border [0 0 0] /Dest (_rendezvous_point) /Subtype /Link /Rect [60.24 730.31 169.104 744.59] /Type /Annot >> endobj 102 0 obj << /Border [0 0 0] /Dest (_rendezvous_point) /Subtype /Link /Rect [541.1705 730.31 547.04 744.59] /Type /Annot >> endobj 103 0 obj << /Border [0 0 0] /Dest (ravages) /Subtype /Link /Rect [48.24 711.83 175.752 726.11] /Type /Annot >> endobj 104 0 obj << /Border [0 0 0] /Dest (ravages) /Subtype /Link /Rect [541.1705 711.83 547.04 726.11] /Type /Annot >> endobj 105 0 obj << /Border [0 0 0] /Dest (_a_recipe_for_potion_that_will_ensure_you_win_the_hearts_of_developers) /Subtype /Link /Rect [60.24 693.35 433.7583 707.63] /Type /Annot >> endobj 106 0 obj << /Border [0 0 0] /Dest (_a_recipe_for_potion_that_will_ensure_you_win_the_hearts_of_developers) /Subtype /Link /Rect [541.1705 693.35 547.04 707.63] /Type /Annot >> endobj 107 0 obj << /Border [0 0 0] /Dest (_searching_for_burdockian) /Subtype /Link /Rect [72.24 674.87 228.795 689.15] /Type /Annot >> endobj 108 0 obj << /Border [0 0 0] /Dest (_searching_for_burdockian) /Subtype /Link /Rect [541.1705 674.87 547.04 689.15] /Type /Annot >> endobj 109 0 obj << /Border [0 0 0] /Dest (_dawn_on_the_plateau) /Subtype /Link /Rect [48.24 656.39 163.131 670.67] /Type /Annot >> endobj 110 0 obj << /Border [0 0 0] /Dest (_dawn_on_the_plateau) /Subtype /Link /Rect [541.1705 656.39 547.04 670.67] /Type /Annot >> endobj 111 0 obj << /Border [0 0 0] /Dest (_words_seasoned_with_power) /Subtype /Link /Rect [48.24 637.91 201.7284 652.19] /Type /Annot >> endobj 112 0 obj << /Border [0 0 0] /Dest (_words_seasoned_with_power) /Subtype /Link /Rect [541.1705 637.91 547.04 652.19] /Type /Annot >> endobj 113 0 obj << /Border [0 0 0] /Dest (_can_i_get_some_code_code_code) /Subtype /Link /Rect [60.24 619.43 157.8795 633.71] /Type /Annot >> endobj 114 0 obj << /Border [0 0 0] /Dest (_can_i_get_some_code_code_code) /Subtype /Link /Rect [157.8795 621.026 178.8795 631.526] /Type /Annot >> endobj 115 0 obj << /Border [0 0 0] /Dest (_can_i_get_some_code_code_code) /Subtype /Link /Rect [178.8795 619.43 184.1295 633.71] /Type /Annot >> endobj 116 0 obj << /Border [0 0 0] /Dest (_can_i_get_some_code_code_code) /Subtype /Link /Rect [541.1705 619.43 547.04 633.71] /Type /Annot >> endobj 117 0 obj << /Border [0 0 0] /Dest (_keeping_it_together) /Subtype /Link /Rect [48.24 600.95 157.3791 615.23] /Type /Annot >> endobj 118 0 obj << /Border [0 0 0] /Dest (_keeping_it_together) /Subtype /Link /Rect [535.301 600.95 547.04 615.23] /Type /Annot >> endobj 119 0 obj << /Border [0 0 0] /Dest (_credits) /Subtype /Link /Rect [48.24 582.47 147.822 596.75] /Type /Annot >> endobj 120 0 obj << /Border [0 0 0] /Dest (_credits) /Subtype /Link /Rect [535.301 582.47 547.04 596.75] /Type /Annot >> endobj 121 0 obj << /Border [0 0 0] /Dest (_index) /Subtype /Link /Rect [48.24 563.99 76.989 578.27] /Type /Annot >> endobj 122 0 obj << /Border [0 0 0] /Dest (_index) /Subtype /Link /Rect [535.301 563.99 547.04 578.27] /Type /Annot >> endobj 123 0 obj << /Type /XObject /Subtype /Form /BBox [0 0 595.28 841.89] /Length 162 >> stream q /DeviceRGB cs 0.0 0.0 0.0 scn /DeviceRGB CS 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d q 0.25 w /DeviceRGB CS 0.8667 0.8667 0.8667 SCN 48.24 30.0 m 547.04 30.0 l S Q Q endstream endobj 124 0 obj << /Type /XObject /Subtype /Form /BBox [0 0 595.28 841.89] /Length 162 >> stream q /DeviceRGB cs 0.0 0.0 0.0 scn /DeviceRGB CS 0.0 0.0 0.0 SCN 1 w 0 J 0 j [] 0 d q 0.25 w /DeviceRGB CS 0.8667 0.8667 0.8667 SCN 48.24 30.0 m 547.04 30.0 l S Q Q endstream endobj 125 0 obj << /Type /Outlines /Count 13 /First 126 0 R /Last 138 0 R >> endobj 126 0 obj << /Title <feff005400680065002000440061006e006700650072006f007500730020002600200054006800720069006c006c0069006e006700200044006f00630075006d0065006e0074006100740069006f006e0020004300680072006f006e00690063006c00650073003a0020004200610073006500640020006f006e002000540072007500650020004500760065006e00740073> /Parent 125 0 R /Count 0 /Next 127 0 R /Dest [7 0 R /XYZ 0 841.89 null] >> endobj 127 0 obj << /Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073> /Parent 125 0 R /Count 0 /Next 128 0 R /Prev 126 0 R /Dest [13 0 R /XYZ 0 841.89 null] >> endobj 128 0 obj << /Title <feff004300680061007000740065007200200031002e00200049007420190073002000610020004300690074007900200055006e006400650072002000530069006500670065> /Parent 125 0 R /Count 1 /First 129 0 R /Last 129 0 R /Next 130 0 R /Prev 127 0 R /Dest [20 0 R /XYZ 0 841.89 null] >> endobj 129 0 obj << /Title <feff0031002e0031002e002000520065006e00640065007a0076006f0075007300200050006f0069006e0074> /Parent 128 0 R /Count 0 /Dest [20 0 R /XYZ 0 149.5153 null] >> endobj 130 0 obj << /Title <feff004300680061007000740065007200200032002e0020005400680065002000520061007600610067006500730020006f0066002000570072006900740069006e0067> /Parent 125 0 R /Count 2 /First 131 0 R /Last 131 0 R /Next 133 0 R /Prev 128 0 R /Dest [40 0 R /XYZ 0 841.89 null] >> endobj 131 0 obj << /Title <feff0032002e0031002e00200041002000520065006300690070006500200066006f007200200050006f00740069006f006e00200054006800610074002000570069006c006c00200045006e007300750072006500200059006f0075002000570069006e002000740068006500200048006500610072007400730020006f006600200044006500760065006c006f0070006500720073> /Parent 130 0 R /Count 1 /First 132 0 R /Last 132 0 R /Dest [40 0 R /XYZ 0 410.288 null] >> endobj 132 0 obj << /Title <feff0032002e0031002e0031002e00200053006500610072006300680069006e006700200066006f007200200042007500720064006f0063006b00690061006e> /Parent 131 0 R /Count 0 /Dest [46 0 R /XYZ 0 470.97 null] >> endobj 133 0 obj << /Title <feff004300680061007000740065007200200033002e0020004400610077006e0020006f006e002000740068006500200050006c00610074006500610075> /Parent 125 0 R /Count 0 /Next 134 0 R /Prev 130 0 R /Dest [53 0 R /XYZ 0 841.89 null] >> endobj 134 0 obj << /Title <feff004300680061007000740065007200200034002e00200057006f00720064007300200053006500610073006f006e006500640020007700690074006800200050006f007700650072> /Parent 125 0 R /Count 1 /First 135 0 R /Last 135 0 R /Next 136 0 R /Prev 133 0 R /Dest [56 0 R /XYZ 0 841.89 null] >> endobj 135 0 obj << /Title <feff0034002e0031002e002000430061006e00200049002000470065007400200053006f006d006500200043006f00640065003f> /Parent 134 0 R /Count 0 /Dest [56 0 R /XYZ 0 575.15 null] >> endobj 136 0 obj << /Title <feff004300680061007000740065007200200035002e0020004b0065006500700069006e006700200049007400200054006f006700650074006800650072> /Parent 125 0 R /Count 0 /Next 137 0 R /Prev 134 0 R /Dest [72 0 R /XYZ 0 841.89 null] >> endobj 137 0 obj << /Title <feff0041007000700065006e00640069007800200041003a00200043007200650064006900740073> /Parent 125 0 R /Count 0 /Next 138 0 R /Prev 136 0 R /Dest [87 0 R /XYZ 0 841.89 null] >> endobj 138 0 obj << /Title <feff0049006e006400650078> /Parent 125 0 R /Count 0 /Prev 137 0 R /Dest [92 0 R /XYZ 0 841.89 null] >> endobj 139 0 obj << /Nums [0 << /P (i) >> 1 << /P (ii) >> 2 << /P (1) >> 3 << /P (2) >> 4 << /P (3) >> 5 << /P (4) >> 6 << /P (5) >> 7 << /P (6) >> 8 << /P (7) >> 9 << /P (8) >> 10 << /P (9) >> 11 << /P (10) >> 12 << /P (11) >> 13 << /P (12) >> 14 << /P (13) >> 15 << /P (14) >> 16 << /P (15) >>] >> endobj 140 0 obj << /Length1 14424 /Length 9058 /Filter [/FlateDecode] >> stream x{ |չ93#YWdk,oZlY"K%^5݉x!qLBi6hHqGS&a)˃(74KfFe@w}[ΌF xψo)uFg/_ԗWJyox=!d9 ל"~5}wO dq#h p]`MՃ[op5>69Uy1 T7"mӴh+B(6O>&oQ<#aHhXxDH,"$CrETRhuzC1ޔbXm(t3#3+ەWTV[ j'ZW?z SNtaOS2i8a[W:Ji5dRe5Hyn|BІk &'wdUܼ»{y�yB:S8Hq =d=A 52c\ITMt @3?:uxwkLetlo݉!,dVdWxa g[Kqlۻ# NSNkv٤rƳyWwؒV4Zl*V'Ӗ Z 6Zpi(NqᏕ zc,Y]6M_'v`+3cY BpWHzcgv7 mϓ]t63e{y3;~Ur @V_br LJ�og%w.ug>+띟ud>G?OxDfgK=H^8D:Ndd,Ym3p~ BHPt'K|(ngG_\Wgi3ST^mGT%$j\RȎ?"ʈY$qdvB?:vnh'.GP*+ܹf|yۓ 8br<Ђ V8Aźqn:3sέ?ZTTT}y1迿><:V<4qg'??z\SU^�o^Fc\lA`3*SI[m6ح ^&Fj25T0nlAg3yt :̣S<ciYG-9 Wp?֏%ibcMe;;6EM}c.eRH?l8ggkC1q\};رn S6g4; w5v vf~/G]EiQWIW?:ٓڲ4X2TOms}e(kvtU$s: 0Sfj(Ifn_Qi0{F:E"c*0y7٩2{Ň.#f~IQAJѨ _bU*T#B$j[1YXu&Nb0YHd XMRR'JծIjqZ!QZzҤnyfGi ?h-и֚ap[ iO9|rxl)\Rey&l'HPk�7V%NGz<qhwYSZMٮ'YݲHwgcbm$h&")#L%A-+~{쮲X[ 2rj]yiS2]=ON0΀ #Aay`0x!Z{:al* e1!WF\RK1xNkDavw)mSwtp&{un|ip:)޻7a(Ķ eWXXsVW1WzOѹ._W5^{dcFСwz] +)4٘h)ƺ˛X>xSr՛*d9/`eIpqBM'T:{y0&^誺7!N$\#[9m؆Ui&Ecc𤋮=E/t1&-O.кJ9:jvƭU<ST#W{|Ѫ"9ܠ 9>K5# f, 9 Q33u-7$F },k/3&Bu\t6QFYi@onk \ ?36͸n}RHKm6oi?iZ~{ŌW;avęos3ql)L13 fY6uiLlQؐdv4L=YAS:HR$%ӛ͝UG./o;Kw~jÓ_nyw4mqsqzU6&,t"ICjnI(JIӖq-qɋ_EEIm8!ȏgX[[_eh/<t~WION2uXX;65FQ-@CpdVLZ0dA [P:IO ֧U9C$Lj?}7*JyaqTaڤhݢ8bu6z/ ^L:dA.l1JSZuZ oɘe*Z,j WǕEJˆZu*|kۛm-fQeŃ5 4{κ_cyŜO[:Q_{GM|pcEeGƬisd\"ˢ ȻHУv-?>:p~mG+'[ "cx~⑿ɯxo<:Qj무6ؾlC5dHOc.70Cn%_LC$xx(_?Ӷv~8K\>E$?Sq(F_/x,r cZ?R-J^zEzJJ (JD-1opLʦ{~2EʪWd+ENsFl3t5]~dryg_SΌZN& Ǥ9m9S3]wJwnAX2I@HKջDch0gIJyF?`9 ,x^tks*6&Ҩ{*63?lo4o_> 6g{3`Tvڊ /cȾ)-eeǂcYSt8)$%x@O<Gx=r$}X,oL8['RC5C~~q.>ɢӏ?-k6ǻlqJIc*L?8_L*ѯf,ŗQ\}Kx�?dORPM+(Vgo<s˖C%a^`R<qhԔӦeï/cIT?om#1B&X}RymXx+ԡEĩ^6xPH=P}x<`@vӓGfy78ţ'<Q[{G5=))=?8g^Y^ݴ9ws'=0~f~o Tk@tgbcwm?g';qԼT<I:AQM6ة, |ŶചAG ۸9vС䡟W8oaUamRlk Aһ]^iPVLf8NzK9ȁl|ncI 4^m[jOfbR._v2$q�9|RRW_QmLۆ:-[|uۛ+Ζ|<r[kۡ{^&UnTܳ=[^h4زCZ|^жܢs{q똢w ŖlNd.2tjv$T]L{,tySLvk`~^n( g^Sn+[w5%rmۖ%}'I^u{Mi^?9);0~Ԕ+$j  P&%Uv,H"LI ,,ni2Łg**滈<i7rY b5!!&Rq+;5^FSYR18u=~/}h^!%E;Ҋ=PZ{7r{V߼g!8 e�*nw?r {HPc ^V/c* ؄(>~ENBܝ1ךlㅫdo9X)/Qa %{g-*"o(P"zQy$qT(DNL.iz#w*NE_&`l|g9_[ūmp ;I=".A$U1iPtqi`.N[*skQrSB>qSocgM|?6Q * ͖Wsgmr;_!7lFeG^.|btNK!he辈ӪⲾ%/Z{{WzOQd3)e ~+cCHupq7ԫ]~re lkn.|*O oj`5\ gZ6=hϞMĉ]*6)CnqXSo.uTXƽ݋I.K56<ğX_hF;c5u0PCЪ!Avn1 bj&cc}j<,RF>EvUWNc3hW<*S]wLGz`Vp[Bjړlvk#1<7in<+kᑓN 9q)?L}DQ;gٟi*Lwm({ ")wKswfFsfۼƔs~ЄCI&R|.Go`+R9ʐ# .#0GJŞ3tb|ksG,7,+KKb]orO)U_)fb l~7*8mW~s|Ե%Y蔶?WwoWڃ5X=?9Ԩ{ ?^)I`Tr7?[aa\[`c;qfq/[ؽbZ罍hI7" ^|Reژ/Ο-"fj2k5VZJ9} m~KQZ LܳK׭n΀f́dfRHTYz>Se`X4N)[U븫Θ{'.KJJRѶ|2wjDDBK1#ND׌ߨW9jIˍܓV"ii4rS(4J<RӁ1QxEZijm.hyPN[^Bp:ɩs&sC$Qa&\ke ڝV!<"ڽMg/㌐}�ϕN¹¿ SllmE9n5s_K^Vc_\Dphmk,׭5 )c%B:'Y[(W?0/&EG%i$MRTtV̆"b`z:^^M>,L q? ˙ s V UuiXkٽ1ϔ>'pm}s9}pyR9@,8 sX*ǶN6$_|t0%+vjZ0 I\Wǟ �-=9Q$]2m `7hʱԯZ/J~S#+ y/5lS]Ks Z|_eNRUBMQu--iZm5wz-~Ų�S&v*OSjgsj㨇 hpvl-e8/`2ohQ>T ZSvZ�:~%m`W`E0r'2vf6WEpSuƂXuW&C}�LTKL<;3L*3Пy:1YgPI5cU u+gTP~rvC~:O"IjΈ B,;k0tTcYz Ǚq["]ahKnO2L.L240)Xd{;[m0Yv�~Ch9'YzOF2 I,ݖcH̹@s|R6Ԕj&YSeriD|kt@S@u0Y02V/9į^qxz{Me2M,"btU|F}UեM`MUeoTQLІ9;KUʼn4!WX2\gLDęl}AMw^ֺkyxW¬-!k AEk=ڰTgTx1cސىCkM-~?4BW-L/ u|+ˏ 6[2X/׫lH5s:6x|j!#,Gg݌5o6׭uM�{VN2rSRzh)Sj "hyE=R)ϯ5E^@gTl5V8 i?d_/<~p_RX))u5#'k,4>r{B]B$ jBv*ZBiAPX}4ޅSV e>eliR*M,~u3bb&W.;X2ۖ Fsܚ5M66U gbuԾb>%1f1A&Kъ1\Lz"WzܠФh/ņP=.G,1x~py~8pOz@=|fIL&.avhzOR _{AG5*91) ,zl*Iy{ɝDpɒʔ]Kv89ѥ[Z#aBU# z /+ :Yᕒ1J'w˒<lh\ ÿy:" xg]c:M,HJ-K$o(V'7%%?}GĬ~ks_~ *nk)7;Lq< *{u_H3Z<9Mv.�̓l8oHP^D)ASNVLӭ5Y)єiuH&'IoW.1wTJVO,{/j%pYY0.|ZZc߀n{I)_ ޫH&G~ hېXC]Tu- 1Ko7'g;:L\<~!v/BJ~ByA;xQ;AAA>/mgL? /toa;^ׇȎ8#ݑߋ\UM\!OD.I)ײ(0m"Sac R؞Fo@khj&f; ¶6la l93Ru=9`\Mނl6>oA5}pS1\.TW/$ur\y/! !AP$]څ#22dIY߳Ht?%,8{| -d{H $ @^VǨ1 �y l$ueE-BHHW5_ `̶4Doy)s�Ac<;Xۓ"Bxţ#yhM}Wn])CB&Aph"B�rُoI# F!(CeD0ǢP4RBbA8G'�$RYp`2O<CP Y@9B Uբ:TP#jՌZP+jCGh/zc3tCѡ!-cq->(0dםpĵ3!;=o'PzN0W$`o+b"Cj\o[؂O BE!�{vJoFRb`@$ۅ` v!$ 5G{![&(l! = u$JoGTY6͖-ӖXzԤoo⎾^ *Dc4�DS`.i~Ђo� >8*GF 0id`^d6M ьUcpU{M iCccS3�y704:5kTQV 0m o`ڵv$޾ɡQmŖfNL);-aJ4^3{ɌDV +zhRNMzF|ct9m zI}�&&h +X}{Qv7E@HoʧKvho [7Mc1,) VuiQ7t]LZ`Ƴ֞>�Kgl:n cVl&V+29#p~Qn~[lŊ[%y g)+Q/˞iljotN i}=I.Y`>vI?C M2< C>;ZyO 4ƆcX&IkUyaqMCAx}Z@pjV{*0B50ɊaR#=�,t"B{{K{(kA7m:0 endstream endobj 141 0 obj << /Type /FontDescriptor /FontName /2018c5+NotoSerif /FontFile2 140 0 R /FontBBox [-212 -250 1246 1047] /Flags 6 /StemV 0 /ItalicAngle 0.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 142 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 143 0 obj [259 333 1000 1000 1000 1000 742 1000 346 346 1000 559 250 310 250 1000 559 559 559 559 559 559 559 559 559 559 286 1000 1000 559 1000 500 920 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 742 655 543 612 716 674 1046 660 625 1000 359 1000 359 1000 1000 1000 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 535 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 857 259 1000 1000 1000 1000 1000 1000 1000 450 450 250 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 144 0 obj << /Length1 8264 /Length 5555 /Filter [/FlateDecode] >> stream xY{@w*$ "DB<TDS*Z<rZVj_ֶٷrjQrn_tݙ|3 B;CdRQRxJUQY|^o⳻^`Y5K~<vgxuqDxTnYRA搛x,N7F:|'Uثevy !C2)w/" ~K*cq"K@)'Ƶg9Bdr!J7}Q O/oQk/s�><"dd訰1Q7aHZvd"6 5Ehr~lHܐ,;ͨ' ӻl\C0 2E Vpk蟠 ,>c_sp 3-y-POz\ m*F {e E=9;Z֜Ƕ2@0L=Iafb!SO7=mAFM6͛c_`Ҙ:If_衣E8!{q{ &fB}4@7bX 1S-(7TW%s!Ti#;eN -pYB84'`=(1 Gfk-n#U|nuoεӍ{mXJ4Rr:g@Bh WGhj| F'nKS!xNvUK~}x~ܸxǎ۾ ݚGw6C~9/"e!Fk ͈Ť0(\1dcrr, ޱF8qeQiz8,m_{{VՁi<x奎󄁁[\8bS AA7r&T?+GئGQi̬,.Nq"Yg;Fh#Sf=&: z Sr.�E Nm hWnbpdOG=3iu$m|3{]=CRFq._A],!@�a\4zG(.R{}\m>t#p㌹$_]. qP 6B!X#>,"h]c2a$<Jv^i']pߡt F 6ThCOH>J rϲA X zVC݂^CUrinjjL'OeoӖ)ck ]\("$3J+XP F8`znPub}q(3<g3'Xd_\ޛ"bz<mV+Rf}q^B'xiieVU'(jf7}*@[eTw$lbg0csT|37hɤ0ܭ $eOCߥ6N[Y( ftf:k3-~|2tue)u5//.%fa:]LC м}rliikCI.7]lIzPoTaj0 @,A?H\JHewJT=D680ەZ5?m*x̿=1fI\Zm@׺52ȇ3н( Ydo/&ѱٟ ^$3s\v~,<&nq?rouF\B,"fr= A PoUiB\}IOғ$mWڞ9s7ҟ>!kL l0=#Gb!@DA_~m /X^>*Ky8{Qh~|R˪y寖Y/Yn# 9G| nõ\%$d 5i5Qɨv4Es<Kyny\"cfq e|2'ΠQh? q� |4~j_dIkVԅTEzA*$1od;xTU3jc3ow)Y<?5k gucxx0ן`k^Swl8! {ϵeUc} ӪT~CVҏj*U)Kףj*&Le Y&_ey}<0�iۼ3'΄`G 3y1y BvFȴP&pXt8Ep235__ fŭ?>+y5Ʋn,!b'^hGE_3qi4#_vh7M?f9+WT5T hώOo54ĸoIfɖWWkc&pd itAq^'/HO5X"VJX{:ebc|אʦ);^2hDچp"crZJq}%PXcQ/ߍexlRA~y|V=q%!r$H#_ *5]۵~a?֭JPPz0Q]umx_?Im + ?wt $Ըڋl{9ߧU=}V4 kTÝ0C [”F $M�pgXP/8%>uH2 `WZՎ9)UO^y6 g#^iIӎͥ?&1!85vpM>?ogylJ ZO>WV\p,BmR {BO%�ε*8F4!)xUl]9Alh.Ny.;8ږgk͎Nv4}m"Gי4> {&u p*~lt$L ^:5'b^W1md 5h}^)pIkM t(^E+zx+(t^q,mS,<Ծ&Esx<P/볗ZwW -U5NtA?qѵ]cW|gc4ސ┒wScB+ħtIyJ.LؘD(L*(fgލVmP9̚=i~:bICXnɅp<`)E <QKjnK^#s3 ǭc`?~K)X'^ 45v/d3G =Ho~{?rHg\8 x6ljCgXOQ1#u ׁ`6J� }Y`{ y_#;DoP1N_. ǿ~ }HtfNA~~XN,%t-L|mې6a{J.٘B'~w B_sEߐo2)erM31[擶t>yū7m4 7Fzƞ#/W -d/Ε}5yl֯ly-+g}h}ic?z"AbǻD`WGŎcR&<bÓOoS0'!,Rޒ\fVt8^[4UOjc\8 K[eV[7BR [ C K~ ^+Vud*xrKq<{tR=ۀ:lӊ'V2b^]Tm&efjqĹָJ'/0 o8n΄cוfX8)#%Q:{3y]^ O}U&]-{ᣄxyfD˕0Xk/3UEeAc*2)s;12<n_8 }E8= 6b z^@Y:6=+CL @:qnҹ DMY04vu=ûtpq L8&M zqnI6lg@9XĮu|N_Hʄ`ʮ;Qg%<}zZE~P#b^N"65NoFrELqp ?svϘioGbR#=6&+vO2I5YA6wH'|2bJ]֝eVkNq2deGD+/T*>QV+V~rV;>ѽڽSPL+cN9I3pdW] Mp8R*;lq{ R斳ss[<e{MM˒۸]$k f27{d2kqnrƝ&Y40x$ެ#Y{߁ݽ9F&MxE &5퍣8? lr#=qv },LHHI1xq)<Cd-2{k~Bm�87c*YBg̞=wN&&SGZHxP�k=qv6;{| D/1OFXSC.8.d "&|4#&2$$$I%3,2!sII'a“Gib՟Gch{`tEs}䈊4Ir@HrɋA_,v7%9tHrxC$H 2jْ\FI.'~FwJ(H#ɕćKr%h%0%<*݉Y.Is@ YI>LdG5i8[,|$D"w$ ޒd*=H(^Q[YRT\aYuɶݴ2]pJfV.Fxb'TRD(0cH$~0vWQ2 iwUGV[Q".$v]d>ÎWt2?RVRZv-؊t>:&jE]~"`oRU {╽~wo᭕U%v.2bL-\Vt\4!֨0h%eE4[R+-rK}~<D j4dZEdLo)*{ȦZpwo6E+*OT[t5[5K`-zS7UkPMJ>d:upAWWW7 ֈ"1rcEV]:b!|n6)7FIŋ#%X}"P˽^BY ZG*XmU[RW]lMN:3ZCĨ1Xu&.B)"58љ,x{F~*G T"za,22&O>=\x-FJѵzW$d|EbIuIOtzN3@)yq|ʞ_| endstream endobj 145 0 obj << /Type /FontDescriptor /FontName /e2b141+NotoSerif-Italic /FontFile2 144 0 R /FontBBox [-254 -250 1238 1047] /Flags 70 /StemV 0 /ItalicAngle -12.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 146 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 147 0 obj [259 333 1000 1000 1000 1000 1000 1000 346 346 1000 1000 250 310 250 1000 1000 559 559 559 559 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 653 626 725 623 589 713 1000 367 356 1000 623 937 1000 742 620 1000 1000 543 612 1000 1000 1044 660 1000 1000 1000 1000 1000 1000 1000 1000 579 562 486 579 493 317 556 599 304 291 568 304 895 599 574 577 560 467 463 368 599 538 818 545 527 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 148 0 obj << /Length1 6336 /Length 4088 /Filter [/FlateDecode] >> stream xXypyowq8H\�EA<@ě RE $ �EdU[UtYǶ"9Q\Kcj&M4vLi5L<img:(N8өmv$AYM)9}~aP>#ZLSs .[8>Cw|!9{~g4>d?q8J@x"ry9w߄q4yD(y J!TfD?¥ݯ paE?o;%T0Y$*.AebI97CnӼo!=GmG܆]N+aCZ.XE2wZǼraftC'J BJ~G{dn˿.#O;>?Yt#qaHBbJy _}a)o0>0۾JۚuԾϟ/�N`$m$Uj\0 {/a$K4cwq|2c[~`ṔOcYTTeQeTC_A?j3O2x9+jb0CpDE`; Kޯf+LS<>c_jЕR>q|!7xn2*yq&f nRPw�Fr=ZX!2mTCE< B& yd",J+G|H?0yd/ѧ/5v⧩VhKEgJ&XWii5I$#t'9`h y]EEQF_( J52n/<~-ǔUmѧ>`޸KƗ@<KOF2>@QO3R |(UA\!-Fİ8@GN*TscRi1JOeTY7{ڝd>unbSBIEq 1һ"}sO=�āj8#cUaFr9 "./*ͼj~Wܳ:]P{l.UGWŅvmpZrj[BkNqP\J8/Һ4;E*k#}91ـ* ˉ R=ɣ c#}]oH,'DGꥁFX7w9m몊Gu5rcIRËj9U!+j۱ڪ7!6.m-60E(Cq EvL J Ec7z˗p(&qێ^ga!R]lwYo@,|/SIrrs}ƁhrW dN&Uu,d;tVĽR-@((Tjw74yb&f1A8 0zc#lE%z W M7.~ݣfO!HmC3Ѱ1QmuEchz+k -vlWEQdy_޸K|oBZlt":.6#O4[[/o L5=QR:2<i6+zuRgw /i;m"^S3I[6a2cZ2u8, \R?_!{ 5qOp 87O^~%<.JZhXhA UPXDPMJѢ2?C{bXk^P{:}.SD3Dfg{B=;vب.80_ϐiQԴXJZ'[Ssle ,owy>FN,S) A V3 ?ˊe#VvmW>_޼z`UC>s`~u`M_⹿K_I5=//}R;~׳ǩ.uuec׮^8V}eK]߀Miɳg֘&HlPm9T"Ifm4;vT/a`>Nt<8<"? `ii';_n7bSͷe/kνSӦ̥Gx۴f~۾0ۧN߼yxBZR*Җ~-^jێ@gksc�9_۳g7~y2Rh- d~:G~Eg~ݿ8hG*[ȩg2WIOi#n% uew=`F 7E@TTU6zC~] sNK:"lvUN|gubģo6IC&m*XhW.o NQgTu O5>5Yjs;MbOxȒw;o~b m&{@c GZC&/VJ}?U5>KKJAlh-ZĄ''?;/>e3k^'Տ:pgγ!?0 +A*$J--uN~a>˻r`,eKhGo+dI6jixԉcRSE|r-v|ysv0QIjj$T²]toV6_$rtqġ@dn;$l{V_}7^j [{F^/?i]+By] ab ը&Bi51qN)>T6gω5uLrx^W1*?Yŧ&ǙW͍89pUIm/Knd8$a? ϵD/Η$ua˫jG'l䥛Z7}Բ<j8??x]b28rE_?JJSBcRGMYs7RLX6"gAq+ѬSkdR<vum Qroonmn W$)'(/u^*co? LK;9^ϐjBA>d&Ap BhǼ6g%Ғ{*ZDjꝍw73R+l WO~5QDo!} aLډ ]5JUN+D GEc,Ajb^ i_O&7, jl| ,} ,|=n{�ta4v E{^N##hM %>- ie YyNNtH `  ''99SOqr*g89 *N;;BTNx8<I<<وۜ<Mp"}�yMl o8yEhRsr8QJ._EӴ^{ɹݗ tJH*t4D8ZB14( w ;eI/PAF�4*Ŏ"p7d:IFb(�zpѐlgr!LC  S 1F!xd">㡹XbC<Z8dAI_Yz�x~/'hYJŒ jwQfA 4l𴌢&5cfF-ѬMI,ER(ln`sP8J`<,y%Yf?#\NGB ¤L]q(X" iC-~Xf}\5QJ:o19 ?L4^lfu:m�$ic3= 뛡Y$ :98/•bc4X[Tz9Kާyu@ !c3D [N#Kt:;C3pfdtXО!;AW0cMO(N {5u ?L:bXKs,mkW`tA`C9Vy 8eiz $x]wAmֳ{\u@mg} @nneGR endstream endobj 149 0 obj << /Type /FontDescriptor /FontName /e9205c+NotoSerif-BoldItalic /FontFile2 148 0 R /FontBBox [-265 -250 1289 1058] /Flags 70 /StemV 0 /ItalicAngle -12.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 150 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 151 0 obj [259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 671 1000 1000 632 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 652 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 665 623 527 665 535 1000 1000 655 354 1000 1000 354 969 671 618 623 1000 550 514 416 672 585 1000 604 585 558 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 152 0 obj << /Length1 11736 /Length 7695 /Filter [/FlateDecode] >> stream xz xUUՏtNӏtwtw:~$Mȋ&FATedGt\q3 ":̷+7˺~$Tu;_NU{*BD4wA BX<xbo5_GF{{䟦"Ρ-E))#d=r zV1ԁε[uGp=6:9{p8?1)w!Mu}!1 #/BIpE?=A"DA<~ FɌXRRE4T&G DLF#Cs%ǚk;3xϟ((, _hqI|_=4% ID&R;Ax=b I▵O_zKOBAC+'<V|RŶг}*]uy٫&R !<o1嬮*VW9 mx 'Ngbtu~$ Fc%d鳕2Y'k :ԪZ5i <k%W]i=ńۥ&Ӡ;b>hWAئ<RSM!$Tuky73,AQ a1sAbBrνmx6rߎWgR-5@%%%&?PJ|$"ߤzxg>Y Oyr{Y;"!ɠRB-XIId, jVmbYdL|4;_ϗW<Z^5_2R)X^R &+eŹ#?5m<:xZ%$c[2VTcOM>ް푞7j+Ct9y=˧#?}V\k9ڷ� qm-bՊc g ]ԑ<5𥩟lpg8Ccٚ|*yw+ц&L<9}vsmx5-ɮX4Y$t몳o6muL T9Y)Okھ\7T] E i+t, u"{|~!:rVWιM5+gO#._'_xgF 4-[Wfw?wם޶jygjfRx4]l' : #n3ՕvC> S9IRLMuk6rw}ϑWL볭{Ûw=t3o{+řDU^&&p#;ya\嬩ms 8OsDt@II=ۛnE(J}+=kPP_쨫>Cwʂ5IjHFq f}uP%K.;jZܟ>Mn5s5J{WsyQA|wws'qS36ΗF ђK#E B͆%(>8uD^=Ѐe}4]l0BY=G^0^ji#:Y-BmNUGleV={|qLJ fafQ^~j)tv O|QR'}P1~+3):snq)EHMܟ(K *U ~\!Q@HةY:a4*3aY,M]cc} {9`!;*1ɓ2qC(FtZ UCꂱbmA !Hܜ!eemDgaܺ*T]{kUEݕuTYEG,VR뷣 \};#1•HchMu@_sqKL̈e-�@tg25y~; 6>;U+.y%=;roȯ'ֵM]dOF%+]RnyC>9X-<۸Aw=_.J&¡s? M&Y8NE/}c|ķ'/m4G<eBdswT<%!n~vQzcu` :NXzDMޓr),3efaj_/ ?iyN@My'FQ&V&R_S-Z )@<Dedn2-FTf ØL^dJ_|} /RV&brݫgt{ _ѿl+W+UKǎ?15dը;UZx79+TYnf.ZJ"\?6�6*tKcVedsA#QI&ހ+"B0NW0״/%2Ŏigʬ!;Oc&ff!@5�23sl̒]yݜOA72QB,A̘3:*"95UY%E/G7*qW3=�1;CDyRrz,>?c'D@jj ag&]OBR$M9ǎH2rGؔ#/VSߜ"uz 4<[෉s1A ޽bb -RSuƢ`&EA{/[`/Ĭ{~bհ\*\[DQOݱ~u`ƏAS-3=NK8q -gy! t&j.) 8n}y&!y[wzw<0 OSێ;ZƖ;vl3?l?Ъ-<on𯋫>vq>(9̒MyQ`ECXS<(<݃ &E7o*ҝ!KZT~LJM̯#Ay(Y8屬ȼQՖS7,*pܰ MhmHi-ۇ6wFipyklf2&HIJktgP[c\20cz_d0B"Oȭ ^bs%;NU-1}zQ|rly$1^\hgYw<w2&c4VU1,'tN8x|"{n+0g OWk uƗG8+ i<L&/&ilHedtA1d8])ra,$"&xq!A@}*$nnyqEy2MTe(Ḩ ye�q ra~LUbRዥ㒡 !3YB/ޝ4*Gq0;Q!SB 9'g/9{;TƎޡ<rV{s#$CJlXD"N46W &<~ΞX}7P7@�5g,;RTZ @<e(%=~&Yr94'ݬ4 qƒ*\VIW("W2ϕ9}W-(:#aVsRry!úyPCJ  :"*񠀪4^q j͝t�uNW3O0zЗ Bi3]_lS1ut;}@wP#`}Ll=EO _34s%] e^p^M!!%XiK棦_ʄ+|$(ڭ d/O>2O|N=n*VTLt}v$_yƊ#\RWFl6;\rcˎosg fenYc<;\{jxؠn-E.s*mvPgv/+\2P%=8аMN ,IRE|eqmds49n>}kkֶ(Y9uvpYIJۼkbE簤`GO|3+XnӅjow:tj{^NqgJ-UO p`VF7_ mp ͢Q2A@pYwQ#Gz HIlEToyI^s]kuc9eE8x¾J(+ 9n%?ry|3�F0Q0'\]"Yub p&c)s:9wߙo+!͕%ގZ{㍷ yՆn{Cv3uU, !?暙:u>4x ]ǝ9q2dnk/ >齳QvA9S%`%}1u k->meSvUijrQDhp"7e S?6;fX[xbǴ :mPIẻ,Uj#z ?Y%MZ8c9郗|Ϯ _R,϶-k~T.xJF1mv/oiīߝeC :%ۧR9DfV( +jM˶w0&1OԊZkt-?wd:1Qk+x@@ ob^͹|yEP'Q$,B5eFSE; '! d+Arql#;D]aKM~=wne(ge T6t.ߺ.{ \*gdz2TFo,y*~~6l-(%ػ�6)1EaV9BFC33Yb0i9x\Z#K6D"Cٔ%g_cn=˶<Ɂ'f<qڐb<s[! ^wTm87dՆ&xbQ`SFΜu&[2spuAz}sc '$AߔIX'&. BSWZ7[K3] pSo}z.>2~(Զ=v8+q 9"KмȁѴ?mmh~o;߷h<\)S*1av`Gݵ87vN.w6e%#,UXU7zb,;yby}7WTPݴ鱈i6jilBxL}G}Mߗ aºmx~pժ` +4X}eNe?t~ozy$=?:!JCy-]C{xk(ȑQ@,_93˓%Od&}B1{]k($G-K3kS0(jScZR G{m2](i}-4xo]잱իt*BV{ IVI' Tdfw)2K[7TڜͼsO::Ù\_bgg^ ue7V p,-#gjSʱƜ#eC)̥/$w)ݲal7wnpBe| :C&rMiY<tk)YEj4=ۧ,Zt[jHz]-_+[_o6O6=ns+yxmD]� k5j#Ò҈)K#EӨy}:1c2w()AP_'? o%r3T:)o+ӓ^t  q2B܏�f1|x"RqͿ)d<.'!95X^)+չzu*SoJ}K85&hgA*4aHqFIk \;9ID)56֕)C8yG+eld|{#[x˓xqibLn8XptͱܤJM(Tr\Lд5Pw 6@IWnjhb;myhyR֪yG7Dj J:l,If|oC[J7L#$O[WXIո|1:<@ar?Iϖ5EBl'H$(lBC: 7yw6;2bLTc9R]Y*F>> Pe(ևҀ[{jbƪ&$fN}^%KLڬ #}md?'7ϲ/I%;3S.}ih7$r ?m;$>hO4o .aH#ݘhq~Gx14CIF>e QEFj/=W{;uB]P΄O_'$(wI_HNxb,=呔RR_N(*u3iˍa+#:P'l;T[`kE">8hk}�FC Oa+Y#Uo@㜓pi%H9̬1L0ل@:9y@Q7컨,Cfj38ad "GY@f>{-Ձ,(H^D W/sHN=Qy [Ah97}s'lFe BMYrsSHWIԱ=D$ CD\-A\,˗W#-Wcv-}zցo":nT;Qu"w$E2t@H%erf<FE><5�GiŨUJըբ:Tڈ&ԌZ [_h%jGPZ:4I&^w SLg8�˙rQ'&g?gq9 .Jq987.瀼..|U\ER)~Cz7~USq9QȋP6Q E<'"5q9.ODEd/d[\<Sqy2ĥBCBF+Һy.m`_[;kזF"ҤbcQ4f A4\ ]j: ꇳZ4z10EO =${~е!{Ԩbx�cZ;@hs4-ўAM𰖽s9j1<QA>6nbVޛã#<ӣfnZ`<yh z׹^+coc'=کh>Y`)0͛@@6"iw@ZxEv'z+ؾez{=S=鑡)𥸆>5}VCSlA e**KL02-Z7w30CSScGh_};u9�Ȩu)x�>jN< `#yӦMhYɩ%7vr=ݓ H ý#H_vj_[: \NàNbxcae}RGv1=,Ġ#C1h-ll1(nޞEVy8u�OfFs0dYl4 Cڔ o.`~s/L͟3 endstream endobj 153 0 obj << /Type /FontDescriptor /FontName /6cb395+NotoSerif-Bold /FontFile2 152 0 R /FontBBox [-212 -250 1306 1058] /Flags 6 /StemV 0 /ItalicAngle 0.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 154 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 155 0 obj [259 1000 1000 1000 1000 1000 1000 1000 399 399 1000 1000 293 1000 293 1000 559 559 559 559 559 559 559 1000 1000 1000 304 1000 1000 1000 1000 549 1000 752 671 667 767 652 621 769 818 400 1000 733 653 1000 788 1000 638 787 707 585 652 747 698 1066 1000 692 666 414 1000 414 1000 1000 1000 599 648 526 648 570 407 560 666 352 1000 636 352 985 666 612 645 1000 522 487 404 666 605 855 645 579 528 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 912 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 279 1000 1000 1000 1000 1000 1000 1000 353 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 156 0 obj << /Length1 2836 /Length 1518 /Filter [/FlateDecode] >> stream xUoT;iFzAlmiXK/iC4es'ؑ,jxlؤ &O<T�!0xi^V {X.;61"S' g_>c"=MީW) lײ܋?,i! yWV9#e fOCxH @>3Vg [SUI{m"D{2a2%چG:{w]1/Q oK0wpdŹm+]+3(^b|le@lkm56x{Z@CwOF"=:tjt$<ͽpvᒖ|h$9LF3Y6iChkᴒ9 _0OA C[g-Vw-P~w;P~[B}X[wv[ 5V8kb8WۺUذ4Cъ(~Xi4Ԥce^e,z-(CeRy &v1h*Saȩ3^y7>cz\C/. ֽXtwx0MvW5<Cy̬8 �_̜(M&+'f}Gש&=]kB7(+NuW)pqĭ =i?>F/c-p'%bog^XJ[$<L`_1MhS-PgSX!Q-1ToOrNi'Yy*F!q߂3 UK8G󴓖\~=g.�kqqjX ..RZl^je첋rqa?xU_]OQ|x%5sw]rh3 ūH/xox54x5Dܬ+R+$F*Jz\3iV)5ԄLdPfɤ4H# ϧ wƠ5gH4N:I ֩5#XUp=AaҴj4  Si4%T!Y T<f5CY%SRtiQc,>w:0ߑ̨f>mR#4qylw!$=x*PC6CP"YPyV2+e)i"N&fKQlV.Y:젽 lXkiBǸ jBJk aYNhN(V!61bp/mLb`4q#)rsAbV`ߏI >{tŢurV!661K˃Qs=4z+ Ք,MsJ'v`H ;)1]ͩ )x,=h=!Gʼn@6T0S"鰣:_eW&jDU7z@ :򿐘܇W{N9|$Uܿ3 # E endstream endobj 157 0 obj << /Type /FontDescriptor /FontName /de2c27+NotoSerif /FontFile2 156 0 R /FontBBox [-212 -250 1246 1047] /Flags 6 /StemV 0 /ItalicAngle 0.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 158 0 obj << /Length 255 /Filter [/FlateDecode] >> stream x]j0 ~ C%}lrfXl8$tOH}s\:o,aM󬪹q:ߢ"(%{x2%M၉d 9?yxXc|u7`ыj.l̻QWEu2:XҐRvooX[cTֈRGh "<"6UEeح-kJxI^9w!o.{~ endstream endobj 159 0 obj [259 1000 200 354 354 812 812 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 160 0 obj << /Length1 7172 /Length 4925 /Filter [/FlateDecode] >> stream xX TSW$( $!BBBx'ҀHЊHxHR뫝ikiY<kGmm'Ukn]kYez\ok:]mp}A<ug?އ�!d>X\~#So}g !jnCw޳g2ٿ~d&Bw!+n3oB(]56d>ϺB[g+|n0<ӕVBrjk}OҒIG"E3%$݈C{_8|^C}O' =ݛFt4y L?J@$X*ny8A 9mJ*IK_0+['$'y|"BKM-"t,)-+pWz5u XH[gDDza:278H/MO0|(Itt l0•¦'\4*Űp\QH2IGjuh9w)p;(&%UkWjlP8/l(p؊J"c޻7."2 O�naݶ*6N8ŽY rG8D6o xLA $=RRmgVtwh2RÉenaHi7K$IŻ!ɐo21 L_BjP"5E oINTU|Wj]傷_kim~1)+S~@۝9_zɏs稉\]ˣx>LMSS D49|dN]9UX330FQw^r@Y]-}/e81ӿ8n?O�sD4KPy-N+$l ~[hN-vCrJ69dzklii閺Dy *KJg.>Ӛ+ݦ/yh&,[F)".:_p@? G'vڀ4A9X0]h+C(sTݦ唇ZUx~c z!ݭ>۩*zlKa>#2 6GQ߷v=ieqqWp- 8mwYJiWdOnLI<Tnp,n2?^7УjSX3B'pQx::tN)zF<<9)lA/QAXU<zO~?l"1Kc<G^] 9z.ukIv9yNXlU$<d2u9D*[3+z?ڸі.WqB.1Z\2֖+lo.=H1LlI#Nj oX$"jȇaO*$pMbLcV%cJU|=`ikȉvS\gk7 &X]),( hWKfrUL0~p.=Y/Mq܉? N^T\-fnsrl#Khܞ of7vO9#wO<кaR,/ZJA]hɺGWOlC_b~Aj-^{ϾaC~>K^i1<R8x+x>AO=LO {i ScEc>W'mXYn{}k̔\G|{u<<�빆4CM^x9)cSϋ[[/%}0O`i}^K{(ZQzi;ey'Q_~/c$ /!XW Q< F46һV[MCHn8Â#Sr$)s I3ɐL=LExJz吰!xn#GbZbr^"=]f~~$ L& ;>@p&>(u8Y%9/2 X}']":\( a":NWH2 'l ^ʒ…me݊?.ZW0etp}p>/L Z!f!_Q؂WhCoV6UgUsSQM)%TՐeYAT3 ƪ}>#_b࿤XpIA ž7XI7 [ ӿ?İK1 M%XjtN^?Mf` ˓BzĢ&_k}@(7UrY'ҫ髳|#UeED)Ĝr+Z)n}C]kBWB̓۳/& O'vͮuL$$Vڥ%uCx?*G!!ar^zl.5BN?aܼ{+ZUP_Ww6txbڐ:4$ tkQKʳ3V}#a*׵5 &:܇|rV<b|N,V&y(0={B𪻮?z~kt >xU^gg``e`9l .ֿb}k`K3y?'rd- ӛСZAfGiW˭J>E%eIos G,-Yk7V .\^pZwӸp֍;Q s.%VtNwM _v3e0B&!ƹlob-'t q7/]ׄ{ iy'a?rO.k5j̨.vi3\]K% 9}vx2?C-T; Cr qTg7{r.a/fHaܝyY狱rϞ>=ꤚv,;vt\s2sR9e{;IٜAZ޹_L)z>kOn3OȖc?W"Xf [pYL>v<άi+\> $; lJFzj�\ɾEĺ,eC:|.3:W7{+\VV6ΐٰ۟UMfҚ*֞(ŅcDzg7 Wnra~ܪe}JGXj�rt=8!ذns Cѧq.oddJ/5ֺdcS6zhC.dAqp^B(p'g: LYeֵ>T�h{vp'Y{A H\ő8'LKaӖe_~r 9xiJUGdׅQ0Nij<`;. h ='a))-Q-m5Yqͭ7B9j*& IoYywihp}:d+g*:T "mK�n NF| & =W,&dM~DN Hh8 = Pߥ'锂*fEPѯخx\7191cĜu7c~+(9U٠P>j*KP vSVMk#WQal~ ZlMϯcb+ւ-Jw nl.=q{< ['6Lׁ--Kurcq\.U܁+Ka_]2wYpt(OOW/|>qć DܵR�|O3�knIи94>v JU � Yj鈇f+gFHG< eIo;DLU:c垏kk"I}ֽ,.T:H>1E&bƓI1q'VR\AkH-e4?i"KI4cH i_YNI$wUx[ \kVYEZ̔#=q@)4&Sj<@q&ǐcH&d>8X�򸒤JO0,/Ǔ.IdL}؟5QaI4jpS>Sa辍kG݋t6kQ=^hmC;VRM6!rH֒>!#n}b%Eބ:�5n~ЌȳhLUD֓PO躮HԃLGѨ]dc݆ ztT'Mmhq, %ڀKx߈zD8H᡻S7)Ea(YjU7m=nX%e=zA$-a8H2Z7:-2Bqҋ* oT/m<6//D�C(v%X0%Q0GQr7ejm|I;CI?zȾ \qkIy(  x:]M \;; Jp3%(IGۣM(+u{EXֽ4K̺Ky&KZ>Di'l=aK4̦yf&t3x}4_/<e%4PnʕQlTWr!ϭ8F[Rh11!?G6"Ec ( wX$CgO! +KH#x=Qyf]aT].Fb3(Z7u(g̣D@pN(B^0fIfM/%yY8kdnGq^78w vD4[`_(0n|;5aSͨ#l? g>N<z2 CZ2ej zޛ7hyOFtu�oQ]w4'sVQ ^,lŒ.=�[/ endstream endobj 161 0 obj << /Type /FontDescriptor /FontName /38c3f7+mplus1mn-regular /FontFile2 160 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 860 /Descent -140 /CapHeight 860 /XHeight 0 >> endobj 162 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 163 0 obj [500 500 500 1000 500 1000 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 1000 1000 500 1000 1000 500 500 500 500 500 1000 500 500 500 500 500 500 500 500 500 500 1000 1000 500 500 1000 500 500 500 500 500 500 1000 1000 500 1000 1000 1000 1000 1000 1000 500 1000 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 164 0 obj << /Length1 2784 /Length 1607 /Filter [/FlateDecode] >> stream xVMLWb 4ְ8%(O,fmY/$T98U4Q&9*Q^"rizKUͽ=$b:o\h|o޼�& kF�q%RKQ_`3)%&1Q6`jC9orh]=;+K; ퟓNg T>GO״TFj_Q&HKsgОc OZ0[8—� U}°-<r,d>\cuu0+1ÆBf:�hll&>s Tv1ĺM+B*-R_klj "Vrදvc8~r,78|r6ԳvЁ#,6ő[vF5Ļٙ*<f$+ǁ+p{=&oS-gʹzB>{#SStX`c J>xġS9BkgLO l8z]{M<f_#VkĴZ `fWz;B=c_s tm LFeu.w*Hc )/W{9\ TU{Ot"zUU5qt{GY AhhpL5rfDZlWGbua`w -[XZ̎_ݞ]L9:Ɖ$/A\+x?S.ǔˑ_uP#A=rLn-#?F$rH++E% {y@\?ow^[]|p&B/ =+v@{-zqZ?ȯU~T9۳b9b'g.<~|;O^6D$ɏl2;WNnfꛨ&>XtTA5{\ vg.qMgdCfIb x7ZKaK8b*;%d:1M&\<T21MN/K鸢ϘwZ!zk@WrN_8Av6pw8 >xdyfT"&pO I7]/2fK`'3a`e <LmP|e6xPjfP(u(/?,YY]g�[̂7,~0<sގ??~۪n(et JZ?%g9q4:)M9BJRa ,`L }#8AQ\;E(6G qòM*i>(68g ?A,oVX8o=e^-ʳrLUB^SyNRO򒦩%hɘ&"(X̫V,!Rݶ&nPAAtR 'xHV4JjtUNG[wUgV2�eC*^%ux=,&җʁ)N]з8;M(Bi’b_ Yg endstream endobj 165 0 obj << /Type /FontDescriptor /FontName /cc763f+FontAwesome /FontFile2 164 0 R /FontBBox [0 -142 1286 857] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 857 /Descent -142 /CapHeight 857 /XHeight 0 >> endobj 166 0 obj << /Length 249 /Filter [/FlateDecode] >> stream x]n <PAHUwal@dH Byٴ~ppͰ5#L>֛rj4NLxؖs\J1ť6[}2`>) pɺ[p8EW=U-}Ռ d&`JN91_t|TRbDlP#–d  a$<5P,E׸9z�HEpzq endstream endobj 167 0 obj [250 1000 785 571 857 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500] endobj 168 0 obj << /Length1 5696 /Length 4013 /Filter [/FlateDecode] >> stream x7YpTוR~RDwk$! -hkmBvYj -=c lja `a8)q);E4~`JUkZ۹{BOHHXX}{8CH܉&R!/!NBpI. v<K닸4H$|k)Ϲd BqnTd+q݃=ᮑ^&$O}ؾwlw,r׆:o$C8A L?qJ@(B"1d|/ LQhu 0IbҟONIMKXș|fŚMrܼ%gQz T\2^qSkL/"^*YH\*x>t'AmfP.IuALrmʩm/z)u4.}(G,!#7+FMQkNJ##\1_USfNiJiHfwCfhs'|DUeY}V0h>e6]nyʼn -wȫ𜹏]<~! #AF B;o,10js. 9 p9Kts^^3^I 8 q~q8.< 9]ؙ,ؽX8RepLm*A ; /ݵٗuO "oQiYzgix>7ޣs@ J-YѣC=<au9?oz.7*�3ߩWli|?HjXZKykcy6m Ҝ Tku7MH B'T|M>*Yi#smEXY<nl=^qv6{J+hAQkk~Ί#kZ?үMkjzg$c ɂs¿A|WᯢňNWAdO b9bX=z%h!.K[yոw>u2;k 0gDԙ5jg@$f#%k3W.H`Ay4HcnFf7F.j3 :x9YOn:[8ZY08ovV߽Z7ɨ߀5'o\6K-Q#o=-덆i2,P.7}]ý{~:eö IQk;#_!6TZĬTcQS%R M^qgAA'[[B ؊DŽ+f8[4OzT  %MaT#R*&CzI?!|"1g0.ޚ 6Di)|09& cMmώ ZW/5'?pP~͇}H{~qe1,:5R,:S<ں uUն;ۜ}M]zmr \<%IyC=L~?C*ǪFʱ"x\~tc'?֬f󖴅СJ;QmF.кZS wn[F/mfobfշƇƻg^q[9]-f̂V1V 1bcy"AS/..,)*ݰVe!TO:;׭K$z&Cv40~%RVєX<3}ns]tƇV,ZsKP;wgI r=DP ,,2G%K +k߼ I<)}.P^͉E,])حW[|maJ#aWWFa $*s.sKK4xgDӻdF]9y+_YkR}7d}~P{Rϣ485Qw̻`n~fKG(/QX7p1bX{tφ4f۷Gq Qĝ^J6*2< OڃF(<jn?Fe*Xn.^ܱpy(sz[,{ }hd {Mc#nc/<2k Y$?4Kpv*_Zߣ6ז%MxO u?Հ㻆~J}fqul5= _.B'(2dc}TiT+_b|20peА1ڝ;!M8[s.OT[ ogs#rup!Vx%|[]M+n;ʾ^7jS#)]ORLo -ؽ&V2_+ex ގujOnV5UxǟfMVS&T[ZQclJPL#SΜH[d+\5Ȕ:nE,h|h܈4bE!Z<8")(Wn<U`M1BҢ^yz<9hWxfff>->EO t/-mY"\~n;|O?v}<e%q mػws mڻw  ~sv&ŰfL}2 ^mi7AX)4h ':_ =_|!oFҷkNr_o|hq8oeS/t=A/Ɉ,_NOvRvEHWɇgjE"SxSqUqK9_iQ+Y%JuŖM͌$lNl^6?| ^-[m_PIg %|FcD/)>Iv.[^L$Zg%Ε i$!Nbg" ]v=�GbtGBf#|J ̣بRէ eZ-;Xk8œcn]PZG'7<rk?%a1_i0Lb!VC<ubdWJԼTԒ:ROH# &BZI?C&d)D]339H,oa NQM$ -eu .8rb\A�'$\>_)c VK8 -<>?0ݝ9 ZkW/o&(#8$dLbF8X>) nh:Ҍ6Z\U-fY0  2<Lz*FÓ37+Ho^dC$qE18|rO3q{P)E^ǢKDi$[kh+,F" 9*"=d]ݾ>tGcyy"ч:NNNw1]sD[Nm 1rB`Sȶ=Q< !>*םƟͭM(Olq.Eqc9{!/HLCC*)D G`(!D5#C/KҐD@䈀9"^!#"&q$[rDvvě;T Φ!ʛ" [0R1$nBHOa_(̰s::R#ɨ2EPP]9"v]$EdYU<[#!8;űT):-c8?*:UmBvNˋ \( qF4ryψGJcHi/[xҫI&S*wùPI6`繫s 4" NBU4MWM]@5s0D LZ&ΎJLefU!Xzw3JʠQrK Rq� -_4Y]v8!uG{2#E``u<a jMt�- endstream endobj 169 0 obj << /Type /FontDescriptor /FontName /98ac7f+mplus1mn-bold /FontFile2 168 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 860 /Descent -140 /CapHeight 860 /XHeight 0 >> endobj 170 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 171 0 obj [1000 500 1000 500 1000 500 1000 1000 1000 1000 500 1000 1000 1000 500 500 500 1000 500 1000 500 500 1000 500 1000 500 1000 1000 500 1000 500 1000 1000 500 1000 500 500 1000 500 500 1000 1000 1000 1000 500 1000 1000 500 500 1000 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 500 500 500 500 500 500 500 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 172 0 obj << /Length1 2296 /Length 1075 /Filter [/FlateDecode] >> stream xUOhUl٤T(&3M[+fcHIȖ Н?6Y<xf(A oz ޽&K}޷o("F`3D>[ni_c;j}r m)a\P򏔟Oi(պU{w}qfIʛ+޹6O 9K#h21.pluĮwg Ga坕rv )`}Q|QgI9ٛ ߡ=Сth;ݗKgsEwv{1W 0 Em9@kp'+jqZ3#oR+yKuL:S 8^@ () LjS /">3چZFMVx:^y}X#g>ga˸QL>˅dLj' ?xOO⺱>oyVfb1ZmW, S̵b-JŚm111Hʇd"w#m9"mkV\.nst`DY$n7B].5|4DmW\(ƌ4[~XHk %K `ӿOEy}|MR? ŌY :nHJy2 \u9E{܁;?q;%fEL+HF6::I||o"s`uMm~ۡ %WP3[tB3֒bpNmF<c4 %9&Nb@0Π`,/YV#r\%Sl6-YH3_;cd1qSScPݍ766@KRY#gp)X'tDd+bIL2,ӦAPGGfOfgl6SDr5/323JZVEj-//(j9aN-f{Jd7V~tϻ|ʹKާ<z?]?yo7崔Х?Յ endstream endobj 173 0 obj << /Type /FontDescriptor /FontName /da39a3+NotoSerif-Bold /FontFile2 172 0 R /FontBBox [-212 -250 1306 1058] /Flags 6 /StemV 0 /ItalicAngle 0.0 /Ascent 1068 /Descent -292 /CapHeight 1462 /XHeight 1098 >> endobj 174 0 obj << /Length 225 /Filter [/FlateDecode] >> stream x]Mn ˙ň5B,I{�&E�"dאT–?0Cgfq[6>^<Tfщq}- Ek;^lG}}I[Jw\0R`Co:72X}/m| A4aL&m00#]sa,q�3?:3)h+~̖3EjghYj ySjzp( endstream endobj 175 0 obj [259 200 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 176 0 obj << /Length1 2796 /Length 1816 /Filter [/FlateDecode] >> stream xUmh>,Qlˊ(q:l}q*GxMW-W_7tl"Ms0MRFh`0JcBB~l/{9<{% �P]PD`nڇ{�Ĵ98l( $3y9!00v}Zs-zuiy9}^xޑM+N~ u:6]:B~wo�jԍ#_1]pW�Fӌ)݋l;7Q?)yDH^"<#Ovy'F 5 ]{G%!1:D#`y[ȍ ~`<}avtlB<w0 Pi';S4[>77}Cx/% OauHÏ_:rfOgOn  /" ,bԟ^oqp/oIWvYᱶd@*9zp4D0ȏ,A"Mh3C5ᳯy8Y _DJ&z> /^j}E~̭W{Ӈ؃F\} *y޲1YHqۛ*2kX5bc61N#Mf0Aî3_˽='s`Z<X_'1N,f�b0wro.tv"sSG]v<'N[F'Čs}u+cm}R_g@,⎻q w_X<΃tz<L~tTl&>O~77F�W #j`ƇяnjjkWuZ_6(�8 �<;^1![|W( ru%u}VN>'xRʖf~sZ LտIERg! C0 0 p6=Ex`�5O,v[.`sWj!xEkULAkP^d@^2u(? bzi)ޮn?EFpxiXe(A'p( 8q)DZ3c0'0~svgsW7d!g4ZJd2 I܊bi#\)/.Eh5]q}ty].b!a|-"ˍ(m3S0q]؆SxP*QAv:*9 uH!U+! �t%ޠ3[Ȝ]E/%,J>Gq-b٢Z pMxK" oTUYE,HaqnXA! ׭oiǯzukfoHpl]`%bk\_13Ƈy3s>gf'�!vd< ħ[q;v,^ӏnu1"On dFJRǴi%jm?z7nE#qhc5ŕxHs.%D 0^֡BۦZDz\N/pb4"eZ X9UNP.ZmhU3Z6hGJ9%azl'HbhrsdezIeZ8'g!R\ffelE͌ͦ5J"TEXPT,- P ዋ1w/ oP拘Xyvg%<tE/ &ŲX6"p 4Tf<dL\@b؊ d:>r:Fe],C+'Z */. endstream endobj 177 0 obj << /Type /FontDescriptor /FontName /70ac86+mplus1mn-bolditalic /FontFile2 176 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 860 /Descent -140 /CapHeight 860 /XHeight 0 >> endobj 178 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 179 0 obj [500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 500 500 1000 500 500 1000 1000 1000 1000 500 500 1000 1000 1000 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 180 0 obj << /Length1 2856 /Length 1867 /Filter [/FlateDecode] >> stream xV{h[?S?|m%teqȲlYN^:Ed INMڠe!P (d>4JaBJFgaK)$wufel|ss~w�@#8AL咅:S5 ƥF&x,�ne󩤺Wu@:t-;U\^N'ߢЛK/~hPӳɏPF.KeB-<̥/5_ȡ{"-wOṿPLmb/rͷB1tlYxހ�O-|C?ZiA }8ZM-c$>|m=0 Ϭ_&}ē68Z}"75@ۗ2հC6B'VtnH&au{#Γd*8}:18W4n4]yӉ].+;{6-Cf3s/5 ;2:7/l>o /\%р%d~aZ=<{n"Y*1 }kx0HnW#޿srWݟQnpA'#{М޽vwt?%Xq2 7ȍfá U8>w6W#:y̋4Vm53851g&hd!&BrAs{&|ڻ ksȇE;rȁ7OD#̝ǟ&[{i5G *&!e^Z<.Fw()N_v}")*7 wMq/֚|)(2J8Ίc[+T7ȚX}Ǿ|IS½J>u\TGC#s<iaUwT2,=$0I$?;/?싦L$L)|N(6==%QOP2 ZVs?9Dѫ0T cTjh$WCiV+z ^ IL׃r yy4_(,-RRx,LO(�PXe(#:90N 0,ci!+X kr2%+ |q)M'5ePtb<[(-3q  {\(fXNgaG!Ώ;.Vkpi]ƒl`w>[]/!".˅Y+d0ђ_/c ,ca�r:-a1p gw*&M2l_uK*L{!;$3JEVXk-RK<*f3~Pb\jv Zґ(MK?ՁH\]ӏ%$b q8-tP)C@\vj-?j nF;A[$MgA<x{cbArˉYٷzeU`O .PIᩤNJ+J͐b+4SX}5v- "tt@aA(U*35f"chZp /@K̏)@ $Ga "f^f͚<5[$+PIPsa 6%6o%Pa \0V;&Qymr$Im@0H}gf</yF {>hƅA|`Foh*xE)3}`7.낓ýi/+6. endstream endobj 181 0 obj << /Type /FontDescriptor /FontName /461165+mplus1mn-italic /FontFile2 180 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 860 /Descent -140 /CapHeight 860 /XHeight 0 >> endobj 182 0 obj << /Length 1286 /Filter [/FlateDecode] >> stream xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; JÂ31x; JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?�=/ί~:o?$O endstream endobj 183 0 obj [500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 500 1000 500 1000 500 1000 500 500 500 500 1000 1000 1000 1000 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj 184 0 obj << /Length1 2700 /Length 1573 /Filter [/FlateDecode] >> stream xUmL[e>b|VPrmi>Gh{ QK)_ڴeq.u3&?6uLx7_c:g#d13Yf({{a0Mz9{ss|#L㼑+A:�)i-;{2 qb'ol*5[4>ml,<}ek³q"h6u{}{hcG1�BhOE \zmϗcs#�fD4pоk$>:Ux}RE#GR4l:>M'&xC8xÃ{= fObEbhAkyl@ۨJ~ b[01w!+22XZ,,qG˧Ta]ʮU[J꽥%6XWZmj5l &J@O ]TPc{D\) [ܡy[Z276\ǯ (ZR_"Xm5{ _{$gN;mzaWѴŋ'y**Κ`gW{!4q㤓xlSgPꪶF:ea�SϡA)<p$.y=Ks_}2+MΒs88MV&ڗoORæ ?C=WL޹I{V^#Ϩ&p7L{tե=JFZZbA,N'x'uùq TY>\ P@ru�\ǍO|:n Ҫ&Bu=}rLdQǭGkzU\>E/u.-KvDvRob݇zi@[A 0 Q9${w�V܋zzczu/LtOttf2@(!Mhz]ufDoTYbL#U&0BTBBZiP&g=8N|;Wؘ"G4|ЏK HbwbGᡦ&T|r&zT*vksKND$:k=Na[@`'a$H>#d .?^_pcW6ZϞ)'8߀RѴ2# ,!"!)&,0dT)Ufs�0lڐ̺( }e,Q4BgdɈD<qRG> *xe+Nfԭ(</jZl]3:d8h Rf' 0YXA5"]n'ˑQ5W2~kHa[TU킠ӚՓԄvs%zU+'OnfƆP.TC_S4mObE-g~T{ L{NԉlͭP颞\r.0i,SL4ݙU8U=b]*Vxv}%~Em[װ63wۯMJ Vi:w,!{Վy| '-zP+V*|9d[k ps-35 endstream endobj 185 0 obj << /Type /FontDescriptor /FontName /7db7f7+mplus1mn-regular /FontFile2 184 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 /ItalicAngle 0.0 /Ascent 860 /Descent -140 /CapHeight 860 /XHeight 0 >> endobj 186 0 obj << /Length 236 /Filter [/FlateDecode] >> stream x]Pn -/ R!ҸCqR h };]f4;ayx?(38,72>^&Xfщb52AJ?flEay,|RC)] zM/َ-x6 eL&mtɮS90jhbRŮ+^IqzjP4(*|loY7WM5Q)ڎn>~)Bqt\ endstream endobj 187 0 obj [500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj xref 0 188 0000000000 65535 f 0000000015 00000 n 0000000498 00000 n 0000000702 00000 n 0000000872 00000 n 0000000923 00000 n 0000001195 00000 n 0000024044 00000 n 0000024391 00000 n 0000035258 00000 n 0000035425 00000 n 0000035600 00000 n 0000035779 00000 n 0000044170 00000 n 0000044695 00000 n 0000045667 00000 n 0000046022 00000 n 0000046066 00000 n 0000046115 00000 n 0000046159 00000 n 0000055547 00000 n 0000056004 00000 n 0000056048 00000 n 0000056221 00000 n 0000056272 00000 n 0000056434 00000 n 0000056596 00000 n 0000056832 00000 n 0000057000 00000 n 0000079232 00000 n 0000079415 00000 n 0000079465 00000 n 0000079515 00000 n 0000079705 00000 n 0000079758 00000 n 0000079933 00000 n 0000080103 00000 n 0000080149 00000 n 0000080201 00000 n 0000080402 00000 n 0000091138 00000 n 0000091545 00000 n 0000091589 00000 n 0000091761 00000 n 0000091934 00000 n 0000091979 00000 n 0000100720 00000 n 0000101088 00000 n 0000101132 00000 n 0000108349 00000 n 0000108730 00000 n 0000108774 00000 n 0000108819 00000 n 0000112404 00000 n 0000112759 00000 n 0000112803 00000 n 0000123074 00000 n 0000123481 00000 n 0000123525 00000 n 0000123703 00000 n 0000123877 00000 n 0000123921 00000 n 0000123971 00000 n 0000137038 00000 n 0000137419 00000 n 0000137594 00000 n 0000173893 00000 n 0000174272 00000 n 0000174395 00000 n 0000174524 00000 n 0000183521 00000 n 0000183902 00000 n 0000187192 00000 n 0000187534 00000 n 0000187578 00000 n 0000196626 00000 n 0000197033 00000 n 0000199466 00000 n 0000199808 00000 n 0000199852 00000 n 0000199896 00000 n 0000199940 00000 n 0000200388 00000 n 0000200860 00000 n 0000200904 00000 n 0000200948 00000 n 0000200992 00000 n 0000205621 00000 n 0000206013 00000 n 0000206057 00000 n 0000206233 00000 n 0000206410 00000 n 0000208828 00000 n 0000209215 00000 n 0000209259 00000 n 0000209392 00000 n 0000209523 00000 n 0000209657 00000 n 0000209791 00000 n 0000209926 00000 n 0000210061 00000 n 0000210199 00000 n 0000210328 00000 n 0000210459 00000 n 0000210578 00000 n 0000210699 00000 n 0000210882 00000 n 0000211066 00000 n 0000211203 00000 n 0000211342 00000 n 0000211474 00000 n 0000211608 00000 n 0000211747 00000 n 0000211887 00000 n 0000212030 00000 n 0000212178 00000 n 0000212324 00000 n 0000212468 00000 n 0000212601 00000 n 0000212734 00000 n 0000212854 00000 n 0000212975 00000 n 0000213092 00000 n 0000213211 00000 n 0000213482 00000 n 0000213753 00000 n 0000213831 00000 n 0000214228 00000 n 0000214420 00000 n 0000214709 00000 n 0000214891 00000 n 0000215176 00000 n 0000215598 00000 n 0000215818 00000 n 0000216062 00000 n 0000216359 00000 n 0000216555 00000 n 0000216799 00000 n 0000216999 00000 n 0000217129 00000 n 0000217429 00000 n 0000226579 00000 n 0000226795 00000 n 0000228158 00000 n 0000229214 00000 n 0000234860 00000 n 0000235086 00000 n 0000236449 00000 n 0000237535 00000 n 0000241714 00000 n 0000241944 00000 n 0000243307 00000 n 0000244422 00000 n 0000252209 00000 n 0000252430 00000 n 0000253793 00000 n 0000254868 00000 n 0000256477 00000 n 0000256693 00000 n 0000257024 00000 n 0000258157 00000 n 0000263173 00000 n 0000263387 00000 n 0000264750 00000 n 0000265816 00000 n 0000267514 00000 n 0000267723 00000 n 0000268048 00000 n 0000268965 00000 n 0000273069 00000 n 0000273280 00000 n 0000274643 00000 n 0000275733 00000 n 0000276899 00000 n 0000277120 00000 n 0000277421 00000 n 0000278558 00000 n 0000280465 00000 n 0000280682 00000 n 0000282045 00000 n 0000283174 00000 n 0000285132 00000 n 0000285345 00000 n 0000286708 00000 n 0000287836 00000 n 0000289500 00000 n 0000289714 00000 n 0000290026 00000 n trailer << /Size 188 /Root 2 0 R /Info 1 0 R >> startxref 291164 %%EOF ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/edge-cases.adoc������������������������������������0000664�0000000�0000000�00000001306�13367142271�0024431�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������= Edge Cases :doctype: book == Long code listing Here's a long listing block that spans multiple pages. .Long listing ---- Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 Line 14 Line 15 Line 16 Line 17 Line 18 Line 19 Line 20 Line 21 Line 22 Line 23 Line 24 Line 25 Line 26 Line 27 Line 28 Line 29 Line 30 Line 31 Line 32 Line 33 Line 34 Line 35 Line 36 Line 37 Line 38 Line 39 Line 40 Line 41 Line 42 Line 43 Line 44 Line 45 Line 46 Line 47 Line 48 Line 49 Line 50 ---- <<< . Step X + ---- puts "Hello, World!" <1> ---- <1> Prints "Hello, World!" to the console //^ Step X:: + ---- puts "Hello, World!" <1> ---- <1> Prints "Hello, World!" to the console ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/example-pdf-screenshot.png�������������������������0000664�0000000�0000000�00000226002�13367142271�0026666�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������PNG  ��� IHDR��N��w���t���sBIT|d���tEXtSoftware�gnome-screenshot>�� �IDATxwxwolz$PHU (zg/pHH"ҫJS)!!B ғm3?]Rv!'afYs@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD~~,$7Uشi*77aXA%L""""""""""""I5՚(;vP$K~:Z�T8ٸqcDvvO͚5k״iShښ= """""""""""o>߿0pΝ;w͛7/bKN@ᨰ5kh7:$I(5</ bXr m#I͛yB�Rdw[D9)f͚ٓ&DDDDDDDDDDDDIX_J%6lGydQPd�=N|_&M˄jDM8)-$$~~~#��`FD %�VDDDDDDDDDDDDUWLJד&9NAt(r."""""""""""8�L p=Yb,'LQI 52Q0Qd{�ʼn&O&[DRWㄉ""""""""""" u8QzD⤉m�=Nj E~2Y$uޅ҉҉8!""""չgot }PuO;e_9cv- aaxpD 8ZܳwL/7oQÇgZUn7glӓk.C""""?Apdhݺ5d2㑓�A\\DQıc<IP2 |Ŷ'pBDDDDTpG.t6mق qA(**BPPPCZ{a|D<c5RŤoٺ ie֕߷ad 4w'fV2 qqq8s � ..�`Za6Oܩ'(zRU^ /�>[ _�L<  1mS�?@]JMcOM+nGƍΛ;"m�OAZzzu�cFO$IjuD@DDDD5EX,ذa LM([UElذP(;*T]g^'�8WJDDDDOXj_09F ��~Ej̃BgOEX4;p�6sI@`` z'}Z�ХWtW^ {aǮHJNF?{! ߾r.gf"<, cG#\~)zvڅϿ 瓡鑗W~?{g}$28( KشyKɁٗ_"!r9nk=6sX5բYӦxG(&]zA9e:O/<uCVvN: Rݺ-s]~K35;tQܭ#"""";_dXnFBan:d2rOs~�4q me;^>McA8r(f͞VWxGXc<x0 P($c$ ' _^^^xuԡ"#±}N<u mZB޽}N,tz�Sգ;Z-vڅ̅$cF(s wu<gx7!d6a=e4q}Nh癧ttْ$m�RRRv݇_z~xr vރߏ &:~|pG?�@Rr28V~'c.h  ĆM?#2"N@q/_}2gmNWܩFC"""""gl=N[78834#d՞`""""\X27F~j'ϿObŪq %IлgF퐐Sϔ}۶o7i2'K!I7{^ 'U˖�͛oB$<>[BēqU=˿ ^^zr O>= 1mS2czgI%�e_|oooY% oڄקĺ1mZx+g0%0L}{:k%·(zy7>yʾ}ڔ|We.s7zr9P]�`0ТE �e{Xw7568!"""[NRyse֫T*߸VߏI'i8ϝ5|[lRWh�b��(**11HLJOyI>d*Sg$mg>X n+<O��4oKJ>F11tzu�HKO$IHHLDLt N}yr~=O${" m-Ivwmw*P]yMDQĺu�̜'0ߍ`℈n9>>V9J̶Ɂ AE]Ad$�`m 'KZv/SF2hW^ERr2bl/qxp$; {2]}6ϯtJד̅JڷEF#Y$%'a��6jID\ T*d^Ʉ(早<FO8qUOu]DDDDD;TlbOoݺu뮻 "fy#=sϘјpv݋fM"99ݫ}Z6l3SBΝ0⫯ŋjۨ~?r�!8zDvi|]*ٷ|z:9k.޵[dz`4aCݪgİxcգEՅ.`(((@Feq(, m?L"^yc:~)F ;w`Q#� ǤEݡjYö́B@q1L}_0[UsYρJgݭ!'AL&tł/$!$$!!!� ,[ Yf{-g½~\ @N!Io̙�]:u„{AE<g֬Ykx{t̞7jE6P!n>Dǎ#+;bbʋݺp8,b9܉͛C$�VA0|n3vH( |f-6mނ�4GTIuHKO~!} +3q~Vk/]t1C$3f44 |-v RZL_ߝSKEΝtᱺ{~9O([ V;zY=Ueq*!ѲdHzJ#,, AAAWKl)W\i8p juVFDDDDT[J%Jm\V ՊBj> P?V+d2$IFӕ)CB.#//@pP* Zqҩ>ZBL6ְmxN=˴(ewtL5EW2ׇ-^I`Za6NP(RaZa2ld2j۪ӝT˯L&jLWʓzz+'''z}ՙǏPd/{!"8!"""[dr:bAnnn~L2Ozn4+LL.IRIGqX\N@Wb6a6+ݧZ.*l;WSY=U<P]usQrw'DDDDDDDDDDt3d`oLՒcb ??`0s-L8TQ-ξ!"""""AAAHJJM=NiiitP7EiDfDDDDDDDDDDDTf4h�gΜAVVV]CuQ),,VE=jUV QM3͸vZ]a'DDDDDDDDDDDD%du�͂"""""""""""L`℈'DDDDDDDDDDDD%8!"""""""""""* Q &NJ0qBDDDDDDDDDDDT'q!>;ξ�g0b8XVVZ^zuZe)ތ;܅ V^<Ij% "~i=xzc=ùZ> :>H>SWۓSTG!߭^\^a}XvuuTqCJO㉩`U*ϑ^=z` g~5dpm;v 7M[Vl6cmS.aǮ]ꦃ_z|$""""""""""q:ХS'ؽK?Qd[Jd^s?@P( հ8Q i|ȼr$i,DDDDDDDDDDts'Δd’?}aEtlSxz&*~9vQgV:۷c%�Q xۻ 0~Ɂ�`Ǯ݈kQ TE.Wvl҅ u/ǂ94 Ç1X,~=^Ͽj\o2ժ}Ndd#0 #ލR#=S$IBZz:~=3 x3f5mǎC၉p ;pj 4:w숤d|#\4=Ʊ87gfM sӞvZoHص+WAff&j5 IW{ɽ~:>o/bcS's@<2獈&TKd p6Z|ݼpE,]!Z ^yc:| i|ӦNA^=�.Bjz>p> ߏgB @Lt4Lrkh4ػo?<�snTvEK?ƥT!?? 0ʆKp.) cȸ|yh٢[/X@Xh(>yo| VQaC%&1'b�^^^ء=DQ'<܉œx;|w; "#q:>).)Oⵗ^ea9+xv|Kp| <#j�(bEx᳥Itx嗐Դ4Y{l Ʉjm[wyzgཷBdD3j1{k9r"""""""""o%qʯ<N$-[10|�>܊?o݊}�@pppJD^=cn9x.lB"ޚ]`@Nk^;v <n]Ȉ}k^t r (�$XGw-.I0X70XlD�nkO~c'Nlb௿OGxGQTT2w9_x<3s:6hP&A.G׮Xw֥ r9tUkBE9' Ͻ#|z{Q�}.!$8~WI�e&zA݋} ո2iE9pto�"#j.WϿ srcnnuN 8�_}{aİQPPMsj} N#ǎ>ŽXڵmVp}1�HȀ$I*SFtT}[M ɤP(Цu+<C3|bqgm ^Pqh ef$IX,fk]BvN6DQt9'z0Xr%&=(w߇F1ѕ)G0\TcM'Nl{k&70��~� %7j묢XCu@֭ ۷;wv;mץS'?w>.\gѦU+XV?w_@Zz:tXm+J> ~۵HPP� hִ} R55 Ap+OxxX56o݆F`O@TY͛5;3#;;s?\^{_E&ܽ+K]X;Qw(V��NFuѭ+~Mrш Ա}YYِ$ N7 t!fjE&@RyRD>1{|tr* ڴƜѯo(j�&w/BC3b=-[ AbЀ`!.B$<u_|ƎY1&I_gW؇r'OU*ګI\g($'[՛ E:Z\幺^˿7ؤA$$$ÊU_c;?aѭ+^xu :/XKŗQPP�='WkݣW͛5;3g��^~?pGP*h߮-T%r {C?MCkc@~Xwգt:]vSo)?^mq(Jߙi&Z}0^Z-Ъe ,c瞞/V|_zyyy C&aȠ axIx{tL}_h ңys&MY`!(_olFXHMKC^^BC Iʮ 65{.\L F]CzDDDDDDDDDT8z\riРA m~mWxDDDDDDDDDTm޼Ǐ @Aɒ_B�E?nM"""""""""""Lቈ4.nTaQ='DDDDDDDDDDDD%8!"""""""""""* Q svumADDDDDDDDDDDTc :[9MD5`Rls8Q(n""""""""""""%9͎(ڌ1qBDDDDDDDDDDDTBV,86 """""""""""sLP]DDDDDDDDDDDD%ㄈ'DNQ!b]S+d2d2T*d2vHx7Wn]N'D(GjZ*2ebuHBT /�*N}{'DfBEjCF iihؠ!4M]cv"#pP0?}+X,رgxj8z!\"4r{Պ, }|}}k0[oADx*욲];F(0u4L>=eUzxCDDDDDDDDu_&rjBz7V#g]; &ábZRBDDDDDDDtK'3 RYek$l6l6A.W@R׻GtɮR,+ۧ*Ij/;.GDDDDDDDD,81MtڷCDdz3gh4!?z xy{uXʓkZRw$IL$Ir^}DDDDDDDDRCu&\8^ D�� �IDATn f345z8T?{d2Եɭ&3gN` 2JzAΟBDDDDDDDTjljl2.xyy#;t: {~-4mF{k WfBBP*U[О%]d2gCud28$Ir^}t~r (,V"#~}'|| 0zDDDDDDDD@%NLF#''C卼dr@cڕh٢^^7TjtcT*5uxUꪯ8T{8TWVCu�$ğ6ހhlmoB֭;IULF#%'IB ReO;+V~6pب&ɡ:8]]lɭ&Ղ, ۮ3qlD I=R$wlѣ8!"""""""P81HL!#$MR-o�ɓM+>CvcXV墨jzVy㤾qnbJ  "qV+VƸ<Kzp6TWM8Zz ˬE+Lf 32*رh۶[b """""""5qb4q645L$5-؆qM$yk1`҄OХK7t:KJƛ3ކT/\VZb0|=ݕ/``]4W}\"$%'a5kFîVUk rj?xAhH<ƎZΰ'Cui#Ci?� RYn;vƆ QPX͛bʓUǝ/`]kȠ*x>Tש3ggחymN lBKn*˵ҹ{AW˕}N|tIwČY&& ܃ٳށZ l˦ Nȝ}CMeXp9#&td2޷?D6tYXW]U>&#ğĈG˫Ldۯ[ѺU[xyyK녟lĀ~+W.?>0~zj�K$ƵYXk|r٧0Wn꤉(Z|h4Ztz(ŧ0??fxyy#??Ϟ81L<t:_J^^JxUU]$b ϵZ^k/((( `ҏq gM 2p755 q_پNT@T{F! Eq{㑇RL7v:w�ɽNkwP"۵(qb{ʼłƱ0͐$ gmJ�˵w)5M}0̘^J^_ %ٷj{GӸ8cO@ѠEfLW: ᬍSS$Ir^TR//VB!G.K�*?>\Q=>"""""""[Y8IOO] 9P(t) ۶Wqo:tϛ7@z%auߣ[WVZ``ᣟ O-R(JVk-77!A!5P(hHKO[Txi!LF.\HF퍫W b2"*־AHKOC#F>sP]UWB{ǎG/lڼ;vk/xCq quvֲ"#"* * r$acq?p#a NgyߡC;|z}R<=Nl6$h4VX_m+]n?< &DQykDF aC?xP{ocy6<8~Bn]m ZYV3))stc*l?CO_S=N܉;߅R��ײ.C\'DTj-,+-""""""""@%Ndf,d2\J_Av +p)d# 011ܵ6nڀA#<" BZZ˺K?H/Zo-d2%mS |f_~VID-0q#0Wu;pFo/}Lٌoā ??? v^TXwoi&d]˂RD^=1b{i%JLh5E+8Ck0+p<^d h߮#T*rr֨++9E~~~EFzl+=AvzF:rsr!A7BCB!QXT$DGEC�RRaZ,e�ğ�}<J<dC�ƍc=f$ \'N\Q7wAx.@q-GeΞMĬ?��ߋA?>ta\jѷo/7Z19NY29lGlW,\�0j}�iSOg妦A$IHJN%KqR rrrO{q%׬hħ{@!W &:9r& K?]*Ю-z1{{LjiGGdD4/ .^DDx8$I0!b6(,,g˗cמ% ~cݼm6 /%8Fhp0==-9& sׯELlB<vi9N\+UIZde]L&"#ǯ-M.Wb0qBDDDDDDDjKq_ ŋs.t:<ڴjMp&4~?Zn`ջ7yFGNEF$$ÆMѫ{[VWqc`4 r%RR.> ZO?VţOF됑q!!E{!ZE{} `Ŋp.>�p,lU@uX'xf㈎bojdgeAѠ//ZǎEdD$C&$%CR} * dijN+!Fb{$OF K`\JAlX#?/b!jxCuyҶ2݇o(L[ 6p�W^~GO>CHp0&Op_WSttCLyQ`fN2̵VgGDc۶_o|9z*q˼ h}me2p '`ݷk!a6C:*RTTS`k0r0H?SzQ ��fϛYE�-\+W܅_x .% ˖_8gXz rrrAth׶ ۏ{F qkӺB/"I%HO/v݋WߜIѩ3g��ڶÓ-'97$$z;$ g{oqҤW> -ӣŝ{*טbZjTj8!"""""""P ߠaC}o{; ~رJJKMŘ�!Hx[_-[ aڴmvS :7pG׷w}6iJee}xn4h AХKG|�p50f'XdDmn/h4bǮxn4\.`y6 ef�pϓBpp k@|B<FC!7/zmZcAdTjLF%%$MTv Tj5&MzTJBpP0.]BFlEYYYB^|L}<\JAaa!D6L^spɶܩ#fzɹd2\MpZƙaѴi&?aaq~R*yt TYa!u:W\;(:M|22KxʎzBf |za}bZ'^~;~޲VضW|xj5,$IBaa!6o݆΁V(s ,X4aL1Q o>zbkEzm`쨑8p:thBQ&dw6|x!a4WF2ulO ~-5 {;�=zo/uNEQt^ VʑXn,BDDDDDDDTT[DRihڬymAAÈrNG]ѥkWY2YmQh4e=/gBE,sJZE&>Jn-=r8v݇ۻLW I'#V*n+?w+g</bİѠAsTFT"<,I nN,жu{~7RJ :J+W@V#;;Oi\SUj DNv222k𵯷M|y7%&  ٳgo. BpK=P/xmL3ӦNhhc�CVp󁃇h'ݳ;ƌLw$6\_خz8Kݹ:l~\>$IZfn={pZrrs "DQDF{ק°_$!-=(ިYY"w "##`XIЭKg_W^šÿa@~'IK/NX)6,矋}b#{ƙ3 zte__ݺW\DPP9$bf℈·Ư6_",,-m tζP�?C$ 2n;cÇsL)Ty�p9#>smdf\d^b\%L&C68YYYux<̛zR�%"*ɵ3}8xp?tJ+W.C +;gФISh4%-JMdD$&RoS<n m%e_|FP@ Q'לp1x驷08*i3 7':\d^O}={@_IOw'=;A˯ GqT6T;-V+n\cNUkb/186 x|J0[dhۦuX��sfƱNGnx C.]I/Z4kl_'Ow]c/QttY;Jn7)>'u6&rܹW; L &NX<TWMt!"""""""E9b(TߢB1tt^:/םաm-`Z>:۶ϿqBNȸ|$ML?/*L�!Wȱk^-f\?KADdbccUC{jD6ls)N\J>}nJB jddL5mZÓ/׾jAAHHo+z F{,&벲`,2":*_.\P\[%T<]o'{K�6y#$8IIn=4j F^rURѝհXlmWG'<Ʉ*q2 y5__ ?ZK08}zvلڵk8w.:6Jķ?.;׋=@k>>>EףsX2\QV9jWmTznCG"&QWܼf/$BP"I"fKկs.\p… .\p… [iqS U| ?Hn:V3AउqFl۷}ճ;fFn=Qά(((C �z=;oĊUVZW+rf& &Wmj5zd^ɀײA4GӦ* ≠ 栨H@RrDB0LHKOCLt A@hH(q9A�m @JJ i^Ws:;~ Q1tԘ ۶mPW#>-[4Ñѣ{١vI+nɢyqu?yU(|D*8)[`Ԉ=o>tޘ6)thWq(w4a<f͞BP` hRLEᒏK/CD{<{ /& `0ЭkL8٭6oZ([]OЭKg{O""^Ͽ`<3P*h׶}*gm[=i#OIT3B|TC �PR�tI`JϻᾈGO{+W4n9x`?:uꌖ-nÉ?O`}ի:aXp5yO|& @Vl6#++ :>F$IBAAF}{V[fш|\JBj"//VzN0Qs#EH8{b'Fvv6ƣY7Ŝ"5_'Ъe+/((@d kx FuqÏj//JK>O s{%v@ff&�8|Pa;;~(>sJkvٷL ohJR$I0=)׶ZO\oXR*eu?/`7kh.DQjOZB@~~ØM&fc*>jB$I4 vQ{P|>xݎFP*U%r�DZ2_VV8w.< Gc((YK^yjsC(,,@H|xzW=qP*\Sg�.Jk˗'uyZZSvur$5E qcğ9F1`իW,7I;iLf> 2\~ddڶi7< >w'w{w_Fq{9^kvl%Lqh4h4VrmYW>Q*iGqKyGb.^$e8ۦ|$Ir^$ & !uǯ0!U"ZEBd6A#4""""""""OP]& Yײ`=_~@dggJ= ł?"2!o'[d7i'2M2^\.ǝȱUZ D;9];(V[φڐ Ɍ�MLĪ5`лQPDQt^q$IZh ?o:+ol?o;4nkDDDDDDDDr8IaAa|uvctzD7AAAj5*남,f ,f ~>~HKM_� lSXT7uΓk-ƍ6k T{FmP4a<t: k:Ҩ 'OoGzF _= w9`T6{Jƍ0t=ʺ}||(j{ѡ ~} F\8X( h4h4t* o| LBBQߔy2T&M'rCuCh)ާjTh.''=u}{'}f3f?*S=N\+�R??}7| r9*EDDDDDDDTN\oo2SdPTwk>];lr(5rT(ѼWCuL<yۡrǶ6Tyv~]+U """"^�� �IDAT""";5:TMŃkZQCh4B\L7¢BhZ*X*}-JܻWS"""""""z4 p)ƺF>}yKnk'#3 O*ł˗/^!"""""""q.ڶn& z*v<�W(񅟿 >P gTk'rzvwO{q."D(,*߀�ds(VB*N}{E$ EEEu!""""""""P]DDDDDDDDDDDD%8 wQU? @PЋt]XqUDA\WW~*vŠtTIS H萄JBKaHfLL23L ~=O=w3Nvw9��������dĉ'N��������݅'N���������28��������R]���������x�������� ��������Lv:~xA��������P&NZ6mYq�(.\ȃqFa�������nQxq5@:n'`:>nyhX?<�#������p7ZxA{taw\\Et\8`r#C��������KIq| ��������@&'���������H���������d"q�������� ��������@&'���������H���������d*V�۪+k.kN]:wVAج[^+������pKO:rD{>BtGjmu*p:wn},������pKO l-:;]kHl\hmyxta5nP<m(0������'vCj݆06!CsWDߥsW=Tli>aMԮ]Wh/m������ĭ{:rD~5ntS׮_WPKP $I)zlY&Yefh4jYJ7ԢYScHߣG꟣O?uH&|?%&%1o 򍗗,ztk 4ny{Z>T{S͔ݻNz9=�������ƭO 9{VڶӦhuVlD9Lձ'Džzɡr;qBgЏ?U||͚%IS>3%%'kڵ{*Iƍ$i ݰAR7/_0 2HCfY9_������[8hۺ RSSվm_H&IFQ4-[ ]T~2`/oIlhu>Ώ�<e2n?A5k%e$M>oU=оo! 7{It������ _'&Ixhl6\\$B 2d2l֍7ufҋza߷jת)ɔ5yr/(ɯnЉ'Զ]kmwU ,CݯM=U\۱ �������܊|Ib0X$3QzsʖxdTVle7nܐhv\l\6i#B=]9?ߟn]:{[=jUR+Ĭ"ո} �������"q%KV-5e ]|EfYgϞߣg'W*&&z_~^ݻO?SzzzA^n]:k3 $i"IjQhhZ]=I kլ-^ ������� )i_MϏWbjެu٬^Mf󖒒TT){{i>sFW_W5zjy)@zx#v˺v馮]�������`׼y={hls$Xbldgr 9iii2 VjjL& S'G~xpF������n`lgO{9լ!C ,))'1˿%'&ɺKKKSZZZo.ŜQ|ߍF��������dU{���������e$N���������28��������D�������� ��������L$N���������28��������D�������� ��������L\tA#uƍ@>+^mev(�������PMD 2�dжCa�������EݥRnd� PJ 7�������'���������H���������d"q�������� ��������@&'���������H���������d"q��������Xa I4Od@2jޫΝ:jUXtԴ4%&&d@ $)|}>GCakz,w߶u6h-կk�������@TF5TJJ:/'OV n yyyvxnh"#|}hXʢN6#IrwY/\N;SW^#i�������N(KuIF$%&& ;$ojޜzavԯW!������mH&N,cjïZ05e wA%Ke2: }d}h:v'=sqq:-WzzܬDEAu]<V냏?Qԫoml|xW]w>^fGo]nz!ڳOIO+W^$uKP .Upܮ%fYTnB�������n/E:q"I'e6%I>6mެ&NPPM9K /?ןkƔFƍS ڋ=uJ 诰szÏԡZjz讱>Ç`ZD.\ԄZ~iuh}6U֭އI飙S'KX,|}ztzly]nO/\P||#q�������(R{ؒf}rrzV"IjҸ>L?_}DIIZ -*V I*WSmnJԾ0O۷ڵmo̕dҍ7ӊ=kKKϿ"[]:t1ҵS'L&yx~*99١k@dK;0p=zݲzKeʔ)hl;vЂ ы/X�����gh.l6fHHsjٳ2:{.+V}|mn6uYL&<5yd&v3*Y k( &Aկ[X-{WHѹs˗ 8�����"81p ~LT|yI҉'հAy'OFRp ʖxĉΑ$CF" 55ʕ-'I6KխSJKOxےq5h:l [t~geޚ1cFG������}E򑂔O 9JUT֐$S>5v:uf?if!KJ}t1f]rETRbjF9zLn sdglVJJΞ=p3mFu/.I Rr (:RRRdRHjJJJ|Ν�������ȩH=qҹG/<<J#`Ϟٖz5m,x%]vMAAЯ?x_'}OMfU^ox」IS/&rJؾg&iKJLLT``:wꨗ_+V{T|owmڸ#u~uA^~E쥷xEԥxcyWU'ɢE4}lǾkUVp]����^3 @[xztxhXY\}L2E|2ooos+222۱ FEv˖-[*U`4E߭k6*W!C%F�����d /{y˸8{`̩f 2ddII?Y,)H=q�$:u*Ǥ5PPnu5lP 6tcD����� =N��ww1�����w7'�"g͚5b?�����n$N��EѣGuw)�����`�@6۷oCϞ=UblǢj*ٳGNRrrTlY5o\ݺuS&Mwqmڴ޽{O?)000۱vکf͚No2l2ZJ'OTrrʕ+ѣGcǎvc*66V;vΝ;+WP@@J**UyjѢVPyuV)>>^*WիN:SNG^ZϟY֡C8Tٳ 4HNu EDDh֭:pueFtҪ[4i.]{[ǟ|ټy:ʗ/|Б&ZA�����e$N��ܹS|ͲUZ'P\O>Daaa9KHHPBB9 ￟cY<ʡ͛X2eM\;jji֭Ϝ9<صkO\~]gΜQdd֮]+Ij֬VZن-Kl6lĉZzTw}W͚5$yxxd29ޢE~eAAA'Nr{vph4jѢEou礤… :|~g}gݻ^|E8OH*ثqN%N j}����@QR]�lJ(a2Y}y=6'Omٲe 8Ę___e׮]$}9&HNNo#F:mODDF_]IIINҥK:t,Yb3irX ։[}?~\?&Nh7ibKJJ,YAݫ~����N>qdŽ�EY^Ѩ_~YgΜqSNӴid0n5Lr늉ŋzWtm Stt&M<OLLԋ/XIOO|U։=ښrEBB^}U}ѣsk}����;ݾ(�|e,11Q3fБ#G\{׮] u54x{{-KLLUFloo\c8vx yu<U``` T7>/Ϥ|||r='--M|[~����Nq�&'bbbn~ܹʕ+˗/kӦMy.+xb{ӦM5vX~^j/ʗ/XÆ i턄Y&q///}ݸqr աC-[Vti̙|۷O&Mҿ/u<yR .[.I>y#Zn&Mu&I IСCUzu ?^+VЬYlFQϟ/[UXc{�����2'�lr@]n1c衇Vnك?:vޭk׮Y7XuiI8q݉m۪F.ǿvZ~!!!9rZn-???Fxj!22R?:5jI&#\rzԽ{w > .O<awŋ+==nÆ ӨQU~ԪU+W||e7o֮]얿Kzꩧ ҳ>k6_w1mܸQ]tq9 ����(c.�^y R~r}}TTT~'˄xӦM5w\uE~~~2=Y*W5g϶[&Lځ?~݉鴴4͟?fdNZRF 9ny {-/D9iUΝs}aٲe[~(̱����Y$N��N[9s-?y#r>S/^<s/^7-:tJ*g=!!!ի+Vl68K.}ݐ!C]vSN15O֎;:4:zm,""BFѥCa=�����`.�S}<'U`9sf#4 8Peʔq]v庑>pݺuիm]|Y'OTճkv9v׮]u!-"vmK[γ-ZhذaU%()챖����$N��Ni߾C煄 Ԯ]:|nnk+88ẚ6mk={JTXP:(?햅8αKQUc-/}����3X �ఠ .]ڡsz9|ѣG햅8ն}bkCo{ВTJ۾{>ȭEa=�����*Z}0v(VSHZ0FfSL<PV_>^Uh?jiJwpd __|5*T_rnYPP-[֩힟J*bnLs{gvQc-7}����DE1bX_ӏ)=<}ɨOV3׋ߟAzKZ׸IѼC( }+{d-vZc%Nr˖mBVX8{k{����� g.v_KYҙ˩XƚKznp@섻h[V[nk`(_4*%%nٝ89_c �����HQ<XQJR*~.\K_+LЈV\ƺ_WT:tZ^Y#oOmUSi+ee3Гm˨]M RBbzx&~Xw1==tJ>]}Fٍ51>l).ud4iQ6M())fYr󟽹dɒ9Anw.ydݾ/kO=�����_dD*כ햋anZyUї8y<[2|>]}V>{|<%I#:V>^1^E_ջ<={/KFv RbzeA.'u{v`}S*[KcuZJ(Ĵ\cʑsf*^dL3Kbw7s,sv^l$-n --͡_w-i/΢�����K^bD]MN,q*#[pCfIR塞 Kj8l,EIm8cS/u.(>1M&tcBR*ԍtZ̒3Gb> Ώֱ7 ;,T|yeNՕ3g-/W\cMpVbbb>Q&n\mtv˜Ea5�����"R3A_LI16 ARn8{ٵodqw F[\ܹ< K]˫}m} sql?~\FQuL&M4qZjvϏQzz<==l;22ҡo۵:uʡ:R׮]l?~\f١VZd____D.n=�����_nĉ=)/\xrrkMʁ:w5c턤*҉9oLJmCgR6ՑG o_N-Ы bj֬ݲdܹSm۶u7-UsY$%%i{Y͍�� �IDATjܸqmۛ=clձj*nҤΝk:rj׮k&Iƍt̔)SԪU+sk�����/Ez\NH6^B^/f[F6D]ըNAP2:|42Z;At59]щzC9AR�/k箤*-ݬJӠjeM_IRҵDѹ-.$W{ԷIi},Iܱ  亄Ҽy'))I˗/[޾}{+ 6̵+Vvll6oޜw6-;pbccs} t!nڴiOXyֱ}vI///5hsX�����m'izGzV8=OV5Ϯ5KZkrR Q%Ka%0i8=Ҳ{elnLYӱ )h@%}.Do ñ:#;A;}`Dl?^(*r[~'xn֭[g=_~?6^zv_j*=zndg}M[2٬ۭ;&&Fcǎu])cov˗/_'O-OOO햷m2]5 {����KQ/ޱikَ|$H3vc֜vlB9=xU-w-%]_[^}׳Ov[յkW)S8p;]tfoٜONN֗_~%Kحcǎ.9գGEEE,KMMի'*$$$[ٍ74vXv0'QFn˖-z+J*v׮]'ի*VJ*m}׶$ 2D?LJJ^}U}{s}ᇹSO<^㯰�����P$'��XTXQǏY\:tPPP.^RJiԨQ>57{~P$?~\r˗;3k ܹs>Ep=ԩ4h (44Ԛ(]_Tu<^vmծ][O҇+<<\ʕSuy-د_?EGGMk[BBB4l0͚5fyLLquEחN<kM>HR>}& sX�����H��f͚i˖-vбc|E?'=СCN>LK<???裏잓uiݺu6GSڝX-ySO5FIpBc5j>KOOϵ^Yn4fY&doa_a5������pg۷/^a0tP{*VVΝ5h ='%%nYϞ=չsgرcUT)߇S08qڵkt 74uT=(k����� � ԛo&݅_~>}6l===շo_͙3&|Mߩ<;v CO$''Z:8ܮƏ-ZHJ,iׯY&L{.פ=6lfΜk,R9�����۱T�ӧJ./B'O{^pp7n\p)cٳgkZ|vܙ*UԦM 2D+Wv]OOOرf͚H 5jHO?ڷoo=^B6_kŋ/h֬Yyz#F(((z<dEbbbm[xxxhĈzG+<<\ѹB ٳ{l䥨k�����l}k޼yFAsO7+�'+EG9<|Ã34 ٬Gúz/�,YR!!!*SLa(ɤ(>}Z/_իW%KtҪSʗ/vccc+))I%JPJ԰aC-[euI߿_JIIWF,)**J |RSSUD UXQ5kTժUo6 k����P,^qqqN׷^S2d Iɒ2;YR O��,ZjVZ]jРA!QJUR@۴VUV(mgU||MWXc ����MU/&6p'Z8C�������"��������28��������D�������� ��������L$N���������28��������D�������� ��������L$N���������28��������D�������� ��������L$N���������28��������D�������� ��������L$N���������28��������D�������� ��������L$N���������28��������D�������� ��������L$N���������28��������D�������� ��������L$N���������28��������D�������� ��������L ;���3gh TV׵~%$${U]'&&F R۶m<~'q>Mttvޭ˫M6N6k(#?>\��'N�.pqM2ESLѾ} ;8)**Jya 8P?jƌ.׵w^}:~'q>ݻk޼yJk(#??>ຂ\��'N�.0{l^Z~M2#BaougQ```a@ժUէOլYC)R/۶mӁ4l07E{V<1���$N�w_^Վ;*Uvh(D'N$ >\:u*`ph֬5kVa9ꗅ *""'_XƸ��;T�VX!ѨΝ;{2ZlYaB$I*UT!G]RE-w���p8;lҥK%IzRɒ%5{lXB/gZl~=Ú?6lؠ .DjٲۧKرcx񢼼TF 0۶mӢEԺuku]gW?fYFN>-jJCŋ5ydUVM/Rq+})IZz/_ӧOXbjР<^wV||$i P };7::Z ,޽{/U^]ݻwW^qk߽pw}WIIIzsʕ+믿dɒzr1yd?~\ÇWz4o<ܹSU͚5կ_?k.G=fY˗/ʕ+uY(QBM63<sK}k:ԢE =*W$iĉUn}v-\P=zCm;;nsQvŋUX1-[V-9gnݺz$I;vЂ ܹs+WN %I7n… -jJFR@@@n>1,["9޷ە OOO8xUNm޺9~Gqg}eanҤ ?TڵGi&Ojذ{˖-Zt;ґϥ[g8sy;g���n$N�cĨrjҤ ׯHѣC\xQRDD6nܨڵkB ѣGٳggXYh>3IR5TfM]xQ6mҦM4l05*[[.]Rxxm6mܸí;n8-^XAu֕-Z駟Vxx_qڗTxqM0A .Tz*44T7oւ {cǎ)--Mti]p! ;(55UիWWƍuum߾]֬Y &X1g3_~]zc.[L{$9RAAAֲ4͟?_FQ|;4zh%%%ZjjԨ0=#z7駟jɒ%PfTdIرC6lc=R+VLcƌѦMTNUTIZxw)((HK+WMhX^uB57[{N:aÆ)>>^KVժU%elm6㏚>}u\9sF2:.8p@]t8p@fY?~ի2eȑ#Zx?3fdV2fe_ȑ#2ǎדe޺9~Gqg}enڴ SO=h)S&[vc8};ϥ[g8{;W���n$N�xbIR~d0$IWdd.]p[tZturҥK9rN8)Sߗ$k>L]tѣGk߿*Ud-L?~\ 1c4htݽ{/^bŊi„ j۶$իzW_eվ8zΝ;KZr劆 h-]T?r}/GѣGo߾:{Ǝ&MXϝ;>@z75hРle#F9s渴~iFvܙmZ&k׮Çkǎݻ|߾}JIIQ&M/)=3fKO<CW^я?MZ?dyyyiʔ)jڴI3fhN$ݻWeʔѲeˬ||FǏkڴizԷo_M:U{QLLu/k?l޼Yׯ_:n9s5p@3:F&NEi֬Y6Z<]cUZU+W=#I4i;͚5K&Is̱>w^=sЉ'Tzukr_Ύwqo_yW=|<wu3Gqg}%u_+VLSLb65eM6M\N[~.W1qg���.q�w(7=<<Էo_^zG;wTLLSu^~]Zod)Sm[qzH 6Y$I;vTݺue2k׮le HfTxq\ի%I=z&M$) @Z#W">>^oV %KlK.UrrZj-!I*TƷh"|M6wޭ4=#Ν;رCK.Օ+WԬYlpTN2m?U$Iݻw&M$`0WŊIJLL믿 *00P;v_6n(Ѩ-[B y{fotw=[[/yl?Xz׬IIz%e||ٖyjܸj׮-Io̕,+Wƌos{ULs,unݲmjo0 /|_Tw0ƥKט���<$N�|rȶM%ԭ[7I(___n:_hIR͚55f6L\|fyթS]wd3ҥK}6rwY9ӗ%KT-rƲtʵk^,YkŋTJ*)::Z.]}vIu1k?$I]vvd0i]RȲɰ~7 wF%ԪU-ǒC=$)cd2e;͚5dh˭ۛY&/^lsdK8lٲ9ȺDzKyer>ʕ1.[[yo]inٲe<<<ܲok\:}}?��R]�p2LZl$i9 +WjŊ5jJ*67S@@^ϫVZֲÇ?Ptt]TСCXm)W\q9So\\$]~ 8r/k[ΰ$Cn^ӧ۶mkײ$ˎ; *y;wΜ9`h߾}*SI ={d(KFQѪWΝ;'Iv\So5kUVTN>[ZW\`7efÇ[ujժڴiR_YeMXdfr˒F~r>ʕ1.[{uo]i徶Ę=;_ҙϥk, ���w'�pڼy5Yem۶-9rԫW/ͺ|}}uUHX7׺u$e,$???֍/YkYfy@@@đ3}iu9XkYK||ޕ۴iѺ˗u*͚5ܹssNO{Qjjڶmk]*kۖ,7',Sx<벥Dv|||A ɓO?Y'6lPZZzpVի^ӦMn&I] f}-/rWmq>ʕ1.[{uo]iU^ʯ5.\oƂ���pg!q�w ˦Rq-]In{ZX=LΜ9S֭S2e4vX5k,D[oe)Iv'\KJKKYgnA#+g y{{h4%>W&]Ecf?M6urײK h4?<PVJDh;vnܸ%dK[Y~iڴiڴi^�T=:nm{{ڵK۶mSxx>1c_ף>Tr+cƝouoU~׶Z~̯qRn\+ƢY�� �aΜ9[`0hʔ) y^bb{9EDDɓVZu_xqɤ+WHxYk^zI͛71rRJ)))r'O,8r/ RuuFzYԸqcܹS.]NZ'{Tvm ;v쐇um_zU7nܰ-y˒?r/S:v쨰0mܸQm۶UDDԩԒIu_JOpkNڵӫN_}&OGy-O(8V3WL~ȯu׽U8WygΜqk\:s{(~V��asx�,]T&I͛7W˖-UF ?5n&N9taӚL~{9Ώn,W $8p Ghƍ $˂ԨQ#Iʱ!Ş={d25jXmڴo߾]UV͖i֬Ο?(<xP54i"Imm6ul,c'**k,:}IC}(IZv֮]+/fbccuȑeAO=hwB6}ʘq[w[ɕ|ػoߞ 8Kfgcw0ƥ3K3yg���'�pIMM?,ɱ{,+Wu$ ٬: H~Mw<+W߶~kիy+o^?+!!!+&s/ eL]V'NVYfIo]~N:eFe)sd2Ym7j޽9G=z׭,cgʕ9&Nl6[5KnZڱc,Y"oooٳp}yY 4H?ȑ#2WC~̕1e $>-qoj<rr׬YcsJ*2EXX$H~̯q+ WָsjΜ9ks8���X � .]y~v#@�� �IDATT\9]pAׯ\ϿsΩcǎ*VuU///9zn޽5i$M4I.]RJtIXB7V޽kڵS>+WSttqCھ}N>Ç_|qd>g 5lPւ SjիW+**JUVu9>WUʔ) 6HR&MCׯd{ug7|QFiWk駟O>3gN>'|Rzj=#^d2I7o~MqqqԩCe)S(&&F=zP@@CZ րtR <XzR*U^z$',z[\3Jߖ/_^>>>JIIѣU~}5h@:tȵ-w[\>}hܹv_߿_k֬рlٲl4iDAAA:{9[%JPdd֭[aÆi̙> ǥ+K3\F{ΕϪ5k*UT^��� �A,?MTzxxO>odɒ<'~~~:u>#}G3fׯo=6d]pA-~WK/O:|y7Ρ #WҥN &hӦM7oծ];}'ڳg$+L_ѣGrʚ3gfΜi=륗^z\`0M6Zr CTfM>|XeʔǨQTre}7Zpڶm^zIjղ/^&O?P:u$?{wUuq!{ @"#D+$DYTl]�󓊥Uj b J B "! K KdL$0 $?fl3Y&<<{{y=G1cS_[&nٲ^xos飏>ҥKKv9}t(&&F6낂4yd3r֔hg35ѺԩSo+>>^񊈈4u%g gj޼y1cvam͚5̙3U\\liΜ9z饗t}ᇒ.y{Y'V/**~/y.9Sr˻ ���OY=D&A~ E;-߰iCKf͘1C}%INҩS뫶mۖ:رcjРZj%OOOyyyuXΝSFe^t>yz뭷jթKW?,oooiFW+yyye˖vi<yR 6T֭e4̈\QFu]UV9}t,..VVVrsse4k9zG붠@YYYjҤk|8sZڵڴi#XSZffԴiSjժrEmܗGcy]}{V��bQ+l.oRRSTRTqƍt^R/B8�8y6˫_6mԩ;|H M^[(OUZjUkau*00( }V+`vi4T_˻BM3Gh8,-uYgCgڵϭґRqGϱjxV��~ 8�\󲲲?AnnnZ`nf?#C ph}WjѢF�����p"8�\󂃃C?פIԫW/5o\ǎӾ}$I'OW$ѣtk֬YvC�����Cp�hZM6M={Կo9rDjԨ c*44Nq-%΅ (Iݻ~iuťhg����'�J >\Çwu1mȐ!2dKp%Fpplb\uhg���� ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������zeddh׮] T]]�������:vҬYԿk28ʕ+uE7NM4qu������P �˴mV{:vh<!!A?~JV}~^uK Fp�����p 8�LHHBBB/_\;w*g7_vٳ*..vu������PEL�w"8^__}�����Մ�$&&jҥx EFF*11QyyyjРM&I4iVdd+ooouQaaa0`1}jOay }'Iڼy/_ yyyO>_WsѠAj������PN��.s d2IN<tIRII:$I*((~&))IӦMSAAڵk=z(;;[qqqڴiƌ޺}^^Tũs*((PjjRSSURRK.iڵ5ktXB… |N/4hP������ 8�ټyN8aRkSNՈ#G_|\M>]zg[8p@SNULLnf :Td4^2))Im۶ڵkհaCIܹsd-ZHZt͖=ڹs9nJ@h�����pu#8�Yrx㍵T&66V M$)88XSL/e˖Y r2w\kh"IG֒%KtIM8f8={sڿӫ�������%<xp(4$) &-ZX?44nΝV�����p�U###C{n䔹L&222ԵkW!EaZvkZ�����Ճ�pհE7ToW}e�����@p�jxyyd2i̙ݻw6iҤJ�����k �=c3̕E˖-]P ԙ3gt…2�������`g.Bztm۶Mw9rD۷wA������p-0���!|&&fȑ#e0yf}6&&Fcǎs=W'e�����7N��J``TXXiӦoTn4p@uE?/^k׮*((PBB{%e?~,+**$=s.պu:-������*Gp�W<<<4uTۊW||"""4p@IRDDZnŋkFjʔ)ԩK~۷u������ �en|6lԤI۬ SXX#///lR>>>v<x-CEz-FСC�����@Gp�|||*=00PuT"������09<�������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� �������� ��Ю]8������� �uvڥYfTpry}WڱcrrrviС޽����� ��\m۶{ձcG JMM]T2<xP%I2 *))ѶmzHӦMsq)�����P�˄($$n˵sΫ.89{Lz뭚:u:v|ZJ ,]jذa..�������zg޽.SV^nZՠAWxx$/tqI�����P8�Lbb/_.]'Pdd X4iVdd+ooouQaaa0`1}jOay }'Iڼy/_ yyyO>_ΧaÆ;ջwoyyy٭ݻbccl�������\ĉd$<yR钤:tHTPP`LRRMkN=zPvvi&3F?u<KSΝUPPTD.]ٳյkW5kLZb> V|F#GH��������l޼Y'N[~]wyvܩSjĈz/f}nnO=zᇭ8S*&&F7|*I2/Jmjڵjذ$iܹZd-Zb-]fKJJx ܹSG 7P۰a$iРA������j �ʕ+oo2WHHMh"I2e^~e-[ ICsZCI=z,Y'Ojĉ6ÁS;w^/-Z衇־������P{�pհ9.se0f3$#ԢE ϲܹs*uꫯ[o|||?������8�\5222$IwVNNN۸d2)##C]v./X4hРnn&KJJ.… pB5jHu������PN��W [$|M^{WQ&I6lؠ {j߾}������5�pd̙3ջw mҤI5e޽[={ٳմiS������UGp�s= seѲeKu]p̡ɤiӦi2dfΜ)W ������UDp�3|pWLzRzzmۦn}II9!x %&&7h4,������p9�zvFAAL&ͺ#G`0hJIIlLLƎ{NzD^Z1c �����U7N��J``TXXiӦoTn4p@uE?/^k׮*((PBB{%e_du=n;gΜz;����� �^ԩSo+>>^񊈈%Ijݺ/^˗[?g4)SSN.)3g$Iyyy˫p .E������ �˄+<<nѣ5l0eeeI&Y0egg+''G^^^jٲ|||5x`%''[ֽ[駟:=�������@S$ �����׀Yk��������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������N���������\]���\ĉJLL�NsNhB.=g몮8##CvR``_k�����5ҥK裏$IcƌQ+>22R?(C٣[iӦz衇jtӬYԽ{wTÇa=VJJvء{LFe/%%EfR>}l:[^ui[})w+W*;;[}-RvQQQխު[ol]:uJSHH$H$"##%I>|}}=ή]4k,߿V <==բE (((����Dp�טK.iŒ;Ҏh?~\mڴ_-^X_}',X wwwy{{Kz-WFOW?bccVnpRXX9sd2'gϞ;Cb|͵YfaÆ6 U&M=m۶{ձcZ-w{"Ao /I&Z&����k'�zYfjٲʂk+>>^o$̙3:p^}U~;w… &99Y&IcL&yxxmbTVJ}n_IjРz={M^^^ڵWfb `ʟgifӧիWkӦMԒ%KxF���09<�^5rH5nE?B޽[:u$i֭xKWzdRrrrl۶MԣG?^w.sxIR>} VꣲOOOƍe˖zQ/q7tBCCmi׿%www8p@_~ ����5�ʕH%''+77Wر4`�m~鮻Ҝ9s{n1B&Mrj[ny^^bbbc>}Znnn P߾}1 4$[N_|233nݺiĉj߾}PTTRRR+///p 뮻t=Xoz饗TPPڵkG7/lwyÚ8qvZf9{=;vL#G,wD-_\AAA6m I[lѪUԽ{w=vݫX:tHO:tpN\… ŋֹs$I|F]㿸w8‘k ///[۶mӶmtmm/www=ڳg\yގCUQe)))_|k꧟~n I9ZjeSN_}ڥK=IIIR߾}5vX^Zk׮nݺi„ СCpDppnvmڴI 9rsUqM=?ϝ;t=;o[ 2���@=Fp�(SRRMkN=zPvvi&3F?uG ڼyú8O'~ǏkUӦMնm[I'{OHHPLL>*O\wyG˗/W׮]kÆ ںuqF*** 7ܠ={ܹsJLLw}Zt9}w5tPVJJ$ijѢuŋd2W^)M6g}rÁ+V(..Φґs{\\\̬p֡:t蠎;WZ{n�� �IDATڲel٢+""uS 믗t3wuC+9Vwn NcǎgϞ3lwa<yR&8q*o+Wh4*$$D7VRR6nܨxϔk/Ѩ+!!A?pe8qCY)..N^^^:vbbbԥKnݺXuYŸ3gXUi5wuAx5Ts����;�\M>]zgm:8S*&&F7|#9yai…֭.]>%{ZbM>cӭoL&{֢ErY~eee)66+##Cz駭geeW^QQQhԨQ6|Im۶MK.տ}wJNN9s:x𠒒4|p{PzRF-#`޽[?5(}[h4*,,̩s ^\͞=[IN4m4}'9r::S7iѢV\iʿkm0@o;Ǐuu0O>W?ԩSj޼u;& p*{FgϞ=Zr5|%%%Zp>2?g9^h4>_2nǎUll̙3z?=jO?$I6oTv\SS׮]հaC]wu5Vw����78kXttΝ[|*??_!!!v֔)S$I˖-.tz[:vCBB)YCI.q%C<^|E1X^vK =~cccuyǦVZlitttJJJԿI;J۵k.^1cƨAv@$%%IBCC+, $IZf͛7d2[oU˖-:u߯QFtJҠAԥKԳ3uSS9.u]gʷN,H߾}mkYn}vI^9T*eH`ФIL/of0$]~矷y[^ }wd}I׳թ^zI .԰aê\?����nq�װk:9K\?p@ SwqGJڿVXݻ?<<s,qݻr˰/gϞYn+<uԝ>}ZǎS۶mժU+edd(''G͚5tyr`pp]ǟ憸߯7/SO=e3t_-I si^ǎ;j2?lѺ)hUQoÇm6;VTTTd{~?W||d2iΝl79*޽{%g`mݦ uuX4jԨa,ϱ8zݲ۷OQQQpႺw﮻nvܦM}~F=����5,""fh̞=[6,wVNNNswwdRFFͤ͛7&NDmڴI۷oW~ԧO歑*oKgqqcǎIRʍ5Μ9LmVI-$%%)((H-[-ܢO?T'NPPP w^5kL;wVZ)33S۷ov+11Q~~~6ΜCMs:<xPٳgUTTK.쯗uSS\d%''d2C)))*((C;r-rwwWBBe4k.]pA6KT{F'++K}#k\Ieo\.eSY=;ҎkY���Cp�װ~U::n $I|M8wߍ7.sJ]vg}ɲ7m$IܹƏ!CTzDU\*Μ9cݶ?+==:UHH>S%''+,,LwVQQBCCCT`0(<<\ӪUƍuEs=6ΜCMs:L&oC~~~jѢ|||*Ѻ)hUQ׾gϞc׮]۷u~YRϞ=TtMַo `s=SXXh-_Y<==\^Imw}%waR^=;ӎkY���Cp�%ɤ3g9<MiM4N,_^u?^;vPBBtAM>]=uX!$T6EEEڻwo[OJJRII.nfFkǟe( eڲeΜ9#???mذA솽r*|\Ǐ?X|5k ^x^ɑqn+Wk_ѨkJJJR߾} 68$tMր0]=d2ŋepB+߫?\iWٙv\O����(�v%]lѢEاtW дiӴj*=Ӓyڤs.sd߼ysI߳gO8[oU԰aCu:.RRFuh֬ "m޼YOΝ;l7\3`,^WUT:Z#2enيHݸZm+ȵ.KsN/:p:,{rr?.`sS fJ{]v:ƙv\O����(�`W^m۶Dv>KJJt1ۭ3 zG_~EOvUգGIb*..:t`]޿Dm֦S7$$D'OԾ}~C5rlw$iZ~˜ܙsr???ٳt:Z:¯z;v:wyZ7V4g hԾ}bk{(K.jҤ٣]vI..2վ}\oĿRΝ5tPUgq]<?����`gȑ2 ڼyRRRhرz|?F?vsCHRzzL&ˠ,ׯב#Gl]tI-$1fK߷~Ǐ[-mavO?Uqqu.GOAAAJJJʕ+{FΡM6X;?-6mTipQ32m_W5kLt̙2YպqhW_rҜ9s;|ƍ릛nRQQ-[&~.rh֧O*::Z0]9g~풤kڅ6m*7Pn:=zZǿ8ێY 6(::Ziii5O����;2�tE?/^k׮*((A{p=ܣ6mX`Xn$}Mܽ{w=҄ ]vպuo>mV'O\NԬY3mܸQ:z%ѨoVs[&B?~r9K-Zɓ'OhUZZ?^qHs:>\sܹsVZѣZfzÇnIAAA׍F+oQJJ7 ܹSFׯ6l`}spƽޫK*33S5rH5jHӺu4fsÇ?Jq<|<z9_����\]N��eP֭xb-_ܺh4*44TSLQN\ӧ+ @111Yɓ'k̘1QӦMS֭tR}^^^9rLb7L`PvZ r-6ԱcG<xP͚5sz0}GtRCQ9znnn3g^z%9rD~o{t钤M]Gqt)EGG[(}ݧ)SPV/7ߴ NWW3op 0@͓$u֭~m۶v98S̙3sN-X@3f_111NTq����$P2HݠG?XPVDiCoش\uVNNԲeK\beee)77WFQjѢELV6m^e(ԨQtuiժUv/sT^^6mVZU^B;vL 4PVi>//OeqLݸZm>n7FP]uO>'OaÆjݺFFuVu1���_Q6vx))*)*ѸqFI:/R^R!o��*zOѨ ZV$pY>`Gϡ&UM6-w3ujJ<w5eʔZ+ ( ֏kPv �����p W_}-ZhԨQ.NBTOdd�����Px�ѣG*33Srww׬Y솾5njC=w O������pp%I{O?ݻTuSsjbu�����'��\傃eW^n�����k��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������'OԶm;?ӧOk֭jذ ؠԎgjƍrww]] ���@eN�/hɒ%GyD 63qqqz75pZLפ~Ik֬ŋcǧV?h˖-JOO?,@C_֭[5k,ֻशJCiA P=Ԯ]*`0W޽ڶmTӦM1ۗe׮]5k:wLp+V6��� �Fjɓ___{0`@Mꮻצ/>ӢETXX(=S5~jΜ9ڱcG׬Yw}W'Oָqj5k^߿_ԥK^m2!!!zB|oɓZ2X5I}ע\Em����j �\8 IԩƪMi5l0 6Zokĉڔ7xCGUƍUXXΝ;`0qVZ_]/^TppF={_JOO˵{n;:w&MTeI]Fc'zm˹p zgm֝={VGQllvܩ'jٲej޼۷oSZ;wN7|4=3z'ʼK#""2oIݩυ]Tݶ ���f�5A\ǍRIIU1sNM<Y1c:Ky_^ z)?&iڴڵk!CwUdd-Z[_}\׼X~CϞ=}#?'OO>џ*'ԢEpB-\Pmڴo2ЫW/q5qZڷo_5kWs>n���P3N�/322iӦzҴf߿_V˖-5x` :TnnJ[}WJLL$}Zzu~A ,PZW[nE'NTF[\\kj:~ԫW/M0Aze2ꫯۻOMM߯~Z~~~_d𔝝YfI?(w[gyFlKuI<{=m߾]vyv\9{4i={jܸq厏gZJ:}5j:wnFm+Ζ""GUaa˗kʒn6M4I5R#(]VXG̙3 ҠA4vXW|hڴ>L)))}h4jҤI:}bcc5w\ 2ĦGqqVZ 6M7ݤ &KNhTΝ>+W:u|}}խ[7;2VzݻW|ڶmgycT֭o~>N4IK.ƍu9uAO>+22RǎS5rHYfGۤ<L=YW}էͪ~7Tȑ#0as-))IQQQYfٝʕ+m61B[v~���W-�u1IU߽{┝m]K<VXK.}/Sqq$ty)++Kv<43fhƌ*,,TӦMuA-[̦ŋ:ufΜݻwu ci֭ڰa<X*I /X'ca>#?^!!!;vl7h@ ,s=g3N:^xAWVQQMkT=TRRX7N}>3M0AVRaa:v쨒mذA>K+Δ""Ț2e}]tI:~-[~zW#R\\_~Y&Mҷ~B5kLzw5aL*{Cewfͬw&M`ɓ'm:xGUL&=z״glR͛7ƍ+!!At͞=[<֬YbuUAW֣>u둘8Yv\2K;G-[L***Җ-[SOɓԟ'?^ 6TJJfΜiWfɹ6sBEh_廨m* <:8?~?89s<͛۷GN/���Jq�נXnnnرc>s\O8W-RNjĉڲeo߮PM:U:tЌ3Wc%ij߾V^m=>>^SLQbb~']wu}ڶm:uꤹs* Zk&I޽{tO?|yxxȼ kIĉ5oe~AZnW\~[mڴkfKH;zWfH>_={1~}6l]sgPgWK0k.~ꫯԸqcI;~Ǐ{jͺ;.H*̟?_֭Sv[+--M_|E9h4ڔ,{tpg| *|@@n>|Xiiiݻ>yFU?Tbb:vwyGAAA\3g$y)**JmڴٳաCh[zԯ_?k;szT6tbEx 8P_}<<<TTT &(--MsQFFV\i=Z`֮]k3mteqj}՗ʾ}~5mT٣uE׹sh]j*9sF>_���x�AWyKG*))Qn:poh֭q/Sg϶λ,SN)::Z4sLkG\O=rrr$ɡJGǎՠAqL}GU}�NMI#"M EPP뢢‚ k!(,I�� �IDAT*`a/T@PC -@BHI\f22~g͹{qs´$-qY�@ii)/_1V^^?XlSL< Ɵ)kZL2gvW�*a{iibFx !hX;9mǏoQ9<iGJ~~>KHR;ljv;uKOOǮ]�ޖ?!!rٞϪ*c$&&6M)--ux/؂Ϛ5K8;(;;_}b1~m �L4 t_�xv?~vsP(pBd2�HMMſo8p �fKڤ'iOasZ}yz㷨m-mmþ_|1vX�ٌ2 =�ꗈ8℈4SfYpu;v S'5:[,aٳg;MbX`4@�v^">I. cիEz{'Fklܸ3fL_'$$ ;;ۡgϞ viZ�u+O7{ZxZ؞ǿ.QQQ#Wme˖-0L5j6'Oc=ywȟ:uadBYY<~F{/ꔿ6:chZ{ gǎ0ׯw{ܛ6mhĝw.]x" \jjjPPPݾϜ9ڂ@s\n <m=ГzjՖ~Z6m� "55SL(,,Ą P(<_"""""ocZ`p7nlقsO>5j.anu{ũCr刋�Nd6w˱Iii)�;wM,;tھg�֎9<�8 Ξ=?NlFuu5� ..!OC%ehkHAAT*+j�FxRwۑ믿�FᲬذ<6_PPfΜ)SߣGfOc;Fnn.FnLZZ EwNl[ݺjK6ޏӧO>:Ϝ9ł: 00v# gջӶ>i=oAc<h_m鷨%mw_}6Bĉ'�aߗ_~ X'x¡\/1pBDtBXsrW~}_~III/t;;BPAVߩ;:.ֹf?2�/uqb2�2ֳgOcz4556|ii)qa�֯~#""�T*,\>\sOO? Zl_Oui9iGۊFAVV�ia̘1N!T`tIIIߜ>u0V~c<3СChX,HOO{��+ZB�M7탞ON՟h4 e۷okI=oAc<'ekZmW'غu+FB!ԗmÇq)s=B~"kLVVF#b)k\ilŘ1c0f={;wݻwѣꫯz 4t|O:ɔJekǎ]u yDyy9$I-Z \ib}X}}}}iӦ&Ʉs"33z… {EEENu{Rƴ| =8?y[xKvT�D"È Oٿ^|fOm*s/7o`]ȵ?_PJ:n;ur۴Gk.ث?z“6W}?fee`0@Pڨ~ޖɖ}\4Ɠz}yz㷨mO_'~-z=y�p |WD:uS y'DD['D\\\;^;ҭ[7t ӦMÓO> lڴ 3fh5I3~:T-,`0usق0Glnr='Obٲe?>nF!zh4�_Y7̄/}]@dѣG8שxR!rןkɓn;uHrόdH$j&\叏o2�ji_t޶B}QϪ^oǏJ .�p~/z^~ޏu4ԠbXXc%mғts~O\wVtUlZh4lذ a`޽>|4q/Q[мMDDW O:!\Go�q�.} �Νm) ulȍ;w5+gĈ(--:ĉؾ}ö:ڷoH*a;0_}NN�kG[l:= iIb =?#�`1vT:.u:Ⱥ7bԨQȎxک]?Suw^KX,>|8ƌje6 Hq1�厊H$loÆ � ~~~ݏ�7ڰaN\ 4X,HHHޗ-i-h'e -jihe{5 ~\x>6DVcڵX,6mrSDDDDDm'DDט:)+,,ŋ+Lsh";rl6 l[+7_ZZJd2tP*NeEFF lݺ!Ç;_΅w܉~iq/_faFuGyy9 g}Vn-88XoՂf͚{iۂRSS駟.^|Wܓ24%s DHII19ulX'pj+QQQZnYYYXjFK;)o^z >,.^cɒ%ZbccasVVVW^yEׯ�jJJ o̜9gUm]Ç㣏>`}ִr ^i=oASܭh_m鷨%OߣRAAAjXn0x`a-pR\\[b#<_""""Su]Cf~ԡcoԨQ>}֭[7azaÆaǎ;w.Ə޽{%%%رcN:Dw}l_YNB߾}ѿǷ%&&B*u)mw5]֓O>^{ WFVV~ GAP4v`R駟vH6��.\(th[N_6'@~~>lق_WF>}b8qBb~رXpM�̝;f'|L$%%A*"-- ?r9^x~~ Auu5|I7Fs/gŋwߡ_~BWC24%s�Caʔ)4iڵkgbƍ0 ?!Lui9mG �K/+W̙3ܹ3cz<Semwعs'�DJB{`` f̘~ZZZWr9Ǝ͛7cҥFll,rrr}v 0�pz/̛7ӦMƍQQQn G?Lza+wǀm6,]YYYh߾=N8T_|Dce7U U<iz/4zjV~Z.Gp9f$'';[cp߾}0N-_"""""ocrt:�/9\G HO>ׯM4 3g΄裏b8|͸q`X'`Ϟ=HIIA>}j*dff6z\W籭iR_~~111�;kX_~ƺupQ 0fL0eGcsI߿?>;_/�vfvmxꩧ |_8{,/_HA?B7ߌC᭷BrrС=w iI\-0ݿL8x 1a„c„ n85jF#}!XXݙ1cfեY[ 227pѣG _f2o<bXv-� 44fBdd$~g wWҥK�L&Ð!C0ggO '>s�UV!-- .@"$$QQQNI={)֓Smh{4<<wr>?rzG߾}*7!"""L"M_E2z+^ "-F1)}/\o{SYYr !::S{(--B@/{T*d21;vgqR())Vo"QZZ2!**eG(JDEE!44a[UU|}}e@2vVƠ 5|X,塦抵MEE N:5kT}ޒ"::ݽJeee u{Ԛm!--Z}[tޣDDDDD÷u۾ҶN;<ɓ'v""jTxxx_JaĈdsWUU!55bwye+CkwAkQ(nu__6eh5Ǖ'wQCD"[tk]v\..~9{?„Ŷ5dCZ[I=Fr[tޣDDDDD.ODDW/KJ,\jcƌAttJHDD:]8℈fœ9sb׮]HLLRɓ'VѳgO<s.&][DDDDDtcǚ5kW_!==ڵ+./L&v1"""""k'DDtU޽;/^buEDDDDD6qBDDDDDDDDDDDT""""""""""": a'DDDDDDDDDDDDu8!""""""""""" QN0pBDDDDDDDDDDDT""""""""""":Ro.?�]V"RR2š 'DD(Ʉ(JhZo+HH$o ]*++k2 "#""""""", L& jjjPTT2#,,ţ6"kLII !ѱcGxHDDDDDDDD^С"##],jø8<5 CBB&DDDDDDDD��???磪E6"klFNNr99g'Dxd2l6{HF1pBDt(--hBgDDDDDDDD H$`@iiCm'DױBJقBoZAee%d2]"""""""6+((2 JE6뚨?je4h4!"""""""j@jL&o @DQy �@&y$DDDDDDDDm\.�zy4p 5u6!"""""""j#NN0pBDDDDDDDDDDDTXIY!vlAIYBDDDDDDDDD&0pBt]'MDFDcq.Q'DDDDDDDDDDDDu8!""""""""""" QNc%eؕ%e. Q uMTDDDDDDDDDD7 @DQyDDDDDDDDDDm'DDt]S*(,,Dhh(bcc]eY,#.UuFDDDDDDDq.""b̙XfbK#{p~\5XgDDDDDDDT'DDt]k߾=틎;z(-& �HB\댈T]DױB;z%!2"!n v*u@uFDDDDDDD1pBt]'kjZJ?999())A@@� """\j̄FADD:vg.//h߾=bccaXP^^LKfUUUd r8Fc4 4C{6j } I60,z-|{A2Y]p2�. %yC,1 aB.NTJX zH@#c֪aV H*"_H`1LYOjBsꌈ/ ]"#1j8ow/bXh=*l8p ~m<fWƺu,X�IIIN穬Drr2?.sӑw}WVQQ}ʕ+UUUǻܶ~z^!mԨQXhWl&č Ź|7M@ȨPdLjuHg"Nߢh\ļ1߃E>O0p$:!KfNbz$!!I ߜUtYw!/{ ^ KfXYx-sg&mN""jR׮]�'ODJJ Ν;I&CPT@lVXM6a:u*"##q)X ,Up 78yqqL8'Nbm �-5tPDEE�80u;\��]'毀_CP#&Bi|�МS6Cw.CUJHC;+)=!�Dg#>}ɓ'*u g Ο�$b�h3ċ{; E9(zZz܌ѓ[TgDDDDDDDt}a�ػw/D"֬Y)((͛zKx 6 aaa={6V^e˖ y.\4t̙bW HHvgdd48BFNOBީu٧ �w8Ed=1߯v ئR@ZLt  ɨ9Ce Ǖ'+,o �0kj"�$:d@ iD e��M!-AC#|{!ҠCGP{pWf]WN`` D"J%fϞh��łѣG;ӧ ;v �p뭷:;hܕ F!c|:4"ƺN^M D0*K9ߍM�@+wt�0V i =�B hT|�`ka(ȆoǓ)p2ƪFN#Nc%e8v2 7JBdDt}DDH$>|x�9 & FEEE�[;]%bc]/:~\1(x a(<ӥ "D"1 #hljI|Xtd. �Sm<+D)y��sǠ/�޷@o+?2sMIpYsG`ye%""""""" uMTDk׮ryt:�@NNJKK">>&IHj#\"yW8 eHnk^r]r&ok7<jL}@�TJ ұ^D29q]*u 1h3[4&eM8K'DDDDDDDD u,2"kzG:]^$�� �IDAT= 1f̘f$lA{555,%R4N:]`7bT֬WmYڣ{8h!i N8S6ìUb4^'H"߶Xoݯވ""""""" u�<�Bm G"��jӶfyrW X䐶n5'��Mldh]D}( t}!P}y~u] Q2dd2n JM`޼yo{Nw^X:- o<AAAH$(((payָxrWID?;O7 XҢFՎZy[a- sCo(� 趱PN(xH[T6"""""""p.""ju>}:>#<S6m5jCnݺw8q,Yx�F6mF'Я_?W_Ÿq`6cf;v N.++�\p!ѳgOtMW4yl" Aԅl�v=&݁>EٚB߶C) PgdQ:U�A'#UEѻBqI#Z\6"""""""0pBDDɓ> .xb 6)ϫdܹ;w� <s]'/^}a߾}:t(1a 8k:ٳ8{#<q$Yd=4=CuZ3}>D �HB;?@_jg=]ן�@$ì".U]@0<Qkc_u;ϸq0n8CV#<< Cnn.J%"## |�JroAAA�ݻw;?sL̜9kEY,ntp t$B$i0K_U ns%ꩥPL\H m%l4L*%$C$/U.A4YD,zu^� n#"""""""j 'DDtEEE5xǻ'((H5^a[GF,<6F L@$$8S\'DDDDDDDDDDDDu8Uy۷Grr2 rՓ!6.\aڼ�=Ÿ&}2aoT]DDDDDDDDDDDDu8!""""""""""" QN0pBDDDDDDDDDDDT""""""""""": a """""""""""RY|h4!Cz|<8!""""""""""RRSdBMM Ned@ U)/?ezn ]jk z|LNdXJoN0pBDDDDDDDDDDDT""""""""""": a'DDDDDDDDDDDDu8!""""""""""" QN0pBDDDDDDDDDDDT""""""""""": a'DDDDDDDDDDDDu8!""""""""""" QN0pBDDDDDDDDDDDT""""""""""": a'DDDDDDDDDDDDu8!""""""""""" QN0pBDDDDDDDDDDDTG]Mtai ixfj/B!!M>8/0НK88 >q]עA_ V ?$!ᐆF�"5^D]|DDDDDm'DDDDDn_2~CfiN!{=4"gK%< E9Ȟ9ACEܿ׻b4? P0݊;\ZNe /*NQg{!M*"8 c-#^Kv׳" <(atdr =Ӗ݊!7Ŵ]gڴi2dM$ $(Ei{$?�'뷭U|?O\W=0 vQ 0۹||ֈ""jT O]pz��z5O_]x1zd/ft3ž[Cb^3z5N^w{(TVEVVnVoANlI ;#��sMK]}[�>z4;5"""""`e`xi'}7sps"ԺhT"�䔜A2P""4*U%(,φF_ⴏJGXj d62h2 Z#o@Xzl/ד<-ԳlB-X~.Vlz!p̧"8ԺFč`#8j4h{el1 2AaڦTG_�;);� ,U5e֡/|d~.˦իYx] "Bb1}^Z,(kJq&fZTJ"a֛ QVVBhkQ*H$vVEff&4 """бcGϹdBuulFdffBբcǎ sqt�jZJ @P "uUVVQQQs^b@T̙30jDFǝki)`֪<trM JXH!h50@,un,0fM-Q!s~wQY $P0tO}^&Uebk0UW@q@0Ljak 2EfՃ;[gh`(4"3Uh��cY!DR$0V^z@$4w5weP|QP?$ jVZ Q!_FDDDD- GD"F'=}Ƿ"f "l}[,_?/>1>Y38K;aXIxR՛Bj[t!/w/b1](Q{[cBǹH$Cfb :<cP*6mNڬ$� i"G+Ī~D|h2/cUuBzh̝ #t\łwoV%+B;{_è.vE.c圝۪j0~QӶ܈&<~ HE yX,t鍏!xb6zkXzåu�b%`H:�K]z^>O�vUv-Bzz6h ,\ǏG^G91Xz5֭[^cb`$%%9_RR|{/F%KHs΅X,ny�`X|9^|E <-ѣGo퐧K,txW#i4?^{Xz~~~صkS<}/n3b6lk\a] yLtZB(\:a>?tئ ih�' ,;z둄W?wzF=}7 !ve(~ybOHW}`(EC<lBF=%3`R׽;D"?QO/ou OXYE@g0"< 妏Ύw"=~U!}UOSR!mp/</o=U{@g4 !~X6q�۱UHDDDDM QDYW;~Z;_Ncq A.P ltW>CgS0y{d�"9xk&c͂¾ Q=g /:�H�ˆG<1Er;*syظ#􈿹MM=vc­iN\rč 0Z~%4~"q&ic`{>e%F<Q.>O~| "-%K64>3XL 6Rӷ]RgMaӾ1HL{!"C;TΟX9,d"V=^|{R?Đbx߉vW#n<ꫯ"==#G<�???_-bFm[b6mڄbԩĩSb ,X�V 7puOo߾(**{g7G=zt�]v�<y)))8w&M:@R!4ԹcW^C0yd}uZ={O?Err2֬Y#dddd`Æ 2dt-  铊W<妏8p$".44D琷`"V~MET(~[F#hmXLF6^_ qHWP O΋{67<h'f6N@K RPmR. L�A"j �}9;?ob/k4֙'<קA&@3aVPk/{yBy=�V̇EA?b7>2Ϛ}/Ōۺa7@5,<Y_7u oDdW~ǔS;#s=.""""60pBDD-r*O�@Cmz"Yp�Zl wa}􄻓qNdB^Yp\z+%gqKkFW ?�aTFNIBb]dڷg�k``aѧ] N||| ˝o'yU89Ld¶߿DBTO/ K��W|Y+8)(?~}czc錍BNQ=S޼w'"PsBdXg3p5Ur֡lxE75c fg$Vo{ ˞,p^JRNz>2_lH10:]+8rt邗_~Y2^ٳ])((͛zK 6 aaa={6V^e˖ yl%K0tPk$&`0`ѢE8xCē�ڻw/D"֬Y0b>Z ɄAa֬YBzBB8 ǕH$=z4|||a$&&:|ZZCII/8o] <(L% ifDlCVB{ :�iD ,t節o*dBu;8}^]" %yOE! i.لg߅_3-EP�>yΈSt@QN<3yp= Q7CB_(xq9Ư~3�E0 9ϚNWc" NJvjǿ؋s*—ggT(xvH:#Mw؁׷e G4Zw8}�qq@PD"(UXF&�4 M=ŗ'=�9:_:�E0ȝ7hQP> ΋L)v(jS_xzյB��w�p "Bcq:7 ڋvobqSTlx BZ\^k#IF{�Bk.]mX,ȏ>igL*yz//'O�nVu6&N0}?z>} ::iii0 ',,LFTUUymZĢE �?V\r[N 4WK%q]\?Ħf6bA臝+3莨M^�b@tx}-> QrWMt:tC0V;W Yd]*}:[ۧ4YSG!cѹ71f[_qJsyZgrz�q:N yWky딆cz92x|wS�oN&6$D 6i帨5 ط0pBDDͲVL]j2UgРX Qxc:NxHH X7Mh93ig~AiU>t LfrJ��,o\DWHRZ=Wp E;;9e`6iź��fc{%ka_ �¢+�B !.1E@Gk el͗^ڋ N3M0 (xE7!-r�@ddӶN:̓�8r***L&F!>>a[ll~~ֵcF:<6-D"qB1f{EZZJKK`2�x%uvF hEQ  '"}Eo΂&";ljI|Xtd.i# >mA IݴPBO>#a,+h;5\&<s�N.mMne-�S@m -Yf{zWE0 ȮPp]M8!"f|Qb=; Dηܿ|킣 5ޠh^(B;o!i�DZ aT8E!!1xx3Xd(kʐ]INJ[򕤬9a6V�mFg\._ަt � 8|r+T/`�z]`St:�@NNJKK">>&i[Cy�]v˛s^ѣP(۷/bbb JRT*]憴Z.'<ks2`(u~ž^Ȱ (ykt}6ț?GB�C IH*QQ\/��&p]�`ߔܹ֙u5ƶB֟TfOz-ݶՎ""jGɟmo9G3bPQxswNy:E@ʱH9? ^$uDNlCiՈm-}4_k-R.6M}N*rR9ycMiz#U8m?uM@u1ft@inf˖-8z( 7|!ߒ%KRu ۚ ts3aQ{T| CڲG"p(ĽW%3r~wzʬs~_@:s;c <s mo]Cktr\] -=ط<*DDD?��ol,p^�99t.Oouv<K롴Z@wݹZye #"$=:& Q*rX,P|R "8屍Ʃo_!f�IݗjsVǭ62(uڊO>|eΝ;.,9]y8qS%33Uqu+7q+a*wWs 8i]Mw ـ䐶o-3SEk]8sz tx Nk/j%zibׁݞQa�E#,k>D.G]m8!"6&艟tѱ A.űo=3SQTx-{ڵk/kL٣X,xb_~}%7m)^@.4> KϯlNd_z@�� �IDAT"A"S>v2Iz3Ԏs]-}tV9un*7~b)))LWTT`ӦM. 22 [nJh47oXQ?ΟlS{WZ<4^dr(~y6kj;>T|<kE/ iXYצ:;"aV;;Zyb,h[ID?;O7 4Niz2Fڷ<;�jߏN;yN �'FߤBwc$b3ZwN棼F{z68ՆSuQpSٱ>Sa|כstㅅ;E��o T{,,2#]'N\?و H?&&6aߨx<r<|{|2S'B/#73['2,zxs߿ 2 ]oA,`΄7Ȥr:ig~?ql6aǟ_{w]{KKӤM{ -@ x@Am07u<;p& /8P!0V11 "*P)zM/~B&Mʞ#${\.o,{xd[\ sgo_iͳ|͒,eYv8I2wR5:{`qdђkɱOqG?qĜq[hѢmoKWWWsUW ا1-ʕW^s9' .̴iӲ|,^8K.iٸq9|5\{]wݕ:+]w]~eڴin>wTUU{^2cƌfʕ9csqs2yEy 3eᅩ6+˗dҾ?{˦<wT363/z>)7|9/^L_Sk.IE]}*jǥȦIgB6TM7T9'+/L>t|&kSI~n׏}QܨɇŏqGC^:yGeaoL/Ϫ/~,g,JOWg6߃{Q7獳'ko4|H:=KR.Ρ'eVw?3|^Iٲsѷ\7��N�N>y|r󏿚O_ICg>4̓QnheQrPT-o{)堙Gdٳ/<g_x*Pלc矚3'9]Iئ6~]IR#瞐s{Y2]i7)7|^A3Eg}=;y>z_'-?m(UmGn.sEs=4ѾR_טko|.7HL?<8'yƐg҄9}Wo}:r(Ҹ_:mCrO|>}zs=>}z*|pꪔJ,X ks-3gN.䒜xC2qO>9?xn|ӟNz衹RWWo=v[|tM}M4)~\wu}˧L:jDewMZp^7k?g/x\3w?yե?wcoEeCwů.uG9ްƟ4?y~w=̺۩kgmf˃?7%t|!?益~7 x-ܝ-sN]$~s};^o<%3/:OД;3Z]ܕ[vS|Kִwu3:*Mck?E'IJ䄹Ss{Anv'��ǞT-^TU =nƜvwp^ZZZdɒ̘1##==ھ%k6HC]S&ַ'[7~lcHMU떥5'HC]Ӡ[~EmJsÔ45Ly7oݐVe>Z~EoNs4OcYiU::X?iH/3K.g-V^[yX8YfM2qľ===ټysSQ1g\.gڵLcccߍ_zvG)oݜ1SS8rtYʆ{T7&;xqG-{IUٞsRyحsӾ|I7MՔR5}k$,YRֶgn>垞,[ג̘P:7�M7nʕ+3o޼ػn~o5k1r?OOgO,X$I[5I'�*ckiX^*2yFo(Ud9ߴYvꚆ=ձ펊Li7 wuW}ќyo<IrAgmoڴi~ qƎ8`Rw***2eʫǼlwTMsq9`ΔJ?D;{/EUQꙻfW sS3{^2{0 j7uBMݵ}*J̙&�� '��`ݺu馛OsͤI裏R]]w#=D���`�apgfժU[p¾MMM 2s���3 �0(J???O?͛79OUUH)3/T6ڥF���CO8�F&L춊ںL8#=!Z;��`U�������F ����� �����������p�����PN������ �����@A8�����('������1#=��`ޚ3yH'[6cٓ4=US}uC<;ԣߔ!&}i����F>(KjNZx +}weg>캡|;W-39) ';b��q.�F ka 751IRиm?YGz:;YG癏}HSw19+_~|agyogv5OutW^6<}݃g0i��� 8`TikkO??~WEredj٘eOУ)}7~h3n|xsҰ3tu}c\2Ugt})m3s׺i_D>}��@8`TɆ dɒ崵e}KRv[[[.]L<9gNTݦMՕg̘ #q޿ο/mMڒ3R3{~l$[RڒISsIޟ([3됴=P:I}]9֖۶r|sJc$˗sͳ7>c|q쪎N׺3yFg8JU۾<{5 ���CA8`Thmm}M7妛^رcsw د\.ꫯ7ttt-1cF?s1뮻/})~=s?466kIuunkOU~0S΋W_;W80ssc xQrUz0fLĥ۫.BHǪe{ ;ݮc$Iy}v\^˟Ȍ4y,G~ҷ~ܱfV֯s}xs&/hPk$U5>p��`( '� 555 Oo 'N:of$_[n%{l>L:5/sUW]y^~3=yO~vmyӛޔO<1Iݝ/8]]]g?qѸTEm? 5Z}'LfdÓWݙyG qcե?LЧS9qjږ<Ugyq3SxzCHe}^ƴ=4p~y*'LL=:ڃL>_ti4OSAڼ!c' y=مi:O{Iyl}qV_zΠ/Un Sڅ'��$�0*TVVOOMMMn̙3'~+[oͬY/~/bxijj?\}չKO~2K,va<yr<?r˗[ڝq /5:{Itvpێ ~-5_AU83cdO W_Y޺簫ڟe6~SsaSLԿk'lpұe/^}q:V-KŸLOWg֮RAIw;)r5?ݥKh F'vQ-{yo>gzqy0v5 ���#i_,�=ܓ~f~q>}zxtvv[WWW~%\Gy$7pCN9唜q{vz23u_nF<oO-|7?MzTM-0=; /i=ML? }c{ݛR5yfZx -ژgM2+%I:]UR=lIOO^Ke}cR*k y4I?'IwXp^}3M~5Jv5 ���#Ɍ�Y>lκuNWWWVZYf[7gΜ{_9sf>Oqʸ#ܝ&h}Zzuw3Fé㹥Ip}XL%[&Ug8rRSX|ҽus:W nKR"tU7qq 2dWq��� }V{n/_</€5kVw'+"---y[ߚap{ݛ2/oYmᤧ5IҶt܀uۂIw ۶&IJ5cwwyv{KCr)wvQwOҶh}8s3qZ*k4mG?Ko{���B8`{Ex١W/|![ns7_{):<kG_E]Cڲ=[-Ȩ=/-?^:<-8Hj1MSН}7R]{z.yL'IepAlhLa;���0\d}ܹs$<̫l9-ܒ+/9g>70GڹKM큇%Iڟ==i[DJcRAV[Sny)喗!WL-ݑMwۓ$xr<tW֮J&sncLtZ6`]۲'Ϳshh‘�� �0F 'pBrmeֵ7WWyЇ> & /s\.ѸFޝRUu6vm7o跮ܺ%+{O}Fflo}OJyo {Կ;ԊOn|<ѷzglb$xJx:/I̹nz'2^mwDMyّr떔[^J\ ���Ku0̝;7UUU̘1#Yre=wq}666fѢE+s9d…6mZ/_ŋgҥ9=-[rE&]tQ*7>,X 7pC|qf2yEy 3eᅩ6+˗dҾ?Lۯc$Iۓ,>)~6+?x^y33OeLl}gYrL%Ωޚ+I2qyIGoq{3SQSr9[~O;sU<;*c{cZyV}ci<cQz:֯2k ?-<���`4N�U&M??W\qESLQG5` >^{m.s%\O<^zi|s˔)S[hQz|_G7 =l҂21/^<{ˑfqÀ}O;K}o>I2~& MY/kR)<!ν,~ΎTM?~, ^儉ߜMS}LK3wc=9]~s};^o<%3/:OД;xl���џdV-^TU;X nƜvi;v|~/N---YdIf̘=r֮]466^:[nMss=3ѬsnΘ橩l4yYUޚ1gi&kR}4keok_$צj~>{��lܸ1+W̼yR__?an~o5k1r?OOgO,X$I[5I'�JfiӦ h^;ͪ!XEEgԦ[3&=gv.V3{^2���ߙ�֖=PT֍p�����guZqǜH���xp.�`U3uo0���3N������ �����@A8�����('����������� �����������p�����PN������ �^[gwk<¦ ����q �-9#C#=����^�����p�����P3�`߱+ܐ̘0.NH4pr9붴jLj]Σo֎̛:!Sj_8O97fF8a����N�xU\|"m}ؐxq9y~?aK7{ɿܓ5[$R;&Q]lnyΔ\#����e �ꓷܟɒ:F.#_ܿ|m>y9k?̝9j*] _<<Y%ʻѳ&f;'[G:/ۺsM?۫ ���_ �k7k,!S&}QdfLiͩ{.#ܷO)f<b]n\xR~$OoL{Ww>'V 'O~)?ժs.{| ���ߝsI>ṕ}ѤכLWUھhșfo=^$y x3G�����e �wO[.e7)эl?X%IrA<����{p+j-n܆U!S&3`]Olѕ$3🦚1~���� �h|mUua;Nmն85`ݦa;.����l=N�xEє$zuIe X0����z '�wnTȵ= [ޕ\yS$ų~}g���`0�^Ѥ\Μ~G#ϭ7|&'_`Lns8{Ryn}>͟r3/f ?I()=x����Jq:XWh͝}ޘg35$ǹCo+ݷ4ݷ4Irʼoɡߚ!9����p,<,<X%;3al&xƺlvnj؝\{?,YRֶgnO����CI8`j7ǘ7uBM�����q�����PN������ �����@A8�����('����������� ������� (IDAT������p�����PN������ �����@A8x (JI ���J{*=5`̘1I ���ՕT`{ k@UUUJRGz(����^GGGJRFz(B k@EEEҒr<���rZZZА o3WkDsssaÆ ���~twwy(%�F477gرy6���uڲvڌ;V8a׈R9sT*eŊimm!���YbEP`Gא̝;7IlٲY&]]]#<*���ٙ5kdٲeIs禶vdŨ6f�jhhbŊ[.֭Kmmmjjj%���FOOO.i>~̚5+555#<2F;5&|pZZZaÆlڴ)7oN\���Δ)SԔ5����.p�����p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����J.- �����'7np�����fߎ!������6~SYY6~w1 ������45~(Mf�����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('����������� �����������p�����PN������ �����@A8�����('�����������pR[S7E;s����=?,6$F>;la=?~şoq����Cw޷=`P4<=`jl/����}o'ڙNR.>zvc$M2vϽ_뫆$������Xg$mGkѶ8ɶҝmե3Ie^-=r�����}AW$yyI̓dǗꝎR.v,v>td_�����ѨwHGœ/wŏ&q4 *������;뤷8Q4LR1|c�����RݣcflMIE�����`QNֱ]queG�����z{eϯ8g-@�����`_ !;A~�����WdJ>Lp����IENDB`������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/sample-banner.svg����������������������������������0000664�0000000�0000000�00000037043�13367142271�0025055�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 900 371"> <g transform="translate(0,-681.36218)"> <g> <g fill="#ea482f"> <path d="m398.43823 888.94055 6.25196 1.5791c-1.3106 5.13478-3.67387 9.05567-7.08985 11.7627-3.39456 2.68555-7.55179 4.02832-12.47168 4.02832-5.09182 0-9.2383-1.03125-12.43945-3.09375-3.1797-2.08398-5.60743-5.09179-7.2832-9.02344-1.65431-3.93162-2.48145-8.1533-2.48145-12.66504 0-4.91989 0.93457-9.20602 2.80371-12.8584 1.89062-3.67378 4.56542-6.45601 8.02442-8.34668 3.48045-1.91206 7.30466-2.86811 11.47265-2.86816 4.72653 0.00005 8.70114 1.20317 11.92383 3.60938 3.22262 2.40629 5.46773 5.79007 6.73535 10.15136l-6.15527 1.4502c-1.09574-3.43747-2.68558-5.94039-4.76953-7.50879-2.08402-1.56832-4.70511-2.3525-7.86328-2.35254-3.63089 0.00004-6.67092 0.87016-9.12012 2.61035-2.42775 1.74027-4.13576 4.08207-5.12403 7.02539-0.98829 2.92191-1.48243 5.94046-1.48242 9.05567-0.00001 4.01759 0.58007 7.53029 1.74024 10.53808 1.18163 2.98634 3.0078 5.22071 5.47851 6.70313 2.47069 1.48242 5.14549 2.22363 8.02442 2.22363 3.50192 0 6.46676-1.00976 8.89453-3.0293 2.4277-2.01952 4.07125-5.01659 4.93066-8.99121"/> <path d="m410.52319 882.49524c0-7.84177 2.10547-13.97555 6.31641-18.40137 4.21092-4.44722 9.64646-6.67085 16.30664-6.6709 4.3613 0.00005 8.29293 1.04204 11.79492 3.12598 3.50191 2.08403 6.16597 4.99516 7.99219 8.7334 1.84761 3.71683 2.77144 7.9385 2.77148 12.66504-0.00004 4.79103-0.96684 9.07716-2.90039 12.8584-1.93363 3.78125-4.67289 6.64941-8.21777 8.60449-3.54496 1.93359-7.36917 2.90039-11.47266 2.90039-4.44728 0-8.42189-1.07422-11.92382-3.22266-3.50197-2.14843-6.15529-5.08104-7.95997-8.79785-1.80469-3.71678-2.70703-7.64842-2.70703-11.79492m6.44532 0.0967c-0.00001 5.69338 1.52538 10.18361 4.57617 13.4707 3.07225 3.26563 6.91795 4.89844 11.53711 4.89844 4.70504 0 8.57223-1.65429 11.60156-4.96289 3.05074-3.30858 4.57613-8.00291 4.57617-14.08301-0.00004-3.84567-0.65531-7.19723-1.96582-10.05469-1.2891-2.87887-3.19047-5.1025-5.7041-6.67089-2.49222-1.58981-5.29593-2.38473-8.41113-2.38477-4.42581 0.00004-8.23928 1.52543-11.44043 4.57617-3.1797 3.02933-4.76954 8.09964-4.76953 15.21094"/> <path d="m463.53589 905.505v-47.24414h9.41015l11.18262 33.45118c1.03123 3.11524 1.78318 5.44629 2.25586 6.99316 0.53708-1.71874 1.37497-4.24315 2.51367-7.57324l11.31153-32.8711h8.41113v47.24414h-6.02637v-39.54199l-13.72851 39.54199h-5.63965l-13.66406-40.21875v40.21875h-6.02637"/> <path d="m518.77222 905.505v-47.24414h17.82129c3.13669 0.00005 5.53219 0.15044 7.18652 0.45118 2.32028 0.38676 4.26461 1.12797 5.83301 2.22363 1.56832 1.07426 2.82515 2.58891 3.7705 4.54394 0.96676 1.95512 1.45016 4.10356 1.4502 6.44532-0.00004 4.0176-1.27836 7.42287-3.83496 10.21582-2.55668 2.7715-7.17581 4.15724-13.85742 4.15722h-12.11719v19.20703h-6.25195m6.25195-24.78222h12.21387c4.03903 0.00002 6.90719-0.75193 8.60449-2.25586 1.69723-1.50388 2.54586-3.62009 2.5459-6.34863-0.00004-1.97653-0.50492-3.66305-1.51465-5.05957-0.98831-1.41793-2.29886-2.3525-3.93164-2.80372-1.05276-0.27925-2.9971-0.4189-5.83301-0.41894h-12.08496v16.88672"/> <path d="m552.77124 905.505 18.14355-47.24414h6.73536l19.33593 47.24414h-7.12207l-5.51074-14.30859h-19.75488l-5.18848 14.30859h-6.63867m13.63184-19.40039h16.0166l-4.93067-13.08398c-1.50393-3.97457-2.62111-7.24019-3.35156-9.79688-0.60158 3.02934-1.45021 6.03715-2.5459 9.02344l-5.18847 13.85742"/> <path d="m601.9812 905.505v-47.24414h6.41309l24.81445 37.09278v-37.09278h5.99414v47.24414h-6.41309l-24.81445-37.125v37.125h-5.99414"/> <path d="m663.05054 905.505v-20.01269l-18.20801-27.23145h7.60547l9.31347 14.24414c1.71874 2.6641 3.31932 5.32816 4.80176 7.99219 1.41795-2.47067 3.1367-5.2529 5.15625-8.34668l9.15235-13.88965h7.2832l-18.85254 27.23145v20.01269h-6.25195"/> </g> <g> <path d="m712.06714 905.505v-47.24414h6.41308l24.81446 37.09278v-37.09278h5.99414v47.24414h-6.41309l-24.81445-37.125v37.125h-5.99414"/> <path d="m754.63843 905.505 18.14355-47.24414h6.73535l19.33594 47.24414h-7.12207l-5.51074-14.30859h-19.75488l-5.18848 14.30859h-6.63867m13.63183-19.40039h16.01661l-4.93067-13.08398c-1.50393-3.97457-2.62111-7.24019-3.35156-9.79688-0.60158 3.02934-1.45022 6.03715-2.5459 9.02344l-5.18848 13.85742"/> <path d="m803.71948 905.505v-47.24414h9.41016l11.18262 33.45118c1.03122 3.11524 1.78317 5.44629 2.25586 6.99316 0.53708-1.71874 1.37497-4.24315 2.51367-7.57324l11.31152-32.8711h8.41113v47.24414h-6.02636v-39.54199l-13.72852 39.54199h-5.63965l-13.66406-40.21875v40.21875h-6.02637"/> <path d="m859.08472 905.505v-47.24414h34.16015v5.5752h-27.9082v14.46973h26.13574v5.54296h-26.13574v16.08106h29.00391v5.57519h-35.25586"/> </g> </g> <g> <path d="m528.44257 846.06836 2.03662 0.5144c-0.42694 1.6727-1.19679 2.94996-2.30957 3.83179-1.10581 0.87484-2.46006 1.31226-4.06275 1.31226-1.6587 0-3.00944-0.33594-4.05224-1.00782-1.03581-0.67887-1.82667-1.65868-2.37256-2.93945-0.5389-1.28076-0.80835-2.656-0.80835-4.12573 0-1.60269 0.30444-2.99893 0.91333-4.18872 0.61588-1.19677 1.48722-2.1031 2.61401-2.719 1.13379-0.62287 2.37955-0.93431 3.73731-0.93432 1.5397 0.00001 2.83446 0.39194 3.88427 1.17578 1.0498 0.78387 1.78116 1.88616 2.1941 3.30688l-2.00513 0.47242c-0.35695-1.11978-0.87485-1.93513-1.55371-2.44605-0.67889-0.51089-1.53273-0.76634-2.56153-0.76636-1.18278 0.00002-2.1731 0.28346-2.97094 0.85035-0.79086 0.5669-1.34726 1.32976-1.66919 2.28857-0.32195 0.95183-0.48292 1.93515-0.48291 2.94995-0.00001 1.30876 0.18896 2.45305 0.56689 3.43286 0.38493 0.97282 0.97982 1.70069 1.78467 2.1836 0.80484 0.48291 1.67618 0.72436 2.61401 0.72436 1.14078 0 2.1066-0.32894 2.89746-0.98682 0.79085-0.65787 1.32625-1.63419 1.60621-2.92895"/> <path d="m532.37933 843.96875c0-2.55451 0.68587-4.55264 2.05762-5.99438 1.37174-1.44872 3.14241-2.17308 5.31201-2.1731 1.42073 0.00002 2.70149 0.33945 3.84229 1.01831 1.14077 0.67889 2.00861 1.62721 2.60351 2.84497 0.60188 1.21079 0.90282 2.58603 0.90284 4.12573-0.00002 1.56072-0.31496 2.95696-0.94483 4.18872-0.6299 1.23178-1.52223 2.1661-2.677 2.80298-1.1548 0.62989-2.40056 0.94483-3.73731 0.94483-1.44873 0-2.74349-0.34994-3.88427-1.04981-1.14079-0.69987-2.00513-1.65519-2.59302-2.86596s-0.88184-2.49154-0.88184-3.84229m2.09961 0.0315c0 1.85466 0.49691 3.31739 1.49073 4.38819 1.0008 1.0638 2.25357 1.5957 3.7583 1.5957 1.5327 0 2.79247-0.5389 3.77929-1.6167 0.99381-1.07779 1.49071-2.60701 1.49073-4.58764-0.00002-1.25276-0.21348-2.34456-0.64039-3.2754-0.41993-0.93781-1.03931-1.66217-1.85815-2.17309-0.81186-0.51789-1.72519-0.77684-2.73999-0.77686-1.44174 0.00002-2.68401 0.49692-3.72681 1.49073-1.03581 0.98682-1.55371 2.63851-1.55371 4.95507"/> <path d="m549.64862 851.46436v-15.39014h3.06543l3.64282 10.89697c0.33593 1.01482 0.58089 1.77417 0.73487 2.27808 0.17495-0.5599 0.4479-1.38224 0.81884-2.46704l3.68482-10.70801h2.73999v15.39014h-1.96314v-12.88111l-4.47216 12.88111h-1.83716l-4.45117-13.10157v13.10157h-1.96314"/> <path d="m567.64227 851.46436v-15.39014h5.80542c1.0218 0.00001 1.80216 0.049 2.34107 0.14697 0.75585 0.12599 1.38923 0.36745 1.90014 0.72437 0.5109 0.34995 0.92032 0.84335 1.22828 1.48022 0.31492 0.6369 0.47239 1.33676 0.47241 2.09961-0.00002 1.30877-0.41644 2.41806-1.24927 3.32788-0.83286 0.90284-2.33758 1.35426-4.51416 1.35425h-3.94727v6.25684h-2.03662m2.03662-8.073h3.97876c1.31575 0.00001 2.25008-0.24495 2.80298-0.73487 0.55289-0.4899 0.82934-1.17927 0.82935-2.06811-0.00001-0.64387-0.16448-1.19327-0.49341-1.64819-0.32195-0.46191-0.74887-0.76635-1.28076-0.91333-0.34295-0.091-0.97633-0.13647-1.90015-0.13648h-3.93677v5.50098"/> <path d="m578.71771 851.46436 5.9104-15.39014h2.19409l6.29883 15.39014h-2.32007l-1.79516-4.66114h-6.4353l-1.69019 4.66114h-2.1626m4.44068-6.31983h5.21753l-1.60621-4.26221c-0.48991-1.29474-0.85384-2.35854-1.09179-3.1914-0.19597 0.98683-0.47242 1.96664-0.82935 2.93945l-1.69018 4.51416"/> <path d="m594.74823 851.46436v-15.39014h2.08911l8.0835 12.08325v-12.08325h1.95263v15.39014h-2.08911l-8.08349-12.09375v12.09375h-1.95264"/> <path d="m614.64203 851.46436v-6.51929l-5.9314-8.87085h2.47754l3.03394 4.64014c0.55989 0.86784 1.08129 1.73568 1.56421 2.60351 0.4619-0.80484 1.0218-1.71117 1.67968-2.71899l2.98145-4.52466h2.37256l-6.14136 8.87085v6.51929h-2.03662"/> <path d="m629.55975 846.51978 1.92115-0.16797c0.091 0.76986 0.30094 1.40324 0.62988 1.90014 0.33593 0.48991 0.85384 0.88884 1.55371 1.19678 0.69986 0.30095 1.48722 0.45142 2.36206 0.45142 0.77685 0 1.46272-0.11548 2.05762-0.34644 0.59488-0.23095 1.03579-0.5459 1.32275-0.94482 0.29394-0.40592 0.44091-0.84684 0.44092-1.32276-0.00001-0.4829-0.13999-0.90282-0.41992-1.25976-0.27996-0.36393-0.74187-0.66837-1.38574-0.91333-0.41294-0.16097-1.32627-0.40942-2.73999-0.74536-1.41375-0.34293-2.40406-0.66487-2.97095-0.96582-0.73487-0.38492-1.28427-0.86084-1.6482-1.42774-0.35693-0.57388-0.5354-1.21426-0.5354-1.92114 0-0.77684 0.22046-1.50121 0.66138-2.1731 0.44092-0.67886 1.0848-1.19326 1.93164-1.54321 0.84684-0.34992 1.78816-0.52489 2.82398-0.5249 1.14078 0.00001 2.14509 0.18548 3.01294 0.55639 0.87482 0.36395 1.5467 0.90285 2.01562 1.6167 0.4689 0.71388 0.72085 1.52223 0.75586 2.42505l-1.95264 0.14697c-0.10499-0.9728-0.46192-1.70766-1.0708-2.20459-0.60189-0.49689-1.49423-0.74534-2.677-0.74536-1.23178 0.00002-2.13111 0.22747-2.698 0.68238-0.5599 0.44793-0.83984 0.99032-0.83984 1.62719 0 0.55291 0.19946 1.00783 0.59839 1.36475 0.39192 0.35694 1.41373 0.72437 3.06543 1.10229 1.65868 0.37094 2.79597 0.69638 3.41186 0.97632 0.89582 0.41293 1.5572 0.93784 1.98413 1.57471 0.42691 0.62989 0.64037 1.35775 0.64038 2.18359-0.00001 0.81886-0.23447 1.59221-0.70337 2.32007-0.46892 0.72087-1.14429 1.28426-2.02612 1.69019-0.87484 0.39892-1.86166 0.59839-2.96045 0.59839-1.39274 0-2.56153-0.20297-3.50634-0.60889-0.93783-0.40592-1.6762-1.01481-2.21509-1.82666-0.53191-0.81884-0.81185-1.74267-0.83985-2.77148"/> <path d="m644.52997 851.46436v-15.39014h2.03662v13.57397h7.57959v1.81617h-9.61621"/> <path d="m655.96234 843.96875c0-2.55451 0.68587-4.55264 2.05762-5.99438 1.37174-1.44872 3.14241-2.17308 5.31201-2.1731 1.42073 0.00002 2.70149 0.33945 3.84229 1.01831 1.14077 0.67889 2.00861 1.62721 2.60351 2.84497 0.60187 1.21079 0.90282 2.58603 0.90283 4.12573-0.00001 1.56072-0.31495 2.95696-0.94482 4.18872-0.6299 1.23178-1.52223 2.1661-2.677 2.80298-1.1548 0.62989-2.40057 0.94483-3.73731 0.94483-1.44874 0-2.74349-0.34994-3.88428-1.04981s-2.00512-1.65519-2.59301-2.86596-0.88184-2.49154-0.88184-3.84229m2.09961 0.0315c0 1.85466 0.4969 3.31739 1.49072 4.38819 1.00081 1.0638 2.25358 1.5957 3.7583 1.5957 1.53271 0 2.79247-0.5389 3.7793-1.6167 0.9938-1.07779 1.49071-2.60701 1.49072-4.58764-0.00001-1.25276-0.21347-2.34456-0.64038-3.2754-0.41993-0.93781-1.03932-1.66217-1.85815-2.17309-0.81186-0.51789-1.72519-0.77684-2.73999-0.77686-1.44174 0.00002-2.68401 0.49692-3.72681 1.49073-1.03581 0.98682-1.55371 2.63851-1.55371 4.95507"/> <path d="m680.49628 845.42798v-1.80567l6.51928-0.0105v5.71093c-1.00082 0.79786-2.03313 1.39974-3.09692 1.80567-1.06381 0.39892-2.15561 0.59839-3.27539 0.59839-1.51173 0-2.88697-0.32194-4.12573-0.96582-1.23178-0.65088-2.1626-1.58871-2.79248-2.81348-0.62989-1.22477-0.94483-2.59301-0.94483-4.10474 0-1.49771 0.31144-2.89395 0.93433-4.18872 0.62988-1.30174 1.53271-2.26756 2.70849-2.89746 1.17578-0.62987 2.53003-0.94481 4.06275-0.94482 1.11278 0.00001 2.11709 0.18198 3.01294 0.5459 0.90282 0.35694 1.60969 0.85735 2.1206 1.50122 0.51089 0.64389 0.89932 1.48373 1.16529 2.51953l-1.83716 0.5039c-0.23097-0.78384-0.51792-1.39972-0.86084-1.84765-0.34295-0.44791-0.83286-0.80484-1.46973-1.0708-0.63689-0.27294-1.34376-0.40941-2.1206-0.40943-0.93084 0.00002-1.73569 0.14349-2.41455 0.43042-0.67888 0.27996-1.22828 0.6509-1.6482 1.1128-0.41292 0.46192-0.73486 0.96933-0.96582 1.52221-0.39193 0.95184-0.58789 1.98414-0.58789 3.09693 0 1.37175 0.23445 2.51953 0.70337 3.44336 0.47591 0.92383 1.16528 1.6097 2.06812 2.05761 0.90282 0.44792 1.86164 0.67188 2.87646 0.67188 0.88183 0 1.74267-0.16797 2.58252-0.50391 0.83983-0.34293 1.47671-0.70686 1.91065-1.09179v-2.86597h-4.52466"/> <path d="m688.31732 851.46436 5.9104-15.39014h2.19409l6.29883 15.39014h-2.32007l-1.79516-4.66114h-6.43531l-1.69018 4.66114h-2.1626m4.44068-6.31983h5.21752l-1.6062-4.26221c-0.48991-1.29474-0.85384-2.35854-1.09179-3.1914-0.19597 0.98683-0.47242 1.96664-0.82935 2.93945l-1.69018 4.51416"/> <path d="m704.34784 851.46436v-15.39014h2.08911l8.0835 12.08325v-12.08325h1.95263v15.39014h-2.08911l-8.08349-12.09375v12.09375h-1.95264"/> <path d="m724.21014 851.72681 4.46167-15.91504h1.51172l-4.45117 15.91504h-1.52222"/> <path d="m741.33246 851.46436v-13.57398h-5.07056v-1.81616h12.19873v1.81616h-5.09155v13.57398h-2.03662"/> <path d="m747.27435 851.46436 5.9104-15.39014h2.1941l6.29882 15.39014h-2.32007l-1.79516-4.66114h-6.4353l-1.69019 4.66114h-2.1626m4.44068-6.31983h5.21753l-1.60621-4.26221c-0.48991-1.29474-0.85384-2.35854-1.09179-3.1914-0.19597 0.98683-0.47242 1.96664-0.82935 2.93945l-1.69018 4.51416"/> <path d="m770.52753 845.42798v-1.80567l6.51928-0.0105v5.71093c-1.00082 0.79786-2.03313 1.39974-3.09692 1.80567-1.06381 0.39892-2.15561 0.59839-3.27539 0.59839-1.51173 0-2.88697-0.32194-4.12573-0.96582-1.23178-0.65088-2.1626-1.58871-2.79248-2.81348-0.62989-1.22477-0.94483-2.59301-0.94483-4.10474 0-1.49771 0.31144-2.89395 0.93433-4.18872 0.62988-1.30174 1.53271-2.26756 2.70849-2.89746 1.17578-0.62987 2.53003-0.94481 4.06275-0.94482 1.11278 0.00001 2.11709 0.18198 3.01294 0.5459 0.90282 0.35694 1.60969 0.85735 2.1206 1.50122 0.51089 0.64389 0.89932 1.48373 1.16529 2.51953l-1.83716 0.5039c-0.23097-0.78384-0.51792-1.39972-0.86084-1.84765-0.34295-0.44791-0.83286-0.80484-1.46973-1.0708-0.63689-0.27294-1.34376-0.40941-2.1206-0.40943-0.93084 0.00002-1.73569 0.14349-2.41455 0.43042-0.67888 0.27996-1.22828 0.6509-1.6482 1.1128-0.41292 0.46192-0.73486 0.96933-0.96582 1.52221-0.39193 0.95184-0.58789 1.98414-0.58789 3.09693 0 1.37175 0.23445 2.51953 0.70337 3.44336 0.47591 0.92383 1.16528 1.6097 2.06812 2.05761 0.90282 0.44792 1.86164 0.67188 2.87646 0.67188 0.88183 0 1.74267-0.16797 2.58252-0.50391 0.83983-0.34293 1.47671-0.70686 1.91065-1.09179v-2.86597h-4.52466"/> <path d="m779.95477 851.46436v-15.39014h2.03662v13.57397h7.57959v1.81617h-9.61621"/> <path d="m792.35297 851.46436v-15.39014h2.03662v15.39014h-2.03662"/> <path d="m797.94843 851.46436v-15.39014h2.08911l8.08349 12.08325v-12.08325h1.95264v15.39014h-2.08911l-8.0835-12.09375v12.09375h-1.95263"/> <path d="m813.54852 851.46436v-15.39014h11.12793v1.81616h-9.09131v4.71362h8.51392v1.80567h-8.51392v5.23852h9.44825v1.81617h-11.48487"/> <path d="m833.89374 851.46436v-15.39014h2.03662v6.31982h7.99951v-6.31982h2.03662v15.39014h-2.03662v-7.25415h-7.99951v7.25415h-2.03662"/> <path d="m849.40985 851.46436v-15.39014h11.12793v1.81616h-9.09131v4.71362h8.51392v1.80567h-8.51392v5.23852h9.44824v1.81617h-11.48486"/> <path d="m863.76068 851.46436v-15.39014h6.82373c1.37174 0.00001 2.41454 0.13999 3.12842 0.41992 0.71385 0.27296 1.28425 0.75937 1.71118 1.45923 0.42691 0.69988 0.64037 1.47324 0.64038 2.32007-0.00001 1.0918-0.35345 2.01213-1.0603 2.76098-0.70688 0.74887-1.79868 1.22478-3.27539 1.42774 0.53889 0.25896 0.94831 0.51441 1.22827 0.76636 0.59488 0.5459 1.15827 1.22827 1.69019 2.04711l2.677 4.18873h-2.56153l-2.03662-3.20191c-0.5949-0.92382-1.0848-1.63069-1.46972-2.1206-0.38494-0.48991-0.73138-0.83284-1.03931-1.02881-0.30095-0.19596-0.60889-0.33243-0.92383-0.40943-0.23096-0.049-0.60889-0.0735-1.13379-0.0735h-2.36206v6.83423h-2.03662m2.03662-8.5979h4.37769c0.93082 0 1.65868-0.0945 2.18359-0.28345 0.52489-0.19596 0.92382-0.5039 1.19678-0.92383 0.27294-0.42691 0.40941-0.88882 0.40942-1.38574-0.00001-0.72786-0.26596-1.32624-0.79785-1.79517-0.52491-0.4689-1.35776-0.70335-2.49853-0.70337h-4.8711v5.09156"/> <path d="m879.30829 851.46436v-15.39014h11.12793v1.81616h-9.09131v4.71362h8.51392v1.80567h-8.51392v5.23852h9.44824v1.81617h-11.48486"/> </g> <image width="331" xlink:href="sample-logo.jpg" height="369" y="682.14789" x=".21428968"/> </g> </svg> ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/sample-logo.jpg������������������������������������0000664�0000000�0000000�00000024710�13367142271�0024526�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000�������������������������������������������������������������������������������������������������������������������������������������������������������������������������JFIF��`�`���C�    $.' ",#(7),01444'9=82<.342�C  2!!22222222222222222222222222222222222222222222222222�qK"������������ ����}�!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�������� ���w�!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz� ��?�( ( ( ( ( ( ( ( ( ( Jm#O;Z0h"֣�Gl|п? g.^khO2((((�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�JhtsQ՛�'W_:֥&?d!ݿ¶IԕO׳7r}J)dU'du9VS>E{KC{փM̽ŽG  HeYNA -'\Ѧk/Orv:E-`o i#{R=xYQo"y9=+Δ\]:Z(Š(((((((((((((((waOVbJu)j;�מԓM%4ZI fbz֣j%N68*M(Ԁ(� 98+|uqeR qA(ڸ+:QZHem[,u=>ׇڥr'naGzmƶz/1mtx?#ck̭=Ve-H@c`(�(�(�(�(�(�(�(�(�(�()j&[$W7Gż<8TC V"wY1Y|}o3m`=� rDXY1h89gIpF 3WԺ bOo�s[?blL;~\ezXJ\RQ]8QE�QE�QE�Qx�t/^;aͨi?2OG5-^δ?ExMkwqepLJO5[ UsEh><ॾz ov謌H#6ti#3RuQPPQE�QE�QE�QE�QE�QE�QE4VfiJspFq:/.wG`g˟?Zų_Zw;CU#wpOu5?Mycz\tKq!i^IVcQֱ[' :S-,j(^1QV+ռ#�ji $9OCtb6s%ܟCTM]~gnSkaؼ?pwo+cR`4o'oݢ玬{k=BmSPs;O GJd|UjJI9$E!EPEPEPEPEPEP^ {ȴ%f%``F=�H?Ҹ h-jA\k S>뱢E(UP�*4 &<t+:(((()y'ހu51tѣaH�u_jz x"<;mze_iP+$I�֮#U~Z;lZz +'z0HMZV9rřrM6*Q+lQE ( >WK �ꗿi3i#n�7e"hs[__O-^Hd'\zah#Qȸ?>F= 5(X9 (`(�X|Ceo2,|L䢛}FNA{pv/TxH;s�UW}4W7t:l LUe�vB*6OEz|>я7+�ms:?r>5KO oSͨ^Ekn啶Ow/ MNL�hvk%]T1_Ց(msuZ6k$ nk|IA AlUk͕*ݣb(kYXWqSR f�tS}Q~tOΤx�SHeJ`6"SЊ,ʺ:LZC (+m&.5产5-X48=s^@9zOV g)2dkâ+sB(aEPEPE`O�7mz>mR+H>?z:6+H Ԛ𞂺EejtvZ Pce,-r{^X'Kg;~5XzwxaǨ `(�)v\�kn#7`cX?˧#ԨO@(�J(חIinҿnPnR)kZ١clJ�=k'&id9f<JJ4"x8ά( ( 0=PӧCN8?FE+'Х&ds:}٤F5 /K節E'ж/E`\�3"{1"�:J(ū#NRaX,?ty6.guB=zW:vTt?Qj+~ƤAqOc~|5JwW>YVQL(�(�+Nne3?}~+AѤֵ$A+=ۤ1(X�t<<cܘt+B��\Ƹ,=keΏ5hoG?edrYN=zJU%Q]F!]Ôαw&:A͇W]dڋ,cϊv)/}EWwQ@ $($#ߛی)p޴C`$M\z\v}yXE�wQEvhQE�QE�QE�QE�QEoL]ڔ�ZцuX};/ݿP+1<Q_G$O#�q^FA0GQ^Fk|igjp.rٻVrlW,7EV҅Q@Q@=6CfYbf%y5܃xH$zkkuuŸ1>wNRuiߡU; JRMk2ȇUՉJ..j-Q@0֏P_D'ϯ^Y=c{ Of kBfu#-E:H9*#6 ?;9E�מW;MÑˌvkG;(J_-~xQjԲ,Q@U$z׷-!AA[P/#_CM#fiQ^<&QE(�(�(�(�(�:}5W3?Q]5y EV`=(jD�<>:~}?פM;; IJ;™Y{J<m}T\c7''.akԔQE΀(�(͕֝p'q؎mB{}c63Z{0K^OxI+=�lyQJx|iA##p\;:((84mEuW,uG:Ycմ޿)au%C($lUG`G8B莽SI(<߮?y]z߂glscF50: 3Efj z/y:g53;\< g_}ObI''ӂlWR|((gp[߰O*_q)ք7ޖM 2"fpO݆M"T牓hzT0Ք$MB"pq%,m 2]s t}{SUjVorqtEWyEPEP2NށG󮊰|6H�yuwE EV'PQIZ�ތ:W4r4n]I =u59>ǩ WU9t=?c.'EVӅQ@Q@Q@Koq54r)e8beZJ/$mP vʒx2A^Z?oi�̐B= g*}Q2u+ʇ{ yǏ"=N%MK:WYYP#.p2b>STgeB3{T3єo 3+|0_ }[yԉ#b {F>msllrVn囙CQ\e<Fe,=.U ewR\(ejaV妅o\~nxC͙RԩC*3�M( dol*��;SxERӆV68% G`)֕(bTW0-Ż! KE M]Y,дRO>oݨ�`}kե>x|"(QEQEpbC!B+3A]`?bjWU28ɦhp%D 'ֿZ<z<'t?QXTvgf*uգΓ:td'̠�J@n�މ¹+:Hý>"kپG4CzZ^[b12<+E\qUWR?pF+}+]M9:,Ƒ�v^@U#j_Iə!~ν Q#1X^-\gkڰ�|PIi3ݐsZg" 뉜1P?xͧ.{%b[xiZ}ajn#J!;AHQOU{CUxWJ+ѩU糁O#EWtw~PI-ؠ�t?hVyOO%Gx])ʲkмs$`3$}2;74FnƩ+By`X�sS*&%rԋnc\d@VNy.?*KicX�hqr$wQȤd+O?:oMN$ﶰQsgtCi\Ji[5qݺ9j? ?*/� s9?drS��1KXKS)?ƥ_X+{L5t�Ҥ]Z�cqZ,Uٷݹ�J.!o*joi %{KTUp"%Ukzs)}=ϭtarÍe9(# (u"J'5U4MVǟϣq^>{ v5MM|gkM_lT4QEx'Q@ttB B^a}c 9T0Aqi4̐�^Yr>9_Q^aEPEPR~iQ/ncv~&Wce'v_ח|&kANد?>$K&质<?E&o:y&WnA\uq՞$SZN�XnJo/ {SQnO$eB�.GHΦ"|:8lfއ<5?w4eoN8Qu'orrrr?*֛f9�gF"2̫[N$xtr62Za~K Hc 8Ev7kyiCcޖ L⺱e,D}<ӿg%X@~_;ZJ2QE&=JZ(kf+IN*As:٥G#TU[6^2�:j�TXi04[_oskGH?Ekv"-Z`ՎEIpu z\?WMɶcIN+xZO7%V�r?b]>hTG#ȷbҤ\S++!kξ(7rvBtԬbl߯�ZzRgpQEx܅QH%/;Ơvw&QSN/S޴F-WMAּζaHI3$9q^^ �-%&p:XZNjtrK8a�,ߍ\)ҝIr]ݫ'U)]‡Dk¼X^\?ܻ;I'9䴁ar9ެeӣ4]7 [ZYydnQ\+NϡթŠ*k[YnBT{i]ntNJ)kx_@}TExi״EpBFQ K>_H�n浻W|>ex_ Dԁ]g[nAke|J^GV^tM7'+t;Fduu8`r>ik{f`<g<=G.>,RCC2C<k^PZ<W<󃹵_.d*C5of9P:ƹC@ [$}vkL^T@cQA8#WkhER�(�(Q]NH o $u# \=lh nr�zlI袊׭> /BMzxɗƻR=|7|QEfQE�QE�Kmq%W0bp}zy\`O+^T5*;][UX �W 9[1\99Ԕ߼VQEfnQE�mFt/�U+ÇXW nrr8w>z�` t?䏙α��!QEzG͘'l[B�\t^)??2-~lzȺ6~Iz}kXS\xLCUjjY蝨zuིIA{r@5R q|Ţ+A[%~^X\Xٔ㳎d$RE /StEo+-9LgV+#e*êFiEW0Q@*V r=(kp;}:^Y$Ō7h7gX}�Jk0^}VQEw�xx^={Ik<HOjM�0J?ݣW2袊O ( ( ( ( ( sVvs7e^ Y%{|84M;͝G'�;-tIXՅ6: .;uk}I)kI%d|DŠ(#;f\[$;%=|i+} Z (?$�?ҺH 2)!?8oc_WbKǏQ嗴]KåQ_DyEP\߈thGPıi@=OqrHv95fjEQE�QE�(8 M.^$\Ujhwfܼ}c?*2Wf`uQڊҼV/dZ[llރ57Wcן~>͌+>(�(�(�(�(9˯jnXS 3/.m%j9ßijH|nvMV 5 @*j(Td|&3,MWRBEQHiWz*̫nէ9`~B=ǻfϣëR (Mt߳^Lw/C+*H A զAŞ(MཱG'_4F>rQqn,)�2ik,g{GXЦ3uKrX/ 4Q_V]@((({uQM;ji^ $rs"hd c}k˱>ފ}P <?1^csR9б#vAǽz!F5~# m{D�uԷ]ffE`T瘕ٞ ד9jM?ʽ*^>{ ~7TM q1_Bm1h~QњLj'�"AG^}}-T^MI}_݊}$h=a&+z$7\w\R3Z9YKsqyd`iօ$f7W1hMU#�zM|E|8>Y+cͩjE*jPxbu"P>ku?FŝaSx*ݎG{V�E<@Y%=RQ��EbTϟBf4O�)j-R9�TIO$#{G_ ^\%%՟AMZ QYQE�iwer?ֻs^wWaj.f1 9WxԢM<d,mN9A\s1f,$V/~;*�tUjqoSMQ^pQ@Q@T[r!v%'h"#B{[~' t��܂djڽ|6ORMrt�`u-l%<<y`(�(�(�(�(+]Ծ~N�~;+gA}+KCcx?Sp~;pxi.ilשQ@Q@Q@Q@Q@Q@zևK\e?0@~۝,}Ov;nq_AeG/ysTOS:'NnyAEV@QV4۫ q? ҝ)|WXlC0�k8ic¶*(P:�+dW`0;a?^�^b8$hi+ݣEZEWHQ@Q@Q@Q@Q@Q@ne$j^$*:WsYdsz_;3'Vz8Lbh泗dɴ#T(Kj%%x* ( ( ( ( Y;8]vH< w)bۢT_K;d 9>֬QڊAB*1m/\Uu.G+A U}+05RרM" O?G�~MhQz 2+[l36Aݺµ�WJ:JV�+` ( ( ( ( ( ( ( ( (!+re=kPK\ȟ"+mJ;ŞtA#=CH/ZN|JC crgu=UʴQEyXQE�QE�QEY{륉rVoAWJB:LtߴKWh~P{𮲣%5T` } -%SugŢ+(�(�(�(�(�(�(�(�(�(�(�(�(�(�*9#IPe=A))4|=e`:4nQԫ z%Rm.taWaR(cvz7$U j*Q$ՏZHW (,URFK] P̭˟Jȼ?κ:̛{6;#QE} Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@ e # 2Zv?[W6# KYJueM,顖CQb*ޓ>RYx&0E:8Dp^%<wwKNԙ"P�� uWѤ<Т)QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�QE�P( ( ( ( ( ( ( ( ( ( (?��������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/examples/wolpertinger.jpg�����������������������������������0000664�0000000�0000000�00000053054�13367142271�0025033�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000�������������������������������������������������������������������������������������������������������������������������������������������������������������������������JFIF������C�   %# , #&')*)-0-(0%()(�C   (((((((((((((((((((((((((((((((((((((((((((((((((((�������������������=����!1AQ"a2qB#3Rb$CrS���������������2�����!1AQ"aq2B#R3� ��?�$ Ipnƕ*C:AŰ�ZvܟO`/Lfee+]\}t[ڛK P(HOZ -0utb7>~g T ((bXk_Ԁ.ta( І@ۓɵ퇥`46~/;}07S [j@hv< &i 2Ik~B 9ga}vXYUyImŅ;a>rآq@�aũ'="v&ç\ (`V�c<P6D}d,Hۡ5ua<ieXq\h+*Vʧmh·rVS(%vi݇�#6MTHQv:cUɹV u^Fp) >csoFPI\8mCek�A\zlqP"}I&l o[Aua#Blc|%X$'7B\ @nv? m,PT}b5m'ߐ4 Z'?EL-h@,H6?_gH/wҬAV|+L>x* )hdnvg7�};QIw FklpzFkc#;<`r�[�MV$m;{`Z5 iPmnFg-:K!6F %*K2{[\ Qs{b)7'p_ ? %]$ bvjڜ�k{nj^8ѕn�0|II$"�+]jd[~VڞMuUhd 5 a< ۝7+7!fJShkn1Dk97b$F#kl#!^ ]Q}%O xɟ#Ikv ;k%QK`M-ۤ F;8Xx9Pf}|.wt@U)N5Ճt_P i~i'G @mc wS rHͨQ#r~U HqyM^kIҦ{�qE<5$>ͩkK"H#4]˵,YbNj[}; 5nZ + '2�HvQJ3m/'67or{ta P"ͽ)qR+KQ {-`U opnM:׶ E1-lJPԩz}6~0Ȳ EgV"~sӮ 6.D1P}7Nc{ �4{ JKܡ͏h;SbR]{,e �{7 �F5$I[) }j(UTt:\SupqVaXwa{p1Ic":"h+$GTViÝ`$0e&dF V[l7+hg\K0Am�j̰0Dk?d4+UlPb.=T0hQ#@ Гxvs7o5u4Xҁfm)p%.qJy�'Юuݑ+~PYsUiKf^!%t>sm$h>(JF6p{cxm_l~Aֆٲȫk_1Vd NttPKF nuaSQT6n{g-7 E<s2){/b^q fQZ+Il5& X (<X\{#4It A}qb'7;wĒ1}>b [|6,3 ̩o; F8 v?yǘQ)1 X:MWC&kԤR 7'\e:nzbOI&:mpB.TBi'[eJn$߸7tBs�)WAJ4p~*``,/r=DZƅ9Id $t UQfZGac{XrE8CebuIᣁJE߱ԝIiǗ. &KF[bk*Oru_P{}/:V* UѧPf"UAdRPץO"s�ce#L1/ʇ֏g]]RL-F~h ]9|T~U<�%t烿|<7�F d\lΛrm8�j4ޜrt5JqMN,F _8LU:tz|!,#˪YQEFI&k窕b+ef�/i1ؐ>^}Ͼ:_*J>ꍈ;فS R�XXHdeaeޣ$,@AP`*!7oǿ¤ٛѱ�~N!DO -"}?`[FQhFǴHJ~p &yd �xʦFZ'nM H/cē$ӁL,JJMi2in.$bFY7!MvIrg`%a}l A*H�29U3*GO"V]Z~F7$_Nwt aFu (4WO:Yf"R:CiqbHi(U}sIU%V">c NOS7:gVޝ=΀W O$RHǨ=F'�} '0RŇ`\ߐ8d=20 GOooVE~W͓ᧈǢ,= ,2)ʨM.v�Kw8clQE׃"k(+s6A :A%+,-2Ʊ+GY99m-h: -K @jؐhH)7R //nSUΔxNYK.bO%X t/%^ ho3SF6 ׷;j_A 5^rSo- l8VMxE` w~8-,X-RAo6SK/VcsmF\0DnvLORC(lZHRUFH"�WA oPgo#JHtH_SӇN݊ k'$2VV-3(g;|v,ހkk:T7�_ ȧGM,6};`5eNGlpgֺڅڴo$lcs,1ʠ͟SCUJ5Az4|Eh%@f� ګ) K:BMJw:qoQ8$zo>XGW~n]AnvzԤzR&HVo��|tUrJDRN7醍 |bX< j*�yl&^cPj3FeHClEv7pA~ݵ4*f2dپZZ@cBU*ޟuul/tg;LE�fЖ\8#R)n(QWWly;J+R5|ម>i,-HCHvǬUGdʍ.;)ӑ8`j%?j=) ;5mo5g",Sx`y| ,-6l�heJ cd H$l{ܪƋc=*8; Rl0JP�ŵun\"~eGo<KFK 3meRƞ9ƝVn4qxjd'JZ;ȉe}V.B<s09yp+#lll�:tq9EڏOIC<tu RBT([r6~r PfekSX) Q̼=�lq+s<Wt/[ᚸis<|sؒtw|*FB]*4ɭv7RrXu$Rw4^:*`3Y,ZJ@�]ѣZ{5D4i)j؎s() IQ$ډ"8\;oŸr*gtuT9ʥU+4qԬdGE)8׹߶ۑGiqb?k&_LV!- 4g9Ӎ/cA /cv>F;$,} p�7@SPSBEطXQmEHH:EqqT8ov# ΅a@?q(!CJI$Z|_-lXyao LP8:NR iZێ1T)) \oku4T) F$ũ@V7Y&<Uu1] s=vM #LwU Hy;XYɜa$>!X,ZB@7$n88+c$$|Y5-Mdx<zZ̥X5ГnXU#FU&yT?f̠-`C ~Ŷ;# =⟖Mȼa[PK5\p Vt�:n~-o)ռC'Fc;""2[k#uߐݮ~r.⒲L0I"�T7pn $PrX W5 CG);('?k[fnsWQ)-w)C CA z*c-⟚0'g4dTĎO^7 }Loa͆Mk3gg-=K U % ``٣";⵷Q>o?3<Pd2b7�X �:ROTzX$%NǦBTpGssn� Y�E`Mk{s]Y@a5 %X)ZlS8 kzj!K :X]V:ߦ kSri"nnmc* ]JmIbC^cFW L92:dɴ,5=5Tc*_HROտlOZN+tRo'nsMes CK9YD#dg^ۋg&>,g5)2Bjt/{ =X} oT #* Pr_{bZ*;}I84k'zO&&n־M_jHO'Ds`�o}$vpu~Ma^OO[P JZۋOsm�>RN|L+b9xHe}6eVH.Xg* < bZJMiYJ콍{\nSEזI1}4dI-lXIQv70<f7쒑EW,AUܟ{}۩'I3[4xv$9$-ͽ ؛\nQj+O)dK?/Q: 1W2 %lm-і!RfOY5#VtujG@6 } xuWJU|mΞ%s̑$)I=u,|U7^5хh22:hY#QpobJC&_W(u%iu*AecRH?! lgD~,PG}os*mo,?y,IM)Cڅb6�ӄSi ?9I8|XJi2|W""eݛXkxl~IittMMz~_&He*_oе@o6+ -׮X dzKv`77wW�*빵]FcSbw탛 erfh0 4uF=Vv8I- (ϔCvj+Q@c4.y BJF%<is(ٙ˲ 2<u37*X$Mj#~c!k6!I. **!+rcTyA,Y;^̤iy]Yhŕt44nWKO1;B~Vt{pE,%mFxk?W/dp-eS4uX]@O�;~v[d')֧)7Dc#f \�lEGWM':kPΪɨ) uK;k^{m8C+Kx( E5J.i]37|ʠ33h䞕\ Dlx":\_ZSLjr9|:VlfȪX˪0!I�r[?mqJs?:U$}^<}+%/Ӹоq*W42*%H7ۦ:4RLI2y`I'`-a}⻔Yx*3 v]܎nīX#TBRQ̥$]r9)gIe`~5|XjxΫ76&$[OM*ߋ/*Ihqtw{#=|iK/ةj�%J\筅1ء,2Z$ 2ŋ;~ؘ s"G&c v߿_�aMT%n�#aԣm,`z8WR|ۛ }0RbVB7kI5Cu0paI f"  0Ke- /Ċ <,H})ReE>c4]v:or1O^|/:X~ƴ5a)TJ&nڷTJ Z32/y",&i2M-OObaeXwqt �Ϩ�ѽ8`e|9_YQ6}Ջ1׸,C$n8au-J[gu%|k-nT# & CAp%WqjhgzDqR$[B_үn-~"ӷaMRWAt�pHFϤ q{k+= -d~!))yϟ:$1Unk}u+sċQiW_Ri!s29'KD\d}M@yvF$N R^jE+zzr,?hrr\ְ̫O0[PѝT+ܝ:;˓{'v*FT6!p6;5qY<)1őRo"�fb2[5abeIG5RβyH X @6w`th|S*³tK&PI}ga0zz+#*3B!;}'T'A+gIU\*`jD;5}9c�Oj;`#fzGQ+z}ߐw)靶bQ #pv/8.Ƞo`9 B*Y6`(%ê'uuuV'm#|fT$H\n1'ݡӥCy5=+ٜJq0IX[uj1w H>Y_o{a&JW5z"b[O:^6(qC>S?m== 7f̲̈[2C1)o01Uf�bC8?OYgH+<QO3(tc$=͈xbjE\Q]D%b;�͉TYAW@u+d(k/$R5|+/JMf.(AgLir´so2%kjEŹ Ote_TQR^efTJnefhf`}Hm:tᨓu1iC]&*wQ2@XC_ccEu7B2k2aI_5JиQh�A'Ԧc< 7Iig'Teyي:46HoF!=ŻiV{ث4\溦')<EIh(S6F+E?i5OO׹A-D;GrPHO'XF:eX\zO'j*P fm)K<96m&YBvOP #]H; ":b7$Ν*+cg, HU|,^x:w)2ᗉ筌fu9<F!4厲O`-|r']puH7P9OTlk_I 7`wsOR\q~do_EU&_T[R Y 6$8ӭ\ui<k𫣣\ʊ,iYRXT-PA P8YK*)ؑ5t�Y? XD<J6}G}:Y$><~eež,,ewmٷ$)PںܥlUV_ڨ@y4Œ 6,6w?ݏUXp!ЂwXa9uJzGknEs{߮FKvi]SPE`1 W#5NU+uA%a9(Ԣʍrd\l5SY_N{RY&e.zX#)|f4G,EKDo5T?g4aFz,fMO:hV"W1Q͉ 4|M"µϐPe:|HuI(($q(a FjsIW&dg-E"kL&]5t_SUBr<r|)j:XMd&Hn =q:҄z-^ A/ =82)Z\pѨO?6I3@ uʋ&_SBsO5$21�n oьr$gܕeYg2^ ,21dx-~-ؾ+x&'jmdΉ崑H7ۆzm NxX(a<U :oem<3fÉ=9tredyFh^M^T2ၰRԌ|ώ�ߥ'0њxki'1)mXZNnƗ&5>ןj\j$kJu)xd,v$v9'87Ls9*2:ԚKS0Vfy�^ bOܿ:UfmmvWVcZZSEptRp>!5[>|S!JqPyxΆ2HJmkzyzXNܿs|7O2˩"[4yM%:cgrͶ"U߿ϝP%}⎖J%Q±�Pt:*q[nK lCi:GBH=0hT$;�GocpVO3Zp80lb&r2cl�l>E]jz^l7Jb{�gٛS;p&g5ń%T`.^k5mJ?]b°sKl\3,* m+{2^NyG"1'=$^sQAE,yiA"jԷ�I^5hcJ%l2eU#1QbxxtpIUiFÃ'X|.sY;y .C +yC�AkܬVTjKl5lTjwVe1bH,\jһH! Fю99=WK<Y/e*r}:_ VSjr QURK\-d36* u;JXR}N]d5 VeUF OPbδoKFGmq'rqx)k8FX[KAm݈N&4ymU5$4ouQ2VI^l7I<?̲Zb*I)Y)y>XJ]F?( x m}QMA:C:Wh&6@nnqŭIKz aL=h!33m]iv(5)"8z)R_NRm?f(2q[LZaZn _:HKIMqS5ZIehZdPٚ{#{#[r9}߂}U|ҜQS ×dV054t^g2<K㧑cyΐ.7cv&-R$fttGhJLq{_(HeY@1J)bz[b> rG*$-ۿ `y).YEm#,�M7 kq}0Jͩd`1_/D}`řտrp0wUd$;q Q>c��>(|V9GNy %U! H`ᕵ-}''/ I[IR&# fVaumOЃqmu-[5'>/7ْ1OYIQO1x,)PWN|�^.|,1x�IUI%) ȹ-rJcPSffXj45s3D$O-ѾF$RQ;?8amحKA%E=$t1CQ̼jW:wwa*Gݗ0fs-DEvG To ,ROjn2)v4y-�.& +-^ 鎕$۶, AJ�f_NHd�uEv ok-M [#x55I$mM#$RqbYm}ihER9u4E୨J .,\0�07]D Ϊdz7Y5,,HqpK ܜ,5 &,QT}`+-}E<v8yeܖD^J]fMWY,f(BN 2 3PybIO&B7G25FO+t/q.�m-St%f[UD(pƴci5[�]}#+TB*hz!Gu8>ݰc2;h!2ASJcqܓ@Hoq)4 5X&rO8s KTp0S:Al5@u+by錢MvzXjBk~�2k&qib]�وH[M5!Gcm� /&NUCzA)Fl.wX(TK�o&W?ۼN$%.[ n][qɣ~ ZYcrp @1,%zh*I#A\UoP[~=[eJ3ś gQA,iGS*MD&V-+m&F41A:#q~SS}C$Fzr#U-!;̡EAt4`1+|%5F (CBkVmv�Z;nCː۲ixik4f�#0٬ \a]6I!πZ5G76,.GFۢ~}.u"L)cي{+PAm(wNя[C,bXb6X].y<DRHm9G ̨2ѭLR%#{iزߧb/mO+lv%Y&4+T#F`H s($X)Qr|xo*OI$fVmɷ፡%=6]83VeY ѓGQ=e Jw ci+f[nqH}C4'3:r.Ye){oHP0e8(EwJЌ˙ TG**9JS*>ɘyVq;Yok'=mrNk|q /O}*yalqKQjhTyjb hF*�]=f,uBU-GFFΣDw>Ὄ =k ;mq (xVL2`$.Բ [`NM6AuV#Fx3zH \ Rb"sn >Aaŗa_qˠĞ=Y gfyMu q|7= ~eJ3Ctbt܍͏t⒲Zw()$T6 +?u k ;M mI(Ϊ)T&�n{@ؑ�ۓQ^7GO˲J_554wň6;M%WLJ\HF4LԓeֱgR`4N5ަ9,[QSuY#nUHJZO1anHnl/ۥ͎-W IH}R""+iY ܅aOSbUu̧ȑ^4pv6[x:~TA>% X qp,۽'%&aVLDKUHW~Kuµ� U=ptzܲ1˪GS}tڕp9ܛn~{}_: ;*U;:t=-h*%,\xaZi_ePC-I vZ:s"jClGJ̪5O&fjpYig_UAtUx9Ċ%JeDf9ansxGEÜʴ+YSAhf[|I=tuc\?ᏥLUdSd[|[Gy ZMY3 2,Go3 ܘ47ZVR0!moʳ.BSQ|ZY�`Qw6N1ǖiHOkz~IV8㴆5HO�m~q+܆"BnaIdW�8+@+6銦/6PA^�j9Y.T{~x )kN^ nS iE{ H^p &"dY@@d :نǂQ})]QYr$y[6{X[- bSVR2=lI SA*KN)&a2YEaɹ#O'WS˩JFnm?ncF;7<YlJzQH ąerI�[%F\~&gNuSMi{8@zGm`m+58'25O)~$QT^w-cJQp/Ӗcrc[XA�ۚ5C2N<]b1F+]c`$b!A!O'nַ\5YK$I[o{$]GR-5okgѥ8D+ s橳[H׵O:t5"DuSX 湄5J)\F-{Ůo6bΎTs\&Uh؋5 [W'tm5Zipꦛ+E�n6xǦ"MuVٞcYWEU&]QYC#iDP�tMϨ;#~5*cR2D^LT_"GN)EԽ} 糗A틑NYK<:#̨tIoX GnrrYh`8Ir �-�O|gƍ ꚣQ:#mDpz>]B׾%+c*j> Xr bH.؜AI ]ktJr\편"~Ad,H7d؎=,Xf e?/ hgj 9oo3Pڦp겿mDbDi$pBӆ$�6 F'eZ hs�ixȕ,*N� bQyM[R,%~j�B]]D5ۍ7#2ۓepJ#UOTF+ =Ȳ38f1"0rXŎnq'p5 v} J5BSBQAߞq|IݰRњ8Pbኅb esEC%lc%0 %Kᄳ,@e%oacRtʤURֈZV&p[StWiKM%!t>_/a}EiSH+@ҒMDOfP: kz/̞ٙ5zhRF>zKXo׌bK??7QKdRTèFmiB6:ܿ\8a* .z5eD TI۞}Lnnzr W_ДɛNM4lTޡ7erdg&|rtΩ*MBeI$!O JFn6`ENM.Bn 3ٓ,pEB:*Sl X){ Y4ۣEK\Ln=@,:o T펍U6cacHL*\aKs؏* ;ٕJEKĥluOs vdS y"ݽ@rLOJ{:$!tw|j�i4hYTF%�wrnNU&9&_1�*/8Pl5� Ou:LL\\iڵl�ݷ]2 TVRfRIQ!D`Ee-,H�Rǩ8mzՔGUqm\* a!rw`@i&-uPbZی.qALg0QeRDXzA nzUH(*ic) PIk؝ Q ɸDRd d/ l{mUym1T>K dIu6=ʟ sњbu˱}9=6&?F71QNPw�Cro R\uTrMъGC&6abҧ1!zʙj*8 @.UOn8uSK$]gZiVx^Nn 77PwgMy']Hc )MD̠F$өقEȸmԎGhvISK'17$R ~FخducH낡吹db7G} ˳+ J ['~?:춢4Hu<6c/09*�_[,$L= a(_LIe$ۧ| RSSU[I$WC~pzܵDjI.K#r0c2�ࡘv7P@5 a6F@oqŰqolr.�A罰[ $Š|: -"TApTm,B=8 jF/(LMLIO̪" 7 ˒`1(y0%|K4c]om�3nycܡͲ*Vce6XOP-aQq Hx3oh3 U"]UX6~8o:q<"m|4*+B3rn>r}kɭ4M _>Q!U/eBߝ7?\$}1Km2 ZzXg@Uw#W&qQD:C;216 l{_c~m 6Uq$K5J;p4=֢jy2=AE  -}<A/I̧̧?iiUn\` 1wo[yEQdcJY$(<fD<Bw&WE50湥-~aU g*}3v;o;<4_bZ!H`Mr1ud Jpmd2-hm\ L|RH}6XoP5<)7 EMB}'IM&YE NǺǨ~g6y^5 mChqw=y$h*j@ q*Aw=^,$}Vc<~IuF]] OoFb&Ȍ#}x1w(ṣhIPiKv*x{r[ Q&Tx!C Z 7�1vnM;bs~X0p3RQ% wp( [`}D1�aZ?gDgK idO�} qϩ)"i$D 'xC`agT檬Y�ꠓΒ{n7hR֎Yb(:/k0P}7�b>e-MH;aQ{Q"*((hjJڒFH-W6|+Ը$hP7HCj%ob9GJPgYD5XL% rD[p߂Tzߟ�RԬiYʐ<�cn= y9%,P5A pLIb<&y 7bK{0RHOzD"2X)\Q Y>)QǠE-�, :\ȱm]cU%}$0ZMd؅22FV6N'F'G �[ mpP+.zqv!)�\u5ٸ$ 7Jv*LopV !c[ҧHzSз}&ֿ՘Sn{XY $̤26`9ƍ5kfR =c|>Qxh8kBk#{}B.o;WFzz:?SO%fIT�6Y�@$mkXcB[gq܋教t5QS="vSAn~붭7zT9@jO)¢TU#hw"��Q8I 'Y+ ([Ɋ&*H�J7C7RsD4F(yr skx02l*E4uO-ᖩ݄^[Iw}vvhf9xnXuXf6 Ԥsm2FczZ*3Mz|Nm2yUnx@%NM@P [ӪonG1ez'c4jdEFs4LVZNFYQԵ=q4#-7s'N$X;'ᬧBSvay_[[8nv=0+�XV@ō1yi&0ܒz}pS/e,ZrUJ %աVf`V褁muC]Wrn۱LVc57�72tՄ7+ploql03f*vǶ5 S=$m* orm/r2]G # Nz/;X3Y+N�/l ;t4]`ICEBU6ߟoQv#S6&ݶ�jjaJR-۵|ݪ|eφ^ ͩ*?GyK 4ā:NoM|<^*3Bg,<3(b5c5;KZA]IN*ؼeBG}Jp/k-OB4M<{E/Pe]^�"X\z2*/".<   mf!CLF�{�'o CP24?{H QƏFvJL%?k+)K1:/Ue.\4O2SHB8nOb:Sý73SX#O7Hrn.Tke;cUq#"f-Ii_%0"V\w`{Ptj]7:4%-K|%洫6zX_-[lR.f �mlQkME 6fĨ~gԭˑu2E 5XH *.aO=]6Mm $p$DQZ^׿^pWWePbAw ڡk$XuUk�LI64$l$R_S[o>�L PgFӠ05sU~7 1(6FЦGp.}ne 0@rxlnp#U� 7QH5Q$`px�|&(кX^1q2 �؃t+V#M#3vf3 dyWF#mJ* I k651$V2>s,gUO=?_A�)"n۩6]ڋ)H:9S̍Jg250ێ+ LY<mTsU-)_:`6؀m{~qh6&P$&uYU,/Ib4}7.+ [+qU?Y]@!+FUdmRm%U!/uq}J-KYxcïRO]̂_Zʼnߐlk[rߟw.Bc OfR=3N }dvsOgW1,Ht?;aĢE-i龟z\\6ii>DJI{uC%(P*nMƒc?Q � .0ZqePnGղv.-ۮ:#@,jxBݴ=,#]XԄ(l0�}R| 7ՊC:Ai>�5Y`WA] ׾$aF\@0tUb�m5*NX\-dkG ` ŹapQsTf~.Z剰<^^ax=w2of"!#h�'\f#/.Jx|ґv]U%~q$}q'ЦUM+jwqZ9֠Pqq#K7m"~Sj*Jj<pp�z0c)C8׉~Y&vW]Qǣa"̍`dFUSц!㥲CFw+UY|:ڮK&i%5 �`@9 WQt�arY|ieUٳ}L"eeh_m}luـtrz\T77ǑUTe9UYb.iLT"Q� Z=m~mp `hO] |+"v[ъ EӤr�PUvEH|2mk'$tB;1U|` �}0(;rs턦=ckRXn˫ka &fm:pρW" ۝+u=1R@&РqZo4bF-A Nz}p60S| V Pڔ;*[ T6nGc%HRae{C]ugCp{ #P[P Q~x1X2]QרMQ5 M}jtؑbEٍE2�c `|,G7qu&-ҷ"kyl>ތ(h*hਆHX߯;qQeYo2X(w0TUa0`bIms`;_59V6ߩ/(dz5�7'ª agh&k6t>J iͳ-v=%^CX/'VauV:ٕbxB]ܛq ݀$nN  [1�ۓDۨk@ajűu7<A4r!(7A}76`{&0Ul"J jӶjYm@XXc7?ZR18;jw %Zˋfx ."mm 킻3znTv0֘]rmsnY(j& ËF`U<GS:WW�©7m�= S?_\6́U^nX 1<1&`FzئY I.*yt2c!A`^B9O؎/ӬWm?L4FU:@0" AAvsnށz'�oakܜoc u$!6oQJPth�X ܳڛK6vuƻ�n,"/3]w'ߧ�Flw_9*<) tٿ{[iPڡ>f^K\0[,<JA7X�iy>^lvj|WMQ,oH? 1ԊT6aZH2)Fہl>LAU\ǵ^)+UX ktîtr? N`�rK2yh ]&Ì2XXM'Ya{}v[ uy(mDAH"0_qmpEf�[ampc4Ơq{a%t#U\`#0O�ŹW#rpqva`l |E`I#{} YJ؛ml* V(J c{)'g$-"P9�/̄ 6 ywT%o*y(1jl�^߈UTn؄:'r?/ Y+2iXR\ (0~p 'kcv;0jź Sj �l$2V<Lk6v Jѹ!�@nO˾0w;y`;v3,dpmqY5�`GA+=FfJ�(K#A mڐmhѬ-:?������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/��������������������������������������������������������0000775�0000000�0000000�00000000000�13367142271�0020531�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf.rb��������������������������������������0000664�0000000�0000000�00000000223�13367142271�0024125�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'asciidoctor' unless defined? Asciidoctor::VERSION require_relative 'asciidoctor-pdf/version' require_relative 'asciidoctor-pdf/converter' �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/����������������������������������������0000775�0000000�0000000�00000000000�13367142271�0023603�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/asciidoctor_ext.rb����������������������0000664�0000000�0000000�00000000353�13367142271�0027314�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# NOTE these are all candidates for inclusion in Asciidoctor core require_relative 'asciidoctor_ext/section' require_relative 'asciidoctor_ext/list' require_relative 'asciidoctor_ext/list_item' require_relative 'asciidoctor_ext/image' �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/asciidoctor_ext/������������������������0000775�0000000�0000000�00000000000�13367142271�0026766�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/asciidoctor_ext/image.rb����������������0000664�0000000�0000000�00000001312�13367142271�0030372�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Image DataUriRx = /^data:image\/(?<fmt>png|jpe?g|gif|pdf|bmp|tiff);base64,(?<data>.*)$/ class << self def format path, node = nil (node && (node.attr 'format', nil, false)) || (::File.extname path).downcase[1..-1] end end def format (attr 'format', nil, false) || ::File.extname(inline? ? target : (attr 'target')).downcase[1..-1] end def target_and_format image_path = inline? ? target : (attr 'target') if (image_path.start_with? 'data:') && (m = DataUriRx.match image_path) [(m[:data].extend ::Base64), m[:fmt]] else [image_path, (attr 'format', nil, false) || (::File.extname image_path).downcase[1..-1]] end end end end ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/asciidoctor_ext/list.rb�����������������0000664�0000000�0000000�00000002243�13367142271�0030267�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# TODO add these methods to Asciidoctor core class Asciidoctor::List # Check whether this list is an outline list (unordered or ordered). # # Return true if this list is an outline list. Otherwise, return false. def outline? @context == :ulist || @context == :olist end unless method_defined? :outline? # Check whether this list is nested inside the item of another list. # # Return true if the parent of this list is a list item. Otherwise, return false. def nested? Asciidoctor::ListItem === @parent end unless method_defined? :nested? # Get the level of this list within the broader outline list (unordered or ordered) structure. # # This method differs from the level property in that it considers all outline list ancestors. # It's important for selecting the marker for an unordered list. # # Return the 1-based level of this list within the outline list structure. def outline_level l = 1 ancestor = self # FIXME does not cross out of AsciiDoc table cell while (ancestor = ancestor.parent) l += 1 if Asciidoctor::List === ancestor && ancestor.outline? end l end unless method_defined? :outline_level end �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/asciidoctor_ext/list_item.rb������������0000664�0000000�0000000�00000001351�13367142271�0031304�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# TODO add these methods to Asciidoctor core class Asciidoctor::ListItem # Check whether this list item has complex content (i.e., nested blocks other than an outline list). # # Return false if the list item contains no blocks or it contains a nested outline list. Otherwise, return true. def complex? !simple? end unless method_defined? :complex? # Check whether this list item has simple content (i.e., no nested blocks aside from an outline list). # # Return true if the list item contains no blocks or it contains a nested outline list. Otherwise, return false. def simple? @blocks.empty? || (@blocks.size == 1 && Asciidoctor::List === (blk = @blocks[0]) && blk.outline?) end unless method_defined? :simple? end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/asciidoctor_ext/section.rb��������������0000664�0000000�0000000�00000002420�13367142271�0030755�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class Asciidoctor::Section def numbered_title opts = {} unless (@cached_numbered_title ||= nil) if (slevel = (@level == 0 && @special ? 1 : @level)) == 0 @is_numbered = false @cached_numbered_title = @cached_formal_numbered_title = title elsif @numbered && !@caption && slevel <= (@document.attr 'sectnumlevels', 3).to_i @is_numbered = true @cached_numbered_title = %(#{sectnum} #{title}) @cached_formal_numbered_title = if slevel == 1 && @document.doctype == 'book' %(#{@document.attr 'chapter-label', 'Chapter'} #{@cached_numbered_title}).lstrip else @cached_numbered_title end else @is_numbered = false @cached_numbered_title = @cached_formal_numbered_title = captioned_title end end opts[:formal] ? @cached_formal_numbered_title : @cached_numbered_title end unless method_defined? :numbered_title def part? @document.doctype == 'book' && @level == 0 && !@special end unless method_defined? :part? def chapter? @document.doctype == 'book' && (@level == 1 || (@special && @level == 0)) end unless method_defined? :chapter? def part_or_chapter? @document.doctype == 'book' && @level < 2 end unless method_defined? :part_or_chapter? end ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/converter.rb����������������������������0000664�0000000�0000000�00000431643�13367142271�0026152�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# encoding: utf-8 # TODO cleanup imports...decide what belongs in asciidoctor-pdf.rb require 'prawn' require_relative 'ttfunk_ext' begin require 'prawn/gmagick' rescue LoadError end unless defined? GMagick::Image require_relative 'prawn-svg_ext' require_relative 'prawn-table_ext' require_relative 'prawn-templates_ext' require_relative 'core_ext' require_relative 'pdf-core_ext' require_relative 'temporary_path' require_relative 'measurements' require_relative 'sanitizer' require_relative 'prawn_ext' require_relative 'formatted_text' require_relative 'pdfmark' require_relative 'asciidoctor_ext' require_relative 'theme_loader' require_relative 'roman_numeral' require_relative 'index_catalog' autoload :StringIO, 'stringio' autoload :Tempfile, ::File.join((::File.dirname __FILE__), 'core_ext/tempfile') module Asciidoctor module Pdf class Converter < ::Prawn::Document include ::Asciidoctor::Converter include ::Asciidoctor::Writer include ::Asciidoctor::Prawn::Extensions register_for 'pdf' # NOTE require_library doesn't support require_relative and we don't modify the load path for this gem CodeRayRequirePath = ::File.join((::File.dirname __FILE__), 'prawn_ext/coderay_encoder') RougeRequirePath = ::File.join((::File.dirname __FILE__), 'rouge_ext') AsciidoctorVersion = ::Gem::Version.create ::Asciidoctor::VERSION AdmonitionIcons = { caution: { name: 'fa-fire', stroke_color: 'BF3400', size: 24 }, important: { name: 'fa-exclamation-circle', stroke_color: 'BF0000', size: 24 }, note: { name: 'fa-info-circle', stroke_color: '19407C', size: 24 }, tip: { name: 'fa-lightbulb-o', stroke_color: '111111', size: 24 }, warning: { name: 'fa-exclamation-triangle', stroke_color: 'BF6900', size: 24 } } TextAlignmentNames = ['left', 'center', 'right', 'justify'] BlockAlignmentNames = ['left', 'center', 'right'] AlignmentTable = { '<' => :left, '=' => :center, '>' => :right } ColumnPositions = [:left, :center, :right] PageLayouts = [:portrait, :landscape] PageSides = [:recto, :verso] LF = %(\n) DoubleLF = %(\n\n) TAB = %(\t) InnerIndent = %(\n ) # a no-break space is used to replace a leading space to prevent Prawn from trimming indentation # a leading zero-width space can't be used as it gets dropped when calculating the line width GuardedIndent = %(\u00a0) GuardedInnerIndent = %(\n\u00a0) TabRx = /\t/ TabIndentRx = /^\t+/ NoBreakSpace = %(\u00a0) NarrowNoBreakSpace = %(\u202f) ZeroWidthSpace = %(\u200b) DummyText = %(\u0000) DotLeaderTextDefault = '. ' EmDash = %(\u2014) RightPointer = %(\u25ba) LowercaseGreekA = %(\u03b1) Bullets = { disc: %(\u2022), circle: %(\u25e6), square: %(\u25aa), none: '' } # NOTE Default theme font uses ballot boxes from FontAwesome BallotBox = { checked: %(\u2611), unchecked: %(\u2610) } SimpleAttributeRefRx = /(?<!\\)\{\w+(?:[\-]\w+)*\}/ MeasurementRxt = '\\d+(?:\\.\\d+)?(?:in|cm|mm|p[txc])?' MeasurementPartsRx = /^(\d+(?:\.\d+)?)(in|mm|cm|p[txc])?$/ PageSizeRx = /^(?:\[(#{MeasurementRxt}), ?(#{MeasurementRxt})\]|(#{MeasurementRxt})(?: x |x)(#{MeasurementRxt})|\S+)$/ # CalloutExtractRx synced from /lib/asciidoctor.rb of Asciidoctor core CalloutExtractRx = /(?:(?:\/\/|#|--|;;) ?)?(\\)?<!?(--|)(\d+)\2> ?(?=(?:\\?<!?\2\d+\2> ?)*$)/ ImageAttributeValueRx = /^image:{1,2}(.*?)\[(.*?)\]$/ UriBreakCharsRx = /(?:\/|\?|&|#)(?!$)/ UriBreakCharRepl = %(\\&#{ZeroWidthSpace}) UriSchemeBoundaryRx = /(?<=:\/\/)/ LineScanRx = /\n|.+/ BlankLineRx = /\n[[:blank:]]*\n/ WhitespaceChars = %( \t\n) SourceHighlighters = ['coderay', 'pygments', 'rouge'].to_set PygmentsBgColorRx = /^\.highlight +{ *background: *#([^;]+);/ ViewportWidth = ::Module.new def initialize backend, opts super basebackend 'html' outfilesuffix '.pdf' #htmlsyntax 'xml' @list_numbers = [] @list_bullets = [] @capabilities = { expands_tabs: (::Asciidoctor::VERSION.start_with? '1.5.3.') || AsciidoctorVersion >= (::Gem::Version.create '1.5.3') } end def convert node, name = nil, opts = {} method_name = %(convert_#{name ||= node.node_name}) result = nil if respond_to? method_name # NOTE we prepend the prefix "convert_" to avoid conflict with Prawn methods result = send method_name, node else # TODO delegate to convert_method_missing warn %(asciidoctor: WARNING: conversion missing in backend #{@backend} for #{name}) end # NOTE inline nodes generate pseudo-HTML strings; the remainder write directly to PDF object ::Asciidoctor::Inline === node ? result : self end def convert_content_for_block node, opts = {} if self != (prev_converter = node.document.converter) node.document.instance_variable_set :@converter, self else prev_converter = nil end if node.blocks? node.content elsif node.content_model != :compound && (string = node.content) # TODO this content could be cached on repeat invocations! layout_prose string, opts end node.document.instance_variable_set :@converter, prev_converter if prev_converter end def convert_document doc init_pdf doc # data-uri doesn't apply to PDF, so explicitly disable (is there a better place?) doc.attributes.delete 'data-uri' # set default value for pagenums if not otherwise set unless (doc.attribute_locked? 'pagenums') || ((doc.instance_variable_get :@attributes_modified).include? 'pagenums') doc.attributes['pagenums'] = '' end #assign_missing_section_ids doc # promote anonymous preface (defined using preamble block) to preface section # FIXME this should be done in core if doc.doctype == 'book' && (blk_0 = doc.blocks[0]) && blk_0.context == :preamble && blk_0.title? && blk_0.blocks[0].style != 'abstract' && (blk_1 = doc.blocks[1]) && blk_1.context == :section preface = Section.new doc, blk_1.level, false, attributes: { 1 => 'preface', 'style' => 'preface' } preface.special = true preface.sectname = 'preface' preface.title = doc.attr 'preface-title', 'Preface' # QUESTION should ID be generated from raw or converted title? core is not clear about this preface.id = preface.generate_id preface.blocks.replace blk_0.blocks.map {|b| b.parent = preface; b } doc.blocks[0] = preface blk_0 = blk_1 = preface = nil end # NOTE on_page_create is called within a float context # NOTE on_page_create is not called for imported pages, front and back cover pages, and other image pages on_page_create do # NOTE we assume in prepress that physical page number reflects page side if @media == 'prepress' && (next_page_margin = @page_margin_by_side[page_side]) != page_margin set_page_margin next_page_margin end # TODO implement as a watermark (on top) if @page_bg_image # FIXME implement fitting and centering for SVG # TODO implement image scaling (numeric value or "fit") canvas { image @page_bg_image, position: :center, fit: [bounds.width, bounds.height] } elsif @page_bg_color && @page_bg_color != 'FFFFFF' fill_absolute_bounds @page_bg_color end end if respond_to? :on_page_create layout_cover_page :front, doc layout_title_page doc # NOTE a new page will already be started if the cover image is a PDF start_new_page unless page_is_empty? num_toc_levels = (doc.attr 'toclevels', 2).to_i if (insert_toc = (doc.attr? 'toc') && doc.sections?) start_new_page if @ppbook && verso_page? toc_page_nums = page_number dry_run { toc_page_nums = layout_toc doc, num_toc_levels, toc_page_nums } # NOTE reserve pages for the toc; leaves cursor on page after last page in toc toc_page_nums.each { start_new_page } end # FIXME only apply to book doctype once title and toc are moved to start page when using article doctype #start_new_page if @ppbook && verso_page? start_new_page if @media == 'prepress' && verso_page? num_front_matter_pages = (@index.start_page_number = page_number) - 1 font @theme.base_font_family, size: @theme.base_font_size, style: @theme.base_font_style.to_sym doc.set_attr 'pdf-anchor', (doc_anchor = derive_anchor_from_id doc.id, 'top') add_dest_for_block doc, doc_anchor convert_content_for_block doc # NOTE delete orphaned page (a page was created but there was no additional content) # QUESTION should we delete page if document is empty? (leaving no pages?) delete_page if page_is_empty? && page_count > 1 toc_page_nums = insert_toc ? (layout_toc doc, num_toc_levels, toc_page_nums.first, num_front_matter_pages) : [] if page_count > num_front_matter_pages unless doc.noheader || @theme.header_height.to_f.zero? layout_running_content :header, doc, skip: num_front_matter_pages end unless doc.nofooter || @theme.footer_height.to_f.zero? layout_running_content :footer, doc, skip: num_front_matter_pages end end add_outline doc, num_toc_levels, toc_page_nums, num_front_matter_pages # TODO allow document (or theme) to override initial view magnification # NOTE add 1 to page height to force initial scroll to 0; a nil value also seems to work catalog.data[:OpenAction] = dest_fit_horizontally((page_height + 1), state.pages[0]) if state.pages.size > 0 catalog.data[:ViewerPreferences] = { DisplayDocTitle: true } layout_cover_page :back, doc nil end # NOTE embedded only makes sense if perhaps we are building # on an existing Prawn::Document instance; for now, just treat # it the same as a full document. alias convert_embedded convert_document # TODO only allow method to be called once (or we need a reset) def init_pdf doc @theme = theme = ThemeLoader.load_theme((doc.attr 'pdf-style'), (doc.attr 'pdf-stylesdir')) pdf_opts = build_pdf_options doc, theme # QUESTION should page options be preserved (otherwise, not readily available) #@page_opts = { size: pdf_opts[:page_size], layout: pdf_opts[:page_layout] } ::Prawn::Document.instance_method(:initialize).bind(self).call pdf_opts @page_margin_by_side = { recto: page_margin, verso: page_margin } if (@media = doc.attr 'media', 'screen') == 'prepress' @ppbook = doc.doctype == 'book' page_margin_recto = @page_margin_by_side[:recto] if (page_margin_outer = theme.page_margin_outer) page_margin_recto[1] = @page_margin_by_side[:verso][3] = page_margin_outer end if (page_margin_inner = theme.page_margin_inner) page_margin_recto[3] = @page_margin_by_side[:verso][1] = page_margin_inner end # NOTE prepare scratch document to use page margin from recto side set_page_margin page_margin_recto unless page_margin_recto == page_margin else @ppbook = false end # QUESTION should ThemeLoader register fonts? register_fonts theme.font_catalog, (doc.attr 'scripts', 'latin'), (doc.attr 'pdf-fontsdir', ThemeLoader::FontsDir) if (bg_image = resolve_background_image doc, theme, 'page-background-image') && bg_image != 'none' @page_bg_image = bg_image else @page_bg_image = nil end @page_bg_color = resolve_theme_color :page_background_color, 'FFFFFF' @fallback_fonts = [*theme.font_fallbacks] @font_color = theme.base_font_color @base_align = (align = doc.attr 'text-alignment') && (TextAlignmentNames.include? align) ? align : theme.base_align @text_transform = nil @index = IndexCatalog.new # NOTE we have to init Pdfmark class here while we have reference to the doc @pdfmark = (doc.attr? 'pdfmark') ? (Pdfmark.new doc) : nil init_scratch_prototype self end def build_pdf_options doc, theme case (page_margin = (doc.attr 'pdf-page-margin') || theme.page_margin) when ::Array page_margin = page_margin[0..3] if page_margin.length > 4 page_margin = page_margin.map {|v| ::Numeric === v ? v : (str_to_pt v.to_s) } when ::Numeric page_margin = [page_margin] when ::String if page_margin.empty? page_margin = nil elsif (page_margin.start_with? '[') && (page_margin.end_with? ']') if (page_margin = page_margin[1...-1].rstrip).empty? page_margin = [0] else if (page_margin = page_margin.split ',', -1).length > 4 page_margin = page_margin[0..3] end page_margin = page_margin.map {|v| str_to_pt v.rstrip } end else page_margin = [(str_to_pt page_margin)] end else page_margin = nil end page_size = if (doc.attr? 'pdf-page-size') && (m = PageSizeRx.match(doc.attr 'pdf-page-size')) # e.g, [8.5in, 11in] if m[1] [m[1], m[2]] # e.g, 8.5in x 11in elsif m[3] [m[3], m[4]] # e.g, A4 else m[0] end else theme.page_size end page_size = case page_size when ::String # TODO extract helper method to check for named page size if ::PDF::Core::PageGeometry::SIZES.key?(page_size = page_size.upcase) page_size end when ::Array unless page_size.size == 2 page_size = page_size[0..1].fill(0..1) {|i| page_size[i] || 0} end page_size.map do |dim| if ::Numeric === dim # dimension cannot be less than 0 dim > 0 ? dim : break elsif ::String === dim && (m = (MeasurementPartsRx.match dim)) # NOTE truncate to max precision retained by PDF::Core (to_pt m[1].to_f, m[2]).truncate_to_precision 4 else break end end end if (page_layout = (doc.attr 'pdf-page-layout') || theme.page_layout).nil_or_empty? || !(PageLayouts.include?(page_layout = page_layout.to_sym)) page_layout = nil end { #compress: true, #optimize_objects: true, margin: (page_margin || 36), page_size: (page_size || 'A4'), page_layout: (page_layout || :portrait), info: (build_pdf_info doc), skip_page_creation: true, text_formatter: (FormattedText::Formatter.new theme: theme) } end # FIXME PdfMarks should use the PDF info result def build_pdf_info doc info = {} # FIXME use sanitize: :plain_text once available info[:Title] = sanitize(doc.doctitle use_fallback: true).as_pdf if doc.attr? 'authors' info[:Author] = (doc.attr 'authors').as_pdf end if doc.attr? 'subject' info[:Subject] = (doc.attr 'subject').as_pdf end if doc.attr? 'keywords' info[:Keywords] = (doc.attr 'keywords').as_pdf end if (doc.attr? 'publisher') info[:Producer] = (doc.attr 'publisher').as_pdf end info[:Creator] = %(Asciidoctor PDF #{::Asciidoctor::Pdf::VERSION}, based on Prawn #{::Prawn::VERSION}).as_pdf info[:Producer] ||= (info[:Author] || info[:Creator]) unless doc.attr? 'reproducible' # NOTE since we don't track the creation date of the input file, we map the ModDate header to the last modified # date of the input document and the CreationDate header to the date the PDF was produced by the converter. info[:ModDate] = ::Time.parse(doc.attr 'docdatetime') rescue (now ||= ::Time.now) info[:CreationDate] = ::Time.parse(doc.attr 'localdatetime') rescue (now ||= ::Time.now) end info end def convert_section sect, opts = {} if sect.sectname == 'abstract' # HACK cheat a bit to hide this section from TOC; TOC should filter these sections sect.context = :open return convert_abstract sect end theme_font :heading, level: (hlevel = sect.level + 1) do title = sect.numbered_title formal: true align = (@theme[%(heading_h#{hlevel}_align)] || @theme.heading_align || @base_align).to_sym type = nil if sect.part_or_chapter? if sect.chapter? type = :chapter start_new_chapter sect else type = :part start_new_part sect end else # FIXME smarter calculation here!! start_new_page unless at_page_top? || cursor > (height_of title) + @theme.heading_margin_top + @theme.heading_margin_bottom + (@theme.base_line_height_length * 1.5) end # QUESTION should we store pdf-page-start, pdf-anchor & pdf-destination in internal map? sect.set_attr 'pdf-page-start', (start_pgnum = page_number) # QUESTION should we just assign the section this generated id? # NOTE section must have pdf-anchor in order to be listed in the TOC sect.set_attr 'pdf-anchor', (sect_anchor = derive_anchor_from_id sect.id, %(#{start_pgnum}-#{y.ceil})) add_dest_for_block sect, sect_anchor if type == :part layout_part_title sect, title, align: align elsif type == :chapter layout_chapter_title sect, title, align: align else layout_heading title, align: align end end sect.sectname == 'index' ? (convert_index_section sect) : (convert_content_for_block sect) sect.set_attr 'pdf-page-end', page_number end def convert_floating_title node add_dest_for_block node if node.id # QUESTION should we decouple styles from section titles? theme_font :heading, level: (hlevel = node.level + 1) do layout_heading node.title, align: (@theme[%(heading_h#{hlevel}_align)] || @theme.heading_align || @base_align).to_sym end end def convert_abstract node add_dest_for_block node if node.id pad_box @theme.abstract_padding do if node.title? theme_font :abstract_title do layout_heading node.title, align: (@theme.abstract_title_align || @base_align).to_sym end end theme_font :abstract do prose_opts = { line_height: @theme.abstract_line_height, align: (@theme.abstract_align || @base_align).to_sym } # FIXME control more first_line_options using theme if (line1_font_style = @theme.abstract_first_line_font_style) && line1_font_style.to_sym != font_style prose_opts[:first_line_options] = { styles: [font_style, line1_font_style.to_sym] } end # FIXME make this cleaner!! if node.blocks? node.blocks.each do |child| # FIXME is playback necessary here? child.document.playback_attributes child.attributes if child.context == :paragraph layout_prose child.content, prose_opts prose_opts.delete :first_line_options else # FIXME this could do strange things if the wrong kind of content shows up convert_content_for_block child end end elsif node.content_model != :compound && (string = node.content) layout_prose string, prose_opts end end end # QUESTION should we be adding margin below the abstract?? #theme_margin :block, :bottom end def convert_preamble node # TODO find_by needs to support a depth argument if (first_p = (node.find_by context: :paragraph)[0]) && first_p.parent == node first_p.add_role 'lead' end convert_content_for_block node end # TODO add prose around image logic (use role to add special logic for headshot) def convert_paragraph node add_dest_for_block node if node.id is_lead = false prose_opts = {} node.roles.each do |role| case role when 'text-left' prose_opts[:align] = :left when 'text-right' prose_opts[:align] = :right when 'text-justify' prose_opts[:align] = :justify when 'text-center' prose_opts[:align] = :center when 'lead' is_lead = true #when 'signature' # prose_opts[:size] = @theme.base_font_size_small end end # TODO check if we're within one line of the bottom of the page # and advance to the next page if so (similar to logic for section titles) layout_caption node.title if node.title? if is_lead theme_font :lead do layout_prose node.content, prose_opts end else layout_prose node.content, prose_opts end end def convert_admonition node add_dest_for_block node if node.id theme_margin :block, :top type = node.attr 'name' label_align = (@theme.admonition_label_align || :center).to_sym # TODO allow vertical_align to be a number if (label_valign = (@theme.admonition_label_vertical_align || :middle).to_sym) == :middle label_valign = :center end if (label_min_width = @theme.admonition_label_min_width) label_min_width = label_min_width.to_f end icons = (node.document.attr? 'icons') ? (node.document.attr 'icons') : false if icons == 'font' && !(node.attr? 'icon', nil, false) icon_data = admonition_icon_data(label_text = type.to_sym) label_width = label_min_width ? label_min_width : (icon_data[:size] * 1.5) # NOTE icon_uri will consider icon attribute on node first, then type elsif icons && ::File.readable?(icon_path = (node.icon_uri type)) icons = true # TODO introduce @theme.admonition_image_width? or use size key from admonition_icon_<name>? label_width = label_min_width ? label_min_width : 36.0 else if icons icons = false warn %(asciidoctor: WARNING: admonition icon image not found or not readable: #{icon_path}) unless scratch? end label_text = node.caption theme_font :admonition_label do theme_font %(admonition_label_#{type}) do if (transform = @text_transform) && transform != 'none' label_text = transform_text label_text, transform end label_width = rendered_width_of_string label_text label_width = label_min_width if label_min_width && label_min_width > label_width end end end unless ::Array === (cpad = @theme.admonition_padding) cpad = ::Array.new 4, cpad end unless ::Array === (lpad = @theme.admonition_label_padding || cpad) lpad = ::Array.new 4, lpad end # FIXME this shift stuff is a real hack until we have proper margin collapsing shift_base = @theme.prose_margin_bottom shift_top = shift_base / 3.0 shift_bottom = (shift_base * 2) / 3.0 keep_together do |box_height = nil| pad_box [0, cpad[1], 0, lpad[3]] do if box_height if (rule_color = @theme.admonition_column_rule_color) && (rule_width = @theme.admonition_column_rule_width || @theme.base_border_width) && rule_width > 0 float do bounding_box [0, cursor], width: label_width + lpad[1], height: box_height do stroke_vertical_rule rule_color, at: bounds.width, line_style: (@theme.admonition_column_rule_style || :solid).to_sym, line_width: rule_width end end end float do bounding_box [0, cursor], width: label_width, height: box_height do if icons == 'font' # FIXME we're assume icon is a square icon_size = fit_icon_to_bounds icon_data[:size] # NOTE Prawn's vertical center is not reliable, so calculate it manually if label_valign == :center label_valign = :top if (vcenter_pos = (box_height - icon_size) * 0.5) > 0 move_down vcenter_pos end end icon icon_data[:name], valign: label_valign, align: label_align, color: icon_data[:stroke_color], size: icon_size elsif icons if icon_path.end_with? '.svg' begin svg_obj = ::Prawn::Svg::Interface.new ::IO.read(icon_path), self, position: label_align, vposition: label_valign, width: label_width, height: box_height, fallback_font_name: default_svg_font, enable_web_requests: (node.document.attr? 'allow-uri-read'), enable_file_requests_with_root: (::File.dirname icon_path) if (icon_height = (svg_size = svg_obj.document.sizing).output_height) > box_height icon_width = (svg_obj.resize height: (icon_height = box_height)).output_width else icon_width = svg_size.output_width end svg_obj.draw rescue => e warn %(asciidoctor: WARNING: could not embed admonition icon image: #{icon_path}; #{e.message}) end else begin image_obj, image_info = build_image_object icon_path icon_aspect_ratio = image_info.width.fdiv image_info.height # NOTE don't scale image up if smaller than label_width icon_width = [(to_pt image_info.width, :px), label_width].min if (icon_height = icon_width * (1 / icon_aspect_ratio)) > box_height icon_width *= box_height / icon_height icon_height = box_height end embed_image image_obj, image_info, width: icon_width, position: label_align, vposition: label_valign rescue => e # QUESTION should we show the label in this case? warn %(asciidoctor: WARNING: could not embed admonition icon image: #{icon_path}; #{e.message}) end end else # IMPORTANT the label must fit in the alotted space or it shows up on another page! # QUESTION anyway to prevent text overflow in the case it doesn't fit? theme_font :admonition_label do theme_font %(admonition_label_#{type}) do # NOTE Prawn's vertical center is not reliable, so calculate it manually if label_valign == :center label_valign = :top if (vcenter_pos = (box_height - (height_of_typeset_text label_text, line_height: 1)) * 0.5) > 0 move_down vcenter_pos end end @text_transform = nil # already applied to label layout_prose label_text, align: label_align, valign: label_valign, line_height: 1, margin: 0, inline_format: false end end end end end end pad_box [cpad[0], 0, cpad[2], label_width + lpad[1] + cpad[3]] do move_down shift_top layout_caption node.title if node.title? theme_font :admonition do convert_content_for_block node end # FIXME HACK compensate for margin bottom of admonition content move_up shift_bottom unless at_page_top? end end end theme_margin :block, :bottom end def convert_example node add_dest_for_block node if node.id theme_margin :block, :top keep_together do |box_height = nil| caption_height = node.title? ? (layout_caption node) : 0 if box_height float do bounding_box [0, cursor], width: bounds.width, height: box_height - caption_height do theme_fill_and_stroke_bounds :example end end end pad_box @theme.example_padding do theme_font :example do convert_content_for_block node end end end theme_margin :block, :bottom end def convert_open node if node.style == 'abstract' convert_abstract node elsif node.style == 'partintro' && node.blocks.size == 1 && node.blocks[0].style == 'abstract' # TODO process block title and id # TODO process abstract child even when partintro has multiple blocks convert_abstract node.blocks[0] else add_dest_for_block node if node.id layout_caption node.title if node.title? convert_content_for_block node end end def convert_quote_or_verse node add_dest_for_block node if node.id theme_margin :block, :top b_width = @theme.blockquote_border_width b_color = @theme.blockquote_border_color keep_together do |box_height = nil| start_page_number = page_number start_cursor = cursor caption_height = node.title? ? (layout_caption node) : 0 pad_box @theme.blockquote_padding do theme_font :blockquote do if node.context == :quote convert_content_for_block node else # verse content = preserve_indentation node.content, (node.attr 'tabsize') layout_prose content, normalize: false, align: :left end end if node.attr? 'attribution', nil, false theme_font :blockquote_cite do layout_prose %(#{EmDash} #{[(node.attr 'attribution'), (node.attr 'citetitle', nil, false)].compact * ', '}), align: :left, normalize: false end end end # FIXME we want to draw graphics before content, but box_height is not reliable when spanning pages # FIXME border extends to bottom of content area if block terminates at bottom of page if box_height && b_width > 0 page_spread = page_number - start_page_number + 1 end_cursor = cursor go_to_page start_page_number move_cursor_to start_cursor page_spread.times do |i| if i == 0 y_draw = cursor b_height = page_spread > 1 ? y_draw : (y_draw - end_cursor) else bounds.move_past_bottom y_draw = cursor b_height = page_spread - 1 == i ? (y_draw - end_cursor) : y_draw end # NOTE skip past caption if present if caption_height > 0 if caption_height > cursor caption_height -= cursor next # keep skipping, caption is on next page end y_draw -= caption_height b_height -= caption_height caption_height = 0 end # NOTE b_height is 0 when block terminates at bottom of page bounding_box [0, y_draw], width: bounds.width, height: b_height do stroke_vertical_rule b_color, line_width: b_width, at: b_width / 2.0 end unless b_height == 0 end end end theme_margin :block, :bottom end alias convert_quote convert_quote_or_verse alias convert_verse convert_quote_or_verse def convert_sidebar node add_dest_for_block node if node.id theme_margin :block, :top keep_together do |box_height = nil| if box_height # FIXME due to the calculation error logged in #789, we must advance page even when content is split across pages advance_page if box_height > cursor && !at_page_top? float do # TODO move the multi-page logic to theme_fill_and_stroke_bounds if (b_width = @theme.sidebar_border_width || 0) > 0 && (b_color = @theme.sidebar_border_color) if b_color == @page_bg_color # let page background cut into sidebar background b_gap_color, b_shift = @page_bg_color, b_width elsif (b_gap_color = @theme.sidebar_background_color) && b_gap_color != b_color b_shift = 0 else # let page background cut into border b_gap_color, b_shift = @page_bg_color, 0 end else # let page background cut into sidebar background b_width = 0.5 if b_width == 0 b_shift, b_gap_color = b_width * 0.5, @page_bg_color end b_radius = (@theme.sidebar_border_radius || 0) + b_width initial_page, remaining_height = true, box_height while remaining_height > 0 advance_page unless initial_page fragment_height = [(available_height = cursor), remaining_height].min bounding_box [0, available_height], width: bounds.width, height: fragment_height do theme_fill_and_stroke_bounds :sidebar unless b_width == 0 indent b_radius, b_radius do move_down b_shift # dashed line to indicate continuation from previous page; swell line to cover background stroke_horizontal_rule b_gap_color, line_width: b_width * 1.2, line_style: :dashed move_up b_shift end unless initial_page if remaining_height > fragment_height move_down fragment_height - b_shift indent b_radius, b_radius do # dashed line to indicate continuation to next page; swell line to cover background stroke_horizontal_rule b_gap_color, line_width: b_width * 1.2, line_style: :dashed end end end end remaining_height -= fragment_height initial_page = false end end end pad_box @theme.sidebar_padding do if node.title? theme_font :sidebar_title do # QUESTION should we allow margins of sidebar title to be customized? layout_heading node.title, align: (@theme.sidebar_title_align || @base_align).to_sym, margin_top: 0 end end theme_font :sidebar do convert_content_for_block node end end end theme_margin :block, :bottom end def convert_colist node # HACK undo the margin below previous listing or literal block # TODO allow this to be set using colist_margin_top unless at_page_top? # NOTE this logic won't work for a colist nested inside a list item until Asciidoctor 1.5.3 if (self_idx = node.parent.blocks.index node) && self_idx > 0 && [:listing, :literal].include?(node.parent.blocks[self_idx - 1].context) move_up @theme.block_margin_bottom / 2.0 # or we could do... #move_up @theme.block_margin_bottom #move_down @theme.caption_margin_inside * 2 end end add_dest_for_block node if node.id @list_numbers ||= [] # FIXME move \u2460 to constant (or theme setting) # \u2460 = circled one, \u24f5 = double circled one, \u278b = negative circled one @list_numbers << %(\u2460) #stroke_horizontal_rule @theme.caption_border_bottom_color line_metrics = calc_line_metrics @theme.base_line_height node.items.each_with_index do |item, idx| # FIXME extract to an ensure_space (or similar) method; simplify advance_page if cursor < (line_metrics.height + line_metrics.leading + line_metrics.padding_top) convert_colist_item item end @list_numbers.pop # correct bottom margin of last item list_margin_bottom = @theme.prose_margin_bottom margin_bottom list_margin_bottom - @theme.outline_list_item_spacing end def convert_colist_item node marker_width = nil theme_font :conum do marker_width = rendered_width_of_string %(#{conum_glyph 1}x) float do bounding_box [0, cursor], width: marker_width do @list_numbers << (index = @list_numbers.pop).next theme_font :conum do layout_prose index, align: :center, line_height: @theme.conum_line_height, inline_format: false, margin: 0 end end end end indent marker_width do convert_content_for_list_item node, margin_bottom: @theme.outline_list_item_spacing end end def convert_dlist node add_dest_for_block node if node.id # TODO check if we're within one line of the bottom of the page # and advance to the next page if so (similar to logic for section titles) layout_caption node.title if node.title? node.items.each do |terms, desc| terms = [*terms] # NOTE don't orphan the terms, allow for at least one line of content # FIXME extract ensure_space (or similar) method advance_page if cursor < @theme.base_line_height_length * (terms.size + 1) terms.each do |term| # FIXME layout_prose should pass style downward when parsing formatted text #layout_prose term.text, style: @theme.description_list_term_font_style.to_sym, margin_top: 0, margin_bottom: @theme.description_list_term_spacing, align: :left term_text = term.text case @theme.description_list_term_font_style.to_sym when :bold term_text = %(<strong>#{term_text}</strong>) when :italic term_text = %(<em>#{term_text}</em>) when :bold_italic term_text = %(<strong><em>#{term_text}</em></strong>) end layout_prose term_text, margin_top: 0, margin_bottom: @theme.description_list_term_spacing, align: :left end if desc indent @theme.description_list_description_indent do convert_content_for_list_item desc end end end end def convert_olist node add_dest_for_block node if node.id @list_numbers ||= [] # TODO move list_number resolve to a method list_number = case node.style when 'arabic' '1' when 'decimal' '01' when 'loweralpha' 'a' when 'upperalpha' 'A' when 'lowerroman' RomanNumeral.new 'i' when 'upperroman' RomanNumeral.new 'I' when 'lowergreek' LowercaseGreekA else '1' end # TODO support start values < 1 (issue #498) if (start = ((node.attr 'start', nil, false) || ((node.option? 'reversed') ? node.items.size : 1)).to_i) > 1 (start - 1).times { list_number = list_number.next } end @list_numbers << list_number convert_outline_list node @list_numbers.pop end def convert_ulist node add_dest_for_block node if node.id # TODO move bullet_type to method on List (or helper method) if node.option? 'checklist' @list_bullets << :checkbox else bullet_type = if (style = node.style) case style when 'bibliography' :square when 'unstyled', 'no-bullet' nil else if Bullets.key?(candidate = style.to_sym) candidate else warn %(asciidoctor: WARNING: unknown unordered list style: #{candidate}) :disc end end else case node.outline_level when 1 :disc when 2 :circle else :square end end @list_bullets << Bullets[bullet_type] end convert_outline_list node @list_bullets.pop end def convert_outline_list node # TODO check if we're within one line of the bottom of the page # and advance to the next page if so (similar to logic for section titles) layout_caption node.title if node.title? line_metrics = calc_line_metrics @theme.base_line_height complex = false # ...or if we want to give all items in the list the same treatment #complex = node.items.find(&:complex?) ? true : false if node.context == :ulist && !@list_bullets[-1] if node.style == 'unstyled' # unstyled takes away all indentation list_indent = 0 elsif (list_indent = @theme.outline_list_indent) > 0 # no-bullet aligns text with left-hand side of bullet position (as though there's no bullet) list_indent = [list_indent - (rendered_width_of_string %(\u2022x)), 0].max end else list_indent = @theme.outline_list_indent end indent list_indent do node.items.each do |item| # FIXME extract to an ensure_space (or similar) method; simplify advance_page if cursor < (line_metrics.height + line_metrics.leading + line_metrics.padding_top) convert_outline_list_item item, item.complex? end end # NOTE Children will provide the necessary bottom margin if last item is complex. # However, don't leave gap at the bottom if list is nested in an outline list unless complex || (node.nested? && node.parent.parent.outline?) # correct bottom margin of last item list_margin_bottom = @theme.prose_margin_bottom margin_bottom list_margin_bottom - @theme.outline_list_item_spacing end end def convert_outline_list_item node, complex = false # TODO move this to a draw_bullet (or draw_marker) method case (list_type = node.parent.context) when :ulist marker = @list_bullets[-1] if marker == :checkbox if node.attr? 'checkbox', nil, false marker = BallotBox[(node.attr? 'checked', nil, false) ? :checked : :unchecked] else # QUESTION should we remove marker indent in this case? marker = nil end end when :olist dir = (node.parent.option? 'reversed') ? :pred : :next @list_numbers << ((index = @list_numbers.pop).public_send dir) marker = %(#{index}.) else warn %(asciidoctor: WARNING: unknown list type #{list_type.inspect}) marker = Bullets[:disc] end if marker marker_width = rendered_width_of_string marker start_position = -marker_width + -(rendered_width_of_char 'x') float do flow_bounding_box start_position, width: marker_width do layout_prose marker, align: :right, color: (@theme.outline_list_marker_font_color || @font_color), normalize: false, inline_format: false, margin: 0, character_spacing: -0.5, single_line: true end end end if complex convert_content_for_list_item node else convert_content_for_list_item node, margin_bottom: @theme.outline_list_item_spacing end end def convert_content_for_list_item node, opts = {} if node.text? opts[:align] = :left if node.parent.style == 'bibliography' layout_prose node.text, opts end convert_content_for_block node end def convert_image node, opts = {} node.extend ::Asciidoctor::Image unless ::Asciidoctor::Image === node target, image_format = node.target_and_format if image_format == 'gif' && !(defined? ::GMagick::Image) warn %(asciidoctor: WARNING: GIF image format not supported. Install the prawn-gmagick gem or convert #{target} to PNG.) unless scratch? image_path = false elsif ::Base64 === target image_path = target elsif (image_path = resolve_image_path node, target, (opts.fetch :relative_to_imagesdir, true), image_format) && (::File.readable? image_path) # NOTE import_page automatically advances to next page afterwards # QUESTION should we add destination to top of imported page? return import_page image_path, replace: page_is_empty? if image_format == 'pdf' else warn %(asciidoctor: WARNING: image to embed not found or not readable: #{image_path || target}) unless scratch? # QUESTION should we use alt text in this case? return if image_format == 'pdf' image_path = false end theme_margin :block, :top unless (pinned = opts[:pinned]) return on_image_error :missing, node, target, opts unless image_path # TODO move this calculation into a method, such as layout_caption node, side: :bottom, dry_run: true caption_h = 0 dry_run do move_down 0.0001 # hack to force top margin to be applied # NOTE we assume caption fits on a single page, which seems reasonable caption_h = layout_caption node, side: :bottom end if node.title? # TODO support cover (aka canvas) image layout using "canvas" (or "cover") role width = resolve_explicit_width node.attributes, (available_w = bounds.width), support_vw: true, use_fallback: true # TODO add `to_pt page_width` method to ViewportWidth type width = (width.to_f / 100) * page_width if ViewportWidth === width alignment = ((node.attr 'align', nil, false) || @theme.image_align).to_sym align_to_page = node.option? 'align-to-page' begin span_page_width_if align_to_page do if image_format == 'svg' if ::Base64 === image_path svg_data = ::Base64.decode64 image_path file_request_root = false else svg_data = ::IO.read image_path file_request_root = ::File.dirname image_path end svg_obj = ::Prawn::Svg::Interface.new svg_data, self, position: alignment, width: width, fallback_font_name: default_svg_font, enable_web_requests: (node.document.attr? 'allow-uri-read'), # TODO enforce jail in safe mode enable_file_requests_with_root: file_request_root rendered_w = (svg_size = svg_obj.document.sizing).output_width if !width && (svg_obj.document.root.attributes.key? 'width') # NOTE scale native width & height from px to pt and restrict width to available width if (adjusted_w = [available_w, (to_pt rendered_w, :px)].min) != rendered_w svg_size = svg_obj.resize width: (rendered_w = adjusted_w) end end # NOTE shrink image so it fits within available space; group image & caption if (rendered_h = svg_size.output_height) > (available_h = cursor - caption_h) unless pinned || at_page_top? advance_page available_h = cursor - caption_h end if rendered_h > available_h rendered_w = (svg_size = svg_obj.resize height: (rendered_h = available_h)).output_width end end add_dest_for_block node if node.id # NOTE workaround to fix Prawn not adding fill and stroke commands on page that only has an image; # breakage occurs when running content (stamps) are added to page update_colors if graphic_state.color_space.empty? # NOTE prawn-svg 0.24.0, 0.25.0, & 0.25.1 didn't restore font after call to draw (see mogest/prawn-svg#80) # NOTE cursor advanced automatically svg_obj.draw if (link = node.attr 'link', nil, false) link_box = [(abs_left = svg_obj.position[0] + bounds.absolute_left), y, (abs_left + rendered_w), (y + rendered_h)] link_annotation link_box, Border: [0, 0, 0], A: { Type: :Action, S: :URI, URI: link.as_pdf } end else # FIXME this code really needs to be better organized! # NOTE use low-level API to access intrinsic dimensions; build_image_object caches image data previously loaded image_obj, image_info = ::Base64 === image_path ? ::StringIO.open((::Base64.decode64 image_path), 'rb') {|fd| build_image_object fd } : ::File.open(image_path, 'rb') {|fd| build_image_object fd } # NOTE if width is not specified, scale native width & height from px to pt and restrict width to available width rendered_w, rendered_h = image_info.calc_image_dimensions width: (width || [available_w, (to_pt image_info.width, :px)].min) # NOTE shrink image so it fits within available space; group image & caption if rendered_h > (available_h = cursor - caption_h) unless pinned || at_page_top? advance_page available_h = cursor - caption_h end if rendered_h > available_h rendered_w, rendered_h = image_info.calc_image_dimensions height: (rendered_h = available_h) end end # NOTE must calculate link position before embedding to get proper boundaries if (link = node.attr 'link', nil, false) img_x, img_y = image_position rendered_w, rendered_h, position: alignment link_box = [img_x, (img_y - rendered_h), (img_x + rendered_w), img_y] end image_top = cursor add_dest_for_block node if node.id # NOTE workaround to fix Prawn not adding fill and stroke commands on page that only has an image; # breakage occurs when running content (stamps) are added to page update_colors if graphic_state.color_space.empty? # NOTE specify both width and height to avoid recalculation embed_image image_obj, image_info, width: rendered_w, height: rendered_h, position: alignment link_annotation link_box, Border: [0, 0, 0], A: { Type: :Action, S: :URI, URI: link.as_pdf } if link # NOTE Asciidoctor disables automatic advancement of cursor for raster images, so move cursor manually move_down rendered_h if cursor == image_top end end layout_caption node, side: :bottom if node.title? theme_margin :block, :bottom unless pinned rescue => e on_image_error :exception, node, target, (opts.merge message: %(asciidoctor: WARNING: could not embed image: #{image_path}; #{e.message})) end ensure unlink_tmp_file image_path if image_path end def on_image_error reason, node, target, opts = {} warn opts[:message] if opts.key? :message alt_text = (link = node.attr 'link', nil, false) ? %(<a href="#{link}">[#{node.attr 'alt'}]</a> | <em>#{target}</em>) : %([#{node.attr 'alt'}] | <em>#{target}</em>) layout_prose alt_text, align: ((node.attr 'align', nil, false) || @theme.image_align).to_sym, margin: 0, normalize: false, single_line: true layout_caption node, side: :bottom if node.title? theme_margin :block, :bottom unless opts[:pinned] nil end def convert_audio node add_dest_for_block node if node.id theme_margin :block, :top audio_path = node.media_uri(node.attr 'target') play_symbol = (node.document.attr? 'icons', 'font') ? %(<font name="fa">#{::Prawn::Icon::FontData.load(self, 'fa').unicode 'play'}</font>) : RightPointer layout_prose %(#{play_symbol}#{NoBreakSpace}<a href="#{audio_path}">#{audio_path}</a> <em>(audio)</em>), normalize: false, margin: 0, single_line: true layout_caption node, side: :bottom if node.title? theme_margin :block, :bottom end def convert_video node case (poster = node.attr 'poster', nil, false) when 'youtube' video_path = %(https://www.youtube.com/watch?v=#{video_id = node.attr 'target'}) # see http://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api poster = (node.document.attr? 'allow-uri-read') ? %(https://img.youtube.com/vi/#{video_id}/maxresdefault.jpg) : nil type = 'YouTube video' when 'vimeo' video_path = %(https://vimeo.com/#{video_id = node.attr 'target'}) if node.document.attr? 'allow-uri-read' if node.document.attr? 'cache-uri' Helpers.require_library 'open-uri/cached', 'open-uri-cached' unless defined? ::OpenURI::Cache else ::OpenURI end poster = open(%(http://vimeo.com/api/v2/video/#{video_id}.xml), 'r') do |f| (/<thumbnail_large>(.*?)<\/thumbnail_large>/.match f.read)[1] end else poster = nil end type = 'Vimeo video' else video_path = node.media_uri(node.attr 'target') type = 'video' end if poster.nil_or_empty? add_dest_for_block node if node.id theme_margin :block, :top play_symbol = (node.document.attr? 'icons', 'font') ? %(<font name="fa">#{::Prawn::Icon::FontData.load(self, 'fa').unicode 'play'}</font>) : RightPointer layout_prose %(#{play_symbol}#{NoBreakSpace}<a href="#{video_path}">#{video_path}</a> <em>(#{type})</em>), normalize: false, margin: 0, single_line: true layout_caption node, side: :bottom if node.title? theme_margin :block, :bottom else original_attributes = node.attributes.dup begin node.update_attributes 'target' => poster, 'link' => video_path #node.set_attr 'pdfwidth', '100%' unless (node.attr? 'width') || (node.attr? 'pdfwidth') convert_image node ensure node.attributes.replace original_attributes end end end # QUESTION can we avoid arranging fragments multiple times (conums & autofit) by eagerly preparing arranger? def convert_listing_or_literal node add_dest_for_block node if node.id # HACK disable built-in syntax highlighter; must be done before calling node.content! if node.style == 'source' && node.attributes['language'] && (highlighter = node.document.attributes['source-highlighter']) && (SourceHighlighters.include? highlighter) prev_subs = (subs = node.subs).dup # NOTE the highlight sub is only set for coderay and pygments atm highlight_idx = subs.index :highlight # NOTE scratch? here only applies if listing block is nested inside another block if scratch? highlighter = nil if highlight_idx # switch the :highlight sub back to :specialcharacters subs[highlight_idx] = :specialcharacters else prev_subs = nil end source_string = preserve_indentation node.content, (node.attr 'tabsize') else # NOTE the source highlighter logic below handles the callouts and highlight subs if highlight_idx subs.delete_all :highlight, :callouts else subs.delete_all :specialcharacters, :callouts end # the indent guard will be added by the source highlighter logic source_string = preserve_indentation node.content, (node.attr 'tabsize'), false end else highlighter = nil prev_subs = nil source_string = preserve_indentation node.content, (node.attr 'tabsize') end bg_color_override = nil source_chunks = case highlighter when 'coderay' Helpers.require_library CodeRayRequirePath, 'coderay' unless defined? ::Asciidoctor::Prawn::CodeRayEncoder source_string, conum_mapping = extract_conums source_string srclang = node.attr 'language', 'text', false begin ::CodeRay::Scanners[(srclang = (srclang.start_with? 'html+') ? srclang[5..-1].to_sym : srclang.to_sym)] rescue ::ArgumentError srclang = :text end fragments = (::CodeRay.scan source_string, srclang).to_prawn conum_mapping ? (restore_conums fragments, conum_mapping) : fragments when 'pygments' Helpers.require_library 'pygments', 'pygments.rb' unless defined? ::Pygments lexer = ::Pygments::Lexer.find_by_alias(node.attr 'language', 'text', false) || ::Pygments::Lexer.find_by_mimetype('text/plain') lexer_opts = { nowrap: true, noclasses: true, stripnl: false, style: (style = (node.document.attr 'pygments-style') || 'pastie') } lexer_opts[:startinline] = !(node.option? 'mixed') if lexer.name == 'PHP' # TODO enable once we support background color on spans #if node.attr? 'highlight', nil, false # unless (hl_lines = node.resolve_lines_to_highlight(node.attr 'highlight', nil, false)).empty? # pygments_config[:hl_lines] = hl_lines * ' ' # end #end # QUESTION should we treat white background as inherit? # QUESTION allow border color to be set by theme for highlighted block? if (node.document.attr? 'pygments-bgcolor') bg_color_override = node.document.attr 'pygments-bgcolor' elsif style == 'pastie' node.document.set_attr 'pygments-bgcolor', (bg_color_override = nil) else node.document.set_attr 'pygments-bgcolor', (bg_color_override = PygmentsBgColorRx =~ (::Pygments.css '.highlight', style: style) ? $1 : nil) end source_string, conum_mapping = extract_conums source_string # NOTE pygments.rb strips trailing whitespace; preserve it in case there are conums on last line num_trailing_spaces = source_string.length - (source_string = source_string.rstrip).length if conum_mapping # NOTE highlight can return nil if something goes wrong; fallback to encoded source string if this happens result = (lexer.highlight source_string, options: lexer_opts) || (node.apply_subs source_string, [:specialcharacters]) fragments = guard_indentation text_formatter.format result conum_mapping ? (restore_conums fragments, conum_mapping, num_trailing_spaces) : fragments when 'rouge' Helpers.require_library RougeRequirePath, 'rouge' unless defined? ::Rouge::Formatters::Prawn lexer = ::Rouge::Lexer.find(node.attr 'language', 'text', false) || ::Rouge::Lexers::PlainText lexer_opts = lexer.tag == 'php' ? { start_inline: !(node.option? 'mixed') } : {} formatter = (@rouge_formatter ||= ::Rouge::Formatters::Prawn.new theme: (node.document.attr 'rouge-style'), line_gap: @theme.code_line_gap) formatter_opts = (node.attr? 'linenums') ? { line_numbers: true, start_line: (node.attr 'start').to_i } : {} # QUESTION allow border color to be set by theme for highlighted block? bg_color_override = formatter.background_color source_string, conum_mapping = extract_conums source_string fragments = formatter.format((lexer.lex source_string, lexer_opts), formatter_opts) # NOTE cleanup trailing endline (handled in rouge_ext/formatters/prawn instead) #fragments[-1][:text] == LF ? fragments.pop : fragments[-1][:text].chop! conum_mapping ? (restore_conums fragments, conum_mapping) : fragments else # NOTE only format if we detect a need (callouts or inline formatting) if source_string =~ BuiltInEntityCharOrTagRx text_formatter.format source_string else [{ text: source_string }] end end node.subs.replace prev_subs if prev_subs adjusted_font_size = ((node.option? 'autofit') || (node.document.attr? 'autofit-option')) ? (theme_font_size_autofit source_chunks, :code) : nil theme_margin :block, :top keep_together do |box_height = nil| caption_height = node.title? ? (layout_caption node) : 0 theme_font :code do if box_height float do # TODO move the multi-page logic to theme_fill_and_stroke_bounds unless (b_width = @theme.code_border_width || 0) == 0 b_radius = (@theme.code_border_radius || 0) + b_width b_gap_color = bg_color_override || @theme.code_background_color || @page_bg_color end remaining_height = box_height - caption_height i = 0 while remaining_height > 0 advance_page if (started_new_page = i > 0) fill_height = [remaining_height, cursor].min bounding_box [0, cursor], width: bounds.width, height: fill_height do theme_fill_and_stroke_bounds :code, background_color: bg_color_override unless b_width == 0 indent b_radius, b_radius do # dashed line to indicate continuation from previous page stroke_horizontal_rule b_gap_color, line_width: b_width, line_style: :dashed end if started_new_page if remaining_height > fill_height move_down fill_height indent b_radius, b_radius do # dashed line to indicate continuation on next page stroke_horizontal_rule b_gap_color, line_width: b_width, line_style: :dashed end end end end remaining_height -= fill_height i += 1 end end end pad_box @theme.code_padding do typeset_formatted_text source_chunks, (calc_line_metrics @theme.code_line_height), # QUESTION should we require the code_font_color to be set? color: (@theme.code_font_color || @font_color), size: adjusted_font_size end end end stroke_horizontal_rule @theme.caption_border_bottom_color if node.title? && @theme.caption_border_bottom_color theme_margin :block, :bottom end alias convert_listing convert_listing_or_literal alias convert_literal convert_listing_or_literal # Extract callout marks from string, indexed by 0-based line number # Return an Array with the processed string as the first argument # and the mapping of lines to conums as the second. def extract_conums string conum_mapping = {} string = string.split(LF).map.with_index {|line, line_num| # FIXME we get extra spaces before numbers if more than one on a line if line.include? '<' line.gsub(CalloutExtractRx) { # honor the escape if $1 == '\\' $&.sub '\\', '' else (conum_mapping[line_num] ||= []) << $3.to_i '' end } else line end } * LF conum_mapping = nil if conum_mapping.empty? [string, conum_mapping] end # Restore the conums into the Array of formatted text fragments #-- # QUESTION can this be done more efficiently? # QUESTION can we reuse arrange_fragments_by_line? def restore_conums fragments, conum_mapping, num_trailing_spaces = 0 lines = [] line_num = 0 # reorganize the fragments into an array of lines fragments.each do |fragment| line = (lines[line_num] ||= []) if (text = fragment[:text]) == LF line_num += 1 elsif text.include? LF text.split(LF, -1).each_with_index do |line_in_fragment, idx| line = (lines[line_num += 1] ||= []) unless idx == 0 line << (fragment.merge text: line_in_fragment) unless line_in_fragment.empty? end else line << fragment end end conum_color = @theme.conum_font_color last_line_num = lines.size - 1 # append conums to appropriate lines, then flatten to an array of fragments lines.flat_map.with_index do |line, cur_line_num| last_line = cur_line_num == last_line_num if (conums = conum_mapping.delete cur_line_num) line << { text: ' ' * num_trailing_spaces } if last_line && num_trailing_spaces > 0 conum_text = conums.map {|num| conum_glyph num } * ' ' line << (conum_color ? { text: conum_text, color: conum_color } : { text: conum_text }) end line << { text: LF } unless last_line line end end def conum_glyph number # FIXME make starting glyph a constant and/or theme setting # FIXME use lookup table for glyphs instead of relying on counting # \u2460 = circled one, \u24f5 = double circled one, \u278b = negative circled one glyph = %(\u2460) (number - 1).times { glyph = glyph.next } glyph end # Adds guards to preserve indentation def guard_indentation fragments start_of_line = true fragments.each do |fragment| next if (text = fragment[:text]).empty? text[0] = GuardedIndent if start_of_line && (text.start_with? ' ') text.gsub! InnerIndent, GuardedInnerIndent if text.include? InnerIndent start_of_line = text.end_with? LF end fragments end def convert_table node add_dest_for_block node if node.id # TODO we could skip a lot of the logic below when num_rows == 0 num_rows = node.attr 'rowcount' num_cols = node.columns.size table_header = false theme = @theme tbl_bg_color = resolve_theme_color :table_background_color # QUESTION should we fallback to page background color? (which is never transparent) #tbl_bg_color = resolve_theme_color :table_background_color, @page_bg_color # ...and if so, should we try to be helpful and use @page_bg_color for tables nested in blocks? #unless tbl_bg_color # tbl_bg_color = @page_bg_color unless [:section, :document].include? node.parent.context #end # NOTE emulate table bg color by using it as a fallback value for each element head_bg_color = resolve_theme_color :table_head_background_color, tbl_bg_color foot_bg_color = resolve_theme_color :table_foot_background_color, tbl_bg_color body_bg_color = resolve_theme_color :table_body_background_color, # table_odd_row_background_color is deprecated (resolve_theme_color :table_odd_row_background_color, tbl_bg_color) body_stripe_bg_color = resolve_theme_color :table_body_stripe_background_color, # table_even_row_background_color is deprecated (resolve_theme_color :table_even_row_background_color, tbl_bg_color) table_data = [] node.rows[:head].each do |row| table_header = true if (head_transform = theme.table_head_text_transform) head_transform = nil if head_transform == 'none' end row_data = [] row.each do |cell| row_data << { content: (head_transform ? (transform_text cell.text, head_transform) : cell.text), inline_format: [normalize: true], background_color: head_bg_color, text_color: (theme.table_head_font_color || theme.table_font_color || @font_color), size: (theme.table_head_font_size || theme.table_font_size), font: (theme.table_head_font_family || theme.table_font_family), font_style: (val = theme.table_head_font_style || theme.table_font_style) ? val.to_sym : nil, colspan: cell.colspan || 1, rowspan: cell.rowspan || 1, align: (cell.attr 'halign', nil, false).to_sym, valign: (val = cell.attr 'valign', nil, false) == 'middle' ? :center : val.to_sym } end table_data << row_data end header_cell_data_cache = nil (node.rows[:body] + node.rows[:foot]).each do |row| row_data = [] row.each do |cell| cell_data = { text_color: (theme.table_font_color || @font_color), size: theme.table_font_size, font: theme.table_font_family, colspan: cell.colspan || 1, rowspan: cell.rowspan || 1, align: (cell.attr 'halign', nil, false).to_sym, valign: (val = cell.attr 'valign', nil, false) == 'middle' ? :center : val.to_sym, padding: theme.table_cell_padding } cell_transform = nil case cell.style when :emphasis cell_data[:font_style] = :italic cell_line_metrics = calc_line_metrics theme.base_line_height when :strong cell_data[:font_style] = :bold cell_line_metrics = calc_line_metrics theme.base_line_height when :header unless header_cell_data_cache header_cell_data_cache = {} [ #['align', :align, true], # QUESTION should we honor alignment set by col/cell spec? how can we tell? ['font_color', :text_color, false], ['font_family', :font, false], ['font_size', :size, false], ['font_style', :font_style, true], ['text_transform', :text_transform, true] ].each do |(theme_key, data_key, symbol_value)| if (val = theme[%(table_header_cell_#{theme_key})] || theme[%(table_head_#{theme_key})]) header_cell_data_cache[data_key] = symbol_value ? val.to_sym : val end end if (val = resolve_theme_color :table_header_cell_background_color, head_bg_color) header_cell_data_cache[:background_color] = val end end header_cell_data = header_cell_data_cache.dup if (cell_transform = header_cell_data.delete :text_transform) == 'none' cell_transform = nil end cell_data.update header_cell_data unless header_cell_data.empty? cell_line_metrics = calc_line_metrics theme.base_line_height when :monospaced cell_data[:font] = theme.literal_font_family if (val = theme.literal_font_size) cell_data[:size] = val end if (val = theme.literal_font_color) cell_data[:text_color] = val end cell_line_metrics = calc_line_metrics theme.base_line_height when :literal # FIXME core should not substitute in this case cell_data[:content] = preserve_indentation((cell.instance_variable_get :@text), (node.document.attr 'tabsize')) # NOTE the absence of the inline_format option implies it's disabled # QUESTION should we use literal_font_*, code_font_*, or introduce another category? cell_data[:font] = theme.code_font_family if (val = theme.code_font_size) cell_data[:size] = val end if (val = theme.code_font_color) cell_data[:text_color] = val end cell_line_metrics = calc_line_metrics theme.code_line_height when :verse cell_data[:content] = preserve_indentation cell.text, (node.document.attr 'tabsize') cell_data[:inline_format] = true cell_line_metrics = calc_line_metrics theme.base_line_height when :asciidoc asciidoc_cell = ::Prawn::Table::Cell::AsciiDoc.new self, (cell_data.merge content: cell.inner_document, font_style: (val = theme.table_font_style) ? val.to_sym : nil) cell_data = { content: asciidoc_cell } else cell_data[:font_style] = (val = theme.table_font_style) ? val.to_sym : nil cell_line_metrics = calc_line_metrics theme.base_line_height end if cell_line_metrics unless ::Array === (cell_padding = cell_data[:padding]) && cell_padding.size == 4 cell_padding = cell_data[:padding] = inflate_padding cell_padding end cell_padding[0] += cell_line_metrics.padding_top cell_padding[2] += cell_line_metrics.padding_bottom cell_data[:leading] = cell_line_metrics.leading # TODO patch prawn-table to pass through final_gap option #cell_data[:final_gap] = cell_line_metrics.final_gap end unless cell_data.key? :content if (cell_text = cell_transform ? (transform_text cell.text, cell_transform) : cell.text).include? LF # NOTE effectively the same as calling cell.content (should we use that instead?) # FIXME hard breaks not quite the same result as separate paragraphs; need custom cell impl here cell_data[:content] = (cell_text.split BlankLineRx).map {|l| l.tr_s WhitespaceChars, ' ' }.join DoubleLF cell_data[:inline_format] = true else cell_data[:content] = cell_text cell_data[:inline_format] = [normalize: true] end end row_data << cell_data end table_data << row_data end # NOTE Prawn aborts if table data is empty, so ensure there's at least one row if table_data.empty? empty_row = [] node.columns.each do empty_row << { content: '' } end table_data = [empty_row] end border_width = {} table_border_color = theme.table_border_color || theme.table_grid_color || theme.base_border_color table_border_style = (theme.table_border_style || :solid).to_sym table_border_width = theme.table_border_width [:top, :bottom, :left, :right].each {|edge| border_width[edge] = table_border_width } table_grid_color = theme.table_grid_color || table_border_color table_grid_style = (theme.table_grid_style || table_border_style).to_sym table_grid_width = theme.table_grid_width || theme.table_border_width [:cols, :rows].each {|edge| border_width[edge] = table_grid_width } case (grid = node.attr 'grid', 'all', false) when 'all' # keep inner borders when 'cols' border_width[:rows] = 0 when 'rows' border_width[:cols] = 0 else # none border_width[:rows] = border_width[:cols] = 0 end case (frame = node.attr 'frame', 'all', false) when 'all' # keep outer borders when 'topbot', 'ends' border_width[:left] = border_width[:right] = 0 when 'sides' border_width[:top] = border_width[:bottom] = 0 else # none border_width[:top] = border_width[:right] = border_width[:bottom] = border_width[:left] = 0 end if node.option? 'autowidth' table_width = (node.attr? 'width', nil, false) ? bounds.width * ((node.attr 'tablepcwidth') / 100.0) : ((node.has_role? 'spread') ? bounds.width : nil) column_widths = [] else table_width = bounds.width * ((node.attr 'tablepcwidth') / 100.0) column_widths = node.columns.map {|col| ((col.attr 'colpcwidth') * table_width) / 100.0 } # NOTE until Asciidoctor 1.5.4, colpcwidth values didn't always add up to 100%; use last column to compensate unless column_widths.empty? || (width_delta = table_width - column_widths.reduce(:+)) == 0 column_widths[-1] += width_delta end end if ((alignment = node.attr 'align', nil, false) && (BlockAlignmentNames.include? alignment)) || (alignment = (node.roles & BlockAlignmentNames)[-1]) alignment = alignment.to_sym else alignment = :left end caption_side = (theme.table_caption_side || :top).to_sym table_settings = { header: table_header, position: alignment, cell_style: { # NOTE the border color and style of the outer frame is set later border_color: table_grid_color, border_lines: [table_grid_style], # NOTE the border width is set later border_width: 0 }, width: table_width, column_widths: column_widths } # QUESTION should we support nth; should we support sequence of roles? case node.attr 'stripes', 'even', false when 'all' table_settings[:row_colors] = [body_stripe_bg_color] when 'even' table_settings[:row_colors] = [body_bg_color, body_stripe_bg_color] when 'odd' table_settings[:row_colors] = [body_stripe_bg_color, body_bg_color] else # none table_settings[:row_colors] = [body_bg_color] end theme_margin :block, :top table table_data, table_settings do # NOTE call width to capture resolved table width table_width = width @pdf.layout_table_caption node, table_width, alignment if node.title? && caption_side == :top if grid == 'none' && frame == 'none' if table_header # FIXME allow header border bottom width and style to be set by theme rows(0).tap do |r| r.border_bottom_line, r.border_bottom_width = :solid, 1.25 # QUESTION should we use the table border color for the bottom border color of the header row? #r.border_bottom_color, r.border_bottom_line, r.border_bottom_width = table_border_color, :solid, 1.25 end end else # apply the grid setting first across all cells cells.border_width = [border_width[:rows], border_width[:cols], border_width[:rows], border_width[:cols]] if table_header # FIXME allow header border bottom width and style to be set by theme rows(0).tap do |r| r.border_bottom_line, r.border_bottom_width = :solid, 1.25 # QUESTION should we use the table border color for the bottom border color of the header row? #r.border_bottom_color, r.border_bottom_line, r.border_bottom_width = table_border_color, :solid, 1.25 end rows(1).tap do |r| r.border_top_line, r.border_top_width = :solid, 1.25 # QUESTION should we use the table border color for the top border color of the first row? #r.border_top_color, r.border_top_line, r.border_top_width = table_border_color, :solid, 1.25 end if num_rows > 1 end # top edge of table rows(0).tap do |r| r.border_top_color, r.border_top_line, r.border_top_width = table_border_color, table_border_style, border_width[:top] end # right edge of table columns(num_cols - 1).tap do |r| r.border_right_color, r.border_right_line, r.border_right_width = table_border_color, table_border_style, border_width[:right] end # bottom edge of table rows(num_rows - 1).tap do |r| r.border_bottom_color, r.border_bottom_line, r.border_bottom_width = table_border_color, table_border_style, border_width[:bottom] end # left edge of table columns(0).tap do |r| r.border_left_color, r.border_left_line, r.border_left_width = table_border_color, table_border_style, border_width[:left] end end # QUESTION should cell padding be configurable for foot row cells? unless node.rows[:foot].empty? foot_row = row(num_rows - 1) foot_row.background_color = foot_bg_color # FIXME find a way to do this when defining the cells foot_row.text_color = theme.table_foot_font_color if theme.table_foot_font_color foot_row.size = theme.table_foot_font_size if theme.table_foot_font_size foot_row.font = theme.table_foot_font_family if theme.table_foot_font_family foot_row.font_style = theme.table_foot_font_style.to_sym if theme.table_foot_font_style # HACK we should do this transformation when creating the cell #if (foot_transform = theme.table_foot_text_transform) && foot_transform != 'none' # foot_row.each {|c| c.content = (transform_text c.content, foot_transform) if c.content } #end end end layout_table_caption node, table_width, alignment, :bottom if node.title? && caption_side == :bottom theme_margin :block, :bottom end def convert_thematic_break node theme_margin :thematic_break, :top stroke_horizontal_rule @theme.thematic_break_border_color, line_width: @theme.thematic_break_border_width, line_style: @theme.thematic_break_border_style.to_sym theme_margin :thematic_break, :bottom end # deprecated alias convert_horizontal_rule convert_thematic_break # NOTE manual placement not yet possible, so return nil def convert_toc node nil end # NOTE to insert sequential page breaks, you must put {nbsp} between page breaks def convert_page_break node advance_page unless at_page_top? end def convert_index_section node unless @index.empty? space_needed_for_category = @theme.description_list_term_spacing + (2 * (height_of_typeset_text 'A')) column_box [0, cursor], columns: 2, width: bounds.width do @index.categories.each do |category| # NOTE cursor method always returns 0 inside column_box; breaks reference_bounds.move_past_bottom bounds.move_past_bottom if space_needed_for_category > y - reference_bounds.absolute_bottom layout_prose category.name, align: :left, inline_format: false, margin_top: 0, margin_bottom: @theme.description_list_term_spacing, style: @theme.description_list_term_font_style.to_sym category.terms.each do |term| convert_index_list_item term end if @theme.prose_margin_bottom > y - reference_bounds.absolute_bottom bounds.move_past_bottom else move_down @theme.prose_margin_bottom end end end end nil end def convert_index_list_item term text = escape_xml term.name unless term.container? if @media == 'screen' pagenums = term.dests.map {|dest| %(<a anchor="#{dest[:anchor]}">#{dest[:page]}</a>) } else pagenums = term.dests.uniq {|dest| dest[:page] }.map {|dest| dest[:page].to_s } end text = %(#{text}, #{pagenums * ', '}) end layout_prose text, align: :left, margin: 0 term.subterms.each do |subterm| indent @theme.description_list_description_indent do convert_index_list_item subterm end end unless term.leaf? end def convert_inline_anchor node case node.type when :link attrs = [] #attrs << %( id="#{node.id}") if node.id if (role = node.role) attrs << %( class="#{role}") end #attrs << %( title="#{node.attr 'title'}") if node.attr? 'title' attrs << %( target="#{node.attr 'window'}") if node.attr? 'window', nil, false if (role = node.attr 'role', nil, false) && (role == 'bare' || ((role.split ' ').include? 'bare')) # QUESTION should we insert breakable chars into URI when building fragment instead? %(<a href="#{node.target}"#{attrs.join}>#{breakable_uri node.text}</a>) # NOTE @media may not be initialized if method is called before convert phase elsif (@media ||= node.document.attr 'media', 'screen') != 'screen' || (node.document.attr? 'show-link-uri') # QUESTION should we insert breakable chars into URI when building fragment instead? # TODO allow style of printed link to be controlled by theme %(<a href="#{target = node.target}"#{attrs.join}>#{node.text}</a> [<font size="0.85em">#{breakable_uri target}</font>]) else %(<a href="#{node.target}"#{attrs.join}>#{node.text}</a>) end when :xref # NOTE non-nil path indicates this is an inter-document xref that's not included in current document if (path = node.attributes['path']) # NOTE we don't use local as that doesn't work on the web # NOTE for the fragment to work in most viewers, it must be #page=<N> <= document this! %(<a href="#{node.target}">#{node.text || path}</a>) elsif (refid = node.attributes['refid']) unless (text = node.text) if (refs = node.document.references[:refs]) if ::Asciidoctor::AbstractNode === (ref = refs[refid]) text = ref.xreftext((@xrefstyle ||= (node.document.attr 'xrefstyle'))) end else # Asciidoctor < 1.5.6 text = node.document.references[:ids][refid] end end %(<a anchor="#{derive_anchor_from_id refid}">#{text || "[#{refid}]"}</a>) else %(<a anchor="#{node.document.attr 'pdf-anchor'}">#{node.text || '[^top]'}</a>) end when :ref # NOTE destination is created inside callback registered by FormattedTextTransform#build_fragment %(<a name="#{node.target}">#{DummyText}</a>) when :bibref # NOTE destination is created inside callback registered by FormattedTextTransform#build_fragment %(<a name="#{target = node.target}">#{DummyText}</a>[#{target}]) else warn %(asciidoctor: WARNING: unknown anchor type: #{node.type.inspect}) end end def convert_inline_break node %(#{node.text}<br>) end def convert_inline_button node %(<strong>[#{NarrowNoBreakSpace}#{node.text}#{NarrowNoBreakSpace}]</strong>) #%(<strong>[#{NoBreakSpace}#{node.text}#{NoBreakSpace}]</strong>) end def convert_inline_callout node if (conum_color = @theme.conum_font_color) # NOTE CMYK value gets flattened here, but is restored by formatted text parser %(<color rgb="#{conum_color}">#{conum_glyph node.text.to_i}</color>) else conum_glyph node.text.to_i end end def convert_inline_footnote node if (index = node.attr 'index') #text = node.document.footnotes.find {|fn| fn.index == index }.text %( <color rgb="#999999">[#{index}: #{node.text}]</color>) elsif node.type == :xref # NOTE footnote reference not found %( <color rgb="FF0000">[#{node.text}]</color>) end end def convert_inline_icon node if node.document.attr? 'icons', 'font' if (icon_name = node.target).include? '@' icon_name, icon_set = icon_name.split '@', 2 else icon_set = node.attr 'set', (node.document.attr 'icon-set', 'fa'), false end icon_set = 'fa' unless IconSets.include? icon_set if node.attr? 'size', nil, false case (size = node.attr 'size') when 'lg' size_attr = %( size="1.333em") when 'fw' size_attr = %( width="1em" align="center") else size_attr = %( size="#{size.sub 'x', 'em'}") end else size_attr = nil end begin # TODO support rotate and flip attributes %(<font name="#{icon_set}"#{size_attr}>#{::Prawn::Icon::FontData.load(self, icon_set).unicode icon_name}</font>) rescue warn %(asciidoctor: WARNING: #{icon_name} is not a valid icon name in the #{icon_set} icon set) %([#{node.attr 'alt'}]) end else %([#{node.attr 'alt'}]) end end def convert_inline_image node if node.type == 'icon' convert_inline_icon node else node.extend ::Asciidoctor::Image unless ::Asciidoctor::Image === node target, image_format = node.target_and_format if image_format == 'gif' && !(defined? ::GMagick::Image) warn %(asciidoctor: WARNING: GIF image format not supported. Install the prawn-gmagick gem or convert #{target} to PNG.) unless scratch? img = %([#{node.attr 'alt'}]) # NOTE an image with a data URI is handled using a temporary file elsif (image_path = resolve_image_path node, target, true, image_format) && (::File.readable? image_path) width_attr = (width = preresolve_explicit_width node.attributes) ? %( width="#{width}") : nil img = %(<img src="#{image_path}" format="#{image_format}" alt="[#{node.attr 'alt'}]"#{width_attr} tmp="#{TemporaryPath === image_path}">) else warn %(asciidoctor: WARNING: image to embed not found or not readable: #{image_path || target}) unless scratch? img = %([#{node.attr 'alt'}]) end (node.attr? 'link', nil, false) ? %(<a href="#{node.attr 'link'}">#{img}</a>) : img end end def convert_inline_indexterm node # NOTE indexterms not supported if text gets substituted before PDF is initialized return '' unless instance_variable_defined? :@index if scratch? node.type == :visible ? node.text : '' else dest = { anchor: (anchor_name = %(__indexterm-#{node.object_id})) # NOTE page number is added in InlineDestinationMarker } anchor = %(<a name="#{anchor_name}" type="indexterm">#{DummyText}</a>) if node.type == :visible @index.store_primary_term(sanitize(visible_term = node.text), dest) %(#{anchor}#{visible_term}) else @index.store_term((node.attr 'terms').map {|term| sanitize term }, dest) anchor end end end def convert_inline_kbd node if (keys = node.attr 'keys').size == 1 %(<code>#{keys[0]}</code>) else keys.map {|key| %(<code>#{key}</code>+) }.join.chop end end def convert_inline_menu node menu = node.attr 'menu' caret = @theme.menu_caret_content || %( \u203a ) if !(submenus = node.attr 'submenus').empty? %(<strong>#{[menu, *submenus, (node.attr 'menuitem')] * caret}</strong>) elsif (menuitem = node.attr 'menuitem') %(<strong>#{menu}#{caret}#{menuitem}</strong>) else %(<strong>#{menu}</strong>) end end def convert_inline_quoted node case node.type when :emphasis open, close, is_tag = ['<em>', '</em>', true] when :strong open, close, is_tag = ['<strong>', '</strong>', true] when :monospaced open, close, is_tag = ['<code>', '</code>', true] when :superscript open, close, is_tag = ['<sup>', '</sup>', true] when :subscript open, close, is_tag = ['<sub>', '</sub>', true] when :double open, close, is_tag = ['“', '”', false] when :single open, close, is_tag = ['‘', '’', false] #when :asciimath, :latexmath else open, close, is_tag = [nil, nil, false] end if (role = node.role) if is_tag quoted_text = %(#{open.chop} class="#{role}">#{node.text}#{close}) else quoted_text = %(<span class="#{role}">#{open}#{node.text}#{close}</span>) end else quoted_text = %(#{open}#{node.text}#{close}) end # NOTE destination is created inside callback registered by FormattedTextTransform#build_fragment node.id ? %(<a name="#{node.id}">#{DummyText}</a>#{quoted_text}) : quoted_text end # FIXME only create title page if doctype=book! def layout_title_page doc return unless doc.header? && !doc.notitle prev_bg_image = @page_bg_image prev_bg_color = @page_bg_color if (bg_image = resolve_background_image doc, @theme, 'title-page-background-image') @page_bg_image = (bg_image == 'none' ? nil : bg_image) end if (bg_color = resolve_theme_color :title_page_background_color) @page_bg_color = bg_color end # NOTE a new page will already be started if the cover image is a PDF start_new_page unless page_is_empty? start_new_page if @ppbook && verso_page? @page_bg_image = prev_bg_image if bg_image @page_bg_color = prev_bg_color if bg_color # IMPORTANT this is the first page created, so we need to set the base font font @theme.base_font_family, size: @theme.base_font_size # QUESTION allow alignment per element on title page? title_align = (@theme.title_page_align || @base_align).to_sym # TODO disallow .pdf as image type if (logo_image_path = (doc.attr 'title-logo-image', @theme.title_page_logo_image)) if (logo_image_path.include? ':') && logo_image_path =~ ImageAttributeValueRx logo_image_path = $1 logo_image_attrs = (AttributeList.new $2).parse ['alt', 'width', 'height'] relative_to_imagesdir = true else logo_image_attrs = {} relative_to_imagesdir = false end # HACK quick fix to resolve image path relative to theme unless doc.attr? 'title-logo-image' logo_image_path = ThemeLoader.resolve_theme_asset logo_image_path, (doc.attr 'pdf-stylesdir') end logo_image_attrs['target'] = logo_image_path logo_image_attrs['align'] ||= (@theme.title_page_logo_align || title_align.to_s) # QUESTION should we allow theme to turn logo image off? logo_image_top = logo_image_attrs['top'] || @theme.title_page_logo_top || '10%' # FIXME delegate to method to convert page % to y value if logo_image_top.end_with? 'vh' logo_image_top = page_height - page_height * logo_image_top.to_f / 100.0 else logo_image_top = bounds.absolute_top - effective_page_height * logo_image_top.to_f / 100.0 end initial_y, @y = @y, logo_image_top # FIXME add API to Asciidoctor for creating blocks like this (extract from extensions module?) image_block = ::Asciidoctor::Block.new doc, :image, content_model: :empty, attributes: logo_image_attrs # NOTE pinned option keeps image on same page convert_image image_block, relative_to_imagesdir: relative_to_imagesdir, pinned: true @y = initial_y end # TODO prevent content from spilling to next page theme_font :title_page do doctitle = doc.doctitle partition: true if (title_top = @theme.title_page_title_top) if title_top.end_with? 'vh' title_top = page_height - page_height * title_top.to_f / 100.0 else title_top = bounds.absolute_top - effective_page_height * title_top.to_f / 100.0 end # FIXME delegate to method to convert page % to y value @y = title_top end move_down(@theme.title_page_title_margin_top || 0) theme_font :title_page_title do layout_heading doctitle.main, align: title_align, margin: 0, line_height: @theme.title_page_title_line_height end move_down(@theme.title_page_title_margin_bottom || 0) if doctitle.subtitle move_down(@theme.title_page_subtitle_margin_top || 0) theme_font :title_page_subtitle do layout_heading doctitle.subtitle, align: title_align, margin: 0, line_height: @theme.title_page_subtitle_line_height end move_down(@theme.title_page_subtitle_margin_bottom || 0) end if doc.attr? 'authors' move_down(@theme.title_page_authors_margin_top || 0) # TODO provide an API in core to get authors as an array authors = (1..(doc.attr 'authorcount', 1).to_i).map {|idx| doc.attr(idx == 1 ? 'author' : %(author_#{idx})) } * (@theme.title_page_authors_delimiter || ', ') theme_font :title_page_authors do layout_prose authors, align: title_align, margin: 0, normalize: false end move_down(@theme.title_page_authors_margin_bottom || 0) end revision_info = [(doc.attr? 'revnumber') ? %(#{doc.attr 'version-label'} #{doc.attr 'revnumber'}) : nil, (doc.attr 'revdate')].compact unless revision_info.empty? move_down(@theme.title_page_revision_margin_top || 0) revision_text = revision_info * (@theme.title_page_revision_delimiter || ', ') theme_font :title_page_revision do layout_prose revision_text, align: title_align, margin: 0, normalize: false end move_down(@theme.title_page_revision_margin_bottom || 0) end end end def layout_cover_page face, doc # TODO turn processing of attribute with inline image a utility function in Asciidoctor if (cover_image = (doc.attr %(#{face}-cover-image))) if (cover_image.include? ':') && cover_image =~ ImageAttributeValueRx # TODO support explicit image format cover_image = resolve_image_path doc, $1 else cover_image = resolve_image_path doc, cover_image, false end if ::File.readable? cover_image go_to_page page_count if face == :back if cover_image.downcase.end_with? '.pdf' # NOTE import_page automatically advances to next page afterwards (can we change this behavior?) import_page cover_image, advance: face != :back else image_page cover_image, canvas: true end else warn %(asciidoctor: WARNING: #{face} cover image not found or readable: #{cover_image}) end end ensure unlink_tmp_file cover_image if cover_image end def start_new_chapter chapter start_new_page unless at_page_top? # TODO must call update_colors before advancing to next page if start_new_page is called in layout_chapter_title start_new_page if @ppbook && verso_page? && !(chapter.option? 'nonfacing') end def layout_chapter_title node, title, opts = {} layout_heading title, opts end alias start_new_part start_new_chapter alias layout_part_title layout_chapter_title # QUESTION why doesn't layout_heading set the font?? # QUESTION why doesn't layout_heading accept a node? def layout_heading string, opts = {} top_margin = (margin = (opts.delete :margin)) || (opts.delete :margin_top) || @theme.heading_margin_top bot_margin = margin || (opts.delete :margin_bottom) || @theme.heading_margin_bottom if (transform = (opts.delete :text_transform) || @text_transform) && transform != 'none' string = transform_text string, transform end margin_top top_margin typeset_text string, calc_line_metrics((opts.delete :line_height) || @theme.heading_line_height), { color: @font_color, inline_format: true, align: @base_align.to_sym }.merge(opts) margin_bottom bot_margin end # NOTE inline_format is true by default def layout_prose string, opts = {} top_margin = (margin = (opts.delete :margin)) || (opts.delete :margin_top) || @theme.prose_margin_top bot_margin = margin || (opts.delete :margin_bottom) || @theme.prose_margin_bottom if (transform = (opts.delete :text_transform) || @text_transform) && transform != 'none' string = transform_text string, transform end # NOTE used by extensions; ensures linked text gets formatted using the link styles if (anchor = opts.delete :anchor) string = %(<a anchor="#{anchor}">#{string}</a>) end margin_top top_margin typeset_text string, calc_line_metrics((opts.delete :line_height) || @theme.base_line_height), { color: @font_color, # NOTE normalize makes endlines soft (replaces "\n" with ' ') inline_format: [normalize: (opts.delete :normalize) != false], align: @base_align.to_sym }.merge(opts) margin_bottom bot_margin end # Render the caption and return the height of the rendered content # QUESTION should layout_caption check for title? and return 0 if false? # TODO allow margin to be zeroed def layout_caption subject, opts = {} mark = { cursor: cursor, page_number: page_number } case subject when ::String string = subject when ::Asciidoctor::AbstractBlock string = subject.title? ? subject.captioned_title : nil else return 0 end theme_font :caption do if (side = (opts.delete :side) || :top) == :top margin = { top: @theme.caption_margin_outside, bottom: @theme.caption_margin_inside } else margin = { top: @theme.caption_margin_inside, bottom: @theme.caption_margin_outside } end layout_prose string, { margin_top: margin[:top], margin_bottom: margin[:bottom], align: (@theme.caption_align || @base_align).to_sym, normalize: false }.merge(opts) if side == :top && @theme.caption_border_bottom_color stroke_horizontal_rule @theme.caption_border_bottom_color # FIXME HACK move down slightly so line isn't covered by filled area (half width of line) move_down 0.25 end end # NOTE we assume we don't clear more than one page if page_number > mark[:page_number] mark[:cursor] + (bounds.top - cursor) else mark[:cursor] - cursor end end # Render the caption for a table and return the height of the rendered content def layout_table_caption node, width, alignment = :left, side = :top # QUESTION should we confine width of title to width of table? if alignment == :left || (excess = bounds.width - width) == 0 layout_caption node, side: side else indent excess * (alignment == :center ? 0.5 : 1) do layout_caption node, side: side end end end # NOTE num_front_matter_pages is not used during a dry run def layout_toc doc, num_levels = 2, toc_page_number = 2, num_front_matter_pages = 0 go_to_page toc_page_number unless (page_number == toc_page_number) || scratch? start_page_number = page_number theme_font :heading, level: 2 do theme_font :toc_title do toc_title_align = (@theme.toc_title_align || @theme.heading_h2_align || @theme.heading_align || @base_align).to_sym layout_heading((doc.attr 'toc-title'), align: toc_title_align) end end # QUESTION should we skip this whole method if num_levels == 0? if num_levels > 0 dot_leader = theme_font :toc do # TODO we could simplify by using nested theme_font :toc_dot_leader if (dot_leader_font_style = (@theme.toc_dot_leader_font_style || :normal).to_sym) != font_style font_style dot_leader_font_style end { font_color: @theme.toc_dot_leader_font_color || @font_color, font_style: dot_leader_font_style, levels: ((dot_leader_l = @theme.toc_dot_leader_levels) == 'none' ? ::Set.new : (dot_leader_l && dot_leader_l != 'all' ? dot_leader_l.to_s.split.map(&:to_i).to_set : (0..num_levels).to_set)), text: (dot_leader_text = @theme.toc_dot_leader_content || DotLeaderTextDefault), width: dot_leader_text.empty? ? 0 : (rendered_width_of_string dot_leader_text), # TODO spacer gives a little bit of room between dots and page number spacer: { text: NoBreakSpace, size: (spacer_font_size = @font_size * 0.25) }, spacer_width: (rendered_width_of_char NoBreakSpace, size: spacer_font_size) } end line_metrics = calc_line_metrics @theme.toc_line_height theme_margin :toc, :top layout_toc_level doc.sections, num_levels, line_metrics, dot_leader, num_front_matter_pages end # NOTE range must be calculated relative to toc_page_number; absolute page number in scratch document is arbitrary toc_page_numbers = (toc_page_number..(toc_page_number + (page_number - start_page_number))) go_to_page page_count - 1 unless scratch? toc_page_numbers end def layout_toc_level sections, num_levels, line_metrics, dot_leader, num_front_matter_pages = 0 # NOTE font options aren't always reliable, so store size separately toc_font_info = theme_font :toc do { font: font, size: @font_size } end sections.each do |sect| theme_font :toc, level: (sect.level + 1) do sect_title = (transform = @text_transform) && transform != 'none' ? (transform_text sect.numbered_title, transform) : sect.numbered_title # NOTE only write section title (excluding dots and page number) if this is a dry run if scratch? # FIXME use layout_prose # NOTE must wrap title in empty anchor element in case links are styled with different font family / size typeset_text %(<a>#{sect_title}</a>), line_metrics, inline_format: true else pgnum_label = ((sect.attr 'pdf-page-start') - num_front_matter_pages).to_s start_page_number = page_number start_cursor = cursor # NOTE use low-level text formatter to add anchor overlay without styling text as link & force color sect_title_format_override = { anchor: (sect_anchor = sect.attr 'pdf-anchor'), color: @font_color, styles: ((@theme[%(toc_h#{sect.level + 1}_text_decoration)] || @theme.toc_text_decoration) == 'underline' ? (font_styles << :underline) : font_styles) } (sect_title_fragments = text_formatter.format sect_title).each do |fragment| fragment.update sect_title_format_override do |key, old_val, new_val| key == :styles ? (old_val.merge new_val) : new_val end end typeset_formatted_text sect_title_fragments, line_metrics end_page_number = page_number end_cursor = cursor # TODO it would be convenient to have a cursor mark / placement utility that took page number into account go_to_page start_page_number if start_page_number != end_page_number move_cursor_to start_cursor if dot_leader[:width] > 0 && (dot_leader[:levels].include? sect.level) pgnum_label_font_settings = { color: @font_color, font: font_family, size: @font_size, styles: font_styles } pgnum_label_width = rendered_width_of_string pgnum_label # WARNING width_of is not accurate if string must use characters from fallback font sect_title_width = width_of sect_title, inline_format: true save_font do # NOTE the same font is used for dot leaders throughout toc set_font toc_font_info[:font], toc_font_info[:size] font_style dot_leader[:font_style] num_dots = ((bounds.width - sect_title_width - dot_leader[:spacer_width] - pgnum_label_width) / dot_leader[:width]).floor # FIXME dots don't line up in columns if width of page numbers differ typeset_formatted_text [ { text: (dot_leader[:text] * (num_dots < 0 ? 0 : num_dots)), color: dot_leader[:font_color] }, dot_leader[:spacer], { text: pgnum_label, anchor: sect_anchor }.merge(pgnum_label_font_settings) ], line_metrics, align: :right end else typeset_formatted_text [{ text: pgnum_label, color: @font_color, anchor: sect_anchor }], line_metrics, align: :right end go_to_page end_page_number if page_number != end_page_number move_cursor_to end_cursor end end indent @theme.toc_indent do layout_toc_level sect.sections, num_levels, line_metrics, dot_leader, num_front_matter_pages end if sect.level < num_levels end end # Reduce icon height to fit inside bounds.height. Icons will not render # properly if they are larger than the current bounds.height. def fit_icon_to_bounds preferred_size = 24 (max_height = bounds.height) < preferred_size ? max_height : preferred_size end def admonition_icon_data key if (icon_data = @theme[%(admonition_icon_#{key})]) (AdmonitionIcons[key] || {}).merge icon_data else AdmonitionIcons[key] end end # TODO delegate to layout_page_header and layout_page_footer per page def layout_running_content periphery, doc, opts = {} skip = opts[:skip] || 1 # NOTE find and advance to first non-imported content page to use as model page return unless (content_start_page = state.pages[skip..-1].index {|p| !p.imported_page? }) content_start_page += (skip + 1) num_pages = page_count - skip prev_page_number = page_number go_to_page content_start_page # FIXME probably need to treat doctypes differently is_book = doc.doctype == 'book' header = doc.header? ? doc.header : nil # TODO make this section threshold configurable (perhaps in theme?) sections = doc.find_by(context: :section) {|sect| sect.level < 3 && sect != header } || [] # FIXME we need a proper model for all this page counting # FIXME we make a big assumption that part & chapter start on new pages # index parts, chapters and sections by the visual page number on which they start part_start_pages = {} chapter_start_pages = {} section_start_pages = {} trailing_section_start_pages = {} sections.each do |sect| page_num = (sect.attr 'pdf-page-start').to_i - skip if is_book && ((sect_is_part = sect.part?) || sect.chapter?) if sect_is_part part_start_pages[page_num] ||= (sect.numbered_title formal: true) else chapter_start_pages[page_num] ||= (sect.numbered_title formal: true) if sect.sectname == 'appendix' && !part_start_pages.empty? # FIXME need a better way to indicate that part has ended part_start_pages[page_num] = '' end end else sect_title = trailing_section_start_pages[page_num] = sect.numbered_title formal: true section_start_pages[page_num] ||= sect_title end end # index parts, chapters, and sections by the visual page number on which they appear parts_by_page = {} chapters_by_page = {} sections_by_page = {} # QUESTION should the default part be the doctitle? last_part = nil # QUESTION should we enforce that the preamble is preface? last_chap = is_book ? (doc.attr 'preface-title', 'Preface') : nil last_sect = nil sect_search_threshold = 1 (1..num_pages).each do |num| if (part = part_start_pages[num]) last_part = part end if (chap = chapter_start_pages[num]) last_chap = chap end if (sect = section_start_pages[num]) last_sect = sect elsif part || chap sect_search_threshold = num last_sect = nil # NOTE we didn't find a section on this page; look back to find last section started elsif last_sect ((sect_search_threshold)..(num - 1)).reverse_each do |prev| if (sect = trailing_section_start_pages[prev]) last_sect = sect break end end end parts_by_page[num] = last_part chapters_by_page[num] = last_chap sections_by_page[num] = last_sect end doctitle = doc.doctitle partition: true, use_fallback: true # NOTE set doctitle again so it's properly escaped doc.set_attr 'doctitle', doctitle.combined doc.set_attr 'document-title', doctitle.main doc.set_attr 'document-subtitle', doctitle.subtitle doc.set_attr 'page-count', num_pages allow_uri_read = doc.attr? 'allow-uri-read' svg_fallback_font = default_svg_font if periphery == :header trim_line_metrics = calc_line_metrics(@theme.header_line_height || @theme.base_line_height) trim_top = page_height # NOTE height is required atm trim_height = @theme.header_height || page_margin_top trim_padding = @theme.header_padding || [0, 0, 0, 0] trim_bg_color = resolve_theme_color :header_background_color trim_border_width = @theme.header_border_width || @theme.base_border_width trim_border_style = (@theme.header_border_style || :solid).to_sym trim_border_color = resolve_theme_color :header_border_color trim_valign = (@theme.header_vertical_align || :middle).to_sym trim_img_valign = @theme.header_image_vertical_align else trim_line_metrics = calc_line_metrics(@theme.footer_line_height || @theme.base_line_height) # NOTE height is required atm trim_top = trim_height = @theme.footer_height || page_margin_bottom trim_padding = @theme.footer_padding || [0, 0, 0, 0] trim_bg_color = resolve_theme_color :footer_background_color trim_border_width = @theme.footer_border_width || @theme.base_border_width trim_border_style = (@theme.footer_border_style || :solid).to_sym trim_border_color = resolve_theme_color :footer_border_color trim_valign = (@theme.footer_vertical_align || :middle).to_sym trim_img_valign = @theme.footer_image_vertical_align end trim_stamp_name = { recto: %(#{periphery}_recto), verso: %(#{periphery}_verso) } trim_left = { recto: @page_margin_by_side[:recto][3], verso: @page_margin_by_side[:verso][3] } trim_width = { recto: page_width - trim_left[:recto] - @page_margin_by_side[:recto][1], verso: page_width - trim_left[:verso] - @page_margin_by_side[:verso][1] } trim_content_left = { recto: trim_left[:recto] + trim_padding[3], verso: trim_left[:verso] + trim_padding[3] } trim_content_width = { recto: trim_width[:recto] - trim_padding[3] - trim_padding[1], verso: trim_width[:verso] - trim_padding[3] - trim_padding[1] } trim_content_height = trim_height - trim_padding[0] - trim_padding[2] - trim_line_metrics.padding_top - trim_line_metrics.padding_bottom trim_border_color = nil if trim_border_width == 0 trim_valign = :center if trim_valign == :middle case trim_img_valign when nil trim_img_valign = trim_valign when 'middle' trim_img_valign = :center when 'top', 'center', 'bottom' trim_img_valign = trim_img_valign.to_sym end colspec_dict = PageSides.inject({}) do |acc, side| side_trim_content_width = trim_content_width[side] if (custom_colspecs = @theme[%(#{periphery}_#{side}_columns)] || @theme[%(#{periphery}_columns)]) case (colspecs = (custom_colspecs.to_s.tr ',', ' ').split[0..2]).size when 3 colspecs = { left: colspecs[0], center: colspecs[1], right: colspecs[2] } when 2 colspecs = { left: colspecs[0], center: '0', right: colspecs[1] } when 0, 1 colspecs = { left: '0', center: colspecs[0] || '100', right: '0' } end tot_width = 0 side_colspecs = colspecs.map {|col, spec| if (alignment_char = spec.chr).to_i.to_s != alignment_char alignment = AlignmentTable[alignment_char] || :left rel_width = spec[1..-1].to_f else alignment = :left rel_width = spec.to_f end tot_width += rel_width [col, { align: alignment, width: rel_width, x: 0 }] }.to_h # QUESTION should we allow the columns to overlap (capping width at 100%)? side_colspecs.each {|_, colspec| colspec[:width] = (colspec[:width] / tot_width) * side_trim_content_width } side_colspecs[:right][:x] = (side_colspecs[:center][:x] = side_colspecs[:left][:width]) + side_colspecs[:center][:width] acc[side] = side_colspecs else acc[side] = { left: { align: :left, width: side_trim_content_width, x: 0 }, center: { align: :center, width: side_trim_content_width, x: 0 }, right: { align: :right, width: side_trim_content_width, x: 0 } } end acc end # TODO move this to a method so it can be reused; cache results content_dict = PageSides.inject({}) do |acc, side| side_content = {} ColumnPositions.each do |position| unless (val = @theme[%(#{periphery}_#{side}_#{position}_content)]).nil_or_empty? # TODO support image URL (using resolve_image_path) if (val.include? ':') && val =~ ImageAttributeValueRx && ::File.readable?(path = (ThemeLoader.resolve_theme_asset $1, (doc.attr 'pdf-stylesdir'))) attrs = (AttributeList.new $2).parse col_width = colspec_dict[side][position][:width] if (fit = attrs['fit']) == 'contain' width = col_width else unless (width = resolve_explicit_width attrs, col_width) # QUESTION should we lookup and scale intrinsic width if explicit width is not given? # NOTE failure message will be reported later when image is rendered width = (to_pt intrinsic_image_dimensions(path)[:width], :px) rescue 0 end width = col_width if fit == 'scale-down' && width > col_width end side_content[position] = { path: path, width: width, fit: !!fit } else side_content[position] = val end end end # NOTE set fallbacks if not explicitly disabled if side_content.empty? && periphery == :footer && @theme[%(footer_#{side}_content)] != 'none' side_content = { side == :recto ? :right : :left => '{page-number}' } end acc[side] = side_content acc end stamps = {} if trim_bg_color || trim_border_color PageSides.each do |side| create_stamp trim_stamp_name[side] do canvas do if trim_bg_color bounding_box [0, trim_top], width: bounds.width, height: trim_height do fill_bounds trim_bg_color if trim_border_color # TODO stroke_horizontal_rule should support :at move_down bounds.height if periphery == :header stroke_horizontal_rule trim_border_color, line_width: trim_border_width, line_style: trim_border_style end end else bounding_box [trim_left[side], trim_top], width: trim_width[side], height: trim_height do # TODO stroke_horizontal_rule should support :at move_down bounds.height if periphery == :header stroke_horizontal_rule trim_border_color, line_width: trim_border_width, line_style: trim_border_style end end end end end stamps[periphery] = true end pagenums_enabled = doc.attr? 'pagenums' attribute_missing_doc = doc.attr 'attribute-missing' case @media == 'prepress' ? 'physical' : (doc.attr 'pdf-folio-placement') when 'physical' folio_basis, invert_folio = :physical, false when 'physical-inverted' folio_basis, invert_folio = :physical, true when 'virtual-inverted' folio_basis, invert_folio = :virtual, true else folio_basis, invert_folio = :virtual, false end repeat((content_start_page..page_count), dynamic: true) do # NOTE don't write on pages which are imported / inserts (otherwise we can get a corrupt PDF) next if page.imported_page? pgnum_label = page_number - skip side = page_side((folio_basis == :physical ? page_number : pgnum_label), invert_folio) # FIXME we need to have a content setting for chapter pages content_by_position, colspec_by_position = content_dict[side], colspec_dict[side] # TODO populate chapter-number # TODO populate numbered and unnumbered chapter and section titles doc.set_attr 'page-number', pgnum_label.to_s if pagenums_enabled # QUESTION should the fallback value be nil instead of empty string? or should we remove attribute if no value? doc.set_attr 'part-title', (parts_by_page[pgnum_label] || '') doc.set_attr 'chapter-title', (chapters_by_page[pgnum_label] || '') doc.set_attr 'section-title', (sections_by_page[pgnum_label] || '') doc.set_attr 'section-or-chapter-title', (sections_by_page[pgnum_label] || chapters_by_page[pgnum_label] || '') stamp trim_stamp_name[side] if stamps[periphery] theme_font periphery do canvas do bounding_box [trim_content_left[side], trim_top], width: trim_content_width[side], height: trim_height do ColumnPositions.each do |position| next unless (content = content_by_position[position]) next unless (colspec = colspec_by_position[position])[:width] > 0 # FIXME we need to have a content setting for chapter pages case content when ::Hash # NOTE image vposition respects padding; use negative image_vertical_align value to revert trim_v_padding = trim_padding[0] + trim_padding[2] # NOTE float ensures cursor position is restored and returns us to current page if we overrun float do # NOTE bounding_box is redundant if trim_v_padding is 0 bounding_box [colspec[:x], cursor - trim_padding[0]], width: colspec[:width], height: (bounds.height - trim_v_padding) do begin if (img_path = content[:path]).downcase.end_with? '.svg' svg_data = ::IO.read img_path svg_obj = ::Prawn::Svg::Interface.new svg_data, self, position: colspec[:align], vposition: trim_img_valign, width: content[:width], # TODO enforce jail in safe mode enable_file_requests_with_root: (::File.dirname img_path), enable_web_requests: allow_uri_read, fallback_font_name: svg_fallback_font if content[:fit] && svg_obj.document.sizing.output_height > (available_h = bounds.height) svg_obj.resize height: available_h end svg_obj.draw else img_opts = { position: colspec[:align], vposition: trim_img_valign } if content[:fit] img_opts[:fit] = [content[:width], bounds.height] else img_opts[:width] = content[:width] end image img_path, img_opts end rescue => e warn %(asciidoctor: WARNING: could not embed image in running content: #{img_path}; #{e.message}) end end end when ::String # NOTE minor optimization if content == '{page-number}' content = pagenums_enabled ? pgnum_label.to_s : nil else # FIXME get apply_subs to handle drop-line w/o a warning doc.set_attr 'attribute-missing', 'skip' unless attribute_missing_doc == 'skip' if (content = doc.apply_subs content).include? '{' # NOTE must use { in place of {, not \{, to escape attribute reference content = content.split(LF).delete_if {|line| SimpleAttributeRefRx =~ line } * LF end doc.set_attr 'attribute-missing', attribute_missing_doc unless attribute_missing_doc == 'skip' end theme_font %(#{periphery}_#{side}_#{position}) do formatted_text_box parse_text(content, color: @font_color, inline_format: [normalize: true]), at: [colspec[:x], trim_content_height + trim_padding[2] + trim_line_metrics.padding_bottom], width: colspec[:width], height: trim_content_height, align: colspec[:align], valign: trim_valign, leading: trim_line_metrics.leading, final_gap: false, overflow: :truncate end end end end end end end go_to_page prev_page_number nil end def add_outline doc, num_levels = 2, toc_page_nums = [], num_front_matter_pages = 0 front_matter_counter = RomanNumeral.new 0, :lower pagenum_labels = {} num_front_matter_pages.times do |n| pagenum_labels[n] = { P: (::PDF::Core::LiteralString.new front_matter_counter.next!.to_s) } end # add labels for each content page, which is required for reader's page navigator to work correctly (num_front_matter_pages..(page_count - 1)).each_with_index do |n, i| pagenum_labels[n] = { P: (::PDF::Core::LiteralString.new %(#{i + 1})) } end outline.define do # FIXME use sanitize: :plain_text once available if (doctitle = document.sanitize(doc.doctitle use_fallback: true)) # FIXME link to title page if there's a cover page (skip cover page and ensuing blank page) page title: doctitle, destination: (document.dest_top 1) end page title: (doc.attr 'toc-title'), destination: (document.dest_top toc_page_nums.first) unless toc_page_nums.none? # QUESTION any way to get add_outline_level to invoke in the context of the outline? document.add_outline_level self, doc.sections, num_levels end catalog.data[:PageLabels] = state.store.ref Nums: pagenum_labels.flatten catalog.data[:PageMode] = :UseOutlines nil end # FIXME only nest inside root node if doctype=article def add_outline_level outline, sections, num_levels sections.each do |sect| sect_title = sanitize sect.numbered_title formal: true sect_destination = sect.attr 'pdf-destination' if (level = sect.level) == num_levels || !sect.sections? outline.page title: sect_title, destination: sect_destination elsif level <= num_levels outline.section sect_title, { destination: sect_destination } do add_outline_level outline, sect.sections, num_levels end end end end def write pdf_doc, target if target.respond_to? :write require_relative 'core_ext/quantifiable_stdout' unless defined? ::QuantifiableStdout target = ::QuantifiableStdout.new STDOUT if target == STDOUT pdf_doc.render target else pdf_doc.render_file target # QUESTION restore attributes first? @pdfmark.generate_file target if @pdfmark end # write scratch document if debug is enabled (or perhaps DEBUG_STEPS env) #get_scratch_document.render_file 'scratch.pdf' nil end def register_fonts font_catalog, scripts = 'latin', fonts_dir (font_catalog || {}).each do |key, styles| register_font key => styles.map {|style, path| [style.to_sym, (font_path path, fonts_dir)]}.to_h end # FIXME read kerning setting from theme! default_kerning true end def font_path font_file, fonts_dir # resolve relative to built-in font dir unless path is absolute ::File.absolute_path font_file, fonts_dir end def default_svg_font @theme.svg_font_family || @theme.base_font_family end # QUESTION should we pass a category as an argument? # QUESTION should we make this a method on the theme ostruct? (e.g., @theme.resolve_color key, fallback) def resolve_theme_color key, fallback_color = nil if (color = @theme[key.to_s]) && color != 'transparent' color else fallback_color end end def theme_fill_and_stroke_bounds category, opts = {} background_color = opts[:background_color] || @theme[%(#{category}_background_color)] fill_and_stroke_bounds background_color, @theme[%(#{category}_border_color)], line_width: @theme[%(#{category}_border_width)], radius: @theme[%(#{category}_border_radius)] end # Insert a top margin space unless cursor is at the top of the page. # Start a new page if n value is greater than remaining space on page. def margin_top n margin n, :top end # Insert a bottom margin space unless cursor is at the top of the page (not likely). # Start a new page if n value is greater than remaining space on page. def margin_bottom n margin n, :bottom end # Insert a margin space at the specified side unless cursor is at the top of the page. # Start a new page if n value is greater than remaining space on page. def margin n, side unless n == 0 || at_page_top? # NOTE use low-level cursor calculation to workaround cursor bug in column_box context if y - reference_bounds.absolute_bottom > n move_down n else # set cursor at top of next page reference_bounds.move_past_bottom end end end # Lookup margin for theme element and side, then delegate to margin method. # If margin value is not found, assume: # - 0 when side == :top # - @theme.vertical_spacing when side == :bottom def theme_margin category, side margin((@theme[%(#{category}_margin_#{side})] || (side == :bottom ? @theme.vertical_spacing : 0)), side) end def theme_font category, opts = {} result = nil # TODO inheriting from generic category should be an option if opts.key? :level level = opts[:level] family = @theme[%(#{category}_h#{level}_font_family)] || @theme[%(#{category}_font_family)] || @theme.base_font_family size = @theme[%(#{category}_h#{level}_font_size)] || @theme[%(#{category}_font_size)] || @theme.base_font_size style = @theme[%(#{category}_h#{level}_font_style)] || @theme[%(#{category}_font_style)] color = @theme[%(#{category}_h#{level}_font_color)] || @theme[%(#{category}_font_color)] # NOTE global text_transform is not currently supported transform = @theme[%(#{category}_h#{level}_text_transform)] || @theme[%(#{category}_text_transform)] else inherited_font = font_info family = @theme[%(#{category}_font_family)] || inherited_font[:family] size = @theme[%(#{category}_font_size)] || inherited_font[:size] style = @theme[%(#{category}_font_style)] || inherited_font[:style] color = @theme[%(#{category}_font_color)] # NOTE global text_transform is not currently supported transform = @theme[%(#{category}_text_transform)] end prev_color, @font_color = @font_color, color if color prev_transform, @text_transform = @text_transform, transform if transform font family, size: size, style: (style && style.to_sym) do result = yield end @font_color = prev_color if color @text_transform = prev_transform if transform result end # Calculate the font size (down to the minimum font size) that would allow # all the specified fragments to fit in the available width without wrapping lines. # # Return the calculated font size if an adjustment is necessary or nil if no # font size adjustment is necessary. def theme_font_size_autofit fragments, category arranger = arrange_fragments_by_line fragments theme_font category do # NOTE finalizing the line here generates fragments & calculates their widths using the current font settings # CAUTION it also removes zero-width spaces arranger.finalize_line actual_width = width_of_fragments arranger.fragments unless ::Array === (padding = @theme[%(#{category}_padding)]) padding = ::Array.new 4, padding end available_width = bounds.width - (padding[3] || 0) - (padding[1] || 0) if actual_width > available_width adjusted_font_size = ((available_width * font_size).to_f / actual_width).truncate_to_precision 4 if (min = @theme[%(#{category}_font_size_min)] || @theme.base_font_size_min) && adjusted_font_size < min min else adjusted_font_size end else nil end end end # Arrange fragments by line in an arranger and return an unfinalized arranger. # # Finalizing the arranger is deferred since it must be done in the context of # the global font settings you want applied to each fragment. def arrange_fragments_by_line fragments, opts = {} arranger = ::Prawn::Text::Formatted::Arranger.new self by_line = arranger.consumed = [] fragments.each do |fragment| if (txt = fragment[:text]) == LF by_line << fragment elsif txt.include? LF txt.scan(LineScanRx) do |line| by_line << (line == LF ? { text: LF } : (fragment.merge text: line)) end else by_line << fragment end end arranger end # Calculate the width that is needed to print all the # fragments without wrapping any lines. # # This method assumes endlines are represented as discrete entries in the # fragments array. def width_of_fragments fragments line_widths = [0] fragments.each do |fragment| if fragment.text == LF line_widths << 0 else line_widths[-1] += fragment.width end end line_widths.max end # Compute the rendered width of a string, taking fallback fonts into account def rendered_width_of_string str, opts = {} if str.length == 1 rendered_width_of_char str, opts elsif (chars = str.each_char).all? {|char| font.glyph_present? char } width_of_string str, opts else char_widths = chars.map {|char| rendered_width_of_char char, opts } char_widths.reduce(&:+) + (char_widths.length * character_spacing) end end # Compute the rendered width of a char, taking fallback fonts into account def rendered_width_of_char char, opts = {} if @fallback_fonts.empty? || (font.glyph_present? char) width_of_string char, opts else @fallback_fonts.each do |fallback_font| font fallback_font do return width_of_string char, opts if font.glyph_present? char end end width_of_string char, opts end end # TODO document me, esp the first line formatting functionality def typeset_text string, line_metrics, opts = {} move_down line_metrics.padding_top opts = { leading: line_metrics.leading, final_gap: line_metrics.final_gap }.merge opts if (first_line_opts = opts.delete :first_line_options) # TODO good candidate for Prawn enhancement! text_with_formatted_first_line string, first_line_opts, opts else text string, opts end move_down line_metrics.padding_bottom end # QUESTION combine with typeset_text? def typeset_formatted_text fragments, line_metrics, opts = {} move_down line_metrics.padding_top formatted_text fragments, { leading: line_metrics.leading, final_gap: line_metrics.final_gap }.merge(opts) move_down line_metrics.padding_bottom end def height_of_typeset_text string, opts = {} line_metrics = (calc_line_metrics opts[:line_height] || @theme.base_line_height) (height_of string, leading: line_metrics.leading, final_gap: line_metrics.final_gap) + line_metrics.padding_top + line_metrics.padding_bottom end def preserve_indentation string, tab_size = nil, guard_indent = true return '' unless string # expand tabs if they aren't already expanded, even if explicitly disabled # NOTE Asciidoctor >= 1.5.3 already replaces tabs if tabsize attribute is positive if ((tab_size = tab_size.to_i) < 1 || !@capabilities[:expands_tabs]) && (string.include? TAB) # Asciidoctor <= 1.5.2 already does tab replacement in some cases, so be consistent about tab size full_tab_space = ' ' * (tab_size = 4) result = [] string.each_line do |line| if line.start_with? TAB if guard_indent # NOTE '+' operator is faster than interpolation line.sub!(TabIndentRx) { GuardedIndent + (full_tab_space * $&.length).chop! } else line.sub!(TabIndentRx) { full_tab_space * $&.length } end leading_space = false # QUESTION should we check for LF first? elsif line == LF result << line next else leading_space = guard_indent && (line.start_with? ' ') end if line.include? TAB # keep track of how many spaces were added to adjust offset in match data spaces_added = 0 line.gsub!(TabRx) { # calculate how many spaces this tab represents, then replace tab with spaces if (offset = ($~.begin 0) + spaces_added) % tab_size == 0 spaces_added += (tab_size - 1) full_tab_space else unless (spaces = tab_size - offset % tab_size) == 1 spaces_added += (spaces - 1) end ' ' * spaces end } end # NOTE we save time by adding indent guard per line while performing tab expansion line[0] = GuardedIndent if leading_space result << line end result.join else if guard_indent string[0] = GuardedIndent if string.start_with? ' ' string.gsub! InnerIndent, GuardedInnerIndent if string.include? InnerIndent end string end end # Derive a PDF-safe, ASCII-only anchor name from the given value. # Encodes value into hex if it contains characters outside the ASCII range. # If value is nil, derive an anchor name from the default_value, if given. def derive_anchor_from_id value, default_value = nil if value value.ascii_only? ? value : %(0x#{::PDF::Core.string_to_hex value}) elsif default_value %(__anchor-#{default_value}) end end # If an id is provided or the node passed as the first argument has an id, # add a named destination to the document equivalent to the node id at the # current y position. If the node does not have an id and an id is not # specified, do nothing. # # If the node is a section, and the current y position is the top of the # page, set the y position equal to the page height to improve the navigation # experience. If the current x position is at or inside the left margin, set # the x position equal to 0 (left edge of page) to improve the navigation # experience. def add_dest_for_block node, id = nil if !scratch? && (id ||= node.id) dest_x = bounds.absolute_left.truncate_to_precision 4 # QUESTION when content is aligned to left margin, should we keep precise x value or just use 0? dest_x = 0 if dest_x <= page_margin_left dest_y = at_page_top? && (node.context == :section || node.context == :document) ? page_height : y # TODO find a way to store only the ref of the destination; look it up when we need it node.set_attr 'pdf-destination', (node_dest = (dest_xyz dest_x, dest_y)) add_dest id, node_dest end nil end # QUESTION is this method still necessary? def resolve_imagesdir doc if (imagesdir = doc.attr 'imagesdir').nil_or_empty? || (imagesdir = imagesdir.chomp '/') == '.' nil else imagesdir end end # Resolve the system path of the specified image path. # # Resolve and normalize the absolute system path of the specified image, # taking into account the imagesdir attribute. If an image path is not # specified, the path is read from the target attribute of the specified # document node. # # If the target is a URI and the allow-uri-read attribute is set on the # document, read the file contents to a temporary file and return the path to # the temporary file. If the target is a URI and the allow-uri-read attribute # is not set, or the URI cannot be read, this method returns a nil value. # # When a temporary file is used, the TemporaryPath type is mixed into the path string. def resolve_image_path node, image_path = nil, relative_to_imagesdir = true, image_format = nil doc = node.document imagesdir = relative_to_imagesdir ? (resolve_imagesdir doc) : nil image_path ||= node.attr 'target' image_format ||= ::Asciidoctor::Image.format image_path, (::Asciidoctor::Image === node ? node : nil) # NOTE currently used for inline images if ::Base64 === image_path tmp_image = ::Tempfile.create ['image-', image_format && %(.#{image_format})] tmp_image.binmode unless image_format == 'svg' begin tmp_image.write(::Base64.decode64 image_path) tmp_image.path.extend TemporaryPath rescue nil ensure tmp_image.close end # handle case when image is a URI elsif (node.is_uri? image_path) || (imagesdir && (node.is_uri? imagesdir) && (image_path = (node.normalize_web_path image_path, imagesdir, false))) unless doc.attr? 'allow-uri-read' warn %(asciidoctor: WARNING: allow-uri-read is not enabled; cannot embed remote image: #{image_path}) unless scratch? return end if doc.attr? 'cache-uri' Helpers.require_library 'open-uri/cached', 'open-uri-cached' unless defined? ::OpenURI::Cache else ::OpenURI end tmp_image = ::Tempfile.create ['image-', image_format && %(.#{image_format})] tmp_image.binmode if (binary = image_format != 'svg') begin open(image_path, (binary ? 'rb' : 'r')) {|fd| tmp_image.write fd.read } tmp_image.path.extend TemporaryPath rescue nil ensure tmp_image.close end # handle case when image is a local file else ::File.expand_path(node.normalize_system_path image_path, imagesdir, nil, target_name: 'image') end end # Resolve the path to the background image either from a document attribute or theme key. # # Returns The string "none" if the background image value is none, otherwise the resolved # path to the image. If neither the document attribute or theme key are specified, or # the image path cannot be resolved, return nil. def resolve_background_image doc, theme, key if (bg_image = (doc_attr_val = (doc.attr key)) || theme[(key.tr '-', '_').to_sym]) return bg_image if bg_image == 'none' if (bg_image.include? ':') && bg_image =~ ImageAttributeValueRx # QUESTION should we support width and height in this case? # TODO support explicit format bg_image = $1 relative_to_imagesdir = true else relative_to_imagesdir = false end if (bg_image = doc_attr_val ? (resolve_image_path doc, bg_image, relative_to_imagesdir) : (ThemeLoader.resolve_theme_asset bg_image, (doc.attr 'pdf-stylesdir'))) if ::File.readable? bg_image bg_image else warn %(asciidoctor: WARNING: #{key.tr '-', ' '} not found or readable: #{bg_image}) nil end end end end # Resolves the explicit width as a PDF pt value if the value is specified in # absolute units, but defers resolving a percentage value until later. # # See resolve_explicit_width method for details about which attributes are considered. def preresolve_explicit_width attrs if attrs.key? 'pdfwidth' ((width = attrs['pdfwidth']).end_with? '%') ? width : (str_to_pt width) elsif attrs.key? 'scaledwidth' # NOTE the parser automatically appends % if value is unitless ((width = attrs['scaledwidth']).end_with? '%') ? width : (str_to_pt width) elsif attrs.key? 'width' # QUESTION should we honor percentage width value? to_pt attrs['width'].to_f, :px end end # Resolves the explicit width as a PDF pt value, if specified. # # Resolves the explicit width, first considering the pdfwidth attribute, then # the scaledwidth attribute and finally the width attribute. If the specified # value is in pixels, the value is scaled by 75% to perform approximate # CSS px to PDF pt conversion. If the resolved width is larger than the # max_width, the max_width value is returned. #-- # QUESTION should we enforce positive result? def resolve_explicit_width attrs, max_width = bounds.width, opts = {} # QUESTION should we restrict width to max_width for pdfwidth? if attrs.key? 'pdfwidth' if (width = attrs['pdfwidth']).end_with? '%' (width.to_f / 100) * max_width elsif opts[:support_vw] && (width.end_with? 'vw') (width.chomp 'vw').extend ViewportWidth else str_to_pt width end elsif attrs.key? 'scaledwidth' # NOTE the parser automatically appends % if value is unitless if (width = attrs['scaledwidth']).end_with? '%' (width.to_f / 100) * max_width else str_to_pt width end elsif opts[:use_fallback] && (width = @theme.image_width) if width.end_with? '%' (width.to_f / 100) * max_width elsif opts[:support_vw] && (width.end_with? 'vw') (width.chomp 'vw').extend ViewportWidth else str_to_pt width end elsif attrs.key? 'width' # QUESTION should we honor percentage width value? [max_width, (to_pt attrs['width'].to_f, :px)].min end end # QUESTION is there a better way to do this? # I suppose we could have @tmp_files as an instance variable on converter instead # It might be sufficient to delete temporary files once per conversion # NOTE Ruby 1.9 will sometimes delete a tmp file before the process exits def unlink_tmp_file path path.unlink if TemporaryPath === path && path.exist? rescue => e warn %(asciidoctor: WARNING: could not delete temporary image: #{path}; #{e.message}) end # NOTE assume URL is escaped (i.e., contains character references such as &) def breakable_uri uri scheme, address = uri.split UriSchemeBoundaryRx, 2 address, scheme = scheme, address unless address unless address.nil_or_empty? address = address.gsub UriBreakCharsRx, UriBreakCharRepl # NOTE require at least two characters after a break address.slice!(-2) if address[-2] == ZeroWidthSpace end %(#{scheme}#{address}) end # QUESTION move to prawn/extensions.rb? def init_scratch_prototype # IMPORTANT don't set font before using Marshal, it causes serialization to fail @prototype = ::Marshal.load ::Marshal.dump self @prototype.state.store.info.data[:Scratch] = true # NOTE we're now starting a new page each time, so no need to do it here #@prototype.start_new_page if @prototype.page_number == 0 end =begin # TODO could assign pdf-anchor attributes here too def assign_missing_section_ids doc unless doc.attr? 'sectids' doc.attributes['sectids'] = '' doc.find_by(context: :section).each do |sect| unless sect.id sect.document.register(:ids, [sect.id = sect.generate_id, (sect.attributes['reftext'] || sect.title)]) end end end end =end end end end ���������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext.rb�����������������������������0000664�0000000�0000000�00000000214�13367142271�0025735�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require_relative 'core_ext/object' require_relative 'core_ext/array' require_relative 'core_ext/numeric' require_relative 'core_ext/string' ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/�������������������������������0000775�0000000�0000000�00000000000�13367142271�0025413�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/array.rb�����������������������0000664�0000000�0000000�00000000351�13367142271�0027055�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class Array if RUBY_VERSION < '2.1.0' def to_h Hash[to_a] end unless method_defined? :to_h end def delete_all *entries entries.map {|entry| delete entry }.compact end unless method_defined? :delete_all end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/numeric.rb���������������������0000664�0000000�0000000�00000000627�13367142271�0027407�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class Numeric if (instance_method :truncate).arity == 0 def truncate_to_precision precision if (precision = precision.to_i) > 0 factor = 10 ** precision (self * factor).truncate.fdiv factor else truncate end end else # use native method in Ruby >= 2.4 alias truncate_to_precision truncate end unless method_defined? :truncate_to_precision end ���������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/object.rb����������������������0000664�0000000�0000000�00000000167�13367142271�0027212�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class Object # Convert the object to a serialized PDF object. def to_pdf ::PDF::Core.pdf_object self end end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/ostruct.rb���������������������0000664�0000000�0000000�00000000473�13367142271�0027447�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class OpenStruct def [] key send key end unless method_defined? :[] def []= key, val send %(#{key}=), val end unless method_defined? :[]= end if RUBY_ENGINE == 'rbx' || RUBY_VERSION < '2.0.0' class OpenStruct def delete key begin delete_field key rescue ::NameError; end end end �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/quantifiable_stdout.rb���������0000664�0000000�0000000�00000001004�13367142271�0032001�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'delegate' # A delegator that allows the size method to be used on the STDOUT object. # # The size of the content written to STDOUT cannot be measured normally. This # class wraps the STDOUT object so the cumulative size of the content passed to # the write method (while wrapped in this decorator) can be measured. class QuantifiableStdout < SimpleDelegator attr_reader :size def initialize delegate @size = 0 super end def write content @size += content.bytesize super end end ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/string.rb����������������������0000664�0000000�0000000�00000001306�13367142271�0027246�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class String def pred begin # integers %(#{(Integer self) - 1}) rescue ::ArgumentError # chars (upper alpha, lower alpha, lower greek) ([65, 97, 945].include? ord) ? '0' : ([ord - 1].pack 'U*') end end unless method_defined? :pred # If the string is ASCII only, convert it to a PDF LiteralString object. Otherwise, return self. def as_pdf if ascii_only? ::PDF::Core::LiteralString.new(encode ::Encoding::ASCII_8BIT) else self end end # Convert the string to a serialized PDF object. If the string can be encoded as ASCII-8BIT, first convert it to a PDF # LiteralString object. def to_pdf ::PDF::Core.pdf_object as_pdf end end ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/core_ext/tempfile.rb��������������������0000664�0000000�0000000�00000003450�13367142271�0027547�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'tempfile' # The purpose of this code is strictly to backport the Tempfile.create method # from Ruby, which became available in the 2.1.0 version of the language. This # backport does not introduce any new functionality. # # The code in this file has been adapted from the lib/tempfile.rb and # lib/tmpdir.rb source files in the C Ruby implementation, which is licensed # under the terms of the 2-clause BSD license. You can obtain the original # source from the C Ruby 2.5 distribution or # https://github.com/ruby/ruby/blob/ruby_2_5/lib/tempfile.rb and # https://github.com/ruby/ruby/blob/ruby_2_5/lib/tmpdir.rb, respectively. class Tempfile if RUBY_VERSION < '2.1.0' FILE_SEPARATORS = %(#{::File::SEPARATOR}#{::File::ALT_SEPARATOR}) def self.create basename = '', tmpdir = nil, options = {} tmpfile = nil mode = (options.delete :mode) || 0 create_tmpname basename, tmpdir, options do |tmppath, n, opts| tmpfile = ::File.open tmppath, (mode |= ::File::RDWR | ::File::CREAT | ::File::EXCL), (opts.merge perm: 0600) end tmpfile end unless respond_to? :create def self.create_tmpname basename, tmpdir = nil, options = {} tmpdir ||= ::Dir.tmpdir max_try = options.delete :max_try n = nil prefix, suffix = basename prefix = prefix.delete FILE_SEPARATORS suffix = suffix ? (suffix.delete FILE_SEPARATORS) : '' now = ::Time.now.strftime '%Y%m%d' begin path = ::File.join tmpdir, %(#{prefix}#{now}-#{$$}-#{(rand 0x100000000).to_s 36}#{n ? "-#{n}" : ''}#{suffix}) yield path, n, options rescue ::Errno::EEXIST n = (n || 0) + 1 retry if !max_try or n < max_try raise %(cannot generate temporary name using `#{basename}' under `#{tmpdir}') end path end end end ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text.rb�����������������������0000664�0000000�0000000�00000000627�13367142271�0027166�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'treetop' require 'set' unless defined? Set require_relative 'formatted_text/parser' require_relative 'formatted_text/transform' require_relative 'formatted_text/formatter' require_relative 'formatted_text/inline_destination_marker' require_relative 'formatted_text/inline_image_arranger' require_relative 'formatted_text/inline_image_renderer' require_relative 'formatted_text/inline_text_aligner' ���������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/�������������������������0000775�0000000�0000000�00000000000�13367142271�0026634�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/formatter.rb�������������0000664�0000000�0000000�00000001235�13367142271�0031165�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Pdf module FormattedText class Formatter FormattingSnifferPattern = /[<&]/ WHITESPACE = " \t\n" def initialize options = {} @parser = MarkupParser.new @transform = Transform.new merge_adjacent_text_nodes: true, theme: options[:theme] end def format string, *args options = args[0] || {} string = string.tr_s(WHITESPACE, ' ') if options[:normalize] return [text: string] unless string.match(FormattingSnifferPattern) if (parsed = @parser.parse(string)) @transform.apply(parsed.content) else warn %(Failed to parse formatted text: #{string}) [text: string] end end end end end end �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������inline_destination_marker.rb������������������������������������������������������������������������0000664�0000000�0000000�00000001271�13367142271�0034323�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000�ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text���������������������������������������������������������������������������������������������module Asciidoctor::Pdf::FormattedText module InlineDestinationMarker module_function # render_behind is called before the text is printed def render_behind fragment unless (pdf = fragment.document).scratch? if (name = fragment.format_state[:name]) if fragment.format_state[:type] == :indexterm (pdf.instance_variable_get :@index).link_dest_to_page name, pdf.page_number end # get precise position of the reference (x, y) dest_rect = fragment.absolute_bounding_box pdf.add_dest name, (pdf.dest_xyz dest_rect[0], dest_rect[-1]) # prevent any text from being written fragment.conceal end end end end end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/inline_image_arranger.rb�0000664�0000000�0000000�00000016556�13367142271�0033477�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor::Pdf::FormattedText module InlineImageArranger include ::Asciidoctor::Pdf::Measurements ImagePlaceholderChar = '.' begin require 'thread_safe' unless defined? ::ThreadSafe PlaceholderWidthCache = ::ThreadSafe::Cache.new rescue PlaceholderWidthCache = {} end TemporaryPath = ::Asciidoctor::Pdf::TemporaryPath if respond_to? :prepend def wrap fragments arrange_images fragments super end else class << self def extended base base.class.__send__ :alias_method, :_initial_wrap, :wrap end end def wrap fragments arrange_images fragments _initial_wrap fragments end end # Iterates over the fragments that represent inline images and prepares the # image data to be embedded into the document. # # This method populates the image_width, image_height, image_obj and # image_info (PNG only) keys on the fragment. The text is replaced with # placeholder text that will be used to reserve enough room in the line to # fit the image. # # The image height is scaled down to 75% of the specified width (px to pt # conversion). If the image height is more than 1.5x the height of the # surrounding line of text, the font size and line metrics of the fragment # are modified to fit the image in the line. # # If this is the scratch document, the image renderer callback is removed so # that the image is not embedded. # # When this method is called, the cursor is positioned at start of where this # group of fragments will be written (offset by the leading padding). # # This method is called each time the set of fragments overflow to another # page, so it's necessary to short-circuit if that case is detected. def arrange_images fragments doc = @document return if (raw_image_fragments = fragments.select {|f| (f.key? :image_path) && !(f.key? :image_obj) }).empty? scratch = doc.scratch? available_w = doc.bounds.width #available_h = doc.bounds.height # NOTE try to fit image within bounds if cursor is within 1% of top of page # QUESTION are we considering the right boundaries here? available_h ||= (doc.cursor / (available_h = doc.bounds.height) >= 0.99 ? doc.cursor : available_h) raw_image_fragments.each do |fragment| drop = scratch begin image_path = fragment[:image_path] # NOTE only attempt to convert an unresolved (i.e., String) value if ::String === (image_w = fragment[:image_width]) image_w = [available_w, (image_w.end_with? '%') ? (image_w.to_f / 100 * available_w) : image_w.to_f].min end # TODO make helper method to calculate width and height of image if fragment[:image_format] == 'svg' svg_obj = ::Prawn::Svg::Interface.new ::IO.read(image_path), doc, at: doc.bounds.top_left, width: image_w, fallback_font_name: doc.default_svg_font svg_size = image_w ? svg_obj.document.sizing : # NOTE convert intrinsic dimensions to points; constrain to content width (svg_obj.resize width: [(to_pt svg_obj.document.sizing.output_width, :px), available_w].min) # NOTE the best we can do is make the image fit within full height of bounds if (image_h = svg_size.output_height) > available_h image_w = (svg_size = svg_obj.resize height: (image_h = available_h)).output_width else image_w = svg_size.output_width end fragment[:image_obj] = svg_obj else # TODO cache image info based on path (Prawn caches based on SHA1 of content) # NOTE image_obj is constrained to image_width by renderer image_obj, image_info = ::File.open(image_path, 'rb') {|fd| doc.build_image_object fd } if image_w if image_w == image_info.width image_h = image_info.height.to_f else image_h = image_w * (image_info.height.fdiv image_info.width) end else # NOTE convert intrinsic dimensions to points; constrain to content width if (image_w = to_pt image_info.width, :px) > available_w image_h = (image_w = available_w) * (image_info.height.fdiv image_info.width) else image_h = to_pt image_info.height, :px end end # NOTE the best we can do is make the image fit within full height of bounds image_w = (image_h = available_h) * (image_info.width.fdiv image_info.height) if image_h > available_h fragment[:image_obj] = image_obj fragment[:image_info] = image_info end spacer_w = nil doc.fragment_font fragment do # NOTE if image height exceeds line height by more than 1.5x, increase the line height # FIXME we could really use a nicer API from Prawn here; this is an ugly hack if (f_height = image_h) > (line_font = doc.font).height * 1.5 # align with descender (equivalent to vertical-align: bottom in CSS) fragment[:ascender] = f_height - (fragment[:descender] = line_font.descender) doc.font_size(fragment[:size] = f_height * (doc.font_size / line_font.height)) # align with baseline (roughly equivalent to vertical-align: baseline in CSS) #fragment[:ascender] = f_height #fragment[:descender] = 0 #doc.font_size(fragment[:size] = (f_height + line_font.descender) * (doc.font_size / line_font.height)) fragment[:line_height_increased] = true end unless (spacer_w = PlaceholderWidthCache[f_info = doc.font_info]) spacer_w = PlaceholderWidthCache[f_info] = doc.width_of ImagePlaceholderChar end end # NOTE make room for image by repeating image placeholder character, using character spacing to fine-tune # NOTE image_width is constrained to available_w, so we don't have to check for overflow spacer_cnt, remainder = image_w.divmod spacer_w if spacer_cnt > 0 fragment[:text] = ImagePlaceholderChar * spacer_cnt fragment[:character_spacing] = remainder.fdiv spacer_cnt if remainder > 0 else fragment[:text] = ImagePlaceholderChar fragment[:character_spacing] = -(spacer_w - remainder) end # FIXME we could use a nicer API from Prawn here that lets us reserve a fragment width without text #fragment[:image_width] = fragment[:width] = image_w fragment[:image_width] = image_w fragment[:image_height] = image_h rescue => e warn %(asciidoctor: WARNING: could not embed image: #{image_path}; #{e.message}) drop = true # delegate to cleanup logic in ensure block ensure # NOTE skip rendering image in scratch document or if image can't be loaded if drop fragment.delete :callback fragment.delete :image_info # NOTE retain key to indicate we've visited fragment already fragment[:image_obj] = nil # NOTE in main document, temporary image path is unlinked by renderer image_path.unlink if TemporaryPath === image_path && image_path.exist? end end end end end if respond_to? :prepend class ::Prawn::Text::Formatted::Box prepend InlineImageArranger end else ::Prawn::Text::Formatted::Box.extensions << InlineImageArranger end end ��������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/inline_image_renderer.rb�0000664�0000000�0000000�00000003653�13367142271�0033476�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor::Pdf::FormattedText module InlineImageRenderer TemporaryPath = ::Asciidoctor::Pdf::TemporaryPath module_function # Embeds the image object in this fragment into the document in place of the # text that was previously used to reserve space for the image in the line. # # If the image height is less than 1.5x the height of the surrounding text, # it is centered vertically in the line. If the image height is greater, then # the image is aligned to the bottom of the text. # # Note that render_behind is called before the text is printed. # # This handler is only used on the main document (not the scratch document). # def render_behind fragment pdf = fragment.document data = fragment.format_state image_top = if data.key? :line_height_increased # align image to bottom of line (differs from fragment.top by descender value) fragment.bottom + data[:image_height] else # center image in line fragment.top - ((fragment.height - data[:image_height]) / 2.0) end image_left = fragment.left + ((fragment.width - data[:image_width]) / 2.0) case data[:image_format] when 'svg' (image_obj = data[:image_obj]).options[:at] = [image_left, image_top] # NOTE prawn-svg messes with the cursor; use float to workaround # NOTE prawn-svg 0.24.0, 0.25.0, & 0.25.1 didn't restore font after call to draw (see mogest/prawn-svg#80) pdf.float { image_obj.draw } else pdf.embed_image data[:image_obj], data[:image_info], at: [image_left, image_top], width: data[:image_width], height: data[:image_height] end # ...or use the public interface, loading the image again #pdf.image data[:image_path], at: [image_left, image_top], width: data[:image_width] # prevent any text from being written fragment.conceal ensure data[:image_path].unlink if TemporaryPath === data[:image_path] && data[:image_path].exist? end end end �������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/inline_text_aligner.rb���0000664�0000000�0000000�00000001011�13367142271�0033175�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor::Pdf::FormattedText module InlineTextAligner module_function def render_behind fragment document = fragment.document text = fragment.text x = fragment.left y = fragment.baseline align = fragment.format_state[:align] if align == :center || align == :right if (gap_width = fragment.width - (document.width_of text)) != 0 x += gap_width * (align == :center ? 0.5 : 1) end end document.draw_text! text, at: [x, y] fragment.conceal end end end �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/parser.rb����������������0000664�0000000�0000000�00000060651�13367142271�0030465�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# regenerate parser.rb using `tt parser.treetop` # Autogenerated from a Treetop grammar. Edits may be lost. module Asciidoctor module Pdf module FormattedText module Markup include Treetop::Runtime def root @root ||= :text end def _nt_text start_index = index if node_cache[:text].has_key?(index) cached = node_cache[:text][index] if cached node_cache[:text][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end r0 = _nt_complex node_cache[:text][start_index] = r0 r0 end module Complex0 def content elements.map {|e| e.content } end end def _nt_complex start_index = index if node_cache[:complex].has_key?(index) cached = node_cache[:complex][index] if cached node_cache[:complex][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end s0, i0 = [], index loop do i1 = index r2 = _nt_cdata if r2 r2 = SyntaxNode.new(input, (index-1)...index) if r2 == true r1 = r2 else r3 = _nt_element if r3 r3 = SyntaxNode.new(input, (index-1)...index) if r3 == true r1 = r3 else r4 = _nt_entity if r4 r4 = SyntaxNode.new(input, (index-1)...index) if r4 == true r1 = r4 else @index = i1 r1 = nil end end end if r1 s0 << r1 else break end end r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(Complex0) node_cache[:complex][start_index] = r0 r0 end module Element0 def start_tag elements[0] end def complex elements[1] end def end_tag elements[2] end end module Element1 # NOTE content only applies to non-void elements (second part of rule) def content { type: :element, name: (tag_element = elements[0]).name.to_sym, attributes: tag_element.attributes, pcdata: elements[1].content } end end def _nt_element start_index = index if node_cache[:element].has_key?(index) cached = node_cache[:element][index] if cached node_cache[:element][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0 = index r1 = _nt_void_element if r1 r1 = SyntaxNode.new(input, (index-1)...index) if r1 == true r0 = r1 else i2, s2 = index, [] r3 = _nt_start_tag s2 << r3 if r3 r4 = _nt_complex s2 << r4 if r4 r5 = _nt_end_tag s2 << r5 end end if s2.last r2 = instantiate_node(SyntaxNode,input, i2...index, s2) r2.extend(Element0) r2.extend(Element1) else @index = i2 r2 = nil end if r2 r2 = SyntaxNode.new(input, (index-1)...index) if r2 == true r0 = r2 else @index = i0 r0 = nil end end node_cache[:element][start_index] = r0 r0 end module VoidElement0 end module VoidElement1 def void_tag_name elements[1] end def attributes elements[2] end end module VoidElement2 def content { type: :element, name: elements[1].text_value.to_sym, attributes: elements[2].content } end end def _nt_void_element start_index = index if node_cache[:void_element].has_key?(index) cached = node_cache[:void_element][index] if cached node_cache[:void_element][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0, s0 = index, [] if (match_len = has_terminal?('<', false, index)) r1 = true @index += match_len else terminal_parse_failure('<') r1 = nil end s0 << r1 if r1 r2 = _nt_void_tag_name s0 << r2 if r2 r3 = _nt_attributes s0 << r3 if r3 i5, s5 = index, [] r7 = _nt_spaces if r7 r6 = r7 else r6 = instantiate_node(SyntaxNode,input, index...index) end s5 << r6 if r6 if (match_len = has_terminal?('/', false, index)) r8 = true @index += match_len else terminal_parse_failure('/') r8 = nil end s5 << r8 end if s5.last r5 = instantiate_node(SyntaxNode,input, i5...index, s5) r5.extend(VoidElement0) else @index = i5 r5 = nil end if r5 r4 = r5 else r4 = instantiate_node(SyntaxNode,input, index...index) end s0 << r4 if r4 if (match_len = has_terminal?('>', false, index)) r9 = true @index += match_len else terminal_parse_failure('>') r9 = nil end s0 << r9 end end end end if s0.last r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(VoidElement1) r0.extend(VoidElement2) else @index = i0 r0 = nil end node_cache[:void_element][start_index] = r0 r0 end module StartTag0 def tag_name elements[1] end def attributes elements[2] end end module StartTag1 def name elements[1].text_value end def attributes elements[2].content end end def _nt_start_tag start_index = index if node_cache[:start_tag].has_key?(index) cached = node_cache[:start_tag][index] if cached node_cache[:start_tag][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0, s0 = index, [] if (match_len = has_terminal?('<', false, index)) r1 = true @index += match_len else terminal_parse_failure('<') r1 = nil end s0 << r1 if r1 r2 = _nt_tag_name s0 << r2 if r2 r3 = _nt_attributes s0 << r3 if r3 if (match_len = has_terminal?('>', false, index)) r4 = true @index += match_len else terminal_parse_failure('>') r4 = nil end s0 << r4 end end end if s0.last r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(StartTag0) r0.extend(StartTag1) else @index = i0 r0 = nil end node_cache[:start_tag][start_index] = r0 r0 end def _nt_tag_name start_index = index if node_cache[:tag_name].has_key?(index) cached = node_cache[:tag_name][index] if cached node_cache[:tag_name][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0 = index if (match_len = has_terminal?('a', false, index)) r1 = true @index += match_len else terminal_parse_failure('a') r1 = nil end if r1 r1 = SyntaxNode.new(input, (index-1)...index) if r1 == true r0 = r1 else if (match_len = has_terminal?('code', false, index)) r2 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('code') r2 = nil end if r2 r2 = SyntaxNode.new(input, (index-1)...index) if r2 == true r0 = r2 else if (match_len = has_terminal?('color', false, index)) r3 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('color') r3 = nil end if r3 r3 = SyntaxNode.new(input, (index-1)...index) if r3 == true r0 = r3 else if (match_len = has_terminal?('del', false, index)) r4 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('del') r4 = nil end if r4 r4 = SyntaxNode.new(input, (index-1)...index) if r4 == true r0 = r4 else if (match_len = has_terminal?('em', false, index)) r5 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('em') r5 = nil end if r5 r5 = SyntaxNode.new(input, (index-1)...index) if r5 == true r0 = r5 else if (match_len = has_terminal?('font', false, index)) r6 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('font') r6 = nil end if r6 r6 = SyntaxNode.new(input, (index-1)...index) if r6 == true r0 = r6 else if (match_len = has_terminal?('span', false, index)) r7 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('span') r7 = nil end if r7 r7 = SyntaxNode.new(input, (index-1)...index) if r7 == true r0 = r7 else if (match_len = has_terminal?('strong', false, index)) r8 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('strong') r8 = nil end if r8 r8 = SyntaxNode.new(input, (index-1)...index) if r8 == true r0 = r8 else if (match_len = has_terminal?('sub', false, index)) r9 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('sub') r9 = nil end if r9 r9 = SyntaxNode.new(input, (index-1)...index) if r9 == true r0 = r9 else if (match_len = has_terminal?('sup', false, index)) r10 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('sup') r10 = nil end if r10 r10 = SyntaxNode.new(input, (index-1)...index) if r10 == true r0 = r10 else @index = i0 r0 = nil end end end end end end end end end end node_cache[:tag_name][start_index] = r0 r0 end def _nt_void_tag_name start_index = index if node_cache[:void_tag_name].has_key?(index) cached = node_cache[:void_tag_name][index] if cached node_cache[:void_tag_name][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0 = index if (match_len = has_terminal?('br', false, index)) r1 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('br') r1 = nil end if r1 r1 = SyntaxNode.new(input, (index-1)...index) if r1 == true r0 = r1 else if (match_len = has_terminal?('img', false, index)) r2 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('img') r2 = nil end if r2 r2 = SyntaxNode.new(input, (index-1)...index) if r2 == true r0 = r2 else @index = i0 r0 = nil end end node_cache[:void_tag_name][start_index] = r0 r0 end module Attributes0 def content attrs = {} elements.each {|e| attr_name, attr_val = e.content attrs[attr_name.to_sym] = attr_val } attrs end end def _nt_attributes start_index = index if node_cache[:attributes].has_key?(index) cached = node_cache[:attributes][index] if cached node_cache[:attributes][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end s0, i0 = [], index loop do r1 = _nt_attribute if r1 s0 << r1 else break end end r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(Attributes0) node_cache[:attributes][start_index] = r0 r0 end module Attribute0 def spaces elements[0] end end module Attribute1 def content [elements[1].text_value, elements[4].text_value] end end def _nt_attribute start_index = index if node_cache[:attribute].has_key?(index) cached = node_cache[:attribute][index] if cached node_cache[:attribute][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0, s0 = index, [] r1 = _nt_spaces s0 << r1 if r1 s2, i2 = [], index loop do if has_terminal?(@regexps[gr = '\A[a-z_]'] ||= Regexp.new(gr), :regexp, index) r3 = true @index += 1 else terminal_parse_failure('[a-z_]') r3 = nil end if r3 s2 << r3 else break end end if s2.empty? @index = i2 r2 = nil else r2 = instantiate_node(SyntaxNode,input, i2...index, s2) end s0 << r2 if r2 if (match_len = has_terminal?('=', false, index)) r4 = true @index += match_len else terminal_parse_failure('=') r4 = nil end s0 << r4 if r4 if (match_len = has_terminal?('"', false, index)) r5 = true @index += match_len else terminal_parse_failure('"') r5 = nil end s0 << r5 if r5 s6, i6 = [], index loop do if has_terminal?(@regexps[gr = '\A[^"]'] ||= Regexp.new(gr), :regexp, index) r7 = true @index += 1 else terminal_parse_failure('[^"]') r7 = nil end if r7 s6 << r7 else break end end r6 = instantiate_node(SyntaxNode,input, i6...index, s6) s0 << r6 if r6 if (match_len = has_terminal?('"', false, index)) r8 = true @index += match_len else terminal_parse_failure('"') r8 = nil end s0 << r8 end end end end end if s0.last r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(Attribute0) r0.extend(Attribute1) else @index = i0 r0 = nil end node_cache[:attribute][start_index] = r0 r0 end module EndTag0 def tag_name elements[1] end end module EndTag1 def name elements[1].text_value end end def _nt_end_tag start_index = index if node_cache[:end_tag].has_key?(index) cached = node_cache[:end_tag][index] if cached node_cache[:end_tag][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0, s0 = index, [] if (match_len = has_terminal?('</', false, index)) r1 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('</') r1 = nil end s0 << r1 if r1 r2 = _nt_tag_name s0 << r2 if r2 if (match_len = has_terminal?('>', false, index)) r3 = true @index += match_len else terminal_parse_failure('>') r3 = nil end s0 << r3 end end if s0.last r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(EndTag0) r0.extend(EndTag1) else @index = i0 r0 = nil end node_cache[:end_tag][start_index] = r0 r0 end module Cdata0 def content { type: :text, value: text_value } end end def _nt_cdata start_index = index if node_cache[:cdata].has_key?(index) cached = node_cache[:cdata][index] if cached node_cache[:cdata][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end s0, i0 = [], index loop do if has_terminal?(@regexps[gr = '\A[^<&]'] ||= Regexp.new(gr), :regexp, index) r1 = true @index += 1 else terminal_parse_failure('[^<&]') r1 = nil end if r1 s0 << r1 else break end end if s0.empty? @index = i0 r0 = nil else r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(Cdata0) end node_cache[:cdata][start_index] = r0 r0 end module Entity0 def entity_number elements[1] end end module Entity1 end module Entity2 def content if (entity_value = elements[1]).terminal? { type: :entity, name: entity_value.text_value.to_sym } else { type: :entity, number: entity_value.elements[1].text_value.to_i } end end end def _nt_entity start_index = index if node_cache[:entity].has_key?(index) cached = node_cache[:entity][index] if cached node_cache[:entity][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0, s0 = index, [] if (match_len = has_terminal?('&', false, index)) r1 = true @index += match_len else terminal_parse_failure('&') r1 = nil end s0 << r1 if r1 i2 = index i3, s3 = index, [] if (match_len = has_terminal?('#', false, index)) r4 = true @index += match_len else terminal_parse_failure('#') r4 = nil end s3 << r4 if r4 r5 = _nt_entity_number s3 << r5 end if s3.last r3 = instantiate_node(SyntaxNode,input, i3...index, s3) r3.extend(Entity0) else @index = i3 r3 = nil end if r3 r3 = SyntaxNode.new(input, (index-1)...index) if r3 == true r2 = r3 else r6 = _nt_entity_name if r6 r6 = SyntaxNode.new(input, (index-1)...index) if r6 == true r2 = r6 else @index = i2 r2 = nil end end s0 << r2 if r2 if (match_len = has_terminal?(';', false, index)) r7 = true @index += match_len else terminal_parse_failure(';') r7 = nil end s0 << r7 end end if s0.last r0 = instantiate_node(SyntaxNode,input, i0...index, s0) r0.extend(Entity1) r0.extend(Entity2) else @index = i0 r0 = nil end node_cache[:entity][start_index] = r0 r0 end def _nt_entity_number start_index = index if node_cache[:entity_number].has_key?(index) cached = node_cache[:entity_number][index] if cached node_cache[:entity_number][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end s0, i0 = [], index loop do if has_terminal?(@regexps[gr = '\A[0-9]'] ||= Regexp.new(gr), :regexp, index) r1 = true @index += 1 else terminal_parse_failure('[0-9]') r1 = nil end if r1 s0 << r1 else break end if s0.size == 6 break end end if s0.size < 2 @index = i0 r0 = nil else r0 = instantiate_node(SyntaxNode,input, i0...index, s0) end node_cache[:entity_number][start_index] = r0 r0 end def _nt_entity_name start_index = index if node_cache[:entity_name].has_key?(index) cached = node_cache[:entity_name][index] if cached node_cache[:entity_name][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end i0 = index if (match_len = has_terminal?('amp', false, index)) r1 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('amp') r1 = nil end if r1 r1 = SyntaxNode.new(input, (index-1)...index) if r1 == true r0 = r1 else if (match_len = has_terminal?('apos', false, index)) r2 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('apos') r2 = nil end if r2 r2 = SyntaxNode.new(input, (index-1)...index) if r2 == true r0 = r2 else if (match_len = has_terminal?('gt', false, index)) r3 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('gt') r3 = nil end if r3 r3 = SyntaxNode.new(input, (index-1)...index) if r3 == true r0 = r3 else if (match_len = has_terminal?('lt', false, index)) r4 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('lt') r4 = nil end if r4 r4 = SyntaxNode.new(input, (index-1)...index) if r4 == true r0 = r4 else if (match_len = has_terminal?('quot', false, index)) r5 = instantiate_node(SyntaxNode,input, index...(index + match_len)) @index += match_len else terminal_parse_failure('quot') r5 = nil end if r5 r5 = SyntaxNode.new(input, (index-1)...index) if r5 == true r0 = r5 else @index = i0 r0 = nil end end end end end node_cache[:entity_name][start_index] = r0 r0 end def _nt_spaces start_index = index if node_cache[:spaces].has_key?(index) cached = node_cache[:spaces][index] if cached node_cache[:spaces][index] = cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end s0, i0 = [], index loop do if (match_len = has_terminal?(' ', false, index)) r1 = true @index += match_len else terminal_parse_failure(' ') r1 = nil end if r1 s0 << r1 else break end end if s0.empty? @index = i0 r0 = nil else r0 = instantiate_node(SyntaxNode,input, i0...index, s0) end node_cache[:spaces][start_index] = r0 r0 end end class MarkupParser < Treetop::Runtime::CompiledParser include Markup end end end end ���������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/parser.treetop�����������0000664�0000000�0000000�00000005161�13367142271�0031537�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# regenerate parser.rb using `tt parser.treetop` module Asciidoctor module Pdf module FormattedText grammar Markup rule text complex end rule complex (cdata / element / entity)* { def content elements.map {|e| e.content } end } end rule element # strict tag matching (costs a minor toll) # void_element / start_tag complex end_tag &{|seq| seq[0].name == seq[2].name } { void_element / start_tag complex end_tag { # NOTE content only applies to non-void elements (second part of rule) def content { type: :element, name: (tag_element = elements[0]).name.to_sym, attributes: tag_element.attributes, pcdata: elements[1].content } end } end rule void_element '<' void_tag_name attributes (spaces? '/')? '>' { def content { type: :element, name: elements[1].text_value.to_sym, attributes: elements[2].content } end } end rule start_tag '<' tag_name attributes '>' { def name elements[1].text_value end def attributes elements[2].content end } end rule tag_name # QUESTION faster to do regex? # QUESTION can we cut stuff we aren't using? what about supporting hr? #'a' / 'b' / 'code' / 'color' / 'del' / 'em' / 'font' / 'i' / 'img' / 'link' / 'span' / 'strikethrough' / 'strong' / 'sub' / 'sup' / 'u' 'a' / 'code' / 'color' / 'del' / 'em' / 'font' / 'span' / 'strong' / 'sub' / 'sup' end rule void_tag_name 'br' / 'img' end rule attributes attribute* { def content attrs = {} elements.each {|e| attr_name, attr_val = e.content attrs[attr_name.to_sym] = attr_val } attrs end } end rule attribute spaces [a-z_]+ '=' '"' [^"]* '"' { def content [elements[1].text_value, elements[4].text_value] end } end rule end_tag '</' tag_name '>' { def name elements[1].text_value end } end rule cdata [^<&]+ { def content { type: :text, value: text_value } end } end rule entity '&' ('#' entity_number / entity_name) ';' { def content if (entity_value = elements[1]).terminal? { type: :entity, name: entity_value.text_value.to_sym } else { type: :entity, number: entity_value.elements[1].text_value.to_i } end end } end rule entity_number # NOTE 6 decimals only supported in Asciidoctor 1.5.5 and up [0-9] 2..6 end rule entity_name 'amp' / 'apos' / 'gt' / 'lt' / 'quot' end rule spaces ' '+ end end end end end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/formatted_text/transform.rb�������������0000664�0000000�0000000�00000022542�13367142271�0031201�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Pdf module FormattedText class Transform LF = %(\n) CharEntityTable = { lt: '<', gt: '>', amp: '&', quot: '"', apos: '\'' } CharRefRx = /&(?:#(\d{2,6})|(#{CharEntityTable.keys * '|'}));/ TextDecorationTable = { 'underline' => :underline, 'line-through' => :strikethrough } #DummyText = %(\u0000) def initialize(options = {}) @merge_adjacent_text_nodes = options[:merge_adjacent_text_nodes] # TODO add support for character spacing if (theme = options[:theme]) @link_font_settings = { color: theme.link_font_color, font: theme.link_font_family, size: theme.link_font_size, styles: to_styles(theme.link_font_style, theme.link_text_decoration) }.select! {|_, val| val } @monospaced_font_settings = { color: theme.literal_font_color, font: theme.literal_font_family, size: theme.literal_font_size, styles: to_styles(theme.literal_font_style) }.select! {|_, val| val } else @link_font_settings = { color: '0000FF' } @monospaced_font_settings = { font: 'Courier', size: 0.9 } end end # FIXME pass styles downwards to child elements rather than decorating on way out of hierarchy def apply(parsed) fragments = [] previous_fragment_is_text = false # NOTE we use each since using inject is slower than a manual loop parsed.each do |node| case node[:type] when :element # case 1: non-void element if node.key?(:pcdata) unless (pcdata = node[:pcdata]).empty? tag_name = node[:name] attributes = node[:attributes] # NOTE decorate child fragments with styles from this element fragments << apply(pcdata).map {|fragment| build_fragment(fragment, tag_name, attributes) } previous_fragment_is_text = false # NOTE skip element if it has no children #else # # NOTE handle an empty anchor element (i.e., <a ...></a>) # if (tag_name = node[:name]) == :a # fragments << build_fragment({ text: DummyText }, tag_name, node[:attributes]) # previous_fragment_is_text = false # end end # case 2: void element else case node[:name] when :br if @merge_adjacent_text_nodes && previous_fragment_is_text fragments << { text: %(#{fragments.pop[:text]}#{LF}) } else fragments << { text: LF } end previous_fragment_is_text = true when :img attributes = node[:attributes] fragment = { image_path: attributes[:tmp] == 'true' ? attributes[:src].extend(TemporaryPath) : attributes[:src], image_format: attributes[:format], text: attributes[:alt], callback: InlineImageRenderer } if (img_w = attributes[:width]) fragment[:image_width] = img_w end fragments << fragment previous_fragment_is_text = false end end when :text text = node[:value] # NOTE the remaining logic is shared with :entity if @merge_adjacent_text_nodes && previous_fragment_is_text fragments << { text: %(#{fragments.pop[:text]}#{text}) } else fragments << { text: text } end previous_fragment_is_text = true when :entity if (name = node[:name]) text = CharEntityTable[name] else # FIXME AFM fonts do not include a thin space glyph; set fallback_fonts to allow glyph to be resolved text = [node[:number]].pack('U*') end # NOTE the remaining logic is shared with :text if @merge_adjacent_text_nodes && previous_fragment_is_text fragments << { text: %(#{fragments.pop[:text]}#{text}) } else fragments << { text: text } end previous_fragment_is_text = true end end fragments.flatten end def build_fragment(fragment, tag_name, attrs = {}) styles = (fragment[:styles] ||= ::Set.new) case tag_name when :strong styles << :bold when :em styles << :italic when :code # NOTE prefer old value, except for styles, which should be combined fragment.update(@monospaced_font_settings) {|k, old_v, new_v| k == :styles ? old_v.merge(new_v) : old_v } when :color if !fragment[:color] if (rgb = attrs[:rgb]) case rgb.chr when '#' fragment[:color] = rgb[1..-1] when '[' # treat value as CMYK array (e.g., "[50, 100, 0, 0]") fragment[:color] = rgb[1..-1].chomp(']').split(', ').map(&:to_i) # ...or we could honor an rgb array too #case (vals = rgb[1..-1].chomp(']').split(', ')).size #when 4 # fragment[:color] = vals.map(&:to_i) #when 3 # fragment[:color] = vals.map {|e| '%02X' % e.to_i }.join #end else fragment[:color] = rgb end # QUESTION should we even support r,g,b and c,m,y,k as individual values? elsif (r_val = attrs[:r]) && (g_val = attrs[:g]) && (b_val = attrs[:b]) fragment[:color] = [r_val, g_val, b_val].map {|e| '%02X' % e.to_i }.join elsif (c_val = attrs[:c]) && (m_val = attrs[:m]) && (y_val = attrs[:y]) && (k_val = attrs[:k]) fragment[:color] = [c_val.to_i, m_val.to_i, y_val.to_i, k_val.to_i] end end when :font if !fragment[:font] && (value = attrs[:name]) fragment[:font] = value end if !fragment[:size] && (value = attrs[:size]) # FIXME can we make this comparison more robust / accurate? if %(#{f_value = value.to_f}) == value || %(#{value.to_i}) == value fragment[:size] = f_value elsif value != '1em' fragment[:size] = value end end if (value = attrs[:width]) fragment[:width] = value if (value = attrs[:align]) fragment[:align] = value.to_sym fragment[:callback] = InlineTextAligner end end #if !fragment[:character_spacing] && (value = attrs[:character_spacing]) # fragment[:character_spacing] = value.to_f #end when :a visible = true # a element can have no attributes, so short-circuit if that's the case unless attrs.empty? # NOTE href, anchor, and name are mutually exclusive; nesting is not supported if (value = attrs[:anchor]) fragment[:anchor] = value elsif (value = attrs[:href]) fragment[:link] = value.include?(';') ? value.gsub(CharRefRx) { $2 ? CharEntityTable[$2.to_sym] : [$1.to_i].pack('U*') } : value elsif (value = attrs[:name]) # NOTE text is null character, which is used as placeholder text so Prawn doesn't drop fragment fragment[:name] = value if (type = attrs[:type]) fragment[:type] = type.to_sym end fragment[:callback] = InlineDestinationMarker visible = false end end # NOTE prefer old value, except for styles, which should be combined fragment.update(@link_font_settings) {|k, old_v, new_v| k == :styles ? old_v.merge(new_v) : old_v } if visible when :sub styles << :subscript when :sup styles << :superscript when :del styles << :strikethrough when :span # NOTE spaces in style attribute value are superfluous, for our purpose; split drops record after trailing ; attrs[:style].tr(' ', '').split(';').each do |style| pname, pvalue = style.split(':', 2) case pname when 'color' # QUESTION should we check whether the value is a valid hex color? unless fragment[:color] case pvalue.length when 6 fragment[:color] = pvalue when 7 fragment[:color] = pvalue.slice(1, 6) if pvalue.start_with?('#') # QUESTION should we support the 3 character form? #when 3 # fragment[:color] = pvalue.each_char.map {|c| c * 2 }.join #when 4 # fragment[:color] = pvalue.slice(1, 3).each_char.map {|c| c * 2 }.join if pvalue.start_with?('#') end end when 'font-weight' if pvalue == 'bold' styles << :bold end when 'font-style' if pvalue == 'italic' styles << :italic end # TODO text-transform end end if attrs.key?(:style) end # TODO we could limit to select tags, but doesn't seem to really affect performance attrs[:class].split.each do |class_name| case class_name when 'underline' styles << :underline when 'line-through' styles << :strikethrough end end if attrs.key?(:class) fragment.delete(:styles) if styles.empty? fragment end def to_styles(font_style, text_decoration = nil) case font_style when 'bold' styles = [:bold].to_set when 'italic' styles = [:italic].to_set when 'bold_italic' styles = [:bold, :italic].to_set else styles = nil end if (style = TextDecorationTable[text_decoration]) styles ? (styles << style) : [style].to_set else styles end end end end end end ��������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/implicit_header_processor.rb������������0000664�0000000�0000000�00000004473�13367142271�0031361�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'asciidoctor/extensions' module Asciidoctor module Pdf # An include processor that skips the implicit author line below # the document title within include documents. class ImplicitHeaderProcessor < ::Asciidoctor::Extensions::IncludeProcessor def process doc, reader, target, attributes return reader unless File.exist? target ::File.open target, 'r' do |fd| # FIXME handle case where doc id is specified above title if (first_line = fd.readline) && (first_line.start_with? '= ') # HACK reset counters for each article for Editions if doc.attr? 'env', 'editions' doc.counters.each do |counter_key, counter_val| doc.attributes.delete counter_key end doc.counters.clear end if (second_line = fd.readline) if AuthorInfoLineRx =~ second_line # FIXME temporary hack to set author and e-mail attributes; this should handle all attributes in header! author = [$1, $2, $3].compact * ' ' email = $4 reader.push_include fd.readlines, target, target, 3, attributes unless fd.eof? reader.push_include first_line, target, target, 1, attributes lines = [%(:author: #{author})] lines << %(:email: #{email}) if email reader.push_include lines, target, target, 2, attributes else lines = [second_line] lines += fd.readlines unless fd.eof? reader.push_include lines, target, target, 2, attributes reader.push_include first_line, target, target, 1, attributes end else reader.push_include first_line, target, target, 1, attributes end else lines = [first_line] lines += fd.readlines unless fd.eof? reader.push_include lines, target, target, 1, attributes end end reader end def handles? target # FIXME should not require this hack to skip processing bio !(target.end_with? 'bio.adoc') && ((target.end_with? '.adoc') || (target.end_with? '.asciidoc')) end # FIXME this method shouldn't be required def update_config config (@config ||= {}).update config end end end end Asciidoctor::Extensions.register :pdf do include_processor Asciidoctor::Pdf::ImplicitHeaderProcessor if @document.backend == 'pdf' end �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/index_catalog.rb������������������������0000664�0000000�0000000�00000005114�13367142271�0026732�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor; module Pdf class IndexCatalog LeadingAlphaRx = /^[[:alpha:]]/ attr_accessor :start_page_number def initialize @categories = {} @start_page_number = 1 @dests = {} end def store_term names, dest = nil if (num_terms = names.size) > 2 store_tertiary_term names[0], names[1], names[2], dest elsif num_terms == 2 store_secondary_term names[0], names[1], dest elsif num_terms == 1 store_primary_term names[0], dest end end def store_primary_term name, dest = nil store_dest dest if dest (init_category name.chr.upcase).store_term name, dest end def store_secondary_term primary_name, secondary_name, dest = nil store_dest dest if dest (store_primary_term primary_name).store_term secondary_name, dest end def store_tertiary_term primary_name, secondary_name, tertiary_name, dest = nil store_dest dest if dest (store_secondary_term primary_name, secondary_name).store_term tertiary_name, dest end def init_category name name = '@' unless LeadingAlphaRx =~ name @categories[name] ||= (IndexTermCategory.new name) end def find_category name @categories[name] end def store_dest dest @dests[dest[:anchor]] = dest end def link_dest_to_page anchor, physical_page_number if (dest = @dests[anchor]) dest[:page] = physical_page_number - (@start_page_number - 1) end end def empty? @categories.empty? end def categories @categories.empty? ? [] : @categories.values.sort end end class IndexTermGroup include Comparable attr_reader :name def initialize name @name = name @terms = {} end def store_term name, dest = nil term = (@terms[name] ||= (IndexTerm.new name)) term.add_dest dest if dest term end def find_term name @terms[name] end def terms @terms.empty? ? [] : @terms.values.sort end def <=> other @name <=> other.name end end class IndexTermCategory < IndexTermGroup; end class IndexTerm < IndexTermGroup def initialize name super @dests = ::Set.new end alias subterms terms def add_dest dest @dests << dest self end def dests @dests.select {|d| d.key? :page }.sort {|a, b| a[:page] <=> b[:page] } end def container? @dests.empty? || @dests.none? {|d| d.key? :page } end def leaf? @terms.empty? end end end; end ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/measurements.rb�������������������������0000664�0000000�0000000�00000003143�13367142271�0026641�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor; module Pdf module Measurements MeasurementValueRx = /(\d+|\d*\.\d+)(in|mm|cm|p[txc])?$/ InsetMeasurementValueRx = /(?<=^| |\()(-?\d+(?:\.\d+)?)(in|mm|cm|p[txc])(?=$| |\))/ MeasurementValueHintRx = /\d(in|mm|cm|p[txc])/ # Convert the specified string value to a pt value from the # specified unit of measurement (e.g., in, cm, mm, etc). # If the unit of measurement is not recognized, assume pt. # # Examples: # # 0.5in => 36.0 # 100px => 75.0 # 72blah => 72.0 # def str_to_pt val MeasurementValueRx =~ val ? (to_pt $1.to_f, $2) : val.to_f end # Converts the specified float value to a pt value from the # specified unit of measurement (e.g., in, cm, mm, etc). # Raises an argument error if the unit of measurement is not recognized. def to_pt num, units units = units.to_s if ::Symbol === units if units.nil_or_empty? num else case units when 'pt' num when 'in' num * 72 when 'mm' num * (72 / 25.4) when 'cm' num * (720 / 25.4) when 'px' # assuming canvas of 96 dpi num * 0.75 when 'pc' num * 12 else raise ::ArgumentError, %(unknown unit of measurement: #{units}) end end end # Resolve measurement values in the string to PDF points. def resolve_measurement_values str if MeasurementValueHintRx =~ str str.gsub(InsetMeasurementValueRx) { to_pt $1.to_f, $2 } else str end end end end; end �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/pdf-core_ext.rb�������������������������0000664�0000000�0000000�00000000120�13367142271�0026500�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require_relative 'pdf-core_ext/pdf_object' require_relative 'pdf-core_ext/page' ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/pdf-core_ext/���������������������������0000775�0000000�0000000�00000000000�13367142271�0026162�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/pdf-core_ext/page.rb��������������������0000664�0000000�0000000�00000001735�13367142271�0027431�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class PDF::Core::Page # Restore the new_content_stream method from PDF::Core::Page # # The prawn-templates gem relies on the new_content_stream method on # PDF::Core::Page, which was removed in pdf-core 0.3.1. prawn-templates is # used for importing a single-page PDF into the current document. # # see https://github.com/prawnpdf/pdf-core/commit/67f9a08a03bcfcc5a24cf76b135c218d3d3ab05d def new_content_stream return if in_stamp_stream? unless Array === dictionary.data[:Contents] dictionary.data[:Contents] = [content] end @content = document.ref Hash.new dictionary.data[:Contents] << document.state.store[@content] document.open_graphics_state end unless method_defined? :new_content_stream # Restore the imported_page? method from PDF::Core::Page # # see https://github.com/prawnpdf/pdf-core/commit/0e326a838e142061be8e062168190fae6b3b1dcf def imported_page? @imported_page end unless method_defined? :imported_page? end �����������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/pdf-core_ext/pdf_object.rb��������������0000664�0000000�0000000�00000000217�13367142271�0030606�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������unless (defined? PDF::Core.pdf_object) == 'method' module PDF::Core alias pdf_object PdfObject module_function :pdf_object end end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/pdfmark.rb������������������������������0000664�0000000�0000000�00000001476�13367142271�0025564�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Pdf class Pdfmark include ::Asciidoctor::Pdf::Sanitizer def initialize doc @doc = doc end def generate doc = @doc # FIXME use sanitize: :plain_text once available content = <<-EOS [ /Title #{sanitize(doc.doctitle use_fallback: true).to_pdf} /Author #{(doc.attr 'authors').to_pdf} /Subject #{(doc.attr 'subject').to_pdf} /Keywords #{(doc.attr 'keywords').to_pdf} /ModDate #{date = ::Time.now.to_pdf} /CreationDate #{date} /Creator (Asciidoctor PDF #{::Asciidoctor::Pdf::VERSION}, based on Prawn #{::Prawn::VERSION}) /Producer #{(doc.attr 'publisher').to_pdf} /DOCINFO pdfmark EOS content end def generate_file pdf_file # QUESTION should we use the extension pdfmeta to be more clear? ::IO.write %(#{pdf_file}mark), generate end end end end ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-svg_ext.rb������������������������0000664�0000000�0000000�00000000300�13367142271�0026725�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'prawn-svg' unless defined? Prawn::Svg::VERSION require_relative 'prawn-svg_ext/interface' # NOTE disable system fonts since they're non-portable Prawn::Svg::Interface.font_path.clear ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-svg_ext/��������������������������0000775�0000000�0000000�00000000000�13367142271�0026407�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-svg_ext/interface.rb��������������0000664�0000000�0000000�00000000440�13367142271�0030672�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Prawn; module Svg class Interface def resize opts = {} sizing = document.sizing sizing.requested_width = opts[:width] sizing.requested_height = opts[:height] sizing.calculate end end end; end unless Prawn::Svg::Interface.method_defined? :resize ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-table_ext.rb����������������������0000664�0000000�0000000�00000000232�13367142271�0027221�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'prawn/table' unless defined? Prawn::Table::VERSION require_relative 'prawn-table_ext/cell/asciidoc' require_relative 'prawn-table_ext/cell/text' ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-table_ext/������������������������0000775�0000000�0000000�00000000000�13367142271�0026677�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-table_ext/cell/�������������������0000775�0000000�0000000�00000000000�13367142271�0027616�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-table_ext/cell/asciidoc.rb��������0000664�0000000�0000000�00000004217�13367142271�0031725�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Prawn; class Table; class Cell class AsciiDoc < Cell attr_accessor :align attr_accessor :valign def initialize pdf, opts = {} @font_options = {} super pdf, [], opts end def font_style= val @font_options[:style] = val end def text_color= val @font_options[:color] = val end def size= val @font_options[:size] = val end def font= val @font_options[:family] = val end # NOTE automatic image sizing only works if cell has fixed width def dry_run cell = self max_height = nil height, _, _ = @pdf.dry_run do max_height = bounds.height # NOTE we should be able to use cell.max_width, but returns 0 in some conditions (like when colspan > 1) indent cell.padding_left, bounds.width - cell.width + cell.padding_right do # HACK force margin_top to be applied move_down 0.0001 # TODO truncate margin bottom of last block convert_content_for_block cell.content end end # FIXME prawn-table doesn't support cell taller than a single page [max_height, height].min end def natural_content_width # QUESTION can we get a better estimate of the natural width? @natural_width ||= (@pdf.bounds.width - padding_left - padding_right) end def natural_content_height # NOTE when natural_content_height is called, we already know max width @natural_height ||= dry_run end def draw_content pdf = @pdf # NOTE draw_bounded_content adds FPTolerance to width and height, which causes content to overflow pdf.bounds.instance_variable_set :@width, spanned_content_width pdf.bounds.instance_variable_set :@height, spanned_content_height if @valign != :top && (excess_y = spanned_content_height - natural_content_height) > 0 pdf.move_down(@valign == :center ? (excess_y.fdiv 2) : excess_y) end # TODO apply horizontal alignment (right now must use alignment on content block) # QUESTION inherit table cell font properties? pdf.convert_content_for_block content nil end end end; end; end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-table_ext/cell/text.rb������������0000664�0000000�0000000�00000000574�13367142271�0031135�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class Prawn::Table::Cell::Text # Override draw_content method to drop cursor advancement remove_method :draw_content def draw_content with_font do with_text_color do (text_box :width => spanned_content_width + FPTolerance, :height => spanned_content_height + FPTolerance, :at => [0, @pdf.cursor]).render end end end end ������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn-templates_ext.rb������������������0000664�0000000�0000000�00000000327�13367142271�0030135�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class Prawn::Document # NOTE allows prawn-templates 0.0.4 to be used with prawn >= 2.2.0 const_set :VALID_OPTIONS, (send :remove_const, :VALID_OPTIONS).dup if VALID_OPTIONS.frozen? end require 'prawn/templates' ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext.rb����������������������������0000664�0000000�0000000�00000000354�13367142271�0026141�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# the following are organized under the Asciidoctor::Prawn namespace require_relative 'prawn_ext/font/afm' require_relative 'prawn_ext/images' require_relative 'prawn_ext/formatted_text/fragment' require_relative 'prawn_ext/extensions' ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/������������������������������0000775�0000000�0000000�00000000000�13367142271�0025612�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/coderay_encoder.rb������������0000664�0000000�0000000�00000006610�13367142271�0031267�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������###################################################################### # # This file was copied from Prawn (manual/syntax_highlight.rb) and # modified for use with Asciidoctor PDF. # # Prawn is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Prawn is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Prawn. If not, see <http://www.gnu.org/licenses/>. # # Copyright (C) Felipe Doria # Copyright (C) 2014 OpenDevise Inc. and the Asciidoctor Project # ###################################################################### require 'coderay' # Registers a to_prawn method with CodeRay. The method returns an array of hashes to be # used with Prawn::Text.formatted_text(array). # # Usage: # # CodeRay.scan(string, :ruby).to_prawn # module Asciidoctor module Prawn class CodeRayEncoder < ::CodeRay::Encoders::Encoder register_for :to_prawn # Manni theme from Pygments COLORS = { default: '333333', annotation: '9999FF', attribute_name: '4F9FCF', attribute_value: 'D44950', class: '00AA88', class_variable: '003333', color: 'FF6600', comment: '999999', constant: '336600', directive: '006699', doctype: '009999', entity: '999999', float: 'FF6600', function: 'CC00FF', important: '9999FF', inline_delimiter: 'EF804F', instance_variable: '003333', integer: 'FF6600', key: '006699', keyword: '006699', method: 'CC00FF', namespace: '00CCFF', predefined_type: '007788', regexp: '33AAAA', string: 'CC3300', symbol: 'FFCC33', tag: '2F6F9F', type: '007788', value: '336600' } LF = %(\n) NoBreakSpace = %(\u00a0) InnerIndent = %(\n ) GuardedIndent = %(\u00a0) GuardedInnerIndent = %(\n\u00a0) def setup options super @out = [] @open = [] # NOTE tracks whether text token begins at the start of a line @start_of_line = true end def text_token text, kind if text == LF @out << { text: text } @start_of_line = true # NOTE text is nil and kind is :error when CodeRay ends parsing on an error elsif text # NOTE add guard character to prevent Prawn from trimming indentation text[0] = GuardedIndent if @start_of_line && (text.start_with? ' ') text.gsub! InnerIndent, GuardedInnerIndent if text.include? InnerIndent # NOTE this optimization assumes we don't support/use background colors if text.rstrip.empty? @out << { text: text } else # QUESTION should we default to no color? @out << { text: text, color: (COLORS[kind] || COLORS[@open[-1]] || COLORS[:default]) } end @start_of_line = text.end_with? LF end end def begin_group kind @open << kind end def end_group kind @open.pop end end end end ������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/extensions.rb�����������������0000664�0000000�0000000�00000065366�13367142271�0030356�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������Prawn::Font::AFM.instance_variable_set :@hide_m17n_warning, true require 'prawn/icon' module Asciidoctor module Prawn module Extensions include ::Asciidoctor::Pdf::Measurements include ::Asciidoctor::Pdf::Sanitizer IconSets = ['fa', 'fi', 'octicon', 'pf'].to_set InitialPageContent = %(q\n) # - :height is the height of a line # - :leading is spacing between adjacent lines # - :padding_top is half line spacing, plus any line_gap in the font # - :padding_bottom is half line spacing # - :final_gap determines whether a gap is added below the last line LineMetrics = ::Struct.new :height, :leading, :padding_top, :padding_bottom, :final_gap # Core # Retrieves the catalog reference data for the PDF. # def catalog state.store.root end # Measurements # Returns the width of the current page from edge-to-edge # def page_width page.dimensions[2] end # Returns the effective (writable) width of the page # # If inside a fixed-height bounding box, returns height of box. # def effective_page_width reference_bounds.width end # Returns the height of the current page from edge-to-edge # def page_height page.dimensions[3] end # Returns the effective (writable) height of the page # # If inside a fixed-height bounding box, returns width of box. # def effective_page_height reference_bounds.height end # Set the margins for the current page. # def set_page_margin margin # FIXME is there a cleaner way to set margins? does it make sense to override create_new_page? apply_margin_options margin: margin generate_margin_box end # Returns the margins for the current page as a 4 element array (top, right, bottom, left) # def page_margin [page.margins[:top], page.margins[:right], page.margins[:bottom], page.margins[:left]] end # Returns the width of the left margin for the current page # def page_margin_left page.margins[:left] end # deprecated alias left_margin page_margin_left # Returns the width of the right margin for the current page # def page_margin_right page.margins[:right] end # deprecated alias right_margin page_margin_right # Returns the width of the top margin for the current page # def page_margin_top page.margins[:top] end # Returns the width of the bottom margin for the current page # def page_margin_bottom page.margins[:bottom] end # Returns the total left margin (to the page edge) for the current bounds. # def bounds_margin_left bounds.absolute_left end # Returns the total right margin (to the page edge) for the current bounds. # def bounds_margin_right page.dimensions[2] - bounds.absolute_right end # Returns the side the current page is facing, :recto or :verso. # def page_side pgnum = nil, invert = nil if invert (recto_page? pgnum) ? :verso : :recto else (recto_page? pgnum) ? :recto : :verso end end # Returns whether the page is a recto page. # def recto_page? pgnum = nil (pgnum || page_number).odd? end # Returns whether the page is a verso page. # def verso_page? pgnum = nil (pgnum || page_number).even? end # Returns whether the cursor is at the top of the page (i.e., margin box). # def at_page_top? @y == @margin_box.absolute_top end # Returns whether the current page is empty (i.e., no content has been written). # Returns false if a page has not yet been created. # def empty_page? # if we are at the page top, assume we didn't write anything to the page #at_page_top? # ...or use more robust, low-level check (initial value of content is "q\n") page_number > 0 && page.content.stream.filtered_stream == InitialPageContent end alias page_is_empty? empty_page? # Returns whether the current page is the last page in the document. # def last_page? page_number == page_count end # Destinations # Generates a destination object that resolves to the top of the page # specified by the page_num parameter or the current page if no page number # is provided. The destination preserves the user's zoom level unlike # the destinations generated by the outline builder. # def dest_top page_num = nil dest_xyz 0, page_height, nil, (page_num ? state.pages[page_num - 1] : page) end # Fonts # Registers a new custom font described in the data parameter # after converting the font name to a String. # # Example: # # register_font Roboto: { # normal: 'fonts/roboto-normal.ttf', # italic: 'fonts/roboto-italic.ttf', # bold: 'fonts/roboto-bold.ttf', # bold_italic: 'fonts/roboto-bold_italic.ttf' # } # def register_font data font_families.update data.inject({}) {|accum, (key, val)| accum[key.to_s] = val; accum } end # Enhances the built-in font method to allow the font # size to be specified as the second option and to # lazily load font-based icons. # def font name = nil, options = {} if name ::Prawn::Icon::FontData.load self, name if IconSets.include? name options = { size: options } if ::Numeric === options end super name, options end # Retrieves the current font name (i.e., family). # def font_family font.options[:family] end alias font_name font_family # Retrieves the current font info (family, style, size) as a Hash # def font_info { family: font.options[:family], style: (font.options[:style] || :normal), size: @font_size } end # Sets the font style for the scope of the block to which this method # yields. If the style is nil and no block is given, return the current # font style. # def font_style style = nil if block_given? font font.options[:family], style: style do yield end elsif style font font.options[:family], style: style else font.options[:style] || :normal end end # Applies points as a scale factor of the current font if the value provided # is less than or equal to 1 or it's a string (e.g., 1.1em), then delegates to the super # implementation to carry out the built-in functionality. # #-- # QUESTION should we round the result? def font_size points = nil return @font_size unless points if points == 1 super @font_size elsif String === points if points.end_with? 'rem' super(@theme.base_font_size * points.to_f) elsif points.end_with? 'em' super(@font_size * points.to_f) elsif points.end_with? '%' super(@font_size * (points.to_f / 100.0)) else super points.to_f end # FIXME HACK assume em value elsif points < 1 super(@font_size * points) else super points end end def resolve_font_style styles if styles.include? :bold (styles.include? :italic) ? :bold_italic : :bold elsif styles.include? :italic :italic else :normal end end # Retreives the collection of font styles from the given font style key, # which defaults to the current font style. # def font_styles style = font_style if style style == :bold_italic ? [:bold, :italic].to_set : [style].to_set else ::Set.new end end # Apply the font settings (family, size, styles and character spacing) from # the fragment to the document, then yield to the block. # # The original font settings are restored before this method returns. # def fragment_font fragment f_info = font_info f_family = fragment[:font] || f_info[:family] f_size = fragment[:size] || f_info[:size] if (f_styles = fragment[:styles]) f_style = resolve_font_style f_styles else f_style = :normal end if (c_spacing = fragment[:character_spacing]) character_spacing c_spacing do font f_family, size: f_size, style: f_style do yield end end else font f_family, size: f_size, style: f_style do yield end end end def calc_line_metrics line_height = 1, font = self.font, font_size = self.font_size line_height_length = line_height * font_size leading = line_height_length - font_size half_leading = leading / 2 padding_top = half_leading + font.line_gap padding_bottom = half_leading LineMetrics.new line_height_length, leading, padding_top, padding_bottom, false end =begin # these line metrics attempted to figure out a correction based on the reported height and the font_size # however, it only works for some fonts, and breaks down for fonts like Noto Serif def calc_line_metrics line_height = 1, font = self.font, font_size = self.font_size line_height_length = font_size * line_height line_gap = line_height_length - font_size correction = font.height - font_size leading = line_gap - correction shift = (font.line_gap + correction + line_gap) / 2 final_gap = font.line_gap != 0 LineMetrics.new line_height_length, leading, shift, shift, final_gap end =end # Parse the text into an array of fragments using the text formatter. def parse_text string, options = {} return [] if string.nil? options = options.dup if (format_option = options.delete :inline_format) format_option = [] unless ::Array === format_option fragments = self.text_formatter.format string, *format_option else fragments = [{text: string}] end if (color = options.delete :color) fragments.map do |fragment| fragment[:color] ? fragment : fragment.merge(color: color) end else fragments end end # Performs the same work as text except that the first_line_opts # are applied to the first line of text renderered. It's necessary # to use low-level APIs in this method so that we only style the # first line and not the remaining lines (which is the default # behavior in Prawn). def text_with_formatted_first_line string, first_line_opts, opts color = opts.delete :color fragments = parse_text string, opts # NOTE the low-level APIs we're using don't recognize the :styles option, so we must resolve if (styles = opts.delete :styles) opts[:style] = resolve_font_style styles end if (first_line_styles = first_line_opts.delete :styles) first_line_opts[:style] = resolve_font_style first_line_styles end first_line_color = (first_line_opts.delete :color) || color opts = opts.merge document: self # QUESTION should we merge more carefully here? (hand-select keys?) first_line_opts = opts.merge(first_line_opts).merge single_line: true box = ::Prawn::Text::Formatted::Box.new fragments, first_line_opts # NOTE get remaining_fragments before we add color to fragments on first line remaining_fragments = box.render dry_run: true # NOTE color must be applied per-fragment if first_line_color fragments.each {|fragment| fragment[:color] ||= first_line_color} end fill_formatted_text_box fragments, first_line_opts unless remaining_fragments.empty? # NOTE color must be applied per-fragment if color remaining_fragments.each {|fragment| fragment[:color] ||= color } end # as of Prawn 1.2.1, we have to handle the line gap after the first line manually move_down opts[:leading] remaining_fragments = fill_formatted_text_box remaining_fragments, opts draw_remaining_formatted_text_on_new_pages remaining_fragments, opts end end # Apply the text transform to the specified text. # # Supported transform values are "uppercase", "lowercase", or "none" (passed # as either a String or a Symbol). When the uppercase transform is applied to # the text, it correctly uppercases visible text while leaving markup and # named character entities unchanged. The none transform returns the text # unmodified. # def transform_text text, transform case transform when :uppercase, 'uppercase' uppercase_pcdata text when :lowercase, 'lowercase' lowercase_mb text else text end end # Cursor # Short-circuits the call to the built-in move_up operation # when n is 0. # def move_up n super unless n == 0 end # Override built-in move_text_position method to prevent Prawn from advancing # to next page if image doesn't fit before rendering image. #-- # NOTE could use :at option when calling image/embed_image instead def move_text_position h end # Short-circuits the call to the built-in move_down operation # when n is 0. # def move_down n super unless n == 0 end # Bounds # Overrides the built-in pad operation to allow for asymmetric paddings. # # Example: # # pad 20, 10 do # text 'A paragraph with twice as much top padding as bottom padding.' # end # def pad top, bottom = nil move_down top yield move_down(bottom || top) end # Combines the built-in pad and indent operations into a single method. # # Padding may be specified as an array of four values, or as a single value. # The single value is used as the padding around all four sides of the box. # # If padding is nil, this method simply yields to the block and returns. # # Example: # # pad_box 20 do # text 'A paragraph inside a blox with even padding on all sides.' # end # # pad_box [10, 10, 10, 20] do # text 'An indented paragraph inside a box with equal padding on all sides.' # end # def pad_box padding if padding # TODO implement shorthand combinations like in CSS p_top, p_right, p_bottom, p_left = ::Array === padding ? padding : (::Array.new 4, padding) begin # logic is intentionally inlined move_down p_top bounds.add_left_padding p_left bounds.add_right_padding p_right yield # NOTE support negative bottom padding for use with quote block if p_bottom < 0 # QUESTION should we return to previous page if top of page is reached? p_bottom < cursor - reference_bounds.top ? (move_cursor_to reference_bounds.top) : (move_down p_bottom) else p_bottom < cursor ? (move_down p_bottom) : reference_bounds.move_past_bottom end ensure bounds.subtract_left_padding p_left bounds.subtract_right_padding p_right end else yield end # alternate, delegated logic #pad padding[0], padding[2] do # indent padding[1], padding[3] do # yield # end #end end # TODO memoize the result def inflate_padding padding padding = [*(padding || 0)].slice 0, 4 case padding.size when 1 [padding[0], padding[0], padding[0], padding[0]] when 2 [padding[0], padding[1], padding[0], padding[1]] when 3 [padding[0], padding[1], padding[2], padding[1]] else padding end end # Stretch the current bounds to the left and right edges of the current page # while yielding the specified block if the verdict argument is true. # Otherwise, simply yield the specified block. # def span_page_width_if verdict if verdict indent(-bounds_margin_left, -bounds_margin_right) do yield end else yield end end # A flowing version of the bounding_box. If the content runs to another page, the cursor starts # at the top of the page instead of the original cursor position. Similar to span, except # you can specify an absolute left position and pass additional options through to bounding_box. # def flow_bounding_box left = 0, opts = {} original_y = self.y # QUESTION should preserving original_x be an option? original_x = bounds.absolute_left - margin_box.absolute_left canvas do bounding_box [margin_box.absolute_left + original_x + left, margin_box.absolute_top], opts do self.y = original_y yield end end end # Graphics # Fills the current bounding box with the specified fill color. Before # returning from this method, the original fill color on the document is # restored. def fill_bounds f_color = fill_color if f_color && f_color != 'transparent' prev_fill_color = fill_color fill_color f_color fill_rectangle bounds.top_left, bounds.width, bounds.height fill_color prev_fill_color end end # Fills the absolute bounding box with the specified fill color. Before # returning from this method, the original fill color on the document is # restored. def fill_absolute_bounds f_color = fill_color canvas { fill_bounds f_color } end # Fills the current bounds using the specified fill color and strokes the # bounds using the specified stroke color. Sets the line with if specified # in the options. Before returning from this method, the original fill # color, stroke color and line width on the document are restored. # def fill_and_stroke_bounds f_color = fill_color, s_color = stroke_color, options = {} no_fill = !f_color || f_color == 'transparent' no_stroke = !s_color || s_color == 'transparent' || options[:line_width] == 0 return if no_fill && no_stroke save_graphics_state do radius = options[:radius] || 0 # fill unless no_fill fill_color f_color fill_rounded_rectangle bounds.top_left, bounds.width, bounds.height, radius end # stroke unless no_stroke stroke_color s_color line_width(options[:line_width] || 0.5) # FIXME think about best way to indicate dashed borders #if options.has_key? :dash_width # dash options[:dash_width], space: options[:dash_space] || 1 #end stroke_rounded_rectangle bounds.top_left, bounds.width, bounds.height, radius #undash if options.has_key? :dash_width end end end # Fills and, optionally, strokes the current bounds using the fill and # stroke color specified, then yields to the block. The only_if option can # be used to conditionally disable this behavior. # def shade_box color, line_color = nil, options = {} if (!options.has_key? :only_if) || options[:only_if] # FIXME could use save_graphics_state here previous_fill_color = current_fill_color fill_color color fill_rectangle [bounds.left, bounds.top], bounds.right, bounds.top - bounds.bottom fill_color previous_fill_color if line_color line_width 0.5 previous_stroke_color = current_stroke_color stroke_color line_color stroke_bounds stroke_color previous_stroke_color end end yield end # A compliment to the stroke_horizontal_rule method, strokes a # vertical line using the current bounds. The width of the line # can be specified using the line_width option. The horizontal (x) # position can be specified using the at option. # def stroke_vertical_rule rule_color = stroke_color, options = {} rule_x = options[:at] || 0 rule_y_from = bounds.top rule_y_to = bounds.bottom rule_style = options[:line_style] rule_width = options[:line_width] || 0.5 save_graphics_state do line_width rule_width stroke_color rule_color case rule_style when :dashed dash rule_width * 4 when :dotted dash rule_width when :double stroke_vertical_line rule_y_from, rule_y_to, at: (rule_x - rule_width) rule_x += rule_width end if rule_style stroke_vertical_line rule_y_from, rule_y_to, at: rule_x end end # Strokes a horizontal line using the current bounds. The width of the line # can be specified using the line_width option. # def stroke_horizontal_rule rule_color = stroke_color, options = {} rule_style = options[:line_style] rule_width = options[:line_width] || 0.5 rule_x_start = bounds.left rule_x_end = bounds.right rule_inked = false save_graphics_state do line_width rule_width stroke_color rule_color case rule_style when :dashed dash rule_width * 4 when :dotted dash rule_width when :double move_up rule_width stroke_horizontal_line rule_x_start, rule_x_end move_down rule_width * 2 stroke_horizontal_line rule_x_start, rule_x_end move_up rule_width rule_inked = true end if rule_style stroke_horizontal_line rule_x_start, rule_x_end unless rule_inked end end # Pages # Deletes the current page and move the cursor # to the previous page. def delete_page pg = page_number pdf_store = state.store pdf_objs = pdf_store.instance_variable_get :@objects pdf_ids = pdf_store.instance_variable_get :@identifiers page_id = pdf_store.object_id_for_page pg content_id = page.content.identifier [page_id, content_id].each do |key| pdf_objs.delete key pdf_ids.delete key end pdf_store.pages.data[:Kids].pop pdf_store.pages.data[:Count] -= 1 state.pages.pop if pg > 1 go_to_page pg - 1 else @page_number = 0 state.page = nil end end # Import the specified page into the current document. # # By default, advance to the subsequent page, creating one if necessary. # This behavior can be disabled by passing the option `advance: false`. # def import_page file, opts = {} prev_page_layout = page.layout prev_page_size = page.size state.compress = false if state.compress # can't use compression if using template prev_text_rendering_mode = (defined? @text_rendering_mode) ? @text_rendering_mode : nil delete_page if opts[:replace] # NOTE use functionality provided by prawn-templates start_new_page_discretely template: file # prawn-templates sets text_rendering_mode to :unknown, which breaks running content; revert @text_rendering_mode = prev_text_rendering_mode if opts.fetch :advance, true # NOTE set page size & layout explicitly in case imported page differs # I'm not sure it's right to start a new page here, but unfortunately there's no other # way atm to prevent the size & layout of the imported page from affecting subsequent pages advance_page size: prev_page_size, layout: prev_page_layout end nil end # Create a new page for the specified image. If the # canvas option is true, the image is stretched to the # edges of the page (full coverage). def image_page file, options = {} start_new_page_discretely if options[:canvas] canvas do image file, width: bounds.width, height: bounds.height end else image file, fit: [bounds.width, bounds.height] end # FIXME shouldn't this be `go_to_page prev_page_number + 1`? go_to_page page_count nil end # Perform an operation (such as creating a new page) without triggering the on_page_create callback # def perform_discretely if (saved_callback = state.on_page_create_callback) # equivalent to calling `on_page_create` state.on_page_create_callback = nil yield # equivalent to calling `on_page_create &saved_callback` state.on_page_create_callback = saved_callback else yield end end # This method is a smarter version of start_new_page. It calls start_new_page # if the current page is the last page of the document. Otherwise, it simply # advances to the next existing page. def advance_page opts = {} last_page? ? (start_new_page opts) : (go_to_page page_number + 1) end # Start a new page without triggering the on_page_create callback # def start_new_page_discretely options = {} perform_discretely do start_new_page options end end # Grouping # Conditional group operation # def group_if verdict if verdict state.optimize_objects = false # optimize objects breaks group group { yield } else yield end end def get_scratch_document # marshal if not using transaction feature #Marshal.load Marshal.dump @prototype # use cached instance, tests show it's faster #@prototype ||= ::Prawn::Document.new @scratch ||= if defined? @prototype scratch = Marshal.load Marshal.dump @prototype scratch.instance_variable_set(:@prototype, @prototype) # TODO set scratch number on scratch document scratch else warn 'asciidoctor: WARNING: no scratch prototype available; instantiating fresh scratch document' ::Prawn::Document.new end end def scratch? (@_label ||= (state.store.info.data[:Scratch] ? :scratch : :primary)) == :scratch rescue false # NOTE this method may get called before the state is initialized end alias is_scratch? scratch? # TODO document me def dry_run &block scratch = get_scratch_document # QUESTION should we use scratch.advance_page instead? scratch.start_new_page start_page_number = scratch.page_number start_y = scratch.y if (left_padding = bounds.total_left_padding) > 0 scratch.bounds.add_left_padding left_padding end if (right_padding = bounds.total_right_padding) > 0 scratch.bounds.add_right_padding right_padding end scratch.font font_family, style: font_style, size: font_size do scratch.instance_exec(&block) end # NOTE don't count excess if cursor exceeds writable area (due to padding) full_page_height = scratch.effective_page_height partial_page_height = [full_page_height, start_y - scratch.y].min scratch.bounds.subtract_left_padding left_padding if left_padding > 0 scratch.bounds.subtract_right_padding right_padding if right_padding > 0 whole_pages = scratch.page_number - start_page_number [(whole_pages * full_page_height + partial_page_height), whole_pages, partial_page_height] end # Attempt to keep the objects generated in the block on the same page # # TODO short-circuit nested usage def keep_together &block available_space = cursor total_height, _, _ = dry_run(&block) # NOTE technically, if we're at the page top, we don't even need to do the # dry run, except several uses of this method rely on the calculated height if total_height > available_space && !at_page_top? && total_height <= effective_page_height advance_page started_new_page = true else started_new_page = false end # HACK yield doesn't work here on JRuby (at least not when called from AsciidoctorJ) #yield remainder, started_new_page instance_exec(total_height, started_new_page, &block) end # Attempt to keep the objects generated in the block on the same page # if the verdict parameter is true. # def keep_together_if verdict, &block if verdict keep_together(&block) else yield end end =begin def run_with_trial &block available_space = cursor total_height, whole_pages, remainder = dry_run(&block) if whole_pages > 0 || remainder > available_space started_new_page = true else started_new_page = false end # HACK yield doesn't work here on JRuby (at least not when called from AsciidoctorJ) #yield remainder, started_new_page instance_exec(remainder, started_new_page, &block) end =end end end end ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/font/�������������������������0000775�0000000�0000000�00000000000�13367142271�0026560�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/font/afm.rb�������������������0000664�0000000�0000000�00000002126�13367142271�0027651�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������class Prawn::Font::AFM FALLBACK_CHARS = { %(\u200b) => '', %(\u202f) => %(\u00a0), %(\u2009) => ' ', %(\u25e6) => '-', %(\u25aa) => %(\u00b7) } remove_method :normalize_encoding # Patch normalize_encoding method to handle conversion more gracefully. # # Any valid utf-8 characters that cannot be encoded to windows-1252 are # replaced with the logic "not" symbol and a warning is issued identifying # the text that cannot be converted. def normalize_encoding text text.encode 'windows-1252', fallback: FALLBACK_CHARS rescue ::Encoding::UndefinedConversionError warn 'The following text could not be fully converted to the Windows-1252 character set:' warn %(#{text.gsub(/^/, '| ').rstrip}) text.encode 'windows-1252', undef: :replace, replace: %(\u00ac) rescue ::Encoding::InvalidByteSequenceError raise Prawn::Errors::IncompatibleStringEncoding, %(Your document includes text which is not compatible with the Windows-1252 character set. If you need full UTF-8 support, use TTF fonts instead of the built-in PDF (AFM) fonts.) end end ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/formatted_text/���������������0000775�0000000�0000000�00000000000�13367142271�0030643�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/formatted_text/fragment.rb����0000664�0000000�0000000�00000002140�13367142271�0032770�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Prawn module FormattedText module Fragment attr_reader :document # Prevent fragment from being written by discarding the text. def conceal @text = '' end # Modify the built-in ascender write method to allow an override value to be # specified using the format_state hash. def ascender= val @ascender = (format_state.key? :ascender) ? format_state[:ascender] : val end # Modify the built-in ascender write method to allow an override value to be # specified using the format_state hash. def descender= val @descender = (format_state.key? :descender) ? format_state[:descender] : val end def width if (val = format_state[:width]) (val.end_with? 'em') ? val.to_f * @document.font_size : val else super end end end class ::Prawn::Text::Formatted::Fragment if respond_to? :prepend prepend Fragment else # NOTE it's necessary to remove the accessor methods or else they won't get replaced remove_method :ascender= remove_method :descender= remove_method :width= include Fragment end end end end end ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/prawn_ext/images.rb���������������������0000664�0000000�0000000�00000002400�13367142271�0027400�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Prawn module Images class << self def extended base base.class.__send__ :alias_method, :_initial_image, :image end end # Dispatch to suitable image method in Prawn based on file extension. def image file, opts = {} # FIXME handle case when SVG is a File or IO object if ::String === file && (file.downcase.end_with? '.svg') opts[:fallback_font_name] ||= default_svg_font if respond_to? :default_svg_font svg((::IO.read file), opts) else _initial_image file, opts end end # Retrieve the intrinsic image dimensions for the specified path. # # Returns a Hash containing :width and :height keys that map to the image's # intrinsic width and height values (in pixels) def intrinsic_image_dimensions path if path.end_with? '.svg' img_obj = ::Prawn::Svg::Interface.new ::IO.read(path), self, {} img_size = img_obj.document.sizing { width: img_size.output_width, height: img_size.output_height } else # NOTE build_image_object caches image data previously loaded _, img_size = ::File.open(path, 'rb') {|fd| build_image_object fd } { width: img_size.width, height: img_size.height } end end end ::Prawn::Document.extensions << Images end end ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/roman_numeral.rb������������������������0000664�0000000�0000000�00000005671�13367142271�0027000�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������######################################################################## # # This file was copied from roman-numerals and modified for use with # Asciidoctor PDF. # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Copyright (c) 2011 Andrew Vos # Copyright (c) 2014 OpenDevise, Inc. # ######################################################################## module Asciidoctor module Pdf class RomanNumeral BaseDigits = { 1 => 'I', 4 => 'IV', 5 => 'V', 9 => 'IX', 10 => 'X', 40 => 'XL', 50 => 'L', 90 => 'XC', 100 => 'C', 400 => 'CD', 500 => 'D', 900 => 'CM', 1000 => 'M' } def initialize initial_value, letter_case = nil initial_value ||= 1 if ::Integer === initial_value @integer_value = initial_value else @integer_value = RomanNumeral.roman_to_int initial_value letter_case = :lower if letter_case.nil? && initial_value.upcase != initial_value end @letter_case = letter_case.nil? ? :upper : letter_case end def to_s to_r end def to_r if (int = @integer_value) < 1 return int.to_s end roman = RomanNumeral.int_to_roman int @letter_case == :lower ? roman.downcase : roman end def to_i @integer_value end def next RomanNumeral.new @integer_value + 1, @letter_case end def next! @integer_value += 1 self end def pred RomanNumeral.new @integer_value - 1, @letter_case end def self.int_to_roman value result = [] BaseDigits.keys.reverse_each do |ival| while value >= ival value -= ival result << BaseDigits[ival] end end result.join end def self.roman_to_int value value = value.upcase result = 0 BaseDigits.values.reverse_each do |rval| while value.start_with? rval offset = rval.length value = value[offset..offset] result += BaseDigits.key rval end end result end end end end �����������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/rouge_ext.rb����������������������������0000664�0000000�0000000�00000000241�13367142271�0026126�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'rouge' require_relative 'rouge_ext/formatters/prawn' require_relative 'rouge_ext/css_theme' require_relative 'rouge_ext/themes/asciidoctor_pdf_default' ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/rouge_ext/������������������������������0000775�0000000�0000000�00000000000�13367142271�0025604�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/rouge_ext/css_theme.rb������������������0000664�0000000�0000000�00000000570�13367142271�0030105�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Rouge class CSSTheme # Patch style_for to return most specific style first # See https://github.com/jneen/rouge/issues/280 # Fixed as of rouge v1.10.0 def style_for token token.token_chain.reverse_each do |t| if (s = styles[t]) return s end end nil end end end if (Gem::Version.new Rouge.version) < (Gem::Version.new '1.10.0') ����������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/rouge_ext/formatters/�������������������0000775�0000000�0000000�00000000000�13367142271�0027772�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/rouge_ext/formatters/prawn.rb�����������0000664�0000000�0000000�00000014170�13367142271�0031451�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Rouge module Formatters # Transforms a token stream into an array of # formatted text fragments for use with Prawn. class Prawn < Formatter tag 'prawn' Tokens = ::Rouge::Token::Tokens LineOrientedTokens = [ ::Rouge::Token::Tokens::Generic::Inserted, ::Rouge::Token::Tokens::Generic::Deleted, ::Rouge::Token::Tokens::Generic::Heading, ::Rouge::Token::Tokens::Generic::Subheading ] LF = %(\n) NoBreakSpace = %(\u00a0) InnerIndent = %(\n ) GuardedIndent = %(\u00a0) GuardedInnerIndent = %(\n\u00a0) BoldStyle = [:bold].to_set ItalicStyle = [:italic].to_set BoldItalicStyle = [:bold, :italic].to_set UnderlineStyle = [:underline].to_set def initialize opts = {} unless ::Rouge::Theme === (theme = opts[:theme]) unless theme && (theme = ::Rouge::Theme.find theme) theme = ::Rouge::Themes::AsciidoctorPdfDefault end theme = theme.new end @theme = theme @normalized_colors = {} @background_colorizer = BackgroundColorizer.new line_gap: opts[:line_gap] @linenum_fragment_base = (create_fragment Tokens::Generic::Lineno).merge linenum: true end def background_color @background_color ||= normalize_color((@theme.style_for Tokens::Text).bg) end # Override format method so fragments don't get flatted to a string # and to add an options Hash. def format tokens, opts = {} stream tokens, opts end def stream tokens, opts = {} if opts[:line_numbers] if (linenum = opts[:start_line]) > 0 linenum -= 1 else linenum = 0 end fragments = [] fragments << (create_linenum_fragment linenum += 1) tokens.each do |tok, val| if val == LF fragments << { text: LF } fragments << (create_linenum_fragment linenum += 1) elsif val.include? LF # NOTE we assume if the fragment ends in a line feed, the intention was to match a line-oriented form line_oriented = val.end_with? LF base_fragment = create_fragment tok, val val.each_line do |line| fragments << (line_oriented ? (base_fragment.merge text: line, line_oriented: true) : (base_fragment.merge text: line)) # NOTE append linenum fragment if there's a next line; only works if source doesn't have trailing endline fragments << (create_linenum_fragment linenum += 1) if line.end_with? LF end else fragments << (create_fragment tok, val) end end # NOTE drop orphaned linenum fragment (due to trailing endline in source) fragments.pop if (last_fragment = fragments[-1]) && last_fragment[:linenum] # NOTE pad numbers that have less digits than the largest line number if (linenum_w = linenum.to_s.length) > 1 # NOTE extra column is the trailing space after the line number linenum_w += 1 fragments.each do |fragment| fragment[:text] = %(#{fragment[:text].rjust linenum_w, NoBreakSpace}) if fragment[:linenum] end end fragments else start_of_line = true tokens.map do |tok, val| # match one or more consecutive endlines if val == LF || (val == (LF * val.length)) start_of_line = true { text: val } else val[0] = GuardedIndent if start_of_line && (val.start_with? ' ') val.gsub! InnerIndent, GuardedInnerIndent if val.include? InnerIndent # QUESTION do we need the call to create_fragment if val contains only spaces? consider bg #fragment = create_fragment tok, val fragment = val.rstrip.empty? ? { text: val } : (create_fragment tok, val) # NOTE we assume if the fragment ends in a line feed, the intention was to match a line-oriented form fragment[:line_oriented] = true if (start_of_line = val.end_with? LF) fragment end end # QUESTION should we strip trailing newline? end end # TODO method could still be optimized (for instance, check if val is LF or empty) def create_fragment tok, val = nil fragment = val ? { text: val } : {} if (style_rules = @theme.style_for tok) if (bg = normalize_color style_rules.bg) && bg != @background_color fragment[:background_color] = bg fragment[:callback] = @background_colorizer if LineOrientedTokens.include? tok fragment[:inline_block] = true unless style_rules[:inline_block] == false fragment[:extend] = true unless style_rules[:extend] == false else fragment[:inline_block] = true if style_rules[:inline_block] fragment[:extend] = true if style_rules[:extend] end end if (fg = normalize_color style_rules.fg) fragment[:color] = fg end if style_rules[:bold] fragment[:styles] = style_rules[:italic] ? BoldItalicStyle.dup : BoldStyle.dup elsif style_rules[:italic] fragment[:styles] = ItalicStyle.dup end if style_rules[:underline] if fragment.key? :styles fragment[:styles] << UnderlineStyle[0] else fragment[:styles] = UnderlineStyle.dup end end end fragment end def create_linenum_fragment linenum @linenum_fragment_base.merge text: %(#{linenum} ) end def normalize_color raw return unless raw if (normalized = @normalized_colors[raw]) normalized else normalized = (raw.start_with? '#') ? raw[1..-1] : raw normalized = normalized.each_char.map {|c| c * 2 }.join if normalized.length == 3 @normalized_colors[raw] = normalized end end end class BackgroundColorizer def initialize opts = {} @line_gap = opts[:line_gap] || 0 end def render_behind fragment pdf = fragment.document data = fragment.format_state prev_fill_color = pdf.fill_color pdf.fill_color data[:background_color] v_gap = data[:inline_block] ? @line_gap : 0 fragment_width = data[:line_oriented] && data[:extend] ? (pdf.bounds.width - fragment.left) : fragment.width pdf.fill_rectangle [fragment.left, fragment.top + v_gap * 0.5], fragment_width, (fragment.height + v_gap) pdf.fill_color prev_fill_color end end end end ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/rouge_ext/themes/�����������������������0000775�0000000�0000000�00000000000�13367142271�0027071�5����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������asciidoctor_pdf_default.rb��������������������������������������������������������������������������0000664�0000000�0000000�00000006047�13367142271�0034206�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000�ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/rouge_ext/themes�������������������������������������������������������������������������������������������module Rouge module Themes # A variation on the pastie style from Pygments, customized for Asciidoctor PDF # See https://bitbucket.org/birkenfeld/pygments-main/src/default/pygments/styles/pastie.py class AsciidoctorPdfDefault < CSSTheme name 'asciidoctor_pdf_default' # Deviate from pastie here since our italic is actually a thinner font style Comment, fg: '#888888' #, italic: true style Comment::Preproc, fg: '#cc0000', bold: true # Deviate from pastie here by not using a background color style Comment::Special, fg: '#cc0000', bold: true #, bg: '#fff0f0' style Error, fg: '#a61717', bg: '#e3d2d2' style Generic::Error, fg: '#aa0000' style Generic::Heading, fg: '#333333' style Generic::Subheading, fg: '#666666' style Generic::Deleted, fg: '#000000', bg: '#ffdddd' style Generic::Inserted, fg: '#000000', bg: '#ddffdd' style Generic::Emph, italic: true style Generic::Strong, bold: true style Generic::Lineno, fg: '#888888' style Generic::Output, fg: '#888888' style Generic::Prompt, fg: '#555555' style Generic::Traceback, fg: '#aa0000' style Keyword, fg: '#008800', bold: true style Keyword::Pseudo, fg: '#008800' style Keyword::Type, fg: '#888888', bold: true style Num, fg: '#0000dd', bold: true # Deviate from pastie here by not using background colors style Str, fg: '#dd2200' #, bg: '#fff0f0' style Str::Escape, fg: '#0044dd' #, bg: '#fff0f0' style Str::Interpol, fg: '#3333bb' #, bg: '#fff0f0' style Str::Other, fg: '#22bb22' #, bg: '#f0fff0' style Str::Regex, fg: '#008800' #, bg: '#fff0ff' style Str::Symbol, fg: '#aa6600' #, bg: '#fff0f0' style Name::Attribute, fg: '#336699' style Name::Builtin, fg: '#003388' style Name::Class, fg: '#bb0066', bold: true style Name::Constant, fg: '#003366', bold: true style Name::Decorator, fg: '#555555' style Name::Exception, fg: '#bb0066', bold: true style Name::Function, fg: '#0066bb', bold: true # Name::Label is used for built-in CSS properties in Rouge, so let's drop italics style Name::Label, fg: '#336699' #, italic: true style Name::Namespace, fg: '#bb0066', bold: true style Name::Property, fg: '#336699', bold: true style Name::Tag, fg: '#bb0066', bold: true style Name::Variable, fg: '#336699' style Name::Variable::Global, fg: '#dd7700' style Name::Variable::Instance, fg: '#3333bb' style Operator::Word, fg: '#008800' style Text, {} end end end �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/sanitizer.rb����������������������������0000664�0000000�0000000�00000004567�13367142271�0026154�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������begin require 'unicode' unless defined? Unicode::VERSION rescue LoadError begin require 'active_support/multibyte' unless defined? ActiveSupport::Multibyte rescue LoadError; end end module Asciidoctor module Pdf module Sanitizer BuiltInEntityChars = { '<' => '<', '>' => '>', '&' => '&' } BuiltInEntityCharRx = /(?:#{BuiltInEntityChars.keys * '|'})/ BuiltInEntityCharOrTagRx = /(?:#{BuiltInEntityChars.keys * '|'}|<)/ InverseBuiltInEntityChars = BuiltInEntityChars.invert InverseBuiltInEntityCharRx = /[#{InverseBuiltInEntityChars.keys.join}]/ NumericCharRefRx = /&#(\d{2,6});/ XmlSanitizeRx = /<[^>]+>/ SegmentPcdataRx = /(?:(&[a-z]+;|<[^>]+>)|([^&<]+))/ # Strip leading, trailing and repeating whitespace, remove XML tags and # resolve all entities in the specified string. # # FIXME move to a module so we can mix it in elsewhere # FIXME add option to control escaping entities, or a filter mechanism in general def sanitize string string.strip .gsub(XmlSanitizeRx, '') .tr_s(' ', ' ') .gsub(NumericCharRefRx) { [$1.to_i].pack('U*') } .gsub(BuiltInEntityCharRx, BuiltInEntityChars) end def escape_xml string string.gsub InverseBuiltInEntityCharRx, InverseBuiltInEntityChars end def uppercase_pcdata string if BuiltInEntityCharOrTagRx =~ string string.gsub(SegmentPcdataRx) { $2 ? (uppercase_mb $2) : $1 } else uppercase_mb string end end if RUBY_VERSION >= '2.4' def uppercase_mb string string.upcase end def lowercase_mb string string.downcase end # NOTE Unicode library is 4x as fast as ActiveSupport::MultiByte::Chars elsif defined? ::Unicode def uppercase_mb string string.ascii_only? ? string.upcase : (::Unicode.upcase string) end def lowercase_mb string string.ascii_only? ? string.downcase : (::Unicode.downcase string) end elsif defined? ::ActiveSupport::Multibyte MultibyteChars = ::ActiveSupport::Multibyte::Chars def uppercase_mb string string.ascii_only? ? string.upcase : (MultibyteChars.new string).upcase.to_s end def lowercase_mb string string.ascii_only? ? string.downcase : (MultibyteChars.new string).downcase.to_s end else def uppercase_mb string string.upcase end def lowercase_mb string string.downcase end end end end end �����������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/temporary_path.rb�����������������������0000664�0000000�0000000�00000000223�13367142271�0027163�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Pdf module TemporaryPath def unlink ::File.unlink self end def exist? ::File.file? self end end end end �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/theme_loader.rb�������������������������0000664�0000000�0000000�00000016447�13367142271�0026574�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������require 'safe_yaml/load' require 'ostruct' require_relative 'core_ext/ostruct' require_relative 'measurements' module Asciidoctor module Pdf class ThemeLoader include ::Asciidoctor::Pdf::Measurements DataDir = ::File.expand_path(::File.join(::File.dirname(__FILE__), '..', '..', 'data')) ThemesDir = ::File.join DataDir, 'themes' FontsDir = ::File.join DataDir, 'fonts' DefaultThemePath = ::File.expand_path 'default-theme.yml', ThemesDir BaseThemePath = ::File.expand_path 'base-theme.yml', ThemesDir VariableRx = /\$([a-z0-9_]+)/ LoneVariableRx = /^\$([a-z0-9_]+)$/ HexColorEntryRx = /^(?<k>[[:blank:]]*[[:graph:]]+): +(?!null$)(?<q>["']?)#?(?<v>\w{3,6})\k<q> *(?:#.*)?$/ MultiplyDivideOpRx = /(-?\d+(?:\.\d+)?) +([*\/]) +(-?\d+(?:\.\d+)?)/ AddSubtractOpRx = /(-?\d+(?:\.\d+)?) +([+\-]) +(-?\d+(?:\.\d+)?)/ PrecisionFuncRx = /^(round|floor|ceil)\(/ # TODO implement white? & black? methods module ColorValue; end class HexColorValue < String include ColorValue end # A marker module for a normalized CMYK array # Prevents normalizing CMYK value more than once module CmykColorValue include ColorValue def to_s %([#{join ', '}]) end end def self.resolve_theme_file theme_name = nil, theme_path = nil theme_name ||= 'default' # if .yml extension is given, assume it's a full file name if (theme_name.end_with? '.yml') # FIXME restrict to jail! # QUESTION why are we not using expand_path in this case? theme_path ? (::File.join theme_path, theme_name) : theme_name else # QUESTION should we append '-theme.yml' or just '.yml'? ::File.expand_path %(#{theme_name}-theme.yml), (theme_path || ThemesDir) end end def self.resolve_theme_asset asset_path, theme_path = nil ::File.expand_path asset_path, (theme_path || ThemesDir) end # NOTE base theme is loaded "as is" (no post-processing) def self.load_base_theme ::OpenStruct.new(::SafeYAML.load_file BaseThemePath) end def self.load_theme theme_name = nil, theme_path = nil, opts = {} if (theme_file = resolve_theme_file theme_name, theme_path) == BaseThemePath || (theme_file != DefaultThemePath && (opts.fetch :apply_base_theme, true)) theme_data = load_base_theme else theme_data = nil end if theme_file == BaseThemePath theme_data else load_file theme_file, theme_data end end def self.load_file filename, theme_data = nil raw_data = (::IO.read filename, encoding: ::Encoding::UTF_8).each_line.map {|l| l.sub HexColorEntryRx, '\k<k>: \'\k<v>\'' }.join self.new.load((::SafeYAML.load raw_data), theme_data) end def load hash, theme_data = nil theme_data ||= ::OpenStruct.new return theme_data unless ::Hash === hash hash.inject(theme_data) {|data, (key, val)| process_entry key, val, data } # NOTE remap legacy running content keys (e.g., header_recto_content_left => header_recto_left_content) %w(header_recto header_verso footer_recto footer_verso).each do |periphery_face| %w(left center right).each do |align| if (val = theme_data.delete %(#{periphery_face}_content_#{align})) theme_data[%(#{periphery_face}_#{align}_content)] = val end end end theme_data.base_align ||= 'left' # QUESTION should we do any other post-load calculations or defaults? theme_data end private def process_entry key, val, data if key.start_with? 'font_' data[key] = val elsif key.start_with? 'admonition_icon_' data[key] = (val || {}).map do |(key2, val2)| [key2.to_sym, (key2.end_with? '_color') ? to_color(evaluate val2, data) : (evaluate val2, data)] end.to_h elsif ::Hash === val val.each do |key2, val2| process_entry %(#{key}_#{key2.tr '-', '_'}), val2, data end elsif key.end_with? '_color' # QUESTION do we need to evaluate_math in this case? data[key] = to_color(evaluate val, data) elsif %(#{key.chomp '_'}_).include? '_content_' data[key] = (expand_vars val.to_s, data).to_s else data[key] = evaluate val, data end data end def evaluate expr, vars case expr when ::String evaluate_math(expand_vars expr, vars) when ::Array expr.map {|e| evaluate e, vars } else expr end end # NOTE we assume expr is a String def expand_vars expr, vars if (idx = (expr.index '$')) if idx == 0 && expr =~ LoneVariableRx if vars.respond_to? $1 vars[$1] else warn %(asciidoctor: WARNING: unknown variable reference in PDF theme: $#{$1}) expr end else expr.gsub(VariableRx) { if vars.respond_to? $1 vars[$1] else warn %(asciidoctor: WARNING: unknown variable reference in PDF theme: $#{$1}) $& end } end else expr end end def evaluate_math expr return expr if !(::String === expr) || ColorValue === expr # resolve measurement values (e.g., 0.5in => 36) # QUESTION should we round the value? perhaps leave that to the precision functions # NOTE leave % as a string; handled by converter for now expr = resolve_measurement_values(original = expr) while true result = expr.gsub(MultiplyDivideOpRx) { $1.to_f.send $2.to_sym, $3.to_f } unchanged = (result == expr) expr = result break if unchanged end while true result = expr.gsub(AddSubtractOpRx) { $1.to_f.send $2.to_sym, $3.to_f } unchanged = (result == expr) expr = result break if unchanged end if (expr.end_with? ')') && expr =~ PrecisionFuncRx op = $1 offset = op.length + 1 expr = expr[offset...-1].to_f.send op.to_sym end if expr == original original else (int_val = expr.to_i) == (flt_val = expr.to_f) ? int_val : flt_val end end def to_color value case value when ColorValue # already converted return value when ::String if value == 'transparent' # FIXME should we have a TransparentColorValue class? return HexColorValue.new value elsif value.length == 6 return HexColorValue.new value.upcase end when ::Array case value.length # CMYK value when 4 value = value.map do |e| if ::Numeric === e e = e * 100.0 unless e > 1 else e = e.to_s.chomp('%').to_f end e == (int_e = e.to_i) ? int_e : e end case value when [0, 0, 0, 0] return HexColorValue.new 'FFFFFF' when [100, 100, 100, 100] return HexColorValue.new '000000' else value.extend CmykColorValue return value end # RGB value when 3 return HexColorValue.new value.map {|e| '%02X' % e}.join # Nonsense array value; flatten to string else value = value.join end else # Unknown type; coerce to a string value = value.to_s end value = case value.length when 6 value when 3 # expand hex shorthand (e.g., f00 -> ff0000) value.each_char.map {|c| c * 2 }.join else # truncate or pad with leading zeros (e.g., ff -> 0000ff) value[0..5].rjust 6, '0' end HexColorValue.new value.upcase end end end end �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/ttfunk_ext.rb���������������������������0000664�0000000�0000000�00000000321�13367142271�0026317�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# patch ttfunk 1.5.0; see https://github.com/prawnpdf/ttfunk/issues/39 class TTFunk::Subset::Base alias __checksum checksum def checksum data return 0 if data.length == 0 __checksum data end end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ruby-asciidoctor-pdf-1.5.0~alpha.17.dev/lib/asciidoctor-pdf/version.rb������������������������������0000664�0000000�0000000�00000000107�13367142271�0025613�0����������������������������������������������������������������������������������������������������ustar�00root����������������������������root����������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������module Asciidoctor module Pdf VERSION = '1.5.0.alpha.17.dev' end end ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������