openssh-server-8.4p1-150300.3.22.1 >  A dZp9|&k*I ݋-ONF`ɩ/{)rhb| Xwoq@;/"}I$ZAEDj)%s-A?9xЉE`DI ^G&1@{pX-N>HRvЙE8,3q#4 H (d5.wASD1x;j4C[p,PB g>:.'2j،T~ &,@q1ӱ@<=N"S:{Azb-RL9 }ƥ珙4a:Nzt>pKt?dd % ? )J_ u52  8   4 T99#9($7$"8$h^9%^:,I^=>?@CFGH ITXhY|\]^bcdeflu,vtwĔxy$5z `Copenssh-server8.4p1150300.3.22.1SSH (Secure Shell) serverSSH (Secure Shell) is a program for logging into and executing commands on a remote machine. It replaces rsh (rlogin and rsh) and provides secure encrypted communication between two untrusted hosts over an insecure network. xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. This package contains the Secure Shell daemon, which allows clients to securely connect to your server.d[#s390zp32pSUSE Linux Enterprise 15SUSE LLC BSD-2-Clause AND MIThttps://www.suse.com/Productivity/Networking/SSHhttps://www.openssh.com/linuxs390x # See %pre. mkdir -p /var/lib/sshd || : if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl is-enabled sshd > /var/lib/sshd/is-enabled.rpmtmp || : else if find /etc/init.d/rc[35].d -type l -regex '.*/S[0-9]+sshd' \ -exec readlink -f {} \; | grep '/etc/init.d/sshd$' >/dev/null 2>&1 then echo "enabled" > /var/lib/sshd/is-enabled.rpmtmp || :; 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 || : for service in sshd.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 #!/bin/bash tail -n 1 $0 | /usr/sbin/sysusers2shadow RET=$? test -f /.buildenv && exit 0 exit $RET ######## data below ######## u sshd - "SSH daemon" /var/lib/sshd PNAME=ssh 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 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 sshd.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 /etc/ssh/sshd_config fi # Work around %service_add_post disabling the service on upgrades where # the package name changed. if [ -x /usr/bin/systemctl ] && [ -f /var/lib/sshd/is-enabled.rpmtmp ] \ && [ x$(cat /var/lib/sshd/is-enabled.rpmtmp || :) == "xenabled" ]; then systemctl enable sshd || : fi rm -f /var/lib/sshd/is-enabled.rpmtmp 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 sshd.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 sshd.service ) || : fi# The openssh-fips trigger script for openssh will normally restart sshd once # it gets installed, so only restart the service here if openssh-fips is not # present. if rpm -q openssh-fips >/dev/null 2>/dev/null; then if [ $1 -eq 0 ]; then # Package removal for service in sshd.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 else test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in sshd.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 sshd.service ) || : fi fi fi \I@p=& +A큤AA큤큤큤$$$Ad[d[d[d[d[d[d[d[d[d[d[d[d[d[d[d[d[d[28d19d7f20fa597be7904cdf6d4999afb4e80e3e6d0a25af8237ab2c4fec84da05faafbe214f8e098ea66307a1cbe747f8796e3c62eba9df1ec4233ca1195bf36610510ac772c25ac58ed5f9c2e7bd04e6141b4e424305ba01ab43dd68a5eba0387af7c493f6e151cd3af375328e1f5da7d9c05f6bf09128d443a40314cad885cf746ed0c0ba8ce30fe12b0052f471e05eeb2aab5ef5a87f96ebb6c062d0fe8039d26d57e62906f0613d9cb1840d249aab64eadc894b387088c688e0a5983c262bc82fb62af9360d862e14e16d89dd69bccb326fa0f886ccec58adf0969fcac06d62ec9816dbcf14ff6c02e17a10bab16384b8e33ab698473593319b7457eedeedf1a33679966c18e28cd84cd671f8589059a8fae45374449ba5cb6471ca18f4238433b63d6a5b548acde065f164b6773b3e1c44b3b959608bb9db74e93ed56db3543263048fc358b3715765cc590975f077b8d08c5ea224495e6945f2d3e16f3fd24d9ed04464b0496fbd7f64ffcfc6005fdcb81752ff6aceabaeaaaebb99ae1343b3f840e3c7d4db7cc76d10d60f28af167a56421bfb2e04245d911001128fservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopenssh-8.4p1-150300.3.22.1.src.rpmconfig(openssh-server)openssh-serveropenssh-server(s390-64)openssh:/usr/sbin/sshduser(sshd) !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(openssh-server)coreutilsdiffutilsfillupfindutilsgrepgreplibaudit.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.4)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcom_err.so.2()(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(XCRYPT_2.0)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_0d)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1d)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libfido2.so.1()(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libselinux.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.2)(64bit)libz.so.1()(64bit)openssh-commonpermissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsysuser-shadow8.4p1-150300.3.22.18.4p1-150300.3.22.13.0.4-14.6.0-14.0-15.2-14.14.3 /usr/bin/chkstat -n --warn --system -e /etc/ssh/sshd_config 1>&2ds@dD@d&@b@bbaA@a@` @`` ` @` @` @`x@`x@_I@_@_@_@_@_~@_m_m_cO_Z@^3^Ӝ@^Y^K^B@]|@]X]W]c@]c@]c@]@]Z@]5@\@\@\@\M\w@\v{\j@\eX@\eX@\N\J@\I\I\?\8@\-@\[@[ٙ@[ͻ[@[@[@[$@[$@[@[@[[[0@[Z@Z@Zľ@ZZqZhu@Z]@ZX@ZWQZ@Y|Y@X}@W@WW@WV@WL+@WH6W#LW@VT@T@sflees@suse.demeissner@suse.comvliaskovitis@suse.comvliaskovitis@suse.comvliaskovitis@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comkukuk@suse.comdmueller@suse.comhpj@suse.comkukuk@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comdimstar@opensuse.orgfbui@suse.comjengelh@inai.dehpj@suse.comhpj@suse.comandreas.stieger@gmx.delnussel@suse.defvogt@suse.comhpj@suse.comhpj@suse.comcrrodriguez@opensuse.orghpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comhpj@suse.comkukuk@suse.defabian@ritter-vogt.devcizek@suse.comvcizek@suse.comvcizek@suse.comvcizek@suse.comvcizek@suse.comvcizek@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comtchvatal@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comvcizek@suse.comcrrodriguez@opensuse.orgpmonrealgonzalez@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comschwab@suse.detchvatal@suse.comastieger@suse.compcerny@suse.comdimstar@opensuse.orgpcerny@suse.comkukuk@suse.depcerny@suse.compcerny@suse.compcerny@suse.comdimstar@opensuse.orgpcerny@suse.compcerny@suse.comrbrown@suse.comjsegitz@suse.compcerny@suse.comcrrodriguez@opensuse.orgpcerny@suse.compcerny@suse.commeissner@suse.compcerny@suse.compcerny@suse.compcerny@suse.compcerny@suse.comkukuk@suse.comastieger@suse.commeissner@suse.comledest@gmail.com- Add openssh-CVE-2023-38408-PKCS11-execution.patch, Abort if requested to load a PKCS#11 provider that isnt a PKCS#11 provider (bsc#1213504,CVE-2023-38408)- openssh-7.7p1-fips_checks.patch: close the right filedescriptor to avoid fd leads, and also close fdh in read_hmac (bsc#1209536)- Revert addition of openssh-dbus.sh, openssh-dbus.csh, openssh-dbus.fish: This caused invalid and irrelevant environment assignments (bsc#1207014).- Add openssh-dbus.sh, openssh-dbus.csh, openssh-dbus.fish: Make ssh connections update their dbus environment (bsc#1179465).- Add openssh-do-not-send-empty-message.patch: Prevent empty messages from being sent. This avoids a superfluous new line (bsc#1192439).- Add openssh-CVE-2021-28041-agent-double-free.patch (bsc#1183137, CVE-2021-28041), from upstream.- Add openssh-bsc1190975-CVE-2021-41617-authorizedkeyscommand.patch (bsc#1190975, CVE-2021-41617), backported from upstream by Ali Abdallah.- Add openssh-mitigate-lingering-secrets.patch (bsc#1186673), which attempts to mitigate instances of secrets lingering in memory after a session exits. (bsc#1213004 bsc#1213008)- Add openssh-7.6p1-audit_race_condition.patch, fixing sshd termination of multichannel sessions with non-root users (error on 'mm_request_receive_expect') (bsc#1115550, bsc#1174162).- Add openssh-fix-ssh-copy-id.patch, which fixes breakage introduced in 8.4p1 (bsc#1181311).- Improve robustness of sshd init detection when upgrading from a pre-systemd distribution.- Add openssh-reenable-dh-group14-sha1-default.patch, which adds diffie-hellman-group14-sha1 key exchange back to the default list (bsc#1180958). This is needed for backwards compatibility with older platforms.- Make sure sshd is enabled correctly when upgrading from a pre-systemd distribution (bsc#1180083).- sysusers-sshd.conf: use sysusers.d configuration file to create sshd user (avoid hard dependency on shadow).- update to 8.4p1: Security ======== * ssh-agent(1): restrict ssh-agent from signing web challenges for FIDO/U2F keys. * ssh-keygen(1): Enable FIDO 2.1 credProtect extension when generating a FIDO resident key. * ssh(1), ssh-keygen(1): support for FIDO keys that require a PIN for each use. These keys may be generated using ssh-keygen using a new "verify-required" option. When a PIN-required key is used, the user will be prompted for a PIN to complete the signature operation. New Features - ----------- * sshd(8): authorized_keys now supports a new "verify-required" option to require FIDO signatures assert that the token verified that the user was present before making the signature. The FIDO protocol supports multiple methods for user-verification, but currently OpenSSH only supports PIN verification. * sshd(8), ssh-keygen(1): add support for verifying FIDO webauthn signatures. Webauthn is a standard for using FIDO keys in web browsers. These signatures are a slightly different format to plain FIDO signatures and thus require explicit support. * ssh(1): allow some keywords to expand shell-style ${ENV} environment variables. The supported keywords are CertificateFile, ControlPath, IdentityAgent and IdentityFile, plus LocalForward and RemoteForward when used for Unix domain socket paths. bz#3140 * ssh(1), ssh-agent(1): allow some additional control over the use of ssh-askpass via a new $SSH_ASKPASS_REQUIRE environment variable, including forcibly enabling and disabling its use. bz#69 * ssh(1): allow ssh_config(5)'s AddKeysToAgent keyword accept a time limit for keys in addition to its current flag options. Time- limited keys will automatically be removed from ssh-agent after their expiry time has passed. * scp(1), sftp(1): allow the -A flag to explicitly enable agent forwarding in scp and sftp. The default remains to not forward an agent, even when ssh_config enables it. * ssh(1): add a '%k' TOKEN that expands to the effective HostKey of the destination. This allows, e.g., keeping host keys in individual files using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k". bz#1654 * ssh(1): add %-TOKEN, environment variable and tilde expansion to the UserKnownHostsFile directive, allowing the path to be completed by the configuration (e.g. bz#1654) * ssh-keygen(1): allow "ssh-add -d -" to read keys to be deleted from stdin. bz#3180 * sshd(8): improve logging for MaxStartups connection throttling. sshd will now log when it starts and stops throttling and periodically while in this state. bz#3055 Bugfixes - ------- * ssh(1), ssh-keygen(1): better support for multiple attached FIDO tokens. In cases where OpenSSH cannot unambiguously determine which token to direct a request to, the user is now required to select a token by touching it. In cases of operations that require a PIN to be verified, this avoids sending the wrong PIN to the wrong token and incrementing the token's PIN failure counter (tokens effectively erase their keys after too many PIN failures). * sshd(8): fix Include before Match in sshd_config; bz#3122 * ssh(1): close stdin/out/error when forking after authentication completes ("ssh -f ...") bz#3137 * ssh(1), sshd(8): limit the amount of channel input data buffered, avoiding peers that advertise large windows but are slow to read from causing high memory consumption. * ssh-agent(1): handle multiple requests sent in a single write() to the agent. * sshd(8): allow sshd_config longer than 256k * sshd(8): avoid spurious "Unable to load host key" message when sshd load a private key but no public counterpart * ssh(1): prefer the default hostkey algorithm list whenever we have a hostkey that matches its best-preference algorithm. * sshd(1): when ordering the hostkey algorithms to request from a server, prefer certificate types if the known_hosts files contain a key marked as a @cert-authority; bz#3157 * ssh(1): perform host key fingerprint comparisons for the "Are you sure you want to continue connecting (yes/no/[fingerprint])?" prompt with case sensitivity. * sshd(8): ensure that address/masklen mismatches in sshd_config yield fatal errors at daemon start time rather than later when they are evaluated. * ssh-keygen(1): ensure that certificate extensions are lexically sorted. Previously if the user specified a custom extension then the everything would be in order except the custom ones. bz#3198 * ssh(1): also compare username when checking for JumpHost loops. bz#3057 * ssh-keygen(1): preserve group/world read permission on known_hosts files across runs of "ssh-keygen -Rf /path". The old behaviour was to remove all rights for group/other. bz#3146 * ssh-keygen(1): Mention the [-a rounds] flag in the ssh-keygen manual page and usage(). * sshd(8): explicitly construct path to ~/.ssh/rc rather than relying on it being relative to the current directory, so that it can still be found if the shell startup changes its directory. bz#3185 * sshd(8): when redirecting sshd's log output to a file, undo this redirection after the session child process is forked(). Fixes missing log messages when using this feature under some circumstances. * sshd(8): start ClientAliveInterval bookkeeping before first pass through select() loop; fixed theoretical case where busy sshd may ignore timeouts from client. * ssh(1): only reset the ServerAliveInterval check when we receive traffic from the server and ignore traffic from a port forwarding client, preventing a client from keeping a connection alive when it should be terminated. bz#2265 * ssh-keygen(1): avoid spurious error message when ssh-keygen creates files outside ~/.ssh * sftp-client(1): fix off-by-one error that caused sftp downloads to make one more concurrent request that desired. This prevented using sftp(1) in unpipelined request/response mode, which is useful when debugging. bz#3054 * ssh(1), sshd(8): handle EINTR in waitfd() and timeout_connect() helpers. bz#3071 * ssh(1), ssh-keygen(1): defer creation of ~/.ssh until we attempt to write to it so we don't leave an empty .ssh directory when it's not needed. bz#3156 * ssh(1), sshd(8): fix multiplier when parsing time specifications when handling seconds after other units. bz#3171- Update openssh-8.1p1-audit.patch (bsc#1180501). This fixes occasional crashes on connection termination caused by accessing freed memory.- Support /usr/etc/pam.d- Fix build breakage caused by missing security key objects: + Modify openssh-7.7p1-cavstest-ctr.patch. + Modify openssh-7.7p1-cavstest-kdf.patch. + Add openssh-link-with-sk.patch.- Add openssh-fips-ensure-approved-moduli.patch (bsc#1177939). This ensures only approved DH parameters are used in FIPS mode.- Add openssh-8.1p1-ed25519-use-openssl-rng.patch (bsc#1173799). This uses OpenSSL's RAND_bytes() directly instead of the internal ChaCha20-based implementation to obtain random bytes for Ed25519 curve computations. This is required for FIPS compliance.- Work around %service_add_post disabling sshd on upgrade with package name change (bsc#1177039).- Fix fillup-template usage: + %post server needs to reference ssh (not sshd), which matches the sysconfig.ssh file name the package ships. + %post client does not need any fillup_ calls, as there is no client-relevant sysconfig file present. The naming of the sysconfig file (ssh instead of sshd) is unfortunate.- Use of DISABLE_RESTART_ON_UPDATE is deprecated. Replace it with %service_del_postun_without_restart- Move some Requires to the right subpackage. - Avoid ">&" bashism in %post. - Upgrade some old specfile constructs/macros and drop unnecessary %{?systemd_*}. - Trim descriptions and straighten out the grammar.- Split openssh package into openssh, openssh-common, openssh-server and openssh-clients. This allows for the ssh clients to be installed without the server component (bsc#1176434).- Version update to 8.3p1: = Potentially-incompatible changes * sftp(1): reject an argument of "-1" in the same way as ssh(1) and scp(1) do instead of accepting and silently ignoring it. = New features * sshd(8): make IgnoreRhosts a tri-state option: "yes" to ignore rhosts/shosts, "no" allow rhosts/shosts or (new) "shosts-only" to allow .shosts files but not .rhosts. * sshd(8): allow the IgnoreRhosts directive to appear anywhere in a sshd_config, not just before any Match blocks. * ssh(1): add %TOKEN percent expansion for the LocalFoward and RemoteForward keywords when used for Unix domain socket forwarding. * all: allow loading public keys from the unencrypted envelope of a private key file if no corresponding public key file is present. * ssh(1), sshd(8): prefer to use chacha20 from libcrypto where possible instead of the (slower) portable C implementation included in OpenSSH. * ssh-keygen(1): add ability to dump the contents of a binary key revocation list via "ssh-keygen -lQf /path". - Additional changes from 8.2p1 release: = Potentially-incompatible changes * ssh(1), sshd(8), ssh-keygen(1): this release removes the "ssh-rsa" (RSA/SHA1) algorithm from those accepted for certificate signatures (i.e. the client and server CASignatureAlgorithms option) and will use the rsa-sha2-512 signature algorithm by default when the ssh-keygen(1) CA signs new certificates. * ssh(1), sshd(8): this release removes diffie-hellman-group14-sha1 from the default key exchange proposal for both the client and server. * ssh-keygen(1): the command-line options related to the generation and screening of safe prime numbers used by the diffie-hellman-group-exchange-* key exchange algorithms have changed. Most options have been folded under the -O flag. * sshd(8): the sshd listener process title visible to ps(1) has changed to include information about the number of connections that are currently attempting authentication and the limits configured by MaxStartups. * ssh-sk-helper(8): this is a new binary. It is used by the FIDO/U2F support to provide address-space isolation for token middleware libraries (including the internal one). It needs to be installed in the expected path, typically under /usr/libexec or similar. = New features * This release adds support for FIDO/U2F hardware authenticators to OpenSSH. U2F/FIDO are open standards for inexpensive two-factor authentication hardware that are widely used for website authentication. In OpenSSH FIDO devices are supported by new public key types "ecdsa-sk" and "ed25519-sk", along with corresponding certificate types. * sshd(8): add an Include sshd_config keyword that allows including additional configuration files via glob(3) patterns. * ssh(1)/sshd(8): make the LE (low effort) DSCP code point available via the IPQoS directive. * ssh(1): when AddKeysToAgent=yes is set and the key contains no comment, add the key to the agent with the key's path as the comment. * ssh-keygen(1), ssh-agent(1): expose PKCS#11 key labels and X.509 subjects as key comments, rather than simply listing the PKCS#11 provider library path. * ssh-keygen(1): allow PEM export of DSA and ECDSA keys. * ssh(1), sshd(8): make zlib compile-time optional, available via the Makefile.inc ZLIB flag on OpenBSD or via the --with-zlib configure option for OpenSSH portable. * sshd(8): when clients get denied by MaxStartups, send a notification prior to the SSH2 protocol banner according to RFC4253 section 4.2. * ssh(1), ssh-agent(1): when invoking the $SSH_ASKPASS prompt program, pass a hint to the program to describe the type of desired prompt. The possible values are "confirm" (indicating that a yes/no confirmation dialog with no text entry should be shown), "none" (to indicate an informational message only), or blank for the original ssh-askpass behaviour of requesting a password/phrase. * ssh(1): allow forwarding a different agent socket to the path specified by $SSH_AUTH_SOCK, by extending the existing ForwardAgent option to accepting an explicit path or the name of an environment variable in addition to yes/no. * ssh-keygen(1): add a new signature operations "find-principals" to look up the principal associated with a signature from an allowed- signers file. * sshd(8): expose the number of currently-authenticating connections along with the MaxStartups limit in the process title visible to "ps". - Rebased patches: * openssh-7.7p1-cavstest-ctr.patch * openssh-7.7p1-cavstest-kdf.patch * openssh-7.7p1-fips.patch * openssh-7.7p1-fips_checks.patch * openssh-7.7p1-ldap.patch * openssh-7.7p1-no_fork-no_pid_file.patch * openssh-7.7p1-sftp_print_diagnostic_messages.patch * openssh-8.0p1-gssapi-keyex.patch * openssh-8.1p1-audit.patch * openssh-8.1p1-seccomp-clock_nanosleep.patch - Removed openssh-7.7p1-seed-prng.patch (bsc#1165158).- add upstream signing key to actually verify source signature- Don't recommend xauth to avoid pulling in X.- Add patches to fix the sandbox blocking glibc on 32bit platforms (boo#1164061): * openssh-8.1p1-seccomp-clock_nanosleep_time64.patch * openssh-8.1p1-seccomp-clock_gettime64.patch- Add openssh-8.1p1-use-openssl-kdf.patch (jsc#SLE-9443). This performs key derivation using OpenSSL's SSHKDF facility, which allows OpenSSH to benefit from the former's FIPS certification status.- Make sure ssh-keygen runs if SSHD_AUTO_KEYGEN variable is unset or contains an unrecognized value (bsc#1157176).- Add openssh-8.1p1-seccomp-clock_nanosleep.patch, allow clock_nanosleep glibc master implements multiple functions using that syscall making the privsep sandbox kill the preauth process.- Update openssh-7.7p1-audit.patch to fix crash (bsc#1152730). Fix by Enzo Matsumiya (ematsumiya@suse.com). This was integrated in a separate code stream merged with the Oct. 10 update; the patch was also rebased and renamed to openssh-8.1p1-audit.patch.- Add openssh-7.9p1-keygen-preserve-perms.patch (bsc#1150574). This attempts to preserve the permissions of any existing known_hosts file when modified by ssh-keygen (for instance, with -R). - Added openssh-7.9p1-revert-new-qos-defaults.patch, which reverts an upstream commit that caused compatibility issues with other software (bsc#1136402).- Run 'ssh-keygen -A' on startup only if SSHD_AUTO_KEYGEN="yes" in /etc/sysconfig/ssh. This is set to "yes" by default, but can be changed by the system administrator (bsc#1139089).- Add openssh-7.9p1-keygen-preserve-perms.patch (bsc#1150574). This attempts to preserve the permissions of any existing known_hosts file when modified by ssh-keygen (for instance, with -R).- Version update to 8.1p1: * ssh-keygen(1): when acting as a CA and signing certificates with an RSA key, default to using the rsa-sha2-512 signature algorithm. Certificates signed by RSA keys will therefore be incompatible with OpenSSH versions prior to 7.2 unless the default is overridden (using "ssh-keygen -t ssh-rsa -s ..."). * ssh(1): Allow %n to be expanded in ProxyCommand strings * ssh(1), sshd(8): Allow prepending a list of algorithms to the default set by starting the list with the '^' character, E.g. "HostKeyAlgorithms ^ssh-ed25519" * ssh-keygen(1): add an experimental lightweight signature and verification ability. Signatures may be made using regular ssh keys held on disk or stored in a ssh-agent and verified against an authorized_keys-like list of allowed keys. Signatures embed a namespace that prevents confusion and attacks between different usage domains (e.g. files vs email). * ssh-keygen(1): print key comment when extracting public key from a private key. * ssh-keygen(1): accept the verbose flag when searching for host keys in known hosts (i.e. "ssh-keygen -vF host") to print the matching host's random-art signature too. * All: support PKCS8 as an optional format for storage of private keys to disk. The OpenSSH native key format remains the default, but PKCS8 is a superior format to PEM if interoperability with non-OpenSSH software is required, as it may use a less insecure key derivation function than PEM's. - Additional changes from 8.0p1 release: * scp(1): Add "-T" flag to disable client-side filtering of server file list. * sshd(8): Remove support for obsolete "host/port" syntax. * ssh(1), ssh-agent(1), ssh-add(1): Add support for ECDSA keys in PKCS#11 tokens. * ssh(1), sshd(8): Add experimental quantum-computing resistant key exchange method, based on a combination of Streamlined NTRU Prime 4591^761 and X25519. * ssh-keygen(1): Increase the default RSA key size to 3072 bits, following NIST Special Publication 800-57's guidance for a 128-bit equivalent symmetric security level. * ssh(1): Allow "PKCS11Provider=none" to override later instances of the PKCS11Provider directive in ssh_config, * sshd(8): Add a log message for situations where a connection is dropped for attempting to run a command but a sshd_config ForceCommand=internal-sftp restriction is in effect. * ssh(1): When prompting whether to record a new host key, accept the key fingerprint as a synonym for "yes". This allows the user to paste a fingerprint obtained out of band at the prompt and have the client do the comparison for you. * ssh-keygen(1): When signing multiple certificates on a single command-line invocation, allow automatically incrementing the certificate serial number. * scp(1), sftp(1): Accept -J option as an alias to ProxyJump on the scp and sftp command-lines. * ssh-agent(1), ssh-pkcs11-helper(8), ssh-add(1): Accept "-v" command-line flags to increase the verbosity of output; pass verbose flags though to subprocesses, such as ssh-pkcs11-helper started from ssh-agent. * ssh-add(1): Add a "-T" option to allowing testing whether keys in an agent are usable by performing a signature and a verification. * sftp-server(8): Add a "lsetstat@openssh.com" protocol extension that replicates the functionality of the existing SSH2_FXP_SETSTAT operation but does not follow symlinks. * sftp(1): Add "-h" flag to chown/chgrp/chmod commands to request they do not follow symlinks. * sshd(8): Expose $SSH_CONNECTION in the PAM environment. This makes the connection 4-tuple available to PAM modules that wish to use it in decision-making. * sshd(8): Add a ssh_config "Match final" predicate Matches in same pass as "Match canonical" but doesn't require hostname canonicalisation be enabled. * sftp(1): Support a prefix of '@' to suppress echo of sftp batch commands. * ssh-keygen(1): When printing certificate contents using "ssh-keygen -Lf /path/certificate", include the algorithm that the CA used to sign the cert. - Rebased patches: * openssh-7.7p1-IPv6_X_forwarding.patch * openssh-7.7p1-X_forward_with_disabled_ipv6.patch * openssh-7.7p1-cavstest-ctr.patch * openssh-7.7p1-cavstest-kdf.patch * openssh-7.7p1-disable_openssl_abi_check.patch * openssh-7.7p1-fips.patch * openssh-7.7p1-fips_checks.patch * openssh-7.7p1-hostname_changes_when_forwarding_X.patch * openssh-7.7p1-ldap.patch * openssh-7.7p1-seed-prng.patch * openssh-7.7p1-sftp_force_permissions.patch * openssh-7.7p1-sftp_print_diagnostic_messages.patch * openssh-8.0p1-gssapi-keyex.patch (formerly openssh-7.7p1-gssapi_key_exchange.patch) * openssh-8.1p1-audit.patch (formerly openssh-7.7p1-audit.patch) - Removed patches (integrated upstream): * 0001-upstream-Fix-two-race-conditions-in-sshd-relating-to.patch * openssh-7.7p1-seccomp_ioctl_s390_EP11.patch * openssh-7.9p1-CVE-2018-20685.patch * openssh-7.9p1-brace-expansion.patch * openssh-CVE-2019-6109-force-progressmeter-update.patch * openssh-CVE-2019-6109-sanitize-scp-filenames.patch * openssh-CVE-2019-6111-scp-client-wildcard.patch - Removed patches (obsolete): * openssh-openssl-1_0_0-compatibility.patch- don't install SuSEfirewall2 service on Factory, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- ssh-askpass: Try a fallback if the other option is not available- Fix a crash with GSSAPI key exchange (bsc#1136104) * modify openssh-7.7p1-gssapi_key_exchange.patch- Fix a double free() in the KDF CAVS testing tool (bsc#1065237) * modify openssh-7.7p1-cavstest-kdf.patch- Minor clean-up of the fips patches, modified openssh-7.7p1-fips.patch openssh-7.7p1-fips_checks.patch- Fix two race conditions in sshd relating to SIGHUP (bsc#1119183) * 0001-upstream-Fix-two-race-conditions-in-sshd-relating-to.patch- Correctly filter out non-compliant algorithms when in FIPS mode (bsc#1126397) * A hunk was applied to a wrong place due to a patch fuzz when the fips patch was being ported to openssh 7.9p1 - update openssh-7.7p1-fips.patch- Remove the "KexDHMin" config keyword (bsc#1127180) It used to allow lowering of the minimal allowed DH group size, which was increased to 2048 by upstream in the light of the Logjam attack. The code was broken since the upgrade to 7.6p1, but nobody noticed. As apparently no one needs the functionality any more, let's drop the patch. It's still possible to use the fixed 1024-bit diffie-hellman-group1-sha1 key exchange method when working with legacy systems. - drop openssh-7.7p1-disable_short_DH_parameters.patch - updated patches: openssh-7.7p1-fips.patch openssh-7.7p1-fips_checks.patch openssh-7.7p1-gssapi_key_exchange.patch- Handle brace expansion in scp when checking that filenames sent by the server side match what the client requested [bsc#1125687] * openssh-7.9p1-brace-expansion.patch- Updated security fixes: * [bsc#1121816, CVE-2019-6109] Sanitize scp filenames via snmprintf and have progressmeter force an update at the beginning and end of each transfer. Added patches: - openssh-CVE-2019-6109-sanitize-scp-filenames.patch - openssh-CVE-2019-6109-force-progressmeter-update.patch * [bsc#1121821, CVE-2019-6111] Check in scp client that filenames sent during remote->local directory copies satisfy the wildcard specified by the user. Added patch: - openssh-CVE-2019-6111-scp-client-wildcard.patch * Removed openssh-7.9p1-scp-name-validator.patch- Change the askpass wrapper to not use x11 interface: * by default we use the -gnome UI (which is gtk3 only, no gnome dep) * if desktop is KDE/LxQt we use ksshaskpass- Remove old conditionals- Move ssh-ldap* man pages into openssh-helpers [bsc#1051531]- Allow root login by default [bsc#1118114, bsc#1121196] * Added/updated previous patch openssh-7.7p1-allow_root_password_login.patch * Mention the change in README.SUSE- Added SLE conditionals in the spec files: * Keep gtk2-devel in openssh-askpass-gnome in SLE * Keep krb5-mini-devel in SLE - Removed obsolete configure options: * SSH protocol 1 --with-ssh1 * Smart card --with-opensc - Cleaned spec file with spec-cleaner- Security fix: * [bsc#1121816, CVE-2019-6109] scp client spoofing via object name * [bsc#1121818, CVE-2019-6110] scp client spoofing via stderr * [bsc#1121821, CVE-2019-6111] scp client missing received object name validation * Added patch openssh-7.9p1-scp-name-validator.patch- Security fix: [bsc#1121571, CVE-2018-20685] * The scp client allows remote SSH servers to bypass intended access restrictions * Added patch openssh-7.9p1-CVE-2018-20685.patch- Added compatibility with SuSEfirewall2 [bsc#1118044]- Update the firewall rules in Tumbleweed- Fix build with openssl < 1.1.0 * add openssh-openssl-1_0_0-compatibility.patch- openssh-7.7p1-audit.patch: fix sshd fatal error in mm_answer_keyverify: buffer error: incomplete message [bnc#1114008]- Version update to 7.9p1 * ssh(1), sshd(8): the setting of the new CASignatureAlgorithms option (see below) bans the use of DSA keys as certificate authorities. * sshd(8): the authentication success/failure log message has changed format slightly. It now includes the certificate fingerprint (previously it included only key ID and CA key fingerprint). * ssh(1), sshd(8): allow most port numbers to be specified using service names from getservbyname(3) (typically /etc/services). * sshd(8): support signalling sessions via the SSH protocol. A limited subset of signals is supported and only for login or command sessions (i.e. not subsystems) that were not subject to a forced command via authorized_keys or sshd_config. bz#1424 * ssh(1): support "ssh -Q sig" to list supported signature options. Also "ssh -Q help" to show the full set of supported queries. * ssh(1), sshd(8): add a CASignatureAlgorithms option for the client and server configs to allow control over which signature formats are allowed for CAs to sign certificates. For example, this allows banning CAs that sign certificates using the RSA-SHA1 signature algorithm. * sshd(8), ssh-keygen(1): allow key revocation lists (KRLs) to revoke keys specified by SHA256 hash. * ssh-keygen(1): allow creation of key revocation lists directly from base64-encoded SHA256 fingerprints. This supports revoking keys using only the information contained in sshd(8) authentication log messages. - Removed obsolete configuration option --with-tcp-wrappers, and - -with-opensc for s390 and s390x. - Removed patch merged upstream * openssh-7.7p1-openssl_1.1.0.patch - Refreshed patches * openssh-7.7p1-audit.patch * openssh-7.7p1-disable_short_DH_parameters.patch * openssh-7.7p1-fips.patch * openssh-7.7p1-gssapi_key_exchange.patch * openssh-7.7p1-seccomp_ipc_flock.patch * openssh-7.7p1-cavstest-ctr.patch * openssh-7.7p1-ldap.patch- Mention upstream bugs on multiple local patches - Adjust service to not spam restart and reload only on fails- Update openssh-7.7p1-sftp_force_permissions.patch from the upstream bug, and mention the bug in the spec- Drop patch openssh-7.7p1-allow_root_password_login.patch * There is no reason to set less secure default value, if users need the behaviour they can still set it up themselves - Drop patch openssh-7.7p1-blocksigalrm.patch * We had a bug way in past about this but it was never reproduced or even confirmed in the ticket, thus rather drop the patch- Disable ssh1 protocol support as neither RH or Debian enable this protocol by default anymore either.- Remove the mention of the SLE12 in the README.SUSE - Install firewall rules only when really needed ( ::1) before they are matched against known_hosts. bz#2763 * ssh(1): Don't accept junk after "yes" or "no" responses to hostkey prompts. bz#2803 * sftp(1): Have sftp print a warning about shell cleanliness when decoding the first packet fails, which is usually caused by shells polluting stdout of non-interactive startups. bz#2800 * ssh(1)/sshd(8): Switch timers in packet code from using wall-clock time to monotonic time, allowing the packet layer to better function over a clock step and avoiding possible integer overflows during steps. * Numerous manual page fixes and improvements.- Use TIRPC on suse_version >= 1500: sunrpc is deprecated and should be replaced by TIRPC.- additional rebased patches (bsc#1080779) * auditing support * LDAP integration * various distribution tweaks from SLE12 (X forwarding over IPv6, sftp forced permissions and verbose batch mode)- Use %license instead of %doc [bsc#1082318]- add OpenSSL 1.0 to 1.1 shim to remove dependency on old OpenSSL (update tracker: bsc#1080779)- Add missing crypto hardware enablement patches for IBM mainframes (FATE#323902)- add missing part of systemd integration (unit type)- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: allow the scheduler to pick systemd-mini flavors to get build going.- Replace forgotten references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) - tighten configuration access rights- Update to vanilla 7.6p1 Most important changes (more details below): * complete removal of the ancient SSHv1 protocol * sshd(8) cannot run without privilege separation * removal of suport for arcfourm blowfish and CAST ciphers and RIPE-MD160 HMAC * refuse RSA keys shorter than 1024 bits Distilled upstream log: - OpenSSH 7.3 - --- Security * sshd(8): Mitigate a potential denial-of-service attack against the system's crypt(3) function via sshd(8). An attacker could send very long passwords that would cause excessive CPU use in crypt(3). sshd(8) now refuses to accept password authentication requests of length greater than 1024 characters. Independently reported by Tomas Kuthan (Oracle), Andres Rojas and Javier Nieto. * sshd(8): Mitigate timing differences in password authentication that could be used to discern valid from invalid account names when long passwords were sent and particular password hashing algorithms are in use on the server. CVE-2016-6210, reported by EddieEzra.Harari at verint.com * ssh(1), sshd(8): Fix observable timing weakness in the CBC padding oracle countermeasures. Reported by Jean Paul Degabriele, Kenny Paterson, Torben Hansen and Martin Albrecht. Note that CBC ciphers are disabled by default and only included for legacy compatibility. * ssh(1), sshd(8): Improve operation ordering of MAC verification for Encrypt-then-MAC (EtM) mode transport MAC algorithms to verify the MAC before decrypting any ciphertext. This removes the possibility of timing differences leaking facts about the plaintext, though no such leakage has been observed. Reported by Jean Paul Degabriele, Kenny Paterson, Torben Hansen and Martin Albrecht. * sshd(8): (portable only) Ignore PAM environment vars when UseLogin=yes. If PAM is configured to read user-specified environment variables and UseLogin=yes in sshd_config, then a hostile local user may attack /bin/login via LD_PRELOAD or similar environment variables set via PAM. CVE-2015-8325, found by Shayan Sadigh. - --- New Features * ssh(1): Add a ProxyJump option and corresponding -J command-line flag to allow simplified indirection through a one or more SSH bastions or "jump hosts". * ssh(1): Add an IdentityAgent option to allow specifying specific agent sockets instead of accepting one from the environment. * ssh(1): Allow ExitOnForwardFailure and ClearAllForwardings to be optionally overridden when using ssh -W. bz#2577 * ssh(1), sshd(8): Implement support for the IUTF8 terminal mode as per draft-sgtatham-secsh-iutf8-00. * ssh(1), sshd(8): Add support for additional fixed Diffie-Hellman 2K, 4K and 8K groups from draft-ietf-curdle-ssh-kex-sha2-03. * ssh-keygen(1), ssh(1), sshd(8): support SHA256 and SHA512 RSA signatures in certificates; * ssh(1): Add an Include directive for ssh_config(5) files. * ssh(1): Permit UTF-8 characters in pre-authentication banners sent from the server. bz#2058 - --- Bugfixes * ssh(1), sshd(8): Reduce the syslog level of some relatively common protocol events from LOG_CRIT. bz#2585 * sshd(8): Refuse AuthenticationMethods="" in configurations and accept AuthenticationMethods=any for the default behaviour of not requiring multiple authentication. bz#2398 * sshd(8): Remove obsolete and misleading "POSSIBLE BREAK-IN ATTEMPT!" message when forward and reverse DNS don't match. bz#2585 * ssh(1): Close ControlPersist background process stderr except in debug mode or when logging to syslog. bz#1988 * misc: Make PROTOCOL description for direct-streamlocal@openssh.com channel open messages match deployed code. bz#2529 * ssh(1): Deduplicate LocalForward and RemoteForward entries to fix failures when both ExitOnForwardFailure and hostname canonicalisation are enabled. bz#2562 * sshd(8): Remove fallback from moduli to obsolete "primes" file that was deprecated in 2001. bz#2559. * sshd_config(5): Correct description of UseDNS: it affects ssh hostname processing for authorized_keys, not known_hosts; bz#2554 * ssh(1): Fix authentication using lone certificate keys in an agent without corresponding private keys on the filesystem. bz#2550 * sshd(8): Send ClientAliveInterval pings when a time-based RekeyLimit is set; previously keepalive packets were not being sent. bz#2252 - --- Portability * ssh(1), sshd(8): Fix compilation by automatically disabling ciphers not supported by OpenSSL. bz#2466 * misc: Fix compilation failures on some versions of AIX's compiler related to the definition of the VA_COPY macro. bz#2589 * sshd(8): Whitelist more architectures to enable the seccomp-bpf sandbox. bz#2590 * ssh-agent(1), sftp-server(8): Disable process tracing on Solaris using setpflags(__PROC_PROTECT, ...). bz#2584 * sshd(8): On Solaris, don't call Solaris setproject() with UsePAM=yes it's PAM's responsibility. bz#2425 - OpenSSH 7.4 - --- Potentially-incompatible changes * ssh(1): Remove 3des-cbc from the client's default proposal. 64-bit block ciphers are not safe in 2016 and we don't want to wait until attacks like SWEET32 are extended to SSH. As 3des-cbc was the only mandatory cipher in the SSH RFCs, this may cause problems connecting to older devices using the default configuration, but it's highly likely that such devices already need explicit configuration for key exchange and hostkey algorithms already anyway. * sshd(8): Remove support for pre-authentication compression. Doing compression early in the protocol probably seemed reasonable in the 1990s, but today it's clearly a bad idea in terms of both cryptography (cf. multiple compression oracle attacks in TLS) and attack surface. Pre-auth compression support has been disabled by default for >10 years. Support remains in the client. * ssh-agent will refuse to load PKCS#11 modules outside a whitelist of trusted paths by default. The path whitelist may be specified at run-time. * sshd(8): When a forced-command appears in both a certificate and an authorized keys/principals command= restriction, sshd will now refuse to accept the certificate unless they are identical. The previous (documented) behaviour of having the certificate forced-command override the other could be a bit confusing and error-prone. * sshd(8): Remove the UseLogin configuration directive and support for having /bin/login manage login sessions. - --- Security * ssh-agent(1): Will now refuse to load PKCS#11 modules from paths outside a trusted whitelist (run-time configurable). Requests to load modules could be passed via agent forwarding and an attacker could attempt to load a hostile PKCS#11 module across the forwarded agent channel: PKCS#11 modules are shared libraries, so this would result in code execution on the system running the ssh-agent if the attacker has control of the forwarded agent-socket (on the host running the sshd server) and the ability to write to the filesystem of the host running ssh-agent (usually the host running the ssh client). Reported by Jann Horn of Project Zero. * sshd(8): When privilege separation is disabled, forwarded Unix- domain sockets would be created by sshd(8) with the privileges of 'root' instead of the authenticated user. This release refuses Unix-domain socket forwarding when privilege separation is disabled (Privilege separation has been enabled by default for 14 years). Reported by Jann Horn of Project Zero. * sshd(8): Avoid theoretical leak of host private key material to privilege-separated child processes via realloc() when reading keys. No such leak was observed in practice for normal-sized keys, nor does a leak to the child processes directly expose key material to unprivileged users. Reported by Jann Horn of Project Zero. * sshd(8): The shared memory manager used by pre-authentication compression support had a bounds checks that could be elided by some optimising compilers. Additionally, this memory manager was incorrectly accessible when pre-authentication compression was disabled. This could potentially allow attacks against the privileged monitor process from the sandboxed privilege-separation process (a compromise of the latter would be required first). This release removes support for pre-authentication compression from sshd(8). Reported by Guido Vranken using the Stack unstable optimisation identification tool (http://css.csail.mit.edu/stack/) * sshd(8): Fix denial-of-service condition where an attacker who sends multiple KEXINIT messages may consume up to 128MB per connection. Reported by Shi Lei of Gear Team, Qihoo 360. * sshd(8): Validate address ranges for AllowUser and DenyUsers directives at configuration load time and refuse to accept invalid ones. It was previously possible to specify invalid CIDR address ranges (e.g. user@127.1.2.3/55) and these would always match, possibly resulting in granting access where it was not intended. Reported by Laurence Parry. - --- New Features * ssh(1): Add a proxy multiplexing mode to ssh(1) inspired by the version in PuTTY by Simon Tatham. This allows a multiplexing client to communicate with the master process using a subset of the SSH packet and channels protocol over a Unix-domain socket, with the main process acting as a proxy that translates channel IDs, etc. This allows multiplexing mode to run on systems that lack file- descriptor passing (used by current multiplexing code) and potentially, in conjunction with Unix-domain socket forwarding, with the client and multiplexing master process on different machines. Multiplexing proxy mode may be invoked using "ssh -O proxy ..." * sshd(8): Add a sshd_config DisableForwarding option that disables X11, agent, TCP, tunnel and Unix domain socket forwarding, as well as anything else we might implement in the future. Like the 'restrict' authorized_keys flag, this is intended to be a simple and future-proof way of restricting an account. * sshd(8), ssh(1): Support the "curve25519-sha256" key exchange method. This is identical to the currently-supported method named "curve25519-sha256@libssh.org". * sshd(8): Improve handling of SIGHUP by checking to see if sshd is already daemonised at startup and skipping the call to daemon(3) if it is. This ensures that a SIGHUP restart of sshd(8) will retain the same process-ID as the initial execution. sshd(8) will also now unlink the PidFile prior to SIGHUP restart and re-create it after a successful restart, rather than leaving a stale file in the case of a configuration error. bz#2641 * sshd(8): Allow ClientAliveInterval and ClientAliveCountMax directives to appear in sshd_config Match blocks. * sshd(8): Add %-escapes to AuthorizedPrincipalsCommand to match those supported by AuthorizedKeysCommand (key, key type, fingerprint, etc.) and a few more to provide access to the contents of the certificate being offered. * Added regression tests for string matching, address matching and string sanitisation functions. * Improved the key exchange fuzzer harness. - --- Bugfixes * ssh(1): Allow IdentityFile to successfully load and use certificates that have no corresponding bare public key. bz#2617 certificate id_rsa-cert.pub (and no id_rsa.pub). * ssh(1): Fix public key authentication when multiple authentication is in use and publickey is not just the first method attempted. bz#2642 * regress: Allow the PuTTY interop tests to run unattended. bz#2639 * ssh-agent(1), ssh(1): improve reporting when attempting to load keys from PKCS#11 tokens with fewer useless log messages and more detail in debug messages. bz#2610 * ssh(1): When tearing down ControlMaster connections, don't pollute stderr when LogLevel=quiet. * sftp(1): On ^Z wait for underlying ssh(1) to suspend before suspending sftp(1) to ensure that ssh(1) restores the terminal mode correctly if suspended during a password prompt. * ssh(1): Avoid busy-wait when ssh(1) is suspended during a password prompt. * ssh(1), sshd(8): Correctly report errors during sending of ext- info messages. * sshd(8): fix NULL-deref crash if sshd(8) received an out-of- sequence NEWKEYS message. * sshd(8): Correct list of supported signature algorithms sent in the server-sig-algs extension. bz#2547 * sshd(8): Fix sending ext_info message if privsep is disabled. * sshd(8): more strictly enforce the expected ordering of privilege separation monitor calls used for authentication and allow them only when their respective authentication methods are enabled in the configuration * sshd(8): Fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD but potentially crashy on Cygwin. * Fix false positive reports caused by explicit_bzero(3) not being recognised as a memory initialiser when compiled with - fsanitize-memory. * sshd_config(5): Use 2001:db8::/32, the official IPv6 subnet for configuration examples. - --- Portability * On environments configured with Turkish locales, fall back to the C/POSIX locale to avoid errors in configuration parsing caused by that locale's unique handling of the letters 'i' and 'I'. bz#2643 * sftp-server(8), ssh-agent(1): Deny ptrace on OS X using ptrace(PT_DENY_ATTACH, ..) * ssh(1), sshd(8): Unbreak AES-CTR ciphers on old (~0.9.8) OpenSSL. * Fix compilation for libcrypto compiled without RIPEMD160 support. * contrib: Add a gnome-ssh-askpass3 with GTK+3 support. bz#2640 * sshd(8): Improve PRNG reseeding across privilege separation and force libcrypto to obtain a high-quality seed before chroot or sandboxing. * All: Explicitly test for broken strnvis. NetBSD added an strnvis and unfortunately made it incompatible with the existing one in OpenBSD and Linux's libbsd (the former having existed for over ten years). Try to detect this mess, and assume the only safe option if we're cross compiling. - OpenSSH 7.5 - --- Potentially-incompatible changes * This release deprecates the sshd_config UsePrivilegeSeparation option, thereby making privilege separation mandatory. Privilege separation has been on by default for almost 15 years and sandboxing has been on by default for almost the last five. * The format of several log messages emitted by the packet code has changed to include additional information about the user and their authentication state. Software that monitors ssh/sshd logs may need to account for these changes. For example: Connection closed by user x 1.1.1.1 port 1234 [preauth] Connection closed by authenticating user x 10.1.1.1 port 1234 [preauth] Connection closed by invalid user x 1.1.1.1 port 1234 [preauth] Affected messages include connection closure, timeout, remote disconnection, negotiation failure and some other fatal messages generated by the packet code. * [Portable OpenSSH only] This version removes support for building against OpenSSL versions prior to 1.0.1. OpenSSL stopped supporting versions prior to 1.0.1 over 12 months ago (i.e. they no longer receive fixes for security bugs). - --- Security * ssh(1), sshd(8): Fix weakness in CBC padding oracle countermeasures that allowed a variant of the attack fixed in OpenSSH 7.3 to proceed. Note that the OpenSSH client disables CBC ciphers by default, sshd offers them as lowest-preference options and will remove them by default entriely in the next release. Reported by Jean Paul Degabriele, Kenny Paterson, Martin Albrecht and Torben Hansen of Royal Holloway, University of London. * sftp-client(1): [portable OpenSSH only] On Cygwin, a client making a recursive file transfer could be maniuplated by a hostile server to perform a path-traversal attack. creating or modifying files outside of the intended target directory. Reported by Jann Horn of Google Project Zero. - --- New Features * ssh(1), sshd(8): Support "=-" syntax to easily remove methods from algorithm lists, e.g. Ciphers=-*cbc. bz#2671 - --- Bugfixes * sshd(1): Fix NULL dereference crash when key exchange start messages are sent out of sequence. * ssh(1), sshd(8): Allow form-feed characters to appear in configuration files. * sshd(8): Fix regression in OpenSSH 7.4 support for the server-sig-algs extension, where SHA2 RSA signature methods were not being correctly advertised. bz#2680 * ssh(1), ssh-keygen(1): Fix a number of case-sensitivity bugs in known_hosts processing. bz#2591 bz#2685 * ssh(1): Allow ssh to use certificates accompanied by a private key file but no corresponding plain *.pub public key. bz#2617 * ssh(1): When updating hostkeys using the UpdateHostKeys option, accept RSA keys if HostkeyAlgorithms contains any RSA keytype. Previously, ssh could ignore RSA keys when only the ssh-rsa-sha2-* methods were enabled in HostkeyAlgorithms and not the old ssh-rsa method. bz#2650 * ssh(1): Detect and report excessively long configuration file lines. bz#2651 * Merge a number of fixes found by Coverity and reported via Redhat and FreeBSD. Includes fixes for some memory and file descriptor leaks in error paths. bz#2687 * ssh-keyscan(1): Correctly hash hosts with a port number. bz#2692 * ssh(1), sshd(8): When logging long messages to stderr, don't truncate "\r\n" if the length of the message exceeds the buffer. bz#2688 * ssh(1): Fully quote [host]:port in generated ProxyJump/-J command- line; avoid confusion over IPv6 addresses and shells that treat square bracket characters specially. * ssh-keygen(1): Fix corruption of known_hosts when running "ssh-keygen -H" on a known_hosts containing already-hashed entries. * Fix various fallout and sharp edges caused by removing SSH protocol 1 support from the server, including the server banner string being incorrectly terminated with only \n (instead of \r\n), confusing error messages from ssh-keyscan bz#2583 and a segfault in sshd if protocol v.1 was enabled for the client and sshd_config contained references to legacy keys bz#2686. * ssh(1), sshd(8): Free fd_set on connection timeout. bz#2683 * sshd(8): Fix Unix domain socket forwarding for root (regression in OpenSSH 7.4). * sftp(1): Fix division by zero crash in "df" output when server returns zero total filesystem blocks/inodes. * ssh(1), ssh-add(1), ssh-keygen(1), sshd(8): Translate OpenSSL errors encountered during key loading to more meaningful error codes. bz#2522 bz#2523 * ssh-keygen(1): Sanitise escape sequences in key comments sent to printf but preserve valid UTF-8 when the locale supports it; bz#2520 * ssh(1), sshd(8): Return reason for port forwarding failures where feasible rather than always "administratively prohibited". bz#2674 * sshd(8): Fix deadlock when AuthorizedKeysCommand or AuthorizedPrincipalsCommand produces a lot of output and a key is matched early. bz#2655 * Regression tests: several reliability fixes. bz#2654 bz#2658 bz#2659 * ssh(1): Fix typo in ~C error message for bad port forward cancellation. bz#2672 * ssh(1): Show a useful error message when included config files can't be opened; bz#2653 * sshd(8): Make sshd set GSSAPIStrictAcceptorCheck=yes as the manual page (previously incorrectly) advertised. bz#2637 * sshd_config(5): Repair accidentally-deleted mention of %k token in AuthorizedKeysCommand; bz#2656 * sshd(8): Remove vestiges of previously removed LOGIN_PROGRAM; bz#2665 * ssh-agent(1): Relax PKCS#11 whitelist to include libexec and common 32-bit compatibility library directories. * sftp-client(1): Fix non-exploitable integer overflow in SSH2_FXP_NAME response handling. * ssh-agent(1): Fix regression in 7.4 of deleting PKCS#11-hosted keys. It was not possible to delete them except by specifying their full physical path. bz#2682 - --- Portability * sshd(8): Avoid sandbox errors for Linux S390 systems using an ICA crypto coprocessor. * sshd(8): Fix non-exploitable weakness in seccomp-bpf sandbox arg inspection. * ssh(1): Fix X11 forwarding on OSX where X11 was being started by launchd. bz#2341 * ssh-keygen(1), ssh(1), sftp(1): Fix output truncation for various that contain non-printable characters where the codeset in use is ASCII. * build: Fix builds that attempt to link a kerberised libldns. bz#2603 * build: Fix compilation problems caused by unconditionally defining _XOPEN_SOURCE in wide character detection. * sshd(8): Fix sandbox violations for clock_gettime VSDO syscall fallback on some Linux/X32 kernels. bz#2142 - OpenSSH 7.6 - --- Potentially-incompatible changes This release includes a number of changes that may affect existing configurations: * ssh(1): delete SSH protocol version 1 support, associated configuration options and documentation. * ssh(1)/sshd(8): remove support for the hmac-ripemd160 MAC. * ssh(1)/sshd(8): remove support for the arcfour, blowfish and CAST ciphers. * Refuse RSA keys <1024 bits in length and improve reporting for keys that do not meet this requirement. * ssh(1): do not offer CBC ciphers by default. - --- Security * sftp-server(8): in read-only mode, sftp-server was incorrectly permitting creation of zero-length files. Reported by Michal Zalewski. - --- New Features * ssh(1): add RemoteCommand option to specify a command in the ssh config file instead of giving it on the client's command line. This allows the configuration file to specify the command that will be executed on the remote host. * sshd(8): add ExposeAuthInfo option that enables writing details of the authentication methods used (including public keys where applicable) to a file that is exposed via a $SSH_USER_AUTH environment variable in the subsequent session. * ssh(1): add support for reverse dynamic forwarding. In this mode, ssh will act as a SOCKS4/5 proxy and forward connections to destinations requested by the remote SOCKS client. This mode is requested using extended syntax for the - R and RemoteForward options and, because it is implemented solely at the client, does not require the server be updated to be supported. * sshd(8): allow LogLevel directive in sshd_config Match blocks; bz#2717 * ssh-keygen(1): allow inclusion of arbitrary string or flag certificate extensions and critical options. * ssh-keygen(1): allow ssh-keygen to use a key held in ssh-agent as a CA when signing certificates. bz#2377 * ssh(1)/sshd(8): allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value and just use the operating system default. * ssh-add(1): added -q option to make ssh-add quiet on success. * ssh(1): expand the StrictHostKeyChecking option with two new settings. The first "accept-new" will automatically accept hitherto-unseen keys but will refuse connections for changed or invalid hostkeys. This is a safer subset of the current behaviour of StrictHostKeyChecking=no. The second setting "off", is a synonym for the current behaviour of StrictHostKeyChecking=no: accept new host keys, and continue connection for hosts with incorrect hostkeys. A future release will change the meaning of StrictHostKeyChecking=no to the behaviour of "accept-new". bz#2400 * ssh(1): add SyslogFacility option to ssh(1) matching the equivalent option in sshd(8). bz#2705 - --- Bugfixes * ssh(1): use HostKeyAlias if specified instead of hostname for matching host certificate principal names; bz#2728 * sftp(1): implement sorting for globbed ls; bz#2649 * ssh(1): add a user@host prefix to client's "Permission denied" messages, useful in particular when using "stacked" connections (e.g. ssh -J) where it's not clear which host is denying. bz#2720 * ssh(1): accept unknown EXT_INFO extension values that contain \0 characters. These are legal, but would previously cause fatal connection errors if received. * ssh(1)/sshd(8): repair compression statistics printed at connection exit * sftp(1): print '?' instead of incorrect link count (that the protocol doesn't provide) for remote listings. bz#2710 * ssh(1): return failure rather than fatal() for more cases during session multiplexing negotiations. Causes the session to fall back to a non-mux connection if they occur. bz#2707 * ssh(1): mention that the server may send debug messages to explain public key authentication problems under some circumstances; bz#2709 * Translate OpenSSL error codes to better report incorrect passphrase errors when loading private keys; bz#2699 * sshd(8): adjust compatibility patterns for WinSCP to correctly identify versions that implement only the legacy DH group exchange scheme. bz#2748 * ssh(1): print the "Killed by signal 1" message only at LogLevel verbose so that it is not shown at the default level; prevents it from appearing during ssh -J and equivalent ProxyCommand configs. bz#1906, bz#2744 * ssh-keygen(1): when generating all hostkeys (ssh-keygen -A), clobber existing keys if they exist but are zero length. zero-length keys could previously be made if ssh-keygen failed or was interrupted part way through generating them. bz#2561 * ssh(1): fix pledge(2) violation in the escape sequence "~&" used to place the current session in the background. * ssh-keyscan(1): avoid double-close() on file descriptors; bz#2734 * sshd(8): avoid reliance on shared use of pointers shared between monitor and child sshd processes. bz#2704 * sshd_config(8): document available AuthenticationMethods; bz#2453 * ssh(1): avoid truncation in some login prompts; bz#2768 * sshd(8): Fix various compilations failures, inc bz#2767 * ssh(1): make "--" before the hostname terminate argument processing after the hostname too. * ssh-keygen(1): switch from aes256-cbc to aes256-ctr for encrypting new-style private keys. Fixes problems related to private key handling for no-OpenSSL builds. bz#2754 * ssh(1): warn and do not attempt to use keys when the public and private halves do not match. bz#2737 * sftp(1): don't print verbose error message when ssh disconnects from under sftp. bz#2750 * sshd(8): fix keepalive scheduling problem: activity on a forwarded port from preventing the keepalive from being sent; bz#2756 * sshd(8): when started without root privileges, don't require the privilege separation user or path to exist. Makes running the regression tests easier without touching the filesystem. * Make integrity.sh regression tests more robust against timeouts. bz#2658 * ssh(1)/sshd(8): correctness fix for channels implementation: accept channel IDs greater than 0x7FFFFFFF. - --- Portability * sshd(9): drop two more privileges in the Solaris sandbox: PRIV_DAX_ACCESS and PRIV_SYS_IB_INFO; bz#2723 * sshd(8): expose list of completed authentication methods to PAM via the SSH_AUTH_INFO_0 PAM environment variable. bz#2408 * ssh(1)/sshd(8): fix several problems in the tun/tap forwarding code, mostly to do with host/network byte order confusion. bz#2735 * Add --with-cflags-after and --with-ldflags-after configure flags to allow setting CFLAGS/LDFLAGS after configure has completed. These are useful for setting sanitiser/fuzzing options that may interfere with configure's operation. * sshd(8): avoid Linux seccomp violations on ppc64le over the socketcall syscall. * Fix use of ldns when using ldns-config; bz#2697 * configure: set cache variables when cross-compiling. The cross- compiling fallback message was saying it assumed the test passed, but it wasn't actually set the cache variables and this would cause later tests to fail. * Add clang libFuzzer harnesses for public key parsing and signature verification. - packaging: * moving patches into a separate archive * first round of rebased patches: [-X11_trusted_forwarding] [-allow_root_password_login] [-blocksigalrm] [-cavstest-ctr] [-cavstest-kdf] [-disable_short_DH_parameters] [-eal3] [-enable_PAM_by_default] [-fips] [-fips_checks] [-gssapi_key_exchange] [-hostname_changes_when_forwarding_X] [-lastlog] [-missing_headers] [-pam_check_locks] [-pts_names_formatting] [-remove_xauth_cookies_on_exit] [-seccomp_geteuid] [-seccomp_getuid] [-seccomp_stat] [-seed-prng] [-send_locale] [-systemd-notify] * not rebased (obsoleted) patches (so far): [-additional_seccomp_archs] [-allow_DSS_by_default] [-default_protocol] [-dont_use_pthreads_in_PAM] [-eal3_obsolete] [-gssapimitm] [-saveargv-fix] * obviously removing all standalone patch files: [openssh-7.2p2-allow_root_password_login.patch] [openssh-7.2p2-allow_DSS_by_default.patch] [openssh-7.2p2-X11_trusted_forwarding.patch] [openssh-7.2p2-lastlog.patch] [openssh-7.2p2-enable_PAM_by_default.patch] [openssh-7.2p2-dont_use_pthreads_in_PAM.patch] [openssh-7.2p2-eal3.patch] [openssh-7.2p2-blocksigalrm.patch] [openssh-7.2p2-send_locale.patch] [openssh-7.2p2-hostname_changes_when_forwarding_X.patch] [openssh-7.2p2-remove_xauth_cookies_on_exit.patch] [openssh-7.2p2-pts_names_formatting.patch] [openssh-7.2p2-pam_check_locks.patch] [openssh-7.2p2-disable_short_DH_parameters.patch] [openssh-7.2p2-seccomp_getuid.patch] [openssh-7.2p2-seccomp_geteuid.patch] [openssh-7.2p2-seccomp_stat.patch] [openssh-7.2p2-additional_seccomp_archs.patch] [openssh-7.2p2-fips.patch] [openssh-7.2p2-cavstest-ctr.patch] [openssh-7.2p2-cavstest-kdf.patch] [openssh-7.2p2-seed-prng.patch] [openssh-7.2p2-gssapi_key_exchange.patch] [openssh-7.2p2-audit.patch] [openssh-7.2p2-audit_fixes.patch] [openssh-7.2p2-audit_seed_prng.patch] [openssh-7.2p2-login_options.patch] [openssh-7.2p2-disable_openssl_abi_check.patch] [openssh-7.2p2-no_fork-no_pid_file.patch] [openssh-7.2p2-host_ident.patch] [openssh-7.2p2-sftp_homechroot.patch] [openssh-7.2p2-sftp_force_permissions.patch] [openssh-7.2p2-X_forward_with_disabled_ipv6.patch] [openssh-7.2p2-ldap.patch] [openssh-7.2p2-IPv6_X_forwarding.patch] [openssh-7.2p2-ignore_PAM_with_UseLogin.patch] [openssh-7.2p2-prevent_timing_user_enumeration.patch] [openssh-7.2p2-limit_password_length.patch] [openssh-7.2p2-keep_slogin.patch] [openssh-7.2p2-kex_resource_depletion.patch] [openssh-7.2p2-verify_CIDR_address_ranges.patch] [openssh-7.2p2-restrict_pkcs11-modules.patch] [openssh-7.2p2-prevent_private_key_leakage.patch] [openssh-7.2p2-secure_unix_sockets_forwarding.patch] [openssh-7.2p2-ssh_case_insensitive_host_matching.patch] [openssh-7.2p2-disable_preauth_compression.patch] [openssh-7.2p2-s390_hw_crypto_syscalls.patch] [openssh-7.2p2-s390_OpenSSL-ibmpkcs11_syscalls.patch]- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- sshd_config is has now permissions 0600 in secure mode- Fix preauth seccomp separation on mainframes (bsc#1016709) [openssh-7.2p2-s390_hw_crypto_syscalls.patch] [openssh-7.2p2-s390_OpenSSL-ibmpkcs11_syscalls.patch] - enable case-insensitive hostname matching (bsc#1017099) [openssh-7.2p2-ssh_case_insensitive_host_matching.patch] - add CAVS tests [openssh-7.2p2-cavstest-ctr.patch] [openssh-7.2p2-cavstest-kdf.patch] - Adding missing pieces for user matching (bsc#1021626) - Properly verify CIDR masks in configuration (bsc#1005893) [openssh-7.2p2-verify_CIDR_address_ranges.patch] - Remove pre-auth compression support from the server to prevent possible cryptographic attacks. (CVE-2016-10012, bsc#1016370) [openssh-7.2p2-disable_preauth_compression.patch] - limit directories for loading PKCS11 modules (CVE-2016-10009, bsc#1016366) [openssh-7.2p2-restrict_pkcs11-modules.patch] - Prevent possible leaks of host private keys to low-privilege process handling authentication (CVE-2016-10011, bsc#1016369) [openssh-7.2p2-prevent_private_key_leakage.patch] - Do not allow unix socket forwarding when running without privilege separation (CVE-2016-10010, bsc#1016368) [openssh-7.2p2-secure_unix_sockets_forwarding.patch] - prevent resource depletion during key exchange (bsc#1005480, CVE-2016-8858) [openssh-7.2p2-kex_resource_depletion.patch] - fix suggested command for removing conflicting server keys from the known_hosts file (bsc#1006221) - enable geteuid{,32} syscalls on mainframes, since it may be called from libica/ibmica on machines with hardware crypto accelerator (bsc#1004258) [openssh-7.2p2-seccomp_geteuid.patch] - fix regression of (bsc#823710) [openssh-7.2p2-audit_fixes.patch] - add slogin (removed upstreams) [openssh-7.2p2-keep_slogin.patch] - require OpenSSL < 1.1 where that one is a default- sshd.service: Set TasksMax=infinity, as there should be no limit on the amount of tasks sshd can run.- remaining patches that were still missing since the update to 7.2p2 (FATE#319675): - allow X forwarding over IPv4 when IPv6 sockets is not available [openssh-7.2p2-X_forward_with_disabled_ipv6.patch] - do not write PID file when not daemonizing [openssh-7.2p2-no_fork-no_pid_file.patch] - use correct options when invoking login [openssh-7.2p2-login_options.patch] - helper application for retrieving users' public keys from an LDAP server [openssh-7.2p2-ldap.patch] - allow forcing permissions over sftp [openssh-7.2p2-sftp_force_permissions.patch] - do not perform run-time checks for OpenSSL API/ABI change [openssh-7.2p2-disable_openssl_abi_check.patch] - suggest commands for cleaning known hosts file [openssh-7.2p2-host_ident.patch] - sftp home chroot patch [openssh-7.2p2-sftp_homechroot.patch] - ssh sessions auditing [openssh-7.2p2-audit.patch] - enable seccomp sandbox on additional architectures [openssh-7.2p2-additional_seccomp_archs.patch] - fix forwarding with IPv6 addresses in DISPLAY (bnc#847710) [openssh-7.2p2-IPv6_X_forwarding.patch] - ignore PAM environment when using login (bsc#975865, CVE-2015-8325) [openssh-7.2p2-ignore_PAM_with_UseLogin.patch] - limit accepted password length (prevents possible DoS) (bsc#992533, CVE-2016-6515) [openssh-7.2p2-limit_password_length.patch] - Prevent user enumeration through the timing of password processing (bsc#989363, CVE-2016-6210) [openssh-7.2p2-prevent_timing_user_enumeration.patch] - Add auditing for PRNG re-seeding [openssh-7.2p2-audit_seed_prng.patch]- FIPS compatibility (no selfchecks, only crypto restrictions) [openssh-7.2p2-fips.patch] - PRNG re-seeding [openssh-7.2p2-seed-prng.patch] - preliminary version of GSSAPI KEX [openssh-7.2p2-gssapi_key_exchange.patch]- added gpg signature- enable support for SSHv1 protocol and discourage its usage (bsc#983307) - enable DSA by default for backward compatibility and discourage its usage (bsc#983784) [openssh-7.2p2-allow_DSS_by_default.patch]- enable trusted X11 forwarding by default [openssh-7.2p2-X11_trusted_forwarding.patch] - set UID for lastlog properly [openssh-7.2p2-lastlog.patch] - enable use of PAM by default [openssh-7.2p2-enable_PAM_by_default.patch] - copy command line arguments properly [openssh-7.2p2-saveargv-fix.patch] - do not use pthreads in PAM code [openssh-7.2p2-dont_use_pthreads_in_PAM.patch] - fix paths in documentation [openssh-7.2p2-eal3.patch] - prevent race consitions triggered by SIGALRM [openssh-7.2p2-blocksigalrm.patch] - do send and accept locale environment variables by default [openssh-7.2p2-send_locale.patch] - handle hostnames changes during X forwarding [openssh-7.2p2-hostname_changes_when_forwarding_X.patch] - try to remove xauth cookies on exit [openssh-7.2p2-remove_xauth_cookies_on_exit.patch] - properly format pts names for ?tmp? log files [openssh-7.2p2-pts_names_formatting.patch] - check locked accounts when using PAM [openssh-7.2p2-pam_check_locks.patch] - chenge default PermitRootLogin to 'yes' to prevent unwanted surprises on updates from older versions. See README.SUSE for details [openssh-7.2p2-allow_root_password_login.patch] - Disable DH parameters under 2048 bits by default and allow lowering the limit back to the RFC 4419 specified minimum through an option (bsc#932483, bsc#948902) [openssh-7.2p2-disable_short_DH_parameters.patch] - Add getuid() and stat() syscalls to the seccomp filter (bsc#912436) [openssh-7.2p2-seccomp_getuid.patch, openssh-7.2p2-seccomp_stat.patch]- upgrade to 7.2p2 upstream package without any SUSE patches Distilled upstream log: - OpenSSH 6.7 Potentially-incompatible changes: * sshd(8): The default set of ciphers and MACs has been altered to remove unsafe algorithms. In particular, CBC ciphers and arcfour* are disabled by default. The full set of algorithms remains available if configured explicitly via the Ciphers and MACs sshd_config options. * sshd(8): Support for tcpwrappers/libwrap has been removed. * OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections using the curve25519-sha256@libssh.org KEX exchange method to fail when connecting with something that implements the specification correctly. OpenSSH 6.7 disables this KEX method when speaking to one of the affected versions. New Features: * ssh(1), sshd(8): Add support for Unix domain socket forwarding. A remote TCP port may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. * ssh(1), ssh-keygen(1): Add support for SSHFP DNS records for ED25519 key types. * sftp(1): Allow resumption of interrupted uploads. * ssh(1): When rekeying, skip file/DNS lookups of the hostkey if it is the same as the one sent during initial key exchange * sshd(8): Allow explicit ::1 and 127.0.0.1 forwarding bind addresses when GatewayPorts=no; allows client to choose address family * sshd(8): Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is executed, mirroring the no-user-rc authorized_keys option * ssh(1): Add a %C escape sequence for LocalCommand and ControlPath that expands to a unique identifer based on a hash of the tuple of (local host, remote user, hostname, port). Helps avoid exceeding miserly pathname limits for Unix domain sockets in multiplexing control paths * sshd(8): Make the "Too many authentication failures" message include the user, source address, port and protocol in a format similar to the authentication success / failure messages Bugfixes: * sshd(8): Fix remote forwarding with the same listen port but different listen address. * ssh(1): Fix inverted test that caused PKCS#11 keys that were explicitly listed in ssh_config or on the commandline not to be preferred. * ssh-keygen(1): Fix bug in KRL generation: multiple consecutive revoked certificate serial number ranges could be serialised to an invalid format. Readers of a broken KRL caused by this bug will fail closed, so no should-have-been-revoked key will be accepted. * ssh(1): Reflect stdio-forward ("ssh -W host:port ...") failures in exit status. Previously we were always returning 0 * ssh(1), ssh-keygen(1): Make Ed25519 keys' title fit properly in the randomart border * ssh-agent(1): Only cleanup agent socket in the main agent process and not in any subprocesses it may have started (e.g. forked askpass). Fixes agent sockets being zapped when askpass processes fatal() * ssh-add(1): Make stdout line-buffered; saves partial output getting lost when ssh-add fatal()s part-way through (e.g. when listing keys from an agent that supports key types that ssh-add doesn't) * ssh-keygen(1): When hashing or removing hosts, don't choke on @revoked markers and don't remove @cert-authority markers * ssh(1): Don't fatal when hostname canonicalisation fails and a ProxyCommand is in use; continue and allow the ProxyCommand to connect anyway (e.g. to a host with a name outside the DNS behind a bastion) * scp(1): When copying local->remote fails during read, don't send uninitialised heap to the remote end. * sftp(1): Fix fatal "el_insertstr failed" errors when tab-completing filenames with a single quote char somewhere in the string * ssh-keyscan(1): Scan for Ed25519 keys by default. * ssh(1): When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any certificate keys to plain keys and attempt SSHFP resolution. Prevents a server from skipping SSHFP lookup and forcing a new-hostkey dialog by offering only certificate keys. - OpenSSH 6.8 Potentially-incompatible changes: * sshd(8): UseDNS now defaults to 'no'. Configurations that match against the client host name (via sshd_config or authorized_keys) may need to re-enable it or convert to matching against addresses. New Features: * Add FingerprintHash option to ssh(1) and sshd(8), and equivalent command-line flags to the other tools to control algorithm used for key fingerprints. The default changes from MD5 to SHA256 and format from hex to base64. Fingerprints now have the hash algorithm prepended. An example of the new format: SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE Please note that visual host keys will also be different. * ssh(1), sshd(8): Experimental host key rotation support. Add a protocol extension for a server to inform a client of all its available host keys after authentication has completed. The client may record the keys in known_hosts, allowing it to upgrade to better host key algorithms and a server to gracefully rotate its keys. The client side of this is controlled by a UpdateHostkeys config option (default off). * ssh(1): Add a ssh_config HostbasedKeyType option to control which host public key types are tried during host-based authentication. * ssh(1), sshd(8): fix connection-killing host key mismatch errors when sshd offers multiple ECDSA keys of different lengths. * ssh(1): when host name canonicalisation is enabled, try to parse host names as addresses before looking them up for canonicalisation. fixes bz#2074 and avoiding needless DNS lookups in some cases. * ssh-keygen(1), sshd(8): Key Revocation Lists (KRLs) no longer require OpenSSH to be compiled with OpenSSL support. * ssh(1), ssh-keysign(8): Make ed25519 keys work for host based authentication. * sshd(8): SSH protocol v.1 workaround for the Meyer, et al, Bleichenbacher Side Channel Attack. Fake up a bignum key before RSA decryption. * sshd(8): Remember which public keys have been used for authentication and refuse to accept previously-used keys. This allows AuthenticationMethods=publickey,publickey to require that users authenticate using two _different_ public keys. * sshd(8): add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options to allow sshd to control what public key types will be accepted. Currently defaults to all. * sshd(8): Don't count partial authentication success as a failure against MaxAuthTries. * ssh(1): Add RevokedHostKeys option for the client to allow text-file or KRL-based revocation of host keys. * ssh-keygen(1), sshd(8): Permit KRLs that revoke certificates by serial number or key ID without scoping to a particular CA. * ssh(1): Add a "Match canonical" criteria that allows ssh_config Match blocks to trigger only in the second config pass. * ssh(1): Add a -G option to ssh that causes it to parse its configuration and dump the result to stdout, similar to "sshd -T". * ssh(1): Allow Match criteria to be negated. E.g. "Match !host". * The regression test suite has been extended to cover more OpenSSH features. The unit tests have been expanded and now cover key exchange. Bugfixes: * ssh-keyscan(1): ssh-keyscan has been made much more robust again servers that hang or violate the SSH protocol. * ssh(1), ssh-keygen(1): Fix regression: Key path names were being lost as comment fields. * ssh(1): Allow ssh_config Port options set in the second config parse phase to be applied (they were being ignored). * ssh(1): Tweak config re-parsing with host canonicalisation - make the second pass through the config files always run when host name canonicalisation is enabled (and not whenever the host name changes) * ssh(1): Fix passing of wildcard forward bind addresses when connection multiplexing is in use * ssh-keygen(1): Fix broken private key conversion from non-OpenSSH formats. * ssh-keygen(1): Fix KRL generation bug when multiple CAs are in use. * Various fixes to manual pages - OpenSSH 6.9 Security: * ssh(1): when forwarding X11 connections with ForwardX11Trusted=no, connections made after ForwardX11Timeout expired could be permitted and no longer subject to XSECURITY restrictions because of an ineffective timeout check in ssh(1) coupled with "fail open" behaviour in the X11 server when clients attempted connections with expired credentials. This problem was reported by Jann Horn. * ssh-agent(1): fix weakness of agent locking (ssh-add -x) to password guessing by implementing an increasing failure delay, storing a salted hash of the password rather than the password itself and using a timing-safe comparison function for verifying unlock attempts. This problem was reported by Ryan Castellucci. New Features: * ssh(1), sshd(8): promote chacha20-poly1305@openssh.com to be the default cipher * sshd(8): support admin-specified arguments to AuthorizedKeysCommand * sshd(8): add AuthorizedPrincipalsCommand that allows retrieving authorized principals information from a subprocess rather than a file. * ssh(1), ssh-add(1): support PKCS#11 devices with external PIN entry devices * sshd(8): allow GSSAPI host credential check to be relaxed for multihomed hosts via GSSAPIStrictAcceptorCheck option * ssh-keygen(1): support "ssh-keygen -lF hostname" to search known_hosts and print key hashes rather than full keys. * ssh-agent(1): add -D flag to leave ssh-agent in foreground without enabling debug mode Bugfixes: * ssh(1), sshd(8): deprecate legacy SSH2_MSG_KEX_DH_GEX_REQUEST_OLD message and do not try to use it against some 3rd-party SSH implementations that use it (older PuTTY, WinSCP). * Many fixes for problems caused by compile-time deactivation of SSH1 support (including bz#2369) * ssh(1), sshd(8): cap DH-GEX group size at 4Kbits for Cisco implementations as some would fail when attempting to use group sizes >4K * ssh(1): fix out-of-bound read in EscapeChar configuration option parsing * sshd(8): fix application of PermitTunnel, LoginGraceTime, AuthenticationMethods and StreamLocalBindMask options in Match blocks * ssh(1), sshd(8): improve disconnection message on TCP reset; bz#2257 * ssh(1): remove failed remote forwards established by muliplexing from the list of active forwards * sshd(8): make parsing of authorized_keys "environment=" options independent of PermitUserEnv being enabled * sshd(8): fix post-auth crash with permitopen=none * ssh(1), ssh-add(1), ssh-keygen(1): allow new-format private keys to be encrypted with AEAD ciphers * ssh(1): allow ListenAddress, Port and AddressFamily configuration options to appear in any order * sshd(8): check for and reject missing arguments for VersionAddendum and ForceCommand * ssh(1), sshd(8): don't treat unknown certificate extensions as fatal * ssh-keygen(1): make stdout and stderr output consistent * ssh(1): mention missing DISPLAY environment in debug log when X11 forwarding requested * sshd(8): correctly record login when UseLogin is set * sshd(8): Add some missing options to sshd -T output and fix output of VersionAddendum and HostCertificate. bz#2346 * Document and improve consistency of options that accept a "none" argument" TrustedUserCAKeys, RevokedKeys (bz#2382), AuthorizedPrincipalsFile (bz#2288) * ssh(1): include remote username in debug output * sshd(8): avoid compatibility problem with some versions of Tera Term, which would crash when they received the hostkeys notification message (hostkeys-00@openssh.com) * sshd(8): mention ssh-keygen -E as useful when comparing legacy MD5 host key fingerprints * ssh(1): clarify pseudo-terminal request behaviour and use make manual language consistent * ssh(1): document that the TERM environment variable is not subject to SendEnv and AcceptEnv - OpenSSH 7.0: This focuses primarily on deprecating weak, legacy and/or unsafe cryptography. Security: * sshd(8): OpenSSH 6.8 and 6.9 incorrectly set TTYs to be world- writable. Local attackers may be able to write arbitrary messages to logged-in users, including terminal escape sequences. Reported by Nikolay Edigaryev. * sshd(8): Portable OpenSSH only: Fixed a privilege separation weakness related to PAM support. Attackers who could successfully compromise the pre-authentication process for remote code execution and who had valid credentials on the host could impersonate other users. Reported by Moritz Jodeit. * sshd(8): Portable OpenSSH only: Fixed a use-after-free bug related to PAM support that was reachable by attackers who could compromise the pre-authentication process for remote code execution. Also reported by Moritz Jodeit. * sshd(8): fix circumvention of MaxAuthTries using keyboard- interactive authentication. By specifying a long, repeating keyboard-interactive "devices" string, an attacker could request the same authentication method be tried thousands of times in a single pass. The LoginGraceTime timeout in sshd(8) and any authentication failure delays implemented by the authentication mechanism itself were still applied. Found by Kingcope. Potentially-incompatible Changes: * Support for the legacy SSH version 1 protocol is disabled by default at compile time. * Support for the 1024-bit diffie-hellman-group1-sha1 key exchange is disabled by default at run-time. It may be re-enabled using the instructions in README.legacy or http://www.openssh.com/legacy.html * Support for ssh-dss, ssh-dss-cert-* host and user keys is disabled by default at run-time. These may be re-enabled using the instructions at http://www.openssh.com/legacy.html * Support for the legacy v00 cert format has been removed. * The default for the sshd_config(5) PermitRootLogin option has changed from "yes" to "prohibit-password". * PermitRootLogin=without-password/prohibit-password now bans all interactive authentication methods, allowing only public-key, hostbased and GSSAPI authentication (previously it permitted keyboard-interactive and password-less authentication if those were enabled). New Features: * ssh_config(5): add PubkeyAcceptedKeyTypes option to control which public key types are available for user authentication. * sshd_config(5): add HostKeyAlgorithms option to control which public key types are offered for host authentications. * ssh(1), sshd(8): extend Ciphers, MACs, KexAlgorithms, HostKeyAlgorithms, PubkeyAcceptedKeyTypes and HostbasedKeyTypes options to allow appending to the default set of algorithms instead of replacing it. Options may now be prefixed with a '+' to append to the default, e.g. "HostKeyAlgorithms=+ssh-dss". * sshd_config(5): PermitRootLogin now accepts an argument of 'prohibit-password' as a less-ambiguous synonym of 'without- password'. Bugfixes: * ssh(1), sshd(8): add compatability workarounds for Cisco and more PuTTY versions. * Fix some omissions and errors in the PROTOCOL and PROTOCOL.mux documentation relating to Unix domain socket forwarding * ssh(1): Improve the ssh(1) manual page to include a better description of Unix domain socket forwarding * ssh(1), ssh-agent(1): skip uninitialised PKCS#11 slots, fixing failures to load keys when they are present. * ssh(1), ssh-agent(1): do not ignore PKCS#11 hosted keys that wth empty CKA_ID * sshd(8): clarify documentation for UseDNS option - OpenSSH 7.1: Security: * sshd(8): OpenSSH 7.0 contained a logic error in PermitRootLogin= prohibit-password/without-password that could, depending on compile-time configuration, permit password authentication to root while preventing other forms of authentication. This problem was reported by Mantas Mikulenas. Bugfixes: * ssh(1), sshd(8): add compatability workarounds for FuTTY * ssh(1), sshd(8): refine compatability workarounds for WinSCP * Fix a number of memory faults (double-free, free of uninitialised memory, etc) in ssh(1) and ssh-keygen(1). Reported by Mateusz Kocielski. - OpenSSH 7.1p2: * SECURITY: ssh(1): The OpenSSH client code between 5.4 and 7.1 contains experimential support for resuming SSH-connections (roaming). The matching server code has never been shipped, but the client code was enabled by default and could be tricked by a malicious server into leaking client memory to the server, including private client user keys. The authentication of the server host key prevents exploitation by a man-in-the-middle, so this information leak is restricted to connections to malicious or compromised servers. MITIGATION: For OpenSSH >= 5.4 the vulnerable code in the client can be completely disabled by adding 'UseRoaming no' to the gobal ssh_config(5) file, or to user configuration in ~/.ssh/config, or by passing -oUseRoaming=no on the command line. PATCH: See below for a patch to disable this feature (Disabling Roaming in the Source Code). This problem was reported by the Qualys Security Advisory team. * SECURITY: Eliminate the fallback from untrusted X11-forwarding to trusted forwarding for cases when the X server disables the SECURITY extension. Reported by Thomas Hoger. * SECURITY: Fix an out of-bound read access in the packet handling code. Reported by Ben Hawkes. * PROTOCOL: Correctly interpret the 'first_kex_follows' option during the intial key exchange. Reported by Matt Johnston. * Further use of explicit_bzero has been added in various buffer handling code paths to guard against compilers aggressively doing dead-store removal. Potentially-incompatible changes: * This release disables a number of legacy cryptographic algorithms by default in ssh: + Several ciphers blowfish-cbc, cast128-cbc, all arcfour variants and the rijndael-cbc aliases for AES. + MD5-based and truncated HMAC algorithms. - OpenSSH 7.2: Security: * ssh(1), sshd(8): remove unfinished and unused roaming code (was already forcibly disabled in OpenSSH 7.1p2). * ssh(1): eliminate fallback from untrusted X11 forwarding to trusted forwarding when the X server disables the SECURITY extension. * ssh(1), sshd(8): increase the minimum modulus size supported for diffie-hellman-group-exchange to 2048 bits. * sshd(8): pre-auth sandboxing is now enabled by default (previous releases enabled it for new installations via sshd_config). New Features: * all: add support for RSA signatures using SHA-256/512 hash algorithms based on draft-rsa-dsa-sha2-256-03.txt and draft-ssh-ext-info-04.txt. * ssh(1): Add an AddKeysToAgent client option which can be set to 'yes', 'no', 'ask', or 'confirm', and defaults to 'no'. When enabled, a private key that is used during authentication will be added to ssh-agent if it is running (with confirmation enabled if set to 'confirm'). * sshd(8): add a new authorized_keys option "restrict" that includes all current and future key restrictions (no-*-forwarding, etc.). Also add permissive versions of the existing restrictions, e.g. "no-pty" -> "pty". This simplifies the task of setting up restricted keys and ensures they are maximally-restricted, regardless of any permissions we might implement in the future. * ssh(1): add ssh_config CertificateFile option to explicitly list certificates. bz#2436 * ssh-keygen(1): allow ssh-keygen to change the key comment for all supported formats. * ssh-keygen(1): allow fingerprinting from standard input, e.g. "ssh-keygen -lf -" * ssh-keygen(1): allow fingerprinting multiple public keys in a file, e.g. "ssh-keygen -lf ~/.ssh/authorized_keys" bz#1319 * sshd(8): support "none" as an argument for sshd_config Foreground and ChrootDirectory. Useful inside Match blocks to override a global default. bz#2486 * ssh-keygen(1): support multiple certificates (one per line) and reading from standard input (using "-f -") for "ssh-keygen -L" * ssh-keyscan(1): add "ssh-keyscan -c ..." flag to allow fetching certificates instead of plain keys. * ssh(1): better handle anchored FQDNs (e.g. 'cvs.openbsd.org') in hostname canonicalisation - treat them as already canonical and remove the trailing '.' before matching ssh_config. Bugfixes: * sftp(1): existing destination directories should not terminate recursive uploads (regression in openssh 6.8) * ssh(1), sshd(8): correctly send back SSH2_MSG_UNIMPLEMENTED replies to unexpected messages during key exchange. * ssh(1): refuse attempts to set ConnectionAttempts=0, which does not make sense and would cause ssh to print an uninitialised stack variable. * ssh(1): fix errors when attempting to connect to scoped IPv6 addresses with hostname canonicalisation enabled. * sshd_config(5): list a couple more options usable in Match blocks. * sshd(8): fix "PubkeyAcceptedKeyTypes +..." inside a Match block. * ssh(1): expand tilde characters in filenames passed to -i options before checking whether or not the identity file exists. Avoids confusion for cases where shell doesn't expand (e.g. "-i ~/file" vs. "-i~/file"). * ssh(1): do not prepend "exec" to the shell command run by "Match exec" in a config file, which could cause some commands to fail in certain environments. * ssh-keyscan(1): fix output for multiple hosts/addrs on one line when host hashing or a non standard port is in use * sshd(8): skip "Could not chdir to home directory" message when ChrootDirectory is active. * ssh(1): include PubkeyAcceptedKeyTypes in ssh -G config dump. * sshd(8): avoid changing TunnelForwarding device flags if they are already what is needed; makes it possible to use tun/tap networking as non-root user if device permissions and interface flags are pre-established * ssh(1), sshd(8): RekeyLimits could be exceeded by one packet. * ssh(1): fix multiplexing master failure to notice client exit. * ssh(1), ssh-agent(1): avoid fatal() for PKCS11 tokens that present empty key IDs. * sshd(8): avoid printf of NULL argument. * ssh(1), sshd(8): allow RekeyLimits larger than 4GB. * ssh-keygen(1): sshd(8): fix several bugs in (unused) KRL signature support. * ssh(1), sshd(8): fix connections with peers that use the key exchange guess feature of the protocol. * sshd(8): include remote port number in log messages. * ssh(1): don't try to load SSHv1 private key when compiled without SSHv1 support. * ssh-agent(1), ssh(1): fix incorrect error messages during key loading and signing errors. * ssh-keygen(1): don't leave empty temporary files when performing known_hosts file edits when known_hosts doesn't exist. * sshd(8): correct packet format for tcpip-forward replies for requests that don't allocate a port * ssh(1), sshd(8): fix possible hang on closed output. * ssh(1): expand %i in ControlPath to UID. * ssh(1), sshd(8): fix return type of openssh_RSA_verify. * ssh(1), sshd(8): fix some option parsing memory leaks. * ssh(1): add a some debug output before DNS resolution; it's a place where ssh could previously silently stall in cases of unresponsive DNS servers. * ssh(1): remove spurious newline in visual hostkey. * ssh(1): fix printing (ssh -G ...) of HostKeyAlgorithms=+... * ssh(1): fix expansion of HostkeyAlgorithms=+... Documentation: * ssh_config(5), sshd_config(5): update default algorithm lists to match current reality. * ssh(1): mention -Q key-plain and -Q key-cert query options. * sshd_config(8): more clearly describe what AuthorizedKeysFile=none does. * ssh_config(5): better document ExitOnForwardFailure. * sshd(5): mention internal DH-GEX fallback groups in manual. * sshd_config(5): better description for MaxSessions option. Portability: * sshd(8): fix multiple authentication using S/Key. - OpenSSH 7.2p2: Security: * sshd(8): sanitise X11 authentication credentials to avoid xauth command injection when X11Forwarding is enabled. (removing patches from previous version: * CVE-2016-0777_CVE-2016-0778.patch * openssh-6.6p1-X11-forwarding.patch * openssh-6.6p1-X_forward_with_disabled_ipv6.patch * openssh-6.6p1-audit1-remove_duplicit_audit.patch * openssh-6.6p1-audit2-better_audit_of_user_actions.patch * openssh-6.6p1-audit3-key_auth_usage-fips.patch * openssh-6.6p1-audit3-key_auth_usage.patch * openssh-6.6p1-audit4-kex_results-fips.patch * openssh-6.6p1-audit4-kex_results.patch * openssh-6.6p1-audit5-session_key_destruction.patch * openssh-6.6p1-audit6-server_key_destruction.patch * openssh-6.6p1-audit7-libaudit_compat.patch * openssh-6.6p1-audit8-libaudit_dns_timeouts.patch * openssh-6.6p1-blocksigalrm.patch * openssh-6.6p1-curve25519-6.6.1p1.patch * openssh-6.6p1-default-protocol.patch * openssh-6.6p1-disable-openssl-abi-check.patch * openssh-6.6p1-eal3.patch * openssh-6.6p1-fingerprint_hash.patch * openssh-6.6p1-fips-checks.patch * openssh-6.6p1-fips.patch * openssh-6.6p1-gssapi_key_exchange.patch * openssh-6.6p1-gssapimitm.patch * openssh-6.6p1-host_ident.patch * openssh-6.6p1-key-converter.patch * openssh-6.6p1-lastlog.patch * openssh-6.6p1-ldap.patch * openssh-6.6p1-login_options.patch * openssh-6.6p1-no_fork-no_pid_file.patch * openssh-6.6p1-pam-check-locks.patch * openssh-6.6p1-pam-fix2.patch * openssh-6.6p1-pam-fix3.patch * openssh-6.6p1-pts.patch * openssh-6.6p1-saveargv-fix.patch * openssh-6.6p1-seccomp_getuid.patch * openssh-6.6p1-seccomp_stat.patch * openssh-6.6p1-seed-prng.patch * openssh-6.6p1-send_locale.patch * openssh-6.6p1-sftp_force_permissions.patch * openssh-6.6p1-sftp_homechroot.patch * openssh-6.6p1-xauth.patch * openssh-6.6p1-xauthlocalhostname.patch)- update seccomp sandbox that broke after OpenSSL update (bsc#912436, bsc#977812) [openssh-6.6p1-seccomp_stat.patch]- openssh-6.6p1-ldap.patch: replace TRUE/FALSE with 1/0, since this defines did come via an indirect header inclusion and are not everywhere defined.- CVE-2016-0777, bsc#961642, CVE-2016-0778, bsc#961645 Add CVE-2016-0777_CVE-2016-0778.patch to disable the roaming code to prevent information leak and buffer overflow- gpg signature and keyring added. pub 3200R/6D920D30 2013-12-10 [expires: 2021-01-01] uid Damien Miller sub 3200R/672A1105 2013-12-10 [expires: 2021-01-01]- fix bashisms in sshd.init script/bin/sh/bin/sh/bin/sh/bin/sh/bin/shs390zp32 1689934627 8.4p1-150300.3.22.18.4p1-150300.3.22.18.4p1-150300.3.22.1 sshdslp.reg.dssh.regsshd_configSuSEfirewall2.dservicessshdsftp-serversshd.servicesshd.confrcsshdsshdsshd-gen-keys-startsysconfig.sshsshd_config.5.gzsftp-server.8.gzsshd.8.gzsshd/etc/pam.d//etc//etc/slp.reg.d//etc/ssh//etc/sysconfig//etc/sysconfig/SuSEfirewall2.d//etc/sysconfig/SuSEfirewall2.d/services//usr/lib/ssh//usr/lib/systemd/system//usr/lib/sysusers.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man8//var/lib/-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:29890/SUSE_SLE-15-SP3_Update/2102b9f359ddd3a98ebcb62e2dfc157c-openssh.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxASCII textdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=37a1404ef2504f109db0a9b1857ee35c30b0b128, 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]=f8e6be483da63264dd28d321e987b365e81239ef, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)4!R#RRRRRRRRRRR!RRR"R0R$RPRR-R(R*R/R!R RRRRRRRRRRRRRR&R R)R,RR.R0RR+R%R'RRR* ['<auditutf-84bc979b785efa1fb928d22bce8b3f219cf5ebbe2e8a4e36914a8ce62f78a092f?P7zXZ !t/] crv(vX08Oa=zϾVPFsZT.:(#8R5*{'î)o_QIDF8Aar1όs yo?~Mjd-=>Eř3,k b^ލ.+8!9Bȴ a,|G1t!~T^%B]0!f4w_\ A+>PƵW\p7lt#Tc=nI屐zwqNm? :zFXFJfw.J6q l\! X\==yhӕXםSo5hm53 qgl!q>dOݡ}%,f0'tSO0FO>37>'CQWnR;xy>wILB?)#0h+k9ٳmo,c z& =XDYlDHg&R/~ ϡ&^LzoeUtBtJs2c(yu :(葱T.fX8מYg1.7K_P !﹛W3i\9z @Ӧm" ,+=pqkǓ\}#@\*ˁ__TnW-SW 3tVPe *.i9D,4%:5f㋌Q{۝.}4)0t38vCfa *%-M rHd;/. l۵{>lڃdVϋ7ܻơC{;W)A[ϸce/ȫK .]Q0O{b'K`BTohWTUeHMW~a㱃ɒQ9y$02AL7%ciT?x`x|홐Mse_--y:z`s2AnAG7S5qh@q~X<A{q:- v3r(C@ CQX7CCjS> Fb/tuxȁK-{UsI0t:jOVm'"WN =̑",Gݯop{bP<m!CXNMUF\504\377]!8=c F+٠`08( ) 5Z86S?j}f֖I3sU j*q!Tl'Cm~f 0'*kJ|ʥh,qMS~w}=X/ŢnAi·@r7r_r!ޣE)ීh?@7z0u!IgH]ic\A17ٖ7<'`C9S,ɫd^Y'v@b AM`n73:9W@U<'k)ZI2\vDdzibh{ѺH[>7K#`T  1m[;'cS&HtѮnF`r #ZbdTOL0CF=`6(AVFQ ˟ q߁Z1(e"pcQ( AR.?B4;4OaDfk;"G["i)Ȋ:Otaaչ.>+1ļ3[ ߎ-iY9azڟUԡvl[udYe>[c3k|~n58,GV\:a?eb'Xn[[G8l2>ȸtE綥B2];:@: c/h Btʑr9l>#p `ذr8.Fi)^RZxѳs p#oDG+H{A=~DD\l-5z Y*^չkOڐW 5/b5n2HS[[: JMCVԚV&V8tڨDYIYM\U?Qx4*@oJ$м ,ENry! `6ZKX~=|Dᣫ8{<vTa>@Sc5]НGȺ.Ż@gޔKMb u&jGcїItS?dVͶz H4ȡBb54=xE"Lx{$TΤMDfיUɒ֜uՀ˂*۱ZI{ ՙn <ZA䈘G3^$ixAĈUV y noJ4mk W5͜}Ng5UZFVN n H$OVIE |DCd0Ыˮ;>JjDu0"08B'.u\vD g3W./-9ok^kwZ&&g'sc[%^ߜhiVj'VltJfY" @wg =H<\ @a4!cZʬ ݹ8}i{a ȳ"F/p:UFI!)9|AĐɠ 'N>&I;m/MK0qM#z"rIĐ6mߡuCe%ƒaE! ~ N 6 ( ۠vb\e#C~ 4_QKD,Wh2e:Z^.*):p١,PLo,Opn0i+4)7;ȍ]5_L%yr8pT+n='J./8ŋ;\>uN0-BG q&{"ȭG}0ŠkFNX^.=ϞHu9QS{oۓzb@[*e=5r Ֆ@^=H;]LCj{ebm^6MB7+7*WK,CAQ<(<ԹC6djOԭ ͏q37Vg\ ҂I/T'ޤޭΔ [mC9p/&Aq@yp?@hh>N3R̈@(ԋ%jޘnढ1YbꛙHĈSAFQqJpa1PѷXҌZRV&2R*f^35Ԃiܬ?u֊?(v,DR7<}d |= o`(igJnHi8nܬ5G$/y;Y`:13悀/yV{6n2Dħot7 *3hC9V[j׋s`Y5;wXh%59-uҐf/=49)@P %_U=ĝm"b}܉۱0ijrqqg(=|' gt2BYVíqVnԦ4,ɉS$Ju7okPQF LPZ9{6xw[/9]] yyn44j2t_lr` Y'%eN+ }$B,%c.XZsaFO ACc*UWѶL_XmVtEj {5毷KP"chcyg7k>TWb>s8_|N1._O{ՊX:/sJ+5r(6qkXi]j 6_D4 sHch4??ĵ%TZ!d|%gg&櫦^6ڝ>̫[$"ڢ@ J8ߡ'5uq|" M9j؟43Q@{3:'j ?AU[֢툣]a=H$4R :chD 5;Rh`m׃\,QjMa2K3NjSiZ ``c-,mmH} ef=k/xb-owܘ=pkcAKjR;tamu/ߣNXfah@|:g}!Ikїm0ڬyw7 Bl:9l:S[jaˁW;[eH9~9 l`-eUbܼFނu e6>U i樊@@} cFf6/_%G2ۤ63reC*eT^0T 9\[d rao=7RZC9 V؞NYHI#0-eD v_{'6ήM!NՃ/Wgge#]ҥV5s .I.H{]̉'w:t k~E"͂>*oؒCe/hsȔq=$?Z>62]ܟB$eci &36T F}[E- E2Ô\@Vo3NTWdwxZ* &?c|H>3 b$\$O!Aރ>LJSB^Rk,Bt_Fz4X"A$y#Wl.lY; 律.bk[ n3`aߙ h#/I X> 6blAFA+!y¨-dq«;2Of7 Q!(kch 9AVrrGЗGe2$j:Cؒ!;m :[] `Y[,1hD[Ґb&ӆ F3դv:6ɉ2/|~ t)}:B<=i-2%wՄ;I)q{jR@ +$fJHyJV+0`$/u3S`d66 cvvRjw`gG <Ί鼏_2/JB9X ^>`9-tv d(ә~F͆Chu5a BҔ I7Zk 樼Y]|s Zۡ>!#F9gDۨ½P:s7i7n8,\׈wEZI湩wrxSH~I9, w39Qn4AnSDб&+?/,tP(,h,r[oYv,jX=N[eQZH\+wʒlϼ_׎|$e8iBVcҌ–d 84k1_ʇ^};Pz ҥss [NqSt:cFඊUD@y31`, cUIkU_k3%cMd1d) 2ɅųP5Iҽ.-AJUvT(X:n>~D`J+QJ+ˣϥ~ #ɑf$a!^W8@B#"ђ% qE ,ƶMLA9A~#4v{Bo`hq49|Ц p^P?:mlNU`xay* kGc=-'zuv \ˍ6I U$`²XZY@-ĹfP0RT:Sġ4H/\gw\s<"&Q B1f`]pzp,+Ϻ~߸EF}Eԝ _s6!%/,;i֗zM34٪ ~ZT.t!HohS_c] cwj**~Y3]o(HH'RΆ49DvªRV7p!~euuCBR,VǥpjU9P#_Ԥe)^-Bu]C,@dj<S[R\SF`+19iM'!SJEtjM^E6MU}OOtk5өOJ/3#jiŌ& |Ʊ[sSZesN^*%F0|Ihɜ9Wk{2 mth7D(e$)=Wy$A3/Y_G)2Lsg04mX:?6o@=r'7êN^rfp޽dHOv-"a^<ߓ2!Pr=u"+?%2"f{Z\6%3vu^`p 4ƍOEfx+h]P%R 3H]@^7P  gmsRdLW^W懵jYmCM=̰qhl[؉\Rt+>/G^D $ 0ZdI03Y 6NVj7VjDM7PU:Ѓhd^5d ;o0Go#놢r \ 9I>Іr^Cdy: `I E"ت~7(&plҪ ,FrRW{G8Dj"ZE ;ȶYHo208( ijhPcAO2[a$w14 zakVf̸ :@BoO Kba'4{yqDAZt]^)ҍ\JDT7[b^" ruv&;d@`Y[q=Md>-,%tpe(Sk>O}]fe*WY}C|f$9")_C[)3O;Rph$2)Ui> 2J@SoO,U9F~ +:@.Y,cBZSCOXXIa= yp|q˝eďJЎ J0Y`~\4!,Њ&NeY]rßh&`@m?D;agaλI9 Fe<[)ikd:`!_Rg<˄,QD!i&U6oźB6!>G-DJ0XS\=a2\|&zϱoUh1}ȉWj,v'7^U9ل)( 2bk6c@+6k\9~>RrT1YBT/$;Ї_z Ts\q7psj)qQɄT1ݓQ>C<{r@10߸]Br)~!<@1JIԐh,-sE+˔+DdtòR=:/땻bIu=H8io6Nb}i܆lYC-퍠VJޕ޲j;Iˋ;$`(:kB&rŘԺ}VAm8ɉ٥[u(.D,0LMvu=+@sCiKI焦=HEQY>!Tu좃hq^f ?#S8'" %68dxPKcǐ*ykؙ_.a2[˳6 E_zvQ'Ы5F*o 9WڦȥpsF̞$,Տ`[|@?҂.yy)z 6IbMc (6GkMu[V(w1Cyr_p8trM#vӥñ|s) BS[6dwH{ +|9 d{悶^nL;Q8MC^Fi1wQľ0QmcX"O&M0Hfl(g79"%fЃ P+ 6ͤгlR-ю&|ЦP@T(>Z 9f#FB! *?o=4+N($Ou` -#@̀g~n#SJ8SG&׊0jjzFw?"J̇~nqOJ⛠Z1\ֳ]AOTy;wwF"35.sYԳ )q> k"9Lǽ+i zҔ*ۍlcTWF,B.ut[7' B=Ֆ=`nlCڱ-QXLE$scJ:&^ue=㘅n1&+QMTey;\00?U+t˱ a^h{o8|S7E݁P lP1ӝ/X6j AU!QfxEnnwvfk:K?b:w8ޢS9sU[D|w^Q[Z TcYQ$qXvvc(U('eٗG\%8mX1A߉"twL$<#(8O*r@C@Cnڑ׀;kio'6x;ƺc7+]}^ؤtQ5xen{IJhC&/ )5ɟpaX/QjªYQ8v =b"}ȌlXꁎTgi6Vٵ_ y+b(fNQuUKXz:%z1< I(Q9jz˥%8)O4 ։\Fѽ-# zS; LXxjvcQNS0W -_FR4"Tr{i7rp*TR}DgN}p?ՉV_R®6Z5O)|ZfRRahShH̰TY+db'Zsep11۶@erE66-͘sSsˉNJ-V@?$BࠠGyՔD,%. k֟#k Sw[ų3 ~Yx/=ؑyM`x ~ŁѽC9BB9!lAS\Չ#E7:<^2\Rx 1tv1 8X`u";ɰܸz9>!F\_f0i> p 7Ӓn zm7xu\_N5wʸqYQ'_"sIѹ6~n+9g<DPeBƮK% j3y Hz#`B-Eo0$O)*AfKES9;{vZꒊ;wq,߬qu.4zOKK_BQn{j)ڪz]z2%|cQnwb4*:tܔ1D7픺7=&%ξ6F[cvm H-8'$ty}Pd,ZwDR8 KUfЙwvsmŊNg 2`3f]G*YN~,F|y$Sh= A} nZ:#; V *Mg0*t+ۗG@_cV-'WKn%ȔZJ#46~D֍'0I,o?ˋuu';n sxsfά?kY x$dn<Oqkt@H'Ɓܑ կ`+N)hUm|C<~#裰wP.{cY8^|nq?ëw a㯶obG3˻D޻+odmhd.aQvZdIяCHtæh׫W-"f3 ]RTu @E^6~;m5ʉ:Y(s䉐ͺ)"!Lp]CnNbW[]ދh,bAMTz{W,CU.__~_W'B XNjH7 +9N v<Wb{✓zo:  .}moa6qK>8Sh3yAwCN検3_'cJ*a.[^$qjnA T6T[+NeJ rKgoc#F &3d9L_\ĜYXMw%$zVTcʢҎ:̃vן˝m-c1ݐ}Iw+().}c8)pfӧ^|b3Rinʚ jndCN&DRBJn`߲툒z{lX)QeԼeɛrX)N[ TJVWƷIJ0~] ׫%0ihG- 3ZH,{vjrNxk}-T2. 3)wW.T?ͱ힫9 %ё RbJr|+d|av!A˥EiCV9W`&PB7&BscAE-[7Rtѽa1+x}@riuyqڷ7xZt&3 31qϢlE!#DjÀv#B =Sg2s&*W'>[>OV@?, 8l6^V~Eif'֘8 +r|}}b.L~k#_tҷ7e.vC5wI }IJ[.@  PSwlEq)1,BᴆevqaQ..t'[ÀqA/YusbEdzbx#ao%by]oK?DGm 5:V]2#ѳytsn?(@ vK@*(?5m=p{%7AV7dnz[Ñ;vEԽ1]TW3Uſ1r4>ralV"3lO._w|AA$AW%M}82jpکUSl&n=t$H QMy5H.аE.̫Ra#Qݬg'-z`V WѸ o-;9\ nyoa! =` y/_]4yIB;9]iVRq Uej_N˼["z,Ko wA˖#[˩RR$@q.- qknD7lbaÏ"άOIn+lQ5+͜Đ/- s \7FV=~Jdֶñ6<bü"0`! Ԫ?>c.ՑebUk a<)Gf~;}:1;eQ=`0he$NdW ,'gnACλ7uo!sԬ|kt!gW\w3 X}]j#Cۢmyx| 6 C\wKؗD~p. g$e >& ":pMJ~-/ 攝~ϐ#ېvLt):uƺ5Ti218"{B {X1Ώ;Ei)5J 4*yLb8 1 qq=~$5SeᚉtZx*ccOo|5~7-^}^1 sNk \j3 ʌ7G3  'ؐM^ 썂(8XJX0_%[dR&ŘZj:~j!oom ]$DZrj] G-= SZ r jgf~.;%}9uTZյ%)b/Ե|BA3Ta[%tYJ"_D% k/f昌/+! Rv_n & "=:C=5[ vM\}ӳ$ٹQGjURv6ڊeоE> DJe*ßO#q#tEKi5[/d@@>Srel}g?\UGCϛx|Տ~`t0Ta55!jwWdDN ld|{[#_!)sDO+NSk*Wl@>$>h M[) Bź%=I6o~ڴ8TgDel)9?1';}UKRL`5bA}oj禷{-4 #z{nhty> E?}MaBlŋPKRӍ(.#Kjq H1Ew @zƮg65AAq.Lm?b.1M;iN$G13I -udin*MMQl`@ZۡuP229!Eh.&: }?RM(k#Ӊ:,viDD.DLP5+n0woOYN]C7ބun3:-x21N}ŻMNPGTHkoToLpX]__L9U \tlr|o[R:m̔ :sQq X/IއުwX W `roÙl8X;w#z0iHя5%q+;S7@͐t|e1ei"; ]F 3Ό"& FrMy[4iQ8y &doOdԌrI{ lQ$PJI?n`Cf&D2WY +{_ BB:pS,)oҷq+Kpn5ɗĎic%f+5)h,rAMchTqYi hGJ0Crȴ잌 5ƀR2[#d=d~mB5bfݻ;0H=AxLA}.w|]ZO]DM[\N M(\u˔? kޞC^v;z \PEiEvSJz4j%bfC1vzv#ƅ%ʪhR}eS8@}NJxIB5jx}u?KsgPvW3RTis ģ %LSw߉{uJѰ^F_f (¡v&oȵ iO<7O󶵯.FJuIU9Hj!L ڕ*,m & C* LY(xf9롄 j9%6[SC$zXݟؾUU;Q7 4 f(~Io2a%Ga}qIqI j3BJzpwSǩXK&OnqsO?+[P{ɈRq-K"XQ/Ƅ;BE ']+5gLNS+F‰5ؾZsjOJnE"au_MbcE(Õ =kzhnDFcPu\cۧmg/Tlҥ ^k VEWխdՔ)P# -2%-9Pq;[,5zcX^^vԟm 5g*\~mI007uh%iiXmRe 2Oh&hW9Љt''w"eR !dXL "B]Z0fD^h  x5>u\TOgTR<=%GMDh+=e(Q;!IP3 ?2Iw%khiOYH6tQ<( g~c!GbL9B>_.`XRRDLJn}8 o|F;أ@7iqN<6ZkrY1Wov0IGڸ:/I6pU"!' $38 a^H o5NZ:P^2֐uLȵiWey:Cpz;Γ]~ձ44M jH+z*2}ҁԺYu@f25*: .yM0sQ{.eXcҽa}6)hsZmEGU^]l3h"](\vf>=*6Gܒ j,a 3#?jλk˺r6aq;{Ɲ ANird;52[GOetM@,7>[ʫ guu#X8z[pj]ZMiF@$C6u'Ǯɲ6:`IiuQoҘz/F<?׮$K)qƊ4jcksf}ŖݪlF Ճ$tfn BBCYL(oheݭc!ch Gja@22E!'"w4p!z`+{a-#&+BiU83Gh˞ *r~Sh'B8S^XH%)Y=@`axmlJQ|UqpBUiۍR)YPUkˉ9$*|)k{K7WiL6La, 1 T+و b^^`5`aFF/g/`aT.w8p5Qw}ykކaJ nq6\r+-\Z_sPzUx9h Mz:/, :O扑*]`БJ)Ewq8ƒ:l*>5l{ĺTA[ AQuhrƎ;lRlIܓcY B ͗$kÀ@]B'5(cyxQ)qHFF0~;P9NbhЅ @q2!v"{A)k FwoϠ+w髥a@WǠCpN3]:( *<[ؑZx:ݚLu Mճ{j}FEmO24RK6cݚ27@/>'\şn+sF饝H.,#pd7 Pwp)}ӽO^Y蚌}2,Vޮ٭.O[Lĩ 3‚,fu& RRSLn ڋӌW%n` cP$lC1ji02(nMSxq*Uj;Xf> ^3bg"ZBHcDa)ɗR<quTy71vp&P*BR]%Z8W`*sj4xnD0Xk8g 5Ĺ+_}ƌJ4 =攷a DW}S.¢W yKyBd)aϑg Z`6s"iu?  7E(lmn^&Zd5T7 1`Ƥ+Zݱ]s" bðT3kH NDa&a^ǧ^j)b΂HϔzyyBbm"'>Y3o EӄQּʟU^OcQ8,-[vzSaBV }:KbBwCW ~j@+?\[pZO %T=}x=^mΊXyG "*(#Pf GDUQa*1{|w0ւv-R<x7W&ۺ!GBd%$Ig:9FQR}`B m){o_-+Rй2 %/sw^Ԝm0tf&C%ǘ2 }{L{~0,^>oDl"@Uuάvc.p`C0Ë#~L ߂Aa.hhK{n/E y-S,/qd,~BNgbI`mR9H~ kۥ7{  ZUAT?15L-ZOd\?;5N&B /0*^ޘ{B³thX|)wl@Tdg_l.ܬiK I0t .NݓZ>nCq SX)ւ/=K 4HሒE!0n"=k`a!UjSƈLOex.ٕ^ fT X Yާ+,>/ UKſ0ݐmּv J7?ӄ$^|=bÎm5d5s|b^q1{چ93ᗷBeĆvIsGAe?LJj+y(4 z fBa=$2=^B"RG9d" ;0m,wf|Z-iÑ7/İ/ZX]E#/u/>%nMx{Ⰻ :x2#LFpoqkfM4ƕ0|6ZN,}R9jĿWڭ9~^ לi " ll+h̴5ї< |𿕵Oom?ߌn~lk)=@aU,w<*3~c[$#5J)٥&εGHgE_k{YRܯ>\8e]d~0TƖP:rj}agW(=i]n)YmTiR`l^\Tn?xI.ۏ@4 Y,ט iTf4v u8(_?Ivf"j 2lάYQí7ǜyQUp|ބ1va>D%zmm)չOCy_gdqz %ҒPaOVE LDdkʂA?#Ý:A1ٷ΁׌,qQG~IOi4:∫,1' +.^(ry}6!Cр(&s|e RaZ(Hwo@PM4c|azMJAR`I˯R/*vk^P֦V&UѬ!g哣m>^3T${KƼ9z-d!6t#Ky^6%-p=f1r#a9Xkh*]z/g/i|%9M#tdS}-3Ԣk q$BD͊J$ħeiDQh/GJ˙;6l)U*Fw)%?[m";.!$*û @Ȃ!t@eckw.G_خLzy^N`Ղ;M ^ީۢvb5`c;je? ,a=_ Ϛ.-g['52+ ijT-!H0 N J0D! >BvJ'*m1X"n6=BgvLf oiެfԵw| f~3 je#z<18AbV3`ۡee&D=T}Ҽlf1URK UTq%RV 2TjYĖ:xۋ0$Qj 0 Gێr[ uJ5m?(R. 4|^Ij F7"~^`[X3{e-7wCr¶ zRNjr MJNq1edaQU: `,`*-vL߱䉛IGzSVCoWj*ۉ:hk] G@C<}Z``~#h $;'ڴ;)8O|*ݼ",³Յ6xT/Ǒlb1,2yg1$)ɋvCiĿ5jW8`~eiq1Nu2! &sw&⁶ <KpdUoy ~vR|BAyO/ydEv%S^G)ܺqhu  ]EaV5ofܗnqld=\*2 DǴݪu5̗ybs)h;xZjGcx1ِ>0j2uNCfEn{/|h)#LBMp&/%.XSE`r8-k/qQZOa޺X.{20uLc*cR~l eصّ2pzaVlB} Gul$o]\R}W$փԝYBޝ~]𽈧3jLzx9 'cbmXXW6葋': 3O3}j̵mqhhVdNIh.$-@ ZB 8bnP{-B9SdAAH_ Ȼ›#Gz#C|-" @=]3|sA]]))`ŐKHꩧsS.Pbp\f#$ l1ZKs)-O j!ޠ Ҡ@ B${u}c!FcK@u_NI< 䳶 P;Nwf!:hoX!K{àm-Qj)qȗ;z I2y;ЂjX+pUr4@I$p$nI/H7ӤuOCꅻ^*`>etRq7mDN gIׇTV'?=YťǶe4/bZZ1zEY̴פxn71u,YϟR іhN^ڹtq#f?caCƴ>ld'OE}?Ue !ڙAf%.T .eɊ69H~R=a3B "P~:b~s]f` nˀFnz]|X{2V ~~}ή6n-SVXErlFiu˱\_ܟ\ٞYEW;gmOШ~%64a KcA X\PDF6_Kn=͙#K9^5ԩkn =⦆!%]52C7Z:lWDKH֓}N쥽E lXJДⲞ[7~q +T[5rx:*W+Ygtw/,\i%.ܳN~,LkIةao;% -Y\/t4_$yb`IO;9,pJGz ܊vڇHP3}rVV!9VWeڎ}wUTI5vP, g"BQXXh@1ĺ~L2S6*LdR…\ HQ# n(9F ] ~p-+fVظђHV TV' fSMX,uegy˕΅bClG^cqƠ9.hvzl|%/f"A}dSg3+Yo;q6^m?_K. ՟Z4 G3\0 p ,A0!v&WkU#i0. DyaI崏ԢOcɋ/lL@޷2%2/%ǔG5~ʹX|/P;ЩKTMP=Da| Ր2Oq?K[cϬ?\L'-=;9IUˠ.rC-j dJ:8s?o8Zn#,Tǽх0h`֙Q$LV<Äl)A X&HH2jE*_TIxfLttt[露]fŻ7 G6+ *yK@ٹoqU02eղh!þOnkH](¨N҄ D-F`Y'6ZL9%8-I?*0)PCߎL'iO5 ˔.gaG\I uglGS$'my9څ:M~JL+Ɓ(g,- F!k #9+.F<`=*Qy_qUH KYnԻ_2g\)x@4瑝݃\#~/G"&eFS ZuvG24|n/qҚCMJæ υ-Mcz-" KmR! ~K(uxQ[z$۸J>by/7!$ex}m1 >8q;=y׎ 2O˂encW]AaՓ$3%,8KاGj&L.޵N ^K[`z$W8`A 8)`V^l]w: A`ݙ }8Rp=u|fAi)C,O#>014Tf}%9*Qo!@˘[{%bVC187qs܇W'gPHߠBx]VOjuH[ A>{"6_66Ȭ W"'l銽[Ng g(U>6ر]6Ru;m'n5pBC#bu#Kq#?wX:Xy&cG_8߃#mY`7L>l z9thՓL^Nfk|F-Gni?eS߶@=9rv Bh9c?s֭D[D`.j_-hC],aXX*Yo3 %~%&D2E3*e218]{*c=V2 lTSu +I]<~R!Df4aw<8yLT\إ ^uEy@@e1&[E;zBFNR*wYh09(;Tgcp1c\91BCb\OЦ7z)gqřL/- ǃ_0p9;t$Pk&Kb;Zlɬ(7p=_O"O7qMͬq rV_UwTS!oI%%s$ x0TSA{a{^QM*Uf-3(b=8bPm98Nā#&VĻmrVO)U六s5?}C.D(c+x9_o v. B.В)'s? #CulK@1Rj J162;R<s%0[wD65R<%m+Y]|kn;^`%yɕ4:lf 7(@eR!Ԑh+=FEG)u1A0 (}eд2)`ϯ2ioeI¼B&,`ù!=Sa/8ߩ xҍ A@RӭƠz O V=z5*5JVFCs5S_nEURV).䆯 U 5drTHgaDHG4J%=|']%t!3={ 021e Iavf6>fUKpAebD2k^5bKb e8jlm" r{MjV?cY_xlsNBV{dVxT塮!> >!ڪ|D[5G%z> RE ZaG=Lp+?0^?'ٖތ)\& d™p^siX AIhBΝj|AOMq׵0o[o50s2$aPRCqCbmd]Oi jZc?TAݪլܛ%} E~ȶҍ0Y;z͔\~(Ʋ< ?o{:#Қq fdz12g_@XփMJ *^ў| /d09°O:rR7Y0n-<,HD,Haj7k&-:gt1{N#UG߼ʏ[}5|p56@TgpÙ>ۤ>[!S(jK3nDCC~)znZ v&"jU];j{3M]&롗XC4H#(}x fUѱ$\fEe.\$5C/< ܶj̜f8-ۗsʨZҵykhc^Az<ߕqa2CbE2RVF'BnlgtsoY;Dp"h ?̽kLj<(J+P#!v*VH`3)ȱmaj8BXݕ/so${w0V7 >VCn[Ğ9 TDS; v:"ru+O vQhGg@x[ՕGv?גb/S(F4 $k6zWD Z!vfwùX6Բe6-AdR* q;E`gZB s60^|ɓVlf#K5=Hid&=/q,3-;d8)LF7J 74aT6CF5Cvnho4R EnVKrY9IkޘNkX)^ٍixUʑ |UNGp~hvjx&]_CB#': n4uK%KT@#*KNsY=uZ y9:Qve41.DNq+a|M4(H';1LHo%"̫Vhx-J܁+rG^ɻvxΏx+?NN|U~|Xt4EB{*1445~Y~? Y|ȍF2D(K(쮟٦V=Iid[衍laJ DVCTn /#4aNPq8N< O55c ʡa?@0:מ'w 2T)R`*O_!Ʌ>wGW!yS?)$r:?c%BjasadF0X'4AENlItWJ!-mw=qD5믣W+ֹa[ݞF1 ͔N14ˏkL RNeygFdIۨ$Y1ƃ+Az /H/\hmuׄh$%PWJ S!քxb!}IaZQTlHN9**103Gp)aA06_?!`8dD.Ηb?]˜ռd<{ VT:&\L 4W+=7|L9lo/uM;bd ͂HҚK}+/p3+حgdw&Lp$OU&,dKߪ!O? RIMɢ?+HX' ~H+펯2G E[,? >'gĤ9_ainl 9y$-!A˜h7Ί.XS`j̛+s :k]fނĠ` hQ_x(K}[4&ƺ_?ө[ݵn=\ֶ>FQ*jJP6VcE 9h5v2@gXO{_Pz X.{wUG V}f*;^ j ցvӭWm_\z@G%@~H[?kA##tPB0USCG_TwPbqIS#ԘYe=Ri Rh/3vbD"tn6ӧ s Un͠uLfC 'h@كݭw$V 4e=(]EFݓdQM5ݿM#WOmo+[Eh;3Iֽ" 3 e*WʫrGrK)O;O63hIIȍ:wx CpY4 )~o_r2)N01^i/?)iɑbd/ -v7nP Lz ~}a4aQW3 / %䇓sWbƾ鬏X ѻva3ec1Sg5fru)ܼ&Q'LIyU,CM`D =N_z)KK^{OsիRr$+`^W^yRJjxP@W!;~XtD\X"ta?dU=b" [fkmI6M, ^rNhY#3 h1@;V,AsōR[ĺ;R3.P ncVg% ;ݫ.ms2F Sl|`Y~pvmhiD|%It Z0)5}0f4ynQbue0!Ac.3,pGV.v(b!n۸9I7)Z2:Lj*`yB8Hȭeu|mk:8װ부ɟyD<:̑8,\l5SJ79Ra<mK֛`YN ܚ^ X'Qz@B'\Ǯ T;24C2Ղ9i3GΜ|}%Ymt'"ݗJyVHTVWTzLLX j \h V#3fF {6?B;ڲ1>P.k EQ1YFkZŹe-{Wj4-ͤ1hrnUa7:Y(WXn2v!.sEӅqݠKkNo-aa-Y Z#L]/KgfzEdP[DCB዗W ]/K`tl430(9Xߚ##qx@G(I.5A%c=udMGH2z6q*z#EHFR,Xz-ۖ$U&e>8dIdषҎ#n\m)ܥvA&% | @5_Ob1%\u  K~1" Ze:YCb#%~e_,C=hlt*Ē*K&ο^&eA$DlP?]go|vѶJ]52xK[8-VH^JS0}2pBܙ+$5?oA֯P]`u_)h+>^cj#WQ5eKxʳl%EXxI&-λC+v?Lm{H`.L O+bQ'T=[4_L>IH5Ag6vc|}ӹ=jiBvI'7Y(zX0yeB]s<)+18>`Aw$m 5BqX7Q{FpeEž!ORE,;m@JqqSi[ sDh\2ڂZqʹ`&r|}_ѝƋۗ{HVAi/q٨co\CX;>͹:fʹ%E [AqV327Rhk\ &)cW:o=BGvHsA2ݘ{CI@ZŕGC|,mHjW H7&Rb![o> #'lay,^$vOy))fX9v?TU=Dԉiݯ_}O*KeuVlk]!Vz ɁI]x5pBٶx4+"%m=%IgXM|2yu߿%=Pk9hq=4ʑqXm65Q'ʩktUXCsNG@HpEx7E[ ; W6ҚP]0Pr bd~Y{cdnP3bMm>hzR?iF冨 {,3R6a ? Ҩ}UG5-FB 抭0tk9!=.<#h v8tra:{`),JGY5znҸ @!dVYXPUUK5?պ]}סΠJOԿއm}fK2? .k 'Sf6;GueEd@z8- s,(@T5K;Q_UKNK2T5=u4xM^J; * ds9QXƒC&)l8,5N$e!oL!y3?.FVigX+W!3+(0 IkÖtآ\ %·;]Cn==}**CB-4܎FG`Mj)\rrܣ*-M9nߊ5z*[v`%n:ϒ.s=7kɞ_dv|*C~_ .rZDx풕bSP?`͓  mhc*XxMFmȇ.e^f6oy.XRO۾*@]i;Iz[ ~N.xtUU[{ 񤄆ęMb[!!H-ЖDXnnU( rWs&.7}Hb C<צO Ovȋxj'RLRrH>Ez6rnsZԾfȧ¢ZQJMځ#{u{K)Gj錌$ e,@jv?/ 䖇\9TxC'm1U0);Aco7 Ϳt Rq:V.(s*'EZKP`$ThbZ_tZӝ綵26{E?{kRt7R_0B|6uce7`$ulMsjv{lj{b9a}"neѾ͋Jgi AJZ3Q_"LNji]uTASCR~ ~ssѓyG;[9/- *m.ӳƼ>a7 ,J0}u3sY 8$Ȧd*񿇚2N6T>Jd[YG0ym/`/6F O9m}jYh"S'@zH4p*$ĤʠsHB#*ZbRN\f %V`bkhˍ_4:u睠;BKE\쑺,v9&X97#tvjH<< qkIVNjKV]x:ӱ6OQNo|"7P#1ˡ<&ws4EQiFX*$WBiͬ7e\_Sbi 9 |B\)dB% PjV݅KABPϭwXH#ܐE7K;}LJȈW|& .h}u'r-U>QC)bcr=c\-':Ur$iucEA5w$=s$l6WPȚ'bGU~v/Ay\ M/}#Gw46V*y+i1=gB h-LZ1wO*Vm\Hέ"(ܥ|zr4;t[fґ8o?Cm\Δ=XI+F"%+FI&l([tRZ=f-:L |8X@"69O< \: )M@ҾГ< Mk8-.iC8iP.xuP5q6,V|Zt>S@S#~bK@uL/?)Eۖϗ1>{(^W Ujm//AShw, Pwэ52"Cײ& g-BúOT:^9 TcB?1%tH:'?{ s;˙Z2` ?a1*m-:\yj@@&0TA(MR!A?,>pt8ÿ|)OYlN^RHIlmUXvLQC:lJ ;04" H<"c+.7&XI4h%./}azW* I^~WCȞLSpƩ ܻ+#adK3 k^',8dDD9SHf8]|A^nB2A!+7e2Pw$Ò]Au/ha"cd7Iup$0Zlv*C[ =im4!̷2YW[] +.70R/m5~} (﵂%q?]c)ͺw ;,Vhtb#>g*OLbA4s6ǀ+:b1}R[ĉc&qq e JW ~aq!9d[r ܹ֍ } EX@o*i?G4y?pV)c` SzV^ +Sk%j hTuѵoG:3 Kj4 QU3/S1 gp&x$ob#^?4@?dȌ6+m/KwT@#V @S̾B3uGpa@~HuF66KJKh:?E^.? a/}C9;p'^Uc]xm,5t|bd*Dž%etbb4(Ф(N\gQ#@UiA4cK`G Omrf7wOl}@(Sn's>uT8qLo}@ig A&jؑ o"&a##LǷpKNu@^Hy`{bVKODb8XRcn}d^UACו!F׽zwm-:;*Q1,v0]a*fFn02^FmL/{,d^DHw4`}JD[(ȗGa! h${ȗQC@5K#!evkd0@xMilئ Q?5A:wcPP A\+Cfx;Bǝs*]_MHZE[h.bjTr6$Uu L35r,}96|q{<ՍΆ1ƽ[TCAb.|WAru<25,6Y!R[GHn9*fT;U4{$nm5]4@+h2i2N˔R0+B< ;GLMm󷹕=w㔭ga^p}{0ak/.ZXo(|uuBT6ώs-µeũ ^(TR?\)`"3!R};2S):ƭRNVڠht%GU/7?W<=zp)R kcWFM}( g?FvUn%$O$ŐY6iXAtp}ebiGvaI6}֡>?*y#K5qK").6M|d _ſAlDD`XW~e@^P?g' 5ʻh(P_%bߜ U;;K,zF!& PSlesm3ɺS^O`}h4p#H (WДi5㔆ޞ)}(Pa6h<}Ԓ_1h?5LJIMY6.J>N?Dޢyms;tHG/ `}u}8K-Z {,`+Y$hbN'<͸[_rx,csh 7.vƊ,^I?xa!vOZA-b.9`IB.[u{%i=5 7GD%e>4,@['\AS# 3S#(}RZ("A5YI ti#q?OhË;aJ|V"%O#ngدHVD- ki!y ʧP(i͑C2(GF6+HD >Vx7I'H)foۂE퀟cpa[->*zR3V0P!1 P=]B eP)$bӝ㷒J7'Ν@;:Wʯt\rķ#_O$&tc~K[SgT~iJ)svx}*NX)&ỏhxR jzPb}{){DGY|FȖ܁_ ^^ YG/!G;u}aR쮎.ԋ|2r_J⺘J;D_H94~G0 \&ho%U*A~/Ӛ">;ZV.BЩ{ߜ0ԃ2 qd {Q6ix;mL6E{ɚl\]-{ؚ}+4*x&(h\6Ն,xd0l1ʗmgN#pݒnp"7f%MXUoFzuE>i`P@:z;\Gy{ЃjU"Q__Q`ٸ#rŠ"^}΍nU$n\stO_ΖYg/Lw+ 4ך'E\Mz [7 hf$xE!) @3lz`.^S>x Xb>7L%!#:RE%I CsR};X/*=\wϷ33dWp glv|f7?nsCYtȍHhH:4Uri*VEItaL`CAsH*ńz_Fx|'a"ge.0`zYW= 9 q'ٗgȆ8\UKvdkx='{0ia9Ɠkl`&fig|[yS/\-PLa0\3pƓ;6 P8{oMbumrC"b<4!^C\~\Kj< ^)9s-1b|xbhzOoIR:.Suk@^؆*#e᫆L&KR'Nÿ !j. !B07.냁`1Y[&rn%+%fSrUjS-ӌ ;0>aB=,P ynaxM ڒfaX`+xM2׊CV!fnyxZ([/HNo)=Y-1ɩDȬ@_DOWh+)>_t5?ʦ"?~sF znY Gi1O4s[}(o1u +݀h,J\!xj[kg{lൄy!n@= =fsh #j'fV8L|T^޹!dYHp+{:ƊfCĥ K__ʴͷw_+q7;4iaaC22L 0Tkyp%e WוkM^CՎgگcP6V˃~'r,g v=i 9栁,q5.趒 WkeRfK z5h')F1aB?m{;b}9~~ @=VX9!;%Lv֫501dJtmJnB$\7$lMtz/D R.j x`z.WW>ů;D),/ ɳ 5muN-(,`}EV5<>Ed=ЛCj9[j*Ugɫ2$vԑ5|?fA1VNe_gFܙrq?Uޓa#T3u.B ֵ( YT?%W$}$a=_JLg" aq XfhU x0Z u}]ls#y|(|>W𯩷~Öhڶ?E"i݋qwn>qRVxRBƅVnf۝D`s:>pJ4 0mr(Lآ>JG[m*-DJ^,؏4Jھu'RFO02\4uyW}m0UANkKe_;>0if5k'GY[])M[O v`llި311Kv~wdVI^Ļ/y{J,m68™7rnRs245ZkѪ{n`+%|  >D5EDNspSh{/ t_lN2b8V#ɄρF݌Y|c3*#)M3-O!6P%/n3!@6}@}ԫ r:Y 3Ƙon[%H!L:'N~^td?8((̔m Y3\@;=!U5.~]Å,i^Q@H=OKY=܆dkdjg4%/TWPj$i-N$"Gn x%(UjאieLdc|G]9DbRqk$@+3 TV6e݉sKP V&C3O]B # %6 \4PifИh(1`U5)'ԢeDa;-bI'V=7G{ )qg]*E}o`Fudd{%De^} x;&l 2:xE:Sc=Atw%YҚT~ζbn(& &C6`ܰ}qJ}ٿyD [J ^j^r Ra>mk1+JD {ChօX"Z2 4jRKo*ث9N\Oe;URwyx,b;WF w!͊^Ut}&<4՝qlXN ~u{!KDBeFIO3̯p lG~G̽+o**k8RلF%XZr\©O"ءo1r) };]*F]=S40Y,˽/Ln]u beP yf5wPѮ51Z]=$kmK h3 AO.dɀYXMnsu^ԔTUAUQ +e7@v%0Wj]r4.;8c;HS28VV.m!FTZUy}xlGo|d;#"P;V]N S("p-:ꦜ)Xs7jG!\C \v9W-܉rv5-, ?JWx,xOn ?#?w>TIhU\52X,_z ZեQ8YFY @;zFf 'i0NL+>MPϋޚTq 3Wj@3GXҠTkTӘrdyG"0;A0ok~C ox>ˑF` 4j)|hGSr }I(,8.1Cs=EJmpGem'ΗolE/Ei][ZhA:^]rcۚ_h(C#²|&3 +N[u(Cmǒdoe%Ig vs$(XXm4D#c]y~ʋw^TCQr^T>rvP FNbYؿ/ڤCؕp 8Ak/Us4 AQ>ʎ94:D [oy[ Mq1*b\w.梓G󹶭VqޘV7t]ßfxpGu ѷmplBp|42@K#] :y)aS=ba1j(6'ko?ύ2J ~cILܫ!`+њJC-SWNcC9HQD1ƅq'Y\Dg|z-z$Ko7*!BݷVgq\HIh+87&fi흣~k@+Xh3lP-3%hb e]!Ox~*fGkKDMڲ/3c<:ȜZE0]w̤3wFtD+aZwFi9R}gYgP[v (~%nf)83Y;?@ݼYJ$~TlPLSnRS!E%anplk,u+nYuzouAy)$)+5EVb4,OA 'q=GEiP} q1P@Vrr\?3ro(p ^?nd"%0A(SOtM.h^\a -\4Sp\mS{GH}fy߆5ErPgc 9x?ոȯ@`8~Oja7i=awwPǒəaɩh{Yg>:f%Ty]-+vNTU׈ZgXg5E2d | "ۡUd@ ,ctk~.gS:¼V<޾*,L|TW:.$NV-kt~Gs$Z#v۵zKnr*k GtQ{P~#0Oq3 ַv^i۶qW&|h$*!5(ѪZwW~~SrWR"{GVX02%`kDQҖ5i{ؘ;ӿ SSRt ^A;t6uf%|ͣhպhh8yDZYܬRR?fIoƁޗ O*\;Ig@ )PV6Kf`?c!Ώ8; \^)>f \gW%a[=\M!3"φ~t%P0J=.`x@)?[.1&F>g=:ޟs_>97ѫ_'SxMM$bw|HB eY1/eH; `k[.&NR0ө;OPhcDrP4x IٺS*^:' pYDI1AտDDN n _H?-E%D-9Hqv ΢@I%]p@|+db۪mh&^jcGP|bi9 YavPߛ Qdu24Ci=bSr_ș#WD83Iyފ5yt(S5JXk+G]qzjpM {3I:~#{OAz6ٓ ^.kQU4Frm|/t.R*~Job(VH0 c-(I |<3cy} kIq/ڱdm(ܙ9eiqXN68K0naE<st3j@WI?~@F9E\μC;%)_ʴ@D,J|~w\XQ}4zK4$U`kvQʪRjXg[a')G*Oj y <D&F'x/8c&E!l3шb(NS~JO;+I_Dma՚OLAZYaѯ_a_Ɖ̓AK0kk䦉.TVlu.%'}rI{/A({OT5U(\.5ʣ8D٢5a8Ra.N38QLR-.Zk[R_9}. 7כ za2,H&A1:$h.n8E!-֓+op8G(m AK~ƻ"Pl4szI{<\gdl;# xCV%PXmB{HBI= q7nɀ~"z=+FwuՆUّ Z!df\7Jc/ QFA+,K'ܤR(x8(킥J&r [>u"qxgŬ]O@AI&}̔xMupGfmگpq:da0 [zWr~ 7p±vj^og:HPhK^}/gz"iKbgWq6Phr`] m% r4Y Ҁa;Y9`UQ]0N-DSv C2RpK0D\o(]} ;I[A1z_52)Y2Z\`K "/a sC+}r ԈGHW]?6Ѭvwfܹb@sf:ݲMW3 _fœZ4uݢ_JL*V}h1Q3[׭BL(vs"?HBn  돠țΤ9qH"uz|I9K5ࣄͪ7Ndj6(8̥K11(zXyXKC}32R*& @^;X~0[QEm zg5xeuo 9LKڌqβދ6Pm`N}Ek~9IMvPA6@SB[LV^w'0ŭ[om{trćUZIrv8'RYKcUtK i-PkS9;C.\$qԗoE2P 5~c?Vf]0 vc}ō1[ { i+TV2dyV]r ⫌UY9B$x$X`"3VgZn[2qPP~|#,D6N:<\ȿ\8?08\熆deimYo0;LBJ7;W|ߟUL9-MwjC˖h1y΁hr%&5% JUvU㯃mL- oA(Tr Amu$8#$HE}2 \A :Zuf*AH`fADC+T{)5[<{ḺֵJHk&$FjjEFGh?,?UQix;/$O)0G5H8 ;-o<CŀhJk<.P%.֙\Pe V ;#~5^-|%Y4۰6D8H͜-nQ'9ӴNĊ֐Xr{Ndl˷=|!D.Agg* o1iՉueortcwfԧLG3+'=7uZ Q"Hc7dJd61v@ U@b8;<ÜQAEp2磬*6=[o^xƉ7F# pQE18D6ZU %\g-,ө"6jLߒAl;>Wt?n8~VgzMδ'؋U,> N.x4YjH\}uPQnSl]IJҲQN[Fz⯶eǢvĻ}u@A"]JiR|ݐ$>"Ѩv$Mž;Z_vt~ɔ+MЄr'AC6@gMѼ5Fs{49?5Oxv]o,gB)M2O佀ў 9HT}J\ *nJ@SSyE jlaN`D{1RDf1uɔPxP{d~ҙ1Mݞ93<=z^I$3g8/=(%.T nLi1RotSZy ́Crhk[=r338) >_$B+MA69y{HS313 є)@uأ:5ZuP=mu46x/ kw<V޸tUk[M[آ<蠲GP#U!F㈇s;V!:ϐaj0[þq្CTHpDl(n[A?a 9uz؄IG $]q mDLiÚFldCK0SQ8[jRRzUoƨiz+XzUN:A^Z:Φ wHtfv{W*UVk oo b[e+$B&킫\\j8u-{~-Ff-@{& xCRU@ehx,S~ d"1Lqx)m͵/Y6-Mxڇ 5ܖ Nq(w$\YQ3n.(~u,va\nOt":Y3'gpB}6*&_a! ⠩+=y./+@4ij@*fĘXBiY<_;m [Iݕi|Ē8d";mlv)?}kEz̩'$,b3#Qh 1M_X= oH5JS *kQ#wI͞B\o;*ճsxcʝ<} Rq@Ƴȿr]Ei:_1<<Ӆ`+]lW2):^%ύm PYbJA5_w-nP~GSs8r@[V 3LȀW<=$CY^(Srs\~b%1'8ÆhtmL\fה*)u&N5e a`c+廝YJ,i^t)3bk Rv^W)% 7>=Jyp(H+e\ Cݗ5ɋDK3]:Β=AMy=QݬۍOpÊFq3⣮X$mxh*aw XdJ[so Fd(y;a ZfTyr\uXt+O>_uEty E=Ϟ3t@Y5,/p\oq- iDTa 1@4"_89{E8XJ #zە}*=@5ϙ[NfU62;ϣTebm٢$"j*Yl-.S(nxoUܺ59|n'vp:0#+BeF 5ռ=]Sbgi0/pخ2i:MJK既ׄ v [ng:jA !Dׯvzi$ \;f8DYu[*v^G ѹ4nHȐ 5u}_]qmxB]??(wuyEɾ .'"{^3QN1QѲ~f*}~qD/,yH4|(1 +X}ߘ$W}6whn;@.CG#NOW4ZN殻 ~x 3>xQ#|{Ee1-\h<7f%" {]+loʧ{e"¦\h/EME!Dmi2tqQe[5;uG3  H`M@p_[v+ N62l^HP^a[ml (kr}wm/P{P 2/,W`\w[B4~k$X=䏪:n^ !EheOp3wIK=u,I@s STaOZFAA([3-gF7 dwM47PX%HМN~SCz!ԋBf@6}//]P\q6^)0jwuATk\9R'\jE՞f{È!؏HV֦ ͳfwMh&ᇘգi{xu<| 5$ƭ1j#FLiOA;9% b1{UσFo0_<ƉI\φ/9G9ۓgGŽ CHeٰWz:Щ}%f'- .&J *,+@Ԉ*r_$2 ošQ|DI&1lbN<7<oIKB8vZn#ߒo=Am%HV:vW|[WЎ4 wtıqKkJU~*28^$7*?}oN^ 8>0nzk.s 0y +fٶz&.@nc7U睦X=̝ldA=^m6p>Z ;Sѧs G9+c)EdhiI)1?,0lEMhv U25!̺ H.Ô\ ;r:31cDܥ`c3l^٠~WH, 8 5,B1˞<v,d j+9,cOczy}Zq0dLI7(˾+'ىy巑z2f+'#2'hX#@\n\9ayC>DFi`6(x Y LI |5հBJA@G ]=bRx<&Sn-Lގ?6qd`e*m^?4C*OB2{1Wg7tө] Z\),;z XMF$y[?1:n1(,˹ȖuELHNPmV':x^ R yLS#7iYPFno༁_$)z[4+ԅűyBFR&IHp_f3Uq48(ʴ:f\8JliR9)ջ, _}9=OĪ%8*]-3 R؟#W;e4#GaG#wLƂmX9u9ӴhcLި>ɵ|%͊;sLTsFf_c"I.Y#6vxMǃg6ejIŔUI7ͤl(Êq EyUT_M>3Յr;gs`^t;q5&ZLg}5Z;ʓC@wUn3+UАM:9bt HDo'go[sn8R - Bi+_7@}(" (i:_:.#\o\HٙcJN7IuO y`xzDXfE'J9م&5* 3Id 8@,jZ~`ūoOA ea(jabu/|b1"6C4rP-OQA6*$~ i Iyɥ5PPW6C%IԵH4|2-PIntC<[1G f(X ,aIRø+/*mr~JDBϛNvJݽW[(I_;?x6iS]q'EL9:[7 .zĕD.Z ,=9=4UA:j>^' ٔQPƆꐠ5"MA#󘰹EYzy5G$];] Zkq)r!^Xx%As-/;t,I<9v7||\ORd\6[t׬9f< ZhR'fc`vp5Lj_eeyf(vma[ll#f}fZ&4rx`᎜ vH1o'4CZCwԤzJ3ؤUܿiS gVyhxLzʶJrNpdKGز~.xX4,x |?xS3 iݞU' ׀g1SQ6Tz¾"pA[`^i l:U\f!/#z;pwg,gbV-ࣽFR:zWjڼXVr*ϯ91B(/x Lj _Ǫ| /=1|RBs$n ͡RVwiN=RpXe}C\\?KQ7xg]qy}ŐXd?#Y7"Fj?p,9M| j!v@\hRfMbvd'cwgac˽6TX y3pFU5췫0ub?]TRVh[NC,@(rCנy%f;k"2 @Ake%6lNf 9Qމh%q c-n /#S҃+Y'euAF^= hږX6ycL{ T]{Gu)' BmT&;ӑCj#/;- $'* %~}zeueG :xIۡ4I}]++;\ܤYĀv=lU٫T#$P@#86~sSǡi$iq w+zd.~5j12<7Ը[ya?sEq^(J*͆D{h T!@L^ʏ.NZoEO3s "V!`ox|Gy|֫a)땥teH6a5$PJ'q:Ze"λxX??O6Wv﭅0?OU8eu>\2L79l7XBM󔆃Մ9G.lrn?w#WMav>`Cg~RH2A܉wu!}܁&n+YZ9Ca7p"g;g.0[rdͪ?DcazؾK9$e@ǽ9(nIMJ&sxHn4jciLjgUyP×aEϹzN7 R!R/r ߯2zLK. _ꥲ;vJ@)oflX8hJ蛒,288HCmX7`]HwCzRV%yZ[=z)FaB:$CCfpe jw~pF/db㑍  ֲ(?س_ks4dW:yxb0CmtkEQUOEs(moy`)JrG$Ui VNz=D؂[ } ױ=p5Dy.yM!7ڎJ\;arlvaw&V ЛUų_BK܉HV|qC]CJ[zp18;fVHxf0YWaox&|6)\ͬ\WƜǁJ="2GubM kds(iC͢`j) V#azBBqǖ jӼ#F۳:y]mBƽ^5GSW'>TcyQF}bWH6ݵo!ۨKrFw=S39SO#g.9eb^"oGrPbl(  ֘bhﱩ Veo0INՠ<|F8$1H 0\L/EOYUt6 7Ļ&ڼhH2ja?1Us 8.92}QyE5fo}NTTCGo"G{,;aG#!E+ᑲmK]ܩXT54$c[⠩ud2 ˞ʟ5kH-}8,nYNfi_!]S@~skY2ãhMb> &g͈E5JA bF+@@[7}f/>Ht$`0Ldv"gIBNu!(~t7@[~&Yʅ \s8UWބ vpc'=NG=g2 0,6׋\>Rm) 4Ҳt-۷!h:0s\2U?kάш!̗M-y?6>!̛;n3'-AC&Cwgh$TYEVrWjg# p@ϕVQtj`s m^,wwU:EYXlnkY|AYЩЅ$ڰ+}AsM B. y(pl"1חȪ0@T$Wwe׺^wɕPc"Vy?/(Łg(DV xBS=~/d%_.ط? Y[sN]th_QMuc%\d,&Ptef@{|5lor{I5 +Jf Rŝj|f 8 %.ìRp;v9jf}HfO5s1'bž:9in>K 1=Dj!vtwe#jI>á+|3['/URN)´q0 [Jd#T{CE\+V6R8׭򗹘~?tܶb=`8 룅Yi5C5 /_bf f(9 79-GbK)mQQ)è9 L=X{zwH_H#)Tx_~)-pn9=Gox=^Fӈ,İ\'d0ޠgmaɗ R,RfMƓ`Hoڋ7]=ZJ}d@Ư觯9|B t型9'MZrt=I@ ) cBDx @Mtك@n?v0T߭zRѾn^Nhyg7e5R*5qY3Oa 2Ak,ܽ߫\wp}a'_Ro8ԂF4( cd|cBueҔaD4\rZBeF?5H\+ `̺m%U}l\7/w4M3GK {b?WFG d>[57OL:ghI&s+m r\*\(/5YQJES$d$uj_YTk3nFE-J/80lAA8ԇ53.,Z>._PyIRA+mOMNoRL;;<3S(&mH9Wٯ˧j6_+V2o{-9fU{Sx4㽿+,yZbYRFG}aC[F{rX*ERn?>һQ;tr1^ -8`0AQ%@6YiitgIwt=b.NeZU."yDмYGg2{ʸËcց= X%։ ]80PJcߺoLY_ZM%j&UىV'X{r0h52w-/)LH;_Ԇh7j,^L&G'm1wf9GIW̵DZJ@_).S+I#``%Kg {ft]m<)(~VNײcX!,wYU+Ӗaxݧ7vd=NڌV1<(JȈ72 ;MT q{ $^ږSiWt('Ɣj71jL@ 71갲#<ye4+S<=kw\IKe9€ %;6\ =9y**|B'A4دQb2 _@( G8 3X̚&44P ov` كz0][b*27y *GbGh^v%4((t3+FC;~i](8޷9^/3QYkr3>0z'Ɏ;k. '-v`j]:ؓ%Syv1{OBNbX,걧[y_ `x6IvhiꀹK;U1N5!e5]+ΏaGS=0m1WfQw'{ B  v@Ⲣ;&֧~{d,4Q8١G i\T1 ʻ ײAo#5Ie跿$du8H?QpdSx^g6<~Xnnc7dWXgŢg.Yl JZ@Kl59r{9a8)8G?? L]/0ҍ=BDX˃y)$~L61aPs&[p1T͞=mTA޹A<(>p@g1 s*!M3:!aJ:f&d[|El/޶`Ϣyzui nQyXj_S59Q_.*Nvx$L4r[ȼ{{5{]8f.GȿG?>ܐqY m^Pk20(*B+^Pd/pIh*/Jj`8BEr(r`eS 3$Ȗ~vmL4CC-B 72 }m,c0>L7УR'c S.ɕX %?1Ĝ59?.95F+%4l"ryhZԿu`!Qńht;B fXGWIa=< ;V&֥%D2t2i$ mZƲx7LpsAt{]?J4cUV-mg__y@ڮ `duKvז[S[ ?mIZ j>;5[9uW8(}[D UG!lW aPSɎr P,RU='+N\Ve=M~ =\[AK9rj 7<Ҧ@3-ۇ*y32 >WqK]ټ IY{@ID;\X?" QƱb30;X XT+WGgLF27A"K% ?spFkWS|1A3gId0.+號?Yo [?:?/ӤbM\֐F ;l^ipT˨5zJGċ0 3(#oo CVZ~V>.[e\gVC9֙+qdox}.~0If83.jrfQ: PdmT2_@x./1wmi2gVb&2_6 C t[,AږPqĴw<7\Rm0W{[o(V+D{PeMTMaD᝞ .#.JO{`(CY|'H ۪₠b>cCp֦Yw"M͘Q4=F'CiLe;aYmS Hn;vXbn4M lO/@;̃^metqc!><3bNP`,p:[7lSժMK#\H%!KI^AI&M!AX= #qе ۮȐմk ӴRkq)<ǻ>nyD_]h2.hy$w:˟ZɥzD%XxBõ>ej;sBMUIY *A먫-K[,UUpJ}s6cnRuY8ZW[H"<SY IÉ\5xlIQ:Ht 5/ir\$<6'Eɢas_atɕ`~WzoXcLoQ0K^w5|aR5;Mwt}EB:}83BKguUe:XX /yV3}Vbm%+\!(Yf#" 0e^5Ds!vu>|rz. $ʙ=DF7:-ڼ.}і9n*2|fj>48͚v4vDbX_)R(v>Z4虒1@MNF?^Oʕ[uM=vCRц-Es9Nf XXiܔpe2bjxUy7 '~WZ>uR_>F^aeM&aӕDʟ :Jb>tǠi V@OdɣzXp? \a־"BTA姀V.13b͎ )ʴ!o?pbK,^l݋xsZϳt\ʮ`uNξ/N5D/;b(+ EWFg-⩳-q.V\" `ƛ>:6%fͻsz? zลDc_ѣ4D@.ne(3CZ1 {(W{u}k~R!IYh\5aVR8+:# 4Ÿ@Q RlAJ 'm&%"ٸ{ۢY C@W_U'QQ'rV -:%&js`bФ|Bno]Rge=i_#\k__0h)-+@N4"k9%%q',ʂ@ :YiGLٔ0.?yY>ZTu#EHZ_#$'x#@,#* 4'oq?=kȀ3#l9<ƒ{dnNmi{zfHG S=e4ihByX=A |˱ ꁴ78؝2Qݍ<}II77js|2/?ϲ!/> t~bg o]~mz} :}4-Vت?#X:#SwEdwe,B.܍&ov Bċ-z;[fw푛+VZr;xͅ/%)dL&mF>؜OSRY`4NY:hpŨKb?tDl;]b\KG&`6;jdS]ViM߯Nm.uk"pPca+h7G C풔*1q ,sRNܾ,U_I|xBNcn*"6HC]ZjבperQ+|$:ZB#D_ϱ<К^ v:VAҒG!jەۋ~$i߿8%Sb#B- Ee L'R?h&̼y]~Nz%Ac=!?~m. a772ΡH9km(KEF%m=Jz@7s|5L(k:]F,ܡ p%BpZ눲5;㪪G)tXY#N@mpDUOmqN \isKkTbv,p,I?9WJy!}tiİSi.T'j#D0p>Rcb\"^ueEKyJ*_wt2B 2ʪP_h4,o@iqGj\LTMH5ڵdN5sn V[*t GP<aϿm"ܵ w~vz>L"ZҀʿ,F⃇o}Ko\,/͘c?m|xZ3(?26,SqK:(@f}*ІaȣSpM.:`Y GHTF;Is#mt@磪iΰ_B[LbhfѬDFT%W15=,QGF] c6S貇K:ml./͐G/΋Fо 9 Lr?P eF.h㽱Ob';N$ݚul8/Hbl4a颒x`E>89*`I>}p^ G' W馧QvsN~KȫfO1CMfߐڪ5< ռu9 A0_^*/ta`J<ʬխ.{JWH߭uǮ v/bܠP-BMI -æZuR"?c%W5V*:M# GHĉzNyаZ|}:uUjro1ng(J O iⰍpYU_%l7'# $OJ+F'Qpuh?D'7id@rV@K͎ ء1I߿ n'ִ;665 Ǯ#4wq}Pk<>Z~8 "FQFG?(T>RyZJYht+ 2f 2媍Յ&tf-ٓ1'YW-z6E#V7(ųYŦw0Wq$mF=Cfvν>[' Vc1$2ⶈQMߡu{K'b.$I gy *z'b~2j$A&Z+KEBxݮ>@d.Glܿoj%2 D/5;%ȗ"d vξRUx\q Ⳮ-92;}B0,mAe~+đ R!{* my,j.-XO6_ C@%Qi7CLjx (AM"b+F;qJ-lWe(飲+$'.ehPc4 㹇-_{"iE~Dx\(*OOܹ=ô/lQBhl;eዼdVT d}rݙt A"VWR)zc~5'NqQ.|c!/ە#ӝGH~ j}  eF1=LǼ3gINurQ;[%wK5̆ 1Ȧ4 }ω}a8K2:Py ?X^ =^%H/RUte$d7JX .6R_f@ t Q1? l#sI[jyatRNq;)GדZ6Rl"NmEwW!DU ֢(J, wۋ3fݣ4/Uv$=KdAT~5VCo-؜]g$23 S G-\LӇi`$ S4* I*LqgO0""&'lћ7|&] 9'kRHRJ#w!ZdtF vu1s},r9:!I B:GkczdMt̩2 xxrY!QXV@ ԈOx =S}L+.{;9RemEBM-#oxMxLRj?'W:;685t4dL(I-Sb8.)31{yBNS;0 =<lnQ5JHDቃEccnnG Tyg(0\{7#xnMLWKOkw/ /}?E%ϳZvO+XeAsց3 %M6~,NW0j_?'Z->ҕ a mKIel6ul ^ <8#Ѿ9RϨ{rC`P>s}.2m=Bn7^‹Vg$TlAv?r$^U󳊴m^"EM'ُg8T+8ZkG९Sr'ĞwHf [U9M DB]-x}_rqr@qt~xAMJ/(f XrFZKbyH1LFw,gI^ u9"8$pMjE8 j%#nhoHHvFNP F8\$>kJhwyuq)GEuOHǒ*=m-AX4t&ìwz6<|1kB@+fdS"PG.9mIg1A,फGbs̺ uX2l[Tߺ|Yv«a^'Ɂ5&``ڢ(v[lMk]e"8/ryfsN,Eʦ9i[͙bço)[$Wm{q9 r<ai @xǘXCWܑSɮ,߰{^l`h!7eUQi {7wh Mh.pv^I2ܾ4.Om LWDUm2#1ViD0 yܐwtiW^dShOfqmTnwg(K/:@6LreS &_Ϻ:4#BsXL~ߣا0K֍ۖX).~xFTk9"Rs(y $ӢO$aI3_ k 1"!o _4 =NeMِؠqO?_T8;RT~ jE+M:%>ꀰV %vo:Ir+Y](89D:Wt*C{dX׉%8 Yz>JoRU#eL,J^euLZ _X1`D ?͹!7Յg㘤9J-xv\eKzǠt>S|>̤N3CJƷOX&/\}f twl^Kadp.Ob߸a:X65 ԨZFr2Kj״f(;Id}:y4?LJ|{ڴ]r1fb J Fq$GY_ǿĽDxrU}IƝ[V6޺YBJJ/ΗH$X,t)|Id.4F`JO.oJta m Ng [ԾTR>iHf:}d^_̨,GhW|VKOT@/{$}7?K}InIz䦥>s8b:Z:Hr&?# :jLN4EY ~tJ0Dp7GûYQVZ.2U΢P/VR*ٽnTΕWJP[wZ)8>D\X|"0w%FS;^ A 0qEKT\U]Q27Q).5aܧT'eVo|㢃kw=5Ldp-Dꐒ+ KPt/<[ ƻ{ccy:8k1취%滛dF:h)߄e(n\Ԍ? '4]$N5/Ň.'ZWpb}%ӒU*W~}\<m(' C.^0UQHeqVlAտ{64"_-C4;^ھ/4XVXIbs\/CPwFtWe)C/5e®##-W>in.c~Ms P}mL:Iٴnj1A!|ҙ)uꡦ]:ڐf9q:b,-G k/f^w ̛df,ᐐ9jYdcئSlf_,3{v? GT}ѽޢ^Zl'Q+.$t#Y- j=?t̲IWc0!x#@`.ҪcOa*+C#' ͓sy^M ;fO^?ٗRX)|&a?xEF q%oB シj} rRObbI}[K ?-6/M+d$Z.'[&j &49*$>Ɣli4AqPP:[e*˚:O0y DUgh_m:(5~D7G p?lu,zG|4~tk@A@{Md116|uN&H7GZ2]4/mAb$h8bŚm/*{y`/z/GҴg&|Kvz_I ,ڝMƗ5{ : 9)/Nh^Hk }{~"r&pճBW t2S/jvq732Eڵ+LiWs?'՗?t5ȃ[ϐ8{YKQDD cwF?allTK q^_yaJ -S$xxvJE4鰏 /= L0\0NJ0V}& H8fj/nv4G$[ܗfum@J MG 5Bg?)fHGW˩G5Z"䱛(=%j*7V7k֠4BFU-VUXݖl]Cn{銘TBoR;!1ej/@`0X:xI*nk3" -l*σcuxZe<ʆ,4EcR%nfpJ|6s,a޷)zրoR=JUGz%)Ձ(.k%%TT6?v)\=-s!'p.9wFzЯ|ꞻ >Z|C/"UEf2_6qm:oaa#aX5$N2THe)ėLUDaڣZ+%k7H?b{cv+(FNhhv S=_d}:'}=3cMnb jLGZbj!n~"weo:>5bVZ^c B3e(ռo&|2ETgS:74Gvi dQP(!i=rBw|bRb6Dqr2#E!_ʁ{؏M^0]lF2:6hq`3BϽ8 ó . UDsW+jrݹu_ҚA^ƂFN[o~+9"ޡgǽؕKEX8mo3 ?\v&.(߬0򚭔QPC:b<.sAg<ˋabl/l+/anJ h2-%e,7ɮu*!U8dډ  sJ?HǟGp ot{ͦIZ|Tq򭵲Dr@t }r5V_uЋVoz)~z -; u9EBA63:-թ،z`[x6RF"smluNI4W]`>6 =sbfm ೺M5#g5v hP TZq,\;v,T` T Ht|,/d%Bq!ڔ4%*ƼU﷚yWUyj'G&Ηi%iVY?_2(b2L )ij7!TG.G+48yK Mdns WDL#*a飢< ašn5I?R2Ʋ|k rG wknU\7Ad|WZM7Ft&^`픝Dw!5`I@KڝqIPX߅"+嘊Eb!ٔepڕjj=v1WY7qbN%U}C4,aj#Q_]D7UWl#?=SSc~D<8^? }y"n%dW4~14 jGMBto};2ʲzŲyMf|ZN,^Q$S* uzsCq&wig378-s'JBkpu$s6Y&?1dml[.Y +Mvt>Ϯ@ <2H;yråo l,>q Vlѵ? M˃_2K0·S A w`:9)#e'0Ss:ǂEs \r57L?TfЮ&i;SK"3 RBYqs$ Ç+,w-~~/cT ܲyl56uǶou(=7oL A7TՔO̿+a'6q#tf\.!/@'Gj(9[~oEb떓UMGaF??)("^v;1}ULԥߧ;1!%-dM8ܲM$Sb±b\xSeэ EߔvwċX'wч&"ye^7wg?Ri7w^Z  R_ud0@Tta,_^CI8^Fqa\>.̬܌=̣cE6=BUZ Rɧc"vǕmU6iG:@;;ͣ3p?,)/8)(h 8mj69p2̑Au64HH~x&e%T S( ^)S˿O+H$"k)nCh ~ca?Q*X{6?EA]yb<2rnv\oi*dkg#ǐ6:=%e@A%k+@c5(&0(A Q~q@ٜ2J$5jJ] ZI+Ͻ߃RJo). R :*| YO #wˋgh,든pf@ӞhI${GGi ) nAF743qd۱Ga@0tKP' {yd'T,\Ȅp0*9t_ݺL "㒦Z̅Y_\M#cGPvmj1˝`]f2v_5STI! <"LcMlzl`sldxN0x0k!Va*Y[pg2ƥW<׻Ys>R\ K6b/F?/,g.ͼS2L<\5AV)ru/__A:q]_)tHEA6?6YK bֳZbу^:=Ӓkq2 !Sj- ԰^W#:Q=Oe" uuX ԫ>\j$1**s-- .]'Gu /[5D+WՆ  /0DXJ.`"4yY`ѴdoTTW'V򮻾u .3!yUW$0dkS@kkĥ`pĞt s?qUCv1g)p-σ_ p"֮YuuqN^Q<7۰KnF0┠ ƽMwM^{]fP$Q|5LG3+P{yW;'$TBk#|p/h^/ Bgvez[0 B_U1\5o|TԦjxqH;\PZ8~ K8Ψ#ajMy[1;\pS|W+)C'2:2ՀNj}{4;gsN!ρr]z>@| uv Ȏq61d}\ Ԑ~&I'2 V{YA>{#&/qT9U=e<mufc;zUwiWe߳l.qh$q\DCӯi9veɭl]_+]-y m5ZB ^qzU>ņ 17s(o4824++.U ;$GL z*鰷FaO'6qcт:}PltG- w+p>,gI4ȅp <]ˢ`> cn>( W$Vl/ ~O9na[!tNS*0/޹p~R:t$!^z;T:vu˶Nu!YܯlN!HUJvcw_Jb^oRJJDÉpf祍@ =~O+h܄3Urrvu@1.rpxQ1bu iy<Kq[HKԜNd&ز\@h+k&Yqpzn0`3v'>G50_k&?mz'@tni&EO׵5!?1X@D-J8:.hho[bK]_Ri?`8_?A3|{Aλnjt5dJwi1lPlHC~u Ϥ`z1t٬3̑cѴL9WMXb$v?Vy>QW˝Tɦk&*nd/0%r 2ؙmA  )"IE[B_0;#RYϥ79?ψ-U3DS$3>,]3OYq1+k^ HW'U⛝R3$\m#%3 ~ &f]_bM" iU5MfMU:t z^KnJrhBqXX{;6?Y70 l*;PNvʨ;\|ʻHFs`X/BvM,VM[;#?lոb}20ĖI(/5G ̽/k!;_S6鎣TZ`<<< +%nFrfd+Cʹܩr%0/qqy?Nc + ;pT&As:/Kacg!:?j5DaWRgzS5:0 dj:1pȨP7+4+iJW0^W5_5>? C#YO~,Ϛjr=RѤ-ns23)IgIDo}:{]YXtKqn 鏈)'|Ʈ7[&zY1˭^<{Wwz#b52[;b'3~ȭfb%UwρBOTj:0d #v\C}2#BBr  !NJ pY.8Pkx*n*|̦2s=Sq(l!M%bJ2#co8n6iZM)oS㍶Į;蝂|̅7_;^\i : K‰Ъt)Hk2x݌rbY`x u$XY5ކ#L5gꄶ5 @MUau¡sA ޓ?Mc`O4Q$LF/ $i/1;$|Jr+0@o~ z.jAwmc=#XގA@$ɌӛBIW G&BIH_A/d&o|2vȉAךE+Zf +뚞nP{2iQv{rM~z4T/.?EjD|J7Q{d,\c|vN WiRa]9zʓ މlʆ;lw 8aȖa3~Ū^6 cG"rM/_bW5S&D;|'-5`r8ųGy> l.rIBf5&U|,؍X܋͑037S;K>37P-֔?G-b \\4rXl+Fvcpe{FJJofy5*(u ^Y䎪j2$XkdzSt1rKr^˙X_|(XpeD{䠧3TV@Yt%hݻF4yu; ěB>"'vLhXw]ͧ =L򶾷]2(=y$ wlPzw9OE. $4v;n,gIf.+1W l]8uRuTDQ7:Yl jP9mYYk+|9P%u^( yS\#ɉ \Qަ) 4VXKIv}],$-: Y,A3ZE |&Yé?@˧RRars.*@!-8w_%1HEɩݮLvèI-~js ⢓- RE1~%1I O{" XG,9΀c- P3 I`+H⭜mV*ˇ RGlgB5  J?qk?|7f=ic-#W b*xYt$_WDU Hv;I8{2,·:(sW!`q7P9 ` FcP!ZW ^r?҅4ZMlHi5=L|$Q?x|eg,jm#w~M'-%>lj+rmn  fNQ ,ߤ4FQ{>3i[1BFL >GS"|p,@߭]A!G!_0I߀XDWjӒ̟k¦s))$ d%&mNA|cA(N,z65#|jL v>؈Pܶ붛0\hshj$&u'wΪ$Dl|GW1XKHX&B >խXwxvW))+ژc`7w7OEn2$B1]cԓ-h iT|suvfa|8(ȐjG4ߋzSl6}#^$Kk!1vv#BF'Oɘ~5ֺ$q?R5,|Q8; >^Kzܥ;V1 { iS{[{TϯKjwL EAg1ו87wTM;D)du˰Mˤ<9)gN 0y|~4a5tlhee G"%rB R,l"76Zj%uJf_=4RAX4b7Z~%rƽѤX3h9oYAYTc7/${ jU]FwH ;J֠>3uj;Ć [Zq'*G}*=]`̤FO7/ _J<ף£>YYK7vF[k\e @C%iK!Ѧ_NUVL; M|S+ ;w4>ZMٯU(xBSelvHG!P#&%颌i[]NpKoʟYWL]voΟ' E6EI[5(\ǥh]ڎa_Z"FUqJ@#{OĮf oSq&ܭWCEdoQ1h.ܣ;:Yhb$ɇ ^-ȥp3`g[=o+BsK.V nr-/MyA()K@9ړ|w> ᥢ% LeaK"v]{'RR2TF'+2*<mt=pM1[76IEÒm0/.?KLpKM}0p z?rsL]X',P%$k- tqPek*\yLYv׏rt[jA͠Wi™n skW>4bs wA4XOBxAlC>|-v}%7+}fv A("QOݣN7G' KOpu€h[5N 3405>㤗c[F0j@𑒝6[\Z,}~Wbf)GH LJXM:hѱ"yPz#O#1k=zo}L_ތRPdm`{"9iKF 7 8|j!2o "i,~HRt1A$LCܓRb"Ї$YO|qt jĕ&p i8)a.J% EBYd 8Sv .54^RJUX:VrM<ݾ0! d2xj:y҅c@a\ 7Z0`?u-JR=B쉀Š֪v{yߧ\ Q5|6=J5רW.")\.d@w3uDKYrn sj J: Q+,p)0yn5M3`[Evsk5s2%+3N]Nppwdk ^Ł[ADtr;{R{cD°9>DOlx`I.1-' kG89E̿Ozڳ!|TNo aF :)faLdKb0r5 :(j97'8"$-{oJZ3F886`%$Iu+~J%nnOB7 TtK'7"zD'$d{0NxE &aFӃVg٠WV2c8%Y)HVH&aOŷOrDכxxuG:2IΎoF< ') L(̬;#ƘsjDBwؕ @'yt~gVkϼE;52;CJ80cԊ#ꔃq*k1'7U/zwSg &\/. et83aFK4Փ=ʴ+GD΄QrCVT'oyfPVU?5k%oq6x4څPD<jtnuTNzVrGfH _w"q=ouS^q߁N=ST룢2 Jսfϩ^7IW)W';q@~ܿdd.#=8i2.'LxT-Z2-Q+a >*[6Xk ,N{DM- z64T*aLk}9k{jX.ַd{'+Q$Kى%'xC;-Nnirٵa0U?Bns@}jQ1;ı7o98Ud3y 8J~u ꯆÏ8eBS<;JJiB;i.J5ev[qKRť&?Ec%Z }]kź9ba\Wyy<\'Ҙk6l#Ss.ЕeZ)6/OSn9QIXȥd|P  lͭ2N屣ࢡ+MVm=bg5iE>~.հwTwr7I`1 #1i2:]3 j W6DTIpFu9Y|UuwbK ~ۿ* 4]($ɚJYԁw΍o2IaPAgpT4LVbHʭ:)O:,c A~f4nN/.be1<+ $ҁٳ#"xUil(4.lofhPS{bahG\υ II+RLT5Mo5@k,D$I45H(] r?d|J6&C~*.:[@aŲ!t:o?q>Y<wY`ipl F^J6cuJZ C(:QPՄo".dۈX/MA𪊓i[%f<F3)ߋ]!$V`̲ƭ;S@Rwh%r u0EZ 6r"X,Tg#OVe$ :b+ p* =l Zlro {t֪^m@M?Y)#9 ^^ HD''~0RGk~טd#cŦxWoZφ:> h_H -;}bد~x}\(_ҷ&FũIDw)?z$$] "R+ECzQ'_dS 2u!3>xs:ܐLIq֖)\:!]2Txe28# -[tzmY#Z'8WZDB.Gf18+St 6ix]+-`=8tP#+RvȐDiQVTs~dO !D/Gʩo@gkUBw = *St#zo$_d-V\,?ZP  7lUDbxL],j#~X:4EwQczǝC%=DCdJ+T_?s BH٢+#[/OAs5|\P6bu3'p"!!S>3{JJh *Ipw<!4"l v>ֱ-4ڲBt7c'߳klR>22"x6TBCd})6⾣s`_R8F"(ST}DC;u/K%jP׵JjԤO7l&FHʗH^&^b?I?Vb _o9\}* 1$װ^?|udztf6ex){BV<^ L!GT뙛85ʫpax@/t'P~ќ `W#5Yn3v#O,V"0:. ph9sZEUL"Q7:[Ʌv]'%2¸f{2^Lq=q(Ew"vNmÐi{!xFv})GViTq~3qg։tl"?穖nͪϿFFo M>rc Cf)I( =xX~FvI5B>EZz(7;^β_6Y_hG%nڻ~ ADBmVJ1 F ҄&K uL\Z_-!t^=3ˬ UHcdه#Wn.ns|o㾸BP`/CHl׽w䲭*0x *Y!*0Y = k^'#l燶ݓD!1b>8^;1ݢCK[PѻAF8"Hy(]CWJIE˓#@]O)ܜ>(Ƈp\1`DEFҊMک,=薼sp%M+XnӖGD=Z"MxlwsQEeO@>E?;IX<üU`y}r|: m;ykO>{" T趐]Q=7ڍG;ya37d/&2nD--9$@Utcx1Ԭ>z_ &4]WOW`VyI=-~mb=i= =_7V{@G}s 3+ YtYb=A?r1T0ߎxd!t`QҾ?i'wUȷ^age)33`,?72:K@c!C@}ڞ!,]\*iWFn[h9̶#' ^R3T],2fx}`X\?{Mv0.vB>w= 4eksStH;,(/=aaʧMac@0?İϚ굌/gwlTO1xQ*հ+MZ艹spX,hݿ-)),ɻelGu!P4glZ]lw81BZn5mG4S҃>ߎm$63XI3o&Ѣ0?T8B}!eQk{+@#b"!\>B'$2>'Hv[õbE%ܪV>iF֖PW 򕎖.)]SB%«ͳA&*u{ kz[uԖRajvo5m\]"AH> ~SgO.ĤC1 g$T#2 &`C>;[cD?!&S#pyE>`l|_Sf ",ik*s~jAo+^2e8Sp { H $^$Yy8Ձn|W'+:?vXaƃ&'|f7̖y.NP!sL;uun&-vR.),R+y&rdq~ֳ1]E͘JPTvq Ȱ1"9udEC]n>ǺucbWqiRKydhn"{biǗdz7/͙hjiQB˼P1sa&0o+:k? hc.C-%хXAY䫻.+w'0w1uspNi]Pt }_- ,_b~5*:8~iCF0p!%dm $y8'm@*vA'K%/r +*0\7ȷCgS-P ե@M[Q9]ۧ$[/>'xvyM8@aj W=u8d&3~߆yNQ1H"Ui9Xfx$*1r)P3p4$Ֆ5e1n*/'%3Am[I gy duZF{U_: +GO!3mJ峤=pd owVji.5S]+1V8D,kG !;釗wx=]M!^XAyDv\+l~+GpC 8WRRNAY# 0f1l*rZկK+x˫jxpZx8+k[4ͳbaH>:C*pgDa%3yH=݈l%m*񹃹YTԏ@n8h@1eGj g7S+4W #p ͆mW{݇OF{֓D3*jȭa-S|'mhy:T'H[(y8&4zv?JxZ53%|ǭl# gIãFLѥ/EzdL0< 8;_~e676%C4Π Z;œBu([K>KهܮLƳܗY|U(l.Gfd.m1[/d<(5۬(_m<>/Ψzޞl(!Zrv\Q2-&isEWq.MTީ5{BQ$)5.7i 5v ))KS.x&s9g?p+~iK7 iՌ@ AAHXxH?>'360>HǬk>lqUR+]j5QXRjĞ~}[R2׍K:6 P&Պ+0GOD?ϐZi/L ҇cbZ[Yv RǨL\({c'oZD-a]h")E}̴hG1+xjԫY+rM(5RkQ#aۼ&%D<]8Ub@zs·ˬbHzb!ăXcȂK|7<}([<~=&I,<5XK 0wX:Ş),yFADa#'٘H_XOi`Tg#rlmqS/=ڄGjw*5mPL^Q "ioӳ\Dy Tlcyؑ_|xf*C/r~|-B`C#{, W$-rX/ T*7NFN?eoW30 ffdDV͢AM] A_hT)Oe)"^қ^@D~ ʿET 6d=Rҫṭ%'@Ѫ^ t|1:nn;JU jUЇlB,/b D^drβ`#\ixA"ɻ\* ߽>M͠Y)K-`!h,|iQ$ ?`/:j&v X<ݲ" ㊃07Ju/.7aI7RvHO;RnL kƴ)B eK ƒmW]{#@T7rԞ}RX X j$Q%Af BB<\3g1u*©sK&ˣR%ű<- fʼn^Ңrx0E[QR70zoY{/KN3}HBfכu*xQ[s/FewC><6S~]/>`LN߫gL+'IwgFoH* *oD9M9d?\< owj>-mk7l8P䇃#dɘK v=d wБ%-{!>:NHE~v<%GpB`\ܝv )Ǫ_ZsE愓R(L,"TŀR?_w1JK]>DxGFme#Gw ѭ[9s&w.sݭ_ⲪD&VزJ^ @oM^# 8Brʿ|qABI|?䶱lasM 7=d::,kWmR|H~;kЇ.;y6aC$psj6Խ[8qH"9H ˢgfggHhnϖ]'¿5Oʡկ=u'A/3kJo573T7w~_[?gʩukLb%Tq5;nN"`4>Rr^M3|*k^7e(§e&)[qAQHV$ X&s7֘_JV3HoEDՌLy?xbxy"yo QH rNd"9AwyLdgeso! \׋)r[%tcbRfrё.]К5s%!ei;.K+/]D=&;سI,38e2hKSh"!@ۘx<~q6ݓ7j5iD;AJNL5Fqofl3wϚJFDI#JvXRLj5GoFPtfK*-צ~jFIsr>b"Ӷb/ sGA6J_rc 6)Ήlɢ+?GehʷՔnyYss*p MddδR"#j<xTqmm<X`ܼjXw{7{4U 8s: 1N,B8 TDrh-6>/0CMɔ;YiGo]2ҟh(gsBa*P*2 ^0 r<V~2_/|j/3fC[% Dn>x?Z,rq 5I=\-<#P;6eS`Aס=c`#))tS<RЏ˖R-22 y .@2gnq:e76W~[B[akwU\-$H.2#̱.['׃gM@BVmunWw'}ےUڕlbӠFM{aM|{Tߖ@y1*4)]ʓzCN8rR='_!!q^cYٗ':.T|$gĹ>j3c91MjEXD#OV40&:3}{y^M(IN)MtKhA`Wҝd7"^6OGIęfD h$bC$&H_~ˆ6oVЫX2ܴ.kTQPhwn];NM V Ѽ#BXF蛼x#Q&QGWq-hUƙz= #ަV* )hEq|XHEV L?/X/a7.A/F6܆-rir'Q''4/]պCq D:`GvgLK8'8廍 =F NY5cP-y. Ou>XQО^tmk^MD$AU̕^7v ,L> VDpơ8,Z+,<,]WZTI"\uE ,."} dz^ ]Z>+fSBg+q?,nOjZz[L[K׎jb=d0e<8w%ڢX1@PrWD񰥂S"]0[:?3#V K!@Zh<]f0m}iYzA2v7"ʯt',ÀY"ۂY|DҨeHoڗYLE-!3WD;cB1x(k;p 'ćSXTcD QT ]7>:wj$/1dpQ Gq 5c, rx9d Œ ey{3+WM_1̡p GNr@`1cSo66_;)i ,BEAF L!Q@Xl_E +__dA3mj>~N^Be$wwm;{c>w&\82"F Ƈݾ&waOfRɜ=.7k[owΒ3OH60_͑k:h`/.w_dtJXv`fJ N\I'm(J&v#~A;CFEil޲0FI!|fמ(c=NF*OmU 4EԆ IA~/-j u\j2Ro_ kBm# ?{zy.tpxDŕ=IW 2HN<~v;##FXґYǂf nAa32ǵBD}q:_+"qSz˚r 쎣!g~o+3ʗ<좊#jd;}z`GQ:x%l:uj'M1dn=,yyMI'xwoƣBW1o~XJ<UT@P,Kx4=-m9:hAit7DN"E!$@Ląu3Z л4Fh2c"z:>oK5q{hWYX_W$[%'IAMї ^SaspEsq-l~;ODoT4]BwO8J8A2Ix10q;fx)D?: 6dwY>io1\E)u DQ 0R kAɹkxT$bUulSY HO}4R-d(P׀1x q\yJ)KCpR)VBU zmdiF$1kQWg A3mUod({3]) nnHx-'Z ^\Bmch꯫vb+[OUUAVeZ8BC3m ?o̟v tw@vajv5 5Mཌྷcei5۩ğJNCLa35 V!T+,+HaL0r9wRfZ1q _lhqD7.>5Os#3v.H gNc@0GlnYa:N s+vXbnW_I`@^z`t. mZ=0_օwpUdg}[72+-qBO'@66hc֥Wvc$4jz9L4{pڠaaTɽLNy)Qv+ҙg[f @M69l'鑐H xKh8iY~"(4wijĕ}U` QJc-.z-Hص ˄Mܻ "ql^P/=Ҥ cq3ߨ_:H}lw9?.yIXcA= \M[ԙuU߇|\s@,[t!6riaAnWt۳ 4U0q<3B!Rf߭VgK޲>I$NpyM3=6&yupaj0Dc'G{\M$SB%^-8] E\즘9]h ׍˞ϒH梐#4}GPDV`##C_hU]\.\>,(0xf+' %S,9:y@ ,i,ʆ43w׿\$  Y ̕cdl$= !3UdCf "}.wtk1U>hH'z"5|uS[ <Ρ8}LSkCV/pKt//xXWwB4h&Ae5X7ժRp7ۉ&/ͳ{o/NM/Q1cAfrOA*OMQ g&U[s 9%\wMѹlZ5 Oß˨ug+g wV-_v!cOyέN#-x4Vj@+,t,~e 5-b8LľyL%ϊAC\\|O= 3Ө wbKeQJ?q^ڡu}gE{&ܐ@dwX$ڐSM>5Ȃ\QElEWʀs:?1Bkw+KkCpAGdL=z!^$5r Yȡ~.?ˉrK:n=Ý?QLȈ?LFaؿM}y2dUQC f+ /hD dƲ1k~l;AO nCj^Cl; \>"iPlޟ"QB2}Ra fCuB19 D̛sN6᾿I2Gx,wgY;v=RA6bp&e̥BU2we%`}oRȄdz](vo_-"Ie`eף#߶Cr4SӶu¨Ј\iN}R5_I6`8ZĐ՚C]͝\[: f,e;z9-f6V:\ҩ ЩKx5{kq;MjVE־$.$Q=H۱ov J}q?G TuZ0ٔ7tUCcW1a<tK 4(E t504*gXWr;d `TtiNhp7Qdsjh4}^93e <ł[oVpKg~۱ TS×-WsuU&0o0Lԑ9 8~3hHo7qG[_)׭'Fע%lEUD->H|/tl<Z5` Nbz!m_y;#,1orŋ['7hˊ$r{,=7 i$y8 h4JqoV.Z̨p@':*n=g&2bt>YԠj$#/En{. m%yDk/9DfA`BvDM*()?tԆBn䆿lNGWB LLu:iDsQ1dlƉ؜)hG8UevKJ)#؄$ٺ j> ~EՂMB1FJ*gx# KwsAx҉9-c+{G kx›WSl} Qe-C QҚoh!tȽN~kk^NĕB26g|:Y=O}1W"6D(boMqBbӴvT/࠽KX6+Gyr$ `+ W[n+}^.'W(6tMA.B7q|/( Mw)*u kՠWw)<@1 M&{BNupX2a*mQ_ B)~NJԼ֨=Ĕ<Øh٦vLlT5KqgٌLM{TM:ď1Bc~Y݁' &/'!OcR] n8))Yސ"JA'FeFKuW_E0;Ӝn }b=,XUٜ;ë(>{ .yZ-;_8}LEX 5aΎĎ%CoYlW[Z1ޘVvY%*Ί N0Zy_!*.~ok t@1a2ҼnÚ2B\&CAz8swْdXklFaఢj .% lEM+ Qq3'TY;] +ph@mgKzpрD M%!8F\!fbckk "vьZ|k 0 c5r.amdme$ȘF ٿ6!|mЮAzhtv~^"P[4(ΒR lbŸo]c+Ǚ Jfޖ^4 ^j\[Ǻ,lؚ1:2t|2v#() P o'GW%XӵݍStj*ؑi7EerZv,s_'er&<`C~Y5h0W%/崠l`$.C6* ]WWzOn@2{}7twɩcfޓ[ p3/aChru;Dx_M- v lIՙM+= $dz;eNN2Aa ςf8}إ!f뀐dhVgE/\ciջuFkhsixc8_ 䵽%B%.cksKT҅Y] +Żryi]P,QN돻3crv<"|`#ɸN{`~ | 4~og`9MN6CB0n}EP!lbhZSyI^Q.BZېq ,`z^d_E0{w% EQr҃ͮpjs<叏zKcC]]MCUzb¦ODiO@+YJׄcM;9gVaw}l3,J_TŠ^rѪ66PafXQƑE==>VU$J.I^V i7ALeڬ4cSp@E<H[D6̑f,Y~m]Xѽ?aWax\08@WnUT h}$JT%KLji%2Vd%ƙAE[}}(Of{h /pz˅g6x610HUya+mmNIa#H$X.^E Eb(p|A"^s6,de(T8 ,zh?ty]hw"XaX[8L%Z@I.X-b;.Ǿ^C@ejʐٳR(eKA_ u` 0WQrvj˲Zo>(s=稍:f<{g+/X}l;Zl@RFן >6v<}#-_ oI}~ԗ~sWݳ0l:{lfr>STJ:bXHm0"=T{?cC{累cbU!#.HK@g{3I#{8/ Z%\X LTʔY# g>0jT婃7;LĐ2g߿,CcˬلE.ӽ;Hk0zB"2-^wF ܔp ILǺ$KnSS;k^0 eW-KaA4:<[jB3F=];i.]ލ:i"\4ZќOLn4fHIzy'ЬJkIJJ2q#LV,(z VEjcfYl>fq*{; ޅ>Ĝu.t"yK MDItotv]pꦞ庙1 ; ϼU뿏7_5VÝ8hX:MJyRvUI225L?1*7v8~7Csb^'tz(~ ;8o-/p[XqPDMG:*8D{@l0돜 l̨7]6@lƎOIb @67J`nGGgU*֌SL C-83䎆[ЮgTM~w>MD"?~4 }*KjncСsDcy| vGkJ*-)dtc J =X1q5)syZ~[`)#3m=_ Q (-WFLͭnIc/B`Mq@&om貽CB"J]D?OYf|HO>yhIt#2Rm^!vY (ՁNέ!;X N,J{[Xڜl}QZ78D=HXkf`ꍘoèUM ɳ;P`8(kOkZH/l~oh_3kIzjN Q% &!i]H]ssx%e4һx!Q[f<ǍT-S=9 | vcHg2fW-=o \Xb*Pp90 U^Qe3875BU3|V %is=w |Wdb%` jaK}9"W-lM2]|cz8뼛g~ HźqSN13?4ZIJA?Gꮂ=Bg6[u0>82[4fsWg#3^'S`5RnomU^c@=ܤ ;M皋a-{tpĆ.5J xS,wMrG 'Ij@& dOG| ۚ!cN2= 9!O¹qiBl+GMjL6*+̍]P {q8v yzIZKt,x"L?63zL/׬)QHdu"Tqͼ}bM[ȯ?VYi\>., 6>Lx[}u%LxLݔ#%E5"_UL$̼vT|e6 ~ђ򛑅[cHze"8]CCj N }á`.+b׫]uwɊ:NAX;W9Z X[LRtchвj*;@֡6/RÞwv胞-S"=mWw%m*t8V-X*uIш8dWmkzĬ [3|yJXe[9hx*GIATyQ3_%ŃǻYxSc J_+ﭰPA{lV9%M`:%z oUCE&jeZ,L$Թpkܰ`aHS 2.ILu;I@~׬.>ZnB~\C&! ^ m2@,> ҋ,GO/lH1Ue^w;'?ID VаvhM[P΃cEA::'%i*CO2Ko>ۀ0.gg`݅}u<sst; xTccCiCٲój-PC/4̃O3(D,J;@2?޷oT MN<+ڵg]i8PHstA*ڠR= s}+uFn0E5"͎ͱWB_^O]ҟ2{sӁOzȺ 9LN;†C~L`XzLDVAt];sOH~!-sxCĞrͩ躲bnb8lw,k®w(`ɏ*.GcFb^*m]l02ܗ=FQXfswrmd2Dx>W6H)>.^mQwٮl}bYg,{35Xm'ҖL ڰs R`+*k5ԋYqMH#qW5' <pu6Ζ/aڢZ`6 UT^+h2 P/L%,W{{#Vgҡhfecv p VɼDM~wI&]>Rr-ᅤW EYVV]8asL|='aᶤ5gd<0U^˗}(4,~N|hR8^KZJT*WeG(FtAbu ^U&Q R1yB~ t/naQ7p -'MGb}/0cf_՜,ʖx_}ט}BR 1]x&o_ κͥfzߖ6Ƶw践M3jM}}/syOC-1/٫/{+e~ܸAMCu"pp&,<.PDB\znff+6uz_I=%4zrdȊ4L<65oHid }/݉+[_ƶ!%dBJ(4\9In~z@}`R35yJX".FCZ|꺨@fnx{G;r>(ey^6 +irC# ,LvJJ4)X?ƻ<9#1Dvfq88TLUg7^\ M'xDtH{qQf Oci`/ؑ\@8v;KM&T13= ֆlUx&S}9t[AP;E)W~V_ 𡵺;|{iht8HmC کh&"g7ڰ@O/^ ɡ)kM0xB3XPF-v_KJFFL(`+8rXzjĄixK$<4ϣ*Hj6BWVC9'D4d*UIBk2!&?Zq_GA1/ οg ~}ޢY]I+zcd/Ģ/A8k7dbmҴ>nC]57V>NΕ`b*J๤{|ȝ[d=+ O3m$JVN%"I7s_ȉSTZ>3 0?YkbfEj],+ĵߴf#2eBқ_?6N9SJ 9&UNa".?L f:A>+BRzt W0f$HX"UQV:V+sH| pw>-̥K/W٣̀Y؋W#ɝ2ѫC~SC%M4Db.pP%YhWAz/l(a?X1RēpԆW'tK?@{`_t| k-iy=KCJC _6ͺ$*3,5rd8wqI /@P|N[*[=k},HM?c+-NX6B?lY(I[R˂T"Gr"[ B).<5ncX*9M/daeTP{LhتN.ӄW9?8K Qx[AfQ˂KW:ʀ;@9U v}$hMX72>~߇4nf#5` amcj^Xhvn-1,㺄 `y',u_&ZMIU Lذ }s?D9T-s oCQ tNDE $XO Qv`X/S> |nC-N"ƛ+J= V?^*)h HYƾ33iBz]#Ee \vC#mX :H]w#%)z\>]%\ɝ|KP QJ "!4t:p`gWgux z8c{[%5JÄt<ƺˏvzMNJk<s%cz/TGXLP9˞4nɃDžGh[GUX ) _lYh7Jik1֠h)*sTfI6/,ѐ!av@5<(TR Y->FFs;I?"SEi P iNٿH%Mђ=uF̿5264ݥ7!IKTL>e[D+ &d4&&HrJ?3,OZM\Es!(֝ <=bu2ie%=g18NaAJ'Ÿ&x[0@;v@|¨?쏭Q H$/@?oFC/G':'~!4@ƵlJrihEij+I2R|Ϳ2 rBEbVnT&=\Y%LqWl۲֋ S(}IK<3,PcؤmXͥU'H:C Yb촥eNՃ,(Bjic/vk5G!z*+LjYՠ!6q3uu ~+Ce6EP!,vnuy6Ƀr&{uaWڽȄi U?Am}j+XU&mESN:rj^Wf{wqS 2|brTeo'ȬY EJtnBK K"8ֲ͂YRl<pZ4?fflPbЛWJnkSerU bIzwUP4Zp_{cjnlypN[c/:dpO2?6IqcdI:AӚDTgN v} L|Ӯ4yhfCPk${;{1jBYvfA Ht|aT˸%~vL͇5RFߵPv+WdGh9xu^@q*a6qڞyy΢ߖB:,,o3KʅQuV c<<G%7T5hHg]6*`k^zy'+Q9Ю♘;`ΧqPc';)\88q8k^ʼR I\g~2H^"M`ޱriP]Q%[+kR7BVuI,ʠWu⋟d Ei<%ؿpň_N\A'uOF3_I4@WK])Ԟ[vM=l > uA#3cDtNC(i.a99oR}a/CKՔ%90F֝PR7n|hwx-Ca.XM\/a@aA[jYa@K::6!ۛo>l2  |QXLsoh49ϒ-l2lZWVCf"UxAovtɒPb:fLvs^N;EXb|D\vV׵q2r;!>:,iCRA6M9]΅\+c6X6ckOC |kO6}2aF\ 4m(db}E"#t_c >:b!䄗D">/qwD1NiB άfLqFOF5 J21`tx;K/q밦L+)xmT̩εwsXcZLq+mp`η|^ -topTj rSj_yD$>+[/B7]5>n)2 8@ 4A9gu,>eRae)ɸѐ+| x hx>e m;6f}3+:| v ̦Z{Od-KWN!I9_\Bg7uX@סWzf$)Y;#=ٿ?ȏ'@??|*+r!'͐>=gm>"dJ@>aƤI,߻RMhm`X1W6'Xo%x#+D4ÛᅫtEf&,[[n!>I 8r~{IջH;8Զ,2^Iu_d90'ͺV7yE$`'t=,Bw#ٓhIhE>#&7$ g6>+(^x×]gQӄrYGpLm<|>HFHG(t͚mqIbgRY ɘ#;F;s%X.g';ؗgvdU:ߑA)ȋSlcVuu 9䐻Щw㻉Mݕ U_ղNXRšw7oTXuć]g2n/y b]:$v(]wM*p0`0D>Y-0O2IW^΋{:!d! 9V'}P),i" `Ļ4(g>)\$\7 w/`UI9)ľZ7d4Mb}h/i^. $أbtD: Oq=U] [H,`L#/'74m è N֛Ж18&|r8l| }1r>'UDb/2oREA"hek>OvUpġIG {u9P׆nLT |YZ#]w.uJwCAX^`(ﵭN9S;FzhOy^#ᑢ]ajq3@vDX6i)3{v*skM7_IrXjV  d~ .( c|IAotZwkp63hX'o" ䷗%^ K6<DMPrKXynph\ vȚ$ftZhbwenaB Kt1H}v@Y7J_y*uEa9%'@ѻ,m@,[mZI\(; gq^(|I|Tr=KB *~|G6k@&oQSAZ U*8%]`v[RDT.>E0L1q L: : N788m1U:ݯwZƻO | #t%<ٶCL ?%mC)Nc) @{.eo0]@P~ZŇ3%֘:8/ln) 1&_/wA`Q ^NS +6㩥bwd:OƨkGF\JMuO.^8AcvgBRPbzLNQkփhW-WlyH-2wt{{jDZ] f}X  n+?~$Ym-BdeC1d}'gmoC 7v;~筲ݧ.+p?Z;}d AR1:х( ujPeeG􈎘;^ZݳXN@ׯbvK KE:e~W=Q-םw}4ы {<޶2b`L;eW\Q^-q9 eMKR*<ӋfŻ(*u # [oBM/1|3UsG ዪv`ehY*CEïvG*p.:Z};x^i`,ӻ>:ҵ: 6e pe0wHq *)nRܨc|$IiqDgIcJ=2dP9wc5R`j6x)2jpM?}2I?+W.ˬ%~~Mˀ|ċtPS^6,F`Xe~ߦ-;䀈H!|` -ӾB؊6!㴒, t\Z%r ~:zPѤHOU~"U|~RmGqwI KCTc DE7vUb~F8u`‹>Lz i ܈VB,ZA7N@%3BY|#wr:qP5# k܄׻D3{MCp]q+CO#mq>ǣP)PӲ?Tp[7&6s8\!F9x6Nm4Bm3ɧUOMK]~y%LFI\q1p o>3C "Y7BAT)fiif`{-X+sL0+Kå|~ci߃Yp5N.3E9MsvRP.ɸ\"%9"PjLhFSYsP^w "sKq;qehـ<{rZE(-wBO(RO7U3çcB-@#R2aM=sI9:*QcnHf!{jJsVCKNqVŐ]q8(C;,Z=)$UOf7}b^ \0(boN&d콛kq!!EIT6"4&M٣%p(:KkI!EK6M@yz6ŷ] |?%=ϊދ B8fʒD(h< jJ_o4(;$%  gFď{ll 1ϭ̤ /ZR~kpZߍlڂ)D7){P8B'=P}";A0]46v85YZ ŧ:kxaϩ_hP~3> އ1)̢r@KH\4be{HDT1Y1v2.@sђ<YY g&Eg SO*,*:K!*XsL劮D.DLdhް;snPSy焲8b7j/^? (Y丗DЂ߯K!czC-*ݭn{=̭?t;@V ?&ԱOP8 2v҅3Oïh)Dl>\bW'_$@b|69#ROa<(&څָU k%IY:pRU#?(B OO)'w`J֠zTm|Ε٫No lK* ՏSaZ*1Nrh[EDxGYKU1hLMLԲj9&06z^܃a.j&tN=V!ϝ|L(-ɀiM(84COĺ;ijVز3q8PӀ]XDF?hp[j Pyۏ$G-gzsVZ> ?NzaB^Zkl0,b UiP ÒDsYWAPqh %Ob{"|l1G"@)TPyr'0^!ƉU!ghz%0N9!tn-&6b|f>BjV6bQXtRo+0:f9\ JM1z/^F )}DUG ~[dxXEcV 6$L,_JŹ ն &m.^LUaM*`f2SiYqJ|<XK%ћUUZTJ}#x"Sm5+(}fٝ0|[9+Cuov6ʍA_ėeV>6!%=K6IK,~V rK6I`FWCBq?m V,dBqh=έŋTmWC7 X: f 吝 vFZ8뿶BVD)S7G]ѢS;J7XS(ghjAf޵%$lN0N*A VDD0xƺۍ,CLA_h<\5B+d;Exv} BZ )WNu(!.~ [e+6@,-̲tG ;QǺKZֽ"d8hnҕW02K^ţj@*GpG\Qv հ:kU4@'^dS,b12ud kM%3=O0v10|'vknӪou2m rٳaP[qzp-ߟ:{--䋮Ϊ 2Qmx8Fqz)_s(4ysV_" RJ_ܴdQşfnb񘠢$hA?Z* m) ;b"q4']4<kaB( {)]#B5wA:P0ZGI@iJNӲ]E*W<;hZc5:T}/*tf8QQ)k! 0皺h`R$DH{@+hVaqXo#%cm7 Fص,ʜAk4ˆbi4RIâ|8b.SF:A 썚r{%G264Nj۶o<%*$<$}YEeLd}J=] WucN3`o.1$wLMpSRp\^q@.Cg0y2`5 (Ǹ`o1pJ"gQFT6FESœ-siYޗxso?fZ6a^e4(ӆ:c4V6Hc.NMIo_Iξ- 3֬h˳Hb20e~J$_/@GP: L,y UP n;jNej4R$`J'!WuӦ0,ΉdLe"*-ɅBԩEyG,;= y[bzj^OdM>~Qh[+6?}ͭm9xq(2uG3JySmeL\ &#nBN],h-ۼ+q'f9Yobq} ?uhA@?BgDB1 Ef}n۳vkT $ߠ({JZ̭41<.QڸYb+ؐKlGUZD<77LW6% 'v[&eoR;QX_s2\F_\5i0^KuQ # )2|'r;]d^Uhx଎sd =`3iZ; &P\P] 6V4i@t[ګ1'M b Il*yb)v|q= v~>ʴiUBN2,TsUs-¦ھr+kZ}lFgr*QJ'&dB؄;-'HSN!?4c"J7 =`5˽9g6}:tY(ȍHMs'л2IDpm\3\NV x!hд \@n !U/++(/Baɤb#O:T4vv7}+&;m̦.F.ԎrH=>0eXK 4]3 Y kܑ~1~{WwFt*}"&߰ض#>?-/j᭧C|𜹁i*lHڢ-nވwqHy4R'C1cMly@t,zhX@7V6s;)ja`F #OqF-72t/S)y|ߑ*쾋ej@jU|u xxI{8?BPI~7 JH~gp: .5cƙaynp[p]ԪgZs8(ʫ7J҂ЮO7DxAh?T-4aUTY m'G}qy֯q!o`!Ab1<zxf 8bPozt? cuinG1CTŌ'%d7އuy₭UłS+`;gzuS(!~Tr pýU5#PZL=hž[IcTק@YJGqk *OGl8-&tM#Zg3Y9)*}mzEAVȗO yXOO'%kPYI T(o3ip+}o4 {{*'E΢͜lɭ*rYw_6.{,bNe?lz:`T;r\&#(H=BsM9#-3k|Xzt2sh4M`MH fyCƓ QVX38j 1I! dn<}\`{VU!_J%@*qYt3'4y`wVEY!#ԡq?bƍ։b0[+-4Mb>} TZ`!/G[3aD( Sn en|!<6?Vln͠.e)äR޷{āRO Wr(ҦYA{F@KH6/0E[8vfD:)BtEv\0EŞa>8\ 0 ?LLL&x[1A9 Y0C(te= C l#2F?h._ ,VdBcN /4x;.62GLY$a:&}Yʴ 3Xsz U.ej`0Zݠb} ,1zhX6Xԋa3O&І}*N! b ]txZ2Q. iG[0';S|(,NZ חY3͢f-]s/x(R_eS xá7?Ɔ2]ND@PYK-TyE['aq)ײ kӻwp@yl#l%N\.d)2?ņw: 3墸ﻆy N 4UQP2Uh({j:30 #9GLX# NzU%>hRAs}e'd8a2u'xjӚʊBzB~b{2ruࢡV>`TCq!Yʼ]D8R#^5ob2]8q <%si~fZ,n@yhz$88g `!]S[/Bnp\FD;'Id0ﵺVvIIL,- +Vz=i퀛8n68AMYc,2Z4ݬ&5huY-ţUŀȓ Tv_#dýZ?;S%d];`ꔻ"J?zxY:fcu)N!d\ŵxƋߢWc3ȱ@uTKLwP/'Z @L1ŭ)n-xԛai0y3,Pat4|@$1ׂ ޲ N/wtWFt@AUw?/삷Rjϰ ޥ6@D]3rfhXwu:oGZ@~v"b}4]Q _c-}N\yIKWhZL3>UE@uVvğ6Cיn\CXJ]I-Uč6ОR;c)8cmthNWT  rRBSRBM-%N⅋h?z~/$51gڶW(LmhƦf7s2fk1mJ%GԊP8R@ޓww4`AĂ2q"IziS[bmaɢnG'iĜ~[7rg>GEfaFvue_UP}uGJ.#m@|WP>k?cQa0N$nMf-)P0zO.|0 8;oX_PU<ȶD*|jG36sSvMhaZu}m9Uˤ*bjb$0ڐZ]DRIH @cM+UXXl5PLaY/_Hhi(!\3JT#"|m%3x13Z)5eI&`x:x_^O $}M"8)hd)dѬ*)WY &$VG6-<42F孷s.Fbܟ/y8E|G3rYCon˙bWkNP<LPTmv[zoT^ؤrxUBSOZwl+>0[Rs>u<5#.-wyѐ܆p!$wZqr%ZJuz;Lb?x1}r g?a %o'L37 C0<+^0G rB!RqhkŬΞN*&JdK 9oARGU$ᣒ g( tvC:cI,*.lo?n y"WlHrzHuAnb浥"6lìaNv-L&:w &n G[uBgjU$"ߙbRģ)#pl,nK~`I>3#]!B wՊdIhoWB'I}"\;9#F(H3řE/20xB5i+'O pVN{_f!$:<3b.ॺ.`E(0NZ}ft>K;9Q,!;L\bFiP~1 $ȏD!1ӎoev&㔬wnjܐ&9#( ;ġzȪDm6V\i!`hqkE^N~BrV)$ڃх= M"Wb_m ݘKǗ2[vđE1F1^]WlFL6T,֡, o!:AX3p0V-rH ї&uΠ`R(wЛ,-GoEKۛAOiQ{͹# YKp5 (5J& LMg.~h&R` $7le/%=V8[owmlu;$f5\0TYͶMBS+ng}z o(FnȰe?&e%02)IaJH?edC\2ڦEż1{ZFµ"#w4ӁxX(ݍɕkjS6@^uusk>5kSW Q?di.;; I! z E7k:ڿ[Ԅ:lİB(ó-)<'ΒIQa#l֚aƖløƮ.B~x@AyOML^Նhb ,#PjqO mDmJzi܆:QSxb{AR-erlS%4)<xոTW *J,۫箆c kM##b[ A IyV4ǻ"mFm>[fsAw74JWK$gDSMv@&U[?q:?N}y=>#ΖM"36dU$_rB1+>< T $?67]ɴy)T )ARb*fcAɘgײQPP!_^z Z*lTGE.4BtdZPϻ Mf8*IYUp Z) 7c}V͛wړ1&2g,'^ؖsϘp3uZV)%R,"R\N sy7D}Txnb]3[IIQ/h.&lL6] HTçИ<0dDhuJ|*Rvh\dth*$ᑣdYG3rVv5^tDic0^~Z[a8Y{ Z."=OX65XG.uѣ4L9z }slˁ̮+IVۥP'[Huᇎ7jSιDmߎzVO莆?f痕IAgGSRTJΣj8rؼHa0k=Q8x nM2*o&d,v53 y)\D &REVN1 f[K>w4"x;bJ&8ED8Yŭڂ%}w_$MR߇CʣSY2r.-OƷt#)4Z/y:^q\3|qJrEA]߬狲7Gz\צm{6{LFVhw;ȄhCd=*IHC~b5B/@"!(Vv>ň?'A5_C |o=~/"z>FtK2AI>HZer3[k^\|ٰ?5lBJp`_.NR["Rqe`g϶}1S8B'/O韽=yQ2^FI:]FN@Pxx# ts WՇ,#߈gXԶAMfѢp?ٓ:9uکX]&ʴJHϋޮw (< Q?3\94Zy>HEDڙ_QR)G%p'VWPvPB"fkvm/d|jOd'@DK@4Bekdn,5&v-'a -[4iA7JN5"ܮon =yIy!,TzͲxF1CקFS_ 5m@v>?Tb&wǍŎee"A{q^}cA{[G4x\J|?xS{ {#b ?RT찖P!=+9˼w9"{cyf%ڢ}ǹ,oĦG)}&rvlIZ6NZWk-6 bg }W77Y4VL= cR:I LǐN$SR&ٔRk/tKױj֕Vw^c^mK $18?{7t(\8kkDEH53] +cHVi͹W.{à[c쩀1拢bb|9@:@P& q;cIDR3',y'GOя! j=F[r/EJt4ݒq 4-6iC(n2~S@oyEE*OK(/;e7k 1n[̔وc{^ ޙ~͇sDę||?"QLӕ&fP+UҠ,e==2W><h]px`ٌ&$$r-0 >S&7ZO!AYUt+c|OP/ 7uaRqBr,yĶoa)ooqi 9M%qN -JʭDv..W2᱑"oԢةH6$wU3w‚H6Yv[%lKcVN i,:7[R%nTDc^?xV#yUU!wTUdL%g?k]B6Q-$mR$1yި+Ȕ Ϧ'~߸mz N-x67:}yj]alp^%2m$n3( 3k"@h߆viQ+z ڮT 1:6ecVqpc KC#ᚸ҄ti(!Q2lW-^SWl.gX6O ZQ04W4|;t-swn\>(E"ɺöB?Dz 9c~E6 LRֽZ(m\ ;`j/{z*A[h IQY,\j6p}4fL# [w=3$%h9{rۈG¦ gRE 1NOy[¤&2|M5@9]EQf7&ǾsnWô("@M^'KSٟWAΥ!Jgx)"jt􈉮m'mf`-%w+4Z[AiĨͽë3y4ŧk҃$&iIG,UBjAPehHR;҇DzD5YqRuuИDH8DH6iշc8 f׫ƇA=APq% }Sɿt,ٷΆ]dRg E&U'qԲt 4fU`=֚hmDe7C0ڷ-wѳ,?uPTʆ>e3 CjDMeTWʮGlB(AK9Ή qȱz جL̺%ޞ;,&fTvA$._`XkVYǪG8E_\'eȷ0}0a`A0ʶj (SӓYTKCGX&+1]T N1@jr_xe*kھ$>XAF$>%Flu1P}:0]7דkc@8 l ̋Dk8 s],=A .ح^%<naw?OuW/)BTYP\`e18-cY@ԍٓcȓf[&u5qH|-Lk)}ɒ9 peŎNwkg ]=,MdxdZHUB.7SOqma>55튫eW? q6/m?ݫ=2g ajՉ]buئ]W{cTi[!`QoL)`Td1l][OP1ާq*UU"Im"zt\k|.Ñg?e!c4PF!(ܣu4cy0.\oOZIw㉱u"ZG,)bi-pLǶ yGJ~m}P5VPRa-N~qñ7X5cTHs,HW'nF00f>Уpțn-A56 7anN' ;EC h a$`:4'ݨ|D0 Dj!:?,|G e)bhdxF?OƤs%WgW߮SnXQ@S.3Pm#uÛ0@RI2Zx*4Dt S ƴMՉeOm!C!9u_X6G3x\2 J.00u3&ˉŽ <#Fe F'9(&?# 6/:~F%*^/p}:tfA@W.@&HDL#܊TA;4g 55wfXeE#b4a կuq P'g$:Υ}Fwf%zfOgQ ~فhQ=Ӥ1dh#x+Q6xκ J!vZšc+iB| K7Ք&ֆ}0&7 ݊A7UdO58>ĐFKQ8"Aժ}DPPVD$+\򍲲 ZPfw<' ׳I ل5(I9%= Vnf,]4PvV?Dp\ X4U(D}_$ƌyGa>ڳ*B[M:ncp懱TA#qvѫ͟si?h:*ގ  c2b9$Gkj15QpHeN<RaBz>dH+]s[gR0m0;ݻ[ԦDJXfⲝ}LO9/ 3TNu >_G~[cMڑw;/gH^ `qhPz^. ݂,l?G\< WhmȮe,Y-m8}V-vTaXEpL.}XI澱KUAjF;ѝ09<-o -׷~CA n_I'_ɁS)$<50 H: ХEd`5&VgY<92f='xl3ZK6ܭW%TTRj}vrMavZFkJ K :(;DUXr ɲT+-ի<*[KbIS} /zRB}%XZYhEF#tsnӠt>zl|i z͖`7);pT7q¿fR K*9]b%av*7KU!g]?kj0s}!+rKҏp^[l!VnY%B =URܓq]3e xx~fSii^YȔlg tlhӽ=ba>,Y%~OnЈ2G%հ;Q%ZйFze-تD՛5[.^`bx~l/:@;\m&!mf Ԑ!8ʧ#7J-|kJ mBڵmJR[Yt4\t oPNALvP:i"Il뺭†EcOOMR֋+ 4 ec30=~'/_X[3;})BhR XW##dЁ'շ޾ΉY ըv&ꪰ΁D@3W ht#'izGelcm6E.`>1‚ӡ_ı͕KEOޠځ 2%45fM,ܦ, 4]U\-ssX#ѻon~9I_MDz0F >*Z]@p,o13*sk8B >?6ZqFgyp Js ].1 7mA9뭬1, 1n՟^. _sRv;%L0<亍l/G")mT#=ŀIg~=Q{Dzz}_J %@)5[x뀹 A c] VF괾,KWK,_jO-2ӣ;_١rS=`PǢP5q<@掍Uc `.R o;/f2U} PUsrV57F˱D` .Fyx`RCX§m\_^ˎ BgRbJ߼qxAd`?;|gC{Vh:DI7)(]ʳkz;)dySpbPgB'DŽpXWҍaCFL+GrXg̱Oi極{m] өZ:{Zͼ AzzFbQcPWs6~HJH{ҀkPaOOQ/Ju^P²U(I/JЁ&#mƜJ!LFċ{<9tCKr^욣hV ί 'Fl6f'P*4N2-(^hTy=NHqAg$JRa#IyXWF,Ur"F W6_ [u"ޱjz Q`4_ITWT{~,W9aPs)Gi~mfT@dC&S]4|Z[l@owIStA÷iyy }J.gYQ#L}#6sUMGa﹆@U42h*ZxrDwm/!PW'JJfCrXI@Ic#y|=44JQ*G&(z\0P*T(X‰ND ?mFmE]hĕԝSq5zPB92~'i 38*?1C̯OmdjvOD˗w~D*L։i+O]I~<&([ Oa^ ?fނgH؉F K%E[ 0&sMs}XS _nBL=M=x5TpkLLML0h3P\O Pʑ(B5%2[ C(u]70K_x Pӣܭ=1@Csd^`Y{*a(|m9UBEeF\ r%"İqF0z9Skǝ7%(iyr0Kj29Yij0v*w;g d1.(5h|W曦, oqJ>7-oB c~iV' ;7=OZ3ݝ,4w$mt5ᬚUaVmtwӹSnTrT(ڥ˞|ڍaS#)oR񲆶naHQ˒Rq+&YեY'D=1}rX_7"F<9znG34ѿۼ07JY ?e,{]Z7xܡpOل@Hqz*N?LBOnmO7$^Ut iI;/"KsoYN3ƨ wL%A%'65"~5;NQryz,V 8h!l;A-տ›m\\4cbxs]iMEF0dxSKPd*B2%Ujg'=Mr>CKo+YBm!رJN^,7 Mb wqJqQ'&'6U1') ,#?@_?] `w+0iWN1pVěAU&߳#4w5ɼe&fz* 0Tμ.7ȫ=}jO3I>NR_Tr%D@C:A(>~ \STEQj 82?vTMV.=a^i#`=2L1K-]@ zizm{H. *jΎ P[y)"ԃba&U}$Fw0z\7hS> @maeR]Gx \u`b.&_eYf[[mv17ob c19-GN,p(CIE}T8ؖ~_Y\wϗ?0fܡR_℠*(o,,_#fKc'c5Vcc%hp:(ʠ󪩷N@+D~T!I;sIdXuSؘ mjEBB&lsj{XrFFv(y#*d&'Spw .A~.Ociz" u !Njxg*<6̫'(E=qz"z^3ECl Ȯ1ULP%;ûdLHLF:HDjfxb(D0hjʏ\h5fw_,;iEJ K+-m-imȎ/6I_8uƖ{PwaHV^qSh/&8d8Y1WSk5/R0O_Pƣ~6֔T{1_6z#ɋs.g K h\! zPe3n ȋgoPm+ mD=6sy7lc0mQ4̪Y㎉s6~܈peT?rMsFn(/lvlHriNmu%A$\Go۩~s ;'޺wF,a.ou鼜dk]m TKq[} h2=zh n+2@lXƕiZu]w#I^K~f jȁu^-l?75! \J;n8pbQj/ɑ`.91x-Hd F#Uߩښ[Q UHh9fyC.[V(΃5'[R<xl_4*o ,=c6>YQ8hBUHoJłfI8Q 1R6x0I&" BI4@X;]zG]ܝ<#ȥD9r .'&.=* Ob;5oʗ 32MXT.ͥ-nMEVGNvT g֚܉p, gA@58Cg pSq@'o847\-ݲ\DLiY37l=2*j/Έ&eikߴVzbd:l2N)ߴ]Ͻ_ղnwqtg! dgٜOlwO Zx$Uޠ y m6nϗ_J?lQ] =&0b17s?m:{M}7߆- :"[U8 jrSһ"%5?ӍYACN果Џ]r{C:쒠xte3V("ٟ;a.*Y:dlR{LqnF=X6yr Hz< llԞʂ2_V,"{*ixHOO\߷^L*;ۦQb^,T_Ye#|]]}¥C\h]DH2%1%OW1=`NytF~Q*Kɪ~=8Lyeɚ_9]Ղc iC!bё:&N/߾*`[n5&$\uQz 6B;?QD"-֢.:n8=|[,cܕ_tPčq$r&oOSsFaMf'ـb|5^}@*>2l9 F k$h8#sE' =ZB )Umܺ{R@mK-ۻc#DjgjT#0TY."5R0Y7xHFJCV 75"߂Ww~*p/oH*D5;ArFlRB?U$#e*M2@|vfq~,rS0PPEny%)߼w}φBL 08 b~In5lZnS\@EȻD$ߛV y$;GLbڮrhW[&puVIljQ9m.לT?rq22() W!6@0$A롾@:+Tk0 Cf_-&~(C:;ώ#61@Ǽbv7",egP.eWKd?fkRtB|C"8SVXvp,N(kRKI˯qx@\HBtVeJ4Q{䄣ԟ7Vf: R:MAA/ x ^Y$Ֆ#4$Qz LF(#%±O6e f tgPpﻚ*v~"WڂG#;C;")aANj -k`[Gӱ;=w#Ugp4Yx/(o)".0:HL'4'3Ea!R~>% g)QҕnߐD gǏ{JJ)O(ѝ*M `  ˦*;on'd^R (RHc7M5|xIsf5y.jBNjt%Fr V&60mFs564,`#TgvEDKMb|%Տv1e#6ըt[yzH7&]Kka "Hі<@lDbHjeՁW}g!7C$E |5g_t鏇S8v ۅ]u.0lȒ)\Gǥr=dfbxR[Fqpe 4_{s1@~LP. a`J#gRw\i;L?UQ6PE׺7]X}~}S'^g Qd]z`<غ+x` nW(?o u =Ue,"R$~cs[ӖzMTr]-kJ,M\<&` *(,ňGtbMt.lʠ[z[_.oGDp^A}E`mh YDpB}g3G ΜeQ(2&w- Zk܄>#ø)4/_dG zP%u?=\\~$03b7?}?[<jSIEy-۷&<,䐄;rSnik= _.bc'"BYLJmjCgj?;fgT +Y͇8JQN%] [9p{D6 vw C"Ctp΁b~ܢE51DQ 4 25W[2dj#@m7*$-v*QDr5&6Aqz->}Fy)j ^pq)錺U'\뤩f`t4p Le h.-ujކ qrz[6ƩѴ߼*?:3~:ֵK9YMruB=PA97@P/7O8 7-@'TeA8XՇ@ťV FƣӲzV6ZsBܮz2>'R솝1/`| fLՎɿ5܉Z\s*`^@yZʛHt2M$JW.8,Bl ;Is+ 왱c 2AЍ-J10%5u/cⱤ(FXE6Ϥӭ*2X6+-3HZicgP)EQv uGԼZcJ[gyԃgX%?4@t3|ā˃}8xm.u s_ͮ/m?%ʧ>`07p`ǁ!h{,+'SOc9 T.ݼlfpbԊ)ӆuUNkмnD#KeĞ}@; <3i+SJL9E̜y[EI.Ӿbdggy:m_!M>΄2ud Rlawc)n=t,"'}ࠤv,a .u d`MBL 1NQlJ;܁Vk[NHu\@,k5."y]$[%NX'1D_pLɹV<y쭅oV7`\QCe ^Ċ!Ǩ"ŵϟiY"zp&(=|RR$|< hEb ]/g+).[5 ~br,) UQƖm?n`mNU6+KxVdQ4mI=oWF) ]TE0O#DgȻϦ3xpyjyքa8+hNA) @}7ܕfCOsİ#fZȢQdZ@0͋$# DZ?0 #.\ԍql7NB 2W{%LCam3xn$;pwzu_!a 1r 9lYÝƽf i8(أ.2M \U'dX5R/IC/[\c."YZ2*:{z/5xM3<%)Yf}PojWU0&_ ._ :3A=TD'`~"6J2w*:BB91\o?9MTL~B]̈m8ȷn Mg(%ޯJzЖ.ȫ03ĂDUЎ`'*ۈWsO o!-(W8,GfiJXdѼ}e$U2:?SE7"Jla$q}8ޟRWBApS\}x/6A%$˖j]ݥGP4ο.cSf$& D>=vmEBj蕞YzBcrA7+[TkS5J7t3eIynI֡3aL-P.]ANS<VƼM,m(E4e3I'T ZqGľ> 5=+̸HalDTV׏ ZܨDxk'ST^ [y ԥ'Ecf-- Z84txɋIRRwsޱh:'6nR?5ТRik\-yH@2:s>^YքGN47%VlB W.:n - 0Sgb ؒ@{K(q|Pgo];!d [HDlD=hs\ 6jrzbzNRaD±@`˛ ٔ4ͼ}"{Ӹ,~k3QvC#򋫍Gi=#6$dA *;tR@5F!ӝEYIӒ06ߝ@ō>"Bgx؈Hа^@Հb\H:'ǰ=(GQW8xm]-k[N/C#@IssE5;:МZ7s!s?xq8笥V|yQT#ñ`6JN!+<ؙ֓PZlLg[sDT$6%5xR-݋A[V tfb*')ҥ< B.iuF0p\ _%5[HcpҚAe8 +=Zyr/x_t-Th!1~Eyj⭽vX_(GK?d)@v?Zw?*WxY[sl UUJ1?mg9 7gMXPUv%QȇW^o=b6;0hPQ,Fh⺡[>9 sJRGm(:he/ɶ8C <%[.b90TKlVhV!eQK6Gd Bl&M=@/>+P/[NgbmAhJ69o3S&+jP:ǖ st#X%`㨙lr[+ s8#Jonv tuB|V{*y(GW%K7bdn-1N[,ɨ>f(53ɋ 80;%0Z}gTnT9emQ^G1&=xˆzp83ۖAp9E捷b" -37E-NۛM}{_u KE|.ym7 jlHG4#MsMOm[1,Ŭ&>/撀2e?sonk)Dgd9b6`ک:=M/5WnZk, )JJDEe7V/M+bζj,$ 8NrH.qJ)ȇ9|ӪU.)[-1 7(M\y$7. ;g" BG"4g"O cЏoιk =(V%tm`oxr=<UvrjthSVJCŬn >0ٜ9wRh%vwy2{[ QMA84ր|Y2YbQiGĘ!0cG| MbPɟ|uyB&LMt_2Tݙj2KCJ<$2h pz2iqxBZlsm\*ʫ-^Y= U=~FHכ(rkZtwnC&$v'Uθ1QRg{_:gu(7yVJY4a8&)bO> o/c:;t?8BCܧ^E݇Ϥ$|duKPr~LJP0+MZj]o 37qm/S`%)nYԺy A#^зE%$֪.o''Bx*y{ n$*NLRCV`932{UyV'+owY'} uHX)1+Dxf@8/L mYf1{[d [f>k^x? M/_USۈ%kXs6|c!%Gz^U6lŪõE `䊾/\wcc!+_"mQTߝwNu]8`L*Wz>0KJyI03V] UMsi^4jTZB4k``iS p.KmTbm5-tue`0 CGknL$VX5M- ZJc=vfO@M"uO@D "[7۲.Pz8ذWAZP>MndZΕWHJ(]2PrVhDs^< R=*r9)9ʿحc6ƛjqeudq˝ [R4$D WtvT` 7 )KBm@op=EypQm_\~ P[ad[,`EOFKQ nS+bF/GF vxw؁ySRgK1" Q!A;%&:e'DqtYʭi4XNx:nhKAǑwёXiF0kicUPn2VvtI_ƌj\2T&.qOJC(UD#ȨȟጟP2k+nC=\~ַh3.w:C!آZ]9]:02%\`Zq#)C_t"jwG4jDb*|a>**2gJ+WD,uPJMGJy,\? X`{5:h`4Bӧ[gO@,)9R9:h5NT+ ǝiC)JlcOr?29BS:/~wZ@'RII8Q1gzCR_:pwSmxE{H\$p¸JĀ81ܿvĸǘl14o޴xV]|2a׸9+#9T1͍TJ 7wTz d{<k=Ceai@CN iuc-eޠO+I )q ?{\"GZ#[` SًIo\ޅbe^*Ks4l֩GjW<}ZCsHXJ:}sjEJ Uurg8P3҉Tzt[}B~hWUqaP~ cʝgAGړ|N{ULp-a񳉘Iͯ\@Av#]e l wTC&9v֮ i2GaED0|zE_3G ޶oT۹Ey|9y"Aé<T d{ݶ]'mLdm#gK(+JIq݄Tz9MLL =^wݸ.$j]N+ bsԄ2h.ZV6F G k.ZUhR)ghVn+|0oNX$f*!! {\F 08W5?"$tt ^CWy%h7 |lM?vΌ}uD!le6iX>I7W9YSFvY>fQYҡ,*n/aYi5jBG- ψPv|CBMp|Pd> 2,uLzVE[:{$: cX"zYY)FHswSGP1Aq#^glYy-!MBGmSG|K<)nHaɡwy. =IA%l)qoSp<(Km|%Ǩ;|gHz9|'*tH)'t#OsT<4 rdL pm$*35Uք+a#ah8?HxחN8G.ܜKտY7[gX诶 &|Jcn [; + d14EChb"D)Xmj>Dvf"ր73Cp rEAڠS(m_:Zu.azX zO\V-a(H"nytQ y z: ^5~W ?3 a6 j,ҕA=M=0+E|U ڭw<];?*[e0q^Y{On y~51)V/7ỷ C(0|5hFGE薇pN\^7!46ooKRj%>ͪgPa(>X!okGfC hk}I)g %9a2묻ewYEPeVVnHwSq?_S#O M7o=xcزU\^⁆qUX ")s#'cB{38}w@AX.O#p{d;L8UNC{$FAcϛN] dYRQr=4(WeӃ_jqΨMnZ{ *~C8.Ɠ6Feh3~I_BHܯ{wZ4A (,YLq<?+Ԉggc@,9[Qag3k}@m}X;0Q0Z.0:hLsVCY;E$V>z#40aQ-nA9#9#:0"v(xyM{:eQlPv>iIvk(*{Ϫ\6{rD&R Y(/Js*2(c#/2>s٠^?1,y´QsֹK/Lި`)G'Eml\ՀbQ%Ń_'v_B:w==- p|۬4}X%IK6h@,]/$nouAlg薔wspF~]3_0C*"O\A$(qBTd켆 ^`2 Qf=P1Ɨ}9ܽӹu}Wa~fU*,BB}S魟9?хthU7FսVv \֢C `#M KŒ$^8x@H51ouh9&"hWm^s faBLTK}$yU=:Ek*5].Ib~ aOmkr#m`M.x^l1{4;(ȦgD90$_QhÆh /xXdʇ0|[>LuϻCvU F> ΀Q>"M9^-[x`od?Uu񗑚&R!^f^|!hαDrD˫*]3;sC5_{H)Mߓcc@Q{z6B.0\c-uciÇŋA-hz'q9>-[6D]+$48S*_ p2ܩ4G߉!M2 b2޴:ՙ`I:xU_9 +<%~"aJ!l~'A.ۧSKacUQŶ($DJO8;tcje(Cg$Z7-a<1ilq>pCUFDݶ@ͮpE+XIwijcA;b}%ի%H}q2lGpZ-BAW`l:Ö-isN?|]#7", X+(%D .vQ˪{ -4:.$S'Wm6Rd$=%]QBj+@=_Z 7;TX5A9zbO}rXw&clhCbQ_7ZgeG~:r&6JWԝaִ{k.|yqnP6^? l&So[>mg12F&pCQ ElP|r"Q'( AC({aөd(q<=VR]v-: >`f2ݞP* _Bӂv)XtM8\ˆOϰi0v"Zvg(Xڎ peny M5(R52co7pMJ69N, nS_Wse J`mJQd |7P seGMjVo3_'6SJ}-#J %r+&C,2i$}_!8$ ~5W֐=x{6cQiCT (}ش6=kјA]]G/("slG]UȔk%K= ]3X0WW_kZxͱ8 ﰖ2LV$jWETO %'/԰tV?8~B _X0zk•E+.aųo)S5c}vMЂU,{ #g$']"Wzkul0Oṟv#9t}wlE<_ w+X £-&d#Mځ~_fzA\"2Zg?a!|hbc o@$SzhԳhf(I1󙗽[TIu1 1m t<6soZ #/fu'?9ƅӫ3zfON=2+Fts' fzʱ,\Ec|u tdΖzv Y!-צUtfs[ '#QYhP"[Zs@GVI۠-uU9+FH_d/\J F+8Z~<eS_5nGAK,b톚7N|Qՙ@p}'1Տc|XΝ3uFµF&#vgC\v 恖˫N=Dq{{[@I8Vf$k|肇SJA'FFcʬ('s0k`_vZ{a꾨44H8S^]"M㎪;>>uUVϙnBPz5,zE8oxP5%a6Xkߩtkq^>*NsaKmn#`&8+$1cduJzm}ϝh+IKe+uЫ!U9żYW-0H4}ShmuR|a4Ouvr.\٨E~YTCZNelRH[V9O$f>EK! mSǕjY\W~cG̑.i*(' V_]{O\.W0'-U[hT?''&a6K!^\ZjkDq!7ss_ A8@fHK;K4>GQ O7d,.W :k佯2]/DGXT+.yg+:ӻb-dkTd 푏"uVXRe\ B)̜8G3E5Huw'S,Tfw'e6Vhiv[.LA&eJsd3Y>oX@&Pk!7hxq2amӈvQ?F! 7#d*F;t!s;oL^Wp7508Ug;]6]d87ǧ"廅ѝlx|QeV$86;sU98WJ\֩%u)~|M3qQ&X[ %n8(:n?]?8Oc;PMu!c3x܎"j,!螧OL?j`.rF?L֙5șU.TIO hOˇ15 )e1#a.iE61:+"E xq ss@{9.XEp>8 ՠҟ6m;wgGAT]fnPl[Cj;v3o4}̢|a2mXݹely8Ό`a/Uf\1ԋMv,]/#0&AN94+Og= ưrə$/>K./lV88!|}C]}&7ᣳj{tBPdPX@yu߰ ivM"BK$; f@d]lHt@?zjԧmX1,@=kМtx:ˌyz<űBշ F:$]ڤ P %mz $7"R)c!qY'@6QޮAP_ ЬH%U\eܽdn"Ql_|* DmfJe; ݃}=\=3MU.42P :R>NN5%3ۿt6%µ؅! A޶]<FZDyGoq VɵM_]j֓"=o\0zكk҅w{w2$ދf)!OZl1Q_6~=s )ߣ"@!=23[3Q".-h6 / < y>@ ZW]wJHӤ>ZԺğ7*P}u)V4-_N!CNI!hu Ex.k<n"qqqX,>1әn<K1䆅hCc~s1 $s8 $?5l靹/$_n?PlܷP?JF 2#g ?YfI}-Vä_T~4G|)f7 Ross$=~EXGGMB49ۉC:0nHx4H7/DAB_\I1mIqo6 ߀6l zW>jĀōq ?VpKge-er8gnQ12a1H<;n#D*2L}D^u l .Ʈj68Z+Ćکh>A#d҆;#PBQHf8QF]q[`iÑQO2sTR{*_]xb$AS`)rbO%P]Q.ZRqEJl\+#WU5GI];jj)gZ:$jkq+裍.ɢE_lUe%|!l/oς]@i{dtrOq#X#E"jiK=Ur(w;$?T~c+/C/Hy6/uhLYWoJ1+<( 64嬾]*|J"6(!UN2U[k[k[k[gP;=C3=0{ܩҧo#L9 WGk_Dc0z"}ZI4"Wר z!ARúEB$ mU*m']ϋѻGGAK88=rAkIpg |A2g, Jm3L էGAzӴi<\x/DPЉ}iTxCHq =@XےÜ-uo:[0Z,MEaN,Wt3o/ݙg0ڗ@}3u6= "zwk_V~~Up(7b>PT~wK'.)r$z. ,hdYfDMЭPgIW3IR'N: *؞+̶mku~KʓWҰq4y94۹i^6^LTi|L6KwVT~Z YcT!L:fݘbT]94  q][Zn꧌(+k$4sNC-%Zlg m |s,(؅"HS{zE\ab*6k4xnj[Ȑ~,͂@&(x0c,":)cKOAٚjXpEؿc#18g%,vyՒ5# h期Uh,ǽӏ+Cۛ\hUnrĄB饈=t ե출(ܣN2#FJvW[2'SE7= <7 y2Xcf\э.3og "]f@m-$폲TUXL᫵8Ǜ .X-*sԲbOT^S8x W} -|vvo9a{. t{=% lb%URN'ɦ8BtF-MT"݄#lal)91΃dIMùV ȫE:Zf.'@x٢G ВJ ot#BjIg*+tCQgڼdb8Q'Ū4.Pr 1S&.ċq M͆=1U˓;z8%Of x%^i/+|[GW@vTgC:`huN߈Z!h8kN(//y`~>gž஡@MC0R8T"N 27t̋Xp0Dfr7 tGߚܨf^..? ^fA0`]׬Rʲ (x"c>]aVQC29'm!hXdȤkeh 3A1Gmߝ Y֠/>@1΀\ߖb*O"O"s '+>^ZOI 9b,"ES>W M*=)]a4 R Cq͋׫$| yC`܁Vb3G}@Tݳn׊Kp{զɑ3Y2-iH+%Y0TG\7] 0?(U6_]֬xfyv@0b1ڿp%qy0Lk DuM vWؾ0=(;HugzQ=W_C1=U]VL-e][%:xv3_V6Ymh%;d6+/؞gJ{#cXmL ]OA g- `B}Z !vP K% +EJBUB.R 4X|)2N/CIuO{=e! ևAj{F<'tQHǛ+W tݥf5 aڲ1ohPJq FY^ StL/;a; x]<(ZܩUDvI$#kwpshnDŽZw2~Cx>'\Go=D3}Jjx12VsY!Sq{o c)$*"Q$?Hs`4nDvnx wz! yQʖ2ѵ:1US”-*W^iehgtE|}3YC5CncћLt\0EOz4jP|ѣڗn*}=,P8u[Vyƶx.#5l"-f٪#@pKyBVUHHٺf}FA0;FՋY0@1+c.`2RR, jlVjD6V<\fr>z+ɞf9ކ޽:;{jn;qXfg/oևK9a }D'7zԥ'Ȱ3 ܑa-KC{a|4*PA7)ΨnDF,. nEQu-TzoڕYd  6ΟF =Y+yAykhOS z0˚93-NUMT`!RޢO]UxqKTo\<"{*cgkW#%jtm&t0Vχ' "LT]r! ҈1>׃!ҍ;.w5_\ Oӌ"Gܫ.0E xb B0LQg.DXw5;TC~wPH)R84n-'bޠ3$v45+|;.&E)×"hQ.,{&sv si?ؘ vӍ"!f;& uX_tD&^0rИ^0o`ɘ.ܩGޑs3]8RsG獬g!R% nj " kGST 2Z7>v5[Tվ.cJȮN~# WKyK-%_5k. (%/8x^}%ṸƛUWDpN&*P` U3jO/:k`dUߞ+k\3g5OLQؐ vr1:5r%d*46-[0£G{ -\Jb`U . )1W9Jg]U, V^URA9]:,aZIr`2 0/ulK8Ԟo-®ńuW "Nر&0NR>>AmCݕS:ߗTKєرjGr!:~: ''ޝ˹Ui;WrL.{R?YfN%˶4YAK&<ðY &m"c~7"(X=e?9g y0uh)ȠM9 "ʀ[VGj\QC8 (c Zc-yMgNحa$W;412ԏ"H^!ZKoJe8 NP,֙e3΄@(F kI(M h Sr[RNxH4vE"cr]%^6BP|FBtoeU;*/~n'jfi/w1R1:8ZRL86W@pDRAu rVZtUO! = "WBr[~vfFb8BgYPn;")96C Uez" zСD;YW v;oc9=7PC&z)lOCa^q]5;v2|^nPXqYImrhhr6NL1!mzgpwQq3 (EcBw Wg^StBv.nJ6w`MKMV@J3[:GCɲv^gzE$s8n1(/IIInѴ}PFi7'D_?eʴKJ)c̣ 1#TMB7}~ơ$X6Fasv 47sxKQiѝ!QDGشen GGRK;DNݒocms'pW=_4:/Хn}m X](![6%¹HIR#t;X`p5"vV:>n?mGjćq"\\{CKEGb"!M6VoKdxQ z}>Tu/ S(339hj-, &afF*38RWzMb@ bWћ0A<0fQ זV[7R/r[2EĒP!i~8/5hK09k<"߿AMr*іPTs޵z$aeNu. v@ ֏xd""[E6pD#ǴFuQ8^R saׇiн< Y<$-Z`XBgnW;yړkx`1<]Pg5>Zݪ^ua*[5ǚ#OHhoڅWT5zP?E0 D۞b{"((dai^QpdU-b"fAő6=tH` ^4<gĒ%}L؃Ib))&"dT-,5'/VX82=ڽ܋5+~ڼ%Ct d6JY)5BX&#ʕ$؄ ǁk}YOǃ#e~1J~ fZv. }SeإUsrfuA' 7J('9$$J>y]f9BJYXMłTQԋ:)Sȉ&֐Xl/.(g8$ģ9YXMjz=B-ueIߨyW0rhC" ~En]-+ၶP.ڽ,sd *xxMҭv4pޥVoI7v(Τ4O(/molE}jӭnuN:P`-AktvЩ*iR-Z25BBH f2xG;Wb\L1:YRRV?(4 `P)~D! Y~[sàѦNUI݀O7WU $L}[i8(4nN)獇i#(_r\2P2j[&?gJ-ţ3-h 37f+ze-AZd,Rv}ͧ("WMXёP`ثECm bJ)g3;Ćt]iו2(/GrZeM"i6(+,V]M_կqP*3~{?20LZһ0{lVE KDJ ރ(bJ.kUK`Dx赽9} 7,a 75:h/&uP(#&nB>[$t}ڞ8f;՟;xT'0&_ p\ժɤ1DW\Z@40$^;N>%xMh.d^BD+7iퟠl26-+4zQdѪ?1 va*vZf)w9[Iqg]jdEh(΁wu DT>MVLD5DӟE& <`̐; iQƪtS>ia֔[kQ=oOYK8zYaPJnf1yp].[\B^RA9[.1TFVQɨ`2I=Oc ,oX mi7}M+G$>H}VxQT ʈU} gƋ #<ϔηRfX6z}")pE$UߞNJd_}etԐ_|@upf'zO*_V>:0{l>p-ɶK(s.nn%e{ NN(d\M Ϟ͌ZMa˯ Bb epPq'UoԈy3VZZb577܌PL$j*[Ҟ*9n,ұDia12c 8)b1bn`j,)\_ ]ԖXI 43-,̄͌#=v^8&VnSٳ+#b卸'|c7C e9Ō zw}Fb{:9E+篔"=(C 2>!trڇ$[ZCwX) V@N`Am p濴PTsQbJzC5nY#Pk}/$sנ>.pֆdjm&x2u?n*Y v5Yb=f &Z[N36`k+a:tJlּT{esvbTqV(;Y@Q6|֚Ӎt_Z ,CObUm9wc79uĿI 4ߣr{qWh엘-)>a7zWj;3tNi tгsP$O$;~nRz.3\ Z!O ?oNr [K{h Ԛ[^;'{F#PT-6HPTAS8rU| ЌDDn`DK>S)ϗ~}i_7og^Py{+={ d"H@AT=G_vk)|᱄p(u][NJ_"=kP -.8'm"5*_U k3(+eW5\Qf"]J3HlQvJ :$$dovaxd?("[ xww#7{[dQ$\Oӱ7.ϩ.ff_يB{}G 0y'f}MmՍ20IeuG +zԺ'Ż"C.tZ#S=~2YA5X|=㐫[96BuJU6}O~;0aF uCdg6ND̠8*(&ŷd Nxu~jrp(iJr 5ǁF==Ɗ?}wgM)^^6uwʨ]u.^b*f{VRn(yzJӞxA;+T,}ӯ$VreY$YTutNl,9 dJ !̻[:IqDpNxqG>4*v/z>!;{}g}\s\OUUl-6`9b1"{_]JipA܈bپLHB.ҵBtOlkZ~w0G=:k7vJ3W7MxG!q;G *9ឰnvj@2XR *68Ix!VG a-ҬV7M ]czdTyrZ9v7`G:XeJGmPShDFŌ(ms{u \,Z7E(q.XGpsޝ\yȦ`"`tv4B1HMg9uM;i#((5D#_y1vk\( F獶mB)<2uo}X6qNVUˠPe ܙX`!QgQZD6G^9.P?"o!2ȶ(I7S1F@yiBsJpZ.J +RC̔?g^ joI;k~Й|j :ZBr&*f t[E@:$խlnݚP=ndGѲ+j#UWl^K3eCJfA~{cۖ_B1"ف= {'weYϽفiu-v@޺7mBhk^\ Yυ2$5"vr D%ҥ8, cbn`AS3NfdiGrlS ТAF&fQevDHAʙ)S ݳZ~JTB5hU( Qʙy{{]+]B@.n^nD434lO:]$W`@ݲjs&%S{n^78:cbh _9 ^S=ݴFvэ,;촍=3f]CbdJcݫzv>Vxo;-9Sk𷛒jU%rA$r@qe肤"rX~1ˑkqg\.7r܄׭&/]m}u^|lLN0ߓ+#ZQږpT&HkKdyay,P#m`aHY*|+z,"W#$<LSڃȼvظaB1EOeW^#@O< fZ/( E>ceQdӷw|QXȞZiD}ia2v3HLp. kK&dJ]-f4N2lCQObl .UD7+u]\$`q::vݙr$tuP@Vy{#ǣĞ)ɋo@7-dx/-fkH]Lrȓu"(c!tQA6=F. \ !&|?=~3}5.7DD8.:'jz Ϲx+yHbhnt=u~$)pѣKTLm_'_ dG 磻vϬ{CUI ] *m#e!6gdu J36؃7.M9)DZU!XkTA5=GV|% ֶ _h>V mJ͌xeZ`Uf\YC7rTC.lN)p_⢣sz?+9zioD,;" weZ܈p$JiqQBw@dF](h\@)T U=afNf8#+[cفT3ҵk퐥 7PfO/>ǺSx:th_k}?2ǀgz5ThWH OtL誔c1LNKjy {΀oBT{,;HԊ$Z)3)e WcbOPezA锧ՑGVXXm~Dh^id+N:ʓHvrKBpAX_OZ5J"\י[6զ,C6t\Ulx¡l*JmWÝ'/;z7ΰH,jfՈU›/2Twgu@$J\taa85-E%dgmFIΖ1z*?3FJx W|ZoZqRc,) gz$(oኵK|lvqˁy!r#t5S=9넆H yEٴ1VՌ#_g scJ}&Vt#x'|_'*erHH[ V4w4[ U7{,gwZ'L_;Y Kg G^(KK$ʣ[QzgDK4B.N_e׮.+‰|f8+ !!zbU1c uŘCay,m8fgrՃ{IFXYW?n.rT2^lj)XIU!ݦ #+5y O0ql.ԔCB$7 NXIXd<" ݴ(#ǒЕUȔc_ضq4]ANfί1f(5p, .s'YTvF{m&"tLw Ea*%ٲS,2- 7ȯ lG&^Pcpj\ JaG3nzu[TXn-l wWZK}V-(px2|W͘^_vڅjv~5?y% >Iw1v Po}t7pŪNda Z`(Q݅_m΅U/E۴5@ۃf˲U2޲Y)nRd'Ÿj\u"93@_/4eX%{^B9x'*K>!!7Ѕ+TΩ ()G`h&G]iGL4Mqs@Ox\h1Bb`VC%\6#PH\yp0L) n|CߍeP92*eG+x h@,e=)ȱS=?troJ⃞}Qެ+K OGBK) nx7$tGs.?*OXr}TS`{4[wQcɟ 0~ RWw2-dX3}~#TY`MMT8YΒftLl ^vSulsr آeg.1!?y(tW7O1&H=VѰ,@oI[Tʣ貵|}C(Cso,$@+R-awpǨhn[~?]uqw++~՝&omQiT@'+Ѧ`>D0"χLc byX6xNW;[_#V%Cցm '~ /M-` > EOϰ'[N@ g棼A,AUdTxIxB]X)@/\x~7\_̌},Êج`<`|#?0FZ!udw+,l7GRT54Ս4&_ e&^ܪVHBb0SKn#bk8>z E8{{<IGJވ QAR ő=?+ Gߺ]*6B󺨑!y/.P&Gc*=wra~t.l_6>R!D.ҭ6Λؽ'o3?&g3|+jl\; V JSХT9]޷a՚ի?b(G vp!N\nozf~;ڲCw^PTgA7`5.|`mh=։L}b]nu݆WF ݤX3On|#w39[@G8zbj9=œUrO̠Veшpbb-&M[~:33P۳J0r:69D1Zb}fdLhfyok(թXaO@EȥHth>3e7,[YpAE*w|n7rG{_JFnCNx ;eDŽIu#4F^82=jX M-ڊS<埬,}Ej wkH'\-0dݪ|k \RXUԴ:'م;3`ՆV6=1&; կ) kp+]ve 1q-i ),(@NJ`\]7ۿİnQ6^}HX\Gg@ G Dl.}LXn~<KՁ @=T3F;qOX0gUv"ژO:iS}8ts4?[c{xT܀#$'d^a_$\mINΉPDĉc&-ֲg]<{Q/ۻ3@߳ „;:&jM _+N 90+)((7ӍDs~ezYbwgj9d 0 G["O~mԬwU,vVgMe ]B/o|gsid~:vzQ=}sD<*hǓ)\xOsyHJlS"yMԧw_JLĻZZ3II\{߻f_ObnS3 Ril0k8/py汌%OD. 2%IAzMi{Up z?+bk+O>gKD*"b8޺ cPFF ]6GKB}<_? ?;;f[9ɔy%hs'U({ mÏCQY:f(Χ9ءLaMeG4uGEQ4=snz>[4MPdo4e!(pM<6:hE'tV*V\kb>1LsRM>vc 1[QL;um|3%J}еui!{ןj&Kܗipd\5GJte!( &˳uu/r;b.bfSelwb\ҮK]IeGY50\.w ˆjxQ_S~ߌ\5i6hegGp￈[]8\ lzoiwM>RRR_НןsKoo$k6:kls9=W!?tpcQ"ޯғ=j *f6gOX#h@p^O~2:&#s!4I͟I_zSP Q9skDŠa^a-X2Ci$b Fj֩Äp/`ձV5@ 1'S:? lawn܍NBg]2kSpeCu+{m(n?4y nbn%+'Z %N^rvrbvfa#hC e!їسC; T+W =mG_5$Hx$e!MrQϒ|oP C3HF  [$ɕFa"e-`ٲNuɁ^Ks;W\OxQ}TSF6VDA/bSs@|Do}+匓;O~TaF8{LfGwFq|ߦXHiB7EEM![8CA Z]߲c}Z3׌iEѝƀH H6^O?=l r 裲*par"L_؀u+Ajq5 X"M|!`ܰpX [KAO,%Lڕ&*n:Lo(xC+s "<r@Gr)UskUk$eֳClF byڴwGBu)!hڄo#S * (q%DVdCY2$\U{IKMEFlUG pq5 ]nXkȺ/)6͕ٚe]sOZSl(4Xɡ - #~d/-*TG'NGvVHB~Wcl Y1ms?+,@b=N-Be>j"GW15/LT!_A/S;N J10 @ 2F2 RٰS t9}py*gOy.Jp:XĞ31Wcy0K_ڲt.|6yA &?m\ԕA^-n\Q.3pfHBbozBH0TG/CI-Mu<֩E=o t.D![Y aKL=< x [a:EDy~ו#hac7^6͸k𕪮4"էK2 .&懂M *KB?{[Q_jP}Z+3/a;Y0w7|a,/tQS? Q"nw 9B?fUV*f?aE gDlAsYŨ Y{Ln_$zF]R^C׺B@T6T'`]VO.gS FY^IV>a .,Pl3ǀ'`1@.&9@ԣ_Exlj214ZEgt3gwMtFZ{ <:eˉ=|ֽ̢}H+ cj<-A"JϋXFnPк?r3t[_ XH/чPDh>3G\S6FkR4.U|@ >Ԟ?HbR'<~E0Ǝ.<4PŖR[Y,!>A>Oz(W7:D#]-k3kaemHDnbxB4^J?d{=bS^/@ޟ H xL(J_Z{MjyjhL+{ d/g񺡳y7<0;n/ba  I p(k=f-E/륤$9ħ#񴞻AD I6ax 3bAhk?t8kklN1>N=|jGoq1949u96uG^qGRN*0P G WUs|=Rƫ}wY\EI9DtBHW.5YF.95*c]!WI`% X<*fHı%0ÔM-KX6 -K(-VaE8~7&D<#<{t7&TC / Y@}T8Vm6bL؎NËi1 Z?('\{eue8dWHS-Y./*+@ .ga $3b,Yq WS%%OFg<7ې5Uƃ/6si|T|%39axk,nsd͢E{S<;%InՓ\Lp&NL\Яz8ii~~`8%G5NCĔrx|BĤ<;X:/c^kUaui8 b18CkA2ƳN[ǀ 0#jz$ҧ:`z ~zq[K&킓IJg":Rma `^J ;) $fmk:.?i mཉ18qaGLHUnj[YqߟZ2)&vmΈ\dMy/8eȍ_89I| ^'y&Pu }<,vզ$'= 5N[NX2Ι97aNqliyP[ }J~D$KT)_}ieelN@ʒz?V~<-j]:H9Zghiž\mCw9)M RA@`(ƸZ tGn6J&E[:b6+ piܓLAiih>lp9F;U X7X $0qv ̯l*p(pb (fw_8Nq`>_Ƨ m/y/W[ 4Q_uoD1#W„5ʅDi'šGt1K|X6ږy|qBzE{ZP^Q| #g=vi,Wg9)яQEVB^0vz]ABfA &JB- uz hX#[j+vx􉃝d<nt9#*@uԵ">):ji_B2L~t9kÎˑOvxYrB$~ǺvF9l`}},%%'ef.[&p6d޲Y,m)X b=Lm4<)і5@zCq&l5} HeV>|qW-5*-[ bk9q5_ܘj,[ѕ-N?KEdwAoDM80׿_,ruW - E_TzŰ CK{9 З4'6ȳ(?JHfk KԩUtpA&dr RɌH>+wQe?}& nn>1py"QBQv.:Xs9 #  ^p qf+(B5D̠Ottk Qn⎭z3yu\SL*aq2NxZ?WMnk*blʴDzqJQ2 >{0Of=3VQW}jyB)F_D(ݰ`y Ϙ2ι1njv ; F݅ﺶN@bk,w_0 %6bǾxL1[N:1 헯O b0d2xkl խkDK6y)heDpQO)Ǯ!.l`u+D{ask> ߑ*k#|F"? T)27 !_=Biy1!] \܉8SC;dJb%_#LKL3΅{̝oʢnzmIEMeH5>nY"i':jJGT/M]N-T)܌CfFqǙ-03QzÙAd' `̪xn[^eXlHI}˫%վ@zJsCaS׾7iϟTe{0ϐt 1~6%47t6{B}McC͇H!Ŗ?0&h:jeݜ&VA],YIsgf:e+:!j ˅ҭ $Gsx@l-ETX B[J64ah01TLj]e +\[C9wJd>T݁M".)۶@JYPLƿ* _M嗃GV>}Γؕ"`M2~B~ >¤'PT2;>ߟpJg2g;mCn2S"ͭ%e= zg82WSoj7gbWZ?UVT_&PI2y=F1`aR&ӱ?U"T-lF4F1gǡ9DoRͽDG;\&Jt)۰|QЖ褾}^.)ӳtgOhSĄ-9v4&-~iT(=O. vE)h_MZ&sxl{E}2_1 j2̜8nvyє*UOnY4HT\FC #* J%-ͽ0 b7M8?nD[/OJ;H *e$U7W `jSM /> hu?v1 "a`e- D[$9Ŷ #gщR̤d^Hl`t 71zW|LF&/-}FMQ:n8"15Z7 |tv1wg5 IKn>?|Brսq6Z_;nE65l @Q`O`ZY9ǷUO}_V͗t^#.  4˶v,ҳoF\2SQ[I\TE?_Eg`iQN@|N'.uTR0ׅؼ,Amo2qL~QRsڒ@&wTj[_.MMVyؖq1 k9 hy:|n/K9A "mx.N p?0f5<37\FpzJs)pG)IY# Rc m k!!UZ[&Gf+(o:C7M-ⱷ*JVA}/N-qgƵ@b;~iCK:N ަo;X)P\)>#ݗ]=s CLGZme쑃 3o<8lֵZ35يA!=t "WُNTF1̱kj2,HS^^t셣s wq|QH>b' +}flb|0,mx.=d2`nWA4#uKlXS)MG)-2mh`bs w&"J@mFʴh-UCx62-u,_.VlZI^L1*fF>Ey0Ptp7 ᒚ%iQR@cҡhJ&RۙMwݑF?f[%3J>5H&.\Қ?qgmE: iTjg\_[!=D3I> :D㊠UJKцHWJĩ=FW6AJ0ODc*Ն}) *񷿊<M,;ڒȵDYkukƬ/ͶDͫ>[jiHL;;U.ƒKHnHh )~#$S!O4LLfbVF 4"ʂ7r#G1k3|XR@W&%lG0LDy `ԽC&Z=ƛz(< vw<~3Ӱ1}Tt<˒IL~vpKk#B ī˧ԇ"_;M"Kp9Fme Dg&rٱxagPDI-VkWFmm̓x(07 +Ӣ9Ӆ^<'rQ je+ToBpM;AҴ֔0'mɰ%'uEyY6?%e綾wh5K6yi՝8RY³[7ן&'{PՄCIj+#zB͆r(^c1+P_а[3*0)*05Ϗ%`2!oU{Ov؀Que,M }'C(8\Q9M\_ '-b;ʶ$<{FUI 2j|(=e7_< n6upWLS .Y3$9O9bse3 H3pV4"7":e!C1頥Z.҃zF7_㋧]R,]u=4\`majmaHԶ0wi'+cH(nXXѶMQj)IWWYvHLv& ,5EoҤ4|)YU>X8{!0fcBslɧbT93T/OFwSeܦţЉU!8d⯄(h%eA+zKwj{\0Bju~sFnhV,um8}JOioewBBd'/Uh9Wi9}Q]b*GQ~AW% LǰX9n2{=΍qEf@R ScԬGB`޺c4̹#Sk˚E@3@޷DH'z*9:d{UO}b< Dg=yv[GH)#{NB4eo9_ߢ/q:GɋE;x;nfu.\FȵfAWx4/7f u|Gи9Y"rZ0RuMqkhC|na-x΅S:!;@JuHJmԓ\^mA#+"Ӡ!#t?ҧeu"Yf%&M_UgncCX)4$PYăDlr i@(ta3͔W総?&!S2b~CHT -Sp|] ߉4UsvM:(Qblip%R6+-2"OgQmf*5mDd_\!j=}j'z`"t _v""HvIQ7H:d44 &Atě3ȓ@i.v)llb M }Eytʮ#2}I﫴27w#:SwYkPHx E9zbeڱJ\n@ԂhKb^.ypxkOA^l2g%"날Н3#u;8؊Y< t $~_iy 1 5G!Ns)5ʢxo#uҫU9l^LjdZ.Em)F HC)vP.} w_3?D*l&7ܞɨSױe<^.u2m5#` ߌ^1Dy$cfk:rҀ9O#jD-Dj|>9YOU1 ohʕ|2eծvhq3x69MMԘ |B/94k~c0d0FR[`Iua BE<%=dk/-u6v@!XBO(fL"  -x籠'wSugRi ȩF9PU(wCz^)"=erIo42 i fPgMec%|w]O@~ NQ=$rkgC;"0?^E7>EDwRI6ŽcrN[[P(G.MBjj4wKRIQn.);b'-otA5'@\" 3tLe뭴ϙEcd 4lgO{Q2H谺7lP]oOo ]* 4ǟSrk:VaiP)S Ҽ^ivzDRx(!La.d}͖aՃr6FT$p!G-n*ǫn2d-30j t4́F5͚i`ՕL ?e,~elaCUr ӿ0vǍS~ x?ioHk54T;jL$̭J%K5T G Ht ?`ܺS=+Uڈ/ o鋿bUYRy$On z[f`i!irKMwWÍ/0 YFɭxg?֌YbB&\ 0Ơ_ݘgS<$]lGoN U{cH7O/Q$j{"}Xfټ7#?%N(دQW'%@WfaoUša)#id ҡ]a<P sϓR|`v~}b^Z=q$ 2E|OC (s Af➡~aLJC;b!]Fd~T%]^HL7zc+WzGxo$fQ *QAu6B_vĹ-un04 ,=AW_oeQe>]`_nNc=fWNLdov =PaN37~> 6pI_.k0ei ,?=VLT:`^])BOP'^!Ŧ26SkoCl赢\u͇9X >1ԩOsWu${cj\Y4R\#@Dꫣ\*.Ϝl޳MV^.E׈:Hҵ=0 O6aB~-^f@o×/lí所Rם9'\|3&XI!ŦC@S UY!7/G7y/OƝ72ތ[׵SUYK@-FJj' +葹e+2N`%!4y 1|f֋,2GB>@c<0^A0[މMI) {Źn!90ur4īMo !{jr#:9*ʁ~f 1!U[鼗6*F^jiWR #}8њ4)xleKD8LEo,Y_l/!:{S̎lM|i7bYʈgIqh>|h扐Ypq Y:Eju:y~&#}_B\&R}] f9ԜCK'>ʒI1-}ŷ:]+ɗ-Ma$]hD9R5׼绻5IWT~|7u/x?FRM,[r Ef)=Uif2<.bY/# c}̈{F+($k~ܨ,Ol|kԅʹ|;[!G-_zIp~' 3N(.št{&W0flV4oC| >m߻l1ygQ)5!UI+ x@j\T6LǓ&x 埮'3Eȇ7v?8&,1cCzI%Id;C~ ఠKb>fND#? :qs} 뭤P^1UߩJds[gTZ2C\LԾP{9;#;^Ja+ F,7)tOf.@q7U֝A y~9FV#Z34:e֡p#g3w5Oԧ,Y/ʈ/pfTA#2ajko5QzPG&ga+GISUh^`[OɆ>4o|F2j:Ϝ}WR;Z$ltrB3/`|/d#+~ k(%W^pGiUpĭLۚDH$n_zb{A>jC,TL[/ɗ&9 X7Yb $vp|x}mT̃ܘqS?{v{mdR.K ܧ#K_-TD_ ~<| xZex8 9$69J=hɒ{C7`c㜑(}GKG~XQ\큗di`>"iQTa4Ys,[vn,1#f Q$שFX7H0"ԪH|M{d2"yYBS2ya-LpTd]xwR,R!]$wwF&RHeg 9W,U#PR+es(Ӻkq2h=8 }׼[dA0nltUI%"qFRc E3hL˨FXaL~:$msbqe5Wt!a"ڬSBܫ蹮( r#"+ O7IDA'b ?D 1!4DO8D 3qD > t4(5p gp!#NڕP,:(i9T2R2ݔUPp *f'a*Uҡc(J1Ͷ(_Hz_E [V#^+'B=kbkP71؊g@7[*ox]vL*%9gĺW U#+!$V"SXy`׺5Y&*c ln8uoa zLwi$9J c2B'UYbrNkJg1<H[KhcN&{VlLCm`X|-J-qsZ_BtίmxZRz`iZEb~i0RuLK07*yn5I2Z&綈zT󰻫^Z/A OVWGy\#KP{(n4T! ^"%9/qcYQbz˃7g$\z '9+<wek 8^ÿ]g]%-&@f6Np Un7hl>TxBa*K6zrSHXWHCYX ;ޑ(l)` މQm+=̛1%QR%q`~?W*`FP 5i=0 :icR>B$ޗ#klSQ|bBMLsU:YXbcUխ~&$yr)׌_f(@ŬDSڪpi;x &R~*8Q;##L-o ڥ/*0H{_xS`e!ؾtR  dQ8a9'/dr$OV0 05ѸmR*k"V邌:N0{Y6d=~"m } B9w۫@|.$hN/N|csgM2B> 4c*P2?\cƽ.z(yʼn`els^/ݑL2JS^w$F$IϹʒ22%"Xf␒{xF ,]ɟQPUVOKya/jc`OfpjM`Yldo'9h5Z^UhZg2m[uZ\LFĻYO΍UIAz`A2`: hE{/302-o88Mx78,>~}4잟C4FWxWeəh:%IQFmޝ?]y%Yۻ Ftw6):}*3VpZxO]pi@6$T8yKBNwtL*#OlҰoa 7{QxbW q֯3 Lϝw/PS6P ?lg7[dYfJoi&P sol"nXЄ@ie/q@Ys"ڮ=X<9gSNUYQ~|R/%4k(*-jR>afN ۪u}`a\[W?A}ІϪ'^XHt4  0Q{:S|D D*Ҙ ~?C5͒ZcF>%l}C6UŔOOKnTE-IVѥ v2&19^8S.e"JTCk!PΒ"/ ey ~ufbl?mG"]I N8Go z;+})8%OX] 4dșQG{7&K:gp+f$_@Z ,qdH}!qo#5A6EOA OĘyNEfdfMR8 oBm*:};8N̩CT¾a-c.ݨh:UFw6e!Ď3 >F8J]W,K{'E:N^Wj&[E(6TXy)[Vy=UT LgK1cļe1NX0RKV* #hCC*~!DW]Lp ]2oܠMv.Lsw:6_*fv&: J3#Bbҽ$*@I$f{8)%X}/T_QOsR€0xz{3_l4#Zv=Ԗ[991PͣT+GRCJVOY+:wXAO˟2}'UCWQ]17N-> ֚j8ZMȲ۽`Q}u%%-a`lN'h뤓\? 'NcǟS&Y0e 3޳EʏbZʱ,o**_{?hu%K'g5e5A=&?\Zrt_|9cS[جE{GU-2<{_>4Ë؎P~Χj'A.eZ;9ؚhmbrF6IO?ɳI,G8O/ƥ.#` "E/iEtFa%tQf&PvjG 27]in$9@ xB5cg@dҹ~NRbjEE =TWpG6 akϧ,/O }u@6q1`jEQp V!vvټ(  :7r+ug\Ffւ)t %v͔;+ '&\7e lz:cTD|m f##P)c;nQTP0?35O1H]o5J{e)>FSg5MjYiCqi VٺksO7\;M,1`& ǯNp< P-k SLY}'l}^yч_ti.93q~xK C3]vۓrNJ0–y۱!hyE#M k~まO^&wm/9:'\~YiCvf64` 5ni'\@ϨY6fw4ͳM[w[F̲2 !$j%C֘mɲKoZUn"rWB-5 ^{uVsҸ,nȨl;~}6fHƱ,(~j8w@2MT53&kU|ZtC?R _8oUr·34 ?@ n+^Ginr&j:*4܌Lh$Ph#;@ˢ)H{W"&!V%PRŞ~=݄4":2. tY.մah-\0*+%7G U:#:~ ۍ#jXpAc(\Vr uJUJKƺfzUyʇ1"k+s>Ct%s9OrjP0QF{ORR˶2aͦ}.AjZnN@7ٖi\zZ(𭏘!sI Fk)D\sǴ 2B}m\IyaoɊח6laBeX4SR/ )a!lfq&蔯Q T\%@#+ib CJU0Cn{ sZЅ$ѭ8 x杴zW%fBBoBvP^Z'WVd2P  !*ul?.OƧw @yl"9\!j 3+y_K s,gbCB8Mt$,ᘛ~L}o.-eEg >jB$O9`dP[ RkGucw)# ZKkůz_ wv7Px 94) '‘LFB;cSghB)A܊ا^%j\U3lV5|Yó3;°q-r ri#]3̯4Q? Ucek\e Nلl#xOKU-Glmv.F?f מ ZI@f"2KKGf˩R*k^ϗOBc.s z.=S>LNbe4Y6 pQ.eڿ4Jc/h 򃋖lji% sO/md}Tmw ~Zp)?36O=|+V`J *n*oIg\E|E&?CUQ ->D1 ֍Z 1~^Pu'6a%p#O7S %n;Za@wE;̳i7vխ]/;JkJ6!ƋͼNBa{"TDXcb֝xeDR$އ'wgymwr yOysKy@|Tbt*u&MNՎ9n>GH?yZYɮ 1߮©ƚӘ}mM} /(orq   >ɲua5(qP G3dǫsJLDCM_%5::JrU;0:2O| qbfmI>!İ񖤽. YQy4N2_Mݦ7#<_OPp_Y Epg)%,]5zNT_=@`\ԪEeMfks39CfOV׍ ô{/HZ[dr(PiEdju'^[+aiTʁ^ԧK8Xs-:';Ïv%p&!ԠJq$8]QZ'O]Cۼ|fuTn0ל*Cz=(+ f<;vӃzR~8Fd` IZ p4o;RT@wc 4]7M᫇:k>~]EK*N"0d6!`Y(0ETFb~iJ^0Qf'RPhlyZt7O煐#RԬa͌6Q 5G%w5_]Tsϸ!.Oށ k9g܆skX'1$5Un]r9z99f-9˓wj4@_)7kL7= 3Mu:n,"pQQ6~(8̪-%P3:j- oeLn}@( ƪ!%ԽK`rm@r C?uF͏ug(a#S@EVT T^oj|m%XI*MSo1.gkZn5 csp!mͬ FlJGԏs K&i>l >˥.TGTEp)Ɵ(Lg(X~` dB_ c=k6T-IzqVIo+5*K=W3gށ {?v;ٔZycxs̍gSc9 UtyB5:7 6g~~urYSe%AY Wss" ͳf D4R*b%<澉Rx j _<`^]~XIW!)PGӤl^t*.i/x< Jc˥b8SF.:7{V(LAUZPKBwFxpb6$(*΀q~Ȼ@ _K]}AP)O;U. M Qʼn[ ,`v;C<_i+Wy@)U5ZA|qVI5J&X$VS5nn#|,U_;5MF-Y@JZ@U(]C.SQn=xrb4&wQiS:;U)d?q#/P!:IADĨe]F(>,8MC0:S/Cxi->lL@ "0lFF;ԹmvQ{>;=6U~ O7!mUra9|ݕc5QQ{tF{>AY.ːyF~Am"b6Arn VQ, 9"{h74):l](Dz2)S+]wOGna8( 6G%?I+r};L{0N50 )#7˳9KA'aM軺O\A3HpA3 bd!]  z"? !65՛<$DVBWr0& F[ˁtڣSŤ u?਌Vt( E)3k*zz,t^`ܜ g0S`lS9~.g <'P-+3 u F=~n%9cZ=k׀Q-ɀFK7:dEZ0H|1bhqj)WY3ɪ8..auVx'ˁftjLTJ[%Դڇq?x&q64״J~PF[d&n3[sɑ-*dd]hVd7Ctg]/;~xF|77s|G0[Xl< qײ:qmiǐlCMw_f>ˎ݋`wX$"DTPu~Oy9Q "nUX?>&, 1IDYҪ&9} 7i<+$mX& xxv!lTL9 "&a\Ψ$?ULucmad:VG2PM񿲅(9@sv0Jg.u]0J>@RaIuBVvσgn WyhN ņy =e(/UkH6i WbKW4Ś+@C]@_.);r}ء&8Reuc"csEBY -w+c.Z6׷P5?a/؍Ov*ةm״yiHaj4Vjr,.:nx7cm:yf~y3蚛$8{z-w<+,bY$cB Ѣ弡5)L#1X3?gv7zBP 镻)t4??'R:;t$'?\73Ik?%u9`S27N|{|oC먙>m  C>tM5 fws-QOǻ?!ȘLboL)LI!Hc+E-{sfy{v!LL" 4Ԙy44!ѭi܁ɍWFVe\58dhlDt%4C0WB eJM_1Qَwxݷ뙐VԎ3]7ApO^g:T>A;AEgmP|P B?hnج}VVsF݋ e.lYJ5D*IEKP僑h!''?DoJI[K{"RMB%!z{2 󆭂3WF+[+QPhT-e2DV Yå =:Ĭ&Nh MCduZ- .JOLÍ(@k޽[?. *YAoEMj ?ڈ+z.M; D7s1W_,% 3YdJdWYUad2X' *54C=&|`之yj̒1Cӑkc`QW3cۼ޽J ]i:Tpu/d13́XR5w%KImOFƘ<{8PAXHUGМ AP)rJ &W@l rkf{T ]Zb*O1yzLإ}\@˅Ox\M6Ezt;FP UwKw%GB梩 lv2u#O'G=NtO,9LUPN4RP/I%.PH3;fc OLBySK[e$|-Ư G:en}*8cbӢMAmZQHPO؆6煜⛰ ~ hE3t6Z, 4|&~^:z@ PU~X dlS<_$7XWv7NP5TP=:pJWEڪYZ4M)4{ £ lʭaٷ5j6\ ]P:WLhpq@Ak!>G&KؙәTZN&BYs5t鍠Vi_<B ,(⧖",-eyޝ NȊ&L*0~8&yw?![7+2 gO?V#H}@.H.2IJ(_I>1z F4#H2<<.TloJ(dh/Ns4/dӋY4)ٚnQ:@?>|:{^,gp(b1=~Tƫ .}CJfy>QgWQ.٘ Q@]M~TjF9M* EҎH~qr5% ̕ .̩+WFpuR^ ٝȎk4~6l61)V#\e"{+`XO9ےE0dYNFDNCy^d]}w6LͤdD17k7ԷNfQkbV蹣ql/ #\HE$bʇzv' a+^YK( D c/]nE_ɣ#pEB':O!ܠISvSaxji^-NbؔdURT},j>㟵&!t?_EHu~Bh%f?^'ә!EsDLC?f44*,Mǘ'M*Ѧ ʒ2*PZPxxP[xZ|PeOea)#[YP_¥7j+Q4_ ر %}2٣±N %b)M>5Ĩ5ѻzDNYq:fEl[ 2lɘZ}HWIDqLJ`>~#k1ZqQbB[`QH3:B<:Vfqb^ I~SQ,A<'DpW !kGa?qx+| 0g {jBCA^0O6g 8oךF$'bS\XQh؛1R8γjro}^3U `Avb@=(Ċ[BWQ`_I0yqe]č1aakӉƯ+¯dĩDž)9 kϲiLiESS  H=64gCMhЮy!gq@el^zLDul[&DUS^dߕ" Jխ> \yÖVد3_h#֠c s#b_ 6$[+ր_eOꇬ\:BQ{v_/$/(?L:淋*eD$in-RZp&Gq G]Cj/ 9!驪<]zN\-<' zn S'R%:N*P;łӥPxAYpnIV8o)Aw!&]vasWe0ۏILRqR \g &i3_+c鱀p3_(hsFE#d5$]=jH$;Tl|uG{@2) I"\e0+oTUOr|)fExƁ5֛Ms^kD.#V -a['tүAcϐ7Yx"̫~{έLR |~Ub4VY3B"0zm|fw 3̣,/S(QvpEFL`{clZ*4.~@?l~uﴑR7XU~v%JF쮺RU 2c ا/Ӛ›T=q5WW?Bm4~(pZpi:u+ގrm)z">F:t-XZFtutG;N_jILkO4|ԑs}wF bHDp~X*LۀHMG7_؈Y/ɵ0H #^kI&ea-O˝l4lngRWzm v!.׭.Y_Xдss/͏%fKϝpֶng=?.KQԐ|@WjTRgÐ\}™Ep A|b'eu(DbÜ囥"b%"ȵMՒ>ߋ ل'80hW\ *oRp}zwzK- -DV,#L:gT ]QX.ZÁ|.j=Qۯ cyIqw7R*$ɗ?nZ|-kpud}h4J L E.|Vt{TPȾJѷm2bi\IhHWS};A%yKP/ʮdzAHuo>op帳 3[-7q{.p+2B-'.W! 4B]qX6Əd,Vu|y⸰qG$[23~AۧCG5Pr&-8b ~h}T+o:Q DŽ7tVY~Y㝍 2?ONAդ 3"%!R%f&%|40nف*FsFx3Qbj~,-veU3<7PڮtKL_and/!_kӡE&hz}2^FۢkT.:_ض1H#q,a~e+jp\P@,3>ʸh꺢L`E.&qkB'֐F%x;X?e h ƭI^o"(\71u\+s̲wt QtJ\P@|3NwRA$qGP.A~ʪGNiϬbjd5%lr(U=(w[sf}_pQktŽ8A!a|W?PCC.%DvdznA_O+f !+ s#hTh"ɜ8ܜ Oc !hF%!}JQI ߬+Eŀq*a)H}tv,7ub]:`z>S3# B,S[ÿ,כ)>r"mB U: @bX]bE g7o:gigy )&R0("4 PlЧ1ex)Eh*2"=_ lnRO&*\^0#=%k0}ej;fN@0-G[R˗FPMr7c"};]ʂy{85@vMR)3*ˢ7?gWK9Brej:R A*_,h芣^ޞx cy< on@_䘡(|tM+!+{ԎSJoCN'Du:>&d`|SKBGWk1cr4\FT%?5 _ %*PW@-%Wno,B~+H( @&b,z޼L) 63u dJ 2xr~^]ݦ *nvSSc^̱(]wQnRрB(u{q.Wh# *1X>:Q),s8&#d|kjz:e}JO̯¸8_5^Nn!D` Q2Pt*k*Urx+i Uͣ '&.$"6X9Ln UW!iփ^OeXڄl[ ̑R^g{@>3Bde Z4Gq?I9-{ԋV+MV )?,T|͏;a:54`FEڣ"b;2@2@rH@%ĊWUΔCP, 3E }1[ KN'U$~Y9r}`hPށj%r*8rk0涝9Qe:z;XQu{MJzD{cv1̸Q{zpOk.|b/ 4:nϟu&eϘe"^9>(VY%3FšfK{BTW@?z$K*/MMj'o.;|t2\Sc,x|ի\yzq}_^67pz8(*2J;=LJ¯ ׍W;Z@ TPV):89=q'B_:S,i%~Mގ;!^Ra?,;Q>vYq>Fev\GꙎ#DenJM @ Ns=0S\B6F kZ56н3W=71ԧ3V]UUOkl)w0xr dumn$'iR'!oX%Cܚu4wa:[CXQY'ӋN!R3z0kSJhXC6Y#-4n<5Ga]wA /F]wzϛůbUӽ}!(M0/b6=ֲzCXr,r%‚樧Sw[D*gV2R"+z5RGHR_/h|?ʄև@W2L +)!YBS#xѧT685*EF-'<;C 8I#8ȈTZ穿E/a| 38YhsV95ִB#-( {S] P/]o ўH_qƂukY=iFA许4^(m^ҟuTsP˃6L[ q DHs'!)$!{;BFN,˪[&c_y_Mt ;Ó_ Q)mrvfBg@p%Hw[tVW?OS2`M>~Q;l*ie|UC⿜kb"yR*p./'U]PyȞ>;Ѱ 5~ظ~j-:^bz՜5-a ܥ.SGf%.Z_b\$F(UZ5;RHlWPv?Vw=zGdFETL!HXyn%<ݡB}!-FAwM>7ޚpfakrR\F ӄy|UQpcX$NpqFΐ (AW($rIfy:F*A@ȁ~ƪ7B sbБUwÐgm"]ϝן2d8?]ra:Bb1#) H*Rr\Bs8: l~_79VaB=:G2*ׇg36NRb3O]զkw÷3(Qެi:#5"8,YF_C̵#Px[@h7FExZ@GǧE˫XmHj3ٖF0bo}+oq7Z0FȊcpG ?q|ڷd¸ĝ<]̦E"ߎMۀLXzE3j,R=zrF _:y~MHI>32_ҀyX \@ vFwZ68"}dIl܈O ?(uhH;z:4;gbe"ٛG$ +gP? zyhoF `XK̅%*-֑ qa. .&H7]ziF>_v`ĚlNǽm PS6[vR*kEɹJ MVQQg ̤{V V)s#G ِ|~Y]suv@|R ?o1o)r|Ph5+}\ɸ.볏JQuο-J2tjSo^\ ȸV%~ бYY򱈴JǞD pIS|J IuP{5}ԨQEiDDD7 Ӑ-#YF+t؂V;c׳E-М3ʔ,)%dtg`Ie]+1/%? TqN`tCaO㴳݇u<\VRm͍S_i+`@ߛp7[ķZ|j@xAʍA5L 0lx jXO%t1!p/ uSnii?g Qӂ%' .в6p䩫>TjEfvB3qgA*XoR4(ߓLx^xH%Q 8dcݳ=qh [BwCclnߧ̉s3l,r ʾ'= Ӏn.`Yk3T)K;*&,kV>({D/^y, jݦ~UOttmz-jlV|Qnmw̝ +xAyF6q" Rf޿>[]ԁ+.) ؀6a =xuT-C&B B$VrZP$`%s=ׇqoj>I$&ݲrlWWT 9.[ut$e]2<4$'Mq&WQW"-!tR[ϰ 5 }1۫2o!jtl>|8SSw%?nFh1䚲!ǰW'Ư r,c6j >UG 4F[U=ɖZm-IfH/0]4A2b+q7Fqt4Æڄko  a˦-tͤ/v:[({[R^to\aS)TpUZ9@why~E=;pD<}>괏xsHuk 1_'+zGo߱hfbR!~^ wUr'Q⚨S~QF ix%rg4z KqJ*q;GuO2//O+2k*u]Qk*^v>Df7/"<+P_"vڌ5M.D榮B"8Ve)5-vHN, ;taA]ZfV8VgIb\,` o!0a2lۄ[͐>V'j a,pBjGg^IzP^'éS^ _@vDސ/K)IpW/8Yc@*I)y*e+wGbjqLE ,rs1Sz!pnk^t\\-rS~c>(iLyN_ c7/%;v3l涴x3|O_ z?â"}Ӫh*_.n(M $`oKǮchl5 "8}S,}ƯES%pT̸Ulxs; Z`LݺCL~Ⱗs[e\:"mQ$5s=܎Ę:2+p\,"t@D (2ũo('h;,_=a=%` (ntGt+x5 B0;NI!'l2Z8n&omȔވuLwlLv` xvAd2Ct:)P:>-Ý$ ?UM:Pk-qSFVH`bK]Z /1ǑՇ$U?Rd/N9B Xו >/dPkKSyZOg vדfϼegx r).E.;d~;5*FsfgyakP>6h2U6}>Rقd\H@? W6qF6@qfz$vvrNaZ}z+!Ӡ!k~oV~_!ʿN<i=d3;1/h1sIPo\3Be0}.HM<"Ivoj.qN`av1uIss!ip%1L'အRs=c|fNe69LLaT4&3k~MdU0yl2{F}q*fX/ :[.3|r5 *am–h? 0щ^*Jl%ٍq/)Cy|a<]Ǜ 6+!6|8`\67F8%KUcwW6]rGsW0Ӵ2K2{}ʿ#`s-q}sDY^e~;A橝l@P?JȒ6[/3T{;9\CaEc8 V ^VQILwt+Q(0@6 nmͺ˧܇^p_1vE./9Ne%:ܒ)T{e3s^`un.7:RFlkGC0hݧ)k,a$%~IZay(/ }{\b#VkAН{XN,sd]^K`i11]0fAGj tC|U~ʏ mm!FAty ,ZY驹?C+-&ZUy@ǫBkn$Мp=Ic/5b3_ʿ'A\^wof&S;NfΈᏰh31W3)}Q A5#G'zu#Kjkz[0聣UZNfT1MuN0z`1' *w kViM͌LDNV+W_c?Ab1L1c#n6g; wsfHnw27W8,H[i-}KQ{U2BءX_ΐ#@MHނU;]rA Sa5@ThD'3젔kD-gDksxy.!Jde7ܫY_8to@L% ]a0 4)I/*e1X奮zBvzyps9 ڌ%}) 57|GF{rxE,Aq_-g壟u]/ &m:;ŧvl@@6!1_~kUbG,Q](OEa{ &N-v_E1ǣ+b^!6 X<>O M(d}m}!]-{ACCbYiS7"G,$ UՀv|72{԰k8- BK Ek1rYm.Y6P53X ,&(6JBxwjgsmTdBOoН~ohEK}Ro .b8,#utk~\ۅ[TG%{qZ ڢFr[@>J4o!FwA! &$)Z.R8e_#~ã|Q8P;JpxսGcec06;-Lڤ/͛e*(7 &"b[]"<P4ߣ:'t B0y|/4Fqr.ddC1 o#\l'ϕ ć\.CSf| 1k撚O|+Axj_-!%+$~xn%r ]0~l>T|N&8#xit KNS */%p| (([pUmsqV懍۾N1P_~a%4g>WMa/D\)Z[RJj#앑9h8:%qn0.Q љ;m*AxbSey۞j~똘e}-_M27gDadtI[#N$I[~ ]T?N=nh~MD |;f eueas h )ǒi6Yf;87=,VxQ%p/I٨t%z¯^~r:A sm~ χX, CSm38H2q،qUVe_}vn"-}XU*<, +4j .tzEѴPExV03Fl8%, hWkwt0Cbv)Q_ y;C׬;ڴˮ3% ݚ˙Ya6+=n]_K$VfKBb2ō#uZg,=؁ rkdWJXz*y֌Du |҄SG=l_uUy8|uHGd#~*nTڛ .2 QBRS5l"^ ;jOtw. &2gIguj ) su9$mJe614 ̀{c3zʃɊ/R |x˓^bZgܛMgy3I6c4؊<г\iI3=W}vw$YrEC[ǜıdWc!=^u&:}_h2/+,1;XpDB 8 2/s]s+R}ݯ0`j2R ~JXߙ 3gewQ+g ;0I$<;~;.Z`sCjqRFOu͎r弟vUeͤW22RxW}WsQ"W$UDt'4@iAyPӲw 4 nA<\ &U(dhSI_f2ֺHS na!wm2`9~F\MYo7ͼu,4G8u<l5xjʍ: 4q?2K7 9r圔2Iǿ"# [=lLa/aU24) ;zL>v0 E$f1 \ ySy.-r@+ ~;#coH,tb-ﴏ^> 8uK=30zWnˆ 叏YĖ_u[pHkxXf5㋴-EN+@,y93țA:yAZjA$sӬJz[:?X,X `\^\u0xd8f7x2Spc\ÿIVI^VMK>L GyȂx5z,ANFl"D2h_MsAk:ʎۻJ#ij.;9V52ړl,˪xOqZe:IDE~ʑFacëR?@Ν(^ A(i|n/ M_0#H9)ouy[R6Av}]x\@^O nTg L_5\7۠`)7AάkU]XV w V5v[&)kdz 8GZ^&@zvb"Q?dNXfhhDZL/:mʹ*JOsDNL%\ h^&ek6Į j}ԡ:Z\ gD-!EBxחngOk?gSA5KU"LcM_ (,{"73qu /bTw^irKˋi7 n؃/|3o.fHSW.P~Rb޷ 1 P% ;)rs-CsmBE4q2ڰ!6HTߴԞ?mtN6ZFOS G.07V3㮕\Q bAT;E7s/tm&5Sm sapvv Bu@+[B'ܙmLS* H9)<&;# >9N_n&cmn/l#2U4wa743]\uGe]wApq>Sm][!1"Uy~w LIq `Ol jc6Ym9T=e=zT%Ίe9STWFR18dN`5 M"gc&_Vcu2_XyDiѧpӑ;R$m:`èP0Aї@!WV1R}Fh=HD jaN dpSڅ2ҭ[8> i!RE \xG_cJ/u'&>7Uh]|"1 ؚ iۯ5;2*(PL<;?OsGD5\\aljhE]E)ҤE2.|7^6%5cV)W'B8l̺2# \h8,5TuWLSWX -p +{:EK} EK6E X_Ed@s AI*aw}aRwlt/cqrD\:4=kG<>+9}Dz_cԽft*ĴUJl~o'Ejeϲ%H3 .>Rg F#aSǮpBaa2RJw<&+$wX_Lg#leN`!_OUl_Yq)Zc%φ~NcE@ZWkz(}hPo3] F~Ukj>*G4#?qD!7^ qu9+*{2 M?,Y@TфE: EC5tIU(nAG(hz (Q6̏~yCl⚘*|u3 f"O:QrZ64DB7g5d.YlnaJILqM%x)e~ 2mwpfc8\? zx콘͏m$*V-woBW*d`YQ26h_1bgςp&Dڍ4:Fe áK˟QdWHKM(}Vis:Nzy[lT}/<|N#L/,gɰN62+t6ěݝlx8IWHm^+zT}SQuu4 m}I;>eِ' tFVGn¦v&Eț838`%4X%j4d7Իu1=Dv ~;@$Σ>*8zWj$ )-klfqNґ/m $Y8t ̦35S+|zbewFi VG?q EU;uS& ԇq+OƢs6w5Vkb Ň=m9?A&dAc~5D;ejDߟdqR=WU\q;\ʇ$v`Ɨag,A}4 Э!ZFQEq9X/yvc@{'^UO )QZ'?qSf^FsVɑ]]SjK֡o)g" ő3+ &mIlu&m)F O`&2Ŝ%'W nnE*H9"JVbFfԳ0kujluE7Բ]ilrȤ~2e海V2 M*C5,rYx(IipLf/ W6xx2X6*Ex9}~]C,}cAx≌th ̵"dUXf9n޷5<+kO r]1@r2(B[EzA KG/v\?3i0с_sn(O]0"M.h,md=[|1r.j,m5_kw55M=fe6]؋qT@Vְ7Y0`I-fڊrD@=l02zgI<"Lb35Ҥ'?/ogLkQ!ȆG&Eђd:ru-vg/5\Xfx!Q ̸,nmn<j1E.?S29-bh -(#-ϩc8BUd.})HU%kP*|.68N2-f!"6D Gi_<]);WB֓+4:PkTl)%bSg$IZG&!SI1(3o|p"uʂZLzpq%өY$`JIijUrYo+t*ly>i/6 ;i4b51=2-S31P 1fkK'b5@L!-4evwP%\KSϰPcf. z2"e4ĵ\B;="HuWEVһ /8lGt#.TOJ~N5> dq ]eE閺lfJ@b>\VKY435 BMA\K8,D#H:$d V`>ƚ Br^b-Lޒao bܿ]..[ꓢ6 }W\9IGt`EdF1,7g19qH^yq `MM7 0YE+teA4rC|5?_9MJ%Z_^3h9$p&BPA9t6vuhX/KX,z*Bבշ!տtW;"؆"TUu֊bVnVR]pY2vj-]?8iFCeK\w]DF-iBmn/ U;;liJGWբvvMsC^ "pGrwjj =m.V-L:eh&A 1mljhN*8KS p9j W7yœqA *;l$t] {8} ,bsծ>?a)|.p!8MODcΈKG]Q8|oLR(<*7X@Jn ^G(d;ok8x=#yIX=&{LIEnW6>lX/4$ ]VL;(ǎ ,˶^%^fE^p׫}5#qWK:i;%ːÂA:88Es'K*[,H݋oecṂH"#-Ij&inɚPkDIaq'LUvEeҡjYi-7]x*-$c2UwN{4>7|g6z-57}62u$9LBȖ侢," ~oIc޸BϞ ]J"^l_a*U71xd!ia%A{)f V!T F @Q:a9ˈ&LAqZBKqyeIZ- V0 Ɍh@|\mE톋יJ @,/NGŨ%\^f5 -YˆDDj;s34RG0)E{1x|K-鱧eup%]C/GϤ1A@H_•I9@G"/D(lQ/6ui0)ub h2':"#.-?Qɏ!o{m}V2`g{b*ъ v"i1Y0!ѻ?ѷֲK?F(}kLd)y%iƸ?Z;C@ mMk\z#I Ϊ˥+9^|a.loZ_EXXS$;gGg7}v^qü^dYswV gm,`=zYMj~fj #KDi Pk#<%vu?>&gld%DvWyխKIv@&_vq8ds=pi+;q k[g$\q'(A;(w)͹š &m\˕p$ njPl>Z)rg3ep Y#DCܗOʥA7FOu:`cw/HNE|;"H+BE@fXq;+*^njdĤ6߿vvqtFŀ@q|(Kyf.))DYo8,Ii{F2v3`|m_~@yOfc=}{Sٜ:S%j@C5\ҳLq{iT6t[Y]}5y;]3'q5])@ӦtDU.cׄQw/L>B*ʅ'3>5Z Іƙ]rI/٦E`eȡY\CA KҌW)n꘭apxƖם ݲo.xH;yxNSW+/K!˞̂'D`bwa`;wbUQI E_ܗLbG.ʓf񪯜F¬;R)ME@rMn Q5{w2 EZ cDL㺖. Y3s7O~du![ݩ 8qtts…^=w+t;3Et=ˬ]"",;c[oF'gwC-~;* uE 9(~]>;jOYcej1'L9wNBA6d^!0.I!0[gbbVl&9ꜩ=*2#HtD>K(U@WyQ8tK!١3-pmB?g &&F\Yֺp:o ɼG&3(]Y;?àtSHIwb ʻxDN/²,#(([^ϐw+mN|M&1 ؜|͐_"J&RuMHm+5?`.xLٟZh ,)=3i<'=^\|"s aϬ 7&u1D0ڎ6f ן3SW`祓Xvyvu(3`v o߮,NS]*zu\(; )Fe!+t\ ]*E'^(]d-xjǪ+^6>y`&=eGDI❡} *Wi~n4[ͫCX[Q̂#1+']|SW/ӫU]*_&>/86K 0Go|ujA`>D[;;PgoUk-VKTŢ\ 6}u+b FB_p= pIWj'ã&1ݶo)f ]LQܹI'\=!{pBu:ʗ@1Ϝp۝m+k wT4*A$N{[22i/D$ L!(쥔\',NA())M) oyV=i88L1orܹNM976\H%e(8>c^8Rk1:abx   ϲAkr|U0t$uWXI>BB0]^lHiRz^ W(rQU5cICCZ}@=Vs0.v*QKp9`]"~੺U' fI^i 4̐k/ZU\Vǔy8RB溫Х4p[iXʃak:E)',TvNdҳN&ڞx1?I#F;oX,j%bFJtܞ1/^*;E4,|ӽl*>,h-؆8+"*S}&"w^"ˍ_d>l]Zy5!VVT8)>ğ\`DrB,]IpTZU,^qi}|En8E^﹏u}~o.X>WiAS:2}(|jm/D|J@)lW|zfnޛ3&KJ#c|LР~(aw^tLț+hBquJ/L2(iKd[zI @D&BfLh>sT. c]vG a+ИjV4W!2c K75+(/*kW.>&WCfOIL E2LUhf(%45 5D۵":GQHYsfs4ۮk.X'[%a ּ> GKN`ܙro䖸WX폁o|)A+dnA ]@ֽszW!>Nڻ ֧k͚(rp>0 %U:ziŞu2G}vU\dG?|cJJp7b<ԑd$Axw`z֏ 4}&U"{.֩q%4^ָ# >}n*안H:&LKۂ:?x %pqvPt0w0)M'J\" }TWԛqRU#M&D֎ `* o5He=avJA*|\ JpE'vΥʮhB/EJ !BhH=ME$HnIG$NyMK3As4\#wtBL,J37ڭtȐoX j.{Ⱥn:{tUtI'V3gs"qDmJ/pƇ?  jIzPubd,oW5Wm~IpKOUj''+[a&%albU*Īx>CIT%tI""V5q:]•(6@"z #R"e:#qZ\b:0_^>oi);B|$]}w~"I $:n,u>ǐXt9UiOcjCT`DbiYfw.!F6k@t JSUQF+>LU,#:u[t*cM}cbw00op OH<_F BtJp W^dTߚ0 (D-\Z1v-[/AzfbT"H7F-HLzf0fjw&g$^u| 8Ũ{1C ڂF*;:UhZ K9^ )| p(i: ၖz؟ݭ'Lٵ5a }wMdA\X WRXff!?`v/!?3V&g @D,2c u q Uwg3VjrsPKeK7K$/nIM]k4ˈw|;=(O2~-!K &MlH Q^hg\5 1zqK T٧#7;ٰLgqyÔD|xJAMRM~WxG/efK5=(5 SmIa0ELʞbN]*R7=@ń:=ȶwnUu* VuΚ<2c#G]rl1\1̶S!@U"q #J[RUrRe hf+`[v@v8nե?y_GBuZmnĩ nUĶ~KC0RV%$L%%L^r1]8t`/n )M@4lU:"RɌʬ'6Or!)Ut>;Mda@WꋕUS W*W!T`piM/83\Pө~{ jbh n52μ>WyJ~WDu@AoīfDl_oE%]NQĪ1"_|v\rzfAX+7#ˮ!dP"3Њ KQF+vm3+"4hJZ7F\}t:BpY F r^Z2#/>Jm(Ĩ>`I1:$A.U>_֔FHȘ#jp_|?(+T& D5cy|]KS鱟ѻ"+^j*i곁##5,)TU?0b+GFu:QNb{*# ?sEIP/a#Y9ȧ5[vNHƒvyvmYU!#mǬ3ݸq{V,\$&ʓʕ(| 8ѢvK7ƺ^BGCK ?"r+Zx*c{4Lh Lp|Ξ ɿ1EgWW8uJLzԒ;q>HGN9x9B&}N*7$;*BӁdG]TXh `]?oy,0w!4:%6_V;+'1z\lfξɭJ5[V,B{aK3~,u[v ڙ,K)?>U1a!_Lct5Dxi=E}^Fm [x 䄫r900CXI1 dgXbV^v+ FZs +{쬿`~1TϚzu.c~DP'70;HK-xiC?9Yݑdj.lbaND@63&Ϗv9 , V=139n4ŧKVʥΪZ XQ#Q \!lc;}Tf9۲_CGAuo>5bȲ6|3<HƐn$.2=y9ުB&emUԅ8ebd Zax2N CŴ1bZukSig#TWݭ+4Md،WB@7)eSy!.;]qA"0\skbhl*Yk{Ayl VUD(! ֧']OX)٘nSɾm~&?4 G$C]" l?9 ҿGUuid hbnxj et0{IM e@.x^sF̕me)w|Hkacs(;w-C2e>Ho0A]&1+¡PMB>sn!)1,L? ȴ0k7=fcP1ީe@]oC\RTz,i˲wH!C ZfH[tL)Q 5asISM:+H\.})'M9ּ'+hsnШsni$#SpJ荆 4@fߛ:ډ8pOL5n(I Yy=@#La_BG{Q2 fO3B&9RȂ@)PuH]c(LkHL*ABEZzwNQG¶_[u8aS 3mެ".2aFxK,j- _RKg LˑIntQGIH@Z@wKlSy}AO}~"zuBpZ3);ݕ "@atFvqK_H67im4IK#.i~"w P6Dxn@,>XgIEÝ]:IeYBp:  uIMW FeJ@OϪ-Q#ԑyLcv2D@~ FСgw Ju":{ C`(( tNٯFŊ;pa\lgOvI\bE4qxiH$L&$dbs) s >tʈ_3?:fL'FԽ"i#cUO2n>PKT5s$[.fρ U{BrF3ʺ)w6@:"ߥrs|@"vZl/qPtfe9[+xɤ[4netIcک ?$Ó9F7Ve_,U8pq,AOz@~- M,S]*PP,PU92@ie'A@zao%jџ*aDFUD4sؑ@/E,'I=uZP:kz$K 2La-肌(׎b!B,7]mՓF:*>mF.dw~-Uޑ(m ݀\Fzr4rSsT x݊ŘR$uYH~pd8rw_d,|%<} nf_喐a vh܇*&R#n i)+{ȐfTw_YЩ1l{ls!.e.t3sdt)/"Z"nT^>sKzQKg#lAbďB 'agٜjf?BB0 c"kcs޷cd>v-ό QLf~ a8# X_!;-| iw/:|sPBvFm44V# ̓1ަCdPZӾufTBZsݰ`S? cr0D#iz$V[\fd&SLD?cYS0jT(j#!\Zh;6;` +/&uC̵fzv!54x\g9{L8rag=`l8bʸW`7 hQNז{M .gc쪟B@Ii\&/!/үpZ'd8vmTh%O)a{E-+OGpv:Uw#$bd"+ld8k~%P%Uai h;^E~ape Fc|_`v0z&.0h"<~'m(3(k([{bL56ב PmќC]H?p7 `jֵG3 ƬyiMW%8TbzaLs繦 ӇPbU}z Ζ2feF=Q甬 굤V, lxq۵QhAG)bqk-@vqyzlu$fb,R7gWx;Ƹع;cK܅à#W45-5ͬO&&? 6+[R(r hdz,b &FnIJg5[873-z2H8N/X/lc֟vtSD*MNtt̥(sc'zʧKdtШeRFsoZ#| _|_LЬE'.0qԓ2P9ΞR؟?rtfWR7O`*W1jRH.]tSnpOe: pVl~d$ѱ~4)*[5Զ\V/0@[Xq[; ,2Xdj%.[J"HL0L3N7ß㜙QU<,)'iʠq* ANu3/asv}޶T Ev΋a gSk @W8oYZ-AZWpW_}"O:e-#{|u|2/5NS_*q>SzšH.x ȡ Oܙ;X׶)Uܕf,vd}޻Ƕ"1T :9ώԉ2]I&|0RJTJ*!-wYH7Dzۆ0N~NxgyTre{zp(XA@"lF:uyg@g5E[গԑegfRGK>-4Ѫo1~Jvn_E^c^_BZ!~Ȟr&gf2ac-= ¦ֹX >Ֆ ]ɣiE_U3U[l/`p@MtTrv =B]ꝃjR71HhPzk~ؙj(g3ÙYuS!o2׹JYr<96RX i*,/ތh8?t,&2 <~ b>)BD=9S|lb6yr~}_8 '`z snq;gm<>iDO>?h ,?a̓N?[+l ԿQrάOH]]a>/&o(aBѩIiDJS-U L&jxZx:8`SRvUy?[=O ,A2RCN!N@ ´tl 0+].萯%@NzTOЋϧ-`z#nz2ŴWBVA(mw >=v)̶MZQTQpi  Rk~wpšף(v|4@v1aK[6\Xg u *Z<1m23gl`w< }fq7Pxy؏v`T*QM^(hH+N;N gY+ HG3MZ nVbFQ-!Eк :Z&&> cRwoΫ?ѽ/amvdٳ)/> @UFWERx{2B>Ν'ZUh n.5?ddً@w3HtZ*_LƤ1)H: p9w 3Z[:;Kƃ-WgNKf<?Rvj?k \6ȝfI3 4qe  @?@gċMὍM 'ц`2^>Q↎=/eϑYU5D' :ƚ}MywoR;MKrs=zm0 j8TQM''<{4R4yĎ)&宯`Cn }* PN=5*3߃PX \" 9][[O8bZoV.ɪ+n2 rgtx4zJ=# 9OL!L \R2;.Oឤ0>_IiN{_}p %vRC Y/\{\ҏ\aoO`@庪< EIH נǒ'`DNp؊SSPȸA"-7KyehqMndR/jytH9{N7BPnizVGu}q!h-ׄ"Iҡ` ~f C儙qbڃ `+IYPكo΢kVvq|,(\'sV౹z8XFOg~٫æ w ~J%hdK:CcrDASi^Н;Z,i1ՙ|snd.qOK; 4n@1ڙfDOKڢ1?.KːOaZlwעF)(iR&jf\uFkQoqEM{GW m)7L^2jݎ Y|9jLm:>Hx`a wl@4Ȯi@/ 'pe*r ^yGKS'7M&U&0yɤ HY{jUJbиmyIJ~(BFT 2Uj?|ʘ36)oJ/Nhz͹(u(Ӳ;LAZd[ Ns cضKNhZ4)*@#w@t6,`@yrALn"cOX(Ug m# D])}^! GdciܺDث+zmg4 D3}uƋA# ZACt Nbu/޷o`FrķV \ Ga\ܕ+gp(;YDFv;a|UK΂ C3b E~Uaj7>_/0j*8z%K^i1 \{!dĞPB=J|ga?ʎfj(Fbg|X D'5a/[t2dr6h9߉DT G}Rh<2Ftnq*!=Zɬ'U\FRwD R<Ƒ7[sH ЩrP) !o:D3u"Z\GdLͳGl7օ~ Ov5U(sI<Ȃ:*m]'8Djhr1xT;ϮyCY ~ބJ<ȟjĤ)G#6uĠŷS ٳI&͑iݢFͤ2TTnBD{hgFT+9G>C-\.EB#"ќ|И_m>YӸ6¯%1Fwͧ;5O;ëtbWxlt<󏞕!=ȏ]K{y/$խz[)Jpvx"P[HkZZR1U~7;nP#)mOe:PYgb53ڮg5ɬ^dHARQs*%1A>dܬO((%Ɔ^%GjyTd摝'/Z72EPvq$nX)"MFJjiF^µQ&Mn8 2!mk0:YEtxΠ 'Wmfp9̶ :ܸ]I1s=TWuZH/ alǁ~VC7C"b a7L%c -N['tqZBA֔׶DS2)k6ZwOU?poXh@²&jr;I&cHo9p~ti>*LI5քz3"-70K" F<[$i\D C.@Jm&,~m&Z6 v [Ιt]Ц( L~:#L +? C*5U2'Ts =p3XUT]P im%U4|:J㼡К>?[^DJo+E1 ]dHF@/ًu&R^Դ(OR'9gZj]' #Cv'tj1۴3M!C__SӜXy?,! {Ld|}>x"^i=ړS z dJ~$  ^b iۀrڭjq}>cv[ H F/wWn\M㙂 Kp7sSX y|P2;M%ciH&sY*GZ4.T =Ƹ hp>7sA.[oLH4>p-ph~wX( Jzaamo;"E@fкj;Geh맇 N TFVqq g1R}2^+fp)cxy>tϒs)I2qb^`jUVވs/HxL+F驤w9X`M.J 2 4$Uc!L=sJ{A}#`BDlL`L1mI1ڕwCtaq)Nʅf˚"]e~T̰!_5ǽ>A W& Pd:7=I ĽU,Ű>->X:0@Ԕ:' Sp@ͭS0񔭃l+|df\l 4^⏞޺ASۭǤ\6lO QE[q"99Aw-BU]jpe7 sj~*V@ Qy' m;>v;e||}oU1"ȫw}TN.˫]jWYS}^h1m;&"-s{.|o{b o݋X8+觃Fx~GP4$Zm jnb/]K'&z{Gv ,/*L`\pga\{y$gQK#osUQEt `,@ ȧlVmIv&Y~ b BAr'[/HU(+Έxo]#cCL)?7#n?p#p-OϾm EקāS(ɗ~bUy`=Ǽ_iAW\AS4s@rQI:Fa2{ +_ b^:\ќN'N<y-} ʪܫ}p7 :8WfA ORX$nG^9Ϯ|{Lx_(FH8 lo@z]SrmRgamR*R1MEŰpjF!OivT j·!N$%Cs^ 4y `9ūg ,\[֙KzLGy)T+89?A h)Sf0-NmlbJkR$Azq+d^REOR} y"zLܳG5#ϛ+:xF֖E}?x6C*f7T#Gȭ:i\e3k/'CX*8Q.6S[ ~`mcyz֊Sl<_>zqPڔ찉}ٷ;,F6}{T_,$E0+^!G~^;d8m<dΈ^DҶ$Flu$F0Ah"Kv7K&&?F3Z~ӄGA?޽"*):Qhȹ]{v$+_k^E7!Rg[V7*ar6~ <U_3c|R|3Sㆦu<֭f AKLxHl|\/'N.6',ZN٘Wdڼ:0UӁƫbs% 4U`,G^4**_+2@ZS_2U[1gT z#:'~{o~ibޯ)H|_"R@s" VVVh2EN!ЫKnV=5**+=6*ޗp4(l!ؙFEnEihb0U3Iҙ0`.\wnhtAcogFEulWJS{@Ֆ0hgҷ,V A"XwLfuRWD#0V o1z뉨_+hL'to]Ñ3|'UWyX2! Pad@%J%oRNSpƀeY(4]Dk[$N~&/%#E^3c5siT[.KwQDP8xj=ytb3_?GՔOЛl~)uM BH#OXtp1kVH37.UG|0ɼ 8v7n jܽy_` [~~>%Ƣ9dh.֡0:9 gut(Ez6Q^QAٜ}by3f?",IgTq5#`[7Xww&$ 6u$lzv:᰹^J2%ioД4*K0o%k$cFK-^olRiC 1y !Ɋp@4fUyP>RoT{!}D['9tiLZiQģWC ׂ-༤bZ0OC]Qn<↚bЈG~{PtTFF.4i¥_9y>L96 kMӐ"]QA Ezzj5 jw,rƱФd z3x*>)$q#P̛,#.rdD+!pbp|"WGƶ&X+¶U ܍,L_{]gӧy(N1~k eZOm|] ՚z饭`3vvTi0Qs6QŘ7\GNЅR'ճ|h 6Jx8Δe6bQ 5#6(-[]cI-B;(^/5f*AعbJhv8Ƹ] zeBbpk.*f0$YjRFW-5Y%3㒵dx:&yJ7>AG<[Y8_g1$>4B4}A˜=O|<尿zh<(DT&39@F?d:܏H M0|M{rwxR NDr$ƸHŠTqO*QjҙOFfR u[$ M+} Ahځן}c[ s *AxlJ>$ttZv>A|qb•s=ӓЄ'?Q:pdESZ\ ^1denVy?֤4k2LTqwӛ+=>O;;P1F^~rtO?Cpa\3P5KRi=dX"`񰞲?IF?IrI7cbsa뵸$г-9+qr #\E\@oVr ƽ"uEfQgr  Dzz>)m)&dugk@:;ߦ_L"~a'-s9w?+R`)t<&_XɃ\yQvau 4yϢp&Trb4cyش1I,4>= s.bj>)p=vsg%y\.>U kw}1{xb9%XiM3\*YgZ]SqDu ޡh )NC~#tg&K/τz.%ZF(; v6',hR#' 2bss 8+%:t;v'·&ucVn$ %9Bk;eX8ҽתPtTx8=.=OqN{3;};(w ĵ.@R ydIZp8PҸ>xXVQUfN|6?CoE:NX'9HYK}bX%Rq?FKSDہu,ѩe\/55DAS̯hT-)puWi$J/ a 2]ϣ

tQzQ5QI躭~wiM1ma=_U?Lk%aHN7qӓ1> QmBs$ן2-'ny@[(ٕ='%jVD98S>|6SnxgBwkp#U:GӡBf!E#Gsmh>l͠ NJzn & a X(u2vXL7M>':fq8+(k8E*+>BwVN2it97 3";K1ЈNYxwveɋ K#>s<.忛*ANͪ:`7MDCNEO!htL+9\IĄd/d1?n0 P"c\ )Bҳr097}[XN6lVR6gcIʭ%~J/Ѝ灝 / yC7)c]RG.njA :@!goK/kP2y뱲c̄jbNz$cDעu,zjB+[N82t^YD. L׼JG\A7s(-8 ṆGI5iu%>psٶ6 Baτ̧hF>WCH6#߲l)eX[." ~M`5ADnKe|hBd*K,uMWն |?SbL&x+&'<1Oyyܓ̉"@z B x;C2 ׊vWi)ps,\` "uo9*EIt!>\y<:GܹGvS$'@7gyA6S,Y] hX\wFɋD^ۢEE0A:|]Iz go?<$1Bw eEǦgi"G:Ld>Y:)x:ӰϤ` {=Ph`Gjȯfyȅv % 4@Bxy2OqW`MP7 -x 7%U7շ[gB 8)2TV/),Krcaaȗph[Cg}#+!2ĺ4}2[|b̚kt09)3mi;-PD꟠N Ȥ9./j¼l=w$:Xco xZddAxbv:6b7ԗ2H,΂vk*qJ8 %lp+TJ,(ҞҰKbGO 0SyBf/Q'"nB5E#gyZ bg8 ʀG onCgM$B~VQn`]%,|;/QЅr^GUo4.o7a5"F#S:ꧬu/i *yc [GxOeT[N)?N 'P^,Kއl>$Wro{@md rxri}xBgė5輁'!Z =G]iog$WJB:؂ڼXd&mlO|~PPxErM=0U:fzDM""Z?hOR7Rh0aM PڢM@2M-F28Tm;\cN٧9PQx)*Wq}g^j6 8lj,ƾMi'B3'**.Je>[ǘT@x|0i]DRrr_4B{[fo-ߛh.C2bH]a'q׼񷄱b/cK3DESM Bׅ%{ 袉G h[WYTkۮ"pB<y iuwlJ1Hn Mմ[^>,xd?8쥕KO:-!v@2C Hӄ$4+yw^Sݶ+?ZJ`}Yho}j-bU9f~nD!xEL(zw~NGaBݽ `{n^9r95_ \ 3a!ek]v' G(McTSv, g LjƝ=PuM]h3KjyJRU[s5Υ%Ξ q]#nбS7% Q$XdzNڏ{3CDEP/^eKQfOt_b% ؊& &v5U9B$JNlmw벹jyjʋ@M+yp;Njrka0crERI 2h]05+J;o5n\y0^z̍Z0|suis0ϰu-ۧd"P PXo>Gs;+o Q/x:S" ou鈣zatQښX~7jΘ \;Or\}jMڴ}|?R{ ^ (ҨAPv/mMc%8cAvFcّ9_$=L8.H]H=ӽ."&ޒ?l|uk7O|.L)ۂ>CYCCXKiH^hdDE5z ?˟ɃU]tcDDl8_\ 7\qCg-%=U >Nv`.ΘQ{>+<_ C1yyi8F0;yYXǨN'3 ew0' 2IB̥0ov1>[37WG/P?3:(;s"ш퉡mQ3lr0 ч-h j]қMR"Lc3,P#Kl&r5 jQwV+l9Im}4Ql^4D֔p& i["Q3h(D77{oV)8miF#Rxα`[t&%BhwO', a9jq{ێ 29Xf2mk[x'MOm]^+꽏إ/bƉgHA8!lA`s eJl˩R %P ,;7 0 MxnrNg6ETbL.!%ku;PVa˜@ 34 T\.܄[ƎRJER 'Jq2Gr-?6u_sz^A5,piʼnʾ,uTmՊGHy UKk-sMҦPT+ /f{x]BhN{6v+G {x'1*zvj%(S|Y/\i!a8jyi mZ: 6O#1sWg1y#gU'3##lB>/ssdx0tЮ) C H9UūI1GrW*M/cw|5qL>ofUV`x;ȅ- 2shѝ睾uѡ>11!T1 Ç"~D$ 9, |%jcJTD*@.`1V4< HhUңk/ڧKє!l6(}y"eשC XCͯ ]z(_R{¥ry( %{En  ~-B)Bv YtdZ<%P)b[y]S#k;dnGal._M|Ajf:P^iYLMRǽ\320;IR~c@>Yb}֙[jo̵S:w%+ٓOz yHsnc*ܣ7S| \ }-T^HÅ%s'/LHkǗS$ި<% vp^=X.o@; vwCa,˸ >E"j۽Qy^?-7UXu\)kuZX<QSU`rC*HZ8Jtbo]tΏpd/`ę$"܆ tCYT#HX:->Ai#ZTO/Y6)#A.Y7 v h,RO[jy]64PMV@p%gE%£@ 8(E}BKHŽ FOE3HV5y [bDM\4>\# PI [O7ԛ0BUzSUT'''K Qc LĶC0- .=Q5K3j!NJyV/<BK wr/ kWי,<*_ kKo7tW,J~ƽUKun6)gpY4AgLȚa @Z^(m8;R#mX[]tØGjL>vI)Wc|j"xiP"i ͕Իry4 ƒuUeJ(`:XaB G[RH@og1Vc5Ȅz5Ȟ`/qz#ܘh%a;rahlc$fCGTybbYw(7s+Ve)v;R loOi=o]h1V1կQȅ<7wFMr/bMrYR%/ڧ8PAXt,0hCNqO)Ԉ9XbY> 1 \2삗L&{q!QDL/`n\'Nd= ]=N\i&kP!/5DIH;9`h$KE)S~@P>Ue"iNLJGP/ˮv1,86zCcn) fF8i36Z=xe 5~Eya&սitqMn Ū4ԂMK3B8impw?n"( AXs%zvWxjɪÄ.ZzKr]y[_4h,dm; GO>|܀1/X/mC^`)*zI$ܘ~-'T5E.K6O+7ODhJR!~4YmQ`#ٞA4[]1q٣j~Za&d.zYDYiChRnwa&H_a4z[[-z "V,gV@{Hv02rN. n#t/؄jlHF@>LoDoaa,sb}~+a򼳞lKnC3yA+B)W_yF}Q~cĕN;0 vBYpJЪ\s-x鈧?!a>ahZhz%>:LeD_, <<ֈ.ʗnH vf]>½΁pJ]Ǫ{=0cG{<<+%gU@ -؛`岵UG @Wc5ΰe媅(z&V1}1%=3&{_WEL. V;DzӐY Vmґ'NkL]j ˕ -3[dWtvL<aՈ2hZ_pH_Ӫßȱo_6Y Rp82bŎBp pѴVC>? ;Y"E;J[ZX]poY.yœc+DƯϦkךQ, w!c3dcH=NI[;}Fxo[[MQ1:UvW՟f?X J֎$;ݞpeqscV!~(̩:*|U!pE2|Ű҈xR+X@(r:TDQ{{^?_Ң|8'Ұtδgu^ roDꥅ^@س.iח&/z.yJ5TuS U(z*HʔDTgV ߰gW2:׿ӥ_{ Aס^=[܀:3rn/u4} JЂfb%|S> $M6EF*4*"\~,<(Uf4 ,nO׹b;J7`8JiұJ]RoTʿX075ޒ9| <Ӝ%ȕ(45 tn=O\@2kWEt;+˿i.y't,{ =sM-PY#o\ dQ4M_+ KuSx&QR%Bڞ5Avsgt FoACooJj :`/MQ9oRH7R.WMbQeb^r&#xSkQn5Xp}"[e&.m1*U3uJ,E5FL}X;R@6m|,V$x^cHf, ksϸCc@g5D[BJ'WvDڴUIpB7>Jc^к}:l!#"$Aaw0V AR7x/w\h7 0N<.!&9~߮iϼ?S.C/nQΦ̶-1>Bₖ)|`03ntճz5|~B5 P.Q%DaVSk$шU$|hqrM Ü*߆Vø¼Ժ&ᅵ]*zk8i5Ź &WAܚЗcAt߶0_<%kE읿%)Zx'X{5ڋ%|>{G;|%I.Xq3:(8ҮͿp#X[sH!px1Fuh#ND\{ȆLih7֪70|;drE ozZsH"$LMM Q)>+ X|?\{]2BXg. 3U;| WfqHJ'<& iJfa)%;iB8c $.c~4M0L̿~)RJwm>Mk?A_nFWlF7U?[=H4g*Q_m3#m8sGH ,dK^`c*#4dIdl̎|ta pg:^c(|]f%S"l̆GC?=4ܾ.鰇,>G.B|-l>@q:i8F஻(Yc-)|M0kb Sc)pps=  kiB %*L?yt.h~;>}a<}ŭ:aha$j)C"G7앛#3iI`?LT*Vۇ#^d%[3*~,jʂ\ ~`R)—ׅj0"0j n2GेBf{~=}x+$@JxCy4l9dМ8l7MewKHe a] f;9ŻgBplcViɕNN3&?fql}?Ӽ}wvPAܦ̱y_N_όYĘ|%Nv`eŏՂ*wZBP_+b' tSJ=9$C[BjA%YH)#q6{"}'L);1 QlD^Y1A Kt8NڴGV2 6Hɇ`䠏 XjD]gcZ)~jN;n" õⱀML9աUY:,\nΘ\}B"ky- +Ӛc _?T>tfI"; ġcrTX|E_~Ed=C͠ 'Ϝ8=nsک`^8\pvis+>lьKw҃ ڪ1Dk|@Y}@AK/ͼ=Rݑrs1)CbQ|}Ӟ+0Af?NX&[G_#o;Z&\%OD.KJj|uj J\n[ut|Zz1rF}_NyѼ0p "`ޢT+H5QL{oߩM{[.B.H͉ mW>vOvmڙn&߭4nT:6PG%=}b|c V9uފCކYI~a(rrrvj*޸ժK :^@ л*<`y=gFW a@zz e.g 贚c7z^4-8*dtI(A0,ORl%8& øS="WX @R_AX8|/5ǵGxWao\gj KK)XGbk] !x9CwRI`;8C^GżfN1=b<ډ vEOT&r|$oQIࡌz+kPFG>aZ~: ;}Q2Z-ʈtgsա1}k?8 Ae_ i=kx}a4r t18WqAUdbzcydJTk8OR5P?ģE_W'84$ VeyOazh#P&IoߗiѐGXl{c|'?pwH\ ߤmS6Z.,I f$bǺ؀FœmuP}N'`Uc4S2]r9 "w?Q8xhG}!?ef^WqY'2=UC4sjIGEc͉vdݏ,H<$"3"ۯ@.+|5S7`qP`5?Y^nGD c/2F+F uת Yl9&ew@%BJG, Iq׃oXW R1Y"k'=MA\| 5{WMy 8 wPF'{V@.Lj0oKZ޷yg1᨟\œ{ , sc4QܻsԷ^HՌ{ %8,֘$؆ZN<*#`'i2DGv@u3b fh]1Ke&m6ܫBHsQWxlnVzgedK >YlF%A^Bї^io{MUR8Qވ/>^d54ΜLt}1!otJUlٍpbyg ^yw&GNd1Q5Q<\P rf `p߉GcVS\I Ht>,@G[:6V)~tuخ6K>D(|zLЭȿ{dWqޘ{[!O(%2 حU!kve_n\rV9B7J~`n3ߨ0wů(';1/DT$(VQ|9=mӱݔ+L*ɹ%>޼|- cāmHVu!$E䨽Yma$7:AqeV/ćDz[X3! cjd+[⡕S|[mdpLFR٪@}1a!gIs45D%GO٫) uu<0cX#{QEI$: PtLjȖ2@;O+޷g?'sqF45-C*"}֭&r~)!cĪaGm 9@A%0{ ̞c5AeLIh>*/B0͗}^q~O}j}U88!/k7ʏ\ܖ:Υa]g#{xCĻέaZT~b)61S@>rЬ|tn|0cVXyGVo )ݞA3g2'`+̅8eP i[ޑC(P'4F"Aƕ¯Ȅg63x4j~ @N2q if 5AUxts&#ވSNAM$ ʊ]i,EWSӧ|rU"t iEa?hQ xp`Lcm]"@T? }I,KW~c\CSuGe}f6 &չ+)}1zb_VU? YH_|[ AwP,&ˈ{hc#E$VKӖZXWqk uL*` 8o␒t׆pY0y_Hp6-oIm ϘQhH:mO\܍Ҕ_*v^uuxU|Y˅ƴ9bG| óc crJuIInh w4t\Q֜D[ʗoP z1i~gh5Znvtg EλK]/ifhe4(xl#mdHe*>lx#܆bP 0u7Ah6ɽkPg0XyA:RXQm#<D!S&9@ŢG\(@M bH9x1T}sإk&lh6R {Ƨy3[$kG,%_v I 0糸Kߠ~wx2̭xI=8ԐkILw;~_jp4:6G,'bu`I"_42=z[ЍJ0(|_wq?{(+8ҫ涓[Pkr4Ę;1(An:~I4o!\% 3Mvjú[fޠDlfz DNãYi_ڥcLŅe:5<#عH_ḌP'6FV4eŁaP\d$O-[JWe,wP;m<Vwz.=Wd(蟾ׇ6J|Z)k8 ^J2 -Z-UɶF8]n#2J Nϫ0cL?hLUauL+N-3`l2V:ɹ;yڤů8Z+RZ+޻y9 ~U;{QI{2hrS$MCj/]g5EjSDjj&Z8 *GT3R{u-6;p_#T-_ܖD_|Yu("7v=sVxܗ?SEWqtV_mTP|uP\`?!bn!PT5PvmGI[9%Y!,, f~~ʙ&ųi4nz,zOIW2[ 8Op-G?\p O(O[Rqn}g,ss?hFS0HCjDaWZS~ϊka۶yu{!اrxlxXwg2 bUX6Ҡ,H]KdW7751\B ~M4tiAC4,+`t1$,E Yk2F8Tׁs0j Lq8`|Zsa-D܄ʸq56,jvDH[y>9qRe=OB5LnDu*9e鹢(,90ha$Yds⥚Hw8w_#{6$qbi(ޚ7crN޸厕S쌛%mW()<ډ(Š%B\V*r΂:CoCU 2QN | T՞$? Yl~3`(f b$~w3;A%Ǘ.6DIН1Lۤ1! j@OEg% z6:w?Nܺ:l&r$ eH^Ҙ{tbd:f!/% մF?i?G1j{[dݠu2{K.HH'>H-*six 1"&URtV3Hڑk{*τ:sUQUejxЮ;0}#~x!-?C6kEATu A4A#\bn  C&6CCxݪ%k,0C~0YNP<*@#MB7] %xF[(M,Hb[^U} dzkK=ZCdʼQ SuW{(dgmavŔ5}$kO2%tLO~`RBҕ(1a՝`eڿJkdE~$<}֕)á7 _^fes*U?"|C,C+bдh2n6HVOD%\1}غeU0w[bQ*&jU/ft S$jѬykui1hf[P3h5>Xr猠(\C miS)nv4lM6]jDBma]&0Oe;FpcJJ%oo3 Lts.eI(sgi\]qAwTsQjiiy;WpQVoJ)LH%N&E>9'g^q2 ";hROo$je؛7P;YwkǗbѮlGU³gqň 8Kk6thX/[ f%*5ĸaZHxXa2]՘wP4@-,M;0tNΦGӷ֍gGhn'~鏁j#( 46%хb"x$^T"$"8X#&> 5Ɠ+EJ>:pT /W5@IrAfv!$;%`<s`gyܹIS9?@7 m.7]AETʊ4 Ig Sɮ1"~<o{Lrԭ.<%v{V|\OtI9ו  "2y@hΟs[&)9g|(L nU(Y}v2Ĩ;++}'(\ho) 3et^Mh;rNXY܂LS~G aG=3Izyi@>SoDY3f|vS)OܕTx׎k)5#چx~Ufڢd LQ4.'rGG"JUWuS:S3\>\P'NbZ= 3V ?6;62Zi+*%*:=`z<u/kydxљ lQEV;]WZR= B"$=_h缲%3D/A*7X6fV9_AƗtFOpboYr5LOKHH( {@wZ3XOrRGz$pj Uv-XpӖcKĉO(q?kvdU[, },mxR39Ğ}%־x⭒֧m2>ֻ` ƾG|>Xό.a$Z$e JX LD >2*dshQC_YQN(PS^mm``ug8f|62߷s}`ͪ PSRGQZ ߚ{\cPY" h~`;FcUM2zÔ66rr9u˽(i'Z )L&m] sloՂs"Y9wȫuah pE {^; ^)w nZi"[.w('iksOܯj Z9ʏTB= q8礍HP>N_ڨʶԤUt ;4yZ@[7a'N1e@qXkt \_3p~ ?dTl@ 8_G6 6Fᰜå%E_ `jFi`>V4Tl!_%"2sMT~bXv$~9hVacU!o0"E)jDZC `1I"8:a ^GJ(dM/D$Msw\$w*ak3vI_6N\ @6eeޒUZkAI.֚=C~tEI|P/"~iv7xG'0c&= b Ä[ۏ8ޤ_"*=h_4pvz >|M N ~8+訶((S|PRG**/YzGJζI I9J;ϭ@/<,6sTYYFe1lm}|bv-0"nF&*/)kiPv١H>$cd<8q.,>G)SU{AA152]+$-Z~F>").#>mft\}~{@Cr.41|$p" 4 Qap Z25%pgװқ[nY q@Fo@"6\H 4;\H[Rm /W:9]^<[0FY5gu)SZvΧyi&6kSE23A~we>!ēF@A%ϐHa&ypCjtP`pw3J |`zJ3jynSskţyfMsX >xgY)r>G;[aw0-ZI=nJ8GznJG״Dy\̽ :6u׿٘} ? G/8UnqȐß'̙0ySUӰv 7A L)׮t%,k4G$PUk}J =tʤal:K2{c#KrLX[Z=i&I|EҾ)~*wbyH9QU‘+ ,>di[>5e$t,HhCy2Zڞ4OiٶqcX_klߥ^i>Ȯpr}RP1]jj/bYK&R /ԩ0T[rQ0ܫF' g8aSE7 c]ËcZ5lQ`Mt׽ 06E$6{A.ZX\YY1h;s7%ij}CP.j"!fː+S;+=W|q/sC)KBz`]pîn.r߂Z*:3 !g nvbĩe, 'p7Zg97$=R&c%ˤ?38$p:!;_\ԹPVCQCsB"rj u;IZ0쯻yZq_O0F~Y>7N8$9BtQqq`R_wt3yBqEluQudsny Aq6x Qr/%)$vuY" h-d㡃**_v/V>6p_8=<a_o8cǪud|13cSX7![1x#;Ӫ!_5RAxRmE6<ps31Dɹ#=D~G]nm/T2F%fo3w۹lӪjjQ}#لZqJ H(Oޡ-=z$tVx1yQX5xRaҋ&>p8Ǽd+5Q  _@eIhG,ԍ`]Y4/rqӂ'ӝ( Q9mRiYg`䎯0~riʥ)=iuK1sDI60D$\p[˪dC=O B7ՙH|%=EwlJ/@&{eH^\sb"=cS \>U#y%>h%DUNe◹"kApH_!tN40sJaX ea"?gV:~L2U~z B^bC/MWLZørph ԷK.Q֘ %*fq9a4-i_jhz4ZiĄO: Q +Os `^BoW`lI*dR p/O(inIR9\QxwҭpEfPLǿ˕Ϳ.0hu ihZD4BW6'7b/)j Ax6"EjJc䩛sU)ں?H=εd; k8Yʉdq\AYC7Z''ȞGWHN9aF_2}(CUr-xʧ>LF(V^\Xzaf9$4=3ܦ %@DW0_e1ݲIBjj~)H2 ɿ焻o$)`k aRQ@T^a};oɪ2KB# S{o*-NH˭;}f]\5w*쀚Ĵ(+NJ^~У.4N:~VW@O\E5vue4GD&?'{dY#qEHw. eB~NEPei#VJ"7'48^1.?@*\!C䷚+ERa=F{`\8E1̑QCN $ڰ/ջR۩ &D̀TXοv.NZ21$ʹ)ưg5Hcu@psmoP Ig`=!bM؏lR nC<!_L]si0zB%?T[)ܭl+q@< Ѕ䥂]9)Ҩ{wY[S3CEhn "쭅Od:%2*T: {@-|fga%peYq{6$r'8;#JdBxLz,:~Œ ##FһA2>3|y&k/zƛlfap7xܑ?+/TXyDFIG!\b2QnyU2a\ђc{)\MUF6_Qx^$YJ6y3pW ,Zω$ VҕK yiF--Y▝#8CP "8ǎЖ2w"`Q,G qs9dGGdi.]29䚢lbbDi μo&~<*$QuqK3<U9+v_0@@(gpUt<#C<ܑq&]ŭV!IU.qv.eT.ٜ1<̉~\f<>9 +SsH{狗XS 9開N-wX %XO\vi[<,Z&vdJ# W`/WقteC8 6bVM=r⭢ gU_){{sER4/^˂݃?2A^*J(\5I2q_5I%9t|U7\&AW?Hk`7fqk 'zhRu bC&9 T)O1 z7= hVE|,](peQ1^yT% H_S%Ɔ%) 0 46^^CgsƬ}BSBAÛ!0[Y_uLЍ7Mu߂Cȧb(T 4|:4۹:(^ō 1ф~[KkY*߆U7m_Z%2;<[GPtSx,7*6C Q^ ǧjpc{nJDq/}Z $VUz=NTj3UY[ xm.(ր_U$&"59&A=gjJ]V2~{ wߋ)ϛ%I)Y۹xW*n &(-3՞_;8#kl|-zV"'5X` U(g좄b#/\o9G6lc*^lWRS_0 =rnI=ac'*'&2!6h\ ܥkx\K,R ++v!Al4裂<1_,`*cWl_8~wfKǂ< 82[QV܅]Y~p{yJL &4nhN{Zu|N:xdR%5oDΒ]{FUYE0TT>#0SD8!=W[{d"1TDl>6MҐ^):BsQfJJG\Bf -J-O$,XH<&2%C5J<(:Us╕xVjݸ۶8Xytq&y9a:^o7|"|i/ ɿ(02o'̥FBLB>OOQO;C|aV뻳+JIj_b*sa{Nɂ\T' ]<MrNԕUkΑa:*+oO;~$7d#ďv* bFws tIf~s$L(&4za@yJ?߀eQvU'cGuu/Yɣ%aN2+h@⻪ -Pmaɳ4o8S 8lp|AaHPUxMVZ,6]dhAękr$(t#T/@fxө_QmXƷ)ӣꦙ6lnLE[~+ pv\$DAP#S}r:Vѥ:ޟP8OAw!_юmƥrtRg)v{ȡKf0gT=jjPm(p=6^޳ֹYa7 8U=#Z?p.wOc`#Z *f 7p&zv̇8Y 6ƼG+8EEcҺh{F6-ZQ35 `&2 {C!G?( lk jR@nm \؅>H؇4$՟W҂Ibuԋ F+ۮρ)~VS$PÜFP|x;`5lOĮՓ*oov:oC s2KF&P\,Q\zv ,7 ?榷ado3 dsrѸ!Ly֒u7^;nN'tSKNF+qq{>+0]!#8BWQr#aΊKSV#dS bOM$%-2cV%ux'N:31}+Ntd賶=ɤ bœ>n$Vb|NPPPIob%:LdpI,P 8)Eћ 8c\)KQhLONbgQUqL$ܲ7ߢ\1hAV3tؾ]6yL*yÐc¡o z:|;uk1094Ib-䱟|ЫJLqY|U]B4DbEz_m|4 PS}0hov^J @𬅚Rⰳ'4[D0w&9&M!ط4:T'SS\EfXUU B~\/X2ݴc'Yrۀ1H"dtVrH<ܜ8HV9BBr_) _ F")\e%?}~2Srb!QJJ{iU& t<Ǥѧ[mѕ,:M><"[?Nݓuޡջ:DD}~=ď8-X&[77~x:8+d0)F+],ة}׫fեG_[爒dkle"D!U&mpj\1W5nD=cU*,Zmv[WK3Y0sBQ7ĩUUVw:ǝ"HNǵd*%3oFU$`\ؖ;0a3``Җ̾4*A`4,Aיk%a]Vgs17) S ) / N2K%ե,\dA]|}1O\V1+|-/Zƌz#*VǮΌQMYWE .4`l"Ckb"AXזCQ1%,O›mURRҩV{".-f*k2I΀ 0j3ǼnرXn> *rh1iOy(?+UtF+I- ØI9ȳ+Ԥ9k o76K1Fw{Qz&u~*etY1 cN֨$"곃ƉJ~xy+AA(|͏ 1H]`1"F!Bz?)+H.]Je:=Oc3SR<^<ܞRC9ǸytN1hGgPtx)kVx{701"c*s]&СvtpH^ xf?|dl:`^X\8i?\IF+ٗSZ+8';Y-8zEwS%Jc9è$>Zoyd^WiJρgDG+0b\q[0}ӄxߙ^zYg7lzk}Zƌ`i"/R7.lNvTLT̋v6'yFM[2lWlp{ko0R"'Y[^qŃMAfLJĊ mljaF_}L1Rk^c%ߏ/*=2P$lΫGh{:G%Bqѯ*ʳTSE/,@IR?:8W`l&TeK#%ѓ0^WN#Cy4:pdy&aiDEn[gLڬY=bsGe-?tFҷ-aXXxՈC2XN')iIg-,u:ڭ\˖SߴGiw6J#ֆf_,˒lh^b0~:_ ڷm%ٱu%Uy.^%BԮD‘G#NBAw:dck. ǷoYU.VLn4#:bdk,uc4r8pz޹L:Ę_ؿ>r$~x_42۾v!v^75*)A{,iB@;$w;^ yy{J \E"Q+9/ }ZjAWe0BK=!0r3XNTHO,x?6؃9m5D&[4YVONhAD`ut./]&7T!A7<D>h++閳>1_Z@fy_Q_>/ޝy%v׽`Q=F})QkgF̖3LX ;pd 6<DɏKu/RpI0k]H׽a|SU6`YCn8 p1|gb] *?=1h/hD]p Nh{_O5:dϗVq5yv;2=ED.Z[{JF! Z^f (!h3p[k%{K%m޹f.& ȠDfkI>aGD"b),=Ϸ ,r׺[ut\2!=U2!*qa/ʉݵ |J̧ȎT|!& ڸC'g) 6EѬNf_:xK՚&"cf}4빴N%+w0ŏQ[2R;LǕ᏾BG$:}#'wD)tV7DM^R4Y80H/D|O4\C+BsS?dkRM O];䳞X6_d*Xe=G0mpsgӱ^QZeHtƟ8 /beF`GaM9:;W.9!sD';n ^EDo%u!F،W Oċ[ǯ 5){Axq.> 1j-.kR?W]H3X's@;G""K1;774XS!>C]()룧ladr}W0 BHNBT:=\ x=1jv1/1+Tb.i:U9أA153!? e p WYLIGn}cR;=asԞ(FF:{'4F) DLӶU i HQ`"`^TTsL}e/XqUxiWV%x#&4)F&dp6ڬ|)80+9,J ߣQr|?QBśA'63,rK @lM%K"u@tGF*T1ndfp .6/W=jAÙߠY=3A+RFJ֓ҷnDҍYjUH;ǡZ+c׎vy+ eLĐr+-0?2Zĥw1(E9{4da΁tNnopaܲ—;s7~S.g'c D8꛸׆eL2%_-3Tv\t\@J!U)،c Ǿu_j@8=tВR2П)L-QXO3eE*bl-! Hy+oD#Yr]Swe Ldkgte3@’'2 DL߹kQI=Ƭ q*=]XM-_r#%USnT&%[:Q "n5yV ^njAmڦ7J7!PӐ\R;QVgWUJG\^/ a|nl^]ϐS)p6'3w Ût&llt2TIr"0j/с/+z9}.1ZݵP!eaЗ/!sZ',RCoDY1"M>-Z\R|&i_󈄭}R?LjL"̂"= M{%B g^) [+>Mt#D4YW t RG(qĮ;J]Ӊ8ӂ >AXt6٥ONπQ(E_"7oydz0uby= EpMO-u>J.-od`h;K3@L; cׇP- c=1)-16}w `M3c['gn.yޚ#ƬylrSȐAr}ڳ%DYN]娲 /N*KpȲ[ۅԣLIEo׭0l0f T/YˡǨd$tIaϯ1浉_ImM§jCt' 1~3I,[AICڐxcOW<edg-LT}כ1%S DHbL2?ƛq<3^aDUIJcq/^zpbbAO\&vSSI5>{,]:u>A\_gVo.ƫQȈNFOk]j)T􁱳CKX qo)#)XeY5a,w}mY JfQoi&-!_<'9~:2kXӢ>Vi Z8cۅa$ΚBEU[ O!ȯ3pS,E4k>U1/F4ZFG^@a2IEO&'Ow eFF/J\FsT$Pp l.pwvX? JY*};"I8@LTO$Xw|y?>`6.x4=bmW#a=䠂0a (º Nc?ś!V.Щ6rip LF\&RS{:V2lgQDK) n>O٦j U\ lީ/anߚ>k/ۘ '&cy Xw]@ߍT7LB Y>2[ lp9%]e19Xђ eޟfŕOf~UFh[ƌx#rOCPb^@ken7^:BWK[$*ZE ؕL֮ll*Vh Zxӏ/4^h,6r u"ޅIAX$,}4VڻIUĩȄ8;h#V@FLy*F6l^:Oٺ ڟg⣑<'Oi5ɅmYfv.hLb]Te!p3jyYvz܉˸dEx~99ĮF8^%)kw" AwqUa,um~DLJ"h'')gzDylb.י》N ]i1ЌkT-YT< 1x< *U[ly0i30"b&ŒPVs؂^ے$+S*c8; p6A2H[A%"^, *!\O5l呇QB1^} M+lIN!$ 3We#ei_>\uaRɖd|M;4Bf,"F=Z(fN"$5}rK((6k z,?MpƏuո tLݤP*۸v_<b{#zs,Nݓdt2~Q-t,=O6l-Q~ߋc4qhN$p<nKl,Ah"~Z',"Hԩ{ gՃ \J Bv_zT.4AC a1i{ڹꕍb NG(+C\6 7bO5_f{HX#OG]BH\.,{%REėײhz;nM ZmO)LCj( ]#~5 3A͜8C=Y[Jc2>}?||PH즨.,ZBӏ4s"={Ava =jQ%p&&|D\IJ$8PV]^=EE@c6K5NRZRA%GͭP&jʌ[Jc 1xx*enqB`҅,E7.31n:?]*{Jι^EXL~fb+eWncW$}+m>n:w}{xvܠI}L)G Qo!R<&urԳR! ݄=bדR[;e$ 'ꂞ(O_O4QO=Y=޻pj~ ˄AcPG(N?gI VM,8D9/~s4\p0aTCo62us'Z.~Ñ[|}\SpIh^ m 'ѧ,U*p!7cMF1L[Ozѥ'$wYD<0M5eY6+P`dM0?GTcG Ɛ\SRo$ۏ2:VX?3 3=q*\X?gהmɿRUWcoab!YHZ?{j-?KaUUo+՞y]m0Qtz8):RP00s W)bG*r #"Bd93eQ+@ǣCiE~$jWQ˰NFUgn$-ձNև*Ó`K78}YvM @b%2`ln ❿w>.Ӡ_z>`>|f8cQQ=aM q>S9ȅ糰#(iZ"^k`LH=cIi@d7siSZjC{@um^KMZkߑǘ е8Thse-r1ta\oϥ?n fļt|n]߶R [{uYȩ)q:K4X 7.xqns%,ww$b@=R#yލwΑ/ઁ舢uw,S'O}m֝6dILŻUBT_7Z Ԝ hetϡ>0Rpʉ2/]f[h2B~i>K'W JbnpŘA#QF;NHg0NUt$d񒠄7[a.x l&H.>ucŠm\ $t%YpY:?ninqtb' 9kS-Hw6ۗhU B_B|}+dee莌\,qkXS2@?+jnxf"oF͹0z&$Nn0av.x M{9=Ա۔ꘄKJv8($WLK.*w_pj1*L @k<'C ?'nh_cF8ǟI?z_(_BjN0O܊"mKs|/,jîGRn&]{ iq}ol>y_f`;OvO Gh?m '`ŢS$ [vch44Npg 7Fˀ,'uh7|*Rw3?B?ACJ"aL* N^e&Ǯ&WSIK'à| >ëϫqMjt C`\ L&|2e\d9'g hI*Qd?ig9/;$u zoXڞo+)0n[j%XBn|kZxb:-EGP䜃LF#d†(:{ڊ"$F:fm}2z}v!t e r.j>7OkM}}Tvq$hBm]8v&TqyXDg('ZK~lke-0J!1IwyDXqAܨ>$]fF8N>*jQ9H7]&]ȆLg {<cHމ3lE~sRZg\ ‚:%*7 8CBA4f`]-`2={Xnd\؞C3/p; {^47B[I2)qC/T=MvԱgH6`V\*q#N"I '--qı81.!wR욵/߾:oCt' I:_|0,l)^Xn$ib͑?Һڂa`z*Pd'铚&M[:i670whAvн6*{(56򑕻#\'w t ǔw^7e*8<~Bg␮Y$q@V|\JuKl%žyrϪGk̒'-ewnAӗ`ةwW6dH|(8$pTmbS:52x'R';moK6Ve%VkЇiөI&u_G$(# +3rF ھf(9MX%='UĚ';~T J,O<̀՗3f/y u۶/?OЙ ܬޗ_5;[)8$|Y϶+Ak2nxOͰ 6f]=j,ȁtވuD賕ZmZosca zfBk@ 7-օh_ZJ8n|:yjhҸ1DI|?ZnIA܃EDw"j#a蒷 ZAf[E<42YcIx8AXKű·ƒ C4ȡ.?Dā=K_{2j9NA3YZIm5g ͮ5VL7ݵP:FfV^޵ҭ@1B%᭾* S=:t$ϥ㇟!.F9X!cAPEg9"엨:Ѱ2[f$ Ju;f uFgRׅf G}3WsWfFSqak3_|>OdWT[nu:cY 8}T_4@y`qȰ:^+^^#}v 먕 'IhZy _NMx]S3ӛT,ՄwUFg[`$'@9 (MXloSc7v,3ڌA̫8p*3|uT*h a)Ϳ\.(y0}8;k &(cbm[Mlfo/IPO;lVm\$=_Ƕ-NRl#&(T31P/drihattj~:ɕCy A2ŸV}Go])PԮo';C2nk,̨4a.-91H^d8 $yD??$a=Gfyfcvt6O].pKO;tGq=Ae-RHJ[Q(]TKAP̙ăg/Nᦶoŝܡv0JhP.#_*q)v|³f#ǠfQLLь"M.l3?'JmL6;">XVh$Sj$nݍ,lk?X!}nN85<շDF/K,;0GTE ؅`' OT9t>w@8-DK¥z{苦/߄'}ߛY`U43gφc8zƲ(ʖ=ftB5 ] cj5M k=q݇5qcBY71D,GE3[enJ@6Qн1-p60{0Wx&d_s6%$h+a8WwdC #$h/e9Rif?+|-2Z׬uYwS[B 〨d{w4@o|3C>z5wM]?uR[BԪ@70x9}uz#DniDxğ"5p.Nxuzl[gr}vap/wlMއn.m0VO, q8'Ew]Y#RtgaPmmˋaʰv5_SYr#Ǣh8 @8I8nmC|EMϻDrXd.؞Y)N{ɫp)7 0ŹPڊ֏Riƀ<~B\,eGC@hOzKtŸ37qMN+Y%d:s߱dM<'PHs7>U^#c Ez<(:j}7FYp6ZŽlE:\5WEs2Ʒt(0F@ pz j5SrjUtAhC%Q-w:-/vN4`zXD`svm10/]HYva؁%mT،Na]WEg%aeAJu"(x`,&f~8 ńRx3W !r8[\ߥ8q[Z1NF'f1W|6&,xS{'7[CIzlA)4F)`zL7 }`T]c ~-Cuܭ.3t>o )ݴ[X>rvm'=zfl 0ݜ-u?jp"#L`@*W^p11Uֽ. Ԗˍ<}#̏8~<^.p;v9Mf bSɈZU'le 𴞆&GVTUR{xeˉO6z,RcEj:W"`F[go74(Q 濱Lf۪V#'ԇ<%->!c3) SQ՟΃w<]Zg)ptGHoIiLK} >PQu"o K=TKf<,\!}۟?F`Y{6q3zx}kF˒~:R7~^Zð? I`>g>[n2_η%G'8`+-1](wC$Lѫ-&&K%P衈I )ZnkJ~>E-_gJq8$4?HL`K.bIiM>COtĠ4qh6c̈kVmwj$)q0[ KՇͶPظ.So:mQ6nۆ6. n$Cղ ؠ">< ~wkSw2D 9때:=G%3}iw Et T' 9~a/& G0Y91p2jC[C5*^J( #H0 ^Аgy+֘0sצtLFN]oE kY "P~ũtcLPDŽ(׍npϊ$xhǽ͹ \Ó,86+p8\tEb|f0; 083(7u 0 8l4ͯ9UǘWT8UT ^iA`ΒEvAA^z#]< ad}J|{47R+-VذEFXYb:_2g%[;]rb,鮘R5LRoqfjwiGɌRa> F8( /#35ٟ](@p4<9'gfY42?57Okl,*1c}ÏL׹5O<0ӑFx{u^m`6(&ζI:5mݝV0Z_KD=='p^(]_dZl-rc ʬi6C Wh}c7CêCt\uI\?l=-]zohu TO{s.82&~}b|N A+8ٷ:黑(?f HƧurj~[ o|FE,*a=*߉TJk@5qےIg]>P}pRq$-6֩/#gU#D>߰cݸx##x أ*?_ :_M{{Af8cUy q'Jqp_1~ktO{%oxNg t2=ࣘnMFf*V%[$wz^+VM,0ePהԠH(HKiCW>>ѣ{T}A0TsBg˂6& 52וeհkZ3H ,*)` % D;hs9?nRzq7V֮ .HITII";ZOP@m?7/N7p=?Qwl7y.6!Ҽ%Bz`HW=_4A.x[SQiZ[biE(vQkn4)k~2S!5ٯagӜcCUV7ĝqtiV18o"{C3tN´2le(W@6rid8b $e ϏbJrB=Gԑf`-X+|5*m j]@۰3SNz⑻ cĊ!a}|GQ{GBc$Z1盀ip&q#|lIҞLH_ߨ#gcug9BxdHheT'TD6a]L`T[wܶ`ݛ؉HjR_`Đ"ޮ*~6nUw|}.J^4dUVa2X; ,Z9+RNGdɭ,liȤuAY}8J,K)+ˑE{jq[HlQksz7PSNBh ( g;ͩU I]k+'!w80f k_Yt[ҹ̂feCb#~[XmJA]yXFX,QȻj1Gb~rO#P70v,-%ʒx+OGZ˘j˲SY-vAS8:AL Tg+"eY{psFc(ss7YWx޳6}x'zϐyIЏuݞoyzU[~cb34Vx"vt\0lv^ o92 'yݣe`yvk +;~~`E a'͗o RYa`v7cci%dъbpyx+$-=!.Vn5.<t&r c-S%F͎ ݕymf1A*|_2hcsgQcUN,"pΒo"S˜CluBux\gQyq劾 ;Zڂ/͝N{8zk'w g03BTɤ'K @A%z'bH/4g2'-* ֠EpïQÑ{'2@%Y`V>eJH- Okv+]Br 8.0 \VU[,4asCZ 0o#McΟC>!BdHtbchn)u`N񪱡TBׇwCeիͧ,"Z^t7 v|?@<A/*u@v%Bʼh|gb]U%PDH%$\ۍ0xCbۻ2[B,ׅ矢x!G-[؁` k[Z^b!\륳̦!A{$-.{;%[(O_VYߠ"lKD~&D`F:xr,,UT@ٵdc11=Yd({/;oԺ [ $ mqs5TQQ|v\_q֚⤉u>?L ̿7m1n}9e/TF|ņTw(IvDH]\rߣsOTp΀5yVNͲ!sA1֎(혏P@spNRjL㕨,J-vynH(I<-QȰ&}+k`K+"o;U JDzFg _Ȯ ÎK'ulB|.ԫ&b"ϡ)KhĀ$4vMS'v0`y۠ԥCU2gs_w/T8*@?J&_#.=#rJKWOSp1]@KH?EJ24rN>8+͈kƏ {bU<)B솄:ʦESHq.>Y2i@ݒHP!\~cYtC( ͫTt 3eF GUPO˲/-de0rj!ePg?@Z%j(hw= Q{=fD^o;?h.5A,0^}#`F+m7]_^:_hJ2 `]խMuDIɬH2Q9Rt J7u.3:M躅sbMĔʜhM7f# ; {B3;ݰSC@83S7]z>ې? WWfHi*ѮAԯXrr9jd6A]BBpewftcuF;ɡq=s{}rI|hQx.pYR|W$::*FD >ti+_sr(W$zف 0DvgEćS ;M:!Nn3eW>UuuhS^'zJCKos88Hx9-W=6Al $8BILE6-|1 i7+2ߠ9cʹ@= >^E3~۵*j.}b Mٯ-Ӡ}@eTbm33kGBt:1>EgBwH]\]"c_2h%Kotrg"/H1&bU, Kcs$YO+\78Xy)/&9k UiKGݚ013˄q96) }=m=%{  y<7'NrЇ}Q9M5D(_CWJ~C{3`qW^[踭.Ƣ)HAMzGSN9fUDtxo=“ hUWwߏ'1;'Vqq7|f: t'RI].ȃxmWmGG\_$9?U7n慍i0|e¯gx~|zQBBfo@:IPؓ3 Ic./-L.!MvKW=94R'wdd{uݘ?X)bEKZM8n2E@4'\ta>`aes.;/H\kғŽ[rAt1?uXʻYlLU٫]2k]Iwnp4ǻf ˔^İŵ޹RAΤB5@|խR!)j$ }CKyeU g#,<2ٕ,Kw;(꿁 Es|!oɻ[4@ȼP\/9ʔ"8Q~ L3\VhfFOsX}S<ή)>HKFKhD=krkRP!̎ ~HqVv~3~'+h#sKNr>ӱLNf B, !ݢ^^~ #O ϑpl˿~y z]1ͺ/{]FX5CL,t`Q^lC!#cV},[،<;%j\m@#ޢjvu_IbL <UP7 S$igCgVa][OPE#tWUqܯvTΓn2oiΑɴRǼG2/T^a_RJۍ GƀJzUkxKc&x"2hT!YRՌd^s{Wnհp+yjCClu*=G *p Q2hOV(m)rdOlh*h+tGK3P bjd^S4^?@A U ۜ44&a &)EzJ'h@bO穭z?ž&QHJ2ħR7"r1@e%ab$2}Ո*Y@w*-A\h;JzDqw;/l?f_=$'io3X l >B5}ɏQqה3 G#;^6ͻSNmܹ| YP+f)&#bn2 OBа7q56W v/E]LQ`g6'wζbZk5_mHeDnvZg|V7_7qԈӫqH0WVggzL[-b8EzcL{xZe۔_+"޸R9 /1 )S~8+l̖,B0^: zJH,a9HR'tce :_5l+wBx.TpJ`h8 n$[Gg8=iQM&)M즧+]-W /Pu_"(r/pHg2 %]ƀqX)nR %Fj 4&,ӽ(%nl݇҈*hARfYYP< +чrRшڼյ@8$x4l>̓+3X{-7hEX/A.ZZ"$x2I>AD${vv4P|8 Jy,o"Yƞ/:,pDױ\^:"gw.BCN?8yuKčm``V;Qkp˵|WZ. F6z*3ԣswZHƦQ{-ؤCC,IB%5Sƶye-,MHsqd]]X7xi&zL,p!5mq^Єb}1)Ks5=8V$[3.ХFjo+iL8v锲R$ΝXn0@h)>Ӟ>6pN3P`W:(@0:!6F^}l=fNui rڍech<QbJ!lgZSN⎓/E˟09jU7/[+oL.~(s _ACOit`Xshd': d]`̈́4OD_--er*>\nefѭ/{1ƮΐIm@LEMvwރTZޝ=)xq1+EPmJ7]j/v/vloVMpvm0]yAj)ϞTZU娞0*3K.Plw+ƂW=FҼuWMw;Ur(JCz`ђ)KΎ z#S\D)l5SIX-NGCbP.[}>J P|X g]aTv/7V9AtP!03 Zo ̗!Ť/Pa' IT8IfKMtT= 3j*`Zfz3퀟7Cub#;e%>W`}zlAx_>CX)|RPb Jkk?  j]sl{@۟纲BER@"M^-:BbΓ\,K-T 2Pgw ?TմWN^GCC}JC 7$QO)4|~&#_/^x*7@k\~Q}ܛraD7D{:bmp,=(sǗֿZol5|P ^q WhϊD   y|ָ5Ft-aLf P{hht8KY$_e4 h+k' Q" u/jۯA1yt/#kB;-PLl󗑰_:83qԋ4*-qqA|u>hwt\`7H6i+޽=y TOPu7nT1KJ=$ZwQ5[/FQ׶bg4a3re8;[ODyz 1Gp7͜a+&{k.qf@UYN'"(Ϧz&6͖{P>P\REn%h2S&54g!bԶp邖\j=dvWKXFr[ɦA@Dbq͗vnh{ -]ƭ}?>8tL3l٢- 5O;ÄgЇQZln"buH}X `W{eyu1O`?ljP꺸[-/R3=.m8XsޖϠ?ϳLoӁȧQmHr;~BdJdMI<:X&J}݉nn.dc|"  XM:ʀ,GL\Qg( uM| O.)GW An?2AM7mNץ]; ^P#jG]٨n~yx.]-8VUD&_iyo҉QR93QWs ~U돏e̞c2I{^s|䈟Z5ae/ƅ7Fcd)j#dh?ݲceJU"QTMYLT(16*)^%@. e6h HQRjjQY5ɽ~?12-@9p<('Hwo>< O%^|bx(ئKڡyqEaM|Գ+?PS])+\ټ@I{mn6T@3: LygTX@#{~<峬KW#`L4|3zbm/;da!&C"y ]a5iMljާRg4 ECA}(W=8!9}( WǏh)N&j ȏxz PRBeNcG5$t7aŦb͎ex&@@ ΪȚy-e;_oPZq,xao_'%yr'NRIj'1br=NFe#ls M/w$՛Ɉv4=jLt›5 X4dJ-ID!w~IǪk(z?4uw8yz%+fiENZ벺uܑ}h{/ݜpB+0SɧG1GN R1GKX e0hHQkeqdn4RcSYaLYO НŒF[B:+U 5J/M'HJWQQ}&P #9E̔Ĉ쭀XaŐ'1̳ ;žuOmg63ms[^P8{],,֪nem-ovOM/Lq暺ggR}^WR|E"P 4r46 AaVx.!7𶢡Xp6?ɑ⶷Wf_i vwrg!9E!Z+"QڸϷQKi.\PHϖz$$|꫊&4V^X/H2.:yCD[R-]Vǔ8>_$+6(Mc/ \)s"sڋU%qDjfaE?nf 6DXxMM JXӷ**i谢3xoQo͵WlwoI^^a ?0El7w'[I:Q 뚰}#+Lˌy>C!?e lC6Ff?̻v@`VZԌ20EbV?WDٍ>uFeZ]>]Ds6J ~n} h Ng[fG;IbMqϬ= o՘23SpvQ]զCW*'mRU$X bi$ddyL0J4\l!ѭIГl8 ή60Z>blwq.e'*y`4/EPuʖ'l8$no SMa'*e^?s`QcNq@2vZJR &əMF ":\sȭ ӏ0 !1:Md_L7HNA//`jw7%6 aIVu+ƍ<0uڽ#fQ;y)nܠvlI.]݋7^-aC-(MA,Cb[AT>&n fln{r#&:KX,|h5<9n%$)5J .aKfɧ_Gм% &C!|CX'ŜkhUQ4?k +Ϝ1)"Ԩxs&[{bRIp\?u흩b~ɑ3߮R >}#x=4aW[<CFf@D-<=ПtD~=2I&K+)P&"ut޻|.w~cY/+kߧ`-O>BJiYbP]_Ԣ>> ~f+803?D?CSkCs6nT.Y=rJ}MMNHpæKv|iKDݮkFީPN 4]#Mສ{ϴ 6:Y~2D`E'Ô 4x%Phm&e7]EvJ!n4<`|@^q+vMJ2sbd?P: 0eV@` #}6@]KFJ}ǝph:wZ0Ksp6S<sw0gP })LMVO߫o=q+Rl Y*'jq jd%=(PO:'$ZMP'͵N\Z^zXp䫞BsNk.=N[h6)czпJ?O@RCpo%>eQN!vK>wei#_ I sh@E+>c'PaqwB~N@De# W` 8L^^iq\ZKځ;3dW]GWv,I>>&B/mm֎<'o@  0M}3j"__YAq'|m~;F YA=q$tX"L YC?vZC\H > >;dHJx!ZGz8ijS4^%> e^Y "q7rӻΈX G^r֭yL$c\T7?SoNmsCclӐCTAiã5Sv`ߺe%; YG֓%N26nG}N^ \Ȃ9ރRٚqL}v ym:b)/X=)4sWI Y!|iptϏg`0DTf}ȍKVj,&" rϚ$4_/WAPgY_J#F=cwBXwy$v :v%FwᄍМD:15NKN#яt2:zbNM՚ϳu@z*7hn-^KT *e1U>xZ{ŽM!c #S3Poyi_/p_Kv:DfS9E }/ؓD3T;E(;ݹ=r?E]_$m ő*E{Gky>>boW/^._CPL-u|Q} (~.؎=&VȖc1n\D55xXٲD*g(_z }.^x_eg*| ͔%TyabLbLIJxt4(|̇{vu30g!ɢ0`E\DǙ%ă@LpxmK/.BrR%L#Q_.MD !uEq՝ߣz''67sb J. 7>g|vHI6"Q}ʃ*ENfEE-tvd݉^ 8\OuKrOSij ,ٜ;g(zeU2)MN TsC(K}-b.(To݃I b͌ka!%6q| }I#(hdZ *ČTOt”p)翊<bw@ϑӮtGH~jJ EB q\p^ܰj^H1MNUQd>`(on" q#7l+{ -,La-0 ?'}L^!kGX͡G4#=rNHݙ>>zI+F%[=,^AT+ LFf&H){|zfROq0j܇H-ep}"*e6s|屒㻸jv&&Y96mAvv·k6/=:Fٶ ͍|`~˰O3]K_POBu drm dD-zsDZA=gx?co!n޶;u WߙT+BiVi_o2L,qauAjG!rTPT?f8݌ٗ(NFɉmdJKh=ŴصllDӯoIb: A}zxs+aM9'b1'h3}cD,30JtZK0cQفGyrE^I4RK'wN'ejd'H!T9 R}8–R9Kq~X_b CcJjnXa#(zUQSj!2CāYlu'PhN6.Pg1*fbD6!t3)`Nriה,ZcVjRY!J-@r @ kF`QI@`4j  X_N^(4]TPݵsT T++kw]A_ t*d9E#w15vc/hH^L !! h na6gk  J i7Ğ3ӭ0A+I: t?T*좖>f~pFwGRԾ2K$*1'4)z,] bwQoB&oxL73+'y n_у)cFy V,1YzXN5!4I Y{>|qq͙y5BV/) mfKTGr*€M{ox \uVGN_X ;yo0^oQQ .da@}/P߼T,Ţn?lsb.î݄LIΏ ӿn>3 naO m$4> BȠ/ a@g+}@_YVk;V]]M\CC?'Q0jR׋jyRg uH.U51Wh}-Ikg.pE] SsQ=eQ3d{bq:m,!1,7bP_1:]5 D~来'R&3=81yGFD`4| ho~j(5:j%' 琊: X[k/0"yPbxA.'ic>Ҏ(>='+1X#5%q3 z&cCtnY #3GC5Glw*U%>(5ƺSv@Y**#X|9٬d-%jf }!אmϕ6{:rj 7dߚIv,hhCG޸ rig: uȔ*5\C05>~BY/1*ꯡR] f]CC|YSJE_v R H#8"vԁf5K~hRFTAb#*uJa%-kA)tHG1:֚܉"o֌K͚  7R?'yttxJ^f ZJXXX<^ )4x@)/yc8lc G%cbs(7'r埤HGݛЦ 4{Z˪8̶l^(+a;☖}G˥/GTnqMV_^v%.f 9SD|W2F%&EyB{>{Ot@{ceK 6} ^9H 884 x_E/&yX|z@h.v/9W죲Ώg)G[GyrL~<ڔ;Ց^s=5'r`G~¹e80iZE 5N\ үG R}]Ҷӌl + }lR^(Ԇ m7Ξz}Nh{<>`8Z$q#._ruz%*ա?nCHsozhJ|q-/n,VMȢa#`t {R|itF6s-F$Ϊ7-1:^K´lv ia*@% [`E+]btIvw˾i5xČriE~:WF&]{oyYlrH->j 3N%؎OMNo|r(`G9;8䳎cm|⃢ 1-˝̷Du+Q] Kӎ&B:ɘ~o1o1.dJgoE:^~b3S׉"/#.qB6;qHwX8g0`7۾kCF+@q/f(RӶ}f-zHh900moߌcf=ª%R"sݍzΆ&(%TsG_"%H,xkW{Ҍ/ w,'ԽMw\tJr)BI/Y'̅Y5Y]+ v5Ʊ[ -[ jF&.-}ҘN{?W%R<=f,NE+5Sl`;[k)pr1# Γ>QT2seGJ8uD5@%>E|zGO\_ǫ;YuG*HyuwH%,;mӯ-.? y|+k T]{"7_=je34 >b$M%T^eOm7[v=LVv]1=P~!үue*raS)_lC0{޽˒.2&4`gKV;M`gTnvLW^$vxvǃ28ۑ6|@Oq⃮-ς3D,Lv!Ą>L"19p ӭ5[E Ч !띀Q\l:_w]2Њ#?Jz:Yq{+ 2_~Tw$sІTf~nL*Uk*Ql H])HOFc&Q-^0ݷ@zS8C_7Y8; t[2;Bn&!8PĬnݹ4#W .ZlIp=F3j Uef$h$vwW͑1Z>c:RuP oHaa-<<]dL^9G5$K/PxlEݵpr'|nKJӦ1߄ MhKݹS{]A>iAdUXJ' ]dH"k fyWԻW&!J'Rl40z*4{>Z#m2'˵xuy"-_) ˸C/1}@s5#͌[AT6p?ȉARƦvHU)U sr}h"Ei(yMQ}Ks7m%Tz] $ H=TgTY{ȪV~ɠ›g?e܌Gj@j^rr8&!WΑ>ؐ1oFa~17Lpu jiJ/BO߻V1k\ϗu䂋̋JCw 'O״mz͜߼.v. j.5(2cݟ`_a[t \IԺҼO0' ?Ad۳ G &x=tIt3,8)y8FUSңOB:',6Km:쓌7Ӥ yNz;J\0 FwޮHqt o0%#3BׅjӆNQm # > %o[VU/Wo/o&% *pd d#+K{Sy2W+4VAY RtڏS/%ɸ$T=9(uUo5ae.az}>P*@[렡w*A@uD{u/HҩYg.DQ ~U ĕ}e('ɃdZƾ՛:@ h\̋S#瘝2S"* R>tiv7@gpmB*<L=XGLy2YߚxƏ!2z[.tg}r*VHb*-wl 4S]RC1{5^Nl-ôf(x ٲI8 c>(ϣ%@4`{fZ*'+ |]FdBjNC25]Ov)ܜ &-,ӳoxw}PCAP X4 {q";OS+x URimhjIGRoAǍK?R94^>xՇKc7f5U&K?fVn 6B>RM,weuJ0ή $/{]𲶜lbFx{.@ɸ࿛5)>>8وLneaOKU-. tjoz2?{u PD`X'H1󂅜F#,PΞ#F$~AHPw/X|DS8'BN;PgM\겳7ulUﮧ% Q(.-]#KA6DSUYlgؐWUCP@80oqaBݞetmͥ|̔zu~S8^>B0AZP+5Z(|_<)72eRKv BWl ?x;֟VZtmğsv}SfՀ뉽ɵK f^ҭdP& 5XA}se qE.@RKzU/X#P Gs84 c1xp*Tۍ[>U JH@QIk>|ᡤ pyA* DJTA&B'V.Wz =Rb' 0 <JO2#C2zϑ")ZSЈG:&խ}#.7VCVlthAwblP`! 3e☭ @MȠkұFzZQ@I껽c6vx.NQ*[Vģ@1 zHoggt4ֵ4k1$'"R* #ˁx XFV> :ݣ6tH=$Qhz{3F!t*-3м`5 iɘ?j2j-vNf ʔdi Nc,kdDy B`> ]#^)X; CGyB.;>TLrp'HC|sq}hv/Ot+},:c5Y&!jSb =64 .pgM!f7FACLS0ѺPYv P,Z-Ņ30X?0*q*r&}[cɡFjpf Xmq#ҟG; M%;ɍz2Wl3􂝘vj^Z&zL^OQ1#6*:8,@fş ;<Ha$#N# +~`b@+Bml:ڵ7lR7;IlPg(;ڪi욒 H!|u{د?&ф)η)+ $Zc B pJm^|&YKuuO~JOʥxd$5gfml⢷=v `yWj܈ךir} (s e{T{w6J=a2 h=Vi,hk>]FRm3e1bDqkDk cA] [?x5Rac̩ 5wF@Վ Jh/AZ gry!?}@^hEӾĎ X[PZ[[qClSkÜ 6!c.yv\#qÔbKӕ? mv$1_{WɄk SU4ieVX7|:w{%O$(AXpV[htP(Ulv nSA4vĆ]5 ~1R(#H+[*dfoþD*A )'ٶxu%b]iA‹2M[iQ1XnulZ9ETni^0cX[\ GKarx2iⓆ2bW2lhY1_4sk}pq<$}8Fłbk)ۭ_D /1~6xpכr ͢|#mY?wmso?:mGк%D4'_DZѢ}`0Jc@_g6/]1Aڼ~:9aw)_@noJ !u$\h!ɈwGcvqm!/mz\nRXH3Jt:ms<%$8GTn> (Y-9ZP1xں?' 3g=`AW8pާu $oy57ՆxЍ>,`j )v6y`l6$эi#)u*ZCwvf+"skYyJu%2[hq?z$-2TV,BIUi*|եrj_aC 2,—l[s LMixg"vnƭW#,o>,!s;,nqutd Tui#qt ik?_uAɵLݏqcKcͧP\uWF 1Z wOЧ.z%Ȧ-!D?[K ʔ 2v?B# LV0mw׻YIy> / $=F >,au[֋8@FVwI9a]w8$b=IQ5$DKC5!OoaK\G>BѬƂɋ<O;ZIj#(3_+<+<;AG>nB1.V-T"||˫Jt<(@=@xd rWwXr'6pq6]LJ'zXMVOAx:*+2ؔH޼4okYevb)6ϓI2p5P d#fSJO x x!TK 6`q?CbwX`]y iq }_@]Bk}dVJ |cmyWT[qZWN;Ah~n|:Mk?˓jmqaXS* -+{ƃk|>\y :)ጹzn+ NdW[Wh̒!dZWd]L}ócl$T;|'GMϾ(Ꮲfit[S߱?N#8FS8*Bt|27#' 2U]z w^y;eUhN^10XزW0rЏºަ]JXOJg/R~@ fH6O72.R*N-%N= ,iIp'P|UKprg> 99 xNaݚ^D;WXf_zt%c1#aP;{ZҰ)OP< /׻GK3 :[R ci`}qC\xZ=:2 8@T9FDŌ6H`A{[m5&=+^,]D}C{UVQv4Х2vSwiO27)i^J&n]ON#!'ƶ0-AU%߷rMyH)PxqJH2 ,9Zұү-ӞMx/sQeo%-e9<:<6(+E ?6lVt*[gv;=XCU\ĬZe9S^ΐ6M.O <\d**>Gݘ13nK | Dfgh c8\/|og(MڀA~P/jNu.$%EKTo홵گl0^f"XOՈN?&W9\WaoqV-d1U^Z3,N-Z'!^t[w?9'38 @+(tyI 8^PSSb>˜ow?9dUlqH0%R워Ġl0t1{M]4B' v7cq0%r{.?O] i7R5IWɻ"C&Ie8S>t6,E]n/WCʞ8G?:i+u;J|[)F8l`5ΝVBdÒ~=)X h{0%vVSċ[\,)PmbaXRu 4QkoP^{)s*;\ҌW5BM7VK@ix:9+6Z9g34QКE}.zqNjDd+Z#Rf7-* tf [%ZJ,c ftrT*,%Foߔ;n=~tfq0Q{綀iВSw9{Ԯ+@jH;Lޔ q&[H4EH80Hk1#,ETCR(۶w{~RZ ڌJ(EJL?/xĭZ4:900AeaXnHP J"@_mѯç$h8,faZ*q¥PG37Mf!&vPٜmrCB[/ Ct#:>Ciʞ}4\ ^P ؀'Dirzp0y*'|o'=}kL#ReJU"OzXT8o CrZ on R} ?xQjFu}R=@"&u-4CP;~S.V 1-flYPqΌ'g 64 ;>5mn;4=BݴVR)yh4~.fއ1܇LB|/=|Vd2Jod[ ͝擽)w3/qN+'xLg +C?¯ 9`Z q "U(&v{cBC'+}k>eQSإ ũK FxSA:HHAը5cgk$ieY8H񼼥&fVF{[Zghѯ8@YL7i+&o4Ңfg/T<*nS涏\Nk(-}Ad6.ԋ,͎n:a(ƺ0]:GX{]6 R=w1btQy̽hOⵀy3ނqrXLrvZ,"c俤X9 Q,"-%wY C>Sֆ*1O1*AAv R<%9ךMENfI"sw|jfT7~%‘ 8~\ۣٷZ\tUhރGN kzn!jzQ;5$]c#uhƮ8[ni{Z _iĚip%@eǂ$r~ҡsN8ޅ $YAuWB, 7\ =|.`fDH~: nqeպhUzĴO(PI 4Γ?ų3Gol?6FH.2iާЅAƬ%=Ә]ox,]# P n,B ?v+G\!-/g5b"sY/a$̗L(k#k'G{j!b;fVEa\;-0D+>miw}x_[wbx6U< !ŔI+G",q 5P2U1-Rw1}{/0GJ$35g7JPpӨm-doħ4Co{$Za ՙGȀǭ {^d~VoZ|#-"a.Db&o*5\"DTKsFk X3\gVVhV Ě@,J pk70`PRNЕ|)Q5?:AY?r:Y+ar*l ~qB7>oYtߡbWP58b3uo[%jFzv[`I+l y(Fs'M-[ͺmI4^v,*7M\WA+J{ [GI;O#ʨg}=Ղ.(V6gױ5D619Eeb٬k:a'Z\-__ HfIE$]2h@*aCY`~Gh'/_W lFa NDS/|9([̓xA}dqc*qm"`{$KLd2LdȱO Q!;Y,x?`Z?o}ܥJQ (\)1VR(/n"ѬԼ+,q;dkv37Sh͉[,ðJ NdlU'u1py23eqA"yu &K㙏-1NCq۫ 3VU DGBbfP}}6uCy0(~F6 cwcf|q[ɢ{ަp&nZ=[%(Pl`޾[ocU>vk좳_;63 q) +УKNß ʰ[؂z{ńtlzROCKh`wϡ!M^Pa$LRhoP)MQKsBZcJ7s6^fҰʊ>'W؈5|)ߐfJ`lEzߜ|øGqڕl}K28ӭ9xb2'}Mo(5lJwA,@&_bBvm?Sw#_ V$mTfX%_>HE u06=R_Fb,FH;I蕄̀fmrv22{,nofLuϮS%6xR8xG0ZG =PPXhJd)> (SQp/,]G>#aLY{Z=WXޑڔ 9Dz(l}*wՒ>7z[D |SwRDW3wvj9{N~%nnX@bun~p6GΕ_ pPb TBQ2G}:m8/M>r_}&}9Gv5İk;]+(Ce+FQɘi`BC˘ܚֿ*llu77="̾臈0SPc|4AC9GYЛo5u`c WI7^Fw\$XJm,R"()14ao^HWڂ{gG{zrCBbSC,7 kio's)lǝ_FB,'pT 9n#+_fFib~F#ũ|otDux &)w}Z)xCoXp$JԖ[ rOI@MJ+-|>&Gx0 J>fC[qܭ"Dbnf7$4H b.P cK2`: `/\_.gRZ*,|hߑWQֽN~&;2/W՝F^ +sSD]NiXh&65òMpk5u̴f13Ζ,Թ3-:hȭM,~RP,)!͓SoypC$ʰ,-\="^ϫD_zlV& ^Ww^Lgnq`N$9s4r0x]ΗvFoca_JsiDlK P6qM.ƅ{7].Tڠ8ՓvI E X@V p7B ˴C9}Ⱦ ӦkErh2ە˩Q Vxc VJыl*ڪzvT̿RI\g(\K'Ȍ̙5L# 4[#^HsS=?f6ɤK#dc=\W?\zIMMd"<rIaQ<8*fL]`r%kkV,6 uYZ]9L.zo) cL*jaUwʊ QOEZ ;[Eayf.h<(uHwVlZx]nTФ (_ E p5Āt cb ;l%@j;؝ze)jbcg|u9|+SӰIzc_ =99uRfJ(xTͷq<3"{PY/E;Qѽ;~>TrVL]n*bp5+0zQ +=uGJ4%~K v1?X܈,]\t]?nrlkH_/Zq[,VH2Sv-2;i\c =~~~GvsfU2 -z\ wP]pmhtzfu|{?ݤgxR}wb!A!Ϊ_o E#,l1$ehHjR{qTrhӼzS?=qvDc!au%/#5ns5K: 92MC;mקs֮EVJy(Ѵ?]dNFvЈt% 4k"H[w.l={랭`R 4SE`\u#[1RxCyh39]Tȧ"5w͠9Ol]AH2enzWy̚{$+PX @ǐUy74'#qRL?AÁ/;V"DF "CxNFNc%^v!Y18~[ pא_yZ\NINJ8äƞ8p3<||u`j)/U34H*+kTRzZ0SC`XFN 0o Ʊ!rS~@ 9忓&zLRffQ|Od(_EPi14E Aw)B!K?~-M"k3:1+kLʝ'aX U,}Ʃ+_76 B沚#EQEi_t N_TwK+.M3\b9f{sGfS\ƑR""'']=KV8YqpNY^=b>;EðRe|i46L0 YBt*U4~5{,2lYW~yvƽ@^VGfcl*kӌ^.:>Â?o0õںGTZA(ЙH!iL96-?j֯7#=qUڴ>s 8̼(l_^v *"6'ɺۢ!.%}fs9;#2~Y9+(Ck`]>STDE8zTGy>XTCSGnzRwA1CZg\NU \=$|}C#B'3ӿDoȽFGYH*I͢^iߵ >Bx\N(8si>('Ao%N3˙iyr݇yf3*MX%|YtѹN 2+ U/-sz2km,jRwk,]&O4}=]6P& sMFn99r\|";;N a'C5K{-.zhƵo) k9D rYhg"<hHK}$jQ>]MИ+,ea!ՉhUj(\x^brp 3~"B|ZN@:+\v-s˜_RI8]S.'V^@hv/4ލz2BҡsE#ku] Go2TYA*a={UBE=[HU$ڸ{Sj/p23gNq"Q2_QH/* It5Xǂmr  dKSPۘ f~ɜM8 VgU uIe)o }c־p{Q[T!; t;8ֵ,J5 j >Kty6~x9=Cv}uW_[W7dKQm!qJ$Nj.Ph꿂晴}~TzZrIZjt1]3 IvVe{qN/<A.]p&V)gN%(Ɯ$3C"UTjthg |B,0ap^#\I[)T]Ôf GUB7W8R|׫ G,o{:.Y)^`)/W-z5~32U)z~\MpMZr_>ÐĪ)sѿ[ "V{~JX r^3+, Rt\y!nwCYrͺbI`7hvS)NF)}1U?E\Oz֞FrT䕞pVjB@09˳٣ȼ [,voB)ow`׈!bDM6UˠwB؃uiwg?&Ҋ rpP@oj{U^:?*缡>Y9]KywCR?w2QaGFK?چ[p P2&wp<<y՘"1do`C/:iAٖ g*_S5CziƉ ,㖚z+(q M &P;Hmu1y1:I@/))&bZnBYY}t#RGU\uۨ{/9~+8u:xַ[Ep]\ &~/`"NI߅bn]Q$Ni/E}viuGK6u23EQZ~pNÜ~!ccTִI菪N`x þ+QK rWk ,3ҍ̵OqhOn] µWobD̬þJ#)* |5&{WE0 ĈLȷK$e#a`9lƏ '2c5Oa BfR$¿ߐ蘆YbC^ qM]lFSJk(X>_t{X}_B"!#ĘmHRf 5*B^Dum @8Q5A&/|sWMTڢx||P/x/猲lZ/hCAM|14$ ~αeοaT9B"gE3 H};\|pw4l0AN+wҞ4̍Y䫩Ks\ f|hjvU0vz\*fy:B ]dYj#b)~)b , n=\]"h|0F -S/D! B kt^m)W@&ǘW] 53[FR&?˞qH#ß3|c*AlA޿"Ex* 4O3O9`9A M*DI%ulMes4YM؟Wuʹ Rf}89AJa!-~4dSt$Ցʔ(C"Y]ZjPi: PHz 5QL G ǭ.؄xRs:DJ%]?txPҫdqb Ux:d9rt@S\O}420 l(l!R6"`z|*E~7RY/i_V~JFɳfArS*xLQw0 g7Av6YA'}@cB "MkU3Y1޾);T x'Gz#,k1HqB}aM:ݹ;MX+A$VUF h6~l}hs TRa"ߧ$(Ya܂G@3$]l0ښ{#٢}UgN * C./+ޞ6FwuGJ9ή:+U4"3;,5z&qe Lj$&?Jޣ+lϽLJ{_@%B@REÁ&-qfEJ;λ A7) Gyz":S""=^ hq꣕b+ }cͲ)[N_a;D4.b)P#B2 iկ kGBх(Dr` ,