readline-devel-static-7.0-lp151.10.3.1<>,/@]·/=„rRaӿ nTxXטN6Alѱ5:eg&\@g,ov `,֩ >d?dd ) H EKT\ ` d l   ,4h(!8(393:S3FbFGbXHb`IbhXblYbt\b]b^bbbccpdcedfdldudvd$zd7dHdLdYd`dddjdCreadline-devel-static7.0lp151.10.3.1Static library for DevelopmentThis package contains the static library needed to develop applications that require these.]·lamb53openSUSE Leap 15.1openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.gnu.org/software/bash/bash.htmllinuxx86_64TF]®]®3d2235730b99ff9799e05e67af1104d509c0f0350f302ce68cf301eb351003b4849b6d3fa9a903e2e6346323239405e879c96ae74a219cfdd5d845359083fdd8rootrootrootrootbash-4.4-lp151.10.3.1.src.rpmreadline-devel-staticreadline-devel-static(x86-64)    ncurses-develreadline-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)7.03.0.4-14.6.0-14.0-15.2-14.14.1]V\t@[[@@[!@[)[Z3@ZH@ZZyZp^@Zhu@Z*~YY&@Y%uYX:@XX*X6@X@XJX<@X-X WWW;W9W~V޾V$@V UAU@Ug@UY@TTT~T@TT~@TXTJ?@TJ?@TG@TG@TFJDr. Werner Fink Dr. Werner Fink Dr. Werner Fink bwiedemann@suse.comwerner@suse.dewerner@suse.deavindra@opensuse.orgwerner@suse.dewerner@suse.defvogt@suse.comavindra@opensuse.orgavindra@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.debwiedemann@suse.combwiedemann@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.demliska@suse.czwerner@suse.dewerner@suse.deschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.comwerner@suse.demeissner@suse.comjdelvare@suse.dejdelvare@suse.dewerner@suse.dewerner@suse.dewerner@suse.dejdelvare@suse.dewerner@suse.dewerner@suse.debrian@aljex.comwerner@suse.dewerner@suse.debrian@aljex.com- Rework patch readline-7.0-screen.patch again for bug boo#1143055 * Map all "screen(-xxx)?.yyy(-zzz)?" to "screen" as well as map "konsole(-xxx)?" and "gnome(-xxx)?" to "xterm"- Add patch bash-4.4-bgpoverflow.patch which is a backport from bash 5.0 to perform better with large numbers of sub processes (bsc#1133773)- Rework patch readline-7.0-screen.patch- Add bash-memmove.patch to make bash.html build reproducible (boo#1100488)- Add patch readline-7.0-screen.patch to be able to parse settings in inputrc for all screen TERM variables starting with "screen." to fix boo#1095661- In patch bash-4.4.dif avoid setgroups(2) but use initgroups(3) (boo#1095670)- Add patch 20, 21, 22 and 23 to bash-4.4-patches.tar.bz2 * 20: In circumstances involving long-running scripts that create and reap many processes, it is possible for the hash table bash uses to store exit statuses from asynchronous processes to develop loops. This patch fixes the loop causes and adds code to detect any future loops. * 21: A SIGINT received inside a SIGINT trap handler can possibly cause the shell to loop. * 22: There are cases where a failing readline command (e.g., delete-char at the end of a line) can cause a multi-character key sequence to `back up' and attempt to re-read some of the characters in the sequence. * 23: When sourcing a file from an interactive shell, setting the SIGINT handler to the default and typing ^C will cause the shell to exit. - remove bash-4.4-wait-sigint-handler.patch (upstreamed)- Add patch bash-4.4-wait-sigint-handler.patch to fix bug bsc#1086247 that is repeating self inserting trap due external command in the trap.- Create readline-devel-static package to re-enable static libraries again (boo#1082913)- Use %license (boo#1082318)- Add patch 19 to bash-4.4-patches.tar.bz2 * With certain values for PS1, especially those that wrap onto three or more lines, readline will miscalculate the number of invisible characters, leading to crashes and core dumps.- Add patches 13-18 to bash-4.4-patches.tar.bz2 * 13: If a here-document contains a command substitution, the command substitution can get access to the file descriptor used to write the here-document. * 14: Under some circumstances, functions that return via the `return' builtin do not clean up memory they allocated to keep track of FIFOs. * 15: Process substitution can leak internal quoting to the parser in the invoked subshell. * 16: Bash can perform trap processing while reading command substitution output instead of waiting until the command completes. * 17: There is a memory leak when `read -e' is used to read a line using readline. * 18: Under certain circumstances (e.g., reading from /dev/zero), read(2) will not return -1 even when interrupted by a signal. The read builtin needs to check for signals in this case. - partial cleanup with spec-cleaner- Modify patch bash-4.3-pathtemp.patch to avoid crash at full file system (boo#1076909)- Enable multibyte characters by default- Modify patch bash-4.4.dif to let bashline.h install as well as this header file is included by general.h due to the same patch (boo#1060069)- Make build reproducible in spite of profile based optimizations (boo#1040589)- Allow to disable do_profiling in builds (related to boo#1040589)- Simplify patch readline-5.2-conf.patch- Do not throw info and manual pages away- Remove bash-4.0-async-bnc523667.dif as this one is fixed (and was disabled and nobody had reported trouble)- Add upstream patch readline70-002 which replace old one There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. - Add upstream patch readline70-003 Readline-7.0 uses pselect(2) to allow readline to handle signals that do not interrupt read(2), such as SIGALRM, before reading another character. The signal mask used in the pselect call did not take into account signals the calling application blocked before calling readline().- Add upstream patch bash44-006 Out-of-range negative offsets to popd can cause the shell to crash attempting to free an invalid memory block. - Remove patch popd-offset-overflow.patch to use bash44-006 - Add upstream patch bash44-007 When performing filename completion, bash dequotes the directory name being completed, which can result in match failures and potential unwanted expansion. - Duplicate bash44-007 as readline70-002 as it seems to be missed - Add upstream patch bash44-008 Under certain circumstances, bash will evaluate arithmetic expressions as part of reading an expression token even when evaluation is suppressed. This happens while evaluating a conditional expression and skipping over the failed branch of the expression. - Add upstream patch bash44-009 There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. - Add upstream patch bash44-010 Depending on compiler optimizations and behavior, the `read' builtin may not save partial input when a timeout occurs. - Add upstream patch bash44-011 Subshells begun to run command and process substitutions may attempt to set the terminal's process group to an incorrect value if they receive a fatal signal. This depends on the behavior of the process that starts the shell. - Add upstream patch bash44-012 When -N is used, the input is not supposed to be split using $IFS, but leading and trailing IFS whitespace was still removed.- Remove -L option on screen call dues API change, now we depend on environment variables only.- Enable -fprofile-correction to cover misleading profile created due to terminating_signal which does not return.- Add upstream patch popd-offset-overflow.patch to fix boo#1010845 CVE-2016-9401: bash: popd controlled free (Segmentation fault) Remark: this is a simple Segmentation fault, no security risk- Add upstream patch bash44-001 Bash-4.4 changed the way the history list is initially allocated to reduce the number of reallocations and copies. Users who set HISTSIZE to a very large number to essentially unlimit the size of the history list will get memory allocation errors - Add upstream patch bash44-002 Bash-4.4 warns when discarding NUL bytes in command substitution output instead of silently dropping them. This patch changes the warnings from one per NUL byte encountered to one warning per command substitution. - Drop no-null-warning.patch as bash44-002 is official replacement - Add upstream patch bash44-003 Specially-crafted input, in this case an incomplete pathname expansion bracket expression containing an invalid collating symbol, can cause the shell to crash. - Add upstream patch bash44-004 There is a race condition that can result in bash referencing freed memory when freeing data associated with the last process substitution. - Add upstream patch bash44-005 Under certain circumstances, a simple command is optimized to eliminate a fork, resulting in an EXIT trap not being executed. (boo#1008459) - Add upstream patch readline70-001 Readline-7.0 changed the way the history list is initially allocated to reduce the number of reallocations and copies. Users who set the readline history-size variable to a very large number to essentially unlimit the size of the history list will get memory allocation errors- no-null-warning.patch: Don't warn about null bytes in command substitution- Avoid confusing library path- Update bash 4.4 final * Latest bug fixes since 4.4 rc2 - Update readline 7.0 final * Latest bug fixes since 7.0 rc2 * New application-callable function: rl_pending_signal(): returns the signal number of any signal readline has caught but not yet handled. * New application-settable variable: rl_persistent_signal_handlers: if set to a non-zero value, readline will enable the readline-6.2 signal handler behavior in callback mode: handlers are installed when rl_callback_handler_install is called and removed removed when a complete line has been read. - Drop patch bash-4.3-async-bnc971410.dif as this one is part of 4.4 - Drop patch bash-3.2-longjmp.dif as now long time be fixed - Drop patch bash-4.3-headers.dif as loadables now simply work - Drop readline-6.1-wrap.patch as this seems to be fixed - Disable patch bash-4.0-async-bnc523667.dif for now as it seems to be fixed in an other way- Update bash 4.4 rc2 -- Bugfixes - Update readline 7.0 rc2 -- Bugfixes- Make clear that the files /etc/profile as well as /etc/bash.bashrc may source other files as well even if the bash does not. Therefore modify patch bash-4.1-bash.bashrc.dif (bsc#959755)- Update bash 4.4 beta 2 * Value conversions (arithmetic expansions, case modification, etc.) now happen when assigning elements of an array using compound assignment. * There is a new option settable in config-top.h that makes multiple directory arguments to `cd' a fatal error. * Bash now uses mktemp() when creating internal temporary files; it produces a warning at build time on many Linux systems. - Update to readline library 7.0 beta 2 (not enabled as not standalone) * The default binding for ^W in vi mode now uses word boundaries specified by Posix (vi-unix-word-rubout is bindable command name). * rl_clear_visible_line: new application-callable function; clears all screen lines occupied by the current visible readline line. * rl_tty_set_echoing: application-callable function that controls whether or not readline thinks it is echoing terminal output. * Handle >| and strings of digits preceding and following redirection specifications as single tokens when tokenizing the line for history expansion. * Fixed a bug with displaying completions when the prefix display length is greater than the length of the completions to be displayed. * The :p history modifier now applies to the entire line, so any expansion specifying :p causes the line to be printed instead of expanded.- Update bash 4.4 release candidate 1 * There is now a settable configuration #define that will cause the shell to exit if the shell is running setuid without the -p option and setuid to the real uid fails. * Command and process substitutions now turn off the `-v' option when executing, as other shells seem to do. * The default value for the `checkhash' shell option may now be set at compile time with a #define. * The `mapfile' builtin now has a -d option to use an arbitrary character as the record delimiter, and a -t option to strip the delimiter as supplied with -d. * The maximum number of nested recursive calls to `eval' is now settable in config-top.h; the default is no limit. * The `-p' option to declare and similar builtins will display attributes for named variables even when those variables have not been assigned values (which are technically unset). * The maximum number of nested recursive calls to `source' is now settable in config-top.h; the default is no limit. * All builtin commands recognize the `--help' option and print a usage summary. * Bash does not allow function names containing `/' and `=' to be exported. * The `ulimit' builtin has new -k (kqueues) and -P (pseudoterminals) options. * The shell now allows `time ; othercommand' to time null commands. * There is a new `--enable-function-import' configuration option to allow importing shell functions from the environment; import is enabled by default. * `printf -v var ""' will now set `var' to the empty string, as if `var=""' had been executed. * GLOBIGNORE, the pattern substitution word expansion, and programmable completion match filtering now honor the value of the `nocasematch' option. * There is a new ${parameter@spec} family of operators to transform the value of `parameter'. * Bash no longer attempts to perform compound assignment if a variable on the rhs of an assignment statement argument to `declare' has the form of a compound assignment (e.g., w='(word)' ; declare foo=$w); compound assignments are accepted if the variable was already declared as an array, but with a warning. * The declare builtin no longer displays array variables using the compound assignment syntax with quotes; that will generate warnings when re-used as input, and isn't necessary. * Executing the rhs of && and || will no longer cause the shell to fork if it's not necessary. * The `local' builtin takes a new argument: `-', which will cause it to save and the single-letter shell options and restore their previous values at function return. * `complete' and `compgen' have a new `-o nosort' option, which forces readline to not sort the completion matches. * Bash now allows waiting for the most recent process substitution, since it appears as $!. * The `unset' builtin now unsets a scalar variable if it is subscripted with a `0', analogous to the ${var[0]} expansion. * `set -i' is no longer valid, as in other shells. * BASH_SUBSHELL is now updated for process substitution and group commands in pipelines, and is available with the same value when running any exit trap. * Bash now checks $INSIDE_EMACS as well as $EMACS when deciding whether or not bash is being run in a GNU Emacs shell window. * Bash now treats SIGINT received when running a non-builtin command in a loop the way it has traditionally treated running a builtin command: running any trap handler and breaking out of the loop. * New variable: EXECIGNORE; a colon-separate list of patterns that will cause matching filenames to be ignored when searching for commands. * Aliases whose value ends in a shell metacharacter now expand in a way to allow them to be `pasted' to the next token, which can potentially change the meaning of a command (e.g., turning `&' into `&&'). * `make install' now installs the example loadable builtins and a set of bash headers to use when developing new loadable builtins. * `enable -f' now attempts to call functions named BUILTIN_builtin_load when loading BUILTIN, and BUILTIN_builtin_unload when deleting it. This allows loadable builtins to run initialization and cleanup code. * There is a new BASH_LOADABLES_PATH variable containing a list of directories where the `enable -f' command looks for shared objects containing loadable builtins. * The `complete_fullquote' option to `shopt' changes filename completion to quote all shell metacharacters in filenames and directory names. * The `kill' builtin now has a `-L' option, equivalent to `-l', for compatibility with Linux standalone versions of kill. * BASH_COMPAT and FUNCNEST can be inherited and set from the shell's initial environment. * inherit_errexit: a new `shopt' option that, when set, causes command substitutions to inherit the -e option. By default, those subshells disable - e. It's enabled as part of turning on posix mode. * New prompt string: PS0. Expanded and displayed by interactive shells after reading a complete command but before executing it. * Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to SIG_DFL when the shell is started, so they are set to SIG_DFL in child processes. * Posix-mode shells now allow double quotes to quote the history expansion character. * OLDPWD can be inherited from the environment if it names a directory. * Shells running as root no longer inherit PS4 from the environment, closing a security hole involving PS4 expansion performing command substitution. * If executing an implicit `cd' when the `autocd' option is set, bash will now invoke a function named `cd' if one exists before executing the `cd' builtin. - Update to readline library 7.0 release candidate 1 * The history truncation code now uses the same error recovery mechansim as the history writing code, and restores the old version of the history file on error. The error recovery mechanism handles symlinked history files. * There is a new bindable variable, `enable-bracketed-paste', which enables support for a terminal's bracketed paste mode. * The editing mode indicators can now be strings and are user-settable (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string' variables). Mode strings can contain invisible character sequences. Setting mode strings to null strings restores the defaults. * Prompt expansion adds the mode string to the last line of a multi-line prompt (one with embedded newlines). * There is a new bindable variable, `colored-completion-prefix', which, if set, causes the common prefix of a set of possible completions to be displayed in color. * There is a new bindable command `vi-yank-pop', a vi-mode version of emacs- mode yank-pop. * The redisplay code underwent several efficiency improvements for multibyte locales. * The insert-char function attempts to batch-insert all pending typeahead that maps to self-insert, as long as it is coming from the terminal. * rl_callback_sigcleanup: a new application function that can clean up and unset any state set by readline's callback mode. Intended to be used after a signal. * If an incremental search string has its last character removed with DEL, the resulting empty search string no longer matches the previous line. * If readline reads a history file that begins with `#' (or the value of the history comment character) and has enabled history timestamps, the history entries are assumed to be delimited by timestamps. This allows multi-line history entries. * Readline now throws an error if it parses a key binding without a terminating `:' or whitespace. - Remove patches which are upstream solved bash-3.2-longjmp.dif bash-4.3-headers.dif readline-6.1-wrap.patch - Rename patches bash-4.3.dif become bash-4.4.dif readline-6.3.dif become readline-7.0.dif - Refresh other patches as well- Define the USE_MKTEMP and USE_MKSTEMP cpp macros as the implementation is already there. - Add patch bash-4.3-pathtemp.patch to allow root to clear the file systems. Otherwise the completion does not work if /tmp if full (ENOSPC for here documents)- Remove --hash-size options as there is no any change in the final binary nor library anymore- Add upstream patch bash43-039 Using the output of `declare -p' when run in a function can result in variables that are invisible to `declare -p'. This problem occurs when an assignment builtin such as `declare' receives a quoted compound array assignment as one of its arguments. - Add upstream patch bash43-040 There is a memory leak that occurs when bash expands an array reference on the rhs of an assignment statement. - Add upstream patch bash43-041 There are several out-of-bounds read errors that occur when completing command lines where assignment statements appear before the command name. The first two appear only when programmable completion is enabled; the last one only happens when listing possible completions. - Add upstream patch bash43-042 There is a problem when parsing command substitutions containing `case' commands within pipelines that causes the parser to not correctly identify the end of the command substitution.- add bash-4.3-perl522.patch to fix texi2html for perl 5.22 (defined(@array) has been deprecated since at least 2012)- Add upstream patch bash43-034 If neither the -f nor -v options is supplied to unset, and a name argument is found to be a function and unset, subsequent name arguments are not treated as variables before attempting to unset a function by that name. - Add upstream patch bash43-035 A locale with a long name can trigger a buffer overflow and core dump. This applies on systems that do not have locale_charset in libc, are not using GNU libiconv, and are not using the libintl that ships with bash in lib/intl. - Add upstream patch bash43-036 When evaluating and setting integer variables, and the assignment fails to create a variable (for example, when performing an operation on an array variable with an invalid subscript), bash attempts to dereference a null pointer, causing a segmentation violation. - Add upstream patch bash43-037 If an associative array uses `@' or `*' as a subscript, `declare -p' produces output that cannot be reused as input. - Add upstream patch bash43-038 There are a number of instances where `time' is not recognized as a reserved word when the shell grammar says it should be.- move info deletion to %preun sections- bash-4.3-loadables.dif: One more warning fixed, in examples/loadables/logname.c. - bash-4.3-loadables.dif: Reverted one warning fix, which was introducing another warning and possibly a bug.- bash-4.3-loadables.dif: Split changes to shell.h to a separate patch "bash-4.3-include-unistd.dif", as the loadables build just fine without these changes. - bash-4.3-loadables.dif: Drop all header file inclusion fixups, upstream fixed the problem differently 5 years ago.- Do not restart all signal handlers for bash 4.3 as this breaks trap handler in subshells waotiug for a process- Remove -DMUST_UNBLOCK_CHLD(=1) as this breaks waitchild(2) on linux- Add upstream patch bash43-031 The new nameref assignment functionality introduced in bash-4.3 did not perform enough validation on the variable value and would create variables with invalid names. - Add upstream patch bash43-032 When bash is running in Posix mode, it allows signals -- including SIGCHLD -- to interrupt the `wait' builtin, as Posix requires. However, the interrupt causes bash to not run a SIGCHLD trap for all exited children. This patch fixes the issue and restores the documented behavior in Posix mode. - Add upstream patch bash43-033 Bash does not clean up the terminal state in all cases where bash or readline modifies it and bash is subsequently terminated by a fatal signal. This happens when the `read' builtin modifies the terminal settings, both when readline is active and when it is not. It occurs most often when a script installs a trap that exits on a signal without re-sending the signal to itself.- Fix the sed command that fixes up the patch headers. It was printing a duplicate header line, which suprisingly did not confuse patch, but could in the future. - Fix all patches that had the duplicate header line issue.- Use tail command to follow run-tests instead of a simpe cat command- Really remove obsolete patches- Skip autoconf on OS 10.2 or older- Avoid fdupes on SLES-10- Bump bash version to 4.3- Allow building on targets from SL 10.1 to current since it's freelamb53 15689816877.0-lp151.10.3.17.0-lp151.10.3.1libhistory.alibreadline.a/usr/lib64/-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:Maintenance:11094/openSUSE_Leap_15.1_Update/ba6ab46f66572e8edd81fbf6b656c252-bash.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxcurrent ar archive8jpߧreadline-doc7.0utf-89a116b98935658606b8aee04991d3e394603267b998e599c9242e3193efe1493? 7zXZ !t/[]"k%sD\-;<$_z\ةpBy-'>tS(aso2%/ѨoO=o%+b!yf[Z@=!Hh9ҍg wn\JH/̼T)6㙘r7uJ^1EKI^;4c6!y) &@b )PBdn{ѿfG }tS1A%;هOxo!$BI> 7T6LkW:dxNh<;<F IJzjg۽P; {;UEMk,-*-hQfԎp1FF2e9kAqAuBd/ڨ)'[$pyuu T֣\~A!oNL'._I匯Ի'hkiY`뿡\ vqBR4֗=͌Q%.o=G}54ݑo^HE2Zxĵ `l-҃HK7;!")V\ss[$%}1jFkv4oTEao)ERnJ:K'Bx$2w[?Rjdũy/ycA=JY(o)0G5z<-mi^1TwMa)LxEq#H1 =*lTyi#=qcPHVm&Y^V?h|x4~]! [\IR.iDnr14!̓ 8fzb!R˚@A&ﰼK1 F}XxeJ4{3o v?5Ks@׬ E'| !6@q./<,Y':ζf93+I!6EؼX͑ ([bY,+(xZ|Q^nŠu l@RhaϖdF.)B;1P92O~6%>j Lasà |Lp.UjU*Â/_e>cn%  YZ%W>P>Q,ȿiP@qY"ܖE6̖@f‚KWGēW%u%Q1Re=f|cˁۍ-%ȁ%z*FxKͶ?' *?a7(1/[h ?]忓%Zd]Y3| '9h@<*jH\+!gT1_^o.ԇQF?@p%/f8 0@} o(%"=c>@9|YƬG[oq>EjRWʓ"'\ }m uħg)ldc{4 S z-9iV֓) J^1zO,%KOK 0]=%.kPAC 4 ba4{Yӱ}uȠRNF&bG'XH>|Q檖'7P3 j76ȺjڇFNd]ЮS:-,.( ۴$!ڏ/SYnA0a|%c{uwF D8chx\ŦVzAnCM\.yl"r?rt @]P"8H_+dD^9>'{M+b(:C҄q2RYrz!M"̽'Z*Ǯ豊klu#gl! )Hدѹ26 52^ DXX^ I-rg~*n=`͍Bl?mpˈ6vj=q[5R ;W3pSMN*xݹ y3MƭSb1"W?4sH?[%&S$i>JZ*իt", w{nsޓ7V`/3Th=XHpnxGW0R \W0]R2܏5 \H ^rN1r2+k]஢YK"!dzoT/*n ZI^j}5g>GoLh}f[49A`D`l IG;`63+dMC|dn. 0qzkKy:vans=? /k2 Oth)KwѤ{mC;dsI?4~ƨNr_2NA/vgmsa22{g?Mgq贉 Hbm\~t=pw<-aG#,^V&~tmE%x1.'_H%ݓ{rr.T=Gm%B|bF)fM))c_e+sԏ"gruOXhMW oQ] Uʋxt҄h'#5x ژU9T|/MeyQȯyp%^֝[#(,d#_]S* tb0sY=7W0zL)eAvwQx.ϳǸT. E>]jr~ci(ː0)vcߗ#_x7|! 4GVId$`wí7Pv/pޤ WV 1ɤDȻ&U1Ո _F6xW2HZՙP3{ 'h-EIX[tCg.xx6z--^#*p,FzPlX|IZBM9ӈ)s18<i!g@g14|r[G[Co⛞fLH&긵|sr̻ ?"6b.]ڛ!s$x!AXC/f8-e(dW#MgN2S6Oc۰b`/?ZD.6dKq%CGQvߟ4[Lfs sIZQÿ1zSO6GPc$P 0"U3[:&R"4PY(T+w7\2NWŔH`s˓e{=oD4Nu"y[(}n'Rl3yQ|psF:o2m,=<9cw!7 {{51 QV{*]/lr?fs<8pgu /V (=4a7W}$"\댫]k}u5HQ;8;D)~{ssqHCdM33V݋q4=NMmnmQszkhrpQ0!N(,-~T ?& QU~39K\N atrRWBM@:'l{FeRk1S;2ưYMi$4u3_L0Op<x0#w[b^q2CMpV>ɹg!Z,(|DdXj;J ~ֆ;BT$m6u=sVP` ޙFD4xtwZ:!^taJVbKg153~gsr]•_ R';nCSlaI+fS=g(z&Y{9YCw3)U3(b{Nj lAEdS`Zr NJ j¢ALRRb7gf3M0L O!ԣ?!^|%@YfL鮑PuxhD~q/ Q +4jPy$zU-#5|oS6: ,n]}XZdoT{yXcF~"Y|˧wo0sOZKmKw@ݧyդ&@i3eQ5x—|2#*Wth{o`9)W-.4ՓRYM% P8gJ+;+o8GEO8Ӱg"mrћ B*mϟM hNNwK;kg,|mR^$3@Tr&o!,q>gO%dS?W0hj3^9,Nf.+;Èq| X>:3׋`Ns2ʩmsnoײtA LrOoi&T J!dhk &UZr\'0ϒuR$K[bA6 &!Dma1CYʍs SMu؏D ĦS*ag{x]s8[34x %lor\Ո?Cl9y|vXhIG~/Ix]E+/=Oie>)U Ӭ{~}!uoW𑓙nWxӀFqH;Z_4;ҚU^kmk(􇡺AUz(I#%IwLNKDHݺï눺L!MR.tgryoѬàGTY,j3K;NXΔzp3bȉ3 rYUΨga70go늛͐0)z1"Xv$0^B 9OsTPf8r_e3y̹ةmCX@J<@1y@fU~'] A`q 39#Df4zS``<:+EA/iswfдTx[G8'~&r0O"k@,:Ei*Og/"v1:^+ۈͭZ&eh*auQ.`kpUɩ]4RGfhFpٕͣE1ﹼ J`$L/}kEng)E4F\$?벭=+T ZAΤhb[+cs+w;#AYf'Trs:y7Q pMgTNPe8JKT挍!.qwO& K"L!F}/,{ 4E s>@Eg̙SM~OK0j?Uc!l,#gt*6&X艔ʱ2sB!?Lu;}x3hEo!5`"y`lVZge{2\gޔpã/gԒ~,B۲JFoڴ J_6˓%B-!} ĭst^'mnਜ਼ͳpA`1MMGFkSfv^'q|k39I"dv'&, >6,lDV4w?>$etie>04"N%?d- 3ZcJ2 :J^K,Tw\tgo- j`&p*)!}\A1b( K?j1^ $[zaLw9h=ZP~n0ٶ:Ym9i< yS΍E)x5\E:s6Ҋhti2T0mNX|7E~Br̙}_iu#򧣕*q]7]:-4V4Ӥ:y m? tbx7z7cE`ɒay0/aܜU5#>KXpnwhC"Tv)y^.(3 X4ʒhjDD Pyġ.AR~WQXo>mf&3iL>%izIv)nӳz{|i8;GBꜼaSk8@Ό=l8]dZ$+!%;7_̞֙8?VhN_E# æd)k0{Od,aavΧ9!: ѝӷ=7l[G J0YzؗGz@q +SR QOh)IKxWu!ttt;X2* NOa_".N^ 7@ޞTS-1´o"ϯv*UKm-hE{ըZѴ;hs2@wȂFOcEszz7n} A2Crbɟ .UTD< twTY4َOҡ(rJO ,˓LDϜ/[C3uĥdq[Ey~~$DTM ";~FLP g}֨ۢH(O1(;Y9GIkW+2彤9zL,Ju/0{Dy0|;qr_m 5 Ir,%U0);V93zxM3R.wQy<B2 2"fҸpi%'q!hIRL$-b٬7 u6UO?¼ɤ}^~u +erEЕL w˂AmKZtMUĪH'fq*Cy3.7q|"ko :P{ 3R!;d pJ܇3[ԋbh nB? *MSYs%5M:Fgx^u~@ˆ 9=K`vVtvAO!X~={>(3C 0'EXϨvh*}gH6OlfNlRO`8i#+ ˩w//J_1{/ͭq,"QuFU _Xڏl,;#,}Ǫ'-cKe ᯶utzܒ:F2thȊ)iPhlղeWD. NPgI?F'u9z2G=pEDOEϮc'FI5"Q V*,4LZt$"?/ĉbdLK;8v 6 V'{J"G=\QoWkv&ΫALVڎUU c1@K 0jLVHAp=`" P!BxIvK+<]' L&bpBjС,}ު:)HRQG2+HdےϺ%ZÊ̮i:scXybP"0\,on5\B6)یZ5~!䫅d5wN^GT)uDXFO=PJ=m7Lm*xBعүПyF!zV$_q(L e* $t\tؓH_(`؛-gzqx*,,xԀG,H<3Bfd%Ob?τ," P j2pWخ$;dotR)|^tq|! g𼣟`NxE n(pT֋ 9P\ӽ6pftO>W 1om޷̓ATA7 ]eE̕2HIقj9tY!)e\ZD\s8^V@8 4KM@Љstk87 2zk怒âL|ȩ1a]Pd >e[Xk`<86\ɛCv dWB,v^b)PX/ rDrRHm2?F~K{X) yQ:#TgӏG"-Έyt,:gUAtF5$K cr[>D~i1&W* _0}cRKx]!ĝr479o!?LWY3DQBb%*_H{\e1$0"1ځ1-Øt)Aa=Weߋ튋+x_I '\htz9a5mj-'aaC8C%22t Ks[d}i}״VYk4uL99*A39,sYtL]&c0meR[ǀt捛O/啊3̥\^-+[V/&QM,!貞?5eYL  $ OO>V5)Xv]8D05fU=M]U&3qMqΉ?W[BG;\R#d!|ga}=W _C̃K%Mom ~D\gwN¤ɰ&=v|vyzW~^xue!ݝST<"{,k1;,N%BŨTJu$4:!TW]̳Fs`a݆?Dvvb?cθS>HcpsLH![vLs'=yIB{j<m{C(9wۨՈZQ76- Q 7Mٓ^%hAzcFuųAd4/Y\xbodLNJWbI\Pxc槳ebh[DWPvQ,W@ܖ0{A+?Iwr}3`c]`=93`1f/VXoJLMڃ|:צ^mO9C\ިOJA]ˑR-g^3؅J.~Eٗ¿mYE0HCܢ' gvՓ\KgU: r6ZzviFq;Ӗe T╵c$'39}}|2eVCS#ZBz t9{S {`ʖ4r29 AtZ00˫BgWY5sf P?pC pO!3d6 ~ +M Кrȉ YbL6_ vS㝊SMe$0=H)Wc{ӌ}̉L{w]F}'=K/Ƒ@i(~ݑBEe?͝v?W&t cfMV4E;gSiv^(J,¬h4[Z O]?'BcpĩTC~i@^Oi CDq7ζ'/3.>y Y:+ҞokcsP`(=Qu aZu0i58: VXsɒ?jUdIE$JWZt:qƘd񏝲|BNR04sOfa^{XF2g} (lD2![fJ 挏$\| Ez= 3#a9C!ku' n=\N/nٌ[֠\4Wɥw:?͘| Z~|A35Dd!㮑+H vVU}J{uBJ4!1Vs'qJiM$n~66i0N%'^!in-0Yht:}!%b\QRMˈfeeTH!ZK $A:b"qT@mT=OlMszku 'pn=oD@B4Ň6꾄m=r}Zm̩: s 42a_?}z}Ӈ{Bq_Q0~_Li].+ľ:7 Fͱk;sȫ S Cwӥj`14KN$gHeKwA)E8;d E6_ZyK7Bfг?م'6dLB S$@DF[m<ʏmVj;sl٩صSElVk\A - skϡҫIDꉚ8LIE F QGJ?]WԒ;oOT1$}g $eќR$Ǜ } Hod[$ .T6hUsu晹DK"B÷m?i5AؔSl_f {BBikT :oސQe)p8\~K-?C]>#`H/JkJ7m;T;ANdw"2F1s◮B!-A9ҫG2]-hWBhp0^ m\-0oU5܏=-~ Ym|t$,8=yTꃒ&/gҘIˉJ,|sߥ.+5lNCezk'=,bJ{u:5fu8ւ[&;5m? #;tJIyɽ1,1WPi, 2YjK&HaJ*,jrP 5M;)!A7kp1ę Y>6B3*?5&6@̴_ggRʜV3P4-oms}aY- 9lYc_2`H?|2:Dӽm 9WB96'n:G"ƍt_%[ S3kh pY4Ay ;*Gk8j"Ex/yBkĵ#ڸs+,沇N&G,جO+ۖn)[~e4 VcC\g:¸/z؊ Xp4ME`oa)GvsHe`_%Z~\Nl%Dx܂2.HVD` ;A w1%|JVGA-'JKHgA:GɥVvخO)yCq(>x>В9h7Ln~xݢ+LljW+6Z2$g-CIW,^12,F')re-iM0m-OMTJO1[ڬH\/Tam>\D/$Ɏ74nqIDSgB׆xoYT?TI8$b:J>LIJUee.n&m\גP1@a 12Գߵr#$cgGqP)SʐAt2~2 i'FE:cy vCcy9&#Q`;_te٬yvs 3TG@Z zAgTY yq5D2:N>~ccIJ5=w)q>]d/Ϛs}1:ZK;пzj82AoC ?i1kٳ:0a¥$mO$=|#E┐ u5#{6 IpUD#}swD`u!e%~Uo//7eȯK7mKam _JxMԔZ٘ aaZBp% ӖK{I )u¶cOFdnDΡSECZ#.V+<a/71#&h'*I$Jua3Y*N0|*:OF6@QD3 Nf8GxX(DOL`M#z3[4S9dI6Ī6R:zM ԆeSПȼYqc.qs_tCQK,N=$/Fעa B[xK_hϟ&GgE7"W,^wπf> >df ز>\XQ}ƍ%$gѺPp'm77+!ST`_.sYxpT$d#47 sIFG8 _cu Xj:6} 7"1hIa[C uQ\+IcZ ,D`\4,MHi ng+nH9K;j$Wwd?cozLErdk^㓜QWeS7T~X9_ں&R; `3&/akRM4pIvN3NaQ5"VbΛ>)W,n-`(P[RI+z`Sr3ʈnʺ$KڟOvUO83GAp#< QR:QsQ}hݨw.Eg=ryjY*{o;=Ipi cn30kSmS,NoHK+Æ!3]^ UaKr9fGXbǡkc_hMKNe[z>`S]vf-=]lZŽפ<$lO̬]ZL5)v+f G+S(b1MuY7>rs/<~5d{yBayja]0(vy@A n '-\rOt@φ wCM_of-rb?DAp[+ ?G春b;h#Y7t+X #6r~A}c`}"s[ lF3YIbv, |LƏo1 sY14ryhRFDY$1K3?H.'ϾiEI5Dep ONP/KzfB0 &J+hEBa5xNI>96kPFfr-p{T RKֳ31|ÎR+IX܀|h4;t;9Vre9W_kd0;Nd\^^c䷆:1*Šž[epgJ<gYExb,"4f/m|h_x(^pFyx mڀ?^/!^iyѼa+@i1u:!@i4 WN~_ !RWLzak KUr oѭ&W4,FO+FbSl[՞S;Y Qa/  DV--aSqT=9CK& -ġ6Ȁ(o>(}u.gL:Sj=.<-yDBX~7uLlxӔFjJւ&vM$!+%Xھ^0ة_Wp{XEd5}HR'';dܙSW'Q?j({K,߼]Lڧ '_j d=obpOH+B E>{ws2C.ά~US3" yJ52wx~ۜ #4d/iמ$Ox9lW:HM$Ɛ͋-m;'>`dѩxi0\Ď;Ij7%3*5hs;LWp[q EUt@EFztMP !4o;/&tp n;[CTV{UZ At*`ő4ũxWP=iR,CA#e4h?4LQ@h \2*ZR^BDZ%1OgnG JHZ͞^6ϴySao{l'CD v):6:-Qu3S?Y?S#*8j'}ZQefe>k _MU@FEʇ|Cz! )ؑ1`1uʁh="Ͽ;HTԛ3~Gf% w=?Or=WDl3KYZ4!&iڅ#B.+Bg"wPwG=?=|# h-&1@kLۮYYPo 怟~VyH7vF[~TNJQJټn[s+YI7QnEc|4h+L·U͋St7 ~ o;5I|fú${^*$mJj6xZ]JԣTc  ^VόۍxEUkיx oZj4Haz5pi8fZH=8oLqVڬ 8,^A Qޤ2>[zvj`0\c8pTzuznOgoKpM;`ՌGb޿}&cP<-r#bJd+fͶiהAcB/z~@daw/$WYıkQ9y#Ȃ ^dz,ZGge $ $wj4k M:RkY]n4TH%ͨـõEPi.9Q*PB)H/P0w rYSR rLo4~ݬ(}H;p> pSd=$~2Ă8RGb˞<1Q@7H! : 8yȝt?w(7E:/hx*wV/ƛampVNH7V`Vw7Ŕ ]/\6{Q?ߍ ܡ 3^<#7Cp'{EM,GRO+@ {&&G'ej[ǀ,ϻRw&g| +>H8V Z[6ox'&z='f~svSm#ܢEhcKmΘ*D^%FPRdcIĽ]bfX{l :](",Q9jX"Sa-^rI〄p,; I|جurn13ZJ#+e/C4 sئB#QIu޺ u͍7J&wKDuv6!Evo{4?#/^֐OAXj Ef#{I]J^i1J2J`V;Β>Ο$i^D1BbJvʧp1p \!pcF?!j`ʠdZ5{_';r7aoS;1H#L`{t V{}[)xW? Cr-^e$N/8yO,ɑ7Ū -:Zxw :եs+~$hu]SXۆD[f36F BdrS.onyi|<.`ߌA5kkpw xҽ[,j| ,D%|" *P v ,hҺ JK&?(?d(Ů$˪|ߢӌ }d?,ț u`^Ň=fh@A"3}{(u֞ k tw4VAd{2@pcR}wHY- `I=cv J"yR\ 3RcHs,#?b[9q#bPh=/d1bku[=mVqM pt^9a7hZ϶s F${-;vEjpZ& y ?B D.@n \4򛼕j=Nʬ#e_Y;xj'6!_9c <%ׂ%4; `. 'ED lUB0Ś-.x𴋜ϛ Ÿvs%7YDb_jk)}Lᐐԙ|q9%h|ME&t%@s$ 5p-O0'7QKt2٪t_vnu[8TULAY MoY?عB-2mN  Rz E)8+T%xTlupA$ݾ6E݊;a,knZ a֍_0hjmvn ⫚~7UYbǽѾ ֍!  {Iv{%J{^2m&6D1Uz$t~y-w87æT񱠉Ꮯi?"ƕ¯T:?½TS[}1S*~P?f!UDhmK&Ff4֨cS>\l-Rm߱wQA/MHq+ܨ{n6`LK5+Q+W~+N ׉2*~=R%#޲8hL> 3״qWI) O%  O@*rm-I+?ɞ+~4StӊEj9 Qem9#΅%FNsWA*![ ʿBXAJg)X%bNj īF6vM$i:4v7ص6FiC Wn9i(+hfG$\j%&ؒDA$\O'*k0ֲNlΙu!| ڧF& Fk2#N#^_~껜?aPHM\3_=`v vGfUkC!X;S_&!Q)K\zSUu:ʅ Caoc嚏ghI}EZՕ|Pn-)A3^K/ZH}^|0"88q黌ew$%Et-ó6%2>6B|ݍkTv'7CC|hc$jAVݩ=c"6(mzbrpa>>O!m}͖bE8gKu+otGiE+0O8_-ʆN*|lR)#nwQ6;%!)ΐX?KXnCj$ EĦDӧDT/s*r*;?SHJ[&rD T^}3tpRE.|68/Քp\]l鐸HgO ~7Ie&0P o`'Irs{9̥a0+s^!2X('N,j;n~IDLV|d5Bp¬׽ DCgKl6TE[GC/a.׽N.cG,gbdBH.ؼ #OΣ|aVS09@o-1"L {^(/Zg}Nҙ\k," d{JW W|=Mau+nee41p6U .y~ v;f:_38Xn%79s),>|®c&f0s<)Rv΢u?gow u' CljcJו[oPgB"a'ğ(.}8QwS>D"f uo,ĸڠJ+&;Yn>vR%9,zjJ D4 f*tFmt Yi)_jԊ85&SFeqFfC qIeF,ZA0Ǝ|hc>U-Sd*;)幊, R.(2;G,Y nNy]hǸ n2%FwbAWt w`%T\{A} )tûg $N?9z-S6yY=>ɴÀƯmuǍ8ޟsmb}*bؒI-e5Yb&iZǦp=}޻^Vbd%J Ux mΚLDO!r5|71|˥ ދ 6dE'K[-vO8fgfJ_RkO9A7%5\XTj[OqtIM78~X:1Rٗh Pّ%wsa/E{2"@1wޓJ!l6a <%9}mX?h_v{\qtC$Y2|J>T!f}'Qt!$pL" J3Z6)WJҶi/n=xBI~39F8A4z;)-=Q~9֢5q-+ˬ'ۉcE^5/e([^ˣ G >خj4dw<\)StvV*h30,w"0;b?h S=(E৶?Wv3򽤴+qﶗ@Rz=rWgA4q&Bo[6jPKymvibs~]KO,o)4gCHI]r^$ YLbaB L#h?d/^W[Zp%ร4̚ye*Sq Y*~P@NzsS/CFo{;k|юBs0XYR:wr8b|$uK]\ceݑHicIy"(~jCV9K%.shPC?&0і[!wedo3mΣAZI,)us$t]\5X0ƪ;`410 >g'H:rKa~~Қ6z#ҭ&4V[UW)pX#؟*\ǁ!3"2?#) @p x n[fV jK9ñ%,[7RW&.JԸRKBnY|t UQZ#8d%YP_nms.Kljjmw{Wc / l7i<"|{Q~D֭f,&>V!y]RwC pqO`^ǘ|Wv3ugʎ v|7crS1F/m+ZiwXd_%z֔wy88D?؟ YG=QrZ~7 _0ɜ! @?+*a sdݠ,]ǹvB!b7_@)hJ k\rTP h.s2+zNf(b$辠0ݍ lq%}yf S.GTӚ fEU;\LvRS5t/cuwZ p@z/K1xTXQ6@n8-/$Fp+ד0*^6b$_`<#?&QiokGҸ*ֻ1[Y Y>Y6  g͙֎`!ӷy.zX#bSV~ `ZonZgq -=F|8qu{zHpJdt;DQv~Xȓ=qEh((v1ũu }V<ﲦK !rc7<煳nuεgUãt $g{D#G bAmEQtv$D%3g"Ts^~gB*2M kZ7`v`eZN(gK_oFac Bbv!-"UemUӳ@ 7xq2U0 [&|Edm]sr™![+K\RPutsgLV^P( )h?7k'ګ.ү˨3{0(۝߇=Yke9]R۳J2C=2^Gn-,坔 !)2ՀA52\r#pz&4 E[v|`N琦'Y.?|:qzùT7*l={,Rp@e s CRsz@7[Ԫ4XojVjmf{W|Ő}G?tpPLPéM&G2^:ǝk`{F3ŷr}FHo,@@xX'.Ðǁ5elwKPjYU[+=Ҹh-NhۀFpmc8{/صF6Gi,$C^c)MAncp.Pޟh\[4"0}Bj5k]`xK"7&Է"@ageYH<˰ab5815qz>L}9HMs +)MjCZu%BE\;m"@ha~?Hswf ]v`>\y,SWɘ é ?Wf_JQ52@şQ[j *$uXE7 wg)1CՇʠf)xSN絵1>|zN_i/&t9Un.)Oi:יQ?CVOX)iAzOMV k |H¾Q/q.j4BÏS \+d @D?$WюkKey. (@U%yIŸ"{1t [r0ڦG_`"mUVK.CR-c [hh:g"d5w3tk&DQ~&K֞lM>*L8_w<$>[XS@l}(ͨGXtd %KJH| K%G8Vk."*QTRёC4uIYE3CmUchyj],_efU3-vnyEؤV]Aʂ\v2\*IVH{gfqrW|: sƭk^Σ3'ͧaBȥ"QkVC]ڟ3]ynvz}O | D̸Ǧ~?%vPTxxOXn35lh95OʏN~"cxtTg)F}ݽ;]ܕa!D< `l) 3->c)*0jZ ?Ӣvg`,?V;wl̽HA∻V `۝3ϑ_ڣgZlmZ`oyBì4ZS;5 Z蕈C\+ _RdDp_2N,9}ym*ٚj2UmeͶdzXUxVR&}uX!.!W>Jo.PnMy3flZllW ԊRƣD@վVr}κqE.k9ָkWPMv S7 zϖ&0UkI!^Ŝ ]jTzs4$.OXhV2PQ#k *}kmI(AKȊYMYϒW]L`Vj^SD4-ܿ`wh}Q9ʰToM?*UK(?Aƙߒ0 _eHPxE{Pm{X ˛ ˆv'A}o%38XnM9[UP1&s,>uhH 3DʝEc kyԒVll[෕+wlQrxġ~lF V.^`ZYhv)$BӉo!Ga:XwnAkb$YiJܾFSH%oel-Jsa)2mq9ۙJY6@} -Nͳ_ډ 0:(fF'rz $pVxRq {)ޤ9:@6z >W뉖"27zЙV -!z1u"B:u7jַ] 5XV@0+-[Ż"'׻%v_uOKT|\~cK\a *On-7<['9 8|wЇR_({h2ZU#{G52vun*i`Y&yp~$gO 5qXیI]QC:]SnQI~T'r7FG ;L-|'RO/zRTj_;^ja$`NU8V.,/9\t&j,=iɗi* Nvi_߆% L4mt.}(ߘ1u=o/W.jaOR y<9V?QG|Znjۂw.#az;i(1 eROaU=ׁȇM 8aN\ əQo _oȗ VbcSbvrߐ.ZyTO7{K8h؃r5y_sVX&kF cf䫶;#ԿX&\y&8hlSLS9#A'tx3o|uī*6Bw##ꬆW|sa <)Y1m?Qwx>GnS _MR; 5p!C\;~zf 9TEpehiiVҎUp*p-E Lȗ,s|)@ ۻfe #t"aBFd9_!ZNrabFrvhedhkw,k{3 o7˒#2!L"v 42Rz\FƮ9=)^YnhŌxUfk-UPھT4]WC9{a 75CtgPm[ӝn-X&_畵aPa}ppoTBpN8,4-Lq7Z&!=I^SՓF¸F僺}4$-Yiᤕ z &0v[_: iׂk\kE@EnU!|7=OB 0(saIVjWpf,7Guc9P/e384_tPNV|c0[W(* iUiL/sIF}xKP}4`Lmyܛ)l~=M-'=:ED)(e?-k޷,6d&?>3-+mk;Å1'ҽsጘQmV1S%6ƭoOʄc4 9eI;y8/~/DJ1n^ETY _F;pyWzZ>r~|^Lp9Y© 7pV,Os]rs o {EzQJ <$D-v*}ַKx0gCg0gR'{$v$uU‚+pm,kfQնQ#sn== ǑZKxZhSУl1 9d<;lqJ˫ȶd#N,M!8tdcHyzRL{'?6*WX`~ٜ_*X'{fGu扇)F Q.f-mz5 C0'.NY$.47,j2ni{Ofd")E\{Bp,@&x^{non%Ed=}o Lt742Q>c˥GM{9\&ULL("T#X9!q_@ A78{1 zXv E*x>0UKF_ B0҅E? PT =T,45XGMNBK/ jy,ŗI&s3ic9y~=\Ȧ.@hwpJ$o|I1!-c~YĜ4Zo*59uaZhDt-CЦ`&3ot Ő6ɔ~2kL/NˑkZo\[,2ou{$Cڜ[Ht}~LCa7cbKIaMR̴~.1Pe)q=O:x]Ķ E=cf\14M^6Jf i1;S=i,֪Ofg*YiJ)uMNLE^d t /RVTĿpzq4%}2g2]nj}!쵘šxtp/{o{럐J nQ⊌e2L#-82*ZnMizsDVwZc(Kyn=rBpƕo8Q&C_Hy"Hpܚ%tsQ)]1갻2Qs~ODojFcY09Q F&K6>z,hGG^N\<4u7O" [r\M8[qz{ -#ri |X J14SpN`z6D:!8Oq!1d˿A YtXli+l-r7OrxAZY1MA&SRMSQ2Jmt 8kņ,ő&iN|uxmQ.U*Nb$7gZ'%@ٕqЁrƳRA)mv*qԦCɚvW7)l"8`0N1 29GE|X|5Q0DWO#!/#Z@Q4æO1v)xw;YP~u~yqj@~DaCH1`*NelGGf#T&^#蘈87kιx2=S^⺳Q}gg8<"^K@#"\(PŚJw4_0ϚVlGPu Ǹ.v%@ʁc1Dd){>uZHzlzk ߓX~?s@9%O:#uiC4%q> pUH퉣5 ́x·mױ2$ehܱ,:1 }qhAsڰ A>V"'qsi(Zo`֌:/@ó4J^*LCL A}K>EBFJ]yùScBlX0S+j9|$^_0/)R<}N!@OY~V v1M XL8ĄQNL(%*@h -,W Ų&ٕkqW٭%#}N-kW?hDP*"E ^:I t]˂u:sLGV;؋f,2L}twuIcq5 J5M4d`'fgUܤ2 ;BӀ9b`MyU34dl}*e ">Ck9Xr;2әBQ9s8kY+}c 8mO sč`[Ogz L:bGq(l>;YP|8!I4|{I :Ճx;󯁂R/=pQ }~P TPl(R? n-ƺH6F=7RYnaUR]KO5Y=GMҁtz]}A%?<1^m;'QK,ɂ_=[ ¸7ϡ)IPc+nCg^T`A7rY) p &hl@Ǖ>W|7,T"JGF46X9d]|B~ݥ"-()ar^xf.UCFˈUCD |F@i*a$,azFEKM^Px>kîv:vuhpb_%d}F%hBݑmʬa,{kOlJ}wNޮE#+K+ΆNT:j&ÕZYK'v;CS "Pe3JV~2ӎ` j$WXe@ߓ \r,G3T {)~@$&bN4$޾ǜL!nX8{\Dnr 4(,Ɔ"<7QXwӸкe,̽;uM73~~ƃhL\Jjfο&j_LUIL;4h6v%8Lcrt"~#Js4bVMxK9TPxkjHD9uXÊYx cR5S kX/yNJaRZEYt\Be+#|ZQabC;`u N/6`xɯ/~$RHFdE)Z [FO`iS[o=xV*c 5v45B%dʚtF@F:>>2M}$_q*;7je rJ45^ZˬFřߦ"Y7R*nm5M>N&Ct%_I f4VlD6eՋNZgyS?xU~,.20@]n<'xN$4?-rPR+ iֻc CZ w.1&?SQj9eD]cK@oirIK,ÔQC /=PR{~Q_JEwD%_o,Z]n4Re<燫͖Fs~"x{+DxW`R:uSe _ _ LKk<#fHד {$@{iUr56=<7>U8 [Aki`ZN(.Ymtm!w/b|g?bwL\,?iO%P!m2]BJ\U `j<ΠY#op8=圂 D0m}FPI5%"ȯAԟ_H.7S}2TcŽc2f4 ôO2&"h<"2o[,Nn"hr;G< jfSSS$WKNşo٢0b*1[F>dJ;X[+/D dP}f_BN.bSO>΃7ִ/ttUuihHH{s۝Y6BsX%Z$ŧ ڐrt=TL_卨"/xOn];13|PcEq{wZ\,eUBAoh…{tQN*HcPsh|>^!f.hX_ʃVM=S!JX7>nqa h^S`~+w5sP8XKx >8, mx1F/K$#gn.m ˸d}1,^oy 0Bgnٮe[zaj|& ?H9ٔhMj#tK*A33Ҡd:NDԌ̹,Ɇt{ F4 \ΤCT$Ry;fJU"X>Hs<" 3fh3Qrһwp[焛\ZUgNMw5shM~95F َhç:J<ԟ/)-ɔ[T`=8&;Mg~8GJj:[u"hλd bq"<;3m Ԕ"~zr{~Guki5f+wgv]oh* $y|D>P6qv\#Qi&z:/MAß.8d& BL.ͱ(>\ G2+GzfYҷ\ׂ{Gu, 7/0⽩3kKH$; ^]/_'KpgF{W2D 2W@-ho E*IvFkMDF"PӿZ$f\iv RHGsz 8SћpS"~w1=mw@_S !wϾ]V$Eyh Jx kWØ8]w ]ez\-2عfD@T\AkRWuB[+PƓ>xns9,]4*NfG՟)$e$_N*[ҩ-O @~#=+3:KP"5^?iB z p=R=FƭoH z"@wl&B>Flzx!ON]A\՗2/NTvL/! 1e^bFq~Dž0٣Z.JV _A8q::3znӗϲ nùN 'hL2pS.N5"_ Z Vп6cI8h ?E*%b0PLcf{AA;=/wqBI jﯾ7Ugaǟ/9.W~xi`]26oFUKJGcQrˊ(zkw&eAw sdGh誋{^^YSxm%)j?^4 PZdrGAb+kQo,vxMW,*mA >|Vngaq0--/Py~? ~GK[x_0ETBy։%;}%OZJ6nhU/ l\Aean=v'6Wns#Br_\+SpDqWVnj3 x ::4M {V =(Ӕs/_$%S/,Ƣi^mcAf+]] )}{f~4ߑ09&Vqx 0.51MCȭy8T ~Irfp/Ku^] ms&⿪8Zݢ!B$EJ'7Vk8`a'hL``XXY21F,6{g6Rc?-{@d 3,8ϔ#^±֑^u&x{Iua~sGzW UyS2/REf:O メR`^cݑPT/{EOU-K+ j#; _7*䦐-Xش>|%cӁ~x/2f-s!̩fϩU0*P7 Fz6J;s$-P>KT+Yɲl݃0 C3x } $LkO2"zz/V[tS4ٯkuYUKN5 zef%,,i*CJ>z}|ybRn3VXfA1΂Hw.(g}S-&di;JYz4Vriv>-0NK U #-l'8 '-|s77-/f΃#e!S(0Te"U,%7RhԼxgZ-"r@9|FG'_R{`W~f}'C$bt!+~B:e,6 -D `lK\n4g.،_xIͩɢlH"YɍzVRyT˹+-b7 Cdr>[ٓS\Vˤ$Tgx i<ڛx0\T&}Hl<Ý#,>~+\$8ftp$15U@\l'}پ7w&y\w;\p_;Ŗ%Ya*CB>bȶ٪R1ߟx职)qS1/_9lx"c]%b*]*pw!긒G^GƒϦgb}o" E:.}zd Fa2eKfXwV>(Ҟj_'i}:`Us "չp-]$.LB4Uno"XDz ix|h$!Gqq1uz-_Nn\fx 6=LlV3"lȘcX0Y}RD(H`j94ľ.p 2YMضx+HSR̺+նu uB:t D/YD] `ZW|p݆鷉P)BqǺvX ccxs %e(rpd" ݷNRYg+/*Ó̎Kq, w ۫$,%EwxI``\o?ZŋTLDpoc׀8)7% +\=kf= -S'?u6z?vqFО2=IqoaQQjYI8G`*P;aSM۵7Bv$Oz %(@u%*f1p:s# e#.ODl^ ձ-6$7t;br*d ~g9p1&oc6SQ%&0&D\~hMUz&Z P_zx-u{(MA>cUɀ$cEHY/{Β ㌥:q"]7>THAp6e.-g&*J :Џk*%. 9f |n?N}0TR(~& bHZKKx b3I,r҈vbG1LNX ͅ>zV0c$dL'Zw˃u|p?\C/ų@^ϘR+]M_)w/Z#C„C@TpqyUa e|G>v)5*X? tFHmҹQɜI?2NG '8uLXn]_DRR)M~I΀dB C4$qgGPqP  w]+ q3sF;>(텎>beXH'@NU(/6+Nz+?J{}MSb9%7cb0Mи^5*Cą7^7=SKC_'dԱ2 ]s-k0ҙ_LuqL.I7v^NH# n9kKἪ8|-a9} b zdLl_>{&gݕmcxT'6ei̓5Q{ ؏#xCD"7x (^/5\XoZ\R=Um1Z0*H;tXdS 40sSl{*7HL +P;b+d)BL WY AVfc b7{"aF~{~XHPzOXO}Zvgs "ݣx/-]bVf5VpHc2sGx1w4' nZ#iӻ-6!p*3tM$Ja{RBnz_'Zj7H(ORCbtbbqܥE}- þ SR *E;M$%Z=mcוT/]kT!mX]$?Ybz 7 &}%&Pv۱RCdp␌V[SIкFC0kH%/.1wPYeRF2l #i]Vzc_JuKiD*FUȾ\߸3uMwڄZL+o%6N$5T׸Ʒ'kM4G1Byw($(.wԏᄁ{/JF\cH/,fBUhn3'+w!?$Mevi1 ssX# mpH7yp)v] Q=ɾm6)ENyīꛇۚeBM`e(Y^6 *`d7H?Fψ*QNS.^J^8q^_m{iFa/lZZ=[Xg;nRKViPaWݸYDʔpjH xEBA:*i|9"fStCQPdKz$So"h'TTƥ0p8FMOi無ժƵւ@L7`A/HH]:R3fMGk(_=ꭝYqQf.:=NTp-T@L9_8fk9 35*9ٷg"eK'Xe2HlI ,> Onm1-tZ|.XѰ@G]mKGW"&'VSԥ~{U,a}}`2ǿHtΡbK5C‘ huF@:@Mك\h[M_$ePJdOS ͝78Ķ#j体i?~\X bΨ:61U }ߊެTV+SU -◷Ny C}y=osL,%؉}ewwCŔw( T!ؔ؝=y?yT_c! r0ep>rKH !hwY`K-<6buI\(z!U(GETDFպ.2A~/ uȥݣΧUrk ͗Po!cb0$ĚG5Ku4` ZqHa"9KӾsYf0U&}[xt9bRFc~'V% ,׏N,OH7 N+/N%fqYC{P^dPH#`EXz{WZN˒^Q=(PESVkt4KWZ:p%$0hdK *LP7Z:ƍ7ox룃*m KQ {Lؑ9. _a5H|R"uU;ҷRs3[2l[WB8_JIX}Vq_;{Uy"L7:"D+;s7'0偫HXP@lNw<#|o 2s&I9Cnv33r.ǡ lǪY]yWv(0Dvs39_`(px`%wx.jXQшKz5&h4r顮>ծ"(XȊ#6u\C>Fi >?j$ c ^Pa ?_HT]mѦ%mb<@Ln>`8e.1Y< v*r:ǁ y N{>[r^mC/" :'чݯQO"ldFGѰ'H*ԡ$6kjA9#[[nc֕FbzS+ɲb^LƇiL/ .g:IwSbզ (z8hţ^/cGTo{{muS:4*bAf&jD}06DH io6t|@9]DwOZk0=9rpMdt> -Gc]HX+GtIM:錑?Ǎ}C}~Ҟ4.`53EAE.hf)[z$n!p\Q4ʺDRrE" 4l} AmhH}/HaB=b_ӿ o,/(]/sI=F ։9^F-d&ñ5*_0 nZ2K j6Qd-tL( K0Mmv~keag-):̭^@pW3^VzQF1C}4|ouAs"QD3FI2\ snɧ~=+?z4UZzJ&>"L"!]^Pz΋p&\kWC_vJdʔܦ4UL~hKy L-F0$Y8ρ||En rdohYhQe_4]BGտ8E|,x,uΠ<54nԫ9wfYğ+J hM?R zsW1,AdyT BLAթ""sV8PLgD-oG6FFhBTk%wX!t}@ȳcM}wţMX bC%Sz$MM2kPiuWJ(E|>95ϕf1 .^,+h8Mg Ѹ˪"uFۥ@\՗y[bf/]cfN:E7p1ܝi]=Oϛsw>^ls hZ/]LRLS4QLib/,i H]Z 2C=G?z U\/ ԮSYL*e[ϱJo@,#3O#P/H5 t,.,}0[57'xĖhΥ TB P<.yu⏅HsZ& !jSh8PNW Dz0Ԏ&L:{@{jSeqzqQM5 AeD Mr.ZeɃYo7Mewa(( `>aIdHH7ũЯ686Z~9K ۦX+=\`YFHV`$3H@5߈65,rK@Qȑ-AgUP0QVПAZڵKJHw򺍔G-u/)1eC*YLx( r/`a/!wz |ď0[ZUOIy/~:|zV[=nO:Bپ ,[=qU'+bC3IA1)RE‹V *{f#(k5r1{ZmLBwqߐ| db+bDo8A+.ed/͑#ږ8q>U[ az{[AudjvGÎ4kp m[E+PRUIZ9 Pjuk$u4]n0|eSoYHwc6'Ā5ʔh?JpfzW $Q%ĝ(o{& _ ,=FbɎ 288ȤKPYWv[^M"P3_$+f 9jV"X )6m?1L<{J"Bͦ%#rg>]*;޿ 68FS#K{Rk|&!.LY=2 H'  *57&_}rBȦ|D}CO dIm꤃aGzѓJi+y嚧&~(Qv8}F_$%z|ʍ/BuɳIN,#$iA&"[)d6,_)M$>ה5"i*j$z~xomabŎ9)%| y2D?^Ul + ZK}[Ψ/Q8 &{9tOܶcb&g()G^R[9Q25EbC[MOm f&Q'%RWg$ؔ%~H4)ZN:oGjfﳌB,&%ʈ0 47ȭ K8jLskߡKN:a]7NK/Q9]P[Ž R/t foPف~F:s+Xr1T@e / .BӪ9yݷ Cmh^B߈ƙ&j'(V cܕ Z#Ωg*9(ě6Îs}.˵/O¾F170XW-CRĠdZއwc M7{3D&ƊA#ݩ%gBi}2вh۱wq|CQ4ؿөV hpfy1sBnR0 W1YĈAH c怄@vP]'nwlP f3;7XxmzwXNB1&OF:vx44S, +˅+<%$/xr:փah:NU?4㹉uW1uZrTETY`1p]A{B_Kg/8&MwrfO6*(e%N*-ӲMFlSTQq@@fP8xxomEpUgf_=qeASHw2ݫoZ6F|YwV#)G7yq& 2PVeVd77йһ`nwJr|Z86Őp^T}6a<֪Qg8'!>O[tekDPJd53|&P ##Ƃx> ; /ܔciŮ=3ǵ+p  tEpA7DèJ3?.03Μ:hslcH:^|R+QK@;`sWU'T`KTTЫi&_ëxqy6h€}ځs  '`'aQ jU*-' 4K7#X8hO"Ѣ0@6r:VfdgE Zѳu+?Gt _UvdHۗR2?0N )z̓SA`Kdpw_CL*sw $7u0N=2=L}kxDIN O[nq0LC93!1%L-bĮ(m1܁ͲdAl9wmWD KPUv1÷09@nޜ644ZKNfD㿻+o)+1x[g9C831XTDzJNe1cgsP`3T#It w+m bNx+eJ]zs%FpkW⸡C֤᳂.QnSY8aʪ=. XUͳ Ew8::2 Q.zZ7J$ZT,z<Y/(9v:gʙ zX|c"VixEkr)%j-:⮟\˸DIf2ji}f&ʨA[]jϧ4$S;7mp%JqeV; 'ѠsIXbNLYcigkv@Bp/VxC-ɔo:IiA ՞5RXxwxCI ue<;?C"'&[vS΂3뜅;̨&#`WY/v B*i f oA P5t蘖ɣ[~9.+al>Y_rN]8@[dHe-;Q &5g0k `l4{Jԧ?%K"3 KU 3IEm/RX>9[w0]3|Cs)<%= ƥd(C rMniź 4Q5tXݾ/>r_V: `j Pӎq.+&9\+K2lih1|)nLUeW(fݼDbE=۞2K;ڣ R ibt"fy&*tdO;/p'="۽ 53WvOuNW?vz= ]JMwklxZܭК k^W.4ψ-x/dsRKmøyU"pؕ ༾j#!x kE$zŇyRS݁stZ5Ե|qX%&tt佖tX >K f~7Abhv m;[P@͐Q&-vڍí#3Xy(jsAp<#LޮmHG3m)C"gg}ŞUQ0/ /ۆEKkZCv|ι=YNr ~tqi1Ͻ&M^2vW0<:wYKbQz)S@>B'Jl^U,uL~~7i;2@`yjЙύ V QTjIK4* CU 0SLq>',17{1k[A?s W~(4I~{ "˴xWȴ`JHn"@,obFhWۚ~{w>i?ɜ[JkQE)Q MPN"jPM)Ǜ:P:Q0?tUr/JB ȭK+Ϗ?Yn9RgܥIIعֿK A,-6oiܫiRas :i8i,vS[la ^^ @Tn^Fyd#{Y(!yd~K4.vG4֙Sz Q8=' n"r4 >`Wn"",̳ \+d?SLbƉprqb}Ld50F-bH;!v-7wD4~\`ĖBa bl4( E gn_1.ۯkAKqh+,{cc ޭ$JOv6+waƍ>ի7T/R1±|@r< oQyQ˕֛fp3!@]bա\#7J$J%* AX TطL+:B{ 6&b03ވE98Քv՞Xf`i`pV0|AWAL%{Kt6c摮*nf$!njC,!_Zt-B%>LQ`@-"0ZIj$Bw-q';\BZK< ,-8=(y?/W+: *dk!eV$F)8LM_jt@oA6bP{F_:2w $,۳5_A2=&\xS_ 4kY8"qce d0㻎<2yZXa M1jKS9DaC@L{cqEgiBK d(amhhDd5 o>T; ѱ@P&=aN?XD$9<*|,a03Su4醄$*Q'E~cqfgh`%*G--74<ƥ_ud,l0aH2= -Om5tęZ)cMCn'Jx??f&PۋrNpe,3mbM>%++f('UCm!mǦ( SؑŅ&V!z\=Ke>+ eJµVvCkʰ ]ĭ$NOt)Jfl!{2B7+ ƈpq,6jS) x}']-f~q#n srEL``2j[W YuRL'#W&{5dAn@ +زQ@Us@nz;24Ka|K,/2f>X ޲$_fl Z5?+Zz:_,.k@,eJ Mq#fMv}5_ia A>\I/ l3''j7ѦJgBu)P4̆-q\#Tt5R}Sk=(s5`9T%هl%USkd(~)YkE諄S;TX%2.yS#6w (z]2/?V6 2tYSd|y2*=j\Fv,&=L8d{*.DB4/ҧՍ,'zn`rn|-a-e[fCV/ ](YS[ՊޑdTlx3\i_PC {JS# S#enûx;EJI3hbu &:QϵJ$bSrl00C|Sg䕏\3wh%ow/X@E*dxaBmdS2.DF"Lc3g]Hk}Ht_*1G365ٗq\,R kvk,@_={T4C@[ǯz kYջW:ژw.Olg :(ԢX;k#n.'{MFߨ=خukQOhhMU+&h=^tjf6&;cq X캙(E_’ot)N9( nj5a6]-5pDHYb'}Ft'6-c@{$yTR?`+QӆyIJ|sKZu9Е\$Hj"4XJG;dQ )e4Ǡ4q I (z~! ^0Rn]wg_QN]ȸLś'"s9~i5E]o / jr7հ 1bj2;RuV=J;׍^[ٝ[)o 'V/S"}}ˎ'-U#˥n.uRպb *XO] rnԶk`RVo8w-T0FOT6x"u>ϰ;(W퐋 8&msO%V \֑q0uA\Unp(`*2 Z'cy3l˲W򕒗SelGDcSh4/30/rK;b^cX|i;ڈeӖ0ĽB6_h.P ai "ӌhf9?#Steba ϋe=@Hpl֘ŠisbJ73L.%sqdjM@bTc`Uɣ<3j13na û/ϤA3O'yvdIw>_$RHHga 3H B-I@=z5mN;w2G rWB`]qV1.q5Uuϒ}KvdPFmƁ*#B(h{њ/&QdvJՌFn'"C+5z'{'O[i;bݑ%{~@i3+~1kBȖ[qfn@ uU&:*ꚂD ^6|5@^b]Nnrg.#Tܞ7XuuVAgOZT%H@yŞF8v HѶFa`auVհYsAz T|Ey-WXVe-qlAb>Uq0jqG /x^seF pWFz㌠ N'iZd9wQUYN9yg".8hrfǦIPpȑ/7(^W~$ ZM"kT:|b g%~;56wimB o+/ iØ&;NcJ `F: "SڻVL? Z$Y᫁6 #{M wP}Tf{`eigS3ɮ?y Ya٭F;yS.? P ]XA 1Yf<%B``'GSP'!{vu'>78+Y^߶nHVR8W7 & F/ϱrklzV(|ߓ<~tj%%?uؽުkN, YHt4<.m|!" m.6<|䏋\pCfPuT ..Rژ(=d5.{\Iҳ qt h2Cͺ{sv t %iUYύuYyr-tfh=\GQV-H&LBJ u7D:7cl:x9`tlkc&ū6vZ{#HJ5C>s::9g>Glߛ&F9 q.)Y1傥c71vh񯬗T=M_FGQnHoh0gg癘eYn,l+4WwYӇEslkwf2ݕ'co7 ~Bo.hz,GO.a];fP4!K>P&dEƕty{doj9-E&+ WHؼ(+n[W,_7熿(RP:Zu;*24ʑwZ* q-D3l|Ɠh~2?zM* 8zu6`'5i%:>B/$SKBO<[.O:\-p/FJ"PVyM< u}j qoKh`7:<~1zR&sSL&ϫk$Ę&˸}tc`$k$EL׬"7mc/sy+O2.c8K(M ZIQja 7=G3!?C+!Jh-لpl* 3%\~(&S<1sܐ^;2NSȇ1DFmTuJuY|ᚑyS l@tOOX߻)o[芛ZX%{K_kٸ.B&qֆ pl NИ㐵N9l)sT^CJEЊhuA;T<?h!6  P{\⥳8c ½tw|p÷KzbrY *W+$;VOZlxzVxNwx_-]nYOwȾl&Z_6wvHC+ M@gڽMhHU_[qMڎ́Z=H7)}6'&C~&DJeLjaM^`#HD1Al혜\on ҍh[, pE\^LF s:~sXb'L PoVM=>v7b]AxcPի8P@|s-yسy.j GacaG-=4ţN``GVX;aXj "d+=)VAܖ]rH7[r;m\֑:\fdʭrcZ"䰅9ͤd2_1mDS+e Vj!2]Y2~ԬeOX;Y.ž%jLaQ`硥1d ,zpo5U%4}Qs?cF!R}Dk-·Fn97_2-eKM_ϧK>_'[F7d))<&c?Tk7 a1lZN7tXȲ ^%d:-2ud?+XH'rsrj{jMm SЭWԖF E9/ !@3h@^g}pxhycXRˉ$[")P݃GMUZ2̓`]3?;ȃ B ir/5҅ 8|U\ۀB:;SW;lTɜ*M)T3dzAHѩip;-8Kݼ~/?*o)Щ;h͉"s Ab#4^N5H5/mIm'6XD7ʺ[&hl ;iA׳6%A?*1mqg)Sw 6Ic^s8r^Ui'S6c+ 2c2c,3 53qN1T^0-;9|/8-@@.˯|>i؅>Z9bGA vђs| hu&TM0W Ds粒|+_9 e%+% qZd #Om ,)3m\O h壪I { +:Wkm^Q" cF cם^B#p&1o0 T^ _߀GV9OE'L"W ZH4yW+i 2+j@ ⮟Cbj UK>DRzD}G??CK,e79XY(2<|Μry0`߁ /III eM 1w7höw ri灙WD[ -ShfPW6Gz1`åI~.vWOCWe6Պ[UӡRn0w]GT{ c2D'Ve -+ ۯe.rJYGÍOz\CJ6Xwjd:.7\~yl '4rWcuGHnUt1>!`ݍ4mv[*[7O]#$Xchd H,;1swPEE+[* ~;GcYs܍=1%kqnH_M\Kl6">pcSz+@҇;k*/5eLy˳8giQJt5fvuRfn=ȿ,ue.*z\WF D[Wn NO^\FO,V+Uk%l"l>{$V ?9 t:2 =M qhYtl[I"jǨ:{}= ?P6h_@h1He'W8*XưZ7:_C#XꉢU>64\&$ra F\o RI n hq+1靠|\FaH '!sN,qP=7cccA$F̱H؈a#W9ֽmCB哹uuj-Qy ©ACgq׷M\Pq]ƈgևc}~ 7Z+v=藍}PL/^)5~Y>Po3.Yn[6ӳuqp:-ߍȼm v 6|E?19,LG;UɜxЎ)$9S}~iS9o44*4Ưð_xdJv9ӻcsCd%(|3Tj,8^\ NE0ppćӘ Ll)6Bz|fNB & WrǂS.[̐7el*7 .`ɦ5.*J!BK./jfۂr5ӎwc2!WDۘ ok+?.ۣtisᡭuTΰ]Ekހ8qsEU̙elf X<ȄIEM`l(yAыјe]oWV@B*~-oقP2r:q1߭4ȑ>XKu l݇ۥ`ڱja~7؂CϺD6 K@ Bx`3ۣE&C!zR0P  v+"=zKRu \Ĥ\ngL?66 :d0ƅ ],E?HaW]G+({8T V%;w})kU/ ̄ps1[ x2x#/4¢wנ&[#'񐂭帤'Dg AMa̹`7y'Z&jƬ`dHJTAT/e ut1=WSPf05工KЕLJ@#RYG(hNᄓq=Kb4w0ne$yS*~6\DU<0sqK^(&ʚ @[ Uup̆ ̐t|sv=wo1orR`B tdCqi݉pJG{&C _S{Eˢrgu4 Sz햯=h}s[zzpF+NC,YMUO:#`@@ӌ?zcPj?EyVrQl]&ӱYNzo㠄>'mB$jQgeth+زbV{֪u 2r G8'#qȦBߺ(o=G֔Rf4yU༗6*¦|>=D<;T7:\x. ͙1?u_~uF{ ^?> '̛+&*cxይ=BӬW__&Jv+x~6ӥЮabx$T4X/15odƛ o%A:m܍DQIcݩq.W7)-;s^C(pK*ȁEroH@9“Y`'U7=v!ga6c=Ց&;oJ,GeP}lS$!r74UCb/RFR=' K#ūm"xq ݈Lj4=a8 UZ܀{ @Gۃ150І3񶢢N1Q3׊^>]1iLPOZv`"XExs#,SϨ^{ J.a@i9R`MkN6'ԮIHᡞBN.iBke r(]idm?u`#"lt61H^6GAuTJAJG+|y&R<ٱՁu>6E>߄ve]KJX`qc rbgm+dKU6 ![8fll'O QR|̥9< Tljάbs!v[mP>' ^xH}H|n˰~آ@O&iuP^6NeU.? M 0zzx~ԣ#v3qo7eT<_8u\1xH*%JK :cT5i JԔ^! 39Y3QQpfZ%Z-`=wuD 'BoDCS(-&i 5#{g]VUbDM^vXgdĸÄ XafFJ@OY&QV*)R_V~<.h1 A,p3ѭlw'Tl8IA֜I.I8OeHxMUkGk @\be0 ` x7ޔg7d3ӧ=E%/F]H- qC nE>|B @2k[OT"B|]T")+H1aC3w p"ƃH} FI%SL>9e>FvUE]+03,RqBI6vb>jWmwB6y\3w/Cz9=_d`k-IӁc ;}0-kh=r."TkCl}[er8߄b}z{QՌVZ:Ij {^vf;g,?]R:ӥ%2BRM6P׎VmWi~>Fҍc8AvQ~hXG)L,| q{ +#$I9'Ÿ.)jD ݋M$dxҿYB*}o-;)ōhpK$Kk+Kt hǑX #> pXW $pV%@}ۜW' qہ !3ȷUgFo8\jdyiVDTKa<~wL),o?$ovk8oWTfJ}/v&f q+$9#+&6GWoFuiPs6AB*m);c,O|\0qkn}y?'\ⲑH$CZlr[LAh.z\K>ں/b z P]*tLhY{B0;)iLQgcpAJ}Thp?ՖschXкJ-.ФgA=ţA9oP=dVq/],q;Y _mxJX{"3A,VPH&IBm!K>(PA+Rîğmlm5ވܸfekn-Q+i+T1~{->`K ߦK] PqFRqEdf,Vnޟ/%آ_RͫU;t&Zԃ_@s߂]U\ӊ'!vנ롕vYAA'e~,|*KG"N\)T"ao]c TeQq/~`bgS$#1dG U$wŖ$wabO TH wC'/2hm]^8s5)P>M8&F$ LכdAɹBy`tmmVZWNy*|v/V/Q 686ж31ޣٞe#IMk`[jps,W4SrD߮d^~*1^2keMQ U UwN?@;I`C)YH${>}Mfl8;bP2IOy/V9'*\YOTFS:*uS+~U >0=v+=3[3@AKQJ+6`>@t9F!5 9<Oq N[)nɿq4y^ F D\:8|ޞ"~Vr_aD}Grr #w3%dnD_;$)YCTI`y?~9Ӆd600B nBlڮsϭmxkciULԒz=Hix #D _;Mǎ'msF eIwԼҳrRh|-i]j "G;ykP(-@1$}dLc@cK 8VUs>hs"^~I'Ş~4"B'_dɒNʱ \.%޸zŔn}F m=ENE75M XVIC1kLaqjd8ƪq$WHEv9φYKz46VsV/W#dX3ͣdqcqMh>7߻i-e\1e*rb:lj%Lb` Нü, zN܎J tXA%>gѽSv2%ģcT']'ϩ.ȽkZ/I6ǽ5~wĄM?x j{0FM>\!N @p CPЎ8*撦-&#~->u}$s4a9o<7mCᾜuK*{JN :,?m¤sIoDBB.9XPyQ.!u(0OT+sGJlo:43#fH&RڎԁƝZo, Id]BҬ1+RNX+*wK4V+w2'^'ZB5U5o,šڷ Gŧ#򀈺Ô~.Z"kcn@{WaS.G܂-$ChYy*#w1A/l^;*GFZHY31jGKu^"Q5em_NqUE%e܄1[ m |b9,5 qP :\jV@$FdJo<17獯ؓa' Su˸o"FLkH$7KB2W|mk)}"^Ū^NF1ѺwdXX0U"í@Ž^su ABN%K?yZkИFvs I<8kϋ\)aH[:+AOј*S K1dx3z0ZA}ۺr ѽ>ئ0r%\wpboQXfV6 F :ګy{H / )Wo`|q-X+|S|R%Ѩ*i%0Em|@؍ xVް-v%4jYJ j ?DͷCIo%1 űFZ'\ư<1\opD~&j4Q'y,'GP ,?nJ \1Ly6f"&o)iK6aj|hΗrꕖ/ Ti q)K^Ѝ¢@5{ F~T&/ e`۶i1:zpXgQҡ+f)`魏@0s| G>1ԁeFcc J$kh{)H i4#Kp6KL2LtkO 6Iz OQ7"Ǧ{w" +sRC/T; ha#|[t9PU>\<2Dx _o(vk[6dqTG˧WίwDt"jatgMJs;i 37l&e/j9p()<2WG%ǚ~F(LT/m#2GfzsW"ֆ{؆;j=J]@F-ʵX6ίk;$URjW42\bu.!gT 3^AQ} WꞖN`\e3oEG k¼&a`b.l 䬯9M #apC{/ҮF5~i= ^(LyX8Ns%ٵvǴq&BkS_ &rX`韮tke&._pr/&##m osϏ MM2ś|Σ)ݔ~B|X2'W[`"(0T!d=~RL h*tr|m /w >V6l`|N>r3|@7OEF3yƩuy8] w0D#'I ]-z{}"`=JuB`MhH7L99ΰZijӋ1m,ag IӬrQgt@A")ʎP'K鈏2={p( AOwDb9P=eԯvYbY寮t$,MKCE2>#r((Up:luKèLh׃D> "*^lgY/[H zm9.|Gp lJUr;Fzt3IK;fޒd\(u pF#r2`J)=_"$A`N"@ P6+K[o=%TT v#l0!|qīyr|nOT^9MC}&S~FjFͻaCҌԢ,[jUn{ K4&8[d\ 5 ?0[?+LTS~ 6d p,!2\ʇ`$I#{aҍ'C:gh,MH0DRe]-q+} Z![`K5r^kt,Poed OՇIéhgq)0Y{Ypz >pQjVe-Xq8+2WBi1o1g[UGX4:qMB|L:qfbbE\|NX]3,_o]~ ~,k^AxղC֩<$T Vư SY[>VxR i_~5OJLk WqyēbeώTW j#I(Xϵ^! p U/ eί տeH N:ZLMT1je FS *]dGw[b %ےDTcgtO)~,6NU5k-ǸR0l.ڶvæRWisE([iw:""Ʌ И#5V)aZUA%71&HS],JxqS/L2>H ۭ4^vqJ GFElпԜ#MFϝ :=G {p1zH3TsP }QGfr3ypnV*>- )P ]\ 30Ad2d9N9!9ôɎT׉- /熓R]O@ܫCJ ,)%^?Xg7lPvPIZdt3pdG_;(jyn6+ G@?ݺř˭c̰Dw B_7=Ww \<~(CvA޷u|Gso: tbgF219@n(%s44&~n81]]nb#e-lꘄ([ "ʹdHlsGK/_)IͿ8>qdZЯ*N:*YQۀ;R7ø]X{1 S "з<Lia)+X1|ؤG=> H z Vs3?_#@qP;|áJ|+O"ocjV glj;SR%/m!hwXRe9Onz='<{mntS^[dd]ۚzrTj@&j7J<׷4/~N:q럻s YOlubҖ Y>qW|Y6U,fEGTb邈eC#d=Jhc o3C< 0>$~b|\ T>Iu#Hse!4Oh2U{OkО΄=="]|مJ^o[XjhcdUTWvh}Ċw/^U2!\ C4h[E%|9Fpƀ7d=*z|-AWkݸ&,MΗrB$r*I=&%h QFbΟa0eLv#G~+#r1=Ƥ\մc {/_*"@¥4CA 3v !+{k QD; ^.y7RяRZ )l6]̷~ig PY &vԈЋ"}bvTcW0ir=_Hr{ *̎XZIi#Godhb ᘷ\ $H!,?!I mYH cR~- a/1:E`Gڕ*dN)dRX:6ޱ%g-+C+ ' GCo??ٲXb}AzVlӚ=WbdESSI6YW?TO5CU0=v10+@0dxbg1+RdO^m&19X8B폮 8b*γ0.gטgy^uOzJRᨕ zH`XGFi5gW-/I x-ҕ8}(@ Hs}rJdy~՛uVRrJUteR<ύ++} v /&E]4BT*q׹F$!">9!W/H" Ay"l]nͮ&E!T;Wd%N( +{- 'ƒeTPn|-_Y @sV|O hݮ+vﮈ=?l.[|Gzj)»COV*4A9tLf^ .{oxL'H']Tlƈ4_\T/eAB25&%@NLW}N ~J䪐ka2_Xf`YWcZ&;z%wSt+ʎK,z /z{sLa~$xզ v s ;MDG,%]Nj2WEq|ZQ7A7#nc靳 tCε _G&o2`.P*}˧ w>3JR(~|jyw„Q;󫝛a3؏af;] FHo8~*N3̐[وԉ׳P0\Gl83AQni(9O^6O$VWU}snUj a&W꩘AQ:mѫWPXuHw&3Ik] 7bʯiE p;=K-?2-g3Nl$z6`,mW~E. &HR>r_ ^*D@-ho}A}hI\<'*VS{%,{i33#t0L\dIEf-4Jo:L4EvqyĖwC`l~:BQޝn\㭾ϾҿP޵U13ON^%< hOߙ)S'Zԇ-DzBѤBt 0Y]jH?XŽ)-v1}n7T:n"{dq?+h Ŗa$ZMGѶJ`ڦRЧ=,~`8>`'0H`Sb]WՌ,2a;G4eWLX܈/jNl[!O6VjZ_?1at6#<rrM\pr8>.>Gg0&Ա4!2عvǪivy4iT49~,D-6rn{Y&I݄#J #JHWU#`@?{)xC{*;2@ ]irRN T rm3%lẊ"H.vM^ ԫPd3+ sNPbCԫ>)3؈ #sH3׀⃚ãfcà28S3z6aK,$E iiۻE1ge$jc4K(5*O "8'tRK>;ew2blD%UÑK1j4?9 @3[Ll0 |u3R2_>B|4߅VXXڋpؒb/ [ / ={_?hg @50Y5ٺ1 [ܔO[(^ΠmDAnl~7`4XU敧8>Es i ķvhNj.OLtw!{0f h}9!h$#9džIZz62pOt^cJ?cZ~8XT~ :5 NJLnPT;p(I%ԍ>.wN]1=gqp:#LfLVށG>no zWMޜ]ǀArY+ÎlPJ^pxA^%ɧ{y(ǐB5r0l1S7Ls/ɗ$cݳ1i.ge5Fh)} +C<|arݸT 8͛jۊ+;1< du]2)#dsEL i&LlUڤdSC(:[q'M#?:ѐap_n*O$16VZZe.U<ʴHc-1}ܼJ֔r@K]^ "{XEZ1V֞R[zi։+ seMS!"ukHV`MҦQ%f޳{6XloW\Mq>ufd9W~EHL2?p<4T*)D{oJ"D}ͪt?'Yn vzzwl3^ tKcJz-HhƘwr.'Ҧ4CExP뷹 ?B7;ߤ){rIWp`..Ѥߗ//2P]+bdtH6H[9j)E)5y'i[fZ_z/sB<#Am[>~Ssl&d3Pӏ,e;;ˏ :į9Aj%c$1-ާn2p</ |#^UF[ϵ`V7Z9__ Vj}J3񼱝>Ipd␒X[G錜WrHupҒ[tjUr|.n2M-DHٖoA*XgBo@G! 8o:p *JkKLKÙϧ6?zf-LAb\1*j>8\%QR˔,5\&Cz, y)Դ(X>DeT;A 7&ӇJAՌ>DKT-V!\8l];(܊Sᤡ%o^7 Ae 1 W"ۛlj_|U?ۗX-G`)(ulO?%Eb%z;PS]j,p)t"VGX Mi'3 ^D41I-̹7xy1B?O1:6Gn2%B"ݠ%~$tg?({ק]qشG;틜s69DF,J~.k_^Ã(9=:&sE[wp#6jED. )%]ibz.m~'"ٸј,fxulC!Qԭ6uɨOlȥ (oyd|־~w-xfz[Ԉ-9N*oiѾ+fT/9l֭=)},pǷzcbA{Hqnӹ Rpx[pKaWʆq+:W@zlKմq [&F9"a3]{KbDcW67G6}P~ ܬo+! 1)fֺqf!f7-6*IQC&;af)vu[|OioǦ3F\w4PW^)p +v{' ȹj.v6nRȶ8&$Ϩ=0@5RΙޒ%0!w<8[.rBB1!]ݯyNXWQj`iDh|ˏ& :( /!ڒ[ƌ@7daeٯ}ſ̿5$te T3wC}Lq֙h3lx.=(Yld7ɯ>T`\< @uUƭ`k}ۓꨙH>q*490R~$`s(=*rЋ{ ~#QCq/Tif. Ue*3+b( q>cÕ 3+MΧSċ)m ag\nK6߼ONJ~?QTCuÑa5kDrVQsoOgPjEHZDApY sqZL:,AqTQZ =p%,D,_%>l[uZI~w.;4bǓah_dcYqsxt*k?`}:x6‰3A@qڇeQy&@$[ JAPb35:ָN=ߺW> =~_;_a<:WXm:R7 \M5OJ=fmN\V2ra sվy*>R]Y*kJI,C '9ԛ[ eN7!ucΧTMPuݾW%%cȚI&VH #3V*x{Lj9NoUkX_ ;"꧐S$~MUgY~bW|N D"nstL[ vWdig; =k.>SoO<|Se7uH>9 f GU E?19GW#:2t!K³Ț23ڧl+_i FX77"IL/+lhz\xGߦr G7ʁG4I,tTAظ)٪X`Pm&PH*Iv?X6>Gx5`P5QjLDAAb"d-SK.\:b[:P9gًoyh_f5&B,흤T]2Bٵoʅ;Iy(JQ?_s7υ?2FN#)iJtЮ5M#04ä{* tZ Fsb sLsbկY\PiR+_նuukYɑ(zIfM- &]r+(\̽?喐YsO!çXyFj@1_W"gR3nPc>J" }11vHk&]/JKtXyrȪN\ : n)ff*߅A_~odR[Lٝq{O_" TvmW9yhFϫ{ȢR[a[(QŇ;^^l^It ~U/+~ڞx6wŚDshզ 1Fؠ- 4U] (D},ǾFt5y S= JU,Q% jbXs|{tYRq_Yz&H!!>S.$_8udۛ+W2H)ڤ B d?"\;dpB%ܤWp_8އoG#?TxǩT%14bƥfl!ܸ~%}s𖫤ݮ̌ 9AX9M|6vo Z;+AP?*륰ܪ%2cԭ%_;?k|GUfaN"L0_]Y"eNP7wJ/'.~ G@#ANS"7v5Yy^|$k;cc kqQ!3>qz3iIH]^=$ŖU3:<OɄn3|D6be>(<+Pt"T"MRm05aj7Q9ն6q r}Ӌ7Aw2b]jQ8%'_H|#aj"f*JRB1Մhm洄ٽ{&;Dqlѡq\t"0fv x#*&kog7~03& wNy7BF!Mt%]ya~fdl,Pf)-x &-WL,?-`]j6=% ^M _tވrYZZ{uDg:rKJ?ze(ӆϑ5Dkc_V<ʂf؟[q(5HD~kabCc `S$nޞ= mCkUn[Dv)[%U]ʰ:Ҹҍ[b~@vҮEG{1#%-(116$8` Ӳƃ?QMܰkCNXubV\k;_,xiHDCp:15y%U7wnyOdDAm6O/ʵ/bn!&x5xdmCiɀLbe *m(ɨސ Qa^0ROeY210e Q;(HP՜NAA 9[4߉,@rjlFs⁶Y˱\(-\\ҙDzx$x!|]~W % QﴒEfd$f+N/# $NYr,ۣZCI-a|uFm .6%h$S<w!R,zg?|T[^|X\kz*<wj E`sQxx$ӗ[Erv _~ fp_'*&|@}f`MNkJzcn{jt圜#ԓ8 ӰxB9oz ǸfH'38Cߵ`m5.=TEVem9>eQ{JmXKC mhZlwgL,y0C&zPrz +Ra)'k)2T %p#@v ә_(vM_"(#Ĕ/NtR^C#CrwĽÞX 4U 9h4؜a^sHZnSV(w] QM@D B}{lh/-@ѭ_i 0e'i6i $a<"%%}B;_$M%IbV; oG6(Iѭ. Jw9¥\"]d.@1`,@$IF?Ѓ8yQ ym/ˣ#?v`d>Ϟ^kgt+Nu뤇^E$OqWDĉfvףOь+Lh* _G}E/7+e.:&sae:4? ܠNly73ˏc*f=ɥYvp~ QߡqZH*p,hѐ9O(u +ۇu®h:xPaHJL'C/+vF|יidĩjf4K&h}z}/%/4K~)!': EU8f bwSL+cA'U 8rc*F ΘCUX0@k,#h7q5$ɷYYSEJ?蚘4A[a֔GL,ٻz`O!>AH~Ɗ$tN-Uk&-*y["ʖa|Dx7n 3aG59!{|R~/ 2jR"?ӑ[wW |ݡ$[,ISM~'_<@=h99_,x1|%^#yH?oX,cO}N3 얇`i5(\̲ eؾλBGwNP?ի` {`RUFFoiν˘>;9CCvr[z8;,4U!%7RED)_' 8RcX+Gnj7Rs+s2lɋ;㸔#{CCe? sB.gᯈ¼d Ny%0 | Pgv^UbHPe~qw554 #7NiR ۹TU #gOПe\8o'2q0Z>ÚT~%f(sJa36'-v۠v4X63s<@;41[Ly1k#v=?~qXsT6xsP+`;IZu!Zj͡GI~;վ%?e5SΦMkW[U(gÆ ިƕ,qZ%0`'Ep\Fs67\BMGHc]h"!ؚއ(md3Bio>rj ԙy*3r*H+w"U K:pv_+6Υ[T* Ubr^a S=٬?m{ &mΣ0Mam>Wd 'Wi;}OyX\]d.pk2f*ފ \ Gv:FRL'6mx [t{<2i 2K6 qA#ݴ'bC7lN/1*ly<|=L+$)@!C}wAd&a.?[؇{z+yyي5zCMB{a=+S^A~Nv,_r .%ԭ.FUJB`diFLe+/P1h o WF *tHwm|g?|!4.5vy]}lm8-C#aMx IOﮐXDVΘ-(ME}g o] .[ \ҌT-ۆ1"ڲ#sʸl:0uГNMəB@{ +Ԇ2i3)'y\49ߣ)$m;ܙT"#.XTmY{Cު8\1%Zb"@XDUV=)b jhg)͈FڹD=>;ROIVw?vݍݿj5w~ ٩WUA7eM)A1Iזv|wͧGA*K#ksi-)kʟ ͵k/o54iFc S?R8^cH?^9e J~1eDgj$)l{+MJFzfO:j^mzHD:`X1ld΍v cՙ)Ez+¯]#*鉶>VשۀJcz[쵡+K^_YYhnS C djͫ E%CtxhQW=K= $6*:8[m{!WC\cTO܎;ܭiI(}</%tEy9l=pnz˃Hypw21a\<^U61ӹ(K+&\;.V u}789ܬ:H.ᾀΗ^Rjh-zuo,'uD6'4+G $.۸ !R>_sH_$9$ۖVnS^RUK=z!zEO#+$ݐ B j3^S|ڣrU_NY"ùcCDs3%_*]߸ K.rcPI7YK/IYN"lϣ.Zm,n:/R =zoم[VP'U H~EYMcΤ?gQ;]T;Bt0>5ӧ ܩJÌC&e#E9 t.Q13Thܷ+<1zK@-IyPydj6gB}-dq|PP)K8}I9t:0u%!V".z!0s L@^ u$F^dZJ?hEt71OEĵBSrJUnU92]ZƆf;MAyTF=t1t[D,ޠZqIx zsmDfꈜv ZTu̬ǣbVO С*}f鯇yM3&w Nl{=+y+~`=k54sL'9| ?>Usʹ$ZdqĎerJ0 $NݣO(|muN*g붃j!nNh*ENƧ_tA*W'coGOa@w3P 6|"spTЍ ~>XDJAbP轻hu"ʗLjf.#<^[#7e﬌Ϝs_XJ:>_`M mN3 -'̱<>BtM?G޼KԈ@;?>51Hз[` 5I~:Y&$Fs#~E$2Dp3GNtOwgeӦ\-;%wIK9ҽԻxi= -{Q:|,:s`?cdmԿsۏ,2tiJTǔFԗBd0.wP*;}ׇI7s"q֟N0>봅p>lQY,v%Y&:Ubo`PsvG@فŹ [&nOG\3f®]} uan!M+Mޗw޻OǻQ %GYs35 w7{5k8L跪Z0"w?|Ťw/&/^vTAП$,AB3(ݠnV!ƨ^%= &_b"B] ¼[^R9e|T[ذM5/٣.;R1SAS82uECg.>TDM1aik + Z8vGg?h2rAЅ'iIV<$IܯYO[clx؉ITVM%mU)|a^< բ!TUj_'TU#1hU&E5N"tG L+UDJ/Y;ލI,Atth51Wa=d|H"sUNӡGRP  nNr eۙ_K҂i>6w;d ÔJ<_v" nfz3}M"",=C1;̻]ni"Ш%5 0oT4m;0W [_?"B%[?̟:Z^uF4A㐬Uaٕ|yNb%ѕf#5נI] %ZjlG1FL[+$+)$~ʤNjZ,D|880$fZMuh_tNo{FZH,SUqWtSTeDA\ ob?AQKH-8ܖ/~šQm\ )#-,[pKʅc x 쭲Eu}aW"t *̕ҥM4:Ѓ 8^{ 7hz&O] \RQFCOfNd3Vj"8ipZK0(3f0KRIh">xI+n:GcѢLxgi[qܥGI|!+_O*nˉEڧ3I MW @hxz6p&&ig$}W,>NZ4$zਫ6?^W2ߏ{ &"GQPAo"%ɹz8Rs/l38FtX [,sWP`|㢃te7HA]R"`Ko_{v%ܒK_Ot9VcUv{W@je%取UqxkLh eYƆH҂*є"Y7SsǤ:99-B|^W]PkAo4=)FGF&L'I,3%዇6ڪ@ rACa1]YB0@a3DW.sJV~N_Į͇ZjmCWܜ+lC僂,-4jI<۩I9CPd>eʪEʇ,/wOqQ2JQL%lD'C V6?\SeeH\ς5KPk4D0"v.O@O{& $rA체]fk>hQ2r E[¥Q*RȃRZq0:{G"ԻG]m7\$ ()e#?e8Ltp޾<Snesh Aw2Pd~F,5j3\F]7bGPo6sɞ8Y8pH9 v[9P'Oy&T#BmP;)a2J6,T-ִvb&0^0BXDJ$KS vYOl1DaΏ3gQHMᦽ?Dx2NbBݪ6&tǂ^xΙuGY9u24ဳt٦ pv5|MHsxULy؜8bRJ6MI2%n8J/44QVө+SvpӅi:bpqY6*H2PzXPEv7Ƽs$,81B )]Qq5IV$760`AV*X+xȒң5ZŸ$MAP'iui0Q/9`Z‰J7m,1p)ϓ+ufe67h^W" cfȐ ~A啎pj%eaA`\,:;)`fmd2·oWaÇi6B6gDXC;X3 }r9ڥ?9v, Y~f15T(F8pu:b`N([EVW]d (kJN> bԣZp[ڊ*DYP9*>HVYİPf2ʓm0j%vl- i#Ok ۮWXѰSB8ǝQbQ"zZ|PG̠4KL_j19:͍Bub%'G҆E K@lTIa =#5wx܈?PFLpŇ :-CO;Zi6+߀]>lcD{oI f\wdfW{yxNYβ-WHŊn&IAqAqZIVFG3+/Já:DEQqQ4|F1S%m L)!o+8`70]T-B=差Aힶ%Z{QtZo N]C`w7?0Nx u zdTH8YOUAm8: >WV/uܜ~4:N:5 lZrXL~UeaÌr5" 5.ꔷK-,}?w|[7{Ԛ+-lߊ@ ҞC2p2PuN(Q'0p[:#LO/B]\Lc񘑈)Zl*Sb $UQ,rKw$^Mi` [cR6FNaܘ9Jc~,o c+ʳvkO3$9h=Z{9hgbgtG R6%v7p/aIzh$u=zc W!k(́|olt3z~tt8kӴ5Gpg|QJSoP> S!7+qҫ9 inЋdGGY;8w#ȃZD \RQ%ur%ւ3q{6+e¨Gf[SYr4H Τ}(fw%`[<7$CujM;ZmL[+^!|^!4ƾ?ug}?P>mdf.Scq9P]D-MYv(X{so h[S><"^#g_,pI:<.O̳=&\jg.w@W2O)^LffoQF-j|ϋXQG< }4r߼;G@kH啲4+rh痣Y]$ G,"aU\1Ԫ-vo{(s1zGW 1հ"U~3\R,xՈSͺZ" T^<猰͸ZzQ]c,Lw)^S<4O !8}@*`9:Vԁ&! #`d.+K[Qۥ6CZ'(jbsMxW *aVǿkYz]rYGw`&O=iU ҶUxVpdxn]1.or[m.oi+]!v+J A]xXvp^Mö1ӧ_˄ p3X6F4d3.Y)׵^ږ"@lh( , O  nuI Ľaq,(ވ:g_F: <ͳ\u|lD>,lpe3QǞ32-멾i=Dg gHKƆ~| -m [((l8atYiGn@jψ]ψ(\b,d q=+oN9M(2}˗sfB}祵Bi~tCAyeM>@w}p؛__?^* 4ЪKDQ(پgW.}a$$K}mqoɢ:wdBkekGjpPx*]G<>AmxCg$Jm_B<ޱwfAAۥb'zuMsR-Qz8ywNbDA7n|] *ϡAW_C] gU+6iE",EW>#e93+cu%{I9e_g<QIf]'oࠏB|O&7/SXjR>:8$)%K9@m# 5%4KnoKāVgcjhhT(}/+YYIW fJ82p m0.2lk׎>ceБHhZ!Q{Wt Y'}>"j8Kj~<ZV*p(áUY&c^T]֥m3g*4Q_g~_!D߂ Slu l+W >w0(t??!q&4yr%kUsr܈Y3?~EЏP蟾IͿշ=cCƀx'#?&&*r.xE"[lӝ0i0xc⊫!.ŗv3!ȌEJ<$ cJ"[b7FG =>GTܼ`ZA|Ͼ.LM*x퀸,_lbާ{jg ]$m%vS2YLa:I96e%F2s9k'@ mh 7@iFaٙl?]rA rY0{i+,,M'&r0- h{2ut'w^͟ޔ* ?3(81uA#gRjyAkK(,H*j+ Wz\={Bi4x,ΤX2Eg#4թyJ_n9ZSWǬ{n_oeO+^~ " smH0b:𥎜%+)V(_jf/)DǸ߾LtŸ~k0%Z'qAC~)yX^^;$Y0)z7]vǝ-.H4K@v:Btp3g1 ss9};P(C XYӽ-"1wOBou= 435o5mbToh;/6Z5 c4Ym/y-;" 4'QjnbG6Z.eVw$E mfrW0 }[7Ik aUa3bO<\n"9͐zPZA#p1QJ9 4Y4l^ο_g47ֹx61il]7&Vj˪~*UV$ ߔ}:#7U 醷¹%b>@Kgm6cGIr")2.D_YtLyZRl[uC UX5 I45D*П2]089L:;! ^c93vuF%LnE$3>b :'} 2u\ ˔ƥhQ:`4U|WOH"`wxnA%4h o=0.QjɀgŸQٴ5泠؏۷Oxfh>݈&%XC(;HOWzx守k~YJ2a]4#RMEv-DMr˲$Br O{Ч+hm :rWKaijz~rF9/_}\4A=GԧwR,l\mTcOnYb:֫!a(bH/jd2uAn(N]~/lG)oSr4[ѩ͒3|*Uz$7Z+jTĴ1_sO.]|&s*_ ,<+o)u7&?SC6>;p8is;좦AˊoH3^5jdVRtG~EG|73*Q oFg d]@j3=wSjTG"x0I3δO cպ/9HjN(I :+ ܛAg&˷v3!_18G4p@EHҔYG,Rj{SDl N*wA\g&nPODx^B(DZX49E\/f625k?= g-ͧKE,MPw3FD@Bc:ZCfr}Θ ¬^x>@[7a/pKx%&d ϧ?`pQOZ\Lz8"z>;=â \yWH-*%U@բNXx6. )%fq6;B@m[J,"Y(% ،7@'ST_}-~9upsR\z5 ]s}DW =b QV'v&d n{!s$]]TojKabڜXء 9"6g.I3~VQg~A$Q-ige.f7w E*z8ñҥJfsܻ9_ +ץI4h㰽Jʖ*zߢ?$̨Ji_hB ?bŐNji`KN~tkAzOa:8(oYT1P{Fwn@ΡqiH$v׬/ueV\/ CM~#/%ѳkFj F2Fj.n=wa{LvU[bhSWoGYxZU{H^Z>%$E34@]N؝+A6f ZzP$IA@8M O7䴩iOl,qeJmdFeMwXD4z.&‰Y`*_;졡X6Q1p[q0| B+ʺhNKiMS-< b7nM DyuhׯuGz&PS1%_y+iCCm~K.vkmv$k:tm|E qqTS2,K#5 md4q-x?6?$}Ư1^\fN`!*gc\Z8GjiT p%&F֍toȔ(!fiK6ГH,X!yi/9WCP re@/C)d 31ztcQՔlkcP¿IhBn2h闑t_-y07W8g}l2`-gQvZECSgЙ4Umlm9'_ װϦc_. 劤"sSV81m*eMghZ({@͡-*GeR܍<bzyK֜jFɼvb#Oot֣µ%*ZO ߂}‘=h9A޵(k'~Mg{tJ(˻?/}zSwMuo5ыtu?zx%UY-o˖Aeg%^"R %wR$  B֘M5Tq$`8Ŝ@˛c20hK!G_I5cˀFDk[´|꿭h=2Ʌ@cz4Ǥ3uqupVFH4^AwfnC(XPjЬq"|n@7pݮe`e}'jDW xlX`;eHVt2eưvB^Z+%d'Q6d#oyLѧw}3|e8JXp<>n?)w8)P*́𷴼~ʊw ΤDaC%eM@rKgYzt.Z\]pVA9m]7էSxա܂{y,W$~FOa1L\qM"Z:,Åv p*%Nru/+?w]WA3K aWjmtׇ5&k !L}7 ZVM!>nvHߓ菗]xX5Nm@'L?V^O{&$(?S;2oqqvY#yLd@E6}BdA-TM(kD0 -wuWVd\E혜3@Jx}$VfQ(L1 5qu ئt|]pc1r Tp!ULx-s3];r{I*sE:5mZ@mܻi7L*Wd5|4sfؽc7~] FKE1(Gn3N`Zu;T%+m?sBR_d#?D 6ZZ"@B֗cxFR"`s yc[b  DN4d>u#4Vd sA݈[q)]["Emk:]l!jPq~dݐkUy:M[_JF/@] M&KZ21$䇡2@rM)IW#'OƱFzTXBoSg&;5g'(8D a筪Zo.wTN5`͋sq턿QH/P # Y_yY|ؙLh2TKd|d> qIx1N%Ƴi, cRgT4L/l@(?Z xu$n# ֟c/ xr9""t|t2RLY&)WsD[0~Q#\U'12Yt;PzҎ^Ma܁aINm0ֲidƴ1`: +󕛔e5onB8c (=ȭVgļ J̗xTXXf[UzaQgǝx_^jN&o0hѣ{ubrVAf$$[XPwcAkɋNuxVM1'P,6*(G&pi`:#tN7b{q}{L Էe\I cSIϳ56sDښ̄׺)Ҿu矈.idSG"Y1P4xʴb{<:ĕBe8 *:Ä TH.ۨ~I9UtZ[Ew:$NS8wn]#Y)z] n ZStN-ܝ[ёv2ϲc`$ӟo8SZyB Bﶍ&j"A*|=9_T]|hh>ml zNr?&m%3A;v' z>'R 2c5yZSFRDul>pj״qW+qv7x4xF86փ 1A|[) T]F$V!Ω^)9 56ǟx*pƥsOJQZ^T+4ӊ"nP_NV"źJ 6fOL#6ҬyMf5YrP4:82 *?J\\v*uQ1Lx4<>2WٶpEl&iOe'yn1[{i7\ɝr|eFL\_{Ԝ6Q^=$oAJ(CGKvbN/%В0n(Io|(/+\qΐC1/g۾X wkKz l #.9AZ.Z(gk`ĨU '`~'D_TmQƇ%Y"o'C2&bc:B]`}6Cuu,fn3cۯSzWØ*gV}~31_S){?I'/RzX#g:R )Qly+(mxO^-8XjS=yᖗla+9vAYui/B /?Ji9GGTfs GG"tg|n ˥lZПrG]ˮ32Eȸ7@v" нġ(ԧ';bʵbKHnWwi3Slj zJ6P uձ NKU@%VCCy*o`!2 a b_=G[k*&\۳@0Uy2"%D4̷  tȃF@I)f2Hu֔^:,dA:]IN!]bv_pAuA!5.h7G #j  ^|JǧB=V03@YMhD]^ji(6@@ s"(":K!3me\zۂLwx2\Ebm,Zgx_qc=nGk,A5aܴ.))J7NPEqg `Ί=Ҿ }'b X73C¬u넪0cvdZЋ,#vR7 qxMZ<%1'B׬.]K1ң9ĹZ^\5.m^EHW$>s*K.o"U7QQ>Enr@w%$55@QV}ͿEW^XTMe3StƆbaF3j^ fmgC(!/b6N*ZbZӭpgڸPFQMQB:ןsSl\kVA&=듄zڌQx/ՇA:ɓzn$_o줁99˃~E 'kRǜ'݋כ ~K7>1ot7V| :y6Au bȯʲ? @T#xƊak[K4_v$KP>C隹Q+FF*Tкn,#8Ύ\HSm`|8F7XRg U 1fҎ9a| 펷A9cKat})*;ᢋș x_yLje cFD|ǙTTX&d k]CF`UE:XѰpalT&?v9IJwE-L꼦~ BX SϯuecoZ6i9yjg~%1FP_Bو$|BZ 9t=0tRjzxyTPLNgLdsk5iYVQ LOP'TZ_I=25:e:sɥ߈܃sͽw /vX]Ob.;x=ɝu*BFx܉ ױJo)'EfCnMO2‰$zQ&gtLXTSA-ޚ(i>:Vg5]'e)M}܋We<(&?~;?DEܮFw/U7]${h ZyC8+j ݍ!o;S) hj%E G0Kv]Mtq,*f|ީRe(i{汏]Q/elDwS;*F:RU J_#=HLjfqcp 8AI/Y&62ZPA{z$| S~og4 }No#rT6Pn.<#^ Ås֘ ׼Z*6.ekc[ՙ_z&rs:"c41.z!,S2 dTP>0JXv ]|e7\˻ Aa|ɂ#sC>&OvH+)Mby}]o8}ktI*ݤ^6ƌ+Ji;3U2@1c13 M20CVJ_[˩cqvWBtW}wkj۟K}Z4̙@Ȧ2 7AU~Q2^]@t:N[9v߼J~ sFk8h:ۅ-?jP23qvxΤ2*21#hܟʍ7qŭw7CyG1Ry^q#7^NA*0rR{ɱO?_s"ٌR|0 wqɬvb 􃎅++$ qRW@w[pK37 G흞2J RՓ݁9p_ 5.ʙlJpĥ*#roeօtN8ۭpp]i>;iM6)wfl"jGi<@hyȨhQQǸSfMPbq.1'7v X\SjO,=sv:m=yc& g*&9'߻%Bg~R ؏@VhS:fQaGҍPY Er@ gL.Lj?̓Jr|D墩_J`NDGC푬mīwL)oMr"ZsVk !6z%ZR=`Kd'w%g͚M(e2=O46sC${F9̰mY H2"a+.̮"vm:!Ov5U'hPpz[a%FChfjhREu@h(HUuIĘC}VI!07tt3XW9%jW̯ˬ<Ղ s4kl™nVRePe:r+<ZwH#ґf~~Oܮo*rĊ6w18cQg,!-ppd=qӃwJALqBW'wةH6E%Pwrs\n٬Wk 1H?@Cbv®(92|oUXsp %AAB@%8:6bfHsp[ ʗR22RdSj()XkT\ : ¨g.B?@(P" %2C9ُ"5M}&ͫ?Iа(|[ 6*:LSo?h' +nq5މkJ5QxmY:1\zl b ߰V 5eU~~SS>w]1 9pfҷu6>B#>lP%gfXE_5IvUKFB\d誹9+[F !$ѫyH/ٜ"'"i~O[9Zw-d98Ŗ >G^ u 0OM9d _]#-[3+bMcXС?A48~D?R˓MtWvsgu W팮@,bBS~nXFf>2C8&D˨K#yr{ON%85&͒3,4oKR5dd(8Nt?-ްNYL|-}q- 5湹l6OVZώ`Ա*8ќ~?ZsUhvQ ~`Jr, J{'wz!A.W )2#xrs0L0_c b1*H48tbp4rUCO p4dYaYnXGi8Al`WucPuQ" H@[|3[0ZЗ0zeZeғ&ED͑&n45I;}_DB~)@&nF@(6_m`TVCS㤡exH?fLi"yUV1 ey}YKo?q;D|Az>6ǶH.bD!`c{/qWp2ejbκzS{ m.QM=zm֪7X6`5&$H>Z{ONM/-nL dt"6ֵ{ܢSN萑ß=yJdۘhE-A vb&7y~|>fhŔoz\殹x?IK sz{OP YZ