libboost_python1_36_0-1.36.0-9.5>t  DH`pI6?/=„8iRPkd WVr,`hd~ g#)뢋D.UҠ K@CBԱ)i@'ѦXm`iH N2ۯL6h) Iz}(4S HKr.@vFhe}.6yB5P@:M 9M7Z(=GQ>'uNN)BQe.{c/XR/L>xzWWr%nh^rtda9cb7b179879e4e2440caeb85fc17a2ae43db03iI6?/=„8 -Nxn-ƀ;ɔ #F]\zg:ugJcz1ZA30&ʚ(1+8'J_p0~Ä?A¤%\bn'wh2$j#P ]IΣ7 |lW48iVx;ikPf{gm-Yn)'2)aIXmk.dZ%~>Og:zW]`{T [=bW }>8N?Nd # C      - 049>X\t(89:h>M[@MjFMyGMHMIMXMYM\M]M^MbMcN_dNeNfNkNlNzNClibboost_python1_36_01.36.09.5Boost::Python Runtime LibrariesThis package contains the Boost::Python Runtime libraries.I6>#build18openSUSE 11.1openSUSEBSD 3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://www.boost.orglinuxi586I6=e97222a2178ceae1ceb677a74dd9058frootrootboost-1.36.0-9.5.src.rpmlibboost_python.so.1.36.0libboost_python1_36_0@@JJ@@@@@@@@@@@@@@@Jboost-license/sbin/ldconfig/sbin/ldconfigrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libdl.so.2libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libm.so.6libpthread.so.0libpthread.so.0(GLIBC_2.0)librt.so.1libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.9)libutil.so.1rpmlib(PayloadIsLzma)1.36.04.0-13.0.4-14.4.2-14.4.2.3I.I#IsI @I@Ig@Ig@H~@H@HH*H_@H[G@GGGC@GNG3Fɂ@FFF @FE@D@D5ro@suse.dejjolly@suse.dero@suse.depth@suse.dero@suse.depth@suse.dero@suse.depth@suse.depth@suse.depth@suse.depth@suse.depth@suse.deschwab@suse.dero@suse.deschwab@suse.depth@suse.deschwab@suse.depth@suse.derguenther@suse.depth@suse.deaj@suse.depth@suse.deschwab@suse.deaj@suse.depth@suse.desf@suse.desf@suse.de- update baselibs.conf - package mpi.so only in mpi package, not in devel- Made the use of the mpi-selector conditional for mpi-enabled platforms.- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf- Fix the bug that made boost.monitor mix up uid and pib and also make boost.monitor not special-case SIGCLD (bnc#439805) - Fix generation of default extension in boost.filesystem. - Make boost recommend library subpackages instead of requiring them to allow removal of unwanted libraries after update. - Run mkspec explicitely in a shell so that mkspec.sh doesn't need to be executable. - Disable deletion of full-name symlinks in boost.spec.in. - Make boost-devel directly require all library subpackages. - boost.rpm isn't needed, even for updates, so don't build it and remove the README file needeed only for this package. - Make debug package require all library subpackages. - Add pre_checkin.sh to ensure that boost.spec is regenerated at check-in time. - Make boost.build use sane library names. Only the multi-threaded libraries are built and these have no -mt in their name. Symlinks for convenience are spupplied. - Use -fno-strict-aliasing only for boost.python, where it's needed. - Don't use configure and make (only convenience wrappers) but call bjam directly.- do not remove full-name symlinks for shared libs- Use a script and a Makefile to generate boost.spec. - Pull in all libraries on update. - Modify README to apply to both openSUSE and SLE.- fix regexp for short symlinks - hook all mpi related parts to build_mpi macro - disable build_mpi on ia64 s390 s390x for the moment- Using a rpm macros in package name doesn't work with autobuild.- Fix naming of library packages to match the horribly broken sonames of the boost libraries. - Add post/postun for all library packages. - Stop rpmlint warning about explicit library dependencies needed to pull in all library subpackages during updates.- Fix build failure (README not in build directory).- Split off runtime libraries into their own packages. - Update to 1.36.0: New Libraries * Accumulators: Framework for incremental calculation, and collection of statistical accumulators. * Exception: A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads. * Units: Zero-overhead dimensional analysis and unit/quantity manipulation and conversion. * Unordered: Unordered associative containers. Updated Libraries * Asio: o Added support for serial ports. o Added support for UNIX domain sockets. o Added support for raw sockets and ICMP. o Added wrappers for POSIX stream-oriented file descriptors (excluding regular files). o Added support for reactor-style operations using a new null_buffers type. o Added an iterator type for bytewise traversal of buffer sequences. o Added new read_until() and async_read_until() overloads that take a user-defined function object for locating message boundaries. o Added an experimental two-lock queue (enabled by defining BOOST_ASIO_ENABLE_TWO_LOCK_QUEUE) that may provide better io_service scalability across many processors. o Various fixes, performance improvements, and more complete coverage of the custom memory allocation support. * Assign:list_of() (and its variants) now has overloaded comparison operators. This allows you to write test code such as BOOST_CHECK_EQUAL(my_container,list_of(2)(3)(4)(5));. * Foreach:BOOST_FOREACH macro for easily iterating over the elements of a sequence. o New BOOST_REVERSE_FOREACH macro for iterating over a sequence in reverse. * Function: o Improved allocator support. * Hash: Minor updates and fixes, for more info see the change log. * Interprocess: o Added anonymous shared memory for UNIX systems. o Fixed missing move semantics on managed memory classes. o Added copy_on_write and open_read_only options for shared memory and mapped file managed classes. o shared_ptr is movable and supports aliasing. * Intrusive: o Added linear<> and cache_last<> options to singly linked lists. o Added optimize_multikey<> option to unordered container hooks. o Optimized unordered containers when store_hash option is used in the hook. o Implementation changed to avoid explicit use of try-catch blocks and be compilable with exceptions disabled. * Math: o Added new non-central Chi-Square, Beta, F and T distributions. o Added Exponential Integral and Zeta special functions. o Added Rounding, Truncation, and Unit-in-the-last-place functions. o Added support for compile time powers of a runtime base. o Added a few SSE2 based optimisations for the Lanczos approximations. * MPI: o Added support for non-blocking operations in Python o Added support for graph topologies. * Multi-index Containers: Minor additions and maintenance fixes. Consult the library release notes for further information. * PtrContainer: Support for a few more containers, and addition of insert iterators. For details see upgrading details. * Spirit: Integrated the "Classic" Spirit V1.8.x code base with Spirit V2, "The New Generation". See Change Log. * Thread: o New generic lock and try_lock functions for locking multiple mutexes at once. o Rvalue reference support for move semantics where the compilers supports it. o A few bugs fixed and missing functions added (including the serious win32 condition variable bug). o scoped_try_lock types are now backwards-compatible with Boost 1.34.0 and previous releases. o Support for passing function arguments to the thread function by supplying additional arguments to the thread constructor. o Backwards-compatibility overloads added for timed_lock and timed_wait functions to allow use of xtime for timeouts. * Wave: o Wave V2.0 is a new major release introducing some breaking API changes, preventing it to be used with Boost versions earlier than V1.36.0. Mainly, the API and hook interface have been streamlined for more consistency. o Fixed a couple of bugs, improved regression test system to include testing of the preporcessing hooks interface (for details see: Changelog). * Xpressive: o Regular expressions that can be written as strings or as expression templates, and that can refer to each other and themselves recursively with the power of context-free grammars. o skip() for specifying which parts of the input sequence to ignore when matching it against a regex. o regex_replace() accepts formatter objects and formatter expressions in addition to format strings. o Range-based regex_replace() algorithm. o Fix crash when semantic actions are placed in look-aheads, look-behinds or independent sub-expressions.- Qualify name to avoid clash (bnc#401964)- Fix ppc atomic ops.- added baselibs.conf file to build xxbit packages for multilib support- Remove obsolete patch again.- Fix CVE-2008-0171 and CVE-2008-0171 (bugzilla #353180) - Qualify special_values_parser (bugzilla #353897)- Remove obsolete patch.- Move 1.34.1 from BS to Autobuild - Add patch for critical bug in Boost.Function. - Include C headers where necessary. - Make the tests for ULONG_MAX more readable 64.- Use -fpermissive in addition to -O2 for building. - Add patch to enable building wave with GCC 4.3.- Only use fdupes from 10.3 onwards.- Fix spec file to build again.- Add man pages (made for 1.33.1). - Package html documentation differently. - Check all links and add missing files that do exist. - Use %%fdupes - Add patch by rschiele@gmail.com to pass compiler flags into Boost.build. - Update to 1.34.1 and use .spec file from bkoz@redhat.com as a basis. Changes 1.33.1 -> 1.34.0: New Libraries: * Foreach Library: BOOST_FOREACH macro for easily iterating over the elements of a sequence, * Statechart Library: Arbitrarily complex finite state machines can be implemented in easily readable and maintainable C++ code, * TR1 Library: An implementation of the C++ Technical Report on Standard Library Extensions, from John Maddock. This library does not itself implement the TR1 components, rather it's a thin wrapper that will include your standard library's TR1 implementation (if it has one), otherwise it will include the Boost Library equivalents, and import them into namespace std::tr1. Highlights include: Reference Wrappers, Smart Pointers, result_of, Function Object Binders, Polymorphic function wrappers, Type Traits, Random Number Generators and Distributions, Tuples, Fixed Size Array, Hash Function Objects, Regular Expressions, and Complex Number Additional Algorithms. * Typeof Library: Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt. * Xpressive Library: Regular expressions that can be written as strings or as expression templates, and that can refer to each other and themselves recursively with the power of context-free grammars, from Eric Niebler. Updated Libraries: * Assign Library: o Support for ptr_map via the new function ptr_map_insert() o Support for initialization of Pointer Containers when the containers hold pointers to an abstract base class. * Date_time library: o Support for new US/Canada timezone rules and other bug fixes. See Change History for details. * Filesystem Library: Major upgrade in preparation for submission to the C++ Standards Committee for TR2. Changes include: o Internationalization, provided by class templates basic_path, basic_filesystem_error, basic_directory_iterator, and basic_directory_entry. o Simplification of the path interface by eliminating special constructors to identify native formats. o Rationalization of predicate function design, including the addition of several new functions. o Clearer specification by reference to POSIX, the ISO/IEEE Single Unix Standard, with provisions for Windows and other operating systems. o Preservation of existing user code whenever possible. o More efficient directory iteration. o Addition of a recursive directory iterator. * Function Library: Boost.Function now implements a small buffer optimization, which can drastically improve the performance when copying or constructing Boost.Function objects storing small function objects. For instance, bind(&X:foo, &x, _1, _2) requires no heap allocation when placed into a Boost.Function object. * Functional/Hash Library o Use declarations for standard classes, so that the library doesn't need to include all of their headers o Deprecated the headers. o Add support for the BOOST_HASH_NO_EXTENSIONS macro, which disables the extensions to TR1 o Minor improvements to the hash functions for floating point numbers. * Graph Library: o edmonds_maximum_cardinality_matching, o lengauer_tarjan_dominator_tree, o compressed_sparse_row_graph, o sorted_erdos_renyi_iterator, o biconnected_components now supports a visitor and named parameters, o adjacency_matrix now models the Bidirectional Graph concept. o dijkstra_shortest_paths now calls vis.initialize_vertex for each vertex during initialization. o Note: the name of the compiled library for the GraphViz reader has changed to boost_graph (from bgl-viz) to match Boost conventions. o See the complete revision history for more information. * MultiArray Library: Boost.MultiArray now by default provides range-checking for operator[]. Range checking can be disabled by defining the macro BOOST_DISABLE_ASSERTS before including multi_array.hpp. A bug in multi_array::resize() related to storage orders was fixed. * Multi-index Containers Library: o New random access indices. o Non key-based indices feature new rearrange facilities. o This version also includes a number of optimizations and usage improvements. For a complete list of changes, see the library release notes. * Optional Library: o boost::none_t and boost::none now added to Optional's documentation o Relational operators now directly support arguments of type 'T' and 'none_t' o operator->() now also works with reference types. o Helper functions make_optional(val), make_optional(cond,val) and get_optional_value_or(opt,alternative_value) added. o Constructor taking a boolean condition (as well as a value) added. o Member function get_value_or(alternative_value) added. o Incompatbility bug with mpl::apply<> fixed. o Converting assignment bug with uninitialized lvalues fixed. * Parameter Library: o Every ArgumentPack is now a valid MPL Forward Sequence. o Support for unnamed arguments (those whose keyword is deduced from their types) is added. o Support for named and unnamed template arguments is added. o New overload generation macros solve the forwarding problem directly. o See also the Python library changes, below. * Pointer Container Library: o Support for serialization via Boost.Serialization. o Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS before including any header. This macro is defined by default if BOOST_NO_EXCEPTIONS is defined. o Additional std::auto_ptr overloads added s.t. one can also pass std::auto_ptr instead of only T* arguments to member functions. o transfer() now has weaker requirements s.t. one can transfer objects from ptr_container to ptr_container, * Python Library: o Boost.Python now automatically appends C++ signatures to docstrings. The new docstring_options.hpp header is available to control the content of docstrings. o stl_input_iterator, for turning a Python iterable object into an STL input iterator, from Eric Niebler. o Support for void* conversions is added. o Integrated support for wrapping C++ functions built with the parameter library; keyword names are automatically known to docsstrings. o Enhancements to the API for better embedding support (boost::python::import(), boost::python::exec(), and boost::python::exec_file()). * Signals Library: More improvements to signal invocation performance. * Smart Pointers Library: o Allocator support as proposed in N1851 (162 Kb PDF). o pointer_cast and pointer_to_other utilities to allow pointer-independent code, * String Algorithm Library: o lexicographical_compare o join o New comparison predicates is_less, is_not_greater. o Negative indexes support (like Perl) in various algorihtms (*_head/tail, *_nth). * Wave Library: o Wave now correctly recognizes pp-number tokens as mandated by the C++ Standard, which are converted to C++ tokens right before they are returned from the library. o Several new preprocessing hooks have been added. For a complete description please refer to the related documentation page: The Context Policy. o Shared library (dll) support has been added for the generated Wave libraries. o The overall error handling has been improved. It is now possible to recover and continue after an error or a warning was issued. o Support for optional comment and/or full whitespace preservation in the generated output stream has been added. o The Wave library now performs automatic include guard detection to avoid accessing header files more than once, if appropriate. o Full interactive mode has been added to the Wave tool. Now the Wave tool can be used just like Python or Perl for instance to interactively try out your BOOST_PP macros. Additionally it is now possible to load and save the current state of an interactive session (macro tables et.al.). o The overall performance has been improved by upto 40-60%, depending on the concrete files to process. o Support for new pragmas has been added allowing to control certain library features from inside the preprocessed sources (partial output redirection, control of generated whitespace and #line directives). o Optional support for #pragma message "..." has been added. o This version also includes a number of bug fixes and usage improvements. For a complete list of changes, see the libraries change log. Fixes in 1.34.1: * Fixes for build on IBM pSeries for AIX and Linux * gcc-4.2 atomicity.h location fixed * [iostreams] zlib_compressor memory leaks in 1.34.0 * filtering ostream problem... pushing zlib_compressor works in 1_33, dies in 1_34 * [doc] The "Getting Started" page mentions incorrect library names * [filesystem] missing documentation or bad links * add missing docs for boost.python API enhancements. * Entire iostreams library outdated in 1.34.0 * numeric_limits specializations in limits.hpp are incorrect * Updated ICU support in Boost.Regex * Make boost.python compatible with python 2.5 * ::boost::detail::empty_base improved * Fix failing uild of libs/python/example/quickstart. * Fix problems when building Python modules on boost 1.34.0 * Patches to allow boost 1.34.0 to compile with stricter warning checking under mac OS and gcc * Unable to compile Python example, tutorial, or quickstart with Boost 1_34_0 * Improper overflow handling in shortest paths algorithms * Multiple include paths for Python * Add documentation for the iter_find/split algorithms * regex_token_iterator crashes * regex_error exception when quantifying some non-capturing groups * read_write_mutex docs don't clearly specify that the functionality is not present - Remove patches not needed anymore. - Replace file dupes by symlinks. - Add rpmlintrc to suppress rpmlint warnings for things that won't be changed.- Fix reference to atomicity.h.- Add libbz2-devel to BuildRequires.- Apply patch from community to build with Python 2.5- fixed wrong usage of visit_each() (Bug #192116 )- fixed link creation to libboost_thread.so, using %_lib instead of lib/sbin/ldconfig/sbin/ldconfigbuild18 1228291619y1.36.0-9.5libboost_python.so.1.36.0/usr/lib/-march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gsrcrep:98e82b34260718620dfeedd63f356176-boostcpiolzma2i586i586-suse-linuxdc ֍l-jt?] b2Az8㊶(v|{D("#2#] p!ۭ  9,L5o2Fk0ϻ)w~Ĭh"VE-'a~mE}V;YP1Wr2diG Qm?4b>"33)<8]!5zQ_c63b:xЦRbbZTuV]W5LDSޮpP*Bg[6>_ekQ^\'R05yxqȗC$ˤ'cŹc(|>swZYA(^qo7zvfOc,;2VsfZڰ&Q}u@m } ,sMju AAŴ~^[%1^Wx5 I9X#KrM )')?O;:L6_ tY-rVH'v& zY s4Ap pÓ|ۏ!'Ǥ.#kal0oIfC ,L1u<6sѬI5K,WkSDp D A hC"i?&T]ln\nnj6+oM 3#s>œv|饠Cm6yQ6Hk䨝M2IޢA\G9'*EsS.E`NSMY ^!aOcgw@,WA̹?6xAgC_}LOqMNtRagWkpSqh_T84ތSɖȡ-7CHWA$n)*hfZ9@!6}a߶aFKJU3ʳ=s" qE Dv?wu:{fy}PoTX?2"Q9.!n> ;{WZ= "@.#"-)2BWNlil%9-H*ԇ| S 01{`I쇍ԅN#"bFJvC$YA745)a7%02]oAaCKӊ>n*)5o`˩opc|AF& pOxw~ͅC3oȭ|bje鋺Ryiw; u2<_1=,we։1gtL9suy}Q&$:!ha}qBBQ  >֞|Gqrc h-\gY40p_nX&bpy#ujM1,џ^1LOJCrd u҉i +r{1H"˥0r'63gd[cCqˋTOj2]PT}ycSZ@|C ~½ʳ ;T\PkYDy,Ug r-tLWġ6w3o*\%qIG yV>&bkn ,*fz"|pG|g3SB%fѐQϷ2)ʸ> qpLA8i dhyh+\s:ca&L|7&۷0:uՖ H2Fp:Y 3,s$@dP"iGe =KdE)p'MԷrP~c[YWP`-y%rvc~%j<qZ|4E9b3h g퍒ExVFUͭ 2[ֻBN%?$}#F:l_nvU=Ƨ;?m }Y}f4 x`_>g8k 1A?}G,NvԦC*nw+tHP"^A[bLr6McٮJE_HbSQs)9[hP<hgK6vnoDk K[րzN+OvuHD ?zӅW85]{RlCOSrZbTC9SE/Rڶ! =TGd]BCZTly0ylhj7B`UL ˛^M=pF{<ǦJҊZ7)GTc)Pd6\A[K +k:b t_?Gt9bĩPtS<_&-J>B.55yw'yQ@!pw )wE(\1859/gaZJcBp#bX٧O.RtyTjaP |X͂NE\̈́qkmZ|2akMU|hj_$ݴ/+ _E~Z8[Z׵Z=]a%R5dêIP?* J)Gȑ]6D]!)"A5pI"xwFw%6=}T1ӵ'=Ri1=3ǐ"%>2̘Ѵo<T&osrh^v_/V;MSkM.LFU$tі,`4X̠p ͞[yZ^ +78jaSYK2p#O*Ibz_vA]ziJ ±wW.y5Bڄ{Tu-Lj:T ُ&^5~xUdv'Lw녹Klofن`͏(Pi4'G{N`m W7?uXk6)>|\4^7yK@Lxva"pH軓+'s)r,Liy\e]Qo1 =0Y*Vک׸xS,W0{idAG~"פ#n*LOJGi5C5>%v[71^C߹t>!Dpg!7.~z* Z!ՉC#1BQʮTrvIx71\=;H TH%,Ōٍw3]v-iJX;"ѫF}ZbiN"6ɘêCHs'z ) Fit(;DdeUTՋnBa@`MVၑd6+j!rY3Uq1Ac>}82@M);\DҎ6;_b6!XA^z9">M j}r8fx˃c`fWǬ[6/!|SqL7 "7Xf-z pK͘ADڿsL6K9cr} vž 1ގ e>-,n=rM'h Đ$O#)œ45N&ٴ-@3jRRؖ>WYyr"b uu U[bK`gLb+VpK&U~qS)-ce: YDǼ5wP~sS6ZV>R i(sgo!jI")4+LGzo>6TX}Q5bW uS ݽY`*}Bm$k\&ƒK"JKIЛJ<`֑g[ҍ#jJEŊ! dW'"%~Iv *X3|۔2 8xrcVoPyͺ^H>pػx?aU3p)f N0h\ÊS<@Y@xR˜ MxG+U)+{/s3 Jv*urI|Wϥ | BpmZs.PŶ*$Ν׻،־xq]/.62V46vYԛ9J2 p5*'y3K)Χe=*]pqSS;we IW23%00d`2w47qg9X+a }>N{?'j8 }HN2adw*!T30:Ҽf[BnӸ-wD*c|ʪ FCq`0˝˩UoSP镍 h=WQF"Z֮3_(q*- CRKS$owCg1_ R#ew' tT –CVYscS2?$3`c,gk׭B= ʏ)+WdAAp*;͙`TQRRjOF^dk lo_X>RM!3Xz܌E̯_+ԇ?\f9*H#R_vvfyCu6*;y]:xd*t9$ړ}@r6$ rKIh獨v-o,`(<^1I!1QMy:S8"OGr'bg;RJRC J’#qYE\:,]x ʠcLVb%qm"[&'pj pSuܤN|3BFhBJpX:uG5֒,Ettzod,b~pq#3֓~TS'&[<݌= P\1oo[ok 'wf9|a O 6Jy\ :p'H  Q% S>5M0 =!4L O)v6Vc~#_)tLyhMCaoMĒEC=.ҘH=$+{' 'P*暤ҶJ`7-y=!_'?ܬ8!9CbW`,byYfU ϠŔgqͳApY:=v&AU;]m h94nr#:!*3]='~?šSۑ!174y29(7HfDJdƉV>xPt2Hp6Utjg8Gt]l˧*_Vf!O <pAI*u]$Kk)Ζ6i˂7FmG {_YD$yy~`P3 n9pm2m*ȿ>L8_>QnLy D򮄗s;cfC|!-'ݿT3xXlpmlb3"ul$UUiSv9 fЗ0cA~ݺM +ն(Y^1K6Z ڟk.ߧygmG{;3Z=9 ~[{ 'Pͯ~j 揩DϴY"tSkW.vઅ+t`{~d-M7zDy3+^c58cS5DI݁ؾkGn=KŮ5ּ2qcꃀT@kD^$d{f/[]gbl[ZuAe }ą_z@(Pg?z%Z^!]=A,4Kd/a x+ S\JWY?SSlRϮDXN>3`p2Y;}?lE*[cSsTOtwݜ8LnB:W &?f՞z&*׀l3{AG˥)|SwB#IBi:)UrgKXwaUaR ˝H讟{5 +#<f#e L\ (d.H`V0) y˕"ū 'Sq (DRU(a-2K]aaqe/+?1G̗cF==WE?V<]B1]oK–+[ Ld6iH?!I;Y?Y9Iv?gni%JR5"sۦmK! 6PD4%QB}%42Yutukb5K0;"=3eZrO˼%;!L-QXs v](a# 155x;wlb`b69,;E9%cNOagri`-?)70g+LI)KvYeE_5B mn/FП*1#I6. k? o?AVFSTf-FwmMT". hs8+i5׋7QOQfWc$5*6x_ WMzF\E8 >pv5<\UR)G,'勑) )= Y1hm"q~}q#dس>9L~׸H+kۿ'jFa)DS9A'RM-C ]hPjZJ9BוhIkgKǽu[H:wh9ĥbw8i`u0Eaw?M]g٘~ 0︈rJPGٰ%ʎi:ʯ3v!Qr+g8PIDU}L횈KU,/bv{7]eK?8qT9gbx;4irv5gz.?L^9F@naĢ Vԛg/"">f3z%|r\; G&xX~CzݝeJg,9= | ;Mƨu&:5@9͢@vv,r]Ij_qeYDgmWivØ)Mj; dzP @I&R _d9 JFc0%3Z܁o A)+NAc恌=xB)j{dNcg֪ TO$AOI tN^0fv?ThjTBX\Hv:;_򯬉ÊD=y=eUEzHtŊB?3*g05b(>^s P+<>!*m!aJ#7Sd݈Eȫ=҇d4M8/ hw 4 !AO6P$/tJ1S3a %ѿcU=F-mI qWMZl2Yߦ2LulyCypd?xpNlPzԎjHǫIq캊t$ܷk ee7}At&m͖:Ga-e n+/wtp i;d7}mrdN?UɳRp!4Gt< #8-)t.Ii">nST"s&Bmz,ʾxC*u ?AX]aIY Gs|ŻG]!;loq2H)_mvWgl|va)@L8{88Lh99S;X0̴\UO8ۧxg/;qnXQ8i bAC4sv{[N r%kAG_ iߡNm.cA!L<$q%t"zȣ5yy}لªFj|՞Qq*¹(kbv*P'MT J'nKp_*3FJ*IGЙKTϐj *pIO/:A Ў+|Gb1QG:;VwZs/ L5DǾ\&)EK#`K4؉ӵL 5GT/F !|= %;8L1jR UXB w9`l;êgڣ6w;eg]n' ew:34oCteIr(SDV~ ́}giT-bjިɍ޽#MBي32wzܽiS]Is{8ctMb,I$3::?#qkп[ėwBvD瑃vWeɃ#zv"5jiԙfh2h,cU%dο!cYM]{2qS4if$GQ['2;\.KՍ } àXU"vxUdfVqℯS=æ}w[+S\`p|y_W& ҍ}OsSB<|3}DF7/ZMAw '(g6_>yL_#vvO 3.YyӒ[i9 4W74x~s&UcM<@)ߺBB͕IG"}Gqd\Xtj*7'\2"iG0J(=JZXTL#U~͝}4 aĄڌ$\Ԇ| nxZU fpkbadqɗl^Y_e`UɅPZw\?1~&%'ڒtnAOڋ pڢfM>qy,D{JkSCHΦ^%O4rk+xgp jWu~?D8 A>3/]i6.ҁdJpW]EgnͿJa29y6_N1Զ0,%m[HAѷa%>P''@ã̏h/,iUn"/ oHyB[39¶6ҖzZ%ƫm2QO.T7h<=ײUv]7,fPGql% 㾒_t){ "7@QEEApA=w RGl?O;ga9u /(@{e#SB/XA,VJÜLt1ަm&n-xW'0:/)E"4]"@@Yv:tBl o:'3Sp^KgC/H…/wc[ba%r%= P2o$p!P#6ߨ&)I{ ۫JQw!Vvւ¢KAV;י^^=iO펬.VtWeag%V'u2JO#oa:܎k:_;(tJ)۶>,8c9fChvR=7ƒ-(009*?β{i2`kFe=/Ih?3q0E%i6,r#nэ`/^cib06rw].?J '/Jq;Mn9 SA9pe6xѴzi ]IUtk*4SɌPُ@ ǵD>P&UZij冢UqvU3⫹ݹ{m fbuUK JρJZzѭc2~0,Jsv |t|h3]˵lZ+tH!NDo ~P ix+ `GwAxӮbtY,J oݑU5%tԢ TRoȀ@I.R0#?szPK"^C5uk?p؈ϲ W-dl oogfGHu ]c.]AG#e.a+cbѬݾp>Cx¡E{4}R 6՞s{clpdn 5G@LP1{peý:a0JT1<56o;flA\4N=PWͱ&k qz_əA7cy] 2BdU`:[@@ (6 ?NzMk@*Y/#I>=> yP,`܅P!Rޚ}y_\XoepѴEvXwϡѸdϘ#=VK]RծUZM 1.qRA[@s!W0jZPk# /"Wl#hpSNbER@۔4p慁rGIjrp քXNigƷ m=?6QT];uy/FM5M7`Qnסy[ľ ?'?HLwF ?b xDze !1^i.Q@<П۲ VK$ .v$pJ. kMtSO-pT/T$pcwz~>Q%$̢$pσ&S`?lr-q)ǡfêZ3vOQ~xU3|qoӑQJffkG{A B ~;2G;#g=wu"aC\Gׅs*)o rhy /4v ]CJ@^Ѣt0>b ΄Jwএb>(rc\<)*ݑm]*K5 j/5&ޣ"$b ڊ-ꭨJK _v lz2:gDd0>'h3o~mHQ&.2W`@[hK%-<@xWB"H,]9ǿ~q7}; I"(0⏄?Z?N6:3ͪ9 <&hfm:f( 7mE^ªTjW?3"Xomn"XV7rq8/ڱYW\^>կڬ-e8Oo":#rQrqzD4ILHy"j; AxBQym @3%Zf_ ޡ;j*4⁆J5K~~Eo=|'&B='`pZy31"L$ʇt?' X{i>Jm(aIs!y̤>1 P?%'p!2q#e&h o'ķ+i3?<,6{N:kYguܒUW/DU2<Ϗ`# #Qx]wBu~ɇ50pϒъpP \ɷкbp$q ?7d>~keZ>IJ&l*(`;r2+ɫ\xq(/@P'v CMݼl_bq\u^I3Oq:W9$e EYC Rޑ`nw fgKĥR:Ѹ(xGH׵1b p~ S{F*s,K;Wff^CG64AZ㱜b]/_n[pp$kO! }?{ݍ v#bw& ͮ;{(kɨ>2Y McC@i^96=0~% Մ- ރpZ;F(#G27; i۩(|-;L[d7e5hAx]ʳ)j j-|$G#IJWG3l-Rx̚ tHt02^@En6`rOQSȣŜzEڋVdkqX'wƊPDG)c5=m^Jb:3@o.d$O2y fgtz. 4n=Jo[\{^'$mYazg!_;z1q`W}>|<|O(o)K9xWE .PJ[1"AD:֖U;u\Ogmnhq f%C/mJ.w_=y8-|/|:bc*MeG[KyQh'Joh8[ 6<.^,5=>#i|b~p]bZ8_8cD60FSLdqI}bF/*yNgj2:9PƪYu5A~u)Q[YSh{7K1&aQz(35lߎ8LTֽ 7k=ޢm/J0;ZX$l|h-YU ޤJ qڬҐ0'# z1X']X;@%^PuG~1-(Հn#t,}{LQ)*FO2NT$K!=dJj`+ۉ&ڥbߩrP"wҸ6S`&X#hc OEZnQ&sS7b~# lVj> ';`2 xڈ :Sd9˃9ʟTO$quo3QF9궔xD#EtnR,ޑC0R cx>&$y( bo 4Lq+hݭE"i^B hk @833T5s*j6A>"kڹo.E@]p/yzِ|b(Z= Wf"p<vNZ}۹P< ?44c( T칵:&>D%(Ҳ&f|^YyŻ~ҶaB'(.Q]b mD%Iu{z;-qTUeX׃/;ӁONru,@D,S QiV>2=WP(/ yr}w$)!;/yitr Vuk˵BAC"_/%C =+ _ llhLubr֡3N@/G@M33W2a=Je_IBڗ;$ rDiM9{gɸj, *taeC-)cO~;c8t /1tllj]GDvXr{cF\zgYqLi.g~a7JbR{8Ѳxy!E{ad\0OFhL>BeF 1#qk)]4j>ͨ +N '1B^9M#G*ղ?C]F+P';^l$DEI19c ջ ?mW˩0qDkA{S5P}(?`SNp!f>qd wdTៈyśD;T8'+N~)WJm%y5!{|Ŕ"}by,ӑGyხ#TJ'XAn0-Bt=2ع@n/O];74j ` n8X(l@Ĝ¿Ewobis#-єBGgnUVa{]Rڭ%J*l /-/.#.(rղ4e*Qҋ#}UƖɶ2GtDR!+r<{ ( nFo>uf4[$ Fpw3JU^ՃyWe8J%2n'`>2ѐឥ6_gaxVKCE>aON%>Z1Igli\ "K(Q)vEP4| ئ݂BU)W#!)I`?swb^t7\2\NJLR$wfaSe9\j\ewGc{sOPwX!0QÚVuv]!*ZY&62_*;='5#y"%}o$g$:ʜoJ PLB .A]%E4n(|=i* nrGXrЮ_uG`q(AB KѫJ",ۧ-2#t&к;g${ fRMpB$.Z$ R /t:e~h9ͳ5Le3s{DfG%swMxX#K!?`{G)s n;0o+=~&.C".by"GL3ӚOկy(Қd$4/g6$ɒJ|]TKpH|7]e4vH"\S;`3[Ut—Kgl<@/kr!č;ZXK*JgƠ~/=;4i2:=bѐ*] ~ahC=|A$*ra8>uvl܇s*a)b&1}D$k,7:ObdF!kn*X1"^`y.~IǗs09 iA=B@k,.]Ƥ\v1F aˡOɠ;(@{i]Lg5V:c7#;%O-d$lmt'J)J8sB3ASX$#Z@YᬈZ f*E`Bu{?belYM=tDP(hNIvX!# wcO3$‘+lO%8vo9й¦+;r*/-+TGZzz ,\h&D_ 9+Llss.P^|լX'%9M>4A{jIvw-êW|j_ޫ{u!>)2BM|Fn\[tٰ:F`6B+\TCf0TlKHzm GEi p74x#lxi)ҁϱ!b0aqNRc&ΛrM% Dp$NaxCMLa}˜y16 ji+"|$ (Fxg%@4`q%-\ r5q)T$8KM{\jȝ0axU\³ HQxXR\Oؾ7{0klD}NByf>'ZÎ3q%wdʱG81AzRYl78KŠ lh,:Xtx'e0HUE `3Qeܼ)]?]h$xD`BmwgUAku}6Cv~*B?U[MbIB7PHy fDl.Q^f)EcÂO|/q~Onߵ5_{I2Z5.8~ 黀>Gqic#ۛoSN*VU ps9jO'dJ%^9|G34˄Z 1}7C 9?E)<0L@{IAF!tҘu$nn- ¦! #(d]4) ssMN:S#b~ߑܪُ(BlX߹WQˋi9JգF2[in9Em޵]{ 3dGX2,6"ll29?a p2BlL+^âO]4j,=,S)¶Dr//ԩjjDNܖ'M\@㯎FQ#adadVߏ{o(T6zT+cm2w,Vf2<O2RCl {}E'vֺU}7^?A+ %_t]['Uk72AOKgIa j;6XT[>&-Fq\t~mQ3.RDGsZrDl ICl}$|!h߶'2@*ճfJ\x[;O؇f'qKAy +lF{w H>6+$jt>RxD3$YC䟬 VNՆdBhCN >ovȥ/#Mnzc|wgq@Oq0? _Q9+bq>b/ 1 X5ȁVʌѱG$+QB~PX נTz*3~ڲ\4K;=@SF?yoc5]Y!hIH@! V{ WѰ*o:+8 I6Ֆq=-Ș&L{tK"b9 njӪ24ԠM̰X(:h!^}`+[.96qYr+Hݚo˩n] upCcY"hK>`gsZ+2r$6l+0vqxq:&ܿrKJ; bZ]i9pWep$2:cs0fn&( 6;;"t$.Z.,2z]),KMkCm |*?ڷ&&9g=?\2'%w61JfNh`W}MWUv~ˇ:N'47J >c%E~m1jŹQɦ o5݄Uܠ,EWmA07U;z$nuMgW(T Ϊ;.b-0"Lt][$~ 8(5YaT|p $^+\``HeM$8HM䞴a$']ݺg 1g:3Iq/j7j^7`Ӡ9\ (#Ia8ӲX+jn`R:ZKۣ701.9 Of +]j[?<%,kg:oiqsb9M4&y־CXf.s6:0%\9ұ3#^ .->/ Ixd14-SI X9 h91b|{ƻjp$S~ nlZ5 BH i%0ҾFY179ǰƆnwm{͘[HhUϵ]UQ)㙬x,/S&A1ܞt7}R +w, \v~5s&$c^$6bV}x` @CSa>{oζ^te,&ݍuژ^K}*hy*6$68#ɇi4g 69x sثIElH'tNTfrሬr(\TpLt_qᆲϯ9Bs#r.ƿ-=,m \*Q.%Hkӣ~B¯R0(1$@ݲDQ(ꡮy%55d\ˀ%¹|'i/ 0]928ty"?AIBF N K#~q؈ő (ò\H/c-Qg-qa` yQͭX ~_ ,1; mgPZ.i(w{mt.Ԟrn$x3y5 DicڸJb!op SՌi_5-3u|",/0#s|KD%垊]LkL#9b$sPGk'~bBU.t,Y 19~p!"tS!eV*PU%bq`ÿEISzjm<5Eʇf6Q?$= e˥crbi[ s:C c4mw.Tolۺ7Rכs Nc?rnfQt8:Tg/Tk٭`H-L<*T+у ޞtf+tf?; ފT1JbO+T BcS*{HF'd~ȴ+>=/eWnиa=TOW: 2*B.V Ļy69Jh-q0-s NQ0{(w+-^2k^S#e`N5kC)LBtD-bhAd8XT t_$vp(ojMǎ\v+Sͧ E3/?JѲ?+ ? HcFS}l`HٌvĠdу J[h.ɰl yeb36t%/ܤpPpL(ǩ68C"ON_gxx̊\荕xN0A^MK #;zf/'n[͚xF奧D>mc R0Clk8c!!`"5.Z._Vk7MkUm4>,75164!铔KciJΕp>5p_/&L־b2ʁP)b~^E"5 ǜ{`{D1 x,s!]^v6dv<3ѥE|P =EPH}@ 8'1>|OL˵=fxg5Q F{b\&aJhYgT ěQϯ^0+P\X/FN.>+H=]2:"۽  9zgbRJ"bD@?tϖ4d6O(x4?inT r ,Z[+@nֈC@=zH}Zaוf,k?~&IT]ǃb t?v6XĔެ-/P$SKXcAgz_1d%x0wq>L05s,~%4g:&d6cI|5L>7-KveSr>Z֡i) C>E ~DV%nW*Ļ& qؖmFT# CY%[FӅ>=\*2;|kM]U)1Y6v̎_ֆç˄ P+ko+3H5BN蝴I`x,#~ lj%'G6a}zmzNE 1m8oChO܉(t$/kMDbNJ D*Dc7 8~T~vy5e=t@sNPmIZ%~_?ֽ \ˤޡ̔_bɁݭpN*ٞ6Çr 69}E?)zFS {ګG)73?nn 9H1. alzL:"tau˖mzN㛻eJ/,rG0ZI5TUj5 8@X-+)n^aiСE@6jm.%nC&Yb[t*b웩lnXf<+X)LLdCq*H("dn`D.|;)JrKpvEb|ot#\Fa9_\bXS}+ۯї˗Eh4zS9+3h;p~t!G.XV!qQ܏_.S4, lW]nč㤃@Fk^h3ױZy]4zJ`k`Y{`f|ү˦xscSRdH* 4cX>D<,Q qHG`ȆsKoQF~'q H1T<I~{pU&Ʈ*~WC֔D&<%Ϸnz_SQѬ y˚wet}8_+Z) sh@@/]ULXD{Ӌ^xѸitdF73v`p/4X0e Y̰+=f@ e(3;y3X/ w)yw?sÉ_^0SQ f30PƟto5zGO CK%:=N7 XNjKL?Z~xXN Mj޳iW"~DE Ypuũ 0(0<\<*:F]v˳qC_p?,J%6l61끙q UU:lEsB/GѨSaNS;,5q|'pfWP+lP1^ewT$tvW+fk@s_k/"XS6΄L#߰M 6x2(ϽEՂ]!MɘRFBrŔ/z%sj .8Z&<:VLl8OǯuiΐqC!T\җ7N_ ajinqQ{=7RP]Z}! ]x L\k%QuBw/qE4(:mr$+M9g0t83*oSb49{d*MXkB_?0h)R\av_{K:uuNAb|(#kNpZra iCK UiPksۇXIϿj_*r/c&^Y8:_iPÁ,_*FN'H!ziHEGxL{xGe.K4|ςz߈UMٲ ^8 THy%J,/+ [k  EqI_q @G"]~j~J!ped o՞j +,?iFR$0Sb&M'Q-euiH[($ 9Nmjr' N,<$2#\22ʪWD <^ާOBqʗMMp[^hK 4j]q'N4B i~R194 &Jy9a=3m27vBŰ @է?k @9h]o獅)u4Q0 쒵c9<|VLPQ&K$,i^I-H^ѺR ORlH11Sh3ЀG$Ϛp{?4% o1ˡ8߫VhǫؾOǏy\nA#o upɅD\-S##30fQ.5ܱILI6pb)M v_;O<{pbm:(zu-a 1Lc_rN^=5DR3$zECm&J4ySJ<~3=$g ]u?Q}O9tp{'/8ֹ/񕁆BiSujR5&Q,;Age\zXi9=⛮7=#6>pLcU^g_&o=ʴD~]{s!jvh$samύ k{^ᦉGE,Dע/ʗyԵE36hݷlTe&DZMI/Vv--%y6"ekմkrީR:g}:@ȗPVLa- p<'y.K#wI&nkלB+"d7A@꒛@۬h o3-de@tՉ4׫Rm "ė sqUЅSAid(D`"FPN-XɋH۳⁼ga2!QA %ӗ[4>Pj!ڧS>, x]Wal s_L ȦG"Yی,< gAcFwJښ "tq5HsD?["&| Lʈ&+;r.Zhm%lP=`җR]֡,久+ k.$ss}GdM~ߪ9]~k ǚ=DE{gYŜ)OS˜zXSly27^ [Af0v67`WL 2fzUAe%CPƀ$aI/,,c14+EPpv VgWzWn'm]ch.K}+QȮk͟×jq Ki˴?'dDA/@.%cC{Mb,62@޾~LZfp[ \| EH@IJZbP!~#QܪGDdwzC|XTԓH.U˘_lm( bWrRT Zt{Bs!xT.Kޱu*4,bHX,20au oM?4?PTtmT/Eףnm :6gX=Tc/GY: (sx z٦pü;GxZ BQA>Gs}aTa99]Y3;5t7$^&B7R梨SPb0(@xTj?WQi=rFP3ѻ|hGT ÍŴT'j'$*Je5Ak9ѓQ'.λ3 EQCUN俗Y o f ٖ(M*[rDYuDQ,ykdt>=1ZwQrQdp2la&4;+1L_Z]fa}mKJݚ` ^;T(OD@bMԑ50G=0`/~n*Q~`CH0 N^̴e3o_;k^ byrv-l=[q3Mz(j!Q_Y&%#z-]}BmffXǫe؍3N"n0pcSO4Fu: *[Do$&& 0ht&5^Ή@Á?OD8ja1m٧j Rsi$f,/wO'phE² ZT~ABp9cB S^ZhbEv0e`S<$w.+j~Y(ÎZ$ i[9^eds-0}?SX}1 #oUw$cEW{aw)۰&$EFX5 T>˚m.o\( kbzcmLzTF"r]TVBCj"(1Nl)jDDc1whF4h1uB>0#tuk-zc=ȳ8| Hs(%]?#"KtIşHBfDq]Qh?ob]IZSRb^XC@lIhWs}һA!î9DST@I˝\R,B3Ѐ[Ϩg`;|v{hΤ4S@7H>PRNC: Jc v#rն cBֻ*;S;Wd j:.(t8!M޳RۄvcPQ NҮ)%#F_ -2'xpŊ` Ǘrk$*7ث3I=a춻 D8V_',ӡ%BXpC|Éwm[2&f6œId-<=& vN[M]°{i ̳N`,V(ZC\Hs+և )r)5Svn C$ߞ/M۝Р/FحpH7}+֢o `sm: LߗNi9s?| fO~'$i M/j.U2Oƌ1bŗGuG^3 Ï߼Kc,L #@-CD].Z 2v"f(kC~Y'q"pEgc(JPREopX'TAC`[aL`sXyx1[Hޫ%2\..2,;ޟô0^Ӄw[^GUơDUTH]*]zH}c05y=9/AݸpT& ;!WlGԄPв=LO{AzDw< nӦV) i>xqTܥk&f텯80=ai7q H^#5` t7DyJG/tj -5(wûmL4H<W<^S*.hHb _Ơ{C2IbǠ$9Q HbIM6֜g gxE#}4V5? =z$lG*b.@W{ kN$FItSx0<ȋ-Izd*L*fiQ7LBE{t̳y:{i{gl{[fVgmUl> Ը=Tn2^ʈyON}|ܪLߪ!8 a9ٴiygr13X[?BM>jڅSp3MK6;@lt3[,,x(bVI,*>A,Np@Mժo~R%`]ƬaZ*6U,;J26;%JӰ_Cr9l. !JhUnF-SP^i|vQttu5>$”|gw#`dmyIrXoᲵ Uo pb&_^t`H{Q\iO0]vBCŢJRcz^'#ZdS?<3(ą|*~S!.C1-{mˆ@<PL2ax<[+CHv(|~]x`53͟7n5%t68'9vo[R^ 7mwg,:D ;w&cqF ƉpQ7,+.|R;l rxW1ߋ#57]G >&Ԥv="VLx*VZ8dja9olsR&PvU4r@ 2 \Rݱƿw m2N\F'<O;2[$s), 9`¬J1}8N$vOcS e4μIٌ%,|[Qځ)|5 I_c|&R%X-jV" C1,ޡ*NlBh&Q2.5!eʋ=Pǵ m͡}@jݔhsg7z`uGVB 1/ՆwEm28Aɰt;=0[JkѤϭИ j¦E&*ClD{?D<^d|W=dB9mKbU^դq*_{'"jXrh]|&ZN3DGVSJ[/ @"l0*hqfWRe-$ݱ(S{3y j u3dzB9SqSGWL;l `:U޴ >Eچ[9] R OPo_ `3=>A6(&2fSrqҴ ժwTrbp h*SV3rͻi4x@x;6tЈM`[ [ ^jФ9s/K'o vYkjB<``{ ^me40ɏ,rbKLCV7uVǙeҀ9t4d%]K zЖZ†: ;n✶F]ӟ׻hыJ*w\d[!wr=c =| 3Uߎ҃W+j~( EIʠ:X>3uw1pzzbtU1$am$e>k{@{D,f?D;Z%QuKCK:!kje-U tZ2!tjي j{9l?+- ZV_Cg#6pn*{=J7<#". v9ևZ-mjeCEDLwei><3Ͻ={d,byq,o8b*gzbUЍWM^;.klיo8M @n:i‰$2> rj,^^:">%2cD7 TU#WK 8h4Q\D#- &KzZ|#!ͱ73Oj} ӡ)hPc<\>+'̓$wRdr {|I(#Gz7χsTLW={$ IgjMsoHcO]%p{|~\E-BsU٥1R81S<+wǍ?؝϶,L_x4u`pesuZ[g$ [j"՘\~7&&S=Q-6!9&EPxnErmgK8oLm"F4vގsyHi, fCG 9 ;%K3f Y"/MB&ǥ&d>FڬV0u5$?3k<@BSlDY>k<.j7On/S+3s%\t#|}UtVBwj z3\͛{,IcU/%:g*=pH^tZg9?ϕtA̝Jԫ v\Ǖi\Ѧ >++MZ6*o*IuM`2#H`(#hs,'l5l1 'Tlq`;Jԯڟ7/&^[*wlyR`!o HSYn; +rt 1}"D2eH 读gq2ԥxm:U,{Qiߌ=u/}0osnq(A%*zR\?n#,LRrb}EZHs[rOy u}Ŏ \LAPNR}rO﾿`wکWh=a#O㊨{ ybjfFj?jWjU?}ʼn]Cn}Q)A1<,:ħ/ױxEMKdKbAoSXM2m2ȅJ3 "st~Yɋ̹`?xz&B"[>=ƙEI-߹zaSZqcas(ݏ/\rRb> 2FI(⺽p"(É~GraSn:G*ӛ%#ϤL?|Yro$g6{Β鹨vʾ ^ՃՑtv.YTlXk A#ryT&o mIʮssh}b(ɮr'<,$ݍrl[d;f.Y]}zVO>X.VKiORPY;"Un6^<>ZׅENu>8bvM~[SN[KrT1|vtZO1#Pwcz>7GI_ֶ W6Wɕc&j͊,d-K)%^EVJ7bϻw(h;E%*`aT-Axs9n㘞hEF(dM3!oDZő9 W'a*讉z[䡠yo$Yt5=;i<5.[I[#\~xʘJji -ymkBLׅђ.ph\FvUѼ׋dEb5AmvF"/hݺXKb-BS9qΛt*J@ \)(9ӣg6R]/qS]KpSݞT"RR@ ruz9Z}Ws[Mc^x'zFi;ýwZ±% 3Z %kW&:iR#deQ7qԝ]V ^ߗ~Y| `f`k/ݻe)z>(:LA4p68e}SH`lK\"j$C-s>:t=8e ;2¤&0˭\YG#[O=L, "b96o3DZXllIp8_LK!& ̩QAFaږ3)ѣ$yic-0''Zgnwuk%hw@ݽl=TyhZqt'o)?p&p>&,::L,e?v8L@@?i~T3_ozwi⟐$n=DlNtH)oY%= @1bi2u*C9wj8uػ"qNDЀk(s&WW{_ń=:d`ŹԇE2u@+RL2m;f{ lH̹m,9{.CC[}qMjm0䟐 ).)eW?,L!w~FJ+b,!>Hrp 8y[V}(yRM]V[s%D-!&X !5P\XH$9R!4Z-h d胀U䚚+ґ3f *ӈ}-dex gTxOόnCH/P',HVWg#s 9a濮T3`y[ CSH\ S+GHfS"aR* Z\f] c9a,}w3dz]F!"[O![xpo4CF'[di vXO7U2'{IfRh!f~1LX¯4òWgzHq]0Fbm,y_Qv.EPT…i?$z Q3|qX j[2'U$$jsQz!ߪN:72X^W+x_\Akz6!zr~5dO7Wi.τ:H$jAyd$D#!kʔal^>1#=MsB?2E,-J;C(|X:[I)4Ypt NF!w،&g 1ڑzyh;w6+B%LB B.U u)CgJ H Gl_UcwKKh]Sd1h cfeBƜ]2!iH83O8t`xP켏.KqҲ|Q4a\j]H{Ѥ u" [1֘?fy(hvaIߴT2 wKѡ½SoW8p|ȶt֛AW4O7)W $ńvE;ҷ)| Q yGTjlMoRx)KbUDҾ[CC'lZHFEƕghAff)FX) ѶՅEg=eZ{|T(]K+L u"reJi9H-&Q[= Eekm0 0̸hc\QeZLvdlֈ:'m `MVkr:^FZ?{.' :)MŔ/3]v.[ng e"Ne+ؙ;( wm#k9VP>2%c(zQ**38@wXMe\h$ Սjl:Hy>Y䎟.H70Xi榵Hx>`O! Fqw&z3Y'/R|Na|z:8u"J̾0EDc6N8j /lȇs/3O^4$F,ͩ_[D Z7'?㯯w?f[ 4PhF=eJ7Ѓ7*~عh*R?^prnExÆh-%u%G!/!3!朚9G(yZfKek"]ί2O7i:1ҥ/W[ǧB#}dmy~6"\H o_&*VE'־0Wl}HEúxSM> oJג({zBɖdcp'0qes qqEcٶX!3{7z]{6WixWT(M/bV7nt4=tjxÔP0Lbg ETMr,yƮq ENe\{{`hDt % !ldb^ZOM{֊ug {SE Oޢmnt|NfVemҐ#g2_Jbg+en ;AjykǍ.m#P m=-!5|o#PZ֗N3!ĹBt;nx8ZMh1`!ϣ*c>MuK#W8gie7K1H0&?M`.e4jt'ifW[w|eu xzP Cvq&A 8k-zZZ$`::&W܅oN*T2({!\|<97 OViqy,j<3ʧޞ[RH2>Aa&P~}nJr5~\q]N3 ?;{<\?W?v-0s}-X#7opL/WDy@HG]sR= 6&G$O&ܞt)7 m'&uz`pY1s 3Htf7 zjVglYi r\ǯiOB=rP`dr#KNhp(%2_;UFu}.XFb%#aR 5b.eujL"' I#LJ|OYS.I-c+)&Qm5~tF;q1'~H.D*]3xc[~2>x\HUGu'4Y?dFܒ)sn%?Xl!D _C^;|_% ,'ewy+ s T'؃pk@H`vg$PeA7ȏ-/p\#^CA|b13s(? 'Ɣ'ooNEiΚ\[=9ꎈ4e=)?Ks6 JJ͌qgxFrF"Qm9.TQ <2B>*d#Afiv!mѱ"8 &U4X'j%: 8Nhϒ;5ߎR(iFL̫FMęlvB?9 C7TqcPox?g+&yB{BVU}+Q,ya y'h R bpTغ Xf ̘,TNBdW.AnR ^"/1)G,Df0 Z֗b< AtVS7' Iȷ%<< qF!єOjK_P@YoƷxJſKl!Ll<9Ssמ=ιI`R' w*^N1U*hnt.H<{|xgA^P0V4ruK}} 4 TT| ȓ3U9;j Oe2|mddF- |2HҞ}nB. ^~htB̦ ^Eg(UF9=}~f|wxt{Eq?N@˃n Li.|ٵV=ЗտGTM|)T̠iQg'j3ngeDKBJ{a4U1SJ(RP Bb$FY <Ԍw2k-v=2s G`Sz{W82{ />[ވx13D`x%*`9Dn[9 tLkM)72U_yM -S+ddtNFA3$CD]FLިʉ4j>Ґ\=Ŗa+ ;]1U,VkUv(FO/|:X˲Mʈ;~QԵ?)bKU102LVI(83 e]oމ;]=knwPӭڀNneSiN&oZ-7g# 3 땻%Z 6 )Bt@㿭N@CrgS^#pX5:ڸ]7mr S׶o ‡ü Aaʷ)sG r"k7q9HfpAb< OJkQ^K`cy펡 TG)r>\O3:'|V3K(ghoquT13yQ'8zv4oHF^DZuknh m?%qV|40:dMLSFͲ@G|h[Ch3X7 gŇ#%hce-d""(H}t+}b}(|,erf kSjQ#Ǻ8eD~7 {5GcfeB\-G"m s)݂.e$<:h=JWԦn8 n顠]nڡgRG0D%~bA4=ڊu EHt Uഎ[K~2qF vv)߾zbszJI;`r9V>fN ;sr7G7=4 ðm*Q\h^_Ȼ鵦<ف´)k*B5T~ c;7'/BtK:…(NbRLtΩRם&n|qb|,sA]\v@Ly_L;60A:ŽQXnNfZxsTsDeJz#L0ˌ@8ӯUG A8m}&T7kSNIʫ]ч ed[x*N6S[kd7k>\XBmv](mIGΏE**ZǥUyHo)-/ Sh-r0̌„xLFx*F!{NHB=fT5A[-ٍ"3/7TpAgB6^\npiZhW.ںҼHPd8;L@ >ɴ"oNMMXeu· +n 5Z+lS%8[w-+X,$P-[`EF F>8V?)! o.D`?#"!O9tE}ƸׯIoƀ nm\ݡ0B:X_iu,[j}~6d,ǐo ʌIjH%u~+JTgp)kR#Z,ltɄ;9APݫZh]P5icpQr~o=Kf)d ꔐ^=3NȸcF5̢^0S7'`V$ip^:{ԽMGAt @H"|9AM0j8B3d 'vc`N.Tװ`ݍ[jLAӘBG$Z[)hiNtx-1{m ;q~ZuI5$>e mRi \h!WU_F##[2 ! nj*5݋srC 2{|=(Qí΅_6 $lJ' ;JS:K qx51Rm\V#B\~KQ;K+8FYtƿ3g9?fe+/LJ֏ZE}sjx( ._#[/hKYZ,AC Bɂjߗ(]5@= x6|y=1e'Uܬ[=IZՁw} 9mT`nl%۷gλn Q?UNfE,]#7ٜ'F[hқȚJkˍPJn|bTm\x-RA>EN*-wJK*FI춊 ク|hmpP7Q9a$E8 nOLkqkaԅ9iԛ*Qk)e%1=ʍdP`_^?mP[YX dU$L\n$n,(9::n PN3j}ѯBԍȊ:uJN=lae!%N_mS+0c2&.C^gl*W>QT$w3FxKPۅ!r$0*.}Dn& Z!6A۽ݍGtmD2؝:%; ]2L>9n>|# fE2$nX,.7G[Ll X+=.".ذ/mXlK v1q_Shxᖵfa(vo4=EǁR@bX!Ԫaa,sIb.[Bɼ3Ǖ΄͟r\4ϲQ{g^};fJ-L3F[7t%AAd+%q:jRR&\,EzѠ:ϥUp1r#J]* AE<&τ !unzx}(QA&&Q`'JxY+9UCZN=ҟW:}C 1Y3m^]d` w82 w-$ #m:J-r۠ '1,:WױzF0Slm_=YQe|a䆸3VG7t!v]hdA\V #"3lG򀉣X[~I5Jf%>nlG~ .ۂY13T1wj"'6FT)08h[e~09:wҵ1.nxQ fk5krtMӐxQܲI\i1tPՈ0qBeZ@Z܀XM<*f2e.nwo{u#zاf*aw_Ճ *Y0mCՋ4 IvħI47" [(jB STn u}*({b݉Tкͅ P@Q8UN! Pwk4R1Bpꛟ!(A$O08,z.ŧq'QbA$U- o{s~p׶4J%y $4NScB褄w{ Gs>Fܓ$UۛۊXv+[Zn @]bF͇ىYTǜ.y֪NG59br$ok-&#up+:6c2)d4t^vJ<;#>r>%EGm*f q=7ZFTzr3wsɯ Y1Ѕ;!yY&\ghn %ċWuqmĉu_^$nD guH9 SQǔ0IQE͆I4! pPsU\hOVZ&{62CQD|p+ryŔywy2ЅP%GfZXc6慨mNw˼%*N*>?~X+G7Y.oj6*ˡ9Da, Oebmsq%:8}l>YF0+s{vʌ;:v.8nR/KE| qAU]G8)uɃn<ʝ %o@2kTX-Ǧ/vCbN>8K z%q{|Pq'ꁲO\ .EB))hF9xh"YO"Z]12]&3yrE)L\]3y#96ɿG:?ޕmVDm|Hw:H$zF)F.nņ%Ϡm䕴 /TP9 yxޖVq w <]@d+Щ9T5Ŭ̶bM QɩSw$D{t? X U_9M Q$&<`qmVj"[헦a4ouZeh#ؗT}Ca,U<%ꪊ\`ы^7 &Nm%a\]{ ܧ+sœ9!_#(x#ʎ li莨>|ua*>yzsVzܱgW79Qˀ؅І'<.^! %a]}5"*Rl5x8P_TɭZFr{]1\qle )os:W0?x94wJU7%Pmc.%cչ?^r&kճp{%@zOE]JE$Wŧ7z8K*#bM'k˫=т p|7B^Oi£++3Ew¤ 慳 6Vt s?[UIFL4(>Y>1$`TQC|r%ACťQ|5s=V< )„Kt.(4%򜑡ՌQf~XkG?6-D굹';&&πjBg "0 @TpyD{ Y7 M?=BJ*Wnd6=<1S:-I6qҧ)-Mf^$u1ڰE*˵D. O;};hpR1 _hR1C#!t}]~']Y.;C`)Fi̡Q[}w;*\Of ~91GxK+[>/Lv.6˃JYN4h>qe[~sطibV㤍odo2@xA>k& h z'8n{{՝XeHyJ}5|E,o8-4w} X2RTYR:xPӧ s' ..7_ˮvjYς="c"ٴh1dktnww+I42N}ژrpi4(H71dء/D|z^2WRq~J {>@z$رIinZtJ^TS,ktN;>&<puI\Ka%Z616 *ܡ돪RWk> bC7$`WFNjt#dDEXZ!h^e9Ix(hdc8c>!Ά_  w7֩VǞc`FN*ż5+!b ~2WR2ԣ (aD ċD.A_2;YWs^R~S@;J(0Mko2eNلמ@!3?!܄ iv}ىΒ!g2gקQyUNmmSH\^#ܱ PX+ 3Ep**x159$Sj6|} qȇ0 FB11 Pj alZC'HNLD^@} d(OV~A T6f %G|z(7z胣G\/p>)6߇LZUy}mv!.k׌N]ZwGhGe+0՛>u3TjLy_3m􂟙:y$1>x%ӼGN0ₜZsAYgSF̝r~6y zH88w[F?2+޻,[붾n@}405Rp?l9f +pW]v{: ˀ4FN Ṻ68tlӹ{~TR PFf3.> H3SNjkM5,H).V$M_Jqb.iL 9h`jMȚݼ?I+dMm*k+8^T{@["ލVl*_$BCDN>|#LGs*TܙˆjǩU*rV"7c|?dI}כ (KgϩxCm΢Ύ`GHQv1T!IxEܳ-Jl5& P%jMsJ+Y[/82ף{-CuiPXWG x~" d*ܤB Bdw@]HTv`7a\]lZ dgjp< VL4g/SG:$ѽ m>Ec1,DfѴ<e^ 6v9}TvRq672?~^ i]^Qg94Rk^6Yy=o+"*HڧJd;oЈ0>fj"xO)^ik=欺r&1bz0+F7nh ^h)QFw]r9 ",i3<ű@U(E!_}B?"z-vk[Tn~)UރrSƧJ\:_u[1?mF*DZ8+!c@ְq].(-iWwc-%~5o:2gA,@lZ;.[dy G>^ZUP0|zf)T/{yYѪK\J_z'HIĴlu_ɜ`#k0^E WX!e_ԭy,o:~+&0#f[Nb$/bßSV3!p+3b(pSH4f8dZ\dM5ڊٙ'lKt|WJS?u\PpOJ{y;\K2`wѵn-|\Z&?il/v|]6M9Dü٧|Y&{#Bpqn,6 {4xD~t}?&b@Yf-lQ&iAgli滘K(.i1UR~ϏFu^6iݵc-_7Zyn)g]d*p -0#;OmT!7De;}r}Eބ/;ϼYBw<[dhՄ'/pV4FE(ȃgk!<&H^hE3ymRZ?{Ҩy| FiQ"vEz45:,Nr.J"t& U A+W^)VS,q#W)6 z8I;gҘLYUdv*7Nsbߤέ{!( qrrWR[؈hNCە[k_ )8@Zew^X8d6R[LT n}NGoO]&Wa05D pb{Ǯv!碇AzbrǙ( 2.9(HLPnO?a&@W,!دm"n4ca ^'Ȣf{ /|u]% 0{#_\dAko`&)kc㳶g:/X#h`jnP!UmcYC_WJWQ+x?UծM$l8;O!*[\-LYiH/uVkvI(cHY)Ls][,21~YN gd¯ZtiЕV߄${̮y BKfqca_ eSȁ$PYݧ/+8f|,U9pjjQiR@IۢAmw4,aP{IΪw=3-AafZyhYӏRW wGܥi o Ieוp51Ej UJmA*U?rHBL#=JF`*<18>r̊7ԕ>yteolSz6+:E2#U1eĦBI?iպ,h I*0lvV[@K9M,@//f 36J5ܩiSeY/8Au8 ~}|bLıs*6S21Rr̅437=f诋SIȺSkaY$ =߇>f>*0^|]^qyK1 zf` V,ْye5uZ,J958KSi1S'?ZO5xx-gP]ʈ=?8"Ap#KYF?}1/'ϕZL#PDVtP tY>*D)oݔD l2Ak#G\" (B̾ыrV컓]n~)l7@K: U([%e=bշ'2ڔ  'Lj+q2:x 0ezet1Y7Z*'Tckj9xhhNH0G[n6)4S_f{dL17qfCRv6̇ԯk. A0OTf}Y/\ ԅ!Z,) RTw5y`mׁ8&J &iw NL_-5Tx&@ރe캡nV^J䷼}7SHf[7 )_5Q*ʕ x!~pVD/ᦉlCEZuRզ\;bƃDCX?xGV5Rme%W=^pz?l[s: LLQ<t6| :V'_Y$PEֵP'aJwLRqɤ@z-Y%L dq^B2Es~Wh*4& &ϟ; sz`8glbm'nN<^(֬m^v7fAb4P^Bí<\6~CAmN|79X10R$D-ל٧SQR*nvb6kl'ћvc=:X Z(.Zu'NSM3, /3\G\)G4]NU6}fj=fao=r >dbl-{J8li'1-n]?%V]M@,o Wѯ5mbrE9OWVy9 0E"K IQX*QH5~ܽu k` v-B.m!i"N8Ro8Y [q<'OPLc0O8ߚ}b?0bdq ^ B5^]<{_T Ja |Q#ݝS77~M.L[j{n,y|e\gC9 7ZOAÁ11%hY# `T犻GSP[&y7lyf݄nj䀁q=QBK $ C_&eZT0!ۋ'߼uSV2r5ݴO,|MI풘.9TWh}KFdnuxS_j)˴Q+9 _& g#0[~Qȹ&(}V²KqIsѳ/JP1TKfb% C߾ cn+Df 7""\#ٕnJ0:P+!Ѩ*  }:t~Y˺0>0G88& 4@&Uux5Wy=8ʙH|s,E"zlS0do%'OA7ONy 3p@n:<5x˺I^_< rШl~ǎ E&sSҠ?R˔^ϥ{6 o>nCfdV ؍!ZME塀t F`jן ^PS˻Cv{ڳbfJU许4̓hGlq7O>{j,吒=Z4*{J`woQR@=*DlaHVV9nf;Ͻu F,A2WPB2)TeW0zOtE$2wHJ..@b 2M& ,cG]B-s8Еg]I:E;z%;⿜/+\W{=Q Y?&s .C'J~.CF̌IR;vp:9V?!GN m:jRJ }M5tUzu+q%"'R Mξ`iDc )Z" ( 0._C2YOۀg' l9Jޡ)O~f-g:sp2|L9$pݼZڢn)&Ҏ?6&3q/” 2|le]ܸȽx\>Lzn,*j8MyU݂ 1Pu:k1X}+&h s{ؑc|sa*M,`d9;0ǏѼd709Et7@W3 Ն,ݣat v{2rF7+ݮ)LW8_h|zz7_$[uPU/$Sx~3P*B|Etp̄o2>Hwy$.:%0⨎iEW/F!4BSiCoԼ3,EL Kֹ%L{|]Ix~PV_PA1yȐ54,ct'W2ԾTdׄL9]a H.ĊU?r)\bلQnƉ 09W R&mDmb#y;Qe.vbPG 6\j{A+fR.Ђr|K6Vdȯrz.dBgO֩𴂤:T1.j +T̓(\*` ,@¹ޙc9mwsѦmx0S3Oӛpk^~9#"2~Bb6zh0G*^ׇ93[s -8й:xtđ_lW &Vq+K(VR;xP ⛘>:0^{gl9(Rѥ jwܥIDΙa6HSVn]`]è< #vZE÷3&0/o냍ޢ)I !\C'ƕSyE{:mvRb)OZ˘}K9`g9ufAsgqaL ]@גTG7@c@Jŋe,ʙ2@Й }͛mxN8\X䩻|$G06# -PIY7mا#TH šE[Ta=?.H5;UƃWK!;6FV 6C lM~nFQpḰSb{ ,POf0vg*Fzp @pZ_ 6tŁGIԢ$]"Kra}l dd9ڰ!|cGҠ3}muwIe|ُr8M0-|ѢHhĽ`p0{7I4T֦*3-}`;3MFdGӡG~j$1#K"~+?ۙEw`u ^)s[87,P/kW9LFq}toqɥ  !P0[P&=4^g|k3>&[=vsp#S-{>̗3 1T﬎+?:[VlUr'o믢zX1@a|sc2 N91~EdqG/& F6V cUBtl*.> Ho1!Nm9B\g3m4kDb 6 D6F,_e>&R@lN<3s`-`jdutt͟j8mx4*$Ҙ8Mg+)H{ yUw2k+*X$u=v@[ms@n+/B<=,ʾҍKbCU,rz+jC 1EXA,g5 ]\Ԣ jNoPmysvV,:Ќ*<oG02! evkn7{|4)h2J;ZRZo ya[V E)*whP4=ΰoъ@/'Qtޤ̠ 2OS݇<*m#FǙzFnٝ\ǏSot񹿨eAeiPt5.+K[xW2׹FUYt_aL:dI)Nk겗C[j!2bd}jTF8õZ.Ipa-xJ^%&&E/`f;uZRF;D#/fNK4lj}|(LP_I ]?N Y-`*^4")HM4#Zhh?5DU(p~iah1BƮ bE $?z ws㒬o )Wu.4k$9[ܐ(^{.+.x0GXfBJVE? qwﶏN9G p۱wm ,bgZw+Ѽ8cXKOBKP+KG6G_6 "NnW%2)nlѾlA_-7i^u Su:obJ-/9TmbB}v!,Q>p=d;y(b=^#&J{KhDm+ROqY{+"h4T;=~??x-"ÓZ^ӧƯ60{t sdXh`Iyp\npC7SZ?VQ*,<0e:Lj% §z7`ML%d`bUc|*_qpATKGJ}]z/.o'|jv,_D#3w<0th^@0Fy{*ux\.cSSl' {( C ęht-fɭBoEJ]ǂǑ6e 0T|\< zݫ2[ðeKI ?>Ͻ,2#!kq_VK7I•ܾʛXαwN!C@w'Dfshf#"̥泍ZaVg oucț+00"><(8>'rKZ>N  Z&0~|J71m%7N~8v3L$%!N_"~F w^̒j0kܖ%Fu \2Ouh;QA{ӂ wPvSSx2w<7h,-@AaA_[Q5=SL: 3c1' rfJ(^9WYB&S! +P yjILwqq^wCvd KYLR1jsa3ڄuy9i4 n٧-gTTaZO8fz3nՒ(_iGp޼tk힇T6L,W|z:&l BdugF3 D >)m Şȡer#g%)+B83xkWG.x 4͘}jY&ƀyp˺- teThdrC'WtW 9k c(n\xX!}^X4qߡ ϿOyY:W ;f'ɕ$N;f*OB$S.Ej#dC6_H'cqT qy dYH/t(^Jgpun8k"  EJ2Ř~6F\4 U_G>iɉ|7){17ͷTue3lzH4jnOJuqFq4hR䇞+]T77_G1tn/X/*ʶ$ֺ%Hz|Gr9߇ebz =ऎK_Y,O }Ӗ ?=y/>Ng`r˪ Y̓?|"ĄXRAZbI*Y+sfPX$S~ʼnZGX;dKuiH85 z]4.ՕM,br:MNCPIzO/2xrrL߶}?`!6^DybV8 Td0N׶+m/ ~uNm(Xo`[8C`Tb|o/l!۲aFjRrgF'dP +'*+a^3A+[QE;F9ĵSoa ?ebBxj4}91kWZDT=M,g \E!(4ָ|[W+Gf9ݑ J <`uwh2YfRbL/' նӎ/u0]s5H0É 7C{BG7YvռdǶWC(nw~p;- aHgSIŧonT1 JN&ş8d]Q;/"Znc!:ʫ徍{F¡(g/hX,%pmlaif| oH)q#mV/4a]"%vj <?jǂ~2qiYG* SA XTSfLH')4̆x$c cDcӁe(;ZɆ8čǏ$HM߫y`v6KgO_%ܭԏ5T*ЁF 1U| &W_}F_,$csEԁ 9j"w^ބo>YQ8( w;[bNG\6;~lLSdV1+璋vBn4滝8^LHi4473!dn=džՀ^&f 2; UO3E5"Εрa-jL[;l8{?LF͖w2YV{ Vp qf{ԁ[Jw[/4^gRj fSJ\Cґ:ՙ ܐؔDfJmTt+Λ(IBa(W@ &tc [κ3j[{s'@̳"2pxMZ(ٮBdxW$jē#Ӟ=sxS3``Ԕ(*R7nW/ eUTT3Lb:Û̃"!5F0}x +q VT>}vԃ?E8bfά+AٵQ2?S!UM_c$獡i>Ƶ1: Z\6~aC 2oR޽u:#VVb}(h1]e޲]~h??bpVẋGk ;藾~[2GKÔB-,p#B(wCZHuMw!{S- tZ:frn6yoRW;n0xTCy̽DO}:vdOhb=}qaȏ钖!m࡜:Nu%&۠)fBH]J;,nR|wo@t?\8CS+KÑFnm,~#݃ r25F»1t@u; 6wPWuFAL>]-)g 6bj;Tlh(Ah&Qi|;2aY pJDr E7v &)]g`@.gW86!Cq9y"q>6K7=`9`ѐuAqRSlRK#$A+.Kd>91KDPsxmr.uwb6fK@7=8Ps.8eߔ_)gٶs :=X[G_@k@Sfq䋄JKU͋a3Dp7iP8gݲk`O \kafbX#t`<234r ?kNYx].& ZҾ,7^oh  $sj^{l+ĭ<3C7 h+9Fqxr{Jz DhɹlN=g(yK͌ DXq6 gVe_N?!dn9cUO>!1hL6˺vB< %S J8\3 > D>bҟ=8Kb#TDXyM]t!|l343wÐdI6f~uV&Rߩ"h@cRvS;twaKE5hnxQGJZ݊J-Nl.Kޢ*fD]#X؊ǻ^ZV#8Fۍ1CBud /uh 0$vI3BO*րzx&GhP(&!vW 6:Y}݅)lj0}14 ju[X l*#YXVDj'vy^s5#;lц3#=!fGi\ȜSNuuCRK976WmDf$PBp5>2DtF&8+Ea8/HmlhnP4R%now%@W$3b*Wu=prU{5Նi!@ 3as)v |@)f㞅ê]/H>cuM^\rC̓m3ty?f?>5hz/] 5mU+ e*UBṃsKDb%7,cT#\;lV||ݻb TbQYҙiI9lB3]43HSraCgi#+>a%AM]b.5\ts9f>J d8@C1(VUͪ/rn BMJZTʮx;ϡŁ V\ 0e 7ϝIe꼐EY}ifچD QiȆ\exu.}ərD|HdUluGdeFXnWfgz"b{^K셉[b8>Lϲ H4q{1í2"CW`qbq;O,BfB>nv5FkBqLvoNplF u25S*%0q]QDp:rnzFY@_U1P]cʤ{D|6mquOCCcB?iY!g3CQhgD& @@oq@T8r_iZ{!Z=n̕՛zTzܮ1c40u \=sqRkE^I kvߺ;u-+; $̶MmRcP&$2lU7fO (B>㟇=緻ݶB{ 8&ak젓 2kM&qӇu8Jr`W ~IQDZ-x4;/.jK.ۢE 0PwU@kׁknkwj#WA-]D ^Cgd17$0 .5tU)1OВm!pӳ,,BV)6Pv鉌 ς.7MՄPl"{Q*gكysg:B5G&v!W|>:hge$Mq[5?\=TO+jtF"pgtfҐYXK]y-$&F}H)~B.C~\g9IS¬OxP13'V䊐7WwaTg[wO챨qj*|B-q;uC]9X'@SI(YOƀnN!N&-Tᩉ+,Їx%g\7|.maWy+5~C&7)c~lO2 K& ?CQg_,a`\aY h[ֿisMfT ՁZS&IO V@gIϮc;!/f$C%\+mZJk7G߱,@42S+Ẉּ|>^'IoaN 3hRgx\Э7Y “TEyŭQ-^™^C?UnL ǕeJP+pǩA *$@;ق`jr4 'è no|Q:XKqx@[(x E#MK/cN(3U `zmeP. Cm..97<5z)΋^3.egL8iU& LPx~ ]NZ}p0CFƏ]"&r4~N:2Ĭ`ԫ.>:Q#I(Q&ƦB`ؗt!Êc44q zA~3^>0  nCšʭ44WPO3~3u!$TrYGKё45@oH|<~ɷuh '9*!ͪ-,$/J_8F[1jÞ{.Z{ّ7egkγ)m*G # b]0@:9PO> bPxJb-`r$ Qw/4\2(taNnz Ӭ97Lm-kk~_|n-{6~7fWc,_!xr= #~+iK ̑1u3tԟzKR[7\-93!EߊJ'Uk»eɻ(,%X՚N)n6F6=hF>fs* d% "ؘ)W}@j{|)l9ui:u„3O4kvWQ002N vkC}M̘d 7e=~nXZ4ENH^ʏ#xpUW0?d/5W)]0<#X2 {lxqi#ɬ iƊ7zX] 4IhTomF^ܟJE~y}F[^:<kڋ4U`O \T:_lp{%Uޏq"?S/Sp=fmѿv`U,w4aXIoŘC7@.l&.VWI8I5RP*ƲG<dT!\:EQ b&;Mx"w<(kTgH05痑jlSO+[ҝ,X I(eגԜoyKʕ 2X+<'.,'-r\˽Nh +i|WV\ԿCH?ƛoOHyqGgF!))\FAd'`(b?Rm*"#BjvI#9L-A9"`uUưgd'ml NoȞW,xsd0.nAOK3&,RXX&r. Ĉ2Qc&-cnPic,~}z}ƨ,hZT(XdIkš;+su[nD"50Zy\%[m (%+,VS/LӼ! $V{4':؟88qԏf>clau3OYwa b}WŬs+z w s+u{ʖR+A_0bՒ;T dYt"g Gs_`9TGZfo+c77i]~[kŰNRde}# Dl R]= }޳|ky0JU/D6qܘx { 2|@)_&R|UB^R%iH-ndir6B_8o4Sa־|\MV7^gB%ݐۭ<%TQa\B_x<OG~$_{wH,,Q뇪5 %k;ᴽz/cR\}4Y^4uADrƂR0ٔU43j@N.&_%=\А!i8 jF.}sgC,A4K茰XUVTtB͏ovi BDA x4- sB].N,E\Uvq}VJ==fHٶFB|sڒIX72-Ġ,eo8aIp1/sBڀ?تbG+]8X(cpK" a~YLs jIG0{,GiY ]A:R1\f{G!ՑVfyxg_-w6뭼X0~SD Em=މ[cԭ&%d1"L^GC}|8\ 5ls{ܾoԐB4\sFDo1DynH^7FJKy5 {Q-!9ۡ0%n"I`ċ=]+ih]^it&~3>oƦe4E٢cVӁZ^~\y{ԭ$'ey:ݤc& tGYY'˹g֓jÀV*Ha 4F՛L i0X }Gk WߥWwf5ŢC|9u˫$-2b# R l~fu E܀bls GάSqJ<'աNlӟn_p;4ͲqnK~\6̏^<0sPt&:,$LHy[yvS*j8INgx_ח1uΩSUcw FrH 햑uHU!좻|OP5-kl,& LBr:oޱe9Ғq8uC|W{ިȚh7 Nx:*dFNCsAG(U= ! .%qY;Xϐ=q$ ǵ8O)[-h d_{/[s0EpPUh ;6job5t`^NPڽ"E4D*8H1p xRuO V0,'T%pGOOz;Pۖzh0&w UD4vHگ}DU>hEu [RCf0֞^jPk;!7*cN/uOpܪ&Wvf/\T) CR / V @(-n 3ՍPrP֗/jX̷nIPW~!U0~ o~Ԛ JndC]EbIc%UǨJ2,X'ܳ z!7'!t}9 Sܸr|.Eܝȑ n ^Yкņ=#aEA 3[*9 ˫Pa݊@NV@V6;g[Pz^0=S (nl9f:=]BO L9!r`A&qru3 h\NZۀr7烷{ ϕ܃L'u[ƕ=dX>vf|xwmD+M}] L*D%`nU]ys@xl2ֺEF{;cGA%z`Twe߉R?6ˌ[zI:[*"&W%8Z|1eV;hIe/ő[ob0#|HF w~*;;AZ !Q/;ĀG#U>98XeRا:% ?;@Q bg;+Q+h1)$ϭ1'TowĪK=.8yE V=..)`V$zQiԕ%!Z9s:~E ͳR빭:;,YS?^RW6IojR~[AImGOMK&+_*ǠC#V]?g:xǻm2b˭EL0)Nw샪Tc3D"]i gc'{,EE,*ң9a'L1KLcu?m`HDNp'D2$8󰳯F- ڝвbqKc9/*>\n/a+#mΧz"n MvJ(MH$MbʉόPKNsd#5Dw0F`.i*I8XbPDicX8b .aFda͓[S 0I*~Lӱܖ@]ځ@( ̄jO?=olHZƩh8+_\zX LxAP>ӗoA 'x ~pf$֗ yXKW-Sy6^v۷a S6a  MX$ߞ)PWRb7ﲛs~=Jo/t兟PW4=Zm!V<e̙5f9U c_4O4zCZjK֥_7<:4 YȓJNׁ2l&0I Í TpDjs̈1NWM2z$^e[Y$R\對(LKTxУiUU֬OUhȖo&w|v5 y-6o!o3K'v:Õ4WzG/niz@y:S[mڜ юmfXj` ֖!:v|┹}$edy^f4di j/|1n1)g|CI-wrR.IR%wˆ. K/2vy&ⴕ A MT/& +?$n0P¾¿i3VvCtmcj6Z MEg %8n'gɠʊ?p:)Nʸ:c>'ӐPl౭dcyjO[}Y\g Y `ba\J##ƚM2V:ɢs~.YZ+^N{6wt1\K"uUr^>peZC mWw/7XYa_ ;mdm"7=x K3 *+iLt>$g@m7NUT"EdÂNJ M?ąNM# VFо9>#ztg?C{R. gMgW\[3RdF}`]U#ź8J\Ķv;b%S'yEML^Sx F&l%ZV_ꙩCgN;.0<7 |p>?рsp,"A'xޖ׺{CO @8w0<}xʿYx atK3N\%KXV3Ԥvó"`2yj!B3>FV^ǵP& )2fUIof!{u}0B}ޣw%“=kZ$WҦnheHe=!a|c3 $^7_aebgߢi _N[T|~<ݟ攬EhaerEz֣O:r![C~7abg]\wm@42kCLUƟl VtžُR ЧjQ;֫2Xꌞa{[)3';O'kc(IFԳ⮕#+FxaY<d+*/ق\/P=$oz"oq><:sdO#/R9t:Lg,"De ^$w[|mwg($>a/}@\flq|/ 演'V-nj]JNJؖ&ʁc{~OȪnOoK@tt1>0Pxԭ$YñW.mPhCA [u.jSY`ld4z;R^FP8gYʾF?Z2|ׁéҼ@8č 2J;Mx<:LbwIO`ilQ5Gк BYB_se1os /3ٰ08FV