tor-0.3.4.11-lp150.22.1<>, 0\/=„yw M۞ t#:2Eji>\( JLYк䇚0Ki]oh(N-$R%HtzZPbgQ:~n9 ץ ]-HQaW7&Lm V[s0)r3.}B˃Ĭ<ӫ¸*9|)kYH|r)c#:^үD:&dT:BGLZx%on̫!E,=%2Vc`UG>I%|?%ld  Q ;AI HC-8- - - - # - #D-#-$-%%-&&%'8%*%(*T8*\[9+[:3#[=>?@FG-Hx-I,-X\Yh\-]X-^9bc>deflu-vw#-x#-y$h%z$% %%%% %&%hCtor0.3.4.11lp150.22.1Anonymizing overlay network for TCP (The onion router)Tor is a connection-based low-latency anonymous communication system. This package provides the "tor" program, which serves as both a client and a relay node. Scripts will automatically create a "tor" user and a "tor" group, and set tor up to run as a daemon when the system is rebooted. Applications connect to the local Tor proxy using the SOCKS protocol. The tor client chooses a path through a set of relays, in which each relay knows its predecessor and successor, but no others. Traffic flowing down the circuit is unwrapped by a symmetric key at each relay, which reveals the downstream relay. Warnings: Tor does no protocol cleaning. That means there is a danger that application protocols and associated programs can be induced to reveal information about the initiator. Tor depends on Privoxy or similar protocol cleaners to solve this problem. This is alpha code, and is even more likely than released code to have anonymity-spoiling bugs. The present network is small -- this further reduces the strength of the anonymity provided. Tor is not presently suitable for high-stakes anonymity.\obs-power8-07nopenSUSE Leap 15.0openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Securityhttps://www.torproject.org/linuxppc64legetent group tor >/dev/null || groupadd -r tor getent passwd tor >/dev/null || useradd -r -g tor -d /var/lib/empty -s /sbin/nologin -c "User for tor" tor test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in tor.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in tor.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-tor-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-tor-update-$service-new-in-upgrade" fi done for service in tor.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=tor SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset tor.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in tor.service ; do if [ ! -e "/run/rpm-tor-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-tor-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in tor.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi systemd-tmpfiles --create /usr/lib/tmpfiles.d/tor.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable tor.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop tor.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart tor.service ) || : fi else # package uninstall for service in tor.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi""*:  __ASCQ/9| M1RQIEK"D(WA큤큤A큤A큤A큤A큤AA\\\\\\\\\\\\\\\\n\n[$-[$-[$-[$-[uo[$-[$-[$-[$-[$-[$-[$-[$-\\\\\[$-\\\\\\\\\927875aad499ea4f8bdedf9db4ff2b605bc11e4b3581e468a5bd0768db93994eba442d74505e4145e86432a99f7ebc77379313a81fbcde7f7a122137aab1a3917099ec2e8044169275704fc41b003735e85f971b9c6cdf9d2ca0c850e6290fe37099ec2e8044169275704fc41b003735e85f971b9c6cdf9d2ca0c850e6290fe33a9c552c1d80427e0b9f2d7e54cc1e6f4e405a6ea44bc4253efa181dbf9794eb8ca75caf97de5513389c8cb6dbcef8c99ae63a0d20525b61cf8e3c8035214075052af7f717f59f886350e1556585b4be70a7246bc5d2b1ce40d61b2ffb437ba4f76c8784203e510db4e4835b994f33eb89e0575899fe9c8a954ba875693f464a4c98a703ff8be58ec694e6f80878576883a303cf4ff3005e6e84f669c6b9639864b0ef643a0c59677961c601b0f6970a6b6010117646054b076bdf3b8d40970ed8adc94b2308a3d0f73f33fb9d65cbc92c11859237fc02b81aadf22046fd8d7cbc2cb96a9a6381907c4ad1a8ab3b3534b08e22611693ee1c87543ed04e702a8d7eddfcf25b2677b671cf3ead23df25345e019823cba74b8470618fd9b023a9bc8918547f5f2c5fd554734a1f1a6ddcedb303b562fa4430dd7de5eaa9b94738727ad6f8986753ee3294019085499c98cfe5677bedf6a6573d5fb3ca2a5e66a766529ff8173b65bd26844935d3250bc51ba3114c0a788421513f44545831c08986e5ae141ef8bad6967f1283b035e4c5c6bb3126c8abeb38236a04a01f4940806dafa1baabba358f65d00a733d7937a6b8fea7fe54279b506974bc202e491a2f6fe566a042d992b34b18371d67ab8fd573e76c4e3056633928606395eac94fab7a4dd05c074a6e3b4f225daec25e68f993cb8e4809b40ad04376f574560d51006c082991b5460cbd61f52c7e75c553c76709d0e21f6549cb2d4c6b3a8c46ac5e237878b6d87f50cd518465f6b96e501682fc76ff9c8073caac384cc23c373aaaccb7cbf43a33c97ee0fa4de4a40f0e98a1f7373adf9b105a288c95749f63e77e57a0cd55698ea1d68c55aeccff3ba326b4cdad637093e733e7da397f15a0474d8e20d0242a9aa567acbbac4cd2c3caa766c3d3cbfb714c19ddefb8228ce67533f4c1f502617c822b1e496394da54e14bf5808470af32c6bcf572b83481fd04c9922edf7dfb988f67a17ba235bff7f7b66df69107ed895fc36a386537aa9ecb9211c4029ad2bb9e80b3444e7259b91be361b5229aaacbe9b4a4d80cfb5f3f6d3deb101ba890028d4310d7a76898482b604ca9a0a8dd7541fe822bf090f06378c57f6fc01c87bbc775bb4831bc4a06ad1199ea372adea1edc31f2f34bc8ee8f5be2ff9a4f724d8037711dde7d3f1d17094fb7d211545b3a3bbb1b03e769e13ca5608456974eebf9d0560db4d40d7998f7d8eb100a47dcec3bcc8aaaad45cdce0eabc5bc7bd7b5a41e8fa9337139f080fdcd766a1740cc0437852d423c9e2f62892f3aee9bfd03b41324e16baf1158c392f27f5720a97d303c38a19665ba6dbd63e1b7720fcad4bff8b492ceea0a8d28b7dd1ae92474d824564d8e16b7c957ba0d13314c7ba7b936e0b643d99d5f70bd2f4ef35fbbcabb80d359fc349ea08ea68eb3aba2c17a831fe8e78ad343cd189ce5b0dcc99541dbb9d0b0af58f78b03ff03bf0servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottortorrootroottortortortorrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottortortor-0.3.4.11-lp150.22.1.src.rpmconfig(tor)tortor(ppc-64) @@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(tor)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libevent-2.1.so.6()(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libz.so.1()(64bit)libzstd.so.1()(64bit)logrotaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd0.3.4.11-lp150.22.13.0.4-14.6.0-14.0-15.2-14.14.1\w@\3?@[ݍ[\[\[I[CN@[[ Z@ZV@Z!D@Y|YX@Y@Y@YV=@Y9<@Y.@YY@XXAXh@XWXWXOXM?XAb@X`@WjW@W V@VjVjVjVTQ@VCUݪ@UVUyx@U`kU"u@U@U@U @T7TJ?@THT"@Tl@SS@S@SwO@SRe@Sc@RRkRH@R RO@QV@P@PpPTmP2&O#O؀OF@O@N2NN@N@N@N@Nx@N`@Mk@M[@M4/@ME@L@L[@LKDK@KbK\6@Andreas Stieger astieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comjloehel@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comtchvatal@suse.comastieger@suse.comastieger@suse.combwiedemann@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.commpluskal@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.dewagner-thomas@gmx.atandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.demook.moz+com.novell@gmail.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.dedimstar@opensuse.organdreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.decfarrell@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.decristian.rodriguez@opensuse.organdreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.depuzel@novell.comandreas.stieger@gmx.de- tor 0.3.4.11: * CVE-2019-8955 prevent attackers from making tor run out of memory and crash (boo#1126340)- tor 0.3.4.10: * OpenSSL compatibility fixes * Fixes for relay bugs * update fallback directory list- tor 0.3.4.9: * Various bug fixes, including a bandwidth management bug that was causing memory exhaustion on relays- tor 0.3.4.8 (boo#1107847): * improvements for running in low-power and embedded environments * preliminary changes for new bandwidth measurement system * refine anti-denial-of-service code- tor 0.3.3.10: * various build and compatibility fixes * The control port now exposes the list of HTTPTunnelPorts and ExtOrPorts via GETINFO net/listeners/httptunnel and net/listeners/extor respectively * Authorities no longer vote to make the subprotocol version "LinkAuth=1" a requirement: it is unsupportable with NSS, and hasn't been needed since Tor 0.3.0.1-alpha * When voting for recommended versions, make sure that all of the versions are well-formed and parsable * various minor bug fixes on onion services- tor 0.3.3.9: * move to a new bridge authority * backport some bug fixes - refresh upstream signing keyring- tor 0.3.3.8: * directory authority memory leak fix * various minor bug fixes- tor 0.3.3.7: * Add an IPv6 address for the "dannenberg" directory authority * Improve accuracy of the BUILDTIMEOUT_SET control port event's TIMEOUT_RATE and CLOSE_RATE fields * Only select relays when tor has descriptors that it prefers to use for them, avoiding nonfatal errors later- tor 0.3.3.6: * new stable release series * controller support and other improvements for v3 onion services * official support for embedding Tor within other application * Improvements to IPv6 support * Relay option ReducedExitPolicy to configure a reasonable default * Revent DoS via malicious protocol version string (boo#1094283) * Many other other bug fixes and improvements- tor 0.3.2.10: * CVE-2018-0490: remote crash vulnerability against directory authorities (boo#1083845, TROVE-2018-001) * CVE-2018-0491: remote relay crash (boo#1083846, TROVE-2018-002) * New system for improved resistance to DoS attacks against relays * Various other bug fixes- tor 0.3.2.9: * new onion service design (v3), not default * new circuit scheduler algorithm for improved performance * directory authority updates * many other updates and improvements- tor 0.3.1.9 with the following security fixes that prevent some traffic confirmation, DoS and other problems (bsc#1070849): * CVE-2017-8819: Replay-cache ineffective for v2 onion services * CVE-2017-8820: Remote DoS attack against directory authorities * CVE-2017-8821: An attacker can make Tor ask for a password * CVE-2017-8822: Relays can pick themselves in a circuit path * CVE-2017-8823: Use-after-free in onion service v2- tor 0.3.1.8: * Add "Bastet" as a ninth directory authority to the default list * The directory authority "Longclaw" has changed its IP address * Fix a timing-based assertion failure that could occur when the circuit out-of-memory handler freed a connection's output buffer * Update geoip and geoip6 to the October 4 2017 Maxmind GeoLite2 Country database - drop tor-0.3.1.7-fix-zstd-i586.patch, upstreamed- tor 0.3.1.7: * Serve and download directory information in more compact formats * New padding padding system to resist netflow-based traffic analysis * Improve protection against identification of tor traffic by ISP via ConnectionPadding option * Reduce the number of long-term connections open between relays - add tor-0.3.1.7-fix-zstd-i586.patch to fix 32 bit build with zstd- tor 0.3.0.11: * CVE-2017-0380: hidden services with the SafeLogging option disabled could disclose the stack TROVE-2017-008, boo#1059194 * Update geoip and geoip6 to the September 6 2017 Maxmind GeoLite2 Country database. * drop tor-0.3.0.7-gcc7-fallthrough.patch, now upstream- tor 0.3.0.10 * Fix a typo that had prevented TPROXY-based transparent proxying from working under Linux. * Avoid an assertion failure bug affecting our implementation of inet_pton(AF_INET6) on certain OpenBSD systems.- tor 0.3.0.9: * CVE-2017-0377: Fix path selection bug that would allow a client to use a guard that was in the same network family as a chosen exit relay (bsc#1046845) * Don't block bootstrapping when a primary bridge is offline and tor cannot get its descriptor * When starting with an old consensus, do not add new entry guards unless the consensus is "reasonably live" (under 1 day old). * Update geoip and geoip6 to the June 8 2017 Maxmind GeoLite2 Country database.- tor 0.3.0.8 fixing a pair of bugs that would allow an attacker to remotely crash a hidden service with an assertion failure * CVE-2017-0375: remotely triggerable assertion failure when a hidden service handles a malformed BEGIN cell (bsc#1043455) * CVE-2017-0376: remotely triggerable assertion failure caused by receiving a BEGIN_DIR cell on a hidden service rendezvous circuit (bsc#1043456) - further bug fixes: * link handshake fixes when changing x509 certificates * Regenerate link and authentication certificates whenever the key that signs them changes; also, regenerate link certificates whenever the signed key changes * When sending an Ed25519 signing->link certificate in a CERTS cell, send the certificate that matches the x509 certificate that was used on the TLS connection * Stop rejecting v3 hidden service descriptors because their size did not match an old padding rule- fix build with GCC 7: warning-errors on implicit fallthrough add tor-0.3.0.7-gcc7-fallthrough.patch bsc#1041262- tor 0.3.0.7: * Fix an assertion failure in the hidden service directory code, which could be used by an attacker to remotely cause a Tor relay process to exit. TROVE-2017-002 bsc#1039211 * Update geoip and geoip6 to the May 2 2017 Maxmind GeoLite2 Country database. * Tor no longer refuses to download microdescriptors or descriptors if they are listed as "published in the future" * The getpid() system call is now permitted under the Linux seccomp2 sandbox, to avoid crashing with versions of OpenSSL (and other libraries) that attempt to learn the process's PID by using the syscall rather than the VDSO code- tor 0.3.0.6: * clients and relays now use Ed25519 keys to authenticate their link connections to relays, rather than the old RSA1024 keys that they used before. * replace the guard selection and replacement algorithm to behave more robustly in the presence of unreliable networks, and to resist guard-capture attacks. * numerous other small features and bugfixes * groundwork for the upcoming hidden-services revamp- tor 0.2.9.10: * directory authority: During voting, when marking a relay as a probable sybil, do not clear its BadExit flag: sybils can still be bad in other ways too. * IPv6 Exits: Stop rejecting all IPv6 traffic on Exits whose exit policy rejects any IPv6 addresses. Instead, only reject a port over IPv6 if the exit policy rejects that port on more than an IPv6 /16 of addresses. * parsing: Fix an integer underflow bug when comparing malformed Tor versions. This bug could crash Tor when built with - -enable-expensive-hardening, or on Tor 0.2.9.1-alpha through Tor 0.2.9.8, which were built with -ftrapv by default. In other cases it was harmless. Part of TROVE-2017-001 boo#1027539 * Directory authorities now reject descriptors that claim to be malformed versions of Tor * Reject version numbers with components that exceed INT32_MAX. * Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2 Country database. * The tor-resolve command line tool now rejects hostnames over 255 characters in length- tor 0.2.9.9: * Downgrade the "-ftrapv" option from "always on" to "only on when --enable-expensive-hardening is provided." This hardening option, like others, can turn survivable bugs into crashes -- and having it on by default made a (relatively harmless) integer overflow bug into a denial-of-service bug * Fix a client-side onion service reachability bug * Update geoip and geoip6 to the January 4 2017 Maxmind GeoLite2 Country database.- Remove conditionals for the sle11 as we won't build there due to openssl requirements. This reduces the logic in the spec file quite a bit- tor 0.2.9.8, the first stable release in the 0.2.9.x series: * make mandatory a number of security features that were formerly optional * support a new shared-randomness protocol that will form the basis for next generation hidden services * single-hop hidden service mode for optimizing .onion services that don't actually want to be hidden, * try harder not to overload the directory authorities with excessive downloads * support a better protocol versioning scheme for improved compatibility with other implementations of the Tor protocol * deprecated options for security: CacheDNS, CacheIPv4DNS, CacheIPv6DNS, UseDNSCache, UseIPv4Cache, and UseIPv6Cache, AllowDotExit, AllowInvalidNodes, AllowSingleHopCircuits, AllowSingleHopExits, ClientDNSRejectInternalAddresses, CloseHSClientCircuitsImmediatelyOnTimeout, CloseHSServiceRendCircuitsImmediatelyOnTimeout, ExcludeSingleHopRelays, FastFirstHopPK, TLSECGroup, UseNTorHandshake, and WarnUnsafeSocks. * *ListenAddress options are now deprecated as unnecessary: the corresponding *Port options should be used instead. The affected options are: ControlListenAddress, DNSListenAddress, DirListenAddress, NATDListenAddress, ORListenAddress, SocksListenAddress, and TransListenAddress.- tor 0.2.8.12: * CVE-2016-1254: A hostile hidden service could cause tor clients to crash (bsc#1016343) * update fallback directory list * Update geoip and geoip6 to the December 7 2016 Maxmind GeoLite2 Country database.- recommend torsocks as it is needed by included torify- tor 0.2.8.11: * Fix compilation with OpenSSL 1.1- tor 0.2.8.10: * When Tor leaves standby because of a new application request, open circuits as needed to serve that request * Clients now respond to new application stream requests immediately when they arrive, rather than waiting up to one second before starting to handle them * small portability and memory handling issues * Update geoip and geoip6 to the November 3 2016 Maxmind GeoLite2 Country database.- tor 0.2.8.9: * security fix: prevent remote DoS TROVE-2016-10-001 boo#1005292 * Update geoip and geoip6 to the October 4 2016 Maxmind GeoLite2 Country database. * Update signing key- tor 0.2.8.8: * fixes some crash bugs when using bridges * fixes a timing-dependent assertion * removes broken fallbacks from the hard-coded fallback directory list * Updates geoip and geoip6 to the September 6 2016 Maxmind GeoLite2 Country database- tor 0.2.8.7: * The "Tonga" bridge authority has been retired; the new bridge authority is "Bifroest" * Only use the ReachableAddresses option to restrict the first hop in a path. In earlier versions of 0.2.8.x, it would apply to every hop in the path, with a possible degradation in anonymity for anyone using an uncommon ReachableAddress setting- tor 0.2.8.6: * improve client bootstrapping performance * improved identity keys for relays (authority side) * numerous bug fixes and performance improvements- adjust nologin shell for tor user boo#971872- Make building more verbose - Remove useless conditon for libevent, there is dependency for it anyway- skip tests on ports- tor 0.2.7.6 fixes a major bug in entry guard selection, as well as a minor bug in hidden service reliability. [boo#958729]- 0.2.7.5: * More secure identity key type for relays * Improve cryptography performance * Resolve several longstanding hidden-service performance issues * Improve controller support for hidden services - Features removed: * tor-fw-helper is no longer part of thie packaged, it was re-implemented as a separate project - Packaging changes: * drop upstreamed patch tor-0.2.6.10-malformed-hostname-safe-logging.patch- fix Factory build (ignore missing systemd-tmpfiles)- Malformed hostnames in socks5 requests were written to the log regardless of SafeLogging option (CWE-532) [boo#943362] add tor-0.2.6.10-malformed-hostname-safe-logging.patch- tor 0.2.6.10: Significant stability and hidden service client fixes. * Stop refusing to store updated hidden service descriptors on a client. * Stop crashing with an assertion failure when parsing certain kinds of malformed or truncated microdescriptors. * Stop random client-side assertion failures that could occur when connecting to a busy hidden service, or connecting to a hidden service while a NEWNYM is in progress.- tor 0.2.6.9: Clients using circuit isolation should upgrade; all directory authorities should upgrade. * fixes a regression in the circuit isolation code * increases the requirements for receiving an HSDir flag * addresses some small bugs in the systemd and sandbox code.- tor 0.2.6.8: This release fixes a bit of dodgy code in parsing INTRODUCE2 cells, and fixes an authority-side bug in assigning the HSDir flag. All directory authorities should upgrade. - Revert commit that made directory authorities assign the HSDir flag to relay without a DirPort; this was bad because such relays can't handle BEGIN_DIR cells. - Fix an out-of-bounds read when parsing invalid INTRODUCE2 cells on a client authorized hidden service. - Update geoip to the April 8 2015 Maxmind GeoLite2 Country database. - Update geoip6 to the April 8 2015 Maxmind GeoLite2 Country database.- tor 0.2.6.7 This releases fixes two security issues that could be used by an attacker to crash hidden services, or crash clients visiting hidden services. Hidden services should upgrade as soon as possible. [boo#926097] This release also contains two simple improvements to make hidden services a bit less vulnerable to denial-of-service attacks. - Fix an issue that would allow a malicious client to trigger an assertion failure and halt a hidden service. CVE-2015-2928 - Fix a bug that could cause a client to crash with an assertion failure when parsing a malformed hidden service descriptor. CVE-2015-2929 - Introduction points no longer allow multiple INTRODUCE1 cells to arrive on the same circuit. This should make it more expensive for attackers to overwhelm hidden services with introductions. - Decrease the amount of reattempts that a hidden service performs when its rendezvous circuits fail. This reduces the computational cost for running a hidden service under heavy load.- tor 0.2.6.6, the first stable release in the 0.2.6 series: * safety/security improvements * correctness improvements * performance improvements * Client programs can be configured to use more kinds of sockets * AutomapHosts works better * multithreading backend is improved * cell transmission is refactored * test coverage is much higher * more denial-of-service attacks are handled * guard selection is improved to handle long-term guards better * pluggable transports should work a bit better * some annoying hidden service performance bugs addressed - new minimal configuration file installed as active configuration allows daemon to be run right after package installation - build with systemd notifications where supported- add CVE IDs for 0.2.5.11 release- tor 0.2.5.11 [boo#923284]: Contains several medium-level security fixes for relays and exit nodes and also updates the list of directory authorities. * Directory authority updates * relay crashes trough assertion (CVE-2015-2688) * exit node crash through assertion under high DNS load (CVE-2015-2689) * do not crash when receiving SIGHUP with the seccomp2 sandbox on * do not crash sh during attempts to call wait4 * new "GETINFO bw-event-cache" for controllers * update geoip/geoip6 to the March 3 2015 * Avoid crashing on malformed VirtualAddrNetworkIPv[4|6] config * Fix a memory leak when using AutomapHostsOnResolve * Allow directory authorities to fetch more data from one another- fix build for SLE 12, libminiupnpc-devel not available- tor 0.2.5.10, the first stable release in the 0.2.5 series. * improved denial-of-service resistance for relays * new compiler hardening options * system-call sandbox for hardened installations on Linux (requires seccomp2) * controller protocol has several new features * improvements in resolving IPv6 addresses * relays more CPU-efficient - adjust tor-0.2.4.x-logrotate.patch to tor-0.2.5.x-logrotate.patch - run unit tests- tor 0.2.4.25 [boo#902476] Disables SSL3 in response to the recent "POODLE" attack (even though POODLE does not affect Tor). It also works around a crash bug caused by some operating systems' response to the "POODLE" attack (which does affect Tor). - Disable support for SSLv3. - Avoid crashing when using OpenSSL version 0.9.8zc, 1.0.0o, or 1.0.1j, built with the 'no-ssl3' configuration option.- tor 0.2.4.24 [bnc#898268] Fixes a bug that affects consistency and speed when connecting to hidden services, and it updates the location of one of the directory authorities. - Major bugfixes: * Clients now send the correct address for their chosen rendezvous point when trying to access a hidden service. - Directory authority changes: * Change IP address for gabelmoo (v3 directory authority). - Minor features (geoip): * Update geoip and geoip6 to the August 7 2014 Maxmind GeoLite2 Country database.- disable build with experimental feature bufferevents [bnc#897113]- Added config file for firewall- Tor 0.2.4.23 [bnc#889688] [CVE-2014-5117] Slows down the risk from guard rotation and backports several important fixes from the Tor 0.2.5 alpha release series. - Major features: - Clients now look at the "usecreatefast" consensus parameter to decide whether to use CREATE_FAST or CREATE cells for the first hop of their circuit. This approach can improve security on connections where Tor's circuit handshake is stronger than the available TLS connection security levels, but the tradeoff is more computational load on guard relays. - Make the number of entry guards configurable via a new NumEntryGuards consensus parameter, and the number of directory guards configurable via a new NumDirectoryGuards consensus parameter. - Major bugfixes: - Fix a bug in the bounds-checking in the 32-bit curve25519-donna implementation that caused incorrect results on 32-bit implementations when certain malformed inputs were used along with a small class of private ntor keys. - Minor bugfixes: - Warn and drop the circuit if we receive an inbound 'relay early' cell. - Correct a confusing error message when trying to extend a circuit via the control protocol but we don't know a descriptor or microdescriptor for one of the specified relays. - Avoid an illegal read from stack when initializing the TLS module using a version of OpenSSL without all of the ciphers used by the v2 link handshake.- do not own /var/run/tor for pid file, fixing Factory build- tor 0.2.4.22: Backports numerous high-priority fixes. These include blocking all authority signing keys that may have been affected by the OpenSSL "heartbleed" bug, choosing a far more secure set of TLS ciphersuites by default, closing a couple of memory leaks that could be used to run a target relay out of RAM. - Major features (security) - Block authority signing keys that were used on authorities vulnerable to the "heartbleed" bug in OpenSSL (CVE-2014-0160). - Major bugfixes (security, OOM): - Fix a memory leak that could occur if a microdescriptor parse fails during the tokenizing step. - Major bugfixes (TLS cipher selection): - The relay ciphersuite list is now generated automatically based on uniform criteria, and includes all OpenSSL ciphersuites with acceptable strength and forward secrecy. - Relays now trust themselves to have a better view than clients of which TLS ciphersuites are better than others. - Clients now try to advertise the same list of ciphersuites as Firefox 28. - further minor bug fixes, see ChangeLog - fix logrotate on systemd-only setups without init scripts, work tor-0.2.2.37-logrotate.patch to tor-0.2.4.x-logrotate.patch- Add tor-fw-helper for UPnP port forwarding; not used by default- tor 0.2.4.21 Further improves security against potential adversaries who find breaking 1024-bit crypto doable, and backports several stability and robustness patches from the 0.2.5 branch. - Major features (client security): - When we choose a path for a 3-hop circuit, make sure it contains at least one relay that supports the NTor circuit extension handshake. Otherwise, there is a chance that we're building a circuit that's worth attacking by an adversary who finds breaking 1024-bit crypto doable, and that chance changes the game theory. - Major bugfixes: - Do not treat streams that fail with reason END_STREAM_REASON_INTERNAL as indicating a definite circuit failure, since it could also indicate an ENETUNREACH connection error - packaging changes: - remove init script shadowing systemd unit - general cleanup- redaction of 0.2.4.20 changelog to include bug and CVE references- tor 0.2.4.20 fixes potentially poor random number generation for users who 1) use OpenSSL 1.0.0 or later, 2) set "HardwareAccel 1" in their torrc file, 3) have "Sandy Bridge" or "Ivy Bridge" Intel processors and 4) have no state file in their DataDirectory (as would happen on first start). Users who generated relay or hidden service identity keys in such a situation should discard them and generate new ones. No 2 is not the default configuration for openSUSE. [bnc#859421] [CVE-2013-7295] This release also fixes a logic error that caused Tor clients to build many more preemptive circuits than they actually need. - Major bugfixes: - Do not allow OpenSSL engines to replace the PRNG, even when HardwareAccel is set. The only default builtin PRNG engine uses the Intel RDRAND instruction to replace the entire PRNG, and ignores all attempts to seed it with more entropy. That's cryptographically stupid: the right response to a new alleged entropy source is never to discard all previously used entropy sources. Fixes bug 10402; works around behavior introduced in OpenSSL 1.0.0. - Fix assertion failure when AutomapHostsOnResolve yields an IPv6 address. - Avoid launching spurious extra circuits when a stream is pending. This fixes a bug where any circuit that _wasn't_ unusable for new streams would be treated as if it were, causing extra circuits to be launched. - Minor bugfixes: - Avoid a crash bug when starting with a corrupted microdescriptor cache file. - If we fail to dump a previously cached microdescriptor to disk, avoid freeing duplicate data later on.- Tor 0.2.4.19, the first stable release in the 0.2.4 branch, features a new circuit handshake and link encryption that use ECC to provide better security and efficiency; makes relays better manage circuit creation requests; uses "directory guards" to reduce client enumeration risks; makes bridges collect and report statistics about the pluggable transports they support; cleans up and improves our geoip database; gets much closer to IPv6 support for clients, bridges, and relays; makes directory authorities use measured bandwidths rather than advertised ones when computing flags and thresholds; disables client-side DNS caching to reduce tracking risks; and fixes a big bug in bridge reachability testing. This release introduces two new design abstractions in the code: a new "channel" abstraction between circuits and or_connections to allow for implementing alternate relay-to-relay transports, and a new "circuitmux" abstraction storing the queue of circuits for a channel. The release also includes many stability, security, and privacy fixes. - full changelog relative to 0.2.3.x and 0.2.4.x RC series: https://gitweb.torproject.org/tor.git?a=blob_plain;hb=release-0.2.4;f=ReleaseNotes- tor-0.2.4.18-rc, improves stability, performance, and better handling of edge cases. - Major features: - Re-enable TLS 1.1 and 1.2 when built with OpenSSL 1.0.1e or later. - Major bugfixes: - No longer stop reading or writing on cpuworker connections when our rate limiting buckets go empty. - If we are unable to save a microdescriptor to the journal, do not drop it from memory and then reattempt downloading it. - Stop trying to bootstrap all our directory information from only our first guard. - The new channel code sometimes lost track of in-progress circuits, causing long-running clients to stop building new circuits.- tor-0.2.4.17-rc - major features in 0.2.4.x: - improved client resilience - support better link encryption with forward secrecy - new NTor circuit handshake - change relay queue for circuit create requests from size-based limit to time-based limit - many bug fixes and minor features- add systemd support - verify source tarball signature- update to 0.2.3.25, the first stable release in the 0.2.3 branch + significantly reduced directory overhead (via microdescriptors) + enormous crypto performance improvements for fast relays on new enough hardware + new v3 TLS handshake protocol that can better resist fingerprinting + support for protocol obfuscation plugins (pluggable transports) + better scalability for hidden services + IPv6 support for bridges + performance improvements + new "stream isolation" design to isolate different applications on different circuits + many stability, security, and privacy fixes + Complete list of changes enumerated in: https://lists.torproject.org/pipermail/tor-talk/2012-November/026554.html https://gitweb.torproject.org/tor.git/blob/267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4:/ReleaseNotes + Tear down the circuit when receiving an unexpected SENDME cell. [bnc#791374] CVE-2012-5573 - build using --enable-bufferevents provided by Libevent 2.0.13- Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.- update to 0.2.2.39 [bnc#780620] Changes in version 0.2.2.39 - 2012-09-11 Tor 0.2.2.39 fixes two more opportunities for remotely triggerable assertions. o Security fixes: - Fix an assertion failure in tor_timegm() that could be triggered by a badly formatted directory object. CVE-2012-4922 - Do not crash when comparing an address with port value 0 to an address policy. This bug could have been used to cause a remote assertion failure by or against directory authorities, or to allow some applications to crash clients. CVE-2012-4419- update to 0.2.2.38 [bnc#776642] Changes in version 0.2.2.38 - 2012-08-12 Tor 0.2.2.38 fixes a rare race condition that can crash exit relays; fixes a remotely triggerable crash bug; and fixes a timing attack that could in theory leak path information. o Security fixes: - Avoid read-from-freed-memory and double-free bugs that could occur when a DNS request fails while launching it. CVE-2012-3517 - Avoid an uninitialized memory read when reading a vote or consensus document that has an unrecognized flavor name. This read could lead to a remote crash bug. CVE-2012-3518 - Try to leak less information about what relays a client is choosing to a side-channel attacker. Previously, a Tor client would stop iterating through the list of available relays as soon as it had chosen one, thus finishing a little earlier when it picked a router earlier in the list. If an attacker can recover this timing information (nontrivial but not proven to be impossible), they could learn some coarse-grained information about which relays a client was picking (middle nodes in particular are likelier to be affected than exits). The timing attack might be mitigated by other factors, but it's best not to take chances. CVE-2012-3519- add tor-0.2.2.37-logrotate.patch : add su option to logrotate to fix W: suse-logrotate-user-writable-log-dir in Factory- update to 0.2.2.37 Changes in version 0.2.2.37 - 2012-06-06 Tor 0.2.2.37 introduces a workaround for a critical renegotiation bug in OpenSSL 1.0.1 (where 20% of the Tor network can't talk to itself currently). o Major bugfixes: - Work around a bug in OpenSSL that broke renegotiation with TLS 1.1 and TLS 1.2. Without this workaround, all attempts to speak the v2 Tor connection protocol when both sides were using OpenSSL 1.0.1 would fail. Resolves ticket 6033. - When waiting for a client to renegotiate, don't allow it to add any bytes to the input buffer. This fixes a potential DoS issue. Fixes bugs 5934 and 6007; bugfix on 0.2.0.20-rc. - Fix an edge case where if we fetch or publish a hidden service descriptor, we might build a 4-hop circuit and then use that circuit for exiting afterwards -- even if the new last hop doesn't obey our ExitNodes config option. Fixes bug 5283; bugfix on 0.2.0.10-alpha. o Minor bugfixes: - Fix a build warning with Clang 3.1 related to our use of vasprintf. Fixes bug 5969. Bugfix on 0.2.2.11-alpha. o Minor features: - Tell GCC and Clang to check for any errors in format strings passed to the tor_v*(print|scan)f functions.- update to 0.2.2.36 Changes in version 0.2.2.36 - 2012-05-24 o Directory authority changes: - Change IP address for maatuska (v3 directory authority). - Change IP address for ides (v3 directory authority), and rename it to turtles. o Security fixes: - When building or running with any version of OpenSSL earlier than 0.9.8s or 1.0.0f, disable SSLv3 support. These OpenSSL versions have a bug (CVE-2011-4576) in which their block cipher padding includes uninitialized data, potentially leaking sensitive information to any peer with whom they make a SSLv3 connection. Tor does not use SSL v3 by default, but a hostile client or server could force an SSLv3 connection in order to gain information that they shouldn't have been able to get. The best solution here is to upgrade to OpenSSL 0.9.8s or 1.0.0f (or later). But when building or running with a non-upgraded OpenSSL, we disable SSLv3 entirely to make sure that the bug can't happen. - Never use a bridge or a controller-supplied node as an exit, even if its exit policy allows it. Found by wanoskarnet. Fixes bug 5342. Bugfix on 0.1.1.15-rc (for controller-purpose descriptors) and 0.2.0.3-alpha (for bridge-purpose descriptors). - Only build circuits if we have a sufficient threshold of the total descriptors that are marked in the consensus with the "Exit" flag. This mitigates an attack proposed by wanoskarnet, in which all of a client's bridges collude to restrict the exit nodes that the client knows about. Fixes bug 5343. - Provide controllers with a safer way to implement the cookie authentication mechanism. With the old method, if another locally running program could convince a controller that it was the Tor process, then that program could trick the controller into telling it the contents of an arbitrary 32-byte file. The new "SAFECOOKIE" authentication method uses a challenge-response approach to prevent this attack. Fixes bug 5185; implements proposal 193. o Major bugfixes: - Avoid logging uninitialized data when unable to decode a hidden service descriptor cookie. Fixes bug 5647; bugfix on 0.2.1.5-alpha. - Avoid a client-side assertion failure when receiving an INTRODUCE2 cell on a general purpose circuit. Fixes bug 5644; bugfix on 0.2.1.6-alpha. - Fix builds when the path to sed, openssl, or sha1sum contains spaces, which is pretty common on Windows. Fixes bug 5065; bugfix on 0.2.2.1-alpha. - Correct our replacements for the timeradd() and timersub() functions on platforms that lack them (for example, Windows). The timersub() function is used when expiring circuits, while timeradd() is currently unused. Bug report and patch by Vektor. Fixes bug 4778; bugfix on 0.2.2.24-alpha. - Fix the SOCKET_OK test that we use to tell when socket creation fails so that it works on Win64. Fixes part of bug 4533; bugfix on 0.2.2.29-beta. Bug found by wanoskarnet. o Minor bugfixes: - Reject out-of-range times like 23:59:61 in parse_rfc1123_time(). Fixes bug 5346; bugfix on 0.0.8pre3. - Make our number-parsing functions always treat too-large values as an error, even when those values exceed the width of the underlying type. Previously, if the caller provided these functions with minima or maxima set to the extreme values of the underlying integer type, these functions would return those values on overflow rather than treating overflow as an error. Fixes part of bug 5786; bugfix on 0.0.9. - Older Linux kernels erroneously respond to strange nmap behavior by having accept() return successfully with a zero-length socket. When this happens, just close the connection. Previously, we would try harder to learn the remote address: but there was no such remote address to learn, and our method for trying to learn it was incorrect. Fixes bugs 1240, 4745, and 4747. Bugfix on 0.1.0.3-rc. Reported and diagnosed by "r1eo". - Correct parsing of certain date types in parse_http_time(). Without this patch, If-Modified-Since would behave incorrectly. Fixes bug 5346; bugfix on 0.2.0.2-alpha. Patch from Esteban Manchado Velázques. - Change the BridgePassword feature (part of the "bridge community" design, which is not yet implemented) to use a time-independent comparison. The old behavior might have allowed an adversary to use timing to guess the BridgePassword value. Fixes bug 5543; bugfix on 0.2.0.14-alpha. - Detect and reject certain misformed escape sequences in configuration values. Previously, these values would cause us to crash if received in a torrc file or over an authenticated control port. Bug found by Esteban Manchado Velázquez, and independently by Robert Connolly from Matta Consulting who further noted that it allows a post-authentication heap overflow. Patch by Alexander Schrijver. Fixes bugs 5090 and 5402 (CVE 2012-1668); bugfix on 0.2.0.16-alpha. - Fix a compile warning when using the --enable-openbsd-malloc configure option. Fixes bug 5340; bugfix on 0.2.0.20-rc. - During configure, detect when we're building with clang version 3.0 or lower and disable the -Wnormalized=id and -Woverride-init CFLAGS. clang doesn't support them yet. - When sending an HTTP/1.1 proxy request, include a Host header. Fixes bug 5593; bugfix on 0.2.2.1-alpha. - Fix a NULL-pointer dereference on a badly formed SETCIRCUITPURPOSE command. Found by mikeyc. Fixes bug 5796; bugfix on 0.2.2.9-alpha. - If we hit the error case where routerlist_insert() replaces an existing (old) server descriptor, make sure to remove that server descriptor from the old_routers list. Fix related to bug 1776. Bugfix on 0.2.2.18-alpha. o Minor bugfixes (documentation and log messages): - Fix a typo in a log message in rend_service_rendezvous_has_opened(). Fixes bug 4856; bugfix on Tor 0.0.6. - Update "ClientOnly" man page entry to explain that there isn't really any point to messing with it. Resolves ticket 5005. - Document the GiveGuardFlagTo_CVE_2011_2768_VulnerableRelays directory authority option (introduced in Tor 0.2.2.34). - Downgrade the "We're missing a certificate" message from notice to info: people kept mistaking it for a real problem, whereas it is seldom the problem even when we are failing to bootstrap. Fixes bug 5067; bugfix on 0.2.0.10-alpha. - Correctly spell "connect" in a log message on failure to create a controlsocket. Fixes bug 4803; bugfix on 0.2.2.26-beta. - Clarify the behavior of MaxCircuitDirtiness with hidden service circuits. Fixes issue 5259. o Minor features: - Directory authorities now reject versions of Tor older than 0.2.1.30, and Tor versions between 0.2.2.1-alpha and 0.2.2.20-alpha inclusive. These versions accounted for only a small fraction of the Tor network, and have numerous known security issues. Resolves issue 4788. - Update to the May 1 2012 Maxmind GeoLite Country database. - Feature removal: - When sending or relaying a RELAY_EARLY cell, we used to convert it to a RELAY cell if the connection was using the v1 link protocol. This was a workaround for older versions of Tor, which didn't handle RELAY_EARLY cells properly. Now that all supported versions can handle RELAY_EARLY cells, and now that we're enforcing the "no RELAY_EXTEND commands except in RELAY_EARLY cells" rule, remove this workaround. Addresses bug 4786.- add CVE references in changelog, fixing bug #739133- update to upstream 0.2.2.35, which fixes a critical heap-overflow security issue: CVE-2011-2778 For a full list of changes, see: https://gitweb.torproject.org/tor.git/blob_plain/release-0.2.2:/ReleaseNotes- license update: BSD-3-Clause SPDX format- fix factory warning by removing INSTALL file from docs dir- format spec file to include copyright notice package is based on a former package in SUSE/openSUSE- update license from "3-clause BSD" to "BSD3c"- update to upstream 0.2.2.34 - fixes CVE-2011-4895 Tor Bridge circuit building information disclosure - fixes CVE-2011-4894 Tor DirPort information disclosure Changes in version 0.2.2.34 - 2011-10-26 Tor 0.2.2.34 fixes a critical anonymity vulnerability where an attacker can deanonymize Tor users. Everybody should upgrade. The attack relies on four components: 1) Clients reuse their TLS cert when talking to different relays, so relays can recognize a user by the identity key in her cert. 2) An attacker who knows the client's identity key can probe each guard relay to see if that identity key is connected to that guard relay right now. 3) A variety of active attacks in the literature (starting from "Low-Cost Traffic Analysis of Tor" by Murdoch and Danezis in 2005) allow a malicious website to discover the guard relays that a Tor user visiting the website is using. 4) Clients typically pick three guards at random, so the set of guards for a given user could well be a unique fingerprint for her. This release fixes components #1 and #2, which is enough to block the attack; the other two remain as open research problems. Special thanks to "frosty_un" for reporting the issue to us! Clients should upgrade so they are no longer recognizable by the TLS certs they present. Relays should upgrade so they no longer allow a remote attacker to probe them to test whether unpatched clients are currently connected to them. This release also fixes several vulnerabilities that allow an attacker to enumerate bridge relays. Some bridge enumeration attacks still remain; see for example proposal 188. o Privacy/anonymity fixes (clients): - Clients and bridges no longer send TLS certificate chains on outgoing OR connections. Previously, each client or bridge would use the same cert chain for all outgoing OR connections until its IP address changes, which allowed any relay that the client or bridge contacted to determine which entry guards it is using. Fixes CVE-2011-2768. Bugfix on 0.0.9pre5; found by "frosty_un". - If a relay receives a CREATE_FAST cell on a TLS connection, it no longer considers that connection as suitable for satisfying a circuit EXTEND request. Now relays can protect clients from the CVE-2011-2768 issue even if the clients haven't upgraded yet. - Directory authorities no longer assign the Guard flag to relays that haven't upgraded to the above "refuse EXTEND requests to client connections" fix. Now directory authorities can protect clients from the CVE-2011-2768 issue even if neither the clients nor the relays have upgraded yet. There's a new "GiveGuardFlagTo_CVE_2011_2768_VulnerableRelays" config option to let us transition smoothly, else tomorrow there would be no guard relays. o Privacy/anonymity fixes (bridge enumeration): - Bridge relays now do their directory fetches inside Tor TLS connections, like all the other clients do, rather than connecting directly to the DirPort like public relays do. Removes another avenue for enumerating bridges. Fixes bug 4115; bugfix on 0.2.0.35. - Bridges relays now build circuits for themselves in a more similar way to how clients build them. Removes another avenue for enumerating bridges. Fixes bug 4124; bugfix on 0.2.0.3-alpha, when bridges were introduced. - Bridges now refuse CREATE or CREATE_FAST cells on OR connections that they initiated. Relays could distinguish incoming bridge connections from client connections, creating another avenue for enumerating bridges. Fixes CVE-2011-2769. Bugfix on 0.2.0.3-alpha. Found by "frosty_un". o Major bugfixes: - Fix a crash bug when changing node restrictions while a DNS lookup is in-progress. Fixes bug 4259; bugfix on 0.2.2.25-alpha. Bugfix by "Tey'". - Don't launch a useless circuit after failing to use one of a hidden service's introduction points. Previously, we would launch a new introduction circuit, but not set the hidden service which that circuit was intended to connect to, so it would never actually be used. A different piece of code would then create a new introduction circuit correctly. Bug reported by katmagic and found by Sebastian Hahn. Bugfix on 0.2.1.13-alpha; fixes bug 4212. o Minor bugfixes: - Change an integer overflow check in the OpenBSD_Malloc code so that GCC is less likely to eliminate it as impossible. Patch from Mansour Moufid. Fixes bug 4059. - When a hidden service turns an extra service-side introduction circuit into a general-purpose circuit, free the rend_data and intro_key fields first, so we won't leak memory if the circuit is cannibalized for use as another service-side introduction circuit. Bugfix on 0.2.1.7-alpha; fixes bug 4251. - Bridges now skip DNS self-tests, to act a little more stealthily. Fixes bug 4201; bugfix on 0.2.0.3-alpha, which first introduced bridges. Patch by "warms0x". - Fix internal bug-checking logic that was supposed to catch failures in digest generation so that it will fail more robustly if we ask for a nonexistent algorithm. Found by Coverity Scan. Bugfix on 0.2.2.1-alpha; fixes Coverity CID 479. - Report any failure in init_keys() calls launched because our IP address has changed. Spotted by Coverity Scan. Bugfix on 0.1.1.4-alpha; fixes CID 484. o Minor bugfixes (log messages and documentation): - Remove a confusing dollar sign from the example fingerprint in the man page, and also make the example fingerprint a valid one. Fixes bug 4309; bugfix on 0.2.1.3-alpha. - The next version of Windows will be called Windows 8, and it has a major version of 6, minor version of 2. Correctly identify that version instead of calling it "Very recent version". Resolves ticket 4153; reported by funkstar. - Downgrade log messages about circuit timeout calibration from "notice" to "info": they don't require or suggest any human intervention. Patch from Tom Lowenthal. Fixes bug 4063; bugfix on 0.2.2.14-alpha. o Minor features: - Turn on directory request statistics by default and include them in extra-info descriptors. Don't break if we have no GeoIP database. Backported from 0.2.3.1-alpha; implements ticket 3951. - Update to the October 4 2011 Maxmind GeoLite Country database.- update to upstream 0.2.2.33 Changes in version 0.2.2.33 - 2011-09-13 Tor 0.2.2.33 fixes several bugs, and includes a slight tweak to Tor's TLS handshake that makes relays and bridges that run this new version reachable from Iran again. o Major bugfixes: - Avoid an assertion failure when reloading a configuration with TrackExitHosts changes. Found and fixed by 'laruldan'. Fixes bug 3923; bugfix on 0.2.2.25-alpha. o Minor features (security): - Check for replays of the public-key encrypted portion of an INTRODUCE1 cell, in addition to the current check for replays of the g^x value. This prevents a possible class of active attacks by an attacker who controls both an introduction point and a rendezvous point, and who uses the malleability of AES-CTR to alter the encrypted g^x portion of the INTRODUCE1 cell. We think that these attacks are infeasible (requiring the attacker to send on the order of zettabytes of altered cells in a short interval), but we'd rather block them off in case there are any classes of this attack that we missed. Reported by Willem Pinckaers. o Minor features: - Adjust the expiration time on our SSL session certificates to better match SSL certs seen in the wild. Resolves ticket 4014. - Change the default required uptime for a relay to be accepted as a HSDir (hidden service directory) from 24 hours to 25 hours. Improves on 0.2.0.10-alpha; resolves ticket 2649. - Add a VoteOnHidServDirectoriesV2 config option to allow directory authorities to abstain from voting on assignment of the HSDir consensus flag. Related to bug 2649. - Update to the September 6 2011 Maxmind GeoLite Country database. o Minor bugfixes (documentation and log messages): - Correct the man page to explain that HashedControlPassword and CookieAuthentication can both be set, in which case either method is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha, when we decided to allow these config options to both be set. Issue raised by bug 3898. - Demote the 'replay detected' log message emitted when a hidden service receives the same Diffie-Hellman public key in two different INTRODUCE2 cells to info level. A normal Tor client can cause that log message during its normal operation. Bugfix on 0.2.1.6-alpha; fixes part of bug 2442. - Demote the 'INTRODUCE2 cell is too {old,new}' log message to info level. There is nothing that a hidden service's operator can do to fix its clients' clocks. Bugfix on 0.2.1.6-alpha; fixes part of bug 2442. - Clarify a log message specifying the characters permitted in HiddenServiceAuthorizeClient client names. Previously, the log message said that "[A-Za-z0-9+-_]" were permitted; that could have given the impression that every ASCII character between "+" and "_" was permitted. Now we say "[A-Za-z0-9+_-]". Bugfix on 0.2.1.5-alpha. o Build fixes: - Provide a substitute implementation of lround() for MSVC, which apparently lacks it. Patch from Gisle Vanem. - Clean up some code issues that prevented Tor from building on older BSDs. Fixes bug 3894; reported by "grarpamp". - Search for a platform-specific version of "ar" when cross-compiling. Should fix builds on iOS. Resolves bug 3909, found by Marco Bonetti.- updated ot upstream 0.2.2.32 - removed tor_initscript.patch - fixes CVE-2011-4897 Tor Nickname information disclosure - fixes CVE-2011-4896 Tor Bridge information disclosure Changes in version 0.2.2.32 - 2011-08-27 The Tor 0.2.2 release series is dedicated to the memory of Andreas Pfitzmann (1958-2010), a pioneer in anonymity and privacy research, a founder of the PETS community, a leader in our field, a mentor, and a friend. He left us with these words: "I had the possibility to contribute to this world that is not as it should be. I hope I could help in some areas to make the world a better place, and that I could also encourage other people to be engaged in improving the world. Please, stay engaged. This world needs you, your love, your initiative -- now I cannot be part of that anymore." Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally ready. More than two years in the making, this release features improved client performance and hidden service reliability, better compatibility for Android, correct behavior for bridges that listen on more than one address, more extensible and flexible directory object handling, better reporting of network statistics, improved code security, and many many other features and bugfixes. o Major features (client performance): - When choosing which cells to relay first, relays now favor circuits that have been quiet recently, to provide lower latency for low-volume circuits. By default, relays enable or disable this feature based on a setting in the consensus. They can override this default by using the new "CircuitPriorityHalflife" config option. Design and code by Ian Goldberg, Can Tang, and Chris Alexander. - Directory authorities now compute consensus weightings that instruct clients how to weight relays flagged as Guard, Exit, Guard+Exit, and no flag. Clients use these weightings to distribute network load more evenly across these different relay types. The weightings are in the consensus so we can change them globally in the future. Extra thanks to "outofwords" for finding some nasty security bugs in the first implementation of this feature. o Major features (client performance, circuit build timeout): - Tor now tracks how long it takes to build client-side circuits over time, and adapts its timeout to local network performance. Since a circuit that takes a long time to build will also provide bad performance, we get significant latency improvements by discarding the slowest 20% of circuits. Specifically, Tor creates circuits more aggressively than usual until it has enough data points for a good timeout estimate. Implements proposal 151. - Circuit build timeout constants can be controlled by consensus parameters. We set good defaults for these parameters based on experimentation on broadband and simulated high-latency links. - Circuit build time learning can be disabled via consensus parameter or by the client via a LearnCircuitBuildTimeout config option. We also automatically disable circuit build time calculation if either AuthoritativeDirectory is set, or if we fail to write our state file. Implements ticket 1296. o Major features (relays use their capacity better): - Set SO_REUSEADDR socket option on all sockets, not just listeners. This should help busy exit nodes avoid running out of useable ports just because all the ports have been used in the near past. Resolves issue 2850. - Relays now save observed peak bandwidth throughput rates to their state file (along with total usage, which was already saved), so that they can determine their correct estimated bandwidth on restart. Resolves bug 1863, where Tor relays would reset their estimated bandwidth to 0 after restarting. - Lower the maximum weighted-fractional-uptime cutoff to 98%. This should give us approximately 40-50% more Guard-flagged nodes, improving the anonymity the Tor network can provide and also decreasing the dropoff in throughput that relays experience when they first get the Guard flag. - Directory authorities now take changes in router IP address and ORPort into account when determining router stability. Previously, if a router changed its IP or ORPort, the authorities would not treat it as having any downtime for the purposes of stability calculation, whereas clients would experience downtime since the change would take a while to propagate to them. Resolves issue 1035. - New AccelName and AccelDir options add support for dynamic OpenSSL hardware crypto acceleration engines. o Major features (relays control their load better): - Exit relays now try harder to block exit attempts from unknown relays, to make it harder for people to use them as one-hop proxies a la tortunnel. Controlled by the refuseunknownexits consensus parameter (currently enabled), or you can override it on your relay with the RefuseUnknownExits torrc option. Resolves bug 1751; based on a variant of proposal 163. - Add separate per-conn write limiting to go with the per-conn read limiting. We added a global write limit in Tor 0.1.2.5-alpha, but never per-conn write limits. - New consensus params "bwconnrate" and "bwconnburst" to let us rate-limit client connections as they enter the network. It's controlled in the consensus so we can turn it on and off for experiments. It's starting out off. Based on proposal 163. o Major features (controllers): - Export GeoIP information on bridge usage to controllers even if we have not yet been running for 24 hours. Now Vidalia bridge operators can get more accurate and immediate feedback about their contributions to the network. - Add an __OwningControllerProcess configuration option and a TAKEOWNERSHIP control-port command. Now a Tor controller can ensure that when it exits, Tor will shut down. Implements feature 3049. o Major features (directory authorities): - Directory authorities now create, vote on, and serve multiple parallel formats of directory data as part of their voting process. Partially implements Proposal 162: "Publish the consensus in multiple flavors". - Directory authorities now agree on and publish small summaries of router information that clients can use in place of regular server descriptors. This transition will allow Tor 0.2.3 clients to use far less bandwidth for downloading information about the network. Begins the implementation of Proposal 158: "Clients download consensus + microdescriptors". - The directory voting system is now extensible to use multiple hash algorithms for signatures and resource selection. Newer formats are signed with SHA256, with a possibility for moving to a better hash algorithm in the future. - Directory authorities can now vote on arbitary integer values as part of the consensus process. This is designed to help set network-wide parameters. Implements proposal 167. o Major features and bugfixes (node selection): - Revise and reconcile the meaning of the ExitNodes, EntryNodes, ExcludeEntryNodes, ExcludeExitNodes, ExcludeNodes, and Strict*Nodes options. Previously, we had been ambiguous in describing what counted as an "exit" node, and what operations exactly "StrictNodes 0" would permit. This created confusion when people saw nodes built through unexpected circuits, and made it hard to tell real bugs from surprises. Now the intended behavior is: . "Exit", in the context of ExitNodes and ExcludeExitNodes, means a node that delivers user traffic outside the Tor network. . "Entry", in the context of EntryNodes, means a node used as the first hop of a multihop circuit. It doesn't include direct connections to directory servers. . "ExcludeNodes" applies to all nodes. . "StrictNodes" changes the behavior of ExcludeNodes only. When StrictNodes is set, Tor should avoid all nodes listed in ExcludeNodes, even when it will make user requests fail. When StrictNodes is *not* set, then Tor should follow ExcludeNodes whenever it can, except when it must use an excluded node to perform self-tests, connect to a hidden service, provide a hidden service, fulfill a .exit request, upload directory information, or fetch directory information. Collectively, the changes to implement the behavior fix bug 1090. - If EntryNodes, ExitNodes, ExcludeNodes, or ExcludeExitNodes change during a config reload, mark and discard all our origin circuits. This fix should address edge cases where we change the config options and but then choose a circuit that we created before the change. - Make EntryNodes config option much more aggressive even when StrictNodes is not set. Before it would prepend your requested entrynodes to your list of guard nodes, but feel free to use others after that. Now it chooses only from your EntryNodes if any of those are available, and only falls back to others if a) they're all down and b) StrictNodes is not set. - Now we refresh your entry guards from EntryNodes at each consensus fetch -- rather than just at startup and then they slowly rot as the network changes. - Add support for the country code "{??}" in torrc options like ExcludeNodes, to indicate all routers of unknown country. Closes bug 1094. - ExcludeNodes now takes precedence over EntryNodes and ExitNodes: if a node is listed in both, it's treated as excluded. - ExcludeNodes now applies to directory nodes -- as a preference if StrictNodes is 0, or an absolute requirement if StrictNodes is 1. Don't exclude all the directory authorities and set StrictNodes to 1 unless you really want your Tor to break. - ExcludeNodes and ExcludeExitNodes now override exit enclaving. - ExcludeExitNodes now overrides .exit requests. - We don't use bridges listed in ExcludeNodes. - When StrictNodes is 1: . We now apply ExcludeNodes to hidden service introduction points and to rendezvous points selected by hidden service users. This can make your hidden service less reliable: use it with caution! . If we have used ExcludeNodes on ourself, do not try relay reachability self-tests. . If we have excluded all the directory authorities, we will not even try to upload our descriptor if we're a relay. . Do not honor .exit requests to an excluded node. - When the set of permitted nodes changes, we now remove any mappings introduced via TrackExitHosts to now-excluded nodes. Bugfix on 0.1.0.1-rc. - We never cannibalize a circuit that had excluded nodes on it, even if StrictNodes is 0. Bugfix on 0.1.0.1-rc. - Improve log messages related to excluded nodes. o Major features (misc): - Numerous changes, bugfixes, and workarounds from Nathan Freitas to help Tor build correctly for Android phones. - The options SocksPort, ControlPort, and so on now all accept a value "auto" that opens a socket on an OS-selected port. A new ControlPortWriteToFile option tells Tor to write its actual control port or ports to a chosen file. If the option ControlPortFileGroupReadable is set, the file is created as group-readable. Now users can run two Tor clients on the same system without needing to manually mess with parameters. Resolves part of ticket 3076. - Tor now supports tunneling all of its outgoing connections over a SOCKS proxy, using the SOCKS4Proxy and/or SOCKS5Proxy configuration options. Code by Christopher Davis. o Code security improvements: - Replace all potentially sensitive memory comparison operations with versions whose runtime does not depend on the data being compared. This will help resist a class of attacks where an adversary can use variations in timing information to learn sensitive data. Fix for one case of bug 3122. (Safe memcmp implementation by Robert Ransom based partially on code by DJB.) - Enable Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP) by default on Windows to make it harder for attackers to exploit vulnerabilities. Patch from John Brooks. - New "--enable-gcc-hardening" ./configure flag (off by default) to turn on gcc compile time hardening options. It ensures that signed ints have defined behavior (-fwrapv), enables - D_FORTIFY_SOURCE=2 (requiring -O2), adds stack smashing protection with canaries (-fstack-protector-all), turns on ASLR protection if supported by the kernel (-fPIE, -pie), and adds additional security related warnings. Verified to work on Mac OS X and Debian Lenny. - New "--enable-linker-hardening" ./configure flag (off by default) to turn on ELF specific hardening features (relro, now). This does not work with Mac OS X or any other non-ELF binary format. - Always search the Windows system directory for system DLLs, and nowhere else. Bugfix on 0.1.1.23; fixes bug 1954. - New DisableAllSwap option. If set to 1, Tor will attempt to lock all current and future memory pages via mlockall(). On supported platforms (modern Linux and probably BSD but not Windows or OS X), this should effectively disable any and all attempts to page out memory. This option requires that you start your Tor as root -- if you use DisableAllSwap, please consider using the User option to properly reduce the privileges of your Tor. o Major bugfixes (crashes): - Fix crash bug on platforms where gmtime and localtime can return NULL. Windows 7 users were running into this one. Fixes part of bug 2077. Bugfix on all versions of Tor. Found by boboper. - Introduce minimum/maximum values that clients will believe from the consensus. Now we'll have a better chance to avoid crashes or worse when a consensus param has a weird value. - Fix a rare crash bug that could occur when a client was configured with a large number of bridges. Fixes bug 2629; bugfix on 0.2.1.2-alpha. Bugfix by trac user "shitlei". - Do not crash when our configuration file becomes unreadable, for example due to a permissions change, between when we start up and when a controller calls SAVECONF. Fixes bug 3135; bugfix on 0.0.9pre6. - If we're in the pathological case where there's no exit bandwidth but there is non-exit bandwidth, or no guard bandwidth but there is non-guard bandwidth, don't crash during path selection. Bugfix on 0.2.0.3-alpha. - Fix a crash bug when trying to initialize the evdns module in Libevent 2. Bugfix on 0.2.1.16-rc. o Major bugfixes (stability): - Fix an assert in parsing router descriptors containing IPv6 addresses. This one took down the directory authorities when somebody tried some experimental code. Bugfix on 0.2.1.3-alpha. - Fix an uncommon assertion failure when running with DNSPort under heavy load. Fixes bug 2933; bugfix on 0.2.0.1-alpha. - Treat an unset $HOME like an empty $HOME rather than triggering an assert. Bugfix on 0.0.8pre1; fixes bug 1522. - More gracefully handle corrupt state files, removing asserts in favor of saving a backup and resetting state. - Instead of giving an assertion failure on an internal mismatch on estimated freelist size, just log a BUG warning and try later. Mitigates but does not fix bug 1125. - Fix an assert that got triggered when using the TestingTorNetwork configuration option and then issuing a GETINFO config-text control command. Fixes bug 2250; bugfix on 0.2.1.2-alpha. - If the cached cert file is unparseable, warn but don't exit. o Privacy fixes (relays/bridges): - Don't list Windows capabilities in relay descriptors. We never made use of them, and maybe it's a bad idea to publish them. Bugfix on 0.1.1.8-alpha. - If the Nickname configuration option isn't given, Tor would pick a nickname based on the local hostname as the nickname for a relay. Because nicknames are not very important in today's Tor and the "Unnamed" nickname has been implemented, this is now problematic behavior: It leaks information about the hostname without being useful at all. Fixes bug 2979; bugfix on 0.1.2.2-alpha, which introduced the Unnamed nickname. Reported by tagnaq. - Maintain separate TLS contexts and certificates for incoming and outgoing connections in bridge relays. Previously we would use the same TLS contexts and certs for incoming and outgoing connections. Bugfix on 0.2.0.3-alpha; addresses bug 988. - Maintain separate identity keys for incoming and outgoing TLS contexts in bridge relays. Previously we would use the same identity keys for incoming and outgoing TLS contexts. Bugfix on 0.2.0.3-alpha; addresses the other half of bug 988. - Make the bridge directory authority refuse to answer directory requests for "all descriptors". It used to include bridge descriptors in its answer, which was a major information leak. Found by "piebeer". Bugfix on 0.2.0.3-alpha. o Privacy fixes (clients): - When receiving a hidden service descriptor, check that it is for the hidden service we wanted. Previously, Tor would store any hidden service descriptors that a directory gave it, whether it wanted them or not. This wouldn't have let an attacker impersonate a hidden service, but it did let directories pre-seed a client with descriptors that it didn't want. Bugfix on 0.0.6. - Start the process of disabling ".exit" address notation, since it can be used for a variety of esoteric application-level attacks on users. To reenable it, set "AllowDotExit 1" in your torrc. Fix on 0.0.9rc5. - Reject attempts at the client side to open connections to private IP addresses (like 127.0.0.1, 10.0.0.1, and so on) with a randomly chosen exit node. Attempts to do so are always ill-defined, generally prevented by exit policies, and usually in error. This will also help to detect loops in transparent proxy configurations. You can disable this feature by setting "ClientRejectInternalAddresses 0" in your torrc. - Log a notice when we get a new control connection. Now it's easier for security-conscious users to recognize when a local application is knocking on their controller door. Suggested by bug 1196. o Privacy fixes (newnym): - Avoid linkability based on cached hidden service descriptors: forget all hidden service descriptors cached as a client when processing a SIGNAL NEWNYM command. Fixes bug 3000; bugfix on 0.0.6. - On SIGHUP, do not clear out all TrackHostExits mappings, client DNS cache entries, and virtual address mappings: that's what NEWNYM is for. Fixes bug 1345; bugfix on 0.1.0.1-rc. - Don't attach new streams to old rendezvous circuits after SIGNAL NEWNYM. Previously, we would keep using an existing rendezvous circuit if it remained open (i.e. if it were kept open by a long-lived stream, or if a new stream were attached to it before Tor could notice that it was old and no longer in use). Bugfix on 0.1.1.15-rc; fixes bug 3375. o Major bugfixes (relay bandwidth accounting): - Fix a bug that could break accounting on 64-bit systems with large time_t values, making them hibernate for impossibly long intervals. Fixes bug 2146. Bugfix on 0.0.9pre6; fix by boboper. - Fix a bug in bandwidth accounting that could make us use twice the intended bandwidth when our interval start changes due to daylight saving time. Now we tolerate skew in stored vs computed interval starts: if the start of the period changes by no more than 50% of the period's duration, we remember bytes that we transferred in the old period. Fixes bug 1511; bugfix on 0.0.9pre5. o Major bugfixes (bridges): - Bridges now use "reject *:*" as their default exit policy. Bugfix on 0.2.0.3-alpha. Fixes bug 1113. - If you configure your bridge with a known identity fingerprint, and the bridge authority is unreachable (as it is in at least one country now), fall back to directly requesting the descriptor from the bridge. Finishes the feature started in 0.2.0.10-alpha; closes bug 1138. - Fix a bug where bridge users who configure the non-canonical address of a bridge automatically switch to its canonical address. If a bridge listens at more than one address, it should be able to advertise those addresses independently and any non-blocked addresses should continue to work. Bugfix on Tor 0.2.0.3-alpha. Fixes bug 2510. - If you configure Tor to use bridge A, and then quit and configure Tor to use bridge B instead (or if you change Tor to use bridge B via the controller), it would happily continue to use bridge A if it's still reachable. While this behavior is a feature if your goal is connectivity, in some scenarios it's a dangerous bug. Bugfix on Tor 0.2.0.1-alpha; fixes bug 2511. - When the controller configures a new bridge, don't wait 10 to 60 seconds before trying to fetch its descriptor. Bugfix on 0.2.0.3-alpha; fixes bug 3198 (suggested by 2355). o Major bugfixes (directory authorities): - Many relays have been falling out of the consensus lately because not enough authorities know about their descriptor for them to get a majority of votes. When we deprecated the v2 directory protocol, we got rid of the only way that v3 authorities can hear from each other about other descriptors. Now authorities examine every v3 vote for new descriptors, and fetch them from that authority. Bugfix on 0.2.1.23. - Authorities could be tricked into giving out the Exit flag to relays that didn't allow exiting to any ports. This bug could screw with load balancing and stats. Bugfix on 0.1.1.6-alpha; fixes bug 1238. Bug discovered by Martin Kowalczyk. - If all authorities restart at once right before a consensus vote, nobody will vote about "Running", and clients will get a consensus with no usable relays. Instead, authorities refuse to build a consensus if this happens. Bugfix on 0.2.0.10-alpha; fixes bug 1066. o Major bugfixes (stream-level fairness): - When receiving a circuit-level SENDME for a blocked circuit, try to package cells fairly from all the streams that had previously been blocked on that circuit. Previously, we had started with the oldest stream, and allowed each stream to potentially exhaust the circuit's package window. This gave older streams on any given circuit priority over newer ones. Fixes bug 1937. Detected originally by Camilo Viecco. This bug was introduced before the first Tor release, in svn commit r152: it is the new winner of the longest-lived bug prize. - Fix a stream fairness bug that would cause newer streams on a given circuit to get preference when reading bytes from the origin or destination. Fixes bug 2210. Fix by Mashael AlSabah. This bug was introduced before the first Tor release, in svn revision r152. - When the exit relay got a circuit-level sendme cell, it started reading on the exit streams, even if had 500 cells queued in the circuit queue already, so the circuit queue just grew and grew in some cases. We fix this by not re-enabling reading on receipt of a sendme cell when the cell queue is blocked. Fixes bug 1653. Bugfix on 0.2.0.1-alpha. Detected by Mashael AlSabah. Original patch by "yetonetime". - Newly created streams were allowed to read cells onto circuits, even if the circuit's cell queue was blocked and waiting to drain. This created potential unfairness, as older streams would be blocked, but newer streams would gladly fill the queue completely. We add code to detect this situation and prevent any stream from getting more than one free cell. Bugfix on 0.2.0.1-alpha. Partially fixes bug 1298. o Major bugfixes (hidden services): - Apply circuit timeouts to opened hidden-service-related circuits based on the correct start time. Previously, we would apply the circuit build timeout based on time since the circuit's creation; it was supposed to be applied based on time since the circuit entered its current state. Bugfix on 0.0.6; fixes part of bug 1297. - Improve hidden service robustness: When we find that we have extended a hidden service's introduction circuit to a relay not listed as an introduction point in the HS descriptor we currently have, retry with an introduction point from the current descriptor. Previously we would just give up. Fixes bugs 1024 and 1930; bugfix on 0.2.0.10-alpha. - Directory authorities now use data collected from their own uptime observations when choosing whether to assign the HSDir flag to relays, instead of trusting the uptime value the relay reports in its descriptor. This change helps prevent an attack where a small set of nodes with frequently-changing identity keys can blackhole a hidden service. (Only authorities need upgrade; others will be fine once they do.) Bugfix on 0.2.0.10-alpha; fixes bug 2709. - Stop assigning the HSDir flag to relays that disable their DirPort (and thus will refuse to answer directory requests). This fix should dramatically improve the reachability of hidden services: hidden services and hidden service clients pick six HSDir relays to store and retrieve the hidden service descriptor, and currently about half of the HSDir relays will refuse to work. Bugfix on 0.2.0.10-alpha; fixes part of bug 1693. o Major bugfixes (misc): - Clients now stop trying to use an exit node associated with a given destination by TrackHostExits if they fail to reach that exit node. Fixes bug 2999. Bugfix on 0.2.0.20-rc. - Fix a regression that caused Tor to rebind its ports if it receives SIGHUP while hibernating. Bugfix in 0.1.1.6-alpha; closes bug 919. - Remove an extra pair of quotation marks around the error message in control-port STATUS_GENERAL BUG events. Bugfix on 0.1.2.6-alpha; fixes bug 3732. o Minor features (relays): - Ensure that no empty [dirreq-](read|write)-history lines are added to an extrainfo document. Implements ticket 2497. - When bandwidth accounting is enabled, be more generous with how much bandwidth we'll use up before entering "soft hibernation". Previously, we'd refuse new connections and circuits once we'd used up 95% of our allotment. Now, we use up 95% of our allotment, AND make sure that we have no more than 500MB (or 3 hours of expected traffic, whichever is lower) remaining before we enter soft hibernation. - Relays now log the reason for publishing a new relay descriptor, so we have a better chance of hunting down instances of bug 1810. Resolves ticket 3252. - Log a little more clearly about the times at which we're no longer accepting new connections (e.g. due to hibernating). Resolves bug 2181. - When AllowSingleHopExits is set, print a warning to explain to the relay operator why most clients are avoiding her relay. - Send END_STREAM_REASON_NOROUTE in response to EHOSTUNREACH errors. Clients before 0.2.1.27 didn't handle NOROUTE correctly, but such clients are already deprecated because of security bugs. o Minor features (network statistics): - Directory mirrors that set "DirReqStatistics 1" write statistics about directory requests to disk every 24 hours. As compared to the "--enable-geoip-stats" ./configure flag in 0.2.1.x, there are a few improvements: 1) stats are written to disk exactly every 24 hours; 2) estimated shares of v2 and v3 requests are determined as mean values, not at the end of a measurement period; 3) unresolved requests are listed with country code '??'; 4) directories also measure download times. - Exit nodes that set "ExitPortStatistics 1" write statistics on the number of exit streams and transferred bytes per port to disk every 24 hours. - Relays that set "CellStatistics 1" write statistics on how long cells spend in their circuit queues to disk every 24 hours. - Entry nodes that set "EntryStatistics 1" write statistics on the rough number and origins of connecting clients to disk every 24 hours. - Relays that write any of the above statistics to disk and set "ExtraInfoStatistics 1" include the past 24 hours of statistics in their extra-info documents. Implements proposal 166. o Minor features (GeoIP and statistics): - Provide a log message stating which geoip file we're parsing instead of just stating that we're parsing the geoip file. Implements ticket 2432. - Make sure every relay writes a state file at least every 12 hours. Previously, a relay could go for weeks without writing its state file, and on a crash could lose its bandwidth history, capacity estimates, client country statistics, and so on. Addresses bug 3012. - Relays report the number of bytes spent on answering directory requests in extra-info descriptors similar to {read,write}-history. Implements enhancement 1790. - Report only the top 10 ports in exit-port stats in order not to exceed the maximum extra-info descriptor length of 50 KB. Implements task 2196. - If writing the state file to disk fails, wait up to an hour before retrying again, rather than trying again each second. Fixes bug 2346; bugfix on Tor 0.1.1.3-alpha. - Delay geoip stats collection by bridges for 6 hours, not 2 hours, when we switch from being a public relay to a bridge. Otherwise there will still be clients that see the relay in their consensus, and the stats will end up wrong. Bugfix on 0.2.1.15-rc; fixes bug 932. - Update to the August 2 2011 Maxmind GeoLite Country database. o Minor features (clients): - When expiring circuits, use microsecond timers rather than one-second timers. This can avoid an unpleasant situation where a circuit is launched near the end of one second and expired right near the beginning of the next, and prevent fluctuations in circuit timeout values. - If we've configured EntryNodes and our network goes away and/or all our entrynodes get marked down, optimistically retry them all when a new socks application request appears. Fixes bug 1882. - Always perform router selections using weighted relay bandwidth, even if we don't need a high capacity circuit at the time. Non-fast circuits now only differ from fast ones in that they can use relays not marked with the Fast flag. This "feature" could turn out to be a horrible bug; we should investigate more before it goes into a stable release. - When we run out of directory information such that we can't build circuits, but then get enough that we can build circuits, log when we actually construct a circuit, so the user has a better chance of knowing what's going on. Fixes bug 1362. - Log SSL state transitions at debug level during handshake, and include SSL states in error messages. This may help debug future SSL handshake issues. o Minor features (directory authorities): - When a router changes IP address or port, authorities now launch a new reachability test for it. Implements ticket 1899. - Directory authorities now reject relays running any versions of Tor between 0.2.1.3-alpha and 0.2.1.18 inclusive; they have known bugs that keep RELAY_EARLY cells from working on rendezvous circuits. Followup to fix for bug 2081. - Directory authorities now reject relays running any version of Tor older than 0.2.0.26-rc. That version is the earliest that fetches current directory information correctly. Fixes bug 2156. - Directory authorities now do an immediate reachability check as soon as they hear about a new relay. This change should slightly reduce the time between setting up a relay and getting listed as running in the consensus. It should also improve the time between setting up a bridge and seeing use by bridge users. - Directory authorities no longer launch a TLS connection to every relay as they startup. Now that we have 2k+ descriptors cached, the resulting network hiccup is becoming a burden. Besides, authorities already avoid voting about Running for the first half hour of their uptime. - Directory authorities now log the source of a rejected POSTed v3 networkstatus vote, so we can track failures better. - Backport code from 0.2.3.x that allows directory authorities to clean their microdescriptor caches. Needed to resolve bug 2230. o Minor features (hidden services): - Use computed circuit-build timeouts to decide when to launch parallel introduction circuits for hidden services. (Previously, we would retry after 15 seconds.) - Don't allow v0 hidden service authorities to act as clients. Required by fix for bug 3000. - Ignore SIGNAL NEWNYM commands on relay-only Tor instances. Required by fix for bug 3000. - Make hidden services work better in private Tor networks by not requiring any uptime to join the hidden service descriptor DHT. Implements ticket 2088. - Log (at info level) when purging pieces of hidden-service-client state because of SIGNAL NEWNYM. o Minor features (controller interface): - New "GETINFO net/listeners/(type)" controller command to return a list of addresses and ports that are bound for listeners for a given connection type. This is useful when the user has configured "SocksPort auto" and the controller needs to know which port got chosen. Resolves another part of ticket 3076. - Have the controller interface give a more useful message than "Internal Error" in response to failed GETINFO requests. - Add a TIMEOUT_RATE keyword to the BUILDTIMEOUT_SET control port event, to give information on the current rate of circuit timeouts over our stored history. - The 'EXTENDCIRCUIT' control port command can now be used with a circ id of 0 and no path. This feature will cause Tor to build a new 'fast' general purpose circuit using its own path selection algorithms. - Added a BUILDTIMEOUT_SET controller event to describe changes to the circuit build timeout. - New controller command "getinfo config-text". It returns the contents that Tor would write if you send it a SAVECONF command, so the controller can write the file to disk itself. o Minor features (controller protocol): - Add a new ControlSocketsGroupWritable configuration option: when it is turned on, ControlSockets are group-writeable by the default group of the current user. Patch by Jérémy Bobbio; implements ticket 2972. - Tor now refuses to create a ControlSocket in a directory that is world-readable (or group-readable if ControlSocketsGroupWritable is 0). This is necessary because some operating systems do not enforce permissions on an AF_UNIX sockets. Permissions on the directory holding the socket, however, seems to work everywhere. - Warn when CookieAuthFileGroupReadable is set but CookieAuthFile is not. This would lead to a cookie that is still not group readable. Closes bug 1843. Suggested by katmagic. - Future-proof the controller protocol a bit by ignoring keyword arguments we do not recognize. o Minor features (more useful logging): - Revise most log messages that refer to nodes by nickname to instead use the "$key=nickname at address" format. This should be more useful, especially since nicknames are less and less likely to be unique. Resolves ticket 3045. - When an HTTPS proxy reports "403 Forbidden", we now explain what it means rather than calling it an unexpected status code. Closes bug 2503. Patch from Michael Yakubovich. - Rate-limit a warning about failures to download v2 networkstatus documents. Resolves part of bug 1352. - Rate-limit the "your application is giving Tor only an IP address" warning. Addresses bug 2000; bugfix on 0.0.8pre2. - Rate-limit "Failed to hand off onionskin" warnings. - When logging a rate-limited warning, we now mention how many messages got suppressed since the last warning. - Make the formerly ugly "2 unknown, 7 missing key, 0 good, 0 bad, 2 no signature, 4 required" messages about consensus signatures easier to read, and make sure they get logged at the same severity as the messages explaining which keys are which. Fixes bug 1290. - Don't warn when we have a consensus that we can't verify because of missing certificates, unless those certificates are ones that we have been trying and failing to download. Fixes bug 1145. o Minor features (log domains): - Add documentation for configuring logging at different severities in different log domains. We've had this feature since 0.2.1.1-alpha, but for some reason it never made it into the manpage. Fixes bug 2215. - Make it simpler to specify "All log domains except for A and B". Previously you needed to say "[*,~A,~B]". Now you can just say "[~A,~B]". - Add a "LogMessageDomains 1" option to include the domains of log messages along with the messages. Without this, there's no way to use log domains without reading the source or doing a lot of guessing. - Add a new "Handshake" log domain for activities that happen during the TLS handshake. o Minor features (build process): - Make compilation with clang possible when using "--enable-gcc-warnings" by removing two warning options that clang hasn't implemented yet and by fixing a few warnings. Resolves ticket 2696. - Detect platforms that brokenly use a signed size_t, and refuse to build there. Found and analyzed by doorss and rransom. - Fix a bunch of compile warnings revealed by mingw with gcc 4.5. Resolves bug 2314. - Add support for statically linking zlib by specifying "--enable-static-zlib", to go with our support for statically linking openssl and libevent. Resolves bug 1358. - Instead of adding the svn revision to the Tor version string, report the git commit (when we're building from a git checkout). - Rename the "log.h" header to "torlog.h" so as to conflict with fewer system headers. - New --digests command-line switch to output the digests of the source files Tor was built with. - Generate our manpage and HTML documentation using Asciidoc. This change should make it easier to maintain the documentation, and produce nicer HTML. The build process fails if asciidoc cannot be found and building with asciidoc isn't disabled (via the "--disable-asciidoc" argument to ./configure. Skipping the manpage speeds up the build considerably. o Minor features (options / torrc): - Warn when the same option is provided more than once in a torrc file, on the command line, or in a single SETCONF statement, and the option is one that only accepts a single line. Closes bug 1384. - Warn when the user configures two HiddenServiceDir lines that point to the same directory. Bugfix on 0.0.6 (the version introducing HiddenServiceDir); fixes bug 3289. - Add new "perconnbwrate" and "perconnbwburst" consensus params to do individual connection-level rate limiting of clients. The torrc config options with the same names trump the consensus params, if both are present. Replaces the old "bwconnrate" and "bwconnburst" consensus params which were broken from 0.2.2.7-alpha through 0.2.2.14-alpha. Closes bug 1947. - New config option "WarnUnsafeSocks 0" disables the warning that occurs whenever Tor receives a socks handshake using a version of the socks protocol that can only provide an IP address (rather than a hostname). Setups that do DNS locally over Tor are fine, and we shouldn't spam the logs in that case. - New config option "CircuitStreamTimeout" to override our internal timeout schedule for how many seconds until we detach a stream from a circuit and try a new circuit. If your network is particularly slow, you might want to set this to a number like 60. - New options for SafeLogging to allow scrubbing only log messages generated while acting as a relay. Specify "SafeLogging relay" if you want to ensure that only messages known to originate from client use of the Tor process will be logged unsafely. - Time and memory units in the configuration file can now be set to fractional units. For example, "2.5 GB" is now a valid value for AccountingMax. - Support line continuations in the torrc config file. If a line ends with a single backslash character, the newline is ignored, and the configuration value is treated as continuing on the next line. Resolves bug 1929. o Minor features (unit tests): - Revise our unit tests to use the "tinytest" framework, so we can run tests in their own processes, have smarter setup/teardown code, and so on. The unit test code has moved to its own subdirectory, and has been split into multiple modules. - Add a unit test for cross-platform directory-listing code. - Add some forgotten return value checks during unit tests. Found by coverity. - Use GetTempDir to find the proper temporary directory location on Windows when generating temporary files for the unit tests. Patch by Gisle Vanem. o Minor features (misc): - The "torify" script now uses torsocks where available. - Make Libevent log messages get delivered to controllers later, and not from inside the Libevent log handler. This prevents unsafe reentrant Libevent calls while still letting the log messages get through. - Certain Tor clients (such as those behind check.torproject.org) may want to fetch the consensus in an extra early manner. To enable this a user may now set FetchDirInfoExtraEarly to 1. This also depends on setting FetchDirInfoEarly to 1. Previous behavior will stay the same as only certain clients who must have this information sooner should set this option. - Expand homedirs passed to tor-checkkey. This should silence a coverity complaint about passing a user-supplied string into open() without checking it. - Make sure to disable DirPort if running as a bridge. DirPorts aren't used on bridges, and it makes bridge scanning somewhat easier. - Create the /var/run/tor directory on startup on OpenSUSE if it is not already created. Patch from Andreas Stieger. Fixes bug 2573. o Minor bugfixes (relays): - When a relay decides that its DNS is too broken for it to serve as an exit server, it advertised itself as a non-exit, but continued to act as an exit. This could create accidental partitioning opportunities for users. Instead, if a relay is going to advertise reject *:* as its exit policy, it should really act with exit policy "reject *:*". Fixes bug 2366. Bugfix on Tor 0.1.2.5-alpha. Bugfix by user "postman" on trac. - Publish a router descriptor even if generating an extra-info descriptor fails. Previously we would not publish a router descriptor without an extra-info descriptor; this can cause fast exit relays collecting exit-port statistics to drop from the consensus. Bugfix on 0.1.2.9-rc; fixes bug 2195. - When we're trying to guess whether we know our IP address as a relay, we would log various ways that we failed to guess our address, but never log that we ended up guessing it successfully. Now add a log line to help confused and anxious relay operators. Bugfix on 0.1.2.1-alpha; fixes bug 1534. - For bandwidth accounting, calculate our expected bandwidth rate based on the time during which we were active and not in soft-hibernation during the last interval. Previously, we were also considering the time spent in soft-hibernation. If this was a long time, we would wind up underestimating our bandwidth by a lot, and skewing our wakeup time towards the start of the accounting interval. Fixes bug 1789. Bugfix on 0.0.9pre5. - Demote a confusing TLS warning that relay operators might get when someone tries to talk to their ORPort. It is not the operator's fault, nor can they do anything about it. Fixes bug 1364; bugfix on 0.2.0.14-alpha. - Change "Application request when we're believed to be offline." notice to "Application request when we haven't used client functionality lately.", to clarify that it's not an error. Bugfix on 0.0.9.3; fixes bug 1222. o Minor bugfixes (bridges): - When a client starts or stops using bridges, never use a circuit that was built before the configuration change. This behavior could put at risk a user who uses bridges to ensure that her traffic only goes to the chosen addresses. Bugfix on 0.2.0.3-alpha; fixes bug 3200. - Do not reset the bridge descriptor download status every time we re-parse our configuration or get a configuration change. Fixes bug 3019; bugfix on 0.2.0.3-alpha. - Users couldn't configure a regular relay to be their bridge. It didn't work because when Tor fetched the bridge descriptor, it found that it already had it, and didn't realize that the purpose of the descriptor had changed. Now we replace routers with a purpose other than bridge with bridge descriptors when fetching them. Bugfix on 0.1.1.9-alpha. Fixes bug 1776. - In the special case where you configure a public exit relay as your bridge, Tor would be willing to use that exit relay as the last hop in your circuit as well. Now we fail that circuit instead. Bugfix on 0.2.0.12-alpha. Fixes bug 2403. Reported by "piebeer". o Minor bugfixes (clients): - We now ask the other side of a stream (the client or the exit) for more data on that stream when the amount of queued data on that stream dips low enough. Previously, we wouldn't ask the other side for more data until either it sent us more data (which it wasn't supposed to do if it had exhausted its window!) or we had completely flushed all our queued data. This flow control fix should improve throughput. Fixes bug 2756; bugfix on the earliest released versions of Tor (svn commit r152). - When a client finds that an origin circuit has run out of 16-bit stream IDs, we now mark it as unusable for new streams. Previously, we would try to close the entire circuit. Bugfix on 0.0.6. - Make it explicit that we don't cannibalize one-hop circuits. This happens in the wild, but doesn't turn out to be a problem because we fortunately don't use those circuits. Many thanks to outofwords for the initial analysis and to swissknife who confirmed that two-hop circuits are actually created. - Resolve an edge case in path weighting that could make us misweight our relay selection. Fixes bug 1203; bugfix on 0.0.8rc1. - Make the DNSPort option work with libevent 2.x. Don't alter the behaviour for libevent 1.x. Fixes bug 1143. Found by SwissTorExit. o Minor bugfixes (directory authorities): - Make directory authorities more accurate at recording when relays that have failed several reachability tests became unreachable, so we can provide more accuracy at assigning Stable, Guard, HSDir, etc flags. Bugfix on 0.2.0.6-alpha. Resolves bug 2716. - Directory authorities are now more robust to hops back in time when calculating router stability. Previously, if a run of uptime or downtime appeared to be negative, the calculation could give incorrect results. Bugfix on 0.2.0.6-alpha; noticed when fixing bug 1035. - Directory authorities will now attempt to download consensuses if their own efforts to make a live consensus have failed. This change means authorities that restart will fetch a valid consensus, and it means authorities that didn't agree with the current consensus will still fetch and serve it if it has enough signatures. Bugfix on 0.2.0.9-alpha; fixes bug 1300. - Never vote for a server as "Running" if we have a descriptor for it claiming to be hibernating, and that descriptor was published more recently than our last contact with the server. Bugfix on 0.2.0.3-alpha; fixes bug 911. - Directory authorities no longer change their opinion of, or vote on, whether a router is Running, unless they have themselves been online long enough to have some idea. Bugfix on 0.2.0.6-alpha. Fixes bug 1023. o Minor bugfixes (hidden services): - Log malformed requests for rendezvous descriptors as protocol warnings, not warnings. Also, use a more informative log message in case someone sees it at log level warning without prior info-level messages. Fixes bug 2748; bugfix on 0.2.0.10-alpha. - Accept hidden service descriptors if we think we might be a hidden service directory, regardless of what our consensus says. This helps robustness, since clients and hidden services can sometimes have a more up-to-date view of the network consensus than we do, and if they think that the directory authorities list us a HSDir, we might actually be one. Related to bug 2732; bugfix on 0.2.0.10-alpha. - Correct the warning displayed when a rendezvous descriptor exceeds the maximum size. Fixes bug 2750; bugfix on 0.2.1.5-alpha. Found by John Brooks. - Clients and hidden services now use HSDir-flagged relays for hidden service descriptor downloads and uploads even if the relays have no DirPort set and the client has disabled TunnelDirConns. This will eventually allow us to give the HSDir flag to relays with no DirPort. Fixes bug 2722; bugfix on 0.2.1.6-alpha. - Only limit the lengths of single HS descriptors, even when multiple HS descriptors are published to an HSDir relay in a single POST operation. Fixes bug 2948; bugfix on 0.2.1.5-alpha. Found by hsdir. o Minor bugfixes (controllers): - Allow GETINFO fingerprint to return a fingerprint even when we have not yet built a router descriptor. Fixes bug 3577; bugfix on 0.2.0.1-alpha. - Send a SUCCEEDED stream event to the controller when a reverse resolve succeeded. Fixes bug 3536; bugfix on 0.0.8pre1. Issue discovered by katmagic. - Remove a trailing asterisk from "exit-policy/default" in the output of the control port command "GETINFO info/names". Bugfix on 0.1.2.5-alpha. - Make the SIGNAL DUMP controller command work on FreeBSD. Fixes bug 2917. Bugfix on 0.1.1.1-alpha. - When we restart our relay, we might get a successful connection from the outside before we've started our reachability tests, triggering a warning: "ORPort found reachable, but I have no routerinfo yet. Failing to inform controller of success." This bug was harmless unless Tor is running under a controller like Vidalia, in which case the controller would never get a REACHABILITY_SUCCEEDED status event. Bugfix on 0.1.2.6-alpha; fixes bug 1172. - When a controller changes TrackHostExits, remove mappings for hosts that should no longer have their exits tracked. Bugfix on 0.1.0.1-rc. - When a controller changes VirtualAddrNetwork, remove any mappings for hosts that were automapped to the old network. Bugfix on 0.1.1.19-rc. - When a controller changes one of the AutomapHosts* options, remove any mappings for hosts that should no longer be automapped. Bugfix on 0.2.0.1-alpha. - Fix an off-by-one error in calculating some controller command argument lengths. Fortunately, this mistake is harmless since the controller code does redundant NUL termination too. Found by boboper. Bugfix on 0.1.1.1-alpha. - Fix a bug in the controller interface where "GETINFO ns/asdaskljkl" would return "551 Internal error" rather than "552 Unrecognized key ns/asdaskljkl". Bugfix on 0.1.2.3-alpha. - Don't spam the controller with events when we have no file descriptors available. Bugfix on 0.2.1.5-alpha. (Rate-limiting for log messages was already solved from bug 748.) - Emit a GUARD DROPPED controller event for a case we missed. - Ensure DNS requests launched by "RESOLVE" commands from the controller respect the __LeaveStreamsUnattached setconf options. The same goes for requests launched via DNSPort or transparent proxying. Bugfix on 0.2.0.1-alpha; fixes bug 1525. o Minor bugfixes (config options): - Tor used to limit HttpProxyAuthenticator values to 48 characters. Change the limit to 512 characters by removing base64 newlines. Fixes bug 2752. Fix by Michael Yakubovich. - Complain if PublishServerDescriptor is given multiple arguments that include 0 or 1. This configuration will be rejected in the future. Bugfix on 0.2.0.1-alpha; closes bug 1107. - Disallow BridgeRelay 1 and ORPort 0 at once in the configuration. Bugfix on 0.2.0.13-alpha; closes bug 928. o Minor bugfixes (log subsystem fixes): - When unable to format an address as a string, report its value as "???" rather than reusing the last formatted address. Bugfix on 0.2.1.5-alpha. - Be more consistent in our treatment of file system paths. "~" should get expanded to the user's home directory in the Log config option. Fixes bug 2971; bugfix on 0.2.0.1-alpha, which introduced the feature for the -f and --DataDirectory options. o Minor bugfixes (memory management): - Don't stack-allocate the list of supplementary GIDs when we're about to log them. Stack-allocating NGROUPS_MAX gid_t elements could take up to 256K, which is way too much stack. Found by Coverity; CID #450. Bugfix on 0.2.1.7-alpha. - Save a couple bytes in memory allocation every time we escape certain characters in a string. Patch from Florian Zumbiehl. o Minor bugfixes (protocol correctness): - When checking for 1024-bit keys, check for 1024 bits, not 128 bytes. This allows Tor to correctly discard keys of length 1017 through 1023. Bugfix on 0.0.9pre5. - Require that introduction point keys and onion handshake keys have a public exponent of 65537. Starts to fix bug 3207; bugfix on 0.2.0.10-alpha. - Handle SOCKS messages longer than 128 bytes long correctly, rather than waiting forever for them to finish. Fixes bug 2330; bugfix on 0.2.0.16-alpha. Found by doorss. - Never relay a cell for a circuit we have already destroyed. Between marking a circuit as closeable and finally closing it, it may have been possible for a few queued cells to get relayed, even though they would have been immediately dropped by the next OR in the circuit. Fixes bug 1184; bugfix on 0.2.0.1-alpha. - Never queue a cell for a circuit that's already been marked for close. - Fix a spec conformance issue: the network-status-version token must be the first token in a v3 consensus or vote. Discovered by "parakeep". Bugfix on 0.2.0.3-alpha. - A networkstatus vote must contain exactly one signature. Spec conformance issue. Bugfix on 0.2.0.3-alpha. - When asked about a DNS record type we don't support via a client DNSPort, reply with NOTIMPL rather than an empty reply. Patch by intrigeri. Fixes bug 3369; bugfix on 2.0.1-alpha. - Make more fields in the controller protocol case-insensitive, since control-spec.txt said they were. o Minor bugfixes (log messages): - Fix a log message that said "bits" while displaying a value in bytes. Found by wanoskarnet. Fixes bug 3318; bugfix on 0.2.0.1-alpha. - Downgrade "no current certificates known for authority" message from Notice to Info. Fixes bug 2899; bugfix on 0.2.0.10-alpha. - Correctly describe errors that occur when generating a TLS object. Previously we would attribute them to a failure while generating a TLS context. Patch by Robert Ransom. Bugfix on 0.1.0.4-rc; fixes bug 1994. - Fix an instance where a Tor directory mirror might accidentally log the IP address of a misbehaving Tor client. Bugfix on 0.1.0.1-rc. - Stop logging at severity 'warn' when some other Tor client tries to establish a circuit with us using weak DH keys. It's a protocol violation, but that doesn't mean ordinary users need to hear about it. Fixes the bug part of bug 1114. Bugfix on 0.1.0.13. - If your relay can't keep up with the number of incoming create cells, it would log one warning per failure into your logs. Limit warnings to 1 per minute. Bugfix on 0.0.2pre10; fixes bug 1042. o Minor bugfixes (build fixes): - Fix warnings from GCC 4.6's "-Wunused-but-set-variable" option. - When warning about missing zlib development packages during compile, give the correct package names. Bugfix on 0.2.0.1-alpha. - Fix warnings that newer versions of autoconf produce during ./autogen.sh. These warnings appear to be harmless in our case, but they were extremely verbose. Fixes bug 2020. - Squash a compile warning on OpenBSD. Reported by Tas; fixes bug 1848. o Minor bugfixes (portability): - Write several files in text mode, on OSes that distinguish text mode from binary mode (namely, Windows). These files are: 'buffer-stats', 'dirreq-stats', and 'entry-stats' on relays that collect those statistics; 'client_keys' and 'hostname' for hidden services that use authentication; and (in the tor-gencert utility) newly generated identity and signing keys. Previously, we wouldn't specify text mode or binary mode, leading to an assertion failure. Fixes bug 3607. Bugfix on 0.2.1.1-alpha (when the DirRecordUsageByCountry option which would have triggered the assertion failure was added), although this assertion failure would have occurred in tor-gencert on Windows in 0.2.0.1-alpha. - Selectively disable deprecation warnings on OS X because Lion started deprecating the shipped copy of openssl. Fixes bug 3643. - Use a wide type to hold sockets when built for 64-bit Windows. Fixes bug 3270. - Fix an issue that prevented static linking of libevent on some platforms (notably Linux). Fixes bug 2698; bugfix on 0.2.1.23, where we introduced the "--with-static-libevent" configure option. - Fix a bug with our locking implementation on Windows that couldn't correctly detect when a file was already locked. Fixes bug 2504, bugfix on 0.2.1.6-alpha. - Build correctly on OSX with zlib 1.2.4 and higher with all warnings enabled. - Fix IPv6-related connect() failures on some platforms (BSD, OS X). Bugfix on 0.2.0.3-alpha; fixes first part of bug 2660. Patch by "piebeer". o Minor bugfixes (code correctness): - Always NUL-terminate the sun_path field of a sockaddr_un before passing it to the kernel. (Not a security issue: kernels are smart enough to reject bad sockaddr_uns.) Found by Coverity; CID #428. Bugfix on Tor 0.2.0.3-alpha. - Make connection_printf_to_buf()'s behaviour sane. Its callers expect it to emit a CRLF iff the format string ends with CRLF; it actually emitted a CRLF iff (a) the format string ended with CRLF or (b) the resulting string was over 1023 characters long or (c) the format string did not end with CRLF *and* the resulting string was 1021 characters long or longer. Bugfix on 0.1.1.9-alpha; fixes part of bug 3407. - Make send_control_event_impl()'s behaviour sane. Its callers expect it to always emit a CRLF at the end of the string; it might have emitted extra control characters as well. Bugfix on 0.1.1.9-alpha; fixes another part of bug 3407. - Make crypto_rand_int() check the value of its input correctly. Previously, it accepted values up to UINT_MAX, but could return a negative number if given a value above INT_MAX+1. Found by George Kadianakis. Fixes bug 3306; bugfix on 0.2.2pre14. - Fix a potential null-pointer dereference while computing a consensus. Bugfix on tor-0.2.0.3-alpha, found with the help of clang's analyzer. - If we fail to compute the identity digest of a v3 legacy keypair, warn, and don't use a buffer-full of junk instead. Bugfix on 0.2.1.1-alpha; fixes bug 3106. - Resolve an untriggerable issue in smartlist_string_num_isin(), where if the function had ever in the future been used to check for the presence of a too-large number, it would have given an incorrect result. (Fortunately, we only used it for 16-bit values.) Fixes bug 3175; bugfix on 0.1.0.1-rc. - Be more careful about reporting the correct error from a failed connect() system call. Under some circumstances, it was possible to look at an incorrect value for errno when sending the end reason. Bugfix on 0.1.0.1-rc. - Correctly handle an "impossible" overflow cases in connection byte counting, where we write or read more than 4GB on an edge connection in a single second. Bugfix on 0.1.2.8-beta. - Avoid a double mark-for-free warning when failing to attach a transparent proxy connection. Bugfix on 0.1.2.1-alpha. Fixes bug 2279. - Correctly detect failure to allocate an OpenSSL BIO. Fixes bug 2378; found by "cypherpunks". This bug was introduced before the first Tor release, in svn commit r110. - Fix a bug in bandwidth history state parsing that could have been triggered if a future version of Tor ever changed the timing granularity at which bandwidth history is measured. Bugfix on Tor 0.1.1.11-alpha. - Add assertions to check for overflow in arguments to base32_encode() and base32_decode(); fix a signed-unsigned comparison there too. These bugs are not actually reachable in Tor, but it's good to prevent future errors too. Found by doorss. - Avoid a bogus overlapped memcpy in tor_addr_copy(). Reported by "memcpyfail". - Set target port in get_interface_address6() correctly. Bugfix on 0.1.1.4-alpha and 0.2.0.3-alpha; fixes second part of bug 2660. - Fix an impossible-to-actually-trigger buffer overflow in relay descriptor generation. Bugfix on 0.1.0.15. - Fix numerous small code-flaws found by Coverity Scan Rung 3. o Minor bugfixes (code improvements): - After we free an internal connection structure, overwrite it with a different memory value than we use for overwriting a freed internal circuit structure. Should help with debugging. Suggested by bug 1055. - If OpenSSL fails to make a duplicate of a private or public key, log an error message and try to exit cleanly. May help with debugging if bug 1209 ever remanifests. - Some options used different conventions for uppercasing of acronyms when comparing manpage and source. Fix those in favor of the manpage, as it makes sense to capitalize acronyms. - Take a first step towards making or.h smaller by splitting out function definitions for all source files in src/or/. Leave structures and defines in or.h for now. - Remove a few dead assignments during router parsing. Found by coverity. - Don't use 1-bit wide signed bit fields. Found by coverity. - Avoid signed/unsigned comparisons by making SIZE_T_CEILING unsigned. None of the cases where we did this before were wrong, but by making this change we avoid warnings. Fixes bug 2475; bugfix on 0.2.1.28. - The memarea code now uses a sentinel value at the end of each area to make sure nothing writes beyond the end of an area. This might help debug some conceivable causes of bug 930. - Always treat failure to allocate an RSA key as an unrecoverable allocation error. - Add some more defensive programming for architectures that can't handle unaligned integer accesses. We don't know of any actual bugs right now, but that's the best time to fix them. Fixes bug 1943. o Minor bugfixes (misc): - Fix a rare bug in rend_fn unit tests: we would fail a test when a randomly generated port is 0. Diagnosed by Matt Edman. Bugfix on 0.2.0.10-alpha; fixes bug 1808. - Where available, use Libevent 2.0's periodic timers so that our once-per-second cleanup code gets called even more closely to once per second than it would otherwise. Fixes bug 943. - Ignore OutboundBindAddress when connecting to localhost. Connections to localhost need to come _from_ localhost, or else local servers (like DNS and outgoing HTTP/SOCKS proxies) will often refuse to listen. - Update our OpenSSL 0.9.8l fix so that it works with OpenSSL 0.9.8m too. - If any of the v3 certs we download are unparseable, we should actually notice the failure so we don't retry indefinitely. Bugfix on 0.2.0.x; reported by "rotator". - When Tor fails to parse a descriptor of any kind, dump it to disk. Might help diagnosing bug 1051. - Make our 'torify' script more portable; if we have only one of 'torsocks' or 'tsocks' installed, don't complain to the user; and explain our warning about tsocks better. - Fix some urls in the exit notice file and make it XHTML1.1 strict compliant. Based on a patch from Christian Kujau. o Documentation changes: - Modernize the doxygen configuration file slightly. Fixes bug 2707. - Resolve all doxygen warnings except those for missing documentation. Fixes bug 2705. - Add doxygen documentation for more functions, fields, and types. - Convert the HACKING file to asciidoc, and add a few new sections to it, explaining how we use Git, how we make changelogs, and what should go in a patch. - Document the default socks host and port (127.0.0.1:9050) for tor-resolve. - Removed some unnecessary files from the source distribution. The AUTHORS file has now been merged into the people page on the website. The roadmaps and design doc can now be found in the projects directory in svn. o Deprecated and removed features (config): - Remove the torrc.complete file. It hasn't been kept up to date and users will have better luck checking out the manpage. - Remove the HSAuthorityRecordStats option that version 0 hidden service authorities could use to track statistics of overall v0 hidden service usage. - Remove the obsolete "NoPublish" option; it has been flagged as obsolete and has produced a warning since 0.1.1.18-rc. - Caches no longer download and serve v2 networkstatus documents unless FetchV2Networkstatus flag is set: these documents haven't haven't been used by clients or relays since 0.2.0.x. Resolves bug 3022. o Deprecated and removed features (controller): - The controller no longer accepts the old obsolete "addr-mappings/" or "unregistered-servers-" GETINFO values. - The EXTENDED_EVENTS and VERBOSE_NAMES controller features are now always on; using them is necessary for correct forward-compatible controllers. o Deprecated and removed features (misc): - Hidden services no longer publish version 0 descriptors, and clients do not request or use version 0 descriptors. However, the old hidden service authorities still accept and serve version 0 descriptors when contacted by older hidden services/clients. - Remove undocumented option "-F" from tor-resolve: it hasn't done anything since 0.2.1.16-rc. - Remove everything related to building the expert bundle for OS X. It has confused many users, doesn't work right on OS X 10.6, and is hard to get rid of once installed. Resolves bug 1274. - Remove support for .noconnect style addresses. Nobody was using them, and they provided another avenue for detecting Tor users via application-level web tricks. - When we fixed bug 1038 we had to put in a restriction not to send RELAY_EARLY cells on rend circuits. This was necessary as long as relays using Tor 0.2.1.3-alpha through 0.2.1.18-alpha were active. Now remove this obsolete check. Resolves bug 2081. - Remove workaround code to handle directory responses from servers that had bug 539 (they would send HTTP status 503 responses _and_ send a body too). Since only server versions before 0.2.0.16-alpha/0.1.2.19 were affected, there is no longer reason to keep the workaround in place. - Remove the old 'fuzzy time' logic. It was supposed to be used for handling calculations where we have a known amount of clock skew and an allowed amount of unknown skew. But we only used it in three places, and we never adjusted the known/unknown skew values. This is still something we might want to do someday, but if we do, we'll want to do it differently. - Remove the "--enable-iphone" option to ./configure. According to reports from Marco Bonetti, Tor builds fine without any special tweaking on recent iPhone SDK versions.- updated to upstram 0.2.1.30 Tor 0.2.1.30 fixes a variety of less critical bugs. The main other change is a slight tweak to Tor's TLS handshake that makes relays and bridges that run this new version reachable from Iran again. We don't expect this tweak will win the arms race long-term, but it buys us time until we roll out a better solution. o Major bugfixes: - Stop sending a CLOCK_SKEW controller status event whenever we fetch directory information from a relay that has a wrong clock. Instead, only inform the controller when it's a trusted authority that claims our clock is wrong. Bugfix on 0.1.2.6-alpha; fixes the rest of bug 1074. - Fix a bounds-checking error that could allow an attacker to remotely crash a directory authority. Bugfix on 0.2.1.5-alpha. Found by "piebeer". - If relays set RelayBandwidthBurst but not RelayBandwidthRate, Tor would ignore their RelayBandwidthBurst setting, potentially using more bandwidth than expected. Bugfix on 0.2.0.1-alpha. Reported by Paul Wouters. Fixes bug 2470. - Ignore and warn if the user mistakenly sets "PublishServerDescriptor hidserv" in her torrc. The 'hidserv' argument never controlled publication of hidden service descriptors. Bugfix on 0.2.0.1-alpha. o Minor features: - Adjust our TLS Diffie-Hellman parameters to match those used by Apache's mod_ssl. - Update to the February 1 2011 Maxmind GeoLite Country database. o Minor bugfixes: - Check for and reject overly long directory certificates and directory tokens before they have a chance to hit any assertions. Bugfix on 0.2.1.28. Found by "doorss". - Bring the logic that gathers routerinfos and assesses the acceptability of circuits into line. This prevents a Tor OP from getting locked in a cycle of choosing its local OR as an exit for a path (due to a .exit request) and then rejecting the circuit because its OR is not listed yet. It also prevents Tor clients from using an OR running in the same instance as an exit (due to a .exit request) if the OR does not meet the same requirements expected of an OR running elsewhere. Fixes bug 1859; bugfix on 0.1.0.1-rc. o Packaging changes: - Stop shipping the Tor specs files and development proposal documents in the tarball. They are now in a separate git repository at git://git.torproject.org/torspec.git - Do not include Git version tags as though they are SVN tags when generating a tarball from inside a repository that has switched between branches. Bugfix on 0.2.1.15-rc; fixes bug 2402.- fix bug #671821 - /var/run/tor might not exist- updated to upstream 0.2.1.29 o Major bugfixes (security): - Fix a heap overflow bug where an adversary could cause heap corruption. This bug probably allows remote code execution attacks. Reported by "debuger". Fixes CVE-2011-0427. Bugfix on 0.1.2.10-rc. - Prevent a denial-of-service attack by disallowing any zlib-compressed data whose compression factor is implausibly high. Fixes part of bug 2324; reported by "doorss". - Zero out a few more keys in memory before freeing them. Fixes bug 2384 and part of bug 2385. These key instances found by "cypherpunks", based on Andrew Case's report about being able to find sensitive data in Tor's memory space if you have enough permissions. Bugfix on 0.0.2pre9. o Major bugfixes (crashes): - Prevent calls to Libevent from inside Libevent log handlers. This had potential to cause a nasty set of crashes, especially if running Libevent with debug logging enabled, and running Tor with a controller watching for low-severity log messages. Bugfix on 0.1.0.2-rc. Fixes bug 2190. - Add a check for SIZE_T_MAX to tor_realloc() to try to avoid underflow errors there too. Fixes the other part of bug 2324. - Fix a bug where we would assert if we ever had a cached-descriptors.new file (or another file read directly into memory) of exactly SIZE_T_CEILING bytes. Fixes bug 2326; bugfix on 0.2.1.25. Found by doorss. - Fix some potential asserts and parsing issues with grossly malformed router caches. Fixes bug 2352; bugfix on Tor 0.2.1.27. Found by doorss. o Minor bugfixes (other): - Fix a bug with handling misformed replies to reverse DNS lookup requests in DNSPort. Bugfix on Tor 0.2.0.1-alpha. Related to a bug reported by doorss. - Fix compilation on mingw when a pthreads compatibility library has been installed. (We don't want to use it, so we shouldn't be including pthread.h.) Fixes bug 2313; bugfix on 0.1.0.1-rc. - Fix a bug where we would declare that we had run out of virtual addresses when the address space was only half-exhausted. Bugfix on 0.1.2.1-alpha. - Correctly handle the case where AutomapHostsOnResolve is set but no virtual addresses are available. Fixes bug 2328; bugfix on 0.1.2.1-alpha. Bug found by doorss. - Correctly handle wrapping around when we run out of virtual address space. Found by cypherpunks, bugfix on 0.2.0.5-alpha. o Minor features: - Update to the January 1 2011 Maxmind GeoLite Country database. - Introduce output size checks on all of our decryption functions. o Build changes: - Tor does not build packages correctly with Automake 1.6 and earlier; added a check to Makefile.am to make sure that we're building with Automake 1.7 or later. - The 0.2.1.28 tarball was missing src/common/OpenBSD_malloc_Linux.c because we built it with a too-old version of automake. Thus that release broke ./configure --enable-openbsd-malloc, which is popular among really fast exit relays on Linux.- updated to upstream 0.2.1.28 - Major bugfixes: - Fix a remotely exploitable bug that could be used to crash instances of Tor remotely by overflowing on the heap. Remote-code execution hasn't been confirmed, but can't be ruled out. Everyone should upgrade. Bugfix on the 0.1.1 series and later. - Directory authority changes: - Change IP address and ports for gabelmoo (v3 directory authority). - Minor features: - Update to the December 1 2010 Maxmind GeoLite Country database.- updated to upstream 0.2.1.27- %ghost the pid file so /var/run can be mounted tmpfs - require logrotate- updated to upstream 0.2.1.26- updated to upstream 0.2.1.25- new upstream version (0.2.1.24)- remove debug_package macro to make it build- new upstream version (0.2.1.22)/bin/sh/bin/sh/bin/sh/bin/shobs-power8-07 1553511854  !"#$%&'()*+,-0.3.4.11-lp150.22.10.3.4.11-lp150.22.10.3.4.11-lp150.22.1 tortortortorrctorrc.minimaltorrc.sampletortor-gencerttor-resolvetorctltorifytor.servicetor.confrctortorChangeLogHACKINGCodingStandards.mdCodingStandardsRust.mdFuzzing.mdGettingStarted.mdGettingStartedRust.mdHelpfulTools.mdHowToReview.mdModule.mdREADME.1st.mdReleasingTor.mdTracing.mdWritingTests.mdREADMEtor-gencert.htmltor-resolve.htmltor.htmltorify.htmltorLICENSEtor-gencert.1.gztor-resolve.1.gztor.1.gztorify.1.gztorgeoipgeoip6tortor/etc/logrotate.d//etc/sysconfig/SuSEfirewall2.d/services//etc//etc/tor//usr/bin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/tor//usr/share/doc/packages/tor/HACKING//usr/share/licenses//usr/share/licenses/tor//usr/share/man/man1//usr/share//usr/share/tor//var/lib//var/log/-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:9819/openSUSE_Leap_15.0_Update_ports/298a30242f750c67c76bc56567faa8bd-tor.openSUSE_Leap_15.0_Updatedrpmxz5ppc64le-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=96cf9abb9944cb7a47ab9baa2aad5d835157337a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=1e8f2677ecc18a3b18c0566a9f2fd169d925bc2b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=30125ada7839ae067621223e0498741f11546922, strippedPOSIX shell script, ASCII text executableUTF-8 Unicode textC source, UTF-8 Unicode textC source, ASCII textHTML document, ASCII text, with CRLF line terminatorsXML 1.0 document, ASCII text, with very long lines, with CRLF line terminatorstroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#$ RRRRRRR R RRRRR RRRRR RRRR R RRRR RR RRR RRR RRT4]0otorsocksutf-82fca691cf51c337ece3563126187f60928c1a5b4868cdaf935767e72ae843148?p7zXZ !t/Q]"k%j|q<= -\~ZP) ͻ^p{ߘdDfL6i857/cN7Fͅꕃ}?7tK$Rcg&C?/z,OIGLD8Xh}6d RLh[S.}cy<*{zV囑|>}VHϝViaklW-;X( $@3c"齆ޑ5M'K4n|}aW;82yr-1+Qlw e$JDWS̻q}Lrh@xԮHTqaܻBrjZ6JH[vD C(T%.\, ǘ 9a@aP7py% BDnSᤉXh$7,vuz]DN N/f%Sx{tc4rZb%nViG4CYoAA XNyǘ/m<Ӄ"Cs!=j:%*Wƪ$ [p pM,͝ N6f14ښDQ$2FEgS|Etc5#oa['܄3(*͟YQXQp "TV*zcؕDNIbÌ3kx9CZ'Ǒiix} ]ƎniRJp)zi,C8Iҭ9ue~lӛj{t1ZxcӦ-w@˜tC 5pmA= *¢!{tJW^ѿ. rD"$}2TP9p!$ճ|6^F]*#Xɶ_:c쌕HĊA5@:)}K:3P^޼dqgt8A;g ypywL򶖥Ea؈xB{R[cxD~1q.rAMr33&Y1gtӝ;>}˦9)nMNz GҬVVMr0 ^i?` ( 'JV5r2rtPKHg9ȇ@!ev.恋.68sIdȞS59Zh.gN2/{m 2gIPP#D%JxoAD1Wx :E;v q"(2E^ˇkx.b+b-ȑ!AZx/Z'2L9?6sф$ɨ0m* 'wc,2LIk<ԎSS=(WTG/ 1N 8m֑Z7cU0"JF͂\YC`7zWfO錛}4ګYH"f}Rh\'NȽU?QE;Z&g1_P_]Mސm5%;޿ӓzbu9~əZ?&?J2@܉xYu:NRxp];IOQNy2)fC`QtȤeC'4h|t$ vf[ ]m–-ژJ]B/O1H{}7]ef@$}p5M1mZ{Q³9b n= j?UϓuW78nwѹ6uC26Ab -(L D(𪡎"jbNE$КT5LUk+ŽnȢ]2{=X3:2!ćxJ6$Ij&mƬdz[5N(³"]PAAISp8UmLQ":d$Hwy:~}f(e%Ce3kV}Af\Ģjxo\S8D*0i1mFf̔k2{m~ю(2>]%^1ac N0>lԞ{&BETc }w7Rd Bw'fjLP~~dd9? ^W5#8)4FF,xh}fOm ?cjOZh~^pq(Gk|Մ$C>(7zE͘;znr%e7 ׽q+zlqI!T!#*O261.ĩ7oP'?/a)ڢޚ@ن?GzWwSS*}92{v}vύtrhsvqⴾRyCK}z#5ּp fna >Ɠg:ր> @䇷F~O}>Na*Y]zaF>h)a~i%EchL>#Y;=%>Ed*"4nAV /`/&@aZ0i]?ɲhZ Um76x*;'~O4 L삕W8uMSK ס=Yƽ"T΍耜6(rpVt,~x}_cGw_[80r3-hb7묾V:̖߻YIMuDNKRd& ɾ8΋/;(|X`jTuy.J+6v&1NN dZt聲Js?H(Fwl+JSR8Oΐc"s5 I,l[˕Dhn˽SdqhP>O*pQ~{G]Zjr!S4pmͶwP;3;`}4N`Gk'BZely/w/<>r`nׇr! @d0yx¿ƊVz=iA}'m]暩?\uZ?)-ÞwGBs)l\N!m!-_kI5b?y4F#%bM_;>X=]:ДVEeU"A-oK!ZHޣPZ,F<)z0g51{z|ŸS Ғ= nCs~FK(hBW 'yO Wozl(E4 Ma]= HL p_W.9kMY Lc?>%rCs笼E^\7_V1Gm n{Ic^,ޘob*Td j[afjrm ] 6)'CSvn ѨIY|wuc_t#e4+Ϥw7;2{'h9RGq͘ĂV$,zNʓXY0()+їdkGn&bf ڋ%օf 0-zT@1JjEj044m}R`X@[q]`MҥBRW^j4?-@񏙔ta;OŚniEH]Y[ǜ˨|]8?cr}Ln%͜: Q k~7plQ}#&m| . W%KVh0qD/ >^nMJ~%Ŕ(pU$#w(Fd f nD8 ;]HYh@AiҧmϿtܰTOJ $OF̱7;Z;,EUuk݇5~|.duݧ] !r2=T9OiCGaLlB݋-L// GLlB}ӮbMki#q 3qLX7Cnwq7ߓ}jV'3=DōaYXXPu} |n͔[cG \^X.G[ I鶂lm,8Id7h$<0tȇdc!ETAQ y2vkZ!j9E*+j**O(+-)=Kɏz 53A.SS_c[O _{ۭv(<991Q:2BX'MwKV1T}?aKG",&:9܀qն¹хZQ! SW;ۗYI%[J?U $ ͋O}:Fri,>Ĕzǒ#GaۇFl}vjSq dr :zV{|~Gc +|Sq~ o3 aVvbfê/iɡ燮Y/=3>ڽ%i(O/2=[YӉ_̢ H^E}vxGk]]UdRH!&.(v=:P{=ia$^MN\s 7~M/ܠNL@(C8®s\ܳJϒl4(T22Q3Ddԡ(#SY(r`%&kOI4 $Eӑ0EG+OI _aB|M=-3qٗIvɘuu@D8&y.#SkK~ahE,}E~BYŠhT>[n#+{NKV̺$jm(Zܻ/Bl$*x9lKPC 'Jl B7&ӑ+a1  p5kA(Vw#1~{M눼j*ɴ=r.J9=q*CW Oxao%R3#ْi &' \JVKFJ9W݇v\i[?ZS?N{Q `|'ȡR;dpya$Oi9!}KoGP -"Y jRtSAL<5!TV`ׂFAELȵe DBc)M57V;0Yu90Iy@6WlQz%K~Uy]<0K hUF۹E ̨VnEʟ9#;N?gP~Y*E %(~ *fv/JfI|홒^>onXI5@Gy}KO5a9Pš-nW$M mr͂r{"hֳ:;$ yݐ`$lP)TźYW6m1B6tq"[QAk,z6nFcHּJCSz/W6aѝݶ]$k}TN7Ǘ6JZr$)/iQ1+%,n7舝,m@! ԑ Nq6Z|Ah| M"-|jrXgܒ ym FNJyOAp5sz'sw%kN͈oՏ!8mp!]L%#PI j]DX"6!E~H2cѿ b#55ƶ>-a|ESrjo:jL#veE˜n}V&O=z73m/C{Jo6"hPؓ^:6 3ҵ'k/[-\=͝ +rw|}^4ndD#cCv"i#oLK~M`ec(`,\&sV@)NWbsuc_ oCTn"D>mzZKQTLq,U30;ajO($a+: 5=NY6@=dy_x8 ]IP]_fOgƒ$Iȡ\>ύf:#-SZ{GhKMQCvM-DLŹKM9E{R'/yixE@/sf8r{Oi tLh-\}am_o|'i䒹 '0~#?|vm`-K9~%i\ TĨ1\ݪߓOMpC܀fz;D@J+O:U[tL$gipn#*ߧP06##e!^JT {څ¾.Ko!hܸ.,a8lʓ{G k7/{&Pq{NmgsF:w9i<=xEM\!T,8Wz<?l+) F59J kicw,&9 l- g{Ba~rb̑1ѩ}X+tGNɁĈ #^N7d٦k&uQNdbU bЗ1ADxgJa$ 7yפܲBynR l|Y4H^N@K1r!۾jW;I6$$-NA`uy錁dolYur*|LchgRr*4?HL Mq -Ad?\y/O3cH(ur>%20]GeeUZ Q0GAP?J3y${nT@;d`ga @4նa.SbK5+ᣢ}k8o"vSuدv;\XF5*wzrss1<r "nS~-ԐxUO@2S~K-0+ (ζY(sV<3K6PЁ%QN ǙۃgpZ x8 b߾ 7m<}T %'' r^RrF: m}qӆ7>!|;CBP,Z" 4FޕD+{U 7"lS.b Ys#׊y=b|XA# 1socl18 pFb.0rCuAHf\ ; ;Vsr49q] ?w:oF3]"am O )]5 jq'X3 }+ jyd#ʰ Ъ(T`ȃ;;ymNb`DCDIױW6N p = 3 ^bڊOƎԒS mgue-<@<QU! AHS얭rx_QU+(ma%mLYKg-JNgtd[<:SRU`!y~(:: 4 Km2;H_l=$ѩ0Po;"i,Qi,r٪e4!~B[mˌs^|Nu*f=E}·itK-ˀsڪ%Xy klmbNsw,,CHG[ }TCܨ=% \,; U%Ts0Aj)j g˔@R1q=؆Ko$b3H~S:ջO0ԏ0 ^6s}l3\@a7JwMPN:h "b$qcng+ 1C; 8(%#7 E.7;G Z.}O"GS2QU+>/bDxy7g_('fexON"i) >u6.uS]\C6 "o|yIk>&S/.3SU ȼR!|0"Yh&rcˡP? p 9*ӝRNrjgw{`)o}eiMLȬ>vϥ5٦*d!J@p&`"OѼz^׿DbL:7ʓV&;8e,nKvRti݉ґ^/' L Af5`0e"z hpbQ>FEtozlT6nmU< (qJWo'R^L9h$V|(DX *o>6t&V1AtAAg' SvCZܛ1 ZEQ+чԢpWh)_Z e$;iaC.$V eͨq)LwmFC,54)@&γNR1S~<݇ӂoqG@=}~w9#S$W7lol&H` pEN$^+aJhK+1GX"tڥhc,'At{UsF}-ط0 LI[;WQbupMM<4hC]wQҐA#14Ƅwb͎:H*6m >.FH f8+a@9[ߍ0Hn=׭LV,lF~<л/o8#B^>8!d4d/tS޶sGQ-o[f 5ʩ-}¬Q]7y!`ua\vܲv?!يJhI<:!jɘ')vjW{۸5v|Y"P~>Ms`Xhg~l",!7Yծ4>lR/IM JΟf) hdXJUv[;T~t/TNT̛pHcE8ͱ57'kNH*VE542 KDHhx# L;`Cz=^uu&P35JE#TVfnFC\ 7ݚ޺jT |;x5JoNJ:Rt#YNF'e݈D8tDXSzz䟃@5 Rn݃jрsm# ФxAsax'tBd 4cPOZu-CVId3 Qbj+3u6XEt;x3KJx$wR7r\|`sul%ɹ#68+d)d-+˻x |Z]̐2,Ԁl96;`>)|ܱhcj=Q[`K)k)Ϙ}8#z^mPՒ \J$3yP꬐6)TКi?̫pw>\ٽ; :D&}TYsuE~wb$%^Pぷ/XsgxȠE\-$0?7m;Pu[o2a:UY3Q>()C$ F@s $[=wcb`8"n¥xWh}:a/N)3O/|NuVnb>$`ϗ>?4\&;ki祰dK &HtCM{U:oJWOHX* n]F%RsXf_=EFdBu#PEd4PۂpOl}y""1<z_.o0"N(A9JP²?_Cԝ3/k"0%2פ=1# 1ξڋaa7`%0M֣N|=[Pyi ~-Hye^o'%. ss¦,S'>hK۶>c=b #8%EҐ,Pl:WB4$}&P[_E1 d.NRQ,_y3Q؁"Fh.*f{l=8=TAδRטvڝj gf1hDi izE0O8G{ZR9[:@תe6|{8*B9W=ژgϳݏ X5SMfQ H)1=2GJUQC=:Ё%yUéR4kݤ !- xͶT'_W3I(d4+O){.?"1dm3{eՋ|H&μ6qSP<)!0ĎU i#!Ʈ9ήӸUk xY@)蜹ܓzm0]fvޓ,c`zDWѸUX9/!A>.a^&k{G? nYjO1I}w p7r_XP:=u. )i]ܜD282Poƫ~v˥\+^s/#)ZUN6GI_;X=oY)!4 7ODna#ƃ>}cALjʣ𓍾O]Z4Q3&5צ s[ʍnw)~ptQg -Pmaڋ?3PuVŒ(vvm;߲Cu_dhY yQMG!Nܸͩ}e(l}퍶4m.9e܁K\lp!֚t/ е BMbQpz![݂mb|mrHhEU?5ؠub"#r $ξC] -3]|D̻H./w>m.D}>Z Tpnuol:긥}) Bc<svɓ.}I0=]rleIm8]!#T i oX> N(*C/ i[3vnIDfb=a+n Hߞx!go͖OTn%f^, [ͺ(h7'P+zn6应Z;éwbD853v= DK?eAnro$r,51y0(T֐JVNmSGmA: Q$ia~m!W*b꯷gu1N^~ _!QǔùS{7o,UJ|!SV$v/e^?rP'Ȣ 4  )wqX">DCT WI%}׳4$DA+f>=u3 >'[M6HIцko KoRzˡ 7@i%ciEgUB!eK ޢ`N CzwO>L4u^YM꼉^ vUzLfs{jmCZQGI]#CBFCU6d[=hTTn*Ȣ߷~\@GeG ~Z5'?oq'Ūdò] sk10>׈XbMgiֆEkyģ],Nd _ hG`'?C'L{` 눢  (۟@ӳijˊ^qatoqȩMM$Ԛ~9rfdER/ʀ_>KZ"ތ$M%B‥Oiɖ>~vGWyI—o||-O놐?`MoC3,-AY"lYD\P^N8HlvZz4mI&ٖow(beD2[>R:QB\])ǯPkrn=Hk/})G #-GCFpިEVz ~ `HiOg{Z]eIߟuME5čFU<9 DX~Ό\_GxM E mQJa4Lz"Z_F%mT@ Uzq[1O(ҍ$4YjNJ}/o6Ev̮Q#\kxy=[͝Opp Ƈ#߸ YD4w姦F?6Š *uDӉ!XoW)ۯZG6%= }L:|5D*6e;?SF؁;*c{{'1BBav5ӖXdMp`Oܢ :4Qؠ }U*5?k>a|"ler{߹w>(=\̳ͬ:9W-|0JwЄW2\ $[%,  i'H3s䬓 &pATL)zhJsAiv Y6{ttux9vږ[в >Q1 cI E.-M٭x_XM{RH{oG['B^z~s~Yп'k8X0c} 8OO5} #j"8ʟ) 8vN0Q}G4%Gg2bŬ=pHc%˪G';坤%$駾+H pƮ%+Iιǽ`QZ6e^Хvڱ+Owwqn[؛pQL 1{x?xikѕJ`.OX%9al5(opZDQy7t٣G Ej"̚ |Ӥm4~i00 (š9r{X!OQUb<8 ʯkxvSCxjvs; B"omy=JFv_9 UoV DDdے#yVXFqJ+'1@)*aE$)F-,b3M*]ds(eZ,d \wC~ x@xίoLp+ڠ$^+.iK)4zTu % %]vjUG1-W>^':,>7*Z/уȞUȽOqv`L"4Xs~&ֻ0, ,JIo&c\111StT ӱX{%qϢJbSԼt5ZTwNZ+o<]{fڕ^>$Ϟzdwn^=/VQ̈́;urԺ,S\cTx~Ad?#>.)S+瞓U`Clҫc|MHIti"a9 0v^|(  Rl5M$3;".J<#m)5f}Tb7Q7Bv]cr {22Qn)L2;sCC2LQAryF˼ : dĮ;heI:4$f8`5"F{]Ta (}7霁UYhdyrk7x.O ܗ*)qu˭O:&wu,u׃G=>EYv"H;05Wճ˄ 8:̽F1\̙2Fɓ)Yt)Ba)ph}-gc Suaҕ+kkX$ gEk]Y]b*0Jk+=R.ߧiyQr7x؂VWI!=_qJ״ލHVi4ĝgn46פIld^-Wǒpo8N8eٯBCun7k.5fp?Bnmՙ_ {@;%jPP|WYjX g Cu'0]{0Rf\փKTbʚl3O)r}ݨTJ=6>Cɝc z3#膑Mh o vѾ 3k.;KcKN|وj\.PzŽR鼮BGpvqbKwU I!}1+цվ:O/H*-^ٸB/@j%NʥiP4) uAn9<8:;XR:Z20 :h2Q@;;݅x^lcW~\2\At$2 Am $O&q[ ?jyӾѾKo,f"e-#k⧗m(E&3mӑ54b7zgJ^h$s5DB^(4y|4ʽ? xؐ hB^=49Y`*60/K}oR>KhOGCn, R?h]M -U|?1}-~qR\YsqՉ,̆>J`ML'MZFlRy>i*͎0]oy$%+>%9ٚWZ!/CւO4`>BP՗O<_ 5ٚ+kEh@kuiY=BZW3sU+ЕSv3<*AKXKJ6t!Y%qW̢mӭx4k#ӯ#\ƮH8R&߬v˾AONLh"#$4v8ep+e x|8pcge>7P<1_ "cSz7$# EIw0sdv˦A? g+u'V a?5G+`y,iٚWHmm^dhuwQ&rZͮ|Z:v;%b M9`a/'zCի-dcfbM'2Jv}!*{ ߽V -fgSLZ2|Mҏ|XmG6DCR r难߂+ OL'nk$P_+\qzSְp7MjU/eò01pi=č,E!d%?T@~ɑ=|)X hKmjT|. *kT9ʮUu 4X+EQTe]lʎ]D2IOs2x b߸#1{tfn$;ƙ15A !M[>/㌅ΧV{V!. ֿ襟 i\;Rz\FWʩmBYW2nd)dLix}(<5= U ¡ťF] jy\ īzxZ +bkvm| Ry4CdV@֗ߴ1ݪs4_* 8I9o%esOb~]#eVNZ ?5 [O5S)Lo)ɻ $+=޸4aAxt 5 pu(1@?JoBtQF}c~A7?~M;ywp_^w=wp TSBb`/&Cs J gg*25tYױW17jla_"}J|Џ}spбqe!j⅊mУtRP&B]đ'fZ+؏T/vU_)x 5 NE$ǶkMqky:ڧ7QD4fa %R5Xշ+gC. z,M+qan%/2e*bZ;m03BNWgm%]Uw(7 x) aiA8\ԚS~9B3J/4  Ӗsͥp}t;^X]WLS^,Lm'K^e`)i {i%YEDKޅs= rg$xA` k.w~A[xYSy'腇śю pbfUP\JXFVnf Ӆa3]ΰYM" "` e#5LHD=w\g-X%M^<ōߩ6 gp|q/W#V _w-/bbHB+E%GW 8~ tX7<=ݿ~RX'ɽ nkT9O0χ훭2U@q#g!J4X+EGSRx:'woXrbE[SH 9*ODN.SO;vĎ|Z{.tgE< ώ l7Շo6ϬmU(f e+Kj!*1k_!l#4bnkgLS""]; 5E# q cœ pg1v¯?޺*3)V2Ѭ9?}~nNHU 1,6kBDq49P`CJTɮW {RtjZJ?g 46jkDƭm^[ ؗM`*~Q^؄Aj> RV{DY,Hņd~< FwG [φؐWh^ Nhrc>*,ƒz7b0n?xߙ~lB#xDdV˫E_Ő!I-\ɉFtBfSBRԁ11Cxp~y+q0grpLyeZ*e9B 4)Ut\rg97'طP`mė3BԶ:|u%E|vC`ǐTS AqlLXG+q|,_[U5KAr+o [;XխwdmtrU$;ŚwhNHf`QodBѶrdG["LRShō-{77d̐D/Q*JƵ99k[4{(["DB '$Y gEϲC9&HnUuKV ( &@䰆p9py< dv9c#-;VYґ 5d`R)0DOCHpl`3[VM2:C6lW& nl&Qoz՜JܧAZ~!ɷ؛G0ibtkn'Ѹ ZYa̅h^LD s'|.  L|}9Z+P5<-]M(VMkxIU *PNw4r=0~ƧII/g< v¾W`z5K| a QG {z?2볛AV9N+Ȉm KT|rJw dEWAK@Ӆq\$`P1M+[b乆˵-9Ta U$gͺ v9hA"VQ~{K,"x`q+am Qdt4WXj(d-ֽ%ǫ!K9c9-*$, sMDqD߇ƚerm4rA~}/˸q.vF.ʻI)3 hՒoϘ3y,+87N$ŸZ߷ 8Į<{!$eXI?Tݲ/~_~J#ck2x>w˺{TRޔRZT:Tα1tY_4[ںZ/j-0Sc|ߣ (N\{L ? (rIlKԡ6F"&(S /66Y(v- ZN1^]tm72Ӻa'΋0Е2m:kem: .;7=5o~ƭ>&.)| '|:.y8D<] v>Z׼AW43Nui{&ʼn7R#G4zx}oxdTbW&+M - A7d."_LѨEw6 Ֆ:cfkϡV%uÓ޺_L^6̻٦Û;\&fz*4~I}#<>NdKm Eyc}]鶋Ged?<80Uys #N&/zN(0\y֡17y1j0EV; P|Y7n p1=34SmKWa724 }!7wQZCe^gr[ V'ߦqPbHZu49rۘyFb:6ӶymS#{Ӝ8H:@6{NT54M8s\ &fKM* .2a Twjy{6GF@~>\mWFOKIrx.ؗt<;"NC~Xf+ljwJt[GꊪV%mS ȝ -Xzڽ+j~z'iFrBGs A.IUh.5pE\Ƙ쭸 0c5r} [UuύlwE.h>yWP uPy^u(]2nc; =o{Y۫}v_^ˣūje"kĺ,HeS۾qj!&#n39)aHD;ΐ5},VGc⓼-CesI[; MtFcmƯ| D&|*12 + t/_dsE,S`in([t %[I:D⣜YETp*(26N'&L3D#W|hSwZ&\KRo!KE$Zh YSEQStg1m7BTTLɁV[,FYJmui\)Qum_v=]~*g;1/bP@~&LGr޼+I +båJHTŚ$6]tȳ|ٺs1LE'n]BҞĚp{̱CVJU_S&A3%kr3M!)~ ٿ;LOĴu?)=K%h?(NR

}0/0uݮle~og1+mV4gټpkX0`:_lf::D0~jȠ@ZdfIçV N lH gwnfܧҢ-wCϺZ DkdR>> q*4p?@Jaa_tsM[P-uNNh|1ڞdSBՒ0kC,Owsbd< J.al8Bt =|'Ͽ*`g@{FdzJ[U\?`|:FH r2H8k2gnHRQ<Ճ<̧C3,e)htX$j%Vlhh,P{WFr]C^G9w{˼|ۖ5mGp*$(g*g^1g6yh! CPҶ2HHbW &е bPm]Bƀ'a #]ñB<='?XŶHo.ucow0gx"-Bɬ$>Ty@-=S?x] E\ebl=jCT>h$u8w _ncVjnPOXw v&#W^Z'@~vϖw6BJM J'?x0W9qs&)/y7<U%wpfftփVvOs՝`DXBsX )$9_ %oSD I:1IBRGs(i} u —XdEhQddAwkB|eQۗ[=mʮ`>j1d^DNHZjh9.!tsOE*eL:1̬R-IELr:q? :M_@TT2J1QGM!OV鑇06:p]pe+OU|OEgx-DG~Zy ū,6:ܫO67+<)@B6D Z3_/XBW'n;uծ'޽19Ժ%c Fo8YYW+xT/z.8ZiHDZ2-Ӫx V \ [`xvGW uϨ3{|MT`PtWok_EkEèX.ѿ IXBt薯ݥp WlҕWqVeN(Tf`XűQ"Va v!L)m- N$NWc.2dceZj_R5юE$| T[NJ~dBkӯHN\ƼYϢIE?P'Gk\& Ry)N/lEDiut ;${@}> ؚ"%%hXáȵ ~^ӑ܌9eVwXG.I}薤"bPYp.u н}QQUǓJ7f8Kyty˃%Y]-:qdD ;.%(|V>9]V T!^ͣ嫫] FiGi#.HR$"r[ tz2##E;HB{:Qi;# w*1ܻJrdAqGf4e.J[PI])/| |"'I@3T㒅 r#U%ptNzN= 'FkU_bA۠Yϴ{ethMQaxwhE\!,aiTe76eiX!_*,ӵ.[4yܺOc.VMP8s1rQzB*3^i@'.sMlz博 y?߄EV'|@c s a@[K21z:?q9p:Ro blOMU=})ǃ\ _;4Կf |8rstc:!Aʆ%mdZyn/j+c2` ]Cu1 (J/Bs|2}@xk9t<_9M3TL Æha5- řKZcPw,мCZ_o y%~3PfE`LC4p٣Rl*JC[*|4 O 2;FJ_'dg|':.h6jsF;暪_!.kLO2wެJ78 +0iCB.q\bIqd I-MO)@sSC gE腌a{ ?4L\UsH(i) 98HA/- y]Dn2lyk $z:觓0T] )-G8͵._8+* K@BleVn$l 9L~SsS6PRy>fK1;tݱ蘕ݲ[$YA3zZAa Lzۈ|jtYj^yc|6mȶlsva}Xխ*ߗ,%\c@P im08 b)LQ5`ٴN XO醞}-t9C`h%ExY[ sJ}eWr1Ub[{ve'4ĐM bz+k=˶qͼo/MysX;2m _ A*, 3̢@9n'{5[EFSĆ/hњ:۸-2h'hNC DQrR([w)`I$Gp/ri8p"\(ӟg ڸ '̌ӰY/HC ҅=ټ2Q]od  tAU*w"Qו? ˳WHQmy]&φ, ^E>!WG[Dٽp{ߴέ39q'l0H2Dϝ|mTXp#0s S!"&A=|m8=lIH'0Gqn.e˩\rvUT{;#?C#>d!Z*.iiv2 wVhj^nZPe-g2Cz<HJ ˏ hЂgLոWMItiH9 ͮ{5}W( ňjj Ylar[ۊ"jo+egGcÑܜ]~X%+W,K{o`[5R Qߒ)~&2T]jA\j}# μ:̟k}JT̋id܉<,s.; u/9AF %E4_LQ8_4c nkZ{Y6 bEO'|/B1ީ//uZ-OnF*Y^Icqav bz.UFq4zi'2t(\TToi8ނBE#tȷxQV[zܤWesVQ*+^6bڔnz.G0QAP#UZ4fW_)k1w!A&A"ohYf0"|%C>4[uP^h@H\voh'B v!~pFiBKʔ{@>ؠ=PXeE\Jy&^RN?vw@Fdlr4$EM$jg&)C&z*k7)8jN0zF_2 ~Ȍ~QYt;l~ŷO  x`\IPG/I0Ɨ`ҤPmߗwv]8XB2Oď{-Tj`6y/wPH[ \;peKB랍.5>-D+szA뻩>Z i 7`H-^,Dc$~TR$p{Dsq",EHAЀ1}&QN %/vQ|n.AiJF>y7k,ѩq{*PtC9fGض'K\¬foвP@ !˷hqjP+6XyߩBFXXFJ!=z(',+3,מKR2YGGA h:L 5 CŧŪ3)sYFԼ{cfңÒBe[{R0EhBIVET1ib/]IBM#!WT.XٴFN~NyF?e8. l3y·iqdS]NUA*[&Ek<*YGC5F*dQ񒢱ՕS~G@[Np^Rj<۽IU*kx4W-(fJ۬fg \^"^YKӤH1={'nĜQjiMWK Zi4B4|[)I8-q\}RIvmdI~]g`*P=Fצ0+C}I#lGvcOldE5J;y >]d/H1m@q&RHaƝVBgWһ;xZNI(FռPc&0aʖ>%Cگh= k] .$kٝ(8r*puS'OrjeAb2IAVrIQYbMZh3AT=hu$EX~O4+PF[L O腓@eN~W;yXMy"Ҁ7$G]6\>_ɋ /"q1OՀz=g8 dG!']ԅuM`4L=$?3z 8)ȣ6K?mD"ȪV쀚/ ("wsv7vΦEEOBYR*^ ==*r\@MͅQ[}+߂G#c.DÑRO*MTl!Y jy [0I8ct4(k*_)|wO>cg.J Rٯ2ʌ&>$] 9!7yάg24ZX'<|6 z\ي"4'f,vɃۭbxar'%%Ӂ K5`$Aě^1EE i72E}}Rt0r\:w9.5df$+? 0mft=]x{= \@/_GX\^;F!fN+dF#:<"OU>vBQz&)2 }bQkFXJ_Nv-r #w_\hTڎ;Yj$8a!;ML>"WD҈b6rDBnn!PMԚ&,KH q\4/l ,G#zf۬!,| e99b g{ѵ%$zU%T,NΘ,GGK*J{fsLCN`2xu?ԥ?ePu4H Mm0o`T6v9ԍAӔ5Y=i)mP%z|p7#su\4Nɽ=i>hZc[@>:>XEX\_`8m(Q'M39|qb !C gd#c1QN;5RV##4ONXB ~erSNA^sDx!OZO&8_UN1Q=k-z5ɨdL.b= !S]yWM(yR3V0 iI`Z6jF f|`m ѿʻStDi~I ēLFR?hz˼&(-]9;JYFSc,kB͠k*9'/ H3d? fׅRÝsJD*e`G#J3tl_6qLy1/ȷԃ uacb,h D;sN:UAц6@A9$&Z)9-^@srLoMb/ 3 'כ|u+Z{i;!MEOOF&麛M䮿@w |w"T66D/: WGE'GlۋJ2H,T"f#G%K/QNy ļE@@kRCj(X{@"׮+g[x|~9D[eUJ!Z$`vΫ"1m{ahNߞ=2M'a:FinpE`E_X17MM#Iy{e髪Pֱ(bem~7`1|ujkVԍefzuʘb ;g֮ fc]3*lټ;%Y؃#{r+&D ӡu!0|P*k}75c޾g#]bU@l=F!p'P,mi!)uCIV[I2o3X%KI;^8v7uZةWK^[ ~51`i]A۶- *A:.0:'#=+lmw- t%,3 x P(-n61/1`ja8.Հǝe!*i4 V%$p:vPgE [inЇEH=!wt/hGOPbi;D<f")d}\?Ґ9BnQـzGۨh~Ȭe*cOzdamCk>:](Pd2H&+S|+q<{_Ͳut]Z2u4oG}"meMk#e?Guzqt_*S|,Eӓ9):֕/ ,:j;Q[![4L̡_!gJiW!b4owGk MS06.#;{91} 0kIDd _췍 zGcQ/ji2`T*tvd^4'y'ȇCYFNH=Pp|Yݭ`-%рp̍jIOx0p#\-<: AJ/cx-pPn:GcY2·^h۟"axh'frJĕ&e&^v_}.p5d1"iŶ`{3CFH?V9J1ۺ\#ckWp7`lApڧMĕaޡuEoAubҳ% Mh!QEvT7ĐktxxU; 3)6F킬x53TOlг+&Ԇ_*# 9\xi>7DҝpĂF lLT(T 'A ѵQ"x`Hr-d*^¾ihxzC!)SQxB9+/Xg-˶?KopXkU^# ?E>i\vea"ʛZ-8P-J_m}浄 (ݓP@7#nhƤT5mi%fs KGW 8p9]?/V5PKM BI(tgY1 C` JwWzlXԘ/AK֣+jcˊMG;hKP"~\_3ug*r_G|82|C|Ws?]CGcJM|[-PO KWPuW9M4:% ,H)ˣ!ԝJksɫ_xr~"A {χI」FzJM?D~VDZ>y?X"#@ LC9Dak{>1gg'\W=6'0}| S+Rщaj+3qxJ78PhDo=^ }E6x~*|AT ۬1:@*{7~ (3 a+ک\x>R7, O0Z[Y!5Ҩmn*ЦxJ}2{:ι[@fو%TWt%0 Y@|I_)B:Y$/˭+m8Y║=aJʻ'Dl9ECqWawƱHhxΠķՎ[1NĿ13_F 5kyv6]xMakm{E g*<_/hŃg^tignwqIAoo5SyR[(j1ǵnqv=o;W! Qe<>a~mvl2U60!+b/"D^h"DQh;ރN4+Cʝ9 *EJ,=G<.J;W|(_׃G+Pȧ**Үw: Ey^А xeRdEL{gN&-jCn3\v\ǯ %3 41xҥVX䛪ɐ;8ډ`Fog(=) :Ȯ5۽Ւ\N֪`KɃQh@\"EFAW|_æuĩReVTi:xcnU1:}uMT= '/vwCBo8u?YzЉ0G?N!ø'x jyw#szFђeRr!ēL%-"S +$('Hzʸ|O¸c ;!y?{3x%Nˊ/kDq Qā154;< ,w̚XuP43Ejj:(33K^ZXc{K[? = gύ`Z 6>F [* G6rU.L&(bJްк+|ѠB 2J; Ȕ(Siv9>CӌdGJ׫|{Bu0!}vu,余VRF:u/ &َ0Rɮ#=7==["/%gv  1+}R>!P3w*{=8}Eh|n5q_o3K}iN:e/ Yl@xBc,c)& lYn#մq'IꏊҬb^R)isv8Me{U%JZԭCMmۢ(h:3y̆ m>9bT=-;剾rB}_5Őh2ggAWR5WMo1 Lԝh`l{'z7ypV-SHhPja\w&j~+r3N8u%B}Jl"Av>OU5h6]DblS_p  F @CJOIJ A6oI%^+L5722 Ή~DĖIМD~`4 lF9Фk'-X}cb!s͘yH}N2*OwF:AQM5A]j'䰆,dT54JrsvyA1d+vXu}`YiD".+f.gGrBhxRdLD6%xuO'Q9 xLrdͧcs%iSƇ酶xbr(J}hԨŊ`j#=8ce㣒cRe,A(_o4>u$&ioZKAh~T#sǂ Өl؛IXa@κ9wTr9(VC hOn~1ZAo$}n=>c1>R~ j~axMFQ)23sn{@f[1|t o}Jk1kL.޾a !DgBksO݌ {!A50;qO[g[~Ι_BnYeNq ;2@ALi ӰV} \ffKӹĔvJꐦD}eb3Ÿ܌&V"{S/`TP|泎щqR U(^gsxf G1f?%KYIsbnW< K p?[ۢ[baSV. IXB~>֖'_©QYtDQ֑*%.L4R۟F'ۋAeK_ (JW# h ƙ|9ljNX6,J˜e$vuNyRvZZ a \nju FG4{5{ NJ~T*j6=g+U.%= УIS`>R)Ovlj2rbw:k+qRA6T9[ɞO+ځ)qhLإg]aSk^w;pC9x'55̎> $tSu;qm?i)u5r3,y6ڮ2#jqm'%.. ɯ `-L;CH <v!^̑e$;Tz.T8I?^t3F176s_)u-21* k|L$V?qMia[eRS¶!vI TSf|skjT>A,sQCjkFHoEgyI=+PԴ= 6RK.̓nZ+uCOz)}LNvgXgWlx K;7vQ&">ւauBO,xmt-yv}460;y@T+>z@0xLg!%rU&`vxPLJuAHf[c'TMJg߰|=UQҚ#jU\wp}C1\/c/gX#4*TPqǒ&!RqԞw"+%YXӦ2A2a[0 6ijSлB詥7n>Sn4oɹ!L{j{?ߑR2t}iP;eH:']`uп]Y='pu@> :ڪ7@{_S)0Z6 '^ZWcvMVj6C h) gUS6W !.k6Z~ -q;3gϫG0/k%R}n$wA%CS= $.#,7SQY"roBnHk.XJ5ޑGF5 EU~9uy'k8RK|+vW^/!>U`/=d xpwBGA`|\gn0x'iF#j(lRJkC5=mCQIOӔ`<*Bfl \H=ɗ@#m# ϖ:*ݘ;c d1fFHcS)f/s#;ONiTc ] :ID+e9*|=l G^όqU;XK]BYdG[aEt;C WGn'&צ ̹cu)+9|{_e1-!C ƽp'I%3)q8QFf51 9:sHcF%HCu]8- BYVI3J~Ycϥ yvNܠP]2EQ+\.oc*rw%Bم 螠T-[몖HR̘h@+sk1McИdvZ~2ln2˛XBoE,2C/|,1M~vg9'Q ՜|IbzФ\kMAv"Nm2l= h@=>fkJ[ݡ3j/<+ſśmf`bi2M|n8 {'jA. غOŝt{–]D:mS ԫ+ʵiqpfbPH Fp':l"|h&sE J9)_"~ڙhM ^ڠy.gʡyH,SӧwT< G+GSR੽(n'LjGG^ i\*=İ|ؿ}&wL'iB&l|<\ONQ-!̡/N#Qk"6b#( )Op;7 n! by%ݚEe7Gjs 6RB6U +BFM<8oC&66Xw9Ƅ³c&4B緶q(MSؼx@ny ̓5+?,y$R4hHn|y,:Smoqg#"~;HuZNAt8qb"0ӢYwօ֙}:Lo|*V2v\*Puu*)ۮI#%t{] JoJ̵jH3"P>Ri0\!&x "7yЯv6 oUލҚ#ݨhIG1A*bHwpsty]_3!n%$R xvO>춲k`ݭ %;~dԣ"/tk)c)%ng qw_,!6H? &מ*3ǔB&!Wp->ЉtuJ:RV<"x oF!9aRaKy?E 7>-ـ7aoѱldƞ68I,'>#¼\#9h^CHLksE.b@qTߧJzW{KpA.d TԫE_ȶ>\tf+h8I; 1{" 5NhPc S2"CYlsiSszSATIJv1 'PaVJӫYjYf&F숒f)"`tBم~ZBit$F&Fƒt)2UOݵZbm'jm:ӿtdxN߸&(R}IC;N{2o*XVzq!a[xZGmG>20eRR¢sHxNx8^7wg\LD,tJ:99ϧ\]@eeer a}yIEUSWGEQEmV,\jhvy*08eɢCLh&Zsxfc1z8jɔU-k\$#!5ГۛVcxވ$Q_yG k= #Fv4{9sh]7%WE_5.=+ϵ&f%y;O0xبt o2ę{N~p\1٘ঽ|نu\XX֥tRL~N/Wgm0|W fCMC;>&IQB5,v<5!] n3dwn[7d8;o[B\Z_XB1 dm=CL+~9;=Q!Ⱦì)'V (Uoa_b-ual Nd<jzd{iF$?ƛڳx@J۷S1No&&טll>yٚ&0ŽQHSq,:AJoKP.n߬! zz:f D(P;?p`'l<{hqjF4醻35|\ & :[ 4_-;P*7NI5uBNjh{vIX1xS̔OdNӋ JGdPy긃V57 peR%U۸4Ǥ4HQ3bu?ùK/%2Z,ebj Ssc }$ŻJbRw<{g+jx#==5)w:ؿvGțԴKw0C~>VvKmߒ4o h^λ=1Vt"+h6eov!,2wGYt.r[{`q >}hfuo?%XcYdB|]'Z%|Ic͍D5;3^X` d . Ӝl>}B~EevlNsՄE1 |RtsJG:Np7#NBߴkї~RA=D3hW| $ovʒ@[(WFj1Եp!s9N M9)>@"O HHZE fuJN7ye߾pPIL#;sjL7(};u7xa4o#bfp1f1Y˯#yUCsATqD}v+.}ƚd7)aosYL`)dD*Fo]Lm_(G)dnbrOӳQNW-b(s7= uX*)2S@ƥIfE7\qw-{}0:q5M QMVXюI8Y&K GLW/x![pbRpɔ 1uQ.RϡjC0o7Jc3iimPݡ:4A0yfJK?Ϫ\]L"q^,{&B?|^&pR۹Oy:=s]pݓs:$\.]ɀ?MhrQż?wJlo!O.q ,3vw҂vhTXW3U`e"rF#XDž=: ><~n"KreԚ6tiq֫GFوWvk:"uY>T]=ЇwCZߣcABog㺚@M9bi(?pDupQM̭doc$`?\,>j|XҧŚ!*dw7-њ%7SbI38-K~VEFP'؈8p2.8OR`?EӰ/^^FP0S6t;IG=S43oz&눑i%Ʈi>T=AКPVoWL# 纬%?<=J iɍE|?8(&Pin_?}҉܊U@FL)|0dd~׸094]eSY[PPKb:\UY+d L2?BIb3UE Jpv"o)_=l/=gU8'8V6oN"˓b5Wbs/=gl)LJejO9ׄYdMDOz};CkF,@x?OfewWuұtg4`J :څHstb8VxIbtJtp֯bD\C^rE |ZY ݀.@ b$;"dZR"bZ𨏅y{Sv/2G]Xmuf[sthп{OdJqDE9`($yջJ&lM9t3{SG?SPq/~UWsV=S<ի/+cӼʍ2q-`<%R$GO|V27*cU2Ť׎,=kJé!V qOwʵ?sEiZ$H{-+ȼV~XFLUF^5sߏk5V4]}!*!e|ʅt9ACW!,VCm>|) fmբw;?@C*0CӺ©?"D{fZpV8ya/`Bݫ 쒢\H7@fOJ(]?Tp@_y4O3} ~0A(򻞣 >E)ar+?%%,@HNΆ}i0{ф̠;SW.tā *X3qJІe.kdQN"䨪Q,D~vHC!/2&)k\ lDF0芧1x{InŖYsoY[Bpd˘73qerL&'ůr/rCXͻW Śh^ >P^?#z@WT*Sbr~gG~5,I~B6ݥ6mO+QC(y t}vIZ gI\}&-|3KS}"x{e`߲QX; E+ZKq˘nr QmLK۟sf/R\: gEH%7HI") vO䰃ANEfYa~ۅ0ZֻFcg OkJRUFژVӶ[Pޏ\_BL0E4/1ງ22fXStoNGu9ltr >ꔒV!kr*Uy߭rx.Tn`aq;aKvہhtPW+nCz1{-9x;[>o X44H}11̘x/#a93crL$/#mvi9̠nI?Ʃ!3 IوII% H Q26=bxC e;~o9(c ";36;yq껮U-oHN0Pql;9+]=e7U}Fo$eI$o 1D~ HאFUteQK ղ-AG}&"<%/%ww2x[ZS4A>x)jm D!Jh#:""8[53Y~.õÛԮwD++}tP;聲+w%GkO|">gqMn},ـ5"ۮmP Y4:)4+̰bS%@a%,`_fKN$ _;M$6`%fk.bp8\8y3 :_kOw@n*DZZdS`jʾqOq&!1\ rwm|j 4̅%^5l 98rɝpFvq, uDL ȍLmO"J+Jڭ1lAČi[iiƲ! B*R pg*fs@IN"hp;Lʆt`'cJ)9W7T h;ș؁G n+cC{G x+h ݙ[ʶu0ebr6߼ZJ;06di}ÁJX/y^hᅊuAY>N^l~s`yt5?pP_q8cݰ8"8('FF|q'C"sT?7Rg㥠KRICDhZCk=vhkgY, C>3 6B!X92ԠqȮob#bUpxaDцҫI D]Ҡj9$C~\Kh灦Lv[t!lL6Laen#jIc&bxLkp1 U;PV' EbD`Ru^ #,%X3.lMMm;мU{S|͞="X>7V.o.sDK ,0X5D28Gt֝s {DA+gó!=<F} KOTŌ'DƦC`nokRh_D&:Rs}>?J1|6O$ g+j:ռ65<.dygarNeb`Eקi`uZe}=wy9Lg>4 K`P%"%1ٓqWeLj,Ըk#k( ՞'*¿H)7)vU?)(/J4K( +n.25=aOK% oX lue_$(9K24/;?rI8c;G@ݼ~ʦh?EE8c s"6UF^>BqMȌZ{U$)ԯ 32kgTb;z[lo_+2@%Mxh1%lx#lXD )7 5H*œAlI r,, x *-6i|WEŚHM#Z 2lGQcDFA-3?uDŽ_r9;ZLG6eDj3?/O ^ &ghz.N0AN:-PRv3h|煶`qzvwE!D>!b\K;B6G?ᗚXHLjUH3|v&2a"ZNN+=&g iR[=O`Lw@Or hH'¬[㢓`!5%ί; -Dcn?af7pё~`?Q; /woެ?^[uɎ>s1h͠CYNkel= E=hv.4R֚uCMo1'H.VL "1|l Q4~ YpbϙT&l9fj"EO NȋRp S\ĕд6d5XMՓ$۟Xzf[_ƴ*edL!閘^}^OjnƤVC5MxZX˰Z&4)"2E?of<_D-l \Bدt$t |57<铦1/JDɴ[+L=c7XІzOR6e@% /J&c&p8xE 1Xcg+_)ZVr7.YKÝIK9)xt k۽ ImxtpH,J e2ϳh~#d%^.jksPRlE b7FO_y1)jWNjHXT% zcWf`j)>w-Eܻ?l?OceU4[IHz b3ai}KvZ: J'Ycg3.4"<_xC(#;STGu(GF>x!ڨ2?RP{ |\2R`G)Jņ,qd >D{|4k':ނqYӋUcasC3Guspr zw B[ YKpX#5m&Tel A$^Lqq9~y` TOBK֬<%{8@@gגs`hhE:(7W@5 rjĒ3J; c7Ug˶6Gjo,L[JWƎug@Ť|phS$)l3jABAi/)d|Y-91-vD2Sș$r{.a0t%3IQRZ 20ҙz FY#Mo1WbZpE}Ė݉J)ĀpX'k{<3;WB۰hc-,ҮY7C1o@lcLfg{QĘj1!RoޠP o;DxQ6~f) pjCF܁k˘)5A%*5NQMqˎؑOKi-(wweU踥U`6΢62kWF-Bc.:}!uHOOKdOj+5/g8%Fr7RG 5̞~XT/p$~‹K7NEu\|6KJTevuJW (Ο_ںfY>=!WV%I}"~+:[^wvB>U8D tߦǴ;+1ϓ[#xxDF@BAB a'ɱ9k+M[g)W08~ёt7iy~mDE Y xxaZn!< ZAc0i,?!75ju|вz%(&qpuU+R0Ѻ $J[Ղo&o6JHF0B.)]Ɓ-O# vexP0*hNqsڼG`}DEEN,}s5,;)Mvx*:}/X&$wh0݋)0a9hg^"VOgj_܆mUA@gÝVѵP+*srW iPwB,i G"a"$:$wB.gMSꩮ㱳Gԣbs~yD9:V|m&ta1*ԤZZԁ %q=F#.# pغ1?MR]V1fOpV:¼lWެ5/o5Ʊ]}Zz5HRDVdZcT?χt;ѩTItU[_}jkN'dM”U.h8-~vy0C jY|XT.&g'@$61B6, omh^.YKsq3<;ܨyGOْ0Q4~J1@GvOvz\ZQ{֫B!gVٷX0C, bfcTD\7"V4FL ;dσiv䕓fb0BxAs [дu*fn|[Cɥ<3_4;ז*%EX-г/$IvJɵ 6o'Was_)LLhsT=5*j 6 * WĢ_`gCZk0Fh ,b9h'+߿4+کF} Hf9x$0Ra_Dm&Y` wTn$iA>iy+drx-pPy)G?>"Ƣ?Ud(T e[\ktxr ͈U N$GI=1jG+oa{#JN)~P$qh2>.ts~oy].@|%0Ar¬]ux"L|vdc-X>*L#hж̛NqLD边ypz]i$ẌB. U)jF9eGK\Vrwo R3ئ)xpɜNYsr[rV/vw H) y6:XqK0EC[uѦlka,B3D dde&43w XPrJ9c0-v)il٨C2~^>&/ǒDj( Qߦ 8eɄ):siDEv/'D4 H8Ն6Be8 M%tg[)XU.$-lL;$}ݢpvN\TC`:W_%oL0CFÏl0l"~jLY[c0E-=¢ۗƈ ' db 7xhxdNۚަMSej-j jw0C#eo6 1CiWt(C3d%~ȓo[WU`pa5@G@3 %!>ߚ Y)؏)!_+[|B΍f'o@;м,tWm!e0ݱD_C6ŤF'L %9SD4$ vq 姒§a`cJmڒ{ Ɔ+R#S,QkWtv8soDjtL6jn]DT3d,BA`=Q9-wo>hXCFQ ,ڝ2-\]zN<GԂ}IQJ0*Mg=Cx,ŏl=b*X&#5ϳ«^MogX"ـlװE7jsD0!djBoܡuQrcD{G?fU4 D*dU.55h_i+jlZL~'g8ɡ<-mXOBLF[Q/9bSbME-"'fwopgKB%pNv G=EfSJ,73KMh!MAL'^8\xP 0^FsFz;Us>J#?ӭ |'kRz?Zzpm~;"Eዊ i QOx=F|,/\,g2r#|{9a1 Z~~)H·3h2J^y\<ĔwʜIʩLcWaϯحƚwi lWrrnzdvßACE1b2h10mH-vA xg --R1 uG&p~MߥmM9ggl-ٷ UUوL'0]eBzP`pӚ C'*V~,x:ZHٜ6F͗/t۰4eVٵ=7\G?Tױ2"lëbQDf@3!*Hɢ'0ŠTHnVvT"% _`.} !*'uh;~2kn0zlgi[b1"KBiaj u}cYffTbž`(j T:{Y> P(P> oW< p~ٱfuji~+9k+=^*3Ob XQJ>I^IMCZth`޾j=P< _Coh$=m8' ٸkU?Sӻԯvrh;I!$ ~ծB(r̄^2{" 09=hO>]Hgm?oGu9VSuq_::T gip^Äz;Wdotˉ`+Qn&Z& nѨ$AG`vM !IǖX/A0eO]_M s͠Y왒Yfb+]!A%^HokG{Q4|OzlDxz* XKT"=93镃oȽdzn$Xfg>wu7M-t kۯx|[}[EI //X]+:I2 !bT!> rFFt{{Nwus&5DTTy=~&eݧwk>]ʉ#Uz"VQr 95z98k ᤹JH c|t"@6;[mlΡUT`H{=z[4 ]>C <,s lR!3f O. ,1ٷ;uˑ^P8L/}ϷLϗF`*5Ӥmpbvmwlݫ_D/;׀"Now!Di l`YAyAn42BN,L( 3Nr{wJ-KSn>?qxJ1zlUYڼax>8~L22sT:tc<(Tm skg%2!2fm2tSu5,b>,Z+li^.1O\<Q髳j٭,JXp+T]-+H2^! h gVh}#=>@$k ;Jeq,K__oʬ Rtr6@ڂ T_Ձ$k7{D,X (`i pf":45 Pn \F BɃC9xU+,!)LI͜y!E:z}9v7̻Y))fSj]zѸpj5A<÷WOEA\bf#"\T/Ls߹Uٜ}9{tվÛo;n”yƈVsQa<{82fEQ|drά . S3AG8K-h.n7[kkձ/ p^f؜Bx8zCKXU򱕎&:&4`k (uT!8Ls <1o\U`_’A<ڱ#;=-r"*a t== ě HTW^HfK;̔R$4 Io܋iVE|:ؚ̐YN$&ջRcN@ؕE<}rz}u9siTc= DPlDAp$pf# ugh|)Lt8 b(g=v;Cp.vGůԿd}Mڏ{;zBrv€%)b:9Ȱ@] .%--,"FùiAjJ"˵c",Td!l7~)KWāE{#3LUh 2jz_1cDk&0_lz~0DmۛlbD|mp˭g]9Xqn'5~cH..'> ]˸۫\@+rɜw<~u$=gJ:ڕMOF[$6G!.z#Ӌ[}ݣn -min: TGFk 0VByA(pB^dw}ƅ/ 64G_ [>i5d#sEC2xA)@_ŭ2WQǝqaMw/0a͑$]  <1>yx ,𑟠=@@ iNa&D(AN= Dͷ\aa=_{)^;[֐6z]Fͷy었xwawa|7| 8*ΟFOa>ۡ >+7>A=am|yyb:#F06 &`c `ٌ;*{a`exco`oh|\!ăywyܪ4=z;.2Ϗ|}hFy(C>u9>d )省4[]E2Xqe'*4 VC!ôqh? M,x32٘uYZṵ-NN(2 KR\e |jS!۱.+VYp]'$R(mozְ`D 1{Vg|sRuwa-HvV Y-  6ȁko31Z pg\n0'.61Xbʜ+ƝW6Ga`Gz09t/b=>kGSW-F͙xsKV=WPk9ʐQH@(M0sΖ.fϙ4Mf.KR7?-n!la/VU @ z h*hNeȡ H\\+b3WUm(,bH*_~}n׌N~hw&\EIO/py4v MՃƮ W/R<=#A>`>V~2¯mjؿÀ|:o+F| l1خ0p3t@w>(!wz djT$Jk7x©UC&/D;+dRieÈ/nRѕҀ<+M.W8U<@՚W`Y4.z^e N-Wk<tpJ8Nx[DyE $2e, 4 BWeR/aHw*-VU$@۸VUah-Ɖ!x}l:Saէ/:17۞N/cR9RӷJdž`7ૡ8R(†>Wx<0E ODc Jz\]9}u#X ]L}un.e M!Yne Q}񔁡/SG;1Z"T(RoRH"…5T)9lcv*uju6vB"F*ԍjVK gկ@ % dN1Cǰ ^,9HԴ.x6"4ă?[g^ m = 4'd|V F8fqzu%YAqE_kh6%5y-OPRvǎ֫B ݀Ul6uv{uGˆ]Gt>>T=4F'c967*v3VbZYVxb;ddW'NL,TÛ p]E>Iq&kP܏nI[ud $! E҈cgةB1 Fk.|{<,"ys|0⃉|\<UbZc9琥6X1(czt&7Ԁ\mL|0oT_U"qil( ̤B;Ƀv"R VZC&KVmU^"@U諡 PV`VJ,.Jj+H+Qb8kwP:3`+ܼ`bQ@pʂn=*iA⥊d鳳_nY˼F l~WW>X/!ݎ+aup}Q(!]~;zSJrs=$l@'Z+yѦǒz&/4+GRijjAxtl f{@MW&2Ց$j%Ȣ(R\YD|%BȍF9@3o㝇e0Ҝcg;e la羷]h橷o&N$GiŽ S:]WXu %y~:wiӵjQh+\%`O @^r $&5s=Kv+6)}o.@)m+od)\Rt&evCɭ oݝ@p\"9p,S5 €sT4ayr]fs5|SUCD (iIG}vIV bU Db*lmm U5)Ciٵa׿wm!:*tS EX]?1ImlDq߳݇=p)qp,>=MrUw!Rv~[Y;[Rd$8 `~$Dpc=tbn^ۧlvEcmAoYYӞg<+76vm wv.f]\d%[xvk<*Zx-z5] "=Sފ= @qEAMOnP`*DAzw V[e}9kwُ?L8 _: b=hTOMn "P?ɋ׶Sh-33F@ϦLZbm{ݚ "F 2 # qP:i#qKC|RMrl!I$2-.&f .U|xΌV0\MAga@Mb.h;h"@7`FKj\W؜.E A&eJ4: $;XY.b&D6B0!Qi4ؓ"mJJ$IvfȚLp19IP VZIz+E?*]MfkblKQFpˋ ōTX$@Z/SJ0`7 z 8:peNʺl6d4͙{ @]j֫g2C= :DD(B@RӬXf;Rn`KA*ɵL/rgdP2`*VRKRX7s$̒$Æ}ẹY㲺v?$ ^^YWRN֎Ήt\MRP=hI RR()"N "Mmei)))h[cPj.AHNd\a a")բ5^)wwkFYʓyT9ԁ:K"d,G*zC$յ;,TV?k0q;RQEEb(2(EV*ȱF"Wj=LQʈ" !G`$!dvL`M$Eq"(I6*(=yJI*@$U#!cJPD`*X&~Y'IF茈fe@0AwJ}=?F|, i|(4X-8^%O2])9L(`I2Tn.7Hjʛkcpw1 [}.*NeH 8<[f:Nl@*'* ࣥiQC"":G҄8D/@P0{&3H؍VLjpbѤ*T"(%@v:g FQQTbn tHFeWtP)ت"&TA8AV5Tόs/%zwy'KLGr$J>v5*ҳgM,=?|_N!Ptg13Zmی .܄Q#TU*QW+p]O∢=O$@DYITA۴aRM@Qn("5@:"6 I#=T}*;l1iRpq+ q. M*ȁBX]7x}KV l4!Șǚ hA'@ޠnQXE^tmb&Ff $ (y@U ݛپT.^dW*2_py!A4[ΖgʻP\CsarE2µz&l+ivs;|X5#cmnQAQ?ZgR2" &.F>B'|)NZ8oni>f*(n1azL=*75i21.=3%}8eKlm2gSWT`\ d&5q@Mqb{) :" V;No9l#~C~ypo%Q#̌ D!(DbutYo:sj1]gMl&(  r J җp'}fU>MhCF2ClwiVF-c4ۄhTAD0aZ 2\Qv4z!6;P\< Wq@*02SMBɤAצ;h0AG"Qj 89kT"&0;yIYTހ C7m'ewlYyS޷<4  ULlC:Ziӣ9hZI: n8x3?buלT9!`΂>%Ԃ?ǙjZdH< Dw5rpI՛ro2wMUߪw/'d ZCUG5̴n, %Ez^6FDXBALyÅ8a&lp@ Yp~ *UҰ~ Dd 1" $iKE0FVȴ7w8[5^4\r]Spk32v5%=#E .Mm$ԓF#o"5^,vdFX G9F=>}o]?3>}dTEz`!"=] |M. ] ^*&4U_i[QMӻX@ i@ \LB*-E P*w`(=,DPJ Q1 T$ P$aA]P@I@$EVAT Qj Q{ ۈAt6ShEL =TxA3oJCƀR@dY[|RADh H*H(y?3TaM]G _e[_U4b&xAMdmZ Q5U[ˤdɂ\G |魼0R"#pᵠH$9&b(bPP$ِQSt" TPyE9G_HqPPS?medYUAFU; <~s<mD"H ?/训2 $;@$B@PB$ I:, "$ # I` HvyaÙU$!@I *g_O峺<c@tҠQ k 'uEH@Yw1 Dџ %ẹvD6Id,cB`;hupJ _D5*m*tq#+ԏ=B]w>non/H׻U@zM`)%: ~跒'"acG=TLzVzůlVk""tPb (%d@'۶5JUB*YAQ(,%gd̐LRz\[!l0_#6|T6dp DV-;cYniIR "0HYXm'ʯ&}Ч.cT)KIV!etTۮNXʇ.!`J.s`zUޟW#:;`OxAF ,XQY(ȷݥg}"*,Q*kD(5X4?|>{-oZqu}9XrcQKhjRQUEDEVDTrEem*D`-?+9>`t 9'ĈE$L[\%@q n> T{=k`o਽0  ":EC^<;{_.htonwW&3!0d I[g[US mH=*DA@bP\PzȹZo/__;3MéʦQiX>Ӑ.9D9Cq8 SR"v-EAQ_3+ayҢ'4Hfm@ x_!~ eDDNjE758QG "(MALW&}û#6%'9ݹ&s}9}OWOꥆ2Q ]xKXCZ:Ooz}0#?g#EIaf,UeDJ#D, v4M 4f,F (UXe+D,PTEXmhm%Ze78쁴XG)P;-L߮d$$i' `,QBJ E,T )XXVAdH AIHQVdA@[;/4T tɊі1`bLkJ,ĕQȤ$Q f֤Z֫ Ȣʐbm.0݀rfP7BV lАP/PČy yZiM%r,3}AvSktYaAbUd2`MLգXVrCL&6dJ0 2tȈ3Zɭ]oS{8oƿ`q[ d 4uJR,Paj$ dY6BhbЬkk E}Շli5onw[꘢! @$DTU*KX,_*1\E+2QE'1Jw;-qbca+%CVQ#EQUf( 1' snÁ{m99t)r"!Ŋ)&"<:؀B92rvIſ7ǵlu[_k"?OxpPN!܊(ހ>{Ov,YD"DY YQV2 HEXH,aPb(ddDG>:/끯WAng&-7-Ѓ;8| fˆ_bw3t~qpw{E= gNQACNrkkc[2[:Ö̸c#$/y}M;X "`/Y8ƪO D BIDž;M'm̉X%3[RGw\&G0͒ʁQpc#^"teN:IW4;;O.43iHWaV 'IhF0XMhHnbQEDD0C%!(((QDB[X[HV)v6+7cqcVZֺ[hʢ:5-EQ5a`DTcjlȥ-&-l*(c5TִkYA8GVi"+X*FlI[R`F,"X,EY PZM@њtRʑn 1A@X +$~#O37əRЮ5㉌XQ4F,"ŀTED *֋YDc",AH}Ԭ $!BFs3wz^":**2sxX$]C|nаc ꛰8|ϡd>T^7iJ k"opw{k 7fƦw>-k*TQc̲_^#ZLO%xK =-o%U7E9Hw&d-Q6ݗ걓."hH"p``Ɗ {:S}e7So666cClnsJNVT+c9pBuMlQ@UmСEm7ZƌviyT|eaJɖ*V߸҉hZ$1zvm51]B/k>|KB~5t];r i]5FO+P9V2(HQU8Eq+[N&liB -,QQEl%;wk)Z­VVITDA_Vc1`FEEb( +EPUF (QHX**`#$F1UV+D`ێ* xuqՖ&5PR%F"(bESQ(HB4hU dfZDCO~*.Tт|D9U"QqNq]ýzE9Wj.;hG\b͊4MR h@;9A:VI^EA S=_K=0ժcqޛ};O*LJ$Lj}]E@`(DDEEXb**UV""Q5=,-޻7`.T[tDxT8H)9}Ȋ *7¼} AWބ[NdhL%ZaDcCM0eu`U;.ˆP; hil%l ,QQ`"F(3Ǘ69cETI?wٽݣ|L}) xO>mdjLDQ7F⿊~𾡟RyLU3)s+ B,HIUFHEV,m ,HDQQ )#Wr`(,"*4R Ue⪀!XTR[TBD48M>#fp=Y>dS}J\<MMou5o~MgMʾ>,l[+~4!dpUg.?hTvJDd$ID/ş6k dc?59:KLT h#zyO7 I2ƀ"EX"# )9;u`fwiY* _ʤ:Yt`+!檽|Ub>Q&; b@ ҁ:ʷ¡Ɋhah}<Q3}C=0J_8P6 7\F,WXWS!wWDuvYp m'#U Ua@#]S7XusUNU#=n.>^n_^ΨtӘ4`DvˣfW<;ě"x _ʏ~Y*#Edd,$#u]S:X.i@u}o&Lɀ*A^3+V7t#30ŝo,37.+(!2s,sA>5Ŝu;[R ^͂&9 T%zޤ 튁Z<^ڻsEATEV,$QEUQHfB"(1`ۯoAAAbȌFXqîgCrodž͕ga`]P(Qm;"96/B[v(EX*OK!&$@/}co7|ț&6UeG&,6 Fe="HAFw.ከ UFHi* lDT8OȵzF3TB "26°PUZ+Ta)Q(P4TEBDA-6lYnV\$dޣ"'6'#&'&(- ٺݜ>_Y/ǃ^YItgC]t\Ď}#nlsgY2R%ṳ\g/c(((*`E "()b,w5}v`R;?y?4>4_hLa"Y,P2aLf$, O11W0lrgYըJ1>7|տ)읝Z2W+1Z1VBgfkM*x1<>g6" St9l94.oss2'c1l v\t9 C0ШR}+ aǽ]672PbE tRCsfl / m֚jZokLߧF=r\pX mkTkbV6E J`*h4s3. mE*J},UUškd=nCG}__{9z OA`QQ-|k6>`Dv͓=5NW;k]5 ol5zBC߽nX)  H_@Qߥ*}4*(/0;8ncECJl5k7lwXFՅy/MrFnNKr |sy \uM@\!):tz 5^/|Nl{9t<~UʝyJ<^yyh{>YQjFtA^]yA *"vPEb]fk̩roƳsMaE8MФXEb ("*ܡ3mc5c:H &e,x̊Q&8Pf.WB, XrL)U[% Z[TDECAK.JU(2tS}H)Q8NDBc vq)+6k8e,Eɛ`QI(5Y",^"X1Tf0["u7`jcJ"%emK ,6bCq1),Tk{cXmM4`F( b*DR)*ňĊ"`V",Q`U#k )PUV)^Ŭ: F_^vY,e)v7ƌaS8tɴAEy۾%%-"-os[tiHa2*q"61MUZ]]vmW{0ȑA{h)`ǵm[N]|Q]ĸKvTm.sEysW?kYnS< 6=Wzt'bP4%DvJ (&TVfkF"H  T" ZYPJU Ͳ6MWkM_iV,Yv<Ѭ1X'$ח^F6_p猉} x`#+6j)F1GǏ쿛/=:}|=7_%~-ԩu4O1Z"qXMdktCs*%ɱ1.Z_7AjH~ "}95PFuҤo/tW!یr62fN բQU!m`UEDPAU 2X,UEb1QF*"6ʢU1H" ((,EUbb 1 )U(UYX~ f`T]biEV.MNU!*Tysj5cU[~@\s*ֵr Bpև;92CAVEEQcUFdR *ITbV *0#,p2J(R12&* ,0)ZHrdyŀbbEX.ZoNHif%VnR~m>][q[`V/?oT vo V"8V9j6ZAd~;DRTmUX1gw)bAUAHAҲ1QEH0EU0X*ETb*c6J" `(Tc"DMѝo՗4TZ]+ E$SZ .ms#DӆqMц>vW e$2="wza l:NVSZgI: ( $ io//70*ӻz}o[$dB! FEPbT@QQEAADQRUUF1"$PF"TUb$AV `(#V*,QH"E*3,(F"0F0F*TDQEUEb?>~Ϸv4T Dj6dm^agUS啋 v0mY /IyR]0*u1O4~,HEX U,T-";>g~k6wȂH !XE " (` HH"Ϣ'W|Ȁn+oOAӾ<$< C4rdimbE݈BЪiR["\Q\ss37ϴͥwZ-eaZԶ1(,bZTQ"$R0XXDY#TKh(EQQQDD#DUU"E8L˖fu]+F #0B\ۈث@?_J@9F@ 79;Β@E IًlVv!ս.ݲe ÿ!NN~\hSm-ʝ<IHE$(EX,BII< NGziirvF-u{!~Nnl2 ^ANki=(! r侱} ?(q>PHFA%Kd00b"YG,,j +|1ȂEe"2"C-( "AXc* IX+ 0EaR"EPP1 1 $c+IAPA" "UX" E*F U",* A#*0F PQD @BI$W_['4_gNEuY<֣K>-|gCf:e]-yB> X\zWqIq AwƋ|nlc3NhN2 Pfp9m:kYd%^T~)cg&F&jnׄarqrkܯݵ<&a͂fyiBέ+SOjQKtx \}dFȅQCÈfH9ms͛ɦvolonn>q0Z ׵O H)+*Oq\u5FqG{5 -@*&L?8߻kI"Y}/ZŌGOI;x~F MP$ը; eHĴ Ƞ?".օ PWJsD-h (D@ 4Ͽ|Vq b( xtFABghA`Q8BP;"*L8T i>׼At"! HNd2=W ," ;[ZkQB!'鰐(/E]Vʇk"琠 l^ȼ"/j/" MqL^ :찹 R!i D6b  DUʞ,Vcu}[van0kg4ezdh̖|QbFYA/Wyv q~ȑӴ3$D}8< Fwh^ɜB1pD$UDIPT8I]\ c$40HM. WXe`)XPI;$M$d96e܇zcR _}*E{E8?y2*M Uv@hHCXL6{YB*'dWBq |2PZֲV1[0@$:jNhTD $dUEC.z䎐g6ȆRi&hZ2*d- b5 HBʆ0ԇ4$nY+ AJP*U("TT9 ^ #(I[d$!TPA8m q@* "Dh!!:t`jBIiDUBtEpaN1EJ^鎱$PHurzSU$6@!h2)<ʶ~֛G8]1'QJD2r;{" >Miv0"RYL\48PzcShrX!86 |obB(] Qk&pDözݓ}H9)"E!Vqpvj-*"d](] )(o:EBA)xIhABb,TMi۽jc9:lMZu$:$ԀlutߞnM4ZU qPH b#bB*(p0`i90:v Dvv qP䱖Z $Q Τ @j%чV{!JunrU/$q$ϯu@!0dsc:uSYQMHbʍMP@MlQ2gXj )4Uf^bDqrkR D.D+TU[iAE?*Z2&:!( b)"7@A  +v0 ܰY#Zx(E &RA 4"$X߿]hmXsIɀBun쁤QTD_@|16 D( Jք]0PkZN%d"s^[knF]L5⳪JspS2 xTT ꊈ80ϣp5&es]8" 3 j@"rczXCЇFOsH ْ$GG$oλ U$\DYyG D#;ȠqkPIRHCt %zEt/'Yc*ҡBBU*D\0DF()y*Q8q?B*lyǤPOYL0OK*:I>7BO@!@# 5ÛN]((!t3 X("e1UxB@Gt)BLPwvE"$"D҉U>: ! $`H($ h(%Z#@cDdA 8)DD@P#! "H*b*l"7J j Nt{<(PDŽ*)È(QTڐAWN"wQs)"B"@()m PKDD:""qDph OVYEDD"")tT:ZH*Q DEtȊ"ǀe ITOhb2 "tA Š." 4QUQ 'AdQ$\@@yfu< [Un H2+"`QD;p>m߂~f~(3L* =2(jDJAϊ)hh*"ڏFo j"xqAML:@ ETI6B(X*E $"I$ 9S@E=tU[VE;rH>,PEE_@}|0D!#$##DPF0TDj(EE@ >T1bzM [ȵTWU8UdRH  (рPj2`XP!dPSWR*ImK"Ȋ`7XPx<[@HH> xqUO]G@3(}:#=, Q$A!WJA"B ȊHl2x<[8Yc1EEEA^*E.؁Ɉ(2,I 9A7Ƀ͊tcDUpJ(E "M"H`j= Tb#tPG=d?*%gǶFG]B]ʒ$UO3$*O"B*DVDC^74Ù n)h B!"2D7҂?`$QaC{R, DAPh#SQ ȪrY zSxQE'DVʁ&(A J@Â8@j! !Py*jsu8шEP$I@.flj  w`ؔ@xHMUn|8d!T=ԪIT9}!ߟ=yXR`F  o(V9Ys/~.衺+f &3@"OBHLE`*Igsz$N;ߌ<_Y5ѿ܆!ډ0-KF} =&fo7ެz6C0wKOk߭O\G͜^4X gs"u}s;-sstf8HvW}>$o% ҰC$ՠeu Elc4e=O̖Fnc]cu'gʵy[P9N%`[F |@[N9sM!J#i$c(&HY]i|qQTEDZ\?<4[nXd^3 #xB)^]&Oe((i*F=na9c#pV4ۈd$InP6qa񧅆ùN.wC caϥ!׌F*Ms^In|a0 =W<ab9a$+z9q r-A;G[[V;irͩDmY"]"TA&2FAL7!}yoZWuv|^1˩rCZA w!'fuX=*$_8؎)[q=MD@ Х,Д^D070b[Gi,2Ƭ+\[a"ƫ}N xAlI,A P5 ,uY!%EX"" wkl^SرYyl c(L :( %uJ7L6A\VŅ4Lh~5U ;vIq<:)DQG+9ĽԛZc q:Ӛ3n/S :/ vLIJ9g1@;qY?CWiEqCq6`nd6y&D v3l*(x/WukYm8#@vDԢ |Rvt.gW]39*b%GcѢ~MKjnO,U^Tּᙉh1YWԭ0{7 (YBg L R{%tx. zcv9)lMy:w(,}kjc-@h6;W:B+Ƽ8ּ:P'CU-Jtٳ{e^nCO|`a9od2I("8#uL: 1[HvÜm5p鼜 ^!)Z*#PrG|$=\):^ҥYpfP!UR6"aU F9"x!98&tUq{0TmH37(V4-a3Kɋ_r^D7 ߦ8#9+IW:eϧ A*Ɔ#"6ILb,(. 0'cDٌԠ6e !b&qxrKZVv:y#-zK}==FD˝8Hբ- ױJ"DŽ5'/avٿr8#;sMw+wߛũǁUN6|&KO_Oz>q^?cj= G3w8Gunp/ A -z?K)/{c۵#߅_`: 9^.և_>s__>wwۿUGyu5~:g]_Nv7?g$7^7Cڳ:t?R=9ox#_rokavYM9o:?Q(~[vi|^I{~x?oW~f׻1tA__[~waj5-~_PBfy08 p+g6y^&|ukQ܏kr v;l1uJz+z^u_S?eܔ4`GMU~Z]}n˙pjkrt>_t ~Fv'!>y{ίܙ}}>] hK /9/]O[<`TmˇIүOrԭguR{|.?әU-OWr_aj7R״pO[y{qU.{R7ŢOHv02Fd@ͨ@Y:|7a"[EwgŇMy<\QTp[HP-7E?1}RD\_W>~^iڌ֊!ݔw3Lt_DM"֜ϙ;&mfT*~mk!mWӁn_3Fo)\.N *!^I)}Iqqu9Th]ZYL8o̐5]FmvWKm;qjzyhy0LVZVשyb?C XxWqlR<_aZr'l ,Ls̾-|a> 4Oǒw/ov~*60uٔAil:]+i‹m/QR=QLsʟFD+?G;[?:@wbChƗ@%T_%#M6Zm4OpF2J*px&;?~POJ,? ݕ!ܛ3A a?VM`Ml֯4Oe˴int\-WKSDCQխ˟6_CFUc{ZfeirtTN"0+% ed߽l3U6dFKLO*Fog};.(L,{]FVYf,K- l㝦mU'gYX&_C{O%ioJ,UB8c܏~OmJޔG rΆhEEi++IU2F߸Ӏ4%lA6:2h hbj߃؂SBc|^R}וj1`Q|L>\vvPHwsT?u?maC@#v=|ީTdZH흒Dlx;_`s5=9qrVs K7/U͊DX ȐCn~_?ǖ:/r:@x1 ePTib>={3]^ɲf zp{rht:֘@TQ F\'RVO{_sZiOsm(䛮1wȌxqIu>J?1.i~Fl<#r]1y"QF{ܵƿS<}< <7m'QҀ;aOƓl. a.o~"4ng"ɬ%r $THEy[3 NbPv:&\_d?L7% B+{+{#$$:=ek`sR_]ʣwb3~T\m+%`LUFmITeHtwȰڢ#BRZbUVs'- ?ۭf&C죗KKĵKEbjta}<q[O%>55.FNinl#7iOwA6 ,=I #LAoC"w֝|3}: +iO1mׇ [V}6=6:7J"n~UW}?6,xPJ5H%h%F llQԑ -Vm{F?V^,pRVV~[oVˣ)BzpI'Pf`&uơd vbqՉ߂LzsetEoXRVX9uL[~G%a9_5m:甽yQֺ|_\A;{oQM1< *TVdҎ 2JI!efd lbRa-4r9 3W=rQD>IITCy6>wj ?)ai|W|8O͂9-j!N6A#\4<{lxi⺍tlçSDyD(9=Gw?*~i ~2qd<56ERDgkq&Us%.>di\)~y^l 2y? n'l^rئQYrlu8"?{~CܙI uKAt<VbDAImG4c's3Ӟ '}:ǥbuN2ݐA) $o+Rםvz;iuc䏣@VhȳAVdglV9X90Q]Rd,{D1QنpPEL Gy~颥е/$㬌H|'[|/fvrMs;@R;f B 2:6O8AOm! ^򞧡#68=ȳ/ԆG<1tm3}+."Sͣ:j}ܸӖ:#L}S죇ZrsaOL#hc!}S NL <~ӕq P=gj噀 S&k ]Z؎ޣ5F\'Ht=KnwR108:kʔ5B1E=sg;0s`ލɷvN tb+#Q۰u `=v??[M*{C~*RKR9et@4,JeS^Đ#CJbѥ>7w%F͕>*4,fԶ'AK0$tx~9o JIZ :cnZ ?w#!^묭c#y3/FN-T`R0^ u\)bP*faNģ#Wxnz)ҫc9^TAԋ($/U!GG?-=2 .wy+3 }@=iJ 5,A h /I aa;_gFBu_g=N[nڃ~9}* ~ +x?B6{t ך Y܌9F侉iN6ɈC;cm<$HʂD [ӳLox>zUVt|15\RxDU3yZ EFw-@$[TG@^N)?܇{TaԿ”m=l q랠ץ˫wa~hjSwrݘ~ C55yjS9ǒ4c;{V;D҆c{o1Or<Dk'U'|R{NtAO283)c*=X=CwǑlCyq[*ɸֽʸ{{ktt[Vf{OPSಥ-$"Ykxh ?[+ ? xHp6(->"uS71xV͖Z%wuݽdYv! \ "%$8 F CVE$P_;\5o#qdq@z d)>uU<)`] i_ h/7ɣa}Bߟk3]%h;0ξ`-E( r RV5hI;](dzf lѲG|=[>݋Y rQ3QͰ~7JtUDk.6ֿ*t:o&qӕy1E+WD6i4l&朁͹T_0]b֕t8lvX%o>g [>O <1M){s{cgސсVjo@9Xٰ k#t}ʌMqOC'v_mDT:^)1kuZbMk>za s>mR_Kǿg2 64"6 ɇz91>E D+|jk٢ػ8Ѐ+@_?(6߲l|шx1?$Mc=GMOr @y(h^~ )N\$#@t@f 3{uGQPylղ#7#6_c>AHKʛ!7O&#Z1si@)e>]~\&ᲖNsv_Ⱥa;Reboh| =?\ d0!@leXgř]4ߟec«> ryvi/2 m} .7w>tk,ܡ@ , =%(~zZLB[5ĢzRez\A TO`MPt@蟳( D|<KkGdPݬ=l#w1 zV DJr'4b.ԋ>æƽ[s.rRfO.= [i𻶺㪄B! dMq9%q.pn[巟k}ڞb?s56~GOO_~wԪ.P/Tۯo•sdP/f<;HAj,۹ xp6Wݖ y͒H-m%06OsyLpʇ)kL#hp0BFМ8Ezc),2a[rnamGgtYܸZ;Syo벍 RKa?r@c_~aHwa?>;ܝnbzw]6zZw{F/Ez~ ҷoe8؍ɐ`ބ'ƌujT*_ c݋pWWw{< =Ņg&Bլ~<)3gAua;~4W50LLޜ#ChNY,>IMEBט(#C魿E9y X;(W>/dro;:SKFD;&0Ȧb0K&*n]upgoz,4O߈qr;O30s]=GK,rDH*"`e,5 Zfp!D?Wo;0)Z:;}{LCoQh0`av\ a6,ƅl53/j:F6YR/Z"uk{>wZnFJz6gI6d}k뿥tS-WOjCeעT,VzPV~6 [ bR;]T ʱ)]|;8ԶqJ?%ݝx|c¼XÑOXAo}vx$&:Jn(`{8!n7gL9Y.k0h2\6k; g/۫)9%eɂYPrKnNe]LKiwόA!#8AUZ!IZLf}QYw* @oah^r˹u+{E ,df(+I0&ՙi Y=;J*QĖ )P1/pSmyRtp)YlɽmZer$|h}"oYybD( .]tkݸJDKGA)b#OJj>&;g|ނ f&,Z␯K,z+!eu츙Hs! :`t/!cMXƴR2כW:4:%&fdد EB)̓/S] (Цb {z0eܫ66eY31f l2rK2p+k5eDΧg=4ژC"-#]!V=$ 1 | sVL̈o&e]M̜9jC$beߋE/.Dϧ¢E+K{q&'Ӆce>*̐k9S(Dz}HeӴԓl++ Amy*+1.48Gqw"dI* I”ŷr芩kQ(.KT @d0#Pp*n.s-j]Oei.mgFCKuTmF!"F67Q3p UbxS`°pUK+>5)9YWײqǑeXj.%] Qe^^F"pŖHg{}/ް|$# G~TϥrFvZdO̎Y^r f~a _mнvK&87_ P~[M9 VL,x?FƂn-b@{QK`21AuPq넯 Ij}+HpS_䦑f+$H1Pqc"I&fإ"!L?s람 1hB}U&|;]&}٨pGB$GZ֣ z'Lf}[t£ G ?k_VS ۮ 4+NjͲTڞNmQH< f4OL.auu AɯSP}˚RDO7wfvXbtpE&*g4V*i&#{\ܜtavN3/6qlp'K76YAFsH J rP'+:cҝr]v9qxkcJ) .a_0 4,.8ew2LM1"We %M}q{)lk"r]=daM>@j`wTsRj,2ÆJhz y7BsA_Բ`C0Gk(r/:4D񷪓l0@GZ.%Ւu}L86MhqDg[c1t: ePqA9 n `g 2bÀpYwG^p< &>i 'T@h@ y1] UO11DpkW8';`#* )3yi -ƼY'>v1Ґ`GyF3& 1(N0I 倌SBz DT^m۷+#6p1(I:@neUb=O8oA6Y*hE)0$lT=;Gu0Y1^0 z}'kqKG!0^es­ !FI=$(YܱMLt!AM'ȗK+457~.Zw:ʀi0&=!?@#"HJةvX\ ICuvưÐ" C={/O ^g_ ŌJ%* FRb=ѸDT҅&\`!aS_|o"Վ_x,ӏ#T~цp!AƌDzt.y/no۰4H,G\n2F ;`!h $U0C !A8ͽAnX>`PH_69A;k}G~sc<-v PBNŌ ؠC ˟RD&%XHw8 Zԑ„Zǻ>=3˿$ִ7猐!cDd&Y\֯G c8T ow,+qJ@Lų01B;*)zaDh$Q(C'sTIV (JL 'L=?!U0lDU$hI CDDi!e3QsC}cTH92)ZȗlE8A/ `(1GP9$C;0Ҍ1 DHɝ=(mK9r=_&z@@ ZT/HP ʥPy7匞_Su?XþP#T~VbAeN8[{A L0'fN1bHT؄jllQ34ĉL֑|x?%cu]ޱ[-J-.m@X0 \0l-݈F 0PRR@_]"&_e_W]8i[Yr?_H] O٥ R W! ND; gNo,xqdNnjkzvWp:ɤgjQ5gBEo 1&7"k9pw12 (C#f~taaH[{H3i e ah2&9ń(}]>c3fǿP?׶MK.J9WYUO{#KuqUart!L9>@LwNΠxZ.z3evqT;sbr$qĶ,s5L\ ngH"4D oyћGQ,BP!ioYZ!3nީ̓4t܄pf]v݌IrΝvG񠓖aɤU4ώ|\协x)uh*½(=CYyp(#uU=h4~f2CBe IGX [%̞4'm-,VJ(4?MF>]ܲL)m8\}@O>BҊb#Ҹs~pRT$"_GO7є#$]|]~[ՂGh,HڲWfzyϋC,4i96L( %#Y?L0kB{ͽym4pT|UDtK5Ck3s[L |i|Hu}:k$_&#b(TȑY[@67͙3Y9g&q[ '2\Dv$3Qxm\(„LLL56v9@1гʱJ|e24O[vaA Cq.+>[ƒo֒ѩ++ĪHk(pYsyrXh+T6EZ6`$2=I=|B SȗF!aJTp*d Nc{DKx]*C6EM{;S Ғ^ "Go2`JF_1"&𙖒p𞟂r Yu㻩DD( "HB*â}t܆yeVfV´ 23%k"͇\~9IwHR\ lL&ǿ @qbfIncmFr3 &D l67g*4rO spT@4Q}Es 8ڇ&AgҔ\p?e~:.p*wl2. _9t;$zk(X:lCc49}C`gH!kq+z"}T.N ~g,0(m~F9dd&sL28 G0#JٵY,&/{t>d9g0(B̋h>fzaH;[qTHKp4%/m\RRLID 9cNxcYB96rvvnF^`lk o3Ft9.4$ئKDc&`_O5h G|{h=X$3T.7X7433i:7GAtk(o:pA$LYy<ʊfwMm?A.+ ̜yXa cz!x4gZ-$2)_jBHdm܋4bA"hSe>}&OFdu,{K-IגI\66Ѡ‚:=ep1'1)J55&\Z( LWBѡc0H ̛U@Ot߅y|8kXù@x cV '|j c,.[E_ȖTdl?>w lp5Gx6cjYK__ަ;9s,@D#whAyixB^ x A㵡#P8lNLg mBP \۳Gů>*/W>:ug$:!Rc.7YY DP/7vA|&fbulBHV O,A)(yJ5;vM1*pKnz\CP%H@ۋ<#<Wv@"%_^avE Vp.50&bkUgG;F!fGZCb iHe瞇#˹7yV>7r T!hkq,]8*9ьe|(xw εL/Lp9A M3Mo3A9H gg >]#NJ#ID8xY 5&ZW4aB8H0C9PM%=]ƍ@L|2`FO)n+lĚMA~]zo𛤈Di`T[ѡ:J+bs@_+͚[Mw_:r3J8kT+R3HV:제;L>KMI"J6(eSSQ䴔M'8et=NFR2قAdFA`]^Œc(l})av;ܿ '~gc4&?~ϙE: qg^.zeb{83"ͬSų?ငeǑ{y߿n{= sɇ~7;qShL( U4UT !!P5z͡ҝ >DDSoCFD/;zLٸ8flfi&eشWS"}hI?E ,_?wcY $ (DrNK}ɿ"5ږ- D@!ˌ1c~_ޜC4ux! lȨ&RC>oM@H$arG[Nxם+ zEP!9S{^z}`a3tm:JnssLE kkdܤ+ =_Y//d/[#`(.>n}1HauK)gg\о\EYP97PRq봜\Hu,(aUmWA& ?H_==k{jό _XԚcyz{Hg8mY@rV0CTT5bb) sw5Rn(Sl0YzRe&jq.,︀,8auO BrG^KnO9&w̙{?X$/Lq4'PCDhmI \g\ILƗ&P O}Sq"B4J_jI$$7T_j"j*Wm?h| ߢf!{> 8094_?t}tr#!rHDV_7iQSfܪ?푱I{UDrPZD[7d%Jݰ3zt$!bJ*ҬXg) $N.b3cC]ʞu#&9݅/ʴ65i"])[sk5F6޺-bM`yQ{8 mk ŁqD8XP,i{b#*JA %<ZtxF| ,X :UF`QRjNqp*+M_b{|vTV)x}t'w}60IL">;1BlZl0UWk9D3*6YȹH9~5:iK$r_^@?إzDsQԙ-w1#IJEݳ@&s+* =ĥThz~u.~>/Z?'U7iui^ 1t 6ݯɔ>sk Jn[U\12|Dm7i5*3xh*c4taHS*Ue_sܷJ"E><.0Nb^F”<Uf3Hweb|5=nRgh/H\f-EڈYL*/?w)֟a[g3?e3YAЦbFN@3$w'H.ik.S3f}= a%Gq@P(dG3.)+l4`mN P-)<&9Y:NKlay^λpIbn"溵-Ҳt^1j r-XHbF@'|$Eph_B ([-厯IE"aT`hn2D̷C<Sq-F HKևX ZMΆf#a!0`)@%@wjxm5ydpP6 i i,o=9JqMyqQmAQKp3p&ɝeC/ X<ݓNW& 30(֑ ȏpn5\t" Q=骘'rxQi|Bcuy&af[E &,Rd-,kdca FHҴ 5B`VD䂐zR>cЊ8P+4Mt q# CUbzsuU<\ȧ./=&#01מ igfc^nRC]ѷ%_ 831Ay*l;Rڋ:h3:\h,5*I< '`$pIYB0v bռܮhE/z*!@&{ݝ\5\W(N Esls膶 n@i$C; mTc4 %Qp6b ^90C|$zgTu q譣!5d;:<(T%&-vExI-˅9B:!a^t^yMlO׷ٜ8)ي h }bY~s%t?Kmؿ]24lQb Dow9V~13t:a/K~HY֞&Rc"ix3E M_-aADk_߻#Dx(؝TS|Ү7 &{@mz/t )_#wg <7֞n?,7ހ< kևn'$ʫ@ha(=+Sʕ[4rtr{q@Ŀm{R4/A:?]y+LR+UV6ﴘVT<"NPuI~"!ɭ^[*සcw֥Yr6c: g J;dإR~o =  Y #-"aH?o`zM*Ϲhx&oo#~G|*ZLdfHXL!o/-:P=j HVO +<^$V`kDP~ZKɿ"ϴn|yhN9$Swx_zz^02tǯbrUI+ᦊNӥY 4V;wT&s>6jF7J=_o1 = dx|̰)|v9φgYZ{O1S}TyLˢɃKɖG(! (U2!>ŧnk"i I k &s(٢gnx3 G`=?uO@D8Xڟtgzځg2X \9,#&P, eW@[A7y&帠Daw2c6E=L}ͫ"(hMۼ`}-DHePoÛGx7{έs3FCq,,FL FIgpZ@oEqpHCpvFX"u^!o1 `939P:KBT\ocz2yc/Au"r-.h4ȷr{ũӢD]H!畸|_+軘lig73LbӾ9FZI?| -QD ō.~"Sb'߆F0kS{?|}%:7X?~}}-cHr$= =PsFl,dUAo❢y#g~CN*_&ؑat+}}kPS|Ə+k6˸wn藪5],8W>ΫgH"$9O{tk7}ɓ1bd/wvlVL틧IspPu|ܔ6#3f )$ZvT#ʢ 1Űͥ|iX1ԸJ6PJN4:.Ïpl=bkU “5$h`JE_J cAQvy6W+kB!FI("L2uL>!DN1js;Amז70%pP8GM[O{g[:!Éݳ{Ll8J$|7hìS0%V4 fT,CQ^/f'i!K\aP)spEub8!()*k|T֘ҷq|rcnJ:H(h Lک݃ug>>0 ${_X<3LLchVw(b 64*i* Jci4R:yWS3eC}q~$S h{e-Jv^ևt3k~7}GVv*Gjяl Z#CKf1"1='1Nî=UP{!ihg7خrD0lKd_b%Gp 'QTJy3檌ȳO[Y)z4.8"JOç83VgAt%TP|}jmvI1 !id\zr57LǧgFs_Z|wVve2: H`E8pI4Rcm'Tݗu4HPȨDT@ 7L#pQeTJ3Ʋ ,4/X (l֏">䏶io @ۆFEhV-"t2["$2*CK8o88 & ,iVqОV@CCZO;Шa hkkH6!D[TH2>L Ӝ+aU}Y'? p07&5,ꓷc&eia "CĪw.Tde}g70BӐdbBw<]Ͼ׃c8n^g{ -ewy -+ݮZ)3Vf_|Լz\\?h9Nc4^u6=E _>Weh4 6D|0J0T%)fK$5=C%:|x4NwS',v~'l*v)py) '$Z4ʩEr?S*!$h2P_u۽D&_ҾG?dw>{IPD{Jx7hllE&Y"_*v[*Cu~Dtޓ.>ܑkq c_'> ߮?/WO>yZ2M &LW$A5ahfrjl Y B 6j IDRE!0# E4UA+j[Ⱥz"ﵮ`?#2'~px6~9uc;0?ygX{>n]ɒ`>YiSыJ ⇫g!"yk4twG#p#(9o%SТ`lLk9r+7tHjvaKLI[@ J舉׷;J@:U6.ڻgj" }9FVHQY&Am/"H!% 핱|<<7Z9(0v6gtt@ʇteT9ɭ='R T4q=؁p^;7M>z穋BSKs;~; }ί%1}o'j>STv6|,\yLVnX(5:>w?Vez~?/|q=N/vu5|_$a `1洳ps!)Jo[lm"myo[P5qcM" Fo_Tjr9w~m88l&~?ײ>_]/j\w7wz(Cum _-Wn"a )Qب0_ekKx {f^TuԄYIvr,_ e(Q=LL/#ϝ6:HH 2%ws?x<ϡ=?0G~q]> 1z5;Lҝk&@0pl~<44|ѱ aF_uј BBY:tvuaRۨCob[ feC??C/Hi?ND0 aZVP~B?NP*n|Dh6C;qx5J%ȏ$sW_0~;X2&XoɄ%˵Zn*8#>Nբ BÌNUG'?6~.~\]se\鈐bHů?||>3V~_ߧ0̪3\Bf\ߩB{ọKF_R3})R^r`!z̧tvl 4*f;C,SE-降- uU7t drp;1OT}he*3O (5rx4/'"&_&o#Fh <}X£t"<[$x4iTgfo$[6M9W :٫$Ju9G>@^E҈ll4nЬ+0 B2I,@ b܄ Z\sKz@ @,X40bgO@yQkc {uǎU*Gcˉ^86ܻ(̼nL z}ܣh+T˺˸rVcL@D-D %θl~]tVRH7}Mt?UnVn)Gʓ$J/Q 3hji\^E6s ,"VҬa7C\'PAɘ nϹT [)z^aC>(i#;@c 8T0L ,~S޸|}@` 8wَ&lԩX'>? _y޹Uuo<.TVo9čjW{v Dr}VFkB.pQf$@a^K_#E1>_vHE1xsUca|C"Z3ƻn(KzƗ!60u+mw WN "e0AA]`^OO`9KEͰ7B- WGĩm}K\p#[4O4ʊ%)/La 7Nhmb)Z~b`RS(IGѿq`!^v˞?/id:"pn퉫iwy+4MzV+AӶqy)͚Hjw**oWs߷OSy94o#i[%#?ft@P:?dQB(@]űo)ڞVD q ǜ;AOPhW#t4C18Fgm둅+16rRrs2"ɏ{qXxM}ц 8^\`'[$iT*tarw^_T>Wħ 75$58%:BM O!t]z2N`K4q<}ǰ_鞜JcD»}tHMmhHY ;ebs9C, $`Shh"G?uRkφ`>31@꛱n29SG6G_[>"r7s'+ @9d.B 8D)ۘd%pFE@ropr 21.-DS4PtcRYw~?*q )TyaBp'RdNdGYmxr0|f XYl=Ϙbejv `"sI\箵$okr7A,Թ 9l2QPak8(SvsHü_f@sd!kbD9gyƖh 5U`:&)hoܫ*$ {I31DyT,q`PLfi5dC (yś h\˅Mп37co"L:xq?*@fs-Ƥ&gЁȯQǪ{iW- p?,<Ʉo*w.p$w wFq0p$>C:?'˳R9}Nxd3![(YI7 O+[cxȡskklyyvM y TU/B!k7:^_C0(RvR r㙝4R3ɺL =ՍuP+dF\պ F"Ȋb x՟3Wັ[ؓ5dQ [FpߧE:PҊ?Kwa{eq8 gD?_&0տ+1V=;g`8^)ݢ.C/@#lv5P8D l?mc\'Q/ 2z,(ʺyh]n{X gg(3w(HH`AVy=~!+)m|}k_z. _]͖F?ϋOL1hvlhnM҆l44D1PlfCK2{յcP۪.*&}%]e:O #rvVPg8aerSn3M)Jlg e\s4uJЬsNGYήeQd5>7]kiK<$B3vaَÌ\[xb vA.wB%['+s*M1.YCB!A.Qd*g]Qm)'P֖AZk:ŢZA+\UA/08@B8w|<ߡ>/q^ez;yZ~t9ϡ}o_iY*/, `?PsͭyNSWľ}pXxtՙɤy^J \J)>{ ݕD> (؀:8F((/CŠ({89TDyJ7kLyȓ r&h>KOg_n>?ݶ/O[i;Ϗ,:@ίi %Qq䌷cA@T04sQ387ǙS:'8Ox 3N7o69Ψ@ϣ@c'0h=oi,QXߩUlmHlͥh u"nyG> ky?6@|OM*q̉+;%.tw533"v/>lLw> c~_mWOpF'׷mxh B-%j.~G:ܑ}|?߻5Ry:\0 bJRR@dx@ 0Cf .#SC{zxe[}%*6T AA8b/}ࣂ9T[ z:[[^Vgjl_Sw]|}O~]|1H=  =1^o4֏#CY࿝ iImL<'nw߼y2*1C)>WuQ;ůnχtM |\C)_mK;=@b~lD. LSMY׎k=:'yRgK|yYI8OaAF$XtH2umN>O7}r4p" F/=Ԟ<ljCf13gTvSs(+9x|"5i8M*d(pUjHm>%omӢ@'[í6aYÛ1tҋ `;g6tʓd)11?ii@W2̕#NJ_{T ]p/=}n;m񨁷YnŦ6I,1=xȅl_Z|hE)bwnꏁٟۯp?_ ro_Yw1ehZ|K8}MxD!]ZBN`!~NZ-}z8py`e02g]1gsGP7||||ya)?DŽf zeڭODC`[V¡- S>Wľ'{޷ɿ7P,,`̱V[k:]Xb3@31v$h19~CZ8\U}fҔ\ )~t?t1z坬rT۶rxRx3~Hlvf3m,!; s/i!"n)_cDď@hI@Bȼ)UDMWyi'g#N'6Fp07&I⢄tFP WXEMmW,ptܨ'#WH,^:4' ktMT@#$ӹ⠘@z.խ& fP1YB ݎ5.1\dQUulێ N9R8 Of8$DM`ZPe aL= Dfm Bﶆ aIC/Y0ݰI0 /R1(dP94Ș$S-bHKj{>1* 耍QP:L٘f2!Z0ApjWlQѷ I@aKE1Rl$ rҠӍ4H1@ tkPjqa(G]4?U3.y~2?uҐ*K^}sTڔAϵ1 G 8 9 ǘ0?canr\S"+7v%6m;o,[epatJ4)J~L[ w/#Q%Qv!b1 T~ Al??1$\BPh5P=#f*Vf" !ڝS-B8mm[n]ԟKK<-D4"rDu"ωNfMϵvi1t4<Ep"oMr8#Ph^bBQѨF FHo":[K˖kNJZR0C+>|rq!|ĞLQWeiCYPH`b :RDмțj'95ʮ%u! R g*7vS s\6/ ; ck壿s]?:!Ğ.$g{;xa]lnsӉeAD  K(JTX5 E҃M7cQmC.3Fحx M ]9V"D:K:ܳB(6 ϣnn[KH8fAypU^c,$<|9D%mմV36b-/Nh-@!NeXv- ^GNI"Jİ{B)~;yqZ hM9c\u=%Gڲ7He|]׮ 9&"ETy׆k[tH >a8E!6‘Ҳu 3eep5]W]sgJ>-qv{=1ܽO&h%kyFı$sVV7'p"epYbPy탦\M(lxuUJzV~ͥn7p߹ӭw55'^C嵏$v|qm|VIxB[Dc0w;͗nO!p?k=5[=k5W6oOhEcN)AQ5,~?b|1%:+2IKX_e" ؟}+ `^E^N""M-fl61jAl}s塓yy>NOۛm#ut. /ӣ{R X {cP8$x0L"~,4E'0@JD`AS@<mtD*?{&X\ qm=D[}7C; ǑБ91춬{`= 3`<gwӲ}HQzXH[nvVbi_J%Ƹ3Y~h7 L0}SKC;a6A@|?,km:.s)旄-og Ң7ݵb )?ݾdHSjօQ![&fpě"svk}Ol쪲?=+(TQoo=͚'Izk 6gv ߿?SMONi^8[$*:P @&xG87 c Nkv0w7:|gAA1²Q`=5T$􍖾xaNr)p?E;2˗lFW\_⍒ݐ(GmvkXDL( q`]â2_trhrIɥG"7 ӦGSeft6#=m" T<by8N Lli>2fI1 .&v\3Ɓ_OVאُ4a@!czT0`(M< v$1a,2qQjdHAaCZ05ȃf?:9Vx2S\?T_V QG`&hv~*NM6Nj=h-)&*E0Oߦ.e~m]n>iα5Xm;%M/83dGIqn(iwj2(jhYǵR+U9jiJқ~T1jaki]}rJ OGr ;EITq^*Aon72?JƮJ6۪w1mqکEcuEE{١uL8YnR fr|]׳쯼 \,lZbu*3B}Wh~ϭr_'3oulс/Ρ`;u̖ff%0dVΌRv_K3X_2)cP!$2X)trN4U|ks}m>7Ԅ;amW b@TvcRj= ˁU}*b:GbmLD HP皘ųS@$ϒW MRHnF`(PGUw% yFKǟt]X?0V6y.Pn6-bՒ35N̦n m$j?[ϝ֜~N.gXMG_<)وR,$`u_ 0TQw,=^)4_0x+`]B*?NÃ!2rjȈsWI06/=ٷgrK$%wafﴟk-4ꈥGZO'1?"OmsPAR=vODP?j9HZ#Ũrz?ZG6Z4)Vtٖ+1ʇcV6VBcZ &or̊wub8[iC9= Qs#&y2ʻ]<FW Ux2WI )={R⺪knC uȰxXZ|@Z84\M4,87~_>4gߥz5ުuՒ6N=(5ML@!͂Bq?,E۽{߅/Wץm/v-Z0G1zl [ݞoG{N4&!$FH'У8CC+ʞlV `&C0FJ8`N/{:q'K}x~-k7Bc5`/+~;eeF[՝;s/_>, >P$dff;!s=˷xsT 9_zç(l  B$v;PE?wq1&iaBe}oB&5:%Ui{V3bNVyA (BZ46ߖz@"$Û%a-. |5:AxzsC{R-q xXj]xi )2;jQdvH;m;8OU"*@ :0U"Cm+r966ύ7HLb#3*(hHrA\QRdv!߆` F@"<6 "nkH>E64`zUDP,Eگ yLȐ7Q 'R Pqz_K*??B €cG 2"HLD3("(DD4HESS(΁"#|[D>4")"[UK}YvZCx/mzW?ד/tvkV"-@8H"" q03qvL@xInl^6' 'Gl#w͘Tr۪X( %pUG DX$ l#L L LV!f整Y`qu"yl51XjPGȂx#8_o|8? 4ӆ]uL ̖)yQE =(A.::mh-I)V pA|ՔjɃ{t9~|<"DD<\jD}x"ɣ.@[[kW:pǑ͙2z7GgZsm`R$Q}R{N8?vmY J\Q 4O#)׮ݛ_[#K1НYaΗc֨" H FwlACwmimvQ7l2T چ.D[mlQ-_ݸзYc[3~]M#k(mg 2^$YUEUjh*"R-ԭPhjNuz`Q[psDO!Z`oܫ:lfıuJ3jv8DUUEPJE"ŋg ƴrE *KU%uJMl(Ac6̙!ZZ͕:EaEf<(MDTo, &#RM&K 4W22w A@. C25%!`"aҕ!r k.-eCqP$XkelY-ygGWy?WOC wɧt;ׯsސ–q!ޡBq;]tmtW^dxGZ Ut󉈍B1Tsh֦9af&# - j!ɒT" FDɂU#,Tjֵ`$Cl&B9 D3H2bMҙAɛMG ؁0 & UVHY1Ep#*9Ÿj 2ij#D_Nϳ&[Ks* XV&v=_C@ _~ƟCX[=l|hRt_ߞPa*0`DڊO^t\Oq~<[ZW~kZ,d&@#ADFcڔ PN_gU97ۢ[?q]FGkfƢ ov+pEPD{vX2 0 违ڻ{:Ӊ޽G}NF֚sC]HhI YP`ѐȲ/V9rE `"堢ʑiB!! 4lXNT1Vh o$  K{%"!HZEDV*00r¬XR*0²YB6QV#"( F0 ,,A,* EdEAA,EEU@FȊ! XVv3M$C~6$݁!z2"=EEd "#ĊQb*,QXH@QAH"1XȢ+AE"EQ$TdyTAH$R"0Q`.,ATb,bUDV$PRE Iaj$",PEDAX2"AH# 5,Lb2 #HSa $"ge:"0"$a 2H#A`)"!6HI(QdYQ$dU"ୈH,HV((#UR(,)qaF lR IE 3j "*d(XEȲ0 J1 *PI"ĊۥY*`*Hc6o! 0c$H!90?ʠ**x"" ̈́I)AHI""$3oC4# 0UxpPM]Qw1-$Z"A_ˍq] zGNT )G_qP|zSy߯s_~iUlk1nAExPZT= A]+zWJ͜_JCh[J#b!*L^y@ʋ(FAKuj mhxu( S@HJ֗|R_/-uy˦7lʯɮޮp~m ]|Zr!&[cv)I˔NǸta5\#@؆>ng|# ȣ=8$K쁾TI@UdA$E$B@nP{PS@۩yn>O}_IrupK櫓uJp|/yJ41IV^Q(lr/lvrGfb F1lX$~L'}2uCW1 ,ω=;3zrkx#1qemE>@ f:7ѡP30@#(0c7^{{9^z=GW&Wt\?.{{3W*u`_[9jhkB\?Y=8n+OkMi5__"aG3Z?nzP7N\hs C +vn_rR=+Y$T*ED7 LmNLŹl}fB5}pxw귱{M7y{]l-wD=&Q܃h ZDPV@&C*z fE*AgOQCU[|TOjDEAP;Hmx Æ B l &Ӥ""~#Z26vK\ONcqf=6\wٴ%K<(Zܺك8WoO^\Wk2ߞ{HD_.8?" P Qɂ|8 )t T҂*͛x9PB p;6]m̿ydddz{7.}}o:ۭP6~:=`arysuͼZ&!s_dDi3挋2`9=tD<4ٻO?^=ȁR ̠7{8?ޞcKhc=h#[@"2~g1 C4@Zod:/xᑙH7:(BL0s]/.!?.yO#w.0;`&{ ;/>-www%y#3Y0q_*~V>H}O_hAEx1ALCFd=F[2l>YYb2p!ZHIs2C+$;::@QFBBܸ퓦#'ǚ[Ws_R57JY=ٰQ"69`- *!5ttt$3pɰkv$TZ1)Dlvc D `@5l9hԆ!(2lw;ZZ K,k0qEchWvˆj릴 }:p (ŊPH`cQ1gxE9Y5Lf$4Bf6uyWɭSWGg| " UQTQk1@H5‡@d DVuу i >$ wiکJΗia4p͍,abkTM]͌*2C[LPUIFoXib`b)mEi4*#X h k6ؚ ?QfI+ ܥzS8G7m(aɳvE6ƻɶ294*?nGleGcj3B 52 (1|4LdQ<k6bN\мx 7Pm Ե֙G.EBLa!IU1[G`Xɱ:fɛ 6vzִhe5T́H8P JUh,6Jy*b` &0wo-DS nE"#\31C1!m~w*qg46 unՑD83i4560KY$9!Y27oTܙ4M+:ՁbEpэND6Ԇ!C,*:-W\Ma"0,!nIDIM *h Frg(97i\]a0v49K8KΚ󕫣hJ(L 5 KMˀ@b&,b Ք/ +%D]u-k$#  t[ݝAؓ2xb0"8*8S) Y`LL `mL2A6@'@B<@TT[hEUbȷc}TIs2sRcM10G+hdY%4*0]7.1@PSd&1@ySRq2ca"$bd'ׇm]we}Og77*\$RiH.\bQЪ+2%/H"o*.Wmb]̺kS B95!idTQG,VYd1u&(>y ݰTTX)lm[jTkckB%{DaY2aVe H%[VЬV\T32dBrlm)w((1h Q"*iX ĉm ur2kR(Cqdc 0a )&$ Y ]8X1iRUl(G]$G:ם6.EcmW]9ٵ06 "|!tW@(H{HBEȈSzռau8oa܁,0LxY]y1!_2`lJj)&AsHR P E$[RH-V*C5M0[ JRƪջZ A$`bCL+mY uh8 b AD$]7 i $mtHL2"") )@6C"fP Rl 2MjdTA2Z|cx=(#]:Yl_9ܼr!tQ}_ vu۳/ȊxH',:fHڛW%6 FZ^ٖό<:o+*$:L*$0Ȕ|F$YqyGǝ"S-u>޵Z^qX&d|)0`w)m6aϦ珀@dу  7 CI?lO~/v?amv+`*dU"# }׬Ѕ+֍|eD`*'gF:P$ҧ5dGӪ[OpFdt*ogY}?IzA}GG)Bjswg,^6Q"3{Xm)aط֣SqM,[UcE+7|3ϒηnE8/~/{d0@5jSVHd Cgӱ7Lhw!=0Ѥg5l؀}>՘R%uV>7_ye:dZ/ʊf]Y]_χr/Oҧ|goe)kkJOF5(%]S;qe#Q[%[l^`ߔ^f5AkW㧪D RЎ+F7('wN^@NzP(Rt֬ T^;S0oR2Lzykё//ٍDi.LM9 RШKD  Qr`;0`czs4Ε\qռZ7AcOTX =MQp:D٪ۡȩpr8 &]kV1TζXFH 秹']{[~EdB͵B^M8ϲW;+]L+>optPYRz(–>̱%F`@ GQtqG|3ܵ_.!]<?۽_g.]&pxY|Աx @wVaGҪ~ 5F%e^V7M&mӧz:}v V}%x""A($;Z"Zm7ԁc$ vp&i )O:cT hv =`Q;X>k0f#\LˎwXhbDlmvn(J2եbƭUX!\J6؊Y,Y\\TE JF&_F`tNt˷W{aziF"k.XZVVKW׃u=ݲRv=4 ̶,>>U.v\ 9N/ [$h-70쬂= |j>ćt:#9ԋ *<'-\(bb$ͅV5:t" @wb"&OufKBh gx׫=;ʶoEC7d4!-aS?H¥k뱭Dh ( !st@-5<:@0AOsv^E^sp|?6zzvn58mBp{I9hu]28x*8 <|[!l[nHDB1 ʎuFL\$\y4E+B1b *P;Fvd 榱}dCgT$ژwdXhOHbln֊*bf\CެԇM%P"4 `MxAˌ.)p )R]: j1c gdd阸Hbs6T[,K}cM3]N;h~Q;r̿ЎqUTÜtoUÎժhK棧z}0+O~+r)g G۾O&?%6rF",P4@/#ޱK];}NϢe;F߃Ui=| ;¿][h+݉D8Dd*ሸ Z%@ >wQ3& K8zNQrqb &Wi@,({aUiƈ6"j 茛2BӜC͒(e:rwdKs䥦F |v˶/4<]Gƨۧ_^Rr]UdvC4fCY5%RR4*WhbK-L E/'Ƒ(5^.&Xjb_a (}/ 9V5i{Q8mdC,NȢ#qm] Lx/Y;sSG*F&aiă*ɒc;bؑߨ#ZjUHNlizϝVR [=NJS-Vڥ_K*;4\Ng!mDnڽ.vڽ"2)Nl!̎"Gwb{3C=ֿS\Ln+jn|"u+8`soQǻᗍ~]/l4ը]ݶbHOV.ivӍAzdqݭzz0pdKK_ݍURELe z*GlMrB U:\W45|x.7i`e%v9POp"Kf wg 0nY{ܜ7|M\߮ƌmwsW?DEMűC)2QYO /f6(k0;w8zp1c3`;v;QQTUob2f ʶv/m. ,Elx>nPY~&Ɓh"mDxvt#f(w wS 4i{},Bl9i P-yW^ѓ lwryMT,ɎZ"`=K IhDo3.NԖӽON$Kc-a|\ȸn3\E"$UCZ;A9D{q5LcI3jުU9 `Cc,]F}xr#Iy \des:Ԭ7<ϧXQ^ʾ "C1\/c ɛu41Sv)Y0>(}]!ӤoŘTvX-2 Ԉv,YjϬG P_n٩Y(&6\1| \i)˛gIIDIv=%]KTЁ33a.VU>d̋̋k `΁lpUk?֗8qXf\%!(0Qrq|5EFԪCʙG>kaudeJj*7]?;t  y}P!זs}*%4Rev~TI{oJr>r$xycÙt ϻ,k_~ eX׹_ "Ux8S[(K!?!Jx fl}Yuf۾jWI`+N|al>1 HxNVww3ikknHw,>-ㆮ&.ثO!߬f@厤$` >$Ș>ktD_y4o;+c3 wIh=(5F澏!\Njh&T蝙O{1^,h5 ^t>T M@eWȳSgeV.|iҎŠa)uq Ɋ>zH V$J qG'9+\6/:l[s ,@;"@ dSoSGAt{WQ>H[rPM7XX3Ԯ~Q͔'Wj27#d&ر2_cQ=]۽G Pwݪ}h5%G"6#iˀnm0nLsLp_(i%ck*x7u;c{wKo뾄-w{yąDa0Ԙr}~fGqWX%;ۏ׾+=$C׭E<6"qpa|iFhFFhMh?USjcqv"K;V~]d}Qz6vR|Cj* $j}O/ݔ8)BKb AFIe?kcק=XcP&t@ =#JA*J^ܐp7`ӮYܧ`O5]]wbzh̼(ѿs|#_F̳+!&4PB𑇏u_S}<:۝_?@c5U!Z FG4/yW=Oml/ůwS=/E[xͯEowDx&^󧅧f4I9fuL}>+irrb=ǀw[/h>`c π#R!?C~Zy֯#\٩(> NGIWv.F6)Q-.MT"[^f9oə27$"!VyFDޑkVΊB-~(oϙ3盵uȯU 6PI"# ַ/M|Qփ6?sWvrdCKgT^A 4`K.^[wH𼛑(A㘌@K1az)V@:s qԤ=׉!$oF: Vȹux.DyՓx˜^G_Cs \M*WY5p2']6DPAC "[P(ƀb z(;6><;=幹?j *wmH0@)H BЀי%)@'?Uc~.]0!XuX۵~Ql$=!9_Nib#_񾶱0Mp.b&$P`kj`.O?rAW?wlۀKB_twf4¶=XK.ϻ?gc2: 9r&R4*D°e=ؗikI+F&Ύ~n+կsgL$ Kwς!49B0cMͳӯ,OES°VM4 sy~aJ"CU/F˟}^ء}p_L7uBqUEeߎ0z҂dM9>,anaK6!\ؐ`ZQ닚3T2" MaMr|qߚH|)0lfs]'^x`M8%.eo.9Jq\Y)# eS\]xԢXY jA3*fMn^,T>;Ygn3٨[=F箲N<c(vV_B&f8cf"L<ٲl`l1M|Uj8IQ S;od/ ^j.ᱠ󵱒j:d [E$9QVWkk؎dNč}MxC-blңō|%n$3{y_(Lîq&iA?zr[7h$[u}|~41>WE<~ZIFa QQ3F+_p|RLz8V8" %h:lq4s0A ~\y8a M`8=cr|:ǭ~cs +Lu3ԲuMKܭw<2ݒ2΍}w6Jd,V{1};,O0rDaFQGS)hӕۭ֍[m4AO`}cspGr`fz,[}Fw&$5"5B@gm)ַ\g>ړ%=J5\%];,ڋ]&'hn( }!hڶо9ށK-|ԮdZ;údZ)n̺͌SztShh/5@Kuj'5~S*d *$[^:0D XayW:wts̘|vx^2¢Key@mAOk(>pwlB|EYWzrA(x=.lH@ьr~Y$E [Hm"d:L<:qv$6!TJZyd(G9/''hԚU.Qv߿zvi*֟J>4K1YL!<-Qyכ`**..!hdV4xDaH[nW'|(Q1##bO@|q[y'xڊ*XRzQe~JD؛glG+cP>dG)e|)H?ΤSw]mpj6OU]<7lkZ0OٳE֔+o@HҾX#]5)ϻ0SJGQA>ZHlt]l4<_ܫ ɾN'A##Xyt 0mZ*D.s9lF_\uPX]Gc;/Nv A.46,'\2>> TAB` 1vP*B*=ġis]$_+ET嵛&~GC* CSTū3UԦ9(yOC:"' I ~x4=sw5Їo,N>/?z@`},I%ˣCuu'>gdžNDSH+Ͳ6i.vL>õQLr]kN^CM[HqȦ?9,SJ*R]`psW|avhxp\$%5U]^Hr^U#cn^Ud~" ڙ3y;fGHytQzJ"Ԁ@_;qLCcٻud >Ep\,$WXN:/|ga\;6F!xUfJ3Ad\<2P p}B׮%'j<_n,Q],0T!Ӗdnmπ1^-*\sGAs\ltϏHb`M/E'r`q9IPxO}?G@|ъo@ <`pϢtpArb ~> @BBQDH H+AMQ . ezV+]_[X6|Pm T/dP?'k/D*j)O.y> h2 N{VG^bkih{/#ءY9gP>b K /p<Ft,E?]8[b,S>_r>gh!t\̞FxiCPwo?â%Ȝ-@T_w-dOy;.Is3sbb:W)| ^ݑ{^6=y&mCw{oR iV0 I8(䍭8V7ߚ]Dp}7K7 8vt³:D$x}<ThBw rj/9Sk-їi i!D 3fCqu5k ry+?%vmqD;׺\88UvKGG1՛[nj=!^7hW݊JܕfPfnsS֟ɗ 9t4ҝkƱK~\^&88ב '렐fαm|D1HBJ+K!%:'rCFnL@r{LʌV[_%]Ԏ s1)8g{8!ij!m6B =3,}5EmKJ`Wom/җu&͑ݾ?zṊ;&>OĊ%Q-*3D%3ѳ6, P@6$Y6:̴&C]6O>['3A+*Y++eZٗƂӁ9 {y٭#aOxm2Kr?]DLٿy!x,@~T%6>Έjm(S-I٪Nu2ן\{3eolX[jtpVV(i+8><~|oKla>+x=ߩѲΕO T8.n43Itl>QʶnyI?_zx/8#;蔄zư]V_e;Vm?'أw̹ }Ly"I̿4A"!Z"2:2DN"z۸M&4eC~ Voö1$< Bp?r߈άrZاʭ/X #gij&L] 0 mPZ-6:G FZ">beox*COY?M8P8|J-mm [ÅЁB\p\mG1H{_/mfܹE5 2?"[c˗nq&]!/3>ʂd5Q|\gk}S2 }Z\υJ3+yN;x D"ПiFOh p4DC!žyfy0z迃ǁs@m" Irm@<;h4o1f}a(wQt@u!nLZk׸HKAU,|ϟLCsHj3q`\b }oͶmGpϐ U!hvAdqF* ͊xQCieX_R X,;(EC@\!(L cXbݓ֦"R&:RGH[*sZ6/}f+;OHN8!ϔ&MokV, ҚKk>}4p=*[|Gy_txOE 6ш(қY?S[8`o^J9܎^O\q"- E!np=k[]g~kPOf F:8͟[KgUul{O MX+KL_rU 2M/~Faunh5~Kğ0[va|:6_}6ܰ׊t(N|%n9I:GhC t_GEoe>[wCf6ˬ 7{3Nf j֚׌"r3l :]{W&}ٴSTx|ۢ{t#pޱ~fvfU<;W::쟓 ΞU_OVCW EF55Ym2$|̿^[X@=65 I|wV7qVx,NqM#X:л0Nn l! b7TwK7o$8iߖqq%U.uߣg)Gn3sl)@6xUk'kEtl3 eKlX-q}-Q#u-nzf>5%X^AairN|ֶRoͽXLks/ Gvg#i\p5IZ4|7Z-iy3rD˥e=f(׀|VFjP0O, ,NheYkYIJ7 $gmg+G5{7T=~̃zlٓMl};Db`LAtHmYx 's_PQ1; %{E?R Dv`_H.Tp4 2"P8zk%\H5i7x0ÊЏ~ʽI wv6g2r ^>dhT h0Ag/w ( r,"j80|a&ypK{ r)+:4V'02?O%+6'U{?/2Zօw# t<+tItygl0kٓ*up$b2w?zs3{r۝)m- Ѩ}ȘV|d]Ukh,0QQ-T-VUJTgrfɇKj-:9QU Q# !R fTQoSTX8$BLʢEFX9J{̦5'&0e3_"4 j !] iɭȟmjQ!:`@ݳ y\\{Qy~IpQ7YӴFga^k5,Urs=vK(- FҙM_Q[`i26R)l! dА d~I%_s˽˿:Vx|ht"H鯡Mh2H$" oGKCGJtj!9Os BFlkWl}f#BW0oR' 0E@Ϟ2iv?sg?9ȓ2{L J%ȡL\xX[6)=<\^ݟ}3

n*f@>[E5io4"lw~#v8yMeouw`w77Ogym-|i1[KQR@Y(_m̆HST4F"xH֗ѣVs2!{so/Rv*`ݤߖ>`Ye A'$/>Dž#^_2ޔǰ\"BkoZyz3\w^[nܧztmB I0l=@^,)r6?L6hfe.iz@20j^>/DTKÙӥ@w Nwh=?.p;ebgO'D1V9esS] xT`Owd@N˶CtN@uj4@`#qwv}X8~jdri"OO3.]/oڊ@SI6{JvQE!ݹC+8Dey,σzY>,7?9iQH?C>SUֳ~tNV;!}*xNY8#F(,p8Z~_\ZoN'}xqt ."Q J6b`ZzI:x<v->%kطyjSZNi|EYnGi[M_{4 ̧5)?xs Ml1'\Ր )* Dr aD@=g7ugCGgk (۸RRh׌\㥅F`ᚕ?/|>O[=y۶)Md##zTw@) &C\`OKڛJ**c7u \5Z8QN(t-)4jc_Vi;쨗*s#T:zK\(.9gX#Sn9PZ ʱ=S|lO?G"{MSުi5кh9O#_hfyI*ojJy߶Ǣ J2 WwZ[EӾg$sqr j:mDA?[et:f+:drYF<l4)h +"As`(]keG#or)QU {WB[ҟsC@4Ӎqo9|wއ{|"l"&\rf @3:ecڙf`{ϝBVy8cF%&BX4q08[`#epn&.C`?B0pw(\j>+J*Hyb={ІZ͑ ot+G 0b*Q_7g*wsC-)`ښl a{B#բQDmuT!+/ʢ~{U \] +Ehk}  _ٸ GEVa'ӐRM@@?Wyu;JeE M'+.#wW|D1D3W$M~o\KՖ"ㇺ#lqfH uD_pMc+-t>Y;Gi5B4H  ^K~^Rj(B ;3B''ϭkNdNyk ጁ>cƆEev1)OǝSiiz<&n$w`^ϚH>QWawJ X+ԧl6~Í,>@ Dف) p(/1pAeP`5G@O>'3C\ޖˌBz0 2Oݩf@9SeCNaQ\MyJ5O#wJ${>7Cߛ @$>Z7G$R;fo`ƀdq+x8<8f 3j}q;\!m+JcCڂʏ m~_ ]z_?gQʳřGaQ|k?wrLoRc?VaQ6n!?h]lآӥƧJ)R'#Xg`*3Z!xtvKBLħna3V jeut"U^+p`?*GAL{mvإa(]6Mdh3nv~hF?ݽ5OY)ʬHq16 ؈<;FZg_/4e0K^,-AܧUuH2oj'JIl 'Ӷoy?Mxu{:ֱKqVĔTOCSo1^ zQdDAxqj ~TQ0@}XȈS}tq/zn˸>\}*yd, _h 8)8 :v7SNjjV`}o\le>@DX@"AX@s b4cU i#}ʱ^1!#KHAfRasQ(3w~`f~yL*Bc-#SMdA+XKTF"s>ʣ}.q7{T|"r]ƤFi4/m.k(-_솖 хZ rr{ql{7r,P5ď% U/}g`G SϽ kq@_[:&(:"%Yhz&똛5GB})_[:+9GiKSG}v'W=: h?'Zp>l} u\i][g%ν4mSyM4!MDT8"e6GTM+B u>OuF 12}w/i|4 dqHM'Hxsȶ3Lhߵ-}Z@LxJWQYv^o&M_'PG N"Ҡ 2҂D;.ti[+؆|SfџH _TOm>ݓzCwduJ;11{};>)ۊzP/cY}~g})M)XhM`JB7ϯz|A=Dww6XsI ͔b`SNw3VN!PD%F[[OA^1D?v$Py<֍22i k_p?{(}lpЈC I{ PHeFD.EH^ ^)h(m^Y |B5cG@D!w)9s?@ 90T 70vQv^r}&}JZD+ *!%0ႜcIxGh5է;& YKG]IDƍc?As6\>́0ú1q. N+qu3iw(Q7gg[OŲfkK9SB/k8(yQlgE>WSobJ䡈[B-wd}CJbbW{Ը~1f%f`ʐ|vL)?{ к81X4̈)k|FI~shwUi0Zύ d\;b &[Q'ƅ% %e q~HR/Ě2\uro_O_GЍu2NjTH~l]{vyߧw!W]R\Q.D_Ҹ}@(A:Sj p U`vP4 W\P^o\ס1IxApG ʄ@,}%oc(W['_N?7 /m9uH0B\I"<=Eбu>qϽ?>W|ď렦[mˢuJ[%k݉T Ŀ(I`ܠk#d-Gݡޕ(}}gIQ ~I9xaƥ¥&VDבR=t !0&kSG|X͌7K'@#VCd45c>r>!<Fq#sy2I<.'yJiHY`Ag±R=RO ?e-Qx'z1h}i-<o7;W, ў&0ŘT;!yr] L.͌/urxҗ=A W!bp#ǂN хQ#+ym_r!ؐHfd!S=WkvCX.˖櫦H&&7}t Ja>~B1.FR.4gwTj?""G=gj7uu}z9r"769rl.=Iǿ~uc"5 Lf&*lU(0|ߞ+$a\ou9N"#qy o䂲4v6Z"8Cmvg9y{"Zm{C]vsmW}w!trwʄ-ge{+ۨW|Ӎm+%SC_[&Ԥ KLT7$X}mf&.gЂ$d\@< s tmfTӢތ7tO~Xh{Ɲ'!8Lb E:OGeGnL$njbj[ox=++G IT%oIM !ٛF:%kPTH΀rߏiǹu~XGGH`.( p\>'KU6^)~GpL2fa3(NB:r";EcAb|(P$vExu8KZ;-WmzgqӏP9Pf=ו!8,ϙ=G%WF@w򧉇6/&]D{c47 mR vT^ 1w{wvB+C;tC;؟]=5!aY^5FD(fb8\DXfgzP]݆n;qyEAq-9z"s1|T,AU!i$1ȹHYjMq3y1U]6x^{K/^3ŇJ"aZL`6"MY̪gOuYݞ8])I?uqugG_mD@ ̎~3Qم3q?%S7%=Ux ϕwz\I>Aw=y'{`+Qi AƦz@Hl`^^SYzuzqa$"ǐu iܳPѹUA HX @0+sҞ{=s|tϬ/`F!*yМfw͝6^/cq1E :v F&5/Ck=kedEKj]b|#po@ڏTԯjk߿ݰ;'G7S}W"@&s?Z%w0 / ru6.p|^en XJ俑$X*p4]EA+ j@ Xy^U'9Q=w3GD+geyWťTr~ۛ0wzPB1 2jܐ@*y=jsfA\0AgcZb$ޖ5]c)B7"\ csoIu[P<6!aa#mnO;/4$ܺ1T*yMFS<%[݈S珶([/Im<@ fM#+"}|tD@ru>z\3?;I8P8 1l\z ]Q $Fb#|G8b_bQ[/Wi8 Ef`uI,O9mĽd@zCٲB~ VT i h۾5_.ݻzf콑} XAMP5W ?;|df$7gѴݦ-F hpsݫ[P]IvgubGԩ0N.Vp.6Ukq&~W*VqLw59B}n:loExA7;\/qY{>7IBWV>O ?9{y͸neVɴ^k|1M{< p|o1;")c2"*Kk^zu>ArW WX"%C@=!J⬙ۓL\.- &*9 0 _ @:dDD䶟I\5(5+ qyޯ*с֠bH$<)vDZ^x<ٯ/f. nG3/oBfn"< qEVl 2yWc97>l$Us-䜡f&Vҝp\OPC_՗,6:gB{,Q"JYOe"6F]8W vf/+-?. ^g}Tz/Xқ&G~J2 7L֩uŪ٥8v_:OI.4na_\nER+ZnZ)T}`Booir&O$H $M†"IbczHU RIr BZALɐQѭ*Ď3DHF}NTPgo{Đ?eOuC%?+=%Jd9fT0.}wtLS |U@+?MjO/j<#s V[`GD˅|ӺчuiWElf~5-H Qgr@/!(r1JgD":./Jk9ղ7'(Ɗ>?ꯙ-ǎ3PJyFBˈU5#Dd2>]`9寋YfYh|rk~In}OV:FnLs5cx7~rCU_ G0za•'ʜ:&fn%z*XA>$<]7~Zxo ŠڷB63s7jh?pUn!RlixWaG 0Q9UWygk]]2f#mP@%JMY:,X30'lM|aI1TPuޣnv{1d;?➄0 B=ΝbͲa;ʋ" i2缨u2Ծe 09i6 (Œ(Z xnc7 |W{G p)ms䛓^ɕI?@ē""AD5( =K(yXQ4D~w{/ra^O FN9TgF\h,!Q?_PXp*iC(v0<`Pa*F{g]?˶|Sf3r-<<8Qd[1pS5/˓D0})EyVl=gɿ{wA+\'H 5nPU«$3w=R޴# . ъF{@w􋰈 hBH_7s4#DWGĘE {4g+on}:F >unϫOK-ZH&IL˿K+:e":ML g& Ϥ+ٟb/qD4? B;}o-/W~`V8D)jU)vUCu.Ƥ+tP &sm64-aRhJZOp;L3Mf.D9#֘2Q}zP:"XkfNUTA DMe ȉ!F&l$J&`mKRyC[uGv]M'|۰̎J~/y`"~JWWD!_ sy9MK@6d`gE-`6h -C) Y=v;3͈4^# pb!$6S4,9h 2>M9άR Abe-%8(7&,y{ؗ($$#|^"tl !Q4C`Q`~$o*N9iXwPF1kfhowY8˃pիδ7*D̵DoH4>>.uΪu1Xpd9eQ pwX[s.@^99{9%%Cu".Q&sWj nZ^-;'M ˄˭܃"}Ys/A .?pr|UUH3#T# ?rtI796 ةӫ]^i$LAЇbTQ'+0G"HU_Tpvn%ty*p̽ǓlE^8WXPQN* ᫢=xH PPRZ)VmZ tB~ъpoU|G1pϕj,;dkBh#䧁3I$+~\86ykP|qju֖A ?w8@q@t4kP #pd|y4.);$fV~{$vqP Cl .%G'o V.n#; #DH5nݍ8vJ+1i_鉉6Z3Ņj* y,ڗ$iUضF]ۇ/u«յ,$D!Ld1TE{H^fW;,%!p󉾌(呒{^Vr7}}a2͐>~Yk?I|@.Su@FsOҨ.R0?D| S(lN̈ ގC~8b]2qQ7a)A8.E>Nw_ّCCz#TyIDQ—em폨qM F̤L +*D9Uz.fGw&|~;;e%}CDTr𧸻lT<*=fAFyZKQy4#5j- @ ZrcmI^wWun YTXVY[ D ̼b1s!*8q ((a ߪz.K/i>0"?ƀɳo0I!D ;Wʤ ;=zײG壜B $@3~aYRV~(nG&Ipe^/<}^}nsg9l*+t7kϕfjQ9_ܦ,"B}.&v>m-5Ev?&."\f4 [^+[ yaK';%Ǜv1ӓ1(8!rfnOyZ2g1N!B% }.UeoрnX`DY9@^wBE(k'呍x4k|};M[T}7W{P} s4|(.V8>2u׏TB8{x-mm;ᦑ3F?ǏL0܉NTRiм^=.LhEX[!.",w!L <{Lm&3 )SǓ:v}VBAq͕ -ƿq%>cDN]l㏽r](:&@ x#8u`'M +}uջxWrwNfz'RN<KEʴ_[+]8oc1~g"pz,F{^AbL2 @ F$Lq,͵lK*(tISX{|5.(b~Wr?}auh IEJ{& ++J&j * %ޒ|(I1i#Gv\YMO:/[/sE؜ϡã6i~{.i؋S?h۶6^1]Ysiz>v}kgR 7.x5dx[ˊuFϕ)~x 6(IfӯK/ڱ׮ۆ2p?̻!{eWo׫ ]ŕQt]/ nS6g ޭRSή/&9a6md3h,wm/ru^&kA7ur JddȽ6}SuQ;LgY3L7?{pa>5+˅P[8K }]c=:wanx6xn>8eB t&9>F-^! cLqwڲ̖evSnzTG*uY.}o,?s[uX.J/da4sZf~xSVX|rtdmk,n;xT<\jz[j[>I $PzN䰰U{GD}N${` ,Zmh?',+Uy<1X>YЅ"yu-qq,Dtiݱs\-~(4L I(5;#Yg%r, qO),M&?֗U(7mzA8_%@)7)8.}rPKi\QG\E|dǭ ׍ny}wp^,s_ɲm.Pdkg(Zu#]ӋsQ>w+4) :K@Q$}7OG6)L]Xkkeh8!4mt}XrWq E]O4]_׿=r~jcZkh6Wu:_ڼF7*=^?m,ϪWѿF|8. k3*Nzxnaop> o7HBaᖫy+p@P\y\YGJUc \6\DFLutvH}OSFYbZYfv"F&'98뾼*1\'+)THiAt!ߌj]xQ gbV]eޤܧ99.Wd[`X>/ۥlUZ.G %XI]:< [?#$_Qm;c3EX|֔+'֯~zUwꔷCŵȄ㙕n)݇Pke/GM8u\r[eW*x-:#xaK59u-tG7%bSzz,Q:vwcWX׿q}ߗl]fFQN:[&YirF? ,:VaR{8Rkvl#ϕ>8b_:^NZdEa+}?_WuTH"=UBI,B8r#@zR~2-G΢aTTxl"ŊZQguY?:Dq{`Ju6vR@e!Al0WX@ M[$1q_)q3))7#a|i( ~ m(8I t,j@a# >HD@V߷PCub/"^x( f23E@5 cT^VB`x b12ɎEÁȍ%1w|xMsR˃8e ]&ȍ B\BEVjt\mEW 7j][% Ib5x:'&" \MKkg )W)`Jgmtс5mNK!0~~Qֶ1o<^d K_iuh#'?ԏߙmBM0[=nժ$d4E@lAl3TP-JF$,^ӏel[Aуd_3\0^_pԽn˫N6[q[,g+|6iaiS͵G!3|=;3Jk[,3Zܾz0,#MdśG ۅ13= +tlig3F\[ג]LIIF JƘg}O%D >0gUϝ˴ `5Nh'+pf|-ֽtu/g nk:a}ˠTmigS3RT,҃ Gן<]*ms(ô˵Ѧ8x4H43#yܶA0"!J\O5]a^;O3{mGǞъ [ďuj;{-piHḅXPdJ0G.OW>6Q7yęᷖٯuؐ,qҵhvMK9J03+Myx6/3 N~% ݫ~`;{caqᅬJ~]`ų2p>2([k@Nm)]`̡27˹\ov#0Qo'v6v=I?dT(0eN{Ѐ^y٘0UGF@b 00Xb޶Ϧe |r/u khд*PPyku|Xxi&*h ~CVy[Mk}A6d|"e.eeۼݵEY-#y) 4} J\en/NJ)wg*OOǶEC|؞V/xZK~ߝ:%* ETq27>Uب#t;CW WPaRdd/Nb`'圿gPgŘ*h^ym|'&o1AƣBy%XfhgJ`Fh ~;ctbmm5֞[5}!")>YC0~AQnV^g׫`64Q;oᬾGIB|K; n XZl%m/yODE;ȰZ A4"&Jld/~N ZmKZ˩1MMa֍}жDSD" W1X[  !#S|*nԘ߭@k,ap2gdV @Y+aA\NBK>KA꩞% 'Ec"ͫ&>j.XxgB'ݪr/y֭F)mZ8Q@6z! _'C*/ pA @eR~b42(jsd#khqb:t?&W0xnYZn]l?riBH@at?(yPJvm5Qa*?E^C /fff E(0MV DёNrK@Ҡk9!.RzE7 :<y7Ǟ[}?{*hU}6ku59lsE숮 _-a9BTuM*ZvQ!Iw Ni]&-S ь`3f ",\ڸB!oԦ3= yq1Z*}W-Zb.P,_޼iؚq}fE|I{&E]zgZ Xj_r7T'$00xb;>E3f"F$pi{BS:tL Y8IHv;6n$TF,Xh""Wۓ8EZE(,PQ;@0!.ק@p $ֵ'_՗^{VUyu@Bj6l]\ qN)mB8}b#p=aQJ#_>C>W"kxPDf.6# )nd@DG-"@rz<gnw%Dxtݕli"@msdՇ 9~WRr|ybk҈a2Ѿk[qD*OG^T I+AEFKίuYrfRjUE-F4 G@,z]^ _w~>;Y$m]xQi?pumc!)H#u]d`7p?{/"Q)M{F. h/l`˭BwZ^l|7~.yV[),+vrsj'M_* 6[qk Z7W0AME(QEr:SuuwaM s%(?9j n'9J $@?jP02Cеz/n[hJ_.{L p`@>)py4 `2s `#C{SiKoZƕr#,LR-GI+a 9 fDё $$-K]k<.`Gh#dKat> yn Z.¾/C lZv[ Z;,=SY ~h%ce31Ǜa $ݢm!z8-g`XGdd!q ɰ@ tBď݅E4¹p;˱x(zF?~}s~c: qq@ \6Xl2PFt\x0?n|n٭ ?% Ȓ:nȜ*Զ~&9- ߖ3g'n˸e Bk_?T:ߣUlx}?hȠD [ࢲL!&)\;-CwujFVTWe~fLk$~z}HrjlF{.w\U-Os+2nkYOjC;!TR\a\ 3{qp7P?sAr#w{r_yQ , S q\.ipcΤxos1"/6I}h ^xR@ O6s.8"!׫{ҞcZuctmc@gϛd~m󕺹ernoS^uW R~8)ԅ"H^#AsaRYҏJmՈPn4?P u]W8i}=~ۧϛJPd++ױZoYʪ|EVLe3}1tpS>T@A&IP @ ɺ!`['1)-GM)dr:~2$xqӢZ ckJxg1~[X߭NhžZ60Ul:cfW5f')?M=ȶmP>M"ka$H~׷|dYw {~XW?nӋ.kl<ך8A^dn{M7 ~jP@;3fr4I %=Fe]((D*&+DP2$he"s/U| iBɠͰg"XU+enjqx24J c}p.-Gts#5 M(~{?0m8x'WR88\$!gI1\VUfR$XU{Ž e !d9Ez.6O#SxASn7%H+uFhbU'|x?_cǚsl<ћe36=镲U. ;E8xE1M~oo+Lt^\d*"AgT~g+[ۖ{K&*x˘LZ(MLJ;ȴkmQC=8 'G^3?ŠsM D']o;iKZ!qg6͚14ÿk2+u8i8)}mݍ|-^ա1VMm28s]ηxn|&:K oob8 HJ<_?_ wֵj׳pǽ.^W)pRsoe&HC3I0O3˲\ݹY?c9洘ddV2%p5l(z1;WAnYk|;IT[CF925 |(*#ԥ ,N72rnL%]4=3ZW]9<f}$`_y vڟy}>0/h|:om)/e}#᳡>77Zϧ]ów(Hy> sb>HF7}H)^CXsӆ3IaʋGn{Yx2ϛ`} ;2-[_t8?w7?~x]jQ%-c|9_9up()AUT -Tz}>|u<')DjLR^qF^o-ф0Cum `t=t:`Z MITL'XgMved8zj!@]} SBx#.(9G!pp 8'`uj@Z[K:y{=I#:b> 윺pz=cķQt Ods7 S߹Ǽ^,0sqfW`Sac :a j6Σ rDuh^5H!UiүoWoɴf|; $X.4IMva ` Lrrbžn'GMO+7]zw:#B ^܇8`J"QT:kc\D@A ev7r*к\H8ϟ+ysN]:aMQF|Kq,_>4ׅ 4`JOf6aA x[fp;Eځ1c#gdo;TQdVgf\Jtr2o~J ^&pkFOx}4ǧw?%x8Hosd8|>'734tV9sqk!Qyqa5(rn "Q=pp.u k#y!fo6wci^|;4A4A S.h!{vZ 6D\_%-CU5\Xa )oDإJvY.rv..%tݶJO^w1,Y%.(ϱ̵’H(F "ǟإ`?kX3$gW9y_"l|4Yǹ-CxͣG[οůW=9Р/i)!ҟ/he|R_ۘ`cQ3vDx8f D=!Yeu  ;/_%ѽt0=A=xpTxZ jA$@]U{*vi8ݬǯ'M^fVwfBH_^FV& bMgpq0t,Oj_ 0UuYPѥA][rkknt>Aϗ_=w9tUeڪT)a1J:W'g3PX}U_:^|ݻ< ~F#wŜxBYh-LX6%[k`V9\!e^Ƴ~_loFzuQD4kY4,Ri4YrNԫ)ɌW-?GZ|y7*էZD[A~]-6 8_,\M%$j4Z *{swOxW[TtFr@ގF$>3&M^lQ" 3GBrf<%i7E7.3dSs̞DG2"Cc4ex .GW!XK'.+E1δD;q.ѯ<&7ݷz@i>l _蟇Z$$5 Bo7u1ZYK0;#FdZjm 8Fa u 6%KkrC7u'spN-=#?Їd$xEz}mޑrSB-F]6>Ij3(pz C2(.g_7hmMcA.U׿pA^ߵj̜aN>d:O@ZCpãӅ4ηsy8FA?+ȚޖxCib-*6[G#s.y;U? 'ӣVJI Qi ڃV|+p Gy(*OdjѯOiSFd\OV_窝__c&0{d>;Q$>4 #R۪2G祫Fl(U :b gk E᳅1𬊸vhV$/7QDD*w/VȾ+s> T;qBxA`w_3" 46n̡ v_t}X, lQԊ|壟[n'+&-*Rp\!hE 7# L5ܹr> Mzg mٳ;Oq2Y򵮪Їg8W-+7y2,bdWW4NHJK>T%wc}{'qqfҢ g'~ WxnseYV3srNyxٳ{slȀLfD;Ew{|Q$l7,o:{mǩ^ͫEd:;]ُ󼅻nCc xM=eYwt־Qd9%fiMҾۭ`ٝ@͏•8SƄ]PLBzs\A$lZH!V{g( VG~վ1Rh9W$oڅ2fu#%V-a#J۝X^#ز,db8)ٷmAo?|>Yf<\-5!T-wXMŒ6ut.wGvdMg?q6M7wZz/y^67#/nl+n%’.\k!>z;>ݝ\H$AB tPfa #EM*6`27)"m*;.kVFy[iJ⫵Pב&_-W;I&|bț0-^Y :Sd{=RZI8 ힲh'ߣ4|%ޝP zA!kƳ~]/2.{҇栒]13hf+$Bj:9Ѯ"|aXm}-&ĕGWz,g^NA;\/O8Xg:{,$jB aS< _ڽOv\6,\PjX'`^C>0K3ݺo{xS'``iT åqܢuzY -MC5i'$w%; m BZhruGHM* j +L~ç!oP`#?йL,?L#>h.LOBx2l}]wfs%0}z, $Id9чJx}\`PHZ*lX4L)w!E{3 #*#*nwbwHZ9ի jy_fr))3 XO4'}Vpe}1Xњ 6QX癜lZ}v+r{R(0ٵj{9׍LlWj/ \(^Hx^:0K ea(g8,J}RD<^,2-W(~2XKwba]-{Zm]hȈ\`#]z_˸qeakj]䋬Pqg-b|r39IuF}) vV|J<)hD.j[]ubls߮m}F~Z\R ;|^%,u0}ǃF6,SRyў9lf:]6N ?cٶ4S6iɴ;AC}]g lŎYIX Aup'+AI01C5Ն=NEy_[팟N+Ɂ!$'f+eChcz~O}5p2A}.D<%08;Ke*O>N"/_d%n 0ǥdۺqhSu*b ӨW]9;{G,FяhQiW@ԑUuWrJD^s=Sp:|]f摀 DJ3c UBQHȲ̜̪ B>7kl3V~FN۫H|l"w tc]{7V$.Ppt ՘i.{хMQNC\⤃$))R1hD,׹Ϗ(c|5mv6FERd=o2f /9donM&;JҚBTcu}~m:7p0YS8#$M$<QU;_|"TKҦY_ZQ()b^{WH:d6f󦭜đ+m^Oo]{ qu@G"kݐ7V;z0ٻIG]~o43'vZUȥ E֘W;OT%n9k.hsGκ5#J%h&Ot1W%(e.ZZ&:a̸hﰥQAE8*P}K4?O:Y۳s+uuZr #S@R>Դǿ .* ju6.`gU J0 ͛D!zz"c01r[7o؃2P(-,pP8Bq`㪇أ^4U9p;hA zv&{/{ݬWsFk+R@\A1OrDŜJV *!+FYa}2U}96ML`ߕSx7WB1֧G[k{~#ԑ%o ] _tއoG\6uK P#3&M9J{: G?2ُȽ=!hE$QӞ 0S 4ye+݌-r@KV58iٽ-Ff8wŪ,rCQ3$>p.ppz>͟Ƶ![eÆPzI$,I7OƳv9Z4 񠙦a5Ljע4OjX}/{+K?礴dw+ IzWrޜ%~! |}YbFo{JG` b1b'6J_i'O{rb}v!>?쿩4<=}'w.O,l/.>QF#G2P?_bJЪ܈HZRpo)Gp.̞͒?\w+i6CӍ30ID@#"$Ƞ$lC:p8k4ʳòlH:7+#E^ WGj{蛉5>?κ<ꚋu<\_ &pGAp }>(DP ?Wş-XismSQb\{ѺKO_7N)6%$f?%i?M}szc$Dl՜F?1sϕ{bΪ 䄈yh^u__n~}^?whj؍-Er8Q ^Zy0i/R;=f/ؾCw yRaVID2Iƹ{oTI(>Y@v;FK]/jv_O`Z$vHb' eyo 7-OJ b%ImmZ$'!~}jP53P 2;*f$ FCri-dJԫӦW'wE?*Jo|`oXۉ+EGP^Ȼ]C~~gWGm7.9tsX=zR0#rq^VheICP[B#` 8ͽyG<@D"r˼0niL >{-tmG.$BA$ER1S F>g8(F !:I.Kyp\Y͕QrmURc<%fw);|7zyWZ~EZgᶀgnY}"(y9.u!LVBQSjbC5i 0+.a -qߔq1qϺڶ\F;C/ [ز ӲKS!zb- ~}-3x0@V0F  8i:ZTdݱߝQ7b'; _·}]XdoZIdZ3R ϙ1ڠvұu>L(6+d@%U5H51-a.7tC3{׭F h V@fK'R4!7nI>W(_;&j54V|*FΪm9^֐jf )DxqcZrLyіޞbϹd|N5?cjEcSC35]id@tf?qdC桴{խ1.RfE>b\: tjn#Ծ>z}زBO1ۚj$4Br/q^nm~SX&GvMVZ  ?pU 5~jOHmFAQS~̶{aJeh#8l@y-uP3T)/d}y5r%HPf$uci"F#SEL7@?-7H^_v_ 1=e+MMe>}B3I{.-n˻żvèNι[o͗zEx+u:IqppEyRj(z\hWпϓGNdfvPHBԂ~SB#&mp= d*ÄXLJfneQò)2]ZoΌӭ-^B>Aά=e+[VpĐH"a2ATUSMBG-Wߎ=+ 'Bgs!0V>DN6skdZCAu )~ ~58Ů0@R0"DXԪKtȧs+鈆764{jӣh500O6kX( vY(Cς$_!!#?"Th˪?N]*{Ḹrj|#u2|L`*#B %"xGG#}ThB X3%ZwĂBPzF{t'O֕t KAP>x_|#o!#MQQxՒ/e`]#2^a72,zɍ!qmA&L,f_r NVs!RjKgG7=Z}Xkob+XP&7V|](:!YK!#`g"3Wܰm< u/WN_Mw&+m~$HtFѧQk/y qeBδ}Ўc'e-kruZ:6UڐbyݢpNfG f}BwN3!heo8̊pa U߆ns\,=Mi'sQ?K8:^SMP8e[lJ>`T@/)+r=9|j'\5yW"* cItW{kR\׃XbO(Xs|„ 8Y =,#T1M{X}h~ B&X~<9r{< 19rCX 0BQ(GG'H [3E Eؚ'WF:P/y08b+R~ucѧ?gL"t ډ$D??#N\wm''9Ef: )Ĥ0RR!tފDH nwgmKdW#^O<cJuّɵߙ4܂|'E8jI\Cnp͌u|D jdn"cC"5U( 7P"e~>.\K GVVb0W}Z7W򥡾cøCWl 0Ќ2ޗP )Ο/n{РeB{/{yס'3!BN2\W(Zi5ZfV?oxj:K }tDԊCn9A.#G"ibqBﻯg=7&!GCIL\7%岪o?t?R?|kޗE0WiIr+o=MV?| Fl !pķBӛʝKX?BI%J4XL3 tqw؝]{9LQI#au 4roma>EcSdw]vؔ__IDR~W]OEUXB/kd?pe:Ēto]˨6.G`TO_ 3UY?Ň9ݏ :F: :];$Sٟ؏DnՁCaUFQ 4c0mx+\cq4ܚ hCZ`uQ3X kدLvڢT‘ ;"(1T+PEw5c]MN𳿸FT: jg?r?E`j@o秞#I j-/IX ١<${L .ttEܚ~eaB@<2uKԀT<,Go.Gj)t.XɿU\y7+g[\2W0,M:s%9sMc ā 2r/ ǝ$:]xWk) nmX Ht.9e}#ݹo1ϯ= xG?\) X~̒y-~.?8O@U>_[5t86y D.Oa=HN$@ƴѳjސ AIMIm'oB8a!|v5yĝϕﺐp5ϑ?R4sK-!|Vgf^L`\Pml}|)OvL5 ήe6^X!!Bߪh"OZDqES?5zjߖminmLgNJ`s]oM~c.䌌"KU2i$\6VyA7Y?_Xw JUilV 脁QR[Ծ P9 iZ2_}BfzԌ`pA/WU;,]v8ߥ ) FdZrK[~;I/=Ey@S0bqs=[ïr9oV:cʖSk;7}% Y?W7ӁkA=J9#!tFˆ̙̈rٲ 8k 0$ᚧ!XkzH߼g{bDPmztXm52zf4*e*, zl~MV>鞼gٹ:W@{ΐ:lJ^>gґ D@{*HHK~+״qK?tHc͇,e/ Pjlqo;n|~mɾhVV~l1)f@KQW*KcwuB<:0!p+[g[;znF@ưO#_*/oް aB!rФϲE%اeΫw1I2 " * Ha"x-B-Sc*(H@<Ӭ궛?yu_a?TFNJPEiϹ)%e\\jߒ9.2ڲM!0qGkо3HZ"ؕW`NDHI!|"PJ͠AO ) K4J) -l~'-'+?b!5b̷nE V#h}87Ua5~۹ "A~oxߋMkqoJҲ܅ @}~L1`*9מ1LWhƄDY |OGum_fwWF2ԹӮѦ1`t8'%^OtQ:a)ʎC,3 2VAuRX/TzGVT4^m:g;B9:kvygwaA`,$$H,?Ji, AYPg5Mgybb@Y"QbX@$HLؕAmw+vgsp_?Gin.YZP{|-n@H4T ;aEi1l+vSfՀҝTmI|yyQ :՚8/HP$I+S.jz%ݛYt\L2l NŐ`5ځˑg1[`άXN,JrvOB`e޺Ncsp%KŊ5zݬ̥qk=exzmW +O3࿅GnL_m|٤PGnx1l[9ژ6=*"LqXʁ>QѮWx6ߨy$lrm(| I2~Ƥ] )PaMy\Sx>k47`_횁us< $!l@"?bVZ6gY^G. ~::W5 k@ڈ"/D1ffd3F`0ۍ;iwݼhp'?RύreΗX/M/ҫqJp};%5oQH`?n nu5_.{Vo V̾9EXEl̹51,Whig<9 &'~׌"I :n ϱzlfj@cjQ{u(8X{(qIa5%znW?_>B) osR7]G[ޱC+W6inؕSˏ̈́Оf!;Ϣ\fxlog!2b&y:=#jSCh*~Uݕ~##b[ S}/">*Oz6Z Dꗙh룋6( ]vamu~k*|Slx@,"uIiu)V~ffͦ튊?R]絘STF4vsPɖRFh BQB0Q;ilH2WNe32"dm0i2dTCRJs)3&$B&*87*ɺ% pH]$CjsŠ K%9"SP(K(fTOg)SgQ[`+Lm-mbKNFr*t[݃r3jNB D!r a(yêdEӒ-aPhu0jE 4\BE"3Fd7M#;z L*t L2lԡ6,CJf%9<i)$h6_,vK7=:266jN%# Q aP}kLXR+WߤE ' e.۩"E)d"Ug 6TBZddd-fR%Jr%B&h*dPD帕 Z vSA!L-3jOM)uutuD%54& ӽ-JyF)Ȇ0cd#N( D.#g"P2si!?ҜMq(k)&2e$"rQ#D&$R S3 RdVCP!0A6V) % 4":1MxX.α% ڨxC,NUhm+heK6Fw< 3&DV.n;)zjFzn秸>Lk2~mUxbGB!0dz"%%3 I|/ ^u id6.֥ }cnXy?Gp{Nڧ9P$X%T-o,jqGc^4SAN $ &LKE-ih|GU!`^$FJ$"-$7>=ʇ)Z 4;ꧯoXī <rc ?RZ.Yd, !2W z} QRf^+)f{yeKZWN5"}=t XB'Rs݈L*$1rq֙,pOKbZvݔX)gJ!Av8Ԑܬ(Mr&F̓k*r \Zx KUƛ Prpai#Gecȣ_Y0/MKVJJwq[޹)\( ~7Rw 5k>Q#l#n70`bPh4: xZ[jĎ6dFrX> BZV4ߕC'oOc+7_h`rɧ!r)8bQiޔm\+O-~Yxze/ Xx2L;sǾ̌H@|P.˲bjJt}&C鶞}[OOun!)x\i {ٔՄ'ArZˌ%|L~C%M`䟷F)7;"K8DžaOY{1rDWTmk{z;w޷?ކ{ow]Jek z^U{iyz\)qu`L݊>LLEϠ&ڊ8D,Yp#P7 D`ڿ?ɍWZID9āC!&p0`ˑQDmm}j{]Rv츬qP-P5 QcF'm e` ^!oWI4>!rH76U.iުxtj~7ZlyQ> e{"!4GW<~Ix^nDzt?6i5u2ZX.ADN)D@cat'Ue`ZQ@޷ځ:JX,%SGg:ϛo!/5>BK E}4-+Ms @ pbZ[Hΐ;gDkL+mm;f9mC$̉.l?UJt;h5*,0U% &-N꪿w fGG13il!^_m^>3ZnG"BmF>ĨD]pZ YPXϦPxNPV'V{^owIe*k?GE`s\IDϺ7XR"$%῞7"%[j.wJBtVkdGkϟ-Qݫ`d5APL@'av7IMM0Y 0{79+w.d?7z/Ay(p2E..kK `n5Ut۷d ˗{\"` bÁ"T] GֲiQ7dq2ӎI*b75sT?1?~@+?c׵'ɀ%];'ejL|9+R a疸-* }ϵP e ʸT /1Ϭce6CL &rQ GW?]RCJLhH7R;c 4{ ^dW6Dg)~$_ogQ6#Q&˒hsS aQd"=o2W94a|Ü6b?y^GS\Pi3rXsfp‰8W6v@)*O4Dx7rƋD}U|;MQ_Hr.oM𿕀B9YOkA*%gtwQ]'Kn2Еnl_>rR= T;<18S@(\s)aeiAMSsbJ \%MY >Z "tOmcTc -G<=ͻ9i"rez\zeT5ʲIp?W4mCiy[zcJgMGp6OӬ,خ-EWik![J!ǏȂfrݔ~Mvu8c(az>_j H4vnZ CD(#b/MCODEr'Fb^sъcg kn_pv\2aXӸyIrqWW-SqIIzpB z,rm>9vεGQŤ+=,2M< wvqNCypkHKBg ЏR<& /pvO(gřŖ h8|= @K4q#Y B1卥wg q`MwO/ؕF_F c<6- sF$AsdO*eeW X?k F1:wwqW=^n("WvUFҊY+F<]?~K5"'$:ZX5òt,;j8 ץ!q.VhkA=0>ؤwwW9^e 'óI>* gWBre᎓t-"k6Y~$2f.JƲY[R9=NLU886-AYP}% Rk 7587TWNeaJmɒ8&mAFe HN?㠷PԅwA{V틑tmT _zϲ\;OV76*o Sa q`n9 74u)@PѶիM;ه"F8xЎ/YF[eX/cCDD)ՠ &wI8H9K5΂&yO$]+|ܟUcEmIsp۵5 տq喖-}ߙJ[O&nݛԄhf$(hB^n1K3|)֡ZIo\'c+.6x4ϔ Up/:͇~`|˕qK|{*&oGJZ=tq0)ۑx#R 1|;^? n_>>^48wY͑wtY@ϱ "sp̴ysg5>מy< $VdF,F ,$QBz= Ғ(W UI*ҩpȐ//U<_ԅf엒Hy܋͂UAeB.\(vbɻ[͋my*o 9ɥ| uƜ `Jۀ//j֊5A^n}7U~>oٷO9`B3C`”(яV@ʲ:Ӑޠ\퇯NǁwbJxb6v}GZ D']BǼ8-]KJRL<FYl3`,B `Yx(Z\cduuPaY2BPZZQ-)k- E iei,1ƪ QȄt膸>]$vKO',i |\ַ|g%UTXpGnmYoߍJmʥIJcn;LQ|lJhF6 u2?ȈYtSq셼XӅnBhkE@LJȈOP8?{U?Z'P=u!R$1l~m}nٟg+הکXv80U/sk+ʨ;҃m`LoΑv›1Q"t b4?H0.vkcone$&NR՞v_:/s[ѿH1IbӺ:}w>'Lb(f$dI$xgb~٨Φ~BoyKō& 9.he@t2(`A\ b~+1D*bHY02!qـm1F?w8[ձC-j@Иyc,lJm4[<]d j0`$ .UÁ'icw,F:!'# $<ھPG$EG)jRe[L%7r8w5)0/ĒB4E S-cXRFob6;I~wx%wu];8rXS?53ح,Z\ZuRO묷.bӮoTrjoH{H#*v>p}7kl6WCyq[nm՝ou]m.1FbnJWRϦQk ֥Ͻ%0SÓJ.Ȃ8 +!~vk X&P:{ Y =17KHof;E_b?}Y?0#FHIX:#et+ D$j*G:eMHcD3 N}v j@u) ]NӞo t683.Iq.?;~_dpTny@*T"^ <Lr (ZH % JUKK* 00.BSW$aRY.46T ށBj7[$$e :  10 L AIXJ&WLIIr6`d冴6+K!̐0-$ٔZX,̘Yes1SL%aU>}a2Yy~qK҂/L3Paim+#ml|QBjF3%b/5EW@m?9uO[+_z mzgco#Ξ4(нnoha{Eŭ|$h?ѱ]{{#e{yEx639UBah! ҔPRKNޓznuk{kˮoҙg?!Zݑm5t/U3_ ~y~m8| JmRXM$Ѻf DX+9crN":}lI,!_}A8, W]V$Pq8d`_q>74Ǘo߾TPxhta,{pfu%9eQ,2P Xicu% N\l`#8N&#$y_mgCDM87*;>x]U~n-a"bn,SH`#kz>G(1'^&UwBǼn-Z`:`ps*0T͈@sDxXUKeMe3Ma8'm% :فQg6Bta ñ#۽BTN)`X}gC|33Rs쮀zЂ$o*5D2,Udfw$7/Yi2J3RO33מnPMpcmtX )@*-SŅ:x*'d}C1eKDLHFUg"![7LnP8ߎpRd39`UhF+k$wl/.vpjMMilC˖`I^72Yq(O1 `D.b^Z3$RQqa 5_5vudIY|= 57wd"!!Fn@6՘C!ȁ0FiGlCoIs@}':r90ѺE uFByakNMNM`fٮ=tre2V \IdehMdmvlfvV;awJS}dP6f=nf 6UAd$) t_&@X]3!oαeaz0ke,E-]+xezvuTD4l-,WAh@0s}pÁQ r 菾ۃv;7e$ēiS143 `F?lS}'DEڹ}V46&ͤ&,he Frx%Y,8| &#$]m4d _(LzA$2pߋ_k]@|!OOe'Q{N~cP+,i6ߛ-,|*B nwd9Nj@v#8%P0%k$"u0Y98͞QL}k٬ l |SŋOA= DDȃX3-Usy A12ո֮v;@䐊!&}Yyoduo88P;(@wFP1C bg&7X 񻊑Hv]YIj߫B.C5l"/! pWG.sr"$I2f,4jjp- IHDɺP+#Om ›08W=1":?NF"(zCX۪OnkF7^L (^yGDZ!zɋ gHu{ OKYk|yW㞺GQ: Rtt]?:_Pg֡@ޯsiY_#~~|ъopкJץ@hYP}> 0hYHdR_K5D9R&%6@Z>GsO__mOnS+?K9-j< \QMǑxɿ$h/(KuIࡐ㯜}1h|VnalntbI/V E%cCwl#D2ƷDW?ٻs_9Qr>W|ZG>O>/-MX]L8)"SdδF<} /GokaGjԝ˴k# X%4⡻B ڦ_+~@s k7/6khd3؍>|k.C??$e^>;VKV,\q\?i뇷G/ ]W#A:6$S ȂJh 4FüU;V0zev`ayܦ}1׶Zycⲑ1vm*mT&RXɿ~ȽLp;RsVa=g@j]|bGhu_ukn:{NR Њ@t>A #}O23>dBR~ '4,l"e&{$\5|bG;UWG//N7&)hUYu\&`rOЁ3cucsvb;p3wq`mF6PWR44ciJrf@jGk:p΋7/Y}ob<'.$Y=;IK0HfP){i{Ԯ{d H\`eLH$PaQ`DSQAȆ+*V6$Z[{tyjws?:7c%?p`6[w; * ֧,~Z&WU{p;^?ܸOjS/?cL(-ODs ucmP9,F^"?Y-$4w^3 /7z뵱 ]KfOaTKEo`[Nwwtl4} ޏtF*;Ii-S"J}8[CvuBYO/4~Ѷx .UYݟ1\%EbF8.Bd0 }4 ;;w鿟ܿ_/}瞔q: Mou>}ayқcAy=S9_[ rlAL_V֝k-s)հ,-fd˥ߞ{N+W_2h*^gsffIߗ Uͮ &> '}kmM}_ E*,ęm;:_g6es5N?a$[hQj=߉"X菏oׯᛲLݘRl Ϧf\O1ZjhOF };!x(T ;zW;9-j++}'; o7[Ò@`h[F܀ǻ Wd}II08 qйs:'pvh'V~z3gw5.O+|^,n 鋆GAZ/p ]_P2сmg8,t_xHRApCn"(@%(B4q 117M!kPlƳa5ep(a~`i\=\()=8Y*.>eE]GiͿ TRxy^vhULUU½_zvWr1ï=4uMf$4Rf2ƨEeT=}5۰c3C/i1$k{NwjsÜYa;e"4z {pe-PM'1a7NiM|bFDHX;s m;rɉI׮ ;x[9wEgtSxUd>= =oA .GO8L:GʬB+}or>g??zך&rݷnugysxm{1}grhj[˝Lqƨ "dZYWX潽)z v( ?n0bKS&QoѽҷHw[B3u˸Mru>=2sqxNʇr5X!a~~sr>Ϩ@r yFُvvWPt,s;XH(eяF7Zp@`Jݼn\۟h"wg zBHp:Hזp;ku:y0Dxq}5y5aks A'N߸lo7^{ruN:Fے}<իSک5P4fiP÷F4uTi/,*=:h'aTӋe<(ߣi?\{ r<4= ;Lx+sj]eZ?_smxNNYl2$0(`!^"CQ83.>A'W C^<^zwoSy1pA@Qڌ4ID807wd|~/ \w/L~wokwK#[t(eAlq u \:[n ϗnmChJe'6Hpq1X,g.SXz!YJsseuwQ6hECJϭ#Ni˞XEg d*X%Q2a*klnP5!X+^=y_ ϩq>sdm$GL8$ B $,~۳yhUaLC\@y? gose 3%~d71zGcV^v u+jԴ?cK ;!Ds$;o qN9w7呌DK!Jܓڊ,H "뉈g%k5!hc2 #s@ޜ!yd P Fǹ_U]N%d )Xȟĩd4nv19;=T쯅 n|-ؽ$%H,w)G;^DTʏp@g5PG}H︻/֛d;8~WG[~ ƷScx7 6ۍi/` ޵ϔNH[|!=L ig<@. 0I 4Oچ]޸u >/' JOWq%C#o_l+gyQᇢ6Gؼqk}֜C!QJ$:~ɾŗCT7~Mm}yj렜F,K,Q{{"<6z}q@Ђ_~V8%͝0)7՘m}q#{"XV"6WvD7_g I:=4?T7UiԜ+Zg ?u7b|ϝv~\ < v8͞D0Fi41 Kheh}|yY+ԯA@aIF~h~hDG?ʂFgDv&*tXjьe4nV!/QjC?@߫7-ol/d%Euc<Ʋ}+u\|drLJRk7[EҖ-ХAp̮A# 9DR?${+5=#p)p6iXt1~B1\ޚAh+5#S] wN|XӤK"^DhtRK%UR&[ l9oZ= ڥF" s _V0A<pvq[,j"6f1{Y%!w} 26 0b E+3PcW]TvD P# T~a4GIRX[4t$|7}S]'z:YQstGW1Di-$7*!]vn_?y| ng?3R] tS/pﰐ\'r4A,MNU׫NK⋒ۺc P@Z@C/3{SM}F/Pkp.(?N,Ol:|iUa1Qj]\HSV1Gwϼo?hph,GAE1-Q&ol;[8z8h bl#l@D?Zbke5T8AO7'02vg-N,0yBF e]@i2(X@gAr!49*0h+X8H[d:_'Y5.SWk!B$w~xuYDŽoj~|# U b JBpU/ ݛ$_y^ޘLG=3 q\D!mf .eȃ qi\68O~yďjmϷe<.U>O(0{L|3fk pFTTc o "on d5@`dFxUx&]u 'cѧnailŸ}.G&6=jI/#$>37W;!`]&sa28"9zMlb9Su5o!\Kk0F?m0tP7`ԫz{4җgf1k~ꃭloWh|F80IKס;!q/WyfFr?1꒮nM,PT7J Mt._X74/2@foНVli~~Mү/lֵwN~'D]o^e9Qws$K1^^K9Oխ/bPS3֕{]5\uK Ԍ"76`I 1Ga+eX@<Ua̺Ʉ"T-[`S\2L,hl` Vpo##눰~Zu0H+#] -g l1XFfd` in0B֤dLmnj́ Fg C+s7|;u!r䌭D-C9ӡ8"̡[LMch6;4 GUԻcTyHlBcqp]_cx^󿧑~=c[GS>UyʿIZ|W@_5s3}Zm؝0vgbb O2G`_']Nu8;G@ VU|M*pOpbd/FbVi|ZԎKڅ/8|-%vtHC] S$-+xϪŕzA^(kZ⁔Q2tVkPTW"*AR঱b?K"tXb :H"|WY" AF$.?ST[s\7S4|O<宋׾s/tvݿ5w^]q, 0M.QD; }YMl -  [}M՗C2L=!d!UKGɛ_'u0x'(,C0GE™;ʤ@r8[IGqMO1?=wgk? =F1XG ' F):-$%P۬3Ugي$' @` ($Q!ԢI>D77:-$u(9ĺ 8*KhO+i'Ұ򡬚!oYa+m]3BqaSک~ eZRZ$qZ@})Ҩ<%@ xd^T> $"Ї<`ZģF}o8M|`  V8ZᅐT=e.xժz9Bkt( ^gs+8y;+#< ىSI`-lsF*#ATB7۩U]pXfȽ.RqUY90EAjYqp\q˙ ȵX牼G2@Y̓[WB& %mKm@ Bi0S!Zb񝟉%:Zx(+dP"eW QbH!nZz 4X&@ّ?~&;l1oraЁr$#6yˤ&GG%'{]gVlfҔCIHuxᯛ/2^v;^ʃo_n5@}|cuuE>m] MV_}6vU2}2aADe"o>|2I-nL~~%ƪ h7AjPa%K>6S)J_~?{hpy3cks"ŠHIո(Ev#āS#s-0IӪj`+gD9ɻ\^Z5<9Ga!h 4& ka;ӡi57㍫YC6^ʘAA"ˀ='o =:b >[:Ðݖ, Kqù?Ǟyo0GC%Cd8D W29"X(ڑWV0%&h 7cs8O·.>*R~ebkeUKf->/^|9r'،hKkJ0:GeZ m~]H-P~v["#,^6fpi#KF_8qY*&+2c[\y,Na*I0=fKDuU zFV4VK kYcҶ$}^a$w}ߨ?3r_^WNbf\Zz+aQr&DQMd쩖z*;\:JY~gq_ޗ'9x#;yxWlSZ^Gn+ȿx]=K,-AA! H*q3eIؽ]lbw(g, pf `D xZS]i6yPaTT7 =;m gtj3lNO(WZ}gXbz g_ сP"(em޼ZWR,2&Wϐg{R@4?OR~@$~WC\3ֳ46:x W,b W'ՍiX6n!I{a L޳ ⹦C89K k8o->,D6Nؠ\L˛tMH(i2NR)zb: Gi $·Mc21z,lZԸeMͿSI.aQ"|IdڋRCUHBqdeζ;>o߼$#i$aGF!kJEt aljh\ ./3PKi3w{ENÁd!pl=yJ;wjm>ú$T汞[)?lc9 ,| !s锫gm5~Lhf)0] m!?UƓ3rUP&g6M3==fSv!ӎW??۱&/9G!#_e$IDf5KnC 0Ņ$. ;Fp5kӽ1ȟHG1E(Ճx궶7>/;_'Ae>;o}o x`].m|02rlzxNDz"Df%q"q_qXI{}D_ Lyf5G8l>~W:w4n=3JN +m @_x:)2Q4B[1"Ͱi|ml 3Yj3_cx3܄EZȻd‹w<]zΜEv]8Å 1d(|eegx97ЃCaXڛ6g68ϛ˫d@a?uݘ@k ,m*CCH?>pbXa~,a}ZG3*rCҖ]O+.|(P- ڰ.ԠZI! xh&,/x]}a9fE0WɳE &=(|<%e90 |~_'S摽fgc7wg7oqO0jK/9ʗM_ЭOoy.,ioc𳵟ާ˧ |տFxmAfi>8FmѮ z'a?{^s Jϰ4)7_c\/‰&{'@"#>;=?cXDgNO"6h`(ĈM(bd(3WdLhH-OkKEDJ,/Kp&%t}u*.ʮjZ?[PUBK]*"߱ RKXK#a$al }JMP<UDyƎf\.ZRRLv6P9_Mwxa8{-Ϊqѧڢ/A] EA"q6DUs=#r.YY!(r$ Ieԉ1Ihd?c:7WlBMZk6,VVgYM(R$ *dSz7'\D`8"3 NtHs4H'\;9D0^FMj5r7lACA珞6, 5r(Cn,$|v==$$NDP:Pdp .S,#Kސmǚ_"蜱%osykm]"{X,bK.E:/B J)6w>Q11a8,(H=Қb;cuBqRT^'&C ]O]\8+U.0];- H/lFkm!ɷ!yq&1VXa6;+:]`ZbJRQ4_xeHh: c& sv~?Z; s0/W DK^5D#Z:1#V`kw_6=}kp̼}DQrFtY*>L?vSRR)ƊьQDi>BcZ+e)e+ [t_&/ לe_Ǭ]o르ĎKj: P.5XUwyٞ x y]O ¦aD+D BkTDW09a(n9XYOߤi`FσߋfcOЭ1j7`JɃ(H1}Ja_ZIv5r_G%ؖm7=DbM~l톹ީ'qtB}"~|| #OƔ#42Pףh.[8[آt/34=ZxK)f/oՒq2,\`_VL{7+]s>D羣~6z[g.~_Ncl=6 Z˝&7!)4Dq ̑\D^ rimGӴl+:4Ku5a WG?[<2I qU}~%xxL ;rz5󜸄&w6a(}7Wlw@s"yq^§4iu:x0Q0]}"P,Cj(s( n(ċX-|aB1Ѿ<n̉nNb<ǔDG%\/֮=;cǏQl V_&u5DƭtJm1,. ,-p1{ܷIO%~޶Y|_f)z|zڒq ? pX T*{h(ñTUfm"dymy6/Cyk89ugK~uz{+g51u.,lȺY3yѭx2E' ?2H蹩_?Gm*-y_0PIN+ONJDĨ]zBHg!2P q9_5VbcKA&)m<䡠HA[vʷ_%/A, QQh z^Z1lp!IJlx  m!ko6F x }a-[bv'1C:y倈eugA~Ȩ"7RA1C\6&H5-T\#uLGx| ñk5[޸6ǘHחa~p)cb:> %w N?cA"iy4O&HUiDB8d+IԱ5lɂ jPAڵU8*C\oM[]Z΄3@kBRz)b`""};[؞pN3?- <5AN%U$,}(ƈAgpÛmu$ucybsTBkѿX#2Ps\h 4nj^Dm(;#3؃1imrD8ŘJ6LVvU,lvqހ{ɀ}˓-h@3a5AD>:v$-p͜a2 Mzy $#w`uIz_@Sfe2<ȼ+2DgXg=*2}m%{L9Q#sX 562y&1i:(h '%#@6ЮݳyQ>N~W;ZAV:5YOe^ʬֹ^8g M1[r;R? 5Ig| n/aMYsףR>h#0'h-*]VWR4]ڏ_aQ϶u^`7 xs!˽8ymTW^| W3sad&dGY|Pf,FbW|rő s&l"Xߖ$5td^~Xz^';!Ch#ϬuO,s^Ftʛ&H]LbM7Lͯ[Qyȅ+Mty?+_eu } Kw>uLߏuG}9WwOE>Mew#O绝y]mc>)t O[װ>n~O}O]/muN/xz𽗉jW7OWN-cC:|Oys+a_ǽ4SKuOA3x)۔k?k=ߏW]{utoEoOU?>~ֿCy\.ۜr_7j~fx3k{<>L?|<_o;Wfu]oy3o:~߼l9Is=:+~'i>wU,Miפofe՟?bWww]E/7~YۿWK/~|ZL>1&2R17n VB#øGq鏩vQ>h|X|ׄŎSkFse/|=Ϋ2jrzXRic?5溺j$Vfc~x]+QUKrʗeƹ[azMW[.ӑF1e]rzfvWV rGexvIͯZ5]v@+jLDJ.M]*~ -N{ȵwiV`qr.(pj𳨍6}Nʥ.=Z1L\ 2՘zܙX\喦1i\cDWYД0-@?:>>u՟%q(OiV6KqBp9Q8j"D}xgt⇏=ww2-v4΄ )I:.3#GkHZO2JIfm2)F*qv7OۯʫJDxH >.x677|]5k5]Huuڰ(@H ϭ[h%۬W3#w[ Z*Nb,fO.t!TG瑤 #?G:4 /y`GocmAR VXk<йo`!Q:I{hsU0}| d) :-\hMOTQSusO.r~sIKGv,؆ {^p) ! !I9WXu'=(YhS-lj9YGHڰWϦSx?>>>;*bGZu 앉 M$1kwT8'8fy"H> rA>PTU=uӱDUDyg}^hϣ׹W>a M&H0ȂEb!y ,`Fe#?IA.>Nua`:_L:66V#b3W͜2x ߱xc|ݝyǰ@AσMt42i" peohNkaR+vR!VȒPaI|(C: XQ3ۦ*1b@.!A9e 7˫gˋRSyuZL[t\_!vv:/[݃^$iWI1nwZ]w<^5F#V|b36hRgR'MUf$aBs:>a |1Hy>.X[9U޽ϳjJY}t=kQsJ 8kY4څ0UF3i4T!Y7s`i>ץ> 2cxfb Bq4[9ʡ.tY*Ҷ^PdC0v8g 0*#hdQ ءkH W/v{l O6HBOrtuJ C2X6v4:7nN)FFajjze/{ ZOmٍr2pОA ږm1ˤ|O ;ukC gx Ho|*lgcq$slxMI= 1of\_r=Vb;ykKoKyl!+F[Q$(pY̩ȿ/t ,)NUI[}JU_(\eht]7+:;\<\H 6X¬ds"ۭ! ܎Hyx9\+pGxC9'g \*ڴ fF ##bdh<Ӛ+c;^ri^8)kK]OC9e0U@y>hIq YZ.zfaW]t<{REYHZe؀-Bc'|UPρM2w_-bV$}ʰSo_!#kgGݱJcUTT, %_%=`OI%@'E&OKg"ZP1#&+K$h/ Ms;^2oܽ* fCEHՠ$x0^+_Idbd(-,7OA# :K^fC;8?T4Jd tВx+HtIaɀQRm"6p:J M lj o> w5ݨ_VyHɤQB2wsbЪTga!Af: uOi s +F[*E0rՠ) ګys?bBt=orvv]~|Bpg1+g(\҃^evL$h~#%y?Yɵmp~Qz鷦,A  @K1 *%Fa'2~ΰe~x[Tq ^E9b& IkPB6FAﭬ9^qFzc}nU[DRiGi~$q[/FVa;n>^;rfN\_;c͹q{lzۙ1F Ž7=c>[m񧈷ʺ ]!+n͸2wըPeid8#+"+0fR_?©]Oj]Y9fvo fbl₻߮cp7 oL3FrЪ6n VF3BF2 آ7Z |'+?;~\vm\<9F-ĚSp%ֹ妩/a&e!6h&dPWCz&%kaRfg{ dMzf[ cRpwI+S]3$~MV Z3д]lrwh!Swa_AXXX !ۤlV 1S@&ۑC}"ԯXZp+IcI0_9@]RkF9:Ɓ?_{z@QBhxwz]-`˺|S{5A|se5>)FS_/D`jDJz  @)*$P((BoPIBHCl֖"ZQR% QEVƊڜmZ1'󁨀kmejۻ޹w1wma=ܛK{^|}۽f缘ﻷf>Nv}ovy$=N}|K@ ymU4)>!ADrGy/}z}3!uͰ6-;g@EP@m }z"@ڥ۸5ݰ޽4=SV@eanmU`tF=ؗTs mKCA";:i ݸ4teATj"ÞÝúyj3󌋳=jLk׍H@}howWo<;o}fyeהkoP}v={UvD+̾k֬-w}n/fb/Z;kw^vt]tpv@==TD[mh&2^O@ӟT2'<43:|.ãt>kVo}r5{_<>Ͻ}u{>vor/}ҟN!%>!(;۾o`ۋW}U<롣6h=.{U^n}+ͬk֧X=h<}w|WuT[:5+mz}M^˧gp:WejCa3I 7;6ٞoF8:׫ׯ{7h*t9硊=w!ӹg>\>_]toofm}|m}TM|oeTEZ;e޺nwA\u7s}U"-ѥ:(vZPޟ;P8*k_6=+_w.@r޷z<@<׬k{Uowwt}/Lvfz7C{zkn.;]{:YsՍzs W{4{^|Jz}tݹzs,Em0vUGWrn_wݼon^\V6Y{SWw7=sWԯO\׷NOkn^w>z {;:e^w'J>=@`n̚:FwTteWoor*L;;Mvjn;^Οm|f[UeVjZ}^󾯕{z]b>Rҡ{{}}wݩλ}g/]{;׷s{pޫ[ή ܻa1<|Uuv/hZ{w޻o{{4ݽ9=5k-6\Vv:z/|Z6m+S=Wۯs϶Eޕwf<[ƄgS|Ϸ۾Ϙz-{|Wwhm}E}[u}o{m}ϝ}}}[ʞm͇{nwL9Oxv{۸}Ӝ{0;.zzeo{oa @#@&CCA3ABdhd2ih)⧴5Ÿq0^kK~xevhIc`ʳ(Lo2Bxabre9die AMR7#ElwWY#n·jY}f˧~:gx+{Mϗ[(˦UȺiPM^C2ŏg}n2֯f~˟m|}Ƿ|FqdDWNUb+'/K?9("|-Qj/ecmj-L&TzqSJ#0䏎^/6r~7W~ ~r*ݧh6&Nͣ~6g6b}N:Cƻ>z㉄CrN\*W, -tUfKV+yk-kG|CE 4|7Q6 Dz^#ٵolc?\ p:N-]jܙKQV2RM-QבNZSt,GIŴ@H+#!dRK|i}{e9|wИXy.G0S8G_K$ , ʭ.U{NJ~bv=Mk8;qN!_ߕ̸=F}Gp*qhn[ho+X\WUt}i "81[;(LK Z{#7,&CQ)A/K'/ 'dq(ʗW+H)u߾U`FEUIeۑib-$<5=,z%Y=mOF%j Ʋ8[4Er!NV R"'zKc! mRgx$gu˞TpIg-vw"gY=b^g Z*aS$OWچS{W常Ky;t,eÆMǬmHXʷ9ni4lI*J@ώCjpMi .m-M< i d3^$Wu nΔb{.56-x &^NlZ;ewk%"cmtdb64]XM'l޲n+z2=n$ RHO)\6{R]JV嬗 .Yg%n%i2OImHv*k:N.D̼fa47 Peu$VR>: ] QP'oo<1U Bjyjc,g< 洰.6.jdI m-il*cnfK(/u֏ oIݭrV,ۡvfê,[HkH,H d.`* gs5LP#fNѨqŬ#^r_\L#d_?+G.Ys˒ -aBF̉ѫqsbJz4hyнy%]ezfxYJ-l]˩sM og|icߺy޴6%5.2FTkd?bo>c'12V\Uhm8hRĺ,liA !OnSm1 XWջB d3Ƿ_1VS| V8k_iyieY$lp˒w9@ʣqW/6t@.B1\-[7kj ٞZH7l!&p[+b:*ɲh}LdWƶ8KkQ+9XybM"MG-[ac+A#3:Jȴ~iߚ~54ݑ|O*ل)Fe* g9׃, >qUG>ʶN%~ҵ$eml$|{d'ZVrf|UD!&뚅Zף^W).:(iX㑒remH6tɞXY$7һY_=nVϲy8Zo쮫n::O>1;ێg-%&a G챂bcH+6Θo(IȁeHg~MZ(^k̊Zc{ɫ\%Lp#%RVRS˖'M,#A70ͪZ[Džy%l۽̄zMˤSˤZ;,O_#V VZ왹$*(^bSTR"a0Y˂q>%*"R#)ó$3m^YjeZ FZ9'Խt kN6LҗKPț͉ІtEmDÑ}7ɚ2uyll&JnrG9.\q:2PXqW\Ԋlx+Al&:Ѭ:A+nvR55LsEX3_R;%T8XۢƩ$k{t`5N3(!q 56fwV}K͆nmg)_2BߍVf!t8,8QKΩ#d-]7Qٲs/۴%oν3*lEԕz7D,e^QeaKkF^B}7yoɹ'ɩt95Ukl)բ1 1mKRɟ~M~GN%61`[&y˦EI6 lձqXe'(ƆiSIJ-)2Hye_EȰωl85_B  V2xq0Lid#RWG먩 ɾ!xtHE=VץzG}-%f.r W2rf2&l&{' [^4E)=jkޜ( &t/Jc&EF z͙Z+B,O蝸B缻d!ZIdWht%1Unu-tJ챲}IJJ2])4Mً6y7F&VlTk.!H3SVm̍N#M7N/iyuu<ޙkIKy1qf 3m[805H%QD 2`呂l zp{eºh[]-<1j6Xpg v Xĭ6myyֳKLo."8`2:!Pԙ2Wee,QrFSR3WV e Wqm)mIf~s,C3ˑXmW,I{,uoATWuoO|ܕ&KէrF>` W=)̚v"A[۲V.=k]2}§ޮ:3: {Wٲn=f6 f㹦t][57pr34JB VyKS,LW/efR-zFDwф]+"\/^9ٸWFY%ߒmr5E"ri>(F\f\N%ʽXhc#uI#-2.[MM H\d0ɗ+^ e}p*Q$'Q..c'^gacm!q*6sR۵`6.,2Z2i &-XHϒK S Ffu(rgw\֧dNyXox-z\waEp,^œ.]l=[VM9[~lK|ΖK2JR|>FrHLc 6%Y%ckdBF溬PUgC+aPjQ6PZrdԸkNIڏ5.=Xg碄R$RW9&{17e3rf$t#] ^)^6~o-$Q zc6o 0C^C㌄stvZTHמpZޮ=~:r۪=3H3D Vnn] 26-+uPa6/~]9d^H&=mDT7E(;-LhAJ{㒑ZIXv[U GՔ"IgG#z7뭽/1I||zvhv5i4ZάlZ*Fdr:cfG+&.id ﵎WɆ2:GeOnY߹̙5e;܍S{mЕms}s|{%:^^I|3ۗ~]jt  D5Dշ*ʄ6VCaƩmF#bB3hL>"UkU3Z{uh=|sn3..|ز{ro ._'J XiFrϐ.[]NJ]Ddl%ys\nY!9[UX*S`,8c ^:kyj&]OtnƫO3\jf Qq3-*(Mdv_/"C.p&D$\1LWΩz,wݽPW?wj7 -^=ܻY&1QvnYV^E\38N5JKH|qs>Uv6ATkіYxI-W"#2Ռg+sGk$.dHJǡ%$#>L oi;[v J$Hb4.e_-߿u Z&^)M٪Yb>~l|}I8f[^FZWbϚےb^l.ʭ,ξlv2fIϒ'ݟ5S%XdbъA} rYh&L}n@۽ Y {jC!MU#K(]$0Gȿovt'>tT42&O*9DjΑ'Za2U9 +W]T蔎SzZ|/Ow'.cLT;׸KzՋ><-\ViS+LDV;l`Lѹ13q)d,V9œ\#Cvה? ~gmUz8m0F{:l5?E-Cb\Gk{`edF.s&*DXd7qI=ұRDֺQ)X3{1[+#ݪU),dӹbÒiPņ]b.(= )T.M]mDq`1m]04R2V0ΜΝ<+\|/Řgu6/o´w/0V{2U9VCr<.TlfnWY&4("Ygn"Ovy"*1E_Cb/&k'Z'욠HdB`Bm5UmJy| "oK6(њ|N,ΡKs*6h +v01&WmXJ1\1Y61[ "%eZulTL)[(q37U43bt鯺,[,֚H_Iqh]И#=Cսr^mnOĝN`9oB0_\/#[Le"X/2͘V:aFk3gђ }Ok:Qe6Y04bCq ~HC9+ПIW"{#=Խbחur]j+-;|USnqJ-DZT~ WR۔4щ]wV]bˣʛ \Cc&cы֜NS$ٖ'aH^Ԅe1+^Wfq09Q>kqP:ZnHsC#t,la˳`.y*߱W8Ek̻m[%>>uჂH, ̐z>eӇɬnB )\Ss<=tb39X #9rrR* {rhVa,sID|QRơ=\Z*.lLK.2Ѯг\ocZB^\+Y韎d%emF$7AfV5u-^JV.`P!v26{S`aaINr;6MqWQfu 9Hds59ܚ<о}:2WFaK@&п|jB[ˢ|~h kaj{@MvW+zDջ &GVb&(+s2{l$܋l 5ȇc=w}sFʱF1K.Ngh=/IQ(LH::92Y3BGNw}}oɺˆ9Wtxb:*mź6/8$B$dRdҹi$]#Y.Y>[zs6ҒYC&/Ri`Hŭ#YzXY~L_K1ɟ؁b5^z+TjzJ$ck:'sd@ ۵{ Rw8ߡ{NGs^Ws=֨;J4k\ީo9qp1X7DWPZ>W^ŅM+Gjis% LCPMZW-*ҡI^,j442.UsMp^2F]|^}rIwYUzˈD}tOQ? Ƽ$$:*^ld7RL&('9+)@Mi+ ăflªDX"=y]+,*ۖio.Ksh\;rr`cDNs^N #yg$>,aJb!6F,dL#qeU[3vqdzv|Y.zK\L)*["h5M@hA 7Pji׏m>gttlcSB B0NEU~V۪ǔbkB6ϛnbJ"rqdHE_ŵ4a1R^]tJ]f !(ę.vR]*YOwN-ym&Q54a]Ǻť;|>ONq6n7#"uNqT3g;K֘!+']qm͢n "۸guyea-plf^gۏVבviCFo-5|e7<~\ԁNrRŽ ՘rv!:u|QY_- c|v+1fdm&3tj&v+s#5T0fec߁rK,˺vsn;BJ}6OMҼb\trUʐ- &=MiF5$oyዞd kӺul|9̥3QӞ\XީK_1'$y6G.G8ڙpcpIhd2ac0]=')Ofӫ:-MIz~ 6I%tl%|' d&tsZ`\sAs:x0me{pRߋC7LߧΞ#}YUnPZڐ7JV:ZkeAizG;yI/76 \>~s=g.k^h_p4IE+W%7jN@'y{i5dm8/fks5~ߘAi*pr*:TrܘG P^~OG}I)o&( 2d]dHeE시+t3\Ęs=-ue\@K52G_poZOnLQ˟RF&fKc'k[ -1!+\eֿ s{ʆE_nlmނw'sR"yV[*Z> GڈA#lюevK7-*\Z'zetrrkunv 481N"ּqں_WX֐UCFçU,6ֵسsG98~_S&"tEŠ$zyǿ$ uv{e]JQaK]Je#iiͬuROD-M&9 ѶH/"2c58k]lvr);ɉl[ʑ℆dbLVyj{(vvK՞S5-r冸O[RB s&YjTvY2ǚls:|c\;b][6dzkcƐvu~7C0I}.X_o޿m2IGf<:I KFbg(<~I)| hC*#¨6ull>Pr}8^<4w2:.!K萎K]=1 48p9Pt3d"WfCE;g}-u>GDOze,'f.r=mF4jѰdmm";*KaLǩ!ŋ^$.s*W08/: ]N#AŽ8N&R@tא1]Yb ,XqdMguJersՏ%\C)1%nÅ gqqcU1*SgRxdhS@SLU:DXRLϫFF:{ߎ|D}Vϗ9/58RJ ݧǵU.:k]+ u 5-]!AuP.'7m&@U")ّ#hD5Œכ38ndp7!eزʻ>٢Zukcm&M/ЫZN aM{Y!EK3Yޕ\TAU.7S@kemGӍltL$,6j]|pPDY=oSaEN,of:pv Ӵȱb^^y>U\bױku+3[۟x_-o! @.o|lohtS?;CT*˓`<#o%mKztDt͔5U v2K6w]&E ! Խ"9q^Z{6kD)`T&>\S'>窜ҝyР5jH/ TGNOz\X&b "C Z"E,f)4)O7z3F3%0P۞W r=6g>j_Fem>R[P$*3+Zɿo _Z. }MkW77*b)uO~Y63sJCl!Dsp6k*v9)뒻5'Z v:}|2\]K˭bWZ 6 E66}+v%vÖj4Ѫu16`I1 + fT.gCr"i[^k0J#MI Mݘ%"Dkݥͯa,ZlqHWr_*&=*'`l1zZ.sgUl̳BǑ#%6Q!vǗcަ1n (NceJ9c2p|~M۹܍y[ѣܭla;u qu>,JWǿրXҸ'_5kO-9%)u]Ng6Ld%ÉjacD]TU6h!qS#Ȭ#%lșӰ+ c%٩yصX+9]żA,bY%s0xScziZQIuD̚x^ զ;.8?&s˓CtSFU;x&ٛu# r{)ێI(b"0uɶu,t묮e9.۾YJhl&ysH]XrBi ߚ6,ttuU4_=̹5עd?Fv܍ht6n.<{f=jЏ٤8J٪rgȸ=:&<Cu*fk$U*1u6 ]cd啹.JR, ]2h^NW3׆J܈nt^R.j \|xbil-=+-Y4])":h̄ͷNZr-ph4;23k9vFHև?\)[꯱nX2AnLX4֒mM פ`Xevt|ޫsˎNE㪥$w=ǿ)XL3,<Oz+~_pv |&0, (µ.X"a.|yr&ɎCU.yI76+{][5Sk45k^!qn_E,H9ώ"@ϡlm8szT{!'߻3⾒AnP~f-gҡ/n&ힱs|[ZȈZU^dod 7RVpbsW׾($u5&Qx_"_`zƵ=xc|}3^5o^#밅:9H/S9w uߚ:fuf]6ST$MVgq-HVNfd.1tbn[?I8~pqk>?<-2cծ{ hf;m`㞭V.c *B %9μ8$diXp 6Ho{.0󆷷Ѿ%)ӽ!@1^vVS|t?wbyM L\^_MG-ZP3+rI>Sٜs&.lgW4? r1"@{"YV)S6Yط1(0$\ ]l\tY]4 bWA>D|dQĬ6y^r>xt.Ʋp>ٱovOռkoQʋ[A^obpt"4TY$yj[),7?~kF޸4&}ѡ+rdџW U6MCb̶!D .C=} I[>>4RUZ]B}һU+go@bwΩ·J׺fUY)5OR W>ffz 䨚'>0-J< 2tbU;?uZ2W=%(\ls[st(k,ZFa|VY}D.^8nlN$r ;9?[sԖ( u$\;v"YkЃEnf#ۃQ/wn~ |o5'7(ܽ=mQQvqeq}L[B)*e^R(BRF:T#6-Ѱ3JO ?7A `9/hH޼c^)+SZt<:"4H\j(q0lblŘ8g&#pt̅p|ah>fw]NCnjH2k* (̺:$M5F uGgǗ9tKdbzdS}qֵ~Z{U>uN_Fw0nܬυd΂܂bF2FOg9 !K>f.+VQ뎩eyu#TJ*dK *\jlU>/@L+MJvA+fmA"fQx6 h`Ӕk9r9#@Zh2fTM l ,>9Ȱ2Ј~ڪF X3=3 \8B{02'j6IQ&c]ֺ*7 8W#9N&>9$Fdͤ[d@ߵtʱI'UejD>\^lM@$)ZMNRBo|bXy\4Ȼ.ݾ?2h:q%ttͪYs8K|x]&c#G4 k9j,H V>?&$2Jy-ڂ`t" U8:TYH٭?DB3tv'5smO‘=iRj &H^t}"_ e]?b?HTe^=B=֛ݻ^،X7t$poy|;ͫ誎;߽K9)U_Wqֹܾ\׶1Ԋo Y o!1^4'%ͤr (+]5TjNkƸV-X+׵wS^Nz~Zߜ6zjiu3 {J`jCkjJ$?96g^blbt>Oppu%ڤM( tLF&~~=6=#.ݮw: tI *=2f8х&v*YK.H}V`|#cۉ+D#WRR}nRMG0l隻t@VphM|+|-eA]SQ{RW͘!6=z OcwOZCtpcM:*2zAU7szT+yZCI@qⷡPA5XwPa iD;K+]}ֲz$mlmX4UmĚ1oZj]TamͲBDӭ ajf̬o_f=qPd YEN$Jcw6@n@dґm( J au-@Il5,t׈F:ēO#뛸^q5-WJBJ#}KR:N|`q[1XWZwpN5 ̎ZWICu0z,<{Zp^( S4'O|T~H)=y͆5wŨ%EQ ҡUBO{d" &ƴLj[CVOs/ttem9L=8`|]njTt<8 ^0MLLiWW`74H1y>W^ >ܠ'ӣ}f)I}Xu#Wҫh0B [XPΩ7J#/NPO뚋I hz<_ع_4k lN}'Un**)﫡FH!932 ΦfB0: yJ!m9~%^×qs.֑LGFfnF;92iEp'W%Uq.nK(4握q{]^RR 13"n9 -dͼϟI[TY&fS*pVUD]{7и 'ڜ0@6 hL_Uvѥ4euл5w@@`&l)PjVlCfA$2$*Lsh}rg"zsBeWkeВq`x.46[NYZQ@3Q9dA ?Tgjv,12睁oIdhb*3@*:wuuE#cP$;Ѯ^" @6 1>vQs&w d- Hm 6A• C3]A߭UPs"dSp[ۈN!^ 9p+dN|}YM Yz8RB~u~ҧH*:"  D +p[Eh7!~{sɶzwn! %A8vDYVf0K6A**Twךvaa[zTAm}y3Nf8 j李[H H@F!]M@@qPCd*N P3s_x "tg.=KZc<ݜH\1"S&D~3gw"L'DgeHRWFE[E UȰ- %MS$D JW̾QkP9[uQ6ŮXJ[_"qӶ9|@⸂oÅ^nLx/ӣ 9{ҭlj;)EVU" %a!K dghಕ)&.DeID8syt;pt66AS"նD`VS$ͱmxb@[ρpH]h߱g?F<lQmYb7όTbͥ M&XB& BёuL59󋬉n':a" X*h0B㮸(= yCZýPLu9-׳ $u^@,Ӫ./?}2۶SC밋X,X#t^ ܰEE l=UU UQ^)f˱e6a V  *QPEߚ]z%mU9_g9|4 L.vaŽU"=Y&Tcv4+iTOucp[QPO kg_6K{u,U'%+sI k2kHvk <>$u'p{ n7nX!XBp0 _pUK~@>\Q$dXD`uG<咴 \81bБ*`"!!$[a*g:޷EO.u,2V2ҵt^ۼ|Wf-oMVO1^uC5tUxdi( y#Uet-P$&/ϟvsԞСIqt~^j]q*ȻV!@ 1 ij躺-[H*BmaLh5|4{XH9o9x߬IobI r|`_(|(nBg!UV Go`ZzY]V$zYmVs(3F}h73`u!C.r۵;Rhrb{5"O=+<1c,gq۽x㴞Rmxe TJ H  xRﵥ(F @f<_TE _JV Kѳ@B).1z,ġ VσSDMI\ss (uAdӍaοH!"t]:@yȑkz"EJ,+ rЋݙ@Cbm6kɸ̬a1VT-jTc!p-H҅y΅mُ|s)уn4mr\t @ eu-?j1i-2Cr7Xg7^;hdZn͢]|>,}Gn&Lhcy}}uXˀ"@"9 ~$`#GeLn*g=ts1ATca (@ G D $Y*C@& Qa[ێ{$KHFwPԩc M^M:աcTaCL 'DA9Xz:>[mD $ ՠ!u !6j!Jxoe18h8h/eۦ42FjHsgAY$`nYoIV]M*T*8:WUksQ$|F]Uٚ,Բ6T1ථG q> n;䏝_X .|*ꖦ=T95zZ#O <"aѡ*$+"g>KwG CQ?ě;j zgc) )$/9JziRWD^wsO_EjڤK hcD%$Ws˦6:nD{XQF@ #wjH҇Px~ns@9(PS109p Fa,f%6 i1"H@<竚IDxY "PB ׏-ohiNޭcI+GfTw>ߗ44+:+!EA  \1"$ z$ٶй6ZĒ &Yy<\x^vf0 ue8d5?Kb/ DoͯV1vɶjmrHDUFHtxGA]ώ-HB4"%CG>U|!]͚b̈,OG3zX ( 4dfMEzQUƆzh/,:g*4)I*=nV"L۸-_+l)8hO'~o (l]kEg6B5`OD-2"ahgP7B]~ . .Mu582^tƏQ [άU"աm8U˃L`؛̆MI+JFk5.&6lB=o-sSYDun^6b2bG^AP8w¡!ޠO,@ uP-[C>4Ysti9tl%A EPc Qgw,* ]>I AUwFl*u[Mb6FCiXXciW[NIz[kȪW/$RdF|BY.9XuO԰xDV>zChx{Tz8~Eׯe.g]84qP(e(w]Z:q6x^SeoKjQߕUfG&zH/9[vT ̨ cPD^|%4$5Vjwrƻ[ [mVPX)7@"ɐ"j< XL7q?*nϯ7:n:cYֺ%Xu dk6djP$PJԭ{#Bu#맇*$ȑW[Ņ;Cm!͐P=#u]*ɤ}D_Z5睖t@.+ K‚"l% WR8+:83bEhz!ϲ;i\m`wG%j%tWӒߌ}{)w*cNI@Iؒu2 TjM)֬Uo{*םZ.411gS0H5<)CtALsfp Z5) S/;ݳVˬQRp֪_YK_!۠Nw]{Fёy{sķ#~5{Vk؞L%_ Zc} .ZIhтʼT:@gN3̠ÂCA(mX& .[;fuw=;qyoo^O9WUzq҆j҆zRx-8g̺Dn/Y6/im'AūUnDͅbo5^Qhhܓ[nPs!e:%Mߩ,OvōOWػnG>ɧ9y0{_(uТƬ['WDu[P=%%Dڹj;#bf\U.8)@*Oc96%jBZ-rubSIvFo0YBi1Y E X2r9D$")4#Y˨eq}ǖsLlK61ﳔ9D:cOd;:08=~r'VWhau+2GlWhP6:dBl =5bM+Kh,m͊CPADJBi ={䤥'V쵶suU5ڴiOWi d:'xWv:˨Ӟ{epY!i$L.ic$SZ3?;y[/ݓ<`Cy&i>WͅY)븺x0W2\0sl.|T /[h+4m]u>jO}2p,6i8_FYI2M.5噔Ʒ;唊R7i`F46 f]a2sen|A[Zs!N;N34.' 3je1,>GɋQH/36ɽpݷj_6\ 3aujRE\N=WBf` y4Qƽ0!ɶx4HseLA2̹-{,}UY.U wu-G+?Aiu;.`g]纜th\I#/5[BzZMϪ9PGGh$nhIhvfnx^MXε4'QfLVlmK18#Dp!N ;g;1ӒHbu-j:Ҟjr5xz ub#%ytpeQ'>-,-٪Is.h9N3dfص"u1o]'i9zhX#y*.ϯfqNZU-l Uӄ @Ȉ0j-6-ymrW^:?A' k9y8mŠ[XC\Iͮ-sl#LI 1J8JQjesxvnsy;/ aLA4IضugK "dB:sGWotWvM0mp}*LZǧ3Yb@磍;2 "`Z>7u^T^_]0D*"WY?O9}]_Y ~_}*/vFNʟ=u- s(]v~n{%B+O4{=:Z_]\̿-iDAhQ[y6àC䛂5sN`) O m[6ޛuB_:s4CQlC }P#n-?ǼWb^xz/]q_=*;6}eA4o.x0mוlz+%;RpU AVQRv1 D7f$HVy՚|f`qz8u5 !$K9 jo?W3a (0g/^n q^4"ڑ"[Czg.YY)@D \B |pՕx’&&B-z=L|]:_yNjmR& ے)"?1Y06ȁ$O-rr2Hj0KB\F ߽ߝSQ̈{BKȥ| 3pR\dLm˂v`k* NMѾW|Q!EG'jb'Ȉm8vuu^ˀr&/̽lfC!wJD"hEB-2.WlF$FЖ J%$ |+^ނ·[95{]nT!1 T:YjUB&}?DYȹ :p +'uRp' E=:,oBDs&EdƍK9Rtvy ĸDQf ͈5ScتyL]Nxozڒ6<n) 2s'!BC× $UT 1FkepѼhr/|keZ4)4g&fG}% 5[&^wNg}]]ld٦r'fS \-v>%ީX#G dXyp~giPI!C\X&1 Jtӡ\gZBz\S%qZEvASo`v! -2ADjgN57}Uyq}z+"tRKe\S/oq[ lg,cYNz[C0azEҽCQhX0`q+St\z,s %_Vbpˋ_J _-4SȻ"0dL*9SꔣzzSO4"b5^EµUkUF>$Iy(Jn~}w2 @RB a6̸<' 3QqKdȭ LSvtW=}y`7IEo@)s s9rlTd+w؂ t"J fY2e!-q<ѮFgY43ഔL l[f]N[nّkc-ATWjٕa=qm%Trh*"_D iO["v;[ )Zˆ~V|%Gm} Aw<.!㲴B\N<ٹ塂s[hh2v<39+-\ʉtfܝkJ@"PЀq(rցg!^X$$͘$T39kbdVSY=R`7*}hX%LWOMQ!ZSmUCD[[2WV!ԩ^\F4=E9Y7]+Ҳ I}f!9>9AqS3& kti<@9i3QṮ` Γi?)VI8xcTOLr[CO֭n:lOհRq߁SHs 'K7[ $-Xҥ Ij@+P`&ߩVj^N -;&khߡnsD2Qc`fۦmSk%˲6IᔉBD.L7!Rk M1v;hnkJm;1\͓.u'X.+I4bä (W$Cqsw;8| S-WxRkKĭa% E2jD` xc.?`;"LFjy^ @)ruA[`;PwԻutՠDN-;E ㊪VB]o2^+cͣӭZ<܃P&: ]s1A MFFO?[ L#ׄ她̴=zU3NryB`GwXX&&8վsaG2cPa?/U~`DR>fjN1XDA Bi9? 9(qZ//+Y#rUv m>]"&z{z715 BZd59mݞOPr! @J)NKVfj"a0}Vx5Qy/Aj>Ez^۲"LkAŨcaC .g5ܻCŦ3T/% 6Iy T"ְۅ6ʖvR=R8i,,a{4,zl9^]qgjD5IKM,<9t–[,I/ax y0k{5 _=7n|~ >W"UAZ@TɣPi.P W_2$p `_me*PK|dZ3VYZDOښAnfMo1;X(/8%"%{>Ggab`4hR؈e]֗y]}[h?*2|ۮ-똺Y˔B⌹[w|1Nd6U=jogt)5k݀r!`0\VXA9\Q!xHI(C~H/V̖HMuZg4u44+2bJdw4u04ưu~ڻtҫ{qmnƶ}()L~"+긿Twt'amRpǮyO"0uW?8'>2s 5BA ;M#X7&)I߹jP`%Jܖa]v9+yZKd$c7*h`=#n:Y pJB(,Iɸٛ͜<"z'8 l(øЪ x~LQB7[ƅ馻wM뼡sD>d[DiCW <_luW|& ϙ4k]pwL -WIDc)#$>#Lgr<6$1-KSʪɗT%81LYVf?CWUBR!oNN[y/k'}8h çf}ϵי~bǸ(ME% :^,[,/{#DRPET`g A EؓyWC.=MA>77,SھCUTJQ||WW+Rym0`TDL=_Gs̍L}.b`WD:$?Cb/\!/i_ªuG@dlR+CKUBgj 7L[]xMe^v`a0 PiScNj)PIS[V$UA \9v]F !A)4 (b:*ggrcBu;]3(BF@2t ׭Ebt @YU9 b+fe' .Bv3bXG {%>nRB0 1ܓadЄ^{bxD;yi ,IMZHDRh.QFn lV7͢XߺśZ?_%%<]-O/oe805ix}{w^w =rhtyܪSw.v́E19Z:PdZ%քخѓ4; f9<5A =*yUgҗL3Tꋼ}81ciB\HĴ{exߍŇqĻ3jASö.L nlZ4bj A3- S` cBIKGw29GlJ[):pËڴnl:A2@^VhKh]M%GTmަq~Wv`l OZwXqa֍M bJAF\{.F .)aTKj0;W /2Pk=2j0-H EPyY DYe=N;{TBcmeR5b RnlEq1<3 Q(K})$XG[fyYz׹~x$ R݉a`I~nP3X诩^xMg 249F҉D\Y%aby^K%](:Iuc.Rq͘ZzAbZģ܏U< ,*08[:FUpb@i)1 =a(Cbqe_ZhCZ.ia]6 AL(cģonU ]V"LKA/aJcI!iޢfY8Z+1?Jb@֑i]dizAK@.lh3>xB_×=m i#6k 5'C7,hAF^V>tbsK_"goNmf*3B\d iL]1]umg5z' ma4ItD X7lOfk}q](~FU3'"n~Yт ^3~&[XobWIB,ER-B¬($&3,hE4؎r8ѐw-%U=Z =7Qfqw 5Ƞu8dC# F3p=F+4e91# @Gu/x`& <ܽ1xZIyYyI .#Z.OFFt4t@0!ca{#5lױdEG']؏+K m޸ǭy94d5;R|MZBIa+;x^XH+}֑ˢ0ၽ.8gSBxVS )˶4[xv5'hHMlg; 4rxh-jJ}ah}u$ =z6d0c73==7fӮ.Gb~kKB8Gq0kQ Dk7-x -90RvY<@KՇ}نZo:p!B iNu0.m*='@U slÙlhAv(`tzq/Eܞ7v#} gOޮ< D].٭(z[1ww6Hx;K)FB?Oܴl2d> ُga!*;G,I#ywB":4cp -'ĽV{=\e3f{aF-Z |x8Ĵw"1tk-gv l҆xF)y~X^[^< 8imQh8RɈƺB9-E>5Rt!yhohüf^ O0( wyY8kNZ{.Ȇ36pfcأ<1XF4#Z?Oue*x7AS+Ѣs6K՝-"%f֯ԀQ64Y ր uV<P#B 7׬ћ`ϙ,xg_dtLJ[.a2#q}u>01{ R _GI_tkJgQ K.ݛs7wm2i2 (0^| v9|oh`d.}d1M!+; јAR:_va";J04Vkf44~H(ij( ٞGf\;)`zlXl<ЕYeS",;<-UMq`-Zם҈K71{יFOp.ayq80<3FeZ7sٓh.ՙwZv3(KmݕA4-Q4h-#ld`p Ӑ[*0 6 j!I7it"~/ Ah;74QMֲj z! #׶@aqu|d.fc  1wZKK&0:3H%%|.dksɟEFoavգ6ks03thg( 8brш5;W Gp">)\CIgkP4ju 33]L  6#)a!t;H^vhFoFf+l&>Mrhmm([Dofce#aJ` |v0^Ī{/7b=$ h5i6؃р}[9b0hwiw#@ct$[{VP֗Yv_MDՆ\ IQH4dvJ -1fж3Gq !d5{Y1u3j ^|ЎHbZ]~(M$P!zs4ay_aFm%@o=4#&Zt0Q\ZAŋԴ6sVJXy4V耻A|f6k{74j]{ķ@q`r`{:%ʰs ěx"b(t1.1ohlbbmV$bM$dΖ #K,eAЌA]qsIC>wYV->K@3gGSYb CѣD46.!`i /) A @aB ߅H4-B!Bو1-|Fv1 Xk${!J ^i H< $Gd4t}KG{APU ߈SɣyYAۤFOmj!ɶٻJ|Adh3^U/u 0pg@P{ɖ(S / $>XĐ!37kȪ뮺(zJs#PYdtb@J&1t3W͈ut!Zi7-Z m%  i ufsBh@`q0E Fm# 8q<&Pvvw+ܬ01넀B AF!$! 頒mQ BbkHIYk]]qi_[mSsI ٣Hs4hOoWl߅Bl!XhHI ͯM:z`z4"ՠ@]=0 :7H_\Zl@.Bg<$! i$mI$JB BI :X"91$%bB[ IHѤHXiIw$%0/% %(IV1ؒBRt084J@! n` ^BIB.Ё-o` J4EFZ *1 F:P exҴI+4 7N6DV+"@ ZbRXQEZv #$D HP4i@iE4X,fBe"Yg )|%FHɡ0Jά@ @-@HlЀ [i&ГmMHm$66؀M$4$bIQAQ^-Y8]K Tl$jf%#4m$-n$D(5|42kDұ@PaN2K".)=vj&Z3a ofh*l6:z{mihm6gmH 4.t-XZZ6 @ itVZ\NyY)/.x#0ד:׳vpj>@*p>VFqJi4wc.`\I!(hI!gȄ 4EIkxXY%)`ؕZ0uoڣFF$ m[3HE.E%RJUЮR71ph Xs@f xWtI͉  `"&:A囯SVڭT4BlEBHlIKQB H3҉!* IK%Y-$H ēBA@KH%zR1yK)C8t$ $p@)133{˗4x4%F+4(!IG=[TMZ60',k-$@(_v*N[<< $Ąk[(fH lXB!H4i$@$B*RDЛ,CP (H "$oh0@g|f٬EfJ+$HkQYi-Zɤ%ɤBB=&$ 46PɋET/f1aO((( i$!&$b@J$ KZ $xB5h_X 0fBy VO1x(dX$(`HvH_X )/xkT $ffE;*E QmKZgK YVБ/6)6)ChB+[L$!-:Gj `2HI`77nk2IPZI* `I$I$KI VZm@Yxm!bDdbG!$jĈ` BI $B*D $% *I+I(K kb\DEBP۹H" i]i$a$qI$Yv⛹\݌i7འQ-ѕ3 @-FKsF@C1V!^R QNbI@QʵZ0BTt{Enrv @QX`VZHt:c3X\J-V$v`c HI6P\&N֑ YK9GF.`$ɫ!:kh[Q@b"@bQHe Т6 oqk tfMU Zʌְi*ŪP;ґ{E&% ͤQ .f)1VV4 L%i]fҭ&ė RF.(0Z4 h癘ORoIkZrCgV(DLF*]:5TjVdY%dblHnγ kꓬHe[vIZm"p%6(ƅWvO% 6h6IKRj뫻.@C~'s'C! y7"De{J %ɡ/B CqzҌʉAV b#& i%6V@6>J@14`Xz`#I.MbHiX`(ӫbF$#ߝI.M!$qbZ:ỊknbIw!CV(@C^ Z¾]0w#{:6I%gee oaV!Bz+ ̀섺8S7ؚkW=dГaisYAPF`z=fF 2b(0C`gSVK(I 5:J9DdnW[z;-nY2ˣϕM12(VDQҳAYK!qFպ?Δ jt퉩a p!ws,E3';aqRBya9sOY\6xku@Ԛ*r]\jTdy6A,d+h#h 3z;qI%+8LjӬeED1kD8U:PDH Pɼ3V5o7kOGcՍKJQP8!C`Urj TfmLi`EBeMM({bhzg"O,-ˋ2 DA-y(ICi@NCS?f~~xZNmɘ.!@UJt3zE\i#ZƈmHAǝEN<6y< 7'N#iGt;ޮ]tb- I6"Fb*i% I$ե>IOnP9{n85{ m]L-m8VA 4þnYAϾ&re^'y凩0PCo~. _TG:cGF7Gfy&2x.&33* aj%Y؍V2yFzrւ1<}ӔdoIuU h<ـw/}« 2pmPh9F58 QY: ҈>I 4 Yl_qS+*2CK)yjE=vSL5@pnA~7&]MyMI.Ї1g,H"&(W]L*;IL;i\$l O8;x(_ &KH$bդp UhHg“^7 I* H؀ B32"`vIhBYH#Q `Mؒ@UHJF!!TbH n$bmCٚ9w-{Q~W#\#ؾC $[og@HK@t0BP0 :ҴjZ&7`a&kU\yЭ1n"֘Q!CI2 YX$@m\D$. )D@ ocHH XbPbח!HJ4nBm!%4"BEtm,@K!&*1 yKfZB!vp&#y{blv׃'Rn+jmj:@1$lU X``U ZlW<_^c훘ĺM<X;rzmser=xL Xfё#.EKHg]dmobD6ĭW#Z Aܸ:#p9 m&lA+H!qf𐊶]i nD4QsQg-&JXmhBP4e97qX BH# Y*"k9blC1h+!LHR))hrfsDNՖaDg;X w4u+mP! FfBJF@@I1* Bbb[e"|MtAZJё"X lD$$Fp**B ؁hFm B"" ``%V# D"udRkb'"sZ,_s85Ó׼}+ϟyDTʋQq2UhuݎB= Zvd@+DkHtH4'1ml,P9(w涳Gb uʘs 8 {Y.`ȵB۫ܦCmm ͷ=av=)StPqsJr +TVYc# +usښh;磺gz8Zf4vEZֆXʶJU)'sTJυ<[I_h jZ`>9SkH-$Mxu_ EnQWgI⊝$T)5.A6<$[ykH@2Vbze۹ݙȡʳ@cmCͳX:6 uG}/|r9a q0qUnc_l:2Y\_8qrU]1qAŬM` $*C-ZHICI ,ؓiI/IH5KVFMI+ a,١H@ʎ۬THHlUi~6-$ 2i! 4 4 bFԼKGs H04!NI pa)714ʴVm$RaK&g&\F"a.WJE[+$Ѐ45x B{1K:4AWa ŴvhDIeLR0;򾗭i% 1$&ŻW!4$lB BNQ8Ͷ AF$tɤW66$#:F΍e0f$v-ջIw7bUm9|1L#Y"m0.WVѰll,l9R"'3g ]dҮ#HQGFEQI *HOmҺѽ{wriE"IKI'' Hv\NGZ,ЩsLꦺ]"Rvi lIJmfF#V`alBۮh@h@n`Bɠ*6Ą {+}^W;=D7;f ,Q  M*fo1Rz¡jWe>tkLX)C\aRsA r0>Sq.!U<  kk-7Jl3Jc"}f~(ml$iq;!i^F%ܐW#ג _#xb,bB #Fi 0*Hm Km Z1E2`HVeTi i &% LqW9%uRӤ$%BRRH%[Am  J#}Ҝ[k|^Ub*LӠd$͛6ḻPRʓ_KE'õ BiI|RfפN$R-h^JBD<9cW4͂1Sy!!m$a*Ām!6„#H愚h!%&hHUwM Hbm}rY`'iFM +|Fu]tr*r$ F ꄍY'0MhA$Cn&פ%.FGu6lPD^lB3`W.W:N5@{la26wi."R`Cub)bÎXJpc@n4䬤CK{g٫Z/t0BMBBOR[M"DgZL[ᷞs7Hr PRq6׳ Y"$4 lCiVqr hŞ57V7uP0aQS* 2iPaņjճ $*2 ,XBm/7tpmX2d ē$ж$% 1QL#fTxl͒Xp&9 Hr3&9u~f "\{1V]$Aۣ2B& ReEwp˸thLLhlJ-"K,B@*vk@Mhj̪I8L[C5 tx&abN6p\2ي@b.k[E i`Loi1Qp\ִΜ{4":I"' iuy9%QjAAgRFUB\8һG g`ỦfsjNV@IoiQu -+.]EƩ) j! aTi,AviX.VIKq HJQe7hc)zh3n k9C-C#$[B^݋p1;.2`vLIVU]8k;Er//Y8UZB';rX!7VRꀹw 4HLȩ97&g4)0΀.Ruk@!(%`&E]exs3R'8sq`B@S` @ 0BeVId;yMU4QքhYYVu%$+6EfRhb p:c*Қ4goC2vwVn6b5Q;sG0,~ ÄC@KMR+픂,Яx_=m6oX-)lr4C&g$l[L#4)USn!9QreЈ6M+mPP XqsFfo\.8ǩJu[Z5UibB̛Mj8o 4.@6EJD,dȄSJqXNm*4*b\Bȋ.1dhU#Xt&{i2d.I ZfiXmii-[Q J)(i!"X $,-a!9Yh\Łffpi m C(zEfw!BA^immoi$1`@i#4`Aٴrkq1`I$.-$xR'FsuGTC7n\ 7(l@D6y:#~p ލ%,84wXbE*=(-BwmlpB^TջJnhvCmV4LUӳbkFuA-hS@ .cM0``fm$Y>>{s_JЄt [ϥ6eU($em/db'_縗n,nܤ{G5q`tnTEٓB#B[>z1ǜEMIMuyG3F ;eKyj3HTa)˲BP.\osL s\J]:2ab/z5P ZH֫U @zr*Y x -!j-N*0Цu _S1 0RNƆZt qŮ8dfm̎8Dy3+/'qdf]lԡZڹQJ*Uz;PckQћv!ppFem y #= X Z|$1L3nd6]͇cc>xX98=LfEeRFlFOA æw+vqܻ hft#aDr˞QEQEo{z޷z޷{{{{[{Yw{{{OQ1;"55&CZLM\1F:HJ5܂4gU0vbMwvPYV6j[_Z1+8hp\و(#biC)ZhP7I'pY*aV@rCyɶv) xԈU3\Naz*fF *,\KRE'X!_Y&dt j AzIe[lI,4Qu3 wHX0D<4ĨC k番{*9!N$6^DK;WNSQs\"b㐰Dɩ!T!Idr[:`8cw`KJSհr%jwAtq}WcI.\ZlVZ=NS{dAb 247~#%(sYUr0(Fvŷ ¾F:ЖKm$vZ &Ўp⥉b=;71fBLEΟ"Q'bΠvňC\aukhɛkZ,؎v(hɢͭof fs] n[0 Z%`0IKVi$$ICI/i<Mm92կM4@3SS(O%vGh[:۱&_clιb$Itꨋ `h4xdd],Ya 21D Ӎ\@ ң hZ;F ҕ-pc+1Ўn8vB-\Y \ }Z$ֽ`r9ev,PqC:(:<ϫI:Mw12xȟ0͉2B&X&&M `# {״aۑ[xqɺbf Q{xDN8I]3[*ȈArBnh˶9BƯ ptUJ:>' 9u#y\LcaՊwʵ4[ٞ ߈$jB.^&B`zҨikt˜M#plD@j(]mRs @ء5sCma A ¥jkXѸD|MC$bfEr,[9 3n_"ۛO|Rs^,,.9tq$`eصġ˹~ͧ WS0ƎUW;TVL& TR @o65k!<̽ Iyݑn\ E_)s[՚@DnaǞG8 HR d܈0C+}߁E"E1Pi|QTL'[bjp]>} ܌$^vT#'^it(r`\+O':y&w`fotpDLG ۛ 8mN1\{lzKYtzQ[YuLМ{zr1x2V8:f{1IoGpWmt_te͎5 !d.Ӣ3T3耚)L aFH4(R;]9]s'˜ϭ,ŭu(.|22Xz-=!ɵ[Xs=1X3ni[nk%&͕0Ihe;6Tu5^.w+Z4\카]gvFh,,Mt6RlF{Y 2\%SY:_8ƺeh{kbʎs!aBk5)I]mm}J6+ ~*c1+0:, 0F2CkPN\1jjkFۍQ5*\ cfi4]t$߁5 *(#hZ ڟwvI*%Ӄ]Ya`{0nUrG{YhS@[+D Ig ի_jRYUb kP67pP䡓ẐS"f{G:O<޹%R[͞lMV[U; 5 43l8AC.h,^yo(}a>Nc]UM: o-y#nЮB @/d%1syn^nٳʮ$;ܬ'~|8~M8+( QKN6Sɴ͔0! 4O'm?H> ZvY(P]t=|>-AiN`?}>B\\0 TyuQNϕn&PI}?c;.O9Cv;."pR ٶ|dB}~gC3w{:N]W`nsW'%2%{WI[NY,w,+kpV+K_*FR-~r]NI7.)A[;4_򿣭<7l?<]wzurߞ,GAhc9ad,P@ޞaV&p"^'~3;ɮ : E?Ei!ze2 TIR~ڙiӠWY,~׽ǯ(]}r d(:   @ _ZO,GzѲq1uyK686P WlO"VAk^l} 0D ʷZB}WŚM4+s嚝)aV0CewZQ) LVHdfn^%(s~_B_~^M y@(cCCs}hFS utmtUREuDY Uhvj*@,TqjhdikZ^:C/9ΦJ]h`e(P]ڒ=e|7>D @y*mͺ1֔L?d9Eaz'0d4%DU6\|TPTHaPbRQVb0 R#t*t3܀$?˵DgQӐ8y9=]BO;5Vg+ jS{Fo:fXD-$FP40o~Sַ8}FTAع@&l@] LGRB-wmn/vf6j͒Vjg{eiցF+[>y&.CIteLbTe @o`FEb3`Di6YZUŊ~JSZOi) %*ʐelSk,+gV~@\Jt= 2zDb7 mZ#k.6v&G,QeyB5 Y fCc4esT~ ܈I$Ùc587r穽 n'(TtH f$hUdpM c&l],66 K0|=%[$r!qІjS aT桨2tam4ZLC5D@!!@k'nORjEHպ(Wm'uHP^T e@'9(:5Ī ٹifJձm'{7q `g5fHFoG#-IQ{3 Ѯ. Pfh1Quvzwu0E&Oz _64+DK(,B>JBѤc'MÃs'U]k{9uTiHZUFwe]ukuVw'6 MJĵI&A@.*D)  ĘV褎/u{}/g~a'_zvFL}HN{*gz)Ty4}e?@_!A_q_b"_rĤ3?L0{MDJ1AQ?L4Ϣ}_/A{toߟ QOIUgN?$0c#|Xұd`Ud&(ɒ#RwaѝtM4u9'5kNw`AmMN4wAD{c@X##by0ڴ2Agp& 2+TTx UJ?a(~ŅkڵT眕@ ªrn5T=wdWgb-R4m^|D&Z XU\$f]0ʸ/Jk;<ѳjJڝf)=\1& _L>,XLf |d{^fa?&nK1!҈/QG#C?E7.n)Kqs0+:CS뵔6`75v9:I8Q;Vn ǏbyVEpbC&mjFmP_|ȕ]0 k5A1*⓹6iij&1΃#ed|g*} ۝+Ŵ8T != :z.ʺ$lpq9ĵ+^EVZZ,=\7h;F:߸mKkVJLG$Dg B)ȽAW lI{TH4* "_$؆ _Ae"P8M "J^ec&GˆȌezzܦDc.ߚ MS&.  + d2j3s|"mouCiN.~VܥdZ+'_ZfYQ0v*¡54VyV]+S+ " y>4H/?O7ي:w{}-b0.m&wIIBإ75uH1:5Mϑ_Tҝf#,C:>#\H_Ez~{lv n( 3iQv2k[N;RYRQBoũB_m^Fln,^0_m܁ Dx\ʟ5REqݢ'܋{_q/aO{,Įѥ$p9aPC,,ItwfeUxZO5M|V`Nƶ*PaJ7Nyc^>y[D4&Y;iBΌĬ9 CFΌM@ؾ"S;^P8^X6yKB gN[*ߪh7z;vu[ud(\6}$^*)UaD_J^\' pK|F5P*\ i6w_ .SV\̐1=G̵7-l|fFpR=l _n01p=w0*{^a]y0Q0f#]*討I0IEb Aevl٪✔WbmH ?au߉Tɂ &8b(! `DX+8: H (H#TLxݙ:)IзGFCGX@R~T{ EDZ'чʄB)4JH MJ{6' _WjѶ`[j&u*۷n: NຟW;o7zjzF93 ⵵#edR9x XwֲszmmUNF{~1j.ΛuqOgɘ! A~$ ڀp6pcm!*SD?pIaczhG'z>=1B;dP N_`%{oD:S-)B@InDi"ѹVb$f-4iP^/#$fܬ3fOLZf;6mQiz ~ߙ"þ}=wn!+q ΰV)Uz̺gbH,y$75ZWb6jPee?]yCA!d}\;=YE4/ὉL$Rzc7"@q E@ws @v6ʕaZC(gB!shݲz\26 vzؐtMc`ZZ BH1ػyS/9dfֳfvg\< Vd|Sb=pGL7X -٫fWa[[@xeFZ.f|X/ʘ* @@*M@+tV~ȓŋEַTWwFPb@-ߴ3[anfAz q4; ԇ~}.Ò CGdg}C0vh:aC{tF^Vu!(Ǿs&/sJO"zō;*r cuZ ν/uBĢ9#D}ҊAĉdd{ƤVԑFL] ?Myta{30䥔 ,L 3̱E Ab,7Fn4@$HTH^ B$A J%D* 4R5E T7daJ{KI}NFiql d-O$}¤lʱ lTP&Yٌ49 Q?P?O*&3% }ٶpq9P3 /u̩^Kƭ{RrT ])و )mkO"ߥ7 'DH6G=W wZY$fp H,F/bi?3Yl.=Ca5p"V+i!*@FHw5MR$Ո שΔa8ƾJa랽Mi9J fjgzYjIu2,m#!ZGPhAچ5[e $!N"6@p]KW*"ȂʓK=*pt A=)hcoh{ԩJpS$px$2^J祬L@L"R)1mJ[5˝#Bwc1FqbUrb(!m@e:pOTףSdu)6Zi@75T.V[k8զ, X6$eiV<Vqq`'G%JDcDp7[ w̎_@mƅܙBgAhkF6F\ 5~!g:eEkZ>a?So7&Jc zL3'r4@4q@- WgysШf3jB Ii&SZ22a7-ot4bRC3VsYje^0r'suدz9 1Q?稂%; IEu]SkL`t/9:HvjĆ\EUeFa\䋅&/k|pNȣX龸S)Ti^e=vkQ{D(M Y/"ԢR!+ScqĀ#_{XbWT$ !+Ql\'ʄ@BF%&s4 |%}:E@CH-tTa9-bef^滢V*+Y pW?^@!%XnK?:Z4MGd_o*!}gՕh3L(MZ4q2R pavQA2 HKRWgzF֘/YJ@.Ce[;͝p-µMPLΏZ ))i,M[i^XͲhK}nx,1L%l񵝅:hj 6t9WnAs=<#@fop=qH"7R[IX\UJ>Ë/48t iq@T\%ⶢ2eՎI yɬusEvhcje@\ɵ6V coXvvK8*tuĵK#S# mtλ:Z/wVH.0QU\Vv1&!ݐ5AR#RDYS k*M=mkGNߛ2:mL ؆gjB΃(SdՄ& nIf4sRyen(!N@FX+coπjL^*?3oq9𰮆IG6),5l}EQ&tyklDqt&vgM9K jWj*.ϵw;9#u%n0 326̟#$Tl%06B"1M*x=5Ƅ,|3t_Ac'=n␠UUe* 24.Ǵ^TX# /c3Htn$m\Þfk_af]l$1MCH절&R#kO};"xvŷ{ 2gpo vF J Bcy@dsqu)H𔣐.w^oQcB(,[>cԾ!-6/zc} 3fA L!/&q{qj#U'dbsi; WO1Uq}7xDNt(01dcU-EAQ1rs𾘋qsB굌T 64Eɏ2L^/,GKQ>QByJ뉆Ϭv1Po|]wsN7DLIT07~xy1ED2xy7̓y =@M"=cDHe5! L @Z^PɂpR :_ls޹!{ȂHA"UB$ }Nxx$20x@:{# x:0D/h#1&Ѻ`Mpa7m!65N)C aƎ:$`$B"bjJ9힍܎$tc5;yv:ZeGTI%U(gr7aeHc zxEv@ONF/bHZNL2}\6*vi(iK+ +B_Wg­u9hYZ,zz<@Od!h. Xb؋+-O$Q\PÈB#ܛ&0& D ]o5T3{KugīuCjG)]zl" $(#R$+F#YG8Ē"%}P"6:wfJ|)&nwOFe!> m*<)G<;NJ2JۢCLƊR1d[>* ~fQUŽjX,@,;. ;73<9pP&LaSH5w0aQ6Yf[%E(]HwZA (R~xJj|åtҘ  A@$nT6@ahewhejqDz#ʫcx֣\֔Yȫba@me |(8d:~ UrX@cMdR0 qsfÞ8_"6J{T!Fn{og{B(Ў1>R@ uBЫI,0>J-sQEW.yW z b?󛂹cJ온\hL 8Ġ0J:wcɜ`ՊLBzb4AWnnحfr?\jfBUkk.fMc{H jHp|{KV7:+eZ^4^{ԆW )lx`n,SJh 2Yn#֜7N&֒.Fxn\o h]bM50f?^k3 o4ܯFF 8 Gpهd8@)hpC1ZTK\c*Y>|k/ߌeXh0\5P [k)V2ڊmJ^沨`pk`)3F][:+$SHcAњj] m@[mITLP$n*Q[67e:Gh#Q]̲y-q% hW$!{l;F+FvXHlfEr4^JJm6(L(E~cuѸPjCK⎫0Hzu?Z;Sl_}^vE%YD9-~fƽ;+Yg?51sAa P}ϸC񼫽_دoPBRKudE"5VSAyFէj9@܊ɒ-asR~Uؗ~.T(5i+$c gqw{KA5t.|Mw(@Lw6,@L).+wUMF03;GlGǒ"J_b4wz}4]c^}W`؝LA5P^,lD |4_1.7wK&" G:#PqӝPQDl~CS+}M⛂wUĭ[ԩX+Ii^a(`5YH%a5z#g]@}?Ȥ]4g~wްEJ~jWP9do\ ^6!S"1Xh.Z1+r_q؍&wv6 q=ʥ)#$T";,qDʣhYIup;x<\#UȋL"Rp)$98wB .`T҄]ջ KqMC'ExrIEB(Idw[5C{1#H-2xo۾*+_#qzSSxų@FPzz5('΀Y*vuEtvŗ5>c;m;a(RSW>T[Fm˿\LZȃHLIEqB/rfw82'єG !#6/72GbB6|Os8狽f*̴F +KvƱ|7c닡#y f|^& [Z/Y3%Sq)=X m-|MonWl2{ؗT༄/i/HWP *>C3}%zTi C}=kϻai7RBEɪ61 !\ZJ,܈Mtތ RopAHZ% Ƀh21 LٕuW$JsDnM*X`H(aYA1FpɊ0'rJ6 #WRf(T `B@1 C5*Y茣jCȑ11-X|phCBH ƃHWV!" aB3`IS+"DJX k]0@lrDM灶2YC.aXhJfD`IY wUd Lm}wt",Iّ\#B"@ rʆC ĺ< qÓbBDNJi 6MsR$ƇlUri 6ɥ\2K/6$,TF!q6 T$zQXQ$ Yu#_=Q F*2d#͚iR^{crҠ3l'w6Hg1LmWW@(&tJ icW%%i QK71 )p䥭 QGD Y,7sQ("вbLΰHxa7n^8镘*fJ0&h<ޯ=]0\+xe5YOJ"M1EFSf")YݓDJ|x}m,es*ĕFt$ċlp2 +D8!rue0#5j [Ų{ըɀ<[baqyͤY1(c+g6]%EGk0#pW$CCM-D̉'m]}`ua/Goܪ2MCH7ظfٕ* DAFCڴ͠׾@6, f DgdS9S%HD h?fEбCѳagV3K5xi 4j )@zhhVSKTO5g 6fz+- hfH+ʴJ#X.&- 6P)0\{ 1Bm"r 8EZ1 7F`ȃju\m蝴;+]訽Zj6ʾ늮Xܓk6)5,PXw!}f W8jH蹞Rx9ف^h1Љ`DD)_,:_'B3&֝K.Q@ˍ0;2Mq ҳ6kOťCuV 1 9gvv1>?Vų"9RAPob+BaBXtp(yS 磟 3L(4}ω^d7Z9Lt{u:sFF2ݙɊ,цCkQ^Ѕ" .6қZүvrO`SzKAB lP!قW]eYfn!krugm:#XI$U 0!'I&wmM\KY!).,əjqI2!a LVx.D"Ӕ  a֖N<#Mrh Aw!B`yX)y݀M)X1DShf`RVf4\#bO8D6gPлڦ ZdSXJDH*'sZ4e2ՋvX;}i.<Ըr(ոEPbxY)%t4Hh̘Y]"j҉GYT}2ߘIpEJOTqm3W?J_\:O~{xӥ,wSwuQ3>^0`_/zB57\??@E}Q*<Aw ٕd4skJ;:DL>mvQk3ufⶪB@ʷDF‘B= f8z%oo`U{tU\lLYRQW^>}JzVԃ~*1FVrsڄoB54. hr4w5MfGtyQWEi^TJ^gLeiSy/)?s  @ @5BhK8AUa| .ݿX5{NJ5!u SAǛ;$6zc͚j:WE6=]*w̩ LV_PJX !*]qל[;;nvS*Q ™X"H"^io 6pyWZ#́7M]?_앉VK!@_ۂ.F>?>~ߡ:ww޵kZ{ֵyj03h{ԯߖxdnM>"3QXUDci~)?/rXd"TP_4q͹a<0RJC"֗#Z6Mc8Q8O&3hoCYy`Ξ)Zw eX ~w/Ja?g6 tN4U[AG9 yX!aZdq!X12 15Fk5vR/Tv(n/p)59ܮϑ^]  Ad{jN>v7y! hch{< j.dVF֌E?MBaND[P+]TuFkHSN>\P# ۑ~ՎzJ4s願KeN- +#s藮Ҍk_=GH^9\wʓE'"5γ9MF*]:rqD1Y2{:kf O .C%G |[,Ԍ3Y.t(+lQg!`@K~xEZDFBŞUH Y~. @C Cu8GBl6n vxסrFK|[# 9[FEL&ӝ0+`, < !pm +pn aNhը;P$"rMŖ S]&j4UBVD< B 9)*$6m3::ҥHhE !dhC;p&|ul.;ﶯ( OI}P2Ұkכ~jqf`?j-$4w%:V@=K4ıN~[`g AI (;xޣ0Wt>=aף_hi3n ח)pgG%_hf?r](lFY공,X.L|zJ+be<0 F@2"5lC?~f,%yukqszn<|fEF/,+eY0Tַ7^9퓖Vzo25f^p2$'/UCyA]'tZ)."O! b?2*qZf% 'Uɠ$chh, LI$!3t ĿaH}SI"RmZ^__ MGԘJ#!<W҂WzG;d/dsIlQh70kһ f鹙,"A9)ܯ_ɧ>r/}1KUd4f̽|G޽)sd$74>% bnlaO'z>)io,kHoa^{H~Aޏ)fg*tb+?f9Y@5alQF u5voG};Wܕ^vVvMt 5^S94LͳnsVG{DHW"$Rc< ͱe>D ĝh v3}S\LC/Xg’N& ŪZ&(F9}j_*ZtXD02.LQjGbwJ]{dfc/J9md\+sB)ʺ|">Kj<[{}j3j{f Η+pP\jr3Y\RDrP<Ίѡ4] %Q@R1++%%^+ Z{EFWLtsun+![t,'SM)A庢dž鎾< .Lm $bmС+ua&UB],-9D14*&A ƄY+Cā,1 V4m]XYs.B(iP5l*2m,nfMA#ICAlV ZlݶL#ZAIouԮ,*8UuH4n-+&qZRZ"6 #Ėf jPK+@،a t G OfvT:Ҥ" 1.<v%b (iM"Ֆ}7 @bs0 A4xlm)ll:SUs%dn3U^fF+`2oȂP5 06Pαr5$(SL&82(\P7eޠ; 񑉑Dn51R_Rlp Q S]> `EJ'i]s6`3dX;^)5=uŎV8"U > 0I[674w$լ) ?4k@Řҹ=A# 1p/ZDa^~6vn*(:]g]l?E%QtD vmyUKLjc]>,s;w_Pn|7l7Da mj, [pHaaF ➵exw`s꺧 Jb`*[ØT*G`o6H)P\FW5Jlx"[<@\IɫJlَyKhBuwդ ڎW4m&bQhZQHfADW04:TZ\+XW$asZ$$xbH^g\~d4]eg|ʤ@\dhR4i+X6ZQC)bB F Gf`?C߻\ v+"(G}.Z`p '(@!saE湹&m] (؆*7"2%=i3 6fBPa&. @!,4Qy?%Bjp-S="#Ty52]@yqgҋb!xTPg ]t W! D9t2ҭnYnm #WyRd*Df1FDFHPߊIvt;ImstUV*Pbh׮JV9JLAnτxnQO)ÑFM,O~NfrhIX*81 r`baۻK(+j^ܴJA+=R3&/l! ,nr[4N"W@c`fVBPN68=,hNՋ>c:b؁},5`gW N({F {Wl/@t0L`Cyf|Y(4/wT6F Y|RV%D'Id/1"׮|4j_P\e#hKaFx҂e5IX7 k9dg1H'**t#zx3S$EuxB#|WlX Ď[mE Yi'jGVAn/$gnU6bCMH |x;[NĕݎDC@AnnGZlf%y,&kL3$7ա. (xrg!Ǘ.ᴗV(ZiB&҂H9x*dÖvTrNB%.vjRp0ijakAlJp Rw*bO&e! dk"n^ [7fXN g1"7}>:yaWB  ڍAcowWRߛm:L5r4.%LM8cB gHh0,X_! \+דKaY2g95c8Rq9sQ7qiEɜ# dSP ;NݻuյEy5:Z$t"cQ2`~ óD^ KB{u_Y{&|ۘHra19k:O+úf3܂ͿmOowDXkП>E[Uħ5r{6漩fp6ț]wݾGI_}?&?Cr]g  \3AwqDKh^zVCP Lr}&;ӣL' ~skR4dž*T>ff/ ߤ{J,wq"J@p#PbA #ƟҁAzgrxYϘ O'V_I0X}(II^ԔDAkܺƽ}O\C<8R@^6u |H@ߺ4 =}YJ| >yPU}h_wEg2K}z9]G fMqĨrcj#^ J@]R3Li)Z2` WȦMԍ Z3qci"<ȥoGk)?ЁEb8 Λi=E"S$|%˛`K-"GfFP(0fkeY,BF1sҀ.M'#j2!KىYoy h=E۰֯8dgfvXИr_Ƴx+:Y@Yf];D:,ũj׵Tl^e@լݱtQdó/͡*AT\[snԒՙ(T聠0-$]#E#3$N m,ag[_12aPx{,gb@h*n"9EG]B&- JtontحѩԀke1iQ().tUu $B_{;,4 @&%pCM{2 Bz,^izc|cR5 OTtqzv%b KNa-Q R%pe(VJ,dR JP=n}0T]fnȑ|Y`t>&fO2իQP*!il*&p dat]chIgy JjmHyJS R-wzDžo}.sO=O^"ϗ%s!"#/Ab}d_w˼ԵzXJ}i~u#ߦtaqrВf7pJ쾧_Ð~ZO눸ͱRv߆Rɚh\TFJHIE xo)_+ m;G^( &k/⛫ݓ`C ˔29 I7g4IMZ- vF. ^Y+K*) z `kZvDe"ǡ[DkWy xW6:Q* \_W 1)gIc;IZ28䵾GOwgk'_MK7_B@ADDw~jb@?y>S!dG!b~uܾwkYa B+n5ĄvOsPog XvKAK-ԫ047ED>Vm}?B1,%e-?MK@Ƙ2b*( !^>yWuyad=?Y 1g0ď)uw!QhAhm%8!iX#'_Ev*[jF)!^ӫfGʼnc\M*@}n 1c)iݺ*1hbr'ac(V C0?aaF9ҍۋ[rH(3 TFPF9YUWb:3؂iH|m@ KOܥAɎD=4~4\eZpv,C5dJQ©:&Nŵͤ)]Uؓ {ΎgoW49~&QˀRB W2!2"ƩjґTi)ɉYqwQ&*`\f]L6 jGMrn L0TH.]P[6T%REP!h%UR<>0 OS,! [(mkSsz*RJG]eqy6R I"8BIAnfdav 7kIbmΜgk q4l whҸv#}acE3%yw!Q nGN+( TsjhTȄ`bLiV%qfmC.a(X)rni5% \F< ög:+喲23y%~Oﭬj`3FlRI9&IHs9D G4R0Nf ksZWk^AhĒ-dWimPh 4`%L,@4IHrm%l JX:m z@ +y7Hiw.kJkg\3*9kG<ը71 ġqHNCi٣af 4H{7Dcr+\I Z!%z@d؎Lp<)e O=P1Bo&ՍA LR"1T-j՞ñS@wcبIrENj (VA-(R fCm (hPş+b>z[w-0yߒ BЫ1'@)e|"Q"S3`"v/SGh863"OSQ7mZ2/GQ4>\s{xa˥$eZ<رj?۫. Vq?6VQĢOON5DCo}C? skYUMrP~&$ UkJ919RY%IvjղG 6;/CGlw2▕j6A6"D<hC*Na8"X b=p2t[uggfͳxQ"&} ?O~zoM&JWnӹąOK7۩ lTvDϧ:ҋni9*͵Yߧ 3z2ŸnnIҼ5q!s6WSTG|=_ [S '^J\G(I5?.gDG͵)EEmp&0FB [(N2A9z΅2獿mVwwA BzT ij![Qʸ.[5ScBD|N$C͈wArMDQCvIFۿfẵ 1Ê!p۾;p$VߌUQ*lJ AR}Ku{{ '&m5$gp`jR6VSw6r.4U{|\&3Dթ0ǤqLOm_'+o}f~dۺb.(pLϤq_dB7j!:I^He 4j3 $J6]Iһ  &MJ> khWj=0w *_oYR0"$Zdd<>$xlzq {=)^?49,ڬ·W&a?sjspY-Î膧=w9hϼ|<>Zk& [G"o_OֹBJ,D~G6t7n!<5RE$.@ED!Q(@J$ V&KXLn8BFe,kޝH-Ij<.si)@H -2n?9}w#9뫠 RTfC{S5aOqs[үLdWK!]YlKM}1l=YPuSא?=FahgWҫ6octj(G ŞߵH~ڍ{G<-rZq,4*הLr_xPzm3 f CuSOx$F)FJvs[^ȱgj{~]aF]=H,$$qjAƦ|S֜R&2U(M|ci촭.S,5[M?~ nNHejoâތ"g2.]'^=2%0ߡLf%w4t2ri*[Cuk,/^&*lX!_a)]|c `pZ[]C\٥˳.y29NJY`$7Q¨V+_{FP   taz𷗨%d}](Vu'[P6)J\M Aio}'LēeU:YZ Ě/UD%TU7`ѿ{5:(8GMtU٫Tja#Be*# ک ;76mjkĐt:Oӷ.A=]XH8ׅ3y#~ "ڀ.|es8襇Vk7ꪳkyNӯ8Yc%c۞[~?TzOLqR^'[X_-z#N5Z~\{D*.Qc#CS{ t"&0X'T$oєDLbtƌ}W?o3-c4d)r.e!R3W)0dRS|^62#:n  f0hv2:7!Jw~|@C]YOlXɋ\p/fD"DdEĚFd<A&(r,PyFrԅ kkNkfD2w!ƗP`m`U=;}Xw WYHi%Q1RICs6 aС&xȤuBk6H83M0cTC %ЕmCF.bAi-P-݉d1K <*:?~7msM [MCV3 0(QٱL҅eR;svsUd1b-r>z ڱ~yq6V%Bm]X'Tp07" jBȂ(e֥-#C7)tw.x1. ]d&2] Hn* _:JW;A%KO=4*W,Vlٵ0il߰B][©C?dPB7\T@H&AFQ#cMlch;hm* 0^@Tk hqm%ZIy *1g0Kl BQb)X4By5"Hԥ&iШGִ~Z-319eVX{5Tӝ'KśbF&j- 16 1 ,G(IK I"Dm"FD0 QG(7؋Z-ȚА܅s:G7ā\Ѫf!SbB! 6fXfUXjCޑ+DY60G[roIiJ D&4& DPgV܃6$B>>p/GiC#hH71 Y09D G3s†$&Q"/2#7 <%g91S&qL;:a!m 03`/ I )k6QRo \^%  D6HŽYZ6HO/+BV?Լb5 YP5Y\ !f 6ЧlI@ CBP uBHzqw}_M+JSxˇT% ~$B8}t@F]6E'+lѣh+ [7hrڵW0@}b@ lmA*UYPƴp+ߵ]ى&fVm2 v5zf8F QX J-I6Q&Z%Th0Ӵ cˏ-YZC NϺ`Nyp؜K *fvWpxhP͞W(ߦFZ{U#N ,AJHMBAƹ2*30, "&H&h:3-Gnu<:!A"UF:@V[jbuU[!-dhjdʼnuD$ʣ?yMf***+𽗑|Nz4/>yC2-=$ ˲]lH4@=07\-P&D̪3Tm`OnrI1q 8GqրyJmZ|1 (,.K|WLDS)JIRRJ 4F6)KEYJB2jݕ8_ ݐbɘp2[hɆPƝmhtȅTiKx5 (h bי::ЍєŠe;bGl2Q%H9@ ",PyYs]U)IthUiz` wZz3O c5Ŗ:O.Qn70RF"]/o +鷭GTgR߭K҉ Qrrh_Gۃ|f4AY?3ũP>D9._]:pTvDI$1Q0D?a6Za%|a}g;wp.gtw=CԆB1}ua^+"Ly-JTvO{3DܠO5~/̀!:^R.~h̟^}@BgvvvgawyG^<1RZh*TV6cԥjw; Ȼ3BBC`v>J]P]f2 aT S8T#N d*>\5Z ksī~x"ٕCr ~oRW61X Yu?ƯH!!Xh0@"cisI/ k}o&zcmyZ\b[^tku14dV.h/ ܎_,i Fj$4L6nee)pR C>Y؝-AEg_*Nr834 pQ4lΫt'Vi_*G9%ק;+(fP`zBPuh HwѰCBkBAjZT Kqlzn#QFYB$,K`Yom^l!10hƺE3j]מhqX`k0E> jރ d*e)p^*[ YKeֱ/Zw=ISoZYk({- IHTR-W0&֭A:"f3; dezo&Xڒ!;=jn`kT|ʲ<ʉVgT)smc) b*MMX|XoBg%V)ӈq{,Z7J 9\g8c2#̮^aO^QчU5z E'bt#g!Ӭ8N)HPSWZdH1 U*9Ȍ+m `.[<4*P!B&00dQXhBķ[E9„.c͂@ \{C؋0p2i挡e'IeH!\'Tqf\۹\6G`pTj}{"Xpb` WؖmB"ԤH/1 EF\(`7zH;* )r@ޙ!C (X_(;jőE Jbɻ 8d,-AE0"bD!@]l/Mb65JA{§4`m0ţ,Tcb3ch] Yp.\\% x_c՛ƞZPY+sg]U򌨒l$EJf;(uU}DE*"Ջyܵe$۱cb'Z V'%rUVR#l]tԹ GIi$C14~ߛ.^%m~>+=+(l׷+s ٭&h~*龗s $VgFEf);cSC%d.nگ[2 TJUGšΝ9l7_K28#:*\],D.JQ`HGJؠ,Lcn,U4a95azbfta-YYUK.J e$of!h(J+eJکKۧ6i0^HChoJCFX؂X$C C؈LCHB6+2 J!mّ̝9ҁhJ]x;=B3wI~ӊ6VqXmxQ{y d≾EnE`[U݀7CTv+@Ǝa ]6l (/fzdR*N`Ԗ7Ϝ a0k % J8Ze^jK}sȚ!+ - 21}IQt 9 !.bXv%H&Ir7bEC5HCrryfj%Zg!P:ƻRݻqF!wڇPRdN.9BVsfSM#eKڏj c[s4g j<@,(QRi]ʼnh;K(؍f(Q4Pz &?a襉׀J;1حwoRrO=H2A~cN)BL]ugh1TaXJ UH@Em~AWq:8Ѩ  Z.7]ز"4M"մ9[R\\DD@ES(I!_\:1 w`l@+2Cq K;QCTӻFJj%jT7~Q\6@7" UИ5j=/6QN5nb&+$D7mACY.$ JRk_/Q`,2rk!6OwbHRBQn.e8fA)^D϶@ש5e^yxtZ N ûvPiY\I6[QcJJT`p:b0b`*.'"KDA-5&7ii_!䰿5ق}$dN˦rˆM_S#7&8 hQh;Pr`hv[QB,r"YeS،~D Flͥa4QjQ2+ܚɤpЧ986 !< nNxe[FukPI;tL6XWPefn/] t% <iO\zljqW#p-]7!) $\m7 J"6 ˕Y^ZhѢ.v*p$S*XonD+(YԖ#u 5ѫi#/uQ_C_)#H>v Q1C*8hi ,u۳H“)EybRP&Φ8k?퉅 [| ௰=sbS#ML@KpaHOIgKY9~=(M~|?.^qt쵑bZ]lpGTGHX@ v; FoJ|(rk|z /ٺk$c90%+xgCFeyCmDg3\Ќzuhfğ;@ % d: X>p T+]ۈj0X¼~}}uo ʒJ̋FpL[G AiDD$zTfcl7|ifZ0.Nv:Ɵ:>dC}';ZKO$F(7ٜ(gwz)2]TCNiT^r[lz$gaKD0ɾ/\&ɲ۶eޮG{l˭it=Rz&jn"!b<ɑ Fu,%hiպ0- VHRVӄBR1z[؎Xw`4NGL(,3Y* 3AAWZé V$ eCeLHͅmhI{P31jv%2*^lJ7_ e^Pĥ H׃:1Y(Hoeq腛C/<MiJYqʻ6K$BZ~`1aepLΐ߀CQh\U Aʇ 8A& FdSZw8l2M!bЕ䘀SG.cg/A'iD͐3!rɥ}o\Έlʱ.`G1  s.fZW؁)ns5KL7 K_  kB])@FՋ%J8'D#!REZٚ5Fɞ$Vh堖"`+zIvd4Nr;氆 G-.ڝ: :nҢثؙ=;|v\5$H!m>9&ְ`, sµ͞%Yݜ)0Bݶmv3hFeMBRI9Oni}{L[g9L߅Kr3%aKBATd" Z\,k@oxxʻR2E!iH[I++W.3e4G3_~ͺT8p>>~oSF)^E5I"}.=}YQ R>G?#1Q-IKzfԶŮ Й M9BmV[97 cK&q]۵V ʹM8H$nx2y-H$007@MA `sf"ʥ"P1h(LQ 3!E{+ft"N $bMe2.V(1K5FLxi"ĊG3Y N,f*L*Dx~,9;/,v2`X8`xTH%г M(?3 +mC; $fm6ts.y 멕YwZk"!+0mYEY fɤbJ8o_`.AA*Ή phBU O`PjRpD\L6&q` Dݝ6yhمX%fb!-C. + uJCcqh(s!kFM"l8H%h`]h9='%$^--w0HUH >Mi[U!-l(N5T̳-W5XuyrF7%w)9׮d_0^^J|c:8$#au;z>HYY B!ӊ-rL%KHYQ;.j1͵W.Ij](4U4^FxZ^5CZ+>|8  UB ^&E#e >^t7/<x\ z da|LO<2z7ovcsyZ;&EDR+ϻu[YR"CQGӸJ2Iin*KN.;6#e\ ДL]ZgXe0[ yL? 7! Ȳ)jixZevI* JUT#c 5vmOWO%I TAHpL㾬$R0Ġ&tp  MDJ5 Qޞ­N9<ױgPA QK9u_[-k``PA/6`9^CZ1+pV@{J@BDoeȩ|L4>XR'u0B#s$vas<_6=]|w2 B/1ё!VU؈{[ p5l/Zkצ2NnMvF05F,}&5pUE9,3! sV)˟[6cv#Q^Pbl2DGR\96:!ޛ.{U`Ĩ |HU^wA3d Bg1\Sٮ_:|·S*[mFwbzCX$14.WUHA7wuY5k_¹Sh VGzdAέҶ4 \ Y𽱠dO@Mr.m\FElntj 8??ekBvCHEXS5fsqn=pp7G4lm2RStD 6lݚ`uFT_=B_dutWe%fX +ig`;P<*ay$f&nO+Db+.EAۦE9RF֧(32- e&63-+q;y\LK Xuhrg4Yt*"_=Fĕۄb >Qk^\xV« >z~5C=8|_C潭UJꭣDVi-Y&#Hq5%F2EwֶDXm7ai7jẢ}~?ANKyefksr[xu{Q;k+;]=Qk -N$%A?!l_on"09jO/%R֘v'q۪W}5ܚ7U{%pv눿m6c-1ㅒ]$KqFu"|K0o~Ѻ~0aʻ 4I9}b$pk*lO2)p;Ln&qs5>e*lG.Pso(q>KaΣX馂 ӀP )\[k7sb{鉙" {gfO ]pj\n|*Қ$pkͭ(a|Ĥk7,怭]$Bu#tD9c!DЙqG_ WUEC2Z]:є G6KhCb|B)R`;.Vaa\o!{D)y6!kFZe3sqm3aŗ+jɑAQ%ڲc|e $E\s *41gfI:_#,ȚsD?K=/AҲڶsUlA#!!E={_ͭ (-`*7׿cL]͈4<*WIXR1Bo!AL%=q%cs]Զ3k=ϔԍy\.8O0B@ G*UU-TR% њP@6 "MS*|1U}'P My/GnXeωNlD̐SlpF>i#%Y?fϜPhdnyAsng3ӝL|Ayg @ Cp4+Vz0LБ r@^.&15\ɟ>2DB 8>\NQ-a Wxq,E?CZ )`[#Lr6R] ^NT +ho`(xR6LT%{-X>Xx h+?!f@D ш=/*CPD "  Z" S0<)""XXwZ;~?z.]cݶ)|Q&Q W0v_Y3kȳs** (ӟ7œPgZУ+mhQZιU:PB SMAi "h2,3*n(Ua 6QB Y4? <uF]QV ˗㶎'}ՠڒAΰ+_ VÙl*Oζrϴ;o+%hxGXc9k5X-Hа!3h6wjw2.1b R,f b8i`@yKJ L4#Op 9Ŷz\5؃cc@v\CB(B^H!c\O+)fV. \X!ŝ"wa mI7ä,爨ݙ27hͭ%AUioÞNЯmy ϒ`zоN]~I,Qh wF3$DB\fUڢPo/N,*B("D!i%siaIow"ΠZ$ڈ [E6f,zCc`6,!}-D%{6d7h aT("`d5 \)%wj6Z6IBPem%-8ϡ3 sBdB{uZVnj7 1(u"Q 7! L7JX!C1qu-oH D{hXW 9@1s} d4]7uiBr 4y@G`"+RTE ?f 4!ŤpMѡ,\ hP89aYI ;G7-H eK*0H0̀4C ` 1T}hO|'H.: ڙVoCY Lb uFm4bTŁ[%SPN! Cp 6^&V,4صiř`.rJ|o@[BDWt,H^y*:5\@؀G3HFl0(4ƒ&`B B(1 oa6+DD@$@`u-f9MiQzb0BSi6 f-iFylb^ak9l$i*y9gh5;sؿkUI!ukɨY V|wyzTg·[Ŵ. /}GM1K%Y.i+\ o,~*Ӄ`o\ɿ3%O.M!YG=BeRR&6UM ?v{yaח*xʶ9 ə󛠅@T'rdtWF(r_ܮ^8e/!rO ~+_^%3A[s')LJ 4Ai"jsL΂k⑲)%8Yá]q#ۙkoY`vfh"/FAqUEVTxVI"*PkvKTWTjz L 2>nnL_/}7%aZ8h_jvq IrO{%D䝝)*VI~|7VoU׻n U|G,?o`ݾwBSngaYò~)V-d_C_I5 o/Ȩߝ~7+[+E3Jg놈O,.uc v':t/j {MD=堅?pGwxR99pS,!8~j8RLߣN#WY 'v ]gs6yM߮z!]˻ވd 4DGu:Iyx4n\w֝vU2Mbvw H{TM c NmCn5VL4 X hs܇)+ÀEm0@4XF% "t))T@[3CޫPu(c"0M[.8 g@Dj`ICU(Rec(:]-]~l9ihf1(NE쎵Pf7WRzt6\>;e!{[tݡ i 9DmnwB*BXRz!1# ~_0x@1N2ƴRqYBsf(FCy p4>p1- ^p:Z 1hnH+l݅ ]ԄMYM:ʤ AH.?Ez5< rATbA4}Pa8"+>B"++ikf:hs| !E-s4-J }r9k\Yf&=L9a 9yp楅gL\\ZUMUtY͐Ր1$L*@c 5ƽ$#sI\BU#*uHHDZܑ&G Iˌ?5kHt~?'v6$qnF7 ڄ3)B*m@ւèmu@@0dF cNSgҰZmуɟi,R܎*z3*v*Q#1PHZ.AYaycE#A ڼ_"':k,=GQ-<S;z20HA(}U%!qc%\(]COG?<}{$w[0|II_dl"PڮA))/y(35cӀ k6d%|Ըi!:mtBMN>]g﯉C߱ CsAqzX4SfM,₫>DiE՟<З㐡gAFAƁb >?)ǥO$^|[>W-E1-?}/v4i6,ׄ}!!l@hHP}cG&fi~^J>A B(zjmUI %Bl$Ɠ BR)n!i#2(R!A _oZ ",'˟}qLZYiO{ZΣJm䦵 C^ql0d,QA uVmt 2w0FO\: i V`lgBF \k,v` k㡑HT m3Vщĉ`iiq`)խm d %jZ6e{PmF@o V4ppV V=U$CB1hr@:b.0c,asJM,lUbRIRo$7v.1*eJ)MUt9֙=,:sa2RL 0l=gJ47qZjH3o~,UFSr1~%o>w!Xg 5D=gM $eݮ3Dr42.@_bԼhZKr@ੑ5Ss-k*M )ж x{k¸-y+:.:nѥFA RəD-|@22&h;Kǟ1y%h:H=>^g fS"xZ[p~.վudAYUgX̄P -IFM4QVd`skh޷/&$1"GrЦ#|ei-bB* P(j\JFflS9! `&!j0 >؇"L@-V 똉^m,04smIP](LaPaFHC@";54&}+߳ NkĊ. F}n(4yG*9EB P rmf=McɜUx8?Z$ፄCr(=U͋b21srq}WiHQ[YQe+UQ-gcϒ 'h^+ŤZ?ú gT#,Mn5p+-u,q}ct9q>2J\s!\Gw&:zZ .hRT \= P'_ cWV:э^=[!&@D_4JZVĵ4>wCB3 rV}?.rsإz~z`ќ8T+լuܫ`#'(*h~= izVR{ \X(Qj.?'ùy_'E񼬖bFeR f ;-R4(>P=~|q>q Ëk#두@mAD6pz8U,,[2w+tSD:Y'$ A+鍡W+䫓J`n?:Ta<'FpAu) ^jE2V>Dd__8i2#&(og*ȏLd~<GxpC:|vjA#)?oҏ~cӄKVhj`85Uҽ/z(-ViT|c3;CE{`Wt s(Pt'^͋_ %O'ʠ1YbWɲ@+SgH{:Qu<ɠmUӖ+H/Y/e9$TN^ 56rrIY^[sHjNrƖ$B)w*AOPP;^K9G}N % :|xqo<"BW(խlC6$Y;4S$%e5(e{ZTstfTOt Ī>JQc*Z+( X= N_ AgѤhпXx+.~Kq߀ұk?PT(`睈4  1^(Z6QT`R㉌Ch0i&4ΖAfPxZ/efsU4=XР SJijNuYwڽ\ -T"wl:|ӹo_׏D歿[Ӷ>־{{o[o[{{{{kZ5kZֵ{޵{{<<4ctK ^7La0-jl6_y\\6Q j6 Vck?TPjezZF "Xts=[-oY=0)m]euĂ3-H()ZэJU?p-`IM8N3-Q Zb77X߀nͦ\U5-K]$ՙ5^8nIlET/D\{nȩ^D t`jߗ1Tv]6ְe(3]ѽACm-%>Ӌ$a-H[)tjVdhTu?gS{shJtPH:zTYFj, 8P[>y{?ܘqtP5KwyT^bgE w;iGAw DTOOڃJ&Ýx(ī0qaZAVd79FT1D7";eI'[b^X$.S+F>_Ǐͱ%S,gWUجmb/CAZ)!чM *#0ؓ2!Wr"ZDhAFT vh~wjVH] E7vqdF8wݾ/he~Fc*ޗnW3IqOV.':_oE˚{rQ-5׸g$]6?˒5ʟ<`E4 05o<زKbT`)hY9^|$2uND|puG{'.KoVv4U"~>'}M0^%sԟ8(3r`~݁ǵHe 1Mdo g6?;w6ND:PR%@K4{@ٸi<=6zvkǔLYd6iC`Ȏe g>ҙSBHFs_*ڬ}3z3B m$=#h8Y,rVV-Y^n.dq ]|>FضHX8:QFH"NVF[W_昤pi6Ƃ*~q!)8؞ 0y^&\9 Aۢ4Vrxs#7cA0(vWtn6ִjanEMqaǢ?|-:Z0#, sTvo6Za&4. mT JͰq_܌4t:J^F G۰lA[tRwu0x!B58G@vGk^ m3xbx${ 0_k }ԋ&w|yU<: (Ԓ^j7ATe":b;rAz[_݄3n|!a"h}ҿAsq{]ɡ`A7+B7-.y#M3>L$ԯagŒB?zuĪ:۩^;|.^FY>;AK|s3Byp7PX䱸xEru(rv}0^X^hRֶn Ta(/18C,#۪]&DDs%Ơ`I>IP|"ZQ&k|&շ`HўP#{D4B!0`#oڒ9ة$Z~C`/s?˪ \+J[I nQ\93HjAbDǕ -| \Rںtu'/tH1jkX*wԿF3b֙徚a C"_Rb=<80S =A]e,൨e8. X5`0btt&wVnzOT>ٮs;)VRh0l1k(>HSoV\*p.8.bNOv39gCﰫT6{ eQXEOr$4+\Nq'|tjc[}\{>g _|5c`i{LJ9B }~B]ٵh5_Yb>M &8$@fe)ǘԕGu㻵S ?<@zD 赱_4 X澦A0\؄>~^m{ NҸ3:XwqPmOUi?.ά X|$X9p+%`F"Aɠ`js_x`>Sb}qZ|cE^skos| *•heߌ[v-o|ey gۿƯ<m_wQ>E;h*˳3dV&zt \EOS{.)tCyYzf&-c *{Jyr4zm" FH҃I bv¾7w;!xbQ&d5gIOtym( 'C;a*Թ X"'^lr̟CmÕoScf4}F_ Џk=\g4CgXPV'06tZҴ˲d`_DEb$%9Vp/C9󖾱y;~Ci9E̤o6Ƶs8Ȣƫm7kܬ:hc7M=\3Tvo!L VB[}pAh ҩT@.bdP*u7-O`bHs e(ڹuy}{L>tl4PI# MOtroyU(#L餷1Jit'&ݰ5Ĥ';MtejJ)0DL$26zOMd*+g$OZzGa,m#i$)/=xd/Q> LJ!/PJ }?O'C@bR>\Gzw|?g鶆? Gs_W!?qIG]߈ BXfqfku5yy!Ȼ =sTs; P3]*>>vY$>nzܐa6àW"H- d]HcgF1J?U  iW5t=95`kap2ր(F`V6mڎ럑=IFcPz9]gd-{ʢ{@uH~"9&v9|7y(ov8ƶݧE '^Θ%l'c0$_e{pلڶd cʄxȎJy9薹E\2J@z:(?D4̱gJdġu=U/A!湺*u`o!.pȈK_u^؈dG"(>YD/ȏÄo(cjEa߼Ѕu)c졟6c(|ٸsٹ4z҅#rkei _s+RXt5g?GHV߽OghAщ?Wv.d>\*͛\'pP֎P ":1=_WbHq.) bZm|RWq }Ǝ/ s1 { JHnT]m>3v@PKeg/~G4iOȡ]=7k Dj_]Q(]0&%5ɠD2|>cƘ Pd5 ^A}߮@Bz}C/riř%=Ew)Țo) c3xMK^·hHVx>CG_[s| /\Ha@H_'IGƹ*՟+ š!4>[@yww=H;2U+?U o !L7:S³̲g iI%ih@?4 $?_͵$aR\=o`VEؒ_E_-@a0|y84PXP,0BA4 a* l H_rL?{y|Ɛz?;ͤy_M P{^~ݠZG1/|/+fKwsH3 G@jP\6~?o83?^grZȐX s=e- •R(~b7v9Gjx{{3~?~@} U|^zsFcI w\#Y}Ivf)=Oc&ĽA X^wݥrsCz1 3$2+U" 7 ZURy|M?xHNҒF~R% 2og?^J@Lo76m8+ 0:Y@2F逵.j4zb!ŗ䲳Ywf(T+0DžU@y>ԩJuP ?Ů:__YX_Sny]@$hOu]dEhM.[k>|-=%bPU85r\S B.fOvRw+mz*Gŝc'3ɄK\,[Ek\Ѕ.ڽٽG[ɷͯә2j %%*8LvICzk ~dA ]˯M[֭JL f%!ǯ2)1yrɥfݯ:ArV+b>vۂ$߷~6mɾƗ*4#Q\;fN\8e˿CFj\z%_ih1p\azlLb]|~ y`@%i$,ƐhH>#ٯ!GgY1LvSԮ:2^;f;)21l]xGk ; _\9KS3_`=l[>~WeIjBO }~{.`T9 A[(PUG&kR<(*'c0늲J:W衈A1P,@_}-T4x(A5Zcj[=KoN3Sdc2@s`SP[A<5*!AUTBg7Awsr1;A@0E/?;]2{z:R!q2!NU"es.~]#0#6:u|pMC٣ؓzcnFYEU 1&Bim@L#0S2Kcc]Ӡm̲adj[Bl0E[mlC6L "FrK\G2ԡȆ)Al"l(_ӠC}N;^I c_/c8Q=/dk'T݊z' 5 $SZ@R}IW71kT.7 F:ġW _ͳ#.܁]Cl5"tc鞊-K{*VG6NQ>ds% `>ׁAi"O6f+G=ǐl3o^eb0Etz2E*TMb兤,v7>.@uunPyop*'?< zL!XV!e*9OS}~F{_<۸ԛlOӚE!Vu_^CzறM7_7=_%mk'\;^%?nbD݃n?Ul0HQYKfHsae-TBi=^F*’ͮ]ܙIjz&*zsY*|,5 =m@蒙h82"UEx5VXuᮈYz}:ܕN4HΏOx==ߣ^|-aMyIcdļU5,2d3!ſqZ%cיEϭ^Y kO,zoh'~dcgX YUF掏nj|~Mt A,JO\ DKw_FWЌ-8N}Og>|gʞ`j2 sdC_%b*K<<45w9k:IrZ=M[7TS@1xj6=Nm}wiz5_#t5x>>c9'CDQig`, YH>;93e.q"'0c!hC1?E ~~_SRe)`X^u3ߕ >5V]#JK9=cG!/~u~{^W;&'UzƳ|I/ z nlk%)Pv \ϧ*)/Vn^q>ib7Qr.v۶*=-`M菟ϠES>ewN6lٳx@>Cn+Aaչ1nZ;R$GDd^҈h,cB^. S?ng64dY 0–j Jܿ*=ג aAB*/,B[ RW(pW)+|=gǩ#QK}eI-(v+Q ]D#肩"@([ ( ė| Nwjd?1eҰ#-?8J"3t Fi#r!v$<][Vݞn租 xa٦jseDa[:m|=Lһr7@D1  ϟ; AB10t3G.{rNsP_ϓrY/R-JJmE GS@󈏠|4j8Eʣ3rFHyF}$/ٖW ɞ{q>F7+BD{gcܿιaC *\-FuùKdN%v}ܴZ)·*!=<"'ղk9vU9OZ%gV5_֤8mY46`p#*ׇEmQcDjL)z'2 4&/_ݑH6z̖v'grnoB5% ;g~ {/a.󮗸SιmSl&_KswM ~-uHD# ޷" n,,m{xU n$OsZ>cnJ~q8xS '?G~]svfkZ{tQEQEQEUf/ydd&w3Op4ɋ~fىV*Zm晶%~YEs hvi$aN<*[UUU#YT3,joU&m9sٺՎ.SXa` cD9u%vHFk;'`!A07dCY=9=տ2Ki"<%ךn?M%SWX(ӖYۉH s5Vp*nbL0SH#WS; m u'{ަ'u~Ŏ7OMuI%+˸CO+S0mUUUT<9sƢ'WNw Ek7]#0w_:}%_&Qi+qg0;ի3qXA*H|Ǽ:>vՊ8hxVA[wc<^I7\H_"ěX#vz>S%Bsr[>o=Ow;xv߹1?CپiD~E{|-׽hA:i(1d㪪2{=N MA W!쮎7Gc_=VfE"GV%_cOwN杢N@=)x ZF0/s pz\L@Ɠi? WB2BA`cgD"]Gܑ罗K ?v! Q },4߸if-k?/gA!#eW7s>(@ GbY}*w 354]+gwfD6~pD4`"jq7)d˗.Y̤wya3DSHBɤ<cv?k<0y@:^{*NgUE!%/zw=)uWv^7:퍋mG=/?AŸv`&N`nϔ UdLCafz&W,C)er]znMz(q_o4Ws-)9%6:ӧ9$>bf;ܴkF!PΔb  2LЊ CÎ|&>Y%JE6D2m׷lɑsG2E}aFׄs(vMN..+[D"Q 8sZJ"~O&]SsW%cuA?e:b c2;9IG{[k=j\r0f%X`_ `wlU0 f*R'T2 OW~!gpIϒ?IK%8aa~\ "@Й}˝4nIKnF:<[Og gV깸57I^/'J,ݓsL2FY*`P{7_S,^oCE`F!za.f(~aE>S9#x]޸YIE`wY_H h}ya * )_,Mry&-I㙩@g(KE}$5ZrCl撢?0QuyY@i"v̠̙K>jGeN^vEG8.q)"$&8|҅KWˊ#dj_<pm68pі5<#!6 "D@M65#{ּ67RI6ΊIGǻ=ݚn>,p7؂PY7HR;xWv˷EWFPKgY}' mĒSi_xyl XXiO^%?cEl{?iؐzpGr/J'suz:QLЈХjFooߚ ]Wb|T+ { NRZm4YN-LK@tРBz]auq7|[g2P67*U+B(N#u7m܈5$,d 4eddK>"w崗0{ܴ:3л2G?oҏZ>]O| '}#?QG !&~3^q1x<gr)u~u+ Ql`.k RƮg#zҏ=y]O~ Q0|D$20 Ra(4/ ^^GF@𛛭L_7q|)tn '!0TzLH9g1꺜k eֻH`o1ijqjk.\@P8l!dzÃ~C0u488A'1DӘ,^Ki?aMR]O;=6`s  ~+N:D ڤ$1K싑!q}jlWRUVqJɆYKǟ,ʻz+1,M杶7j׹ͭR8REj*@;v iMj͇KU٥l/|b# Xٻf=xVu_O1Ѩn-̆Gdoa(bmdBaGJ b#;.2 J _?a= =K~?EWSkqڜNCAXy]~KҞkD dE-m>_zr\w"> 5V&6o,:ѩ I ?03 0^Bhwvhv!td>Ad+y>f1}?;"3G2't@w;LAS-,?N_{I,y82/A;m <σĊ G%@3XüA`~ņ 79QZgqnI^ѯ[q##?e+{߲Q7X%&IʩP' { Lydlyd{:r`AxTz|Co5*rζ^(JP'KP5)If5"]h \ ]PiG,j֙\#A>KiʒW&w2 fZ1\\`8VaБs JdW??RysWdD*Bh?i4!Yx-QB'`WDq1?rV|f͛{ۿ7AM!z.~njca7/:[ɄLm5Oy\rT~W~Y+¹uE/@/ ^Lg[̤rr4DpkyȈ],2r2owZ؇A\9׭^:H>m^r~5(JkP d:8ps|{-r5犔\1P1C?E-z=)%Vs2 !ߑ\D/'r\} X?/^QWt>~3 "X.w~X_ݢEr1BJsj[^09o_}4Qӆ,(YVAP{Ⱦ2K~W~o?&)0(,i$-"Tڤvӫ.٘d_;/u<47QludN2:(Tw~WҹZotܽSh)'ͨz:zS$jomV%J$ Y]gzƆK\ӓVn9&t/do0~C[#mć!MLw~. r34.(,;{^ϳ!ׇh[DhDWosGD]ˌ"#A2djG-3VnªT/U-qLi]c#x`dGyg{*1aiUd̮$>rCQ/P | A;,cB„ª9QT)$s shǽ>'6a膇?Ts=4\G.󚘯գ&(v2F}?}MlQ `7cY<7i'uTePX{l[!Pp ,{7\qb6ԊrEsZ%J6;=%p  9Ao3^iCng*=#: ϖ>:"G[Vrp+ׯ`@/Գ8+0Q%Ɯ;+?^A0^Fb]#!Ueٱc/UעQł1 2ܶ1( MU/l:$\?|N-?ql.9stWBz-#?W|74=q[0+Ý [ &0M`;]tWBh!,&w6s?> CWR(pˏ-'2)/ڒ5 NՐb{ply0l*g/}#4;\+%{-: Zƅoyli0) 3نXTh ۳us2.*V{b9y o!w(c$ρeRYO׆sXNW,~uu6)šƕ[B]IŧmqR[tڀM<ruPktMyr-Z5#d7؂P;{vчxTQS`.d)^v֝@珇&p@r3cf:TEcUHu>Wk-.Y:3[fQXSim?q]P@[Җ?x9/JY 0ObSY!b࿫A- tNZYR1QϿyGNEBihebAu-CsyM>rk;1OuW^]tɹQkTRC1jv/ ^@G @9N$ W83ݵ}AiW>l8Sa+-zx>sgK_pP{=U sk$^ c**iy?NEtuNe;M,}+ͭ_W|9:gÔ>d'^?$V#o ^=x'#O}'B}?Mwws@U*IkבO`E(>뤰e`a5E^UphEWN +uԐ8>z3=óy'8+>mupBMWVbn弪r?cFilwn]ۆ6Gע`=Ћ 2ڻER`[sīR)hnry9J{wyxŏ3kFG3g1CT12#;QjEu]<0y'q 848d-<5{(ρ+T^+`pQ qzԮ R0?(L]pa9!u-f6e4TUʵɕ2U ߧ%XZsxW*:|?[)RC&Uf<Tkj`OG2 beI9=T@ ABY }C??!'JDEg7PZ\#kT)@- a񜙌}< HC}TVBJŅ6V JK*/m0!RT b䕒Efi ؋[oN|;闒$d[;Camnmj]X~ԫytNetmFꏖ=mdT:!h7$ʰqA#$1 p9b( 9Osq#Qkz-@$ WkZN<%_ x1~\>46UVB۰-(4"Cd,/0d?eg8cnǙ}e/$OlQV4L +!ޤٝc߬ 16Ӟ.{7 hGXv23ĂS~2:|`!xv%إ t&>05],l $ /#Hy>S<1|DnIԮF4˷|d$@U Fvؗ9s{6IgNW 5@2 g7k۟/|UyG~]:day$GPXGڎ[ N^d!9 ΂?%l9n*1m8-Zs=~_+R RԄ phbXIT0 U֑,'&cԉ?/2 H|!_>we6@Mm:ëWΟ\+}B8=HX /͋7S QN7ae SA0dIŗNTF8>#׉2͵5pU )u|o,RK>;' ӠVR^w U/n[4G%X6(ލݯj~wSok*зTCh~gǩ~k^vT4.苄7;Y'쮦rʃ{V;%*CY{?ы![v~_4H'!fBvJ@еl#Y%14[EJPQt(9eIѓ?j"Xʼ{[77 =?t,&X"Jx0-=޼?̂తóQ)A/CYF3Y11QJ *]rLntWtISe\XD:b>DBTj.31"93/t츨+ZGRM^sJ^y# dud'*# T\Sd86#dVf&&Z@Mah J%\è|9-ҫ>UbW>ISU^Yn\ߘ1 C- 33XTP{^jrO(tut ܈xܕ%"ADYVp\DQaKYJ4ѩRY Əch MY^hhɶQXvr6܈xUT/;E)jڷ\R\Z,br2TIBnjWa8uXŒ "l|-mT^Y,m8iPu3jd!1C ^s438l"Rչ<7CK/h0KPf M42B)^wu_* {=. }׶g7cW)J)$[otKA`fL r³FMZ2fb}{#->.o*镕3>eSuym|jP\3Iƿqv.Wd7ޏ!svWJIM?/p*_Oex}O]y}E܋y^/22_l'+bKd$ǣӅL:m尢G-c~yZCo]|;ͨȲѱ׵kN}c=HŸ>m;;_pr^oqǫOc MT( = 4;Q|gy&(P+wBt6ĉW_\[984$lpF~JR0,0qa/5O}:zޯ'G?[,Ou_=χr]R/e|ϕ.9zF 2?}n26&GѣGۑJ-qrM]H5?k>Bx5Z+|L}ޮ΀g7" ;N#2hڷ}An+ul UkyTY5yܚSR"N1+#xz8L'sjY ۇXnaqzJT&V|1̫CbL ui[3xvO5 4_ZR,E $Efv+`U "l7Gr܅֘~ 'tUGYߗ6/9s]pUl (c#@~1~}04Uꩳa+n{\W!:"EݮʨD+⢏> 46èhMx(Rvߦquwa`)R3?5.Eʋqm+)ݲD 6cT ǐc=?M^P5UIs[VDP߹&R?hC>~=[#ly;* Ϣ ˉ '7b":.pd/~:֥^&9șFPW>q1]R@X4%d1 {t1kגWa3EQHʹCs<|8yOӋ^ԽS BJe6">Zvj׬mA ;!_oRnì8-ʚx8u# ^ԍd~qKa,_=QAj?ͦG9ܟ_|ח/;}Cq}Up?fJRВ~zEZ ۈMjay(Գ}}OӨ~Ü?7û>/=y|~Gqz}z`y4v@ gozZ_^woࡔ`wXB;ՏLFYCHO'g'FrH$_o7~dE K)aZEm; !n&/VR5c_HIu)z "# @$z\KS+D*u*A# ckQ|WPCBZVwrZR2y`!!܃q/~T$2>m24}ȝ"tC$eBK'nke>;=0B/f؀P?5:4<"\iBE8bbCCd=̆Df?SNQ:/6RŎ'r2jiwRS HF)%%!PXg-e< {nT|0` E#7W FU68T["(AЃ\|XoF b\\tư܁n:PRVC(hX㣖F˓ri/5utJR:RZI?a+,̼sk͎93R ueڍ 2N铐[0znST,b&/5qqFVNXL < kfv*P&ne,U0'* %+hX+ hzC"\@b9gԱ"Ľ@Q@"Ge>FUpE@'*v2+PRC.uv;* I86':p,3h\8η,׮`Z#w yw#*yÜEYUd`T.M5{g K bo:2W3P2a·-5m5 j XZw1/_t<꽞u~uq*Orq#g5ٟT;a|v6oV{.P>ؑ0'#?OYk\$$I_cl{DKs/vk!D1EJ](]G~q=AY aXnVe7%H4/Vb3FGm ɜV"^ښ7~Y[| Q jjtT>!Jyn:{^sW"C ֬Cz7*qfde+s rE㼻af'o0TL\-#' eXt7=>z;7YPVȋif]NyOg5uCNIh݀@l\vf@ IvK Lxrwr & Bg9̺Uv2HQOb.8u+O ikSsҀU1XaUXG4t F0Zo·FjtG(E<sx2ϗv\ب26bm#,FqƋC<W*>Vk-Q"onLv*cc*;,պlW6 <=غW{tLح-V͕Cdh NG:xVaSĺ෧~@nBHzgYm0R ̅8K֮WJt;?ZߩcW>=&٣gF,{_7U\RȽ۪[|ӓKbv"Q?˓K#Avf(.ZGv`Jw]F zp" CAnM *p+U,޼SEBK!] 0uJ7d"_ĝFG)D4k_8Pg XUOPAL#C[>VXY#⽮lM{^VBdz}OW@"fGj?g_ocBYhO&KmoN.6Y;z&juVYGyڽd3~AdU:Q.z>͛R0L2o(f *T&T]0 naopBtHdǰлIn GkRwbC2hLѢ9xkYn)cMl̚ĉ`]QxXm=f*PBaCWDžWYॅҥC`5]ˢKQ\V)Grӄܫs|c#b؇ qs0 :%o nAHPc ЛSsn[m\2mL  "^e?fBjȣRwRhQB%[iDxZWBW*_գJBb4`G˜Dc5SD󇘊6mj-u\>|MBUx)u;=;k3}ɻL^sBO|ϴ~Ip}a% jf(T61DNn )i,i7D &6ZpdH"7#0ek1Ui $ gw462D. A;6JN3L܁!1nf!r.7Ra3͓Pxխ/eLR0?:)AM;^VX*h̜DE$+rr}3Aъm~Lȷz4!vmCUbZ \`XIh K>F2`ָ2R/(;J,## }ecTUW`V WaW=z4H2;/|{K^˂{OeMxN{sM;Z1Ox'~A >9#pƁ|g?_bYF{?cXl س3^E@A];?hz%S*K(т~Rb=1jm>јH'hu3Avw@dD`BZ bX< O\+M(erƝ1-rС~_.ǐ[ 9 "`#gCwk;Efa*= m^Y]V'0VjoĊ21pe#"&}pq乬1T/GGm\/Ў6ƷZ pL^"O@Β@ وAI ;љP 1/S.~ޔ˖slk9I6Aw3KI{˅u +#_ӛkIKl+_%? %.㯮^ڹ}~Aix4E87HӜBX0ka.ytm찚* 4miJ3/H1o7-ntaJ84*p$dOkM%^CkjQi<"A(>)1+WsLt*]`RXن/C^swhrLR:_Bڅg*da>Qm/'-5.qLom.nZI*Z" zal%I7( Kw2%٢(WH?):eo:t 3qX\PJ*uiVGz,Q_n,No [u0F{FCkwe-pp >g_iga*`]#l.qcġn >R,R4C.Av$ _~,z5b\ge΁CN9ełWZq۪X} ǖ9P(M pJ&txP! ^(Uz"gX*e ڽiP"c"KF0pcY}8:r9$sR!ǍԐ5^pK:g;m|uϼߦG][#%R rU >Qz"^X }^{К O˧̄=.DIb+]p0+]!HysqTBMg1,\bb nAB] ϧ=wT|%DjJ !;hUg.dhŚ1}w.ױm1HH_kaOۃׇ ou`?3{_݇1GS6bCH<]3%<N?BDz~!y9{m{LH? 4o<P̄!z؄#`BJh IČ6%hـ%#@Z&7$i1]I#`=vV`K.BlI  |Չ!YU`BBMB=F$$JŠ] QHWi $fH5`#ZBH6`i>H@F%>逑F @I lB@}BvI6B&@lO ?s l>niCycnVJ0ۣh}%:Nդgw]$s R6ZT !̓Kdt-ܽET1K$De:{wroc:L/༫j(\ 77Z @?|+Ő$eEޯL7'clؔ* ~U j9tԙr )N!$Jd/R]o/Oɮd7PZQr@@2 !B.A~P % " :F7,CJH6v%fhJɨ iF{fmZ($(YǼʦ@4e3L6 Ƃ7 P;GBCwּՄGجDZ(HÕV˔(T J TNi(j-ڪJ9@jN0beR[&Ѯk][gʒHa;7 Lym^[e0RD+9,ςUՠkԵ㎪zgQuyklկ\'{Q!nj`2 1!EUJy.6\?UQ*3q #}44$t+:OQ_,HC'hL N֪ǹe%K *<d qyTIQ>wi%0-MHq _Fǩ3E(Fș̇N7!@@|;2H}g.t z wuċ,1P1 桉8WpDûc뜰0T2q"՟qSKIiP;)ՁSȷ&=6|B}KCt(\#GG3u]PA"G'0mjt:. y4TG%ګVpvAA}$тlIq]?xY*¥kAur޹w@{y!Xe[HAT1K\}Bj\CucCC3A( (U"N"2ص zC5b{Ȥ"c 'A?^pFXűN-"~)g,C =@(&݇w1/ͤ}sYp%wJe-wɒO]hp{ y5W3^!_߬&o[</;pgW6|=%z8g1=+A7^%Y55UIr r@b(4H|7'<G!CHV`Z\%}<v_`L=Py+%٨}j븺sDUA˹E7T@Q,H>z!tU%PQkOJb?\o`_B!W-=]kOАFǮ;_)P;)5>` )ӍRe~ C-ݵ@ %$2Mt9H48z( cgU?.kWܾc͓dŬ+5[qztx IXbPU:N.|&2"Wlf'0O5#QZٲH~s~8o]w|^U S \$} % 4>q}^Gӧtc ,&?q~kq<^DpW#l5$Mo f"wJ' xN9Ί7E c҆;; [q?tʫ+YyEnuRCrZi+ xo-z( id_h3gƀKRLI髈[ԭ96Tj# ~}7+J%iܳh}MN:BJq)*^8:޻P9jCp l"y;~ .t_Ӌ E?wόc$i3/,J[e@-v~p= .ZfIK?54ZvS-WJJkغ&ZX ͎`23p {zi/1.`yHKT;=c9J|>D9ZuRҏ!z0 >aqSw޸9;$yƝkd5$P߰plc<gd `U /qRZ-QL{YӬJ=UcZHoW &:$vB)+GE #W28JPSkGkLQ=sˊ -ݷ#MJ0fcW`7E@hw?n!kHG,zJTzindj2S?Ɨ^1j[svM>)Ae*D8`Sb>ǠӁU(v;uPt9tD#OV{{4#D| 3"6=se_pS։v Y]K{xnFB]eylR"qz͹Ӽ&3;Ԕxrk/J:9wIҨ@hwT4XdzDs"52&Kڧ>(DnGb Uj5ÿz.rC?%zVW:?gT;݄h-%h_lpa7طOML^lnc:E1͔!e8cOꃴ :iLM%Sn$%Ǜĸ"3{pi,aE16 S ;cD$Вv?C*ǣm0pӝ(5 6^e:g>d}"3G-|g 5XRt4L5z[ngCxDW(@u`,^sl\׺Nԫ/#и}Dp >dqBO#f3VyGmlxW$=gEڼV}~ a}q݌wGX6}OH˽;L:Xѫ4HB]HБpRɗ'ZHB` Ҧ?ҭx<*Rϲ6"{V-t$O:BALexu O]kXq}'3tˇ !9`݊䓑0@bo "=q{9h?bKfm3/NMBfjx<݀59g[mL'qjFz&͐+m,{ky ?Y|;s ҋ?/M=V @Y{SbrA7Eg"ZʗyM i7Wrm%ilXvmx P#,DVP4KfV&#r [q5AkY0<FvwB-v)UHu \(۾pWjbw/x^jh1{1F^]0erBN:rBFUtoMCi{}UYM[㾐0gFB9$'j+$lqE]gڰ4)G>%#_;Ȃj)wm7KŸ($1"XuF 2?χv1V> ȔI._giwNldKA*PI:Y=J#nsj+V)'hv)YIx@-8%.6AJ*1=`VKus}#:O&ĺǟ,o8ـeEcnLn @.af+zI-Hqoߞ [g88@N igʛ\RX`Mw".Ԗ h5bA) =Z|#KkdtXC{"w}0HiV>,#9-鶳XѺd7?"mw:G6iYa)$̀m7!0zY-ްȷ$61`ݛυSn xX6}k5*Y`wHXixAC2Y|_K(ܴ|^bp|XPRRbt&k}Ww,gJa@5kd( M+gkYy_j<u((d7ɮ^I6Uz#EɪP+W֋ &w7qJ\Aiy-fPNU 5USsNJ'Rj{B"ay(R+f̎G:,Q-M|p5UPi(dY#')XmBc ]j[0$U2l!_ʾP]T(`4Ib }~Z{k8O{hP̈9 ?bEq(:~W; Z #>o7Z~MniO@ۿixbU,\b~qOi2,St(> AmHIisbM{tx[G @_W5yAX':[ sĈfF`[!ˮ|)sgXwy2hFW!:ʝbE7+p]<ٶqPʃ(*\_xu\<aSt/CFod Or Gy[r?F^K&R~98C>zCXr# n+u#ٜK`3pyywVǝtdwǎL% 8mQb"=8 d TJL 4&*zuYY E<:`M'뛏5<҃0 vq,=Y0%aΤh'ά,HR]5~R]KSjbp 8):}zXيmkyFdqAt&2t$1xMHHyc14#.$Qwfc"BCKmԅ}#ArJl!q*l^W|+C-C\p>IPN]ϱ$FTD199N!hx~qJdi-eaTI?` 8]39Bc; <څ3TRʉʋ,D=+ya+F,O~If Z99$`:Li;V8P؀#5 ?^oW{ ʍ^-R&c޴ v~BaP $Y+< ͐=IB>TG&Ux_Td(΀e(VO2,Ў 1BSe1 2V"پ-TqEҾs+??8[nE_ znzr]{4*{G sF4lk8;ypl :hHޕëTFp a UnR; 3Rcq4h8'2rsםnCˡ$ *|LoEìo5^5SstGe; {q=)is7 Zzj+x:q@څ : F=gu_8*5>ET:KBVW:fC8++[vɭwzl5Ft<5Zw+#ǟh>)*kX͆QN3DJ8^M0bh?w/vv*(Fn<[-Ri6E~Nhu& V#;lypw^hGO";R ~eZ7`8W?OQJB(==ObNaQNטvz2J!GUÝ\22ֈݹgs^2DZ-^UjɀGRM3 eNa [a؝/,whnz_ 5]9 V:|{M#J-,n3A(_L"ĵ^U_GXU%[FS'$ .whש{#lB"L&ԱI(O<7zhqT^c*9*:~:~3~Í~Q۞XzjRuF^% ߅pPvԨVޣW[b4pPb)bc;)lRoKceb:6 ?3~2ЖqD/nNowEp\ču|}7X lA;XAJ+9cwjKIr->_# ڝCT9Da\))(gPp g&}zdN͉8=9hLz!uBDWOC.U -)]]簘3ti;=K03PĽ_ B@`3wZqG>TV Y 3֏%!4J,=`4EBWP'b ő`YrBΌY>o|(#uTk|:\f33Kӵ@ey=LDsj 2O~2d_u3F@T  WF hW6;SZD1`2ÐZ<E~BIzpc 8q#PO2@ć{뀒d tGi0$N( ِMF !لFA_t1Kmek|cшmqH_]&߰n݁*pFuHzݵH+8Q^s|AmUvF#eG9l=K`֘:=ys_ݜ}yИPӀL1j -XB, z?F"hח;mf!/XI)_HߤiAvRy|QOG.ڊnMi!JŽ_}i':U'Wr~.)? w(]~b6A4zF%ڐJ *dmWw<P̈k(#3^. Q [S kpmj,K;Ekі,::7Xz7Gtk뫈3}<9ɣ#U)G3$u\8Z6:xazg(HsJ,?#JJ[ 4"hSBȴ*rݡ%dڒ(>GsXU=(ܬ*%EG>89Z1H>.|XhG7m{ᗷoiD񼝩e6gS {Ia(&\.Ƽ-5E?P!J} Mo4^ H4ꏥqWkpF(qfBoa9vA>o,“#r-,q6llQDƼJ Rܐ<ח|dO7&5pw1RӒ.Td ߢV:"+}y2W6SzFi} Hj|o]j8 PM.4E$ˁɆм !&de2.}!KWKbsO7ƻ&4o-Iqg>Q5fE'WZ~e.wd6[X3%pFPDjq4uE&A.u᠓7w S~'7>  zXkҡQ] Շx$E9CdK)uc#De7ﱡ5z3Xr͒| TcB{ߴD|09;ϰ( h՘_I6%*CCh8fⳁzx 1QuPAsts޸/Ep;'|V۠4-ݽ\01sphy|z(~"uPxw2G5ZBBPJe-%Gߌ8g&BpX;,/T^j {jԩ1+BϜC;:<y;aO"[c 1+^MaK< Զ\A[o$[XQO6ч0 *ӣzސ #\6r3Zbg4,-$@%~k-Fh@3F6E'Xh1KmJpkbRo(vw Vb zgC_: }OQ3Ht">Ę"o2V%%b* J7Rҭg/5=nҬ#{?QQyAZ#@dB H()=4B2 R;[N, 5*uLuTa0)O n,>PK !G물[xk2;p@E8>߳_V9eg`iaO&[//)$ENM(򑤹L>5psXtXhIi$95D:>v!5|@uʌ%Kīt ucsq+{#Wl \RvZ`!@:TB1 ֿK@mwkn5r^Zqo_@*,*fdDm<"U,yzZ x/d|_$Ž<^"# R1q镌0I\[z{8&6X4yqF kWWZVY.@Eg9[<]ǐO# S*d+;؞ZՋF9 6Ntش0j~%=a/jߝ%$"z7/JucjPԭbvFt1=Pi8 d 9Oloƛ/'wMeچyM'"$srտ1TdO<cم%ƪ[,DmTty*UXlcq:z\ bC.|ۆ@fwrL l%zAЃӜn^_ Eo 8P*IEu]S8ֿS_MTxf('~ެ󢛦1A8D}ēIzھ̊|g .cӤaʥcJ˙ ӂA -^?^]wIқ-@S_l6\CN}wT| ,jm,RUlej)T<> aiaKacz:EyZ&RSvGB E?bOwulT,H00'lRHVY'l&bZK?+pw"\]O41Ͷpɉ̊OO 41W]hpf:7OP,ׇ4FXo-{l*qfO\EPwuMcI?(`r$+ܲk*RKn'ڝ|WmE$8^zAaIEiK)h~ U ,^J|Dp5#p*r.* 3 RQBQ,EY_3=t,`n2yb~-R%'P X*NYĒD. JC_<=O>;8.`#=::8[i7R$>ƉxMը+/<0iٵzf)CQi>V!xke͋"49m5˭h㇀q6i;3NZ,Z@ÛTǩΌ߮t#5.0/rZr38uR,^ "(ě/9o)|5KN?]Ɛu(ǿY0 ;s#Q}ʔ*Wr,uoրQlHP3%Y'AK I5E x͏DRSU.,a!{Ӻ< rcA?8Xۑ9p`pvf Y̍r̳'%v񴄍2aίS2RgRC UY] )(G4"eg m*WŀAQ[ckY1.pd H8e#6'zOrR ZWgLH$.\H `$X9޹fj"{i/3_Fv$^}G6dn9ɓ: IJ %w4vR%ΏueLa+UT_tͮHve 0hN׍B;P7q_)C-V!_$_kj3\@#]cS{0 .ct>i # qMs#Wr ~Fe&-foRJ"ޫJbCضӳK_*F^}R%Jy^~اO;G :RӖ 9u}\IWo=]q 'C_M؄jIefZ$1ډԕpb<>&A۔K~bsd^Ajfe׫JCyMS>p]+}C5(V}R8rD7BQ{ h0c$c݅0{#,nOslj`flhuz= ?3T<FZ+A s(ӕ`z!_> BJql+9son]Pr%nkq_WT:"$-Ir:A{0o֊fIi熛657DKmt8\-7F22 .x)to,ȉlţ%%DBqjpD~,lmGtAiQrI;>q6e*TTˇigZC 9UiFvEȗOQ[ؘ{v;P@ >A|uӚ([2"TDGN;(C ZIfhQ1]6LuĒ# -[?VKl?MP!bWs?Jq6@c>R>UA:9`oD*9 wMѱd7Q}zZXV ~RusΒsقRdtP4Wr:z7jP7aE`uD2 fg̴v*Sg ; +0tJbJ\* j+fPF2/+R9ExjYASmi-R9gׇ )M8413YǫA%n12`~g*~1[U)PBUmS lۛ򟢌.~oԙբG$Pq}\bDOĎACՋ sX/F) Y>O򸴊<.@*?f͘qc7sDLd>'ϫp؟jk6r{wq2ˬ[-[)'#ΰ?@|'OX?][?K$Xrrx _D7}re-EWNfCR!LGne@*S kFcSJBh'q $HNH~;Mh < v+ӆQS>Q62xx|FM dkKN{lOfAJH\_k!̆>XT4l ݐkS<0 B uEEI/g_UOeWAIJ^vdZ{+e}XFQ=m#rTOPS qe,iU!R.Z'e‚_kVdO#Lotsx!M&.c88ŕ(?Zٓ)ޖE)AA{v0+Z׀`dܜ:q5ИlC2o9AJ=2ҭ^b/#Y$E>D3Mũ~ /5 g +x5Ba@7<^8t=ʰU%+K&JT2 Ӷ4(}/3*ZFcet+6,.AJY{v: ePdw,>K4) ‡æ-7+e4eߞCG0qh)Yyyzzwu,3B9[3%tW;>:A^䝍WtUWLu|9H^[ 0RP߽UJ|9TBf\[bwRS-㊴0z0$xͽO5&"Й~#,+ "XOuɃxNhX6qQ bSѩdx/RO/8y StPqC?bY2eF#dB]px駐C{CGdRjr LV һ}"kRٛwp꫇t o5ȫ;-i+G:ibGM U4n]M8TX[5R,0+oW OKVIYҐ"qj@.s ;Od"g@#Tz]J(Fs %ܖ:+bї~[vUoSL#5\p w{#ϟу; NpЕE~ r賒Aۘ۾>,b1qdOcv}ǀ/jӭ Obr)Ѡ/3t#F8!3j;!YKFr)$n]$1E*Cy7 Fі>e3o;yJz,1YdUSGDd3o0-8ke/Hb1IFaG[nsݑVF5q_0{\t ܤUD$\bglcl ё3xH%ˤ'35ìB (=eJ{Ҍy pυk1Ċ & 8Rv(5vJ{4Ge\cD%Z_>Rm5\~=ݽ%,qTD5 .WuHuP!BDHTph ]1ԤF*zךI6 6߼*V";ҾH汒@ɉC,P"b}+ϧMilK\#3PϳXLP~I"3 Rrw!ݜs=4)pK79ܡ~3RKn !N`9f"?+n,鿺5aR(h]vE.>kTQB`7ޟ*tdbDf"H]Af 9;meVٱ#R+2+ @0Om@MVOyl'_ڹAfpNN>1><PA hM c}4%%hCpRz)w'!k[zd{jy8(9xNwJmm%/6&r>c BPۙpBd}4ږdT'D>&#IsrۮJƷ^ sCVy+@PG2yٚ!<4byB4fBM$#hvv"9xP(j<}%+oA`A)ُ//kC\KD  2PAJ|-[41L@A$&"XErmwѷg~@qU =DKq9=k0N?zYxpze1 eޘ=;h4dD*K"X"V^Ώ 8>xhъ?e7>D֒;鯺JH",-dX4̲q{PLzi!;ol1k1ZKxܬpnzue /vן$לmxz8qC;<6 yWCa'akdټ{E 1[we-kZae2jP> /]"#_xcn- T +`uVɂ8t^(k!T"yz~㥟 jb@h}c8zHt{d jŻЖVaZQ> ->/};>@x޶wȄlAY*TcL[DQ< Y݆tU]NC媄ej@T=񍉂\єv%Ptbݒ?yQCPĊ7SM0a%ljJ̹<#(O<%-hy(^< jB+J!a[<3TUX>Qfa 0Ђ= fn[,6_AH$OfBM ytR/ѐ(}f46d5*7<6nK#oz ?!5g)hZ_1Iv^*o68(%;CXPC #_v@,!?Qž%nW4y]rPM(ˠNy E13Ƀ{Tp(iIwrcF;o SVHt*PCn;#A pm*F/=qNe+zAw E[5Hn.c`!CVXhCzρv/j XAPa_jEﺚ6!#b&*uEm1lV69ǫK j#i!r`Nj*LCΈV8?XQь.^5u;eA5ӖCR "]#5X J(~0aIZ8/22*bBp` <1<{HCTtrƽ0 чd-<+!^:LC }ad U-=f]485dM:caAרz6VcLsm\c~F1񹏨OI@ϘO3Iգm7IC [%n׀%Z=ݸT-q)N;h8bSípɔ.1 y~AOet,AH TO9Q`$۫0I l =^h(6|7JQ_ddݙE!|>ksxE!U;|2uD9@tGO@;|7|d_'5yr_Nw>L"V)i0t[PguWLisρ_aJ)9*BĀhBai렚 |KZ6/idhaͨ$au:kSYEUSXw7qp\D=oI\MU_>ʃ2ʤO7R$A#sr!kM" #>0SO*Bxe O[>!U,; roVnx}k?Mkބ]iJȚdn#RoWp^r :@_1QFuGM!N?Ew˭XE9W TRE.@^ɑ}cg/8aָU]Ji;xCˈ Ԑ)7˺PeCKM} 7 X,˂írYL&97g]mtgऊ$8jB#>ޞ\h9#Y3+U\/t|_^W!p^<ϏyEF<lCWQH VU%7-@aKlqF;1='Nѐ9+ͱrD&x:JR q5Wkm݃hUxv4[yAN)KϾ =-rZʗc]?t<vb HKaޝ`M(Ɨpt(4U>nq6P gѰȗNnj^bd1W8N0m=Zzhp.|J'8rf4Ab߈Њ& a,4qxvCDEv]2?WtA@xӾ1qʞ)8chZ Gie(r8ҁ;+-?- AA nV:#o2̈4yr5!=կ ԕУp+⦕!*7i3P- uZH[xc5 ΖFe՞̾}͋(C~"=aT" ʿM=JX-볥R{6m gE75?2Qb ͟JԤˑXL7K'5hՃ:eq ($s&: e2WoƳ*w>|vJ\&O,綫)]Ow•J&)]h}ݻL`*P$iuH7N@x$Z.ߵAR`f=2%|a4hhYJ`/dn(z!oWpAEm}3O,]@' 댃PLbN='jZ)%+6R8>Wfz+{'kb%rG^kIQT*n{Kq;iB 5UgR_kR0R bbɱ61CyJ- O)Nm/}φAO %nA2\b*XM . A'wZD a mɜh|+S}SgYf#oabLx\^)gAHa"X]W8ӹ_T}&L\ITF"h_œO_jZ^N!kj>0ĸIJ󓻹z#`Mj:gNg<*k(*)irH[hNsDHV"vCRvC$F:eC\MeyP J쯼#_S:^I r6!U+t_st.;J:0OiNJ"y2#u9[{ZҢʼnx׃weu c7kЦbN4GhņavD2UzO=R}K 4EOkȐu #ab(8<5L<u}WUj!;J|9MծqA:/n[]= }h#t%,e-w\k%sqwNJ3dIݢF/Z_&2/L hl!?ҦR1VHprk8%1GӗSS!VN? ۆnh <9'?iF@(ȸXqrph!bHZfCm0#lj&DFJai?mK';}fmZn)wc(T:I(C3;;,Jf jsڷDpXstݼw r˱+/\d.cytN>I!!tܛL s+u#aq7I w7JǏQG#wE~Grol-o -T k:c5clAeN]T7`Zik'I&yMwi.`9! Iq ցA5x ci׭W~;j@U ,n"0:ڙШ$[箝(MC[X/ydYJd@AQdx|@lvz!+Ŭ|,, $4 iAӎG0ϊrʫ@? ;A *6. n1-sPj. .$ ?s} )Mq̳Lj9u{IaUU}AqJT`H,se[QHhkTؙԘ+)wA2_Ir-4wI 9-hh$D:0"Wi,a>gJKln!LW_2h{?&2I5cq3s(9R~#1G\w5)C ܔw,;4!2IPn늓j(T#h+$`/9QIM] 64Y6-1'jhB`&ty2EY*s1h,`0 ^bbr c1xIl/|`&ժC`qD\QtwТ4MO-첋'>plTB}.4mB&he H0x#zxNZ-n!YdPԙ}hԢ"o06%?ɏhm'>kGEfۘ"E\' XV4Lq q{_ ':ЉuFR5 {{~Sw\h*2&4s^:?zJ$署LzG˘om{:wO[]ҟb/$ H&_Z[^ -gHnlv+J( \[WrNXZ>߮nPt*"D $cFރ$l91}\mUX@s"AOOL&ufZ(uB^gKHE<k4lH)t&W$Uo N=ގTr[70 ET D_qjCwq2B&5L*e V bPBJW71N紐a` $<9]b'L4%JVM]EV oCg-V Dw OyBm5~ -.k]%n&DRV ChOl]d΀TkL[k{w؀I|ZT!DL4yh'2,ACԓ08VUX6},=%<k!Ug͒gz8&W{R7Ď WB;o|ER@YH&gg&QVz2f`7WX:^%T 2 چ3 {,sJ^Fl':ЗK$-65=A_SJ=QuczW{=1" jPg!DްP|':jHf9!f:=* 7la"OG;C} x͈Ö"3rWFVҠ=w^R-Ld6S˅Ĩ$mO>QLO:eO-K+P :XDc_0̊שw%/nj:s-f.S ɈiTUۊ ќԉ܅ T9KqF{s+Wp<Ñ"w/!@ϩ^%od8L#vjl\$gmg2rp )NW// VՃQI8KM#B~ޭq?塓G/ {o-RI^jL<*cP>wup()}MoXCȬ!.'Ez#-ඳ#Pb&;>tS w0M0m\"=J_t4M 7+I#(E1 QYi-0E߶=؀"Au=)*KO N P hP_ nt뤠-r, ҋKxP3G(aulPQ˚*7YI [Ѷcz D;#,1^|fyD`a;un:i/ss(RBp/t>a 4`jʑx,1jbYe#Drj"Ѿsg"oB+N]Mə3"M3Зs<%D34Vo`7XBV3&Tf 0"SX]:9g F [Dn3r0CGJ~,ġ_ÝXz :IWxjG"6@޻MMONv\9f Ŗ[EθL?~y5gHȥ4N57߸8XBV`8U\%_rMs)j}qB:F{_EvNߍu"{S c?HyQˡCŽD(_C1厷ϖi# @9c 'gΎჵPwqwIUqWh!}Aٶ| :4;t&3 e{u3&ȫb쏎ӦV/m%T~%ZoؼQ!-`a9}fF,=#3z %'됍%* ,chRv6ߦ=5mI7:bRz!}ΰZl:a5&쓑} A2ry?V̏T`}<]iqܮCɖ[ YhR&F}'tԶd0Pe(_H-aɳsGe-qW"XJ55R(]1Ng.qO%VBB^ϜDebE-a;$.D 9[?=!/*v KcN8 dl[FF!V|@ GBxex,}NdnS>!ZR~[ ~W~G ۩H.p0IïӚ7" T<0UϲF)=jܻ@U!LEGc<6$%r6:2X"0 ;zq4}fF/T9b+tWwTtQIWcU JqD,jAP$RB XNht%:R~`fG3 Y.ADݡ6s]EܰYycMӆ8K9DWa (m,.;QP 1U'bU.,+iSQL3XŷH=޺zLjNWԖ6x0I,m9phPSe/MHH?fx#%epO9<1 mk9 jq+S5~,7D,3Wr(}&ha(%Iae&pCw6+w_*PkUt}3( S=xLqh#cyk{iA>0hoPOFrk2_z 2!a3{$;U~%^s7e*5t&L`db 2U}p0#0ҽmS琽dr|&q u%(yQ(ܔ={ Gti; O/#?^ec~ 7n鮬5<V(tHww݋lx0K;ԚE-JȆ(MEBÿ%f]ɜ {P!+ej&3 aF"ϤA4~-vDmWM\.]vE( 3JӔdf`ˬA;FY&RKbӤČR1 4_K?noowQh{Q>Ϯ''4)لtYFVVdƕAG ÅC` 3'!$fRQ4aBIX? VVHE5,+TwAXK'F]qg'C|uηOQ-CN5]#7I(VOD6K?io)G0;>tI-2R oգ }%Fx/[W煼ϋ􊟺,?d9 ,1bg2>oat(ꔝ!Ib1&5d!TsϷzx,Bm8` tt̸,sJ;JWl!9 `0$|1DkzR5܈U|j~4XX+)-&@PYPa4!3Nali. [b%WO0~41Mw .w'`⑰N'@BG=N9ԎiZ7S"NLcQUrgЃWhE'-='[u&RϘ3=QF.9OKҤLj \9V|I:O (4 Z'3TLG>G>I` HYaS3LC\6kin݁r@+wYBrlqz\v.k!;f~5n$TF _SQv":x.C,鳊pzݲר7hj;VD)o^u\TDn!K0B|̵-9~xL>> (@ːXQ6}(K{wօ%A#vx!!VJm7iFZ3t5<أNF#Hy _mw@C̝y%xS n%w^iX| .d]>x6lGfp2<1ՅLDwݯo.]:tb)_(] e{$Q "aێ?# 's;ibz,S(f96&.׊dr1e7cϒQ EЄ)p<52p]/Pkr2>"P`AJ 5R|[biYH}Mzz?Û*JF^h n^KjΟS-:u"O1O3-0\6ڭ1a$UOSt*@":7腍Z{(Zו~xi>䢦G, iGb(W73ՔHt5%pӞ]3D Lg}!0jc>S +~z=b#̼>= $= a4yqƖĮO`PVX %{ĊͧJ0&YCV%]UG o>dښ"&4GN]S0+%"`dn  мxFk'FۣYc<.Q3EOJے)u{w@~r#( uLv5^If 8@7i0 %@v_mY"yw&HTg 'n3}D72+Udi.:@:PYRad.ؚZ  =o3]vDT Mȡ;ck!l'=kEd#[)diT@q(GF*n#J,\ī Z\[q*Mսf۰ xk"S rOމpBV!Ƙwņ4S 9/XOTEdSUR8c-q'nܞ9zܛ'P"Ft&&5كy﵊dxƥ E\ݪ_,Gw6 q-*۳wXVχ^! ][@LsCMt,=CHD-#K,/NGj"21iA_zD9RG,9b o8'r.(oVszM"Wk%rZTHeYS@L67(hŒX!(khA'\:ߜ=q%wCvCx+$*5Hd(7f`AÇ 4gM-XsR{O^C @MW'^$b_$&id|>|]sn=6o8|JVvu {A"Fz"~|.o n ğRkۃx7/Nҷj @ 3eo C1a)L)e# \VMSqyO8Lb14[AX)Yt^@]&0I-c؁~࿵qcI2q]Kѣn6nyV[XE 4뜯 0]mC{Q+Zy˲U`CP@ǫ(' `Ex\! V_U5*e됙xb/mV`\u4 Bme.ot(ԀC38Ɋp7O$Y;q Ƶa/${Xk#kߴ tDeU{OZ'[-lD_(NrJZa6qmpO'*|i;r*M̭.{8͟aH92 ,.OV\L$f+@m;]iQGin;S4Մ8zh]:'lzGsW= 4lH=!ߠ΢ĸ6YIXM {˼+*3ՍNi H>Wܚ)#Q7iJ*BYG+ ;B:"ɨ!G!cs(s$jLʏ P}yk+%Ih|*]*?0N5uA:hwP%_{sq&ϯojp '-er[|P3z*}%'Qǩ hɰӴ4ais1 .)Q(dR=jhг)RwַϽlzgT`W".k݋%]|k@9+\t`ӂǎoڸ=| !tzC0pԛAKl4\0&-smgFR2::'pc~ZroK'r)#LnԎ ^F] g0f'7 9OE&.<ggTߘRv!_)r |  OoFliZHiaвIn\.g{1Iȸ+}3 2hwPdXʝߙ{%rH1]xN F2,CT/kvE+H+-%?(A$i4?}Z4?j+|{B\]yŷfOU+A 4Ph5B.\]4p Wdx] -DՆ^plLy}gx]lAF]4af`PJġ?}Ic%r AaytFҎ175/ afEuHw߹66^`5^LSdiOf59JtwTSY<v$\tِqHzI-@h31BqyߖSgHK[ïi+{`6Y'!j| yH%hԭ_$]:֜^XiK̑/'' 0yDGsq)VP U bThNkIjy%LbǗ\' -4lsHyN"쥲2_ҫlCx$bJZgk7umcNo?,3hnf7J'}xywt],,܊4ו(mDh ^0)K03OTR@_a*ItŞ,0vQi_C=]{X*%= swrD2xbp¨;KqwG5l'~X)-R5Ǣh{On^ !mz 'dy_%y&lqH(k W#ojyhH./8'GVkY+S6 #C?Fm{m>p|ǿ=΍@=hUD]Ocu n7og/('E]xՎMbgyB/jP> *?k;ʵ ö$uF/HwQWUB+F,y֡RdT*>$BiJ4"5Y*=hkHo"P6*M3YH5?pߩs%E‘/I,O \K2ի}q'Ԕi^:2=?~"%#b]f0%A鐐#Ճަ^|Q20v7+&׷yc8hF@y p~p%me$E~[T;02BCƗɄMEe Cm*C0̫;C+QRq[S E҄?kqVǾT/!2 vnd W[~>, { eD_т 3z2<5_؋ Vh.O bQZãq ]9`WS9umlpQNS #R"ҟvc7C,ke}H!oUQX3QGySiƵݦBdi{lo.nWc8!~jkuF+v\CW:;;,6Mwf,SǜEze+ZK\Oߧx{φS<6wąв`|f'q%=~ABqFӑخ&!'#b58ri&m{_ekߩN%/%ZV\nNk<p 846`_v$U1%QK9UoL&; 8ŁܳGYj+)|"Z~3S^2S~c,x6 lyXXގ.bS!KIDmęPniM&Z궆rnpANvre <$;,e}d~=4?|7^5 5nzv܋^¿6T;?6YBtg[ܵ0fF"/CeJR&pm6 6(pp?֕!w|@(9Ɠb~%`0崘X(io)\KPi S>&>ܵ x,d ؇S$'ڑ> G}9h lH.H2&MlkGX߻V٠w$2%UYrK,nYFꉑ sVSIK@)s^j}ž_‰@)1ޞ{6|3f^ nUt3Dm02&?OK[7$q7SYoK=qLTfPjŠB>LFaWDh;.UHGex2@ 'H>EC3ں DlMd衚cL8]G#>[oft\=s>Y(` tfɜ< Moe*b{mw4,PsZ8+Q~ j^fCq D1;k[ jZ|i7btR~\UAJg瑵eRmx NT0υraq-!7L*lq69pKrfkSa*]HN-=i?z ӆcA bxh=Q1`.ȇb8;襁kH?HM^ .jl+׿{)[%#2oHIT-_>{. ;t+&Џ&jUS䢗-K˛ŅЩQD]ph"x̚*dHzGŬLz_[&%mRKMӧM3UPcǥ-S"@P_*doePn,T E#uӈ[anrJQe0e*VW0ֆƋ7m= M_bG/-q%i0)FO^s($Qyf q#Ժ`u  e|A{|vC?2&wSb^ &up;2ʉR";Gl8 aW*k8GEc߫CWVT;s؆o+F{̼ S~8jt_[/*&ӜɮԿMTdh #}_Hex7qW8q߀v:9a܀$#D<㦏m jڅ..̧cY `0?&nڤ 5r H,?fUSg zcl1~Yh${P7|JE~%W3~aڞ/On7ohf%gWTDZBVSq:x F$ [Xt[,&DfO 3Lt<0Sud٬sHnկd,"f5@B.@k^d%uq>PemԯA3*j1(HQ} X[2>;XNyVWV>5!}X]Uӗv?#NAej ˴(\5X\Z!`dM;ZTc CGe\\H^骶#B q\ǧreӇHU5RDNYhB=="ܖudo8YY aʴ_WpC{NŃݭ"6F FlymMyMaO6?-p'Dvq=5bҪGҿB/yhguKZ1r^:C #4d!~i2i 3#+Ne1[ }[<\6mm¨0YvJ8( E:7VSZD\xIIe R|#_c~&pکPޔWa/ԞZURl;nfkީq~l왳ʈC2H8jJ%rD<\U)w䭨Y :w/:lMDŽR KS:-d?fZaw`]8Bņތy {w($D߻(+@]Y4{]+2"MPkR2Ufuĭ#$+B]2yP1`CƀiE&zrF,URH0x: p^.szL4GJX г I%gϲMXk2pZo=J27xW 2JXSrDP2OP V*-'dZv/z:s0 'Pܭj. I4OlsVXqVK7o)S'T ZZJSsBp=ƾ[eLwZz"ABa^BX: Ke_c%C˄@k>W$B/"ˏ58ceNE&rȮCu8|u~*tj'Aub>ʹ$9"X1[0^P;"W2+6XXxDzW7QZ2nY?uB0-wv}T,ҥAO=Ӓ괟{x''ZF1Fw'J"/<) F$`VP[Y)c> Y{@#rU~pH_CB=c0'X[Eyb̦kƚźBJvjYhٺx"v_bX -r5Y˃W媨`&J%`VmX?KpDSMZَ%v(1smIPb>4~jBY6_J P4~'Q?S4ثh6- U`d(u˟0[jv=,_\mZ`AP*>4gVjX(9?ָU:_zԊSȩ6<]!`cd8A@3(kꕒq"ùõ_+ @Z;>$Uh&_ ts>or 76}/- m ڐ ]ZKωH- ffӲmUBe`l<_'nܪsxҊX_<+qѦy#Ia݆}U]^T?kh]=F׶0w* nH P<S / 8ܸ )e,nNVW)H⮧AHAP⧙s(.u P7ձчQ`I~+29/4Sʐ҃Zܝ+RZSc3cRaL}^r.ҮFiRT 빟Y&1X5>d!fŽƞ`6de!xHixߐ}z.!@$'ſ(`,4gu{V9K7Vҍ{笵v)) Y|kqA@b+jʤ[= y,"-|H󅇔=3C 2Xhhӕ~}4bn8ek`^dyuWN r>1 gqSrXNOWX: . 2^gJ8 ,ͮcHNϊfVj^qΥ{.DqxvfDؽ/4#^n [dR.4};d(g.-nM`|~)%6@;LRԿ $^= s$as:mN.o❦!ޏmhjKEI3ܠwlMGݢJݍn3o< DoS"<G_Y%}Î1j3C[F>w͑?٥0O/HOF7]XVLuƟ? d'8V Lt2p( ߐu$[Q岊 aVTT+N|-?p/AtBm8CߗPvp 3OV2uF4,W=?yS_6tt9jpvУc8$>=LJ<(U>wDUZߊCWOq^6?1KkCSWIjlkx/u~͝85, :p^8(cqG״+` V ɻ+nV&5 N`ZP:npi/J|<%/-QSo@X8GvPdzF6-` 5ld=Ocߟ]ɬb_.V=-I$Qi"k܈zndBzA%N|:Ƙž%qgаVoyq2s{2eSrM}ߐ-Ws> JNS.]B 64hԅ3Ly wo>~B*6,|QɆ;rO yz/Tv2<:+I `v`l@n9CX.^EB!L Eʝpe~Q,74lOcn27/Ua.t{*-'⭰HT^U IV&)gLɯ4 2Tthl=VG^~;bK P!GS; ս8%U09Dpg(4.*Վ+NB?u/2-gl\tr'#KD%>å80/@]ǤΨ-lfbk z=Ȏ JRcc6j]& Жk8 jT.=M~&G{zc؟/m*i9\ځܜ=p 6((ǜ!08}Qšң5ڃ }VB(8isQL[)\|HHPc%]#Sd*W;멠yz +|!MK :/I}|ZDGzܳh麩 2s6 +m$߲N6Է6Pƅ>Gy![OB#FT("wCun烛M`l[ԈiX g7wܗ^uuL~٩t ? tn`ܴ\A{|:f ['?ԜiL9htf,/Y K.T0ddyܿ$/*hVtƯ3Bު^JZ1 YnafI9X|ae>ۇ{CH {)!="/=|1y3?v*7t|oH_'`*֬4۔furiQ99ݺtm6\2ѕȻ#EYj021"0cHx)PafP$OzY_g6.f{ӣˈ7XF?ݥ%@#vV)s՟ﱞc_5ࣿ\%Γ`̈?\[Y~*pWɼڑݛ[iQU 1}P,bn{ -B_naJWBqU9OÝ~yœǨWpCRBYbPȍ#bW7*r U#F.-9>| uNXs`@l& {-,ӳjA) j uefe e%e7HY(@gEiC=ä{a֘X'm>K[en}V'}fu}JʟBpkbQ}h.Fsc\unVdÒ BHy7ySaЗ%Q4nz1졆 :mEAp>*MNdg& '[u dstNKrxkl \C UJA(slAXFr`.<h;u-NFYl,q1ץQ1'4m?pC4쑩X26NHCT)X.cqG|Ɇn@yQͧ s, ,oj*tBE#6ۧo>Q~'{ 'IgypOG`3jB{h'Y8ow"g{,IyzK4QEp?lq/|6 >wiT`+2)0+4_ޭ$Пl}U~@9$Jy%%?\ R,?eGTib4^/Hs%>A+Mwj2Stk6V"X 13EF.*di6(0.+҂ !eyv .Gg#q&o,-21ԴL(K.+Jh=D#Da|ǝ=Z{0ק`v+a* TIsx(^a&OG]x 4kwG[cK <<,#岘jTRS׮כb q4:-g0wx(gnFˢ0312;%|p 8*|**5 ¹6S·%:/ceG98A:To+C+%&.|lHiѢ5P׍bP8?ARc1P#u vxԳat `RznToDZm I-q\dQZw=wIճp Ʌl7"Ϡ4QD,L@芖Axj  HGq>FmPW tz)sKt=}XY,JfJ`hn!JjP}k$UeΔwuJJ9<.!1q@AJoN3PiNC[:hm6Ks&D<:7:wF+8M""dɜئO-n0vs1{}Mύ/Ἒ!jT2vT0[Jbo!Owu(՟0* +ͨ[;\RPuE{muADQpxK2Kg :ŞNkэwE⬤Q.M8 ֈyysonMo4E;ty3a.dta=]Eq?3~?ma.Ld>cDi,W>#Kockki25Ț>Mj9.lg})C@1h.5(=DthoyvHre&ou@Hd,!֕Mʂ#U5{Ng"~@p< D<| .1tַKTbYu) 1sK`i`q=* [*!靦_ˠ(8>M"FeI+y{,tH/VĽ!Whr4Cw/ rh9)9.7 ]}2@fncqt*r08ڽ[j%=-@uy7{?M[tYw 5dq[Nh ~<|my>CNV)q`x8PcjT2cTT╗pMouhFe~`)/ W5pփ{S.Fnīm̲ix^qDŽ'XeNݰ FvVU݁d ifI[~vit+kWV3fnY<.-sSIE_gE]g?2*n+q-Z:~t[GFw;{uAr\,œ?bߒS*MOT:jwT1ct,fFu SepNQ4 F&+2k6s,[ WS).ޚXc՞G- *뮜.{yǞSi6Aan^vqsg&D˗ d;?ً7]AMDq|5F2gv7PM'{R $wh9.yco :(IXzS2F,MhsJVb1>YQxƐ*B8+lup+]1:hqڍ/S\%3Xf+[2Y+x 4(%BIpcԊtMȖ8<|a,\va¨Z@wvԞIgVd:Në)jL葝MXdO"X QL^6HW^2[*'Y35ʗKN$jP) w:K.Rf=<|ww/Rqe5AyA4( _-v{Z c@+6_{ gٜRU%Df4h݄MЩ7T|2FR/.!$qs/CeӲ 5n+RɋCxSNv b$ijCt"ǤM!j.e6.TC Ĕj9Ga7;" shgW);m} Ruz̗N3lTKVes*5OФ7lXSL, (}uRj_%_Sb -*'ڞR,s/-,k0j2Ψ1( LoxR?ȑ#Z"V1fOK.e#>_>Jd`hHiWth̗DsA0< ʼnY0;QYv$mVxjpM`^u_4ӌnv5&H~xܦe-jѥAmG>TIYvqUj9 3QzblFzJmTMR^K.#(;@& `yՓpt6ݮ]: }e>L'?W+aߡ ͉:}LAd$׍+hY{VnCroԃBeª7ةzt{gWfWoƆߏqr #oGΆoGU6;=M MFN$ &|{%eՠBe(w<<hnxn4T_ ܝ-iB/3tkK2y r2$?6͑B*D&#͝cc@Q7"I8hkD bfw,7du1l"oBWr=J>Qcp|c7Y[Ce(K4ؼ72,q mOkÈ Aw>;U&5Zҍ[m>p7E;` ߂^Z~t, RR9_H6,nNʼB)͕.[P~v*rZ I y2mٔoN.D-:JFeڹwA 3TtM/dzZYգ&&-WPqU׮&׵)s2 ֊rkr U, z!ᱠ'O񥝗n~Bwx z#1sij~>7q*tgްaB :{kepbv]m2H;|j8wCJL>n{I_M~ft4~XO 7Uf=4:a%oŮ9eаC֘ȗk3'X{~gg_پ64wSVX-s僋Rp41HnKda.ZqIbX~KT,f)lO&w6ʼ딟aKڐީt1 Fn,fO<ӶFΚܸaa_ܘpLr9Pz Q8]H:YkBIًƨ;DŴKuEA};<Tyogx R]uYOHį\ѩt׭|(U.[X|EZ^Fȡ;2vHkQvZ=S{ 2{c< NMfN4&/cDkg%⹫(]60l*6Tt̐%BE*n\ne/pä,u{QlqwYxJElG_*#ZY6/hk.{䍇j 񬂕EZ|#T ~tIa-FK4&%g:x<̿b0t4x?|hDcbW`*C  {̭Vh 1>QAON34},}q6z,]P<:L ϴ/YSXmIHxiOg4R7&N߇ZJ5\N=+XbbKc>s.!rTV)OZP 2MLhQ̶ K=h5Μ2Zu#?:՛t5gQY-I啹v'e,׎:ra)ӫ[}@_EWEhӵc,7I3j4Wx,F 2Mz7`<!+i(ab<.s䷤00w-+ =$e[Iܟ-6yvݻwR4S`56y~leX;KrW?B/YڛK=)sV]&L`}҉g`R:.jCsa;N3iXVacG2=&pyyJ JINGmY>"n ܑ=PǏ%VL[prќw ~gX:Jm_>`ȗz0LDB0̴N-co@qD.շTf AرՀM. 6 Z7`4Ee!,/t䗔H#x'테J`QP sp~Z]*PW}< я@jϗZpbHJB4k'[JDP?q5{}߫ja%F*e 6K7MtJ;F>6p;Mti2a(,O^qG+5a1gG'ً`5M k2_%7'-= h4'lV `DK#$R- \3b 윑%Eꊋcߑ\D}D'R%v]CB 7UH7̑%y`59jLN0e U+{0 6+ G0B?] _>55aC2RW&v5If} #%T^'7[ 3tՉ?Y1al-M${h<${H;T+ VnɁrEu J,_i@&Fčgi?‹|lJt!=R0\1:Xᵷ}ti@HX*thiTG-86*(;^g"fT Fe5Om_$wQ \DA@ NCboFyF`Q#VƃQ#T{.L({oڂ>H%Ҷncut^~e8 LjzPÁad)Tf)<[3!;X/36֙Y*5TrNt[ۨ-VM 8Ž!:?B9!ak i)NCfGHGH0B`2Ӟ%&ZV#!#TdaqEU}4OfcّЊskt*`RH$:9A2,&Gop[k0JSa_򘟮rm<LN|=Gqkl+Qb#0<5 eڜr0ZFvw|bR<#^;Qbpt;F 'W Ujo6RL-XL ۧ5QY#t yrr 48C_¬o`١tgyp4譵Wa dCv:p(IFzrӫfezV2Uo.ioHA˻@^L$0,EMO2BTFvu,Иg;ٕ/իK<@ѱZQȢI=`(-SeW#\kwBuK#o"Yᅷ,#i u6 ?;IPXRRx~ qQÐ橨8`vBLk%{+ rt3J,zK4cN;5+ M4<"3{H| cEWaۯs$YITaMLiќx+!ÜkO^-OSM:DSB ^'c_Ol{:) Џx2胪ȑs'\wyHitGOʑ,~mY\p2 s~+x;غ&^-j| isƏLh; -eOƸs^=%K$ N)8|s?{J /S>@{j w#7]]g\ ɚtYNB9 ~iKF7X]v+*S%a U} |,"'Pw3^D݇#c6 PKè}2ZI M"y(Bm_'Gr8bL#l=Ro;bWR(-o¤FB Eî{a*$` -!6\ k`x]2|)l gNYWKNΧ8mQ.{&f&bW T"v`O536Z[7)NdB3'0bOܼ1%ڤ!^N%  ) ` 'ny|rSbcCջΔ:ryt=˖43Ld[Q`B~D"\Dz˛Cc<[h@ %0Pv_~pf0]+HQ T뱷22Y:9]YrM|XEGLuMNMKM#bf\1 -N^zErG4.[HOsF^͞', #$EI-Y}ϳ @3T"+LE~Z>MX>DBolU#+r7φ `2u@uT(%m{Aa~a@1i*i/=>!ɷN5(SHG:{6+X'y篣ĺ7ԋ:9zE 膪#Zho֥svsuf'^VI'ix2 e vz@Ԫ>O#~߽35tXE\'v1Ce9..dcq-,uFTS}T&]~ŊlJPn HUBtQWᾁuJU (=rZ,HڇAWC5?`Ҝ (Z;70ޟZٍ'm:rʢEt:.(Yw7? e3&lEZ㌛y׏Ta"5cBks#r< Jڒ Vp= sA`p)E.`侮Ul2@I#"+% CT<~}.ߗ8WEyҡnh!  2;5-XtR>m7]D,$ʣޢUCc8+#er'];ͮcFvG}Ԩ؄]+ʳ$xߕMe:Eca܃'ǰpU[sr(!ڧ "*j"jaLT+`~o8 վ:^jQC!ڲ.'E^4d?7ze*+)Fx5##NgG<^-cIvՊ/w؝vʄ##\pVP 9,4P7벹 i۝})qnѵ͏\(}Gy$R[e*/B Gܶo]tS?o 3q>_=㔘V ֳ׵ӎ#?AR "vUOC/n)- #:pG o#0ȟ7 $0L05H+ivxP1'#1ALw(]Cz]dT qp93|oP:B1 * M`xoؾQܞ-};\uj|WVOYatnXON @_zm<~a|iVݒ^ן*xhAAkRKi?@y?H `ԎsO̓i%($uK IIJ"lݵֈ *8dvY?Kεiur wEc;()9W'^}!Xz \`.3(~wj ̀80VSSlAuI)v Xc[B1P~6K SNGQnb<+`cpm/"Puȁ(N(fj`rt`A-) Sg/foםєBĉv BjcZ߰THעLb)v%*G.LTΒכ;`w9pd& `x]Xadn%FU쇷&$R-ʍ?e?^VG6w32KmU|Qh80ER U m`04gOI;7%-\ Y$~.7$>lw\4kj>ȣ.?om$Yf6'vK"b$$yA !3оå|>H(ǯjh֛jKƪ~_*z+~ݵ|q)h}AQ eTK K 0g,P aחp]A''ٿ|ՇG[ a3 дjT݂lOOQ'&[X2y r7a]Uv$;Q:0@L3*3Ӥd1L)+!d|Q cV?1|ﳜ&J}nغ%⧖+FY5'o w{;Q~s: WѰ`-:s YeK.Ry@T O2haRɓk~&yⰑ2+ xTR1ndS콳}yż1WA$;Ԣщ(.?/n'Y`EL|"?,W7z>\-$3~1w@ݥndb뽻SHX^XQ#L?vQT]Lb_m$3&0*ՊĔEzgOli~|B3KDܓsuB=^"df;ѐM!А칈h_7Kb.y)I<q^aKپd3P{#>b,WXoӄxD)}H6P똱P%8xy3uc?G^X`uG2RZpִ p5%Yptisw|K(imdTخڢ6n00$OKEq80>u 5i/X<<-sYp;Ƹ̣KmEbtTgXg{Rf/v#L O rydq/l*j5hXeǒi8>De]_;ć=צw'&#N}i_PU[7Sv>,վkH NaIh .{cToFXd$_Io.yȜ1H~rV^X!F2ٓ4bDlt+%[ӥ\b}J!F&uzos:irEA8.IxO K2q7n˛1~F\pd א"f"27n~aHB1fӻF)l*Fc3y-31*W`aH.[[NuSu.G;'nXse%-QϱH?Kܝxh<@z1reE D;Q4cxI7MmBgLoѩν eAQtkD#>zRQNi o"ݩOа/L%j0)+RRƅE޲[#nӮ286 u +_`B!It,ucņ~UTd!~08lj~ˀ"vׄhч2-5ωao 0$!hCGeiP)3VEzx ;N8_uPb]5r? P4h[U,bK/TaKEѤI:"^'0 N!7oPUqmJW8ii[s1PUj,JeCdCOTnƢQԵJq(ic,DQuhuY;Ki%{eBTbLI|zE|Q[2++cBrbCGyQ%"Y; V{B\P)jD$`byg.d)pnE?iLD^B6FQT.( 4`yTz۴g%3ep .];&<|;?{FVOgY"~0{UFOFWD''Zev_"o+j,:G!ʓI8h`1{s2vivސnc~}(83KI]ylKvW}kavX偟qKϛ3=Axx[b,xls  LS|[J׏IvApĤIб $͢&r:uPm Y÷_q@gx&! pS,iEE!BSz6|OܠwgL?gl(d~ WTGW4iehBQ#v>iF4Eqw$:\p;Hx-o!sv6c4M|FJ $c)jV(lqYEO%ttY/N&&"}' {j/#L&(j3XkO GCtBBfMʿ6P`rޛw&JBXZ<#hҟ7X@1rLsCm Yk9[HߋO.Fۊ.3 2I ge[-{jDuǡ4,ARWP۴"%F,bjd{xdvzX;Gwa~?+aIJ_5cv bW0S3"q;#¯ȒMSށ[l>xNGqs8:Ȧ?h{UC^aV_xtbDsl?` ?= Ջt@ !_&`?풡yТfq d</bLڷy7lP\Cj϶ ů{C%f@;&-ltU!G(>SٜS(Pnބ"gԪ'pk<'&;HR28۳o[4ơ(d9Ibl_pys'dmLR.˕`bIv>㤆콒 [La&r"m2"eBo;=/nHfz6[~uhc)X) 0+a+òm@q3sf, c֙bfwYʉ2oʓ1OuG̭`9o4C+ԡTMUJg`iD߷-SaZ,0VM% >lec+\ySK\-}jֲ !dT6'H[E'r>vN*s_rJ&8H3J<3Yd@X* h/3QCN\Ӗǐ-#i@V+" +?? Q)ր J:ޟlfJ R6aEuOSɳ՘!Mc&9썬׈>)~ݽR-ֹC sUvR\0k`(Qm!(ИQeF,--#>:u!y ogS 8>!mq.copM}'P1C]%i_Yx7y/bO PmDXmU.ξc& =&F(BlOW^`+ zv*S]牭qKɢ'qw1X*)ΒK;e O VBw6&3kMe?T e^mə*5Հs>8zIv0EDD7C/_dk)GNWiF f:aw-Z6:]T,mLer+Z"/х`7V]ˣuco5ٞ_JİCxE! ^48+g *S iD1;5jp=r YeqL7u8z 垌PlKĩ Iy>wڃa]u/g^L\7\JX'xw$WlJewW iIX*̕ݵ8l OҾm `t |j&#g[[?UjKPqī%_A1Ўqa|h >ڷ: ݠK-n6f,^733RS[߮"b+:.)vד>KUDE5ޙlFgņ}wyIٓEr6#H_~/TfuZTǽJ;|kbI,1- d'fv a%:Ш=dIB5' Ԏj)q[TMaIns[~K!b 'C(:(< _ewo)xB1';$E@~.AuЅӼ~6JCW`_st"VݪQ ;u fQ t fVl˖@1N5">4ɡX)*jE~}/My"pa6tslA =z,TxO-?;V]+2HH$R;2d`+)2 2i;wlQ1Fcn'1yZ!{Ap-tZ ͡c8A~zx =7f~aZpP*.!iV=m}1KfOG'ʏE;4[Eaok m>R!=^ߧ  +Զ:uͯ-KVV!'!VΔ= :J)`C]@Sjײ* wwtTl*mЌV)[ ƒ2á (i u߈JP<=~KP΋k ju’PU T:WۆX!X6Xr3!V`D^ @Vk2k;ѻ䏡2t"qbN)Qe]L/Iz$(?!ФYد}ϫn FԘ-u4wBlMDKs!Tc|:^vu | 9&JLc~-ڰ&m.]<Fo2{UGnbӑ9WsM jwf$`^H6uϙB.Лxpu2y8HB=IF)T8IX33j!QS,ʓѰas4pVp^n8.RԦ{b^6qR]vady@hT.|[!E%/C+>/sōC:`v0]Uy@dm]=&)* CW6WO}_CԹ%s熇nI7Ľ''F̩_fS40`f4k=3;To:&"z5@hOu6dN#0,`/>ڎ!K2ph1Yp AR UcB4BKvMEaX)1kfx7]Qji^P},P-:LqRq/NRu:҅b0{dn_ Rq8?-HZ?ɄmEltIqN@j.#mlJHm|cm\ui]~ޛ8_tK,S1FcEnvsmn ǬAxg %&Neᒄ.\HE[L \؀&@chONlz>t AWȫCfR6|D/G"OQF2Q7y+;,fUЇ4޾쫯)Za216sK;td'MsK._j0٧-R\Ʀ[,B-w5Rp2oy#Ct!{qTl_Ц6 MQ2蠫Jϰ:Y]"@zni'bI0> ֆDV ,jOH[V>G^u:,^G5Ï]j0lLR%?9&!t31Y 59N| ȐM8!C$(-[_)[:9D*bv}TQݑ Wࢲn5!Y eYKH%Dk@[|:g.0sd#O0)_LA⾹ $Ϩ6?Qɯh#&O(ʑ Uq=tY}ϥHk*@FޭBgH9_7͚k&R1nJ !Y1Et\mYGE‚S by:rjhzU1 *Kav`"HK@ !mx(W)4JvS[X%j]f S/Q|x pV'uOÑ/rp'N[F wu*f-(cA -;.:oM^kFgW!ngY>] {a0 {N#Y@äN+q@?@EtЕL~ wD{ D"ژȂ?ǭCiJP#ՏH+J I-yl,Cգr?bԡyxsű=#(6y}4WRA3oڱ o0wl#uȇyɀ sLTE\Zq" .^Y L6.tNuy 6/pQ ZT U1iL#ZW?za͇5rE0jI?7H_vZr(x-O aix(8|wUZ =Y}l%NB#;uY7:bu'O7~)Un8[#5O{TSk6xs&Jx88ͬ(y&tkLGY3;nIس i1-1d,ẀI 1S.f0Ujb#HBIz-0pë4FFt&`/եy.xp98#˞ciǘe? GMzH ysC*νMEKf`()?CdU--gODǁIZ. l-yCh iuXY.Ю@ʺY{A?6i-DžH9D{h 7hcטSGWX;C}{.u5 D.p)C& ~_5 XT _ِ%G , X*3O$jTLԿXk/:2:^ kdQ?'C=Ӌ4uۤqta|uzXh"ֽ 8h95ZdopKʉ6r{*BX׾G4ژh3#YҫbI#d%+3|"`}C,A9&{ "$뢸; 91]~ < >tB3iM 9>ūˮnzy;*ő FaծwT66q!gs\* 4\ ;/2ƚ6n'2OO]d룪 7.$T8K[U^bm}@`v2)/)JU8vTRΰB-adQ5Y1PaFp΄}qկX줥{[@ؤ)gB!װ467߿13By|TnE]2 G\1Lrr|7MGwD) :mj +5׿,$!.YPQe}P`(0Pv]KH-XE`6Eܫ=h4ΓDTjBV+mCo2d<-KP #߳]?˻\zƁ#f'\V{K$K oM'[OSu6˧kQp -4 e.dbD6Gx^]_y/!-a݆TFlOrѓBaѢIQ E4Mz]Nb9 &%ٝH &RL}:k:N8,LUkFl#1I5T8 me|OkمE+Xz? ~שHgkIh mbk(ģtgBn4DAg*IzMX{vuZ \=Uy;;ݬ 7s;c~ g [ajQ&\~Ha;δ2x dn:c^*U՛>5Gn qk,ƮW~)Չ/X^]X=ttqGe%nx8ƫp[`dƆ?rV hDjmMV#TVϵ`4ƾ5ڥ{<0T:uɳͧE:5G^Tks"/`n҇h_u9'(u!^,7N( 8 >WHJK/UeR>3`,D=@ݘ7sG8⦭~ASY(k@j4~ mK}Qy}I0,feX4dhşŕ\)U(~m_ڶ! tgg-dE\Ut(q;* h' i~v+at=@[wՔdNz%CΝ\bh % ]/Z;|> a<^!BZݮn-9R-#2[Jb&ɾ( ݓ%7x mn 9D]/15Lt^].c[fS_`_0}Fts)ϱ7{ĕ\:g8WktR}RܓdVpo ?; 78Iɰddz$rN-o)K%߻h,AȣSMNh8gbJC$ =LNnM^>¡!f2)]Ҩn4\`s:t8f~ (WtEr y6v}VCdE*C"IT~PCEԺfyofwC[hB:um5j`;)A(4.]+2̥U^C3{|@[墖KDÿc#/gݐa^P-^Wƚ1ӈ>o  ͫ#Ac;K*&\в߃Ye MM~*Wm i@.>3e$}9@PVGLE,`1WxSUG/VړyȱXw Mp% W\C7OdJ\P ̉$2q6xo_^m ;1dOuzwĶ&{e" ovJ? }IMʉ8Xى{eX[) *?_5օ]'Z߻9Ld/ޕ=?o8&%)*A-4` %8Yk zi:D6kPM{E>0M ܛ|]*us_ץCeƱm|ء+^8E z$Ң }q3H^ S~۪. Orc6p5#kG}$d'IR\ypniG{-!'Hyt<[1%~: blvYĖV N(|"ʎV%sOz㎹F[07r_uGOVLš Kև{RQSG W` p"[? kꣳ߇ٻp@~ (l{t#S&_ >@kDnE,mݟyNj'nN_ 󠸱RG36—SأÚl%nTuuԼOܩV8/9HqeG7x^k~ODVɖj8)+W/OtAF룄  L`?R?aRx%_G[ŴT{J[x٤єV_qc~—Tt{&G݋* "IQ4~[G:@jϗ3&*hΠ>vaYG)%X1BC cm^(ܙt$T+qoeb"vИVc0$X' ;*{ :;:߸WJx'Hq6=!5:3?Okếz,IӢ-I@wAB-Uz!|*Sf퉋@+qTz~' <l%qߒ8zIS"eBћTܝDBT 1Bmוk@XG//t~)QKUW}= 7$EwXS*$ x_dq-J@_8=" KK$A\_]}oȘ@=.iv *C~'2+[)zP=RH.dn/<"3q҅CT^р`pS]8Xw+cYb*yMsȿA+>|XT"B0֥C" Ooл6u;g{CFݧSY iہ1◙xC eIkVD 6 %cZQ͐*0Y|=;*BY25UVKSaw~aWMb(ART !TͻG hxј7)E-=67Nfk~ H=^%Ţf؜?rzc\ W[< ^\yGzUxozfE^=rFKP qGE\`} u%baʙ",À.Ds_n=̿qA(ޤFk^7Aݾ|]ȴ)TkAҵ,ŋJ BzEm{)*^VM)50즲S/C0a gvUԔ_L|_¹ |8t0b˃z+(Wۊ,kx'4ߒi?z2-es=s~mjGŃE⦒,DFDž XfL9'Qjhas$ p73lS{;/.Ǥ'tx#X9 m5IW=w sq$A L8t,tƠ+W:(6:8Ňhr, Ll~?g&(#Az?6YFCGK fG^C*u+KņZ-3u-~WMԖZ vC#P=a!`ý- ^j ʆ|a|A+A`ZM~o~݀АF(\$tѤ#9B,cPž. AVuv^-4F8QiRl"R$XrDSDAfq@-65PB{ `5cÎ-jӎ򉀩x|~c)z|WL,}hb?1hFArQ|Āi?ջmĴO9p{cP!|<{ i^8ޢ`Ua , ~x#tNu984H/PTM_<h?o;jd`@h%peN N= `&iK {5h||(@yGn \> Iٌl/ٽƃ j/">0*]a7|#eE8lBFٺ_SJX뻇ڇxND._:s& W%#VitM^AEѱ@fـKA`meD]aIxj*aOv O>IކU9 =Mo{\޽,.=*  dg봲[QcY#~;6"CMlY<'ڃОykuo{B"@DRuC%4ܼ+\36 ֞ġTS/>8rRwtcxGU83&r@FO/s4:ZMԽApߞ*j&ArE.jr)^# =/2 mO!40>]',Hruiف…z,EwPҮqd[i8J}EाWAZ8qhw3}}#<2=#eTXmUH^:Eri8R{B$2RvkR f;Hpۤqm^RcR4E+M◭_$'̢'ƣd?>; (+¨HQ!^ZŃ5!Goӿs0XK~b i!׃gtSW6YٲQ9LliFcаccC<4҄qlNq`Z[Vd9Ti䙓M;ʁnÊ53E[`/)Rh Q=JR9vETn[}+PHH'DI6 *c o+N0PPS&cq-~V?`={T1=Ϲ?y?d`K(0~idii8+$29E]b~,ըʕ]tu1  cٿ,KGf\~ ~P™ͭ4zxG.Ay>=l kt!ܻAPݵsعE_{< KYP#nă< MΛw2|MQ4Q驚.LX,FQ s&P.+~|38Indn#>X)qG[[;#2sgi!30х+pOex[;5`⯻" b/=]=29_^OEF{xN ΞXB7ܛMڎZ_;}dM/u?@f&[:uc*0-4|eoFdRS[Њp>YƁc<-91%Tv5gx;NmwchRB=_!0uקI X[>?UBD4[q6'cM>eI3%oqN(5PZ\cq)](VE1XAPu\̌1wr3rD]Z6$ju0E >2aj#mw#BA1"(ə1*[`#L8y@B!,Q!AqlmgQКanZV\nGte$͝Vq0:CB+ֱ8]W"eevȀͫCCG6jU=d,>6BmF5޳@Kf}!O$3O*PִWnzFu1"q-Qxx4sMd{KE˒j,+pe}2ӎaX*Xw%xj-4#y ,ABE[$j*9z\2\t NsCX}v&4;-_>F ~Oko?!L&P{tF9v{ʽ6ѠkU/4`QmU7{HrNڧ?˃3Bi:ccSܶk`_Q =o~V(*Em"GJQ&/vF\ (&2[>OE%)0WAW.1+&dfW0RI015@nTCաTˉN~,3,?p5/KOso(Q5TӄwU3&ѹ .U_6>,\Ş%6%x yd]OʺG4b| 8Q,[WKpZ,h3&O߿]z8p@:)m>*Z΋7UGco߷͛k%k $>m . ?^jAY]ۘ.[-I$J3==ݓ&IPJś.zPX;6]i&>wyJ#}؀ {C(@QGUQq2/bIپ-&=:Bd_Ib\$v8yѯ 2زNzWKAL#̓4D|̆M(1?rk-N[,\, l⋠Kv.-.e%wڈ6G}5ȁ.xj<1clv#!G*W֏rR:6oR*qA'qg/oOcD>OZo6xFM8M>jz*0O]y8NΪ.o鱯Ruu 'hh"e.2hsDZ0 8onMd3ջUA?|7:[ӛIB嗹^+Dbu.6_,\9Zw%#z(% J_c]Sƾyjaͅ7'evʂ;ȹܑX=B{Pvt >sbr}9H5Ǔi Ƌ.9nM! m| |@pl 0Q ,eeLg[hUL؝1A2!.3DCVF[6^~K} ܻvxtԖC: L"ÛG]džN8o'L?Xz/g]f@5{Jx6.^mOP,+) H{^{3ae^ [Ƣ5]LMɺ’RJ¬B"aciu\i (sStHn}ij1ga]!Q+*yp$^~1Z]AE&+JG:GZp$ŠCOeWSjH &)!ߎڭaz2>IB&h ב3§ >7ҿ[#+32R>N>~㴈(1kli bX闔gw$ NӕhO0(ڒ8^ ul_Frz ΋*'% 9 җīQ=UYO :@.70xҤ/J47AM5^:dt'n|}z=qe{+V5G"t.qfA`&gDHf+c )|2/ipvO935(%WdvB2vMپ'K0᧪iݲA] %Njcs6kxYL dL. T^s¯nAYe;S *L@ŐI8RNEgOzW>b+ d,HrF&FÉ$ͷ{x7r݊.KNC&\w6`ݗѼ׃Dþ0 i5͏f,zpls>!~QQzJJ"~Ta@<׷ݯ3hAs5 ]6 ֚-9^*KݠLO66>Ndz6U}層jyS6P$!Fp"EgZf{w#?9$m*cYS_H"e^tm>\{Ϥ@{#a7sqgncTh&j͓2Zwn膀ùv!qkBz&Ck.DnĮz47i. ; ͡M$o\봣 i:UΧ]=|DLDmwh꣤)E-2 #1ٛiX w,@#[;=#WfL%FVMD}DjBvh2j\:FN\Oپ z@Vhj=&∤',邭6al @[-rFpy! LZ<)3K,*^GJ.*LP)U@c #;P7ʬf#Ws(-Xc %~( L rd}̂f]㺟DğӦls) =mB-8G ؽ'ȎW09!}a`;Kb;UiayԶLh&%[MBr>v̞"O:dҮA`} Ztt^&n6;dx,ҳf_c-XǠ~D| ٥cm\myCKg!cM$5 ,b=?xW I?~8._|3j>ƀ~*[V&CʻOXٺ_VdbE~mgqdqs"$6Z {}Ƃ䎸pg@@^>NT5/2߱\t)IP#h/'] U9>ib;9 : (-\peiϫƋ9ܢ|c4Rpuf BD6nYviym  R?`]Yq<']qMB {K{(c^%!/敡P]O$Iu 7E^I+p!*E-z;H`p;Ђhtly 7 r)]G ߲Lc _vBkt:qiV̐{[ 9.>MV];%ɜ- ;djvF.A e\WTzI@4(kJм?^ߐ f*!y} OqUqA__}?U7.O7Y d[PY\KiaI PmQ+9>u.Rc .}Cq0\ciG3IR(gdZqq\$J%k=e j7 mc'g/4Щ$&iOD.#* žVWulrVMz{\3]ȍFҮ!dDaVt8YbB>`޽6>wJn:e C\Tƛfpyo>uE^0Rŗ[*O.$ kt_UhR]xJѬʹ䘸43^/;ceIbށJ[c,MZt+;>?oCELQ709a/<5{dzp{= *RԡXafتoڠ O-.[VTLxHnMU,(GOL x ERf .[ٞѫ/KCFC'$@]C^k~%o& EAtfnwY_t:,I)_[;>KD&r(Uybkے NæyɔCcF4#=} XM ;җ8DZe((뎚h[yck]b=-ʇn:~k'& MMRX܍<&0kyL~g .a"]k; iƣZ\k\χ(z_s 萇oÌ{ ?^Sizw"h6 _/92&}۟'bs$y$eô¡bkʐ?dg 7!+# %B z#o#[3>7BU샎NaG-2" RZdn\%9=&bd:F&ʒ^A|o72-`2lW1M)n5+ßꩃ FBlX[v0[b7ea{?P,g?/9vO+Fr='9o _($/R X1/Bi<#Kİ]P>$_,y`iҖEX%k2BVdCr w>L76`.E;t1\OF%;[VB{ 5;`%OڪK5JMM8w@s 1^UvEj5GJ(drޞL=<:NC*(C?}WS"Gq!黬J|U7 1=LړfFu>t'G&]aɭ~WIEiM Ym{ 1RF\F{0+dT r X-:= bqJ r]9'섷zz {.͝yb &£[gbYF 'oeY) p"Vk(b{80(.[oU#VE^!y2<FN)0o?m>,+{?Kl>F7MV߾T1(3=,PJy$V$}/ХoA⣹w5p<52b>tEU2w \6xPJG@  h t^0suLx{s9CMPr`O dd&Z{ٖ|-ȹr3ЦE}e'igGs pL"h,'/o @Ëd3d0ߙzXb{)h9 {Tי3iFکZ(j_| a &'KѠw,9kb m{luؘzE ~'<|5es[XѐR '2NWagr n;^4B6OdA'B%x>]iO}u{*8V  u|lBr\f*3  m1[6]߃eBvN 6- [NV*ɖH|3JA#wNHE\23o> .t- t>"&*{1jc9e7@?WIPW`M9 \8ZPL1K:SY9N Ǖ@6Iۖ5L ֶwTߖlrB Q=5#%^&2X[L'F&,?OFLs<Ҳ6&].`VaQ[!4 gy uMcvH峆؍q|VJV gṞ";usՀh~\&|HUZwdr(`:!kT{ŵ̎M(Cp'1IsET;)a:(2@iZjJFn? ^,awY^Ya:^V k@~VX9{ӫfG+L X7zl:/ $*#]rmf<9Y閻t&Ezk D"9۞U ]Sz_]~Z|zYZoG0`{,Qy[2 uEM+虎Qg(R]*yA}*zLW5@&FcT6X$WŔ?(/qzPA3y^oTT/'yCLΛC ^ *"kZ/`5>y\#C!ָE<)Z]-5%qiڼ*̧gD)# :mc%%U$'W:n*m zS#NX׆5@s=ĴX_rY4 PBQAU˹ Ikrc`j(ی-̥+ I_|r;3H֎rga >őt Rέr JkdwOX׬ڱ*5)Tgw6pqay?GzU@9,6Yq[:3"X8Om&/Ln[zE% VOrBv#azd`~7Q묆4x xikzXۯaN3.mN]E> qĘmò)r$\ $KpR")u=05zCJAҟ`2r2kYneBUgU#b XqgZEIZ4[Q]WVuFYf nr9*ix1"}tE ?A0b![heU/ʡ;X(wv/e@5]`d'jF!|CzZdY- 9XyPlQG n}iIțGQmF`X\p~ o'ue׃/HIM{Y Ê.TJ}hԘZ>xp6H"Ԍ7BH2u|=_ϻϬYM-~/:|wH0c)Ot~_YqUNbY=;,̐#p"mzsiYGe\x9ϨH*B/j`geiEw_I-d/SDv>"08TZ E5/ Ԟ JBJJP#oI"pUR&z>x\o,~P<0J]Z%>;_ig?a ghn~#`X u@)6W)23cNA)SMfѡN\!pq—B "i&dZ*U14\|o[z[ifi=PR[Z75Eu^y XTcOe_X npnx$@Z4~sJJdGu G6(ABĐ}VzqP0-b-j ^Poݱc͖̑=XtIS,nשY'RvZwEX5Ui+3BK3`$ŃV4g&in/7^XhɈͷ_ 5 mw;e -~XkVҴG !.$J*%QF6Vu3 +B3L7p:-f"0X0*Ix~ڃ+ZyToL:Pd9b 6ցt \ U?ϊ1=+|8{Zj&: 3W) FTeQH.4!%zZ!2%bkEJS 17 Hpbu|ܰ<;ֳvTlcgNITxˊ 󕟌=H16gSg\iP^T=-p:m>ř З @Qeqmukrd8 }EV'h[qGn![bD@PUY ^ Ѐ_$24 ;## "GgBx [Vr]显% 'ֹt7h!}\C}A Akat,2K ]2CK2܀ Jn,ɅFo$oM' (tY3I2#C* }6swp=E]Y߁y_ T3J;VtYRKqDTieDi} )Z~mhh-s[458mUdZz^t?MLͤl_߾jU3ܾA>˒ԍ6 P |PE36o\:y|%)fwhۨrҭV1rp{`)]cXP]kbM9ڔh3t:MlgS'jR_8^N[@agkU8BUy·:FDc3k ^~'3[t.4s}ߩVewƙ^f,ەXxSroDƏRk/Ek`{|%XtA ?slThM7[ӠY_ݝ$|Y-k9z5-ߡPc7R=6Au,[0BGwl'>("Mƅ1c8WG+T"zYjm!?VCk%ptƜS| dvwLjcz:O [b+Zy#⦔X/2|[vsqRc+-c]'qΛGq% U"KT=e5jy5`~#E!YoYVωy6pC"B1ys);BH-iu//J/5q 8`- Λ87.l}|/mEu5(V}ԏvVc"4ԃ0 "pࠄ]qylnWK' pͅćd'0Ԃ6)-t$|Eނ]qthKFb#Bp=@ڿ:K~H}tFv#? Ps[m+ȁFQ>xR }&pHGowau2j4x\BO}~|A/F2CC)^6C@lAWƌ10:&5zB=b!:xiXu FY8&ps7YVt+!+$vѢ(rP;[ "⟿~ t;ix)X y35u.+ I')~|v(aYi&ܩÍ˼bK ᐐ 7u_J;ꘕ ?J|w(~Ka(B ]Eccqf x:3x7To01 h4]b]鉓- \P7 SqRh#Õɴ'=lO1oݞn7W^IIݰNP[Uwno&q7\gS;p!; .m3wV[HՖ;!,}oԬB7b͔f *{+[Tjmb0r͟^_sTfh!y>?b. i~sB}`qϾŌ}tWGB݆C9C5[պg٨ezy7܉c`S$5Tק+Y̱XYFX7i ; H7H0s3?ff[{ej8Di EpS8w,ZPK%xT bZU0VQAB4b\puM/>&_|#h}cxU^@kt\i;]#nYX廲'8>Dym 9jz4 <'/3@oOp{n7Ynijs It2RH}ʲKGv!(9ƶ`gyԌ0]HOD<#Z ./(/: i6 oǎo.,NTO4!h4)f¿PI&3c֛gcǿ/@^1!מ&O88- If~m! {s{q6?_6*-yڈ:2~$2IxKtŏ̾dR8ZJ +f&J_rV%1{,oGU<$)_!'hah ,D܄:e3]71FyPkf=$<P)ijrn;# _VVa\wC?6VY ?f/?՜SP4&r50}0`& ?5PZ+ <4}j?a^f84~FJ!2ͭu#LH;*jGي&zy(qfr:gmat܊qɴRQۧvYLas3>pO;~Q.Ef%q%4H_F0FC`U9 QnBvKO+.4&BfDmAtlgq.@i {%T"3N: kޅ._zDO<O+]٪x9.,O1HyDŽݩccXaY;85މ(Ta,S 6)th )̌`NeO,eU1`HmP>A\}=?rhqIo>c'H貮DA>=S1HݖmDMnk2/6˦| DR L VAiq R:}xDEfuGr"Wf_Tzt׽YfO1  9k2x&EN=WFW(^x^fX o~/^}mf|Ĉ⹻ċQ='mZgnLXfIbø^,6/ԥ #q( RW]nkQsOGen&Cvrac8qj_,FJ")ݯv9a#:H1uvEA%#&ef9 hGĠ0@"Y 5_"uxL9oiSiѫo+Cit=cOPeL/i4> mI. :c;5r_цj:ՁΧ:__ܩE^66LάґHڤ©0[[y0xp,6M[G4L8P*Tt12WqR~Ygq/p5[l(ӌiՠ9QemPi6Z:NY,,j]u _[9 izncEHGࠣf!ذ c긶s%^)wP4+!gaڢ.'?GM|i #GNzNK:֓RNQ>G'$9xN+sY#Cs} QZYH^RydOVic5q{^Fd)c^G~cJәt{cwezg!͵hԘ)w]Ώq)8W#hk)6DUz*:jgͅ>C,xz~E&qr]v%?m*`9,O~s sc1.7^HפoФIw!Lثd2sdw,o,|SY!LJ$LxTw?Μo( E*-I2puҙ"?t O8hDiZiT6Oh09i$27_A@\w=z1}%H?Rhw첕 t9]$ D0=Q`ʔ;D{k}_fWNQco[2Dȿ]NB\ Y1$+z$!\1tݦIq 8Ô(TZU=U)EroȺzb\T= ?)\o-.bJ/%/(9(C.ZtNԶ. N~BT0.AsDLuةQd [;_ͪ$#т_?c:YJ + - βnȸXɓ'7ռN6 zYN0q"xa0Ƴ`-WHr\f+lH;Gc4PQj[ G\@inӾRU P~ErtU1b~wJa{3zvV60rX\1r2jzK!OXko2ob&CbRJs9^6d%I`ob^FV II䆄fZSBGNx?nzL(j>W2M ʈw@8贍H)B3@ PǟB <ê %Jc|iF<7q@wk3vYFZH.Q.(xܠhrau)lWo&5`T>? R(,h |v޿vtLpCBX~.տx W Չ6j%<EMCpOʩ+7J%:XQj@'WOJ}!zO˩y`v/f "ji:X'OL T0:U +ETw㙧.UTnbҮ>VPEp ͷ@zo[@UhT< Uu͗D}xvt 98Os>-&ayID۾@<@aP$7@BrIZJqWz=gȍ%]jL龚AV>bGHG{Zψg䅞(o، nu8F%CEAnHd oGkY9F@~p I]Alfx;Mshz !_SN })pwn4M,kA"h2 D28tql6`P ? yxEc24@5=)ƓMz,Uø1!eЁD~|px&V]+[<:jF_y֊{rDV+?UC:zI@ ڂq}xn(p%q )^ѻfѴ$8VisoDR]rJ1Ť-EW8K(ZcZYY#lZ'AM:ߊ(" Ǝ"86Q(}y 7NUmI[˩g$p33yGhM|+aVzDij$xv_dj&HsxU #U7ɽ*|4~^DR-3_g2w\Ci$ٷT'gGz+k'2ipPd&g[ޘ Ԯ{N^%p By;W|WMݼngñHw]xNV=ǝȞ |&l^-tvý/>n@ Cg>#;!jc<;kfio9CERJ8xw-NsXEh/{D`$!X*GԧRQ|py_OUs0ͧnAk;}2|z{`K1zdB6<ت@[-uQƏD cC2n5$b~6ѕ'jY{'EUȇRA|trΠ9Hmph/:yKIao&[IrF=SWXYEXIO_f;82q*inȭe Ĩ:1 @.-1k.տAXk KINhl3J %&gҬ(4-'X"1A~xMܷ!?8 ixY-ʰplՄ jNF)Ӏ~X"a!  i*Z*i}hDY.s^.Sb0(~Pph(of:NwU-A4+.d0X̥PG;O̡8Fx|SyO ]se%٢`VɈѷ+~j}R>$[CH]6m ¢Ot:&ۛS4<)Ico k|GÔ _LXnŕk<'9sAl@m$Z1ޥP҇3FTK- //41R)`O"l$[1 9:1n'GF\*;- ZO3!qʾHf㆕1qbDN!kUy? ƎU!^SMy qFVħq{fubxO~Ƴ'ξ es{<.ŐFI͡ *Xd= P7;Up}&<)M%Pa.1lp\ax.u\sXw&qF1YJaۤ{6ey.#f5-AWTŴs$ó;IS*K1"+"q ?t]uK%n<"1ev kWPvhohzYvdπuƈ+8yvRX?Ѵ Q1OD9۬ 4"KD9Eϒ]{:EB9@${7`lƗ,]wG\ |*"0w0vx@n3WO^gݡ˖?Tou҇uA.X^t,;v#s/֑\FA#֭Ph|fIqᠿu/"^KZm&c29C>S&!Q3lQؼ#A]^#+Z8=ޮpb KYք 6*bր W|dȌ~lI|' o샙 Dk|\? CM@HY4dTk}t" 4&랍Q*&4rX u]_gZdJj^"\A2ܘѷnX`I< 5%I1Jmޏ kb/9M1τ>םJCۈTߨ-fԄVo/d$MjqؔayZt >^b9{N+NF3Z,m{6IQK+NܷU&)mmU?e"~]Jώ-s^[>mIE0߭ՓlqEj)\DK.IL<Ħ}:ڏ*^֓}8ş@WxƜD$EQ%gKG5bdO.$f+R4M9|vƶuCv?! ]j7dԇ=fs0 iHlS)1Uf[vU-h䶀fY!Kqd&jIyV̀AP5|1xPSF$EC`%Շ )8!^qNps+K/>S Bi44Wsqn#]3+nk^bO{_CS‰Ys) 9fcm`Va/o"363?eF1;]:Εv>b '(.ǗB~:IM>&æ/܎+vת5tK!es&$5nqSN{5~h$W^9@sl|'t(XnThK 6^[w<Ҭ''Wްf$>]bug bZzrYkc[ "_+p2Fh]Ҷg?°W]s> YU JB8ȞLN# AwOo4ZO;oC|ԒɡₕIv 0]qm] @3YRˢ{vs ]ƕyL˥_QˀNMnEd|]ծz0鋪ۈ!w?@qla6 Ȭ䂳</+zdEv6XAzg}!7}K-ؑ85*qu3PLSY}UE uMKf!i:h'{b b9~N|+ʠ>M|{ОDc͊5^# `!Y=&I5\(͜ >&9Hj˴$A 魶0:X+32Ѯ#7xW; 1DQ힃UdX0E*,$gǀPm n B7%<3s07IH aj?4ܚ%@Խ:댜i,^WU}=+XzV[>0yj:1ycNcUǷt*qfC"S97~g'r/DK|3]58'M.>B _)=RaD2jw8.F6<fbf@*q{oH4 jn`v齜!@yv&θ*d!S7 @yd#VYwvob&VX9H_e2WW"tG\jf#Ao/"#ӑd:1^Ld_پJAUf`| M>D1qx"$eU4=S UI˒}IfD~zO#\PM 0rgp )k=b5)!)%[Uq-εԓBH1^Exd Ō>Ӛ_kwzT~UQ~ U3jBb=HK$)~Lc2])aP6i]h`xv:W' -MB^9k5{ }ksBRR,0si+s{!_^GcV[֡/:+藓T_M])&mL&f"=c5TIT|脛KE2+Kt .&XxskܪlD#(%?[nmԍ%$y`sY})іcس鹤Js/mIFP[7)jvĴ$^z jF)eZX>#=`v(|l$D4`RU5h \.+KI09[0_۳rbV"Z H & R&h0=e3VRCdz BHR*@0!JsO;Z^1B$F?G]*s[hjsQis4V9*0l8>"~3v){`ӍCwkV @'&owߴ=9>n{ok;e}'| nMӶްfV8ܬc()KFGlJ' >\]nήr wIsurv&}m*h GVN//[McF<#0v8b،8DjDaTte( %F`ۜVkIMVDk^~':^$KR`w@6vMBt}"@}2O,P.U+prF? !PZjG_|zXP*;jVUa:ߠ&$kj.h/~9,_PHH1h ;,aYи|LK@+6ڵ$\^%˛3NJ Z?~$hSvģFEJ !>Q #NeX'ӗ’ 'L5FS^vH%%Bq^?T1G3'=S_oVmpA͉*p*z]P,4]^ ?L7L$Zu$!\],yH̊ X\И'dyoFi:2c?Hoq" UoՂb7=ƒ ^쐖'}!aǣNVkF+O=7<(/T4bM]!JX{hˌ&`*"Ni,P7S?ѱ|tH3QufŻ`șڮ>")nON\5:gfo*×8;_M5VOQDݶc-̂z pI5?0Zp71Qkt(H@ֶ߻ͥ ґ4duX%P ?egn([z?jN}6jϤEE Ț?<[,jDѷ޻elOf718%be!/ͷ{DfE:i.nh]A"x*V%h/l`!fHTMQg[Ub'_.0zɰg_Y]簋KfTPPD3kv4Ӆ7W#|r2ӥH'/w=&O ZEF#x#D"D Kxm`Y~ivړ H“1@+j:215 |>dVʐo-{Ɲ7Ѿ^QKl7Fde}nt}ɏ5i{5Ʋu;>絜_qKUn%o \|NLwO,I $(5tq@Z`_8=) a udYt(eБshdj%ngV)(ؙc޽믮"CҮ!Jhܷ"ҟ&r͝+[R)jY]"ŰP@+?F{I(V [hErÔ=]#n^ ~ ``#qrtU-1ECKnMP7дڷmhzV~;<ю |PlC9MT-> ySQg9E ObwF>蹙GUd A}˩5us^DqJ;nSi6m#LzO\ְӗ3^-|2zsLdv:=Clhd2āArSD6dփfhުRQUٴ3S^q4s[ČcJyK@EQUZ_yP ngV>Ja=95MkOIFQS}hٟs-B/n= Rv.";{0=\Kl,V-N9qly8\¨sLw!=CtJAr&VH! :y*]"#{^;: ?E Kh+r Q `#aZDnk߁(DI'M?&rXhn{sس}s"T+ w=t'Nx/!懄AA`t0Jy 2ufd͜>eƘ4JRY=j/a;kZ ]Lѷ916.0&dߥmaT3+E'+67abf84I+.9ſ]n6(=@,OdI7s.mwsHʅd4?jiv2_F٨mxzk91?c՝Ib,859eQk$cU}po\6wWJ ޸9opAHMnZ' v•ӚprSNu2Pi:mzJ|[0ߛpZf|rzdMG>[E;2A\unB`OB3?5gfifwHQ}Hd`?_>ƍ'$Ǟ>-BA+4\R9#~Fx9MKrg{Ovv *VqxY~XFP1vLr?T7g"neljW`vvSdY  #fv8HDžB 9iG&@ju\n-vtpWR4r|-LnbSƐ>,P$z=(=.^grji- G}&q婊^Lhsg*X"\J_r7CMHѩgv{uDg-*oTՀցTZ$c<1`O ܞflM"8 $tl!%hCz鎰OVG>tkUv^jZZq2^AvWf =r^1.>QǬ.8`(de7j{ir>)fN#G 3{<4 poy~XK4t`RdMrg2XdځI+a /8LV.UpBI[UE5ptK9*,I*#oa_ =!E%+JÎ<<$m~VsGp쁕* 1:?kwNΪFd"`/hH8XL^jnyxdUU{~1A&Z)A3@;Yu_ӏ Ub;˿m{c6,ݟmHĢ+;hV/*;1 ӆ>S@gW-:#2FA#&Xe:+R\IK(w+`U;@U4AiXUҕQlٹ{z|Zbx<JP @[;$X9*+qE0>РуsfAѵdJ%<8-ÆÆ޴t<>šp^oJ;޶v;<;ϡcݲ΁͘Osp}zX;?T8h' oh `|Mӽa y% 9z&%֩AEa-WZ,kyRU"sҐyq4?fGZ+$U XnaOXuԥVm &_k4@XLA[Ee1߄ôӏkMi"%<®b9>Qb07ieإXg-c@Gߚt&7 Ӻ+lʰQUSS\VڮIOӪN>Y D) |{0JQ>`AĈjG'.NV_"FQ-Jkmzͬx9 BkX聻.!Emg{7Zpap5G찄JxbwM*R0:'B.ž{5s=. O=pi6-:ܮsIF+])S"v;@^?`vBcgjm$B~r8}-p@0頫oTK4`[.D!ʃC1R] J #QH4"[WE/4I9G'0$]od]]jjI'16iP ˤ8G*maC׋,0_ ȰG [8!3G/ǛąP,'T+[PJ&;^`ʴvFXf[o::u<_j/#JiQwCO?5Q]4U 1af1ڄ']m-MKMye6 .V{9&%ykT]9YlzZKxǕ|gl_N;;0V7f ygVJ3<_cxW˝du}/B\i=x6oWT 8΄FCa2Sm RCy*WJK6^)q$ M/p! wNȉi涁JK{Zb-ZDӀ{ 90N)BwddC'lDb)QIİ+@qxz9R$:=B]6::޼k*u)8&Y*zKfA S%nAPǡ<֋sbsƫiQ ~i7zkM34u x3h-L^$癬q*V=o5:' fr( BʞA`eeg76˛7" ,PG=JFD' 3&:OiOd誏> NY nj-k5r=y q̯1ݠr03J^Z _DV3n/-G@|#+/Bt\2AL엁EGpJHм6HdOy(WnF f;- !McJw%e,7=jmA 3Cs/7b֤w៾^;bpTNZh ^HHFg!Z2z1:r̠Kp( Cq/]`oDz9$ f|G'[=ʨqz(+hcDM4LfyO*/t `TDWM4vpfk!y#\q._.Be g xOVi)?f)]Е a=[h^wr!k߭/|$F}1[QXW޼u8?+]wɾG*vTdSsicc%2W =.JI0"\hN&i6"·ue"C$O\hCΟkof=t0K^CtnK(Cv/.x_Jp\FF5kΤ|:j9rg #4[CmΠs"fol 6Ef@NvyOعݔjyqw?h}kһ3册y:?Nn -M吡TE9ĕ 2(U8 '0鑚+&Pp/c<T C4pPP~ A ?z#5W>*|Ļ\^3D~贛NeZ>$׆d"{Bۘ"H+.?5}w#uHa]鷏vӴ)a''s6uѝukF = 1n ^*O*7i"Im/oSѪ+3̚B<mÚO:Mq]{wb;g *7.G˥sje<6&`S,Fӓ1(ͦy^b⏴ip. era1]vPȔ:?@c2:rB'qcd*^_'MT+ʿq!An8kՎ6֜RBdjC[ >P "mnL:PE:c-Ϥc14xs}o^E$Ž "ε8<+W*sxw2׸[qwj yHStw"G,afnB?evj'jCxO\:)ý% jwuɉcUe\ntAs3q2s䨥"TM"c?ZS3E^iyυ4c=mr0_?CMI]㼬(:~dɹ&E L*6I՘~0,58ܟeMi=U$Z-zi=XVrN1)8~[+5;VQ6-^L8Q'z0xlogV[fwZ$жʩywm.9[Kj"kpJXv-nLe%~΢5fo4nLS7Dyɳ^3m~< )RD65b|m(\zBwCѡ/,%2>A,ȦRi$mh'V?"=F 8$dG{cNKo\nh-dIT;8䴺[fH_ \F8Ku克^+U,T"Kn]YvdHbE9C/Z׃%$Z$Oh9˴duyk5D"t޷槃"$t9.},dWߍ+C/% :,s9FOWms[L0g+;ripr5HG}]x''0d;ƿ$&}`Ħ0{6Yf}2U'Sn-0M'\[6;7`4ԅ+TװFU37^G&o+3}A6ÄQ+3ȵ9.T5\[U{0aTȜ7o_4+%b߫g @_Byn&M'-'6!kX hʂsh&<,ztg|GDrSSv5-T&q9X#097%{LbL/YW- LphM7+Cpa*T&ǁFMeA6 ?T!Rڽn듄r\`#k/zWdТʞF OwK'pQ2*$oog;"!:w =FѐEhA)2dQL¡1{v.܇N݁7e@mǕfP8ʭSSØWک2{;bq[WE 帗䣭.oOkwưI΄Xl01DfOs=ro:#\;FRTey֨mPv!{=BfUAttΠ! j2!*[d>L)QR( :W\b̍>&L'~Y?81t,- v7oޕSc alYT'h`*E2'9fΣC!9q+WڌEĄFJkE~ Dp[e*J谊g%ӕBM?ĺ$8]z\=njHbE ^dNy D6bU"ՕSoX:NȰ= nj6(Mz)ގ֌>2rng?*'h(zƋ(g0A00˓c|'l=tnN 2%`M\ĎB|b<fE6OH;N,͐8&**U 3[;"|{ 䌽yJKT?Ϟ+jc~eY0 UQ5* G^MdږP' 'p(T"I,eHQ@޻wb"fHxDByinhB#uԕD28ĢӅ!Áӽw89n0v߽ſz61Z.ziEv&9[yXڐe@1 ?K$4 m*^U2B%C#AI%dd[$L O;l~50阹c|ʻiGrqpz8Vȴ`3iDQ" ,v6N6X5s 9x!ڿ_ʰE eL/וk%5RUq%D gKC/ЖpJ¢ŹR? Xl=p,OE:Zߧ <.I$(t# Vo6k\,܃T35pJP.W_HquXu*`%5YYE*d<΋52f_H2fF3vyn8c=A<6 ia7jV#1[B[q ձ8vL5kGG{ Ƕ۠:+ء FҮ4S=PCQ=S8knͩwCb¼ea_/2ZmpBW5zcf/?TV[+fػ{_ iZRK#ØD0b;NR#̲zI-+pH.X4P[ Ҋ,g7 CrM"s>m]縖ȶ~u`6|k'K EB M U+1"HYp;խE!/R-%p{TK{Zu`;l/ H]O+Y, iۈP^\pl3vx!3;4]oO%8FKڨ_@'N"h %^},9Y  ZFӳ=J9C!87q?QX6V]Zэ]SbtTYCswjT;.BQt)~,D]픩+@'sУ"j(q 9 J~Fo!%WD9^R;p?J?Ylc >Oe^ȿ^iz]:~w&M[懮7q:ntN& =omxa┗ Ll]Vlx"!{k}q8@\@H8DWBw#X[dT=oxRṫ<9Ir:yI$x&kphxHb" ߕ@0D,{#WuX1t0:E魔סc $qīSc &JIo2K̞/sEZ~-w<Ţo  hZ0G%;9ndF,dΦ-UjD:fJ䠦mPy`Oĵ\:3^Ku0e*4qWL#CT:lN㹎©>4?6*RcrL#Zua7[xqVDN*OS-OsP' 8p)~%EDn,PP3d WһEC+X \tD ՒLG9myJKkG'th+K!ǯR#f XXpGLf\>T9Uu)F< 1W/+0Jbs[6R7Q0q B4߮ߗ{eZjm族~LPjLZU.l!m_dP]S2KfSOam8D& Φa{CZ[P>)Lz7W= #F'LySays0{jyJO t3#)-<bPU_. iib ϙ6pNLn!gSoþ̝ i跮R G{ ~=Tsm3k  Ԕ^x_ҮT2EF=x22ZTlEgb"nLj

yJ"b`JnT.&͟fElR ?6x‚A3IA7h/#]# o\k/mJ ϪH'VWRJJiWyHJˈK)t2ǧpe%Bt?rr콸EW?5+vöftT7l=R-ndŨR9]ĹḮ4_heߚ^eXk[3֕Wkc>` AYLU Af:CA EٸULrOWHܰsI %M35N9äKV嗌}'22SJjfv^Rx !>O&1"g\9@>b0{q|&*߁7A6¤Iw}mț0V(9E) :, (rNoxv "Đo`#Nű{;dŧs {{*s1jz4o!sX-rx#z+zK(h@ՓXя 936FjZM$.eŻ%սݗ嶢܆.k#ƑpyL$ߣ ƚ1xa;:ѳZzHȃ0E"ޙyVgID/d6 #i1{Oq)MYvt1$0I44ټP6L9<hiS  /V-[&5K]92<錎EMiD/3޺SDg'3 Z8A]) DԎqMrX ]qGP/ c*~F/Ϸsuߗ#SAes]%1߯uṯGlH($Z{!uf F2}Ay{qkp mc}0;6"]3ߧg_;PS8LL: j`COyEfro'd 6`SDWjJt#F㘂/#?5`3_ScQY Zř ƚX+2ݡP,%JҳD>ɽe\r.f3"0\jC̥ezA#wlnS &2;p8vV`bjէUK%tX'Ӽ<5ˑ!TkLņufs*dTԸEv-Hϐ*K1>?X-|c|"-L"%e'} nZugÄ=x61iO,L%P ɷjrѻւes7@iT-9[?ѻr̢iRBtڍI#>nS%55tR0Ӂmګ[rdLÄ2' b]b"܇^Ab0te>^dn҄!LthEJ){U:?n|ڥ^ CQ rhH'Vљ-E-2r$VCmS߼7wi{j^Wݝɥ7JobYȩk$þyXlDlG;Q&dzBҧVǠ $+*>4 \Sޕ`s "=EH׎,I /Pgl&e%/]HWg͛N1b }P65"Je W`OjC& K-Bka1ȾĻZc[w=q="x %ǩ y!vA N:|@cUh#QAۋ(M :0wz@lN!B͆wFZSxb_pY9g)""\)o)pp"̕+f2RXO[&Pzo6Z],۪B̒hm@% Y&V: ]d;.ɑDv-IcNH"8Moɺ*୾pV?.kh)mVjT?QQ4$Akoh6"L7 k8ʖ 8Q~BcȒC@ .K355}_@ϑ"X,D VJ%kg96!5NWf +W_,9) JumQ.73/ {a(9toJKMK~t 礹_8,L OƚY,#p\~6SbVkE3=%f4d,-x*<30ݦs(/۞~4@Jp)pK%W a{' Z~S0 lW0 GjDzω{Ҽ!Ր2L:rtPf!pK\e)q]2o&OK 4a}_#̈8m++Mp z8f\ogX Ug&&F)fRS3(oQ# u.bbeض Q̿Z ؤwbIg( ?q!`ԧF1Ft%Y- j+1']r:/JI6?ʀQ̫Zqo˝pOp0<z5G_:8q&7@ +"KP[V^n՜6kUϨOv0埢bbZ-Euޑ5d3)Vh!7,!s-lBYb|m,bR{s6x.&(8½9nٌz97d=rеf 5;%m3̕/fRr;s\vX›@HE ’Vhz߯\P~y6ٵ@v܊؉#8"^9 @8ur.*O4,Tvf]f.3oU`za0,[7摊?g@QF_\șp袙ڴv|*0K9Qzı%Vaog(YSݗ1JoS-q"u]L\WCH;E ~1#l? d%&)Er癡'pH?(C.1idMCUǔ9OVfQѣ䉏fކ_~$\Ϋ};_Lѐin4"j5X" Bԓ㇧+S$#.TBjiYt,]lawUJ>W{3@ډql@1 f4vո*H@XW ׁŵM􏔹]MX²_Y+"yFCnzDZ",UE B~kU)ȱn9vf/)*&P>A?n]Qw"U 9׶K$xszRځE;1F<@,oH-шw yll9@@ ~08z|M Ѯhư0shQ֤ܒ./ O[QîwqZ}_i2x)6M5N~-fQE -":"푇r&WUpLU< Ell"x,l7ˮnOZhS9R#jKql؁t V{ϝM>/M8Wci9`^4kx*,UE0 Tdt31[^e:l?,%h}Q+HcL@'3I *AU5Ktl̫W0<;2Ji\8(|= Q˒c$XKTB&֣1Vp NHرGMn GvʚKdg]o{ ǵ4Z YcBȶDiq?Kq316%|};_y&@}-Sq-Oj`6h^3Fa@ ͮ+;9q.,UXڐs &nDM74踄e/Q@ZC@ me`@blbx.HleĂ)JQP6F 5M1hTd;%bv9KՂUm8CEA~98£vk+ll;P1aK_^IpL~AY :v<$Sc\C,{1V"EP6Ҏ5jqz^xc%"x˟Ɨdk<qi$VM=I$#+R"3"\6q5^fi^$[2ϭXܠ0{)t·nXO]T.7( >64|,7tMF%oU1AU65ttس3Se][GY&,Nj^lLC5!/|`W/AX9"D8QԼaBB#>GGTiSnQ|1`"*wt!ʴW /XfpFԖٜg^HP+lty+Zqn{?ޣ"E%7b'zqcا-d<|p_#X G#'V|Zc] >7ҰqܶgvOR2 lGlܾw'5$`<^jյ.ߏS AV7wIF<`_@'`eI!䟑vR~Uĩy}~F+r%g ɤ5.P#X!}ސ_FV#FԶHbl=C~dԷ/$17!e#oxTJii/5s3i,V'V#yNL oAanQ:xѤ˯gP_dFv9xuK@f1uQVXah*YB?icZh2NK lz̝\>qMxM)bsg킶?%Yw5$#YD,4W6nkl/m<7g/4V))@N^xM?[D#p݇PϞ9 aEdlU$cFdQ@wF_"zyC?my ƫȂչvQ̴*~=t,'Q/ǔ)+FKv=&,Aa[B?k,es$^*[OPܟ^6!\f9ouC) lwO5 7^ ךýx(>VB!%> Au"5Ӡͧ+ء 4xg6^ػp,2 a3 |%l ;׶Op?d#"EC[Y](^E SH5W %.[zb/B-axh+=T3q 0vy @%L9|"qs`ڔ&o'0*5Է}-TcYNƙuG慞kW0nʯߺn-:gkt%u[y-sL8PD)0.bOݜ4:(RIEN3uwhNS"ؗ8jo$Rijcq9h?F-eOX!ې x' Sj26Af` 㙁2kQ, V tx)C#JK .~./mvjOS*(dXʽmmN"6GJBR{.6鼠k58^\UlEwTÄot?U~}%V+ й7dюx4lciu[<ut#z4V˖aY,RBp;pE'sUK 1;Lg8t˃vGpĬlN;:w Jٕb>Gݚ;"V(e׼,[Y 𽞻;w\@Vz_B\:FjAM7~!ck&o۹[=s4Rc%΁DИJqP$0Z:m*\D8ww \`ژNC L:K'>+77S>Pӵk^f~-gy]֘xh3@i^β nRףE 6/}2:Rv[-gkY7D /X.}}{&+r %IK jh'oJ>pm z!W[G=+mL8J}.i~j ~P[ϗ[e RK %LaoX4O5 A NaRp 0ZHTI58$j#֫ifSTк)DG4gy5g0JJrv7"IaܐfN>ËG#D"Mӆ",jlb 9=0,` b.xgcsVJ0l}/GXd^|NԶF7'õIt0GL#s1+6QnlΥӿR٪HcD#7U(z#M>7fr"@/ް|eL::-7՚h<>T-CKjb'kC=aR91!|O(k($v\) p:Q9/NLh[~:%_Wer y֊[5y+'=6^ ʻsEg   OyS/δ^S;;?!rŏ E^si*:U721FiZI~VIanYo׬43pOYsh '9l0}(yDy{crqdu`6^|eXj7h]ҬXMғYF{a XtҔS@RPUXj۱Tr,T>LN^ $ XfWuE%u` wexG 6fxu-;bkȷw'# } !N(p#´Hq Jy/C\g.0)'8+u[LM?W=1-D5t} Đo} 5 d*j"dz7b,3m6E'Z,_Xh?ZGc4`? gzuW\ t@ J"zxA zTM5b~e$qC^ta-Z0'zU`ފEBVШaw]1K^kcUL-dsiJjGhdJ4{+)]<횕T8PQKB5pGAƣ-=N%vܾt{kV*xᲮJ4Ul&/HGC1=._-uRk.+p?JMdPX'M` Rߊپ܏*☝?t E"sר$xdwa㋥Z"/..ΓeYgYY$ UIQBj ZhF=x\{ɢSB& =k)Tcs]2d$3,RGn!5WyWC;Qv *YLN-\Y/|?H_ 6^_Auԓ\ͼi^]"*m*I`5gѫO&oTO4aG7a6Fo;o:8R7x\sG v|^ uᒓ`^cX"[ؤ B}֎&/`(%}Eiw+BnE]+FO|i?+*6bɽ'7NnM;AyK0ߏSzZ z(I"tuIԋHŮuЎ*`ʀ׫Y!۰.Bg1+˷_s~@ }1~mppO]7}p5gSE`!_1]TgoT1'jkHҞ]KY"Q]O\{Y@(af7Hy1rgQ/z+JN. wYax4"3ƅUh~)JqU;.OmcjA2XGjdIB j>]mtoaP?sDo,:7]uF%Sz= zofr:&,/Im㻯(M.Yd~zzunϡCe;5I?u5/SS>QV;z薺[xD#-͕sV /We<#ߖY5=n"6pO6$nk](0X->ƥUGx0qHCq}f8*7$Wmp"iF!@O/mk6V; [t)_`tMܟQ+aLm}Dh©ZwH#3V1qm]$KŠCRVA416 KzΌy%2cK~^ǩgez<<ZAGYބ2^:>/r<6Lݗf@ݧ챼Wr)1 23{mH;gSisEV99z2#.y0eZMʡmN]!rF<Q@x>O}o;x4[rQp5gzd; 'Ot`&vzCU1M:}ZAɂ/L|vVO3 K<|?9X U챚e]QfK;Tp/:5tU/*\N+vC4!;ĻveYI@ ݯ_| OMRاG=bɚץ,.P 8fUUס~icevS>QOw 'UtƲ0Tvt 輔5ڗtX2Qg_D 3oҏzr+f{ H4cgۘ~0osBwlLJ0`Őa_O ^}#S"G*O,BiM2|mC`v(QGǑla5ͽHKmO h$˸mҠK/]6ym!O`%'9B0щOԝ(2k<~)=_yRZ#  17$[MƬ^ej_'x!+}36ߺ>fkHaX9y?O]'L\8[ jjGnjK=cIuYj1 tٴ#< ,\ȒU'Bq]DcF7:ܒ{TJ.;ߕӣ T\ƒ_ns5-9|8CA-p1H'zjC<ètadmX(cLu3?4<V"(R冨! Y-BQ -AC> f%ak뗡vĜyٲNכW ٔ2 _.ݎ8j;x"X0?zߙtP |:2@Ɠ%2!1]EX+~ }@`6-Ik8+W+ vOpʎs?G@W|9a+w%ǏOR3/On~,k+4EH/>@Tn#V=Eu.U/~?~^acj Xv~t({+i}5;B[{W EaEb8NӭnnlPܲ:sIYG*U7BwtcTScƒX"`5< +v#zfݝ JBVmr#jdǾι%\ڃG 6aߦo &Ϫlʴ$6 VH)وz"ְՎ^\`cQ02XY&闿nUv\Zlo]vچS)M,d+ )c""?(1~ xg=+ϳn`t':qr#L,yzj^ٗ=d޵YB|aoc?pAҊGd|~Ϛ:mˬ'<J'f&1#[TX&Z:eD5 …yv0bH7XCq-:]@v{^4*\޴-#>7!BuϢB4GͤRO!<«a{ŀn(+Hҭ=ˊMo zӲbjpETW>Jd ߾87t<xj}Q[ ]`o6|/\ _QqӾ.7Vj^aD^P 1xX\*4rj9–< \(L,޺ACQN/RAd)42-(gTӡ);΅ ^m5w*s1pѴeILHsç}OƃV `EVn0x65% dYIrvjsXBjv@w{$ba4F(Cuzox0}HӦ-p! s(7ĝc 9ZCMb,1sG d2;t/uO "¸XPc߱f=dZ!\20R~(5m&7̈:a˞:=$xImaE5Ǹ{+"hnQfYV Wyi00gy 9OZ@Y*SVR@`40[FtM%#CM685 +T@<.ubN]W\eu)͆yp ;vb';&eceL$`2(+F`># )*ej^yvװo6eGJnM2ѣ녵ժԈ'Q\r/NrMsNV17f[L #WS:e`O;W6}||7LaJFc}܆' Oa)Sq /m:s5O+u11?Si[}T[gU@ؘ(k YеRĒ?j9ED,A|+y| e{ M1?@ˏ fH|ٜՠ\5Oݕ $-be/<Ŧ/I -h1] \&ISm-}*g3-<;<'゘*Ÿk>Ehsu ez2x5@isRa7yLS"_2Q( 熺⹙9 *-9Bu`q!uk"UIޥkߩ); ŜbS;Ô*EA{8W?5^_ "1h=Vv  5Ç.G̎T1q4 !B<}bPZцH.p? t0s=[n7 (8oN\u[GD#9μV'ρ|i}QC*VPʗV]7f $ O)]8kӤE#q-:n~GU BףDŭCkzMDǎ֙d\ݣ0}36>y\NGkW-o%RU3k拙s)Y{Glb:!π b3P+*/`8A3loNQ w\oԾi8 Z=UmX!xvE$e?rۖ_?q?d.ݍˡ6k8UpX`'jCe]W*،k Ls{'b53,SIDV3h.kѯz<ijͬ!X$$E@v. rI tsMk )^cF\Uޓ\Y7GuHVwq_9:o}V(]Izes pk L!oII k | xlv_"6aICY]lgR00H1CjSؖmr9> mia;6t>2/͟E& *] -)H^~>tm}{HB V%!xXSSb=n \B1^X>* -eB44YHDidũrv͟M.Mw˒7QJS2J&X{ HMIPL2( ipS9۬P{*5 kQB#"@UG V' r =5Ͽ *s 9ZYWccєDqK"jK)B71͚=P*B ,qK{_"-x-x9n_%zi#'ܼLS6ylJY> f:QW^0n{$& Aʀ;1 v%EH)CN.jO krW( Tw h}5^>&#{~Rx=2E Q>xH/@d4}AD=?2뜇 9&aA_b[tR V paEsN;B8Fe I0:q !m={]?kmB2;Q/M(T(۽-_*ڬƽ?n 9p䃤瑷8n_rv\1\um (͞oc>=7Zt.RT֝h/1_cyO*\gwStWt:g9P9+ar2A;h//cAxa^7F4|j`"a @c/ ͊P9wF4VD>Kq_othRjVl;/F:![_, q)e=AX[\NyQfscLTA \,N'%i=xiL*S?,qjh#+;k!?OpRuhed3g~Yk5Bu">Ő..Z"O-p@30AK+~⸷0ha;4=/;Nج  &^AÁ%%ÎW{;N.,nnR7*.0XUUO+BZx"_C%` ZJ`]ic9}) 8u@q,ldhWwm0Ij ߫Yv=w|L{[> ??8Ni_ ||4)ڝ*<[H[l/N ܀ ofQ$wrNrِR+ ߡc?F %F{<[l ꆛ~D6Y3[cZ 圾&!ݑ}i̍u ,D @hl<=@s tӧ`^ {7O@0<Kv?t^\+Wbmp N@]!UĊpvX tpau9dY(v0wdN Cu>LGa w  v͇ l(Mgb<*?`0@}@~U^j1gH9hƪ rMA!"u6SM\\zAֆg<#*)Ԙĩ:8!TElPQht>'43lVCհ :\|nOҮP&c5Az hٷ=F#s߆3LGcC{Xx}o *tnXs<O12# E!Aad2#^ǁx>|22sUN?ѣl2YYW_q 2x\bB!ơ6%T9R5ԡn)Ո)\z/j+>(lQZYNQ43I rKP< 3O >z"zJq;ar%d:'jb}4ylz3&# ښ]Xٳ4A`rҢLCmj|C;HvFzF`ʺ^5\%Xm%͐g_bQT >[Qj+.g{8<?k:cr\Akú@m!Nt 7c$L<܈84s_1HM8wE6D]2C'3ӻh;7Uь8P_0S{.ƪmCXkFuLȂe lRǘF Ȃ,~w" VUgDءY5CoKHA4%* \ܳvךi]e\c HJ+peXnI.;Noz$Ӿi(/qOsC*C(CU_xTEb&|,PchvGksMr_^WNUpACc$[CԺ"f({.O-*N_5nyOL\43GhY~,4\LIܕpAxzH _Hސ!Shc9Wl j\gvXx 6X,P#)yTӂ#:ŧS`_ko[f#xdxpeN)lY:SSM{Zt]5~Ⱥ9NhK]]6+ݼm8"T@UQ`}K<8vF1i;> Nt|@ʼnZM3=vB"ʌZGݕ!7eQ4վ˲ x; ha_oO8܊]qrؾY?ݏ#ʭJ8Iwjjn=auA|f4Bt*U4gLjtO~}&owPa˔X3){w#O/. GGpV:@׃'^הyBTA 2ym#[T6emH:޿K`Y9!!CόtDUNԶ ܆)vXXP5L?KXg G("taQe,vP[T\@tWX iɍ&52NX}͞L7!DTrTv+|b Qqc&oV,N*о1%l*0}B/(\cBaEnoK^[3] ]~k؁Kb=!- Z)a5BnC]okf8| +0+;?@bp _2278#%WsK+͝;g7}ւ"JMoe4#/)m2Sb;hQM*VUCxqG"R`jjcˈOYba;W<4{xlhvJ`odޟzrbu%isӵ $'yB֫ؽ K"{핌ڛit˸j꟝ -NJ _A}TRu/Mlze!>@#Un^=RMLA|A92Eb~tPM ]Etšrc^8  ] F@{RVYw٥Ddne @s)m1p] +-*QN9lk"T2mys(@_֦ƎWC0yRjyW.| Ж[8`u`7it-TSPlj}^Q:!Nv+b#42]N@O%Le= ᙳ_ w̏ L<*6Rmp>O.=hе|C" ^m-P@Qxbax*9ri _w=r?Eݕs}U4d9B;襫X[JגR*Su+ 慨~ ]ëA)iH87nk9qpkyB]X.~أgk]ۀƂ+s= rjsn1z*mɫjZ m+SȼA #UE8,V1Y3(DQaW_C)A9U.vgWw4sg . wr?^{ŭyXC[p0PDxbX,H8pe55W6Q,u0iJ"*![J^?icrw8M| FE8gF&/^-.2d߳Q1'3'H4ݾ^:п; 1drSJ.%7yF$,2 S`A=9]= 2G8L|l$?$npsOxKs0OC*J8Lf5P2&- Nd0O'Oԩ֋LӤk^|TܕQvek{it"e6qW؛u&tƿIz4gԚPf S)-xvJ$O7eiy V+Pv]ߢUysͧ OZOm0[iVJ I;=~̹6{ L'dP%3yP2ߨ)-X!A08!) &?&x3HZ=&4g}|rέ[Ʈ:&"=ߊDCa 0`Qsɕc`Li,oJ@~Yq$8w؞S[F3-!-gF.z ?^JOLRkV[4 {{]xX0}vwz Zi`#%D%5vvaUn/0!o_M|bD~%2e\'˵bJٍe;F9Rl"϶ER4 4P&"2#5MEzaj?r^SV&}SEL 7DL1CΨV C|ڇvÕ 2دM5Nu5׭P~Yި\-e7BNfcgƙ"L~H熽NpQ$TAv N@9 >d=M@rdX6 ts*6q])3(#XWGlX.wU r3 =ZgMPKA7@rIֶ8DR`YGD[Og2S5S<%d+R2؂$:eV@olP 3.RUo7ևoGPV9FVc:Y'L $Ey ymg|i ڛǘ$ߤji̋aK^j@ąhA,n+GZ%ݚQ䔲@WBMct D <t߲3ƹG@(2{ly}K3hHtKX c@iVƃ''j v 3` ݴ#?.,)JZM@zt{Dq p JY|<>aD[nѽ;y`Uݩc#bë=IOtfnjgm1MEܻK]"l @AzGzgk]=@PD{ u{ rTܝn njNKLyiԟzQ#YlƎ 񗭲 =u[:p۵" u` rEDd:5ƔiQ `Uq64lȱR2Bъ0Jh~q|l q4vyӡ_uQَD܃aR[u"Zy<\RP\WSv0nN[y!5^GPd] =1߭ˍQ`ykPB^v+ÐNTS?ޥvU`>y':X7cGc‰dQ Y_+h"??H`G&2qhi*AV$yTX]\;;2*8Kz)-d ;7C43V >E 3v4$!AВOͿ#4U<(}غcԒNcH™dP9m `A.2;$^zͱ//UiHp$ _PL*~YhO_Sa(sgi('o#2R]bh*<OOPoG[[=GjX@M+Vkl˛Hj[TzDmһONÈ~%Fڋvku 'q-f:v@!SjsYh]& FrvsB}}nS= 0N'9dwUħw]jw@|#{0-O.0Uk% ]6d:kE }RQh`VH$uU6e_Kƛa"RD԰Yk+n x@+B%kSO3*:,G Xx8l)b"X-;KIX3i''!-o Qz* F Qd f]AN>0m ~"e]ҟ{+g~Tǝǰ忱cn5SBtw}o"qn$Ht 2o6o._ ^%eZHw8 ~}Vy{qEtoLˆҀ>*XxOx0^vƬHOsYRF D 2+\d[n 63UOOEy#ь7%QOO5ڿԗ) jnё+L*p:^I18BrUu]f ćh1R'idĀ5w8c71ytgvCM6U"SwfjUcaI!o( {f{.*\DuW6uY;y)rGRg_BZNѺ҈TC۵)T\fvIK(sm@[S ]Sn9NAmr>z%d= vlO1!*j@EdqfHEoZRT,-K'u˯[R.Y,[\)1iIGzDk#r<;7tvfWJBdt J,s \cB0ySXNӺ[jวpbe\W,HtbI9riBwOO3߿{Zh05F&"u[4S]3)3'n#qQbƓz]zi^A[DCRْN`L& E9__RZp.XɶjB%gLRV e84&#lD C꘳KƩ1Oyd/Ҟ]f45{|،׌8̾oeXG2<v-TItp0O0¹e2cEa#F;hsű"G1;<ۣkR2īko#]hͤڔnG uجBl3#j-$oXJ JbnXV7 u o<R(iw3,5hM%$[ .>IyeӼ%>z8[7jzp]4 !.n<[7$mh7,Q)<" p-W>/̩&ẖ=v$ނ#̰Zų9Gg!bH 4%y' z?vqsI-4B&$ ('ŀ 6P.2h?O٢% FX7ĀUS T^c7h{W#o'B.Ծ'ؑ*5CnyYuC@ĭ$$g|ێ(]`r\(>\d~1ŤtGy'`INiazPZ$r>_be9% R55'8`~t]۷JӒ( %䔴kHv~G45f2w>74OHpM%L~bIOQ26JV,⯄V- ScKlt0^< Sj(zbPUC!PXtu-}\1y^so̶#@#SN<֟g[+M_9Sʄ|?`hǞGW\~lگڏzֵΩBP?kp'cmHsMBͬlghC[`Y$h ] }ݭD &m)ϋ<ܹC+yh<eҐ '߯c\<mVFF8>_$.=`ٚYP`kɰUݙD([S'6@׮>g$Áw&F%-/)7}v5'!,BNd=0[wI34T)RjNtWxq$:^]փOUO,aU/vg#=gyxNL4ME {|O|~1] 4(.8mZIR-?Qlk[iToѬ8#X0aTR9F*k  ߲:ӄ9e:gh4ˍw# 9] bXn,;P3C($]&~'ҟc^Ŋ}$1-P ; Uh+a94k\[A鐢9dbO;zf̄ng!eg@?B q9R;3sBF:Ͼ!їi2.FLx)r/nc) Oi͋*uqUPn 2t]:^4*4Xi; ڴybvDT4fdiM(<&^^60Bm}EZP>=+?O#`zK]1x?[NVQrAƘPm_o\'~4}ĺ{Ed:pV7ojSC -ס$vёE/g@S&.w'd%\(_XڰN3Ũ}AUc.ATJdK79ߘ*z=%(5T,i*a YPMK06gbtVu]z=R\M Llo 2[u]EIRpg-dz0"gi%JvQph/3#2 Sd$3l6z3X909<kyqݲ@'T4zpճ%?-Ϸ!Fyn}zO4^J謷64hA߶%$/#R(9G)} ;|ڇё @= 44Ȍ :}v^SLTqef%wKܣq2wx ̓zRg7蒉'DKaO anʻ>0H@,Idž?\DR_}.Q;]ۋ* yONͣ3&8aKxh a ӛ?[!R }YΏ3DxEhOQ&!2ra1%ϣ^W(McMpT%B81t$o$ŕ3 E,ӉBe;( `uԤs~^h5AY/łG(j9]s(ݶJJB9h<F,Qߒ~w8ڰ߳gW!PCf(UC= ePB6&D'e0-iˆeHTpil;A|M }d މ2bZl4^?qVlzint?bӫnÚ qj2A<cx޻w)\@fhbQAWw ?~[R*b)BJӞ)kT߀YpSN%]ք <93,bq}WF.hةU3ڵ]Ҍ8/zbw Gb1Г6qJK+ZHL[<1籹jhOXB̒{Qu)t95]r_NZ$/6v,ٶ{`@޼%{{v&X^NMMJdTyWAխĉ.80'~)+sW _ac3K d'R ^皪N0f# wj 8oٴvP*l0>M݂u^'Wk.Dce*y]e7:GтS2ΧH"+C0GExk)a>06pdqZʨA]c^c}7c@أkqPc\;!O\їF=+6A`kz6q`QT$|ހJ,)IwщM10ZMXZ[\5+ָ.sCtA]~~4NPjuTy&Rhڿs~KXS=/yζxK=.!~38ྒ%dn,w}+nfy};fSʭPo8n h@K[ɤn/lSv6 `+U80~Sצ[F&z2N5>N'. O18&*]7Z!p숝C` l"G9K ~?Nj_ͩS0ni~OK*ޫY-aj(awBcqlƸZKS?AcoUzy6FRVA44(Y`Dž)늅eMsKea^nŅҐMm[ !0*jiq>~KfD r`ot$:֙H6r軴k, hnVYң2|CyNlXC"+[.F#ޭy[E{9F(ǙT-uˀ':3[RLGԚu@P:k:(N(+=vNP,5#x* ybDzHhdžL~ΟJOk?[?~։^aAC 꿫i 2)!H} gz_p;֚>B,dęT]n`_ Gyx`X R5u5?ȁ'=DlT;_gz@"m1ߔޚqu8^ըY`[JNE;I#MUiW"+cm?6M(A򈦕ᥒ{/kQK툡6/)ʈ!?ݶ-D((["GlʥjGH[n0D\@an{vRP;u\c}PdX`v W@MĦBT˵"9euFVN|0V"q>&;}S=9vqh&T5L'8. J΂T+0Im2ۢ:9XR6- hΓRSdS &op͓mCpSk^fԝT()__!]fdĮib2 qVc)_NH s݉3b)po/=Z^gw)+lE5{{\ՑX6Ce{MYe;[zMuG6󚾱POc;`6D \p ԘAT`7yȬ7D6'qn1l 7cO`c?!P!ٙȥrU-"P 3</M p-SH>+ds5 ߮暵R:x'LSrt%KR}"5XQڑbӊl뉸.`q ϊЧ8xH 3Kp[ n8jxP.= ?ci@l˲eݼ5E AdtR[qS(mH.ʹB3\ :fUy4_zw619he=f { <BfXy M,ip.a)R6c {)fp39C f( ޼(4Hԉ I\!OCijp7aEûJD⍃KHĵ{i%/@4:؆~0ccAt4VU /Ϥ@dXsɪnGHQ$ٿfGPqA7п~ wOv"7{ qa5ۂ~91ޢmZRp^a7u1Kv_=aAGyۑ-׋^qZ/0n u-bR{]K(!0n~&b;b_ tu9Mo9ܸWL0>}4+/B,W/xmo<-زޫmZ!̟ <#2˲`ޫXмwh5BIP|X@7>pE29<-n+5Yeqqp!XpRQjMR>SCPKH>n.<7܂,.O,wWu6{T#4ie擻{{.IM1>^;:I_T7t*xR_ ~qY>E=X<㞡h!fqqvJL>tL#Of3__̪;{s)1Dhd>Չ;')lOa'X]RE J UVCƩq[fËl*WD6{m >am®O0]nhzފ_ <`Xtt&X3zmt`O¹PykRߙu!:H/jF]`*+%j hNT>H}Yrڠ&>emdjU^]1D|D+S7nI0`XbhO_\E+%=WL&Zu{IiNd|v@IU3D0=WBPY- rV eF>wru!a9v״{m55-X;?DJ5Ƚ7_EjT]OgO_NZBf8@ *:t6 B:ô mﰋ4šZlHao6ܷO H>dpNPI0;AMli5Jq/6YyessƘ<ԡovDֆf`.Uh.F$o)r)_2m[)HCCo]khiU>„X'dZurg7$gYEFebfhf5[N1բ𙛓Rʾ9=XjmRJW[lS0(=2NvW? @3ZDhr ܽG" ҫu=[Fv!^}fjSTH>bkA`B bY15|GAdbjN͚g3]Ŷo , *c8ǃfZ]JYTQWu> - 7*AY*_sH xbщߑ ̂0WZk}ݮy&4bDʱgz\:{Gw__/1EL |TT+ wY:DoO8VEIuRZxqc$D?7h }唙юb2JP%U GݻYЕ[GAe糵~Wuo/RYP{j:׃=W. 9Pq:F_tyju#Xlo.пzEпկ%{^k΃UzƃAWS8*" 9H)zjm"ɕ͢н =ẺvGbإ "ʯh&Dx*nu8(>uT &E`NSq;TxJN7,9#qFlJ@G(~'y.eFD{qTd#miy ")™1?^y؞Hpӫ/`+IE+YP/Ku3 VL@~iZDYi,X{e&g!Pn [W'5^N,A_S_"&%^ _nfW/MreA#R5kR&KD]7=CJ`^ǃYnZKvTm\dziHx1P.GjᐹcGFy`^|^ {A& WE&S'n>zSb{)Ux.Ϻ2@$.<a]]1izO76Iro+:ӖZ̐xXХjA.GdkNqz!RΒ0!o[€o|fD ft LN3K]OV$ʽrtF䏚TMGxS6J{;Ng1Mo ]?ys Սv3o r*m%W/ *B}Al;C+kcMMx`4o'U캲:M -L s{|Mд-NA$6˅by"-:2#5P v :|E1xa"bfgEc%dt]P 8A EZ%JbGF&fN.q闽W ii] 8U,"FUp0|ՙӗ5FX BU=<:g``N=R/hXWxgDR|]r+'ZpfFʛ& wڽ8 zhAv:jLp2N=ɀC$O)ڶwl<CC1GI=^h{ZFBlJf(Q2 M)g YrmJiJ(~x33NyѪdXKeou&~GS9H+=7{!TE痷sܰ: q,C l)w`u{LZޞ# 6{؍ΚA.]˷b!3lk#}"\M9,0&̯j.y##XWYv1\u`<1[ q< BO,˟ܭwʚXrŎ- H^ɜSN.*nD]uD')-MYdN"bUX%8% r(UapV*HyyP2•wJ|MllIh&qpxH.g?UH‚~iGk %Ćz 0`fn %3/9E,M)F–:GK\H?/cէ2 ϘOoׂ^AX&x֭T2 KfQ! \V C *F`+: ϊrkZߴO`n;x<24c0ԧYK|)N" ,H_+1dv#66<_z|(2)mDtp樧YofY?& j4ebh` gMCB#&WS=>QoĎ'2r͋)i/oJX}4(SoThyQxwJS?Y^U]9= ƥ}s0j&2M5?f Ӱ$ vF@{\a!5"Ü#渱d+}-Mp̅/I\=E_D]5<9 sIRZ"$vSQEM+< %@3E1{wc)Nے8%Qn%hg_l}o;Hv&8ڵ>KbDgk5j`[&/4)G "q͗m`5ڇ9и@80p:Ԣ̌ 9s) YZ