liblouis-doc-3.11.0-lp152.1.3 >  A ^/=„ P7aKcXmGf0V^WDsH, P"/7i3k"Ux#:'.2}Ȕ2 iP5$VY{.[!i3t33;W}bpKEnrԍXGgq0KOҬd<´%J"8wo= % Sj۵;՞G0(M|&VQwcEİ<`%[g4H.J52b9ad693c2a1b15ed502b4b09b4e5647bd735860b042043596dd4f585e4ca9cc44e346cbef705c05b8f0951554f72c0be9304da^/=„br Q>$/ 2 o3L 4:f8o*h\PjY_flצ]O!%6׹~_PU~WYMQitL 6u8 :a ~3~<x4tϽC,6l"ȍ_#N@/-Q,yu]é?|eWGqb9<+::Z`/1ۨ$sP:-?],MtqZTqM0>p?[H?[8d  R (,?HZ tUHX ` h x < @Pdx[(y89:t>XR?XZFXbGXxHXIXXXYX\X]X^YbYacZ dZieZnfZqlZsuZvZzZZZZ[4Cliblouis-doc3.11.0lp152.1.3Documentation for the liblouis braille translatorliblouis is a translator from and to braille. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation.^~sheep82openSUSE Leap 15.2openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDocumentation/Otherhttp://liblouis.org/linuxx86_64 ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/liblouis.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/liblouis.info.gz || : fi ; fi ;,Y>A큤^~]l]l^h13fea73b2d5be25dcb045c8d423bfca80f4b7c4bc5369e597353596f4a4f3a787ed33b888061b9e3ae5f4b9b91f6d2b746f5d71607bed9537b8081f48174298266ea78255df145d586fd3ca46906b51cc474d9516db8cb351dd8c280712264acrootrootrootrootrootrootrootrootliblouis-3.11.0-lp152.1.3.src.rpmliblouis-docliblouis-doc(x86-64)     /bin/sh/bin/shrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@\\o@\?\1[@[^[[[[ZY{Y*@Y@X@WUeW@V%@V@V'~@Michael Gorse mgorse@suse.comMartin Liška Martin Liška bjorn.lie@gmail.commgorse@suse.comjengelh@inai.dekbabioch@suse.comkbabioch@suse.comkbabioch@suse.comkbabioch@suse.comdimstar@opensuse.orgjengelh@inai.dejmatejek@suse.commgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comjengelh@inai.defcrozat@suse.comzaitor@opensuse.org- Update to version 3.11.0: + A tremendous amount of work by Dave Mielke and Bert Frees has gone into this release. They have improved liblouis for use on note taker devices, for backwards translation and a number of languages. Many other contributors (listed below) have also helped in fixing bugs and improving braille tables, such as Dutch, Mongolian, Polish, Ancient Greek, Danish, Irish, Chinese, and American Braille Computer Code. + New features: - Enable ~always~ rules with a single character and a single braille cell for back-translation. - Implement ~noUndefined~ mode for forward translation. - Use fallback braille representations (NABCC) for rendering undefined characters in hexadecimal notation. - Always render undefined characters, also ASCII characters, in hexadecimal notation. - Add a new metadata field ~index-name~ for selecting a table from a list fast and efficiently. It has the most important information first and no redundant information. It should look nice when sorted. This in contrast to the existing ~display-name~ field which is for describing a table accurately and should sound good. + Bug fixes: - Don't let a caps passage end on a word with no letters. - Handle word resets in the last word of an caps or emphasis passage if the end indicator was placed before the word. - Never convert to lowercase if ~capsletter~ is not defined. - Fix position mapping for back-translation when ~noUndefined~ mode is active. - Fix bug where a translation would hang on words that match both a ~nocont~ and a ~repeated~ rule. - Fix bug where the effect of ~capsnocont~ would leak to the next word if that word starts with a capital. + Braille table improvements. + Other changes: - The python wrapper now encodes and decodes strings to/from UTF-16 and UTF-32 using the surrogatepass error handler. This ensures that single UTF-16 surrogate characters are processed correctly by the wrapper and don't raise an encoding/decoding error. - Metadata keys and values are now case insensitive. - Remove ~unicodedefs.cti~. It was obsolete and never meant to be included by any tables. Instead use the online references as mentioned in the documentation now. - ~lou_checkyaml~ test reporting has been improved. - Hyphenation tables have been removed from tables except those needed for ~nocross~ rules. - ~lou_hyphenate~ can now handle more than just words (sequences of letters), e.g compound words. + Deprecation notice: - The ~noUndefinedDots~ mode has been renamed to ~noUndefined~. For backwards compatibility ~noUndefinedDots~ is still available in the header file and in the Python bindings, as an alias for ~noUndefined~. + Backwards incompatible changes: None. + Changes in version 3.10.0: + This release comes across as quiet, containing just the usual assortment of braille table improvements, cleanups, bug fixes and the classic buffer overflow patches. But beware, a lot has happened behind the scenes. Bert and Davy have been adding a new opcode to handle special emphasis situations. A number of annoying restrictions with regards to names, such as class names have been removed thank to Bert. And lastly also thanks to Bert it is now possible to define inline display tables in your YAML tests. + New features: - Add a new opcode ~emphmodechars~. + Bug fixes - Remove memoization in ~checkAttr~. It wasn't implemented correctly, caused some weird bugs and probably didn't do much for performance. - Fix multiple buffer overflows in ~compilePassOpcode~. - Fix a build problem when building without libyaml. + Braille table improvements. + Other changes: - Remove various restrictions on which characters and braille cells can be used in translation rules. - Remove some code duplication in ~pattern.c~. - It is now also possible to define inline tables when a display table has been defined. + Deprecation notice: None. + Backwards incompatible changes: None. + Changes in version 3.9.0: + This release has seen a tremendous amount of work by Bert Frees. He was instrumental in pushing the improvements for Latvian, Norwegian and Slovenian. But most prominently he pushed the big change for space and control character handling through the door. These characters are now no longer hard coded in liblouis. This should solve a few long standing issues. Other than that there is the usual assortment of code improvements and cleanups. + New features: None. + Bug fixes: - Fix a problem in the callback registration in the Python bindings. - Fixed memory leaks created by block scope compound literals. - The hard coded rules dealing with white space have been replaced with a normal table that is included in all tables. This fixes a number of bugs to do with space and control characters. This (big) change has been brewing for a couple of releases and has finally landed. + Braille table improvements. + Other changes: - Don't search for tables in ~/usr/local/share/liblouis/tables~ (or the Windows equivalent) if ~LOUIS_TABLEPATH~ is set. - The log levels in ~liblouis.h~ are no longer exposed as ~LOG_FOO~ but instead are now prefixed. So ~LOG_WARN~ becomes ~LOU_LOG_WARN~ for example to issue a warning from a C program using liblouis. The actual values remain the same, so the ABI remains stable. * * Deprecation notice - The ~locale~ opcode was never implemented and was just silently ignored. It is now removed from the tables and a warning will be issued if it is found in a table. - Drop gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch fixed upstream. - Sover is now 19.- Require libyaml-devel so that yaml tests are run (bsc#1130813).- Add gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch (boo#1122169).- Use %make_build in order to build the package in parallel way. Add make check.- Update to version 3.8.0: + Noteworthy changes in this release: The major focus of this release is on braille table updates. There are major updates to German, Arabic, Chinese, Turkish, Dutch, Czech, Latvian, Spanish and Ethiopic. Some of these new tables have only been possible because Bert Frees fixed some nasty long standing bugs behind the scene. Also there is the usual assortment of code improvements and cleanups. + New features: None. + Bug fixes: - Fix support more than 4 classes. - Fix capitalization of words that match nocont rules. + Braille table improvements. + Other changes: Updated the lou_allround and lou_trace test tools to include all the mode flags described in the documentation of the lou_translateString() function. + Backwards incompatible changes: The pass1Only flag has been deprecated for a while and is now removed from the code. - Bump sover define to 17, following upstreams soname bump.- Update to version 3.7.0 (boo#1109319) + New features - Added a new opcode ~midendnumericmodechars~. Characters defined with this opcode can appear in the middle or at the end of a number without canceling numeric mode. + Bug fixes - Fix another stack-based buffer overflow in input parsing reported by Henri Salo thanks to Christian Egli. - Fix input/output positions for back-translation. - Major improvements in the back-translation of capitalized words - Fixed a problem in the back-translation of numbers in conjunction with punctuation and letters. - Fix a buffer overflow in ~matchCurrentInput~. + Braille table improvements + Other changes - Added documentation of opcodes which were previously introduced as part of the UEB work. - Removal of the code for the /scripting language/ for multipass opcodes. This code was originally introduced in 2012 but never documented. Consequently it was never used. Meanwhile the original code for multipass opcodes was much improved. So there is no more need for this (duplicate) code and we are removing it. + New tables: zhcn-g1.ctb, zhcn-g2.ctb - Drop CVE-2018-12085.patch: fixed upstream.- Make data subpackage noarch. - Rename %soname to %sover to better reflect its use.- Word wrapped changes file- Update to 3.6.0: + New features: - Add metadata fields name and display-name to tables + Bug fixes: - Fix a bunch of buffer overflow errors in table parsing (CVE-2018-11410 bsc#1094685, CVE-2018-11440 bsc#1095189) - Fix input-output mapping of context rules - Fix back tracking with all caps words - Fix context rules with lookback - Fix a memory leak in default table resolver - Fix an array out of bounds error which caused a crash on i386 - Fix numerous stack-based buffer overflow in table parsing (CVE-2018-11683 bsc#1095827, CVE-2018-11684 bsc#1095826, CVE-2018-11685 bsc#1095825). + Braille table improvements. - Applied spec-cleaner. - Removed CVE-2018-11410.patch: Included upstream. - Added CVE-2018-12085.patch: Fixed a stack-based buffer overflow in the function parseChars() in compileTranslationTable.c (CVE-2018-12085 bsc#1097103).- Added CVE-2018-11410.patch: Fix a buffer overflow in table parsing (bsc#1094685 CVE-2018-11410).- Updated to version 3.5.0: + New features - The same name can now be used in more than one ~class~ rule. The effect is that both set of characters become part of that one class. + Bug fixes - Fix a regression in inputPositions thanks to Bert Frees - Treat characters within the range ~compbrlStart~ and ~compbrlEnd~ as a special case. This fixes many if not most of the problems with cursor position and the ~compbrlAtCursor~ mode. Thanks to Dave Mielke. - Fix ~swapdd~ opcode thanks to Bert Frees - Fix negation of attribute matcher in multipass expressions thanks to Bert Frees + Braille table improvements + Backwards incompatible changes - The translation mode ~comp8Dots~ has been removed as it was never really implemented anyway - Support for the ~pass1Only~ flag has now been removed. Thanks to Bue Vester-Andersen. - The old UEB tables ~UEBC-g1.ctb~ and ~UEBC-g2.ctb~ have been removed as the have been superseded by ~en-ueb-g1.ctb~ and ~en-ueb-g2.ctb~. - The french tables ~fr-2007.ctb~, ~fr-fr-g1.utb~, ~fr-fr-g2.ctb~, ~fr-ca-g1.utb~ and ~fr-ca-g2.ctb~ have been removed. Use ~fr-bfu-comp6.utb~ for 6 dots literary, ~fr-bfu-comp8.utb~ for 8 dots computer and ~fr-bfu-g2.ctb~ for contracted braille instead. - Updated to version 3.4.0: + New features - Add support for ~inputPos~ and ~outputPos~ checking in ~lou_checkyaml~ thanks to Bue Vester-Andersen. See the manual for details and examples. + Bug fixes - output positions (~outputPos~) are now calculated based on input positions (~inputPos~) thanks to Bert Frees. This avoids a whole class of bugs that previously plagued the output positions. This fix also obviates the need for the ~pass1Only~ flag. See below for the deprecation notice. + Braille table improvements- Modernize spec-file by calling spec-cleaner- Redo package summaries, and compact/trim descriptions for size.- drop separate spec files for python-louis and python3-louis - completely drop python2 bindings - build python3-louis as a subpackage of liblouis- Update to version 3.3.0: + New features - A new tool ~lou_maketable~ enables the creation of tables based on a corpus of known good Braille translations. This has huge potential to simplify table maintenance for tables that have so far been dominated by large exception lists. - A new API and a corresponding command line tool to query table meta data + UEB Grade 2: - Fix back-translation of whole word contractions followed by other contractions + Fix back-translation for contractions followed by punctuation + Security - Fix a number of CVEs (illegal address access, buffer overflow and use-after-free: boo#1056105 (CVE-2017-13738), boo#1056101 (CVE-2017-13739), boo#1056097 (CVE-2017-13740), boo#1056095 (CVE-2017-13741), boo#1056093 (CVE-2017-13742), boo#1056090 (CVE-2017-13743), and boo#1056088 (CVE-2017-13744) + Braille table improvements - Changes from version 3.2.0: + Bug fixes - Fix capsnocont opcode. Also mark capital letters with capsletter symbol when capsnocont is defined but no begcapsword indicator is defined. - Fix the syllable opcode. It had been broken under some circumstances since 3.0. + Other changes + Fix building of Python bindings when cross-compiling. - lou_checkyaml is now only installed if libyaml is available. - Enhance documentation on usage of display tables in particular in conjunction with Unicode dot patterns. + Braille table improvements - Changes from version 3.1.0: + New features: - Most of the translation tables now contain meta data. This makes them discoverable. Programs can use the lou_findTable function to find a table based on a query. - Add a noUndefinedDots mode to disable the output of dot numbers when back-translating undefined patterns. - When back translating input from a braille keyboard cell by cell, it is desirable to output characters as soon as they are produced. Similarly, when back translating contracted braille, it is desirable to provide a "guess" to the user of the characters they typed. To achieve this, liblouis needs to have the ability to produce no text when indicators (which don't produce a character by themselves) are not followed by another cell. This works already for indicators liblouis knows about such as capital sign, number sign, etc., but it does not work for indicators which are not (and cannot be) specifically defined as indicators. For example, in UEB, dots 4 5 6 alone produces the text "\456/". Setting the noUndefinedDots mode suppresses this dot number output. - Add a partialTrans mode to specify that back-translation input should be treated as an incomplete word. If this mode is set, rules that apply only for complete words or at the end of a word will not take effect. This is intended to be used when translating input typed on a braille keyboard to provide a rough idea to the user of the characters they are typing before the word is complete. + Bug fixes - - Fixes implicit declaration of 'pattern_check' - Fix a stackoverflow crash on applications with smaller stack size. - Fix the \v escape sequence. - The Python bindings now give a helpful error if liblouis has been compiled with a different character size than Python. - Massive bug fixes in multipass rules. Dave Mielke has done a tremendous job improving the multipass machinery also in the context of back-translation. Where needed nofor/noback has been added to the multipass rules. + Other changes - Improvements to the Emacs mode for editing liblouis tables - Documenting lou_charSize + Braille table improvements + License changes - DocArch has agreed to re-license their tables, so we have 8 more tables under the LGPLv2.1+. - Changes from version 3.0.0: + New features - Numerous features to support UEB properly. - support the many emphasis classes needed for UEB. - support translation of numbers according to the rules of UEB. - Capitalization is now handled just like emphasis. - support for numeric mode - UTF-8 support for all tools - Add ~lou_checkTable~ and ~lou_getTypeformForEmphClass~ to the C API and to the Python bindings + Bug fixes - Stop buffer overrun in ~lou_getProgramPath~, and also free memory after usage. + Other changes - The license of the library and most of the tables has been changed to LGPLv2.1+. + Braille table improvements * Changes from version 2.6.5: + New features - lou_trace supports backtranslation now. + Bug fixes - Fix a bug in the findtable code. - Fixes to the logging code + Other changes - Clean up dead code i.e. remove support for (undocumented) nobreak opcode. + Braille table improvements - Use %{version} in Source - Pass --enable-ucs4 to configure, for compatibility with python - Build with make -j1; otherwise make is unable to resolve some dependencies.- Define python_sitelib: newer versions of python-rpm-macros overwrite it to be python2 specific (python3 macros is called python3_sitelib). - To be on the safe side, define __python to python2 when not building for python3.- Move %install_info_delete from postun to preun. - Drop makeinfo BuildRequires: it's quite a big dependency and the .info file is present in the tarball. - Install doc directly (make_install -C doc).- Update to GNOME 3.20 Fate#318572- Use %{?_smp_mflags} for parallel build, newer %make_install for installation, and remove redundant %clean section.- Move data from library package to separate subpackage, to ensure library package can be safely upgraded.- Update to version 2.6.4: + New features: YAML based harness tests. Harness tests can now be written in simple YAML notation and they are integrated with the normal `make check' command. They can be used for both ucs2 and ucs4 and no Python is required. + Bug fixes: - Use a separate gnulib instance for the library and the tools. Use the strndup module to avoid build problems on windows. - Fix a problem with the nocross opcode when used in combination with the opcodes nocont and compbrl. - Fix a problem with the decoding of the harness test files. - Fix numerous problems in the way braille indicators are handled. There is now a safe version of the checkAttr function which makes sure that no attributes are checked beyond the boundaries of the currentInput. This fixes the random behavior with tests where the emphasis extends to the end of the input string. + Other changes: - If found use texi2any to build the documentation. - Fix permissions of Korean tables. - Update the windows build instructions. + Braille table improvements: - Changes from version 2.6.3: + New features: - [beta] The new function lou_findTable can be used for table discovery based on meta data in table headers. - The Python API now has a new function to check tables aptly named ~checkTable~. + Bug fixes: Fixed a problem in resolveTable when using a Java resolver. + Other changes: The build dependency on makeinfo is now optional. If it is not installed we simply do not build the documentation. + Braille table improvements. + Corrections and improvements made to UEB tables. - Changes from version 2.6.2: + New features: Harness tests now can test for typeform differences. + Bug fixes: Fix for emphasis bug. + Braille table improvements. - Changes from version 2.6.1: + New features: New Braille tables. + Braille table improvements. + Bug fixes: Fix a compiler warning in the logging code. + Documentation updates: The documentation has been restructured to be more beginner friendly and a short introduction to translation table writing has been added. + Other changes: - When compiling with mingw or cygwin resulting dll is liblouis.dll. - runHarness.py: add new output format, compact output mode suitable for grepping. + Backwards incompatible changes: - Deleted ga.ctb now superseded by ga-g1.utb and ga.g2.ctb. - Nl-Nl-g1.utb has been removed. It is superseded by nl-NL-g1.ctb. - nl-be-g1.utb has been removed. It is superseded by nl-BE-g1.ctb. - Changes from version 2.6.0: + New features: - New Braille tables. - Logging callback. There is now a callback system in place to get error messages and warnings. + Bug fixes: - Fix back translation problems when word gets split in unusual places causing back translation of whole words. - Fixed bug to prevent removal of \xffff between largesign rules. - Fixed a bug in back translation, when a letsign was encountered, the letsign was being applied beyond the element it applied to. - Fix memory leaks in the default table resolver introduced in the previous release. - Fixes to the build system. + Braille table improvements. - Bump soname following upstream changes, leading to rename of package liblouis2 to liblouis9. - Update url and sourceurl to new working ones. - Add exlicit makeinfo BuildRequires, we want to build documentation./bin/sh/bin/shsheep82 15896464623.11.0-lp152.1.33.11.0-lp152.1.3liblouis-docliblouis.htmlliblouis.txtliblouis.info.gz/usr/share/doc/packages//usr/share/doc/packages/liblouis-doc//usr/share/info/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/d2e41e4a204e96e33b2934774f71c8e4-liblouiscpioxz5x86_64-suse-linuxdirectoryHTML document, UTF-8 Unicode textUTF-8 Unicode textpj({%í utf-857b4be545457658d51380ff14a12040f01160f6947a222f4d984536cc834aeff?7zXZ !t/O] crt:bLL b;$/&T /v^ l<Yǡ=t9go"j=B&伜F]"F q9 y.R /վ5 ')(VWJ!ٚ4o;U 3-px]dLl)eŐ|B4o8s+R׉s{M@0'18i#268&|DMo ѭca(yW)H@oEvVݐVt\'sU;p2`x޷떅<3%Z˄3:jɜ |EٗMhf:͔18[H/ƥhGc 3 7tj^[ %Ȓ@xŜb)ri7~< U 4,! ۞n>~.s u=pU-{73kD(e 8zÖc6HM+@xa6G ;9`NdNJh PJNXh|TNKU||t悊Ɣoa,&ryMՠxf{7M{dz֯[˗k Iq^5U(7>zL{Pڝ6M. m%zA 2^nP`0tj1d.aO,ybNrjw%k[qPW$Dq!ҠLI63Ӟu}bf/~]i[?Xidas!d7GHl.X%zzv h?q7ܟJ {5ՕʺdզLyC&˜1|p*l\SGd. f>;w jIB pjw$8= A\qu.'mY>X*鮍 ܨYIIx;j$HElW7*Q6KH0vOSsPv k1fPi:Ǫ Vf2s-Ϊ7#V*PWh2F J.sAz nӕ JgӸXHFYټy\)LOx U)}wY ZwxH?Dnfe47ˑItRH:PB0W,4>q=D5M/i{aD0;Z0+mKzaa'IsM dպ!z 4޺Ca,!|l{n =/C Fv$.NHuM8pءfhҞc,{&Ӌ.JFzB! w@C>%ת|N&1Vus,'|1U-Pv/ёA)m5Ns9lR[?~T^o\s/~0˥[W)YϻAB1Bz2Nh QzոoV)-6_Ccsw{c?tZ,:@pF@JrM8+nxD2hh+|!jSsoX@ )?7SKF?F阸|uɀV͉2qN8ԟQ6fTCML[IXctHgu+l%WkPXSV7ֺ+Ci)ΫB#%d߶gc"m*yu @we5ah+:̎e2W rgyơW^1Y_ y?۸G2ިރFn6>j@xp>V)0`IaQnTMi7їu754A!T={5\5 8!r+H(z8yjvaEʼnRڀe/%#ǴmWfUiSP`I%6Kҳ~ guעm0s;?Z!,C S/Kb,|~=zC>G go #L-'4 |z|*ϱ]8F/SN7{d2"a3. mi-\Bx%>deJUi [ MC `m 2fL;mQ3-dh/ƗR$ dkM蕮j&Jh$X@ #l{> '$) pM$+揔vF< N}D>LfD]=騭*l@P(˘çknB{Ʊ=6x"+cȾܨAl6)ȴS6.]~6v7㊭s~by(9ϋ}\MF5o z}±벪ߖX/ځop4d.x~_CP8{x903!XEV7[+y,aQsi KQm跃' SCt{oǨȦS]f52zktK,v#xúf4q5 AM z:Y$-K1* Gb _%Y<̐S΢d@cTb1,h"X1&@^Oj?7T> Yo./ˌ0ᛞAl}zSCAyɽs+Ⅿ=tȢSh_|[SͨpO륚$2n$=^D*/7X'Cے@.Ti.ԘPGNBUCf \HvB&c鈉txoQ`qKJсi"T^ݓ3כp;bU,W6ْZ1AWOr$spOpXL0 ?;*n`@[\!k hNno7%jn)HgFZR#"{59^]v7z3(i< 6gdH5g{-q2OmF+BHesʆ92!XCnf:b'Ղh2r5] GmOSy<u*Q!)Y@xPX5cr|;È$Ê;cӼ@38⃲b99Dk1 {Se7©hfhH*C}D~~ 8Ip~|Q,EUt X1TؘT K ďeiCQ4o_u UB`n9k$2Nsϋh>oV^?QzTBpCNq`LQzcXYY.R$j0u-\fFھ+jA~(aM-:)#K{0]9lrB\tFu*@_CK|8 v6B;Q GX3fu'.jz$wNkF"[ ~edٺP90@V=VIAw*Utj?|kmA62`~}iEGlqRN'ߠOmH. BMZЏȯW^. ΓiViq r7dzDA(֗ґ| ߥAޠ*:zh33U$ #PGgU#Ӧm2຦m_48J>~d4cZv fn<5ڵm!NߨV!=X~nգ[4E!L Yw^].ꍣ9HOTbBϴVɚ/?Rb !$"ڨ,c4)7K+PDk(bOUb@ Z!9&舔1dLm.Cl"hʛi>c֟;Z{ovW"$Lo `9E rF [#ߩ~橦4~Z4O!/iᤆ9 uȘOҒ9/Lm?f:A_]_ꖓ:ZMaT Sυ#`78̩WfŪUSKq@wO xrCJn'ϙQQ-7hpoa{ټa]"+nĽ&v`$k`7Ϩזּwv~}x h-pV U לQL"(]+O 7<SҞ!\5gt O{%;u|^ wl4&-Y6ZHueݽw>?xڭC: m=}{;*硐- yy!{iw:tR|4]K',cڀDG`UQ Ör~>N>>mL6!wER}cO 'dcsm)0֡ŭhWd&M?TWc>'W3*.%aqر͡w#,"؝;`: 7ilB.TΟ8Ln!+jĸ&*SWjɞ4.(@|%9x'{|q!F.E3&}7"47=Y"a)<ŵY8YFD>ܓORf̴ԼE'G#BGmL KG߿oS@pWMeL6$AvX#ⴤIځTqea L2T|V˲=j>|y Ek|5 ?x,s4ȍd{bx ߴ{NsFOܙmKk_;4XLfD0㤨9ia. ^r ^:y5sTU:2&~RwS}"WV5gbZӄ 6O rT'糧߆O1k`D3vú{AD%weOQpV#q-+(LA&L( J]ɸIX6"d|d̟48.McBGjSBF*?4xL;4?_ 4ӌ"HXSb<3cfBΖ *tuu (_T .8z[`%ǚKה"e@D蟱6KpRt=Y[HKbMab03Bf[W-Ibt%+\| 7$%)AcUuDVX+OŒJGlytrV!vA~+ ]D&CHO[#VKѫ*AA/o &N脵6"6ִ S-ȲVD}9V(Sm0ꬴhZMZzy9s5lWw $SףjyV!E(db8Sk 'p=gܗ`OBktx`S=Nz(dǪ;foR8hqn:%"'gi*#D_IZm+PmjgU(Ghkb_`) PPpUdv xt[9 u{60 8*f4U⩽AgH\v}be缱 'If ;r#:Y$/i.4Q-탡8My^vWqD)m ;OS^f ,R[`s03g f+ 6PPV0qlF'x^TJ҈l)̱}fA)BBe՟ա%O.or_wܙ100 caퟀ2M$UƜv\@$m]6 PAn8=FDDkf&{aCx5TByh"?EMy]e+h}P[sQC4ÙĸIpa7JSlE qIͲ)S wd\DYnt[S_mCB~ G0NtCEN[ajcCޭ;O6l,ۯ6)umӅ?ˋ\'wbbDD" e=j7M5թˡqbiG#Go9 lvx/&$n}ҷsif]ԑk-X3^tRAT DViXۏ$pmbٯXy,c\AD-n&TttNJ+|Ҏiw"+z5-i[a 55-VM+ Vzh$'zò)[υ\=y!kpᒹlYX_ E^=&-G"PWӴH_qn8$2 1H߾SE$|.sZJwR]tn؉254+f>CvylxM\@@~TVst U’׍w+&CdYlKtadWA&2ܗLު^I;'idG"ea 'nÖmgCfү>h?[{~H&ElM )1?!\|]^.ǚ,mFkTs 2Jf:l['m|LѵՓ"Fv,`dF nquɐ1mx2֐rc3%RTxObqPŞIPcei/)]-%Z/bcX-7t4}>$^;.{Sl7l9g[[m'ˉ,l֏^Cc=v7,>Ф-sEV_ ɋ«n! XK.Z 8jnq߲ ?3cHG}&GMFxQu>/XVp k!L]ªYET㩨.la h:-z^om ^ \p'qu n)\CT70@&Ha ʂ0Ѐ?wDY~/N2f8aG \X^љ覬ڨC6[L>1:AXwoxZK\oB,D:-K z\Y lPgȷBW df7u05$MDq]TyU@~t̢|~l?Yۮ84ΆڦS4,&h}T`?n=lZ;;ILdEfvC0Fp؞b71zno f#Yis (sr { kB,`DÂz%b݁.VC蠈ul娹 ZCdJ+X)kW1HZ4qFH= wFd@}fԵԐC}TSQs Mz}hh{ddPB吹:ވr8I$WADP}$O&BS) &)uZ$ w25SBt,HuA4@Aspgnhx%:?J2:aE&:]_i#!bҐK#loE˾ϐ:Yn."(>Xpo3uK#RmDLb .Zc˔|Ns^Mf'.k[ /kM>۬rPYKW Dj[4rꊜFo6tC-zK֪[6NQ$J  y#&n}Fv$TY4GT'5fZ*0]}*ik'nms-QKo M#rGx-m]񬷷@BN V#C~喇 &Q-^)IsPt PwXӨwD~_p"h#m麀2'ݤFo7$g'[Mo"(61t$< 2%wS !$GЄٽQ;n ^ѩh &]섹Z jNG^qZ$ZO'XX{M'5M '.NM^/m5YpF6ʘI?P8b#hsw1G_6C8:2g~1y#垹8b)@rͺuHWA5R>5b T)aQPDevK!qlhsGU@ضb38TW:}$3y; v@u-М[GJFyHJ+:%P8\WŅg,U7+q4i6(4XwSK,d!xɱ< RO2WZjt[Fz;uVUzH͈g|VHRiJm\P-QF;Fߔ=厜'!SH]ӷOJZp큦!gPf/k^\4!yp _9_/q#ܩȵd_J߅wM:6{5dޙe|<ޘmճNVw9OÇ;bm$N(^$0y*ߟ"O/{ͥ}Q2ٚTdCh_3 Fub ?Yͪ7/&wqiyrl h ~R$dZY4e2?;(P lQ9٢Yyb Czu>!mv7r&#T˜ _׭RP$q$vF҆oy??~.ڧ΄?vAg7{iʼ eiEh#o"~u4*l?@tHmC9 H(<R"=t=)2,A]p$<>e^)wWoL%SL2 ՉN0[? tÈz '9Ǡ[KDFs.\ÊxRmpfl=oX5o^&uH4.PGIc)g.閮K|'n FDЕ.Nt7 -0p$@o3&\6]C~}Kߓ}?Vm?sGYu~ XzDa~Q-1bm!i+A8mV/Ikk>~@7FɁiԪ4Rb?I.ٟw19͞ma7{Uvm_nl(NJ'>kVjȣ:cpzo>x#KAtPt_B`}4`Д(݄h* +/xm+|O|H.s ݋ @Nܴ7hְ^ zq Sl0_g!OuXrP`W_]ɻx@ Y/d06yɥI'䰅D<X~9QKVk~SA{:rǗ+zˎ[6wFP8-6<iqfl{>OɲSh}J)`l"7М<}˳e鴓7y얰3L@TΖ{Ʒ #, ,E{ҾM;KLd2&1fuC,WB٤;u SƧ@G{Q_#%Q,:|ȗ3x(mvZX/dU??|}$@tL"UG^Jm;ً/5U9FDb:UGpIWڅ4I3kJ'yg{-:H3bT*ӍT\] P-:cUzAϤ+dOdFq `.heU2)BM GLA?1H8EKo+&HDD !Mo]@B,\:HUK%>_{J7H'SLxD k7~k/bD쟆wi^J̣@;Diϳ%$"ָ8.+vn<Xg.ß 'K H'˯3|nNGD# >/urT]Ŀvd8Y*L2VVѶ$%ඛfF\Mʒw!$=Pv|HkBiX2ݚ?b.+aq ~u@SuHή;7W ȏjxG?h^3CL%V 4j[uj|ݔ᐀lP?lyjalbȀ YKGmj {[IX:1q8pS29{=)7ZrZѲL,4oSqv6i9S|~peZnS\rؾ3O,ܸ*3Zb@<kOl}EfTcԛSCX\R剱J \I&ֹ| 3EmX0sIH7U8ssMHF;uA*_Z|՛Jݬ"[h ܿA-"3CӨ,H}hFSں(#'x2x?cC6;3dG[8dAyoڜIt"V/Cˮ+jY3puz+,=NGg8ӕF^ТddWM|mbt&.ܺ#I_ɶpTUݥp[!T}Qʙ -et; 4ۑG%_Bw?W8w1jA(GVc[6Kv+pH t,L^ qO2%; TΩTbڈe0cIAwK ]HdlPqi5)_Tt#E]P/tQX^\7Gy`P}Xs}@uu  NIf.XˆeO'ir5/p.YS:A+S56i@{GEهHSWƣx^tUyy ܖ#ތس q_$08.o(yuhZڰ΋ReG1t *Nhμ6oym} 'iFפWbLНa ^ZSz{a`K4 (1go5Km)ؘrԴ1RHndW-j۬ Q̻V+CfRKTc֖N坅?ֺ,꼇C+ڸ1B:.g "8ʝDOkʂz6;=gT ޭR \0Һ5~I9vWG! Y[I鸏AuhRq-3B8 H&2=Z pk#j^4jktWqf gEKmo.~i@Rev)N=ʌ k,21^zN6 uCn21}HYٷ p}Im}kjj\,ggy7wg]$X)8sQlVH 'gꍘ(}L4J˾+eY9pqFރ{ $ƖډPUIiO TRbFjECVN6& yJ s`jrW._taK}ݟdq_Re`x;`s@Wr8yg!} 2Oi@:t^ųWGM8\jE2EDPd@( 6{.ZaHe56HA2fF CgJ͇7ŒM !5!qx\ s4~NXפvJ7O:X9\j(7g^/L|T#Acv!za_;MBZ[ nkE/&*=]9]j!6uRBqwO_ݍf "MOrU QA&r0Dn O5 I}T{ uon KXyhquMcRhGƷ_ + bywÁϾjJQa.樈͸3d)$eǮVIJƫZIQqzwzrpjqMY32ߵ:[q^' %;m5LpP(W|/?INaVS]7$XJ*P8&[ dE¬X}d޿TiЯ(s<|VR vݍHLr#p  F.dgB`¥IYͲ4~ghV᧱PTUvveS۴?_J޻G7|0cY6{6X{۞$y\52nn [HGTiڠdr1r˥ah fG@8b\fqh1^}*n^CtϺ}˚}VaAoUX0AW0/ZLr۩fY@Ҏe)2& " H;XwBayʊgmnKdrv"{ve_O]0PXܴГL6YhIjS%U;ҖW |y 8LRk'9Oz̬,@Q|:G둹w& "dK(LߏD<)]7|&l9== 2jag:pgXio@j]l$#Vk[U#MKk0Fy3At̋"ln EݟNvy xB}ZV` wb \Hf%k^o/Ueߺv hDyδrW~@RkLqS8,?XRZ$boN@C4(5UZg2wLx*sJ*XCLo0ɤ'R4J?"TjM&í`J:?_qRpD}MbiikkV8 ]+ EfS':\9Gk<| Wꎉm^$ }vM&6v{# F1 QlE6c>< J'JljaXR\\lO ԤpVoY\Quno6ϴgXB[إkT-[XP@0=]s0^5$Kj[GgQb5މ"\0gjϤ틖#-kkOV(eM*lފPVۈt%b2QpAp1[%NGIYn]zi.?_.S$pH T,_+yӔw .52J>D,_! h(a$廽3n#h3Pc`[龏NѬ I%TźH~2I""GFu%3%%2M8v>GcrTxrc7!9xa5stx /DZ37cx>s5K$;*}0pa9ĥyb QxZ1i k1$& 1BSX)& v6VfQ.dAt9i/0{ P" :!Y9IkZnV&.6%7a|3㳧ʸ3B C8ցųR"9RAphNsm{*ՇŻQd|v%4qo6zaH󖞑Ji]OKqRi䉍nuvT)P:,m)fllTDQbsSz5y Aݫ5li}գ.5w F>gn`NM#B pFb+`IUbGA n(U>8Rs ?ZCk^1w&Q%7 ")e`U߅/!쑟[-`S'VWX%Ԭis\b>S|"NjO^ճ$t(UE9 ]lpC>Y6k|C?O]TN|ncoco+9㥴QfJ-q|b&l`䜝YG5ÄpBUWq_@Q$#[e Ƈ*Q&u ׷X0S alUWqA.0K _b4n [ˑ8 Z`-S6U %hkkS(T+?$,8<pؑeL"^sG1lU4 }vt rO y6nT4 c+Q >s gv߸PTJQb|7'@1 qNG{|Q9֯Fիu'dcIxl!MIQS#-31`A5"[DO?}a5PMH*4o%;6dﱊi=q*Yq((o=fvLy>ᲖR 9;E$w0 SI*efBe/ g=-1`[ Q}v4 "c[^űH*fQwu?! #U 6ȵB<%Q>Dc @a}R ȦЁV UXn=WQӆƳ%ȾyhB>_`\ф9Q,(lE6!rmihpXiG#Րo7 >HuRS̈Xnj'7I L#UP$5m(S>9M>@*YkAYbۋ>KiAyғC~CNdu|CHQSTwz|YB+HM[ ,b.d|BV}O+hSI f1#ǻ6:۪Kɰ M'ˡkkuYIoq$x:W F7" q%.:0;vD o^SCKll<4MB6Ѡ<I G{ͣ43[lqӍ$P%Kq WWS 66HiRp-T!NvY(ZC>mĹ|+WlIM}xMs*Mk[(i5-jWx)FXo0Wj˟B?ZT6`3hLJbU 4Wbim/(~ob%ƟIE;L&&2E`b*jUKۦE58$(bHbp+{x|KS,Hd&}*&#'Ul:n,E|yr!97# M JO7o*,a\44Tu-}f.C҂eyS߅Ѕ[%2;U򓫛s'3+P׷~R#Z̼*Dl uS~ sDwpbk ت[t%hZTa|"x6_5L@¥͵ _a`w7!\Ƒ\ZW[ fU+ yr;% Η)ոf9+U4?]U9G'@P0&^GdD#*sGHk|49GCKޮOsOnܨLp29S8ŇY7]AWDï(o&O]^V&b-uf'̵a͝a4*EVSGn QtaQtE4Z .sz1 1K^=bVzAl;`CptUv_ mDa!hfyYNA }j'~Z=xoI+&̰1 ;AYbN0C !s"2ŊiC P.Ee˲HX&ـ#X]͆ࣴ``/IHNJ5e 'To\N=iSS~8w[$2jdHiFEn/.=?=%-HN[]3.&8R_`܇@ƽb0*cIkcȘqZiuIJ˯wS_q{$&!(+xH=9`va@˳9_ 첗y Bb=ήH+P? ?] z>'dUr ]`Y_#Ǫ=.!P{$;1:hCG'@ 'v86./֏i4ee98]#(xnfLcQX݁#0j >E @nw*tnȺ@0qEgXdm>䀐;wTxG'T.h˕wLj l{sȨgRyAB"3!ތt*TĩD̃MdbTU\/ u(0CUP5IL7m(:ÛbI}3(h !N U^& <8uɓe?d!$\+foSkcN͐0͐(9Ѥowo&, /F/& }feKcVȨr?^&@## ޲@Nfk0m ^+ZU~,N"N==H_ u0$Qnw^\:f,kZ*:'ei$܎a0U6C x y3!&CqS/̐t T`qBsˠd]BV" F `i읉Z}o>C`zf=|o.Mr,d. ;TzGe{7ox]4a)đN VYxz+hwT ?\x[wz\ 1e[DeBtCf 2'FX5]bKҰdۮGD$8[¹!zHٕKrW׸o8L7'eL20:er7<*֌d@g8 gf|28 !B>SVG^ސ% ߆,7tNaB~)lr wr gɕ(LE1Qޫ.$phMgAU(lk,AN-}HlUwB4ZziqU&K.H-I 8%bi뻼* ޛ D$6vV~wsyZmDUlQ;vl/ӯfJu:!ɇ%Q*'/el[+?H'hOX饹Ԛr\tP=ӆ[XN{!yߐTÉJ6i tުV˟^HZQ.30:E8L=s6DU~HZhNL!0ƾA3)Fz~?[86!R0h"Rׯ_3厹W2}{ |8wĄΝ䦆ܦۣ4`AD!.GƷfw+[1uLLm%xTCIGwSM/]푹b2\{ pVw9E4UW$fˍiox0{kPq2 -T?*.6Bҝ0H8PET@bY# 8pLM77Qa*-YMIRFG厳TU .M&}*hkv^#\5b7qq bz\ \= e߃_kQ0l:_q:\LfvE 3ie,#"ƅ^p׵v?Q,lՐ]E }jim3^O'sĩ%E<6Ny֠xB #SH"8Ws$΄l7DP;ԏ#x+yVA=M̱"$qqM̾0-D\JUBTp -`ƾ(5E@Z{${xB TEYH*CLN|tW͝69Pf ϽQG5[T,h$k:*+aOx"Kn^)}5U7;u4]w573- A_v :ǞlCXQ?κg6w/JV1>V5;s,-{1ȭ-r3 Vm]oK?D8b/[OxhaXGe H\oU;MNg0NDW2L"ǏLA797  31Z|QYW/0">sj n9_K1m`2bݭ 9 nHx葻fm0S4|;0"K)がHB23eLm<8OpXf:cqdtSZ\Cos;q` }Yځi~&.{:?{cHpoZ  bc@z\؋Q{q)ix`l ->q!wo+QkCk͑TmRCZ"ˍ~-$J lL*1;Y֞^n=Y˓İ&m>iCAzV0쓽/wt.i1pPVr_]tX!%hC*&x3կ񷏾g%Q-_kzy=#e(s`}b`l\G \L`W8 V& 5k0#$(U ]vp/:d%SRj/GOnO9xx検s³zWhɈwՃә61,hWVۓ Ζ(n2.YfKm75p\ѻ)T$mt" a;-)zdh_zuH M8FDK>bbj]Hԓ~7B_7^c]#6L6Y~(k~cj/4h'FFww.+<”F JX-:x$/tD#"-{vdU!lv ZAH^Ae}@Q]aÐ/? 7?1!VPdSަԳX#;ίfM~,,2|'/oO[e7t̊R*1s־"e \-Y?ŸnL%wᩏf:2a585xw? zJGtO,"s(„l$ܿAtcqRgjㇲ_{f?_O3@o2,YpCEoYyMt4ڕ#~|Xe;0`-AG| ѝbz&'䖅N\a4.cloF)(77p9bvZL+ړ֐Sydk~OZ%6a3xDzGQU'YnWOܣC3Uߘ0 `>K.T7쳐.]l 29`f̵K\꜓$Gřy~ 6"co# E e7uPks9;k&|Yz*Q4>'qP.KNez^ cm;Vm 8HfaX$uhd0<ށUlII85>8rHpWֹ_Ol@ٴAݵyMr 3w[~;mg:ՅY(ŨPlF5Y&X[g6~ kBaYz^' Ig$ dc?)\hJ M., T w \7Z(^cVM]+RAo~${HO( "m!Dj?Thv1Oz+' TPu^njCsՠgJE-ݳLQRUU&ϹtPkʆtO눨DYBad'hS>Sy8(@Ex N~"^oڮ9M8VWPOF>J wQg9\VޜÖϽ6yUH#C/x3)I8`zhk)ox]4b]YC)72ERl/|vKrXvUϷymxyNו/[TWhhlgfz L|sqQ?Y-TD=ߘ d ̦ ͳ $ނ3 ]%F Eizh!/9LGN=IJءViƬ62W~?{(nB2LmZ;a Mݹ$)nd LhPܠH"W"X`Z6yŏ)Bx_)3'\DΫxn߶fpFٺn BzM*;9 +FUu # U -(C@Cjw6!ԤY^1wёT}YCdTkIB> Yf)A b$彞W?P9r3:=K*EIJݦ}/dX{Ztp 쭅 Cmd{z@#^Tq 0j׹.Ԙ ע a:r>6"i|=9 TgLRE-qI U mlnxf~\I(|ȿ~±8x@qz)$EQBx>ޥA&,`­{(ڃ< Rk0yA7Ke6WQ><rY33I7Lk{;ҡf+gvjV+]S"B= !Ŗ}~ kG8$d LH*~8)( 7/<{ˆ' BxTW-(VngB3nO%S"miv{g; ,GJQz#u\f:ѺF<j=?g\tsGŦvii{as:g,*YM/voOۧW{;X~!:Rl VIGOk o F%"ےB1)#vXBǨ\gtz4xNܥ ?d 8T7kF7XZ/2VMsʹ!A9dj^Ie7?A_^[]gPaPD-_^Y >gkqv@<)75!.*p=Z *tApwa}yN3RѠ=Ol>s/ˀ'G*wAQPf81ALdTkn_ԝO=x `!h 6o zCP bNիnaGdM;/GJjw0N"*V2n1$){]X u22[?gƝIY:SL}?4=7Vy/j/lqPf! 2ձ8䜶f<0AP#865&I}W׸ht_ 92>Tm ̿N_2+IiI&N 4ƞw,vH\9 jU Œ.3 \1Ӯa"Rd[#I̭>\i2X](ø4ϡ9fAuw*oYpJ?'d/lH16Xcr/4i4j Ӗ gɫ&0A6| ēM^h1Ůex@ GƁvh<wf}pose,spsOPs =q x1怍|XA+QIB{u e {,&&sj\}}F wgabUY6(.pxX'+ n)wD6uIY%sC6 :6Ԧ5O8Elox! ~)BN~I4TN'ۇ\lJe^B=c|KH@N`fN;,棰6׏0,U־~?If.zi(Hա~ gwg-ؿޙ _omlwqUE)*fL;@spYi.&s;;+]r/7"aܻBc482Ʒ,Wg[>׀u#/{~ ދޜWe XƲ4fZMGǮsq휱>y|f3-@PKN(ukF,n~O^[rq@ZD,%TK7P1:#8zѾ!}Z0yMONxSa2qu ]*݉7+!ޫ=:v8N ]*/|O[d펌 %;e!p pr_EոHǯH!@ nzP;OP_DH%].3%.<5}scn@HkMM66c1B3X#IEøbU7 ÔwG51 県@} lDNtf2)Z+} /v>AxaAƾY:;55a HfCQ5=mTTfEH|bMrZڕp ipҮH ِoSÿ xJ H68OP6tqD * :8 @B/&7?mXO!STC,Ǝn;3 '8Rjx!>fښ>a"9>ʍ}āDK^>7&I':rݜM \ HoJ⺼m}\o &h #O@V]]\*հd6"i byV}7ub=WG#* [}~Z?8VIQLa"t O|{RocHVxBĹWqA)u4֛(cM1%α"  ^ 'H*e;>>˿)rS׃ݚ1M$R  `,:}F2-6#(I >.Z!Sx'17sNެM 9b‹=vX$8FN/-;3)r+2BVA$'H̵rLΫ0Rc~kCMt>88<~`e@cHv;/`uǜUEU/NuB7 ߼Q>23*IT*"%I$Pa+/h;e%}^m>y2_ NyPi8,:hvLvNxZA?{6Z >ZHœ;CK*IS#̰xRQeQB`em}vC&ѥ\]Ku2#c1k=1ݷYjCY%b gHANT9> ۶c<)'?؛m|e'3 %Ӥ_+b[ &Ƙ`' #_2OUnaw"S,j!Bi`+< Q{Tm^"AN(MV4މ=BQżXGkVC6c6cOSS,VI4WWJ,":Bh g%kII~{R%P50t4`9-rMFިXw܆?]TFbƫ>_W3ݑk[obd*( %xjffàdEK2U@Rɩ4EgQ; yں,†!bP+VjNW|o~: +ja{n.<.I6y4p=k^$3`=:6B;U#@׽0L`{R,ed#&꫾I_b(KiP,xo&CmNY4ßϲhC؇qAf^@(Zd)|ɳ,ݎo[oyJ jޅ*N^(r5Th̏u7G?E-Xwt+QGg$C5VqHJ9U>nijG0F,w/%:3EEFY&bl AD@O$ 4,߱;՗ ige1v=X̐ݽ  `t:(*}|*4C՝-M%iJR BR-A8[{UHprD44o=%0g֭l` e@cxC+%͒-c`B53Ě -h*7ʈe;CHT;IRn~X:bEmߣ_Q<# rh1LJ?LE[6_{FKn 0_GY'0~hpL Z^!+tD #Ru,4 dn䄘߇SE+z΃`3,)bkx76e RC /ܛ,HS e{܄#!6Aa9@pu7ꌷ-}^gújAj`bАr?lQQjf)G( l6LFI KIh/\}L,Ԇ|S?dMkJ5OHWit9Y vX/2ʾy'4Oʚl5hVO+{$0k8Yp:XM Tq͒y(O՞m7\NxCA@7r5{cko 9=.n3gE F_ le*"޴4%wL.D pd  ^Ok Zt!WA]`~B쨑v/?#;Y {xvE_!ߥIU UtGFR2., 泫S"7ָa耳f%%lP+s73T}H-0|[+{P8,ңuFɸyTBa5e.=CcN  30<1s{#p4E1p'ɆiR& a:a.%̠/7ׁ )>W;7"t{O-"=^Z<?r=AΣtpոmq6k.m([&kۈJ5:D5K&}r:,ĮϋP%E&41L8g@9_V8v}&UBD1N4Xā=R.sG)`vG!&5%Q4ϿҬS#ctuqh==U̮d'"敶$ 5gKŦ)MDo3Km14 -++99-[M's\&}&:\rHǃ}ݬt-gUv )( #'RkSq.[:誻R^T-VaXSWFY Ѱ.kHi:f[=a[|uDQMf4lz W刘[g69[XJm Ko O=d,%ĆglD 7Pؾ(U+;?]خ)w#L䀎&^ h0ħ dwɯjR!k_S.6 ںShgn2mAfu?jPF'. ֫gbGQ%P=%vZ8zYIﱤ0ie* ¢d4+j &Jf`FeV39bEBÛ88.P l-͵Ƶ?efQ˦Dtז%RuC>s&nQ Mxؑ\p&}Kg!E~hCb/OZT_U!*ӳq%'/ju$ɨ[ nkFR[M8g\Nw-Va#%Ht齭tߖbߏo XTyH49s)lj:ncQǷZg]>hl$EL1Bh1|dn)ŮWċ~Fd௙Mݻ>4FߋF8oLJ˹Q*SZCI~+`:$hnvC۠_|měVQywcUFPק׋.tJfz8罢_ 0׮#eL'^iZI>6ZܦPW0OhHnGFFs,Om4;&6AIWd[U.t_{~: tݟVyJx WQ N<:(FQ4ѩ?k{T_ƅOpWoU ξ7!ALmVhEzWg0/oV ^엸F LI<1'M4PcJme4hrӥ "WbΥـDϋX(qE3-\]6U<6PoJTD}@8I? Դw:bb&٫E0v_6c`H:U1abe&VyiQ#_] eƬuSj9ƎOGyj9\ ]u#WDu )ذmq7X^*' (ruhyx Nx }u'" 08xٍ͉zA tB⧚H؝* E>Aiz+qAh~TFm\|ݠ ݢJcNW1NaE4 ZRp!ڧ1oN%)QA8LvL%j[\LkA%XV?yD]}:*Xysujdx Ulߴ;2 W11O R"kdXҘ5:a;U}2$m;wo=VaUUQ@ 9ozR."gg4mr?^eiq^M##K}^,U*6Kdm KE>xr, u/"S,wMW. 'KBрM͛9$='t0g1!Xfd*?f^IҮj_,p`tU>ǐ\ϧ^-xkǻ7u  BbM@- vnJ.>}@% 4<2d*7o5} $[?_MƆ3ZsNAڛmYP:lX\ /$r"A:_fb6b.5䗇R`1d M9M*u:Ve&Nk|Ŷ 'z;3)iTmh8 l{<<Ϥl1-c7pG[Gq^ /5b)P*1[>Hrκ jt;/j 5! a5T&vN\mb$~΄sAIe9p0 Ojê^l",IEEw%f@Bq\@-C=ݿ)if`Up`M%,`?M_G3jP Hd}̙SC< }-q{ ZP5HxYwoNG*?HI k 1*"/_#Cpb4ϥҡ o^!pO(eK$Ay/ܴ*^bK1(>P1d;S.o5X,B8pb+w2OiЇПMcffbd )+C++/6T07jVPu5`b?N"3Ŋ|.Z EL0~>kqπs7۷F-ꧡɸI T[l%:n]O)7RT3zIěr|;Ë!IL¾ fg`9Ure߃T'Et!.Ul2Q4A;_Lg+q{i~LA*3/(*pX2\&&Xi^+"FCLOYI'p| hp0i@t\z>vn~TY9W8Zqڋ֥=X%8g,˶] udB0v GGe62AhUoO2BQM,wF|tO*•\iC-;lREh!D=+"Č"Ht 3|K+mgu&v,^*6i`!d*b$+KBOU=.'nnma_M }[,/t143q8(݄,յ_2 K2+'%281 BWr}&P=zEiLOHTԼFHH+{y _c2EŹPOS[&:#N~twZz+AVu_f:Y9y3] (ꠍQBU܆^4閤$<ɳ-,N/xe=V68R釠@m k<|tWfs*!\J {LX!WaVම%{'LݮoUU# 3 !wa!R);*{y|kN^zFZT4y7DlF0V6e@y Ѱ4 n@>!R@5Ct5ڎM挽l#s-  <`R$Y쬜Нᕏ8EePw؝ia*t EK~Ŕmb>pϠK2/}{úem. ՘=l?AcWe>|z{cW-q]ExMWXkX)Q18|e։l_Ts.֪>㥀"Ƈ.BK?O Ag/,]%vnY5U[>Jk!YtJiU 4϶NIR3>1ޑPlGPvwm. Hlqd8~3=2 WP.6y튦XI"<8l4^a"wsrQqbtyƸ0#yFPcb ^%\Р>y!KUɑu7#UӍ{Ĥ·X= 3ꦎsA_6ds_FK|B kIj߾#hF%uA@*Cok3S * q/ZqH7o[ ֬ÉE9;^2<);O(ޝgX)l-s4C?/aHơ  k͎;H\ME}Ӱx#[ hgFm)ߧx !38Onz D`#fxﶃOEmˬF ~!:=J1ڞlME>ך( Nv\ 14OL`QE$XRH94JNuKq[pك)AGiaqi\-+_/zU䀲+\  D\p-HRxn'=09WL)ft%-\'k.Zn%к\v"/Uv:[eC< ɾ(*4n'RM46Gq/,,(9 ̗;b* q zG.x%W|26{F5}.֮YfA}7qQiҴFR\\v )>.9 q%ߔI0a4QRA<@(G)Ns\A"+;陼A* L?)ܾ! $qA&$+t_!c5+{d}',H7:d)okȀLri=@Yؓ̀=`p? d&6`cE}\f>߭dצ>Bqϥ,wHBcO 0;#? ⎑ɶ**4){t€ U1,Nn{G,Id)n+pqvMDf`'μ`{UE'Uih#^MͲ稌WW:07^}!QpzqqT~ǐ*9@fܐw9U#J s?ZfA ű0-BKڡ ZЊ0ߌ:}s:cOyݻ\k;]R/2LLRt},WwgxNirtc !b {@ Û}qO"8@MIYGusK g_oŊ{f68d3?3QzGY4&WLKgLKy7çZuL bRc04mx% V\WѻlꑊhC!>Bڤ-v"n_O򟲋:J d1$_%6!Ow}([?ch5Kl!_a2bMl[*'2PAI)ՒUUaCk_D5l;+mL P?Mkuȓwu*]oNy~mjOqKkւ*Io%VEnuh|EAU:k4խsh,.dRφyUZ^^xdwɚw7ysNp ib79 Tx43Om1UBcѩR:ulX6q;t_%lqca8$?3K^<9q p+s s~x1w33i_NzxV n{#9^87M1=I:!٤zh*=&|0\_4uD:lV%Vyq8I,c$ɢO|QxxIpޠbR WSʱs&!?Ǧ G`itxY}LN gM)! u>r?|8 ABE"XM\6v9Nvl:e2ˏЀ,\O=jɽ.r֩Iz>r!Eq Y¹5Z3 ꀑix xb"Ur.5js-* 㦠A-7"d{8WQHQ;IA:H1,"9cPÇ3?JB oPDnvX5߄L',D+yGه!5zpoyt^$TF4}Pԧ},衱t|2@ϺvPk8 .Ƨ  2r)/у?ÇL`Md` uGBH3Z !5sͬq:!|:K/&yZÒ%qCbir~0uNPo~ǥy Ҟͼ;"dwŚLG2l8Q). c& nZ%H6jnmWPX 79k"Y gHpnY| ZJʬY4EXh`F ayVvMeAm؍OX7MEW"1A|rnݏmLNXg gEW3t.SK*& pڰV XEŊ4~c)@v'4 H vu$ܚfAkg,8ƗXIj#D9ؐ;9 ي2ޥH[V|}Fx  {tAV灋2JWN U-z-q b%6I)\K6궝S}zHF(ӫJXη;{~eDJOMd2lv4#@dkQS{YSp#TqP=AΚDម3{"65';qj'^ZzLSbZ|='uM,np.zfΐU7? زL]eckU&D'×a2ӯ6GJ0M X3OItRVS fhIPT6-7sz ;bahrA&p, ?}6 /~ʊb /賾U);#}4kOI(,B`r B C` q?d]HZ\"nR\"iMZv*\71QgؘN7. t5gÿ7,}Ӥx%]uNJpМ/K;֯D4:NS'eq7~a ;H|y1B\ 潿m9!d>2mͶUӣ|>3@{"6|*x8S?I,6uU{UI 2xæ/>9Ch.'Y0avqT+m}X9-UBJ4R^[Ro+jߌ)q08;p"TlKj rTe[sGwAL.8}n1l[/ddƒ<2mh[~1s C+ЪFE-GSUj(%wGE can0}Ÿe`\p%~v|{sUUb?t8@Ayw8k9>̤0$}ʌNO`$vfOKap b¨.'[2O6蒊or$jGPqyD]t5lN8z1P .OAh2oi5}F[mA|+⟽1"b0ODbYvR2+RǷ0ds%'P+Cv\A(cqErGF͐1(gh^ufC^AkL #ͻ.1T$Yl(UT٬4efmr åW:骍ׂH.O1Tq 3_~j/ @11RdsBΕCS Lbl˕w)A1m!5J|7aQ/shWZsn+K x 7_LD ^*8D*<̹ǤD32c s#[\![=fI)j2F:l m<ܔƎ,M81JλJd"pvf\բR:>Aw$9PtC;<OVeYs#拋;(I؏+JXI7 \[bf أE%~J^Q[2qԀBj_`{y{I{ RrEt-Bz DwbD1K;lz5)@M o! gSyi2~K=&{=%3}<;vz#,7s\}Fl(w)+LcFui]td5Hb ~Ya/4ᬛ9@z|()[?^҆X^'ANP uELGF+Ҁ#+<.U 9?f}+q`0c3vt4o;c}. k It<ctE۶7,C@W.&XOr]61g•, dC?ҏd7c O;5AtwR2z\?hh>S0nkhqyz3pBvƒOW%6E!|dgOvu!RF\EChX+\+INSaXm41I! X] >{h4=UOEC[>P|Y.9:|a+'Aq$|=w iHa;\~??]96RJ,JѲ 'nĔR ASde8̷mPi#~ Ip k!J͖.+ԯT"PbmW}츚˽ [:AmMn̳O95njyPaǔkxdWW^hϖir{<ܾ$**=,{ytzUTY4eJp!2R\% wͦ4akP"̤&PWpmf)8T=ns_?ft'/[(*[CL)?]VEKYo5):oUNi̙đe kFJ_7i|a: O@fQķ dBqYLRD8e^ ^ۯvb.Oye}{hog΃U kvXmۆ*f. q6rQz_/3!սJh #V['oU8L}VFQӒ?]fΉDiH*/9pmq,ig!`D:{$~#YOAuJ:ʖIQ_}c3/Rka;trEH;39CUפ%-/kZ@jINuxQ[ l-(yʲ_r*Mcc?жor-Nw(R;X‰1m֛%+:QڄX԰ /@o ԵY]3G6)U4y.1]\a'; sutq$d jތɵ=,>`rJ$0Sg2CZ<8턋2ycuVv'yB MEVIa)E\Py8ZVS$6OAbs9p=b b"6ٹdj9!mF6A7s]Ӟ/#3 8FJVUZػQN_:v 'DjϛV 9|*~ '5-j -y=L(W!Z-CN^^ G[:ot#8U_V^21BHwl9}IP0A#5Ea:M`X?+XqjHcvV %q+ ZYֆ8w [ܓ y1gG"BU$ZD>1rv~B M\8~ťp.FE{Y5,u,m8S,=^,95#9cZ4 ꁠ'ص ҫf6hc58<9Qv Ltmv 0"$߯zxvT`_#_) Sޟͱ#8|׶ZMXlܔDQq mL>zD"gND(tl%B+97S b̽Sbiʈޖуv8<8 !2 JqK1&U>9\ߞ#A_G$+ %%VLJfe gB@-/є?'r V:iF+k rQI>'֊x7ǓNܸ|2[m~Y'Sɓ)q`Ara>/ŎY*"]9)zz[!Y驲Zc6c0m9x TPkMc<ݤx a3%ER^\ճSz)Jt%?ˉ'Ds1GV%2[H.L{ z9^/%QXB}g0 eb;zqƨ۸91AZ'21h !0qSK:5]˓>̏UPBpiWq<<:uLDDbzSyNC9$eiE+3s T0!>^=<*H%ޛwlw [?W܆w+gf9?7שj@_2K UHK_$gY/bv[eM(:h#7H&ǔ,d mi&;Qe]ޫvunf‰t)9q{&O[6bOIc?M= ! 'Xn,}MclV=j@Ig4fjBy(%ź%GZMLҠگLjO%DAqPT>FB:f;~kCvmD~;I ;j-xw_O׶u}Y*aS  jPV㘣1fh{8E91ak8801x1$(hU /yjIA/|̐ E ߬:8;TsEU*>e|AE2=O<]PYE@ŧ9Xl9"+IZwy[/ xΤ&^$\S@kǁу نE\rgn$⹛!{{^9P%w x.i]6Ͷ#Cg> @,)-6 41ĽiL&$A1>=H#b  =MȠzC:cj-UWoFI9dXeY,~HЗcuekj,F:|\ds7;]㭵<ba h)>ߍxޯ^p'V{o. {^d~u6vbdM&*~_ pE\A`G(,Cpn$1#={?*,9O5TOMT2n@$ӑ]In;KEm8g^U~ĵ{nv17TeikȮ1żQ[smUb  %ůg ? npgRVq[z$moQjg3D nƖ^XR='DJE±nX/џA:mk&yEwp6‹!T`NvA:w !тczl3b (' 9ڑ濞]uN9LN-7S$7 ɏtG\3 Jnt)Ie*ꃷ+_FYe@86=M.ڸEM^U+gKS79tE621~7b> f],1` [lv֨ ]s K= ,[aN| F/_+ZwrspPNu %ȔHZgm]~~2,kPO%.|#W'O8ZAgTL2LJ*jQRiTfZr$̌.&bik0 0 cb=_{$SU%,\2q>=<g|pZ4C&V5ZX"0"@ * PC8# Y9l$et`?)Ǧ=녻[{x'hC=Xe"‚&-Y8J =|}([>)Gavz>\{;aGIb2s,O0=n16(?*"Q2y.B1ك "@-рx'0NT46$l1hnPmɂ3HwPal5oFvs#:"PydķӲgN({Y8־CW4r{:wC9e7#Է 缪JܮpDy a$Ͳ)# saLiӁГ̍f7=MQײ(}vA=-A)Nx-**Y_7= ~?CBwR"T 4'|Vwԝ{" !bvV8߮pk3~K0ѱhb} V#G񆬊CxQk6DC 8?..DC@"d}kl僚ZY-V7elGAېv5MϨ 5iq4ɝ漴vp C$BaHgGqIOwYN]tK{w?~uG ʬmӞPit hF}4X,l~P74:ug"q 9elkɄcEcM"fYYc8pp(څpjÎnDg;J`XS" l! wIX"$Xh8|)JOc9mgiht&J=2\gw4Z[uB&W>/aV^w}ڥ.g-Yyfrx}XCc:mf?gAˎIw0TS}zmf:fHp6}(C$YĄ FbG^7K7Wˉ\ M`#Bc$:јۊ H-W^lKz+ȫ]ad+Ɠ)JsgLm\LQ+ƦLՆqS1E@Pnl ŢOQD5j2%_@[Wpl+kʼ7ͻF<9~q ia\/xn͘lu"2q,Ixɸ~0z n,QngL-SO*WAŒu|7CLҧ^-6kS$U0"8OJISp"6z˖kggw hMON&Gf ܢ]\9ӦIszfD4A@i 7ET/4Z-pٶE B8Wh:%,c:ѵ!>:p`9RJ@ $!Z˚$xIpȯaEvQCjp`G3Fo^j=P6(N.]>< akXؘ<74Ni:$MYi kv|6vRØLG"X֔9YBXMcOd~:n٫ ml; ԊLH֭r8V_nm^9R%ɛ?nXxRH`NBj#::,XdA2Q/t!1DZ* Ob0a_ zu^yPe/$FDE9 q*P\#  V8<|(+oMc+Uazi$˪#}$kX⣓ Z)EM?#MQTo=sdG$ Ddx,[oNڑkw|>>y@T^vrS{ۦ'i`Uߕ@Ji,Dؼ{PEwlܲ.0@-ܓKxX;=$` !ЂXIF90&Y7}ćnѻW<ОNK9=Du 5pq3wRNX697=r&3U29Cl˥A2DyZ 7 h|®rݘ𠥲fOn&ɺ! Sk>e{oyh8tӠ sCo<,ffP45e1s,r"j kp0رr 4]KT 7H<&h yjy9i Bv/||~ FS4iOx9zo"Wm\;bě1/}&9Ksʹe.h\UhҹdjƩ$BəR Ĩ8~#Mt*f6o$G7;2_(Uqcͳ@4 |7Īg}Z.AF+>mtPB.U" o^z`/kF>8f&J]cb֘>cˍכgHД9F\LA'=Xх ǩ`Kc*SφPac6koL / N;˥n(cǍ$aQY gUa1uONtY-1 ~&!Ri4317#Ԑi|N&q-̮3t3RpkУYEk- Ȟ0"n YQPDؐ,geºc-?#QZ/*NLPՐ);--IdX{=g{M{b AľlӪeD&]yZ#"PXZ+Kܑo@r7p:"GX(>T䲭W>b'טQm))#X#-$HI讐]z#e`D2&)s.$YqD,P3yH=ie f2d Z,M@B:@.`q( -|;f6W|V\&TMeEp.36%uMI47ookQnJ3 Fy+Q'r;!%-VT{lPQ qyZrYP᧽$ݏTDO F#XPkAd1v~WZH5n$ m"(AC0*# Hhz7?u!nn+w&Os. Qu9UZES.W>{re^hkwօ~쓞:q'.v00S̩2Y)<W!υu48p+@m#j NYh;Ul7: (|b%<f17D/' EX$7>`'Pɦn yDbe2:ͽZ5FdFY؛Ѷlus~ŃZEp.{"PFLUwM5WzoZlajʸMk$IV t^r:>@p<5.mU~`u!}b*56>v'\`k \:<}rK^ƣ{ 'oՀpe ,(άq s9|RH.JE`a$„o$(DAhXYl=~? fS?mI8"B¼GHcFipW\ ^(!fVH#;Y ,Y @hO>fD3FMg?"L-U' kWAysFE`Fi"c+wDNw*;iڡfXg)K5i5y<FX7.V@49.ҒIwmQŋ;H}a0<ՏExT4-:2.$t4pIW}_ YOL8%vvW\d(R ~)~ca.S1DhZ:e,NkK)|\~b%ľ FX|y]KCER#wH<)lm ]PR16p#R&Q@Yxp5 >ER$U\iL)@kKUPTbgsu,WYb>(_w(vǖcK1iV#Z'S乘 +?ubTLruՐbypj:>b%p_c`k o@8J>lEpZjVÑ=PyV&8uN9so]:@Y, VZ獯:6>+ViA:5׍D ,i!$~6^IZncF˲gf FVWkR1Z'XG#6ziCx47ܦ8 9`ZgEe/a`s7Im]*b t8^*I-?9#?@h5g0صiK d2ȶW$VexϚ'Wس IY>~i!m#Oew̖">"M7ɸNwnO P;uF䇜`FFl]i{BB![zFXs&S5`E9z柠7A~f'\bFU JwXt veHorFTaG@Tww6-\#*^ud? s)"sވ _B\ktgѹ֙DDavhkq|'0 V\{3lToGC(,zz ֌+wlAUJ<SՉA|UX3!Q\QJnRl_#H\ǖ^ę,'v"K8|juo [1qg=j>G<(0 IDc"(q39!y;=<N%mQ{R݃H@F`Pؚ퉀bqE$=bGRDl l3x*(! lw0jYQ=rJuBoyMLjRdQkEbTZ)t|tS0&88S}D<:(P%oh#9i8;/cϱ7\;4/ UӮB".UGKy#мfJ#WGԡ2/w@gnEEBHE]Ao:7.k!CoIxՏ6GvtmdJAк(mJ"V|SAeNJ ܃_.N#g$jɟ8f|H'`8;Aڔ֩wqGOEc~_il( @sU14TZ}-KeLpa 5cv')x*lˆ>4WcKgS`A zv}Q\ɸF$ ܱIӨ3bh4ڳ&sYQkbg=3IrB ئacrsLW 4χ O?ZIYAb2) 5*Uk Iן BMRfUad:-Ǵ:h0Cnx?' CܟzlOBqC+=y|&SB^˃b>DcVTUZ 4o=2^ꢕ?m)o#˒Vz+h8 ?BXN{pmsքX6)86ҽx18xL8i$c?DHMO?%̂#ALO~*Qٟ{! rV@$"Tո2jo Bܸ5I~J12QPgsYP} 1|GsRY iiZliIa[ks Ϣ\Zbɜݿ$f9];ZMMzR(s|T,vH4b+|ij(\Gof[e'?({27d 82՘~Ӹ6(w>$yEVAkBE~LIǚDd4dΑ =zp?U\'q^9+wa‰}mf cEfm)$mh}MƼSq|26[ !lsxC@ n9 Qip~@{ܯ}'?/Ѿb1qkM 5;t_f7VWtKc:ЖġhUGeĆy'Q6?{CyK$ǕOfr\!%d0ag8 %CǪ(NE&6`Yj-#Qqb "~! sדt\;4)0ft 0^ۇj% $ \@S6#oTuVI@sn݅iV* e%4$h8 wF^pg$*ke2B7МAb\In(yfԖ-U߮EBȁ$[8o ƙ#(}tAbNL,W!, o,THi[Q91^N'v~'ͻvOtoOC"Y>\Bjތy7Q+܎=)n*n3[@MCl:t)gs#coYs꿪 S'ʭDOYy>[h#;̸͹6!f҆4+LV+R:4RIaDEM"oc7a.,4άC keYhX2,Ss'*_DZAƌ=q!Tf 4ۃ 4RLF,*D9Է{ Y!Uoӷk(ɤ6[NPomy^܂[lzo2,Ч g?K =e0tjӊ2;:ʋl鵯?wrC cY jrE ?:m'Ͳ92Z^w3}5Mϙe47A9&8 q@q Eٰ}c|NZ9φ- ,R)f%`!^w=^ I"]n \6`6e]Lž%A8P.z2 T2k%^bb)TIC!x0EwVA\DlMpp ,ǝVnOu{aK9\eOמx |Efa:\r5/2\X\*pv.&dU JA,!FMLD9=;>$Q ҡ߈jb@fr %ks2WEIS_~vO~ w MF'M16̽}itoR,mD!U1IdV5aoty`Q^!c*`NG>|MZ;f!YK+veQMJwqzLPQի*En7i}5͖lk0QgppD'Lcy~ELq/o~mLB"`  qd'Ě)2S?^=*42e /Cڠi/҈)i[?9曒,4~םőg520[O_}L혬 y&:)s2Pc'B :0 Mhg80z۸<_b}KUjm~kL56:?YݮiF zQsɦ_\T)PxلcBg>I>88yQ@U|*qŁB3-ڐ71Me0cwN3(odQF.7܀Rh=Tg#Q<_%Zuw\hu%e_Q(i2Ăk*2l(WgRK޸MCЋNV̔@1F85 1QF%m7 jWiz3hBXik깇ʫٛ "ɿXEYUE 4^ȫ>t 2OáfF˙j%V* X:۔d!p@0 )V!/֢L{@")<;`O{?4u& -ݶb~;+I~z-uc*i>n+šX:?)/Љ0u|(. -RẄ9TY!X/BQU(٤y05cBiwe,g /#[+qL -fiC6Bs`*kJ@OjtXept0 KXEH] e>ϗ-AGGS]:W/am>)=H{НN,(@ՊI DSaI>Ǵ؏+-~26v:|/+ jZ KT1zj& $25ϥ pE"2&B@|qJ,$ رM&@|MU)e0hJNbh j{]іAA$`%JXD[0+wXϼS;Pu%Kt,t]V+'$; u<.'pQ1n4h-7|^aggO#AK`\Qplgοz S_9/ W:;p<^|~NsMWF?*iB%+rƏ}K4$>!݃1R*V%Hlj()Fe(bGo%T: tߥÿFn/'*ZO$4|x$VP'UbB*(epnom ,8Ea#W"pMQT8c\#DEiR-@|;wق~=+XyxRU+}^˕2o O(|:M%P%Ns@_S/X %]G<u#Ի0{O/xMbj1^ܟ{+! 9䒆U-TlyGicǖh ˏČ( *?0VK5,5 ۥ,aq}i}MMGϠ`qd/Ы. sNwx;[ܛe[s-ISc}s8g:"1(f".Cۯ849]q\"z%&3!諈#` ޟa-/,09QA9dw?$ȀW%0:,)^+$@ 솵? 64IJ>EqV 1ΡcTOb ;mHAh2=#xvZnێ;5=p"rk7*CߌLYKߖ<\ӤQxU'Ŝr>ʼnP9 )+o铢Ėඔ_h ;"iԡQ>yXi(iT&Z*#gS=+!r9=dZ5 K^Qߝ@hr6`5jmo$j  %X:̡Ҽ%ZOc1 kf-K{턈3 - 6%s>W"p}g4R `ĤQmKL~g!C./b{&+Koҭh&|JX0)0psڡv*׺Á|]rƩ4b cq oq0h"e 'uLVmsr9&HO7``l\bQ4IN¥ZJX{DT2w@YØJVoNSe 3{A%њ 8O@: |o(ggYnrS<-GҔ*A3"[:x{蠜:vߖN>~.tNHcGڜ)QqlpNjHƚ\́X]0<buqjzBg8tgrI]Ū=52˒ZO ڲ-퇭qSq ^rV,Uz'D(:!eگ` KJ'jס>?;lX=́  cXCYXI*M-A24!5pEGLCwlsSZ=kAS_l |F`QjQEkkЮ\J`Dkc"PȈU( G砡Î&KOQNVW %]jr *xnNhN<+.^g S+AR _ȤCMsזrseSn>U^a"Dۡ[Ϛ7% &(hc r NgQJ#\KkRBAL sׂj)"mf/yaf\6,(c,f$S n(W_Ѵ)HMqvc`L7"=5x2õTs7F.{*(k [GC'£BNghm43gQDwT?jҪB4b&-R fA K\7DG{$G[=OKsAՔU߂C I  5sA$ZP2KGz)<߼` ~f`|c(>ȸ{5/"fKRqX[z(&Dm>B332(1 S=%7c9e]]}*?\S~b]C:Q9ʆ^#5w "!ף7U*.Ynă w"/ƙV!0f(%4'A:>_Tq-L}G'+{ ;`n_BaE"akktLEUʹHx()G/\q VSq5+uu"ijhr:lđ5Ƹwiߚ$xwؚH#&o#z[k]m7}v|e^:jU4,*&'dawc-nAa*6m%4pRrhXȌ^mG؃sjQZo^5h?g\LVb .bcHJ쓼|Q{):o)i)6cvf `?b&1aprm?¶%5p-M4=$ Ex?X0H BP熢hk-6S~̝mc\pPýnlg29J<<HE. ML#RwPwdJz涞ɓ' |9Y^GA~uU7/}TRAY.zr|Q䃿|q3484ؘ7~SQߊQr*sVÝ9C>-]i(ni ˵\QP~1v @V7`\7wI[wVʝ,0c^,a<?_2qLJL ,ɔ޲ꩀʣª7Nb,uļLۅXY}5e`En`vF+Bd=& ʞ AcӰ#"V1e~9yoV'+DH;-m\ WTQm$/*>j(۸2LomJ fلBa~UxvmrCzf/8*Pւ2{L+k#cn+1G: j/l|un넧׌zR&aMY5:Yh ZAdքu7&"1!SyNMRk{̘;gKZMؗ0CݔKTIBL߂;kԭ?s"'ȫnݰ/J6Ǵu.2o|Hp'_~__u?w/_~_~wJg/_~/ k,ABY-L9ӵ7L69m *CkƎ8MQ2<4ܝ.GG>ĶŚWpףTto| uT6KCX *M¶zRmǕwD4uW8.0F3K'LY1q`4Ip: MRR8 c ~Z&n dCY={b@y$%Zx*"Qc]>cyޣO>N;QGk2Tru(*[)29M&s"Y3@xOx8CrMAaXv)iYuKFLJk=ϊ D,e<1>Izgf!]!;2uC@#Nt%m;6ݡn|/8F y'MOsgUTe1?LFyʐe;IqSƙ =,\bӊKƐW[c!?ms r*GeE",J:^Hi_'m"t+heQ4 BQO)GI"}N7/nϜI|-;{]S\^o+ 8*_b_X)/`Yʪ[Fxd8<$8'B- g$eb03duyV3AAR*?.d;th_ގg ٫pnoŌN:`w:T`zH`$M6a1n6Hwhخ&}ȅ[#tb9Ca\3SMV^oM&*HӔ J $E|Bk >CSC sAl7,]d%ʮҞѓjKv ͣ5)I&'ougMQ<L,&cId:7ostO%lD/ץRl[Jzb>feA_T~ku,~rd- y9׹X3b 0]gtn9f"0 2(۵O!B_OփN>Y+g/~c'}_IۿܰDʪAQ ya*+x*P4(,J(Nysv_OJ W ĠkB*#DPlZ߮ *msi?-4>C+kX0xTW+fP&w$䎳4_tW{Ύ^wRP{k4!ǻFh$Kfu !Oq}* Bl#:Fȇ!23: G2K f@pל@| Q[Gep)jl 'Id7A"Fn! CXPL[1ǘ]ÂR 7(vpI8N(JwjaQk㣜4A M$c8`Zuwk.3ϐj vÃ`BQDGZlVDDrNC.A4%*6L ^BE9aצqy&$ʋ^Ci\fC6'|#)A͗2\5OA>!_5zl}vѷAA YwUvٍE %w.'`ݔ9Z2[t1ZOcw81%@x`Uk+Y|b$uTփl ™fDY=Q>}?F y dRӲrITYK%†lN}'U*ӣ_j ΋ 2 \(+AXa$-?bԨDIJeZ&cm::!̲rdzh{WڐTΠ1t4Int;*~?XZԮo:ΖNuЋolbyZ0_l4_,yte- uBk}5h`A[kcƴIumG}ݜ=)WOq\Z+ YŲ!}B]]G`f%M}i&2ǖatjŒ2ħߕ^_ DB4"=H6Ë2XҙͰ T k_R9Щ%Xf(ƭ|Ҵ [$yKˌhlK- Adr6񠴔-B%@\ggOmK Zr#o8P3_yҫg4\;jsh,bV aؐNY :76C76$0Sm{R/_e$s{ 3 .AɁT -[Iba:O֜{k9ԃN@g2^VXQ1bqzi "@UM86"kԋW-Hù&VʄTe;}ިY'ӌ;O=;/~O|~ uf۵LJE}{dž%͹ VE%UlCZ9\]1P Ҋ$*ZA|*!5ONp z].kz^CNP2lԩ[WTPM5_u{C5vaę_`FԎK j ZjpMa62|!v[爁)xԗڨ=&^{F:|G昣bd^]PTs J[ /{/(%Ȑ#\z;JD&l0|SUoq^-%' L.+.2.US.5plb샾FƐѦZ3۶IG egp,g3^s!ɽ N{v&A5 @0&zbghsn,`9!VuruV0b X=/c 4&A*$HJP K郕`0gߠudᩞLd*z#*eQY8r՜acWkKyLC piđ gJS8r1h,aۡ#P(/`rN(R sB:I}ēOBa퉆ܖ"_@cV}}𚠷Hb-+)c&΍A}`M`AYlr4[s^goptr[n 8uqUfw/Z-|Uh|eax 4o4a"+):g=|p͉d(u)|sM=MŎ?l35B)o5{|34K%=V-IZ9 kP-^FD%땆ڼLb%T"z۩.YrՇ3}0<.?ʖI|\~TSݞڹr ȌknX^g*6`>wbyӵA+?목c`;Q,NnLţ;=E>j{M:=J77Er B9$VVJ!Z5Z.t X>@^0}R,vo>Wlc6p[4d/{rWmXdc^M4k7me3KS:"7|K'Ph Du@JʠJ˨15Upd,JP9rMh$lu_ t~ȤEw%aC5v|Tc)UQ)%O) 3$DަAQ7^x yU[ >w&qJ 7 7(n2%}Pc-K>ZO qߵL]I08jT`%Uе-j'9CkKd Fp]%[3`7:$ ^lHn#k[*%#VHS/d2fXQ[v嫌 BR_ I5c/W+xq~m 8}"nD Q|Iۗd l EJsw/eS.r氒>a[̪S"xgspZҼ\A $&_ uqڃFIdt4Z~vC{kGc>l^.8IļX/\EEX0_9DM?ř)1&K c\rG`_ p_J~TW*su3@6"R%m iK5Q!rhJ] hI`6 OjTt8.n2q͸ ļlxpM lx(5,O;}%vOR?5e'lmY?Y/-TN-/8/Pk ~=BCm s*fq5w b+MJf:_^c{Gt 1U%aI2O`CDoi4&VF eFF'A6U' @YWcc 䳓Au_iz@N)x^a:-|`ъK2`f6u/4!ʃ;,`cYvg٭)KuI6I(a8:Mx>6wV6gyO4?v܇C ]xFO>S:csTNU$[`q`BZDשeklT2y І]{@R,EqS:2٘ofDZ|+sXq E(ܭYԭKP$#G^XLNr`vxvF|*G/OtѱC;^Pػl"CD F))F'Tۀ < )_ŽݔV NqpWɤ9apEGyU827p Hr rU3 i.g~H|,@EQƩU'5 ySe!La`tby W %a?o nb7tLzI "I\\PR JP-@X ueIs;+& _\JDM3]x$Hπq+멇R)6 I.(s()3TBD: ۇbFG"`qEKY nbbXBሩu U]ǚ.!,ie> Q:DBsƓD9D GN{f:p}knB^ҳcG.U>4WJE\Hw=M7~gop]¯NZ^Ua4h\6kb5cpMS2'ݑ+ro_ҫ}'~2[Q5ۈ _wJB$Oq*ALdZ4%vlNZ\;$튔~ p+>aGKQ{CTX|pP&KuocHix﷈"hGhAt:l8ܫDd.צ! xF sgs㸴 o ` k\rJ eY,程 ]'mFx7Rr.F4-X+"dI`ɋgSi>`VB SBf|j[e`u\@G0|iE r|>gu{CֽL+vvܓyq#2Ӹ6{HDkP̵Tآ"c=i n%hQ̪mOGۿ OeXN^T'/#OSļqI : (6]㸨0{֮ $368žDr bM{9zb &Hg?ӖXGK'aZ ~NI+ߔߦ$8يNwzwmwi qh^՞uð XXc,F RzW tȕ]0@ Xx>_o  z%Rݶ We72)C/ʪzoNr}yhalI˄>K0B& T!L<(MAObp`][GJ9 '-<#y% RdW;n/HS5ʒhzCFS"b[ +7;i,gXH_r.NJ :R"9 )QƉQ!q9I9߳t OoI@RL﹓lufXONZD2фBnnۅÁoO*bJۓQU+ lTKTA GAeɘ3Zc zȲI>k|FL|OcZuv.1 ^kmư`h' s{OυCV{pv>=Fn.`9`øtumwW K S*z%4()$.d¼ŬM;b˛PL![Z_۟VvFv`ǿO~crs)H!db,>%Bc?dnS&]ߗO9d/7QD#!Hqj3u@܄AymT |@_O&wkO& 1K tP`sr,U̸OS)D3UP扏(dM=JhH%%lno]:aTwzbc ^R@(I8݅1{b%pyj<ï| VB$0!,iS9ȃS,0݈BE(S\&N(RDGBP.`$yϐS xlٜėҢBF+v@?Kȝ}`U[<$%xݷ1'($YyE@Q y=#qfaUgNġCXѻף$R4=fYJ-{^Vo16 ~Q\-x;41.;ŁAeݩ^@- eDE]bxW\:-- 6.,Uɼ+.p56׷{[rήNwT9GUE ͑oڠdcw"uжhE1$Ksn}hTkU{p_wL25[j0m!͡!0!$npa=a$8i[$2=hjU*Ny|z$EO*+@$Enjd=]bj鏌M[_cJ`+v]ICHcC2G%y 6Vdwa'mK6F," N1Etjc}7 #ld ZPzFx}/ƕjŀ.\Qk7YllOxdeQ?Jk?_IhNO#IZ׬%=@(11'~`'L|­RoM ""ypl:PTDyY'C;!شV$v8kpy b1^eՍJnW=<;@H|l=N/'w>IQNb yA]zOU;Qyv~'Jhڨ $z>CI%,5n1=a g@ |YhfNyzpNE08d(;-sP. zSJUzj_à,>Y \!x"l^Kl! F& PFQ@r V<@-X9\j[qĬM&&=/^I =Q#J`'ۧqc!5=0vu;i:b!fH0ua5@YύH hYr],٨14|ʥ&D IJH"u3sX1톆en^9/9S41q><oF87a#ӳ0ю (G+J*W60׍|^@bLaˉTiAE {m?[z/&;+^;ŜnʐpFqPe'1jJZvc=8a3f@R1τ̼QxI jIO8ٍ6bCh>%1MC!_=k]Nݣh )(?;΁:+S˃N (+-}8i \uv'mOOAmLI$[ىsyQٵ5%^([ ;Dch՟AX5ULJCcOO8.pyAnoE6)>BҙV~$>hxZbGlѦNGh KMnhA:gGӎ H"e(l} %۷F4jĆ(mQMdVX4>ramssEa 6!K,HQ2Bac(r<µ/ -V:M ɮnѣt\yHLNb~4`lf9fimjq1r$[J".VɝU:mltJvXe ˖* xXNZjӗ}"+To@s77}/ݣƻ?> >cwo8p_E[Pi]v[ZkyxNkLU6JPBgϰŚv<%P| ؾnJE~!$N| ]N?l<3|F0ld ,bd;OaUqNt7LmRK"7&N{`_"H1M}C=/['`3=ۜJޱI8<4b,DIT\96cp d#>3EDl~MAq 7#q X0tq eR- pI D*PJoB[3!]n';ZqT1˂̊ȭ  j;H=JA! f^l &>"'`ד0P=x Di;wFvc3^_3xVVy"%/CL~^e^in!4.Fi[{l<Γy!޴7l.H*Q z`a6@ W {h}a,X\P!yׄ:\v迻`cxwv f+K<:}h4|aN/˥LߣIk8)H 1YQ8l+?Z(.6Ii;xՇOMhhiPV{' ;}5VTBQޥ9zIى,y3k~x; $;l[}8t~ΗA,3pbq ^7iX2oR qO|=?K{ jF"IRK^g*TJT\f*HwCZY]eDj  h`IU,li"Y%P(WV{[L6 ~.WV{8!d/%Y<[ؖQhk`DMpy4<2 GM9$P⯒;H=w-VCLx 8tJ@mS4@E8U熙:gR*Vx?E t3*RpRA9= im{TτƯAZiX?l<ۊO94+1đy[g,X>Ǻ\$h"Iw$'w(MNi>_%͡ IrYG*(wŽ"i:컆0rS[vT[[M $}?m77熮ɶv6rTg~ ֣ChR~Jz΀> -;s4KalGޤ1'gD2TU' ],g@J[rB(jJ-*y^ yVg[Vz( # ځ'o:D| 9ԒӠϝyeid"ɩ]$9 E+`ЫJNG2G(9!ڢBni\O Oq`d:o̰dtr;ߦ&Iځ6 Cd`ly)I|q1wlϏߏ3A9+V)Ϝ#<%^z:815t odo{ҙe$ir楓n_͜A|0f^AЙ͆7=343XH3ڻ;3qg$8 $>YBM"OSGr* eC;e.*j~3g?? Bx>lAp OWCXwk?4O$ #di&[ۍG1BdN8҆&P_{4yņp +nH՚t=nSO*A˖ضj1A{KQPUBa#a``{P-yǺfFM q}m =b4}˦] gnl ζ5Du[- c x k\.Giɶq- -mUn\~ap!X-# nQYCC ٛLk]2ilc Cc cݍ !2ֆdΚ64TKs;klk'jVmanKCXKCG4 M ؆Ǻ8{a%c-QD*$'e+cSwq- ?mohqxJY!^?N}lᅏu7m-0Ƕ5t1(kd@K?Kn1ִ}q4:<[%^?*/NFAE>=K(/zGLJ|{v7<鏨}To蝜N躱_?:bKp FhF"ﱓZo2r/sI/ <&A`xrH7Mh{|4&|K zC߰iжzAα PNN{\PFOPB AQD}[N}KS`3\WٳtS;:>JKLbp< n&{18 y$xYrr4]K8sz~Aķ1Rm8:!󋎟ƅ[<Ap`Yq<ήwztRe[eh6{}^@ e;=op9q̚Cv6lӣ#9ѝ?{;rD D 4,?o | xcGP_5^PfKz8Uwa+|\+9'G^M Y3NOK:@ٵC7B9M8="F1:sw7o mO=MÃΉnlVNp`8q|-Ly1r+' pr80ȉ * Xj_ϡzc PˍNlh_qHNwަNrp$9IPPSӐ w& v7?kcV_ Ȍ/OG"YNq̯T: gֽ4 F`/N,=PpxhxU'Gǧ/NÖb=srr:S'U⛠^8 b׫+rڤ:>Yux]*?Gut9rq_V`k" L+%p5xj?8Z=7JxwO 2)oQ90Sf%w4 p8șXr<%r@u˿ݑ6~ n9\Mp