postfix-bdb-3.5.9-150300.5.15.1<>,'leh~p9|/[[Pm]4SÖ.@Sc=aҨ>u[jCIa =,'ljqc3\hPq!9XJuo~C:bu[Eǩ㍣ NHҨ">Z* Q~cab‘ILV tsUo0uuQTm6$0-UH7#KNv| }[m?~pǏ:H|bkGµ5.j>Q?d " F =TZ`M^  P ! # & R TW\`@`hc d6e6j6jhjtj(j7j8k}9m}:v}=g>g?g@gCgFgGhHkLInXod Yo \o]s ^|b~c5defluv8wx(yl~zdtxCpostfix-bdb3.5.9150300.5.15.1A fast, secure, and flexible mailerPostfix aims to be an alternative to the widely-used sendmail program with bdb supporteh~s390zl329SUSE Linux Enterprise 15SUSE LLC IPL-1.0 OR EPL-2.0https://www.suse.com/Productivity/Networking/Email/Servershttp://www.postfix.orglinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in postfix.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 2>/dev/null || :) if [ -z "$VERSIONTEST" -a -f var/spool/postfix/pid/master.pid ]; then if checkproc -p var/spool/postfix/pid/master.pid usr/lib/postfix/master; then echo "postfix is still running. You have to stop postfix in order to" echo "install a newer version." exit 1 fi fi # --------------------------------------------------------------------------- #!/bin/bash tail -n 5 $0 | /usr/sbin/sysusers2shadow RET=$? test -f /.buildenv && exit 0 exit $RET ######## data below ######## g maildrop 59 - - g postfix 51 - - u postfix 51 "Postfix Daemon" /var/spool/postfix m postfix maildrop m postfix mail # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update if [ ${1:-0} -gt 1 ]; then touch /var/adm/postfix.configured echo "Executing upgrade-configuration." /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=maildrop || : if [ "$(/usr/sbin/postconf -h daemon_directory)" != "/usr/lib/postfix/bin/" ]; then /usr/sbin/postconf daemon_directory=/usr/lib/postfix/bin/ fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in postfix.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postqueue fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/postdrop fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /etc/postfix/sasl_passwd fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/sendmail fi PNAME=postfix-bdb SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=mail SUBPNAME=-postfix-bdb SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi /sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable postfix || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop postfix ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable postfix.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop postfix.service ) || : fi # --------------------------------------------------------------------------- test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in postfix.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart postfix.service ) || : fi fi /sbin/ldconfig # --------------------------------------------------------------------------- ~g}]Rw) 3'\{{Ax1tSv*nI$H%4|61H@٘9'8@'HHi(PP8@@H@Ypt*nI(@$HHH@8@h@8@8iM(@Y(@H@@ y.1 GX^R3xYWH(8H`8@'7(WyPX@hHxph&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/postdrop 1>&2 /usr/bin/chkstat -n --warn --system -e /etc/postfix/sasl_passwd 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/sbin/sendmail 1>&2e(e;dܺ@a^@a'@``H`B@`3@`U`__@_@_@__j___L@_D@_?@_/@_p@_A@^^^b^'@^>@^=@^ku^=Q@^:@^8 @]e@]@]b@]m]M`@]:@]9]4S]]^@]@\@\\\@\~d\}@\zp@\y\\\LK\I[[=@[ͻ[[[[ZZUZZkZ@Z)-@Z@ZY@Y@YMY@Y@YY@YyYC@XQ@Xh@XX@XO@XO@X7@XM@Xv@Xk@X9y@X)@X lW1@W WPWJWDB@WDB@WVVVV@VhVU5@U@U@UUlI@UXU6;U3Tء@TOT@TTT@To)@TeTN3TD@varkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.comvarkoly@suse.cominfo@paolostivanin.comsuse+build@de-korte.orgvarkoly@suse.comsuse+build@de-korte.orgsuse+build@de-korte.orgsuse+build@de-korte.orgvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.comkukuk@suse.comkukuk@suse.comsuse+build@de-korte.orgmichael@stroeder.comsuse+build@de-korte.orgkukuk@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.comsuse+build@de-korte.orgmichael@stroeder.commichael@stroeder.comvarkoly@suse.comvarkoly@suse.commichael@stroeder.commichael@stroeder.commliska@suse.czmichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.commatthias.gerstner@suse.comchris@computersalat.demichael@stroeder.comvarkoly@suse.comdimstar@opensuse.orgtchvatal@suse.comvarkoly@suse.commichael@stroeder.comvarkoly@suse.comjslaby@suse.commrueckert@suse.demichael@stroeder.commax@suse.comchris@computersalat.dechris@computersalat.demalte.kraus@suse.commichael@stroeder.comchris@computersalat.dechris@computersalat.devarkoly@suse.comtchvatal@suse.comvarkoly@suse.commichael@stroeder.comlnussel@suse.deadam.majer@suse.devarkoly@suse.comilya@ilya.pp.uavarkoly@suse.comdimstar@opensuse.orgrbrown@suse.comkukuk@suse.demichael@stroeder.comvarkoly@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comkukuk@suse.devarkoly@suse.commichael@stroeder.comchris@computersalat.dewerner@suse.dechris@computersalat.dekukuk@suse.demrueckert@suse.dewr@rosenauer.orgkukuk@suse.comchris@computersalat.devarkoly@suse.comvarkoly@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.demichael@stroeder.commichael@stroeder.comschwab@suse.dechris@computersalat.devarkoly@suse.comvarkoly@suse.comopensuse@dstoecker.demrueckert@suse.demrueckert@suse.demrueckert@suse.devarkoly@suse.comvarkoly@suse.commichael@stroeder.comjkeil@suse.demeissner@suse.commeissner@suse.commichael@stroeder.comcrrodriguez@opensuse.orgmpluskal@suse.commrueckert@suse.demrueckert@suse.demichael@stroeder.comvarkoly@suse.comvarkoly@suse.commpluskal@suse.comvarkoly@suse.comvarkoly@suse.comtchvatal@suse.comdimstar@opensuse.orgdmueller@suse.commichael@stroeder.com- (bsc#1218304) VUL-0: postfix: new SMTP smuggling attack (bsc#1218314) SMTP Smuggling - Spoofing E-Mails Worldwide Apply patch containing the feature smtpd_forbid_unauth_pipelining as default yes. add patch: postfix-3.7-patch06 - Security: the Postfix SMTP server optionally disconnects remote SMTP clients that violate RFC 2920 (or 5321) command pipelining constraints. The server replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining = yes" to enable. - Workaround to limit collateral damage from OS distributions that crank up security to 11, increasing the number of plaintext email deliveries. This introduces basic OpenSSL configuration file support, with two new parameters "tls_config_file" and "tls_config_name". Details are in the postconf(5) manpage under "tls_config_file" and "tls_config_name".- postfix: config.postfix causes too tight permission on main.cf (bsc#1215372)- CVE-2023-32182: postfix: config_postfix SUSE specific script potentially bad /tmp file usage (bsc#1211196) Use temp file created by mktemp- config.postfix not updatet after lmdb switch (bsc#1190945) Adapt config.postfix- postfix master.cf: to include "submissions" service (bsc#1189684) Adapt master.cf patch- (bsc#1186669) - postfix.service has "Requires=var-run.mount" Remove bad requirements- (bsc#1183305) - config.postfix uses db as suffix for postmaps Depending on DEF_DB_TYPE uses lmdb or db- (bsc#1182833) - /usr/share/fillup-templates/sysconfig.postfix still refers to /etc/services Use getent to detect if smtps is already defined.- (bsc#1180473) [Build 20201230] postfix has invalid default config (bsc#1181381) [Build 130.3] openQA test fails in mta, mutt - postfix broken: "queue file write error" and "error: unsupported dictionary type: hash" Export DEF_DB_TYPE before starting the perl script.- bsc#1180473 - [Build 20201230] postfix has invalid default config Fixing config.postfix and sysconfig.postfix- Update to 3.5.9 * improves the reporting of DNSSEC problems that may affect DANE security- Only do the conversion from the hash/btree databases to lmdb when the default database type changes from hash to lmdb and do not stop and start the service (the old compiled databases can live together with the new ones) - convert-bdb-to-lmdb.sh - Clean up the specfile * Remove < 1330 conditional builds * Use generated postfix-files instead of the obsolete one from postfix-SUSE.tar.gz * Use dynamicmaps.cf.d instead of modifying dynamicmaps.cf upon (de)installation of optional mysql, pgsql and ldap subpackages * Use default location for post-install, postfix-tls-script, postfix-wrapper and postmulti-script- Set lmdb to be the default db. - Convert btree tables to lmdb too. Stop postfix before converting from bdb to lmdb - This package is without bdb support. That's why convert must be done without any suse release condition. o remove patch postfix-no-btree.patch o add set-default-db-type.patch- Set database type for address_verify_map and postscreen_cache_map to lmdb (btree requires Berkeley DB) o add postfix-no-btree.patch- Set default database type to lmdb and fix update_postmaps script- Use variable substition instead of sed to remove .db suffix and substitute hash: for lmdb: in /etc/postfix/master.cf as well. Check before substitution if there is something to do (to keep rpmcheck happy).- bsc#1176650 L3: What is regularly triggering the "fillup" command and changing modify-time of /etc/sysconfig/postfix? o Remove miss placed fillup_only call from %verifyscript- Remove Berkeley DB dependency (JIRA#SLE-12191) The pacakges postfix is build without Berkely DB support. lmdb will be used instead of BDB. The pacakges postfix-bdb is build with Berkely DB support. o add patch for main.cf for postfix-bdb package postfix-bdb-main.cf.patch- Update to 3.5.8 * The Postfix SMTP client inserted into message headers longer than $line_length_limit (default: 2048), causing all subsequent header content to become message body content. * The postscreen daemon did not save a copy of the postscreen_dnsbl_reply_map lookup result. This has no effect when the recommended texthash: look table is used, but it could result in stale data with other lookup tables. * After deleting a recipient with a Milter, the Postfix recipient duplicate filter was not updated; the filter suppressed requests to add the recipient back. * Memory leak: the static: maps did not free their casefolding buffer. * With "smtpd_tls_wrappermode = yes", the smtps service was waiting for a TLS handshake, after processing an XCLIENT command. * The smtp_sasl_mechanism_filter implementation ignored table lookup errors, treating them as 'not found'. * The code that looks for Delivered-To: headers ignored headers longer than $line_length_limit (default: 2048).- Update to 3.5.7 * Fixed random certificate verification failures with "smtp_tls_connection_reuse = yes", because tlsproxy(8) was using the wrong global TLS context for connections that use DANE or non-DANE trust anchors.- Move ldap into an own sub-package like all other databases - Move manual pages to correct sub-package- Use sysusers.d to create system accounts - Remove wrong %config for systemd directory content- Use the correct signature file for source verification - Rename postfix-3.5.6.tar.gz.sig to postfix-3.5.6.tar.gz.asc (to prevent confusion, as the signature file from upstream with .sig extension is incompatible with the build service)- Update to 3.5.6 with following fixes: * Workaround for unexpected TLS interoperability problems when Postfix runs on OS distributions with system-wide OpenSSL configurations. * Memory leaks in the Postfix TLS library, the largest one involving multiple kBytes per peer certificate.- Add source verification (add postfix.keyring)- Use systemd_ordering instead of systemd_require. - Move /etc/postfix/system to /usr/lib/postfix/systemd [bsc#1173688] - Drop /var/adm/SuSEconfig from %post, it does nothing. - Rename postfix-SuSE to postfix-SUSE - Delete postfix-SUSE/README.SuSE, company name spelled wrong, completly outdated and not used. - Delete postfix-SUSE/SPAMASSASSIN+POSTFIX.SuSE, company name spelled wrong, outdated and not used. - sysconfig.mail-postfix: Fix description of MAIL_CREATE_CONFIG, SuSEconfig is gone since ages. - update_chroot.systemd: Remove advice to run SuSEconfig. - Remove rc.postfix, not used, outdated. - mkpostfixcert: Remove advice to run SuSEconfig.- Update to 3.5.4: * The connection_reuse attribute in smtp_tls_policy_maps always resulted in an "invalid attribute name" error. * SMTP over TLS connection reuse always failed for Postfix SMTP client configurations that specify explicit trust anchors (remote SMTP server certificates or public keys). * The Postfix SMTP client's DANE implementation would always send an SNI option with the name in a destination's MX record, even if the MX record pointed to a CNAME record. MX records that point to CNAME records are not conformant with RFC5321, and so are rare. Based on the DANE survey of ~2 million hosts it was found that with the corrected SMTP client behavior, sending SNI with the CNAME-expanded name, the SMTP server would not send a different certificate. This fix should therefore be safe.- Update to 3.5.3: * TLS handshake failure in the Postfix SMTP server during SNI processing, after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to a remote SMTP client. * The command "postfix tls deploy-server-cert" did not handle a missing optional argument. This bug was introduced in Postfix 3.1.- Update to 3.5.2: * A TLS error for a database client caused a false 'lost connection' error for an SMTP over TLS session in the same Postfix process. This bug was introduced with Postfix 2.2. * The same bug existed in the tlsproxy(8) daemon, where a TLS error for one TLS session could cause a false 'lost connection' error for a concurrent TLS session in the same process. This bug was introduced with Postfix 2.8. * The Postfix build now disables DANE support on Linux systems with libc-musl such as Alpine, because libc-musl provides no indication whether DNS responses are authentic. This broke DANE support without a clear explanation. * Due to implementation changes in the ICU library, some Postfix daemons reported file access errrors (U_FILE_ACCESS_ERROR) after chroot(). This was fixed by initializing the ICU library before making the chroot() call. * Minor code changes to silence a compiler that special-cases string literals. * Segfault (null pointer) in the tlsproxy(8) client role when the server role was disabled. This typically happened on systems that do not receive mail, after configuring connection reuse for outbound SMTP over TLS. * The date portion of the maillog_file_rotate_suffix default value used the minute (%M) instead of the month (%m).- boo#1106004 fix incorrect locations for files in postfix-files- Dropped deprecated-RES_INSECURE1.patch to make DNSSEC-secured lookups and DANE mail transport work again - Update to 3.5.1: * Support for the haproxy v2 protocol. The Postfix implementation supports TCP over IPv4 and IPv6, as well as non-proxied connections; the latter are typically used for heartbeat tests. * Support to force-expire email messages. This introduces new postsuper(1) command-line options to request expiration, and additional information in mailq(1) or postqueue(1) output. * The Postfix SMTP and LMTP client support a list of nexthop destinations separated by comma or whitespace. These destinations will be tried in the specified order. * Incompatible changes: * Logging: Postfix daemon processes now log the from= and to= addresses in external (quoted) form in non-debug logging (info, warning, etc.). This means that when an address localpart contains spaces or other special characters, the localpart will be quoted, for example: from=<"name with spaces"@example.com> Specify "info_log_address_format = internal" for backwards compatibility. * Postfix now normalizes IP addresses received with XCLIENT, XFORWARD, or with the HaProxy protocol, for consistency with direct connections to Postfix. This may change the appearance of logging, and the way that check_client_access will match subnets of an IPv6 address.- Update to 3.4.10: * Bug (introduced: Postfix 2.3): Postfix Milter client state was not properly reset after one Milter in a multi-Milter configuration failed during MAIL FROM, resulting in a Postfix Milter client panic during the next MAIL FROM command in the same SMTP session.- bsc#1162891 server:mail/postfix: cond_slp bug on TW after moving /etc/services to /usr/etc/services- bsc#1160413 postfix fails with -fno-common- Update to 3.4.9: * Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). * Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. * Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance.- Update to 3.4.8: * Fix for an Exim interoperability problem when postscreen after-220 checks are enabled. Bug introduced in Postfix 3.4: the code that detected "PIPELINING after BDAT" looked at the wrong variable. The warning now says "BDAT without valid RCPT", and the error is no longer treated as a command PIPELINING error, thus allowing mail to be delivered. Meanwhile, Exim has been fixed to stop sending BDAT commands when postscreen rejects all RCPT commands. * Usability bug, introduced in Postfix 3.4: the parser for key/certificate chain files rejected inputs that contain an EC PARAMETERS object. While this is technically correct (the documentation says what types are allowed) this is surprising behavior because the legacy cert/key parameters will accept such inputs. For now, the parser skips object types that it does not know about for usability, and logs a warning because ignoring inputs is not kosher. * Bug introduced in Postfix 2.8: don't gratuitously enable all after-220 tests when only one such test is enabled. This made selective tests impossible with 'good' clients. This will be fixed in older Postfix versions at some later time.- Backport deprecated-RES_INSECURE1.patch in order to fix boo#1149705.- Update to 3.4.7: * Robustness: the tlsproxy(8) daemon could go into a loop, logging a flood of error messages. Problem reported by Andreas Schulze after enabling SMTP/TLS connection reuse. * Workaround: OpenSSL changed an SSL_Shutdown() non-error result value into an error result value, causing logfile noise. * Configuration: the new 'TLS fast shutdown' parameter name was implemented incorrectly. The documentation said "tls_fast_shutdown_enable", but the code said "tls_fast_shutdown". This was fixed by changing the code, because no-one is expected to override the default. * Performance: workaround for poor TCP loopback performance on LINUX, where getsockopt(..., TCP_MAXSEG, ...) reports a bogus TCP maximal segment size that is 1/2 to 1/3 of the real MSS. To avoid client-side Nagle delays or server-side delayed ACKs caused by multiple smaller-than-MSS writes, Postfix chooses a VSTREAM buffer size that is a small multiple of the reported bogus MSS. This workaround increases the multiplier from 2x to 4x. * Robustness: the Postfix Dovecot client could segfault (null pointer read) or cause an SMTP server assertion to fail when talking to a fake Dovecot server. The Postfix Dovecot client now logs a proper error instead.- bsc#1120757 L3: File Permissions->Paranoid can cause a system hang Break loop if postfix has no permission in spool directory. - add postfix-avoid-infinit-loop-if-no-permission.patch- fix for boo#1144946 mydestination - missing default localhost * update config.postfix- bsc#1142881 - mkpostfixcert from Postfix still uses md- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- update example POSTFIX_BASIC_SPAM_PREVENTION: permit_mynetworks for * POSTFIX_SMTPD_HELO_RESTRICTIONS * POSTFIX_SMTPD_RECIPIENT_RESTRICTIONS - fix for: Can't connect to local MySQL server through socket '/run/mysql/mysql.sock' * update config.postfix * update update_chroot.systemd- Update to 3.4.6: * Workaround for implementations that hang Postfix while shutting down a TLS session, until Postfix times out. With "tls_fast_shutdown_enable = yes" (the default), Postfix no longer waits for the TLS peer to respond to a TLS 'close' request. This is recommended with TLSv1.0 and later. * Fixed a too-strict censoring filter that broke multiline Milter responses for header/body events. Problem report by Andreas Thienemann. * The code to reset Postfix SMTP server command counts was not called after a HaProxy handshake failure, causing stale numbers to be reported. Problem report by Joseph Ward. * postconf(5) documentation: tlsext_padding is not a tls_ssl_options feature. * smtp(8) documentation: updated the BUGS section text about Postfix support to reuse open TLS connections. * Portability: added "#undef sun" to util/unix_dgram_connect.c.- Ensure that postfix is member of all groups as before.- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- Drop the omc config fate#301838: * it is obsolete since SLE11- bsc#1104543 config.postfix does not start tlsmgr in master.cf when using POSTFIX_SMTP_TLS_CLIENT="must". Applyed the proposed patch.- Update to 3.4.5: Bugfix (introduced: Postfix 3.0): LMTP connections over UNIX-domain sockets were cached but not reused, due to a cache lookup key mismatch. Therefore, idle cached connections could exhaust LMTP server resources, resulting in two-second pauses between email deliveries. This problem was investigated by Juliana Rodrigueiro. File: smtp/smtp_connect.c.- Update to 3.4.4 o Incompatible changes - The Postfix SMTP server announces CHUNKING (BDAT command) by default. In the unlikely case that this breaks some important remote SMTP client, disable the feature as follows: /etc/postfix/main.cf: [#] The logging alternative: smtpd_discard_ehlo_keywords = chunking [#] The non-logging alternative: smtpd_discard_ehlo_keywords = chunking, silent_discard - This introduces a new master.cf service 'postlog' with type 'unix-dgram' that is used by the new postlogd(8) daemon. Before backing out to an older Postfix version, edit the master.cf file and remove the postlog entry. - Postfix 3.4 drops support for OpenSSL 1.0.1 - To avoid performance loss under load, the tlsproxy(8) daemon now requires a zero process limit in master.cf (this setting is provided with the default master.cf file). By default, a tlsproxy(8) process will retire after several hours. - To set the tlsproxy process limit to zero: postconf -F tlsproxy/unix/process_limit=0 postfix reload o Major changes - Postfix SMTP server support for RFC 3030 CHUNKING (the BDAT command) without BINARYMIME, in both smtpd(8) and postscreen(8). This has no effect on Milters, smtpd_mumble_restrictions, and smtpd_proxy_filter. See BDAT_README for more. - Support for logging to file or stdout, instead of using syslog. - Logging to file solves a usability problem for MacOS, and eliminates multiple problems with systemd-based systems. - Logging to stdout is useful when Postfix runs in a container, as it eliminates a syslogd dependency. - Better handling of undocumented(!) Linux behavior whether or not signals are delivered to a PID=1 process. - Support for (key, list of filenames) in map source text. Currently, this feature is used only by tls_server_sni_maps. - Automatic retirement: dnsblog(8) and tlsproxy(8) process will now voluntarily retire after after max_idle*max_use, or some sane limit if either limit is disabled. Without this, a process could stay busy for days or more. - Postfix SMTP client support for multiple deliveries per TLS-encrypted connection. This is primarily to improve mail delivery performance for destinations that throttle clients when they don't combine deliveries. This feature is enabled with "smtp_tls_connection_reuse=yes" in main.cf, or with "tls_connection_reuse=yes" in smtp_tls_policy_maps. It supports all Postfix TLS security levels including dane and dane-only. - SNI support in the Postfix SMTP server, the Postfix SMTP client, and in the tlsproxy(8) daemon (both server and client roles). See the postconf(5) documentation for the new tls_server_sni_maps and smtp_tls_servername parameters. - Support for files that contain multiple (key, certificate, trust chain) instances. This was required to implement server-side SNI table lookups, but it also eliminates the need for separate cert/key files for RSA, DSA, Elliptic Curve, and so on. - Support for smtpd_reject_footer_maps (as well as the postscreen variant postscreen_reject_footer_maps) for more informative reject messages. This is indexed with the Postfix SMTP server response text, and overrides the footer specified with smtpd_reject_footer. One will want to use a pcre: or regexp: map with this. o Bugfixes - Andreas Schulze discovered that reject_multi_recipient_bounce was producing false rejects with BDAT commands. This problem already existed with Postfix 2.2 smtpd_end_of_data_restrictons. Postfix 3.4.4 fixes both.- postfix-linux45.patch: support also newer kernels -- pretend we are still at kernel 3. Note that there are no conditionals for LINUX3 or LINUX4. And LINUX5 was generated, but not tested in the code which caused build failures.- skip set -x and fix version update changes entry- Update to 3.3.3 * When the master daemon runs with PID=1 (init mode), it will now reap child processes from non-Postfix code running in the same container, instead of terminating with a panic. * Bugfix (introduced: postfix-2.11): with posttls-finger, connections to unix-domain servers always resulted in "Failed to establish session" even after a connection was established. Jaroslav Skarva. File: posttls-finger/posttls-finger.c. * Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes, table lookups could casefold the search string when searching a lookup table that does not use fixed-string keys (regexp, pcre, tcp, etc.). Historically, Postfix would not case-fold the search string with such tables. File: util/dict_utf8.c.- PostrgeSQL's pg_config is meant for linking server extensions, use libpq's pkg-config instead, if available. This is needed to fix build with PostgreSQL 11.- rework config.postfix * disable commenting of smtpd_sasl_path/smtpd_sasl_type no need to comment, cause it is set to default anyway and 'uncommenting' would place it at end of file then which is not wanted- rework postfix-main.cf.patch * disable virtual_alias_domains cause (default: $virtual_alias_maps) - rework config.postfix * disable PCONF of virtual_alias_domains virtual_alias_maps will be set anyway to the correct value * extend virtual_alias_maps with - mysql_virtual_alias_domain_maps.cf - mysql_virtual_alias_domain_catchall_maps.cf - rework postfix-mysql, added * mysql_virtual_alias_domain_maps.cf * mysql_virtual_alias_domain_catchall_maps.cf needed for reject_unverified_recipient- binary hardening: link with full RELRO- Update to 3.3.2 * Support for OpenSSL 1.1.1 and TLSv1.3. * Bugfixes: - smtpd_discard_ehlo_keywords could not disable "SMTPUTF8", because some lookup table was using "EHLO_MASK_SMTPUTF8" instead. - minor memory leak in DANE support when minting issuer certs. - The Postfix build did not abort if the m4 command was not installed, resulting in a broken postconf command.- add POSTFIX_RELAY_DOMAINS * more flexibility to add to relay_domains without breaking config.postfix * rework restriction examples in sysconf.postfix based on postfix-buch.com (2. edtion by Hildebrandt, Koetter) - disable weak cipher: RC4 after check with https://ssl-tools.net/mailservers- update config.postfix * don't reject mail from authenticated users even if reject_unknown_client_hostname would match, add permit_sasl_authenticated to all restrictions requires smtpd_delay_reject = yes - update postfix-main.cf.patch * recover removed setting smtpd_sasl_path and smtpd_sasl_type, set to default value config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be - rebase patches * fix-postfix-script.patch * postfix-vda-v14-3.0.3.patch * postfix-linux45.patch * postfix-master.cf.patch * pointer_to_literals.patch * postfix-no-md5.patch- bsc#1092939 - Postfixes postconf gives a lot of LDAP related warnings o add m4 as buildrequires, as proposed.- Add zlib-devel as buildrequires, previously included from openssl-devel- bsc#1087471 Unreleased Postfix update breaks SUSE Manager o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty- Update to 3.3.1 * Postfix did not support running as a PID=1 process, which complicated Postfix deployment in containers. The "postfix start-fg" command will now run the Postfix master daemon as a PID=1 process if possible. Thanks for inputs from Andreas Schulze, Eray Aslan, and Viktor Dukhovni. * Segfault in the postconf(1) command after it could not open a Postfix database configuration file due to a file permission error (dereferencing a null pointer). Reported by Andreas Hasenack, fixed by Viktor Dukhovni. * The luser_relay feature became a black hole, when the luser_relay parameter was set to a non-existent local address (i.e. mail disappeared silently). Reported by J?rgen Thomsen. * Missing error propagation in the tlsproxy(8) daemon could result in a segfault after TLS handshake error (dereferencing a 0xffff...ffff pointer). This daemon handles the TLS protocol when a non-whitelisted client sends a STARTTLS command to postscreen(8).- remove pre-requirements on sysvinit(network) and sysvinit(syslog). There seems to be no good reason for that other than blowing up the dependencies (bsc#1092408).- bsc#1071807 postfix-SuSE/config.postfix: only reload postfix if the actual service is running. This prevents spurious and irrelevant error messages in system logs.- bsc#1082514 autoyast: postfix gets not set myhostname properly - set to localhost- Refresh spec-file via spec-cleaner and manual optinizations. * Add %license macro. * Set license to IPL-1.0 OR EPL-2.0. - Update to 3.3.0 * http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES * Dual license: in addition to the historical IBM Public License 1.0, Postfix is now also distributed with the more recent Eclipse Public License 2.0. Recipients can choose to take the software under the license of their choice. Those who are more comfortable with the IPL can continue with that license. * The postconf command now warns about unknown parameter names in a Postfix database configuration file. As with other unknown parameter names, these warnings can help to find typos early. * Container support: Postfix 3.3 will run in the foreground with "postfix start-fg". This requires that Postfix multi-instance support is disabled (the default). To collect Postfix syslog information on the container's host, mount the host's /dev/log socket into the container, for example with "docker run -v /dev/log:/dev/log ...other options...", and specify a distinct Postfix syslog_name setting in the container (for example with "postconf syslog_name=the-name-here"). * Milter support: applications can now send RET and ENVID parameters in SMFIR_CHGFROM (change envelope sender) requests. * Postfix-generated From: headers with 'full name' information are now formatted as "From: name
" by default. Specify "header_from_format = obsolete" to get the earlier form "From: address (name)". * Interoperability: when Postfix IPv6 and IPv4 support are both enabled, the Postfix SMTP client will now relax MX preferences and attempt to schedule similar numbers of IPv4 and IPv6 addresses. This works around mail delivery problems when a destination announces lots of primary MX addresses on IPv6, but is reachable only over IPv4 (or vice versa). The new behavior is controlled with the smtp_balance_mx_inet_protocols parameter. * Compatibility safety net: with compatibility_level < 1, the Postfix SMTP server now warns for mail that would be blocked by the Postfix 2.10 smtpd_relay_restrictions feature, without blocking that mail. There still is a steady trickle of sites that upgrade from an earlier Postfix version.- bsc#1065411 Package postfix should require package system-user-nobody - bsc#1080772 postfix smtpd throttle getting "hello" if no sasl auth was configured- Fix usage of fillup_only:-y is not a valid option to this macro.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Don't mark postfix.service as config file, this is no config file. - Some of the Requires(pre) are needed for post-install and at runtime, fix the requires.- update to 3.2.4 * DANE interoperability. Postfix builds with OpenSSL 1.0.0 or 1.0.1 failed to send email to some sites with "TLSA 2 X X" DNS records associated with an intermediate CA certificate. Problem report and initial fix by Erwan Legrand. * Missing dynamicmaps support in the Postfix sendmail command. This broke authorized_submit_users settings that use a dynamically-loaded map type. Problem reported by Ulrich Zehl.- bnc#1059512 L3: Postfix Problem The applied changes breaks existing postfix configurations because daemon_directory was not adapted to the new value.- fix build for SLE * nothing provides libnsl-devel * add bcond_with libnsl- bnc#1059512 L3: Postfix Problem To manage multiple Postfix instances on a single host requires that daemon_directory and shlib_directory is different to avoid use of the shared directories also as per-instance directories. For this reason daemon_directory was set to /usr/lib/postfix/bin/. shlib_directory stands /usr/lib/postfix/.- bnc#1016491 postfix raported to log "warning: group or other writable:" on each symlink in config. * Add fix-postfix-script.patch- update to 3.2.3 * Extension propagation was broken with "recipient_delimiter = .". This change reverts a change that was trying to be too clever. * The postqueue command would abort with a panic message after it experienced an output write error while listing the mail queue. This change restores a write error check that was lost with the Postfix 3.2 rewrite of the vbuf_print formatter. * Restored sanity checks for dynamically-specified width and precision in format strings (%*, %.*, and %*.*). These checks were lost with the Postfix 3.2 rewrite of the vbuf_print formatter.- Add libnsl-devel build requires for glibc obsoleting libnsl- bnc#1045264 L3: postmap problem * Applying proposed patch of leen.meyer@ziggo.nl in bnc#771811- update to 3.2.2 * Security: Berkeley DB versions 2 and later try to read settings from a file DB_CONFIG in the current directory. This undocumented feature may introduce undisclosed vulnerabilities resulting in privilege escalation with Postfix set-gid programs (postdrop, postqueue) before they chdir to the Postfix queue directory, and with the postmap and postalias commands depending on whether the user's current directory is writable by other users. This fix does not change Postfix behavior for Berkeley DB versions < 3, but it does reduce postmap and postalias 'create' performance with Berkeley DB versions 3.0 .. 4.6. * The SMTP server receive_override_options were not restored at the end of an SMTP session, after the options were modified by an smtpd_milter_maps setting of "DISABLE". Milter support remained disabled for the life time of the smtpd process. * After the Postfix 3.2 address/domain table lookup overhaul, the check_sender_access and check_recipient_access features ignored a non-default parent_domain_matches_subdomains setting.- revert changes of postfix-main.cf.patch from rev=261 * config.postfix will not 'enable' (remove #) var, but place modified (enabled) var at end of file, far away from place where it should be * keep vars enabled but empty- Some cleanups * Fix SUSE postfix-files to avoid chown errors (anyway this file seems to be obsolete) * Avoid installing shared libraries twice * Refresh patch postfix-linux45.patch- update postfix-master.cf.patch * recover lost (with 3.2.0 update) submission, smtps sections * merge with upstream update - update config.postfix * update master.cf generation for submission - rebase patches against 3.2.0 * pointer_to_literals.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch * postfix-vda-v14-3.0.3.patch- Require system group mail - Use mail group name instead of GID- update to 3.2.0 - [Feature 20170128] Postfix 3.2 fixes the handling of address extensions with email addresses that contain spaces. For example, the virtual_alias_maps, canonical_maps, and smtp_generic_maps features now correctly propagate an address extension from "aa bb+ext"@example.com to "cc dd+ext"@other.example, instead of producing broken output. - [Feature 20161008] "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to "IGNORE" but also logs the action, and "PASS" disables header, body, and Milter inspection for the remainder of the message content. Contributed by Hobbit. - [Feature 20160330] The collate.pl script by Viktor Dukhovni for grouping Postfix logfile records into "sessions" based on queue ID and process ID information. It's in the auxiliary/collate directory of the Postfix source tree. - [Feature 20160527] Postfix 3.2 cidr tables support if/endif and negation (by prepending ! to a pattern), just like regexp and pcre tables. The primarily purpose is to improve readability of complex tables. See the cidr_table(5) manpage for syntax details. - [Incompat 20160925] In the Postfix MySQL database client, the default option_group value has changed to "client", to enable reading of "client" option group settings in the MySQL options file. This fixes a "not found" problem with Postfix queries that contain UTF8-encoded non-ASCII text. Specify an empty option_group value (option_group =) to get backwards-compatible behavior. - [Feature 20161217] Stored-procedure support for MySQL databases. Contributed by John Fawcett. See mysql_table(5) for instructions. - [Feature 20170128] The postmap command, and the inline: and texthash: maps now support spaces in left-hand field of the lookup table "source text". Use double quotes (") around a left-hand field that contains spaces, and use backslash (\) to protect embedded quotes in a left-hand field. There is no change in the processing of the right-hand field. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Feature 20161024] smtpd_milter_maps support for per-client Milter configuration that overrides smtpd_milters, and that has the same syntax. A lookup result of "DISABLE" turns off Milter support. See MILTER_README.html for details. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - [Incompat 20170129] The postqueue command no longer forces all message arrival times to be reported in UTC. To get the old behavior, set TZ=UTC in main.cf:import_environment (this override is not recommended, as it affects all Postfix utities and daemons). - [Incompat 20161227] For safety reasons, the sendmail -C option must specify an authorized directory: the default configuration directory, a directory that is listed in the default main.cf file with alternate_config_directories or multi_instance_directories, or the command must be invoked with root privileges (UID 0 and EUID 0). This mitigates a recurring problem with the PHP mail() function. - [Feature 20160625] The Postfix SMTP server now passes remote client and local server network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. - [Feature 20161103] Postfix 3.2 disables the 'transitional' compatibility between the IDNA2003 and IDNA2008 standards for internationalized domain names (domain names beyond the limits of US-ASCII). This change makes Postfix behavior consistent with contemporary web browsers. It affects the handling of some corner cases such as German sz and Greek zeta. See http://unicode.org/cldr/utility/idna.jsp for more examples. Specify "enable_idna2003_compatibility = yes" to restore historical behavior (but keep in mind that the rest of the world may not make that same choice). - [Feature 20160828] Fixes for deprecated OpenSSL 1.1.0 API features, so that Postfix will build without depending on backwards-compatibility support. [Incompat 20161204] Postfix 3.2 removes tentative features that were implemented before the DANE spec was finalized: - Support for certificate usage PKIX-EE(1), - The ability to disable digest agility (Postfix now behaves as if "tls_dane_digest_agility = on"), and - The ability to disable support for "TLSA 2 [01] [12]" records that specify the digest of a trust anchor (Postfix now behaves as if "tls_dane_trust_anchor_digest_enable = yes). - [Feature 20161217] Postfix 3.2 enables elliptic curve negotiation with OpenSSL >= 1.0.2. This changes the default smtpd_tls_eecdh_grade setting to "auto", and introduces a new parameter tls_eecdh_auto_curves with the names of curves that may be negotiated. The default tls_eecdh_auto_curves setting is determined at compile time, and depends on the Postfix and OpenSSL versions. At runtime, Postfix will skip curve names that aren't supported by the OpenSSL library. - [Feature 20160611] The Postfix SMTP server local IP address and port are available in the policy delegation protocol (attribute names: server_address, server_port), in the Milter protocol (macro names: {daemon_addr}, {daemon_port}), and in the XCLIENT protocol (attribute names: DESTADDR, DESTPORT). - refresh postfix-master.cf.patch- make sure that system users can be created in %pre- Fix requires: - shadow is needed for postfix-mysql pre-install section - insserv is not needed if systemd is used- update postfix-mysql * update mysql_*.cf files * update postfix-mysql.sql (INNODB, utf8) - update postfix-main.cf.patch * uncomment smtpd_sasl_path, smtpd_sasl_type can be changed via POSTFIX_SMTP_AUTH_SERVICE=(cyrus,dovecot) * add option for smtp_tls_policy_maps (commented) - update postfix-master.cf.patch * fix indentation of submission, smtps options for correct enabling via config.postfix - update config.postfix * fix sync of CA certificates * fix master.cf generation for submission, smtps - rebase postfix-vda-v14-3.0.3.patch- FATE#322322 Update postfix to version 3.X Merging changes with SLES12-SP2 Removeved patches: add_missed_library.patch bnc#947707.diff dynamic_maps.patch postfix-db6.diff postfix-opensslconfig.patch bnc#947519.diff dynamic_maps_pie.patch postfix-post-install.patch These are included in the new version of postfix - Remove references to SuSEconfig.postfix from sysconfig docs. (bsc#871575) - bnc#947519 SuSEconfig.postfix should enforce umask 022 - bnc#947707 mail generated by Amavis being prevented from being re-adressed by /etc/postfix/virtual - bnc#972346 /usr/sbin/SuSEconfig.postfix is wrong - postfix-linux45.patch: handle Linux 4.x and Linux 5.x (used by aarch64) (bsc#940289)- update to 3.1.4 * The postscreen daemon did not merge the client test status information for concurrent sessions from the same IP address. * The Postfix SMTP server falsely rejected a sender address when validating a sender address with "smtpd_reject_unlisted_recipient = yes" or with "reject_unlisted_sender". Cause: the address validation code did not query sender_canonical_maps. * The virtual delivery agent did not detect failure to skip to the end of a mailbox file, so that mail would be delivered to the beginning of the file. This could happen when a mailbox file was already larger than the virtual mailbox size limit. * The postsuper logged an incorrect rename operation count after creating a missing directory. * The Postfix SMTP server falsely rejected mail when a sender-dependent "error" transport was configured. Cause: the SMTP server address validation code was not updated when the sender_dependent_default_transport_maps feature was introduced. * The Postfix SMTP server falsely rejected an SMTPUTF8 sender address, when "smtpd_delay_reject = no". * The "postfix tls deploy-server-cert" command used the wrong certificate and key file. This was caused by a cut-and-paste error in the postfix-tls-script file.- improve config.postfix * improve SASL stuff * add POSTFIX_SMTP_AUTH_SERVICE=(cyrus|dovecot)- improve config.postfix * improve with MySQL stuff- update vda patch to latest available * remove postfix-vda-v13-3.10.0.patch * add postfix-vda-v14-3.0.3.patch - rebase patches (and to be p0) * pointer_to_literals.patch * postfix-main.cf.patch * postfix-master.cf.patch * postfix-no-md5.patch * postfix-ssl-release-buffers.patch - add /etc/postfix/ssl as default DIR for SSL stuff * cacerts -> ../../ssl/certs/ * certs/ - revert POSTFIX_SSL_PATH from '/etc/ssl' to '/etc/postfix/ssl' - improve config.postfix * revert smtpd_tls_CApath to POSTFIX_SSL_PATH/cacerts which is a symlink to /etc/ssl/certs Without reverting, 'gen_CA' would create files which would then be on the previous defined 'sslpath(/etc/ssl)/certs' (smtpd_tls_CApath) Cert reqs would be placed in 'sslpath(/etc/ssl)/certs/postfixreq.pem' which is not a good idea. * mkchroot: sync '/etc/postfix/ssl' to chroot * improve PCONF for smtp{,d}_tls_{cert,key}_file, adding/removing from main.cf, show warning if enabled and file is missing- update to 3.1.3: * The Postfix SMTP server did not reset a previous session's failed/total command counts before rejecting a client that exceeds request or concurrency rates. This resulted in incorrect failed/total command counts being logged at the end of the rejected session. * The unionmap multi-table interface did not propagate table lookup errors, resulting in false "user unknown" responses. * The documentation was updated with a workaround for false "not found" errors with MySQL map queries that contain UTF8-encoded text. The workaround is to specify "option_group = client" in Postfix MySQL configuration files. This will be the default setting with Postfix 3.2 and later.- update to 3.1.2: * Changes to make Postfix build with OpenSSL 1.1.0. * The makedefs script ignored readme_directory=pathname overrides. Fix by Todd C. Olson. * The tls_session_ticket_cipher documentation says that the default cipher for TLS session tickets is aes-256-cbc, but the implemented default was aes-128-cbc. Note that TLS session ticket keys are rotated after 1/2 hour, to limit the impact of attacks on session ticket keys.- postfix-post-install.patch: remove empty patch- fix Changelog cause of Factory decline- Fix typo in config.postfix- bnc#981097 config.postfix creates broken main.cf for tls client configuration - bnc#981099 /etc/sysconfig/postfix: POSTFIX_SMTP_TLS_CLIENT incomplete - update to 3.1.1: - The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. - Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). - The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. - Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. smtp_transport_rate_delay = 20s - Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients. - A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE.- build with working support for SMTPUTF8- fix build on sle11 by pointing _libexecdir to /usr/lib all the time.- some distros did not pull pkgconfig indirectly. pull it directly.- fix building the dynamic maps: the old build had postgresql e.g. with missing symbols. - convert to AUXLIBS_* instead of plain AUXLIBS which is needed for proper dynamic maps. - reordered the CCARGS and AUXLIBS* lines to group by feature - use pkgconfig or *_config tools where possible - picked up signed char from fedora spec file - enable lmdb support: new BR lmdb-devel, new subpackage postfix-lmdb. - don't delete vmail user/groups- update to 3.1.0 - Since version 3.0 postfix supports dynamic loading of cdb:, ldap:, lmdb:, mysql:, pcre:, pgsql:, sdbm:, and sqlite: database clients. Thats why the patches dynamic_maps.patch and dynamic_maps_pie.patch could be removed. - Adapting all the patches to postfix 3.1.0 - remove obsolete patches * add_missed_library.patch * postfix-opensslconfig.patch - update vda patch * remove postfix-vda-v13-2.10.0.patch * add postfix-vda-v13-3.10.0.patch - The patch postfix-db6.diff is not more neccessary - Backwards-compatibility safety net. With NEW Postfix installs, you MUST install a main.cf file with the setting "compatibility_level = 2". See conf/main.cf for an example. With UPGRADES of existing Postfix systems, you MUST NOT change the main.cf compatibility_level setting, nor add this setting if it does not exist. Several Postfix default settings have changed with Postfix 3.0. To avoid massive frustration with existing Postfix installations, Postfix 3.0 comes with a safety net that forces Postfix to keep running with backwards-compatible main.cf and master.cf default settings. This safety net depends on the main.cf compatibility_level setting (default: 0). Details are in COMPATIBILITY_README. - Major changes - tls * [Feature 20160207] A new "postfix tls" command to quickly enable opportunistic TLS in the Postfix SMTP client or server, and to manage SMTP server keys and certificates, including certificate signing requests and TLSA DNS records for DANE. * As of the middle of 2015, all supported Postfix releases no longer nable "export" grade ciphers for opportunistic TLS, and no longer use the deprecated SSLv2 and SSLv3 protocols for mandatory or opportunistic TLS. * [Incompat 20150719] The default Diffie-Hellman non-export prime was updated from 1024 to 2048 bits, because SMTP clients are starting to reject TLS handshakes with primes smaller than 2048 bits. * [Feature 20160103] The Postfix SMTP client by default enables DANE policies when an MX host has a (DNSSEC) secure TLSA DNS record, even if the MX DNS record was obtained with insecure lookups. The existence of a secure TLSA record implies that the host wants to talk TLS and not plaintext. For details see the smtp_tls_dane_insecure_mx_policy configuration parameter. - Major changes - default settings [Incompat 20141009] The default settings have changed for relay_domains (new: empty, old: $mydestination) and mynetworks_style (new: host, old: subnet). However the backwards-compatibility safety net will prevent these changes from taking effect, giving the system administrator the option to make an old default setting permanent in main.cf or to adopt the new default setting, before turning off backwards compatibility. See COMPATIBILITY_README for details. [Incompat 20141001] A new backwards-compatibility safety net forces Postfix to run with backwards-compatible main.cf and master.cf default settings after an upgrade to a newer but incompatible Postfix version. See COMPATIBILITY_README for details. While the backwards-compatible default settings are in effect, Postfix logs what services or what email would be affected by the incompatible change. Based on this the administrator can make some backwards-compatibility settings permanent in main.cf or master.cf, before turning off backwards compatibility. - Major changes - address verification safety [Feature 20151227] The new address_verify_pending_request_limit parameter introduces a safety limit for the number of address verification probes in the active queue. The default limit is 1/4 of the active queue maximum size. The queue manager enforces the limit by tempfailing probe messages that exceed the limit. This design avoids dependencies on global counters that get out of sync after a process or system crash. Tempfailing verify requests is not as bad as one might think. The Postfix verify cache proactively updates active addresses weeks before they expire. The address_verify_pending_request_limit affects only unknown addresses, and inactive addresses that have expired from the address verify cache (by default, after 31 days). - Major changes - json support [Feature 20151129] Machine-readable, JSON-formatted queue listing with "postqueue -j" (no "mailq" equivalent). The output is a stream of JSON objects, one per queue file. To simplify parsing, each JSON object is formatted as one text line followed by one newline character. See the postqueue(1) manpage for a detailed description of the output format. - Major changes - milter support [Feature 20150523] The milter_macro_defaults feature provides an optional list of macro name=value pairs. These specify default values for Milter macros when no value is available from the SMTP session context. For example, with "milter_macro_defaults = auth_type=TLS", the Postfix SMTP server will send an auth_type of "TLS" to a Milter, unless the remote client authenticates with SASL. This feature was originally implemented for a submission service that may authenticate clients with a TLS certificate, without having to make changes to the code that implements TLS support. - Major changes - output rate control [Feature 20150710] Destination-independent delivery rate delay Support to enforce a destination-independent delay between email deliveries. The following example inserts 20 seconds of delay between all deliveries with the SMTP transport, limiting the delivery rate to at most three messages per minute. /etc/postfix/main.cf: smtp_transport_rate_delay = 20s For details, see the description of default_transport_rate_delay and transport_transport_rate_delay in the postconf(5) manpage. - Major changes - postscreen dnsbl [Feature 20150710] postscreen support for the TTL of DNSBL and DNSWL lookup results Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes that a "not found" result from a DNSBL server will be valid for one hour. This may have been adequate five years ago when postscreen was first implemented, but nowadays, that one hour can result in missed opportunities to block new spambots. To address this, postscreen now respects the TTL of DNSBL "not found" replies, as well as the TTL of DNSWL replies (both "found" and "not found"). The TTL for a "not found" reply is determined according to RFC 2308 (the TTL of an SOA record in the reply). Support for DNSBL or DNSWL reply TTL values is controlled by two configuration parameters: postscreen_dnsbl_min_ttl (default: 60 seconds). This parameter specifies a minimum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents an excessive number of postscreen cache updates when a DNSBL or DNSWL server specifies a very small reply TTL. postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour) This parameter specifies a maximum for the amount of time that a DNSBL or DNSWL result will be cached in the postscreen_cache_map. This prevents cache pollution when a DNSBL or DNSWL server specifies a very large reply TTL. The postscreen_dnsbl_ttl parameter is now obsolete, and has become the default value for the new postscreen_dnsbl_max_ttl parameter. - Major changes - sasl auth safety [Feature 20151031] New "smtpd_client_auth_rate_limit" feature, to enforce an optional rate limit on AUTH commands per SMTP client IP address. Similar to other smtpd_client_*_rate_limit features, this enforces a limit on the number of requests per $anvil_rate_time_unit. - Major changes - smtpd policy [Feature 20150913] New SMTPD policy service attribute "policy_context", with a corresponding "smtpd_policy_service_policy_context" configuration parameter. Originally, this was implemented to share the same SMTPD policy service endpoint among multiple check_policy_service clients.- bnc#958329 postfix fails to start when openslp is not installed- upstream update postfix 2.11.7: * The Postfix Milter client aborted with a panic while adding a message header, after adding a short message header with the header_checks PREPEND action. Fixed by invoking the header output function while PREPENDing a message header. * False alarms while scanning the Postfix queue. Fixed by resetting errno before calling readdir(). This defect was introduced 19970309. * The postmulti command produced an incorrect error message. * The postmulti command now refuses to create a new MTA instance when the template main.cf or master.cf file are missing. This is a common problem on Debian-like systems. * Turning on Postfix SMTP server HAProxy support broke TLS wrappermode. Fixed by temporarily using a 1-byte VSTREAM buffer to read the HAProxy connection hand-off information. * The xtext_unquote() function did not propagate error reports from xtext_unquote_append(), causing the decoder to return partial output, instead of rejecting malformed input. The Postfix SMTP server uses this function to parse input for the ENVID and ORCPT parameters, and for XFORWARD and XCLIENT command parameters.- boo#934060: Remove quirky hostname logic from config.postfix * /etc/hostname doesn't contain anything useful * linux.local is no good either * postfix will use `hostname`.localdomain as fallback- postfix-no-md5.patch: replace fingerprint defaults by sha1. bsc#928885- %verifyscript is a new section, move it out of the %ifdef so the fillups are run afterwards.- upstream update postfix 2.11.6: Default settings have been updated so that they no longer enable export-grade ciphers, and no longer enable the SSLv2 and SSLv3 protocols. - removed postfix-2.11.5_linux4.patch because it's obsolete - Bugfix (introduced: Postfix 2.11): with connection caching enabled (the default), recipients could be given to the wrong mail server. (bsc#944722)- postfix-SuSE.tar.gz/postfix.service: None of nss-lookup.target network.target local-fs.target time-sync.target should be Wanted or Required except by the services the implement the relevant functionality i.e network.target is wanted/required by networkmanager, wicked, systemd-network. other software must be ordered After them, see systemd.special(7)- Fix library symlink generation (boo#928662)- added postfix-2.11.5_linux4.patch: Allow building on kernel 4. Patch taken from: https://groups.google.com/forum/#!topic/mailing.postfix.users/fufS22sMGWY- update to postfix 2.11.5 - Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. - Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. - Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting.- upstream update postfix 2.11.4: Postfix 2.11.4 only: * Fix a core dump when smtp_policy_maps specifies an invalid TLS level. * Fix a missing " in \%s\", in postconf(1) fatal error messages, which violated the C language spec. Reported by Iain Hibbert. All supported releases: * Stop excessive recursion in the cleanup server while recovering from a virtual alias expansion loop. Problem found at Two Sigma. * Stop exponential memory allocation with virtual alias expansion loops. This came to light after fixing the previous problem.- correct pf_daemon_directory in spec. This must be /usr/lib/- bnc#914086 syntax error in config.postfix - Adapt config.postfix to be able to run on SLE11 too.- Don't install sysvinit script when systemd is used - Make explicit PreReq dependencies conditional only for older systems - Don't try to set explicit attributes to symlinks - Cleanup spec file vith spec-cleaner- bnc#912594 config.postfix creates config based on old options- bnc#911806 config.postfix does not set up correct saslauthd socket directory for chroot - bnc#910265 config.postfix does not upgrade the chroot - bnc#908003 wrong access rights on /usr/sbin/postdrop causes permission denied when trying to send a mail as non root user - bnc#729154 wrong permissions for some postfix components- Remove keyring and things as it is md5 based one no longer accepted by gpg 2.1- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.- restore previously lost fix: Fri Oct 11 13:32:32 UTC 2013 - matz@suse.de - Ignore errors in %pre/%post.- postfix 2.11.3: * Fix for configurations that prepend message headers with Postfix access maps, policy servers or Milter applications. Postfix now hides its own Received: header from Milters and exposes prepended headers to Milters, regardless of the mechanism used to prepend a header. This fix reverts a partial solution that was released on October 13, 2014, and replaces it with a complete solution. * Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure. - postfix 2.11.2: * Fix for DMARC implementations based on SPF policy plus DKIM Milter. The PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. * The Postfix SMTP server logged an incorrect client name in reject messages for check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. * The qmqpd daemon crashed with null pointer bug when logging a lost connection while not in a mail transaction./bin/sh/bin/sh/bin/sh/bin/sh/bin/shs390zl32 1703241854  !"#$%&'()*+,-./0123456789:;<=>?@ABCD9FGH6JKLMNOPQRSTUVWXYZ[\]^`bdfhjklmnopqrsuvwxyz{|}~3.5.9-150300.5.15.13.5.9-150300.5.15.13.5.9-150300.5.15.1   smtppostfixpostfix.paranoidpostfixLICENSETLS_LICENSEaccessaliasesbounce.cf.defaultcanonicaldynamicmaps.cfgenericheader_checkshelo_accessmain.cfmain.cf.defaultmakedefs.outmaster.cfopenssl_postfix.conf.inpost-installpostfix-filespostfix-scriptpostfix-tls-scriptpostfix-wrapperpostmulti-scriptrelayrelay_ccertsrelocatedsasl_passwdsender_canonicalsslcacertscertstransportvirtualsasl2smtpd.confmailqnewaliasespostfixbinanvilbouncecleanupdiscarddnsblogerrorflushlmtplocalmasternqmgroqmgrpickuppipepost-installpostfix-scriptpostfix-tls-scriptpostfix-wrapperpostlogdpostmulti-scriptpostscreenproxymapqmgrqmqpdscacheshowqsmtpsmtpdspawntlsmgrtlsproxytrivial-rewriteverifyvirtualdynamicmaps.cfdynamicmaps.cf.dlibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.somain.cf.protomakedefs.outmaster.cf.protopostfix-filespostfix-files.dpostfix-pcre.sosystemdcond_slpconfig_postfixupdate_chrootupdate_postmapswait_qmgrsendmailpostfix.servicepostfix-user.conflibpostfix-dns.solibpostfix-global.solibpostfix-master.solibpostfix-tls.solibpostfix-util.socheck_mail_queueconfig.postfixmkpostfixcertpostaliaspostcatpostconfpostdroppostfixpostkickpostlockpostlogpostmappostmultipostqueuepostsuperqmqp-sourcercpostfixsendmailsmtp-sinksmtp-sourcesysconfig.mail-postfixsysconfig.postfixpostfix-bdbLICENSEmailq.1.gznewaliases.1.gzpostalias.1.gzpostcat.1.gzpostconf.1.gzpostdrop.1.gzpostfix-tls.1.gzpostfix.1.gzpostkick.1.gzpostlock.1.gzpostlog.1.gzpostmap.1.gzpostmulti.1.gzpostqueue.1.gzpostsuper.1.gzsendmail.1.gzaccess.5.gzaliases.5.gzbody_checks.5.gzbounce.5.gzcanonical.5.gzcidr_table.5.gzgeneric.5.gzheader_checks.5.gzmaster.5.gzmemcache_table.5.gznisplus_table.5.gzpcre_table.5.gzpostconf.5.gzpostfix-wrapper.5.gzregexp_table.5.gzrelocated.5.gzsocketmap_table.5.gzsqlite_table.5.gztcp_table.5.gztransport.5.gzvirtual.5.gzanvil.8.gzbounce.8.gzcleanup.8.gzdefer.8.gzdiscard.8.gzdnsblog.8.gzerror.8.gzflush.8.gzlmtp.8.gzlocal.8.gzmaster.8.gzoqmgr.8.gzpickup.8.gzpipe.8.gzpostlogd.8.gzpostscreen.8.gzproxymap.8.gzqmgr.8.gzqmqpd.8.gzscache.8.gzshowq.8.gzsmtp.8.gzsmtpd.8.gzspawn.8.gztlsmgr.8.gztlsproxy.8.gztrace.8.gztrivial-rewrite.8.gzverify.8.gzvirtual.8.gzpostfixpostfixpostfixactivebouncecorruptdeferdeferredflushholdincomingmaildropprivatepublicsavedtrace/etc/pam.d//etc/permissions.d//etc//etc/postfix//etc/postfix/ssl//etc/sasl2//usr/bin//usr/lib//usr/lib/postfix//usr/lib/postfix/bin//usr/lib/postfix/systemd//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/sbin//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/postfix-bdb//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/adm/backup//var/lib//var/spool//var/spool/postfix/-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:31975/SUSE_SLE-15-SP3_Update/bfb955f01ce33712f87ebe6197c00764-postfix-bdb.SUSE_SLE-15-SP3_Updatedrpmxz5s390x-suse-linux   !!!!!"#$%&!!!'()*+,-./01234567777777777777777777777777777777777777777777777777777777777777777777ASCII textdirectoryASCII text, with very long linesPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=78067d3726e7f128158efa8e6b380ed3814c9972, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fca5c4f89ddd48c2a291fd0593310c265c298b40, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=776345e7e985835aa656454d1e51f5a9936d6afe, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e6375a7226638b38dba71220b7602707dd92a297, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=de9886e37d4303b4160e72d1c2f97207b87d42ca, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=064f3edcb0ff68b4877081403b5622bd102c8b7b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=98cf2db2fd611689f67a2d9972bb976218369c56, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=51c43d4a89817b7acd8261b5c173fe18fdca2d20, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ca7230146b8bb529523906d95e8cf7b642536d7e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=678527c422992e5b38c1ea0aa7f4f1fcf812cc95, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f625bf244ae20ad44b523f48d66828ca5fe057ac, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b94591dcc7ca09a0bc55fc7421c01ae100e0c286, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=86debeb63f6e1b9fe617a5975ae4d683c16941e9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=719c1586516131ef212083fc04d58a2beb6b797e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=099ea8964205757330d47ba0fd2c5bfece21cf88, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f55cac6fdb6075ef530d85ee8c4148afa4b68b15, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9c46bb8ab38bb224811f31e455625279e375847a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=335ab1b0fe11bd4442fcb75d6556f98a0e72775e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0a3b2147ffe917b58e92eff0541bb212d51fb234, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d2cb57294e567ceb29b208ec7f24984d75ef6db0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2648a3e1f702044d1bbb828d93c28fb25b4d5280, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=42f9c1a70d5f8a4595bf7c925caec4cd6176de4a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e456c3f3057ad85a626a8da7b022e5f0f58b4cd2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=70c9e100cd478b533e22c05ad114c8fd4efdad92, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3a106217ec80e479e9b3f4c31ce98713320c864f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6d85059d17b6e0f20f402d9451943bff4a33f888, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2b18f3e8ca79211cf33290cf6afb02eca9ed6c9b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6ffedbf8cc6a9db4b6324ff1a88a1520a7082bd1, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=52ea30ada1451e6cec834bd9e6af563fb1d7acec, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4551e2aa6a3bb891b981c894ab3ed065b7c5b189, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b9490e7003c46e222f6821ee5decb1be45968780, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5aaad5d978a61ed56c1c2f3904769b594ca1386a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1ae69b6f29417441485f1da5662ecf936b7fd74, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4cb08528f1f63bfb260f6012f3b1d35f25128248, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fa17b1072fcd162b91f1f9d53549153184661303, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8c77648da356a4a415de69b3d140034d1ab23d93, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f26de734f282eab0efe483f6234c95a5278bb008, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8b8ee769886bea412cdf29c7de1fa5e6f9800b8d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e052bd35b9447ce78ab09aa1bee723bd6d5d5806, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1001dd680c625033ce916d0c08e0c533933b7a66, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e52d90c78074bb11e7b6d6c5ba4f230168665a14, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f5977b00b8cc65a90aa606d4c09c0daa25c3cf40, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=371d2bb38c63cef30a8bff7d81f53d21e7f5daec, for GNU/Linux 3.2.0, strippedsetgid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=abd5736bd9716758fbabe207227e6b3602d488ab, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=918357ad60c6099cf77f7db3ce7639a4009ca51e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c96a17bb8df0294f0c505287125e7fdbbdb1e6f9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=57afb12cc366b0ec0a027f11e47ef2d832becc87, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=379ea3c15d0bc65ffce5c29d10f2a3f0d514dece, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f883c7edda8cbc64c2b645ed34c3608a581382e8, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#)0?FLT\bhijklrs|!"#$)0:>BFJNTZ`ekqw     RRR#R"R%RRRRRR#R"R%RRRRRR#R"R%RRRR#R"R%RRRR!R#R"R%RRRR#R"R%RRRRR#R"R%RRRRRRRRR#R$R!R"R%RR(RRRRR#R"R%RRRRR"R%RRRRRR#R"R%RRRRRR#R"R%RRRR#R"R%RRRR#R"R%RRRRRRRR#R"R%RRRRRR#R$R!R"R%RRRR#R"R%RRRRRR#R"R%RRRRR#R"R%RRRR#R"R%RRRR#R"R%RRRRRRRRR#R$R!R"R%RR(RRRRRRR#R$R!R"R%R(RRR#R"R%RRRRR#R$R!R"R%RRRR*RRR#R$R!R"R%R)RRRR#R"R%RRRR#R"R%RRRRRR#R"R%RRRRR RRRRRRPPP PR'RRRR&RPRRRRRRRPRRRRPRRRRRR+R*R)RRPRRRRRRRRRRRRRRRRRRRR"R%RRRRRR"R%RRRRRR$R!R"R%R(RRR"R%RRR"R%RRR"R%RRR"R%RRR"R%RRRRR"R%RRRRR"R%RRRRR"R%RRRR"R%RRRRR"R%RRRRR"R%RRRRR"R%RRRRRR"R%R9KR:/systemdsystemdutf-88afffe030dfee0eb58379f7055f3b53e5f34ac86d5ec8ea246da2ea95fe636a6?7zXZ !t/a]"k%f9ܮGX ²7UGQn\5 .Oq@$'munﬞf)&RIo.n1 Ez2abm) ,@1|ۈ4~(z$`h$W!שm=}2\A 8}3p8izI q ZGuȢp}Ԕ7LzQM:7#rło8w0*A31%g_W|žb#}.ӷ/4QЃw$Tز*VȮ'c3D6=21Sg hА#:T8 9]ܛ u.rbH6D"jeC"=Z}svmFh`ՠ3$jGZ)D֍k+KK}ՎSγPufǍJ3GRns 8#j|1~Ն"_8R{^'mwήȩߵ43^P_.<*2YA5l"+K-3$Pk#W+Й{:e %EkeaD m۹&9Rt4o" VmB!@3u`[Y9-2ƥ`:JVǏm:y+%(%0=u0ğ4dlN?tbY½[~ )#  ՐXtl;jAu=j6ߊVg`Lgh_oGX^׏_7k0OfZuM bIUq,EE+atS_+I'cq$;*}qR]Jcq}aPi\x a}>>IhD7ѐz i#:^AbCWws} khm =ψt[J }~݈ TIr=S" %^(cj34/Ӿ]~z & W";x9$;y|OYG,LNjY@)aŵs~d{ƶ7%`"|W H#4~E!̎獒1+pL)L?ZyH/3DSÂC?x}#A}E~\mVd=z೔?YJ1 38jD7q߭"dD`zڜ$s#9IGリЁf<<`7C`;^[YʑEsضM4`eu ( oIѓ`~6%]ASao- . sdK(_z˵om9Js-`*j.Sxjr0/0w(_fOzf88сdT}~v@|\0UtdkRFP4nԤJ懠#q'as! vGJĩ'Fr.d el}je*|=nO]CA|g"s=7Z@D˒ ȇgc:6KF::wH+nvST`~toDnf)V:K(w<JLH(D:[:۱=71ʦATd>dWҀ<Ђ/5~HMR 5oPq2-Z;U*iHv~V\`z %K p)({y< Z}G//+TC*XaW GX'%Gаjc~(B6 T3er3wxp۩Z1M&\!.M$y`iNR٥\#^Ȇ놥RѴ0ʐPvQ. zμga'a0NEj'M?yX[|\g(&=Z&U93D9T{(e Ҏ?۹9L]2[+HBV F#[C*26{& i)Yxhq}/lY'r.R LAjpT-A쬂No _TUHw yAO'O\2Cp.s}1WNeC3xՠpI3ޟLOqoskӃLdu/71켜Wa3NAM4qed\ 9gp3*?K{X ~s5GjdW{"b|xvUVK *\.qS\^-Y(FU䊾1[F ? q&1&)w_*s|17O:kqa}tEv0;hU 2vL!c9Z |weR]=4u* 'ď~W\aҔx5MKBGB]5ICmxlcw.f{Zi%k6)8C4,%v`vۥBF+`ЩV\KyBibkW.H:C/pd.qc),DCb<츸$C35+}Q,iV#%a4`zH9x#$%)m xQBY}0ajb ixDP'5;vP䕕<\'|銻_ َbs}ʪ%z;˝:t>>N#!z' pG7pZUϕ PYjƒ%x;[H4.z1lUpr_#췥?΃m.KaSnfl_|~lSک{\O9zo Ty,ZWȼ&d>TzZ{8;8.9OUȲG13BVƢiawj-'%&ÉLPKP>dZ]-w"}VAM~!s@~S]l _.FvȨ*~>oU[%4uzθ8+˿ܺow\('u|^A騄]PZ[c]wSٌI۪e}AD~FqkC2[juR9G5V۲BXWΈLlWŹ5ܺgI- t2emqL,M!3I{-o2Uv m vV Bdq0h7XQQ[ݓFfG\bYD*ڷ* S8x49.L O;qL^G8O0} G3 p,0/"/ꕖi}5M(dh$ߴnˉR:|ޖ^L|_|>lbFQtr<sG3Cr[QpMQ7ģ>dn6ݏ:#؞F|IpXC&|* ^Vidk~)wCA 7]0; XlSӿ p _ #AC/BQ[hΔyGTS4W0ؠ=G)#ƕJȟ\w2"ɻf{f&.,m)uѦ)u5C4%\hW[ hGiw %%H!YE B2+&k6RPU^"*[HJ硓:o0jSǬˮVS|Rų>Aœ=D_{:uO!)ɀ+{:9݉1 ݍM eAGo:yrl> oP.\6M,B _Kұ ς%5BTh 9,e$m9iG:㫻[/i+24x{y `>Q;@Sgb Ñ F?UroxSjLCk_`79RLb1ƚB $T[x@:m_{Ms彩=~J_ym]f38;7׵CbY +\]~?XM_(ᅦo: udXv&7S jQ4ԘߙK]|eGn~2{LՏ3N6o E`W@t5@y*ihuYN&mViV).b݈LKGL;kX/=~ks6<~r jmX2)!x]'5 587MvmEZIHPȐRm:dA 9v]_0[G+¼XDg;8)2}N28~J;PNa)v9`VNn}s\ɉ] xM&Q$< ڣSyΤbh.ťҊ(rIB|Ul@>J2*]B1DKѪҧnVK*P-c#E >qn eR NaZ.9Z3a?ѹ>ccVشq:gKy ke$\(y*!v/Q1-/N*~Zyk*\}`Bߗg?ZGz{.TZ Ml8wyCȽy8̭i6̫ 4]XOҴKJh4 ^=Y`ݫ[ye}2)~V'"J3sϩl9-9hRٶ `%CWSUQrbbÞ#navY]MTA.P'*/]kJh!dtqq*--䮽7}PW6.0Fꘑuv#o֨8Ƀ?"{,=E~,Ǘ;487f!XM[u)NcjdO6Cw'lZ^Lv猞oB v%4Δ.wmzu1Yp`X%nN_C;>֜"E2 AsC tihD Uc:MvN U{;d" Ad;jc;Z-BB+K4N i@mʵy]fFswp "KBcYrA/ot#`咠֬q>_ъ)f@2:SlvJ_Y.4`8]7 kR۳c^M )}~;gbFΤ#ffM_5Qu'] Hޗ`/o/^" Ţ9AI[OE1#X2ebMn"*Cr@bIs@pY&HE?rIس>5ϤsY83| L`d[7uWmYn?h>+|kR{EaϟH<r3z4drةࡑE?^Xd>K%AoY,mZ _E1@|+,ɳ[=h&hD`VmŽp_a?3y /-hF{[oXUv o =>ϳ#<^G-dS&͇2Y9HkepJ|cec{o@~nCC":"d(k9^Sf&>TGֹWqHl EK>/u%9 F=B=3G 0}g+qȚ]hie5Agفx"ag qaX ktA~=7Ce^]Aht~_:Z9_4g HLpo(c5v"=Hi.hƜ0dȞ.&[/uX'?%>P/.g1nr!H?5__T`-(&y\O Ft4/* V3U*uYL-E㑅z_ֲ@8k4়]AO$=cf$#uab(vb6]g{!c Jd20'!%r@/3|i^˚N TU"|fM\Dg2q, P8B֔=@<$wל8p>Bj<$v#rI.>ldwFG ז\X[}NU@PD6=ɤ-]2QCR49Kuf:6԰Kc1*+? ,JCs8p,reM J,)w#nޔ%pӃ9YoP[Ny0a)L+QH8&݂UCFՍNQT=`s'FhLc RiG7fT742onԋw "-3MtHW\5#"pB{~A:[s5eE@Alֽ2x2+J pF!^5ru u!jd,l ĂTl &=^|U,@uXKv D1Namj/{6H^YbKL1rSs@8N8fVzy߭; H,(XjmăOLAjUT0\KM 7 KXOqeH>ښsGtg[,|1];7%"7γax2fX vH}r(~ (DBC*<_PinR,Y=] ]9 i:޲_ZfO`/d$/EεvpҠ8?Nl^@|JvvjZL>~5da<}`ؤ;uNV~45{W;t],2z L\QҢUTn3,twg.qua[-2&NB"=:9w67+L3/7ȂlÙuؽD4UޫZ؈j`f\ւfj}/,iEO* H=myk]A !*)x$hOanIBWrD,tG·DhHc?/_HsrI?okӍ+&ܠ7ϰ-LtH)ȹ/Y| ;KŦV _w SRws͡:d&i$wy\-!ߦ^ˆ( &DX]zUBHu7R`fU~-,Bƒڏ7D@N静4{{u[OGnpB<tnBQ%vlJzSzy,k1y⵰tԁmxPAS*465JC\_Lxbߑv|̎Uz%bw(1ӡOm/6LP\/b?#OHW>ȡ"2 BSy+mVn0E&PŒ`2 {BLT^4X|R;1OdWv9Fr̗ nޠRuqya.|QM9zFEx1ywjvf.SymzV#F7mVnQSЪaM"/ { yJC!"'D!tSE'!bSIp:ԉMj\;3;ܛIbx^pa *2OqG2h/BX RxH-$xX d`X1 òR +Pu,z錄s&R,^bա1B 8$DXkZ+7W飉tr[Z]G/`& \E^4zX} sG/\} 52I7N '}\SDÒ~:;#Т'٦Jge䫹խX InKNODBk_^$ζmQ{dcsB,3)rhkx~|~"pz5xݵUx͏)h#eM+xPClCv@]46'R8\MYWyR3_罷fyjuC)VOHFm[u,ꨖ[+VN:ϓD/8N`U9PSLsthK'Fd|tlfמj©(DyY!d\|OGH1 T:$RLNMTh2%2, ̉G4?g"WVaC`2SOi ][MQׯ?LtRrIݞww{pl29[{:EKM^\7MFV}}ETZ+eKi}VP0Bw }pr'DL dCgHIߵ \T=vVYk%\rPKσNsvd٢OYVpHWDQ[Ҍ3v Γ Gsׄ:tqSo~RW27khα F[_q-gG.=u.zn)I-k ǯ'Q\K\w[GRIV Rb2@-~CJ]rakMp(?(RfD#[M~m#f6 SQL TeaU]pKB6;`QîF}2b00Vp4ʪ4'yM|W$r"jDk)'\/hV8=sH|hԸXk#\DG==D⛕JAPX=*Oq{Iy]-\0`՞:  ztzM~yJrruJ&ZK}fl'+;f+l'pbE$!:\@. <|Ɂ@P Vb`uo Tg J'A١@5vTea eĵ qxf ?رiBj`Fknq 4"hD 4 (Y?I ]$/ȾboLҿt y҆U}cV GvXMfVU3P*02l V ܏QL;Jc#mPb~yXYC2pato-F=z1ۈ#E~#k2bwiTUZ2ڽz `@@uERhPcۈ4?y$ J' _-9wL*N>O=??O;ImUz"i3yIb0*ً6f.\EhI;{ч9Br}jġUF:nNc҉8r>_*3S[Ib+#5¥6JEN;HSO#~tciP]86{O\:"3Tx烵;Y1,'્!utf=я8xP#Ttpق] Ӟ'm e=a–v{%) LrpSP 9-rlCD-nyjZ 9g JptxI?+!QFk!ov7MW'[ͱo FYR pl^h:jAVwBLj%Knѳ>?+{sQ3CiʑpU*{4YvxJ>zB֬eYN=9=.~ؑr!,c q2f@RPF]3EbAI;,8bJcN߄pb J, B.L힋Wi%WjmvQ`A@-tq"w@qaDHֆ/hxGY "7-Jis9#^ޟKY+ 1\+8S)il蓱A H Jy}s. ,{^ޭmm4TDhSZ 9h`ƶ\h"yel=1B mBJC0:T#QV!jdj^^ Ho 7ӷ[Q a\D,TshsiӗL0FxW"f2Ҭ*V2<,NvFIUUnL,p{n}v7RYILJPLOE+L[حP9Ux ciFC0Ų'7zE]QU(Hgax_# VN j72h&"xqvhrdΞl*WI#({!k/H&/ӆ7G-_uX#!X.ْwQ|Ձ zi1]$SIS\LcX0ފz*o? YzNL? 1+pMO6,”7v:Npj%k8eZDP5O^3r`B.~eu~54,w{ Z=rVIt.ݕlH|mҀ ֵ,SnaՄ_ Qg&or#Tk>[pj(~gVs{7:8R( Ѓxqo uo-cEߩ(dMI9.8y 1XҴ lnHThr%GX??AG\n0?<'zǣ>7ljm.~c.NvkH!h6ה8@.ЈTXF#jY[R-Lꠂ8+.r2^|L4J[K[7yKx*Yǹ}Prn]j5r  ѩ˖ .ݠq&$miYJ{q0K5ZChE^)T_/܅63 ڮ+CV=nH}$Oĵ{62ɼ": 6}ʨ!6CE~B?%<'la;_sDbH;F=PRL.6Ԇ}RF{\ i~VѴUnT@  0o.pNr#eԷB9=eWe&yKB*U|'/oy$2pL{4ƴkZ? O%,4 --9a8;|D;ڈK_(X0Kh[q~yU^r8{-pD3%v'WD䰸ԦJJWω"cy{| lO*H%hQ@2bf##C'f"!g6&73j_4JvP g6f[ t(^gH T `85Beۦd^HW[ )AWWF/Nh _Mȱz'NdݚK?NJïTOX"l88Y0`X;=LdQÍvZ`NK>vn3{8M̊Z>NoA-H XbjbṶ<3qH9%O;i9 V=yo ѻNw:z}?ɰBIa>T!%أb uLKc=u`=6+`x .@xi8I]Behp8|GbE7Ϫ!f2"S]菲AeI\RcT根*F)O0n wN*z6,v=}=4 &cȀ7J0̄+RL"+Ƈ2vtKi{Ȣ_E\EĘ탦j6 .w(A90UlJwZ[Du~?]ovSTOtM~*mK1܅\8}Ek6ƀX*TB`Θ\6>*XХvVLmr`fe-,|!BC &;y{|[G( m!rz4?l"n )'n{z'6z\E3i1 ¢6,-v7:[E'\n/x;agY:JHJ$^G178Ũ'@ )쒫9 I796!3<C4:pGU4T,3͒~k_O04GH82(*Pa1'YUhA8zF0Z?bǶ) yn+1āvn5ޡgM6-7͹SŒV &pR۳sqh6g;QۚL he'2 [ro e3LyHfC7`L_L+aU@ sv,NuD}Twj?8u%sIgwњ zᠫ`5_]K?U\hrtڈ=DS]$]T;ǕXoրA#sRۓPĤRA %ۊSM8B1f).+vKba˫>V2 غ19$"I% dzq!<+NCP*-'Sm5JD,;%89ckhS3-M髀- Rk&mjˍ` c~bHQc3ɴz j*Zv`\ҕn4ԺJ<{Bed[7nl=r)|1r˫9oznU[9m:v"ŻY#"e\&N]I&7KϹTNVd7AbJJ2 ٨@u*-,e! ~3$SALOމxL$|R'ezZF2wŻQehlҘbC'6GK4XCTti.!a ::/Lt,/sPEl4z E˩eo?`~#]?@ fm׆?2`Rc.*]qRy^ڷDM'>Zٕ;۔MZT@ 2,US (3WJXµ҅Ew^{Yyqa*47r`oZr"2M<;t &|7SBNgt1 MM7Cfì_ 1<ݛ#ر˒>û9.f¤!s$F쉚+-eS2ȳ.NqPfԜ|>Iuān68p¿G+tD]ˡBٻaAHC| CbX ͝؊qZN%H2d#%NDQ̌儲3/UY,*4;pE.ߔÜiModdD%FUDPC?P !S3T? 4%ce7B1(G {qd#ED kExy Śu8$de0ޭE'h~aƃ#|nZN~ zSV=:Jv%EQ=vfo x2>+pjٛ;pʡU[:O%PT+צpw=ez}Dmn  Ӌ֗׌mCquqŻ~яHslK+*%QxM<5I OBRjo #(l ߸$ *BIT2֋ՠM+Qb̢ mMmשm q'ؐeٿd 1hwft'Q2R8hF^ ne@q)IE )k'3f\RE0YT;f4x9b/f˥,~6if5u +/͒/E? &uۂk/7w;B[-rHw5x[̢hJKHOuh @MfrhjQ-7a)5V́_m4ѫ"ŵee6`nS0NjCŖ)^Ϳ=i%@j]3K7WNZL_m)?cx?n]fJ*67=BݱJ#ݝÛj'.ewWFuܨ~G.BT8AvATÁA\ |cA tY˟[zꌗ-P3HD2ؖY:j$p&p:50;)W{^3erpG5x%_mKOEwWqG۲2c xu Ό0wqʚys5 :w!)| HtKΖ+)wJgV9SoNVyT/0țDા$b{(N|aGc_1 Jz q/2&aQޤvP*Ց-6B &PVEVS<@ghUL~u*u䊁h͝ɑkJWZ426疟 T[)O6 h D@.CW@.K~tOtbh俢!9 _F;xQM'~oHX]K02;ĭ=hFg1FZ6@Is}Omm YX|kՍȵ~IMJ^#uzX-g@:eY`7J l].`z|g2Wnn#og!_US/tI})ZLŸWܽqS `(2 64G3Rޑ ʾL- -)ҵΩÖK3ior0`ǡ&KS_C8U*aˀl>%6m/j%o0YxO\ )!:E=j)Z[H&ynF~$q%R,KR쉔 mX { dŵD. %±%٣{ nłMhmBVmF}Fj3~FĘ@*g/A};wCp5LBV~`!s% xȏ2{в?cN"WʐP V\̭FbmBf{UxiYt?QX6ФCĒ pOΥCncP4,7d) :w5@R/&H3.DQR-תn->&ҋ\l_xdWsR>u~pq+_!͠?;tDP9*wW$77\]qU^nPY)U䒁?GbV_G;y V9]eDSBז,~ԅ?CePO<~m1C_0/ko?ʸeL+s.Cz ~."QYʹAʦ`v%`e_wC%x\vJ#a$=bL㊖UC$'>R!iج*5ER`Π98\&C)htkb esه(\%I~V3_@d/WAPC=^;ZL,z( q4#_&"O`bˣR/;S NK5.yŔ٨- pãoXw0e:(zr/V)dEW0oj6\5"ôC "r!Nw|a 8Pu Tv ᐮ(8jbO>o6W';q78w^r5']D8.T |H`]!:=MWǧ철7os-6 ./1)M΄'v%:&9fiZñP5<4":$N(PRd습`Zn }^&PYt2q@ksw:UҶg<-n KoBʥÅNH`qT$G=R=cI~S;vΉ>6A>/ƴ@3"+M2Úqkb,%#Х:̻/6Kʹ \6-G'YaL4f@xQ#/3EՑZF qHg QG|rA-AlɃp xÐ=aנGP\D{={ Ni>Ӝa-_ wU!rC"x?GA Gvė;YԈyL%] v E"7G5XU'^2^+D@'TʮsìgL$]lI~o)W o_(2i=f'΋3VpZw[&JNqԹLd]{65Jnm=v1uمȱuTPv9C$ɊOUqq a/~ڼP VɽHhƾ3ȆB oMi{܍)ęY>8wXt(sk/bohpzd8UUf |zOOw\p:Hf 9d&͇o0q&޺{]d&zGA/p}}nzX7sW?Г)ګݳRml;񾸵?0ҟ\ \ ,qz 1W``b2-aиeB٘-źn2N.D]}7ð_}LP\Pq4u7Rܻ'5B'HX[(V(ꮮ5ނ b2(x'{brLlwg^iMS"){'į eeˤ@yKƃ2 U)g:]qg_~o䪨?Ğ1+rpɏA {QJ&zڋ,(S7L'ң_~g&qD"{q80Ƣ-;vmxS7ތ}OEr ɉ8F܍sdIhb$FU-&UoXfe@hK1;[cKQM&vC!W7h+$}]E"Web̾? Rߒ̠0]{g6ʤv&|B:$H"fALf:) DGT1}vftN99)/fZH܏iCݥNxaAyJ\s } d$Pc&7$CiGzvn :7I)BBi*55tN %)yv[ϰ)vW& Ei(ӽP|y7>)9+y%p*s Zd2%njzŷc>P;35Fi(|XL'%i%QSvZ #q4u滌 ( ;:`%hHG->?-U"onfEeĀVX;`%<^qoB˛To!2K48f lAlipH۱ThX D )^2[.)ROQ a,ՈL{|xq ?O\rs^JѸ8|P GV=1a(.A9-z|. #]}Aݣ6!J[΄Əzb 5D{ks̷0ܔWYcCphb.WȎZ?Q?@iup)O+>U Ѽ>GKC! {}RTsՔ#eei\n_n.#ۅcs| +N+q`Q"RxL]i' B8y P.ޓg܂[3U`v  6,|ʽ@ >M]F_)0%_ rk9ɞ\WS{E ҙU )9˸OֻOwYs_::9qŅWYvP(,_t&yÓPԧeɟlzO*3(uhx5ל*TAyIMtڛO1*`l] ۿF7ʕ:mLZ8l,lPXUZ:fɠ;LͺJ/9F}Ӱ9kI: `s2F"6|A_VF؛@Yղbki)ĞI)avUҁ. ;$0.`uwj0k^sU"nJv/nF[0\ۮ&狇Z><4- ?쐤@br뤭l@u[qkZEA9 .-[` ި'{cWֳSTi5osHi꒲qW_^=u+xgLJKehEJ8UP6? EExeIҹ~yv~X9{~vAzSPC: /]uߡb!\XlF ixmAw/.'nܫ z ysS՘yWq/+h |:?R_6"UdJb9\}1d#1p4^yA l.C6ئ[6//T· I3,08~˸_/_CD%+L HiG QpC#%hO#qh=OmPH>I /|黹}nM;.mL>SkqF[ԲϲL$yDi)G1cПK"΂Wtf:6)+, cwH6MP: Z]BF6X0yT G jnEgIjW$B r%7vCYotE psWujiLӿe4ASސhӥR+ WX% c?o8D1"?=%9'Ԉ̨k[S܉qC<i/+7!l=b՚q'w= z"E`ɵeq|r<׺ f0vx5xSn2@bDe?4|BÁ췹76CՆfA^|¯rpfWLiYlO>4= p10XFr8^{t@1Ub[n20/ #Q$eޔ>q}_dGv^D}͵ƒ^4p .3 &o~F;e<<4Ml~>C"ҜoV^woug)W)/pVV BrӈcHѸ Aro#m'5V;4!Uˢo飙hd 1*J_9kq1˼u#t[f~ >/hqPx*Z7P:- E."4>'t7U҅B(m!Yey+4MSħ| A˽TϷ#;''wCQ'M r[˔>bMnZCIO݇?]_Bxkn4M$ЭVQ ya59tȺ.o`2""=3%X~Ѓ] 7s 1H,*>fi/B?u9F 4vW߲sT;m9ّ c;G"1|NGcA#nYb}GEpQnit3ܑ Sy7/Ok_쮮'LMGS45K)ң]Ȫ`?!Wf$@~{-hs/ q0V'g/(5 Oa;9K,yBdVA%AeBlhnDŽ5Ѻ3'f%unv}3B)H.?_Lfk/%S@kןj~EN(aϔzf'JᨉιzI}b@ D/#U*Oj[湎gu͛%d6@H\FJph5DEUv:&]wA M| F-|!i]ʶ8W0؄o0FAؚUʨF |n,bO+fϴ <6 jg\bF1M\1}߰ uŇF3|'֦ίF-_,1,ӌ(!J9xF%oCITjK=aG"g,=RI9ɪ@ R{j^<%SSb>-(Pe'QZ)NMv[}|p2K:N*:Os Bb7+39O9\4>?C0rjv^-CHh_G[ YI%5,3{$:.꛿&3}uz(}D()dy#PϿpZGin`m71yo~]/p$)µ!1E_*\w=yͬmr3D^\/N17rb (<{Vf腝Entn:(WE`T,k- $D{N@3՗OF69Z[c-=ogdǸ$\=|>PȠv .媊 /Iκ s'#7)AY-`+ XE2 64.NzkL8ؿKWӎ6VmZ@ 2Ilߓi|&:Sع6r6YNE5Pr\_JDHKlUӪ1ۋ΁/laI$ٮ:־'b.`o˾ЄJԄm?EMGn sPm+ P &z5f8J6V%U|2QGSdí(\M鼅``09_gW=pi%yZt--Yc|_ETdߦ:TWע`Sy+7.bou s9(3d΁zؼpfqE-{jOw4%t;ۋbrGUY!mљ`џvXIK3] 2,H.1d\g`LE ly2cu7X>{-j@2t4s9 ֳrky1ƋSq[M:L&0G3!#7#_1_UҠ˦PBB2Ql,Iv̲R$uhP4Zĸ\ԥa4w&s Cx 偘 Sm3|% &|Hw9h7\EE&pzb3eQ H"vn,@7%)Z_q^E"NQD䓃C h(+2(m  CgC,~CjUj܏ȱm݁n-1\jLCdxrH0p9m(c$K98?'8kW9JX !c+jAt 9I̺ L15CG7Nq38r.X)=zVߊ5kZ#?qu$O%ZL>z-:Es '-lAJi (*p76%(|= :G5FlU=Fߏ! 䓋JMӈW8EU#84byh.@+)4 frqx[s#DՈh:W0誵p hشؿLUWKpOSD O6X㎣w%|RZ2ܺO ~U ԠKj z[\=F[NP{K{7sՒF j'}:zWÞiq9q.ixE%cofO8u?ꮂZH yӤ9^գ?ɫ>B.͔m0?[X[topTA#Jm@lSnH~ε5)bO?קlνRX-N,Waȸí Qʝ)o3W׿si1etޔr؞,)*8H*[㛤 ć*UD`*@\kc_[ cd#$a(P$!7|a:!``*,e XbAmCKhNJXѾ-ߋ+ IɝC\!muő #|BH4( x<֟Rة ɤm|fS@W{!R+fh6LP˗2WyPrhG R%`gj }!,<f2Ymd(D9-V ^nbkwemx] bWAݞPhZA\<^"2C6ЬVN2EMr?VjOI*cp y )\lUv3t%[Yn6 Eo+;dQwX;+a2 F󗭱CanZsX0P_\ZTZ_lة}L?mQxo\6F B˽Ɲ1PM{ kKP.-. }>`b1Y{-`lwb"ƬH^uwvIXR޳X3l7vmN@T_X+h29n) , Ӟhdho6RQϊw"Go][=7@d ]Y':cq(T 9ArlUѾV?Mp50] pG-=v_",>,Dd"$NukxGi:uˬX uŇ:4nVr6ô/6\1'9L 8m.2ιZ(z(-nOR;':@N6gm=2U28bU\Y3 ]*f,&Dg3XeT˭\JW?  ܸ1S̳}0"\NJJ۽t-@OL8(^>bKT+Տz3 V υ^&̠HӰӃ 0I-\' Iy ZC;V3p,rz8d(.Y)`#Gd_ KqjVr:/"VC7@ ^CVNE})I8wXk mw;nJWj8S/'%8ڑJt锪sg{GBsTs aqLݵжb7a!*ӓ;GF,ԶK<[H:z r{ 6[TX?@9ӌr\5[EIs[Ǵ76qf" ŏu :{Z@ӚJt 7IإZRF63dp9)bPP8[Y1[)Ő% ~sn &lg-c -Wu2._ X"\iHO~ˋ@oxG@ ߚq;79t Kǻm>ͱe+|3oxofC`!uiNob/~c[+6M5n>Czd]VڝSda4$Y-f ]MR'dh,vhy$k‹M56{1hR +zȗ٬"sX R`:w|X|*r]z {pN4W_5HMt ROt])S %B(^$ =>ea n$W9>%g`1Ոt̖z憽h,rۀ>†mawV^i'az2jSRD܀l)tмv`Z~laC1ߧOzO *I,{ৡxeKŽ7ּ6RrIO=ўiʱ6EVVǩho;VL{wd8;$; :1d܂t$ jj<- Ηn8!th=N68Й/̉FgmRYav_uaZioiPQ %;Ynbpa 2`0F^Vr3]7=X+7@=\: u@~ϖR$ӽ-1B s{㤈.L8L^;-0˨>=Qdx{QC0ΟsQ튠\F )£mNҞu)E%*$r>+: M{QPYtL]VBƎbuCQuFDc 6bf͐ޡ$o 汇ٝ~mCӋWQFKڵY}(9}9 #sdt7OЃw("ߧnߧB3vaXT+\9q>XN:Ct{O2WTQyl7PV=wU1c iw%?#"8C0>SomFb}DC_Ãr~%SuJX״o}r!ܗҸ-[bfw?2*QbѤ⨓ 'BxUL7 BQ(Hy_fm7zjO8z+9Qd,]4H9Kv$1{G/ܥc԰27ow)x)ꪘ9M^gPFKDD ` [ۓA.Ro[G)?0y:K&Ws,pjM[-'E\$/'#*IL $rB[u$R`W|vͭ%|_| n<ىQ#kD| ɰag'psҽA<k{߉q z"*-S5fu1h[1+?iǛWrȺ&qhq4^./DrCNƍ^늉&Ph!,>WRnpw chɒ* sٙ+  ׍2"`5A\qbcʁ'\6p5y;cCDA8Z5((\T/ag8GܘCxJ+<OjpF~ Óq&xgryCI#2Jhof3aYvyAa1ޛ%_-o_clRY(%m{VEbS@0{e1c1G w|lUk͜> ]V-֊zXjBn6Mv7)5m0IPw`Abs5ˌ|WލUBDdD@hE{)k*Zm]oIRݸA!T6[?pqޤ/:o~<+7`(.sϝߘ A΃1UgΔ'әV*yNJ>YG/.Wi]UZ[p[ه=\ gݣQ\G- _!{! KJ D?T z(8g& QX\V ۬ j{ai3O(jK&K3€̽gw\]<5s %"N`Is6y j6u3|[ y4l|z{2je!ΛA|[ /1+*o-t6\Qk2:;fUZt!y ;|[% Z&Iz|"F~}`&죁 9WFD{!mд,-~cΫݑ~z(I _^5?xl:v\pB$dI0!0ڬrR!E YRilޏH0dPD*M=*C>KjjzU=?}-\qdFp 9XlᯊpkMSƐ?N:H6p'9BJB\=ALߍiwB_n#0K`QLy^fUŌud9ѮZW栀,P̒q!v9BB WIXfڃci1A jGڶ7$kObV/kY(ڢ\>@>7zYt]FtEc}ہ$ B.lHۭw!!(5M*qљ|y.w=N>S@hohq(\EDVr1a!d$Cs0kz9qYGUjGiP^J̿) P+!tRkZ\SnR&tBG }k`U0KG[-p׳nTsp-5STN􉃜$O4]0eUL )JhqfABIrUK?ߤy(7k9Ӳxs>B2(S:FƣzdENˁFV9F$\&ncmqiRF@ߘo:Eů'e.<'גW_7\xP}F㷠3`H*Α#,y׎p [5{'oq釴_ES Ngdmx4Kf?I5pKuX"1(g ' )3 !=`&޶Mӈl9ƿjݥF`Nrr~ k0µY =S(JUFC}cMnB\z~ xOpoqO ܐMl}x\=)2xBx M/_T8ae0P@Ņ|QX+5Z/Q(:+z([YG{D-DM`CG~$J,pTZwJjD,6,kߩH]k7/"mRShԋ)ܹ+@Owz!xci")%eK65_bBů>Hisl$*v OySYd@ i٣0uXih-)΢Ib:{*8›P)`;/qC \Ƀ~" Ͽxy`: E"oOO^m3螹| JE:p1A90BDugs :f9*0bD{)<] 7:QЊs)ғf:#`yԂ[)&jIсы- w_X& Z42gꔭ'ݩm$! /lxhauxkG׀>Tk t_/ tA)l=]}<>v1p7~c_vp&  IP!bbmuaWywx`wb>.?}?6ok;[!1PG᫤"Z"lOw_~ߍ?g޴mx(3 ^+Qo]|.ҜHm$)ǯAXrkv0Afo b9'^^s3ϛңZH$d(D⪛57(Έi}^8^}X,-bhfs՛@Xd>6t,DwXC.D*r=J{`jD$ANj9O/,4=ɈZjr/6eشBU9n+D2Wx1="s2:Yf<23K#~ԫnhTXʓ#p:rm,E eg4<,'`DsuE(eߑ5CV @A]f*e c 50ϸ52 4,# Uڭ+3:*ĉln+M8s\_*uyJRlqr|/z܁7` s_%4׸Վ{鴡Dnw!a#[aGx: 8! 'iczf} ?sR6wmG4mƇϺ"l03{#rɫ-#<|I*]p^ƈ"wJ4)(S묷Kr fRѺlpeQ Zu` Gj;msqo?/od9e&20bΛUo2YL{JI;j 1|emOJVz怍p${yv@X6_tj=Å qÞ QLsLK"FX+βlyfߏ5 }k|_;D6ڇ&z2BV0 {QtѸ;"UI"x/t%Z1QAkE57nQL<9RA|O~N$T/֚\f5NUYT7Pp[J*)h蓤~C嗌ƾUmWkx0rDndT2K< zC:+:EEP~zj>JV4t|VeKx#YL[=Z9iD[djusBZ"ُ($ӽP,jkQ|<4Z>OR&ai 'D)/)dIv[5 3\p-{Hg{^)p򮚍G7z >п26,tCzzĵub+eً.l[[Dcm" sBQNu<H 8%Skߝ1&X,!#=(M &+2f,Z&K# sVq#]Kl]t'I޵AXIӌ8AcMS;W,-a ~8#%Q.T<1UbWyRXEKD Y,n &DY=<1I~(ᮡ%PN5_ƺ"7i_'1v&D=egZ$ǀ7rb$F5q B2/dhݤ*0!dܓKH~n#U/NwB.vK>Zcpv/m #obEuro(,:'>L$Ml|ܭ)-Ճ%_EjTCߢ'h,H-{9 ؓ'AL֥Io6EfyB*9 3WGdc Zj!<5HyQ=s4&5e>nv4NG8#,X5$m:۔70jlVe~DZ-"ۼŚȆy*{u'YޙL| ,+F@W*3W(W%n/XNJ;% T.xA2ӳ٪ٵ$TS#rxB`R9O[:>N) š:@?ѣ,ǯ\q&(hedpt͚J="O9@Ux$Q#s1X\WX9M֓:uQ*bׄ+pfg~~rIqn!G%ABmO/(#X6W$fk_$Ay ,apPN&V7 c(zN'>s./m>F0/ůgJJ#^b{r<"w`c/Wm4c}- (2%L"N4δ L?q`Ol$+s"4}_"wT;? gɗhQh7e8Zlʸ6lc՛ɪN^.&ذH[L6WDؙ2(< "R|A he:z=?ɓ$ʵՄS@t;LOx@j|7Yd x(i2D+^cS;)p#E7r9kbKjݐr1m") (ŧL8#JR)mvxFo~ fJdž>3XIK59f能wnR lX{],= |$pG#?g 3"ZQSLES9PR W2j O#1>2$v`T}_KT(9Vg"=/P,# 7! eYԙWO`GYq7=G+^I(MDŽPjeq8-US"vv  \ QupZ (>ZAMko4?:z$KG;NwnTfzݧv.q%jOBzjFR)hY$J~mg-/ZNAi1@4yvW)l &u& F99a<bBwg``nVK-0r T*n%, 6H4B_mlPnnC}-NnH/1b׳ qsNg&UuaupE)P6KIVY.ԙeGM"(g?,+hT;+# j72e |q{>Maϧ:pCl&vkqpסնRQ{XxOQ{6o,[ >#4.qǑxW]،$޳`w:)K!=xh5"Ogƌ6&'tp40hyi^b=Ͼfm偁e֦āqs-(swX̮0iMŶlg=\IXֿ)6&3m?ASVZG3:_="PlnGY&=ȇLjm"i YqE>>HYz }3IM k\:mN~5II#m1my]Dibˇ.LKVx[&*l5šMdu[G 7c`M\c`QЉ:-66'sx+UȆRX!dc6yA'<{fD_ʟMB;qVc p\Kxu0BO2+~{@x" .M1`=]/]ǎp=?z&f4Y X蕞+ l]^o{{Sp?ΐ\{ڷ e{f ӅT' Xҟk8[R;ܯ+SR_>- %^{VD9#Ґ ۩+>x'9dd0&mq`)"P#c<6aK!-l*?ZDK0\-%hn{ ]ѻf/B#uw&Y9ɂIOcH醎MJ KmpL#: tP+bv Hq,M{q/ ԻC c{RwQ,YJ3zB6U=)i{Q0s-9Qѵ[ߔ@Ss1kI9mo̔ycx!V!vΔKNSD7^*˫Xu[o;t.eُ5xTZfCUG†+&C8]15eƏsӻz+BM8Zձ\ +,E*;j73xmJ4\/5Vkkyu< )_I/@C17#8߅~ O5-"܃3!JNKfպe'JS }uq@WHё';!q K "'HP /hԱk8x+C9q8-k=J/ʙ"1™~Jpju$#Mz!I%x/=Nd\8S='U[n s݊X\c#G#Xl䔘W2Tv': E!le `sgtdk\F,ROAXHH$Q]z fEuȂڽdžl̻p~?1Ůo-{sKFIp T6$ᱡƕVgx mio[X9ԎbEo󳵴OQ,A%<8wZV"-O Q( `%pm",T@&hxa+Uk;ɁGTnҹ"IɇLUuou)yEX$+eydqRǥ95&0خ_J'X3"o_btPmaD K/~& }-ؼsݵcE >vYJA.7O@[9?JpJj)l6\x;+i(׌q6~mwJK'0Njy$pO₣0e [Qx7`\S Wn9 ڷv=DTp{čp[!)H0GzSt]RCS)58u7ah7A|ż >(š'J4ݿNdsEh<؍&P[7Jeӧ7?GB$kͨg w>Wk^1fP^J /=0մƝM '®0rU(Y. %O>ڡ{OgO8#,ԸSy^5&R̰.A;po+1B-&3)b1'oA# "Z1IWX 2cbL&:#<}9ԋb]{cqճWe ߀s3N}I΄E-<^hr&3ڽ Bq`$ջy#9(B`Yw0EM1v kA%t׷Tt琧*3X~o̭.N]g7ДLbu9L{qp,L)ZMYUKO2?m.f4_T*tf6Q~EQgz18 kr6=@յ,*- ~cpMu^9~1 ^ rOTݸ~Zms0ivz RDWЃM}b =lOծ2iYҋܾZϚ?h ß; T(wxCźxy$ѱ:LO|1ly]#Vh %"*VA ~ovP2Km7N㐼[5[cۼ۞mv7zk=p@Ŏp:(Nf㐖]*L R &),`YS~No .Jie+{1-x d| s ut{M`sPLRZLsI9. B:(d."vS#,\:6 kǍ"au~m8KF:Ρ{ux"4*D>X{ҮyZ=ݝپhV#uk-H\] N +%P+ $VQ|S5M߈գ4A֭ViQЏx/#ͧT<+}Ea=@M ֘@RxPL=Ib.,EB Lgu9vAsW:A44,øb#|_Op7&"+C7P* V ˷ή W} QKaI?iEh->#_J,F> `}-\==7|Im֥ P#ki&=5s.G˦F' z]mu? ` ?O0`{4WMR%Vs v#Ak@׉ ԾI_)H&3Q:ז2J`+r\)&vw r3Ρ=WW| _!^ni|oP|RNsyT&%r%wp^|G;ؐM ~y=QK;cMg&8yIB2$._Cڌ$76YºڱV]v+Kӹ&}Z8 hFSI?1Tg 5:fVB`'M?ׄ!Q %_~&/xs04aա1v{%;&}[rOaTRA,L!8rk-3A-QƛĂaQދ^LPOXY4"* SPFm]@Mp†ՌZuӊMPp#H8*0p֐Cݾ68u^]E6̻=)8 4)|. [+ja+]>p~@ƨT$ˑva55iAx*`ݯ>L.2W7)|7ñ ^|ė+ڃ,d7jm2Ul\iuNCc"xDhۄݼ(>>^T^jIR, FL4AVyl0\NUf#QzUNa=4TQ`RHc%N``SX!࡫Ϙ[C/$T6o]Hn,~OTm:c7zuUB dL,?]$vݳj$@V؛Wi{"y"Fl]W~+ :gcNVtڜ@3|ה]| `+TJAI+2@/Q1 rp1 6+kOgsR3Jon5q%s"f}JEg!'&^Zm,{ ̍Y#Ms$:LWHgUtӂ ;`LeVVzm=V'P丼 & WS^`ɋ`ˊ A ߶_nr8b$ObE֛bAwu MFbBJ2[lc ʌu: bnQ`gS%X"XM? Zdjf 8r)L2"ТK.XyLp`(jbnm9e /n*W;O @jO-8iwzz06tI1$ͤMiiѠDv*M?SWigD:݇ xU3wlh5qV,Ax Qm^,d9=Z"p%OTp9ZPP1s ,]@\G} Յm,fTt݅;w Z6g5++&.9J4VwRu3 T?cgS9K '~QuF I.7i&-l> wYJN(t ?M Csԛ[`uc8ѿ@5ȋׇeS4tL {'&IWE%MxzrBTfEEt]lx7<N*7`:MAJIn\MBHhjh"Ĉ*sI=T(p)i$-:W*Mܔg5*au;Ď vƕdMPxK`B`ʼ5j`{` ]iufCo0Մ2WĦ{S">WB\vO"buVnR2zf$a/[s/m\nKӨ&a;Kzz-4(hbX[kHMr}e;b3~Uq`UTo;q>֎m!/ϗuC|AF2);!Npf 1Y[f€LL ;OM@drd_QfQ`zTj4cR>I,7#3N9j#ޒÓM~EGĸ5wgoa4eKFlկ9b >R~]%̆:^7-s+ LХ>[ B';W[Pm{Hl\'_'_ft,,oaۍsۃR2Gw-;x_ínJ)E.^qc GUj:1m~Vb8)@+ו2.#L38 ^3Vv\#8(g]μ Vu8r ]AUjH!v5N CQKkDýDlŀצi"4x`ޣv8ɲO9t_rz1OVQI+mFHU "c:>o_rcZY]P̹FjB:8[r8$ _:^nUCCݓ hmD`ABguy18"+9öpb ⋻#õlB9 d1*NFn$f=_6GfOGoia&fVY qTbF:sW0ًDs-Lls2۝W XCg 6-ƾ"mׯؔiە.E4"P~H+fjDQ|T?xfo lWFfS*Di&H6#X? 42{+| qU"ew3/mQe2KłP4/+~%#g.l$Qi@|ag8yܐU[*:}pNUnaD 08lMo yg `Id/<gQ/h ZɪvrxD)Ϳ8@Ќ\Z)=cr`tq1a٨Dx?(.h9!Yҧ/{v}vɪt + [@.""xY0 Y2ЕaEN[\\#K1TbLGgPd3;q]1ҥ*`WB=E?LWYqZv?~OTC d`:C %g3,x)#w}whٕD^^Z/~_H,C5,hvYsVXʦ%OD?e;;_ϛU,(T} vItGJ|cPER?a{| ?2!cs8r(t91I,R0RN8FQeL2<.uHfݮP<MuݺP T}MMOW(y6L!4ˮvy˿g`_De|0Jٱ8 `jz>.,=:[Vk ( 0WeTϿl\JsR5ҭdoEv]~ˡvc8M@/ `JB_(W(bn*Gv0* R}ʴ1s~zcR4RHR>&g%KtIJi=?h4SQDsITX fC[p_+oV/7d!ߓFDjc-R%WB9kIh]}պ:.f5Or;E_b֤DXߺ DɠM_V t){QAmR#TEδ,QgwPRD5(3BILRts}KB7ʉRx~lb(* 0 7ABi`K:*]/ԮÜTv!*!ٶLhyy;r܈JEM\nNJ< (ʣt @/&Q5%/gadž(w;^L98&^ Q3<P6ş>.^wXIG #i#I-P]Ev&]Š4 ۴Ekj2[lx'm0cB!k=n@'AAYZ[[?#_xLp< 8&_Wve{N(ψj4JuQv7׏Ɏ?<ٕY%|h9Z-^#NuDo&."SjWt:zDquRAIV5}nfz|q͜u/ގM3o! q*%Zoݡ1؆`VS V[bm 5&A0 ef&o`#&zHvg͞~w@ ˏ:|"xTzfP+8RC\2!a*=7S] K|df+ =oD ʨ0ctù#FsQK:JƠASmk2H,'!D|'m6)#|֦ w2ם6g#ZL WNu ׍7Tc{/+ I3D$77ͬoq,A˃Vtu4 cEڥ3aWXu6nW}xCF©]|/wf&.uuvN5 E¼3}rTbEoGd) 8Um!Vck&+.6 To1Oi_%X/ijiKQ+QLDr"McanjBU0-=4#AR+1NJo&eQ%kڜqGoVL=dk. z[nۋBt6[Hdz>,%^FjS Px9o6IZ.œ:2'h͚ )k͑y|q <՞U‚Ȑ @[L0EuݑPc6#H#ڡ7)9ۿ(IS76oFZ@QUb\j@eaFq1@j~9٢ս9rn1z:]ȁLmS|5 yAeEVAu8s:ǵYY &e U 8F2ߕ]ڧvԑ| nG"Kؚ|7= $nhBA9u{G.9ք\Q-|hƢ&hõVWe|oQ5>IJXM6y_ 9"l\^m#3ܹ2uϤ2\~Rp/t'gX[ (2эhnvGZ4OB.΃l#G"+X |,́MM:Pv5xjl֛ ŒAiP:cuLk$uyk362p܁S"A6GtNֵH@$.&FiM$p"4;Z֡]=a,wr֜k aр*E}"P$Y_r姍ʙ nVŖUę۽640=Yl.qy+tOFMJOѪ`5 lU\uGrQ 5#;BSH! 0 e duKO& [_f@=d/ +EyaID@8zb T z#fH%c2ioi3Bx43gb\7 ޥ]! MW1ƼZ*95|֫~#["Q{ci(eFz_-'Xd Ȳ 8Cj'1XS%ܻ8Ou\r!@Q%nngy>/mLZ{[GQTUS,0se63vZ'C~su?TǢ890rJ7o/C @X }sUke~`ZsͼKCMVZ'Z/"xCJ!6utP{|^ˡbfڛ醑v݅`C&d^E t0VopD:(ȗ[,b&HY* `3X:^DiI-Cx>m疊yF\?+ ' ~iU"+)*;^,5P>7MF+YJTAHR͢&U\ձF Ph ڸݚ$tcIq%1(5UZ̭рBKݘBڼtk]Mp]m;[gF]3g+%ܟ0C>y J߃HreF̰|$q0=A,x0X1 &šśp^*< #K4N| tj=%3n?G70e*/[ӊh kQ;ftf4j] ƛEGBȑuY((:2̙AOR5$1!NVt\zڈ?N}`0YF**6W~k*\4WlD1{rͶ H/OqC)v=_Ӎxt qbݚS&poz|Z&BϜRe&('lQ 7ɞLC6LFt~lu*2wl~_~ɍE&a]؛.δw9O EJY!*C"'kn?!Ⱦ[DvFЩԮP}Nfbti7zH3D)od33߾qST7@j. [ f19LOuv> 낞i!?ΐ r9Pp$i4؟0{) g4c0)|{/6jrd].msl)*\rUZ];7[f貜+>aa08h8$d /4~GP 82oY { ƤT7Anw[tm%:֤{=oSaMCPAHfW&G*1#Nucm!xmX:y. ΃8o*Sp6]`NhD=1bR"ӃнE5(D.W4C9Xp(db;d@G.\ȨuEn;ZSC{Ec k]˙^DM} I&熈]ZI{O_[rfJXgzE ==1;w:U+7 z?Ve\ ZR5ixIvMQ9Cž%&H!Uz(5As&n kF1WFY {%II.!uKt xd}{O]&m){>!jXY|RJ$-nFXzm4Q<& GNra%|뭆2"};wy8mH=&? wjĄh%)'c8ng>`Mw瘷hiz$s0 *MqDIlMG5@}T;'jiK1ʸklތN{GuRnM ' H&"|!NHee\?%򅊎ڦ-*pux+Vuâ`F8iJ+Жf>tރ^D1tsjF:!-2e;ϻ~_J5<(G}piXnUŸ6-D^˙B ٌF:DnU!{ bt {঎BNC9;9r p$Mgj|IߠօdW Rn[u(i j14Oؚx*uKq[Jś*[zPh4Q+ঢ়Ğ -`!UJ}N9~)pם}*= zӽ38 9ᛩGЎ{M YS#n85ͧO* U -3b Te?zfނOuxp*VI(P ÿ́`30`P]u,^ [1twj"4AOr ~ב9a6ݞ{H_ ג_kwaRylI˚WYpY)O5{ݦ-Nu@RDKyFilI 'o-\1ώ[џ:u50!K>1 Zz^D{<~` /om1=5 c}ܺX[2iݣ?>B#4O6~0k}]oZw=nߋkW*9h)iKixv= uw88lVǴD 9;2icT,Ә=鯖^GJ #6^$ Od45'V*/XNIЙ6 ǪEɭtqRA׹X,X{p%)oIG9C}'U{?iLCЅ+۪ƔQyڀzgtнpzk,Ic)Ze?[&0dayж 2 Cy*O/ š%|hjKhB&Ko~ e>D~k}"R%u, Q*_Ʌ#Svŋ<Ֆ¬FV6k?PZN< $ )@]O77+ ?nOQmX*YkU5z@j% =10o#.geډ'JkV&Ͳl^;4`HoRlŻ AP-ȱQXʃ>k*pg,oh9fi5F&\]1 Jg'xJpZ72: ׬G4o+,b'VAK-cQOŞ>B?Ŝ'䁀UVcHM B3-%3Ɂ _V1DUR%P"EW4&c4AHY' aiT؎2VLt`B~Y'jRC~prh "&yȬ jʃ&ám0 ́AlC#>hVJ%Le@9b" cD[ѡ9lS,z>ֳLr.vKDBǨJìH 2jvEx9m#@I%Q dxYo-vtelcan}RhV(WRD? 5^*l.|ˣU_ݍռ ?bdyT,DžQ ?>Ne-dT2)A[F͜{j]w%'nVMAE.Ug_)QkSǙLL`ʾa_~C+U S\ɕ?xrw'yeI">Wz!Z?T|IonE˼ *V\5|Aǭ*_`9fpgG_ۦ9d uYΩ Χpb?#-Vvwee&_Ѭ%Aw ĝt׾]4 1LgG !X0-+6Sqگm;Gg"!9E +Ӗ3߁g*Gn..9Dl7ڶ_YJ\ؙӯL"y'v|h%1[?K})~qhYSJFW!OaEڡ9/-}uO1< HpqˋrE}TH Ւj.Tuɜ$rwa0dô֫4oU W,M\Yn> L[^ uj(ͧ(2{#a#](~]V% %-2ɼ)bk4|~ cY3Z0` O <Ǣw^Nޅ~%[ ]MkqrAlDq'#_h}'`IZ:XE(~EU?  rH 4VKμnR)M֨OUU(HިKoM4=UθAxi[+VńO  .x\JJ{a$J,K|i&L,6(]$Y#j8;O9_U?ɻ:dMr J8R ZHɆ3պc./7f vs@tܐG` 2ÃTt tY_Ҟ)[_= TL /Q$&sJ6BJQO}%0|K6btOHxqQZD*:Y[E T>NlMi2ŽFsK^5I< ړ_H~zo(0J< 80046O6nLW{V1鄱9V#OHPbK]T v Jսowb0OL<-~%{ RZR)ޤ=^E,|ѷy+ˤ\-EtAo[SQhЂ'U0UO0=i8pT P?{O9j.As=ȹxxl  _m5"52YYtmg|k(yF@}Y XdNV~.=| n8h؜O[hKq'98p.1i5z\;_XE5Q" )"2GF*޼E4^;n{:5"V)xmTeqYpAI#"eWQwu7A98j<Оvxa.x|?1*h#]0r?u3le6~r4W٤x[αv1 ɂ\wSR;Yaߤi$ _+<0T(Kh ay0|1kP6W97/ڡ B|iOϼΑA.|:jjpMPho3:Gtc$U{Pc.P7< }* ~ 8j;b9D/m}Yd2?zG4mIE56]7Jkru?W~$_anBLoPOQ%Av/PBH9zi(tR&lQ&cdYux:_G2wY>,eO|H9p,+glȮ ._ڦ9;Jk=,4o@IrP╝ SE3qz'H1 ;LH/& 1ft;:.9-%RgЍ&aq2/\e_9 ;+y9aq[|mSq'0JEצ-6b{5E{(π޳F/:f\4WլH>B(62'.4&[)sCO RUy/埠^9M eg8KSմ y47$D KՈ?O27769?qKpS{ަeak 3:A!R|[ h$ MkK`:PsTmh>=6[I )> 8I]<7s7d6un7)YF{3ܰBY < D`h#-auh^BJ;A,Yy%E7Z@BE g3 Ul ì/ܲQڄCw Rv؋q]0YI<\  ew6zld?Ŭ9dܰf1x7IF)?{cΫ ivU[fvUK"È5y[ȁOzy=uͶW X哓E t{?tiߊEQ z-Ϊc6Ѥz=jUC@17h0܂)VEE>uw^ h<h,0L,A2ly&vlXr֓ bSo!2⠛EP-A{;J+i\FaZ;^Zm`M{4M Dy_e{i\)Ke7"es"DQf3I"\4%Hn ѕN f:blpC:ʩ< C~}_*r*{"⁘ ( 1|$s-K|s 81xnXvZ8.7xKA'aVtv|,Z䌳X%k fP~4@]eJ߶ޣAVq"]1_Se^ шϕ> _a"NR#u~dž 1-f{&rG^P =ڠdSKc+nN">>ΝE€9^5 l7Ӿc%#k=:dd9(wsXZ RB9{Q/$wS]rg ټ݇^ ͙;DQ]_ #V5Iܣ"IPb%녅F~Ҧ s鶔TO txAɷy5r(ǘ#kIcbx_dC]+]m_&&w2"| ʮY8f *!8+p̪N@Q0)탵NϤb16Yfr^oFN+<t^JA:! ]B gDXB9X-\xGxG_"B/ڬ/ Y^짩ѫ=Q2 Gu샼@W$7{x6غ'yzB­T @F544.q=@{겅5v9&~VH'NYFilZ}4k/OOj-V}GtNā O~QJWGq91F>PJ!|J1+륢/,=S2d?w{O[g¢]rAv:3>\b!aޚEʻN,\bMfֺ/;Lύw*S@TQwSpv!MDZ:t/fs҃m̴J"W#n;ċTaפ:.b#UAab—U7}47 qSlgKKgYefY;K1jdz$3I~V7>bU5G qs+>%tFǗS*.qy =DxˊiX9KmwC%P8f =%4 xR꫐1V`J?8Vbߥ}"o`L[HtB}%_ZD)cj鏤m_NVeyLi`O~e\̞(L'EG!'1'[j7V??wNr9/FW?k 5%ٰ?N-!t.-W `&.*n4rn&ERAО2?X3gYsLcv8rm9+$/C: Wih˞{^'\X롂`Ft;*֑:pIou߲@wTjn[`}-0/SQfXB &-PDžp՜$g*bo핡x5@M,gZBX%LTzW ڀq:=ʋ UTF뉥?6-%;}:h1*6U^ U3J^ dPwaxacq!!Ec1|,JLZajsc$=$7b+O˜IYOiC9 ƼY1@oܹ(] R3 [kvIKwiɄ/ʧ1%<ԉ }= ,X:`e%?ԍ`# H#I}C 00oF 3@-<ݓGm#BÄsEnib0.ιipCLd'/gk~Ne܎$hTW7ȾIv cP!07?^KW |խU++XfF /XniUrLae@ޢcz:F? ĺ"xMZ%r }&+[1LeݘZXw VeVEa<)JJC^Odى|s2"6W^8Qmi0#+}8j[u2zn |#s4g  ]7,lMi?J>7COP_)p;!y:I`"LK< vR`w~M<$ZuT؊4fiH3랏tudbt7UnP,O7w9>*3]nn.6!OSmn̑x=a2LUq /ůcA4 w#=EG2Bgu[)7.CϦmЄW*-950=LQjϐ~"(GKqt[_⅜]Wibz!M .g- 7?zELJȫk/ x_ _Qy9ցN' ajd՛!/jj2|WYe+}!k?Ѿf2HTg1x&) VTWc* C(03f _7=7>z6}HD2wp_\lԮF֙^e\k(1Z(nOEjk"埖6Mly7(ǀr )_\ TedS]Bb@a/60y31&.2{c_ld8(O3Zlyj*m©+EKӠSQŸ`V[ŁGL~2`l6r!yrYy/)\V-ՓC j&\ Z|%~L ΨIT =I m&1bח!01E  KtIWJuk#{HFx * 'tؒŝOj<_ʺCm;*ڞ*4qȫOv4r^\,YE.&QA?(9MA^#r!H,t--DY_kY`~""̝/ 3==Oע2W'?ѐyυy9/QDiڸur>}Db"#ÛX.ǡITNU 7Iw[ўc>q`"u+S̵^іr Ɋ!W<`,RV:ZfsN:T* \^Fum}ٜZxSQ-UyZ8rIj)g B 㮇UAeQWu3tfQ_Ϯ$}*XޖGu&wkuƋ:PX,HM7w^{G˯s<P .n9j0x[r[UG Atp_6pIJXDmxKIliDLǩO(s#BVƞY}zfAԸQ\C^9}U-D /l, fu_Ȕ))vj\tL(~J/zi3Cp1ǍAl/9H_DycyFYC"ekiry9_ԋ=,Zr~/4N>wh 4Fdi;8 j9|mGOlg eD ;}Y|NsI%=H@\1LKfM?Y XOWMUQI$ "wfUWo8XTy^big^:j\t{`?%ts,sV؄Pc,˨'P-2~#x9GlI877*t.[<-Y[EY=I B槸TV?avln)gWK,znMl v V T~S:͌F/<`t  rf\DMSo~)g)[Q6 ,x!Jn"]!ӵYV$gF". 'V#l 58 YA{K{ҭ\+D /#~nYRґy8zTjPVպ)eaLw~{ZVH;1KlB?Af^{snk䢁% Лñ(*\#r|cdLScS=њ$ZCk!Jm6#!F e93L(3BA*!ڡR^}8~9? s2ٰ_x9jb oӃrHy, K:/쿞ܕ#:%\"<El&o֎(W4V_0N]) ߢ[U!/61|k gl`KӱLCq($aP>H#ْO Fr8/ȭb9 }@:<i9- jpc=$ #F+HIJq 7FYݱOTީZē隯[(bD3O =y_<wAlk-sM7]eYF VA%ƿZILboUT# ruhw[hDXLp6i}o#|PrU5]Ƕ,1)M<*PXG2IH1Sj̦p4q&f>te~/>Ch0*-עYUF;`?c < 5m?V)pUXuOStӇ*<*I:u̷?8T eu)uvۯ"? /F7J+lz4;䪹 -sudr>$.W0@oF Ϧ-#kQ|-x)a@[m2n -ǃ*86:R'FZ:ߟUyZG_e*K̸GԘM,$k1|(tS6}iǩ{ZڎI-CԄ.(~䍵$OK&eXEvV,rڥ{.n0ͩ@#M9tujĄUo|%wxױ{CxQ=RXiMJ+@AJ%F!l])8:[@`gHE_3?PnmPMq&K R~(UKkDp?c`V񤃰廝.}]xSIe?l1#=ae}:K 4;F<G7Hk(L%,%ܝ@XcM*$E:05 )F_">uQ#d8̜m@)JXAy!Wp,R1G e KwQwxq_k(6ͧc$Rj!s;"E!;)Ԭ\XWL4nlvfhu(ZDB=lΠ6Xb'ޗK‚_Jp6nJտ/)!X&#d3zVL8CKgeƖJ 35Dj6v d8`>-_ GOxi-dTJžMHtN.IHڳ80n9almneն~DX6̨FݚvCfTH*y8kC䡜L; ^ 6S{70w~r(To lZKjb0+ȓBq 9eGgj2X;6IT WgA Xgdkw8)I>@ &td['sو4 C YLC-${h+Ȉ kz؃ѯ1l$)k3د}NzaC|y$ `@PyWVׂ- ^=ļk1zqYOTw\Y? 8' eRwÏ+&FW_=q&eN"@Z{L֍H&++  "ypU`K yMq}½W"iy`ItLTď -yq]̦~[؉szrl |$ Qt ]^"7W\Ub9}\IFvRWG{>V WY4E*3$,7+;#R"ȱ=ۥ9郎)V:˜|j(}~`#P+-@%D%|A_GÒ;1rY3[9{ГӰTXeܥr5e;Mcp5^r_܇'~Uuiof\ЙC0.阉2z=>rU7f ?5Jl Fw%|ݵg_>*\}IvHWC,2I7c# :g̰%GmFS^=Zai&`|" >c4~0Mo((z@E樌d3`UqqpbV sc4eLk-iqQ@XXZol9MVv hktW QTޱ_\=!O G9<8SkŒ 3ՆFz^ҼaiLO=l_nfKۅ rI 礐a{+&+Zz,Ė&M;q_# ځvՈ.tO8UkQޫ<*V}FX qGckG|< pτgz941d`NrrT:!ٓ1FKO:n ~A+pnXֆ$"_.#k{4uy%hl&WO}oݖ)6C;!OGko#y+pٖ#fv~zO]~M,=}Zn\t 7ܔ#{?}rS M~hgk9`SφjE+<6b%0Rbx ہWn/A=ISܙ;%ZKa:u PYGx¶E tIkvhU :SK'6YΓ {:Nq/Mdgԥs@|0~KTFvxVs'yV;-ȃeN`>Vv}co7%$7DT4$eόd([Gzovpl`v5 io9-h֜"Pg_qXx`*v. ЩY.TT+,m7FeoE!ؕ++D#EJ&7Rb=lC~Pؑᗘ6!r@|:q2L> BQnNFJ1iӽ]GF*@(]O DڂehC6#* J WγnN@Ru{ʙqu`QHX/hfy7#{Y /zvǹF.1<;+ߛ0\pOthIzݒ [l#ڟP؎[^\vX8XXέꙧ˟Dr:(QQE0Tufr=-6* 8e& &z. #ݝ‘EB0# Ա>(`B^O Ҝ¶,Q&K!A-)_iSxo7J"&zՊHZMP69r튞{+u;n+#'.{)θ)V2uFyUfBGtOEZn{NؿzT4?&=l4HZQC xݚKlmp馝[Zڠ3 КAx-\>o~ÆD>Ȣ섧+@/g> kIa5YJĠ_  I/X1/,%A䑎 K}mdx8|98R2EHHd] vt9?ڦщqc[!}!PQD2h@K}` eblbd$ G3ƈi%/= g3^8g GEK[4`]dz͘<1[m'Ǥ%0.f:V |N㹙O0TM/% 5Y] 76jvI=Kh 4tI#.@!,zn!ocz .Il¤aцMЉk&O$7'ZZtӦmJ8|4YbXs+>UqIcЯr+#cMlqŠͰƞw;(|{?'PQҁh;f餯t:HרhVL)m+eR:g>SA7NYbEq#uASl1̗wo{TMyŶ@ [ vzPL9zT/r,fsV&1h?Ňv %l58o:VĥsT.pcFf |`QEJ[Clރ]8O"MUsd-2޽ޚb\4MI6#0̕*0T\>coS|ʫH ʼny'?V5PEBJ^M@b۶YYfֻݓV ݺnDy߭x6( tha,_xċ.+[`]Bf&z"9UÔ>rbza'jGaG~֓.[ >c#txr51PWqqy2 [Q$uI KԒS7wה|pžTX?z S m߁ܽ $@O\]b4ݯg⯕f7hCѦpzߺ:#` (C%vT£{'1榐~96Upl2aB)n#†$fBae5UL`Ճ}_S^7M-Bkljr~ EC C72(tS6Y ՁxoI=te&A!1Q ,*}ShYza(ޘevFsŞs$%VlBgtu!Dz^rv^'61g'CpsHcy=50de$0LJJm' 2\N+פ%o'6~.!Gi .?FHk2]ju~ഫԢ)UuqO!#f-hOVF\ޭK6c?TkAhljr;Fz?z3+f; yZ >Bg2't=Z6$@ /_QVӧp5M8gqULXy qQ#1ȡҁMo%,M&q7}'N2K'{Ԡw 0]u M.5>ㅱ"KE(7tje( kIwݺE6TsͩN=FsX_RJY^r΀= ,Hf)WkJg>Z~4V`D`2{G V V!H)`Ӄqd KP%[\x4ku.hiIչm\ -2)1+$gt,Ѿj v;{z=P-&xs $8,;u^xr(^ۢI61/x2z,4` 0l EGT VwS a ¯%GԄbON!'̛˿DvCSuKaCW[(jNqp3y8Bz-sxgg|ŕU>2ޟQj%wCHEm-xCҋv_?"(R= ^V>b7YqNd<+F-d񏰜gBkkoL0=z\ (]3{:|SliēϽθ02DbUsYLp?p56^:[Am0qTh] Sj4Zq>MRpS-ݝ :>#E IbŕJq)f~p0o|ԃ͛aoQ4Lwmc4qg=jrBQ4=;fko|(qN;HΓh>6AhG_b}w<P)ѽc`U;KÕ8}1t4kNcp9b*q2̛I[f>i6 ^ Ub)u7o-1ڱI="IuRK]AFՉlS/<>|Z1^fـCH{5 2YȪ1w+%q- i^*lTCL}I6|:Θc74 bJzOwܪ&$EKѪ(oQn7PGkE@.$$N% cf2`ebs7=Ii*psjlmbqSN`MO_0.o&.ʑȱWSُg 0kk~uojf7ʭ^eܺeyNjຑ@£KO<6I7xZ5 ^'5 -s1*UqJ#]] 4,_TV\h1ظk5K8er`[@S:r4EړJ+q >elx `C#Nj=UnEa.W*a?72}DJG&V8"㎋M|{ ]?}M$*U63_j.19ľ_O=#7ZO{]]i2 GN.yD%g2}a*%7&H%ao;i&wp~b~ aTߤ]v- %~Qi|Jd&ɹ2W &NnާQM֨˄`)iûv9"#ӛc8xW>+dYf+KdG 1|)v,Y=BP KD#zxu$>2#1#cnHcQVPbT2viXynwQgo jAn݌N`懫XChp9ր7k1ڇU-@$.%QkǘlBJc1ڒzuBb\Lk6w-i_YVCku\iCuT`^:Y(riѐU2iH,WISS1J`/V5)][w7@e J2+N`RŢn+ ~uKX]Np}.  cW"U|"'ɽNLz+D%*zKqTZz;% PvۑZnַRE`&yUI&yRj}jHi "Gߓb`U]?('g=X#8h(&MiGFm|7E)0GSΨ5i(!DL!-_r={ oeͿR$ @e w.Q/{˷@ñ .ܵ`ͅ-8Zq 隅V1~vIƨRlkhӐ;Z5DHv=;%jf <bN#rXEw2|2n>Yg4/nLiK[6{:J5+F6e*AEw)P7@x UDR2VAﱒ3QfBؚb!ijW0ѵSsQC^8šp=?EDCc_0ưXߕ$`ך2 v+XPV&uPc)#zk, qN[Y(5N$doi83jz29ceW2?"I۸!ë03dV6tf :2;jLMVWP<=C_qaWvW%`3d}A#Z&אH^EO~al<-"}Nn݇!_ckE.e@GrkB(SQxXq[-؍j£VBĦ<4l*j_ p^};q`ƒ ej|/\4LXZ6΅ٞx~;0Vg F\a'wGct=^$60zUv\Zi2T;(|FlY]:5+^^׊NFcPʀl>3|׷^/j|"doZ}2asy=QEhT2qLǮ-q=\kbD\ ?DwhF Emg%KI?"z:t'|>1!,NUo͛ ޢcw0AclJGB095ӯ8=X>q)k?W6ieQdbsןh %} cnv2gdv+B\ݤ>ۯi6]_b*(M#BZ;ĉ h;6lnqWZÄEB1ͼxC\)A@}\|2ȴ1HFu6-#[3Mڸ8, Bn]H+OSSL19va*m'( 3`cO6-Z|~Tf\}:YYͨh* G# t ]=6Y(K~0Jv7{E[8^1i`tO: ,!KH|YmVuYt.$t̗RTϓZqULṿgq 5s૳̵?gNן W0.њ(X6lZ>P YA b^AE ҝըK:x^qo}pW$Vx.sk[h/޾_VA<870x yrBˍn0䙂0 aTȤ-߶itmNQ$p K~2"@K N+hkd< = 4؁~@b.^ź-nIMsfj J=ϚrT9biJDJ3ٿ'Aװ}poh^B *3$_ȭIns8E4F 7Vw֖sDOxU|Vyr%5)H%D߁w<,xei M {4Ý)MجoƵ} ğomR&.`0h`) M=>‚Gΰڅ{+TyAofozRe ޱGfkcZt=M0Lzn0][|ϟIWj]g9>P0K%w.P`5U~e"T!wL.S"QMţYVmRhcָ?f)gsY`z̀Drhl\Re FqJ1&dE^Қ"'G*m/;!1xS/}A >y*!vbbGN=Wo@sʝ@ɽN}?a @2X0*b gs9gVX: ?v>eoZd^Y 0; NjV*ӗk.fFa-`xOM㿂 bGd=tn: )>ޫc!o3Umʹ&Cʰ ( /.X$K.Nгo)S/}Qb錒KLĜҷƮ2Wjb;ۓQ]iv-S7yFoY_kEK6n(cRa]˼Vr16q3SRϐ0eq/\G(`l)F~U!"b̯W+|ȁErX8[Ca* VVBLAkxNy[{+ uNZWNV=T"H+hC {M::us cC4%yI`+ii<-Wxn"R5"uXaP)8U r+dH}7~"ӑCLǐAU>#.{◼R_ҶUzegҾXZh Y ) IIH!$յ@k|H0kܪW-7}Zr?[fjgT>RB\{ z<9R?R-RUj]^Mk* 'Kn'XdUj9f@Kqk8YŽzhe0:_Jv dMɚ> (.glJ+Qx- =67< & 38C73Cf\7D[3EWe@mA,c*Asc'z:$ J̅)bU?#}I,Rcd >4ݒ/39tMN_N=/,>setz?LCR;++|tsfڪ>)S{w W%lȷ`뢟JZQZ,Il#a >rI3%xI" iJMQeizHBg{L}5ʙJl^kbimRFTҊO7b=fF;R*y72,;r_SՀoZ51FbOy(*,! /[fʹrǀ({R?7r:2܈ݴڰ[C c=Tۖ,62x=`@U`$B9 . EdEj;o7a| ]'>)-SKRfM gmKA#G7LpBdEcʅSQ K߸1=Jg|z}ևm^oӷs[2ދ@_&38ߥ+ 6K[Il96>)dUA+$)Mv{:6hX2sP;̗mHOI-uk{H6ZGǑnqNy@YC ٱLzԸ |v7Gc 2 E6 B:$jW2 buPa_(CѣsTˬ )"iZiUnQ~ds_MGXsQd+Ǚ_.ǠsSr[?&:ߗ88OLSOZGvm*DeTNq}C㾀v6 E$0Aeyka)4M#[*ÞHzlx;m|O׬7%avr$y@nH]J.Ѷmq A)bf%4@YU "Xt~v}9!% }߈߽/s}cRj}}옯CߜC؛M8M V's& .[>Y{]cu#iG4[ a1>Hd9it#/LeQAV\ phŃr&J7*9j?HgG`Jo4 }PNO,],J~?/{!6S\1qߌ -a轣ؕt!u;gf, tu4w867cR)P6jhNG 2 Ym٧ %Nس m/M*O9W*h>8vùn[pcM!,nD D䑀24zdxΎdJ["CGN,icDZ)=]L%B{ōuC~v07ȯpG0%2䨖WRg9zCS/zEPVbP:NfZ)oځ:xhJ(Q 1znJ$v~reƎ$`dfs:9HtMs髫rG6oC?QP3`Ex4?mvKRLr6CtZd eu' ^F$"ZZ>n7ݽ `qo͝em_ϳ"/*<[ CQYH_NXK,O(.Eɜ:uR=0<ׯٓv?)+oW{ mis&G z"PW'Pz踧!S聫p\p\vp083"~cMS ̪))Èbױd1ºsЅ_Нd$gNtXEXBIXHj.<{%[($b.$s&I߉q0>oȆenUZ{tz/:Ge kYҴfa\"ںrh#[*"S#yGP*g][UF) 9s<~Ӝ Ms-8myw\Yq{}ݶ?Q46۴F;DWX5OE rl)\ۇI+̇ZT&j:h|'RyXmiT{i B$n<(je=P"VTᓍJm_6dJWv\;}ߩ6BmQXv!ɦp%t:UK Lq"@k硶uY_lQ'*)aE]$[WbǮ??ܖjq5`͞(cq7RJbV.= mK!a[u)veecވ|8 eAnOXgh3a<;qo`6<Ԥړ2攓 ( ɡ1WyA3G׼`(xXjBm ,6|hT9y[\I%„x H%u{Z.4(#yEG !H$|qo_00&(&oXU7Aډ%C~I/9/I"ID򦷋m"}m\k>> 7#WѮ*n/`܅H(] u3PW Ѓei $֫כ'/rA p)§bMjD:vo h[ȣ;86æR*ok!Qק ,up6)/tvK}}nb`۱xNK|}?;+Cb6* w8#A6N*-+w.oAL8($t!pr#ugAHȺF%aQ/ܞqFJO`Ov]DF Nh΋W/n}k6Zri;vsMhPhC_7 "ebوwwѡZA?H\gFNkhEҞ]cK6kI~RIGBg!wւv-LNd 5O6WaY#>`#aRDjs1O~P]a#02 `uяJ'X Wd@fvߓ"TRaߝY J+S#qvZNB/>j2"]Tiя irN41QqNX|*N(BD8{Ԋ[dSHMB&IΣxk2l233 M}ǀ‡x´+ r0/NLV)YjED/0<nj½*Ec# Rc2>vl>XC NLYՒ@~U$prwjɱ]˃O1X#E"?˹N&:]xj|k`Tb!*ћJ;\a.bHd6)v=\>!8~RqOc)2C$]f9Aߜ}+/Y0#ӚH4Eo*/V+^H^qz˜0o ^QJ؇uwy}Ʉ^ȓX<~&E'xfnvs<\ }laO|`HZsZFM655BqX%jS `h)HydF=A|{7'a)w.?7("0CO4D FD2#o{e+otQ̈[@: '|vrPnb)JXy*\ ns^W1U~q,l G)!{j^n߶qA &|N;!>:t8:~X鍵 U'|3 ػ!';+AFg0𴰏k!$}0iy$ESY 򺢳r>C9q4ZxJgUx1?Ӿ>4`b7k:n G{Ŧ7[Y{Pz]xy{DJAqIjiCʀ BemB^ ]7E"8N]%~%pz1P y$^o@ ux0^Bqۙm>jėXfG wlk /47hy$QRפ5= lhkC-NEEeZ,93pH;*߉ =_g{9tՃF<8'Y"; /# LޕgUyHPν0Zp}RcF4 )kltppv!5uIQkMS+w3l:,I)JM2~]>>nw(Rʺ,M.氷#~ LD!y]z): Fŋ[<=Ts4 xx.ܗQ~\I&":t~ؙA5?dtrwY +r)6gcTr?2fb*n+Q u+G_Ke76B X*+M2Z19r(Ci Csi&n&4|*TI236΃]{W'^Gq(Z$cxyP>y I~fq P6<ij]&pF~NBuBVڪ1 b)# mE ֌2sW&յ]P l6dW|֏(:-GVMZF;?F 2ԁpqo7%LqhT1{p:Xr8&7~҂Ns_b-{VΡUsQ~}| {#d HN^^Xp1 f5ab%Y_#N݇@E5 x\+_de ڂhR&`x_3 zuVѠ^ ݭmO[kg<{Hq=n'Fk 9W[f22>p+yGyvé8&AV{L&v` J{᪌\cgO h@P?0b; >e]+MnY~fSRZ HR`-yLo0wt̔oԄͰ]o\A:+2lxrDXfůqb":J[EIJt +H.{fPzeq;{6KHC؎`ki\i4Q)}}O6ID y*S㖫1HgqN}``HkC֭#VwG`1ŵj%4b–5 pl}) ^QMn2r4J$",WO!?X D}2{Z[^p⡄z|!bC l=M=%7EP7L bJ 4cb_u0ڌS6!gRMHk<.Loub,d(XC#:.$٪7 x}4bIQ%M9"T+qӣ=0-p=寬Ue+mp&;Эз,8iAg]&*5bk†GSNEjII/F*GFK頇tC|غ# p%`3[Ou<^`=$)G2{6Pj;;aH$N9Ol*9n\]{i!)unlz lYd^{)r;WeߛLtƠ"Pa@$")[~0qFts1̜Cntg׷7@~}m<7/{N먍 #@='wGU=Tx ܒ}Z#S˵ - X9  ЪE_0$U33Z4vw΄oZ 75r9l``/qar(dkea#{8X]b̠c4"^q)pܯZL6d Π , _j0](&!IGASYT!KZߧ ,wZYZRY]Ij:^tQ/10V!UxNUټH6R+cc{1EF-PhB1g!B|Z|ys| >9k#=*cDd:H=8N?!GctyT,ڱ%Yi>f~ZXH[RAES U4FFK_$V݉; fl>T$Yf~=?`1/ZxZ.Aΐj0]KZ=kdsLH;m|-wѕg[oX+y|>4a}7˥0b-y"ZVMcѧfMF jm`[Tz!YDIϠVQ 6\ɘX^<9MLjA>bEܸGփouzjĥ宍Ef=&"@j1Wp/<7 l\ n26DN4NbT[̮ae-wd˘41 D>e/8~FBPﰙT"@*Lנ,s*࣌FЂX7P&pdx7]M6^E: !bc Z wȤgSmFaC/O݂oMm<˵zi;OϢíQ~akeuަ?2ԠQ;岑=ly&$<}Ve$gkoaP@644G6恄pl"\/ebj+Au+R]u9*8.SnƔ: pl4Y, ᵏ!Xߧ݁i>{λ64_v6oixP}Q _iQSîs,>USm|^hjZӛ;O8p7^|o%NC%U+tWt\"P犘JR7}Dpk*}7lR^X4`fjm4gh~u{{RdY-s甍X_ܸ$cS\y\,&* ͓p^ VN52(@t)O{2k\[ؘnP&n#FFH?lOsrhw9 Ysqjl+ ٕ]Ev+B$`e> =J!'C12$ć6UfBh2 ECB>zeEd4_F طv[m%V/kPA\Nbi0_ gDVVcoaqGzrx,hg3v׿iCw֨e[c"y4f2jK*u&W21mB鶵&֣f:EK',.W`̹*I3:SS#wm09<T0n7c8p5T Z`ӄ:̱'3u,JZ WF`yۮ ~^l&KBS3ɥ& xxSQR6/Plh?IO:͎VoS;` ñ@v)`bsC ;Jeєk>.X&~&֑S1^=T\. I/E,P^[u~ͯᰳڊya N_<ޝh5!C[>>Г"fAjS>H}Րހ7HQkru3gXǦ?DcjNn,0rn>-y$giJDC .~skVNOP'by~ r\6m%'KKȴYo;<8τMǔʿ'n#foA\P骠2osu+8)}Mkq_F0efHK[,<@wl 't^ed!фnjj}@ݓ.UVSQ 2$WeZɇ)EL,OǞi()YsZwܓyM6oT . vZo#{ξ\fVW|y9AO )w3C7s8FqSF:"G?4+ vƇۤ] *y,^idU-D^Zw-gިh?|^ۓiŝ<ϡapt IL{F@|"I?P#㠃D.7; ,?l=jgIj(~3;m{ V1?~|i[Z:arreaƵc厮Ӽ H 0Dm$OJwڼvώU0C1H`*~El KeT+lL(mmU7u/Oﳩjy˘ 'u#Ոi xs뾬ϗe]:j5r^u5F5g̬k/ϫKi3] m|k)uH@YlkD EN4f} 1@2W353W.+6CThұO'AM{Dr$Oy^o~u~_6Ǹ]Fd (k;?kqM(ˎ@8lcuͳP! ^WrMw*zh\ʲ&no#BMf舔',q` ^1Y^=T]zi \ FMf#@Uz@vl寧p7"1;mPݣmq.DgOx5^_:ihU90hWح ?Ɓ8Qc[)XY*2yTo\&f rL( <)SQ@CKv@9oZI~u? b8򒾮#&-՚TGu/R8,8B-{$JxX(9G_w: +`!Lczad7zx1qY1ޙS @[R Jv'r˃h6`K>ڙ{lxv/ʁe4p8ePeb3JDV% CB9/Zz?M2\]l3Z8X *0${-Җ5HI[lids H3HNQXϥ!˷nBĪKi4pQ'l0-jMIϴi[AoHer ;YŬ|JzZ45jsp\a1Z"UTIvodPt!=FI 3" 93[rm {~ ֌A7@ ekqK3Ey4#U_=gVaRvC3H8nA</(BR^jH} +d8 mNKWMy2y\B+fo7ˆ]bo7>09Tt6HskSZ :.5 w4{lN]ްEB롦x4z美z.w_ލKC׷{ʞ,@C\{ sJC" g?%*`IEJހ @Gܿ~8Tm޴Օ"L/y9ߴ>ar-raf7Z)h<;=FKnT&Eth'uJhR)7 U=zm`gK vҤ|Kh@P(n̂_-ptmGQ:R6?4?=OX^Ƅ/S8W*_8;IV~qȼ ˱At6P9CJosy;:hO/s$Oj^,\ IȸʻANLeF/ZS5[yF5^Oʮ,<~ >[+@~ʾa^ N9uS".M@xue>NVQfݍj\f OY[~րjp]F:qqr诨"~{ Pݳ(lH!-}Uu]k\)u80)n @Fv.< QΩUv' UF LRcӤ:t\%q eZKTշm@mI*~BHB&S<":9QQ2&Yr4'YkVݖA(V9_c5!&_8hZNp4-CDPW<+TwJ)y^Y+9.`qwӹsi%;+"3*#et*%X&W0xm4pf,wIUU;3dd_dD=U$[#4~,B" goVFKɗ_ Xj,Z|6 !i?6> qZ$+/(G9z <-$v+skɿ`7s{J&]"?4kټk`_"~VӪ`؀-X@Q ¹SswlA~68"] *>]ӮAkHCv(."ۼ/ &cv?f&gmSYϙfd ZCN@Sh?9cZOZ)K< %gy_f-IHNa&k ߨC:$˄U3'l Z*kpۋ"`^)j W,MIZ1F* lh h6 Az)jQ`U&̓9R766TLդW"Z Hoa,&Β1#ɀnEwrFrf$0s4 *TwF"i(d !d뿗OΠw Yt#O"WC;'F_ؙ( k7^r֢m[9K` 2!QIDkBS8%|i>e. u`ZBa%k1i3)7X }~Sko^T+6'k]U4wѮ^ p=1c.;$;/k0t78`6uEo[mpp:P}%jk4e ,"E,Q]6䴵~rH) Ҭ8R#*4/ψYQpZ7IN?-?EKDHm)8FUd֣K5LA )u,Ú]w4L9[u(&N'+b)V+z=nn`i̊|BCl1 J$<)p,?GE\Dynr;1%Oh;9 FDA\ B?,; Uzpq6uɹA1 e{چ2 WorcOW"*8"+PKp\BjoS|aXdIݱ.(P/, 9+4`fz+!LqDѝYY]SAVG|L8#\a;I(ԕ[D"M_ w<蘆L=oHcDW.uoXg9Q0_"qK3ޚy9u])mdzCkWa5r X0yZwm"&n%;Yͭo}Zdԧo'!-;..C,2bjs'yn L.+x]bBOn|9 !9 hA0?7WᗘMPMɇ8DF2cuMhS;EѝҀMDރcA+ _(?ﱴGݩmюɧ/ihBϟzE+bNǸb)5y\QPpn.JcXyUnǚf|"B<-Z^6dqp5|.k&}U:5;xkMHb)1pL08l`9,8Z%REg))\rj܌v}~;Z0uNKx~7ӬFsiuÌ8WKdAl,vET :)|bB=t'Y`%qjnit˰ 0!t]Sr@,|UeF f Ѥ'#%xW.y&ḛ<-CЧk@ޫ̊݁¯wy:2("NMI`ncT)M u9F .c 7E Y4Qlwul+׋+X51U|E8ѷ&M3O*ݵyJ|dCad?9{$_c*8 {^ ZN+Ͻ&ZrŌ/Rޓ iX`oUD H ]8h{aᒉȰ 2f/~CwQYCD'{q֘:9K=|"%9Oux/Q0FՈa[A?nNL徱 99jteE7T39G3[$,U@ֻR9@ ϺeOvWl{"eȔm2U(?LF:}Ϟ09M? #Tp뿲ϫ+%z$l C _vpNXM(CTa >P~gnk#zs8Ccr": j)5ٚ{Hodcgq M.燪VWqUX,i+hI3Z?x&pzۤ9ԌQ񙥷ͱC$nE*ZiRh^QokXJ?bn%yXeqtSkb/7&1"vƨ',~] ?h"׳37{`H@OXd'*XӃ}WL%OdZ%wfuZfqyٮ'7oʒ MIE g^å+Ao!mx5Xl>fN]zW'hnKɿ=:}4 %Bom1N=AJy^zSpz:xO{knvyDyv!}RU`ԫ,MR WL|!v,3{12-%hrgW˶ %#}SGlzL 9,u; & GƙE[$jYqyቴ%SLrl)Em&ow79U I^N87WSSa ND:7<FECW (Ŷ̬ BE0SQk REXXq&t޶. 06cUrЁT M;/"Xf^=(c2^gCb\l_61q65Ӹ+x4P.- 7AUi_EW'΁(S^w\a4F&DKA>[N)Fq?{I1s-YN( LLr]6E2F/ ț+1$0NDACxd!~_@T f=sK#e ,ʲthW:sv(l^\/o#m'hd FE8^T@G.ZZqޞϥ4m),xHkiX~l WS8K2jO-YG[kpM-CRXda_Xm O eW#Aٴq̧٨+VkSG4 v3TkVD'uO ~{?0 }bؖ0mRC!1'ӾDQfj;u?>'bۈ'ڣ@w~lV:YCS7|bp)屄ukR৓{L1n*Lqضf3Sg8z,=J\кF;xe:ւ~Y~̖ږԞb@ϐQ4ݝ4} 9wFSJ^>QocNaWD?{Gnj{tgRLtYG *gn|]gXS5ZRjNA0b`nnbߝJJa2&!g~D V;2s[űSqIҋ9= |Gx)[mзg8uqf ):\[_IC2yvI=09vHّ٠ynOTF&q:>@Bb_Z\7_ߡ,k".3oZY 57P׎ɠ6-o+bɣ4haJ.`]؇œHY{\CXֆp6r *m#i]yD)WbG3IXtjwM >bY8 v5! cțx 1e`y tQήl4Rs[4Z盧\z Oy~BB,LVƗƥ48(_B5YDޥHBc(aV/YD( Ap"$x]~r̡kۆ2ݲhAAH<,t 1\+^bTZ; P%Ʉ'*]y|bs(*Æ:zLE's啍cQ9] ZdC2J3 qWEUtK#ei⒦;d4TCHj#,F|vw㳜`/ͰlƵ`NwPj#_dXm{}`{#zmgB_|Hl1gv_ȱۮ e.n`#x0kb?ł͋:.!!Sj6LO6sP?Ub_M1#AIΕ .ҋO9* aQd]AQniԖ%LF$qB#y>QfOfm:Hl?BL')IXf.|CӞ˲Ôl5bJ8FT0/JZ0. ҦmRf ^1W d=$_$MmA.Sp:' %Ř02<[!*d` G?͵^x"Nx,u7$BDTwCՎA)@=]|9 s#`iMlj}kȬ/*a0PWAX֊h uƝH'膈&y 񀓻N`aI.:8'W߭fBbzudfR, Ӈhۻ08c«aã}(\k^i[ wT[L|MKӵnj/4RT_YĹ(cY5թ_4TKl킖eѢp͒I9T=hi&/QKe }/V2~I1 s%Q|R?9$ʽɽqf0g#˰}(pꀝJ][S=rA]F溽#%F2[Lj 6UkĞնwgLQw+@9EX7X@wx*^9]p+Qm9 08mش 1* ~pScO$x|ޫ@ʅD!hl:T=`yVgA-7[f{™1xSs gt0}(@N^"Lx,n%eDz UxMۇhzjt+k+]7kH쏽2bfxǾ[JuӻBrKVךd2dp") ϴb@$~ /@9]mLy?A5v|Qtv &v *vyغ%?;oH9Q김 :Fڊ3=fu;<0D6ZvЁhZt^ƕ`{w1VMֻN~r7}vzTz04<0I8~Dp3otGoI1iu K)ρ Gpj=@!DKHaM@fҏ|N"/ZXY*ΑRʰ $ة0@'5lVr*S*A*[_ȆQJؕ,t=H>.x" /?HoœLxtz&;hU='yLӫLecR$J_K@a[Qp, h^ #mc !ٰc0djk__>(Ѧ$Ї;%qQz< [*jJ<;|s5 [[@M!!UZNdjz#DW*u1#?BVFU4x.!P=9c ]i1I>Fk O}ps0Ius3%QY{e5Ħ.bDԈx\Z[* ԦUHG+ǫC-qlD:R($䋮><xB-mA=ɢn*{,>BxԉNnE|5P%.'/zPw40(~i63JZf\ f>`H fP֥VZ1r4q |Yjk.o-Adl} ]CJ἖/R¬$[׻DܦjAzf˲O}:H 2s"nϵm64|w3q,%$.h@#Zelg@]-bTd)4;(w\zЂ %2j2A$p7*ʁVE7E7?,Pwvca_lD[{s@j2y|IX)Bq)tțWͧ=ɏÐf7L]oY J$[J~NGh?>Z[5~mMWuV )7 4:2?*߉}_B/p4C{ROHK0OubϚg^.;V܂篓o`d"rG}<7/2 \+a!5\#ƊGQ jԧC֝W2"a$̹1gX2u٩D/OUO~wyr6<цW#N~Ռ;"B}i4j?{2t%Ynmb>Bε $tDZ0 /bx(P+j 6_w϶61r'xfu01 ZN\G$Y-/ "ZEy*F65Mo/'IXzk(y:8/ ʸRlPeWL*#rpY3: (8X3Yd>+ZH35YlF; _rZM2Ӂ2Mabh!&l޷r;DBX[e˄Ja"LT_(;wSX&ה&8@P&&s .a"^'u~Q: IxV/0hLث .3 t4u{BPviT7YcxhY >~M:$m|3UFtwjd#D0ۓn?qmE:w m]_BP61o reYl ruA%[]Y56]]dnoN5_ O LECSF6qзѕa$Z*,ƇaX-9Yq& gRւҌWKUٽ 3,4mp S*DAN+/*A5 -ph?5;H|Ɉ\' k8ޔ`&/jH0QNCV(mɒ{EzP`0$bvi7}!|;]lF(mf2 xD |;*^kk&ZԪb#*م2kW2O=ZinSߤL}bgpʱh-P7bUp_M͜;{Wyn-#Q}BVM7FxRz8J ~kJ[ @<>Bqj) d%VA\ˇlbܕsL'2+e>+>c=B k I=ms{kIy}LRU$8QbPCߩb@] 0fGe0/x>tK=`,SXUwi/Cbyt< A=̜b>V)4Ke1| A}L;N~>/G\ʴaI&ؓ^E|$Ӯ{P+@u_tݳCxJ2 ھgyb񁴶lŬuJR*N{yRKD,ϟ"x]V/C.k~`{oӡ~SO5cPL 8-@ӼFJ DQ;UyAܞ)_ 覥܌M5/\]?W e3'2_>xXRuӅ'O +L0DB |9^> _ O @2ܡ ~z+~MOrKwU<Nqh3L\!Ubf:a6T u/p*Vlq@ǓEr9In!3QK&uоW%LrI.8[H\qH3\ޔsʛ@hk%:iօ֑Z2/zX6Oʫ/k@a48nCZvɨ&Ep.6%%I.@TX>^%nB QSa//TJqrIߟ< 8j/Y 1#[est`oeȤQ`q;[s6k{^ao*4''-$qzhY֞7,GY#vxl/C{vA6q gD͸е?uQIGyG̜Ƴ#MYJ n J]?$5Y9¬g|EwHhURNđ;`1uQ3,B" H.dž5 b:`#OKU~fpqA,:-J}^ל0Hj$gT HU-`[Ɖw:ij2 _VGžS+em +w菄-#jqy#%ܱ#qa;Dbp|]8 (_[Adu. /r zZӹf,o̎>"jZX}"-ݒܟj|3+jXnt `#J6)8Ǥ/:X3:rXyD:7BfKߏTۨ"ƨ%Aͯ4Xx:;I0M\1G^>΁}b7_9'UTF:pYMȶ̈F`k!gSP"Z1g&NǬ]<J' ܴk]j}-Ͽ;mB`geLhX?i]T5HG-CZL+Tu TQԣ*@W|- V09_R^Jw1JzՊ>(j%/J/ uiJ>$aE`!趲詺rv>J p RuRAPHq*,nDhO?7| oMSlK+ZׂN^#MQ4/1YqVc<)=?׍!1=S!4jZ$hPaX2ʳ{Qo7 / ȺO`YYvQɁDʙ2W? *@3]O]TEk>:޳0\fϫOZihPUXTb7؛c+u_EXuܧ.;[4,ڭ J+/dhω޶/S]V'hHAԐ-:7: z J|'1(/W02An&6-CB]Fö{PyEl'\Y "f)~p\Oc<]X40C޵y%}`L0iXF= Ѻr@OG1IvuRz?\9mTM; lޫ7q9tJAIZG d+*m["{ 3LCLaI3g +%'&ǣcRӶ^1zD]LKuDSUD苈`g,9U.6^s ĊOL+E R?2}y֏!I *\1?t;umN30akXGv[ >MMRrwʢ[Mn*w=qb啧f6gt#CkO*vlm!1:0KI-/JiYU[(P;'ᚔ,z rE2?xIyo}5jwePƚvPL"7$Ƕ`oY`}>\F1 >o|^FH,=c^sKCEǫZgMVzIN>T$0g K2}xDofjͥ]HML72tU`c?wfT%Pu.[Ѻ d$%x{MIfgpT;t]zenAn]ND|>E54B'q >GE`=uwH~KXe!FKf,'p r֭8R5 ޗMYԽ +ar}ᘹ[Lg$ ]MUVPn6q+ ^Rj |<&XY շfjhUMfx.uqqFh,P% $p.i(4o <1GAϨ[ĖѠ:o62di (OTIjH6@[tJ1=lUFQ z1RpLe,19=_ 7ig&ZuR`& QGQq<'"Ȇ8\9%řgxt(p}0I{`F ww4!hm{=[&,T(tb_d,91F_mτ -QwZ9q*ԣq\lS|ڔfbcGk9U]DHMF gS^w"-Mn|z(Uf>6X'%dnu*cdpJEւ9RC=?`‰5'\LYdbj ?bt AQ,(XO*~$.g@J/XM?9z=S҆ŚNl6h+YYJCi =ٯNr{vmhG0!Z,źF`gi$,1=7hGۍg6u6Rό>P.6t]&x#E|D^3v ZHLlUa{gǧK1wvDd PoXDKjL[x+0Ӈ7s3R1Fv[Bb b" >kʦ;GUd7G3 =O8wF%c׉x[ $rz'!`e|get[%/OX`L;Εy3JVYGj.\jAKJ. XFnJl*k9 -ol!ߣw60d%&pM:{pv(K_v)Hg4¿?G6{ C rH񠎝1փUnx5IYX$ ]ԋg 4uZrZ]F?p/#$x5lZߥFwnO[ [#[W]\ !%h=`%|0Eg{E%-R`GN΍16gjQ4J:h#f6E,snK-&{䱏9Y`Iw47I$DY4cRgrI񽎕q9nvKJL"SP!Yޛ @/DRְ 5^*o މI=7CaZ_fB K0L:C#Lwf:=|F¶MAD2ܹ֯d [=8ԡN;Eg8 3?K`5n?;XWʖ ]-x6X6K1xgjcX zmfOcy6%̊ LMŤ/rU80Գ xkb$[\߇;[9iBY\{{:$Tne1W+=y5!狅>+3Eղqt:GyS|F2KBM;Tqp^uJ:+1&H BdݕqV2/W>NրZW7{wK2]vLd_YAӊpz^| db=6&d-r)RYl!v1șTu13*;8n-&< 1O7-a_Žl=_s,Q7|GKѭ΄>oa^2smpN`h^E 'k̝Ǟ0fQMx^ohW+&B] n L!nȮ}JjjQBtJje[X(f D'^peUbdba =ш6k|Xc07:$pKyC'B.ti\,ZzۣwW%+ij<)̊ >b5cbϩ(#*6>x{ wli%£qBD欉~`Aܔ+@ڬ :.~iѝ/59N| +FV|zTGdJ ,6|m!;$m%}򯁝_ojڞ!54Lia%ڬ@`0!4,YXtR"nU Yu7(ºD+i*:\%QS5tAq͟hLLj0m0G'Q {D2pp "o!źjN H9 fHT"K!V< qD ܶyL&g1Śg*>OT$)5@l.H!fR{;Φ:Aώf-ٝyn6>)k@VdSRid)U)5ONۿ8gq^ԽboW9 z3C!Rl "9p9!J5r"5h@+lPEFq/Z!{ڽ>uGBZh\{ќ^1\slʛJWjZsleY#R)`{ںbF5Y}duTNzNk "i?3T֜=|-:*R@03#rf <lPԱ~J|/IS1*nl(20g4Olf™oL۝= ç+6l5S,~ q<,D/VȨGuϵtDjB(4Ă GXekc;."k.F_BiW$A١JǼk %6<=|t̛c{:Gnh6}MDDsb\!1"}wy!,8~ksVc3b`uc{]q5ɕj hN+Ll[~<0/eK*F am⡽n1QU͛ZdTk@&aSjD&J%L>8<=4oL Xl#c*m<ϱ7 BxIŀQCdP< ͘]͹bp2rf[ӵMDƫFt"W9jL}X)p=tnMdG؛Ȩ1 D$`5!2@jw}ǘZ%|ԀemQn{0.p+)r.n˙|% /`?q1[VmH:onY겹j2F7#uc bW,4y؄PPƓ[TPDV`Ɂb.H_,]W--zA:+D.ק=hF9K$Qh5%¾|p jX9Z:#UMUiN7r=+p.v!CflZUxW"LrlreN%z?eAڈ1;'$>K^9Fr\ 됐lPL~ĕ_1kcRZV0f3 b_ 7?=^yѫھ*_Q$u9c.®O{,~xkبA^!@a6r B7+%++{U UN&MάJ))ei(\== ]Bf[`CA 1 50rWrQ&',/-$u_yZ͈(po͉M.pTG'X;y+&@OJlXJllURěZ+삑ºCb1xEwgV`}IAbu4ju+ή P hh_~)2/gJ6/5=_/'~z#4g᫉eM\Bbkˑ@c, !:)Wӯ;[}aL6󰬔Y2@c|!VD߉'=Ғ<~J*پK(bR4; ٶgږFa V2ڷjI:0х2im5Ȼ|jp_`XjUn]8{:掮Fk)kۈ $A7rkjHJ Iϔػ-& Z'Gt~'519 Y*}Qjg055[bjCyONQ[C"ngݎW<ۀs D MnS9EBo TKb?(s[ɼPe`bCx<{ dcIHS$XQw&ln)/xzuRE-NW r2G-IkA\0igh\|8IRzfF!CyBЬ!:\//Kl(k {_! Ah)ٱ,0eS%3۰<LjRA#5K7eV)x!sP2Z*֘1IwՇKe Q<1?q݃LAd&i<tHA|nnU(Nh0Dj&XKsƥu%)>g n X0 Aίh{,LQ-ˠUAz%) b&4cŁG^S,Rr4PZnU(Z4J5x5Kw76iNBRC;x*<{IK1x"h#p嵼ۂglvOb@Wr>l:<t&NG/6xjzwŒ]C.EXW1C&riOT"4b" Qwg\2ׂ /Ӂ5KoVٍ;VfZ0'߳e-XL%3t|tBwM@.+`ϵ{LV,8D$B7{Ic\^es> [|MsNJ<ȳmhXKYP up;2|]z 1Ne<1A'k'T5DRPV}o|Ҏz O{Vh4ZY㍶Ei*tv 3y7MEےoR{mT2*en^`8\{F "O=j~#3Q1N2q8\j7\XaS\@(7#QiԃB.O]{NQ.1iG;9w>M]0 \A嚢%fgz[Y(5̶f85ڜx}^NJZ$yѕīWU-_CP/V{V_r_.~ȧk 7ۉ`NK?ݻϤBZ4&"o,ml|qñaj7P{TL/Ng[2j륟_ }TJX_HZB'*=w>?~F'lDG] ^(J"YG eЗlӻTzecp#͖ Ȁ'0;P2 }w[~%-?M J 8F$' |ȩԦUU.>-$lu] 'Idp[&k +TIi97I- u/r*94]oz1\I*K }_cØ{d=SPz F-qt5d`W갻~}9_RAUi>䞡ĂNE@^H߄zt(r~AbGXcAZ/mJH,瞝m,E7NT6#7,@D^JBЭ*`^tq>W˫òôiɴؿs/+5AIn ԥ)R؋zqqdzZ(J{<ϰsP.XEu`rK`F*] A9_jiC ncLRjP7c swm o q]m?c U8rӝi  h=S+@hFbeUBL'"y2g%<<{N%5wF^оerrdm_%c*.|UPS@;ň;Fb?Dd/VF?Y 9w_x^q)LCy94rYԋ@+ɽAeB`ͤ¹="mmA~c)j\Γ'$>+z ,РEDa^TZ݂ۇTl$ M0{3GRū ׂhbBL;BM80thӎgU7Q>bz\cQX7thO ^C(s(+4{-J 24 ^{bD:@;'X8uNH 2;&E&nGֽnlhLGZ(1=M*N2?g% 9?@o0jJ:#ak[)81hX98dY(W^&F]`1t ;90`&KJ\Kwr|#g ~*E[$hY/\`^Ɍc;l3SC(l l92$P8}64ɮqrHqz() ȿV934 P V֗BOp-,DLGQ8uULd|B`wB^7;Boc@tˤcIn +ۓ˦rcF*탔(f@sc3DDԦ쭒K{;c➯EN^UJ.zR;2y9PWw+GZ ?bATU@;L!Ɵ%KbE ǯlX ZE"幢p]fDqc˜8DU5ڠ{uYC`SR\ZLitiO@ lNu&9vp%aHkoJ6B"]T7.KČ$EVL S}S5*U8|C,O?B8%hne<2g>YuhN+TmxaC`PΛYKhdpğn0P+@tcnLƃz'^tvT,~h.1|syf8d7Ș*Jgb3T<9ӄypSڷzQ4$MvJՃh.sbLUV$Y@K5 :\y4gbǀ9VlO|+WXgmnp(~E(EpջOMfO=H|fCvx4hKNNV睆gU\UW)Q+3~Y `U!ȸص.R5w0^Hb.m{.zN=nń9-4,ٶ(V'xII` HQ u,ib*!9\[7eIbˮQcP镫kYiVoVF\݈2,J*g93te:6G&'W]ڸ2JO4|嗺2m]|j7V*>7Kz:xSM' >;r:3g=$#nIa@Ha+H뮰?S{SȈT/ qoLv}s7[6O syCw=ӌy՗-:8U BQ̾J?%; h \ТOLP/wO0ZAOyS`t0uXEќ{nM"%n)GNt~gOs<8#S cWAxs sG"V2(%s' K^>H,9V s:H$6KrBbšM,£´s ϸ}oh5Mm1=WƗ|Y[dhaQN{h櫬U͍idn!Yw.Ep%5r薪\=:mAjy%*V)4O0*c@?(?b%#g1Se}|<#ׇ駫Y $cnˍE:Y_,ZcvqO@ţoQaZeGTo{Sl4*Ob+ '^QE@D Nj=/9r*c{fh3%)oȰx6tG޳SFّv Fm5"'1ZW#h*q@h7(QEx0QrUwDXs6F!nC1$f*@50a7W0J;?3x)Z 辇g!rB`}b TO[Y`ѷdZ4Ud/$^ ,>mID/=./bmc3uJ81Q́@OA <[Mq-$6jA;g!DV #K0r*+jI4DuOːnz!`y.ѬFpnuOU/V?2%;N7iMœdm^D&/ۏmh%Ul>Eb<#BZPPY*\!E\ɟpp E`s_^CP_4seOt 9<!/(e|`5=>18@xhE_D7C.|Rn43'X0N 䣨K1';4Sg3ZqE!P '̀gwҒ{|j2_zvZ_K3`Ja0_0nx6D~#A}(^Qd<⤓w.pI wR2s{mkE~nuBܛ B L6ۡ^Uǰ cxGW°JQcZZ 즥 <4Dm'q7bܪ1cR4bqP"a.c.^s.8"DcI2@#T,$dv⇎m w9@#r ո-dn(! Bɍh\DFDj 2dnFL3;u2ƒt3͹iKSjV猪 A_p$iaYT:J<2ZJi7: 7bNrgTv!Qe!Z_X+/ϓJL*35F!CZA"~$[p[n,!q5D虈Mg1"߷KKƖ)7h  4_Rsw4s6@գp4?=R0(}߂^~-V!p I x3J:ȂVIp{!ř L_5y$G WiӍmr^U,g\<ڂ~L( !^,֘-58.{%~)LxpN:A\Whnnaʜ4p7=n(% /Y?"`&\f!,j } A+tϼ.]kٝ6**s&9#cV4n19Pi^ќ&.%WX0VEwX"M):͑g]z JP%XȭPC7+A \ ]_gpPSšQAH}Wwٚ'el^3YaRW0 =<>>'ƼlUQwr!F Tqu]x>Qro[l.js.L1B)Rj~'e{M3-Ƿ_x!I3nH{w݊?U͠ʭO\?#eI(k͋ܪuH2$:m+Pgۥq |!T3o7q벇Zpjad=HPoOm4ilB03#$'O-<1MwyG%Qn,JU GctJg l }o{vl5C5UE)M\KJ^/u669_t%Jo[~)R7@4$F;ex]cP `\6ʚË[">~`F1 U:(>w[-Iz`/@T5nV=Ҕh Jz(l@0 k X>-z>q^uL~*?TSlz(]mxo&_=}3&UpuÑ.YODOX+BE葾vaU`Bfxƣ _ǧvJ`M݁0GYUFmbƜ+1]L#?~$`:IF21$[2}pAQg>_\V!fk?& ۋL>J4dc/ZȝW(3GU GD7(wZ{wS] V$ZNœmqqݰak yOMis]uw5&eX "Зo~1;aZŔ7-":5Ca8U_rJ'SN_m5TLD #ԶF=kHqb9 Q#{q9)-H`(qsoջ/t&Mxm';װ5ʈ[t1!|uU,&?Z,B!Nc-[bTm(:y u0):ADwL#v@27c궲Eee t@9;Tn,o&< >hn~:opty/}N o5G=-^E޷S&vwwZT?m[{{ bC 3y B Bim3ejyq"0^#ӣR`0*uI.QQU f VL6js~[%9: Z }vy$#2fZT>#lN/#DcX`h3uZomz},Gr0M?H!{}BIk uE13j*- ( IMBn3WmmIp_*49mbʎ(.^n'&-m+ W51ɻl(b$xRUv!Jfg#Yn %_#/؀@-qdnM#i"5]}2zTFg /f3@eE|W;7ARtO |sǴi~n{C&ޢ -zDmBdg ?IxP(j~Tgv;( 1K;B0zD: caļ-B^z)Tvo<œ~\łhm[ж?pŕW]șE|LGh.|L(d#3E9lQK.Szt_.BC&EIj|Fh}I:EF#A 6Fpv$;[Gk03Q:a̗}'DngL`~C7?\έrLEfz# 5\/xD) #| sJA-x7/NoJ)[:RԻgL0$eԝmuXݻeI@cOA/tyUJzuk+WF]^KR2 agCxi *@m?i`%wXtP`ϊL4sA9XnaVNp ($ d0X]_ *mŸHG_AZϠKWnYky8398ԚJm\tPP9-m1+!3 iˤRMg8F.wt=| :]7'Ԫl ;_|65:Et+eC+.'7>% &£oMJ))`lYn*]"X" N+4VKF{z 96M[7\_m&]]Ip TeBO֢]~(Ե݆w$!pۣgBq,obO0xitU 1Guͳa$^h>&VђE\o崺KGzdv OL3K]N,"jg*? ptWo雊#y2Z"ᑾt2P1ڜM?TaZ9{‹Ō/ /`34] #H*.{- G!>ߟ?v!,; ,D"7> 4ݟM;,>t~A870ݺ64^<1A&|b|HK6:,R`5@FCV XCbaFFy{]g Uifmq56S-(FI(Oel{gD V7(L|QhU6Y};ӀA|9tt H|%2%|m {{N_lB9 3Z\!9Բ6CG<&ޙeL}eywJ7_{:\C"S-;REDދ.0V:Sm}7zZ0d;T !B`>σ>EOv̄>M%sމ´r)..ծp.xzvd>|k+܌ykpb\krA7 im>Ρ4YZjWљE鼩z:$>%Izx}C+yEZu{4"d͌gE9/m["l4 - xl1wi?sӥLYdMXjǠT]atKc{6sNՏuXO% I`/(`y!O)VĠ`#r /e΂P_ԎdLt C,=;>ZH1| AGe𯔩8m#Í.ՠJTRs#`A:zw^f:tuJ蚷BhIpiKi]Wq%GWS @A*ZX!Z"@{ ]H :#:BBtEʨe̲ΐ-|ڎq.hlΏgz.ˉ'Z3A HƊ<D`STibA>0ڎḦ7>&6`k|8 C<%i᫆M1f gh%5vq 3 sW8@rnzPMw+PXټlI3ٖ\`CYsm4UpEA;ҽH&45\JTbAe.YOݹwW pUOS+I5h޷M${>'p̹/\GTRSϘ7v>9PKn;|hˬ"!OdžzW;.\RVmdnk('e\Ѐ(zP}+0i+3~62vq%tU?^/9; &k,0$S Mc@QaaCn%>rNߜN3ʆ/'/-<(OHuG.zIğo$_wn1!ybqX&{FXSF̍xX2u . W7ykw5NQnrM N?(5gΤSc0Y)-ΕNPh&XQn=?Szpcr!A?BrRjEkTVیqẐr{zPM|. UPwv}AXnGosrpi&$_o18J&">勌>U=u2}rkM\J?a<)crQ}쀦K2aPd.S&7مh j{r:hdNKez6bj( ;dF׷2cAzw#9e/L hm o-zMZnt:㑱eE[UdP.Ή(?ÕUfnNm,W6]K<~i dӨPTj=W,Z-,4-a = t~Τ -,3I7dt ͩ\qG1{+A1@dmyĐ9K,bHJ酩}Y Z`KňmԻzW@?':]iDy=zSb8 mYˎAV^ _cYGD9$k i$.=\j%6bOջIJ $ 4KP5^aP|=6Gςk^{TM~H@sǚts{#] rYyeSHuS+k7JZw{CG| |bk#a6*N #X772'۶R5qMYbn^a欰0+5nZo *gN/ܚ]C e1@ajpMVC+}*Ud_G:Tu5̓LZ9ye96Gad?R/h'\06R' 5S'6pϤ Jesy'SCݎhM~$wF^KKra76F]Yʘu\'WVWCPw,`%@eХ*w˨ʅ =*lqpalQTʿ)(Vp۩l?ڙUSnCIrn~4 g HeM8-'en 0`R^:oU~*oJs _fn4>/1&E  xD${Ĺĥfu2+'x$iX= 떍lVXrآn)er>JA1g&S$a)j `-!u۽;@d<Fiv} kPP!V_%lp*Wꪼ( * ~(|?~lfwLo _QB>78K JZKp2C45E-p۪_4`hEfI)6]xyHK=>^z[A±9v1X$;;a 惪[;0yyE$c)|m=JmfbԺ$6`|BvOc2CJo˄e0qR8˓or߇jcaDNޑx{Kf +JWH1Α)(]p,\ίacщz,<䛆'5ߣislBnX_oV.1(4S:&%__d;\S\s.U#% t8V^lxcLf c\6²\(QbLnшg,Ǝ {z*Wyky;ƶ=a<5uOŽG\MvWr$*R hZesR@GZJg":*G6wvд7msҳ|6ǺAAkY]j_ڢ{b o8yMÐ_JCڠٓKo?Ms7VI iy_#&H^˱`G;M?(&,$DWrݺˤ"5 8!|]#jBץtԂMvG Cܽ W,|c]#f_VG? 4#!Y+{JVg~b'ia Eo=0<{R%vL#hWl=<mV{3VdZe/N/qaܟM,8#@Q O_ˌ "ijY BdHw~IQ-؀K|QZGRo*UfIXqY'\Qtַƴ`VP<]dpzr蓊<A/Ji'D)fdewO?}RP¼ld~nqS"ܧ}Jpi:=LI7c~\QɌr1ˑOէ$voE{7g?C? +n ^BGKU:j XZ̄XIXU;IE6Z~ ?1lQ;HG^|p܈x';5]|/dc (:"wX{/9mZyܷЩ{X*axM%@ {2Q]x@ asW ?,ݹi`MX.Hy%er󩟔߿& f^ֈw[[|6[6 phCꢶȁ8@ 9%nzM.on 8T4!`iy|mVTH6@ _c2A}rnJN4&eP棗` 2?q36G>g0*h%~?,}= `=0Jp#Z3s2[m_hշM@r 9bK7!K( JM-9Rc;~e.%IY>XR/ [&.:\*(&FwQdzssO-~/ZjtG Z+nE`>f *PomBf`/5 3BDŊFt sj I(uSIikr煺8@RLu3O[;Y;rJЬ'8|*sLE?Y>,S مj{o/eORfh 41wD΄g„յj(˜. qe}t{q$ 0ku-Tp(*O]XC1>G/9AF35+_BH*ˀҐɗ#t ț50EGގ&@A%,9d: y֠J>6p=ruE-S-d\"J 8\Zh*Hbaǝcc1<Y EX4DgһBN=PѓrщgĜB+6!~VZ9wz6/7B]v\Z z>37sH8AC*K '֎\lFe>safߤ>-!4thլcs q F@<>Rq@ |^HT]!GWCIIIQ ,Ѷ]% $%&r~o`5B_,~[H$(VJ&0">qTKN Tr'p'; A'{rIbRFznŗ(q "/I:J $+v?窯rē4:tM.-H%XALrAINh+3:phS@ piqZI6ir.}яۛn܋=0d@ Oi$hJx% |rte.M'_M 1Haj]oK_xȺ vx4w]*IFhlȨTw2a/C,o2' dmȘaJvLڄ9uɢF {.uTȾ0s"7ן)q%Yo&+DF]_Su@ wVpa d"$cYQͧS!"4": F]X6 cԒX"=y%)ܯ[ƈ]ɚjktBH[[RL,joL/08ꉳRZ/Q lW")W~n+ ȫU/\l)̗Kƅe."ܯ> &]8dCԜCe-|I:%ɘgYw91O ֯ruHh04 槈O6:mJώ^4 rH@cҿ2ѨqlD4{g\!ؿ<=/~v^ޚ]#?o"Haڜqs4TVg(g;Gd{D)8Yk'cbJ #aB ypݒ歡3=p?f%lT!.Rn^K%flO{Cpj ƹhY2\ꀠUln ,:1c@ \$jxR^rw2p "yx@%%(H>ZWoEa?+sIfl^yvNa__mNv.h#` \_ vRH"A =WˆYaފZvFњ#X{:@BlNC#8r tL]{A4ٿoUIywtEkI9_rGH3Q{d`5NߞU-ɧ0䭖 j,dc0 \,-d.cs4d_bTV3"{s5R On,/ʷ9ΠZͭnWtS 9 I*3LԵj*q2ZxN$0\x1p)@t1!ko,l! RlŹRKK# V(ve!,L;,d@VٓAҘ4Kև+Ӌ561U ^|FsOf}Ya_=Oux$Q]PyBB lz<9lLA@|H"i'uC~+tu䀧RPiqT1ҋ5i/aefD% "!lE'-T5kx4d"M—"<6anf < =2}ۧf3 <:bT"Fj8㾓5e<G(DPz/ش_4Q.Kt ] c6]s\ncaJ`Q)Ưg.U=Tͺo;.ܵBagM&Tɍn߰9g{(Dι;n7 @9&I^dawq98Mt\W.ъRPUuw6yF|H)ZЛÕEZ-5zZiə8$'sN0H񎻇e>1AֽU"@H(;M"ЏC}rnÈl]Xm8Ի uy9B6<gB{By(e#=NiH1{7cm4&ie}eCXB$0+7|g9MZg"䏉!fi8SNl_*=5%l{ ġy-Vۗb~(8\ffFʶLn(G\k$>>嫀42Bʠh7/b!qh3<΂@wYCYPoIef˖oPX/%ަSEq-C, &,vX8sH>ZWˁ-Bk~x"eAz[Mk$[$Bt,(~eE8;PȆM3Fj!2$j]=f,:, bP*M BZ+C$7!k}s$roXCMWڃz9Z3l9e^d{?G\2#T5N{.(Y'r Ά _)=h/ڝf QEɼ`"ю,8-moɎeȎjùoM_'3&i@Yzaw4jmɑmQ^%el-xJ8]gޭ2FsF5cd2 _.>qmU~fh i2wxgU#FBڻ#ml  ߷@Dӟp[NMx1! UxqCu# 9B)^RG B{0U˯`;v5~Pcc2sL9o!.4ڜ6/4"̕ )^A]iTUp"4 /D?,wK-pM#k> $R̄mN .+-}?x#-0@IhT^QiOt:bs7-kORn` puS#q Gn? = 2Ȭ!Kyl oW@S+EB~iq޴QJd=Y23w0?^ =a33Jtz֑p|k1 9WvJ-^+Ml}3 >/9cTv>zB`cVMiq-ܬ<#pZorNfiʇ},ו7NKP\>yyp#88Q1߇ZCEqy4?J5eIǁ[z>e?#2cM迮UF/oDL $8 ꩜C5x@t!H_$4=1y" 0zXևU6a\kg"CwG =\ݝ&'\R_N9ݓEMRZF9Ƶ{Bum0^Yp-=o`gxXW*gBֿ 5*l¼e\ }B,,&I`浅G)̍zfW(ًDka`Z2ݕ墚wbJ#z~j`?ܛөɆdxnO"=r;̅~t9i̊d+-Zd/eH$cBUNgfiT/]Ө. iKf:dxrPH)ڈ4%YL_Xj2mw'6-<UpC5ך\I)OisA/D7mxD j}0*z.U2@;._Bqwgd/⒮ >:,c3=4dJ5I =qFTbH ^wTѹ>C='YɄ H!.}f *&UcwIv48*V=–aq,UnC8}7h%RqIk|⻳cnyJF@P\:#/Ч_i ]Ls= =C8=g=g$3+`H5o=qw0ކB',txa2@djqbv}z'>VĎñMk2毤=Q+.]CS)AE0MN|f5W]!vauAThvHPx#pbp+VnNb|K)RH\Rl1uc7t3T`]Ɇ,Mɢ?5t;cmBĥ]2Da^{dN:C0ەE]d7QT[b~sbO ҝUppMyLm7a*q,l rs'\hTC6 WǗn45;NRqn'O&vgB+C(wjDW.Vo@w#%q0qb7'U07긒&n3T㶮v{ҕO)уɅ͐p[ꬾOu$~m"N AK9~`:݅wpc 1#fg;ע)z-Y5PNRqg}t*-ZF"-:S "L1wB}-/Fwm,LŋX.MV@S$>l@`A$ D.cc[nU;Dit޿sXv|LVBz-]L+G5|BŮSfɉxxӮJqhBP&o]|(U[pv ,^ yKcX ́'}4' z!'D:Ww]ցzpd֑(ex?VMԸ$]jʢtC1r%dI!WM[(! w07IL$>?J%MEKWR9 v%~$7Tr-3C3 槜I2El8Xcdc#$g96y˚/RE}B52"YsKhtȄGWS`ƌYJH~xC3CRRj+'e " l"99>d ?}뀢Iafu8)kAX\B _X$__L̢[w# VTOJlyiϜw)Zwx nM{Yo7FKtۓڌy=wč@wƒoFڰNWb9W#lmXWՌ>A_xͱhܶ T!95~XaR:lj ldQWae0М][eP!"Y$uj+#) W{ VZ%s"a;IкA \&_㙁bЧ)z[m6)$j5=2/ӳ>8 z>bӇq-m5Ux,i;F'*S.zs%Qж?'f}ڹwJbxf4Ql޵=BR.R6kQ̿@;\/?xe2dv!c&}U|h@4&zĪV9h~|VVvlHիfk2; [ZP׺Ŵ. Z{%N bk}o$XH[}8oxqz)-O +HLCmGv&zS륄JN?ið'8Vc7j" CCE@,*3A菠zUI#[VgVX2rf")t#">M*r$9 d[Oes_Un0]hg/Qaa ';0 L{ `4'# ~ojeY>/JϪt cMwBGζ4pJtv $ir(蝒[pP[[eUkz6E~ icEC-:[%PqSu RO1j?C-ecVs2Mᜯ~xwu8FpFOM:(SDZ\TGVַ4'&6~{7NHN[͖Ja[Ф.\Jg5ÿ`yZF#'7`d{i(ot~[>>yhgE֦!ZAXB}|x3CH9EHU{w1{˟vic,&e{Gd|SŊQ$9@o&$bKi}LpN|'Os+>},B :xCgĢ;]C MĮkAP4YF̫nX*IyfjGmC*qbot 67zJ B[Ǯ-<ͥvb8:h]I>SJP'ipb|Aҁs{N^FB[^FC!JuK{# #^as6< G#<ӿ|9&o#@5Bo?"6\p \S=X4}G=6XbcIz FwR >8~bqEBqHvǑWTHmrN!S]@q>҈5]~z8),}ng֡cbIPSCg'\օ*:.|Kyﶞ;>K"*=Y#OjUiA8ǜGWp/GkyBP r=e\Nz9 wRn/^ndR*JHVieV_ڣT35=nvX9lp392MI=iq,5 !8q^ 08->Q@mNE7 >8ǟ(*ݷ4-V"2>lo2B݃K!*\U?\ M3d[;'1F\ܾ[Qw[qXlGo?Wq֨v([e Ln{2T$%VF.Ӯm4}M.5Djc#;xw ۓٽҌHIq9&`ooTއi~2EPO$lk1|i_C`whJM82Scyd-9ٝ)^0D&^wQ+bW}J Y#J `yU7VrA3=sHM5~{/b4;;O88)PïX馵o>p9{-F% D{b5u;)hZ[=e𺳇:k .oG#*murjܾky5"?TGgguRd00r<6\PGq;K>93tok$/( ,[03AoIBp .=*6DEw~R^I.v֏],Yh7=2kP8dT*K 1WZ+(r@'㊺L?rm1S\?wα)'EO_˜qC!sx084 Ǭ/?b[Eݱ?3Bt}HY޼Uz4DvA}"5 B@#h.wY,9"(Ij:]E45Dn}RD~WG _vT݆2t* *h `uo.^)&s%QgVV_$81 "IrgfMܺ^PNc@\ t PS4Yktf ?vCR|ߒDy`&g[6&WUԱyf!sk[z'^T^I g &2luXFϠvn bf4 p+ (wYYIJ.~ȸ/2 h | AgkOyfW07d91fy8K(VSy&*$phH.v&Ը.ː969WL d:K6 ,I1/?1zI7!F3| 卺%X83EI޽څkPr%9f"<܃`,pݍarn2zpy)3,2 5Fؠ-0I8 DZkɯj`kc.#uq+䲱ilP[}U~> &iv؃xlyB5R6HRw@:C8\9 :[*q+G#B?kZ-vOŶKQ$U֝(Cs$.u-rBp68OVzzVf&Q Yݍkx\D x: REF&H탻"@4j!A1  m="C:hN&\Mnި/ku)io^l2u-tnڬFwcpT8e.#:"_V^V5T_;'N_,ə>yԟU9 T̽IFJ4`^OXyCcL=|Tя*||9<]V]NN(¤T1@HhjMIľz136PxY?%Q 'CkuD$rs9N/l!b"YZ a IVi^_wR-~]d`~=jRh_)ih[`{0Pn;lTF}]5}\F_ y1DGVLrR* U>ϝT;jw`di#.nU ~"x7Ho;l.%:񈃅{"Mw&m&/m$aUϥ[8jF\l}b^&R?:/Р$ Wm{v m2,D+<@E'#dUSpUS ZVPk޵QZyYEhcې'NhC,dX$7[U/RʗΕFHVsQvP j t݂եȻzYav_-4GiJ 3f y37??!ΏsaFj%G,B/4OSQ+/c΁{8qZA~j*kө۾d\WWW{ 5DlyUՌTXŤ&ROD' c:bGض-/v,(3_u[ O (3P1`S!=N[IT9^t /]p-{$God:nrR'vǽF5VYѦݛQtkjIҴ&vt6?+ -Wգ׎yXI{{A%ΉNhtPj&o,ќcG L=GtJW>&}gsJ=qjDƹiOXiƫq7oŠ^kr[!;<2ޢr^@,>p&l&Z\jb7T4;KĀa4t)C4i/B^g]a zjx& VohbYf0#v^5VwC:Idk=d0SP 1tdݞ>sl>X0[̋/uO>)PA(5{B^4`:Yᖩ `i2hk Ⱦv :z"I֍3ahj,4~{ ҽu" SdU`8+oy {0A/M55G2Nw0nK>lAR 9"tR6h~F5=JƎu**< vyG2w#oEP n\ʐcQd®LmpVaK:PJ&%BM h`roϕh╻%)0 ܂<\hx|ԱRy,1a(C~5Pb -gm 'o>;v9OR.io $&8]&dgE%n޹>" ;)yC^=AjE <ѐ4)Ep{KYy:FL ʧP~=ChM sFD2Ycw?8֖oh0-Ȭ?OBRZ1L-u /Wp 3]&gdgd 8q e;A>L9σǕ@ޙ\N ?$n)p~v+xG;;ǖAH >gSmo-@-fUP؆SM`z^Y1+~2'R+4|.gNvJr8?Ycz>'C)X(U@_oe^!Oɱhb9|89O>VX8*SR^˺eϏ[Pz= 4 uvu-ކK˭ 47+&}i{ IK?eTvhauc}f-`\ʷy)cz:P ,d/Փ@9-p:5a#8t$ʴD/o<=+ҧn{Ӑfl =P 7h mVb[$SYĐ|.XY?:`SHMP"mtˮ.R5ޫud8ݪ\0u2r}eS!!8::>UKB1nevj evIW+<ظo/\C{ݖ͢6l2P'ihmW2v?.9"-/$]n' ed|U 3vt\>[ϒjb'Fj`Y #EX{ΡYcB6i}~qQшk[9(%۝kWkI!9ntG]e3mUJK_^jZb@)眩^!eJr~ ?IRmH_ !"~waKJOdA /_3{[Λz+~bgև5b=Υ{)Om׍p;8[븀fN~j]z䍐U.$R@zfmz\TM9M":L1xɧ2--wwQA} p.Řh鴢* ,y /LPKBu<5xZ4NR@o*LV Ch!|l%`@>TT_BPk ԕCf#opEͬ,.]!B=eވ2jg)@!?F~df`E|m>+q~705F&F KzQq˛X>;upг&cC,o;C ֦5NjF._%|X/ж-o>b`{wcGXEMh_-𩦬> z {6ѭDSZߋFM#ITd~itkTTŪ&r, ShGUgz{ϲ&̶NEZV %D[嶫 /Kj@X.g㓇" K65$v {lɒLo&g/o[}$tX`RHKߦB#[uv`ar[9\_W\M m9мX|7 T-J#z[6Bd?cNf"aP]J7ֶ57\"?=ym71 hX}N]ɭ#$ h% yoڰӑ>qi/X,g 5a4$ZֺPѷe;-[0{B`wnM}oP<$ "?TJ XdACohhNrҫpKDHQ,ڬP^ĘŹ ez5IXC~6K8 S=E~2ZD7HPWa:8Ħre$731mhYs;# *Ln7".%EIW O@I)4#tQrm# u,-&G,=W~zE(d ƒ(iW#αjF+-6b1 .s٭JT4e/5BɖPuC NS֒T=}.ۛf6 ݃"0 Z..mr^@?qsi/6WY3 ~h\=B  'm,oe &h{t`|X,*NT1G+'=\GF V,2i)OSyeM9fvn}=2j9?L! 8ڮQkCj^;tkH4<I\ \e5ݖgLFd$O/.֝cm>Z2wԪDvmRC |}6tNX(UgUr>ĸ &fSuZɑ[xQti DӠ8iȠ0uċJ}wQxKdiɼM2O]JhYsAX{\pvwX:96{G_(_lizEeuc }vW0cjqBJ vaŎ9tǙ}K5#h'|^J^`VpMoJ^ e(ǃJb]o oЉZFד.ъeLd}elB$pݤVLXG),Z,X[+Hw)q`es $NC:p8yYȪug]O憴a,B?,i,78WmPLdM*`킹36Z-,< Wra%!mWT0fpQ˳V"R9~!|nFghBb;Jsݜsh?A8Uzf<*,T&N󩮩oE:t[Ҁ2T'x.~ L9՗td/ FHP'>W>F>fkyohM.xз[\v:=WĴiGB嫬D$;9\7VXZ1Ã/|s Ϣ˘uYɁm0|>K'S6.1L6 j.n iORxg pAꜙw萤vr[yS՘,~_gBփE{Ff.CH"!0S`?= /$9B(Uԟ#N7<vXѼ9FS%"jb}L3!( ywJYTkS-JABj]#XY]5۽UGcD,o15fƤCb\6Xbi?,I4;rB- ="{YMFsI&,İ7Q_|YIȪ ńl fGr'%;@:z^@'Ƅ;l L71/q7B+#Mȝ"?iۅk}ObSl8cuw6$swxٶy.!UX;l8Vt뾪I<%yה+k[6?>'4Ê'm+Pya`1MPfʎn~i+tǣMu\xKˢ0i冗>5{IRu':f 3^Jc_yWv!g:k.ܓCXJ=]BbHM BPp oG{fpڞp^@ 76P6;;n㻯aNesg/y"-{d ҪZvS~r+?!fZ|aC]PoKgOȓ,c9艮 mMlİ)=\n4PktA 'ci)8t5zٌBX2pN]N Aܼ5vy2)alB $GrcU a<F*‹R&N/$vP1fwKMbK{|y&R*P4#Aژ'1K'4X_]ZSWZ):ֿ =%J2&cp*l[`DKfѼisH#ګ9'x~>'z-Ṵ~b7Tn@iL*(۝2^WS38c8ߦIF#S%y[.AȠZ8& 04h=is78RžǍz!ݢc;\xWG]zie8h}t|oei:o4;Elh,0߳+H9ɺhp¢EE {xZ=$@dl4Q>(4#פK@-)S<ٰqm,IJ3ROrbӌ_ht&EGq)j1*Jv=\?Ea+} CEBpd7Wt%u3ƅk=}U׎,">M'@i^7,aJAmz(NgTVPwbJ{#r܊~NKmw~Y!#D+IN -U;우̶:Z 0g²NBT86N$X庾` J8 kJym-Ŗb[#KeJM/|GKv;yܜvZPil?kk"4K[ZFcgmɗwjRB屮\T7F=U۹gk+2ib;AV`ȡCso:l҃bZ( ^SAw+*8L~aROOL5E#A[TLZ\5@=i0#8顎ݛSt_ſ WnI" e ]ZC3+R9.ښ'uc){',c_u ?6QKAEbY!xc@u60 v$5I'#p#:;P:j!{AkR}Ӝ "d㧸- wMdb_r%(V623)1k2(v0Zǐ`7gT9wˋ)VNǯ!3j,hj% ݯ!@^Iz=/e( 0_@uso ^|K_\șDx &# ;֬}W'`Cz$=pgІ­A,9組" ?KP0(_UE`}`DYAJDoIPVMoߐ7O NgA^+kou}ʳz|y,Rֶ[? -7;tgi'}T Ir1V}Ih07EЄ6Έv3gs(S`l8[I7øp`*cnu̷2: yzC ]a'+ qo _c kkыM3%Gx=E%Ղ!yj4W;v7DP xBUCemڎM8qE-odiZvY>V:@c&ύNNAރA#xV:$eV߽Eʨ- d^|7 '='FxdjKqf!f0즯ŁAdPU?aT`0tGJ41>`q4s+[怓놱l=(Rb\A -[yL}r 0+{>QbQiә1Z? cӐ=.Kcwro::eBb69u@h4A&ty9;)ec!C@>T74"6!|Ϊ49@i {8o>UcafYӖ_VΨkIs D!6 эDoE ]!W@CꧾO3<=Vt/ML.dgtwі5(VIK'IX<b@U(k b}/$i͠H GckՋ/k>|! YmfGebs:nԷ$&ZTzY(:7174L >:[Rm_ &P"z:rYl~>`\@?c#cm M+#sTUKȟ=<ɾ;_Qڲ_}mH#YH!(S "L"I J4=fw= ãh ܵb7-R>dOu gK}#EOk$Ȉ cl,.zK*jr=U-k zt.w مF3;GPa]C5ifEmtM7Ҙ|-_*E>;qIZ]0[6 ͛k>E9~&_%G>ٙ;C礪o#5Ӟ-d VugNlmTnGrFWq5u將/uHNJw%ƅ󫧇VFEh9T ?کFUafcX.fzC 7}hXt /uAW$RqT cib84gӌ?(+.qs;%eἢbbijuq@[26aJ3I/)Nu'VJ(J#-y,q};Zُ2jE9{뗆 I;>< PJK_I`$wPF•L4?Y_IL.q~%lܚm܀З|bs]Ke86!һY^_ j-FQ{v4ƺ6jI"q%":ɦ`7:koB(9ȢF޸cٽ+U(QLZZo͍ctZVo]OW}lkq+.&8 )GY6 p3*ߍ|*O}SqLrvM$=@wEj`]]iV'Dqf]tn4w'no0AV~D-@%5lE4 .\xEրX]@%n,C:P4d"$C fU?Rdؽ_| ,#\j$QS~^QbsyL芠A"-ykAPPy[O?ƒD]d_īۦJECM8V|]|NI%>@a/TuP}ge`&pS/ar,ձD_.]N!αWMCU,ѓN+O`< [Ws4~1 [$#oʘy\\aTKf@YiBf7FB {sL.q+~LWo8Q1ui{:>e2Y11*<Β[R.14nmh?|;CA#ȔL*|)wo)k_&Htt묂DU]]k$J(,.p>JY5{ye{ /БdHĢ( smI|TCtkp]bkh@Ny3E؋٤ R8AjCP| gxWh@ksJXH#<╣@J@ go7Y p)sImE!@+uCP|꒣4VQ%_;}Ti#T>[;\հwc5r60srDctV39 mo-s[·x%A^[M )r"ˌӅ L/(et؞!)79uMs -™fD"Q[cgNEm`c<"i;#IUrK6)aTt0r"Tf=M7D+ZKĝ )\䡩4Lyqv`j~*ϠW@ $нǮPθ;nK߅F#RS+U9zR#)ϸذt81[L1{ˉ,(`r$2E VaqiiU,<\pp!ѱ;=ZQ|`T%<Mm33Eeg>YnlDhP$N̼BJmy=?P^BY]FH휜&h`9(;'ʗڝvim>{^2+HK(x}o)x2f6) C0hurFg_ 1Z'(*440 ]kǢ`OaA%xk0$~+?TLR괫5M:)K0ӕdO)~^1 "jLx-Rޅ[2{4o0-V7Tu; z=q:<:}tSrtLUi?(W.z]4cExm_P ))uU_ٓu2Bfsj AhEs\^#z%'c6##8HRhU&jZOq%V4B9* v?>NOWU%﷢a>Π5E1rC)J-Idb uk!r\o oI'a)DiyBb_PLЁSJu} 0@nU[~S/#ﰢxB<ڰt0U߀`1WYd;o[|9e7| >4`W xDKjay_n.,ٶQukJ sÏ>Y‹0e,JNr3.-J_Ƣ~.ՠ5djc)]möKགྷ@YVz &BF;C;'Y =BxA;l]ݜ7v6".(1Q;lRF;"  @LJ(iK(f*8LԞW$@Fhԉy.VnρzgE{OjTQؐ2o4V'$$ZE2kNQa@qΝJhVs(/$ z.^S24HjgQ;g B'^ɩ}>ázˎݻ]?wXjs_6nЪɻV&'3UR&W;qQ77xS9{x#!ڲ% IZ𰟠0^|6_?# wi#T\o&Aid{3*ZL c}+%=IsQbrXcxͼj'wPEC "9U[7Ud{ krI13ɖ-?A'H8kr@*-R^0N3Ir8JɃF_'BK l3i^[stgȑ2r"&1gH,^ IҎ"hOGɓڼ9iA jP݉!󇨍_O PoD̕ta ;.;zkY5},p*cʚ+:nJ] RLd>N෢2CmŮ Ȧ6sٗϜ –%q7:uo}:+Ev ,)vVr7K~dڍ)9c|fzD,:0x$&Bmp{sxl>Dp'B8#C)0qif4aRZܨ6~Z+œn<^> Ք}փUwM0Y.e$`ϯ,OXn+πM )')-vu&tH>)1rl%Ô[(Ě b2!AEkd6\mѪi|!EX#\?wnT[HfG9XcX)DxMZѡIВ]kK9h5x\oT1kJ 1l"-|( 7)H<7]g|9&!%\淞aXwNK1W4mG5˥ $eWonC`c#j6< ,U Rޟ߿ XV s{JZc_-{.bTaB*:);Q0Vvpm5[N І#ݴl.B ~E:2v*xdO &9A…Yn6iNQdP$ &MCV 8\ùpgXx/tZX @37u 4trX>ތģKU79Y5S'jyifחjbع5F5t92"bWyxj(N!9\z]fȿ }[8 !k {M br+u pu~ w^әɨ#_dDX:i*|_F얓,P÷[),3{gjs1JSYF2[%FE͐np=bA|a˵kŔXd }G,MG2#i:v)#[߶+T0 ͌xtB7J66C}ƗBZr)󐧍EwWI]2I9#)",D{jN$$Ör[[%$:lZ#U!A vT}N~ `4>hꢮ^y E'csGDֽTՋu)'z:.mt%4A<[>> lL#%oa]/+]걛-Rb𢭠t4:}^SiE]}-EYև;_&F13E{])-D4(SCEq I Gp>B+Dhp"y)Cg}J$IKPW'G^*EQ*C"q =&<V/2H M5@ԀP2=qQ\#H̭]:Np4 p)΢S*FNGծRFOwH;d{Da$虣נi-f%m!wpL .k `<<J0_#|<9247)=}9d[hng%{ 0|P9@F(ץ>0 8]W2T>G3KDb@,MB?֐{xHX;P/k- S%5VG*Ŷ:_ 6A[KAaKJMq\~ƫ#KkP#7`"9M.ay05'&w%̱k [??P>_&^$vz[5Q#v$glYbrn-sBIu:%Wjؑ*jCYFF8&YkK5[? 0([u2eX_3kZ!Ihš2/V USԬS)9gƕ G5 ^B}Bo]  +8 DW{c's`r 0wZyOJ:V4jwwYU4;{ ".pj(S0(+0<'<C8^$~E7N2}xt "tTYƑJNaј8Ex:f^ F+#.ĘӚtEq{ htV~x%E7(NҁPcBU,VNZ۱FtU73˚@PnJ7*w!}Ď TÐ|cTu`qǃcGhVUԫcn()0iG2WWBdknFB6Q8R_DalO[r,j%xa%Ӹ}"\ۉ(kS *. N"#dz{?˱-7lkZy b1=+™ grts˾<:}?,R;@Q{O'QED+\UTWbQ^[6u@Y)HbJ݌hyS1h dx1V pveqwrw4V \Mhj@+qLq3,cHt2$0E)f!K}` %4>qs-ݓ1e?N~Qpg ka`43O5B'5)&_cU. !w)b[FӌW+ 9PE0W-!OPt\ĵ3 >=ԙ ܅m]/R 7AV/&%Fi\_,rX<;'/zX[&뇔#;]s%+^B}!5G Almd"BP( [N+I6=0oG~<4kFU" 2VAR1C ('fDT '&k}qΌvۉۢ0KT xh/ܤ@}d..QNU򾋕rY?@JV„_ȭ xń4,hB]@lU&N 8<Փ]R9z),|^•3a:^qMj!Ȏ,,cRziE-,F Jz2/<(yv?8wye}ψLW2m.L&bj,ʁRF;m!'?8# awH.i {ԂyS2I[9TFGupi.]#v x.+b4R\^acOds!Tv"=TpM&.S!kv_9K52EaRzڦ.BX;=M_4rܪ{log(tQut2l>UCnf<$uHR<4֊ZdduضPniz1xp5mGQ9▛rw/!IF?̐+0/ qtrAKe YGYWB#=l)h( Zn-~ WG^{18ڷT 9N#U)u'^=R}[pBT@N{N7ɪcltpD7`n UXF$'[ ]H9|/u$_j2E{N}|>{/Hj~Jf! s5WI_V(]ta%gU{Q\㏣Ā tNJY8'q cOI+ow$VX2d=VD5߹$\q+$уc7]Jװ&yVegw8̫weIQwXY$[daGT2O]eY%d\YM8HQ%(O*F-÷$E4BՀ66> *3mFfb )gSjmO˃{| 棊B[3b*~ĥR@ MLI6czɺ[ (u,Pr0e|M E/P?DM#'Oyhlkz2 bFlu"Ka>PbA%Ϻ9z5X @mu*Z`IooCp8dMQзdly'&Ma~:6eU͜si$k̜oL]Lb/sJҪvBf@[eH,YAmXph؄Ā5eIFX޽<)Z>ڶs _\K+qEz7ضU$։:n567zvhG-B er>N)d(j p@`( *cIru >˧ɸQhNL@NY@JqF]HQt/VWTɻ@k/B`݁Z:(J@X 1r6Y(uphc[ _ׄJi0I]in=;Z|M />%^ҩ?Њq{U(?0'"5-uI_I}GPf]hYDhaZG2$ރAP/Ð1B2:R?k`m7&]nm+Qշ!lvT tWN0M㏧CLm$i&C! 4.. r $BSU]ghF0|Kc߬0hr{(2r'dz ,ح_[&CK?#?: ҩ$q0,8UN<I(*|EZ^i |'"tS@Qug]`ghV-e*QOX.dΎrfkRʳ=qV@$]{3}Ca1_"hr9L.$TpSV=ZQU__l:|鵴b-k&FY!~RںNHs$1Of܃E ѱ!љF)S vE@\wJW%UmVo.h2ȉ}T]̳>2 ƅ 0Ž~e5pe_E6k,E~ϋZ٤s0^6}k\9>uSCmfE1sqֹWCg 3ܘeNS lH65q,K֣]#|4WZJys=32D'W"o9F3TӠDI,5rP,' T@?}&-agaP\/$ty>纁rq)j5xw|quCOR_MK'5ΜV*NI2l?P=_X4ҷȳkLh9_H|[=Ե^G]T:ATN'cXIRwV2ztQ>Y}3*+}! MIuzvI6!H Cjg@U(3mjZ 㓰CUv3ғT٭fעԅMGtK!-S(>h$شa:7B㶪PYnTZRعEh8޳c'5=Q44MBR9.A^Ed {Y֙.q k\eݥ!|B`.%Mĕ:j \R"dlY~ ƽ@QHz?/XYvƋ]̘PTyp ^$!)ߺ%.R%:+j*ZeoNuItlܨ@?x~ σ"!7~i-dWP,++ A M] @K{(3&t::6EZDACo3<`GO%Yvӝf/fO G|*\ H>VH8tocZrWQSfIåfp jx G)nC +mz?>R $p~'5@l7 ~E1Iy6TU&s9#@2_Fv}_ݿsR4@50oG4b+6b#~<V[02Fs <|~'!/<VT=\7lԴ]gn )i݇ZY0KyU#G6fi. iF?;&VTLhyp t@ ӭ;\_M]=7+e\B NP~{^j ԑ$ Nګ Q%f#Vq}3ԉ4=SiMJ \spBȄWqnE-9!3Uڒ~TYA͒Q{(IiVcF)MsUc@x'QAqNsSgS&DH2l4X},Uxy$@Jyp"_;.bo I}4OMRA:JUDH ӹW3XcuօL Th6"Z"}aX[h:$0$l})[Koؚue=]D;э '~(\F_z7y:i"MX EL*Һ$e0{wJa{;-Ph,vorL%NJ3PSo:LyW5'G5N8OhW)ʍŶ~K0CbSB_9gUSsL0pZ/P7i7q o3w\_kCM0S r&e-_,EDaQgW YJӹ(8rڪ]l]x;c-%Kɾ^\cN/lXYc^BJ;t)L^;uv4\<8բA(\pmatZ {?K5&"2g@LM*M׀N{,#+=}g)pv=Kku1_so p_ӥ)=mO Tʛѕԫ+G v*YHzL෦h7;Ic#pѴO}7PC5* 8 Xh\(v;h/i5AhJϥ7ќVmVxձi\%B" L)v ~J w π^tԳ~,U տC >@Unu¦;{}mYiBxݙ@\@;ě[w87$p`ͮP`$]0 L[ u2gjvf֦: =GoLLfY)?IF9Z d6=Ɂ ŢhSn)k3e7v?u SPrH 8HɢYϖ!Ua| /<ڷEXYh}OvyYp g0GGFba8TqsefN߄sSbHxDڝFNWB, 0vH h09a2ߐ* !=vg.-{VXuº&)u {5A)ez&WIȨ4MbfZQx)m`3Mߠe2]%CK+C[Kn9˃p&vڵ &0"PeF`PXkf,-@e ,sc#hUInS~twr-11iL"i̹-f.Of{5M۰1vS4h(+c C{yD.yam,ԫ|@%5t yީ ~GYb=!+_W THTcluA{ trpR u2yDTBo%pz0 &5x/zumn3Y"5C%6IF6V{0 7lS WyP=05&Pjn]eZRNFסf o9L du"R6(/'?uDL Oϥx<@=0 KAݦp{'L\SV;pFqOҭζ79g\,Ƅþ}k+9#Sf1$̺Gّ52hgpm cZH~pgތdiPj: Wj1 $s^b)QI0#G1H3r z[_wYQTNW.#Bd^FRĘU|6 }V ZVj$J-̦Sś{ OY]I*l#BD$ zI1@:8K_L pM;XB &1 gqf|2 犏Y!NG9Y{מs_;HpAbjiO< K~cJj"#fM(i]wD` gf|z^I h܆3eP5\wZ3MМ_S_M9av.%:}vkl=;{GHQ9B޹VϜ cΣK!r>\gJzߜdo@1`&T!5C/+"h Qx $IuG.Oxچ] xGeĀ? Z6 xQw}nFt`KeOa:Ǯ&|C>@y7 (D=p;]owWD.dq4GX7 w$_sXeDx4Ĉ(H1Rq+h_@{&Ba=BNF\Q2MNΕmN|5knv_,<у^yAכh=0MK;Йݹ,K\ZAAlCP۴+#`w|L3 677g._Ϸ|=oJ΁*@sWU[`$r93كȕLvo{,m1 MZGaY^uwn .+儒S85!GoGrQ3h)t$7/&Zb!^z5 YEFG,7 fdX /P8|,k:_'8dgܸWVPROf=]=Rǔ%S9u]'bbNW&.AYs^q A>T[-ְ9_\d:)=˽V:FxÍC,-q({v;vg[1*ԙD`ɍrd=L0ڗ- ^v>5/I=|PQd]|gc.iڔLq6|@2D2B7-˃hw:B6k]I^o)bF2w_E#חp*9- E\%)םxŁ@<? G849C^ =8_'['mU{I4.WL[BO;b |œ^W;٦:t (d55g3i+=F;y{>oM[5`|l_1;]Y`#E;(5i`gcn{a~ WPMqَ^Bi`>id8yjYXP\ybPyThT3e1#c@OcmpkEE{coЃpvDRb\T|>l浯mOI>0">I/oy1FR+z !TwHv/3Qv!$7XR.)A51ԉ%/>_`m$)xpyHOV.iY|{]>X\#{AO~<4?WUZtW? RƔFNZ'_ǽܓ76Wë]6B4P8tbZ<ұ]#Z6iU}YG𼦷URA ԡoomVnhfNp56xc㋁RV"Zn}MAFkD!ki`GrLW!WP`k: @LM^Gro-Ya#K9K0omU<~_~7&6 -g$6V_dm>-~}9dMXH(g\TbUě)V \7@;TUx$N ufI@ӏw=UT9G_.We .Q⽲*_,,5Ah1@7LI$sZ``>(w\3؏梻*Y3ةsɢmNpo>h-wܨ`K_)\I\̓gCPeCiܰSԸ#Ws7ǎS"0iSMe+%PdTβf$ ?O|,hT֟Q?߽Nl_ /N-qer''?p%v] N ru97mT.H/\<}RSWFXU Ridx? *= W@[n*UךW@ݣ;RM nD*lcPQH֧ v?}/x#fP;E):+́AxZ~bz[ ]%4y.ttxt6&v:|51.o| ajjZSjmrQarr,. 猪9Mrk"xF0PQR׺Nk2((InfS9wӌr'zԸv\@*1̖d6db^UF&:WeY ǂ“KN*[ /Ʌlo>/k&5q/2TjBjڮ G&qAtüDX2J?ר+k6I$ՆKLԵGM(5O-t gujG&),MQO-WC˄c^ lVR^ FzP6JLâXmGK4%JQHxDO /Fx 3Եӗgx{U3`2謆TUqh'o~K6BEC64 yєJ[9?n*ǝ 6Iań47K"-si7r)1 1 PѷtL%Ctg~1ǭFy;AGy9i%?!ě|v H\ԗR J4_5IJޠn뼅~.-aN5e'h=V(-FjfET!Gh`OkTB9[B3E|#ǣH6BbhO?gJR; r?;A)yDw,UJi?JqJM$c/] T/8NTzۤqhS{ 2ْ)Ll29 `Ʊo=NB,a?vx`ن ,GadM@.p[Q;c(E KdG3iDjaE5ĆB\}r}?UPeC!gEdWf-T2}m;cZoInU\mSU tֳ'/O pƱѽ]{)?*W?M7FSߦN$A"ءvm`!O U=3u?|+ pr"_&$Bb vY3e860Ke*l%J$ FZ{T!H8sNcL~'Oѱ-^^tBL,y&jla3//st:=4ơxl<**`IEcAA1r=1ǝuhmev-n3}926tr$xA%:Q()LEFodэ8XBz+<FF*46 =Zd45OZ0Ç%s]>8>.hmJ#ٞCx I吧5\Mšk5:䦮DmatwKepT7!ݩj6(7@DkaQ?3%.낏}{$Ę?D\sk0/9) u`ό9&&OZb0O{Yv[)+'$-tefTZvFT_A(p[@ucz9CBK->ԹiVg>=ma[z{d{=2;.!ecWTE;ި{j^> ͪ!K_䎢Yn(n?O]~t,TKjQ*L ҃!Eybk, ]{3'M숑~{͍R&XN"2;Ub^AUra_[DK@-@ANt b0:&wL8 | i"S PQ]Ltur~;vR 8P+t+91S,k 4uM57:.Sϓpf7ǣmM~5-&nHmj"'G9 /PYoq 38Ϸ`L1F{lR#%M$+i9fa))̖/rY|cX吿$4La|tk\ v;_N N=J#Üm FD?_efRv*/_+a 1~oTB鵂mT'UKjoZ? GN{"OU;&XNO=ęG\7Qg-$_q F &ǛߞES7 {ٻ>B8D:]O,q;~.v{M#0p^'Ŷ68\C7 '8x<1X,l!QA*L_Y=foZβBo?^bn" څ'Z*+˸^ɂ0(ģpߟlB׻.,LtD9wdI4e5=$efddK^2umA)0†$Y닗:޸CKa9L߄9ArLSfg;mLH9meAG{Fޢ/l3G@;ut?c~S׉@_2HÀZ} kqk$ZkaTڃˇj[ByQrπ ~4Rh^-_vp*L^#hW" t/ 0,=mتDGEI2꜒71@!^MqC72"^Fwx,ncGmf|%dm5%*c#XkLz8P}QiE#MQ. ȇ( D8^I꒺'$c$t6M,*Bא7\hΛ6n vq ɳvy&6(M`܈S/)К+P]ՒTm3KPX [iy+WH9N"@!Ύ[iD2`E=MF ; EU*EŴ_+Al3lFNʸB'`RTjc'qcJ:j-E3&gN `G$jIv9W950bF_}S3l ( ,{m4}Лs@r,sꖒdjKN l2`#P,l-B#޾䊥0؟J+#1J znA)S"SIxrSxC~SQE^Cq6Z;+Bq1fɹ=]իI=gjfJ_)ICwGvޜ/!(»˜akMDJw´ҙ(@#O:qf;0>Zd.4w'_ q$rgAFY@#}4߫KK #;mK4u/mNLS猸{Qbͤrq53 N*Yf DK0&a'3. E7P3*C|TIk{il5QGA _Y+.whTpߺ];STZbkP$L6Hb&߼fZ[܉F>W?O S#(/U-^%+DI!Sag<.j1[#s$͎~fOfD0[K'я 3E&1:= $Z&&G-Q_=5YZcCv8TaCˁ, 8ffWaN/, 7eu lV>I |Y/-o/*57tJf,~WL[\,ki;VRSC=f%YE ZO֗UkvP~NW ~' YGz,oݶxJ?avhr5"s\#,0Кh1~vT,bLF|ܜИDwm5-=8EȂIn-Kz1ޅV&G Mٷx;6+o*n=)&0G@mҎzNbni-ztce>|u=StU#R{;Ρ7,Z]dj1}cͰ,»ZhU)5 'W)-濲 g>6 )BhE4Mbh\XpLc0o S^f? [*X#FkI"zZKEzmœQw!^◨0 |Ty<T.2roJmp\Sp';pPgL}XFO5 !>OOƮɧEP缌c]#˫kp0_PP,0 p#lDB0xDLöxaFz}$.mn6#:3e?]>;|o #d{_+CSX`pSC/HU'^F1XVqݓ+RnYʹy=Pk^0ʬ.Zp- T~kPemu[a nz:!s^S)!ESJ_Х9Ӻ}BD{?x6%divIN!كF|:.7zX[H}L=znagSng PPY~wʘTm_-$1ahrבsEJRu =E1_&*vsJwMYhRtEb'#}c`}>*mYpS} A dJtT< X0uN 5Z"Ì=x v۹H7OZdvqHPÉo+ťF?DrcQNIT;2# d9{R1xnb_GM6\`4)+⛜DKݿ2O@`&I3R\KlfD){sxmlsʇ.rTq)3) 6S0z*vScL]?|y܆X(1(}9oxÞ]Pɻʾ[9MAQڜv КA$+: 3饚i#tWѧPiq{^B9drhb\:YYɫ88-d=:t~I=v3va6'+9͓ F~p,Nr[Nmڌ}<,+S ;([jĽe1}|Ag7nY.n1| cen@/ȼ; ' G~pEOJTHG@>Mr5FAuKoдUl0K$ Ώ[j* ռVO(0b*ާԷeݧrP^g1Hzcg,Ȟ)?̛_j$G͠h@9 # b&G7frQ_bvkiPj--oE/(;ݞx\<Kb3¹2@O2܏7GJpw0SDT?'`G 'W}{^5QՔNXȯt苻3X8?Յo,9 [My F/Fy(igUx@3Rd[2Um]\薹-qf+x;̺1 CwNzXbOr%TM] tGGkX85چxQ;KD̬lab;SچrNr! =$)sE=hL5ƒpvtCtVk3 '"9*hB:ZkAj4p}65?,~WcuQ X=ߩ&3v'bg3uu={m҆H}z1zәlnPΟGPL*Oqᾭvql^$7sTk߾Q3wecU`4l ;XX}5{wq?>tf^Yң=!un|{2l;t]i B;?XN\.--x{*DŽ5ujnIC 7tþ7h.Fw3W=ԉ֛7sX]R^&8PH!,$\˟ J C`Uˊ:QcPHb.ȼ)=ʾM8\@|քlI>gdKͷId ɐw*eXMIl k`9^Fd?e>r{\ڶv'Q)j> tO-Ѿ$gT(q}QЇaqLϲNy(65i;8Tɛ Zbp Q+ S)|a9 캥k |k; r7q+ 8&S;57} ^oI}+|ӛQ<=4 @WEp7%-J_~L +p25k%@r{|Irh4( ;X܏4˒MCA8_)uY;ӷ^ h" >NգDb"Jpf:(Sղ"l\FxV-FIpk2*h7RȀ| E&~4NH>7*"z+XQ~umf[vK$.wX*)Ƽ%#3 I^`ucבlo~X\LaH}:O4 rLQ ~@[h]?p9.ҝI#o9F^7\r\2~3bLUt@1)?(#:h4` áBp1.ONFwp\aBd8BmXm[m"& -EDcƯ žH !m `x(O^AEj l] _1p(SasfF'5X<<s|i4i ]滌'XߤRYŒrG[.:P0w>ѿ#UhwfꅃDKkJ΢)( R_.KIoy٢a%%4.G}sU:CE4Pk8>eɢp 0j/&!_;دIDF!`2J,bL:a็&dGChuTy=G)kF9~n_sPtqypmq-F@&SxSNE]6yqqaZoCDded:9]%7o=lU3;DQ?s pL¸$H=_WXpLP'iIG(FfB@JޡCૈ wc]mm_gΧ Maw{(IWAuFPۡE rsSw*"Ig:Mwʇ/nGŵ~6wTQ2!OeyHu.j"'-4DY1g3!2hͻxC8o_CtnndcTƎd@sP'#'xAtg/wUαb/R ~?q{>kqo{CFb,Վt~ZA+M^/_Gq?tpnrZ<-9;0ԣY)ba$Q[35*-V`j+T(Y/:P/?G 1FZU>~hsc/yv=ypV[mnY`Ylj=֯&QBT@0IH "Ԑu8b{j\8$:p섹),&n}^n\?Ԑ~3'_73L8Az&@"N 3*s#-MUFiyY dP3T|kVgCR޿e bssӟTCAeSז-OHyZj:v-Tohsm'_(MԶQSa9Lbuh,RQz߻.**S .-Ao=>(^Tc+ QH{Gdy#Qԓ[ot]NcmzgY9>26MiQ%*_1׸fj4,Ⴋ*(ݥA?F,q%^"]Fs1H0 v>tž{|ܴwE?}ul:3V߽: z:[m@hg=#dd>a'x_Ȑ瓎Իƾ 7%n} p]\NԭnT|} -baDyaw1.2MlDL1%ёfKݚ um\VVGq~mUzjP"~610CS!"E{5vP Y}W% ]&[q_D1Ļ'+^8},k ]}'Y͍$0&ej:gf ͋4f7Ӵ!q 9׸H: %7:$8dm6w$k7Tб12~3qU:h^^zUBgE1}!pm7bjxM"CxJ!Kuw fy{ٞuyTnd5Jsm_~GmUɱ5j_0ՙzZM_l̙14Mcªv]D\&bLڒ~# 6o8XYl-?dO>#^&ƞԹ!Rԛ)GGk3J "z*Q <]Wۤ fƶ ڎ#;Hl,IM^CZo:>U煜J_d}ܽqxF{\F􉲞}*z ҃¼2N=+%DXtZ]]J6W_o3'a3VQCJym"Ŗ={Qsv$Ww#qsF1#x Ba0p -8̺$PBJALf$nz[ d7ռB^J}E䇣 1,؞hG{?r`t,(ﵡCBʄٌ2&}47F.N%n s5)9kϘgDdҔ2< NJaZIsnqaD6ڪ 5f@n7؊5URaWg7 +{܉ e?w\ ]a@6(:?-딞kҒ,:3yl$fc;T~Tѹap(*Q:傖jfB$1"3L R81xJI\\MJrUۀΒ=VNBM`ܠCMދ Egޱ 4>-t=.7&[4bٔרKcPΐ?Y-F'"χZ't0vHqz~tGqx2`3 :k@KH7:!fO:/xQ'TAg?ThBͽ*FGSUBs$g9s!WC(㱬^zVJ T]A0xe%r0oƆLj: 52'UrhLKߎ~LI0 q_f.[>2hvM2&[mDZ7?hJ[ԣS)eVY7mYgș3A[\1R8Ygf G"\X,¸Xsw)Pi/|%);6zאmp|O;JpGA:PHuDǖ`/$p<~͈S#{D.4 KR$3g:"vnOy-2,sN.΁ GC5u; u FMHHY-, $rMmg}RxGklYXjlkҍ`.:hQDQQUEVÒl欧-#mg_ sf?/d0QyzH' nFPNg1S䘰ٌ*pEɅΓ2fmCܪZFx~hfg둔RVY)v~Gf9:~eNZs=I[VF<*FSЂ0)hhe ]-Ż$/I1*-+eb!={<.>䕏@?@z`Nx\D罴ʌ:-e$kzGFsH\fr)*4{t~wH㱣0Q> 5 ܙrw( :|fˆz(ϗĸ)T:lЊ͒B3)7(u˚ut vaxrXznØC0JLQ*_㪳j0cv7RMdVkxZl&HWcڷJ͙;ɐ458Gl &d@m BGJդl1Xd ӗ8x0N>~s_IUi}Q'{i\Hp=!HؘS6^KcpQZNQ5bWZĞMEVj[gf&قd 7`Sצbӷx c:Dd#6Z\V{}6axq}zz79Y?wf+D%yD_CjRN}ڽD&0o+9A9$>2>MOR +I%́{υ؆$}YyJ1I8Ѯv'/kdDvDܨ[ƭ  XY0zMC J!lt2M9Rl/M7xfmNtՍ/9w7e "QҬ=.G(\# H d"~MKǺ>faܚ*e-"ʖ.4lD|CS|:i,Š(7~y^cGٳb~Y:[2 Q v'UzV<3_>QTwɧqU;'yTZdN^f7G 2?Oނd}O'`TR@ G)ҍ0d[2!Nnvygd Rk- 8MdJdD`"0!KD/$!7Z<#U7AёU]5lGz=G/B+Lwޕ[*?<]Iw+k$2gܳ(#"p1!kdS+R+6DD2ƙIBHyX‹di)T^q֥ aMӜ1<\RGdGP| 8ez G_Lb>c$/W'kDvdfCWκw)csZ#K.M|aH'4lHxTV^AїNly!>'T- TW?WTcg$M3%ek<-^xV35QqmPf~G]{N{E}~c("o*/2Eߔd$BOh|s\GPTVZ}‏xn:Y:K\K|Cν 3>'A(Nai~uN-BDXaIԪs`k $̹X=3n}#M^!J%*mg =$d ѥNL^E)J._]$X}ۦPasxwL-\@[^AmT6rT䚒.y~Tn! pUGK~yо(?d`f;JV{NdD,bʵ.8&{TaY0C .:e^&R )iO  n@kk[P _A0v\^ H_ @\{_]k|4 -ew]t$Vl4Aՠ얍0ۖ82H,3SB% P v@;wXXB't25rEҤAM8[]ش T?9n~|.%Q80!THXA) WA7f;dNZT e"+}!vz^ډfiB?W^fs9PǐѾWaRIQH=l6b}_Nϫh=,Ccط0<& \44ĜP<+?˂ىCR!$P%):qUqs2烦i_E ۬Ĕ!F^"kC&04=!nf{)6w Wr;ra>`TaXB`yI"u"LC7k,bObgMtCq-h(24+Sirp+0H,K{i#1cN*e/O$4l~1}3anHh8^z!BscD.'?|[ rn,9߆ؖ4GÉ/Ғ. qvC oyO;HYX=6 T"h+Rޛ/)ur?x FrIRujS%J=\]ggljtؠi%0ϘfCGىAh w­?fܗ y(+DF8%qȎ[~L#LP0q%}%C{n{*6E DvZLOK]zX;b:u+qD'kҮX2z˄ YSb=uopYLKw?űhQ,'tI umm%^cCT:'ȕ]!".5YVky{9d gaOmc['%O2?t0x ><9`.z]]3Y^ {qZ!6gye+=X ݩcleȤ!v2~CpUKW*Hg%&cDԋ#PL Fbr.%PÊwǼ'`fS9bﭒY2k +1=їWƙM(b`5b#G:3C6KqQݝ :m$Fy" .Yf{( yzG##[,${)vlr!<8Qc1C"qnu@7 E"5Ak_m;~ie f)qMj3V^ D:3=bdgkOw&A),0mCjkJ%/ذ)f\l;qDr#0h<#4UL|4׹z)U%:j]f9Sc6$~gX 0Gĝ"1G C j}Z r(jѰ[^kmi%7JE4JaJpAie]z|!~#gҢyÿ~B\R{P!-#NǪw[2 6=.dK&B Cw>ܮRmKG~e.c{-uXi+~Z̵ Z]2萮{ZQЍ Wʶ ;a1 o=W fuDVqDoaUKO JО+,|eOTJ.}tuKRjFOF.O|A/ZqhMقpKc̻ blb B My9h?O-w$ѫ־*njMjUqmWb5υAFN!8 ~<乱-fM?Epxm-hiRJx%`GwD@pwBӻXAiRDy2oz*_+NѨurܟH> F|Knai پ<1G=Ob7 ]2!z}LbUpO-,@C$J>tL)kR0z.xzۼ}U,9@W] 731}iӺ{njB1*WU5);+59[Zd@ C蓮oy_W9 B"xш.+@zL? ,p)t!%QLS !EP r M2fnyBNϚJd;opWl@Ay.7f^6N'<FtB9~W Pc=pew]af;X!Ju:Auц ѐs*Qv$ȀXч[;?DG`qCm l.z֢g$nE-Up?3W&JzH=,[Gd*{QM]䴤̵Npp1{2UBbIV Qyϼ >k?aC6BHJQw w,4F&ֈMͭ'll=(댷V2_N˜7TJ'hyaRߨ+1s‘?"hZLhbwØ7ϫ=Pq:I6L7( ܶZD^~@@x7g8PezJ*zrz&]^KQSdGaf oF=XPt,hzb.SU23/U)xEx?;y41h|}v6yRΦtZ䐖zF$qTmH(e7"oCr<{¨%^GSe7>$5n鱲C^X^!Sd6ꂽr+u/]IMCG:\XG$8u"#,gY8[X: 6|_I;K}@麪w> 1c?bn0%Z=BM,G8W*΀ Oi:J 5poI"GKHSb1n"D!I\l`s(~C+5ezOq*0vİtg72񁳩P{Nװ8Fz1{e|ȳe*!Pլ8N,;ʉy%O͏Z7Dԉl~ ݤOQ5[8QL…lKypv˸r4x]D&D5z(tzFH QcCFNF<\dWgiþݼB t-魮xHe(>@v,A4+$FLƯ֢u6<z:k[G{/ +dwKE)ouhA(1fK#t,{L8΂~-5ghh27}UZt}xSHBB AHmh!tﰦI2?lb zn4̾h@QSE'|mUf\i78BG?lȵk΄„1u c1Ub'xX%Xx*?H(GŐ,oOC&Z,8lbaQ ^i83TNL{|N󜋹VNyvb%hQ3I8:3 ۉDwXHzgEWDW\sȕy s)ۗr[렚L!㬰t`sz7 WWeMgP{XN pۜ( ,竱ZڰQJA zfِ$ˁ \w9)S6o`Lja/x;ef@S[(8}%2XLQ}JA;,(Y+-Ef~Oad(Dc+@ 8M%KLLb)Z,[eŪO]W׿6]/&w^Y_"\$ְ;褵ˎ,b7W]\{Z)l SToCѷ[s[Lq[Ad0t?wW#u55 Zp&Ex ,bS0(4ag/eπ+14<ġ8A?Y,*Wo$Gi&L2t55-Ff;bf0"v(r+hv,Kؕ!#1ԎڑOp9ÑҦO$ڣ-ZYl5s40GQ?CTտH^k~ E,iCw_.usC(~ I5[wN Su _ wQ!ٮ#YCyq'E#;:JõC~p: ;W H-f.x dHԩB_c*Ӑ}F9݁"+wo7B(+NVmYg"傊+كj1XI[JLiT;K$QT '2 h`Tc/)[7WwPW7gzbEɈf_yf 587&SҼ1sl4xNݜ#L z@8 \ ,A9UvVj~Q, }Ӷa>dw^+RPMcܷvO}EDb{S NZ:H&}aSޢڢn$4Na.:6rO.$[JiZ G@޾I1IЄ~1Ќ0tsԕىU_=6$4 K B62UrH7J7C*x>#MF55PPC@0O5;,a=lzT@ⰻJ @̦^J(MƸNj+#~$SHNi62; JfܓJLu1'p?#k51mDPQ*At쉛Czx(13wz+HY) v!o_КP=[,8Y_D1[l֜i$L ic̝2so qsRKzW mC%RN쌺t%og^.Z)+) mb~J8<ƦS &Kd\%z;VT?~RRn$f׉nFp<ʲ{Cv-xo39V<)oEc=ՏXa!NHliIXk o4 M OsjYxa;ozS#Vk40EZqb Ryn=>fX8-(:R/#2|Sujtw+ɺʺ ]F;4 + >Ur愆66@5>eKHѾIY2#}U9/6 ye=$?p[Cb,Zٝ,IQc {TUxDVҷh>FIw-&B.)S %#~ƛЈO/l(9':9tAQ0lVs!b8C+n欢Fb_ ch#|Ñ:T[NZ_$wP';$i3Xt.)Ka>1xdf rPq-P-y0Ff[W?,xTH*P 'NTZ$Ѽ!-*#47ӡJ] |Q<]̀},VÞ 8.X |谥>#y{ $i\R3޼Z]p_ #fO9~ bOR>` kdePHDr )s3mnRޘ7)sC^N(F# wCv뾇%Z'1߭41<÷Mà,o2S$t ^UęXK40C쬄@ћ*N(r҆t\'+H I:٫A41S \ xܽO}{"1[sbB5@1}wnlpn}Il7p`[;ӮPi>)֟]Qv\ZRRnuvh)r&Pu|߉ u2h_ݰ"v,97 " O֨ fL\d[Sq@kV?+n )U-.lwI/u#2L׭pY=ifV$B!l< 3,a:7MќGd*>Kh~-"8#1M) Eix:8^x蘨Z)[JRĚdv1k 4f9{!޷n|w֔K}hvBY;^?3TVfɈwR v,+[$Ӟi r׶ImO*>p֮3I ,!FM|Pl-_nԑ\T` Yi/NсUܓ- Dڂ~*$< haYO5;e=ld-e +Ž;@$W PnvM:ͰvufԸPIu``v]&aĄ͕i|WF(ZG8]qEns9^IǵpU^;؁;xz@g\wT&a=J)* lm@嗑I;ƽ~{WLN^ӆ*ڐ{bMiy~j裕 iԓ=% M~;̣? _F' KG]7e N h 3akQ <GdU+ueb8."HQ}7deCr2p(${ `H(JrOe M,0 Niğ լRXAُ|:a*'MIw/4(11}Iru~@doLd3$tMZ{+>MM{@:^SQkЫق112k99yI -<q{e(BY=s㣉5_4[cw]>[Img'ϼY5YOsrο@](I4][1&VēۋH WF@^oUԆw{ʮ)FI#+Ⱥ{(z^$̫ƛey8$˯dƩf̈#tCQl^4%D$gTNX n& 0Aq7{'JC}sظa*Xϳa@L;^tKspnðUt<|Vy~,w ,DH 9O2ji6IPh!hr!#[&7~۱˛.m<`XoԺǂzMZc) i2ꌸ3 CEz#_M4R﫤kE{f `$YFQ(C1c|N8( ':a(?#;P+"rܧ@F_B\-g).Lѐ$M |6Gϟ tpY܉E—zqts>y cJ?.mSCD[_ X8c]r)**,\YnWn·ngkLjG!]Y,W?~Ast޷l#3@ҥJ]{9,(ﴷ v5$R cXU?I^֝