libhwloc5-1.10.1-5.4>t  DH`pYѻ/=„3b85Il'v 56,ROYd-sPAXݳGO囲"Yny=\gW$7;m/g\:h|H>+z0,^VcW`Df4ûm;ҍkE(0@a؍Lt}Ҵ +ڊujPJcF7q\^Cޙ;Xn)y Kʃ0lUV)7T}9nխX hHɻd873680f6ba23e5d1347cc743ddfd98a85fb4a277dWYѻ/=„ @OǙ|gV8ѠDav(W?Xƥrq}g^9S!j_Cݳ$KG>U5ײٴ8CG?ԔY\ԭͻYh7?\uRs?w'4AQ`klZmn!`9-6àBB8c\1['h:A)P*{yM!̀je@ER78\aZ:(hͦlr><S?Sd   8\`hl      . DLV`|(8 9T :^ >Q3@QBFQQGQdHQlIQtXQxYQ\Q]Q^QbQcRYdReRfRlRuRvRwSlxStyS|zSClibhwloc51.10.15.4Run time libraries for the hwlocRun time libraries for the hwloc.Yvbuild35qopenSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://www.open-mpi.org/projects/hwloc/linuxx86_64qY[Y^a8b9e8a36cf15b9463c212a19d59a2aalibhwloc.so.5.6.1rootrootrootroothwloc-1.10.1-5.4.src.rpmlibhwloc.so.5()(64bit)libhwloc5libhwloc5(x86-64)@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfighwloc-datalibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libnuma.so.1()(64bit)libnuma.so.1(libnuma_1.1)(64bit)libnuma.so.1(libnuma_1.2)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2TE@TTS@R@R^RNPyWPx@Ou@N@NWM)mpluskal@suse.commardnh@gmx.dealinm.elena@gmail.commardnh@gmx.demeissner@suse.comboris@steki.netmvyskocil@suse.comd.pashov@gmail.comcfarrell@suse.compascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.org- Cleanup spec file with spec-cleaner - Update to 1.10.1 * Actually remove disallowed NUMA nodes from nodesets when the whole-system flag isn't enabled. * Fix the gathering of PCI domains. Thanks to James Custer for reporting the issue and providing a patch. * Fix the merging of identical parent and child in presence of Misc objects. Thanks to Dave Love for reporting the issue. * Fix some misordering of children when merging with ignore_keep_structure() in partially allowed topologies. * Fix an overzealous assertion in the debug code when running on a single-PU host with I/O. Thanks to Thomas Van Doren for reporting the issue. * Don't forget to setup NUMA node object nodesets in x86 backend (for BSDs) and OSF/Tru64 backend. * Fix cpuid-x86 build error with gcc -O3 on x86-32. Thanks to Thomas Van Doren for reporting the issue. * Fix support for future very large caches in the x86 backend. * Fix vendor/device names for SR-IOV PCI devices on Linux. * Fix an unlikely crash in case of buggy hierarchical distance matrix. * Fix PU os_index on some AIX releases. Thanks to Hendryk Bockelmann and Erik Schnetter for helping debugging. * Fix hwloc_bitmap_isincluded() in case of infinite sets. * Change hwloc-ls.desktop into a lstopo.desktop and only install it if lstopo is built with Cairo/X11 support. It cannot work with a non-graphical lstopo or hwloc-ls. * Add support for the renaming of Socket into Package in future releases. * Add support for the replacement of HWLOC_OBJ_NODE with HWLOC_OBJ_NUMANODE in future releases. * Clarify the documentation of distance matrices in hwloc.h and in the manpage of the hwloc-distances. Thanks to Dave Love for the suggestion. * Improve some error messages by displaying more information about the hwloc library in use. * Document how to deal with the ABI break when upgrading to the upcoming 2.0 See "How do I handle ABI breaks and API upgrades ?" in the FAQ.- minor spec fixes (unbreak build for suse_version < Factory)- Update to Version 1.10.0 * v1.10.0 is the new feature release. There is no new major change in this release, just improvements everywhere. If you are buying new Intel Xeon E5 with 10 cores or more, this release is required for proper Socket/NUMA detection until the Linux kernel gets fixed. * API + Add hwloc_topology_export_synthetic() to export a topology to a synthetic string without using lstopo. See the Synthetic topologies section in the documentation. + Add hwloc_topology_set/get_userdata() to let the application save a private pointer in the topology whenever it needs a way to find its own object corresponding to a topology. + Add hwloc_get_numanode_obj_by_os_index() and document that this function as well as hwloc_get_pu_obj_by_os_index() are good at converting nodesets and cpusets into objects. + hwloc_distrib() does not ignore any objects anymore when there are too many of them. They get merged with others instead. Thanks to Tim Creech for reporting the issue. * Tools + hwloc-bind --get now executes the command after displaying the binding instead of ignoring the command entirely. Thanks to John Donners for the suggestion. + Clarify that memory sizes shown in lstopo are local by default unless specified (total memory added in the root object). * Synthetic topologies + Synthetic topology descriptions may now specify attributes such as memory sizes and OS indexes. See the Synthetic topologies section in the documentation. + lstopo now exports in this fully-detailed format by default. The new option --export-synthetic-flags may be used to revert back the old format. * Documentation + Add the doc/examples/ subdirectory with several real-life examples, including the already existing hwloc-hello.C for basics. Thanks to Rob Aulwes for the suggestion. + Improve the documentation of CPU and memory binding in the API. + Add a FAQ entry about operating system errors, especially on AMD platforms with buggy cache information. + Add a FAQ entry about loading many topologies in a single program. * Misc + Work around buggy Linux kernels reporting 2 sockets instead 1 socket with 2 NUMA nodes for each Xeon E5 v3 (Haswell) processor. + pciutils/libpci support is now removed since libpciaccess works well and there's also a Linux-specific PCI backend. For the record, pciutils was GPL and therefore disabled by default since v1.6.2. + Add --disable-cpuid configure flag to work around buggy processor simulators reporting invalid CPUID information. Thanks for Andrew Friedley for reporting the issue. + Fix a racy use of libltdl when manipulating multiple topologies in different threads. Thanks to Andra Hugo for reporting the issue and testing patches. + Fix some build failures in private/misc.h. Thanks to Pavan Balaji and Ralph Castain for the reports. + Fix failures to detect X11/Xutil.h on some Solaris platforms. Thanks to Siegmar Gross for reporting the failure. + The plugin ABI has changed, this release will not load plugins built against previous hwloc releases.- removed patches (fixed upstream) * hwloc-1.7-manpage.patch * hwloc-1.7.patch - Update to Version 1.9.0 * API + Add hwloc_obj_type_sscanf() to extend hwloc_obj_type_of_string() with type-specific attributes such as Cache/Group depth and Cache type. hwloc_obj_type_of_string() is moved to hwloc/deprecated.h. + Add hwloc_linux_get_tid_last_cpu_location() for retrieving the last CPU where a Linux thread given by TID ran. + Add hwloc_distrib() to extend the old hwloc_distribute[v]() functions. hwloc_distribute[v]() is moved to hwloc/deprecated.h. + Don't mix total and local memory when displaying verbose object attributes with hwloc_obj_attr_snprintf() or in lstopo. * Backends + Add CPUVendor, CPUModelNumber and CPUFamilyNumber info attributes for x86, ia64 and Xeon Phi sockets on Linux, to extend the x86-specific support added in v1.8.1. Requested by Ralph Castain. + Add many CPU- and Platform-related info attributes on ARM and POWER platforms, in the Machine and Socket objects. + Add CUDA info attributes describing the number of multiprocessors and cores and the size of the global, shared and L2 cache memories in CUDA OS devices. + Add OpenCL info attributes describing the number of compute units and the global memory size in OpenCL OS devices. + The synthetic backend now accepts extended types such as L2Cache, L1i or Group3. lstopo also exports synthetic strings using these extended types. * Tools + lstopo - Do not overwrite output files by default anymore. Pass -f or --force to enforce it. - Display OpenCL, CUDA and Xeon Phi numbers of cores and memory sizes in the graphical output. - Fix export to stdout when specifying a Cairo-based output type with --of. + hwloc-ps - Add -e or --get-last-cpu-location to report where processes/threads run instead of where they are bound. - Report locations as likely-more-useful objects such as Cores or Sockets instead of Caches when possible. + hwloc-bind - Fix failure on Windows when not using --pid. - Add -e as a synonym to --get-last-cpu-location. + hwloc-distrib - Add --reverse to distribute using last objects first and singlify into last bits first. Thanks to Jirka Hladky for the suggestion. + hwloc-info - Report unified caches when looking for data or instruction cache ancestor objects. * Misc + Add experimental Visual Studio support under contrib/windows. Thanks to Eloi Gaudry for his help and for providing the first draft. + Fix some overzealous assertions and warnings about the ordering of objects on a level with respect to cpusets. The ordering is only guaranteed for complete cpusets (based on the first bit in sets). + Fix some memory leaks when importing xml diffs and when exporting a "too complex" entry. 1.8.1: * Fix the cpuid code on Windows 64bits so that the x86 backend gets enabled as expected and can populate CPU information. Thanks to Robin Scher for reporting the problem. * Add CPUVendor/CPUModelNumber/CPUFamilyNumber attributes when running on x86 architecture. Thanks to Ralph Castain for the suggestion. * Work around buggy BIOS reporting duplicate NUMA nodes on Linux. Thanks to Jeff Becker for reporting the problem and testing the patch. * Add a name to the lstopo graphical window. Thanks to Michael Prokop for reporting the issue. 1.8.0: * New components + Add the "linuxpci" component that always works on Linux even when libpciaccess and libpci aren't available (and even with a modified file-system root). By default the old "pci" component runs first because "linuxpci" lacks device names (obj->name is always NULL). * API + Add the topology difference API in hwloc/diff.h for manipulating many similar topologies. + Add hwloc_topology_dup() for duplicating an entire topology. + hwloc.h and hwloc/helper.h have been reorganized to clarify the documentation sections. The actual inline code has moved out of hwloc.h into the new hwloc/inlines.h. + Deprecated functions are now in hwloc/deprecated.h, and not in the official documentation anymore. * Tools + Add hwloc-diff and hwloc-patch tools together with the new diff API. + Add hwloc-compress-dir to (de)compress an entire directory of XML files using hwloc-diff and hwloc-patch. + Object colors in the graphical output of lstopo may be changed by adding a "lstopoStyle" info attribute. See CUSTOM COLORS in the lstopo(1) manpage for details. Thanks to Jirka Hladky for discussing the idea. + hwloc-gather-topology may now gather I/O-related files on Linux when - -io is given. Only the linuxpci component supports discovering I/O objects from these extended tarballs. + hwloc-annotate now supports --ri to remove/replace info attributes with a given name. + hwloc-info supports "root" and "all" special locations for dumping information about the root object. + lstopo now supports --append-legend to append custom lines of text to the legend in the graphical output. Thanks to Jirka Hladky for discussing the idea. + hwloc-calc and friends have a more robust parsing of locations given on the command-line and they report useful error messages about it. + Add --whole-system to hwloc-bind, hwloc-calc, hwloc-distances and hwloc-distrib, and add --restrict to hwloc-bind for uniformity among tools. * Misc + Calling hwloc_topology_load() or hwloc_topology_set_*() on an already loaded topology now returns an error (deprecated since release 1.6.1). + Fix the initialisation of cpusets and nodesets in Group objects added when inserting PCI hostbridges. + Never merge Group objects that were added explicitly by the user with hwloc_custom_insert_group_object_by_parent(). + Add a sanity check during dynamic plugin loading to prevent some crashes when hwloc is dynamically loaded by another plugin mechanisms. + Add --with-hwloc-plugins-path to specify the install/load directories of plugins. + Add the MICSerialNumber info attribute to the root object when running hwloc inside a Xeon Phi to match the same attribute in the MIC OS device when running in the host. 1.7.2: * Do not create invalid block OS devices on very old Linux kernel such as RHEL4 2.6.9. * Fix PCI subvendor/device IDs. * Fix the management of Misc objects inserted by parent. Thanks to Jirka Hladky for reporting the problem. * Add a PortState into attribute to OpenFabrics OS devices. * Add a MICSerialNumber info attribute to Xeon PHI/MIC OS devices. * Improve verbose error messages when failing to load from XML. 1.7.1: * Fix a failed assertion in the distance grouping code when loading a XML file that already contains some groups. Thanks to Laercio Lima Pilla for reporting the problem. * Remove unexpected Group objects when loading XML topologies with I/O objects and NUMA distances. Thanks to Elena Elkina for reporting the problem and testing patches. * Fix PCI link speed discovery when using libpciaccess. * Fix invalid libpciaccess virtual function device/vendor IDs when using SR-IOV PCI devices on Linux. * Fix GL component build with old NVCtrl releases. Thanks to Jirka Hladky for reporting the problem. * Fix embedding breakage caused by libltdl. Thanks to Pavan Balaji for reporting the problem. * Always use the system-wide libltdl instead of shipping one inside hwloc. * Document issues when enabling plugins while embedding hwloc in another project, in the documentation section Embedding hwloc in Other Software. * Add a FAQ entry "How to get useful topology information on NetBSD?" in the documentation. * Somes fixes in the renaming code for embedding. * Miscellaneous minor build fixes.- fixed shared library rename- enable build on SLE and older (12.2) OS- Update to 1.7 * New operating system backends * New I/O device discovery * New components 1.6.2: * Use libpciaccess instead of pciutils/libpci by default for I/O discovery. 1.6.1: * Fix some crash or buggy detection in the x86 backend when Linux cgroups/cpusets restrict the available CPUs. * Fix the pkg-config output with --libs --static. Thanks to Erik Schnetter for reporting one of the problems. * Fix the output of hwloc-calc -H --hierarchical when using logical indexes in the output. 1.6.0: * Reorganize the backend infrastructure to support dynamic selection of components and dynamic loading of plugins. 1.5.1: * Fix block OS device detection on Linux kernel 3.3 and later. Thanks to Guy Streeter for reporting the problem and testing the fix. * and many more changes, see NEWS files - Added patches (taken from Fedora): * hwloc-1.7.patch * hwloc-1.7-manpage.patch- Set executable permissions to 2 scripts- license update: BSD-3-Clause Use SPDX format (http://www.spdx.org/licenses)- update to 1.4.1: * fix hwloc_alloc_membind * fix memory leaks in some get_membind() functions * fix helpers converting from Linux libnuma to hwloc (hwloc/linux-libnuma.h) in case of out-of-order NUMA node ids * fix some overzealous assertions in the distance grouping code * workaround BIOS reporting empty I/O locality in cuda and openfabrics helpers on Linux * install a valgrind suppressions file hwloc-valgrind.supp (see the FAQ) * fix memory binding documentation - changes from 1.4.0: * add "custom" interface and "assembler" tools to build multi-node topology; see the Multi-node Topologies section in the documentation for details * add symmetric_subtree object attribute to ease assumptions when consulting regular symmetric topologies * add a CPUModel and CPUType info attribute to Socket objects on Linux and Solaris * add hwloc_get_obj_index_inside_cpuset() to retrieve the "logical" index of an object within a subtree of the topology * add more NVIDIA CUDA helpers in cuda.h and cudart.h to find hwloc objects corresponding to CUDA devices * add a group object above partial distance matrices to make sure the matrices are available in the final topology, except when this new object would contradict the existing hierarchy * grouping by distances now also works when loading from XML * fix some corner cases in object insertion, for instance when dealing with NUMA nodes without any CPU * implement hwloc_get_area_membind() on Linux * honor I/O topology flags when importing from XML * further improve XML-related error checking and reporting * hide synthetic topology error messages unless HWLOC_SYNTHETIC_VERBOSE=1 * add synthetic exporting of symmetric topologies to lstopo * lstopo --horiz and --vert can now be applied to some specific object types * lstopo -v -p now displays distance matrices with physical indexes * add hwloc-distances utility to list distances * fix and/or document the behavior of most inline functions in hwloc/helper.h when the topology contains some I/O or Misc objects * backend documentation enhancements * fix dependencies in the embedded library * remove references to internal symbols in the tools - changes from 1.3.2: * fix missing last bit in hwloc_linux_get_thread_cpubind() * fix PCI locality when Linux cgroups restrict the available CPUs * fix conversion from/to Linux libnuma when some NUMA nodes have no memory * remove references to internal symbols in the tools * further improve XML-related error checking and reporting- update to 1.3.1: * silence some harmless pciutils warnings - changes from 1.3.0: * add I/O devices and bridges to the topology using the pciutils library; only enabled after setting the relevant flag with hwloc_topology_set_flags() before hwloc_topology_load(). See the I/O Devices section in the documentation for details. * discovery improvements: + add associativity to the cache attributes + add support for s390/z11 "books" on Linux + add the HWLOC_GROUPING_ACCURACY environment variable to relax distance-based grouping constraints. See the Environment Variables section in the documentation for details about grouping behavior and configuration. + allow user-given distance matrices to remove or replace those discovered by the OS backend * XML improvements: + XML is now always supported: a minimalistic custom import/export code is used when libxml2 is not available. It is only guaranteed to read XML files generated by hwloc. + hwloc_topology_export_xml() and export_xmlbuffer() now return an integer + add hwloc_free_xmlbuffer() to free the buffer allocated by hwloc_topology_export_xmlbuffer() + hide XML topology error messages unless HWLOC_XML_VERBOSE=1 * minor API updates: + add hwloc_obj_add_info to customize object info attributes * tools: + lstopo now displays I/O devices by default. Several options are added to configure the I/O discovery. + hwloc-calc and hwloc-bind now accept I/O devices as input + add --restrict option to hwloc-calc and hwloc-distribute + add --sep option to change the output field separator in hwloc-calc + add --whole-system option to hwloc-ps - changes from 1.2.2: * fix XML import of very large page sizes or counts on 32bits platform * fix crash when administrator limitations such as Linux cgroup require to restrict distance matrices * fix the removal of objects such as AMD Magny-Cours dual-node sockets in case of administrator restrictions * improve error reporting and messages in case of wrong synthetic topology description- update to 1.2.1: * improve support of AMD Bulldozer "Compute-Unit" modules by detecting logical processors with different core IDs on Linux * fix hwloc-ps crash when listing processes from another Linux cpuset * fix hwloc_get_last_cpu_location(THREAD) on Linux- initial version (1.2)/sbin/ldconfig/sbin/ldconfigbuild35 14943399581.10.1-5.41.10.1-5.4libhwloc.so.5libhwloc.so.5.6.1/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/9635d077b00969c96a1133d5a3c5262c-hwloccpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=180a65eff43c528963d1343ebe62d743a5082f42, strippedPRRR R R RRRRRR R RbHC7?@] cr$x#̢oc`n>ώ d5}6uenYK(ǰDSy%&p Zy!Ӈi-*U 8;q)r"7,aN,!Pfr`.<9ݑDbB[}˔|a& jty>Cwӊd$0ҡ::fYX$wmy$FFpb)~r޾ƮhNCxMZ"zӈR 꺞9D-xh.&[]A4:Gݔ >L(5p}4`ɛQvtXu)U{h3{? uu]9ݠ*i]+f408{٢23o2ڱ̴ҷf8\7TxwêB}J;~RdN٘59q .:phZy$Ji|*֝ >*U,]pxrJg ! pGs 1\WK4N:pihZ?7]1CDg^}&d&UdL#z,WYTΏD3a\ߡrun 2dp`?fCLM/#WCj7=,QfZ/?Le5B(#sĐm3Ftvx9[Afsn[flR:N'5!,LNTS,S.'S/ )_uVz(K3oɴT@ڼE@]`7uC*SidZwmML/8FI~@ 5iո%,*Ɨ^$oi "^ ES:a)7|a mMpOZ>x/"~JCgo2Zyxo'2ɂefM) iw^ &ց}^$"IW.QO8n*?f%Yd̛ېf2 bH,IJm绡4nW+⡜vz,G,mEqyܴ?koGZ=H8 $lMJ_/*KFs0Z×iMH ֌^^Nv4*Oji۹%\V 3$UއQ"ͻK#hFb/~DNb[C*.рNw7w)&`dihoM- j҈8>u"5ѽǍH,gyX+K/ez:\ӳNCd> RKb*, ;N^m@k8[uH {"'bݢ[zZWȞaj6?z'U9T l9 YnOk;ZZG< "kժ0HZc+Y a/hŷ~M;;K7[CR@Jc5fGຯ溳SIPd^m0[ YPe=v H_ 揬R{j8zӕP} QP/E/AhI;D?ASАߍv4r]/" FZ>ON͟08[5+3WeW;( ` ]?37ЭÕ?⫌ņ}t.Ii53z.4aCx̀zE3~\ 5+@ nQ? w|VI0~ `gGPCg$ tr >^xmNdIvQYAc 8*H6u;U]M?4;[M&FFPbKѬuLS9c͂@#eYD Eg_3f's`iӲ(k E{sw%z\53Qs*gM |dgEL&s;ZpCΚ!/g:j^$xKclF2UIJ)rD@gZS-d3r>3Yw݄z*1A 9D@I NRYJ_lb\ oMA5$j*DKXKU 2)wG:B(RZ3gǏjz A1y17YDgy\)4?0}H?kRQ_0'q*%hkRDbˣ#ى |yR@I>,B_jvi]xQ}y@:{&HqK/ דAe# B&}3* >g/:$1䑒ZOi:!I %ssA%KAaca6U(V\.].M6(W4zbGiI?)|sA7 0V}%fyS&vz!wsGV٠2m$/R:?KZ{1E?F1#G7>5z/whDt,lB, +eGJ}4V[a4<"]?Tk& %QURȯb,Q~5]‚'_nj]6QR[t4TO'^h] ,H G{Wr᥹aP!og\inpP!Qh"ױ W4jP4ºyt= Ip4 c;WEb!QCmײַ"- ߳BѠVPsiH:j\Z^hw ߵ(i\t,aÒ6}vfܑFl:&w I4QԪ!JLξQMCV 1CHW@iO ka@@;JgXkOZjD`춯ҕX#r19&5?k 3 کԑf^SӍ,u7 vBx;.ړn{?ס<>Y :ݗ2LRM+Bi:Bj2)F6k(եa8&A-h]Yq7 n?v6ß}N#I Y-AiI"n#+(PܑNǵ27Bc Ұ}$G'UC'ӸY<՛9N y7<:8&\'/2G I ޔiҎH}$hÀqduye@Tf MӚc₍T5q˹4 6]JK]3~/깐hhކW</-P%Cvg^'a褾ZUt[b'S>4rX:Ts3 D}|;+gsAOfa]PĩYHl$ի0{RBjt2l6+w0Qhueq"Nq "s‘ߑSĤnqS?h]jt ^x+ Oqi,d Ҵ"ha̍=@N YG^9fAzLlO8C@6_`ē@T ( mꓻo Qtjv(%;("1oS)YqSD=hx4OogG0lg\R{Ɓb Ǜ#m9iL>Ou9op̾͢FSڽmjcpr} J<Bka]âL'sȈtR]9; aݬ=Gq1ciݷUW7W"ck| "\'COķ `\*fB}XblG8[@O̿Vźh j5-HH1YiwQd ne"WՓBlޤ5pyQtLiwfB}Z?COXnQNp&-_KWI+R_BrS笀7VPߡ9iHMj?VN -/)d=.ɸ=P>'kg%\siAex(7Uj)"r ݭti. %ڻjI'FD]Z$Ȉ}lY4>\"HwO2RbGDk`ZH-M@n`^9*m Zʍ%bBH())!`9x6+ĚfYTZF,i͏);ĸKCK}.^v }BRéѯsDFs'&UcW{4'O4dm'j`\d/d_,t`6o?䍫]P)[*ZkyAWz#nϱ"abak4L&r3nh'>pƠ d0~%T]hʙ,3ݓ2{-r !p5c ,&l MAj:i~ 6՛ha%OvUݛ9 ]}5][B4޽dIh4[JV]}3jWmO G+7ޠj1mqMjmkK@mL4Xddzl,_qG8xu.jF܀0SP.Mk*۠^y{[51ֱADpy%b$[֣ ӭzvgןɄ[~a}?F3eA9y$4TwҷRK2pNQ^.8Hx%(}v! *}[2qvN|W>0^yxPĪ1HVz$] ګ/#6XNP [^T-gԪ316T xi%v*OzQ#~8$?CtԶwdt?v ֧pt/Vz5BWȖLR]F[ C BS( {cOκg4 H.4,$|2z 7 ,ӴNlĠ`4S"JD^C zE#ċcMd(PJV͵~Esfi &/JHFJm5tG䳇/Hu3#JEzMTwpJ)LF e\љcd) V{ /mh|P9bKjF޶n;t/7TlK\xpXSSAНd NVK/cCƚʷGf|r}$:LpRwc}Csj&^r[^|mVtS#Py#͉*zvHƻf 4&} n@kf?/1z 0p&;cuKckRJ |]?<6CᎬs\ucq-.8ET̿]hK]c;9=`$2Jmvߵ ԝ5b˪pA ݣCtECyra(:PCFTH9ǟ8LR ὴŗ.Mct; 1}5jd i>cz3ЫAL?$f"7hOG\[~ [NdXLoYl>Q+e^O%BaaV \{lB=H!yC4F`z z#(|7sI(T0=.{P9]XUd6Z"ad޾ԡIP;D1Pn6L9V]ضsvXx\#A/|m9^-z}'$+Fʫ!zEUiy9̪?~ؤ|;⥵g8mtSAݳQV&*B! *^slݫw_u$j.(@HWn?S2OeI#vҒ7B2 ,j1ujz`KrwdSJ@.P}zG0|oGGˀ+->M%ȻS48ȗ*0r7WnE&o-r7KH/dse v.*M:r Ƴ&gU=օC\ 2 G bj+Li {c:ʣMjӞ0Xp؎Xa J^ZxgLJ*+D*B .";5޷O&77 0Fi 3Y}/R\H 'M;઼|% rb] Uj8ev<ϑ^ ƻİg6왅a@uf/],#Y9K%9#ѹ3`*;[6FRdbJvri3jKڟG,x03>z^\VG&lspm.5¸>Souf:kO981N #/ C˳C]Mɲm }y_娢y9|o=: DqenNk.Ľ=їGP[ϟu=+ٯU6 ג a#cd©w5na"Eq&,MlOFn.[sFSfiLᝊ"#t~,7 $n fZ(?&^R.jZ`6IY\ÅV?_GhSJ|[ZR YIڕ- Sr)5qS>ڼnqRi9|,C'nAR qeP *=NJGeu9ާ5<1'xG!pOpPרbu{_?Tg0_cH8?mʈ';Q]n.:8l:I{,3"d>A ?*W@In"Y*?$vɬ%7Ԍ));bܨӂ:t2dx[36 q"ANr?u EǛSui!~PoD1\ +C$)y뜋 Y $t~{˶MlKqqSO NsyY\0,xZT~ UgKcou#j4 UN _@-kjO DnUaI܊8WΑEP:5:$wwpS`&&9kj̮U@M\  Ah}1 ?yKqOd4D#Peأ i1Հ5y؀TX!q}#lW dsJ_yK. uhǻUPml=Sk:*7v ^urz 65'X^w+2Ts著$r-m&3@3=w41LU{-3{ `kw{s|laQ:Gw7TS[e\%55H%T^c5 9'tHJ (dr!NQ/Qvm]Ӿ'w kDlZUrrffSq+*9Qh$uNfCgk(p p5/|9짳ڬ{>ʆ(W<Ÿ-?v"֥ttK c-u<F x%tA۰ƮU$_ YⱭsLaB'-s{zpR4Վ{@HC!qk-םDJhdj\;S04v2[7}ڌZ=zuODQfժԲ+h]e„ByU!_ !}C㗝FGy"/t?Uև"ֻر ǑonYJE ]n^#,|T/Q'R@H@tSʥjVJT@Mu.cy*&uƮIę6B];9lv(QƇY!YHN:Pzyz?HQ!+Y\C+%W6MM6+gXn+iNHJɊCY7Xs\_7]+u'G?Xکĭ)zp}iC#cVz)HIֹ^.sp0?d00nl1#4T? j^7o\sM隦BM<I:*49vZot~PY),;;t5yƃ;wNtoHfS%sJMN *׏!h[2NG8!Cvx Flv%J;#.qm Ǣt"qK.uS6țK3tbw/l?ma6J!Mܰ / !2OXj(8Ys JAjsAƇGx.y6T:,RaXpmZLJU4#/KfZ1*t =+t:VNvHď#y{L3omp~HeᗞsWaTu0g.4OO$0z@.ulV 1Z8IFOѻT0'w}\:fRozu{r ;_ǡ'RlQn4s.úɇ4H.eY9>~0 u6CWs.#G|fۼSv6|{=w(R"FS}AX./gmL&<3Xߞ%oѓ>CU~)Q',aY?,Mtʽ,?uchFak"%- IKk9]@KmFs\Ga]nhrLpo"(;Z|f>Fqh ;$VׯF#fG 1lNgx]Q#.cFFIܨYyxvzPc)=vJao*Ex/v{(x k0 jYF XzDmϩoQkĜV0rj(*7e;_*q>.0y@- &3_*IuVcĞ'-t9{nifsΩisx[~F8=Tٸ$_N/{̢_*uM!iI∔l`*+zףpVgB#C"ȠF'Ub'gL.*lWVӷU Y?tpaoۤ@a-Uk=TD&kXfLM:}tG"P~y(;A֙ mԠmO5sWkxC 3&EfC.'>2%IJBj4ra3"Er_ϾOcY- jb0!.΅ٹKXd@D̯:#83)k4EQ|.{$8~pJS=-# 0%^3\bH7Ӻ#»jj% = w+35gcN'C(Eư4(^ݷT w4&ǽSFZ Zⴐزp7\K_ΎONyVYnFw)snMͲ*AJvsc.Tq 3(;]և_g]tȧL^Kyɼo} X@s]bEnS".>\e [rQm-P5)vJkϊ|{xGi*DHBh-l'X2gLŊJ;\H<oUrl`,}(JȁW[#F|Q75~lr|[卫zv^w.AѦᅪ$*~<.l&LbcHж^z)Ɠ ''n2 m#fI9d4&aI@x  t˥;L }st A'Bn<> Z9٭=`ь]1P!yQo邪*Hy*r[{UGl,vۨf}QNa؈?1҄!{}׻ٽG-3$vx3< o U쭬]7f`j!p)6&R2$s6n^ VE&5+2Ӧʾrww)eә"v1&S *b̀yI)U6 T\uf%I*| <%"M{:c&9?KgPH-MsU1։XBH*v0.DH [(-|-b;!O(iRcft[+mgh 6aظ@Fx퇺*B#BՊ[IP֘OQ7)ByUe ݌V*;H C1)Ӯ?yf.*hُB,L'P"fQ*>̂mr A-!d wóَȦҼi@;׵se֠~WA|~[kuta?[!Xr(^SsYnEE؅6fc/E\­ 1; <$Ie.tB麆\YeWᰗT=Sި`Iny(%# 9(cuJ>ͨbWZDrˬKJ ՊOGVR6%Ov|zLj&>yNAr(;nFߤ9k| .JD3CH u7s/APEJM9{W8hij:22-;f7#ա 0E[;3ўLqC_ٸ/\R՝SO 3PKXE-I1[uMT('>$xjf+S7 M‡"%&f:e?pO.r!{KP鬣e^]Ar)~.RBKlU(ψc+ ?c;lvUO6DC< 䱈C.' 2FS+#Hߑmr`+2W$k5՗`QmHhh.dًY6yAM73 npT>b?ߌYF6qYE\i!;--g!ڡ,pkdedGsl15XtT vl/vq%vZw>*CPU-0"Qs&*ʕ$t~γs|bwݒlAjE3"p d+UrjZw1x$sxӑ7| ^ѿxUEt ѩ&!Ir9A6{\FWgsԀ+яRÇK: `(-p ǗXpneFH%E;l }MFAlhFHGO! *nUO,1B\W0@}!?L+gxQ:NpաX鵸)xؾ a|'r/u/jo{d2`FS)/WoO$Vxe%"dwrH:˸T0&X9Wj2lF;)Mky=KsRԝ#G"KLJؑ}ƣ+q뱇CafVT9:76K)8ćcl<̰G"dd㭶pr{ _Xx_^Êkޣ UM* 6#R'ș4QV%=D}!.eG,vFgbmi#XcS1γo.D[k< mѤi-&:TzvWE?FbK֙,Ek!ξpZYx8lfjoq$v#*=[nJ+tuQh%2xJߏ5[jԞsIk81aoڈ0v64z75O(R\R+ɨ v3m.ɠ{iR,{y"Kı|n}ʤp02mf4] zQ +F_֥,R3I~1NmsN. o 6"Ծxo_ 7颔eI6p W$֋gVlFoN_[)G¢:D(azynçJ>}"F_1}D_fCIE<2JwKd:}xwɔcvJX1YUL {Xբri8F_;$dFgW]pՀg s:!=% ;eƮnmWOdu X(%aj_ nB-Rԉ݇s_ Hzϙ.^ l\2wS&gofN$OGF 9rBMZ\# AN|.BzC<;%c_%% ?K`?x+LE%`rG{azO8Vf)(2 Jx$l6Vg/~^ l>èV *1;oƔ[%ANt IVZ*׃q0X#Rw>`Oe4NU/ 7dzqֵz3(-9Ķ&Å1MFB sY  rDִG4p5)lgn!`N >Ӄ={QAAK*rX>hO;8ļӱ)QVJ/o`_; 6jm+3;\c-07WG-I'W -Sk`q(q%=B'54D`uϑF"Hf4k*غʬ  bRƅP a}i⡹=Ũs=J_l1cZj|~ɇ&ML2"C^ea78\({^̊P*97{%%[d,e m^][35?^K*7n֑3uc=D9XŎIc]6 Tg2d.\|x4DFai-׌Zz6;֝3מI;i͋m"~CUYI\feYwStv{VZD P0Mlc4=gW!MuM)GRv?R S` ֟و@!C~`4^]5)P-m_cw;S;_y# ԶYiX<@g`Ϲ95Q< 2vV4."C>WlӣleQ zC fy)Cgq(i Bx/JnzpR7U; Ct;:鼶뢙B0oHw:C,P'puZK1Dc4ςzFf ŭk/'10Clc\[GaxQ4 ; 0tCbX5U!Pxt0yk6lDkůJ%8Z,cҿYn+g!0Ltt"xik/*G܆@.[ANA3ng>%Z9j(yyj!6ȥatKl2HI TӞTʚzhM1dWci-Eae-6%@$cƛq2oM؞䂚lnBTxG; _5%p4ʿ"D a!|ٙ/AiNw1əY'+"߰ŗާ;|VP2^(D$d{@&}ꟂE]4_Vv䴃P71̤Tcdڜe%#4w"B6dةO 0R^7#k8C;m;bLTձ\L[Y&v(EمCS1JC ]_9Ȉ +D"s`>7Tc!$ab)!7;0o񐗄 $v7=3SQH7!sV OڅޫcVEsѓ~-, *w;^rXJcx7 ڢpFλ6SMoqs 2S.ge/ ')h-59\ GCHvBI~U_mW :{zvue '{4 /*?fzTXTr/ӓ =lSR鑏ڣ7V+!qOrDgm&khU9'TEgsQb'!o2mphYAQd *syTR-mK>~Fm1M 3 5zr&lwm|xʋ4HTj͒MDr$] 0 AEÉ[.Hߪ)RNJ=ֻzŖvГQB/ܽk9y3 1X(}O_@'Dx;݃G fNKHjOUD癫uC#VIҦř I}& { mekë]GQ=c+R='vF@ 0ے`rvJpU$z̴NqUDzK3MM\oLϺe6t{a6|Q a^`@~6sQtWfR̗{55of;L׬(Qؑ=By+2M?dW"G`#,+y Yɀ`2 ?\Lq˙v-*;z%RȻ$*&xeRG}8,J7 G,@~4 #K 8#)!B=Q͌y CX"׺s-g)Ƙ6i:)$twb5|J$p#ʩd1T]m;=M3^£w/oR]yW*t_tK;c7"Q<3G+5ިGXypΨEeZL\T@o~&yZAHa><%B9%v>"ڛrٯ b=` n/gUC7.~C> (s*yIǣyʼK=3PO%_aխ0>_n5nNaYҁt"JXلV˹2yC1 )j\ b!gU@5xɮ(1OtܜK0LcPu9dA[H_BUg_Ya-~t>Y\P;R ٌ&qDqGmzAWVk ):d70Kx3M}KٝJz||j&k#!C#ňKCՌ̙/[ӷ9U=xCn)(}i>D"6>K)!~Pc@23px|ԵK+~fE @\似eqG8b1P9E9qێsEjJ C3"%\ "IV$C,7q[_,oÁ|,u&j:y ;7C9jb($=v~g9. 6 Rz)̉+3p2>& sd `xoϓn S^N.=_g ͤ*hޞTcFǻ8"X+?_ CN(/\liXK)UhNԯj$&{3hZº6+F⅖]J.zwwN/&Bj*0)U>c-d48m%' "\#qݒݑ|k4K?m V}܇>,*$%ocg ;vDވb Ags+_z%GnQ潋M1Q&EO&"1_HY_~f4]u;' eXXQ2)̽ofײF;cֻNcE/k'&{Pg]fK;~'`BCqJp[9OQɰ\6``";vեP: ZoaIR& ? [Q r%uZ]QG>o?=u}  c&әpcVOall@-- 6/lOo0"/D3#UkP*.Yz͊aD5DLf@4 I߾+K;?9J.n*=Y8}zSAV0eՖʿ% #6Pʦcő3c _wZx8-庡1p`(oqZ1]ne(bj;\=r"H:\.;19G1H`,  iVn, @3Gv;T/>j煨:[eu9_X\$ey^ ~"ePbR+\t=\Qsk+ {9Oh  Rg`zCْΗ:md!On 15? C8SLmξȺx}[$}D6S*.0zu#/lgIOM) h!fii00<0kCµ&gBlj._=V7Iܡqiq5[Z&6BY"䝙Ji͎. C Ӆ{6Η.]O+gmC6+p&U[OMtyA (Dҙ]{Κv]4^%?ㆻIO'`3$*tUxK/b_ݦۿrNfɨ;k;ub ?ZQ+EQs fجcLbL`YWigh:GGG+,尗7.}9$)LX a!}+ô\ZJڅ~YzӠ- 4s)ITL)ryeGV?Auh4:[5'e; F[. 0\Y$j,2Ȯ| kRh;S9((Bxccze]/&l~j)gg C-5ԆVJyt}R ݴC6rp H-{[;!)( K9 `1M OR&q:avd% hp2HYIMޅI\gx`+RX6@X'E>nA\p'ڼd>#Ӥ/lWib0+g%&" C? .<{Gޟ{Y=|hXfZ>F`IΨ쫒.h[Y|x,yw o,!6,'V%s4` ,KuU,/upfDa[+`vL}oԑ-;|{@ R|Hm r*ȕ-lm^ź/d|ĕL럣xD,F}E"ˬJ,XQ Y?㑦 y= Ͳ;30yRtZ:S/{.bÞ;v@a͡K ܯWAjzf؍n5=tV56l:d `%rC9Z2XӞgѴQbjdqSZa+o[Iכp\~6a`ZY:܇{1Iu{UE0ήD=p.u׸xPg!-+zj(;݉ض\ңdLkhˉrxl>1ڦTggzh|.{v=SY÷OF>.߇-CQ"}1͸Pg$/ qt[{],U|m;_]jl/AM/z@婍U: _ ~*.\Um u?bgnQyIY:=B+? ߲̣oG3ړ)#M9\G}*^~+pG=jhݿuQ;QI@(,cN3xUH'.V]Ӵ2c+ƺX5؈`ubE\)ʨ9g9Bg{yClF~TEFIg~~!@mt c /Gܺ ?#X=O6 m"c(OmLe)a%s֤v% ̵ܓ%[֐SrW])pW{mLr/yԃWWy*(c$t _m!W OlԲ۩/o];)<8Qɒ{:!c2~/ug"8uˆs=DJN'K TD{ipjn*em!gC"Sk>c"sn dXjOV%ᖪ74=?L@K0K1ȼ#lm, VJ}BjRjI[Ѡ X.`Y2)q<"_BL|8Ke&φx*1|!̀dk#rV:~1/m3`ӡ  j< %φmwQxttۧv~];1U ԂHh -2ZʲdȻK3I(R0?QbMm.]'IGD!E* y#3r%Sp>F"fڳj_`9jf2J1q_!Td_+IJp+X8|XEͤ "/(6w vt6߶ѻ?l[bă n gݸ5+zDV2+i O_D6(=GȮ_}< TGrt[G[Aw b \%ЌB _y˴Y)>Z#CL7*GQmNGb.DLKw}h+9%^K2nf2G]dyC|;:FnӂPlͤhPۛ1 *?>N{!JxL|:;b:dWKR xq<H Γ͉/X5GW& R% A'z(#~hw%Qa~22riMMN"бg1 Νns|5zՄcAanwdgN97̃^=NS*w`ې(Af=3E+_'%a. - \S[v8GG/Vp.~|dp6١6Dw.X&IN CU*/UՒ[3[mbЯx7d\l2>ӗ؟z,X~QSu>rb^f(wY~&|cIēUR1j]oE0"߱{EN3F$*;YÝF!‚үÒ^nR&+oGQ8-vY.„e0mf EzYwKՄh~7 1ۊ`S@C9hl""k:]'e_8q]k'l$oH{.^9dxm \g^4bie̸;qia/ꉰm+ 6N%f5Zxӕz`_0r7A&.Y ֱ5y_cANYy:IfsFlv(BݘX|dY&tc05+G)%IeSo)K$f~,wHPVw˕ԥ3ڮLZBP-h7*cPqn1Nn{^2 A6j!y[T d@EN*)?B-/G`IŘA傇H{x`F.0@zҴJKKχDY80[ym^ۙ!>NaufQ> Ѻ/[\& i(*z.IZ͕K!)74Uz̶֠Iġ/@9 {){pÏg*i!#Ubm Y,Ň@5;R{65#J_vUp:xɡ%Y/y@~Vώl kե|c$aޮdmp":N`kitR>STB_,4'$:ZGD:%aٯm^4E#+ׁENJcCF08$t(ev)܊;@oVQLؔyfK~s),kx^W CGa!']U/N-[*:LxL&bh0Os*ͼu'+ʒ VMHU޸g[h^?DNy=VƕJ`V&h,j cq_phMkhFΏe DS}pTdٍ:vtB5$& ) AGMiBr{WHk{5ԩE\ۄst^~3*J;bR_=D t6>ĨA 7gR^@ lJ˺#%$FRI o%MS;Fcdq3=(Q`=NHnk7`JuS ԑ c72,}rwT?ٕ A&4&fߔ U3Dzo+:n! 6otҼ?o\.WacApxI.mYp.s.k[r/3Gj1I8Ğ-՝!-ZGj1~OEo-A7mbrbSH,LI oLnr9bbLoəo7plf'M?h%"X{AeD5YtgּPΠ>It7_a: U@[cبxcdt>jBj!4s0@?ߪA깭Ti &7Y2yywvb &GEzxßZer8ڰ TɺۣM:ep]+EAܟA|{>)@nl;ZTt1n}f`Z"?o#i|Ҫv-dx-O&aдv'Zƪm3;NZ#^ g -XF^Iw҈.fCK\A~& 1dG_Y8۲oF Q8%eeuR@9@S!ϭÜ=~&|2/} LKC K11!_$V{ʅ @zpz*@ Yg- GC;fp߶Ɍ :M4 z33I?4@-!!z ]q/LEՅ/l0?tH\e#+ 頦CQJDBH j!(>MYծe(f[da$Sώ2ޞl[4ڸo3]BfuRv(=uz~ujr\I02D%q0'Wkx #ٮUH/icsO2&M P? bAR4LcFy5V6f ;3XJ @L!M-'QjqMz=*e2q!@إ"dΉ̊a@_Fz,xeF3|1ʃz^2́ &M+AV"/9- % [d9srcJn]Tڽ[S.j,Η=zd .P?fuQ`}F/Wх~;Qlhgn~3}Ǭr6\"tns VzJ˄Lq''ʒԝ0` 6VXD}iĤlJMCvRd&g&')LR a wq@Qʈ' fc?6" aDZ߯z 1& W[B, Bg&7\ulT&c76'dkX"tjtZDj7=8 4]L9)$+'rr[TՖ025 T.pKժװb:7I T5{CZ;qkO,h0"e4)j\躣mjJ`JY  /G`_H9Z{lO_֯ZOC":9lTE׭[.᥹QCx¯ׯZi.ysA+%) ʕRwYC=5Rdd=* Ghk&n9$?v5$ YD&2l3wy}/x2](\ U{xs ߂w>0mV>v3~7ZegJ^f ϻ*PVLm5FIapa4iT- dhf {Oz faKe-d6ʈ[|_K+/Kyx5 {cGOu3b g[K>ZZ:F2(7@0L8\ύ"a tw1TȠѺNPHZ>6$W}?ڇ b\pXânTɈC‭=7 QK3Sb"wKo?y aPra ޭ32?םKq{UezJ'=1\` # P<nКCL޻ _;Q)q;c+ȤbT[TH.TVFtz~}s\O.XBAXJfeŏT*]Ŭ"t%G-РIǞ6R\jf{Mi*Nދ4NeRBzEpSJ~\SklRߔ<_;&>4~By\jGH ֹC΀#z$5>h}:ٙ3$$rob!avk -X}?sml1XsNT.w.fEg%kq~Ұ42[T_{8ײҝ.wNh`B U4cڋmr%lt㖴aQ4;G/^HΣ($u/"@z0[ZkϪ' be:u<8L`CO9>@˲Rw#P0,Q0?o"jmu%+/eKEz$egF"845u껪yۉxດ>"j(s\?M߭ƛFFdcJ(EoQoBr;9TFQ-|>ȬÁ蔰f`Gp5gRHtZ5nVl7Ɵ.^u57QfLO{k'P_iF9K)g|Y2Z@cϓ\T0m`2qX@%"[8ÝZ8,,[ǮVN㽢@}HPvON8J#<"ssFV[L RvA}-D,8=Rd+<|'^(51wb9P&ۮe B/$j,dHkc%4$RYpB &'lH`&5\!9/džK-t 9\(檽-JR]c牗z*'&7?4C d9\ƭCޞ]; ݆EF4ֆ'.?P#nZ6xk0 ljn{M$j5@Oˣx@8@j} TǺe՜Ȣ,}G7jں-U^FRUg|L,Ve华R%jMnFJUo+vO@n N-X/C0H+ĘnTLi#Kt>DEq@#$W']NuL)xouEX@_ =\'َǥnO IL鐥 J!%\؏ږ [|! $ KPb j㘄xc!?'Kj->sQ)]{=βK3ڭ߉vb6̖[@ K2DԶ(%mTxI}Mir#Cد0/$Om݌E(.NFFSe guqˏ@2j&>9N3rS^9|_*SZ uŒn'砦]12:WH(?lM@$ͿãWJ3?xצ|M'9;rM!t Gx' g_T鲳y]+LEBM 210r\whVKNj}[ChXO8Bp.1!Bh#  o*=+$q71 /쫍ܫan>G 1\!@52bN;i8U(ZxFZӎ 5]>IcU@/R_Ca *{^s/9uy|I"o:;MUERƢ2]aVK:7sJ-HJnʷRYH֡SڵU#T l37j[>6:aOLKԪsuNҍ VJaJ05ñQ3Ђezg$D&.4 m:R DCqԵ/eZ[si@v2Oi_S0rXvʎV{gPX> wz4007b sL+ʋ|Qgd5`S\:pu ZB^PSU P9+>_/za e׫!E]λ.9!-+T*5q{̍Pe[W*0z%˼KA>'Y§As O?\Ϭzi2pɓث3$ #5]~"#4йiin{{"8g<=R?slk-$1/SyD]Yiy4w+Zɖ5齹6+@&Г9Z[e.aFala N58xN+ J偸jN7_4d0Eߊ8U!`36!uYkfR;C,?J]1Ru}7-A9a1(/z .UhJE[m Ucyf2.~)ܼcKLc7*'xi*]pNU&8 VVDUB)`_~3 ryP0ę:ɸ0fSUAV, Oʼv볱$d.I|$q{_0 h#2 {F]:w3؛^h>}RbǴPBu # -`5Pd >>҈Wc<;)S gM<,Ĝxͮ`Ġ24枯%֤8'5pvEG8.w_ 0ٟ-oGtj@2@ؚ7sGڮ"q9La(>f9)Tˡm|BkpW.8AVt[Zk&UG# `$Ó[,% UO:0-Ɲ |PuOd=:<@ӓbhZ)e{8pE2C:3guR#\̿F-uJ+CwdzV%$E\#7gz~nGPC<7qxfJ7&\UĞO/؋Fr z%A ]{ \Ty^ϬdW@d; #Q'°3-;B5}km3Y yD>֝> B~R]8 x,=1i0i[636ـTQÅ>q<wd9ih9~mR홫E(,ԛ,y}}COzM$|( L9\|lͧ| VUn;KS3tOV2hj C +m2 "pt1/&KZpˣD;Q̦A 8 XƝaչoĐFKRI?Sc`ziRs!a|F+ޖK6a ($k=SSYvuh6H;/#؜O(||_K$#4gאު菸!y&HMxv=|pq̆fQg ,&a Ԩ9!_0\X颪Ot?Zea]yVIJ3M;JPѳŸК&鮆&x M%L0?OLx,z}>gAh`",`tNBCt(3b@Uu*3DL%ZԌAAZ"Aw/1!䋡 UٲIM :' dD- 1S*r lu$\µ3?r@R?[u-`F1SޚuFgZ< ˈLQ,̛agпMZh1=؄e *?N7V ^wlcc *E'kH >͏]s^PFim 煪Np0*HEpB7܍@{nl6͜V)M>J )ti,YX$L]W3T\|ظy>%譽i'{ R-%x,U{+v.N;z,?wK-ڳ2Pzo5Xoѥ'?2MĶ|q#c$V\QNӋ"+j@zԐI薅iQWȯ. g)Ji[6@΄R^?jE/eD G7  AbՃ-,U)sܒr*瞺|&: S̮W-Nڍ3%hf6&jaګK'B9D5U5K" *cWj+me3ucjYFf+}%YTI9@'+) 8}ufXrpڋi+q70ˬq]RQsUOSP HP5>Nhÿ.1} < _rPUyW$x *ޕ-yIy rسT9>Pp%fsgiDj^Ƣ5_c녌Xg6eAhM<7 ˰<0C'df61~ GFt>=X!8"`R)Y7jhn ;tװe+MWQ$$wRA o8KI}Yr&iqrD̊ aiRy1Vg\BNz)6S~9n xbSZ&Vtv!.[ΩFNUJ^'S_( ^Yi,P ;7j AH6ٞ 5 D:(`(Aؚ*I$\%oN!n( 8m5shm5gO˪ݓBC5foC o9ij$^ϓ_̿Q^Y>5LkG'wSnbKJeI5r+H?&z᭦ǎ >̥Qb{Z9D}(OMɫijOćڼ?{b`IjfƓf-A篾\_HpłgVax_VvBE1Bo)溴z1Ow̍D>T2/ 2)^D$u /OC%קFiئxYmw=YDyݞ޺;bCS$m{n{?v5N2q]ipW[6ȳB gΣ !%*Xn^abS7$3yGB@щr@#$՟n&A}Fxg@yB*S [+lT@]d >Jq^@$!i!]!ϯ18Cpjf%δ1ڙ"_m3S}H)]`-߽ δxw\ej)mHb6gQ$56Įm%D5UܮဿH"=ԟn2Ѐ+0*gV/8C* 4u\҈sCR1Q|UO^\i T3?F:(l F9/qpY5o3 ~bWӲ.uP(j0Y7{U0Z3HoJh2U_`#eY,M]W_%\/1 7O{"txSH*Տ#Il,'v)YdCO]ϼ cXQ3`7mbL Q+L,= K{̡܀G94 /3Q.jLwLݝW]bR }>)+vvؾZFraw%>H4!z|қ+s}ZMl{eI?v s,\,mUoXSr iNVllo·e<XJqV&W!:ӊJ%#w^Z4ZsɁX +g=mC0VӃ4[,yɜQ5I|{2ggr T/GڪZ\4Q( (B5$G="(u|w}whLP U+|Z2intFE #@ +  QXf+}TՕ\rA^kH"|J-7k_ 1sDz[Hcq5ؿrr~[>sǕx"aecr1B%VB4E/<>"梉\eR[4bFS aɵ-;im&엮;?c14 Pf$4F`(g\{$n#lRMYvKH`jcY&Qlaty-;ܴĆl·e]*B(O-7:j q6)" ~xo>RQl>xIL *G*,l@/uSrL1ts1Q:P<3SrPrHk΂E8j([Sf6gl:0FPuv_Sv<}iC;\r)YO7>0}R2t* k(fL\/EMx 8Jyw̖eLcp했7-Y'kT30ՐoF>/w; 8 p2h_rG00Q<cH^t9@%Kqgq__a53_d#|$N7Pt79=K9a})ߏ<ެp&*f0H'֕;۩ V Ew  Kө u g9//pKԣM-rxI}P%@Hp,#mf݇Z}Sط֩F}f U+\est *`84Llg]/νXt 3@)̟[Zs݂=3xW]DwNd=P\S*\Ta0-7МcLƏ|9ɥp3|Gh&)⸞#,Lۙ{l{T;8V`z3h ۠Z)aBy˧)m+dԫ%4s::7)Ә5 $*D^>, к4/+R#<~~xA- v>5k\D!}ym}8pO|6q#gw7,U4$/>mտΫ^a|&93M'w܏T7Y5FG[H,ԡsx P!5 [')hXY)i<SŁ1Hf!M+(4Zp]!$jvSnUw5':X8 Xi>< elOl> "h î8.S" e H.9ۙ\4'.L=lLsV_vmƓQB`DG K qt *7/e}URyeNWR# 0 ~K9C]L=Qzݷ ڌmwەҩTM&$`aшb5VGP’;VuH-H` mBb, ;qg_BKZKi!&XJ#Ư̻kR!*=gNA"ݗ]y1X.fG`7?&lt%wlE#/ϸ5x?5gȏXѸ2Ӛ0q*]nG@WX *7('2H>QBh\6مZx].ǃ -aӣ ;)5\]s߅u?hduG0n0#6Wii= ߇Qg7VR8.:GXo\'hOҀ(bdhR8V1Ty{55|2Vוa=& .Sxg,]v YGE?ádG}AP{*?ᇃfe6]/;O kH1 iM9F>Nb 2$u&V. I8=UQۂȕ0H,KIvYpI˸_lrHԓh@fnQ= PH0''L\iq<ء:AWʸ~#fyOƚaB.d4,}^;>jX5^zHὊ98lxEjU~m}6(9 u ~.TEt|覮xe߫M 2WN>M:5dV bUt&W4 p`41֚]D YXB;tY4'UDJBAU!oj ZF} lӪίݘ̥Гb5ovJ]lQCϹ$m|=ꢏDt8l$Ⱥ0ym1H!܈suRÄG9RX[a-0> gtlZPsmWhs-c}C>X%8ǃr$cI&rK$ lPg`NSݴ Cn&X" hI:lJmAfK4"35G]Y o[ψXZG[n$Gۑ9x[k~VZxCA0i,~9WWv<)7*}YCGZ8gǀJ&r;۽ -P w.py`^LDtD5lο3wGָlU|&_` K,p=5fjk>EGաT!ٳW GY<8HL3`Dv"Gv,GWKx.L{y&avL\0 i} t偠ӽ @'UmԾJE_A/{np~H:(w)OfsZV̩p\K{Dp^]c.cϷ!ʃg1OP)wсLk:g5d<5EI/*jŦ{#MjD/P/C]/\yRBCs.1j &rOa(efgS&"ƨÐ&C xx U|UB ?˪VrE. >/Z=Pj3,{&enf$w\,Av /)Jp`.D;ˌ/RKrl]QH~&rd&ʎ `sGOmk';ɴiWhT+7~qIs' ėK(w:#F(iczvB  C1xiOOaJ-ڃ[ByI4sW=S}m}{cey՝+Zv? 2IMeV_-ЖzlUvtQ(7.ήkL6,Sk20?g2~"IjSwl VJ}׀EnZ \SRz4/ \l۵sQIQш&4xKkm=yVRGbpUoi_Oqaם W&}n("&@giƎ?xFFGA j;-k?[^[Bo\]q׶>pF#& [ V5 zowlZP,ź҄X;Z|xz $kskW5ف~gI>h?AF#A4R{f Xm%AZ 5G9W|؅m#o*Bf Bmc4(΀wf6r=H58Fx{oeD6KK9ohֳMPK: &w>zXOKS5 PrT+HeYzL{"g*BgyA;@3R,'DO0xM8 \ Іcӯd 0HaENS?2Lij 7#̟Z_|<[F쾷0FIƖ< e>G18?EuM#$Siu˫*` gCg;M#JI"Yj_pٿS(>i+!$DI=I-H#f̰C̔l3(̥$B9Rs]%m:UB{ UInaJ]cRN#F>rb~\oeC=Cׁ }*mڹmAֵŒ88^j)n'6R"~(HI`} >S[v aC@v?K) %d 3s:+w??jx '(?U|a_}dAҙXBb/-Y}i,>@0]j)#Ju+K=;.* u8&zv$0loK;дlH/n/=@Q\=v'WqXQpKJƫa?ͬJ6l&6J&$mi|n+݂oO_+ҴBHa{7nTr7Z^>ڭlbO{3yn"䈒[;jQ٨4a^Mk.BםcݛȣoA%=|q9K嵵3!@7>Q",b.I} ԇBZ9\bTjٓ[)bi8\mGKy#6%hh_wJm|¾>d_rCP \ZrZLdY&n+gG1)wtO"rDEOzGDm ވº ~hmy{%g !s2yX^(Xc\ %IxSLi.,`;NT*fKo0J ?ARDOWTf$LPAL}yGG4#Rէ'>A:q{pP8Eǝ54,tA׃a1vX [ ,sȞu!WP=h}ɩ-8͟.Y>dq 9pz7ך&Ŷa֝訽VR,!6'b _ș;*DW(>XN[B5jeoi'U{x;sbMœo#8?G@ȁK h'K74okwZ"*`*jڂַsyy8~%4,qXXV 'iQ^͓ ^˛NWEoFp7uRǖUE@БDvҔ_گAyB[^:Ru,h Y/\|;t:{Gč"[0wRsZԌ\ŽsёÃEQ;%Dr|3CM` 7ϕGxZsk hZ6&B2*.Bޕ@g$쵌ܾ}f)j}0pV6g_Wһ8*;F|iN(9R.֝:1ߜ#R.wִ.{NQ)9KԋEeB{tN6iO2t&]Ld$?E~QIǂ~ 8P>]2"abj]ďD D<_9,7 /$:1s]_V{4C3$4. 4Gj)d/i2C摽HݱM`J`9NUx[fR۪+,t(:.y:?ّ*%pdP՝ ZJQzw ձ4͒]zi͗ӂe3@(O0\,NɡJH l@>z ow$ئRDhnVGH׿쉁2Mvj.hbI,?Y Y2Ei3¤1 .[C hȉ*SkZm 5b,EYltxYs;C fs9b#y|akeaT9H1:I shXnxAQt0{E-H')-{[.t qHA}0`37`Sd%h_PS\ɵJ#p WWYSj5bcc `x`iHad'Aej>g^7X{6^oԻ# q&_3u'Oյi9+- m84g;2nA'ı41-B9ѕH Ȳ@J{8_]M# Ͱ.ǚb/ә% 5 )h;T;qy~2sa p;B 33{a~{,ԣ-`cx4kHN27zK˕~HRksFXzvE=Zv=p89yac'?A#3vM`~!>i.j>'GA"3M Si<џAbZ*hSOL~`kWnU]V S+ǀL|h wy)BvSVsV=/tp[پ[h ԅM$^Da5zJa^8ۏ$dVqtZKz<$3⠛D-*5:16_.w0W7G3%fq׌ Tv| VLeVF;n}۾^ww '(xjZ79kD]+<_ 5z(Y7|]H bHS"Y/+4G| J.z,wK(7ǹDh*g&Xd2\Io%A(19*!TA;o=1$)pû_(bUV)GrzJ"h6G-GyHx BDEGNeGvJtAǢ~30|3]*E_3}YFj6 ՉiJMmn%tXpMn.~5ˀƵ'# 6C'~>ua9/.Ջ%;ȞbU!h 8uIyb]rcƖ(rY*hHOsq l}䭌fth3e;&#{|_&'"|>`hE]^B.Dҁ_6*$|5>`Og!pt3XA'=j5[[Bpí\wlfs-8p7RT0YO Be"I# F6T/tݕy\7&j)*sߌ=Sx!'X!H!d<|5*D$dDk]4!&go}P9kwɸxsc 4!TX6[ ľ}ح$z#r5 JPb ;L>gDwxJ^)O' 4eBLÅ% xÎ2Ԇ^4vsw 7-W=sWIUTp6i<+F]8+o[K);kɴ>_b.IH< !D7Zk66f̈́k}] +W&*12HlKʔ :+(bdtÁ 3JYhr}@v vqc&!Ik_1 CP@B(uʯ ߹K"0. <*:U`~,s"rZ ~]ofo"ONsL)7D֜WlBʟy^a dɄmP\TDስ}L99PUZ}>,{0']A*d /Je\׀!Rh8J;W19̓5:WxQJ?$hgUH_ISC|wYX);`ߞKAygs2Kwb*zT\NDtz2ւx"5VC[!a+I2חadv|glH6L EskOLE eM vإU݌=^|8r.%ætr-gHplExyxhl ײTlfg]+EjC [ളhS]BfzWwQZ'֕q9_5|6 X{5cT0 :jxDfeuFGh68fr]p@Oi5 U 4( hIʤ݈<ZrԼ}!ȴS _?+;tMPr7 $Jd&V9~lA@~lڋp"Dc9DǬR0ܨc㋎ $2ҡŅpId@2װJOY-N#;A2\n迱hp I^I>9OY(dp$1r :RkӉ\254|u %0qhխƯiЭ$#ydT\#,B2DMS2,IM+_x߆HMp3]P!U90q}v$h(tLOuU~+?oʃǯ'qKrwI6s0zUf]ZC.O@ 2V^* _\mtgVW)B ax@g(WcQ8A6i=A"قAuM@M%ftTգDCW$3w.~wꚔlXLUU.~4ܝǬn&MT6ns?a#ڕ- :H5҄Tjb]05].rl*V3N?oET"ߍ$d`kI6}QԝWpw䱨DA@D[/]`N=IvG_a0.>mXh4N=5NR eFdVXl|X}aeW@^s'b"[$?u }9ϔC^m2/쥨)`b:HG $6FOxքjAU:G2ByNC}Uws`ez"o.l}H.w ^ g~׶!d%7%ꦹ (qә&9l31WRS@46&;2O@ܖz]0SӊmlilU o!j EF{ I$#R e#SGVb@ M|%ITW9;VKXWdAج]g40=<&(hZU,KьK<@кj A bzL'Gur7u>]յǪ<1;=R?Y6uz9[HDt3;Ul$5&ZO,7!o:iP96 ;. ƻ{ѷ/1zb{QxNv^5+g^0>"`AW7ky7@)n8]ʹAcԇ"6 dAƋCM0oe] WՍBq8xZ)%g v*CJA0gAn-OK^YwDOH &6w^00И]\<㒾9U11wws6^6|Z2+m(ajwmx@ɺp Q^9^ =P60BnϽ Gj- OA[NkJ锞\ZM|Yix_"-AU^j,RD ̲?=7vǷynvµ%Ay;OCO3e#S1K<]JS@$^G؋I@1!Q <Ǐ.HBA+ $lf ϙes"..zbH!`+ Qڲkb}x\WGR~z7L3}JѦFTY.#8zT\Ty#OKyѷ)e `;3f[MDڼfʨ}.$;X(JC%I܊.JcE}RB'G8Cw6,~:c)355}<䁾_LrU: C a R4)9<@S~o'8!I\Y2%t}EИУg;eأJy%Zmq;"Ozҕ2CFf^]1 ;$/֡vͲ@Fy s`'yoN3~/G׹5k BcB-/-_y,m G \䢃ѸS$QfoM%t*O1dC+9͂L&-Gz_X)#ߙvi@\IVz)MJD _\Ň/mӮ6dhxTtU Э"m}.1\ۡhbڤpIg$vON"ne]QWwUU)57$[P%LKSh;PUAbMm: fa8 6 Tgmԁ2ݶ@DZY Tu 6TzQSPJP񔾋pM|Ni7^'6_Әm?x ;n!bAP\'"3VsjO;xWAx7H4bvznhH&0fj9QrvHe=G6I~^ia˜"z<5 A.PU/o[ۧskls|[},20{u1bt 6 <~x0m\_s~HL0A;cuAIc˳.ӥͰxF!s =,-Zj/HiNN\x#I~" 7;X~ag5tɪ 5JV)n7tƞ rk C?;ҷj }/jc}}rVˡA|d2"MK>JPPg2L%ٳ','2E ʢT*& hv_0Qc }T=MH|^ 6k-iuxPqS%wzu~BxtV?p_Cg`$~t!xU,f˞joJKCy3N$G$E\HsJv+9\[U*R]&/^xeܫEѺC&ሚ7vA?3M+-t%$~׆sǬR[U4IR \Cd957B@}Q=3u޲{ 7p/37?-+B@#[YPk_(.8X9j,KGݦ]ud[rCXj*UR;%8Np/VL󬛱.t< 2]=HE4Ƽ\ľ NqVLzO &s9%dx :j7FF&aRXoGaFFy.*7@pԊGpͥkE?`>ViҮ׈a JiR$ɦEGbJQ i̖=ٮ'g77즡VrS9aoW.h afãS@LJYoDŽ_hP vs' sgt xlOX!b#ʮEW2}7EIT0y})C&,^z~`H [nz0fU l-q#盂Dyp>S9 Bvj1~_9[ٹkvӦv/\TnO$1q;8sG)I@Kӕ'G#;?F3M.0O9)3!3d4,UZv}}£Q QwQ^Ӄr8&Mcgz̆=oxbRC(tV!cWF|*׿VH5ǡv5洶Fei?R g\نCFq}!i? )S9Bc1|O `d /o Up+H yGT~};[Nw!@;z)rx3VZ_wVmZ z"NQR*˼N޻P)PXDNҡ m^mJINj~ o*eiK˿w>q7$ͦ^@uU>b=%uLj!-^wB˕8/HС mx@b΅k'%J?"RqNqG_1Eo0"k%fΛFZ!%4Y<=q?$ 2*[b5R b.]LUӴ\E,9qؖ6M >\Pڍwщ2[P}n!޲#nGz_? 1peT߬4?]a ="/s$ZVnw ȔL]^iisS(p|rUjy*ے BgnFOv&3.ōV1aSұ\?:eQ;^ udA(ekȂO#3A7MhM$/7pvs%&l!:VU?34<¥/ە7']FDKHZ MK. 7"1̑ʯyY+Xb #zhx[LI5/`Tݓ9[<^4RJ,zmnא@@?߇~ef1w RX yk:PzaeϷ4RqC,Ys:jkAB;s\,#(bE߆ PYƒ8W^\Ndw'/D'LzeAnOZɔK ~~Fgs|º'qfM&s^v&"r&T˖0&^J^?PbZN*.  KŘTY` hǵOkvrYlz jG:3~ p7cmuF`=vJ*OBucc,|թ0'$t BSk27ʛf,S]!"adB\w:[@uS<yDnGJc@MrcT֬ǺnŕQC;; 3mkڡVt FO@b)\ 2'&W%6 Rޓw^9/j̟2иCZ0V=nXDrR*CiM n^q֧IP|)t@l8! X@Eʉ2jUn°֗Y&hOÄ3V<Eѝȏ^:D7Әz;͊*?ZJ&6;Ah a JD?YAfc߫LIV(Mţg#&W(]9P_Sjd׆*bU.o؝q>S%뭯YZ]Ѿ-ZF,oojTtkb-ۉ Ĉ ]f%xsxt.K69|γ{ q rF%E^hjl%@Rh^ 9o P$.t3ӼjA#3Q%X)>S] Ə#R8c(tM0X{Zdsy?5lj"߶GPXS֘ԄM4u.!~>PHWX{PN5=Rn]7Əޞ`+I1HB--o"Y"T?b5 dQ#wX^O Vzy[]Bo{0+l!yi]7݈ F<8qP.5v:Qr՞=,+5K)Ċ! nFqJel02Q1)z0!c#Q^9 H n_nd4tJyX]J8cyKb;cpxs3:s H`; l#k*~.q^czJEfR=VaOJk^fǑ58\5ʇ]vwzXƊ֛IE&Q=X]'q"9;1"ßmtX-<ԙ!y!]99d+Rdޭ_b=Sx?_> ]V%Q]Uh-BWf_|-CEu;OQRQidL y!۲| 2w"tuV?&K#Kuzo9 S!0H jrT1ZWk"_ylYL}O]@](Z\IZٜ@MO:Zon =<[7wYwH Ew8f3^,mz3-z +950 VM*C@ . <$fjN oDV-y(5K 1 5ܮ#A꧰UBn~wϦrb'<-ȮT \և{xtâCOJ\X;{YiB]li}7VPӸjVRFˠy%dc'1!&6`^[AVΏ)ABgLD&3 `Dl.8#"}mxq] n+Z薐ۦ&2ZȑOL`M:͊!y5w ~V>MM&(E*l?̇Y!ZXv_Ǿ7B!zEFtN[&igӂBO߿6T%-u?zH/ⓩF pԙTc ŸMҿׂY(rcKf9ژJr7K1KA,U;mu,r16ē-uC$lMh@kӚ2`ݵ@,ixiPZ@;Zǜozb>je9N?P:"黋=6l%%3F3=v%F46so"u UR'0TC9]Z?ݩӀxX&Qqġ|Li3C- OdOV2?]JӤ'fSe g|PXo-d <%}Ve|˸[of1.[FRl}q0ȳL$;v+6jU}cK&Xs,}΅ZB]|0<(˺E^ylI4wXF\T[y F_* C@c@?ΩO:=dWi,~S裈s@zr7ް*{=nMדR jVXՀX665֟K>!sNt GϷr,qS OGlɩ ;Q*nqᑥ鏷!ӲQXHU=t*;6 onS_idiB03|8%U(HC3qN=X|}6֗Ѓb ] ^҃-2MQf(xj;9T'h!=̖Hږ]SlcZLZ2>14~(턛ӥ*˗-}Cc@XGC.khf$Yאaa5Ap.DIpэag#uf{n^M<|Uϲ%eϭB*ۑ۳JøR3˾Lw!4t&DaG_6%~0{C|Dl+E[ϲ|pbyZV`l" }6 t!) jH:v=ϭkcj3RI{5_3+g_N]cZ]kdبDqX_3:uWGڑ+9hMmpmkMT6]E åXH@4zdf5NZڰVd^Ic|&ӛ]3c\n6 *wBBn+7tHv>4P];5QˤBΏxqc uR5"qqΡ^#k 6嶍15F`\F$H?˩ ,X%?#s0Kdx+b8ɇUα #xYϮ^qFoziKϣksWWe*+̊kzfrm[4#׏HK6 Rˌkm(HC&8a1A]CmBUǎ?GDy ~z-uuo:m("Ñ{P{1tCISxE $'F]28+*XBkO:RUаnQ~|l4BҞ'X-l]^;:qzrI'XU jDu~hE훴I1ʼnޒΊ -l}E!a_[`t0W?f1Q\SKQ* xn!רe"6(8eWk }i޷͠j_}_-"L]w[h&= ֎[38Ek@H/2t0PB5vjmwXu{'Pa͕b'և$d?e1O XSV omFZ]oZoZtU]CO䱊>f+0 E);)ݶTMI!ȼwR9žwZYG*߷ )8)Dypj hGkH%3;mÓn((pxJ{Y >D~*2|rPq'H{ܩ2".stVAڧ|'#017_I"??P@4*1-\|eM\r$PxuT9} ^և#I:CqeR9ZgT["\¡4.A9`?"vœjvi$)x@:h؎Vs_kl*')Vb\#ԅ dX"k !P[0.uBW.XkldfGW!Dd0ok{ 7z]Dː$گ"ϬHqR.Byʴoo -w!*Epj hc2$I4%oM0:g[TSzk3Da-@³zU;>3ΛT].| ]0nVJx;ʅΈqLlH ןXg W:_K1/ @Ur)(]7:/~~$^q"+!dAqrᓓj}{Λ, 8 $]?ɤͼ>n+;Bڪ%,Jp\(c͝?/‡:zVQ^߶ yx<0w ^fi|< ?P $6eZ;\ yG2^NuhvyD#0!{Pڶ7-:&^5kX`]QWxS1ଦ]1ނOX10VAՇ NY=Yf!)=Mx嘶$ĔfR-[UIHQ5Ad3ބZ}*|k_GzmǵVCA)3;XJjszlT !?/wz6.ϴS|[,FJg5NVRLO hLNiaw1VaO&E[ρWy9&wY3Jw0c9Qn7VaeFs;ܤzɒq焤9,/<l\P_[( '5Ū/ioB&ߛ#>}*~dƎ~|rǢ3"p< $>1liuϸB0pvcfPCHƺBL)gkA0=c@Q2:rX`^ڽ2!ܪ]_@}}{!Af@~YsP DlנJ_0(ZyJnmcP-:4V1`x{<1IK*ә{WMo(OG\3%8NIhsHNnluVE= eQo!P6)ż9;UFZvͶ K{5* }HO՛1ʭ9IA;m/OMN+6UH>;2ZRm-9kbHG,J8Y>& ,}Ǩ=rZVG%< ,fB^Ei/"+r'I} IyO鲠y~֍[G#I ߎ.ìJ.~ǥ:6G kq,ࠍ KF?A4k|6oǕ .mT;M^/v(&9eV{P(Dy,xu)څᨇiTDP[?v\y4寐r^Dm߀Lt d d ,GS49Gi4 ]SIF;ߝg K̡HؘGWƎi4î$G:Ν[uzP %e%:^cdZP|`\Qذ/I%hVd\劐~|hЄ ݆lc Z7N*,kBWZ1fB̰Ŕ)[6oJT ?s&YXlX/OaͧzJX̧;J)}&вzc&`ݼT<=iht͘٧S7ע[@^npnt_6`.&;3G2Cd ,+/'G4M &))YlÂZ([ {} VrdDM1ZVXԄ z-JCFA_Uh|-Ip02ƔtDtc$\y!\DsƖFZNwå(4hH՟(BxkEQ:} L01,{TB]ˈ5<#sod0`C'/\8iGړ1.VVr-.3lowhFʃ#Lܧ6*cnoڴ )`+E"8[8Bˡtףʔcrh5'^Pws!' uZ*%(ݕ`){aȶCfɵO\(:\}ʑmA7ƘC; Ø烙R2 at4)7MGSozǀԏIQӞ2 ?q4cE.-]=h,P>^ y J$1ԎΫ)V}Ќ%okp타'R"+9M2T>&d()c7#f<6=.㎹aүH6"MJd͗'ˀ4\&~HPJ$x*ШU7Pr='M-nϼoBEb mK}P%kqΈ)w|n; zp~^{G,mu7 +18*Jّ"5 E&W1e*)Qg* L|a_y7OHF%܏y+no-|D1'VjNiWw3tJ| i>bh%s1PE72[: #kqT _z˒ŁGq^(<I/"oFU3#h0c| :3bEC;# b;~l0 |2H+IN@w%c;GSfHA ,L-4fsΑL Rc=ڏE]Ep'G4"Fi\epg '/vdF0dH\G.diQ9bp0e5Dũ̸ Ic1"Fmj%rw۾ESA .,`E 4i3Hjҋfp=!rU.6p)hif` G[vl@#Q tBDrj8X2";{Ģ%PRzHc\BKCsj]#:{(Xn '601FA(Hv Du q#nZ$X`[0JwMP5D!=5OHO btrMjT]&h~i1ajH F.Y0,oB}1c3̐w!;/?>:fj$ܔFtubog}DUijmwE>3GyvCZ\HK= wڶă+b5zFȆvGP{ mPy0eOnCT+d!M"pMYTDq+JF% p$># 1Yo%/7(; ;%^CIP5=K "c'' J"(YC a)o\`-WOnu*RJVpk/*aO%lإR_k{I&mC6<)-`&|v<ǂ4LZ|3Ow)~JW}K=ꍾhc^ysv/8 Im[, sQƵJ OMW[.Np Q3czFd LF*ԸQ6ɘNC>>-bf߂%&u{Fw; CvfN:Ú54nP'ssl.nr!~@zNVX|?04!k3|KŬO@@*ryY2yUdl$RO>#N`L \U*E+vV>AYRjZ}&Έz֥|W'^)\)j}f#(`&d^S3^D=CZjɾ 0BߋlR/JKy2n}+iLI0rV48%FNS>Ѿ0sZ'z|1H"7w6(|᳟7ngἵ=YA:RMEl |Eg'2B\}m{Ѭ&$(C=icSQ .p7B"i*PH 2;|>TRl58mCA>U8v6FZR:s,BJnO=tKO{'2Z.e10ӕ5z)RzjURw|cGF3 sUs3y@Q'hX6 4Clitoݘ"˓4_ЏV^vC _ 'edy.oIJlϘB+v )*i yOF'R|͏1xlDЙbcq>[PֻEUc4y7ޤE''=4%E>5ez.hjLR8<@עO%&I |fgjD(\z?6ՖIa' +6ۛ2~zL0(š:6 dx;aw3?aHkGDar!g1?NgӱCsCa=ܛB?&aOLu aVx_ R&uJtW 2$A}1[ ·uJ$ɝlu{gVaĿ9@ƅotr3뇇 !ˤmn#ƺ]&0gK\o2Mfʟ x|_NDD15RʵԬdcɤŭ n)k=^3Ҿpq9F#Q~ҁ.@ĸ|P? ѿ/9hn|MCޠ&"mWYwe*?YWݦIllόx-m<@:g]䴙^5ʚFyWs1I=v Y} ߟl75y0yQr:]F0*}I34AϖϿk|ũA3BVz_v2QEtoD%) Z)UB?`%H=keh~.@R@o{y:+5,R> ({)2n e% ΀_ R#,9^->`u /=Lj3= Msx 륚TvPKaݔF(HʫXQ##޴`]˜2GHk5uQ5.%WsGR#E@1ewn>n~5oPtӶvjDx9 fP{u?wQNt6ÓIH)W;T)!MeH+3ڌwcݣ"hl̋Mĕ#E8&a"{A^/Anr?jAbqƭ2CN6~쇨Br($%ADeFdf0ռjU晎:dtq@+8zke\)° CCM swí7mKh:'0ã? ϔ02$V9l| w  h ⶆ'!GmJs8느P8z@lr52eE{KHn}}X&q^/=! Tf<ⰀLi5ܝ.}e6Ip vϖcDؠ : E7'r#j!+J̇IYiH53hQ^0lzk{7"ձQ>L_s?VkzGP G|NnF=Z;me<+»GgTeˤ=hExGҵq a\`_`n8*>VM띀}@4]V+k>-@_!PhQ@x1c\̭-8( -))s4%4xH3~lHÚINb4LfHm)K)6ɬx[|o6 1ݞirHx`\gu]xֽ̓EEBSt[#HRW:.1+]| RSmτcD]M}ŽRwXR<ɼxx8!S}`EҸi-QbwBO2AԊxq|"-p[b<14FIJ *b>Ơ:o u=V|v\ĦQŇKS exRB٪\FiU^t3:ɏ%?1$5F%:+z[=*Z$J5*ͯClS[㧠S @[8s/)c $3Go-i z]Bd,'jZ s1_ƲZH'ㅹ:b  bXP.g: M kR⣧S??*F f܈Cx6?0ʓ c{ | /R4K[]2_FZj+?w-y ScVN^4%{E[VYY,xى&q GĠ̺<BiѧU;{(*ЦwɵQEo:E> FzbH&h_Re(NhG@ F^ou`#?\} ,MQd(~ Z?v`4o'C5e]BYhA EESYdF_Z+;_lB)n~(a M7gSMFGӗ#i%6EvlMr0 )v9|`Eܩ<<"P0|ъeAV6CI+ʍL8qzfRn5[:4Q{I0L5%S7K ē?D85EOxRzؓ h'8ù(-c wi2oF>+.Tk@;e٪SJcg; 8oꥻ>\J$ 5 Z9дpR^#j iV^Ux|4$6cW2A&ghL7 FHؚ[]F$҅j(\) Vbٴ-_})|;Lpٶ͢JU87+_):G0lsbQ3fphn)o duk;cշ"rޝhYbD8Nq+&?nMꇌp4 ~l6 F qh# l(޳!||Hуyj7hv?at7Fe{wV&5~P:y~NgއjQ<8t\/ w 4t^SC_.%pQw/ P+v4 Ļas[ { 3\o:N9F·:rgǙ[s h:K33g jyf^DY 9ȵ?VEMQ /AӚOXgqPC{&$s ߱Gٷa TH)yV&ޤ}OP~T*xĦ>"`<ζıY&QkZH2Mx #Vͮv Wn%~r<9gQV{ G e{TIUtre/&YNɟc1gmnj' 8q^NTsr#Sv3#f݅cJ#.kvq+j\`*$C4O׾T,.Yf;qî Ak޿έ7; 1`4Gҗo Һ۳r#yԭIAO6 ! ~QQ)"7Bv>c\tt'2㊱b,,lQ)B>@o\ Xcby- 3EBlD]ׁ(ي]ߡyXj.0C]$r$|O!IUubhqͤ݀rFL^kI@GIaȬ"{FƦ6&ycPӖ6dW8j7m)=r'(jw@Ex`ͺw̹$ޜjr~tSڐUR0 :hF/=?Sh_Q88Byc?7R|ӎWs톎Nj뤍ꈿZ&gTvapOM{/# LOKЊbf!8AUNjITM 12Ҫ,YeM9` aI GoȬBYS.wCiTEq+?:]c@F@A6\XROˇf=$~آE0H`Jaf:ZYsHF[!!z9" cޜAmq@y2Ǡ qs3D,r_Amh46z+YxN:&Ѓ܄VҍPj<Բ%st-$BW`7> |χ3Y;.WodS_c gM2h#pR%vADh+^D}^_+O\O;.qd-dbr|x~XM-Vj!p"Bve.DUrsIr#0PUdWQSi\&;"?q`Y6p]BfCHT?ṗ?BlB +.qDWC܅:;*p.o`0F(^k 2 1iMC152VwI`Kk2 (QzHul\56GJ3į>#&+:<7>J2oxDĒh ʰVr׼0 1-rVrצG"a/jmG59 "yQW\KX`|W(2Aq a;U饚g^Lh eͰL HEmht&HNo]! G^TB \qK$ GqJykB,Mc €iZKj|{vN>cBF̢R9!ZM2I 8AA3惜2$wdHd>4bM @I´;2%؄**h?k$k!8-!@«4-2ߡ5Pz(SAjut8ꢞ%F~I`^]$=)e\@gqtiV%ϬpA}ӁNTəy$EKEVp٧ |-"*;d'cu3E߅*j:FVV9[{>\.l?}fw꺫6 bsZ6 @5{._UXtBS!.^cj)7W[M Tp_p' p#l@So\'Uky8͌ xgh筧WD {]KoVƕg9^ c: &(e|OZࣲ `jVҜoTq&hrxWk%9" EeUMIiGM ϼvfW$rgWN6g}*7FxIϏïa$?z>-frIf+4NGIJ2;돻N?HO.Dt4VJZq! Ja/4Kǖ'(ʟ9=EGI7n!"x tQeSt%;BLD?DPB쵪/bd4;aŵя$069}) DP=K,-_u)=xFʆ=7>j^aRCj_&~Ü ^(zC>+|SyD" |Zw[p)Ds6/Q(P/nO:)ԣeGRCcU=H=̂q ]{+H7g2:'n,NZ ML袆ӱ,g{jJ^D]*8W2w B޴%,y Hоª Nh @fazoH!rws=]IXD@p%`ٻ껻D5Dfdt+>6,`W曊1MUЌH|kå(4ToejprT1;2AD{ ?C'k^s8ޒhUQ))͙~]Ët1e b+^Pl鵕-` T*kW20k҇12b ȥxX*@=r:l=Ti?8HW5C >ŏ_EmهP\ى .(j;yB*p&f]-И2'zwC+n3W&K6Q}BiA'7\zo~YxnҧAh> RkN6^b @sZhhP;<)w N ?PJD䈛 1k?r 6xܸ8yJ_5.[ˊt ^AZ- 6kzC(6{Tt&َCΥ~=Ojvg 4i$*~(#_ ؜<-P>m۰< h5˜|P@~grƛ9>:m'_ jCJnH{59o80_[ܽ. {@gg5NAOUJg[EWn/ -d2uʙK0"INAqT 0Z+(]a~i!UuN<;oG[׵lS b]?oR/O gY`Cޱ_^:D",igVk9&Xi&>qPx-6ggBR_* j`;l绌ԻeWteEI)7:iڹ'bߙk'3WK-$S+ےXJ74æk;xB%uaef>`.;K%KQ/C=5_9&:ܕ[@s׉:u_$6xrPdëQ.hКV%#΋N c|~EJ .u<zr# DY+2h WJs!g,kZ7(.2HLj`Mb X/ Rj$'jpHw`Ieщ,S>08: i