apache2-prefork-2.4.51-150200.3.48.1 >  A b>p9|Z.2|W {XdؔM6x߈]dr3oX\~^-]άD}^v2^HQn.;\Df2!;ǚb:C.n3&y-#5Y .T '$ֲ\2 |w'7<6 \0oCa$OG=ꋰiͶqѦJfm&gQTRoc-3l{| ʲAס265af338e858ab276af1cf0b162860bb72f777d6320ef3bb5ad70720efeebd357b47c8561471cd577abe0dabbb3c405902674bafLb>p9|VTbKSg)f\/Ÿ9 i:9&Wm(1 `>pDi?ixd ' X<@HLe  y ly  ^y  Py 4y -y Hy,y!y#$ y%&<&(((8(9+h:7S>Mf@MpFMzGMyHOtyIQXyXQYQ\Ry]Sy^\,b\_c]d]e]f]l]u]yv_w`yxbyydzeeii(i,i2itCapache2-prefork2.4.51150200.3.48.1Apache 2 "prefork" MPM (Multi-Processing Module)"prefork" MPM (Multi-Processing Module) This MPM is basically the one that Apache 1.3.x used. It warrants the maximum stability because each server runs in its own process. If a process dies it will not affect other servers.bApache-2.0https://www.suse.com/Productivity/Networking/Web/Servershttp://httpd.apache.org/linuxx86_64 ( # it might happen that apache2 including # /usr/share/apache2/script-helpers is not installed # yet even if apache2- has Requires(post): apache2 # because of circular dependency between apache2 # and apache2-MPM if [ -f /usr/share/apache2/script-helpers ]; then . /usr/share/apache2/script-helpers find_mpm # when this is run in %post(apache2), it may happen # no MPM is installed so far if [ -n "$HTTPD_MPM" ]; then ln -sf $HTTPD_SBIN_BASE-$HTTPD_MPM $HTTPD_SBIN_BASE fi fi ) exit 0if [ "$1" = 1 ]; then if [ -x /usr/bin/systemctl ]; then MODULE= if [ -z "$MODULE" ]; then # restart all instances touch /var/run/httpd.restart.flag echo 'Requesting apache restart (all instances)' else running_units=$(systemctl list-units | grep 'apache2\(@.*\)\?.service' | sed 's:\(\.service\).*:\1:') for unit in $running_units; do instance_name=$(echo $unit | sed 's:apache2@\?\(.*\).service:\1:') if HTTPD_INSTANCE="$instance_name" a2enmod -q $MODULE; then # restart only specified instance, %{apache_restart_flag}@ # means _only_ apache2.service echo "$instance_name" > /var/run/httpd.restart.flag@$instance_name echo "Requesting apache restart ($instance_name instance)" fi done fi fi fi ( # it might happen that apache2 including # /usr/share/apache2/script-helpers is not installed # yet even if apache2- has Requires(post): apache2 # because of circular dependency between apache2 # and apache2-MPM if [ -f /usr/share/apache2/script-helpers ]; then . /usr/share/apache2/script-helpers find_mpm # when this is run in %post(apache2), it may happen # no MPM is installed so far if [ -n "$HTTPD_MPM" ]; then ln -sf $HTTPD_SBIN_BASE-$HTTPD_MPM $HTTPD_SBIN_BASE fi fi ) exit 0! k8%%$$$$&&   " p Ab. [Michael Kaufmann, Stefan Eissing] * ) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}. PR64140. [Renier Velazco ] * ) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info". PR64172. * ) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure to allow customization of the usertrack cookie. PR64077. [Prashant Keshvani , Eric Covener] * ) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy AJP13 authentication. PR 53098. [Dmitry A. Bakshaev ] * ) mpm_event: avoid possible KeepAliveTimeout off by -100 ms. [Eric Covener, Yann Ylavic] * ) Add a config layout for OpenWRT. [Graham Leggett] * ) Add support for cross compiling to apxs. If apxs is being executed from somewhere other than its target location, add that prefix to includes and library directories. Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett] * ) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github issue mod_md#172 (https://github.com/icing/mod_md/issues/172). [Michael Kaufmann , Stefan Eissing] * ) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+. [Graham Leggett] * ) mod_ssl: Support use of private keys and certificates from an OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile. [Anderson Sasaki , Joe Orton] * ) mod_md: - Prefer MDContactEmail directive to ServerAdmin for registration. New directive thanks to Timothe Litt (@tlhackque). - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now check all matching virtual hosts for protocol support. Thanks to @mkauf. - Corrected a check when OCSP stapling was configured for hosts where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm). - Softening the restrictions where mod_md configuration directives may appear. This should allow for use in and sections. If all possible variations lead to the configuration you wanted in the first place, is another matter. [Michael Kaufmann , Timothe Litt (@tlhackque), Michal Karm Babacek (@Karm), Stefan Eissing (@icing)] * ) test: Added continuous testing with Travis CI. This tests various scenarios on Ubuntu with the full test suite. Architectures tested: amd64, s390x, ppc64le, arm64 The tests pass successfully. [Luca Toscano, Joe Orton, Mike Rumph, and others] * ) core: Be stricter in parsing of Transfer-Encoding headers. [ZeddYu , Eric Covener] * ) mod_ssl: negotiate the TLS protocol version per name based vhost configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's SSLProtocol (from the first vhost declared on the IP:port) is now only relevant if no SSLProtocol is declared for the vhost or globally, otherwise the vhost or global value apply. [Yann Ylavic] * ) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script output. PR 64096. [Joe Orton] * ) config: Speed up graceful restarts by using pre-hashed command table. PR 64066. [Giovanni Bechis , Jim Jagielski] * ) mod_systemd: New module providing integration with systemd. [Jan Kaluza] * ) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table, r:notes_table, r:subprocess_env_table as read-only native table alternatives that can be iterated over. [Eric Covener] * ) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. [Yann Ylavic, Stefan Eissing] * ) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env, r.headers_out, etc) to remove the key from the table. PR63971. [Eric Covener] * ) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct` always `on`, regardless of configuration. Found and reported by and . [Stefan Eissing] * ) mod_http2: Multiple field length violations in the same request no longer cause several log entries to be written. [@mkauf] * ) mod_ssl: OCSP does not apply to proxy mode. PR 63679. [Lubos Uhliarik , Yann Ylavic] * ) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469 [Jim Jagielski] * ) mod_authn_socache: Increase the maximum length of strings that can be cached by the module from 100 to 256. PR 62149 [] * ) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503 [Ruediger Pluem, Eric Covener] * ) core: On Windows, fix a start-up crash if is used with a path that is not valid (For example, testing for a file on a flash drive that is not mounted) [Christophe Jaillet] * ) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not acceptable". PR 58158 [Chistophe Jaillet] * ) mod_md v2.2.3: - Configuring MDCAChallenges replaces any previous existing challenge configuration. It had been additive before which was not the intended behaviour. [@mkauf] - Fixing order of ACME challenges used when nothing else configured. Code now behaves as documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this. - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik]. - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted "transfer-encoding" to POST requests. This failed in directy communication with Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing] * ) mod_md: Adding the several new features. The module offers an implementation of OCSP Stapling that can replace fully or for a limited set of domains the existing one from mod_ssl. OCSP handling is part of mod_md's monitoring and message notifications. If can be used for sites that do not have ACME certificates. The url for a CTLog Monitor can be configured. It is used in the server-status to link to the external status page of a certicate. The MDMessageCmd is called with argument "installed" when a new certificate has been activated on server restart/reload. This allows for processing of the new certificate, for example to applications that require it in different locations or formats. [Stefan Eissing] * ) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS protection. PR 63688. [Armin Abfalterer ] - deleted patches - apache2-load-private-keys-from-pkcs11.patch (upstreamed) - httpd-2.4.3-mod_systemd.patch (upstreamed)- use r1874196 [SLE-7472] [bsc#1164820c#6] - modified patches % apache2-load-private-keys-from-pkcs11.patch (upstream 2.4.x port) - deleted patches - apache2-load-certificates-from-pkcs11.patch (merged to above)- require just libbrotli-devel- build mod_proxy_http2 extension- fix build for older distributions- define DEFAULT_LISTENBACKLOG=APR_INT32_MAX. We want apache to honour net.core.somaxconn sysctl as the mandatory limit. the old value of 511 was never used as until v5.4-rc6 it was clamped to 128, in current kernels the default limit is 4096. Cannot use the apr_socket_listen(.., -1) idiom because the function expects a positive integer argument.- apache2-devel now provides httpd-devel [bsc#1160100]- add openssl call to DEFAULT_SUSE comment [bsc#1159480] - modified sources % apache2-ssl-global.conf- use %license [bsc#1156171]- load private keys and certificates from pkcs11 token [SLE-7653] - added patches load certificates from openssl engine + apache2-load-certificates-from-pkcs11.patch load private keys from openssl engine + apache2-load-private-keys-from-pkcs11.patch- Add custom log files to logrotate according to apache2-vhost.template- Remove redundant metadata from summary.- version update to 2.4.41 with security fixes: * low: Limited cross-site scripting in mod_proxy error page (CVE-2019-10092) * low: mod_rewrite potential open redirect (CVE-2019-10098) * moderate: mod_http2, read-after-free in h2 connection shutdown (CVE-2019-10082) * moderate: mod_http2, memory corruption on early pushes (CVE-2019-10081) * moderate: mod_http2, DoS attack by exhausting h2 workers. (CVE-2019-9517) * moderate: mod_remoteip: Stack buffer overflow and NULL pointer dereference (CVE-2019-10097)- fix typo - modified sources % apache2-README-instances.txt- revive apache-22-24-upgrade [bsc#1134294] (internal) - added sources + apache-22-24-upgrade- version update to 2.4.39 * mod_proxy/ssl: Cleanup per-request SSL configuration anytime a backend connection is recycled/reused to avoid a possible crash with some SSLProxy configurations in or context. PR 63256. [Yann Ylavic] * mod_ssl: Correctly restore SSL verify state after TLSv1.3 PHA failure. [Michael Kaufmann ] * mod_log_config: Support %{c}h for conn-hostname, %h for useragent_host PR 55348 * mod_socache_redis: Support for Redis as socache storage provider. * core: new configuration option 'MergeSlashes on|off' that controls handling of multiple, consecutive slash ('/') characters in the path component of the request URL. [Eric Covener] * mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument is in play, the proper HTTP/2 stream reset did not trigger with H2_ERR_HTTP_1_1_REQUIRED. Fixed. [Michael Kaufmann] * mod_http2: new configuration directive: `H2Padding numbits` to control padding of HTTP/2 payload frames. 'numbits' is a number from 0-8, controlling the range of padding bytes added to a frame. The actual number added is chosen randomly per frame. This applies to HEADERS, DATA and PUSH_PROMISE frames equally. The default continues to be 0, e.g. no padding. [Stefan Eissing] * mod_http2: ripping out all the h2_req_engine internal features now that mod_proxy_http2 has no more need for it. Optional functions are still declared but no longer implemented. While previous mod_proxy_http2 will work with this, it is recommeneded to run the matching versions of both modules. [Stefan Eissing] * mod_proxy_http2: changed mod_proxy_http2 implementation and fixed several bugs which resolve PR63170. The proxy module does now a single h2 request on the (reused) connection and returns. [Stefan Eissing] * mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection aborted status to trigger immediate shutdown of backend connections. This is now always signalled by mod_http2 when the the session is being released. proxy_http2 now only sends a PING frame to the backend when there is not already one in flight. [Stefan Eissing] * mod_proxy_http2: fixed an issue where a proxy_http2 handler entered an infinite loop when encountering certain errors on the backend connection. See . [Stefan Eissing] * mod_http2: Configuration directives H2Push and H2Upgrade can now be specified per Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing] * mod_http2: HEAD requests to some module such as mod_cgid caused the stream to terminate improperly and cause a HTTP/2 PROTOCOL_ERROR. Fixes . [Michael Kaufmann] * http: Fix possible empty response with mod_ratelimit for HEAD requests. PR 63192. [Yann Ylavic] * mod_cache_socache: Avoid reallocations and be safe with outgoing data lifetime. [Yann Ylavic] * MPMs unix: bind the bucket number of each child to its slot number, for a more efficient per bucket maintenance. [Yann Ylavic] * mod_auth_digest: Fix a race condition. Authentication with valid credentials could be refused in case of concurrent accesses from different users. PR 63124. [Simon Kappel ] * mod_http2: enable re-use of slave connections again. Fixed slave connection keepalives counter. [Stefan Eissing] * mod_reqtimeout: Allow to configure (TLS-)handshake timeouts. PR 61310. [Yann Ylavic] * mod_proxy_wstunnel: Fix websocket proxy over UDS. PR 62932 * mod_ssl: Don't unset FIPS mode on restart unless it's forced by configuration (SSLFIPS on) and not active by default in OpenSSL. PR 63136. [Yann Ylavic] - deleted patches - apache2-mod_http2-issue-167.patch (upstreamed)- Reduce scriptlets' hard dependency on systemd.- added patches fix https://github.com/icing/mod_h2/issues/167 [bsc#1125965] + apache2-mod_http2-issue-167.patch- Replace old $RPM_* shell vars. Avoid old tar syntax. - Tag scriptlets as explicitly requiring bash.- updated to 2.4.38 * mod_ssl: Clear retry flag before aborting client-initiated renegotiation. PR 63052 [Joe Orton] * mod_negotiation: Treat LanguagePriority as case-insensitive to match AddLanguage behavior and HTTP specification. PR 39730 [Christophe Jaillet] * mod_md: incorrect behaviour when synchronizing ongoing ACME challenges have been fixed. [Michael Kaufmann, Stefan Eissing] * mod_setenvif: We can have expressions that become true if a regex pattern in the expression does NOT match. In this case val is NULL and we should just set the value for the environment variable like in the pattern case. [Ruediger Pluem] * mod_session: Always decode session attributes early. [Hank Ibell] * core: Incorrect values for environment variables are substituted when multiple environment variables are specified in a directive. [Hank Ibell] * mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when this type of map is present in the configuration. PR62311. [Hank Ibell ] * mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line [Jim Jagielski] * mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus , Luca Toscano] * mod_ssl: clear *SSL errors before loading certificates and checking afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] * mod_ssl: Fix the error code returned in an error path of 'ssl_io_filter_handshake()'. This messes-up error handling performed in 'ssl_io_filter_error()' [Yann Ylavic] * mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix authz provider so "Require ssl" works correctly in HTTP/2. PR 61519, 62654. [Joe Orton, Stefan Eissing] * mod_proxy: If ProxyPassReverse is used for reverse mapping of relative redirects, subsequent ProxyPassReverse statements, whether they are relative or absolute, may fail. PR 60408. [Peter Haworth ] * mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1]- SSLProtocol use TLSv1.2 or higher- do not create sysconfig.d when already exists [bsc#1121086]- use secure http sites by default in configs - Switch to DEFAULT_SUSE Cipher suite- the "event" MPM is fully supported since 2.4 - configure an OCSP stapling cache by default (still requires enabling SSLUseStapling in vhost)- updated to 2.4.37 * mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. [Rainer Jung] * mod_ssl: Fix crash during SSL renegotiation with OptRenegotiate set, when client certificates are available from the original handshake but were originally not verified and should get verified now. This is a regression in 2.4.36 (unreleased). [Ruediger Pluem] * mod_ssl: Correctly merge configurations that have client certificates set by SSLProxyMachineCertificate{File|Path}. [Ruediger Pluem] - updated to 2.4.36 * mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified responses. Regression introduced in 2.4.35. * mod_proxy_scgi, mod_proxy_uwsgi: improve error handling when sending the body of the response. [Jim Jagielski] * mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). Addresses github issues https://github.com/icing/mod_h2/issues/164, https://github.com/icing/mod_h2/issues/167 and https://github.com/icing/mod_h2/issues/170. [Stefan Eissing] * ab: Add client certificate support. [Graham Leggett] * ab: Disable printing temp key for OpenSSL before version 1.0.2. SSL_get_server_tmp_key is not available there. [Rainer Jung] * mod_ssl: Fix a regression that the configuration settings for verify mode and verify depth were taken from the frontend connection in case of connections by the proxy to the backend. PR 62769. [Ruediger Pluem] * MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and before signals handling to avoid lifetime issues on restart or shutdown. PR 62658. [Yann Ylavic] * mod_ssl: Add support for OpenSSL 1.1.1 and TLSv1.3. TLSv1.3 has behavioural changes compared to v1.2 and earlier; client and configuration changes should be expected. SSLCipherSuite is enhanced for TLSv1.3 ciphers, but applies at vhost level only. [Stefan Eissing, Yann Ylavic, Ruediger Pluem, Joe Orton] * mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces should be accepted after the authorization scheme. \t are also tolerated. [Christophe Jaillet] * mod_proxy_hcheck: Fix issues with interval determination. PR 62318 [Jim Jagielski] * mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499 [Dominik Stillhard ] * mod_proxy_hcheck: take balancer's SSLProxy* directives into account. [Jim Jagielski] * mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses. This is done by deprecating the use of the 'client' field and using the new 'client64' field in worker_score. PR 54848 [Bernhard Schmidt , Jim Jagielski]- consider also patterns in APACHE_CONF_INCLUDE_DIRS as documentation says (patch Juergen Gleiss)- relink /usr/sbin/httpd after apache2-MPM uninstall [bsc#1107930c#1] - simplify find_mpm function from script-helpers - /usr/sbin/httpd is now created depending on preference hardcoded in find_mpm (script-helpers), not depending on alphabetical order of MPMs - simplify spec file a bit- updated to 2.4.35: * http: Enforce consistently no response body with both 204 and 304 statuses. * mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values. * mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes. * mod_status: Add cumulated response duration time in milliseconds. * mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers. * mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. * mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557. * Allow the argument to , , , , and to be quoted. This is primarily for the benefit of . * mod_watchdog: Correct some log messages. * mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. * mod_ssl: Fix merging of SSLOCSPOverrideResponder. * mod_proxy_balancer: Restore compatibility with APR 1.4.- updated to 2.4.34: * ) Introduce zh-cn and zh-tw (simplified and traditional Chinese) error document translations. [CodeingBoy, popcorner] * ) event: avoid possible race conditions with modules on the child pool. [Stefan Fritsch] * ) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or ProxyPassReverseCookiePath directive could fail to update correctly 'domain=' or 'path=' in the 'Set-Cookie' header. PR 61560. [Christophe Jaillet] * ) mod_ratelimit: fix behavior when proxing content. PR 62362. [Luca Toscano, Yann Ylavic] * ) core: Re-allow '_' (underscore) in hostnames. [Eric Covener] * ) mod_authz_core: If several parameters are used in a AuthzProviderAlias directive, if these parameters are not enclosed in quotation mark, only the first one is handled. The other ones are silently ignored. Add a message to warn about such a spurious configuration. PR 62469 [Hank Ibell , Christophe Jaillet] * ) mod_md: improvements and bugfixes - MDNotifyCmd now takes additional parameter that are passed on to the called command. - ACME challenges have better checks for interference with other modules - ACME challenges are only handled for domains managed by the module, allowing other ACME clients to operate for other domains in the server. - better libressl integration * ) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. PR 62480. [Lubos Uhliarik } * ) logging: Some early logging-related startup messages could be lost when using syslog for the global ErrorLog. [Eric Covener] * ) mod_cache: Handle case of an invalid Expires header value RFC compliant like the case of an Expires time in the past: allow to overwrite the non-caching decision using CacheStoreExpired and respect Cache-Control "max-age" and "s-maxage". [Rainer Jung] * ) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. [Micha Lenk , Yann Ylavic] * ) mod_proxy_http: Fix response header thrown away after the previous one was considered too large and truncated. PR 62196. [Yann Ylavic] * ) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family of functions to consume the end of line when the buffer is exhausted. PR 62198. [Yann Ylavic] * ) mod_proxy_http: Add new worker parameter 'responsefieldsize' to allow maximum HTTP response header size to be increased past 8192 bytes. PR 62199. [Hank Ibell ] * ) mod_ssl: Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certificate chain. PR62112. [Ricardo Martin Camarero ] * ) http: Fix small memory leak per request when handling persistent connections. [Ruediger Pluem, Joe Orton] * ) mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTMLURLMap. [Ewald Dieterich ] * ) mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. PR 62220. [Chritophe Jaillet, Yann Ylavic] * ) mod_remoteip: When overriding the useragent address from X-Forwarded-For, zero out what had been initialized as the connection-level port. PR59931. [Hank Ibell ] * ) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. [Yann Ylavic] * ) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are used as drop-in replacements for unusable workers in the same load balancer set. This differs from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim Riggs] * ) suexec: Add --enable-suexec-capabilites support on Linux, to use setuid/setgid capability bits rather than a setuid root binary. [Joe Orton] * ) suexec: Add support for logging to syslog as an alternative to logging to a file; use --without-suexec-logfile --with-suexec-syslog. [Joe Orton] * ) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling which broke some rare but previously-working configs. [Joe Orton] * ) core, log: improve sanity checks for the ErrorLog's syslog config, and explicitly allow only lowercase 'syslog' settings. PR 62102 [Luca Toscano, Jim Riggs, Christophe Jaillet] * ) mod_http2: accurate reporting of h2 data input/output per request via mod_logio. Fixes an issue where output sizes where counted n-times on reused slave connections. [Stefan Eissing] See github issue: https://github.com/icing/mod_h2/issues/158 * ) mod_http2: Fix unnecessary timeout waits in case streams are aborted. [Stefan Eissing] * ) mod_http2: restoring the v1.10.16 keepalive timeout behaviour of mod_http2. [Stefan Eissing] * ) mod_proxy: Do not restrict the maximum pool size for backend connections any longer by the maximum number of threads per process and use a better default if mod_http2 is loaded. [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Gregg Smith] * ) mod_slotmem_shm: Add generation number to shm filename to fix races with graceful restarts. PRs 62044 and 62308. [Jim Jagielski, Yann Ylavic] * ) core: Preserve the original HTTP request method in the '%] * ) mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2 requests. [Stefan Eissing] See also https://github.com/roadrunner2/mod-proxy-protocol/issues/6 * ) mod_ssl: Fix merging of proxy SSL context outside sections, regression introduced in 2.4.30. PR 62232. [Rainer Jung, Yann Ylavic] * ) mod_md: Fix compilation with OpenSSL before version 1.0.2. [Rainer Jung] * ) mod_dumpio: do nothing below log level TRACE7. [Yann Ylavic] * ) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard). [Eric Covener] * ) core: On ECBDIC platforms, some errors related to oversized headers may be misreported or be logged as ASCII escapes. PR 62200 [Hank Ibell ] * ) mod_ssl: Fix cmake-based build. PR 62266. [Rainer Jung] * ) core: Add , and conditional section containers. [Eric Covener, Joe Orton] * %check: do not load all modules, just use default loadmodule.conf; some modules require to load another ones in advance * %install: parallel install is broken- Updated description for SSLProtocol option. [bsc#1086854]- Updated description (PCI DSS) for SSLProtocol option. [bsc#1086854]- SSLProtocol TLSv1.2 [bsc#1086854]- updated to 2.4.33: * ) core: Fix request timeout logging and possible crash for error_log hooks. [Yann Ylavic] * ) mod_slomem_shm: Fix failure to create balancers's slotmems in Windows MPM, where children processes need to attach them instead since they are owned by the parent process already. [Yann Ylavic] * ) ab: try all destination socket addresses returned by apr_sockaddr_info_get instead of failing on first one when not available. Needed for instance if localhost resolves to both ::1 and 127.0.0.1 e.g. if both are in /etc/hosts. [Jan Kaluza] * ) ab: Use only one connection to determine working destination socket address. [Jan Kaluza] * ) ab: LibreSSL doesn't have or require Windows applink.c. [Gregg L. Smith] * ) htpasswd/htdigest: Disable support for bcrypt on EBCDIC platforms. apr-util's bcrypt implementation doesn't tolerate EBCDIC. [Eric Covener] * ) htpasswd/htdbm: report the right limit when get_password() overflows. [Yann Ylavic] * ) htpasswd: Don't fail in -v mode if password file is unwritable. PR 61631. [Joe Orton] * ) htpasswd: don't point to (unused) stack memory on output to make static analysers happy. PR 60634. [Yann Ylavic, reported by shqking and Zhenwei Zou] * ) mod_access_compat: Fail if a comment is found in an Allow or Deny directive. [Jan Kaluza] * ) mod_authz_host: Ignore comments after "Require host", logging a warning, or logging an error if the line is otherwise empty. [Jan Kaluza, Joe Orton] * ) rotatelogs: Fix expansion of %Z in localtime (-l) mode, and fix Y2K38 bug. [Joe Orton] * ) mod_ssl: Support SSL DN raw variable extraction without conversion to UTF-8, using _RAW suffix on variable names. [Joe Orton] * ) ab: Fix https:// connection failures (regression in 2.4.30); fix crash generating CSV output for large -n. [Joe Orton, Jan Kaluza] * ) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic] * ) mod_ldap: Avoid possible crashes, hangs, and busy loops due to improper merging of the cache lock in vhost config. PR 43164 [Eric Covener] * ) mpm_event: Do lingering close in worker(s). [Yann Ylavic] * ) mpm_queue: Put fdqueue code in common for MPMs event and worker. [Yann Ylavic] * ) mod_session: Strip Session header when SessionEnv is on. [Yann Ylavic] * ) mod_cache_socache: Fix caching of empty headers up to carriage return. [Yann Ylavic] * ) core: For consistency, ensure that read lines are NUL terminated on any error, not only on buffer full. [Yann Ylavic] * ) mod_authnz_ldap: Fix language long names detection as short name. [Yann Ylavic] * ) mod_proxy: Worker schemes and hostnames which are too large are no longer fatal errors; it is logged and the truncated values are stored. [Jim Jagielski] * ) regex: Allow to configure global/default options for regexes, like caseless matching or extended format. [Yann Ylavic] * ) mod_auth_digest: Actually use the secret when generating nonces. This change may cause problems if used with round robin load balancers. PR 54637 [Stefan Fritsch] * ) mod_proxy: Allow setting options to globally defined balancer from ProxyPass used in VirtualHost. Balancers are now merged using the new merge_balancers method which merges the balancers options. [Jan Kaluza] * ) logresolve: Fix incorrect behavior or segfault if -c flag is used Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259 [Stefan Fritsch] * ) mod_remoteip: Add support for PROXY protocol (code donated by Cloudzilla). Add ability for PROXY protocol processing to be optional to donated code. See also: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt [Cloudzilla/roadrunner2@GitHub, Jim Jagielski, Daniel Ruggeri] * ) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, allowing per backend TLS configuration. [Yann Ylavic] * ) mod_proxy_uwsgi: Add in UWSGI proxy (sub)module. [Roberto De Ioris, Jim Jagielski] * ) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not depend on the number of restarts (non-Unix systems) and preserve shared names as much as possible on configuration changes for SHMs and persisted files. PR 62044. [Yann Ylavic, Jim Jagielski] * ) mod_http2: obsolete code removed, no more events on beam pool destruction, discourage content encoders on http2-status response (where they do not work). [Stefan Eissing] * ) mpm_event: Let the listener thread do its maintenance job on resources shortage. PR 61979. [Yann Ylavic] * ) mpm_event: Wakeup the listener to re-enable listening sockets. [Yann Ylavic] * ) mod_ssl: The SSLCompression directive will now give an error if used with an OpenSSL build which does not support any compression methods. [Joe Orton] * ) mpm_event,worker: Mask signals for threads created by modules in child init, so that they don't receive (implicitely) the ones meant for the MPM. PR 62009. [Armin Abfalterer , Yann Ylavic] * ) mod_md: new experimental, module for managing domains across virtual hosts, implementing the Let's Encrypt ACMEv1 protocol to signup and renew certificates. Please read the modules documentation for further instructions on how to use it. [Stefan Eissing] * ) mod_proxy_html: skip documents shorter than 4 bytes PR 56286 [Micha Lenk ] * ) core, mpm_event: Avoid a small memory leak of the scoreboard handle, for the lifetime of the connection, each time it is processed by MPM event. [Yann Ylavic] * ) mpm_event: Update scoreboard status for KeepAlive state. [Yann Ylavic] * ) mod_ldap: Fix a case where a full LDAP cache would continually fail to purge old entries and log AH01323. PR61891. [Hendrik Harms ] * ) mpm_event: close connections not reported as handled by any module to avoid losing track of them and leaking scoreboard entries. PR 61551. [Yann Ylavic] * ) core: A signal received while stopping could have crashed the main process. PR 61558. [Yann Ylavic] * ) mod_ssl: support for mod_md added. [Stefan Eissing] * ) mod_proxy_html: process parsed comments immediately. Fixes bug (seen in the wild when used with IBM's HTTPD bundle) where parsed comments may be lost. [Nick Kew] * ) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew] * ) mod_proxy_html: fix typo-bug processing "strict" vs "transitional" HTML/XHTML. PR 56457 [Nick Kew] * ) mpm_event: avoid a very unlikely race condition between the listener and the workers when the latter fails to add a connection to the pollset. [Yann Ylavic] * ) core: silently ignore a not existent file path when IncludeOptional is used. PR 57585. [Alberto Murillo Silva , Luca Toscano] * ) mod_macro: fix usability of globally defined macros in .htaccess files. PR 57525. [Jose Kahan , Yann Ylavic] * ) mod_rewrite, core: add the Vary header when a condition evaluates to true and the related RewriteRule is used in a Directory context (triggering an internal redirect). [Luca Toscano] * ) ab: Make the TLS layer aware that the underlying socket is nonblocking, and use/handle POLLOUT where needed to avoid busy IOs and recover write errors when appropriate. [Yann Ylavic] * ) ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous read was incomplete (the SSL case can cause the next poll() to timeout since data are buffered already). PR 61301 [Luca Toscano, Yann Ylavic] * ) mod_http2: avoid unnecessary data retrieval for a trace log. Allow certain information retrievals on null bucket beams where it makes sense. [Stefan Eissing]- Replace SuSEFirewall2 by firewalld II (fate#323460) [bsc#1083492]- build mod_http2 also for 42.3- remove NameVirtualHost from documentation [bsc#1078557]- for older distros, still use SuSEFirewall2 [bsc#1071548c#7]- Replace SuSEFirewall2 by firewalld (fate#323460)- build brotli module- Do not requires w3m, only recommends it.- do not build with nghttp2 for SLE-12-SP3- which was split after SLE11- Add which and w3m as dependencies. poo#28406- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- APACHE_MODULES now contains authn_core in default configuration [bsc#1066661]- updated to 2.4.29: * ) mod_unique_id: Use output of the PRNG rather than IP address and pid, avoiding sleep() call and possible DNS issues at startup, plus improving randomness for IPv6-only hosts. [Jan Kaluza] * ) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is used in a condition that evaluates to true. PR 58231 [Luca Toscano] * ) mod_http2: v0.10.12, removed optimization for mutex handling in bucket beams that could lead to assertion failure in edge cases. [Stefan Eissing] * ) mod_proxy: Fix regression for non decimal loadfactor parameter introduced in 2.4.28. [Jim Jagielski] * ) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set. PR 61546. [Lubos Uhliarik ] * ) mod_rewrite: Add support for starting External Rewriting Programs as non-root user on UNIX systems by specifying username and group name as third argument of RewriteMap directive. [Jan Kaluza] * ) core: Rewrite the Content-Length filter to avoid excessive memory consumption. Chunked responses will be generated in more cases than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem] * ) mod_ssl: Fix SessionTicket callback return value, which does seem to matter with OpenSSL 1.1. [Yann Ylavic]- gensslcert: * set also SAN [bsc#1045159] * drop -C argument, it was not mapped to CN actually * consider also case when hostname does return empty string or does not exist [bsc#1057406] * do not consider environment ROOT variable- updated to 2.4.28: * ) SECURITY: CVE-2017-9798 (cve.mitre.org) Corrupted or freed memory access. must now be used in the main configuration file (httpd.conf) to register HTTP methods before the .htaccess files. [Yann Ylavic] * ) event: Avoid possible blocking in the listener thread when shutting down connections. PR 60956. [Yann Ylavic] * ) mod_speling: Don't embed referer data in a link in error page. PR 38923 [Nick Kew] * ) htdigest: prevent a buffer overflow when a string exceeds the allowed max length in a password file. [Luca Toscano, Hanno Böck ] * ) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). [Jim Jagielski] * ) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically. PR 61142. * ) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] * ) mod_http2: Fix for stalling when more than 32KB are written to a suspended stream. [Stefan Eissing] * ) build: allow configuration without APR sources. [Jacob Champion] * ) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184. [Bernard Spil , Michael Schlenker , Yann Ylavic] * ) core/log: Support use of optional "tag" in syslog entries. PR 60525. [Ben Rubson , Jim Jagielski] * ) mod_proxy: Fix ProxyAddHeaders merging. [Joe Orton] * ) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. [Yann Ylavic] * ) event: Avoid listener periodic wake ups by using the pollset wake-ability when available. PR 57399. [Yann Ylavic, Luca Toscano] * ) mod_proxy_wstunnel: Fix detection of unresponded request which could have led to spurious HTTP 502 error messages sent on upgrade connections. PR 61283. [Yann Ylavic]- suexec binary moved to main package [bsc#1054741]- do not call and do not ship apache-22-24-upgrade [bsc#1042037]- make the package runable on non systemd systems + deprecated-scripts-arch.patch- updated to 2.4.27: * ) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table' global variable when using Lua 5.2 or later. This was exported as a side effect from luaL_register, which is no longer supported as of Lua 5.2 which deprecates pollution of the global namespace. [Rainer Jung] * ) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork. The server will continue to run, but HTTP/2 will no longer be negotiated. [Stefan Eissing] * ) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202. [Jacob Champion, Jim Jagielski] * ) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3. PR58188, PR60831, PR61245. [Rainer Jung] * ) mod_http2: Simplify ready queue, less memory and better performance. Update mod_http2 version to 1.10.7. [Stefan Eissing] * ) Allow single-char field names inadvertantly disallowed in 2.4.25. PR 61220. [Yann Ylavic] * ) htpasswd / htdigest: Do not apply the strict permissions of the temporary passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem] * ) core: Avoid duplicate HEAD in Allow header. This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26. PR 61207. [Christophe Jaillet] - drop upstreamed patch: * httpd-2.4.12-lua-5.2.patch (see upstream's PR#58188 for details)- Adjust dependencies for rename apr/apr-util packages- remove /usr/bin/http2 symlink only during apache2 package uninstall, not upgrade [bsc#1041830]- updated to 2.4.26: This release of Apache is a security, feature, and bug fix release. For details, see http://httpd.apache.org/dev/dist/CHANGES_2.4.26 - refreshed patches: . httpd-2.4.12-lua-5.2.patch . httpd-2.4.x-fate317766-config-control-two-protocol-options.diff - removed patches (upstreamed) . httpd-cache-forward-http-proxy.patch . httpd-cache-revert-svn1773397.patch- server-tunning.conf: MaxClients was renamed to MaxRequestWorkers [bsc#1037731] - gensslcert: use hostname when fqdn is too long [bsc#1035829]- remove apache-doc and apache-example-pages obsoletes/provides- PreRequire user wwwrun and group www- start_apache2: include individual sysconfig.d files instead of sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf is processed [bsc#1023616]- revert an attempt to fix PR 60458 + httpd-cache-revert-svn1773397.patch- fix caching of forward proxy + httpd-cache-forward-http-proxy.patch- Don't require insserv if we don't need it.- Added new HTTP2 option to sysconfig to ease enabling http2 - Added new protocols.conf which is included globally - Enable http2 also for Leap 42.2+ and SLE12_SP2+- update to 2.4.25: fixed several security issues (CVE-2016-8740, CVE-2016-5387, CVE-2016-2161, CVE-2016-0736, CVE-2016-8743), many fixes and improvements of mod_http2 and other modules; see CHANGES for full change log - verify tarball: added httpd*.bz2.asc, apache2.keyring and remove 60C5442D.key- fix build with new systemd + amended httpd-2.4.3-mod_systemd.patch- Replace mixed indentation with predominant style.- add NotifyAccess=all to service file [bsc#980663]- Remove the omc xml config. It is useless nowdays- readd the support of multiple entries in APACHE_ACCESS_LOG [bsc#991032]- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff Introduces directives to control two protocol options: * HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD * HttpExpectStrict - allow admin to control whether we must see "100-continue" [bsc#894225], [fate#317766]- version 2.4.23 * Fixes CVE-2016-4979 [bsc#987365] * mod_proxy_hcheck was missing due to upstream bug. * mod_proxy_fdpass needs explicit configure line now. * Full list of changes: http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) is enough and replaces all libsystemd-* libs which are obsolete.- remove Alias= from [Install] of the template service [bsc#981541c#10]- remove unneded httpd-2.4.17-debug-crash.patch- start apache services after remote-fs [bsc#978543]- removed note about ulimits in sysconfig file [bsc#976711]- do not build mod_http2 for 13.2- Update to version 2.4.20 (2.4.19 was never released) * Drop httpd-2.4.18-missing-semicolon.patch now upstream - Big changelog available, see: http://www.apache.org/dist/httpd/CHANGES_2.4.20 for details.- enable authnz_fcgi module- fix build for SLE_11_SP4: + httpd-2.4.18-missing-semicolon.patch- Update to version 2.4.18 * drop 2.4.17-protocols.patch in upstream. - Change list too long to mention here see: http://www.apache.org/dist/httpd/CHANGES_2.4.18 for details.- systemd: Set TasksMax=infinity for current systemd releases. The default limit of 512 is too small and prevents the creation of new server processes. Apache has its own runtime/harcoded limits.- fix crash when for -X + httpd-2.4.17-debug-crash.patch- add a note: FollowSymLinks or SymLinksIfOwnerMatch is neccessary for RewriteRule in given dir [bnc#955701]- restart apache once after the rpm or zypper transaction [bnc#893659] - drop some old compat code from %post- 2.4.17-protocols.patch from upstream http2 module: * master conn_rec* addition to conn_rec * improved ALPN and Upgrade handling * allowing requests for servers whose TLS configuration is compatible to the SNI server ones * disabling TLS renegotiation for slave connections- LogLevel directive into correct config file, thanks Michael Calmer for the fix [bsc#953329]- do not build mod_http2 for older distros than 13.2 for now (nghttp2 does not build there)- Include directives really into /etc/apache2/sysconfig.d/include.conf, fix from Erik Wegner [bsc#951901]- gensslcert: CN now defaults to `hostname -f` [bnc#949766] (internal), fix help [bnc#949771] (internal)- Update to 2.4.17 - Enable mod_http2/ BuildRequire nghttp2 - MPMs: Support SO_REUSEPORT to create multiple duplicated listener records for scalability - mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3 - For more changes see: http://www.apache.org/dist/httpd/CHANGES_2.4.17- start_apache2: reintroduce sysconfig.d, include it on command line (not in httpd.conf) instead of individual directives [bnc#949434] (internal), [bnc#941331]- Fixup libdir in installed files- fix Logjam vulnerability: change SSLCipherSuite cipherstring to disable export cipher suites and deploy Ephemeral Elliptic-Curve Diffie-Hellman (ECDHE) ciphers. Adjust 'gensslcert' script to generate a strong and unique Diffie Hellman Group and append it to the server certificate file [bnc#931723], [CVE-2015-4000]- add reference upstream bug#58188 along httpd-2.4.12-lua-5.2.patch- update to 2.4.16 * changes http://www.apache.org/dist/httpd/CHANGES_2.4.16 * remove the following patches (fixed in 2.4.16) * httpd-2.4.x-mod_lua_websocket_DoS.patch * httpd-2.4.12-CVE-2015-0253.patch * update httpd-2.4.12-lua-5.2.patch- add patch: httpd-2.4.12-lua-5.2.patch * lua_dump introduced a new strip option in 5.3, set it to 0 to get the old behavior * luaL_register was deprecated in 5.2, use luaL_setfuncs and luaL_newlib instead * luaL_optint was deprecated in 5.3, use luaL_optinteger instead * lua_strlen and lua_objlen wad deprecated in 5.2, use lua_rawlen instead- change Provides: from suse_maintenance_mmn = # to suse_maintenance_mmn_#- apache2 Suggests:, not Recommends: apache2-prefork; that means for example, that `zypper in apache2-worker` will not pull apache2-prefork also - installing /usr/sbin/httpd link: * do not try to install it in '%post ' when apache2 (which includes /usr/share/apache2/script-helpers) is not installed yet (fixes installation on 11sp3) * install it in '%post' if apache2 is installed after apache2- to be sure it is there- access_compat shared also for 11sp3- apache2-implicit-pointer-decl.patch renamed to httpd-implicit-pointer-decl.patch to align with other patches names- apachectl is now wrapper to start_apache2; therefore, it honors HTTPD_INSTANCE variable, see README-instances.txt for details + httpd-apachectl.patch - httpd-2.4.10-apachectl.patch- a2enmod/a2dismod and a2enflag/a2disflag now respect HTTPD_INSTANCE= environment variable, which can be used to specify apache instance name; sysconfig file is expected at /etc/sysconfig/apache2@ (see README-instances.txt for details)- provides suse_maintenance_mmn symbol [bnc#915666] (internal)- credits to Roman Drahtmueller: * add reference to /etc/permissions.local to output of %post if setting the permissions of suexec2 fails * do not enable mod_php5 by default any longer * httpd-2.0.49-log_server_status.dif obsoleted * apache2-mod_ssl_npn.patch removed because not used * include mod_reqtimeout.conf in httpd.conf * added cgid-timeout.conf, include it in httpd.conf - fix default value APACHE_MODULES in sysconfig file - %service_* macros for apache2@.service- reenable 690734.patch, it should be upstreamed by the author (Adrian Schroeter) though + httpd-2.4.9-bnc690734.patch - httpd-2.2.x-bnc690734.patch- drop startssl from start_apache2- allow to run multiple instances of Apache on one system [fate#317786] (internal) * distributed httpd.conf no longer includes sysconfig.d, nor this directory is shipped. httpd.conf includes loadmodule.conf and global.conf which are former sysconfig.d/loadmodule.conf and sysconfig.d/global.conf for default /etc/sysconfig/apache2 global.conf and loadmodule.conf are not included when sysconfig variables could have been read by start_apache2 startup script (run with systemd services). Therefore, when starting server via /usr/sbin/httpd, sysconfig variables are not taken into account. * some not-maintained scripts are moved from /usr/share/apache2 to /usr/share/apache2/deprecated-scripts * all modules comment in sysconfig file is not generated anymore * added README-instances.txt * removed Sources: load_configuration find_mpm get_module_list get_includes find_httpd_includes apache-find-directives * added Sources: deprecated-scripts.tar.xz apache2-README-instances.txt apache2-loadmodule.conf apache2-global.conf apache2-find-directives apache2@.service apache2-script-helpers- add SSLHonorCipherOrder directive to apache2-ssl-global.conf - adopt SSLCipherSuite directive value from SLE12 - remove default-vhost-ssl.conf and default-vhost.conf from /etc/apache2. These two files are not (!) read by the configuration framework, but are named *.conf, which is misleading. The files are almost identical with the vhost templates in /etc/apache2/vhosts.d/. The two templates there do it right because they are not named *.conf and are not sourced either. apache's response with no explicit (eg. default, vanilla) configuration is contained in /etc/apache2/default-server.conf. * remove apache2-README.default-vhost as there are no default-vhost* files anymore.- apache2.service: We have to use KillMode=mixed for the graceful stop, restart to work properly.- dropped 2.0 -> 2.2 modules transition during upgrade * apache-20-22-upgrade renamed to apache-22-24-upgrade - apache-*-upgrade script is called in %posttrans now [bnc#927223]- fix find_mpm to echo mpm binary- apache2.service: Only order us after network.target and nss-lookup.target but not pull the units in. - apache2.service: SSL requires correct system time to work properly, order after time-sync.target- align filenames with upstream names (and add compat symlinks) - find_httpd2_includes renamed to find_httpd_includes- access_compat now built as shared and disabled by default - amend config to use also old syntax when access_compat is loaded - added apache2-README-access_compat.txt - added apache-find-directive script - see [bnc#896083] and its duplicates- add httpd-2.4.12-CVE-2015-0253.patch to fix SECURITY: CVE-2015-0253 (cve.mitre.org) core: Fix a crash introduced in with ErrorDocument 400 pointing to a local URL-path with the INCLUDES filter active, introduced in 2.4.11. PR 57531. [Yann Ylavic]- simplify apache2.logrotate, use sharedscripts [bnc#713581]- remove curly brackets around format sequence "%y" in `stat --format="%{y}" %{SOURCE1}` that caused an incorrect evaluation. Add escaping to proper spec-cleaner processing in the future- remove 'exit 0' from the %post section in the specfile that was placed here incorrectly and caused that the rest of the %post section couldn't be executed.- /etc/init.d/apache2 reload -> systemctl reload apache2.service in apache2.logrotate [bnc#926523]- authz_default -> authz_core in sysconfig.apache2/APACHE_MODULES [bnc#922236]- Add Requires(post) apache2 to the subpackage -worker, -event and - prefork: their respective post scriptlets execute /usr/share/apache2/get_module_list, which is shipped as part of the main package. This script has the side-effect to call find_mpm, which in turn creates the corresponding /usr/sbin/httpd2 symlink.- Patched get_module_list to ensure proper SELinux context for sysconfig.d/loadmodule.conf- Pname -> name variable reduction - Try to fix sle11 build- Version bumpt o 2.4.12: * ) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for internationalization. [William Rowe] * ) mpm_winnt: Normalize the error and status messages emitted by service.c, the service control interface for Windows. [William Rowe] * ) configure: Fix --enable-v4-mapped configuration on *BSD. PR 53824. [ olli hauer , Yann Ylavic ]- Exit cleanly on end of the post and cleanup the update detection - Remove Apache.xpm as it ain't used- Cleanup init/unit decision making and provide just systemd service on systemd systems- Deprecate realver define as it is equal to version. - Explicitely state MPM mods to ensure we don't lose some bnc#444878- Pass over spec-cleaner, there should be no actual technical change in this just reduction of lines in the spec- add httpd-2.4.x-mod_lua_websocket_DoS.patch to fix mod_lua bug where a maliciously crafted websockets PING after a script calls r:wsupgrade() can cause a child process crash [CVE-2015-0228], [bnc#918352].- httpd2.pid in rc.apache2 was wrong [bnc#898193]- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon with pkg-config, this is the only correct way, in current versions sd_notify is in libsystemd and in old products in libsystemd-daemon.- remove obsolete patches * httpd-2.4.10-check_null_pointer_dereference.patch * httpd-event-deadlock.patch * httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch * httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch- Apache 2.4.11 * ) SECURITY: CVE-2014-3583 (cve.mitre.org) mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. [Yann Ylavic, Jeff Trawick] * ) SECURITY: CVE-2014-3581 (cve.mitre.org) mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. [Mark Montague , Jan Kaluza] * ) SECURITY: CVE-2014-8109 (cve.mitre.org) mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. PR57204 [Edward Lu ] * ) SECURITY: CVE-2013-5704 (cve.mitre.org) core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener] * ) mod_ssl: New directive SSLSessionTickets (On|Off). The directive controls the use of TLS session tickets (RFC 5077), default value is "On" (unchanged behavior). Session ticket creation uses a random key created during web server startup and recreated during restarts. No other key recreation mechanism is available currently. Therefore using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. [Rainer Jung] * ) mod_proxy_fcgi: Provide some basic alternate options for specifying how PATH_INFO is passed to FastCGI backends by adding significance to the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener] * ) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule to opt-in to connection reuse and other Proxy options via explicitly declared "proxy workers" (] * ) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME passed to fastcgi backends. [Eric Covener] * ) core: Configuration files with long lines and continuation characters are not read properly. PR 55910. [Manuel Mausz ] * ) mod_include: the 'env' function was incorrectly handled as 'getenv' if the leading 'e' was written in upper case in statements. [Christophe Jaillet] * ) split-logfile: Fix perl error: 'Can't use string ("example.org:80") as a symbol ref while "strict refs"'. PR 56329. [Holger Mauermann ] * ) mod_proxy: Prevent ProxyPassReverse from doing a substitution when the URL parameter interpolates to an empty string. PR 56603. [] * ) core: Fix -D[efined] or [d] variables lifetime accross restarts. PR 57328. [Armin Abfalterer , Yann Ylavic]. * ) mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387. [Yann Ylavic] * ) mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads (level TRACE4). [Yann Ylavic] * ) mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198. [Jan Kaluza] * ) mod_ssl: Do not crash when looking up SSL related variables during expression evaluation on non SSL connections. PR 57070 [Ruediger Pluem] * ) mod_proxy_ajp: Fix handling of the default port (8009) in the ProxyPass and configurations. PR 57259. [Yann Ylavic] * ) mpm_event: Avoid a possible use after free when notifying the end of connection during lingering close. PR 57268. [Eric Covener, Yann Ylavic] * ) mod_ssl: Fix recognition of OCSP stapling responses that are encoded improperly or too large. [Jeff Trawick] * ) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. [Jeff Trawick] * ) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error when parsing or forwarding the response fails. [Yann Ylavic] * ) mod_ssl: Fix a memory leak in case of graceful restarts with OpenSSL >= 0.9.8e PR 53435 [tadanori , Sebastian Wiedenroth ] * ) mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read determine whether it is a normal close or a real error. PR 57168. [Yann Ylavic] * ) mod_proxy_wstunnel: abort backend connection on polling error to avoid further processing. [Yann Ylavic] * ) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. PR 57167 [Edward Lu ] * ) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC systems. PR 57092 [Edward Lu ] * ) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752 CacheLock error occurs during cache revalidation. [Eric Covener] * ) mod_ssl: Move OCSP stapling information from a per-certificate store to a per-server hash. PR 54357, PR 56919. [Alex Bligh , Yann Ylavic, Kaspar Brand] * ) mod_cache_socache: Change average object size hint from 32 bytes to 2048 bytes. [Rainer Jung] * ) mod_cache_socache: Add cache status to server-status. [Rainer Jung] * ) event: Fix worker-listener deadlock in graceful restart. PR 56960. * ) Concat strings at compile time when possible. PR 53741. * ) mod_substitute: Restrict configuration in .htaccess to FileInfo as documented. [Rainer Jung] * ) mod_substitute: Make maximum line length configurable. [Rainer Jung] * ) mod_substitute: Fix line length limitation in case of regexp plus flatten. [Rainer Jung] * ) mod_proxy: Truncated character worker names are no longer fatal errors. PR53218. [Jim Jagielski] * ) mod_dav: Set r->status_line in dav_error_response. PR 55426. * ) mod_proxy_http, mod_cache: Avoid (unlikely) accesses to freed memory. [Yann Ylavic, Christophe Jaillet] * ) http_protocol: fix logic in ap_method_list_(add|remove) in order: - to correctly reset bits - not to modify the 'method_mask' bitfield unnecessarily [Christophe Jaillet] * ) mod_slotmem_shm: Increase log level for some originally debug messages. [Jim Jagielski] * ) mod_ldap: In 2.4.10, some LDAP searches or comparisons might be done with the wrong credentials when a backend connection is reused. [Eric Covener] * ) mod_macro: Add missing APLOGNO for some Warning log messages. [Christophe Jaillet] * ) mod_cache: Avoid sending 304 responses during failed revalidations PR56881. [Eric Covener] * ) mod_status: Honor client IP address using mod_remoteip. PR 55886. [Jim Jagielski] * ) cmake-based build for Windows: Fix incompatibility with cmake 2.8.12 and later. PR 56615. [Chuck Liu , Jeff Trawick] * ) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade failed) messages from ERROR to TRACE1. Other filters do not bother re-reporting failures from lower level filters. PR56832. [Eric Covener] * ) core: Avoid useless warning message when parsing a section guarded by if $(foo) is used within the section. PR 56503 [Christophe Jaillet] * ) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the application. PR 56858. [Manuel Mausz ] * ) mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" hang until proxy timeout. PR53420 [Rainer Jung] * ) mod_log_config: Allow three character log formats to be registered. For backwards compatibility, the first character of a three-character format must be the '^' (caret) character. [Eric Covener] * ) mod_lua: Don't quote Expires and Path values. PR 56734. [Keith Mashinter, ] * ) mod_authz_core: Allow 'es to be seen from auth stanzas under virtual hosts. PR 56870. [Eric Covener]- Redone lost patch to fix boo#859439 + service reload can cause log data to be lost with logrotate under some circumstances: remove "-t" from service reload. [bnc#859439]- Fix URL syntax in various files- fix IfModule directive around SSLSessionCache [bnc#842377c#11]- added httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch to fix flaw in the way mod_headers handled chunked requests. Adds "MergeTrailers" directive to restore legacy behavior [bnc#871310], [CVE-2013-5704].- added httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch that fixes handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments [bnc#909715], [CVE-2014-8109].- fixed start at boot for ssl and encrypted key [bnc#792309]- fix shebang in start_apache2 script that contains bash-specific constructions- small improvement of ssl instructions [bnc#891813]- fix bashisms in post scripts- added httpd-2.4.10-check_null_pointer_dereference.patch to avoid a crash when Content-Type has an empty value [bnc#899836], CVE-2014-3581- httpd-event-deadlock.patch: Fix worker-listener deadlock in graceful restart.- httpd-2.1.9-apachectl.dif renamed to httpd-2.4.10-apachectl.patch and updated (fixed bashism).- drop (turned off) itk mpm spec file code as mpm-itk is now provided as a separate module, not via patch (see http://mpm-itk.sesse.net/ and [bnc#851229])- enable mod_imagemap [bnc#866366]/bin/bash/bin/bashsheep65 1655192813  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy2.4.51-150200.3.48.12.4.51-150200.3.48.1apache2-preforkmod_access_compat.somod_actions.somod_alias.somod_allowmethods.somod_asis.somod_auth_basic.somod_auth_digest.somod_auth_form.somod_authn_anon.somod_authn_core.somod_authn_dbd.somod_authn_dbm.somod_authn_file.somod_authn_socache.somod_authnz_fcgi.somod_authnz_ldap.somod_authz_core.somod_authz_dbd.somod_authz_dbm.somod_authz_groupfile.somod_authz_host.somod_authz_owner.somod_authz_user.somod_autoindex.somod_brotli.somod_bucketeer.somod_buffer.somod_cache.somod_cache_disk.somod_cache_socache.somod_case_filter.somod_case_filter_in.somod_cgi.somod_charset_lite.somod_data.somod_dav.somod_dav_fs.somod_dav_lock.somod_dbd.somod_deflate.somod_dialup.somod_dir.somod_dumpio.somod_echo.somod_env.somod_expires.somod_ext_filter.somod_file_cache.somod_filter.somod_headers.somod_heartmonitor.somod_http2.somod_imagemap.somod_include.somod_info.somod_lbmethod_bybusyness.somod_lbmethod_byrequests.somod_lbmethod_bytraffic.somod_lbmethod_heartbeat.somod_ldap.somod_log_config.somod_log_debug.somod_log_forensic.somod_logio.somod_lua.somod_macro.somod_mime.somod_mime_magic.somod_negotiation.somod_optional_fn_export.somod_optional_fn_import.somod_optional_hook_export.somod_optional_hook_import.somod_proxy.somod_proxy_ajp.somod_proxy_balancer.somod_proxy_connect.somod_proxy_express.somod_proxy_fcgi.somod_proxy_fdpass.somod_proxy_ftp.somod_proxy_hcheck.somod_proxy_html.somod_proxy_http.somod_proxy_http2.somod_proxy_scgi.somod_proxy_uwsgi.somod_proxy_wstunnel.somod_ratelimit.somod_reflector.somod_remoteip.somod_reqtimeout.somod_request.somod_rewrite.somod_sed.somod_session.somod_session_cookie.somod_session_crypto.somod_session_dbd.somod_setenvif.somod_slotmem_plain.somod_slotmem_shm.somod_socache_dbm.somod_socache_memcache.somod_socache_redis.somod_socache_shmcb.somod_speling.somod_ssl.somod_status.somod_substitute.somod_suexec.somod_unique_id.somod_userdir.somod_usertrack.somod_version.somod_vhost_alias.somod_watchdog.somod_xml2enc.sohttpd-preforkhttpd2-prefork/usr/lib64//usr/lib64/apache2-prefork//usr/sbin/-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.suse.de/SUSE:Maintenance:24654/SUSE_SLE-15-SP2_Update/e90007b28666ae0319a1f1125ac1526e-apache2.SUSE_SLE-15-SP2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2d2a73fe77db9d8c7cc085df8b4cfee3fe3124cd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b3a6008bd92e92083acc6bec49ecd37ec19752c9, for GNU/Linux 3.2.0, stripped RR R RRRRRR R R R R RRRRRT@$Z!{Jb 5- if [ -x /usr/bin/systemctl ]; then if [ -e /var/run/httpd.restart.flag ]; then /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : /usr/bin/systemctl restart apache2.target > /dev/null 2>&1 || : echo 'Restarting apache (all instances)' # all instances was restarted, removing all flags rm /var/run/httpd.restart.flag* else /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : for flag in /var/run/httpd.restart.flag@*; do if [ ! -e $flag ]; then # %{apache_restart_flag}@* have not matched anything break fi instance_name=$(cat $flag) if [ -z "$instance_name" ]; then instance_suffix="" else instance_suffix="@$instance_name" fi echo "Restarting apache ($instance_name instance)" /usr/bin/systemctl restart apache2${instance_suffix}.service > /dev/null 2>&1 || : rm /var/run/httpd.restart.flag@$instance_name done fi fi exit 0/bin/shutf-82b916d8776f8e8edd2808bb4280800b5acc062b78eb74ae45d84e45daf4390d5?7zXZ !t/] crt:bLL Ayϐd{^D%eDž|Z  hA dvhkB/ `˳ҧ)fn0!w3]x; #Emziu~жuBLyE/jSimCf-wE.oqRHj[>Bz[۶('Q;v- >t BphBE:Ə~4fh/HGkC ʭ?? #i515n T":Yq%D[7sҙİo4}έ!}c+@|d!|dZ[}vz~-&DI1c 4J.W1qApŋ~*Ɛ2G<3Y7a%&h9[`zqhiuVg$r\)_$Verh@I?8EFKM NZՅ)rTZN'#y!3 mVOR-0r$ƒP,E^jӑ%LUr+t7ԲB%be=( `@Eۏ 3)bU՚~xFg 1ɇ3s1\k %aPn1BrB_g ܘ@vڰ 2'nN>/%c#kDaly<)=Z{? ۻzFcluE6A9ɺ^؈[!yd3uvlL8cMⲉc|}1Ax jie ]RQ]M%R[]-Yj"*GrܙGgElPW1NDs34:kW \ Guæ){لكzF3 W0%rΉ"έZH)]M/[* v$Ԕj :{nq2.3Ey F9rbO f7qCdiVCYqZwrNQ01>4T ea7=F!~sɥ1? {-Aٜ;YIαLJC&vX%/T$ KYGlF`·y⫒!>ѥW"ϕiC,B Eϥ/UySaI&.tgcOw4O~/w[?.K ^($0>c]/}X -V0KIy;&tF/냔?uJAr~v%DPjV(ʤ}P EeU$R23;mۓdǕE_+JkXN{t;c9Jc/ߒX)_,8Kh4VEśb CT8峧Lεi4 XEe8g]r!o}2ij?&\m| Hީ0L/D0(7) v\Ջ"E&G+_b  5]!8/=0J(,K*K`)DMބh;V (^">XPk'cM`VE5.TMQAeVf>)/i!^ůe?Ff;=1SBWeWyxoq?*sUf-DļK:_w<~ŪfLLpWRMP x?-j x4$Q0ry?{}wuX1tŨḣ>fi~ѾgK|Z}~ᴽ>шPC!J 1< IR?X ѓ@&pd\dP'CL[REϘ/Mn BZ3<_XZ9枞@'mZGt8z] ٤ESVI4=~ zߚ bLMW$tvɆͼ-pMє]-7Tyх i54{(Qg}k] nLR'##nTI܇شݐN!Q Ň1r-.fUƥ!]ܔ=R+MzDVW_Qm\}XCT% ;[0H'R 8 jn|J&yeVɏe yIz}Foc [ϢwnMbIp@Vd#K݉$qvgjBi'C4G7mt!{{$rHe1zdh V '[m~D(žj3еDwU !P%*unR.=蓚[eӳ"O9 !bǗ{ ?˘Hb15ayZaZI]HyE Al€(c%XsqǡcnJ6o$R"ޔo;+.SiL.0Z`ܻ' D-x#װ]+񻿾cj޲MK@qP;Bu\xtNh|qtd"]2Cp"Q]w<}3e,j$BcDsXo,*~U|] >B/}8{%sX&߶Wy{>6AS5-T\29/Qݨ8oRI{nO)UyS)0YnA$I㯵nxUJjFsbE|)'b`Y1)(rIeR&jW?!#)҉v Hl4 A}$ k:~ua]Sڱ"|cEKBl y=3D2p0]^z>ZcZ2s6'!9[fFב26M'a {K`ХYĮ>팼~?8&TB_E4)bH(6nJ<9vTjVq>d"W4[ihݲ}\rST? fm}ėlX5Oi) ZU@~sB"{bY[Tn{+'D1wȋOaa2\N/ˀ4(y=%bEfiC8K·=ٸ ?KhNZ)]/|1Xlzi]EQUV?@6*@ $SS@wtQrTv~\&R*Tk=Kأ=g`CMpFza?^ beZ[K*G;je(?sjy{Z @,uRYk(`Rg4y0윚QMq/~Pm|?dvH硔@ o84M k6a#x-.iaKU~*:;a-j+6z~$0x. o¨ t&Ǎ-g6QΘ&XTZcUJpڨSsBgZ3hYC}Ғ"(a}~Yu~?{'.ŏ@uDot (s$>CIYg$ı{L1$GUw;mͩȀ^K6yjioXLWM<'ǰtmY {ץmN*ax^0ffG<l4iz;IjF$(%]E8DՒt=LV5m| Wc+0|8Y~1 wׁ bRuaҝQ4"9o $\d ef.5ɦܴC1 ;MtZ+W`WcɤMȩxjU RsJ,ޟ]#8+Q~8BP1峤L5GI\e"&w+6^Xr"F+=p8:omDƿQ-a{ $xĴ=߾ s2TxFEPgpq/K6: щN% cӡH*8.䝌d-64:muB8.ӷ/{eEx'hq-anHCv.gߤg>P e׀2u"|[ ti{,-hP"!O#sֿ0-Iʛcի'XrӮI:Hh (ߠ{jU erhV7 X ݶ\AFh$Y{X1 %6jn$"/*iy/MļTmjraj71Z9c- 3)@j9-!|O-f(Ф7]~ a#0K _Ml(59 )w2WB uV TGu&U#q1~T 99)kŽ{q>s!G\yIcÉZjNg s*4ؿV?iy_G6oTHa^Y+߳h;d3mPP#AEQ #ׄb@?H2ܘfcb2/+CJTgpBj||0{:!{497Ϟb*jsbBYM\85J`(%^fK%&d}@%S[ݧR%1AT`ƧLm;E]wC+0s kU&ѥK,6) 鉓˛w͍t&8 7[<%41Sf,KDgZLoJTޞKbdI JĽ,*Rb$J/I-&,u%b9kNLXM$hW޳fYDu8~|)Y9߭$a5˪\&.r?Epofttm&\[MuwFLfǺ2OJo7QV@=R=w 0̄3dPr?0=Icj)Kݛs= "b=%@hHd7$s6ámeHԕ\h{Qr\ZU_v8ZQfd6DmIHdwPiXb%$h xL=6j:[ 3)º'x(Zb i`w"BR,b~τ4[\kK8ѮCxp̺QAYHN3wJM~scWw]33evP ,ӱב&nD2ANuPB7ГT3۱i7gBO2NpӗzMY %Hi5 ~RnL1k߷5SFgOյ4B;B }GĜuI{Ww bHK*QD¹Q4-2/-"Wr "ЇXV!h-̓עpBwqBN zfyrNTLpu`7ܑv9q3 [ΡCZ+PHn*`(PWfa#q4\{s?GT}\!q.{27tU4[Yl nGp^]vG21lt˖M#]e% XZ,9jD=^#.5e\ e{_,cUeWeRPX44 TeUpo0AH{(f+33J|$a8Z1F͞.OIa>l|{D RKz'u,1vm^wO|X"Y{x9@kۍ:e V ݿ|nǀEėacr8Fx.%TV(uV!c*{!qbR޿m3Kށu"u :eGҖRj#p,LS?V%҄=opOxY`o".!($)\ &SklH%*Aҳ;əp*Qsa.P+4a%j oxRS$:αlw"!i%fQEƃвHGty+F՟fc6`3K=;ilگSMlY9|nyaUBK"6 d̥ >foцoiu$ #>̂M_lݨE rbX+E?pyԦ( 9N4FoZԴ\ V\::-\ CoA?wU{uaL>-((#[ioy3YWV:f|6,Id+2=\_SPS6`aH&ZG1tٚSӚ[3NMyÂ'[o#L yZCM ^Z#*R'5RaagCIe:3_4ǒC\W%3zjJ \Uz 'ļ CːVMT) X1 'fAi?)xwOoo$lFU7r%򁔬h ;l-sr?S׫ jq8kufQW'>KfI`ǂ$/Jµ|U1h@…Pe#p#KzwjN^&AxX~DTvdXKM006"C5-0r}q i'0PF5ŋ);LrR LfZyۓ JC\ vQn)Pb^ z9w ROu\տ6:hG2u6R:K,p]Ј%jB<'\3@]͚ؼ10{ 2{̋B\ -ok:yV *[2J|s7<%ܧܔț6A4rU'jӧx9~FkcN/ʴ/<X{Q^Zg>ƨS^0L\yWA Bdd:뮙Riٌu 0s\MU| ww_+=)0mߞӉR;]gkVa1!dT̹_.dA:Yl]G)ZvZj,:|}|S>luw=y}9aqgb OixDZ5){;@\9T4yCCgeaɜ 6}@ó!Y޿PFOؠURKpVK Խ&p@? l ׉^gx^pjMQ>=\<@L؉q4_Z5S OQ6*:&1zc*VKt3FEyPzOC~wx民 v8cW+i|%6*g':V TDܫvLJxr)חP%܂{"CMB)TIsuW%CXAu*oy0H/{u>>@s99ȉm]g?sVќbFFsor'~37/" COŪkrHjF7~q5!M"y4_(%ubQ3Ds0De4w7n.ZX NAj Mm8YX9*+7jU-[_Q0_!O%g>x j:܌TnS>p;9!;Ӵik 6Q>; !,ǪW:M- ^j J`6J v#±ua{jйdS?jC_ck@\?@`DFDzś7aZAW^'h @Ci!Fu=̕f % ^%$?.,d]#}krb މeWsP >=`a@hm +6wʫ# yTUy6,+$[n'8֏"u/23' gؠ8F&! W]h1_ Zƥ\ ׫ kf~i1Aq)] Fa̱h$љưG!1DO4[ .M ]=E Q_ |>>Y(w+MĚo|Bzijf@C!^  ܂Ã[S @)WQqyRbMRI%X+Heq?0+4j4eT|cZr{ nѢ'N}CSZ/MgʟGJuIv~/*D  Wk!vJAGīgb HZKtBσ !l1>Тd6Unvi:h\_o%<273 2R<A81^tbPialS;"`51PP. % 6wt 6 K62 ~@Rqʶy =p g{1 B$s̹Z4Aiq㮖uz j{Fy@+d\;mD_HQ/)*ux & )NФ'v*Ҫ~FmO܃YL? څRuΊw0Z&r1VQ.S lcn<"0^^Tm I"xL'OqZ9C>':ÑؔQ[HZY<|u_ PV<@{jQ37R"8b {~1PY'Wv™QUΨu~z6ĄTbJaAFSeY$oGX[܅j/yiRȪ&pi/Dm9KPFOXn>k̶vvl 7L:H}AfU%6H2zs 3DWB@7'P\hf\4F`-&F͉A9]fDr}$#-^BOMUywwerj>)؍63⤒j7 g25H8 uZ>Ӳ[$["KF/P-w$A' 7s$ǖ+ }Hsа#X##"r1x~+~S1x@c.(9-9 iP فOG8s6Dg(pI {!=EAK]@ . p޺M"| wSNfJ^~T fu|6/M`iF*LZlibw _G{Ql'm4t7EקsnьOP/*lSª裸k\RhrBGFLj& }n$60м6 [&*gJ-KJ; ̿5CAaлWJj7ڈp bm@!o `yhz Pz}xdP X5,Ϯ7}8#$y>gַ߯ԭ+{/]?{܄ct{5jf4RA1׹,.xn"@N@:A!'Ott/fkq-A DF9&*^;R#,۪lʛ-`xRLӖM\9 q=}Zbٙ8Y_H&=+|] g~/AMR con2xUZ'?̘9?-^wчxVKXit;[|?DX7 F鷋R7k˒cWYfH>43 aXr x4e8msP뾯mZP5k GiwS+@RN |#fl1SC =`^3)Kv AT9l?'G \~&G"u-lNrG'.B"@gJޚN2绥$91 iB6ʰC_tgo\B[0g2+,ZJ0]6`n#0E6_qMt3z"];[ʠFɕ c0g|E9cЯ jw21~%Qlpܪ3ʓcRo^dY h*8;4Qi{q\u E-q?ծטZ`+%4vNQ<7=+pJ.)FjQ!k͞8Z_J(zMk XmIۮV%|ow <@+ awW0D-Й-6o=}O-B5ht/ ~_! e>o[Ut奮%4S1|wEΒ?qnFCvѴNߵnSu2C r8, 2ǖҖp24(]9GJyY>2Umn+R/wGNp^~Fv?% ^ f*K#χGt Tf[Aᦒ8\.ou }8 E " ު.ȃ 5BeFUڿZ6if)`&UM̔NRq{R[ 2<+R. 1[QOqu'Ax!%jq2>Su64+׺z@MW4EP,$J3F{YNǬ2_dpxk2 0C[:o剖x߹ `V1tFL{K;_}H[WiƑb̏pYMő40PnZ/lf4DKUFօ.`0ytG̚1W˰}u8|R<_ݖÅ&V ~}DEn{(?"`[EQ*2(51r=f4J,t,8Q E[C(SY?gQs\;őR輮i` cW0w !f@fnq|`3xtӓۊTu+eZךܒotҽFOdh-z>2qqTclzjlN*%%A2kA##C^HS 34]%BW;жI4ZGnf9S%?Նzj$j65G [i"#a$cˬtWvG.3#ĥYN熜#NXggT-CWpЁg,ό%^ OtLo^][JCg rct7EpxEuG(-1[$iZFG*yؿw)jgJn>{%aW&4B^sZBeч:a=ЧT1f.%3P!7 pSR(HS:4r i;8i6} !R {Ǿl4By(bAK \[=}_hKvp͟P˴WH "T4p,Q En3ˆt`I -vAZ"#5I\ay升$|ө"N7kD RpUIE,0V3X|  ^C#m WA*j%qdtT {՚[ͶB}LPp՝ 0zdRbUa__ /'mc@\L f[prI k]?#7eC[ kkVX0Ay8mlR7v] L7$q+i*eVf9x'<{4ݤkU?sEx{W' ȅ'}ml&Z2k ;S5YG=-ޱUkHc0I]@q3dK]lZ@+2aDU\v.,Vr ]sJd/^[7)ten$ۡlÓjJM~X9j%y"wWl X.--BmPLy=rN|6Z{6 O>6:ZZMnr>]=u GU)[wG6Г(3}&:H}b~u4=<.uC*Dv75V r~1|1?;ݛ؆"P|&8vxm_=Q_PdcȈex~ȟnUiV-ܙIICc"v_guB`)05%Z!|l$sĉLC#5E'cz_C51Ж;2\R"5w+/@|C^NJ?Դ݌,T ?EA07ϓԧ%.(,-x7@LպK*<#:;D auO>DZt:( hv{0aH'ZM=gUbqI눻(ľ %m\$%uVGq=FQ"m/^?'uK9ͼGXIJ܁)A|)K[։W*vL CL)qK>)TBd.qEd=\i񒘵G*. b$vN1m0$$S|*C&kNZyYս.>kY\3A ]g7TCU|~̈!#9DRAe tИ^.^Z*G52Єzut7L-Pc@3{o01)m .3 s|nY&ͱ!IyѢ\o=`TM>˝hۆ? K_CmigT?xuj+mLQ+OZ蝌Ä`i%/iٶ[+ݪ:sedl0PU %[f]*?ewTs3%t%PLJPTnSrbQi+Em>[ zT擓;-Kwh=+-ͥbfvګ *+}μ*B?gѼt(! &3Gl|nM+/fsFt)zCse]|W)ܘ~dF&bD߭d%\N6s-O4OY_d+𴷲Gpшq,YB!ihkN .e%<8;uTÿQdY؍#^b_Ld#cՔ'1,&Y~d)CRMvHA9ME}!ps' 1V:VMCb3r^C<w{PLbq=<|R%##Yw9=IH/ t~["jjKoL[ݻI̷g31銇or9G3VtϞ >:uYϕԋ/63. V?(V/YO6 ,<"zK8FsT懺]$X[6p o>,8&Ql++XԞxdF)a>]&v7(QfYT~Bؓ͌t)O%- Kk+8BnJ&6 jDaU+'Ms0)pjFz" )X0ClMy##4CȲQנH,DRd6f-]9l*6Yj>lSk\v!Ee/7) 3B;Ean#5^Ldu/)- yb+|8?DzPgL=,ЕΓVp>z˙)oVv2h(^ԕd9 G&վO`w 9#"׻T&i ֑dzpؘCڕZs2UQJW꨼;EPa ?Cc FVeӄbvͤAv}RP;tㅋX BdKƦRsk }=:]Io|>:y@*g:&N&~ ?7b&E";PmG$X0V$ޥrVos[c-=־C=m`hSH}C=@mݔڹSmvv nj%*ib~`tx1 < Bn" ;[f ֘K-m HuBRyFjT_ 2^SO-͸O_h Ҙ+ e lavfws-w3Q^mcE3 * r&D2'#G[4s/Js]Do25`$POb^vu|÷8C0[ .*y$ ;L#W#\*hȹRos= d@=U^#\~͜Jcru{a+f0V`٥g-93b<;W"6z+jN,++y OX[rc>X(la,a+]lkfƫ)vXT ޗq9=Ɂ씷Qano#CD?t+R LkvDH8]|(uE[c3ڌ3qx݃7 gp:<94w A%{Jz/zP=6 EtpOxZP7+WOx(>F_iؒji^3I MЬrϑ!+|MD{pJ}P'KE dT _fH3&K̡Nm#r6vwT]hௐ Mub˽]T-mECN#ChaQqfIL$2pOxZ/Z,L69m9#pITE؈+Iڷ_-_B[w貊cs/lo~_3JBp7xnY9}Yu+$|XA)ge.S<<^H'Y 4³_9cL_撌%!7#fB5ZE5IaohԽ[RHzSߝn 9'TR~@4zVI։Hr-㲞6 1DÏy׫6q|K@$,* 78 o6Nhb-;2OȲX ('v@A0wjϳp$ZL`.wHRl翈Cg`ʢIiAK+ach4!44/QC0f,/7sfsCV" VG*y]@V,% z6Bܾn Jnj0{%7 TН=1lr-þUA:*;2\]~4 ^z#r{9;΋=|4`Py6j—Y["Մp|9iK`76f4r|<fO>9wH]%%9[M sC>rOR`2Piz͍&h/TFK"^8̚R>M1k!&pѭ. R~i#@&8a[" 93[@e(&l)'cI$Y11yJw~A-(13UƴFΡ#zWe j(.>/jrҲ-QQRujᴺ" .H @UٲDQzGmƛ׎z9:=l{md-3cgf Mj\DBXݔaUU %awPrvs,.Mpr?j"q$8Ϟ?$7>t_N:-="A]y%!l#6/w06hTes-6wtbY?h{V`e*Ε_8me1b0^ OU<0S$ƾ'@#r,xܿ8n.:(=^̓Ӎnv$`ڶjʮ:0!<Ƈblk4?J5\Fqy9m\d4*Xa:pah9wMHBPqƆG <:!ڎ3{8%#8j 4x^àdFPΊ8r^Z8 S%Uк8:("fW[]@+K7*ARoe۳shϦW: U,sS6Yfkgdžq`;MճVKz-y+'{`mE ~RhUVt:kQc P']:plhv$8u=EF#ZDk=Y7 CCl*2FTC¿WbaHX9Jx ]l߲׶$>u6F:cF7'|gj/\JoH9 89KВwcn(~ )6U&cdO[w}bQh솧Ӆ7`V5P.UzȘg[t-*M!L~k*~8L6Df0en&嘓iv[9l$M cV.@xc#5ZHmE$9%ld ?ìy+E{85biO d g֯Ǐq!4=\Qb\DItb@#Hﶣ̩cFžB8>P*c‘w&τ|ikg͖Q|L QY+z F\S%Ux 8JLg dŃz'(m7TX+f ̝8kj']\hCsL$(ķ=%Ɇw^ RуF{<&$Ǭqi5+ o+BlAˉ%!('w2>?S/182K/]$- H!s9L=^ ?ZV o:V#ᓺzO052 +=GShdت@ߒs2(>C-yО085͞(>5~*N8Z YUﴤ#}i?}}]pi ~Py*?)ܸDlm_X|YھQ\(} e JO*<,‚įs^ @!4DB}णEћn3 1tX=GT6tdT鱑%lQQFa0uQxkEҀae@(X!KLe 5EhyJ7?0T@Œ&zTDݙ<ϧ%Wo!x+XP:=K4@tF_D6lLH3!9әݧ̙,=s^JSۂU;n@ۯ0ޏ5IЊQ *5́+=!tfoI(g6&gzmPQjcl%(2 5A5ɥ^/vCSU O 4Xx6>pkeʍt!i MSZ^Ys!gT[T2zr#K0*!NPdĭi/3 lr $j_ ERI LG\rl]NJá^TzTI_Tjŝ156z&VX.$1)uJ_}G8n@wdҨk I rBo~N)"/Bq5mL`'AqO#L7p C٤YJ(+0 SlĥsQY*tuI .,{(W{scM-ÃjFVѵFfvF ۡ0%kVgZ V8H!mPSƜ'X Pw]2T)W .zY>н%y o}%uS 00sDznrK{ړwB~vd9#Q=^FqvX^# y:N8;N{52olw=k"":6=Fwh_v٩\֪(v0!u|ep*&G46#%zN*"`Z3Eb֝<bYX ux{P,Q8\ִ҃gu"b]` ovfiBjqhi Ϝ2'EbLm-^m##B_DRLcR29pխur>̽\Wg1CYlT Y:$ |Vh ,[p $h)s4Wc/4lߘNrHқ\".KިIs|!|Jvk*I wpL1W|wS INʓ?=O/;(_*Ud-9P"P <ȲòOjb%CA?5 +П)ܭڴU,jHݏ)R͜5[-Z@ҍ}K6Ή$[ ,$0Z3@t4mv.ii3_8LVOAUo6,h͵,-lkD3J)O9`c%lӠ&lồXP$1\ue:+"_:#A~E\qOs;F܂.M* &s^4Q;y:ź<V*}bQM1gܷۧlpDk$sj&NN|ͧ N:KR 80ُc7B( zTѼB&c`]gK2کFG>8.֋`R.ۍ#^9HAd9$7|f{S_2nœڦ3bֻf9|hQ?Q q(O-x-Y¼5ӜNZ:ýv^$M I\G6CŘFAbVrib:@Fc'9Minlg帑^&f@ ,fgoC4ބPu`DbS0 ??@]y_Ã\]w^p?c/ *؈t Zb:CmYw|T ?ڒK/Ĝ CXZEÞ :Q M*~pf5ZW_iP]FqMUl2Qz ; +>?Dc}\G姵2 @ptQ=0Lm5 /JS`8]g #rlv*ȇ|0 =%(Ix F}<5Pէ5Kf=~.L5髾,}ؼX=uR|TRB'F^͘m(C 0Gc~3#HA}yHqjhMV C=X1EpbLJWHj+GC(* ހSI$حO <2k?uh0:) ?qɰ>MEgRֆvh|VoE&~*?BzMV;uYA7ht&53IoDeVlkq"( zJ6ENlwcYNx"f )[#œccG.() 5'̓q 1Clw  )Yǐ=R囻r3ws~6%Nj(2^9qִӴ{~5T3MdI+7ٝHܞHuZ\Vj1 wIΨq"&΀#GcHj N_u#5gG[:2,zAx(W o++RX7i~^)#,>MU&m? ,RIX ?e$u6yiyU+ޱ8eg`kCrb[o6M(gjm':|ZRRmRDE=Bbzm[xQrh <7/#.7Zމ\{F|֛d_u9(9ROnrV5 |'":I.rg|h3_VpA2CLeKNȗ?mlKrpPUk_b|xm2MĺAr)hݒ?Q5`NS%$ϪD?QIgr}'O{/^%SF*(m_DƳ^Es]W8u0Is@~>âW]+1+wb;P:$*WU\ꝵ]!q鈟t¢fOG;>Ľ'$ر6|3vM;.nbڭY60VX: s)aǽH3_~=0mތ𺊩*s\ I^`fށKpX|"1LrDׇmaN~ǪRobZܭOVr!ꘓ4HÂJPxst 2}!3~ Z~GUx s^6ľ ;"WTeP/cn9U}b4sICYKp~n]\'4v#*v0NTkCe_Kjl0:գ!BsjQ9̓$h"2>ղ`w0 إMI/ A 4}#U=bn']*wUt$-}4c ؤrH }'@/f}[崑Rn>~C3`1=Ro#ӲH4<`=&5T|$Q VN0f" ?cʛ޷~\%>4`\HC= ;,3%:T%%dj9T"ha[m΢ Q(fͬ!(hYٸs~iI~1SAj=C}4{c:V.! bR_eTA 7 L;B[D#qt @TaBW7$)]V7%x m=|מoC6W>i'WXz߹NixP:sa`a*' r8!˛7>X9BKŬ(H\o? An='ɉ:g{a%8%#JЯÖ%:-GNx cƅ5&(-k֑ sJa,˿~8bNԡ*ZilJvP nC30fVr# 2'X.j]PW|5lB1fNd>fSfIvF%{zע\ش#ʠ_}Fnj\,h`ɲxV/ʄ2Nf]̻@B d:Yt3Q <[_lw|fu>qDJcWaQ6KXGxclNH;wphb[Hm^%o]]̗ԘTCSܷ(} uU Xy:  O{j?1ħ# yLJv=y!td+=}xG鬃lv2_W I.K߸FN6'9p'Slt?*^⣸"qۆЖ[ry:7?q:V(WDcVƞoꗈM'뿫~*mEV5qb/4xgcpӲQQڋM( 7?, Sjي'2 Lh깸DEk 2`I"VĪkT-Nd __ a&aFJ >MhBp2խ2>0dh ae?,]4wԴ0eE;cώ axx'rM%b鎋M1a8C͑RF`@J9N*/tʆ`&?+ @PXe8-cЁ#& /IuUQUs ؜x"_ĪS *p W]kC]Lkn6~  _L;/>Nvcb_aCp.w^w^NaMЄ&HS[F&d( jȗp5".h"'TMoJsijBXiqݩۃGPf'NN ⍒Lga$4M:ɴ;Z8Py"yKЙϛY EI|kHfFf l Rv!)GÀgѐo$ﯚ@I & (,\Q1]8L\<`b(2tm@.c^ZGw|VXs4OWfw:'fJgļ Jt%{dT=}K$re&Ww?tB҂9 T& m1 QCK3wU|d:{@wٻ^#J#*N/Ļ$uJ3}US>sK!aEf܂=o2ls_N5wH|xM>T,Є1sL'ٚQyKoLWjjQV8 2YԳ`nbXvReC/"W%i}bz(Q6y;n7OJKxhЗ[%|CwjW[!Edү*G-  I#fCǝN/nX5w̼tE,xΚts$B .鋻$<א1#A__ljgNŒ?3WL+9I~`7SJO@1=+ aQ%`[CqbedP?m}O!r1NY }cb`t i`yn}ьe?DfO0gQ*(v]t1M6\Q۶ylq+Xdq;(oN7Pw*3>gS)ˆEooeO:^ X;EUEB=p^o)Ď~ ը^3ogJw"֑Uz?z.PzT{_mkPZT@~ʫ;fIM,g~u-HZi8\KF ?[-b<[@wj(h_'%Uv\ ^ۗ^$IyKWw9P&bD.L'f=P55$v3hG9 aOLH$aN%ƠWYԦϛ}du"/BU/D&^4Œh9%"v-_x\49YC piu`j̳\SC]5W9/$C؛ pyRuGeXſ6 ^! ' ⷢl/RY$`ui'VFF&pƺ{^'a0Ij2 " C^iDRlVz_`8@l/y,F&6iE^'Mtum̰6WrTSrHe_95?g]L=:D1>gVHM\[l {fL{W1x\52!c<.1lʪ c]J~-2ID\-6-},`$ƊuxhEF OB"M;!j"<`b̮tMlԆ). wE躚:37c"V-Õ-~No Muۙ=# ո 9d!)eD& (ڍ˅lFX%j9>Sw*M{^gߓy0pc&C1B $K;Lo 5|Dhlg%G2c\j>j^=@?Ztiq"΃yAs6SQH]{UՁ!9?%֋Gݜ nhes"d)&d*NPi[۴s@Z{@+>]EP^ImͿU[Wϯ.o$ XBuǽ(pGB:iCT 6$K4_U6yDZE$G~` S<,Bs z?ˇf+OsEmm|f"Kt^]%}fjgl'Q'oe5NU)(ޑ⣬xh p6Udq}7xGEDnQ6q}9wO7dB^ -X nh/*B%q;Hp]L#ӣ}!-l>K[P1 e^R;iamL7R"?>-ێjZR{>F@i΋oD\cڏ l- =kS)?ӝgׂ0|~ idj@Ƌ#}ˑG(/ BK֨#Sr+q(^ACvK|ҬM|wi b>$ /x ,LgP挌L"@fe-}-9*{m#g{ f8U}珎2$3Fzj&]&Q>C\a IȰsWQ{"QR+Т0=$.)El%ˮB7E`eHXu{f:E&,j $@%/ub.5k+zsmnJz{XbM)#JX_ Qo\W9yCXD s -M#@M.o%7a ]v=f&#"yX81)_I6k%W:QXk:㧣vW-榤9+g)VG~l44 ҘPye8IoF^W.BO2TАZzEY8jT*'۶@0d$*K㍝{:`(v5vAiML@ - ඙A(}wǿ(#Wc|7S5كg% ~'2C #T*![хfN P`^Ί-6a! Qao乱,54VsVecل_gJ}'3ؙF_tA"kAl!,KZI!@~wnW'r30DCpPˬ=l y#R;[ݓ&GϬmn',AI~@Z; ?AT2PvXt.MgbymEǰ{ MdHo+"Cf2eu[L]Ņw3^)#܂y)b-&bҍ?l. xPQ7^XnT%J([[ymVK~?2l5+\nZgų )6NNL"ܪfZÕ 17+{DAPvbu(րZ>k%rjMX"Κ\(9*sBWTCi"^A)O^O092W*~i!!Ѥ҇&C<LI1ќEgNiD{x' $ -%ZSQYE“J@n5?q`Zʹr#$X?mzx_٨HnluK͊Y|G9V 9"f8:M'ˌ+푼:X@x t  @ıyo{jN坘4>1j|Ʋ!wpk-qCN$YJ7Mib+Z$T4?44o`\`0+$`Fl\֦KUh@,j*GJ,￐ ACCj~ s> dAO&\U-(+;ihȡ5|QnٽZ 9i懇wʽg˜$os_j$Vx^:kOPek0DKXm2gص|=:^N 7ض``,pXOCK`t{yUvj7Ӟ0ԯgN&_K&Lp,,b.ӫmm,#_/b'Ph f pB ͈M2q3Q=d5 9e4cBd1wa禮a罿c)Ds+m4vdY[?'(nYctܒWTMܻzWآ"\uBOc<'>>~ۺ,վ3F> ãqDuEfltWаL9I9E@7Й"A-5SD&ŸۨpNGd(.Y*?}3 8^E,sEȳ<)d==d(=]4,T3Uް =AkɀQ,$Ǹ)cނt(|r7 XkA`Я;EW$ /,`$N^˭;³i'B'M1aJWʎ(@a5|)]qwVBQ9Ѣvz}X_J!trkc jBRrV$4G֪}\1KLR1<  aR_>3x]Yxݹgҝ0JB kgXxe58#x U rEaJ4z|JM 25J7zM=ՕLʅUzi;5,N/szi⦥]> :\H-yho:0o\ HY!"Z[Uѳ2H{T#?h}kǓG".nD)Si Q[&)M~p g?`5"x JAF/܀׾g>5SwOU,#2?]dŭG-&I\Ir~)5~g>42c0NK-41 S2.@1CjZ&<&*r!b>e*x8\vI_'8˚?͌YʒA `8Ck\VW@QvR0" %/Kt=8vN#8H|L pt'5LX}w"  Fc ?#\!~Dy%]?:$l{'~8Z:z&vXmdi0u] ߎX(|,彭Fb'"7`sr Kja*8ZPB} Ɂ tu=hzGf}*):wNB{T #'F vF"$&?)3L8ZX<1*U-OΗmF;Gڷ8k`o`O?FO tK]2#]dew\xuHig/!r{ECoP o 9܁A4[*]\[V:S-n@|$#G%pֱnZڋ%Ϸ gF=ق;͹(wά+v zP)Q/y?*F47F #&RˠI)J{Ye]J*U,Ú&wE1zſnct2pK͐$M% <2ZVfWV)4񾀿sBjYt<{:py#sN~Sy$U,WXbEx&,8.k0'%߭p`DOOg&MVM"TQpphoľT5n]~+hoh{[H<[4Nl+#L8fwqxg~We`iQ$q;:#f6O4 8{Q/SPʪ M#/^|\z#[':9>ڇПFJ oR`>aZj4/׈B~ BS=v؈ƨ$rFN?])#2<#="۝0 1e= 9T GVi̥\jJ*J4~ X_*ʏ_cR =DR+qc}W=(~*\DA-@E Zg3/Pb@'Bהa D1 :+# ͭAW=0!̩weKu575d;Q>G/9~3-pV*4~(ղ8l'jWzW*^.eY a`A"_.|fc|폪#bLvʸY?'|j$m:B{vk{ma¶yfb#qCx6ܜ ֒05Q؏/SˢȎ͘ϊFѕr&0כdnpߊl_; 4skpiȉ/qh vT jCd>{uѾ(]ؚө\Ur~~O'^d^XKWl⩺ 1Qh}<_(8:fDLϣO}U"@JTa۸~? .x v363/1!x#)DGCWMp?Z˒x;3LJ_Us}TIRnevqQw (S^DjF_܏<4(Oҿ,Z2Q,(tm5.畦ٙh-ƶEc4w=Ht NvLUxe,wCxWA5ڨ$@ ǧ{,ֶ/(TZ.I#dC355`h99V2Or?}Oc_ok8eM`-Ttp vޥ3]gX {ξ.?AAoG8Ͼ)k!O# nUgvy|w :6׮y[5/\$e-Uh3/2XxQA2J12BI>cD:E)ݨ}\Fq ` G:^C8Pw*¸ Í2 d{YKdSTz+.Rne_`e?:i!|hmN4H宆Qs0(w̪f炵m",_%dE_1V1 ϓ]VmYJNeFgLu(/.,ҳ{~,aͽk<"JdpG ,+Wf(엀̎D*9 +j'cڳloKʒKPÌ_ 'A-̻oxNgn115@a"tZ%큶{1.^Rl~e{Xjlql|}0ӮS"P >rQ]f֍%I83r1՞0:5e}"jwp);f_v?l_F;`)+)_޻ViXk5k=rn-B1u?Ǜ6$!;9.^J:1bL>y+XxU#= 8L F2(?9+Rߤ{}h8d&+9!4F!]w" C6)?yi<5yLծf>g$";@= &Ȟ 93(?krT]IorbN[pAw?Zw`p%5mL~fMzRq\G`ZS?^V LpD`k%bw|eU h&<.O|VbAR6-_yMU'6Gyf#b&7ܒzL0kKfGD`W>{VqUyt4kWajTċu2 Hsޘ?l80k]=IHUIob\gb{cWR\\mga JJ+Vm|KD|y!-.jNp?/jjC3(#'A!IGm>]c[]nSK3-:l<9سL qzA3a8>c,?#ص>@Yڥ]e"_bcnM隁2x~O-GA}ːQR`-RiGIKg5j7ہ /mSZpKjrh&Nƈ9Vql]8-:i_]K˞|.}Xy.ʟ0lG@ȍ\x:ZS̍QQt*L<k00T>}`,ܜGj~?9QZH(zҔ9-)ҔsҖbUgG]5M g}#kq8lS :Tu s;{.dh~f  }$\̘j(n9#{VoiM [vfauJ2Mv'חv<ㅸ))c=[* Z_傷k 70`cYAscd{h v/ٷu%*n%uko|?-k)6` @j _*nJ%Ju\鱽_^^@*qwaKɹx̩25Yu^}弘ߟ; Sl{Y2^HP'>qocUf@ocDt| ]bT(8MʯUfXe.{PO Wdk #,HM"]!t@= "AZ AeeKy}?NJ!œcFI@h `/QQ-^6[ ʂ54~d &8#VI'i[LSz%DflH5lńu":\X JTd^#T K*)N΄ȕTXl$/5fDxBHTî0;=I@H6oj%m 9ũx;kmo"ڥTeC=;Cy o:[ %Z 矛_=d%TImʚYޏe&1{dxn_xՖ2@n,|q=%_TpZNLwJ@( N*|6'yR!il73"a9 ?{sӽ>&u#Kzr3 HV %cmx[5Czg;ko)۴2[T!ֵۺ@+%G Q΁qDe ][ cF cg+1Cf&}\;_%AFEó; MYEzB,MokzOw`&E7H\\xKX3kܷCQ8bF%pv'jz&VsWI~ y0pD̊hQ>OBq<)p_Yցmٚ(#Zm֦U5ń\ Jrv@[~~ x3ERDaS$=VN= H_Ӓ,@7Ok!9^SmT'AGHNlHef΋c^ǛD@[J>,)23o½>)`ۃX]m{IC;[\W}B21ŵSZYV`G^tJQ/ήK>PFIW c>s( TGU_ ǣLQeSҫZ{ *|Eͽ>|皗u uC0n@NL?@vh=Dj |t=SfGf \~^bfcj|Z [mrevX̼QD+\>jw9d M7wgCJżS$D4ۣWJ-,ZW)؜ ?B(ӺBV΅* m8ÿ~Xto 8 h6k}AKRbl/TZ%SMwUGzy{z6@zg6mky,h$4FӔ|2ѡ+|q9Ӣ`~=7oǸM>պf!DvH%C.:Yw/ Be mc_aq}|mQ5Czy_&2ch1GF=a7┈+l%o#bu`a4!V46V&/ozvNJr %+*hѻ;"vKYk4Nمl%+ME yl)4FPPAD&rvR߀Z6zh{(咝>TI=ϊXҤv&eIYDtx%`9:ws qɷrNV'6=:75s:'ueUezk:h.֌C3³AN^Z`w\G/" @߅ ej`Z|D2Je?7 ;q+Z}\`:\C4ۛ!_Xuz`Lwit \EntnRŮMőښT}j*a><ĮAqZJ)u'O5J\\v}]^07,8|ԕFбgQ }B%AHhm<%fq4Qqul _7;@8{ˬ~`fyV ƁWAA9kY7,g ό9fXT}H$i'P.zM>DN.U:מJ_ˆ-uBtyy lK'*rV;1wV7-o-]? Azu]P&6[Φbmu>OsBw=Q[ZQ nQ/N4J{&Qu7\|zA`i T>qq cvg4_Hs/ݤkrAi"p>^HQC.q.I=?p` !c#`ya23mB 4F:w%+{l^U:+iMaU(i| *W w#qCna ί :9N;| +D cҠoҌF׹mոs.ec2yy<9#49(徉̗c&^S4.j1r=yn f'zKt3zG#bi.OMuXH aԱ J2O!P0rW aBMIFOB~.ڈ>?|YEy>``wm}9Jc>1pU"jOZڮm/a-@X;} ހԸxIo"gT^- 6֞.8M{t ݈)k<򉊳 [f$J@-ڶX/Z_\x.yigQJ:6O4;_;Qoa:`L &FM;yCPk4dhض&  =SJvvY"KK/gy-@E5+ɏFm`]VB׽aj6R|1XJw>&r~>݆{b~촲^`@"8>O~(J16+/xC%9m h,4)boXǽM/q}/6 JqiqLjFu?.YT̤YZ3DfeR,xO3{㔜92FLss/ji& ^no(&ILҗ ,;\QoP#:vFink qQ2JWZ!4W`VU,1f#cH&n~Z)uio!Ƒ JLg|Y hQ57*g-LpEx w'}B{b;}cZ$l 4K-}ogohM`\ 98niИ.WqַO'O 3UѯX ~g`eѵI|c*8 ?/4?b!L{-qC] GT|=a'PgG8Pt/]wTٶ/F޹eݤ v^AaŴw "?+L!N'Gւ:ֺx,LVpxX.yK 3`5~,29J ݢvTLp aX"kk \PvdK^iqڸve;`({L]>zw Tw`Rؙ̭E *uV(v瓦9}OV4==}W B)nMՂsŢ]m)JP_*ql\~.Ot۔ tEcA92"J~W_Iv# *3Mɼ21-!t M s"Ōa^:-q`~d\+U2W'mʑ>!pڭ#}^646a~3/0Gsڨ9AQO 4 d}[.ٔA&\x;zE~Jb&`rRMoiin\˭5Y@-Q ¢(2A(}pk)o4=*_!|DDv*W\8o*C{Nb"&ЈdYuB(Qԑ|w!]Yq077$A`Ć 8Nz:UK"/p0@>B;mZ/df' o#a&c=m)զnm,B|ê8Orק=kAM GjgciQR+*" x cR )ah^>ji ̏+~>2qQ) <_ i"yaF ~}:c I1;uZ'1Y h8,ͰnD(I{kK(كqBlGr9 ^reI^`Ʊ_ÛL~xФo*Z} KisZ mlgǼ֓NpPc/-kE Q=B)V 8H&sݬ[&5 ت |-r $%'7r,J4RuO &t>{WCjx#zgװrAA+汜"R%w[ۏ?DNy_P +\'f&tѸ|sk*`#> Sm > ֡b(6ԵE} Ѐ< n6qEk6j\1DjKnɈ:qxL5U>:A.CG Y<1ySGu)A3=˾&RDieoՓ'Q"қkC(oAg(ۮr 7? QKlQ!u3\T/WX~RI~3ɰX%]" lDr3s~}$$ ';p]=/3 o@8g{퉩/+M6|n*bJ#t N`|OܻF@0sa<Ld` ?SUQ_ҰS@U#2k 7i6=܊xe}.Qhٮлd H{)%Sۊ7\^!_`O't9?UnQbxǎAxf-9RqRj -g{ Y=HR4X Cl'o `)g +ii3z-?J.Pʂg >ɑNҋ,YCڠ:0WV.˅^7E^MGZrVxG}PG!2 @e*E~wF3wR,^yQu24[^u~oA}!cf[^ځYuR})Aׅ~XUK!M:KodAz9fWsj Q zҕqQ (1Sd T3|)FPVlX}Ψ,C˪$NIzdd$|ۚ䂱v>dX%UOVF&rEcSb汦mz"B)m]k6[Wk<$N0%,qGdY+0>[Z|g@+(Bh|МգDt[HnNݍbj 3 d1&Tp-=8W!b}Dʠf^;?,-2۟) <׌e[Q 7 khRMAeJO:PXfSg9+A{>+t ɥToWE;3&Cs"C msHq/`xX ^4A*2z/yq7\l![ѿJ LM5d%XNѓ0l3`/Fcd0()V5wDY=M>+ hHIQz~yE9ߢ2TT2x]0r0]M/SLEFrB5R٬IRǃTr"dXKгcf-hJU~s|yeņD'{_^w&GMQ!|aY.'Q`l=HPmq.Ȑ CEAڲ#u~kCe}-'V݋Tl8#r@">MboD?%veLTL>?ܩ 8LoAQ/T^9RݶAa{;-<nY IPHKߟ-T|7)iހqJ}\Oi~h?n|JݨS, K+&Wn hml7|"-3RS^C5H5dQ]L~ޛuwceŕĥCۓKI;HV3Ĝuk㲓JzȽ_ݫ ':H8{jY<Bi[@?,C,OUU)*x2Gy&#'ߴo-Fv֥-}q 'J̝lԉʸ4 پHS3B72G H۬(rNa M0ef'Ptiw$E}wilcFv*drxjr`Ad *zo!k ߕN6" By)z ZTpjY]oT2(^jqF]f]vU &=_bT* -0wxY枑XU8;N9Ψ҆6 ![t͚x)V|CLHfeG`CJ#m^J3&JNaKM4=\zKVpJ-u:VVߣIE MKWsBR筳d\ iU 0! b»o\1/':袊Rp*S%~Kz6I-_@:ӍH=.TP&U=a|!;Bq+T΀YTFIC^u/c(DDz$!_,we%ǠA`}&˚ $3LfWT.ݟ̈́lpW⯇C ߛ:E0o`C{,|# ZϘc>۞LO4yQ T{I; n2 aPJb1Έ[0WnGůc .ynq Wu߼Eqx?!Qo`7i52|&A[ ?x!0 ,*"ґ%z0WT&mrdz`m0f4:Բua(kV"\%fѭ3!lk]MUhp:*4֪.9Qv,'=Sjk02?10s# ՐOV.45h7ٴ^6 X)"f9ۇ۬OR1!ftLD1W$ι)pQÍyzܸ0uCPw 뿤!]kdstB[JJH ]DxF%vߵ?<3`qeՔoXyﭓH5Eo\@Uh,vp)t2;֚jZZz9o6_z_%ԜHX!vXf1tZ3gbPxFo2aʏ01VpVU*TXΡ@o]4s6GV)8Ǎz+i^-T/N,(~C7@60la3Q%3ߔ`8 5K mR/*b[6c@QzCP։**gđ-r֜x*5T<xMqid7DK5O}v-.MkdSìY*ސb+t9[p`6f_o5ߡôl YCTh=/|z1g7K q,񒨩PgPqQSgG>oةb+FZ~f-#7$yq7%`2洼Mj-Dxw q,;O+42J\gYKJABgPxoo lw1hxx }{W# %V~¨  |W3j饃uWHMięL[O{E"U+B8.g?N/hbruKT0ɔ-x<7h m`=!&YxIa @)Udz]k֛6`g:t`'%ш #1LT1UNV/bvg%ɫP;h)/#ڸL'/~}6!R8!I vFvSE 3{CkH HiiXқ1. ۍnN wg]Hd|֟uƿ{Cjo#ܾY #l}u5LEPDm[l2GAҿgKD;Dbdz.}8}o}C,ɓu=Dzcбv ;:ӵR0tNUinA{5pWӼ;╈yJmV,zf{{FVqJў L 0A 4<ƽgOx}”t\y8%!4'j$F}<jBs?Md&Dy7_.±cbY*BԲ%'v@%>V ʁV?p0>]7։ 1X)lFU /:?rKJ=5C9`st/tUʰf>H H`}mF'ܳ`L;˱Xf͏%(BB4xo71..!:MO7unn0-xEؘy0u M[=`Ɂ90s6R޳bbݔfA X('?͐`@gZr פ& BfD;/=喲S'֪_.a8m"νF?z1ȦqȘ9,q?2SP! QAԯ<ԞShKMaH׻-!jhVe_lq F&ۥs_QpyY!?$/mA`,=s]O''ՂoN{TW6̽a;tE` 966#I,V7zQ7&4g_JD:9l[ ѓ(-A> bd]s˚usS\Ru?6j:y{sgּ:Fi%d0\Ҡn;N/u[4-:RcW(\ZKN{}jF$b.:a11/N+/Rc9h+%5J`b恬\HY)O1)e6;3᝼7,0HrѪsBNi{n U69vE3wZUПnq=j2'OIˡUALDYGA`]>~,lL3Ԑ4M;N[˘iIL'l=Y/4rlCV]U ^.zhgW/ t"њiLVhظ?L8!3M.0vc6ݭ^C/)k 23 lb .EJ53@Dzu?p|D8"rQ2-V'V(6% rL$w(A7z~cMxAw6l`gY1GEtw?dP cF?_ amwOa7’ɪgKW("ZUAGvAn6>qme(RBh ti|̡c^ պ}5:Ktar;: ˄N)"97XŘ yvqRGumk'0KZ-t۝v=?;3>eVƄP8Lӕ&ZKԓr[pMU(t)dΝ9<= -ӫ{*TDĨRM~b1"% y2CbXjbZd5Δtu#1]{Ė0(Q7v(i1$}G ( g<[Tୃ㡚 o]x eSƀAxHm0/$@1{vhmp9;-\jvS O05~A)3٣%L tülEK7QNU+V5~f/?aQy)MV;u:PB4/YM;i&lw6y 4X5FK]EVprɬ45l 뱴bVK9&em6NhdeN~@{ Y@PNN2^O".)vƱpȓPޖPH/6Uփb[qrd0-u)| [dXb:I"Ѥ'ohl1Z0aZz".N.Q͡F$,hW@ D|cbm:-\0C*)3 jyP FeCaR noI'Ӝ/r ?F//'sJŖE]{g -f~Sl|awl?CK~MmYׂa~H襐9do6c#|f @@a۾wMl:|f M;رMm奆*x U˚LcgGB[6|u)tdX7vj >z&[HfĒ Yg͓FQ`u1v+C L`g{7jEibMvymI_<7He l0>2!4ޤJG+ GADYh¨q/eD,םSb#_+lPkk-/ #%ަZCb"Dz \j듏\"q;cA@#$S&7zbl)46)!b;neczT9! )|_C`rVFW}Ezv@̼7mؓw>{8YGCլ{Ϗzɜ+ƿԋ`-3c);.9L(5m@گA8H RE#ޏ3RƦ6 q/yz +@ƒ0&Δf< K̈Ϝݮ\~tleoǺ) 7qQ]F(nEi;Mim `ЮQThlFL>; XڪsLvC"hTB[v2t3m7}Hz·?v<{]&RVZ/E<%9#v2pB?r&0YKM׈}+f#e4ܵu:htkgR{2"0DN(thqBeF}P5(7Au:ʨۋu(ţX]]d V!sWOVYų} YO㰏q*^#Gv˭ jBR" o_7>>hyh2,~eTa׺jB߮xX"ϋֈh3LY}P7ޱ}:D)w+̃Eㇻ1|z*\}~c: es*.$m0Qz` ي^)v̈5u`إ2\7ip5!~9ͫU|``FKoˊ]>vf6f1 V龿xG3plv _ꦩ /+"jDcIՠnE>ӄRG{_ǓyfūqtRɟoұ OA+ upw >'iM~e%2`ErttT(56ܯ6Qx%2BtQ[qɛZ qn1#_[|)7H:3n\5!w-1ŭO ,52Cf߂@Iʾ[p%ۚ@@]K~ F(RyΤQmfrۭ|ke$4.,7c9UB Bbu9^b*D$dJ@0,%yc[4lQK'5}ͫ__thk|q%P&~Q>bhLsG)[pDԖn5\ߓ/J.Ϧ94ğb8ar}lCʏ SPyI"@Tho8.TVZF6!J3a!O{\z=R1{Ecd~S6Xl;OeGxht/QwhfKj=bebबwIHPsº-VY"YB4ާ_fF=u?_M2Tk&:^ϒA>aad[F2 SYӝo*(֛~xҲB R׋@'/z C(%EyIHv|6,pƓ_|eCy[^ }qG Ya!0.N^8$\7ӽ^dF'%P(( əq#Baa)3iphgJ6/w\["̽xz05Ԥ?ǁX#%OULnIڶehn-L14ȇS_n2Aз T>1 Kl ,t@g_}}e^/$Qeѣ.C`ȫt&j.OOWnuhVynTE9VTl4o#X) UE{wx8GsB4q/'No+kLO$5gH=˪&ګ$?P 횉nIV_D`73cȬX؁DNV̻Μy)8@BGx )DqB%2vu وO ; $bH"&4.x!j1"&0RUOɰEz^!d-/H@鄾cBl07N4D+,;j+3`Xk[ăw;y B$Q{m/m^Cp̤y= (ˈrgQ3IT/O̯vN,᥻'~¶sl ZoN< oGV jZr6Fe\ P5Lh84;( gᘳ)AͲt(:|p ƐŁePؐHJ&5K,"/ܛCoΣPH :2_{:Dzh2P[0uF5nO22RM$BpfKK!hwCK'yρ`޺Ay)M%f .2]egߞr\=nɧb [4ZEj" ؝SCn5Vs ^G[fEUZZމ>k6WV轱o)_|i T[>\ka5t"tvEn< i،=%\c(آ(}0Y*A%ʠ@<&`9\m!f1b<ݷ{]1vYŻ좔ۇadPWfzoPu'Vm?25qg?7-ˍ:T|VٔD$%(':ˈ4ɨe࠴ ZgԜN39*vdx }FB0($'QH@F(-Z7 (1ɂIIc9E+'^,]D~S{o*ݹ;,stxTa^tpR 98({!o #3 J1$F[l>qdڂo`o+n;hF8݁;Mr"tךR%dHq6)dh+(W㯎ݠG%)ٔ^xqŇsJsPl%4@GH&Z0'K |dSd٩vbH[?GxvXJz$_;w䨳Y&.ON]2QΙaE[3 ԑD/^Ύ{}f*榑O9>y:n#s39 ,_% +M̿SW%ED[;>'"~bvǯL zyƛ{\퀝,93K&)Gn q|rK&x`yD. -R?ctZFD5u$ )B ÐD۳60X+ ` tT],Ԭoa9 Mosݠڂ/8 CoޠhO0լ!|6 8qUjApIߤjKmbV,A-֓QT>|܋Xȧt W H{=WrgzɦyW<%?[B1"&i NP,2Q6 K |eŬXTxH(cOx,ځ 5L[7A}d ,w R&6RȢ5/4sI]yt76&AHh jz5A"LjѴN@Xv[M3*=! Mx=$&?ΦϜlG"6I,< ֌c9 IN}F}j2y:'OngIkg,+5$qi3wK {-Hƅ kF3AOԆ|Ԡδnbiy"Cl&ApxRG t7H`l}M' $l"D $o&ͼpi>:^* :n;stpKvHFi>ڑ4;թwV=3.<.^ Hh[zydׂb)e=ܧ[yg1PyNA:]q:׸WC zΐH a5F7:>n&Hn>K˨ ":ڤ'J[ Cn&GH"A[t1 XQ7|/b]b?OC~N/X}!IO'}2vR;P_=U;6oy:"+IWI.#D):7(0P[1l\5 r ]X"dgv&pk",^`9F=b`$6U)pK&~g1K8#M9-SB{1-Xa(ZZq)F2 /.~6d dKj0^0Y^T:#E;b;FoiU1HSפn5 sLG'h? vrQr3 )ZJQD㤽QdN&qV\M4z1dI5"*RbGm/^||ڬonȑHIV E^%pf\g2Nz1MZ[s76HEt$ozǖpzTd#4>OX$]yْͩ2k+E-JT.7 |o7DAnE w裬\P`RV-F/ʨA' <}j6݅mӓFΈ1q^Xmc$v|')6 j>N3N%[3^gCԫtOϺ^Vje+̻ue\Whb ϙ ie愑, ѓH)SJK&O4[79Q}.JHzk# t$9WE+V6KgEvV*̛F !Xb_ P͢lFlha%4MIwCڈ9z yf 79pM,'1.9ը_Yȿ@)PXkahu$0^nY35@DOiap_=w փ .K[#ciOQ BTn I)~T`Y{=L] 9`zC8?s%_iqQL<.S] zصKIS|}mfPt]Ǐ$ ɷ[f#ߒfw^0`6NiY|njinLA/SjV=wl3^fO89'خThsSDN &jCo"a~g:BX[q M`8l9y£˹5vQF]U*zz7d҄d󊫎6+@S,#C]*N#d怓PbA9I`IJm@$FUjLϗ3dAcUxVwDK O䴶xf YXq(ԆE!$ͨP V^y$ 5⯄[%#]Fя7vs՟ 3k6VzD?rSd_KjkɾR~}k}aܧ= ^]k `#nƷ{a5(7߂xe Ouql&#rTeKnNp/h(5bwSO{jV7 [Tkf%[pjDv*|pNR%{*8BWʹf%alܛHcUpX}Qv[:]?2¸kyA!l /RJ 2|~ vVa1lE+P;kʘZf0i\—Y% ;ӁЭ98RH@tIGZ=ӁyT y":lI^2!B 8 "1$4m6FJ[Sˆ84e&ucM.PV$v Wx}:&1?b6*%-=&Q [UWqǝ&TuGWamT"yBm w4)qڬHvwRA@-x7Lag5xT=fУ6Mv%!to`LW(bp[;TkS4;/$ dؒ\QpDd0LNQ Q MXmiLCjV=x܇ O{b](j} mچYU cBO/XYB"W)n7 w<֔ch {$GqH`G\M.r~U*__C5ޓ]kTe_p;FoB8*a=/ʛHUkXH9CE;M+<P[*;0p[H!.JTCw-`f,3/=WUfz~ m6|43fa\Z o(;C,a,?i(O*[ѱq' {,ݴAVs2Gx ;Ss`5#fUޕi]fYpo_@3XQ%a7L >0d 'BI{X0=K]ҫ;z @n)2U*~A^EX%Q)'4XٿgR+ጪIb_1ˏ=ں%'CQC z`BZ3N<"7TD|_Hq~'pFI(DTc .6Gld*p"xK"yR*`W8kDW6;WCFna9Ex9Dx;KQ|; <5lhѡi,{G`Q7A? WF#[Xב@zE:sk<%uwQh Y8,=NM$3qc(^FN:)GT! st"d(WLv(͉B&5m3_VY3֥3QSbc!RzST(LA}}R^_oҫ;\{`RS#[?؆lQ * 5_)GY/ΔDrչN Cu/浔ֈ`ufp!Kqv/GHwgfGXEJRVybHlesB'Gw <[]cV %l:I`W߬H|UNC\=[gf۩5TdX *~*z[WWcꧤ~ 1'FMUW: D<++Za0Yq<ݿ[/4.ךNQf$߄'d|%|ڠS#XҘ#ͳsDpmk^Fg@.^@1FN:+*п}z*klJ۬Ը.y=}g | IԞ|D-,Tphnw@nI;=>"y|4ۗUm4an~lN@ڕ=s=Ĩ{dhwke8( ;z y -YÜ0i_74T%ACl W( ͵7%q1@wso&(hG#nj,P)j]~ެCÂj+QBJ pHbvg>5& GSȾMGnو͝C xxU؄xy 20:H6#\YQ6+T]D- IgDnC! *pdףi(rl?[j- ф_K#XKK1CR+&G A&aIt_3)b :>9tpkX/.%h8>N))kQ[yvW`Ty@ Ή&Yv!S62Θg ٽ0s (gzT cyO7u.jA?f0a Dclc;m@tU}KMbI4gxeY8p;\hJaFT_ІthU V>#&x~[wW%xq鹾׃d wF9B#-DstX LJ@YWFSQ);n{X} 7ladH{p6rXQ C'sݯUoE餸kUE[;/ O(B4J.e@ v `Dg?\ڎKp2GO[yZ<( %Ιrm,% ' Ab1J[3m~-|FMA*u/\bXe쎌zWJ*yJi׷&4_g9wkoq?]INZf>"b9;<>A q慳qeCцhZ{^#f 3nC$P oY(W!# f^wW|ad@KH)'/N|m~:o-筟%>%RHά ;iT-W)ZN؇[n:Mհ 0e(L/ szemXǐ}{m+*|jKk"oWS|1^$b#~r4qh-Ɨv;d?4:t)H8 C<ґyȑ$As[{TsJ" |7}dҰl*Ta{XRď}rFzn2"d,(d0/M[cbjl$+!QŚX8kǦL_wu+TR&f Ϸ,#L87B1W>X7RHWSȓ/~ H XrMqhʄq95O&ts9옮2W CAyMQ {t%%$h#0Bϖ(gLHRlZYQ |L+*a4Z|_uq>_u2>Aֿ,;OM2.Zi8gx}>_D0_r" ]tnb:' 88tbD-~-:Xv妈<z[[h(uAL۩75-q"dжL{;ʿ|n0M %CBT9έ+k?Q ^Wh Q5&c둗y W'~l``ًKK'W1荍lgg@rI&&r7rQ/.~_< p>ɼt!f W29Z_ik5wq,Q[ R}Z=奘(cνXwtG霡iZlDo"}¹vVqa6I'؜oV|kTؤ(ۧw/_Qzr;Lƻ8%6DrٝvDS_e^ )&+\겉A|(,y#*̨ ?=bc,^R cQ6C~Y//CJ38I8Q' |WPOȚk3qZ.0(5uY Y 4}N-R2sF]b27~?ƓYrT CpZWD 2DnL"b%[LTJ@juq_,qfq[ʑj`WBoD-tD[bN~SU`Ȣ VLHIul f@ }V[.(K'%#+a/jdy@Ogt`N7[搮9O/f7ȦL̘`Hw9 >|p#͹$~5 y8 \'UFDN/>Kw)ge6g*;v%X'S sAcv[P<)[kJ*Zϙ[$XPߧ|[TV98.T $rH:CVDTa٤'R3;WJ복f&s 5U.0 4ŵD=מJ[*,uMi7F~;Un+BO^zDY#K{5ԏ<Qf%i0 3TA|j X%n%xac[Y]\P&؛JH&{k},[V"̦NYA*+Bo.Foz!!Qڰ՘p0󵌋\) a ZZD$]%;7hj`(ytiw\Yӥ>'q G| . A_e<1Pi Lvp <“6ܫ#Ŝ8nFV8 ad2ٞ}z_u>_oȫC:q&W|.{ n ,Պ&c/{}˦ %~toERl-'`g:XAi(zDIW^ȻoIs> {9'?J!fx ~W#?% mQkEDIk&l8+Q+o#PowӬ)Ox= 8]NRVcױ͉o;XhfwjK]; p0i{Jw' GAa-ecI,Bucfu?d)0$ׅ(Gjˋi!IErՂY Rc /wʡåfY$j$n\@ KI'?ӚDַcgso6>o-%;2tup"ɰF@Q`H ȚT럡e{MQ,ʪ{b N7lϴ+^i|WpQpxΞ24y(t&On-,a҃N'^z#Kϊ/,Ѥ@[Yי6otP|&=I`TVJlunF蘗:.&zG(j+SN1m|!g+eP*=m<0{a]qдTCn_%iye[dA.$Zn|Q88`2ҩkf67Zw(繹] eCe>,Vs}g˞ ײ[4iV@Z8v 2L+UMyDgtgMDڜ1d6|:|?Y w7c.mA <$#,bU{ɷm ^][2+~8z61KN}mis?-u p7W0꯼'b5Vsgic\iέƒi_AaDheT5~^.miqrt9j .Ӻ$gLbڭq7lWh{ ?Pc,R]0utE9Q6Dlr#פ{ /6b#lnгS2$Z[ImJɢы(c4{bG5`oR 6$EM0K$^5,Kҳ#spX%.gMl.&jN7ܭiq@gǼ?o SICd>>w-49jx p~{Og`g,FAps?k/ʝעP˞E>I|?%m{ms XG!*澫$ [;.ۡ|H|2EԹ3 d՟k4>BCew ץwDHw*(sS&8凬1cK#_F%Hի M |74bJ9hOLz@&Cb3lԼk.n 6Y,>o#zsR5yZ |6A.8M :8^3Xh|jU ^>dU <-j ZΈsSU\CD:M]z7qu%AafB_ƽ@,,u`WLN84k/saRD?ڂ%aTE32X n$r(h7m2}j',ATVO{9UGOOGg9O7Jk9SE oS7}O?|ʽ3IJk)"d_W󼟠:uvr`ڲM*2ҘS-v( SF_DOL(";qIcTN&z Է[}ar/)7ȤR.H΍/AJ&KOrI8T5xح;zP3}T+UC/9*ZX̀\*J!zu :0C'* h_u9`. BvQK7+W(+~}"bu zb004phWo+ѯ9 `XtwId p 5 0\bzf&aIH@F8:UF%^ L#N^p,`;=$!"&!'&JǁVIZ l8oZXH ' ko~M2kvXcZ ٨i.t,9M#~Sꈜ"N"2dUpt#2;M@f*K#5wH"*lAc)3 L Q\{>6{1hȂaj|AC3JF0d=Y>Tx$9rE^xW+uV '4qaaDe\!!^mi4(g׌~Y?fdmֵD\R J#2TgѪF)EG$ &%HԿ&a$5eȧo/F;<4*APs>F}iYo`Ul&ga^@yr3g~2 3wªo:EÎ(&oPn(^]+)$XQ! @bYub1ˬW+I>s> 9Be~p7p=n)ɠxL*ja >}\#C1;suЅu8K0!%'[Pp'ڢ#:^O{A0RZ+kGCbM6OXi34hK0i)[ mEX ȗ~L~3mhݓU0}bY*xDLrxYTB"iRq;W4 t[ܡXp@HkGؓ0ގ{/p'2c3 ^1}`!:غ\*ƁUMehpeq_t^̟-%:'{IUt /bLڳ~aBƛI=zh֟pś'eL@pG 霺ʕ;X0=?/ZNɺmRaL$)pgi6bQI{|J ]NrT"Y@ˊg ;6JxDu 0s~ͼMF] 6n'4|RTh)=2M`gL]ɂ*C t[sn^>$eSsg$KN$דסtD~vG Pq[v`AРªVqy؏CI-f7EBdCN*(Ad@4lyDQ4_fQ&ɖaJе4V͐%*Tpҍϋ ]HP"=9)|\KX Fͭ_JIJg#rv7H$AʮXI.Sq>pKG:#qWV$t$]VFT~~ɾjQĕ o1E) h3j@0IRf01wG$F(jW; el2WDmFȻ~!DFjV ~ D(xĄ޽ܮpy]_c ֤%BseG>6nԇg6 ÄKT)-ĉK{Z' ږ ʰH7Mw*%K;C6? ]II;U(>}fOiR8Hؕ*ΪC`;Ra@MS}L;VUg-' GpՀHO,~#qB9Z {ߝ+;^IBs[UX#7ОnJ"GxlBm_ْeGQ%$ݝӋV 1/ωN[SUups-BrD8B/KP?]d'}EIlX[='? 9cs*1V(aOY[H}x/$z^ UmȖׇXZԮz9Z-#ܑZ9`2: 2lquY#‡RxBPLSCNg]b[= }&4H/ ŹovYnLi-Za m P/U8Ne~8tG(je^]p-} 4 -/<#uC_XUAɛst0 ng]شMޝ,3bv0|~%P!p>ٿV=ˉ챛`ѷ'6V _yy'QVjjUf@"/9O:5ج0#.2{\K)˓mΠS%0b-,<-m=VU(B8j|gnmoYUd>cp^O:>JaXPĠ`w>g1$S(&W &]Ƿj'Ubj2[P@f$ '\I GM?1`3εƫSDNԜ G'h^:0݇32 ^j5j򘛗aX컑5bZ^L+C=o-scjoZ= [(<& #zCR>NVBWg{kQX^ VXЂ1KT?scd~+IW/*CpoЃٴ+c^#43ܬGҔYna.˒ ӏd?cAW0daL]A~OFaXMrNч)/ۓ+:BܒYLb\ TyKɢFSK8gOשw6չ*3 dۢ o) 1WI!dToB4!((B\3 @N/E/nٹjI*[1kKɝ;Cʕfb!Ⱈ&"uH_{1BH ~ʴ"*.@ &Ol(jr_|i j XEųNG[UFdX+2ANQjȺe޶Ǥs< iDڮ5}{5Vhg~1Ub"w@zxfF.QݬՂ@E#GIq19(uX8?%S-H5!@ <*b)@ݓQp0J3 'Z[nPL89;!}<=E%Tžl6 ds,X*pt#[a:Hm$Z:KbX:Cnd/a匎'=d1VwQ{Oӳq~AH++rp:Bʥ OL-|iz:8 AG5UTuuWq2hG&l-)!oHU)/>x~0$^[4GINui)[0D}GRM#>k֯ڂVs~I6Y!{T8VCXXlQ pKAq/qbD Z .ˁSڦ>r(9" $Q02rv|buWљ O{!#Vç-QO(uƀ %x>> m1f/EPhOau.NwaP|uJozj6| #Rg#G;YqR/yjmhr.}{HJK4^խV %nwϊM#˓8m;x~ ǃu-]6#l. no5`kVo t@ G''Izgf48R5rYj՞jF|7CݮUDžd#‚P)6#c\kfuUŞqFgv0&ޅwٟO9G6QfICe9?-a8 Ȑ5׷BajB"ϒe W6b?T˟8=RښA:CDc5'?5VWiKQ[E#^Ԕ:X콁a):9* :/~ ѓ˖7NLV*CD4aȡ38/p95T~-%pUjoe*x#<ęP΁>{gqpSMV u96PXyiXXVyzwG/Y I-5HѿU2G>S6w"f rrWC&pGypkauKDͻ!9(=x\NޞqdQeox"wxH>|D>mlE$e2 o?.kOӓCiU@D/4 )JyT$tXhH*gBZ1PC<D&MYIקԩx "쬩:fb+}9zjOp-'Gz͉1/)&R~ ̨ .'H +V;O*|3\~|.&D7Vʪ_>{;r̕\QՒXnJʞ3v.PC ܴqJ\kE=n:WT^l7wbeB/v2^tH)_0jd?r|.㉸+ɋِk 3{kx# 0-Ѷ@y2p`A^V;%PJOƙNA|ZgQ;ƦQN4}?}6s.u/8ϭ 9 %\N G|],K,)~Sq1~] o-8aEFLQU>`M)zoYJ9-#(c^ +mHGv7uLŹV\8L%6@oHѫ"hM }^]'RzyI5|`B6N?|ҵ,gQji 3t^K?X1♪֜P9n%wtbcW[};'c+\?z,:Z5Q>_pm.7c*҇H={ŐLObT;Y8z2]AI7: Z(?wnyd#^Qwu>nJt$C7eK!3ucXi` ⥧1czLcDxG2P-lMu\3fK~hȻV}DsfW N=}™uӋj'K~sfԴU2:_cupX;Gs h1Y3*PӅGaxBUp]AvvV.w$m%g.x|7@DDQ#PmFIw F.EAzn%$1mr:ES=Y}Ĵ!gHc* KdQb3"Πj;\H Vq'_3䃴}M2'c_Gn;Q#k!OpAcn_DK||6G?lqm)UKCXBv"/5@*@QU{bmX`g 4U _ȖwpEoJۄ*P8yowdg23VNEƼ0cFVws~n-$8M>nZ&Aaޠ>FKTǓF D[ZךLc9ldAB_fmwg{/";roW%&EV'lP[ jegݛp`<',G0IW'+`ĕ!R43Ս7zZ|%;JhUqO0 dU@_yxRno,"f*RTS,ߜgm\aI"e'$8,eHܴ +DZ:R.{ LJ*ˈxﱿK'5ڰ;"j0Fɛ`'6c8)'$z9xDVcD*2af9u-'tx\1Ap^v0b6.  Xrhv#X@_yD9jWIct[ L8jM" G^/"@E4ڞf?Ĵq@΂ocZXn=g2-jui6 >DŽ9#j$!+ye^=;4ψXq;MB:He<(QS4 uc3 jh=*sͪ؎ǩV< 5%ۣr|~Џ{烵`?hwc5>2}<"u'ji9/H S:Š ?r ("EN>|Et;*1o᙭doF*c ׆ Vޛ7E< F2-6é}lPr['ʝYAqwwQ>LZm,0P#fyEKl7Dxh8rlSS /C[A@| 3o 6-TXWfݭ$`\7YXiwDwaaM/-^.x̩ ~;a)d* ?~gi]w M#].W vPNDodwuJ Fh*G|WLweS^֝ĩ]sP+GNoj¾ lν.V)P~O48D:P.݁;Bp83%I~#cUWϝGhN_zc"@&Gh4(L7u{]:񝖳X;wa2v'`YUtb+':Z =%u K߻P_d;0AOğE鱝6JO;oB3xiSH-:+G/0%K7I( ltڅ7!aUȥЛLfcIȫ0 @؊%HG2b 4u㐱CWi={`]_N=-x|Zߕ##wp''f54aL2̡H*.t1]O^'L cGQyjki=]BIUwAޕ?F?F5w)jVVOKź{pR/g0`-6wC7Ȭ){3VpSȏ~>yTE/Cm4 }M̮.͹$:S8kkouԧ5*3_ueK'u"0s_.胭dˀd8̧[H0uM9>l)qp!gf$%L08*yDRsSBۿ͈|łjV!B?Lߋ 楴n&}IZ]8 j4ԉ*=遘hZ1'G" DQgV~h?z/䟠Uٛ;fށ`+Paڕź]?R.ԴZpB .]1 ᐜaıl},En6eVSyxlq/b&+[ֈi-IX+)\QRh} R4!eZ.\o|!6at!0胃!졪2;s1#l6V@1\K&nZAΦ4=i.ܾ̯2{|ǟztK!'s8UB,CGKzaW vhI#ՏS\'\2ok9ȉE8'O>q6<(eq6fҳ|s_u qc!|Z Dd7MZ'\s)H/AיejnדaA8|+#c,hHܣܡ[ps첝r1'abAkR =t:k>༥#.1om7SnOfQ2ѤF3!c0H=,ufCb2'k<%<2! 2b/z g4rW܁dSi~Q!ෞh,fkP-4`Piq5 ' e⵺m(cg$QzSlb@"e hىJS$g;$p0Iuh,L(gBs0gW*92Y9t|}@'%AyRN[6_tk7x40 zE)|Z̼[пH.V^ꀄj3fx" ٣H2ֆAyN,/ >Yz씇۰m MWZ62}R$11 Q5K=͒OT2k?s Oea4|vh$YP')5Rp!53aDA_+y-Ϳ1ĈN|LSDV&z\cE20f\ wZX%%06Zn/;9:`,ۗ sS!mva,`qZAE;4vVȌ޺|,{1VI88j;4`pkd5P ƮⓑC gylhX@7^H@:yg'(axNp34`i\b#$-@Ѭ_}ci`}AKu=<7v~" (l(Sb=J; 6ݿ=җM *I#`3;Di_e(0eRF q{1Ծ\ ВxLHE4fU[y#|i*wgT= *hð9$=*?a6?|d]{ʗRm۳[kk7!N4MqT" B[JU..LQ3kekBEA<]YUpV |-L8HOt'>4_L@? s*"Su]OX]gW|u`Xk&sPRB n_ ,68_Ju[<o0V̱LH EȺ*Ftkǘ\~ostr'څ3Y[x{Yz% zY?&$cz'RQBU#w9]Gr]`=7r91S7$/'eb4۹+l{*] y'DLԸw+}R\+w`tuĆP,ö́U{ו=HPtN#5:O ^E&aÎ{8$#nxi=ZMun!rFqkdW3;a3R"ױ !X+sûFnJDUȴi; RT Uptb%^:8Ma}\GN pc`JO{%#)vq n HPO%%al_ǭczNe)jX3мOe=N{S&tr<6"tۧ3!(N>]O!b|}_E7KpĢp3LJp`n˟+^֨F^r066/_ts@˴pKDHGu(ꡪ4AəHY+F +?:I=vᷖh-O/K<1A aWq؊A3S &sUC/M]!VaoꗠߵВ4_ɑUGC{+׫spY~Nj`4E3Ȯ\Gh MK7zY2z}ē5x\~c+smsDƅKbF`sB68c*A3nAȵYK*5;I "S)aV]77;'3Fy 7+?b9^U 8r(T%fsZKU6)S5]#<2<j@[_)XXŊ[jy[[oۗJ exEhZ證HA 81Q[N[ҨB :6a=t1^<.ŠPiSBwJf$9t9^ݎX9ʰc\ۈB-!7=AkK=7)~gYtco(i kӰn C._Av*YA;үaҳuW֧H8CBΈv-Uۋ(#! $iQ7Z77I$*͟!0w^itLٶ8 b%p5a:xT]S"s~޿Dm}si9kbZ7X@v>1~]Ns՟T{!r $۶W"W! U6+-xny=# 8J;֑YN~A}TS"2[X\ l}baG(#̆&ntպ)ANh^x9sd4{£Qڻ R]|;zz6ۍNWɜD<<IE|="9߃(u8U?/co LD;G_q8O aB }/7@5s0էLo"Q4SkeDZ eh +o0O7$4)0WiDt7a]bf5^5W*OCdD('O1I4]*y%uh< DzfjݟSYٯĒMfs'8LܔQN g^)p6)*qHf&_ wv^ I~S8-$Vmb Nqź5WYUgO9ݘhFZxi ,e;d C*9 "< N\Aw#z WsJ L+ۗ5Z`:%U{ %HKu n:=#F@R/c)j`CBqB!Rwz6R΍5jmP{4mv.͠z :O[kM\$K~{x0XQ({BuWgTu47zBAlfCUzo{*q(ZLyAT.x]O5?Q!PG}'OsKhӛ3ɐ(/C,`e>'#u$WR¯^XEA<, fdkԞ=w2a= ]͒=/Ҩ' z᾿.y'[pl4Ud/~5TUM?h="-豐HM'ed_ {7-jK]#چ@6"d9‰gJ(6b+8g{c}^ٹq=\P\.8h4Fo t-F2zMjvZՆ)t;) Cf2*J)%2J ({;,# RO;!INpiEk|c>3YEg&Ϛ8xq PRʰ]Y)ryrǩS~vGrԁKbNHQB248n +~^S^ ɨ-(n<9A`Wʙu"HJYZ2IdTmb=>ڐj! @] q1!s&]F3/.QU87.y{UÆm=CyÞ gãGڒt "顽2]}q~9U-Yl*$),$ ,=4Q5 ȯ䡅|0;L]%Q1nY6{vy|]贫|1+dNlw (Q:Aq ea8]TkH^o:IAv hm|,tz@A\T$i \ldIKhٵN*/٧ %ʞ `j^?aJJ5X{?%]l\3(-FdLJ iЅY,INՊ,Kwg~KyB!47hPB7vTYiDڳs<)LrMֿ[>V09y=fA=hGWP d׫gz|Q|93E̟qp#Z~+ Xmm22o)M RDX[(dN2LI ` JҔ*pT }ã46Ƶ7rf֥ř0& 2O؜KJ$+%G[3g_DR!lr3rFШ W,^.~q%9C+<DLچwkhdu2+sXH Κv]ߐr!SKY݀3\i5k>$ oHΉ]tP >XG ʃiůiΟ8Jg[i{J-&G^H%L$yLL28'g~[0`لts͕Ş6CbΜ}K@0+4ChqGX.͕RQͮ_WS 2l3SlGr\4,v}@qh5ǐÎ%hEtCcj#Z/IVP_~R.R oj lԺ549&x}2JoB+/!c#K#~4σg44Sqgy?;׫bI,;& Il=D{ ҖM74bIz NB$ + ЈB7FS|ӣٴvtt>ѫKgO+w=7胛첧rFy€*΀ڗQ͟_D"B#ckۮB8`xX9ߚg^G iV pǩg sAR2TjKZBUE6\^u<O_/&蹪gAiYm(ZP[חXp^k2̮èI]Yl4p $g.l{>L.XRY9'R!Fš x(L胧%)HbzPt6fϾZ4 ]s0}fe US_м_di|*=l ~_)zVՁeC/!n5q8fn r{G{|1D6Ξb[)9U^ٽugԄS ~FLm߿mDۨ.,)xY~ҜDqzoWH\ 85X8["SKcp5ƞWi!q~CV &9Hv Jmd,4&$-pd,ʸ I'KU - 7J".wW !'RX?q=lxTǨU6< |ƍt ylݷm¡A\9 !붆σg!Bkar-f_!5`È-91R 3.]wbr*ÎZC]oRiPv cC?9c*m`v'{Y R~7%]EW1mzCxso'눒V!R(9 oEt9pE3Di fK4 3;p%׿ XֈWR+$d&N&.j &/&<5x4$P@Lӛ UWq,u-ԪRRQj9̙@!LtB)1nۚ$1Z[6$~΄qm@xPwA.h66-WIw ^d+ExzEl,t-̶B}2Qd,q'\_}AJxv|Joob5%2ܵ&'ǯ )P,C );Xj0 CyxcW؅ Z6z0 rNZ<؄Z~ܙmH7ZrPXٮž dn&5'yP\CPYQCؑ3G7NxU:6g O'2ƍ1$7SM(zVe-v^Iԙ!vعI آaU.TLƌH`Z=kv?L+.AgX[?n"hѮx3lv&xM"F859١"·C;AJ*ѪV+O/sgśeuTa#I`g9%vV%0(6X{?d703 Y)-(wf& )Cy/%_0#-BJYf$'cOouΈTكJdMAf1෤-II$A?T/xÄ-]S !i-?(*Eԧg4F ׌ww`ٍs, zlJ՟(lhזr dql+;LDd[-Fӆ,U4mr$:\wCƋ!iK \Et<BE;C]>E.RxjYuQ@8G<ɑ Q6ۉgV|8#2B=R&`}Xt( P 0 X-Lz6jħTe!f6(q&P d[CK Rv@˳5,bl_ {8Jœי+gm pNͼ\DYcsXbMK P8i>3B{\^pDK^0/ꆯJN7;c]Yi5a$OM7v= "+ճyZZBWyԫgm{}e9buyӦxSʅsCׁK|Sޖt4I͖i islTsx{i $~!ّ#iV{xčf\} Ɉ]ng{Nv(vvVv`z[W#^iO[L\W`:+ARŒ_BfV[4_OȐTFկ8O;Ac|^lL`o2k -WG&FX%;1݄lCDX]mɮ2qL/jvĬѵR`^aDp.H<$]OZp e~af\#G'3o]E* ֫|DWrT ?>Eo]4<(T5kbj=.$? Y9((yKJ$*&շ`.uQ8@CzuR"PH ۸wNftb/Ee:r5E5k.LfVXS*E| h)?kNH9 ܒsf}(*5Uvӈ3>493{W`| F4vMcMu ?c vqTay[ߑoUcCj iO?])jת[l~|BE}wN3tsW%37ۻD}BvJ $zceZ|YcZ8c$pvpR$bB()vcPl nc 0uY$,R>PdD ٯT8>_<J{,"UҜeM{~TnrrQOKRdÍ9R~۪, ';YKg܉\rr77^Wj`.+&şu.8"q0xd!REw] o`WEzO4X ס~NJL3LdmRNŸF1Lyq+mʈ>o}XKZx¶|/9f3VT$7_uHt.'ss{@OS̠`zb%k{'h{ȀJq(I@v~/CD/4ڸIu5_[ !̻]-k  xbP2 quSC|_*3ɝe-<ʷFb`U~?\>ق )e/NM?x⧒ݽr&a9H[u9 Lhܗ뎮SDz1K~KiR/ HH>Ɔ cNnW6+d9 T\@X) F+̓{s'55e_o 8 \g/6FX`Ȧ۱؁ ,腺e]*s\JΒ;. HE4a~p_dHP>0^o e2^tvewJ 7j81e Z gI}ozs4b JJS5s:r_;PZk̕fd(Pb dH%_}z@tEeǯ̤5,] _S^% Ebbq%U̫EI P/Hh{m7gZж7le={W$ *="5Fl&6L)IC`bP#s*졛'v 8tDLGe*ڲ.z{НAU*{:wb3^% ي=ޥMt_" ˶0Xl B(}Wux1-z&2܊T1-,| YwlՂ}N70k[&nB[nhQPAa& 7߃,|TC-Z-(-Q f}zY6SM(;ޅJeNlY]q<=L]^#xݣǬ/,~'l!6 zp LFsj,4kz z8$2x=ofj8HP`Ym=ݡ&#aZR(-C{8ifYd3xĬƕɖB)QBg9"w CggW"S_،#@cG@GV%T)jd{f!j؎8BJ#~>ԅ{%>V{wъC7v]DHDOsD=xԟvfwV^p  (:G0%CةRQ غGuRt >R}* bڴv+UC0θJTAz`¯ 5l5!nGe ӹ)m5k(ygKd52ǽ/*Z~ g76yQGvJ^G\?YB A7Be}ט-xMnQZKՋ}-Pj΂oέ^)$OHI }*uSy:p= -|c[ہꏄ(%uoQH0i~߂1 hQIQ\TVۡi/;+ZL xK?A4e2-55d}?qQ.PW2*Ʈ)6u! Y3+|T_e  CX3} ΠB~=,J֯6fuLŷ N>,4#|buQia<_| sGؘV#PO6FۢFlblIϽPƭ,$~h(Qg$tf׺" ga[as(>bEVF벱M%$jΚ`kWȠL8X3uq_hWR5pd mѐ֨) u9/+au0Ҋb.%F,5xBj#ӊs`$CY`*}]C9{pDIjTv̠1( LVK:X&f!'a 㱘^H FyZ0y+G`YB7лydخ\d$GZeظ9SgP&IV`J=-f[qB}w~FR BcQ| ر@~)GJ79.{D &{jänmArf[/ vG )?}{*b[yR,h vRE.(7MR>@ޞ[ Ea0ozĥCtMЫau@2Ww#¬Z>ǎՍmcUHS[ȯ E4o*?YwWzN4,+p?ffY)[&b]X̞o XYo 31'OAbY ~w1 'S|ؤ@NhoBE[1 hP.X {c`IRtp{H>([nv"쇅o~؝Y1 ,׏cf0b듁"7u-d$c~ft]/DhUא$*&olMZYNgy*Nq}M=Ym`lKw" ؤ#*njc35F!EuVV:|AH Zs<\瞐'W%At*]PGnR77hU;24o\`@ˀ<DrYHdp %$ Մ69H@^/D]_j \Bo<?ՎX3Xh˿Wi瓦w<dCȤAOH2Py3/qUcYpu1IvTԖ.3yTEc|_ݛCiކ#7-!^3OU7z.˒WྺsωL./np ^πT=Ê9/ԮEFb(.}c q`pJD(V[S .le2OݝS[-ukG6: c88OML]tl`K;S|?|GMeYA +_΋JXߛ⑎a$$O0퍶IL3׹8w$nE%jBNR]HngH^iN!! !DQLTV{M#J˪P> @h ޘK`n%h $p0점⾒=6_ts ƃ+3o.Ыbb O>w`~Dv |f96>8qX|k`Ps/_|UYk: a20tco;Nc%lcɔc Gxa[Ez}OS^afb0)`Cǖη5 G(Z PDYFhۻЯD(StvrfpZK% f<+D,* X˺m/]dCAVQߤn]A'}gxEiZm@fyyq@xE;"Sӝ5.}6 ul3XcbrHxsxOV"t׳}[f`Aӊz~;W#>Wj|/]IP@L>5GPbyObSЇ%JTtfK1ypzv q:hQP{#(@pn2|9ۋ3 $!_Rujxo E1oh0exmE)z"ݮ啃"oCLmv-Ptd(fxc BuA,%֩51n&ZB?\<`; `]\w;ѩR3\N̲>p|Y26G6?WlBZF $V|X_4ocUO 2CEYQ3Y!vH+;[s Y>K /|_HߋW@YEOL> F`QAGSe]((:mpso {HQnL_eT$G m'gˣe&it0Y=dp!IcĸrǵERЅh0PoEǩ}N^nr쩏Iڕ V`-ôq_2ҽ1sai/DoCh`L"(}'o4,?=6;ȴ-~>mjH]Wٲ!m u1CHAu떖K+w4TB2mH(쳞NyʳWՂ$;{\k<Y,.9*8 mlna>r%>Xoth*C+횯P "TX'.[Cn! ׷`xmVsbZ߁j.;"jaYu)Zn. &6Zt7@2, p ˜pwͰ26n>.1zeRG!Q>;97溾֨<6^7-EQm74z$'l'T=lz",V< fPO-\(8y\G;&;s;/菫=T`Zƨp_]0 .@s:NUIحdaqa-ԃ ] JMgC`F`"ϟYDN'݈=hS51}Z`!+E* HPO>]Pd# ujD͌=tKZ-T"LK7p=Ldi%($[З݂ܗ;smP n?Kޔ ğ}x'4VوPw!I#:kTڍڿ/p$nW fAzcf1n\$nxAJanٲdtڲ_RK.B0XrXc,X#"X t:\X-e8oE Wаnn Či^/ҔT-e´ ci_ۼ j0ږ~/\ cƄ LSY4K/0-σՆ2JB/^,ιvn-<}[1z%97P{TpVo a&oiڝ/. 5;O'۴pcC7?rE_4cTrFF$Mhhf>o%mD U $4؏ A"NsjZ-eHfuLRI !VG 7q])6/<93N_;YUSe/Yfi6gBRq<=qe\ja+Y|CbmUxY!$*c@(T/`ީcL *s?67^5RPAe 1nnVK>N=QVH`mmRēյkH<h]z f -mjE IBH1ӻC>h-w4lgiaBӈ I06RGAgſ`pfX襘ևpWOaG,Ǡ&j+ n 9DD,/%=;//]*h2U?k"A FJ,[S#҈^v71osJ'fNXm'u9ֹf slJ(^icz+ {#|ڒO(_Uj6~]F0mSǮZ(P Tqzbe~SתO򂕬sWyX _^[H @,dLzwϢ{ե.kZ,&LɕPY[Nލڈ;ڧƣ.a/p(k3DG{q>[اp8*DԐ/.Xujܜ\Z9'fy('Zs,?^zWRA;CaPbeQgAHz mBpnpMqD.EG3姯=}M4n1o7xX!Ɠ 耬KwKyѥm3b/Za-K.!_Q %;`Y!aE9yq<[S ^V :}/7:p8* /6̨W7}l !Mc, `}NOk m3d_㯪-?'ZtpP = άEA5C <7%^F z1.EA5Jqpia$㈖(wp̽B!1ٕB23CZHS-+:TNQul{!b-χS27HT_m7.dB2׺u> N=}Wz Ok3peKikDX[88/&cEfX"JUH4 J@ (~0ؙ-WZܯ YN_jЇ#:Uv p"; ZuA F2?f?h cO\Fx 7Y)L8Q!hzat͐ z%L0]48K(z Quۭ MYU<.1ƺ聳~&&q Uzuo΂he?$D5>޴TsFk9^<C"x"(olY-" *Gpßݙ0dtW qӫLL&f`;f9b6wFi/qI׉c.T%F;̛[v0k.z+kIiU:_c&QmBe3k^ǾnXbik P͹ꊃsVYq_u7``긾BeVr3?n$SoR$'JU2mrF@(vχƛzĹ>^F=(F挥 d}~MoeOۛMsӚ>JΘ RL^@? q|8wL*%2{_adek&=f|fU]M,u3[>żoWU;@Ĕ,7&+1AGyWL=8ზRh5BmI,8Dg<ۼ;FPeP1:ѶY8PMϬ6ɓ~$1 qʖ{*yD$Xo6GˋDBRi7|!]h(< ̋R0iiJ84HQ.#y)=j_Ϸǔ6z?2s_$L$2Iͨ^p%eVϦ'Cr;yu:=qвn} ^{-gqv>5G (w,C,m[?*y+T[xW# c33~(\^,ZD<Ͼ 7=u)Q{nX|-lsF}X˧m'rۉp9m;ٷH39gscQNQ+;Ӧ,bia k&ү#P&p$ߋepjy mI?yE~PHcz^Jﭙf\>=]%Y4Fi@5ұI*ƕYt5g~O>d eD8I0.M‚I hf[ {Y_yuPޙW\iVX> $s 0,hkNf$!0Ud%ipM>Y'+,$a|2_jBDB#M!A. ?RF&@0߼Fc툀5ʧO,ij[֮s5hNA QK7(ǾZ8"h3G:YժcD쯅 pi[|Of "{:f{W3!-M3pP~C`8zaܛ&Η#vA䖟l hУ9*%N탘$_vx|Ŕ.VK*C:11eDIg1Su_wUZJxz$7t1 'GqjZ>"Ma%ϣG4'a)@?P|ܮpݮ%ݾ|ۘ>שBQdi!$_ +nrp@º<)q ܺϤxg<9Az:C*-4KruX\UĉF3QߥϾ" \BbURƧ򬅜949Sb݂ArП!t aA\˜d1M6q`2#d-[ϵGq-m(UsLbՙAU6-"dW= I[鎩$o|L_Q %!2,VT8?ʹ*[bA(7I)='5C|Hȹ6!De3ر}"F?nS,8J(Afp?DtwٺMAClZP:hxjۜwt{D54ӝg7}ymkh!W#_CpU_˷YSS;q'5M^Tݷ$1,S]D"Y2n,_SF[ˎx&,7'uujZww 0P.;6~p֝w'%OM٧;pK> :8>}N@Z-kfp vv77<6g,aSϐ GJ1AT-'uDz[ki,b02Iv2S99Dj!$#r#n_ʀZt݄xK d~ۣ:zJ@'E%+&Y&c6J 0R`iEsY<9'I]62~vEڮLbWdq !+9 ؐ\Ͻ{x%zb.BoR? ˿(T1)P6T GA,x(*n~*j\s~l{X<[,b& JfhOLA-Yun՛ѭTZY̓NnEq56_l#k{,c6lg$SѴ⅄ j%0}{=:yf Tek^tU_dvx<':jZ3[;כk_I"3f/`FL,1`svbu]aNl8[js4v+pd7I'?ZC*8SQϨto"/sU1vsup\&֝a!tʼn ?<+T@]&(\M'sLq瓉ć9µSfV(+i_\4q0f\\K$81ueb/&QϼjVy.t?4W+g\ۈ>o/DUm]vSbrVF@UJ% _Hk~83ZEh%d?fZ(^,Ҷ{`cb'$,U:]iQR~r۳B$\Wwn=@XM_b#a]y cz'K SM-||2ߋQ;Uv`zbn I \&NhX/իˤJz-줛29ᛸjR+%c/߉P <%Y"c;ʵ+k1k뀑D6R=YVaKZFm!(𻦟t~,&C-uؠb~`R~Ztx.bgb%g'ZC>a,?n 8Eve# }gp`tFbhX_X,c1 ,ڽgH 2"AYvӈS!&LYݎnp1%eQ}&ܧR?C=&!ϷSb5'qVO4כu/$ˌ|I~ƫ;[% ;4}Սx;48<*nYjX vFLU:a.PGg'ds_Q(hipZ4I 7_fh?3i2KP' `*?XY!vBÔPi3t_ɿY7UMJoǐ-90?  {؄jiteANRkPd\ 4G+GjF˳۶ dn zX%Zʪ*dUnwT H[.LĶ `\RCw俘f0.VRDL'?e9(L$HMHS<̿uctЄg]E}>| v!,'LڢEEnѪK #QnuJWY )Q(DawE: )Z sY(/}yCJK%> 8 eOP_F1Ve0-_%0[ (9ۆ%pU MkQkETBr 9)tLy1 a$jO$`V|/G7 %h0oo(+ċ})c|.Q? 6a=/ʖ"䫎 @4N+-b!5_Y nAU_f_@UDMץӧwN0QAp B-i8l쿮bJwZG)-FϤWw!XOPs ~W\ri>viNGc:x*祩SZ7ٿ*d%' Q&{'RƊ3@A[jQD cp 0H[:3Y}"Mx>t+*>^ v+G^9>iS7MrKǙ%ρ:iW1H&xy>fՕV޹'/Dq3;mO(]I\u~C%cW{Fml8Z|ʪ4lʁN`GI_/mBڿ4<|(,(x,piޭd+:eIT?j9(hw}>Vc۵5oX5[Ks6 zq ,*1$Q$  #"_Cq e\xNL {5uAܠ;Vf{_Xj۠@f&h?CҦמ}W6fCBwB ;Jv!7^yЎe'؋+ Q$@s0yT:zq5wT1xm"W{ EcbghĆ G/<,#0yq XWA.dFeH9sZ,}z8մ~^gg=`x #Y "Qrg2>CYƐBaY-<5?[SS#@..jpA7^@oG* jXi9Q]qXO߃vrs9q{4, g >1De_yZABnfNu|Ex˶p%F+#VO[\eO@@lH>U~W, a!E50dL9}m!L([Bhxڢ82p,K+M K_٘(ԓJH!Y\-h9w_{\eQn'%Cf7PI:0JDU_+P uW8Hdu;x\Y^e.Ite57}P{ʋ=}Q9)]% ٣y(h'^Ar -TzZit~(7j˟]gED'Y*1W!~oQQ:"z.͵~jx3;geU<φ[.q/!9q/uۙO[Pȵ8iE 4ޟ!}< j|a )jO.kGR1nҲ[dυ?ygWʾAn]S0jՊIbѣ S3G0>[`!@)kroٽW=8PXۮ= aR%rA˲x=ad1W KCZ?+YS LEufZL p2 q!C !/l{pX75_+.Q~0RD؃zKETZ6]7wzl5!]+5͜<.'p x{Lz (бIկ\s1 VKl}B8i7 akp,z[zҸ{-<0iԥ7&T(} w NvU#dwg!vaߨ!V_':Z#:)=^pFoV~:@,9I{ƓW,NztM2?o+m3ZjԷ{#{豒E/؁12(D۹G5*XY/)gڌ p(ў:}Ϗ*RyNR1I[|Y=t}S:q%-}CVgM^=}9M|f 2MZLG$~@WHk25}r ˩jFWm| %Q yJєى9ؔ=oMH%\ =H, v/;oee[ftIuCD_[ۚTĪ5ܘ6;̗[d*ի5fX$x:)c1l8qoRC 2ˀifS6v8ɷ 5SY:VS`C2|_"ip))9rq] 8ƀ~n! H&f] ɋVh7u2R+G/RE78ÚX4jle-KQ3\۷#XsK"j?-. jp mc"`֌$-KEE&A/Fб3oS樮HeSoU+BBK8 -Lɳ}\ib;[Pױ0/-XA|ᆞCJLB4vkae~۝;'Cdyb7rN#`w i |Ev-T~^G]£֯NR@!]P4$2tN}1J'#E$=t; U9 {z?hy_u9Ila*pۺTܹ^3Iۇ{'hV aYtOr8Xu҅w zgڭO~v]kbM^]K]k5hyocF } 5ce8Rz*QFG PH_gG1n+qk>W?vjA-A{v*%hvJ\7;͝\f#gc`p\ݒ nͥYFxغF+^pbf.m5ښ ?R QUGe p*#T?Re Avh<c&)CfC^&ɢ1詓9n ]k0>9U7g3´7td2D-3tyX[:Ziuѕ]'t@URk\*`H6L E #|L \u^ C(028jD}eg@vTV?Pv]ߖ n~M'PIBWZK)bV4W[=Qʾn2$Rw.lUּP.# A)P ]|:j ;&*| Yq+|Dl*rT۩#|NϸXMz: Z>^8Ԑ@ƒ14VE2 bn-Nq{ SO#$,'S ~ipLENl@VJeN)"l LI8tfC!PEhDSûr2^)nş#+I~ Cq]dΥ"i'9x2'=:z *j4tAҩ*5єv3!~A*YJǒ"*`Vxni:}[ G5Ϧr^œyʥ/2ϧ.Rjf/}l|l;QDͮ02<$[ЃJ! CP tjjw1If68~y)ة9i!fP[yFZz=L]JWÐTӲ+bWbWl+iL*m?+,@ޗj,N"Q"AiJ Ikb0M"=xX)Qcޟ9oT" -_/5 ={><\5}M#{9VSS1E!ٓh<ٯ*yCqMeC em&>,&39hwbkLd45ΘIEH9f{g!6f*,c9-/zfct >sHp0CUe6yCR6Zxx@i H,CSX{(2U_7_ٍTiHs$KzSYm1~9c 9#8f@*cVCd>%.xɯ Q k"d'^JίGsT17`՚w< 7O*S~Yi68̢8rlI|"ab{4FFS/mnj>SFl=u5XXg%B3#B}tCWנT` m^/4Р۱qeASI˷?l10Kz[dIHܵ#Mmu4YI>ym )hqAޤ)%ga1 =n@ioư7Hfm˔{qy!L QOӟRL'Zϸҭ,KqCۣPvASE0a@g[UbL&\wjAxA\ĸG@'. 6Lĵ0["!*/mj}M0Zkf0@AK>yXuLNh~ &th;w|>}]c@}k \G-F[;.F"տmYf-2o$6[.}&(w\ZVH{1pzK(e!Cx۲@ļsάj>OS kmh:F9)?bXgy@#$Í+,@ D"'8T1W) *tb]E*5F=$[iy:lNn7m(bSYbׂ'v[5yk +}|OLH{eWnUOM%*zYiP,{P ؇1׹Eu"WDԎ8IA~HXfG#\AU.޾<ېÍ _m +$'}2qŐظ2pܣ&g6 ANߋ 5|%m7DYbcK8 6|.e[5Y|-$XwH^B8^ Td9"׃SݧªAa4DoŽ|;b W>_f9dTwZ!Æ]A$rd\-`A3o{ 2zh_@IfƝ;*ǴJ}dm󙃄 dT}5kZkݴT?LBCGb~T W*H65{!BQW}!FdLvt vmFHy7~ G㻹l޴roOv̠͋'!빡W^ y:xchA{&Ömd ~G~ .AL⹾jN4mux~l,I<'?YߖmO&{}(Q:'b}{P2zn|į.Hr" i~2r3xKTP2/9{몊t1wm^CI 7P5[jHFLL6:<߭r­$[:9/?חmO~Sʭg楉\$T ŹgGf;j9c'0] [\ ! 2ӗe'GC4G \6|$o`1~l,Ap§wC06d)+ܵ59J~Ǡkӫ^{P_EƊI3r DײR"ignY)HL>Ѻ=*LG] %jpSuù s#ՇI:>`s#Aµ ԺNnw-gd#)⪁͐| S4r.ʔ0!)uە4.|ψ(qM92H&E8Mн4ʧ4P8eY TMx ]Lfm` 5aRyf vZʈ`Z]&G(:Z*9T@=x+ʳa)(~dK]NW[U/,shu5+'px`7+)mvVO9LL4U} \UQENN["Yh5^Z)"3WFDu~5 A*g*)uIu~bOS¦P(PnDC >PAaSne9p{< ҁ'NGah->>:^4S=;7-D1~K'j0f|A & &?#\/$Roiz7ꪾb& K&tE[4FmE'+BȘJm&ф=A'e̜oe>iQycV:WCO2!k2AU18WV6LgĬLfu8W}\\GźI3Xܜ/HD!=[\p:m~ zpR䖽pnԱ yPC**e0Y.tJIWRޟzCT?-0ُo M*鞐%<ޮ=~nuHlss)Z˱ٱA)-ŬcOƍ+ޢc{qL¢?BhB v(fJr'Ž#w3jb0JΙYE9{5e)T>q*יl, l [i|9_+UʾZk&ݗr6PÖ=, `N* ug3^Zf H0/uO;vԄ˔2 fE>8pr34VXdcl;MŦ\V Չc"\O$G@l(0~py60jFcpt VrɬƝvۜkd$5]Ty0~}wFaŒp)g͹؄VhM'lqЮ^Ϙ)XgڐgfU̚?P&(.3dG2Iι1'"f>jHuH$YNʈ.1 ebi|ve^iy1\ϡvhe{-ޣfZX).4=͏5b]*y[ k;c ъ+O?-(=KT+,hS`˭A<Ù>HH0U$ e[TU#$X_TXKa?x>H吐ᐭ}8sq$Lե[4 ۵N#9i"o6i;e7<AzPZ|Zfp݉}^1m^p2de3}I6cvM ,PM?1p;'P(y^k E+դ/ quP9ms!L8?\ %+}4n1`jam6?f!A ?uM7;!DahF fGC4IsC&lC?p[7aGIUe"6eg٣9 IKHhCG ȃ!Z:&89qe{;Ǡ.х`Im5;hU;fLmyFB#GˤKf-~[!&CY$\6'#l7c 6*5g]msa*8Z̓f+X:qȹPښS%%򖒤t(0q"(lGY{>@@G Ŕnv i}ă#dݣ V.#.49aI`?pg^GxEHX6>E1uuZ-cmOԳ(rwV3X@R`CXIX$e!@"RX&k8[7S' (CPnA.2ЗN`j17#BM5s`gM0F׏ z!Q%W]^((|t<|UT@P|g?8kXYIGS?k@lQZo q c$X]=+m2޴~N_(ŃgJFN:T1OaKR3-4.FxGS|˴6扅TNxTC& sP _k'g@57.srN?\]`1:ײ Jnl#͝,ёt'vcкφ-œ!0 ftJ;m#3 EF$ʼn~3X0__w/!y&QG1K*fUqd g=ݯt·%ubډ--[ҁ8 9rkp%y)\z˕l6y>n֕-XȵP@"Q8u֣aX n/8Y)LU0~s$U"ɂvmqu7<'C ޘ9 %2nt<9!Шc֗\nGckl## ڔ*VdBIy.\sڞG]xd{Q`n!DgFi I``m3l7|u˃VzV;eV̂+X*E ;Pg-`FBzCs%j2 8A۪ERGD Adق؏e},~X%\wy,ptu z韐 H ^ҥ/6~H*IYo'b;rSуݹئF#.k9"8S? s xWAPlG Tr>68/e\4F;g:C 0`[RPA !XSzXُƾv %F_Y t5> Z̥]3j];[&䖟}TsU@?`:FhZ^Pג\P>NvQa^w($-/҃Ks*d[6,œ8Z7m9_w-p3G|cY*!|@؈e m%the6MRyS؄McrJ Rw1  ;GîXHKJ!CI5;ma4 e+  输F`KnU;a G?'_\i^3b+ ,.A`+Ab8Wn,KscmxDNw5psj! -kB*S]b `WNXRj `NĒS / Ƴs.]^rcTv) `Ryg gnٽL9}XkPf#{It@E\9k]VM#ULL|Kq޻x89]kQ~?&T@i{珁U.ؼ=ha3ds5Mhe{Т8Z~]ރ)'Kj%Z\uܙP^dC8r4\솢vJ\URKGUk5xjJ/R+g_mܩPdn2Jt'5~osAQ&ٌS]z:@`5wvx(P`37{$q-r"zk'J°\4TSN?@ E nNo? 3¥}I @ғVj|!""5:'V _%]$,@ IyXl<դ{a+{wH/XdA8 \R"և#wUfӽDHS>EUj96x;+|A_޷Nk(/MGmCBi(8Âq/^ӎiPI7H΂[ʄ}Ưy\O"P~@F*Km:I4m$ QkGo RF)B)MNs%Yt3K_< J'NhD0gLO3Զ^fQc>:gLnD]]K_}}u}hT䪪7DG2 \P(%:N~[?<b{_L`à<7nz (ѧV_gLb9oڴc[ti#ɦ${!|z>]wALm~/׹~#P5B_-{4@IJ}z=϶˾:⳻) L`aH:}NbC@RnNN` 6U4'p2قHeI_@ķ,-{׷AM{R Y1>iHZAE*`]ևn+ Ti=]G@je$wQku`;yAAIrbdbT6v(эqFݰ%IV[uIĀZ=^1.KTmNLHZ{}|94A$ȌcY_X8D1|uX+\> O[Ki (KpPcYAǕx]ĻMSr}4 I 0pq%4hbods!)0\TlCAߧH zF֋H'PwV|`ҳ ZD97B30o:H{N b-4o /4$n*@x""~p|w OS"3Ngpfu89!xuM 1jW{\?_c[݀om6~2_,E9X-w:8eD5_Hw3Feg3IT%\Y$H]|pJm:Z'YZ/^=n@-&aC0wRBn@sb!yAyAvNg_FXq"%M^Eq+sڃl?ApGB?쬤<!71!4AA2o;5G2PV6criFZ˒i ҕmrI6$(32bP=X;}GJJ\^5>6X|x6+(Wp~-Om֎ }Mĺ]4]J;V'-fm/{=^Ek!Jo;ȆX6W֭K_qR:*8`\@f6*@t+[~Z/'Ƴ?tHCnl%;gUo\6RI #6{i4gW _"Cf2 #2y{;)Z"=wD{ ۂtC#Mw[F!p:s%QQ  N{Wۻrzb"~ @1Y'sT\2;GY=Dˬ5lCPOG|399=MyO\ (_n 1T|p#+cj{!o[28"3IuFS# jĀ՗pu <&`,#61./S~~m;d>} kJ } ev{J<(Jf if@A/ǕNޓH{mͽ;|?,u1*9qO=mnRG SlwțWPv\B9|uI~Ļ_/1WU~_vH2CB\I_62Sd!X`'/@=z|IAr,!S/f:̛յ'Qc2}(U@?DЅ/̰:ɬH㍦Vp2cob=]]DqDbGաIQaiFk|sC1U0DZ"A3Cg~,X|"U>s@m0̑( 0^q@zz&TƜ-Lo-fX 曵 Qy8\D #M햁4|;ʯZ 'jś/8ܓZBi}}4'5%tW3UUX1Gy{Lv~ܣbzՅ ~ݐivIgmU_=LrF畖eִu@ߵ+ABbmyzn*3[ l[DQ{ (Ox(_81Fk?50_o$:ElL3QLX゠X`h<4lQ'dl*g嚏nW׀ǛRp 8c`{P l0lbt{HȥN±𵂙'_1"!jgO\ <ʢPEnj?f]D`@nw}WoMގ|CjojCϞ p }h"簦Sɢ .PF`(\,MM8P jڪ5Ԁ7J`)X ]PO;-ԗAw]-]-T"txBԂ/|m1.5*y5E pI:#AfT۝8:⒈,j*w9+t5zL9 )R": 3.m'v$u+p>xLs0~WnBPԝ[2i[<[@>}A]̨ZVTӡY!bhW8ߋuh-8WqB=kAn~1?mXu%[hR3rKqnίҏ ^#XL*KhǓ[w9~'0^p^.xI~vNJFo8Ɂ-=ִPz WJHAENZŲ V)6HsLFf|mnFi8.oUa(#E¢ls%J;%b"{מٙ*tI\Om.` 䏝A.C:Clj<ë:PDl*࿫9U[Ǎ_mk&!4|jQ,"N9׼8>hC^eӂB^630NaS 5I/uHJs ~Z` %  ˓wKsr *P.8R e$Z-ͲZ#oN^7Ed. E-jn=Y Pdj2포UDU-9kg[Abʉ39*Hx\EBzb>9Ƌ/A}x b/ _%i">/jW_~1ㅅ9ײ ߍ@UOUJQǞt ֶRs~3U+Xf~GDYά¢7+_4;S0 7]p[_O(&B=HvV*YAR* {֔q(}ma|ѓ{JUҁAhi }MN1![Sys4lV!69]Rg9:7N'Md|l ƗG]]zHF(Ţ2]J{Niq.WxՃ D<ˁg"lҟ1ݫF|lcl>2s×$'hH<##b.#J>K3bb;am0}qG t]gNg~2%QdT mr4dWu{gfo?a%N#uHl!וKv"V 3KeG?eMMT~7uA~6Is#_JKߠ fXjkm.i\T(ɛHDhyPy3χFʪM%/}/U7pHAYM7 2 m+ v|GW4hߨ&p&T{I^$DOXҕwK^ѱ -"e~ycgK*p++9֨xTx:J]g5G)NIQ%Y\[޽ ৣ } <>p:=x1/&z(]$>>Eh[AvFDܤ\R'd֨+"2ZJv+wE( ~ҧld"{%lZ3_$PQg up r?B ŨVH>7#5%'>o}j?v~u]yCfޯ1ޢld .Gf奣5Il_&S?=Cg9gZrUYM@8*s&"8\/Sviɛ=V"k2 ͂Y $"ۥTy| H:;IR\fV)_Xp,kofFƞ/e s 8S \e#^UI$u5Zym_{:t7]i,dg:4}R_[\LzDywDO 5+Ie| YC["8p~ɀ++LJ,T˟p̙~M'窾\!0& x/[ٖ_k5D>v"/Dncĝj" [EjkBR縉,gղ$6K2:#LsO1l{F#NurI쟂duwVZIu,l7>Yk%$ \LO9AԤpG368 s:̷Y;W'&W.Ccu=2te'r'4c QC ޴}˜v2qwZggSc6եf1 ANuvP -&l3QӳL>=AOst>WoB1$hFy$%W (q>i19&*h6.Ϲ]z Nj+E*.EszbRa̬G7mߚS k-sg  R%A+t9I6>ѭ6O/B7_9eH+ߗKD_"fbPKYA"}1&w7/ :՝]K]a^ZW:a$w%!8wߝ3Oh3 ~7@٫ 6/|AtyHP3c۹$L˪rL-u>}aYvF?DU£^6hYgx㴸!syL楖tbŬ0'<7@ QBX<с uH$,29ltyk@Jw!%~E;6PZ7:>`An" 2dJ#kwk+/cNܧ>D?t50Qsu/to1s|5z]?ך_j9c E'E#Fi6BGM{_(F5hy5*I h50>lNeW*^H~T/o.kŚ ? g}wfG݌si R2=uQ@ܡMX4‘Ev+iܟ|2#{mOa{&dҸꕼ\]H /G,zTִёևgé-b΋ P= ' p[,hE7hlNp{y]HO#[K)?!@Ǥf{ثZ, ؤ:SqJt>T\42/6Km6D!aNaфt_mis>72MiGɻ17+1 ~G.6s/*wm:h˨gTzIJm"}4Qx:iL5aqP> `_|d- 3H$ J1'P+t؎1t~1*ZwdxT׊VsTVf6ҹPQ9' UV k8wqY/5$'0>|gYΐߋa R׹TywMV]L]%kA{Ë{3)QWCq9 ֨Xwa?m[?V/oUᛚgPmq%} g,'fM} I[rF߻a>yR?є6C8ۋÕPQ!pR?B7F4}^ٌ8,`W63vPe0 #q#y/]t?ms:φ|X*8}5>kK , ۝,s`a?*gs ßecgɏCeC^ {Q&&ZB<=S_ A~Q=2 EJ@QC-.>79kx8̰1r h_{k7 fO(G œBX+/{rds4%^ VhwBz֩zgIܝcFBL4vE/d+%)o>OƓJoD?)3FG}PATCk@u74CB|ZSj͘d2z OO/.X`q{Ҋ1FR jZJEJ@}ƬՑWn|B4= 9] n׶S<(t,JMw-i[ #,@a-JU9z s~ ݘеV!gOC dmv뤶vg!v'2drҤ@ 4j<}:F[7߀HmyhLMQ$8: ,'No㗁}TC$704O%LrO;ӎSJ^4,A9hEp-6VdrWBn;S?<Р# `7 ;OHH}x%eq#i6X_Z}{9Ud P N^b륔9JU+_Q%`XmP^a*LWm%n=);y<-bYƴq$'LAJ~0@72R}.͠ùYKs3sUuu׳ktj;~dP3,lwT2%|#,l=+ujs<1D%IvkM[mpp]Xtv~S ?ĺ=<+L(`j.#g~'zҹirĜL3LR|C}бɼa9Z=^+{n}H{T9nl]<m yx*/8/ 1|6g+g2TzASC^9.<_w7GM+N8SQv;"lyC﷘UJz*X W\S7S!ZۣH܌43b)5gg|?z|m|K~6v+JOfO  1oǎ߼{VĜX~2o$𵩲8-#~# Fe+1ƯM/5uqv4d'j1޴6]2k,Znxx6EBv 6 ZaA ]\ˬY"`D."qr)l"BlV96/t%]W7*!ܔD2Գ1*饢y!5P\9'q%";@f~(Xe8w\XNr_m MKޚRKx8[fRTy9rq)YD 0v>˔,}>WGW  hk sKq1:eTӵx}$nVPVG0}pa" $i.k)ZfI)HN6jjYLр:( c:/2`XR-2s>84:.H)S@(u.e8e@,xPwb2`={>-Iyoqu=tofˉ>W'=NL2}KqweꨃLsKn6~ `񤲣q08U[.&0Y4ZM;̏Җՙ4F+99f;Iwyliߚә]7&np-nH$+K1j7#zFK@ p $e[?/)iG<8c0@p NM^&F@tX%+`Fvz)ߋɫTW93Fl܄ .-۾DZ_>'nDf4[so l!t k$Wkx!LG2[(@71P# m[[InޕAIEwTxOͪ^˓%5Ҥ͓ɴ1NJvof lqK2ۭ(~;i7Wk^4ZiTkDX eX(Q"DѶ55lI3 ,T !9@OX9^۶UTwI"+`Uk$ˬT[? "Qf.s7fS XD;r lv7/dģZރKY֩ɘMFm 阉FY:_Q8сy`,[XNs/sY^/Õ3{Wy8!ڢydTNB {KJ2^ HdDf ҆U)|яаχT#)I4 JWW oLֻ:Ja[>Gzˆ\r 4oBϚ>@qd q9q fTbX&+\Jѱ^?4 P_1 x*,7%?t#N!v.W&mσVyndO{akWuͺa?ŏ9d`?w;pZC;j`LzWWl h%F~J# B7ˊoLԟ먨Y QhbdŤtw[*n*Gzrg= i i$vf`;pV2ġ@ON &եOcP w{gMD ,:Clrs]*^*X__0j]v"f:BQfx^ۦ!eAzo# ^456>q(c|zi'5xUk` ~eARB5|=D1"8a1]ۇ&lڃ SU~EX5XW[h8? ==W L:5IQPk.1Sv1,k1&~]Q.y%L夁2k\ Qo~Lpǡ_WYq,ǝLo7trթ)DClcp-J*~KӦ´)ظ}x;3>1L&j- Д5eb,wqu/z'&m6~/ǜuR/ط5~oI[2˳)>1/QSs9o 4+vgr^ϳVy;>\+QNO92&\o$edԍH~Xux\ ]/ZR?@ uɶzi 8/~Xu' reFHgwUo.%[mh]gS'#>\,9>~:hDqclJ<'s\]J:4w$_`[DCIsYeW??$ϰߟ.N׭BsVhij;qM`49dtA1$3 hX$0A#P:r.,&aƼ% QgJi!7=_l93nL \FJ"MOF';uL6}Y{ntMHS7mВ=Ph^BOLī7 -ik} N}\z2hS͖J!rǩ-f9\۷TmtL=$qAB-پx 'rG37dx1@Yϯ%eAf;ج[]se$m3Gc@2 Sz"Oyм_4aSgٕDYرBg;k7=cȨM?ïx)/h'$[U$eT7 *,3#/+rynW/IO}k/򩫽o3zងr!ZEj*ܺq(&Q]:I` `<ۥDmC[@?3/*  >(b!4vC\[D "adi<]c{3+l>6'rh\IRJ!Iq4~-KLL?:8wh(&øqLr OK`:|l?c4i󼀅O`$kꖁ#vMiLi}6k30b y겳F4J4%z!KF*0'X)&jY\YȮ|!\˼GXㅙ'eq Bt#g it<b_*Z`J&Oȣ@Nwo.trxQ( +h̶(y8v6N*uFs9ְE/֖F ~9;tK2+A^g3lHTfQ 2dGиs/T-g4~jM؆$X@*dV\2?LG āK ^Eg^!EC8)r@'#M)ccvf7E6Κܺ(Y] +ۧ^nA0WNx:ziA˯RcM8f_9EDiMiƁ)%Jab DΖ6fqI\*Yok}⟚:NR3_ m$ߣԢ`Krdf/:,+^yBm'7Yޏ[SͲ\א=%׈G\m^rD"*`Scw"FYWacIhdͼqH-'ߘ`_L(*,ٛ@{/(aαcJ@;F$\m3 },Ԙ7@p]hoJj=IjfbhG)OΩH jCIE췺/͉ߊUeюk۴'nb jDKF^Pg %gPYT]5?{'iY#:Utnz[Pu5c~LMc ο\ R| ?}&XgJ JN2͖̎Oh ҈}('nAXOW˜m:mhB4A ZaO΄c],U:e) 2asE5k5(gnK&^t;flTWEi qToLYSμ@b1i`[9NYI)Q C3̓g0z|ғVGZ (TvB<[ovˍ/c 8Si8ax0L}0OxW/^7(6 BN7_C7IG揋?Ӧ(3V4mg,q_㡉:z-m'ޞp]L0uX3#9n hJ\-=gCOGvqsӧrK=jw)HP2#Q4Ǩ6eL5D2ie}큂΂A{s߳] ߏ mt#fT+Ɍ"㻀nSq8nO8 ߔu=oOv4Mg=߸BMJkH:(V$dĜzEד$,El5OWbyv 3/ *l;$jxuPJbIr!e;=i7t:{ĨrA=sH7=G/#D̽u"}Jۨ D f4B5B_ZF}x' C=e~1 'yصsGhYŬj\7 pҶ$=U ww+q N5$Ѿ0#>ߓc㑉2"xh>̀A@vbLŒd/-ͦy0b6,M m xiG!FcxZJ)H֞#n~럔z|%}Rj &0ACLM>Rֲ8 *? pE1!z~/hrBBQ6]yUiEأ_47'2,fD<EKXH5=o{&UPG*9F(B[؇n= }NeEv*fUtĩf7lx\[|DVG ޫKQA@1UNu6&shgX8 m풍a#gH5W̾0 R+Ҹ8,rM5^9zGeZ;qngfqȄg-e}=٢.JWC} l-LޖgʖA^RbnT_ܹӫ9".x'vY2$-uytv[1J{0Le6|1Ok_J`ou<|CdGۀ~̸STG  0t_U\lǎ8{("k*NF1 ʶ5e([?l2zil&:vP4;Rֆ%\bzzxj,24_5$cP+>ˤ ʎ^ɻji(+-`J `BXø AoŒoV!߉m[=)ҁ۟Oh5n i'0ƙ6xSt~ ܊pXag_n0&a8m\W9y9f>1gv"D'hT=oy#P {xQYgZ,^a  Cjݺ> XI3B.HP 1>Q"ā&yaDuAY)_EaH7yH#e3㐛7_FP1VvmNCN J8IfPvo_7SIa>R'SE6Ysx)U`F7,WS-48!<-7E,UI{}|@,vсq"X4*x5SxRǂAٮR;ef,CW(BT.|z6O9cۮKd Xu򐞙@1E00"@"PQ}ˁ88X1 QtAy#tUʣ^C$K'1_-t`nE>*k.jƀh6JbAK`DOR9`}E_|M+/jGQDm V'RwFJ".K/i3i/idu9CܼNa9j+Ulu׮aV.c-k.mXWX/{yJf5pxAu'IBr1tݪpw>R.6` P 8eB,)g16XQ[P%R Gߤ/aэ5g7768HjI}.FaLyL y*3wqUeIɤsz~S Y/o*GrD[[/l 'Vs+C8\z4>Nj5RA=@;>A}7S6#F'_l ZbHzY,iIxƫZӹ7"}m]yepKUA!b}{}]ˡ, _ğM%,5ˎBoZhʥ-*1J޹ z~cDyU "M,SjjY,SD8Kh5MBUmd7>K'uv"?dK㿕pG< ⷨ& h#,VnBypޟY%dsw"'#!:,QI[&4 dQy)uGnFUE]ئEͩNCH۱GG`|2'#?Q$Px9xxNY#GA*a)k{kAPWf/5Q#OND0:J-=\)w.ѝ<WW"N^huVcFdu:`-jf^G`BUM:An^#H-<!|.b2x5 4)d¿]拰Fv\.:jM'L/NxpۯtW9 ; YEҏ'F Ft~EUQfƴa$KZX83| s#&F/U㪖9g9N$]\AZr0hw>ݬQrAڲ?&Iڃ '`g;!6zF$FAxt'jl`ք2I\w|$0\8!?jop91&jDxlpׅ(F`7 g++0F*(Lo3d$Pآ5֞8+4\0F$i6x?%ҡw~uzR_%مbdA+@FcW]qKjo> DKxA$rA<݆gz2dU9h!H} DƞaG$-]uϣ" Ф5дՉwV=@t3dr,$ntx.A?żp}@cDJMׅ 7RwG#3yߍA}G~򒥤mׄ<}{[z}tiqmGb}G }ZN1P(@?LVo)d/Kl#g 3!-Q(D8cNHL8)'d*|6\|{I=Q1u좿`vfTգJ.]≢ucAC!#HNBQ5 p ]n3\d]q,ǥ0:\Z4!غcG:n}SPӽLztW'f$wx}{U4Ӈ/PLpČ .`'#H,mW@Wmៈj^sFRAn>rg3|bO_Jdc+vOɼzS.sBAh,QŚ3>W*A_x+ioFW.'~/ C\%6$P&XE?{ytB'(xÈxGr'<<5`|&v( }(AҼ@:X=;0''vH脠 $\!͞EmC%~;LXϽC TM~lbOZ ۠bpT"%;$NcRk`өa'X+lh*aJej!óHCۼ]Y?6uR_'(I~1T4fߨ:\eZ<FIfcU6\\T>1AF;>h@+lfpQ)ފ 刵DɨB?p)[ c)H&E&^#@"RGF4~ r<׹jM3 BCMr#hb"}Wk/oeZ$"}yLv5*e!7m0+U*(@#b+'s`^L\ N:ߪ*`ݱ`}YΓzekj3.SG1 2㞜!Y⇹?X}3W|۵tF9 k |tJXND]Z:^Eyq -jzFTST\yA u՝0+V'vkmG-@z 6og&{$N'̱ ?l*6*{Dvz,_Kn"Bn~ x#h+;?9FU-S |,-a!I*< Pq;`rl+}X29sڋv}Z6~h0l\.*&@ᓹU,KBAV O';ҩMg6`fJOkWEa|(!0zhT$,ȱ:K5-,#@[[3B4:iHMV5*ёȜ7aեM<쾛}ǖ+ -e F>Fq0z5Pغ'#Go~K_@3Ksο%2d nj.A>S@"Âi?0a`+H1Bd"rgN,T<ҊZ K+D}˞ y2(Qf/"|( +)@M4Y[W'\jT<+?!Ѓ9xl 3EQ(,6%*mBo4~.J @ױ?+ݷ9(l5 0pcK#hR&FZAx*6踸jw_q [Oz;){f_epE-YE"iӄ1ݗkhvNs.sYڰ&W{BX1wj# P]諾51$;n~// #"0v!ym3@,l#sӫ-ŋ^NcAUdz[ g\ F!MIF!zHGp_ [17Y@m),}r,;2p[a24Eܳ^YT^N\{<̢0fBaeo4 p 6YxI*#Eo`~/B+J!zÎ seAppX3Jȴx`5EZ[M"6E*{#U߳ ´@6?oצUn,`Y\:Iqee'#BHJ[kOKUN Ysڴ#J9n!/d$OTJLs%=5q^#{y: ^e֚N}cΐ8o1çhmDٴHP+lK9`jٜc*OwdSf{^>y8'o[W_K|(}cŎPpWrA]?EdρMʰ $|`i+ԑr.{uX/WtČ3K53_.Z)_ŗ8øfNCs3tp)YQQe 3Z[Ѽ~d(3;I-L$yX`L*Fh 'J|q{'J$N/G d(y>%]>WELp ܿdO+ `Rc&Vn9O K)vʹEE%+%43-1\!@0ꂗ.s :`kke 슢SnJ3W #QK"_ƒ!j+D4BMWw!ۃ zf f r<8/x;ۧe+x.%rdvI-*Ka/]cAR;3ݐ8\hz&djV!.d7QDFBU QZGUßtz0Kh+7겧 &F[ˇKX95Wc<7 `NWȆ0ĹBА#~tX~( os!ŦT|E2R ;& 48t=ۨ|Gl"k4"΃*A?A/i8<{tԓQcO1BhZUگt Ɔ!8*L1=?S uC(6[ƴtʋsPxдGp;ֱFDw@]Y {hf<CaVl[z/%e>rQ4yv)՜0-9,1c䯸 *R>qT`wъnțO蔺дdӺl #V4|*RE%%qԷX @ص[hq&~$M#wx8F<~Wֶ뾈>:{ZlK~7bK=G J1@v-B1c|pxq{]bޚ Wdwq\2/x%FFOC4.<.̪2U9s}J,^Na+:tËؖbUueg1~0F16هsxHUIhB;lIf SiYJ;*`΀|{N@ΊStSMB10 Jv#C_ꅱQt7}Z|71R.jx.ٯӫ<(b m]YS?)4@Fܻ A9^|<1PN Zi)$]Aݳ|}wBurMR() cתGY.s~Y4f?Cy4ɰA |uh1,0FnMܢpӪGL1 xmu՞ Ӟ5n.| -p%3]l:y߱76אL`'`l_vPoIi|{7Lƒ ;vo9) г~Qs @T N}޲tZ~9qUZlDEHcwz/G?ގs:yqC[Tdl+爜ad=}?x(2VwkKpmW&+lSa"O-٣O)gm*R0 |VRvP  ݟ>QeG+ Ld_ Ȼ/HM,[:Vۡ|D(nO]8P+eɡB}0y iKI j/;ޫ[e;Fh&seIkު1슉biهӜb(($䈈xvr1&U1탂ϦcVGϤZ ろ0 z h\PЦGx LJڣß@؜?>JfB(]pn&&STˎ`sRi}avDaebkZ[BKe9k'JTA{&c"2'3g}P;ʲnUئm]Q%1Jdn=dzt*Y*A8&Njɗc\HӶ0MD,l\=7tKaF rƨ},Jji0xehB6P @H+ ;s=M4D)/"vPN҄f CfA?r ASۊ{ <(3 aGJՓ8>I;}#o90v_1{_+u^4-e*YΣh+tz)T@D: m]o!#/N21r 91Q4~Z4mJ6ZzB9 ˧+0nGNKg5<[l>hP2](yOrȕ53YW|Guj`!,7 B(}Drr߭$/Fad2qu,k5X#Njm (OǤ<3 %rn>sV q@/i|!U?3|pW!Bؚ}BC)@8[Wa>=;TEbYzcfHxԀBhk` i"j!K _gOWY #[jM]Nb/ >Hܠ@Q/k{ )_~F{ch-H-V@ ~&ee.)u12㭙.J5֙Ͱa$vyIdZOآGI쥼۝v3=1I*zV=P~;TMEE'>Ĺ#RMv]pR.h,4r[-8!҆[cm%dje"^Օ› JAvAҺr/}z_mrBFZYKH4\ U~Uޟ ʀ8W_TG)g׆a%~.,kpˏȘF)S?Y\-ңrh'Ѩ<[cfٸ `QC[ƹ݅`H0DEq ɝ+tm 'O#s-V)3_4ƑJ0K0b'f$K_WިxQLY`>X(Df}U$C!L= dEXP }jh#q2H-YmߗzґL( z4]T'Qmyz*Y.ʠ=}=Yxb2X$(!_yN+诐ηu;Гvs+Z9`!CH,fTxu=hGh\Нkisugl6E#cr"G%ӒI;I;VpOA} egJfs7AR<'?!6Yِ9g$yWʌ1k}4[胚&0TwhkrsT9*q\^$J͡Dm҄>!"B*ت7n!R?n1fh樐IFS}'@x(?yف$^>u*;MWw ^[Rjz턮qsni֬ K%2SFH<'UnZgmmՅmrx.4E<0a#)W~[h{?H)+l= OxnX-Wr1kq۬d`1wEbP%@I] w+|\vFx"Q+G^3~4clA+P -׶(Ulb$874H-0 zϦF3$D?E\1&W>4,f͗6X| i>_0dnM@)]RpoN=0YELtWɓ_@Õk$izsaސT6+δ"}j{C4!7jߺ 4{nb}Zo f}|uO|fu,d-ވ֬ 48P}^(Qոw陹>S$ZoYb @Mcbm}m/,|(G .}VPp 1s .a؁n5e%{ !F#-e<,$gA8n,`dV1 %^1\88sc't˴|B! xZ&EtLViR% Xˍ_)|B;o~Wmz#Iw,{bUґ/7xʒ-y.'6zy6vu]~L1 hCy$Mq(\1eՀ}ļhp=6c%(@'':;=c^Tߌ^6(-GXN^^ ` fkMo{}f%Van^fL'|3fNO]}$[]#jun/B@tG^O-V5R c3!)! 尘5H>K> e&l$ 9ʀ+sY)hP*wZs\Ԉ 28ǗD~VJ, B'pɒMxv! qn`/^~Iv]'źqeJ»\9l<I=S.?ŭb9 '4#UFB1uq?Jh¹bC<@y";K2K r ҠSf3#%FVg> %"Z9Tos:|CKgCEv7"V#:z't~mNRC-÷mk%>ցeT9minNH3"+٤Cm>k%05v,r08cg٫$L!OۼeHysBe9F& s; 1դG6䏭Сۨ7_z$.B$<ތA0wj2ՏFƗ OVgV !5U_o˛f"sy!ֲ3k)*-$c_LIJ9Kx/d^T.r`[Xi޻]uLiEI_I@ S jÎ(B:"I[qX>{pv0[q 7v㉖1C&+ e:" ~["FhC/@0-c𒦤1XT+ilj,WB@OgA? Á|cUs:CCa1-X!D@ct c2>o^piM|O@8Oء)\'281gb 4h}+:-v.2+Xc^PΗR[FiT PpbMnX / e *zQ[H˻0(\FIMDdvv NW.Giso=0zƷA[~ЏrJbQ`j)=! S]}5[wL]>}IM8R'ʑEqTr4o~7)L0Ћ8F2iAdhPiڀ%B^d>/5,{!Bep4&xgF(CjE?A<, qؙw9yR6pb6ps'=El9_ǚ`c 4&|J)1i&_ZM` u0^lnΞ_&p5ʡ=Z[w|mQ:^+h'!.IlOn˅,y(`$=E~&)UDg\/octW@ϹG1Kzv90 CgMfiYܗ MY+N6 f!-\lP_xiilɄ[@.*fnpdJ0 hS DRxһ}~Q -Meӛv!4#b%I)KCR}[;XR_ *ٓ!?c+hp;i/,jNG_iοCTN;; .o^"/|&\h$DUxqo* \8w|X+__=GOCsc}JQD#v?^&/p?*Uȍ&G{e~#>c҂brdڷufv񮄊o0 $,BW"{;>5m vy-|HeEץUI,'~"foTl hV4rf?2uv/Zn&)΢ ~A \hxGVY $68ݺWVlNL:2מE\EIɮ#ުƂWS (>Mk(~Gjwa %tv jKqs]#@|H S+}Q~aGsP P tا)8N'?x/=Ipߤ)cȱ7=Ou8 +k24fKN%u9TTy[ 䔏D;]G*WBKX26BnhB٦!X -ق}k-˼9< [W o/L]Z]%'3[h GP +P84 $3DZZ$P@mUȍ߲6a669~)3(C> }ǁ46G4}i;G pUR]n]X`4 mQ1Dxcvx)Vu=?8 {+Q뚢ϡdMJGxcglxٖLx8BmJw&iQ/ի7!"&撚~'dϱ̎K@};n@ic ũ˿ Kk;cTJ_zv`0R@!M) >8o [I*DZ1Y?ud%eW~> |c!oÛ/$ 02Q}IOksZm4XCTrMzz7@練ː]hu{ q_{fD9}]gT|R!pCj>-pBHYN h/{H! ""sAbJp%ST1=ѱ pYd fy"]v>M^GOY;Ӄ}h%AʠIc]DPsʼ.ݙA|F FH!>~4*ZV]IKZ}pZ*T`OK%ִKI}$ڶ@ͩ 5b4vf}e9Ϛ£ )Xr_ [es'+G4WȥO Du i@[ qv"ţ2`!xRBY![0긝_%,'aq,;ޜda|X>s'=1=oD_$DZwS+03 +=> M\K|i&Ƭ00?_X~# .Q}`4 #ȁP^; aY+ kclyH3AYغ^8w&֓q8葧7fY3D Ws=Hn9or7ǨŚvQA^T 6F̑xS[\o4%u Jh+#Mt;E9nxv>݄ 6ry}4`*]o7CG=087nZb4$Z7,ceVOJM\:ZX̽_(j].=0{ (]gUy5o߿&_Hoѹ'w ^ O .?F1{MY;΀[r զA{y*t5o9ev5@z;Ni_S␾Gh Wcsh :vZ%#mh. k GT|,Fx*i>櫝Gb1V{'yѬdH#QvG6fRɚ ɁងĦo?brSm|WϞ͇cOuދ=572֨ٷaS6fyǃN*g"˹*/((ma= S'/hXՈ=5!YҘV#I H7zP ISKa1id.ph# Pl2<žñM'YlUD((7F* v(*EUanlCMoRs?SUDB +4.jpL&el,7VD %s͑lQ|*lX+ö(jISYp{vNT ܁B'7ivt[QRxXMK7l}&8~_CHJ~,BR)rg] XLq905LcK1b%voLRy!e3y\nzv }!:7,[&(i #"TAv.)@=+*qfOޤ.v\߫r\Ƌa+E2綴+%WF3"S|vrXWU+ Тd8ٶ+vMp;r;>'$*74 쟖MPd$(,C/ yFWʋ$QN |o1_\I.rJ~`izG,ȬL98yi +.uֱMAs˓*$%ey]|~`=խ Ls+Lg3j`=FH l(M`2ە[n˿M(hik!3 ɨ~ ƞ^MuǛeYɇ!Doc,Of Q"N[*R$i_QNBbÒ%@19; e":\/?/_"8e(kcl ]}dBCj7/i!^X *ODz'24 3HjWاh0;rE1,7Ic\`Rq}AY^_bn _Qje$c1>c*^“]}}.>WM7X3>`M!v.5zܚ#5x]K4S _}2fUisk"vO49z0օ$ԝ^k/ /քuqѠXRtM {؋PbvEvy}fJH@+Imloɽ0NY*x(_8H{\ky*h9O|Ӈuhx,$ @Pw(i?_o 䩾aq=zM+Lt kdm%@P1QjOÖUP,$>ͅyC/ hmUPŒFGH!}ۺ住cq>Q6j44Nƥ˅Y$b2^^A\V큡QN=&ȝb= x&O/c/S2Yz!Fa1laIćmV\ B,PD!h deTVdORH38 I+=maXgɅAs,ׁ6]T!`NGI.QBL4TUO/6΃jhk{$Qz(vp?H*&t_ʨVX{pGwknigQ +5\ϕkL IvgܝqԷػ&F&7x7 p#rz;U&{9EMsM.ܰk)Zd4HG 7Dd̝<9GIKa i<R)AHkl1/c|W$;=K=>A1.̈ϺZж  eg0Q ܠwGɦYQ I|FA^7L'KkdT݌3CDE>y[ ?u UB-HzVlupjy@3wuoq*fYW>F'jjk wX'CdG%i9Mp}dK뷊59g5:I|kO&O5)G󿤅?U4nBJ㦯w4n[;o2}Ir48HQ]+v_^* R|FdeOCe !Gs^^RB<6Xh@Aetk 3\.mr/+xy?Zw&fyx" #~{Q[A&"m#I<țjX3G?c䛩?•;%/ y%Ј dOaz" +c6&(\yfS$#%'gNS0 V(|(Đ[8h}YfQLϲ @c# hXW$S5I i"[fźn#MC[U"܈/ 3p UtP-[J=% ԉt *D\] }kR%ك%EgJztT?&=x2I8# V.--vy 8!k#K}d* M!?ũ!+vJOoVXеХ͝q4)K"cL\ǚƗ/F l勉$_J ¿y)%f砼sy19L"aX^Y_ĵatq~`%TVRjZ1+]~u"[}m ZJLԠA,l]ܝ\k;Zyuo/ zowS*c{@ x5(V^3LWc.'n䒘'8ǂS* ˻ϡ!j.Y@5N0_sfȮlKFGqO̦ln{=ts>FOP,sdQ׌)뼿ݑ4] T- S nZ;ҏF0zC!|;d1R)(8wE8_m/LνCB|K![$و7WHӮO9ޡ9_r  d :G`Yot갭8P?m`-Zs''GFR/j̀Z`~ iA4-zjCw]:1>ct9G/$!v 9f g viX\27Z_hIHǪBT͛uGSZa(GCo@ܮ,` ZcgBm!Y1fJ$dyi.IMw m*ibrNL"}h(5LMpY J+-uAWf11B)g7Ҡk]J5MA-aI洴G˥"4n E =u\ .CahI+ tK=7݄RhdK,!_bVZSSWqDiq)KG;CZ8Uiuࢧ?9tTaD̎'N.qr}Z9̙;RO-6$՟|iUuQݚYTQõCbU4^Ziz[yRnS],ۊ[o ah}Ȼ/fX6@pv">} bH@Z#0}T>I *%`|KtMܽzSw:Q[p?CeC6?#ڸy[2EQQqY]Pʭ5vc{_hC4~DL5O~y]U> /ù>/IS ߘSz?Y7@/T珒{B}*wum'GZk8 jG,Ow^~YJD5z}_YWwgˬcs%xċu>"\-7z-[@L`{g3Qa&5Ba!Ϛ%/6|]CсA_nsNƦRT<ʘĹ4 &5GcTRL4-K(FY`OѐzUnϐDw}6fC(7r!CV7R|$_@Usժ|/ZuDZaWe.bQ`kR:#v*ѐSLRtK'N'ֲ]t.kWn+3oЇI qM7])>IE0O2ˈ(ga ]PJ_)C}V@Xk7G~ ORI},Z8u|yg$y̹/ lkn੎dx77Oͧn 'Z.FO =kSEiųl sO).ato/%krhuM^0;٭ BqsY0"7M.aolc%ŀ'ιT/ <0wwX|T^-u]?]QP]4uD2B5\H X-Bb8/6Th@eHNpiPTIRֺ1\R&^Ts[Ei1XC2/] H ƼG#bܤ PQ#$t=;w[M5Lkjl}LVӞt(4M yklJ w/i Tb'!Ql >3%偘ӭu ›3mg&Lӆ6fjEdcda4~ yuB,-9_]L(gn՟YȠ~Ζx_n/ǵzS٢H 7*8* _'J{x%~qFHt!b}&( x+YqT1DxĽS`N57:`tN92][)%3A*b"r7OWQݑ$Qչ`'C@X74T}kg˹mא8~ZQ8yH̆&< TyH:WEfn={ X"(tLdubY0 H"KP( c:&ۍ6ӸMԁ7eL׽$% :ϐ[x3Ef(R {4pae[&dW-c(hɲ_ziNs$M4NXf b߇Ts7PuG &w1/Ʌ]=i>$<42[E3':\f~_< CضmM_ͿɆ| |=8o21X|}bX)c9\H1KV­Sc gg#A-gIN (B]!d5]?zME`"yY|rIS؆ifV)v7A9ʟxQSFQ2`YeRWbR8ESъG!_sˬ'a5ޣ*P/7ㅳoi1I~zsk5ufJF[mL]m`#QF6vCYHA\DRc[ $E rW!kp(N,mip΁ ,J+_7#kL Kt }:8ՎFb~|LWdgd}bsl.SuL%U؃DJ&O^ϒ^BO|*8lwz)_> *G*[5M0=Ou?tdw!gI~d;e w`[!Ź>j`3)SÞ .C5ƀUWX[IVQ,tS#,WHyXqIB#FYdua3m@]`ڋyjOY: >_k."s'TB;i`LW%J~#X g.Y!lRL{5C @1>xДJl }tEzG>('s3~7<  u,ll4L;LZ'm}+vt%*f8խ46[&pꌆԣZ7[>xn.}fMᵎ隴WpY QJ -D{]eb@A t&T6^ƌj)Ile^cF\r*dW7#0FaDS~hDH)_TRn"p}eL(*pcd_u̠y51g$PҜlN]Q~{QǰJwPↃFX.JI.D9N#)4-U'CDBfE9:E6p^o $/T;3_k-V1hwO YP韼C@.: s+2*VWnr칸6߰evh--6&;Q`8RK ˙#1k1 ifSvx.,7a t]=QM"۱uMi[){   ,{[#HhX.qCiy!Nrt^$j Rɭ3_Զkj$̀~BKA>Z?mZ_sD #o# CslbL4>iM |*⿤ 0t5JgzF0~"IȀ!.bGU?݃,e>ramuO8`(l8T rX%cYC[`d-Vv9]lg~f7Z_ v0OkZfVSU@K\8@.p?Ybj˲[Xm&א~@)v)3kB ք#׺ѵ$cm#}7ͯ-f;=OI[_%vY EۿomYڳEߟiy7b!qGMfj$14)G|#qMc3&Ǥ`SC?Ko qB^ȚQ.>*ɶHf\ )LH5eŒ$b K_>F wuR͎&W*Fgl5! H.Cí .F~n/q|XhLP T&0milxO]nESR Y\_ |OCZk%i^ڂĪ?Ys ,+CdlGҒTʺmw>LnrQYvoEgnUDCOikA>by+xuz }YI;ޙqXqLVQGIZLb$Qg/_(=hY;ssu8иH ?]ezG Grɰcr "hÿf%ѐ(JC#+wz /cUv.V~нF"k唆@Hʔ#l'idHiJT7maɼ#iajVhU}jQ4W*%j:H4I+4$~*` 2ө|x~ɐ<+FBUEqR.Wdj-{ʜ1=lbw)ٴ.Vk z͖yw`+qA=7/` a29>uMO]U1YZ[i#Tk9X)PX1ۂwOi3$u *boP4!,TE4Y?*4SUbԦg1D#MNL|w7ue=TVoxU vzhRzuٌ ,ˋhKc+Do |vB=}S_PZvMΕSe!5'9B DŽMN>YI6G_8N%,CM~_6uT#{ȎUZˊ7׆C}^$(XxMPFR% o:߄ vsYXlXԘkǨ:Ѥy73a*1Kb 1>(6cME ku F~BM㪥_O}-MN&^-' `$A/Cc{1L₊.hf|>GQ 81o0m㦕DP̘ScY;XӐY;Z &l!]>UIѵWsʣA밇,g蟠9?!c UFH_p|A`j[Jtʉc7_zwI X| ZZ|"]=-Nۘ OΊ#r%zo)S4fwc$'7.m}&ij˛[\h7#Tn+diǬ|5,HyKxN.7f+CV6= ^^C2`pP0RE_<}^dѕG>zGLRUw|J<L}]Ho(주$t~,u9HbQp~C ͷUVo]jSӖ5mQje]a|4a; L$Zz[?LؒL;7|¬9rl*O:렩Ce\( g B} W'V7ԚH/7 [:PVؗ!(]xT#D9Q7b [~vzwn[:j޼̵~Nut ȃ:WBD*5 "?ڼN;e)p} SD4=MhԔ0hۃU !Ekz'&wRƝZ^s*\RE+GX3BMРeyI`\S\@qQՇ5YPύ IxUcAOs崥j4]X jधQBZ ֨k"<$ÊʝV=t;]ekm~DX*/ןg_&KvҕI8>ce[U8M躣ByHȣgҨPurJݩ5w\-0r9Хj>&=7h>_䪺@Ә3CТf7%xt]90V/;b3WQg1AFSfkʑ(߼'{1~^-NSw?M-խ=O3B~:&eE|=G(a,Qَ PPrx V 8=YO./bX5DU0n G1!6R;WpTtZCd08 guIm OfwOi^+T9eZw`A݀K$mtH]w(h:,1lvViBy-=wYlE4 CnGgk,E_%&ƶg1Lh@Ƥb׊$Gԭ%ܐK) &-G)i^ 6i ُ0:FJBg"DΝP%mح1g"Y&X*e IO=GkEيc)漝GcLmZ)qųX@{.muҁy]OYtC d)H!A1*y0eZJ#یc4yݵTrEuw+-VSs mĚAɨZZw)AjZw ]jYT %%Z޼(ۍQKQw`V.i:(ɮcy;{줎 f2cZZ4 hs|3|wvܯF*ڸy5L)-ͽ@<ʍ Ciq0y]Hj&]h*_ObMXݑ5%OF &ӸN>R즉fCN RKWPSsnE2&4VL~*L^xM%"߳Q9{`"p|a;  \CMPO @7_K<O  qwdnKhJ:Pf9hTQ[&m ,'x)6 _x%ѽ"K j.S1Cv !Tw ps[+pi~!RY?]a5d?+&|W@ /^% 'egbЭ݇M`p2n+߮uedu=cW'M'[#DRfSY"W/Jd=]~koׁ[d)_:kTTS ̖ߙKT]0 &|L氛(0L:ln;w14GY@J8ڌ%yk7j!?h'a0̲b7&ё+3SDMV 1ņҫe(95JK}7yY|0=ܳ9yˡA͏Z |܅&yߚ MiNuhpZ ',F\j)ZO፴JSZK"_jSNˣ(!X=7J7cg0tysaALLJD]QVo&VgrBI+8f%Ħi_x8l:`T}?i cvDߩ%lY5>{)3~J^,]!`ҍ+,h4!/j,y(kۊ]3+`Xp2$D`y&Z]Akkyx[u)@D3G v!֪LBuaiX@muWȯ<*Tv(nZM4!^^IIq B%a&]u xH妩[&ւ#?F$ snm?7}h⢥5^xtsm6F钭q'u&瘇4rIfcÓV6/"~ Vw rʽN86GMg7 8&%L/NiWwe8n!{e5ωtgK/N\/%=xPVoM/z\6Z|: S%hh%XbTT JsqhC>*XefkUkϦj<䔟Hi7 /傛 ls6)ʠt6'"%(G}nB@OEE 2!:<46Dy`0h%Oxr.}$|7t )W:U{eך'W ,Xp3k%ޫV+C.QTTh͆ɉu[6"W O-]D~=ӟPPMDŽ'qp( jH?[xL%eY{ jɶ u-ȖdKUDGAFK7I›N[aT"#azKu C^m[@4Ù|{! 겘(OO7zz"GMhoo8F+qB2=Rn|s,XŧbחH)`M b9%^M4vL$*5TQI_^#{>Ys@zT=*Z7Jr3>0^zm-OLҀvf@Bmaț`#FB%Ġ|O'Z+i+S8FV\qK.@[ڈ2d,%.'u703"K%4G Ė.y!£DW)w*0 G 9"sy~( SVK?K_ a]37 }[sI#0 t& G;mӊwQjQZ]C># sNJv'v眆Ҵ+^Dx>.ӹnd*CPqBV0F=ZɥZ:9,/FecםGxGNU LXlC 3F؝Ha$"6$CdC~R^ ؗOB%>c8hl AfϽ[g(+pLo.DDffe~hrM!2SO"l3Sq70bŶOхAƤ'VJ)kU7M8(;BnV|lh4d;7e+W2o2gz3fNaq@_+2jzԵ05$ )kXhnat k!) ΥCwР &u޾Yk iuツHJP6X'GVӄ7!^]MF n*G,x^ɕ/q{f ?Jc krx2(WLO רvϬUB5!VwM.LxHk\σ?xJצNG8fОk般tˈԣz>,:/\Vue%=*w%@2ڸukb=X^b?Be# :QkWk#l0l m40Msgb*\/ lGVJxhtxQ\5 apu(%4{|3j2e(U,f r2{ 2XZ jv\A K (նNȝڊ"&&)e[PZ~zgJn |M=#U0~5qiL0Fܖښ)dwXLz,1 `I^+`4{E^8N;!~ 7ZUVQɟ9ůeR,A3mq EzoNb<(Χx)).Z̐(ص&#HB_W0w[~SoX9)(+s`2! Uz/r}-^eU'؄͔(j&/Ʀ1cɫvMӝZP!\o{R 2`ULJc |t3KQ[,9I<@-m~97;iA%f iAb5P?#ϒ1t زZAύܕ;T%(NA ui93!)܆ۍ5uuh:%7H rXnYitB󠬼2%Rx o2|cg\l+tBS;e4eR+S`1ƁX-Ȅ*c1^ʯĀrL|'',)ey0SrV=)N+=\+&}H}fD`j$.<)Wn[rn1׌)6C;”3p4ӫ#Z I`_PpϬ\1&8;y2Qg 3ccJ5No&Dt7] ʄ/aSBA%?!.|XY֧q0Jb'qT J$6]'H i#r _qkp IbV+gt¬#Lh૜d/b?9 % wim2-ɋsAOI |M (<'/\Hؚ*wM2PY\M!7)f<2`Z>v?d>"(?ӑ {C[@Q^fWIYIۼe0#žD@\?Ņ \jP_ܯZ9(83 oM=gK#aFd>t!z r"ul}epu(ץWT\S3p5TΫαܜE@A&|_HZueK>h5 bD4H>bVCkȣ@Y;Uh尹b? ,r4ԖƵ0~<Իzޅ.~6J @ maPoFT鄡9.-< S~@{5}=5iQ߯9uTYy ׭&n-ZWԇ{]U3aG[AҼ#.bxCT.*-D v,Yϖ[-ٞ0F [eBks6<4b?Џ[Nq; NK ߙzoO-㵽yN97X LMpF9.hΖ?|ELk&ihWrs}N65J #b)d6W!t]2I; Mx;8ܢv `'~Mt!KjdAӷ ]-LVVo7Chd`*~A`e){'SQ4n|da .wZmma@ǫt%Հ(]A|;Gxb&tk/v{;lwuy탾efE'5;4mlx&QρnVSj6Q;2Ix":DJ\2M S.@*ڷmY Ur=nO;oBv j;phҌ;/yeny#>s:dla5&e|m\;wv:-#jQ9ׅr!< Gt L_![PӚ?P}}YB@vY3җWs~Xuf˾oBV.ۦ34r$η[(uÂcWiW;V|Xi|VNqұţ=M#,\ӨUI=,Aޖ/8R:a-[vqw2[d?UL:I4L3'cUuBn,w؆G [ic }%'1ތ`qd-*l2oj.Vw~NGSŽ4Aj%s ؛ӿD:NUA Cyߋ /*S\*uOQ,'^rne t6+VF11f/۞X7}=432օLȖ>PPć(eHst˿PZа:O v|f^ G$9&Y[.x5ZP~cO|dX\0)@J4 7 ""BRc*,g8& HܲFצ!)XNL]MM[A PY?Ν 8gji^]$bK[i)h\?\jZśf;l Ih|<қ_CQ@0ҋ7S,G`gbs,̗僇FOmi  NWSb$Qo+%fJTdES0:Njz(r|fKo0#NIқʚ{dr-a=un~V~Ygaf -BKHBtD5 W3v_Ȼ@"Gc6IϨ;{3moU2ʯ*ܭH5?D8o4"&Wץ71&Ķ"dδtӗd]+B3:zsE]މg!ad3ΘV=dw;!w ANmR4ԑx8~xZ0u#P>Ok)!?-)[ NKxwWF־ . Njd6ջ/79M>OvJsS9V,ZOA)V/쫁cݍg1?[bs `M~K-B)|mBkjS%? &R~?X$d*yV"0=%LM9l$Q![Ov7Uύt5*Ja>火=uW,cK1C}*:/rmX@TO R p,*P}*G*qti>u0JA,WUzVJpBwպXD`tH @bLXI3m p;eÌ+r/mv[0Zx S4*`~:+|!l89dw2G waa//x0Wt.YAE\W1(6?$@C&&[eU'di:d/(FSh!%SO~{!JA]vZMg{L#~ls c+!kIr|B aGGR4#ty|@ ;5l'p5tt)n||4WHh"1,mtc݂z*0Wdll0eYC\I@]oc1=N(%8zlWZY|Jw]_)< җ*pzaFYSK!TԄ EĒ)3u"{{ѱ*T(DCL18xh (Wdt&L;T!ۼvdDj͉!Aiu ׍O>jA1;k6"i"v!{Qs= 51;k(u_lj`aFБ}]л@Mvisl_)1يg/i3&Q+xqIX,OL̇Y8 ɖ?3FmehBk?OsA+lҥTo*7(C6W _=j4iTrȨ>gzqS,ʔ~&*_RT -֟emEt!wTGޕx/'e`srUB;turoQt,#5~N~r^oB,`G^(/s`7zC 0ýfKbq8Vr} vr5WTϾBGoH\audcaD p1P'BB-*k!5IE|;=ᶷ72Jr. Rq6Ttrt&۴^jY9ZǬ.;9J/h3fcnXKL\ ѧMbC>0_e*x؋P$1N qw z{0,ūk2,b=;(eN> `z;TQcR@Cm_ܾK¿o0vI8s8h$ܝw*nؒ!SEH@'_U/!aC 9[ǻO.s4e2ȦI{W^=& 00+{1LW,GHA锡'kD #ΕP[FUIpXwxpohgNCo]Cv°`98P#U\ de_ߵ . m /55a>Pxe.&ۋeѩt.No,)﹧\@N%Sk9dU4D2v/;ѿ&u' S`,AB^"'H)%9+®t:g?OQ[v'5 ?%nL[C@/!|`/.:cL ×kxY3mpӈzRi@Ս%\HS44:W{N0֢s5臤YPΔ+b @M!]3Ft7]Y+8ʎj{ z#n#ѻ*^Wg$Ha ?ٶ ;? hs}Nn'w! ܴIAJIu:"Cgu}۶, h侠rr9"1!u7ʾB:\;Z#8V%ZgۻSҀxt^aZ#[&~b*]Ж%r%8Woj'C4ƻn֯+xy2{>r6484 [HC qLErUŖ7FD8C7$ó 2ckI&iPm1H=-hq XuR?nZF5@0I(;8|kBΜ~1 V1pH&fH}RDًU-|*VSf aEMFI r[%AAn$hl/@mABTt3E@rcMoBHln{LKLj>dGT?1xSZ)JQV޹{^JђL9zf]ӳ +4ij P'3{[X}lK8zb 5:G s^X<+pɒdQh);{pXi JY< GEtQ 0, {9!'t: <-nxs4s%;j@qd 4W/]wN&)/V/2qbdLv$ $Ke3R8w O7?aDISybD*%;K$ )@$ӌER-zT'&*@7H_Dyx!`wEK<6x5#W?(l.5v*JOr:2^ Nvֹx2{1ymaZH_uY6t̩3EߕH\W^ ~8hho1 #GSU@[QJ )iuf P)1 N`:Ӈ7Rbp+fLiQX‘-0?kDG BBub0H[_֏Hj]P* pԅ؉p\SrTR-m NQB&(Hfi|I:QOaͨМ _э&k׹K8&^aW- k3\r2=ʆO -ȣ?hS̨,, 8*;B-[^_UD+Zb5]l<֞Sp\ ր`MW8kIr Aa %8c:1TW#-hn}#?`# ߭K23)ݱzfﲋtd~om"Q6Ǥp;۰e, lsR&&=R'TY7XOvZO(ʋ:41RzPrPV鿷6Ȣwon2ϲ :ߵsK7 ᝢMK 99,?g9a5\/0QURtFs1sΙs' -cVC? TP}!,dW88ԓS܏BFf]ݘ"2l+ %d'BҶL됙'y4:@%z.;K9_uѢOǞ{n9FJN?@Ro["?ŶNAE\:BZ#՟?=4#]٨Yz{Ͼ5pITN mo4NViȹ["*uuKֳ,@U ŷEŃbn! s'NaIGo1`Fx( c,U cU.UX]~_k;FzTxKJ*z8'.Epb$9\Ez"^ YڔZ9%J!r7wvӽO2P -G:&ihįc<Ґf-v8AQK-8ɧv݆GS G[~kd9.t XEܐQHGIyZhZ_{['g'~x@@#(۰cfBL akAcTqj{$}#<#``tRLhܔ,V4~]2isWU)>F5P$W k!H"ЗSj 2 a0;B*'.u^qa F_NW\Dl7B0؎VrNn*aM `2l\zWïWLR X%oPH jGB!f,VMMP=f}"o/ MPK|e㣽j)HV+ǜdR&"<:\ !L5'VC&<|aq9Y;ҳށĎ&=X?qkFXRn6G.XD(o[[좰RK-t݁$ ?@SlCޗ0ˏ0pyd,,9k8͌pJ8ܑDl;߃ͅk-mEVgM$Kl/늾صVeQ[fCqɺK{NhBTv[FO0UV-I~J;۩u]hUhxi'| /QD_LLzH3wKGٞqS k&נF8iӊj.B؅W~9{"8mwm`[(0xYVU>pyכr <ڹzp`Sx8@rNjL:y&79%DDP~/&5N@> 1-(@3^ghR.Gi: I,oJZ^Pa(*SsE, OجB ~!3L`uTJQO\*>H"β*_OL0!GdIn(o QfpŹa},Hz /gdĕF$k 8[Y*OfTPuYԷ6X0T㋻kitK5@:n7C6^׈^E5;+hd?T3{A!\e@ZC qBۏ(@bC*1UM#Y>I-tVRDZ.~d}7MFAdB\fV㣟ĞRՏrEsyj ^mOq9Z~?QGxr vIwx~ 1q'8TW]Sw\06RZԃHbCߊ<^Oɞ+*<ߤ̊sY\b>)LKy38W@ WF7S(yY}lZ)t>wF ѫƟ]vN1q\o9ZrF348ܫ1dyϐ#]%;P2OB1 qJ~Y2軗SeSڻ2N;O'5?Z`1P+[y=qaɅ eyz)XKoXxu^o)'LXV7SisꪩkK9Log!n)sf+VDrYD!PW|8@D4Ck땂i@i>=abuK=ORqp?WvOYF+B[ !Ib^_{ԧW]>5~߅rR?nyqDK4W{ޏŏ&=u&>g-BJc!FM6Za NA돿{G0¨d rW/p)cOQͻ" aɔִKYwo'~F,^8"L!r E2"sviA^ B{IW+(Y` B̄3q^AxN)ql},Q⼈d^\6/vZ; 狸:g{Mf`#x1>{3d"Kr26#zl,P6%oGh5!2?Ls9~G& ]Ba1_)P1Uы Q'\f3}hF(| ~ Hf$c '!>?Nj]!F1+cఔI5JCٻ,q*v5b*SIJ0Q Vdl-"eNB>#:q*s?2CAvqV1Fnt"ökif"}s27zE(AJ::G俤t€v9o;Cmq'U㺈d+R5!L,I_S: )kf:~"aDڏV9m{HU\+2)Snz_lƽ0lQ\y4qmn9(X| e'd# $Uqukܢߴ6MD|43҇m^"$ݥ ZOi6p`13vxw &2f| w AeM:)bJjZuj/X{YhfA{2mm5-$˔;ꘙ|㙣,DLgM7͈0V[ uC_[\XVBBo2{ &6e~4pʚ9E,]gAYL[,Iil51ƌwCrSQjW:3HP]"vXKz΢N'{a 4fb0+YgU=n.3-,t֏NĐ?O|hKӯuhr"$kdԹB m<'̖\sYί&+\qIuz`!gT U teHY)->i;5+9{7zf9ycˉ_+j%⯔+& OwsWӰ O1_`-%sf R_]XDlZ{A~$¥EX#6+$S9*~KyMɝ@SK ]=}O;\&M[%{^:8=ϭ9liN䣚Lc?;ϲh dҶăuCwq "kTq2ܜLٸdU%zQ\NA ź7.@9QRה/Zz ly+0^'d"'D"U~cmeoE>=^44|{T4r($:J$WF3d0R6$^tP'@40xS5؆7Rx|謓m6f&,Ľl.#ݤz/4 nr :W&*r嵃_56mou:}zp-,4Q.g`#2 6Ϗ2ybPwutS]\;Yӌ q.ZV>Km$Vx2~~g2ixyz>,:'')zf~t2x .ʬ#|^Y;7~,Jeѩ@|j8%q(Vb}"Vq_'}%tۘy4c)C7X*W@C'S>;HqznK$ ^oCWVb $qmjg~y)|8ZIGf}C1,\Vynd9۩ۙ39MnJ\+9Vӷ"m})Kmnơmg-VF/PȂz"Dc:6U^8)(TcY'܊<3ؕVCfUOd^~Q"˥pV-HzʐLP{ڦip2ߧ~^gxւ2VA+>-QWC4*sUj j;1>b/^y+ܰX40[c-zA5$䦽 ac8@lvwCy} ϻLI7Rښ=m"(, 󛙡cWPgf! .q\! H[@싳2%WLM+k3}ܗyr|q|>* FEHZX:_d,&Mglok5}>b7RhhhcS0b ]ԡL ʲcU\\8. #\t];yg.֌D]$7~i}u Qn|qkvV`xPk= )5Y:}ܵK*hȇ~uA;C&lg@ ,7<0ޝ-]ayOƬ&xN!ZAHV`UQƊ6ie  #@Rb"=O.#%@Kلp=CMF(ph]<BugZEדyd٘gD46_֑P+, R7A9g[&GxK!T0IR:%twB 6+?1 WxxCiB,cȗ˼2*cB8@2۶ezXW&6~f&M-[ oC;^Ou30Cs _– lEzoLn6)  Ӫ R`hųI%,U1iM1ېtA~Ǖ3363_qՉ”`;'oJtջM=O}p!˟X,7НPwkDϼd$ mv4uMDy9U,44I\?nY 8*-.j"yP3e5ԯj\hn}>#ˑ83p#}yp[:}y<:jOM-n.6I=W;-ULXl̶(ķb[$ 06RL22m+C_JLKs~*д D\e)y-`DTaW) ` :jmhlِ+0柶, XF\;,!ؑ1 ckpNb=!=0rɠRxvG͉ki<oc(MYQ*u(.7&F܁Y},l6cNvwH4֛ynhxEzt$Cg/vahܪ9qąpcҔ.d绽1A%[=#V1@L-cZpQ} 6+| >OOU 29p[&19kDŵH-?9RX-ǯ"}=d%uN5#;iy5p:Q]6.bfQ!%e %A'jjfjFb|Ъc}@dcVF-GPuaiWg%E]~r#ԇ|Q\^9ή@4gFDz; E6`Xl*h^glp#ÀLd V\EbX~ILEB== >[<%((q{tżk%߸Xdt^[/pEȰ`7:'F6'T(64!Gt'!EIwDK|Dg¹qN đ¢0.׆%bck50F1<[!k^ Ov6*&hQ6ސhZp`· bdiʘA=M_'La|O'骗v4οI),a;0YYn@N sۥZ{`F`hPD)=r&(J?Z 5Tp&IFוE Gp?pv-H5mrM~ <>3a;fQ&wi;I CjeOk58U1_'˚cfƞe5A|>ϯ[X_OoW16O'Kq_z,=Iش=G1ք:ngl<} .2IoHmT>wKoƳ|HjsF1"DGRݕ[*ocE \[)00t{R뇂͉TLwFQG#RLH-n m5\g#4C>Tmr< +L"h%;!wfd@Y֍d8%"öT=/IM7iQp[A`zᰐQ\GUk`\:mͅZJ}YE( +5Iq;a>|R9ޯbDL٬J{ \f'̜=4.Ty_SvG762"^w8 g0mrs9 $ah3S:i<,fn=y@9 {Յ?ǡMR9ڮEdF/ᱞE4ugGzo fMp%jkP~o8_TjUkIpGpbV&c/iuD_)yixvJM"`0N11Ƿb#u[=fj7|@?26733bU4HO}̈́b'aqG,ua@6RjO/\ϭ޶ R{G]O6%5&2xh;Ceo:GZIv It-șCi+herW8P_]Rl sk2(5zoQYnd ̜z{-81Y)c ZH);NL&'~/?&3ry8oamnC6$x~NU?e < S=Ck'J֖_2*G 5PJjN1ʰVlts#Y<L[ݯ xmP&Z;6U)*- Ciz\"7z=S x؃[́}sk/vW`v~Sټ~ 9oF ˛fWZ98$4y *ńĸ_qM.n^]ϓ* 2gk>dFB޽֭#^ܹf{ѪȅC}c`BZFOH3sM6]u1f(4is\Iwx՝ T-U]o 5yPXﺹ&љv'Fi T.:*r+-\⌿M\>R7\T;`]je7{;v;c܌Գb>N \'lK"n-Qܚn??ulDCE-kQg%r=e𯼎k2\,mNiY]bs=(;piIISkR  jgjҐs>4W@#,Z̓͌<#/et(l)z3 dT:lR~?c؁{M=NZ Vtc t&`Brrv+"Ho~ !Z ث*oݓZ5hEY`P[:F>`ӵ<ԡ K&{..[$^%oG;=%x@a*qjޝמ,t;Eؠ[ 2Cݕ5߇ΏeuցP eX#j<=IoV~#:Vr75jjč| `_S/@Y.T2XB$ d6 iᙧdaޤfw1#p>w=ǰ Amx/VkO5crM°t%sY=Qtbnv`KSaFʐDLSERz.ߥ۵O'h,ҍxLA2=aXXBIor!'`}xG_̟3 o Ew>Iz&ѵ=(pu޻P^?BS\η@sJ4Meb}yL d@Ϻb|-`N垿Pv-6yBts8`9\O5oO@l on. \,.9bysmn ?}| }N^'/G{{zh)k  V\r<J1d)"$,gCt&rޡd#9١O$lDhv?9"zȤC[pCvml=Kcvbhs=3k^2_.r:e\2S`e&b3~(a1/;FN):APϡ[M8$n&`D"% in8`&:Hn)TĨ ?zq+[ăHI@ .I [M Mln.U”X ^r2b{'(J =DbĄtcV^LQqGt%vˇ]ypVoer%/}kdɾAjgX6Srؙ-'9ax4 :ʃ$*ϳ2"9,2Vi+l'kR2keC~[hJ8;!LZ0Cٖ\KaɬTPXĄ~-4R~xA9crHċIoWBĆoԲ .0Q6W8>LuWTj#O 5Qwcĝ<[8m(-yx IUl'q>v>%SKB mfё*niy! ?κ5`(ǏA+X`;D{=Пo~lے 7ii4o_: x|b2:l{N袓Wtq"]b(m@qpjC5A ߿ 2]'&f?cYgvmdCIs"]C93h93hޡx6YL¹_xNvM Il[rõ2rLUo٘K[Z5^Bv:  Gh Ŗ=4<,*W8ht$jչr41Nӛ<3r $2!|+IJp&0r o~٨4d/0Y7j\ w7;^ "Es۴ BN8oe f|72V_ƶvדEJ]1/xY@ \|} SQ[JTY򷆇K>zъgXO1@T3` Cք,)19أ/y4='Oia[? ]Dyzv?_p3s` Q%kvfy^)dj),|4gJ{_`j?Zh_P{3:<@ǢlLtHZs6"xi>{*lXF{0(6y8Gz`áH1Aܳ ҇rJ|Nf?{Npq "I;,Q:7 ?օj\0X88E xjrJRy-J̭g6zN2n v:*$ZeVrdbWZAx ׼'pSUǒqq#-i:GMv#/D5X '_TWOrM/P4E5S1~P2x~ .&8﬎zUdCD95|uMQa:\!pQ~+YmoVNw׀\$ȯ S%C[8y`muhv53G5&FAAK.< IF2R2P\IN_ٙ ڭw@b)YARۉ"%}Zޒ̭s׽HiܻSC]j ;+scFz>LjIV y۝UaT󚭓=ADZˮ npIq)Rn {Ӌ1 9y]ԧUk\4X~4|ss4Q8YFpbk)5҃-AɎ`3 Vn)L/Z=)6cz.DuK+?Ra pҢ-("W )Ϗ,<>݌ph]r!K3LBqojN3ȬHj4!נ MtRRT.h&{|eG9H^^.XKTJ^ǒ,v´ 7_a\ Ȅ# <1uS\zqF96+1B[b~9dPdmɊxj>1).O5lZFK!\>̛G[\'R(5`qQRY8ʁb**sTmhrszuNF᭩6-rR1Hԃ`˪΀bݮAK[?Mʫ9䞓?- ABlg{y{Uh $9'w]! ]ooYξilE75J^7g~s._5_PkZ,lse؎H|m~X/.*lr%ېMk |RU &j2/ȴe9@7_X+bPބHHR]UKk]~15p,q'aW$4~x(+9=p<mfB[8YTkiJl!a07\DRO}Ar^^tտ-[XHtbQ̮T ]4F!wtY_!vEOa+0R1o\B]VdN曗jVӤxcIXƄ#X]A>3̡+ԫꍣPHQ}idq7rӀgGu/LHSu¨̲-,/R2& kIJk!nݺ_HĊRDh0Δ OuߘDi6+%|#9*}:uVǷ+ʙ܌LN-Ʋη-SoeB[F$69c)2(5;ف [u):~5ډtf`J{_;`n. DJ+pdpDtAkcFܱ7l*ZPTK /ɎCw_/z MⶥQ9+Vs696% VK5Lrwgx2^RJ(i Gor&L"3b;4<[w5&ݰ|u8@(5W4\x?%%i~z,7Erv1n3փk qF ;S.Q)mwiT.Т? 90'Jd$ùڬ#R,~MA=ڕD-ڼ, %&v˶O*$b,e5mHݲfuN?+.j“>VV!`qBy2LW.| VJ<E{z=jק9ẁֵlq/>Jo=BNB`)Hy[A4F[KW CѹĄYs$]B4F@~ " vPyĴ3IcZJzWUX M3 w 1\&MoNT4/p44 +W (K fZgqC|wt>/ә;HfLjoufYšjj I]r}z =8ߥi , kFpHhn~~*k>Tc,BJMGwƠ"!j9u~W&wTp7y!^Cmϟ K cMWk9Ãd҂=#,K!bkUgz#c؂*˭@CGr )ňp쿟F-5`G2ڈQ_\:Ds$OVN )< ֳ8vFoxՑ\S:{?G\{rq4.AHz"*t:@~삩ɠ[Jqʦ1h Fz N3nR\N7֚Lԉwt!&sQ5 )KBlc=k7&JӄGP)1+& n%<&w'+\mcqj{W礪\ݩ TU|ښ:@ Q2q4%77 ,nTc'CRu&9XCΓ,+M# yϿI-nQT= ԄKU?7Qrfn:֐MB[QzռqR4^Q 6cnA|7YqJApN&G6>IdP&=Y =slBX%忧QZK1s t,uj̊HZ:uS z뒁aeC".v!QOh܌͚ݏK+Ӆ::*LV: x)$?fzm.%pOci{Q\Z0@M烴l}X8.g?GZ7 1Tf bDo"|DU1s]vBjݡJvej) V&K2O&S:ޢxkfI3zlq piZ'ٴö9ѱXz4N, Z9w2:]{|Lx˽㸝?&O4h,mώ[`Fӗp+uv1h~pZ碝GRT~+.^˻:Mxӯ /Yͤgv14Mc; >S-N :Sz+3 ct*iX ry*u>vG҉Mc]JJu\4P}AqYI=a4/k=dzqCR$e]^{q0M0~o&&^*6f| R֣ un( .D3[#7T:jꥺ]=#SN((x\P|.l2͆ nz35Ђаm SM]o7zb&FՏc|NgF"Н&.["yefI/pյ00G8' _sE'YYEa;IT3'dք ]7/ x;&L^IKD+-'M Z,S?mwbd0+sTszVMY-6_z) -(Vd\c |6l:?]?*Zl4Jװ`c;faB*^~jD#N}ZR<K+Hq54ճ&|大&*`DӔ |2BFol4 B7Q}RI'Z8G,$'4ƽip Xѵ ,yw5O-&ʩ%E1 _uenW4*fȊ\Vqa`Pm,8`,P1OK݃'Lg&Su'e n`m*3ʦ<`#Fxnњ˅Y ?E.* ^4EʬvATtn@Z/>4`ԁÑN4\oJ]ͷ׼Qlq^fgk++6wOjӑ x0/]alC'4ye4vpC *jnB_Kz+6W,oo?M;KDn^_IͳӅ_^djjJP$eϲ 0F D+-s!#=F>h_}8\Ӗwxf.fXw=7e^); S:=WU9j@-IMgJQ(IPNNG-[QD݋R\Qce ٬ nɱE5 Xh+R55q%j<+.0UBs]XkG2z%aiMrK}zk4/Aƕ@Z|D>]`q[KY4K}ގ '^nJ)h9^Ǵqt@6yD6@8nkl R1A݊YfF3c0?( 9W ILg@~ؽ2B~0G><#o2,F'ה Y,8?23+8NqJ_uLeFX{ D2~֜J֯ %VK1zƤlк$aMkcj@,C(`B'0us]c-Sf1@+΄ ?h$*mg@'p'tHSN`w_ȜGMdHhblq 2/uK^S'3 $JlJmY8Gr&kDt[ONlrRB̻D8(}`XˑZ獸m$Og1EzaKٟr(: 1pq)ڷNP_>g1k^*?ÿT¹!͖uqio&~T/DV"XDmw+#GRc DF0N8W%Z$u>],b[WT+L%*&7y+b(!M)jV=EBH@=H[BOs|rMU@La&j]T½r3ldH)Ħ>:9;7Y|Ϩ :=ʙb6RXohkk|21ZHYŞLB}%j,cDB†#uhz5#qdLl3-hĞ0##QcCAd& g&KjmY(=!:Zy[͵[&+)nDK? "9h@A6=w.I'5)Omr"<>e)a,NTӱG2\g.0ŷ*HgwCOz(y`S3L~#2m\U-ǀZqkۗ( GŪt+σ*wI>W=]ԣpT =JAtZ`'^9NvIU\sKe bȖ s6+M#F <خkhKT8fO@gTV 0>m8" i 9RNKi`T R.P&eU›t30^6KȨi2yDS<\XIcMNBd5hXT4d]B0ݮ3_fJ@Ypam629{ .5ٸ'_9kƹ.^̖=LՔ/crkH-$ 39{I/T<έzH,XGMJ^M9zG&Q/o>vO }61p %!Tq\WMFd>[@DŚ S*! PO^Ǖ\;#A?fLjKoNeiVFD)ThE.x;%*cyW)`˳;d( :K겛Dg`}u/(DgB#" F0ry?:.ɿ_ R=wle4#9u'vL1 6gF;FREV$5nřڅd~_?5̞H˩+i4JH1 tyqZ+ER7DɵURp;32sm#z;RL\?{3lI:Y ߅b'ŐcvIr~LOm$:pzm2<@6aOJ' d۝јWM96 G! __WG^|aŦ&3GBGߒj0 ƿa%RQڗ>oK*[7=E OjV7k[Ƣyk-Jȴ(B=L 28n>Ǯa&(tH7HUU>[7*WqE>ߢmq |IRg i3ċo@t' ɫ !y0}T 0&)+UP\pF^eKJ0<%&#U[uj۱a^'j¯~oqm/[^/iK,|7U7wU|s q!va@ڦҮ:vl1uI|\ {Ho4hQ>%޽9PHw&c^: Z0LE,E)#JZ#iN]HR7 DnU&Oj'w!!xmG+B+(ۜCTrD-:9:lZ_w>OxaDVǻtL+)SU^-@tWoq@qG"@ YDj-7rKf0#&nl1{6Ų(]SyH[Xe~:{:P ؀Dl%>5f_VXB%҉x}##68fG1$rL5V@r^0w$CߦԳ֕m~@se"R*m.kNs~(ZWJc$8V{ ׵ۈU넅)βuJVU,ȨTj648秦($shb+">zTR_"nZxH׵5l6+m|d3uY{6jR1nei<MRܯm#JI,AjW﵁8Ea;AA'~ې_P}7bU;^kw{`MWHjVvɲϒ9StJ4'6G28֙܃! #g݂tB.m.4g}>/B' 92M똩 p~Hi>f}fDu&,r&.ֶ$V4Q$Rvm6',2!r6"}ƨ6%J@JVM(h$+!ìb|˽}t+*&wq/=xM#W.̗ķMOQ.m?+=׿ݰx )kCi}mXM(.1z+t5%EQ$1IteJiM:RV\&ڳjE-Y3:\EJޝj"(FaPB_!asڮ9)+AsVDla%pCBJ8rxa4=V`WU.A?E89V|܏߲C!ԔJb}29]g*u$X%'OXSTjM3.cB!S7$e7W柺`e_՛Ly Zxh,۵e9z6^Fc6`, {W5lPpPX 49^ 6xy0luwp?t|Ƥ m-0SG}}Vcgːryi*T A_P^?(] *(/".流mVsrazVvP96:yTF_mp%Dc7a*ڿ{Z™r O=[.oL$^Wk* R`CkNz%mX*7oo"mQX=9#%:{Ȉ듘A<A1RQ2eb-׿p巯Nrmx4Bj>Si7nS~)PҦ>к!Z Y#JCjd=Q5^ocq~Ʉbe0.c(2f*abݎ ဏu6d\0su#V܍u^maۃ^^D] =d,ij>tZ NҀX9z@$c΢%6vf3}wEyҊ]˹Pdj 2Y3TnNl2#pA>1 YР}J]P锁<^oJ: kEFq >qԅp痞FH:#rif_U( lXto!{d%=[%{"ԑxS|+/y/D&HdO,1<z{%M  .t’={yS-z=w<@ވ9Q yq֟r5(4 RlI%Kz)xޓ<2v9$id|* >%U٣19,&?7b/qt GOSJ5Z"E=;ZḮ \㦯4;r)RQ'stXѷ4{U]H#kF'ڪNa)X|εƝBPKaK?XLٵ$ZD*|Նn/-E~kfdi4֏0n8')_Q@gBC \=4pF6lc *M&K0ŰUvpT{C22|0 _,l,#p7:,X@ghmY&s!gfA#UFcԪ j(6dd¯>oJ}tX7GlWSz,~gp^7*^;魜0 %GC$L3< % &_'\ouRhau~O@Zd>ʀ Zc{s|lz!"M.-Uz_[k *0;PsЂW!)ƟR.]b1lqt /&o.{!(MM_<::?5ǩ:@>}|r|dI*Bfi\=cUW4%١˙ 3-L)%Ḫ@N`=Z<<+I?W{ GKӍ3˹0N*(@GQԄZ8Ϩ݃B6_ 1tL**cP(YHhpzo>X]\9|ݽOdT5A w9bO@1_  DMnzr,U:*NANIG%ELTy^06»~U0T\ne4ƀ{#f=5b. Ekq^&C(HVQ:'0r(^PZwP^|&e/ u!|\WE&!<,?/h7{sM8 TՈ1~u{9͉ix T= \*BJMh2ts8Fή ]3-v\ݑU:I瞠GW Ԉα&!~kzV_+FW׽' oq Jg&>12)cuP@WlqiLܶvzr@^y;2,b eCa&ڧlG؇ҽDC38Ut^!$#%Fo{ĺ͘ qbk!C {J (HأظqiL=-)e=_&I3)`>|aB0M gNP[y*sG>,T1G>Ekdf|_!J+WԂԺٌ'mUʀf289:4&O9v 8EzVě!{X5upq~3M)G%aW!+,_#\' H0u~"W=Wt8OSTW⅘"PHRz2ٿܚfz 8:gōYC 9}{G%5@^Fdjf1޿=zCݞ=#ܘh(,â mM`燂_o0epN8QMKدY]=Z赂~ )%jjEp/)95}m$- h~J%1Rs@}\g0]WzfDM>)R2{1>5<( `7&ë%o~FNFQN$RC^ق2B-Ō @>ĚYo7Af')lP*=7q*51e j[a[zRhcf2B]  0;ֆdA,t$Ӓ\Ϟaކ !e_\Pp'[B ~SeVvu>|+NfA \x 8y,8DA+0ZfUOI%; Y!mXV ޑ۔%@L;E 1VJ8KEZ/[ e%2PiU]Kıs{wmO t"b2ugsg21YIFPR@|^%Uh bfP1S GzjK7w_QFg5 ⚵HZCz9j% M:Ƭ;%Z{9[gH"e1&6v\]1ynqȒw%Rjf%"yr5K?bhwCCG\-b)+źyqͿl( OyۨדFO PQpfΡN 4Dރe%م٫\袃z5Gyv V.^>,Ld#DTWˁVWtrs%iH傥8(cG[b}Z. ;uySԚˏU@fe3=_¹ ]x3DTmQ$eln,GquᦾPP@'o;q^Y媤Ka x-8`u-2X"K* _LVR2~9y9$_]X4^z6y3w+Ngd}Qm -\}_t:Wl D`zk! X.|U b℄p{xWi蝃Kb׺\凶Uߨnc7&d*E?u [ iM/$ *PQ YZ