apache2-worker-2.4.51-150200.3.48.1 >  A b=+p9|` > S4_Ͳ]HBcnhznO^ ; R;^$t v,-2'[Zd& =g9GgtOןۮ"l*pE-O!T4Y~[ق1aqT[;sn29T^3I)}j{P򊒞&lIQ%,0A;' ;eff00ad39839ed8db312a73a40e1af1396c5588819ff0ed8c03f6fa187692ae5443020151dbb9544568c6c2b784eaed29055856d9,b=+p9|u{qT˝{<ƕB|YTƬٟW^RNDY4oI#DṠY/\/>"kOhbԑ!45V]Pr6s29#&7^\~|'"~/$,|B59sR}&'fɼ(IJ\̽d:kWt (_YHs:ӪĒ*dA 21Չ7Tp)J[P}aK= <>pDi$?id & T(,8<Uv   |y `y  Ry  Dy (y !y 8yy!yy##y%&&d(/((g8(p9+:6>M@MFMGM0yHOyIPyXQtYQ\Qy]Sy^[b[c\d]#e](f]+l]-u]@yv_$w`yxbtyydXzddhhhhiCapache2-worker2.4.51150200.3.48.1Apache 2 worker MPM (Multi-Processing Module)The worker MPM (multi-Processing Module) implementing a hybrid multi-threaded multi-process web server. This combination offers a performance boost and retains some of the stability of the multi-process model.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!  P%%$$$$&&   " [ Ab. [Michael Kaufmann, Stefan Eissing] * ) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}. PR64140. [Renier Velazco ] * ) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info". PR64172. * ) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure to allow customization of the usertrack cookie. PR64077. [Prashant Keshvani , Eric Covener] * ) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy AJP13 authentication. PR 53098. [Dmitry A. Bakshaev ] * ) mpm_event: avoid possible KeepAliveTimeout off by -100 ms. [Eric Covener, Yann Ylavic] * ) Add a config layout for OpenWRT. [Graham Leggett] * ) Add support for cross compiling to apxs. If apxs is being executed from somewhere other than its target location, add that prefix to includes and library directories. Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett] * ) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github issue mod_md#172 (https://github.com/icing/mod_md/issues/172). [Michael Kaufmann , Stefan Eissing] * ) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+. [Graham Leggett] * ) mod_ssl: Support use of private keys and certificates from an OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile. [Anderson Sasaki , Joe Orton] * ) mod_md: - Prefer MDContactEmail directive to ServerAdmin for registration. New directive thanks to Timothe Litt (@tlhackque). - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now check all matching virtual hosts for protocol support. Thanks to @mkauf. - Corrected a check when OCSP stapling was configured for hosts where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm). - Softening the restrictions where mod_md configuration directives may appear. This should allow for use in and sections. If all possible variations lead to the configuration you wanted in the first place, is another matter. [Michael Kaufmann , Timothe Litt (@tlhackque), Michal Karm Babacek (@Karm), Stefan Eissing (@icing)] * ) test: Added continuous testing with Travis CI. This tests various scenarios on Ubuntu with the full test suite. Architectures tested: amd64, s390x, ppc64le, arm64 The tests pass successfully. [Luca Toscano, Joe Orton, Mike Rumph, and others] * ) core: Be stricter in parsing of Transfer-Encoding headers. [ZeddYu , Eric Covener] * ) mod_ssl: negotiate the TLS protocol version per name based vhost configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's SSLProtocol (from the first vhost declared on the IP:port) is now only relevant if no SSLProtocol is declared for the vhost or globally, otherwise the vhost or global value apply. [Yann Ylavic] * ) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script output. PR 64096. [Joe Orton] * ) config: Speed up graceful restarts by using pre-hashed command table. PR 64066. [Giovanni Bechis , Jim Jagielski] * ) mod_systemd: New module providing integration with systemd. [Jan Kaluza] * ) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table, r:notes_table, r:subprocess_env_table as read-only native table alternatives that can be iterated over. [Eric Covener] * ) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. [Yann Ylavic, Stefan Eissing] * ) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env, r.headers_out, etc) to remove the key from the table. PR63971. [Eric Covener] * ) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct` always `on`, regardless of configuration. Found and reported by and . [Stefan Eissing] * ) mod_http2: Multiple field length violations in the same request no longer cause several log entries to be written. [@mkauf] * ) mod_ssl: OCSP does not apply to proxy mode. PR 63679. [Lubos Uhliarik , Yann Ylavic] * ) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469 [Jim Jagielski] * ) mod_authn_socache: Increase the maximum length of strings that can be cached by the module from 100 to 256. PR 62149 [] * ) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503 [Ruediger Pluem, Eric Covener] * ) core: On Windows, fix a start-up crash if is used with a path that is not valid (For example, testing for a file on a flash drive that is not mounted) [Christophe Jaillet] * ) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not acceptable". PR 58158 [Chistophe Jaillet] * ) mod_md v2.2.3: - Configuring MDCAChallenges replaces any previous existing challenge configuration. It had been additive before which was not the intended behaviour. [@mkauf] - Fixing order of ACME challenges used when nothing else configured. Code now behaves as documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this. - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik]. - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted "transfer-encoding" to POST requests. This failed in directy communication with Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing] * ) mod_md: Adding the several new features. The module offers an implementation of OCSP Stapling that can replace fully or for a limited set of domains the existing one from mod_ssl. OCSP handling is part of mod_md's monitoring and message notifications. If can be used for sites that do not have ACME certificates. The url for a CTLog Monitor can be configured. It is used in the server-status to link to the external status page of a certicate. The MDMessageCmd is called with argument "installed" when a new certificate has been activated on server restart/reload. This allows for processing of the new certificate, for example to applications that require it in different locations or formats. [Stefan Eissing] * ) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS protection. PR 63688. [Armin Abfalterer ] - deleted patches - apache2-load-private-keys-from-pkcs11.patch (upstreamed) - httpd-2.4.3-mod_systemd.patch (upstreamed)- use r1874196 [SLE-7472] [bsc#1164820c#6] - modified patches % apache2-load-private-keys-from-pkcs11.patch (upstream 2.4.x port) - deleted patches - apache2-load-certificates-from-pkcs11.patch (merged to above)- require just libbrotli-devel- build mod_proxy_http2 extension- fix build for older distributions- define DEFAULT_LISTENBACKLOG=APR_INT32_MAX. We want apache to honour net.core.somaxconn sysctl as the mandatory limit. the old value of 511 was never used as until v5.4-rc6 it was clamped to 128, in current kernels the default limit is 4096. Cannot use the apr_socket_listen(.., -1) idiom because the function expects a positive integer argument.- apache2-devel now provides httpd-devel [bsc#1160100]- add openssl call to DEFAULT_SUSE comment [bsc#1159480] - modified sources % apache2-ssl-global.conf- use %license [bsc#1156171]- load private keys and certificates from pkcs11 token [SLE-7653] - added patches load certificates from openssl engine + apache2-load-certificates-from-pkcs11.patch load private keys from openssl engine + apache2-load-private-keys-from-pkcs11.patch- Add custom log files to logrotate according to apache2-vhost.template- Remove redundant metadata from summary.- version update to 2.4.41 with security fixes: * low: Limited cross-site scripting in mod_proxy error page (CVE-2019-10092) * low: mod_rewrite potential open redirect (CVE-2019-10098) * moderate: mod_http2, read-after-free in h2 connection shutdown (CVE-2019-10082) * moderate: mod_http2, memory corruption on early pushes (CVE-2019-10081) * moderate: mod_http2, DoS attack by exhausting h2 workers. (CVE-2019-9517) * moderate: mod_remoteip: Stack buffer overflow and NULL pointer dereference (CVE-2019-10097)- fix typo - modified sources % apache2-README-instances.txt- revive apache-22-24-upgrade [bsc#1134294] (internal) - added sources + apache-22-24-upgrade- version update to 2.4.39 * mod_proxy/ssl: Cleanup per-request SSL configuration anytime a backend connection is recycled/reused to avoid a possible crash with some SSLProxy configurations in or context. PR 63256. [Yann Ylavic] * mod_ssl: Correctly restore SSL verify state after TLSv1.3 PHA failure. [Michael Kaufmann ] * mod_log_config: Support %{c}h for conn-hostname, %h for useragent_host PR 55348 * mod_socache_redis: Support for Redis as socache storage provider. * core: new configuration option 'MergeSlashes on|off' that controls handling of multiple, consecutive slash ('/') characters in the path component of the request URL. [Eric Covener] * mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument is in play, the proper HTTP/2 stream reset did not trigger with H2_ERR_HTTP_1_1_REQUIRED. Fixed. [Michael Kaufmann] * mod_http2: new configuration directive: `H2Padding numbits` to control padding of HTTP/2 payload frames. 'numbits' is a number from 0-8, controlling the range of padding bytes added to a frame. The actual number added is chosen randomly per frame. This applies to HEADERS, DATA and PUSH_PROMISE frames equally. The default continues to be 0, e.g. no padding. [Stefan Eissing] * mod_http2: ripping out all the h2_req_engine internal features now that mod_proxy_http2 has no more need for it. Optional functions are still declared but no longer implemented. While previous mod_proxy_http2 will work with this, it is recommeneded to run the matching versions of both modules. [Stefan Eissing] * mod_proxy_http2: changed mod_proxy_http2 implementation and fixed several bugs which resolve PR63170. The proxy module does now a single h2 request on the (reused) connection and returns. [Stefan Eissing] * mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection aborted status to trigger immediate shutdown of backend connections. This is now always signalled by mod_http2 when the the session is being released. proxy_http2 now only sends a PING frame to the backend when there is not already one in flight. [Stefan Eissing] * mod_proxy_http2: fixed an issue where a proxy_http2 handler entered an infinite loop when encountering certain errors on the backend connection. See . [Stefan Eissing] * mod_http2: Configuration directives H2Push and H2Upgrade can now be specified per Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing] * mod_http2: HEAD requests to some module such as mod_cgid caused the stream to terminate improperly and cause a HTTP/2 PROTOCOL_ERROR. Fixes . [Michael Kaufmann] * http: Fix possible empty response with mod_ratelimit for HEAD requests. PR 63192. [Yann Ylavic] * mod_cache_socache: Avoid reallocations and be safe with outgoing data lifetime. [Yann Ylavic] * MPMs unix: bind the bucket number of each child to its slot number, for a more efficient per bucket maintenance. [Yann Ylavic] * mod_auth_digest: Fix a race condition. Authentication with valid credentials could be refused in case of concurrent accesses from different users. PR 63124. [Simon Kappel ] * mod_http2: enable re-use of slave connections again. Fixed slave connection keepalives counter. [Stefan Eissing] * mod_reqtimeout: Allow to configure (TLS-)handshake timeouts. PR 61310. [Yann Ylavic] * mod_proxy_wstunnel: Fix websocket proxy over UDS. PR 62932 * mod_ssl: Don't unset FIPS mode on restart unless it's forced by configuration (SSLFIPS on) and not active by default in OpenSSL. PR 63136. [Yann Ylavic] - deleted patches - apache2-mod_http2-issue-167.patch (upstreamed)- Reduce scriptlets' hard dependency on systemd.- added patches fix https://github.com/icing/mod_h2/issues/167 [bsc#1125965] + apache2-mod_http2-issue-167.patch- Replace old $RPM_* shell vars. Avoid old tar syntax. - Tag scriptlets as explicitly requiring bash.- updated to 2.4.38 * mod_ssl: Clear retry flag before aborting client-initiated renegotiation. PR 63052 [Joe Orton] * mod_negotiation: Treat LanguagePriority as case-insensitive to match AddLanguage behavior and HTTP specification. PR 39730 [Christophe Jaillet] * mod_md: incorrect behaviour when synchronizing ongoing ACME challenges have been fixed. [Michael Kaufmann, Stefan Eissing] * mod_setenvif: We can have expressions that become true if a regex pattern in the expression does NOT match. In this case val is NULL and we should just set the value for the environment variable like in the pattern case. [Ruediger Pluem] * mod_session: Always decode session attributes early. [Hank Ibell] * core: Incorrect values for environment variables are substituted when multiple environment variables are specified in a directive. [Hank Ibell] * mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when this type of map is present in the configuration. PR62311. [Hank Ibell ] * mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line [Jim Jagielski] * mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus , Luca Toscano] * mod_ssl: clear *SSL errors before loading certificates and checking afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] * mod_ssl: Fix the error code returned in an error path of 'ssl_io_filter_handshake()'. This messes-up error handling performed in 'ssl_io_filter_error()' [Yann Ylavic] * mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix authz provider so "Require ssl" works correctly in HTTP/2. PR 61519, 62654. [Joe Orton, Stefan Eissing] * mod_proxy: If ProxyPassReverse is used for reverse mapping of relative redirects, subsequent ProxyPassReverse statements, whether they are relative or absolute, may fail. PR 60408. [Peter Haworth ] * mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1]- SSLProtocol use TLSv1.2 or higher- do not create sysconfig.d when already exists [bsc#1121086]- use secure http sites by default in configs - Switch to DEFAULT_SUSE Cipher suite- the "event" MPM is fully supported since 2.4 - configure an OCSP stapling cache by default (still requires enabling SSLUseStapling in vhost)- updated to 2.4.37 * mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. [Rainer Jung] * mod_ssl: Fix crash during SSL renegotiation with OptRenegotiate set, when client certificates are available from the original handshake but were originally not verified and should get verified now. This is a regression in 2.4.36 (unreleased). [Ruediger Pluem] * mod_ssl: Correctly merge configurations that have client certificates set by SSLProxyMachineCertificate{File|Path}. [Ruediger Pluem] - updated to 2.4.36 * mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified responses. Regression introduced in 2.4.35. * mod_proxy_scgi, mod_proxy_uwsgi: improve error handling when sending the body of the response. [Jim Jagielski] * mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). Addresses github issues https://github.com/icing/mod_h2/issues/164, https://github.com/icing/mod_h2/issues/167 and https://github.com/icing/mod_h2/issues/170. [Stefan Eissing] * ab: Add client certificate support. [Graham Leggett] * ab: Disable printing temp key for OpenSSL before version 1.0.2. SSL_get_server_tmp_key is not available there. [Rainer Jung] * mod_ssl: Fix a regression that the configuration settings for verify mode and verify depth were taken from the frontend connection in case of connections by the proxy to the backend. PR 62769. [Ruediger Pluem] * MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and before signals handling to avoid lifetime issues on restart or shutdown. PR 62658. [Yann Ylavic] * mod_ssl: Add support for OpenSSL 1.1.1 and TLSv1.3. TLSv1.3 has behavioural changes compared to v1.2 and earlier; client and configuration changes should be expected. SSLCipherSuite is enhanced for TLSv1.3 ciphers, but applies at vhost level only. [Stefan Eissing, Yann Ylavic, Ruediger Pluem, Joe Orton] * mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces should be accepted after the authorization scheme. \t are also tolerated. [Christophe Jaillet] * mod_proxy_hcheck: Fix issues with interval determination. PR 62318 [Jim Jagielski] * mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499 [Dominik Stillhard ] * mod_proxy_hcheck: take balancer's SSLProxy* directives into account. [Jim Jagielski] * mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses. This is done by deprecating the use of the 'client' field and using the new 'client64' field in worker_score. PR 54848 [Bernhard Schmidt , Jim Jagielski]- consider also patterns in APACHE_CONF_INCLUDE_DIRS as documentation says (patch Juergen Gleiss)- relink /usr/sbin/httpd after apache2-MPM uninstall [bsc#1107930c#1] - simplify find_mpm function from script-helpers - /usr/sbin/httpd is now created depending on preference hardcoded in find_mpm (script-helpers), not depending on alphabetical order of MPMs - simplify spec file a bit- updated to 2.4.35: * http: Enforce consistently no response body with both 204 and 304 statuses. * mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values. * mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes. * mod_status: Add cumulated response duration time in milliseconds. * mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers. * mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. * mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557. * Allow the argument to , , , , and to be quoted. This is primarily for the benefit of . * mod_watchdog: Correct some log messages. * mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. * mod_ssl: Fix merging of SSLOCSPOverrideResponder. * mod_proxy_balancer: Restore compatibility with APR 1.4.- updated to 2.4.34: * ) Introduce zh-cn and zh-tw (simplified and traditional Chinese) error document translations. [CodeingBoy, popcorner] * ) event: avoid possible race conditions with modules on the child pool. [Stefan Fritsch] * ) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or ProxyPassReverseCookiePath directive could fail to update correctly 'domain=' or 'path=' in the 'Set-Cookie' header. PR 61560. [Christophe Jaillet] * ) mod_ratelimit: fix behavior when proxing content. PR 62362. [Luca Toscano, Yann Ylavic] * ) core: Re-allow '_' (underscore) in hostnames. [Eric Covener] * ) mod_authz_core: If several parameters are used in a AuthzProviderAlias directive, if these parameters are not enclosed in quotation mark, only the first one is handled. The other ones are silently ignored. Add a message to warn about such a spurious configuration. PR 62469 [Hank Ibell , Christophe Jaillet] * ) mod_md: improvements and bugfixes - MDNotifyCmd now takes additional parameter that are passed on to the called command. - ACME challenges have better checks for interference with other modules - ACME challenges are only handled for domains managed by the module, allowing other ACME clients to operate for other domains in the server. - better libressl integration * ) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. PR 62480. [Lubos Uhliarik } * ) logging: Some early logging-related startup messages could be lost when using syslog for the global ErrorLog. [Eric Covener] * ) mod_cache: Handle case of an invalid Expires header value RFC compliant like the case of an Expires time in the past: allow to overwrite the non-caching decision using CacheStoreExpired and respect Cache-Control "max-age" and "s-maxage". [Rainer Jung] * ) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. [Micha Lenk , Yann Ylavic] * ) mod_proxy_http: Fix response header thrown away after the previous one was considered too large and truncated. PR 62196. [Yann Ylavic] * ) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family of functions to consume the end of line when the buffer is exhausted. PR 62198. [Yann Ylavic] * ) mod_proxy_http: Add new worker parameter 'responsefieldsize' to allow maximum HTTP response header size to be increased past 8192 bytes. PR 62199. [Hank Ibell ] * ) mod_ssl: Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certificate chain. PR62112. [Ricardo Martin Camarero ] * ) http: Fix small memory leak per request when handling persistent connections. [Ruediger Pluem, Joe Orton] * ) mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTMLURLMap. [Ewald Dieterich ] * ) mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. PR 62220. [Chritophe Jaillet, Yann Ylavic] * ) mod_remoteip: When overriding the useragent address from X-Forwarded-For, zero out what had been initialized as the connection-level port. PR59931. [Hank Ibell ] * ) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. [Yann Ylavic] * ) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are used as drop-in replacements for unusable workers in the same load balancer set. This differs from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim Riggs] * ) suexec: Add --enable-suexec-capabilites support on Linux, to use setuid/setgid capability bits rather than a setuid root binary. [Joe Orton] * ) suexec: Add support for logging to syslog as an alternative to logging to a file; use --without-suexec-logfile --with-suexec-syslog. [Joe Orton] * ) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling which broke some rare but previously-working configs. [Joe Orton] * ) core, log: improve sanity checks for the ErrorLog's syslog config, and explicitly allow only lowercase 'syslog' settings. PR 62102 [Luca Toscano, Jim Riggs, Christophe Jaillet] * ) mod_http2: accurate reporting of h2 data input/output per request via mod_logio. Fixes an issue where output sizes where counted n-times on reused slave connections. [Stefan Eissing] See github issue: https://github.com/icing/mod_h2/issues/158 * ) mod_http2: Fix unnecessary timeout waits in case streams are aborted. [Stefan Eissing] * ) mod_http2: restoring the v1.10.16 keepalive timeout behaviour of mod_http2. [Stefan Eissing] * ) mod_proxy: Do not restrict the maximum pool size for backend connections any longer by the maximum number of threads per process and use a better default if mod_http2 is loaded. [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Gregg Smith] * ) mod_slotmem_shm: Add generation number to shm filename to fix races with graceful restarts. PRs 62044 and 62308. [Jim Jagielski, Yann Ylavic] * ) core: Preserve the original HTTP request method in the '%] * ) mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2 requests. [Stefan Eissing] See also https://github.com/roadrunner2/mod-proxy-protocol/issues/6 * ) mod_ssl: Fix merging of proxy SSL context outside sections, regression introduced in 2.4.30. PR 62232. [Rainer Jung, Yann Ylavic] * ) mod_md: Fix compilation with OpenSSL before version 1.0.2. [Rainer Jung] * ) mod_dumpio: do nothing below log level TRACE7. [Yann Ylavic] * ) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard). [Eric Covener] * ) core: On ECBDIC platforms, some errors related to oversized headers may be misreported or be logged as ASCII escapes. PR 62200 [Hank Ibell ] * ) mod_ssl: Fix cmake-based build. PR 62266. [Rainer Jung] * ) core: Add , and conditional section containers. [Eric Covener, Joe Orton] * %check: do not load all modules, just use default loadmodule.conf; some modules require to load another ones in advance * %install: parallel install is broken- Updated description for SSLProtocol option. [bsc#1086854]- Updated description (PCI DSS) for SSLProtocol option. [bsc#1086854]- SSLProtocol TLSv1.2 [bsc#1086854]- updated to 2.4.33: * ) core: Fix request timeout logging and possible crash for error_log hooks. [Yann Ylavic] * ) mod_slomem_shm: Fix failure to create balancers's slotmems in Windows MPM, where children processes need to attach them instead since they are owned by the parent process already. [Yann Ylavic] * ) ab: try all destination socket addresses returned by apr_sockaddr_info_get instead of failing on first one when not available. Needed for instance if localhost resolves to both ::1 and 127.0.0.1 e.g. if both are in /etc/hosts. [Jan Kaluza] * ) ab: Use only one connection to determine working destination socket address. [Jan Kaluza] * ) ab: LibreSSL doesn't have or require Windows applink.c. [Gregg L. Smith] * ) htpasswd/htdigest: Disable support for bcrypt on EBCDIC platforms. apr-util's bcrypt implementation doesn't tolerate EBCDIC. [Eric Covener] * ) htpasswd/htdbm: report the right limit when get_password() overflows. [Yann Ylavic] * ) htpasswd: Don't fail in -v mode if password file is unwritable. PR 61631. [Joe Orton] * ) htpasswd: don't point to (unused) stack memory on output to make static analysers happy. PR 60634. [Yann Ylavic, reported by shqking and Zhenwei Zou] * ) mod_access_compat: Fail if a comment is found in an Allow or Deny directive. [Jan Kaluza] * ) mod_authz_host: Ignore comments after "Require host", logging a warning, or logging an error if the line is otherwise empty. [Jan Kaluza, Joe Orton] * ) rotatelogs: Fix expansion of %Z in localtime (-l) mode, and fix Y2K38 bug. [Joe Orton] * ) mod_ssl: Support SSL DN raw variable extraction without conversion to UTF-8, using _RAW suffix on variable names. [Joe Orton] * ) ab: Fix https:// connection failures (regression in 2.4.30); fix crash generating CSV output for large -n. [Joe Orton, Jan Kaluza] * ) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic] * ) mod_ldap: Avoid possible crashes, hangs, and busy loops due to improper merging of the cache lock in vhost config. PR 43164 [Eric Covener] * ) mpm_event: Do lingering close in worker(s). [Yann Ylavic] * ) mpm_queue: Put fdqueue code in common for MPMs event and worker. [Yann Ylavic] * ) mod_session: Strip Session header when SessionEnv is on. [Yann Ylavic] * ) mod_cache_socache: Fix caching of empty headers up to carriage return. [Yann Ylavic] * ) core: For consistency, ensure that read lines are NUL terminated on any error, not only on buffer full. [Yann Ylavic] * ) mod_authnz_ldap: Fix language long names detection as short name. [Yann Ylavic] * ) mod_proxy: Worker schemes and hostnames which are too large are no longer fatal errors; it is logged and the truncated values are stored. [Jim Jagielski] * ) regex: Allow to configure global/default options for regexes, like caseless matching or extended format. [Yann Ylavic] * ) mod_auth_digest: Actually use the secret when generating nonces. This change may cause problems if used with round robin load balancers. PR 54637 [Stefan Fritsch] * ) mod_proxy: Allow setting options to globally defined balancer from ProxyPass used in VirtualHost. Balancers are now merged using the new merge_balancers method which merges the balancers options. [Jan Kaluza] * ) logresolve: Fix incorrect behavior or segfault if -c flag is used Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259 [Stefan Fritsch] * ) mod_remoteip: Add support for PROXY protocol (code donated by Cloudzilla). Add ability for PROXY protocol processing to be optional to donated code. See also: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt [Cloudzilla/roadrunner2@GitHub, Jim Jagielski, Daniel Ruggeri] * ) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, allowing per backend TLS configuration. [Yann Ylavic] * ) mod_proxy_uwsgi: Add in UWSGI proxy (sub)module. [Roberto De Ioris, Jim Jagielski] * ) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not depend on the number of restarts (non-Unix systems) and preserve shared names as much as possible on configuration changes for SHMs and persisted files. PR 62044. [Yann Ylavic, Jim Jagielski] * ) mod_http2: obsolete code removed, no more events on beam pool destruction, discourage content encoders on http2-status response (where they do not work). [Stefan Eissing] * ) mpm_event: Let the listener thread do its maintenance job on resources shortage. PR 61979. [Yann Ylavic] * ) mpm_event: Wakeup the listener to re-enable listening sockets. [Yann Ylavic] * ) mod_ssl: The SSLCompression directive will now give an error if used with an OpenSSL build which does not support any compression methods. [Joe Orton] * ) mpm_event,worker: Mask signals for threads created by modules in child init, so that they don't receive (implicitely) the ones meant for the MPM. PR 62009. [Armin Abfalterer , Yann Ylavic] * ) mod_md: new experimental, module for managing domains across virtual hosts, implementing the Let's Encrypt ACMEv1 protocol to signup and renew certificates. Please read the modules documentation for further instructions on how to use it. [Stefan Eissing] * ) mod_proxy_html: skip documents shorter than 4 bytes PR 56286 [Micha Lenk ] * ) core, mpm_event: Avoid a small memory leak of the scoreboard handle, for the lifetime of the connection, each time it is processed by MPM event. [Yann Ylavic] * ) mpm_event: Update scoreboard status for KeepAlive state. [Yann Ylavic] * ) mod_ldap: Fix a case where a full LDAP cache would continually fail to purge old entries and log AH01323. PR61891. [Hendrik Harms ] * ) mpm_event: close connections not reported as handled by any module to avoid losing track of them and leaking scoreboard entries. PR 61551. [Yann Ylavic] * ) core: A signal received while stopping could have crashed the main process. PR 61558. [Yann Ylavic] * ) mod_ssl: support for mod_md added. [Stefan Eissing] * ) mod_proxy_html: process parsed comments immediately. Fixes bug (seen in the wild when used with IBM's HTTPD bundle) where parsed comments may be lost. [Nick Kew] * ) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew] * ) mod_proxy_html: fix typo-bug processing "strict" vs "transitional" HTML/XHTML. PR 56457 [Nick Kew] * ) mpm_event: avoid a very unlikely race condition between the listener and the workers when the latter fails to add a connection to the pollset. [Yann Ylavic] * ) core: silently ignore a not existent file path when IncludeOptional is used. PR 57585. [Alberto Murillo Silva , Luca Toscano] * ) mod_macro: fix usability of globally defined macros in .htaccess files. PR 57525. [Jose Kahan , Yann Ylavic] * ) mod_rewrite, core: add the Vary header when a condition evaluates to true and the related RewriteRule is used in a Directory context (triggering an internal redirect). [Luca Toscano] * ) ab: Make the TLS layer aware that the underlying socket is nonblocking, and use/handle POLLOUT where needed to avoid busy IOs and recover write errors when appropriate. [Yann Ylavic] * ) ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous read was incomplete (the SSL case can cause the next poll() to timeout since data are buffered already). PR 61301 [Luca Toscano, Yann Ylavic] * ) mod_http2: avoid unnecessary data retrieval for a trace log. Allow certain information retrievals on null bucket beams where it makes sense. [Stefan Eissing]- Replace SuSEFirewall2 by firewalld II (fate#323460) [bsc#1083492]- build mod_http2 also for 42.3- remove NameVirtualHost from documentation [bsc#1078557]- for older distros, still use SuSEFirewall2 [bsc#1071548c#7]- Replace SuSEFirewall2 by firewalld (fate#323460)- build brotli module- Do not requires w3m, only recommends it.- do not build with nghttp2 for SLE-12-SP3- which was split after SLE11- Add which and w3m as dependencies. poo#28406- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- APACHE_MODULES now contains authn_core in default configuration [bsc#1066661]- updated to 2.4.29: * ) mod_unique_id: Use output of the PRNG rather than IP address and pid, avoiding sleep() call and possible DNS issues at startup, plus improving randomness for IPv6-only hosts. [Jan Kaluza] * ) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is used in a condition that evaluates to true. PR 58231 [Luca Toscano] * ) mod_http2: v0.10.12, removed optimization for mutex handling in bucket beams that could lead to assertion failure in edge cases. [Stefan Eissing] * ) mod_proxy: Fix regression for non decimal loadfactor parameter introduced in 2.4.28. [Jim Jagielski] * ) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set. PR 61546. [Lubos Uhliarik ] * ) mod_rewrite: Add support for starting External Rewriting Programs as non-root user on UNIX systems by specifying username and group name as third argument of RewriteMap directive. [Jan Kaluza] * ) core: Rewrite the Content-Length filter to avoid excessive memory consumption. Chunked responses will be generated in more cases than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem] * ) mod_ssl: Fix SessionTicket callback return value, which does seem to matter with OpenSSL 1.1. [Yann Ylavic]- gensslcert: * set also SAN [bsc#1045159] * drop -C argument, it was not mapped to CN actually * consider also case when hostname does return empty string or does not exist [bsc#1057406] * do not consider environment ROOT variable- updated to 2.4.28: * ) SECURITY: CVE-2017-9798 (cve.mitre.org) Corrupted or freed memory access. must now be used in the main configuration file (httpd.conf) to register HTTP methods before the .htaccess files. [Yann Ylavic] * ) event: Avoid possible blocking in the listener thread when shutting down connections. PR 60956. [Yann Ylavic] * ) mod_speling: Don't embed referer data in a link in error page. PR 38923 [Nick Kew] * ) htdigest: prevent a buffer overflow when a string exceeds the allowed max length in a password file. [Luca Toscano, Hanno Böck ] * ) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). [Jim Jagielski] * ) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically. PR 61142. * ) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] * ) mod_http2: Fix for stalling when more than 32KB are written to a suspended stream. [Stefan Eissing] * ) build: allow configuration without APR sources. [Jacob Champion] * ) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184. [Bernard Spil , Michael Schlenker , Yann Ylavic] * ) core/log: Support use of optional "tag" in syslog entries. PR 60525. [Ben Rubson , Jim Jagielski] * ) mod_proxy: Fix ProxyAddHeaders merging. [Joe Orton] * ) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. [Yann Ylavic] * ) event: Avoid listener periodic wake ups by using the pollset wake-ability when available. PR 57399. [Yann Ylavic, Luca Toscano] * ) mod_proxy_wstunnel: Fix detection of unresponded request which could have led to spurious HTTP 502 error messages sent on upgrade connections. PR 61283. [Yann Ylavic]- suexec binary moved to main package [bsc#1054741]- do not call and do not ship apache-22-24-upgrade [bsc#1042037]- make the package runable on non systemd systems + deprecated-scripts-arch.patch- updated to 2.4.27: * ) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table' global variable when using Lua 5.2 or later. This was exported as a side effect from luaL_register, which is no longer supported as of Lua 5.2 which deprecates pollution of the global namespace. [Rainer Jung] * ) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork. The server will continue to run, but HTTP/2 will no longer be negotiated. [Stefan Eissing] * ) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202. [Jacob Champion, Jim Jagielski] * ) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3. PR58188, PR60831, PR61245. [Rainer Jung] * ) mod_http2: Simplify ready queue, less memory and better performance. Update mod_http2 version to 1.10.7. [Stefan Eissing] * ) Allow single-char field names inadvertantly disallowed in 2.4.25. PR 61220. [Yann Ylavic] * ) htpasswd / htdigest: Do not apply the strict permissions of the temporary passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem] * ) core: Avoid duplicate HEAD in Allow header. This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26. PR 61207. [Christophe Jaillet] - drop upstreamed patch: * httpd-2.4.12-lua-5.2.patch (see upstream's PR#58188 for details)- Adjust dependencies for rename apr/apr-util packages- remove /usr/bin/http2 symlink only during apache2 package uninstall, not upgrade [bsc#1041830]- updated to 2.4.26: This release of Apache is a security, feature, and bug fix release. For details, see http://httpd.apache.org/dev/dist/CHANGES_2.4.26 - refreshed patches: . httpd-2.4.12-lua-5.2.patch . httpd-2.4.x-fate317766-config-control-two-protocol-options.diff - removed patches (upstreamed) . httpd-cache-forward-http-proxy.patch . httpd-cache-revert-svn1773397.patch- server-tunning.conf: MaxClients was renamed to MaxRequestWorkers [bsc#1037731] - gensslcert: use hostname when fqdn is too long [bsc#1035829]- remove apache-doc and apache-example-pages obsoletes/provides- PreRequire user wwwrun and group www- start_apache2: include individual sysconfig.d files instead of sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf is processed [bsc#1023616]- revert an attempt to fix PR 60458 + httpd-cache-revert-svn1773397.patch- fix caching of forward proxy + httpd-cache-forward-http-proxy.patch- Don't require insserv if we don't need it.- Added new HTTP2 option to sysconfig to ease enabling http2 - Added new protocols.conf which is included globally - Enable http2 also for Leap 42.2+ and SLE12_SP2+- update to 2.4.25: fixed several security issues (CVE-2016-8740, CVE-2016-5387, CVE-2016-2161, CVE-2016-0736, CVE-2016-8743), many fixes and improvements of mod_http2 and other modules; see CHANGES for full change log - verify tarball: added httpd*.bz2.asc, apache2.keyring and remove 60C5442D.key- fix build with new systemd + amended httpd-2.4.3-mod_systemd.patch- Replace mixed indentation with predominant style.- add NotifyAccess=all to service file [bsc#980663]- Remove the omc xml config. It is useless nowdays- readd the support of multiple entries in APACHE_ACCESS_LOG [bsc#991032]- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff Introduces directives to control two protocol options: * HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD * HttpExpectStrict - allow admin to control whether we must see "100-continue" [bsc#894225], [fate#317766]- version 2.4.23 * Fixes CVE-2016-4979 [bsc#987365] * mod_proxy_hcheck was missing due to upstream bug. * mod_proxy_fdpass needs explicit configure line now. * Full list of changes: http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) is enough and replaces all libsystemd-* libs which are obsolete.- remove Alias= from [Install] of the template service [bsc#981541c#10]- remove unneded httpd-2.4.17-debug-crash.patch- start apache services after remote-fs [bsc#978543]- removed note about ulimits in sysconfig file [bsc#976711]- do not build mod_http2 for 13.2- Update to version 2.4.20 (2.4.19 was never released) * Drop httpd-2.4.18-missing-semicolon.patch now upstream - Big changelog available, see: http://www.apache.org/dist/httpd/CHANGES_2.4.20 for details.- enable authnz_fcgi module- fix build for SLE_11_SP4: + httpd-2.4.18-missing-semicolon.patch- Update to version 2.4.18 * drop 2.4.17-protocols.patch in upstream. - Change list too long to mention here see: http://www.apache.org/dist/httpd/CHANGES_2.4.18 for details.- systemd: Set TasksMax=infinity for current systemd releases. The default limit of 512 is too small and prevents the creation of new server processes. Apache has its own runtime/harcoded limits.- fix crash when for -X + httpd-2.4.17-debug-crash.patch- add a note: FollowSymLinks or SymLinksIfOwnerMatch is neccessary for RewriteRule in given dir [bnc#955701]- restart apache once after the rpm or zypper transaction [bnc#893659] - drop some old compat code from %post- 2.4.17-protocols.patch from upstream http2 module: * master conn_rec* addition to conn_rec * improved ALPN and Upgrade handling * allowing requests for servers whose TLS configuration is compatible to the SNI server ones * disabling TLS renegotiation for slave connections- LogLevel directive into correct config file, thanks Michael Calmer for the fix [bsc#953329]- do not build mod_http2 for older distros than 13.2 for now (nghttp2 does not build there)- Include directives really into /etc/apache2/sysconfig.d/include.conf, fix from Erik Wegner [bsc#951901]- gensslcert: CN now defaults to `hostname -f` [bnc#949766] (internal), fix help [bnc#949771] (internal)- Update to 2.4.17 - Enable mod_http2/ BuildRequire nghttp2 - MPMs: Support SO_REUSEPORT to create multiple duplicated listener records for scalability - mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3 - For more changes see: http://www.apache.org/dist/httpd/CHANGES_2.4.17- start_apache2: reintroduce sysconfig.d, include it on command line (not in httpd.conf) instead of individual directives [bnc#949434] (internal), [bnc#941331]- Fixup libdir in installed files- fix Logjam vulnerability: change SSLCipherSuite cipherstring to disable export cipher suites and deploy Ephemeral Elliptic-Curve Diffie-Hellman (ECDHE) ciphers. Adjust 'gensslcert' script to generate a strong and unique Diffie Hellman Group and append it to the server certificate file [bnc#931723], [CVE-2015-4000]- add reference upstream bug#58188 along httpd-2.4.12-lua-5.2.patch- update to 2.4.16 * changes http://www.apache.org/dist/httpd/CHANGES_2.4.16 * remove the following patches (fixed in 2.4.16) * httpd-2.4.x-mod_lua_websocket_DoS.patch * httpd-2.4.12-CVE-2015-0253.patch * update httpd-2.4.12-lua-5.2.patch- add patch: httpd-2.4.12-lua-5.2.patch * lua_dump introduced a new strip option in 5.3, set it to 0 to get the old behavior * luaL_register was deprecated in 5.2, use luaL_setfuncs and luaL_newlib instead * luaL_optint was deprecated in 5.3, use luaL_optinteger instead * lua_strlen and lua_objlen wad deprecated in 5.2, use lua_rawlen instead- change Provides: from suse_maintenance_mmn = # to suse_maintenance_mmn_#- apache2 Suggests:, not Recommends: apache2-prefork; that means for example, that `zypper in apache2-worker` will not pull apache2-prefork also - installing /usr/sbin/httpd link: * do not try to install it in '%post ' when apache2 (which includes /usr/share/apache2/script-helpers) is not installed yet (fixes installation on 11sp3) * install it in '%post' if apache2 is installed after apache2- to be sure it is there- access_compat shared also for 11sp3- apache2-implicit-pointer-decl.patch renamed to httpd-implicit-pointer-decl.patch to align with other patches names- apachectl is now wrapper to start_apache2; therefore, it honors HTTPD_INSTANCE variable, see README-instances.txt for details + httpd-apachectl.patch - httpd-2.4.10-apachectl.patch- a2enmod/a2dismod and a2enflag/a2disflag now respect HTTPD_INSTANCE= environment variable, which can be used to specify apache instance name; sysconfig file is expected at /etc/sysconfig/apache2@ (see README-instances.txt for details)- provides suse_maintenance_mmn symbol [bnc#915666] (internal)- credits to Roman Drahtmueller: * add reference to /etc/permissions.local to output of %post if setting the permissions of suexec2 fails * do not enable mod_php5 by default any longer * httpd-2.0.49-log_server_status.dif obsoleted * apache2-mod_ssl_npn.patch removed because not used * include mod_reqtimeout.conf in httpd.conf * added cgid-timeout.conf, include it in httpd.conf - fix default value APACHE_MODULES in sysconfig file - %service_* macros for apache2@.service- reenable 690734.patch, it should be upstreamed by the author (Adrian Schroeter) though + httpd-2.4.9-bnc690734.patch - httpd-2.2.x-bnc690734.patch- drop startssl from start_apache2- allow to run multiple instances of Apache on one system [fate#317786] (internal) * distributed httpd.conf no longer includes sysconfig.d, nor this directory is shipped. httpd.conf includes loadmodule.conf and global.conf which are former sysconfig.d/loadmodule.conf and sysconfig.d/global.conf for default /etc/sysconfig/apache2 global.conf and loadmodule.conf are not included when sysconfig variables could have been read by start_apache2 startup script (run with systemd services). Therefore, when starting server via /usr/sbin/httpd, sysconfig variables are not taken into account. * some not-maintained scripts are moved from /usr/share/apache2 to /usr/share/apache2/deprecated-scripts * all modules comment in sysconfig file is not generated anymore * added README-instances.txt * removed Sources: load_configuration find_mpm get_module_list get_includes find_httpd_includes apache-find-directives * added Sources: deprecated-scripts.tar.xz apache2-README-instances.txt apache2-loadmodule.conf apache2-global.conf apache2-find-directives apache2@.service apache2-script-helpers- add SSLHonorCipherOrder directive to apache2-ssl-global.conf - adopt SSLCipherSuite directive value from SLE12 - remove default-vhost-ssl.conf and default-vhost.conf from /etc/apache2. These two files are not (!) read by the configuration framework, but are named *.conf, which is misleading. The files are almost identical with the vhost templates in /etc/apache2/vhosts.d/. The two templates there do it right because they are not named *.conf and are not sourced either. apache's response with no explicit (eg. default, vanilla) configuration is contained in /etc/apache2/default-server.conf. * remove apache2-README.default-vhost as there are no default-vhost* files anymore.- apache2.service: We have to use KillMode=mixed for the graceful stop, restart to work properly.- dropped 2.0 -> 2.2 modules transition during upgrade * apache-20-22-upgrade renamed to apache-22-24-upgrade - apache-*-upgrade script is called in %posttrans now [bnc#927223]- fix find_mpm to echo mpm binary- apache2.service: Only order us after network.target and nss-lookup.target but not pull the units in. - apache2.service: SSL requires correct system time to work properly, order after time-sync.target- align filenames with upstream names (and add compat symlinks) - find_httpd2_includes renamed to find_httpd_includes- access_compat now built as shared and disabled by default - amend config to use also old syntax when access_compat is loaded - added apache2-README-access_compat.txt - added apache-find-directive script - see [bnc#896083] and its duplicates- add httpd-2.4.12-CVE-2015-0253.patch to fix SECURITY: CVE-2015-0253 (cve.mitre.org) core: Fix a crash introduced in with ErrorDocument 400 pointing to a local URL-path with the INCLUDES filter active, introduced in 2.4.11. PR 57531. [Yann Ylavic]- simplify apache2.logrotate, use sharedscripts [bnc#713581]- remove curly brackets around format sequence "%y" in `stat --format="%{y}" %{SOURCE1}` that caused an incorrect evaluation. Add escaping to proper spec-cleaner processing in the future- remove 'exit 0' from the %post section in the specfile that was placed here incorrectly and caused that the rest of the %post section couldn't be executed.- /etc/init.d/apache2 reload -> systemctl reload apache2.service in apache2.logrotate [bnc#926523]- authz_default -> authz_core in sysconfig.apache2/APACHE_MODULES [bnc#922236]- Add Requires(post) apache2 to the subpackage -worker, -event and - prefork: their respective post scriptlets execute /usr/share/apache2/get_module_list, which is shipped as part of the main package. This script has the side-effect to call find_mpm, which in turn creates the corresponding /usr/sbin/httpd2 symlink.- Patched get_module_list to ensure proper SELinux context for sysconfig.d/loadmodule.conf- Pname -> name variable reduction - Try to fix sle11 build- Version bumpt o 2.4.12: * ) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for internationalization. [William Rowe] * ) mpm_winnt: Normalize the error and status messages emitted by service.c, the service control interface for Windows. [William Rowe] * ) configure: Fix --enable-v4-mapped configuration on *BSD. PR 53824. [ olli hauer , Yann Ylavic ]- Exit cleanly on end of the post and cleanup the update detection - Remove Apache.xpm as it ain't used- Cleanup init/unit decision making and provide just systemd service on systemd systems- Deprecate realver define as it is equal to version. - Explicitely state MPM mods to ensure we don't lose some bnc#444878- Pass over spec-cleaner, there should be no actual technical change in this just reduction of lines in the spec- add httpd-2.4.x-mod_lua_websocket_DoS.patch to fix mod_lua bug where a maliciously crafted websockets PING after a script calls r:wsupgrade() can cause a child process crash [CVE-2015-0228], [bnc#918352].- httpd2.pid in rc.apache2 was wrong [bnc#898193]- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon with pkg-config, this is the only correct way, in current versions sd_notify is in libsystemd and in old products in libsystemd-daemon.- remove obsolete patches * httpd-2.4.10-check_null_pointer_dereference.patch * httpd-event-deadlock.patch * httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch * httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch- Apache 2.4.11 * ) SECURITY: CVE-2014-3583 (cve.mitre.org) mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. [Yann Ylavic, Jeff Trawick] * ) SECURITY: CVE-2014-3581 (cve.mitre.org) mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. [Mark Montague , Jan Kaluza] * ) SECURITY: CVE-2014-8109 (cve.mitre.org) mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. PR57204 [Edward Lu ] * ) SECURITY: CVE-2013-5704 (cve.mitre.org) core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener] * ) mod_ssl: New directive SSLSessionTickets (On|Off). The directive controls the use of TLS session tickets (RFC 5077), default value is "On" (unchanged behavior). Session ticket creation uses a random key created during web server startup and recreated during restarts. No other key recreation mechanism is available currently. Therefore using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. [Rainer Jung] * ) mod_proxy_fcgi: Provide some basic alternate options for specifying how PATH_INFO is passed to FastCGI backends by adding significance to the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener] * ) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule to opt-in to connection reuse and other Proxy options via explicitly declared "proxy workers" (] * ) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME passed to fastcgi backends. [Eric Covener] * ) core: Configuration files with long lines and continuation characters are not read properly. PR 55910. [Manuel Mausz ] * ) mod_include: the 'env' function was incorrectly handled as 'getenv' if the leading 'e' was written in upper case in statements. [Christophe Jaillet] * ) split-logfile: Fix perl error: 'Can't use string ("example.org:80") as a symbol ref while "strict refs"'. PR 56329. [Holger Mauermann ] * ) mod_proxy: Prevent ProxyPassReverse from doing a substitution when the URL parameter interpolates to an empty string. PR 56603. [] * ) core: Fix -D[efined] or [d] variables lifetime accross restarts. PR 57328. [Armin Abfalterer , Yann Ylavic]. * ) mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387. [Yann Ylavic] * ) mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads (level TRACE4). [Yann Ylavic] * ) mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198. [Jan Kaluza] * ) mod_ssl: Do not crash when looking up SSL related variables during expression evaluation on non SSL connections. PR 57070 [Ruediger Pluem] * ) mod_proxy_ajp: Fix handling of the default port (8009) in the ProxyPass and configurations. PR 57259. [Yann Ylavic] * ) mpm_event: Avoid a possible use after free when notifying the end of connection during lingering close. PR 57268. [Eric Covener, Yann Ylavic] * ) mod_ssl: Fix recognition of OCSP stapling responses that are encoded improperly or too large. [Jeff Trawick] * ) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. [Jeff Trawick] * ) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error when parsing or forwarding the response fails. [Yann Ylavic] * ) mod_ssl: Fix a memory leak in case of graceful restarts with OpenSSL >= 0.9.8e PR 53435 [tadanori , Sebastian Wiedenroth ] * ) mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read determine whether it is a normal close or a real error. PR 57168. [Yann Ylavic] * ) mod_proxy_wstunnel: abort backend connection on polling error to avoid further processing. [Yann Ylavic] * ) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. PR 57167 [Edward Lu ] * ) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC systems. PR 57092 [Edward Lu ] * ) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752 CacheLock error occurs during cache revalidation. [Eric Covener] * ) mod_ssl: Move OCSP stapling information from a per-certificate store to a per-server hash. PR 54357, PR 56919. [Alex Bligh , Yann Ylavic, Kaspar Brand] * ) mod_cache_socache: Change average object size hint from 32 bytes to 2048 bytes. [Rainer Jung] * ) mod_cache_socache: Add cache status to server-status. [Rainer Jung] * ) event: Fix worker-listener deadlock in graceful restart. PR 56960. * ) Concat strings at compile time when possible. PR 53741. * ) mod_substitute: Restrict configuration in .htaccess to FileInfo as documented. [Rainer Jung] * ) mod_substitute: Make maximum line length configurable. [Rainer Jung] * ) mod_substitute: Fix line length limitation in case of regexp plus flatten. [Rainer Jung] * ) mod_proxy: Truncated character worker names are no longer fatal errors. PR53218. [Jim Jagielski] * ) mod_dav: Set r->status_line in dav_error_response. PR 55426. * ) mod_proxy_http, mod_cache: Avoid (unlikely) accesses to freed memory. [Yann Ylavic, Christophe Jaillet] * ) http_protocol: fix logic in ap_method_list_(add|remove) in order: - to correctly reset bits - not to modify the 'method_mask' bitfield unnecessarily [Christophe Jaillet] * ) mod_slotmem_shm: Increase log level for some originally debug messages. [Jim Jagielski] * ) mod_ldap: In 2.4.10, some LDAP searches or comparisons might be done with the wrong credentials when a backend connection is reused. [Eric Covener] * ) mod_macro: Add missing APLOGNO for some Warning log messages. [Christophe Jaillet] * ) mod_cache: Avoid sending 304 responses during failed revalidations PR56881. [Eric Covener] * ) mod_status: Honor client IP address using mod_remoteip. PR 55886. [Jim Jagielski] * ) cmake-based build for Windows: Fix incompatibility with cmake 2.8.12 and later. PR 56615. [Chuck Liu , Jeff Trawick] * ) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade failed) messages from ERROR to TRACE1. Other filters do not bother re-reporting failures from lower level filters. PR56832. [Eric Covener] * ) core: Avoid useless warning message when parsing a section guarded by if $(foo) is used within the section. PR 56503 [Christophe Jaillet] * ) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the application. PR 56858. [Manuel Mausz ] * ) mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" hang until proxy timeout. PR53420 [Rainer Jung] * ) mod_log_config: Allow three character log formats to be registered. For backwards compatibility, the first character of a three-character format must be the '^' (caret) character. [Eric Covener] * ) mod_lua: Don't quote Expires and Path values. PR 56734. [Keith Mashinter, ] * ) mod_authz_core: Allow 'es to be seen from auth stanzas under virtual hosts. PR 56870. [Eric Covener]- Redone lost patch to fix boo#859439 + service reload can cause log data to be lost with logrotate under some circumstances: remove "-t" from service reload. [bnc#859439]- Fix URL syntax in various files- fix IfModule directive around SSLSessionCache [bnc#842377c#11]- added httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch to fix flaw in the way mod_headers handled chunked requests. Adds "MergeTrailers" directive to restore legacy behavior [bnc#871310], [CVE-2013-5704].- added httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch that fixes handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments [bnc#909715], [CVE-2014-8109].- fixed start at boot for ssl and encrypted key [bnc#792309]- fix shebang in start_apache2 script that contains bash-specific constructions- small improvement of ssl instructions [bnc#891813]- fix bashisms in post scripts- added httpd-2.4.10-check_null_pointer_dereference.patch to avoid a crash when Content-Type has an empty value [bnc#899836], CVE-2014-3581- httpd-event-deadlock.patch: Fix worker-listener deadlock in graceful restart.- httpd-2.1.9-apachectl.dif renamed to httpd-2.4.10-apachectl.patch and updated (fixed bashism).- drop (turned off) itk mpm spec file code as mpm-itk is now provided as a separate module, not via patch (see http://mpm-itk.sesse.net/ and [bnc#851229])- enable mod_imagemap [bnc#866366]/bin/bash/bin/bashibs-arm-3 1655192765  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy2.4.51-150200.3.48.12.4.51-150200.3.48.1apache2-workermod_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_cgid.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-workerhttpd2-worker/usr/lib64//usr/lib64/apache2-worker//usr/sbin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:24654/SUSE_SLE-15-SP2_Update/e90007b28666ae0319a1f1125ac1526e-apache2.SUSE_SLE-15-SP2_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a7871fb8e78356d9ed09ff270a8b31dd90e60db, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3fd08aeb5104a7562a9ac000b4cd3aee4d898118, for GNU/Linux 3.7.0, stripped RR R R R RRR RR R RRRR R RrX цAdROa 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-80b71812bbe21e32b4d11a5753efdfc6842d360d8e44c87b741c57860f4d97d3b?7zXZ !t/] crt:bLL AynÍMbz ,'1'ڷt>݈h2Uv/srn {o$grۇF6UT7%SsBR2}&Z~{ e$+zf/!5ZH*j4o3pg]JDƁDLR=݈x0jOT-Yv_=J;c*=|v!r$X *w ȶ\}هJ66Zc/.n5Vd7cBgj㲀4JX ᄐ]_{uwڀ thҬ s:?{^@}#q0c yB==O]ꦎ,i#ˑƾP&OY]qCQIt?%-Kf:K>( Uq|b/4Fq*>4MD;DcȚvAl9 CG2#Mr^u\?%u֤HdԩP2A܊$qbtCV2o`Oi>1>cXh ɫɞb1'x,,$7V L7{׀`΍áK@{ `ٻ69sg_Н0R4 \>R駊90wY'X[ TcG'xԈlJp e))|k5!AdNsk${#s)VA'.>ZTʺ *mzc :"y0;OKv9Dڊ>->75=ΌKFϦ񉵧վX.[/5EBJ^4THeBBўf57ڟB9L,+b{+&M14棧sN[9J؈@&X>jY4lஞŠpǵM|UD;c;3*mazLMuV+DT^IY5$TvLfG:ghC њ=BKS[Ⴕ;]fjj\'Hh7r'l1?olM'y(kW."r]M~"Zz(B KlD Y(,E];A5ul!ZR~/ټ u^3o47ZMh҆ Lztlkؑ"G/TA Ezl(tL˩C|Xj~%ӧpvy-G'a1/ðBІA"_VXئϱȓG<\e3SGSRK͵TxcDm(HV\_aiJvWƢ.DMI/ܟp eua,LaΓ`XZRb.W P% ;'QorZS /&c!d4!`%̇[w()1)wbJ*B ht^Usst D߿ܧEl{3rO7D@c$&FEdt572ٓ цݫ{o)<@, ,^u  `'Y< <*$4HJאziE̵m##")~ 9ؚlcNA8%B}-0z hy{;&gC?Udń)iv%E=PbQ"Y "TeiLN}wn EƢ&*o V?z[R\{(4I340Ьm]2 @ Y@L_Ͳ{1ǀ4bR|nƻ:Ak#5\gj:t.0UlyErUtUg͊[%)طv}'㐗#ꯔmz,$w/BN.ܭvySaakhlbWZ[ԵC1z%ڒhRQ$yD){WJ>mr %[v x 2f3 XsWNl eF 6Zps7'I&(DPͳ95 d=sVŌb_쿯2Wv LyӮ __f^( _֮ɥfX`,5`Nr|g-1U z40E/ld2qw;xk9@$JZ/L/1}rBOUA".p+0 덅~ēuiy2G[BM. @S#h"b %ov+)Gq83WQkO¢~i Eýѫ6Uھ9VAuff1`19ޒ$!C, dU$wrF)1 0aV'/M_k^rZۋ$3PUG۬cN7ԋq#nÙ(NUCgeb(?5-3+pQzb*qαV=Qqr ,2Ǽ# n4׺`|m-ʵvNTG|`2™}4ORpQ/r̴U$9j͐VJeo!iȫ]: 7s%/f&>p`m q̘o7:!eLWi7Qu Jz$uxl<_hX}!qɓ\v!mN؉ƊV˦B,^|[7\aZ0&]^!\M:ā9|C 5! ՝&ɋ0&&{"BImw ð \ >5n*n/| bfhϢR*徴N`~OE_y$ *=%^6KEw.|t .A{mb2}O bQqpQ9A-v5FrO7 9Ή)3[y=Yt0o& g>Q[Q FFVƊ6!7k a)Am f&9%8P]j{ C|)]g@[2w.P3NkJ,פ(>02Me%s6*pf$3Pb=D B&aeQuYb/O3U23ͭp+ԧ\=l$[O-T<'aI .tF>6u摤d ƒX' з3!g[ݑ}є!z (D+Jxvl:Ŧ\u$H AҤn$wt.#ikѭgL]:& dSnxc]kiH31T()cfŗ0%By 抑R!7AOIeKRp4qN8ĨvUF9f( ѺHHqTY(/jl a cg:F_.gDI3"W͒KbkQrd)\+Kw/ND<*^ǓU{2OMuK1$+Ѫ)`H UY}A({9mMgOV1s,ofoI=ZND ]*FD%]ڇ̳@p256n8:8$vyT {~5qK/)m&Mg R4s=*WH=$f1KvQ{(^㦗 ]diQ@Zh[iY`:dJQONvƘ jRB=\BA.TN&0LWepZ8C`Sև W;ȱ "K2xpdi-xyj>P94_y|WeG!m$><6 0Xg7݉[oZE}N[TRRv $,2',pFƦjF\rnrYyF<^{{'͕S`z܃ fk {OCo' &]̈HXRug8m^>ո7Q럒]D[i]mn&#nTsƐt]7B1!)ީ5Rw"<oc8̆G`t)nE]dSe|Iqٌ[$8jԸXqOnz۞!cXکpbeO2Hc= /!Bp14umCd=w?o\Oܠts@štuo~dH9o =b&θ2/ CCz!c(wg\c{bWtl )Y[)sݹ^y}DB* zkaQw8)_Ɂ `_O^]Y1j=Vmq꒻usJRvަ^^^HžŏX5"LI#̅`(ELL{jK|S!8q`f֤rJ-'d5(8B+<#6pW iVa]er \)`ې|^RLJDpE2-Mg9T2,P"(jVlS~:[l!TL]PZB4 mr._~!t:Omz$X |ɡ(>&pXTw`gMզ;A(#@7vԫLd" Uu'xO<|NݲݬZ>ƚ:UvSw^ȵ$ ٽ" <e;6GS;vٹyl™Ac<@37)ݑB!7~y hwDZ]p e|.[47)2vAJ#y+'^q͗Qw!U T#$Ia-l?%BYA{SME5TM`L,0d04CT4yiF؂c:`H"L4wRg0@--G?qބk@1 q 5z9; )YE#3S_^7^2%I9P +Z$אj1ש9R[n~[Áj96^~?ȂZR-(CEh%[k5S!1) ÉZ^cLD>fۻζg# 44 I[^%g uL@hβ_u~e!6n3oކ0Z喩Ń{k~ LңkK@YM1G'qߤ>xaxMABgI d٪;m^$*~fyPJ`8sܔ5wlYqir0(r M9ٗNEkQP/դ,}m(Ɗ>rH&:DsfW}8}*һ a\g.3#%[a^E A)TĐH9[d UBLhmWZײc01oJ[zެK=3:KH1G2wאVM/_Z5tJr*a \8s;^o&WŐke*?Ts&E;a+me[f,':ILBU"f=&v/~]âR&;N ^% zWh8̱O/yĄ Y5 n4=&K턣;|(bKʙ,[[To,o='X썋uo4X jA ,Ro~U,kNvPS'+1x>mAop@IH%NovX P|&W=YƋVO{ k[3e6.ðpHB$ R8SRrV3[ӽNtK1ΰ4ND9J}؟ ~4I=:δY7oq:uB6̓օSTA'bMiWB {я\G8K,Ӿ87)O%5_ФRCvPSVf), \ eo$e z"ڧ%S\-ucE3#c9{*晴`8J:mmb,omVLՂ> NaPyr`<=!9)jv%?lXG2Sd)J'qm޳Ltx%Ka*s2,3L(\9ІMQFLSy* }LHæ")Jxn, ̡'_y$B=;1pVto8l (Ľ}Li.B*|KفGw3C8MG"Z8r5"4-/ns-4 8dTZpl{ɿC?D-wulґ;G|P ]̨BaQb=p}Ӏ|ݹƫ,$EY;9LVWU_REKyq<@_:?#p~P^8ۀ^_ګ %&En20eb2+ Bd6lpGy|֞tmR /sokSJxYya -Y!LoJG5lc ~8|mg>G[A$nb2WWg[V6TOQY$mYY-ݥv+ʾoDl8C]+ -؎g =glt?Yu33; O+@22%1e$ Mg)$* x{"H}M#~[0Qe/2`#/ς}M!U>yXI=!DpҤ0ylS1%yS-s4Q)hnD8' z Mmj}}yH^MiŽ+8!;a&)4L9Bʞc(QgW?B/%C%.] o!łq1M#݆rG>n:9stbf Z>XZ;j[ >OZ` ν (}+KAeîh`QX XJFz#$84A/\!uy@b2(EEkE'O{r_][!HD滱-A ̊P[OlP]0l=(GW$}[5mV9*.z/ ɿ ^?7Ă$.Ǔӎ"ȋ(Jمy+~׬(p5q{1zQ2🜯nT!?/=,MogStxkb.N'2wQzV x7Eb!\\$Er\<& 9 Q*7aK0렚}w{Tǐ_8On=( ~c؝݇u?좃h-u`4 L]/6'e .ס#YB _R T wmDb7MJON&sli#j4cv?{Jrpښq]A*tm TY`۫;u$ vG-ZCrb 4Os "^!FK"{H[Ml,Dp z^rGaGRj1d, ѭ_ 1[,Y7AhY>=FRGx M'ˁpC[;$' } t@yaYZDˎ_hX! ЖWL>+]j=c䱲bNȔpgORIfōU>hgjP^XL5x*k_;0$bh~8ק7.eJ!@'0S=}ءtsh M1>-BBEo0O +$̬g䕗r"5. {ewN6BƲMVZiAaqm[uIնL:[|WvDX3ʓX%ӲZ(C3FVbl1_ڎ"Kvo4cN|%VmV?FwlXzJKEف'J1}h:| C] 0`.|/EMls2O"nYT%akd}Ja:zWh}VaK@(~0 N[,=.>a{cm\xͥ1Q,B"5 =>j_ LtwWڊ)_FuPQ%1&pZcc'dqCl4LhoDjJhQt][kp:Bk W/T3ԜS /F0Ɲb1ރn'H竼^-=Qsb\o3Ng"9 ] |#km< h9ͣh7$UP]Wce *1#0K4!{u`1 ˒qn+*83zۣxq.ڜdh]G̓J&L B,u#.=yg ߅F&+zdܡNʢ"-N!k77,3T56t(hp>|}DGIJ֜av~ ڵs" JJ1ӝzjm=90B^8.Г;[nQ BW ,WGS& ~r /V00NrqMfHH|%Kp[L/iHsy/^B&sL2zd#e&rswj,oP\ 84Hvls5؟s!fZ%luiĭTIDbAYZ\xZ>3Ha,tqٰxvW)b{I)`&d@sW4y3XLڑeU~9,,a?d"|4뼭[BBQ+3VۉF;7+,K#rm#\JoJeh.*E>DN!)dsV[%ĹAA^rDXogI7ə!r~bY5lzdY8(JA!$XǔܒtfM&%}8a >9o(Mp4Mب|&ԕ-o:%)'`P22n,7bHQxHD$K:LddjD'3Nݍ;y NA#QA}-gK%.AAm|u$N1T&; b8P5䱌~#yLMSݮPy lRԨ8Z"!\(m /)`;0{n(vHڢ Ǜ9Mb 3/EG]Z?eo_9HYϫMvy Z-4?AE vtq_=Xm[s7jkS;eFo1]NW /R:8I|1>6ʥW y,yj6TK1h~$%cFX"xu >2&98&'v'#_kn@wXt?mS "!Q^[2 ɲR%Gj)tt y!q3%ZLЯ`|,T8nߙD 2^&jP6ek L>yl@QbW}h4& } vv~܋xL+@+2JCtf a,J޾4fiՎ91 NaĎ`\ɏAj"sNh'έ!c^D8Y;Yw*D"x]iU1¤yg R0 Q,I>{cT_c+_dzl F 8Ûٟm3X\d:!AF-go/te`3βתS;|SM~bF|k%K;[HL6j^'8@MD zW|("D5~Smu7GW) ^w3dďCOuAm!}HS^_< e[K}<PBlP͍6N &uܴV?t{h!QE{ib}.:'X~YjfXM7caC>qxi0Kl }\j_b~7"O5Mv2h+FxWvW*I7qlZ=A 01%֥tja YFGtqz)7 9]&4 VqQ~QhtV3oG"~MpD{z4T$;uorML*\6w}'~NJzJbqqq:Ly>ů\bSwV\{fk_2_ھ?`jMhnΏ\|,߃3+SJČ$SV!i 33ᶎ_>|Q|E<;Ǹ堵A}eS|(5Z1Xqa?+<8$uhȆMdX1ZeRRkվϠEm.&.lƟ[5ݍ-tEl5~tPcaPeIYL4Kn` b8{f`ﯘuvۭ  Oo+i Y\١Zdł`^Y ! gWιzePRW)]l cD+s~bƻ;ގg&LW-AʉF0 I~Չ;!?Ѭh"{*"%W2,EKFK#iigwc'Ӂgǔ.hV=pobaeE?-^#뜐"`ȧO,o׺-f-[| jh,ݎs>oGBhM; rs b:2ˋdD]s&W}*p,.N7hͯ~_NkRU Ⱦ5b9ZJ-t_),Xk]XB|a\)[5ŋ{9TT"S{8)r~yo2xxځI|a|"TI\\rHX[DBo;iu:_A(2XƆ]1>՚3 G:?bq~G"vh1 5rtbT5vHOik"v*7~0b->,hx f?m) &ӂ6q1Ch#Rw;^|NlcRye5g95 A{z#]Z) ,x=RfG9"I2%+&WvpX&_F0С6ZjZ&IJAY`._i5.G3[Փn}F&CybJ6 &~5Y\Wa( VW`n>dn619G4`,eȭEOnlaI_w!O+^D#?n6w'$ ! qhM1;r_9GHsXpdj1ۮf+ܹW>,SJg#: `8.!_T[RGl+}0^V){P(_oO7 d Ag9?D2[ձ6nB 傍ߋR{./VF6$\悬ARȵu[H1W|uQ/*I+_XJ$JS`vi3*!uXm5E&r{$yjPOK.@Ue@sqiZk=/'wpN_`d㟅05WϨ\_ CWsa6T mTo;ֈLmp{T(Y6 ar7)e]h7bk6'9If822z$Gk>v_yẻU*k,IoV*,Z#Tf܍j<X9[jڃUM#\3/жgDDI^_J*4qZ0z5`\DcښQQ/1u=UOlyD)HM;&@_؊soKէ H-w͗Q;҆-B ؠyvUWaꌝ.#tZuVG;]b )r3~F\T6 W-*š/kTaoKI{4%%.kA2frQqJÃ?ot?/̟ DBL6QKFcCl4iw3ivGlq9&dCaHV-|:S~+̲% $- 7뺠X!f,`AQ{h,}GW@z&S9e\E.Z-ElsH%.lcJdx^;[Xpηc*:DVӰʡ5 PʠAPdV >h HW$ֽ<>0#]Zv 0P^4c^eއQo~LJ򕨐B˴"T8vEƖu5ބ'DEyZ2sA;y^d_kkW%w9̹,>̥.QFd# n_h aDptNvID%銃ԓywGl\ZuY:>ULaY|t\2~kۊkmy^3E`Mʆ,% oֿٟS68pqv==:6#`/(tRD}xnZ|h6Gscnس=7GG}f^gBp}OG얠{Y *=b'48 iBń&SE2V0}@v:h)o|4 ;bDD o]FO+޺@.8 SGI0u[7zёCO\l_ޣӺ0O1t3'a= oE2a% ӈ:2CZ _3n/AlN4䪻@6-31TJ=zD=>cX($/GZv|;>cW[YY86o}B]!(&a3uMPv)ScAv9Yإh]k² VP3NYAK4C}'i$%S91IY±<ҋaqZ0&s]{<#e_6CE-U 9X>;Ups?^$3Z()B((ZAP&ǿU>L=sAl}m ˠ;gQ |s!i,(M1!^Ƣ ($_rȭ뫬⃑s1B=#)qpiu16IMUGxv[zFS;O2moUjd-[D' I=~\$'4εK؈ qH!Qr,pPl9UӺYm`F"RvUB͐xd*.O{(5/9nPu[2xHv xpN o *SlU՚?pHxSS6Ċ2R*66;a/<{X·s8B I-\h=@C]g'~B̪23W-Mflp8kDѕ w8jmE!g[3u~EzPτWoESTa9RB[yJh蛑:w7=?hy"ÒVe lz$S{0Z3Un{ ; ܦw7t#h^;T R4HNï ؁ *|es>ynd/k,-E? C]gr*EpG,~2@k4XLY PsB;]/x5]QU3.bt2B5gvQñ1wAk\gzK҈|uoGx-ȱı!DR48̷~^I$ql+W88CӑI4vKS~)ށ̚Z9R-6΀tbM@5cYWlܒґӈ Jȣ`(qJi/Q=&4(Rrrd@3(n0mς/WVq.(`N P: ;􅎩+lmg2Pz Qynڥ_x::- 7gk 6?6WuA(쟖s2gz@*۲S'/&G,Hs;Xlѣ>0h0~i>geČ#NtffOiߩ ^?.eiW1Hh^W\*gk^Dq +`~'J4z}"ߢ}a :IHsD%Cpj?(V.4^sўT18 g~ .Y>ak a7)@7:m-<,{@V5"cqz Au;8ډt6)v#dE8YAMHM'K+0fhsқpӛGe몥5{ ձ8:.pv[ҚM8](3/E0~ |[9DD/>e(G'GFUCƾhtwA ZbRx&㛧t][+}a랩mMFH{år*NJPk"~2!ϻ1F~' 8Ni0܉Ư[q#N0MԊ΍.à3{(L]`*ZTNtewxMu]ଇcӗ@siV!>ݸj867wE.;Np \-n1%{mj3"C$dcYV`͚BkBbN>W5aiO%=>֪9H}"E`oHsX rRIW=u2@%}cu}Qe9w:ʴ2X_+(2q|o/lHMSn,k֮Bg :5;;-fh$eqߍ>j&WQ]axCTi2|۬_gm~@Ei%Fx{Գ0OmQتJbTJ6k)=\x=T&"ug[c)"T̕HHó}Spݑ˓k[봡MH]Lƃd2j[KsiӚ@gΉY_G䆩~jD`kO]<ԙןFq,P #'V~Fj.N?R ɫQ1<5V?FC{Kd_ɃQJ ]Cr;w@bɲ9wI-c+)9^yΠHa0yEQnd[FN:lk)z쌝7h1>t<=?4vOS,1o LY^4).t*kB<m52ܙ?LiAip.H-ci^N0D@ #.w;RY0 {DM9"1+ۊF`- xVAb:BJj29l{>`)ԙW43 _ +`PRCxA izҎa;pB*82 r/@غh6ӢŠk.bv~o5jeip((m٘4LNs൦O#!4 F]A KM׳Jii4ՐwZN'0r-\B摔y/lY%*%->ċzȰhS6&q4L|1(iVr?ya7VgSax5+30óK&L&1!2B}K6ą AWZV(>/604`>8͒ͨ7N^ԗ ~ͦ 8E|y'ްal=)Z\ 891UȨյt{Aqgc.)W")=I:S# ǵ}eexgP^el"0戤H@]<[|#gl)Hp0}*\OlMӖa.5$s'Т6QNboSh٬CAU=I+vH W]B' V4 54 &1O𝂥+1tN:BMIʓA8UN`4<ǡn+f>0Zm\wfqJBsQٴϞ㟩'-;rJ/?߹"`[-W`y׹jSѩ?Eb }w5NQmE9G5礤Г7{a;*3T]ۯMT7knLk W޴ő=y\l[]Èܾ<ܨIA*e"dexMus2EEu;|V(6`EDq&.z d:CpZ5U8FwFq pʔ BT:W RɴO SEq_{+ N)'-Gv8Ցz Boߦ̏#R:v+1Is7F5id-bM1b~#ͨ)L8 2J~XBtX'd i#Du'c%~>h:d3A*)$vx:5M3F.@NJTy':;u뎱V-MMjǦ>sU%f]Jކuڕ7^w|k|K0xjj yOvBms`eKiéz-X:+>t%NcCO~ɺ(MΚc dej(g'fnSocc$ *1 n__돗c!67@W!uG6+(Qkf\VܳoiO^rrBeAS5~I9OpV Sh6D\hd' `Mr=L ?@;+*~T8n4"PFa0(ZV9> K'6G9zTe)sV-ex,P57&zu*EW^0Z]VbOTN>a8`s^z~[頗2#a7̩yjh1p֙l|-٢.;@ 85f\}Γg?&r5`tQyބu&(J$_:ߡ1'`I8{UOȶp{MX gUFV@%Iν4Ѝыk?|h;q ,ʡDǿ#pL68bVa|ihu7o)htB64^+(>_̻MgICran *F|OL`Jn BV2z%B[4onԪR t%زhCc-ø_4JVmKSX5 /ǵֶ(oMⱏ2=Q=uXķr6]ePN`Bj3_ݻ5}srrDvhO$& sT8~y|bM~S`B\%X􉄊VCgJI2⮛poTAu-F%%px+GkW߮.DG!E;Vp}ݻzxtDa.itFj>4m/QhA3ؒt\r 5>8Zdqe]."pBy $)0֏u> i1ņͳ$ W1s!iutQuXf e*b" =O ?q9(2W5%$ >Tޟ B ǡ1l%e@ "b'P5 -[^DK}S8x}"02ȶ_m@:£>S}UMϪrsMq] CCHy3@Ż(y-B&DQcRnLoFBl)kPAu2-A,DoXhPToϱ '@pr-ۜڽ))=w1 lɎʗ"t8g1*A |CMW;'+tD!;"N1bw|7@S~@B_?/gH MG-C|e6#HTYQ[nȥk? h,:IЪ ^D:VJ\0WeA: p!dNRrF81c)\@ 4 Õ'gtؔ:Rwh/-.g=6!s=mP_öh:taϗI,.2 Ip؄(.1Ե VHwJh,p\Z.Nrqtr)MA_OnQfi¼]!J\0*䱎DXlW|}3\nxNCxӨJ_FK1FqbDZIPvZ{ m 56oFf2W+ ',ۃ;.sg[o7'8pxY, A+ȻcK4zTz>E?  3l%{螏FTG.Q}g$Lw,_!x&fاv²L=5+6T > 3.o9gw4>%PM|Xkɶ4`F VsgDt4 h>i b*OU]rU 9 7kZY)2g1ږ(Qy.)9[G,)9)褦u\B}4UUs.RSm/be1~kzݰH# lA~n;rKT|GgɊk:s߲F ZlL~0 YupJ˥і6|bJu)*Bщ -׾5x#f\\X_՛ԁXHAD4:T^Z;9ΜqNXS{ .Amܛz,Q0hZvuMNiD4g֦9Ƈ1%U(K eu*lW\35!}@Hy$"T)Ş 8ۼ1(n}s>n2{-U9zK =u箨fTv+ez|#g)KHim/pVE+8Tp~;& lC.2r8zV8PQP' ';plDKƟ q3Ma$yaو21!q8h7#-$2'$=dNuB Dtφox>řX;pR gC [ Q2rrp.ZvSL=TǼ-O8qS_7|`C"5>[ǾGru o7Lr40zl I0Np߽a\0ԁ),0GmQ`Ǝ] V$z/qY0(JD4?*2rXNC=X#4_8fJ aMCNP/ )C,/¼%tm5~C2$L ԺVW8,@GF`5{L^E|.H)u0P &Sjē-\xu~h|Ӂjyt;D]Y1y#cJR;g6$F0 42]ͪ]Ʈ^*ZCURNJ-&rv5Y}R/C&լ˶#s%n'eZN;~@u9R`4 ~BSΖnZ߯u?< &wwӎci16"~QEleTj,@Zҙ{h` N1-pkt%0MM ~^H0 o4cIl ?D4+ݿ՚`󊳴߉io}LzӸksk.xZ" /į"d4Fr(ț+6lesc1Zg^# )t'Ae)M8_k1+F_sSRg𖪸K!(jn] &}wGxV%=ƨƱ m؈WiqjE5w1\;MH' y42G[ӫqCCFA]ܑ7eGh[}%S90e|g&T±" eQͪ5\dQ i.TOXrWegPgd9U$ҀIun4U?0N1 }ι-/^Ř 80^~!/ xo4 : L 1Lt>ߡnl7*[u7\zN9-'d. UL"g/:mIt ˣy@?^/3rޱ8&HA\| ThnJ Tr>M*)!9Mm'F8ԌA"`m>ăf e1z C[ex,%Ʋ{XJrm*H9gCϖOF˿iZicUV2&>Elu1Kv}Qd Gu1{y DҟT/ro_~ ^=7r|=nE41 F@˙Q6\#( .̌69Z;/g1Wyjv~_Ju{:fzaVp# xlBeL 1+{ˬ[w]+gT8W_Pc4Рv`t^ &P.dȇ@S*T*7{ʴZVLtO?/E38LHwh{zbf{ I,iQ,c}Ԏ-o9z \f eX-m %9+{J,Xit$QLB㎊aj\;Q%h1*m$ȾiRu3IP&dY ]8DNv]奱dZe-A0uULӉw槩mB).5ѯJX1^CdƬPa,9*[TDݭM &4.*b54wB*Lܧޗ0f++1,y+a Q;MS C/ۣn80DrDFҐCXnZQ!–V^TA(ӎr/Cہ􄄀jVe ǀ箍Xϩ|ZV 8cY|<KBZꎎ X1a+w^^Nz5BE.jUNs@ >-i#oAZŤbD0 ɣ~8Y(f+@;%{L| B<cQk! }@'w[TdOn"z(J/Kha 0BbW\3 %{>K֘j| %=,mu>ò4s00y8&քn!HI 濐\eb6yDVі%Vl\LDNzZyЇ.P iIkqsa#9Wcae4ax Ocy2[APx0Χ&x%୏q3c'X+5`ۋ:9g?ElMP7VZdw]~>dWO>ʆxlpEBu㢢gY,PZdb%}gK{gCE ܻHM X .I1Ձxr3H2hҲ>Hf '@ivZmNӪ?A>GO8ݼ?e.gД>bV&G3PihOQ7a U;VwK#ܯ9ǝ. rʣ0e=gOķhz,R@CƯcZgv$$hwa:\CtnEj1Ga7򬣅hUyՀàuWA3WX2]|e_7J~5NUSsBr tةY77kX;F`>HP+ypDp#E dO,SY7`PPqQe ȸJv \Df[rPԨqHOiFqkpdo v8װ׎7KM4lCT q7P RyB\"I3*`0V9DbIWv`šO;F' -<2 ",Ϡ߽ ."3,P[cW~'P'S68faWĮ(+7AF '+]À+,bsT\= Jh˭shmܮ2}?r#}^B6܃XCcZXRfOCG,80.$}:p81V,AMr\쵶\j)A%j`D}zLLֳJ[|q rriGE?"krƃh'>泖P%~7(n(7y^ceYӞMб睻_MvXͿ&*t!AYݚԏBA3$I U~KJ#8 #)/dSĸ,ۆ&%'T10dXz$??iR7.a%s8=Ѿն 91@M =itW?Rq/+<#jj0ciU7O ze2BqkKG儢B0n>\%ϲHpi>jok''FWla@WM͜=v}Yk"ѕ(]*Gu6Źp? ЉyDTМlaTJ6oh&%.`p[`=*JFmG9ѳ24I1?y[E<2_8rlu~jziQ!ŵ禪9KA\D5©f| .=KvS%@ !^`=ף$d٤7j$7QQyu?nPZ&M Fo59Ch@PtͭgJJמdvo'Jvmcσ sQAWFqB#ȦGJRQ4q(S˖!`I쮼ڭ1.:1{<&G&?[4Jx7!qƈLw.7h뵆nCFM\+[ojLKqoKnԻh6Tx~hk:Uow>0O(R&"6u&O-J3)K NibzZQ˼#!= [ p7K&$$pP5xӄ!̥ ꍫY"K}ݤxI#q>J*ZZx93ܮ$E16pc|jΓgtr† Mry9#㦆cUq=8^{9D͹xQl2 (|A]m4@΂ar1 SNcc܏ aD⁡$sd/s u߬Y40\~0mlrJyKȳCB^u;'&U"ZH-z*m]k5!4"rɨyP \Ihz3]~;z/0APi4[~97_yCӵ],@bFMH#&<΋f'#/hV kgΤ}f_] 7˒{=0(V>[йU`PHTWT`@~m*5\W W3Oy, -tD<+y"^Ihp6#(*V"q*tЏ!@ ۴^YH蕝lX/`Y܊Ҵ—nYv /j0WL2 ,-WXu<9ѠKnUƼqUw-.nOo!-[u+tF6t4[cj"mQ PA00(͗%Y K{r/)^FD0d|*z@Q1ܲM8U|g@B]2\`3#bbFۖ)jW_C<|iտJUעK\G0!<.lŴҊܦtsb2{I]5-xNRE5hQSZb~C5l2ndi^'9SטNtw(1%J^y)D~[Va WiNޣL)CrVJ]׊9:K&PPٱvg+} Ca~k~M1 oy츻f jm21Z$Cr➷C8VFVSR"Mϣ]h/϶ԯT~8ݭ^;{G7A2WR:]W`$IR@*N؞.G k i{$bJ&Zbڢd@(sc*Ɏ.dUv5i7.0cmb3$P|%\y V6499%2DG+'|A4kYJmuL+2ѼYLC<gB -e70"(zG,Lq`&>W~qu:B$# i89@ʒ4Bq|ݑyR}MCp+nyP5nVmer!]so01R'Q #UCX<-B:b^v}W[Qu*߁ARjhJbTt5a~ĽcG΅M+2d`Ovfm #p2S?HA?B`CR?TN#bMSVQ֋HRf=}>\e Xtߏ."p-i@.k4\4O~ȟt]~89Q\,@U)rǪQr< :5kKt#?愱⎸'SuaeMp"?sJZ<7agc ;tN\ꊓ3Gǐ $?\;<_«q ZMJ( >AL[_)yc݇j:4mimA4or7\E! 㽷8 n)[eu{%]Xf'ta-_P:SN3$Oa7r`z'w;ƃg5?rV m6$*|I1 YXL`1;7EFNA߃O?nHྦUDhIbr_.E!ӆNk⢤!![|CO8o%Mi#`*> =yx&k +%@BԆ"CFJ=O;Qi^>m}(b& fW[:5FXÚ !iWު/$ D_l@Ibv[Z~H>oƮHߦ 5.R "B}+9C.ܲǵնIDF:J9xdq[0lۃx|H&6B"iݳIiwu^h0]Cοt΂\C6Zf4Ф  j4CloS锗I?@:XiӤuܜk4t"i2y *ud #AJ.8է)KFa=QABE.n>-~[:]!1k&\aTeׅ0mJ9Xr>l0`Y-)OFFʭ2m! k䎂ҳ{~F3b_?*4)HpjI`1u?WΈ߂WPYOlTܳ$ʓK`%Kw|qg2DQFk5?$TxbRwwkj/ n)eeG$+9 @*g?;-]yP(ŗ7v+~bsаS݄o0Pdi&7@6z GNpTz\7Qmqj1 [P ,44qV7Mkbe9#m/g 滋Ts([~kPr 8h٩8d~ۈН!VjP*Y2Ơ _nxCDŽ6|oD+arB=ι$(PǞ#LL 8+va#U0Փz/=ۚˍ6|?/'xxY]A__=Ҍp #_nOcS`OPz( t6t],R=$"OQtEJmדyjͳ\Bc;SYrޥnƦMkB9s/p8= XbMp>}-UH*{3de0z`#G'31Ș Cnq`pR)Ẍ́м\^1,XNRؗM̷ kJA,J  &Lws"IORi1 yKT#&F9F7_ȷa)ACCa5OZATcOyQ/{jא]iK;*b aX7"Ƃsqy\MDkIwʼ^CٹJ MNg˖r.:}Ijj#aخOo U$kG.,Љ\"KcfhUT1eZ9Lb [mی'&(A(/mq)1Y]Z{ԂSaq7u6z$}bRCEd'qG}pYjf4*6*-:ޕdUUL=tEL>RjG$img]3B|P{" =}e(*> zptKW\cˆGf3;l nR9bj$!'Xq0kWSBzI; d+C-]Җ% -P[ MK.~қV0˕dc<]^Ko#as,&$J 5RZf52F \<4١wKobxD_zbJ-xz2s|"v2;Vؘ >~oqm!#.ɧyŘ}g,gyNeC[khX\Zƍ%{Rh|2v`_0ŤXpTiY4BcSkIRer.VUlxiw(hQfd!O\ףhrO's~Zu~]}E[%Xx4Ƹ h59 0}p5QޔYyjnڜ AR'orҎ5 N>a*<>GB0SީzHjzcJL8,pQq`bI?/gDjwxAm *Cb vQ>Ph/GiJN""N+g^I;!pKAhF o;E*Rc_'m}7.C& ̖7z.?-i~qgw["t.gŲo09qo1Ih4f|I S!$k܆ukPh<:6__d1n-7 8ճzm(6rO~t9r8(8 +BG`1w2ą s #~cf\cO$FIJ,*ozHÓԄYBoՈ?b 1̷Ttq+ʕ?b.Y<%2zt2&a[ޞWod#|ް3o-` G9դw!? 8G+S56U8Κwx(=UBOvcMa-X\j#Z$I!e5Pd+C-*3rʈe#o%E}sO.Aߔߠ,,9u`t,\&/M 6ɍ)]6 Y{U0|"7$RG5IĂzV)OHhۙ[&FAkk |F\a}f60PIV/)F僘VzwM_?˔]}= b(h~F)kWP m~͛}D(v.ez5s'QkviO &phW%*h˸=4%pCTa~6qT>i)>%z&ҏo-#$RIU$EogB7{ps-\&P햮[3AqQ]%&ۚt:Vj!* Vž6r/ +{Is@-!)K}?ΑI6.HO ɵ|m c6"y7ՄO6fM3QEqUzN{D8!6 'hLx$ FVhCjhF:TX]w nѲl㹴J/49{}a TeI׀qq_;7W0{N θuyNAMarfMn3. ywOGB_b'Mim vIMײn-ѹ(&۝BÊ Ia|[˰v-?HI+[h l4#nQ#5dG<8%gz<":|9T^exRFCq+\G;PbScфۜRF7rS5/md5ΈTEMܒz`IaIB{jxq35v46ÎuUϊsÁwYVk8[(ڊ_^LEYe,IB ML=#8mK[.pKA8:VZ]]j,NmpC x'*ZG.:r6NKlZx<+`DrZ[1Ez.{%)Rn0G֎vQP| :%#XiJ7/穃j5,t$9K<·cOcB+tm#lq qr<1R7enaC G#%^GϼL#:]ۋ9;ٟC?[c0$uwG l&bUb :C(;l9`cf+)De~IKj$`NݙhNAd[~&6t{<+"i_No|:W9po_;`Eχ;Pz*βh5)dx7."-psA1K= EkՄw\PgD2-&&"@YY<#{1A1x0ƫ (ciT۷ZJG ԱerHV ̸eRC=jS JҚˮ0"܇Bp'UJᗉ\B45&H(SS#stxg@t>>O"NWz@IU vU 7-NHT iwX:ْ<鵀XYHZ'IL1ͬ~f֖V~Wu'Ot]kDkq' ԁ aj%%ftc7_O4g#8iRvdjﻁc@P/`e3q(uvi!}ɢmZGQ%~FEPm?dAx l Tf)BpBfD wX~!B0ltqB&&BA@JEa+YD/vX$ ^M/8;'}2,l٪0sP|Eu-2t#~3q :4ꓬ^8 Y Bz `h|?RY'ͳ:tD]-瀆׈ol~ϤϠ ASF|;;/‚أIzsWDN/P:>_ ;j߸^/w9*M<alҫ^Rsܝd)TbⓊ&Ch]!>7:æ;lеa :X)uxlE9}f %[\|kڸ~{KNeg 2#jjmG&e_i}L w#"fk?-Ҧ}2680o`Wp[.~tޛQGC*-øR޲h=u L۱ʂ>‰/F Ye?";;6~]p&_᭗:K|XT1;%iJ '|^VRrda{db͚ڤoHM VԾH|79qk%1Ɉ_{e(3qf1D} ~=P^xHr6ZYk;l"ɠSube27px;jhKUeS>gn@U^ϒw$eoI:|k_*U JvpePV͢\h%${3Ő|}:hVHnLII+&Aht]jQ/n{Hyt6VRp~#eU j(E5]>#RgUGOLH((T WT^%#eYzچTAՑqApq/O:=u'N"aܙEYu=n"sͶ, ]Vu&5G!2.IwQ~e"_1;| Gz9bkd } /naWA=XĵP>{:򚞉3UrR,s`7N#C*fZ xo=ɭ2TKBruy̶R4z e7D}{E 6c4gpg>$f]4w+{eP帙&RD*斝Pm,CH[ w6e:|LhڴW; 08WQh:o%l M3 v2S i͟T=j 55}lfm{MU>m{FL/1"r‚w@OܾFoRg+ N?YXpcv*çO{G/i20@ .ˇtg?ξgDEXϘ. D{0С~Uj2ddSց@YĢH/^+-wV;rjH)u8 Vh^Evi)pm}xPF Za#vзi.) ο;i*|o9)2uj`>P9R͓Nj-Z# mPwX Us)<@{ Bt4SNa3όNaԮq\6PbP^9pHn.W~U  7=?hǺ7@2 6(N1NyYha߯9w:1ee`[Bp6&$&-GZUM7p5Ynm Hn&CbKSq0nvDd?4 !Y"vRˡ;qqzu.=4 ƙF,Wl6FF7V}YާaVc# F.|؝YìWd1:sD|RC?0W=.H*(WGGbNKR, Fwq.&7ȹ,NI";O%M=7z/Ok:v`yq 8?Y3tYa=O8z2f.I_)哫vCs,W./2Y2QG*{e>! ͝i҄\INFLr,Zq7Uԍ"Ƣ|haWof-*h< C$xN3,,ڭESҩcP枣ϙveblt]_׵ AZ]oIv|ǥض|]YF81t(!,D11|Q\Bki# {6xGrbպ~"vU\!3%hg=R"ĔqkUk6wq.]sX_> nJ-_]\AP"qdU q'^~<%O=fhJ:YMP_&d0=y@L7:f(ISڱs-M&*0DL5 Z&C'9e@FVp +#7 &֣mD&ϼ 9K7^4nYnڷWC,{]Rk"$V)aQ (XӉ6%Jx:ᒿbDCL;GՄbqrFT3aYYRg<7unf<Ӳ}babW&~;>깺~3{ѭDֵ懒՟:).j7%U {kλ:kBL]]4Qbw\#' $; RBɻ%lx:XFCe6n"l͒ZX_L’pohMAAZՈ9L ϡY4Ĩn(*LT蛝`gMDډw%e ǐ"^;BS&oc`Uk,|2W]"F"e٥+Kہ5kPPxߒ{ 3⋊ R?M.$8=j##/SΉ4M7,-Ps:s*ʧ)f9e({$ w{va Y=vxό`3ab 27"n> ->=K YT{y_:[@߂#I:NF:G]<#м}cKS0丸TSM8uD9Fiwrk~kܖQ!)m}9^116mg})D,\.A|+M3=ڒFlgYO"BaokpmO?ӡ0k>< [-"^j3ю+\V&r:%F%'9Bv鵡[@oTAc}ԔAEؤ >Oz^lZ;4<W0"Ӫd>-/Nm=9%vW42M8E+$}M@΢}W96ż@XӸ7όt q ʱG_3XBnb0"hڹ}t:>dzw~9n{5_F:4\L68O &?c?3 ܝ抉 aE8,/UUo>Ə>]Ӡ͐ut:f< uS;jd8ݕnώWrM)^W 0 m!'1Rs H>YNнV *X &{;@Ot\Ϫ4/K$Gj8¸1wPa=eѹhz"=P=3bZ7.]YL%|[Ms^O60?1\V =GׁZSTAC('CxTґJCrRz* qxs9?v[q4Ş# `{BD+kda,}4G.>`/&,& oxN! 3|:ٶ ;G/\cFgt!kbsr)") 乊{z[4^V ӋulL-Z/ElMZ+ KMCZ^ylqa0K-~vק<ӘӮUm<-{۬\ߘqé&WaHkY{9jru }1Z Kx*PO(Cmqu(.]dH4 q|4`AedsNǯn> ߧֱ?/C]Ӷk8GVWlƊ i콯֖C LJ}R9dEfk2y:X 1&}˜3%!@Rh!8\H٠}ެ]gfsZJږ-5'<,y9hK{"sslC{ӔmǪguS{m[``|k4iMm]C|E LFGELrsV'7AԸbol< mPDf/v.ݣ~,H{kI-sJlq]?ӁysPk[칮ضѳSU:/MYK$S#40?M*[ aĩoy1ͳZWWH|jEL>XQW̟Zs .:7P;Qp<ԀѼ#$fovжZ $}Vҥ]Z4 D˂IID&siVՉFߩŕ TZVX ``NyJK2MD#海ϛ\v^XV7,|h X-Ļi*?n"+B!ߧ C xQKhug-TqOunեJjv6xiMo^n&!Jb=\3\a䖼 .X< SN"W_!Y 757!sz[&NMZ>hgzTX:TKD#c?b7;xiE3ȍ׮K ު8cq*7SI#SٯeeM n77 Vy2)tI7}[* u=o5 w%XY7NKLvm*Y 7 hHx8X^;*L8{FBXˡCT@30]|+A0z~{6%j<>Ŏ&Ω1RL._o08=!"v~-JWWJ―:,oJ*Cf0FY#f5,*SlH4 $MCKljLPas[#H\8 W7nɁb`2РO)FI҆UHR%(cOJ '%~/ ؛|`aTÓқXNqw Q2L1b*PƤc '/'$q׳$sF63v#h=Y2=uG<{\DH5ӌ2dIΡdv玴4Ĝ3)$=DP3#DlJ]A)S1b*yKJ0 =?)g̝kwJ *0^8z󉣭9m؜^A"8$_huhKsʅI>cyߵpWjC#'Ucg82>bl 26qnh&kg~{f3j?C KkDk$ۍ6I IgOmo-Ů 0UQ~HSJ3*Ho'# E G۴P,5Cܿ[767!0cu1|ձETJ_GXSywl_ƍ_Z,k!DW*x[ZJv nPȶ.=-_S&>BfiC;QFon!KQV[}4)+9W)6!$ӆj3ڙ.H@ !{.f,WgtjxnV̓_S-@NX{ T0sT4 J:j-9fC֔2ߒQQ Ths+4cuu*ٸK_>Ig#F<2>92 GyL}ZQ#D"Pfk?FJnQj9?$PSAbĠnPWi{~>5, /?~7rUR7/)awb&GWC}]5DX?&{_#+'k=dnjs^Kcrꦯ>qb7~){[n6%H'H33wPM.tLe86j6k7; `\I gPᦞx>k{1tX$f;rIS3M0^C[xd%( cfH"٬3̓iSY@]_oS(=r3DxWX;ԯpLJ4/#*fk cK@*(JR̦bar9nV@ؠ V2Ҳ1@QaM0`!FCEmqȜ b4˄eTO?B8khn?W Ha*6(]Ky"@O6`7 DN0Bc%Daf$m$6(TrAϪm@uīO%Gi6&ÑX#ԔHx+h#0_EceHNU`+8 <$JS%cM$^ -9O.ԉ[^_N|GE]| ~!aQ<>AM+JׄzCehcZu2kx: ]fִ"SIoj?ȋwkXRP?ҸicXW"PXSI؈!+R-5y~ *qj9SoҞ#(C( 946؅pn]Xt{^4d̃ũn\9"Vf) 8ɏ\8@$fDQ~R7gi}>Ѹ=k C)\JE]}qa^Nrk#?4`yXEĐZ>.ggLӫTU [d#.p˒Y旿 ~lYM/37:7bbDHc>w uR) D3I~Ru]'—`$64ff4 A ciY.@ kA(/>ZeSUղB!Řel'h|׈K 4"p@ # ޼~a{(qFH/rQjA'S?at 5q>D.+c3B<@tIw'e*a|_]IXlfv!"5h7fzf*BH 7ۻc$ |\]e/%^[FЮW>WǮ|1Zݛ^@ ĉr3Q_ʏ:X={8!&Dq:ʤJRh_{#6t6gQ~Nh2`G|P6&]HdT%Dѷ}jVdP+qVgpPcOU8ѓ~aॻhMR_cѵt/J7ȷFr5lDW!0o BG LV>*2)W Z3wվBM 'fè4عK& &8ڗ(Z4o'G$ L)* P:m=p&gA u(iV/#] 􇱥edw[U{flE,Qv2|(]?e}Gיo-[ .9mԱn5[C#&-)׫zz㺽JVrQ†3g8نŁ6غOςFp&='Q1f_WĄ# 0&LGRY٨ةO<6ew^ِ~B={dUa"Ms~A24F;wם{75LVA9XZ mG28$=ԅ=6/~mwE5c[lL~ZiC>'׍`+SI1Z1pvi;} gQ'IFd%W 6s` 42$x1V1*{<:.h$zklvP+B,Ń#\ JSI#"hJVs_-!ˢU7nh<@5,EkKfKCg+>`d!ppE륡&qF-Ad䞳Zr*YU],"Ļk ?ϰf/ej}Cҿ$A<،z׆"0ɼmĺR֣׺" s$ ng l8G"P,}M{lM\үWTg6P3S~g%_Ob!@.GXREgctȜTO9 >T(4 Ο5Kefyz{ci9׾0]A!' H#u(6HϨYmS/O8o逎fi!@9X2s%NJL2uW:-TJ=Աۅd; t$|]fp*?h.VRmQ8;1w+K$>gM̜n ~UCzW7D^a53v)PBQ+Φ*_W+:y@QRp 0_#u  08`)Gՠ<3 C[0u>0H ]qKȅԎ"ۖJ+DC6!g5K6 ]0=7KUYc} pLMR@Xabu7J!lO KgϭS$$Æ)ئD(V|+i?v)АQ1mh,?Z ~(Y۠H<+v q2ԮθV4\]p[{Lږ˒bM}'ȖLٹ68:5[rR$Y>U֤QUdS7[;*(ݟPàɫ2/&?jL@_&)ӖJ7#@Si䟍I{PAP3celp]KOs!.VmzVٷ*1V[YNԏiVv2WR5 \Iltk `Uxf$\Dnn7) ~ZZɨ?S}Tb-SXvh@`Rrlt{ݸčL3*36%\4Jrm%If."ZV +*hc~_kDn8,ڦS?Q ~Ie0hȲhF*'vE5Kʁ\4TߚȖp4C/qhCCk-1HzLRZg2Jt=:XQ V/8;8جu$(A&y-/[]O`.Ͼ@u`5[7Gnc#umS05! x_SҎCMGلcn =vd+6:*yN d$ uTCU]^H7W)(hni돘>[U®5}Op&QEx{2Dx8YZC?ᑝ u \w#'Q.5GHܦy LEC}C94i&a[V$qLp{7LqzELE__~#kNwT5$޴#c+ 9!i':ң8(aq'nP&D6{ {D@{ ЩКc/ih$:xyc5;<DŽ˹[FǷ}"}ajWh}Q5$ *15򮣲{>怛 [ZT¬˜3#O6_r,5j?͇q&dW% [Xzmɑ*m”I!&&E&/|9wb#$dg8vw/@:jh&>/NK=lAl{BIJ XN2+mSbmgGmy_˒+1eѠ*| t6]-=+b6>x '-yx5. R̓ 7>C\3'UЫXA>Bjꭆ]Gos+*] в~7uN\Aj&|!dʦddĔ_/??p;\|Í1<z԰y?(摛?dBr-fyyφS;`iE!AFqJMٶx_ߐ\ÏBը<|#њ`NbI=m#;"Uq뫭)m*xGN M9ӒFuM.&psq{W)Wl!.X5Ojr7̍[º[K>">Ϯiꘫ(A.5w&z}NU-~"k'ie&C K켓lV*LudYӏ:IrLj ccgi7+OK#S8`R'j|u)^;Xb𸑋 K`U oC)#GYV'h&58 oJ Z.ac8{XZ٥g>I֋:]L X{)M >'F}N(+ujjG'g d܆rb&LLn-A )%6Z?`L3e tF@V/G. 몋{݇H,uF{n̶;Lǻʇ {kT ݁Tx.>\3Ee:'I=kwP?Dh"/)HP/{aW]-Oq)ZCWvjHG:w //k2^Tu1'=/qߙa1YwvUq@8j: ]opSff4M ~Na hb0Qڥ#/ _;=6z46F˽,g*=_m5UIdžYA_'*͡6/^Ae+=|'qLŚnMl;qʿQxIccRw>t!sQ gR>ng6M<Uh%ݫ&^o~fB  ~)f rPp`iG0b #+ ֒ 6tuؿ}set*D@:0ЭYoKÈ= Ƒ)iG@_O0w:l/Q.S{uIU!DuA4i4ZFY$My;}*md%Rmt$pz~='S2kxaԸ.Q,ʥcg+sʷw d!FmƖU.zG?8] r4c٫m?|lh}2!}edC|] iA>Υvf qn[eܱ 8C>t0]DUS-8 tgD&y$ܰemV,fͿӆdWJc n`^WR x{ RA+KڥT+[ d F5g훩]@~C[I|ۘ?cXy"%I$߹|`^lG}'x#w[ 0h[GJeey;v㊋RC۞/:盛J!v*{ WrV-8pٹLZH8y]{l+:YI?ZW92+WpLM+]Xt}r^N>k0{ lM-z G?[8:ڗ536c _p.q9l,H8p,.%.yR2FQ,PaS^mP ]x·(c -ꭶQI8Ő7ƇMV'\%~gKQM܅>uC- 4 _Y##][yWyPwkqVSvðjSf[i* ;뚖XrYhj]ƎV Sp mvYplR50p>9r~MRI" d5q(Z<VCq?eM."|;BEǁGK^z;5@VuO3 h5kҠZrVBjUD; 2*9ܧw1h; ]Χ`:89K(G*04Gt}\搥ixcxWKMzƻn4ې_0܁m9~4wˋ&@z41s8w^,Q o#}4+.>aS +l N[Pf@&p7@JaD|9w}iUqʗ2ZI*uvut٦3GJ2|m|0~Q\;w8 Ck~C8 b((!uX ]-%c:]&A7׳ EмȚ /Tm\:js7-BBױBV ?>Ǻ0>Ip#\>TR{A:U$* + b].tڨL*,})"ɷsOvv7E.s=g {j>ނX[Y``(m(. cz'kLU"t+_hawrȚ^a}(k ʝU#/ kn$?x{HA 6oMrBSÁn4Dh7\l2Y̝VTP 8*)p<@  j?ypa{Ya$lWtu:}V9t..~w(wt~rQ췊ct-Sy`=-ei;};&^3*.mV)ea4^`d:Fx{HXr?~FW3owV\Mttn3B=rqCH}p)2̅e}O375u ǯ'Um{eӿn|jAi˸l4\$F̋j>yV FH &I$HqfEr fЈ G vݶZtBP̴ώ{ڠ)iX7ByN)OFKRQ֚; ̦ ħê hR궺 bҽrHHye/4,_O*5p z,MAY!NsݠijR•,FBA:c@˒^y^?㍻}ԫ%Wքr2,ݥ f R'\4FR u8Rt.y*5laW϶LC[nAr -)uUR3@ 1zٚp>2.i] -4H7r]ۆ;O)ϡFNL_봊.]/5f{4 ^piPyY5ɱHᇒH\:KPZʛrI:/"lSz utZ+`U\=H9%n~F.ox܏8Q 8(c2c?iHj{+ۛ-"iճk$ -90~5,> 8HljGȫVxXؿ=~'(|1 gRW͹ܘ" ڱ݋ ,qѧfؑ ПyۈԬ ңޭRC $ Wye w!?3`~+1H O"2?ע1`p_36SbL8M"Khǯ% z&U ! \ zµKR)zDM/"(z{Zd0,\ߥϪHčw0[@܆;? [(\%]YC 0}&VVN 58Nԧ $h=Æor=@[Ѭ5*ȹ R }^ZKcv]$L=r$9)az#M*+iW19 * _[Z%! rgQu-M.;z o&7%ը3PkNǀr:etг;FɈpv9(/T<\U4l-_#N~RI4%Y~ݾ-E9,798)_þ]q*ޞE rm"љ3X{b󩸿 yal_cS:)xZehrmc}nd5R.֏۬Fp z0m_ >irF XB}&w4w!kL "$yHXz=)?PBI6˻UX ]rH9f\cQ\z8ab<K{ɡ3]D0_;S#\c\D<℁AKT͑2UHoJ'7$Oنu늤o`=޳1( .|aO X78g" RJ@5bep0{tF ̣4'Wgߊs뽍WS91, ɵ &.a?:&l)*LM[ %nh`x~bËśGG}Rh&2x%D 1|4ye^K2okQٹ gʬϻtЋ!8UC&qr}df: ^2قRޒ8U_2,N" UQ1fL(h'rё~H2{-S뤙|Z.G EscО4 %dhފF<{:Y2tUԥ ([=1(,sB5"SATe c9c- #L)7fbbL:s-bO\9K`9wnú*@Y~QPg4S(σF6JRμ1 u=XRQ=*F{žJdgq2عj7}t0[~ a9 1@PYBNo=mF?e??RvuT(ʈKUI&, ejRG}V+~bF=劀Z^/ajԎ * |P몽JdjFD ZM&*%d"ƃGm+\E">Ӎv'*<bBz}Y(Ygsb|UWw4"FBp><5zvB(ׇ^iuJKI_VҋvF'|=lk_b\)!)@),(A1\K/x8w`Ys9T"LvS9d4 <^n9sGO뾷L),4 4"1*(0 781qU2cI`/c4W+K_?qԊ# ( 8*S39;2R/GݪRg2 1莚i71[ NXM5!R$ ڡ!LmZqm1l"*''04@@*: 8H'$zkm8ɸuDR 0;"dCZ/[8k&P<8w&gTTUB!FlKe,糴E`+!c>H~>z1bZ[KBK/rq(^sL14y>PWg{(yY!reGCl1ΏNˑE8T=nD=_a6R7u {2@`U5xIi nⷞUm2o $5طR&Mdd{>(֖ mdytɴ87V8aZ7m}e6RTϒQ]&J綡b_+' xb43c?̭YMKKq.~@`"2r2}`Jɯ%*(3ޠkrKTߦFNv>eJKz`L}ۨ/q >,$TsfXfdZ,oL'M4 (,@_Z™?da ׈Zj_ĪPLՠ %d]L2a/h0%n~#L=2h_c"ИHD;ا}I!2ta`*+WNzCnr=:@1fXթ@jmIb!h$c5<ώunKi "9W5%%Kk" '5dƨBfbF%TMNKMWMr#t'GsB%.G8#E }+A't=IuSQkߜ"ł\o+{ .{"rF 'j4yYR|&I廚H˶T,RhF ?7W,Qxx;áW9a^F#q$h;y3ISdXA2@ ?~c͡"]GD0$=7EǣۤkJ*8|=eJh v+; SȪ ) *@OFgMQAN5hZ%[%M$u>"#|WX?W6&)3CtVMůLЅ#Л]}ϊNőȳ>P: 1wW_҈ϔQ)aށv{8p2Zh XxϞ?"eOcVPj[LwسO}"[!fMw=RSiu[l#St1OQ[Ѫ3ht8+ж/w um%j]-=-O",8ˍܺxdڶ"{|^B85,$@T P7ҵg QMB)} j ߛ>$+/[; 󱮱\ok=oY|@ xct#_;փjUU6~-?GF߾OzKRupJϭc٦ tdŤsV6wx\<5 <,QJKzPLؔά}3~xų k I2ZqL8B:Mg}|i@%fmo!=憭`H5f! |Dg=*BSw_wD^7=_<rVSɼdl?JM dT.pnnv}Yt,A?⻣E5"72,J}) N8R.MG8.dooOG˹Y J+!cB]ѿ͊;;M`q_p*bJ2eQ4ƾP n'R pot8GPa`gQerí?F6tOuÌ.0BgQ~QNAغ(2qZ =֜xy?PV⡻fA?py.wY,-NX[Fe4m,^|΅~ ]貪gpɸ }+K-(Աb1\zW_1u^(F2q~ju4dFfe%LP=x_8$ig2U |e؁4z߱} 3ߐǽ#2OVu<䁟DaW22 2_#ӳhD{y cܥڀ{>18V&u57>t `%e"TC܊PBX+8Q˖aBN{\+s̆?1py[(u/2ˆŵ㫕̜+f]uw{H;NKZխo=X~ D;dչ>#Ot-7? ˉS2m 8I7Zn1ׁ"_b#=dQtFmnҢ0HQ)w=?aB/4&JZXJI#Cᨍ\.&ݰkb_ǡe}r\̅g12kϝjx m %#Xg*J0X6ySK+ke>si9!P}ϼ/FdR-Y3|ml؏hRuUeўd}o,'mP> Q3 "4܁Wd^ LCd; pdsz KS7Wz0/dWI'Ikab;1qhH'b|D Kb~w g`aySLi 9W"`uK3a l!A`j*@ָP3H+JEy쥥6^9 lEa'Q vM_W8:g9#q1Qn'p{ڔ!wYO{fd֋Wge4 g_) ^ƳҐ,) l Q!WQC\ 5`WP#'1=IAה=p [`MxTY,eΆy +Ֆ4bc2 .av < NZ ͩFu">mFSD9iI^OA$ǿAFرt&ӄD"mNkHj8$f4/y|$A6&iB*ʡ3V0?P^5N n@*0}\T] g침@nlH߱qCDd-_,4A?ę>]nL,xx$\צX7$FQYl`h){mj^Q)ޯX| -qu-r}.vcvA sU4~5T(0jh&xGܦ(`֪FÐg=4\Q))x2ƧVkz#ڲy^~;~!r!0¦(}c(l~PP@uI3'SZK^^t-v1QnW.W47]%lإN25RCBB{ =K-5/ `H"٫ %&P ~R,T !Еq!AzjvUTIz2!?ha^:w®u:xA5z%iPTF0dc~E 5P(,u$E|AQ1dn2;͌UpQde06Ԑz3,5?=W~~ @ kvrlڬ'"[kp?i K3z6wM؅CXt^G4uAeMp7[0^9rx*oJ)YQ};g#X}8<0Z `&7Tj$Z: ePYhҢV{Sd6-%_{6tgQZ EP &e_ Cg[;sF莯> QZ8w; Ene}QWP&[vU䚏lgiBGgp>ߙ*6RgW6dF!'0q#X5KRUh%Q}at/e:=;75'^K=-0;9kUTS(@EW)r&ju3֫?APC-1zVvKXZq{nI3< ;*8!ۇXx_gB8؁| ޚ.A3e`!=DhtWN&&\)'SF0lGkB9XR4f/:kWx|Ir;vv,8<',svW_m eш z`]~؋cn);.kĻp,IfzWGRZy&D|vjͅ[|S]Rnlǽ!砰j(\4-vZ/4b+ ~tQM<;dʙ9ޓ<:}ն@r@5Iu5$R"c\/N3T KI_""{>FH-*_*_6ٍGc$7$_Zg^suJdl3h8~m['=x-iS9a{Iͥ$Zȩ\ 3a h={aԼN =,bH‰S8oj Tb\OR|'ZPZX@'Ģ8k"|m96 s\04RQ슅/DӦ|n\1f'rx@$uMkKJ*wk@\T ֗"ZGlޝ=GBˋ }KhUi`(dW9:Wy|[+ ޶/:FBR%J.|vUcOOk$ꙓS ?> \4)b{{#yɟn97мP2ug̸ ;zgig?,)@< X_~x?0~Jh昢lx#a>AQLR1_p u?ⰿ.X EtPq{nt8̌U5@zm+D%!>F Ω +p3/v1Khd8pwoq=,rҌY/ (<Ҥۚ4A< Nȉ*S z=GOw>;DOC&덇ZvKV Xw=zH*RpJ8 Pү4p1nNNݔ`mJ1?g\1hy5}yLZ?$ٖu&;g,[w,jNc}iJk)4-fQK0\T/.lV)U1vJ^.S- @&B]$5w-O-Z,}XqH7j1h˺`gĺg7~Nw!=D E[6r?WQrZAd5؟z ` 䠗{bIsatIx9;Q&Qq8! e qԱ4XQ RӢdH<$U-2+9gf7NYM`voq"//dt!A=SD]nQ̿y$l,Jt3Uzձ4yI,fdjpTwW \R.b1*-!RQ](>[2rJ1NA^<]bٞ*S͇~bӏQPAZ+ٹd>{XXs"ExKns}|)Qx >9A C<W~ [C WN3?:~aB>qwSzX& o?Taa3/u:$=Cy̖.LkҮ/^e=*gN3~()4D`g*T=Ҍgߵ/Wss񐦝rkI T! a>k<{<@43p $!xl~Y&骻,.<~ZyRDQw~Ri"mЮ47:AO>."ѥ+rpECo #qDTު\6nW&Ggt TWt895ò}Ҵg.wC7Em]aC:lBA;ŗigjۣR](UzMQ7A" Mg"\!rd 4:]1bPNl Xᾤx}*CJ-R`CDhLZ_DTi.jt(T\^C'uiCE|Ftz:Q~T[CCDoNs"8Փa6M`[C^&4䶶NF7cI03PC S>Y j ݀j({71>@B(@ MOzqsyoM$``qC@fA45pWDf:Vj=\">(xA_3h^ĴH 0u܏d|my筀[dn#G_G󬶺MlrrC4=`q0sЫHx(,@N A> KEH p=Dc0р8zvy(~%l4FulO[:Ym;7UoҩeEP-sj_3a{C=o4l@{C Srn Wg]&aw`w +t sPkqׇo;68 C*SAb->d+aoLV/6@&J4j]3Q*,Dέx?@q* 2zth`*6ۼuKF^B1ͮAH:Ơ`Dm=Œ-]. 6(+U70̧+"A(+j.ITjPu=\jyⰀ,'CҨ?VVh5}@9L! 7<5`Xu;*x@Rz ̘n'Gƛ;0 l@EQtQ9/o go?đ4w%l8⧅O.:iflVsr5* f78VwE;ME_\ JRhVkcAK".yzf$l$?X6PD:ؽ b^:UW"\mO[b%xGR]۩l+O-/Mn=luR>x,NeuNsº*/TqXu0Vc"ƌ1l n66GjѼ 6bO VeR~EX(][N>ʪMD#GnES D^YV6()ǦɏHϔ@c{E#% 1 x_MH0orj= `Qm™TrPǷ$jr,:M-PAMveCLFiW/'lUH''ƅ̎rraN*DcX6n>X~Vwbn40['{ǷXEx 3T pMuࠛrڄQ[ Zk6uԋ]#ڼԋ pBܢFaF R ]5=$^8d $omhY1WV^lIDK Kl+E$vbbbU\+3)Ap=3P?QpW}yڼR':R{S.ʞ+,E*h ~͵4Yy2Р:5V&NM^`QzWCϺ鴻7Ϝֱ8U0[*.,g<@'ىvMb=K 怦їcY` vW֨rSnvpF`R!~w ܿW)N>bҋ'![ OKh)'u,k+~Q"St&%0uj*mav6D|E5mVçÈ8G$伇dNL¢Y)bURʎ'/fÁU]ebz㔴`)BganzP 0TQxcLrUKט5$ hhm,LՍoR71_H1٬9W*aKᓉ[{9/+)ы|x "K<.P\ӥ} (wDAMU7t槖bip&6 \7rt^deپRcQВ U~U7.8@wE_XVCx)2Z2Miik{i9 O˹{HO+@_"^ drGf{i#߭`obB{M|>x19-}wlDXLr&QZ17Zyw#yGT\٢QQ\!m>fqEcr]=X^ZscgjDJaFpk+2&~)Yr( oa ~)OƉ ]-͆rEШ'G$ JqFok򹻙kmi Y uwfj ff͉PmxKmPFS8UL'.%IhF"ps08otlPk3,䘷3㄄؏B) |`kE HJl.)%]hGMC7z/'SjWPڔA5#.=]AGj>jA!P/=?>5Df$ 7`V 24–34n+)R\hr[٣ey76Tcn%rjFl!ѸK&R㐎 cWe+x,Gܧ)qk4DK"UA!P?ґZ Nꍙb#:]u)OkbDT!nص.9>*P}#l+ @<"Za ܃*GLWiQ{nk Ql/uIM~z-RV"-1ҡ2G *jtfOE, ե`+B15kǺɡ0OWH ٽTZdqI`#kY5Kcxc>8 KO{š8g''pıpGTQ;f 5oYQ౶+4M\Q2 ! %IBNBɥ~}-H>& pӧ5jVnf$]t*/!%؉x5}]"Fh6ୱ`/\̜ZNn+iqOeVcCeM.S UԶMu{r20Q> 9r65}!l_p`AaF)@'r 8aI$*#-q#a?p 6xW;}u+iOBeulz\TN¡b~ꂆKtNG dR|a Yz7-%&x?1ES"PSv*]Tp|p``n aujy@u`px]'1m`bsX5!11~9M[%ظVnGggܖ g^s<{ALr\mr@G_OwfeURdo *L.ma~Ń+V+gbB)/,Wع:KiC 1їZTk2NJ!7٨QT&PrHY!Ofjb n9FI5ZhM~In6G1Pb">=KA6TU\vj Ћ;H+љ؟n5ṢtTlh|:$Ej"~R-K̵Ey^I"%iy )Sm+4%]ԯY_f@xȫBbp0=_6WŻL>%s-%YQ"XQq(i(re|pP$ȣrK^ Alս[䟯ls@WGw nIЌKuwQW]?O eYS?q}>E'_V6ڼЦ4ܥЮȋtbLϲ&UFo pI=8bE ->nUE~է: +%Էc|'BKJ.Ebey͞pj>fr.VW2wHlQ{;)uEzX=՛>ٷR=B$1 Ң8_mTr ~ұ 4jΰ6ѓ8ުG%BfNŏ5cq,YBiܨ6:!$yq֊JǻLb,|ESWRkU#I#1Ëq$|!iP};^mr` j6 &)`X~Ls2TL $`O"9fqMwh4CfT"Ct(f:@XP4J8E\?뗿Aa'ػmР5 t{6ZlF }.NeMuKK⚸7nՍF合Wh;~L X36QP}V;Qc{g]zΪx+W m! mX:;wg5 ͗qr#?i0K:hvxCLy nae0p^c%' 0Fh{4UVU &Q;3" K {%% ~>e?vai 8~6Ƀb !0=ur~X9нh n'ƥEu$SU^g}W RtVƈUB2t<;;]lP9&_gCF0T@@w --}~{pad(%lọt=-߇cwFYthI Đ* }vo l~0=2FMXm_I}[ȩ("ZR!Д wANz'w l5[؉`W)S]7&XXn[/4e$/HJ/S"5I,gttf: Q,zokLRh;.2gLB3 "$*Se~ vCOY8J9r0Ǹg8uFoxL2JBN:麺țv^5&^]9:ui!b7L _A?3»9`&dG4ɱ 0< K>56HB]GCkoLGwu>R>{d}p)#[%0ʑWbŮ K!-wqf$mStDZϯy7.W:6ΰIܳ] +{P^8܂~p< ""`H M6F|+kfVhVbNèX)#Zs}PM˝?wJ+n ^moLlF} lÎ{zv-o_\V#}紁N@."n:~K]R, :\2*}8!FMnjTh*7Gw!n&\|:E6M畳y7"LQ c&29:2a3=#јs6$H܁VsJcnr'wLzFPM_A&;xsQXf߼oB +3sҹdɒ 3qTqv8- IVW-As؁ASlԄ_ "ɔ,^ hiѴ , {!\~-g:Elԃ4j" (:?<$|bT|ٺ$}8D)vxϓa^[+'/|vq ׺Ϧ)QJ!Gte+Ʋ'@?RjӾ܄J!vۧ]+uJL8QY꼙~B4XD{WSTcdiO萖ߖI˝Y;Q  X`8ݜS ;[&:zK!m?ԀUA}},lY/_^p҆"4F>]imzO4qk{TV sR2ZֱН6'>"̢P׀sm0J?ՐXD4cqf'˾6*U4e/OG)<({EΤ}ײW2>\#JzUH,]VGe\xx{7.ԳO|q_|!=)QluLTZy55b#V= 9&ߕ (88+f dzTM |*dy*C3ȕ>ߖ#{h'X4: DhQsEvZidc(x q_ZN4G(2ަGHGmQc|;K֬,^QHꇓ9pghd+!]ݵHY Ģ׏URZې'paD;,r􍃫ϜZ#VI=$Ǒ3SX5E%Ѯ,^F@R+2Tp #rΥU~H>FznfwTF/z&MEHJ'Io%SKOhdwɇ$Wy/sϱuN@Xkp9iN > ^AFl4]oK`qQݹn(.ׇ(VX1}U!@)A#@1HI'х*Zq@^&s+,řU i'o)!xSX.&Ӗ^1a(߉* `Lʍ`GD,3jlq܋\w.j}IgFjs pP7>C-e ܱGz`壬(HK0Ҽ_kϜ=au#{BOI*W"j>z{GVO]laڳl3K!qmUWIJ7N*o1+W?QcH'K5OcsQb"u1R]\!=OkՉ(sj {`Z#", :boAOs~7~|&H ,R4^{kyݮaPt'h;"@gv5+;( @ufS?q",ޙ+"$F_V{ !f@4"ZQv=GԿ + 5kDlN]+;IW-:u*øHWBͿw{$nDQ ?OsD|Xpړnwdo.Iw2EjWy3Fkq3'RmrAe5D4ؖ_TˤEH;6\xQbTMAYÊf*-$HqUƢU*ΔD)gbC! cXLj>c$YVv0u^2=O{[??g ;7mhCVԩpA4uVmœcRw7ZcU_B(JJ)xquM).+kR/M~\853A8Mrʓ6(AnJs_5-X#֝3+Ko\SR*z4%QUIYŒ$ "p-80jn~F=X=Ht䙮AxV/XKK7Ncoi բCO(Zs. . ˞WH -'8- yRwЛ(1r\܅۩,kPٔECwS5}X==4\+XUO8suՅO~T@z~R'@0P%Mv9O j"_-94(Д_Jm)Wj7SUU..1樎pxBlk#ػ Pӡd֛}+t?>yMwwXm~Q89@tۿ~+B1ʐ:} F-&۳N3ֺ[Z"k/jR'az!R]6$.b!@ib54tw_*Q4԰̲.ڊF pr'˽n]$(+m(~v4Y9vTR;f4/Si!PVLҷ_Ce6'mzpf( !r+ hMQLV"7Jɓ{lпhsk# MeTVM57@z`m8t]F;9[:izBiluFAxS3/B@'tQÜ%JmOC#C2Y<()L~xPz/3~ˮ~/:=-}deɅŗߖdiSج t]gG% hTy&!\GL6&Ƕxd(J)ZԪz}S x wm5f7K̰>a42F EP7` p'B=m0;x@'Dzl9s>Â$~4luՒԧTY>t0ҥнs`^?,Z+[iޟE'2W\*SY!qRgN/K<3iVX%"}Fٺeߝ$ںY ma}{`7Q@ Y,8fF Wx:jAy{Xo|>uT }qF e.Hk*Xfo^m/&6l;.l&R5$ՁfS\sKOWNRgkŁ{ɊD+Ipu^4!۷6b7c mjhޡ!)LKV/,/1j{χ PNJ/BBiS|s7< OBiWEl>YAKkP &VMXiƏGV(@sb]?s) w",j+bgUP57 O2X|;e%fW {tg'OG 9Jk> yޖeB4t; YFRM0vz.~#g<ۣp[Ew m\`cr| dY\ʏuv,q E>299:Vr20=Dܐ#fb[ӛ_7^i޽S'@M#JxtZM%ԶQ \G% fit'IZZG m+XsNf/ K+|e;,yR4xc<фqNeGXtڍx/OOAiuL+K\:R3t6¹e,a$Dݕa]c_8 }rLw;к8s23x59FfX$>A дL# ّil }6@34@7^jh2aGcF6\q;;|(_asHq˔XqTkAK?:[>2s6)"sYW Qfd&'`IJyKӧ(#/ |ewuHU0 z܊ӳn raSyLt YG K7o-'*bq828f"=~Qn,H)t bt`5놹AJQrSPhW? +0TB{;t<P5DF隮VYE ꥋ 0uKDɎy1<~bDWr\iGT~e{[2Sx-[Ѱ_S =6]@Ó$rPQY9]:_}<صhJ{ N~m?GtkT;B8B]e 4# jH"!Б}M\le/#`6 'R1N+1kݹM YP^u4+,tQ nwʫ7$ DKDMVٟ|:0N$ Ɨt?vixƍk^hl?t_[좶oȎrIԌAB_s6{F.c_gU) !MkD__L0 vR@VϪ뀖  f?ȕ}贲P t\!iHi<׆ʊ e!>YdF}94lv$(鎡u{߽G.ׇD$G?,t\W9(m!A+\cJBAWbw-޼3&ƠIK1ڈI#ݔװ:| Dć%91xCk )@ 'Ab"?m4Wޡ#r,-p<}/?2A:W7p't-@tܩsPT5SU_oBE$[j:I<qe;Na''󕯔0>BZuXc[~EVӯfj 5ׄ(9i2[K_HlBw222T֩k] -kvͻC x1;Af/s$2ûhcAڳKrfMۧz2/Jq$# Lgvw=&C,y}a2E]S1u皈#k.."RQ Zy2n䪯"$r..g&.sɮBReӘy< e,vf/žP5&J7j;R"VZu4ٔI=ŗhc3oާ#٧ NS~_q;-m{2RƎb23֩-Mtɴ'Z@pEs"Ͱ Kפ*^%E郛zbv"Ou; ^_1RWLUI{$4c`yr Pڳ;֨S)]3ZXfƇC&N!ZP&PI} 숔Fv{w˜;Xa./@z\vbҴ"f[;0oo:9HIq+i;w޽l< >w&ͳ 572 ڷ)E+C/u8A-Oϡh? ِE eMLqmc!`H8jVlQAk(uaVv&YPw:shYAFȠraAԉ\ 'FLJd>ȕ ޻y-^q#` NƁVYZܐjSjȟɥ7-w$j>y[|q}6OrTs,6 e} o{{mLyFc0cO ;<%xN6j ŹgֲWa{P>v7'@ɻO5|1:7`A8X/ҘA[a+Aٯ=hKLl:X==._ nU〹 }RAr9# }C|v|pyk~Ń_oX TۢQ)H.H)#֦mh97H `]fصh:Ju]Z#]n3SbwkS; N:rRemLet9&-_{<=т]/t5_."=-KM!!٠xzCw :omt- ul? -0aU[g)Ҫfk"\O9%“Y0䶩Dͣ@ ^÷z!dMGr\VT&'E*p4u-IM/wSMhv`*,rjuXk@-#oK3s7BCIC{Iz{g /fl7s0Af/\(f(-7vQh1 P>Mߟ;s_W9״r)f=!E *eӘ.7*FJ޹bNu"z Na5 ^ nF6XAfzCYĚ(+3up!wMXQ2_]@>QGmdrM.U!x_2_d(ss;(&9}"[6j-&OuKlT́=AD$Ğ|:u?rL$A8{9,ڨNr;( wT~0U*}8Kͮ V"#+l5$۔X>__m&OUG)z@AVoC\mBf76S֜xG3I\8#KIJz9Ԩo!+2Lԝ!XSҥ^Z͐NCAic( 21ZtM֓V>j#puib[AA(dU*҄R2 kB"WIԖ]]ҖQfPr^Ke~ɒPvEd̠l)y9by)]X ˝4@&[_O?.*oށ~:|ڝkQ<"8TmAf8\obRPXm$wP/ [Qtm=RNvT}yT{̗[~cp+ qK*yFVkYx$~jw"̊23vT8]dT F7a@Nv{%g3}(P!mҋ(ߝ5m^_߃;ڠCM6rĤ8N ΣvHqsE 7#.jQSx~؊װ $^ҫk{\RE4ƒ9*B,h"5qv)Y!ҾN2Os G52~p+{*Z3]ߠVUN<:H:XdG\~VpD,ý0pk&cCyk)+kڌ3\D5u4uM[ /(T< >烄GEG](>~! l,*lo?`P/,Hgj9DҬn0HAH245S⎺.A5Mdv0<8TvpΉPދH9b.)V. ևPrPAXqq3h_cڷ"찯*AP %5L3ueߨ>A9}bܧ0Q,^\;]hM}g,zZo 7yz8^A`_(ù=h?|l \(lHj˱5s8o f\#'(\:|)5`_PY5u 5LǍToTP8PP^yoBwP6C! p+Ed3Np LH nG} GleKI~)T;4'@űkк󓂵ƙ7yWǁBCPp@RnԨmtnb /'\=9 < Dău- xH?>7+W\3~>Guہ6=_ŕs;RQ\fhv= 7| g ryy{u8Ip:@ mʯŅ9W69fOߡd t 6z_xJ<:{~ DAf%/&w߀1hqm‚IKx°ԄWk(.MM<EgutuB&؎Md!$Vi)泴<HE͠}CVbf4dRIB&&0Vb=LeB-,DJƊu:1FM)Sg,,?u2. 0^YTr1ώ=6K"4&dЂ!99ǫ0}ٲY]:97ҳ4' HMWI'J>3Nr PIxM"զ<EIpP'GF,Vlƀ7~fBQī PQyU83%y*}ͨv pͮB#'iO3:)rtRC&r!R[45as#O+¤w }pOb]? 6Dv5Pҁ.K,(H,ȻghuqHbu]mN6bԟ^QZDhv~kY, -K-y]?37fG|;ʖ%99&L{clR7 U G#&Q)Q^Yvm~?x9ѸN{}XMtPIT\մ x FE-Ս&X }]S*!lЈ_WnPM BQx.IZH|n~q o5ZAyNSYTiᢛ?aVWzr_ vt=|Ht#Z6Ѧ|<+sZeI;`(r(vS3.>qMVA6 ߳+nLҫ? t+EOhp:tI o(|=Os\ {V,`\Crf1^p} l{]rԦoе9B4@uYriF\`S%KSL$x5]mE8XyAb!: $Y9\|I(簤x4Ka'l#C +ؘ[fR 1fxi3eA{Q+/j3Y*A@FЁùe,l -'YSI]LM Vo j}G{$z{ca@ǏM ?T5G1-:,a} ޑRO "{ t%b\,Pw\fcq5 j040:F LW|n,b4W%huH5QTC|LҍqNd[zGq92p&I߁@<saTTRp j= v2=7&zM``؞5H@+Y8`?TWyґ9#Z되dOזEYb;fI ʴ\X\(Nԣ0k "+r!~ 줶 pP‚^f㘎ޟqpE?1#N ]2ϑ1ne;SQͪ{@EzMt.EGEҧ4iŁ&^ѓBF`K آ-(2_|YM:z=sc">5c:)q,'ښi!,}pNޕ(W!lIɁ(Ñ/ ?ZXU:hj:dmuBuhx@}["[媕nF-e`ʊ:h܌(q񎙟],¹#bc.ww4.߆RF+m%'eB1[ST>58hޝD\  2K9t9筽i *Uɮͺ^ӛbh aHDo%l5)oiA(NG9k@#W!CYE\ۅ EК Y;(}+[7+KBrE4MG wq_Щ=.? !U#(qtdHY- g8$;RS-+5<(I~Ȗ *rx۴8pl!qZJ[?T㍩+, Ǻ̍5*c7s@O"Ro0֊Ls49mL+, WӻvjдHcFmӮ2qW͆ .Ӛ ܮ70؞$|(*|=*FU>o4z.gy𝢘dxM'ZKd4Bl c`Lj@"ܡuLm*L" ̄h?پ;%6DbzDž&,IgdIg ! |A $2e㭈"ŀ7- Z23!-Řg!RG[@Gi(g)=< $R[=(s7J!QjQPR/XBF-]h_7Ö%e!e} f%u ?,RŐ)Q2GـR6vsq:\6=(`%]iȢ_820;#Ͱ5wuĆ#r7|bg=QKL (/SIdH" b EVdnjLaDejxx+,RxpIJ۽&&0 J%Z\J߃TQgDb?Vn8. w!2yTE 4oA(ʵJ%6mV+7!~s qҰBl4AkYQZvd j҉5WzgOsPVVao|ua7y<3Ԏܻz q?)yj}qk} _6%Slg}:8JG{yMͣ+'icD & ht] S5YQH W<~AQ'd)VyV_<-à Dq"0ٚ#Z9i8hLm=b#u-uI蝐0@Hأ70bh嗭rHr:Jɔ#PVb/9G<K4G){j=]0 X;ϻ9KMxW*I1'ZwlIhHdcvVPˋn+@iBͮ|Ca 415sab"MIO;IE["N:\TA^>RUy cJ.AIjho&ٶT+My/r,E^\˿= 5sFvrEaN'xqjaїXgBټ*<9elp|ɦm(/ǽ~Ƽ/aw%_ +O1b a0ޔA]3ʥ,lLE9b)"߲.A親KŰw&Zw#h!g6tKVQkZ﬒1dCTQ_A`r!G aN4e>㻊TtDdR.'&J\ :yVl0钏:KItB4։C#a(>A&Oł'êLb-5vݬ.et3Ex-asZE=&Id LU\ $3N&Iz-~\\B7?14d%K ̬IrzlHF Ke<ǻ;bĆaw٣>•ɆV'tZυN")/~uVUiȎxÖOC"J;sw}8j0՜zcdT\*" 83D D̘E#SOߕX~Cz[R9Ĥ*ddQy)`g;U y:bCxq rOЏzl[DD,++L 2:/K)t @keGRo]suƞLkTB-վ]r--%CYj=rP80bsL. JA0 7 A6C+CM`/ d;YUc?]X&&"{;7z3êh|[N aLI[h* fn:Š!Ը꽉J/Rx)"c]48Fw>83}I3V%͓yAB#W0.Ai(?q;Ӊ''qܿlxl }$9 > n9v|9VùCVȿ~1H*~岺m3o`8 ;c$F Lpf 1],r2=[ ry퉉@/^L b]54TxO,7'Q9b*0 FskO:vbL2lv65ARU|D[c% z#T->irEƖ1s"|{utOwDౘg6-K} {ƘI>`79`DIyr= #Js^КRWrSn4 h6IX2t[n٤f-/#92Jak[@EÍ``?S^qR) 1,DPP*W6/Qݍ;`2.I{,@Ar,1z1b2ؙ6^j;G.鼕8_!0V%5"ΌUz~N9#u9`86|]dLB ^WzݴnĞ1a6ON*^lLXgn+@@ 6v8HJ[VEXy}cO6# /o<*&\1 B 3( "}I'k7d;-jW?RS T| ְ* fXiu04z&u[ɶʆ(GL ]u g)h?J$ /f+ P4k+PʂN{j^ϚH{6,$``ADR՞F hXUF`Sd*<7G]H,u@S ҿ^#Hс}WBk^7u<( :ݞ9V\](`?׈鱧;Bh1ЊvJ]xۆ Z[16l 9Ur6WӶxdWA)Vۄwٍ3e?cVFv́娖Diғ!d*dc6z k';@,i8CmqlOR:r؞'^>EX g.&fZj;(w҃"Z nFQcfUFu8 UJrjT"R7 krSAꊉ8:W]NILs Ԑ XԴoW{ś\5 auI䑹bFpD1* rbk7wJWw1>Dg<+idOn9:c[5߆G&"\B(-v(۝'@.ڜKJ {< S%\%F,љ#PX`zϼصT3 X2rTq..-.gh.m_sQ0рPe[[,; 8们-zaqv^tۄPС:&8&5?U)V8TI/^_{xPƞ **C՝Df#ܠR_qo߹h rLEWkj#Q n 2iowc,$4סy@^>sr= tH \WV kE)܇F xM+'sbLyo0%wsKOo)ꂖP;o C$ڄ[gOd M2k"Y9)[ޢ<z i_E!i5sxC|O:d '5UU>f6JN D|xi|ƁVt \j^Ԩ{ɟy AǶcb+y-ze|wl#!z+:8`=i:7풃bG,*<$C϶LȋM>=}_YQ;dhG6Fa#3'[ 8=64A{wY+Miv˺P͡V C9݇SZΩ DYJ-~#nZ럍1;Kt<5/h2w^`{ũ~(*S4,_qJoҵX/;z6بQ-FB̙ljL]G#|E-QPWe*r3cIZMrmYDhA;Rkp_ 9) J#[wT㷜8)Tx1|F+eI:ep701Fq҃kbM/#٭k O? zJ7+}V ?`)`:fb46*fz_FÒX^|$m ѵ=hijb"`Jl>eIo ٭+-|晦_T`r:,$AVCB$;шJwZyX9O?abwE0*c]7 qVӡ%#;eӝ1k4V^!F&h b5[܌x3yn4(w0\}3!XMnhPA|kYIĝFz9 |}¶_J/iGizsoܭ&N%H]S|EĤ.Aڦ>{n% "Z7eڏfт'攈^%h7V鶁Z 1#rǀܺy \YDl?|!WRn%9v8c۶_~5xno_+5ZɸI\bfF7%jh_r:vO@ ;5w4Fz|k%4R|.MG 8R}d3/`Ч"6|#c/OpS`>s}BA`z pŃJ)50ue@uz@`$@ΝTIwEK QҬ,Ogz;]e:~,%ZeG$AY^.+v4]}'^rROU*.&)D2v K9uG b%">+W.m8W8/!3=kt,g ўij8#I0;%.F?f,~H 8ܩL֑X\nj8P}̛?{׉q桼{Te\o}w셶M5tRaE0cJw{<1WD&8sJ2ፘm$tI<)QmHUfR-{K;΂| 6up\/Vȡ.T:Bj[%#ޛ<1scs{:x@˰mg|.9Ra7~' g]w8wyL2 \3`$1u\mli2tl8*S \H˸y 0srQŖF", 5 )?k]qQta6AJ;{PØK8XM{ v`eL-8|*rDX?͊鋔YְL+ H5խ+1puk?8mgxF'# PQ?2Mӕ/ܗX\[ tkKP'Bx;B΍e@5*Ib<{ڨp+C7Pz.)pF-HTVXpI:‰шI?ZtOzqf! wV 6ܔm):3\Bgjc ۗNADsSB$Nw[ :Zٓpi'p6B!fZɼ >g1DP^%?çW8gV/_抎b \nŬ#^͙$S2'eWg51?M=|: F\ shKY<,L} ѧ|"~eNaP10XqE>``;!oQ)3G s2Tvmi޸w<ڧp)Ken_}#U/X7'Tm&XR\ s(Bʎr oL5DLKtV)&jɌ~*-OL2mNĂ1Y'\u!H;wk9r:6*Y<Ǭ959pD5'zfA ѭFhّ(&j/WõK-k2Thh?Rn2 y&,Ó#nF╼@BZD rX˄뙅})BbR?}E&(!@iGkk;®ņoaYIGGrgyB킎KHU_m&RD@-kIe-Rw֒H"]bP1sa\ K甍}-/DloL鈮e(zk82+Ss>QWݶ Ip}:STv FI$YVw(ZHg ݞ7,#:zExFnT ?~x'Mү_rpN4c ,\hA"_wT+VD.;p0I%sR hEI糈WGd3%zũ ?Tס\ .VYƀ[uBQڨ# <xzy @{U@+Ac19c`⺧B zsUVxῶ_Z5x}tKXU( XݬYiYH*'˹2a@2SVsצ̺ F~(HVռ/zC%Pf0/<ğ#,j6r~n`=4KfeѶz(ίI̢]2䋓J2i@Zȓ1і/)WtkcYŲf:X$:;F@FՐy5^'y^ fa1S8),{#F̈<:a01q-GEW욍XXRV=h&ݕ1$l#[+6 Tj7;XH\JBP@sF3xh@s8$ Aa?%$rV}4ݑ,*޴Qj,*œ駉zjmRԩ:D37 (?1.*ȥT3$@op~>ң0Vw^sŎ<e`{Ra uBLAx$-1M}Es7~_/]ζWUs,LK*?x- ]t}8I| u}EQ԰|z$o+Eʙ};q P.^PFKKgu(20=) b\9SNB0g:\('.bڪ@V6*ŤrljeSj^<6 8!$y&=ӈq. Cׯw`;szy/rrS.NDYSc +\133ZnhڦLcuA)r!߁pg[=ypLDi Z_M8ШD1=&$ƿmi.閹λphr@ElݑEF4 rJDDU[ \{MϞT{S #a\ZmA0}37fx Z-&J5m ynrݣD^3d}_hbmmy b<gK~a_5"1)&{EE]nN78|8Xz.?9B=We n3ĻXD@O/~Br_m ;{խR@`1w!4ngOs+hU@nSjd1C3$; TN8 5ΙH]IXPSq[E&6604 fZZxWmtg2v*EUaE@,EY@l&1A]o(&#F<kԿt2o}MI%uf\r0T@'eaՐ>A Un+Nlk\[ )Ƀ~㮊2TFU[1\RZU6_N$|hST&IzHe[*vQE<ꗕT?[ 'fӪWVhw#9DSr 9\C);*6H $&s~S%_!wa?lf=b2_2Z܄E.YZY:–zi", l骎9$0P(i?NjHɑ,[~zk4 )7);wЙ.\ VMsp<$ς&^Q:',~'&Q̭G*D{na.L"_A;<"plrv}ZĈc,8h?pG@+)T¯mqbӜfm0i$D4-dWQ7k̿K$jT ARFOq@p%_XӕJ[3)rZp{ kA;ӿ2Zp=V6\%BRYn4e3[Rt65+v+STCLJ7[& "I;C11˾qT`\:ʬ$D/ƳpXBߺX-a, d)xR2ln_?cKcD:G0%yS%  nq+{V$%e<^Ss*q=++Qʻ ^:9"یEzcEq ]aő4.Уv kkXf;h6IZf"7ÂjX~ mӦFʬu@0կ'YpA[yؖAg*D'dZ 1ˆnF7ÓXAP7JICwd1S$͎ѡư8o@nړm%C|!wݓG\f㶊w7jSltx1Ȩ7-j}ӗ` ") TWڗʐ}^L? X<b)VOߥ*"PG7zɠH6rXB԰_LZ[&̫X OCr!rsB9g g }. m<ع<cY}pV paY2P\?e稽*>WzR[S34]soRd ^٣aj*%^L'ڏ,VW)oSJZf!|D\_H ;9loHѹm*W*ax#66|Pz.*٢*UyOpNs\Pī͖"(e8=.l蟡zN5KP/Y*ӛ.gqQb)6iEV m21aO%Kɞ^sSA:lI_i;VФȼӁqsqDkzf%(jos]s{!Ox%#O0/R_(7As: ee ˛7]9jaD7[e9d՛|8yoUJRԒ2Zf@!mgr8>9&x4rkM|(h)P,O PΫGjB~H6Rw>[P,W&QA\{f-p a8٨;~#L@]zH0yWJ#m|f/6Y]_%g5Ҳۉr-"j[`qJ{LS |ZT a%z hh0 (+iNаfKbl!%TWNȧy-%ZyRQѯ7ؾ? !:l{(iP XLYo-7Ӌ]  7괇߻N)h+w J[w<#B?gE%V8H>(c8K/),1JPgR` ;x[w,!{&֗t-mz;"=eKqv~w%Ũtݪê: /[UCU$"%PzaOW}@+宅 Xʡ']9nbHR(boO㪲 ]~F4.!LZrC!]QL\1ԝ)b9LnԳBo^h&Kņx/!^䶞Y$./-rβnɕi![ĂKOf\\ܤgf%%Չ]D=9u76ݨ]rYW E``V9b>hOnӦrHgYvDDQZ<7>J:G 6WaI3XuZ%G'gfIZ (ǰAG#6?6YzpaM0Zu$_ߋ3؃,]Bkl[T|9mwsteMt%N~RaZGyG'DbeGk^I¾g܁`zz"E9kaΊ2RUo+-(p׀ Q t+ܷt'LP UzEj#%h} Mm'ܡ"7|g'%՟(elC lObaVY F4ZU|-Cz$^JIY$HMbU!4 )34ZNma6D%x5˘aqwҌAW׭t%5 D$fѥ)x=4o6H+&+[\/W~G36J<~PWر]85AL{Ƅ10vJnUSg]w¸|oLNP4MCaZ {_Rw3C-<~nk酕y>b38л Ř("{ZڮaɥMkqLTZg44[D8๙2t<.WWjy!3]+@뿊6uS>K*1(%Qg`X{WL_Ĩ $QNQKR1\jXw+;/~A+ʝ>VYeq(r"JJ؍]8"4">ĩCȡ&u3dm2E`v`ic& ^Ke;8K\LE^gS^}#۾ 患K M9AÇ[ Ԝ G Hqp: bEÆ3M`d׸#ZޱE5BqʞyI&+=6iVBes\x~b%ͰE! No.QK_/N. ԑ}қ\aP_e2E$Y{ы)q@&v guc9.rgn Ϻz 't%]a;EuWζHRLN!-ɦ. oWu4+eAm= 1q$]Gk'vp+iж70mC8@Ҿc5®)0l2UcO~nuI\=*Y=lv:>Hx39CeQ䗸`_ṇ&g+gBz8 55ОbHy2)#K@zٔ;E+f3 q$Oa wb&!ʫݺ4?`, .VݿR |%U>`'8mWcfss;~' RVD:fշd?_xm`Y1[9Yrp>R|κ Wtޕ90 5᭴w.hZqnUFW1M(kN}@cC{FtEl[R>_2KK4"(Տ¥)Xf&R4\b?@GU]=u.]x۫|ێ`mLN:1\EjzDb+guDBhNL|4#H B=yyb}zKM'n0pFtG%I~-EEj ~&Mvn?"!,u`:#%6EMu,#_C Gk˻Q'^oS /iv̟Hϣy C r j@ eiip|$dڃ/X߸g w!m W*5d;RBZ|nsRn,uO5->L5 >:W8Dlk5@,[Ҍhw[+6HoJCۭ=IF} @fgidN?''SfALX݂0z3?r/^⯘:Yo;7 P mus+-m.೽ 3,H_9p0 4DƎr+NHem]߉0/X .:1#헓Ѿ,j!TE(МQ 8&}d^nSE Ga &4FgC ͌Q Uܕsjoqvtu8c[R,[9@SyHOG-2R]l\} 1>q=ϊwru[ \-̌}?03 :ˍ#sckޗBCT4hARoH XcXJD:=_pN@kF !ab#$*T,+!+2%H>4 >9!r:f?aH o`'9[fPU<& 1O#ealE-%3u |NGcc7 r[ />N͸$F7t!+'zp~n794ƍHw7QCB L}d^l~@rMȊ꿔K^3('tz VHp1dս\ے&/R2Hr:y4 ,DBE= MZS\._Wc+KP^u yxz  'A3y L[>p bR _3m ;xԿ$JQxt0ˌ9nRd1*hk /62z=y(oFsJECX ^ `DbډgLO_njȀ{ͭK8f<}볈E^}4LVfyTpGxr;;}$)Vߤ^BNY|E4k ,(|ߛxHqߺN &GG%6]. 4q4/1HVp+Põ!_,GTbY FLcնZ80ٙc/6g ށ -$W<ՍE~>$ [7fɪ:hCY//ų|{{  q6SyyH/JKI9Qɀgf }5p8V' a^{jѢxwhGFMyO}D$J,w7<%!mo7Kci \pqaVeF5]`u[ r8H=BxF& )N>} B7Wnl Ax\XOЪmzmFlv" u<6_a9+xz^u&TemJw:a+z0u)g*ꑟZYN)/#~S~ezbQl!`{u^B=7| tbrG5Li S#V׎%&f*.IiNLUݝ8iA-uOJvGP0i~ܷdz@%Z-4劬1\%e)MQz>nU6ySrO 2pa!3{T<ɿR2nG|x1Sf9t#xQ6x8l 6ѧu|Dgg=]58ݍKPdeNyT$EP9I{U`?~օ qI_񇙈L8`eb͛ř"8Ll'Inf)1gH1mʑ}eZ)]Sp=Jixdm,$˫t??|rxW٪-fFZX͇nP+l*j෾ ̲_}q4:p<~wg2I2G.-Jq[>glas5[%?ШH"?R;/?!.cG!Pax1\sTf?Vg}]I9 ȸuRNs5S{*cEKۭ(Tۺ_?{>RPLHtcl @] yЪ@\/-c,&4æmtE/\t\x(BFj-5yg8OPhGYTBV.OqR1 6n6Ê=M̷m'H1]¨BF3jj۞23US0<(GRFX ,Pv'IXr? &! 4v\}o30-y.hEX̥^Hrziɇ3EmeX{IHFQ"9n4/U{Vh@}8|J8-Wc$,,>';0ECiО(e۳iX`z8KUAX}/tлOJwL [.?!s, Tǿr(Pco97Q`t2?"nZ%hRIa+o؏p+Refըtwbi_ e;;!s,:eX0^kD)\r >BS6o?r1˒J=EսIһEcS`_,K5nP

M\8Ñ$D"ZKfZ>CĚ%2)8-̲:!@{n"Kn㙾";l#]@3_m P7I\8F/C ۇN|jj<ƯYg ΑG"? c=S,*L\Om,2yHobuڜRޚs_g$")cvF Nފ/]3{/bev4_O1; ݉lly"i]3!SZh c$~T`e|H> 3Nq{p|N(-G8T9fAUEjEҼraU_Ν C<Cۉ} |n<"L`~q_' mVwB!P6am'Vة"3Jt] ~ rsvj. gYŐ" =nSo|:{b7+:|3u=%-&ݥ>7V~DUO#gjC,k*FgVԶgif ZsK6"WD5 kLA`JC-<〃,j}~GV?`_lI ]nraA\ЃȲ,F.㺦Bpe9!|hղv~~Ou-i#Nw˹ @@EtΤ>F<8&5xdJb鏕۪D!8aUĆZ_|E+:wÈ)lTcI H4zF Qqk`uv*70jQzA FK̽`:ۊh K"|bK\|UW6 &0jS W][Qh@gAvڈSFӂb9LunQc|M-l}d՚9="D;͈L7 n?rKc%`s9yՉ։ےJ+tWl8Na"/"zڿ+%ԭ;g&tAA,-p+`"0W*u6LGy׺`FQ< BRzp_u+$PByN5}a#8UVUEOZ3aU6:1)ܔCd$.%dG0ayz(7Ywj3A[ {,/*8gq@n %q$i RSA:wqKi~)[H/& ͩʳU)^;I>.i^gO|7 tSsWqCs:Zߟb"c$^ؚ\9>m>gU_b;W:z$OzsgCBc~Sƅe#UZLbzMS;3qK|_ I u - aN X|Ai~&VpUZ~cHVw̆C"[eL-\ >yP痴NIiF@n^MKy OY `G&TGTѝJ0`KdwaNKWEQyp{ }twc1ڴLihpkр}O zvh7j3`}<4tfnNNy6d_X@vN()f{K7`/V[¿.(NR}eXsHT6\V#9Z#ivv '֑wfph0k{&GVQ!P5@rHg} 1WuZO暽 d\@t<RF~Tjs[V~d4$.^㉫'vZG2C2J,VWa 7y}~yK+xMo02!B&vɹN@0'+Loʯxs-`x]LqK0 ?> 9#r9[ܒ-;yV#TӜږ:%^QqDa agePL]'xVh,NWcAIL=dET𺲡KhsiQ:.>IER}}z si fb!l7hbE PNjLQd>C>4ÎS9ii/N;uşK5}sƖΫ^Uf,o >pF\,AO&Eg!/0dGljښho2Xsz{|4Ee7Ϣ):jW3Dg/͔2X$sx9j-qc`?`vߋG7)p}T Yg?ư)CO7mSn&T$nj{ Oۈ/zP+pVfRƃ}=HT6թl6naN4hc8`1g2y"+mOAi``6pr>v7PBa!xDgZntvO:wn#KUDә!K(Zڶnf&WR֧dˋ zrAyVU¹ވ&8?nY8°xKQٌzL`acB_=람 Z0LvjK?,hޮJ>-ujvxAAR&0.*4؝+Y9f6#|b- @}ڤ@q>ׁI Y#-#].qAdwSFVbX\7ȃ@zcO˥hfI-hnx) 0)Bg+AW2<[*y^˵fqIהr=^u%?]# pJB?oAvbǦXVuƺ8BYufy=ԯdj T\.R޼3“\@2>O(uuL!d*)Գ ʇѷkSl0Tl!oK*g#]J:_:lDK"`S/qupzNpZ]\cA jU ~:%J_eY})Qܟ Dӫ (Bq[XyJQqeC4Cӗ/AAH->#JOo7a^,.IglDZ]Jv\Ğ'SC[}Vҿi)3|A'd=G>J磅d~FE:p(IB5sR+r؏PZRh{V+ZRZOoM8j+"L7>|ұ~BsjXx;jl(HgNx&\[h2=ٔǦ s?e:NbRRY G M(rhbaj#0G1_tnLDbֲZd 3P~& \A+z,l%ʫaB+Iޜ׾|p Q!_uH\p?p2$J3lGk\v`S#xe̪qzW]tFߟ Aw-VT ;Ҿ-Q%T{)ߋʡ(z;cJq\xH8vqVs;|h Ѵ|$3s?}C}}w:,KH燘_bophӁ"F=GIQW+'dXeF|4&u;efe82H!46JV$MmԕxӄE.Cv;i4ˆMyjsI>T27 X$՛tVgp"ڭ8e?HPUa?K_sB爀Ҧd{k&5:&K 剌3Sr|Q?KFVQ F f&BjN {B={'9'G{=H"$:QI< - K$Hav'ɊKLX ǵq3>Og_~٫D 04POOkSʥd`Z<4Kjm+/0 {|1N!canEC=eȞ %7[|'~K"hin`'i'h$g [8#ʆ1 Xk_hV槒o}ífZsl˹ef,ʰ'PPL O-FA60#?@KӠZ.ONrgT4{*iHDMVYpX͵},̃E><%ɰl67EbNp cYy =x$)<S~=fc022tVq\XؗY#T/t#P) Nx(9D4Vi:Rh$vx  <k/F"xXB]ڇ wM>;:FO[  -3Z2?l#UXT/`xg!DJޙާel~=` ?4D-,z=rZ A@5SOd{T$eU:"aOGaLOs!Fx$.3V: /fdBX]mܩm'5} hQKBƳ&~{÷U=I\z 3=K 3W͐ҭ&b6uS8| Ŏ?o?ikƗ&!t$4Ǜ!I*&=Ÿ̔0QdPo7' U&6̷.=T;~ JW++OnǺ'ZeuֵuKe3H*5GCN_rA9)5o+\g ­kR2nS叩ȖTİFlEF9}r40H<bK!<} Yw` Гӿ5Wr-9 =e:>~3xyo#Z*E-D$tf^u95O,z:N2EfN+br]X񠟎B{"$~R5/,@3eEQko%8VC `] zk"RRV^`Q3 l%tj7SިL&d>$zj R򾶲L-lOaN[ %[[j1>@bXJ6@}eV-#IpGa4}߳lCpP8cO1[ +&Ni"g'(Rǹ.1*)*M2DdVt-%XU0N 5Xa[nʼ:p:1;)n2#A$q)h]MЪnwdRA MY}mv1pڒ ?Be/0Ȟh5=[jTT,fdxD+sGH6>Zo‚P&FGyWnrN.كB>`;E@%{Uv6m>`bs7P@U\-wXQ(,O Wқ?é}jRaw҈ea^LKohvfK]lP/RrRΠ'C`[@AJH7y/^lw 8&2; <%E{&rJra*i9w'jR|?0V~ Mv$rԲjmeʿ0%ZOB#EgG=eoF3X#9sJKo2BmU,>k?#2*^HijV,ۖTiF𒼒?P(`4(tU/(uBBD{Yr7/TS2J,wΐ59BZ׼ь2l[C>F;+Nc=؀[@ op{}g=lH"L]~]{)-oUƆV񤝊`0;Hh|rن\ce5|7ķbw}4sb!C&5EoI2f_S-gX^3,\+czRXƬx&dPS Gr}Ntl"6=]O_lk.6pp "9&6 x͉viFу[D +pn8].whrۑ -7 qLG{Ɠ(:ZiBټ!%w52A&# uE,C|2j~W,7=&* I Y~GHݢRUՀqg7( B+$t_$''Dwra{ƒ",{ ,uBǭ[sBwq1lQ?ަ^n5櫥׺ȥ1pf馧ۄxv$ZJhƍxΝ^;,1Eљ 4MHAj%2?һMK#[({ol/ʜʊsN@o%0FO(m D=0!%^h+LG>Hh69ꌻ^7P/*^ws挞^iʪBb)5VD)qa.s7W`.mIZҀm1[P7 ~@eضVZw'J6M(VLTxi+|ofNg/~7v9TC)u 7 :3<{&EH-a/2|$(ݚHh9+L/Gl|;Hb!%Orv %DI%qOsvF<9,v<{mQoU =$uzGO6 V~jآdcR6h5kHiy7^ T޾g f;"J|֧T>+tỜlBsϫfK8ǡ8јetu圉T2 =ˏg|@m3-Up0&~$M&@ǜPD'ǯvpo *+{cKH[Z04,!ܢ沙WӲTbxWpŗ $Ӫ@'EJg;#/'2y𳐓9޳}OHjDb6 ;A+)"MZI_Qڮ\ypdC!Wxd-֫~iI*_T8EWЄYUD>~cحI:Q+׺\5L+z!Uߔ<}FPŘɪ.HZؖJk2:K 1ḟ-A*Ƞ,J _XP"wj_HC_kZt#@%ER1GdtyVkYۘ-^bQTH$E  s$y#3K`#fE^m0 6 :Yھ$)P!5"Rz5tq P[u99;P[ _'lN |R{)@C}c*ɚY1኷_=en,JR+R5upWĶ IvRrhf(+EUm4{YWT]ƭ6lv{o.+1lH|7yt)3UNjeD:6#թlǢ~6SuAMɖ`NH;a-=Pq>31ZiJjpD4t֙FHڅtj[h+0kR^L&֨LTtLqCG1w,x9qnHI&uU|sfT8A<+ ߞob+8o#god2Wūuڼѫ\=ŭdB0t`@=wZ>jEp qŬ# QgSߦ5vsYRp3> $٫]Ȃ]y0T>?Ca@UQFAz_OĂuZۿAWSBEifI53hؑ4wsopY2i4 oݓ=_R"0 Kp4kqN0 Ρuacʁ@Kx] +?>x왰c=FY*POz'C #LpTf@^)a"qa!!@.2L03pdɮbv+qk4Ap|ʓwPx{:u<''`s_ 5g(t3_!r2Ƣ) L[E}%ƒUIr*|4w&"8z>3'=,vUIWz Ȩ[J2C4B㴎L򎳓4fHnDzx^U7]`2 t+iA$D@V_QNPp'R9 ֠9 3@^N풼W]gxfM 3aF,}\C:$8]fk@nwQ7+&|;Y*_AB6: 0q<*qEnLu*2c1\&%nزbHҪPtqxTea!h~k@%ھ: ${);T^CMU˩S]3P!]0=D|cBq {ۘk""EԏБ|+֚wrkEi*:kb hy2I^zXvi$QxoV{q6}` (Rɸc cd)Ukr?7~9颹w$deG#0,|Q #Df`vwiijY¥1͸22dEW>f<A?L29 Y@CZG!wmh% w,d2N)jlqJpgPn6k LLIN)a~A> +9:D5P&ZEBGQo.yo6 ͞I+r?v rJ?.LRjgTm'hU ;ǯuɮvDo#s+lN&|;N7t<}z]>0ȤӠWjDR:3&uQ*N%s;/WT!bIJ05Πj:ugGHb +%;Iq"lĽzguJ@2"3U4 d2ˈbKQ~qD. v<N _[qGݛ_4 <:MfzΣ~"x"E%M n߳+Wf]Y15cfp w|)d#XȒZ3&˥P'+Q *MX6/(kϡ.L2eS^I%wKb1`.FVôs9SI H2_o]rdHDпfƒidx2Pwv:0:Vp-@N5(@RlO0TOVBz+ʁ2u48M$hn7=%$ ``]$|bY%j۷X% $CQ)PIbϵDf_geB߮3׍xާk [= .U KtGCjev;k.+1[-#e^œ"$V_$ު_^%9*5ꞔEw#jZ!ڽ 2SxFg]lכ7]N*_/ERVuQQY~,Cl!&a#&pjgi Ey̸IxSˍeWs( o@xxGb8'u"_}V BN@N1& >zdM\{7aIIy;{Yk0 ["7AGb;]٪Ձ-A}=CVU,]ġ*!w߬~*}3]L>fL<jLX9`1XyT=)a)Ӳt'1ʿj]a} l:e eȺztxʝi2\{/m\1ٕ0sf8մ(xA"Na3Tp&WH ~v| "d\1L!ݯ/7MHGd8[(1bo:iU9"aUZ1V-=t'RX}L>l,!;k3YJ2vPRl5Κ\Wujaڣ)]v=Tģ=HYaRFY4to3=DS/buX95fHnȅJrQS`@儲/U?|uo ,V+ū@К@Bq^_JBEȨņ۩"3c3dN |A&2aE*DЦEkCWHaOrv0Y{^(Q+1w3"E*Z,8,o8"Q\V@Y6rvyLqqc(a3"^O73:OGIzY>qA6]D\L\UD1jFLu¡F–϶<;Q)"~uߠ1Rilq[/,|'g \:8zm%0@<4s p4_Bq*SBsw p:&&zL,b a4tI1/}]`2/>}+ۻu$֯U2`qmAT(_2Σ, 29΅5BR7%9C_4+1a|-Ւ!v5פatVѢqU!<`bXh#6=PA?$mogHwInަ :Əط'/p~0wm#mKZ.ItMvmU0€W'RKp\2uuvB)uOnSZp̉ogHg1;e@N -YΨU{/1gy8B{*9D-bԇLsj8u pq,+k/<c@z&*;|çwwѽ"PAHhdkq{!#f4֕+Kֽ+`2iG;L얁d{>{AGx$q9ao߶{h94YqcBg=+N$rYL?8/Ǿۧ0΋mԑq<+e gRW |Lh WC2OwYr\5YkCeaV7OS;<y^ĸmgt^`[1 ^x!s;\I:tz(l+X%qPLEs9K)1uP^n}`!'nohD& :_Б;:&vg?oo`y=\pjSX`G޶O;АP_JMcY`жZQIhIq"..eΙK yr.}kwt&jJ/t-Fz2-{`듶0@mC(T'#3>n8[ }/q@m֊]dREj 111ImLjc1?ҬVsWf07?zvQSz706AǬdWH?H-X캁IXnbĩyπ oOLٞ3RY`:!壱C_+5_P`6"B%ZЯb%8;C䙴ˮϪVҙ0ʋs=3 ā ~U$B+MF\X/ wîʲքbj7BHG K_4qbgofJ 9C!5.<ĭO&BhC*[b>.h_a*1Xߑ;1;Aj2iOʏNz2S:KK Ex`stw @7;C:_̮`5Πw/ddQ!S7eOsHӁuJr_"=<وJtx%Jsy4:U}`lbi_n}p⤖ C_ uגBhib3SF~yax-1;\JCcoV3.A=԰ 퍭υIg"ocy1@<>U[Eخ`7[VJ%Y&Zc#+(Ul3<6Cٴa=麽5=U٧ގGSys GoAp%bBZ\?wq3Tb` < EDЃMxv{lx">\g$Red|Dp16JٱK g0`P]MzcwJ9Tj}+GbY?ܔ۾?tuN8 *}mK]̎ʲ"v R}~wlǻSt2 )M!ǪQÎ2 B! KK@{9,/~B*j[pՀ >3HD_чM]xU37?*[0[ " \Isc036"+dΤz>Hz6Hr BLHTGk rkNԐi/!bx$NeVtS1Ļ}PH.<`_c>{f:"y0̎3KH1hFQ)+in`r.mLj3.jVPߐӭ.e*XzFGsLEIckJ2=Lp׳84Nú]-Ȧh&\BA[__ckwy#G:(^:k ѫYoFU#UBcEIX(M)f ޺@|;YmSE9O[Ǯo[moG?}u[>')81$#rh "ayF1VilBp gtnFe2Y _-~;,~9Rpyr7><XQ{˓΄> J>`{.y*[`J 8;ԫP842sr" ӵ,@MV̔$~3׍J4t-@Lܰ@iRI;molߏlMt}BD-Qg]ǣDxoiςe!f2Yl^WBvP~Jx'E^Wd0A~w3ɼ·I/0=={D a=ybm .,P%Nz>KǸ϶UNTcAr!R MfsPО7)7jTm֒n1F࢖=6Yc6uG߁E1C-=v32!IQ>UadRi$h.:S.O߿Ȁ@oeƾ 89x=6C:#3gÁ[uRMyێbHOX8%xDhcSn +T.+@!]]ANњ{]x P¨PnKrݱVpqerWf)6*'` 64xh(Djo.0Mm8T2ڢ;[EG)XRJGQ'PNq4ʑ#n,C:>%S9Rcn󊢨XCD3u?4S]i-pij*sٶ$^1h?q"]/%I@'JfYaȒ8"]IҬì#ɪj1>ZvCC<8K\*0/*$V)]_8~42.KP@č~_KCx`*{`hM h8@ ô2,u $)E JĬopNz{Xk*[WDG:gyKz`z)yTrr5Hɉэ<*}@KHė1[T/bP]]:V=`,LdH #:q_PuSDxaF%b ᧜8Ȋ?+PC:9BF$ژȴfiuZw݂,;"[ǝp%e;Kyl&jsN \k5ѵ&$:$4}o'T\ \ ,aKڥ|gV%s`hEU˨zpbӝ}iuJ_ZŨ&#XC2/I\OE &Uu8};SfKгs@-% '4XCcmzR.2m64OP1I~t_>zb$7 TQ|SW`.Xod>1Ƿ>T`RԳ*14wYcާ+IέrB6H[* v80dD3ӊ=je3rJ&s}Hg'<n(ln:uV6Ou>)f27=KAJ(,?dPrIrҸ[waıؘysS*z)lC+xN_!9Ԍ'4F ٤CrAOTiYGܭ~hdDG:f@k|Nɉ3z5;Hj}3mxt PZLS C?D|2݌Q祚-t*&C`Ng6A3?P[QTs)a}鈯[H.^gzM ]=V/Q8H05P߂C"tИH~:@q_]kjUB%?f ·l8~L5h|J k6\ب\xdnQ:H-N@^ TrEN{a)7$D|Z>t@7"[LqA41<?VRv ӳ^$)S#r86,Vp%]^m$j}~bT9 'orK"_jYƨ5"{,h^Y-`sI)63;lw0&N7.TfQ5:wk?= `nl#OYߝLF:x3EoSx"Pw0Ћ]Rrr^5/9^ U?C:vF``y[y% cحN7XoPJLdntܾHy3p}}^X,3)[{PzbUDȐTNG (kӑ{\'OE[0~"@>guuN(3;lZmnDM4.zfݵQN&;x)OGY&jj𓈓4#? ?MD_;/Ͽt0_QY,Iq  Gue`8@ ]!mrRC|~G7˻[LY]r|OK㶈f+Œ"ڄG2BZۨeޓxcyS5 ~\|􀰇MajXǐq|^.U7Csԇ&n LmW,2:⑱]ɧ40# %דb(K+pJ hz@Kݠk4-Wж5Ed |' 'mulrT8;f>3h1ՙ)g2d$IF_NK#$['.&ypٸ.۫AA ͙' j ZE4zZrB ;^ qPjjo M$x꿷L8O M!3u5LZS 8M= OoJd7< 6x X-sc4SLXD9 my ~ 1hjX Ejh PiZI8ٲn4~ MfR{(HǦwE~WH3b5ߞK׮mg$"k [3*f 0G?3MK.rJ#\ʾ8Dv(D͘/Py~dLn _d͗fD6z0%BkY9nb ic@*gCQRz>JŴ$S|:kCyH-Sc9u`#RizNz6&~J=*E\F*dvL.K(_S /AX׵<ċUӃ~ƍ.J%0>t%v.Ӂz"@$-f"u-[w2՚]aueV jy/ELB ʇciY@OAx814Q$7ϓMMp*)_6])[X(0M֪Kd=== 0GmV]5[)ʣnQ]? S)KPY.Kb)&i}ItSxd`vUjLe>6ưbjI)o@Gμ992peB{{?98},æ5澤2v(*fSqu a)]_UE$(/|z6[w3{-dߝ.v0dABvz |Y= x‡p]QLK eVZ.\}(|*Nɷ<5ۇӇw >P##/³x5>?g-OX||]vE\1BdTl=SA94Dd'w IdB°N:/q,(TNw*ՅB2MG2oX:-j6:m/Y>fs `Aw<}ۍm+xp@Rr&?̖oGXmue=0eC#vXGc?P '}7"f#TcYvV;FjN"ȽEAFXξU<30t{{FFJb t@SI؊1Ҥ xFv5K _l=gM9 ;5}W #փs9DnY~\Y.վmAeVZnN _G鱅*>dz<*:!cb!U .3htʀ5~-(߇<%U6€۱N-hEHN⑇5e\W"| dS&*uBC@f& ]@ܽ+S@:fd2~k S$^Gx_)aT(/lppO'QE ʒ' h{ɕD3f(`e[e,Ƣ!,}qa!C/zE=3)l莔PRm\a=M :=Jǘ@1tڷāP.w0oa)U ):wѸJz]?ʰ)mX5Pf6j)2̹1bv,l$V2;T}!`r$;k, <`S*'RA&ZsKhM[R6Z3f6zf~0ٿXm!d5-,`ԠB+La6 mr\WS_P}\8B縪o og{҇|`\,X?N%(;NsQ>L'(iN&P+9xY 4ku$Nm7Eh}RQM^.N.Z5ʬ3TͽQcȲ'HC^{%H+D7#Պ% ȭA,f++_85r5"OÄ {ĆĴH퍪/0JR#U6{[KT6sq Rڍw~ĉkAJb=O-1> #Uw{]$oh_GeYJ+.O\IRMb2ې,Z`ZGB e]5@6tP h*RtH5=i˦1>V~QЫnڏXE<yOۧ3,J#F$(v489,-_4 Iי4jryEL&"ߜjT4X~&wlp'--;APϔb/juΞ>b* \d]u:u;AjLI/_jhBaKx96U3zLpp\a<%4/SB˶2U_W&xƱ7xM!\LI|tI}AE+Pv bٕl`rFk>huVIeΤk8|餧lҀhY߸a??Ɗh h_Q/, M{ TX G\g!THJ^Bxfef/;wj\#:K:S=5_+|ᝅRt׌%Gbn \OK2ƿT6;+C?sY>tߡ+yGȈj۵" L7o_4n2Ջz|\6pP|7Y|}M|xS(T:zG $Bä. _- 8P_'P1ΰIw&0y v>#F}YvOutPlFQm°Z|L{sȿ`f zk%BB>r@,t0QH{4&杙a;SPb$ٶ+V̑V-mhɋ.LnEu5~e#&1Ōv3΂j=cD]MӖ*|rW LD ] Z`T1hO|{0j٢CAܩkڿN'2{0 7LӠ~}Y,cꀄ:2xWN.|ThX𐲟݀3 Y)FNy)2~gNDw18'ߟpN 3X`C-AٍhcHQNݞcy*,eGZEEZ/]5aI\_KӞ  t,(e5 8[1-Z-ӲӷVwaMa,L䲥S |\Zfa3) zW_E]/eL~5(Ir:Ig)k30E$~0{Ty(7ILFCHܖŬn]\omQu$R ]RVETa$XtEH>0@qԅv\B_C7ib;4לX9 IMf C ¬% ;ۿ C#?΁c 4|9Y HhpvGÃe:b<:fܢwssa@?J) jY 7E+3A[wv>!=Ccb#>Ş;|`VUnd?@rCbr =(em=NK~hѢY\cTݘa։䖼`с\cn沐Rq]sPr ѻoz"_BE'r] *`Q YܫLSʻ͎c/#ѡDl&>Q޶y~b9CW_/S߷WilH ngqJ@ֻ?ͣZSrC6DF6aVH:; SE꘥܀lvObnr%Ƀ#d]"Ei8{-'CYn`U.Xq?nڜ7T ne'fdLL.ynӾvĝ_iæJ hvqQ WNnH`9}Y~r>iJH2MMVt@?q$^I+63O&)Y mWE ׭IYL[Fegˊhı< 9OިaF]#zHԄO Z$dT1!nK? rU0~ ɣ-A0mU|'kw6fPv^)O༏/1`jW|c._$Dn0FR!;<`r\|h#ZZRL#֗׏xTlU9?c#ݶI5C0֤lMVKadRG͛i BTb9.S=θ.I@ƀPӢP[olcC wBcO[:[Dq}9Cp]зĿ|GMfxw }倈|_)lS m5:2XGK߫*;Y'bhPO}0D.G LaIƾ需E)ZHn, 8C\sjED)*/qd%>L:"K0y4mK)OY!3Ezټ1 !2?{@v 4e~c-i {^g2H V߳"5Mķf$EvBI!]O4d&i̩YQ =.6+َzMF묬1m{d&8@ߔc!T[! +l{M諷G =ń)>9@Zs.,R=-rgqt2CF+;hO˓ \jqxDH3C۟|gU >JQp:/t~;f "NX*)T؟I"(mI4 1Č2[rPgyJRVӢc]Bb.\bUCOy z*bإN8w5)BCˁY)z~^|FOזRؗ>&\⩭4!yѾX&憬  c%wPB! lQIrsLt1o~z%S (lOGith.q-kt`: UE7J{VZ<⑅ZGx& aNW"C5fƊC{zA=ܥi8펓ECa\Q#ejRbcAh k~m;ҟ57G4pyhAǘ&OG5 jL-m1x%#%]SPPe1g*|R1GdB`4|FyBW=T[j=ҍ)PBQmNo=H܀k@xJLuwq'&o1%8nA6\!pU%75$8!LFֻ\ wW-_yFOH&ў[}u|f-ĨqB.;c{eY㨒}ζKtC$?qG[]4U{2˿EnNߌeWCƎ^Hy/>/ eSxO <{@>.lƈ(b{:" O_%V`$S5H}`qS9*B%x#Մ71l^;k$WQ#z/}Yxjm@6b.>ZҧC _O~-'ae\ӕ :FvHP'R7¬&Hʘ1%sZ2ICC9C@`NIDz. .;N͡z5!wC@Ra{jmP\Տ3~`Lnw$GD\"(̦BIr GTXED>QhJ` Ր9W<9Շ*TY4X~jYcPGPFP2ZvD|>h7bTTX4`˙3|iPyP5V-f>n-#w8ZMF;iu`J ZʒNmڞ/$("֠/"G)"BQ3A8!޵6#W%֚s[֑{EtЊ& N:} (P/-@29I>&Q pv_xa^^"jzhb?c-2ˌ5QƩj]]h&&,]^-gYQjh1 C/^7Ž'h}e您vX/#(D1AiGhVin2tDO$o ®zZnO]÷5I404}B*^ t PpG3QRx yf\oוsgz7o{h1 p%v[PTcoy|ܰ^?HVaԪz5xPM1a) Ђ$G"']\MrsF~Mi\TNAP-:V.ln6{"SɊ~`̤`-@-Zu-8,̻CG &_Sd>V}-ܫi q" /:- Xn,5bR6v8J_9EQx{+FDHF}̩o͘A>%ȣ~VW8Ѿ=LJFnXsg8Ue[CUO9i0_BJbRjm5:3R'.AjgXH+<䓰-5t,rX&w:>* Lʷz2LRcl2+}]v!}o xrbBv`+Z_vtϵ!W(a4uޕ]T,phCV2kܻ ~ p'F`B-CjT?(S(nULpZ=NRQ7dX$t%U|%}s3 Z{dS,nA㻜?DSO+:U_CB#)KQ~$S HrhI_w-C zت,1hO1{ַlcF$Kv\#}Vf9T532ǍU 80 Aܮ{Cj>C x@+UGI3 Jy_Yę+ )+P"r L'oR?9s_G0਍2y P_Kz6B9O/DŽtzT!/8n}hN֔qc*P~q?ۙː,,j]a|QP|)_fKJĽ%&."=Ed.iuSBG9gafRnZbI.*D7#L㍫}SUNG87d#]_J_,c s&$/Ljnq&lP$#W.ܟg6ck [1^=tz>!%hxT8i]J6bCBmʃQs6ulPs1!N)mIBp}i"_1oƔ nɤuBhx=i_Ih6[wbVa * _r43"P벯KrM,Lr鱻2* *4R.Y(:7d'g5 Ԛm-3^Tg列;jU:\N MuiDjDbh5<"#H\ŕi)Un|V(`֢tc@5';{Zb>.aco7V2ɖ yej?4EiXqѴ$gjgS!t b:ȷǽMr?ʀc(Aܴ9/V 4wg6It";rǥd?}#g~#Xz'#CzonGR7KUIsH >zhXl𤏟ck1xm˶|_ϭ ig4a3wps֬Vemp#*UG>T9 .h?h'7;$ LCLkm4 lQy$}hW Wo_E gJoK2|tE)*1۴*5YTeɥ#B52w]ިVh4TUqoM*Q8rh<#O9Y4Xl2!!~x[OIй/O ~w@mpNQ${_!]ZLJåBe-,;uO yZgÝ9HL]SĩrlJ}y: Tia~㐒ϊ)fbd w/W\̇mKĀ\Vlã]acEZ/[K=AbX)=p2onk2L qqcyh[ϣw|8x{JfB`j(jZrHYH*5jay~:#فa9R(_̫hj|y3NUZd*Mp/ R['p*>eb0A,%*LoyiXDi継Yг21{T8;|ޡbv.kX{vdg(dj!XnF®sE`#{wUp]0n(=Wr5a,0 X XzXJkOլwE,kZgW(όn[R=$ijo[2,d"o|خH@Ǫe18``Cz?޴ zISxϷ%$RX-VS]4,Z_(QD}o8Ԃ(\z+|I- nyhqZKD 9 $"Sos"1%ɤ/^[jK-H.deSt8S;8^U{Nuvwjxu瓼/Ņܖ5Ki=8g-3Kcŷoo)*x%.%-dtK;ܒv 9̫%>C*6HvXX0n::n`)hK[v-" IP:":G Z@?'ğ1f]CiLeԀJu ^JBG%j` .sN rOCXZhg]ݢŧLrd0 X΢[SKڶ_֬(iAVAFU[m qdwAȿbRς Ey{+/skc/uŔRxvO| -n@ـIB)S" q6 @ՌۊEZV*GU\&KY xĞ[oռ]#&Nʴ5ٽo|~xn+vW{9WX7ރ}etlJпd*ۈMr|jj)?M/du՗:cF#:4S|W:=gmWpPo⎫ F4bLjCFHϥj#I0f_ }F 7gڹr;*<{wyob`4yTClXxWJ!?ǢKH&"ZM}Eqך42M4:s-BnWD3g;тkYpL.HFD!WѽR9>USVd('Kq7";ITC,Г"[6FG˫qPY],RHaulû9b1I km ̈amP_(a(/WGשJgc|Un _J=tOO-x!x4͐H(\Y6?vr,"kcçȨ;<@fLǰ# ׺b&>RMViE'荑8dб̷zs!dxk'ݝ gbטz# SsP٩fH9dD4 !zHN|Y 18 +(%HBaE`Nam@q.?61ޕ]$KBDCEU&sȔ.]6PGj S?}rGl]hheL |11__ԀPV[AA dwW,ltcknt;se;^H~Ws-fL[z_~8"khI0}\<1aiA\<Bty a0V]l)2VG.]m%#@] ekohCIq1[}?#Dx{ʔרsM]T'~ en rP5?\Z 4@Tn UEKEҰ;[hW :WUvZ ܼ =nی)~ewCI{!:v^O4 j03zz9 ][@&;>֏A('? 8>+mF [AOC&$y2:!.S2Ry+;\?]"א)sxiҚ1,F&X0td+бzZ H:"(m-7n4 ~eL!3`3~O | p{Z\UM? Lu3UfaH XfٶuZ{+ PG\Iw/@ )yb6ab7nKE0R8(2aL$yn>9o5h2gtep7REsjd|]TTRSeK9brbئtt;&A_]Me̦>|duz$VqQ>="' V>Y/bg\ ؁ŗ3ƌ1 ٠Y%EpJ 3bZh֥+;#9iKo[=v(Su~%fLp2O)W-/G̳Sv/hO`uP}dO_ 7]a8e|NMi8v@'/kD_$w.מq|M #%4D,z G 'F@?}oZQljio]+@@yn"$ժ/Bhbn_<D=ҬNP?^T ibUmw?w5P L/kR\:s?m &.Dn%xcf"<JJar+}(=7P1Oܗo])hL~zC`EȆU戣(\9Ʈ*~ ŲɄYN0h 2b;챌Xp ]:;Okj9+?` ŀ7!-=X̕󶛪J!} BCf'Y;jܯg|c2SGk+D&;=KR9Ia{'5 %wDw`wL $pV=J ;hlM0` <h=&9:D#5HJ+{*oްٵ߽PA}pϧ*:[hrZ쎥R2#5K riS^YA`fi]SA)SW*FN–AdL%jόr6>HDeq4햀$A9IQnQ^Y8 Z&EwfHM'0 s*RުX>nP.1+fֺV\v2K1[,w2x$ֱ/&n5_4٧ׯp% Ɔ>_|"m`1 G.ܠ̓[(cS[Lū-g $pfakF.&v20KyݏW؃LZko#2>M:o^GzKIR`l}q7AA }ytq5ŠLE! u}U:7ւ/b`A[(Io_&_XYS'J=TB e6cjE9Jis/JN]<7Q8aϔ$9ٽؾ?91(4>`W<9ԂǓڎ.?dmBը7o /)fݩ랃fpX/-Blp3ˑ\G=$rGPZ}wcH5*RYH>C>:k_~uYkne)f>!~Ƅ;@ gӄ'i?nV[9%Mfv}2Lњ9UTuhO2VT~FJVhg苦*DȻD/- X<Ʉq ]kbOD[*_&$Z\ۉ ƔPyKv- |LJBANvfgMF$_UAw,da>6,Qʳ:3fn?V:4I9 9:@lW[jkB,+qab8VH A]1ߗNJ^"BMyl m]{œn-ƎT 7h},b_:(^ֳW\ab >f/'=^^ؓw 3Hn=<:6nOn~K665qlBP(N97j.a.(Sk5%*tފRc_FwOqQD| i#h 3f;`~%FQ{VY؇Ȏ*0n"Z9nVIYyo@$y+ 9>ƷD"mTBI[,7cAb!;j)үa„zaqNۢx—E.'ʞ O'C\\hW)cb{d45 IVqbifjGB +քA+HSO:*niFhe*w㒷6:p ~b@Y@^6mX?.:Czː*\t-CIdL2L; ?B/qCI9P=eJhjrdʟ@rGbr<'o SIJԍ`86<= †o& HqBVīoP <;@\z#$8ۯKRۑ,6ZfrA! *{6@8KNlf/YXB\'q6A8>TwcLˡrm5 eQǺ`ZB8gȩmkj5z4Ł` ZG;=X>~':7Iqds^/:~5=}9܆}YDC>KMWb.y$%.A#[A!Jm y(|?V&V"0kuyl\6&`+Bc,YlGe2&t1?Fk`o?^k+FEcO^XB}$Qض {؍๴wD2;QMfFRwt=/qFK8D_('JVVšzu2D?cI@3$ ihx"0wz6ؑ&_\?beV>.0xO~'bjİIs.\LvjK)!)O@JW]^G҇搤yW= ,gJV?۱lE70ӄjuWHKbɏ;o-T4l^#<֏uKccኘWUh+|I(q#^-Pjgh3g@e(FuK沁l~Ro+[E%MKe0(H݀h2`z70Qח%a_=HI|Sҫ(UzlE(v]\RĊ :h~nrv!w+{NgnwPFnR @[z!zf-} 9OzD2]RIhqLJS?,sYw5)գE܉l!M# )hgjN#D12eƠ`NU3s)fzF)I(2Y,i;B0<ա)qQDeRxQfCeb4;Fsq!)|?EJA a׼>d 䜵1Υ=Ȋb)# iӱ10qY/lccб+RX:wx z?vGU@ĎV]YtYsF8'\;Fe+<k˓5%O1>XZ iٮ u}'IzS.3Ootfx(Djzԛh$_EQ/'Q.'+AצzJq@˯>J9eXs{0o؇0=ӔJ#m)șՕ=GsK® >cV<}oj@(}E.\#@Qc/;]V2v.b9H,>l7`{Sc)+(AQ3{VZhz7Ќ[5PO3`gLI[C}rEm@-Ճ˫rd@Z9*pX̜~/"M~dSҐ.s`R/J>`dm&e/wNfmtKJd4 xoԦg9%P[TopѴM!6K jNHG|1lvDDDILAZ%҃`u(:›@`gAqh2K gcHPs0f3ˋL̖ LlaS3s =Wj@Ո~7%UvTPV9 ZE"RD6C@ۦUO*sᒚ\ds$z) ĞДkP0ԡ6ʍpM.m ’[~8"XgA>E--6[=kpsqF] G͂,@_909`QkhliN>𼷻9vf:w#iN7!XtbC:KR',vU!rVf /gA\)uH%fi֋ykg]@zҦ*Qп)חLF^5q7$w<" h}5~;& °lpR֓Z}M/6=HuQy)D apyO18;)09;v0%%Vb d 7Qv:7[蓻>M`i \ $d΂sDHU_Tt)9w[NfTfEQTiӞ&~n`" BZұSIpXLֆҷߌғ,;=44Rj(uh/('.Dɼy,V팅=%۽db"Xq[ql:c5 cN12M涭m+m@{|m9"ẋ3p0g/Rr RKCoR'Ai-N4PPjA1D櫵4('x>^s$ 2ʍ+bv59+=Uȸ+y|~grڧ:㛖ǟbD_jl %{sG%޶!I(\Cݢ q^4y%x% ޲z63y ?.N7Vĉd  Ѝ{tT{mX{0+ p*AϷ"IO)яm1q\Ԛ%l4*UϹvͿ/ɝw3O+!(v3[-`k;Q!'Y`|v]%n <#ZY[@i c?[^e*bx1ho>cBA aA]Y(0pEVlpTP|k<&u}]Q{62vܗ_عrZ׍&ֵNyɔ#/`v7lW1{g|EExjAG'QjhRHݪ$ewܥLa2!g b]~4MlOvG{Z|Hpv/ݾvonP9+G!dpx '԰CWT&I\en%.+?(:0[l}Dşbئb,)emq k@񍩳$jdb:zFgK|@U%PZbv$&tV}| V#zƮq\Dc1syRU`ݥKGav^~I&r *,op-`oE p~W.߸Csa0^pt ࿖z,;\^;:GkA[uEq,5Mګb1 yz+\eͻlj7_ [MW,wk4qE-BhGȚm؇J-)  (t>W %قVtBr9f 4 (/5!IKҷA{x򚷙I]``4t32b<3BYIe\[Aޞ2 ai@`x$kUWk|Ri2Y!5-J$ xGF@'p3$xԏ:[H `?CczixAUDW}P(*5'`4[F'~hvi[%%즎\c:73G9vs_Ep>MI ?3*׮uYGIMAj՚:`·~\4@[mW:~TqB =af3W'$V;Ӡ b:UH*#[. GTY$QQ}vf'-B<SYge/vK͘6:E]Y8TZz#WVO&̳p~ FW*GoEzW-)T4 ?dAͪ:&O%MHꂷFsD-{M6J^|`ݝqsFߓ1a܋"`ϖ5M6eҠ y#Vq5N[!dUĎH۠l9ɱ2 XT"28nU8.([IKD7U@CH 7bXi6no2L{ 1#jKͩph{xc=sv ^  -DŽDѥk&[n'cE І-D˗4+ymHIK#@D<ʒ_o%7 T5""^1dQCbIYT\-ct g!俑+7cŧ+3Y ( 4T0]')A);k^@kߐk%Puyb!g|\><iLRzityo ۥ,Pq8ޓIXQe}<^XZfy )( gA Bı9=!=f2੓<~tщuC,=4T\ H2c7=.=%4_21Z… *rxgtd^Nh?ȁ)9@mx̹qnf0n7Ek~$go\7_]z؄" 8A5ijx'qBR۳X&QF`AܓDw)w L(\J8.ǣs^ك;o1/*!>.h㆔ +8^ƽQ-wc> 6h1ms=%OKY&a/@ !2cBʫ] BO/ se}r ;jT X\-Rk%Ww[yٶ.bU'Z "D`!H.>6ާNu&lOC H )L}02pwE  šMM _1HhA,*3&5hK3[&PcuBRPfb~aM4RFȷ<|G9 ݐ!+J(LQgX͡7sLp>TbԦ6c.rMH DE.a1 GȑH :` ԕ wMXWϼ0GsfW]b{EBTfҗP3ߩ}]"U1KE Q Dn>: 9l8; =w_.:a9cV7Ц"MU@fo5?'LbKJɟRY`ycWcڐGT\>$`AJ T#Jvl:S!eF4qk>)]hNK:1 '7Y b/aͱv 'Hem4suaW~WQwΝƭll2,pv\d8V}(H:f sv$ƪvֶ(VVWd駽 *IRW)Nr;PϜ$66¡>P%Y aLaVH|~#^dl9BhRb[CLp't)|ZPpTP(#PR]ɯtYnbUQw]XC.Kp7Lޣ!,K٩8iސ8h{|GbAzV͔ItJy 궠F: &1 yFKVa񛲻:; 2YM4.1'CHOU|߶qd²ܶW+4|URi<=Anև&<aBRO,k+oE綩 ɔi^NjyQ@AT98`@^}TQRe0prpݙڝjtz7TEjdC(*U<MIx/_9?琭[J%F!sq~x{XPpN{Q1L}# <1 %}2LK3OKxB^vSKU:öɱ_ɃkrIPUD y#|xBo7)n;ҰL'1ԼlZ޵P BKyp?UM3͑y_IBmG 5?Hvn1wCsNרP[{+n5feԇg2i?F 10>KIFQg|m ;.ހPT'ImY+SʟT1iA;ade8Ԫ٧ 8=;jmSc1ɛs~^T;6xr1h0TyRo)`qiSJc [px;'mOiT>'.A9Nr'fߦ56f/Kx `#i]=LL1u}ͽ ?܊+D2@C y+8 Y{`<zsAg覈fK+T.8%Hxr-iI l*z]WE(ԧ1z [T?vϙQ/;nT+t5.xJJl;e͆2{x23ZI #ztb>x¨4{9XӢ ^k.u@5W'ҧ.>j Vuu=YJJ);Q_t" Q>%dāQvEAwp^N'Oޱ!1Įh&Y0O00c 4I2^m Ɖ5[_vD8ݺ7/Xomm *?a !fY  0")xDJ[$PV'VtP(bA;H.`L7gyz-r4'CQ*/p*ԢE YV*$^BpCfEm8G J @zKnYjM Ycf=ԕ W=0ٿ@[|zeAPFJׂlv/K MW"mG>GMʕꅤfk21_EF`H_ /2E[JfY}Jܶտ1nU_nEh^5`NI1Gɂ6~ic:9f7 oq+ModGs*ʍQba(G˝NXwQ-wep߹e&h/ ́X]\Ey֠Wjݫ0uKCd=5N 5:t^,iYG|oblwf aH]2جNGwk8NY7x~.E>HꠎbI^M+8 [1!=n 鸈Z+{ E_s!|!nWI"4r"8y؞nNBtSYAB/b|:k9}h-y7j(v'WHQqHO7XϻWZtЕ>,k3yp,ԯqh48o+LKR|iQ6X)2F+7@Ty\T(h-L<ʨ TòFNBYс^X ݟ͗ .u;Ts;e_J{Sk-Aٳ"Q#`yKh:@#?(zT]j8rrf݅D9m'nqziN :dy,VmP t"5x zbNy"1w P hs0o^ v W3\:mWfIt=v/.WJzl-B)Kcu&Ma!4kTA' :OJ]aӯPi#+& l? v .nND_!.ES{hQ4, bD(\[s0r`-G :fS Njǩ4HE1mm=e|Io49>iWl:\kԦg(\&5q 9Ɵ85*s_v}'Hg]['^%'aMIX8EZrq`@֓$)߶$Y" kd .i>jv+sǪ3܉=[2%-q"F_e1}}@mIgv_pDͧn-=.xU-XQ؋c%O {}:]Z#s\N =(NE7np~pq!3V0`:^S.8wP>P蒼4ѿ@n-ߞKo6%!{LN|Fz-Z4d?o`m%{a򈄆IxyJfd&b+?omXb׌Z!mtXx+zi-bFi`NSi*O.\}ԟ/G%sHxbP#zx*!pp|īZF|{n ӗi> ~| ნo~l &f7YP"8lX lkNu{$KL Djx+^0 +gI%}SC)X- IxM'm6l-A}K}|xУ COyiF.-5>fZɇ.$/dWmպqIӿF@DO*&Tלi ?jK@x$:OǮ_+uTu|Qlyl,=K\2[ 7+~pJGbZLR 崓?=әf0d<*4yagGo<ͦmRp(G2]e{#~%$g/[ nY>Cʋf~u<pz`f&>~ݼ_.ټEEhe+ O-$?W7F%sD6gB(MSޤGdSEsFHJDpH!O mu9.mn&Rj 3vLq<k-l-d巩dA1*2݊kdphL/fɝ m :){h#Ue-!N''Rcj" .α-CVE;yh GSWZn®NZ~ëG@{ M(m6#TSߝ~nBz!EZ2Ge=2gozP@5iO3c*^ js2lH[wG1$ F7SU`pY8R g /Y|XKLVWgµo;`w$} <(xG(+DŌAlHfopSqvy6&aeENŶ.0 (ßOOyYhDÍ$m434[FM`~ ܬRβU3JB~ɏy0{/Mn 0Yy A#PE7si]k!E7$j( CѸxaSPvd]V%? -Zun>"OoF3|Wηr2H]VGfVJP+uF؁c޸' D>Φ}ji=_8Prֲ9$g\T6LmAѴOۣ0!~E?$T)3TkNNxdޘʗG#(;$'q$yHFnB.:IR30MMŷqqWi:)'X~/dWgMu4W$Cf*>ze 29_(GBY`rZCHӻ2W#liP2bi/aʬ"uZTL kPOa]g'W{_H02>ڕ\Tp6^;)9m'2g. Ψ^DBZ؆k'Ӂ?_.[W{!^(e9'O1H>h6R:khyԠtL09}%!B-BLA0#kj@)LÀ“:De˻+fM'eyiV1y@'əÏ@8$OEfWO/*AB7 #$VMх01S)ԘpR7]8Hi# ~#>G$MYF;6-/d^6Nh6{^eokO+n}cԺݏ߾hI0[Κb^PSZs9b}^Ycr$ QjIJrtD?*(i$2Wo,ߠ?# \:by҄Q63&.? _jza@YHTnB,/5_wQ' 秅7lfJ R'N _:]/R}Y}*RQO5!삖+王!dl HÌ@{PyHVX]; ,/֮IJ q'm1tO$QDp-!*mJ0؛6,Pd WMS&M^nS bؤu rB/~#/هQ]^D_94 D'$:hEd av dx&13ѥ8d甤jnPŠiV ˴ wK7ߏ=i<ŜI^"$z 3(mHv=? V F+3j93x]ng Xef.PB ͺ-  }5b'|8,q!FNCYvײ@ ["]eh^ y+L "Z#4"ZwN;SzgH@QE 4 4z >P`ƍ!QWA%/H$crUPjk5x>M`%=W^u_Ũ'2x@WWͤ*0PcK?cr/y7b:Dm;J탇 ,mq~e]@0ϻH`L9?m&y\8rL[i6%IZƒ(TE "G|Ŋdr%|6Zh|9U{YǺ /8/0Mg/? %>< tՄ]$8º!hmo7bJc 8jZֿ?#FLގz8Dru775SQs GFVtTu*I kT=(ʼnm;*bۻa0y-D+jldzŖg㿷j?1o*{AECu.J#h N U߿f~Zㆇ͢M|nt8kggNH.ȏ٣1e56$XUf%vYcTx`gn.]b DʗΞa3HLעRK8&ld{'ԴUg[|/]iȈS‚㗐[M K+-|oU Yv[u]BOMyeí5"2;>˛> U9 XdnGj2`/pZI/~ g JK:QUO'GQUx!#dU*&򫱣ʻxLg[b? .ػ1|:LiqJtjŘ\t*ˎ $/UP:j٨0ܱ_QFOڵxڴ![`?`tF|jSG䲽WPY^rFs6/ o$m5EU-]Ꝫ/ɊTp~_ XrIZ9Nu?G1ݪЪb 36Tp'|LmRin0V~NV_a-`ǕyO[+c2܅-<ύ~hX@J 2\ޝez=Cq?ȜӮ16EpmKTbé#(;6"Q|_G^paD;(^=0eDq\e&6iRp_ރ&c{m sCǺ&A$=MOp;Di^swn|/0@i( 4{!]'9kލN$*Ԓn , ]+(Q7'Kյ u}Gx 彋CE̹!h|ta+?FxdX=ҢX5J {r(fn'tlcI!Qi(×:Hb}'䖰Yߒ七,E+"w !H˃%lF<z.y-߱KH\w>6޾e@}%|b\g(A.Pz\zzﭵ@QP,(sGZLa\dʬثN«ucE|Q%Ȟˡ(dix9m(r QXYoyn+ĞnUaFcY=:˶ctKEJƹ? X/9-5UO䐋x\懑e:*{P'-ٵuhWn#@99OucWR3XȃӚ p@71,[K0rVXii%GwXQr8m0H쑦{ `ъd5nd! @u{*8К;:f]"@-dĚ9DU!#0B. ku8ly tlq/~1hv״yW+F]BbQez9I^k RZ1!Lz$xO/WEޫ/%=:A:4Sh+=t4͝H8lJDf n-(W3z>rSmpFߤ׉6 ֳH[Kr=$,PA(OTܖ]< mzS;-`2t<jd% o:㺻SγU,eCE! Sd,߸"Zcc4-#l#kOL$jN`nVD?lGp* rȷ  Rvl(ګCbs8}ɌCpqd#WΩUclK}@k5=ߛʾ2I4'ԍK/Ը\UE|YjAXF8cܩhN]p0>{ns"@Edp)1GKBc5GL-8_dUho> 9[t7!NvQhV\9B 35y2!sʽ{lx81-G,aF*=bsN)L¸\RȤKg0"SHQ(}5#$xc>VSבmډ!PI]YWE02_޼pmn-@3ɼL֔I\%!nM;[2Q{ YI@±sw=S44 s-Ό\y\P>zm4l )I;+=%Mt]{U 2J?K?8+mIEgڡ 7tRM"bt6˂W` t*Δ K潛9Ѹ{nMe 2Pޤ:~[;8x|޾ČĒ ;V.IN:^3k:zcQpřn WBs8̱$V\ amE("sнX& ! "r_okϞvX+O9dn&&0\"y krF_b.’h `$?״_7a,-q]%[mXh I׈$Gԥ6s{1F`]Z?n z|]W 5œSKlxF+T/}tyN8ДxPajE4>~&+;g2~4O D%6U6Ќ:Rz?Ϙ2ژhSj0aiŬA9" w4EudukTtCt|{z=Qg@'|`PAlBesl.ŦyIҾoY䜴AټU5+ TLO:(؋+ 9{VsR@o'Ԝ"%C6^ɣ_߸Cg|/G7we& gh\Y0̥.e|5!\| NR;V dKenN\ωaRָl+J+m$;G'Amur}a95ϟrIK5i h?ְt0=NՔN\b٪3?A,aQ݀H<}ƉTa>h!3~ Z)8 g37K O|$t6ݑ4 ofGm~ѳɡVa6l@0w`ՠ 85X4z@6Shl^&Dl6l;tĆD"' )BElc8ݏϝ N\mTb:ceB{n 6%*4[a%╤L 8*n eƒ(bZ&GwtR6lz͋܃!HX6F|Â*c6u]=\J3 9R]Pxb͂cb, C3 ߦF]I+%7܎Xi k ]d'P93e X4FdwFb F1[:[z;+i@kE(D@*iO,vpS$'֜( xUy#&JD7  `g'|Koy.ᬥiN6Fv'5f|-gWJYa&?b>E*\%"ϜPc-+m Il I:;I]5 cg%*#ʢJـR@ o ͒VD[j1Yy!3!~ tŪ`" R*sȄm!~b9}XrU'[D a1u+۫\ݏb8)ӌִ;gYBnfM\4E.b0qvLЪ2}q`-1i'?vgňR m @T Af]\[2Pǥ϶IիCDr5}T,ǭVn/Y:o,~6r/9X,o1[֬RP= 󽺌}V?6\km}o\t"R:(z(~SG -%]_zJ|F ϠHA}KJ0c>וj<%KGG'D6 A{$Mр n6  CVR`湸}j,< ڟVw|0%@g[Z#\)'yiXiW, a`0artS1 cPǏ-G;FFw5f oU\'K+aec|JwX4ghUl#Ca&';=k)6d:=8X2יny#GHqZ4Me w=cUײ'~?|P.Y1ɍ&(ΖSbthDnZJ]ӒV`{:mY/v*0Hg熝M` hE](v ICi6vlCM-S^Xh$hz7`7 "% gnm_MPyϮVqh:%+;Bt)YYϒNe;Ӽ1S  Nе)J;\_I+b9 Э6'nR V˳Zyc#Am e+='FUIag4w]GWOPa/w״:eUיzHF@R{^/!sOӻ }# Mz$qLR>)z,3iR,A/vYф(ꉎƠp)ob_NDӬZ򟅓sQuHfdlaXQL?B:+bA )<ؤWrw֜B5UQ4&}[9QJlGLi@-Z/Q |6! 'Mm뽁uj uZ9szU%'s{ ֍̝}=4TxOI'jH8%7loa/%ݸ=4Aodޓ^s<@ˌlu&ugMOr^M"lPIK%nUIp%1^AgXpeRks n Da臅&Nz  k?ߨEF uʦcy.)ʅcП[ȰT{T\ n2<v)\ܥsF BwZ뜹UhhO>C ôQ1$C +ObR~)EJWR(C_>O|{,Ir Z P`;[m8 >dpCDqe>a9O|y9fgrt /1"Z<7$0cj%5k ѴJr%%c +RIfP W0#R씊5eI 2"pJej НeNpuWл1oU^PHIX+dU)']Vb܅g= @QY)"[W/tɊ'*,hXm7B$Z=*,+5{_jQN<"wpqsx07`J çx˫6I!<ΞE6VA9NKHoJ )0H^xVjdɢlZqR"S3\|s4Qߦv%3f%sޤ!# *$$(gN5]u:/dDpW:5@E7z,lR6b+ iL *CE#(:7/ҬN[S'H$Ɔ&U.Bi)QȣPL'ǞT7PLp$X:A8ܳiLN C!$CX&?]f9/CN8-)NjqQKkC@ l _Q/¯ \;fSݮMU6Fqee:<6d8AI$e5#*S@BXӂ.iU%!BMƠDf(h ;Qp/4x±MV (W_7 ] ++(ifK'KP HUld" f/`dA؍⮧«y<T8%n-sXFʹEfe:F6 )c Bb*9S<,}x7v<5: ^4Ձ:l6j,V=\lB&s;GbKAk\ޥUY t_;uD6qbA{lADoEEvr٦G *^9]KtD!cjƪt}-͑I5Xޠeaf8[b'`kvul'2 !0.f8d#("p_+o3zȓsd<\)@wٹ,Hه: :A*CM>/xHla)!eBY4ߪg2newX+!(<*>{]XkJ(__iTc$=7e:_h1 شn문,]A_ČB%_subŧ,S6Yơ:R=LW.GWji+oOk/.>hn$$C(1֑Wm Qף1;wImգf3suS$MCm+c1hWN[#jŅ~myz1kKjyy܄N_"Hǫ'c.M:| B9]\=S 6r&@}$ *puTcf ;uZPp,"e{ӄo,<﹮^ LJpZB!h}|?A>:CoZ菷;~+c-Hڻ^cA-OY#"N]KlKGCgpԆD 5yJ&" _W^bgCќ\ZkiR9f/Y 3tgr/%9ĝsf}AP,G/5trI{ jqDݔD\Ч0w74:PsxFe+X )'Ǣw $ǿSctJu2B߳ajamR> .iAjwI!xL,Rqx<F;&ȧ;_&& ǩPx\WǴvxsD y&C`  Vn \V7Hy}l:)Z4,wk'\8J߬ENP'318yXTe@&T(W?+҈$pf- JRfɑ7,g{m j6NfrV3 `p#8UnFe¤W鶧D!9k2^k $eo0L' iZ7G<$(w*-yDYAn|(n>ιf:gp$s8XhϹX @wK_R\0ਚ4Vگ}t$P6+;Y]k:/xA2;ҺUh ٘5tx mٵYn᣽;-,Fd"Xd 듐O2*򴘖M$Wr6?axBlGZ% 85=e9>>{& /Ue71MES@VC6:DTf4Ό9)~LWp"1P7оA[E yĝoʰSCRom/EDXn.]t;!V-{&Хч]9moʷϵĕXk+ VMңԕQAUG@}lĞr#\{N6ϨuX/|Wͽ149u>(=Q퀢R .sIGylc%x oX/SaSpGbpCUBBq,D,C/ IN:9J'`4/dc/^8vry~Dh߇$#[ y:9 UX./$X_Ԡq0-{Z9F-v4HGLbADPwXTBʂ"0$% vyt' b%$L)jwaKM Vx ">dcYR^6e RZuTnKbFaw D­WAH<o7ɗHVb8K ߸QTA *гױK|<&sz?RZ^~qwT漗ߠ%TrK6W lI9QO7R^=qOMҍB~9oY\]xmjn(H_׊]H- ˪NoB[&̴(SYSA5f\A"Y} `~f{Fl#UIWH~3Mx eYcW5U >#xd۰pHMwLNgzϠhSY4m d}|TK$T7x˰ێ3A*!sTѲ|jTi7VˡqxnS"W"rHvb-}zletwRCe!vU3H4rd\5 L .,RMhaY핂^ҵmN߆1W4ß7t]z n'4@u}p0b_$9P^2Svêp =L'+@^J3ur3\mp?M7katFqz>abnATc  O4|Po2G,f"YىUj z͠A@Ϗ0.:ĭmRA u~#HBW+!lqdeuX11R̾wJ*F!g0VyMJqBhj_T+8 koo$e4r(Wwђ631f='0|msAs^7ņ 4WZzZAK;#}?)Z=F,[#NTc6mqQd:&*NǶ,pVR'VP>H!v-ۀ'\rcLo;R)Hm Cڨ^/$ HD(z)[k( H*X1J<"adR 0 8r/`>@l1]V 2@="\sF7YpgsU;=y֬v)G Ώ;pL?\8sYb<6Vg ą;nlīJ7D%lp-,xz# A  M7QYU3hQ,4)˘fuwe`.CFf!ne X'qŶQCr<#XwqE-75tkk\3u-al j7k5{V_`QwsP/=(j[~9dQz9c3Z6MK5*YI]u!X!8! ;}jQЦ"5EG^jH9d{$N:;K7Ke>+ٗPvWݥ \y Ѡp8zILrd+*A0^\Yi 26kbCY-x%3|EB҇bO"o?)o^]i{Dl0 %.!Q50pe-\si @;LE{F۞ ęك;P#gQ/Q˿@Ӷ9 f_NX{)`<-2,)Of)V P[u8^daҮ~`^ѷ1J &rsFW tՏ*}== 'լǬ 13`adA+ whC6킬4m~E꒿ *+rw͙wf`3T7Ѧݕ:Av|eԲV7e"qG{;ۻ8hCsϗU!:wgtĶ0ܘ.Gč1XDw2j|]2J~,z2`?Z-˹Bq)Ҹ~#y0{Ibس$Tҵwk nh*?/fuQ"2zVOJqE6"v'}75bcp.'BW!@n 9D Q3V2wΊ !BbN7/=R3her_(2Wܺ'-9d}i2:i oQl* A2(KDGWt.Pd$:E"mC'D &enEAE[ &^Ƹ/ 65ӹ`,2/BIjuq'hr}`{~hJSZk6J_5_;[PW|Z1VjO҆XB%)ג*r{b7*zx|^sA|ԋ?S7dǁZ#-X 2 ('i_㧟gpqm2F ~hP3^_/-n(,ƼBIp")+_Dv |*犺LI-@|rA/ g] c@!iYg-هuzT(Ot9Z{^{pǍ9eT ]5"p=7|T Μ\5lA- _;|'(I_.y5=E!Q}Y}a$&|B8 ,YHY $ryꂊ2{h{^Zl2`R/5-Ly^Nhzbsׇ B,E= ionc[1? S$JGPY8mn1E'ꍏSkϔF.,el,95ǎLyW:?H`oJ`xo~)䍅3v:q~ex#tѲ$mQ qޱzjl+gf+WuB&Z%FTUm¤Y_*_Q_9wOgV)d}`a(\^ضX=qX) HyY1*Kt7(:}3drJ0&J̣ Sի%k!+czi+1uK5@6&[dU͵އz߹l(uKVo9:gb0%(J$/CLn\kS警~K/IG.'"h :WekαhDl Z6ro#`z-|C1٥>b&"jA/Sl3P~E-oVf*-Pfvă3"^SLDglop|MIWJB5M$zT:(9/[UF{o3N7a˝%3oOaMtpKpr[JlFЃ <ˍ? 4݋yH˶VL1>{'Ӄ{&^ Bbk_PCқaLſfMYT, =6LY rBaޱ"E%2"oOྮ_#"zmwy@<qilo}嚶 sr7_ m?\H>v[eQյz[d=>yy!)]Y96v[!$̓;<á9:*X^L.M]aBӍ:6G>~hp9xM-ukS3pl9s,[lC^X!VA >6;EP{NG1& Y ^{И1"Nkbom蕉vC0dIohEs(מ9HFO|$AL| aF.@G3t]TݞgKtw\Z*?SԴĕK7n(GOؠ7)*5'&I%l3S{ߑBS6Zq ^PʷԷGܓǐѓ%OWle>VX/ %OŒNAi^CvrY>Lvkû2̛>Usr8JE-'7k(#{_WfY,ٞ)Q\J#V8P~\=E߿q2sq#mB-gיh,nвJ 3ۣscNlyT?5W> 'Ο . q?e/Pmk. -H+clٜo<;K']#_#c7Q:`דzM%&"a!B;:z )g\قăi$5L7"JRl 96(\yR 7nS v1B|Q-"ǣ'ؚ-ߠ!a^icOwR8^ۏmsر"(V/u(?,4QcN)Ea[A;6=@O 5ҔC֜N/ݐKfCO3$\Mߥ8{-G2VzOI>{8?5/^Je/IwR |Wkd}Ġ^ǏHm+u " Tl1!KJ[W3B_;oo?B@8Ʈ`pkgez'n<5.XP>0oM]/ʠ^!z΍.ȍk>ɫwuuwx' 4#OC侟tNjtd2kERF$w_?hy鐣LN:ul=Q {Nt'u{5O=ܲ>~P*B@qLCO C].ߛ"?H҈3v0婅ntR[qtl]<:xx;2<{3|E̖K-#D##Y ! G6Lfx2pNl`r&sN(%Xݴ VQA"8󦨠KǓn_.!'\f'F3-ҭЧӿ1iN,$kgZ亐_IE٥n^CD1Fh =DY ::GT E>AghT*]>n: L?=Qr`7n82/d(x9Д2CZdd{~wS04P^AqKCQxB #t M8 !3!E+ r'^&@-p i&S=;\mjő[XBF;Vό-̲Jp"/q(WGԤgY^&,%08>i< r(%YFRnrguhejZPq0jl,[1cpM$VB7⠃{IÛ.௄f<2{1YW@¸KFb%|_+ŮEK~e^z5xEOlsq9;{UYDih\12!Y-i [@l0V K]8]r, "+G^fmȕM"w̥9"ɝDE(աPVZZ sYýL9xf](0(L;5nUZj"?BtHq/d0LDgI"mh(__JY0pkh¯Z0Vi)Bn=$dqBfinVTeG:i|Y]`1>ΠۑL]qJ6&4i}b{3U.kT07dĖbU>W@Nb ?]H>3*LSpKbd 'Ezب3 + i}utWC ͦF{AnTϲ vPE OqzJ}ҀK 3gǩ-F+mͣcB7R#:\ŜAĐ5WH0g*5 񥻢`ncU\F޻>.H.pF@!;})Y[Z'km3-U1O:@rֺvKXĐY+^Afxt\ͻ"ʹ߁UZ:\JN3OibY+jf;̋,V'm?>ȸOJLO@1Tʽ3^DH!p4.wb ""щvT]HQ|rtb+;/P@/+cGD0RQm j휅hKk׽@VU'8pć#gιE#)ԻQKgՇU:/#&Cvݴ0iGN(syϘr2RgcESqjf 8kn}Rw2PTL yVD|ث 5#C%՛3@-FErQ"PYOIMtIsy"pEi2T4"Yγ8Srp39X{^:d9si':e}h]'Ji?ggs "\cxؕ?eEpnm7za J',\ iPCfo] u)$TMEMvJqcC}|ܯx?u 23Ն{3ϰYbfy~%˟D+r]Z-Ŝy"U=z"Ip!#- T8_fk92Z>|| T=GW$I Ldn"dZuf-/m0) \86p[UiHcvh-N+i5{W:%fk'e+o:W?sXdI.m s"qd5 P25M]ZT 3'ukma />v] *6z^Cn;ɶ#ۄpoh+n K( u%xVSĭIGx 1O)CPPנ~ rp͍i&}rkS}GՅʌ}E!L}U;.T7&(31~r[l{rw=T[sA7)F?f ò1i--i"TK/ԱF\ <_˻[B#*PuƩ] htm{QR~6Ty gFo @k:q4Y1@jآ+ @2[^uuV %/zos]_#eH/^}7Ye# iʶ(a@#2oJ"fBQ_zXy.c($128q3 B˝t+= 4ˢI0cqh_ޘ8V>RZ $UXq%-ḱԪwu$d\ bޛǩ72ig -ukW;;:^a]A޾;ClNښאNiw~O `!:ߑ=#_)5g|C[R8R汍mLr3A D(d`Dsa]9XO}8jwu-ngb&YE:zn2zmo;ӯ6r5A2T6 ;]PlJӬʝΎIFHAL[͏>FWC;|ɿŢ+:wK\Updu0 'D:jx>c+96t1Hv)_ɘ 'z=vmv)GlGJx4o6 X]&WDuc-!cxvÙ>@¯dȑ@Ay4־1m 죋Ɏ}%tOP*⒏RNv│:uKQ6x%^A<ʸNo5Z&'92cKv#KcxK\R9Oֈ)P2p_IP.{8m$Q0wnG(WoPm#W-‚yOFoi"K5')+ 5e:z6@c?I),J$ƻ!v@] Z,(وm=b⍞G)x9c(2e8U !Ad{/B5(AL%+2r?6' v2p#I-R(3<$| ܒIl@kĐ8AT3U~_v=pc\ d{*[huy#pgCm0qǘDxQs!@8 !"kDgQ&:uyN/YԺn4^a0>y%(5,jJ"D[-sK9QKbVwըKGu=&㐜16Iݎ*7GH9&X-3~:ЧI\ωf9tU3tzʮmNVƢGCRx@4/P]#ٳW)umRWa!6R0'`D:ag VFKnI< jNyX]癹Vڇw 4njGvJ`7VY}#;/uNٞT1GUOzYogKPwYXpd@vvt[sN3jv^8޳)L!G"ҁȒاdP #N]lX̨Mqk l{c|.}ƫ'LYYH5*"7Qn&[w۴g!_tC=wXJ!r,/dX" VϿTFΡd6 w? 9`8N!tF&5Tb TՎ.yFБ+j_}ڏHLJݶ%mbBVKK|gWe?\)W+yG}ֲ# \[E(Rdz1Tp}(h6ߑBU 21h[lV$Bّ 3tohPpf'*$,W_l.?)Iщ~BXd>3۝DƯ1pAL 1LZt 'VvW:$B?/eR".SM,+9 Hº5WHZǖR~Rp^eCIA)Uߒ=KДT͕C8J*/^24ƗyI VۧP6Xd~MaMA}uʣCxt5C^TkҜ:$fn|X^I6>BL>߬Ef%TthgF(3wk]]RqAeDSVd~T%][J4jxHV0ie`l4Ćpŋ%"bRٌރq7<1YNh;/m$߂ymtVised\rqJ0$$Pĭ{YHP9VQmtk\)Q՘`/:0[3ht99xR}X"tU>\\nLӹd|-c9+~g{$܍޻g|c8XdBI?#>fٙ0 Zb a\Vx㹀1-*H niS_D6A4k+ |_,=9Ej!%b4NA*A!ہfIw6_l8 ]* 0̏pOŮ=zX@XwF?^ٿչ)Įvb 砎Or:#Fˊ6m}؊2'ȸRmbA~TX.ZKrt|}+kOc"{l֔a7ZzUE]5V8&k}"xeܱ'%%RkQYKnWhրR3̳6%~@Uʢ[0,l6`f@Kpm;4H˶M ըQ8+0}Hv4 EG ?v߽3WiɀZ__>Fx6XkD#~ޜ_<汔jbghDƄRgCǛF;s4֘+@+x z6Qs.d~ʚ -R7AL4]VfiZƥ Fس 5A~ƪn`/Ifw~[Jd7Mв+O$]$75A|o ,-:ʻzb%:,)|Hfi4^$X;K6pHP‹0<&c_Q2632mO|^pMD2<:|G&iB~UY$nUytm9SfcW>MN+Vk@_pX\$לWO2k{;as2bxiTGIߢ0g( QV-&IE``cH*"=Uԝ# F/cŅ.QOOTI;Ih|ر0h !5IVf _w{~LjM(~2wtNp %CUۛdbc .I9?Q@Ѻ6tw2>oϪoϳUqE[Ei:u#A.iLv` 3/S1W4w2&!'\i%jE坸x<9xGmt0KĎT0c'Cnp%{>O^/ ^ _Kܷ>&Χ=%=[\!cDX˼UQUKdžExHbOPq%tC1z,' 5ҬrZ%G הzj:߰u-h588N#?&x'׶c U^9(Bff}$f/*Ĕ؋׫yjn fap#2nr5^Q+%i߶?l*,N$BD~q ./&DA꪿!ua] Ѭ_wg9lĤ[P1roӴ]Xղ6P$nOj/zcAR`Gu.Wj?+Au̸o_1"%ݑp؁@Z5qU-Sl),r1|U*M,A"9%5؂+l+8T5UjLox]H x zLb_'^&TxEe4:Ώ|VnNN5JfGuDt0m5 >!<N5H?Ј0]FR֒e!//ja]vd6h^1aDl[*֔ ,Tn{! 6L;{pe]acSrBDi.wyj5qyo_^$1 p}B=v~͏:>q*bw`uocBuASOLB`C),6 /HR dkqƈ&Wi,lElr  X˲}Uf$88ZB ֩.%0WBM 펙Z% Xr2YƷXٔ?5E3"Y)Y샨}TaP| F1ul1ҀҶ,3_x3$70vAo)V=!5$e&xHPihAr OpS.s#K0'Ǖ64~e3<: S}| (nZ46ofiMTn.ʹ#Z0[Tʶ}.B2z.?1Y2+ }%a`kL^$x7(kKu:`Dʢ'tyi[q ƿbe)^$Α/3>l&5SZ:gc1RD6$Cr|~h`|+ƫ1U} $yr!o+K q[35{y5˰w8= W1'yMU< 'ɐ<4 _$O/LK biQNZ9f$`1%]knŭb>k!{ <`!ޯԊDK rVc{dC R[2"kـ qL%DxC^nTY>M6i^OR v(Kӛ_KZOy%؊ pr/ *IW}N/ꖙZSh@T4}d'KSND/Ř+ǮԐ*͙ܿ414,=#Vx]R}b ou^c穳!>J h8~R]*|"Hq/\/4lJU9Cdd¸t[6w " ]Yg.0b'`MSԷ^!"sm M{F_3DJ8*Trpm汮/$!mY2cIpj5;,!q]@uWwBuNٞR9 hOQ^,';@rxY>0}:dEr2woo-HHR yPDWF* b *"Y>}^)N3/n(!u}-|ZwaX9%a@sk=踧tC B1Rґ+kdw$P9q2 }A ~"ko7Sv=ʑތ7e?$!+BGH5fGYkQ1u}C=5ٵd5XRkO\ x$[|+öF-{.hf%W,1ۮ4Q)QܵBb0fI6 =\A,X>w>ۨ7wiE'4$KEi KLsDo].fBA> Cqw/T5[sr^`@Mu{GsU8!P؅Xm*0py?qOjY«: %hceH91u8gӝ_h\P8QbU&w$-{2u[9~~#} "*V؉a\٦09鋤Eڔj#*Q&BZTbbY2NbH/"dxo4??[[sbsvq3qr.1KͫF$Z<>YzURN=֢ -֚c:5 e`C9%|"!5Y2(miXWK-*q_%j~` !4k,C{2҄Ig 8K*j ҿRS SƸqC^%nӭϝ2FCe.-~Z%dliStN P1tbd%rgkk/ܒʮE2@rG'qVoHSB˛%QyU(`) ųWBFG:%E"WL1,(OnkZ? QHRŰ CerBzqkt^o8g (%T-`L8Xdx= ^f@<P۩!8 &D &|m񜅴qf:;dz/`-2Cd2(B d(<6 {ϪLC _ R1{ <]޹Bd˔&2TOڐsU Ha6[Ϻtp*3]P^@%O%,(A ae=y@:ZD+9G cp|iM!L;0-[(tS5vا \v2i{qE*],MrtxRj ?COlKˬ7}k?6;Jv鉲1s{Bx#Lu /KڳXQ7wqhZal: 6 &3*G밬 m0cX(jbAbiu%C M[0*C)zkv,@>.|ij+X"vDn|XAӂJ-?W(Jڨ贖%zƙv(FխaGIE"_#|Sh1_rZEs-Rb:!o4K0 ,Ldc S4^6UHYsT= Mu"LЮ}gyTBG+I})dv(Rޫ[ x>1|ȨƓrXRf %FKMxmp-hoE/Ǔ,$cn0 xC_ZۭŪ^ .{(u 8qZ:^9>{p+(w*{ڑ& xަNYzl/wX±&#:i̶x8ÁѝNjSY~yX)E{,T?ܤH#XmhAahbQ'MJ>UHh6gפ㾚n2lS63AVpO0棖[ Ua"3̒13`aP䍡< #)$@y}&'Dgc70I:Bad =2}}zvcRmܞk,MbN$,){)S@~mcbAo." g qjr+Z (g:fkel'-K{,`c-hws[9a]J$ޠ_`;K8C Iw-I(Q ȼ)!/CpudPw?W!p]VҪ Su2^濎dwN4~4METi#o}B^n!WC76 #o_)>|v(\sE~RC:63Vɫj-4 ʒr> cnO}tN)ĥj2wxQW 1 ά;fX*Eޯc7G(-%v$`k9ؕJ.ZY-ñ(glJv=WsH_ƍ]~z*t@oOe@L >0? ,|P# d]N}@ ` Vɚ%626MR82WU3/fȱSqrbw+ì)ކ|r}3=TX^a䆀)-7Ӂ%g|un;nIR2+b0} @9[96k?{ )K{kbzw8ڢ-+* qJDCvǹc(g;d܌QIXJI49EYyzEs3t{ŀ{u)eh}?vٷc2H(*4A{"Jxy@F:DPa&ʾ~<[q `ż[<:NC|,iÈfl0Lt8.(+ >V { jeS Mn/RZޓoן<l7ur7O%8SoM~+[Z'#GW+r d fiv1f8{/e}F??׎ ϔ TCEak\/hkZ19ikBpqT6Kc5dɭ=I 2R"\{+ns"J[ch6un4M+ԊL?h7-l*}V9VGo#y">onw!4WWŸg%{"?bL^ S * /ݸL]2/2}5o_zª)$ȟ0{"^+KKϙ5[5n{^ ۴!yUfLڃ|\"/I6R>?Tv 8een0F[L# 8?,7 H^;vUz,V ЀDl4)2So UZJkR3,ۦ|?R_XSܵeh9N@zӎ WVɈ#3d=֓,#-55e58. J-"N2.LvZ ~eEf3b#Ћ?jSGEkvc0}?KR3ӝDƕn8a1V tyL^ٽ_<&. ow4,}FhAu "6L{/AqV/q^VI k-n+ z+lSkƸ\a o5f^{\7)3.B n Zܖn*4Hn ySS؅/C ȄH@՟%\02$wiZ)h&C=XjA"ZԠN7a'wVb Viޞ|_qg$pٓW#"ވ?Ƀr2`OZ]TCT"~㝋 #.t# {RC *XӓV35sz΢"AH_DBͣMߑ_2&͏ ȵl7p/J@ yE`0-oO`0ْRgd/r b泇CcC7'):@L앓x|E=8L5-4K^o-T-$7$a"[×^#g Z"1̞Z:[#Q9x-\ۺw49Y[$ި& # l] >KLeI">Iw"wAoes=&uۀbY%n\bWQeЁXz|n[P- 'm: /(vqS<9Zm-_(S+HG䪂x[mE>E.03Y E0mRC ~ufp"M3%7laJ; 2 YZ