libreadline6-32bit-6.2-61.1.3>t 4 DpQm/=„yuvRy2hAˋl(fkޥ\T 0âvc1^а7k3;p\0x45= ժ=T>(V.4 $ϨEETvd$*,gb GY*~-x|?+oʎ<_Èdlṃ@Vjёfbj摫< UDB&we-TӪ\=0V\k_\ 6ּVO%, BC CB~ԂeȍH81&'@WOXbaz1~44c989344b8c097d9bd5402c80813d5ba3261840N>=_X?_Hd  5  5Fqw~     ,<Pd|(\(~8X9X: ;X>[B[G[H[I[X\Y\Z\0[\4\\8]\H^\b\c]d]re]wf]|l]~u]v]w^x^y^Clibreadline6-32bit6.261.1.3The Readline LibraryThe readline library is used by the Bourne Again Shell (bash, the standard command interpreter) for easy editing of command lines. This includes history and search functionality.Qmbuild08KopenSUSE 12.3openSUSEGPL-3.0+http://bugs.opensuse.orgSystem/Librarieshttp://www.gnu.org/software/bash/bash.htmllinuxx86_64/sbin/ldconfigLQmQmQmQm8767a21632e8ef58a9d34b1e43447b857c1943d1e120837964f84e319c88ee1flibhistory.so.6.2libreadline.so.6.2rootrootrootrootrootrootrootrootbash-4.2-61.1.3.src.rpmlibhistory.so.6libreadline.so.6libreadline6-32bitlibreadline6-32bit(x86-32)readline-32bit@@@@@@@@@@@   /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.11)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libtinfo.so.5rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2P[P @P @P@P~P7lP H@PP@P@OO@OO@O}@O_6OYOU@OU@NxN'@Nσ@Nσ@N=@NHNåN@N@N0NNNw.NMAM@MM@MTMwkMv@Mv@MtM] MY@M4/@L6LL@Li(@Le3LQm@LD>@LA@L#HL#HKK @K"@K8@K@KK}+Ky7@K(K#KJJH@JJJ#Jn@JL@J.NJ&eJ@J@I@I@I@IzIܑI?@I@IV@Im@Im@Im@werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decfarrell@suse.comwerner@suse.demeissner@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.comcoolo@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.comwerner@suse.decoolo@novell.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@novell.comwerner@suse.dewerner@suse.dejslaby@suse.dewerner@suse.decristian.rodriguez@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decristian.rodriguez@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dero@suse.dewerner@suse.dewerner@suse.dewerner@suse.dejengelh@medozas.dejengelh@medozas.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@novell.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerne@suse.dewerne@suse.dewerne@suse.dewerne@suse.dewerne@suse.dewerne@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Avoid autoconf on older products - Apply audit patch variant to readline as well as we use a shared libreadline - Avoid bash-devel on older products as older GNU make do not have a realpath builtin- Do not trigger the export of COLUMNS or LINES due enforced checkwinsize (bnc#793536)- Update bash 4.2 to patch level 42 * Missing I/O errors if output redirection applied to builtin commands when the file descriptor was closed * Process substitution incorrectly inherited a flag that inhibited using the temporary environment for variable lookups if it was providing the filename to a redirection. * Compilation failed after specifying the `minimal config' option- Update bash 4.2 to patch level 39 * Official fix for the last crash fix * Avoid variable expansion in arithmetic expressions when evaluation is being suppressed- Do not mix xmalloc/xfree of libreadline and bash by making the libreadline version weak symbols instead of private symbols- Add patch from upstream mailing list to avoids crash- Update bash 4.2 to patch level 37 * Attempting to redo (using `.') the vi editing mode `cc', `dd', or `yy' commands leads to an infinite loop.- Do not mask internal _rl symbols as internal as there are many tools out there which uses them (gdb as an example)- libreadlib: try to avoid to bind references of the symbols rl_instream and rl_outstream - libreadlib: make private symbols really private- Increase buffer for libreadline messsages if required - Include stdio.h in libreadline header files to get the declaration of FILES correct.- Update bash 4.2 to patch level 36 * Patch 25: When used in a shell function, `declare -g -a array=(compound assignment)' creates a local variable instead of a global one. * Patch 26: The `lastpipe' option does not behave correctly on machines where the open file limit is less than 256. * Patch 27: When the `extglob' shell option is enabled, pattern substitution does not work correctly in the presence of multibyte characters. * Patch 28: When using a word expansion for which the right hand side is evaluated, certain expansions of quoted null strings include spurious ^? characters. * Patch 29: Bash-4.2 tries to leave completed directory names as the user typed them, without expanding them to a full pathname. One effect of this is that shell variables used in pathnames being completed (e.g., $HOME) are left unchanged, but the `$' is quoted by readline because it is a special character to the shell. * Patch 30: When attempting to glob strings in a multibyte locale, and those strings contain invalid multibyte characters that cause mbsnrtowcs to return 0, the globbing code loops infinitely. * Patch 31: A change between bash-4.1 and bash-4.2 to prevent the readline input hook from being called too frequently had the side effect of causing delays when reading pasted input on systems such as Mac OS X. This patch fixes those delays while retaining the bash-4.2 behavior. * Patch 32: Bash-4.2 has problems with DEL characters in the expanded value of variables used in the same quoted string as variables that expand to nothing. * Patch 33: Bash uses a static buffer when expanding the /dev/fd prefix for the test and conditional commands, among other uses, when it should use a dynamic buffer to avoid buffer overflow. * Patch 34: In bash-4.2, the history code would inappropriately add a semicolon to multi-line compound array assignments when adding them to the history. * Patch 35: When given a number of lines to read, `mapfile -n lines' reads one too many. * Patch 36: Bash-4.2 produces incorrect word splitting results when expanding double-quoted $@ in the same string as and adjacent to other variable expansions. The $@ should be split, the other expansions should not. - Add patch to avoid double free or corruption due expanding number sequence with huge numbers. Patch will go upstream (bnc#763591)- license update: GPL-3.0+ Upstream declares the bash license to be GPL-3.0+ - not GPL-2.0+- Enable auditing patch by simply applying it- added auditing patch from http://git.savannah.gnu.org/cgit/bash.git/plain/CWRU/audit-patch- Remove not required patch (was a fix for bnc#141394) which now cause a wrong behaviour if applied (bnc#755453)- Update bash 4.2 to patch level 24- Avoid endless loop in user completion caused by endpw patches- Add small patch for be able to use nanoseconds in comparision of time stamps of files (bnc#750640)- Reenable patch for bnc#725657 with latest change from latest git repository of the patch.- add autoconf as buildrequire to avoid implicit dependency- remove suse_update_config calls - obsolete- Make build check quiet- Update bash 4.2 to patch level 20 - Update readline 6.2 to patch level 2- Disable endpwent() in rl_username_completion_function() as this cause a deadlock in a futex of the glibc (bnc#731556)- Enforce bind references to global function symbols to the definition within libreadline- Use libtinfo if available otherwise libncurses, this avoids linkage against libncursesw of libreadline (required due bnc #729226)- Avoid memory mapped /var/run/nscd/passwd at shutdown by simply unmapping this only used area if parent is systemd or SysVinit- Always close get(pw|gr)func with endpw() respectivly with endgr() to avoid memory mapped passwd/groups of cache files from nscd- Disable last patch as it seems a bit broken (bnc#725657)- Add direxpand patch from upstream (bnc#725657)- Add patch from upstream mailing list to avoid memory leak by reassigning associative array variable- remove autoreqprov and author lists- Add fix from upstream mailing list to avoid crash- use original source URLs- Fix the fix for bug bnc#681286 to be able to avoid both a not expanding glob as well as the infinit loop in multi byte locale- Update bash 4.2 to patch level 10 - Add patch from upstream to avoid loosing quoted-nulls - Add modified patch to avod endless loop in UTF-8 locale- Remove patch to avod endless loop in UTF-8 locale as it breaks glob expanding (bnc#681286)- Update bash 4.2 to patch level 8 - Add Ctr-C patch from upstream - Add fix for endless loop in UTF-8 locale- Avoid siglongjmp, compare with http://lists.gnu.org/archive/html/bug-bash/2011-03/msg00070.html use temprary solution from Chet- Much better solution for saving history for system with sigsetjmp- Reintroduce history saving at SIGHUP- Update bash 4.2 to patch level 7- having a bash man page is recommended (bnc#672528)- Update to bash 4.2 -- changelog see entry for bash 4.2 rc1- Update to bash 4.2 rc1 * `exec -a foo' now sets $0 to `foo' in an executable shell script without a leading #!. * Subshells begun to execute command substitutions or run shell functions or builtins in subshells do not reset trap strings until a new trap is specified. This allows $(trap) to display the caller's traps and the trap strings to persist until a new trap is set. * `trap -p' will now show signals ignored at shell startup, though their disposition still cannot be modified. * $'...', echo, and printf understand \uXXXX and \UXXXXXXXX escape sequences. * declare/typeset has a new `-g' option, which creates variables in the global scope even when run in a shell function. * test/[/[[ have a new -v variable unary operator, which returns success if `variable' has been set. * Posix parsing changes to allow `! time command' and multiple consecutive instances of `!' (which toggle) and `time' (which have no cumulative effect). * Posix change to allow `time' as a command by itself to print the elapsed user, system, and real times for the shell and its children. * $((...)) is always parsed as an arithmetic expansion first, instead of as a potential nested command substitution, as Posix requires. * A new FUNCNEST variable to allow the user to control the maximum shell function nesting (recursive execution) level. * The mapfile builtin now supplies a third argument to the callback command: the line about to be assigned to the supplied array index. * The printf builtin has a new %(fmt)T specifier, which allows time values to use strftime-like formatting. * There is a new `compat41' shell option. * The cd builtin has a new Posix-mandated `-e' option. * Negative subscripts to indexed arrays, previously errors, now are treated as offsets from the maximum assigned index + 1. * Negative length specifications in the ${var:offset:length} expansion, previously errors, are now treated as offsets from the end of the variable. * Parsing change to allow `time -p --'. * Posix-mode parsing change to not recognize `time' as a keyword if the following token begins with a `-'. This means no more Posix-mode `time -p'. Posix interpretation 267. * There is a new `lastpipe' shell option that runs the last command of a pipeline in the current shell context. The lastpipe option has no effect if job control is enabled. * History expansion no longer expands the `$!' variable expansion. * Posix mode shells no longer exit if a variable assignment error occurs with an assignment preceding a command that is not a special builtin. * History expansion no longer expands the `$!' variable expansion. * Posix mode shells no longer exit if a variable assignment error occurs with an assignment preceding a command that is not a special builtin. * Non-interactive mode shells exit if -u is enabled and an attempt is made to use an unset variable with the % or # expansions, the `//', `^', or `,' expansions, or the parameter length expansion. * Posix-mode shells use the argument passed to `.' as-is if a $PATH search fails, effectively searching the current directory. Posix-2008 change. - Update to readline 6.2 rc1 * The history library does not try to write the history filename in the current directory if $HOME is unset. This closes a potential security problem if the application does not specify a history filename. * New bindable variable `completion-display-width' to set the number of columns used when displaying completions. * New bindable variable `completion-case-map' to cause case-insensitive completion to treat `-' and `_' as identical. * There are new bindable vi-mode command names to avoid readline's case- insensitive matching not allowing them to be bound separately. * New bindable variable `menu-complete-display-prefix' causes the menu completion code to display the common prefix of the possible completions before cycling through the list, instead of after.- fix czech message- Update bash 4.1 to patch level 9 * When declaring an associative array and implicitly assigning a value to element "0", bash does not correctly allocate memory, leading to a segmentation violation when that element or the array itself is unset. * An arriving SIGCHLD will interrupt `slow' system calls such as write(2) to or read(2) from a terminal. This results in an error message and truncated input or output.- builtin "man2html"generates html manual with a timestamp that causes the package to be published over and over again.- A modified version of the pipe patch which should handle the PIPESTATUS array- Disable the pipe patch from Thu Jun 24 10:40:09 CEST 2010 as this resets the PIPESTATUS array to the status of the forground process only- Add fix from mailing list to avoid crash- Comment out recommendation of bash-completion, as I'd like no to see the bugs of bash-completion in my bugzilla- Do not package static libraries - Fix Recommends/Suggests- Add fix from upstream: restore the parser state over changing readline editing mode otherwise e.g. set alias before the change are lost.- Avoid running the last member of a pipe command sequence to run in its own subshell, this makes know lines like the simple echo 1 2 | read a b; echo $a $b work as expected by the users- Update bash 4.1 to patch level 7 * Bash did not correctly print/reproduce here documents attached to commands inside compound commands such as for and while. * A typo caused bash to not honor a precision specification in a printf format.- Add fix for memory double free in array handling- Update bash 4.1 to patch level 5 (related to bnc#522351) * If command completion is attempted on a word with a quoted globbing character (e.g., `*' or `?'), bash can reference a NULL pointer and dump core. * When running in Posix mode and executing a shell function without local variables, bash will not propagate a variable in a special builtin's temporary environment to have global scope. * When the `read' builtin times out after the timeout specified with -t is exceeded, it does not reset the flags that tell signal handlers to process signals immediately instead of deferring their handling. This can result in unsafe functions being called from signal handlers, which can cause bash to hang or dump core.- Add patch from bash-bug list to avoid crahs on some strange TAB completions- fix warning no return statement in function returning non-void to fix build (in bashline.c)- Avoid hang due malloc()/free() within signal handler (bnc#522351)- Add patch to reflect the usage of /etc/bash.bashrc (bnc#577221)- Update bash 4.1 to patch level 2 * Here-documents within $(...) command substitutions may once more be delimited by the closing right paren, instead of requiring a newline. * Bash's file status checks (executable, readable, etc.) now take file system ACLs into account on file systems that support them. * Bash now passes environment variables with names that are not valid shell variable names through into the environment passed to child processes. * The `execute-unix-command' readline function now attempts to clear and reuse the current line rather than move to a new one after the command executes. * `printf -v' can now assign values to array indices. * New `complete -E' and `compopt -E' options that work on the "empty" completion: completion attempted on an empty command line. * New complete/compgen/compopt -D option to define a `default' completion: a completion to be invoked on command for which no completion has been defined. If this function returns 124, programmable completion is attempted again, allowing a user to dynamically build a set of completions as completion is attempted by having the default completion function install individual completion functions each time it is invoked. * When displaying associative arrays, subscripts are now quoted. * Changes to dabbrev-expand to make it more `emacs-like': no space appended after matches, completions are not sorted, and most recent history entries are presented first. * The [[ and (( commands are now subject to the setting of `set -e' and the ERR trap. * The source/. builtin now removes NUL bytes from the file before attempting to parse commands. * There is a new configuration option (in config-top.h) that forces bash to forward all history entries to syslog. * A new variable $BASHOPTS to export shell options settable using `shopt' to child processes. * There is a new confgure option that forces the extglob option to be enabled by default. * New variable $BASH_XTRACEFD; when set to an integer bash will write xtrace output to that file descriptor. * If the optional left-hand-side of a redirection is of the form {var}, the shell assigns the file descriptor used to $var or uses $var as the file descriptor to move or close, depending on the redirection operator. * The < and > operators to the [[ conditional command now do string comparison according to the current locale if the compatibility level is greater than 40. * Programmable completion now uses the completion for `b' instead of `a' when completion is attempted on a line like: a $(b c. * Force extglob on temporarily when parsing the pattern argument to the == and != operators to the [[ command, for compatibility. * Changed the behavior of interrupting the wait builtin when a SIGCHLD is received and a trap on SIGCHLD is set to be Posix-mode only. * The read builtin has a new `-N nchars' option, which reads exactly NCHARS characters, ignoring delimiters like newline. * The mapfile/readarray builtin no longer stores the commands it invokes via callbacks in the history list. * There is a new `compat40' shopt option. - Update readline 6.1 to patch level 1 * New bindable function: menu-complete-backward. * In the vi insertion keymap, C-n is now bound to menu-complete by default, and C-p to menu-complete-backward. * When in vi command mode, repeatedly hitting ESC now does nothing, even when ESC introduces a bound key sequence. This is closer to how historical vi behaves. * New bindable function: skip-csi-sequence. Can be used as a default to consume key sequences generated by keys like Home and End without having to bind all keys. * New application-settable function: rl_filename_rewrite_hook. Can be used to rewite or modify filenames read from the file system before they are compared to the word to be completed. * New bindable variable: skip-completed-text, active when completing in the middle of a word. If enabled, it means that characters in the completion that match characters in the remainder of the word are "skipped" rather than inserted into the line. * The pre-readline-6.0 version of menu completion is available as "old-menu-complete" for users who do not like the readline-6.0 version. * New bindable variable: echo-control-characters. If enabled, and the tty ECHOCTL bit is set, controls the echoing of characters corresponding to keyboard-generated signals. * New bindable variable: enable-meta-key. Controls whether or not readline sends the smm/rmm sequences if the terminal indicates it has a meta key that enables eight-bit characters.- package documentation as noarch- add baselibs.conf as a source- Fix bug in bash-4.0-security.patch (bnc#559877)- Update to newest patch level 35 * bash incorrectly interprets wildcarded path components between a **/ and the last / * bash incorrectly treated single and double quotes as delimiters rather than introducing quoted strings when splitting the line into words for programmable completion functions- Make _rl_enable_meta configurable by the users (bnc#541379)- Do not change tty owner group twice by child and parent (bnc#523667)- Update to newest patch level 33 * Includes one of our own patches- rediff patches to avoid fuzz- Update to newest patch level 28- Add fix from bash maintainer for closing memory leak in read builtin (bnc#510288)- Branch off some sub packages: * bash-lang to include localization * bash-loadables for installing the loadable runtime builtins * bash-devel to install headers for developing loadable builtins- Enforce the usage of euidaccess(3) instead of stat(2) for testing permissions for a file (bnc#509105)- Update to newest patch level 24: * include last few patches - Add patches from mailing list for globstar expansion- Increase size of hash table for runtime linker a lot- Add patches from mailing list: * fix problem with invisible characters in prompt * make dir*/** work- Do not crash on forbidden subdirectories with globstar extension- Add fix to be able to clear to eol in readline library- Add fix for timing issue in readline SIGWINCH handling- Add patches from bug-bash@gnu.org to avoid eg. segmentation fault- Add patches from bug-bash@gnu.org to avoid eg. segmentation fault- Add patch from bug-bash@gnu.org to enable |& not only for builtins and shell functions but for all commands.- Switch to official patches, now we are on patch level 10- Use patches from bug-bash@gnu.org to make it work- Patch for bnc#481817 does not work in any case- My last patch for bnc#470548 send to bug-bash@gnu.org was not fully applied and this had caused a memory corruption on tab completion. - Enable the parser to find closing parenthesis at the end of an argument of a command even if backslash is used (bnc#481817) - Correct link of shared libraries of devel readline package/bin/shreadline-32bit6.2-61.1.36.2-61.1.36.2 6.2libhistory.so.6libhistory.so.6.2libreadline.so.6libreadline.so.6.2/lib/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/34dea6348a7edd0faef5457e709a2602-bashcpiolzma5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x2e57dff08a1656e66d900af14a442e9b042f0a1a, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x83d6e1f200e922a2e5648916dbf5abdaf8078f34, strippeddirectory PRRRRRRR R PRRRRRRRRR R R ?0] cr$x#CØάM_-W;S"SoZ :=qs^K1dw1եthSQ>6#׹X %)U-3ߡCt]ʡ=HD1.H|KЛ(.kYꊂ_[=lfhT)oo#~Pb/LXh*. e7](!sT;ep_l=Yx'բ?.$^[:;pưчsM~8;Fԃa /a=JJ0ǣԲw1nѾ> *z%>Q͖&VZ5оI@׿=Z`p)YαM`7T8[LFb u2 pt싁-boE-OvHDʔ(vTEOAԎFFAS`N*VHqfay!Z*CjK&Zϩ(Ҿ9*BX ])˒D)m\ 6ˢF3ugӮ='!uN?]h im>~ RZǴ9Z.is93h, W[TM+bRݕSr1U94m<2x(/ax} 3=+0l-sED*5ߗ]恒k  sU*#N-aYC_ZIZ;K'.e!ƪ>#@aÊ~+4wlE> ӈSgW5k;U@$Z 0%}߃M:wm@md!/Zfu,robZ.&ԮrK2pC S1sUiogeD x$2 1`1 +yDr& qH}{/hg²j[GYY̓|Ę=:cn: lTŽ јPx۶MMBj5 u{2+ 3lܲ@.Zu [ V#?>3pI%Vg#r5{`t;1žV vϢ:u.󻀹TF$cAQiKr\^?&z ¦vh9-1cE9E =ulG;8C* 7(W3 Y!0]_ג9Xa0[%qzH &/W`A#ZVِ,y08w0lQtUO qoLdʴj~@G# X+q534u -nSlАM%r} b#\"µ"+ qWY+Z 6$YXDz`I" s D{8k`uQ߾MB"#&^} ֜2^Y=%u:PA29!0Q0Boyx!H^ۗCVhM딄KklR:4"a/J []YL$&:[fqf{(D[0{Bݺ.kKGIngR0SsټRݻ$P۷Pfabs$djzbhi] lJZ}kfH@_$b_O1Wq*QRYfzHc958wNg8!j&*7ӽdטa`r8=QHaCݪFC8'$HJU‚8T"'ֆRtm=kYjXw$*ynBsCs>bHEf 8Kkj[gr7qՀ:\cZgf2k3IcPWY/4ztGV>XvU+*Q9j47q;Vl2u%* kuwn.0fg\>Vv'޶ؒлs%Tw7y Me,ܚLd;$$XΌ_;^'\IfE!j אDDvQ^Zd=2z;~ǫqaM_{R)K('XR[6tX8h͓h*׷ ȝF^Ksǘxszhaq@A#$4b3[vQV\$&)Ix߳Z2NOx?$F>Eg=hQzwE>X:qn8+zW#i|wg`Y?Ah7,hKv=NCu,Ri p\THگ^f̌ Ǖkx=e؊U2lԩ:);|l-Kzۉ ,~]%|xO) #"Kf&q 2pJjO\=9΀y0)!VdZCl#?/1j _>ts&!fۋj7'ȾT 32. &-k{՜7Y?A,'&D' kG%*b"%w2Rkf"C}Fl` go{bGAPNJ'1eW n8oᕅi0&+jf-4ڞGv+|y!@rTHqZ$mOD(T FȆo~Vk(yVE)XNd!5# qkQ 񟜀.cET]\cCS F}"ee \7Ǘۃ WzԞuieQ.^,xk=LJ7Z-IN"4^M+R/9_{mL5pZ8qm"kM;/zժ+}gAمZY#pldm< \}2 JufsZVj2d!f R~6)oxوu$,Y,owZ> (Ȑ@C8O;Fs!EdnB(9RŹ=Eɍbb],/v*. \.!Jd*e`/: ;OT9^ ZID&Xӎۚyz#CL8sf"È}!0@!^eClrn>=˩=vSnbUg̎#B6ڀOrc N48VV:*خ) Y|zʞ`k 58 򥪬Z Vy\5jg|HVRu颔$GlxmQO?UWz XpJ!/v]J]:b7{nD[F$C2Mb*̔Z"$Xg bepcuuoZIQ d$jOvfR'G[\Gz =rkFEOJeߓ+,{x7WDօP!05Kc΍6`yQI,܄i፞g5fHX<5B#ͬoF 9,SS-Tꂑpd#EE1~rg" hs̨JjqiAJ@Z[phxPL9HSxV?/Ԡ&7H@&nVy{* U,"O@s&nZ%cfuJ+^$KC0| 5tz1{B r-yԟ.PkSN@:Z5r|w}Y#]uScG1aIE=?X\A $36)!Όp4[s$d ~6+Y %|S):>’IIf2$s\΅b/ڳ&mdHkAR X0t% U( S o~F6 1MidA0/SG Ôx#3h%ãR)Pe0{^[ӲOKdx##'wio[m|w]=QywfKæ_T=H޷B#l'>QSq: ,I[`tx3X#W{}p7"FJ2 Ge#N΍)YH@쭖f҉ф;o ֭\ vkv'I52fX&nET8(?_驵poZg# .Q6ރ6cL&Z?%.]dW Y{7]Wc&Bitc7 ţ+A髤\4ԎELQrER,65[n>&=kʽP_0$aލ!]ŕj3{>5 ;!ݔ9aXAM( …AW]BÔaۘPFe}l_:X)r AboW6``jt[x+q'!Gъ5='[s#ϡǒJ?."DBFDH? ˀ?a G H>q%ǃ5JmRk:ŝG+n$5.*-5{۶Ș]&~#OotԊ!t ȼ_:%)9TAp\4=hlx$S#8dTB4[hɪ,w0pWV+p &ܬu< :7jyuiפ8qĚ{PՆ ]'~LܧH,FNߧKywt|].thB]LԺ@S0y) \ޫp6hp߬0JID*1f.}([fYX^ڴ~-QN/Si}K~<)wȉf3W?K5|ܖ%Őx ]8{k-vPY tw~u)t2* Z9^5]uwjX@cR7[ICh/0G,mF4  bsO\P@:ZGfu(u%˶>`^O7818<+:GNqGf2ODz۱qXx #y6 ^ &bѰ@"@!"#Y-IT6Cs!l;NrE4YЫb3)uƋL:PɅˢC3ߩάE I;R=-#۰2\^B(kMUl.xx5p;ؕj^R81 fdy|3UmhK)i 3j?dnJES0Rg+ үb-ߍ)y,կ,噣X|M1oȤa喯 ~a:Qd,H՗ЀT+Ԟ9H!e ZxntC-2Y^X']JLn-?JZ: /vmmM6 .,og)=փ"yr*(EnL,HuNDt$ȑ&Jr  *&'&㔒CeG * g pV7&';,7CIN..) Xʺď5(T4F6Fyhܿh~+Y[¸N/ݘ\M EOP we30IJ6z{zy+rcB^R̈́3Q9Yه0X )xhtC^ϐ ? "lhϴOōס㘝r8? 4!z7OXz$v.yY{Athtw,NgVRNDғ)?q ,.8rDyAg`wA*ɽ4ukX"*W oEN`8G{}?!FD.m2]L]1.dL㭑ZKEa.t:%Rq `)sY;Z$}hE#U7c58xEBa\I@!a0Y[:^Bu!˦qe__kȕ4VadtU@l5xJU[Rk9ϟUkp:P@1$$`@t\zaoħdJ<Q4;0U؅KWK7oA/q5婟mB3𮆺mA)nq"f@{!peX=5BzMNo8>ʮxbPc cwE.&LKߡ{fe@0Bwfk!CP"$rN: Ic݄Pʌ,[Ԥ~նPcV"oCph*HNyr}h6(^ˡSpՑ.߷f+S>@UMkU* jGPpM>H^W"AQ$[tM˺'AM"4w~2#7tNh;JNƉ>ꖢ"T ǾA}չlBö 7%YmM.m h&Fo~^0ǜr'[pF?IB*=.$MC S/S Е}Ç^i̸i6Ht#kh=<*A/\$uGʕ`@`8<}Qߎk L-yYa~7[&^NTuW?TlMύLC| fNihNfl3+R5 )a|br 8F1Tm6&;kG/&f [6tְݞ?ubjgqYH5Csc>EF@/p2i2sQ (up~t[adoXrAw˰ >[f['µk9[nuSTשtmqV6~9J(OeЕځ&%F$lgº#3IȭZRrPMFwsV}T,F(~b?Q;yt۝س7y8yeq"WX6[C'ձ<H"Ξ?vzՙ^vM(p]+tlv J1E_m;BbnE%6i0lBN(?sy\ԋVi 7w{K 0d ɱ+IK#;3cWabЦnA9<ˆHTi½iG8{ɮ3q<i0Eh\hT/TY-d2p"(lsOVm#Z)&t *Γd~Bp݁z˴ O!}N]R[ &3 jR- k -H0-MRJ>)bLe0|c1ml)2pr͍ePp\_#4\0=X%}IY̾ $xW/{gm&SEᯎVefWtж 5wXܑ  !^)%ZNkS~ g̭߀FRMOM# ҟ1jq~WP“}s:2 Ox ضz!Q{"RT哤# Qz7F6L!HsV h T%JQ܈Nڶ+ID(!L-x7B;O ԏo|d0N6<8.9vš'BL\v R P` Ț88vkp:Q[Z7Z<%wc]wZ:7l27-q!A=ލ ܟj.xAo<:T*Ux7M"Zȓ忔S`{rfw1* m%nq_ă?ˬ_TJjO2z=p&By 'wYfj%vUze86'H_sdbMæy6=WJհH$PLԦ?"\[y֍*⊍!CPpaXX%6,dۚtP F|5#"gcڊ+9/W֠M6\>B\ peƴMR՜f;7DvLDѬx3;ɲ >̋9g/$ Ε:9yLS2SB|NPxU{re8m`D^mpƬ@okAHM{T¯eH>!.\iY|ü PVؓ.nmH^@j>aCa У2n2A/D@d52`ChxhQ#b.hᑴ}"|_aYxYc_0^vbu-+< UHrjk M7! s{󕃈19q㶺 e,QLlV;mz #y5hS)-Vx~,򜰀ᕆ{h%7r;nd2n|0_O{`.Qp !=/8L|UZ kͥ4Rg؅Hxf[|a_B+P敿oO~ANRT(N54Pim҈+9$wGѲ%|@7$ 2O3vUo 7D!3]7d,ɠ T'T]HTP3sD:ft-YÒ3'Բ ;iA-OO5scձ) Gca"VFR(X;Vb+mXt jqnԘUvA@< ˧^8^u]%h2|1ia8ϸ$}'#D!RGu(Z7VGEk~jlj1.w_(z `^(OE}Q̯6$ujvlYw[h&+-ѱ#C~)\]oR9ݪVwkPA~3\}cwmIX(oIؓLN=̣y҄vpO+ػ$ۆ tO#V<ܱ}yM6'\x6H^[ЉLR d̈x]lZ{cB^W7s`0?7*:xvħpBHo1" 1qN㛛b`=J%x[) iۇnV83G{1XI_%ˮ64n.4eH` * f˚v˖/soM n.Y,1zXtfoxA*I^^D!,2on4>Ő,DeF$\*^xqK\j: 4yZTQ|>*+ܺ348erDOPf >qW=oAZ˷5қip7U$z%ȗ3T:G"m*ءjyěAq[x |n =,u3SF˶_՗:ETf9jإZJE3p k i1bcjLJlĨUCɵ!^e<ȢZ.{esƉId0m?r(ʙtKtXv'^?n%/jJWCqǜ9E02&1쓤M`Jqaĭt0Ė ǡcE/ %<aJ+!u4⡌ ģb(NgFdf#IES]Q PwvRh!$^_΅vHv+6&+iȣ xI D S kw#,ΐN7jqVe,ٿ{{[+ X bk.qN{JMҀG Q(_0֣[v-,-/c ()ɛ1BvP?6T1^nہ?0#ck*[_MYxOzNJGcǰJ5OޢnI!6kHăr14@bL[J~[)Dk2:2nL016LgbUZY֮7QB(*zw7FL;&4_NQqmؐUUaA;LP%# 6ؘR!knjEɬi CD[@CG lǮ>kHoX 4?䴶 C<݈r]ԋ9&;F,~{WŊ}$W-1"9v A09JVy5E$NLmdQ:&wRԏ8%cB֐j |g,h(gT߰Vnt !\JᩥqAf.+oe1}֊ X|3(ͼOTPgֺ}=e#QEFF" 0jOQ!o64.'Qm( IYʸ-(iBfm5O\/p,)K%^s|"mvOX- sm#L?Jze-K%a]SOrys[^]4h+#45H+f484'YIWj9rv ڧKo1,m\S-mª\hbH"JITp9OJV1-ǖÃW .yum%ڡRnǿ 2`+)PZ -O!I)0ԗj'Qj?ۍ jmY#XlYYM24H[4pN߳Q3OčAʖUrB,ggc/Q 9m5y ~W ,0x'W ~J=;lι]r6QoXo%Nb6FFNV1]WRG#IlWґqُDظ"6Nκ)VAxas DzS‚~-G)鶹bʧ:?tKp|n!sM[P"‡Xe7#QnlkZPvlQ?j)Bĺ_SnF(>7! H"}30ũo?ᆨxd]&{q{u[ ^?-Hb0bp*Q{ B9FW8:{6NݓoldR")܇_gtX .FhI@V/]{IGA"R0M~:-b`8nuC7EPvx}`{8qwMc0 $KV^.YG%IU>OodRT:g'vL$$VxkɄh4IA! ztc-\wV|*^b?QrC+h!ke_T31սIo^Z\B{#*;n=k2Kr,n< }. Gx@I`}پ mno<K=h6lCņ'a :*^xq/pz+W;`$<1hRJG.f%&%_RB9M*=WǗ7MH2OXk2D:׵G~Q*`r=yzQSӿVh}_=z'Qׄ0Egqfcuɶ+i| a6V MQ&҈KWpf9E~YW_2DžiE~,RNA ԔcFKeu y /VGc,c@~R9EXãeaE|:N7,~/yy˾u<3GVogZ kUʹd4"YjmK)I<k.Qڅ-hIMC$?WjݓCAc}:ȅMD㰩&=]5 +缂9j;)*Sk]^GKyP-e04&LkQa;K9d`M~- BvYݜ$M\È9 XM hjqaMtPGe%XT ×f7I) l:?B a*zTaTڞ7P2=Ɯ#ƴcn:LUږ0"WIș\DZG:(>W|hWjWC굣)r3'%V)h;,C~iU3 Lv x;(ظ]t1.1^E8#TU1g=w i7nt1V[e|O2U3iP_$#;N5v~]d쇗|]h׋Qъeǎh;f[lHeP؜VjĘBTDa"ƈXH#cp >Mu) `-`Y>)Mc~Su#SZmx=&[qoURyȿ,{#2CHԨ'|YEt2j> y7E#P;f1L3QON!pHf>)B+ e8!!z Q)NG^#MM+/gHnG&o$/Zd/a}`{.#mWV KqҮpWZ`˭AX<hnA˽c1f9LxZVÑ7"x:@B%=DdH"DTb :3sr1/O1q[/ dɁqocci۰'I+f xe J2RWb_ mYدμ]jrڤV׉f|xw˜Ax{ `TggwHUAT Jk s,L&$Idt#&,[=Ǽ UQS0)AgHktG:p7qX8_7fiL{r ~AL7Z(JppGVL 6k;e|3j|mՖ:y];v i|2>\,Sװ^3EJإ dYO{x Xss׏l A\.h>X֐iWMjYggCNVwޯRN:U1tW5 |wBpX&OFc*?+y]yKXȏ qF.;:@fiNxm.+U>Cp_ ^oT{NH<.l3S "V,.=AYrw%l-{5FXVGLrqWtB ~3RwE1Ϡ!"nѧx..Foҝ<5ٚcj\G1$QWK`~mϭYm#iEiEd1*U$$pvFo`FQeIB":ϰ4i¦\#j֒MCc7$XBڌJw`H9*:&O}h/ /3|g$gْ6"R돫'H^%|VAe?=D5(<:o}@wI#궎%ο#~t0E;m[?v, Y)/ܥJz"0ףW8!$mDJڳ懲h{]I i.w8?Tv?i"<}M>\t=KO;xg$E:qBЍHS1e.zPػy2+Z!2$<0iݬЇ(TC3sq!y>  (Cq̰[Se~ȇfl'p4"GwuPϣ)Z7Rf56&c\|*7v=a0_>.gAl"*b#K,ƘSS)Y <¨ N'n^LlPilY$UOAL.'#Lz[s'j M;)OKFq/4@RIL7njDap!ԇSgy`$i*7ղ W>xIP C,M.[V"]"뗋rB!< yo͊p>N<ݿq}ip$@+UrH#2b"Ez2x@b㳹b7FCvڰ6xaIvY\Q8!ZX7d; E7ߝJ~nYKJ ǭ Ԇ̶]kw ?9 kE$9`~;lJ>>?< )ֽܟo =GOTJ!~1Lxc$%l 3=G نIھÓ|A$IeԀc?]$[8 Ơ5Hxo9fzqp5{(-xA[iJybsfܸҿKlP.(A }a83g*C;45O J4}luK㧢S?~͍< ϨZŸ„Az=j N#>~t뻪1rq&(K0 ,;7#h+43̺F s!fCܿ.ڠTV2LM<:[ @[%:7OPN2 c 䚇KbųJrHDj7"*V=TyFBYFGHEu"[8IG)uBNNvôr+L ϖS5i4w7wByYj]pXE_Ju,g*pճ"2DϽ6-VuLLYҡHJ0<{] K=Ai5?E~^[5Js1#'lFX?;<%1=ghjq21,w~ʐ ɽz3ڙK.a#ƪ MhA 5XB?R9eT.y"aaCxķYA) 5 Xtu-^vds}_䓌&dm.C? G}D7y'V6.Z!juC3pۻ,('h]6+(ֱG\gŻ*qy9{49bX6-@ 'KBu5Yݫoy!B``&.@xKAfЧ;7lL;j+lJu-~Ԛv<"J=\7c`:3ݧz@J:,;|1*fK #S"i@,(-]*{L3w ,%M?'fW^Ïz`dNfzD랉N.t7 7Pӱo=?[ ?-49sE*?Dܿ 4ilؿISJԗ^rmhiW&z) 7KRe[,uy: PN GU-:ju\O{mqݡd8.6sF\};B/jv;  !pt'AQ^5Ű=!G1g*j.gH<=,nwgI"K{kVz u3/rdXNc/'5%~a]WaŬI- K*"}H`w%jFyHٓ^[^ەȕ Ѓk߲iR9 UtPc~8 n 4o}(yjm".hϒa={`JfK$ ңh1N!?/E.ڳ7eЊJ0~΋z(ށη8ulNgOX=6h_- ?a+U unQ' p!%b ,ֱ9p+3+rka.ZFq;6}Ű-(w ՕKwn+϶dǃDg7bOR6G`AJȹĽX5V&3x!ҀFz;Dy}죑)Yn-(Cx|hiT_Gts$0wk-tqGt!,8yrv8)G4'? MڔX?N1K'^yu!]MD; Mp;qz^s9 w8"WX:lp WHHӸ6*vA.F}c*|('JAt7T{Wǻٚ[ + Aʬa f@k ^G6n73Sg#ND -F%n==υ74ՕZqzل]c?Y֯-%D3Fցԃ!qZ->Xe'(=|ܬgcgӝ 55TXd^wA^(ch<)5k\'sx#m#ݧ*g6 k> T zl*T"NW]i2hjÞ}"<>q=M: |anDݎ;w '6R.ޒU{u[m-HY:~wl~&3zd>TpMGż,rF ѯkuu2#K$Jq\a.u ڟF+Md L" X4U~dyN6{pٮO9(]bS>1'UQRhH3JSSWߏV Hu-Oe1{GIT!wQ,8I zxO=.Pe裾a=lj{:*Gj]@=psؔlDu"Ҽ[MMYy*̝}a/Ѝ?6=Ypߺ׹jHξ&Ve'a!TLJ"Fgb374#y> s+@?1+]>/7p=f⻮ED%l9^9y)6( (|v⬓Kb-8 :|wOar=\5ě5[#?bΟĂ4)0w&㹅$mVX+aBEY/ca~eۺY.*NЊwi{Y`t#ǝWDzG--ܵBVv9fmC9u_ᔇ8[u>:筑 ؿA: $9J Ʋ9X[ue/(<,2_~CeS1Xֹ"W !i y[5}D ff2Wq8r* YƯL,QeBzP&PևR[,[lSä*~:^Y_Z5Jl%58N<oVOIl܉kژv>ID(Zv;M:=EepaArkbZ^}1d%u18>hLn! aifxe  W@Ƀ\N> 4#TO`}D@@ŒI,|gcOKp tʵdK=*ܧUh}R7Kw(zc`i37(UE#|'XyكZX bc)Em;zX);[m.m vlX&l7 tHI/PbQ"+K5U8`4 .k⳦f^+8?i0dĦnYdpFi2JlyE$bﰓiqkp]Z)GLK2 d XWbͯZeWת6ʯUWflψ Ɨ==b7a/IKx'-.NҺ1pN~hchbİ6o /wW=x } &!*^-?ft=48+mxsSDܨwNa(Z&Py5)C3EWW/QԌ_eˏ.dzfNjU`i 6li pC>R̊Vz9Sc1>/4ohj~w޿J JvVβ M9%bY.hL* :v, DS[3]!@KC|‡7 }Q,ѪKMEɶ)J뽆ک#!+ˤC]f2I1 ]$B]upvNj`Ra!CCdV^7BdߩfSLє|.SDD Һsl}B˜ wG4v EDiALYL8c "YzK׿&Wg$v-LPDb"U\B\n?rvS͎(Nǻ-zDy1.2! *&nt꤄^MKf6EwRѣ/~l/'ܴ^G>龜Ven_ofڬ>aMz[o6F\z9 ~ΚRq2*RVQ]L(g4c:#k !w+,,09LP ['IY%W* _<)<}L-AL98~Ty|FEe'XZm!"@Ⱥ^rd9E6r.lYjL)ѣ{a&DžMЩB#_kjg q>TDLO&%~!4Obkle5)6B ^kiE8fpRA3*b+Qd> rp۰Tm?GZ*ͿީFR40Af"d 3-Q"rf5jYaA4b|-j1Vb\/\1CZ?6 ffU+c͆P4nA Ƹ$i>˚W  |k%^םhTP-5KI*x`jhsB]lLjt!o'QÁ1zM& EZ COv_]6TV̗ڣXZd]K/w$n[ 2vA2M@1P!MM Ҵ8͹v;6D y}@t.Vko_dwc%bagco\-i ?f+"Ѡ\ ߊ㘾X@8pcgW{3ިn*z$k0$ \?+** ْ ¶:zezq ooOS3hd dDvZT|<=+zD b(bi)ƋYx# 4rQۜg=`9cD;h*nx7rd|Tn Xȃ:nڟ(dhw!s+x7f<^' FFI߆7\n8ש8 {ǡb/"ZfTT_fuǕQ]q/DNDREc<' /#p9꾯QzHKX!}Oz6KiŞQ!W1zh4Phu%JD6k[e33H+=x#{99$/{)R4V[|w'9O򣬈 Ow->mEʦ{Ԗ3dd$/k14C=nlӞSrZ/e|+<+h_ePa[|'}!;hDq'՗sMRR{c CW'b s;fW7K[ÜLcYI8^46$;..R]T굓M,^;h\.˘{6u4j;WVa_6%;]?x`CY{fe1dp5*D'* M H~_LG^'oO9=nrʠܰh*m7x:LsRoPTLH, Mh7ỻEW Te*˱߱JFRLu2ohk6&lot(n s]ȵ}#@@I*JPcOm@/~-`sU]2⠦WFyt-Ό(.m_Z3.ku"Wg F3+^uGx<;9_iP:Ik8 ZyZJ)s~[՗H&U3f :( nAKG>yQc]j"[IL_o=dR&&b1%g#QH)r>3N*V?뮎18,˭ vqS6֊ر^qoCEC/.2,̟hF0a_U;BuzF7R̎ؤWJGu5(W^'4n.uV so_jR{֭'Ǐ*j?;KRpV(ĺ<%: OB-Of גI4#B;6"=CX#&G^N6.E`8D7(T-" {U 3-D/mtyK2Tz*_N,)J|`c&ݖڑ"fe6{xT"e'TS(MႸ¡*a`y||i2k 6M߀.P\b /]cE'OAPQ\Ơ =20;j1Y'K?)Cp"wSF&ǀb%J .JL]y"^=-]C=ޫẃrkNUX қ .TDjq?Hɡ7UIV̪Q %O$4aG*-KSW9phN3qi jCj$ #r< d]x4HB8m,prwrJu QH|X}h&K">gŰ㟤NSSiyr%|ԇ6!WҟFZn>K v􁸲eL>k3ЀNJ@Օ+ɡ2fM zi%F^X_/x\|Mm Q%s Ib _vZ RR(_kYd>cB֑p'S *}`&cgRq]3k,dH15#,njeKVO CGn1(hWDn,f@*VuDydw!;456I{w^pvI& 6y(OBh{ӊ^K-6{]r&ڞ4Ӯʽh:"6i AM}IEiJ$=fӄpFȤ ؎3k2)p뤝sb`R1vxV>`}U&A.͐C  [fv{^:c\N42< T}g-v;dl6Ho-V %QɠjoG 4!Խ!{$C& Ȭ΂;9Lx!d@,M%u o*nWV[m^bb8~?]ZxfTkG8"f7MnjFw9?V_ Hyz b«KzG 2瑸ʗUQV1Sh. )3:Dڎ:&y(atCQܾ=me9[60v(1%F qMmQ9҂$IwȮ_Dګu&d1d h;ZTQ] ѕb"J^>*638Sg<\|>&Z強}?oNG1Cejh4]`aϥvt^&:ODMԉN84U^ xq>Do?MD{ 3Q ~uJieG20 vWzQ0y,`ŋ7.fBtڧ_O8U?s]U5f7 ŨB_I'6ryv1>%{B[zk4Ш &2ROEx(yü)qFawVX3(HB`pvQ :G︐)vQbBJC'V9_E8`NM@hy؂ad"O4Qa]RR;avmMlWE}q>ZzPaRjE-b5 `qw: ۵nQcCiP,o52%:YȦBEs@@&>p-1dvGWq\YwY(r<:]Tx!bgt0QT\Ȋo\XUh.ڷٔ.L)frw!ZOIM'Џ%G&:'s;_2ՑQӿԆ )N6yH?E?; fQS"U<6oǢoet-=tV"S'UEq#X<|,!)zH3Ycct'BTMηV}}yGd%> ˥? \ERpKO{5ui-z轾jClB뚀GZ*iV7l}oZ2vzÞE &0E2REtr  'Cx$4cw1'fPnQ9c]>VcͣyMds)eO~Lx0o@"kFRhVo(B0fs.l.bE`HABv SS7{";Y{{~HR-I~sx4ֳ$fK6OW[ $ԡe-=bl* 32 ]jQcVۚ@v|w@OșWhT`Oj R oL)·XO}?µhZjM 귡 4y7ߨ*paݝʰeI/yCD׵g|"`3LiMOz'm)}b 8`A?Șe jPDjt0b,è4rs}._8BB0u3z=q!1 `VG9C5eܴ B F@FΥUjJFNRuT2:qpÕT;WGOX*Զ]+u7H+.{dczsAc UW\214 po-k/RH&\h6< @"61Tk˃ _+ s2F9A2 In'13A~H:AGt/D>%DRP@}D!! ޗodxžk#\f^ʟ?ԝb22AZ6HWzN:233Fi^f$6> |#\I8%0ZGs!<Ԥ]@9| pF '.QsXM)$jH.(¦:\v0Wr{RtIMtRx z1 &>h-p*;GNNQ"OQT.Bs!H>o10{ô~!DV]lvylt؍D$)^M]Nq7Q٭TP'U~(lhr'NJ]$D CjHkbq Jkɐi&@ JH Q[>l1!eA #3,$N;']3?V Wf{8-F+MRq_G{~c:e @Hiqk~TYI$^aO<(n j][hkvF6*A3/`nؘ=Íz.89s6ZP>M/>0*HϺv җpF|qθaIrC* p+!U>G#yPp#PMy pM?<˶krGuΑ\G@fŻ(a /['m {̫7ŶϑiAL/${t{vӲ`zOt=wx"k]AOJ8(_8coF>HzɑOb+_[6XE{dBji+4 iuqgƧ0*kt& {/E&*9|9MwǙI'Č3>}[2jڡQTLJ?U J;eq?XbHe`'K Y'n{irAٛ"'BʏC%s1?.K2B^TQhټ@,KhBp KtBs['n| SQy4gp+}_i#8k*Q7E]77D"/Xc)gd?jx#v;3ǂTuż n>&1aEDH;G:F[h܁D8(藉:vf;y?o̵)8uYj:`7n,yl{ŐB>[d<'6,|K^YN!E>JƜAS7XOȞ,ւFH9e:օQihx dƒs4"N&͍U| M/x]}ؾ}f"9U&_]ܼ; Yw?3Pc(;s6 .% /=r uυU;ܗS&ᙟ;\m2ڴWU bPJ3Q,1LZT_þ3Dy9v Mn޲l LIH; ↎P $ZA9OnYrcp 8}c $SL"d|BN>M=:EAy(H{4aFwKrb4RKHܪ䲍IW1NW:7+T1FpڡK"9 Xc]~X1߆yVϳ 'Ov!@D/z` +59 Vj0>Ԓ WU= &f R_lI|ᡕŹZsՠ5E`fcz\VMp :nvv R>6w&݊a2k"=۔3˩=\䏗Mk,$ŜEqFhUR~/ADB{&D?o^j#!ty@jUB@&P]ӿ R)QI5$[Y]_;]k\aƋUF*C0[ff5:^oM0h_B 7HK~}3,Huӱ:CD [ a/pU u]G|ɺwyb.- lD'fWBKL* z涓wE2138em?z=IA</qde'eδ>seEn%z@EP(̬IcVK2P#RkN8T%-Ocj+zE`C4M66"7V6WPNf=,J!'٤liN{xaLmb33anۢMd.[~Gxڙ5|[-Hh.Fm#TIbr@#d8jlE,Tf\X dF4.2g |rUXВ_(I~ F_\hmDՎ|l(;76;\͕+=G)JmFh^PnIOқLD2w+ T PA~L%J;Cbms1Vp.)g ָR ?Yg'g"{|fU\NkiJD_rZTyB# ܰĵ A|]2ԑ? עsd i| 8ʶ2N4q/5+^ E=䄄MyFBԡijšTw"P4{.8W,*h<~+⭱Fe&[!}"S'{2nR @w<;k%9Rpôgg[;'c>̚c n%MlK4pXX'ʡ[(KԲSlso2^=k"L}\y2֤!V+NsxFsVFN(x{2~[|t.:3$p̗Y7i2BR5NS suX4߉]-@nr 9rȢNT l@ =wDSK1 xV%Ds~֡5$Je,꽁/{zsQ߼c{BpoC~[Z(LUs%ȚxtXOG9\S x{AK$mr‰x)Αw@JM*‘ʖRnԨh GMH(f-@k81ܖ0i;(GcIvݤԔ\ykY > )錻.vOxCC soh5(Dz.<1~3m:.HvK*<ѬgY IN||* _Y d^Np P{xQ.GYЪv }^S${oԫ~:nR7|IzJ  eTec=W"T[jĬ&[|/uM-VzudW]=6Qҝ~T@ӁA4Mz TfLfqzOj4%kGn`niy U%c+d#/ iYz5 jA niZe̟F ڮ}LHF !rZ߂ֿI `ΝM: -T s{[SIwwEEH&*إ?#5{Kvf}o`Ss\.@HgP<˜'F4io-Noe.u1Ee -$m[ hN'ޅ(LKڞ=b}KM̢IB0N)% o5"/Vڤzfdңl<#W%"qB.ގSy^oXz}QY[Zc{ "~&Pk k3ULJfy., µb|};aUVvX` .oጮ LQ-W[C\c֓d  QM+> ]PP4.B8408엫4%3j_}( *d}'kfvf>[U%&3UI&ƌq'c؏?W,}^s  'ɼMYyp+g ̬"&Sܥp\q``FH2[FW|)xW_Lyv*5Nhj)X;`|yiUdGAN.^ߋ] hGu2$`Ƿ;ӽM*\ȲR%~"9N2jHߘ~]g"E;>@ywO !# eEHABtM*RП?] T9ZMUs2Ƿ9#;eWK?*C'V,D ? |~žf?ޗ~ŀdЏjxC_T޾pۄr]֞AIɖu8齮8:HRAT8p.,a4X .!wbއ{^%`Tc{pm- I[V%rQX֙14`TO GnV>yoNcumb˕,*~F/"ް]Ma]O(_8J܈V78 ̕J4փ'5ܿ0VS=BE2KL4t0XzDafͽ &Ж-s? ػV >]y716>fŪrkw#BOIū=:"\0njvuPHK9bu+Uth1A>~daq ]TϼDVFwVYmmû.vx\>~/Y2~amE65@a:[;ςo˵Fˈb9 !» q]/̫总䴓DžRJ1Mnpې ŲTM XT;) };|[F k2ŽFvdPU:,QӰ⹲gҳ:p@^Gã:}s%D,(>m )^DY+ r?ƣ ,rsXf.JAv 4k%eO"WTյe͂hO$<ٷ"QZR%`_v@+m9(AYAQ ą0@;Q1%8x{0nb,({e6!Ӆ̰{J<^(00Q@F>u]M+@[$ =zϒn9IL9 dއ'ZTllZ մ*%jp0^p~8 X׉'p,~,7 :04ȳe:D{OSY ,Cئ$~? IU4w_*4JESk}Haf'_PkF'G/J31Ř@uIyOUIQaí¢tZZr>I"QNP]"oԔrP^csV%Ax:˅'.AFn+nuFZ"mG@dǐTY G9IS3?fH@(1vOS+NIF F1iOVF! ²mUߢ2,)= p&^ok +o!ĮsŢOY9S %d>G ؈{M6N b:N"$'Kf{|1HOiOI_bɦ(E;%x g\Z_7x{#mpPA)}OiCl7)5|dy/\ %t!u ^]n&K] V_pK )zl gAP$5^Bn63Ja}fq5-+X<ᄴw "v^8^P7Dh1B,yIjn#taY8#NޏDڛ/R# 1h:Ì46P{_ϝF!kfHJٱh`!wxAka NX5V6 ܥtzLaHk"_dQql+\Wv8!V\>,ڶa}$i~(7 +IG6y7cK!a, A*fR<*Ya9_-$z(=Ju;_" {|Q=OgNޤ]jnWg )RAo+:5 DKOtsL가|Cht8qj;-"s5cf 8ٻTƋs)Qo Nkh5h9i*DnԕtƟن Կ1O?Np 2ANKiBw߯O?"!iWJ$SL}Jd^hUg +h/kT&Uqn 7Wwlpզ%y 偬*922~23&);P9"ұ W2^(32xm^ {jKM/J>[\"yi_MZv]eBPG}Պ:K[&^}+a?lq#v?l޲$f,&EjI<vo=;4eNY;U(%ppymk Wew`tvJ℥v_|(GHUM؂px3.3R-hy\Źt^9WtP'E xVQcB]le1:V 8{O*)9*Л+px~?cGLc >tIDI {APZ}1,$Vp؜sm:-,ӭ5m5k䡖V?ҽ o򞽿W`3ћ;j:<Ǣnc=eD>E]iHwO/ sP\%ຕèSXMdB`cXCoՖ^a2E]C U" t-E BVK2ˉPpXaLq[6/xoE&Xfk>#Kq7 hCvA2ߖ G5,Z |4CvNFެ% %ҟ%9]$H݇Z:Պw#E>',=0yw!78Xͪ~fM}q0+(. \@93+\ny -?q{gw*^t#4͐3V8\o㐽9c~Hꪬ0s_( d~rX#'qW2 Km riG=O =kVnB[X#B̓urZ? $9G?}#VsIC?7?,ИlE4,|eU1'ĥLi mj;pCAQ e|r:@̇ ە"U{ޱb+4j[[*<&ϋ6+GpkH< Pm_~\\msƂjhRlb7'6Xzͪ8ڞ珦aVXs 7LSSgi\Dt1or9(N{Fxj3I5 qO/by˴*+f(#7<2M cIa`Mm-_9*dV~aaR4R! Dj>.B O}rz$5|Pzȧp5Pp{vE(~90׳9>]Z$!-TZuH!hihgh2nt"׹=D2mu~@kŪO,23)Ozi[jf2vKr([A$d#se%O4ˋ˅{:>6QҎ;iD *)^SPI\peHyHW9ᬠ[xvV$$E4Iphl ~湤M]RTBJvo)3Z*W ҅!CL$j Ι[M(Wꢫ}6ԟDTk)Ԓf#oQiu.AF2TLS!ae>~{<44TSGw$#XmG9luwXt̜f!%wZVM'?#`mJ[ 4D-5^O<@O|xAwM_]9+&p<ctLV6Eҭo(B ;kHP.W4)kS!:$XCQqtV#kGli s4 G>,lz[pdB㝯~Ɏ Dj@+m<2heA"Ͷ4[,JsK]ɵhhA@Gu)EA9)A(5:&Z侫f(%,1ڝvqWb|Bwdĺ569N2)IP "WLe!v`QR|2ĥx(Gj)tYwM߯=HƜ?daEP(ya1p\rHp1!=8)>jFjA[X4GsfjcfW71诔ݹЁˌ`A9]`*.Z11gQI1'2b9-Y1<1*~hnݥ'a>kAƹ'd(l`ģ!d=5㤳1q;nZVj}{ɉua[fO|c*d Vhq ճ4ilTژ.*z0C]kݶQOL$$ B0K+cxqʹR_h'$A32zee#d\r^؟c&)PV+(v27| c)-LLNÐ#qJxo8-]^W9V WVKFVMskeJ ɳ&Vg3KoT0ĝQ©y⛎g(2X"~킓$wލHlT$"ZYUԎX m (If@x乵!ZVP2$2fn.bޒRs΍%J[K2jT-b#Q=V.MW |1&Fq[~0-`\`,TE7S>;4JQEBXXmUL ApuNQ_H' ^ϮJs`Hp\0<~'݃"H*.4_;n|@2Gvj<:JTz(65fV\3S|!ewU7Z\9 ̷'u;iluwwհB7]Ѥ^7!Zp$6۱5^DAf Zkjr;\[ZV vmVջ%teZzZ[d L&|*c2I9 m}_SY_ i^؟PPT -<֙`nԍdI JAdFvQ½l7Dؘb(!A6C!3 9_366QW7R<r:4o Qdp˭W:\Dwœ>Qgz΁PAz"׉ਐ%t :TDO}rlT}5$ aDܢJ},,/NyI~ pM%ǰ=4!:71HXl}B044luuNAV pgaBny#/R^h3>eI(<orCQՙiuŭX!}O)5^&=pcWېwy917"5*vHt6pחfv"Y.xN _9',"ULJQ0i]l_k^]!G>Xn#ֿ[J'40!J yoL<+xAg4ʛs&:?%0wW^ֺ4VѪAl_If9շSdz Kh$TB-ϡ$ew5w7lo9TD} OμfUm6lSdτMVK8K6c&>y>u^qs9}TکjZ}om[)Zek-Om1aT_=,{n'kT0+m ;5@] ߏ!bi׾#J6 }!jZ8EzB?$GpKg*%y)poT%2Fմ^"U6Y4:Vj15;W7+Ec^mEN}si$A䧏0)lǚ _̔;_7dN٬<|JXd mM|&BT3FΜ*֣$1d9Pm wzP.RV\u {pk_ <@SmrXYb H*E/uڱ#Xpt@>̮iU 7Wv}~ odhT<|Lֺ XS/NeŶV*c'+:GU`f wAWpMhjdC63o?!Fz@AoPBs_={g;8 |E4ԣiţv1 ~)Bc.Ki,:sIQV9qIu`խy;NJ]-Lt=!-iCaoRݿ'%Ǖ}QN >ov*{p]iNM?{|It:y&YɚaBڀn/|kww^|TvPٖWNU_GBbó?+e\TX̴7|gfYmА0:_I+7K@l2ȍ5x,I6x+Gf=(bɗ+(v?Ԁ 4@Y?VW?DhF^o-bۏ`Q:H%(^riNN,^Aam>>U)',ED;uP55G1dEc8W:wrആK4O~(_ YB-qzgc?37n)ʨA^2UڥX^c93|_']j%YA-6q.Ol܎] 3c[׭ Qx`heb21BuaMn^'O<%gIB2 V+W G!j[ݻiyxjhlj z߿26P?']G;:M(V;1!IWzp~ޑJ788@Lg/&B21v4e ev땶 =4-?)!N#TE K*^ȣjmsΫ Y}p%`E¶zJs&G|JVVܛ:>"FK61Z/\*CB~B749" 8H`ZXYb:3mMp*5{!<CoeP֘慡^ =s1b'!X$4[w?U@A*M\0 1G/. ;v,0;|Y-B2|8Q߿@}Lѓ<5IES=چ\3DZ)75JO~Y5-Ԏ16zfNb0k)~o`רMC*p)tNѶFڠ_`Ϟ‹ʤENՄ}2MGUD Zf8p/lRʺ(]'Y­亥Rz4~w`CW.y }`o~r ReSY:ERи z+,4Yn1H I?c >}_sݹ/z;^CЅ` #BHj_m ?~3$g&r(7NWkww5ytvG[svo#8}oޤbb6s/|6ZGH~>1 tGH$>/Q. |0;B)Hݛ,q։R&S#])=֑i7zrI<0<`hdQQ'ej[To#(Ak}m?_{;&IUOIEYƏ@ , E`_0ԋ_D1@ќӔЙX+C ټS-PW io; uuWL!VPpZ} X/9|a-$)M͸r8ȨVi#R(D-q\"4TK2N:1ڕ *EOpd4lp&R(FhKT9HP짥Vi6TGz`4\vZK4S0 b`["ǀtTCݑs"~Z7]O%q"s{(NˡQ u;֚0Yq*pz#S xD6vt6;Ujp2[LPTƥ +ػ.ֳx*8LCIQG /bw^CoOrg0{17QYm>sa|VsG=zAjrri%Cz'C[AaMn0l 8Ԉ{&W gV7Ѐ?l4[uTR/Z6:%M':LaII+)"%E|RN/2~g!RqKwLHSaI'BW&=Bvl0H:G; =ОomuAoUlL}6jP0Ŝq?"μ!I/#oVsbp8v#Cgb3bs&):OQ$HRuϦsȓCk1(N$3=8%tk2吝1ؒ?SX.5=Q/Fj`:-lJ F*2__ YLW Koͦ`b׎Y_u;xܻUvjS}Crnfΐ~io6?Y&'5'j8p-)cTc#0c0%9hgttXXcXC|ϢR<,eH<:=CVG/wZsOySD]jT>OSˤ`,FAv?APE9A2@@Χ[dQG3I.s^2>*ꈁY뫨{ifӵ=OS`h1z2Tn+HFV쥗TO'̱~+ֵt KQ'=jd(D4oF5]]x; "? , fhd7LDMV aB*uih vE`7Muinr(qo,Vg6?#0Pv{]aLYlb78 /[]0L!Ş^ IN_=[ҾA*gt`T8|5YzԳ*s#V&2^qZ_!#2x+1]BS8ډc , RQ^~@ط#3nOc\4ӲTAU 5#Yά Xe03;/OLY[{` #×u >۽[f?RrH0_ _Vb`Kr8`Lp**Nb8X"i75]+j>'̜{-cǕq\nabHwjL߿Waj3یť,ofڮ0ssG=}O%-fE\^,GfM!-yX )ru:4ZA9rGVWLJO{ vPĪq~5XƇ R! @]Ӷ~ӭkUŤ({\h -˯l<@qqyʩ" ߵ_ju˅8;hn:8Lcj&Ag:Q6=Mwh)lU,T3=wB@=UVY.K}6Ǵ+(X;P`ƼQ5\hS7RёقmJk@1OYkbwHM k/y茙Ǔd+k!Z ƹ#RjەS=ӬT>7{;Ʀ{޲ u/H Xp,ωlN>Tƨɍ0?g#4cxݔgY'K[\35:U`'[)۾hQ,(~WdJ`0(c\IsVQ=bfiϩ(m(>UEY.G.EGk~OEdBc+rN71KDdhA߱2 >!k|m-INJS^/ XCލq!Wp@"pr #蘉P?Am'mqa2 /3"DR+5 'E'7kfQdžYߩaz\B]lI.(7'Ugi)=|Ɩ`y %[՝.O\sAaeQ+"tfm՗Lj:׹cF0K#&` lE` @$ϰ_#fwPpAٌMIF@CF֧z{L,eMg]6RSWOJ^{FIz=WN9-<q%:AQ4z΢:cOpSan :]{@e 28r Bw>bxQђ, C(GS$ήK;OPpyKd<򶟳Sia.n!쉱]xS miPb+Ih* tbEY&thKc~nی@Dzlu70INnN4=Z9}79Zh}i'f 5[W- v59ٱWS*O{YVѝۘ:{XH 0QJ\jbgZؘW[bncHj\|0jCE%'-[kc ?Ujfd9A&ޥ[z`ZN.Y>/x#i>%EȐUkvz`}RS}CSt9x N9ei8h ~6aE^'>_*Vv J1җKHΪ*.y")pgF?.@Q}5CCu6%Ը':H4$t.E5@fAi}k0u!2e^ۻIW1UUeYmS Q={vN- #0Y1弜vT3J};ܣ*7fi&&|T>6yMȔE% (Cc E̯h8vx5Hٴ㛿{ c5AO<3PPhAfU0KUU(:h Dġ:*yF'`+p8Uvڶ O p7_V1>|iyԱe]D@ߓmJ,'B9um {%[f@4vJBeniW-0 'DcYa޲T}O Ԩ0GSoB4 yEɝ/HF&?ZGLkɹ]ܑɘE( l-Xx; 9$[p68ĩj4t7ac%VCnԀKE5WK C~DRu{DC\rDWOX!va5Vl,dH$EҒ'4sr;1>r_mLTfS'Tg &;lQSToUtkAw#rf2}t޾bb[{b*d,PSfC& H6AI62U$&$Xg, eiJ[Q1nts&!< Hf*ՄAev'.ؙAz=[adIpE 0NڽCqjgh`AU{bu (U^?CюQl¡2LM!!n.E;zdC-*K! {'38B;p[o 24h4rFIpeV߫f:j! ^?N/[a* hxhP%qwUۆU"ޫ=0_xbxsa?%^gj|[*de.T\P, 7bw9{ox=' ;0иPg$2#iڍ}v>^TN"ibߵmHLXMF5&yIrXSt0Lݣvs kɩWAB ħ,T+WCPq_d e:7mxZF^3$HKL:r;N;RZgv v$X~^fMIVmpR=cI]e-ZqiT|ld4=2u01[ dp5:*^-R2A2nߴ~KEH;t*}[!'SޗL9 aF! kpɡaadolMV.KLa b&4:]!rMY3砤o*-׺kipO?oؖN?dLxi%-ۄBʼn0M &:Z-$X sEԒ~^NjPm\N㿛̡!f$yFB)\[\r<ء%L-Ɗ>}4 -1䫯ewIgx1m S֫j_eުO[np3٠ک&˙u 5ӫzuK97HHqOQSkOzeS%5+ꬿ>2V_@oDڗ^4'5!rqk+&jGR=QU4v94ɘ,SЁY%&l6eX$䲒(_+}P%'.{_0O~ɑ){3-NZVYlY: Ȫ&nJEL-0'⇷NiiF>*t'Cc8m8Q 1xpN /kt^QWAtkm _W/'$0ct ۘsZOŠ5 -\f#sh63ٸ?v0XV^|BEFDfw>hRbng$3W3ShĎ5VNF*(}xDB`z"8.$mZ3X^y$Gٹ<ݶqՍLQ꺔*d xX].!Aј" {P|k]@m\ C ٕOamNՆlgkumhz>ޟA:Hx2K1kVu>WtzK)J[AJWm ˣ5]ڧ!Zlm@ !D %\G kG\fhYƹaeZeRʾ嵏5t1z3fd٦/Y >!>Z$-bHFֵJ[ g!L8d59ShD&c?"S򀤺(s pQdZC.WA#;xzD*.9 jڂs0ɆFFS?9^]'owIl~.:5t3heü {Q^X"SFQNVL7ıkMK_d|p`|XyvQ=DO?ELjDe7B.r%wJ.I2%>d#o%% 36(Kh!B^kKnj?4q*ô4˗:Kʒf>~XG3^ 0/L=J֮+[Rآg2y2r&r?oYqezܺH-xnmDD5k8 äk VJg] `\BWJz$k!o6\3wZP opCQK*F_iY=?y* MG/Ag&%3H=晵g`A٘ofX=st[ckҷtp6GKd='G^In:+N!P!Ћ@cL5DiUA?Yهw?mvǪEOf^T{yؖ@  swEh3wB(Fh]t3v|Z=Bv|g[Dz" L ۂg)C@fIrc;Bnt(IhY"dpj>hcȠQ~pۻD_XZB`H]Gou+Kk3Vhı*V62Y}A,bLt !0+7J n=h`A M0xL 1Iz=IlnjU¥ڹRP"8vǍ6lQu $/nd,ȡVwT(RQ%v0hh, Kg?GC@yahRMVhZ580:. He2kcB;@4abiaL#;Vh6Rf4I-ySCw,mTCIAPf(.ຈB4Q(87u1Lf`rzh :s:$n&> ?gɇ1{"՘ޞ~m L\k3PRV\]=Z]'ߋ`aûiA}z`K: l>zH'3%!CLc!$d?L6>[KZ/#G#i˛6b{i'Tn?k#O]<%OY@:x ھNJ]gng9\hm2~g&hG~=).ݏ?*ɾPp*^^Di&j']i\j l@J)+4Β~7tv6 sڊ$.%=-B*e^ ۀ͉ŜtzU`\.QLes`@H1>4t:*-ʐB&뛩Cw=ّ;P6[ň>}b& ;p*5Y 0kȂ/إ^9dIC[DxL H I0Dx#WĻp'[VȠYȍ1K]b& rC/8tQ8-$wPZ^3٭0G4~Pen夏d/ Y,3 +y0޵yY<Nر\A%wcYe`͓itV_iM)NヤyiY Y<M] bn!}Dp![[B__uZzƃe.4E_uƤxOf/k!z=}4~jb-mيeNww1I, ^Ug2aO#?G<Drg|.FKu pD;9l5Xp(XDbKF{M/cz%!^-D@1 {kiTCH\cȣ's-W)`ICd UQQS4DRlpص--11w5k+Xiq<9J: +;r<4'"7 QN(dždcN+PP:f2>-@y1= kW;,} $i6;uJJj:TxMAPtkTt3 ,lg2 %2Qa2#XZ#9T}ɒ Qd__Mڹ6Mg )kHُ]۱ѼudOWSrLe Au3%; ԼbN18c0g ШZL:ͺ~Yz(cO!A0Dˬ0%5dWT,Ϫ:bsRZ'8fa9Gh *}o(R Ou=~&\ߌRhےl95YG8P XO8q-l :,V$e+v#js~'OX)7a2'PK_WOTk/*`+Ѹ vX*ՠd-'f`"΅\:osj:2Լ~<y>HnBB2s1,ԲV4VM1KKbk.SW +[GxݰR`Jkۙw11PH"O"șnv;T8)}I% ۋߐ-9^k}5arN*RS_yL@F1qM ܑ)V@?Q^K%ď4:ڝf32I~Ħ~'T%ć;CASm V)b|, jAONQ=o@@3yr NK| D%M"L>h ]ey  5 svk|5b~eBƪlpjKp891`ﮅ>h=̆wpBnFX,74 -(Uk΃ E&Dxm%ˆZ#5$cgbr _xϮ!b&! h2?j/Jc^sy-潽|*%# 6?neڟkuNJ֪7+əeGL.T{(VLTxZBdXeΧkr8X\9hSqʑ-yҙĴyNQvlK '+EcakU<+ B#PloE3{)Ow9Pi7#kldzDf6NՋb㐙fW"JF&nOf FR/k6>bkߔ[Ϳ4@Kz 9FwɷL$}cgc0{g`9}& Mn0{,Xюp˴ 4C(痵!9*̔.u:4͐wuHM]-x?{;y8 r ĺq(ݳD&>fRNMT)C(Nώg;@!Xzљ7'SKERS'sY%ݡzZL]F?UTO"^EX7i'#B^RgD9s7N6웸>b~!)~mۯ]m,EFgӞpP|ʌNx,j,YrRi(&R X'1'#j 7SYIkلH%BǠ0>F wqP ^ond 3(c}hÍw{]0-]bDfk|NMiv}ÉpL&Ͷ. <;;5ɭ08=~ '_ hNWT3VHxP6ʅS0F>,"V-3euon$pS[N{Ё_; <ܱ+`5m L#Ţ&;p6 y Okrĕ%ѶP0:MpuN6?z@?R"4(LeWh&jrI~o#Zf ?)C WhTz,p<#4hK}I=?yȲlGTm^6X)/]!(woUgpA)7%9RŒ5MAIFL/%u%*:/fc'ʎғxwJ|\zy`J7ˢ87 ٝq^ߔl&3ڔ3j^*폔~c2,˅2`AyZ3pANFKھ=0)hVk0WyEk opm\n͆M4B􁶰1>3S-[)(Fq ;m%Ƚ_+aw'Bzenjo(b8mPNoǥ*hnv|(Հ ިof)̀j|\gyU'ǘ6VڍT5O^Ԩ$;Tmrc >rl>>Jϯ?{Dȱ@?x|m56 WLΐ5xz_"{0^͏1w<"@uXZmtneA5Q_|Ԝ8l>wDUmt}LJ(ߛSԷ|Е5+8KOO8 ]Y_7)Op­BJʂ"?T:I-̦0k< o3FQX+l}>~yh?j6kW3&6nUoIwUNEF WTVXF 藢kaEyi9}0JD0;N̑z;Qao*'Xxb\"AlyԪd6p n.ql9O5;ym(0O6cF4KOpv{r)x,j @t|_(]LUlSfW\ZI5\\(f"p6]7\7qgQ\!0c AOjv.< ayEs(ס>jM_OZ߭1wP44Cֲ4a_ʟ!GCCWQ7;/6_`}r~f$ %KCJ:! EߏOL؂P2E+ٍjw:Xw Nb ,;9ʺ2rdv  ;o0̵N43̜X n 0jhrYõ}cؑ#XzNf8ؼW !h5q)Pg?7\`;8Z_:HDptV'oh oLdfc cga$s/x=d4eLB`7obg"q2:jnD-쓴TT|jX+D璏4ؖT\[QlNf4!\CS2f114 üp d,0Jy.\B$(*PQkR5̃x*忚tf?V,lgIu_593wc?j+`pK\Yx%2ń6'<Δ(ˊd;obiVKnsك ~mA45)j7ς_Ǚk͈H@{)Y"oœ〖lvS^zc:?s,3@}E Xw#g[ XKa2c2|#[(}ST4'a0#A3&hjalÞ60ܾݾ$=}]M|Z(f $WM! hMߋ'vȹ2NZ4~B#jNftqvB ո^C^uY)B\5#A|P}[JaOŗM8T-y7]>m6g): c鶩sU /]5`O"f]^ 1EwҌ~(d';P2v Máb=ŏ?e^NʭB:?21:t7 f `e)-f0s^{@^z v pi0@H$K(~)X-2$(*).>*鳺ڦ/c1O*M goc(Ϗ9ʼnhpj-8Vˈ0}LH윖fqTt/F`aPz ee4(G>7EDQ_6Fپ7Bh LfE=9œK쏪^̌W#S)5UܭsT5}*;{NU.2~g9PՎSn }||oam"fg"%2B@&#_)gWe׎fh}`Xb4`>v|TxMJJyoqrZC0Gl \&OX([΍'}MVg뢁LC@vwtau{sE7~PB{9uKQEa\Hע)F}`J qJZ_LvM=>c6a3`䣻`D19 `-L;EJO1G/^۽.`fyɩG]ļuC D\ʂWm &_7BeZ@;USzگ0N ^kso~~/;.^OO:_}\oE=ߝ'a[l]܎@x[,>9Y*s2=*FM٬Kr@\ H-LE+s+jQF:vD_\GO6>29/#k58$-!uCܲ V8ʽB]tæj9z}zְ>װ3+c>=yBfyA{s}h1xl 1B >k0m{/kVa5܅{ό^2.p*cK:scS~TRDlKɀ^ dkcHg+5؅p֨V5z:U'T_B3^nhH J4?i!;'mT 鿖cUM#&hn#( ^"Tv[rxpD= p훙w@M-8WZK M Kr i˭Si\[|A[}e DD^撲0 ~6vdjR%cπlt ! $87ATs%1KT; TIdO&a6͓f? 5z.yȨbjMz3>0p qɓ<Ӽ:m=3'a(qP<4XKQ9,q[r^,iPVųГzGI/Tg÷|qRf U%?7[9I[9PM&Pû=[Z\ŦTESF_{ W$:fH#õeA3FqK3_5-b@u-HK+C X ˇ7~Cp06P^d=Mƻ{RBU˱n9C|;|TiP&\ZmaA} .YpO`2;BMT. ({:98wM(]69Cel Xzv##Wњg-ffwMWP%=jfcٔ;trb`Huw[MUwmkwԏ8-z'>~Y.&oZ}~|OG'$-UR#u!N`~ =L/XB &K Iu}cl#P*~&+%uƖ"6=S2ǰnZND`9ȓ+:/X+#))5< ēlZPp9`iXpNQ=V'AQ R`Q2p̬;y뙧˘[>D/_Iϕy7әnKHvlZxOjф\3Hjd\]wڥQ^g `N勖A+/'v vf0q|J)girj:7> rkAq ti+Mcb#R8I<.H 8yqæ?/)/+Xvpi{CǬ\Z˅iͷP> a[_ʵ2\Kus {ј}|(t9SY?bK]r m,RZ(+Tpv@,s!KA(n5;,I7ݝ{[jE2̫U @MCy*+^ED?ݹP]{/m6}F)ˮ~\Af%|DX'1S2:AAyx.♛./x25F9 ӫh㜌 W>$VL&s(~ U):~QHR:Qn Ewd;GtA?)+FiBb# OREe&ϝ`5>,v6ar-z7w9eJo`6-;&Q[_#ӝKV?YaS6!CGن o`e##wn6oup9h3G8v~Iӣ,i:AJ_TVka.hχh[,)2}aǀ3-?Uz{, @l{J((!f7ԿIr>g>Et9sڅ#Q=P ̏[ӛ]3Rq _&݃3еg}B>k𖨃d&Q}QN C.%鶭YH~hQ]w2 ֯8Z(9~ 2;sJz=?7M3WAU}NeSQM $;hL#0x:uYQ+$al]u:[f͚iYFKF/&)ҁ%RTb;=KD!؎oFE_tf}{6S)_hC ljhH$޽{˫X1Wl{g~X;p 7I=ɭĉ=@) <_aE,w RBM<2JD&`6 ܰcnRҐ.]NYb^OG)lﻤjb GXuwdhlJ(a_Qu}=/(cwu=Q$^P,kZ]Ϳ]vLGoVQ$5 '}zWM.' E0A!746fΙ q/i2 2) hgYWiAho's^h%qoy}6y M9^h%XQCCcVWi1#Z}!vBF[՛z*;KjkGF0*ɥW[1#EvЕݨǍIA)qd_*l:v"CxzXnq(R>6<ҡm5ٿ=x;1LrqW wh_VVNWJ^z߾y1Ϛ 2:Q{j;la)O"tS'K4Z hY6$-JwknuHpɕ=;Ƨ;FBpBB檂 y_ŗ%I]hV2gxBsjJA}Ʀ_7rhlD͸}C)j[q j>J 3QrR``GyNlnh2 :n=&EhAGv57Qt'w8໵kn|Bw}}^FnW(od.>eLn 5\t9c}QvJIe< UOvFՕwIDZ?yMt<PhDG"]`\\SDdinO7xոBT95,mҕ;;UlQPD[LH+< _`3#U~]H ssUWV cS'ļ[PYO&u}db٩A;5U1cՓ 9) W*0GB}r%3Z71x}c||U 4IR(x6k~C~먦'‘8)vP ꀊCd׵S@ SY+ .wvg .-$5>w˅+ vRg9 O푚B9Ħml+:cKCs<]pL~+hֻwZ$#-mB} dM2Z%e^IF78L!Dt}&J3clh"< VLOOci>Kl!X/O<A+Wb6h,$whXou^P=APPO9mV_7]]K44 i"<@7KhtG';a;~7ЇDEϚQ03 .8lgh3o=ԙf6#%U- f1_C +Կva!d9Sg^)!L;J{"l" ۸tw#G6HƲwށkޑt1" _s·/fRoE9U"s |g"2 g'jt, wB:97|lws'DZ=!M_M5:Tq/i(`~&kJ̷mbhiy!ؿ';SP{In ⫑3dV`;4{dsGcR_;,= SCسonQaV'#I+Twl9{؇}-s7ʖ4:I|v:َ9n:ځHK[J V2rqY;FY3g *:=gf@DNk,f_Ef58ͩ 81 KZdD!ɫۋN J4)pes_(*[ VAZG]RVBzw(^zSc0a!!{Kv6)LTA#<ePi6ǜ6K^NĂ]F֧T|?+FAk]K(``˅f2Q=9υWM+" ~Kb=bYKmHQ,Ֆcv/YVpO,Z?b(p2/ wzuژ_MDE$IxoBe.Y)L Zkq=u,MȌ5GtD/Oh7m#d"t- -gs1+I*R%3Hp4:PvcNzԨp\hѴ;^Ν!Îjڙ2)ӡSrYM=3cߦ8D*s/u)qߩR{_F3V53MȮ`"(ރG'Go$9C @27#h͇ SJkm>ձ*,ub'?~ 7aR-#auQ*z8H%Æ:2zO>b]vK%, *\&\)Ӥ -Y25$-Bα( `mw"[UȸSk!-nG?F_(laӣ.V-Ikw ӆ1*-`aH{L9Go"GR${$:խESjc7-|n (+ "Z譂ۜjnwKsj9PDt[=wn #bOƨA,8n&N^2tPA-{!`zӋmI#ܭD6 .Yh=83@-MHc|ŷ+ k?alX& V{n4J0VN;V7ib܎i-PExb&HXyA*?ޜt*F9 _uX6R$AJtoP@CykR^b+ræEv/ijv A$M/oQ󃌐4Q$ej%Us$t!xƇٟgP*91F)rwL PyD?:V4Cwl~uxtb& -Ջ'578It[Jz*~_VZlO2=UR6&A& V_,%s?^t]k(MM~9S]ь;|}} O BA ڏY1S.iNj~߭Q.[wO1ٿTxs ==kןˍ%"!;TmƅwOyrGCXj7/x_κ Y^%3'W CSxʥ )rGчPS=S>VٶOUc vNi/ѣR?&-M9 *BxM#FBe,7\cF%-NL⑎'-ŅZ -1m@/@87enabA.L(}.Ӝu a>nӲCz_Wq諸 d׼εʭk|tĽ^r|F{+oT7HS|5@ Oo~󕛦fRNWFr%k Ci LBAgJgmN>O6D j- v#n6$o]{|"zkzh=Ld;%"玠ju¿!O)f;|e;צּ/@nCb>%A3&Ke}S@.h!؀IlSc*H"ja}U%kh.aVRj@/ K"R<Bp]9cSh>%ܰI))_8~.y&Ln(OUV&Oa$Ɗ#UP@k;ŐAtM31W)7fP 3xr>CGAz Nh⬁);4h %KQf5τZ5}U %2A "? AWGOGFwRov&4ꮡSǫ}AY~W i"~”"XZFDkEya嚅t'#PPRJ^ Di J z_^s_՘_`γ%k̝)kdZNf&y>'3dA182"o3LO~?qڍkiGx2iFTЛwFj]U!\/+NC3K{uN֊G (%>y7dLC/ƪ_^p#? ,6CK/cڟSoH4b Yz{!0Gѓ7粑Ƚ#ZZ6Z,ftv:ȳ)ibEQH33&t{H.ۅY.*3b daЁ1AUlN gb6sη!֩nFja(;hqr_53Sbѯ203fO?fHR\e.&|bx,bf2Sr|dQZH,ȢS{ ^@q?nt:7&Y[ UoUQBdԚY|H[-Оsoe#ЦN='`d\٭#c`%WajJR84J${qmrS2qG"[V ?aNsڹ+@ND)t_7f;CѴ|FdP;~jDH uxѤšWbHҶYU0 QllKdd~mL)к1,`8]M>AzO2I;þT\rbY \5]E 01xa!^H%T_}Iᓸa&J:w9iZx.4 `rwkC;O$]Qddo[طXf/z}-Uk\| C#+6㦣xcڇN|[{Fţ[zp$(0Lg%?CŷHT ƽ6g7]\Zw;QVTtз>ȼ`!{lJ +YnH S6!Z*Z; Par`09|cmR+NqfW:Q*NQ *&*biT;9Prg(<5]d.FW>C9&Mҝ-A5ԖCk tiG166@_>5RId2V/<]28e<2=KYDy#l">?0Z,L3 yguP.;Ơ(An&7qn`ݟ'Uk3}R L: Cgoʛ ܾ>o0.{?Gm^tNY(M݃g-gqj,^Nj U еOc``i/o~{ɦ0R5mpGE.9#! ZiLRRIC,PXr`G~#ǝ^Lyn~#nk#)mJ/ oBHQ.;$%DVAca[P mKAmv1Oh`"ܙ r"hcy|bW"uH`BaHs$Kh?51%bwo/ DWf}u+`82D es~qdT$4PGuFw>$69 KKQ ǨV^y #>H'\VW %'Oj7 W~תN|ߙ |{@E7r~mioZ$"O2EFdKY E7yFYD+*/;b.+(^ :'G?,9SA;iMVπ,DkUĻ0hL ^(E-i|6+ G͘@w-aŦe0Zz>?&aYl%V0ra")QrJ()(dž9+0i}Dpod&6Ld%|XgA::T΢\P,ab{>JbV;B\3ZLCtawz$ @Maҏi9!4fd4Ux=7zZU ᮐG`1x6ܯP9! g2U ȍiΌ5c*pJZ{yDcta"vpTs<>tw_=Ĵ5n e7d)^da^0& BOt<ueް| j4Y^}W #thTSu!p#Su{"$6YS-z" /@fc g|\'=#VShcjœW+ѧ^?}$=nuv (fiQ)\cŚ< W 9 5Thk=e>[˄I&*+ֽ|t!Wllʗ* _~D;pFEE&Ȋ".9׏71"<ʚrIsxRg\}źE N\jwY^/NMа"y < BJ~n6Z*ԕwG˄U$UݠֱWUFcy:?f7[ !txyk_~[9%نnwĕEl``< )4ՈH |BtCl8Zpu.5mΝH!j{)Ap/m MŸPQe@m$Ǘ۵ й]{> 7vjATȑrx y' u|4CC${] ‰8?Ler;$"Q6Y]pyP%3Ơhlcr1赁WvAm'.߃(c҇7d.7=aP쵽lfd廦T1T2]/*VjPJLKDUPZ;Њ9hAD`JpKkCs嚩 tHA3nQLwP:,k;D#Y<7gA(ѯk-mƸENKsM)&JYPC2 闝^/;ȆrzJkK-UyZtH:'Bj= @~4uHm7V{p?Π#y)\*2~h% F_ NFt7`:];y%FZR,Zj'K0 _1oLB|߆5,+r a UQHF,d k| cƍy[^󺫘y%2""IǼXE֗iKuZ7)i*j? IĽG"/N#X%8vX  `G 7[oc_V2F(x0c#ﰼVAJ89>AcP .ZgZA;6 0gsg+VGވ?>/ZST-S4^v3(${σ;o hR+WDT(={THqJ7O R,+YplGA%%ozd6OG/q֌ 8 `bw< LRz rȑKث-d\g1Vg |7ej lФc/W´3ՇU]d[etqm~^l4.7lja74Kx0'"+V JBU7nT,k,7n:,v7PZ2V&o/M`}Ī)} +봜2Ӟ.jt7 fxQL>첊u63,($/ǔӜ 87M;誹 .zS4К4#cd؉H,a ki`^;mGOlpk[Fk`2`F8I( $['{SǶߨCHZ ] '1 SeGeh2As#T .5蠌u/iBOҶY4}5;Ñ7:5A>tyZ>^+q а peF=@*Ty=|γTcǰYq=i¦4;wֽ*F\7 u Oal$Yں^8C'jl6q܉żusV&T4lpfxw @w^P0B(W8]#[~۬$4H񗡋1oUWdз~FmƬ]~3S"Al{2ۯRϒAN~Z e)h(%fe'SzmSVh>Fs+eY eaѬJn Q08Iu4pVPQ$׫p%9 b{}R݆Lh&%s3p 3}^&HɄ2e[@sHT}IHrDhVDq3u[)#S؞)z۝ՀqØY-xN;R^ 7<8^ -T ,fN ?4(ZO9%!gdz?"ߧ8\RFUTR` ~<3<Юӝŧ1p|$;3I72vМx%+9}:%l#ӛ홹`gi7dF-+A(Oou|U8x^4i"!ӁBBW@Ԭpz!4m.4q$=N_8A";z/cۘ+M%v~>R]2@_d>"J@Z6KqRdWǖ3StQMNnoE\k,7*9sH<*$-T6TmN$4$??p4j/L8}1 ,Z4F-}Kks7 f2 MUcKO 4`ٚ7 &.n\RȂcK RAs=i5$-c$FF0THg0; wG.eO$_9#^J_' HwS*ZujB\?́6|n>M0hho; 7C˚ck/jTN\۞(@aa/ !ÁR A 2x/>|(>b3T=-Ar6NJ2ho~)T_~AyX+*=2{S_@xsH<~scW?; 3,(W7CFؾ;zS/8 LBIw~v/%1%S@8f3e`v,fޣ=7CR1k~XcSպE7SKuc KALѕJ;+1 a~xa-©lo21@(U<BqMxJ˾3>Ĵ|i 8C8k jo:<& -^Lu{yx+/e.9]Q\ *@銕,/Y,TZ D8ˌMT >VS"!-rnG̋aP/ d ʮgXf!Q>D Vfb 2Q9bU1kv!sf̂^R p &6I]c;ʋ=PԒ7z`b%OS)2ɞƁ ГN90HcO[4Am50îS j tBFƘrIూ+Z8,+ G/C A_/ ?DCJ"SQ|hvV3ж.@F$$?B7/qd.4=sb&-eo}T5corZi8ʦ XaQs%".[5h"XzMHaw覣 ^^ smq:JѨO;F\A.WBkZ;:_TxgZ=!xK4{m= fxB1EPH7 JuO8k7JWNJ>"`5Ḛrnk aclbX'ƈi"@7iס?s~> MgNoW:kS#-U5ÊF<ŰLLR3cmU@Ɛ${o&*J i \֝UgfPfurAo+A}m4'Wb6E'; ۣefZRNEk7ȕ*ՄXX.ip%2hjJ~F <*KY+db? :P٨u!mCaBe+/N2\m*y",,%Îa[f_Fm@CGHZaA1R58h=Bf;3B3_ .Wr!gxm^A$ }Eo ]B)5h q F.Vᮍj5D^j"rSMAa7i;Ы&%=G< yX~QgB;K2CsȮz8)2`<1䯳ҽd:i&0(uPM69:3 [=>4i88dn@:Vurd:G_e12.veF*IF|\d6bb`?4[-3Gܷq oOKHGfr"QuaXYAk(1H{WZ)kJ-APJ@. HI֝c^g,adU؎ oYɶz׎Q} k{LHVU|Kļ(=mRRhcm0Yb6 |7T-(b dJdlwW]ؙt0+PJ:jr/Q_,~7gEƗv9˲ rYz oaҿXx jfw8)vitJx}JSCo+{r> d qXp鼩Nh(&R}~< 7z[#@ $6Eܨ=m!"8˶獌]&' 42؋qESvFKzZg&&$Eǩ^qWR\te,(G[ ]Z{Q B&U2 1-yCzL,d?M;NUB^]B \S6;V/Բ}~FZ|CVfrMB{e ،M ]BP2Fmٮåa\Qr2Q]n*95}ƾx,YV)Ls'`QlS"9;2=YB~</r ,8ξN+.BסMvF猘t[EVtʼn])LjNJ|ɂ $^oLk%5Q˴ueFQK%?(ԍ}6M`dș z\֧`Q pn oBs"\㜀O;QuxALK`V`ߥ"Ae;dpCWtug+8S-aTf;b3ӗ6ȫR\w[- nCq`gtN#ﰧNGtx|1&d}> HF%4ǰ<[v.TvQG<7 [#_1rZW(wp&eS"f׼k/<TPx>SwA[R3XmuA .TPtp =pujH`#݀+1l<"y ]unvwJ tuDCH_%FAqhT Qj$K\# ʸzczDx@Nu/KF@@qZD)Ūz ĈGFߐᄼ0: z8t.w_=fVĶziXY5˙o|&evb 6ՓIsc )w}[`aY<aL0Kԑo?=%>=ZpzIpSq6 觉n9YN-%>A yGs4hX!h| wu'^#?=kyrA7M,!ٽ/U$kH6 1efV7lǢˌDz$T 5o7,9v7AUteCS9v&[33bh$2+_aӳo|'ߖAS*hYDds\f6s≼ dxɴi 3iX 6O.{s{A+НP%@&>єUUD̘d;A篖5O*av'N_AjB4uIG2#=@? @+)SȀmBGOFR}b r%sg7%,Y̙:5FUl`oqYs jە5O[_S^m A iq.SxaLe{Yj;Ů75 2~f0/ocڪ"(Y$ 8<4)b]x7WJ&+ ΙrB-e2!0ׄGeeW|>& =e']Ln=^r >̞"qU-hl!{ht˔"#`6U]i=Tн304cz<6OJijb<=HJf[jGcNOPրRkr= ͗F˲9r/[lssOvׂs!7'8$xFp$0NKݜǠB^, ʲ=E,IfI8IDdTĸf1CN.PP26X (2({MO|Úuf&gݚz!b>JCs%#KczNbabY_[,C?%myZ<`h˖٩1)"s=2Sca܃Kfb"č|ihda2Q(#:֋Խv-iʙ=ɬ?r {l^<@%v9G%Ώ(=\Cs\r}WC̀Ϻ0D ~) hhp觯/H+1O9O/xF@&WcԶՑ vf as+ hzz/HHH(·󷻦#a?7P.$" l}PO ƈX09}0;SV& {-O..gUs)a3@SY>[1V `ZHE-3K?f j+0=ɪ v4 #sE97R{gUk؏a,*Co!^5;`