apache2-prefork-2.4.51-150400.6.3.1 >  A bᖙ5Cdvt. n1OXg ]}~Za*mľN 𨇕jWrk ':`93P.MYo'R {,HBhs8>"CpDd?dd & W<@LPi  y ty  fy  Xy <y 5y Py4y!y#$y%&H&(c((8(9+@:7?>Hl@HvFHGHyHJ|yIL`yXLYL\My]Ny^W4bWgcXdXeXfXlXuXyvZw\yx]yy_z``d&d0d4d:d|Capache2-prefork2.4.51150400.6.3.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/linuxaarch64 ( # 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!  %%$$$$&&   " [ 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/bashibs-arm-5 1655192692  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy2.4.51-150400.6.3.12.4.51-150400.6.3.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:24653/SUSE_SLE-15-SP4_Update/2e6eb9a1975cc442b4bec0fd9173a375-apache2.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=81a188cff48d0306f17109e81b514ca8ae62f48f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c9d8ba76ba5783badad3c8499ea806a35120853b, for GNU/Linux 3.7.0, stripped RR R R RRR RR R RRRR R RW#N˞+P> 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-86c0d1e894a35caf3867e708f73e2676ed4a95e8cbdbb89f097cfb90a1a34fb32?7zXZ !t/] crt:bLL Ay'S; 8G9Z4O d\EfCLPuZg 5hV}K\ f,(-F1Omg9~cvT?ڠ 8zŸ C vB{ kן{YFq2⹣:R4ND$gn, ZxY%cG', 2Fȯ E ٿLRuԿCgmfvDr|8E4*'a Tɇ^cu iD֬kaw}\ ;4ӽ? X>SL"(GBB駣d($MιZu(@ψ޳ zr~0H KFQ%?w Yz}[u &dnz,~ KFoNXTH68 ^~17!TP5BLš/ۨZSkK\% ͼn,Z=aM'Bj8gYa.<ΣIru_k5j\mI/v,S;mpDoCfVyJEd{ c)S_{o#T.+7i!jHVl2~sHAJL43~ RÊHAR[VS3%)iު1 ɆAÀD`*P˻A+%&{uy#sa #{F$' ҭꢎ njlo LCp ܶ0Z:;B~Tfp!J_?y@Eoj\@XfK|?]Ę9JIhNZ3o9"c?nP;g9 ç3F@mejvHw N\%^?A ^7{cpӮ/-3=,葹}`ha7.(}r'{ !ӑ`!0{/h%A8c94j iO`$̣JMk)+͕P6p _m&RЦӐ;E<عƛB@_I~$^C'Ű wdj(.,q(t:AC?!*%3w$ܢ >yKj/qq> {Mc3(2Yxy_osnP%H #E{GP.f2b@db9gءpv(n+n2+c{j9!غyVa#Eo*pf&8$-QG8!1K:7+`atn[-Wc`Bł ⳃR#(L{!?hbK2#<6 rae)&ŊKȀnd _ۭ`%HiQt]/'K2 S 7h9sTp_}7F>l"|1R )ḍ8 Th+YxrJ:U| 6?C0^&@]TTo6Ha 4D6~gK `(CVػB;fd C=7,kW`33졸zSchJ% <߽۱n=N:r셛7́vjp NEJcɩܻ_%1c\%Ux5j<ٿ!+70H{."_$=ӖVƃ._c੮ہf~rB<ַCfyXm|V(t.P,Jgu }Dα<(1v_6V,V(|fLC&XArbZ+%ߏ궯.APxԮ~(( !Ҽ t&Rtmɫml'EXwGQ3Ak#̊4Q"jS mg6*TOlx^\nɜ23 ^rpSG),6L2N@x|0>eب+V mk'I)15k)2j۾ceH d=Mf^جRbeԷf"C~?Zc ]e߁Le.Tǧ?NLVwvELD9\3# /Mm˅ZҚyPMbzXbG37m}h l~1; ~"O{PGUY&\H~;y8kNѵ]Ʈ yOua#:_ ZX ڞ3ׄ7:l DywC]^=n? /P AW5sv5P@&|VwZߑJ [&Wzr rxUyM <+ ^$}-z9Gјc/.G8p*J{"yR`;>saZW)tF,f'^]C`m70٠]XNܬWvpNʝY{a4/9^8ɉoyalDP#3݅0@"90Вc4{U%6&5?*s ֭$fCȱmo%pGV%ix~㕏5)oۄ3YQqihÃ6j%_CVcjj2dd|%Y./5&Rk¬Px\)pX<ζNǸUm=viѲ,_=`;|k |$-?q32Q1L^]}Zqoo%(oq뒃TnPs۔K o_F: C^0ca^!iӔY*s=fjYy D%Zg#̶0(=GIѮAZ\F' [ "XҀM/Jd0\Һ7ןT  %2R$ Q#8ndIfWM}3n)aqB9NaҀSA3BBbN& bG= u`v;o3診HaZE ,'e _DI%"'Ц &b 4Qi DV^n:GF9b; /ؔ7L[!l8]O,+!6CZ|^/ X;}^FP=Y;ɊCpwJ9}䥀!1U6b5nwMXTvy}BT"{QX13(߃cBW=a=i&&? MFat&]A#x7"iw= HxS#`qSU OWТWmg *>H;=kfx; e#.Yన|eٯiG'\e,5I`<"叵YXFwqmw" 9fKl0`GQ4XTj\\Ap?Esp9BՆcxկp~VOƜ:hF;tfRkCu8~: ?p=)1c~}@)+n3p]a'X>1Rr֟H74'R{`ޞ\SY)d'{"K55x/qtqvHG]\= ΏwF6^ɒi$_E,LmK#ϊtNOc$Nw5!^پgnǾB lͺ{c& O4 @i4Um?p 4zO(a`+&+arΈg4`O =yuԅ?'"$Ł[$`Zl"::1pd0*&ፌGgqt%VT|PԨ8hEfID Xf.'gksaeTWgI {9)[A$#PKf`/* /{vvƷXZOP-8t~b{$ayNO c,%A7| !XuNكO:vp26ZamcEO/?^VA ˣrW3b Y1uT@IzټXH땝b@ׂó*l .Jqa[!̳ţqR3='gԺTC@[jM%v$:{GhxZq$}x]/؀Y6 w ?P@]j/٭[y5]SU*N@f179i ڜpЂ_ϭ%$0[> m&o֧FYC[@kXw\W.f7mhwTO{Dָ?m!bʲ26mEd!%Zu,fWP-w7q!g%_4Ԍv-NbR/R͈.hzq/㳻X0X)vlSvk?Ehbq:t:>i*c767vS?qcy2r_8wF La:[֧> ~X SJ(_GroP:;a";Y#aFB,} l]G8jfjlhL˷o(\mW)zV$R/R9`RbM,[/Ӕ|W1`1 laFRAFem X3ɸTP7 &w@lbsvE%tr޲"<;Eݵ{x WMq-8*K)o&h<ܵWY;u4nV uwŵ6iOdLIopgw9cYO/ _tїgdsjdXB 'G2=RyE1r tJ//ҝ9iiˠ3C'l{pcC7oĩK 5] X׬ 6}CHK[Y/V^_QdfH1A{&H9VjJ.$|4z= }FI|B i !QYgx@Ƽ6]:blT>Qjs:暍RKF^Lv,}"[XB:A};Qu*l=s rI T܅AϘxv h:6pwYJ$`1wKuo;/|rsRK\s |7o\*&sڞעԘ){pG1 G:[͂51T,)!q]VhgǤK )D`X mc|2 GR, _MGѫ|$p;|z,][^+;DP %pi6Y|=c"vJf$.G08(ˡFk@\Q+='mNz̡û"{UZwQv[9~CzXf$TUҕ#4m+ljz޳w>T`ݚ&S_B2u^ޭ$~X ϱimI"a=j}~]P&J\4Jj)vLJXQuѪ-rb׬0 \m2wɘ##zi`I+v>v@<"o+kfS1e0\4wC;Ќ5B3sEo}Wͪvo9nrt7o(Q њh=CVH+o7qg~6LfkR"7^7(Oà K˿Џ[7=_S#OXxvLrm%ad¢5.vOQadjHבV3rL:q ;~AT\1<ذqGOd_?](-KSʼnsę0$g-Bo+l; XKJ,qbbrsOh̓j{_ӄ!ez>[GSd+C+.x`U]hl`c--zfLx~Lcc}2V13sixЧ3z$.^@䨵>2jlh9.7dE%K gEDRH3_$D2CMB)wIW]WUt(:){ZaQ݆"V"6D`D#;?î f%ö u(+Ȫ1dF"?ms{ c0"կՙARŦS6zNB:YLLJ2˨6!2Vz3R(dM;zdî ѪH@|}'5HUeJ>csgʾ߱->x!Q B^9 >|jpKq9sj9\˰)G:V_/vS& ^9%̪r֮=rWaL( R(4g,Pi`p&070vW Ι;eH Mp xνID)b Hr/׉7,mZp![`$\R[uWgzS=O&\Fso]# )%h'xϐH7ā,i)3P"hj>]le4rq19\j'jt>+չ'd1܁eR{8/Covr!"pfAs}XK>w%;̩ ? Oqm`ځMqSRܦy>qXlw9꩖cQ!60Svpv#ׂfɮ$Y@*aڂ`4R @=ǜ3V%\j[K^v3 aB?om"PW8t#M  8}Kc81pꭅ: F0R`~3l6~蒭~VV#%I;f&-f,4(Z<|N_ ݡٖEYPK<6ԔߑT3\Mn|9޹H?÷E6ķ8aIB0Tz=CE7[-@o žj$5X&i"UpU_ޘQ'bl9 Uzp6y^ >^VY 9ܼU+7Є= ~_+Wۡ hD4Ue(T-fZV;VK _Mz# D^YDg>^XJ 1UT7CaL/+Pw͇ue4pF2?H){*$֘oFꦣD!eZt" uN]QV.#f,G"rB4rO\!ҴI;P/.OR_g} nUUZ·ُFnyHsJPCz|\yhDKx C'qBu1Edpv?*Ǽ ~h^5 ] Mi22*.F6\4;60{Ěb["Ϡ=j wfkvʰW' өs7BfM}9Dzg?R_ Qʿ]BΠ&k[bZrSk"xZ}rk%ck"8k{mnB@ӯ "ǦfBQl ?Ǘ?F{Dsh2=@$° @eyMۜgܹ̀I>4SsrPLbə;k m_Z Y.0֕%s#yVϑl.KliE}_ pW]I/))٨~2n{@^`T*iنF߱MZ衷{VLdI5xuܷ\f[ CUwyʪ.7V4œ܂Wdj,er!62,I/NJδ,UHg߫z܃j>@̬K`ᦹ64M-f?\%08~Nlu豴nڎ(UXF$P$>U8]Tɽc+uB\a˻&$+2JƘ9Ҝ@Ժ][/Bas }Ɔ6#[T7KXCL^/u_:̦cGN6n)t9- J2 P-O&z^ApRh 9gjt Ve9N.i xJŅ]l_FuN^OaP(4r/ Weer@*˱SB!K| % {h.'ՏduV4krE)C#tB D%E({ň64I83[l/ KP7t`~`SǍn'q @O٥)c.98K#ھ%w)wj23tFq:*o1RM%D~ ReqfWRm!W?t%Y习8Huhn:~D*{H\S%4{,iRdRüQ9x0*\䝏K:Eb7aTߞO i~rc%t &‘J+K?[}rA->|;a~cPL|%᧠M.VIWNGLk~(Z0μ"X:U1$,*Y1~A , ɘaΈu j|;fIgKPƳ u lWxj/!8-<^ʫsʺS<(4EW:[ -!9fD?BML}]9#KNSyK|Hq(,F#5g>#߿Z4v8τ|y'>[{c-{X {HWzѷ%/¨PQ KxA*s,΀B#P2 y-l=a wmֺ ,k%聸7Kή^'z)xo.7qZ^%Ɏ R)BEq›R䬬7tc d[ȸرPhq3,h8εgrKՒҏCm OӁ(y{Iic֔"MVyG|QvV0ތ ؂_ߵD{߃Zmyr 2]rsGd`h}{ r 9&EꋾIb @aV,KJZV( t۠NAH LzkG巋E=xiыײ @p +m|n}*J=8Q7{F0Nnğij4(‡¾ |2.,ۮJ Hʀ:- j,/ O0Ɇ\ј2[9\ZJ_h-A aOřbs1X-_:d+4*Jhr⊇ wmwdhcHCCS2"x3lswsuV>U{.b U47R=Sb\Fz [ۜ y}0 8N]UGF0+7ea˂=-ThL«D. 8_TEÈ?,֍u$vX3*BBeOFV_;,Fƾ"WKG^LoQrC1î{śܑk7Lݱ$jXI!]R[/V0vD~k.НRm9C:Yro}Q^VZv2)B$[sUլ`) ii.]/^" 2̼p#2^߀!#ٴnj$>[ }c΋?.b?SNk-AUvT_܌.O ?fq'ivZJ1HNvtbi/Z+ ?ri$#P'GzBC1&ReO|нhh0zzOa>hJN|N6Axr/*)!J»d;k ] }8 M_ACcs%=Ց^بTʎ[CG% _;UuMSbu&ȚCT8@MљKk:oE/\R!E]У0jy'E'Y |Ņd+)y+L\yW.ݎRf5[([1Oa=2Փ}wn xY¸.Wy&NwxJ54 B彄Hza]ծвF "mxE """F<Aw86䑏 Xv{c=m嶟p.-_!1+K D|G }QfHayjW zB5Jv1,a%ṅ89acN%<뛀K],ʌ<- +uB36]%E:\=RƤ@JHp#@-M]@u_v,`zCX7GjaKoچŵPTc0R<"c /$V tk|K?n5K>dfM_1LOQ1)M]oG (u\O :_s%+>h*_9ާC`q:);&VTFvV3:T<҃.r#?pآ%D_ }ЙAORaLfԘ-A$m@b%ZGrs, .\`mmSۿ\9 i%@-ŠKPʘb b5EҨ@6u9h'8N( E—̙/ǴLTjsྐྵZ9g1E>e!^3JKFjqf${ 7EFWb;Y퇉4+ȫ#R~w @'-񺠡@ܼ?YfN[z%%T}x Y[9-7vt6D=' Iow_sK,E`TJ-SgEJܷ>0?{/R\hrܒ6 ]=6ggU2/.%xѯS^0d?f|*"V~-Q .XEne*YX|[O//٭02O%` U"v@Q8,ymiƠ` sOzBC/wFkso/PVG`\ۿkIЏ %{8EQӺjgn&l}_{f:G 1~_;@iblLVZ1IW(s?&2P`O* l:3?@#/>*%ĪA3N?}^8u IQvE0con:ItBC?KТpr~FtsޕTFl; i(zǹ;\&'7_OpBi>EkeRKh2OƹSn7Jplo^fzJ摥8W9v'ܫN$kD(- 3I٨Y-""KN>RJ}D fŻh/@l򫌯~$'uoiNڏ⭦5.(SJLܓ_d\ *1Lo˃3$*@R\Ć2>z u"%ͬf t5@Ru#,Mj>u־|wZMNG7r|O(j4)GKX_Anw!K&[D-2u?.ST*j[;g!幸S("n;o/N(3;Iҕ)s!@rZ@;r̓&fJ9ZZ-se@,aBt7 sh79OH]bDVR0ى0 'Cx9%݈sEK H<}MT# \=0r`<>՝oqAyzU$L u6}´K~f Pu;2F?}dbvlQ fb4D M0nԄm`Wɗ_7KG_kCjh>*{-D:X%6+Q㒒o-\x9Iєdkr S1Oc ój&L*l/ ⯱Kf$ცlt{wU jt]fPzR>s,6=[\b`])ҁܐIՂ$=_v0jpFx>e+vEy2z4!1&4ҖlFԂx;@^2rZICQh)C: ck+̈́BYx@&y&oۑM8Jԙf<M3b8+Nq.ӝsTRqRs(Y@h@+ѵ6UVV†[,4Ĕ9ʣkIQ7Ƚ?c0M%J s\un R.|4y(Oȗe- YeY'@sMcVX\ҍnzËO|ʼnEԓ"%7%na~2)C``zI;A)ՇU˫]#^l[z?+u_D 3o;fI Y<4mnIL Zs,ۜĎɽ3%69?e'u{d IqFq ѾƏ lI~ə_*(N^EÑT9t+wN9?JE#*ޠݿi ta3[ͯWgQ-xB}=j;i;qAQogKZ&0KGH>\N&8TDֵ>} *|frWsJ;|З͍Ib.~w%֌<|?gE.%)5GE!W 2lp-KNم  LEтO]F\Ť}hyɫ *5g~ryb>*@t@Ϊ]-|o\Pu`</-O):]2NY{)z#CB,٦GD .DY>%Wy%`ுTڸ?wem./?lvkZm٨ >ImzѭZ99᫑ ?nԼIʏucz +rCa)$U*:ԇd[:RKB;zN(Gr_`"Av|X@Ȅ1(fc"GmP{>Q1D%#34`Mr}\~|FoDޯYiũ-e' ؿBl)OD*sYqDY=xw3^M`@$2>|dzE 5L/Yשd#ǜbm3ÓЍfwOc./m xb|Ml\(mamxo'/g3@c­N\ʮ@i48E~SG+&~w\x (īW&'oKM uve)1!02%ܥcDs&6BKCH5*w| ݱɏwt=~fH/c[-۰z2ٺcD=SNg@QF!b*GDkI62p,+vrgs]?,|vJDbQoc*i ~)t\~-n?9[*aŵHnSw`PB͟&`>IҌՆ}O9`1C瘁V@# ȳov'g{'а[6&iEqlWtVGlun"kVԬ j)Gicf8?O!^m{7T nwD7I,x "4} q4aQir ZXu gG9eUNԕnd#mNz\]„ɟ '`Ke)N93d)[+4- aҤ RMեūwk; 8Uu}W3*Lջ$|שO%^HJOi'O2Cn?e1E +e~Jfn=(+n4lbCKڝNE_j3ޭ^N $LjeٶfLYTbHgyAYʫJΒxt?d-?#xJe8jw-t9կ, ,(@9W:UxKS/bl#<)Q,\zn6qEO"Uu~V;d?囬qE( XELDƊ4jy] 58 "s/n˨& .fk^Hc Ui@)`r/Iz~t^ޜy6xg%)d9vo<xA䐛Qz(6g/pҩ'G$L׌ Gg?4 ";%$rx#]4JV\Wa.)Gcav<. \{! F0݅4Nϸ'aD%:Lf!bvGk:8 |(7S4FMiW:Tp]'C9.bR!̀QRk9u ZDyz'4m*=!HߟO=cHQ׌S_k_¨"V^RMBc 0uҹe-5G@aK;NJ{npKQH\eٷ9t\ðMRqW=fL҆`^/G)b$yZǵ BOn&s^sRKSR11J⊧В]F-ֵ)5V$r}4"'uiUqI 7=PUg/}e]\b6wԿ<_؟IUro(-lXl0|eMaӦ6o)E;ꦫ>`0`f¤6J@zZTe\Agg^E ~&T oD(Zs)'; ;r3r$Y`jb^UF}Su* F&CA"a}']\tCeZb?KF˿ϼIu/p5s.hw՘}I>)W%B·PUAKoEa*a3Fǃ܋Jn1g4R1rvچuǫ!140l:U89O>(ϚA ęYRͬhFЕ&%W\^->&b1PAt~r@1ҝa.״`Ew }-/LKQ)17i L2m aqp^4E"L 1E6N32D`LI;2uB}-L+@Y4y=+{=CZh:f/u٫ufxBd~W.adr1cg,\C{e$:zH O2?*'g=h8ܵRz{ e%w|pO |?斤V}^K;C@LE)bKh_xU0 s(09gD[.`Ƹ\cqf*[._~]zlT?њX4fs*iĔ{˒igw!k6&kyIu áQpjY no~ǥ8*WpI$ntHU{܊0rZ`Df gAi'y N4^D<#f{ߑtAGCwW͏% /ԖpNnH9 u2+RڝךSz!S0xy."$ЭP!aw&uw۵,j]㗯i$r+8A*X ֘>C{y=`>i&NܝO l]\2AV|~%ϤLe4Z!5`2`ߝ=50-8M进TΡ*N#.{Б]THRgji{[[E.k M!mdO:) ytTb׹n#*T8I+0l}aKNJ_ёB-yS 8l!.^&3 }ST<LJ)l~u.!ї< M0By@ p o8 ݥ C{Ck0XJ DĈ᧾ewc{eQK6龜$Ĭ "i~bwn`s࿧*CtEGu< ^1ko@a|QvIDzzZRF +mSKKtDtNH?roKB^s@ށmxx7`ܶM<iKllzkծL̡NҘp j֐t$9?#'Շv16"xaO8H+3Ǔ^Z6jSZt'ʼnpt1Z5*֦cuwaja*2ap1▆ -$F ni;`e!|Q"O1Q$K_O};^.Ѷe %\a$tDQhޯaqt{  $81(0gݘ9DQZEU.㢶aH? {C3Eh͞W=Րp@Kw̫҆?d %] C֑}Fg" y(JĝIp,7u_5w\!Pл/g)՚A7V(PuoLSwLU aŷ?2_brwW@$ Dg}q)WlW"XQW"b$@GQҬ+K魪p2E ɹuI"(lk/z4*iWkIm8|83תpBG ::<~\4ck4*Y EvT*{-V[xb*&c{-J▰wū BNK=Oz"qA2 oB%#)wE?73v8Lò DyMi흻 `e@ˏv}3qЎӯHdOHŪ4]*{#żum\5a0hId^ ov`}=yj&iSHY_3OђF{PǞ%o5*7(xET((&&YΖU7+Tt?|. mgn$AY)?N+^T>^[Qay))CT\/]Bf'BA6 \vއ[O|ȥ< ļ-+mu/›NZgӬ|J =.Fs"޾MnPSOiX+nt0m4~ b̧Fxc.p'ŀFFv=6Jٻ~t 4 Z,>( fFgyv\Ìk鱟E .2dflcB3_kJYH2sBy&m2*.Ifț/ӳQqvj8Xohβ2XbXS(h#J4  vayqvaWƲjz-@i=N"9X i$iWiI}lט4$0zfCJc 4%ABa`pUЍ>oJPݹ{g`/Wb]&de7ts#2_yC=S=N祓ztµHpw zJ>/-?9\gph>G7""ӧ<J*VkkeGq1cjb'P`m* VW?;1zt PZxm#BMJлbf+[-gO#OYse[`b78#׸ ,RSKuڧu;9|;Djc|1)r 3F)~żPJWC΅n1>p2 *,59v) \Ylh$"zW)VgeBƁë/D;m8tH/T9c `҃Bwa #& 3y {܊у] 1/,&,QPʂsXAdL5jZU<9 +;KZ3;2_"r7׷JwH=[.hz@"CH݄A.Jq@7tc%7>& =ҀzPLrA-;J#"jB!_p9~&`?cl /+ӮzYeX{HX2z1KnXsSn/$Ϝ6GcXfҺԖBRR!I$H[TyO:-%N+ ʑkpO-dl>8-O}EXL%48Woi94]5Bw+3M$tzjg}p:ڦ60|i߱).[٦O-WkTXst_ўnotޕ 4H}akXhQ}D1`?W]uV83JOoG O y _D k seY]ԯ(!EEe Q?S ID|;E+̪j5 f񴷘ɭ.`rYw8e3tHg.e)\Dj xiեDŦ$=kZZHJdeX8GNsbuw |T 0,DUmeȽEJpU"\gX @0BT D:+pQlQTلx}>/hzDeoNKk GZ&z04$1l1 fkSꍹǎSP_)s"ٞɗTrL5Q{g0V( q&^a8'#"I{wP.3?WUuR!'<7c.+ے֏"v0ƕSbbh$pOoS'\U{IX`YSkyR P#1u$X>:aSu*K ;̋R}N3h!7uqD tZ?{?YD0XͩrcuGk3ל,G%.᩽[B< |M3"ׇE,92lX Tꕵg05 "g-mT)bm0z 9Qd.h5=.bT]ֺ-' W8z6mbs);WXԕG^?|mUY(5XH ,dҋVwYyL''@u?f)[/x5R@r 3B¾򗎱n,0eF&iB֘. BOڜؓ@ޡDtw x ͱV:jLAqI X6jy Ǥ'סBlM#J GD1{eVjaK;/HR *=gps9 \Ґ' ,Qߊ @ma@$db{AT={@.8PLoX(V !\w.^x)R9v7.H,L]vnf+8h%ʹNRl^4YՁXOP b1{ j? q2,b'@D_SN^${80ch5z2V `m$]):fm|uUT s-Bq{v1<43C.$tGiK^Y1V-P厛rƑi-?h:yzs?1[{$ }D@t(S+òvΆ[E#(Hj$pPXXNe\BMY 5""ӧz! B9wyiwni QȉUjż>O̶~WFf=wo[X=ػ[vP_W0p' lCn/1DF a:587,pAmZ4HmE#'Ƕ5in7ݣ}*sK52~z9Hw#IQ|<6?8uMKЌ>NM^_EP6b:{JF"۵ӥ!0S,| 6ՔRt6"O'V{>LU$b"Ջ.Zsd@7+ IJY&-a^qAsG˻Hؽ$8"U}_)j5 .1D7=JѿģCԖ)'h#n{@k}{8ѶF ~/F)Y O.D®#}6hG!/J)H- g'[~l'2qhY&0s.йK2,`plǟc$;Vp5p?H7b TGBΐoUÈքS賓AaguA N"z1U?F/J 1ޡ|<#'ʛٖ9f#?={g.STBArL&vQL`= ĢRmg 5J ?{KsL.0PdLc*@m Kd^խiA<8nM xCj%*a*n*s;a?:I^{yvM*@^Tb׻|ھgwyLtP fh_+-j磥($ Zvb7:3T2F.cƕwE,k*^S(];%(fЅ'N"Pn*օD+r}scj vVi鯆xú3)&"Xs,g^ $Ȃ6I}lnvY= å Wx ЄuɀL6:o m;C]Q8%>4ŋ>x@hhf9$D`Xs.Y9&&AgAd$6BD}y856i5|+IU__dy^bscPbsX*S_`ZiDrC5 [4b˺|CoC2֪;$Rw66ܚTm/p.(VoE;ѕX_,!.L("Pܖ%!֬짜6FO@QT6eN{ȇ(nczȻ/u"X15_]B2w:S#;M,䭝@ztB%z߷P:yt7R{-t*듔А-ClBS.@udВ^[bX0 [B@ OsӠP|J)N"Iŝ6D8gvH|FȔ<:FtN$Ii(Kx>` HgH}ANhלaL1~h`JW`L4J@V =ZR<=prOuӈQ 1:@bqNgw9qhm`6Lq.k`©ol8 "PV^3jiŴy. ;k ,İ3NhQ!e&悼6(zec /13R:ϡ(Ov AS`W/'8?&nWB2-uߚ9]}& EJʖn0-@ ~,o!nݐt1P<{]3G!Nd 1} X{9%:aNΔ8^[0ٟdWeAVX^Ť wLMޥ9h9F{`oV0u NTX5ayƙE wϫIcޮnf^)ðw͌?a!3#! Pբҁ[ىnҪm 9; 2#/ :pb@Z ᖾ(X[ck-ik5aptS:F||oeadڎU5ʆӞՔAV>,y iBn zPV>)2T#,</o઺}*4~:.5ʌH/[]pSiRe"n4A\CE7&;zt~gJ]4k=8$YR%#h!13$ *iYoˆa<͟)Ԍ9hSQc.s^2.Tgj \눑&هG9#7g)9QZ1ZG \θKЃͧ'\}'[Q@8PE傟1808K8ːO k >.#NgzV??FWu-Ą'U~WH-LMLuniL_L{RPǻ']XFX i?,W[+2*0`P\X+bsoe^4s=FG' dC|GbSGOnw[XЧ55X}͔ГrH`HV " 9ɴT.盿-+NnLLjz}LL3ϱ,і%#Cr)X: 4n@s}hF'=ӤF0\G늡BG;NO[֧[1E`vKTI~q,{J[1ܟ;U0ʼ'V9;"Աo90 | u?)rF)-ťh|5U"Ӛ^)ĸ(۽ H ]m4q~n9󓍭ڪ0ϱ8 vR~NIS5fW;:c|&tcZeYִѪ\b0_C`kn)_I9sFEH76kA0kh{nhA[`C5р"Ov [jEʇXPxq{*wdY _өN3Qo%>p(1/pZE$ςJvMqŊ+s"D5EH_S}BB4"L4vL{>]>E…+E⨹RE39#&13'hSbꂝ"u5n'*z|8Lj$@z|e!g!)6*F` Rm `B0U_ݡ=ja7l(RӦ08&rA=_cYDre#јlͣl< ? _9IASXūP{f%wc)޼twH+]REX@˼AbloQ]xRLedp((Ȯ"ˢ))8#ܡC[| Tҧ:8@)lUK9'3gc[ȬA?YмSVZ'[2Q Vķ{p,w<;pAL;NL옥v:GW/yw|SqrXG勞{F%jYB^wXMvSBS#/icm2pfKy(Ec{o) - 'pKwqf&mD˼Vj+QPׂnCYwѫ $ ~\f"o=8?JNWeu5 {Th$@/k-spFGYQqd`s,DQw4߼ZًхF@9H FCH'9=Vcz˒ȄO2UtS ">kv7ёl}βEh:UZ51&84cbU I.SoztgwK࡬#g$'늍vaeAC ),PݞQ9]c&w4`jAi NM-:i CۛSv%a|u5hR=>+06a[r~YckR`^'4=fGCԃ7{gC\sRahH mx8a"d,c[e4 "Gsx:&p ǮtS2! \"Q;>РI%ي&M,074E$hMc  4 D5;nw}} VRw-1ι-Vi]*dVešlAC&Nnְ'xg;DBC-P~W{&j'陣rZbk=f[A" v;;5G76g#~J#. {C);Uu5- cUD+Zd~Y(T7= P ewOQ6!ʼyL*7jX$`-[ܲZaW~I{凢rTclrxO4VS@t DH2Fs# .OfKw8mڌ^B䰱]A9BgZ:j*=}p&+? fkZk`j ȋEA6WLmIlc[jmUōf{ >L&9NFn&KT·`j]+nlh v9@w쫅@(7zYO׀ )PYE=YCA50ρHr<@:D$0vyn?*W z S&f?'\F2ːy}\3<5>oW5`Gs7Ff ͖̎4|bsIFߍlf43䡞 U8*-d$u]x-ml4 9U!+e?G6܈*#]ΗCngHG}qO: sčceid̙;ڌl#E#KR)v[ɛPi!CR/yPsrj\V۟>0/Ғw9{31g?6Z٣D !Q {N ٬?6Ҩ9/P&:EIwK|p|&o|`dD0RS(Y(Ӗoˆ2U K&zc/L5M Uv + ^Ʋ;qŞRL K}}_Od(%!l/]kԟcԯϣؕq'iu%d'6s3>O[1<9Z6moUBPS}$ ;yBX7fWO@i~ć69blR"ZFct@{8:Ĉ%8*9+vWP[wyU]XZX[pFş56h09w_B[ʡc :"/MyD԰ԭo4GT,uO 7)pJ]9. ?枴+'Ba%Je tس31E1= T~ #1#[#?)iq|q|̏ZMfF%o?QRxԟ 0z08yKANj4FJU؅vkCc7M?u#b5hlf_^,E_zˎT]1 ȣn3pyC!֝i p7;8Z4͎׫A;yLaom37c VRzxmxEX M7eMi&2Q}Q,bqo qnk5= E֍КWWD>ָ4[=Оe`_Oq"J@*s.6DI F?jM:j@E|;K,i|zX <}!^B<ݧA,(g?{{gZP᠜'3w^q~А!kD ʉQCw1 {x{~*8FRGRބ%|ltN3r.'އ ~7rnd1*Aǖ,y#9  'SKN',&:sg+Qj[hJkAo8MGG9z~帶"-)Εtm+NڈMQ$fSxHG&~V;~!ܱD-4^XqژSSbM%'"3)YQkYygчJm%rb'9kI _pA('̾_V|d=Ѕt-ĸCڸV2veFcAtƈy QLZeiGkxYDϻ ?k%7/9|k41R2&3D?Ds5> յ6,e~c$;gVͺBhlQtwVB5qO$E`|c qTJ16UFz2$MM'2xT`<|_M4̗ [l;hzf^GMX %)Q/@:/[aAԒx4 s%ZwE/%*`dvZ[NT9&y}RAe0D;,pe(<&~XSpih "'7e6n;(\WHI3z7bD"0K5V4>$* ټԙ@[pMS.q<X!p1Oz|&Bl¢v]WJQ D})n tn/X{`br 8ײzi M[d 6d0Wr#PTT&1@:ptsZA)OoU5]g|ՈD/z!Gu,G(j+Q)>I\&sV#~B B#C55/ia D7u[ށmikQVua-Sh6aenC]DV ué8|bq'B@Ѽ+1Cz`5ZlZ8SzKh(,?uUDT]hrѱA\C^bPie]AHX&hf->Taktklt3_fR<^ւLIPszd,ۀOƋQ/t"|]85KU5D"pMItK9"M,1R1q++|uƌ f 2ZFB|L *+Iyұސ6ͼ)) `d{-cD۴Ne[˭茧0Y\ 0jݲ-m0jAaoN`KkLjj`QI< J#饨#*pV)!@.<Ѽ *G5|@O#t)NF=#;q;D۳;VB`< "i-ґ3( P" W{!hhg+\vgBE?բIU?UxmGZei1;Y ic!曟odS\Թ,MͬC ʂ5T6zOG^tqk%5!&t.1<\@6tuQ6X*Mb wʀ﷿ ۰@7k@CD5/;}A`z׀%N e>RdA@R`[@$aKޱ Qf%1]D~3)/Mtj3zmQfY`1LłlcKkbgˈ Ǵĵɰ̍3iUVp[D-w3RI.w@҆ˑ|fh?T9(M&@0],JnOeŰi0siBX=ГPh6@2<@f(5vF}k AFK>}#GN47j`[/{z| - ӺZ#ūGlY|DjqDg3l~dl:;K7sfnpSۑFz"CRx5eATY-='q[[G" ``c%W-=і3eTMa.g<ݤ^E]LBJ +<84,@е?6;9 +2x)=ag|'Z%.]0D}.Anљ|BCN37XG4yYTc{EKl6-wɯV9BәTo0|?5êccd] g/j.l_W*U SkѪ/QWCy]mNXddȗ_<VX*Kn}`kJx[mlEe9#Ϟ5VWwj)ֶJOcz xb+>/ ]f#q;RCEkuEQǸeCٮ~z{xa7o,J}Ǧ54M#&StʯK” |z K[U-[Hor(q%>|LK^JH$X9iJUkDBYb!w^t0 }#R@|m:Y=~y mR/VvEax̨Tжށd9+r:yH>yK[Jպ&؊ް:v:>/vk3gIzO\ѷ;]u[JzhYqC6m= &"ӵS%lػ-eDbOjaM$*V܎¿Hpս uO7\9㽬_bJ>R⍄B-]7Y7lmbNVTG-ٛc'%|I"uln۞;OPCCǀUg sAg%.,L|0FV{ǒ3jQ6;*d}T\K kܫR{X w Pq"mO\uJIπV#͞l uZha&q|g}vE 8-ڜNdmi)lV`JLCk.81hVyYCUNXyhL"4y Yq 8|xSXYB|_=:,{mW2lSPs dʆ-\W}:;bgnē@6Cci\뙘LpL-{a %xѧ-bBj/6Jcf*Q+N*}&ySf4LMt@1.聦0N"_aA) Qa?887QFPZjBP?V[> $"/sTRc|LiܣҚgI y.Հ UdW孍p1ۖiS>=N'YBƕZm°#`Vgj|}Pb"1/%~V'Z^"[^xp˸~\ ?b3>b㯲xW&Ƣ-&>=-nb eK*ݩVA Ǧ!I;*@j k74VԿ 5f: U[r#AڭZ10at눰~duZN},r BLeE8k2eyTIRFҽ2 j`O̹ `3w2"IRwqtjbH \ ;扸$XUr:@zͷ%4h2N&욒/1LbC((P2E2M3uT`o f]PiFq~@\O䢲֦JlxY“}F94ӦL_p3DK9=`FWtl?@sQ)3JtR!C%dv;پZ`{ҨRvbCm? kw6tъr\:)N/@?m+'gMܭRkvNHaʮVqK%*pLg+FWxus?PƯǪqRՔH!C$A3.s%, k[^Ia|~'H4cBZ1^2^Sfq]v-o& @z H7PvN}U9*l7$7*ٸXFg8_CH%N;Z+쮻 ̍]UM5jaW(u'#eaz+CxWR= %Z53錙F޲H5˄/ϸ8H-c?Wf4H߆v$& ]}3T[޼=$Z:b-j'z+< eob^=#;V[~0>~'7\ n -[څ?8R 2(ORѿSBF+ԍdKR"RY:󭳴 x*h}"504j#K4ߩ(KeS{p^aDXd{2 $5F׋'?+Y +פH yi]4ql_CZ` kg)~MD%PpҼ3!|Xi%xL9.V/ׇ8 ԛgƘ/:Eq{:w0jѮ#aU3m%Xn8`*>Z(;1Ն`{iK ('-)Z9GpOۜ@UGm gG6/{C q4;e#6^K9_p 6wK;EF//VRvHPu|umJ,)Gp$:RrZx;ǎOǧR۲prZ3J˸z:Tu"1 \*ySQߨ߆%v"I>x|p8dh<[(1ҐJX3C~o;h? 4Z7й5Sw+K-Jm4+TyTg2|7dt ]J<ۿ>kNzdl8Pu68ܽbr@26lbwn5<LH~Ӱc+(inTh=rZyMG [ҵIZ \{@ f@%՜$tMEGl4M&sMG|{?:ڿ\ "pL0@vn^fiTspY[1H%|WsH2/  J~eԓVkIkz4!#e$8Pf66֬(xq :_sxE%8P8(,_󕕼Tu,N*uxBZ0QY?O7-@_zbR'IB]XW*uNe[ٲix 'Ty'ϸCWvæciO4޳th9`"mGj)Y-"$U]NO <(l*-TmW{Pפ V? MIiw^1ᔮFfN' w/^p:+ E*IUhWG%s \+Np %*k]x -Y}pۤ9k(@|3g] s|MLwK/IoI8E"pQkLn3E~t`>XIe a}ʧ \ԟR|9bCKb7cb}4weJ= ClsK{Wg|FJ z1]lzA^/5RlԬ%pqAx<=p×pbwE#!ͧ|vok= HM8V)Vt9Ο{SVIU=@zym7YVh[.M+1ȗqig[q綟G&EM({fn>i@!+J>w}GRDWR SG\&+u둺+.U3@N7|`Kwpf8mSP5'=c^V5l_F瞗eG^.Ⰸg Qe}Cs6' d\"{( qņ) 쩚Sx,`ԇIԠ&8ʋaFra ~H䠓[Vu" >ɪVRp ;&ݩw8b~y5H,-oCi1t즔:EK&u ވJ) V쇐*H7L)}8hӱjj7P^yjQ{m]JI |K5TF灰mJy gؕ~z4 > \7>_~d:D3ސ~aV ٕ\w2UыRY>F 2W51Y(\#&x0nȅ92|A"c+Y|Ce q>+BM_PYFdj,AI-N#E^#|q;<-m,zm6b^H~$#[SDr %tqzر}27܀?zՠ\ZXdٯK^ŁCJڝ $H) "0;yWCHph Hg5b@+JC_T2^9I{оn*LH qGޮ7L{']kqy_cfs!cwT)R5Ur)cT5 K;}7YpP/V^a?ubݓ$4gC2CN{btԇW dJukYR!lVxOA&b'6;>ѿ_3/U}5΅~0L\$Sr{^(!(,fd-ڐObB USHGC| 7fiwku#F(PzX)2L4W#|2zf.3 V`%͟Bџ.u f0Ibx} I ^95P*`#; 訾5)?Gnd[ct546/H#セɲ昞C$סღ) #קrAfdT̻{6 rA{'ǫ `i=&AP޶J}m愉*3O ے(?fۛKKB[djo{ t7 :>TkyG2M!dp$wwف )'&]ɸh5QA  F$S7lOq"T|qh!WDlPqo #ks 7F͓QcfAK]g)#7m4<i($!=~מ^ ROz_ɺvHDr^c|7/#SGYnH;ⅼRtZӏ( | JFg=wun$1_L0֝-Nm*| PA?'d$bowN/^/GOC[=qG%^vCͮR/|Z[}Tʏ4VBnYOS(k7"8RZpkŦͅq&⣉ڶ(4`x+GEkh䴎,,s/-ĝyGnuq֋~ڹ!R\N{|6] Fݠ%X4Qyљ(A=)6}KAf4)G]w,''gJ +*تr_;e& \i )9PXV(L\/`LG}B{ە-!N&:Qr ;uI׻u4 zD-_]r=(h)u;ѳMmO5uVCJIf5wI6lH*;4Q(#viq|!{U07pPhncM|LV| kY>=|rх8m EF^N@v_p4#`!0홣ef" X6 n\RmQϩ)!';dR2AllQL@˳jVGV­?r;a%׳73=8.qj F5'M,޿bUV8 ȈטE&' ~ աJȜFZv,kaH|@"q&uoQ^4[ X_?{c~P?>իۃZ¯ElXb w"c/ 0 ̃]ӳu;xoPh%N4[֠#&H`\bS-2O9'D0:nMkg&]Ů|Z [2s6W}Az6|Xojh-Rw(Bk,A^e,zb1f7*[ iL@w~cX||GQRnzc>Zmf\9: SfZy}T4 v^K;Kb{kkVPxle%w}&k']Ǧ:zÑDpSyNCZ J:r:Yp˺=hE%BoaFMRN#亵Kv'^ᦔџRL2o>y)#=n:EGE<X7QQ*iȖj2eY,A?hzsl{#pto&Ob.u`BBuu Ї0A³"{Yf7WM5 ku|Zh7’9ٝSdt?qYwƿ3AڹbSfZf۪K"sUȧC3:I0T# 66xnЮ2#~B&م!]li ΜL2A/mݎ^[:\K^_׬1' ԻzFsDjcVPGuclK&yʩ6Yj?;\_jxZM 侮AOX*7_2)7>nC ˆC?n9a`r8nĦ{'b VXِj6 JKƟ_&$#SAM ,R"[Ő@RoaZ(ΌAk-HݤNKrm< 8 jI%{!cȒ5_\3^˗ ,y ?!G1&v;!]RR#<>W"!BۑƙDKcPQF7^Wp:( 5q#u!Cxo@ٺcK/LŚ~Ofm!Oe( *SdeJ4k\ ZÍl>B;ڶ:P&(FPzٞͺHN&JP`ŏur0ͶՌQ:|tVߕqȝnE H2Dk, .IEK9/r-dq,'^QhȠa-x+ۆv1udB\UB9K@Dh9!|w[Ct} %h wvGן|Ϗ=Irv p e yFGN鍁K>ΐi7!2eH>7D:hl4S Gbb`ݢ<B1(>Ӝf&POG}oc|ݗ$~)-h&qo|BGt n|k$:u_ BڏnbG 1iޢwU' ֺx1?2Ey:z76MoCG#جsX<\@8*j{I SmТcȅQڿUA0nt&ɩYĝƴs։s>'p MCZ*4#: UBZ+x $Q$5?WPW_@ ͹#~0Oa+{WktLsT < ċGƀBt^^⼨%by3IT֤d,,xj,*….)Q!R-4Rfr4I)KUHv|ɌxG@"Iyc!lf(KK-_ N[Cuyr"!/(!3w%TyM?tڞfkŠz<˵f2'&Tf_8¼:sjJ I\O154b+I/ 3Ri AKp ǃ Lp.VM S%|>>N:H=MT<5DG- yyZKzRMf V. 8T12rNIy.09**C@8]J*L] YXOE47hr ozDɤ份r&_'(> H OO=ڇIAj |PoEOyJ99CKTT;ղ~ 3:l]6zo|^|⠫*un,)эH p,EȞ2SH-7G`yf<_;"Hv$4Vh3rkc/ʤMJbJن1lQ Ϫ0,\_A7IaCisF lP\NB2Ul.s*=OsdvbjS1՛etyGr@ߪb߇Hg#!qISli,iN,qzmM{`VW̲ݣ~!:`8G-_ {I>K6F[=)̫c $dd]wHKqH@G`>CizQs.KM)v& c.؝.MU%;{9&M{_'?vNp/"Z7j6"yDkԏoĹMK}}5x&16&vWsq e! 1Hޒ}n#yzbU3-҃*nÅxQrf쒴z3a]){m%N@gwtl5{7 d~7e'́|k Nήʲgpkn^pC#$\$ ԞDaһbA=rW/6U(q9Ex'|H[q/ &g2?UOg &EwC'ՠ؊li*ݺho\/f?[O\-?93ǰwO΃NDMɇV":8w7<\cwNh(A j| H ijK0q,(&@)I=jzT\d[5҄EN:d&)JO]LjLw#jj/B-4waQggD%֔3Xzvqs;/EȽSd@{0}4V" N7SvJÍ{]^8 G"f"`~Y.7)*^0&ͺTPaăU3>"a^{k5 U6. &‡nĔdp!VJY2fpgZPOHt&a~HBk.Y:R$Cg$UhOdBʳe `rwe[슱ErjVP.g<5n* WG|Qw`ϕnqŻ?m_,kζ2B|uV7}6Zrbes)㗱Zf'5h#p(ʙorWyyr-k40UDF H:5\嗇ٳj uXϵ LV|/VgZA&=9}FHtљp5H}0&;j}P\x3~q }crRBeR|xqI qpu/!2~B_S}(da{ lG-bdX~Š)0A:>5[U@ZeS:Fۃp9Yő#׹ ŭ@ZomYCa!M}jLbPZAwGDWUܱ`Q62|!Qf6%@  1zqқȤeBuBVr4 >?KZ<#+ޒ{j_ Ƚlq"X.\:R^pG Xo@:?'HAmVvU:Jh$@qi&i Bu^` 4 hB\μy"QYhtz[Ls9ȷg;>LC/AAT ;ppx, KS)!Z +BHܓ* Yѝ*OhN䘮 nSI$9qEOB2l~RgK+PK/,YG7)+"3O њ iM-vDz; < pÉp]5/P "5=_HxZ@F5:C!,Y`9OuVPLxDih;Oɹ*GK P _rVqEJ-kƘUZtg+y\!cp1QEu;9l vPXa+GW@/yL+,fņF'7_$8GZ*~4UL<+HnnG7ȡmCwS"9s/\@g+u+B`gpPj_R?}]7Hq+> Y#I90!,rj'#o9 ]?և?y$OZ[Cճ [kr3xSA#TXw%O_k1@A-SPRmIˣ|].cSXcKj`yݘܫjtD2SZtHm:߮>"~7j)ͳ(a MƁN[|+sVݫrJwtC)Lv@nRp"{HܛڳsY,a=*o=i;,4glҦh썷͔KDN6z &v%ΈVS.%3m\D8,Ţ(=l“0]eMaPjG0pWls?bgdyx#-Oi#[쭗 .٭ޞ2*$I(U8[ޘyV}.W\ lXkK[ae9Wwr(#SQT0H%oD:o QiHF)iKʊUYo G'vi7Kv_3Dzɖ L= <1EK%vS: 4*vR[ݼ(3u=GJf9B1_wM(+4_ծN[pK aQ-Ӯ $aNϯ/[/h*bI4WmD$EFؤ:輯AxֹP\OJ wQӴ$K 7!!J];pՠqNǮJ\ {BZE0Pht|3=PL~,D4p]&8 /Y3%ڿ-1u$DE,]Ӈx.,D|Czrzd9/0E\S{*Y Ẋ# p]wa<|E4iBpk)pac9 ̨,jk|)$ͺ*3_VEFy;V-zFxJ_͗xW"H>kFdyɽw/ڊ"׷)/{ozrl-,ܕ]noOYӔZmrL}E$H_tS9UUPOz#+]g XK)1ږ7}m ʁI;zXukNY@$ tRi*#rCҞi$,Pm9҆0I6#[-V@nGS^߁Ƃt7ћ*<ɂYRʮ|r<dU"K\$s +o;Nz"$'ֱeMͣWϝhԢK}rCGrz&EHy,TnR5ZI<=»0&_5@򱝅5 IuG`Oǂ|PEx JA,'L<[Gq+ޱ 3'aOj\s7[⡩H@\?ԬP$+K+i~"=`CZdMhRZ\jzq b>Il/bcfɄ Ӓq܂Ss\H!J `E OiPe4Աa@3%Z6ÔeH[<ˣz*_;knyeb>Aswh O3xO?$`3Lwg& P۩:<DJ3VRB7X?"k5F?bΣBg8x9ԴA}"]HR qT˫;濖,DybT85+hb"╢tvXh<D<)o\PIA r=UXr`y!Bxb҂",D&;4E,6[7h>{prYI>b \de- ,KZ]R?raN; 9^\sze-r$Й Mͪ,%2 E 6 'btMkI,HBvbu~t Ga<hNݍ>X|(.z<1<#\$pԔyN3e(/y=g&2[is<#:O鹐R0H%mI/LiFX]dWGL:Jl6ah e%Dfm%'zSECK6@#.y1vLR{͜sF0u=o\<mP|ֶ`l|T{~eLv8LkeQ.qX2 w DKL@m:@@'gs-7?K`/r}ZplVYutҹLIRb,"!E㚀DknmoE:Y`pix\"WN!-PcOZ;kn,oxN8;̻&j9`Uì?qV<'ȋ[+D&3J1tfDb52Ǟ @݂20m_!Rp r~+AOTA|6@q_Ls F8QܬQ'wӫ0҃P!Ukb}xBpcZ#M ⶕL;I!޵_BPR.hűH`{91R0S8Λ m15``aáRIO*Z'턆|Z"л'c2dѷ̳dVnŨiyluiaV{8 ěq<@bwiz8DvfGi=G +|FAYB)yS3ۍ(2R꭫cs"6=;2<ڒhZt Wt~U RFf1w_Bs?PPƮ굣/']R v_2_[lv]Q43mb2?%Y %.gNO,/B5 Oŭ5Z!6 [%Djs8i"pr+u3\eiR~_Ӭ?w,nacAW 7v8ɢPLźAg(uӘ}?Q]=C2LF[NpT4T9l%Xo/Ӕs1U4f`Cjk"Si0YӥX\h׊)ϐ%+{CgD (-fJ6va@۰<\騕;ޅD0#|VM( D)/Y@cN}y/ՈLm*sLy uTsAK}cǮ]tߗՙR:~;;tV<89/bA5hK>fjjde9x LOfǦ8!dIgNNkvۺhgVUBA\|Kl|$ +tASOR"v.YӬ~a_86w&F ~ZnY 'K6]V\$q}Ơ(,66!V-ӳ E8ӊ'dM'vEO AB=!_0&}2Lwe!r;C2KVe񨥳E+lI݈IEsѻӈ mжJ_˞#Z '^mS}bk>)BntPb3Xn !r5Xa,dL2b'06x#Z2'T$& VZ&1 PqЛ~)V/ I2:NpBu#Da-&hu96[S*:X9E1嘞m@^U3ԓey{vFjQj:ΰ|2ɾ ,vI$' bH>pﶇ)p!L׎FmwF:0 kW}j1}.QI_aӜ4eJ4{`+azjH5P69BD9pR=p^h><Ѥe 8(ٕ&.hj` ;c/Qm<>ʹV6(7½:`&/!*Gpx1 I(Rn^%U_A^;PݿEVRox<M";K)o8׃h$3DYW=* hOW 'Yg("bJ/*-voeጜS'N$pn.!- *TAKΞO4$pfY뻫3ܥ읠1oS~j,fűj'y# BG.gϞet8Zh8vgUj=`/( /ALԬ G:uluup2䚳:ӾnPumO*VŖ%6o=qLTW?hg . hIn$  %;!!`tGq-"u~ AȟCa 2_Vx$@Zbv2޹{F)>9"˽_ҼB㩪oTL+cG nآrU~:b7XB(ӈ?LRxӤ r K, h֎Ea(2ȕ  l?fg:a)ka=#2^ZFN̂h< f`ݻoOc '{ff&R Ÿ6YXbS"퉤91 Gu 70+Uq~hlO?maDXk\ZB4#?ADwWh4~tgwשMqgq#,͢#R Lƃ,P)ͼCVOdV GS9ocУvR{E<֙B˄Qfs3y)"@ بYn.% (j6C5 1)StNnzooЂ`b iU"fsB9o׵ ¶%(OiPE;1ؗw)'A! ǖ _gɚ(J!gpY'I|ƭl p8{wHv'iL҇OBM4B:| TS,񌐶ܺ/~W 5U[4$%ˡWNOvBwV V#`iv+t8եqs=w0k!,j| .qU}F\qsԶZk9uKݥHͭjnNޏ+n InQumca:NSVti/eB\Xbs:WIo1iΖ_p23.^b  D 8)#3ÓZJh`pSU~zG빳6e>:𷌱Xq m,#Zo鷰 vwۨ{i;"R8j\-6JL>{?j8@4[&+.EJx'N4yV1 pi)=\-BbS\`ːT(}J֜1Pİg6gޥap ߩ<cgN_ض|\iL>D|0#Qlc Ƒ;)jr$8)QCs,9|l(H5(&rmQ BOвc3BTb] x쭞`їAZ:zW Uh*4{%"H+LNDn$7*^F[Q׵SR_I_  [df=^ˎ*֯EJjTJ(P! 61LC)4jGN\[?>1xȬYymL[ӑF`5ב(#3\vd6}McnTy}4M Q9p^Q-ďWvD?5|s4aip3W`86i7Z{6=?#1$-,*z&e8O~}s^7.B#p2!q5y'|:8vŻOTLnnpY{!Eqf>P4KU8X1/H Ɯ}=^`)"QyQn< _ iGg s"P8(4T OVdymkXN^y:}.dhP낯Z5@lPzY845S !;v6+ȕDykxD\_88CL$F\Vʾ3LެeJUo>ݮjik+3YwifZIaIiLɡGщϕćflCު&WԷܸԴ DXpF#;կqRgqW}b!%ve \m)9ߑ'7khqlUўT a@g6K^>+SVp6! ˘ub*nj[d 06n[]]EN; [%{50Ύ<5_pW;d1KZTGn!F:sW9 RS;GGt_lF= *6oX'fɟk}x,z7h&[&GN~QŷZ%bq;!{2} Tȴn|N|Rp; O5 scWŌsL1I>PU)l2?&%MՊ ~}P1暟S]b^ :.{tG>Y5"iԶS8Q8I!Ɵr5df7dwժ0 _'$#f]EyFn%Ǧ.1/K[4O@xzx.zӚZbqJsDaIaQx-2t"a4Bf x\c`[6-CE51\d Kɠ} g|/Z]jS/\z{P7JWY8 3!L+ .\ڢ CV/*Y< s??#"A݌ԣC)BN Ndiq`糋6U<̧i|5p+[%)qtt;z>֘obsM<^#ʊa߃&ّ$\+̣G[0Ƕnr6; y S30 [O^OZ+Snբ_UīԟD+CjֵSHC>l[@|~^ߣU"^'ē5+ZZZc!*rrB8ҐE{Յ%#qLhs_x` yt$+LA}$&0 ѱ"i'^1pOK3'$Ykz'Ct1խD]>U8V—3P D`Q+&GFE}$V} 4OI_zq!#&3}AD! z]^ *]PwW;u߫gWWAg7jj ĸ=Nc7܇QU ut;>+wEP8}/>k Jd@}} r|wϯrChw8iYΆ4M}ڒfQLEFC \VƟ+)!\OahI#WցJ{{&QivdbȍF4F%JqQ#KiFmC"*Y4:}l Cc{Dй`Q4O3cq.H* {0oGc,f]Z#91Ժl[gr7&0w#W A>p֗Dn_[i fǛ*w%{~ܹP \x7~T|Yt{f̀y z3*nz5 95 3FO4k)8T zP#fӠux٭KzL1'י2 D&#tB.}@d[H2hj_Tv MFK7,ך^1QfD|{۳hr^fcO,;_ ( BR_NIUmD1%K/q°N$טxm"03^ gTWj,'X LWx0nsK] .5n^ BSPІA~ 9(%'"C^$S4'+ar9X|>h 珘Ӎj447ci| hσwKQH2h]H1sGoTgleq(Tx,Gk O&e]#7)2AX u{D G Oe0~no6IBR(@R6R'ƼqΣq1!V)2!0/a_3g H|!7o(XDЮ9  V:Ah7ŋ+cfd-!ҡC.^0fcp~T^Eq-_`u@..L3G*b36+i=弄Tǹv }dT6ުfZ5d4:ӅAf`ED=Yw/:hb?Ǫ!O܇*ͧ&Y@F1}H&xQcV$ 9-m_j?ՙ xTD6O``7)::258qFNY K*#I#C>lV\mϺK ͼMi1\6Ѿt88~h?I-bvZq u XWȎV:\8SS<27~iGkI4fWq$[޼kjöknMlDMkzcCgEdQH1VEÊk ir3A͚1""MQݥ~>0FP |9MH%f/^K|_ݾQ[S@wcL#8L#h3o b #Oߟ$}PCli/c[p͌=a޳Mrң~ͷumoGx.U*{ _u|-mɇ BR87g_q?NQd1 ձ{T\H2 +„(a$Bu,YH=] P.o'9 )n@s"BϿǶqYi¤#^@Ѷcmdw/JPZn\)%u1:zB-cD6cWMǹFRnSF>~q*zdm9@ڹ.M$#N *w4F7.z;@(jRlAI3iMZKV:H[Q;.ӯtoC񐌖3)µhD4`ci=ʒSr\z]揪q肅jnoPJU5d~ϟZK`D|f' EeaßUrc(NDQр诒-Nf&(gNG| 3 NX Y7}IlVaF ULdFE2n2̈́ -5O 1.vpD3xJYoUٝ~" [{ -7Fטcn{(us kPz3`$0oi /D*ܐZzE̱_E9m'H  17+`}ٸWizd9 Kb NR"_ ~^{a)=5LJ̑*B0걁( $cyRȆBlܟ=aեV,'_Dl;/{3/VBG #WdQW&g=A4CJ>WjShy|V$pCR8*V\EQ[ܰL"aq]k/*qꆹP?(~{PWxDxrԴr[toݳᮚ=(GF&r!l78dfy M=R!cj+ydpS݅n{9ud;`a`U1b gqCs4aiJi|L:|dXfn FAU#L칵+h+O]~ "zX~ca4ov\6vJ@nv92$6ۮ?l,x`mEk:qS$(,gg-lĥA%K3fgZ&duvЪ*9ɘ9jiDl|?%GZ·lZ%ˏ:~U%ATeQICqZ8  UY]RPBۥ$#}j'vi[N,'KӹiS++UK!b*Qȣn5@AOL r[ucqR ۖA3c!TO3uI? %$J®]%9>p>M.w : xXpUV+!3t& :=24 w7pGxS?,zʴ?R{Ǡx x9)vLbސ8.IvMo'-3!2hH":H^Ⱥ=EM}[]efffb'adUmKR 5u ׉嫑)|BncW{a[ >n_T#wew%ڮ;vq/Pv' >3!gˇYEQ&.Џx @@6ዯ3eh=#9EPdZ 85[PJ{@}EjHfM+7Ǥun[א"oPkGvR*H&yU33a^:1I;ߘOb|{+NP;9، u WZ-#f5J4ƈH^d8K o={W\q^37 {o%w U[<8Vr-i|&DUga1CX?7RGאjA$9eQ~yTɚOu[$/4adAŅWꄆ;*J>+(c= dkߓ4 Kcʹy>"띺Iy ږ#4@^nơNc`2 jtߨJȝDiCT|.}3*~O ci"3$_4EP--x`UT5O9LsYFÝXX:yivVJHѽi!51LṠmSTƭ'єTB0&E-+=S sQO''%f@V;$cZf=+ SyK6;N :^"wXUQjiA V$`ĠOKmȡ{21KBqùf2MLw%]r H=ˤ1s.1:+a&[bD!]RxYD]]Aٿv10V|ҁ![[Na_g!$`D SŭFd 8'̑('(eb{i1~1-LXN"vqS@+#ٞEb⾪!=0cKđH9u%)7tZ٦}cTNIJq`[!: lw%0d/3{IKZ00 D1@GLKPXߣ6+jvԓoBlb=_9׽=4LM@6wJn#:lHz7ѹ-" d53 J RjAo;d-F u[ڃ@/2@+g ҚwVj'wp0't|Bf?d7(G  9 屼#[ ";Zt0{&?Ɂ;ͭ]~!4i˕4Ѥ(#^WTe(@;P]:Urh{|F &d1vOuhKP #n)b?e]Ɩ,%q6K?CY‹@} f`$ވ_Pb&:E|ņ|ևwl 4%ɤFk̑&Pzz_wkp.mS nX5aI[Ǫ*DJ",؜"QzBoթ-ҨƸ`޳6w=V*44qD@B=tÍ| ~:Ѻ/D:+9PDT!d|Դ >:16Emǩ(̹+w)59K;Rb;3FC rP:p󭍔n;_[@ֿdа\O |yƝur:m7Fw ,3?$jGzw%S)D#.2e/ـQkB2zM( D|e*C{pG:ȋDCa(,=yKěbSn+W77CvB&۝a4HJN+A>dgDJSW܊,ZH>knn1ӝSYp7F y,zg QqFk)Sla:/q.4`qvkçG2&)Ww:׎ SD&)TiP\AћDyc :/h=MXU-ePR쏋+YO;nጲ^,v3JFEXF:$`OM"P#韔R.J I='ՂS÷7~GOJR(x:s6e|_Pk`'MO'36| ?tLVjYSA |[M4mS]] M15=}̴-V[ f5 +RJ$ph8g[qƃi<)ѧe)X*pL-\ zpʝ3L}6G|˽4=2;/ȣ$R#ZH\]!*]у4=_cJ(9/ aFZM!rV.)O<*sT'i)t1xUaA(Wf~ ͎_P&U"%ߪ`t\l+ʂNN8CJ}Z?FG޾RPobmDŽ[m1xIZW?~ιق yD[}0Ij>r6ɻʤx>~ba2?’mjI-uIcݳmy`"5@dvTԸD<) Ժi}RQ(m `ׯ߱2i)s}0>R6ѷ]k ^jmBqZMW;*|Cߑp)_ْ` /s@&m p:gA]f.ڌKBYA}%&G ;XD@3IwLrE9 /lQiNkyrP 3{$Q~e37N^<ڣA; @)1a:T^ ̌5(BxU?..OQ '?'hDuI֍۹<8rq*7XQ%a+[ K+rF(≌"zt#oB\{9=mhHd&Cſ,ij(t|UtҷEn-XQ|gpQԨT'75/~UH$@ϏQ-WFN/ Py/]@̼ (]pY*M8h9 Q]'%6c`|O_2|y'/u Ǔ$#íM\"(w%Qq?s ]">J@0 /kre!0[JсA8<^dZRM{v zw Bb"*'Mx1 a2 _q + !NxS N>2u3↻,_igH|UnEA$K8Qbo7܆IfIKYU*Lq~NB*8"S1l!/׾˄x,;nQ9 8Շ[ȂZڲ.B3M8ogxj\Ŭ(! ͏a}MD?RwQ!t4;g "S?W03(p #?/hQȢP(LYښMɍR p.V4D2k'fGx%>ț,a_OFWt G"Bը Jpe7;I~GM+y<ի~== Pݟ=Q>Ԕ/ptIKl+}G߃L]'OWPE#kyzof9YAق̣9+'Q(A dX`E )S']2.*f[QĠ e|g&T- Dya 5ACxdtiRō1P %zȸ{@%9ژց I-pS?$ zC-)F$YͣWR[6ju= D%GLv!~J@"!LEs+\;P)WmasB bGF-  / f"|YfJ^uh %!k@T`烾ܜ, }qlrD2 wˆ.0bx!t![ @e«R! IMHJ:x[#Z 60]sFDUHM([ϭvŠw$~.O8&o=iPr͸Y"AUi~L34h/ 4<5Ncdݖ<\CB3Uz5#A=RSF5we$(tcǮ[]3ܦ`ni^4pBK{+ƶ%fR`FDӳh6RO A&ZQ;{4#6XN`8xrdv^ T u e{GߔN;+:hSxZDu4eeC{ 8+]r/dD٤ ֶDeq8gsxoq/VkGW6vתhHg_D!wlGKZVl*n'czg[78$;k޺0J]js Z ?>W {L#9L^yjYY.pwǵ2UZ?ո t7ܱ%n={9 nbI .3 N1* s̑53 PMm;ߌ*ikY]gsʒ=`Dn93K9ݕ"^pJaveݗƹ_ ia>2h,}cDVHi_D}(a՚ʸ~'AĺCƳ~,fW.JOQ[1ܱhhxWE`²LAvOr6f (IFtI*LWΣ>#%SPMf=P-Nӣ(@'ן7Dc=S9T5,DT0؜X• KnB !X7Dh4v=}TK[׶Y9R2|qt-C &زҎTsFXP~!dǯizŠ * IzBoUj̇S]qL<-BEvL^'!EjEy͝@V9I3DǑ}EI8WYI}jYғt ><;!QUoћZ\Mѳo9 [ʜ[3qi4@:*S.; u%81,$`yfWT"^/@4z'Ec݆fVjٕkjxWWk_t[WAߚK_#a?h0^b wiD0RV)-+e$^/$nx*Nwsx#pG2w;`hͶqQ<%^Zn,Y&`8ɕ)>9{6TBvˈg䠚uKkQ):BǽY7E[}!c/S /k J$f:FLktz}HB~[e],xjH&I5"({ j.&>ל^r$` x}W7AVgBSԂ?˒f Rn6omZ nTsZenpmtlApmFMmwrn$.%mVM\N0/fq |]A9%]'>b,mLjlP]sl*7/ܵXju|Pi~r_]1 J:\(߄UjJ$Km7( 3nT HԤ_WF lC|ȓ ߘt7d째|Aٺvh>cKb| Y*Z{SPl復G`eǶB bl!ڱQ de=`y#>@TYӺOPYDXq򍵶E f9(0FAIRwU;^47d'Rk4h_?P ij򃴥Kkq;uc>ݲy;yFH߰ UEvGA7ɎcunLV UH)1m P}?x㹋x΀;*Ԗw|QRJq$t+}+#wewr%W>)jؗHmBUTN$ҤԍM:zҿDzAnmpxR]?!ԖBȲca|U~^]؄rQ2CB7(oOQE$Oo9βSAO}5d]:"~YGVď T#ՄѡI;(@ʵ'Mp=vyu36t廞$/ #ݤ:ڝ`M ږ]vJ26RWH4L`jrf#i'ǷSVxp&(H8͉#PwRd wF_ʬ2sIwc Rd )''(PP ;ώZ6"~_錐GUL1A ݜmGH]'$ZVs)䯃[2aЍEC=~VsӔnukx$*I ̶'@-(+s̵a.ym4/H%"D'!fQltYWJk¦WeN'çV;΄'ɭrhmX֯hdF5uCmgS7q G)j 9MڮWq^O`V`O{f\×#Z=w1G(FgST 8G"@4"iUĔG~y E]u>qugK>H*JM+btcIթZ0/YQoo33q-uv"vNl}dzYƽChN1Kr;Cku8y3ViEJC:((O;`<-/-i^U6=!F${q0 AwSU^QD]I&f HN}PBepLc,*bH.8ǹ'\ }jDX٪۰9mi1\n!Jwm~DR KH}[0ٙhJWy>@ À~ \G"e> ?eVȠZZH~&6p,~OwHY4XA5!Hb| -d|GCLgDXHLy5Np! b%̔ 2we]{< ^?wC̰Tb( {8#gU'W..# I͸xa[@EM+Yq()?tV(GOc FLЭYd Fj["}:NpCfpܵ'抂É<)LP̰ހ!4EV91A v|6uhol@_y uI٦wƳ&Mhik XA=SV%3?fkU~ZѣԷ9Y]/ ?>/*j-VL^i>a`\ģ[>;Hj߶g6ܐ wJ^^~l ^o 'u-j}2ҙZMtIt+̭Gi%fRxpIkHFT9\'#syI64 \CWvؤǺJC)Pkƞ GSZ{LŌPYtLX+bwXj9{(o~m& ]e(ru}%`,.>:.QOұkPyY] ㏠H O$ц茚CS^.:5J~ɑcjBջ ö⃂i[?P8E(ߏm7)\TjSEmcWCVXx[@x?1-jRT!9Y#D”zVS2dbI:,%]ɒCOGՆi%aa7>g reyw@]OEB<}N[3O -SZGRX3'Qwbyi53gh}Du7 BHuy Ƨ~y[jK=ByM-pmI73zfYHOmI J$uOF$%w~Κ΀\H2O""-elЭq="պDŻ*&ATEH#q  `5;.;y;QSMۜ_DK< pPoqc|z fOZ~Z@~pMuoIB j:&Z{JGֵ#w9&T[ȋ%@( pf2Mmbe[\N,&Äλ883rPM n4+9vP`fE@ykKhsn/Jp=np࿸Gxno6͈FzQV@+1_,m;plw>y" )H{LyF߈wi<}?(DJEt-@j˟dq /]V#B'g%0j܆kaU+aI֤zƝ՟obWhO#) k \5S&x J+!t;6^iӌPs @qd'=-\Dim a~> PυŘؠi}'F Rzn58&?BSذ5&FLLX(vtxCbDU\lnX|T1hk kDV8xI5gj/c87D-ybC@ts5Ԅ0-c \@kJu_SҔzM"_>f)+;h*?PqFRUtG>P`blKnG)^2zKE}EOޙB8!u%6L43||$.9&mC-.( c27#]k]hOӮN^{"' M4yi~h0k&ƴḓ)bOF9W|ur{BгD_=Vv!4 AqZO=>PIet9m#`0J}F\Q"-Pm|cG<Zyz \U%)cu,Rہmtmsصl=MkR ߉DbE\q4&ƶcn+ ̈vplJ!Y5A"Nt 8yKp~nWX%Pm,-R-'<T)y%aשz&I$X-0$:m}*.>όl1L\tV$_%ōa3g +/̧cMG I[HLÌ73R@&D lUv9wY6vѮ^i3˪7 M*) n?AG\6i u7I5 CŪA7vNXN?ಗ{$w}n>\(z|ffطSozl[GnE1]p}Sr[?KEŏ(|}ކr<х).63X0".K !5 2=HZ%GZh[R駁g$nb4Ί}I=_A,vtWE "IGrӤ_Ss#Z/zRqS,%|ma&`BbnMpA"E8f%EtY bH1EEK[EU_r Hh قq`6u9%Țo7H7CSTwr(G;=?k`}d ցcȘ+Z"FPXZ'n"x!9V .> 4& :n9v4;LS <fkvfxPKl/};i{s=C3V P}7B`WXS~S?r ^q [fB|XksP-'9|'̬Z賽GOI<%ϗ!brUz;ŦB+PA=2_#rHWD̄Az/F +8cxhj wNi5FtKj '4s/g|&NeXdtؗ8+61 +Z[ kV]NrOy|8dkace:eu< :W FudCgvr \ۂduJ+a"D x_MF'ӛBbbO_U!߈l] q $lN&g$D(ήq!QlJew֓'G[0UOzgS_'5rkHH6gتJd[XغpnzB4JS%#{ [3_d˶ <Κ/[SD껵(1f*}P>/SA~2lq2WPhdnw~$_nKG?a+C*:%OBY(]W/rя~`ͷFNv3Y&vNC8V^G qa4O6\Oj 7җ8eG~n23?i!}6VCقOF)^v;XYPTXf8(,Vmf߸v,x\Wg+:z9*&q'0|>Gm)/wtN6ҔZPM۩YqV}aJ4:#db1΢מ5$x[󠺸oAG!&u]GP8oDIwhMg(f OKPHEð3YEU_EhӍz'yT;h[,\GK3yͩ8;7/S,Y v2g=M/yfvB [AsZ*ꏨ ^nK-Q(3r/X5Fذ+䊽7 wr* ,N!pvR}E$J'X]Vx mҿ'β oA%Xcċ@[oD5{Kv!b5u3'}_˲3I8Zv bCc@Mݓ HZ!Ʈu`bSL11N0߶J[0$Wg> 6xI_߰Z ߣ%scg \SB& 0@+.YC01j꒞\KwmQOF5˚AOO,V߇t:WRPȨ(7 6ҿZ;$_U T U{p8y:#QyL)FX 3(gT8k9WbUЙα!<}!?5Ia*mXt,@m!ԥoټFL^eXe8wT+mcl1)-<^vKup3ܢkO=c]pPR{ﭔP{9xFQ%sݯһĿE2fEr$QOA z:p9 hCR2"xUl[$6f{ӘPv8flH: [yW/Y5<.Fj27DTO]Z4Z+)\Rnt)TOY"^lL(l9h c` \cfNFN)b1s7tňΒd]{)mn $1%jmt@X3j_E$a? 7sZZ" Ch"| .zc}ͥ}O:a,u_ z )pJ`E4< l!(c{ Dhi;: \ TM%)ޯ/V|a|պ^R9ź\p{6$U:Ffk3.p}.5Ѡ3515 @}_ͭ?5-~ \"~ĝc"ubm Q*p'$ʔ3IߒOZ>84`^O;u!YtKC t͈g؅SVb^l\PM[˨yȝQލF+8N#.˗0U?B18ʮl:׌zZ6p3z/nBDQcd `aR]O}PI?j"s{5# 2KċȭBu+ysc YCM@tTG=7Tq?ƺʜ0J;[WdlN(ՠvH|&?"HMły,Rv*zE1Ǟ-_KAoM[XZ`vkIGT3p VS h6EƟhT<)$)f>u 4z;HHWM`{/J:e'm~K@UӨwx1ƃhA ,'Å1ВjgE*#I 21-̅x0N U8q$\ɸbYb",\,Sf|mh\ʹB}2 _-%u3qV ȲpJ='2ZǺ*$[OҮ=_7wklWҤhۼG@>b Flt Ǒ(hw^88~\g/KX Bd1nuJ#$d̬"Ӻ ECjl% (=3R/Rpʁط1}*S/RmX^3by6.<N2TJMH-!cy"C~}CH:YA?Kܷ6FAb9x:%2ᯭ; { ~AdJ(;R-dA͎eg+g(b b HQq|^~~LW~c2H:ùB}!tTJtDbo:띺"*fD/E dzXޣ5ͯ$6SAZ$7K4ϟ|utAO-H‘c$H{ !F>!/ֺb'v)9`!ۥלh%f9 rCi`x&3ܹR#E Υ?q0-jWg|O%;^c-Cez&7y-ݗB}"r[<7R}4u㝹kWDqcQe`؋n҈xFBdDc/;s^wʪ*tP&d2hC.$w~オC]8e:4$UiL[LHhD,fADVL0|ئ wHc<+r]2ɵu%oA~KjA$6$zxs+Bβ[m[!V VŴPkimHVޫ2pAITE xHQX foԷK\g:>M-cfLܛ(JEL\ϧǯCnlY3GIv!((muό:f X-kXeЁrq1YJ ,@T E  +OBT#_W:cb31bں*mZOsfюQTR7wXp}ggqve@N? riRscqf4E+\(-e>V,S!6+ʫDk@܏>y=(M0+W_c!JXWU`MEs=KsZa#rZXA{$DKYekP,cT10X4\~z&^ΐiվ]>i-cPQLaeuLJuzꃨva lzҵWy-7\w7A , u%UJ쇼 5GklCB-é;J]68 Q"(8ޫLu mImȄ>нϙY1UXZ $ zBBfH:VMcT:׎s&3.Ɛw숊zQ,B=~zPYEWan^IvnR-lc Ͻqze+]A:æna/"ȿ!!HI,72?T )'t!Zo8$[߉fzOK*J)變1sh:݄R,gr X1opw YԵqJ5l 8$hP3OͻZ Xo|P}d(gP`4YҁFAxxK3:pj8#<y AOH$aZeb2vf&.X(HG5Z ZE'2/:ES} x*=a(nbFgugO'D0@ӣ*9ou,3[Ҩ2zႠbm'͔%xJ qwŌq4Z(@Po*^*pW-<{ڍoOfQ8y $ڋr(z&pf)C #jsEO\ Nw/iղWJZ~ֆ|8VC&LukPnMV~WY߮)kJZ?wtCeumEKs`_ryWdwD՗D7+S)0/[>^x}l'?5H3E.0յG A2;*>5^S CApiN|,-涮8mt ,3G 0;0nM$<6\1}CM8ZH yֲ6;tgvs..L>C}*@TMwsW2c N;?VO7]S&e_3N~! Ŷ+L򦈂vDlXSG1 T/W[wۢ[b>܂ 8H {+_?n3|n$y٤!Wv:{Y pF ^}}{ M0;aa n\3Kg^P.-0լ1q:a@A>m8F vP>󾲖k)Y`_.ք Cr+58$p0>{=ʫzG +t A_2=3nf,>˫y~%=S@<ƱsqtݥOBkhDWC[D{#yiQc`̛ Z)Ϯզv;$`FbSKΣ? ?2=e"CԀ\=,=2TKܼHӹq>c>`}ZV2\;zQ׊Q5` Os<㙵n dB .^"2K%?p~--(}\eN k@a40K؜z2[3 |jܗ+ R҆^m<l%|Ӆ`d?Ѝ;py@#xבɺ)/U/ײ5aknDAC+o/=MNlެŴiCD3-ikb:ts\pЙ 9sx Ot ! >\R $c%M?q,XhXf>9ۆywSiSJԴڿHX#1?Zg2n ^Z0kـ+l% ixV0O:c+Ή%Dɻ]i'.L0-Һ=n VS2_t'K϶]0!¡  H0kHC/f$B䋴| ,o `Na5j5r.~9s{=S]2BaZ`==Lꖻk2˗֑gqvoT>Ux[N;xdC }TbK$R#l]bs[Lu)Ġ;ÚL@Y ¯Dqo}T`HHJO`+GJ4̼:J]ˬb AA'hg?^'u' ׊w?GRGu$/8JVΏ&LM5ıj"*b.Q`]@͊_L\;1"rF$~"ѵQ!h뤗= ͥ?%%Pl:;鷟w-C!pV!dDy7 2rק+إV?Z^:>[O?S O5yI [(*U  NҌ9u!b|oNj 'Y,vQta'qŷ1IeI[ nQ {lg;R]'¹X/p6Xܿ`#ݨoW9)[Ik6_z]1T`P&6`SbM]X3s'5 Oe1m X,8/ 0GQ7nSl*ӟ^JC _(߂dg2*(gܽ2UVJ %'&&ǂET/{#aXO z|J5nf8{)cxibPux\Ȗ,@ 9V [X[TRPh5C6tޱ <=A{C!ˌMq#(,$^VCugmeT8ߒ@ ~4}||W譖.XeDːG,ϻ.z/ mgen+sR@jm`EwxS"[/rdCӰM1HSd&|T+) |\ן袂!$ xI $ _Y 9c~[-e^sMQt€䒨?ݕ+%.0gKA_'ʻfq'p2M7 &b#5ZsL9[ l,huA}Hen8#g4G#x]]58{s>pQ>0Ǭs= H=̈́(&UI> TO"^DJu5q5EKթV?]-`$hQ0A,j<8&Cz QߕCP9[&eO] Z2װtd屮_C_h>˘-2@×*%Sm,-=m-܈ I}g` 꺨ڗq,O8qsm )kmv$0z.X ?p~B|Ep r ̫G2_RG$Cm' SчŖmNۺXoaqc1uJ-(p(| ^hQ&ze텻Z÷!B/ZDi~'t*q{S;q~|d\CpoK{>|&wL`ϯf\P .ؤυTjaQRC-wk'ˏ;g/fQ'KsJ6| @?i=6l4YQoQ`~ ww$aϡX3tZH=ܦuc)9!UAx ujIB29f(auDڸH5u1b-ӄڴFV п{03 fD( +R^+#!2IG&X[_ug5dnxuɹrv 8NvnγN3epi5158RU *17 抌.*_pT=G-`_'%U/c{2DfHxi8 H 1z>rق܄(ؙoct0^_[q Yjv㹿flF$]C9Ôټ1C yDGaݝl ǍtuwTm1[o>\z[ @s%[zXi?ƺ3K.?wT:ħRjcGQbO(s 0+?BK r0,o9*U%dVo5=s,9$hjo 0,?v#9kwYkA*64/i><rN@yϦpD&tQgڰ#a~˴(*UNJFNzSrk<lBXh!K354#_xѸU˴D?i~͏n0$UePlT{{r{#I~bw 7ƘZ>ZD=OȶYWBHPLZtwvb^'KG LiDqhuS[Tl!:>lY: J~ &bw5Sh^3xuKrSEc`#*D'" Zf&$ 5{pYe Gp.ėpM S2sșK2]Te>b*(:gkf૰lB@hZj , yΛJXQǮq-kWT w:"Q_ܜE=62{z*lgJ4xE "NAfm@մ '8:H-O֪PJ=qk@FҘBqNJL@ԽI7g/Q"cY!$HJݣt\ PA$ATM3&>@]*ϯXɎ$JIVzX!'Z4+o,uU+_?R̟CdXt᧠ >D~rΨH<߰JdO9M< "\Ȉ Ox*1ibє~{t$7~`cG1ae]YܻٛOyۺ΁ď fQW,hBO< O it(=BgTP S⃺V &r,8O^%X'N`CH/wOSż m[;ƖFB ؐܺ/EaDoˍu<72g" +n)+FLD#sl50r|).u suyJ< z@=I*$?=Drjv96b&|vxy@\F{PpŗF8/ORMa9ԍ-Uq]2GA$,2,`^!{0-ߧ9”GceG7#=Mԭ/\!@T3xP(|.=u" [.;-=5s<2?;^;NY/WЕб4p|텥^s? RC;9XȦWy-eco@0/+(Z|@8nҁU{OˁQPW+/qvlJ9n_v1xk0$Ve%PC1a 5/ǯ7xS !lwBt0ƀ"fN+q!zQ?XϠ<#׻`O~@rlͼ5NA7o%iVR լRu!\Sp_K%B;yz9W=߉p*]0؁꫇:yZ2XU"fH[ӛ @>E6XE6sAEKm Үf|-%iÉ(ӡAb)t7I,MiL8(\= >7sQ-MWÑM A7Svs(f=}0pnT'5$Yae![OJlf{ Wie0Jֆ~ZK(ٙYr)',3`vl?~3b ZC0NNp̐zMxH:]$D;lu[ͥaߙh1Ux5ZbAsO'Μ֎Z ϻ j{?xPrۘHLZOx Q gS7q~W>u pڎ_gQQ˒h|UrV0:[SnA7}1 "Nc78P_]dʔxfp\T-n}L]:H{߲ Ptt; t?>Q-x\RC#_s.K{i'h0y,<^=٭6>K[{O|lm~,-&`\1 4y02=` #@ZCl8m*MEW3oS)'Uu Q MX4mYՅtwL(>߬ ^ìjIAȢ'6I*+ohâe{GD0^'UE1qAZʋiM&hG/س#A!l~TS@L _{?eOVEّLv?dIӸ I .kw\*uV ZʡHnb LR@$99Y"&=Ҭ:m0A@Q9RwH(DڢYb&2pi-~FZiQu(dx7>ɀ ?gT cXAo ]ϫ3*~b Ewk+ޅ~!x5od$riĀ;'d >P>4FLniY2ب5S_4dnd]цF8 \̑D1v w,G4H-l :IyRţTBizmD!i)uNtdid [Ʈ꯰͒4"o+f01ݿZ _ѵ`賝}3-ykN1~ix~Ĩ,Hukru9zzx٣T衐!4ӑ+q$NP~P%͏ړmM=LB;xRݔKx&n ?kz\սm bHW2rNNܷ3e c_ d>u82tlGrMQr\zFOU'>Fݏ:T +):%!PۄCUWuv* 9 %HchVx2|>5!'UM1NT9T&aٮs/Kjeыx'ް' al@`ĉMYeum 3.HJXF'7dRN?yX$O$"bpS }%2̚)sGRZJC>(v:2g#w3"391aU>s7BL`zpijQ)Z)΄(Lb1#WգJfUW,UL?N1wdG ]rS %cH)1$6\VBF&_Vܗk1{K }'qƒ́a$EӄCY=E;-`}oxU8X: d4u!=HР#gnάQ$VWԋŽ5pNJbk(.v'G]#i]& =|E {L`ڜ/؁jFx!gse\m <7")PujOOF"Zo \5!aw}ʣʌE[;'TxƎ3g(Foj#wKD9m,AL<'|ɐEӌ\mY۞=Oj0Dxh9t༤4 m᫡[@:gSIT%)ָ5 ysAϑYA Ζuh P顾zI+XfVQ`̞[¥SK`JHΠ&sx8c'f-KKפar|4C%uI&b hC\ٱT -]o?in 4:J:^'D5qqETʉP:r=I=[/3b0*\>D iƏѶƃ#M\o2QQެrP<+RCo4t8.4CPB'T£d㐸H%!:zW[-CL+rOl鬞ۡH%f̧5hTf4u+nnP-tg SE-<(;۸xH9 ;M6i8>pԉGOCP($VL8 kĥho3$ͩE2Zߊ\omǦ^+sRGX~UN۠r?hai#!}&Ei/9Y!׭n)jެlGJvŠq\4 = \_s$8dZF'PT2≀rt.j֢ |+mDžg~X!Rщu8m2WJ\Cm 0yc@Ym`?֜}CTo)vsFɪu37t) پu)c"~}*La10#jl $C]z]cb)[~Ib6Бŋug9JXjT0 [OދY# bJyEeq^!OCRX]I!4{//e~%>M0b \YK'[@|_w(8ߩ1Mt;7A8d tQZ2dl36O\m6(җ@OsTdM:B)Y>%:SA`#$@q2)=`&DCAvR~(o$4OO6PWMx%RXDRZ&}|(LTbUD8g\bbI?no]okvJAL[Bp g<f~1k %pԣυqYK+ Z8@+hΎ]l"HgG2j9|f>7'~^ lX)^ng?&/Uܷ7EC4dxtS!L9uQ_g͋SB? f<5~-ZH`IJA}=#X  `xG{-, $NKFi9f7IZޓ03X9 6^}3m/SW3;Ysf5aC "";mEJlX0f'ZFDx)N7Rm5.?؄#b`Y|cұ͙涳b!Љ3gYvYTaA'd 5ֳh ÉBkݞ8?6 fe{ =e.oߦaDV0~|I[?8=ø#qLpt`@&#lg14K' `=&ܴm9DaqOЌ`,5J!7nREO3xVs:Yv|T>maAp&/o :-0e; ^5R "h!7?F{) ?Uh)$%Ҥ&?TIq^^V}BY݈NbN RHΩ-yfiP^gùh bOP/[Q8 wReݍ1mjYx N\4"Q 9tb1m4R}N`7l]' ٚU2)X zD{ve mtdUj>EIna !w"BmS8ؐl+>"ObxBt޲것 y˄^_C"OٚY-^&dvL ߆͇e]≋9 $+l/&߄F4AXFS6 ڳrm5xdeAEڈߧ9j\ot) qfr vL#E^$hbz5y%c!e\6J-2 W׳s3.XKgT#%,7-"1H'/W5Z_ ]P;Bs%xV|"U25UDIǫ}wgqs in3aU`~pZ})݆ a.;Fc}Xk4qH_9(^b90a?Խ/t1G *gX{d -Ͱ4p )2[sYdo(eB0ut,Cڂ=0f c4Ȱ[u\&)2 ?>9@L!;#Fi0D+7GpYr>tanriy.ٯq F8Qy?N>N1`%/ 4->!+ܽ'pI1p>eNjr>`9+A@|ƌ}%Ya9Ei"$ Uk58b}GDV[gCIE愼#$]9ÕP kOwIU"c۝WFp=0?^!'[Dgޭ5 D*kim5?GTB!.~Nqfg"bonLgϴ+Ho:`$vLX0iHtqձk%=}!ë! XBT3SAcql6ɿO \qtu,e0sXO+&p>&vwoX Ň3?o!pXJ]_-I' +%|(\eA(Ҙ됳GA є0OmfkƋd2``_T9 F)ni_0 ZpFT}X"EjD2>;yXZ+#1@ Ok$~*/.a!ף!}o_%!/ eF~O2z }S@ש5뷉R [ wst&=TY-&sjOǟi,"E_(r&u&b~j[(]-$ToCŐ8@@^h[s~ZphLs.͈往:IUT, wr-AWrT?> ː}TӋ~(Εtz/ޫ7п!Tjwl=Q RݿHV.fI#fo"Fg4Z>B2-%- JzWaC lޓDn^:&ۏwMl F3R ,n}#xv@%Kr #I q&NQ*n[XپTQ\9:%D*3H'7m$*(xC7.wVX͆p @Y6g(*?@SkCm:m4D}7cFbĔh+ĕ(y M|u4ڳ{|s}/OH+]C߲^@>Aq>&zE_ x`9(ԑ'h[wcm!{j%80u $ Cn 霕2&1U^;Z=-sbTPuQ$+&st9eq &YC&@DEu"GOS,xJߣ _; D6\ G:o閄}DqauxGZK ]|-=6!ENY\0)7ij u|E-2\ʹzFJzM6KqC9Ӿ" _QgȝSbWe`Q I&'ӻ'?رz([U $)o; ŀ> Uݿc'>Â"%4\i#SƑA3b<%_a8mZήQJW<*_)l'ugnv;; z '[:E5% -"*U͍l@e,u078#CZNE^*f羜4$/`k*7Պ,#^',X٪xa (uV۩ hsMGw+LYv3ϰ(yjL2 !2szcVlT:=KR6({&C.?"N LChоSv}bnskN3P)፽y6)A|G Xaxf.i*6oz&@Xw+`1uY#bǤrӗd a<4Ë˼;`:COo'ح$k2 ιm@6&V$EXA<(X=+xDѾ8ͬ!O1*~ɔFHP w Z l.&>_EoQT*;#>oT),)ԞJ-1W]4xu++H'C$ʰ36`d^`A@8I(TfuNg;r *r FD3&7VI%P&'˻TSVzp$ʜfEA;~BV3$j.lD7T(0dc9=kN(9nʬsmB/يջWܩU>rٰ`-8 [Ա뗸Wq(XT\1 @h'^N+UfЍ$B{# o0#?Oa$0m֥+BcœEACX,g;6Io @Ǽݲ`;ф6ܼ,p`+u LDpq˗s^6iq|InE HGZI NI=kٳU̬^ӣqNVx;/Ɛ:7{g -NY40\L|B7TQ^} C# -ceJ1pٺ)mR}kDNxY7߆j9w '܈(F2εuIE!W~R]BWU:NВ/O9/1d9Y*Y5tT~²۱u{ sG}[rqQ0D^F"!iaDkjJ ސW^V= Ƴ9I#}O^[EB w`smKڭ*Dȍ'/brZ$l-p8i \0rǀR2V=Yn*J› =hBf[]âvOAa ~p豈g y6>l ;=qy.8y< ą] ђV9ٿs_\mzxns|s%0KK_\KJ_\ XUuw21Hqʿ)1W^(eH ŴREl/uoc] {,VY%n%6(IB1({PBp;#=H~U aVN=g@ݩߜk7(BO |#Ĉ c-'oO9"y U͍fRBJ,61Dy?ceAH;1շN(KI\V{ys( Ui4Of&QPwSPDTx li'~Mn쿌:ϩޢ%>BC \9Y=@xN_jE,f!!l EXչl&5Ʃ0ў+DN}f.F 12x474*Ba3ڪ@EsT('>zC|fvZP#%1tv') BsMl ]K&ZW )~G_ϩ8C}('rvρ+X~ttK*- D#S|^4?R6 7|Hk4wg]fз=lRO YŭǛBH0P3YjmWKJ*Sg@KfÜW8IXVqeH g'm|l()6eo8uzK0 ߤ4[MKy5-$0xs ,wjܻ?HդH# 6~1oGrflvU5ۻJ*j^C`KګJJbVMb xm N> X!-PUׯKl "l1'V|O"|oC}\J< 1;ľZy&Bɓhßg6r|/ R.vsnM4M3gM8di [jX!'#z|[14"Bm.+Kug ,LH-d:(dA8Z%0P?! _]ՈWî$G\^mA/zIzת?t`1]92e9 J `iu|(ûIaӪAwwLNagk?[@\GtqQ $c35u^y@`*)X_ߡ3+KHuJLiV,DE곊?6L8ZߤJIx^ "xrpY=؞Sf,glG06&Xg8~jf =nQx?$uN陮J+>qjn96EcnG*8qq[9QΦI<&s$?ql:뗸O; 蘾Η@7"UKy;!ߤI݃\,B]T bbFH55MSƌ)f: Xkp]CI%&kW)Bne8Vb6a%!;Bt:M;PJT' Ow!?k6 lBÏ\OȒz%4`h#E|;bmdʦ4zC}ѐ!KPzh1a2*FXq0AЄ1 } K)-ΕT9 h7r0χ0a%Q䖘8yŷ*b̝SN:ƜQ(dwc)&ImHl˵v5qBzxRb|1E_OԽ}tfOy6]%,w<氷9C0!*ZIruԻXCkYksb@<4amLG J#}G?vdYsluG3 >.ڵL"̈OPcOOg9d#ܾ< >T8)wv3*"rA|ke)] FQޏ[t 6?0܊߭&\!*h02 ˶cmuґVW1t ߴeH bxTczc33;1CNKjXECWJ0 O8V͎4)(n)*sjitXr]M0fDQUK%Tq=]1u" KIZ^~LLr2JCF7<`>37qJ(_-d_q rB'RfmFtş*B-~sWk@EK^I+=gȥ?Akׄo9Qi+oP"9?f<; ]/G|3Tl/.VK@8C&>Չ fV!5Zlf2A@*A>" 2osF/#Nh;dT;:*Fs[V4W̵K*5~>)jJUi/Uda?FDw%)-S̾jK.RW:>ʚvg Q剥Xy*z?5˻>kop2 矾B6o:4/#]Ψ={r:Lə1!9BZ* 3i"ʿ ' 9k%dAg7Zo;bMm#,KL=[J&&‘;^E*Ooq`A+w3$+z,C϶'!p#8=B(X]bk6 x[!ק Ӌ:XL3?i$Hzw҉A@ bc jtgѠ袨:j%Wbl7W9'_!j(S$'ٱF䗊hn$Ampvl~8`,8Oz7k|8C')37sRn"6h=#Ar8)Sl^Y:ɋNXZR'iѰ.RV &I ګV5FV6b]W=#ZB k R- *.P#C] }o~ZbUfbiԇ1@!ca誊GGuOVf"A?DCP~L46`= X7_k<5DSwӜB/k~0n}_G@&"3UVYtyCTnn~/v ϡj$Q@շj_=zW0.*RTkH3hlI6Dnh5T\&ww.}IkYcXDZ5Ԑ4jie"W=@J(,Ew9RBnf?ɢ! 9$Wgpzªb܍d i6kudJҊc 'Ndhآ} u8lۥpw_b!MPpnl\^_Ia1skWJ6?/G@3QvE cޝ~xRG"Td. ([9oO#MiNzST굏vΤbJbS"@yшP@ u _9&j`hk0)ʈ`ew:E>Tl8đ'>0RL eZܜнcj*{~ h 8hnhA0iqLap̘|}Ϣ E(^(!Բ,iiѺyV<zeNJvsrUl0"* 0Ł$^ o˹ VNو 91wR 2Ї$y]6Fϰ]\_ N(,FK WL{2|<6VR_:2*D<ԭ$`Op W)ON:gOTd^k_Y)Jap+3?M #t> !>>C1Ŋ-$ذɆcYf9C,(@u!X J;gDo (7ބ mZШYBۼ9w*gR["@]*q~=gz;~JJ9Z/Mnx^QX9p>Ÿa~||oTYGjE27f)34ݻ~96!,?v ;/@D dH(]!eH Xqu"Qw|Q F{ɼǒ/n.)y{G Y8/\~?!( R1ҖTBތnҜ071ef,>UiZ4.VJ;` ˓ p*l'/`9dMDNH4qjWA3B%<;#!5h3HH3rJRrҢ́=A aAb 焊96l!nGjdʾ4^5KNPb |inX _DF{r/'u(YP~If=LaƲ-`$zi{V1y qҺq2}|{YU 8,M 7OߩXWfۛK$mQ@ D+Ap'[IIJ+lAd- =,˜]wmb;R5ZKͽ;寥=2|5,Z߼NSB >V]= (͝BP1Պsd뫏i\n^^A,K$B?t!'[pK$I@x19p[p=Nfydx*𜏜쏗z^;,g;;ɔ7{wJRO.YOճ exr}~ؖJH9'u@~E|H|콓( P+sl[Dk(y(дy{g(2}ƃ }P=TϧftYu=mKǼ !6 ٖ:&4`9R>[$BjJ[gr݂/2IqM>jR9X*~{4v;*M*aĵ_cϦ ؟IxWc\V!Ľ~`̗.0Xz9\$g{|vu!ŅxӖ` L79sUy>p#9fxcf}`vElNFhdpSA$ k(00n_9+n)4!Ώ1Js5b~=] ~udJH*#}g 4JptB%ZzLmwSckȞCWDLX(w'GCMXm_\{FI#i2NR䱷MRû'򐘃 `V&]9N#ec=Fs miʰxwA.܍UkA(lW:eč`ϒԘnXkdmklc]]+l:+A']Ӎ1pgC2VuWnYvzF+2dx}>_8}>NW4oRU 'ճEm-7gOW&(u)PQbdKxAD7MɚPQ5s6N?Pe!j8z\wkFqty|j9eM{ i Ҙz֟ejI]l &]f"-_ s᪒)CoӮR9jX^XE%/Rnhliq>$'A%P75VtTˡWCkh=pfp/`+VS0v?E vb3-FTS";.:lMNjvj>J%7N7hK!6ȁI gcV/:aMjWԜRVC՘t"^西\I '»2 ĕRDAР-\)^*Èu ß!PM\W7/aƼ: iKuU{o ˂koŚ͑]hsjO)'}3Eio/q{Cmgb1o+(f{KXCKw{ âbi%pULN7H*? p`xɜNRLEX%iirtPRHVPMSWɱHjJGҽY˼ FprOc"S:U}̄T;i}h;T/A?U zx݉%M51tyO."PG+/L MY.O?{|3h<]xDG[v2l^)v^jgic::.fN±K@ 9"(ٙ~栖+Jv 'e~V Fܩ)pj /pida>&00H}l11=,\PqVs$Hڃ4רy1qVR <fzCWq*:_0=1%#s|Ybfq /w9j59FmaP ĘoE{Eh[ xY1A@.26Sk(\vt \Վ^ H-z͠E<`) PSǂgψD;?BQeQ¤D(Ņ>{#0II"={YtnCM?(3ѻA;.߁8cBzM3 Mf.vinfT[f'b aA=8e[S,<$Ś|ʱG#|,ˋ ~V60b<&2CL }=f\o+HҰfˁLhJ<7A+iѰyN #e@9?ocSY~Zʽ*RE olBI0xM{n&tA;LcT w9(l^ !@AK| _ujӰ4wD5⇿%2IZ/>_'@IV$&j;G*ktRFb /? {j )4je. }j%5shf ۩YҎz]/-s䐂2ƆunT/E}7946-NKÆo[ DUe X :'I:HGO#SYMHk ^fռG&i3T(Mc^)v2IK?]$ݳIW !x (5DHTH[b[Z?iYf\¼DjZLa"duB7'A7hHzgi𗣥+~]^ɕN[o. ?{ ~Y^q^rK}֡ƶDjܓUhiXntNtw[OC6֐;N4p"^~Cg=e8tiT#) f},:9O}(~2tƄ`Q8uUzI|'R| 4؈K 40BJAaR?VQ~"g)=$݇wY{K\wϔJw/B_nNA&ؤ_74 mri Ѫ@Y74Uf 9%f :F6\+kߙCCT0]c\zr\TY&Hc?(C0f mLwN 1dJ48 @"&-9O~t\ҲmpF 䔒^KB*0`kדAwݘVnY on3a@M.=OerIjQfSGzCVeGs1v,کinE#Go&pt8 @ac[kR=SNצ/8a8h\p: OYǕr}oJ5u3;Dmk+hlȁLMqt"{`ANI/wHq[.~Ā(\/|w^66 (j kK }mN=ϋ:He9TXG.ғ2"3:~ ݋JҢBn(< O&q ilvKDc1LNCHz<&3s8LT0="34V4Y.XrۃjBǰ8:3- ruSL8 }&ljI6:OiO>@¨Cڝ_S]Ii}A¢ǀ 6QJN JeS1ZI!%Nt4h&ipuoQYu0`QHĩA|-f-N)AZ^ 8 픠}LJ4\uZbJc^t&,(!.}Qbp>sCtNˎQÔFк<ȔwT/*ŋd׀I`i~+rHY `c+(Lw=ǭDN}!Z_ĝѓ4} ]Ҳ2D<5!i 5K>gRΖbQ #qlLb79?0-:ڦ/gXQULaPH` P&O51z`^1df8j߇fV{шڦȁ嗙hϞkA Xק`4i^;TTkk`ē uȄK 8(0살rM~WOGʹ,JXG(˰`)7!<ӻrJG{ KcdܖB̡;Ƿ3.Z3 3x< VpU86ӮDP:a.b$k@nD,{wM/}ų="G{'ՙ_Fx( oZu;ffu jiy ~uHI)P\pO'UO 9 :HT8R8BbM**ݸJcE={Ҋi6 d`V\;(ٖ4R |4AE޷ +JʌlTs@6֘+iϏtl_]x*C,4<:h@CnEwpv}}]:n V j3]-dA< ݹ9#&1 ].eqgF#WC'vlgP(jk q6sjdXM~[=Nj =tb F7n?]мFCjT ?CQ̐Lϕ)2>R}hy&*Z.s|KJ:Tc WW}/.%ɌjZBs1ޡE.r:Y$(y8rbz%6|FFccTN [}B"z]pB%@ ds#rH3M-2WR1XDKGm.B3sWzuCWn#UKn%O7?-\R@4`J%۳?v.) 0Z]e^=l ۿj&L QI#@7m.HgA[Sv.+2xjU.ۣq  齀8!(y h|<JTc +,D}X"렿R>G $`ϤG+MkԐ=i1_pEXvY|-K;7 ;-Wn^'5+\` e&/ټp24i܉_nF4tNZDU81kEtuMUxy ꀓ'vZM:~UTlW|2l ǛD1T<|j2D% j=xːe,_1Qђ\ךVf:n'lI >Ј7cP9' ]b5IvhEg{l hQ(^XU%Ԙ'},K>j6N֗v'c1DE:v*agX^_ہahs#E~" k']8K6z}|?0qQg䯨mGtw="#ߒ2(BUɏ9}Ki,!vF 0yk'`=^ʗ B#v_֟W)&׵=d :}yOȲĵ,禵DDOb{_Bʡ%NSL:+rE0G.M!_Ds1W,mʚP$x%$C1 ~uHLx^ebIe'n>d.Z`OYJjҷlH_)0 b1zvM>T|=|Kx˂Ejen@0ffT@΅tÍ~O/ܧ^ 9 ڇ^̠bJ \ YpM~m>0;Z"ֿzSE >&lzSL %MqϠh% J j]p_:ɕQ d}(JE,+PECEy \MeL5 1Z90-N EiY2Wn\ӧ,'>I}☐;} zR&x3E;|\/ =e-Xԧ|Jkq{ӐAѭ#ؖX*'JJ'Q%٪${Bm cWåu^8G6sYڬ댊Arwm_th!pXqۛ:yfT0;Oz06/< Pp(@gLs۶Q"ɓH R}N]PjizDsYz7" XDnsS(GaXoWł狣%p x8N6'k5 ,F:\m?{~Ex}ѿӆME~VKIFN 軩#0uD|^F1 +x{5lT0E6XoA4p"eo TMC/؆*heǂbC%׈8H*[bg,j)8$>h>W&޵o?3LCHlN2H6c(>q6b4KG\U+iv.r&!TR戻ku[U|r'hEQ ^?/Sp$fmoucNΔƔNqoQ[N AS$n>' EOqVM>%iJhk^GV8|H{ 0˭Қ`C,I8& aD˝h d 4Ŀ1&nkb-it=ltfYHLYV~Id7Ų >6/ #w[%}4,4o2 V| l\ d@\=sНR.̽YVsLMBs:9A 508[=fRn9\YɈ(:C꣉'Xߖ"|5} $'b)Ƹ+RhaJY&}<y\P @e$D0?FP:eQ#? &E3= Yb(Y4InZXEk߮Ck/Eݝ"sSS҆؂z~2m:qc?d 9)iܹ/t;y|-@[B08݋‘= @E `©fl+- kv[X?աrKbO)Q2\zh f 7KhS 3ү~Rjn4J1g7m]ڊ{Ć2XS)ވg;~a{9Swk43vĊ_)xn*ѣT;tCOf*3646"ˊa0tȰ`BOHQ>X2k]  fM1e0ƙ6Ʒ6/J\# {c9i&bD̕W_m"F+?9}j ΛxEL)dژǠkQKv89kQp?ɠ [`9v@8+o\Cu3J 5h^IڬVIHի'pUR]`ujx@>`NX`Xޓ`J]m&w^amū3֐UAw:)Sle4v& 2vE ?gG7:=|3 vU Ӷh :$BQͨA 2 0o}],~ Mp`u %VY2ĆnĤWUcdagZM =΃Z n>aֱ! ˓mSb(?̵ϞG҃`Ĭ'`y8M}to*7.8L5*X3v!ڏkwUH\~XRR%m m\eit. F+8ݮB ^-?CwyDENN##.1y}5.#nZFW! J%yC6Kfyk㊰*^Ha.a_k| NyV1V;2Y{28ÂqFs&y<'v7{hL01E%sr*a2"Hz*,3 P Ƨ,5[&]݌/֯z␅F2A rkt]e &}>+KRŸbTQ`̓2k'siˁڌ9,LWoOk'QH#ꄪO2/.;N'fۜۺp9JAȒK`0Cw.2<4 -R 6Տ7ԷDؾОμGq?,(͍%GQuqLt/x}<}5҃:tj"$a mQ`9}h//w3 0N:6tFbx ~woFZFUh*Ů?Nm.6]u^˷"n٦^wELwZ6D S*8)m'C):YtCV\Z{uA~ǖOgbP i֜Ίy[d6;f8pPNkyw&GǘkA*2 Mp9K. ㉢KEF"}FH*;:UGsQYq'x\%DS'4ֺ9 E3nYѿ]7y_:ߝU;Z!pÔAءn`^[V:u֖Xc УV~8&=wLb4ۙ5_d:dv7n7! 6y}`B:*~ItLXP#Az4zraG 3LgŻ&҅Df)MjOc6,Tq|~!瞪vB]kՎY"u#Kp6%&Ԓ"ءR * oXzLyüG{b] 9.~^&G5F'|%]vg?&* gَ3(.`~ϖIł0:j "oVktu#,'Izn{&sv֐MSLn֋8bs,<iۀ7'%e}e u9Ba?]1t*MN2Kj}: UwK%ڷX],X}mhdܽl}wvL1{@J# )ӛ(u`k;ûnx<)vaKT HVeI~XR*숶Jvc!2Ʃ?u(N&G-,-aBG}:CqĊ7ajٸ$hp(7f=]}hBSEJ-B n ̂mҎ~2b"̖paFG*Y$^>\+ơyrS)2W;p?NLj0- u.*r>^W"ߋUz)iccbN`N%Ծ/J?"ͭvfwu=xl`$w-;ʪ1*tY=oOP#{ #UmU HLOpY8J)svW}%Dg:[l-58q2gx6uc <ﯝgZJe^DrlqC=d4:Zd?SބApFߙ=ğGx|j WKџ|<3I7/?-6)Mٮj^MVHf'!{о 'T i])L 7[C6{nY?%/|`7ubtJ{ɻRߤ/37*Js1(Y=ogBI۰,vIq.{̎Kׇ:>3ĺ 96[diYhBfK) >#e@%mᠿLBgUqZs8_KosL'D/%4Ʉ.&m}ֲ_TamtR*㓝2~N3e I1ff=""|9p]HTB9xt-;L |M-Q[ֱ:I%|©}z7&d^ FZ5E7=' lzQI7J}';>Kp)p |bl͒`J?|{N21g|Y")O_>b5Qťct|gҿVlŗ! Kž֎Qikq-\YRՁ!Ġm-†&9@ q~(9K%&?zF!(9dx7w x( +!ȋ^C?kX.9&|/olXS:߉,lZ01DvGbqO.ٮP<om )XE$?\-< Ǒ|jۯ$"g1 5GJLtxnj`W(pXXK;]kH7 2R͇ a PwnǗ..(߽~;fb_Wީd/› <Hր(@L6 㶾t X`Eu: ZοX13`%9G}<6a/][KZvVbA+20>m[+*$(Z.80EmOU qQ;9QQN;8zENO`f(}`^N5E4Q(ADoR}E`{ $kA@-pmWs2l<+k@*NxJ+ k\ڙ;o0]nbr")A7Pp0:h}M o8b/h /9&L/J3x^O8Iqb뼧{\9^tSCr(?pnufS05|FJ281ǖRRTQlR[OW~Ct|):Ovas֜N`]bOn7`o& xezs|Z.^aDd>/dVh$k{;ukq4~_eʅ~о+W0a9@}Et,2r@|CSˣLf*!o=&M`gIK>,íUp&f~C@zBuTDdyW)Z;Vt9Tr!Rx3ڝ uJA_;R ҠTg磄{'xTJzhC_hԴ8[<GG&l۫:l3wJdEYFfWj{=~g4x `RUV@N/C3W5⼢S ?LMCUqu1\渚$0<%t5 U>Fuc9bd<s3 G *=a0)%k|Y{!CaH8G02 }(ZPsđvmK F U)`)s i{3=6I0nD6eF_F#h63>`y#~$)`N7(WK0|H!hۻIPEY#([9v]m(6>X\2Q`4ޓjŨћzrƼ͸'~2~ q6^yL+F|VKmlFxYs KȞL{}bU4^5֑ƾa45f1 խ])\U'ԩgHrN$\&ܫyN'ū포oET·6~.}aJX)v>MڭMv,X=.0i3L fK{zFޱLJ" AXo|QxTNBf*]Hbzxh71-WIp whENjP4I4B+I{/WYN]E\'??rxWʏ:Hh6Xo/~,"-z~X\k|NW༙Z)gW%,%bzlЈRBRG ]9x'ډD^b%.`ibS/3 Į1(kAA6 wq Į;xj2Tq=\?bTDbgAc7@N۽zN>܉e;(^ 3b`|uۖhI*1_MBO63wКEB&D4"1P!ߖ hyrӯ~U؀aL1TJPxnƊ)f'`YKYpϖ҉ىz%+b*#mP]X~$rx$ߒRe1f4*ٯ_{0C)Fr&߇"~ӂ_u|dXqEd.V&7 YKvCt 0jq0ٲWZL+ya(VcQ_K&=y`V^55Éwc">A" OȌ :#,qr&w`aOA>3ISޚo(0DTO ZUKnWv30 GR hFX il7V$h*dJ!ݖ~'}7`7`[{aӣb`7Õn?w p֕f |oϸo(쭝-{fov=OdR.W+%v,dϔ 7qUe9,BUjfkgs%ۍxE%eavU? }I@{GnY/AǯF'?oi]xì?c9^pc16~B w=R`Vct*^o}aVrK7ۮ6tjO߸) 虪"^Y M!j/hy=ll-fC4IY4Jݷ(14I72oB?*n9:?c=0SX W Q"h}mlpcdH7툍g+UJ5gd-#m,#QG@k0dq&xxȅ٤DnP~gcmiN g}Nx7N\ȊJ7ś_1v~a潪OS9ӏŦ^_I*7߹Od]0tlhk&rE>lC@ͫyU&?I%gգI8镼ꡳĺ {YtG*:54J~uTC2ʦbBiՍ=!,.~ WE˩OPn|H&zTfb;i8m7buW1+ :] |E#%0Ae[հ oia6_t0 Z ;7ؿus|c Q,5Oаzc,/")GdӷcmX<8xO]:%{*1h݊m1MBiM3X {+n[> FU%a& .{R UKv}N_&vQ-q e\RXussRt儹&qga<ʏ/ J'tTz܅c$I4֐;p rb&+ȗ;\ w3K:KB+D|Qc=auM,y+e:[DȜeß}9x|iv%|~ITps,P%jH2˃C={&$|x'1o] `bVeKJɅԮchfzg/ ,kR=,h Z;/IÞc;)K3玲5oO.ǎe%: ns<%ځ0נ| gxФM48!t\}NY[XЫCzx-n >U" \Nd5`viI;JsU4zHxf?:N̕26qĵ:~sdgo)3:ݯ{//ɺrF* a9^#؉FriVHDLeUyÕ ܌ (1}Kntg@:z/4c`+W>^ݎc n50<)|Ь$(4L7ƒŀoOm#O*vZz}#ɃZY?_VI,̘-m 93uy촶gAX " #pu@}~W km"/J5 [YW݁̓1~'Ӛ}W_E;w |_g9K`xL/dcMī.nD/Ykbq myv'`^FڬulȤY H~.FUtnO{֘ņADxpqӜrKdi{cwdcsiÀq ;(|=`̱KhZFqwPĺcB)=񎻼jij{@ҷE%+ 'ƭ Ut_ΈzL5;A* oLӓ0vH7QI&Я h^Ssȭj #94TGy\ho6@AN Cٷym#tFK.T1{uXx~]JHHvS,nD?V)o{'l-q3] ef5^ztɮogFvT n59p]=oH-( )@+'zfRTP.`m(*j%h;jȡ^T{3kn:2+Qws&⪏njsc"cL(|]䞺u=nQX(#?pP>*}+9a\;7'ZnţJo*RWxoqQD1 R&Q6a?eghR֐0$!R73q4J3NEsn>&y7:3QW,yF2miOPC8`o2u07/Zuˇ|ϴ 2>9>|h5z]l 9adSne~ռqS.l-of5FN/~XqA(_k~ #~gUCX((}L_\@-Hʤ̶;en =^:q#گ )ԒQ 43)IDT8 ϹL⒋sT`cusБ@E%Z~XDIbu=WRCD:!u7뱓{o~C+QJ>P e;[T7`dӌDu?@F#io }4f<0<(c+f23MDJ MpBftusj2Db Oj$lrdZl7 -> ?K\'|ωAZ [Y<[$+&ZUnP߂j-*;+3fauVBmZBӝn\1fٯ1K,DHxmz`4^ llO܋LCr,be wj֋`cq6N)YO-#O{p6 D k2.ʾUQF{X=w9vk9eWs W}\ (j?Vi90QrC>r']F۟s40GF+Dd|^QyM<Ä4HtH&Bp!|-H6f (7KF$qP7 JG|W8rP[@%ȃLm!c/d.|oEj_QTC1WuWoȃgLCVXڒJ2Gghiil? t >&C=.fuI䋽]>]j01ͿC9(Э=;oǂo+£xN>䭸ج&W~ 4cXcM)h. \; B)Lɀb75dKkp |9^ 8C JHDd bY8k#MbVPػku -flӾWQ髬'x͎1B-}ܳͪJ2A;>ihN; l~0>dofcK@2ȓbCq K3QMEwgj,0`V.FUe.'-wƘYxPFAU!?) jT Uu`H.e9xǤ2&vjefJ\).ȒuPVoaI|%[rLbʅr|YHGbC'"P[:lpvO(סk(.wbr<()6*j%nuF_sA`+*|w|Qd>]^ ~>;9e^4zK ""vL (g&f"ՊϜQ&@&Ys? VsW a7=Z jd' תD T~J%cywHcp$hXz Ǟ9G,^8+2?dC[xg ͵HK lzw2iJf5TsK]xN37vvV֮Ϫa?Ct`pQ_XXƢy@~g.t?קd9o.RF^u]~;:FV$fsCo/XJ4Cb6QK%cܿ=fޛR>dkZ_ !8i -:'52Aj ({zUP"g4b_g C= [`bfE"o{Նhcug:f%tw|T%;tb"rtt @qb`G'K7؆V+扫٢1j f_ ) ya*"ΩK-ꑔw{5l|l*W*`$ی:6 I1a NCDdN\@ij#7"7FEygY3$Ig^)%TՀH䝨fɽҰ޹j7dekZS8MTM.9ajm5Qk a%9!qԏԌF\T C5/8s`?]GjƮ$S6vvhv!x-r.㊌d~OR BFO`>WOYHa︧p~t!M@NX0"!7'|dIlaaNEu9c/e+M5#H3 O f e[̎Yi,ʐ'`)5 ,t*KѴlg- J3a?;9,wZzށ\X|K:4G;-Z`o*ܞC^]}^N‧' ߪ#%Svd@X{JKNc(8>^!57I!~ZK%풘S2>@*4 rֱ ׸B t%xz0\L^ [%F(kb]x Uw0 W+Hܪ>zEީZK(.58b_Q3 3pדjXyzX< Nr1CU63b}Jky(4G6=P2Vy2ߒ\'7/CC.(eăᷣi+ >6gVvNx։쌴[>.Lr_ 0xa~ ΢oWh%L)aoeb>;\-\sŔJQ =szǐ́t]֘WΫwEZzZ0Vl*k=ՁlU=t0nU)JX~T\X?.T9}huK𰄏dlٰ8e jĤ0ad6h2#V+cڦoaxO *j}FOIg`LYRPcPJvaqDڸ7`2ZN>x,f(᣸IU SzjFTX6j®Z Jm)G`OMڧ;^ѭr9=rkFUB6sg9 1DsP[ӿQJIqPJ>p5cm͖Vc5"O}uN2e 0_9eEZ_' ]Ú!tE'$-(2 +4[*sɺ}l~΂Fs,I{n6&Gj+09gW:ftq4"8t_)hVSl4U!-2S=~v߱.!2\ 3TY"- dWP[ҠPEGcqMr$FuTHkuj&2`eF[׮o؛P0υ!fJ+UGaXv{|8g p')/59-4Fɦ) SVxcW1h.է&頒[X13 CW  `={r/38e@]]|J]GL'7rYB\ h>sEI;4z5tf-}P'Q-Ϫw[dG gHT"(UefNw1`MtݤJӬh)vQWx tO}Os:e>rfUH񘦼ߜw)BJ۩m jfuXNSĄҎYci ;|o3Ădj;F,wb{֢~Usy.DWds-O>{eC>X2^ ya+#Zc2G4}%9!O^d鄣Ԙ[Sߜh "ϙu$|a}< N jºz ݼLx[tcuSNBտ,H'#kEΤy@?+@'2iAe$r _0TM>z稻hk9ˡ%OH[U!Ƹ3b[\Xp߻K scvA"|cѤzH\<y12ȝ*h'-V޽# sX %cަbŵ3dVN3>q-z}g%Y)#a59-Sa[ "I D'9CSp T,F\Kzeق=-Z?XjNgRTݜ1tYWEdxF&(vL۔ׄ?ŁgT Nb5˚xobq\q$VFlt Ob$]T؁`Ybl /%^s:Ý LԬ[9T^~I-cPQp)ifte bfIh{14f#eMO$9X8WkQP|*7?sR#c ! L_i- ]|PIFHgl``C|L&|YO!$ƖwP.vPy £[M09KtFJ#\ӇĊFK>ER_Dn@R&  ~gGGiD ]eUӷ#Y=N4~^=HW3@,)#TB3e|s;7O:K1:k7Fw%zZ.MJOtKM_.\K1X5YgBל~|f 4_;DǢ='$wq<2|IG {Z%sYɖ< < l9߂فeh߶Y@*waAG)ץqLʳ)`'b,SNVvcKl1{cG~Vm_zB -$= rTA8DCx}[`۽~!W&nɘY ^n_':6{3a|\v?x sr X1P+.8BNI9N$gT sEf'\9Cl3cw ;YwGH+ ̖O3QL7~)\X^0H~zËG)wa7,ad8Ľb+LCoTEߑ }d!͵ b ĕ0I;S-b1NAԯ \OuS5: Y;k2MjCRߗYyyX?8(84%]M5"cK  58!CTP~"y ^zwݨ(AIg9JB+ueg}ᬒ-~T/ Ik`՗4_GQ?3$U%K@$ ƽ6>&<ϵOC%yȫ >җ˾ ]tz5GfAҚ㍂2Wwl d 9bo?bw X;T}PbZʬStoAhmP Npǘod)`uRlu}B0$)cl{¼74a7V gNd+ÈQ3_-lf(0mIiw.۩ik%ιL#aL=yG,OrٿE+>IelAosN5 #AW`NSH?>ß?EzGan, DbEi ڲc( f>}C8'3E`YS3iP}I)_Gϯ(D4ACGϱ"n>zR`1".]q>O)l ;$KN) nGKm g"|^Ē.?MوO $5@-di>TDֲ.*csn޵8 `}XR-T '> /5$,Ԕ0WT&1(,q|?h'EJDy!H4]eklY7̍d]")ب.È;Nc荃NGs1"!5~ ОR[$6Zס/a:¼+(ԋ'&&r"M/񞑞̧=P`}`'[E7vVd͕[B%T:Ur'@C0RCOs)^n#s/Wٝ+#^'R NmVU?.YW$bqV*伸MGϑ̲ƥtbFVU`t”):)qWHG!7dt7W"xC%oZg#-lR YY+xMp)ra\«aLe 3a>><^r&rF:sP[ c寄* )wp -FrUvşWSpr +L !`,j[}G3RċMBow |A" 2-l^Hqp"UaY+Adz;l~-1js6QQvYW(1."_Biu 䐘^^1C=ܹynnCќB]܅/&Gat߭>|pI=D|AYa)׵߄eA൩#zfe];R+=$u aO1"e ^֍be,Nc.zΡ% *>LkކLW(~l/ \V4XگGz(3[< nsu]7{6ߊB=JWa"q@useSFLUU\#2n ŎtTEt0nMQ-wx8iI~[zRlV&ԹXcpN.2m[;|LX= SA}&(C]/PWQRI G,%E2ۜ;zU&FKSOd#Ǔۀ<2]IVދ( ZH×eI.{#ZŎ`(2tU@I?RMkл]"(=x@F/.dJ- $ӝgD #aܖ3ͯ\1m-qdqf~%Ka0\sYƸ800u w2j"3r.-0_@ߑvJZ551QqbI"n,mBQV-G^gdOǩ\iy`V |o.4"-$joe[isy8ED>#1n'o|@# ,_I æ;r|u%-L^ O ~TUvmJXZ?$ZߒU%=3K 6';dgmKgwE70*7ӋŠj%zW (+V |BěeupAKIJvT 0z 8O)_*@{hVţ~-"^;ູ'TWd\1YzR5&x]uO FpeY$i9_l ?c!U1UXbN]£˖* KV+2ÃɱS8jg/YtEb "Kv*oK7+Zjq}%tޕxI(Cuzȥ h qk}@2- Iww $ GKjJ2߾oQB3wYn)Wټe_jg_Jc8N͌0muE&UYV^)KeUYQ*Ƴ&m׍$foLZ&s+TL 3v~9{/k_1} uI/ K*CqIVvt"Q'BEe:@HG0[oEqvUU(.oGu>m #ΐ";u<巚U--c$aA#5:xU+3"M{]o!ȧtţV?7^2T#WGlt?N3(͇, q(@I*2be=APɂz̚״+óQߓB{"Hk.bFTCb5'Y: ɤN4QݳTHj!uYz Ι[+jf[6Ϊ*)T?>Џ5/UBgM|nժxqG>X[̃09d孝tRR-wi {aK-14f^d5xmaP\Do.:H!Ha JT~/=}G_-GvPx|mÙNw=qٔb brPPI/;0BR 9nAD ?yM##p7^mS۴Oc] E'UYbHlV%)5b |peQ('NylG&"Yrb^E8fv!KWUr ~Vj\4ōzarqm15[UH|9wZJ0a@Y;D^5 MsJBe0afƫipmS]x ֡)mِx;T&m_#o/ *׆g)*ٲWr]m|>) z0AI1)W-J 1F[{?1K%Zcm][ΦnaAi3-ax=,Wac+q#Mrg5B5=S ʧlIf1Q$XLFs|+j_>e"猛(BI,n/Q{F~Aw0dἏ f{RlzjP-#ǙR8.+^}Hm4Gʊ פ-E7X]V@29 ПQ+پB"•K2^ժoޢafLM2K@knԄLa< )5-@؇SH&8 Ǫ>HT;]U< ,{~[> ˩iad%Z@0ϯLZo`pnɠ۔le KHkJ%{$ErZ9Q~bYyGsE34Fc^! ˆgb S]\x,uX?KxYH˸T) h|%"I..%:їV;§ǁ#NM1L Vmj+) ̼fq,lAPId BgWRk>ݙ WH.wlM%q4ivΒ5˪@pQ JCvMq.4wIW.qLs@i,cP9 b<_syORP@k<+TGdnMT_WwQ 0؏As:?ε^v!pU`o ܯuQyk(^QWӝakL ^6xB5}p Wl+,ؿkЧzh)+v[1\rեLF!vсJCgS, 3]#BP Qq::]ay N@d;Ӗڮ!"qw ر X'쓋 RZ7t܅SӦ4 #ìJ? m,7-84q*65,]'FOnb0^TGE~~^[:ʪst7 =t nCgSe'V5{^{ӫb7aL\'' l3LaDO}U'2<1e$ l_}~{6!j̛*6#8 ÃҡQ`[Ď,? ?jus.He#Q.qS`lzoW'be`j 3́E]zz+exg|a]7pBb'=FmXP)r -[Cq/ CTS?{&$Fۺ}a%$E+[ %>`upu3R[EΔ(/\E,xܜNՔE(F8B&6)u^yG 4٠7ṾEVsl6"5jU4?W,mיyQw`!1zlߧD._|y[Lޏ8Yv#vb䥀khle~q$Rs0F#;)S20!j J ؓL5Q$wl&Sb摤Đ?e(;XщDOWџ<ЧJ0ЉtʽK9)7\'ax<#"35.+n*|i0\I͹0<;c\ 4gd+{fp!]&?3֬tvt˜CzRZIZ; j%n9+vP +6VWSLgg8A:CP M;?ׂrk(_B$izeF8-Ŧ۰f_z[dj9Ig \ j'ohiel}Z) r }2 m"&_7 xkDžuy/&T2G%$/}Oڃ"y {3\u0i&l)Bsw8zARa?όl2=C}W KO Xn|ؘaԏczH R ? D <2Mu}~- trIC6~M[e`aoCb@+@ #֊B(47m> s@hUct;99p8 [MVMVjS6M wc8ym鞡D Y5XvgQ2=d۔tzuWEf&_vX}QH6kΙ-Ja7覀oY  4&.OtoĦ+ቄ6cRӰNO%:_!j?gMmNFY\arJY%wC>vuUoaYݷ4A3:_~mLCQ.|hEtvd |zAm(aY;RP >P񷬠K/!uu O l_yPڵ]5 h#}.{}K3P1w߅hva~@[͌*EG˵V_qgU-_>p];j\%ڏI@ɖQ8vҕRqý \D-$IO\{(s1X gnE,%3Rp*m0z]sʊž,Ix2JEEq+m53Wv iU#6 *!)M<ڷrYRje &p%N[£VZ v 8aL} hu_ΕmMmg9EHD\ Y:sU!Bd*{} A#wzbu7F\L.6TЏ/ϡ6~ghk uLgt_L|]qѷ6.J,& ~ VZ=>oU$r%;,~1bړ"fp[#{f=`c .%hÖ#~(a雹5FTj eWBB=1H~bI`')![HyQ^H;.V 7 Nn^l@B_mc/qTikL9q|dL 41=;)kUb2&?cyA:?#02s<ϱY9pBQO+q臔8T=∴%t|_@lQ81i/ӸE-wzl=rlgOOmpm%\߆d^`5\/(| Pbl#BM *̎]o񭨑&'ώ׶rЂlKB OV/Dw5c4[J}=,z[5?!kVb _+,$@z<2ޫ l6_b M5[Yy 7Cst)^ "3-ɉr1I˹eT,1X2xB ݈ >%YA3A!Țb#@TW-yn_,. ؏&!=u2a{ƐN H)(… sl?3b[ofji=7J|ov?<ޗr'./ 9^5hX\,DGT8yh@[e9`P hk r҇%\p>޲JJyFx8,hqBBz ߇ǂ lO! )^`׽ܷ(D/X>A6'ͷ7W9Nx/ rbIp^WSWCw4jkj~xe,lj>/:1CV6].=M| м46˥4OxݽZY5q1mUDd.'F9Ԙܪ1Wk{u x(ʓdnh,r͈ξ8˘q0'mYtu/ZZȁZ˙"K{=,&dZFKvGIxt[v"PB}f܂hV;Uo_,XQ377T4hx*ʸ$+,mpA=YԮ ]u01v&OI  T"5c}wqs4nNQOD21}+ZU4 PDfma`5aQ!L"'5V5롃,= Kz!sg$T/AZS7VK\ܙVwgHieӘwҴ'E sK؋KzFX CkrHUH^EꗓI^㢃D>ݬsn@pYg1=ruxm/ TvEo@;>RN`^ڃ]4J M76buN[| =!%k]e͈㇞l<"mԾl\$7P}ڔu"y &!^ AT!`&6<]P2fY2zFg">0eVlCK R]uL~2tnϸ9۝t-[&Hh]˩~eg3G_me;A؏S-e:^G1EPx@n2îp5}hX$GnՏ zcr.dVk1b=vVM TU!xclf_6Eힶٟb~&yR+p(5xHh`^wQ 4vR!x1cU~ۄrw +2~%3;a0͵7{奌ڒV&h`ov!ݶ~|\nL̿}׎ٓƝK/b矞B#jZBq뻝69~v&"0LHShC겏'j+c޹>sJ7;TS v?T-QWS0>RjRЉ)Ͱ/k$;RTxOlDNHڀ lz[;ۥ> |^XS/fq̞FTŲ MH7ԙ]R}0-'!*;MI!,Ӎ:<δlb/qK  ɿֿDӤ|֞e v:4Y3êfQ6+nPkn*e>N4[ ANőFGi0 #(6$>J~^.ءtO'_bg)ivrh٩T7%0sK]O@!l6|`mc0aZI2n~$9BE>FNU4klc \K KTfkCdono7%+ʮ;vHi-uሃQ`3^6۶Ʃ@۲TKhP!m/ҡxI$9[hld| ֚ #G']TrV :- ~\}>0+ ! , 8Fyտ.:s۶ C ;CWoN;Tko(v_׺],6rl5;sN|ps-BXܫı"|6xb?0r͖İh+}%$>e:jׯVt]|lF~$ʕkK*#Sn}S ҉N" ׯzԁLX$,RUl6>+51S2ٍ,NGQp5u)vj_H;/-4zΣLL7(PiNN)vVTDC$-$BjjB>ӡF_7Zߍ#5LSbSc~iZ;3$v5\ɐ̣KFtn$^b6P lmH9+$]' 3;; %cߦfA1O@â+7 ԭ?$|4L;=S(ɸv"BSr~U[f:V&Pt= y2&Ds0ӭyj<* Bcj@P~_{}{ǹĆakJp,}Vϳ$LۯTMOˌ9L:0]j;M^lPIΫ$%hI6:V%.eL2{LpjkH!uc\lgMn}vS+ѡȁ 9 HR\5탺Rm F4#`@4ze_x }G5ؕi5Z{$DkHv=B@t'.[ąukҊRJ/_zsrYYK4:.D41G=JӍ@ ;Ru? hY3{S YM/b?0?`U{4x;M1.γ5b|#K"$\#k&2Y݄QXEȃ*S*uJhy}XfU.Ep+ܡ"^љʡlPn~wh07oKu~R8^@cշ ,I8ߠXƹPi!ɡԤĪd70So MD!%uyp[\lHUJ}k]yEtYPSM&y|pxƈSaLqP9& Ç`g7jUeNvvx(/)b庠f*DNAa\Uٹ 4N"?pd0PXe1i{C`Mh?xW^*`GУ^=@NEwr1ݢjFQ?qM86{VY+`0 a8rmbp$TMOZ![!$?h,3 kZvHFmEGXR.TfԐi-HZ *Tβ wsB{՚`lQXրUs NsC?co|=<Ļ,K=fz|u_}d01ؾs}GI6xy<-UR0%1 B*ªEfa; 1m55^@+IBl+u¶F<;RPMSRKU,ͤY''at.2 r׻2jv]%zXH+ƉLygOnX7H.}z/M%~B ќ*g/[>Shr,%ٝ[jf06PKh}P})Yf ~rQr4|?բra?}}a3B[՝G܂&wdLg諃]Y#6tDzV}[͘͘be$ם@Y7c?2s{t?K8qSgpQF.̛eWwq̖uHnr1an6+5J6_EӳԎ}7 B )^W1QqDQpD9 ׁ7v[)d%S`G\UN u?e$`d(B/L*\-`|J,+|[S sHZu{C}QS)'|sS`pރ 7RC ~:bxw\wFp3AT >ɬPiv ᙩaEpC;钞IHǦ Y~mG –,CֲRwnCwHbsc@-dnAbu OZ[4sgm ?K,,; $Qg'I!w91ƟHӞ$L=KY'%+ۆtb9lѵI*o2d޶hJ#,U~ ~w_pQF.=r,a,x 1>)i2)MRbirհcPt(YU+Owjfλ9E$?y3RSV!ON8;eB((KrG6Ӧ&e([X\ZK)2m %֠DRׂ:ɚ$7f% i=svYNyT"-X0g[HC~2BєtSH ^ggt%u _ od7UM{{KܥK<0v'CSCNEts>'%ub) 5r j\^0AOaOvt:aוʶeOcUWH,]ry\5^\&0BEh33/4Bthp 7,h'ȔM85&z {nS>NwL٤,6z9W}pzO4 M *txыkJo j9t+rh0Zh<e̗R`҄.C 5*\9A=͗779X^Z{ Mt;`OIḢ)8꿂"V3Oeɭnr+ֆriUCjd&B}IHD8.c>QG, e:[|3O()˗B-'rWqtUd Nejr2_||0?pD~6a?^Gu)CJu6X)@rmwX a hLGBmٚ!jwi -vGZ6A00F bW]huMSq03}tX*ݷnS88/AE`CI\p ߪmwLP! C ߮J\ub(8rW-&)+( %|Pe9ܹvvsD au6-Wgs* xk6,e6읧;^3;C t1=<Ej׺P F`5=x MR-=8__t|fzlEĊ>]omHl>(HcBIeSmTWb/687'{@%ȭx4,QхhT L,ȍ޳:ÑZxb.6K|I+o̝4KX,I%LGK?O2~v`4qL ׻.S;|Nؙ|s3Ě٥j]+ω-%qUah5暆] R `E 1'Hb[f\j7; Kޭ|eG' +퀖[H>Wrg^Y%ه;ʸ"\t?^mXj#:n6khg@zwUZe=ji: a\*4M Xῒ-:U-:߅TVwlA%Y%Tv|̌J2`?7 3UzEb,V؆L G[q8hKVJ5`ִe4E;٬Q\JuꏿSɹn/EyyOZ ws+A?W!d)6E\Vz)j>;n#io.\B8@߻!`yTsmMOf㴢C~xzR`[V>TsH!+BeJC<8*{(?I3E˭_@h$VIF_ʽvڂO庶 }luebaI`TxA0vIzNp(I7۞lBsL7h=M jB6;y۽NĎP%Ҩ0,rt}F: &Zq=gT^X2WO!}nGrI}d 2s֠xzť}^ -؍7G\p`5BM&Lg=Ht/v4AE$ 9>QkZ7K&dXGj$2xgvd5W߽u\2m3"non6aFLxL/`wI% zĪ{= xz5G[bK".ӜO K3۸fС2ˤt_x ХM]jIo_08 ;)M]&G֜knzjCa&8ny Ft ^&fف C95҂I.cTg82@9(j2R30Ihv|[XKBvqaoCϬP|G::x,:nt,F1J)r8Wf,4Q@.A"X`}nAKYQJvE*$qU5er>]½s!  hpD\ ѱbxv6 ~ԕ-^#@/r>oNcxGS{O&j@zM܃3ѭqװJILoaSCBrYMgRsi}VMh`FceWAg7ѳgf QPٵ^p)$|zХ0:+ vE7Yӕ}(.- PH'YH]ri}p{uk ^̼a'qj-}- Y;Ew벦T:vv_#_S+QDI6w b~!syv `Yհ,v737 IC 6bM&9a̠`N }<J96ߪ١(jnSשE+x14T,k&x1 q7ZMiVJҀ] 2`Tgn߹d(ۜ%(A.p7jX@8)\/"6`vǻ| Z9nN) 0|ÐY`QPQwӟK8 찟na]Ϳ!|z]o_O٭8/JJ*Xf c48:w W`>P fu!#Zr~o y .,z`KІ$zC/Mw4qD\S0zU%Գ 15bO0qpd 8 INw#g<)晶8⴯m(xXE͕/M/S˪ewiiB@6f& 0 OR{Q6jBD2K+׋5'=/VW`򠪈9/3g6u7.V@6H|!UWZ%8g1KF7Cꔥ۟%ko3ڎrgj`-K)opl?g $?CӈN7%G8DtC*l0M։va vrLB7kj88_]A|(}b \{d^jh*X0mU<*#™5U*v;H.6bQGOߌKեG۸1Huy(.UN֕}fGo&VS'ro@cFq\E]?zΓm'1E05&h2Ġ={}aB :I$8G BfF}t:) >g7 WdXu߸2ac$`Is5] C4N)K~"Zf:] ,\ I^B&ǸAIПDA˗j_G9XuB_&3ME%ۄNjrf٧H&Ux|لEdҪ5~gΨ{ 4 RKj,5%yk0}/gmO|gڭ54"A "΁([8TɻZ|%JU*ԋ0Kfaaצ0]8@fu/ Mr]fx#֘d8< 7=vg%s.{Ț ǂ`nSZ@jȰ_kHT SsqL&['U 3A_;#%Vi' pƶGF>R(^pe2PS֌9R76 ?u&)w h?#rD47PƼxiBq\(^`(QlIt{&>iWrzc2\<^R:#gyiڌY)B TDTJNf( Ajįv1h OY;4(UiZ$d/ b~i<ix20;+ .Ju4IqQ66ڍ)e!riի6M6D#_2 a / ٘þ*"]bHVY%0Edu Zz6>.bAG bҁhN&P!b5 )bĮ_LjIs'VmX#^_}vXE~iv(201[wU$l:atE;S_ ϤT6\AOz̧Bܰ"ڕQ)6e{̋+""w0ScIkUC|MjG'ө0}l휷\e_Z8t=s+˨97eNz% rwETבi/ x =+<&@sG[GM]o&:)wh0Wϝ*Y0shw>8\v/WiWxijl((яؖ͋! d6K A2iahz7_t\:\E2C+ *)OզWZÐ1"Q1i\r y?uXl \Ge/ް_@u|M~>?JO̓`ۧhHi#j7ܒ|D5muV7:i'EZq|:М41v~0ڇ|'N4`kO7uD LWq!xTBLI^]Y8z(͍_{oRFKldϿoX=aQ U(i뀫ĵFa%[QQPTȂ)θWN,>} `(&bwu9VTļvuua|N2b),Bҿ^Z}y¡5R8\gYyp^cA4z[S9C8qBC.,:9Ȣ)PWstuЂՊߕu' s!Ѩ_6!*5\)<yٺ٬@R2T0mn0k p쭽pmCtѝ&h#W?T0RrJwȉݘz'J|UwޥF.=4ja]E13/vA~i_--V0A6WBnw%XG4lsH(nMݹ8:ON@TQ0P?P{.G.SA gܧ1]~ i`Mb(uapC1 N-{ O*5T#8H(\6k{IlxGDJ5}4"!(3/Ҹ΃9Wk/8qFqϫeKyԬck1sn: 9,6 万,KiNy0O߽E`bV>L HCx*o2RQ}4ߠq`x41eUn7/U!hP[knPm\K %rZA-C@ \*6vnՍ0Sҗ (\Ҽ pFNUh%ҋ.s (O6ŨRٴWRρ.jv┃nh)8B%o#b@i|ϹB>@ǧ@WN.m2ptکy¨YX ߄F-9ۡ?зEimj[36V$ 5"O=OZѾ D?vN#k.T*_-ey('<WZ o!Zҽ,3N@%c:#+ؼyKHeQIЮ{w?S]+@67b8)黯iA!P|Q;'HUo&o=MoƌnQ:+` #;$vIH; ] X(_2ނG==O9EivFzݰZh~:uvV:ͳ7cj]xJT, 8l'; r^rIGwUk\e4@U2*xv,' 7ehF-Yu#G0K3N{o*% ++D7̊F;u7pmQڢ(m~7JP~aJW]jNXMJ(28< ^ZXѹ\ VV/kVߞԥLd(D_>O%o0yo*i+pv%#Z}WvmGk#ܰ"id 2<Ӕ1E=D߂MpXj0O9IT p|E}4P҆/Jv#v$Q›*C$,RgY'nyxE2^+iAĦ?(8zQn1ÃW4& i M+avBRM$zS'ܷ Za۶nJN-9X!I۰)41owɸ\F88< RE[-m١ȣ& #(ş]*@B{pAN. 4H=/8A m ƒ ;xfAO`e,4 [,7- =eƮ10- &#%|lDG[M?aˎe@Ɋigpa-"=6|2 m䯬 +d -7\0)rJpow_cg_ 59p4ѤV̶=@~KM`@+Bbʍ?N>phϴ05\NP "8r_AdL=q5L/FS-.IZ,)m t$&gφq”;9](škxou-Z46? 8KЯDEoG'0.nk^ޥWl ˨ń#>7i K yhr-f1t֔Bq X2Sk⨜URƂ ^8Myܮ@Kd܋#/L`ѿkdA~%xr~f?N齼{ݟ4׊ûw__ wޗeORv׻/H'ҁ'9k֫ ^'IWa,'I˓C}^Lna ezs*IkC*<0Ӡ#M1"D, TRI PUktX,5pR++a)ۑ ?xr|* bVP)[}sCw _w"FOV)U4D-^FI cFh_mZ`1"(WDA yM7'~k( x/]\qq +nm*d^6UQ ' &2ͩޣoC#@-~7?MagpHzDrUkWl.=Dڣ+E_fNl3IѴ9j_`H&kJ[9?(WQVUe'$a|.,K)P# ?d`𖭥1 Uoq!;S2vS vIDkACRGyDc8pi:捴SxamԬܯȍ}50F_N`U _k}M!HsDy:u`xm]"/\Sr /G;SO|_[·=;H31H[r*֪Eϕ rP&;'*e QS'v}'u`ȴj ـ\V,TS5EQLI_m!FYm!bUHIUljrR`j\.Bư懹SR u^<Ų U#˵T(#D^0ٝtm89tՉx@C;mJG3+ }Z"Ԃ3@n!Ol6Q:4`Zg?UioW AgE7sգls(+=l3'6izr;eUy/6H2+7hрkk~dUyX4,?vuZ9.XUR(4_479Nȉ!߉3u}9GQ7 uD}7xgg9zj)$KWAqVu!A_4f C\n:8ua/谚AϟQقߢ6]D=ONR޸dj+m&#OA\n7M@yO XGP l RM73Á%'J{= } v2پ?9Va U^UF82x^x,O'z#oGtpD?@ڿ8 &}_A*$RU2\g 6mEW; {GڨR4ԇOArí2*3 0HD D9WQ V'O1mZB-1TF` Dͳ0*8G̓ Θm۾E']BR} '"U|>K5 _M:B;khhezmEjNw͖Do׏`#Ӈlugy)nXlH:?[n\ZƄ"{c$sI?*OZxZ]!SwvisQ^<%/A'0-˶Su|_z7w4[9`?(-0oo|ı[)B@RncF6B ; nI]ʱP)e2FPH#p]`b~E,ubzȓZKd\+1`[g'RFβ( }qT5T,?#dW̅QgT*v#~N8_1! $4ȕ}xBtM I7]Ý:U,zo/Q8k_MJT]e{?<5&{lCwDTm0 P?YOi?T ԄNT1J@dDUrV3Ur^R$MZSFC?~ *P">ۚ_Aᛎa({ VwK~[j:'sN⹰̃uP\ Nn_*)]tT*ݠLj6gD^lBßB,nh,6M_du_* φzEy1eP@x8CvZOtE5GD!ex.N)8 /& @22YV%;$'iR. dk;\F!q_C> Afm0^x,T+7^ڽw[B^KVo nmdej$ǚJĬ˨~wQaSt 7)^Q  BLʺw;y p/,Wv4 /U`uM*>8ؼ LtH"\69|\M1{ơN28cߎs|G "~ g-H=Yb `M{nKx3#{4+Q) 8\~F jNb/^phyh!…!%0 2W;nz BLeZ^B^+> bpaKtϠ0(YɆLq^BwUi4bv0o D>f[CA7[; i3@_!`:P{=Gd$/O7Џ5ƵXjvEسBuh;/2s(dYr(XWM`pzxireB~(E{{AV Xmҁ"  Į0hw'{*$]t0?ߊ~GlgF4j`^(nWk? kc?Rf8<<&De!16*$'(44 6 lK}pO28=$9}}!vvN_`:KH|TNb&0}fh9en]ú2x#~[sY>vD~ځDeц&{&oaqް^]: ώ![]_^ ú\Ab*v?ͻiኤ3m |f'xP1 >%]j8'@~JC@7gtjg::wc ZDigYՓR6=*eΑvuR {Ođ_B˃`yۆ]Rp%^>qMQ|$ W׋#pG̖f`b!uW=^4A0F\L3iWLP"W:69-4 X,)b?MY&]u IHԅ$IX.7F0$a롃c6͢]A?-VxpN3`bkJ@KaEd@Bңepu[UE tƣɦ #%0:XczE]N=v~qf;ZL.1%ڽH2LtvRZ nZl̑GwIP^H=X-~"}#MwJMY4` _|hEYTӨKRl Sٶ:l,vfG rem%8}=RyvM{OG!f-%S.slT.{ TNY{,&*{jP$fXiAKDRahz:1l|NO\<#b8,10 \_/{!h0^C">#? {3;VOя3yF0#!fIwinhotm'(!-%R/Ǟc{g{n?c`l 7w ZW;+MdEQHl]їK'9ݴdځD&ߏb}F? jlQ$_Mmd:/ۃS" zc3_+ 1ztc[6pR \ eQ8os{3ڈ.?\~v"E: ^0v }kk|d?0J=6 ֤ '5_c`c4giD!֓eN@.<"x!lbPKVVnԆ6OxYMiBY6%+XꍇxHm>5#.(Zu);?e&`ѬF0T9@Q%|}s\QǿŇH̝m:qsj8zBӁsyg p60~ٸfxL}H F8@6&ڴ?Gh{Cz]ӗl^ȳ2*~U_̰~WUKoj1q$(s^Ņ]ܾVE/6]bFzAC6 ~u3z<9ҟ,뼄( Tm"^|j@ ˔`9z"ʣĬi:l6,Bmܘ !*YUB b*upaמcS H+bsaʔ,S*@Ў9|ꍈ䨬dkաؗCs>ra~P)%T!52h|I & 'nVeڏR>!yN*Ӧ|cր QgfU&t 4Z1 <0qt+zvM 9lCEDgKp$DVFݹ%,TFқȗrNf̨֨TTVXnq0v k@3ݕ=kU'_Bqpt?7Ƒ{јŕW>/Xhܞ%cwbhMO 2$JhUGz( }ET\H ,]- P5(g@J|rOo~Dlfzz 6R3@ bW-%5UlvD_\> =,Ou&VwZO^@au`2# 'TS/Ԋ#lPK׌ʳh<㸼;1N_ W#9.,KhHzrB( 2^H(#EƇ'}ljּ"HZ"T_A#VV:^~QZv$E'*4 )S cy*:ÍBtoB /1!5#bd޹5 ?<`hjj;(TF i΅!}d^nz;62R ;I.K дBݎy%8G)O&/5@ϸ^*<ޞRˑ)f-r`;n򋊷J29#v' }(fOBŽTR.x/)\@bWn9(&7د H4ҡ:_;5(466s(m9.XӐ7+7(хۉxF Ifr7+aE ;~r0v;#a$޻Bq{8Ęs \,ZVFz^;Ɵ S9IU7G[O=*@I-3Z勲w;h(^iOS7{"?3ko9_JKyNh >OX6 NX Z%{l)٥4杝Vw`g^?<~zWs/̍ &m)qbETJGSY8bOa%:TSC!L,pG]EH͹WP:V$BR;"-$8ǟ6N( QC_O4WҬxz0~q/ }9.ۊu*@Ju˹?rUd3 C'AL;pwmzyolSKcIvv.g6mͺ? <f} A!l"]m|uڏ)_rJ(J< lX';0_Oԩ"Péx@b߄XHNRU&6 T\G ,;Qö|Oc?}7|TʰQ0Ru>*9( cw㱂-@ك! P61Ѱ(NO9..@A. >pyg@ jr[JdW{˥g}yB˖d㷄oQPG@>vZET& 9_CJ] M~X~ s);Wb 4',29>vҫm·I׹⫾6z Nzu|ECaIU{ 0D&N4povraG=܉@ )<"՝0JQ*+l~)Y}9w YVUFWs.})^(޹VjtFmvJ`H 39guC1êO EPK$gX}KH8:%`=L!n x0K/t9~&2nG~;;u]q>,Ql֔%2JDk][pΎo%"Ahnd|l.//:,#"\\ƶ'c"ڶqAI-nM x#OB7q3W`J?[q+v>l#oדւXiA8u䓂VB;힯 ~Uxf\YL{V%LCO}dNϡE@/F$Qӡr\f;49/QT~&ܘڴL 9%UŁŞi +0VkPD->!Hor9~[=Q|=4K0HsFu5zZz* M"$a0ٻ̷[:Wȝ캘̶A'r.(7vRPOLch;'߶J00I53XmF J19%-m`#C3 >fKδKk~YUXq965KX:&+QK_Ihei`9^`uw^~Ҫknس֧USlT㟿_QCĺlD"YJ(:P;V0v f2~Y.K8X:%I+dLyh 2};TnZq֨v4O6ΙIt *G1DK"@79V=Uիcꢄ{ߜxS"}iƐWW=LfCi ctvz`V=MiB)aUTW&۳(-ڜQ 3XW6$ Zm؍Rا?^>ex풲Ox#~̏'k-wLyY$>̼~LÉ^!zlfuNbz>ub&1Cho`^r ÐΚ_cfIJ54`CSQVi<]C* ߏA51;Y3ܛ/҅~9R0݊Eq]dHMNQ_>4!oO-*I_<"a+Y7rtjt"'FX[*JoBa(#f6 V~ .eK|Sܥ$hI Ó.%u Cn2ӏÕU%|\Tɚ ;m9 /3ǠZkLy**%kH2ǒyo֐!J>*R{3oJX#\!^ZTĄCK =cqg.+& 4 ;v\=hZAĩKW( +&؊}ro=2ٵ2XȘ2 RRv5N?8[1l_^P r6 +1QwQT3r'4f!ڱvc%y$uWs dd"L>'՛Lęͅ5վHJot0|xt LS똸 -*Qm9dًX Hڹ*e|˂ jʜ0٭bKAytOITg?87p44?~f#z|MlKm*3FMv?l-rϗo~.OJN%"4?~~?*F}܊"#%5iCKtT&"E&hno̔/~ c-H*Z-g$y;-7ūxSO,N)nyZ`T<&y2|9Pt(+p3IP 'd|Hps\LO17-ŖJǧ4:nf`]cwPnM/6 BWa{Fisty=0g`6LbLmkTj;c(Ú0Ԍ uWڹC}$QLQ9A 厥Ȭ.?؀cIx }]:p*2mq)g r9 w+LC- :m*r>hBE<ѺmմY h117ZCi-Nޢ(Ls8jYrXLjx̸{a!/[DrfDIBc#:XQZ5;\ ="ϳtj>ڦ\\`h6 eW0$Ken ˄Yރ6}j!r(׻N4_4X![e{+W:fIe&u[Qb+j5wE0$b[jcl10DCܦ9q[q`=E &hZ`qz̽Ėw tUMaen.{8o⩚`A}"#fft%i+Ӹwrrİ*`є.(|dCW{3pט=tWgM:J!Zwk)l dT&i>[\n]Pʭ|@##?XzjX %(Y/40Y9/?\ht6^qQ[G;(u2Y^;0|m˕w;xXj R B2ƷAq";6={SD08V"F @`NxnV,LN'AdRG JcZFW"Z+o`J ׬O1nɖǂ@R2}N\Q[[RK ܴo-q0 !+C%m원<ֽ4;W *|| `U RlsOnõaLj.;Y۰y[~E4ĺۨJȸ``t!y-YGܔT݂ -V\M3)YiT>Pzޅffv̻}?G rfxh ?m-: 4KهY40µ5F2\ Z:FOJR_̼|re9"=*lsq2&' p%-ԯ(.c3r+pQ]qZ c\6 V2ƳEmY8ц4)v(6&)и{R%ZT@ 4i &q\ƺ]5]3T;#hokg,eK\p&Wzmk տ&R] :_6TpgL+%]j~pc7華 (5~]U#\tqA4.8Ca/.P|ꆭY2JL{ ɃU[&I۹_Ԡ0e:H,rallЁu7\_mSJ#]Ѩ`h=OCnzIbܖYu[ A?$9{r﷤RN%J~t- onb?<YrdI=1_p:6}BH0GbQjV-Mؕ  (n3BS$뜟/6NrSw~g`__4T2!ĵсnDcEn\nV^gT4`*a1/iE^в5Կ˜X(ƚŠ]{lx-P:>炫+'hAc+Cjr6+KU܉T{}y|-;B@ '!ῲܫFN{ AS9oK:\e"os|t@`H㚶b]%/]E眜b29|S^𮺡e?z*dGP"0\l鄁Hc͂}),'MR2}ݻ&r4(׎"cniν؊g rP OMuܢ vx \/k6  XF _R):͈nv݌#oh\RIGո!|U4IfA8JE([|.! 3٭3KaĖrMb{yCU/Dxo`*EUO^NB,P\S(ܺ];a˛/2>Iqԍi!of(6!v>ȟ ?I$X2Q@3 fpF L%,D2=y%L/ ]N7K[8:1]pdjQ_k1|>`Up.&fm8 [$KmRN@c6 ,sya[Gf{tlؼFg7:ū&Ej(,zS[Sgc`2sUsTv;SKC6XBQK|mA '}$9r^+S e!WKj 4Of׬6 :Ĉo@^mz(9zT\ޏ0xnQ2IX=vƝk:z/ !՛({@qPME^%6_xb/1 N6BkYF4 Z #aM$7O֢r 0wsx^tϤ /.z~jzwd_0jaEh! y"KI3?G+XZ:ZjrJ]Y0Q&'DDH"̡\CuY~/alkJfQZ*_~k19 Vžյ`]OeoI๸o* 0҂zQѕ>CWu* Z&'4]7kz̞vl)H7:CoJfp+eG?XI_JSX5l?Xg54Ni׼*w]F=^*L9и /0bq1#^uOEmp%m3 6acDT39C!\ϔNck8K@WRj^ ܫ&97!`h1}sV ;b8s !Ud}5%͂{!!eyAHhkpQlmf9R,Y'Kd7j<) sR2i ?,8)ưQt|?|eW| ٥V(Kp Z_(CҨv"Y[ ,d|ĤK q7 ~zp@5$I8)&~ž:%vh6X}o) <ײuZZ.vZ0:A?jGɸlH+Sێԉxܥ$^_&I`;D W}>G,$r' wNQI}{K!M"q-)f1 ǻ="=jAϑAu %GCwжw&,p ZyBG9];Ez%:tztw_}NjLH JQE787e|#(ue(-_ytEzߖ-Lăfe/@D뮝bͼCo<1],,M!rGwO l^D8$/bcHER'Mqg͹"Bp2T-Tljf†c؄ho֛i.D@>¤M7R0eDP( hMSV UkDm|k`QM<0#kIޜ*44 )βd菆._UNjɛ,^1}/> NPɔK+T.ĭ\ F2Z4lMf6˖sdopGo~|šiW!}цuPNBa2S1r"foYf86~ #T5~5fM_.A.1J=_s)CzWPeTB@׃I:%P| <۰TK$1 /~Ѐm45W쉏ɶpۊՇ˄igds"?J< ȭ+"X:l y_*Őg<]YjM(Q2LӔG"ڗCBK~lB1E{)>ٶ O@5 uZJtn% ܶW䠲tb)v/l>EDQKx֤qTrҦ~M8hIQ#7*[1RtT?-(u\%H?ᚗx&Xy&٦Ǡ E _ kҸdTR5|x2fSU)젙K7LSfLqy>s\lG ]E,"yV>‘`#NMLtf];_뮟+&R$o jFB^O҇:=}ZZ'a?(W)͂m/!\,%UwG+/f? ʱkcCݚ*?AZ}uЏ~5!މ%JH|6F}"{vRvVw`q{9%;S贪/23 388FbQXf~42WD^8M!Ngn_L/beLuBG"fCAP׈ekv"B|WwmACߙK+D=@&irԭ-u}zW⇒o i䥜ѓ3ø%3}('SZ{֮fakBuI2SQ'5k~Q΀+n ͏+0`Êԩi\Nte,X!݊>{MB0;["]RTH/-T)]?.'TNYHܻ*/QHˠ|O-D[gΒrM^p 8F^m~e+-[i-^XOotI,̼cUbs89yX%lN3BN᷽g.qA{$ @a5Mcz}WLϰU-(GLedsթR8-+le4c QH8w%Fһ~_b\+m)i jh6(F1LDmsg1=qJw #%%xЕJ^ [1vz/x #-&UUtArz ܩ[K80njܐtvx!r$Rwl clhOuMP6AP'6~1ܗRhX7F{OeeW(} P)d7fNVuF{B$X`hR2^Rg\6@DWҿo } 8ffoU5-)$Q(OUCR]dhnB)Nv ^ֱ+;"*6Ś}īiwrZ6@K4%P ֻT.,. 5dk Isx*BLr ]"'ܬRA3,[;e7 O$wwY+;FdzCFA%X#jwe^R>Hf3Eq^Odl#X@Z*q2R>H \I0ԙBSޅgՍ3z5 Y34`F_iASr*mƱ9Q{4Sʢ #" pKPTX~ KO#!O 2El}4KAc! J0mOd^!0H2Q7q6L1gNg{eQǟEPab |R';] HyhN Rif)jZ dZb?Yz[DcyR0 CFAդ s??6?8 @(ZM OV툲@Yf³ydi,&We~il}qzxl7`Io5C$W:zWľ)ކ5.qD(p25N~Ծoi9%jvY:;t?~QV.M!pCGШam=}e>{pm _E˕d ySO.CD<'n&tq9WS1 <jd5AUZ+D<e(xѰ#;ru'=(5VA7j+%XԨ2Y6vxpPD/.[)Ⱦ '[`9!F)lK5!$>HmVmUҀ*'ˇI6L3=aE| tٙRq<+L9Ó3wmG7 2kL5::& z9ɤ 1!1#[l>N1wD2&>a_]?=uThw!O[lCt=@PZ)GlTu 2ϙyֵ]Un}<{ɉax 6mEs=-#{}t~"vE ׇ.]V)gMD@- pSλ wqB.s-i?h;+g%}DbaU1`d< Mn7mL0g{MlxhVPkB컖;cTAO(MԝL<"QEG2;7vW&JߵU+zsH a!>V6Xӡ]N9ߖ%7:?*p%ykd̘Jk۝;6"|2bjEj*kYze  (E/QylFPPq#ۦpg#6UnȐV}IWf g%l@ e$0|9#ǥyD(b{@7ljdc}[ Oeb, bqgG7B_t;ꨎz1p^TH縊 EDa3XC]YZn[\$؏uЄPIf-4Ac@!#| Pgr:[%xz[4BBe n:m$fR]t9$>,U=K(hzd*p2[J[:5/Yo!W^}7" Ŝ("=Ol+Rdü3 g}#f/2XN3ۊȬdG@;pʤ*#&O ~bWORH$|ɐF 2FI䆸F =˾D]h URX̪V 1 CGvUPJ?H#bbnj~4Y;l-ni33=TA YJPDǒSJ溱amymв3L?:\F!O[ל}nSڸǢаԏq3;hzgXU0gXj}ֈ mIAx*t^bs!>mW5X&18,N!JWsL 0ڿ[q?# $^x%FeFBy?Y}u]@m*G^.i:,h_)ZX xE3i9T gѳցqTHkMܧ小e 4*F%_y矴f-7Qҳb-xu-Ry>涶2 =-姨cZ(h(IfuV䊢.o%g 2u4*- bK4/{otDicb| cM6VA bad;p!f!bL %õ%0Tkʟ0whZbbLN .vx^r fX6`xwm FB0Wfp_ܶDͦSіѠƇIT2|s0JNS-ZJ_ ѭDNJ^AM(,.d]_ 3:ڼX81 VǵM,5۾(;ׯ5`XD}0I|w? lBV9I2 :z;,~˃g6 êd5?_ ?.nEI 1?K8\~JLaysdg&DlܝfT/ .W6 }41k YM,j-^ɫZٌZosaçkÕ$"UlqnĻC;=7V;ޢ"qHvy(ܻw)rJƂ qtY1E|`/W&)0xX>l7QɧR& ] W1,t]~'O+bmg5%^ˋ%Tzʷo .7=@X$̳?p==,)LG RZQtî9?X n_ZA:0s:l闪fq<;牒4:j`ˆ[U:W\)m#TRתc_>&J[}ϲ)Zl%NmPb6A,ۘnz͆0RӔ2{ 6tskll$)2NŒananR{"!2_{D[`nk&1Me ʠg 3/„atEP[gːP 0N)ʇfm0m)pǼy.Tϕ.r ;f˭5P:}%\ެ@,{R&*.uJvSɰo ױ^g34wgmQs*#mlG_^LL8%峞t#$plXWG.m!O_+`eoOl#tQ:m-rwX>eՅO0ƑkثUIXί US4nu)i;P9VN0} x<͐51674 "|D8/_z^e'6-y'Ƞ:IY:VWF@/gɔ(_I{[kH R,YjCYnW0.xB-uW!!\*ݥ,z(ZINz͚$Qem$kA$#PAŐ*cgfO56fDyDlW?ayl^Ȝ=hCͤ𓕒 h/UJy!Zs '91N34NMhv݀ƃj5wC Cee;;}ypsKЕ`mMX枉J[d6ǜ%'X@dyPRV%3Ixay%P@UtiYM`r{҈),ICd'g6Vr5˓X@8्uCYr&(w5i =)50t3'и`6&JkIEU ZXDf'ܶTzxEh4B賟.0y)i;ϡ8թw,# Ƈ:mϨw&PFKk]$H!m! Hk E%[KוqYFDֽY߅(H/rc 4cZpQ|Ar׽)MƃBwp&ˁJ%ea2+%jFܭb\*-%h&|C{%vI$xqiGXCi"&S ;734\=!z`(`CT}a P[ѦB/Aᵉ* C^K2 tEt?n.uv p-%;A{5tӓz4x:dJ' :A옃Fz[,GAfMt\-Uuᬆ3yoq7S=FIuxyWp?t42%FVBSA(d>ΕUQԸò=9yĶ9:n![j~[S,Sl@}Xy%i S/8 Vsa|id{ρdsme>XlH ?>t2즩"-iBGiNik,8W,"Q.,bJ:2lD Y碍ܯ,QnǛضEO ~Ց戺z|56n$SHQ|׺>%Qs)r}gUEs@?%-ugň2%MHWH|C.-:TUֺ|ʗGKVVV٪ G~>b3ۼrF˂Gv_Uma{&6Pe Ya(:P0k Ipq &/_gI7}BK[XAQQj٢~nzyltr"K( $/ öeůӇ2&SHH0QwG |1Y{Ƙ$2FQQ+@.Q h| 8$Jgh2"*׆@\ Udsdhdq`ʉ޺arB&kH4 .5 FX]n~z+EPh\= C#Ks(Bv31ZӜ@A]VU3P^ر0~e{q ul͒g5T(JRh{@| sFdefÂqRQ9 ;ru܍Ȕ#q0(QF['x$m-ţ)% 57x,5ZhU$GghZ- (E"S4ESICV^xSq3 MIDը]w`';Ɛ`"pS-P&ezzE{Eݛܖ@+0#-^HH~hu/ {Af˚o. Bv4#pfr%)-ʃvQvXtsA$Y-h˼O> Xܼ3;4ʵG斻\Ʉ'Vpf%ռ# .HaBf[ \l,r"2Y[5"= B6- T4ڛZFi뙎 j XF }"a#I|=:U )٣ sM'3mN#5{u0"VEeթA3 Zr`##g=[۔M]#WfQ«n u*XgHUDUǘ8ʓ+J9 voSnEQrWm@0PAVh^"ݘ@eZoIw4YW|t<)FKmc)F(7D` 3 kE彉K!._/؎ aP $GNp=dF郂W(]5&hY)8U[vU>RJ0 7$a'i|&bs߲)r(L`Pow/0EzRm+e&pz}]U5;hWƸ<.XQIAޚY5v0ظ];7܆/l!^HFl7nsέh&GH⟚.F0 FuX8 ]K\hӌ;HYq)_&T誅 `59f!Җf]ʭ3>H&-Wզ)UTD eI0 R@ې@g}l }b1Mj_\]߶la2_,@=%9D ~LKEK_sFNu<㬦N6hJC_ȷVh(I% fc=lqX.2 Q@yy'^`BFw7b,n Xt/ܩ¢FNO~jų7- B)ql@\a"O@њsZƃ u`uNguoX 9:M*u ي0;"~;iٱmK(;,I|J7,Lwt99ҁTU@eB0rwwP'1,!Je+ԟuE'f PQw$!]*ۥbq9N4+ TC'le% [awwGkPxbL^SK j蚥-U0Є][ZddF4y2̛Fذ3bŃ=[\C@$xG}ʣx 7!JY[&.0,< 9?V^X|˝ҭ`zktW`-P-)߮9JCp9ٰv۳RyybX&H?UNs͘#ab4 N+",m4FO^'A@ "?~L:aJ/&<jyH7*FrO/-j:w`ȥSNWA\)"z 8CHkV9Uwq?H! ʠ?˿er$Iĕ|WP`xP?IR&n"PyCS\pU oaf7F)]ٵ$v"jB:xm;n=^}Ķh|lrY.O4+#H~VyxHge*Gq/:BZOy2 lNj)ww(d|Ɇ2b%Z/L!)ĉSDu[Oe^~JJcjg<@Tl|4`&%e[Qq7wr<ߗ_s׵D)&g,ܹLʦ=z7^uՉ\c1ʈʹA%_ 5([o#kpwa>E9#g##W&SnN4DEB(ƽm;U/>II[.NA~K<@a^7}W䱴D$r]\?TƠP8&I9 CQ۝߯RALg,)"WP(K)(@ $%8qW<2ӷ%RbʊI7+:N再IӁs-^0kEb|Eq ^l GH!@y3#|OI!Ձ# T/)SSKSXV Ҁvjt⁷& sXyq9jrV'AiGBf\[rU n#[dHLmɘ.2bt>%XQA}?6Xc킍[j"+p6'!{ θ/gM AM*9f^̈́⣕Y0'mu CB¤OpZ{Wjr/SO۶'ȻOIm! B???x(o˃ىX>2rL0Q?T5r4`q-k-o"C2 tZ!֏BЗɔt(PtbrP"y 넗'ƹMȟL% u6n DAh3G}&ޕ:.5` 5̼yp$"|_ڂ<˲gEȯz&+5飥F3Kk@XG_(UQE0j4 F}.p )X)QKGZD̂xt@:kB͂kZkN<:XRdU>as޵$f5Z% vF{Qdq2J☴xv V$N>[kSNCheuU&{Q~^5U$ew: C _Tzb}֘ ;M5KъJ7&m]W=qXtd2eeQL=Ijo]h7wЅG1=Epr`,/ _˅׻CDlЈ%s]"^qۗ<@qqq3JA(eiX{^͡+|p37×Kr`۔u\Hִ&4kI @g.PrF~b8A&rXzczN xlr!N̲,NͺIm C|tQ5Һmf{CUMy?$mb7oVú i %ω! 0ab9sE[eMU Rr.]j"2x*|jdtb_ge\Zi¸Ѡ} ׷т}$Gy/_֩=[hX5gpuHX?BMͱnF@=ToY:^ 8cv4MEmBnӸ&߄T}dAO[i\p o;]\h;ub/ Gk -sd\l&\&(*iΖl<@"'w2k,b^XG&ukLp+}j\4ǝ e3xyBYCbޤehԟD씼vQ˲,pڻ:k|{T׽+Ǫ /*"NRrV Vk[j*惠e~gv/zE`muƧ)-vS0s-j,;&h4=y!Z*UI7yDMerL˲ [ 3hQOSc q{Lɖy; T>:3RaKT VS+avtRa}7Uq7++Ę,^v[-Tzji@<D~)t}+^wu)w*B΋!Љ)-q[%;}dKHs@;ҋ]L dE.jüT]I5xnh5yKn&k-Й&"4/O0[r4 2bc YZ