virtualbox-guest-tools-7.0.4-lp154.2.20.2 4>$  Apc~Tq/=„/-"▍vJ3hX=V*̉ѣygK| `LFMTtd)f෹` >7oJ OXR#䠀,!)huo0i!\b(̆"7(>xn+ `[ sU5#/X!|r+.2II#?'u*\m^=}AVQkF$;j)ə, `ǽS+QFN<9d%D71f775bf64f837f7945029b3e15ce69dd4a20401a76d7e39b58e273a209f17573e2416146d0d4689a364a502e36c2705063c3ed1 c~Tq/=„H/lM%a[}v[g_m +l.4P07L 4H H7d0&qlA7|]E0Ӈdgo;Ռr2E9 һja, uVLr1n2X И=f$ha"dѴc% / Ua[mzZ4ks91gQ: \ Wx =R#q ~,Q/g5>pJD?Dd , Cdhpt V)*8 *f * * .G .x./G//0<0135(3n83xM98M:_M=8U>8]?8e@8mB8uG8H9 I9|X9Y9Z9[9\9]:H^;ob<c=Td=e=f=l=u>v>` wBxC8yC4DdDhDDDDDCvirtualbox-guest-tools7.0.4lp154.2.20.2VirtualBox guest toolsVirtualBox guest addition tools.c~Slamb025|openSUSE Leap 15.4openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Emulators/PChttps://www.virtualbox.org/linuxx86_64# Add groups for seamless mode and shared folders: getent group vboxguest >/dev/null || groupadd -r vboxguest getent group vboxsf >/dev/null || groupadd -r vboxsf getent group vboxvideo >/dev/null || groupadd -r vboxvideo 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 vboxadd-service.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 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 vboxadd-service.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/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 vboxclient.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/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 vboxservice.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 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 vboxadd-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 vboxadd-service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd || : ( 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 vboxadd ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd-service.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 vboxadd-service.service ) || : fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxclient.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 vboxclient.service ) || : fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxservice.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 vboxservice.service ) || : fi exit 0: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vboxadd ; do sysv_service="${service%.*}" rm "/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 vboxadd ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vboxadd-service ; do sysv_service="${service%.*}" rm "/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 vboxadd-service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vboxadd-service.service ; do sysv_service="${service%.*}" rm "/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 vboxadd-service.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vboxclient.service ; do sysv_service="${service%.*}" rm "/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 vboxclient.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in vboxservice.service ; do sysv_service="${service%.*}" rm "/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 vboxservice.service ) || : fi fi v \GAAAAA큤AAAAc~Pc~Pc~Pc~Pc~Pc~Pc~Pc~Pc~Qc~Qc~Qc~Qc~Pb%$b%%c~Pc~Pc~Pc~Pc~Pc~Qc~Qc~P5389baee35f5fbb723852b64978a89f8c8e387670adcaf31fe16a8b60b162f0d3937795c53daff1c7a2ab327a9c8e742709838434f95a98d99aa50eb8df6b7f86423eb37799e9322bc686e1308fb79647c792c5d2f22d1075403b11013d7cfea528b48539ccc1596aff690aacbd3ce69b6ea3fcc0d55acca24119b99f4cfece1f3aeb262f7d55cf897a6af5c0a69b512d3958452cace374a2cc0f679bdc87f0c267ace4cb226445aa0a87cd3dd11ad417196336f6e96afde8c76df9856384c7e3ef5d32dce665585f2d6f4eea49456aeab9e9912f9895686f9460b00e3f5a3d3e5fdfdf965a18050f815e1ee10fc1b7b13aa4d1e88cd24539a6476d2030e6277bd1b22ebce7c54114f6cb21effbdae89178222cce1d63fa8a614c49ee8239f5e20c5e6524b2d11192d3309bf0c983d868c5755fd37f14d404ab2c25f745de8fc2c4c012e1aec12de73920cf5507bf3ea668f1a5ce8e27b9f12952e10abcd4bb795054244001b78550dfa938b747d696faa76c508972f168f7058a69b319032e3532837794578c296d3eb402b0e80fb2a6aa572c6ed605655cda495a04881861a../vboxadd-service.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootvirtualbox-7.0.4-lp154.2.20.2.src.rpmvirtualbox-guest-toolsvirtualbox-guest-tools(x86-64)virtualbox-ose-guest-tools@ @@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shlibX11.so.6()(64bit)libXext.so.6()(64bit)libXmu.so.6()(64bit)libXt.so.6()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libnotify-toolslibpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)virtualbox-kmpwhich3.0.4-14.6.0-14.0-15.2-17.0.44.14.3c{h@cs@cN@cAf@c=qc2c$e@b@bb?bb@b@b@b@b{@b_bBb+9aNa6a͟@a@a@aapaexa\>@aXIaXIaTU@a8a#a@``t`#@``Z`f@`@` @`@`@`@`m`e`<@`0`` `@`2@_@_<_԰_ _м@_j_@_@_d@_d@_[f_Z@_Wr@_H_>e_>e_._-B@__ @_X@^^^3^@^^@^T@^T@^@^@^^}^y@^wS@^oj@^h^W@^G@^C^!^^]]]d@]o]]@]@]]@]]z@](]@]@]V]]s]>]<<]0_@],j] @\F@\\"\@\P\@\8\@\\O\@\f\@\ \C@\C@\\Z@\@\+@\mA@\b@\ac\R@\P@@\N\J@\@n@\?\=@\;(@\9\ @\ @\\l@[1[v[%@[@[0[ݍ[<@[@[[@[t[e@[;e@[2*[(@[(@[ L@ZnZZ@ZmZmZ@Z3@ZZZI@ZI@ZZw@Z@ZZ_@ZZu@Z`@ZX@ZF.@Z.s@Z+@Z"Z@ZfZ@ZZ@Y@Y6Y@Y{YYǞ@YéYX@YY)@YV@YV@Y@Y|xYoIYm@Ycl@YV=@YOYOYJ_Y;@Y9<@Y!@Y;@YY Y@Y@XXXP@X~@XCX@X@Xf@X@X @XX@XX@XzXZnXN@XEVXEVXD@X>@X2XXXX @XXX`@XWw@Ww@W%W֘WҤ@WiW@W@W@W@WhWhWt@Wt@Wt@W W@WgWWgWV@WLarry Finger Larry Rainey Larry Finger Larry Finger Larry Finger Larry Rainey Larry Finger Larry Finger Larry Finger Larry Finger Dominique Leuenberger Larry Finger Ben Greiner Dominique Leuenberger Martin Liška Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Ludwig Nussel Hans-Peter Jansen Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Dan Čermák Dan Čermák Dirk Müller Larry Finger Larry Finger Callum Farmer Larry Finger Richard Brown Matthias Gerstner Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Dominique Leuenberger Hans-Peter Jansen Larry Finger Larry Finger Hans-Peter Jansen Franck Bui Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Callum Farmer Gary Ching-Pang Lin Gary Ching-Pang Lin Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Larry Finger Antonio Larrosa Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Stasiek Michalski Larry Finger Larry Finger Stefan Dirsch Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Larry Finger mvetter@suse.comMartin Liška Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Dominique Leuenberger Larry Finger Larry Finger Dominique Leuenberger Larry Finger Larry Finger Larry Finger Larry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.commsuchanek@suse.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmliska@suse.czLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethschmidt@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netrbrown@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmpluskal@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmeissner@suse.comLarry.Finger@lwfinger.netschwab@suse.dehpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netdimstar@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netkukuk@suse.deadam.majer@suse.deLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netasn@cryptomilk.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atmmarek@suse.czLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.nethpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netbruno@ioda-net.chluizluca@tre-sc.jus.bradam@mizerski.plLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.netLarry.Finger@lwfinger.neteich@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netbwiedemann@suse.comLarry.Finger@lwfinger.netmailaender@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netidonmez@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netidonmez@suse.comdimstar@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atLarry.Finger@lwfinger.nettchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comalarrosa@suse.commpluskal@suse.comtchvatal@suse.comjslaby@suse.commpluskal@suse.comtchvatal@suse.combwiedemann@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comwbauer@tmo.atzaitor@opensuse.orgtchvatal@suse.comcoolo@suse.commseben@gmail.comrenda.krell@gmail.comRemoved file "fixes_for_leap15.4.patch" - fixed upstream. Added file "fix_kmp_build.patch' - VirtualBox 7.0.4 (released November 18 2022) This is a maintenance release. The following items were fixed and/or added: VMM: Added nested paging support for nested virtualization (Intel hosts only) VMM: Fixed rare guru meditations with certain guests on macOS 10.15 (Catalina) (bug #21237) VMM: Fixed possible VM process crash on Windows hosts when Hyper-V is used with certain guests (bug #21174) VMM: Fixed Windows XP guest hang or BSOD on AMD CPUs under certain circumstances (bug #21256) GUI: Various bugfixes for the Guest Control file manager GUI: Added more informative file operations in the Guest Control file manager GUI: Added an option to the global settings (the display page) to resize user interface font GUI: Fixed a regression in new vm wizard. Selected virtual disks are no longer deleted when the wizard is cancelled (bug #21244) GUI: Added a new menu item to the devices menu to optionally upgrade the guest additions. VirtioSCSI: Fixed recognition of the virtio SCSI controller by the EFI firmware (bug #21200) VirtioSCSI: Fixed hang when shutting down the VM if the virtio SCSI controller is used (bug #21144) virtio-net: Workaround a bug in the virtio-net driver included in FreeBSD version up to 12.3 which renders the device non functional (bug #21201) Storage: Fixed I/O errors with the VirtioSCSI controller when the host I/O cache is enabled (bug #19717) VBoxManage: Fixed regression when 'createmedium disk --variant RawDisk' command resulted in invalid .vmdk file (bug #21125) Main: Restored input pointing device behavior in multi-monitor VM configuration (bug #21137) Main: Fixed progress indication during automatic Linux Guest Additions installation Guest Control: Fixed path handling issues (bug #21095) 3D: Fixed VM process crash on macOS with 3D enabled (bug #21232) Linux Host and Guest: General improvements in startup scripts Linux Guest Additions: Introduced initial support for RHEL 8.7 and 9.2 kernels (bug #21272, #21258) Linux Guest Additions: Introduced initial support for SLES 15.4 kernels Linux Guest Additions: Fixed kernel modules rebuild behavior on system shutdownadded file "set_noexec_stack.patch" to remove executable stack in yasm-compiled routines added file "fix_v7_build.patch" added file "fixes_for_leap15.4.patch" added file "VBoxDDR0.r0" deleted file "/vb-6.1.16-modal-dialog-parent.patch" VirtualBox 7.0.2 (released October 20 2022) This is a maintenance release. The following items were fixed and/or added: Known issue: VMs having more than one vCPU configured will not work properly on macOS Catalina due to an unknown memory corruption issue. Either lower the number of vCPUs to 1 or upgrade to BigSur or later where the issue does not occur Main: Fixed issue when VBoxSVC could become unresponsive if Extension Pack was not installed (bug #21167) Linux Guest Additions: Introduced initial support for kernel 6.1 Linux Guest Additions: Fixed issue when VBoxClient seamless service caused a crash of some X11 applications (bug #21132) GUI: Fixed a glitch in the log viewer which was causing wrong log file to be saved (bug #21156) VirtualBox 7.0.0 (released October 10 2022) This is a major update. The following major new features were added: Virtual machines can be fully encrypted now, including the VM config logs and saved states (CLI only for now) OCI: Cloud virtual machines can be added to Virtual Machine Manager and controlled as local VMs OCI: Cloud networks can now be configured via Network Manager tool same way as it is done for Host-only and NAT networks GUI: Added a new utility similar to "top" or "resource monitor" which lists peformance statistics (CPU usage, RAM usage, disk I/O rate, etc.) of running guests GUI: Reworked the new vm wizard to integrate the unattended guest OS installation and to have a more streamlined work flow GUI: Added a new help viewer widget which enables the user manual to be navigated and searched GUI: Adding new notification center unifying most of running progresses and error reporting around the GUI GUI: Improved theme support on all platforms. Linux and macOS use native engine while for Windows host it is separately implemented. GUI: Large icon update. Audio recording: Now using Vorbis as the default audio format for WebM containers. Opus is no longer being used. Audio: Added "default" host driver type to make it possible to move VMs (appliances) between different platforms without the need of changing the audio driver explicitly. When the "default" driver is selected, the best audio backend option for a platform will be used. This is the default for newly created VMs. Guest Control: Implemented initial support for automatic updating of Guest Additions for Linux guests Guest Control: Implemented ability to wait for and/or reboot the guest when updating Guest Additions via VBoxManage VBoxManage: Added Guest Control "waitrunlevel" sub-command to make it possible to wait for a guest to reach a certain run level Linux Guest Additions: Reworked guest screen re-size functionality, added basic integration with some of guest Desktop Environments Devices: Implemented new 3D support based on DirectX 11 (and DXVK on non Windows hosts) Devices: Added virtual IOMMU devices (Intel and AMD variant) Devices: Added virtual TPM 1.2 and 2.0 devices Devices: The EHCI and XHCI USB controller devices are now part of the open source base package EFI: Added support for Secure Boot Debugging: Added experimental support for guest debugging through GDB and highly experimental support for guest debugging through KD/WinDbg In addition, the following items were fixed and/or added: OCI: Cloud networking functionality is enhanced for local VMs, now local VMs could be connected to cloud networking GUI: Improved behavior of the virtual machine list and various VM related tools in case multiple items are selected GUI: On available platforms, added a new option to disable the host's screensaver GUI: Reworked global preferences, machine settings and the wizards to improve stability and usability GUI: Improving mouse handling in multi-monitor case on X11 platform GUI: Medium enumeration engine was reworked to improve permormance GUI: NAT Network stuff was moved from global preferences to global Network Manager tool GUI: Extension Pack Manager was moved from global preferences to global tools GUI: Improved overall accessibility GUI: Migrating to recent Qt versions.This is a maintenance release. The following items were fixed and/or added: GUI: Fixed missed machine-items state translation on language change USB: Fixed possible crash when the device got detached while the controller is resetting the port Main: Provide guest's absolute pointing mouse device with buttons state when mouse integration is ON Linux Host and Guest Additions: Prevented build failure on 5.8+ 32-bit kernels Linux Host and Guest Additions: Introduced additional fixes for kernel 6.0 Linux Host and Guest Additions: Introduced additional fixes for Debian specific kernels Solaris and Linux Guest Additions: Added better handling of negative screen sizes which some X11 desktop environments are reporting Windows Guest Additions: Added fixes related to VBoxTray IPC - Fix boo#1204233 boo#1204331 boo#1202851 - Remove file fix_error_in_USB_header.patch - fixed upstream- Fix build breakage with kernel 6.0 due to variable-length array in middle of a struct. boo#1204151 File "fix_error_in_USB_header.patch" is added.- Fix boo#1204019 VBoxClient: VbglR3InitUser failed: VERR_ACCESS_DENIED- Add a "Provides: virtualbox-guest-x11" to virtualbox-guest-tools. boo#1203735- Version bump to 6.1.38r86 released by Oracle September 02 2022 This is a maintenance release. The following items were fixed and/or added: GUI: Improvements in Native Language Support area Main: OVF Export: Added support for exporting VMs containing Virtio-SCSI controllers Recording settings: Fixed a regression which could cause not starting the COM server (VBoxSVC) under certain circumstances (bug #21034) Recording: More deterministic naming for recorded files (will now overwrite old .webm files if present) Linux Host and Guest Additions installer: Improved check for systemd presence in the system (bug #19033) Linux Guest Additions: Introduced initial support for kernel 6.0 Linux Guest Additions: Additional fixes for kernel RHEL 9.1 (bug #21065) Windows Guest Additions: Improvements in Drag and Drop area Fixes permission problem with /dev/vboxuser (boo#1203370) Fixes boo#1203306 - 6.1.38 is available Fixes missing firewall opening (boo#1203086) Fixes boo#1201720 CVE items for CVE-2022-21571, CVE-2022-21554- Modified the spec file to remove package virtualbox-guest-x11, which is no longer needed.- Fix screen resizing under Wayland (boo#1194126 and boo#1194126) New files are "VirtualBox-5.2.10-xclient.patch", "vboxclient.desktop", "vboxclient.service", and "vboxservice.service" The fixes were derived from looking at many hundreds of Web pages, and by looking at the code in Fedora35. Thanks to RedHat for the help.- Version bump to 6.1.36 released by Oracle July 19 2022 This is a maintenance release. The following items were fixed and/or added: VMM: Fixed possible Linux guest kernel crash when configuring Speculative Store Bypass for a single vCPU VM GUI: In the storage page of the virtual machine settings dialog, fixed a bug which disrupted mouse interaction with the native file selector on KDE NAT: Prevent issue when host resolver incorrectly returned NXDOMAIN for unsupported queries (bug #20977) Audio: General improvements in saved state area Recording: Various fixes for settings handling VGA: Performance improvements for screen updates when VBE banking is used USB: Fixed rare crashes when detaching a USB device ATA: Fixed NT4 guests taking a minute to eject CDs vboximg-mount: Fixed broken write support (bug #20896) SDK: Fixed Python bindings incorrectly trying to convert arbitrary byte data into unicode objects with Python 3, causing exceptions (bug #19740) API: Fixed an issue when virtual USB mass storage devices or virtual USB DVD drives are added while the VM is not running are by default not marked as hot-pluggable API: Initial support for Python 3.10 API: Solaris OS types cleanup Linux and Solaris hosts: Allow to mount shared folder if it is represented as a symlink on a host side (bug #17491) Linux Host and Guest drivers: Introduced initial support for kernels 5.18, 5.19 and RHEL 9.1 (bugs #20914, #20941) Linux Host and Guest drivers: Better support for kernels built with clang compiler (bugs #20425 and #20998) Solaris Guest Additions: General improvements in installer area Solaris Guest Additions: Fixed guest screen resize in VMSVGA graphics configuration Linux and Solaris Guest Additions: Fixed multi-screen handling in VBoxVGA and VBoxSVGA graphics configuration Linux and Solaris Guest Additions: Added support for setting primary screen via VBoxManage Linux and Solaris Guest Additions: Fixed X11 resources leak when resizing guest screens Linux and Solaris Guest Additions: Fixed file descriptor leak when starting a process using guest control (bug #20902) Linux and Solaris Guest Additions: Fixed guest control executing processes as root Linux Guest Additions: Improved guests booting time by preventing kernel modules from being rebuilt when it is not necessary (bug #20502) Windows Guest Additions: Fixed VBoxTray crash on startup in NT4 guests on rare circumstances deleted file "fixes_for_kernel_5.18.patch" - fixed upstream. Fixes CVE-2022-21571) VUL-0: CVE-2022-21571,CVE-2022-21554 - boo#1201720- Package vboximg-mount correctly. boo#1200769.- Explicitly BuildRequire pkgconfig(glx) and pkgconfig(glu): This happened to be pulled in by SDL-devel, but with the switch to sdl12-compat, this no longer happens. Virtualbox explicitly checks for them though, so it is our own responsibility to have those deps in place.- Update fixes_for_kernel_5.18.patch to save and restore FPU status during interrupt. The change fixes boo#1199803.- Update support of building with Python * Add vbox-python-py310.patch for support of Python 3.10 https://github.com/archlinux/svntogit-community/commit/59d75cd22 https://www.virtualbox.org/changeset/90537/vbox https://www.virtualbox.org/changeset/86623/vbox * Drop switch_to_python3.4+.patch and vbox-python-detection.diff; replace by vbox-python-selection.patch for what is left of the above after removing some obvious cruft. Could still be more in there. * Remove unnecessary reusage of old python2 macros, we use python-rpm-macros already.- Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use sdl12_compat as an alternative.- Filter out rpmlint error that is valid for qemu, but will have its badness increased in the future.- Version bump to 6.1.34 (released March 22 2022) by Oracle This is a maintenance release. The following items were fixed and/or added: VMM: Fix instruction emulation for "cmpxchg16b" GUI: Improved GUI behavior on macOS Big Sur and later when kernel extensions are not loaded EHCI: Addressed an issue with handling short packets (bug #20726) Storage: Fixed a potential hang during disk I/O when the host I/O cache is disabled (bug #20875) NVMe: Fixed loading saved state when nothing is attached to it (bug #20791) DevPcBios: Addressed an issue which resulted in rejecting the detected LCHS geometry when the head count was above 16 virtio-scsi: Improvements E1000: Improve descriptor handling VBoxManage: Fixed handling of command line arguments with incomplete quotes (bug #20740) VBoxManage: Improved 'natnetwork list' output VBoxManage: NATNetwork: Provide an option (--ipv6-prefix) to set IPv6 prefix VBoxManage: NATNetwork: Provide an option (--ipv6-default) to advertise default IPv6 route (bug #20714) VBoxManage: Fix documentation of "usbdevsource add" (bug #20849) Networking: General improvements in IPv4 and IPv6 area (bug #20714) OVF Import: Allow users to specify a different storage controller and/or controller port for hard disks when importing a VM Unattended install: Improvements Shared Clipboard: Improved HTML clipboard handling for Windows host Linux host and guest: Introduced initial support for kernel 5.17 Solaris package: Fixes for API access from Python Solaris IPS package: Suppress dependency on libpython2.7.so.* Linux host and guest: Fixes for Linux kernel 5.14 Linux Guest Additions: Fixed guest screen resize for older guests which are running libXrandr older than version 1.4 Linux Guest Additions: Introduced initial support for RHEL 8.6 kernels (bug #20877) Windows guest: Make driver install smarter Solaris guest: Addressed an issue which prevented VBox GAs 6.1.30 or 6.1.32 from being removed in Solaris 10 guests (bug #20780) EFI: Fixed booting from FreeBSD ISO images (bug #19910) Removed file "fixes_for_kernel_5.17.patch" - fixed upstream. Fixes CVE-2022-21465 (boo#1198676), CVE-2022-21471 (boo#1198677), CVE-2022-21491 (boo#1198680), CVE-2022-21487 (boo#1198678), and CVE-2022-21488 (boo#1198679). Fixed boo#1198703 - package virtualbox-websrv needs sysvinit-tools- Add fixes for kernel 5.17 - file "fixes_for_kernel_5.17.patch" added Add fixes for kernel 5.18 - file "fixes_for_kernel_5.18.patch" added- Fix build error for guest modules in Leap 15.3- Version bump to 6.1.32 (released January 18 2022 by Oracle) This is a maintenance release. The following items were fixed and/or added: Fix for CVE-2022-21394 (boo#1194924) VMM: Changed the guest RAM management when using Hyper-V to be more compatible with HVCI (bug #20627 and #20694) VMM: Workaround for OS/2 guest unstability on newer AMD CPUs due to a missing TLB flush in OS/2 (bug #20625) GUI: Fixed keyboard focus loss in rare circumstances when using the mini toolbar in fullscreen mode Audio: Fixed accidental creation of empty debug log file when the OSS audio backend was configured E1000: Fix link status reporting for certain Linux kernels (some Oracle Linux ones, probably more) Unattended installation: Fixed regression introduced in 6.1.28, causing partitioning failure for Windows XP to 10 (bug #20769) Linux host: Fix access to some USB devices, device class was not correctly handled (bug #20721) Guest: Fixed wrong mouse position if guest is in text mode Guest Control: Fixed folders copying from host to guest and from guest to host Guest Control: Fixes for UNICODE handling Shared Clipboard: Improved HTML content exchange between X11 and Windows guests and hosts OS/2 Additions: Fixed some issues with extended attributes in the shared folders (bug #19453) File "vboxclient-clipboard.service" was removed while the shared clipboard problem with Wayland is further investigated.- Add libnotify-tools to build requirements for virtualbox-guest-x11 (boo#1194128) Add service to start shared clipboard in Wayland sessions (boo#1194126). File "vboxclient-clipboard.service" is added. Thanks to Andrei Borzenkov for providing this file.- Tumbleweed no longer assigns the group "users" to a user, which breaks TW guests under VirtualBox. This is fixed by adding 'TAG+="uaccess"' to the udev rule that creates /dev/vboxuser. Thanks to Andrei Borzenkov for help with this problem. This fixes boo#1194065.- Added BuildRequires python-rpm-macros to fix build errors with SLE_15_SP2 (Thanks Ben Greiner) ran spec-cleaner on the spec file.- Version bump to 6.1.30 (released November 22 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Fixed 6.1.28 regression preventing VMs starting when using Hyper-V mode on Windows 10 GUI: Fixed inability to complete First Run wizard after browsing for an external image GUI: Fixed crash on macOS Big Sur while browsing for an external image from First Run wizard GUI: Fixed bug on Windows with inability to save taken screenshot under a folder with native name (bug #15561) GUI: Fixed bug on X11 with drag and drop initiated on single mouse click in VM storage settings GUI: Fixed settings check on machines not supporting hardware virtualization GUI: Non critical media related errors should not cause modal pop-up error messages Host-only networking: Fixed crash parsing /etc/vbox/networks.conf DVD: Fixed drive lock handling across VM reset VBoxHeadless: Fixed crash when running on macOS Monterey (bug #20636) VBoxManage: Fixed incorrect help text for "hostonlyif" vboximg-mount: Error message if no image is specified Linux host: For all distribution specific packages (deb/rpm format) fix the packaging so that the feature for unattended installation of guest OSes works Linux host and guest: Introduced initial support for kernel 5.16 Shared Clipboard: Improved communication between guest and host when guest has no clipboard data to report Linux Guest Additions: Allow running only one VBoxDRMClient instance (bug #19373) File "fixes_for_5.14.patch" deleted - fixed upstream. File "fixes-for-5.15.patch" deleted - fixed upstream. File "fixes-for-5.16.patch" deleted - fixed upstream.- Fix builds for Kernel 5.16. File "fixes-for-5.16.patch" is added. Reorder some of the patch numbers.- Version bump to 6.1.28 (released October 19 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Fixed guru meditation while booting nested-guests accessing debug registers under certain conditions UI: Bug fixes for touchpad-based scrolling VMSVGA: Fixed VM black screen issue on first resize after restoring from saved state (bug #20067) VMSVGA: Fixed display corruption on Linux Mint (bug #20513) Storage: Fixed a possible write error under certain circumstances when using VHD images (bug #20512) Network: Multiple updates in virtio-net device support Network: Disconnecting cable in saved VM state now is handled properly by virtio-net Network: More administrative control over network ranges, see user manual NAT: Fixed not rejecting TFTP requests with absolute pathnames (bug #20589) Audio: Fixed VM session aborting after PC hibernation (bug #20516) Audio: Fixed setting the line-in volume of the HDA emulation on modern Linux guests Audio: Fixed resuming playback of the AC'97 emulation while a snapshot has been taken API: Added bindings support for Python 3.9 (bug #20252) API: Fixed rare hang of VM when changing settings at runtime Linux host: Improved kernel modules installation detection which prevents unnecessary modules rebuild Host Services: Shared Clipboard: Prevent guest clipboard reset when clipboard sharing is disabled (bug #20487) Host Services: Shared Clipboard over VRDP: Fixed to continue working when guest service reconnects to host (bug #20366) Host Services: Shared Clipboard over VRDP: Fixed preventing remote RDP client to hang when guest has no clipboard data to report Linux Host and Guest: Introduced initial support for kernels 5.14 and 5.15 Linux Host and Guest: Introduced initial support for RHEL 8.5 kernel Windows Guest: Introduced Windows 11 guest support, including unattended installation Deleted file "fix_ordering_of_qt_includes.patch" - fixed upstream. Fixes CVE-2021-35538, CVE-2021-35545, CVE-2021-35540, CVE-2021-35542, and CVE-2021-2475 (boo#1191869)- Use kernel_module_directory macro for kernel modules (boo#1191526)- Fix ldconfig invocation in scriptlets- Remove vbox-fix-usb-rules.sh from qt package to avoid file conflict- Fix build failures in Leap 15.1 and Leap 15.2 due to kmk_sed issues.- Finish UsrMerge for VirtualBox components (boo#1191104).- Add file "fixes-for-5.15.patch" to fix builds on kernel 5.15.- Patch build to work with the Leap 15.4 kernel. File "fixes_for_leap15.4.patch" as added.- Version bump to 6.1.26 (released July 28 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMSVGA: fixed VM screen artifacts after restoring from saved state (bug #20067) Storage: Fixed audio endianness for certain CUE sheet CD/DVD images. VBoxHeadless: Running VM will save its state on host shutdown VBoxManage: Fix OS detection for Ubuntu 20.10 ISO with unattended install Linux Additions: Fixed mouse pointer offsetting issue for VMSVGA graphics adapter in multi-monitor VM setup (6.1.24 regression) File "fix_ordering_of_qt_includes.patch" added for Leap and SLR builds.- Version bump to 6.1.24 (released July 20 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: Storage: Fixed starting a VM if a device is attached to a VirtIO SCSI port higher than 30 (bug #20213) Storage: Improvement to DVD medium change signaling Serial: Fixed a the guest missing interrupts under certain circumstances (6.0 regression, bug #18668) Audio: Multiple fixes and enhancements Network: Fixed connectivity issue with virtio-net after resuming VM with disconnected link Network: Fixed UDP GSO fragmentation issue with missing 8 bytes of payload at the end of the first fragment API: Fixed VM configuration for recent Windows Server versions Extension Pack: Fixed issues with USB webcam pass-through on Linux Host and guest driver: Fix small memory leak (bug #20280) Linux host and guest: Support kernel version 5.13 (bug #20456) Linux host and guest: Introduce support for SUSE SLES/SLED 15 SP3 kernels (bug #20396) Linux host: Installer will not attempt to build kernel modules if system already has them installed and modules versions match current version Guest Additions: Fixed crash on using shared clipboard (bug #19165) Linux Guest Additions: Introduce support for Ubuntu specific kernels (bug #20325) Solaris guest: Increased default memory and disk sizes EFI: Support network booting with the E1000 network controller emulation EFI: Stability improvements (bug #20090) Delete file "fix_random_stack_failure.patch" - fixed upstream.- Add vboximg-mount to packaging. boo#1188045. Fix an error in file "fixes_for_5.14.patch".- Add file "fix_random_stack_failure.patch" to fix CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT problem with kernel 5.13 as shown in boo#1188105.- Add file "fixes_for_5.14.patch" to fix builds on kernel 5.14.- Disable the build of kmp vboxvideo, at least temporarily.- Correct WantedBy entry in vboxadd-service- Require which for /usr/lib/virtualbox/vboxadd-service- fix license packaging, small cruft cleanup (avoid owning directories provided by filesystem rpm)- Version bump to 6.1.22 (released April 29 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Improved performance of 64-bit Windows and Solaris guests when Hyper-V is used on recent Windows 10 hosts VMM: Fixed frequent crashes of 64-bit Windows Vista and Server 2003 guests when Hyper-V is used GUI: Fixed regression where user was not able to save unset default shortcuts (bug #20305) Storage: Fixed regression in LsiLogic SAS controller emulation caused VM crash (bug #20323) Linux Guest Additions: Fixed issue when it was not possible to run executables from mounted share (bug #20320) Fixes for CVE-2021-2145 CVE-2021-2250 CVE-2021-2264 CVE-2021-2266 CVE-2021-2279 CVE-2021-2280 CVE-2021-2281 CVE-2021-2282 CVE-2021-2283 CVE-2021-2284 CVE-2021-2285 CVE-2021-2286 CVE-2021-2287 CVE-2021-2291 CVE-2021-2296 CVE-2021-2297 CVE-2021-2306 CVE-2021-2309 CVE-2021-2310 CVE-2021-2312- Version bump to (released April 20 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: Fixed extremely poor VM performance depending on the timing of various actions (regression in 6.1.0) VMM: Fixed guest OS hanging under certain circumstances when Hyper-V is present (bug #20141) VMM: Fixed Guru Meditation error when using a nested hypervisor under certain circumstances (bug #20175) VMM: Fixed a SMAP related host panic affecting Solaris 11.4 systems with Intel Haswell CPUs or later (bug #16068) OCI: Add cloud-init support for export to OCI and for OCI instance creation GUI: Fixed "Delete all files" leaving behind Logs/VBoxUI.log (bug #20235) Audio: Multiple fixes and enhancements Audio: Fixed detection of duplex audio devices on macOS (5.0 regression; bug #20171) Network: Fixed link status reporting for "not attached" adapters Network: Fixed connectivity issues with e1000 in OS/2 guests (6.1.18 regression; bug #20148) Network: Fixed VxWorks e1000 driver compatibility issue (bug #20182) Network: Fixed GUI checks for port forwarding rules rejecting IPv6 with "Nat Network" (bug #14847) DHCP: Don't crash in the presence of fixed address assignments (bug #20128) Serial: Fixed possible VM hang when using the a serial port in disconnected mode (bug #19854) Webcam: Fixed interoperability with v4l2loopback and fixed a crash under certain circumstances (bug #20176) NVMe: Fixed sporadic Windows VM hang or reboot on high CPU load VBoxManage: Allow changing network adapter attachment of a saved VM with "modifyvm" vboximg-mount: Fix for argument processing to honor the '--root' option (6.0 regression; bug #20073) Linux host and guest: Support kernel versions 5.11 (bug #20198) and 5.12 Linux host: Maximum MTU size increased to 16110 for host-only adapters on Linux kernels 4.10+ (bug #19122) Linux Guest Additions: Fix vboxvideo module compilation for kernel version 5.10.x Linux Guest Additions: Fixed kernel module build for RHEL 8.4 beta and CentOS Stream (bug #20289) File "fixes-for-5.11.patch" is deleted. The issue is fixed upstream. File "vboxautostart.sh" is replaced by "vboxautostart-service.sh" File "vboxautostart.service" is replaced by "vboxautostart-service.service" Fixes boo#1183329 "virtualbox 6.1.18 crashes when it runs nested VM" Fixes boo#1183125 "Leap 15.3 installation in Virtualbox without VBox integration" Fixes CVE-2021-2264 and boo#1184542. The directory for the .start files for autostarting VMs is moved from /etc/vbox to /etc/vbox/autostart.d. In addition, the autostart service is hardened (by Oracle). File "virtualbox-kmp-files-leap" is deleted.- Use distconfdir for xinitrc.d files on TW- Improve autostart security boo#1182918.- Own %{_sysconfdir}/X11/xinit/xinitrc.d as default packages (eg systemd) no longer do so, breaking package build.- update-extpack.sh: explicitly use https:// protocol for authenticity. The http:// URL is currently redirected to https:// but don't rely on this.- Add code to generate guest modules for Leap 15.2 and Leap 15.3. The kernel versions do not allow window resizing. Files "virtualbox-kmp-files-leap" and "vboxguestconfig.sh" are added- Fix build for Leap 15.3. File "fixes_for_leap15.3.patch" is added.- Fix additional problem with modal dialog parent. Fixes CVE-2021-2074, boo#1181197 and CVE-2021-2129, boo#1181198.- Version update to 6.1.18 (released January 19 2021) This is a maintenance release. The following items were fixed and/or added: Nested VM: Fixed hangs when executing SMP nested-guests under certain conditions on Intel hosts (bug #19315, #19561) OCI integration: Cloud Instance parameters parsing is improved on import (bug #19156) Network: UDP checksum offloading in e1000 no longer produces zero checksums (bug #19930) Network: Fixed Host-Only Ethernet Adapter DHCP, guest os can not get IP on host resume (bug #19620) NAT: Fixed mss parameter handing (bug #15256) macOS host: Multiple optimizations for BigSur Audio: Fixed issues with audio playback after host goes to sleep (bug #18594) Documentation: Some content touch-up and table formatting fixes Linux host and guest: Support kernel version 5.10 (bug #20055) Solaris host: Fix regression breaking VGA text mode since version 6.1.0 Guest Additions: Fixed a build failure affecting CentOS 8.2-2004 and later (bug #20091) Guest Additions: Fixed a build failure affecting Linux kernels 3.2.0 through 3.2.50 (bug #20006) Guest Additions: Fixed a VM segfault on copy with shared clipboard with X11 (bug #19226) Shared Folder: Fixed error with remounting on Linux guests File "debug_mountsf.patch" is deleted - fixed upstream. File "linux-5.10-address-space-fixes.patch" is deleted - fixed upstream. File "linux-5.10-framebuffer-fixes.patch" is deleted - fixed upstream. File "linux-5.10-r0drv-memobj-fix-r0.patch" is deleted - fixed upstream.- Under some circumstances, shared folders are mounted as root. File "debug_mountsf.patch" is added to allow recovery on affected systems. Automounted volumes are not fixed by this patch; however, manual mounting with the uid/gid options are correct.- Fix build for kernel 5.11 - File "fixes-for-5.11.patch" is added.- Disable build of guest modules. These are included in recent kernels and are not needed for Tumbleweed, Leap 15.1 and Leap 15.3. File "vboxguestconfig.sh" is deleted.- Fix additional mouse control dialog issues.- Forward Hans-Peter Jansen's fixes.- Add vb-6.1.16-modal-dialog-parent.patch in order to solve the file selector dialog mouse control issues- Fix build with RPM 4.16: Do not install files to buildroot during the build phase: - Do not forcibly require systemd: systemd_ordering is sufficient.- Add linux-5.10-r0drv-memobj-fix-r0.patch to fix build with kernel 5.10 - Add linux-5.10-address-space-fixes.patch to fix sharedfolders with 5.10 - Add linux-5.10-framebuffer-fixes.patch to fix framebuffer with 5.10- Version bump to 6.1.16 (released October 16 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: File "fixes_for_5.9.patch" deleted - fixed upstream. VMM: Fixed random memory corruption and XMM register state corruption inside the VM when Hyper-V is used (bug #19695) VMM: Fixed VMSVGA 3D support with Linux guests when Hyper-V is used (bug #19884) GUI: Fixed some Qt related crashes on macOS Big Sur Oracle Cloud Infrastructure integration: Fixed network integration not working behind some proxies USB: Mask out remote wake capability to avoid unresponsive devices Audio: Fixed issues with audio playback after host goes to sleep (bug #18594) Serial: Keep transferring data if the status line monitoring fails Serial: Fixed blocking a re-connect when TCP mode is used (bug #19878) HPET: Fixed inability of guests to use the last timer VBoxManage: Fixed detection of system locale when running 'VBoxManage unattended install' without --locale (bug #19856) Linux host and guest: Support kernel version 5.9 (bug #19845) Linux guest: Workaround to improve resizing of 32-bit VMs with VMSVGA graphics controller, and do not try to use RandR version 1.3 due to bugs causing the X server to hang Linux guest: Fixed VBoxService crashing in the CPU hot-plug service under certain circumstances during a CPU hot-unplug event (bugs #19902 and #19903) Linux guest: Fixed Guest additions build for RHEL 8.3 beta (bug #19863)- %service_del_postun_without_restart is not yet available in Leap 15.{1,2} of SLE15_SP1. For that reason, a workaround is added.- keep "Provides: multiversion(kernel)" in kmp package- Make use of %service_del_postun_without_restart And stop using DISABLE_RESTART_ON_UPDATE as this interface is obsolete.- Update to Oracle version 6.1.14a. This minor update enables the building of libvirt again. File "fix_virtio_build.patch" is removed.- Remove symbols that forced rebuild of initrd - Version update to 6.1.14 (released September 04 2020 by Oracle) File "fix_virtio_build.patch" is added to fix a build problem. This is a maintenance release. The following items were fixed and/or added: GUI: Fixes file name changes in the File location field when creating Virtual Hard Disk (bug #19286) VMM: Fixed running VMs which failed to start with VERR_NEM_MISSING_KERNEL_API_2 when Hyper-V is used (bug #19779 and #19804) Audio: fix regression in HDA emulation introduced in 6.1.0 Shared Clipboard: Fixed a potential crash when copying HTML data (6.1.2 regression; bug #19226) Linux host and guest: Linux kernel version 5.8 support EFI: Fixed reading ISO9660 filesystems on attached media (6.1.0 regression; bug #19682) EFI: Support booting from drives attached to the LsiLogic SCSI and SAS controller emulations- Pseudo version bump to 6.1.13, which is NOT an Oracle release. Update VB sources to run under kernel 5.8.0+ with no modifications to the kernel. These sources are derived from r85883 of the Oracle svn repository. For operations with USB{2,3}, the extension pack for revision 140056 must be installed. Once Oracle releases 6.1.14, then the extension pack and VB itself will have the same revision number. File "fixes_for_5.8.patch" is removed as that part was fixed upstream. Fixes boo#1175201.- Modify fixes_for_5.9.patch.- Fix build for kernel 5.9. File "fixes_for_5.9.patch" is added.- Delete temporary USBpassthru test patch.- Apply Oracle changes for kernel 5.8.- Version bump to 6.1.12 (released July 14 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: File "turn_off_cloud_net.patch" added. Fixes for CVE-2020-14628, CVE-2020-14646, CVE-2020-14647, CVE-2020-14649 CVE-2020-14713, CVE-2020-14674, CVE-2020-14675, CVE-2020-14676 CVE-2020-14677, CVE-2020-14699, CVE-2020-14711, CVE-2020-14629 CVE-2020-14703, CVE-2020-14704, CVE-2020-14648, CVE-2020-14650 CVE-2020-14673, CVE-2020-14694, CVE-2020-14695, CVE-2020-14698 CVE-2020-14700, CVE-2020-14712, CVE-2020-14707, CVE-2020-14714 CVE-2020-14715 bsc#1174159. UI: Fixes for Log-Viewer search-backward icon Devices: Fixes and improvements for the BusLogic SCSI controller emulation Serial Port: Regression fixes in FIFO data handling Oracle Cloud Infrastructure integration: Experimental new type of network attachment, allowing local VM to act as if it was run in cloud API: improved resource management in the guest control functionality VBoxManage: fixed command option parsing for the "snapshot edit" sub-command VBoxManage: Fix crash of 'VBoxManage internalcommands repairhd' when processing invalid input (bug #19579) Guest Additions, 3D: New experimental GLX graphics output Guest Additions, 3D: Fixed releasing texture objects, which could cause guest crashes Guest Additions: Fixed writes to a file on a shared folder not being reflected on the host when the file is mmap'ed and the used Linux kernel is between version 4.10.0 and 4.11.x Guest Additions: Fixed the shared folder driver on 32bit Windows 8 and newer returning an error when flushing writes to a file which is mapped into memory under rare circumstances Guest Additions: Improve resize coverage for VMSVGA graphics controller Guest Additions: Fix issues detecting guest additions ISO at runtime Guest Additions: Fixed German translation encoding for Windows GA installer- More fixes for %_libexecdir changing to /usr/libexec(bsc#1174075) - Previous fixes accidentally removed from changelog after conflict- Switch to multibuild to so that we can maintain one spec file for both virtualbox and virtualbox-kmp and build them separately. (bsc#1114605) + Add file "_multibuild" to specify the additional "kmp" build flavor. + Merge "virtualbox-kmp.spec" into "virtualbox.spec" + Drop file "virtualbox-kmp.changes". + Add file "fixes_for_sle12.patch"- Split virtualbox-kmp from virtualbox.spec (bsc#1114605) Adds files "virtualbox-kmp.spec" and "virtualbox-kmp.changes".- Add fixes to build with kernel 5.8. File "fixes_for_5.8.patch" is added. - Remove file "fixes_for_5.5.patch". Fixed upstream. -`Add file "fixes_for_makefile.patch" to clean up the Makefile used from the vboxdrv service routine when modules are not available.- Version bump to 6.1.10 (released June 05 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: Fixed crash when using Qt on Xwayland sessions (bug #19583) GUI: Fixed mouse pointer doesn't work properly in Windows guests when scaling is on (bug #19597) VBoxManage: Fixed crash of 'VBoxManage internalcommands repairhd' when processing invalid input (bug #19579) Settings: disable audio input and audio output by default for new VMs (bug #19527) Guest Additions: Fixed resizing and multi monitor handling for Wayland guests. (bug #19496) Guest Additions: Fixed VBoxClient error: The parent session seems to be non-X11. (bug #19590) Linux host and guest: Linux kernel version 5.7 support. (bug #19516 File "fix_wayland_crash.patch" is removed - fixed upstream.- Gsoap 2.8.103 changes the way that "soap_socket_errno" is handled. File "handle_gsoap_208103.patch" is added. Handle case where Wayland chooses wrong video. File "fix_wayland_crash.patch" is added.- Version bump to 6.1.8 (released May 15 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: File "fixes_for_5.7.patch" is removed as the issue was fixed upstream. GUI: Fix several layout and mouse position handling bugs with soft keyboard GUI: Fixed crash on last VM removed (6.1.4 regression; bug #19568, #19525, #19506, #19490, #19481, #19397) GUI and API: Allow renaming VMs which are in saved state Serial: Fixed slow guest output when using the TCP server mode without anyone being connected Guest Additions: Restored 'VBoxClient--checkhostversion' functionality (6.1.0 regression; bug #19470) Guest Additions: Fixed resizing and multi monitor handling for X11 guests. (6.1.0 regression; bug #19496) Guest Additions: Build problems fix with Oracle Linux 8.2 (Red Hat compatible kernel) / Red Hat Enterprise Linux 8.2 / CentOS 8.2 (bug #19391) Guest Control/VBoxManage: Fixed handling of multiple environment variables supplied to 'VBoxManage guestcontrol VM run' (6.1.6/6.0.20 regression; bug #19518) Guest Control: Implemented support for long(er) command lines Guest Control: Various stability improvements- Version bump to 6.1.6 (released April 14 2020 by Oracle) This version fixes bsc#1169249, bsc#1169202, and bsc#1166782. This is a maintenance release. The following items were fixed and/or added: GUI: Multiple enhancements including visual elements updates Graphics: Fixed monitor resizing and multi-monitor handling bugs on X11 guests with VMSVGA graphics adapter Graphics: Enhancements in 2D and 3D acceleration and rendering USB: Multiple enhancements improving prformance and stability Serial port: Improve error handling and fix hang when host port disappears VBoxManage: Multiple fixes for guestcontrol operations API: Fix for exception handling bug in Python bindings Shared clipboard: Multiple fixes including possible crash and HTML data support Linux host and guest: Support Linux kernel 5.6 (bug #19312) File "VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch" removed - fixed upstream. File "fixes_for_5.6.patch" removed - fixed upstream. File "change_default_display.patch" removed - fixed upstream.- Fix bug that deletes everything in ~/.vbox/- Fix builds for kernel 5.7. File "fixes_for_5.7.patch" is added.- Change default display type for openSUSE virtual machines. The default type has been VMSVGA; however, this display type fails to utilize driver vboxvideo. thus the display size is fixed. This problem is under investigation, but until a fix is found, the default is changed to VBoxVGA with file "add change_default_display.patch". - Makefile in the kernel-host-source package has a typo bug fixed (boo#1168910) and a large number of warnings are fixed.- apply fixes for kernel 5.6 unconditionally - adjust fixes_for_5.6.patch in such a way, it can be applied unconditionally (in order to support builds for newer kernel with older distributions)- Fix build errors for gcc-10 (boo#1167897). File "fixes_for_gcc10.patch" is added. - Convert /usr/bin/VirtualBox to use "~/.config/VirtualBox" instead "~/.vbox". This change was requested in boo#1167660.- Add patch to fix missing include with Qt 5.15: * fix-missing-includes-with-qt-5.15.patch- With version 6.1.4 of VB, the bidirectional clipboard part of VBoxClient for guest systems is failing. A patch is provided at https://www.virtualbox.org/ticket/19336. These changes have been added to file "VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch". This fixes boo #1167403 "VBoxClient --clipboard dies".- Update the wrapper that starts the UI for VirtualBox to check the version of the extpack that is installed. If no pack is installed or if the license is not current, the new code does nothing. If there is a current license and the installed pack does not match the running version of VB, then the script downloads and installs the new version. File "update-extpack.sh" is added.- A fix for boo #1166782 ("VirtualBox Guest 6.1.4 for OpenSUSE 15.1 constant segfault in libX11.so.6.3 every 5 seconds") is fixed. File "VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch", published in https://www.virtualbox.org/ticket/19357, fixes the problem.- Version bump to 6.1.4 (released February 19 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: Virtualization core: Fixed a rare issue with ICEBP instruction causing guru meditations on Intel hosts (6.1.0 regression; bug #19171) Virtualization core: Fixed macOS Catalina guests failing to boot after upgrading to 10.15.2 onwards (bug #19188) GUI: recent NLS integration and bug fixes for GUI and Qt translation tags USB: Fix isochronous transfers to the VM for xHCI Serial: Fix buffer handling, avoiding receiving stale data when the receive queue is flushed (bug #18671) Serial: Improve host serial port passthrough handling on Windows host VBoxManage: Restore old --clipboard option for modifyvm command Linux guest: Support Linux 5.5 (bug #19145) Linux guest: Shared folder fix for loopback mounting of images BIOS: Always report non-ATA disks as ready BIOS: Report EFI support through DMI table (bug 19144) VGA BIOS: Reduce stack space usage for INT 10h handlers- Kernel 5.6.0-rc3 introduced some fixes for the Y2038 problem. File "fixes_for_5.6" has been modified to handle these changes.- Update patches for v5.5 to handle errors in vboxvideo. boo#1163337.- Add file "fixes_for_5.6.patch" to handle API changes.- Version update to 6.1.2 (released January 14 2020i by Oracle) 18 Vulnerabilities fixed: CVE-2020-2674 CVE-2020-2682 CVE-2020-2698 CVE-2020-2701 CVE-2020-2702 CVE-2020-2726 CVE-2020-2681 CVE-2020-2689 CVE-2020-2690 CVE-2020-2691 CVE-2020-2692 CVE-2020-2703 CVE-2020-2704 CVE-2020-2705 CVE-2020-2725 CVE-2020-2678 CVE-2020-2727 CVE-2020-2693 See bsc#1161050 File "fixes_for_leap15.2.patch" added to fix build for Leap 15.2. File "vbox_fix_for_gcc7.patch" is deleted - fixed upstream. File "fixes_for_5.4.patch" is deleted - fixed upstream. Exclude 32-bit builds Update so the openSUSE Leap 42.3 builds OK. As announced earlier by Oracle, 32-bit builds are no longer supported. This is a maintenance release. The following items were fixed and/or added: Virtualization core: fixed performance issue observed with Windows XP guests on AMD hosts (6.0.0 regression; bug #19152) Virtualization core: consistent IBRS/IBPB CPUID feature reporting, avoids crash of NetBSD 9.0 RC1 installer (bug #19146) GUI: fixed updating of runtime info GUI: in Display settings, do not show "2D video acceleration" checkbox if it is meaningless for the selected graphics adapter Audio: fixed audio input handling when VRDE is enabled Audio: fixed crash in the HDA emulation when using multi-speaker configurations Storage: fixed use of encrypted disks with snapshots involved (6.1.0 regression; bug #19160) Storage: improve performance of virtio-scsi Storage: read-only support for compressed clusters in QCOW2 images Linux host: Support Linux 5.5 (guest additions not yet) Windows guest: accelerate 2D video decoding (scaling and color space conversion) if the VM is configured to use VBoxSVGA with 3D enabled Windows guest: fix guest additions installer to upgrade the mouse filter driver reliably Windows guest: when uninstalling older Guest Additions with old 3D support enabled try restoring original Direct3D files Linux guest: improve resize and multi-monitor handling for VMs using VMSVGA (known remaining issue: do not disable a monitor "in the middle", causes confusion)- Version update to 6.1.0 (released December 10 2019 by Oracle) - Fixes bsc#1132102. - Removed file "set_graphics_type.patch" as the problem is fixed upstream. This is a major update. The following major new features were added: - Implemented support for importing a virtual machine from Oracle Cloud Infrastructure - Extended support for exporting a virtual machine to Oracle Cloud Infrastructure, allowing the creation of multiple virtual machines without re-uploading. Also added option to export a VM to the cloud using the more efficient variant "paravirtialized", and to specify free-form tags for cloud images - Virtualization core: Support for nested hardware-virtualization on Intel CPUs (starting with 5th generation Core i, codename Broadwell), so far tested only with guest running VirtualBox - Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains, old style 3D support (with VBoxVGA) has been completely removed - Shared Clipboard: Implemented experimental support for file transfers (Windows hosts/guests only at the moment). Needs to be enabled via VBoxManage (disabled by default). In addition, the following items were fixed and/or added: In addition, the following items were fixed and/or added: - Virtualization core: Drop recompiler, i.e. running VMs now needs a CPU supporting hardware virtualization - Runtime: Works now on hosts with many CPUs (limit now 1024) - Appliance and Cloud Import: Add field for defining firmware type (not part of OVF spec and thus manual in the Appliance case, for OCI it is automatically taken from the instance information) - GUI: Improved the VISO creation and file manager dialogs - GUI: Virtual machine list of VirtualBox Manager was improved. Machine groups are now more obvious visually and VM search functionality has been improved. Global Tools element can now be pinned in place, to avoid scrolling it with rest of machine list - GUI: Virtual machine details pane is now extended with embedded editors for selected VM attributes, allowing user to edit them on-the-fly byi clicking corresponding hyper-links without opening VM settings dialog - GUI: Details pane provides more complete information - GUI: Internal medium enumeration routines were optimized to reduce the load and optimize the performance in cases when user have lots of media registered. Also, we again allowed to add existing media (and create new) via Virtual Media Manager - GUI: More consistent medium selection (both showing known images and allowing to select using the file picker) - GUI: VM storage settings page was adjusted a bit in usability regard. User is now allowed to change controller bus type and can move attachments between the controllers by using drag and drop - GUI: Storage and Network settings pages bug-fixes and usability optimization - GUI: Added a new soft (virtual) keyboard enabling arbitrary keyboard input to guests, including multimedia keys - GUI: Fixed crash in cloud related wizards when accessibility functionality was enabled - GUI: Show VM CPU load as part of status bar CPU indicator - GUI: Improved and extended the Session Information dialog - GUI: Fixed/improved mouse pointer scaling - GUI: Some issues related to mouse integration cursor scaling were addressed (bug #14366), more to go - GUI: Fix and unify geometry save/restore in various dialogs - GUI: Added the missing restriction options for disabling new functionality such as the VISO creator - GUI: Popup messages mouse click fix - Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0) - Graphics: Additional texture format support on Windows host - Graphics: Improved fix for flickering on Windows host - Input: Added support for horizontal scrolling in the PS/2 mouse device using the IntelliMouse Explorer protocol. Note that this support is automatically used by Linux guests but not by Windows guests - vboximg-mount: Experimental support for direct read-only access to NTFS, FAT and ext2/3/4 filesystems inside a disk image without the need for support on the host - vboximg-mount: Now also available on Linux host - Storage: Experimental support for virtio-scsi, for both hard disks and optical drives (including boot support in BIOS) - Storage: For optical drive emulation fix empty host drive crash - USB: Improvements for EHCI controller implementation - USB: Filter can now specify port path, uniquely identifying a port in a system - NAT: Fix TFTP OACK response, send only if request has options - NAT Network: Use non-blocking sockets on Linux for accepted incoming connections (port forwarding) - PCnet-ISA: Added new network adapter type, currently CLI only - Audio: Allow changing the host audio backend while the VM is in saved state - ACPI: Report NVMe controller - VGA: Improve hardware and BIOS compatibility - VBoxSVGA/VMSVGA: Support YUV2 and related texture formats with hosts using OpenGL (macOS and Linux), which accelerates video playback when 3D is enabled by delegating the color space conversion to the host GPU - VBoxSVGA/VMSVGA: Several drawing fixes for the 3D case - VMSVGA 3D: Fixed OpenGL compressed textures - VBoxManage: More cloud functionality coverage, e.g. starting a cloud instance - VBoxManage: As part of the guest control feature support moving multiple source files/directories to a target directory - Guest Control/VBoxManage: Added support for specifying multiple sources when renaming guest files - VBoxManage: Show "unrestricted guest" and "nested HW virtualization" CPU features when listing the host information - API: Reduce the amount of leftovers from Move VM function - Shared Clipboard: Implemented experimental support for file transfers for Linux hosts on Windows guests (disabled by default) - SMBIOS: Store system UUID in little endian format which is the default for new VMs, while existing VMs stick to the old VirtualBox behavior of storing them in big endian format for backwards compatibility to avoid breaking the activation status of Windows VMs - VBoxSDL frontend: Fixed running on Windows hosts - Linux host: Improve vboxweb systemd service dependency information - Linux host: Drop PCI passthrough, the current code is too incomplete (cannot handle PCIe devices at all), i.e. not useful enough - Linux host and guest: Support Linux 5.4 (bug #18945) - Linux host and guest: Force disabling of kernel module signing during build (user can do it afterwards) - Windows Guest Additions: Many fixes for drawing problems in the driver for VBoxSVGA - Windows Guest Additions: Fixes for legacy VBoxVGA adapter, restore previously working cases - Windows Guest Additions: Restore VHWA functionality for VBoxSVGA - Windows guest: DXVA implementation for WDDM driver - Documentation: Updated supported host operating systems, added few new manual pages (more to come later) - EFI: Switch to newer firmware code base and add NVRAM support, should improve compatibility with OSes significantly - EFI: Added support for booting from APFS - EFI: Added support for non-standard SATA and NVMe boot device paths created by OS X- Turn build of vboxvideo back on just in case VB is used with an older kernel, and make the necessary fixes for kernel v5.5.- Fix build for kernel 5.5. Added file "fixes_for_5.5.patch".- Update file "switch_to_python3.4+.patch" to handle Python 3.8. (bsc#1158288)- Try to fix unresolvable kernel version in Leap 15.2.- Fix build errors in Leap 42.3- Update "fixes_for_5.4.patch" for kernel API backport in openSUSE 15.2- Tweak file setup for appstream.- Add directory %{buildroot}%{_datadir}/metainfo for metafile "virtualbox.appdata.xml- Add appstream file (boo#1154128)- Version bumk to 6.0.14 (released October 15 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Virtualization core: fixed an invalid-guest state guru meditation in some rare circumstances on Intel hosts Virtualization core: some fixes for systems with lots of processors Audio: relaxed VRM / VRA (variable rate audio) bit checks to provide more compatibility for guests running ALSA setups with the AC'97 emulation USB: made device capturing for passthrough more accurate and reliable on Windows host Network: fixed potential issue with interrupt signalling for network adapters in UEFI guests 3D: fixed flicker and redraw issues when using VBoxSVGA or VMSVGA graphics adapter (bugs #18562, #18956) 3D: fixed crash with some applications when using VBoxSVGA or VMSVGA graphics adapter (bug #18638) macOS host: fix crash of GUI VM process which showed up frequently with 10.15 Catalina (bug #18990) Linux host: support Linux 5.3, thank you Larry Finger (see also bug #18911) Linux host: improve python version detection during rpm package creation, can change package dependencies and fix some installation problems Linux guests: calls to aio_read(3) and aio_write(3) may fail inside shared folders (bug #18805) Linux guests: fix problem with shared folder unmounting in service script, thank you Denis Ryndine (bug #18853) Linux guests: VBox 6.0.10 GAs fail to compile on Red Hat/CentOS/Oracle Linux 7.7 and Red Hat 8.1 Beta (bug #18917) Fix vulnerabilities CVE-2019-3028 CVE-2019-3017 CVE-2019-2944 CVE-2019-3026 CVE-2019-3021 CVE-2019-2984 CVE-2019-3002 CVE-2019-3005 CVE-2019-3031 CVE-2019-1547 CVE-2019-2926 (bsc#1154166) Removed file "fixes_for_5.3.patch" - fixes included upstream.- Kernel 5.4.0-rc3 introduces a change in the way the compiler handles the fallthrough attribute leading to build errors. File "fixes_for_5.4.patch" is modified to build correctly.- added "BuildRequires: pkgconfig(xdamage)" in order to fix build with upcoming changes in libglvnd/Mesa- Rework "fixes_for_5.4.patch" to unconditionally remove set_pages_nx() and set_pages_x() as these changes are backported to Kernel:HEAD:KMP.- Update file "fixes_for_5.4.patch" to handle removal of DRIVER_PRIME and rework of struct ttm_buffer_object.- Remove BuildRequires for device-mapper as workarounds for OBS bugs are not allowed.- Added file "set_graphics_type.patch" to set graphics adapter type to VBoxVGA boo#1151896- Add BuildRequires for device-mapper - Add file "fixes_for_5.4.patch" to handle API changes in kernel 5.4Added file "README.build" to documentation with instructions for me and any eventual successors. - Version update to 6.0.12 (released September 03 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: OCI export: handle empty disk image correctly API: fix potential crash when using the medium I/O functionality VBoxManage: fixed documentation of VBoxManage modifyvm uarttype documentation (bug #18759) Network: scrub inbound TCP URG pointer, working around incorrect OOB handling USB: Improved identification of power-saved devices on Windows hosts Audio: in the AC97 work around buggy guest drivers which reprogram the sampling rate, breaking audio in and/or audio out Linux host and guest: fix kernel module build for SLES 12 SP4 kernel 3D: fixed state saving and loading when the VBoxVGA graphics adapter is used with 3D enabled (bug #18802, 6.0.10 regression) Windows guests: fixed mouse cursor visibility updating Windows guests: fixed graphics corruption in Windows 10 search menu with VBoxSVGA adapter Windows guests: fixed dwm.exe crashes related to the WDDM driver for VBoxSVGA adapter when the VM has lots of RAM MacOS Guest Additions fail to start in 6.0.10 (bug #18793) Windows guests: fixed crashes when using shared folders (bug #18766) Linux guests: unprivileged users unable to create files inside shared folders (bug #18737) Linux guests: improve compatibility of vboxvideo.ko kernel module build logic (bug #18869)- Merge host kmp and guest kmp into a single kmp. The existence of two different kernel module packages is believed to be the reason that it is possible for a new kernel not to include the necessary kernel modules (boo#1142955). Files "virtualbox-host-kmp-files" and "virtualbox-guest-kmp-files" are deleted. File "virtualbox-kmp-files" is added. Files "virtualbox-host-preamble" and virtualbox-guest-preamble" are deleted. File "virtualbox-kmp-preamble" is added. File "fix_conflict_between_host_and_guest.patch" is added.- Script vboxdrv.sh, which is called from the systemd service file, incorrectly called a routine that does not exist when the kernel modules were not available. This call is changed to /sbin/vboxconfig that will build the modules if the requisite packages are available. If that is not true, the systemctl status vboxdrv will list the command needed to load the missing packages. This change address part of boo#1142995.- Version update to 6.0.10 (released July 16 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Various vulnerabilities are fixed (bsc#1141801) inclding CVE-2019-2859 CVE-2019-2867 CVE-2019-2866 CVE-2019-2864 CVE-2019-2865 CVE-2019-1543 CVE-2019-2863 CVE-2019-2848 CVE-2019-2877 CVE-2019-2873 CVE-2019-2874 CVE-2019-2875 CVE-2019-2876 CVE-2019-2850 User interface: fix issue inputing controller names (bug #11579) User interface: fix resize problems with recent Linux hosts (bug #18677) Serial: fixed guru meditation when raw mode is enabled (bug #18632) Serial: fixed possible VM crash under certain circumstances USB: Fixed "unrecoverable error" problems in OHCI emulation (bug #18593, 6.0.6 regression) USB: improve captured device identification VBoxManage: fix reversed reporting of audio input and output (thank you Socratis Kalogrianitis) VBoxManage: fix controlling recording for running machine (bug #18723) Guest control service: various fixes Linux hosts: kernel module build fixes for various kernels (bug #18316) Linux hosts: support UEFI secure boot driver signing on Ubuntu and Debian hosts (bug #11577) Linux hosts: fix focus grabbing problems with recent Qt versions (builds from source only; thank you Fabian Vogt (SUSE) and Larry Finger; bug #18745) Windows guests: many shared folders fixes Windows guests: fix other services failing if seamless mode was not available Linux guests: kernel module build fixes for various kernels (bugs #18677 and #18697; fixes by Larry Finger and Gianfranco Costamagna) Linux guests: do not try to load old versions of libcrypt on recent guests in Guest Additions tools (bug #18682) Linux guests: udev rules for guest kernel modules did not always take effect in time Linux guests/VMSVGA: do not forget the guest screen size after a guest reboot OS/2 guests: various shared folder fixes File "fixes_for_5.2.patch" is deleted - fixed upstream. File "fixes_for_5.3.patch" is added to handle API changes in kernel 5.3. File "fixes_for_Leap15.1.patch" is deleted - fixed upstream. File "fixes_focus_steal.patch" is deleted - fixed upstream.- Revise instructions for case when VirtualBoxVM has the wrong privilege. Rework conditional code when applying patch for SLE15_SP1. File "fixes_for_SLE15.patch" deleted.- Fix Virtualbox for problem with stealing focus under Qt 5.13. File "fixes_focus_steal.patch" is added.- Fix build for SLE15 SP1 - add file "fixes_for_SLE15.patch"- Kernel 5.2, now in Kernel_HEAD_stardard, has some API changes. These are handled in the new file "fixes_for_5.2.patch".- Unused file "fix_LTO_builds.patch" removed.- separate vboxautostart.sh from vboxdrv.sh - add vboxautostart.service - clean up vboxdrv.sh - fix build of vboxvideo kernel module by replacing the relative drm include patch with an absolute include path (with sed) - build vboxvideo kernel module for openSUSE >= 15.0 - apply fixes_for_Leap15.1.patch conditionally only - add minimal patch fixes_for_Leap42.3.patch to build for 42.3 - fix path typo: %{_datadir}/pixmaps/virtalbox - > %{_datadir}/pixmaps/virtualbox- Version bump to 6.0.8 (released May 13 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Core: fix saved state resume failures (bugs #18265 and #18331) User interface: show full file location in New Medium window. User interface: fix mouse click pass-through problems in multi-screen virtual machines (6.0.6 regression, bug #18567) Graphics: fixed a crash when powering off a VM without graphics controller (bug #18570) API: partial fix for dealing with VM config conflicting with other VMs related to medium UUIDs, now correctly flags VM as inaccessible (bug #17908) Linux hosts: fix kernel module build breakage in non-default build set-ups (bug #18620, thank you Ambroz Bizjak) Linux hosts: fix kernel module build breakage in debug build set-ups (bug #18621, thank you Ambroz Bizjak) Windows guests: notice file size increases in shared folders which were missed in certain cases Linux guests: make shared folders work with Linux 3.16.35 Linux guests: fix incorrectly read-only shared folders (bug #18345)- Modify "fixes_for_qt13.1" for i586 builds qith Qt 5.13- Limit all architectures to a maxium of 2 jobs. Without this restriction, 32-bit builds run out of memory, and 64-bit builds get strange crashes.- LTO builds still failing. Reset flag to nil. - Changed the way that the spec file limits the 32-bit builds to 2 threads. boo#1133492. If enough memory were allocated so that the full number of workers were allowed, the job would never be scheduled.- bsc#1130588: Require shadow instead of old pwdutils- Disable LTO (boo#1133289).- Updated file "Fixes_for_Leap15.1.patch" to handle one addition problem due to backporting of kernel APIa. Remove "BuildRequires: quilt" - that package is not needed. VirtualBox 6.0.6 fixes the following: CVE-2019-2656, CVE-2019-2680, CVE-2019-2696, CVE-2019-2703, CVE-2019-2721, CVE-2019-2722, CVE-2019-2723, CVE-2019-2657, CVE-2019-2690, CVE-2019-2679, CVE-2019-2678, and CVE-2019-2574 boo#1132827.- Version bump to 6.0.6 (released April 17 2019 by Oracle) The following files in the openSUSE implemetation are removed: "fix_32_bit_builds.patch", "fixes_for_5.0.patch", and "fixes_for_5.1.patch". These issues are fixed upstream. This is a maintenance release. The following items were fixed and/or added by Oracle: Virtualization core: nested AMD virtualization fixes User interface: fixed copying directories in file manager User interface: fixed operation progress in file manager when copying content User interface: fixed operation progress when deleting snapshots User interface: fixed unattended installation of recent Ubuntu guests User interface: various additional improvements Storage: fixed loading saved states for LsiLogic devices (6.0.0 regression; bug #18263) Storage: fixed fixed reading certain QCOW2 images and support version 3 of the format readonly Storage: Improved IDE PCI emulation to allow NetWare IDE drivers to use bus-mastering Graphics: Improved VMSVGA support to work with old X servers which previously showed only a badly scrambled screen Graphics: fixed invisible mouse cursor with VMSVGA emulation and without mouse integration (bug #18239) Graphics: make EFI work with VMSVGA emulation (bug #18282) Graphics: remember last guest screen size VMSVGA emulation Graphics: fix RDP to guests using VMSVGA emulation Graphics: various additional VMSVGA emulation fixes Audio: implemented audio device enumeration for the DirectSound backend Network: fixed unwanted padding bytes in Windows host adaptor network packets (bug #18202 and bug #18355) Serial: fixed possible crash on Windows when using a host device (6.0.0 regression; bug #18319) Serial: fixed loopback handling in the emulation causing garbage to be sent during boot with Linux guests (6.0.0 regression; bug #18319) Shared folders: fixed duplicate folders after restoring a saved state (bug #18373 and other) Drag and drop: fixed copying files from guest host (bug #18305) Recording: fixed modifying settings via VBoxManage (bug #18494) VBoxManage: crash fix (bug #18341) Fixed hangs during failed virtual machine start-up Linux host and guest: support Linux 5.0 and 5.1, thank you Valdis Kletnieks (see also bug #18515) Linux host: support kernel 4.4.169 (bug #18315) Linux host: fix logging when building Linux kernel modules (bug #18226) Linux host: clarified building Linux host drivers with secure boot (bug #18312) Installers: reduced size of packages Web services: work with Java 11 LibreSSL compilation fix, thank you Stefan Strogin Windows guests: fixed running applications which use complex display topologies with WDDM driver, fixed Skype for Business hangs (bug #17092) Windows guests: fixed an occasional guest crash with WDDM driver and VBoxSVGA adapter (bug #18369) Windows guests: shared folder file creation detection issue (bug #9276) Linux guests: shared folder performance and reliability improvements and missing features (bugs #17360, #819) OS/2 guests: shared folder fixes (bug #18376 and bug #18379)- The VirtualBox packages for both Tumbleweed and Leap 15.1 are now derived from the sources in Factory; however, the underlying kernels are very different in that vboxvideo.ko is built-into the TW kernel, thus the package did not try to build that module. The result is that Leap 15.1 guests have only 640x480 resolution (boo#1132439). These changes conditionally turn building of the kernel module back on. As TW does not need the module, it is only built for Leap 15.1.- An instance of /usr/lib/virtualbox/VirtualBoxVM being installed without SUID privilege has been reported as boo#1132379. Unfortunately, the error message thrown by VB in this case is rather opaque. To help the user recover, the wrapper /usr/bin/VirtualBox has been modified to check the permissions and pop up a warning describing the problem and showing the command needed to fix the problem. File "vbox-suid-warning.diff" is added.- Fix problems with use of files "virtualbox.permissions" and "virtualbox.permissions.paranoid" - they are deleted Removed setBadness line from virtualbox-rpmlinc.- Fix file "fixes_for_qt5.13.patch" - macro QT_VERSION_CHECK is not available for Qt < 5.13. Substitute the equivalent (qtmajor << 16 + qtminor << 8).- adjust patch virtualbox-fix-ui-background-color.patch to really fix the background color messing...- add patch to stop UI messing with Highlight Color for background - apply fixes_for_qt5.13.patch for Qt versions >= 5.13.0 only- Fix build with the pending Qt 5.13. File "fixes_for_qt5.13.patch" is added. bsc#1130503- Fix API changes for kernel 5.1.0 - add file "fixes_for_5.1.patch".- Remove requires on libvncserver for virtualbox-vnc.- Add setBadness('permissions-unauthorized-file',333) to rpmlintrc - Remove suid attributes from all files - add libgsoap version dependency >= 2.8.50 (recv_maxlength)- Fix virtualbox wrapper script virtualbox-wrapper.sh to check 60-vboxdrv.rules in /usr/lib/udev/rules.d, not /etc/udev/rules.d Logic is still flawed, until it doesn't take both locations into account - Add custom /etc/permission.d/virtualbox{,.paranoid} definitions - Add compatibility symlink to keep old desktop links functional- Add changes requested by Security - new file "security_fixes.patch" File UserManual.pdf is resent to clear error in build.- Part of the API changes for kernel 5.0 are not fixed upstream. Add file "fixes_for_5.0" back in.- Version bump to 6.0.4 (released January 28 2019 by Oracle) Files "fixes_for_5.0" and "fixes_for_gcc9" are deleted - the code was fixed upstream. This is a maintenance release. The following items were fixed and/or added: Virtualization core: support Shanghai/Zhaoxin CPUs. User interface: handle command line arguments to VirtualBox correctly (bugs #18206 and #18197) User interface: improvements to machine manager window, virtual optical disk creator, storage selector window and log viewer window User interface: various small fixes and improvements Audio: implemented time scheduling for the AC'97 device emulation to keep audio and video in sync Graphics: basic support for VMSVGA graphics device in virtual machines using EFI Network: fix occasional NATNet crashes (bug #13899) Network: worked around problems in certain PCnet drivers on old operating systems Serial: fixed connecting to pseudo terminals on POSIX hosts (6.0.0 regression; bug #18319) Linux hosts and guests: fix for building kernel modules against Linux 5.0. Thank you Kyle Laker- Converted vboxwebsrv to a systemd service. Previously, this was started through init.d. bsc#1116050 Files "vboxweb-service.service" and "vboxweb-service.sh" are added. File "vbox-vboxweb-init-script.diff" is removed. File "fixes_for_4.20.patch" is removed - the code was fixed upstream. File "fix_lib_search.patch" is added to fix the build of VBox0GL. File "fixes_for_5.0.patch" is added to compensate for API changes in kernel 5.0. File "virtualbox-system-x.patch" is removed. File "fixes_for_Leap15.1.patch" is added to fix build errors on Leap 15.1. - Version bump to 6.0.2 (released January 15 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: fixed creation of desktop shortcuts for starting virtual machines (bug #18207) User interface: allow the first run window to selecting host drives (bug #18230) User interface: fixed attaching empty host optical drives (bug #18223) User interface: implemented a new virtual optical disk creation window USB: modified Linux backends to reset USB devices (previously, most guest attempts to reset USB devices were ignored) PCnet: fixed a regression which caused some PCnet PCI guest drivers to not detect the emulated hardware (bug #18286) Linux hosts: fixed conflict between Debian and Oracle build desktop files (bug #18264) Linux and MacOS hosts: VirtualBoxVM command not accessible (bug #18257) Windows guests: multiple monitor fixes with VBoxSVGA graphics Windows guests: black screen with VBoxSVGA graphics when 3D is disabled (bug #18205) Linux guests: fixed building drivers on SLES 12.4 (bug #18213) Linux guests: fixed building shared folder driver with older kernels (bug #18238) OS/2 shared folders: fixed write regression introduced in 6.0.0 GA-Version bump to 6.0.0 (released December 18 2018 by Oracle) This is a major update. The following major new features were added: Implemented support for exporting a virtual machine to Oracle Cloud Infrastructure User interface: greatly improved HiDPI and scaling support, including better detection and per-machine configuration Major rework of user interface with simpler and more powerful application and virtual machine set-up User interface: a new file manager enabling user to control the guest file system and copy files between host and guest. Graphics: major update of 3D graphics support for Windows guests, and VMSVGA 3D graphics device emulation on Linux and Solaris guests Added support for surround speaker setups (as used by Windows 10 Build 1809) Added utility vboximg-mount on Apple hosts to access the content of guest disks on the host Added support for using Hyper-V as the fallback execution core on Windows host, to avoid inability to run VMs at the price of reduced performance In addition, the following items were fixed and/or added: Execution core: fixed single-stepping in certain circumstances (bug #17316) User interface: video and audio recording can now be separately enabled Audio/Video recording fixes and improvements Audio: better support for attaching and detaching remote desktop connections Serial port emulation fixes Serial ports: allow changing the serial port attachment while a machine is running (bug #6115) Networking: Added a workaround for older guests which do not enable bus mastering for the virtio PCI device Networking: fixed wrong RCODE from DNS AAAA query with --natdnshostresolver1 (bug #18171) iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI target is automatically determined, for targets with non-zero LUNs Transparently resize disk images when merging if possible VBoxManage: support for DHCP options Fixed VNC/RDP (bug 18153) Guest Control: various new interfaces and features (see SDK documentation) Linux hosts: support Linux 4.20 (thank you Larry Finger) Shared folders: performance improvements Guest Additions: improved shared folder auto-mounting Windows Guest Additions: fix incorrect tablet co-ordinate handling with recent Windows 10 builds Linux Additions: fix for building vboxvideo on EL 7.6 standard kernel, contributed by Robert Conde (bug #18093) Linux guests: support Linux 4.20 (thank you Larry Finger) Linux guests: support VMSVGA in the Linux and X11 Additions MacOS Guest Additions: initial support OS/2 Guest Additions: initial shared folder support BIOS fixes ACPI: Up to four custom ACPI tables can now be configured for a VM- Version bump to 5.2.24 (released January 15 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Linux Additions: fix for building vboxvideo on EL 7.6 standard kernel, contributed by Robert Conde (bug #18093) USB: fixed a problem causing failures attaching SuperSpeed devices which report USB version 3.1 (rather than 3.0) on Windows hosts Audio: added support for surround speaker setups used by Windows 10 Build 1809 Linux hosts: fixed conflict between Debian and Oracle build desktop files (bug #18264) Linux guests: fixed building drivers on SLES 12.4 (bug #18213) Linux guests: fixed building shared folder driver with older kernels (bug #18238) Patch "fixes_for_5.0.patch" is added to handle API changes for kernel 5.0. Contains fixes for: CVE-2019-2500, CVE-2019-2524, CVE-2019-2552, CVE-2018-3309, CVE-2019-2520 CVE-2019-2521, CVE-2019-2522, CVE-2019-2523, CVE-2019-2526, CVE-2019-2548 CVE-2018-11763, CVE-2019-2511, CVE-2019-2508, CVE-2019-2509, CVE-2019-2527 CVE-2019-2450, CVE-2019-2451, CVE-2019-2555, CVE-2019-2554, CVE-2019-2556 CVE-2018-11784, CVE-2018-0734, CVE-2019-2525, CVE-2019-2446, CVE-2019-2448 CVE-2019-2501, CVE-2019-2504, CVE-2019-2505, CVE-2019-2506, and CVE-2019-2553a bsc#1122212.- Remove test patch "change_default_net_adapter.patch". It was made obsolete by upstream changes.- Fix for latest gcc8 was incomplete.- Fix builds for the latest version of gcc8 and above. File "fixes_for_gcc9" is added.- proper permissions for /etc/vbox/*.cfg- remove ambiguous labels in vboxdrv: fixes restart and such - make autostarting synchronous again - improve README.autostart - add new autostart variables to the existing /etc/default/virtualbox in %post, if missing- replace switch_to_python3.6.patch with switch_to_python3.4+.patch- remove fixes_for_leap15.patch, upstream has incorporated it - add conflict with i4l-vbox due to shared /etc/vbox - adjust /etc/vbox permissions - add /etc/vbox/autostart.cfg - fix vboxdrv.sh: apply new autostart mechanics to stop_vms() - remove obsolete shutdown section in /etc/default/virtualbox - add VBOXAUTOSTART_{DB,CONFIG} to /etc/default/virtualbox - supply README.autostart- Fix the changes for kernel 4.20 API differences. The previous version compiled but had an error in logic.- Version bump to 5.2.22 (released November 09 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Audio: fixed a regression in the Core Audio backend causing a hang when returning from host sleep when processing input buffers Audio: fixed a potential crash in the HDA emulation if a stream has no valid mixer sink attached -- thanks to Rink Springer (rink@…) Linux Additions: disable 3D for recent guests using Wayland (bug #18116) Linux Additions: fix for rebuilding kernel modules for new kernels on RPM guests Linux Additions: further fixes for Linux 4.19 Linux Additions: fixed errors rebuilding initrd files with dracut on EL 6 (bug 18055#) Linux Additions: fixed 5.2.20 regression: guests not remembering the screen size after shutdown and restart (bug #18078) Patch file "gcc8-configure.patch" removed. The issue is fixed upstream. Patch file "fixes_for_4.19.patch" removed. The issue is fixed upstream. Add file "change_default_net_adapter.patch" to set PCnet-FAST III as the default adapter. This helps with the vulnerability listed in bsc#1115041.- Update "fixes_for_4.20.patch" for one additional API change so that Kernel_HEAD_standard will build. The description of VB was modified as suggested by Jan Engelhardt.- Fix / simplify python3-virtualbox packages files section. Do not rely on --record-rpm for any version of python, since we can't use it across the band.- Made changes requested in comments for request 646211. 1. Sustituted /usr/lib/python3.7/site-packages/ => %python3_sitelib 2. Reverted change that eliminated use of %{_tmppath}/SITE_FILES for Python 3.6 3. As vboxapisetup.py in Python 3.7 no longer accepts the --record-rpm switch, SITE_FILES does not exist, and the individual files must still be listed.- Make necessary updates so that VirtualBox will build with Python 3.7 - boo#1113894 Change kernel module code to build against the API changes in kernel 4.20 - This change adds file "fixes_for_4.20.patch".- Require(pre) virtualbox by the -qt package: otherewise it might happen that virtualbox-qt is installed before virtualbox, which then results in files being assigned to group 'root' instead of 'vboxusers', as the group is only created later.- Version bump to 5.2.20 (released October 16 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed task switches triggered by INTn instruction (bug #17979) Storage: fixed connecting to certain iSCSI targets (bug #17507) Storage: fixed handling of flush requests when configured to be ignored when the host I/O cache is used (bug #17573) Drag and drop: implemented support for UNC paths (bug #17146) Drag and drop: fixed resuming operation when restoring from a saved state (bug #17649) Drag and drop: fixed copying files with long file names (> 248 characters) from guests to Windows hosts (bug #17447) Drag and drop: fixed handling files with Unicode names on Windows guests (bug #15501) Drag and drop: fixed copying empty (0-byte) files to / from guests (bugs #14863 + #17443) Drag and drop: fixed copying over files from hosts to Linux guests (bug #16025) Networking: restore connectivity for guests bridged to host adapters that were unavailable temporarily (Windows hosts, bug #17090) Guest Control: fixed hang when using --wait-stdout and/or --wait-stderr (bug #17386). Needs updating Guest Additions Video recording: fixed starting video recording on VM power up (bug #17307) Linux Additions: various build fixes for kernel modules on recent distributions, and made sure modules end up in initramfs files Linux Additions: build fixes for 4.19, thank you Larry Finger Linux Additions: various small fixes for video driver This version also addresses the following vulnerabilities: CVE-2018-0732, CVE-2018-2909, CVE-2018-3287 CVE-2018-3288, CVE-2018-3289, CVE-2018-3290, CVE-2018-3291, CVE-2018-3292, CVE-2018-3293, CVE-2018-3294, CVE-2018-3295, CVE-2018-3296, CVE-2018-3297, and CVE-2018-3298. bsc#1112097- Fix autostart of VMs, which is no longer handled by the vboxes.service. A new routine "start_vms" is added to the start section of vboxdrv.sh, which is called by vboxdrv.service. Files "vboxes.service", "vboxes.sh", and "virtualbox-sysconfig.vbox" are deleted. These changes are to satisfy bsc#1107769.- Fix 2 API changes for kernel 4.19-rc1. File "fixes_for_4.19.patch" is added.-VirtualBox 5.2.18 (released August 14 2018) This is a maintenance release. The following items were fixed and/or added: VMM: See user manual. VMM: fix loading with recent binutils and self-built versions of VirtualBox (bug #17851) NAT: fix --nataliasmode sameports which is a valid setting (bug #13000) VRDP: fixed VM process termination on RDP client disconnect if 3D is enabled for the virtual machine- Version bump to 5.2.16 (released July 17 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: OVF: case insensitive comparison of manifest attribute values, to improve compatibility (bug #17357) Linux: build for openSUSE 15.0 (bug #17554) Linux: various build fixes for distribution builds, thank you Gianfranco Costamagna This update fixes CVE-2018-3005, CVE-2018-3055, CVE-2018-3085, CVE-2018-3086, CVE-2018-3087, CVE-2018-3088, CVE-2018-3089, CVE-2018-3090, and CVE-2018-3091. bsc#1101667.- Version update to 5.2.14 (released July 02 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: fixed a segmentation fault when accessing the interface through VNC (bug #16348) User interface: X11: handle repeating keys on the host system correctly (bug #1296, previously fixed, 5.1.0 regression) VMM: Fixed emulation of the undocumented SALC instruction VMM: Fixed emulation of so-called "huge unreal mode" (bug #17744); this in practice only affected Intel CPUs with VT-x without unrestricted execution. Keyboard: The PS/2 keyboard emulation has been corrected to not queue partial scan code sequences (bug #17709); this problem was likely only visible on Linux hosts due to losing the fix for bug #1296 Storage: Fixed CUE file support to correct REM keyword parsing (bug #17783) USB: Fixed a problem where the emulated xHCI device under very rare circumstances failed to report an empty isochronous transfer ring error, causing the transfers on the corresponding endpoint to stop. Audio: fixed Linux kernel log flooding (bug #17759) Apple hosts: make kernel driver load with Mac OS Mojave pre-release (bug #17805). Linux guests: made vboxvideo driver build with kernel 4.17 (bug #17801) and with pre-3.14 and EL 7.1 kernels (bug #17771) Removed "fixes_for_4.17.patch" - fixes merged upstream.- Fix typo in host KMP line.- Add file "fix_32_bit_builds.patch" to fix error in 32-bit builds. Add file "switch_to_python3.6.patch" to convert to Python3. Update warning regarding the security hole in USB passthrough. The text no longer refers to an old bugzilla entry (bsc#1097248). Script vboxguestconfig.sh is fixed.- Use %{?linux_make_arch} when building kernel modules (boo#1098050).- A second new include was needed for build with Qt5.11 - bsc#1093731.- Fix build errors with Qt 5.11 - b.s.c. #1093731. File "fixes_for_Qt5.11.patch" added.- Version bump to 5.2.12 (released May 09 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Serial: fixed possible data corruption when sending data under certain circumstances Video recording: fixed starting / stopping recording under certain circumstances Linux hosts: support Linux 4.17 changes. Thank you Larry Finger Linux guests: support Linux 4.16 and EL 7.5 kernels (bugs #17676 and #17678) Linux guests: 3D fixes for recent guests (bug #17623) File "fixes_for_4.16.patch" is removed - fixed upstream.- The 3rd time is the charm.- Fix typo that broke builds for kernel 4.16.- Update "fixes_for_4.17.patch" for some additional API changes.- Add "gcc8-configure.patch" to fix boo#1090367.- Version bump to 5.2.10 (released April 17 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Vulnerabilities CVE-2018-0739, CVE-2018-2830, CVE-2018-2831, CVE-2018-2835, CVE-2018-2836, CVE-2018-2837, CVE-2018-2842, CVE-2018-2843, CVE-2018-2844, CVE-2018-2845, and CVE-2018-2860 VMM: Fixed missing NULL pointer check in MMIO code Storage: fixed having multiple NVMe controllers with ICH9 enabled (5.2.0 regression) Network: fixed wireless detection regression when bridging to adapters with unbound IP protocols (bug #17543) Audio: Fixed interrupt storm in FreeBSD guests with HDA (bug #17219) Keyboard: Introduced a small delay to fix old software which expects to be able to read an incoming scan code more than once (bug #17592) NAT: Handle nameserver 0.0.0.0 which is a valid setting (bug #17584) BIOS: INT 15h/87h service must disable A20 gate when done Linux Guest Additions: fix a hang starting KDE Plasma- Add file "fixes_for_4.17.patch" to follow API changes in kernel 4.17.- Further updates for Leap 15 kernel API changes.- Remove extraneouos %posttrans macros- Update so that the system will build on the new Leap 15 kernel.- Remove version requirement on GLIBC. That was an error.- Updated the fixes for kernel 4.16.- Add file "fixes_for_4.16.patch" to handle API changes in kernel 4.16.- File "fixes_for_4.15.patch" removed - fixed upstream. File "fix_videocapture.patch" removed - fixed upstream. Version bump to 5.2.8 (released 2018-02-27 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: added support for FSGSBASE, PCID, INVPCID CPU features for guests VMM: fixed EMM386 issue with detecting suitable page frame base (bug #10022) Front end: Linux: prevent VM window from jumping and auto-resizing to tiny size after resizing it on HiDPI screen Front end: Linux: fixed seamless regression caused by wm_class functionality (bugs #12534, #17304) Front end: switched to https downloads Front end: fixed crash while opening New machine wizard (s.a. forums topic 86592) Audio: added support for distinguishing recording sources in the PulseAudio mixer on the host when multiple VMs are running Audio: various fixes for the DirectSound backend Video recording: added better file seeking support and fixed playback of recorded files with certain players (e.g. Firefox) Audio: various fixes for Windows guest surround setups Audio: various fixes for HDA emulation Serial: fixed an issue where the serial port parameters in the emulation and host serial port got out of sync (bug #17116) Storage: fixed overwriting certain INQUIRY data for the DVD/CD drive attached to a AHCI controller Storage: fixed handling VMDK images created by Amazon EC2 VM export Network: fixed PXE boot regression in e1000 Network: Added a workaround for older guests which do not enable bus mastering for the virtio PCI device 3D: add environment variable to configure presenting 3D content on main thread (see bug #13653) Windows hosts: fixed indiscriminate binding of NDIS5 bridged driver, that caused PPPOE malfunction (bugs #16407, #17489) Windows guests: fixed incorrect function error when using shared folders in certain applications (bug #14118) Linux guests: Linux 4.15 support (bugs #17311, #17320, #17282) Linux guests: fixed black screen when 3D enabled in guests (bug #17463, 5.2.6 regression) Linux guests: suppress setuid and setgid in shared folders- Modify virtualbox-vnc to require libvncserver0 (bsc#1081856).- Fix bug in video capture - boo#1081281. The variable used to store the time code is only 16 bits, but needs to be 32-bits long. File "fix_videocapture.patch" is added to fix the problem.- Update "fixes_for_4.15.patch": remove useless log statement that broke building the vboxvideo guest kernel module - Build and install it again, it's needed for KMS support, i.e. for Xorg's "modesetting" driver to work in the guest (boo#1079221)- Version bump to 5.2.6 (released 2018-01-15 by Oracle) Fixes for the following vulnerabilities (bsc#1076372) CVE-2018-2694, CVE-2018-2698, CVE-2018-2685, CVE-2018-2686, CVE-2018-2687, CVE-2018-2688 CVE-2018-2689, CVE-2018-2690, CVE-2018-2676, CVE-2018-2693, CVE-2017-5715 This is a maintenance release. The following items were fixed and/or added: GUI: fixed occasional screen corruption when host screen resolutio n is changed User interface: increase proposed disk size when creating new VMs for Windows 7 and newer User interface: various improvements for high resolution screens VMM: Fixed problems using 256MB VRAM in raw-mode VMs Audio: implemented support for audio playback and recording for macOS guests Audio: further timing improvements for Windows 10 guests Linux hosts: fixed problem accessing mini-toolbar under XFCE (bug #17280, contributed by Dusan Gallo)- Updated file "fixes_for_leap15.patch" for new source.- File "fixes_for_4.14.patch" deleted - upstream fix. File "remove_vbox_video_build.patch" added as current versions of Xorg no longer need this component. Version update to 5.2.4 (released 2017-12-19 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: Adjusting desktop file for X11 window managers (bug #17312) User interface: various high resolution display adjustments Audio: fixed SB16 volume handling (5.2 regression) Audio: various fixes USB/OHCI: fixed a problem where OHCI emulation might sporadically drop data transfers Linux hosts: fixed screen corruption when the host screen changes and a virtual machine window is maximized X11 Guest Additions: fixed a hang at the GNOME Shell login screen with 3D enabled (5.2 regression, bugs #17189 and #17190) Version bump to 5.2.2 (released 2017-11-24 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: various improvements for high resolution screens User interface: added functionality to duplicate optical and floppy images User interface: various improvements for the virtual media manager VMM: fixed emulation so that Plan 9 guests can start once more (5.1.0 regression) Storage: fixed regression breaking iSCSI (bug #17196) Audio: added HDA support for more exotic guests (e.g. Haiku) Serial: fixed hanging I/O when using named pipes on Windows (5.2.0 regression; bug #17227) Serial: fixed broken communication with certain devices on Linux hosts USB/OHCI: improved behavior so that the controller state after a VM reset is closer to the initial state after VM start EFI: fixed HFS+ driver which in rare cases failed to access most files on a volume Shared clipboard: fixed hang with OS X host and Linux guest (bug #15782) Linux hosts: fixed kernel module compilation and start failures with Linux kernel 4.14 (bug #17267) X11 hosts: better handle WM_CLASS setting (bug #12534) Linux guests: fixed kernel module compilation and other problems with Linux kernel 4.14 (bug #12534) Linux guests: fixed kernel module compilation and other problems with Linux kernel 4.14 Linux guests: fixed various 5.2.0 regressions (bug #17163) Bridged networking: fixed duplicate EtherType in VLAN/priority tags on Linux (5.2.0 regression; bug #17277) Version change to 5.2.0 (released 2017-10-18 by Oracle) This is a major update. The following major new features were added: VM export to Oracle Cloud (OPC) Unattended guest installation (bug #5810; see the manual for more information) Overhauled VM selector GUI (improved tools VM / global tools handling, new icons) Added experimental audio support for video recording In addition, the following items were fixed and/or added: VMM: fixed reason for recent Linux kernels on also recent CPU models warning about "XSAVE consistency problem" GUI: Virtual Media Manager rework allowing to manage media attributes, like size, location, type and description GUI: Host-only Network Manager implemented to simplify managing corresponding networks and their attributes GUI: Snapshot Pane rework allowing to manage snapshot attributes, like name and description; reworked snapshot details which looks more clear, corresponds to VM Details pane and reflects current VM state difference according to last snapshot taken GUI: Audio settings extended with possibility to enable/disable audio input/output; corresponding changed were done to Audio and Video Capture settings pages; VM Devices menu and status-bar extended with corresponding actions and indicator as well GUI: improvements with accessibility support GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610) Audio: implemented (optional) device enumeration support for audio backends Audio: implemented support for host device callbacks (e.g. when adding or removing an audio device) Audio: HDA emulation now uses asynchronous data processing in separate threads Audio: implemented ability to enable or disable audio input / output on-the-fly Storage: implemented support for CUE/BIN images as CD/DVD media including multiple tracks Storage: implemented support for the controller memory buffer feature for NVMe Storage: first milestone of the I/O stack redesign landed E1000: Fix for Windows XP freeze when booting with unplugged cable NAT network: do not skip some port forwarding setup when multiple VMs are active (Windows hosts only; bug #17041) Serial: fixed extremely rare misbehavior on VM poweroff EFI: better video mode handling, supporting custom video modes and easier configuration (bug #6783) BIOS: properly report floppy logical sectors per track for unusual formats BIOS: update ATA disk parameter table vectors only if there is actually a corresponding ATA disk attached PXE: speed up booting by better handling pending packets when the link is not up yet VBoxManage: handle CPUID sub-leaf overrides better Windows Additions: fix several 3D related crashes Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames Linux Additions: on systems using systemd, make sure that only the Guest Additions timesync service is active many unlisted fixes and improvements- Fix spelling mistakes in vbox-usb-warning.diff.- Move location of kernel modules from /lib/modules/$(uname -r)/misc to /lib/modules/$(uname -r)/extra. This change is supposed to force rebuild of the modules when the kernel is updated.- Update "fixes_for_4.15.patch" for further API changes in kernel 4.15.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Remove file "fix_KMS_support.patch" - Fixed upstream Add new patch file "fixes_for_4.15.patch". Modified vboxconfig.sh to issue a warning when there is a version mismatch rather than abort.- Update "fixes_for_leap15.patch" for wait queue API changes.- Add file "fixes_for_python.patch".- Modify "fixes_for_leap15.patch" to handle SKB_GSO_UDP API change. - Addresses VUL-0: CVE-2017-10392,CVE-2017-10407,CVE-2017-10408,CVE-2017-3733,CVE-2017-10428 as noted in bsc #1064200- Rename python subpackage - Update python dependnencies for migration to python3 as default- Add patch to handle LEAP 15 API change in wait queues. This change addresses boo#1064524. File "fixes_for_leap15.patch" is added to accomplish this task.- Update vboxdrv.sh as recommended in bsc#1060072. - Move files /usr/lib/virtualbox/VBoxKeyboard.so, /usr/lib/virtualbox/VBoxOGLrenderspu.so, /usr/lib/virtualbox/VBoxSharedClipboard.so, and /usr/lib/virtualbox/VBoxSharedCrOpenGL.so from package virtualbox to virtualbox-qt. With this change, package virtualbox no longer needs libX11. - Version bump to 5.1.30 (released 2017-10-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: translation updates GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610) Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames Linux hosts: glibc 2.26 compile fix Windows Additions: 3D related crash fix (bugs #17082, #17092)- Make additional change specified in bsc#1060072. Moving VBoxSDL and VBoxSDL.so from package virtualbox to virtualbox-qt removes an additional need to load the libqt* binaries on a text-only installation running headless VMs.- Make changes suggested in bsc#1060072 The specific changes are: (1) Remove the test in vboxdrv.sh as the script tests for the wrong file. This is safe because if the package is not installed, the script will not be there. (2) Move VBoxDbg.so to package virtualbox-qt. With this change, packages libQt5Core, libQt5Gui and libQt5Widgets are no longer needed with package virtualbox. As a result, a text-only server no longer needs to load QT to support headless virtual machines.- Update "fixes_for_4.14.patch" to handle additional API changes in kernel 4.14. These include the following: removal of gamma_set and gamma_get from struct drm_fb_helper_funcs removal of set_busid from struct drm_driver replacement of drm_pci_init() with pci_register_driver() replacement of drm_pci_exit() with pci_unregister_driver() removal of load_lut from struct drm_crtc_helper_func- Update "fixes_for_4.14.patch" to handle missing SKB_GSO_UDP in kernel 4.14- Add file "fixes_for_4.14.patch" to handle API change in kernel 4.14. Remove file "vbox_fix_42.3_api.patch" as that fix is included in upstream code.- Version bump to 5.1.28 (released 2017-09-13 by Oracle) This is a maintenance release. The following items were fixed and/or added: Audio: fixed accidental crashes when using the AC'97 sound emulation (bug #16959) Audio: fixed crash when default input or output devices have changed (bugs #16968, #16969, #17004) Audio: fixed recording when using the ALSA backend Audio: fixed handle leak when using the OSS backend E1000: fixed a crash related to VLAN traffic over internal network (5.1.26 regression; bug #16960) NAT: apply --natbindip1 to TCP connections (bug #16478) OVF: when importing an appliance with XHCI controller, don't add an OHCI controller. Linux hosts: fixed creating fixed sized VDI images (bug #17010) Linux hosts / guests: fixes for Linux 4.4 of openSUSE Leap 42.3 (bug #16966) Bridged networking: align outgoing packet at word boundary, preventing Windows host crash in MsLbfoProvider. Linux Additions: kernel drm driver support for custom EL7 Linux 3.10 kernel- mark VBoxNetNAT with the correct permissions line. (bsc#1033425)- Update vboxconfig.sh to fix problems noted in bsc#1042726 Disable pae build for 32-bit kernels. Added missing commands to keep mkinitrd from being called twice during installation of host kernel modules. bsc#105248.- internal-headers.patch: fix invalid use of internal headers, enable POSIX extensions- reorganize vbox autostart, coping with systemd: - add /usr/lib/virtualbox/vboxes.sh (based on /etc/init.d/vboxes) - add /usr/lib/systemd/system/vboxes.service - remove /etc/init.d/vboxes- Version bump to 5.1.26 (released 2017-07-27 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: reset the TSC on VM reset to work around a Windows bug (bug #16643) Audio: fixed memory leak when enabled with VRDP connections (5.1.24 regression; bug #16928) Audio: fixed creation of too many sound sinks on Linux hosts when using the PulseAudio backend (bug #16938) Audio: implemented record gain registers for AC'97 emulation; those are needed for newer Ubuntu guests which rely on those when controlling gain and muting the recording (capturing) levels Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) Mouse: double click was not working with a precision touchpad (bug #14632) Linux hosts: properly bring up host-only network interfaces with iproute (5.1.24 regression; bug #16911) Linux hosts: provide Python 3 libraries for deb/rpm packages Windows guests: fixed automatic logons for Vista and newer Windows guests (5.1.24 regression; bug #16921)- File "vbox_fix_for_kernel_4.12.patch" removed as these changes are fixed upstream. - File "vbox_fix_for_kernel_4.13.patch" removed as these changes are fixed upstream. - Version bump to 5.1.24 (released 2017-07-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: mask the VME CPUID capability on AMD Ryzen processors for now to make certain guests works, for example Windows XP VMM: emulate more SSE2 instructions VMM: properly clear the TF and AC flags when dispatching real-mode interrupts GUI: fixes to make the mini-toolbar work with recent versions of KDE / Plasma (bug #16325) GUI: fixed a potential crash when a VM with multiple screens is running in full screen / seamless mode and a host screen is removed, for example when connecting to the host via RDP GUI: fixed initial size hints for guests which set intermediate sizes before responding (bug #16593) GUI: prevent stopped screen updates or black screen on reboot in a multi-screen setup under certain conditions Audio: many improvements for Windows 10 guests (bugs #15189, #15925, #16170, #16682, #16794 and others) Storage: fixed possible crash when using Intels SPDK API: use the correct file name of the VM machine state if the VM settings directory is renamed, for example during grouping / ungrouping a VM (bugs #16075 and #16745) API: return the correct error code if powering up a VM fails API: video recording did not automatically start at VM start when enabled in the VM settings (bug #16803) API: when relocating a medium, check that the target path is fully qualified EFI: fix for VMs with more than 3504MB RAM (bug #11103) Host-only adapter: correctly determine IPv4 netmasks on Windows hosts (bug #16826) NAT network: properly do the refcounting for starting / stopping the NAT / DHCP services if the NAT network is changed while the adapter network connection type is anything else but NAT network VBoxManage: fixed controlvm videocapfile (bug #16779) Linux / Mac OS X hosts: more fixes for loading shared libraries (5.1.20 regression; bugs #16778, #16693) Linux hosts / guests: Linux 4.12 fixes (bugs #16725, #16800) Linux hosts / guests: reduce the kernel stack consumption for Linux kernels with CONFIG_CPUMASK_OFFSTACK defined Linux hosts / guests: fixes for kernel modules built with gcc-7 (bug #16772) Linux hosts / guests: Linux 4.13 fix (bug #16887) Linux hosts: don't depend on net-tools on newer distributions as this package is deprecated in favour of iproute (bug #16764) Linux hosts: make 2D video acceleration available for older Linux distributions (5.1 regression; bug #16858) Linux Additions: fix for dynamic resizing with Oracle Linux 6 with UEK4 Linux Additions: make Fedora 25 and 26 Alpha work when 3D pass-through is enabled Linux Additions: no longer recommend removing distribution- installed Additions if they are updated to our guidelines- In kernel 4.13, wait_queue_t => wait_queue_entry_t. File "vbox_fix_for_kernel_4.13.patch" patches the source to account for this change.- Fix several problems with the startup scripts. The SysV form is no longer used for most packages as proper systemd service files have been created. These fixes address bsc#1037291, #1043532, and #1045871. - Increase reserved disk space from 4 to 5 GB. This change was suddested as a fix for the 32-bit failures.- Fix missing global for 32-bit version with gcc7. (bsc#1046571). Fix missing frame buffer cleanup - private communication from Oracle - adds file "fix_KMS_support.patch".- Fix logic error in scripts to build kernel modules locally - see bnc#1042726. Fix "requires" for net-tools-deprecated so that Leap 42.3 will build. Fix missing /media for Leap 42.3. Fix typo in above changes.- Fix some typos in the various service files as noted in boo#1044931. With these fixes, TW guests start correctly. In addition, the /sbin/vboxconfig (for hosts) and the /sbin/vboxguestconfig (for guests) work correctly.- Now that kernel:HEAD:standard has changed to version 4.12.0-rcX, the VB drivers need some changes for new API's. File "vbox_fix_for_kernel_4.12.patch" is added. The added installation of "net-tools-deprecated" broke builds for Leap 42.3. That change is now conditional on building for Factory.- Add installation of package "net-tools-deprecated" as requested in boo#1027742.- Revise warning screen concerning USB passthru - fixes bnc#1041137. USB passthru opens a security hole, yet it is so valuable that many users want the feature, thus it is our default. Previously, a user needed to edit a udev rule to disable passthru. The bad part was that an update of VB changed the rule back to allow passthru without any notification. These changes modify the popup to allow the user to accept or decline passthru. If the user declines, then the root password is requested and the udev rule is modified. As these modifications will be lost with the next VB update, the inode of the udev rule is kept. If the user has previously declined and the inode has changed, the popup will show the next time VB is started. File "fix_usb_rules.sh" is added.- add %dir /usr/share/licenses to new vnc package- Made changes to build with gcc 7.x. This adds new file "vbox_fix_for_gcc7.patch". Changed the building of VBoxVNC to remove the hack used earlier.- Make a number of changes: * Add VBoxVNC as a proper external pack rather than just make the so available (bnc #1037033). Thanks to Michal Nowak for most of this effort. One hack was required to work around a bug in "VBoxManage extpack install" whereby the --accept-license option failed to work. * Improve startup of VirtualBox through use of systemd service files: a. Beginning with Oracle version 5.0.8, the command used to build the kernel modules outside of the RPM packaging code changed; however, the openSUSE version did not implement the new method. That new code is now implemented. b. In Tumbleweed, the SysV init scripts to systemd service files stopped working. Part of the new code also checks to see if the kernel modules are loaded. If not, new script files are called to include the necessary packages and build the necessary modules. c. The hooks are in place to remove the sysv init files and do the complete conversion to systemd. This step will be done at a later time. * New files are "vboxconfig.sh", "vboxguestconfig.sh", "vboxdrv.service", and "vboxadd-service.service". * New sub-packages virtualbox-guest-source and virtualbox-vnc are produced. * Some typos in virtualbox.spec are fixed.- Add libelf-devel to build. Fixes bnc #1037511. Modified the startup files to build the kernel modules if they are missing. Files "vboxconfig.sh" and "vboxguestconfig" added.- Version bump to 5.1.22 (released 2017-04-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed VERR_IEM_INSTR_NOT_IMPLEMENTED Guru Meditation under certain conditions (5.1 regression; mostly Mac OS X hosts; bugs #15693, #15801, #16274, #16569, #16663) VMM: fixed software virtualization on Solaris hosts (5.1.20 regression) Storage: fixed a potential hang under rare circumstances (bug #16677) Storage: fixed a potential crash under rare circumstances (asynchronous I/O disabled or during maintenance file operations like merging snapshots) Linux hosts: make the ALSA backend work again as well as loading the GL libraries on certain hosts (5.1.20 regression; bugs #16667, #16693) Linux Additions: fixed mount.vboxsf symlink problem (5.1.20 regression; bug #16670)- VirtualBox has always been started by systemd utilizing the old-style scripts in /etc/init.d. These should be converted to the service files native to systemd. This issue has been forced as a recent update to Tumbleweed broke the startup of VB for both TW hosts and guests. This change starts the conversion to native systemd files. The original scripts are still used; however, service files are used to start and stop the VB components. In a later change, all action will be accomplished using systemd service files. Two new files named "vboxdrv.service" and "vboxadd-service.service" are added.- Fixes for CVE-2017-3561, CVE-2017-3563, CVE-2017-3576, CVE-2017-3558, CVE-2017-3587 CVE-2017-3559, CVE-2017-3575, CVE-2017-3538, CVE-2017-3513 Version bump to 5.1.20 (released 2017-04-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: don't check if the Extension Pack is up-to-date if the user is about to install a new Extension Pack (bug #16317) GUI: fixed a possible crash when switching a multi-monitor VM into full-screen or seamless mode GUI: several mini-toolbar fixes in full-screen / seamless mode (X11 hosts only) GUI: don't crash on restoring defaults in the appliance import dialog Windows Additions: another fix for automatic logins for Windows Vista and newer (bug #15904) ICH9: fix for Windows guests with a huge amount (>64G) of guest memory BIOS: fixed El Torito hard disk emulation geometry calculation (thanks Dwight Engen)- Add File "vbox_fix_42.3_api.patch" to handle the get_user_pages() API change in Leap 42.3.- Package VBoxVNC.so. This extension is already being built, just not packaged. This feature is requested in bsc #1024671.- Version bump to 5.1.18 (released 2017-08-15 by Oracle) This is a maintenance release. The following items were fixed and/or added: Shared Folders: fixed case insensitive filename access (5.1.16 regression; Windows guests only; bug #16549) Shared Folders: fixed access to long pathes (5.1.16 regression; Windows guests only; bugs #14651, #16564) API: fixed snapshot handling of medium attachments and PCI device attachments (bug #16545) API: make 32-bit Windows guests in raw mode boot again if the ICH9 chipset is used (5.1.16 regression) VBoxBugReport: fixed VM log collection issue Linux hosts: fixed autostart service script (bug #14955) Windows Additions: fixed automatic logins for Windows Vista and newer (5.1.4 regression; bug #15904)- Removed "vbox_fix_4.10_api_changes.patch" - fixed upstream Removed "vbox_fix_4.11_api_changes.patch" - fixed upstream - Version bump to 5.1.16 (released 2017-03-08 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: don't access the MSR_IA32_SMM_MONITOR_CTL MSR if dual-monitor treatment is not available (KVM workaround, bug #14965) VMM: another fix for handling certain MSRs on ancient CPUs without VT-x support for MSR bitmaps VMM: fixed VERR_SSM_LOAD_CPUID_MISMATCH errors when restoring a saved state with SMP guests on hosts without the CPUID/HTT bit set (bug #16428) VMM: fixed a bug in call gate emulation VMM: FWAIT instruction fix VMM: fixed a sporadic guest hang under certain conditions GUI: hide the mini-toolbar from the taskbar and the pager on certain X11 hosts GUI: better error handling on the global settings / network / host-only / DHCP server settings GUI: fixes for full-screen with multiple screens Host-only Network: fixed host-only adapter creation issue preventing VirtualBox installation on Windows 10 hosts (bug #16379) NAT network: fixed two potential crashes in the DHCP server ICH9: fixed incorrect initialization of the primary bus for PCI bridges (5.1.14 regression) Storage: LsiLogic fix for Windows 10 USB: fixed not being able to attach certain USB devices having invalid characters in the device strings (5.0.18 regression; bug #15956) USB: several fixes for the USB/IP support (bug #16462) VBoxSVC: fixed another crash during shutdown under rare circumstances VBoxSVC: fixed a stack overflow on (Windows debug builds only; bug #16409) OVF: when importing an appliance handle more than 10 network adapters if the OVA was created by VirtualBox (bug #16401) OVF: fixes for exporting and importing appliances with many disks (bug #16402) VBoxManage: fixed regression with modifyhd --resize (bug #16311) rdesktop-vrdp: source code tarball fixes Linux Installers: do not rebuild kernel modules unnecessarily (bug #16408) Linux hosts: added an action for opening the VM manager window to the .desktop file Linux hosts / guests: Linux 4.11 compile fixes (bug #16506) Linux Additions: added vboxsf FS modules alias (bug #16404) Linux Additions: fix for the shared folders kernel module to compile on Linux 4.10 Linux Additions: properly install the Linux kernel module override rule on distributions without /etc/depmod.d Windows Additions: fixed a crash with recent Windows 10 builds if 3D is disabled (bug #15973)- Fix API changes for kernel 4.11. This change adds file "vbox_fix_4.11_api_changes.patch". Make some changes to various script files to remove reference to run level 4, which is not used.- Fix for missing global in vboxsf that prevented mounting shared folders for kernel 4.10. This change is the fix for bsc #1027967.- Do not proivde libGL.so.1 and libEGL.so.1 symbols into the rpm database.- The fix for 3D acceleration only works for Gmome desktops. KDE desktops fail. Accordingly, 3D acceleration must still be disabled "out-of-the-box". File /etc/init.d/vboxadd contains comments on the modifications needed to turn 3D acceleration on, thus Gnome users may turn it on selectively.- Fix 3D acceleration as reported in bsc #1024934. The steps needed are as follows: - Remove file "vbox_prevent_wrong_SONAME.patch" - the original SONAME values are needed for libGL.so.1 and libEGL.so.1 to be replaced by VBoxOGL.so and VBoxEGL.so, respectively. - Package VBoxEGL.so- Require insserv and fillup by the packages who call it in the pre/post install sections- use individual libboost-*-devel packages instead of boost-devel- Removed "vbox_fix_4.9_api_changes.patch" as changes are upstream. Fixed API changes for kernel 4.10 in "vbox_fix_4.10_api_changes.patch".- The version bump to 5.1.14 also addresses boo#1020856 CVE-2017-3316 CVE-2017-3332 CVE-2017-3290 CVE-2016-5545 - Version bump to 5.1.14 (released 2017-01-17 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed emulation of certain instructions for 64-bit guests on 32-bit hosts VMM: properly handle certain MSRs for 64-bit guests on ancient CPUs without VT-x support for MSR bitmaps (bug #13886) GUI: fixed a crash with multimonitor setups under certain conditions GUI: allow cloning of snapshots when the VM is running NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368) VBoxSVC: fixed a crash under rare circumstances VBoxManage: added a sanity check to modifymedium --resize to prevent users from resizing their hard disk from 1GB to 1PB (bug #16311) Windows hosts: another fix for recent Windows 10 hosts Linux hosts: Linux 4.10 fixes Linux Additions: fixed protocol error during certain operations on shared folders (bug #8463)- The printing of the warning about the insecurity in USB passthru had been lost. As most people are likely to want that feature, the logic has been inverted. Now, the required udev commands to allow passthru are included. The first time that VB is started, the user will get a screen that points to the bug entry discussing the problem and states what they should do to block the insecure usage. In any case, that screen will only be printed once. File "virtualbox-60-vboxdrv.rules" has been added These changes address the issues in bnc #1018340.- Version bump to 5.1.12 (released 2016-12-20 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed VERR_IEM_ASPECT_NOT_IMPLEMENTED Guru Meditations with certain Linux guests if KVM paravirtualization is enabled (5.1 regression; bugs #15613 and #16251) VMM: fixed VERR_VMX_UNABLE_TO_START_VM Guru Meditations under rare conditions GUI: prevent a crash under certain conditions if the VM is terminated very early GUI: fixed certain keyboard capture issues (5.1.10 regression; Mac OS X hosts only; bug #16150) GUI: fixed dragging guest windows in seamless mode with the keyboard captured (X11 hosts only; bug #15837) GUI: fixed a problem where the new version detected dialog was covered by the appliance import dialog (Mac OS X hosts only; bug #16238) Storage: fixed NVMe reset processing when doing rmmod nvme; modprobe nvme in a Linux guest (bug #16080) Storage: fixed creating a snapshot when the VM is running and an NVMe controller is present Storage: fixed a problem with the LsiLogic SCSI controller where requests could be lost with SMP guests E1000: fixed "cable disconnected" issue (Mac OS X guests only; 5.1.10 regression; bug #16260) E1000: fixed "TX unit hang" issue (Linux guests only; 5.1.10 regression; bug #16221) API: don't crash when sanitizing certain VM names (bug #16299) Linux hosts: automatically disable asynchronous I/O on Linux 2.6.18 kernels as high I/O load may trigger kernel oopses on these kernels if this feature is enabled Linux hosts / guests: Linux 2.6.28 compile fix (bug #16267) Linux hosts: compile Linux 4.9 compile fix (bug #16286) Linux Additions: warn the user about a known bug with older Linux guests (e.g. Debian 7) requiring manual work to get 3D working (bug #15319) Linux Additions: fix the graphics driver build with Linux 4.10 and later (bug #16298) Windows Additions: fixed a crash in the WDDM driver under certain conditions- Revert "vbox_hdpi_support.patch. This patch may improve things for asn@cryptomilk.org, but it breaks other systems. See https://forums.opensuse.org/showthread.php/521520-VirtualBox-interface-scaling and bsc #1014694.- I now have the necessary preprocessor symbol to modify the source depending on whether the server is 1.19.0 or greater. It is no longer necessary to detect the server version in the spec file, thus the solution is cleaner.- Leap 42.2 still has server v. 1.18.3, thus the test failed. The test has been changed to look at only the 1.xx part of the version.- Add patch file "Fix_for_server_1.19.patch" to support xorg-x11-server v. 1.19.0. The spec file now interrogates the rpm for the server and conditionally applies the patch, thus both versions build OK.- Add patch file "vbox_hidpi_support.patch" to add support for HiDPI in the management frontend. (This does not fix rendering in guest windows)- Version bump to 5.1.10 (released 2016-11-21 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: the USB filter settings dialog should allow to specify the USB revision in hexadecimal format (bug #15400) GUI: fixed crash on certain hosts when pressing certain key combinations (Windows hosts only; bug #15719) GUI: fixed issue with updating the available-geometry on host-screen work-area resize GUI: don't crash / hang on certain environments if accessibility support is enabled GUI: fixed various issues in Unscaled HiDPI Output mode (bug #15707) GUI: extend the VM Input menu with Print Screen-related actions GUI: improved handling of inserting the Guest Additions ISO image by trying all available optical drives rather than only the first one and by not asking the user if he wants to force unmounting (which doesn't work in most cases anyway) API: default to RTC using UTC for Solaris 11 guests Settings: be less restrictive when reading a VM configuration containing a host-only adapter without an interface name Storage: fixed resizing VDI images resulting in an unbootable image under certain circumstances (bug #15983) NAT: fixed several 5.1.8 regressions on Mac OS X and Windows hosts (bug #16084) Audio: fixed a few 5.1.x regressions by using the audio code from 5.0.x until the audio overhaul is completed VBoxManage: fixed documentation of the storagectl command (bug #15971) Build system: another fix for building VirtualBox on systems which default to Python 3 Windows hosts: hardening fix for Windows 10 build 14971 (bug #16202) Windows Additions: properly start the VirtualBox guest services even if the guest user name contains special characters (bug #15982) Solaris Additions: fixed preemptible mouse notification callback being executed under a spinlock for Solaris guests Linux hosts / guests: Linux 4.9 fixes (bugs #16155 and #16064) Linux Additions: fixed Linux kernel module override rule (thanks Mark Furneaux)- Remove all references to libreadline. I misinterpreted a previous error message. - Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313 boo #1005621.- Replaced libreadline6 with libreadline7.- Found and fixed another API change for kernel 4.9. In addition, the libreadline6 package is now needed.- Fix typo in "vbox_fix_4.9_api_changes.patch".- Make another 4.9 API change.- Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch".- Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313 boo #1005621. - Add patch file "vbox_remove_smp_mflags.patch" to limit number of simultaneous make jobs. - Version bump to 5.1.8 (released 2016-10-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed keyboard shortcut handling regressions (Mac OS X hosts only; bugs #15937 and #15938) GUI: fixed keyboard handling regression for separate UI (Windows hosts only; bugs #15928) NAT: don't exceed the maximum number of "search" suffixes. Patch from bug #15948. NAT: fixed parsing of port-forwarding rules with a name which contains a slash (bug #16002) NAT Network: when the host has only loopback nameserver that cannot be mapped to the guests (e.g. dnsmasq running on 127.0.1.1), make DHCP supply NAT Network DNS proxy as nameserver. Bridged Network: prevent flooding syslog with packet allocation error messages (bug #15569) Audio: now using Audio Queues on Mac OS X hosts Audio: fixed recording with the PulseAudio backend (5.1 regression) Audio: various bugfixes Snapshots: fixed regression in 5.1.4 for deleting snapshots with several disks (bug #15831) Snapshots: crash fix and better error reporting when snapshot deletion failed Storage: some fixes for the NVMe emulation with Windows guests API: fixed initialization of SAS controllers (bug #15972) Build system: make it possible to build VBox on systems which default to Python 3 Windows Additions / VGA: if the guest's power management turns a virtual screen off, blank the corresponding VM window rather than hide the window Windows Additions: fixed a generic bug which could lead to freezing shared folders (bug #15662) Linux hosts / guests: fix for kernels with CONFIG_CPUMASK_OFFSTACK set (bug #16020) Linux Additions: don't require all virtual consoles be in text mode. This should fix cases when the guest is booted with a graphical boot screen (bug #15683) Linux Additions: added depmod overrides for the vboxguest and vboxsf kernel modules to fix conflicts with modules shipped by certain Linux distributions X11 Additions: disable 3D on the guest if the host does not provide enough capabilities (bug #15860)- Requesting 14000 MB is too much. Reduce the request to 12000 MB.- Some builds still run out of memory and fail. Increase to 14000 MB.- Builds keep running out of memory when building the web server part of the package. To help the memory pressure, I have forced make to run with "-j2", rather than use the number of processors. Such a change will slow the build, but will result in a higher rate of success.- Increase memory allowed in build to 10000 MB.- Remove file "fix_removal_of_DEFINE_PCI_DEVICE_TABLE" - fixed upstream. - Version bump to 5.1.6 (released 2016-09-12 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed issue with opening '.vbox' files and it's aliases GUI: keyboard grabbing fixes (bugs #15771 and #15745) GUI: fix for passing through Ctrl + mouse-click (Mac OS X hosts only; bug #15714) GUI: fixed automatic deletion of extension pack files (bugs #11352 and #14742) USB: fixed showing unknown device instead of the manufacturer or product description under certain circumstances (5.1.0 regression; bug #15764) XHCI: another fix for a hanging guest under certain conditions as result of the fix for bug #15747, this time for Windows 7 guests Serial: fixed high CPU usage with certain USB to serial converters on Linux hosts (bug #7796) Storage: fixed attaching stream optimized VMDK images (bug #14764) Storage: reject image variants which are unsupported by the backend (bug #7227) Storage: fixed loading saved states created with VirtualBox 5.0.10 and older when using a SCSI controller (bug #15865) Storage: fixed broken NVMe emulation if the host I/O cache setting is enabled Storage: fixed using multiple NVMe controllers if ICH9 is used NVMe: fixed a crash during reset which could happen under certain circumstances Audio: fixed microphone input (5.1.2 regression; bugs #14386 and #15802) Audio: fixed crashes under certain conditions (5.1.0 regression; bug #15887 and others) Audio: fixed recording with the ALSA backend (5.1 regression) Audio: fixed stream access mode with OSS backend (5.1 regression, thanks to Jung-uk Kim) E1000: do also return masked bits when reading the ICR register, this fixes booting from iPXE (5.1.2 regression; bug #15846) BIOS: fixed 4bpp scanline calculation (bug #15787) API: relax the check for the version attribute in OVF/OVA appliances (bug #15856) Windows hosts: fixed crashes when terminating the VM selector or other VBox COM clients (bug #15726 and others) Linux Installer: fixed path to the documentation in .rpm packages (5.1.0 regression) Linux Installer: fixed the vboxdrv.sh script to prevent an SELinux complaint (bug #15816) Linux hosts: don't use 32-bit legacy capabilities Linux Additions: Linux 4.8 fix for the kernel display driver (bugs #15890 and #15896) Linux Additions: don't load the kernel modules provided by the Linux distribution but load the kernel modules from the official Guest Additions package instead (bug #15324) Linux Additions: fix dynamic resizing problems in recent Linux guests (bug #15875) User Manual: fixed error in the VBoxManage chapter for the getextradata enumerate example (bug #15862)- Add file "fix_removal_of_DEFINE_PCI_DEVICE_TABLE" to compile on kernel 4.8.- Re-added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols, this got lost somehow (boo#983927, boo#993091)- Update the host <-> guest KMP conflict dependencies to no longer refer to the old name (boo#983927).- Add "ExclusiveArch: %ix86 x86_64" line back into the spec file. Handle a false positive indication from kmemleak. This patch is added to "modify_for_4_8_bo_move.patch".- The API for ttm_bo_move_memcpy() is changed in kernel 4.8. Add patch file "modify_for_4_8_bo_move.patch" to handle this case.- Version bump to 5.1.4 (released 2016-08-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: show actual VM uptime in the session information window Audio: re-enabled speakers for Mac OS X guests (5.1.0 regression; bug #15611) Audio: fixed crashes under certain conditions USB: fixed a hang under certain conditions USB: fixed a hanging guest under certain conditions (bug #15747) PIIX4: implemented dummy SMBus controller to prevent annoying Linux kernel warnings about uninitialized SMBus base address (bug #9517) NVMe: several fixes to improve stability, fixed a crash while saving a VM state VMDK: Fixed an issue creating fixed size images with certain sizes and the Split2G option enabled (bug #15748) VHDX: fixed cloning images with VBoxManage clonehd (bug #14288) Storage: Fixed broken bandwidth limitation when the limit is very low (bug #14982) EFI: fixed sending debug messages in the EFI firmware if a serial port is enabled (bug #12161) OVF: when importing appliances, make sure that the version of the embedded VirtualBox-specific settings is processed, to get the default settings handling right VBoxManage: Don't try to set the medium type if there is no change (bug #13850) Linux installer: fixed some scripting issues (bugs #15701 and #15702) Linux installer: fixed a path issue on certain Linux distributions (bug #15717) Windows hosts: fixed corrupted mouse pointers with some Linux and Solaris guests (bug #15665) Linux Additions: made the video driver work on 32-bit guests with large video memory sizes (bug #15621) Linux Additions: made the video driver work on kernel 4.7 and later (bug #15769) Linux Additions: converted a failure message to an informational one when drivers could not be stopped during upgrade (bug #15692) Linux Additions: made the video driver work around an X server bug which cause screen refresh to stop (bug #15511) Windows Additions: auto-resizing fixes for Windows 10 guests (bug #15257) Windows Additions: fixed VBoxTray problems with Windows 2000 (bug #15661) - Other local changes: "changeset_60565.diff" is removed - fixed in upstream. "vbox-kernel47-cpu_has_pge.diff" -s removed - also fixed in upstream.- adjust file attributes on SUID helpers to avoid chkstat issues- remove obsolete libgsoap-devel (again) - remove /usr/lib/udev/rules.d/60-vboxdrv.rules - it is overruled from vboxdrv init script anyway - vboxdrv generates a /etc/udev/rules.d/60-vboxdrv.rules file on _every_ start, note that fact in /etc/default/virtualbox and describe a strategy to control this behaviour - relocate VBoxCreateUSBNode.sh to /usr/lib/virtualbox this is, where vboxdrv, resp. the generated 60-vboxdrv.rules file is expecting it- Remove request for patch that is no longer used.- Patch11 is file "vbox-kernel47-cpu_has_pge.diff".- Add upstream patch fix cpu_has_pge removed macro in kernel 4.7 Patch11 - Add ifarch ix86 to limit concurrency on 32bits (-j2) Remove ExcludeArch instructions- Version bump to 5.1.2 (released 2016-07-21 by Oracle) New main capabilities in Oracle VM VirtualBox 5.1 are: Improved Performance: Significantly improved performance for multi-CPU virtual machines and networking. Bug Reporting Tool: New utility able to collect all the information and logs related to the host and guest operating system, for debug or analysis purposes. Improved Logging Window: New logging functionalities to highlight and filter information related to guest Virtual Machines. Improved multimedia availability: Improved support for different USB devices and multi-channel audio availability. Flash storage emulation: New NVMHCI storage controller emulation available, able to emulate NVME devices - Flash storage - on guest Virtual Machine. Improved Linux integration: Automatic modules deployment in case of a Linux Kernel upgrade and improved systemd integration for the latest releases of popular Linux distributions. - Drop drm-vboxvideo-Add-delayed-update-to-support-fbdev.patch, fixed upstream. - Drop drm-vboxvideo-Initialize-data-needed-to-map-fbdev-memory.patch, fixed upstream. - Drop vbox-4.7.patch, fixed upstream. - vbox-permissions_warning.diff and vbox-usb-warning.diff updated to Qt5 - User Manual updated.- virtualbox-60-vboxdrv.rules: added missing udev rules for vboxdrvu and vboxnetctl (http://www.mgreene.org/?p=211)- Disable i586 builds as they fail with the OBS compiler. Increased VM to 20000 M. - Version bump to 5.0.26 (released 2016-07-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed a bug in the task switching code (ticket #15571) GUI: allow to overwrite an existing file when saving a log file (bug #8034) GUI: fixed screenshot if the VM is started in separate mode Audio: improved recording from USB headsets and other sources which might need conversion of captured data Audio: fixed regression of not having any audio available on Solaris hosts VGA: fixed an occasional hang when running Windows guests with 3D enabled Storage: fixed a possible endless reconnect loop for the iSCSI backend if connecting to the target succeeds but further I/O requests cause a disconnect Storage: fixed a bug when resizing certain VDI images which resulted in using the whole disk on the host (bug #15582) EFI: fixed access to devices attached to SATA port 2 and higher (bug #15607) API: fixed video recording with VBoxHeadless (bug #15443) API: don't crash if there is no graphics controller configured (bug #15628) VBoxSVC: fixed several memory leaks when handling .dmg images Solaris hosts: fixed a crash on hosts with certain CPU configurations Windows hosts: properly fall back to NDIS5 on pre-Vista hosts on silent installations- Version bump to 5.0.24 (released 2016-06-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: reverted to the old I/O-APIC code for now to fix certain regressions with 5.0.22 (bug #15529). This means that the networking performance with certain guests will drop to the 5.0.20 level (bug #15295). One workaround is to disable GRO for Linux guests. Main: when taking a screenshot, don't save garbage for blanked screens NAT: correctly parse resolv.conf file with multiple separators (5.0.22 regression) Storage: fixed a possible corruption of stream optimized VMDK images from VMware when opened in read/write mode for the first time Audio: imlemented dynamic re-attaching of input/output devices on Mac OS X hosts ACPI: notify the guest when the battery / AC state changes instead of relying on guest polling Linux hosts: fixed VERR_VMM_SET_JMP_ABORTED_RESUME Guru Meditations on hosts with Linux 4.6 or later (bug #15439)- Version bump to 5.0.22 (released 2016-06-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixes for certain Intel Atom hosts (bug #14915) VMM: properly restore the complete FPU state for 32-bit guests on 64-bit hosts on Intel Sandy Bridge and Ivy Bridge CPUs VMM: new I/O-APIC implementation fixing several bugs and improving the performance under certain conditions (bug #15295 and others) VMM: fixed a potential Linux guest panic on AMD hosts VMM: fixed a potential hang with 32-bit EFI guests on Intel CPUs (VT-x without unrestricted guest execution) GUI: don't allow to start subsequent separate VM instances GUI: raised upper limit for video capture screen resolution (bug #15432) GUI: warn if the VM has less than 128MB VRAM configured and 3D enabled Main: when monitoring DNS configuration changes on Windows hosts avoid false positives from competing DHCP renewals. This should fix NAT link flaps when host has multiple DHCP configured interfaces, in particular when the host uses OpnVPN. Main: properly display an error message if the VRDE server cannot be enabled at runtime, for example because another service is using the same port NAT: Initialize guest address guess for wildcard port-forwarding rules with default guest address (bug #15412) VGA: fix for a problem which made certain legacy guests crash under certain conditions (bug #14811) ACPI: properly notify the guest if the ACPI battery state changed OVF: fixed import problems for some appliances using an AHCI controller created by 3rd party applications SDK: reduced memory usage in the webservice Java bindings Linux hosts: EL 6.8 fix (bug #15411) Linux hosts: Linux 4.7 fix (bug #15459) Linux Additions: Linux 4.7 fixes (bug #15444) Linux Additions: fix for certain 32-bit guests (5.0.18 regression; bug #15320) Linux Additions: fixed mouse pointer offset (5.0.18 regression; bug #15324) Linux Additions: made old X.Org releases work again with kernels 3.11 and later (5.0.18 regression; bug #15319) Linux Additions: fixed X.Org crash after hard guest reset (5.0.18 regression; bug #15354) Linux Additions: don't stop the X11 setup if loading the shared folders module fails (5.0.18 regression) Linux Additions: don't complain if the Drag and Drop service is not available on the host Solaris Additions: added support for X.org 1.18 Local openSUSE specific changes: File "changeset_60565.diff" is no longer needced and has been removed. Version bump to 5.0.20 (released 2016-04-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: Storage: fixed a regression causing write requests from the BIOS to cause a Guru Meditation with the LsiLogic SCSI controller (5.0.18 regression; bug #15317) Storage: several emulation fixes in the BusLogic SCSI controller emulation NAT Network: support TCP in DNS proxy (same problem as in bug #14736 for NAT) NAT: rework handling of port-forwarding rules (bug #13570) NAT: rewrite host resolver to handle more query types and make it asynchronous so that a stalled lookup doesn't block all NAT traffic Snapshots: don't crash when restoring a snapshot which has more network adapters than the current state (ie when the snapshot uses ICH9 and the current state uses PIIX3) Guest Control: various bugfixes for the copyfrom and copyto commands / API (bug #14336) VBoxManage: list processor features on list hostinfo (bug #15334) Linux hosts: fix for Linux 4.5 if CONFIG_NET_CLS_ACT is enabled (bug #15327) Windows Additions: fixed performance issues with PowerPoint 2010 and the WDDM graphics drivers if Aero is disabled- Add file "vbox-4.7.patch" to all builds on Kernel_HEAD_standard/x86_64 now that 4.7-rcX is released.- remove libgsoap-devel from build deps, it conflicts with gsoap-devel- Fix start failure of vboxadd service routine This script fails because /var/lib/VBoxGuestAdditions/config does not exist; however, there is no need for this file. That service routine is modified. (boo #977328).- drm-vboxvideo-Initialize-data-needed-to-map-fbdev-memory.patch: * Add missing initialization of scanout buffer base and size for proper fbdev support. - drm-vboxvideo-Add-delayed-update-to-support-fbdev.patch: * Add support for delayed_io in fbdev-layer. (boo#977200).- This submission fixes the bug in VB 5.0.18 that prevents proper operation for guest VMs configured to use a LsiLogic adapter for disks. See ticket: https://www.virtualbox.org/ticket/15317 for a description of the problem, and changeset: https://www.virtualbox.org/changeset/60565/vbox for the fix, which is implemented in file "changeset_60565.diff". This update contains a fix for CVE-2016-0678. Bug report b.o.o #97366 discusses this vulnerability.- Version bump to 5.0.18 (released 2016-04-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: position off-screen windows to be fully visible again on relaunch in consistence with default-behavior (bug #15226) GUI: fixed the View menu / Full-screen Mode behavior on Mac OS X El Capitan GUI: fixed a test which allowed to encrypt a hard disk with an empty password GUI: fixed a crash under certain conditions during VM shutdown GUI: fixed the size of the VM list scrollbar in the VM selector when entering a group PC speaker passthrough: fixes (Linux hosts only; bug #627) Drag and drop: several fixes SATA: fixed hotplug flag handling when EFI is used Storage: fixed handling of encrypted disk images with SCSI controllers (bug #14812) Storage: fixed possible crash with Solaris 7 if the BusLogic SCSI controller is used USB: properly purge non-ASCII characters from USB strings (bugs #8801, #15222) NAT Network: fixed 100% CPU load in VBoxNetNAT on Mac OS X under certain circumstances (bug #15223) ACPI: fixed ACPI tables to make the display color management settings available again for older Windows versions (4.3.22 regression) Guest Control: fixed VBoxManage copyfrom command (bug #14336) Snapshots: fixed several problems when removing older snapshots (bug #15206) VBoxManage: fixed --verbose output of the guestcontrol command Windows hosts: hardening fixes required for recent Windows 10 insider builds (bugs #15245, #15296) Windows hosts: fixed support of jumbo frames in with bridged networking (5.0.16 regression; bug #15209) Windows hosts: don't prevent receiving multicast traffic if host-only adapters are installed (bug #8698) Linux hosts: added support for the new naming scheme of NVME disks when creating raw disks Solaris hosts / guests: properly sign the kernel modules (bug #12608) Linux hosts / guests: Linux 4.5 fixes (bug #15251) Linux hosts / guests: Linux 4.6 fixes (bug #15298) Linux Additions: added a kernel graphics driver to support graphics when X.Org does not have root rights (bug #14732) Linux/Solaris Additions: fixed several issues causing Linux/Solatis guests using software rendering when 3D acceleration is available Windows Additions: fixed a hang with PowerPoint 2010 and the WDDM drivers if Aero is disabled - Drop VirtualBox-5.0.17-r106108-r106140.patch, fixed upstream.- Fix build error caused by removal of macro page_cache_release() from kernel. File "vbox-replace-page-cache-release.diff" is used to modify code to use put_page() instead.- Fix problem with SONAME for VBoxOGL.so. With the Oracle code, it is libGL.so.1 rather than VBoxOGL.so.1. Thanks to Max Lin for notifying me about the problem. This fix adds file "vbox_prevent_wrong_SONAME.patch"- Fix problems with previous submission Removed copy of user manual from download site as there is no special manual for 5.0.17. File VirtualBox-5.0.17-r106108-r106140.patch is added to update the Oracle source to the latest commit.- Modify Guest Additions so that openSUSE build works with new Oracle code. The following changes have been made: Added Oracle patch to bring code to r106140 commit. Moved VB guest modules to /lib/modules/.../misc/. This layout matches that of the Oracle Guest Additions ISO. Added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols. Remove patch added in previous cycle to build under kernel 4.5.0. The Oracle code now has this fix. With these changes, both Gnome and KDE desktops as VB virtual machines work with gdm and the versions of X.Org that do not run as root. The only known defect is that the mouse pointer is missing when 3D acceleration is turned on in the VB control panel.- Version bump to 5.0.17 (released 2016-03-07 by Oracle) Following the 5.0.16 release, the Guest Additions were updated to support Linux guests with X.Org Server running without root privileges and to fix certain 3D acceleration-related issues. There are no other changes to VirtualBox. A patch "vbox-guest-add.diff" is needed to enable the Oracle code to build with kernel 4.5.- Version bump to 5.0.16 (released 2016-03-04 by Oracle) This is a maintenance release. The following items were fixed and/or added for Linux hosts: VMM: fixed a problem which could lead to a wrong guest behavior on AMD CPUs (tickets #14831 and #15186) GUI: prevent a crash during startup under rare conditions GUI: position off-screen windows to be fully visible again on relaunch GUI: hide the VT-x/AMD-V checkbox if raw-mode is not supported (usually Mac OS X hosts; bug #15178) PC speaker passthrough: new experimental feature, available on Linux host only Audio: properly handle default audio device changes (Windows hosts) USB: serveral fixes for the xHCI controller (e.g. for webcam passthrough) BIOS: fixed int15/AH=83/AL=00 function (4.2.0 regression) iPXE: enable the HTTP download protocol on non-Linux hosts (bug #13628) Shared folders: fixed a failure to load the saved state under certain circumstances (bug #6314) Guest Control: added support for (cached) Active Directory authentication in case the domain controller is not reachable (anymore) Serial ports: raised the number of serial ports per VM from 2 to 4 (bug #9109) SDK: make the Python webservice API binding work again (5.0 regression) Seamless mode: fixed a crash under certain circumstances (bug #15106) Linux hosts: fixed the /sbin/rcvboxdrv script as well as the missing shebang in two scripts (bugs #15055 and #15057) Linux hosts: properly uninstall Python files installed by the .run installer Windows Additions: fixed guest property enumeration of logged-in users Windows Additions: fixed sporadical failure of the graphics driver in Windows 10 guests (bug #14409) Windows Additions: under rare circumstances no mouse movement events were delivered to the guest- Version bump to 5.0.14 (released 2016-01-19i by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X (bug #15018) Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression; bug #14981) Audio: don't crash if the backend is unable to initialize (bug #14960) Audio: fixed audio capture on Mac OS X (bug #14386) Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM (bug #14951) BIOS: properly report if two floppy drives are attached USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression; bug #15042) ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression; bug #14989) Linux Additions: fixes for Linux 4.5 (bug #15032)- vboxadd script no more fails on remote_fs failure (bnc#908383)- Version bump to 5.0.12 (released 2015-12-18i by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed wrong scrolling behaviour in the VM selector window when a VM item is dragged out of the chooser-pane area GUI: fixed the validation of IPv6 port-forwarding rules GUI: suppress the first-run wizard if a CD/DVD medium is inserted using the selector UI GUI: fixed the Ctrl+Break key sequence scan codes (bug #14927) GUI: improved handling of text selection mouse pointer (bug #750) Host services: fixed a crash during VM shutdown under rare conditions (5.0.6 regression; bug #14841) Shared folders: fixed a sharing violation if a file is opened to check the attributes (Windows hosts only; bug #14450) Webcam: passthrough fix for certain devices (Mac OS X hosts only) XHCI: fixed broken emulation if software virtualization is used XHCI: several fixes 3D: fixed state handling under certain conditions (bug #13487) Audio: several fixes BIOS: added LBA64 support for being able to boot from huge hard disks (bug #7415) EFI: fix for Windows 10 guests ExtPack: before installing an Extension Pack check if there are VMs running to prevent file system locking issues rdesktop-vrdp: source code tarball fixes Linux hosts: .desktop file compatibility issue (bug #14808) Linux hosts / guests: fixes for RHEL 7.2 (bug #14866) Linux hosts: The command for recompiling the host kernel modules was changed again, to /sbin/rcvboxdrv setup (bug #14723) Linux hosts: some fixes for PCI passthrough (still highly experimental) Linux/Mac OS X hosts: fixed a VM hang during startup under certain circumstances (bug #14933) Linux Additions: prevent the compiler from doing dead-code elemination on vital code in guest / host communication (bug #14497) Linux Additions: when mounting a shared folder, explicitly pass the share name so that /proc/mounts contains this name instead of 'none' Linux Additions: workaround for a systemd problem in conjunction with SELinux which prevented to properly enable the 'vboxadd' service during while upgrading the Additions- fix permission Error In SUPR3HardenedMain Effective UID is not root (euid=1000 egid=100 uid=1000 gid=100) (rc=-10) see https://forums.virtualbox.org/viewtopic.php?t=11154- Remove file vbox_build_kms_modules.diff.- Temporarily disable i586 builds.- Increase memory to 8000 MB to try to fix out-of-memory error when building i586 version.- Increase memory to 7000 MB in _constraint to see if that fixes link problem on i586.- Version bump to 5.0.10 (released 2015-11-10 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: improved support for certain Intel Atom CPUs (bug #14773) VMM: system register emulation fix (5.0 regression; bug #14515) GUI: fixed immediate screenshot issue (bug #14108) GUI: fixed another 3D overlay window reparenting issue when the VM is switched to fullscreen mode on X11 hosts GUI: fixed help index (bug #14722) GUI: fixed state synchronization issue in the VM manager window when VM was paused from its runtime window Audio: fixed suspending/resuming audio streams on VM pause/unpause (bug #14784) Audio: properly reset AC97 audio streams, otherwise there is silence until a non-48 kHz stream is played Audio: fixed a small emulation quirk of the AD1980 codec of the HDA device to make recent linux guests work (bug #14653) USB: serveral fixes for the xHCI controller USB: fixed a crash under certain conditions on hosts with Linux kernels older than version 3.3 USB: better identification of certain USB devices NAT: support TCP in DNS proxy (bug #14736) NAT Network: fixed sporadic crashes on Windows hosts (bug #13899) API: when creating differencing images (e.g. as part of a snapshot or cloning a VM) use the same disk image variant as the parent image if possible, which means that e.g. a diff image for a VMDK image split into 2 GB files will also be split (bug #14764) API: event queue handling fixes preventing loss of certain events at runtime (e.g. new webcam attached), particularly important on Mac OS X hosts Webcam: passthrough fix for certain devices (Windows hosts only) VBoxManage: don't crash on snapshot restorecurrent / edit if the VM has no snapshots VBoxManage: don't crash on controlvm addencpassword (bug #14729) Mac OS X hosts: use the correct kernel on certain hosts Windows hosts: fixed VRDP external authentication Windows hosts: allow to use a shared folder path with extended-length path prefix (5.0 regression; bug #14651) Windows hosts: fix a crash in the netfilter host driver under certain conditions (bug #14799) Windows host installer: documented and fixed public properties which can be used to control the installation to some extent Windows host installer: fixed not starting the actual installation when showing the version information or help dialogs X11 Additions: added basic support for X.Org Server 1.18 (3D requires additional fixes)- Fixed typo in QMessageBox text in new popup window.- Add logic to virtualbox-wrapper.sh to test if /etc/udev/rules.d/60-vboxdrv.rules exists. If not, a screen stating that passthru of USB devices is a security hole, and it refers the user to bnc#664520 for an explanation. It also explains the process for enabling USB passthru if the user really wants it. When the user closes the popup window, a dummy version of /etc/udev/rules.d/60-vboxdrv.rules is created, which prevents this window from being displayed every time VirtualBox is started. - Fixes boo#953018.- Version bump to 5.0.8 (released 2015-10-20 by Oracle) boo#951432 CVE-2015-4813 CVE-2015-4896 This is a maintenance release. The following items were fixed and/or added: GUI: Mac OS X: Restore green zoom button for VM windows (it was hidden in the previous release to avoid native full-screen issues). For Yosemite and El Capitan this button should work accordingly to the Apple HIG: Full-screen by default, maximize if the user holds the Option key. Serial ports: fixed wrong IRQ number for the first serial port in the ACPI tables (5.0.6 regression; bug #14659) API: fixed a 5.0 regression in VBoxManage setproperty defaultfrontend (bug #14696) VBoxManage/vbox-img: conversion to RAW images could result in a disk image containing all zeroes Linux hosts: several fixes for systemd integration in .deb / .rpm packages (e.g. bug #14665). The command for recompiling the host kernel modules was changed to /sbin/vboxconfig Linux hosts: make host-only interfaces report operstate UP only when they have VMs attached (bug #14526) Mac OS X hosts: fix bpf capture and accounting of traffic on bridged and host-only interfaces (bug #14553) Windows guests: fixed 3D rendering issues on high resolution displays Windows Additions: fixed problems with 3D acceleration on Windows hosts with Intel HD graphics (bug #14670) Linux Additions: fix service starting on Debian systems with systemd installed but not in use (bug #14683)- Version bump to 5.0.6 (released 2015-10-02 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: the update check now uses the HTTP system proxy settings by default GUI: About dialog improvements. Copyable version text, do not close dialog on mouse-clicks and focus losing, explicit close button at the bottom of dialog and disabled close button fix on OS X. (bugs #9912, #12749) GUI: fixed bug when re-assigning shortcuts (bug #14565) GUI: fixed default focus button in message-box dialogs (bug #14486) GUI: fixed settings dialog which is opened if the network settings need to be changed at VM startup (5.0.0 regression; bug #14601) GUI: fixed crash during VM start if an early error message needs to be shown, for example Linux kernel modules not present (bug #14646) Bridged Networking: fixed handling of guest DHCP requests without UDP checksum when bridging to a wireless interface (bug #14615) Audio: latency fixes (Windows hosts only; bug #4088) Guest Control: correctly set USERNAME and USERPROFILE environment variables (Windows guests only) Guest Control: several fixes API: properly restore NAT port forwarding rules when reverting to a snapshot Parallel ports: Several fixes allowing to enable two parallel ports for a VM VBoxManage: fixed wrong output of debugvm show command VBoxManage: fixed hang when specifying logging groups with debugvm log starting with h, for example hex Windows hosts: renamed VBoxStartup.log to VBoxHardening.log and provide this log file in the GUI log viewer Windows hosts: fixed a small memory leak in the Windows host interface driver (VBoxNetAdp) which caused a BSOD if the driver verifier is enabled (bug #14562) Windows hosts: fixed a failure to start VMs on hosts where dsound.dll is not available (bug #14574) Windows hosts: another fix for VERR_LDR_MISMATCH_NATIVE errors (bug #14579) Windows hosts: fixed host-to-guest communication with bridged networking (bugs #14326, #14457) Windows hosts: fixed broken data receiving from the serial device with the named pipe backend if Kaspersky AV is installed Linux hosts: Linux 4.3 compile fixes Linux hosts: installer fix for certain systems (bug #14627) Linux hosts / guests: native systemd support for the host/guest installer scripts. The scripts for re-compiling the kernel modules are now located at /sbin/rcvboxdrv (host) and /sbin/rcvboxadd (Guest Additions) Mac OS X hosts: GUI-related fixes for El Capitan Mac OS X hosts: fixed a problem with capturing USB devices under El Capitan Mac OS X hosts: allow colon character on shared folders (bug #14554) Linux Additions: properly set the VBoxService process ID in the PID file (bug #14571) Linux Additions: Guest Control fixes (bug #14573) Windows Additions: fixed shutting down VBoxTray when running with older VirtualBox host versions Windows Additions: fixed video playback with VLC and Windows Media Player when the WDDM driver is used and 3D is not used Windows Additions: prevent a possible VLC crash when the WDDM driver is used and 3D is enabled by implementing YV12 surfaces - Drop vbox-32bit-build-error.diff, fixed upstream - Updated UserManual.pdf- BuildRequire pkgconfig(udev) instead of udev directly: this allows us to be earlier in the build phase, as we can make use of udev-mini and it solves build failures with systemd224.- The code base released by Oracle failed to build on 32-bit systems. They had already fixed the problem. This update applies their solution using patch file vbox-32bit-build-error.diff.Version bump to 5.0.4 (released 2015-09-08 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed an issue with Windows 10 guest kernel debugging over the network for Hyper-V paravirtualized VMs VMM: fixed a bug which prevented reading the saved state of the 'PATM' unit from VirtualBox 4.3.x (bug #14512) GUI: changed default OS type for Windows from Windows XP to Windows 7 GUI: added another pre-defined guest screen resolution (bug #14384) GUI: fixed update check which was broken due to changing the location of the root certificates (bug #13096) GUI: fixed issues with synchronization of Caps lock / Num lock / Scroll lock on Windows hosts (bug #14302) GUI: don't crash during VM shutdown if 2D video acceleration and 3D support are enabled (Mac OS X hosts only) GUI: several seamless fixes for certain X11 window managers, also when used in multi-screen setups GUI: Log window size, position and cursor-position fixes Audio: fixed playing leftover/deprecated audio samples Audio: fixed playing audio after suspending the host (5.0 regression; Linux hosts using the ALSA backend) Audio: fixed playing short audio samples which were chopped off formerly Audio: fixed distortions on OS X when the sample rate of the guest stream and host device don't match Storage: fixed raw disk access and flat VMDK image access which would be always opened readonly (5.0.2 regression; bugs #14425, #14461) Storage: fixed initial encryption of VDI images after they were compacted (bug #14496) VGA: fix for certain graphics modes (bug #14516) NAT: don't freeze while the VM is paused if the network attachment mode is changed from/to NAT with activated port forwarding OVF: fixed duplicate USB controller entries in exported OVA/OVF (bug #14462) Shared Folders: fixed a path separator issue (bug #14434) Drag and drop: fixed crashes on OS X hosts when doing host-to-guest transfers VBoxManage: another attempt to not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308) VBoxManage: fixed broken guestcontrol list command (5.0 regression) VBoxManage: fixed broken Guest Control stdout/stderr output (5.0 regression) Mac OS X hosts: fixed remaining problems with activated SMAP (Broadwell and later; bug #14412) Mac OS X hosts: fixed broken 3D support (5.0.2 regression; bug #14476) Linux hosts: Linux 4.2 fix Linux hosts: don't crash on older Linux distributions if the DBus service isn't running (bug #14543) Windows hosts: fixed the VERR_LDR_MISMATCH_NATIVE error message (bug #14420) Windows hosts: fix for Windows 10 build 10525 and later (bug #14502) Windows hosts: fixed network adapter enumeration on Windows 10 (bug #14437) Windows hosts: prevent intermittent host network disconnects during VM start/shutdown with bridged networking (bug #14500) Windows Additions: fixed the call to the memory allocation function (bug #14415) Linux Additions: be more forgiving if the compilation of the vboxvideo module fails (bug #14547) X11 Additions: fixed a number of small issues with dynamic resizing and full-screen and seamless modes.- Install and enable the vboxadd-service init script, to make auto-mounting of shared folders and time synchronization work - Install VBoxService to /usr/sbin/ instead of /usr/bin/ so that vboxadd-service can find it, it cannot be run as user anyway - Create the /media folder with appropriate permissions on distributions higher than 13.1, it doesn't exist any more and the one that VBoxService creates automatically cannot be accessed by normal users - Fixes boo#908669 and boo#936254Version bump to 5.0.2 (released 2015-08-13 by Oracle) A number of problems were fixed and/or added. In particular, the artifically high load average problem reported as bsc#939299 has been fixed. The complete list follows: VMM: added support for guest crash report MSRs with Hyper-V paravirtualization VMM: fixed an issue causing artifically high load averages on Linux hosts VMM: fixed a kernel panic with thread-context hooks caused by incompatible changes made to Linux 4.2 kernels VMM: fixed a saved state issue with VT-x/AMD-V disabled (5.0 regression; bug #14304) VMM: fixed VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED Guru Meditations on certain AMD CPUs (5.0 regression; bug #14370) VMM: fixed a crash while creating a guest core dumps via the VM debug facility (5.0 regression) VMM: This release has AVX2 passthrough disabled on every host and AVX passthrough disabled for 64-bit VMs on 32-bit hosts. This will be properly fixed in a future 5.0.x maintenance release (see e.g. bug #14262). GUI: fixed rare hang and crash on VM shutdown/poweroff GUI: X11: fixed few crashes caused by the Qt alien widgets feature GUI: X11: fixed various mini-toolbar geometry quirks like positioning, z-order, transiency issues on certain window managers (bug #14257) GUI: X11: fixed mini-toolbar minimize button issue under certain window managers (bug #14284) GUI: VM menu actions availability should now be properly updated on full-screen/seamless/scaled mode switches GUI: disk encryption password validation should be performed when user confirmed the password, not after each entered symbol GUI: do not change the VM/group selection in the VM Manager to the newly created VM if it was created by another client (e.g. VBoxManage) GUI: improve the quality in scaled mode under some circumstances (5.0 regression; bug #14303) VBoxManage: do not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308) VRDP: allow Windows 10 RDP clients (bug #14216) Audio: fix a possible crash on VM process termination (5.0 regression) Storage: improved raw disk access on OS X by unmounting any accessed volume before first use and prevent any mount attempt by the host (bug #14219) 3D: basic support for saving/restoring display lists Shared Folders: fixed a problem with accessing CIFS shares (bug #14252) Shared Folders: improved path conversion between hosts and guests with different path separators (bug #14153) API: skip resetting of immutable media when the VM in saved state is started (bug #13957) API: fixed method for setting medium IDs which used zero (invalid) UUIDs instead random (valid) UUIDs if no UUIDs were passed (bug #14350) API: for Windows host fix detection of API client crashes which have a session open OVF: properly export all VBox features including the setting for paravirtualization (bug #14390) Linux hosts: more fixes for activated SMAP on Linux 3.19 and newer (Broadwell and later; bug #13961) Linux hosts: check then name space before attaching to a host network interface (bug #13795) Linux Additions: Linux 4.2 fixes (bug #14227) Linux Additions: improved the performance of stat() to speed up certain file operations on shared folders X11 Additions: various seamless mode fixes, including invisible windows under LXDE. -- Install more binaries that were in bin generated folder- Fix buffer overflow on dtrace lib: * virtualbox-snpritnf-buffer-overflow.patch - Note: still does not respect cxxflags- Fix vbox build by replacing non-existent sed parameter: * virtualbox-sed-params.patch- Version bump to 5.0.0: * Major bump from 4 series with tons of changes. * Read upstream changelog for in-depth informations - Obsoleted patches: * gcc5-support.patch * gcc51-support.patch - Refreshed patches: * gcc5-real-support.patch * vbox-disable-updates.diff * virtualbox-system-x.patch- Exclude %ix86 arch in suse_version == 1315 (openSUSE 42)- Enable building of for all supported kernel flavours * exclude also pv flavour- Disable multiversion_kernel support, taken from nvidia driver spec, should fix bnc#925663.- initial gcc5 support (it builds at least) * added: gcc5-support.patch (upstream) * added: gcc51-support.patch (upstream) * added: gcc5-real-support.patch- Add smap.diff (boo#931461)- Version bump to 4.3.28 bnc#935900 CVE-2015-3456: * VMM: fixed a Guru Meditation when rebooting certain guests (for example Solaris doing fast reboot) by fixing the implementation for INIT IPI * VMM: added some information for diagnosing rare VERR_VMX_INVALID_VMXON_PTR Guru Meditations (VT-x only) * GUI: HID LEDs sync: prevent synchronization if VM window has no focus (Windows and Mac OS X hosts only) * GUI: fixed drag and drop moving the cursor between guest screens on certain hosts * 3D: fixed a crash on restoring the VM state on X11 hosts (bug #12737) * 3D: fixed a crash on Linux guest shutdown (bug #12772) * VRDP: fixed incompatibility with rdesktop 1.8.3 * VRDP: fixed listening for IPv6 on some systems (bug #14038) * Storage: don't crash if creating an asynchronous I/O context fails (e.g. when starting many VMs) and show a proper error message * Floppy: several fixes * Audio: improved the behavior of the volume control for the HD audio device emulation * USB: increase the number of supported drivers from 3 to 5 (Windows hosts only) * PS/2 keyboard: synchronize the LED state on VM restore (Windows and Mac OS X hosts only) * NAT Network: when running multiple NAT networks with multiple VMs, only stop the respective services when stopping VMs (bug #14090) * NAT: don't kill UDP bindings on ICMP errors (bug #13475) * NAT: bandwidth limit now works properly with NAT (bug #11485) * BIOS: fixed the returned size value of the VBE 2.0 PMI function 0Ah (4.2.0 regression; bug #14096) * Guest Control: fixed parameter quoting in Windows guests (bug #13157) * Webcam passthrough improvements for Linux (V4L2) hosts to support more webcam models * API: don't fail starting a VM with VBOX_E_INVALID_OBJECT_STATE under certain conditions (bug #13617) * API: be more verbose on VBOX_E_INVALID_OBJECT_STATE if a medium is attached to a running VM (bug #13560) * API: fixed a bug which could result in losing certain screen resize events with multi-monitor guests * rdesktop-vrdp: fixed path to the keymaps (bug #12066) * rdesktop-vrdp: switch to version 1.8.3 * Windows hosts: more hardening fixes (e.g. bugs #14051, #14052) * Linux hosts: another fix for activated SMAP on Linux 3.19 and newer (Broadwell and later; bug #13961) * Linux hosts: Linux 4.1 compile fix (bug #14081) * Solaris hosts: fixed using of VNIC templates with Crossbow based bridged networking to be compatible with vanity interface names * Mac OS X hosts: fixed crash during VM termination under rare circumstances * Windows Additions/WDDM: improved video memory utilization and allow more/bigger guest screens with large resolutions (including HiDPI) * X11 Additions: prevent flickering when updating mouse cursor * Solaris Additions: fixed incorrect usage of 'prtconf' while installing Guest Additions (Solaris 10 only) - Refresh patch: * vbox-vboxadd-init-script.diff- Provide host-kmp src for use with custom kernels (bnc#925663)- Create groups properly and also create vboxsf and vboxguest on guest additions bnc#927708- Build with system libs for X instead of localy built ones. This should fix bnc#929697 - Adds patch: * virtualbox-system-x.patch- Split kmk call to multiple lines- Reorder alignment of buildroot for various install commands so it does not look so fuzzy- Allow access to vboxdrv to vboxusers group members bnc#927525- Version bump to 2.3.26: * GUI: in the snapshots pane, protect the age of snapshots against wrong host time (bug #13955) * NAT Network: fixed a bug which prevented to propagate any DNS name server / domain / search string information to the NAT network (4.3.24 regression; bugs [#13915], #13918) * NAT Network: don't delay the shutdown of VBoxSVC on Windows hosts * Mouse support: the mouse could not be moved under rare conditions if no Guest * Additions are installed (4.3.24 regression; bug #13935) * Storage: if the guest ejects a virtual CD/DVD medium, make the change permanent (bugs #9858, #12885) * VGA: made saving secondary screen sizes possible in X11 guests * SDK: fixed the VirtualBox.tlb file (4.3.20 regression; bug #13943) rdesktop-vrdp: make it work with USB devices again (4.3.14 regression; bug [#13901]) * USB: fixed a possible BSOD on Windows hosts under rare conditions * iPXE: enable the HTTP download protocol on non-Linux hosts (bug #13628) * Mac OS X hosts: don't panic on hosts with activated SMAP (Broadwell and later; bug #13951) * Linux hosts: don't crash Linux 4.0 hosts (bug #13835)- Version bump to 2.3.24: * VMM: emulation fix for the ENTER instruction under certain conditions; fixes Solaris 10 guests (VT-x without unrestricted guest execution) * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled * NAT/NAT Network: fix connection drops when the host's DHCP lease was renewed (4.3.22 regression; Windows hosts only; bug #13839) * NAT: don't crash on an empty domain list when switching the DNS host configuration (4.3.22 regression; Mac OS X hosts only; bug #13874) * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts only; bug [#13842]) * Shared Folders: fixed a problem with Windows guests (4.3.22 regression; bug [#13786]) * Audio: improved record quality when using the DirectSound audio backend * VBoxManage: when executing the controlvm command take care that the corresponding VM runtime changes are saved permanently (bug #13892) * Windows Installer: properly install the 32-bit version of VBoxRes.dll on 32-bit hosts (bug #13876) * Linux hosts / guests: Linux 4.0 fixes (bug #13835) * OS/2 Additions: fixed mouse integration (4.3.22 regression; bug #13825) * X11 Additions: fixed a sporadic failure to deactivate virtual screens (bug [#13845]) - Use smp_mflags when building kernel modules- Install vboxvideo_drv_117.so on Factory- Update to version 4.3.22: + VMM: refined measurement of TSC frequency on the host, improves timekeeping for guests + VMM: decreased CPU load resulting from guest MMIO writes to the virtual APIC + VMM: fixed interception of debug exceptions, observed while using the dbx debugger on Solaris guests (VT-x only) + GUI: 3D overlay window positioning code improved, fixed potential misplacement of 3D accelerated guest graphics content + GUI: fixed accident SSL authentication failures during update check on Windows hosts (bug #12969) + GUI: never send the "ACPI power" keyboard scancode to the guest, we have the ACPI power button for that + GUI: was unable to properly restore seamless mode VM from snapshot/saved-state under some circumstances + VBoxHeadless: don't crash if 3D is enabled in the VM settings (bug #10250) + ATA: fixed several passthrough issues (bugs #12310, #1360) + Audio: fixed DirectSound failure when the the host has no audio input device (Windows hosts only; bug #9205) + SB16: fixed compatibility issue (bug #13769) + Storage: fixed broken CD/DVD passthrough when using the IDE controller (bug #12310) + NAT: new ping proxy for Windows hosts (bug #11871) + NAT: Properly report outbound connect(2) failures to guest with TCP RST or ICMP (bug #10525) + NAT Network: no need for frequent wakeups in VBoxNetDHCP and VBoxNetNAT (bug #11681) + Host-only adapter: prevent Windows from creating an "Unidentified network" (bug #9688) + Bridged Networking: don't leak host-to-guest traffic to the wireless network when bridging to a wireless interface (bug #13714) + Main: fixed a possible race when changing the medium leading to a deadlock under rare conditions (bug #13722) + VBoxManage: fixed return code if starting a VM failed (bug #13773) + API: fixed 2 deadlock opportunities related to medium handling (bugs #13789, #13801, thank you Alexander Urakov) + API: fixed bug in XPCOM which created too few worker threads, sporadically resulting in a deadlock (bug #13802, thank you Alexander Urakov) + SDK: fixed a garbage collection leak in the Python VirtualBox webservice API binding (bug #13817) + Linux hosts: fixes for activated SMAP (Broadwell and later, bug #13820) + X11 guests: prevent unwanted hiding of guest screens on multi-monitor guests (bug #13287) + X11 guests: added support for X.Org Server 1.17 + X11 Additions: fixed a memory leak in VBoxService if libdbus is available but dbus-daemon isn't running (bug #13770) + Windows Additions: prevent VBox WDDM driver from loading if host reports weak OpenGL capabilities. 3D content now can be shown over Remote Desktop connection. + Windows Additions: some fixes for recent Windows 10 Previews + Linux Additions: fixed a compatibility issue with 64-bit Linux 2.4 kernels + Linux Additions: fixed a potential use-after-free when unloading the VBoxGuest module + Linux Additions: Linux 3.19 fixes (bug #13741)- Cleanup with spec-cleaner - Remove really obsolete conditionals due to buildstatus everywhere- update to version 4.3.20 (bnc#914447): + CVE-2014-0224 CVE-2015-0377 CVE-2014-6595 CVE-2014-6588 CVE-2014-6589 + CVE-2014-6590 CVE-2015-0427 CVE-2015-0418 + VMM: fixed reboot hang of 32-bit Windows SMP guests (bug #13319, #13462) + VMM: proper Math Fault handling with certain legacy guests (bug #9042, AMD hosts) + VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT on older CPUs that don't support MSR-bitmaps (VT-x only; bugs #13034, #13125, #13311, #13425, #13426, #13463, #13585) + GUI: fix 3D overlay window re-parenting issue when VM goes to full screen mode on X11 hosts. + GUI: fix occasional loss of focus in full-screen mode on X11 host systems (4.3.16 regression) + GUI: Mac OS X: wizards should have Cancel button (bug #12541) + GUI: added a global option to prevent automatic raising of the new window by mouse move with multi-screen guests (bug #8878) + API: accept remote display port 0 as the default RDP port (bug #8534) + VBoxManage: fixed crash when executing showvminfo command under certain circumstances (bug #13190) + ACPI: fixed occasional Guru Meditations in ACPI timer code (4.3.18 regression; bug #13521) + EFI: improved performance of IDE disk access + EFI: fixed a bug in the EFI video driver which prevented Windows to boot in UEFI mode (bug #12022) + EFI: properly announce the amount of RAM for big VMs (bugs #11103 and #13211) + Storage: fixed a crash under certain circumstances when a medium was ejected from a drive attached to the SATA controller without inserting a new medium before pausing or closing the VM (4.3.16 regression) + Storage: fixed an interrupt acknowledge issue causing hanging guests or slower I/O (4.3.18 regression) + Storage: fixed broken resume after the VM was suspended due to a full disk if host I/O caching is used + Storage: fixed a Guru Meditation under certain conditions when using the DevLsiLogic controller with VMs running in raw mode (4.3 regression; bugs #12254, #12655, #12709, #12774, #12886) + Guest Control: fixed a bug which might lead to a crash during recursive copy + SDK: Java COM bindings fixes + iPXE: enable the HTTP download protocol (bug #13628) + Runtime: do not use a fixed stack size creating temporary threads during initialization (bug #13038) + Windows hosts: fixed more startup problems on certain Windows hosts due to conflicts with anti-virus software; better error reporting (4.3.14 regression; bug #13187) + Windows hosts: fixed DirectSound host audio failure under certain conditions (bug #13418) + Windows hosts: fixed additional cases of 4.3.14 regression whereby AltGr stopped working for some people (bug #13216) + Windows Additions: preserve guest monitor layout when resizing Windows 7 or newer guests + Linux Additions: Linux 3.18 compile fixes (bug #13515) - download the Manual directly without rename- fix /usr/lib/virtualbox *.so files permissions- update to version 4.3.18: == since 3.4.16 == + VMM: fixed a potential misbehavior after restoring the A20 state from a saved state + GUI: fixed full-screen mode mini-toolbar related regressions for different platforms and window managers (bug #13369) + GUI: X11: fixed full-screen mode Unity panels quirk caused by mini-toolbar code changes in last release (bug #13365) + GUI: X11: added possibility to use legacy full-screen mode as the new one can cause multi-screen issues under Unity, see the manual for more information (bug #13365) + GUI: Mac OS X: fixed full-screen mode artifact causing black screen when 3D acceleration was enabled on 10.10 Yosemite hosts (bug #13448) + GUI: Mac OS X: fixed regression in user-space swiping from/to VBox in full-screen mode + GUI: Mac OS X: fixed issue with switching to VBox in full-screen mode through Alt+Tab and Mission Control + Storage: fixed data corruption when resizing huge VHD images under certain circumstances (bug #11960) + Storage: fixed a rare hang during startup when the BIOS enumerates the storage devices attached to the SATA controller + Storage: follow the spec with AHCI interrupt acknowledge (bug #13474) + Storage: fixed broken iSCSI authentication (4.3.14 regression, bugs #13386, #13435) + NAT Network: properly parse port forwarding rules to allow UDP rules + USB: fixed a crash on Linux hosts with older Linux kernels (bug #13400) and several other fixes + ACPI: fixed ACPI timer anomalies (bug #12076) + Guest Control: fixed a memory leak (bug #13434) + Main: when removing a VM, do also remove the VBoxStartup.log file which might exist on Windows hosts (bug #13478) + Windows hosts: fixed more startup problems on certain Windows hosts due to conflicts with anti-virus software; better error reporting (4.3.14 regression; bug #13187) + Windows hosts: propagate the process startup information to the child process (4.3.14 regression; bug #13243) + Mac OS X hosts: don't force using the discrete GPU (bug #11111) + Windows Additions: some Windows 10 tweaks + X11 guests: fix a bug handling video driver display properties which prevented GNOME Shell on Fedora 21 from starting + Linux hosts / guests: fixed a few remaining warnings in the kernel log if memory allocation fails (bug #11171) == since 4.3.14 == + VMM: fixed restoring 32-bit FPU state on 64-bit capable VMs and restoring guest FPU in raw-mode VMs (bug #12646; 4.3 regression) + GUI: properly restore normal/scale mode guest-screen size after exiting full-screen/seamless mode + GUI: mini-toolbar should provoke less artifacts/conflicts with 3D guest rendering + GUI: Mac OS X: Native full-screen multi-screen transition was able to blackout host-screens for nearly minute + GUI: X11: Modern window managers should now use native full-screen multi-screen mapping API + GUI: added extradata item for configuring the mouse capture behavior, see the manual for more information (bug #3506) + Storage: fixed a VBoxSVC crash when querying an iSCSI target with authentication configured (4.3.14 regression) + Storage: fixed a rare data corruption during reads if another allocating write is running concurrently and accesses the same range + Storage: fixed a rare crash for certain VHD images from other products + Storage: fixed a rare release assertion when using the AHCI controller + Floppy: fixed read errors and guest memory corruption when running under control of QEMM + 3D: added experimental support for rendering on offline GPUs for Mac OS X host + 3D: fixed white window appearing on entering FullScreen mode on OSX host + 3D: fixed video recording support for 3D data regression (bug #13073) + 3D: fixes for MS Office 2013 support + 3D: several fixes + Bridged Networking: improved IPv6 support when bridging to a wireless interface + NAT: prevent internal DNS service from stuck in host-resolver mode when host was switched from one network to another one while host was sleeping (Mac OS X hosts) + NAT: preserve DF (if possible) and TOS when proxying outbound UDP datagrams (bugs #9440, #12309) + NAT: don't let multicast datagrams out (bug #7338) + NAT: fixed handling of large incoming UDP datagrams on Windows hosts (bug #12136) + NAT: fixed handling of the RFC 1533 DHCP PAD option + NAT Network: fixed inbound half-close on Windows hosts + NAT Network: preserve IPv4 DF (if possible), TTL, TOS and IPv6 Hop Limit when proxying outbound UDP datagrams + VRDP: fixed a rare crash when using remote audio input + USB: fixed several regressions from 4.3.14 (bug #13320) + Audio: made the HDA sound emulation work with certain OSX guests (e.g. Mountain Lion) + Windows hosts: fixed startup problems on certain Windows hosts due to conflicts with anti-virus software (4.3.14 regression, bug #13187) + Windows hosts: fixed 4.3.14 regression whereby AltGr stopped working for some people (bug #13216) + X11 hosts: made the extra key on Brazilian Thinkpads work (bug #8745) + X11 hosts: fixed a problem of input focus cycles and immediately released key presses in full screen mode (bug #13238) + Linux hosts: fixed flooding the kernel log with USB related messages when passing through certain USB devices to a VM (bug #13085) + Linux guests: stop applications crashing when drm_wait_vblank is called (bug #13265) + Linux guests: fix a crash in gnome-session (bug #13335) + X11 guests: do not start VBoxClient over an SSH connection (bug #13107) + X11 guests: added support for X.Org Server 1.16 (bug #13207) + X11 guests: fixed a wrong parameter in the video driver which caused problems with full-screen X11 clients (bug #2748) + VirtualKD: introduced stub/loader device for speeding up Windows kernel debugging, details see http://virtualkd.sysprogs.org/ - removed virtualbox-xserver-116.patch, already available upstream/bin/sh/bin/sh/bin/sh/bin/shvirtualbox-guest-x11virtualbox-ose-guest-toolsxorg-x11-driver-virtualbox-ose 7.0.4-lp154.2.20.27.0.4-lp154.2.20.27.0.47.0.47.0.47.0.4 X11xinitxinitrc.d98vboxadd-xclientxdgautostartvboxclient.desktopmediaVBoxClientVBoxControlVBoxDRMClientvboxadd-service.servicevboxadd-service.servicevboxclient.servicevboxservice.service90-vboxguest.rulesvboxadd-servicedridriversinputVBoxServicemount.vboxsfvboxguestconfig/etc//etc/X11//etc/X11/xinit//etc/X11/xinit/xinitrc.d//etc/xdg//etc/xdg/autostart///usr/bin//usr/lib/systemd/system/multi-user.target.wants//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib/virtualbox//usr/lib64//usr/lib64/xorg/modules//usr/sbin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:17731/openSUSE_Leap_15.4_Update/65d9876f184fda032e004affa2e97416-virtualbox.openSUSE_Leap_15.4_Updatecpioxz5x86_64-suse-linux directoryPOSIX shell script, ASCII text executableUTF-8 Unicode textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d8ec544e3a53a74efe645e7ee3f26e222beecfcd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=40df9c682582433985c879a6a85419584389206d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4f1feaf49c86b0d75f14219e636c12a289a83032, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=63b0a2a1e4c2fd4aac344446f146f2e07ee0cd01, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8b79139836856f89cead9f510cd2bdcabf389b51, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executable#$.3  RRRRR R R RRR RRRR RRRRR R R RRRR RRRRR R R RRR RRRRRR R R RRR RRR RR Rmodalias(pci:v000080EEd0000CAFEsv*sd*bc*sc*i*)utf-828544712c02a1509ed2ce76a5e45a8a56ef8827fdfe7aac5455f60a0f132b5ea?`7zXZ !t/+] crt:bLL 2k%`X1_dFȳj+A<-[E0i!qãSoܯuW"2J͡B-ھJ-Y.KPƈ=!l7(V 2(ݦR VZ]uŪg`*Y>pTn3AƆ#"݈؎_V)\53 OJ="~0>36vߡ"x; hs{AW}/f`FK%a8f' ߤ[uw2`%X&1Q~>I5eILq~[Ɣf,lmAf:w;15?u?^)~}:pB*HUƻD{$^$I}0YIϩWm-$0?+se#Q6q n5m"3(<2^w"V~ZX3.#e=<qLB,[~~]1]\͏`: jQ^ 52ws~WY^ALKƔ1_?ΰdŲJ2FGQi\*?˦J ~N@G@7 UTna a`aN ZcIZ NJ֡<ہO;Z^YJ$i%ֻE2oηX#I.s:Ϝ`$|3\LtxZqML4V|=RIA `\oD^ZsOՠֵVr~{=D!CM/ÿ)4sN]Gyq8iR,\EA)zɱ -[0mBp6Ѽ?kUm |$WE[9 Sx|&+}a@\˂6X%RwFYޤrĞ>[ŵاޟ?Ƽ9uyHeU$[ag&{ |=PʱyYľL5H I1W?N+4Ғ5;^YҲS ?ϨkaoGvr;;|˷+'n*yslA-I2%R( Fz$>ȏ{¤ejWf#|<{@Fϱ^|t-JVCtq+'9^eL-˞qcRzk1,b`=:/9t$%J/vPdW/6{ PZPg-\z 1fhQ] {5X/bdf $Hs0<,ӟ1f1Z;R+%\2 {MkEkw@"ّQx8TG) <Q7>Zg#…e{4e ?xE QgCňprpcy5dބA=;iծ8\h)_3y7<SQ^@ sǶaPL˂Mĵ"X7x5?ߺZr(z/*qYGDF}>MNHk{-fp]$~hH~E(QW7}!>ƵzǓ@2 7s}UNͱOea:v'dÒrVi8xARIm\4'ߴlkvԕ`f W)Y{DR'$v:vY3d'^o.@ZqWkä튯A llFr o}<p}U"q֑ʠ_lޯ.Ioye)8*|b*KDŷz|F{-/1 zHVXmq3[zLޢțhPYPNͭNХ(w>iB~&$;ml4dZO7YD5$ 6 խvsf۴S t7?b]-_#Q/{\U5Ɲer"D cD2oʕu w" R2|bnvFjtLWm%T4\9:p)Hݐw@1.&͑M#t<sՁ !NudlN{O"9W:ƅ$= HE&'9sGoQ4Gw*)ᑇqEm Q);R/{}b .'C%[`ZNRk}Tf/anίQk촃Ɯ_ğ[F PwʂEW+܎XRX,`|# k |tsuI.Vds:ݸv^-~Kz_`xrַU%O.gXx6ğw~DMܓq9sr f\[n1՚ۦ_c!F5O8R֋w(:u\ i!ugCɝAЇZf;Ij[6vd>vYaF?緖F~k"Kmr27l )־[~?1\BwxY2b,sꯑ7j/Nj7 I{ (gVބ\3{݆ɿ2<.V-Ȳai{@bJsYUؔp'!@ }#ܙ2+́ۻqHcLEӀR/C))*EY.ulG{{&>aNј{>u^\+Hǧ>+?j3j-Z[;$1C6t.|y N 8Dov]QФĘT (oZ7~$C:AXXq̾R^S<_t q0|z,_-ۥ@ulҰH?j V [ S) sVζ/f uf.s ژG0~/)홾4vk]0z_ I𓐎$ܱˮ;h;]4H  g wS> '>@Բ&:Ł|=a?XƟ8,13@!IlB&D7nmݸ\-FiFֈQ53}5)Jikqf!zaJ[R^tu 9jEIs,t]$-Z5ܸ𚸕YFd ,6V#7 ?{Otp`{;vpr.ʵ{*&V-ka!bD"(_ ,d uQ ,. >LkvOV#5]m">-B+,1l,1Qmu+ \a ,hS. e&`d.o,YenŠByj-ݽ*?@RF ->ԱH=caKEŒ(s0Qq~uM`4p_*G nQZ/|]}X݅ 4I+\,gq$Vx, ܋v+TNczMF]`IJCdk(ۮU@xCGDzfښg.x6ېv#xXAu7 {O^ X`NX>,v)>jzlhe"&VC{j!M> x%iTOYgx@pZHY@~ĸb}}nǜ/+~M|vO裆A#&DHm?pW't \j.(^Ƅ 8GL{l*Ӑiq;'3 K&+IMpSb  n,V݃ ӤF丰Axea0$/Np:&$jWL/S]uh ΕSΔ?"] IHZ0X;ЇDl+1e#OIqHr+ ,!>6vNcjh̑#Y') *&Ohw\ A=*`~]4~h!VFj_:1-JΆduCdkZ_cf;e ;4e#vX@0(9jJU#-a<"Hju"9~_}`ܾթx83/!.XkS8 Ʈ5! }2u0QĪBpMȑ⊳(3$ VH^1T?G?!R1k:vνeo} o~?WMoW+bV؉{pReI y38dnLHv]F #m1}yc/Ae2WT߫@]5c h4'-wT Z(>Ԡ鿑.jg]UoǍJfPNEg.GXp"fbk9q<0dJnԿ'u (O*;qp;sXBa)I*bi--'>+!y! y*JEBw^ڰ*敃ñBYAWֻmw:s%40+SavL]C!0;wBJrBf&|15Q߀\dYqPGr1׆GF=iIo-qW#Ojr/H1@_P@`"1jiLj?o.bui8,c=|8d1 | (*l 0g+c%T:KV.4%7b~̾+)ΏcdLxmŻ_D\Sd6=r=m2 cb?Ε6yUMj٤bRN) mLT1}ЎJЈɻH%WFö1 w^⍢ jy-(;=HQe>rkڟՙ&'jx~NbyR7t4%L<+09{`X!9;LwލC-:9T=vZD-.:e,Գ4ṔS leijOH`NzrD'SX]TH,swˈ^Nf#]R#7T_a6%fkS#)u6AdUxE6 Hq͔6EY"6nوiiÞaF#!7t>%4CL۾RKJ? LjX7@@q -oLv2z0g̻`6򲚺Wh/05;;Vgi/A)п/P~??Da8LO**(WlA]"IbSQ܈4O-(%Y[7p'ʜ[%UZ g^q2  BGC^_j&Ȟ*wUڶY/Wݛz@,݉r;d` E1-NDZP R<hu:q pTt$NAA aw1>mC'}6,~JlzgXWˢw3W7pro1,eAjs} S_(;LE}""Uf{rWWm7 {hFJY3q~;~ icI0Jdv 7&:xbU-B)8' څjUe8[4(iI3wbyn撬±&jVےþr|)jEz|pH6%+cCNgi}ªb0bIR?/Kf+RB&PA//vDx)Stn\jCPۏxM`fY?+. rMTj۠pO :#Td6E.+Ԝ^N4Sf"sH)!,a풅dZA'u~F:fs P5e,YM;mwt>3Z6@_cpMWnO/ Ń|w؏1#ЉDA2 ToBv"Fyr,Y:0YJ^b@?9"ԩ,l×v5PO$+k`&gʪ&m)7oq)+5,)O]LŝԧC(Ʊ< xeL4ҟ@Qb}ЌDwRb5#ul Z"&pXE3K8ɦ3oNS\2_mUA_6|-=K΃q$* qAwĥ%&[ I? Xr~)@N!BJYKU_jt).׀:׈/ wv`_$X;Cǫ JzWy 3ۢ̊l8p*wefe qzUVV={VWvN3+{6t^ژ$Lr_ QOyGy>h%R&, ӽg tڱ7TP{"ܭ2d 8 Sk.ifQflGU8B9<+`UL-Q{8>77oUju"emO 6R[rL1s+p(1ُ"<!w:an}&o\qzgv,!;r#iMhm 3Tkж86CjoNEIhW/w9Pgq]cvgذ.pm[}?'/=S:Ҋ7"jzL[ls4HF@. Z!]2I>6 o#]c=.c js>Av>4]QkZ.×?WR"cX]b@.n DM9-#^4c|ڽb, xzj:ӄgD,>9p_ҠD1D)#@ OGuyU%TVY92P "z8^}a! g EjϦzc de,AЯeD_qN[kS@O?syWd f|Y(x=rͶ%'--8.Hre*Or4פBMN L;nW P5V,9[SUOV/6ŭr(Qu ceºZu`}9 fyBCU]O5u,C1|76&V[ H r%Lv ]dh"bo mq5 CT]`^:B!OKlLs_,,[l,\ ur-pX~SXs^G6Dx{툲n7ı Yd@`wK1YZf˸P٧H)QNEYxINMzXSgDƑ& s鑘" z9,Ѱtk2x_(Q ^[vI͢U DlN*2ԭSH0TS v0;^+\{8g_mmIMmb<)/:Z|`"p k[Jhv;zH 6IBF[ni*h=[ft#_W_FI  BdH=R8{m"kWS}v韚';_Rn7cˣGgd!ɒր]c?U%mzDl ?]$ }˦B=S@ &܁8bK*b||$ʴ5 }OdB ety\=jx0u m/\+$KMDZ4Fa :l!F=0@.y3 z¢?o>r~_tIbJ!+>|,[g?wZ#xV~@-BVc#'Bգ,ap]2<gtwz2UףRFū9’ []F "g(AgR#>[vֹj<3>1C{2]]*o0 *+_tTU Q&, R! "lvTG|gY(j6{S* ^ X=ud 3JCCWݚ0= *q_A`Izf=RLVyTּKJTfv >؞1A=Zm}t'.H3Z7۝k3fW,E!B5y;Ob|F!reϺfsZ?l@%L !cdK{WdV7xjyIR;fek0W󆒪v>-"bp4 M~昲\BMs$^N1[a ZkR"?}U5_tWv1)g Șje18Z4bz"vBNOh n Mn2@eKTf) ? .άgѮmq^(U-CvgGs줳%dؘ TzR!Ztj(͝Lgdә )ܺd~s(LX#gRU4|S*F7\]κֻ(cUf)M;_FT}S ]8eأ˿b}0[9)`P{$1],L+074;3V[H]ܱ}Hp 5$Kߓ3AbI@Du$c42n n#YD 2hQ֪|ױ6lf3Jb*A3F./ckbQpBXjJTȩP;dftM䂩_;omU‹-JIܥ#nL (92bh}RRG V~uQ}-xah 3X9BtΜmMPvY@XQ?7ޟQ2Xo;:ϱP?}^ M^ ܀4DPFٓB#c-mτұ;kSB4zpY/Js9TG7\Ϫ#VXaQ|ma!dԙ_VO钉DˈC?;Eф:$H~+8^O㫄#Ӫuճ}Q@"SSM BQh7Uzm~2$"'L!]+Rc!1 ϰ(\r*oQm6R3B%!6*}ُXIf1iQjlc.8O.$GnOHVOQk:0齊m,+QҦ;I@l ;O!:o~zd+5+bɵ{}vj%]G]UoڬCu4;Ťg,mE|cy;hXqZo7M%Q)ŷBׯoL Ƨ{|rM(yM810H he`įA1B@ǤYk ew>^be=')+b"PO9׈"EL>$4K0s S!_Aα1BTV.C>d?/РO_}04P)ٍE~+f7hWɼ@õ+Mv]Mt)_mg-KC_euxU"vIą~OPzo'r[%F`oZ*njy$3 C<}g֩"%h~MwT.7Of eLjLl!TFC̍K5-%[_jlk0܎$]]EF<.r dP D QP#xRVzx/UeXjMkckJݟn< PSjĭ]Ht32y&i c{b A.C#Sp~$4mi-k?#(-d(5f;p5aXl,8gyߛx_,?ߺ<QKYs|X*co_S%J%N*jC"=H|- S\^PֈH(D!7?@gHIșq=\b;UkmsҐ$Mw f޲(ݨ6-$ vV>I&x/ UH]5 (YwJm=v˖t-H/m]m貟INKi]hH4`OҡBRW{ %V' yƬw\EIn98 <\A3#je Wʱ@+gN^]sI?PFwt)sM7t̔aIdw!X^8_@=[n?+LD68xn\oٳ :Q%cL7h>w>kC5L̞dy,i/+5x94ijs l{)7*VaZQ4(nQ#hDXVjR)Z\ڲ 4g ^e$hdG#3c4$j3HA6.&-|v @F>`"!.9׭; @}vS3;ބJĞ4Ε#Zvc;tu\O4@C= 8֦r)h,$99`=[zuepsۼ9Ĕ}դsYbMT]eRk7pj: H>=lY31S ],[SOmnsJX ?P}#!f K* 1zas$Jshm:Q2 ֞6V[Gd~ c~k‚~OXNZ:I\JDf>2j%z@fukNJA/_5zuѤEmX;qO*ÐV](":.oKFKZ!Q}tNj7dwĞ%JP @LB1,pVތ& ̲ȹ ڊ . 1ĂM̬܀ فȻ7y h ץI`ߓ`VSA&VFA1?KWi(Q_frU_k!5{ 7vۍ 17۞[2sTxr՜wdL7Mjj#;@d˓ulԇGGx١pdyBs00s~oAƕ}:ͥv!o10Le'#尩|VsW\k9n4 i]t*H K|2 YLN뀹31^HQHt{[z뷾}B(gqo2+:c.AtGW-/Z1tcbQ1#`9^Mj![qmIxÀ}@!@)/(dD.ö?Z}gcT723P@f]SaZ< 5 Srns3Fw;6t3eog+TxS㒭 r҇SR+$YQ"haBEA}7qK'柽~?nFߌ EUm4 _"Z%Nc ?egw\.z$1?,bY@~ 4{L⭘ק%5⶜tO7eJt72KF`pA 띠&()ÊTX07+߸z?*t+7I6!9P/&ՂBE~R&_\ׅQ;zy;MMT99|6tw>͞aa4ݷ7E[>wWv쭤,ڢrm@"y"4̙[R`pD=(87C/M< VMmR6֟>L{ #ܓ$@hsvV!Nq'7q ڿcߗWOW㠏 Qm Ee=@,Uʜ eCbצ|_ra qI#xUٴ"RW>31uGb")} z{9օld;(w˲_5}ChK 7*V դ] }9|y~Q/ WA=R\,Fw'do=%}ɍ )lySj2%%LU|n<'RRc%Wٵ{B^tNw{=#(`WS~ wӵ(0.UiD/W^gCueȔrl2=mZ! ʞ,梮.Ta"7JŸc<~ë=~PQn7ڟ5.ZT.kI1Q+}I<OpkXhlEiL8+)LrH 2x0Q YA?YJRЍk\QM`{Bll2N!FՒ!1e;}G'~]J#Ӫ;$hNs|9a-QMAQ veBD(p/l(E;) <:8Pc= j >d*~nB$ ҂MK`}duʗczˠRRF`X4`VXhpl}jVx]?(gL2(ba}ù *Wg^gO!2OSq~@4_Ni SܾGy߽v6 v&hު1Pʵwb8 MTpNGlxen!dʷI'JT3 4N v!h; $ `Plljqt߇1߉0{֪ jL'><ۇSVwH'c6V&t 9`~53;qI+HRY~w."u>Pl͞c-0Qu-ۈ_%w3x rxag-xEhh su-j,nm nēO\nS9Q9钛#\(ˣNG4ݨ{i2L `/0؛TwGP'"C"WsYG:; X;B"`vn6#iIq'Ԙӻun߱<*y>,νۈy#LQڄc3$s]<؀ H-O&0gŘ D"J3QB6N MR:p`Uu\iL{/YJ'%+~G&/"QcFKH9/eQu {KjU1XHZr0tCmP4K:qxEƚ]fI_JBt]TvJh( NvSqeݖ +7c8B/˜|jD+Ơ xx:'muFeRvd߄L.rfZCg}* N{/bK9ѳ8x`L!8JqPҜ]$mq9i/H]`;e,"봄ϟ=PiŢ+R}~XnG)cɶ17эkXw|(+˂I|dmqÉՅ/t𼚌3`!\cM)' ]1۰S6( .6F:3 ;~ڸw%/f?h ğIyzkdFmi%3=LJY턬g$%4˩N,Ii]Ghw=5-kw9?3f *{<Ҁcvn~3[ TdWhz tMXNXG\| S$h6<6Ăy=~^ᨢuVO :>)%Ca(i N#m,!Yz_Kv}%ߊRj~xXɒ_9BeN梕8Qw8, IJC5;'Iv-\4B@-%ba5b'ǀS3L șaI쐇Kf#=8o:gOܨ(kB.t/yUȥ!A.0k ҥY#Lݤv?^ztBECoی/zl58?"!1T"6|{]M8,gDÚ)eE#pj{v$W5z@H+*V̅BVyDs't๽a) m3Bn5&Km@iBjϋV]tyzIPoLɔx6Ϛ LCϝ/2T.A LUBoAΌh.Elss;9vaFDĺrl$C8g3y ?.]I:iӱf_6~n !L.:׾(2ߣj_lKlDNO>bW:a豩 t6?pJ"~>t7’9ֽ^C)zp0K%bI5KTr*y҂ds: MiDnK]J"^wϰ+6-XY hd ' f n yiKBY@q;0ق*57t65h3_qK;?{*Iu?HՄu;CT6HY ف %)̙8k*Jcxcy##H5nF( Ez /Qt"@y%T]SCI1$gO^k 1GOWZUTw~Heuo`7ɔ! ?9m=҅"[ s ("jd}1]fT3ҠeD/^O3a҈l4cp20EP(E˳:ne EW||ƺ&:Ӱ ]r?rvX@ w C7sPloyHr7l*g`\DhjFdZ:dohC( n9(3~ReeAY\/ɥ0F2*ۊ TFKœ .Qb*AV'v#C/еߪA_հ kg 0vR(pÜ1k1$ރnbSb":ՔSS>'H}dw= 2Zm7k}$@_Q}(X^ mO mK Q*L`K]a"c.ǚ4mu`Z%־'bH稇o"f&Lˡە\L.5Տmϭc[&̚ڃYkj|C@iIcFJN-2 LJvsWpGh$ zT!;I6ߑvX/p%@Tz~cגwM[lz.h^:}P%e~®mx:C`Q1#80I_ Z]-٢dڧ*IaJy&C ww%)B~&IN'ɓy J<Ӽ6``C-2>>Cd7:?b;6Kаfd4q_$\ۋqja_^!oT" \8* ]O!5@X_#ŧ}@/dȴP ʼn8Z@ 'D90@e%ޙ]'[nLsbߙζ4>Ď:MWi,]rO1r4J1܍2ϹƳ S 'X[$hWP [?[Y+gLoW/ϝfwHpahگ$ej8$`OJlSHlIˢQK$ވ%؜PJ!zy,Ɛyd2Ü#0Dd`^7ژZ  bm>Sꪕv!}+N-bNx~AV~Fq~dɭ罬ZiڍL\zm~ki ю+0xDHNĆm91k%|EPU?e&:ӝh6Z*ZWn5`ibvv>$~ dHNrWOnك|9bդIfI͑J)Z] 14J慗Hlރ)0SzD_ٺq2=E#[Έ 4moa5\6M%qPW,a,vi|E;l]fKryp#Ǔ<^o|k{2!̡@),1c&~OmpC鐫84OG~/ vL yCFK$|ujY1G IX/q }ϲm{5>DШsLX4Pdf (EOz Ds:>PԶ*B˾my^娛FX4H{W}bˌh&7k$Bϴ|*;w :2v.P D8$‰3ǐRx\?`^j  z.edΐ6bF'Ebx!T`f4\\τ}D9p.;xB5V.yPdlӤ9]9vPBKt|Mr{-Fo W:<Gpz!fmL ] W$de%)׽OScŅ|W!&7:g7^ #%a1Z.pi|P leaZޟq;8tYŝ!yrQ8='8oądl'|(KRUʞ}Y[Ĺ e'%6)c6AhIq[J #LS#aE6Io PC n;UѦo/psQS =]Â$t[-/.V&g2kcVW^BURx%mj 7/BĖ˵Bs;*4 Crė*=ȍNl(uŒ8UOtd%RNo-f$@*+{zcC`xT=u񹟯8&>Þ+4v)Ogz"k%ojM 8R!Ȍ).@9~F$UZW7EAm|_>}pLt WEE7o}w&Bo9u iHįw`]`{yIW7?Yu$c%ViZPr%vʛKF\ \UX#ҫi/ ^ufRwRW|V߼ ,dls8dF&rwY`cP7ՁkUݡWA{Ʌe7F2RoCKڄy O~ov{'(7ݫծJvECcO\xzɁ=GF)U1D-39kc|5TE&R}fJTs c xdu Hda~4%oAdsTDXkݤ_6*y)=sT(&n0I)u'Q]pU`ڵ.3Ae}"ji 7Rg#*K=ξr;Cg .o/^S9k^| k-Bf}gn|^!ge*hUNoW7k)њwKYEU[ѳVC=ӊZ.FŽ]mbB)(m]`#TwlluKbT]qN,Rl}:|DvyP"O= Gkz^d}U}o'd@$~yƫeM(}+@"?NSij10b'5*];8̎dwo'߯0FOq9ʐj# xbd­<%N׵$yH<<񬮇m|34"G qUmAPϊŊ"}=賺AR{=Ml ydj*ֳL~Mɒni/9tvZLT‰RE>aN9RT$ +Mn"LP!+7Cհ5 i%*7;S_= Ct 4 b`% 0|%Li4Ab4-`4uQ"^`-5a{(z='yN~a!4b܌P"T߫! ,S -ڲ15skMyNe IDh}v^ Wf;~$sdWpt&-&9)reb5]:#mn:.%RNw1n* d1WG+ QZQ 0lv(/].]WIhm0Z۟>[+-@YL }Y̩ xrB#>- [tv $gNfz&⌤.yF 2Xq ^[>amG}D +Z0JNsnˌ|e뤅^yܧ/GRT*S4OL-3s&$ds;\Eoci"YpmB%ی wsRhoP!lD^kHae`y!C|bm>D3DD@|9T2Fn<@{~(U,'°.&P vKzC~'RzkwEOݣ2>鹨>5'x$KͪMh7Am뒑q Ϭ@pL`a ,ժO{\0iR}w$IVl,ωTȴq#?pDÏbgi.K=݁o](M:HnV=:^tnn9M)nq. ! ]%[bwVW}f ç&OO`}P upsBǏ]A۷^6Se͌$$r5BPGa{8=5lqE3ڏL)*$VrC^ pAk"dIIċUM/H9?}7"HȽ}|b0\*6S\"t١fJb)tTF.#" 2INr\XR2fOxt=Tு2V=;#ю !CKQ8:,iF8ՑUK_6Dztqͥב57ZZ=3CK$GbR'D![&}7ilOMmɂmw]OȢ i7{gwi̢\AFا !!ޑT4/,™Ndzv* Z3rtk^5A*qeBϠ,PԍWof6>@4X j 1%;Cc'GSA[UV,ԏdx-T:-π[)gfB)g~[5l(D5Qj?Y m)tDG9EÜw33[ 3ִ]0Q 3LD1,ujD@_^ݜLTZY" fe\[baڔ)R [Sh䩘DzR5A0 HG"ENQ[]+m6gb9 ,,϶^HO=n{EL7J+NݱS qȅ&xA{JI{&>fӪK_ƽGwmoIB)*萬m]ah1Q5!#'s:͞'Ss!b4/q`fZ(~Xe@y%Ѧ%~+2.bԐ7e#XQ2S n k<`Alb*i-K~M6 2Il>D2)G"}AD/Xd, U2ee5іNjXQ&9Vd;nKisG]xӋ bf& us y-£/*`:—mǪԏ!P.Z!Lq_%S}z4-.e -Kˤ~}[Rj;$K `U-+X %;Mr+CemdA!C gHCvy jY5ەͿ'5S`CsQz:O'*W[\BͿmSwc_쩯듡ᨃ{ޜl8Vj%O^;һJtq[f<+S`zM C'M_tO@/_B|O9Vzuhr_Dg[!4`_T4p݆@9^k_g?/[;z%HiM?bJ3k`f,6,֔:r?Xl¹[n9vz5P#T2S];"%OsJ?l1`k]/;UyFĀr"ػ U=KBڰ/>X`׺`BLd:`{)ӹIiA w?7t6Th9aЧk}$M;2=¬hl/ LÓ~jwvF_gB JGz_iDhS:wZZOwO}e|+cz/Q&JqZNPIDIi8ԷT$+.g·tk}mqHE:_ԭ,j(LbMY3_lIG#(6}|l条NSn.#u-j\2V#y j쿚Еʋ<2>]^e( uZqB/t׭T{W(olmEJ5$]k2B=E|ݫ҅, =;[iw6=6ԯb?\"QLys"n m Xrl IJqN֭8˭ ? /]Klx&&E}ᭇ'Cvr#piL.ip}Ah߫>𿖛ȕO99VYJn'zgjVpZwg:sÉ j8jh xmD.I&.@) U|u=ϼnO .P!* 7ތ凁LVcPw$Q;3~U:RSI>8/.(#Cn޾|6h]5۬,{ J?fr*$daIKL_WQq^h$د֒vVni.=d耦s"0[ZA-~a 돔=| gqݖi=suY 0ζܽ@{ BMqI;5↉^C㿟 0NC*x +d b߽דTnn!*#tZtSX'u[A#iu%a}厌6 z{Z4O"lsڹBQ+LȄ0p#[} N0v\!L._TF6 HΆtヨ0"[1PØ^Zܖ;^G^@+:^`&T:E$0fs@c}ˁHF;8'8NKg)h};,-F2-+΃mč sl7?w?)[˾Nt>)*j!(/0ELAјtHt џ.(Ǜ8`*FoDavƒsE/n۹ LJMZI@9oRev 6,lJ5m y)W:&{OpIPAgb^ŵnϢM~ԱSӗdw Đԡ6o?g >{yX'&Қ]M+pEaa:p#LlF5L2!J L+6NM8;#p9jV,DtN+.ф:Ľ6[CqB.q* ,r-Tgد u|(#TvĆ:\ 6vQ)?>VX.;t}$w閬TV\'3ijdr73N Y!"^ Hju-!4 Dž'a'= U9^F4,e?R'tXOv0rMhNRI" Rnܑ_)v Џ:n;ը78HVnłM (8RnekU0Ō{!@ʉ<.6uIxj҇g]Bkjn1ކ[0o&7$`v!6Er`'kq`W96=8 ]Hgi^\Q؜Aךx,UEy4-T9LƟ:s26?}Ūw=n OFW 1Ed׏>~E>,N5VN޼t4?M^ctn:H'S)Ѽ<_ YL*c!1ʗ(=dkXvg ^cv^⡐P~~F:܃܉p!퉞:]LJԯFÿ0]6Lz8ڰAZh%BDCd8Z//(޹#O1_d,0y.cBoP!hm#X."jw)|Ji-.)O~̹v O`}Oбظ7e @*rӹԾz.FiԎl$u9 6B|ś66+>!r|թZK[`!JIѨVv2ZIzB#d8a;U*c#SPIoT9 %r'"߸V _P΁Zen\)c+?&h\"A1՗Yi @a쮨\ "`*xH৩Y-G>) ƙON,1gߣ^G&Yuaa;Aɉ6X"^6<,Uus&>-(iC7G=~q1q;/AJ^U|q**GE_|NG #x"JT S!sn!&UTxG+[DyMA`zoNUʺwC[ߧݠt;>k0zI%NM#"",, ٲg׫n2I>J}$+ot!{֚% n{<+Ԣ}88#yyE -1) ح .0P:X ZB[8%%ڑ[X4_AU.L\NBSSdc=4a˟%#W'~wl=T%黪%!)VL~c5e0J [}Z !^4 ӟ ZCno⑭Ҵ3vfg#sI0E=y\}( ',j6T&vJɟ:$X'WLsi.tA~,PbJgM?c+`b]˝S7RGt9Ę_ @w" خ>Mu%gy]4 X^v6pK~ƮM !8 (-/l~tPX|<=A:|;^@5"@$Pٰ'AW934!;/eMdŸ.bQg Z!AxJv;I{ 6NR*{oRHdK9* HXvc̲+ yGJJՃBd,zRˁ=Rn?E;AL 60 hW;LPiWָfjĂj?-Y-xETب^XI!"^:ZߑAm o<:s q]Cn,(Rgap(YxtsG^H` JnL,&(tzRme EpXдwQ+R+,kL<7϶Yãf183LW;P'"n;GXosÜBSo $IUbfOtNՖoBV;]t| rq~NvIZ>nq֕ OO olrp9d/|0RX&JQEoK53WMh &E) 5}ߏe?hpʃ6 3{MvP)>[eZqLmf=BO2bBͷւp".FU=1`j|C7Cԕړ+_{5>)efN rychzE c`#ʾRWD ?Oo'т6rV [KB2 g%&mzV&; 躯))@EgIYH;Q6e\R|CGmv,ă2$n":FW-QB+iaB٦}k8b%N%G663)=Ho:LB'|jSY޾CI0nIV`JϜ(K 0'¥<aMU²/pF7rTLzgNo!L3~]xQbJ431SFJ>,X?evۀYػHϟDGJ -T/l(㕐U6@IRxr*I{b#vxM uNC!{ lCsir9;g#koOJ)Ȃ 꿌}Q#8KHCG@/!4X&ǃn (sRQ3Lt::>:)֐'b܋x_A<8-$ x>+} O3x;F5pJ]*j&Յ +">US^*҇ٯ!:.QBM> 2Dڸp?vG@nU6BjćCX+cƍ~&}TgA)x0TnbI6!֥(NhJ>"-{>07; g,9J!)$"{10_~=Ur5R[ܪ4gagsˇ+#Pq&12,/Cqd3}4BitiGIaHM j%!}8G0S\L[lF=/9Ez 3"Wڥ%nk0Z.94O\b(&4 %| )҉Qh<3&P∾T(OC&|ZPdۨk.ǷG9Huu[f-Xh+1[E3ܢ<ޮY/2Y%ǿ3x֡')nF&.)_=Sg.%~E0x3?B.gKcs19Gn)g'VU'W#Okk\mj-xZ8zYcfqCʿ(P5( `s%v`VSg͋Szifќ `(Ũ6m8|:y/ML@8I\ ~nk#dgO$]? _g7 +Ǽ<}\<#@k5{\ b˓' @Vn **Mit(6 nst;_U8lbi^WELZnչSl꺔$)<~81joc܀VDHm * N+_9qlmI\Z7 vm0ms>7G2ɮQGˮ}SV(.C(oBV聁cnQ"[Px(!ϦW_{{*kO\}I)я7;=[9io~nj .-ALlr-n=kiрmbK?~fclw[KpeG3 6,2 ڲNfU\ r7I:\D5'ؘ ȯa}ر-rUbk߈e%;Q_| 5.h!`l$P=8ia{ZZV[]DNģ/oC o W0Ţꊖq3]xJ~$),"+ؙ; J;/1X6|cOSHx8pաFe،i<iNQ:Aͩdsg#M?Ƿ{4Xeo2sO (;!%a[3~T=]!uZ(1{:Nˁ\ҷ]v)0(oV:e0tsQۛ&H+ "|gRܚ鱊̈4#~dlQ(}⟃j͒5`G|И؎ zp,[e9#S;݃__5%/OntA0;V &r2V9M]Ё GTm)tx`d4"+r(fe-3rݛ]$#Nt"D+ZQJ0~k\Y1賬^0z0'ނMWR:dHiʣtr~SqG*ΐЁCqwJEJY2tu_Sʨs |E M+cGri$|_`v7BDϬAn|ʚٷ1TAmqуJPo+:MO ^%; vD; Hmhg M05pWb4!D$4$8%]'3qGh*@ (Ki.j.t} ߉w!j-~ *Ѓ&͙8O{}]=a=U\'L;E>' O?K2N4R~hK"SfTx#Ә , *gxd?DeOXTf0ŞKطoe9Nhgepw0. 81]hT ךOTi#Ǿf&6ycHapy7z"BkE}rfNlbmmQ˓yHje GPR]3*4a 5(Xj^08.B3n%ACY`plJk ل@ޥQ=ӱq@|=*B-!pI8mQ?H%-jZ~i} -ַ]|&)}_ rXʞ=Py8-;- qwP}ωqMz'tJS/RFo b7}zK =7O]<S/:z0w{;'0W0OZm > ;r7d T $~._asm?M(~BxQk߁~ҐhŽ0UNvX{iQ29SyAgiѩ@ 3~;$cDYv5gΩu ڵey)beH) m:#Bױ&kE77TW? Ua{|]*4I^knux8cl֌Uz3tPƹ#CC{E r% >2AbBÕRmKnRgw%ţdž)"WV9Y(UL\L~± \as LY"$3l=_8ܭ`+; Nl6y/Jc˾͜lb1付R|+dHF2X W{2O"^HDP=yU9gI|Fqnעcɱ軏 `,<҉=^=\w4c"1nLޘ 7|C@%%4Q܃rh_Z{|g| FSJwMm+D6v_^aOE{pɜd&a$U)U]7lh1v`bFm[ɬ@B{bub $ lvEIXc@2u3ᑯVĸFgcE|$}9uyuwǫw*fH9l=Lz4 o VTIHe].'I͐uYΥVbQ MMxRTNHl)HJ#g܁؄jړIz[V&,Yxslohw19>Oȟ !ikh 9|8 x ;B ݕ鷄:更Qm:Ƚ+q3ix tpժhZ tj]m$j P}#ɶt<"]b%8v*Eۀ ՟Ǯ%;Hhf =})*6=5F%~$KPEe.; <[z-k1EljhFs!ƅGO1 ڋb( y*F9.&˱Km +, v"iNi q39ދ3=fBC<^0uFr&a@K3?O03Ǻ0YR~#eAßh5B2@9H(ڒ@Qj<Z}? Fb7E ?w|A鮧K[/')5`3 kKtIAHsT/`Ͷ!lVi0Ai=ܹݼZC$ { )sFn^nZb5G `+UWDahccP2TI5NO4}0\\O(!g\,zG ~sdA`p{t zL$(TsEPP6o'3ݐ$ic}Q' t +g RP5j"ͪ=_Za PomIZRcg|TXA 3A*[,"cĸUvlM1;;Fe>p^)G<ĤJP! k?RsJrF[Zï7 !< k69WY@qTju ~TME5Ы!ܯ2{dļcNJ{cZΧ>s(];xB m˭xֶ+):ø!׊^ t\T/ͶXx=nT'~ )r3Eto- {sbTKXbA#w:GYD^퐵S:JE6PWz r|Uϊd0Egnb,n%Lp jt}$GnHADmFuÖ.Фc04qz`N}> )IK>?|q~eF$5@ |~1%Lj`Ứ 9#6FҌ`^^x 3ȍv]X@v|J6'@z# Z>aΣe[hp4Q6f MJ(#ptו6X\V <-<z- Jkmz 8h~E ߎ~7c&+xZfrؒAh, yqm) Z9N E^oY@2&B&w6n?0nB+ɭI>Y>uVl=YGptNLΗ!f; Tl_E4xq[Bg.ztcKZ'}>P/.gW{˛#jUӉԽ;la -*%oD G~x>BxRP7n)-Rګm/"^תr"l?P#p̒]sF=$iTxJR{-q[niIu.w㙕JMyyThq@!hˆ{Ƭ}-n ̖ۖ}7w౷XiSg*L (ڼ0$h$N $&0;Ls'OVfi);'`zU@Vݼwۏ|9q;N3q?~ӶgDMg_iL5u<8?E¦ѴGm+@/sz\S=j>}Z mrk8CO]@bSgsCC)x DNIՓ7yUEG O;lI66[`Ȉy*▏`54gaʅeN[pҕp12*S!pu_.ef`>kۘ#Kh$7v$<~Ժwh4 zșc*)UqU#擯==xBPeӿ#B€aX2tպs—P c /B`.7iP%WU :k͆xWłAg͌9Wb1f+֎4y-y88!4^8H}|PF+R#" ?6I=xQ]/wx&goAǑ5 ?kviG7FDTxPI"n!Tj0f4M|ygze=[J)>-o|zpDb'p#_5d%eCętNgQH#4m|^B[i܈Y TǼnYHDg̗o9iϐby_p`skY39-%]͏VJ5$6 l[>AR&*qBިJxp~F@sG3.{R0c1kX>}B`$KfjQe4yirBﳵ]<GODo8tJ8g'_Jo*B TAkzQ!9-WZQ+Smm6,bfԕ*i ξ&zrţ UZPCLp׷u_5LЈ *ϱ j74UH:yJE-k5dKjH2T*%R̠_ZUA2{a)K>:0xC'SBgts4F#l|O{%J5kĞl]bCηN0"H1*ar\~1,Iȭ:fKQS'%ά FuF"3+BI<<赊*w+ ̵PA^:+6#+җ0;"X`̯$nH>nb$VkNBӉ!' ?[WzrsC M 3JD@J d Po3-H+i#~뫓Vrsz/ vxl^8rqО& 20ltnvH }|nNgD[PŹ߲ Aq|K QN^˜>7Z%:TG5H"p_U@NtŽ|CwMAdD`ɾAx.=4R"AiJtevL9P^ cS: c\Bҵ/w:*Q3qJsG], ^E luVb\IrOvJXZlt8;dwh+=\2P߄g ؛41o\#;`I ۃSWYH~t֯ D(.IƬPgoޤ-G71$nף_pTR5*A7PMk_ɯxΤUje"?1س.F39{4P\^*N^6Q$ER_TO]Hbzfo@N?nQNޑ& tj"`96u : r7*F@!9. V7VhcIjV@*[ mj/( DuoG!W7V #1Ou! "&09amL\nY-f$a -|arF|~xHN NīI+ 6tؖ%pBB]$UIob+$Յ ͋[Nl9WOQo]L>ot;y脔Q R~>4ݮ>mXx]<@T4'-Pr2D1+Qyνe~KDwo9`v"T[.f ^xWa)T* -S e+/2B?ط -IĂJWWm'PzR{Oa#ߊ)~H&K#tg{E_{pyǴFOg.. +Ŧy4kx1XT#Z:Ð*GjPljsJkhu}}"n/u0go&G4>SsqGypȳoh7 >݇n'Тwܣ;\_,Jט@ n :|5gQr0 U /0{[XE,{`ͥ֨nv5iW\o;suÌjMU"& N2VLXٓA}mg0*l.8 ʠ#f͸MuOE6e/z;ULxI3BӋJ(o%%tkCo*0!rw񻞪8]zTxǣ HMgq:_42!*AHVw :^f9Z;}g EAg$9µqvd]zFQ +eYq#c i@;hHi=t,Qqi6NJW|!+=_{*|lŌH4M  8dXR^We` Nr5A"b>jAaxGCƱG5Z*G]} F0WJC<كK#KiE 9QGy !e^1M4d1|e,Rgsb^Bcq8v-| -_sj^Jzor*ꀛ4î0g2kgADƴAtXhj>ȿbꟜֵp"n;N2NL|:n׏ߨ\vg(VM@s2cVԅPzTv,4uGCCVeYbVe(@XU A}'2wm-z{||^1!O'vdUc2H42.VЬ&+xZ&w9/b"zg FCנ%{򕼛r.TZc-"+0F&vr\6uC=e 0VUEj6Æw@? F^i(4ʹ16N8P(F7Xs4xsҜE'=4dD+I5^ HD+I3z2X7UP}e6v$tsLYO- rWJxr(BYWR8:)e#T@9}#,4VG 5Y p^V[ap= R7%s*W`H*s4j]ل54jF0`C1~үkU2RĐ❼WÍW."#IɅ K`E(YPJȚ;dg#Y;㷸;BDE>`$#h.3jY^ҎK:VF8d2{ZG[%M¿PuH.`=Fuk:]IH͓H.#+Wʉ6j6Gt6s)VR:K<g"vlq*پ@,롔3E/i.ջB~eJ_/EF۪ǻ}~#ܬ+I[,զ (B^XYrGH.##^!) wrJz8%w!\m̄JʂJB34U*Y? Pzl2.:ѵ -3"#3t[^bjOxVvq#bsꁵyvd[$^A48v,{&2raѷ('El~>j]©Ef>&,G%@U^qK[E!K'L9~e+o6-gfVVs;KkH[b fd|wg?4k;< ?6@g2iN5,|\D gάSo7{6,4*'[[~`sИ|T1zAgp4Yn9qe3e mIVɳt/+ bl=4_ɐnT8^آOl_Rk`|e9QisT?բ~%/JkW gǩ99M EIB45 p1T#ᭁ[v щQG/Q5<R{Gg*ǜ!o+=[~y<J-a-EJۿ׋&_.nrSp^ ˃Nq" >sm#ΐ)1u\udca荞)URZS^w?ojsK#_+d%A4⺠_q}}P/Hݞ<2H*XY;N34-)r%TJ>< `FEy۬WuPeΜKN^eϨyTcܼ1Pk'z*xԬVn^&~( ue 5 $IjqӲ%؃}W.Pz{7UӇk㋷5*%MӤ]x[ CLع]O=ͳixgg򂃱0x>cT?vdH S2T565Y.;TB2J-IAgRy3xTS]=USF apkWjy9#'Tsi$bϲI;BJ8\{v,t Ss>\W[WyTgm[!LdoXWޜ9 d@fI“FEWzj;f1xP^XyГ*tadO 6]f^hȶƌ(헶 zy.ԤLƋowQ䬷U+TQn?H%H=m*F G;̵dsD* g_> 90AkfFZ5V;hQZ̃B5ⴃ}\}3oI. {Fx圖kȅ1RuQ^Ya]ULP{tb Z]$N5$Lràul_AS~ ^zҴ]t{ZVZA;MH//K {D]RޠxUe 0q">}0Ov㫱qiŨY3-麨=4'|%7_=.9clя*}R~.#au?iPdc96  ".9b+HΝ)A-7FX(~]eIEؕ:X`䖺ʡo r5;2ci9択*lyumu?q;c\^c"R2x;!{rb>>oGՆz;FOCZSU-NDB5,᲼ Q&gE0F H4B5#/G ZC(VS*h͕nY#Ol*;r!Խ.waګaMv5$c𓽗SQHj5~[I0ڮ;77 tU5FSP2mR}kTG7; ah%Npe3AcGOW6e7X(ȊpJn: &Fo9wL|4X:Хrk6I̿~UPF!mӝMe8 ϸ}`q{!2@k =w{6ʝ&w&=A/c>~iZVh]Wz 2S VCb%j|4dN p[v˭vq ܃8VzĻ~S74$}kY&1.k'˼'EnQPkNоH9~n4;V."N{^jPQqV1T‰PA,y&E= 3q?$G{5p>OiA{8z||$ԶP-M$c )Jxؼ 8b?Q}pt^ Ϣ@7:a2ź;Pxl'y^~ `a2s0A!~ۣĚ""yYƙzBd'ދɀ]x?`~=7hBAW BfDP_ѫS^4`ۛY@/דPT;OV^rNBu:$򷽥uޠ}Dt29-N1D~ʻ).6쭮%N ]{QA\cO^LA^tw{!F ꛲kB^v{ M6uIUn,X]tIrr8|Ӗ:T)j5|_,]SJQ?'=s KWV?M %=w S#=ťƛwS{QF \['$C'J4կh݊)Ͳ&Uk<5ѾBךFLlJ#T<91 }\jNNq~_Sӏ1ew%ND}֞BC5x^Z!àǘ .T?n$j2{>7cHCΌ9*/겅uѷSW`Y;.m(TM m*OܤN=nsdD+]fmn""˱3E%tX=6v\j5=h&BH Fyazvp^Hΰ}픍kbZq'uuE)E>ndΓ&0V8-VhI=}؁p&Q%*O1@KCz"}dN6!& c,&^N7Wʜ }^PKBqyWpmdxcgj)vjYBFOJ4\ɦ fAd xj#y^0TAXEU`KӰm^=ehV>Y8/<ӗNeh #Aѧ[|0,=#Fi{9"'ǪUE" w4Ǯ- BەUVD|5a/xSuQ>6{/CE%fY!X@ۋx%ɣ7 Bz{+]Y{3s~ VuYᶕU ͭ#6I9m캢͘Mbmh)qB>LCDv!K].)8WI&@E9WYء;~w1r ѣ/QιDmGojwZ8?85>^$]T6䩰7"0O~Gv6]iV&cS Wį DuvKd+lJ;\=9P7Jq:Z\@ߛqeZ'LT`KkAs&H.k@E++B[FpGlk91B/U?mLro\0֓is[˽~K_;v:%vyX,4W̙ܟY>|5/?a~Ga?rE{}9=@:_\4HA6VſNߏhҤbA^ ok-Ij$"Ե~GGHJKq|`xX<$A J`5w;\1`N:·pD V;Z위ʅ j;SbTHE%,b,f`>hKc22tы~?'FTK7>ӰX 0UsI 1=7Q|cPO$Dm~@ig\;۰WZ;&=PSԉ]P*,T8MםFG rDݴ0xS4'm<EG;Z+ J&.ͻ{(p0d%%^ĉt;ĥv`rz7bl{2ΤI@0-l+5ڬc~ʽ>N4v:[~:SD3r)j7ey~܏!RɨR!vb̊.hZOQ+ͽ*V$N ? 9HlErɟ710P >MΘ , r g"kNQ2N0f04BUӏa7,IGQ]xR=Sgi,oW/NxAtM-7]cxӢ/ۋhzB|/šbJW_ JՑE8fUc_Ļht&/K .6ͪMz51M6cdbWj\,yYp~"Sڕv Z8U6 8"A`YpF`"hQ:h BrXQR8CMD1eAZ]q_eOb%BU"6&fR[v&&a8#\*nIPRq=1Awn\E}6pjC>1@I"JnFn[΢\4ZY+ n7OyF71?v, -\mz|T~!oC7Lg_^1A8%KWm'b~]#NiNfHE-Ag#;."9ƹlKaM.e RyKI! n`|^!o#' T/o':~Nl=\!^?O_%O4!àW92Z3+1:([Sq,["/' K^^@xTqueόcJQ~QűDqW>k '0{Ԟ"A2-q=uat#sY)97)L3J4& ":}88LQbPl5Z#v-yvh5CB1͐㑩>ɹ=DkɻV0(_%_6_)jR[Ԫt+.QX2tq׿7ɤe#g匛y ߼WOEWjs;hLY &/vOS"*X>N'q'\?}+Pu&<fj`=-O$gRڤ9m'B[QB-&NOfx&$|-L6EV9HF5k h ˡ_s_ݾ:RO9.WB2RI<<'4ў0F R}A]ZltC)zӚ|ș<ݐ &Aap!G@ְ_s`t @՜" _(J\Cj:24 dHx64`rD$wfN;ARcF2`7aV;u4[J[1|Bﳕ*RKi%pUp -lI_"5~{5)ׁIA52aY}LJ=m +[ѓqz!gg)O#S#C iL7" +:Kv96[rG=b<ܚ\b~}/bF-Q  CafE)$$~lwe*6Q5hPk1ÉmHxJKn$h^C\Ǫ'r-9NP4z-&/Vmz^I;e<:K~Jgjm@$e=8q&$I@j1;(q-{A(i^c:FF;JeHa حBV+ {(*m0+kks54naq*l,`< jB9C 7IbFҲ pcA|c~ӝɲ"EBDYڽf(|ZJ\.[j7%Jj<[zQ^.i|H7Y|]ȷ`G]ʙDQq@] a-1{1)~&ikg,T.2*EUr<$MʹMzDSZт2w0D{>G'-väBM,B͗_Fgp}+=&SN.7-Yɧۯְ$Sqh@`LdK/M$:%zYm_WƩWA5yMEI|\w"d KWQərQ/= )_*. Z,KBs z=j.bⷜj9 s鐢HU'8Z G.'a;["*}/KficHJeeYYZxv u{շhBHFM VP5PzJa`9" .i!!POLTƶX &.u8`+\r$|GdtFhqbTCnw)x遆zU)}q`Nv֖ik\9=sgW Gӎ_Y26Qf ? O.5DH*4LP!ʹ1v䇵]±+,˅-y0!.lt/s)vI#O&җ j3=&fdЉ?;YΩ$ jۙd |5Uuks?o:w3z5Nzkm[a/L֙#,R,Xׅ9Z]=ѻ:}A TS5n[hr]XbUD:#SRqޤ4Cn7P`([́ft᎟k-9-ۇd7~w7<*?l!Tͷ`!D~, )íݻ 0aQunbFP-ȯ+ԂǮO<wB-Ҿ11V&։NJ^KC#S`;sv "a9h j :D5V4>=K7^cP@E%Z $m:k}YwF1Yߨ$|\.6ң41-= ۔"e 3N}gl<-@, ?g)Dl9 ΐ- % H ^xbRa|_D| CeVmCAr jPz̺0EiG iOC¤8escΔ6zI)9Fan '/B8i&בT#:gDn6N1Movlbhc;﹕R/j!aPErq-+Ǧ@՗5 B^ cP|/S+KB,d8/NB2Xl՗o6Pi6.1X\p3:}G|[Dy\+J@m-]"<&[ lZY;|jM#6m{uku`Nr^j:NsyxB1A)A⇾B#zYIT#Sq.=;,b^CH"#;[ds`.YԞ+!;[&`$6[Dtɾ]ōFjƁ 5`[sq\=SH<ʓT0n =°$ޜ t 2&IP,Dc \'sƅ{{+>DJ ͔M~iU7X'<ЌmW' 'Qwu]غfi42BFu[2x $[jG6INb0<\mWօ+BCvr\?*Nۧ4|:ZOH[q@LٰQs+ߘ!Crooh $:ߑ[V 4!Jj6"K{(`VDnZnz#[Il8n:Zty,wq**Z+ Rfb#P61:չ6QGٰ7 #*i9k6ݦxdWATpVaԔH@Sc|@^Y gGSԙ"[@ $2I`)"cjgBv')iJ v^l$z9 7du%(ZqXox3Bh\M`Oi>ʷ"'5 rnfL^1mldQ#Ed1KH}寞cTJc 8 :TC1 @W.'`P͜t#ČCqq6鎣se o|"HoBLN _rLV 5E:x`bF1!a=T7q1krY_J#N)j| j}SLar9nunY>'ل6jX<e^ru]CDkoxzjF K\:I=|uL 57BmѝΤ(O06)%=1 6^iUWq :\dv$ ?gq DmJHҨF(k+#=11r/tվ܀U~g*,Ebbjۥ6p$ۖKҠKs~h"zf l7_\ Nglh V:0-;{Lĭ,#N>?VM1 ,Αn#a{f!in8 ANQiWt#(}&11vm:Pw3-MM=*~ co7٥‰m_id*K-9;~;^547] k;vCtF]~%mq=O.Z-|>bz9.ӻdD[ UA~4oiq0x'8,Ԝ+.I+7KB8ʒ8[Wm橹Y,ޢ.mfu'}|w7>S| oQ!7 d.E::9M?1vNB$XE.iϣ!igMOJ1$}:_jFٵI~cFOik% OHV@De]X6VqjSSCܼZp[s G$>e 7\sjkQK6/jէUVynwJk$(oxIb{"+l7/Aks1"4p:R\%0JNj=pq33 @I{+әI _Nr/}~Ղx &~uvOqPٺf&/LhC ˰X0-{YGm ]6.LɲVk:=!(.Y|҄.\,]9/r.ShFHn*ψz)WQƌJ 7vh4=W)+90rbu2J7]FWSIWT*NYȉa\nꐛpY׾K-ʗ]{\UUA+5/|>/ %(Ce]ie`{Oaa˵C<|= a5H7_s~Ԧd^3'lb<2uMnaZ$?dЉ0]Y`1fb>BL_!3'8/Ni^rn` q,JݤƁP@lO؞OlS|VA1&ғ/Uٛ讕G̾i sne`]&*L5t 6Cftքi&F2ugGMg⩺IURzZ }^𰁋~fa&'ʔ!ە j*I|y#tJZ%SE4gsSЂso"_ps r"'6 \s3S^srEi'ϒqmR22 Į=j *w%= ɛf#wLHqt T6W=`V&'+R܏&EV}Ndeɐ Gc 싋3!6 I'\g? 8BD߮Hf^8OǓUk}++y?[>ۋGWd+=',[ҕՌHM7*IA =,w| j-sjSbvAq@#am,-W) Zl*Y.CU>W aȩb`3egD|ZIaKJ(?3s 5KK^(~Op܊oگ/9} ]c.{oҽ b"%E)ex c:[ooZ\cg#JBjfl]/Nz--Td؍JW84(|6Q$;:E?$n6f c6tON0_qZMlgZ a/s8z#UA`fU:dU* w:CՍ H(yy(. ڈ1O!mDBw<2UAT@8Wu+L#;Tn4P%ѡi*Vst~~ƍV;E"@lwO$kWd+ٙג >W[5ByiuW,l9wDbډJ o)K 7aphli**s ?ʚ 3B 2 l}y垼ltF=2iM/_0צ ]wI̺^Ma-ÇA%Pe~kʲ0,ViPQ.PxKP|Y_8%< ɴtqkCb\ZrV#GKkN<þ$0jdi͸or-px+GUTHR3a(0Ugfti{,z*ܞ]V~kW<,def=a{>PЪ#.!ݴsbY-un2g, ֐{7:90/op}T!E{aPƊ$\^;$-DWb,!kO f&A}rf0Nj'-Q'7trru 'B8`;w!mU`Y;b1r5:,i`,ZɃ7pG3> * ʞDv5ICe" Ct3r$%e #(X G/Eӯ3E%n(70u>rrͮ% r4f P >e1 5Tԟ + 3gѝ&vG4pEF? %nϺmT ~TSZl'\&t'Y1i z!숖̏K =Sĸ_J)8=1؟6w'##Š)n&X,2Nkdjh7Sw8&UTZUT\-J|(:!m)'ط |)t>vK}OBȼK'"TČuÂY W"q !bøAkGKz= sXx+= *n +ܹwk;{@.qCR[b^  d$\^D~} دM[(DAFO<nNJ禪 U+5[JlfUg@Ψ 4>0zt9*V4)B'8 _iGn)hG BڡJQ쉙KT%4lhveR!iLe Z$&W \H~\֠ +Sks_Ր^'DP>< Vr@t uMt7j=߷e,MB'=dREWD,6A#_d-=pqbB>p8RU M0LL \5nA2)\zIH׊1/WھH'!C8|Mt[K;{Xؔ&ш;/*Cs4>1&zZ,Yj@mtf03›FV[J>89#ː6$ƛ6JL+pr6TNuˆav8N+>mjn-jE (OiTIuRU`I dR]$/ѧP̖{cdu'wE-n,T-'qN6́=Rظh(}(Cm$1G1Ygi_eՑH-pT *-s\f]Jd#%I'9{ty=7d1Q;;QEH4 n7n}@4Fw>q-ƴI+8x6tIhIjvfIZL(u5~P][7J.̔bk>8ŢM5Zc@](z-A+l#WDY9ht,5zY\!-ZI /QSdw}\5}C+!¯(YG;C{k"WB jy3sZZalI H'mP?]%iBM쇐<2pZJ/4>ZOj?N/aVymNcv8Ӎ[Fc eP FN.Ң[= I/~7$`NG֛doKR@E#Rk Orq_ -f>cD%pf~u(ΕAޕ 飝h0d`%oB`F)0a )΅}3hqjX}ťQ8  ?U{ExWcgZSYwZh$DV:q6úgibIJ'Q)g0ׁ*O=e&  0Ǿw܏b  Ƃry80;Ǎ8ޒ@Gcʓ틾 7,1mQ9wZH mpz s>b?̈_@ۓdTtR[yNdA_^PDϠ=0 z2Ӹ۟Bс7*ZEG1_;YV9tjN4ss^SEŢYH0(9rM5/F|R$dz{=&JNj5޸yhA1~. 'ۊc [. mq K3hv7ɳ9| km`R!th̥Q;;}f=Qp;D3ޣ]8G&ͺyO!r>*6KGfM_K dbn˱ᠡ :_uՙ׉O g|_/(N>걓2sE{c#LD*_Z@h| A:@ @t25;2ΝO~WT_mΞ=I%z}v$Da_#*ҹ6lxs*#$~Yh,d&{lŋM{x_>*MQ/O,bҐX'g W /'rL/X~N A<<sg8 o  yj){?C]ԻG#Ӥt3nNvic) $4E*@gqS-|DɆ>v if)՘Ts0@)oC>;7A$M`z)2ɸx[ّ\I`Γ.+aɲ޵T4Hm_Z>/6̯VhlʉOA(,n[yR+dx}yI/exCJ&)f=Y/tW6WF;J\"M┫+%#^1 ^yAGd t3 -#eZql^jﯯ?@ d?"ưzs3x6F z-f7erGܐ5M&2 ')n`^8@m!K"L",Yu/asRu&\?5m5S7/3(Z}+#4XӺlD<4 Uf@"!$K>J*+5w1.@cAPR<(yyYe?]ÀW;@Ql";Vsp?Bp6B1;"1aDr+/Dr@󓕛Cls)k\Q;ȪPk>r+=GHn &3?^f^%5@O>T,Es =zF/po3qj3kCx 50{ϖqp(xnK ZյP5E.XlsWMD%)G1Z|0՞P #6ڼӴք:&67j*'ߗ噬#q(Z#d=2T@ތ~aU֞\K}_P1)1?Pb~ka'Pva6_I }HQ/D6qc}>IfAE/qG 3BIG|icTIEzR?\AnĽ>|5Q7_-qq㣦L9 nG($F(D]S$ _9BEǮi۷5sTKğgzn0 qBJfpP8y/_U[y0\fy3Jc[XBtwQB(hf҂]Xɽ, 4lo cǜI*]/Ĕ?< [8d9fpn'/ZWn+5}@ܺ~$7:/"rrvO7&9>,~Q=T¯\lI7E3>+jhBg:Ct!8}3\ܿ:-◘H.0\v\~ @V݅Ef/ɬ1tB|pq Kϐ!js2gþ unUNB+Ëҗ9 - K1#|#kiG8e.o˸c $nۓBf;Ϗ[]'V;B6*JM[FowӺVy+MXE:s$#v&I6_/ݚ\Z`"/}oY*/ڟNη =",Ł?J~j(Gf \FMRւ-9Si\z!eCh1~UWL€ךp2E*A6L@vzQi ۭQo)0w+#!78.KmF{ruz(Cf`:p׋$:;dll0xBOZ xTJ(T(^Q@5ߊQiƂ9ܐw3y)V(P+ $\Pb BX A<'=$U#w-z;mViGV)C+j9JxᲧ8zt2A*96l+BW2$aH-TPnC^r2yM e_^ 8/$u⁐-ALʼnZ^YD=ϷQ#E* ڄ!pMўJ1;vYSRȇEvs\3.rʉZDD^Zz t:x6 q^A*WY!pƀHMRN@BUF>kF? ,}KjDzw: lPĵ;^N}"G Ҹ%Ohz #Eb,*mR :x[5#^5hxm)IihhǴ~Q>' &ZE%f k>3fg*ʙ:֞eg l݃c fw?ëIb\9 n:;%U.Ғ e+ydڀy+bNARuT2 Z}h BԲ ,yҢQ o֝ό}(b!QOI(PИ}0НvЛ~0m(Zв!]re> MT2QBHRʨ+0y rRt̠կOk|_0Z#GM.xe{\ړn^Ӻxa8X^ŦϖH*B8l> .7Q$yF*WAXk6 8S$孫uDTLl|:ôkQ=N TDt'x!Nilo em˕_oI.&.8b˹YU}K vz>„ߌSg=3ښws Wz {WWҢTd=GobdW~'е&1f2YM~61TRĂ}gJQ4IWMw⢶^ ,f`_"WDn5 ޺F &l!!𲥁ǻ58(_2y&pTok4RxOTLEq0KqV!2jJ@OZ>IUڜBîJtYA}}'Jzš#9j3Dnl>ˠU4FFRC%};3c4it}oR9D.7=.gף㘤9Ѡbeg] aN@E*ݱmXMp1 Mԅ v}hj]Χ=#d|\ki% &oCc!BNXY "牲Рʻ~pfކNnA~CݗH=4 o2` Q>i9Hq#y0߿GE4泂ϟP4auk6ȾL'aeY(ji)Z qޘ8ưWTXM .|oHV ]mVw:=Z%/yۑ_8N_+c\4XrՕ&_,s a+ړ˚fl>7ٖr: ~튽]K60%>8ӊ5lϰCsJuDpP'Ih%.䰱<7 G<ڴd&A #dۗBPO*yg&3vʐ+ס4%\B 9'[=3t1@ ś~ADB_@f$=j/1prJuie# þ]^B3$\gSj!B" ]~ؼ5L|Cc%ɫGO =LZ?DHOr$5n8~.pߗ" ܂<@a1gXVd6[N ^@R2${j}ԩB2ZUPu;r"̉RHrȍPް9e}k&}qw6nH`lC!7?1Pːʀǃ`N]j,Wr"#= 07 GȖ1?;AD~ϡg lj1IAڡj3 E39 9I c's]HNudqRV>4<.JcM2k)q@+ޑׁIR\Rq*׾gW*(L mF (b9ya/ EТ_ScmgsDa*_r&u#jpZ w /ik ex!XTs_Hf\ϔzvn$Wטi :kΤ-zWa>>QTC0tFɨ5T<+9:E = ^ ѺlkёKA7'rz*:kͽ?_FOc(gP9poUhaZG4YuYJkPR4䶰JԊGQn)ǿuoqՎ2~EA?:6XNwOΠܥ%^qYHn8ߜk+54e f}-8l1GGfwh}2ey^I?Ǣ"$_-QjCHJi<:~uiWؤq1;Kt`VƯ:KK_n=@AJX/$G  l:EH;Y({:y`[]g "%=K砧e onv֮ʤdmעu kSbv(_6֔ձV]!25spWd1b1:}"ix._v ;]}'CL+RcFlK]|2-;JFJ@$W2NǓ-R)q{ol~>Ϩ` @a:8W1Qn~a$ ,_gUM\nEFIA-rTx^ϏT Ao3XjU!IRݣf./b5|W0s@_MӯC$XSp5>"8]L?x:~-ʈ uFr̒Ѱju#-(jdhB&!dݠL;cN]Eo &}u0y.-y'+ըq!\0kZ^=TTgvp^7ߦ2D6/G=_@`?oxX=(ph?כD"w*N srq.;Sdr ~]A x-tQLH6{E(oT ` 5ctsMmT9R?VqJP0=LE(*qYLLPo^ףB郟dRZ:ZYVS';̮g3QYMOW5pn od.VFQd:ɪǴkB9RqF:~R '&LŢ-d>n]^ PHȠ畩u w1ɡ-wG@?J ϒep5:_}4͙_\bWh_&qдB KDFʸM@:r'tٜ^UsɛT9cƌpc,(0m?pE;aޖcgWݠyxW͠2nFqK9Li"ZREᲑo]b\%,:GZU$122*R>IY}8NФݬj@,ww4tDEn'!pU)LYs؜œjAYOM`dLK<MN#MlkoBU  ?M/KvoЪSLc ݑY-rX@fwZ?ၙ o@aj ֲawO,䁃rp.S/k˧Z㴷G9 &*MEz85mYCkDkNp G$'v%ɷXRj !zw&kO28<Ƃ`4}Z:PF0W+WOlw8{܈a"aExJ^\;R4-fKxӊsi\F0YeBzjVqeG7^bΝ7!z゗ K*ls.d67ݠ䓧!ْʨĎ +>-W!8aP^4LIj9Yሲp$TYqjWSY$Ct78w=Tpo]gO{{޷fBl^AUM^~g;ȎD,dƯTaPRMEIqgF&;@I wDaz*8F'tǗɞ%Sa|'8IcHI*U.VG3q4g䣿 0>KхڊV29:˿(FtΧDǀ= |ԝö sB,/M`O #[4(XA?ODoŘRҐ"9< ߒ/91&fuEx"#~A]ә!IrCm !H8=&y*]lSiiQ{)ϊmLߐkaUyVG}>ں TA68W/۠>'7Ƿ'A?)xʎL㺏}1ۂt!;ה|2ۭ6ng^QOPw`[-:9|D&JEė}FֆE೷;f/篹ª%T0YI4sq>c?ٛ(G67vvi|$`у $X`4iһaʁbI紻'{U;bbQ4 @)3{(/점+BsOݼU_$wiߧj_39 %Awb?9=ugn%~}B80c]/*'MV> DZ ?Q\U7_ ( Bs}{'s ѰXݢDlTƣE18*  *H˶gћ]kّ8[jL}Ayg@?[fm;qh+{x?J;! B,?xn?T'IwyFFCH"/T [ar3!5EGШr:nզ/S#k%n[bU,Ўb#DyaK%nmD ;j1Iv㗝i8s3/c|:H|vH64hzSE/yULBӂ0ZKr*s<u# jYfK;(UClB`d7J|֖; ȨEԍIr""K?{e:lt`Ԩ']ȚFdGh229@T쳘3v{(&=2ÚL*l'LkK IC+ZRt>u` 1~Pe^.:wfmQ~YPjUԼ$sV``$ \j8`kR^</`&w ]T ?DbE # o>tQSMird, Zc5g:ݹd6dYXo4Üg6$˯qm\X{SogT^=vgryCmMfW.^Siឰ^qǹ_[fN4P1/[m@ݥcS/DU"T\e.q;l4vR`i)όYa2a7yU?ʍ,Yq(a V]j8=`aSxߚŏ_2 tFQ x$R],Fsځ^2MChлeגk;7 @KND<6ljгj@V޾C0ˏD%$w<>9V\l]I כ)A_D4$D5z^',rv*0?dj:f}#48kO`fL/dZ?]oߩ%~O?Ua,~>쨣 z*3U c #\7P_a #KE8n^TQ8CK E>ЗGvR ]r#wJ= 1d3QeWk{'eVKc͜fwmL}v~_1WetR|9v_@ѕby$Ŭoo:}^x?)]oUW}~THhk3d7ߘ!}k2yjXq@ڥ|ፅsitP۞AG4z8q(/cs_{ܢQ`5%#ڋ/nUD ?ސ+2!:~O1W-- on/?;<ژnKyL&~ ڲe2 R=)ռҐ>I,T3VXƋ1-sbh {{~"<ᔽ&W>v)ac-j:)fܵ܉3,Fv@ˌ{v&G\g0.{_iټK׶xi!F3ͫ.& ?->V!7 cM%Jpo\j!Ezt3CI!*H_=욀{c.?94݇(,<"J f%VѨEWd J4 d_18]A) سSoJ9oۭNمFJ1%d\T&EJiZz:]LNqs zCExRH9y,fjdw $d~t4܄$5Uzk̓#F\rz+85 uEH 0hZ" PVj#Ї4YǽX(Lhx SյG~+{<LXV]7*3vVA}cȩ!WHTv駶z[7A޾)T/ a)2UGZYa,kys/*:]+[h^6|,`C*0!R8}އ1CKx֯S2"͕tN>ם)tR @MZk Wi-((Dofƾ(@M翝h/,\zQt*y~ 1ڠLz3s<3ɏ >"|zRZ3SLe}d줖7+:ͰQ>C&Z ?!gS|2v'#« M6YVnb,Hr%{V2xd(q2mĊI;My: ϲ. UF|P.` qs13$λA}db[uӄimi%鮯~Ly附Su4!ٟ+c|:4tq+>ãT淞٠n"TfD,`ZVd.*xe.P}_$6f{-H^J"|5ƾ4ՠ[WRj3t9=.M #a%tX; Nd8ک;t~9;&f.ASX-Ke?5QB8U-_~:of0 HxJi?Z-9nx*XAKc$@f^vמ4Dxvn􊥾.m A_s97msJp…Wn׈yKA$KE.ŘDZ&L,pO= +{`hv(A5V44!9}j3ѩ1wņX"b=Hڈo)c&WAaT0eRz"f{v؟H gr:&+b Nߪ`<uaFjC{Q#&?iD}@TVڒw{&a2y7A͍gWs\AF,pw~4HV˲DqAZVv[!Sf0,tzJ﬚6@;StuD_U_=R"hqn783D::5>JIF@V*.R(< O?m+[3슏4g͊ۂAQF?_V apJH0AG iAcXpiWjncʺ-gTYa cE @% ݽ_o_%(df3&Y I89;#K%K6AI/TSK?m:tN 15ڹTMK$}k38DA+ &>< y672^@҉gGfBog`ѢP#A$!k`/B-~gQBT5qEmӖ:b(qF0ɿuϿ`YelDpԩ-W6Dw*5f>D\^q]+Q˹if3,?U$(cE%fؑ_%0,9#8֏-Xa>F }`}"8ko}s3hD8B]00m[Xo+ȪWbeW5-yqXak$jUC1aamG;gI,ߪ Z Isً̘U8i4@'= ΰHFmqs⅛BJWmO\4K6XLhxs `GX,Oф ikhGn$q ^[s:k\|'@ʞ;6-ӵ#䯈O> =LZvBJR!\c: P8 Qҭ#lmWb{E![@[^pO&~Qh};6Aw+ic|*ǰV(B@0_Ytq9̨ުAbD}b"wq`ka}9?9!yֽE`MIEKu/=^x<~!4HN^D}1*rϩC#PG^1|zݛ=7/#FyfeR Se4>q ~YڇaJuFՁ[ g?V_h8 Hxsi35//Ka'[rsb&_M"vrH^ 3_q3fZWn+){S0/psYҍׇG§gMsA3D3YHIs{MYO &`{aәךCè1*=|&yR:ٯ#'v?j(Ͱ!+pshdbMlP(!묔NW3{;@8SnPSOn&cZ{H@٥9| S !)W>UJ9tRFY?BFuQo0)]Q= fJ6*F6_|/g Q9w܅Lo=g?e)]}3_ gZxNcboCvz+)<<+aHZLXn|bn-J?ft.4Ȉ,1>tBz"~[ T,Pe%3k[L _U'nX)FطGѯmա""<[@21qqvgZT /qm _?XzEGU$1]QN_Fz!?1b9pYr ,3 /,.h"Yӎ~s1(|!tXc2rK#KK % aDžlhHC~M5(`jPi>.?Z0$yJ ~n8D7o[E }~acJ;?{ЀIe"MzAE4n/1˴k@^2T7-`Q NC: 6ŐD߰yO@2 kwɶ9YϳVDGe!y3Nndy7n Sk=(UBs]^ӄyOMY nqXn<.lgȭ$@I*v8,`7P{tahc7|'Cq"TKl+>N"bӨ{Uvx cz($~cNpjrDYܣ+ f)T6|X۞֞_y+ 2dloh9iKq2X~}ς\l{57&ꅝldz#> 5|gbv4v>=?[Zwq>r_ yNE7dHcj7n@ܸ!oY5`dPQ/aEj褳ۗ5'8VQqRG\{InDP>k:i`^)Κ f3=k8D0z08 hrB/uBFǹ}otOp/IB=T5g=eOe,9QoSڝ94<)R]t;hl q{s SP+z"GF,QTϔI +*f[ >+/]fpc9O> ɨ%nk*^ K*gLݕ #P%̱}Bɯ)4afv8(y-Mɓ1lR, u p_{ׅ\l!Ê=<?:AD{D L%{,@5|C?Pƶ[ᬌFTLA%Gu a j *;(ck Jq :[ aZiپQ,$`QbG*YP0UQm%\uWuM&dy%(̂.P,Y7ڶXN3eDK,D=ޕZ6֟MT͟(jdblM8%=,cLt81$=He* 7mQN@Gf1,^J1p&CyVȒzFt!;3YU;rkt5P&&9A9`n6>#ċ3]h+)nn3.K(6eG HB[d;iՋU>RIJN9Gz;Y W eAR]w ',Qg,aǜtQhMue3;۟.-4D஛XnƋ)p>ǺVKf USSƜ-5P0jM}̆2I4%БV фD}_ D lƳi]ZɄn/xi$)`} ֤փ%QvTy4FM$I&)ʀ>d]a=:XѤ@zw/{}āKx<=c=կko!QP7z92c|O`ؤ&[XLdqbpKfbm/‘h q Υ= 3 0j?Ɨ%8TcF}y.er*Dn nB s,$&>wrv~FX^o4 F&祘Ax&!rè>iqRo8sGY ҜNx4h(P>_d9>ʥ%h8^\~,74Ƨ&X)R^/;ב3Ǿĵo9s&U?WHEoQ vҖl6&&nj8(e}- %Ѽ\i&`6MƓHsdJ<$vk?J89B`="Ă}մf@@RvvK5ȝuQԵ"-oҼt(o r$ WsȧEQ4cE Ezq.+:!kb>HirŸt< K6؟%&{C"-E}Z,PY"PQ^T=E+:(Z؟Z%3d{!u[,+,9g"?ѯ߰7]Ң{0&H%=Ӝ<ѧP#{|,q0M75r̊NBouN"v'$^yx/+jb'L W^`N1W+AQւ~}qŖY6M:֒x>eLp@EG0NIJL6U(WQF)b9}U1een!>;UXM%w?ۿ5KXD%g:w5<`Zp|`3)qK8\ #xaՄT e15]){k)R`ҸBuJUKYRQp, .\:Plȅ9s_N}!O\}5U.`|%͙Eb4|麔#y7ا H&V/tI,gl{/][);HR%DnW֊!+39Klw9 {-tl"j'1Ds2 865 T9]7kk)1(\ػãlX6J'AfH,lrOCKZ`[29X^ECR3*K^ W1+hCh%J&[zּƱ1;rOüZ4=y/Y} 4CMMjT%g%<{NrB{zQ`p(iPLSutS͟qKɃ<8j-*j6չ@aUe?8JdCv%d+1 (=pAՑ{ܑԐ2FQ:Bph#\>ڮ]R,t1ed'pEH=5#պB(6>g?Ič~ç9V9ܛNXlZ WKq?t_jڨ_v웗 9TD]nHi3XA&#f47CM({q|P#?u >Vt1r'ixkMho:EetEӬKlѵvN+gd06D*tO ׋`v?i<ֺ! ,J5y&"ś\MJh zW.uB?GAd(Rb}{ הj}|f9ոFUS^53˅c!oy߳sR'mA84M%.e~aD d[zϔ~O|"w]脛=ĘUYtmXdD]ܴj#,5 ? Be8EරVW! ƭMɪRAfj"NCa;x4YzbKWb-w G*db/|8Ɂ̈r |QATMe15B4R#oɇWƵG_JJFU͜= ~ę仌K)܎ʟDU b :TK"zJʨM=ȣ3QH(jk `J?SyRٖ]!0,act+PUjֆްhҜLƋJnʶ0MM M1R(2š}& r[).fG"21;8{Rhz0 P~1{׺ ݉G59u(hFsdd( WCm3rȓ ԕP"a=ӈIW쥍~́FZu".cYL 60mI;WT@emayugF(eNOǁn+\p8juUq|z9r&&"dG!ŝ2}9_ ynA$v]H5=u,c"COczAL3'Yn}cDTqDlS"Y:28B98y7ޜ^}_"uD}uA{Jlf 1+\u77-Z@<^EV$!I!,[I{2a'W Kzz> ;h)-r>%]EU |' )<֫ኑ\^@o\M+/?QX,„QT\]OxɟLZ)w A jiwɚƇ9mm_pVTz֎EkJXhqҁ` SXZ^?W}9$M1nY%#x%$XC;#-6_b.S{ CY`mԖ ;ci+[%PZ*`Tbn&,"2¾ڥ3(7ht1Bg&2]½H.5uǿXsߙ2'+1=On̆h֕yGΨI($y9E'vxoԼ˞ѮFF'&RmlL7 B%tfL0X~3̝[;uKk$:;x m㫦y\ .o6I2n=@:v*2?GZ18u )|{.4W.]^]LZK##,U'%1[~o3xۑ) b,'APğUQ=whpbWI< jqA U["vQ;b%GH} SxSx-˓3CzK=ɈY7q&a8 lgHz:ZGqO; ^^1پZ#k=d`J)~|;l<#"̟R5Ӗ}v=*UӵIkw >]q']"|\u}^a(2/ 7xBY}~fMf&S bQkhRd- 5uUc;ᙴzfAvVhsm;i;~D߻5lz.q"*|*0.Bֆrg}c8 =ᓉ*$xq ˨BRgI%s%xͮ\PZⲜDUcgޯkM)[(3( 1N.F ^'i҄4|W;  'rISIB!CP$ m}\@G)W _"b0`Bj|i1V'r$ȤG`"4olblJ,"]~*NFg?Ċi5Jt)LFvϙ%)]_K%:6fg4\T|/SH*O,Wh.zc ;쎟y攑^P($qDa&I*r GPor15n Y}MWRK ޘ++qO9v4{L +Pj]P.D1?|g54cc)iF8E؏þI'&(UZo*-GHɿ7{tڽ`7N;Ѓ PtRW5Sn^)qG8k@E&sZ3sEQ ibzp*ʢ0s2ö,@|&Ցvo%KAk܁rVJieKn:-XO݅I:z12oEy{\$ k`fuTeXv?-z>%"$S[\&{Ql$ #%=1h6Q2lo;39D/ͩ^ _z RTj"t>Զc\[spm*nvhaPpJiZw,8.ߦ;R{@`iF@4sb7]Ԓ>w>9뿆u>"qX[JI^Ѷ5"$$zKmK5s%~> -) nO8j_y#{:/LQ?sϛw͏#71{ĤxkcD-`=x/}idbQ@b3=E2y_k'ϭXe< ~|t^lf LwX+Wv|UAh=*v۲q` C4 ]ae0ˡrր%6O> q:DEDz}9I}b_KFU&k;=at_y$,o=\n#U]w +7)l뺗ѺSZi$ʇ ˾ b[}đ"qrqc. +SkN{jR5;zAG`e]b! ʁa5x ש(/Glל;##1ⅡiɱΘ =xvO{&vT>f DL6p~]Ֆk~nbacQM|Y.'ot` b\4p})Q1UMp!KW3TԨNg[4ӂ2-]րx0hvE+` H+$ y7F]i)rC̫eɨ<-eƪؙLRT)6,f^iЍ{\%-R 9e [#o9VqF0ktMl6٥m?a%TJp)L<\ICXJv򏑕]:7]0E&-5Br[zJGvܠE=&r*.*E C]`XV/(YfրwhAD#,lQA[z݂O(vi둇sMO}2W; <O(W҆CvAr V٩␳~[ X!C'CP$q/|_ ŵ9vn>UW BͥBy|U@Tʤj!a> TQܷsZ ([Ī+D~}Θc 3N(4&;?SV{U]2ҿ*24WukJrLaO1!i#M%JEG t|^n6̶R,`?TOqD?PƇ]\wCi7mM"lR?+ghzXF"q+>N.5kc>n)"o^HBYkmhMIUS8l$duJ0KJ4 >?T/!(Ako9ۓ/;Kp8?h;wTl`9ܐ =!]N/MnjGj(ىoaāKt\>Aλ R)js% -@aUk#SwN/):>[26R^bwǗv1cwT\!,ܫdV@ ?4(IԊ/j/b%xWϟC($c92\L?9 6Ondw-^͓nز2dA0gYai{3,XbAORU':%&i0aJ7Jwc23"--4D!rAncB=n$cU<! S]Wj2ʓ3 7tK=;$D$Ǜ81{Fqv;*W<2րwM3TY#YeTNZ?BcgW,;ƒdجkyk00~X-mu%>moܧ@D/*f)[Yɨ9YLKO L* ݵPX5NkG~]@ȞYTpx"4GB?5=jt|0hה7j(Zz0K/ٯ5`F,NBl~ dY"ݸDxHխEDIi{}9/>D%k`۵6'QF?ZY#Ta-J@5Ā S!-`|4O' "ZJ?a(f\U{-NjSP 2̶3Rp/AVe{hNFMQX6ZS[J2Kwt'6)u?9+̀}ӭ׏hd"b8w-WK bp 鳴-Fń#Rŷ/H+'~r-c>"b|*3m L3p<ȆGJ.3??3؝\@8Lx aG_TbV`GWg+vNx<ӛ2uM{ [ ;:^^Q5spp+&,# t\谼K/5UbRUD9R{7~w5 rBdkX6#:zɥaY83&@Y$L%M)<~qNUbqɴns+Lm0̺][e܈t'cqdMS H0|W:tK@eay]s\_tC!/'d&.>{!TwB gd:TfG4I, cȓҲ CqRH/UTr~((6 qt^3Hka%`HRh@B|Ҧ7:_/LԼSd+gtd{QV!vɲ b(7R.2x(% ۫F7i;Iw4;T kb~4j0VaГ@Ne8@MG "%ޜr/6'o"ߺT@(-fO=xj= rNz KtLȘNX}T8 UY cB]LjDZG6,z2PtIu_/6ξmUQ4;&O'EZks mK6.h~-8UT/BN'wf<DCGb2=x 1eyych~)V\OSe+-P8jg)\{*=lЕ" {3nu7B|O~#n En&ob>::.FŚcaNwpCc_b釧Ao8Ktdκ}1:`V0n Lz2#6z;:Y9TRf$$.oQH& X|k-v G>!]>yZ="#`sŌn!J>'Ǭ$!&Z^F f"YIb$><v+4g-/%$U䒝ua)ώٺa(+@ plxl[$RI1.+nɢ>QMp")&;#~M L[.F/עnhqA#k Imi*pSKw@0Kk =f2mMN"z:~_j7C KJ @cTbm݋a]*jJ(~YΦq#Z͘_NCKA1cȫnn(pc/kF?=Bz5r6""K{#h 8zG;B6tM%X]/.KYmHTΓsOq*:~eUMe[SU=LQPS^9Y4x>(1c=8I#Fxn_SN?mY,n5.ͤ0#=nE-,@6/HsI(* _fLMo֬"0Z+ԭǃ=k\й*d;KJN;QQ{ f=k">L)ahqv :IBCg^ON(I4*GAz?ڰ%WNwaQ'V\5}gԎ^Ҙ3(r}y w4T{{=!,ǧ7Irc|yr=M4t <+@XM0(υIj A/XRӇ ձKR٩Laeкi.gt=Z5S?J;-Æ3N y8-mW^PY.LBM:5=y{wY8~F*_[B2GRrX"ǘw$ ޷~mqr;J6 ZY u;.|TĿRr| 3ٶU?"m4ZYDl/X3Ag-3{m~m Y.R4<M uV--DM ֩T}ܰRh%+v*pH TFvqy<#?E|b|8WYP 6Dxts *3ӀȋGγ8Ёt=T 1)8\(n/:[Л]Zw'G%*2~*+ސ×"ؒů7SAecSYrg/Vo N`n9Sw/ްBح`T O; ᰳ@4 ypx9"RߟMc3V  lt'P73hT-E)3{kȈ&%lƗEtv^zSWa@ ˈ8mphz>:Ƃ2i7;2mR:;2"XF{~d 0~$Mv4)aM(8/`hr)x.MVS4݋#UKLk1ljկv@г@֒bͳn1W.y9Ҽ!/Vfed @vxC&86틮/1ǖ*k~~R9P.|&C['$Rzʆ` Ekh̻}౏&"갂(ᦼM>?@q,dRr0_Fb#y@.5Z=maݧ/61mw9G*lܳ3~ /M^T +2t> #'߸*lQ=H%mU$Uݤy ֡wlvږh$!N߹<=cn⩖#Rz:w`ӏr.|P~gK?|_K3dNPMJgS?$=۳K~( s铦G|zs>LJZyu㥟FT?xpsCD*q" 1 7q7R7vTCknکoѲ[*pW ZnZ!ȶ\ʜ闸R::TҨ/MPI)w6f~᜚Bj<w'\~]Ѻ^]5HW~K(]?RGwV4^77:2ܸVjz%tٓ*d&b|y /}%:o}Y{@.)"GT[*(4G!uKiA0j4Ȋf Iڱ}o7qϩ'^ &[} L>p,%EC/xc0X卩iE<=k oSw;:DGuQD?=tt]^t϶ёDhGfB$͞e!]XQtt.m6馝MoD~yOgT0b9`[K4PVDOd&s\~d l?)֖t<^·~Q%.•P;0G<ƃ Tf\&3!Y0gn|g_~4nw$:5Gn/w >pd>6wnVr}98G֕] -~"%3[k Q(irubJ*1k(0Ir̮&ifGd=m͈ % £^㮿K 7Ki}_ x ެ@I°Veo˅zA%GO*7e7%I%j+֩]THm#|/)m9G]'+xMol\aMyE$2*]Ly@ j{ɡU !/9ruM-Pɢ{@;φC07]Y[X雅I_49ıE3۽' Z ѩg\Р;hKܴbs1Cn&mC'_(YES}g a>Z-#,y.z:87xXUd CI-)H<F2d=6 /Q[ҫDN*x]];g(PV!cZ M f+@|-2vZ.I4}ѼXH<Mg핀vIx-]8 ̴C.lWnQtjîۨUս&?gm9+>{3,>2DĬAAURୁX m3 Y)C|#|;`J`VǺiY2"> Y/%3b~iJ^ncwFL]cX$A͋H| #nh]߶i ] C&owځɰT>"%vUJ[Y dOKF\]ks'wKe:2PE(Q|:alJݫ~LH˭FaYlgֻx`Y;r\mr/}v>* du{B(?4]"D1a3Ä*Vaō;2:zT:*can$"a}Ftu>P(Q XU_#3\ XG[LT]-m~: AM_0FL;߼ivau7++R7DP(5Ek@e1UrXl(vJ>{(> "tX$-.cwdBm"Ʉ ΎY`qy*Wԉo34\H#ћ#NQF?ʣn=ǿiK&LRrw4c>67=!(!JcU-mCz;]ծ@?9 WY1rM;ѣ9%<x`ˍ xN/@?fB:lML)BxaDJ-]U-N8M/_0ɗJ`צW,'%{rvSY~S|bNL6,%X (/-50T|Œ6%IT2=x40B(ॊRgV”Ӭ ZeI)8-o]sWmn<&SCY13e'P b3J?V.M!YF*MR2Sǎ.E2Zop/Cf87Q]*+םd&($HiyZo(сYϗf8M^qP EoP3@) !H;<&\/Jw)UnA/FZìAg{-uhZF0XE#{{akQ~$SHcBT5:5WOeRXpٓKmz|zͷ4y?9} AyvIu:D# iӇYF4㵾m*t+P)GI*ړ؅'-vgMiV.4'{Ie7Y| ܔ-hH16 eBX?&{!#2.DQ`X)MsRXcB5ܳgk7f$Uq& 9Jrш`6!I] $V ^0=A Lv7J h,J#U}(o?k}Zj>{nxq$MS>n妚jC|:9סKžjR:S &45H/߾7MH 5t))&HBA/YJ̐q1ᗵ$%nZI;eZ*-Bt&DbcmKg0ޜp佰u$%b: T<R`)2nHdan@`'+lgcZ&[ fU;T rV RSO"R:AՃyx,Bqa XjVEmķXׁBʯȏ=Y|Ԓh|4~ޛ*G}6X=rxd\pj,i?gW]:>I3SKTIz=}VF͊l)SH_:EEq#{1v*O=T|7>7?V|*A?Dsu{`g?vJdD F:,Kr?.^V% qZ5PJrv̠a:I9ZvUf36]0}paZF^Yp[YXUL R>㔚yߢVeqnEئu}iBig>Iex=dlڝ>QG@; pnt0Dp&FQ[dz !Y+ɢOMW)wlkd4k&נcRobf×cH޷8OS8$hb Hb͕Btewi ࡓ .I#plgc.W{%ˏ0>n#L$ndQL QS9ڂ=cžR2MQPHc-H%yaet|^d3zwoj01kw%\ =cgFkH^VuOE}3p% W賋BGۈ5:(R"ID藨YBº<`á,{ }- M#,T86~:H S\CXqjecg6 2uR:4!m\;.~eZp!G;ĵ6 K<'I1R4;ʱu9~p)x 珛[ҴV> ]""tv_Ju'ڢ_ݒ!&]gos?7Uh kb>IͫY.Z'@j376 ٖXgTl^ %ff-w'5yGVv̹4Lɴ=e :08 V-}^Љ_ERvs ޑP v5>ނav|βbQa_[ϝLT^ߛ1T-zEIAux7?r=DYΨZQau&S<(wg97C&"z5vӭ НFy@F924 hՊ#~Mvl$OH (̲M3 TiMvtK}?t#$9\{g>Xͬޣk1Bc&Dju$ O\V3&%7ެTv.%90˔ z,ktjz U:Yݒ2^ LMlR}"g0~Q7g>e5DwX}wuXi >#V ~\ ͚,7g.ȾGD >-ېpihbs2f}U32l0͜V\oN4PN֋H*Qc)jn5Z~Ps^v{B2;M0KwQ@"*!z; OCbW1LNwΐ=s 2@~!\r|K,yuZ |PY֥ xoͥE! >L!@Ɂ5?otj 4BĴt@UγGz"7BT"6k}Ua?eUHCB -iʅӻ}4_J5)-_ ^ 1Pw?8+ EE6v go?IU,92zP#u#ikT[?}q}~qDvh]Fo~^ngw4Z JkZgl|X#fz|*eZ0M1U.a@Gya:V:SwQ\jKkL6m!|鄉cK aئC 5<-B#TLNQ0{ -ScP,#S,oz(H .6kGBJN깖h.? ODkLzr\S oTr:o6*lmy@3 @ZBJ%q-Ѯ []o)TJ0׾@[_>䆐8s=+wQ ^})Ky~F\Ǭ(0SY2|͏ԛB!EW[dڈ @vjܙp6P%^xI"!+%/ _)~S]$_qBEQ.xm^wv" I9lk =dډzu«Fɷ=BYnIf."wNWw&0fyanMkJ|m{*'Z7.gQMTPn)Gꠑr I ˋһ$ +WBU ?9AWe9&q79^̶JR1ƛ9Eϊ_L! $4q> }kx2.ךIw!S&g >0+`pQxxK@1l泒s9wO/†9=v8YN=-{, oOQ:sI ?*xx UX uB|q_RxZ$:_cX+2na2YkG;x)K Ȏ %gO=_ `S&AĠ[IaX*1؇}w Gs?.R+^sxQ#DAЩTtYQ%o9â9~Jkw;@RDK?}+bK PdYg{}Ү3-4V&>E]k$Q-LLq61,1bOMS1{*̧SS|jt6㙠O*dnDTK?*HGgjelٿ>(&nhϨC'Wލ뷝tKhPI3ht*^Y*Š=g MWDi?M'T!нKʯ`tz塜-'9H9UT:GPh=j1=Ź2S#} ޷JOp}:QЁ+0&8|}I8m3RǬpBMb5cM)O<3< .\ńNQ0f2L/\B/,0_ N*V˔L(.vSoa;{ ib6O~7(%^{N5ߗ@N(W`?mSDrm$51툼޼\g}=AU iK;h':#7(Br79<^.ȅ^0x촨vυ!s;r_5^*mWh/vJlf}zߕPH=T1m)Wqif8,~,$=Fuau O#$cɦBeo\a`mLf=]O4NHYAD P!F~HcIkY,)|d\K.tĿYfvA1]Mڀ.GI]Hܴ' vqk( gw |*7ddam3LVcBlߡO}A;{#l"hp՞ϿR L xNX!b0 u9 K_5 8Ě5GY~ču:x 4p af0( rQm]wL3)>Cdɉq]*XCYA.'r⌄gձxc'BBzS3WW'ǸtdEM1%Hݘ5nge^NOqjyئvE ef>}y=\a86.3ZcnGdǪK1mh`' ,i(Lcqjl;>uNtYIr>F+6YqݻƷ76-Y.2n*BGpw}sWo WZ׷K7w#%)wOf9fOmzo<ӳT>(IMX w28(*A~v=&`ލUOۙ.3>cf~!c a`) 6"z9,VsJ^F3\*[Pj:U`Qt nދGQ6yuZ %˞J >F"ks|e;$1m2O-$I/*H(v:1i7cf77s3aYm'ဿ2{3dߙ%2Ɣgܸ'I4m:RŽ;lvEp9iI >&=3|P=j4Pm+~H)1~;ӣ^%jkg23&^ AAE߇1_#e=f߭Aa7Ydv؎]j Pn[_akB3AQC㲓wpj8R nV=5@?ә&c:"9!8aF9Pl h35|h`h&.^+hL۩ A N@ ۜC%b֩xT2JL$v8R>CVe <!zۊ V CF;8G!Jv&Z-|٢{`A2$l!uA cR>WeY5R;4\L됩e\rn>GʛM<г)ɰoI3rn8J)hNBmy;5&68=cAg47QE|f⚷TW&`dpQFve_r\c:7e'bqzH%ǤelDagGBzrŠo{F[Ԝg"FODR)$zlttr8f#p@t/W5+bT5- Vo8Jj0m$g7ddq,l)+U,8^bߑ!J$?0 )g{6uV*0?K0౤J#L9wV[ 1&9pzcE{ 2dP6AvAɌ%A9X,Q^Q!DޟQ03ΌHV^fa`v9DVfv H5B6T2|!N8?8xБe Eq9Y!̆)}rF3Dѐ(xK*tBU>vz'kNb 0]Mp %<*eYՄD&=$p/yy8ޚd6U[ua7 n~z>52kN Z#$;ʧ?TȺ| J^jUzo#aǬ jd@vR2ȩdͅ$zئ]̯ ?րMʥ%~ dISa7X.X_XWvmsz2`mVU F,<4ݶ_k1)M>pxh kÈ<*$V9!Y6ꎁ8F8h@5kc{nI0)G(H3 5Ӻ6q~>QEɩʖ@xڟg>-tmف[ 2e㮐.wZ ZW }F]J8*Ő]"Ib`0sH FBfg:ŗZEiГz+QFƮäZR\SjZ*vȿ{A's%{cv8}^p{NWѳ#/$oGRW~31@ygV]^$KMPI%+Ι'6w n5W!ߜ'`3> UllVgGJU+JG^}:& xmrOߍ Qe$.sNOϷ<_rVP`-݇27 id/dXUw8 n+'Zmjs}0&_C(àiT)f̀Y~ ׎DV3L4f`ҏ1\U5(TT Q7`՛LRטuC&N٢{:zsD ^26}ZRjd_<3C+G%6=zfhK薆s9r8,{^ZN^c+mwUa!-5jy!> bc|BD5;ŹsRW:riiį{*=^꙼Շz3&<#!TZν,ם Q o=th+5zW4t#G~}>ά-%dc._s<E\ TJ)t&E\^YONjxsrfG{X' P!Ml`X?5x:L,9Co~–_ 9hc43126S ӹg1RPD)R5uPc nwk^jӻwBzh۹+ox8Zɹpms Z7@zmωOَM^]]w8R>_0䌦1fJGP]9>vd 6/`Gi\<>w6JGoF5RAecdߑ&qYSD0$1y(.1|6Ѧn4chuW0oKCu ]= _4wd"n{6 )#@đNJU0$F?m.+Lg!oY{t$`|?AiD=I9:hakAr;'L4Bt 4] j`.ɤ ˊ%\K,\(~ɜKzy,H ( 킧UpfM3m`8]u5u=2RO5,scc}vNJ`ǟŒzPLm!G~oɌia $8P9ۗkq^t *byn:?pSMj#!&կg#<τ{M28Bƿ}1bI`WPLI?~HP~p* `1^]l% zid]Х\iD?xݚ3“#{odjd;VLP"✣؉2$/ÁY̊F/QrVX6l -۶V\QQ0*\4y0OBI|cn,CZ:CWCu1\kMgK\3Ns2.+ ,#"R\DŽK\՚$IdiPD(G? Z/JX™exԈ` L%# ,W;vX/:y͌Ln*5YC v]mw:"_d%Ionϱ<xvO*U0(!X 0nIuo-dZ(e!iEB>xN78Ut9I~͈<2F͑~Dx79}q5wr:0nd R4q$,O&AYٶ6+k۶& 0 ]C3[ւX0[DVPs6PKNw\`|vh8WqZ|":Hr.gѸʟM9&}dǬ@S+cn/3YԦm)3 T bFׂ Y,L o!xՃkK1rе`T˾Km|+KRLhu_l"J4rZ3 ^A [o+I~Us# 5c\t*~.,Ӷre}P nzt-(c_9|<؉/ynd7Jp =DZU"$9-OGзsx=0b+V$D\Lb@^%ӌLy#=fژ)%N^ZŒ6S.%]շyTc!'}>]:18qB ʟu^<Y-d(c6BMo*[ y=ĉύ2,Ʊ~o-_ZG4d))6XJ2fP;޽eK 7V1oĽr)*KگK-[@Ne%5Y7r rqNYԝh.oNosOk^`2I&>m,`:\kZޯ<_"c8d\|N V18>qnhL_uOsڳ_KAMI'6X6K rX3lIHy7B+aTTi#Z5MZ}*_D?$<ri^|_W?/H%F\w{q{ndD8L-LQR ,>SF+͕n~1v#ߔMXcKE$ AKĞ?ETuٸc`mjDdB'Nf$z˸ty[G/mwGf%5ZD5<"d#9t]eMUSGWn˫UMj:>zVnoex 8u/.5Oj }?} yc"DS$HV| ]"S%oDF$aj2?Ϗh76{ )ny}ؤ;S!x{.=۠UʀF-A>t 1k꜄h-& )*JZ+Cne"N]Q*6jH]BŴGR՜ U<ݓ +$P[Z8)v}ud se%b[-í^Cq/Sc+.EJܶISp0 1,p|r)x^ëPµݹ}ҭ -IԮuF"qqM͌mmSA2-Dz_gbQˆL`G/چ2\1qk$c*5NB1(!=a"ϹdbGL>& *R!Vqn3J&sY hgzW1t|.[ 7 e m}O %`Pň)zu;j-[R6y6JJ_X͢׆ꕚ6mśBV(:xOaSXٚZ6pؾѢi8Uhuo=x#e4/f{dFSٕ ɢfN|&Pٞǜi sD*p̑XSv~!GCў L7LҌGO˸Z<S1@PkKv1T@ͲaG[ `\.4ލ 潃ZXВe(y|We>,<gE 3ZSmk+r>-U(9UFEtBERA9P7ֵppuM53hpk+v?Է/"f3'̰jnO~8+Sz!ky^Xʐ(F߫ǯq).REΞPP%Mx-W4f1p*P{>AH?_h;x tZ虶QsaYޜbq7A5Ic} t/ՄBM ddo[lDT޶^w2V!4$ øq"N҈Jr4ivyK`:D^ Cd' ߉YI&+8CPItG Nc*M^ wI?ʦ •lvSb>9F3b,nk60,̰'veeY<=?,m(%{{quw;3~5wx /A2;=wkF=Wǧw쪮bUaCw|,j'-~5̄ʹ ,ϐBAtѦ|N\g%A]ODXNNk 1m47n/V ʒn-twLph<;z3Oj&iD~YBO9r4eޥg,q4(JȀ~+fJ-8w).LL 8\`ֽz4| 65MX1d1ᖔ(;fLf?%K1ܱ]!a)oaX#hXwU#vSUMyR K, |g\k_nRzTwPPJGo|(nI.%*Ls¯X+;MJL(؎Yd.scQF -`~MэZ)N^>`} 4 )rCY?/W&&#N6{TOO ki^ARJ,-d[Eor`:M{JMI EhĜNy4/gciOijwIS-qpݡ.yB\|e3AAΪW!.9b)g>u}{z@lm}ũ<_Ż7M>&}|DdŤl26ќ-v("c߶Ş=+>bQ1x+2i2BPVI`rI^Q[C & 8BjqvydUԔ *RP5h4!薰`nkѿnrw8ϴkGRT|9;GNFJQbIT<޷MTto+$>1B zY Մ95N}F2Hu)9-jE9 C9 R~T<>kco~W[,YoXGL.wnqwS2>ye!3RJp4ˏB ~0tq0u݃Z|_S6'Oqڧ7?!FErZrh&6<DƓRr^PT_=$4 dP4v Gd]ǂbt\'Pn6 1UE`B"12_Y(t#1: /l.pE( Hj:ЋEK͂` c TP *a[9JGP6 E3@t\J`"p$6'd"j Ҧy5֘lS 4Qs[M"Al J#q#f=P,9deg;։TĹ*$}]wƃvƲF@* K2\.j 3ن.MC%0".[v2Ne@kvc~(?Ϥ\LNV5J_N/$.)B4xMfʞg4rp9e"-?SySi|ϲ4<vWu\>(1|z㬹D^_/wͪB7@'\}ķ^(;%Ҭ FfoxjxuzI^䪫#Qm5Aá1؃ݳdep@p*Aʱ@+@m?ămV_^ ?6[i]W|2=&|fM.%v#eꍄ O̒P}̐قBQ0s>"@WF? eچE%0DLhj,.L ]yre^`..Dv-!ݨkaz+$=#n r9H1Iu]0抏{74jXѐWĀU:Q<{7<~X-]usvcG``p~[~jExj[0 4qEawoj@[t!xpߦ?? {LKkKZs7A`gQmL BNI[(Q*Kc D +Y0ڠylh<~ݝU3j:)m /qz)6Z%x8Md ڲq>v-ǻ_&-/n#_" k(00̫vMQ,+iⴧ=K~< pDҘ }c8;eP* ƜnkxCB 솉?U} ܴRv|v[J8}vGB tw5EH. vVڄ(`/Zs%݉0KeY{:0[~U/Q~uKL;@SBh[m Ԕ2, &7="{OvW .\`&Һ+u4d w7u옺ǟLG+ٝ;(z&>g؎^0$L03/e]U@j]yЎJqw;G jz҉RƐM R c] JYJ_43"%vwmy^If?Ο_$@jŷͮۛy%o1UrG$Z,^t~ڟ/ 3+"%±FE^0nt^MCf_nD.R˛^+JJ碒H84ܑB`GRCWdo 4D%E\ ϯ|bKSwAiHLg+Њ"R ;-vQ\&Ƈtp~/W(QA~LL e "o WBګ2O1V41|D'00?S]<?Oj\OHD3/ʯPEJ>9Zce: A"4R2!\{묲i{ɃtBCB$1>dk?m7Aupbұ9a+CܿB`$/}cN|dD#0z=>Ʒ(4ܤ<9m9aQxxA3uGR3a`.U&>ĀKr炕kuJV _-]SÓ]G8jF JGl9r+]!h,jNgv*a/I(ZfncNx ԇ:D$X$8pfzƮvgE.(B|jws!yȇB!yT5eRɍVEjU_[ 9aJ9K,Ӆ .J~jchNXVnK"h A0_ѵ_+ݶ+:  PlǑb?g5~ha=(aΣtiʦ֧@ݯM3D@x[LFqO3 g6$mkMӾl> q LZq_V6V!E:xX I%mTUfE/c9UgX@b\~HϦZs 2r>teC9ggT23;l[oq'*)ay=ꮲ)<ŧ4妳$iӿy <+{SHgH;3tq{h%ZwobjVv<􈀃$o NMm}B0w76YUSLy D)uVjܼC( Z+XV:Jկ#̗!|dfK.1AHEQl14;K0hzCGw`39EdLS~>0rOC EU]ħ~`CB1 +Mic*E»䊵3gi05R1 @?qФQ/#2E|u! b+ie5 ?7|Grw{3t  CЉr/׋9 2g/6ڱ 1R-oLwKsj>aDelDbevQfDrq6&1QD{]~(~ E &fbq(G&+gE@apsaܿFH_Drf\5Eˑ"QPj !A5\X6f,w2V}lz Ap_4h^LM@< 頃;՝#fMF"3c3ώ]yq;c9I+ҒϠVƉ:?&s-jl瀍$ x$R9' 郋:.]͹ݙ$finR13Y:zy3/UD4)R,4P>9hM@D [WIO T;#g'79d,_J} PȁuC&|)˼XB1`4O\ &:ؠ}oJP|RsUjB)&0h=!#Q"U ڣ=EJKiG&<Ih:^jHMm+ ҤCn l L-Ē "^j@|?lw.#ߦN|.x=l]?u cBD6î}zx' ï`KE]ND{5ӹȷ,&#ƃ^No ax4D7aM85r4MQ5U,Et"Smӭbo:c&['[=bΩˣgԷpyCB 8jU GX-,Ca5}O{B)4bz&#Q5r+¸߃HanKE&ElR,qqx,>Xr7 ~ؖ<V슐m(F0ͥe^},!֦eOa 6JLtE/3F!Z;`H )WhhCOS zL';DXM]l1> .g1lnGZjoUvv堼umhy$P'2߭4JSE;ke D2GVs9mСŰ3; vr[|p@kO23;?$ۘ*3x-B֝E)Y^ [q.'ĩ1kU7jn}=Ԯ2ĀM ,6 ?=-J7śu{E//5YK03je_ZzӂD)Z KE)IaptkR. "pI\{Ch/(bB_oL}&YHfq:$K s SP'4?\9cO."m/$kH,2 Qzߡ&\ԜQ#hj>#LAsԐrn=CX:ֈ*#_aX,uQ1FÃ9 kPaɖ4|+?KЎDNX/|0[ygl8qOswrC63o;9kݒ` Y0j`d~AZB jՅ"`ICFuB@U?g We9~z/j|k3?]^wR_HL+FZӳ+S:? ꢴ˗\oՕ}Zbs:,+ظoK ߥT͕]4| a~؈Dיg@q@o0"D l4h.&uԚ[&ظ[r0RLUic#PТm >]M?VU;-.B;/OeCi}ڎk}S)?pAv9]2,^P,aVee+6.fgxJ}^-xK^kt/quewǫЃo ]k\&[J$P"7#>; yKPV Q͝nڥQ4iqmL-$0V2l@BVN(`Y2b9TC$Վ E6;?31&"1ꗬ-16W#9j9JW0YK`TIQz /n?L%5|7`m"tL&͢ /B}no[^b~yL'Ѯ;S+0Љ\7~p `$=7.__)6d(&À̫D*1ՎD?'+.W%HId흊l ͂/qqd$I__?3*wp'P.H[0K!ť?%D,A-ZoB|c{^M J%8:-+-*қOokhdo9rìyFqW]`7=}Ku"k'S/BX҆HbH# rP_+mw9|a緋0xa;UN10K9ZL9AbI讂Qt|2fg$u?Y.jeHDC[|gSGc3zOyq&8mkF[q2%n31BvoZ4[/@>zѬc YFvE8}N }fѬ)p]aPPjwk W̜gV\7d, 0$! D%<8YZӻ'`! eK6(73u0# (ʯލ y'/%"ؚ4 I_כ<A0A_"8-v9< <|pn,LBD/ƽ&(>Nj7T)3iB HIxUvZPojI!G䅸 9U!ůjIvvNr!\&[C~i"SzNv4%mJS(BꉒFp(|.p3\V"0\<tVn>AxL)vՕ% ל4冻<4։wq{hqSE@mSҪXmJSƔ\1gWyLkWZ>p{DUKD*v$Ieov-y=1'$MoFt8"aӷЪ4U(`tggڦ1ܾ*E@ e6ZmϷ3Ҡp㸛}U+-r!G}5#}T>.闸36I:w]rʜVy)/K(Go7YQKF*kf>,KbC*LV~@Hgl_$v R^0@&ɑkrFd2(ᓫ]@':Mp]wt0<0 r\N-a>aQc\~[r^ !mĮ+NKf7q=šA4xs+0Ҍ;xHRD$da!s:jSGD-wjpb'\M zJZm<ķ ~2^Xë*S.^h25.Dz 0tq$~NG tC[OtT?~EX[XvEOB~}ޤiQ޾%UpO@+]/ mT_[\x/Qg(YdZ,^())ޤ~n6h@^NeTb:3~Uc1?@*p lYطƒٻO+zEXY ~>sO@%o<&{ 5,l~%&/ޓIaAo_uI &6®:Y0^,6}$Rd\. ߕl9;=]˨ɗkyg;SYS[XB7oJ1ڈGM/q'K^&ShEE ^qcjq0 DkpLMyY~iBSd稗0侈c~:M*<@&mBdrlC|}~B\}/]u2V L/y#Ons^9Y[XQ~M2y7c4% A)_)rfeq1n!y6#l-A9wCul$`Kp?(s`Dh+Z;9wB5#7od|'E;rܸ3Y޴g8\KѥmMT*=/x+#WU1zv|#^DvQ5}s<ɼm,xQ1IAH'wY WlySjaH~: @gk: 0ǎ,6TpE88jb"( _8Ӑ\.+ q)8" k]yX^A~E^)Z3_D5}︽1C6[1?9+Υ罟OvWk\|,ݥ%lj>/0$%7 ~lgPw^FJ"̐`Ok`XF֫ \[ltNGj>HA} Iq&CJ/ʩeϳ̨B.6oLۙg-zdGJI;W͸Mʲ䆉3WPqeyE ޛٛDls*Ba=UUA%:|uTIOTTG,C}Q>v7&>|b *TExHQ~λa4v]R2oK85oC f-cR[h'qJaoHu7 /傞1ܴYT.{XഫlsH㡫6T WREEBDa׬BhaSUF#Wnٝ[˷y "`޶t['u;e.?R#{wԀ{o *PTʿN5]]fcʾnj(յ'S>nEEOʍ*2Yn # ƏrKGVybd{xzM(g^R5w>kVȾJS*uaV_і7r|Zmix?4T~Ja^" 䫯6@3B|Y5Ny2PС䒓gܰG8f)#AvRoAed:ֿK%{< I͙og8G*q/ؖ҄+<{ k5(j b;QgRϤ'}) |iBX)@|KVX<ǁTuP"K"#/y-Fĺ&BdFi s#\9PUu~fR!Soi&C*%c3[EŰĒr۠+bA(%<ϴ\;tjO*a^=b? ;d6!= Yϣj=M5*4e${[&V#zz&;:&KvdX NQdg Qlܤyy35wbRiT]|O+=skUxUiήg})N2e*Z*ӧ3ldyfh~} 묽[4(BK̃h$XaЏʤ[KnVAm,;bk{.4CBE<rgl~nN wc^uװwK\k/(и=]pW~a%6CSiLͰǸx^xe$%&9%ɩi:Q3/ k.TB$r[ K^>vm\/&L=qLl5'2}n8M'AZ%!yrXJ أnE孱p4x"ƊQx*|`+Vark!ʢl@o>3ZE6Vwhu4V!J"Jm#L("6 Pk}V tt/\̃•"M|s Zcȫ[RΎ_Kv;={+:G,%tݠSl~.m›􇮖FVd)AZF|z}|z@zZP7oKi Ed>wҽTӤ>/%AIIS`cx֞"\uܢ*?hYY]qK$1>1HnYs,ZEoũɺtr#;IKeM$=_{r9"YAczfqH$/aciu+LY@8p4"+ 'mWYnN;H|Jex%mM|cc(JS:wCJex"vB!RZzzFK3'Ɏ 1cTCn)[(V)Ȳi=lYbx#@5Am 72URnؕoWiC)޵j ysm j PA<~n' ҺsB5yj"fST&Q3xy7r ?Z\!T݌&֬%hSO1՜? r2P%%q˶^#vx=x83y8o8.SieCdGv^ӰQI +*I pNvgw?{ N)n]%"$W{An7EGVz`SBzr 4\'*Neeor bM}ꮓߥ]@hv\ꋶ_vE`JlIC>)zE:J&Xq}+KaMQ[h~ǵ5k!yHbTlj4vv̓ nNԺ5DI(m|KdL$3ND}3tWNf,֝YV~" i[f&g[ b[6U{3EK"n)dJPdR/O~cW!Wkm[cB'^lƟlȈqoI. ɅȪ[2HIQe p%ֹ ).z|ٸ&KLa;uT@JC 7YgZ E%&6 %+\: zy@`dv`ȼ+;,}0fiN_##1 >iG(1Q@}+l+NոgYQDTS˹\r4j:N.r70f4go!Sü4B˓>}G`E}8HcÅwህO>L_80#}.b.@gM ȶgjUGN2b$]W[3] gG8_ `^ԡ_Y^sT= c|׽YSFM/ +8a}&]B5CnLZ"nCgwDU1+\Ͱ_ "tb&lݴVFz!(1P +^ELsԱ֋0~3+%\[!,w E}ˢ<>ʄV(=5]6 #3,;u@v{PjZp `=.93僤vs҆86\lFrG?S;Vm(}݇;KiID鑗WfbHOi᙭Om;%bPz=lf&wS%uzI= /_*ގ:O#f tBB4Ef)F Hst)2BNN Դ ::N҂:r LDUs-&HŵBgpm`ԑg xڿoc=J#ټDձLĕWn\]N1B;bęzJ͑ުP:>爹bab1-x7뛝߂SJzHyg: Iͷt#SVe ,S+: v!ɬCs4只#3Q Lzx R-s;\SZv-KTb8o YLqH4ƶb ךۛ,ae~ 텣>k"+pڍtI[:q̽P'wL[2c mob|1n? vtR.qOB*o|B+Mt`A= |;zf`L2|\p1RF7N8Q;%FxO9a84u۪Y Cؗua] qךTFJrFܕfrrRL(zSIS/GeۤSD3YL/15 CUf#“k2qϣ)bbZ&sI%C1N ls4\-,t:G|[$7U?sdgpCy8))43pAI Rk=pLVҨkhU"ߣJ1q eU^cW!J-ī*0 \ .{Ј@jW{1 x'5\ 46-̭k\ۃ*E|PCE.2 #64<it*}yAsPyY<*vXx~ɛ6;HȏI {ofyw_A٤'lX 6/L  ~zA|l5y-;ס*:tELW&C·y7.!ץ+“.d|5[ lf=^Z 7B/hO Im- x]%E_7J YY%>C?-t^S]hˡB0ƍݬ,ؿ911PY?Ym_f ~zS|Ժ4Ak2?a开+ppggJ?YqcֿQvE:IS,c|V 1AcfbЫ+I"X m sE[8a$i)Uh 5eaDکު7K^ t%q'Wx6〠X(w/MdZxaJ³{M@,UIG!v6Nva߃61; @HX7ZfGa犣☝t^5YVkw~L ˉ[ T}矘Dl:_9\@t,r5L/Рfv[C7ۍ*5-|zNfۅgk `ާ|K8Z}rf48Č_]^N[x԰͟i۫p#QU!?c9+lEaܵȑ@UkGʁd(2Jsq~[G4E?U&K_/ENӚ2 'MjcSA=7tg@/t7+/ګd,PK6&t=_-I @|b1%^Wx4H1n{,->2 (S* L\':JOfWZ$7a͸EH3IbE?TPRLh ?t0X]o&I%ou`L~G-2EpV0c-7x%MN]ZaS-GDx.ح(Xnzct֋|Am;oB/c=Gg"SH#jN wSq}EMS/a}V(&r,}OfRClLK pG֬HxnEx!VDɈaXwÔf]>b+r_9ppF~[>Č[xjXd2m)GXo_à 5_#UcL 7gb-I'~Mq$[+kHy=b&/A}MM @hpBR N sfuh{-Pu;6>OU8Fߚ0tZuЄyL ?VF%k(cM{?:Ok<<'ʎPw[/Ќ"`yT R& LeMLc6"$b3xNM0MX4ep- P,sޥ/8,r066UR{qӍ dK~+`j$b/kYqȄgi0Cq(.k+{8П KvC5ESRʟ7 Oc>uY/)n6K\ ;WNaf'.ǩSɰ)H]MV ߺIm:`ZM101$Z6ݘZVBjڼ<(B|""!xHŀG1ʪ΢p2>NHc~Q q#AcO%}D{ȝǴ{@Wj& 605,ٛ$ӫP;4V5NĹx8*m;ku7o 5)J˃JAlnX ʩ> @uNh暤 eE@<}G"S43t7 DR\'^{Jf/ƫ;0ba7ҫ@%[9'+OV=@i=]uWAG _i'øP|?~!, @dOrx.R%T983:E 0YOIp@eeA0ARsxQ3x()Ԏ Zˆ_򍱬wx5Rm'ɶy~ " Ɔ08L ރ P6OJ矧Ρ=NB)r'V*֢JcGB{RL~>i>1J:~ +_X:ԩ[i1,0h@όmhw}L!b}XA-u tdר GT I 21)cZbSFM1ߚŦ0oõ:X6hfia(rUpcr+WJvG !HlyxK')qR%4 @VTQ/c~`l͏x[爗qbiU8nt R}$C;f1oj{Mjm\V6)-~vYܙ'g/E"+p^J/@?}f0Շ7tRfm&|,-`ktprgA zIŖD)Ǿ'QꡘAU;;=zjnj _ ˵Jf2({vr^$%V!X-2B%X.lWbTMU>8=ch73^.wI~o#p-~;NI#7jlgjY(y"`m^Iے1L9i8SEg? (*;-r.d`iU3DóqU5J7 6?Zk'X|'^J`G5ΗkkW*04w*dyuTuVZ`Ykd6ᥥQvCtRYZsktCMCT J"ľĖJ&@A{?]g%Dt}9ь7%Pm6eEƐ">$ ;J!m Z)6Ya]`d QI|Zaf@TxW*7€S~iYss?.cL0We/~<[tG!XFrw{}WPGQś"Hdt}+C9ZXx$2aDn8{}q7))U5].Ӌfw8J؎$ruD5Zgn;q4Bm!sg9t4.JysǨX*ލ,li%+g̝'eZ$jrĂ {[ WQӌUjTPeu`7te(\w֎BBk+$#˘?0(;ǀ8v17BZLT5Ӫ  ۫V|w K'a$2L"/z7DoծO5;Bh JtEOg-.EIҫ 9gLXt&xr DA`U“"ז{gb̖?&Kx܌2^"riz~]|]] P8Ce DЇx NJyC{[ O6sK6n<$+HBW~9"Ukw|OQD^ߟ{RP(蕲E QbsYcfZ.ɮNC՗jx#R:._j0:h~έsK6~m^ӖtÓδevAF`ч2μhS|n"K\uA Oʚk0%1Ke rVIԲy"VI5aR%\F_(}^<{W t0Q Cv> 'Bq$h)G5uK]+.Ô^l8栱Gqr !9-Lw"-p c-˾FxFOB{uKX:~Q1p#ڐ,`h2|\tI!V%pF@mJ?]Opv5W"2b@_̃)[bS8&n[ ,T018R@ ЉݽՃ'mV5g1ۭ4H5:Q<Mcb?:l6R8~j6Ram  ͒(տ2VjE!dϫ誺| |.?jvr_W̰4HSǥ隣kޣ-RdE ps^ApT`S6 a%kXukW;dLs>  (鞵v ʔ/g'j=|=|n Ԥ{;wV+q,f?\ԇrqe\Nʩ#*h}p|^YuT2PEŷ䂶]UI\tm!}xDτ#nukkl@ 7wH3y~$䭑" 5t09Q7Ž΅g{u`onwd0MW-pbw|*WQl KB @㱍Y.f1Zygw`z a)vˣ>7!V]'}}i=f>=Pr-%zGPLVz:]Fצj9AZsUa/siǑ^j? 2f&ޜh,ľH3C/P#_y疮z~oDF#ٳ?.+gݠ3TN #Q  45R֟98CB,Z7c\KB;<Ϣpf1/b/`xn[zA6l.lc?dZq b71rt֚lo v(kָ E_<CtY1gaȬ %-X;( v|Nsy>`/ώ$qH862$9pъQwƢ`ƴݛyИ7_=sjr); W]C Y̽Xe c֝Xޝ3҆x#߄ʎlG׭ZF[5b"1*q{~u"6ɢ*u^?r2  - DK0'[蕀}d3XL U3?6%C;?ulc ;1b$ԩq~L<.X7K%5.,26!!ȱSo|(1}KYN!0.}Z RC)όm.M~OQw-8^Y4ӏ-7X<(2K)ڃ0-Ǎ?VSwc{N1;x 3]] k>xkeOݨm٭I4O5Ci,ĭ]$ 諼 rD&+u'+mQ&~)x5WO*G}QxCJi5qٔ, \yRzEIQ`?Wd}هVƧ] x&9 xM{Uk]VYMb?avap}/LVZWya`: qUT $q;vwz?P97=(+|$FpL{Dn.`x@>BqpUxG!USO 󐋥R9JkyJR`cG+ZH%q:qSh(/3>mbps~̎HgY𯰘jVZ!b 8C1D= lCXKY.@e-ى8E{5 + 0@˦*|GEA+ oNzrҘҼ⺏oKNX}?DPEEzlNcᨠ N]Dr Ԇ_6FPHyNZ !S1yF*Ye?UFcMzN)G~-.v%i=ryGo+e1йa DgZnOx|Y3At .ƛ֖?NSBgqwhO*G+0%m %jپyq_$ pUHKU\Ev45g4Hu >J&,0JbY@êav?ݼӏ җsm?@A-u {֬m8n Xc&slPmN#oS*p}O?5?N6ůWǾ(BιV>+ruG,Y}jzrXv~kh)Z*r[:0P_=9jcյ:cO{v BY16>MTI5fg 8 $W؇T9{` cImO/u?Ws:_kŽ9B#r@(wї91@C5 Q%"yn01-Ԃ1I3RuZcoO{]x}ST?'TMPl;lEUYQΫH+l6SrnG2>^$ б-`-TTx:0Lׁ NU6!XQc<5fD }&ݐsjxz8-%`"Pu rB?mbndžyب'OK|l`} )íO ZY}P<L Ϲgӕ\wWqI J?z-i*,@L/tv;_?̭E&0^RdT"Ap`O_z_ȄW-d:/Zĝ{5|0醃?8^ju򫷠Bb'\ƢsF˹Z}/{|D) E5n;F 6pQ<3" QxO' ܹfވbnV:T=&N>p.V Vj 蓕 hbL] '>h O+x!Mjƴ-7R'8\@%f4rzZw9 ևhyeHƁ^z3`[뤓bU,54c G\| [of@'xmp1vexQh&a /_CyD+I9#Gk?aOì dbyU~K44%.E y&Ҥ(ҕhm[@ȆXe'-Lzmdp.EU$7t|{oKLmSО. <|D(h9N;"6aO΅BN7wQZtkE/Ka.Ciт5yLxw$${|Inq/w0RҎ=ѕCR4#*lE^/?oP;~hl yB~ڳ9.FI]gQ٦/AHqe,{kQZ02SCJ6I, F^b#Hj48_PX J e/koB Umi>Wiq 8ur#18S?`eb.p cx݀l n ̥J ;fs e.E1ga$=^6H֊7լRMʎȻ%*hj$o^x/WܦkZcn}]PAw_%B(%F qmK!(x D̂ icDˆn0Z֗SDa]*r9POMBO}#4\ҵ_V1Gh_{nFtK@fkyp?^YTF]pѥ*Essu(+p dy$޽5CbH7/H~st2:[.`s-t5TuH5*t>dJ( b*onj0 bV># ASZWBv5'd*Z%Y`Lu ,{̩R{%( V_3XAY^UCm 5t&wǢh`wέ%ǐR:$]^YCLUtvFkj6rFz^Liճ(j\Sm%͟XxCFH!dSOEP&YIOb2du&c+#-m'*2Ge;ޣҏz> Ɣ?AF)#-뻫#Nn`9]H>b[2 L Oh#|SXF$޷T&MHn-AM.Ma1NMw7ν2*TN=$g.2xrȌyYSiyxw4v0RX^&FFmvp9yG,3.,UR&6c JnU@1$.>{gZWгtʂ>4_Mů9=6:EjdD=@^DGtj! l3O"p+hV~ʰǔc)FEJ6q+@m,$1/ܟY]FBB^O:='n;5TE ]흷8zPR.պ6Ca{,LXx_Z<v/yX; {nۗA@F%o x?XZw4Yf=BHbE ݓZ&!Qjw9o9ϱr]Cwpf.wn@_}8Iv?"kM~+{kkXoO"/ؒW?K}̹j8 9ͺsn wF}ljQ N)IRm:ѡWӠEv[ _f5D yRQ_ԏ]u; 0֦xk=-teXh-I 6! p_(8HDE@kQ5=0D7.EBHr:h!PS0k RK Ȉt<+JB>\N\@rˣvۮJwkUZ 4ّƇ6X<("LgVbQnq^OKdZ&H1٧PYI9)aFcqVZ~Lb?Z)% R[y^Mxib<ѣk%Pӳ_t:kL[mF@@",Kpn zY}bK&`"j/h6 W@Q+1hF^^FV2Y {q~ϵd5cgPl%eK՘F}N>#qC= ְvc8 s+V 19fOǶ^f-wr8AJD1~ϳ?ЎdGsn';qzӧ 8=I0āMs`C-!yJb}ќ߾}Ƕ0k`SPvt݈Q`D q|S5ӥASGU)P BR)L'&OZƚ nH9>hA dWz1kC "F[ԗk* 7%K {Gd|0#s{tl}o.4MT'k t ]8B8EH&S׆_3m0 3">}Ħ ,av/T՝FXF|.ۨ&#`_o~.v;]v c솵E.ΓC7ʌNjTO[rb&BG*Q%6 < BYA_R%(റ%!;HDMMW|r D2 3 |؞&8xRQJ!iLY#jIL :/5lv=,v|q_e_䅁ƨ\јڔ}c^Lk{U6=![i*B OjCC kz<-æ*B=$@ G/(~BqJvHI7\.`|ϡ.Bf3(Ǔ"5ƹ6o5.8a˧9RȦ8Nuf/õqiD/%y-uUf 3> o뀄W8ڲ8hQ蚕? k/˶zf,|L_v#쓨n;t{2L ߺ0!pFKOWc8TMԤvT)o1yJaPf$x~"( sڢ9J5^X=#-۾+Fۑ3m%'ɂlD3H3l֋3ش*m+ngH2CPES_?nse[-XciQlo?+Hƒ}MP+$5H{Ԏ^dp2QP\ѽ őha$\kLC3k)Xz':KI!ָNj8-JX]5<&hAACe3q6r_k͢11v);,-doڣa얄rF1!Z{1HTLÆ~qTJh⼱ʶF*3=SYzVnӛ{3 pla]=Kvf{HD`b_ z[aa*TRHZWM )#()̭PW,-) I];obϓ-=HGr@ۯ:L&m%."ݴgY_@c@_"߯#4l?s^jg vݽ}*!DI)L:la4dpaMl" RpJm%pYebV1e/@ ig,V-\qZc>r*3؞ufRҮ"%Iް^i;` \7gKY3b|,ދۑaPSFҹwD$&ѵ_kbԽI%c*޺Ys9!UStz0}書}^Yrừ7[:jOj¢`s͜S R=} ~ < gVO MTlg?WM:@!+Mx+B VaOZQu[\r㭤uM~PC=v5ޠsg?$TIC$gLXj@쯤 Q7-osEjOM}8iX`Jr!r~mTFҋJw` t{X"US-^.NBgu;yanz8 8T "teM[mB~y֤䝸3g"|=S7ɔS6~GglN?ǫ]E';9%Q  )hV:GNUkO!QUͻD+‹blN|+@01ESQv\8X4fw蘐,2r ;BC]rA:P M>QH̍WE2o. OMḥVNovAkLx͠=ܬRNtlj7홡&_':)4_HHNCd}zQķ FY)vgoU&G{(JЍNmȟ!2Wy`q1MUevX! MěMo=d)XbCPXUT1y FևqِȪ㱂q`:?hҷ@ȹ!F"&r@Y p7ʝ=k#~3 { Ծͪ\gY~/sWӬfS`J&a ņ q~>R솼/Ʊ(\;חdk <0)io x7gهV KqJթ]y/?&2䖮 #%LTRqGml@ϛi|ǩSu׹Vg<pz0s\r$] ȔQg}T  uT \$o21#%pkA?PjLYa&Ïyj Q$r UIy )@Ϣ83Bo_tgMP@,D?@ƌGy#bzOQ߻e6* !CQB`uW^!QYd por%8rxPeWqʆҗ񶍺AQc1'35 gt}Z@m>\{><^ `2%FK/4P CbDo<6OIdqZPaoؒL>xo0j(fBw_ܙ{f\qD8pAɃ*'lJNZ},ۗq0J K_C*I?$IؔϺPY6|HrdQQE݉)Z$QЬ/MIIB'-u#s9nO,'g6 O3{,zPt)ލiDULӬT_uf 3jP`)c=$Uj,`#@7\ 3-馎#& Xh*úbe!8G&\%b|!vh.s_P\B>uCyPO W!ҲV&Im0)(&V87nO݆dB*fIS0Ĥ* i!l>lrfթ4A8Ts喅259Ggf_ǽ:k.̚'JvQRHsn`g|͇%]P~ b `!nXJC 8YG/Uظ/xg7'7Xc[Z nĽ&b0] ܉DyM Dl{HH)CzX}}e4@yh@6ehAI*pƥm0dN#h'0$X4ܷYZ1FvѤh #j~/芄 ƣ6C O&OX)i\+eU w|HJI(I{4rxr:W@2WE~]fO=M@E?o8eLZ9#3IQDEO.y/ϗٓ;gq _Gy)wXసkLD0ZSI LLa57b  j{W`T[!lٺU*ʭ1>-әѤja]97PNh aqC7)뼩mj>T-R#ړ_ 9\T~rmo-{''E2Zg˻T'ye]oj]~*;1GmWFP*"Tm};/ǁwNYz}tCVsqOa?'[Rz"eo}kFa?"5Aߜ. pP77=ye6 onf%bw ,cķ]@~q% vGBAK|Mkٕ udac[mۉe_ޯUi֐U8N|9e_Ypa}#7b'&8GmRtB +l YfJ^pw\̽H%qq 58b{_,IN y+fsEj0k7,:E.3鯳]%4yeU|@lf/.*eG̺)j]Ge8i\Hj{k0D\1 XL d_{)t/"Ɍ8&n kkkͫjh`* m.~$F-G I|-"d{.zPxݣѿ = Jܙl4i6Y5vmQA [y s&Z3J\"H|Ow͚ULYyqN|hj[>?, >GNB@uUQ}m^'wxtNM ƈ&Ou3n ^qX7Мg[QVJ!l}oK?BԂD{cpr<DFe4d"NJe}ZB'7__;s`brKB2.TmH N+3I"1U0e#l듛_b߱͜6t8˷1DhK}Nc@;~tjņG6I/ mYWd'hczYOޓ>o7^qZ^է =YQm1\ ÿ)S̬ȺB"50_*԰jqVfHڒ+X"q~+7RTʷUpiZVҒ@3;eg . lZ%CTIL1%2<>-N;pyp̕^k9joVU+eFM_țkcûl=287Ѥ'ٚ/!@g3g$ꝧcV;?ǖyjz%NpϏ: ~J# z&39t @%톪OȄ'{4W<}UIC &ށ4Tg`尞"*uLA4^/Yq 7hk:z)\mC 5cptϛ% DRa1:8m0u'[*k/ἑ|kpdnWRqڤ)O!;fߧN&o:_4Zt1 [.D3;l4\݋{3OP}U3j[MI'Ɠbh1LK, =NL޽NhFP1+pne s5,|a? Y7Ӑkڿ '*ADƥEG!yJ^S2as"籟Sف(#="]3<gtـ=}}3Vڬ*#3sk$,[H,aHy nI6*=]:y{ZR-|Kϱ:^k $:<&_BEśFbZ*T:.iMݠ"C{S@ 4R8"1t5a[Vy`X.{.3]kY;us]s|*EO^g}dqaO 7煉.VAQMQA}JQg oѳ;n9^z[wS% sdex[è41֘lw"\ݒmI=M^|+WiͣȄVS v`:0ƄzPڽ .˵d[&=Y qލvdCs@R<$%“d8 %n=AHvaJs\Y2K%ߜe<,DUͫdnhb )&CNEߋ >FP<+` n`􉓲~IuxCcuX0 1%Ic{*@9; f5[EF :d>M?ՕNpx/~ I%S^zcdZ$ e'`~ Db+{u%^f1HV/P:Wl߃[k+'<՞1~V? ~~{(7eb4*C&C ryޱL_z"զJXA#[Q5l?\Af84}-IRK'b$33o(Lr=qY6b-DOBZٹx b[o'`g O:ZXs,'y0᚛L | >h[pE(:qU<$y +ט`9.P(L.h~odp`!K6_~%l6;8Q{kuOg>TW-`昿Ga܀I v(1I݊Y;بXaJ>ѝ r5 o^FiACc;h0s^c]ܼK,$ đn9v`xتF:we1`]s'^"Ó;Fw3Q:#ڼ8ʰ~wV\։b ȁi9SmU9OgyҚ-^ZmUκJ @&}[? 5kJ >6zb>-;1'W0S!G}5/F,ÃLAQrLh VyWI;[ :zPؙ7da4[R);C7(=2j2TQ7ϾÎǹӥOC]W%QZ,%&{#Dq6jb;e d6@Z=AXj0#t P>2J"qso 3y!~fB9xf\ߣSzf5kOH$h{8ʧ{#Ә@ip>0{ԯ*IeY3O$ {ͬ[0;). `nXzJa?6>@*[1xKȵ0^WT<&WyNшm~%g})Bs)qnW|߂jCReO_mgtͦTY P6b#hn*V bl Psta]GWՋwC5kJ}mb<2X7!]ؚ@JzB*j nUkj->@8tjWk1X~oz^>|50:rzȔ4?&B_H4^Sk&:n1q l_T kJ];$A)=|/?p}}76~nA.Ar$Q}}%]K)a*|$]4 VTD`LiRR޾A'?-Wd f"BEZם}JHh9m Q~Xl-/vVPf4F@\"v#=#O.qpܦYed ^hGtRT.w\Cd|ՒDH.;rGk0WS泟Ըìt%_%}3 z[<0f$Ԁk."գl6@]F~Uނ ųB*iL{BGI&vuin1?sۚ{9i {&ęice \C+k\UN*F2lKy2CaPnKfkNΞ g3'*\5uv\U)-u^&.8Oq54;z%^[SE2~B#QB^!)2[Sfk{8^Y,~]={H0-f"}65@ xQBʙ{a+h?hJsntAE0N[r+5sQId;9q -6ު8j1L3#8#o-wfߢ D N%t0hfeQ"vIsX'Д$5Zb~-/_ܿ@t)hq{Ҩ4vJ&:lS仞|^\Ȋo#V@ 59/ ~]pOt#, e梊+@U#w}GJn0/|e%>s=6 ܦ\o(0vz)gZkH3GZ؉[ \wsqZӏiO^t/Zɜ`K.A޵Uhدhf1=;80w-`:ߝ-C;"L 'B/GeirWf3I\}Kt@ʑ$:5EĂ? l XK> ְrW6H$Zڽ._:QݘRPznMܙEEHAj1C+k:seEEg?ڑ$,O>::|Cw : @Xx*>JRqc1 N/0~|}s7-)X2[^D*E}&/ܷg*hn\=y7]W$`2I! H!.6Dt8,~UXa\и(P zKyq# *+%"+_6Ey惄Qw\[bn\P%+"I9 u?[ ckQb3Qmn0'EcO i=T$bV \oS8{w/8>^31)/Օ%LY*0 dnPƍk7cGgHZ %qWgU-<\J# 7]7rԗSjUtv> t{x= 0x7R)oUl`q!^#RhVV74HW瘠KqyzOfiiG(N(9'++ޞ0e[ ׫Oءw`1xn&)$iT7ql""f;m5^sǶdо{z5v(w!qeT2^~Į 31wyq,\b+}rⶡsfʯQ̨?Z+윿5 {WQ6)p0bPr1VOﶊo@`8s]nyN&bPk=\N=po0]} TLl-fqD̤й>%IT f:4gDzDo9Xh_(E#q(Jg6M"/ȗWvIuZ­֑O~́:k, *ˣkX7.5ՙ67l8SuRY)\pOnG]qL02HSn;ȩv&b~YeW>ퟚ+[m' a^dLҁs/ۄ>iODc7!SUh#&]$s6a(-:y0IuʇKZa_AjJ1ma|G|Id6clL:L,M=0U*d61s&C&179|ٜ W=H M)tN I*Zߒv9+l~:]|F/9h388 ob:ۥm{9ՔTVs$ t҇h_)uޞ nxޓ~㲓d\L,QU0UK!JqG-0XHy|% 1U>i(S[?^ITIۙA5*QaMoo8S;b_@witQ q&@w83P&ЋG֌N9)dszCUAz ʾ ߑl L>dY\GT2.="Y5D ;7 2f"Ga;;7M}`61rwr#, ߜlKdN JØx{OIQbMmO9ql}]_Ђ;(v`-TULdP6 ?D}DC]0Ql|"H >- dB{gb<2jVC !(H.t,NE]KO\b>ÿFAffzaԁ!-m>ƙ6acAqrɖd A:k*Q=X55F2 r;'z[a̰"^<v~Uؔq94|v$ӪEZYH=L$Z j\&?/LQI3"BvcO (`lI/A!1Fی^κ Fx U7a ȥ]&! n֞a(5VvďJA{O~_h\d8K3ߜnkJavus(E_ͿDlJ45-c&EQ.=5ȮRcGQdX` 􈉵"6fcopM";ATfi45OR?ffP;F$Gaa)8{!aj5r|{tH5; 0*K-Gz&TBv/w=(UzvfQ]}[-0ᔷ?6$c"IGn7HpF;N3:$i ]>G"Ӥ+l wŪi(. &G.dYg{ D5K[MA0}aǞIؐ_(5&Co hTj{^irޱyO[:,zڔR72Fy2BJQ\$X4h4Tkoǿf5B<Ȝ82ކiNr)z=_PN ~۹ -#Y L@ArMUg.y?uH[u4pI!QmwJ DQxda+";Gd|3gi;V͵Ǧs{BԜgp"}&R]^FB cj%U gx %!llp0vZwk:nEo93YäafO%d5Grw8' X s)4B&&FoctnZUė:"C FtZsWD┫Uh\g0_'V& ?a㫎ONii_.F,q0 *UAanBNBBgnI#ѕaU䣻r"X]U#j̊'œ$\@5vlB)ma. ,8#P ;r.Z22~ـg \B+Qm.t;L޿- ʍd/f}nY?z]/6Y4\7g8ݦm 0Hba }%mo<düךȋ+XZG!u7# [bobCg*:ߔ=]Ihn2R45c)]=&jJ(Vs3~j'e'ś[SyR8c 1^C XɪOtǹ|sy?ྡt.UӞvLr X}A巻HwVsDd[!hŐgru9dh7Gg\ !Xe $y-6,%[0Io'\*v: Lވg U6V(BQ4qìLk@P:YʒiÀTpJf3ywQˢl*!@RW;lh9]&`@EkUFϸ2~B't݈~<@$8;SUZGWXtb|rQ(ݷs?%=X8>h~]Ա+z]>6ln>W2&[[ո_J4< P(G⛔6J#VvZ6#qAT%t:x|Mg^hlcT1li 1HEn-%:twꣃiL] {9M}}[%5pF 7Ll!a!IL g81D|nKػ/ǁM;v h%쵭}(}𵍎_kVSGSH"ֽЮXbSX:)[C1?jlذ*/r>i<{jPlĜ]*7 )󼧧ٟ b|>u@) eӯ1ထN$ŏ==kgqc-LTE(-k%mPhlP8#>hC(΄ci*@|6קּ;rG>hc|_!+俿70}}#L2iM.Lb] l}iPhm[p.(>aԂ4"2ȉz۳_9G^rG*-W=3lq$U) +:~ V9 NcÛD̙=K8 z)sSKV;@hd!?X1 5viANP@=KÎ=ۭRqGzVI8F(hj4c`2O;yGc]ئ4UL'*6>`^?Ge&@W)6']_8]#!kUqϗ\Z(x~*Wy!dSomk0Ԭ`e,8/N"o$pk^=8N8<͡䴺 r+ Q$Fp+I`|pѭeG*L/pK:&sy~hm36]"f}XHƻ]l}}U|>Nީs+L*tpY N{RM)Fš_{%9=8!Z\Mf$C9m=&_ّ+ŏVx$K7C#~#i; p*GڕWՈ4,Id-D[vbَ"/ʸ H\ܒ!!qKG$@k2|[A(N/|vY}'^CZ<t/?u0ݝ|!&4p//:qgyb[(qOM_coe 7puK۶ V"6޼F5 nk -v)EyN?F,B:"> B5̡ |x:F7dJ,  *RҵI̛KqD Vr`6lBh!TnDм0r'c[g2bBuچtZzC_QLkm]zNEiKP| ¼")AHP#CJffޞNuʈA$5(v]"G+)DB?'ŒZ CL$0= )"H9f>@bHlRek!1ٍSX4+/W{ayX7>M S[Éz"9i򯭔ڏt1cIly%y 0~\t$1qSRS,F[b+77}t7X6VX4O8D4wdɬlـv!kvk8|+./~+c͛H\\LMR#p7}!N!]oj5H!=́BfE߅N79Ei%ߚKvTp?]Qq ?==" (D'!^/8}Uy7qW*JsJ;ofFz$| Gwz_ǦC/[=[~"u7: N# d2/`E^zN ݹ\dw7ܴ<гM<:\y.EZSc|ɷF2C,{/Vߧguŏ` 7-~.uY;isXt0gy:DP:+{t?D_ɺi|7= UW'Ls^`BOReKV|`ڼİ3i~53F\_GxsۖJaZ/WĞm-UHqnyk[]^HѰqY31|k*rIo]iN~] =/o3[ѱhV|[cJ?#4e_ y&6Y09屢oHAMy$J@'+ f'~ ϡ0 6=jg9n7P4F~\N :t0B%&H.DǘZn)=o`#0N?9z8PUY\U l)I- x6 =gB%RFmf,BUkLGX7I-Fs B3isu ХE)%b@x)<5NfB!v"bOu\ny{rai瑐%kl+PzHܸoG| 1&URS!Uw,+M\~O%hRP&7Y\0/,>vX4]Is(G,LM3khx6`e1m;gffc 1N3Wn"RZ{oL#T+dME3tbʳ }1Yږ9 %bp%n %\Xau8 T3Г?)1ҳMԛN/J Tij.Ȏװ /R[T[;yn 0 _Ny =9. 8A)_  +W{VtMh_0tߤ~({ށ|F@ܣYyC\q#r@9_'RgЭHa)ߑTjʮrjpY6sH7mۋ\"rr2f_6kkZoA$F5'`'-6^k)pN}H59I]@&KJ'1dkf/UP-.p]7 a"_km,%=ܴ:VJJ^N?.BC~XZKHcY(Hrhn+TLNvjd۟wQt9en $@PO'0J]-¼x.~ϬaZNG'ǧ@&!60F[J*NfŔR3r<(݂Ht3EJWG_c*ʬ8~ Gu F=%wW@ruvV} 拰VFi'TuloذHma0 /XbdJZۣ5`nD<-t͒ȴh]s J6%FEdׇ,PHWTXljZ1ʇ~r4la`$˃6F0dBL/k䱔{Uܪ-:{{?uBfE}Pd-閦0a9yxA#BH(aݖ??źKPX?ST=y"8BpjF)RH1th'IFevޞXR,`uQ$.W 5~ky&7`"ώ]JvYOh\s <Ϛ_C7푁\}$'\1RrHU39"KGÈ:^'uu=@{)s6Um ]^/ÖHASٜMG9 g}9]$$Eض&9i0 $joj@ ~?Iz)ˍΘ liE 93!"37u,gZ,yb.܄a;l|iJ[t&`f̑TjXC&E_Ҭ} ӼɌ|&ّYT$4#Iv[߁Mnoj8Hb965ya *s(Nm?lx/bv8sGU]X<~WoKNț"X\:Sph߇zďFpLyG%*!9'Bb\/҈A ?Ϭ/}{_*v<׎d@{u-kJjGxiRas=`3Xp,=͌Vtz-׸"ڡE={VTs-~A6utv0Q/1'/׌/7F`L]1VˑzdfѪz|W҃i;Szao>o(+ϥy>S5zx 5{ Ǟ>ce;S=ˮ\l\0['9se%3'Mnh7{pY( ]7§,߉"鰬W$kCeIh#JuJJl$Z} W\!WXanKg4^߂ITv gj1AS+Ec\w¦P̻hʑQ((7\Ŋ?s2hǒ6t~c>}$RHvzPvИ䀛rsEKDD`پI 3$bAݪ[j\ Ǵ6ɐ:]K/)R*+cSc%Vo#pXGӵ$Qt $S0|7N/e). _J >V'VtWiCnt;M4T%N4)r}IĮvj"@kዴiO9:TG~uw() .Ip(Y*@]w" Q(8 >$ϼ+iه)G 9s%z14o1GruB&g?M 󹄘S#oO_Ɔ`iWfNl@ Q0煜 ׫_L] ohf1sp.ZyL)Gt%6M  /[_A~0s:B"p2T/W *MS /E)Wtb*14L!!Uͤn 5ZvJWN X0&YW#of{*yۊm'i!Cn̰j d . fA:2 I :vq3r-_N[>Iyթ`FtLoe՞ sajt hBp\D+uؑUc8e_S'"[DDp#3L.ٳ~CL@}Ts?< ǒdP 9ofe96Y.S?5%f`W1?+< X)| ā@%{Bc%P@mùu k]T:9L Afi :5p܏ i+'E!8ͯc㓦%< trt9ٿ}SjLg0](L%},= ? ndȵgA9D\ꈛr7IhB͓Ъ+-ӯaO">8!6&b}#lW=*EVhy %ɊCkCv~Hڶ+HGV NU'.eC`awyc4I i\Z 0iW9Ǝ~]s >Gz)Oɔ# W{/r؝bu =5shSKü e; PGx͐+/{AԀAfl|^Be Au}v+  !vJz)5̢q`F7=4#E jA埧aPB* ޖ. //b >87V\m52ͽRRZMj'x(MCaO'v՜i*T r&?mqeAۋx$F&GN}G![)y7&P Uh"N4JZ|i֋\ltE3`k_kSG^zs47|/sf"T//=IAm̕d9H*'[ܷ7[B!uQ6!(T)ͨ,෶Zd]ߩd{/oo` %'uWTSBAXdfe+7s1m>@.9лvwya- AQ<7ڬjZj|Ge$ \PMeJr e?ºcDb"B +ZѤ4lf5.|B4 5ay UhNIelg:{U. pYi an4ڹA3fYKW!֗tWFO/U߭T$x1 T#Q,C=ٲF'ncLͦwm<佽+jMY"36$'G_RG늤CnN0ˍ2|  ֩B?;-u{,%:x q7mk95*cHV(/v 1@qz#VcZĤcPn{u" ]0\e52JA-XMwϓID>n|z_>kA!p.)g4Dxć%88FUVѷT|I'+٠5E ~26oh1O3ŽscYo)PlWY،ÔƪD:QhJ!}[Q+i n<6**?_,Wq_]Ҟ2ZpT$H]Ĩv6 ]*UZ3v! (`17R \[:ͺò$j?xBYnN|[lRޝjK:L{DJHW$_]Z@)r{hoÇC5sJ#2\jULOK42;s㪄NXbˇBHLkfkۙ8 je2]]VLx˃ONN}.F-W#YDŽ߸HDC S#xxBnELl%ɍuåGQ5RDƔu*Wʊ-y!'νBE5rr-3y嗢PIgE!MY*.##=)We`]\du7Q-"=C]$kX]6F;HNfN{$LGAϨ_Np l"˰D w?]7ŇxN;+)-gu%8%*'`0@O]uW%;nl8-,,u_Pk`^Ab,5vաz:!Mf/ a =|̚лU<\lpG+aa4i]@dOTĔ3/>>54A.1s~G񾥃A8(lǭWB@Ninl wK0 'k2(Rjd.:j!7+-1?G^cMYFI\W%Y/nň*- u|qx)=PȼFb넞LM'rrÑo?j^ph)VP>Tb1UghĆ==5P^+ 8$kklfvxIM]al̬ E-`ȄVSiL?…?I8YH5I )xl5s3b>JwkN0P=z}]ޯGO~F`ص˦, UtIJN|ΠV=TqšsoxJX<Ў&lcS?"8p_5c"I/4-2@QxWHR*=ھ#ӥD&G>9tIo` l9 .NC!.^\:[[m$:ibthqlAzZ) v$b&j`bCG~joYN s1fM +. ;k  s_"N)4}6.܇Q)t wT)6a%ۯBzޣ"и:h3-Cy-0=.  :yp\8T{WtnNKy T R\ᬤO<1J\M#~09iWMyU;pj|GbS^g; 1 Ź*+y̪mb-5򱹙!>x}Y2~Q6kxq\ne8}uf]WS7P[;PhV\cGaz` %i]ԶEM׫=d@tʖɾڞfZy(#z~2sjHꢴu$ј_O (6&S 'uTOլ6IR~f֚^ƲnNy\* }BJ{o:GqQWv?b˾}m@Yl{ȗJ)A׮m9|@0Ng?0ّTw&$_͵txnāg87CMDo$R-dA:9Ә!*k=9#F9g뭜Nk1@`4Q @#I0;.eEZBFз| uzPtٻ¶a+wbU] ORɜmvfvK&v%_Ď ] 껶06Thէs*ϨJÄ*s&GF(VS;K*"_E~| ML={hv谁 +Ł>K"=&Jg E H:K%_Lh# JCz/\ME$.WR (C%>'L^Yo*Ss>ГC;p_ʈ_`Bm(z8|HCm=֢ltܨ"dS˨eV<"-lv)M~OxCn0UtN@ܼ26SCīxk``jڈ AS=ol&fX98/SqJó.^^}]LBb~ȅP,84.H;QQI#%WZƙsojx8ΆNV j``/|$ҊE9fTW˵鲡;`bTPǀ>PŮ:)HZ+׎  ht !k!!4YBaq ℏIh`ҩ3$rҷc&~+E2=K%V͋/X2&cAFx*}HI'|+f$iB|?SM}['zq'ּ (~vP@Jh+.f~^<#u Md^yvyo',<^84'&꫟eE*%/ m;-4[9=ѽaRXj[sA%IdH<]c>ӚP:J-$'gW %:, kPz?5 qRG+>sTc m2>;}oBAbPs`uն1to0t\TEv>k^x9q{˵^,Zo"-XC^^.BHh@&xrg *&%zvm` b|16 VNA#^|qeǩ'Dq+j>ZQEuULBOea?ddHlZDt(g(.%Cj>vvy$ q'zHFٱǟ1+g_Tߏj>X\ehu1Ƶm9mNA٪ROص^2o z@Diݯʤȓly* B3>(ÂΐН rZ9E˦Bn Svq^+}eD8H__}I l]#*-{N4QT_H`t(HfAlq~B? o`dޙ^-\#א]mɻlv;Ad@u F]EZZ$/j7Y $])|_\.^< ݊UTU.4v)lv QQrI^⋢~c:~nD]u~R(b誎$F̞'AZtlZpB!F . lT:MA$vSGCSZ]ݼ?..ZHf>{^%5uY/m[?Fmj!7W-I,s!M[m1>J,).J?2\$il ^DK2mU'Ώ㟡RֿAJއ  0` cww0s%u>dfIMʱEg)roie)DMG4yS+F5#J|ax\Lב;wQn9[Mbe 3[P@9Ymʼn4 Dj$0xw@Υ_{Zgt!Q*Bg4ڨB&\o`.ͬYr0N B~ +JLA1Gآa鱗#m M$/W\wH }8F0p~j%Α %|9ʐQȌ-'pO-+D<9bوjb fm\PReF-_AO5C=J@" FG(r"ܞj'kVlO g"B[] }*{UGq(j|!$=_[a %2SPUDrnշjiLԼ—$D_yS,,aF;ZW]= b j'paJ(L\\!tP&h[o! a~ R{/'|vII dZ4H({/ D(9jxbBhz&Mvg&˒&zk_lj@wCQ#Ȑ;i"T`=ADLpջ|dSB}䟓A4VA))y"'}O qG^WQ1~\zΓ>;Pћ;d.;-d:Zh4N:r.v]=Gpہ4 3U9kY M9'*L- 7q/:kpS|z,։MЌLeBl:%gK7@ejCB= 5zz2E2/PFw7h+dWـ3RTx@THC;:jR b\Xp1ܥ/o{_U3v/¢w"0h.Yș[=yw,wto}+ .vc qW^Rrv8(V>3v>C3`FOBN9q>i!}:D%=GOh_mP=K](j+T"LĞALfY<.kU/GA @h&A%l\7nw(c [k4@s*rIXԲE:K.{;3]Uv, |å$`tx:]QqmZM$ DatRgc+s 3_ҩ 5Mx^?Q;'t\WTnafV*l'NnL3DC`Wx[ Mislv/u Uyu#$HRw ڠX'lճ̴RO -'$$jDG|2ke]O]MbDR} s0XhkOa\9*m}'s.C1rwQc2\O¥1>æwRM昂 (!y%H"U3ޜHJmsXm> `TJe 7,XRrk0{g#z&"H2e ?{dЏY2Cϐ \}UGNJ>J)~ZZD_@h6J+ȭHZI| ITw& σVr9oV]h>h; ؅%t%S /G'wQ2qwpSPNV透|붴sd>v'__!Y_ j`\ {~KlE- h{BM: +A+^-RvhԎ~oݻm :cAg(媚=e{!f}wsS?Yф6{$眣ʯ@{ʻן}L(Fw܈-ʹ1C@{#bxc$[4$Dg6[)}i_(=4usLD~\ 2ʳsAPYA[f!Ub"?*?mT;j) {N5As.$%n]h<%8 ]kqy"ZhC^N!0dU?u1gŪ!moTe=wBKMTp\4djۗf+EHNʔ>5KpqIōJEHi9E7&:%S؏w$Wk 730U<<M{|wrl|E:F9@ɱ>R_!HxshC65dyX>-9/೴dߐXaO,FoE/2AOg`E+} QcyL[pו_$2,E3T#Rx<=wNQ5erRIf`C`TK#8"kyf.WybV 0t"1˝X{@4Q .`&eשAmdw7dݐ']9Fb')7=Rp \jѦ ϴ3CYJ anDQdq03fڣE 2lJ{Cs/~`5kTXmmrɱZhsTL s?rLj ȏ.N /*]5q+.GԈtybJ$u9 oZ$dtRp@ Z32 eB~wcP&19B)H󲐸[veXTw.,P }6#Io EZ_.aߴZ'KwoDQk_56o;sF4^q3d)ۈubt2]LV J_>$XN2jJ%n4 $ŘQ:Y*ɱwJ~1UcM{w/FlKv :9b1&iPO ,z,R+6Ѭ`B c Ma tMGU{`Үr-$.ńm,-Yoj:FtD,R iI!L9T(Yj-]T&uJn3WtEՠtu%s([d˘rKI:`o< hVIj< zJ);_{*7-S '/N[6}&G=\krE> ⠡UlEL"բ\i/Cpdz WAgWs}24{ʊ^o:Sǃ(ʧCk\6N0?B*W5 }zFA\8`UG8$s9Ck+,&M0K%!9z2u s F䮍o>d}}!@qXF@kK+qq+93~rɀkr u 1 Fl7Ke,6jw>^RSA6lҨALۀ@LS7-v#X ::"kJKkk:0@]9ʺX^`)~ ,%khe>4te*T?@~\p0)O.Ԯȴ}E^ݏ8|xC1Gx@#Tܖs!yapU5ÞXD!":t| dؙ{b0K*<{SDAQi/"6w$Z(P7tI>U_6(3EA |<ை-,ZHB%[~?m}3!A>0 ʙwe* ?m2.9/zNpxY5ˌԐ!)n Gk2 F0$C`ww;Clɳb0hm wRCs@ |г, <%>O-IGf@Sa;x1F(SxA)сdRj/x.i<,T@{): j\B]{nn+CC@F=KZLB9( D.+GCbo@MX=D[:hpY{OeҙKEZ3M:D 50vb]#5d6~0zr L6"X7_ o) BV$$\lHߋ>ΉiJr'{{ꤣ.ep0Ό2{B8I!on71rk M!Z3x]q/=%;pq4Q#! ;ϻvj{GFu-ڝ*721{ez(p'%:=\BJ .i'}>,8ͻf[AS~J41884D:}ܰؕH১&sa9,|hꢐ;/&e1!Z@Wiл;1pmQ]/a2ek²=MNn*d9ڎ1IjvÒw) 4Tvi֎ӢR320ˎ\M~Z& RE6S{oejMJ X%5 w@\}ٶY^R ;I@Nqg,Ilh9_9vEN'5lUxg3MBg)ځZw 4x}p22 8PӲ#s<U8#Zr5g|0]T%@{tFFc٪ĵ.yAAh%Ԉ/]IQ9dH(;O%{ْCPLf?E𨻔r23U z!n>;/j&hV&0ʱK7̟*2_LMm_ΐ"F~#ђk Ӫ, Boe {}ԠD%QU읧AR zڡ$]ȴ}(Z Qmhzaqmk@UBOLhS r^h xl >kxuY ɖh5D"P so* m*r⚥]1/& 74pK;H ʜ2 O2pSaIK5 6qFj"&s_/ZyO1Fv ^̻M>0g/+)G?++8ORfP|=࿔n'f\_OQهfj]&Dw&r&4X {q2Y\VbWNoU`\3 ;g|[Ut$XQAa+a"++>U>/9D|?\y3;؍;[W%;tEC:{i 8iV^.{A ʎ2GJ ፽y>yP5@]o^3<ج;szͯDSn#cE. 7] 7,)d8}lF$uD+BÔKF8{e'n0p<&%ؔ6B9=vq+0ŕY g Ӝ%Z E[xEFsua2b/MT fz4>}*6.R_!3! ,6u>V!PCI8O:NM:৿Nvkc3E6({ /#yMӖ#3l:TѬY5Tz ܐřC0+[㻩CYuG ۄ4i`o F\{93 ڣ}vC{uo#ӯPg(N EpjI(gPUxgl\xkԀ h *GӴFbPz2hj߶D"EL]-cz52 ".6+ɛP+ȅeX*[h +DkҜ&W?U873To;!=oga@8Na:cKQUs_Z3{M”uv)$Q"y^tNJh+ځn#ݫWfV箰xҖ2&$:cJ8V3p(tjWՖ+aӊa( FםDo߰/~#WlN4u$.<8VaPB8j&ñ4~1Sh~&N2%]c _z;RCF!V)X4ol39{pW$xY!9x&^̊nj*lZeG2=U7bԣ$_=KDa']ASx 8/>q$LŽJw!2-/"hDލ\G5cTZ }}PhyZ|q&w1zJ\QR7  ULisQ$4s^L8+=_^%K?k Zm$+zQ,?();Y!p֦UNmT%Ջ@ӱkT^n>A_ 9U)}ƛSdß-(S#Ѩ2E]&c$ ܃O\&'b4\/*$62c@ 1Vn\SH5-}'ƳI6OJ_ՀTBM3}_Lh.m q"R-+xL\3GE{o})7gZ4*a R|\8tnƞZDzVbXصjJſAp˼{0 ZWv:IMk uR#=O^4t|mOa>o 3@涕_+zcx`Sk+CX  :1pX1ZDŽڇ^ffN>DH#ԐT}lLwN $(2,e^B$N:V8nt%ϗ^(:Ux\x,F2^b!HQ =3|/iJzs# weH=+]~V|J˳1&}k}HB^;#!Kf: ݘ /c5{|I+`R%&0ѥ,`$Nwx W'v&G"yyzdeC(W3 n<G-Gm )t;TÔLN몚X1kmRvi~p:_[ͽ&:oL}o2Ӛb`5 rҾB<1]Ǥ7MKoޯiss=\`M`WPڤ;]zP;?ŋ7+ U2*՞f.|pzm5J@ItvqJV?:u쳮u@Wxԟ\n0+]YO.f?t.L. F* wv)dM;9vI6҃L;99e>/RgnDBdIFoʑ772PTF&ЫH]Eڍ (/٥ދ)HY߲uT%VïM:-^>j%Fkɛ0].TҨ\#S%@5>s>Bcl@ۙ_]Զcue5`ޘbV9:j@IId`3]iZ)@BN 'sTueK3Jƍ_[-*zq-D:'%nܿ9 C0fCVod)Zs2M*-tj3yL/Z=<EXo,%DI(.ɎDآCvwN⪳wHr*fT3qg&,J ;q# wuE9>kdQ5*.O&-"µR󬆙$tm;-`UߺᜪTB̹եtoB{g; * ưo! *eߊpLs6]IeO":XJҒ$Q:Nu`.&`m;4 N3h b?&~SwQE=쑞c CGPzH1l[mdT\f f KYWg1uct*2L,Bvqُp s]"k xx&o%2B$XNs(A[ ' :b@oU ]PBI[T} CSVKn_ 5JQmWS4O*@͖l;Z 6ppdN1eH9QVzPȮUsVC͕-n+eFe1p+{C:FWL~Q_B%lGw&Wr`?OB#ЙxUI*lo)IcIcDQwX;/17O2FbߞZ{ ݰ82A{F{iH}@X$y=3@r)|CxpDQMJB:aaJo֞Dnu%[n BTGYq^ХZ.ǼDv`qN4_7Vh N=/᭳duQ&>T*L^eDyr&|lob7mLyI{?3d:zgkpsH74, ,`8|GqS:#zfz0,}r+{H}d).y{-1ǖ.}Vͧ )uk}wV=UPvxTܥ-\Za(K "Eh2Pj1 <'+F0U1cy "~bdUvb𴛹1_LxO*&tq5";R oζȚFlPRNS'MBΈS Gʏ [z|JEsXx:(_ /&O>\'Q>E "˳F!Tnps `S%zyb]s6W<o1;#k6ނV1v:ISS@scUACjRU'Ta]Ғ9! $dweIF]#"CjixPAQ.@ qԁ;*5`w٦1jtbKhE-(\o 䙽HJ&UGڄȢO\G 0H-3mD>$s!mQ5J-;FM>G0מ'D'Xhl(9gq*GT/E$UpMB!&-2`]֡c[$jQz ZрÃB*^M*[!P Мz<7 [h›x.`C}]p*.7 Ln:~ދRFRO< @+y AQ?^'Fi~Z7%$k:Np`OxR W;PYd|G qᬧ"W(,12J(/XH<ͯ={SZV},DN@7-r+ 'uIZ|l0 4!BZQhWy&r1.JDŽgj!Cۨ-d7ȒLRHlZ6ɕ*_EGlHrr=]U:n|d{LhʐC=+ u3:N 0P+ 8;޷ nGMzKD8nsM8V# *0nBCh]y/y}rL P(ܩg'J"TZlYr]oY<@d.]_ 69ל?SwʤQ(~Dx$wM7wWw4?PV{|Uϕ`(,Nta=U=+8>F]ގ*;phgy6u:ŵ/{R811c)H-F0h[E R YH0pĴH 5mj\{.iN(w+.j[ݎf;EJn(h!3ܔ֟9ߗQ?(uv̄K_LYva񑫽(>86П!jɚgXBxꬒDkAc9]`z#➲6Th@y]Յ(/{OLBu OdVLFb!1U#[n0*߉#ӳЧP Nh3ōi"9X2uWL@b_<3ՙ j/Kߵ/ΪB ʀ:] [xt>rY"k#(sإ$i# *81q:QNͦDoN֒Nʭ`nEή? Rx)IGaO}w|mqXSyսzb(H.Ex7p ~hW`&,|E4b8{|Ս6܋W ?NV6./ST[;ؽӍˌ r<-u VƵ&xCMR߆ `o2_2i儶fL&#.+8i4RÖp)#^݊n'ڵ?Ey7u՟f4U/SMkePc-S|^{33Q[5F2Fd .<0 i۝ćؐ"+ qv!2"7(Bpx*ۢ~&p6W>6i&IvQ'D?K3w)Ya;P˗t~bo/4; m֦xj,cA3@Ii1C Z+'?L^*I}^# "T[H*W i|Lk~l&)rN0ؖPfN#eXOeq\v%<.lYxɝ-Khg6h,cF5;S@fI~:/i%SNA>>&Wb8o ʝJ{Y%AouDH\x⸽˕$X42lJi 7NGCE-6M@Rh@QEV~ Rf8"틋bү*Z23q|9^@]%]],Vd|V*Zsֆ\H@84xw̆l՛A?u}͇55(GJ@7`Cqu "aљ h?N SJk9,N}gu"&z7:.6mP6i#@35D-{ ^7M". =[G+lc P5ULkEOpr*ݗP{o*/CM:NrhS;>X=$3_)0& 써6E٫NRrF1b >3\y~'${F )ꬂ_{ E86Vݽ;Զ)&fufp_# lStDIB +짦QV X\㯅5Gޤ`B5a<*ʅ6~L.nz& /_M]ή~6}ZϪ a)Lo?ٞ)J ps{]Na90-0A6׏Kp᪓c0{-FFp7.JNxf nrq.8o0ab}zMt55CmƤ& iG_KόIn^"CpUӶovW-%MWGVĔ#49{tR8'x$`Smv̓˙t ɏҸSJULlX;jb=G]&'SHR9JJJ^l"v -dZW$,d\kח]YӰZe`BȖkT+ :?aufeza-P$V̨,s~BH#O#8ҞV?dIg[0U !D 4nr+iוݜd\V U`Ke3A 5@,O5BFӺBx/|pW01jXQr--vB_֔O q-)*:D>P]l)FxWIWRac+kA0ߓg4n# oXa5Y(gXɓQ MJ{*$Ep͠Ê{l[2@&,쌃_J DoG1f0Db懀ѣ;,be@N_;?y_潵l:ʙj!p}4IikTpA?L6Y!6ܩj$x ;o9pӞ5 TLw.KVDtdfcu<ܳQ&J] }j,;%^jc@MXA2&^J<Ђlqx\?.~j`"} ϴ{(\ Bh#̸CU<߬,|8b.Rk8 فk*sO>^E>#n[|RD\v?)Ͻ߉_&~xUxˍ C)LyACt +~ZO{.~Ÿ7BIʪ2ȯNP8]Fm0[iC#iЭ&y]j[I_4ߝ"s:(L,Xh>C!^sYh=d.`6oQN迎xwOnKgO§ FEwv\cH (*7`+Z6;NmKB?JL'͉=,M[Uw͋OoDV:AX,cJWD%} ],Li!y`k2eaj4k鯽tEcv{ݠTEtJ>"ɮ8|+t9?a2lrkS՝ б'%]~tJ@FuS4 @8 Rhz6l-ud,x蠛6x%sSLg-[pXw$ W*"繍]U |5[:oy._ެX Yݔ #=ڴ:4'ÇktNoٳ̣6ቇGS$rLh9.jUZ% kԼM}unpZ9Z9}[v7rr]&ʬe!.'ML9sfx[ciܷ`]\U fEzL8*8ji?tHeg8\5)@UhLRh(Mc+P8Y{Xab7em8͹(RWxP5G"[Tx]6Ukm9iHh2<90uR[IFy.GLIOR(]!ve`Inif(]LX]8;/jLiaa֥iq UW3xXM뺍}WI4eYDzKJ%1`ʵڝ1 y1`EgKQyYֱM6}d]xenj%~./{`U|BJ^kZHJPʯv_N_T:r om=:aP0KI87H>G!U!> TJ.]@UYJnze mR<w:./FQgmD2-ɶoZkBO {J&M˥IfƏo5$'’m،, Č^u+P&}쐶(ToqVLY0o Z"IϽUS\~ Wpn15rK{Zig\:Aș!_ m0>"&FKPE#t> Z0bI=-]= _b< "% ƚC>e%~m\9aU~&ccb|Uf̲Pd!SQ =f4}q>66ˆvZp\~sxX }QE#q G,VB~AiBkFfil2! 0󶝢:w^G(AƓ͙ϔn.O#%nXh} RJJ< L0&20L:OOYuȾkK1Js)`_21G7,B5>O;]~&|MgKk i#)w۪Hؿ7~W_,-eu{?+KK{ rgd}]-P/q8{c%:VdyI+g(WӇgf!Nv >7➭7<^#Ŷ999b cԥ|aAQ}[X䝑h uJIs2LozQP.QЁ3]&qczIʝT,Vu6P6M5%Ard,>?k@Дm`^i,Vq%mxwBoѡm`Bv&1Yį WFg6р8htUvk8U䘧N T'JuEc #X`/kx j4%]6rustNV࠹9g嬰2K1B!/5 Th*̢Tj"7$QuvT.o P9; : =ݮ.[4V}lIE ";Or7/ZBy?;80cu `i=[11EN`:#L!y,\TMʸqgBH09i24k]XvBq=;;OnirR@h;>:p8!lGla{x\QC2[.~E]zFԳc8ߖ΁;n<32DA,VX\֒g| O2G䁚D|$aM] YXLnL c)MnR!9͝td!-;nl@Ek k| L 鄩׎mtw`J8=SOcKT ֙M24z`҂=4[%rVfmAK8%<6Pb^ً4(KM.?^oY<4 9q)x=;Z-/߰2r%(De # <7`k蜔%ǥ #$W5-]$]#i+UnS3_SR#L.4}ԟ@lgSt#pc1PÈSSBӘ*^B -wtȌ/ߞ0Ua3*>X.гW%3D?ZM{_e,M&o dۅ e#VhAyh7ܺMLzbP&eQkUPWiV꣯YF n+wAms9qu |ul"4-vy6J火qB&qەXR`$Kc̐\6*lUR83I*Ac;(\S:b\oL_ p~`F%qЇ׏|W=(_af}W2vUSN7 "K^PXf2GO v=m@x%ӯ(}Xk&ZNK"6ǧ(xƫR5S:n5AK@!X"9RK] %Mmt~ A¨3 s"bX\'mRnXC,⽉Z4\x#U/Uyќcł0~po,4rV'z \g{sc/`McJu&^(I^ ^:[Ͷ.LCi=<7El}'H>Fyt˼lzHUBѶxP.u2]o,} 7WSi"RrN ]Os+Giȋ(Fi}vJ ~zҼq*2|syTH:%$LU9fTh\[lNnxSjru#ZS/ H4u3i\HC5ዓ": ݫ;2 zi'1I~ڶNg[pFfs.ULXn>X$S1=K%zm)ȎS&28#^F>e1Ȓw6AԱ 4W񥀃/+Oj>g(LEHF2nt)M5ڦ$-<=U ^M)\̎NO{4ϭ!翞rOeb}?gr FLGP!pa_3 hIϐQ)3YA@r#@m2K}:STKaHd&9>++?<BbªϞ2U>-_43oTd[aQ]3׽ ^xL Xz?@Ha ~`r>U/V>VCeӭRB:ͻ嶯ה-@ J3E9$®r+Ξn5˲ 4.߃\UT2/05{Q$wvt> fHlf=Bzlgt˷ 6iģ-wWY|~B_oݵ&|gFu1 'O(~!D؇B0S_J\$* r0%ߩUS `RFԁH c,'VȠLe-U#Zn3kP~t7 yt lY7e鲹Zʏ7~ 5>~o: <{E(Y?8JX_Aڄ"F+yi,4u ѷWI91e[ kYmK~^BWV@Ͽx\ %yu(Pc # KK:HkjA]~LŢ*"NW*4c3$k .-yo.ڢvk!NC+LC߄*+NPIe0&2'aZU QXp9xN Qy-'tIƙ./ֱ_gݰ ލfLLmK>a%mm{,pDbeq\ÝDk!Kc o$J{'6\seV`6 +SfY3O فFCul]chhj n'(!*i.IH=%DʌV^T٭'`LiQ!@QJ]pJH(8 7uh# gƿ{P`:N&; .BP*L-l̫Wk}PTC^)_6xՙ/Lp7/#WSAL|jZ^' j6 B<}q+v=c@Rk4 _&O(Z_?Mmke\E7IsE dl4z u ck!z[$4eC:76ݍR9SZ}o#/-dݓ]HRUghد2 KK'0p "iN QZ\T3eM03NMn@;o[-m$:pqiΥE %2-ߴzH Ũc΍a5!f2wG}F z(\4-VԼj[ichW8zdfmFTU,LgH"mk0a ؙc уa i=i Wqu[LV}Z' _?(BFuV<.'Hۯm財R;y˟qqbL>]е[Wއ~,l$Ws 6,wӻ2jew9Coι3^-VAfeKN TLA(rk[}1%k@,-JLc7'P4AHCu:q?AbȰ)Co].Q{iP9xeTTHU IK@xO/hc^p}&C@d% JrV"/c=CRe,-Nb]ݰC`6_(J9Ք\ҾԪlcNPIZid3Xvd(?MpruXF }x? Y0ZX(1# u pǦ僠-wFel|^ܨ…k Uwl(a-jB713cQF>(GEAH#rv@xQ\e$B!wy®`X%X\A?Y h|4#v?˘@0(FƔ[Jhu?M7 Y:jHf }Sxq(T}wj6*G@2M>J9dݨ`N/tmOm9z XtNXv?1S%{T  pFZ -9~,'Zx~8]\.u P: .f k)'O2h;nz*66o3Huu=r/}֦,_p=n"QpOChׅ#Rgv quȔ7x߆x QI߰cC:0Xh":9A &k=?lfJސh|!HRsRʘP*<_kI eK=C`vZÀ|n<}}J,lp} R7}7(Jh2ܣa9xL+^cԁo%[3Ck&AnYIo/9=I"3,=^Jղ+1r_z"2~Z//TfJwN@\ /'Mu+= *"Vzʱi4#!{k&g#uqeW;(8KF\:s|1 #O(:*$o̔s+o9k~ $iUkM^QP8!*.rO s|*% 560t^ŗ*EplH+; {CR6u/f^:Gzp%sZgRNk<1)?S_ۑ]Ln=P%jV{ё;Rjeq KϷ(,15ZoCO5P?u}1'" a+>zmGV \(}Rխ]umaX5e{8 S`v2l6jݽ"=o2#& `l>إn=̇$6OA?bttu8o}:H.1Ǎ 6U!:&"%{Vje0&Qs|.Aj] Y)ҮJӝZgƁSoJ48_^BG)A *'O ISy8VK$ $'cО5CRXĦm DfZg4IzRf^;0Fҹ>{&?/+v fޛ˜t&ֿr0 jĥ4`U˜i`#"B$zE옮w.R{hveFY&\"Cwg xY`EQEސ7cledwl&I_#0GBjUj/=:U.VA,c51KUShD o<ZqDTGؤJ߭x0#Rjwk5Y:E2Y$ް7Jw#f/}R/R~!GuȜY63ibUH2CS}eUHivIqX:龇HTh6}{nN|_S~Ø #H7&@CdGX>f |Dn8o@S2BBW/Gګ'=); 0gm:sWV]䆩N4R&w){( &bP#{HBx@b}^ V.+(' .;BaVatv-fU;\ն'^Հ1MZ;t*NH;&orNAaJIMLcL3*F7E0'Iی^驰ER߂8"nkL fb c%/N]TO~Ҭ$523$C*b2y48F6lNf u-M^6oZydyF"/Z; :LӃ8e>CjF1_܂0 @¶AAyp#vSl+-_I:g,n cc̝º#`-S/2)B?;h ~mr(p _VVֈ%,A\o w{k2oxde$*Ad!o~W5bOXo)!21ؿ}pI->j{)>[EP9D>2SN6U*κ^Y%uÖd:]Q2?WY81}J-y^@Z]%q{ʒV ʰU)т%ł=k05Ԓk0d`>G::(βj( AS(`9 ܒ:!hnBTB"KG=v8E\\)U`Fn%uDt.8p%Q߆SSKme) %"35S{j~ڻ`;>$U&t1mhnCQņQoP4@|luτr/1Ƿǜ[kBE˩ e 1$S,E@I_; I+!7#8> d%\};Ay#k: oSmW/[KNb "V. KA||?ASHuEOKN$sSsU8sT;9&a UVGtĔ ߵ@hޛǹn6ZMlVd@`!)6 B aѤL/h{ ~i}%+̱m2]{{'ha%I ^@ _`I#_V}W3FȾ3J5LLB*D~%.)3;\{{Jf؛&]mWԟ$E|9ZuKvǨEldMC(e0Y@Si׏xNXwT@ ? wf)JGJ;:r<]P35?F ?r8 J_ͣ.DcX'W\'ҕqNݠ0Fe욶'զ2RĪS.*9i'GG '!|f²o,V^;^TS+vFXȲ <#A\j<2JEtj7WEc1˼tgPc}4$fp˹ͯaGÀ "יpVZ#V-sʭ2]=(+R囬ĥ"-y~Ot .1+<&P`}۲Mjl~%O\ @#nrj>;ѽ@N6ktR`}+GSw0ܹFUp~y=mP`ȬBboܕ9B4TM\1>z>6v +1/Z i;U%b2/(hX{ۜ۞1ŒL 41g33Z$`;=fg+ V)tR30Ki=V6Y`EV3X6jj! k yʿU%(Be] )W|γe60?`$AW "4пr?knQZ|6^?p^|v`$ZGG75C)f;ĽgnĖ{2/&Q W4~ڊ,*]c:gZZ['"Dˊ0UN2o{Djs햭)Lkw^v\:( 0Æ D.6b T䧚&f$&$WExOᨚYzv0g7n >sZP[I/PJ|n|iwj6tmm!o͆&*l.}_G )%'1F<'Ƶ>-=8;G2#D:MSo_V/vnd0}i~$)E=Ì#/MG&uY}hTL*~{Sz ժ!;@ -.wu"8z65peF3lX&Wj1)| mx(bg'3h({»B.2܋A-iK#e°Y+Γ[$=N0FQےmU)Lӡg<_0w:6m_?m,l^Mr2 S5Op$!Wg#y78͠' ' h[K8QPDhakoQ5 > 5..؋cp/־[wD|_jr8w N.c-—3wʰQ_bʏy`P욈w^N뿦 3QTIi6*5#6!`/6}[Ԅfo.m95@ ~Ȟ&t$s'(LJ'k|z约:ڕT%𘉷{V;kz]4ÛꏶYSvm<׊uaMMk׬hw9vt ]vZé,`}{y%hgu&ږ/*l2m"C/yu/˲b+5$AP-sOϔ09+7pEEjА-i9cC֔7BLD9YAL`=pfqL2xD$VD]9;GuQbM Tn]G+ @Jx+]/[܍|x`ȭeZb:-Iec?ظ΢ 6{oMRUuT>@o(kAFbHh-ۂ,QUOЎfAVd4Rg$3b=p̶wz;ȶ{WB P2ҟm٨&=MD!TWjv&Wf&Q65U']} ^Q5?|Bc~Y&ؓ, ?+/m9OFB,K 'I`pjIԁ+xN "NS~2Z$mU7s Y #5p+uCܔbTpq=)}M_`5 @kh(8ź\K˃N>&P% ӯ].kzۼk$H jYMU(VGlNCSɻITCfΙ Y.+%>0V_Woi=蛉2Jt^9~~QuCFEí<ӅL=E> C ^H>5`(Ei"1LXPA{ڥ#٪OhT#Tf݋tꐮ|70 g29͵?p5+J%agBV۫$/+>_opiՓ/[#!&E+VQ(]ZTkAzvyurסc:_JgyO18 kᲮ@r9.Wݼ\MH؝x=](*=v$s2w4_Q"B,fȠ4d6?+iyυH9`RH7dZUYٮX8X4ܤDH C'|Ji7cv*gPà9'a!.ɏh3/W;QG# *iDG46gVPP֝\,bO: 2$\!N-M1Sjn>B)U'Q!2faN-j"u XQ:{Xl&՘GgpܑъowaǚbaZ][ҒpG_jTh '!!9°" 鋺wŠN!f}ܕ*=CQ[M௺g¨f9 lSpbxhI"2k\2X/wZ]U&7\͏RZ MwW;xC_MSksnfcv(Nuv_Ky(T$m!sa$̶vű1T@~GЕa?jm0eG+" 9zޘ@Nϙ@|9o {{#ZfW$y2OH-Wm)[WRdsz/2DwŮWS̰TE޺-,_'@WN<24qh4̥|`}Η8K`DI ue/`I󓔫% wx& ܇0^ksNAo:oc@nEE]E93aA,S4?ש9SI!պ/pq]|& òlES0 ~_EwRU|:sM=Xc$vzufk|+G-xRpC@C1g&ߣ%byR,1 ?7ܜhfC^"ᢷ58W7pnFJ^u}U|+þq(DTBlp+S"W`J%`C0 G``±?1LmXgJZflߺ1Q|ASV^2PW^FJޘ~Bk@uV\O:h'bÃH4Ǵq~V5QrH݀oaq 13D]6 Uą/l#{&P@N9eW qle~9~Z}* /=3ZrAFY5HAl#8&Dc+FBVqFgoiH+*]Mh@TC|8Qm |3+Bwcn VOްZ 4sR@.#./b~{%Լ87a=fb0o]wNIF zɏ*ya%^iq.Ǫqy7,aURXIg4S8{!,or=jU7n 5y{zf7 ?>{ p"T"D(`~BS1ǥ# ޳/LOUAA{5(fXO g^ +]?.2jrҾe'F/([`-I h@)n'3F%v_9c6ОyսA^E 9eŏԑmCkvޞ ~j,6Y,-0].C)4Ѻw׉*}QM>-_u,M_V}nȤ|~r\3Ϫcݞ=~V@@yc;%=>Ɠu=nGUZꘜPhj  LxE+可h7Rqp+JOS7 | &ڶǸlS^nQ> ȋXr8o,psXil~}kn eq[㈆~/`yD,ywC÷񴓧ٹ+Er)TF_'~!RBA/ a_ 2])N* %2#هl蜜PaOK ɹ?ߣOAֆ.[W7*&~~0nEi 8=6 BE5S g}*Ɔ`=BPRt~V^튌 3>{LAw!̛97pXTq%Xn@[y;FobSsaC` 0I:.HMG-07`ͨPnye{oJ(jk 3O[!=%,O )Pﭼw=tx_&ڃ7VK($Y yrzٱj畺)dI)ǵmo?9]m2K\p[;],lwM:fNݮSnaun;Fc 4(݉.mC3~!>h|B?AA3Ymjv9;[˲q. c)S=] Jt9=gtd3HPE『$z (NS/h4EYZ+4d`c$o8\c 頻w۴jc]%b#]uK~ZJ>Q+,'k d~ L?۞jGU:{n_FFDl OY yqK+Adj{"'F&g S3poT}j 9W Z@J+dæ^u\麄AWe6-P gز٩Xq*PPw>63.OMb87"ѡx~*R;1dE<݂fLRc4496ݻ2Rj|I:Ci7vc84bΓ'0Mk;,f ĜJ{?PDLȳ1ۉrzd JY {lM1.1WPLJ[3%=C㺰Jowp7/QIhHGUl f2hy$X:'=<2* F C 5L)`wLqiqyQɯ4uI(o=f"8婮JgY aȃ (NLs?S05AbI=t-ɏa^sVDTHK9oVMT YařvRǩ6IYn{Oz::+'b8NDž@&cNR3ȶh(~0ǡ+Ꮠ.n0]Mb gOiR0-T4_uR i?ܤ;$-(׊' ^R-c}P/޵(UG&inn/;Rk*@Vv~aj^t( ϵlEy>yJ7"Du,O8a#s?|D$ѽ~jUz,J~'EaHDƎUx#<>$`yt&GwH*+xvV˱qfWyF$< '#tz %⑙ soI"?( %t)Y /Bn' {/zU.fAfJ^xP&Έ3tYPX}:H\g1~IC¯KX4kD|!x/d.]#,i Ѵ`"#LiPx`0v@uKعeM4J T MbEP4LzBeSeh[7jkax(KFɣ"]w#AGDهxP7 `o+Ohikʏva֨¶<$;˗G R9O+ԫI_A=DwaʺiZ=i2tTkZ5{L<;*?!Etŗ? ^5A.n]qĈ0)}A>j TNO#@}XqԙQh6\}93XO>vL"#LRg1߷22>5U1| KYdJe'te9T~XN^ ʌ mrBJ= DaѸ7"nJ"rg,<'Y0YʲL+cXk9$za>+=[Ujrz52 r9jMʒ[yHIeۼ:]:>{bxSqU2`irEz ʽ`v*G[=/EpriS0&ܒrL h>&nTJ'0Bc&/)]5~E1`&kʷRy-5ϓ~UTM 4z+A{ J^| O)~ٝ`F,tmv>Th&wgH=5[bة =Fg|Pk5n+ 샧Uy; 2$eT ¥|+ 4L w&Ǹ'LZ κ:1:ysiQvɏFWM(P}Aza, \+h%0{31DŽ"ae#$_H" N$UscWa}{3RR rgu"kkvn:m,(`gB?賩1>,g3"ysL]z"ll7o.5*q1L㠜lo:uw/Y7U*yrH-']`~p1水 Ĭxp9@*ms`kW_؟#b$3gY@%}zqQt,\#CUTXnVf% îq(ʌ[  rEUA. '8ޜeƳqkMߚ"x%DWX Tz5bȘp8]dl`ׇM dl\@=+6M!"Ez۱a(O'5JUhw,xX.M>@kf3YIaP^$F LR~u+~uA@Y68_\LY,4^w qiߥw];ߨ qM>bxvM~]o|9Dљ'JtaYcZ"6-v'gߴ"X It8!'Y!/<6QiQ &V9MŦ@bqDa/& +p >#oT "CF!$ *ަw*BmDCTo3DǣHb0wF\:^AN۟ /z*(qAƧK[- )-蟯B "V5!b >4QǖЂxLliVRZEpL7'}s"&gB3ynM1F7̦v秫`a Y\=Nԯ3XllocR}u7>\5 ,iwd3 <(V]]*O8K/Q=xx>\Olr{JLB@Ô ,*y>ébv08JscSNwKzk(Esҭ[ӱ)3h0rpB9*fChTCB5*3TZ;ώmٶflC_r?k=QӰ`+!C c"%Cq/d߮9b雟l\!skåJV|xU~Omg&[X ylOvu{Tuu9'GYYC瑈o}HHR98)Gg"n VvvK;!5b.(+8ylH{ j3PP :_!hOj i 4ۅiSGLH2i4E-Öا^c>ʁ=z#3<\vqN3W}->glcoDxjX>0Ϲ eK7Kfy&Xf!1}'-}k3҅*]h|vQp"?Xܧ CX7M=bؒV .&+~nVK.*ҿcϰFiY`%'+D\bT ~Rf(V H!G Mď7ʘ<7-{HS{A#Guydx:u0f @8em߬ܨy=TkS{ׇ7D-DeQeo!SEbw]t*vKq'~-||Wxs'ZK_a5 tr}k?K@%q _1chKd$ꚖBPp$i[WSGO'fiV ŗO-΅H.@ ;u:?A=H2+P\09lr^K |NYa,Eb_}ul{ei&-zͿ˶I`P@b &*Ls@\3V%"v1q#N֝4PV~X>q? OѺDMW%MIaPym<` gX_n[ dUۺ&UO1^UJ(ܯJR} 0\m3|+k(x`- K3sܳSԼو̡;vW 7NY?Rr,V:[Ȩ]LW\U#ؾ +)c76v7MGե3["7j,_==Em3t9PΕWW<Է*YJ߽57 SzD,y )d]0(p RvOYDAdK Ul@2.1Rs^X`u!6e:* p/!zI: ,깙C2tFnî/֙dy+̯moڱ)>ڍ`HIo[yۇfKάH}?w&go*I#&Tw$m Gp*aU{\L-#M#9c9V9 pb @ mr3YɣMR@i`iPտyzu;!6}elfiH!l*"3C.;kG$9w#чnꌓW.F~C}2ǟ|{R3R1) R}Jo ,G+Ĺj(֜ߎ@hDŽ=&ݔNقHk͝v]`M2#UUP=4Mm%?9ήi:`+ƕh>MFV ;.:fY!oD+ J6L>.An']cEa-/Eo֧iI~;`bFg&vIaSb&_ S pgRDzXw|׬î28/ xH45f~[1~a?pNP.Z"1ŚMg6}>z\U_crYTdɒJ;֠s$+ؐ9=I5o( K @NʧJhRɕi ><7c{3= S$Gϙ[v0 \rعB?C`nH>\@"{rKh6I%Io#toWXB?SA~<_$OQ52cQ!""›uI&qŏ YQzcJ_lfUI[LF jlt-HF>N4&@3`ʹ_Dn E|W&/1 D/h{ [3Hs)^{r]YpjoɛDlPHc2tUAt"m@HYbr6z&OLqۂs]H|waHB?vu'@k AMm`)3|?J={{)sz4k9qps郯MlsU,{B5[QM1i=NO\%e::?@{$NB2TS@񜿕=bJ={Ŕ z}cj3ll!qE>#e04݁t|OLkX%Ɗoj/-fD)! ȺOcM_Ty3LI&ѐSzB5˩l2nG^fc^adםJIWQ gv$xMZufuuɝƥ}<[7%_XoOހ»W["z,L%Ǔ_ =-܆R6 Nm0Spb4[ϙ R8 0uZ/am-f TERE) \+T+40 p-=9J m$'/ G"p4˽V_gxѫ"̺y rRBŧa)D$,=4`hSf?I`D3w7"L:^㰃eZ5z,.SŹc1ԎGbzRnkd,.k& C5xYWτy\ v+(" & 8b<хChJ^AEgێx .7쇜7d,]6? z^|0l gw?[uE"K1WրkR'wG|{감CSg]+:O ".+t~K)Tq"CtEw~E:}r?6Mae&x<`P[&1cJ-Nl«cR>9mQEnj䮄4]L7L.&WM/˔h]N*|_'.9bL[ \MC"W 2ZϫЫC1> t0@e%I, aCi8)'82E=zoըmr$E?aN1%*2TkJE(/J\[-#_DEx.kX/,y)\g/(.(4j5xkV4 jH!k;XaU>z< Ǵ<M3+X^i`+dZonǾ+ Kq5t#&9G7H̒%[~4wW Kf>RGDE1%~M\+C(JSkw.BMbY4D$F1)'ge'&K‚36}%,}9҉>BH7l4)`Wy\"S+HJ3SB5c[z-)ho((F_ۧ#7MӼi8瞘=vFLB[MĽ!ӈ:~v9rk6A_ :`;]b|'9\nG|$ ͫ~YYˎkD4&#"* Ց &2@Y: OO9%5s}Bg!f!qH4 !m8'T8:ɒ:TVHvJi0nއvy.Typ3]U V66 dtK298' *L؞0C!V(yΕÿt*p5ۑ= WZC"Qv;ލ~mo3;Lvg;׆Cdqf0asu5Y_(|ϟԃE؈U #DԚxf`{Rp U#@,Þb B,^.ѿŭ]hfIG!S:y" 7SOˌ1O48 e[|*S;>p+ 0힒?}>`F*AmegqKАIùWu;cgA:H6W9~j{n>e^uˌf AW̽=槷g_#{PpB:{3tz\;C ]G 4Q[cDSxq Oi+G33XL&jJYNwea#;$ח~1ԟ~bgVNx{կ^~,U?Cf-nw}[;k9RM)q,N9GStc Q<$Y¥PR3ۼ`:ŘR=;B6k=֞H|{!BUqq;ՇeDzj'=E4e⣞LB[':"k};-D{1?]Æ:j} 5*׋u8=1hCng( X`TRjCl{$2h3z׈Rygx͙J _/Sehip':ugs[4Z43tk8W]mY$%{ iIο'm_b{`^|G*>BVe<"$7k6QQH_ OLOnq#+. 6jK <'TiR$ hw\z'ϴ0^m'5t'X2ǻvzeDCCp͂o\N.>v; >LlW a#U XK%;a|=M p)0[(#5zi 4Xpl#r~RR}k)؂V@Imwql%g*?RWmy=ԺdشQp`(!8>cj8qAœw k8۵疚jkN"]imJg/iM\Wvsڌ3[u|"aJ*j |uRD%pk2í!>Jwck`ZT~fW^*nF[tOwhoІh6nRK 1ofݛShRl=ggUJ&+7 Msq#ZvF-]"iqRJd]?+k8o`qvY5zTO#hdd&iCɅr;%;Gnڎm16@wK]VòGm9^I})y?Y 3E]F^)*[SK 2Xg5`8*1wm1d=[ }D|LtU<[p׶S=A8&^o&/,)CL=$Ն7L[!kA'8[=뾇 ׊yGb+6`q$x?rĮNan,: -V9}Qd9oU\ @3Eڮ#|mFlFtj_⣋,F_cwMٶPI> ʀ8n2[>v|,F5\^LRV] L!7Ly( 5Rp5 bϺBnŜɠeK)=Ff][=aȅsX$e1ޗF֤.uk%Kpu2$[i@URQUܚayى&H?_}Ss5_)&(L͹ ]G.ƱSK F wߤ:ՉSfU.KǏxn_qxBan8 A/#|aqdm/%;#9hID ąɤ1[ ,+FP(̢cbi6xwՅl}I $^Jey²=v+а3[mǑ 5"%>Iז ^*9[X8RDOT"FX9rέ)7x̿.1YU?5FbTvc&bz+upZ$#Q:+4Szs̻r_{ű mc㱲o֛~&ZCS0VSiX3_B|&shjh/M5 +lj]*.eir"倸1c|kd2jRW$V\A0 9lr3Cj[^H;%#pBhzٴeխ9=5@<U@sF1LMBo|Oo |9iU@9QߧigʡdƜe%!^IV?,-&H1qk.ެ5*R@ t]~\ ) @9,S.c0qpeLYـ#ExV E~9P>`=FȨ^, tS]1^ֲ`f:$6î~ >'\$Φ^QEx9*4!DeCt! lI@RnezU^`j%HpP%^VpϜ Lj8YXa{+eVydWW'(r4S"ȈI\Q붾j+k28߳ hC -Jo|$ زq[>Ժ lrܩI¶#~3(% ǔVPBGf|+):!bAլgU ha'2N8+KU$r5 Y Sv] h&u|8dH  MG_: Mj<\]6j“D崍g=cT}Xoĕ6ojIW%M;I|СwYo1$gTy3&C}y }nm2ɑjFr3dc`WQͻFv\z.Zҵv02LAOY̢n)}*kH5yq'LŠl>)vRUGUm@@m 6#$7kS* e0ſ4]4ڥksH/Lj.?.ΘGyӧЄ9Qzӑj9O%_ԧdᖨ76zB;E80G_2=; SMT`֥I_(eC R|{]ˇ?GԇjCVM2 2 ՒI7HMRe8=@r-)ej r)3VU[:ɾW@HUm\f|9paI>B֕} rR-pD_/4aw?N 闵l<4- 7rZ+qWNbx)לo9gthq ^?2ܢ! y"eٚ`R|߂QhS S>aV"Hb\\2}IQG!YY% 5@Z=?{wE^j\P`mxUr[N cŹdS')p]>{i:*J=hk#AiY ̂G`^_5I; w0I{پ6 ]wWU1`yWenq& }ņwOdħb@ىkN*G U$UH_"9;eɕ7H1iV~ޜh,!(=믑c:ahYcďTIx؇3 mq r1x]<Ϋ~'iu|( `dϲ[^ ~+l{8zϔbפU;cS U}:rd ]͑318Dt} t ~?fgB?p棛C(ĸu[7%&&SZ*[DFu`fJa_(e!3X+D }sL9K=;X l:*]@ ,%S OTf٣Obُ)/nHW4K!Ix_:UFQ!ԳQCl}[,+V ,_ic3x}/>b1U؇#&L> e bw:^AkB/'kQ٬m6Ռj6X^J\ X~g[ѠR J rV8\y!ALdI]lRWc[pv).:51Ru:Ch}1y׳eI.m|6^`p]-w x2vDܝq+]pU[h.k*bOPr~Uo+sB>T9,Ow@4AUv3#`}G"ʦ/a-6qF"\9C=:FwbW#KX W5aZ7o  >⼾PS}]>-!gc=R3+xkVv[F}HIcO٬G18x}(>>QQ7*)havK3ވ̞Xhjc| )mY͝ >nՀBulJP(sݤ}hąYɶ㲎פv׊ }^ :؉&)짐p}<VI^OB(D|~w@z{v $OG=s)Z^Р2 1x@NeK}C& 0Mvk )  Qϕ׊.D:a9dyR\+HK;kOAצHo'hXG{sWd /KøӞ`[2tk+fotemqmsXq/wCc {iU ^긛lDNb+j@Qo1-%{؜|IY`հ4i~Mu>iW Dq>%O3s7vhhޠ4Y#U}Uf-YjH=k)%i , <5c$> oq9 mX*HY|KjNxE^n)tAU46dwu,H:$S%dh &~9p;0GvՙZI{j)?b5 ")2ո9iMpvA*;@{6vl9g$srCYO >x{Db|R{~2πJSUw$<RD0o6.xg~ך/w4*d(g LG \%X}Dlv&DrSRjdLLYԬƞzQ=޿߭rb ɵx^]ؽg8 ^oDC9 4HSK5[1ہZe;K\[KRIؐlyxU 1ďR='Mѥ܂3{MWζ Jd-3#4вN. $ueĶ=̬Lxc+7@r2ԃذ(b)R3Cuk-ƺ*ӱnO:|ZI=,idC{/;W$͈leBd!-]& %c 0Q'LWjj`M댆W$:77?$4Pk:Be|rlkMޱپco9:iH1OX8|٢o&'OϟX/FΓ7> =e3 [|11έmy2<AX@v1WWV%;ֿL s1zU|q=1['_ս "l]7aF^pxAWZ2:}R]J쾰 !3`j})$`@q=~{k0)T& ylzvP -R5ޒX9Sml2B2>("H>~Ҿg-ƿBӤ94x6yi1c5'bDm}Ս|f|i'( NMWXw=awH:t d>l|gvWjtIG*zdيj:1nG șLS=ʼn:L2~V}|cx8Qy?U`i Qg&ebpJ5JȥxxqޭL4kq2]aj:/GѴ!}SS hmL~oM,D~8*C P~x`!hع/{PDbC39w<-߰0]3B#J΀?\@J:]oI<~`AW[) L: :Yb @ܺ.v _Zv;2oeA!:1Pe/Thƅ;tk֓~ațI^Lo^E%4="`D 8lUi?**" K ԰$V_:\A^V9tjNNYW2JPpmcC85uMbhI)mvOOx>hF:jBZbO3꫸C+ "_u"6/W2M -l?xon ͡6xpu-<=;INBH ryeP.c-z`\)g_ Ϸkkİ"X*ϓ6PӠӣj2jn倌^9REÝIZ2r2>YۼaˑWA ٤{F 6b0JX|r o^'% />u-iww{i+U9Ƞ١C_YbϿth$pS:t?ÿ5* t~WeǺ6OIF!C=~LO=W%~K\ bcgQЩ6D JeG`8X4r׀_rXlRopK],M l]ى݋թ\5ZSU'J5|q2V1Y ,r8;&rًԠD|Ed(E;i*+1eL?JObJAE1*-sRH88fc"VtuUYapnuݾxHg~Ki#;aȁEyE\V {Țwy5+,6RY_mXw]!:kܜsm? ukW: ,m)xv'݈Gߓaxɕ9%e46-ZpA} w#OV \um{USK.+W~wNbTbcZ[x@uJ)o0[%0'XL%0@&qU qq-5\pVê5,򕳠a`7d`#ԔӼXTT942S"<3OYD#@ws6L͸)g*?è s$R ;%D)ܻja*{Մ@l]'r^!f!5YxKiT[fK^ ^X;)dNѲ J&~a$+mxZ K!Sݬ[*A@υ&] I cJ_ K =U7a<c Zݙ!,毈Z[g\*)Q̯I)5{EpV2rP$-.h?yߘ`gIb#'@\8@F^񠯏_Ai-#աy#9pB`j_٬Gɯk9V~N /mFX]3l(@tQ#VjqmB %nikİdF ݚ6 ^N0wQ3X^*2ۓt8d.EISm*xt1VݒSet,\9"Uj~9Re+zJSi  ST8=x|ǘ+}'-Bq짴6 ?!/OoO}$J]NȎ­įKWӚm=MtMؓm}>h|[\`R3>Ly]Jh nB0eԤsqmt_F˛ʇCY'ЩҠt:b>lb Ff]ҜU8pgq1J<j?X! /G&shL+Ö3yLI8k#^פySv~NB[=@[nhnGspU5T]/M3xLC<"kd Rȭ$j36-%wn;aQUS}\znxG2NR1]Ԃ}т #P|\aD5G\95jL!AͤcDb.4.He5RZ鱶#2cL!:^͝ߢ˹(`a,c5J, >Sa1@ Hg79%;]{Wl^w w5D%!ˋiSLsd3.)w2IBE7R!Xe8D) W\b|=ZBG?'86 z=/\%:hF1dPt>#kP925p9Œ:0чtŨ]؀j WnDS>%.s&ңļ[#FUXЮzm0c=@i`}ʊU`pc+A=D\V;(kŮ}Aid4CW}y4?m'cC2k#/ksr wqKƹߍ!4%^ m驡N'dZ t؛U)⣅rUQ5h)i6*X]̏+^Y[E݃[6Ǒ^`&f> ?1Cһh,:LӁԹ<al:APC)F;R|˯yəDQ> oJ<֣M(K[ 5Cf= ~$u?8nj)_epA’@x"ʢyN(b9R͵ vDxZIYG^J2t`(&YkX3N%{Mw g˜Ve~N^3IJۙ_ZuLeGeg/"`䋢Šl, 6ll"rO]'0e!pto <κ<K=˲V6 Nvʷ@ײ:%9&s7M{<):"\iξUl4s^oOD{ͩMLyhILDQNjx{2:Uk\kCy﮻.$nnx*̠10~92npE/ `Lhm3gFT%A3@Jcԑw ^iXi*|fY9|R@hf.F*?뇠<' ANv Ϩf;'q-˜0Z 2׍?CvC ^׺<6?t<[o@V1T_.?| vt %<oZޛ{bw^# k##t5T)}N&0 x\((؂F1!_%o8^]J1^A^D4]ٴP)f߷0OX~v510xj@V޸oͱ"ķ M4DR._;> iGI< ơkKo8sSr #WW{)mIrrVW- n—Nu;{N6;#L3p^z>boA1qdl M̂SN,)1'M'0s@vC/+]~k 曋͈HAr?,'#w"E( ƨrxת[WQˣId' #e]@|őAm1qhPh BGY%fAztN.L6ķoަQ {cd"@jT˟.k9yW)7B#:dݏѝ>e`'Fz,Z~A -`v{Ϫ%(^Zw 6o硧 R}óGz:DW`+R>s_϶pivu;&MP2pj#P`L`98OK:KsT FְTZKJM2 ?qI|ohpUٜ?Üg ^ݴmM07p(HAar  "X::N`lc> ˘48xrъꉺ,H/!U/"C 4-x&0 ͺq3f._ Q  _w6/lo[}m*2?h S'E 4ߝbp٦[qg¬5 Oѯu (h9A?t? D#ILβ+ *"jkVr6` #"jU<7i~/g(FhTΧଭrryvuG&0 By"@>D]o,?ƍﲒu&4άS"V/aY6 4Qws#Ϙ8T`QWsNbeKy7u4@K}KC,s12ttq-r>c&Cj} ݢ.Mo[3Ok%0^&4zb7~޺W2Wh+u1:7*l Ᾰ J^RS#84^lK?١L惏@AakQ,Cb*'/f` %hpb aXQ9d LZC\%6F^rcZ\YƓYCᶭdɚhvjLIW"Y0'7|XB؎yro"BIA Mn5‡HiVTw# zYvcʹj\,|n&h+z۽-hs^4 =}!r5" Oޠ20^ں/:oMZsAVUO7ܔ&MoŋCo\}CW c&r HaOy^/q+k3IpB-Z(tp@"(;)D:EV.{up"Pl`Nb(CdXH3li|F[vA*8/0ޠƛUT2PvGMePtG.[,8_b R4Tc-*ՐOIVPȜxRSg=|5~vsq<;c|%Yi$}K1CKh+Pi>`W{⡒d|b#FTF;xS/HLu=z\<1dݠoBo‘nW!^fʲN$O␪#s#j Exڛx=Y?wyV^`FP-=PhؚYVLQDfϙeSL|}H9Q'#6 )F~mOg]JH́SMro_ݣwލ)Cmr-i5W1 H [),Yf%[pÏrbĐ$ >9(rV = 4po_w bD`:m }]*G`Ey/O!3yf^wvg ̬M[_ߊ S,D>i]4 -|f/[HPXsi吀Ȉ.N7JL@yx4{ʧ Jk+w44l|qP׃yraC46-'O./81ǰ@KB4*t鲷#s5~q ׹Q 9Y0[0#Լ Y#*yvP`L@u՘3A-T\N `;!fcf$lAgVt<Ul&ĚRMVI ;ӏsD% <alEwE:9h8PrC4c)fF͘@eql 1Tu€MSdޭQ& 8?{`Wcؿa9Z_4$ϜOC`x6foN4W( # B\J|ÐjI5+p^Бc0nR2(80N}sEH+q`.;1̑:oPqF8֥|)5>f=tјcD6ljkS4 {5V-! k|>Y/t&<1WsϊRN6A8NYZ:('XJ?}C~t)2`''~f3d{Mjq;VҪMR%nCj6y]9=yE;1XM=umM?!֨(ZUPJ#],Ag Tz/m&mVVT+ _\"QZ^Zr.Rau?IJɮ媰gO{siKF H$"$j|xFǘyM)I[ ]+GHG٬jPQj)u Q&r5"Q3t%84rlAν%4BjS@%_x1JE5Oo AV,߽x ᭏̣t6(7Vsj<;َ{/"Wf$N)"Yڧxyķ>ٴRۛe!5cJ$z(uhlܿ]?⿰@ig‡.F\MMSHш?JZ'ʶznU+Si{ tc\Un͔+5kxv.sڌqS!~ɡd #ͽ:/L\gR%mThΕP?D#銅BhRѝCU7Wr)L3"c! 8G&҅L GOh+f pg zLG<$2P. *2/P6F3^Txe>r+g1O c?0fYWr$hʽ59` 6G*(/Ո:?0S{gaVX#|Llr?Xn: -xD@g8E%IDQWHS=݋I1j 2d>~?Q 1̺.e2T9%j͝D86 MU؏\+ ߹5y5]*oxK;p7JGh1woHY=Å\(F;dO‚%BDNq?S6 Iu?榮eUv-Lf7;-,k^b ~;5 KR!EEyርg_JI'(v+)à4˶܁=]R]}" B/C2Uu UOMRpI)aT탋k8-yD6M㫝KBv`]ա>'||r~Dؘ3'/%*P?2=XG&"U@LtMG~j} ?@rNwuΔa8Ւ^'U.,VZ'@nJxPT9R7N-ƛuA;d. a95>yYn>֘8a/bDpoqWD3w曋Vb@u4ztnͮ z[X_4\40)Lj%0^SGx0%ݧWY -1e͑o2=i53+t>\4K{d`ZyAu0%t|*w$Y[+ z4 4Pͽ`aIɭb{~ 1ۣ :)^iun0c{4*NT\Bl5s՟&ҟŀk2Li,WcaCW'x@t.%>Ƀj`؞0[ vY+b֞Q ØiF>Jo>,~~ b?vba0 {@*(dsBmwqKdhw#o+!@51lT?{lwE;K0{h Pgiw4g!7i+K08)+-'׆^اP^`ena{n#F$5vv̎@I>|Sho/}޹lCK<$xY[\[~eUf϶fSUo-ݳ,o~VX19*3|LZC3](r|.bT̉bt6"qSˊENG+Κo$\~rCv T]$?c%aaۥWUhSo,(= >!/vPMެ";xnZhI6?n1gh 5tk'9#{>7x Kdm_& -QE[^#Ck@0҆aM6IDHOZj&jZٛr$[J%Zűhbҋ%܅.NVQRk湐 a2YJ3YH pX,ZNXLk+n#$iSܛhQi%2B aO蜏7en70)VyH`MKR_Щ#Yz^W9ap;~zL$uOeE Kf3 Q fΩAP:K.)3(㉡8B  ~ &N!Bpk0n˖N>gfyEH[pmSgCWN|Ys*2hfKk>FLJDuH,Ӎ\Hш{H,XA#L>Km} (9y3J^ g28v+s@RfYjӂ=I\^teϒ:̈́[2D3zan',9N5<Փ$,E$A<l Ra:x>A?_KK V*Shݍ{vQgh]C)SJ1X\׀7]8a{><(#&;|q,I-AV8ttP/X~%$xer ;"lȎ10sنfCX|kV/K,NZB%c_ث4>Y*n)jy00\Aߤ ?9`1'A/891 A1ϭNGXX ޙ?T1@}oT ZOKojH\;I =y.\픁͟KճR''w}&fSQ_z$1 b8~Uj/IO4tmw5@2^;32gu}ZtV-}\E)(SNbe7?\O0W©Pyz RAwaMgUuW^oVyUb :|xsȉb-'Mztk#/;q*46.C76.P' ND 3[B\6PH\GB&jň:BdkVX`qo\z^IGW6-jectq#7DK}Ǝ?!<˼d* $Cg a;=yg B+"LD=T ?qJ{M ufZ_ (XgĂ^$H͟AۡCX UA%tz.߾Z҉Mcb2]MO-eDeϔfF_Dzn$I_By9lnܰ']dEL>dQT`+9iOLݙf'8Xsd#GQ>?5_) E.jMM,KrAT#juV ^dT!FtDK=K:ڭܩz% 0>WXӼz9e1 7WUʷE]IR^ʰ/*]oNڨV'wl%lO44c,4 XF!>;sP݀2C3vI-msa6q, R%LJ1Z'[f \[ R d@HyzwV86њ;[@ZW'*ܲeMx8~%~L&NiS4/=_X S}W¡7q k90MS}0^ 0u*n/\mCvJw~'UPC6,pJ%biLjb$s#bA=+A p1p V Pɠ\bۆ2 YA?)IuH7D XV/#>yۋ (e'5_k~xmȩDQsTΝձ,&XyK MM?suIq6}$f3x?^" : TՑ/л1ĬRHc?X 4k_>0}l;=wI8sġ姞HOyYŽ ''VDZ~!F|ދ)VԒ,< 7 '!fр_%Uu+g ǃ*]HιT;6lO}ֱIr?CR(7 PW|o8׎E VZ͎ըF&7ir35iILFLS62'H <^v(ʷ3(+D" Kjv*^6,5cM JDWdпR^悧VS` sQuDs#{lNPߏk'~̜HZPXܮy6l"3E4P,#ߝNx ]sN1C|p&~AM .-O ~p~x !eq z8tImX4ϣkn'g\r8?$LM$-ϱ7װg+,xMYQZ'|T^s``cjr洕_2=UQW#)x׮dNRL+Yas$Tr(I`2";q%\F :#upy0(s{`6BF)2ɥ֧H))oB?iFyVzR,"wD)K9[$ .βnΦ)w)x >q!4nR၄\|]˪VH\PH;\8_y 7=NaZWZeLcyݘ"v%^"CkP,K# ~l@ctK1[,xBq8/a.5YO-7:N>FR]$(C@ʺMn{$(i@"ɋ[j$ [ ZqMuZ*E7E{aث A쵇cE=,G~6љ$UtG:`y>r1[ބfߣ&mj16v:p0t_ᦳ+_]ŷR7 6.GʉN\c ~ NodC3NF(VV ڦVWbȍV"[ tʽV|J1Yt e'EdX[a1KGS4@crc@_O}؈ʛE{F&3ؼdqTn7~VMZ_8%Iiz1l5d `PP` <YZ8ʿsS5}+J8ఱܓ:vpٿf}.beWJLw*M?2} ɥ;V&TO,*gL DN^JL_wc!Z}20}#%94 rں@^BH ˆeU6iWkWVOvSFf_ Ii>ddp :RᎬb!"/X,xL7x-&lw@ ?^p^[o-oH5M8FScWWo)fBlHzJSYulfr+1|9y0,`+g+M\r.Ck"q}g+(>c> m稕F؜?# QzsBu> @䇻- \z%$;wv3"C;쎏q.7 )WԤ)9#g OTI*5.L<վ$ g:s;zG%uךS֖BoM [r(д- Y/e6y,4)Oi@ qMnۅ훨>:Z$V,/? 49.Q9+MVJl'oHl,JF%Ή8:O7(=\KjK EqD,ݠea@N. d7f$@n>|jptpJ.VE#[Br{Awf,YYg[>u5+QZ&,q)#A 6,'p ɨ;dWk/?#~^)}OF~:z U!6R(O`h.F.j|e梣]Y76>H4ϗ[u~@A쌒aɘ=^y6laQNc:=XO%"pgõ"8T›Q-]W:Ǥ3EBFT_b9x㤫PK6@Œtl>yvñ~*lw?@D|9":ڄqe+x Gtj8v?FA3ׂ2=!G%Lr`Oi2Xk}li͌WJk-=DyݹHˀ 'jQ?|*1oc ฬxZ$[Lb޸P4Ԛn+j$8ue>'uLvjl|;Pe1eA0YfQ]ӂ̈́ŒmsdrB=(Hk7U0R7WqJ>SkA ϥ٣ȖʋN? U+q9ͤ*bz~Z(QfO` c@ {h!\LD &`K<=$(D"?.A3':7Ͻ5sXAY gی[=?`8;[$ie.O0Jt-@H,9bp&\d1f:=]+x_t@9f& `5=c-DDbmm8@s#m(g18CGbdus 2xpzOvw60mw-WC|$';L4(_y id Ǯ49t@tQ zDvɿAV;`reaՠ"0 )q`im9 qOqH= s…E/g>hZM'yrٜ| 4;s+3TaYBC!VOn'2߁eJxcG8 U!/l{~}v5btswIi1r</gzra'A //!*܅|+0ACWʑr zlmTE ݲ0zm6r%a4qj&x bi+ צ1Y3P- nK(8+n be#aM rMsCJe_Y]\jngvRrO٠R cjo7JMY`9ac}K:{n6; `ոzʒ~z썞;m(c: JK£l\ȐDѲ훤_gt6 \(IC9X]Tn̞4k]so@OE'}W>"Us@Mv*9]cU?E|雒ʸ߯:1~q'0fz'$Y?6x OMMi@2iET2r)iҨN\Zn*N&`*cWB#KW]kZih;yp *+Ke=IL 4gaKrXtň˔ťܙ́W:gi邼}2]3Lm!6xvnUDC=PFqq.ۺ_Wvj!\krd ?ɕ6A0aǷ7l> D '0,ො;`D;F; Z$ku5C>ىTN;f/^yYK[m{2V`9%}~jhy x)uP0w(jZnlڌ=8G=XHwzoW I3'Ie7 ܉+N,ʪ`D[`;ft^?:#[੃>KQɊOMjqikO^ 7=P[a&>5[+4x"8ؖ_4vM @4Zj}OsjE5]}mj͕¹eв^>!C|:L܈?UHk$c6pu/m.KXD7C~Ez! hR:)eioq(UvT'D("Lkh?'-x>9<݉B'PN&^0=rGe-$6yX_?Xq/9aUHsuTwiR*@6  Z}79KI@repY[47ی[s򋂛E[<: H%0[zte*"@#tW~|0I-o 䬷ppľ=W Q4GnkqtW~ZT"s+^u0%چD-0װ| {}\I~E6OlD|վ6*d=h6Ryjge8vSv| _sr(vndS|u5x4q<X|&^4-uStIaRDB#jߌ'ه :PD?R?Z^G(Dth4gАS8 *4$aiKsbtid*$'B5+q;9_ryqQ^51܁I,j:/i~8y\{vlY膾όchC_?/: H^>T Ɓ{Dm EF+ޡTA f\}[cZA߰Vf"QȝEv,KRՁZ[s al|&bIؠR-Vq F-]snMN~oh# FL> W yP%^i͸- f ܾܩW/54~lIQʟji,n%X[X[hASavWaB3wA#46U„{V 3sV4l!~W%J; MZEҍa[3?b6?&G'GE`Z~#qb$:C¥.?5{|ۗ¾QRIxH{[" L֐Ho2?(Fj](x{Ab8540`&jõ`!$C< Q4oCӗd%l)tACYc; cBȖY^#& 6`]'>Q5 Wnl6nZ Ju< j4BSW2=xJA?ÛM;0W szV.Fe-!@%Lc2.t<DfeJpKM+"|kŦ?a,ɈkgXZ?9D &[/dwN ;M_nĊbM؟n_ (!|NGNx:V..7vFϕv&8Cw4{Q&ǿ ,,4+٠e8dԑ E$]=dq = fɩSAJ0-e`bVarօ5ƃ,K[FY"kV,n8+0rzXY^>Vz& 6Sg(0j$J 3/7@0( `*؆q"-RqxϔὛhxm̴ `ľ=B\tZFnHE%ƥ 7a|diE&\H#-mIfVnXH}N Ѹ:ʆ^b+_᱋/(cddWz|&k⊄M#$ }LF0§UK7-bҢȘ?Nrf1;XyH/FP1ٱ@m[y$?Cҝ02툺؄2$T@:*mD#;癘'81%߃g]m[GoXWYkpɗ RXm JFv˓xXY[N?"CpZgpTH:LUd \񐓏cw 1yOc:jݫP#c+?G'dNvIBϝmQʵKnNS 3$/ XGW! h?3!?Ak= پ!'XW\ P E*oMEMBauW-p{RV+|O<~G~Z" dp'P$nz80+WwBW4Ub[(qcS @$Bxxfv#"t짯;ō'}8a CҼMC5= Wmw/~d=Gu՘'].< L .!iJ{uR=]M].Y >IJI[߶i?ϘR<|'ѹ,fe&aFebjJ3Oc y}f",*PV!\Q 2HQW3|.L /] 1ni;`q$sE,ԟhZ> A'$>E]ZA 53j +s1V5Pi8JgUCZrDAR,"G)cÄQ&F&uw:ÄT[k˝k9h,:L,h8ɷxLƉJ*ds<`&7wyU 9]w*A`_w)e){ֱI"*yl)e!q74Ruʩ)b]) q4PD?kA/7oal^"-Zr鰺<TzqJINt@1JhwK+U+Ny_5N'f7qu[fVr}O +yB2}0'ГP ivIUYHR~i< _mfsgm _R`m,з2F'> Nl|E ׂ[ }(ӊJ|3Y!Rybs;OPU&JJp]+Cx:)p]Ԧ*tO\VN.*lX/K䩮MZTax*ZZ:-*XLh;po}X#XJ^% ]Ė,) L{:Ct6w)cuRfGX^N 2€⚮>w*%>P;n!?i*6Ah؍Wky5焉jNZĊa.NtZjX7m82>yJ :a4Q8Z8-f('7U7FHJMyl~3W/03E3gr\V.geeL^ǖddGMz`^ Z p<~ *uVP\Cqjկܥ 8c2;*طIQe~_L|`_=JK^0q՝Gz;چ,梺V1P;ZxԃDĠtJO:U%۝KY#;&&nqx^' "D0\AX<ӃNL<3ӯBS=aTUʌ.-'O 2lRcDlTb~!KUjEN2p@?1/CcGƣHtzVzg"Cv.;pլE[R hfᆿNݒxq?M#=#Et~ ͉RaKs.&Mo+0"q;sP(…_ɹ:@Vk-<$lE+)-X 2Ĥ)^_TfcT֞Ks9sf>zv=xI@`' Gl8WUzZ& ,Y̜ {̀'f6#>fr1'.0:TUѠ}k$x=s#Sႉ\RAme(eo ?$]`? 󗫍AĘ,RGj4k}E ߧ7r]y,2Y[9H|tLu}>ӎTN޵D9 q@_CƪΪ 0ɑa]Qg~#Vdkd_2+c\&Oq=8,X*px2D]+xJ %~#_d* p{Z(Z%}T hy (OaogPصE&Lצ}aC7d~  Q,>Kơwcx8@5xZMȕ`Ԫ]hjGQ`'ʪ Νei$QEh]N ul vD3P$JoosVϸ'EZeJ-6?ʐbY8c0{hR ,jkl!RI$Xlb?wۯ6\3o`(H!v@%,I@ Ex5l&K|o2gi?ҁ~ȑy Òɣ)%,0G|"Y2w(1Ѓ6|sI|cw&p61\PJVo-/)OU} [HO˖_#:T A&C PNf ):I^eTXdifY)*7r/CE&%c_8 l#-"mW."Js2"-7jv,Viƅs ;D#ɬw3-]-x)E.妝4wLI, $m iF+bk1TP\;ga8]포e #g82xjCd}tp, 5e ,u҃ac> 9$ XTCk~C-~!a}E KuNUw-I5PC,!r0 !?w3VǑ¹Rʯ20RLPb#qa Bf-w^Q/6T] 7[y L<V$c p#u _E=νwK&a_i^OnIɰ$wNhXY}aƥAQ9ZƧ 4p VE ")y5rPu> $$[no{q3?:@V)!([g G#29/)a&ynBԖd3_uQbDxQi&>%|!K=q,&O?N~={ ^rۘg_ A$t8l0l4] h]溷f%3g~ $KK9hewGWsҙԛߥ# 2Y&W7] \JPͤɒGllkRU@N I90vL7G>B)߿A{Ze9: 8>TFCAg04(\3|`^CN;Z ::pe1 .0jr n(10S)B(jT{E%{]7Q av J#k&1pG0抌F9(5 6ػ p_ề V)Q.f5~KyP)f:ԛ5QDCKɎ_9٣AXmq`m{ }g7`-#e]!YB6/OXX<diɋ^@-F2C2WMR`RvWQt* :UzlQޯu RОMCYQL8\!ΣbMmĖ#ǒsj&jtFsH"TƊpf1/ܡ~ 1}j#F+ECDp҈$=Gf ohWwwXM~!!oM-` fYSNk4I8z]St86(;bۃڷSeQXgɝN_^Osf;,Q=_~6Ő875хUdo}iD_ju&>Mp`Jc&8X`uPP~q]ǎw2VJuiA=9_QziܽDz J 'Ԑ|7W71!5-;C?PZA~QϘ H F|Ʊj{ڷ&ũr3h7c^?d`y<1#v^:v ME&ș}d`}uZ-=+YɺTǥk/ !)#Df9 s] o{d';:.,t9i}{L8Gx`281RYp ז@Ky߫Vh?%qm_W|*:f+3-a>*(-ry~Usst:yϣ>ׯF/e =#GKϬfu(sq;>M-UkVI:Kd $[nMܸ| v'|iڣS< O1F(j޿tx:aȶK3.H@RƩ bHO=H GAW@ˊ\ 2' &3:{s}OqW$+FBLzmg3i=kBOaB=b9|a d ~S Su~8X]f1iR CHڀ*1 )eexb"SZK^eF vШM፛򣒶!ڸ'p/ u}hن>pRGhZ)gQp/~ZdžOk kM^~J^GS-4+O*=_T~Ffio3iَ}Ujp?3-¤qe"& | j0:Z:>gG$Lm/b7PEk>R 5H!{$G'Rj0- ySw>  ~0>a|iX5^Z(OzB/#A|+NN>=; $(eP;P|mm+3A!9xu{C1sEНxUvGPPoH\}Z A~euɪy!:1 ia!Nɘ5ָ(=3BJ_K+@QiwHo f=sID "3;ޠL&깪 'h|],])Ѷo[ʰq8BF‚4A#tfDe]4Oo8 =.[ʺ r3i~J6.1A8/^րf^rAiΈӼڥ6@3C&=oN+qͶxncJʶ&[J{E3Y++ 񁧤7AN& CheYi) ex?HvJLYRme.hkU>㯻әd8#9/˂_'k&l:RMmt&:=F-}CҸ4dMpIr2<:Ͼ^pC#R-`Յ6qa>{9jޛ0TK}&W}"&-P^0PڈD,<Թ_n *27.[}@/ԕ7%]U.Ä Fq!R:^GnȔhaݖ\!~oU9j?Jx7GDhy06x4p:qV)b6$&FgQ5" 18cZ.wk]tJ|W &R{)90lLv`%2vfp;WJ$\XގjJ#B%O y .M2S*eմ$t x7ʼnuﵴW\j>K9 ;;gԓv.fYGڳlDK_P@Fl;t5(3< p7$c0<; Hyz? 8 XO3 ^FɎV:ѝ_Zf݄nrl?k97D59 @*'gOidP7/7<X"† B\ߴ\T5=l \=29-vȗf6r1 ={Ҋ'M: y?ZUͲA9 h~*6v dF*&y"*lzVژ=z;Q&^ tG |7H$#mDHna5N_GSgXQ FzԀM" 4Ӡwh8{IhYIL]pfuݤQۺt i}4]`N!˥U>m͘ F|2E^44i N2y4yB{bl}ױa#N%ݒ#(]ĚWaP@baʾ gcL͜)8\ǖhӨrxe(xI =r*vA0Hj[ZfD.S˹ZM*86[?gy̚L+aִ\f󑑧ZKqHHRs qit :7d#[ 0?输 'D AkSk74Z>_^8ԍ7w w&_My)gvtuKBW,ōz(ܦy_2@-=8e=WP!G^mѶL73ЇL2xD쏤ЮjJph'[4׋7"v h/6j?"}cuD-`Gwe6eM"jIuXjBĝE[4'5YWXtSE4ۍw*2?cM%Cgȓhɤjh(ADA#G/'L5_`;~*SdZW=c+ ^쫤x>UZï)%HP#{fe2XG!g8l/ZUѾ'/UqZl.ya@a:шO:l(ĵuH _0ԤVHdUm)P$2~^QPcuvsҰ 7bnZ;S<3~`bQıN/1 L/^Ցb{ >6=7NI/dhhȭfGiS\*.3%"UE_![!y`Ot r~a:y,'|wFXa, Z#pFRya YIӞ1ՕNDCb=5 'fE=T:<]7ѓY1N4{As{hòr]Qi$@| &tVmvLJ?*i wS ٤o ެW<'T뉰2;WɹY* /]V7لf[_Zbڐe<]2[vx,ywCY D˱mB~&S 'h gA*H%Mﴛ*;_"rɞ1h`b/GmR 8u#ƀE.Z+L c0JE h })sRRe^p ۺ!A| 3:gcU(n+ZTm3 W0" QYUG3#uu=qIlZ" Ez|ɋ_ȷ׽;܊E_L(Sriƛ-`pc^-S ,fCwY+0ZSȎЇ>"Cpj6`(rzyYaaq<#>> Sw<935qU*<\x}):!3ހ]WMgg=O2]釪nɁ-€Q 8AIoNKД{Q؆t*~Ѷ,ͰP.~mKtGǏAsQ;zICOif!#o?6mdS(Lo?_`zif[/K@N;[ =~$̤"pVS  X%ŖKY(æ5$j\ŏN/,A4'6mۋd5:>\TjSG:OtnaJ;{6Fػ `lY`'j:|=:#`A̵7*?R^ԨP)_hZGPI0¶MW|+"!R"0cONϖɮ z""v%S-t819p:ѹVMplX  `^dv 8ԉgZWWR~%"kD׮w7;R ;2ykٵZ+b!y a N#Ő*T*G@ާ &dQ!{ΔV#p {1]rbŇ3;;Ia G]wo1gu[zغ~p_RF`Vơ4CxFǏxIeZaD֨hD i665}jDB AV9Y.r6POa//w=+/!9~U^]֌__>(_T&9Zgp>8n}aکVF~_Ln 69$Ix\IA{ƩxjBGx;n*0_:g$Ђ{{V%/~9j]UKzؤ4/o{1PϨ|W` w_LZRfrCq̧B?׉!ot+4W/p<#R/MLiצ7~D! "z%e0s Rmf s*Êaғ kȽ@"XEyVJj@|Ncn4ɮ]tӤhI4OA&ܟ|g)8Ar6 ⦴ۛDffڷ*BSu>BOS񌘰L7gx0uQ[9.{DBmdž'-.0p{DQ+g"gbޖx{HF(&CW<CPYq2sI wG@6-9 ,~LG+':/8ziZK`ht<_{@&v`tY+fLA" Ѱ,}ݨXx[5o;hJ[7x~Rw &PZp]tnG<@U^CQ?w73mth=&SyLi eO^UjSnDp5gFO[3_P-S5-f{pěv 6| K9i*Fo['*V8,ꨧ]+/˟Ai]!MvH)M7rV*#li\D5Oo(h9V#!5h^ihOIVOqzT9NIG _Li&#:խŰX6ʤB/m|oFtEZ'&]$aрj| JqHodې}hk?H[l7.S+% 2ՙ+Zն %:$h;8mv ݵ!J 쏿*Uϑ';&xngjb@#$L ?`GA* 5Ni:pwn :gdjDĬuZ2p!Ei Fӗiabl|P TZL$`'lfPeLb5~Vq1* )CR \\J׊#|1y"rT fI5^ń{wno 6p+#PWu挠 'x~Ehᕰo0Xzv|d<ax?7Rz# fZx#)e ~5s SLCA,, 姣"::k~~k٦n"ȕ-oݗ5_ջ[$F 𐪬Q>ȧy~9,N"XU쥗\;i#$!r; {i 5s ȋ 9"< }:BDGz;$ABm)AT\k屣7ǼOɖ8&X5 L/4xNWQQOl'DR{i!qRJ3H_D-#K$HCwE2g5`X6ڭcʎ[19 'D wrԟ #!s(u2ӏukr (!n:wxT ܡ PrFS[9&!d⮚aIw pF^K\q2єJp>v{7hS`4܈+47V> U7z9[^K0& <Ĵ>{NMշ//p~8%FP|weЩ>_znnS U021 /f*8޴rcN;_< M}^rOjiJ \ vR/*8%71 oH &u>:e"jukIcĻ[粅&-"ڣn7p+{^Jյ*f又>yK JT4^МK TfhXx 3k0ps!`{}z EP$ +ᾠmf 3>Qڤ9_W\^(KDz<_KB9bYQrb~Tv+& .S|KwU>wv%hG[7p TYǿ7YЯB陦x1EixĤxIv`-q4-I$lߧlxvs e]OEmH2!0+nE>)7E+ٶ/PJ d~g*)5vͧx_+K8D*zNB cl`0@;~Pe9)wuGfz7'#!^z '{(C- jʎ1@~{/D"3}Spޭ`nL݀evy|pYyEjhѳ"oԴęESfgҏj- |_roM[AX'BŌ F:Ol~DQ4ApqS@K}~*qiiTWUxo9w9ט`Wvג2ԓ}pagC5rt!S-i 3 :v$NU%YM5*9G2xI^*P3a؋8+Coٙ$z<{+Hn!cBjǠ}N *$xmC!y'͖ѦU~w?9,:?&RrD̖aHIk#vc~J"]` yܛqIgpl#!y4i ;_KRgC/Ua)nT<fQ's`ŷV*KTL>&ƊK]=TiJnWx1xU ^Y.ϦGBk-X0l1}N"T2w386!\`܃d-q[?]EMhS}`^Ho^Q8IC'e63{Bİl'xyśWWdߟ ȩ`wd{GYB=b 3-HNGZ@03ޔ "K~ 9uήbox2~kX"k l c&jC0⹨oHoB 'Ǔnj}R:XO"8Iht<.y.6ڗ%gN/,3!qzh[D J X a)&חK Y?ݑ#1AyZ4LElB6M 91GSUm< A@(" ~W)<=lU">_M4V j'Wl&GEAJptyݾIWট1VWS .kUG,78@ #@B wN㬵}$о,#IzUv,&@"2KlT<-L%QV N_h'4NDhkyS+Zl @(&GEdm0aSa"/l&Z|JMDxON'vݭAӇ}|}nM\7 ^WQR1 5SCģEyRh9pZG([KU8Q6 *)yhb r&ou ui|տI?N>S:-j%mwb}zĐ (@uP]'G7 @#gX,fV6We2\~4=L? ?FBZ4q+ $-K%)LĐ1enad @#y[RPp"W)eDp&6nq: ӷV]իS}o8('Mc~fʒYAi"X^igWnN/IQy w8:|YUL":6eCHw`R*Em p $GNfE>G;ϜQ-Pϳ%}'˼M2Hwb2:^mXش&% ~<_07x#kO43Z$xviEDZ!+3&g5h 0O%ыcxe0sqNaZCչwh|3J|1,-UQu9Ltߜt[ 8>/ t&vա\^Od lLtLŸȪ9Ƌ4}Wxe$n`.gI0BeJjЯ;X1T/U\+VqFCvhYŴK!YM9EpCӅkD7RcD{ǡruDE_ vn9FJ0sNPcDm# B395Xqw䲟m!; yqew&^uF3W:Ǜ9rѦl_e+w+M^c+Ƞ)d=vn"/K(ggM~6Q#VO-A0 sď|;{ |.owDi5j#p$ch_Q/]LIuUʁp"E68$ѺaƉ8T=*DlWry"fc%zy2:z04뻖ccN2b^`y"(E[Æ8't6 &SQ(=RJV&_I6?FP.$ŧ@y*_V^e-=r[t a=>9fuyHx.zm7ghL. &0MJ]їq frrg uݟ罩,H~M_O+x GWqS4c~:/&ڱY^t$O޸C0x~F2UH 9'g>_}S1&yVϚ;NT|mQZhJ=[z5T76VD`>.uhzv%y <$8 x<Qz-5|f+ "ؤ~m0*μWwvLdua(CY=lAC{2<|74>ѯRe[eQKw_^زrkPCN5]pK YQ,,¹; x-=ڗNpā;k;RV)Roum4Ib&DZhPl iD dc,SmH m nSp ~S`i0.?xcu)TOj5m pp ^3/ۖ"7w,'2z-OҋI]Jo+ݠx>m 콅n`q+!x.mxߏY[- ^ - 5Nn)VLP52 *xrR۫J:29=!s@dvn?S>mzi~b9^[׃,R6?(RpUrH<3D>Dp-0Yml`UǓr|`zRqL([!׆7ZͲnR0~A}^%o_)C 6+oYհI`]2æ^]5)y*8dCWPƌDŽ<@2n1Qjh*iuk]s >n-ÓVkbC$ZuEmʵ~梵r>UzH"l}9sNV\8ѭm8F4ʆđAZ>5WluoCY xuɁ#H72up)L<@}VTuFA~St #>w`~*T!YZZ#vg>*ҁwƹthsѤІXJ!B34Nq Rc{#G;4r׫~mTnsKae5 V7a~wIk .1-[T,ɣCUfE͂ȨbPMA*.>u\>3ᙨF̶!}UcÿV f-@]gݸaj bJ"HI(Fu&*Sֹ5[~b!ƄT ?Z鏱S>rlrC MW@.G[l;U5g$$5`}SƌI"!洱pE.yR%ݏ,Gm`UQ3H0n_%Y-Lo O49 z~v: cT~p&J5}xR4] +ɖ hj ?W֝ m,G+ ݬ >izǑcvW, 6=sRK6rʗm9AR\Y~A*hkJ_*9"|_ۡ)1_1P|&.XM4j Yr/6tzW9tel>dc'P0IpKΖZk w0BD/nHG)lRUhܴ_WʘSY ;6=aq4ŭzC:uQyk,ABw:\ScWN0"L)92_2+݀*~ 2͔jz[۶V[VܶW,~(j 4fpSoS ! *c0C1p-N'b|v_)Y%-ԨuM]K*&bSQtjhi@@ 6!Obd.\䪾}AU|gآ7뛠Za?B.N1=h;`a =&&H10複*}lA6qXٯ:|kVs}k`KOছKP۔ V&;R @8T20X KzU*af֭aБK;&g$ܚ vGޠ(`Q*d@f筠E1ZA[c숎Vl+p,zMM=.S ݥ!DV>[NV1zA 34zOW HjhiY>۪ P.94 Jрy&7xUaNmP:+e4[;л&1n$(U;ca2L0V` WuufP;E視tvEhrB򴅵kLb )5K~D94YWCJ $HX?o{2]#)~u‡ra(MQ~һ5/IB"Pdd4ͫ0h2okCyj W#y0Tdl.yf`'HMj%'v*꫰wf]=< E=YiZTӊyu[[IC+qe~ kw16 3͸&g<.S:[o] bK "v* ]pi?{]WiTuScnSP"Yo]X,wQWr7op . 3hYhzRi|/Ƴ(&9_׳7[_b޺bq6w̫ٚæ 1n`9޸z*9~I^xYIۥkxءw}6*ƾ ^أG/$ Ϛ Q[sVqiIl5.B)^XȸW2 n=B{LxSRÇ*0zeB#12VL M!_̪_%5O<*+#1:Դfm"WgIj(P!lY;7-醂3q[x]sċ=%/a+i6,CP{6ʻ(FNf|H>X|MsIF.C4 Bd@?]}(!{[JaMYA!8]GU#״{Tecygܤ|bb={ܚz?hꤾ ^&;C찱~ IHic@g{qeP%]NsG<_T1@=8m܁ , @s!*9LZ(;>$`;|.nROpgrk9Q0fkqFEoBU%Uv*j2xYb|\V"uTl~ l$̗ 1U_>;p"}>jV,]aP&w1 ܼa\ m&ŞyX}+TB#+:Z.]\.uol8r>~ n1!uoL08D(nzEz 쟭ۼDz,b5ӿ2#r Muv!s|g >LO+]c=N>(󌦞? {i2w^񋙪;|i@ؿ~sN6CDVJNOEan3St~$?{|c^'^hKg؆~l 1ׯB5xS\^ƮvRQO0O?4u@̲7@7P\\ZX_މSUR0DhdG÷p\We#'i|KSL)gj$3|ʊ} 4&ԇ ugPԞ*ph1QSe;F(qDcYbOp/2z˔%UGy`[Q%5{#WeMi:25՜f8Ϡ-(ewh?m Rhfb}*r(`Sg-EeS"-R L*􅰒Y\u<EI9#Wm=Nk8=;`[@ ?͢.RdG m 񥎀.A&$A6!ߌ2ؕAo \`[DV.2&w1Ɯë2L[N]_;kZfAP"xL*M@8oC,HiNjUSV+_P~ݗe{e͛YkM^{U4rpe߀\a{XJ^B5 "?*5m4 *ғ!'Kw@YwJT#]JJS";IjNNX5N22`9@l%o:'{Y`&v)26O@Af?cxq6Jڑ,qh~B Q,\7kCIP &]GZC )߭WT1L)DZV+rSd.L¨mcEk ˩~LܗiC,'e٧$bj(u(ulv ՆHgm ""F0Ve-bUz$.忇B=Gs0KBJ~ZJ@bR C|lsϋs`~ x,3݀4)1aªLJ]3 ]Vylj[ڪz`:{C҂6Xpk4Mꀲ.*;%'n0,\\= ;%lnP$Kca,ŚxI(_ h +乕4OBrvujOY,_8PRvn@m|=w)ONࡡZñ7Ss<t }Os[5S6 6i}O4R@#&TQab`s3%9_q͋@k}5_SWr{gb7s,7CCl%c]]S6 $ܕbgjjIYB&pYQrR Z.eDM`|W ?Nk_G|XF'= M)3o8_;Zb_YR-FLA_~-JVV`f 8Þ_&27B^ċVزVz~:3C)k=huf@,4-|aKrG<'E:g_';W;DeF#YTN$/Qh'ʀMK 8. %T?AG? hIB9 DуbI?*w%jD(6ҧ[ m 'R.Q,jaN-W 2k Dm,2q M/I@61BX!} n & (zI77ƌN1Wxi|2y4*jaN1sum{uf~MSehYfomM?814W| }+h%2saTM ZcEۨяeըη0Ix?!RG;BinL;Cq,56ΉjhD9Pek]S> /ewJB6숤zcPA}],\@1kOVzP-8"Σіm >džFa."wr֟ʗL d,Zm՘Ÿinj2ڜ߆+"ZɄ gW_"?cş%_O. Hɮqń@Vt/y$j}ou fMua?㿱dAԤslcf4i;²QC9DYO! @!u_\9>Yd7^Nhl~eя&ַ\mM˒cI$]u%J3O?%8t69;.o=G[A=о„&.  #4N|mKQ`-nMLohmxDUmV|3|.)h\)d923H1z8B[K@ X2;}cAYEPAn_Sx;Y7-a%DSw } !|m@_S6ahVQ4j:.qҚj̏FuB7HLyxl+l .!&ñ 9SIÝ-tg#"v90ei{`Mzot3yp.@+wPcao.ʪZ_8AOq{޵{4-#}ۘ1d|GYQW$Qn܏{ 1)gÈwУ鵠[,[I?[ лj&զ$ξ!}#=y8Iz  3}Rs{ceO֏u^ h4n@s+r6sw3M< #A6,s} Ӵ!ӯL#MMUk#O! "k1To+KnBm(e4 ?pzcNcE]NY#73H,B+M>/ۃgBϦb8Ƃtw9(x_!$Yj*ئ8*k=Ht +v\jmvy>V3˄@Ravsu=y{ڳhf">0D}a5HZ % ېה`Uz ;qw*<_Aat%4>n"ݷG1P#U5+?wzh`G:L7t;ZE xf:ToLPDiN` WQz;:q rK~ˊ {;HJ|\c7N@TK^ˆ7襤 xNsU!<'}'#E\6>,r8&!p2iӟ`"ߒϜAI e &+cߵooIDZ|R;ԌWiy_u}_:'ԛJiM?K!! EC2̡k%?t /S. ȷ|AZmt#44L|&sEJXQ`/tNGq5F"kNjk׆ uv2 '<[ss_uO1}G0j!Q$SNR wryk]\Asatв<1zI(Mb@ ,j+#AijR`-?\a61E.gd͚ۘ kY}(yR&}oϢa9LLe[ҕ}}:O$ZV0hWp~:yݽhgh~`)Sx~tfDrUtT@* ;OC$G!DuW rH%#W|5. mQZN7kaH=+g m:L}~; |=u z/gW@4nM VEn|ȢNV˜ɬnWp1 5[c~ynVl. X&>?NUi|/B"`$8oV=Gyѱ 0}>k~P:ϔ J7<&BLXIp&PÖu~8!RTT.kU44CWIdG&2٠3'bIBC~V_sTXmȩ;1E 8\_^s |2 |8̮ˏV'zbU͠. Hqs3 ,wIۅCYxN!K7hcB},0-?W. I_4w%-WGa~+08; U5(=)v 8~SIVi0$&LY:틦iABRN؛qx$Bx~ 1UoAI]kB$ny{8v;t^I_S62mןMAu?a!aJ~%A9 ('KnPsmrn=BD$L}HԟOG2,YpSȎ}4lNaŝR(ͣXiƱ odUڦAᚴAVhRZ&jLJZc$LƉ"&Q)c&wq uz= Z[ t'7RKd`qAQ?cAZv *Q6ϖL2;VV쌲k~+Ef3.r/( C@8[u% vO1U:0]^uɊ7GtpG(yzVid•1A "Mpa)} CIC8tioR\X ޲܇NŠ?%}6IM;`h8G6QK0,IS:F5@rC)n Й i:m0 _@d_| c%##RE\KAtqis'~V@B8*Tk;b@$;egc Q]9 *Y=I#gΉ:rl'Vu+# qL7\ԕ];f0X "(1,Yk>5'FC] R=8S@-<'ZO0DՄ &#A' (#L TWI0NI;OPR|e -Gҙz !R`4qߏjaHz,7#yM(3Z+~cv, M3n;SDy אg9%NrKX8*2N(_D'GtUQnoˠH 9kB.4[uMCCprk+%Mi]bHg8À޵KLb-AN_@aBOnTCTmBr6K|5K[+ޚkaƅGNs13qhLGvSFϭ$-5+Dɝ[\-ߘa -,Kx{V^)wbB|qdzEǤe>0q?k[^߂ɯow℃iS)($[67O[fk1|b[a"L0|4yfuݻ5l n`l$W4uC߯.\_Ӳak2p72itȉ B:0"#!ZHeL'/Ӭg#؋r#feVR5ErpCٿQ?՞v,%EAJT %jA㼨n, sqmPrY,1:m$ya@-!EZEںhVTҩDgXϝx0 mo7EGl`D8;wq| ޴l~Pc*T=CNv \|Nqd`A[9H?1vEg"Dut* tr&1?kGumstRw_*Kp̝1(sd[v1]^և3wr| Qx;E X a@n9]-!9{@k&vh]eY1|r7r>0VKzxs7˶ic@*r" 殺qm}I aSWvZn!NcF)T߁#&C1- \IoDZzjIk gJXiu+{v˽ %'&>~9G2iuƆʕZƉ2-; ~c!a>1@: = b<3ģq I=)8#t|MebxquIR|E?, Uݧ 20kNv3P:,c芗oP"p ѿ }KS}DigTb^Pcxr=]D =HBa2^VϨ/|= ZʝUw= ?;=@8}Gp==s#Fht\7i J4/lNm>4TN\Nd CL$4Cl%n΃HםK;IOYf-`Y,7)ۆh'!.$ s0a?65Ɂ"5s@݋i? fLub{wJ_mJ%K&C}c)k$GzU.CȸIE*qcg>oty ml%f*vwxAދ1.~ߣnD_Wr&/XO Gf$}ΜIL~U_Læ+]MgE|%d`DfFFG0阄0;ؒV!h\F% ݚk ju.76vR FH\lqҠ5dy:j@s f4S"oP^u)i|M9.UkL]5,Rݖmnˤb-E &m~mrntpUI}uYHh-Q|ԽLӬT-SF4 o5=ݳai oW۸+@)ѧ?9,Kݱ^.Px<,}[}f7* ,U`6`&l!?.3H2I/a)?G˧/ R'iI~U)/54e*eG^p˜y\>ab8B~[ (OFM[a5_G]Sw']quqëAlPV"Ja30v߅0!vPeW^QJ֏ -+^QzTϪ|{nh)skacgY%!RZD8^O\(M$:v/iF(O6i rch]d&eT_hb]'D {n)/-M=Пq6K!:}Û)> r|\jPU77vY3rB IeZ2m$W&#ӡ$O9ؠFDzͼ˞?Ӈsez a8#51 [_Ús[pCt-}qGMsMљJ+%?W#RC?ԮJw<bdMY${:' $B('u!f*aPjy:kq[w85|&O +ȑϮGBvƩ-96ɯڳs'L]?;)T2+ DN24Grynfa!oFjwoU* 0k}Iy(%`*-{FVMM yd LSxd0Gyqf!0%(^v]Q{|@[ 8ٗ7̜Ke{J C@IY{1=1[USX JfqHW1S ;SN?ŗ?EZd~Fl08!*(0ۆb+x7̚yU`L9 \X}rT.X6y W  ]9,mwhl+ \G|sh8C0Xħ B%AqZ.]rB|ˈ׀N&B2ɞOVs"d]O؁VV@nk*׍m 2\ ؋QIfV l4ـSmהPz%_6ݖKh}`A~SJYue*Ol`mCnWkQiK5]_zĹIP m/q^jȘOMgNye.]uVDPZ:@(ET_#l2块!94ϫ1 3]Bć^df~yף [8^~%IN\`YA_9Ŭˡ"cUmXC=8'ֻ/R]\.T୅&sE[r>X,)?։2:rH-M_ߕ-T#oYΩ!;wh`h-q`cp? hkSgD.؍ 3WJܘ|zZTpRhs H `,X.F6zmH}:`aB+rQ5 '>9a}8'&@90$Ca}CY kԛ}VwiZeL90S.)֞nfٗÅH pEIg:jqr{]\ @ Gu_pOɓa>@?xʖߔI<2ȽFM]Bœw5kH~wFHVtIEcFt^'LxC-B~penSl-Anb;o'ph.gAz}ΣJ26'Q":Eҍ $<9|s]pD8 Lb_AV޷EJ M;I W5W[gPa"fٖ7`;S,H+w"<02-e1A`Eb겄9ƀ 43}I̚H{}? |W@&fH L“kU iXXMbqr a=s^pxR#n8Ν*;ad^8 anBH9.ךgG #;lC_]U+;}Z_rOXQ#5]%__Y̧]㍠Uӟi)ts|ϡ|@vޗ ?klˆW֊J6aSh ǫ2Ů: uinf!Yv l:@A'rĚG?/>k}wEJr^TG.=y_^8pjvJD [ ~GB(Zn2Nq('jGe@;1ye;O<#s>QkPn AT20auJ|``*`0ծjKxxmUC.6t|fv '4D6hS mCjSxoʺ&g$JpJc12edg7![ ϲlKe (J9)a xv"5wf=!}n>dT]f}_ 4}[|x5diÎ;r-Oפa6&*a{GDZ+l%{OLRU[փĎ.&|%{(g/3ۀN?ԍ+U8Zg%/OHf~Ӎ&vHhhq!;xmʐu?‡=?HRcguK1cK7ØYo^\729b&RPJZǬu[UgLJ| nuchlHcFeDcmhG䚆6ǰ'U0"%SF!֛HDcP"9kw < K@οN\cRo3c",/[ pxqIztA%ez ;"̣0CC91%ʖO,\tD=kVH6M)kë^7я@e8J5؞&Wy^!B*gp11@3ˡ+%NC:jI! Js>()OgsDl#*PŰDWQd>z*sbȳoCeN䐜[U?уL;P^j#帛p6tFF%% MWDٗcFN59@t cS#䔨U*ﭾ[Mf0Hq?qKoƧreC,vϘl GV\}I=)о og!-*Ky܇).p X?:~]`r <3k3 ޳ʗ"uH5\sF7~ [qN{rkZ"u; '+^ąׇtiuxf޵TzXO?|:^m;̲$Ɂΰw2zpkD._lfПi:q.Duj)Ɩ^Fjnd?u*MQx{SO}-| ;<:;Ź8 =M!ac|'<~\ |[NEͯ. 43=PH#ٛYNyo+4hNM.n' 3&%OX6n825W7ornzi ÑMQց,ЀnUrݪQ,71:r=8k-EzzZ0vW=֋_]%0W1@VĈMgbR0l#ee1o7vxt;mS, 9b Ptl>{#,u~tWuZ3n]fZ,)8SQɊnnRRe} z_zFc).#SǨ'g½Ȳ9\MWܡ`JTrjKBPΟ6_)mv xwq_;? Fp|= :D`!9/`R_vi>0l>ޅ/5&fr<V*R6 1F!'Ko wYDQ>bjuҗ1YgkUQk|nGϡw=$1Ե~ I}jlbR<3Z&*`MWpZ쩊wp=`ዳ++|ؗqjEbnV:OLЌ)((ǧ_ HwjUIh̙_" ^x5;4-j;-XX"):nΫ( &uXxw/Ml ' 3ؒ\GmgFyctE_w)O#bhPۋuP tq)AJ]_qs$?Mն8hH'u*5"?RDP#[ˍ'橷Twx3hGbq z\z. M"d4z7-tdSjuIƦCUU'f;?|Uh_agugU̙ij b^U:^0g&g! q u4ݚ 9#`W^K#uZ4(̝_A(2'&>?Q F͚%}0{wG rk7taзK.d#:C֌`5UK IŝmS[X\(Oҿ!'y?ɐng*thIwd ,R $T4u rҫCqYrC?O2> xC% S7Yh{Rds}c 1?D1 3`&8*Q02'bo&2jvu=̃hԏ|"XBKd,Է>̄O^it>\(ʫmeCYa0(gnP< Up3Bgy}`#&-cI>AsA\Sg[(1ބGG沭L5gk>l@vWFJMnMAˈbYd;q>]e^B 4aoT%"- Xk)CC~UX)%)$# U[5Q]g_]6JUӅS:!ּ{VKe nv$ c14y}=ƂI.._*P{Z(c "#%} C' - j}h\3mEFE98MkVҬ$sO Fp(@1Wn7둎558eQqE^'s(v:knfPt Rѐ-pVȀ+]?k4#6$GJF Y2GGϲVM<\y/ۆ;ڋR~KwpUd[S5~ϻr[dURU=̥U NZlGt Kyo4UA+Z8jDeF+(_β U=A,tfK̢9ϒ r953'DhX=F~p0#PmS qPDn-}\Gwsn/Ad Ôqk9Ex2\#VGuQpˣ 7h[:sG^g4[휯M8N4$YaS \LJ>*3Մt]:XY☻ S<Þ<pS$o"e|I5Y?pE՘/vϳ?yb+i01!UфxH3\%PQ++ ~$o$砡Hny[])XݿuV/x,"}Z9P߼3K,YF1p10Ի@)/Lέ \bvQ,4Q{tnDçȃ4ɼ'3{p>tul:I ~.g]fw#zuMdcg#҈͡Ӛ8$¡]z'={X|Ք_'A%bTk_,KJx*$p2 {m%߻v7C(ם)v. "?1ި@oZ_`y[qx7ՀfzF Faw= ~IkCopT~-`|=GƞT 8H%TJm ܳdW]= }-:(` 4'[$..߭Z~k [ cT!4Yi=%o+)IW= ϐ𽤵&tCy?\tő}ǺnkM72qWvs6,su&,<أeS6ٮG+  ϏKMV"`EQٍV8& H7 xޔ+2Ne#b'*io,Gu/.V`{ъBj63ŋ'L[9Se똍g7^0-8Qe)Р og BUk_aAvgR䴣6h>DOqzq8:h`uxe++z!wn _< ]-4h4%Dk@K| +5^g] jٱ.dte[DSDAXYWk Մw@ó⧦)ؼJ@,V^ʚ"Qƶ{!F&P6/_,^U.[^IK(C!1#w_۷aWCTX#BR/Xٗ)Ô>\.s#{潀ʋ݉[NJ~U(;fLF)Ek9z4\U"(?4p8|sWL& [+ ^z ^yQ=Vn!oQ^U& ſeQOT #0SxF lgOykZ n\K#5m^ ȧ7v?QS{C4KC/:|5fjyk6]UdfBz|@~qT|$ʗHtU1/}B]^Xlnz`[ܭ~pd T%ϧK=ME`2FiF5pX~JWo8ޝ\J`9ę-b- ]~ Zl[: 'gW*zFfeV|ًiW`*Pf},/_±r]lr{Jdf%3&zpt+=1f1d t3ӭHȪTMceb,0]v.cxoO`rhDО뺗KV';Ǹ-/()|.YQAuy#`}Y5jS0ٴGxfJ+ m%*7z+#$OX'UY%eb?5P0%1P̨LǴG|}̎Q#&Z9)ĭ* ;4=,F2G;4da#7M83SHk64穭EoVl_m}o2jC M{϶M OIH~%~Ǣ[.w_M.<~`숍q6XdgiCj6lyI\҅,q.h/c5ir֫ї~xL#O:d/M>EMPAwSE`fF W/ < {Yx(2MYNY91`W"xжG649'D(/lrd(-9,vJ37Cy awFHW48\])e.-ΧR\_9g8VP@DGtcO@o]CO*g]XX;UWnAiv.J;GB5aC, wԵM ֆ2/ ˱_K˨OӉUm!|晤f>AfqXw$G͏9kq.I:31VS٣ 'ٶ\zza\Nc@&[P0PZz[>bZ;> liM`5 \aX1-hhuuX+$|!RPDpTr s3׶{QGdXxC .R A&<\`DBmދС UdoSlRty.¦=Z Fy$µO=@~r9>="X0tQ%Fծ1ix2z(vL`z@"[Fݼ|mݡsE} Lh>뵝sXM"ԣ[=SFT@2<,HVtQZ1^!%3&,/;LXfmJ9̪KMch+u fCYD,=.@DNCb>2HP^>Yv &.雳 oH=C{:F5]L^#ŽHV {p Ohrz5-jP'8JVB72Zaن81ypRT\Eﲦ?T|RW;IdytH"z  X-x|>ƄV 8{zCOڍanz<* J",K])al8{/| ~ /)p|R…fkʎ&NLv1j &3L;+3RDy|vs3h]ι-0vKg`b`qݕP|ϥ ‘3HP!Bӊ# n 0×!+]: KP)Z M> }آex k&8ݝADX}#<>(O_aV-X/3 Sm7܆V$%<[߁hO}iQT- cIctgt9w)/ JIQ@rs)I˰%IFx-v_~: FlgE s[K\ô~:3{9)hkE#"wA o\ PK " $YLlbЛR`RUՁt4Kckεqk{r[J/#Sά*DNcͶY&"NǓͽLsjy]EIj-v] ^hG2 zqwKܪҫè>sMx=LzR; hKO̐L|JV``# Q%©xr9{KcI |S<*RBrO? ͔yv~)I_q`Pҷ%P.%HfAKo^oA҉ܪ8D*5{b$gR@yw/ NLDe`:yT+ҬJyH3AÔƠ~YUPD/9(q)cd?0]-as6k{Bӭ籾nao!WJG-unE$;sV}((ǜFLcS&r/X*m^BLJ?*Hx}#iBV+Fs l:3h~:pFj bmk:@A_vpVx[v9),7RvF2q!qx%%YBV]G!Yb%{bν]19xź|zasͮ;rV2|$мO X}<h\?s1o»s*! g]Wi 5v N(`TQo^Yw:Ǘhwd&91\uzlY)꬘ʬG` sn{$љ'1X[Gc|E?Zq sc_6?664F8,Ĭ4lj| ^@>юx$.W#o8T9`]HJbѶ/: X'kF~cd&3}K:zAUr(^:.Ҋ/9;Ԃd:@n60aej CA?!"$(3[$5MI|tAlR\#hx] _)]a`k-P8gmh-xŹo ~x8Z^lłIswyŤHy0s*4g&g=@R]`g 䒟,t.oY[:Ձ_hlc߭ @:vFVd^3YIWoY"E]%1Ez RQuiݩcTj{f3ExMG< (@şǙ5]- cyFH; WBj))u,K+1ʱXv8'@KZ@Dbb %M]BȓdYcOڋ*Rz؃ۥIG:m 1y[9:屽l"ӎa ~1‘ / >e}RNVi8+n!,,h'vۃ qyo64.4-Բ"gɆ)u6@Ͱ(܋=Ҭ/ݘ6wT_ld^ʆ1{‘K98!Z& D5kb /-HLsBF l`b"<&RGUzl'? +Tg4xEYx: g.HS ),+q&_<0JGӬ6Nd|`Utei>@hM)ڸ4uC̓F[og4t7 dY,'TY< oy0r],K./kQnC]7s"]!̋>N&%371`,H!;sBMVM+JW&ij{"`fr4CNq(vZ.譜sI2=/i͎NѨSv2 SjgO+rA{ |9#b)vlS*2ĴᒹQA@͔󫏪'?x>W#gZB@\xHŔZB2h}ppTFj GG@5bx0'-Ai#Nd3P$5!_ VLb@bH{"SF ԟIRwUEzK^p(yim* .T 3i_'kX- \\Z'w2b<å. "e]4ѝf·=\\X RoP <חͪPz?\v;z`$:jSs|zj} +z TIoܿD†kvK{^|0ҞNGnsn -k52vij Ys nR^OBJÉ=B)_ ]TJ^9q{"ؖfudTcO/)eT; Fa\c'\Q9r:lj~ke}3f=-qn'tvR*4$׮Ќ;/Q!w1// k%_&I߯l|ɜA$jY4u'IdڪFR{6e e- Ec{Pr 5UCfֵrK'}y'NKUu^9D_bVLB 6'emݩ^ TBKOjaB)@lS2mg; %LutڬC9~q S 4pE_|H3|Nm FSf.-ȵѣSKfоƐJ2owUV 2̹΀)۫2 i῭ Qb[ޛx OU'xFPs#S$!ǯFLM`R}jMj dh~p.Oӓsa4/8#a#ҡBb'@VHUhBmJQ`\sT4 } l."T.m\a$NXlwhfF&!|,쨨1[y4wx>JWHᔘ.8I)ց ?> nMխ/%h:PaT]1ik5i]Iy;̵Xs<# Sdn45s}0ůvc2\ѰܯxO 4U=nqd~0쿟6hytӔϫLGX{lP4)ѐ_ji K?s6_/^;-$.-Ee;Xx=,C>$V'Xx"|kH =\qD"áW(ֱj[s?by\ʚtM+`iQ{DXĹV'l2RQ{ ҳ$FǠ\ÎK;gF~Ld3d{S:ݛ͹Wr&R,T0K5Es 8S-4x'pUQaz#`TzXVr _:lKg]"=L}#o .C~DhY)svji{8U\VN*Ggt=O0|d7'rd)zҴԹleJFT e8濔 4\g4ڙe:V?zDz'jDCQ]:4D<댧*X  !İe1933\B`썣GbBD @Q”(<MЁ*M#(E,wPw6I\J:GTU87!$] D;F"y6OSY򱺱|`?KWzf 08ϐE x^DEwi$u.|] CS^hpKw472ia}zs5rO:҆EZy# 5TBt\u)Fy|#e2 .q9m[ iȣUhV, c[( b`_no}U>daR1-Áq|Q( /BPcjβIHvoe~;pBPC$ )6*?] gwx%^'<9W"(^ t~0VC4?X%z(`!C2[سWƕjPy`"[SVSU}lS@-dTLfΝ O逷E.BRbzpnՋC_ VCl>'ZC8S3nO߄yšE"ȿE`ǻ{߰ &mX/ `v~?mrLDNh a}!@Nܟ5?M 9x)d cZ |I9Ѷޔ]Hx3 O=A=4y3]̧ h[M?x0߁r=![/& ))*W:8XEyqu)ϋFʔ !;=2@SBgqܽ9 K[s$T#?]E?֠l"NٽYMM󢋿D_RIܣ!+qVe֯E[IrzEFQ( 1V_ԾX p/}Sd­rԝIl*c$jv9(p*G/-3I5gB x_::G=Gb)8<:OWZ]ϣN]S= "خ@zFWqDŚ+u{"v׈HAue5/4w:ˁ<9g6%ՉuNċ z'84A (M=ޠlK+'+ß!gzL l,+-=1Hd:u܆T*Bc֦x3ܤd%y%R~D$ED24K98|?bw-VfֺWfh-N7R{X+#j:+cDJAOPE$v=8kNZ84`[ЇzQ91u`ĉKY oh`ާ߁x^ȄޣxzXFǍXԵuwfzbxo,dϯD_F0p2;(  'Wp͚zx?h% txڤangܛۇ5퐀"VidVGL/+%]PS.tv@Y}uTRC,H$;˘~hOfvstW5$nte,"ΘX`b?)`>,af(o*<հTy "96 HM2HR.ji$yg?wK<`:ڹ`sƆ讓=WٽڗpPr_?ǥH-rٿ[h›]E3bׯǥDr9Rf^4T=]+i \sJ v} Etr\͖*pW*(URBɴ|̭͟ڋHM!Olq@l#?=`~v.: F oQkRҧ`w_b40)Q;r%G> Arsw}>z8dT0!~TuHٰv>[\'7{S,ox_nVC F/i+cz'yFH aZNղYG<ָʒKwt{B6P'Tڐg s/Xx#,] _iD[,jI1vC=2u\ж(bxSL>)ݦ0 (K'[Q*/pEiI- DbE$ Ϝ+g~ JvXL[pgMLs, ͚vN<; lKTSC7Ƚe`t.>xh՚* 4<&~))\(_YXB$176; W}Eo).\6v-&>_H @"MAUJhglTa̙qGrO屬7QyRm)?4.rlDžr7Y}ѫAN]OZ\i\{0?rr,O:բ@(ەl26OêV8lD37&:$FԌKr,0g2ǟw6N;45S߆=j9|("]=ktjb @X,7&Xkd?D4 }.}^[Ls+'ldC6еSI"ވ*^7x#;xSw$AS b/sC1X ./b@)rMQR"(9ữ^OoNF+nΔGh`12cU^׷i<_7/7 'j,c k>|{D4иr*=b!BnEQ͡c"MrnOܕzLh-LM ~@+3'K 0 ԼlQQ);^_"G;NQgbN.㙇+!@zzuG[ڸU(e _F83c\Uy" &o']q"E|m)﯊ʩ:]2~/dj9E qCqTqwew* 9Bw,u3uU6+A2;R lkq֟R<0V4P}mHRkө$VR {"(5%õnLREjVk2_%*#Fy3 MU?͟"U&YKQf? 0NBxivǰ6#ف ]8uu%tծNAPsO.^Jv*R7j];RI `\ lV,圌hL9!ʆsh˻[CLےڧ75ZwmfP Gu׺!1+|8_ {5jx:[s؉AR[Gb4T@roJ ,HA5O1.5O?*'ַ EԱgiA_K0!YSVLڥ/i>czUCܮ;hW pޘ#"4&0:.KUgj_xxNTogނhұ_d;~:yRY2ک9qs7~d+ʣr гZ9͈H ~/ mUJϰwA7r=C <ɻ¤im)zdߕhm6S~ѩhb= ,M}tzΊ4Qaڬ9|6c},ƞ;)bC*vg_#zO)EC^{)L } hLEc3\b.ԙV05x%\_cxmB#"\ ve%2n+RǑBǰ8)KCjPO|}͟DN뭒ȃ$9 s{B +jXZ|ILf\Dk'{j5$rkY'm&3qN&9Tm /j躑K>Q$!<%*8-BmES&$\ί5Л^{a"ż}EUѷcIO g2V&4K 0LW8H:')}B \Y."@$8%RR"JhA([=ܖb[j@M@~IrVVǶ Dmu(8jVF$Dmz}²2agZp|j 1qSe_Q&9k0 tPY+ˑf1 zdemJ4dC`[1I")UaB">i}BΑÐű(@b&݄Aa;$v6}>/%L$B cJms4. Jp 5PPs?ݎſC;~z-4~f/Ɉ@52%3Ex:N!s tvr暐d 1€l27g7"t/DhLtG#@oi:sCF>,TJ 1P\#ԥEœmO JO0x&&dB'gtMr}7B361iqS:y@ ~+*vk\ܫq ?管.;(ҟOz>Ck;601_X:o40@D DClF BbA0;P :IQ\Q1mD=ѲW~<;s*÷&>K!h 'GjXR)QDM\JFJ\py]|$Yyf"^т$2ubAibl#_{I/ >XпQ|1 N0LXi2XE5l4qݳT;g:sL WXhagȪiN$}Ŋ<~G&U>Sy ԇfў vtꔧ ӎX#/T]{O{[,XMUy0d0̊V1.sa 9e^i.T[RV>}D4E"g,`y WqO_%xяC`4֖p O򔠡tLR |,R˱U;E]M$$o:;%:po ]ۛпKN Vn{; ,>f`=pqm,rZN#o-j(^[o'tD'JJr/D[IEpXy8I6^N<}Px:z0ڥ`[X^@Vn+ *m},:Xo1Ρ4[wYf~ v˫= aRXj1ƍv35&WHt.ecGIdz@N]ҋ]_`yԵrʡU0ifHH񿈵]LiBʹn{{oFI}kwZF0DK@u^/̕!pOL6PUh@tgqGOIB%N* AB4[u3e`۽O[Lòϟ_%/|[bەzNld#-9vbJ}!CXD4yf'BEc N?M & {Ex4d0vㅒ83%xUТCۇt5ܶ|}z/\A]܈%rs=NZJ(2]򃕺(Ƚ^WV3CHOhF{|hyWMwO' Qm F 'SwegбmH>6XoGɸ<#qxI֤lWr¯*_π:y2j$f㩔 8Oi}4~bSN+I[IzdcS7ݐ!م:#>th$Kʙ_OteL״sޙxڸҘ*QtyƺZo[7*UO$+yJJ)t*׌"2f W3%NxZBj5'.Tt;7!~ztD\'$ǠEUP,) 5ݹFkqzY{D2F2T䳁̿-6G)Lkq_k20,)w9G?wSզ |r&fajTGPEJm<\!A-61{[ !hs<ڍZ|xbbA[l,5v S&/ˋ8JEqItC*( `ڦ %q+l3IFYFָB-gQ@}Zs|8B rFLOv D{r_<}Xfg)l*c"0q %t,йwkPCKbO'ivٍCquO)H{`Bęa`>[8AyX{)}hlDs|+DTe̟oL4]')CLj&b7I9) b1BeNP`J !w}<=1YU0 _ªg{WL֨IcRl~d [1q 5M9O7p?uڵpYQ X 7M0֗( KM[ |Yl#;?ukZ!%3<", QX"’8MVF: XYn܋ξʡO`^uv]{}ܪ>ۣA/(ͨLH71n"d6%mR4$Oc|">d)6 KVgnDFA*N<_YֺD5>%^#./}V_Q[gN<Ŀ!--=Jŕ~QYp–,7Va]@!U-w"SYݒi7ϳ pE~"{݈F ʬ)xn6zE]'"ÔkDt1B}uΈ415ZŘ<& Ԣ X~mƀzv۲6zk_k:plWVbO,lSŮoI_Br9lx7b#hAoz 8^xzP(d\qVsz Ҷ^h.ddM&ߎ@Ś|Xj'gSt0=8lW܀A0dIt n8>eV0*<{&͈%c֠{ʩh,/9rLe{]V}Pg]w27 [-w0~;_s|v+Rvl]~N7Su{BܙPp o&=Er1s^>8vNP{˂1ކ)J PWR4y;tUu|*A*(jbUCSH$o.HgҍE[CIy u @_> xڵW##&FmF{PYj $@-魵3rq- J8ZK@зs"?jkEoʙf>r*{ M!_rypCMZ0[O]86@0F夐,Ovȯ<3g܀hcaڷqDQ{WHHOҊ c* lH8Kd;H$!}]gQV-Pd͋EJ,dʯ"7DD3UBKh9ꥷPgFvȋD*_GeXAʌv?`M7GiTXDLES! $* I|..ە)&F)G<_3^ b=C?|u7a akUHsl~RD`;"_xX2fsXFOi)-A2BSsM*w4|$\ub8L @11kprcM.J&M`)ǁAv$÷~ǯܛJPoo*BIH({ ى:?Tūz凈 H`Ѿ \NQs? ΐ<(AeRstfˁD$̫\By&gJ )"jE(,M7G¼CųcxK}⯡2'YhpK|z%WZXW4"[;_8C⠉ WN_x`#נ:+8k,T .mnقE_Ddd"_4M =_ySl+5`6E(B|G_i]uw•r1 Hg"j<ن7x=y?#2Yn5(#t 0S\g]+}Dw-\jӨxb.NX>+VX?xc"_ɴ9ę,7_,*>BP]^L>cʖ d: ^Έ!ÓORP tJ,+jcI/8QlCTe@2ʱHiJI x9Ήbo/I>yˊ/fq Z@iT̄cwޏj00v Q]R!f^PʱWX/O%>%@x'򖇷ԽtF:vQբ? ~?Mo؂yӱI|Pcs\8\Rs?xp?F~b^iF llF4xD:Aiڐ#eP>?W"!ݞ4T J6&?'$ Hlkt1I}5iF7)ߓy,Cp s>Y iҎrHwOpJM*ۗ}}QsM3<8 bd/4;\Q^Nٔow8+|S Ay@OkQ /_H҈2ˋ۞_¶C?/6 4 "\9XR=wu#|sӔ (GBDٲz1p6S"8,pyBkKNu_ڷ9mj!:BGaXH`cdbP(qeYc4\:8>qs#iń:7i I_=HU}uiNO$=[l"\(Ғ a8rk7} a G$yFAȫrq*$נ\ ޷4;$uyǀp?*wC5)haP|h- W{8f-={n\QU!<l"X呏IݨT\ˢ2ǂW& )HqArm ٩?%= ؚO&朒1^7˵W|z'S(9:ؿ _aQB^D,uр#B 8Ē{n1 Bgn7Uje|[ș)Ž:GP28Qz2N(~Pݽ,kjM/`^utJĸ֋4[9D넇h*Wz agN) ^]ЪG9"#5e Y,ݩY)M7O/tBҵWct,YܯXq7J q&q2]Ar 2WRO咹Y1bUCO̘wk7Ϸe8}@5yYg';81.Zs"ƾdrƤR2cW >r\<{77ްsgI.c$̆&} f5]L -]َXLk',Ɋ97w:OgfkPRvpl؞u^d&@q!nXϯZ|3C/Tzt;(oSC@J"V잾 ^ 6kԽP1E.c= <-[3o[Lw`Jka߮tYQt]A(>aZ11\X.N<#Q.1:X5\6t1ՋYg pBthQ8=aMImzzm vc\((LSLSZijk2[h_R*"DFd*gk a !7gY¿(Vó/u暵E$aY̢_KCl4eg?Wn%< .xALţS& wXY۷)@wZte;duGho=(#}A1w+un 727= Z 7{[KB]a3\@gQjЕ͵zߍKf\!ƴ—cOC/P˕Vp[ȅldY*#c4]tzXf<iv4 zR_[*WCL~0>DP*Ɇ3?:JWk70+4b7IKӢ4sd|}1!s]Z6hBNi4C/y菃+GDo _TR*ag:iTO N2xl&Q3H줁Zr183? xJ8Z(嗙rg)̀+r0u4IA+pBqf5~)x`fNtW9IʬOb`O}qt.;&s({0(hvPR1R4)DE-=gUzeȱ>pʎD?kIޖsnшk5)D [ʵdpbǻ +BOYmMo(1$\Y^~FލL"0tĈHt;5:F!13Ǿ!Nyz2\#^*l%&Fϔx~xרU45ٗ#nHD^h2Ků8T'ool0(zY`m9#|̉R<=^mRG^i\Ld@ .X12WUV'XA*W[r(!MpQ:7X,wبI1$܇@O '\p;ٻT𩲶1fٖ!snsv'騻k->o;Zx4 ,ۜ>\5gyDo(Q#t)g*6kW5b{D^pb]E?^p5r{"xKNs3 Rqxq&̔i|r7خU̐ayF'RS }M&ƯZr>B]̮WGӜGA~A63e$hcXnXnNv]v;IK5cϟmݺ^*(sh;[=M󸊊4G4x\Ĩj&[ތ (I"(lJ#攠goDKa;v2FVF[!{s(@V 1b9}$f,k"5{}%!"ni4w^[+eG+fKLJj?( Hf_ kDwM<?kW~\uRväwg-nk"P 6w:Q>(C;3+DEϑwt~iltfPpsp:1|$} ks? 4\y0!`B4Վr.kWcܮI[.2dw m=0NoHUP 3ULyS.ėS:Ogp*KO\p/(e_k!=h%TTnC-D), ~,pfL0M3DLqӼp.yWE8bu>a^6`ZXm qVtem(8D%\Wm?:.Zu9{I: C6fD=xvsq'!B?}'C`;88r%pO]C}(9Ho+`(!?v uР6Cn;?EpD?y 5 XF;VBOoM@:n?c ΍IWNO9A./ (2t0ײaSp(EO[}3I\? 6YS2EY)().m GRL;Oo+9qSnGVr/:^+㡠TUQ*Py7XZٸ {K.8D>{pa[U]{ "Ʋ(@I$ݑ0*Io JyI0^g]W6Fn㛡F>իNc8l;Qc,n!=P`ɛ5lzSDzOe7 O+x(Z*U!Ҙqn_d΄"U7MbXW)"j_VsA T,Z.K՞U[ 5+nI?O"&hpW{ ɖ%ւrM'^ǁD -K fH3:O@Q'(~%H[Yp rVK0)^A=b4rV]1]k bF^Z]x|7'hK1SIn >4# *fv1%V:1\ qVzMC'ǀ8W0ȂY`<'a I5pUdL,xWDLu3&Ƙ4Cu݂ /dc`QEuZ| jN(?.p,I VW9@):-L6Ǟ絖}!P%j9D9[:;{5xBs39>f1G}n@ E:w'%@:퓼:t)ó ^Ado5^ j%`8ߎyNV 9`b?ȡl_{a=`^<~tc 4.:zتtB%3&r'Ǣs MjvFtnUi%FEd[3Fl}J]6Irc}_ѣ]J:SVXI?= jPǣ_Ÿ!2gh' {8"u|o!h 2T\k'SpZqJWhjpr_gٱ?ba*T*ϕPYwlQ&@'kw;-A\tE%IRHયofT V& r 2}D }K!ac j٩'%骷d-nEI* ,;${ejVI|DN+q |V}ž͋ʴ^M)TؖlqEE{:!kȢfcThuV/fǂ1 <'exFe^s]P ;L3uj&dǿqi,M%τBf)Sw x?295=U,%"GC:vg1mbT;VT|^LNns*L׋dq%ȅƈ>B#?oPh ؜-m~$z!tYIN8W".D%u,6V?"o!קvE=ְH2Q!J.x^[! \١FWW3eMݤw0֙ Q1?ယ݋x։V?!ML, Ots"BVL)9t!IUyNHwal,9 (:`c-@*ЏoEztm>1EKa;'EE'>T^I쀸_+BhJ!|'wH#hJ"@.'d=+ӤR'{7Kv Q8uhSV_./=0\) Ⱥ1dZ҂5ߝX'5bX{0L|֐4&|ʐ_ ;7f^0ֽD]([j^S:Qŋ0s>zS} Ӣ!ܡ@hO@|#vA;c=E%Niobݏ>e8Yj>B/͠Z -D]ڵܣ/K͂6NݹXhimg8U;EXJ%j;f 6o\>].Чx`  ^LL͸%#.'Zv#ڋ+"tpYJS>b.ͦwsLuaӣ8k$[PPS5{Ep%MpNH%O3{(H%,mEGQs"^pG~^r wݕPmk2 {V^SB.5`b)bouD_,3Q~JY9,[)=*-D\_\),kl_ҋQQB)*b`hhGѨ$pu%Ӏ,U.6vN~+Fb)E Jͳduܿ3HJSzubpsγйmKiwˋ4a辳gY7'le~>ͬɱ|1()vxNu/BlB>k] $KH_jL%s8@ *dlSG1lE] U,jh&~9֋[Mfq]ۃڅU-7n4zȨ#bs`6_rlv5w2.zUαl\iR>ZL3XB3trlSGѭBc-6< |@% mPڬ|`_`|@^M._™0.Dwu5xLA-lC]YAX;| .!%+*klΞכi3K.V uJa|L+8XŃGȰ(JIS2>s>P49^|b5.@B:[*ͧ+yf.wԹ)&+`SSg'A% λOӓ<}:Jm 5Tœ>Q;(36Ѐj87bx:M4ԏ2sKn YXQ5@4?V!@ #HmXet#q% Ԓ=gI,Dhuȁ6Fb i.j oY#6\;҉{䰿4i|9Vi\۵u$+wC&X$rT#dLøph7O)=\o=KO9ZYh [i_xE`} %鬿ʈj7љ׭,&<ִ]$(YáA|K_Q 6 d%U켔[Q'~-0isKU5Ы>GDnnc1?չ`jQCa@B<#j.E1V˜Xؐ'+&e&PJϞHC+De@֘GhsǠ|\ h{70=tD"b,X\Ϧg¨єZYNppP9<!Nlm'Ҥ^5quUEr]?gRMS'dD%8_tF ;o ï6=~ì. d l+&'X5lLCH&zUˈ +Ыou~ge^io6sѼ"ea}H,=gaZ#3ꔄ9@ILSrD.nܰV(tQnnD- zv;TY+vg l> 0CWM:<-k PPj YLt6ay/+'[cƋ(D<іC -4'b61L-N|UIdXGOxLT<7Y >bbKOLd"{qF &Oi1NfCpAuO㤅-ݗSr._'ԲK'#-PԨک~p=.L ig<^LqO,hz fIǠKdp?䄯瞧:fLXO1Fp\Rh-[f|['n7C)a6ףO*#c~m/wlԶBnx4MNb{+<:2ȟ٭#1yelj6\! Jk-jd7R @K 3!!'<X;R+k՟Wܫɭh5e ӗZ^4Je[ 3%̢pMmt)ѭbi@.F{ j@V5 jO˚eSȞ ?k-f@%h6MhʸB+ik]~{Ӷ/6;ܛ)tOxe8 %}te4?AԀoؽ~3`s8_|3ErK'RCc7TZd;P;{M6~;IF' Ꞑ{t6ds0K~@sS& jJMzB2uAvÔLKJPZ1"2catHIbd u_zZ"&o1"K9.l-T?o܎&WZWDNt [ PY1Vl,+Fs|4˱? m]~@@xRnyW䴠B9CbAݾ| mҢUL+«ۍ+n)rt~B`E~!mu0)]tl0 +=Y&\r;uPZ#XsxS+{VNHq9D*a|db=b5*!NYmrx򹸕߉YA~ќ ^ӱ+,@bDd}"U-YM633,[UgegxO$Uu^,mi;WqFtȌMp[hg{YB[6s8֚vaűջ˘JkgF[lծ1d#>Pʒo67(4*JE;2/qܞĸֹ[&:EdIWiE_#OZ*a@eQ(EZ:v1bs*D^HFEYt7V,~9${X~6أK.T䐻[NJa<723;G2W*|{WCnmq"ZA3Bkb$ubFyw$g})eӹS?CGEU$\̛Hl`>n4jA+l8՗ub2]R:k)P>Bֿ$K ܟUh$_dhhnhɃqT#aҭ P25sHq”ϡA7tSvPòK=TVJ6޹'뿥q„-zc SKao9)NLh*g8<'}%c-ryCgx;òqRZk"m2e~QtJ #6135K8 1iGŷNE1G}OA/ `~@Y"۩DϴudTXZMd>z?qpnCs_$Mlg)ɉSh4'!(*tYTl,BD[تQ/}05G%%`׋CUh+%X:M } ;Lm)‘L2o(F 'B0aK44pүZ=s W7\<BϖZo +Χ m֐գVx`QEp3*h=d , %^m9Q")7Ӈ=ET˔Ϗf' {[ ԡtL֬ۤ uY U`/Shi̵GQRȿ\cV)koqԨxw Gq E4'u^$2xm.P-4=Z%A bD1j\91{-n$7a5Lf]uS@+Èt}7̓,Ъ䰙JGhN|ؘ]e>y۶lXy7#{A~w!/͸$ĉi4vT{1Ȃ W r2W+(0 hZG`^q',YRQ`q]kŝ'A8{.U C^eiRa*DFE{37ZfPv S.BV\"_^OiL`;ލC˴׃V# P׹t,iK G/`Ŷ9g]HWT+ׯ2O]fr*nG+ kx+!J_GabUE}(b-xFQ9EK׸$caGg}%% PBTxsGFSXL7~v] Yfb|@hۆg#λ~,;C2Kq`NɞZelq0(Ash'5((=`LpUJ*P#y[!}zb{ g-`MeY?{d"jL:DqF2qHl=wZD%W1ZQ ]sDiT`ߊ*h<[ ĥdbOdZ?6lHГ^gT wba!+,3 h<_:T؎av$ q>G6/Pj䲔Xض3nɯ鴑ఖ%M\bmHa_o+ ~''rƻ =ޥ؂0s{^z$qII{MRRfNv&f7=z~5ZC_RЊO w]Z4gEEbU^Ei ˋR Tx *t&o(LOb*!7_K&C9H gŒbi!V$[{zS )sƻVoDuOkltKmAEDRFPTw)wX(m1Z,D7`K-^g\B[@o/5nTE&*܍bOsuViVa$Q,% : $]d/BeNЬ92b!V[6s߾> `M$K"O]³ଽ3)Sry\S٥\#IAk;(W]!Tu}OlNjڇ\$O8GLkX|FibdVa4Ӥd {3p&ь^S=z-Db6Ec,eXq k I28?di=.<`k`f'wAa_@!~ |]FhZ_ꣁ";H.4hh*[ԗ?>ןjsz7Dp$ *^Sg7SIaWGZ}歗{}y.P$l'-znv6ٴAm ڍ0{4 AJ¨ATL- 2 tĺ_# }2cl1LSpZ2v6Rd>ljci&H$ b+er4g4o%Tvxx:0(pCOu'!_OUɞ.q6 {E'J %~%]˒ iОoAUƋþцZ ,`t*G#ι5y}ZCWɄ|,ynB:*@ S\*''i?eR9^IEu yMMW5K,]_rIY}4t=iH*x0@Үmk7-ճk{${xk>>l|T:ծ|5Psw;(USf>w& *Jt&k qG++Sh^@qsgKrDkqܩZ԰0oj!aS"&ѪsZԞn@rFT|x&mBkgϻ΢ujQovMdt[(s=e412ˆׇV⯑·+XBK0W(fe lY- l>=:b.C=˟]zM*(E~зq޺G07*fQ[7wZTCt70ϲot<,V-JiEp3D,TG W1A:=m,XGAo먭lB9LdD9N8܀%Y ].;s^"DW vHi w/WEdIw9mv' W1;CBRdSja xEO%F"t^霠G ku8Su)kY(ن9fљ׏l'/k"F+ΝkATi7ܷ46+tDjOlEVȏB^ C"!T;(9` Wfe(qŻ'rn?F-鎨2vN~ֹs8 =yߥdt#O%Sd ͜-ӈ. BnTRi*gXdtM18fjxq +Aٰ6$^cC?]Ot!4 RwW!Z,n3lP[C+RtF_km? xU_Xph %ơzT xT ٞm:f"ׂ=zS-tRz5k}DG!!W3f_G"GoLX]AXPmvȄq(-biecՍ< (]iU\y?`# g!|d;Uyz/ZC257dwo_$2) f7pM4h,.X @fμ8 \e/|X NsEA87b.o;_n iTyD孉\GɎl\\ŤA7M7[RIJ\eٺT\]Ob?fpۄ1*1#Ate?IϮmhɤ M(Feso]%V>d`D}l.(6 "}~HI ҵNqNy"TLI *˸1^8JT^u+IAW'ѡ#ʿ]<7fcz-zS15L˫u:tO:O\ `(2jmGѿcl p3h]J˕/8KV2tƞP0[; vnMY&D}cP E>INwšN]^V~oI *1;7+Ag]p rz70H`(ʅBR\5+a(θLWJRk5ǜlіl%:B<+^*8AN{+쫿AOL(<|<]5NR=F 2{gSiE7KqQ<\\ 1 sf2.=bm{:+Zږ<-Mx^q=.k8(Vڙ Ƈt&3a6F-Vlɳ }FE/ZXXnu>K҈ A"TB+-rZs"ݣѯs$)%Fg-8lHP#y*CQKV `'ou$ ]f'{ n & 3pqw)+MʲIW zӧ!qH#q4Q/i-3|߃{}&7zN(b!`_]<l𿮠KwdqgaqSբӳ+5<] ~Q[I6yre{cQfKؾр87cwV+ +Hh\ s_m-nzDZCrj/{zxLxGkQ0TېUa }^An:Q].ڹW5qD'EFvE8~Hh%I(,1=7Z!AIz. @V^Hxn< Zz3"=%K}ZdތmJ a]l|"JQQ:bmmP E$[p/he]H&nos\h( Us\>rN!}s CmlsEY_ QUn!E) P^)ϊ5P!)hBm>`vjak0Jȩmq6o{2tOtͦ?Yq{v"/bvjF! Uv#;K9&|8 7:WGccOx4OXvkܑh*ŋjXjt͋44xL/wOnSj[>@ՕҍP½DP>"ꕓ53H0e/z8:qfem( ?54\h=&刲MD ±0&dsk& = 5'մ1Ϥ) M|RfEĜ4_>]FY FGPK%cHGI7]Kj~sk=ںMl r~%e^w*G&fK1FƷ陛W"c}|ppd{ d(5uC8uBz d7M6薽uw_|\ff:H?|/& ~Jf. wLB|F,8|SzXr6bD.e|ΗJ g۷<ޗYKDX}u %c͙-rW>`Hwp I+[N\TpUp, r ]6~^:b/Tn5҂Ne|_Lm A:^M{^x`E +lhQ&ZW 0W4ae\z_Fs|߹ P~[HȜL TPi%z<<% Zq9-,!ɦU_@Bߚٯ;:KGi#֐)7/RTK \j=Kk^si|r,ݻڟ`0[DT5{D Us(LpN'?gy*숤 N_Ɠ;r-E[V=aOif|[NފYf|R3_aMD?a0(JǖLfI lAto5V#)Q߆w$ЪF)5-Y.>fƌm˝; 81e;!*6/9Xea{fYu޺e-WJ/BGЕW D*p*JK2VMI jBS Q\TWPRor'"6~cyi-z1a?sk'?CGh tBn\*,fm $6zII>Rq~ *4 Sz4KFՂr^D$e#І#q*}*[5I !sDzfDc$ -h IdLn1rx[M+I+פv~A:0uڂ>Y6_tEPM+8\rPUYVB%!;B]v҂edL)ߨo%ispu«WtM/9gdLա=r!^j{\};å H1Mf2mv-q=1g$aP OѧQpn<"w>Vo .j%n,!gv2+>a4RQ6f /PH;r?{D1IoO qkoL4f~ k0>xTi3ćߎ]=je_&6{fMkE5!dnVZ\HSw@u_:Fly;eN6t%š fWw#(s UjgEgN" \9"$ Am9g5V,"#?u6Qi˸F7Òmp&yJTsvK?~K@%*bM}X+ k1+܅at#c\D/X,}WT}_Sk>n<+`}IL#94tz)|ٮ?G`'iu3/SVu#^nQQGd6yPgDFvٜ8p_U7ԋ/]ВX2,9U?)/-RtjUmH:Ka7Vǔ>ZwtTk4c/,bp3b~rI˛OsŹv9~VZ%~W)oeBW(_ |fdNhAc__c]7L<7PrJ'dcޢ*nCɅ3kŝ.BHɻh@(YtʌwSԡRYVZDZOJ'$>LT[׵ԀlCEY5u8R?q%_j`&=N0R̯12h_G"3 8>()30;QzBKx9{Rn@J[Zߜ,و_XpH9DV= HD {jh2ҷC`j#S<2 N- h4P\>6>m@Vy'{, }g/.~9<la. UQ Vm&AMUҏ.p[w5*6K32WгZ2Ơ׀:\`a=L4DHnS>Id\3aprsď/1yNӭ Dg 3 }̞wXAr HurE[N<Jǧh봿[!tP卓P\"ǛpmRoDbBǼ)ЬHuy&Ν \PnJ>vDP9&(ζim9inx\]t] "TPkĵoM-<@;G$?/v\TCsAۚmaުithTYؚͥCeRG䔬2DvgЩdqD~\*|CglԤb+\G=EO!H($ca@{cIvɌӨfESgkp". 2ш~z$F`"((OBs g7"劻 \DiO.HY @f6ZoV^8((ѴRʶ?ɻMPDj m߫%]?0ؽ6=͗JtyF^:'iJ?KSN{y$ƹmX6й{:.zH:HJ6q#oB#EkF #&%'LkUA0;nj"R W x=-|\44xN;ߞQH0ch06B5l^Qz/8NAct2Ƹppt";jU]i g, Ґu*.-* 'eց^M-:(i9+W7õMϾ7lHqFo[opooå9PjBnQبzd2v8:`+ ^Sg>'E,EJ.ⰁE:n6(UJX33[qqG kì/Էy5/B+Nc I"ufK+pE5@*$ ϯRAтlOC̅oz]g"8_+j5vQ\uT`QWZǧ-96€v>û[.kt#40 % b ݖ954]s=#>tפFt2ǡF V2liL-!A1IÖCU"(xPZ5$` چ!܀% X b#KQ->j@l2!tCb4jIBE$ɽD,!Q;va^$j7˕ .|{U]C=8v1Q :J,rlFZLE7%P{%ͨ4:O T/8lH]u@rfp@śKA@in:\y azʋ0< E4?zqg|[ECiVR1V_4S%"/5_t)F?9~{xspV*O3V@Еz&c=O)> nVպWMnG5BĶ n3oj މ gJ!.>L@\k,T5Ͱa}vl\!\f_lڢ`_PRGzMVokGDf^)dV`+0HRU8VmFe4F0['0"Gjqppoz}QQY ܂1KCqѯ]h) Oj*z|iӮo9P .!?f!H*ԕdNq;2Ol֣,4Fv[.GzX+#J`l%1<*)V "Lvqsر%p9H(wxXs0"5z⶟5k\L  ~Je_iԓy ho#Rŷ:߹ mTw_-$IRsE'F mnKC[>% )<=E`,K^1n'S@ W1'\6^C^ @902,j~TlI"'V\/سk9zDW jT`bYȩ)?N`mZ|"|:j FzБϟ$^8b>D5@D䗼Lh9lfCDrۙۆS"=/iBk-K=}F`Gu&q~.$5Xm`¦Jz]7nW-Lh_煏< "W LjHٕJWYӌ YR^CmĐIsǡԨ|g2N'Y=9!Mծ 񚖭)2v7.|h*\Jhǝcp1TyK3v;v)əZ Rk7%;'}g~b"ÛC';9x]轖U΂a埜oLxpz7ep[i>t'A٧)ӱm1B̛&7PTy^b4 1sxvT/ \(d붿a= ꨑ(gIִ]{ }b nRoDK]Q ޫdX?PQ8i;eW]2c'TxMݺ9SC.g@`OZqKiI]ߜItHԧDD]t-u37w:'_w@uC+:q}S<'!ھǸ!GbOMO? (7J-{Y(;^5U 0wıVbjOj s'^sBl&F7|Rv5_[»}b b#vjsR1Zb:&fvjc ΃IULRޑymlxw$a0v8[C4I$#ӄndRtCo`[0cRW[l@dn@Ty`6`!!Zç]O5 ZO`uE!VZ)\+4 S"HoΧuoSAz;i g낉]R>@xSgh7$ tzkOXi!(ĸ2x/ MoxkU?Ĭ¡:|Pԯ| xYBv@\Eiєj3b9D,To'kz)Lw oފZ1wASez[CB< iE)'HZ'&(3>fA8u? /]\NIV7 J 79_7";򒏏a _eLo-0WQ_`&%A#@$n!kܶE{ yɍ$#by)Z@U=u0f-w)*.)vPA`_a"XD!t9+όP dFms;8N '',BhgLz+Ɍ6I0`hi;?X6>Β,潽#i'jlq 6ΙUaY7JcAql#HsP\1*$gE15-^Wx1x+VUت$ Y@B3 П:\T',=~)HȨ~hAHg)<8N\dZ!CL Ff8tqW?S]RV%*?߯%2doünCE_R{f.5"bfS4ww=]=m4hE Wv.8)%#~}dRZS"ԧd}]Z\,!2mn7}g,#Pר++x1+sֳU̟()6JNۦ?LG\}pzz+fuNQtvFR|SgMYF?bli:r_"(Jp˞]_YM`og+C<@j]wd B֩ +yݼNX1_:Ta Ҁ+;j8+=Xc6zvC4U_"^9إ1_DmoG/dJqY`t~#]0ygR${ ?ziW[DZ15.׽9AFwI /{aDŪX!B,~(PBem$'!T%Oʖp5$ca}`>OY8yTԾYp>2wGЃcv 6n: >`x>~Е?,x8EzC] >dXKBnqLCZqJ f_rby-UA m(M{Km 4VLp}fhSi)o-uLڿBָf9:D̂|u[Ų,t,[+Na=M^P4ޔIK3bALz2X u_ȳM.:*RPb;mxny6K~sUkztn:>G.k"G mhӀ]&L|9xTqWq.a 1p?.:ِkߗbVڈf+ZH+O”G;EpN8Hţ؆{!degޅyyU>Ls4Z3@,n?%_;Md̜w44?΢'ZM_jUΠ~~3e5m5oua-@TACo~ Wh\ Y&w3q-v015)vpC=8 }<4Xl#?:N@3s~݉-4ݨ"atQM B(`˚uy;j o9V^ (ZLZ??4͉b_Om%?4\9FX5BڭK~; -},j!¶h50]N D8q{媛*s ;w~ećZޥNxu7 HLUs(3* hCӈ]%(Zx9EOI**&U76 3>M:}PujeMH|To05JRdC=@ hFx?7pơHU9]sFdOdQ#*}BGR遡wSuKU0"h ÑlQ]"(:-?Kln]Fdr`pI8xkK>6tO{ṂHPrua yܭ8YbォS۶1h)˜`ӂ/jeNqUr#9;i7bO6?Mk1`tAxu3p98ɢ |&jwn3^Fƹ@9qiăI;:YjKdy 53q)"I'9ILA󹮜wf§L.r7oy;0cVdѾ;ܐHfR‹\fN`SS̥(Wv@'>n(n(m w7fv1q<;;"nWʵ=暁K=˟zh`3Qn Ynwa1^ ˡ !qou5P͓(8ok&]iM{m!62(=hRp fYD "NH/Wf ? s(rlZ()=gQ:SgYs` Ag? v6 AO]T:5Ҝf5GάꡥщB'٭$.RU#&XgВ,֔OOlckv].'R19H.Ә\{I%[a)U\蠱z b #{IT^)^B]"2ܩ=V ~3l&NJ* v>c# TQY"&l"> (*Sg)1q!(^9m0(-Q𣥯2r!U2xecJ'`L=S~qɊϹ6P.!Ag/oQ?wF8>4|{YqmS訍Rg ΫK#5?)It-K>=+%I:SI6n$3Oxm$:$%X'JPz  9CmLf>|vYg{4Qd4*DbkO\+'+VAUA+٪4GMæn Q[tKI DPJdcmYU`JVx,j;JԄأaͶL"`cWlB{`擮c~LL9 2EC .;Pp6@h˭~eؗ-lXɣ$DDJˑЎV'z`eҪ6`{w7TOٺϮ_  }(x1,ґd2h8V?iZ&-B?;E}Wv2ȘbʛI27Zgr "Ri NIw9ujAZľ$yzbI4oY> G gܵܦSGzQ/1=Cވ$\GRAF0^wRpل%ݖq]A8j bo8Ckn=?= "ր—X#D{`ɅDPNyv)ɻSlc?1rFs@;7>NG( +%/l `D|jD2 'V<ҩg%? >8c<,|9X@xj斏@Lo@.-Ս܁y p<]UqgdUɏ`\ӔO)z_ ~~]%@40n]0^ 6$=cVZqvEw^kը$ a,8RbG[1;k6D.*j5=vjJ: TN9zFU6>[qdg>R@Zn$.Y̍i])Td37IARE 1v)LZ ۅ,Ч$ /v;S%n&i# M@Ar1=7*u gJ(VL6\5nTE'0$)7A"="B[dQީ4Ӭ=tq nU JS.9>x,pnI]l}Z7)d @DW{B~=[N3o6AB,QY\HIBm=)]I豓:xF@/zg2 +B4=4-g:jd+ UVL|%.e^ sg!JARnjy<5˖psd[ͬ"asOc¬D~L1wƊ#;`)כ9{EXvvw0w? YA P3Mw*`m@{0gFIIǃ;`<kN5BdB xW'AQ-3ﵴ!%lg#F@N*YMnuu&,,K3o])I…sx7i\x'mƀ|QKxkٝUdxVt`3 w͠C@ѱ$P1筊ujțu6*Ki̵$k,- {]?oKx<rE[3+V[)]Bwiae/s3: QΞ ]ZP 7#HӟE̐ioXp0'c+%lGSDdptt"wnҤr,fL]B1) a;Wh2Q1R lP,lw$Axғi t Y/#Rd/:&#OX5K`{%в#y>Ő$Jf( w)B'IMNҸ (a ̙p7Np5C=L? h1:S>N- G_*"jϡ[8k`gntv-G} D)&o4IFπ ~W[t*:qZW߁9}IӃ~|k4>@|5 h؆'O'UP1n}M66_ŘEÚ*PMehHwFz~^J) b_R}0ϑ"8gߔ*M춋.˵8 G ?0p\ƖqI6XgX݂_J}ʨYE&Xl(/Y KW(7wc&FX3%?x) ujV/z?p&) OeD NH4t'Nk"Tmv` 0ϼ8i:Y|Lb&6 gwť-loJ]i` ̹b )bLF[*o] 6ڲ|Z%NQu?`|(͛z=,D Tt gCd.bԌWd]B(~r\od բoO 20e7"@uI{ Xvq'Umw?ʖ@A,mkT`J=G@( ]LNY B`L_*9Lv+ g_̒:D =nt  TSc04={sS}82,n=jz3:Q=YZtڮ3Td}~n3=0 ~9ý\\,r9[-$C>NtlKHRfp! 6QϷ3>SqKIGvo,˛+vB@g ^Yg(`' `.08ؐvVWfX]D(|bա)]25I6SbDTsM 7>3k*H605nq X7G`970W Vh)%;|/9DKn cv Q?Kjtf^xc{xE+x![[GYũNz&q߿tUȓii(a5 \;8`|! c*EQHڝǦE<ڿF,c _r6ޘֳ0u|;`i-jm3V@[@0Ct\8{4,5b?xqIA.bMN〒`o DMGa \dUN(Gtu&Ht^d} WxX=0͹+ ꛏ ´Р˥&M{|_-v仈m2<3A~ibł.[L`*k>8|פQz p(::Sʞ bw7>Asy^8Bnd( ^~[HNWĞNƾ'ƄRjG_ѐ$S-2#6 J9?VCZcp ȉZp\\T_-T +DXfVT5 `&Ki5Bb?&OQ秥.j"7scC'As3(9Ky .T5((Ex).{adlgaA-T"y+"w)ku70gR(\*Hl͒+֤6F]:^5q\ lha#X}uj^糠tm1ջ2;%ty=N"L%*56BcqI VR*yMsdI;O)` خi"NcDvOԼ5PҌ ;d @NCQ˿53Ӟd3'gMRR)r`rol3Ϥjq5ȽOԸ"|jSEzCw*#c9zE ].nKrZ^--V}W\Ky`Ⱦ} 3-6T߸UqNPM~St@E*̋)o8[S!fD|񴑓 ' CKlu%+cRdC NH9;pd:lǥpD/" PJUWVyWf[7%NpY o\j}ި2D&br&f;ӂ@s]̱m5tW#4e!wGr,Dr70B,̼%U-]+ؙAB>(@g7+D(mq&xI h'8B@X%uZBh"w3 יdJ#Ǥa8aa}_IwӚu0gX: F!n;ki$u{U,UiZeA)O~fë\Ĕl8H'g1k,N]|'LMyË[! Dxܠ8ѐ~i1T{ M7h瞄+Y0+apN7L'IZd]Nׄ8CDJG V8DP>y;&]5הs^9%̺a-OBPdBc;k™ ul@O8Z>7,ya2 Ė|@FXyQq !{u.ah(NM$u!/nZ|sru%ST(H_-Lr67W NxT"$ڜ:?9MI@d+j&Ѷ%zV_^U򃾯9$UL.DW5O<ђ&GGϣ/w*6&^cѓ f.dKE8,G6P w"""#ope.UJ3aikip2=ZyQ)Q-a (gqTYJqĄl6$(i%Xg/\k?C@!9;HM3\p4i\1a* Y N'͍J.ـx#~s _6_N,zI.$z;L%(.0eD䝪 U3Xu^G )'azRذ}"n:.{\_s'e|kir;L5%Ov-KPr -LP [J{X)+ 6NA9p̌V*҇yəNσ٠t劘_YPep6c &`ro.GǴ.n!WGư|WpEg-"  @;$H Y-YjJծQ]'0Rw5^짶~峸|2~p~amvqg{]a:c=[⫛2_t%N&(DC^wei]fJ;fwW:# Y+?l'aGVп\_)hs.0`,4YYB @hḘ5$1WV-o{@{Xfg2f0)gG'(Z}{"2ԧ=W^v8Z)kl ~ox**\沅ZGBXz芹' @e|.%'+e8HB=% ƽ7|,B.ʺϜLg^D?Ֆ*cܼUbIol}= ǎ1KΎkN++lP`/Gj^pKFP!wgxH3K/5 T?;w 6a^e)s=\0Cu7D8ߴGeE(};c{8KJ{_&7:BȺ~WeGƭ~gOn죆q%? Sff-πg.QY`x_2- TR8.m @o/,-4dIӚ|7#sʽ\?tGQ}MWLM9)G9V+-ۉ^硯8̝6 wYqOr}& B;@2:|_O/2by?Vmke!mrXf]kmrd%D9ȂSk©Jİۗ5&YܼSe)D;#&nsq6nQØZ^cDآu@sᔙR"'yh1NT9'j)̠K{[penUzLڙq {A1 Ֆ?VJ+={>V؀ X{]2+0B6m꧵A(:I[v8~c';nLg(q.昦W@2Fxt>@ ,z/pɊm8TE] q1g:N7m`6+<-:uf1f`Az &!pn8A7CjEko웬Cΐa?%^6) \)(6 ލlܞwFpyм *]hUXi{EtnĽl'H%`z0+ܵy;NS!`|~ }2 ɞlκLPV4ig~{:ٝoq`rV?ޢJsexzӰ 0\$CuH 5NKcA~Z+׀N20uǺz݈ & NYPz/sʱ^h퍭]*}9οk5:& ;iO >*8$1cVKųtj^NgDR#%Tj-<ռo L@-lE0֧0CګۣSj]4)a"6X84;Ap:Da-IP]aGVdH,={7kE"{V62Ӎŏ=dD3L)f\|&qx"8 ߓ`8"C=[ i ]1]s0kFBO-諓@(1vؒ}ɕ Zߵ7P_/WEJ\&I4{۵ɛ!Nyw䃴d_r6\Qqp fOT1~XP|w5 " A/;)0@g8J$~^YY ~\< E̠Ų Xʉye+En40RX>$9ŷ@.`MҺ^bBl;>M\3>+9Yb MRL!EI#왳0j2*Ďy0站|,W (moݴTǰDHpU[L%,4֚A=Ӿf$< azĿ˿㲴_%l5$1KC"CP_>[kMHȁ[BRᥟEMqr{ Zh>wܶB^Uw"eBgEqsoTe[泇د;=#gM/JiD`k ? 0,}5xLJx{Kyo ~tNޡt!>}@nQ\#;!͗co')d#|2 @j"Y QFAABI,Ӑb~&B5(uJ ',{,a1&>$+uJ~WKSfp-fռ?ޖYyۀCWnoB[| 8^;6xX}~N{僱1{ݪ9v ;i㖻֕"T\XZt8qQ~Yfs ;fpA ;~i¸( Y%'JEl"S٧] ,.NWK\o -eX.E4t 4IF'q#BoGf'ԁl"d^9 0E@K6GO1(,NiQ dt=Y_5yϟ7c4g֜ڒ}4 oB EA!z(|-],3 "<߲Q '%v"5f()./1|8Q*yQ QcAx1[6B ( Ț Zd 7wњ_I{81t$Py8:T,"F)j :TJCl9u47Cp[nzK37,2-Ny>Bؿ5ElCF)2x$;~,+;gyJ )HZHk)/Y4vdrSl?.fl"|%HEKܼwwنXwtL!YtYpYi2Ȝt.gc%?U{ጮ"VcwH/ZKM2]=+= Pn#6 HVVm4yuȮ"05HK5$t98%+#F5J@`Ќ_bjcm o{ 24&Mytk~98xyqMڢBdq_"?,$$H aOo}ge*1ylPmgm Ԑhb H5/"| 4kQ?G38b/NwyFg h0b럆©/e/(tL[|DF?<5 weyGư~ږx,OJDsP7(ưCurvFLLJvqeQ_ wѥ$貏LlDξ2 7]^$)9)'QDƨ\|rގHD g߾-Mvs&^"zW4)#DьFx0έSފMD>U5EF4=*ɅǑ3ۨɶ .£g3RSMTx a-+'Jmn=C~oO{쎠ҥQ#[ J#WxKhZa%E !Ԏh pdډY҄>kpMII33@SsE{SWT*u],aH~ኅbH5v[4] i F'%4s䈠< 蚽TC4;ߛ$/_$vYt!^tע{(|!L)᥇'D9^Z=8OZ碓Y~క`)MiUfw䃙s8f=;ZKhXjHQ4Ϗ}rNd5b ךo汅p^|G,Uh^0AðIw'9:Dϯ9`lj{P9XLZ+gSz_31#RY?b,Ót/ǣr/JVAY.gEG{nCH&gSo{tGpm=SU:lf,udk?K nbbR`h_em^ !:_Yd##8B]*/7BR[a:R;cX\NYcD:\  /!x,YukhM az9)kzLt݌yE8Ye'^·oA&Y]̵ ,T7j" 9zUCmtɗV>AtM(͜KM<6?  ^W, Sp2i͢rF09z .]9-;өE,/񩁜%4X{0W>/ތ.P+$w3K|"z#0ł1DP<@%JQJ|Y-d0{=ڞܮ*aD㽢*[ow|Zl?AN'Hb{J%ޠ5(22o @==dIRax=:Ƈ?"4="YiWS}Bxbáx[n Z-">7%Őԅ|!uÒwXZwN;mEnAԒa ZcAٙdK1n m ZYА#l3C W"^pV G2bJ5n[pᕕ>Ch7OAYsBUIN+6<'MZNz먔 Rd/kkP~D3x9;uPhCHh--MT[@$wSJ*f$kBaЬ@;]kI xY^9SH>9q\{e @rFAB pxW8[9uh&&~Z-n"v>PpUiB[*.RtxUd$pw9 Kdz0>m%9ҪB BPwVt+_; >զ uA ݐ暏6g?"?Ho%5hS>q>&H*\@UYF?> 8y4{A'=tJqJn!kM6ז1Y>F×H o*y{"ԋy=rehAzsZ/Uc{ cuh,@o6ϽLXQlLzy/(I#B~< iCCu3h.vѲxL6rzj-xlEZU7TO.ܝ#k]Fŋ(~#eA9_.DrȢVDG8La,X)NjCyQĭ@ZaC'AuB <}(51Piz6n|0U=7.>^Mր̡9Ӌ)2}j(끀<d^)cwgDl0tSL`@ \c](1 }wQaiԛ)(XXx#\$gôz|~ CM`Z}X:W'灴/SM8b{ٺm`$Nֱ qfr|ݿ dk~b[ɬqq?{ <UÓfD~,ʿI=PZ`g&%4z#R{sީvjT\k y a`G C7a갏_0WřoJzX$<XW>T! m/d5ugY9Nd*$,l$F5ZSC+zuoO}zI c;xl;Z@N+!VBj6" Cg.2S][^) , ~mhetus#ͽ3Ѐ(+Rgll2"eG,+XiNG¿WYg,<2νiA 3;:8Tn $\@CZm-&w'1$w.NCJ¹ KDR3/k(BSbQ]%=F#;3&nH:-lmp(ZV E {IC 2E>1\HeT(gsƐOe~)fΰEGg&xMXՄtB9<-"i)LK y0a$8%.E ~o/b n͆K״:Nt7BT[A#餈ⅬaSx?[4|٭D nNEY^ ^!W"kJ'xnRP0 JVD[XnX֕%ރ)N5a s8hq7ʎ` i'X{B<2V.6ʊV1ngD^(Zaց0E#0 IV-:keUUBٞъ9YNJz&" Lf.\= NxPl$=JIHϋYgJCH^9kM,dANk؄a_X9re[=nWy1{AJu]/{xjӑF sU/q ̟MF|GȎDEp\G#Né#\U˻iˤ9?Jf}ono$ oݟ9= i5ĠRZ|ꤽk'a}d\,n.t1&IoWH|Bp-Q-[ݱɑſj~63(-#AG4X1W]Y%VsY7dYD x&ln=a@BI01U|.Uge"wlܦTXQ:xZ\f7ZSY\G9Q2>̡&u;7P Q\j,晼N~Ѱ r4G_\Bx~T#Z(qyBPywރ BU !7],؍:0S1T*"d;Hh>'ޣrICj[DιjAD|$PL)-haK|\ЛV"UURkjBk]6L51.8cCJp7Y[oJ!`yv.p˚Ch8xdlap#X`mPV%]~+@Ma5d I`zя#޼{H1\P-;0a}g\ +,سbd0me.}uYQuY<$+ 7B%8yDK4*̭nkpsy&)Ig)ُ^m0`LZe;(1]r3[,rgCAi ybQV]p+#]C.aCC[]< z*ե_k&=_)8͒|Oˮh 4$0 B _|b *k&3mƅQJh9mZUOI;QO;(o 6:˽Y>n2o׳滥:SmHߎJ/zxBuH?`XTfI>#L_{NXuԘ])fԂo;)2sVSֳMJKѐ)_ߞw42#%soOJ1vУND5^Xﴼ;v㾫|K(j 0g ϹJ{=ׇEاڿo%g9?m*LzJYy16ނgXrܾwt;w:qDM@VLUWEVG_(Ny+`܆6ϝ1y((m]^Ff AȾҮ2A'&a~tH'9FKnMϪ(E&;Ic M-eüZC$/N޺rC=ZQ>Wh`xr[VQ#^HdI+!̱=(ĩNcv#u \jv !=ɦ{ '?|uJD~4sǒ`ÐpBpy"J|S+WGEl$ ũk&Kq<qj׍6ד2NSq6a/? !) q_ҕ- 틥4w?Zj2 "I2{%QmUB{/b>A( ?0Qf38uQDIҋ{¹nPшNPҊb c2J^[4lgݫ8\pјfY*(XJ;0VJh9X{Mxݍ/X,*-2|YsEŇ,?h#[+\0?@2B}NFuáyŚi Z}%x"yU K f\}ͽoϮ ӳGu]#GWDdEM6Gpxf С:aNҸ>0={G(6վl(1,f>PͥL`ZyUGߐGLd@fk;4kj#2  se {k,h&?.Lʹy Jv2ă7o| /m0PXաvg < :.rS̸C;"*ڻںx=w bQB5?jq3PNP _u'8oesBZnƜݓ_8yʣ^õ*EEr6q(3}tD EṐ"AIK>}L 6C?q~58;HKt8GUY|j${8j.+B`x\>b:pBCWb(t\ wiKa> F@=I5.ƁN m\'|Ikʢ";^*4fS(Y7ilb1_3S*W;*.o4qJ|74Dv iKG:lB},D\%nƢUtjUr.f/z:(x%_5کܢ r #C3K(DUD94{ճ .u,OEqqIfWz28N^ﻫ+ oMfA/@rR_B'^]"`g@GB$\ 7ꜹy&wk%z 'e$^F6\)4V9jY*W Y:=5.mLu0KKO0&,PaXd@T8B5gh5 t[@[A &gr!#֙EzQit1]eF,4Kl%mCLգ78cpKf  2艃uvllx3v$>:%+5l%y4xCS-1J2.}+PO.ӢMǯd 5!t1%fېl^ZSх_\A 1_auzxF _||YEZj{^$jVDk6pkA;]H#Lk>f$CS-f_]a]De"O HSKJj%5fpr<0#3/0=M)u?"Wz2,;A;*ұ@#&L8{Hi?tH3N`Fۋu ŕ*֨ޫ |#Z{3iy90^tӾ^D05s=[['KF)J߮3=@pf(&;Yk`q+NΆ$*Iám< f$HR4kq+ B&W@1J\AG9e^s (m@?JT /S:%1!yjW+]ޒz.6G,dbY4y֬?I<J0,~#Tq۵[Wv }]ڦXuO[ׄ>!n-Uڰ(5&"& KjkˎTϠ_ԇk)P;u&8\`?8ŋsfoTz`6 B9Sp|ut-*ibʏ 6` e4D@"W V._ /E'@oޱM%4"_N[3gCmn7$5l~@H !$Ǎ1eR"'C5X1nK96AMZr F$K2zwjõdy]/[E63]vycK)x9sibbo^8~ y*=_3VCy57c=Nv^}G=%jn┬=8zLca"ƹEK^eo Y&W _6Z Qy%6 >®t eQ=v::eYGǶ>AXS=f+JjulD "0 ߗTzm!Ux[0KA˟{!5FJ1h,rvwo&H ld;YbggfC\[xkC Q}.s=vo _$זr c#kWK(2 vZ|\q BcdH(ȡ fv/wZ ݸL >@Z|JDd…:?J;A+Ž*m{HF'Am\Pm7X2KP>s xT„jiO=+~f†n(@+񧫮;jDߍi1i-PS o7DmĘym?Gq| v5uzӓ6d 'z$` a2'@sBnJz ]1w^KKYAP԰#he2'dfۮ6C9L*C"ֱ}׃St^.B(^tl0$qNR4S]0E" CUˇӬe :ӕGlj'TJh8yzT?'N~zf'y8qI`Hfc&7M gfspWRD2F` Q: g}lF\pʏ> `-l/Pa5 並*TUd`J+m;2'y"gjiˆYXTx7o/FJނbU\WU9 Sdd>l)I&E2%Y"~2&Q<ɓӔ[=c[\QQYbeJ ak 2RڵlSt$i ؊p.#)s:z-wNU.BEITqE`Ű"=qؙ' ^0>hͮ z"c#=."&Gߚ:BޫݒXb;s&24d`HIƲ0Kӻ ]R_s6R}6 %KEDĺX#KW6ަX|H;FکfE~]z3fv#K[_f|}T*~PX/TD2kl*A*̚N^]u*^n&ΥI='f> O!qx:a^f:cħg(ZT\}%aFrK&Þr"kV"}5wvN bDvn@΃AH~Sd<ԕ9zq;!++o_ڔp>F68sb1O tx=w;v'nCoSL.2qwK!R5PJcpVibД.(E(r]ZiCڇFe kEѺfsG]Nƞf2 v)Q_j|>DA?nSPc<MCtvyF=̾?,>Iϼ Uy F:(mf.v3.S(2@߂L-f pcZuBh][ . ]`Blapgro~ [.^pk"?Cߔ$53; O?xZ}fCh_pg`z|rN H_q`0Sqsu}x[$>V%f%]?p=c&ϖLBxÉqr9rdsCK @PWs1ܭ! H;t7FOsMCgM m*Uv $hC%}wDIEh<o'TnSʱ#4EP)n!ý# KRDFΎ+xqowG}<<4K=0wӁux1_6|ɻpԎ:uI–^(7:?MIY/Zн, EkyM2DD:VZYaN`2'_E/XBt p PKy'6,d8"w|#BНXR(-Y];"oʼ0-M|b,kI8!gUUJKkc& a J}tXQ8yL4 u8W>O%* WTVH~-:jevNJݮ ˾b>XnY}\MhpK4hl) (NG Tk:9̖F& 1ABgܓ9fxnU>)  ˗Q";`1<34yT"1q0{/$b01Oxt-abUd2O^[/.qڙ:sH-@e11[a; )X SkS lGC >57x34vI@bXLpm=+l[MҌRNyޅ" z遠H2:JcsCX0řl[4| W]U_PݻSvk~87H*U٣x*+}Ƶ?&gq)^*uL-,ݰ)p- ׵q:..鿯*LmQ_5N_v[rk4="+"Z(fj-.+77d>@ »j ;=b~*_8($=O-Hӕ&p&݁a]A68ϳK|tB X'9X]7,6Ó 5aݢTx^ z o28+j6bR{0 Nsm'Tfi'uY \9GnX׏fpKNA@VAB$!e[uVTCP~0 hcb썢d@0irNx`IHLW"NJ>KF EGL i7dr0)-0L.uXnDDvM6ڟM^:7->U-xƮXEü`ޱ)t+E\[ eoGixz"em8ZJӲD1f_T4sY~,A坅ZdTeq1nz6ɯ.HYIc\$6\R8Gm0ӅE;|MBC ?d VT,䈁UDYa㞛L@J$kW^͸b oz"3Pϓ^XjI.O 59pKR(tJ8,B5I{C J@ ώZꊻhgM Nb8#N5v7 5Gָ'q=x9Ȕ^[yU=uk c z8yFq]W?ģ7ozmE㋐}zImA&GHs{w"p~VD3u$dmk7q+qY$3 CnMHֹ#7 ,cY!/:@1,?Ə[KaNr^dBޢk%ikhmZy@"=$(,k[Hx|f;~SGJ1.%$F\C-W{Cݴ<\ɳr&<)R ,htzdU7(#Wk9 ^q.TD6/)[Tsb15=vVV>^O,z mmL쉘%"_eDPϖdܧhhnl 8;6fƇ  ƷUI|ղFZ)ΜK.e*Ź44LH:ggpM6fNʪa'n/|Y[n/WĻ% k'G,p6Phɼ.W d.^\FsLVMk(h܋`X)bT^`[5GZթ;/!j[(2]>gĭc3u`?]dqWaTSDC.:mnspB2H EחF L6>B<߹~i3Bu6ԗ1Q d0{Iضi7_ ;=RUV|s^bJaHj@c>_H٠-i؟OĽ*@K"i$ o#ngڈsY7D~dCq-0{˄5JK{si٪h<NӖLσFCxbOXID`#E4_[e®up-$,9R)BQOG %Y=$>djn M^w)u3(֕9#K67֌ VRQS&JS[G\h.sgL6h.ip@8lr~? Uo0b[=C񭸕uCE %Y%0!?>.y-n|~sP)Рb8yl5 }+V7)ǀv:ApazyD9ejq`AS?؟ApX8Mdk IKɎ)a rlBR}qߵ݈î OuաPcறC탔K7+k/j=@cjHaW. %6014>ccH:W\dZh\IOI6"h+2ۤF&.&ì$nɮnZ.לnWl"V ܑ0DKH0o(үA@|ދ%^pmO [N}ˍ5'jJ|&9kO?8]t{-fzepY&vt1a&0LaywC< :0s]f]zVz"q1fpmJ$Й p?$A6w=>r4WD㗿&)gHZI7O|Ov +(SZ˔W":s_HwtFdZ(͛JÉ7H>fmek4E@AOr~/de@A%QTY ) aY-u*7fo$x|8f}3P8SC$x0[=$l=OAY)Ff6R*bV6toM9Qtyq(tW{rs{\.F0 .YJb*A !5gV;XBBx6$@ Ńʗ!mxRQ ?SlnNP4 VBZ)#*kOq+J2]ŘF FlNh Ow^R_usP0{VeQp_` ",VoSͪUgr ,p 80:V"ֆ{D9kg{ sP ͸K`8.8ۮZ(U2 r% L?3!6XR7*]ED̒.1cEmŐSԉy[y8hSW{+:fzo)o oAdwґ1#ʿ=mM AU)ip0- r&q?6kpH`< >B<JhUżM*W1޼&åON^$S|a6C<-+{xIurBn<"szSaDgtH ]ƀ-1j;RY6S S{?h8Rpf, {Op G"MD6g ¡ K[֣_K͟M Ňeg.n&#(YI b T\Yg`VIu>X4B^w|h@7R 745G'%pl롹^%QLA^o$;iyKm`3-Z@Ekҁ2mfp t{m3+%߾+9l"M!V^ j O>oY~b^Z{CaQ'j |5hO ޣ_pIe?EkVw ssR+hDIA8 91\QS*m&ƤDP4;0GsPm#ʳ׉7l٠b-)#<5{U`?X7=/{sҜ6)"JL3)ȕlqa<k K8x>M\V50 *X h1=!"|^+Em dJRT * |_MƇV W%d6%lPjڔ fDٗoչܶoQ)]K3%:xr2.35D6cmΎe9k(@ҹf }TZ=݄Wwbs򙐒wuHهC Y&'iсe$O=LHi7qduX*)·>ǥ׿|Kpә,f 3b=&_5<"ķ3 ( ׉X Iu=6zVyp_Y ͩ`E_~,u:Y7#Ԛ!di+9 d#cv._trXeXMW?/d:ob4!6nvT}6`=p' {`w<4մ>wA D|WS:T5[<IIFkd2^>)'e>'gI= 0VKs뿷'D0ͩOC[&Ou; ծUn/(zuΪk}B&ȆY;P s(wVhH|>}Y|V'ygk@P?+;NI44֧vBPGL~jXz7u*t';{G8tS7$co!0tTؘɓzGj6z  (y}R6~GGɫluhN _a(E 9+'?QΠ(^Ii/+_@<s vPj:2ݝLrWxa]9L$B^O.LKŶrBH$N پGm܀I|JrfV.(9hP8zYPML-H-cop4@<)HbxbbAݿAĽXg!ٔ#~VMFwNl)>K8T82ݾ*~XFD`-kYA`cBvo=X(r/d۰5Ϡ2jc6[GKK{<r*Gc}jmW{nĹcaHT#?E9Drc~=R@OnI=8#7 T ?/&-\81zIe? lxQ/>Uzb=dz!^qq?JaѢeǂu1ћ0h -Ij5n %91g %!r(gU*0ʙ% :a~V l8Nrœ,qJ`9?Fi14z$O/ʩ@)&mwu(pk!a IxT:S^D 5\+K=b:^} !(2*=w 9l}ЯgFq0%!c -*j=wnxS%Zǣ+iVL7$'Wwе-9qّHĴ/1Hi{7ئ)hũ>y$qF{?Na:qJ~ȿg, ]ܑOJYgΊw.E w 7*_1m2-Z ơ=}D ^15X"\6Y-їZME/~.en$)#tVgJ̳24^ լ yo0E8uc:K:awUX QVVV_b8[Jh'LU)Bø%́J3!=K;҆c]+4-P]3a}Rbsy8WxI#:` 9TerB!(M1oRXc7`ҴMzh4٣)G$,&b!X> ` v?^٢n.d}  ,hj>m3Yl iс'tԟG3a8܎Yy;E#{< YP41X-.tѠн,AW|^Ǫ_jauA: aNۯ%E/ԦURLep Zi;8UwYƴx]^! ʭ=LzhShxNӏ1cGa˷?t^rݹ 1Cl5ltنh"^LdX0 M$8 ~oZsG8“~6yqRJW(NQF~%4WL^[ 3cc0J:{a`^ZeH@-H(>CD!Kf69-[X=X&  φ Eo!4lZ0y/C:!}z_q>ӑVSj2S|np,A&;,%wt؁J׌L)[U$jwkV֛LQ*?)hf"wWw ypYC; ֚ˀoPcO!i>a)*;#̟-?zD҂HJƺ#f,5 njK *H-7\,cM5Tl &}#-.^]|`tqJҰ@ _rC^ *Z')=L nJn` vC{RF˔XgdhٖuJ}@? iM-hQЪ'F8s)"CϺ`GUO]3ރ#w#D1 M۾Jj sCC)_7 ;+ d.Dn_1Qb![$m|l1yjV[BJJ1?*1 3{/H8&$wTQ%@8xcf\ByB6쭨B|,xx"3l_ & /G=X5]zIEry2;}dUAxhytJP :30D`{!bKo3Sgu˸FҴb G dH|E R^[Y\Ahp ?{ܜ@o~JE:b?<$5KK1sdMUWǬUKw8iy w4.&ډ* *$NvQABxR^´a+<4% ?3)z%֢&0H .r,ՋY*aZe]bTe" ΍Z@e|u:f%F6Ws9,ʾ>%GWO`jBpmsa Ǧ,9)8g]x9)f<7,hMspUpL %N^|dphUΜacrA&Vǂ/vju*_¹wkb+PN V]t^x7em{e:C5x2&Q$N)p戀|^(~%a=pw4σv A`:jhI|{J@/9mXK2AØg|qjw -p4:`.h.}3; LqО6}G2Oh<~A&zeEAHelII$k,Y1YA<ͬvٗv =':C{PlV_Ujڏޠ2;Oswj.jOs!h_6]wĒvi Tzo_X KԑSQ؝+ܴ&)8H#̀k !4OO<ȋ~?鏩Mo<8Z/+%L$4d5>7;'1ֻ%qfa0_?e%P PGF^vBf0(`84T?Q?5ThQ&Ѽ_'OZCE;q' ] mv g`PN\GՍ3te<77KIa8N.&Xm,7ҜVErF`S<&Kdzꋘ?>$U۝0cKRh ߴo-l%.>q_`:&gHDQC1P0vk3C$am5hnQgKk!zWZ_e }!GӸ\V'x6D]cwP`su {vn!|^Sy#՟ `ͽg&Rg[(k򐅺Ի-(ld  Pb=1Yy /DY ïhjFs kx_OAv׫Gڿ@!9Xq@1X# ex"=yTanmڅs$㟣v5+W.2(]?5.@;fo=2JS5֓"mPa*[942E6j6<.Lv&[kRqL܉AHHZ bpp'e煏d6{iOհ#ܒE/wli0pI39r//HD9o&ο2N2ǂ*7֊/*^Ss3r$٥A޽vj:;zC+_Ŵ,Wӻ!\5U֟/*VnX3I=f7*x,Ovk@QڇI40A{֔"Mi}u : { RXkʿhOC1 ݷ3dg'lAB!J!a+zX}{ɠ?A͕~ )O oɗ@[ !\vfFbr UT^S~^l7W;˻\:/e1$/jm0\W)R%Z頰ڊY-2n}K!~TR\-wB@8Gty;_<]8s1ݨ0vnFz=ht Hm{_L `䑛s`Br)kgA雸PAϢ;?ׄEj55i8_w!xel!"((Yyۧ4U9ti* bӦ3>"Kx݆y>~ďd\+{~k]wpts)i!0ƶ!qSJًbV_cԒ+ 5wFaS @Z1mg4M踄]}7z8#3d`dJx\j2X{Jvh=$(MZ_Z^&^ ٔaLhb~T(lyM? qDD3Z{`wpp9) r͟豷zYA6<'J*U߄Y=AmuywߤkL_' Sps 1<!y*~ gW ~v5ـ˽Vs`?Ўʡ|ZS'}]~'EP'#̌ d#;+_(|i"vp` zL;.aW ^a//$YOu)qR3&H͂@B594NOuBU-4?&&7@)b%6Y`Q$i0= /5:uϟaŽ!W_"ı)VQ7%k2[hVtYy&M!͟YmXu7RW9Q3Qœ7Er @|/GdJR)K!G#-s74I#)hûjj!Sˣ% f>NoŜ Lf0Y )e@Tt Mڢ$rvFOp~rzLW Sl! aD׃j@&fRnslټ |n y8y#;m <~ai-?!Mh;alho:?+d}{|X ^/h}6G04vHC1n[_(q+u5rp ܜb/ ˦5 }1MթtliLF᫓,0sBdED\&ԯpI ԭ1Ф&-γCM hq`cߨ'd~l?/ 2 ` - {si7;JK4os[_h3w޵HLt,'ł%gg"\42@Yeß>θp΄1ӛ@68oo| ;U3GED’ħ=SۘtyL<* ڍM굛*apZCDw2aHڼq~G@uLD\2߈U~ۢj&5XYʎk0Rel:}ވ-3`{J+^yNGkrw] <-Ǘn0.UW8\"H,vqF1ݷ@åx+H>NRܰ)71ǐ(O@CMuN1õ%vD| dm`Ⰲe?V_wFn7Ɏ/l=YT0:{!.B'6G X{|t0ŻOsE#Ben6rI*^lz<,ɢc^!Y ~xr!1ܣ2)i֪NӠs{m5G*`UT۬QOݙۃ1%Bc$d+m8"uKM_Ry %"Sۆd~7v9]? bŞTu?*X@Ebtk*{N#Ot톷-!"wo.EUtJr9m-LMjӝd2 .hpPڙf~bw8a\w8/\bC$D(Ao;,4j ¬6Oe^L65XSS6_mp3$,_5j1Wj6!U#ˆCQmu Aj"dTSG' 22yCM& 뒖b/z#:~Ly23kHM{2jeե_MiI1u,?_m6p#" ^.AM-'|ʞc(6|TZRoTQm|`5ZyzNZNr|jэAF_Z71v8rJjNlrj"T)6 / R9ߒ/zD>BEoM:;l4|> _F.l8/!#_`s0 T_YdLgZ#[h@FXf6=Dl%lDـȅpŻŶOb%Mʃ )>$7 `7$~toZ98y<-V_5C3S!!po.8rT^N211ÜgcKr;wqc+XuY=XMNw"# Fq(>=}2aefShTx7۠bJ6 Rv\d1 ?"H4s\,gl 9=4 )=Q)p9DIs.~5A>v\MEV\~@U~*='N.ћR x`{===gD2YijHxɤv/,mv%f`$LoJ(ʸE_G5@j5BW|m~>!S-gy}} ۥqRcToBTSߠ(c$Ec,0P' hi<;ԋdcxH/vp Fْ[w+LRh#gJX󬽭,3R0@%^0lQVNjL ^v]{t@z\h$y,UzfRr4 l>LI >. ך %/BO"9f%BDrˌr* P=N4 XR2>T]-+tK>?_!:Zu"q`kf_\"<֤ ?3 8 KD#įh}[Qoq1d\b`Q{ƪ.X&cB ?-O,V/nO+etڽ~)˳ZvT&Z˯)8_I{CGܿʢ kj? E7LpĆH^W.`b<&f̿C𑌍P=} _XRoWӒG9`>7í4EQzxLj_Fv+]B5?_m@nl`k%Ôq\2V/my,'#=kREԨˊ29Vbaߓ򘽤z]r3`*uƧ&R [YKmE*oz=xm߄+rv'~ARf<$GCzwL;R -dQD)[6]^`F^G̼Uj!l 'jaά9ǡoRs;?5BLztW)V5 Im$QT b36H*u C F5xf2ӫh"Hhq4Wh ҥs[X7pJ&\ϱks*K.KBgW 6ր D4;, Hr+Z'A)yF+' OT=Oc+],d~(B^_U}5)= GE^6m} i@I8{#͑,F`Oā$"m>ӿ6O_Y$ZSLLGQfb(.ӼX6 - aB~ is3=X2]2Ɯ ]RDLVsag[=n&7)l##TDjsHZ?}c_,OĮ*{5 P{s֛UcR~|Qq'd^U엠H4ge`Iq @x:Xćh$<<@R'B})I&V,Trʅ)ae2e*5b$;)sdvGAL%Y("LFg}[=9}J6R Z^E6sy lєCf{ *]j)luNOq$˨#A$w4Z`޸ɯO/)RYM8bk$!j=(q`",O ccr^xILX]kF(*k\ TJR}%+'mR{&@UD3M Faӷً`5|eE{:NE,FYݓ;([.Ql} -:5ۋ][>W #80H&%,Mѽ'\H8ws]ƍzΑN1teF:Dџ1ޜcZkDq2Zi02r'gJ0UܝTф`s8:.=bID-i|MYIF?Z cknpˬ4S-2|{S*Q"cx0'rgSWx[WbU'輘bC*$v).UYJh64]=t IrO\0yZk!3p +ځ©B57sv:} 6n.6%EesqN4q@3Dɓh@@^i:P !sۍ8xZcjHg6,P.vNi >ܡ't Dz^!)GlMOCE}פ'3 ٩ލ0pYV/هlDrg̖3|V,_VG-Ӓ)Ͻ_h [{`GfGCpە؜ ⷾW\z&87w{ET"$qэ*ޏfwUzvBDWf;AVt<@ĥ摂5#Knlhji=]_,|r_7\#;g1I,Fٛ#aft8G!u£(H2rRRi }D''u+y ޼н8GSK+_~p4@(n7%A{ 1'Gf:Il$D^sSY>F%ɘ^TQypkmJs\XWӣ>EȪҿ%Ý*8[{ BUgJ#2ұ 8. -+Bk򕉱*2xmhzHGN ))>duֻ陲\|-V5L8P_8%l]4Kp㻲v(e3W4b 9n%(-`Q w=w_p5zbݻfcY]/Ղ^2U-ܱ {@W[AJhW}Hr3 ^` O(Kv%4 v5Kw&R&zIϵ=25uܩ"ՠMg2H#c~Ы9ehwg[S#$x^X:J_!j8jE4pZw>Ƙ1Tҁ||OU:Kv a@z9\eհ3ؼvyȉl&daR^ErG@(z(=::vyR)ri&^Vj/U*@J^5u@.;(t."7ȞtX<] ӸBL[J}hQ7+_ ?[u ؐ|%j=-v˟Ti4s8ٷ1V>|_%V[RݿKJ8Av]`R_Ae0^- dغ[@Uy`d֠ ;' YE{At1o\zWÝ/(怮VTݙA4@oUڸy@R6 '{;7n(73~U8̚(2uf'0 OCȔ7㞥ۛ9ЉjS@sѵ&.WH*LJͻ'XBfM*R.CDf @n>;H]"1cr~ mMgHOR(:2C4NFA 닟@ˁɧq<7k)%YژLjCbX`]Õ-nM*b(g*@)G#\Yy |QHXE )UbbhX\Lj5PI|/zSz}-,ZSiu).wT.-0~*9mzK*> &p=J8 rŅX몍2&{ωðbBXK"J 8> _vçg;>BXH'xnbGf;X]$_d50ADHXE=պ)pY|N.COV_"A]Ėqb<[ٟ1ϛυNPׅ7w?_o`9Ϸ5fb+mb:GFNBG].(|k&rܷ6?iy -BCVUXUcz a ;7$'Y.PaDqT<42->>C+i©ڻbxoZz傧kja>&H'ښXxls :3J2uDĻ./WQPl![.L5{|U8B߼'f' lǒcZEJ|*A1Ȝȡoa{#ă:gww%$rGI}(}z%5-_wVAgg*aRCrfAW#cV@%jU @`{ڋ#|.(Ŏ6Es"eJ9ALp eJd6'{Uߤ6f-!Y:rE|%d|nQ/|?ZrKB'ߑS=p.:19z9^kÌ@`sE ΄D`_DrnzEJa}}ߒd 3xqrF]]CQ!Np*tVyx4+Fo+WҐI3;.L0=NYZ a>=&&: >KSa{2lÉw(fciרJZ{*Lm.+CڠŴ9Aw"0!#ow)YO-lgy }tP$2uKb BNc]$R8χ#B_R?{MCaۯQBUkD~,rѐ2-=rޗգlƦ@rA^P1J BiDC(ӖpݳE5N)5FZ妘ܘ9Ttz! aMGc*d`uY5TYkI$z?4]k㜝ɏa++I'UU1$q-WݡJ/aAmv Y)Aeoh<5tc->ܩmcƕ ,A-ߧ|Z+r A{zA]r*f5//hh;FS&Tfܱ:uI6s_{~SE<)6✚(rg;憰,ս~L'S^O{=6>E1m5aB6TT=K'3;c$Q~6p%Degl} oۦNifG&q`ryw@Gi:cyx=xcƩaCqT[F EyW GgGH4cY֝(۪BpVTf ݎZEo`$V[8-k 3)/Y I >״ثJ(dP3Ge P׮_!6<3(l.t#nVQ% ." Ӱ+LB /Џ9?(FCn]S rzÇNZNp0!q|**jΙ"%@F:;S)/q_[" *d́*@+ԩ7)l3 Sd} [&琉1@Z(q,׊㬺ZL)hţzɍurlE-s[S!ĝd4U'ىܛ! MV%)M PNnG9c/Yeh}'iL :~`%G,kU&ͬQ1`*FZ^oy-$oR.UjLnuqjd$A,t*[3'v¥R%Lh o4k0SX(j'6cjrt9:8`FG! +pI)oQ_Z NnR$?P6:Gs+ȴ. њfdu| 7j((7k$* DS8S1DD  ޘo<؍ }Ew(t G'ZV|ϥk+xl.tyH2ː7OKI}5"6x 1tetΰZ.%bm\XJ4 Iھ(J0%[EJb: D 9d\]:G(qC6> UHږ=s_{v&xvD{SAj_1Ԅ~+{ q<vI,OoǞڙ@_tYs1W Y7kFA]9MaI*\zS:QY׆7>_8n z=VU/.sbZB=7Pe CR2f9T iȔ& !\.&>{*f!yl0HUJ 8?h!D:*eJ@VLy;nNߺ\^#C`XV.#LW^Á=4(* rSxJת#뉡gE3b@n`O&<ۓ]wiJ)T{$ZҖD|}rLs_B^{^oFnj4xD ҸMn{2N|l<[ښ1} {4#_ۀk·m1`zJN>AVFઐ!8̐Q`WvWi kpr35|Bdymm͕|_g^Zg[I]Cv=RyIJ~+ev;NN񂐾\2(^wm1y\ dT4:&kƜ)-p=3B[1(./Hdmpww4V}!CTK6X^^tI`8GI:/3FqR2'! ~{} QmPz,و}vs92t4!InRz?=.'_v ֦ZX?k=(]gH(F*kS=4Rξ y@ 7CwNbq#G2UL-ߎbjUTQx&X93C31gxOFpRAШLwhd9ut x.p]kD6ޔ/'$d"Hl%s.q}ؒ~ސ+x$r^^RlUYCE$6-(lӭ5YRi3_}[}?S|TRU0J==s,um鏎r`ϐɺUXwDz,Z٧mLB`4f9Y`N Y/ 5MKVAwsN'F)Ss Ȁ:!H*faf)`/\wtUjGfYte."#،p0B/r:PM~i1Afʽ[X۵ݐ2zHם$, ^55csX/)Oߦ}D3 hfN2{ʲHE7ٿrM,5Lwu]Ho|^'}3$|RTin?2zT}  U~5V \*v{Dh?)XH4)XC6 1 xil C}2J^x <^ )u m tTxm!ڻ?cgXj'-`ceY\/r&EV 5FZ\O@Z U)J+|l"U[)z+*Ӯ)6{HcU(cPiڷO!JeF@5n_O$]Guj%GvZh2*<,k 5 o*@GSWU-ϵQ*k?2?7g 0Zo`Ʒ(XK<;S˲[]ڦ>eXbF݄y췍ɜ)9Ss=b3)%΍quB _F,$R1vXA;V|8CYZc c#.1i h.ע9z_ L>bwўoCG>d)Q.#-Sm[w\ an$aGթ'Pu1ΟjG*#ŷ*.U_Gk n-˙a7d#rgk 9rI`՚PI\v%8\ ~Yr ]帚m>t)_<-[czDZ(WƌwVJ-hNiy|X W.mB)4dn t<\\^k#S]ǙND _½[m@Z$'q ¶by/U/kv=fl mY[> о6GL߀CsK-Ɨ6DB.v'&/*aO6$cE7nW,iM;hFSAxU"c By$D%{OẂ s_Һja@dmUS@%%Q쥜u;u+#`7F{0YHt39;7}/+$YZ`ݸyBg|ߥi[؇CjDT>docv;O)f.nIs+(Q)Tßs"@ ǻi<"G(`fM#\,$C|mQS8Hw(e8z{q'n3XrGY9HWP5Չ]j+c5ؗuH\j*@թeQbɻy#*t5<؛q)sNBse73K.KuۜlX[ 3̰&9:#1(J~f}oNjR^bn\)Tՠf'd#FKyC-\ml.7Fk%0 exowe\w%Sb9{gUU ]zOR q7}K|I3Td1-gǜxHW ءZ3'+;Bǡ'"y`D gz?ݞy -&98g"X26 MDWUB}*#jЪھn /n|gчH463We.Dkf N0 ~2DIG_@LdߛA !b2bD~i9kҭ*:rn!;р7"勽P~ W;%YAO|dFgĢR8G*qfAgd߀Cc;f 7+gH (>3*| Jj>2-7BN/l;A{ke`5+ T _ i|/Y BFzX6nxSc:An*2"c=O5 qXX,q`ݪ>iD8bkaUȓQG(3!9֩-=7Zѧ)CJ&ś:EE#5Og_e\kAi-o3y{ny_T7B' aTo)ei˂Aci.5SNIj8x>P}^8u dJޗQ/( ,L@ԽnG''#dZ/I`՗"6rU}J3SiJ'{IfyzX*x9UC𖨪KUZDީ\ #LbTى+|ݺyVx Pـp F/ }q"AD_4G3W$ctfۑG`.dp4qT~ ?iM!xN'}?%%"ZY+L9;]@a z]zQw~ndP$faOT.xLҨKn8,0m 5 x? uYH?3kqU28rnɂVZfJ5:"@+ Ly:CqOi?_n 7i$sn }# poo՝]{w-Kq#%E4\Ky@X=ŗ;S40) %lj4597O88$ASG >lܾPo*ef:^&3 Em7 6,X&J^dL%ގ YK=<5+k/jua]va1ʠjHj+Et>( &3_ (|_&*{gA*%ĩ,\_y v4ݜɅhĢq"2 I5"*j6 ǪsR U*fw~\}W>JԎ Щ_6̢쨶o 鲝nlnsD{2q̚TMrRNf\-斯=7C[މeifPǢ(c3Yg V3o@e.=^0A iK>2ڡe&TAFL9&IFv jEڰ,8-!#g$hʞ^G{G$4b'-j!JX!YwQwt AQ4[Vي=͹=TbpˉNѷr`Q#W^IVa!A#K"M.]n3=na@ @HK@#=B'+$J&P HCV&( k2JY: I8Y^%<s3kv=.GrVáyiuS$VzI'@`Sˬ -ݷF.q Hc ~Ɨ UD<omn[9h5 <N$# X7H^ L$OA[DgYN9%x`S炷4BAZbHM4m 'z!zaqNZ7aT?co_A5+z yA.kkWG\S5)Ti%,j*nT7t"-FRMsyV\R+>.ڎ` A9F bwtfv1PL&F|8܃ī?dDo{&scyGnGEMI*+xðTM7~vLN&;S72 V1P_^OeowS!853P.V+5,݆rL0\.+DJrƀeW`u9׆7WŇm~c5FYg^0pRo20Np} :ojB l~V N(`aaV CX.S?H^FF3Q1C63 P[;H pÛz?1'WUVa_꺒15H  <9Wxc7VOF\Aײ4${TE0Ptewʁ: hW֎Ns0%|PN.DI$!E).RU7!1>H#ˍ E.sb߿N4^N)2kx ?("UnUɢGU?$` j͑VFu%!&=Ce>sF z4YAT$JuhRaq~C#h0Ɲ/͛gxzzg1F/v&"9,5\N'쑜 i[*a S[1zk,`C3,, N2J G^0̝E7W@拷sd$ɤ[&adj'n/O}='ѯ(UM[oa*A:x)n P3@CUԔ Mr,1SZ( |ĸtH-Ǣ V)>LOZ8Ш{U:VstM]j,Eh$^$+ h:u!Д{$vjA~Bұ?)XОMگQ3ywjArO lB-e*wv|Wn! a#0, JrN2mXWs >f(|',.9v:?T㮕wk.@؜VUyuD5>ɮFxWv< 06Ge(:Šၰ;Kj@X/YNov:կ{o@_Ϝ=o5z"N̘np*T73wF68״@gbĉς,~*dy V)ͮU%%\| q ݤ617%hHv{>|4KڈYX^ӿk$}-S.WBq] 撚;6驼(zM@lzmh(٥(|vE. 3[Wd+gs%i(\ؓ ~hYƳjk yXc >Ef-k7aM37t%# 9g %GZWc,,`5ɕ66M ]tlg͏yfl\(`2O <<,(i-+Hr]B50?vV&)p0uu52jM\Ɍ8n?9ڨ-DcwXXyg*MK ჿx*0 ^*Z,'g")B@m(M1yyCCɴ,k=%ͯiW` Ul/c 9\;?U[r3-Lr ߈rߔ#Ֆ Ұ~ Y0aUlǀQ[B ufod >]#_63/T)*!h)`19'CX]Tae۟0-] J)[vtjribnP0 QAy F'~}oŴsTJWMP̒r_9]Tg#AP=M[=Ԁ8 gjeƥ^Q{G0{)LVXQ]]aayn@aVE |շ>V;?rC_hbƍ~DsoM[yI-m ƻM@hn\ӹ}oy.ǷbW6 _krR6eR^b&r`XVtbq|PRL'r ~mQHU.S('D#h Ymj6mXuCA0gݑ4tYWSY4p<ƐHseg#ap⎭l5Pv ] ;Γ.h @6vY$xVJM/d#Ӣs]U3v'w a~@UٛD\N O}lx?C.JD! ?s'gPtƿ}BJ+flK@f{@RE\Ȟ>-m݊LY#N|H(R MKOr)>=Ja |zc:ۛ=G[ɭErpm?f))V*fylҲ\"d]7h߻lM*j3e4=V sNgF{E˃\obvRdzV2> <7+FNObݥsf?rܑTsO&JAJEg<^>%Ojݿ]H܋,k;r8nӈ}nh%/YVY[,di vֹ!ǭ92uucvqr $vq۟[FQ[fG=z'D(aq*Q#6z DzDAZ5C~QY)eyTzxvSnVk~6Q[]8r6jir ̀(c#89;nkQN$ /9$rA jEkL(IWEiggkwhbb27,j jY9SGie!v [5IХ)r/ӊVΫlŕzad0CFBP#P~Ox` 5Xkot % E(4rF(0@$ŠKi'ctͅKsT.A8eJX4xye6ZCZ`+?&H@٦( Eݠa_2]n,,IB,撙ִl,aj-TRɮ79c:PLƗt;z"gaouT%DNa)i ^fĂdt-^n.16ʐ(kN`;-= nB'[8g%s}Tѫǂ^z6MD8Plđm PZAB pG/t~k P)d}U8s[ @Y݇MM#MǵJ`L1HYJo6eܴ+D~D |߽̆>i(T.V_!4G&|Gq\rbfN(U7}gUjq2gL[ JA9Cs["-6Wѻw q:gxLӽm*|ӎgvVsgYP Íԉg@@_CdU,a1&WY|L j-d5D[7[5Tf 0-jpBpm}f)h ,%iٕc{o΁*to^u/Y9LHE(_d7kɭG/wS`Tq՜ 623BX׵f XM}"h|pjkӛj:o/@tװ|-9GڴS6&+X%p)\Q| Hxx;ˍpBhΙ|]8rm*$Ѳc2Rp cٺ\ˍ\hh|Jt|On%+?[-xF__$qNuL7PoNƪ cbsU{wVLrvF31)ifl}5U W&c Hstx(^P*9޶x _ nzjqߌxB rbQRU_e^e t:i(?uRŷ@!vcڿ1*a:/#DeYɸM( k/'T:" WG1`G'4F gkݗUHY'@ZYfD%S[ׁ~CXy?"<WPĎ.7=Hnz7Py5VK!s}άBuuo|~7bH.ic%uH$BaBxhZH`sI/ (0OBWC{jei WQأMyY<jpYi|aEDl6LRn)~p@І<' >]hJ:}!>5(z>ym>3 ]+n끼0j<6!Xs}/^MpCjjl%#Rḱ"baG{@D1ȠE"߈ JŶaT0< XսS D@_Vh}ؚV.|k5/6U;8HLHSK UryRFyJFtFV7&2̡dpS(|Yz.$y,b.AE=ltCt4fE 94s-g~ݜcي tQm)Q L"8"X%SJmB*%3\- S޻[,.N^U@L( <-#`,%`t/ك vPWTajFK.JL Bg<|OȊ\*R25 6sy-6hL)M7j%  qlwBcP$KS0It[h9!-I6woW3X߳tRdg|\g]B^/p׮w| +Bt:S~];BH,#Θ^cF չ3Vj0琓ws8gj9sYME1,,LRulYUZH a,ER'یia/2AȧS*+= A&nԿU f%f: |ZUqc[xt.2G^[ed3ɮ5LΤ9^{&Q8Y3 PMXy)4G_Fzv T>q%3)=7/Y^qvSy^L5K:ԁ&*0'yfp*x}V/a]kxرf_s3d(+Kq1ZbX 4pݵ@w:c ŋק+K' J'wftZ( тǯ[f1w4Pnd }FCN!!y)ۧoC g` j6,]Ըb_2yl@ 6g,꠴s&`"LL*%W3 ƃ(ojHE"=?-S g[ FK_uHII S0 -KNEei|z̻*}r㐵>Q0<Ӱ¯u .ا|F29sx^ݪI 3G#P=,tk:VNN+s]Or$"8)5ר{(PyKnCwSXeІsi%$ϼU'rUқ2Z}&RuՊO exUїT#CFԒlFH*3oˡA`o4g'ϐߌ!:|4K nUOćpay551Hw> yasoKDHH?!+_US`@.i^t/Vr d#k|7[t޲j!8e\рV#etg`1/:aVG8ۨ' 0M5{tm9=RƯhLC'eД5d/}S3V3Kci h(w"5$1Q&\XDAKd@b(5%wGw#9)La|WDKV<)&Bm-uΎ08s]HŁb/mN_h,>NSߺ4C@-u+pzHJrF^>%3FUm*!XM̞ieo_.JK>E+=vuV>_3k`%򍢧G-e]q:EÚWWSK9ݹcsG6bs_& ,L 43DxxCgEnuLm!A"EĜZWUk1BZÌq!ǙSgh{g(֮xHYGy47{ϣuuk찒3[/g QyArW 39-֩ UkqmO)#QaRBܑ ԰v :x`wR]Hw0ޮ݆YIE1F{X ײ&?^3,ު.,@,}ʸMW۟$A_BϩJ$b/#"zXGũ8K<oˌ3R4#~'/csgw9^dLC~fȆ|^S0g󞎨Hhݑ9,[5eU_+S?^GNk@FBI2vbX!V6ޮg¿؉Mm6L]fe0 s\ܡm]ޣוbaiL忶6`2F4Ց@4L‡nf]Xۂ |4ꑤ}3f ~K6:'TaXƘ3"ޠ4ےn%bFx 1 N*cu\&GChyo'}$I-g4š(|`Xa=F!bbxXuߛ[9n3~!# 5.:^6N!`)XH F!x.Z܌,9xjR%8ؐ?[%wOs_{\E HС^J纇E}d!/><0y^OgdۺΑZ>T S-PT%=H hβ5ErmhHrF6~]/s䓳aFND׾c k0Px>qrp:k;s|{=OUln8#;Z'04>y;vG\*F%)s>rxYjIu}-\5(Wb:-fRA Y()"r mR0Pxp} 9e}&ƨe#G^萙g]G!k>8VVO?G5DrYlA@#C.hmK|oS(F޴z} ekHܣƼ< ҳNsKZ<֤s A5#kd"ޮѱˁPZIVϫ,|M݊䏕K &`'((r˷0q[0kPj/k;x7ViXIjyUnDӨ|$3TwtVV= jѫ Hn'$1>aYVODG# VlŖ}VT߂g (•H.^<2Uo*)/VW<(OD+"\Tn[T`/SUTt.ǻd`S/#DCwβ09Ps`tR@Y~#-pꁆ5SW]Z+**Ա+8b!=>B+¨iYI V~Ddq+ӌ}"qAU>{ʜ(fg%3 HLF\32C0:mLjUXf";+9ՈLa:|,S@P,pt{B89xih+n#?[$1,+&> %**}"cSp q>J|]}/JYuuVC%R n z]R||T ?i "~=){`J%a͛ (Om#-Vѯn"ЩXJ W==t%yH-fv%6-|+&v?+wsy OnJURĿZ/R2|tײBt'#`QvVv #mϵ, #%^=nf HzF׷lNUZ4HB ڲ]Ǧ>UL͏x)m`&gUꕰg-)4{r7:IƼ -PRS*Zs[JKI=lCfOeuT}; WZ(w${NIA': Ja;({|8. fcAKy-4EG.^ uEUʳ6`X}.p1?iwcRb1ԁQep>+\ð(<7kmG ±76DdD 3κ7k|#5YzaU1uĖόQ"pk3Xp)N혏6."cqv#X;C0Xf5#>0.B۹1^\84ܘ&uD7}4DFѳ+H@ku סw"]`>7"JřפVwXV #RTu݋|`Du$ x:P&),l"ezܒcq6fyOSbcq fosR-{{DݷL5E!g^{E]Df؜\HA;c:IjS^Yde#CZ[HCeV2($˪ ѐ~y޼``nU`ꏬVE f$a2Rya #@E*( ?f 'Ql)0%0_/pHpu>*\ Lc E6ˬSMd^2Eݕ+S\%`mB .f[չszIYDO?/M`pd7B=AU~o !l1\mSN6Ul"RX-EATꞔn^ )S'NfNptC 'ACj{dy[(xuM1Y3*[H>O!Y%$Ж8{t 4W)b#bWڰ7ىy {\C(pv',?Uc!%C"b:TS4 +Q $LJ*jgEإw7_o  GA])ܞD5cqߦHyߵ2Ly/+Qdd |F3$4MWHKߵYZ=E16%x3M^\M1i Y4 slnTiS@f'ޑFTA@\.gYOXєgeKcis衱~Fxv&vѶv*PeKp8TdelyϥR-,1#1٫~$4Ml jG/=Ig9c5cWQ< A4|),Ӧ5Rv2-X7,%át gT/q#?g.F+;QdH0c?#F r`5ͷK%A3n**'[2 ؒd#CotZ·'M(Ikϕj(WQeWK[Jb= Sc&\TCOd)5/fO ,_ &H,1ќIՋ^OK)6jٗ^%GzpJ^L1`5=HWӎ}hgzyWvpAN m=˦c'3j}gTTX8F<6j@ nm@B4$SLs' < v!MCR =yW VܣjM:]jH!&2,D n-ŎSWUe I\FP#κVFK*+!SS?<f(ܗc-z\j:> (^g3V%ZfaIh7?Tz;!&2= |c˚vA`/Gib,9%E%qHx 6٥ )C'e2耊#/ty,[Big橳]'7#: (fe 9ZG_2;%/ + 1ɇt ~R#,0phtqtc ! (e_!#hNl sQTqBN>J* $:/|͓s3s ҔTE]ѝ*8zTZ/MMH'|w©%l 4@7m1faG#6:R"e3kukN4eWsc M.4 d 5kst.ESw0BS'dhIN,]M̩ J^t 2,6u4oja@xqv,w}@P\3 z8kxoW% ƃjdv=S_?8pW~T}Ti|N +]^5[T,;4@L?cCoqg zsuݿ=0(ˌ,qP͟ժA$#Sah/[q hZA5  YoGP%W1yƢ)0B {D!߁!p$ u@qQ\fN(x-kʕ.$Qf:JsZRhϥqMƳo €ؘ܄jk8!4ҧ<,AVR:'&h566? Y4)ˆ4\]09=jD%keT;uǿ k@KhkϋhLͷPi\3+.ԘKp&F\0-` `MM"o 2Ro6%zGz#Zi^- jՒ3"\#zh&5fk={ l.I}]l?֎^d,(OM˻#or25*!v4j8edT_ƔT|RY4!=aʵ~7R."MZ:.þq50E&?0Q4:aeFQcT*u$Jg O(%RI(we{r(w W^S&^m:/B3mʭ_W+ahޛ7jjvxT>nB+r$sm+'QР&R13a(6[9e_MvAr :l@h7ϲYn]xC9nO)!H'^v\ 2<=X9}ݾh9ٹ]sVOv"9y1]4V?mk".^6Zg:ϲ+֮XmYpˏfE Mjr Oc'jZ})4r떡 kɢ8^ve&ɈL=kS #tS6ek$.Kѐ}Ffk3 6d\ػ49e#^'Cm@ ,КF;\S3RixjȐ!sGW ط]Mf;4H8197J&Ԙ{VE obGcsWa>i\ԺGB!-$dc eepJNwjrx:!a)KKLPZfI&Zy (e}8x `[ajLq;VbΒ%rC sZǢ2D> ƿO:kTׁPCC_Z0&')jǘ8 yțt'-6U8)*R3\g(2#V'}ڞE(!& xU}M\X&Mi~םYtv4$QcF/41<$BOl/oA ٹgהf94W6`zK!8M]0;ZnWq#֠U 2>a#u1 7r`'A5}[H詥s$q3  |-hLK~f۞>]9=hgD(]ӈØ{bѠQww5Pz=1.8;T;+b]049 x6# HI/%(dAM㇐-(߽kSO q_z Se[f q u)'7"%*2yp -8\Vß5iTk<Э,$xJWY-ⲙ,k bIXu,\UL]% k+/V{Ԩ |.N R:c[%v\NӰ3v A6YqL L"Ka?j睝zM]w!V41 ꟿ>Pr4E\{xֺ'xCZu *"kݰ>TĦ*:A0(eh&XG(]wic/|Rul8 M@=o(hwn 6P}^kE޷yԔOܾmdͻ< wr] we$Cr<01Ua0Tk=W=TawC4/*[= vBsb*bЇj48]]R'T~W6R@ !+1 bX.ckm."$3hpV8w.K}êW[jA r=F.:uW,NySS}x}TpP樹Ԑ;5zJcOBxKM3D<.VbNls 4߸ OEDS+9 \[ža{U$9i_X$kN( Aq#u:ow)4}^}4 ^ ޏN)~~e7U,u.+=}6ʚ)2pm콡\ڋiMl! BAE=H1)TK0<Ŗ!1 p.J v)K0Z=@: mv~cRMӈ^%(FWJouQ{Ow}AO pv2v_TÂ}6;,7uHʴ'u %3,DcB@j1 -.LC۵6g5o/X9d()p[qJck҃b RKP>@zRiYBy7")OQz+86I},T0BG@$p'g7)UMz_8ep% Nua%}^5"C}Bc)$_Nsblm -^ϾkjG8y шU+馈N€H`K! L3d0Mi5 aZƪ/S,<=].lTHٹ*rag.ԶZGߍ:dA~VMB)aBDx4}#T乎ibNW53_2N-QܶmKpԺla%.;h]B@?ݳAedVLA -;/;*p/iVo 8ߕ]Ş.,)]ݩ:gۣ.02(?HFd/UxbgP*W|XxGxUyKeWؑ{9jҶ6u.i)WX:Mv-H8N7{#Vϣ'f))bs @{ܔwfV*NJ4_|RKkWiہgC}y>KBwu!~ .VfYgҰ!2br98;}d8p #Q?B^w8T%Q(B`z^#dQ/.9u/rY0l^$ӆR;(l濒݉0{ksbWb8̐)G3/-Z|N*Z+-Qf8itm C[@iɤ&I1C5Է  [7Tg? _zG7 sfZoV&P%7Mr2%˱)oiț%5缧 < $<<}r `Ե_M%DJ 8H4S3E-d-AV\֊mz@{FG)@lcmdeB1ާKhyrFJ\8+zW&;꟎)+XQuk)g 3뚈Q]'t<׳AZ1|";9<=qbJϑ@F5*&X)VZy^h<-$ Ij%hA[6 |_TFMl0&}浂FIRΡPD*O|BcwAîP^1ݶ-0+ٝgoϢ7̊Km,!au}=A\ a_VXV'r0AXQQG8374-DHޕBG"'id&t|[ ZDm֊Wh)fi#mPUJMPZjLLif"ƌ`6c*1eՉ_0%-ۯc5NDQ ;v0(LqS(vw#|ș4lkCP"e r4e!:,;¡vHZ|T&ׄ `_0ci݆mìfqir8ga^jrVN<i~kKT>Bd'2rayu"dޖ WL ?"{YiE} Ec;gTō? (#kQņߢ2 `UpuR mhshiv_2 '6]\(l􉶫7 AB}lJàYmNAQMԲg/j#.M>oy W!&ojhF|3,@`Չ7Gj L޻=j|Ȇ?bJiԲxҌc:׏bhѳηhiQ#8 .ɶel=Hͩ"O18߅G< ~OL-G C`\Ux "vbT9Ws4>wfV_ku fhNıi8zʌDmAfa [uS£)~Ұr-Ɂf Gldf֚6YdI% 1b^];MAi&rЂ jGWDRVXsCٟTJ$L;ZBǬ OV{D4;EҬYn@7O>#LfW L_&ģDžH{AqN2=N2h~<#ssﴐ>TWrvI0+:W -fD6 *2Wץ.QDIA"R/7?r'aa+ˤl%^{7 94`:cS?BfL'mCUL>Pʁbū؉? 48u?`tpCH@qإ!TQui>1A}$dCEM=}f |Ρy:sR`:CwV:#VuEn480l*J)j|(0FTߔ3SܸS^k0R<>%,98q A})Vǡ7$yٴv8A`Z?l\lJCo"Y Z OT<2iW $= oc)T0mt;#1yAM1Hv4?==ƎJ+7|CTuIj:{fHZ߈A" YL&I\3V?٢?j||3*`pQN]Wo- ^ës 4aubW>0#u >FUTQ$աjAwS0",O6M])*~, dԏ_Up(BdhNyZIRɀ&+eGv{~ G K3iM6tЩHxĈpDgct%(S3:~!iRwUPbXYj5ZPp3>p$ q'#?gYndsw28l >$ cA5m:lIs񄍁(oQ8WfMp" ;\c7!k'U|YT{ClS6Z{wxP~hIr^#D.+cxbH^@npos7xbm~^gyl_t)I}}Ǝ+ͺIVZѥ5' >!i$?Q~S'. Q iU&sIEhJ1,rlZ1DR 뽿~vMC&l hS0FR-R$!ه4ڐy7Bo[i"z8IYF0ᕖ7#ݙENG_dM9JrTx`π(VKCCg1eM#@భS'/SDeG]I]h@50hVil,Tw&nRPrkaNJ+Uh 2nz,8g)VsҤ &A+S=61 x뀯9t`8U:Gl?˴|WǞ=,RH*fC2ҋg"wErZ^o\cdJmI Cj=H%և,1!qX|o*+1y)t΄jo(9ܙdKlݩʻC9ɛ<_ıpkqx̿LgOc U@RE)/ZAr6b_PV(]HcV+. 'Ĥ2O&,U,YcaYF|.T\{edzKzO\ח 7 2`~~ejrX=җ 1jbt2j,Mn+/Ԇr5''",lԋAAjMrvlOI9ЖVf|z+p- 5GWz D-ẕ*QtcW~l:lQ2Ȼ >Ӊ#=ح#za\EȸHD–vryOvC\R؜}NKrA] ]⫤țrg k՘=tq6/w SY~C+M`k8]16upӠþ[r4)KL( .Yj}>/ϾEM~^Z\yeֆ; `K-'co5R۸ ?֝l,bIϷ@Er /Xj-9J]hGB,]KwF{ؕ25@X@k{k!?ܹM+C)5$i ׆#B*Ѫ37Pf% v2-gV L%+3Kĥ>v7rեNd|[NDU[~Μ2VvApyuY 5W<0=YF2_N@sWԳz9'(%IJN#WْV0&6nv28y( q1;\}YHeNm@V;C U7&:*|E3Juql344@quFŐtlQ @ռ$ΎJ ;!-& ׌g_I+)J](.E:~4Dh4{9JݫQy8LivвFnpK-e#YRJshK;0"GΊh!7c(^k Oa`S\vLZ/ڈd> bt8c~42X?Ig3E Ӏ?LxT =YvƷYignEE L$HH?2R@|chT~rA)_3DCGWYq0r][ ܶv\RE(n# (85!oz!ŝߺ0s+''H:Yx=%5y, Xj#4h'R^/Š+sR_/#."f4KߐJ2(Be#lW g;^iۤ^Hx2ʩ [q~0Dduysm3}3iS,t1 `f'/NoGeӚj}hO^ͮ XIȻ[;ԞIP҄Μ ς]Zj;'͙},3OF^\:'[WPeó8.m n 'o] Cƿ$-jX ~Sq'4ڢ5esQ^S AsGkII>?ɽu=( e賸~T-UeVA@KeDSI7ڛ;\] ]UEԨ8|;UE7A7EO(D8.;1YMk1b_=a U@RVfH{E n>=WȔ7%\_ 3NW!3Jka)Y ֣#aeY]DǏ,H0 J;8(n##z3e'YـD 2׭S$7)FS_+ fӦ鏡-_o߷9كq?yQv]QV^}SQ' 8 Ы\4HbRR!erpuӻ v$ '+ o`yh֩֎/ձ{C<ܥJbD)эpQ?%/\(kagU55 ln*{ mMGxƤϕ@818S}뒫s(,ä>mr<+=xta}T 60[sr]~;t>4Hb1؇*Q 3z~E;!S!S 6؝.c.Q8a7(`zZ*`a5rQFH࣑w򀒆kŻb$xsz#lrnǖ_lvqyF U ,ex%yތ?nnԄkWRw_$`L*UMA ⥊8N &!Afùj O[5kě]Ų{Eۗ0y*dC>Sh!ىn021]e^',B̧L -{H}R\vz$[:tEW. m)6 hƽ褏17lm维:X-@@mѸ)} _0sQTT!2zEKhZ.C\[q U‰BW}VA !^0i@wk"SY)a0JV[v3Es̴Vy gJnXBZCRWX=E㴶V@if>[Q[bE}id6@ 4=\&@㨲Ad)/N8M8A,2u.#64j(_5)=<⟥]&r.+xh9T}Ϭ Fv"^QekÜ?UIhDޥ;ضPv71w(oC c`} )LzY>T͇uNv x)}W0cMV$cx)|w[lHWI;ıF9?fTx E>Qfh} T ڂr-8mjqV6qgbGvH+  aO5rON2zZc]0#F:0yOSL㧰G~JLr PiS|q]&.D@# џ~L漲\1NUFoV* uųVnOs00И9) bk3i4ذ#P3x <3 )tut5I/<-Z,bd0]-!cĥ8}M$і5Idu›( $_xLwo襆h2"=ۋ1՘$8bCtXMOPXĕ3{bzvIe}VMq4;cR땷r-Ť=!fEFBeHVAeݯ06q ezVXoNHOFtD0\Y6?P]BExn琸Qj\MyОSg`_eĤqr1b=!nl~ƀJ`B]ie+O,'ScGZ}DzQl!hO7Ī!4+^۸g{S'JCH?#0f[V>jű-1ֶ_ie2SdίJ'#W9*9%tt:z]kk%[ʰr֒) 0woe!Fߏ\|JGy2bn_0`eW;!ElD ZUGԫ2-ߏD9K+O ,=8Tiۧ+?J0]Ǵ_!\]pcFY6k^fQ"0ҍlb.TN3H/8Q@`nga_ 6{y4퀵 &Kc V(Pa˽gNN*Hne? 3teԱ > %#yiGF ݒ^|‡\BAo{>;(cwK ]AT!}[}bȏ(I@GfF}'|cZP1H}9{9[ }Q-A/LPD^b4"s/n 9iWZ_b[yI륀$q).Ǡզ$<>RE25ͷ4- R)oB2nd^o26 T󖥘64}ͧh<_tWäC%a/h`tn SaDJ{p^Xo#ʩͬL{)M"F[ %uWnKq =bo0\O4}`ώsmzs@\f ]YT09̐ڴ=v/{9]:YGT+<i'Z W7e# Fo3( k䎞 =VLeVG1=TUR4a]T5=J0~IMGd gE|}:UmBkAԴn \5Tmiڠm,ScBmc6M^=oXSḥݞ]ӄgqq7r/K>^A\ծo0 0p h.JWIiSMʹgxae6GTWI+|՘*;&ܔG2MJYC#rt`Vk)/~36@TND+qfVl|AQn&9p8{4"FA)P]Ԧ4v9W7PUB@>҈,lm [2cAxAn<)@5CsKi)lSoG& U1|Jjm.wd:V?` :T!̲ .?r~07OV"sj,#eKn^zGQ 8vp=IA҂|9/xQy;%A.:IhHLcit;:x.qRod{gi!!eZ˧w6âJ&о[ ADCy߾' " t^]¨AyV?Sյ47gҞ[mՐ8נ=+kɢ~_B؆e'K<9ݏ+@s? 0t9ӞwD<**JcQx^g rM޲! *a?ag`2 T ŵ>Tcu1ÊmˍU,Z)ύ}y IŮG[ԴVTgTѱrP\B v^?5_%㥙,s ׈Nm9bnN*V0NQǿ(r'R'_ôNLj ]\q߶'I0t}ECdcaVbRZk=2N OT#6WVa?歡'=]+bE#X@,]]\47J$Lj^>5y jL5t*YUtǕy5u{?9}}-]<[d K^UF}xl; 3Ȇ?iDsֳ@UC~>Zsr^8Afc(bviAw¥xgP ;_ 1VRH Wz25 p+IbrZ6e[]&b\"OEb֝B%3Z5cQۮhH k*yhM aM20ߟ3R" @kG2xsc![!5_$7: ue~V!*eM"I!7p8uk|9q2ty#$SY?iFߩ#r&̼͇ $_Ժ*Dy/o9d?Isv$^|pAԔO^݄mT}0Z~㚞4G]7jw >` 65.pE Winy`HѭbK_f)S# A 6zV&bVk};CCэe3 LxE-L\ xwzG}2sx;kk}V?Xr8CjtʖURzU} h-c: ? Ux); !$6!Diς_)@. um>=NqNzzנ kvY|#Ѕ_v5Ã*C.n-<-$0`K!@gKv$X2cIgK}0W-[U;.ugΠ%ꪐXzR؈KK 4,n\ZXI?.O=DaXd%u-p4J4WʙuYuk S݈vCy?B^FW i%2CQY77E൘Y5[%sY5qG5&f^٣\h]1qR1q#6Bφ-~"PSwfw3ueC3qv&|3-N}{k™Ihp5~]y^Oa)Y{~6"c⬰~>e:= WMYS qX8]KMŐ#ĮW<*]ѵl>1#2>inAuJOz5i+5_"זܵ";!Lk^f8wYlNӢYidvq| *sd`,]/e)e0>Zj9jS-Nd+zwTGk/IEGa(:p7+RŬ`%6i \W`F uifEZ|)L7(^v#1!1Z:rxY-b/UMt3M5Чg S?wvYJ40[i>>v0Rb\@Z6%ED") @fŬ\]N^j"43οWEv6"qreL’[lgV9o;ivE*ޖW! a@FrygQ/0Qd͝j"yK8.$uʘOeJ5&gC_*e:fkWs3;)+UaLQk?ص ʶ̖,>dYC9b\fp:hOq'Y6?[)A=f}G=.KvBD“N[gZW~̝Tntch6$2,1 #sINԍ,L +Gjֻ(v-E֪BžjՍ`0ذ͌666Zhsk(m?T-7.$Q]R%<&1v4PϽ6FޔN|;< TU0H_RWɦ+Pe%H7uGD 9߃BMt]ө% tRqHIs?Z9ǦsseKȺYBBXL*u bkR r kg测d}DmOCBTx54PFCv޲4vng=z+$TWK{vuy!E^=q lR)7!VʮhuW Ecٟ8OĶq+x_泐}OmN5%˕9w(~_uKy'o1关~'( NE;t*p/nq?F4η-ܶ8{u|p\x F9(w-6{Ǽ$QnX 4)Pa'֨G(!QI:nb!涀xhQ CCrIxEIt.̯=iV6Dyk{E~GxۛJ# r>>gHUd\d /)(tlub][7 QgD[z][JŻ$^/mkE ƪn֐D܁a/:!}H@~柔 r-." 8ڍ;q#ٻZ2_j j)^gQ@[Pp_fܶGlXڒMз2l-)BRluz<%czK b ;G%XK'%U'ydêܘt<ѝ1`FYѹHU:yLxHH6J7nwٍb)[W./WP`%'bTM8̀;6v5;B?ġT Z1P0CˡGfZz?ph"l #a]S aZqc֣U1ڝ5dk7h]&FibN!93Қ}|yG0ӞضPl'y+3Q2`^uRxOߠ8-x}e8i #$4{$y۽(ﵴ'*@ {ώ,,1(wXdf_þ*HI?[m)KQU??7 x",6"G@@"~(7Rk޲MZk ]M:&tI<nlԘQpfMkU!,ZZFeʨhm ĺToIO:E+H_O!]ׁ<_hkNMcӹ9 +Y߫$7!F4AoÃi䝜.}1" ~{8+<_\L>@N|%N`8JHfK1)"!$]iſ%΅oS/]*WZU,"فU!!* 35WD(Al y ed8aAt p99gjb3y},3*U0h2umQB%\Hvw\GhJO蓖jGٝ'~zFx&L/*Ng1@9qW$_٧e9:X4n ϗO)hA}|gj_"34{Հȅ Z$deЂޠ.qn56: ]KT )|fdi n+G ibqS%򃀁J:l8"[э~kYF,Thvd=:JpZX`Jۧ#A}}hx ls& );~$tX9 |x&$;`mh_ҰUzw8Wam1ސALfKU$8h+f|P}h뚢jƘu`Ia RSlJ9DJ #!W J[^679]Y+ XQvi)kz9-dl?*?>X/"{B0śuI`l59ȓRYB I?"Xsh媑Y{T.镃a=W MlGcΙ[J&_*:ԏE|V`UX{\QEWtL_71ee=m8W;4ֹ1J,<ENGͥ;c9\|oC\ A.bx9|"lÏsoE[L,#D&):\ͻl|f`+շ!yLVhw]k"jPvyhVZ=L3B='qъhV8`ncBrWO/~s!qb%J>nFpIlͽlVH-IY>iލpHʱO]-G<&G&Mé-*.mˌύ5SU/Oz mL|@wUφA"Ãg9eۛ,T*anLj)&3 =k}߈vD]1Up#4[o 6/fѷ~0.U6oN9*jt9"zEqP_#1֋SǤg6xaHcBҭڨBA =orӑ^VӶ:ϔʍbh($ /߹0=C)X\#wH%'=p:BH .+t9[)d"VQfdQ5un˚uIJGyqCKޑ R8-dDt<ʼ2Esl~46swWP\ZN(yU(:r[ZQ?3O1 uB`q؋&V%O/Wssۿ"7P~nQjZՄ~<pn8ΓtU_wIi=Jq8;c.u1]Ѱ:wkbO8Ň_A9iP{O= &_siQ EX-*DtJ]MN d~oC@K< ǐ=zdwR&kQ{QJ5/r8 / uBKX;ZTևGh^0q.ؑ=ԭlu{ZՂma8,{N*Ha q$yѫO⿧AN3y&QL \\ck یoXA}0&”Z!E>+kML@D!lu ֩q.XO']YRt@@&WL#ZMCz}޵oȡnPgԧV!& v턄7fE0=r#5wH֟8"}&-{Z;k3Ojn.2*"+pDK>dS0"EO+`Pw3hTx%-kD:%2i|G'}.ey5lj-vgV]J>R}/-T1rTW'XG\Ie[DiܙA{g 6+'_o{/B9ݻ/T;\pz<ں}'J?a) k'Nf.6wG[z{$:Ha]y,}< KL?4~ͯSWvxZ(FJw7Ot{^*o;'^&Ձxrus#Kز EGWyr3U"Bl䵦Wh8麗)t7` B#"vA\$/wZ"g)5}ކr`̩JdG"/9R\ä'-]eomMS`O&NؚI\ypn}C780j,o^Ip;.A1oz5qݓ@ g4dNԃoV]mf >;3FA;vy JHh4*$3sY=_=0vtbM*7x; 0gjݩ4z05gmf۠@,:RA/aCy] y(o)XΨ ) 3sOVeN"$tA)"5q 2(\HZwÐK>Kj3"I !O\5>IdW65WQIR$;Sͨ=ރVv1I*=fTbs臂fT&ozf SL4ZԒ|T JRTnރEeŊԴ^MKMOD6x25{pKyz[D,rǞ*r -&ӭPX:HTEhKI+3VIBO`&Os{g"kw42΃~D07>j*P\< zpGV'\1vT[% w85uBM?I Cl& ؈qzCFĩ`c%%KgR`<&juEkJ ʽL4\\b)g!Gt~dCR*sk\)LhyR'07t ,ۤ.Nަ1~ >*`Y8‡ KTBnkI;͍_u^ه:v b~LU r!7wA*c۲: 571 J;uK$~'"vVp1@.gn'hk̅Gܠۂ%E[f/Psg؜>2SOJYɩhF%(ݛ ?Ƥ;k4 n0SeK\@wJU[:Xn?o@ktd,>q _R~?@ Xe8 ύ:`yWzAĂ++aѽk0A\w+{ jjkH]ak=~eݷ%5qڦ=Ax:.WEaHÍL<g*cHmK¨à7;f!i& r ,%- Mq;U ,@?[~w. 5o" w1bymBnjE8Mhv/9W}d* lN;e)$HP P%W!USS22uTy&i ZiHn@ںcd]k=c -}*|#׶N'yЮlf@Y HUnG%k2CBH,؀SQ6 l[l B4U5fI@̩rzjK_Jԕ\)E$BX)쿪ɳ~sᆽm' 5ßk,yWGy5賹k㨿7$c<.nz$*,RRN2Ye D ohq˱qua> +LAncxG~'Jh>ʊ:Oȭ$vE ϟIتoq9C?_/hQ*455aHQx8 LTj!q@Qpω՚m.)1}JT1r@j|Hȏ%LNL1l{JJ*Cp"1TIdv0oiHftQNV9:-+zҏi6C"zH^zrGtmay f F ^I+lm퀈8 Vwutr|YhGll*hDc\H6t8(`4sR 5iwBeӨSpc7cOᘏ_F~Ǔ"69 ^vLLXl@!'棙Kڡ#L"BAoB+xݪzf8 4x^]]fC7l_#j &FlMu8;XMa rǪ t MAyt&HQ>IqxHѣt'ȉ!Rh}k&pM-BW_u[qYPl'H4-`=!bMToװBaЬ>*υ͉>&ox=+% q, z ^T /RvS(X:G?Yݦsjr&}-X8#)c0x2G1l?hC?XuGߞ\:Y Bi xVWF]٠|b 4b7 o}F$z^y0`QoO+6AlhUtư0*\C,edNZ:{k?Sb#[I[ގ:i=><1@oyj y ɫ3ssV!Y2@'oc:p?)VˢχJ.W)43$ !n9NZWWkSH B]reXTQ cG. NqW2?c?9kࢦcO{ixX.YÖg6C;r sPWc2,?I9EU%0I= RG_vx[ a,UG&K^Ro @Bx/+ CL\V_u;i2,Qq>5 rl>r^ϫ"Ԅ_Dz;`/<ef3 xݹKr:T{J#O?W[詼X297f䠁R-fLa*ƬCM~GF#Rs܀Va2T^uWXJ6.sUU6FˌJ&Jb lNAFiN_M|]H1<W:lY/S)@4;a\gobYrlR=+a/WУuHle9Rf糐]ٗ9KNǎ Ӗ 8rOx^+m;<,Xxem>Ȏ./[ !pk5ӰFYρj@48^'Q)̙%ʽz/q(+`92xd̞ ,a7ױ8$_Πࡎ^d/ЕApM ;*6U'v4/SOD_fPmΛ0R ˌ'Z C}Dsf;À %A8wV3E)q:l^/uOYյBEnJj&L|E>@1@N`0`oCK.q9KfUTrUǺei}JY~2Z0v9["T8( Ki9ҙ{=ԞM=_ ֗]PBWyĹqqV5 13,#ضˊrLLيؓ;0kȏ1ѪNX kXv*=đ˪xd}m{w D6! HCNUSU?&u/;imj͝ (3a~b" P<!7NZcr,$]6E:6r dO4:K ŋLkHbvm/r셟p,Lbz ⍋G`Hy_1ʸ8qx+4\%xjA5u"H1Q& "܍뽄)rP&DÍwZx s.;(nL$oD 3L83%U [l) ah*}s?"z㼖!@ ,-!ӌ/x=Ϧ$G FI)E^^~3052B]3`C!wP _WRTVǂ\SˊԩsBx~OeC +;+\'+lT\#wZB@ F(0l$۽qu)^3A !2|GY)T('sR.H 0ߍeQmݽdK)w",@*vV ѕ)[Ge~ L[c,ƅMNWt_=,yD%"'+WeoRTľӱA̝ź}‘"oiqzupumj,Hr +wdمXn̗Eoc)W'9Zhˡ"Qf={EG"D{kg@l6=!R|3 2e[w?4dTW:+aT`S_D*w 2w[WuH*#k*ө 9Qk]*[ SIpz[h)̣V5H j _bb+5(G.=b|qB&Q+NJC'g&EzuHᢗo3Wo{?Di<MfkKS5۾c.  pDG9-gLo>Yiscw^l;`Xu6OtOG u܊K􃧟7Ϝ)PJ~p⁠L]=@s*/NJV'1w2ƭ,99b:N`bGnCL9 l]I\4porQ!r67\Z2y1=k\7l\}u+ޛmޡbsHL}'y>R nF,η6I=xd+ n`jM s?A.K&)-/~;wMLo=IVѳo:Eu orұMhf7,{g,pkDRNYF Pѧ' 9i55rf3 0H?WQ F>P`xVr߸3w}O P}By_|fO&C]m]VaQ竳m$U\j\k :1h*S2qT+S۩O0 q Sj@*٩{AOF;W4` @fݠ]jY}N"}:n .ڦk.>.ÈLRHSI 0NfA?VoX[;|2 mclen&b<Ɇ7(ƽ:} KqLvj`s\ILQaC>K$|χ0?[HD2eS)2!H3(Fa$\cr.I6S& $7cԐsF&$)gh0\k:[a|E ݱ$!ĵ\ENpnr7/I{{-tӍ//6m6yEz =r#Ca$*X#H,#uvPAVS4EQ,!NmqM#sq:IPEa@W\NJ2 G,G7ڗ7LH1~sE#8h%Nc?fU3>=pnSI H8H](l^xAyGS֗9 |d<;V,N"^1'z@~Lh-$H7;昪$(r?o I ;edşMN$(B7$]疜i^ $ 1jԳ$wБ'Ӵgsg< +{sHo]k$\vF %I@g꺭 j2=h4OE4bbKtÖ%[t7贕B]w!HڠI+q l[(tͲilC\uqlt .wnJ6jQ-l-SX@ ߷.9~<;\Cj6AȅHy #=OCl61wrP)g%C((M(V!2^w#_+P!AO|{lՑ 3e.Z_yzΧ`G YLO0& )l&b&wƓgXDFaSW 8\u9X v,4u:yNeձ寞a0*EM |¤Dn{/gHSm80ʟ' e*~NyPŅ)Y79#p_og1uFHqCo|/gMZr ;B&g)-{'ۿ! 0R?Q7u- aLfeScHxCi~ل5SJmuy!TcC[;>XOˈ8j% ŃgiP˜i]#|\A }AyIucz|sErOb")o2 +p^`én")4iϘ %ozCq{ApQQ+"A:^ȧ%RZ%|4>"/^{ƖNOqOh5o &E*@8q׳G5X閸#ɯ9Y> q:H{])9%b>gt n5h r%=G$hsW˖t=`mwm95Ɇymzc~w%rW"2?_ 3naĴ#Kr?M˨E,j/u/KecNmn%3FOVrPuWWGFiB*(UMӲ?$Δ:<lMy, 911pk Bh1r%׋;ضivhg{zp= >g>TҿߴvAS̜(tsL+ބD#3RmN ѱșG@iK}&q u h:^Pj"("tЌ;q/0?GiޫH@LKLĴuB|z2eyư*r"֗"ĨΆڪdRduE亱2a%{ ߒa9)L X*b#s}lȬV Jg1`beR|O/ەZ>ꡐː5ؠ6G EGOGWSn: ?oi PsUFq3QcÊ֑P:شđvg xZ6)b&=M-;Y$g<}נ^^ C5Sx¶5>['^ \aտ *v|UFYp"Dڵ'ZQ"7$$<;sJ =2r*K=Ue-nW0oDqg?^޶b( 餄M"OvOgaCy x#ߠ>Slܦ̕ޠL]O>NVqهH6()z6*Wjئ;Cb}+{gU8WSN W̰˳|z_P=ZAasp`dAt/ϮFzѲ"kUԪm˚8hHqշ25Lأ5AT6CjSZ֣ω$4_b" E~[i ԆXf*>end!:ٜny&vCB_~ .`1J~b).yJkҜ_7FwY x$c/,]^-)((˥3MHMWh]+@a?p9)+|*M0>v)j⏰XiKr_bR~U}Gm#Bw<]Y=ۛOw#]*fU5JH̛Ն=vc Cdۂauqs1+:1i/g=%CǓ1Z3[IXhgb}MyT_ύU=f>7I"Ʀ5yֶ5e |7=W$Prr?0GvlSy1KOyY&J-<[Fi@|( aTWCy KCɱ"'eXJ ƪFC͌`՚̞]$-. Df|qԶQkz6$b3j|$76ZFNF5ӞJ,kdv LV`qtBm]үJy:ޖ*_g#ਦD}@ɿMD @=Z?;o~:5Sb]7B$Pg^M|9|JN'4HLTC!s)P6d==aՏgR`bё-pbHqd3lW $~1@::)txxXZ,i<*:p9 bzaMAMJ+v[߽FQ~nhZ!e&H_Ğ:UJQvzVf8@ Z'gqK]!ї7oZN$U5?2 o-So٣:"d\52j?VJUt5`,~;̔m~_n +Dxw(x'h(ɧah4:99Mc7,H0]#`3/^זˈOvؖ.}h5y|`؎}2`3(d{uRU cҵY)fc}k}=Þ9-2>F|7S " O[͟9ŒM0ք8fD]s;S}xfVbJRdALȃRnʭp+W`81q[3#uҊ*RO Ưu j0^kؿ@B׊}F(|`!$"؟8wqdsyT۷Մ#U=Pq9~$/ 0$/\"ŗp>?6 MWMCYQ=+0H 2nwZLJh.MWxwL"HG"3.F֒ӨfK&+bI#`zavq|ZS0 |alXVRtVN@XLr˗ .pQ@vVŪuف q5,uܬ H 9I !u?}!XXʷ!Sʯ6fĂKFDrtm5; Z-;9REܳjrQ*$ZFl̥+I`0\Qlh}۞^wK8z|2~ȒNfRYx*RF'Ĺ(I/ HJVn >9_;}QE2%k[L#/XY+{($WbDZtu8րM%Ht N] oE~YRlϰdt;f=-&!L~cMy aŠ`SGU\ض۟nA'=  vgS X]pZm0Il41HN8$h€2kZhT(/v&,YR7)_~VoBA]XDעׯݩ0WLUvu`}:.`aU=)(K(#\2<}cL)CEYꈎgà~ա=Gsdx=J^bcl9{' ͷmz]i;5\1wIEt6>Y/DFSb9Qj㮘F|߿/`Uj^ W۱W=<N˧L7uD#f]d[ur1S¬o.~R譣mckFYl6 Y_׍ωܒǜbtt"k-ܼ);cDFs*L"SK򍊟ˑsǠm 92HEq|5<)eʯo,k]l]^W+s nU*5tkfH;E8^г"2htf mYu+3G=quu *Stx2a)qoGIRtkk>Q٧],Ʃk_iŒf[OgX',=);/7:p#+ mqa3p,3`&teM ⎴rsh ԖNB5i#<&=|؛&'C=ir%/6;+eke=E .Q=ػ`=+r/N|~^hq :18TR22M ޾ HWZ}dCmPhhg}1贜u97&CHe|zLTdgWd5?FMqV;B nm7PBq\O= ,OE4DC%jY* ]t+m/N3Fuъ%sBHΌYz/_ƒ?=U4pV ,7lӑEq;{8 : @<ԥ$?nw\%ڦҍN]?V@HCh*[ r7;UUHiۧ9e&W)􄽗Vwu4MWD8 zI9?̈́NHZU`#-y\v 0 iR0= 2cE0t1HƦu*/l+6 %T$5tavb6յb$gLUMIdeRow"NCF on6Ɏf(ư%9>rAx›.YaXb]FL>-UO b)  ٠ˍ:a=H7C]"1yҫdRM9pFS\C0apP 6;cZN>$ eVZ}E"?'F&tHS *kֲ٬gVDyiK:RwA +,=ԀشtIjt@?nZd=.C3L;-S5J6un ݹ&j?WS8jd ZT& \ J8ԯScX0yy#]&R)KlpO2 KLx ~c R4W*nH| s vHx0qР`?4-686K).Du&Sl8QӝOA[a|^".ߕ 9G^z[$ԲxVCNq^ua<%op 1ZGui ZڒaCWX 8>h׵$pBYM Lfy jp4OڼxIʇ_* n'2o;&@4ƽ`R_^b6lͨqRb-ERnK#u7Xۊ򈓔kf*Fa*SrHp_= Inz eR .kl8)? |2ޣ$F`z:%^X,JTrɞGTYݿhfFf}o83V/}q!5gB5ȼ]@$Η̖37^aCh H< -݁{P|J CX(5SF6l jt#WW0g/{DvӤ!-QB߂Ww(u>dS3E&C@=%a|7Cd^1wW `E `"C闑jq. ܰ=&V_y#N e iw4aW`A9gӃ-)ى%}zب(({$=#3_YL8<]F+۱)? ^c˿cDsʨ8Z|-dv ž1,;l׊[1ϖ]ӗuB&K 0(As>D_Ε &P}P nzW3VlLU$JZ挐T!/cfLGCrŤ4yՂ>-rEI<&xi(]hL=(AOsb#(ӂ6hig֏ajګqmJ[>K,I=|²^l^r&N?pmF[(U?iY #mZFG8!b;YVp&:nN_j 9#P->B|n' TIƢ6oo >eu Bs|-bsvӽJE^Ҁb~)8\7y)]s'Aw3n{^~goWmH ]\VŏG{L҉1%hpmi rymI߄R/ ǵ3})]6lµ6+J>yKm4l|TnV ! WWu#W.c*nn;F5>ԯG#JbR6*4^oum,ꌂ) u1hB$ Cۨvסun1`Lgkm5jyN3έuJݓ}&w.g"yk%fD&Kf磣Il1.N!:L~>!zL"Ɍ=eIf.(wB<{˝ '?p~@1NkKg`;,K)8p>;w%[C{I e[ bSNvI8R'el.CGJnmtqRrP3X)#nhÚBB[ys$p7CLM5Ǜno Y3RBbjţGu*4Fp5]0=si;ait,I|, -8`Ķ,fċ~PC|L2X֕'sa`8DWNUG*Gv&rp׋!aQ(LPH/:wkYz#X vԉ/(b> !\DRI[!9blErc ?c<*WIݐuLh9=LXU 1 P'{BPX{ YBډ_Եt޾r O:zYjoq$Ev[}ןg(1Ϊ~kf楊 &0]u2 ?>.x}mfV=ԙܛH0rI!G>lw` כ='45 SԒV afP4`!AW} Y҆4 @o5{m"+%cЊֳ>ZIwQok"+3bZK=;Vg>nSwˑ ):[K܍⦾]".V1[xC bx䚙GH,}LyWRmُ v43Cgt 6:do!_&hGOEYv$Xjx]TxcpD 1\9vHs:#XܢCk"BjYQ" 6m}cf7L>pK24fl'/JSV=fQe%I0=qX5/tzm&D7~J[ϯ-PQ1BJLnOwCA]Bv Sf6W-e 3SܴIOQ }^4I=A,P\5`–%0AH8ERnLW p-)|~y/{pdlC]ϐznVDP;[.M_! $f ;UIQrWy?h@#B3_EjLB\J|?Pʟ)`lu_mI; f᷾$l(|fߘr&qTzEt;lCqθ \4f%jJg%t_ KUGRM_k/v}Qҧ` ^h=1UˊYL>VK"C$bnttJB:-ٕM'ᒿzBU7{#?e+S$+ͭ$`np()cڍnbm%D51=(Nەv!Eɉg0 y) +B:"Aw;@[}Gٞӧ)eC흱y0ǀ p@-H7U 3i7FAvIi~SM;[ti—<) F-&UYQv] # I Uq)cNAލ gɒbvRP&)K*С OG4,5ķrpeA /TuF^pZULZnqCÌ3\A 5Cw]Gıޅ∑'CƟB]͑p({OJJkgۇdĄ>ՙHͥ&D7 t aRi4CkD?]%gho_'g=-ӣ E͢!ҩV|WCF5VH\:Vuƒ:1Qեq}ytD%q따.ɦT]֢rs4!+#|$^~2%7{J0`MT^f#.-Xpϟ jD!>0 9dnXL  "u ^(6ql/ьB\w(ۚ2 iApT4 6 !`LyeOq-%U#M,'y_=o=֐ ;⽘Jy^W g)2p҇B= FVHJ!P==02Rp)cþ㒺 іQkmpT>YMJp݅]DS?@7?'I`P]R86$ O艍-:ed9 z-0AdvBy0Jtŝp| M|n{ H. + <ɔURHAE7m]KB4º.7c#3wv2b7mG_0l¯}.pfqWבzav֮_(|B6c< ,|WA/p45 6%`‹Dj`~lBk33.Ĺ"d݊7 /VlJ~loE G;_=S䦓t/K-~H4t/@.abg AEW[v!KX󲤵i̶_̶[+'91Ej-"U,U=o/pQ"OtwC*JHv'G{jVd0S lS~sb@YL*j'FqO;m{z0cg*0#O&氫[Յis9n:Tc+eqB{K7;T:P RTI;~J<5yԥM6*!Os᠇y[s|{%O-5µ~С ʡ/"n^Բ0e_NϹ܊f›8 myem\ޔ0?mqO?E ZxMLMpBCJϗ7/+@ l6FQk?g@D Mֈ|z1m^qѣd57ސUXCH"{hJ]'!5 g2(0$l/$rpM1EXs Q0/klD3P ᰈ9`gٚ:r:x0{ɤ=LNk$r?F#dȅs^Lv.Yp K7*䖀QI{.k-cԜC_~Ͻq B.zݭ)OÝ?o} 5Dg+zD0?Q%Qzfe xCfdzœC3)+֓{*? |=0kГRlAWpBVw9&D?7p ^VXA4G?hX7VxrBx?M80<Kypś;pGղlXFK3LsC^YQAބ+zh*JD\ v Yr݂K5}RN߽>6A,L&sUjiMWp< x@p(pf8:@KKO;q|Z}Q-Q!|CN Fmn`:;n h!V=!&oE5$}N0"df390^+ FYA0H"v〤Qx-f.<3Ha0鱇ѢG7RRuv!PEi LMu;J30Z\"/жv=C801ʇ+!nPhR5LX pT $!^%ԠȰZYkWw,^F[:v(kǚ3y"Qa/9DN}b#%˞(]Zzyo&B3T\5.f߃›dŚtP8o*ioZo\y*7v}꿕)uW>'b PvNM]$mи%V!hf'W uL=MN^ߑ JC=j^)U_wm''{{OIGɄ2ڄ'a@@/f9 x O#ॠԘA@rBF q[L\ k%cH7ݦэ~TNZ2~`ҀCF)wʹ2YLvf+T)+=x?(|CDٔW]V8~[^;h=ːT2 Va, N_~ҍ$LFysDI!aWV 7qXFA G܃Rײh;?י7>%=ȿ ZUs7D6ڑ7Dsupu @Yy)(I瑵5oZTh~]`/cVȿ#ՔdN"(3.ґ礤Κaiq # ^e? 5«Ll^0q$5TyʁԱH5("sB4+:?jCO ExA +Xe^_ A('HT,  R~-4`8s S} 5w?ؾ /y 5sW8|=vS G{f;I_b+e";G (/r3DLtPGmYCB8|3(`]Kp;zh]UgSlP/LҹɎ>ʗES%Pucnp>*[a1ػN\aPݺO=%r-w7-0T残5c'#ؽl%o75Rn ep8b~ℴdDJ ``/`3oӇ.F EEmBZ!g]j >.S2{z9bkGH }_.۱H4~q0O5ۣK)2/hIiB1??B-f [ H6o:&)V R+ݹ/.Ҋ?'Yk5BL#^%h1T;ǀv&ݿ4SmڮL$ng/>&t=b .NMm7ΨDE;I%jсo5aU?D3o?ǟB^X&9_u߭Koic=0oĞqTz'Vqk3Mʯer欇M"7l89o+Wm`.]GUA[s/PƯ*a "ͤ&hRD>Ц~3+'o!;d їB=H!?!>K4 ǘ \kNy~`c'ڹjP노#R@80sUzH<-xY0( jE$`V띉X0_G\/BUsi pһYf{dzcOPV&)}aʢ>X`n9N/_,h`4!qV Ũ(|#Qִ+CpO%v]j%Hs:kODtH"#\=]4RV_P66@勱[86\E\Jpuo3lEÐ%OGmv6s<,z؝=srZ,K3dֵH5O` (?FTƴpN Eiޞ9>_5vPx$lUu!8H& n@4(vTx.\jfӕ>Alк栛i09+UnR=[9A8v[u$1 ٻdUVb,n` R_k Sj L_%$ʱogW_煠\YhbLp #W<ʔ%u]54NX) ad>|IC; ˟Bڶ7R֌3!;2@Us_HC ;ΐ0B?Vxb>hi *} w0G4PBR97ɏP~j7Oz&OE $Ӛ^x@9*2ZdU]̎Zp˰kE@B};>K;zAE1Kkrv55IiIE}#֏˥}`=i4? jjg(۠htں?ze"8q*\XjY6'Ʊp[cO)9x/M@ϔuԟcYŝGp!y2{R &PH6* 9rw@2z7F< L&9w]qQçVDJQnp;Njd߰gD`ӊSnwQC0ba*sJbh]N}ǪKrJ7Kf&ODY|A`EVy(AE%j؃?2?lf*5sξ5F+YM9Rk?z82 n'JÇDqf!T>ArP S4B+?CN9!^*Mv9d,9{p*áٻi ^^?n?^X{5o#)]zE%ѝ*Ҥg. pe0s_ k];e9N32Rr7faUÈ迵gׯW?@ &\ko6f cb XzX弜-ac-_D:f⮚;eUN{%)MáR Qo "shHw^H7CD_l29D=^ SH~FsuxI/PɗQSA 6y`! ԅlHaAW<+E㯝kozVmq]rk]0QG; wjmmS7b">޾T5ç8̽ >>3KxKMŝJbư>dE"qQLRFLSR+6zBqwVY`(=Uyq rx&MLXNODm\x\Gi/RlU'NBZ,qZ=+ 7)coݾ#yE7%\:61h."6j_¡@U|Z)~F[p8=Zo}-ÏRe^sZϘ :,Jqi Wе7g_ ^tu `CJBZ!3:YcA1ISFW^'ةaˁPk9 NP XG#l Zw Hw5s^ϥT/-I:Q?-R(Cr =sڥ&P|7;T}ZuÔ u.j? ٳTVIi]@ %ӘOz7tiފ bm{Ullr(㕀Q;j.Нy{d "qe,GBG IDWWϷ%S:Sg+c &'4uﱏG~Ƀ s9ZI!:3<-e:v= `HNz/>ߊxq(Sz ]vWfyeH(ǎP.% g-ԛ(L;;XnP)6S~rNLCOBR3ԫ.@jTUn1eGؔԦ$CDCv}>uܒ2/HݜuC-z}B:ְ܍C7)i {z"c+UV 6q}hKs.?xD)L(̍Oz]Cn ,U\Y7g@n ^idi5=~}}_{gDy4D~*Ns$k°qn-+7Q\](,ڗ8&ٰ #Am<2TS4 \NH|/ow*緈218n7U;8Oc읩J't[ppttG}FHѭVOw'LENxawʍ)#!{(kD *EQ󎙦bNtu}?d͓~3u3ݎqi[F + ]ȍvQ=K(PCkqXFMb욥RdC+j\m&:Ţ6/ cXxաrANA A_xtWz..Ak]}IȪvMBBU,.)F^%}6;I A@* o"uúϫ7vՓwӸ&,x>vR> v58 S~禊 i@[Ht>uP]Q&:b0$*4ŁlBMԼ(Y&Aбw,FE&3hPTr( fɶBFr4s}PSS pa !Z2C@}#(-̮`2!fs0^A3d0Gsj;Z4]YYO10%$2dJ1߹ ]ę 7-*H$-x$T\ۦI4sZ/Q5-CVV`6MDƱ l_ n x?Ӫ@-&3b:zD$- g67wp@+̍yU>Yd,zNq8, !C4}x̊62 9HPvu2%), ~?,:{!/6|c*( ?Ŀh.' 鄉ɇe:TG{a?X#-LXiVHQ2|,߸E_p(ؔ!Hn,+XTMR||-.<;f#t`@9_089@C]g mwɇ<)(%,OJSM\@۸y$?nN2*Puϊ=~ ̝xQ-pk m푷?bC!f2Y? cG1dY't$2P(0٣T3ڂUN&($1kr)˽Ss>+Tף>a#15 ӏ*f?C91chdfڏL;)>o[G(`Ba^YC W)Z5+ڜOm7aSlsgoi\2D ?njtU!첏k9l}M(zkW(\Čv9"矼 2z `ʀy2p]RrĎ1Vr( \p¦~waToɛS<0;bMg&XIc42eM"Ik\<4&Pb9^3/Ǝ#~Z@tbM!XtQāRDdj<}zEqp 3 צF~jW}l&y\,%ƺoIRq^ӆjnYEDR$s=/dI"Ym g)M`JÊ9}i[YF) ^̫6z5[Q@)r?1[^ ʸR*7/o5(}&@a` :nѭS,`]MR$QGLܪb8p!; b?uES63q4CvOI LK$-'oVyAUr6r1f6 odL-)G4 hN\7ͼaRTLAeP>33iԿ1ǨO_ z;H,2g Z JzT0lQ= AE(X=R) &؞D["2#<@zv"ɉG.V cl3bN7j\|yI%X⬯δh_@XwFè|bgo2J`2+>[4u8ȯ rQn Jˆ wDH f@E*#TWT6wa43E%7t2j;vPFH<֋G6s FD)8; XbqXU AJd1+6ƒoPDӰfzN)8ze%.q=4G~ٖq@1|cl #4·ec__ʷ:/MQf<`@4iܽ,UkW&cEZL2xt U5˜Mi±hy"*˾3&a AƜ[ " .5ħ 0+0xO\U|,Bl^ߣ$uW{h+!z8Ǣ0y"4Ʃi Mw2s`TPq-A,#H!<۴ۮ8KaT3 `[IK n5)Qơo窫5K|D{窞?bM h{&=0kw>< epjDJ:=/\Qc@k/67Y3$r"Cl^䟐7êX[\O5Bfr v^9PAxׁ8bm7 >m 3raD vvkM.}Cf#V,'/{7~pVCBVx紸wPg䒲,kHTsj~C5d;CoQnSv?Fw6ogS.^c*B:䨰=\Vmc'h\ӡ-N)UZ-W# g[fj5Squ*[UvxOJb0wX~DV*]]gR _4iUaԝrL\DwdSd0ThP$uUG?$xA"9^Q%3Y٠&y:),$e9 Hϴْc F߭4-N&xՌaAY}+['5#wMˑF)UBfgTJ[k% iY9Gj;ZYSh3svg}S>A3RaO/#g4&),~1-MrA#fX2 jG-֝'EWCɽPt kM/̦b`k%ivn" >V[{k>ͩ}ڇ8Z6W)_x\xj: y*yϙR/y\c|¶pN"Y^>3{\;svw):U `Z7z C/7!5~J#EMK! "xЌWuH֜5< Z,fHXm? ._ֶ&%NVٳ!)_l>=_'C;9EEsV{FҰDUύ$.Z8XꚒ3B5kWog:'Y^+֊lc,pᐥѱaz݊G0YJ!q4%DA+N,qQ EHY|FFDU%?KsSId]6pޥ-TZH[WK~rú2װ CBZa{-M̠hܴáZ ۉp#(%'p됲v^0o3'Tzv[pkamxrY[2FE /.ǦPm%2ʷgi5oc$k'#GdIalG`tf~x8f&S_{'6yGxa z?XS>{/\:XXmukEB1|9oQ.~:qL_-|M *5ڊllUEv1/rp^O.:%;B=Zr dS3SFҔf2n,r10i?8pnkj_J2@QJItxxp~ qy?s=_BNˀ z ` |=1_*%QfHa s|q(>1ހ29?qE63"dd)7BcD~XGџsdϸ!@ʻAl)o xvu{|ctoaVU#FD ^s.Ν3ldC^, 4)TI>[ f1^'<ًD;CPv#\/b] ڥ;;) ^jRM cr£2H/?>UZa<|vRahUUjZ]ȲZFО0& o\nL FE\eϢT ̟y9O T~…q޷[[v踁ӮqO7H"=]qHМ7wf.qߏb\ARĪ)ʷ8d { ܕ6=!::51F:b;?cKBNa5kG TJ{/mEe[>V4S H. Ul/|:3@B _`O썽AH .Lh&Mm)(m:-U1LMdM~%Or$o,9,1K[]wƁ6 hsZ:*Z:E׬hoj!Bq.jǵ22>hG>O~_|e;&I~ބFO̽+qաΠ~u1UaUߋ2Rq%s4î~fxy'ozGCA5l 8eR-%ZJaVEIFs_tY"yUð$5~{6Dro EQ z_+osCSP#3pHg uncr黲J;'..ijY%/J-%Pf猌ָf^#:˶|մ~) il>р9/K<;SY4 0Afe "Iַoޯ{wB\T(&.2,$W.khOf2W[Ԓ7ך5Z.cnsx'> 0fݗ[m,0Cbc5-F+LE?׿dUҔP KBquJnxh<,UͣI&#kaf7TJcDȒh,\AOS!xuzk77bà笀nuu!ywl6MO'>ŨӼ.#X#NA5. EؼHgṸ;HнoEkܶ)!`)MW06[έɟ9ǡoc ij{z妝/LP]B,V{'ɳ=$ KXyUVq@1]unO9,){>Sh Oj81taQ+z"YtW@U>^p^U?0B}̒#s0ȓUEjRv2` N崇]LNѴΨ*> E_m+".C[ÿJԜi"wHgPrz_Z?ݨ$<=7 BnR2Ny P,GX?/1ܹqY@)lqR 9&xctšpNBFn Kʋ?B9;N/h [D7@"uy[&PߓĈ /Dqw;Xl9oCrW>RA)d>]b.f'&'% boBBz|(z?gJl#`yǟw(Dk]76њatӘkɦSV=,6scedӼ"X Su胖jo-KU=Fi gԅ1\2Ζp>s.#6H-)(rP"qS۶ѡD| (Rc9e\a mгetυ(0}-Շ<({C8gӒ^NFTzU:oLݜ{pVSJ/^"5NPb]`0, d[cDú35/1\(#QJPKAc&Kx.l|)H"RIW_19;mrflx@1·L 8NE#w;$Qavjf/l['b+6/^ 8.0VHd97q(D d+<{hLQ,S^o]}@潫e]J .? 6WfS?*_< y5-$j7]>&U,0<ưu@xŔ2bE9%MzTbZ6H M%xv8lXFz.'8"IBsh#v{JRO6W{{wχ{ݩ}SOX/dLA{Gj`ܡ8qnͩU.@&fUYf*Ih-sJO,fA@!AB7ޙiV PI}CwX>1]*O42Y_k3fLtKNπ` JPJ^4^b\^'W\̥F,gΐ/"!X2`$$pW!b5h-ɜkQ=fNהHT\6V7W]vK &5\5`AQv V,9D]>{;!LN?)/x~8g wm6. Su:(d5GgL rw꣌y5⸂T2d?98֩z?vMb'> =9op|pl:^: jߴ'?v)$N{0L2UG2paJJD4Ǔj*"(:3Jxg`/v(alqݱ^Gv;axR*ecPٜkf-Lrw;9v*H0DE" %0$Q Z&tɢa칙̿4-/wFyte.{5j.ܫљE0y2譪}T 9&IL:t*43T@o8ߌ}JGCxldiÉR⸷7u )- y ʄi5~䎻EDm/Nj-@54$]gE&b˙P Sэ]6Pgwv @rl9.Ӷr^oPz2~%}EǹpsiJ,N֨Afjsdx9/0 FIniWË52 C,EP?9.4=6.X[j?+ɬ'rYIY܋*q*z÷@!L$ZY1A4*&M)Ϊ#5(~9b^J92I…,ɗ%H,b^wEnɻ o=}\&f'_T SB(*xjjo&ر'}?+ˉ vƄO׸TM+t'UCodC-T27] ].8ؠ)T0sZ^X. 4Lz~b ZO˕ܒ<> j#|n_yʝwh/W `S5/=~؏y0oi-is|VLy)6N?< 9C3散3^{R!;qDB|IZJ0Y(L땽7Z9X r]0᳚Psw~ i / 0eunD\{=VGmY2u ,9d|#u;h&d^i;rL/}I6Cͤ]dkL'Z.=s!Gz>.gPʑF$="ŘqC}+?hH ;vCN*xo`ZZNOOQ?AjRJm۟!d!fWfd@kV$[v a?촞@HP2/f$ޔj*.6_Bg"C籃 ^A?@aK*lu ,< 9XD-6D>! l!rGjWcy~d֯Kf7k%ﵨ׾b:6^boFv<+rW%|E})$3=&/j%hiRs)k^T&*hߦrN4{+˓ے*\H4H@‘~D$([|{*:-AON@du`~u!/b>QKC̲YyFU{C;PQBnv'Q6Kmۙ*1 p"`J}=޸O&*_E8iKV\щɊpU-_GkI7\C#/vx(IpLv9 x 囈8¢Ԅ 41L9Pž0%frrA rڴ<oᱼeS4 'o S0{wU 7je˕!=ܶG:/670C梾ݒ )sD𗅒ߓzL2.D>ŗf/D0Aݮ|m KJ)<5%(90PVVZ w"Z:KyT\S#YEbYEKT+~NH켓1XM0)/r*&%vaYSz̟8'|hs#9[boM?K5=.K0ϣ5KW67n ;CY6n쑎soڰ+z&&V|ƺu3zֱ_Xb~v˗Dȱ(ߙE_GęTmȣ҅}id`jtJ{Y<ךI_K |l츓vw.w3(8eEܹ8 39} If RJ4!#P[$)d7ȏYCnt~\ЮҘ, \窴V");fWgAy&҄{#ö? "7LP[{*]IZ<fPw䶳qnSr1"" N~"ԥΥ!m_≿)Pe&thhltkUtJ9Y '͆l+i:C oe5Z4lsNLJ+ ѳ".Jjr(uHǖO_> ]`sxXյu0>3'9UK_WmW"HS`Qh*}p~C/3 ʹǢ#/ dg~jW`=h5/d0111 fDO{p[ ' 2(XᎭ B[3ŋ޸a2jz_,-y(sB肟]zG]o_4 A;zP5U[xޑ(s* QzIPّWoǀ^KP%M7g:"%?i"d{r2*CG&UώI4oҪ ʳ)L+C0 ֢t(ڶ:;(nhű\? 7rK$Xn (ca#ҿtӧRH+b`[_>"ΙwG?m42-t sۉiS]Jk2(h?\PfMkvK.I* -K1U.24|j /714cZΨpkT{MQXŋ OΡ?%흃[z1{9SUAC+g>;zȺ&2Lx+E?2ed<"]gl`UOQ[ig9ŨVybu|j6Hی!NCtL%@ҡ<{}frq^ԧhD3]jEMy(k7A3ƕzJ2=/|"7_ ?@+4Ӿۤ?&ԧ _5KS1fSxYb4ʻ;HjAjR. V ݭ6ˣӰڧn`%v1^M -AI-|>WiܨHkUw0u2L# W@G \8.#Jir\n6>%7pU4Hs|LH@IdHQ_gs7XPMt@kr)34LҶϵe6=Z8;$RS:UI#jθ󠘇;V$׻g6lC"hxo[Վ;DhDxwf>TX:Huf.pJQw?/nBɍZQ5}}zB;fQݻ<5hvgQ]B f!mixGӤh<.S  k9&)fmm)a,KOoiڴʊGpl ӰPM9vosB(!kٸns. ʳ"細g'50z [!q5"WZ{ C|6LG#zEoQsgu q"de]Ʃ6~.P*PK%P#C@~"Uc (Uˤ%zc!03ܦ#%Dw[g]|B|,qVe]bO-a+ܢ(O`ap񡼌ȣRf á4+܁W6Qbpk# Uzo^a'ŃbMPq\F~*Fa@Y =.{WMp/7y>v3/f-H`@)LT7G`b{xI$'z e!Wj0E|&P;QXD2W\Lo~JURwilihZu5:)AGxӎY>7GUR&sDfZ 2qq__lafa !B-n6;X\zl|O"ބHX9 y{PM5w`6Umnd]vu:m(2XQTns˛Kf.di5]5 MjgJt>נ2ReDqdžZ%/߭>v߆UO-cZ9!{xbiKֱk"vi#[K }{ۯ~"rm5m>olFjxV9yhɒ$|BhL-vW%3NbɿF5hRN5BǕ& n ,"teZKuJ;^4!|^䩅42U# 3|Rʓ[VL9Cr Q1y;ku-ptHceٮʺcfpx:a G^p$qݚ!;|%i8Q`WGD fx+pFd:/{w(@چmV`Yҁ-!cY؞wW3fy`e l 6+00f((USf2rnvRn-VZvbܫu`41 c";9Jo8 N^Eͫbn"۱5cy;hAT (䞍b;@pBZ0k: ٢uD)r$kĔ:v~'Oh6N1/UG~k!*]1Dn0O3dlj/4!ӖU7J ޙ:Nu+#I@e3֊L[UDX7VTQ}xu7*d?(@;6!0{Ria9wu4vVsJ&DwL*YICOM=F}+hM.=ūBX|`֓.tMGG5OyKxzDau<]J% >o'F:hBNg ԆPBe->fr9 )V+!$V huSTAn>Cg4C!~(}NaUquk%]:ɍ镁Tղn!sJ^S Hz*^F|GMy`)6 ]vјj,7Hw T20!vM^]1[$IZY w Ƈ8rLEW b17$1 $h> Lb, ,>NTG[aTY|u<M$aBlXca-z#m+.ifP:w(n5ęY#bJ -f3"A{]Ʉ?3X^ю03տs'\TZ&]+,cF\UF:0{6jgș>OzT*'P$I/MZb.Lu(#wDS2ݦ6439U[1BC=`da @fm-xQϳHPI#,eTZ."N%eߴX]JT9<X+wbNh_] KOE#!=iB5F]9x4/j@ g~u$}bQ!y)]?=ljr\5莻iF_v`W*V&Sk.mZ=j kŊ7!Ei~䉾oa^vlY:g;@zUIr,yR3]O2"s[ƒ+/G%d 4l #HU@?c1r!w!fn-`6u:2ؼVD^]= 5eoXϞcf^1|ӄعL[5_WCDu\l‚;崌G*4?/r 7jU%7v=!r ?YqгKOFI~AKmFCPl(TSTҭl:ۘjh٧=`#(*;5xJU_[. xiD( ۻ\L~ {=X^w,M9((bdv~2~oZ~\+<%)k"EN ~ڇ 2I#Ia)%{2z/g8 3 1= "&0n;To£Gq[&ctB${GDa6BZdrU[? F8xE.qI@x`_ЌaFK S:Ј5C,2uGyQ r3o[&4#ABUʯ*C+d\hSėڶ/t;>*{27Ek=xLx-, ŏ9 dU1;m`rیM9Жd`( 3'*p`5]8ԗ#!'Ƣ+x{a p%W Ok#ө`ç7-Z(""g;pw6|7~ţUU4 s+TWl?%L(*O#T>JɤaM+ =},9h%ZL =/q]2;vcvoc$ EQI`SO8 svm)g/\۞'|[~l~Ù'H>b*P#m2朒$OHME_)ܗp WtB"gR)s3hev5AjS"z6d=ϋY7M8B0a5CM 'D$st oqZ\s*t# Ӗʪoٗ&@F/$a> 2UMTAbh@ Ƹ3Kl7 Wo C, _` :Mwf5|~TΧx=ah|O]\ Ty %rS; pI>L>ʲj^\cDisyGԕ>9& 7|aL1V#@of]"\svi:g~G7#~ 1yv ݱp-. ‰ Ŝv-Kc^Q* Yn̶H#7ƵJS&6275e[@YPWN ̚S8Y:\, 8EtF[i-'M3R@W̗O|l-u a[iU^3I?umׂ[kk|YۉWo*Sn14k]XKCKdO}x !\2&!~I-򒵾}CLjyMfؿ0@\ApɨMi:)%ž TOfG)/~6u~OqhH$xi/Z|TLñV4*f:B i+<rSIOzfHƲAY&?``pT676 lX+;|$:zӿEU^7ٺc*<6#VRSͺVߊ&v2 cH衘Dс#ҋlrlu7}C8βW5CT/L2.oqiSRkN` x'y)rNDXM:0l&Z L,~-kaT0 AaA4p 4،zc' )Vz:yM[^6ChȢ@39n|(%U6$Q Ip;<6@_1FiU(L.<H?]vD3Cf3?8ZF uRkXYB^^UΪ*n[ce *"[3DV6+,O%_l.LC-\~ 1t2.MЦG`7+Hm3_GcgqL-79 Y>)ֻ-d2p\/@"U:Yr0znXZ[@ga4I `%LlU2蝷dn1D* nV\H`Eʫu>(-+b!E#O?ct޿YrK?oS3 xMXc4P' @ĜUY1\as٧? vdAsr~ۆ ˟{/L=4֦ƾۆ-cƁiYH+G2֦t'H .~Qڼ/'Ǹ% 6F!j-O9QmVڣk} oFð>+Dp۽+"~lbpC$͐aP|+d [fI7o M,YskuN|J;="u+h8,ܓ˱`RΏ1cC* {\`XC5<,q4fџ bqA[ 1_i*zҌ2(E3V۩IDo }} ΌCyx-P\~DE$'N,ZQ1VR s|W`۽ݚ!j㥌Yla|;>4+Ln'_=o_G,[=Mk*}8'E؃]i#!-GČ^?):kX|vC@L /+>>]K[%1.y#$[~ߪ6!tlkjs殱z+Xs,/pOuP˲[W7S~X "ʟHMg%3obQX{^AM3 X}VSI#Z_UQ'AL6 s~P\X)VZ߉5=J+\uӮz.ĠOfݴQh%xT5 E п̭S9HH2:%YTlwP_H ][=(杛 DGn?t<2_yJdhQ<ũ*TK.}0ΑKm|)o e$`'Bhg7֣nwxW|2x(k^xSɧn?"xJ%_PLPÛ)d}Pj#Tcz;G%S q> Ĵi{Z90q{I;k4 {;ø}k3hYTy5*$<(&Ye䜩Zto<U/=<]o `ahrSQ m-ۀy?p+"3% *%GEbωD >fJ˽?pr;pKu2NOr8VMHkɒ@O>* 6\yRV907UU*Q•}`fpabxKx#\~O>x f1o%ˍ虥(m+LTb0 J=B};Fp]]> l G8d7Xn%dF wSrj7^p{.hCg #$#d<|L`:U6/Xtҹ׷ð5A2/oDFo 9LSLFo񅓚%arI~%X ']0] {duN %H/Wl1 ;fi06(OOƇSLڗ> |"uJfu(x#XE-=2H2r_t$%1%_ Exk:-_dӼ,^V=.B֯gR ,ORvYO:WOҲT;J6L %Qno>2XrhzaUgO{>rk2k}.k V}/69 DDzIςUwc"{spmwt1pt׳{ 9$J*!JSD Ɵ %ag0 (Tf5y^RN bOML✧ S~q!~7?PQ%U$1Wt#NG4f&@r71 o` ~cfa9Ab|Wr~yhV]f]Ewk)'g CT$P3UBYǧn8u!l94#R7ӧhWtm;p6^Kv%u^wscRvq$/W_A@\'U cCS~TfƤͫ-ifqB?m'8}(Av0sCHkG}2|SҮ+._xs><٤I'Z}o#,̴,Kpj)KTЈjY⡰5BJOd{Y AXAXR +HB8Q wy،;bA^heJ׎/(/MM# ;zCSUrb)Z=dATNA9/yl,#(W[o4 f}iG]Er; [O#k8(/7?7RJ OTNL\ƾyH |1 602 Z}7NvFZpNڱ1&γja?|On{ĸvO_,x>pA 1W\{HVӏz)pzE'i,yݓvkrjM !1rư6r4V ͋ŶMݚ:` PYkzZh'6ncTaL6[+lny$|/bG\ltdRzeO.(<WH< 8Pmgtn&I@(3Vm4^Nvj(gʥUEsUٱ q/Zٍyl)֦..g <[ 5'iu}2'nDtܭh7:85\Dϩ؎r;@ߎ@u0O tgj?)20uS[E>ns,źH;Ifl,ԲX:UK!òcP?=؋:[HF;3w,˹!pP 챽v]ăc"-taыKS":hikX8BW.OES08R~b`Z\dh>/F {}|<1wZKV ,G)vOyX)г‘t! 'T.1+.lYH R$~M&e#5PAXE0`# "raVd\b ?D'.E;U[^+a@o==q0) :heböF4seTHmIvar+ۯ8wEBd!"*Jw457m,+o}̖elIQplꇮvD%M'p`%}A~t$/HO1^{Fʔw< CUI9SNa;6І_Q[XMj::ks_>ci,G~Fx!KT^A\ݠ&♈#gڣyxD(ւ^"TB=#BN{R>FQU)TKF,%Кr_E[^rTMm/rI@sTpX_Są L%w2eݖ hM 8B a+ )9(DElS9-k~#zsl&ezk~AKZmŬkd}Clz>'I+]" ,})ж?6T6&Xs.W) Zah6Cv!7)x- C%1IUv$Mn!rt ^XώW牡M/k=`J C&j \sA†bT| Զ9,c'}f}ԇ4w&7?2r.[6&WqrwL6 {NMudS`KS? _,JZc4RO$Ythlm̴.*Lo?UjP>鷞_aI6YvLceU cM偸;x,HybU))%9>JQFpzh]գ,(;"&[@ w ; 0i0z "*bpbqNYRv[m Ό-/S׫:m\& K^~q5{ls|%Pؿk ;=guN۾!dSgy[IwΫӧ X} NW|?bkRe#W0%|V>Au LVĞ 1tIZ+"Ϧ”?9_=׎1]ds\2x  F˖{5p:S#!Ϝ M2$`#2˳LU'uYmEu?bT&g]UZɁ&qɩ&( j@MaWb;uy 5GG~s^A8lퟨK"3QqVfo Ns04V,3 +5Nc<]X-eFE\fZj£MݠoN87+d$e~FnP- `SW°zkmYJC8—.tRZ{bk-x؟N)s“Q!BA1410퐏7Ѱ(Ɂ.ْ)O.Gʐ`Ư}՛%QLvl8x-~cobOK3`!:`AHkrל#DUgq T%X{1(f~$w;7@!mQ3f ,>rU9r$*+l@:JV~TQW",BV>@&4˧bI|ٱ O")(4gSbp. jN3Zx`AP~8$gObROU1NoPn&D,ȳ l@f0bas8uktoOia4XQ/ŕ"d-(| \Njo3\Tdzܔ k@{]DWd;o;~ImWwdQ3 5v[!<ҥ9lƯ;gjU*ѱݯcbMOc'i+q{VhBW‰3l)? c?&2 M &k-7KX,'{Siʸ? f)H=fFZڽpR{%hJψCK4H1 gy.SAbLJ=c̖|M"~~'|=>˂gC{aHZ<' 1mYO.%}+IOF/w6a"ǖmԖ g֠P5=#XI`dv449~D,>%wlsɋpYH9-rAaÐc‰dkuB32384$4y*X"F D*LX0"=Bׯ,$rNh,c&e^fc;j@Ueu*D6g 72(- lId6 @g݀jrm6ɧCV);4RJ1u,7:FQa1hd¦ɻ4Q!* aE;mShQ3ww)I v3G0A^&t6H<R̉*pF1(-[r`:'@#!/^%fH wr5<ŚӉ0|u4RMtsIPexelHZ"GR|',sf\lƶ,vV _19-#5C!hK@ "Ԅ&ܨNq0۫WTR>tII)^t#/K)C-" ڌ х_e1Gf~<;I6BxY="~FvEtnWu:}yĴ^zB1uL>c6;?4x:[>nXOD%Yu1/gǼ >%rEaEN+:SWhWvG1M& 9!e(כ1Q0z$ims_4XrQy ]g /: YmL3y# I(jˆ0? <£mj’%0e$yⲉ[;Ls;r xܘW m|96d[?:5Ҭh)F|Ν?BOTcHqd? m`<9)N{6X 5urRI_Ͳ&ujKi5\ KThnm1.akK^ePcx0ɫ_H+3:N8Y/\x"ȀXsOiW(tR_V!ji)H6QK跦_-]̈́>_U~< :>dDǖ%+t> Ama dIGԞ`ҿ!헙P%kN{NTRlW_w%6Ho1TlNtY6uA ;e,kv ӡmy@ Hu"Cc1[&yaɓ5rnHVA:VUK={:370 !uYG4ވ䠏 m2^g'a0,ktY&wbf%FϨWgr54qRCFlu9UxJTmvM,J ܔ4ł)C[jC: -G50Lr OEFx4g3Z)|U[ WD=`Mk;X=_x=K ' TNNX *ݣ]=e'd̙vJ 뮘 G5y_ +%4#qXvMtF aQ|e\f]> "6C<30eqIy/ ,vniagmw):(֦8"c[`)mA+!F)aEasYR9N-J25q*waO)RטmtfIJ<7{JB}kN;,0 F m$h)uc!H!A!5L@_:u^i SuZr@H+BNeXeDt~$ԓ,BOS u7XTy0Ik6M80_O%gwʩ^&]{vATX\)e Uw `g.B$0ʁ'psg ^X|2&w}!V<8N.hտ=h1;=UG)^ub?Hֽ#aiӵQX9BA,'=8ǹŌ5y&tgnTHddQkI xR.>{L3c++H?g޷OT\yߪv,DFQ17@A&V*N1`ɥ$gpg~ (\ePHBkqvA+}N&_o3fQ8 ~"R}bITs>:32990 HŜv֛CU΄t4;'s !}[*=]}ƿ÷Yr Kݜ-X )9k {dŭ31¹aHolv.GhRXHsͤS3VD λG`F` {u bذ=$3N]5:4=9R ">Jf֦wR^1 1#Pdj+jAjZ&&9&Qvzߔ2ޥ=RpD ԃ?!~ fG Evi/_ܟZFɸ"G#~Vj:~I.ꗽJyL{2&,!!X)l,ۢlLw8ؤZpfkr2;O5 Y(H GcZ"mmJg8Y @MӶm']DSώzx*j37C .<9_G*[ 7ro7qA:\7],w$g=jpu⛆0= BA-.!/Wy9 dS=UBx4#;YauGD̜qG^o\rYTB LmO,5Z((4{Jb|Kyn?v˃:% R|v؍t=:d5g _#רovpOf9+ ꎌo 5|g?UGt.gx41${pƭQx5`&Xk.RϽ }$@MR|TYmÞP،.0ow e;.')Jq|Rmvmf_ x4ۭADlb[- T;kU)RlV nu)B|%P-苽S#wk8DsRץMs yƏW#OO10ُF8*.K5,K#Zl:Gle]/4oDnʪj#AX<ƼPCnϭ!V;|' Eut5*L0Pd ) 꿕fcw/Y-aa|/8ǡ g&y$ዡ]" jw+ۉ-%䈽u^mg~%T:2jowdXgƣT6L taUz]l 9żˀi#)F@]&A\fdqQ6LqϬm@X$qhmy† jt8,tEv2~+r~XS%j_nRWx|0@|7zP|쵔WYW#ј_ڈ9DEꙃ# da% [ 7)%+@0%gDq]j_˛ WҜ[7kczOKĥj-wwxXbq[LSGci-+\C]~T2q-^wL$nv̏R%ch+sBۀmF(狱*Rŵ@*!TAWj=5 Wf\E4`$ f[v؍&?֌wX 4>b,>H##u-~fUeգ?|۳2<*'kZ)KNJ 2?wm>&X0j@n %N{ǫչ`x-}1]^ř)=1XLR,.<5NVGT gEC OVlw7{18qkmy`L"PgIǛҵu5򞃄wBtc";5ig*FÅlJIIdmaBqK&Gn=@_^[X$]1 TMOVWL(k\飋T#Ѝ_?(pi3FfE`Vti JJ0uq qRx 9l0FL ?l@RWZ;Mb!IIfRv-tc?Fx,{s]ϗ+ejʎyd?cd`( Mo|F׷ az7awMOF#&VPe^ХV噻 E@'3DӝhL͝| frnm0 𒪡OcIgH_rxYL OX,)VDAy05E*Wz]8O&0U8'-e΃O9dATfZkŃ;x/xB/n\'>qsd*Rs!3J-Ջv4` a"hd+U rWFu*oG_s%1-2VZ.;2-ZEeWk0ߥX 08]Đ:F 0 @'YcC٥KX5I; Ck? NdJ,\49+`N3U@V;b|tO*jF+$VeulW2t״<!xX4D:o4dّqz-g` p` vњ HP2_eY$OX<%kt-\p?4M[QYy2_SFÅ[)bɬnq)- ^l&N 9u#(MfR[R;XFSpXo^np(֐m~꫉3!AȐ {U(ҙ1pTe,ϝ\aF!Y~ FD Ή_8b1C17׬j"8(M'EXEC"BCtA~C7DGn*D$/% Ak& YtjC#(JiԮD8TSv[ +"c{u?[pXKҦǫMnŢMkMXa0'DEI@[}Sר_ GnO^M*7gvPEs#6\Ya2sbHdL] ݴ%_ȖJҊhۼ%UOUv<ﰜ+%Bm|sޜȔ+\^6~8$}-=wi CzX)e:UsvxH ,J(eEbrD3+~B1f߭Zk-\SEqR2Mr}nAz`rΒ=OIoη Ej\S5Cyc_#}ɡj5~ɖF(ҁɷn76 -пLx*UTt#.[Nm,f5P+INa' ePƌ{ 1|1_ke&;Ic&sVi}+Q^M5cc m iD@f""0 )gNO@C*BY-*EV9RSgBɜHны)hp7Tj E ?4vi #i>OjOB_b] ~F]pgt˽PF ,e~7K A q˽يj~ꄊ=CHbO M2E7wIbKɏpgt#XRVPZASЄ =x}EW1V,H|Tf}\~qWiN14fiKlN)FID3fq\Übjz~ f; Ҫ;2G (FˎŪHrqi=X5ɋN$H9dݯ7|8Xv@"8&#"-%~uHm uQ!/=0pdMÊաk2W;M(ijh.i]>h ޿'PϢ`!iYL ]P#;HruCR\8&mlfmOI$H4^Z/p>eFoi菹 "4lCGmfÝD 9O,VB_{_ZTcƆKl, zT<|ؽK3 k!El&e߀* 1=ZrH7 h{8qshБ>Q|c[P.f# koX ҷ lD*W89;*7NsNu4ngpEM>~U>. g1@q=sVqcF64gJ.RZ+#Q]dfm>ɠ);:k}nȣ}>n1Xq$>m%9$iQ`2FԧyDz>ޭŜ{%rʜA?tEBUb8wWhGJW1yGP9M:?8b lWYd:e= 䪭0(a7x&rNww`]Mr&b}өPx(TG#JNaS0pa4$9·sUM,D3 FuqWkpZynD3x~vgjrs'ezE9R @&v\ꘌd=.):8`{ag -g:gs-ͱ1|X'7rr"#`+ sel*W߱䑤 &z׮vqZ}*7/r H09^Ч/c--q/4}Of0ۑ\i1)lX=TөZ0z֕>P&Pi/C $(0Q'&0GV|y$O^'!zBǁVI8j{j]OG%=B1]J fNK$+ʞ"5n\tOeWpBxDPo#4(Vh0ɴA%J/^j?::WzTk?Z:_"^*[`nM9+ui%ޱX6( ^Fr]$#/CWadERK6aFHe ] 8okTa@j;#Tg2T" qd; :T|=^dL(4@y"*L"M|gNMrĸQxig Nm8T왐K<5npdcZ'vVadu]䭻27gmG@ !qany+o:K%1*Qs$K7fu[Q]l!w L 3 tf7ո s#Fq"l*5פV yCfIT1UVm,JJD=µ0>(j|"M2BŲ`h)Kzoxf9Э*vėe.j<\w=?.[[d~fIY_݇$D92u,_8j9Z1ly=Kބr/ .9q3#ߒO'z35?iѝ!Tt XD\n-x9c<#X7GeǷ/G_-.nݠoxC:TlzyG/l2Wl?MɊ:31b[!.fI9J]$w}*R/!-AB:㗙6$ d][vLp1X 62"K!g+!^ .0'1XCL]8L/"yBD bZa@,@lݬkj>)J3])n.Jtk󷃜t~(~˙Ҍsi!VQ(htB Q0,r ҃$X/\gjOu*%op|s:.2DSMemxXX *if6Um%f< 9gU0*c_&rɧqL ~-hr(CaYS6EldxL@@cq~LF=F:FEֵ Q\Mo[鸩}ň2`eta:m+4kr-a $e?<1/ y34UJהQج{#*D%A9+=fF}9Qu-yrZMdsh|%T/@$Mf|V[ ,@}Z)DKprB~Xntg={] W=#6銍wRBcOMTf.'Tr,g4o$5f=&u/ arIBU7lcK 2Y"3`5@#ng;P~ Ce]Zs8!Tu t0T(' I^"d ;Gk6=y3Bo0g:'qW;8 o jW",%UUDvX-04sxy^NFS~=V{ldblbeXI0f$/ 4rEF:N܂}]íeǕCXB%DHV0yx%0{Uf`_*3,NwȣCAs"DQlo_e-Ex %?( lɬҢ~4wT/bA&. B&Đ[8^/=@Rgm}*j=j*5GYε:x/Cr.cs,;".5$B:4==t[CAҙ]H{1M/"Sy b=ׄm|!IswCAׄ+葼EQ}J*T ]y9P˚!h'=JIW+8< QȬ` -镑"%6XeZ({Q~iɼ*&´bOAzfcpftx>?Ll"m"UfMZ&Qj?:+aTJ&W!k%nxvgv5ieUjUaϜcKJt#%Yn .8u׆%댂t:L…Cze\#tq&?H_Fo uk"f!=ic%#1x{<`XrJ~Orleܳ!rx&@)vwT9jہ&l,E 8NFHaʕRa?s[д? Z- 3u$r̈́zqæ;G?/d9F.(9 ?~㕣2rS 3M LmHtC_Vъst+--Pz=c~{)Yo~UX%̕54ya+]e"o%50H!ʱD|jhyd_rǛ" [KkRrenW<{.g٭ӘhF}%ǟN6 L+уZ~;j b?)} OuLM0 j6eŌwM% 4h͇gYdj Mp<{uLOgI 2}=99=-+?^ 31A^=O`&#l#⾈36vG26|MNIuKOc<'rmT}u_d< oa SW=i04AvjR$qC#4O>0 n8?%r?ܞP\nݳ8(L6g4#U4f߰!c.V(\#A4jؓ#QNdL7oVx RT炲[/UD\d;߫lNcLO^zy[R,8i"N>D ]HNѨNI<$Hqͪv PaQIVm#tr ‡v#cˠ FpZW%f|٠֢?W?ahz/yC$F>$}Ey~_]=+3[qʒ"CÔe< _ɉ)3P 41uteHQ; +F.頦 rfK9Hۄ5L[m3n"fl3m!kڶ8xǦ;Lau"'bN7aT%udZՙO DK{`˘iK+- &zĤY5ΈnLCU#`S{suװܾÉ Sc$ֻNVBcă/CG!O|C&,@}T$| r.xnC-y)44'ܟ }P= ,IA~M1xh\at<~g*D?[s8o4s}C\"clS x6L?LwKJ֦N"E)J6(WRoEBՍb2 *r[#N5ڣKB1noXLk]^|#wY_`Dݚ:o1Ԓ =HPi(Kӆ<=.Hn2?ܘ,Jt`{~4r1~aA=G4Ҧ|P2*: }I0x;U KkiqegOy23O7M`fW+v{jM4 GՏD'ɓ}naZ3JkhМ^"Pw4άPTt cǠ\xLfJ0(+^C+\ڟ;E\(">DYujZg1A;nY_E?^ -x&boy7L( ;~@ՔxuMt[DS~ Mc%7zBVJ#_}wDxwU ).YΈ{$M|vPunmy ]7;'Z:D}dgXɔq*z̤Fn;4Er\wu1l<\4aȬtyƆeQ2ٕ&m 2V'+0C^oIkH=BI|+}0 |M2T#hP[ozfPBĔ$ W_eQlNbg zD92tjQE }6D$wEzXX7ȧJsk$& Ia''}rMAyOYhW< zs=y8'Rf5~f#]nLUKؾhVL ]BoUPBKKVc- oӏ./ +]\^6Ic2˜)$oCɹ Sf{8F 6I·.[ ]|ޝ.u?4 `OӋBkĒddB7ҏmPޛR|,lR6Q@ϭk\0~Ź.6y *Oq~q:>I ^^θ}@ 9Y">yT>b5OƖϴr44O y|4lH;q]UK^րT[xPſxOP#@eCz{RDk~959sO##˂b Xlc/>o!w6z(EartC^JYZ l6w,h&7DźAM 2'sz0;dn+ vS#[M- I3q @afV#m] V<#Ǯ?%oD[5 :)tujTF}}K"ݺ#ѿݚvkS}hy q"M/0k| fp2Kkscn;0YcӎS>h8Mu&Hl~q&3!0vSHs.6/UʔzǵW6q=i zaӉ>x@OG{y wf: &9NhZtO^AIL2uac0.e،uH8-L,MYcZz'WaEP}K";F[O?s+@XW?? J سhZp.0;UMSL% Lݬm>WB;6ۀO*jbsѢgϸ c=|B9`K`g{}G[Pyidf$sJ{C}׽榧bW_V{s6 opPo쀾 c='q!V?ۢLL? Ry=ѝ"ݓ0%^T“dW Eon3xr^: ! tz5[7sw'z(S\ d:8d{zxA'xbd>κ7檳'^ZٸhNOVdE[rrwQ;mAz-,VX!jK=k{vkMtR47mm LYs ETyfa|;/ift IMF=4Ŧީ;LSgg)>G"k#(+]0"<ɧ MjyY["$Ӣ~NR GI~q@~1xU5Q-gT!(LfQl/A2nqtzn%Zj}j<͒I= *n5c$`XUYԢ'G?r#&Vqw|[rPw%)  zII Υ(?7~I3ck!C}$3!KSie`v)]]皽D(ū`s(}Eo[ja}H q r VZ^)(yq{}jY5⫲Tۘ".Z$s.^=#<W;-Q墆',Jhڇ{edɋtkȑm}&BdQ@Ɗ=vZwmW.6Tr-33g(HKw5M;$h;=P̀e?k;]nj(2ukxk|^&hj\F^^?u~0+f>8?hȈyMz:Jka.ޑ1<&aF,kX<烙p7]L 8'Uj"4ilϼȰEl˜kD':Wjp`husG-ZiA!dK1 D_ײv4a;;R[e5 Za-f 71lQ>r”yEl0Y:I. ,{dI'L$Av^ŠD6ś*2D_QW>FDcwE]XNՋgpIu}Dh0ځ63V;r{T^GtK;XE*y _D]ʈd C@Gâh|0UX2an<{>T\Gc\ :e-Z|n#<-1zlk7It:,z׃#{ M+\瞙w lx4_,REV545^QA|A߭e7`L?F](sVٜ&9'm>)UKK!ޣ!EZ+x?X7nAxJc:l93>3%ȫRW_ĚZ̐As O>_=nAIQs2 1xc~J2 •ٚAdIE't ʹ/L3,^DŽ22k,zIx\Oˆ23Ⱦ> W"s42+F.MV8ף[!b]>>L`r_UlD)qR)Ex[ҋy2vakV۵H{G)ΰ5͂ ;gPZNM$Qc"#x]ƒ*sNɲcAYVFD1']ƹ.+yhG.~veO bJuVce!ܬ5@,\+[j1~jEX](/{NnO>t&?GyRίyCAlA/vW(dhwSW~69u`N0f>*9e6;{۩&;Yl5aô)lRMMV 館;"]AiE%V.S&~G.(jվUtxn}8W4RzѴ0TL%gl` J$_GvT ~9D ̓}?!n7>8J|@ ")nEm~ d P`RZ#CL5!\;CkR#Eq~ϐۦџ6KF-5Iu|q5Ԡɹd9JMyBrp  `O܋\jxaHT*Iׅ#n%.Uq};Wč9-mECġl5D&ՆO?p6/ʰ9'QBcʚ뛲}ؠv "$c J d %^6m 8K{ٹȩT\U[^ hdm&++K͝\LY9$a lrfB W:lcF;Jsz>6,O6- --n VHÁG 4/Sn}-Q 7ǭmwOt]wNCIj,OrtJM$-5}f3@l-qGj] GT@@ffT ͜ѿD}Αصyƌ^E܁Pqs z_~ۧnQΔ\˺M%1 jڎkvjhtI:uIݚϔu1`1A *]-*00H $o;²(-"[VـE- B%_)0jpaT$?ACs:+ݡӤmLH?'j }g\u^O_aR j:9x#9Jg+mƵ8K3N`GL}%p˶#CL[@6B鞬)2'DSf(Do)C?He$)z̨Ήg=5$f8?h{5Ond=]_-BgR0pTƹ =HFBNOp;̘>cRT<5:f9E+wW0yCyk7.&gE_[wBëo2ĕ-e+#aAD+-`~sn@V.d@#"Ҕ +C3ͮtc•c|)%uGD3L_ 0ۻ>6k9KpmW:mu:T+ )V\T#Xʛ,b~J+yZgӨIF/bl-aMe;an.BuD1G0~dR~t‘X1!) eZZeB"aq6Ik|ǐt6ydn D#>!2g-#U(GiS"es84;E7ZA}\Gk:|ڦRⲌZ2xu؞e\EMJ K~(~=oY;8ힹ-cFBAB37iM.\.<~"rte¢r^{.p')RVһ)){QL'X][H'eK4m@AE+Mmks\JoɈ 욦PեA$-LĨ  ؿ N$(̏LCZ-sVi9|Ȣ0ˏEk"qQuƁˮe/ڠKXXG |L FX2tKmetrscVb{ v+ڭbʉZԃ A_b{<[ ˣp+O{$,<B}ޅjؿfg;Yypɛ05 ŻY:Uv熸vk>Dk yuYn`ʪ r/=1+_y *%JR׆Kt/}ڬ܄]4e@2VZ1O TN-⧬f;6H<382`o)R ˶EkTk=TXLȋK-(_bJ&y34Zz?n߽IтbUN赟&FJvuCāA SAQuIt Z]Gʥ-Xk&'<z~ LZ=y8;eTUdxz]OQRC)KmA4AfɎrf'ԺL&s.7g>xp5sĜ}~$o"%nUI̖E͏ 2\[xrAMiwVRxf$&4 uYBSWF_q^`a/'<@Y]40>>B<9*juz.&6qKMx Eez,q=RW,/"xs YԻn‰^kL3~i37}ur'fu=Ӽ̴9YOㇺ]wnp[4Wpx6&ˀos WQ*t3x{wD8k S ;IR`ֶiDx)#v)e,Hw;:UoyAF턂eݦeuYwfVB16_YI2qa7 7(G"lu6a~ߖOƌ%*5wEߍ Fj3AcY±$O:CDc tIƎ"S,9/ >_\KPy@ʾ`ؒm͂0H;-kS.40TqvNusDr;㭈peKJs:4)i{ppѮ1K<'8۪nUW10o @J4R}`*d`{TGWOVDpmg\PY/puy#Ye0v U'}dك=ZU]sKQD{K&iMUlB$eLbəȾ⛼=e_seٔmdrp!njp*2^ۥ"]<(+Xa4=m 塣#ݩ϶n\hȣR{TwP'|(ؿ,t8H8U<c~nZDX'~@뒺ęا84;vfV[fūG '}6 <: ([Йc+D]*䅵W3㷖/-4h4qcd,7#h# V"-.H4)0KHPSaމ@ѓbp; ?>c=|wL}(yGA>oe@/.\L=,mKXUV3S'TdZ8m'ϊ﷞=xLC 8s19*]Ȥ KfoS贂@vP/SL`@8~C6 DIhOv,Py{q<-L@:ϒFиLVǥ6ӅX6=ƺrR[0xfcP ?'%/▧E{#Xm_9SL}P"Fkrap͡T0K!8;Uj USݕIdk]MBo,egmN[ ʹ/n7ܳp,j ;Ecr^.A8;(qS2zMCW^VS{bpacfy\) q Jn|(o>lPL!}pc/:Ѳ&0dTQ:HL.nA7Yǒ9OcC Bù9(AݶC[BF!`ϖ v_,c1K~%RJ([j`3$tNYSXm"v{14mvq5e5w55 {\$~syЪ%J {PaGTkhXVT1h&4 `-*+%> ϡ5BER+Q\St1;wD{-Ux;QԣsdZu v lP+]V425s_/u3 B!XBcT6@!sRfw@nh`Q̕}=>8aVWj+qƫOh<3AO_D"$IPZ}k&ٞ^MV:mvEP?Vm5RV>ZILam*v,E(fSFG=; UEyLGɤ̰zR87i5 }/)EŮj_lgưKx:pF%hIPhrGl&xI} D1Q2I]ωPgt4 **e3G& Y8v`gP}oһѽٽ1xrM{3ym/xGn7Y&K&︵7+ d_M@oO20[x-Qk#z?#JzJ3`!lqܱj\W㿿lGSbY72m_55 o_bLq=6M \ԢR4QT,yNj+j7t[;}X RaqlÝ) AW0A8tBW\.@zCXhbIq|OevSQ _zWy5@47PyW)9KZЀ$gҜa^>u^(,d|ϝB=Ћh'%m_Rr_^97po I (~_gZn4&ۯ/a98WQ ! En֟U-УtPp&'`O҈'׿9%TJ)?0nNF#~EHd~jŢavY} y+awܚ)ƺ6_YPJ S!=>opq؊*7kJ!y}VKkIԔp`K59{8V}(GūK0zmLI3 J:ѭ)[)_JжJw?W"D.RFB g`uH k_W/0m\:.$7:7x M]ၮ,ˠIX5^A԰ft`Խ" ){Izw@B.LPƧ9Ƣgws ֛b'3}~W$})+yc6z9rh { jy#5) pe _1[.ʹ5/e7/PI4OFQMfSR)ojRKH-$y:"p zI7ZLWVVӆ&HW ! %4 Le(*Eu>jMVv}!RUʧĩZDܑb4q)joLyU_ y!/'icZ ɪS蛸sNJTxȰtj%g6X9~y* 8T@kw;}'fqy3aA9xx[Dyp |xCÚ-{ubst͒2)K3@W}cP8)`zt-&C^&$Sx?JbR($۾ɴvo>Nz=#Q 6o= R W н{ã[2u2uKU Ș|)HFT&TMοmcHCBXʈh t$j81SY]:Os. Eu4K1 _h1ҟ]޶U2qG|/cOCwum^C )zLS*A-- |,hبE [\v]>w΂QD+ jU.,9$aR~.sp s B x^U(+WD.s l:1أ"'s(ҩFk-UX%>cI]  ~fS^ % M/j @!nnM-G`2 Iv?lQ.VT}41ARagǟDi)#c<Vcs%Zx[gЌ @%E~jA|2VcK^˓5r˥T5Gl2*- 13z g7 cmmأ"ɿM$ }W2 b甡.kkŐ' m~ufIDxS< cwo_G-mRh^ŁilOCbr䟥DwIZH%](> k* ֏>e:K5 >o3aQ딤]PKT%$o}͓14UN~~# o0̦d^6 Eam2q ,ɢ!k5Βfzbưx|+\*%EVeoڳrd$%*NE -fFDη@_~Bd*l}Eg:\/ {: Ħ0 &HuO0l><ڑѡӐEa%mz@]X5 wAfZn瓾9sds WiH `+"]륩3hNΆ=&q+w;jg6[Os ["pn h/Z T1`'n!x('F|Θ= ]Αhs! #@? .LSc^] |̾9I YdȪ^)f{ꔞ)e;94CǑ#R}zlpU}#>¿$Pv5Z Ycp6g4) j>!3G) /:+Ggq^k]w!u 0$|Ăa Si"EL0*=XVz&㗳V >^G $BO7-w)-M7|,׳t٤+Vo{]zlkiCT[F)|@Z 9c[p߀mPAY(҄ ~X(-Opb/Sa ƟJc)`-+|kIA &(x4#wB1 7efCH=SUKͩ'FtBOtVH!rVA*th3n9;"m-WQ52 8#)=aCDYƹ}7=%<ԝJ.Olͭc\BEۊDPًW*erYÑVoQ>HRJD($/ƵUE5?vx'Y'|r?'3ݰ H>)J/.V6ɰbpO'Ƌh5'Ǵ/Su~ \2ZbØSK nF)S{J)]:r2 pn({?z|l{٫{sh@V! v S5BB\3;rߝ2 ] ς"D)IAdX5n ZԐEh4y(N$,F[Rh`xBkPiYX,*j1kjЅKyEE܅ <*siy5;! 57[}{g󿯰猰Sa#{q/2JLYEoÃcvs$P=̘\K-~ȍM%I0BiENmׅ%X_)*A,Qn+U9gi(KG-v>Bhr u5{$,R,K,{h3 MP?qE%ŅAP00YNXlEE(6b iEt#aqD9߮yG̟ҹP_\{v$# 0:bq| E6`iWI]]"9"E5'еϧӗ[%(PɾgoCqtmf ӬR֎|X@:5SY ICF:u@M0NqP۩)O;vu}]`c2o^rizUh㚮{sbyf.dZ >'d4PctB`P ЪByH|o w>0"㠛t\4jk}y7 xDnh(TU *%"j:Ӥ9]; *Q? "=J[{s“7ۢpcoԃo'8r/g޷ݮ;= ޓA(Z/Gs'663T |AifH9IN#sadvye]tqMMDFCS6&9%U iGT]*)lvR9cdX)9e` bGx=P2҈@Ef,IA=]Nm0"&F³BZU 17,CWUU+hQ,ܛΙԕEV.xR& [fI*>qg ԢL2CK^ߪ8Sre}fhH8H෻agJE/x-4oTе v["9"X7ehd8r \2z'Zlڝ9HM) Xs]N S6S Wqcf Lycpy~A wXy xőtW0 iR4%jVDW'%]}CLv[@Oj&ɡFߝ*dvx3 wDI~Hp}St[l5zC,h|0ka/t,> Shu΋Dɍ8!/lkёݗBr*ZVA>ђLc'93yܸonyVf*3El{ZVY7 AOahi3\yU”ΕkL :e4 kQۂ۫v`@e /[!ۿ6H; N1w%څQ\X<4"DT&0k{] =?{B$\/?Bi5 ӢbVUƕr/>= ʈ19֔Zy%v}rO)/UKF;iflFk"߇bٌ*gwY^RB m~\|J2#%S#mgxn]'$S!Pb'RT0Ac7Fv%!hlGdž:Ñ (i5y Aˬc *o&bN2RN^)ky)rGHtֶunh..7\Rs) ke&Tkcѻ'!N }ȕ݉&RP1mt|O"T~Ll^3 ͫ+uc?+ԬF &gכe)E*MQa,<ЅMQ9F169~X~+.1wCb'C@L- \NiЁU< Y;2U!_ WA4a;5jhh9z~pDf{~X테ҝw|AGŝ,01Z>"2CԴ<%7Qd&0K4 ^6v&]j w>\5&3w56jN "ds _! >Hdv/̷KCӔE<#*ɼe$V/BB %) F'4pSJ0R Egy!EE)@_261;tb[a㇧kŨ[=x|^mhgq97!, sܯjh}0=r0"S IvNvRoog-9+NCKeQ+Ur>`&]99+[M 'z 2]tv8@FN11TSMqZs~9- {~@cKO6a>.SqPi!e_"Fy΁ 5i*J.;08-N/aY//R' Owb’7?~c>kGƤ(]'hy!&W⡊Wι\Gdtvt.9 #rH/Թ*N SI8ۻ$RM.kJRm-x""NRMϧ\I QE:UnFAjAoWk* ]zF_]F)2(hk´k/|Τ 4{ؙ~5 ۶#Eؠ7$07 Sa0G󻭦'Jlx d+E`*y g>T?"8`Ԟ^|.){2^tnJfM~NHև4q-'+I-'i[O%u > O-TzLE1 GϪ}O9wy<68a `odab%11|#M #Ūq'*gXS]g@7;?9%OԱ^IM ec !xIX@ݼT: ]/AUp_-MsE~SC9V6KJGX8.2c.M4HkuXJuZc<M 3,KW$[R+l'rQ"W(?q [z3Q}D{X"ګg^n@pH7şpJ$H%A,l;WQ3[,Ŀ8"{=[R?]n'O$hx(qPH!B^)8#:#0a=[PtYM7cO#”o@DK1HȬP̧ 0d~UsP|-oԚG"lVJ-%rke+"K[VԸlpV,hil $0\]f(0U L{Q˕xzI{(7}YaJIbsj9\%d HɹC}xK|Qq=_kLVD!m)3'TkVOp@ /TXC#r.Ұ[^ +͋>DEӒBǟجwʼnݴ(:ψ84T$͛/EĖPJq$Ia&CJ}{zYmzw8>c) dIsȘ{ⱦKKmY1&>d倶c|"$7%^} 8'xc-+ F-_$shDMGmcuZ%Gh<>M+$*wY7y3SyifIO^i͂=oUB~%渦%E~&%jޚo[o,81vG2Ȧo-Pۙͨ+Ȳ]?hLd3\w֋ڪdmdBd;wJ4xhrVm)J0!CMkQ|}hWu@i 46\ YAeS/p]tN=Ok{AF8:}"2x,u`n\57@ s3QBBZ݊QZGwR§7nq0/"ݷ!HˊDLQalÙr&VMU]Z5t CܐC^rA&#ybۡF,C99"꜖^p qԗОVՁG;"8&w7,= -\! .Nnɿ#  A[qkƾVv5!5^?N֒$?Swgb +H]儢E^*]/bl nv/?EGG6JO+Pf)DMBׇB}mT/Z,$8˿x;kׂ2W;_ !)R+\_:KqZe|6&^O/[E1uj 5#swעܢz![Skl讠v &ngs_VƘ؝8h/ D+7yr&mΝb@#Rq~)dGfgS#dID9/u/MzzholYz&Dq~kzZAa- x8O*_{Q sf]3 aM190obS;ai'Ahe)=EcfiKC !jTLz#0[6-M1CK&.f.V@n ba /LTEUm7$!Y eJs.5EYۨ6B B/?=`̧@.(4]"h ";]ᮨd))9QCƥq[q/]1<{AiEz=}XKa Xg7C2 )W0jMOZ=e^B18H9ԗRltln) < }3sŔ+9~_m|_$ 225"PK;f;/g+ȵ~9]KXhCp Y#dGj'«ho;Y aXm2-ev_t7o}֋3HRY;r1oAvt2Hn2)% )io?*_52NpGxk~$hä5cw(%q`iӑK+KQʬ<2xm3U6Yɦ΂-Uvž^gO*xbwnZ~UFg''2zm8PY9΃ )=+P%>ȅEaMff))h G~~zsR*VZ4Fb'~3mnMht9ECwZ4 ={To#\U I%3~r (ҽu*EP#1KM L9 Րe<%+阬]wf!T}o xș( y֯Jb)@HuJ\WL qki;Դ-Ĕ(NUg \GHm^w#;%YO4[ &NE)u+r@hS ?UZx䴠Z&0lFrUmC =wp&Y!:|kwb Q6jZPl>O/h?LHCƜ~?sM ynSTl~.9ĄbYxi0%ݺ`1(Y5g'h.%On¥/pCeHZ$tD<?I_. 9_-ɁGocGU2j&+T'cz!Fcw/+dǢo-޸9RǖW-2Vr&䠔=i*pқ,zm"˔MtSkz\RRE%hHɁ6]w fە"`=(2p`!V=$ hмH5 YAE:8EƷ DAb^{SOʔ؄3I}FXfOdݠj+^QYƭ9qleX)mPžQn^nog(G1.ZcVk^Ԓ ~VVXΩUJ>HI}QS2zdLg$HсڴfNB׻88{BQ!][ęK ʏQ|7dڏME!On/2|$G%ی~hBZt-.}Qڰ\EYTe0rfJY::[t4ul #ɹPA$`~ _;X0{H{?W3"[{vvzGrِFkϕi(JI]&>raߚ]oh=jѡn)F4r>_¶7{#"Q#w֦ É-d KFыa65r{f+\@f^o(_ A$v+N[&OѨdgqڠ;2-e- 8u{>6{|p;0qHl gS>*a &A{D6U2'APtWd9NV r±4bc;uI=-Hm9эfIq5'qA9s򀷋z (->Ԧbg81޹EǢ+n,:9d3Z^+ `ОKhV#}$HcJ@uڬvg)s@yqvBgaZ_}XjwybTXT16db 8 MR6h$1 f1/pZш _0<C{ȽyKW:\ 9QδQ^]_eGE<< תsL= wCp!H60jN6JZb'SwGۺ4rؿ; .s`6Q;x GSVs1 <gI-T}.wCL-N4Gl.ΖCٯ#j=a'WTX0SPweJ͚Z,pbp x@D'?,?Zv}??H|BoM\:q l븤n̴M~W.2,=UU# Np݄zśs5rF⼕ClZIu]E_WN9 ׹y5Hy o-Ux@W[ձ[kW|&,!4n桧]ִiKZuՠ n_jo8sל-VRܼ6riaW2#Cx^G U$ k+_%Z j6՘{R` σ ̞VTIc+s_HE"G׫=' 3do<=޺S\ό3yPmqaOǭfYI,ڵZ~K2r5RN;08e}oGQ ~_އ*Z؋) ӁYn nq@@HkA(9 νK?4 KNr;zƪv]Z^0+│? yGEs JHJGqR"ڄ]hB5pNCΗ$HXipO yHUqkUY#[RR$% #䨽!:{A҇kCBN< yٮAF6 D1zl>YB#VJևy{:a7K,TCҀs+FbZRRnO5TհPìA@E`Gb$QN]% H#zV1g _R6[^tw^Èr ~'A /}C,|}^fmS/#S.Sa4 [JXhZN1ɴIYl2&4@۔Ŷ!ZA/0naKFG~>X.B뉙^@DY-=>0vfc0 \לX 04D!2[5#/3Eۍ2@{W PwPoNm0Ү |M-N `l]]pv| _jJ>W#5aftrh$f=j3ujqiy$R [;a73c-|bP M#yme"#cfaIQǞƱ}?וJ->RNL.}WDȮZ:g&5o)\*JնóuՑ i:?ka}9'KLCU*OMXPk|?N j4D8z$~䯌uY HS'C% ph|ںo\CF/=Vo㚐GL&D_I$`K+՜y\$-i;7v8 A5viW΢/}#vY9W4{ߡ׸?Qڳ)Ca=^e|uu%yH#u۔$hC7~1ko! j(ohX [\\!Q J57qd%t+1]5quuIRĔ&Ɯ'7lvcVziMh1}Is$ fqvk Һuh ߐ&LC`+5R{"o)%yVxt߅J'L؝t$ 4N,LͤA݂l%sbbn: ,!jI4}jFc>;:TNJaz-Cmg94G^Y\Ȳ5 2Q -ws+0c_>Vȁ:wr0P+Y+GOZcލ2_3ŸQV7} V@%56jj\Tl֓L7`).|]}6MQ>!@S=;nVmUx{j[9ۡG޹s)fH_J*-I32pX96W2/R^?YAOQ i`a cl-(P,6SqSQ<2;B?[iyОoKPq#ļ֏>a~4o8RϹa]F3EA*?l\w@-*40jw.qmzIdW@D&F!&M _o|"狕?6O`Cp6PMnX~8ɑ3AwYyZd8?|VC RߊUb)u\q2E/;Y^@PwYK+(wC n`g[ -&@R7hM PRo{vE5ZecT&z; Pkr~QvD= &aW4(JrJ#!o^0=8ik-^u]Rf',5X&9aX`Ra 7GnRϻM+>Q]9ǔ;&1®Yq!7L5JJxӳs/7 B% vqm$B(!Nzݲ/|?rѪզڏ`"v+H}M_ OHw0cc{]:Hv.)xu}eyXVQnZGE4 <2bCQl5e;) E>R{cX9C3ޓBNB pSb[K x}uM9£`펯mq%s#5\V{~ cH߈0)68M$!Vg߈DVC)ll~bˈ3R7ñb[ 17d?~X ~Wyt\PN K}0.ɽ,"dIf"s!W֮sA^&Tv*Š fBGEY~]bsJgY4ô N&HHOuIhÓt(>-񷇠L3#3A}aț]C/nThuP&hyq c2pR Rҝ`)(7g\gq ;τ/L;(ػڧ"o'ף8㲣ÿa1L۲|=[=ƭ;+}55m8U3yxpâ¯*=_| zBPԏ%XDFeIҦ{Q[kwonyyO4r\Ұ.uͪMf^L䛊>wrO7r/*bFEdS==f{@fR0JlGhw̸s]ElFżӫ#{)k 5. (<"ӔW{"DAlfe!)LM:dGgmBvZ1PqB_ S 2)~mt J68'UMUe;@sheڳLZEh~CMEnŖ|e71DL"LB0*ASU ޢ |v v7P=)ݗ٬,tqOYLXdZR2 L{B}3?@B;DHw:!Ì>+ UL@Z7xc<;i7oDt))ն78TFS7lGq|dZ7^ZS׎rLŽwCAY\F< ߗYs]&5} DI瓇 !׊^jc'Kt/CYXU/kڭ8bZVuP"u6 U"yXVe pAh\ ~CtfH[bh;$vs~aVlcp` ^ buneg mW_-_qah2@Ya0hOUqi2d9nF5pUPjR-,ܦba)fJ rTF.s~FU] _"7Y;gh*jYPS>~H *Kfaiהf.fTC?9*Yl/f1K|OC#o=Ri-xׇF),Ӈ\P%@"zf̲9cms~-N"gUpm]@TjdPF$|JryTH}PX A&=jH[ zWo-ʟc+E~3sSb櫘u «OgQ_Sr[}kQQKzh<&L~>BCJNJ5{?SE{劉3wd䋤vcjos!QA؄$YLuݙN9^xȹ'GX-Ȥp\jS)e&N,{7\q g6 zV%@4+F`'Pmø5C L)zQuj݅4HJ bF.捾aËxd?M6v^4b?(Ƚ%ZϽ{XɕÃUhm=6ZYBa`yEhJ^7Vn@'y຺5iY&>E͔9ŅfѮޝf8TդMFXFK&$b=PǭޓZ0ntl,{룙p39ҵ- luɭyb P5S3uVƲI) 2j9nBD4T>[Ȇ{dQ羕~&k Vh4HwG-0ZƸ"*!О qBP 0պSتD6hటZ~%&1˶,g1bP3rRێ4k8~YWo'wiX+ȈtD?<"?bW˽G PU( i9t|B[8ƚ;p6/[~'j򧭑n=WK)AF%Vz3ױ#,D魥E3a&LSpxW('u6Y?, @şGT&N E~ |ji ,P9KNk]M0O^DyFo;HwY{RU>7KwMhvg[О:@LJ}nW 'NnSB1nt 9nyol]/P UǾ ]c$\,~}T_s?`l3o[v X# pm=3(qT}H>%N|cM-!iwjϛkkBF5MH|PX]7=(VAn6ZO:51p2ix'B J)B˖$?wRߛBdmY<`khwBWl\,ZR_y&51y [:z8c|(|M,hxmtK*hXb; D;=za-2>θU8+ѶUFtn8 [ndUx0ѧ/ɳ9[3)cYw[HA VKͬoV?)I =DV9n!vX Isψajv+L+r!+*Zʪih- ubˢ˹ |ݗmH#]S' Tk qSeD€P>6mDK %)ەs,v3{MPAJ u.tWV 3gWТn};cohr)I'[$C6.[k5мGAű@<G Gc]d׬#jޘwxRVYq dsk\9m 3L{oX7F~ig('^ͮE)/4T,Fʟ4Wo1ѠN>5= &Ag[irFA$RE&ŋiM"6qAr~*uE<;keyuAO) iH J%$԰g{rU 2wr+xc+S-x'j ҩ*2q. aW鏻0P~3'D%߿7o>ѭҔwjBH!>;_I=8*7. hxX$JzX>|O%&6Oa03RFDȋra3Ih)h,0u\|#v9m%7g۴(#@ q@7ƈdw  >,]Ux[W&Ȭp1!dzS/-L}GGˆͫu4WTBs$wGMl 7 ՝φ=XtS3*5z._b׌sȐJ^ oNKRg䱹6Qn_G&NjE*nDf*[-PnЛnvr8ykb(J&xB9=7/d  r2BFc i4 fy>_H߯d:VD!s~W9l7S\|NU6)6S쳻YPf7 p|/zY# y _mDtd6Hd%s˰ѸO}z#Zёr2Mb҄ !*tՌloRR7.FMo{%g#|ťg f#&V. Wm۫# *,kp2Q{8wl`F/2S d<-ݻ̦A:4(K&ao&>QŲ xXQL D)LMnө7 [ N㚤R~fWG۵ZLhh л8w@mLD'sxuߵmA.onxl01~x{cm BO;\$!!0 2%!t)я(Gvv 'p#@jr`6^4- ȮR'./%%.LA=lδi Y"rfΎet"["⧯/1$\\O3n~SXDC nIf˘m/a͜'υT`)mTb̛Cd0"\V#%Q3jgx~森nx`~jK%wIx;99ҿKx_i_fsVVG XEs \G6\RM{-W%0ٜds <dfR [~Sc\ ɤp@ 8eFH e=7׶lug<`v9L.$y:~Rub\J|rЫ3r`,%!*FU-4r AC;4txwRA?v-,r`ˋI8$TC@o~hOݎyu }SKݦjqQ` U4^Hok(Sަ`P \~Dps|R)5 IW#)0|u:@>g `,KarX3rC}@ϻ %}*Vy_l 8@DkWlfB]*z8BV.Z٢ IlHx_g$@k9AoRj '+<:4~nF:x<. ole!TgCwLibDAy\(ˍjXJ'h>|(GgjVz+MڨN?-ZF/8NG6<`=?u4V3b&%kc4 %Ŕяm:}G7=`4xOgo7*2;H恖5U[ =%a዁Ҍ )s)mw>|q¡Cmwk!GDmźf|{oiȮNr+7nئD$T _|9HcL} !"*/].Tz>T&*"Z)wD4+D,QV2SÿSՑRŽy &kc/>=ޢⵁT=r(gP~Z*`&)!K`{UH+mPHs\m:D@gUΒQ$wJr\Pv6n_+3+'mv¸dZGHNO,L ls S4:cɮ(?q?p@I7eJ5RrNQ:̨yG.8*t&K8Y+aVȋ@ q>a5h vO(a&М\{17aT`f[۬W^cjR(݆VR)),=)o͵jHs֝mjloK_tqe Wo^ž[$<Td05EϪgȁ e-FQS6$!(ZsxCtuSj>,Qsnǃakfyhݯ ?-v}8?~&' YX"N\0Hq@fiEK+/ښ+|/\%ͩf? 9b {,p, HZw66vr$S)I*D-9xq;ǣxm+LnM84N.rATGGq66V&%vj"=@ [^)4.,~!+LYm&NrI!q7YW]ya$|w]c%wZ]Ǚ~R@%w,=Am8KZ`:X(r"%vq%Κ3Yil-2|V*BB5KMBuY6݃ͽYh0IELEm݈*(?Zf~76؏V߭a͊.auSdFz<{0I'ZOJA ZԽFS*44˜KUG6 +~[}(!!N4*Md!(t'RZ-7~Mթ?ո*bqs؂9ݚQFģǀoB8BXQE* /'v R I|Ofcu;HXvIT!+m_YΫO'H,\ް^#\ht8Scwygk>. O.wءzaYC?熍xiRjw!HI3P-橄c]Iи5.".s6O=iKF}{Ӌ0|O&!Ŵ;`HU۷Wל<,>*R%(\֣/]fJRNdJب5D[n90L9BbqKs&K`6K`С:kEJz,j sMw/aJuNc }ӿB_oX*5b2>Ơl9&{'}ZYů> ei`T6 z[oVwV> XG@tPlw׮JG pMc;E "G |%4ًR9hCdx3~1WTPGJE =ź#7-5Ҋ.(%H+5 k!gBڵ8K0bVﭤW Tٝ{˙>$Qި@ ! F[A s|鸙K,0}[è}-(EN$ Y_=(IН|B]=D2^C?O®(ۈPXh!PAk<'WcSKqf {@| padȀ.1w{&#YL刢 Յ)fe Ȍ`&Nk`vF4XˌsNQ?|E@w񅥤wh5!m)HaB6-cWDTFj⾐~'̈́c=ѼQ T-a:}nu{/}4$ܹ?lfZI݌raHibLsݮG)XQ OY|rc/ۑNe;I>MW| ֯=/:8JOKo/?<ˮIESy^画ozYś [s"❥\É0@:kYSD[bȓXy U*yl𕁯9)icf\cY$f.Q|Ep%XI D=]S4bS5(bK|f5kW<2G` "v2S+@xxF4[Ovc g7-Rs+>Ɵ[DG J }?l#Y[V I5_!ؑM}-L-J<|isd[4 )A 0@7[E%'sy H q4]_Bx:ͅYş: @%ọI|~fn )G6 D^ 8ֵBN 90 y;'NA|@d|Y.i^b-8Zu}wQ5g2SQFk+5w([%l6NI&dGe_~t﫣cpjY9T6f B`C3Dӵm+`~6q`VեEr$\̋\P'E.S*ÉЫ7 1y>('(-v3D]О֯)+މih ܬ˻s (VĜ)}%XY|HC;3#D;s_a4@eO.*iJُ =*ûE hzv[*ݠwN,D<[ĝGpy,[=][⺙eC y>OMd؊hA$kt+]9-&*)'-FE,TRv2A]i}܁h,`FAN/5Rt $z731(rG7?)PqzeQ]ؙ.RNtZ-&<o~NGh Vten 珽C/u6Xj@骻 gP~}iD1Q Y&i=\E6fL$Vq!EA)7*Ks0:+._*U]9R݊p *]lJQaUe\d 쨢)`G #1ܶ[꙰M{N3=o U|o< TGfWurZd381$,joG:S;\z,8%)oTF6v=Hfާ@IAHe3)8%>uѻҸ#/ >k3#akZ=TP[z!+W}L!ھ1΅@ﳲ5$8 =SB}59t 1٬*{|N@NshB^,6PB|wM$EJ^i܃@b}sh籏e_ ο;6 HJZmCd,wpD\r>t(X/70WH*4V!۝b 8O?ɫ/#6͖Qz ]&DL+a<3Chmq r.ҷa N(g? \HN(8vZ|W"ZNRS9>MV+Ig??>y6u95`7zְيoE\bbKu +p!B.jޜ'@HoK2qg8 TE2,ؠapƲM?Cx0~,|k S+צQ2 yz(Ӯ,'.7ͅ3m}:OJ&'] zӍ00n:h`G@ӉF8X[5RǷV܅? skYOPȐamU xE_dd)%H&%_)-k1 꺡 |$`~X? >adBJ&/NAb(F~fֆL7gҤgP Ce%E!dĦ$}z `?ã瓆)]6@Nl Zu-{IEY~TCH+_{&RX*ef3&\@"9 xer>Ycvet=Q@jm~qԒ+tM]B ᨴO_XqT>E,@Lؽ&PhPLa#9BW. nd@XzD]? Hy1t䮄/cƳ`ösd*Se-*0\Ews b831A~`pGl1Qɷ|gj}>SGVmk?UUXCcAPw;^@ 9!}5kRLFNFfarY4sl73+]Ҁy3Isi~ a$NEiѹGwku6n>mj3A^gCaac3,%_al=on^0)jItv cN~u͍aRa,d?io\V8.! V5σ$EyI򋤥g@oPE3:a6i WhG"$DN.WP0e..eІ|>=YȯCa$~[&D#>=L6&̨8_a0Z,$֓DF[ 0j/P`npm'36z2ǵ&[p,\+@F - #K4X0&W\52Ml"Ը[3kXe6t=KWSff]aMu5EfrOLcʈ5:_ƥߔ&|A߉q9>Ug4YjB|&MY%(tDMB9IFإ#WW,I{o~5;; _1MY7r9LNAlgA:ne7!-{K;gP_.8F8q‹D a3Tw ]^ߩKہܰ2}z.o9]ZEU ^\Bߞ#>N_ę́a-!f^JNh" 1USg,ԲL'˫cx&>זU:ɦ,]zW]\OGQv$-f]BD-hqw\Ndz%qzL))T#<lNi2<nB:ާvyC2e҄&/hyP:3H̨7I"Wyՙ,S\Z1H7axZ R=!c.1y~tׂWN'^fh\t2Lץь k9\X\Ңܢf ulotg2q!ḨvE,yy[BVbkuô$UV g>ޗrX`<)JTiP4Mbpصr[&G+CB6'Àk[K>ǁVrr.ՊDem(^@{!-Bk'58noZ,o ϳLذpGiEmMgHrjKk/`õC޶ muiY]vuѼ>\s#8(;^H^[ߦ6MwggD"Nk~|2ֆs31;c?`s$WBj$=kppQF&ޝ'lq9?X+{JPƤإTByM*]Ea u~<3VZ0N8Q@&Oܹ6]-TҖߢq.?LhCyW=h,quXjL"{OsC- R{k8[q;) !}5 T!_ټSdh4k{cwC1Iz= wMRAȠcc 4  6hj0GOuJ,3D`"gU"G뉤MwR+}ͼƯh. LU>\R^8ϔ&jwh-H* 2 f6Wʕ:(7N]y'^64bEk*Pj\L92˼nqO򌷲6Q]C,PG ōʝq[2$Lx/J^ 7K&<u9q"l㛨t=K W 1Zl VdĨT8V*9/6ߖl.#nIcYbթ}qV_G2]n:;GqE2 % Ƞ/.f}h+Y]C0qp3h ̥?w[$wuG>ajȣi):e[=WF;5pA$NoJsڷ–GnN%pC;"7 A=w=dm\.h4DTեw/^ZmSҟv?qe7gizJmYIQ,pc,)1Qlb=Qd<4<+Sd5"/ j& ,07Aĥ_I5媭rT[>tr v4W| k%NFjİ#X i-S*9D-8 ^jc(z%c'9/^ۻ4zI gܢG܊tݜ}"Ҽ 2eNYW?qU_j`<[(մe2;_;R黟1#F;o+6HA:ɻ7ڻVt/g%v( qΊEGK}#gz-#-1):fZ询Y4| tfg4%ng*>cBjD*06y;!i7'?nOAc̤TN;XSj*-貼 =P4VƷ@$~ACB6'd^oaslT%](Z709MsJ~/4xQSCj}OX{{DGefS*2#SIy3{~vj,9g5qTxqDEFXdJe.ZfИlN[{3nvHCvAj v$s17nI2O+ov荑 MV$x#xU<".G,+WA2}jaqlW* ܬo/YRAn {ec e% dސLJ놻?/_Xڝqr=*qǿI͜.Y[͑Q*+)"[Uh<fcџ7mp5bOGwK(sZH5/,ˏTxLs&#L4NOW^eROcT%1M,˓U )V '5׮ ,/N(t1 k@5bs^_j?Yn^G$"%>>"<▷ś74fr8ܱ %XmWLR\W|(=U4-rfr2}[> p<DLII5'6N$ 8<.&- y:sKD̵~`|$t^ dH_{HQno@R1UԘL! 6s+ub]+實X^:{ULdI8%0@)|ݼ38Xé<T>4u|d/4WSC#*)(-lY,7G݈!d1RH:ML$n)XN_!S!UB肙)lӓ ,N9iQvu|q4S6JՙI [Gj *)O| 3aK aA^~4]Q;p(RP7reQ%11=T>sb)>\\QXNЗ}g%ێ %BP4SČ^n`e 4⍵YTk2ƾfJX*Q~K!f0AJ/gwZ,v.پZQHP{m]lWG'Sr'ՍkDz\gGgV\M)@6FHlJ Urf LB+ʘ/?>v5E<$6-dE%\9dD-?2 0qp !sDVQԥCάmLX@VrgULu`܌Us L37IXͨRLqPhZ) vΑ|GE2YT!Y֋/$ DH*Y޳Ϯ:O^ЮLf9_M̖nC$l@j՟AFp^{+8]_x0f~n&9TXlV$C݀p?LGe&t/b%q6>,1Hޗic~+jm:0Ӆ0UI1:^3E,mϠ C8XH 6~˭c[C\\.Y^dCxwZ!1Kf rHaX>/<O2yߕIѴYs;Vuv{LM4pHw.*XM@fno59ko2ZɅְـr`Ag~ݓOQEbe5nGLuƾ]B'XMg]ɿj^s7>2Gt=v\4b/hDX{nxUsF q;sDɎLLe,$øux; 1w=q 夜0͚.sGG+_-0(e{B= ;n+*t?U[DBG ixtGfM+Y:.z>@Z, d,icY~)]ӱMZP+3W̫[þhxnV|F*Ѕ{ X5ToiA_6n/YO];cχ !ܩp Gi70)rDZ1mp$;^*A5j;&&:xM/j=]Q:MN -h4u[ iA?d5{7:x YA:yz 4l:ش-6] S༙qSmp3-LEMAeUtJTh[ppv.]]}u"Ut֭9M)NoUߒ 7ӰXEyW>x 9jDSxKX'$?YESuٗ{scЁIx.^ 5Iu2Pҧ?EDK 3D {K+=LzP3z{Mib*2K&/agSTD<0 5b3| \qbUOHUGrї5*wx:&,=έ'ǯʳUAz+))@A:<*Su2Bhws'p+O@}{3ѶYBUsaW.{9o雳kgn/}LlvmLyU%]nv 11侴u-oQ4ʇ[ '2DP=:[ca-lJkWyW}?J ?W1*lB[vLhjĚҚ&ג_9f|oI}$;Z=Bo0HCJya. jkB=]$l\?#x室L hƚNy7 Jo oC V.ݓMի;,A+@KEUe@uswtD[H&h]_cMdX.||k@:ib1 Nf $:BjpnhEXS~ED_%TB9tΚs2A&Jvfįlg璔DmrAtSR7^~oFEp@&"Ed1Q,mB|>'g3Ng3=1h^+nԛZtJ:"5FK+.O  0冼L@2K%mhxx4cA[҇r41#@S \l/̌t:i* kQgOJ^a ']^&\t,ǹuOe;sƺ<ᣘxq9h?5U\W(Q(۵22L {S:Ms6T^ddQwr h Ujnh;e° B}˫+kfL~x'O^6jK*v2u tCͽ €o yq&VH9ާ7I}IH$J/p 5֟Me?E;?,tCP*6J("X\qD,0?E5|w8bVyD$n+V=V\D=ۂىiVpMͿ-2aOUEc%j Sq;)P{Gv@-$ra2a4niX)#8. YPViYߩ;LArH{c}sgHjHZ۴7f@o\G5 nD"~e\-C.Խ@ƲSMM%0IwԄx?^htq  GcojX LEa"̇vv8S_N:RVOo;T<[r F#cq?Pש>w[kbRb F{A_)2_ިNdvc(iE񀜱#d.Qɬaͷ0ZQ)&ձ9$%¹sz m]y#Vy4.!љ/Imx˸fV"Va.gMlwY-D z$Oر\6/[o #(_bT "S"-drݛ8]sp4l IPhn2%NPL>WѩL)'1Ib/FQ}ڟ>+LnqEFDMp4Oexx,mB)N+( Ȑ-Y+RS#kyI`?SEU6ys >mB}FPPрv9 W.3qEh9#9t+>ϡRcw7u tBd/'n-k$Ł&h8g@s4(Ͷ͍7*gXi| K ct&}^{ƻ^%Ֆ 97 ֖UQ1Jmzȇ O/%ueZ_\Kn%=Y(IGԡѮ 11ʣwt[>L6q*=dΛVOnRp\/tz_rN예ۡ=(]pߛ;?}C޲_"!&g1i$w|*Qf }](Q"e0/pa:^$)o{@#L8GwgfeUG]9#y >Z ^\#GŁWUTuYYJGm=M@vxq2 9ڕU0Yna=mZQ1ɗC%EȪ{* fF];Zhuh- st%aȵmUI`'5vVb:](HY03¯ubi6 /X)?pyHyj8S` } o(x@;J\ 8#*͗Z1z4X\ r"MFrÆgSΧBztwǜa]+Ru(oޱQy!) 7}K@k2a'`>36?`jĎ 8Wk7)x[CbA]y-yگߩVq Փ(5Ω7 㟴Bl;5ZAA2wu:zy)Zc;0(Zm'hazŗ&"RdW'ynq̃qPM?'*@1zFі{GA"7H/+(SŶkr[4A!f[/J:J [rp8K%dҟg릏Je",8"*ʯMj64B  PH3ŁS Mh,L8.]@noh&~9!ݯ0B) =BC!\O`,I@|X| ]&KcI; E?~YnIKXO< ,ڿ>Jp4J0g&uP/9 iqO3u<ȯgŧmE(`>̭#r鳿&]iߏ0N2`#7UMW^aZ!$\r{$q?vL*$@6Xsy'KˌB]y|w{|ҊCAqа*sbnN8ry;Qu]ձ߻3+>::-'3dSX qeo%{lH gS܄m@xtߒ<+*%SM~1_[1oVJ(]+R7BHp{M@VDBy>] Fj*%!Ȭ݀7~j}yBa/En   ;>K/bZj;'%.(5 [CBFÃp6.ţ< PhprKO,$r+#*Z('h_D~XFG" .Aa?J4| X<.Ժ=1D QKVTY]rXfgjj{ e<#; :[ĪBZ}X2N+wʾhy 9,?LDʣOε oذG-e4fW[TJT$"d5ea±Bk}-r" YfϹDQyq^eV!Hc. r Y ÁKZmIN-/?w3eĬ!ibڦP u8}1W'4AsƲ?P9J:=}G<ю?߽^fFwRaMlЌS+χRFsD^fPbYH!5\1;n5=%ƯB<@X|qY$bd?-_y j+TT]=hZJSkZ_jp>#%M*C໨egxw3ؤGŊ>=ҲUsTz&ZS8MZ"WJf7 5X3:sNf"ESj> sҡCٮVv[; T{96"bmWA3;6"BiJ冼 3m﻽EvrX@+xn,EYv [E]ce,&'"R'VT "0o=2ljmo9=Գcnq'nmgK;ؑH&|ʍ0+]:FP]Ktg-9n/T.^L]يkp514d?E*S"|EMO ÑRK dF'xc=1b0y݉{9m/0Ch:+r507WvmŽ h8 |QB C5-V}6\-~1 G`q 3 q9Dt ;(Z~Ҁ\U AS$E#A8A&aOa$ךze;ڒ8NR=?Jx6H$ )BDUupj7t8uJ9NS6Mq/q{-0hC&V7L0< ] !ŏ.қex-2Aa|V]AVsH' s8B\{|Sz4&3X4&dU6^ˆk-ATDTa?i(1yJq"2#6 +GX+7"i61-v#gkέK T?wa ~!dO椆)ߟ%u"< DV9VMàeOM/?6}}8}}ܵyQi䔹=ׯ7!#9 (dCNE0kSj:;s\."AdUl-2[C\bj 3<Ib(utzA^Aڢj9t7gSذޟEʔ%Ч: YZ