erlang-debugger-23.3.4.19-150300.3.11.1 >  A e;p9| @`zS0x 2xIKAq܍W)8H}4JcR9*QJB vۧsNHu W|X<&`4!VGn Or+?E~F gF[ Bْ]V]qcS ÷:s"ChOsւfJe$+Ē?| 4 e8GK3 /Uq7L0h%e ]Wpbi%OOS^Kə#4NͭNFƛHh978\w\>c>| JiBD|)ѣC<W GlSCo|Hr;^A/z'-6=Q>p;<?,d * b  '=CL     L     ,   L   l   4     h( 8 ^9^:r^FG, Hͬ I, XLYT\΄ ] ^bъc3dҴeҹfҼlҾu vTz(Cerlang-debugger23.3.4.19150300.3.11.1A debugger for debugging and testing of Erlang programsA debugger for debugging and testing of Erlang programs.e nebbiolozFSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Languages/Otherhttp://www.erlang.orglinuxppc64le ?d+zU `L]@] ]/@\P\@\@\@\r@\N\@\+@\k\\\Yz\J@\*\@\@[[[%@[<@[[t[r@Z@Zs@Z@Z@YYo@Yo@Y@YyYYlY YX-X-X•@X@XVz@W@W@WoWgWc@WA@WA@W(V@VVV$@VrV2 @V }@Uݪ@ŬU(Ub@UU>U@Ug@UG_@U#T@T*@T_W@T_W@sflees@suse.desflees@suse.demcepl@suse.comg.santomaggio@gmail.comtchvatal@suse.comg.santomaggio@gmail.commatwey.kornilov@gmail.comgsantomaggio@suse.degsantomaggio@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comdimstar@opensuse.orggsantomaggio@suse.degsantomaggio@suse.degsantomaggio@gmail.comgsantomaggio@suse.degsantomaggio@suse.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comopensuse-packaging@opensuse.orgmliska@suse.czopensuse-packaging@opensuse.orgmatwey.kornilov@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.commchandras@suse.deg.santomaggio@gmail.comdmueller@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comrbrown@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commeissner@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comkruber@zib.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comjengelh@inai.dematwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comkruber@zib.dematwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comro@suse.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comkruber@zib.dekruber@zib.deseife+obs@b1-systems.comkruber@zib.dekruber@zib.dekruber@zib.dedmueller@suse.commatwey.kornilov@gmail.comdmueller@suse.comkruber@zib.dekruber@zib.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comledest@gmail.com- Update to 23.3.4.19 to completely fix (CVE-2022-37026, bsc#1205318, jira#PED-6209) * This Removes SSL support but adds TLS 1.3 * Other minor fixes and features especially in the ssh area. * Remove the following patches included upstream * fix-upstream-CVE-2022-37026.patch * feature-upstream-ocsp.patch * feature-upstream-ocsp-2.patch * feature-upstream-ocsp-3.patch * Remove the following patches not in use * feature-upstream-testsuite-enhancement.patch * feature-upstream-testsuite-enhancement-2.patch- Fix a regression in bsc#1205318 CVE-2022-37026-client-auth-bypass.patch (bsc#1207113) * Removed * CVE-2022-37026-client-auth-bypass.patch * Added * feature-upstream-ocsp.patch * feature-upstream-ocsp-2.patch * feature-upstream-ocsp-3.patch * fix-upstream-CVE-2022-37026.patch - Make testsuite run for just ssl but leave it commented out for production * feature-upstream-testsuite-enhancement.patch * feature-upstream-testsuite-enhancement-2.patch- Add CVE-2022-37026-client-auth-bypass.patch to fix Client Authorization Bypass (CVE-2022-37026, bsc#1205318). Patches gh#erlang/otp@cd5024867e7b and gh#erlang/otp@6a1baa36e4e6).- Changes for 22.3: * compiler: A 'receive' with an 'after 0' clause would prevent the optimization that can avoid scanning the entire receive queue when matching on a newly created reference. * compiler: HiPE can again handle modules with catch and try constructs. * compiler: Fixed a bug in bit-syntax optimization that could crash the compiler. * crypto: Fixed potential memory leaks involving calls to the crypto ng_api. * common_test: Document incl_apps cover option * common_test: The ct_property_test has now a report function for results of stateful testing. * common_test: Don't hide error reasons from user * stdlib: Fix type specification for uri_string:normalize/2 that may also return error(). * stdlib: Improve error handling in uri_string:normalize/2. This change fixes a crash when the input URI has faulty percent- encoding. * stdlib: Fix minor bugs in the Erlang pretty printer (erl_pp). * stdlib: Fix the Erlang parser regarding consecutive unary operators. * stdlib: Let calendar:rfc3339_to_system_time() crash when the time offset is missing. * stdlib: Implement uri_string:resolve/{2,3} that can be used to resolve a URI reference against a base URI. * stdlib: In gen_statem it is now possible to change the callback module for a running server. See gen_statem's documentation for change_callback_module, push_callback_module, and pop_callback_module. * ssl: Correct handling of TLS record limit in TLS-1.3. The max value differs from previous versions. Also the payload data max record check was broken, that is record overflow problems could occur if user sent large amounts of data. * ssl: Correct close handling for DTLS * ssl: Fix ssl:getstat/1-2 to also work for DTLS sockets * ssl: Correct internal handling och socket active mode to avoid reviving TCP data aimed for a downgraded TLS socket. * ssl: When using the host name as fallback for SNI (server name indication) strip a possible trailing dot that is allowed in a host name but not in the SNI. Also if the server receives a SNI with a trailing dot send an UNRECOGNIZED_NAME alert. * ssl: Immediately remove session entries if handshake is abruptly closed at transport level. * ssl: Implementation of the key and initialization vector update feature, and general hardening of TLS 1.3. There are cryptographic limits on the amount of plaintext which can be safely encrypted under a given set of keys. This change enforces those limits by triggering automatic key updates on TLS 1.3 connections. * ssl: Add support for TLS 1.3 Session Tickets (stateful and stateless). This allows session resumption using keying material from a previous successful handshake. * ssl: Add support for key exchange with Edward curves and PSS- RSA padding in signature verification. * megaco: The documented function megaco:get_sdp_record_from_PropertGroup/2 was a wrapper for megaco_sdp:get_sdp_record_from_PropertGroup/2 but did not actually exist. This has now been fixed. * megaco: Test suite completely reworked. Add (timestamp) utility functions for debugging and testing. * erl_interface: Fix link error "multiple definition of `ei_default_socket_callbacks'" for gcc version 10 or when built with gcc option -fno-common. Error exists since OTP-21.3. * asn1: Fix 'DEFAULT' with 'OCTET STRING' and 'SEQUENCE OF CHOICE' with extensions. * erts: gen_udp:recv(S, N, 0) corrupted the internal state for the socket so after receive with {active, once} it always returned {error, timeout}, and wasted the received UDP packets. This bug has now been fixed. Reported and pinpointed by Alexander Petrovsky. * erts: The atom esock_atom_user and esock_atom_kernel was never actually created. This has now been corrected. * erts: Fixed bug in socket module that could potentially lead to scheduler deadlocks. * erts: Fix bug causing VM crash if down or stop callback of a NIF resource is called after the NIF module has been purged. The fix will postpone unloading until all such resource objects have been garbage collected. * erts: Fixed bug in ets:update_counter/4, when called with an invalid UpdateOp and a Key that does not exist, causing ets:info(T,size) to return incorrect values. Bug exists since OTP-19.0.2. * erts: Fix potential heap corrupting bugs when a process calls a BIF that blocks other normal schedulers and then writes to its own heap without the main process lock. A NIF running on a dirty scheduler trying to interact with such a process could corrupt its heap. The fixed BIFs were related to code loading and tracing. * erts: Fixed bug in erlang:list_to_ref/1 when called with a reference created by a remote note. Function list_to_ref/1 is intended for debugging and not to be used in application programs. Bug exist since OTP 20.0. * erts: The prim_net nif (net/kernel) made use of an undefined atom, notsup. This has now been corrected. * erts: Corrected the valid range of the erl command line argument +SDio from 0..1024 to 1..1024. +SDio 0 was erroneously allowed which just caused the VM to crash on the first dirty I/O job scheduled. * erts: Fix a crash when attempting to log faults when loading files during early boot. * erts: For socket, not all send and receive flags are supported on all platforms. In order to (at least) simplify testing, the socket:supports/0,1,2,3 functions has been extended with send_flags and recv_flags items, which indicates what the current platform can manage. * erts: Add a "full featured" version of getifaddrs in the net module. * erts: The options busy_limits_port and busy_limits_msgq have been added to the BIF erlang:open_port/2. The busy_limits_port option can be used for controlling the busy state of a port executing the spawn_driver or the fd_driver. The busy_limits_msgq option can be used for controlling the busy state of the port message queue. * erts: A socket "registry" has been added making it possible to list current open sockets. * erts: The counters managed by the socket nif has been extended. Their "size" has been increased from 32 bit to 64. Two max package size (for read and write) has been added. And four accept counters has been added. * erts: Add gcc option -fno-common to detect accidental name clashes of global variables. * erts: New dynamic lock checker that verifies locking orders and detects potential deadlock bugs in drivers and NIFs. Enabled together with the old static lock checker (for ERTS internal locks) in emulator started with -emu_type debug or built with configuration option --enable-lock-checking. * snmp: A simple supervision of the snmp manager net-if process has been added. Also, a way to forcibly restart the net-if process has been added. This could be useful if the net-if process hangs for some reason. * snmp: Misc documentation corrections * mnesia: Fixed a timing issue in uninstall fallback functionality. * eunit: Backport of PR-2316: Strip control codes from eunit_surefire output to avoid generation of invalid xml * ssh: Unicode problems for ssh_sftp:write fixed. * ssh: Changes to the internal api of the experimental ssh_dbg tool. * ssh: The new functions ssh:set_sock_opts/2 and ssh:get_sock_opts/2 sets and reads option values for the underlying TCP stream. * hipe: HiPE can again handle modules with catch and try constructs. * hipe: When the return value for try/catch was ignored, the native code compiler could crash. * public_key: Add support for key exchange with Edward curves and PSS-RSA padding in signature verification. * diameter: Add the 'first' tuple to type diameter:peer_filter/0. The filter was added in OTP-17.5.6.8 and OTP-18.3, but neither release updated the type specification. * tools: An Emacs warning due to lacking type in defcustom declaration has been fixed. * tools: Improve emacs indentation. * tools: The cover tool could generate instrumented code for a module that would cause warnings to be issued. * tools: Fixed generated fprof analysis format to also handle data in maps. * sasl: A socket "registry" has been added making it possible to list current open sockets. * kernel: The DNS resolver `inet_res` has been fixed to return the last intermediate error when subsequent requests times out. * kernel: The prim_net nif (net/kernel) made use of an undefined atom, notsup. This has now been corrected. * kernel: Fix a crash when attempting to log faults when loading files during early boot. * kernel: Fix crash in logger when logging to a remote node during boot. * kernel: Improved net_kernel debug functionality. - Changes for 22.2.8: * diameter: The possibility of choosing a handler process for an incoming Diameter request with a configured MFA was documented in OTP 20.0, but counters (with {traffic_counters, true}) were not incremented when this process was on a remote node. Counters are now incremented on the node that configures the transport in question. Introduced in OTP 21.3. * diameter: Transport options differing from those passed to diameter:add_transport/2 were used in several situations: when starting a transport process after connect_timer expiry after an initial connection attempt has failed, when starting a transport process after a connection has been accepted, when sending events, when returning options in diameter:service_info/2, and possibly more. In particular, the following configuration options to diameter:add_transport/2 were dropped: avp_dictionaries, incoming_maxlen, spawn_opt, strict_mbit. Moreover, any service options mistakenly passed to diameter:add_transport/2 were interpreted as such, instead of being ignored as the documentation states, with the consequence that outgoing and incoming requests saw different values of some options, some were always taken from transport options, and others from service options. diameter:add_transport/2 must be called in new code for the fix to have effect. Introduced in OTP 20.1.- Remove conditions and support for openSUSE/SLE < 15 - Remove not really needed service file _service - Convert the dependencies to pkgconfig style ones- Changes for 22.2.7: * compiler: Fixed a bug that could cause the compiler to reject valid code that used the is_map_key/2 BIF. * compiler: Fixed a bug that could cause the compiler to reject valid code that matched the same map key several times. * compiler: The compiler could crash when compiling a convoluted receive statement. * compiler: The compiler could crash when a fun was created but never used. The compiler could crash when compiling the expression true = 0 / X. - jsc#SLE-10913- Changes for 22.2.6: * erts: A process could get into an inconsistent state where it was runnable, but never scheduled for execution. This could occur when a mix of normal and low priority processes where scheduled on the same type of dirty scheduler simultaneously.- Changes for 22.2.5: * erts: A process could end up in a state where it got endlessly rescheduled without making any progress. This occurred when a system task, such as check of process code (part of a code purge), was scheduled on a high priority process trying to execute on a dirty scheduler. * erts: Improved signal handling for processes executing dirty. For example, avoid busy wait in dirty signal handler process when process is doing garbage collection on dirty scheduler. * stdlib: A directory traversal vulnerability has been eliminated in erl_tar. erl_tar will now refuse to extract symlinks that points outside the targeted extraction directory and will return {error,{Path,unsafe_symlink}}. (Thanks to Eric Meadows-Jönsson for the bug report and for suggesting a fix.)- Changes for 22.2.4: * ssl: Enhance error handling, all ALERTS shall be handled gracefully and not cause a crash. * ssl: Enhance alert logging, in some places the role indication of the alert origin was missing. So the log would say undefined instead of client or server. * ssl: Two different optimizations did not work together and resulted in the possible breakage of connections using stream ciphers (that is RC4). Reworked the implementation to avoid this.- Changes for 22.2.3: * ssl: Fix the handling of GREASE values sent by web browsers when establishing TLS 1.3 connections. This change improves handling of GREASE values in various protocol elements sent in a TLS 1.3 ClientHello. * ssl: Correct DTLS listen emulation, could cause problems with opening a new DTLS listen socket for a port previously used by a now closed DTLS listen socket. * compiler: Fixed a bug in the compiler that could cause it to reject valid code.- Changes for 22.2.2: * erts: Taking a scheduler offline could cause timers set while executing on that scheduler to be delayed until the scheduler was put online again. This bug was introduced in ERTS version 10.0 (OTP 21.0). * erts: The ets:update_counter/4 core dumped when given an ordered_set with write_concurrency enabled and an invalid position. This bug has been fixed. * erts: A process calling erlang:system_flag(multi_scheduling, block) could end up blocked waiting for the operation to complete indefinitely. * erts: Duplicate entries for [socket:]getopt and [socket:]setopt in man page. * stdlib: The ets:update_counter/4 core dumped when given an ordered_set with write_concurrency enabled and an invalid position. This bug has been fixed. * crypto: Constant time comparisons added. * ssh: Fixed that ssh_connection:send could allocate a large amount of memory if given an iolist() as input data. * ssh: Safe atom conversions. * ssh: Constant time comparisons added. - Changes for 22.2.1: * erts: Corrected an issue with the new socket api which could cause a core dump. A race during socket close could cause a core dump (an invalid nif environment free). * erts: Corrected an issue with the new socket api which could cause a core dump. When multiple accept processes waiting for a connect a connect could cause a core dump. * snmp: Its now possible to remove selected varbinds (from the final message) when sending a notification. This is done by setting the 'value' (in the varbind(s) of the varbinds list) to '?NOTIFICATION_IGNORE_VB_VALUE'. * snmp: Its now possible to specify that an oid shall be "truncated" (trailing ".0" to be removed) when sending an notification. * ssl: Add missing alert handling clause for TLS record handling. Could sometimes cause confusing error behaviors of TLS connections. * ssl: Fix handling of ssl:recv that happens during a renegotiation. Using the passive receive function ssl:recv/[2,3] during a renegotiation would fail the connection with unexpected msg.- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: Allow OBS to shortcut through the -mini flavors.- Changes for 22.2 * http://erlang.org/download/OTP-22.2.README * Highlights: * erts: The Kernel application's User's Guide now contains a Logger Cookbook with common usage patterns. * erts: Numerous improvements in the new socket and net modules * Standard libraries: common_test: ct_property_test logging is improved * Standard libraries: ssl: Correct handling of unordered chains so that it works as expected * Tools: Emacs erlang-mode function that lets the user open the documentation for an Erlang/OTP function in an Emacs buffer has been improved. Users will be asked if they want the man pages downloaded if they are not present in the system.- Changes for 22.1.8 * http://erlang.org/download/OTP-22.1.8.README * erts: Large amounts of quickly executed dirty work could cause heavy contention on an internal spin lock. The spin lock was replaced by a mutex which behaves much better under these conditions.- Changes for 22.1.7 * http://erlang.org/download/OTP-22.1.7.README * compiler: Fixed a performance bug that caused repeated matches of large records to take a very long time to compile. * erts: A literal area could prematurely be released before all uses of it had been removed. This occurred either when a terminating process had a complex exit reason referring to a literal that concurrently was removed, or when a terminating process continued executing a dirty NIF accessing a literal (via the heap) that concurrently was removed. * erts: Fix bug causing VM crash due to memory corruption of distribution entry. Probability of crash increases if Erlang distribution is frequently disconnected and reestablished towards same node names. Bug exists since OTP-21.0. * erts: Fixed bug causing crash of VM built with configuration - -enable--sharing-preserving. Provoked when a sent message contains both a bit string and the heap binary (< 65 bytes) which the bit string was matched from. Bug exists since OTP-19.0 but has seen to be easier to provoke since OTP-22.1. - Changes for 22.1.6 * http://erlang.org/download/OTP-22.1.6.README * compiler, erts: The compiler could do an unsafe optimization of receives, which would cause a receive to only scan part of the message queue. * crypto: The AEAD tag was not previously checked on decrypt with chacha20_poly1305 * erts:Fix bug where the receive marker used by the runtime to do the receive queue optimization could be incorrectly set. The symptom of this would be that a message that should match in a receive never matches. * snmp: Agent discovery cleanup. If there is no receiver of INFORM then #state.reqs in snmpa_net_if keeps on growing for DISCOVERY.- Changes for 22.1.5 * http://erlang.org/download/OTP-22.1.5.README * snmp: Application(s): snmp Related Id(s): ERIERL-427 The agent discovery process has been made to work with snmptrapd..- Changes for 22.1.4 * http://erlang.org/download/OTP-22.1.4.README * compiler: Fixed a bug where the compiler could generate incorrect code for a 'receive' statement inside a 'try'. * crypto: FIxed a bug if the erlang emulator was linked with a very old cryptolib version (1.0.1 or earlier). The bug now fixed could have triggered a core dump if an unknown cipher name was used in crypto functions. * erts: Erlang/OTP can now be built on macOS Catalina (10.15).- Changes for 22.1.3: * inets: Add HTTP server error logging vi logger - Changes for 22.1.2: * erts: Added the environment variable ERLC_SERVER_ID, which allows multiple compile servers to run separately under the same user. - Changes for 22.1.1: * erts: A terminating process sending distributed 'EXIT' or 'DOWN' signals while terminating could end up in a state where no progress at all was made. This was triggered by a distribution channel that the terminating process was sending on got busy. This bug has existed since ERTS version 10.4 (OTP 22.0). * erts: When communicating with a simultaneously exiting port via the erlang:port_*() BIFs one could sometimes get stray {Ref, What} messages. Where Ref was a reference and What usually were the atom badarg. * snmp: Made it possible to add 'extra socket options' to the (gen_udp) socket open call (for both manager and agent). A new option has been added, extra_sock_opts, which makes it possible for the user to add a list of extra socket options that will be appended to the other socket options for the open call. See the snmp application config man page (erl -man 6 snmp) or the "Configuring the application" chapter of the Users Guide for more info. * compiler: Fixed a bug in the bit-syntax optimization pass that could crash the compiler.- Changes for 22.1: * kernel: The type specification for gen_sctp:connect/4,5 has been corrected. * kernel: Extra -mode flags given to erl are ignored with a warning. * kernel: Fix type spec for seq_trace:set_token/2. * kernel: logger:compare_levels/2 would fail with a badarg exception if given the values all or none as any of the parameters. This is now corrected. * kernel: Fix bug where the log file in logger_std_h would not be closed when the inode of the file changed. This would in turn cause a file descriptor leak when tools like logrotate are used. * kernel: Fix a race condition in the debugging function net_kernel:nodes_info/0. * kernel: Fix race condition when closing a file opened in compressed or delayed_write mode. * kernel: The possibility to send ancillary data, in particular the TOS field, has been added to gen_udp:send/4,5. * kernel: If the log file was given with relative path, the standard logger handler (logger_std_h) would store the file name with relative path. If the current directory of the node was later changed, a new file would be created relative the new current directory, potentially failing with an enoent if the new directory did not exist. This is now corrected and logger_std_h always stores the log file name as an absolute path, calculated from the current directory at the time of the handler startup. * kernel: Support local sockets with inet:i/0. * observer: Fix bug after a user followed link on a pid from an expanded term window. * observer: Improved dark mode colors on Linux. * mnesia: mnesia:add_table_copy/3 could cause a deadlock if called when a new node was starting. * mnesia: Transactions with sticky locks could with async_asym transactions be committed in the wrong order, since asym transaction are spawned on the remote nodes. To fix this bug the communication protocol between mnesia nodes had to be updated, thus mnesia will no longer be able to connect to nodes earlier than mnesia-4.14 , OTP-19.0. *** POTENTIAL INCOMPATIBILITY *** * stdlib: re:run() now yields when validating utf8 in a large subject. * stdlib: Upgraded the ERTS internal PCRE library from version 8.42 to version 8.43. See http://pcre.org/original/changelog.txt for information about changes made to PCRE. This library implements major parts of the re regular expressions module. * stdlib: The bug with ID ERL-717 has been fixed. The functions io:columns() and io:rows() only worked correctly inside interactive erlang shells before this fix. These functions returned {error,enotsup} before this fix even if stdout and stdin were connected to a terminal when they were invoked from an escript or a program started with e.g., erl -noshell. * stdlib: Fixed handling of ".." and "@" in wildcards. ".." would only work when preceded by a literal pattern such as in "a/..", not when preceded by wildcard characters such as in "*/..". The combination "@/.." was also broken, and in addition "@" in a pattern could degrade performance of the wildcard matching. * stdlib: Make sure ets:fun2ms() can handle ++/2 in the head of functions when called from the shell. * stdlib: Debugging of time-outs in gen_statem has been improved. Starting a time-out is now logged in sys:log and sys:trace. Running time-outs are visible in server crash logs, and with sys:get_status. Due to this system events {start_timer, Action, State} and {insert_timout, Event, State} have been added, which may surprise tools that rely on the format of these events. New features: The EventContent of a running time-out can be updated with {TimeoutType, update, NewEventContent}. Running time-outs can be cancelled with {TimeoutType, cancel} which is more readable than using Time = infinity. *** POTENTIAL INCOMPATIBILITY *** * stdlib: re:run() now avoids validating utf8 in the subject more than once in the same call. This validation could previously be performed multiple times when the global option was passed. * stdlib: ETS ordered_set tables with write_concurrency enabled has got a performance issue fixed. There were no limits for the values of internal statistics counters before this fix. This could result in that the data structure sometimes reacted slowly to a change in how many parallel processes were using it. * stdlib: The ordsets:union/1 is now faster when passed a long list of ordsets. * stdlib: unicode:characters_to_binary() could return very small binaries as reference counted off heap binaries. This could cause an unnecessary large memory usage and an unnecessary load on the binary allocator. Small binaries are now always returned as heap binaries. * stdlib: Display a more meaningful error message when a bad I/O server is used in a script written in Erlang (escript). * stdlib: New feature ets:info(_, binary) to get information about all reference counted binaries kept by a table. This is the same kind of debug information that process_info(_, binary) returns for a process. * stdlib: Corrected ETS documentation about the behavior of compiled match specifications when serialized through external format. * tools: cover would fail to start if two processes tried to start it at the exact same time. * common_test: If a ct hook is installed in the suite/0 function in a test suite, then the hook's terminate/1 function would be called several times without it's init/2 function being called first. This is now corrected. * common_test: If init_per_testcase fails, the test itself is skipped. According to the documentation, it should be possible to change the result to failed in a hook function. The only available hook function in this case is post_init_per_testcase, but changing the return value there did not affect the test case result. This is now corrected. * common_test: Add ct_netconfc support for NETCONF 1.1 (RFC 6241). The 1.1 base capability can be sent in hello, and RFC 6242 chunk framing is applied when both client and server advertise 1.1 support. * common_test: Correct lib_dir paths in common_tests opaque data structure that is passed to ct_release_test callback modules in functions upgrade_init/2, upgrade_upgraded/2 and upgrade_downgraded/2. The incorrect paths may cause confusion when debugging although it will not cause any incorrect behavior on the part of common_test as it is currently not used. * erts: If you set {linger,{true,0}} on a gen_tcp listen socket, accept a connection on that socket, and then close the accepted socket, now the linger zero setting is transferred to the accepted socket. Before this correction that information was lost and the close behaviour on the accepted socket incorrect. * erts: Sending ancillary data implemented in OTP-15747 accidentally left behind test code that caused all UDP sends to fail on Windows. This has now been fixed. * erts: In the socket nif, used invalid flags when if-def'ing for supported TCP flags: TCP_MAXSEG and TCP_NODELAY (the support function). * erts: Fixed memory leaks in experimental socket module. * erts: re:run() now yields when validating utf8 in a large subject. * erts: Fixed bug in seq_trace:set_token(label,Term) which could cause VM crash if Term was heap allocated (not an atom, small integer, local pid or port). Bug exists since OTP 21.0 when terms other than small integers were first allowed as labels. * erts: Extra -mode flags given to erl are ignored with a warning. * erts: Don't loop indefinitely when --enable-pgo is given to configure, but compiler does not support pgo. * erts: Fix seq_trace:print/2 not to raise badarg exception if label is not a small integer. Bug exists since OTP 21.0. * erts: Fixed hipe_flush_icache_range for non-Linux OS on ARM. * erts: The fix in OTP-15871 was too conservative and disabled the offending load-time optimization in some cases where it was safe. * erts: Upgraded the ERTS internal PCRE library from version 8.42 to version 8.43. See http://pcre.org/original/changelog.txt for information about changes made to PCRE. This library implements major parts of the re regular expressions module. * erts: Fix race condition when closing a socket while using {active,N} on Windows. * erts: Allow more than one -config command line option to erl on Windows to conform with other OS. * erts: Fix so that ERL_FLAGS environment variable does not interfere with command line arguments. Before this fix you could write: ERL_FLAGS="10" erl +S and erlang would start as if +S had been given the argument 10. * erts: The bug with ID ERL-717 has been fixed. The functions io:columns() and io:rows() only worked correctly inside interactive erlang shells before this fix. These functions returned {error,enotsup} before this fix even if stdout and stdin were connected to a terminal when they were invoked from an escript or a program started with e.g., erl -noshell. * erts: Do not use named label in ethread.c inline assemble. This allows erts to be compiled using gcc 9.1.0 with LTO enabled. * erts: erlang:fun_to_list/1 will now escape the module and function name when necessary. * erts: process_info(P,binary) would neglect to look through heap fragments, potentially missing a few binaries associated with the process. * erts: HiPE is now automatically disabled on systems with non- glibc implementation (for instance musl). This is because musl does not provide the API's for guaranteeing that signals are delivered on the correct native stack. * erts: Fixed bug triggered if a process is killed during call to persistent_term:put or persistent_term:erase. * erts: Add units to all memory slogans in the crash dump documentation. * erts: Fix a bug in binary_to_term that would crash the emulator if a term larger than 16GB was to be decoded. * erts: Fixed bug related to an exiting process sending EXIT and DOWN signals to remote linked/monitored processes. Bugs exists since OTP 22.0. * erts: erlc can now automatically use a compile server to avoid starting an Erlang system for each file to be compiled in a multi-file project. See the documentation for how to enable it. * erts: The possibility to send ancillary data, in particular the TOS field, has been added to gen_udp:send/4,5. * erts: The net module has been split into 'net' (kernel) and prim_net (preloaded). * erts: Socket counters now works as expected and can also be extracted with the (new) info function. * erts: re:run() now avoids validating utf8 in the subject more than once in the same call. This validation could previously be performed multiple times when the global option was passed. * erts: The un-documented function erlang:dist_get_stat/1 now returns the real value of what the distribution queue contains instead of a boolean. * erts: ETS ordered_set tables with write_concurrency enabled has got a performance issue fixed. There were no limits for the values of internal statistics counters before this fix. This could result in that the data structure sometimes reacted slowly to a change in how many parallel processes were using it. * erts: Optimize the reception of large distribution messages. * erts: Binary matching and functions like split_binary/2 will now create heap binaries when the results are small enough, reducing the chances of small sub-binaries keeping large binaries alive. * erts: Fixed rare emulator crash in instrument:allocations/0-1. * erts: Ports could pass very small binaries as reference counted off heap binaries to processes. This could cause an unnecessary large memory usage and an unnecessary load on the binary allocator. Small binaries are now always passed as heap binaries to processes. * erts: unicode:characters_to_binary() could return very small binaries as reference counted off heap binaries. This could cause an unnecessary large memory usage and an unnecessary load on the binary allocator. Small binaries are now always returned as heap binaries. * erts: Improved erl_nif documentation regarding on_load and Erlang stub/fallback functions. * erts: New feature ets:info(_, binary) to get information about all reference counted binaries kept by a table. This is the same kind of debug information that process_info(_, binary) returns for a process. * erl_docgen: Update the documentation build support to handle FOP 2.1 . * ftp: A possibly infinite loop when receiving messages divided in parts is removed. * dialyzer: Allow native compilation when using Dialyzer from Erlang. The options native (defaults to false) and native_cache have been added. * eunit: Handle get_until request with explicit encoding in the implementation of the I/O protocol. * snmp: Fix various minor issues related to Dialyzer. Mostly these are dialyzer warnings, but there was also some minor bugs detected by Dialyzer. * snmp: Fixed a dets usage problem detected by dialyzer. * snmp: The function snmp:print_version_info() prints various version info. For each module a number of items are printed, such as app vsn and md5 digest. And an attempt was also made to print "compile time". This used to be available in the module_info for each module, but has now been removed. * snmp: The use of the deprecated random module has been replaced the with rand module. * snmp: Removed use of the deprecated function erlang:get_stacktrace(). Instead make use of the 'catch Class:Error:Stacktrace' feature. * syntax_tools: Add missing calls to erl_syntax:unwrap/1. The nodes concerned represent names and values of maps and map types. * wx: Fix a driver bug that could crashes when allocating memory. * erl_interface: Fix bugs in ei_print_term for binaries and bit strings causing incorrect output. * erl_interface: Fixed bug in ei_decode_fun for very old fun encoding format. Bug exist since OTP 22.0. * erl_interface: ei_print_term() now supports printing of maps and funs. * xmerl: xmerl_sax_parser crashed during charset detection when the xml declarations attribute values was missing the closing quotation (' or "). * ssl: Handling of zero size fragments in TLS could cause an infinite loop. This has now been corrected. * ssl: DTLS record check needs to consider that a resent hello message can have a different version than the negotiated. * ssl: Basic support for TLS 1.3 Client for experimental use. For more information see the Standards Compliance chapter of the User's Guide. * ssl: Correct solution for retaining tcp flow control OTP-15802 (ERL-934) as to not break ssl:recv as reported in (ERL-938) * ssl: Enhance dialyzer specs to reflect implementation better and avoid dialyzer warnings for the user that wants to use TLS with unix domain sockets. * ssl: Add support for ECDSA signature algorithms in TLS 1.3. * ssl: Correct error handling of TLS downgrade, possible return values form ssl:close/2 when downgrading is {ok, Port} or {error, Reason}, it could happen that only ok was returned instead of {error, closed} when downgrade failed due to that the peer closed the TCP connection. * os_mon: Fix disk_sup to ignore squashfs on Linux when determining if a mounted filesystem is full or not. * os_mon: Fix bug where cpu_sup:util() always returned 100% on systems not using gnu libc, for example Alpine OS. * ssh: Fixed wrong type definition for the daemon option subsystems. * ssh: Fixed a possible SSH logging crash if there was a problem in an early stage of session setup. * ssh: The documentation for the modules ssh_connection, ssh_sftp and ssh_sftpd are now generated from the -spec:s. * ssh: Internal cleanup including removal of the internal file ssh_userauth.hrl. * ssh: Removed unused definitions in ssh.hrl. * ssh: Removed unused fields in the internal #connection{} record. * ssh: To get information of a connection_ref() from for example ssh:connect/3, there was previously one function available namely ssh:connection_info/2. This ticket adds ssh:connection_info/1 which returns all information. For daemons (servers) started with for example ssh:daemon/2 the function ssh:daemon_info/1 returning all information was available. This ticket adds ssh:daemon_info/2 which returns only the information specified in the second argument. The info of connections and of daemons now also includes the item 'options'. Only those options that does not have their default values are returned. For a connection also the items 'algorithms' and 'channels' are added. * inets: httpd - Accept singel LF as line terminator * inets: mod_esi will now always propagate the actual HTTP status code that it answered with, to later mod-modules, and not in some cases hardcode 200. * compiler: Code such as the following would crash the compiler in OTP 22: [some_atom = fun some_function/1] * compiler: Compilation could get really slow (in the order of minutes instead of seconds) when compiling huge functions. (Thanks to Kostis Sagonas for reporting this bug.) * compiler: Fixed a bug in the validator that could reject valid code. * compiler: In rare circumstances, when two clauses had identical bodies and guard tests that tested a single boolean variable, the guard test for the second clause could be discarded, executing the second clause unconditionally if the first clause was not executed. * compiler: Fixed extremely slow compilation for huge functions doing predominantly pattern matching. * compiler: The compiler could generate unsafe code (that would crash the runtime system) for map pattern matching. The code could be unsafe if the matched key was not present in the map at runtime. * compiler: Correct code using try/after could fail to compile when using the option 'no_type_opt'. * compiler: The compiler could crash when compiling code that called 'length/1' on a binary extracted using the binary syntax. * compiler: Fixed a bug where the compiler could fail with an internal consistency failure error when compiling receive statements. * compiler: Fixed a problem where the compiler would crash when compiling binary matching in a function head. * public_key: Support Password based encryption with AES * public_key: Change dialyzer spec to avoid confusion * runtime_tools: Fix dbg:stop_clear/0 to also clear trace events (send and 'receive'). * megaco: Fix various minor issues related to Dialyzer. Mostly these are dialyzer warnings, but there was also some minor bugs detected by Dialyzer. * crypto: The implementation of crypto_one_time/4 is adjusted to match the type specification. The spec and the black-box behaviour of the function are unchanged. Some details: Both the spec and the implementation were correct seen separately. But with both of them combined simultaneously with crypto_one_time/5 which was called by the implementation of crypto_one_time/4, an (obvious) error was detected by a Dialyzer with more thorough checking than usual. * crypto: When using crypto with FIPS mode enabled, the digests were not correctly handled. * crypto: A memory leak in error handling code in ng_crypto_init_nif is fixed. * crypto: Fixed the broken static build of the crypto nifs * crypto: The Message Authentication Codes (MAC) CMAC, HMAC and Poly1305 are unified into common functions in the New Crypto API. See the manual for CRYPTO. * sasl: The net module has been split into 'net' (kernel) and prim_net (preloaded). * jinterface: Replaced deprecated with in documentation.- Rebased patches: + 0001-erts-Do-not-use-named-no_cpuid-label-in-asm.patch dropped (merged upstream)- Udate -ffat-lto-objects in order to properly build static libraries provided by the package (boo#1142645). - Use %make_build macro.- Add patch 0001-erts-Do-not-use-named-no_cpuid-label-in-asm.patch: fix boo#1142913 - Changes for 22.0.7: * compiler: Fixed a compiler crash introduced in 22.0.6 (OTP-15952). - Changes for 22.0.6: * compiler: Fixed an unsafe optimization when matching tuple_size/1 outside of guards, which could crash the emulator if the argument was not a tuple. * compiler: Fixed a rare bug that could cause the wrong kind of exception to be thrown when a BIF failed in a function that matched bitstrings. * compiler: Fixed a bug where receive statements inside try/catch blocks could return incorrect results. * ssl: Enhance error handling for erroneous alerts from the peer. * hipe: The HiPE compiler would badly miscompile certain try/catch expressions, so it will now refuse to compile modules containing try or catch. As a consequence of this, dialyzer will no longer compile key modules to native code. *** POTENTIAL INCOMPATIBILITY *** * dialyzer: The HiPE compiler would badly miscompile certain try/catch expressions, so it will now refuse to compile modules containing try or catch. As a consequence of this, dialyzer will no longer compile key modules to native code. *** POTENTIAL INCOMPATIBILITY *** - Changes for 22.0.5: * inets: Fix a regression in http client that causes a crash when request URI has no scheme. * ssl: Fix handling of certificate decoding problems in TLS 1.3 similarly as in TLS 1.2. * ssl: Hibernation now works as expected in all cases, was accidently broken by optimization efforts. * ssl: Fix interoperability problems with openssl when the TLS 1.3 server is configured wirh the option signature_algs_cert. * dialyzer: Make sure Dialyzer does not crash if the formatting of results fails. Instead of crashing, an unformatted version of the results is returned. * erts: An invalid value test caused the socket:setopt(Socket, ip, add_membership, ip_mreq()) to fail with badarg. The same for drop_membership. * erts: Fixed bug causing VM crash when doing textual dump of a process containing an unhandled monitor down signal. Textual process dumps can be done with erlang:system_info(procs), trace feature process_dump, Erlang shell break menu and a crashdump. Bug exist since OTP 21.0. * erts: lists:subtract/2 would produce incorrect results for some inputs on 64-bit platforms. * erts: Fixed a bug in the loader that was similar to OTP-15938, yielding incorrect code for some inputs on 64-bit platforms. * erts: Fixed bug causing scheduler threads in rare cases to block spinnning indefinitely. Bug exists since OTP 21.0.- Drop priv/obj directories: boo#1140404- Version 22.0.4: * http://erlang.org/download/OTP-22.0.4.README - Bug Fixes * erts: Fixed a buffer overflow when binary_to_existing_atom/2 and list_to_existing_atom/2 was used with the latin1 encoding. * erts: The runtime system disconnected a connection if it received an exit/2 signal where the recipient was a process on an old incarnation of the current node. That is, the receiving node had the same node name, but another "creation" number. The signal will now just be dropped since the receiving process no longer exists. * kernel: user/user_drv could respond to io requests before they had been processed, which could cause data to be dropped if the emulator was halted soon after a call to io:format/2, such as in an escript. * ssl: Correct handshake handling, might cause strange symptoms such as ASN.1 certificate decoding issues. * ssl: Fix handling of the signature_algorithms_cert extension in the ClientHello handshake message. * ssl:Handle new ClientHello extensions when handshake is paused by the {handshake, hello} ssl option.- Version 22.0: - Potential Incompatibilities: * gen_* behaviours: If logging of the last N messages through sys:log/2,3 is active for the server, this log is included in the terminate report. * reltool: A new element, Opts, can now be included in a rel tuple in the reltool release specific configuration format: {rel, Name, Vsn, RelApps, Opts}. * All external pids/ports/refs created by erlang:list_to_pid and similar functions now compare equal to any other pid/port/ref with same number from that node. * The old legacy erl_interface library is deprecated as of OTP 22, and will be removed in OTP 23. This does not apply to the ei library. * VxWorks is deprecated as of OTP 22 and will be removed in OTP 23. - New Features: * Support for Erlang Distribution protocol to split the payload of large messages into several fragments. * ETS option write_concurrency now also effects and improves scalability of ordered_set tables. * The length/1 BIF used to calculate the length of the list in one go without yielding, even if the list was very long. Now it yields when called with long lists. * A new (still experimental) module socket is introduced. It is implemented as a NIF and the idea is that it shall be as "close as possible" to the OS level socket interface. * Added the NIF function enif_term_type, which helps avoid long sequences of enif_is_xyz by returning the type of the given term. This is especially helpful for NIFs that serialize terms, such as JSON encoders, where it can improve both performance and readability. * The compiler has been rewritten to internally use an intermediate representation based on Static Single Assignment (SSA). The new intermediate representation makes more optimizations possible. * All compiler options that can be given in the source file can now be given in the option list on the command line for erlc. * In OTP 22, HiPE (the native code compiler) is not fully functional. The reasons for this are new BEAM instructions for binary matching that the HiPE native code compiler does not support. If erlc is invoked with the +native option, and if any of the new binary matching instructions are used, the compiler will issue a warning and produce a BEAM file without native code. * Cover now uses the counters module instead of ets for updating counters. The new function cover:local_only/0 allows running Cover in a restricted but faster local-only mode. The increase in speed will vary depending on the type of code being cover-compiled, as an example the compiler test suite runs more than twice as fast with the new Cover. * A simple socket API is provided through the socket module. This is a low level API that does *not* replace gen_[tcp|udp|sctp]. It is intended to *eventually* replace the inet driver. It also provides a basic API that facilitates the implementation of other protocols than TCP, UDP and SCTP. Known issues are; No support for the Windows OS (currently), a small term leakage. This feature will be classed as experimental in OTP 22. * SSL: now uses the new logger API, including log levels and verbose debug logging. * SSL: Basic support for TLS 1.3 Server for experimental use. * crypto: The new hash_info/1 and cipher_info/1 functions returns maps with information about the hash or cipher in the argument. - The application otp_mibs has been removed from OTP.- Update to 21.3.8.1: - Changes for 21.3.8.1: * http://erlang.org/download/OTP-21.3.8.1.README * erts: Fixed a buffer overflow when binary_to_existing_atom/2 and list_to_existing_atom/2 was used with the latin1 encoding. * ssl: Correct solution for retaining tcp flow control OTP-15802 (ERL-934) as to not break ssl:recv as reported in (ERL-938) * tools: cover would fail to start if two processes tried to start it at the exact same time. - Update to 21.3.8: - Changes for 21.3.8: * http://erlang.org/download/OTP-21.3.8.README * common_test: The test result when a hook function fails is in general the same as if the function that the hook is associated with fails. For example, if post_init_per_testcase fails the result is that the test case is skipped, as is the case when init_per_testcase fails.This, however, was earlier not true for timetrap timeouts or other error situations where the process running the hook function was killed. This is now corrected, so the error handling should be the same no matter how the hook function fails. Related Id(s): ERIERL-334 * common_test: In some rare cases, when two common_test nodes used the same log directory, a timing problem could occur which caused common_test to crash because it's log cache file was unexpectedly empty. This is now corrected. Related Id(s): ERIERL-342 * common_test: Two new common_test hook functions are introduced: post_groups/2, which is called after Suite:groups/0 post_all/3, which is called after Suite:all/0 A new term, {testcase,TestCase,RepeatProperties} is now also allowed in the return from all/0. This can be used for repeating a single test case a specific number of times, or until it fails or succeeds once. * eldap, public_key, ssl: Back port of bug fix ERL-893 from OTP-22 and document enhancements that will solve dialyzer warnings for users of the ssl application. This change also affects public_key, eldap (and inet doc). Related Id(s): ERL-893, ERL-929, PR-2215 * erl_interface: erl_interface/ei refused to use node names with an alive name (the part of the node name preceding the @ sign) longer than 63 characters and a host name longer than 64 characters. The total amount of characters allowed in a node name (alivename@hostname) was thus limited to 128 characters. These limits applied both to the own node name as well as node names of other nodes. Ordinary Erlang nodes limit the node name length to 256 characters, which meant that you could not communicate with certain Erlang nodes due to their node name used. erl_interface/ei now allow the total amount of characters in a node name to be up to 256 characters. These characters may be distributed between alive name and host name in whatever way needed. That is, the maximum amount of characters in the alive name may be 254 and the maximum amount of characters in the host name may be 254, but in total the node name must not exceed 256 characters. * erts: Fixed more bugs in process_info(reductions) causing it to sometimes behave non-monotonic. That is, a subsequent call toward the same process could return a lower reduction value. Related Id(s): ERIERL-337, OTP-15709 * ssl: Missing check of size of user_data_buffer made internal socket behave as an active socket instead of active N. This could cause memory problems. * eldap, public_key, ssl: Back port of bug fix ERL-893 from OTP-22 and document enhancements that will solve dialyzer warnings for users of the ssl application. This change also affects public_key, eldap (and inet doc). * stdlib: A bug in gen_statem has been fixed where the internal timeout message could arrive as an info to the callback module during high load due to incorrect use of asynchronous timer cancel.- Update to 21.3.7: - Changes for 21.3.7: * http://erlang.org/download/OTP-21.3.7.README * ssh: When an SSH server receives the very first message on a new TCP connection, and that message is not the expected one, the 64 first bytes of the received message are now dumped in the INFO REPORT that reports the Protocol Error. This facilitates the debugging of who sends the bad message or of detecting a possible port scanning- Update to 21.3.6: - Changes for 21.3.6: * http://erlang.org/download/OTP-21.3.6.README * ssl: With the default BEAST Mitigation strategy for TLS 1.0 an empty TLS fragment could be sent after a one-byte fragment. This glitch has been fixed.- Update to 21.3.5: - Changes for 21.3.5: * http://erlang.org/download/OTP-21.3.5.README * diameter: Fix inadvertently broad monitor that resulted in gen_server cast messages to hidden nodes from module diameter_dist. * erts: Add missing documentation of new external tags NEW_PID, NEW_PORT and NEWER_REFERENCE introduced in OTP 19. These new tags are planned to be "activated" in OTP 23 when distribution capability flag DFLAG_BIG_CREATION becomes mandatory. Older nodes (>= 19) are able to decode these new tags and send them back to the new node. Nodes older than OTP 23 will however never encode their own local pids, ports and references using the new tags. * inets: Fix the internal handling of the option erl_script_timeout in httpd. If explicit erl_script_timeout value was supplied in seconds it was not correctly converted to millisecond units for internal usage. This change fixes the handling of erl_script_timeout in all possible configuration scenarios.- Update to 21.3.4: - Changes for 21.3.4: * http://erlang.org/download/OTP-21.3.4.README * crypto: Fixed build link error on Windows. Unresolved symbol 'bcmp'. * erl_interface: Fix handling of Makefile dependencies so that parallel make works properly. * erts: Fix erlang:open_port/2 with the fd option to correctly cleanup the pollset when the port is closed. Before this fix there would be error printouts sent to logger when the same fd was reused in a new port. * ssh: The callback ssh_channel:init/1 was missing in OTP-21 * ssh: If a client was connected to an server on an already open socket, the callback fun(PeerName,FingerPrint) in the accept_callback option passed the local name in the argument PeerName instead of the remote name. * common_test: OTP internal test improvements.- Update to 21.3.3: - Changes for 21.3.3: * http://erlang.org/download/OTP-21.3.3.README * erts: Fixed a bug in seq_trace:reset_trace/0 that could crash the emulator. * erts: Fixed bug in process_info(reductions) causing it to sometimes return invalid results. * kernel/stdlib: Fixed a performance regression when reading files opened with the compressed flag.- Update to 21.3.2: - Changes for 21.3.2: * http://erlang.org/download/OTP-21.3.2.README * erts: If a suspend/resume signal pair was sent to a process while it was executing dirty, the receiving process could later end up in a suspended state indefinitely. This bug was introduced in ERTS version 10.0 (OTP 21.0). * etrs: Fix a possible deadlock when terminating the ERTS caused by a dirty scheduler not releasing it's run-queue lock when terminating. * xmerl: Handling of character references in attributes are fixed. * xmerl: Normalization of whitespace characters in attributes are fixed so it works when character references are used.- Update to 21.3.1: - Changes for 21.3.1: * http://erlang.org/download/OTP-21.3.1.README * erl_interface: Fixed two bugs in the erl_call program. A missing initialization (introduced in erl_interface-3.11) which either caused a crash or failure to connect to or start a node, and an incorrectly calculated timeout which could cause failure to start an erlang node. These bugs only caused failures on some platforms. * ssl: The timeout for a passive receive was sometimes not cancelled and later caused a server crash. This bug has now been corrected. * ssl: Add tag for passive message (active N) in cb_info to retain transport transparency. - Update to 21.3: - Changes for 21.3: * http://erlang.org/download/OTP-21.3.README * Erlang/OTP 21.3 is the third service release for the 21st major release with improvements, as well as a few features * Highlights * Kernel: The standard logger handler, logger_std_h, now has a new internal feature for log rotation. For full information see the documentation. * SSL:The Reason part of the error return from the functions connect and handshake has a better and documented format. This is a potential incompatibility. See the documentation. Refactoring of state handling has improved the TLS application data throughput and reduced CPU overhead Code optimizations has reduced CPU load for encryption/decryption, especially for Erlang's distribution protocol over TLS Now supports active N * Erl_interface: Support for plugin of a user supplied socket implementation has been added. * OTP:The HTML reference documentation now shows the OTP version where modules and functions were first introduced. Versions of OTP older than R13B04 is not shown in the reference documentation * For a full list of details see: http://erlang.org/download/otp_src_21.3.readme - Update to 21.2.7: - Changes for 21.2.7: * http://erlang.org/download/OTP-21.2.7.README * erts, otp: Fixes of install/release phase in build system. - - The source tree was modified when installing/releasing and/or applying a patch. - - Some files were installed with wrong access rights. - - If applying a patch (using otp_patch_apply) as another user (except root) than the user that built the source, the documentation was not properly updated. * erts, kernel: Setting the recbuf size of an inet socket the buffer is also automatically increased. Fix a bug where the auto adjustment of inet buffer size would be triggered even if an explicit inet buffer size had already been set. * erts: Reading from UDP using active true or active N mode has been optimized when more packets than specified by read_packets are available on the socket. * erts, kernel: Setting the recbuf size of an inet socket the buffer is also automatically increased. Fix a bug where the auto adjustment of inet buffer size would be triggered even if an explicit inet buffer size had already been set.- Update to 21.2.6: - Changes for 21.2.6: * http://erlang.org/download/OTP-21.2.6.README * erts: When using the {linger,{true,T}} option; gen_tcp:listen/2 used the full linger time before returning for example eaddrinuse. This bug has now been corrected. * stdlib: Optimize pretty printing of terms. The slower behaviour was introduced in Erlang/OTP 20.- Drop unsupported openSUSE versions- Update to 21.2.5: - Changes for 21.2.5: * http://erlang.org/download/OTP-21.2.5.README * inets: Fixed bug that causes a crash in http client when using hostnames (e.g. localhost) with the the option ipv6_host_with_brackets set to true. This change also fixes a regression: httpc:request fails with connection error (nxdomain) if option ipv6_host_with_brackets set to true and host component of the URI is an IPv6 address.- update to 21.2.4: - Changes for 21.2.4: * http://erlang.org/download/OTP-21.2.4.README * erts: Fix bug where doing a gen_tcp:send on a socket with delay_send set to true could cause a segfault if the other side closes the connection. Bug was introduced in erts-10.2 (OTP-21.2). * erts: Fix a race condition when a port program closes that could result in the next started port to hang during startup. Bug was introduced in erts-10.0 (OTP-21.0). * erts: Fix a bug where polling for external events could be delayed for a very long time if all active schedulers were 100% loaded. Bug was introduced in erts-10.2 (OTP-21.2). * inets: Make sure ipv6 addresses with brackets in URIs are converted correctly before passing to lower level functions like gen_tcp and ssl functions. Could cause connection to fail. - update to 21.2.3: - Changes for 21.2.3: * http://erlang.org/download/OTP-21.2.3.README * compiler: An optimization that avoided allocation of a stack frame for some case expressions was introduced in OTP 21. (ERL-504/OTP-14808) It turns out that in rare circumstances, this optimization is not safe. Therefore, this optimization has been disabled. * erts: Fixed a crash when dangling files were closed after init:restart/0. * erts: A bug that could cause dirty schedulers to become unresponsive has been fixed. * ssl: Fix encoding of the SRP extension length field in ssl. The old encoding of the SRP extension length could cause interoperability problems with third party SSL implementations when SRP was used. * ssl: Guarantee active once data delivery, handling TCP stream properly. Correct gen_statem returns for some error cases * xmerl: The charset detection parsing crash in some cases when the XML directive is not syntactic correct.- update to 21.2.2: - Changes for 21.2.2: * http://erlang.org/download/OTP-21.2.2.README * ssh: Fixed port leakage if a ssh:daemon call failed. - update to 21.2.1: - Changes for 21.2.1: * http://erlang.org/download/OTP-21.2.1.README * erts: Fixed bug on big endian architectures when changing file permissions or ownership with file:change_mode, change_owner, change_group or write_file_info. Bug exists since OTP-21.0. * erts: Fixed bug in operator band of two negative operands causing erroneous result if the absolute value of one of the operands have the lowest N*W bits as zero and the other absolute value is not larger than N*W bits. N is an integer of 1 or larger and W is 32 or 64 depending on word size. * ssl: Fixed renegotiation bug. Client did not handle server initiated renegotiation correctly after rewrite to two connection processes, due to ERL-622 commit d87ac1c55188f5ba5cdf72384125d94d42118c18. This could manifest it self as a " bad_record_mac" alert. Also included are some optimizations - update to 21.2: - Changes for 21.2: * http://erlang.org/download/OTP-21.2.README * HIGHLIGHTS * erts, sasl: New counters and atomics modules supplies access to highly efficient operations on mutable fixed word sized variables. * erts: There is a new module persistent_term that implements a term storage suitable for terms that are frequently used but never or infrequently updated. Lookups are done in constant time without copying the terms. * ssh: Requires OpenSSL 1.1.1 or higher as cryptolib under the OTP application crypto. * ssl: *** POTENTIAL INCOMPATIBILITY *** ssl now uses active n internally to boost performance. Old active once behavior can be restored by setting application variable see manual page for ssl application (man 6). * erts: Add a new pollset that is made to handle sockets that use {active, true} or {active, N}. The new pollset will not be polled by a pollthread, but instead polled by a normal scheduler. This change was made because of the overhead associated with constantly having to re-apply the ONESHOT mechanism on fds that all input events were interesting. The new pollset is only active on platforms that support concurrent kernel poll updates, i.e. Linux and BSD. * POTENTIAL INCOMPATIBILITIES: kernel: A new function, logger:update_handler_config/3 is added, and the handler callback changing_config now has a new argument, SetOrUpdate, which indicates if the configuration change comes from set_handler_config/2,3 or update_handler_config/2,3. This allows the handler to consistently merge the new configuration with the old (if the change comes from update_handler_config/2,3) or with the default (if the change comes from set_handler_config/2,3). The built-in handlers logger_std_h and logger_disk_log_h are updated accordingly. A bug which could cause inconsistency between the handlers' internal state and the stored configuration is also corrected. * ssl: ssl now uses active n internally to boost performance. Old active once behavior can be restored by setting application variable see manual page for ssl application (man 6). * full relase notes here: http://erlang.org/download/OTP-21.2.README- Drop crypto.patch: isn't required anymore Reported by Gabriele Santomaggio- update to 21.1.4: - Changes for 21.1.4: * http://erlang.org/download/OTP-21.1.4.README * kernel: Fix bug causing net_kernel process crash on connection attempt from node with name identical to local node. - update to 21.1.3: - Changes for 21.1.3: * http://erlang.org/download/OTP-21.1.3.README * erts: Added an optional ./configure flag to compile the emulator with spectre mitigation: - -with-spectre-mitigation Note that this requires a recent version of GCC with support for spectre mitigation and the - -mindirect-branch=thunk flag, such as 8.1.- Pack /etc/init.d/epmd only for systemd-less cases (boo#1116009)- update to 21.1.2: - Changes for 21.1.2: * http://erlang.org/download/OTP-21.1.2.README * compiler: Fixed a bug where incorrect code was generated following a binary match guard. * erts: Fixed a rare bug where files could be closed on a normal instead of an IO scheduler, resulting in system instability if the operation blocked. * public_key: Add DSA SHA2 oids in public_keys ASN1-spec and public_key:pkix_sign_types/1- Fix instructions for changing address for epmd.socket service. The ListenStream option needs to be completely overriden otherwise the socket will be started with multiple ListenStream options and it will fail.- update to 21.1.1: - Changes for 21.1.1: - http://erlang.org/download/OTP-21.1.1.README * erts: Fixed a memory leak on errors when reading files. * ssl: From ssl-9.0.2. CLOSE ALERTS could under some circumstances be encoded using an incorrect cipher state. This would cause the peer to regard them as unknown messages. * ssl: Correct handling of socket packet option with new TLS sender process, from ssl-9.0.2. When changing the socket option {packet, 1|2|3|4} with ssl:setopts/2 the option must internally be propagated to the sender process as well as the reader process as this particular option also affects the data to be sent. * eldap: A race condition at close could cause the eldap client to exit with a badarg message as cause. - Changes for 21.1: - http://erlang.org/download/OTP-21.1.README * ssh: The key exchange methods 'curve25519-sha256@libssh.org', 'curve25519-sha256' and 'curve448-sha512' are implemented. The last two are defined in https://tools.ietf.org/html/draft-ietf-curdle-ssh-curves They all depends on that OpenSSL 1.1.1 or higher is used as cryptolib. * crypto: The typing in the CRYPTO and PUBLIC_KEY applications are reworked and a few mistakes are corrected. The documentation is now generated from the typing and some clarifications are made. A new chapter on Algorithm Details such as key sizes and availability is added to the CRYPTO User's Guide. * erts: The socket options recvtos, recvttl, recvtclass and pktoptions have been implemented in the socket modules. See the documentation for the gen_tcp, gen_udp and inet modules. Note that support for these in the runtime system is platform dependent. Especially for pktoptions which is very Linux specific and obsoleted by the RFCs that defined it. * ssh: The cipher 'chacha20-poly1305@openssh.com' is now supported if OpenSSL 1.1.1 or higher is used as cryptolib. - Changes for 21.0.9: - http://erlang.org/download/OTP-21.0.9.README * compiler: Fix a regression in OTP-15204 that removed .beam file metadata that some external build tools relied on. * erts: As of ERTS version 10.0 (OTP 21.0) the erl_child_setup program, which creates port programs, ignores TERM signals. This setting was unintentionally inherited by port programs. Handling of TERM signals in port programs has now been restored to the default behavior. That is, terminate the process. * erts: The fix made for OTP-15279 in erts-10.07 (OTP-21.0.8) was not complete. It could cause a new connection attempt to be incorrectly aborted in certain cases. This fix will amend that flaw. - Changes for 21.0.8: - http://erlang.org/download/OTP-21.0.8. * erts: A process could get stuck in an infinite rescheduling loop between normal and dirty schedulers. This bug was introduced in ERTS version 10.0. * erts: Garbage collection of a distribution entry could cause an emulator crash if net_kernel had not brought previous connection attempts on it down properly. * kernel: Fixed bug in net_kernel that could cause an emulator crash if certain connection attempts failed. Bug exists since kernel-6.0 (OTP-21.0). - Changes for 21.0.7: - http://erlang.org/download/OTP-21.0.7. * erts: A race between termination of a process and resume of the same process via erlang:resume_process/1 could cause the VM to crash. This bug was introduced in erts version 10.0 (OTP 21.0). * erts: When tracing on running, in trace events could be lost when a process was rescheduled between a dirty and a normal scheduler. - Changes for 21.0.6: - http://erlang.org/download/OTP-21.0.6.README * crypto: Update the crypto engine functions to handle multiple loads of an engine. * inets: Change status code for no mod found to handle request to 501 * ssl: Correct cipher suite handling for ECDHE_*, the incorrect handling could cause an incorrrect suite to be selected and most likly fail the handshake. - Changes for 21.0.5: - http://erlang.org/download/OTP-21.0.5.README * POTENTIAL INCOMPATIBILITIES erts: Fixed a bug causing some Erlang references to be inconsistently ordered. This could for example cause failure to look up certain elements with references as keys in search data structures. This bug was introduced in R13B02. * compiler: Fixed an issue where files compiled with the +deterministic option differed if they were compiled in a different directory but were otherwise identical. * crypto: Fixed a node crash in crypto:compute_key(ecdh, ...) when passing a wrongly typed Others argument. * erts: Fixed a bug which caused an emulator crash when enif_send() was called by a NIF that executed on a dirty scheduler. The bug was either triggered when the NIF called enif_send() without a message environment, or when the process executing the NIF was send traced. - Changes for 21.0.4: - http://erlang.org/download/OTP-21.0.4.README * erts: Fixed a crash when matching directly against a literal map using a single key that had been saved on the stack. * erts: Fix node crash when passing a bad time option to file:read_file_info/2. - Changes for 21.0.3: - http://erlang.org/download/OTP-21.0.3.README * otp: Build support for the erlang/corba repository. * erts: Fixed a scheduler bug that caused normal schedulers to run dirty code. * erts: Fixed a bug in erlang:trace_info/2 which caused the emulator to crash when a bad argument was passed. The bug was introduced in ERTS version 10.0. - Changes for 21.0.2: - http://erlang.org/download/OTP-21.0.2.README * compiler: In rare cases involving matching of binary literal strings, the compiler could optimize away code that should be executed. * compiler:There could be an internal consistency check failure when compiling code that called map_get(Key, Map) and then updated the same map. * compiler: In rare circumstances, the compiler could crash in beam_jump when compiling a floating point operation. * erts: Fixed a rare bug that could cause processes to be scheduled after they had been freed * erts: Fixed a race condition in the inet driver that could cause receive to hang when the emulator was compiled with gcc 8. * public_key: Fix some of the keylengths in the newly generated moduli file in public_key are not universally supported. This could cause the SSH key exchange diffie-hellman-group-exchange-sha* to fail. Those keylengths are now removed. * stdlib: Fix a bug that could cause a crash when formatting a list of non-characters using the control sequences p or P and limiting the output with the option chars_limit. - Changes for 21.0.1: - http://erlang.org/download/OTP-21.0.1. * compiler:The compiler could crash when compiling a complicated function that used the binary syntax. - Changes for 21.0: - http://erlang.org/download/otp_src_21.0.readme * Erlang/OTP 21 is a new major release with new features, improvements as well as incompatibilities. * Potential Incompatibilities: - All Corba applications are now moved from the OTP repository - A new Corba repository will be created https://github.com/erlang - New applications ftp and tftp, moved from inets - ssl no longer supports 3_DES cipher suites or RSA-key exchange cipher suites by default - Erlang:monitor on a primitive node (erl_interface, jinterface, etc) will no longer fail with badarg exception. Instead a monitor will be created, but it will only supervise the connection to the node. * Highlights: * Erts: - Enhanced IO scalability - Support for usage of distribution controller processes for alternative transports, routing etc - compact instructions on 64bit systems for code below 4GB 20% less memory for loaded code - Rewrite of the efile-driver with NIFs and "Dirty schedulers" resulting in faster file operations non-smp VM removed - link and monitor optimized for scalability- update to 20.3.8.9: - Changes for 20.3.8.9: - http://erlang.org/download/OTP-20.3.8.9.README * Fix a regression in OTP-15204 that removed .beam file metadata - Changes for 20.3.8.8: - http://erlang.org/download/OTP-20.3.8.8.README * inets: Do not use chunked-encoding with 1xx, 204 and 304 responses when using mod_esi * inets: Add robust handling of chunked-encoded HTTP responses with an empty body (1xx, 204, 304) - Changes for 20.3.8.7: - http://erlang.org/download/OTP-20.3.8.7.README * crypto: Update the crypto engine functions to handle multiple loads of an engine * mnesia: Fixed a bug where the bag table index data was not deleted when objects were deleted.- Update to 20.3.8.6: * inets: Change status code for no mod found to handle request to 501- Update to 20.3.8.5. - Changes for 20.3.8.5: * erts: Fixed a bug causing some Erlang references to be inconsistently ordered. This could for example cause failure to look up certain elements with references as keys in search data structures. This bug was introduced in R13B02. Thanks to Simon Cornish for finding the bug and supplying a fix. * compiler: Fixed an issue where files compiled with the +deterministic option differed if they were compiled in a different directory but were otherwise identical. * crypto: Fixed a node crash in crypto:compute_key(ecdh, ...) when passing a wrongly typed Others argument. * erts: Fixed a bug which caused an emulator crash when enif_send() was called by a NIF that executed on a dirty scheduler. The bug was either triggered when the NIF called enif_send() without a message environment, or when the process executing the NIF was send traced. * erts: Fixed a bug causing some Erlang references to be inconsistently ordered. This could for example cause failure to look up certain elements with references as keys in search data structures. This bug was introduced in R13B02. Thanks to Simon Cornish for finding the bug and supplying a fix. * mnesia: When master node is set do not force a load from ram_copies replica when there are no available disc_copies, since that would load an empty table. Wait until a disk replica is available or until user explicitly force_loads the table. * mnesia: Allow to add replicas even if all other replicas are down when the other replicase are not stored on disk. * ssl: Correct handling of empty server SNI extension * ssl: Correct cipher suite handling for ECDHE_*, the incorrect handling could cause an incorrrect suite to be selected and most likly fail the handshake. - Changes for 20.3.8.4: * asn1: A bug in ASN.1 BER decoding has been fixed. When decoding a recursively enclosed term the length was not propagated to that term decoding, so if the length of the enclosed term was longer than the enclosing that error was not dectected. A hard coded C stack limitation for decoding recursive ASN.1 terms has been introduced. This is currently set to 8 kWords giving a nesting depth of about 1000 levels. Deeper terms can not be decoded, which should not be much of a real world limitation. - Changes for 20.3.8.3: * erts: Fixed a race condition in the inet driver that could cause receive to hang when the emulator was compiled with gcc8. * erts: Fix bug in generation of erl_crash.dump, which could cause VM to crash. Bug exist since erts-9.2 (OTP-20.2). * ic: Fixed potential buffer overflow bugs in oe_ei_encode_long/ulong/longlong/ulonglong functions on 64-bit architectures. These functions expect 32 bit integers as the IDL type "long" is defined as 32 bits. But there is nothing preventing user code from "breaking" the interface and pass larger values on 64-bit architectures where the C type "long" is 64 bits. * inets: Enhance error handling, that is mod_get will return 403 if a path is a directory and not a file. * kernel: Non semantic change in dist_util.erl to silence dialyzer warning. * ssl: Improve cipher suite handling correcting ECC and TLS-1.2 requierments. Backport of solution for ERL-641 * ssl: Option keyfile defaults to certfile and should be trumped with key. This failed for engine keys. - Changes for 20.3.8.2: * erl_interface: Make ei_connect and friends also accept state ok_simultaneous during handshake, which means the other node has initiated a connection setup that will be cancelled in favor of this connection. * erts: Fixed a rare bug that could cause processes to be scheduled after they had been freed. * ic: Fixed bug in ic causing potential buffer overrun in funtion oe_ei_encode_atom. Bug exists since ic-4.4.4 (OTP-20.3.4). * kernel: Fix some potential buggy behavior in how ticks are sent on inter node distribution connections. Tick is now sent to c-node even if there are unsent buffered data, as c-nodes need ticks in order to send reply ticks. The amount of sent data was also calculated wrongly when ticks were suppressed due to unsent buffered data. - Changes for 20.3.8.1: * inets: Options added for setting low-level properties on the underlying TCP connections. The options are: sock_ctrl, sock_data_act and sock_data_pass. See the manual for details. * ssh: SFTP clients reported the error reason "" if a non-OTP sftp server was killed during a long file transmission. Now the signal name (for example "KILL") will be the error reason if the server's reason is empty. The documentation also lacked type information about this class of errors. * ssh: Fix ssh_sftp decode error for sftp protocol version 4 * syntax_tools: Fix a bug regarding reverting map types. - Changes for 20.3.8: * erts: Fixed bug in ets that could cause VM crash if process A terminates after fixating a table and process B deletes the table at "the same time". The table fixation could be done with ets:safe_fixtable or if process A terminates in the middle of a long running select or match call. * snmp: The Snmp MIB compiler now allows using a TEXTUAL-CONVENTION type before defining it. - Changes for 20.3.7: * erl_docgen: Update makefile so db_funcs.xsl is a part of the installed application. * erts: Fixed bug in enif_binary_to_term which could cause memory corruption for immediate terms (atoms, small integers, pids, ports, empty lists). * erts: Fixed bug in erlang:system_profile/2 that could cause superfluous {profile,_,active,_,_} messages for terminating processes. * inets: The option max_headers operated on the individual header length instead of the total length of all headers. Also headers with empty keys are now discarded. - Changes for 20.3.6: * crypto: If OPENSSL_NO_EC was set, the compilation of the crypto nifs failed. * crypto: C-compile errors for LibreSSL 2.7.0 - 2.7.2 fixed * ssh: Host key hash erroneously calculated for clients following draft-00 of RFC 4419, for example PuTTY * ssh: Renegotiation could fail in some states - Changes for 20.3.5: * erts: Fixed a crash in heart:get_cmd/0 when the stored command was too long. * ssl: Proper handling of clients that choose to send an empty answer to a certificate request. - Changes for 20.3.4: * erl_interface: Fix bug in ei_connect functions that may cause failure due to insufficient buffer space for gethostbyname_r. * erl_interface, ic: Optimize encoding/decoding for pure 7-bit ascii atoms. * inets: Fix broken options handling in httpc (ERL-441). * ssh: An ssh_sftp server (running version 6) could fail if it is told to remove a file which in fact is a directory. * ssh: Fix rare spurios shutdowns of ssh servers when receiveing {'EXIT',_,normal} messages. - Changes for 20.3.3: * sasl: When upgrading with instruction 'restart_new_emulator', the generated temporary boot file used 'kernelProcess' statements from the old release instead of the new release. This is now corrected.- Update to 20.3.2 * ssl: Added new API functions to facilitate cipher suite handling * erts, observer: More crash dump info such as: process binary virtual heap stats, full info for process causing out-of-mem during GC, more port related info, and dirty scheduler info. * inets: Add support for unix domain sockets in the http client.- Update to 20.2.2. - Changes for 20.2.2: * mnesia: Removed a quadratic behavior in startup. This change implies that backend plugins (if used) must be set when the schema is created or via configuration parameters before mnesia is started. * mnesia: Bad timing could crash mnesia after a checkpoint was deactivated and reactivated with the same checkpoint name on different tables. - Changes for 20.2.1: * ssh: Fix problem with OpenSSH 7.2 (and later) clients that has used sha1 instead of sha2 for rsa-sha-256/512 user's public keys. - Highlighted changes for 20.2: * crypto, ssl: The crypto API is extended to use private/public keys stored in an Engine for sign/verify or encrypt/decrypt operations. The ssl application provides an API to use this new engine concept in TLS. * ssh: SSH can now fetch the host key from the private keys stored in an Engine. See the crypto application for details about Engines. * ssl: A new command line option -ssl_dist_optfile has been added to facilitate specifying the many options needed when using SSL as the distribution protocol. * stdlib: Improve performance of the new string functionality when handling ASCII characters.- Update to 20.1.5: * erts: Fixed a regression in zlib:gunzip/1 that prevented it from working when the decompressed size was a perfect multiple of 16384. This regression was introduced in 20.1.1 * erts: Fixed a memory corruption bug in enif_inspect_iovec; writable binaries stayed writable after entering the iovec. * erts: Fixed a crash in enif_inspect_iovec on encountering empty binaries. * erts: zlib:deflateParams/3 will no longer return buf_error when called after zlib:deflate/2 with zlib 1.2.11. * inets: Correct the handling of location headers so that the status code is not hard coded. This should have been fixed by commit 2cc5ba70cbbc6b3ace81a2a0324417c3b65265bb but unfortunately was broken during a code refactoring and unnoticed due to a faulty placed test case. - Update to 20.1.4: * inets: Fix broken handling of POST requests * inets: Make sure ints:stop/2 of the service httpd is synchronous * inets: Honor status code returned by ESI script and modernize "location" header handling. - Update to 20.1.3: * diameter: A fault introduced in diameter 2.1 could cause decode errors to be ignored in AVPs following the header of aGrouped AVP. * erts: Added zlib:set_controlling_process/2 to move a zstream() between processes. * erts: Fix so that schedulers are bound correctly when the first available cpu is not the first detected cpu. e.g. when using "taskset -c X..Y" when X is not equal to 0. * snmp: The recbuf configuration option was not propagated correctly to the socket for the SNMP Manager.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update to 21.1.2: * diameter: An inadvertently removed monitor in diameter 2.1 caused the ets table diameter_reg to leak entries, and caused service restart and more to fail. * erts: Fixed bug that could cause a VM crash when a corrupt message is received on distribution channel from other node. - Update to 20.1.1: * compiler: The compiler could issue an incorrect internal consistency failure diagnostic for some complicated bit syntax maches. * erts: The new zlib module returned a data_error when inflating concatenated streams, which was incompatible with the old module's behavior of returning the uncompressed data up to the end of the first stream. * erts: zlib:gunzip/1 will no longer stop at the end of the first stream when decompressing concatenated gzip files. * ssh: Fixed broken printout * ssh: Disable aes_gcm ciphers if peer is OpenSSH 6.2 which is known to have trouble with them in some cases. - Update to 20.1: * crypto, public_key: Extend crypto and public_key functions sign and verify with: support for RSASSA-PS padding for signatures and for saltlength setting X9.31 RSA padding. sha, sha224, sha256, sha384, and sha512 for dss signatures as mentioned in NIST SP 800-57 Part 1. ripemd160 to be used for rsa signatures. A new tuple in crypto:supports/0 reports supported MAC algorithms. * diameter: Add service option decode_format to allow incoming messages to be decoded into maps instead of records. Decode performance has been improved. Add service/transport option avp_dictionaries to give better support for dictionaries only defining AVPs. * erts: Upgraded the ERTS internal PCRE library from version 8.40 to version 8.41. * erts, kernel, tools: Profiling with lock counting can now be fully toggled at runtime in the lock counting emulator (-emu_type lcnt). Everything is enabled by default to match the old behavior, but specific categories can be toggled at will with minimal runtime overhead when disabled. Refer to the documentation on lcnt:rt_mask/1 for details. * lcnt:collect and lcnt:clear will no longer block all other threads in the runtime system. This makes it possible to run the lock counting under heavier load. * erts: The zlib module has been refactored and all its operations will now yield appropriately, allowing them to be used freely in concurrent applications. * erts, tools: Add erlang:iolist_to_iovec/1, which converts an iolist() to an erlang:iovec(), which is suitable for use with enif_inspect_iovec(). * erts: Add new nif API functions for managing an I/O Queue. The added functions are: enif_ioq_create(), enif_ioq_destroy(), enif_ioq_enq_binary(), enif_ioq_enqv(), enif_ioq_deq(), enif_ioq_peek(), enif_inspect_iovec(), enif_free_iovec() * observer/crashdump_viewer: Reading of crash dumps with many binaries is optimized. A progress bar is shown when the detail view for a process is opened. The cdv script now sets ERL_CRASH_DUMP_SECONDS=0 to avoid generating a new crash dump from the node running the Crashdump Viewer. * observer: Add system statistics and limits to frontpage in observer. * public_key, ssl**: Improved error propagation and reports * ssh: A new option modify_algorithms is implemented. It enables specifying changes on the default algorithms list. See the reference manual and the SSH User's Guide chapter "Configuring algorithms in SSH". * tools/xref: The predefined Xref analysis locals_not_used now understands the -on_load() attribute and does not report unused functions. * tools/fprof: When sampling multiple processes and analyzing with totals set to true, the output now sums together all caller and callee entries which concerns the same function. Previous behaviour was to report each contributing entry separately.- Only Java 1.6 is supported by Erlang since 18.0 release- Update to 20.0.5: * erts: Fixed bug in binary_to_term and binary_to_atom that could cause VM crash. Typically happens when the last character of an UTF8 string is in the range 128 to 255, but truncated to only one byte. Bug exists in binary_to_term since ERTS version 5.10.2 (OTP_R16B01) and binary_to_atom since ERTS version 9.0 (OTP-20.0). * inets: http_uri aligned to follow RFC 3986 and not convert "+" to space when decoding URIs. * inets: Added new option max_client_body_chunk to httpd server to allow chunked delivery of PUT and POST data to mod_esi callback. Note, new mod_esi callback implementation is required. Also correct value provided by server_name environment variable.- Update to 20.0.4: * dializer: Fix a bug where merging PLT:s could lose info. The bug was introduced in Erlang/OTP 20.0. * erts: A timer internal bit-field used for storing scheduler id was too small. As a result, VM internal timer data structures could become inconsistent when using 1024 schedulers on the system. Note that systems with less than 1024 schedulers are not effected by this bug. This bug was introduced in ERTS version 7.0 (OTP 18.0). * erts: Automatic cleanup of a BIF timer, when the owner process terminated, could race with the timeout of the timer. This could cause the VM internal data structures to become inconsistent which very likely caused a VM crash. This bug was introduced in ERTS version 9.0 (OTP 20.0). - Update to 20.0.3: * asn1: Default values now work in extension for PER, so if you give the atom asn1_DEFAULT instead of a value it will become the default value. * compiler: Fail labels on guard BIFs weren't taken into account during an optimization pass, and a bug in the validation pass sometimes prevented this from being noticed when a fault occurred. * erts: Binary append operations did not check for overflow, resulting in nonsensical results when huge binaries were appended. * ssh: All unknown options are sent to the transport handler regardless of type.- Update to 20.0.2: * asn: Fixed compilation error of generated code caused by a missing quotation of function names as part of an external call for encoding. * erts: Added missing release notes for OTP-14491 ("performance bug in pre-allocators") which was included in erts-9.0.1 (OTP-20.0.1). * erts: Fixed a bug that prevented TCP sockets from being closed properly on send timeouts. * erts: Fixed bug in operator bxor causing erroneuos result when one operand is a big *negative* integer with the lowest N*W bits as zero and the other operand not larger than N*W bits. N is an integer of 1 or larger and W is 32 or 64 depending on word size. * kernel: The documentation for the 'quiet' option in disk_log:open/1 had an incorrect default value.- erlang-gs application has been depricated- Update to 20.0.1: * erts: Fixed a bug in gen_tcp:send where it never returned when repeatedly called on a remotely closed TCP socket. * erts: Fixed segfault that could happen during cleanup of aborted erlang:port_command/3 calls. A port_command is aborted if the port is closed at the same time as the port_command was issued. This bug was introduced in erts-8.0. * erts: Fixed implementation of statistics(wall_clock) and statistics(runtime) so that values do not unnecessarily wrap due to the emulator. Note that the values returned by statistics(runtime) may still wrap due to limitations in the underlying functionality provided by the operating system. * erts: Fix performance bug in pre-allocators that could cause them to permanently fall back on normal more expensive memory allocation. Pre-allocators are used for quick allocation of short lived meta data used by messages and other scheduled tasks. Bug exists since OTP_R15B02. * runtime_tools: A faulty encoding comment was added when saving trace patterns to file. This is now corrected. * stdlib: A bug in proc_lib:format() introduced in Erlang/OTP 20.0 is corrected. * stdlib: Fix string:len/1 to be compatible with previous versions. * stdlib: In OTP-20.0, the behavior of c, make, and ct_make was changed so that in some cases the beam files by default would be written to the directory where the source files were found. This is now changed back to the old behavior so beam files are by default written to current directory. - Update to 20.0.0: * Potential Incompatibilities * ERTS: * The non SMP Erlang VM is deprecated and not built by default * Remove deprecated erlang:hash/2 * erlang:statistics/1 with scheduler_wall_time now also includes info about dirty CPU schedulers. * The new purge strategy introduced in OTP 19.1 is mandatory and slightly incompatible for processes holding funs * see erlang:check_process_code/3. * The NIF library reload is not supported anymore. * Atoms can now contain arbitrary unicode characters which means that the DFLAG_UTF8_ATOMS capability in the distribution protocol must be supported if an OTP 20 node should accept the connection with another node or library. Third party libraries which uses the distribution protocol need to be updated with this. * Asn1: Deprecated module and functions removed (asn1rt, asn1ct:encode/3 and decode/3) * Ssh: client only option in a call to start a daemon will now fail * Highlights * Erts: * Dirty schedulers enabled and supported on VM with SMP support. * support for “dirty” BIFs and “dirty” GC. * erlang:garbage_collect/2 for control of minor or major GC * Erlang literals are no longer copied when sending messages. * Improved performance for large ETS tables, >256 entries (except ordered_set) * erlang:system_info/1 atom_count and atom_limit * Reduced memory pressure by converting sub-binaries to heap-binaries during GC * enif_select, map an external event to message * Improvements of timers internally in the VM resulting in reduced memory consumption and more efficient administration for timers * Compiler: * Code generation for complicated guards is improved. * Warnings for repeated identical map keys. #{'a'=>1, 'b'=>2, 'a'=>3} will warn for the repeated key a. * By default there is now a warning when export_all is used. Can be disabled * Pattern matching for maps is optimized * New option deterministic to omit path to source + options info the BEAM file. * Atoms may now contain arbitrary unicode characters. * compile:file/2 has an option to include extra chunks in the BEAM file. * Misc other applications: * Significantly updated string module with unicode support and many new functions * crypto now supports OpenSSL 1.1 * Unnamed ets tables optimized * gen_fsm is deprecated and replaced by gen_statem * A new event manager to handle a subset of OS signals in Erlang * Optimized sets add_element, del_element and union * Added rand:jump/0-1 * When a gen_server crashes, the stacktrace for the client will be printed to facilitate debugging. * take/2 has been added to dict, orddict, and gb_trees. * take_any/2 has been added to gb_trees * erl_tar support for long path names and new file formats * asn1: the new maps option changes the representation of SEQUENCE to be maps instead of records * A TLS client will by default call public_key:pkix_verify_hostname/2 to verify the hostname * ssl: DTLS documented in the API, experimental * ssh: improving security, removing and adding algorithms * New math:fmod/2- Disable global PIE for erlang, code is currently not fully ready.- Update to 19.3.2: * erts: The +Bi command line argument of erl erroneously caused SIGTERM to be ignored by the VM as well as of all its child processes. This bug was introduced in erts version 8.3.- Update to 19.3.1: * crypto: Fix a bug with AES CFB 128 for 192 and 256 bit keys. Thanks to kellymclaughlin ! * erts: Trying to open a directory with file:read_file/1 on Unix leaked a file descriptor. This bug has now been fixed. * erts: Invoking init:stop/0 via the SIGTERM signal, in a non-SMP BEAM, could cause BEAM to terminate with fatal error. This has now been fixed and the BEAM will terminate normally when SIGTERM is received. * inets: Fixed a bug in ftp that made further operations after a recv_chunk operation impossible. * ssh: ssh:daemon_info/1 crashed if the listening IP was not 'any' * ssl: Correct active once emulation, for TLS. Now all data received by the connection process will be delivered through active once, even when the active once arrives after that the gen_tcp socket is closed by the peer.- Changes since 19.2: * crypto, ssh: The implementation of the key exchange algorithms diffie-hellman-group-exchange-sha* are optimized, up to a factor of 11 for the slowest ( = biggest and safest) group size. * dialyzer: The peak memory consumption is reduced. Analyzing modules with binary construction with huge strings is now much faster. * erts: A received SIGTERM signal to beam will generate a 'stop' message to the init process and terminate the Erlang VM nicely. This is equivalent to calling init:stop/0. * kernel: The functions in the file module that take a list of paths (e.g. file:path_consult/2) will now continue to search in the path if the path contains something that is not a directory. * kernel: Two OTP processes that are known to receive many messages are rex (used by rpc) and error_logger. Those processes will now store unprocessed messages outside the process heap, which will potentially decrease the cost of garbage collections. * public_key: New function pkix_verify_hostname/2,3 implements certificate hostname checking. See the manual and RFC 6125.- * public_key, ssh: The ssh host key fingerprint generation now also takes a list of algorithms and returns a list of corresponding fingerprints. See public_key:ssh_hostkey_fingerprint/2 and the option silently_accept_hosts in ssh:connect. * ssl: Move PEM cache to a dedicated process, to avoid making the SSL manager process a bottleneck. This improves scalability of TLS connections. * stdlib: filename:safe_relative_path/1 to sanitize a relative path has been added.- Add missed scripts requires for erlang-epmd package- Update to 19.2.2: * mnesia: Fixed crash in checkpoint handling when table was deleted during backup.- Update to 19.2: * stdlib: The new behaviour gen_statem has been improved with 3 new features: the possibility to use old style non-proxy timeouts for gen_statem:call/2,3, state entry code, and state timeouts. These are backwards compatible. Minor code and documentation improvements has been performed including a borderline semantics correction of timeout zero handling. * ssl: Experimental version of DTLS. It is runnable but not complete and cannot be considered reliable for production usage. To use DTLS add the option {protocol, dtls} to ssl:connect and ssl:listen. * ssh: Extended the option silently_accept_hosts for ssh:connect to make it possible for the client to check the SSH host key fingerprint string. Se the reference manual for SSH. * ~40 contributions since the previous service release OTP 19.1- Update to 19.1: * erts: Improved dirty scheduler support. A purge of a module will not have to wait for completion of all ongoing dirty NIF calls * erts: Improved accuracy of timeouts on MacOS X * kernel: Add net_kernel:setopts/2 and net_kernel:getopts/2 to control options for distribution sockets in runtime * asn1: Compiling multiple ASN.1 modules in the same directory with parallel make (make -j) should now be safe * httpd: support for PUT and DELETE in mod_esi * ~30 contributions since 19.0- Update to 19.0.4: * erts: Fixed a race that could cause a lost wakeup of a process that timed out in a receive ... after. This bug was introduced in ERTS version 7.0. * erts: Fixed segfault after writing an erl crash dump.- Update to 19.0: * compiler, stdlib: New preprocessor macros *?FUNCTION_NAME, ?FUNCTION_ARITY*. New preprocessor directives -error(Term) and - warning(Term) to cause a compilation error or warning, respectively. * gen_statem: a new state machine behavior * mnesia_ext: plugin of external storage solutions to mnesia * crypto: uses EVP interface in OpenSSL resulting in generally better performance and support for HW acceleration * ssh: performance improvements, uses the new gen_statem behavior * ssl: enhanced error log messages * dialyzer: the support for maps is very much extended both the type specification syntax and the type analysis. * erts: erlang:open_port(spawn, ...) 3-5 times faster * erts/kernel: Experimental support for Unix Domain Sockets * ose: Deprecated application has been removed * webtool: Deprecated application has been removed * test_server: Deprecated application has been removed, use common_test instead- Do not suppress errors from useradd/groupadd - Orthographic/typographical fixes- Update to 18.3.4: * inets: Handle multiple \t in mime types file * ssl: Correct ssl:prf/5 to use the negotiated cipher suite's prf function in ssl:prf/5 instead of the default prf. * ssl: Timeouts may have the value 0, guards have been corrected to allow this * ssl: Change of internal handling of hash sign pairs as the used one enforced to much restrictions making some valid combinations unavailable. * ssl: Create a little randomness in sending of session invalidation messages, to mitigate load when whole table is invalidated.- Return diameter application: as for 18.3.3 it is distributed under APL license- Update to 18.3.3: * common_test: The nodelay option used to be enabled (true) by default for sockets opened by the Common Test telnet client. * common_test: Fix bug in cth_surefire * common_test: The ct:get_timetrap_info/0 function has been updated to return more information about timetrap scaling. * common_test: A problem with stylesheet HTML tags getting incorrectly escaped by Common Test has been corrected. * common_test: The ct_run start flag -no_esc_chars and ct:run_test/1 start option {esc_chars,Bool} have been introduced. * inets: Put back unused module inets_regexp * ssl: Correct cipher suites conversion and gaurd expression.- Update to 18.3.2: * inets: Add environment information item peer_cert to mod_esi * ssl: Corrections to cipher suite handling using the 3 and 4 tuple format * ssl: Make values for the TLS-1.2 signature_algorithms extension configurable- Update to 18.3: * New statistics info about runnable and active processes & ports. Call erlang:statistics with: total_run_queue_lengths | run_queue_lengths | total_active_tasks | active_tasks. * Time warp improvements: dbg:p/2 and erlang:trace/3 with monotonic_timestamp |strict_monotonic_timestamp. * Introduced a validation callback for heart. * The module overload in sasl has been deprecated. * several bug fixes- Update to 18.2.3: * inets: mod_alias now traverses all aliases picking the longest match and not the first match.- Update to 18.2.2: * ssh: The authentication method 'keyboard-interactive' failed in the Erlang client when the server after successful authentication continued by asking for zero more passwords.- Update to 18.2.1: * Due to a bug in the handling of paths on windows none of the following would work with paths containing a space: ct_run dialyzer erlc escript typer This also contains a fix for HiPE enabled emulator for FreeBSD. - Update to 18.2: * ssl: Add configurable upper limit for session cache. erts: Add function enif_getenv to read OS environment variables in a portable way from NIFs. * kernel: Add {line_delim, byte()} option to inet:setopts/2 and decode_packet/3 * ssh: The 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384' and 'ecdsa-sha2-nistp521' signature algorithms for ssh are implemented. See RFC5656. * ssh: The ssh:daemon option dh_gex_groups is extended to read a user provided ssh moduli file with generator-modulus pairs. The file is in openssh format.- disable hipe on s390/s390x to fix build- Update to 18.1.3: * ssl: Add possibility to downgrade an SSL/TLS connection to a tcp connection, and give back the socket control to a user process. * ssh: The following new key exchange algorithms are implemented:'ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521','diffie-hellman-group14-sha1', 'diffie-hellman-group-exchange-sha1' and 'diffie-hellman-group-exchange-sha256'. This raises the security level considerably. * kernel,stdlib,sasl: A mechanism for limiting the amount of text that the built-in error logger events will produce has been introduced. It is useful for limiting both the size of log files and the CPU time used to produce them. This mechanism is experimental in the sense that it may be changed based on feedback. See config parameter error_logger_format_depth in the Kernel application. - Removed erts_fix_unlock_status_lock.patch: fixed in upstream- Rework wxWidgets BuildRequire: fix build for Leap 42.1- update to 18.0.3: * erts: Fixed a binary memory leak when printing to shell using the tty driver (i.e. not -oldshell). * erts: Fix a bug where the standard error port sometimes crashes with eagain as the reason.- add erts_fix_unlock_status_lock.patch to fix a rare deadlock in erts- fix RHEL/CentOS 7 build- update to 18.0.2: * Fix processes ending up in an inconsistent half exited state in the runtime system without SMP support * Remove unnecessary copying of data when retrieving corrected Erlang monotonic time. * POTENTIAL INCOMPATIBILITY: Change default OS monotonic clock source chosen at build time. This in order to improve performance. The behavior will now on most systems be that (both OS and Erlang) monotonic time stops when the system is suspended. (changeable via the - -enable-prefer-elapsed-monotonic-time-during-suspend configure parameter) * Fix erlang:system_info(end_time) returning a faulty value on 32-bit architectures. * Fix the trace_file_drv not handling EINTR correctly which caused it to fail when the runtime system received a signal.- update to 18.0.1: * Fix a rare hanging of the VM seen to happen just after emulator start. Bug exists since R14.- update to 18.0: * new license: APL 2.0 (Apache Public License) * erts: The time functionality has been extended. This includes a new API for time, as well as "time warp" modes which alters the behavior when system time changes. You are strongly encouraged to use the new API instead of the old API based on erlang:now/0. erlang:now/0 has been deprecated since it is a scalability bottleneck. See http://www.erlang.org/doc/apps/erts/time_correction.html * erts: Beside the API changes and time warp modes a lot of scalability and performance improvements regarding time management has been made. Examples are: + scheduler specific timer wheels, + scheduler specific BIF timer management, + parallel retrieval of monotonic time and system time on OS:es that support it. * erts: The previously introduced "eager check I/O" feature is now enabled by default. * erts/compiler: enhanced support for maps. Big maps new uses a HAMT (Hash Array Mapped Trie) representation internally which makes them more efficient. There is now also support for variables as map keys. * dialyzer: The -dialyzer() attribute can be used for suppressing warnings in a module by specifying functions or warning options. It can also be used for requesting warnings in a module. * ssl: Remove default support for SSL-3.0 and added padding check for TLS-1.0 due to the Poodle vulnerability. * ssl: Remove default support for RC4 cipher suites, as they are consider too weak. * stdlib: Allow maps for supervisor flags and child specs * stdlib: New functions in ets: + take/2: Works the same as ets:delete/2 but also returns the deleted object(s). + update_counter/4 with a default object as argument- update to 17.5.6: * Fix broken relay counters * Fix diameter_sctp listener race - fix build for SLE_12- Update to 17.5.4- fix systemd service files for epmd: * fix stop of epmd (epmd -kill is deprecated and ignored, so stop hangs)- Update to 17.5: * ERTS: Added command line argument option for setting the initial size of process dictionaries. * Diameter: configurable incoming_max len and string_decode for diameter messages * Bugfixes and minor small features in applications such as compiler, common_test, crypto, debugger, eldap, erts, hipe, inets, ssh, ssl, ... - remoce ct-fix_incl-dirs.patch (included upstream)- add ct-fix_incl-dirs.patch (upstream patch for common test)- Version 17.4: * eldap: Nearly all TCP options are possible to give in the eldap:open/2 call. * ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate a pseudo tty. * ssl: Handle servers that may send an empty SNI extension to the client.- use wxWidgets 3.0- fix bashisms in pre scriptnebbiolo 1696237323  23.3.4.19-150300.3.11.123.3.4.19-150300.3.11.1debugger-5.0ebindbg_debugged.beamdbg_icmd.beamdbg_idb.beamdbg_ieval.beamdbg_iload.beamdbg_iserver.beamdbg_istk.beamdbg_wx_break.beamdbg_wx_break_win.beamdbg_wx_code.beamdbg_wx_filedialog_win.beamdbg_wx_interpret.beamdbg_wx_mon.beamdbg_wx_mon_win.beamdbg_wx_settings.beamdbg_wx_src_view.beamdbg_wx_trace.beamdbg_wx_trace_win.beamdbg_wx_view.beamdbg_wx_win.beamdbg_wx_winman.beamdebugger.appdebugger.appupdebugger.beami.beamint.beamprivdebugger.gifdebugger.toolerlang_bug.png/usr/lib64/erlang/lib//usr/lib64/erlang/lib/debugger-5.0//usr/lib64/erlang/lib/debugger-5.0/ebin//usr/lib64/erlang/lib/debugger-5.0/priv/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30891/SUSE_SLE-15-SP3_Update/2ace9c6bcc117399c05d91970700071a-erlang.SUSE_SLE-15-SP3_Updatecpioxz5ppc64le-suse-linuxdirectoryASCII textGIF image data, version 89a, 29 x 29PNG image data, 48 x 48, 8-bit/color RGBA, non-interlacedd&Y0 tg ރ3utf-896604633898da00951a1f16482bf8fe1c7db02c2d6dc0434416084e7ea21beab?P7zXZ !t/ip] crt:bLL iEw NxZXJ D,My&Kuƙo-PA(EiwJgoDV6k!fpAiꊅ*z"H6P]a Lր,%FMk4ha{٤O+1[(;E"TC~Mԟ>`5ENoqqSk>8I+" Ҿo`OwnzƆ-jj%Pg~U"& 3e/UX[dPRyrR8gw^9 uLc0lQ;M6P`/=Ǒ/0f{ڈIIYvAnQJUvBI,\>{a4 q ̡e)dj0in;Y'b.U6aZ4c^,.2bEEpxҿ H"D'!vuY@"#wAiRFpuCX6P(5?r,_|/],&_%T7X,PH+ zyKy"c>;/I8þ7=4Ho!/f1s" z9$<,Wδ\SPĬ=m+yL-h^+1j[xeo4/uEc%ŚE7bt6ҍՑmԡ-`@ *ԡCHl$xo<\yԳX&T|3u%jd\m\M=uymJnBCz?)|pz$&ƫY7#震8fvkvםN*' wFK뀺~EJ?r)E4)98'Vv'.;zZuԶByKP 3y`|mD;w.'[tu n ljGއD0trrBB1s@2KhoJ($NZYOX-$2 ׬_ j}珉%X H$KC4RO47J/'$#heּ;{hjٯ )7$+"*"<&?j>84wUBYUk G2^*gH-f=[VD$YF]Vc=!]rږ]Q=/3{CH~r#ba^kaoA& ?`8aC@)gFD۞i 9 Pw_6(ݳ̫V&{f Vgd@ Y~+~CI3_  آP09,B6w`Sʚm0\MįOW,W˾8ZU>%[!b MqAk[Y`ik* h¦0?E:$Ys-ڧx//^FP8#ܓV¯yl{]ŔP ٥; V*Ý6rkGX`GNAAvbrz6=i45w ˗J+Y6~x~oRfA2&&1\ 熬oUQی1<+:կ0x ## M?/G99 Px8pc 1ox8i mۉ鼽R8TV1>غ`GZs6Yf#Bh_ sg).FU|;K} P” ׮x*H&9bNm=,~l S2s9$88Nw@2͓C,!IKB)5y;Є#? Xڇ,SpΒd&$N/\S/yiPr߻9L/ Oj\|FD1{w>!&,h_azqz/WFV8cBG}ߜ%Nh&6ԻJt<ou &,"ͺ074XI+`BP!]'9|3OA X#9u(JH~IUez![dϮ2=:as#ɒdKn-ys94 k5`*P/d^^a7Z^ gFP0>D|JׯFJ(fxϊW7:P H9rN腛ψ|2U7 ,,^_X6} W }Oo6U>{7v EmK zzNݢF%Ax40sfD.;D&luf} EZp:ű"^nlo>Kv"WȐO.ypkR=ؐÐt e[/ҭ5mL<RA,M4 zgGjM22FƥT7KwB**yVx?8::͕^+kZ9$1v G}69[ӡ2 G-<Ę~*Re5k0p Yz;ٲUI,P2W&]k;o!.݅ T%)DnNθu|G\6C?82637WY;L:/ D1Egixq5ĹbL*vI+;J8_F׭ܕM&7r2|OԤu 3ŀL8So4IO4\`m\V>4EG\ъN1&nƳ[;HX9L4?P,bO Dt%r4w&!' 2Ii_7ۍ+6GuM\ _朗`x4/}SqO57ޙ='7dU> W8ˢ`S19sJ"'9Xb Ӳ4+in,;)6r.ndDCY\EHndy:6D34VH*NM8kTxjJP2{^׹}i0a K8BF=5!z*^> UpB=_#$$ԁr-b`0 > 4_VF%'tFO_}_^\S7.1#.ܢX_HԑGHF9X OX)tkN 3Fu{Bfm˖}e@k$J]΋Ԋ1AsFXhpjƵ[܁1AK[vxy)ęt_骔)Wapfuj:6<}]O)ݥ@!DZG uB:*-K+<،ºERK'n"܋֯@Pv ]MZ$9gA3s8V{O0Ip?ufRO,k``Ɯ3q͡A=MY*w:^9mX]LWßY'+oV N= dݧp69i) $h֘[S!*ŐVB4;+-]r#]GWf+\Q/aX}.ɻ'ifnZ{{Хj <-)oH@H= o:kfX'N@;-u(gx u ,<>ðGjn M'e*ZEӫʩLcy9f vJybu6VE;>T"LcARQTs{L[}33LlNc~IRzs3o [ܯd,sV_ 7!z>ؐ>V7ܸFC='[}=ۑ2MM5>}L;Iqb.bcE!u  gEywO|:Zs<cO/6:To^T{e'M6KB.ϛOHR;Ӽ7N%qD 77uTvV}h{NjAҩS2miD/o`NmPuXdi{L!]5_8zh'K:KO*r5P\\|mF/~SLԫ3,Xy/cٕe&p6* L'mAk̂NtL bڟD{azC%m仭, (Qe{ݠ p@Ǜ^v⎭g;va?X^h=A T~6?Tz*D=1D=\br2m;F:ՙEK*`җ wW[>(H7: $ڤgG'fǟN7)LeĈbh;x}}\ Z3I?VOƦnвͭ?[CmH%O*lV֤ڊ^5˅0\ MŴ꘸iF@!U͎9]Ǭ $[IyӴVIcn;[\߈bVhҧ{ʭj[$z36ElYF"\S}KCQ>tKSp[13?6 \ETޙ(dzry;%䑃մ=\ x*A,~}?o!o7i)¢mUzc\^=?zФe7a|H C1Ampf0.06 ꁫtğ g$*.qB+;ҎL ΍Mi_n+|.x;bI[)r_U"DU9)e — 0-bV @(q ~NR8$8#ȃ">VQDg3qAٍϾv>̡Y+7?'lR[hLEs|_TKc!pJ|2th8h$YE{QѲN*&zx#F]GkBaIٔ>-B;E ,s9#5Uw ѷ/;݈z $\;)aMH*84 \Ki!^C)26+א 6#GbC%06d0h1Rɷ/ WdArȼOM>ulߢw2M}6#ERs*3S2jS52)[[RTBdK%gуc\a π%Ŧ_#!-: rVfzb=68!* Kg.8){yfKN?|uu|"=):2턝:_YUSЦGUK+Z\h(2'7(re7QD/\G|<8ȯЗI=U$l@3.-[i_Gš|#v@\NDa$;.avj)hUBŷfȖH(HYġ[yhFD@#krTrMEd(K=yw*/!J_@7}L,,.!‘r&q*DY'=2aօ>-tͿ-#Tv:h-t,^]g}=o U9#Zv.>;lOЩa7Au( Eq ׮.ͭ޻:Ŝ|Zhp#)ZE&"a60J \4K/e@=yuN 6A [JVnV夬0ǯp(aUHelņU{r`~4Oϣ ":} "KgOQ [=rG?!V Jy1G~\A PT@B%)!uw?Ŋ~=Q*)eB%͏!D4gϸ/]N}Gʿ`3A7Hդ"Pa4aB G &(zO?vZ}j8R q,s|x Y2bSH*xy k良*kYfX$@];Re(K%:=(Q.5x"v`M;M;7(ybtwR{񝎪.ApG拆D$Ju!h\c_!DsT! z"/`JҢ71xΫYJS=O]4=lH{oiuL-L{^W;iɒ zhd*!{fh-|MeJ߲%$m,CaVH!:8 \KdD,Z*qϋrk0g [ #>)^_J۞qY A =cZg=D .3< BbچK /ASؔpB}m 6@ʫHlG$ӿ]߽,3B哒/m|o)u9m.E78h+C>>ljְwth8D5pFTH=T_ OQt 9'OʼnݘCj_qxX2 '4s3άcxkxy@|\(nFj B5acŒ%h[-yio&(6!0 \FQnoiqX҉YdR;N,_n{bx]gZWȎSIMI-a;a?*KCujMPuJꡫeU@Ze;_z2c-e\ܛ%Sll[mpjikT@lB:$ XV?_!Dzl!oZE?v'J֔1fnf4a BWm3y9Tɟ/X]e!3ػiOBRkdp)IG VqUEUPsU[Joj2\z$+DWt|0Nx`B`do]$rre\%^fq9jָf ?"Gm0SDHd[}nm?wv϶XODp_A:&PqYW.X#m!w $> # lԬ YLSO=+J´XZ z2 mmSP Da`_]ۺf/Y0<CyԽl븁a?=d3QFށFJ#t3>*V _b|b96}o DZk>8ELed[Zbd=N"o^^_mh 4\V̐@}D RHV:3!akH>p"e#!qzvGct {K[u!o-ޛCXO= ,f}n r`~bMAMݧIPK+Ř3ZPDe#c~ XH/}C%nFGHº[Dҋ-E bR2هK?rcdJPGL\y| YqJ5ffrwk^8Կz]kݩ6%xU&d2V}pQ%ds9D%(]0w]9A q ٦o"Zb̭y`k[x"QYm#iҠhe s<2N\T4@)2b^o>ͺF@tb=3)K &$ FX3Z.;]s~8d;(s.H^S rn+Hݾ>P81mM2PW`dq41NS}* zj;|tû\,V)NyZugwS!(sQ_: P6W @hǽU|cAYd0PS#G]J.mons%BYW?K|O"J`oJT4N(JFDEd\,Q9,wBOC^j=+:ő 1mI˚2NW]}?35M(x⠊uͳ-Ad8Q3:4#)z¦0r]qi. \Tx AD>|W8߻edS\=^12e,GUK][E_Z &LΫtuq>{~iC9=&LcT3F6ILDg`/=O~kz{uRj;MQ]u2 o/_Q??~]_侲Ʀ -a.Έ2ZEH+M ,羚N"`kF.1zk‡ !<. 9|w~KO&L&cbʬ1@ cd>0b&!{{9(N+z .KEBy=bF\?IH$rZ -q]Ȧ89.u(0l/B@*4UhЂ'K>UpJ LBs`Kuw?gXV]B!n K*'ó {:kĖ\]ou r7fCwtK%d2U N\Ui=cn1[Zqa0)o1u=fl$.k"7o\@Egta~(IBIPS/#%4b a=2}۸?#)iXmAנwJilh*m%ǀ:KM/(D͌}|k4P?lQʎ .:t">B" :oR#Od;Z8pU%@ދh`|)b6x'mЎ0G' 2M]Ȱ4dvEuU%BR#;3ם.7aՋ9#^lhk;W~eٷyEy𛥢g$O A']֟9(J]ۜuv1 M CW KRUi^*b'xYWJ 1 N0Ɠߙ)kqଷх56aDB 8E@!od6oʹ\A.AQ>3:{ }qX5Њ>2 -"3[[|EÏM2W_ 8|zULܡl_3Fpg PACYtod_wU!72!z:zl/Kc8ڹ4wFy$֝Dr0Gf"{%Vj;όDT><2dZ') 4rc$ͬUwc$9 ܭ[.VA4t}p78!h4\y.Cz4ݳp4*8Pgs̯cjsZ-@NqR@Y#a 5c#HgaDVsx8M+%8e^ilMA;xQ9%RoV -*떰*!H/#SRیo~yDCZ|/˓*ˑ?1W =c"+08gF5f.[ 4+BhaGbىK.KPɹJ #xD׎[̼ː Cna8)pI@-=¯wy@b#0&YZaRWuJ0,]X:EeVH$b1oܨ!ER0n|4mN':W7ꓴ<๲pLɲ;Z'#lpF~O:Sx8QyjM`n9U^dMN` 1W-(Bu 2Lm>/bV Q^!H"ZG!*v44(kLWb޸Wm[}&Kw Z v-\|7):4l >J??ZH_sGeZEK咇(U:S1Avrf(eb d7PD=Ogfbb{fƼ$^':Aj0œ8ǖ@^(˴7d懠c%z 1TKo|}N0OD:ےXCTm؃|\[= (V3z4k|}T.9 Ǫc恅𞁥xX̪hŖ/+)jjENKKv]yԝvZ сK+U+r j$(T -#ucH RsUjsx\/=DMU4sI}7)\&ү$69:,d݀{W0RfLjRpԊB[Mp38<{kPR"c*1.ֳknSPm ^5ύFZvrqkFvPaW6lKnJ#4p4-[iv~|9!z`[MZ@@7X0e(B}#}[Pn,mbN7H(zļ<$xCi~ߥL*5e Hp3]=08vׁ5׳⊣sPwM89V͋bZ9ŵ|Fo8L 3D^tEM` lڵ G{2y^ Bvx>'U7B=S-5KfK !}'b=+T']X`)w<#,!Kl>kbf;K =gay3ЁYY~߃fPcwcn/4ھM000)GZ' X*?Yhn![2o.]eH4/h7q1ȧ_\[^W HثfNSvkY4а3?y $9,ME֦q+n(DD$*g3 {``.K22Feγ2(5i3Dc3!MkDʮf1g< uËm[s#m0{u&vdwGtڗmaxY2IeiLQ&;)躠K--ZQ]H QLϹׇ+PZ`^sG# ϶z{!o<Zq5ʪ }k8$ X1/f3E\IEјeU HZK̉VEtZj9OY(؇(ٝp/$jzT44t@yL7sW:7h#I(C2>) =6_3rK(;g/T6Bpi! 6]Q x\䵓U1P+ה=".ѐHbFqFeSCc]bz-S&G vr" .!.C=bNK@,ft$pnIA!=txk85Mٺ ;mFgSGkֆt|> dAys1rQ"ˀS&[` }1#] ,P=o]>ML НKQ[ytx$u*ȏX&r*4'+r^ZKjTvx8߆e`j[o;Es/%/7I 7_F+!ӈ9H+܃FW-x`8\dp3dK覊:B^bBb ^!o:̴hUrtX%7-W iv4\S$_Euqz0`zJU5 NU$[RfS}Җ SR KLmqʬs;G̹~ɆO Lr{fE6@a;]/5LR4SDJ1RA ]7Qw79S͉jZOUg(H }L%hŠcC࿃=d"hȂuO67{Vb,|cf5UmL 4U [`l!ؿp<]p;J?~g)}Rf>!DB=f%5H:=>= 8-2RvqN Mӝ-Yp8c:07Á;R, J_s A͇FK8m"NE} 5sN}-Ccg٠~ hfˁ4F쎪€Hu]ڥߣ$,]Niu+\2VbԛHC 7^D?$b/S }SB3^eZ8ڽVd[Ί`MoCZ i6aYIE1D!m|iƻ ZLLӎy`FBswls2DL&8fi\>0`!1;*H*E% OꀷMZ'yD,Օ@KHr!Utxں2ԹeǾ*\,צ/^bل*uߟ(Y4`3  3%hm㪑wy1w5=nGԢV_~;C+<HO"DOR?)Kg~Xv>Fc ws 84W uxCibnlvQ4W1gsݴ]ksC%fJc&P@r)4nC2!IϾ4^ {oJO26~*C<#OzzaQՃQ!-aܸu~o HuoQiD3"eلPZ|m2Я^i2dRi`7MKxbTƕV#<OCtŊ2,bovhJ˼TU׵ 96eVEr1``, 7F6@ ٪A_l4kIz}L>\]= )S)XDWZ22 QP8w QK18;-ֻTWLO..KVpw'蓲syY Q" s9G~ t8o݄ AA-u8Ĉ/@ׇ;r5vq nCXCe@~8G*#{众3+Gi mhɾ@]DFOj]s#dEzFl^N+:Z&ij:u_b*m,yv3߮ ;F&0)bT $S[NڻK7C1'jhBYZ&yz,&$5^J̀?M[_ ^_*B+p=]m=hDW% WwL*/ld=X;gPf񴼗kdp1kkIJ4D`Mv`k?N6#B8W%U/sC)}+u4kNZfm/~g^u5TʶqGtY"閍fޯ8(LEɶ6)? C( E";DČ:l5QQvKq;q ~ݣyX'd; 7L;Waji88B"lŀ5ip,PTs( mXӠNӅ.K)P]R;0"!sLwYă,@%h@rٔi5uP!iУI#,򼾉8SRޕ>J +pRĞ9<ˑ?@i瀲MW]4' S;Yh|eSPqvNaOIb v$Әc-LޤyVM\. e+bQ`+"<\̀& |SML;rgnV9``xj[vхh%SFTSbJf`m ;Z; s >*16MT_U瑌uPx}<63xdjzZ>A% Gw'$ѡ|%RdE+]ޙ;cs}3;3WD.p ;25NB c#`[3cAKt8I>(⁵RQQ%Wr]P;:a[CU*_`$j.{L=]s=@g؏䔆fSuĩL+ׅN#h5|uo#rLJ5pGzbC0)pٱ"Pp'jA2h\=A6@8A73ZS AgU ㌅ p< t8T`osq 򧤈GE3 {~nypTVɃ 8^+eiQAy4:x:m0ܫiP7ў/"s('0=1")j5LQGӭ|S/%fL"}sfn"vq3#%zٙԺ85Ʀu0 n5 3U=䎄,cR7hVF 2(CDYغG(xȳG?Dc`-|Kb# 3C QSJlxP_ةj3_ޟ}KONy$W*a"NC>#R!jjڇ'ܶنź^J!z(`z+Wjtdiؙ 57ĪjGj]ȟA-ךFs : Gey >K\0 3)m1)(Ipkj#Egi2,E'DXM(ݠ ߸sy>g)X%~܈2KXM tI-gN)$XUvR-r{؆"3^S١hay'5zwRǻ2˱jXa`Y:2",͋ۑ[ )=c>  z ᅁn"y\7<݉WD"2cD(*3s0Q9!qt(k"d߀T@cy\A>+A,;ɤEc).yix!(:] e}!N>B8t 4y>E0$NꇧKڜ,-02V潰ޙӂ-]sc0!\ ^h$ rjWZ]>>rHX*0@4^j* - P·6+ٜs4`s<(- od S"Ki6bF7 \O=ɮoUo7l81ߐ]^򟯌p WHejҕ)s5?7GPBޡT(z ;&^e烑,[E| x5wUTMqdԶ \<^yg'gfNԬTQ('] F&g$yz8gt%GΛ=C+h9Vs z彶݄{3"D>)?ϜNM9ۂqǀ8[Z< )ㅿ ^.hy GyVgYZ,rUB?r!6 )$Mx1Ψb(v٭Cgme59SQI11e{@OH#pyѢg 5ZkOdL&RvKI̮pi AP 2Y9*\k:/Z\Vp8|H&;E+#˛e1lB bQ=PS=YƬ'廪б2DZ=WvXNU~ה7✉!ak#A@|q/- 3|Nj5:\+Y@N<hf.߻cI;hOWLEoŗKd$IR3[8B9in ܾF~x+!y63=Wd 嬖>B%>^>PēFꠧ ^gi_HߋdͅQ-yܡbru?`,Y0&DWx>7jYs(G$5|w3˜@һM)YHdrH~x2/ɣD@7 ` nU相Z aVexnv1 ܠesUh$;`V`r8/eѭ&m˼/)fI_୲p5YZIA=27>$'I8*8h ~-R)J0+n9o'5F~RFv gl<V4~bo wC>~/&ZG^KǴAwޱ0#Xe'TlsY0BzXڰVYA8o ekIO՗Գp[ovR=cO#lm;GȞ8)mG8UHԍ-?v/$\T 7YjfO:+_{9y?B- ?b3GyONW$Zo/-2SXIĺ85:+f;"is<&N9󑑆$Ivufcb0ᣅ-u Ir"SF^V9aiS9rZ-$"XB߸, {kA>PMB*qc:̙& k-y"Mm-cS2P &WldUw!e;1ܸUA&XM\9"}?FN+frM@Qhv c3.ѓ`[)P(1iP0; .DLzviTR`,~Һn,F`mpDW>Λ@/d\u SW,b}XP×#ӵڌlz.kv78Rt)sBIa V b8SK3n$hhϾN h' 2DtΚC5S@D0n ٞ"iPA0=dV[wu3h qժbʵt Qxm&%Sսrb:sࢅJeBeLSH81x!>x{|AyǠ"pOdh(J^ͨR`T`QC藴^7|@؀Ϳp˶]kcf.@VN$`xw\WTަ*K`ΪƜPw_?u^XXlƸA3U,;^Q\1R%fA2( T;?ɋ>:0In,2qVkr:1`XFޯؘ&!Юf0B+ QScn4] i?dү\ zCe HWRQϿQcT7,]"j32՟卓KjMmNtN7Adjn4[g]pf>'fх2C& l+򻝒a^P`^kp]4]s`*öC,6=϶(k0W%ז"zhK.ٟpGN.vhZbt` !:`"u}U{mT'[^#W%\ڂth8nߜl#`[XRrS~TgEaAޓ$գ;+Gy]uD~3'^ft-P (ƾwFk w`ё:tk RfJP KrIɪ~+{b : . zL*!7xτd^}~L uA/l$V"}K0FǢ#)Vw!=r> s)n7S'CM*~VZq8#t]Q9ĕ^JIڦJ"O{/xq}žv9bh=z^թ>Gv0."یO~q_Ŧ8iW}aoEz~V=3u{Ծw"\Ȋk 2BeH~2 ܮ|;(Sonn,_-eL`͏я=:1ˍVBV$& #/jm$X` M-+EKCD!$P|KWF$tyh?n^oE6!*нm֝M 49(rԩ@dh.>o1åqr6V=\5"e.f!'h*jݦ;?ҒS OkxCU77t#|=S3덙<ΥXʝ9ۨb c^r Z W+yU(gh. 3v5_T,#GE(؈H:NXm*jo[|u~ |O;#G=.{{Aq:7Sv,Xi)Ya:<Lۃf'i>@- k%X]<Ŕ9": b@æL;H¦ 9'zIBEK[\*_kRjlID36ߥr#( u{'gb n縫-D&0d*.N,d7!_G*YH$4% U1p!St8LX Vb5uY**DMwCQ7zT\D8EF?6%0٧Ηm411\Lkf\&-1T(AS3k>& Խ=G{EQ ¹54,ʱEN)Rnt?ߨQ^(=+߳'rD9xЃT= ŭCG21OKB%֐眓45&̝G# E"'9*@;"@܊//T>Grmxݲ&o SGW9Vn @1s#mYp&IrQ'BrMp)"z2"UveGp2JʷSB!*$/Ѧ# b>Sz]՗̎y9Cw6WJXDk[V P84UJb{1#PO,И]X8:R="lPec˟N%JqUdsƼȣkm 5TlR ->b^naPJNNig* b}P+ZB Y@=L[<oeHa2:ɲtʮvUĿBF: +4܏߉4=wXm_ 8*]>nX/!^KڦO|h(KopǬ BZo7/QSHk _"4 4e ]ti5T/ xhE fp%G uÁ9E$8x$ d3AN_.CA [/߄wϵ5W1ˉa.{KN, X\)}ǯpkw9FDE9IOs5 6swxw W*RP!ڲCbzz$ڦԖߑ2ϟ~"Mfdz,I%Ng! 0AO?pV,~ ;3Ȕf[Q/l2 6XnƋ3v9Hd!G"]O\՝S\#cB^Y^wlǮ5c;$@jyqljOs2@tiV`D֙IwUl*i9-~(M9lҲ|K$e+Nɦ!4A= afA*Plj5ewd?_|OPc$- YLL0eE@rB'1[Yo2$A{G_2!h>0Ǒ"uF~. >;0mw9Z2M@п7Hg p4tƀ&E;:d L> jc;w]PWX5lNt2п _\`G,rۜV+bs%ԏ539dfO Da8=/d.`w sZ2AF:T(ɾ"ڑy2a@vho= %jXcJѠ%Ysӵ(a!5mVju}䣚B@5m8#7}I(|GOR6' 閄e`؞yJN=&K4$ #x9Ēo2׽&ZG;~Qc,͓ 2D"kBǙ|Πtp/X>zAE^Pn֥+C[0L]9P@V`gb_E3/F>lމX>ΈBGFRRRchv<򋵵c.I}rҌqV(mY‰:[[b"l@LOBfE)E8c~{l*k6A x^ N z~CЂ^ y[*ؚ|mz@:MJ//Ư/]Qy5y)QM=K(Ɠyq[k-#S,qѰz9,Uf ,nhgbJo$2zvڤ jĖXhT W ˚ ]XtKԢ;gzs%~d.p-RQ2nkh@Ttd`2N.P:v:\,Y^uemݩ6 6v!3e[@8>C"RKGa(Ȓ@=p nj@ &#Rv{@57Ycc9Lxt :)?ۺ۟d"̢ _xm fjNPJPc^Z2! wI$ {\#2Ľ}<>I,h+L[»]2fRjBɍ5׾j?ReXBgs\&+(/x"血ҥ6sv!;ۤ!j+#E֍sq4dƀ!{/3{,cÅGڏ$;>\BD-{,yAuA`l&/?!HG/w9^ӧ\eZP_vGY93cKj~-;!c` W׸Tz)NVۡ": JJ"R^mqǗ0Ġ/H֤rW/z#i$cIy> Ja4OEy0>ގ}q["3Ǚ1%Ѥܠu5$٥o .Ґ.ECFJN0Ua6}= @ QwԧL ٩FM1oE/-}fK䚚.&_,Ң͈¡~RR{^gഗV7aK)"JeW#U|HX=ahVm`r$iyasG$(Zz4q6x߱JхmFd?6Gz{j8IJšFWxdWո~ć`V E0ߌF_Zᴕ柈54=AʟtPJP &(׽lK@\)Ilq M<ݏG(Y4&IAfVݍo`d?6Fe;m ?fN@KԹEJr489}3WXi7+z,QOYB Z0( KIrRyey"gxA ul؛gtYl{bj`ZY_eq|&Nws-SН,xlE1C,7H*xne!~0J8>0'J!39=*  , A0k4zw{|FQ$B'DX'u/I@tGkyBH2["VE$qKO;ôU%Z!S\;h;y3r#\F!>iEVI3LK./9fHzo.0V $~ oOλ{,yS]tCڦ̱^]f.*l{k&(#^(?q a?U7j,Q1>4"Vh'}ܟ[iDj80Z~~lʀΏ E=qRWp' ec(:pj<8KiѤ4 I:졔fچ룍0eFWT r\n[8xU nМ8Ǯ_B҂>>!# +oni;c%.ՋU\cCFw$8T_VuB ¼gz,41;{ofفoMok<";L6A>ֻ*Y(Spv$*Xl ^7+if,^^xӠw1j1+29KUl$]U# eWr 0QI"}U!LoM5 "$و,t-p0ʼImR qrua_d/qK#)( l) [nQc#h4#O6~;QRI n .pj 9-!>ʺ;G-i{|R.Y5rK;pOo>u!9Fxp)p=rU:ߦ?uB=y дo4;"'Tc& |[11F6/WL m62uӛ*";w&ؙ1l+<*+׀y"EV Xld|Q)3rZ:շ< )Ƣt0jbQD٣."7HrFZD.ߟsUD B;_g=~P2gm A͵"yYMQ)}Q^ %}QC%@|}|VB;#UQ0zVr&\i򢚥>G~ kR˻ uy"0j!S,ޚ|MhDcX/ߦ>'[rNU>=6l.RMIq7kV@#gi-4KiL6\D( `#ItmIG09 k=1 Q+adGoGUN;J/kJ@P*%IJ_k *#eP.gdY) ) 5qsA~ hX X^'oqօPl4½K!"6&T%V+FбZJKl$4 k% gԘC/%AD׊$z+%f6>2% j/Fcp׶9uO‡oY֧u_yWuOr}˷Ez_h |%յ[癆%|LO|`A@Z0q^k 6}-5MƮZg8G"3rPOD."Ǩ+ []E(fٯ3k] *g,auyGbkjt=tE,W(n]:V*-9c.ǩ<b#{p^\51KU8Ep<0, N}FWzi餸5uMqFǂ* guL/6+bsq_f8 sR)+P>~~<1H{$<1@%A$]  fkڱ.Y뗆Oђ녡 N!EKsΒhN"FNX+ 's4ۮ1 bI8714qř-,c.fp펰=2)4ڴe ߗx~.DOP. o㔴!ɗ+AȥWB"$TŹ#W5Eٛhe`+Z#l;8iqDIciB7]R:|wk{BQS?nf @| 'Qgpm>ݰ2yG34BO&EnŒި<<8 zU%.ʁEamL)L 庳·fbxw׃ PČqL Ԏ@Y}YN4=>Ql **~j\FI:dTg `e&ၪ~[mݏql+M{^ڊ8H$ 1:FXK()9˼gx̌ 9Y5P=fPI`S>ōu/aiki!=!PF˖Ueit g4KGoX< α}qzKoc;iXπv)ϯg>foyuˆ١ e5s}"mJ.JS>R;N $M\IչTzߤRiZ%;T+0J@Fȱ扐 ÖreWX#*~1~=RfU"2!>nYz MYXwk 5o%[[L3 wxL{(T|dޗnI5V;Fe%jvfFdgx7u/zY+2_P! *2 ʃdtq@t?]$AQ?n] cOO(\jCris V1CLpVL@54>$M\+H]w? (=(H}u><&2fZSWU`/1]]$" t*ㆃBwNU^͡eԴfpR6Wh Z+?9YhmI=#&Yǧ$ʛ.e_D"(PZjMXAK#~kC u'NK7`/9}vUʂ=#' U+ѺY^7fJ4rTUAR})E `K^RbWDȾ'!Ʌ-%chC9<*ˉ)~o}w;S5ylOޒƯe8 L2NO=s tZ!w'r_ Ƌh@yxa~%qK V }%gqNQwq$ٰC`h|E`8 D~k^81 /v`ٕl_V qBҗb;HN@*MxtI#JB k5+Ir͕5l{f;E].M mwJjDv*4tAmΝh^>k Q &.%"*~,Z4<[̓D|ꝊތB#B;!g#-D'ǥ™мjOå5E.y0GJK|nTNCٯ(mb$} +"|$Ha 5")nPJtJRy3E;PDF.]R9 LPpTػ.Y *2ԛ[5~6}D|*}H]-hArYJ!)x&x\ДSLODfD$fH|LHr|#V$>\5*ؓs<a{%J6O[G3 OZgF#PUH,~e/6h io!7_-J/#rq l$<51N6;KӢ<[lCf 'h^O=cogt<uv?ĺd\WmGXGQ]j{j?uFy6 ?s.-;o92%6hW,.[^hML^i'/Gu]rx!2߀CsX?c/47=q1iq,-諉p 8m~wS3n:BX[?dΒSfrR{V+нN ZD+1MASIe;*R)k%V 0qD|mRŌFI m!7Y#ƐTW{8[܎YӨ@h!|I.W162,z=BvuaozuhM(R.g/NٙIsre߅g,UCVz?[)\^uW{vMg*B)ΑwptmzAGZ;Vڏez'j3(JsBQfax5a{ >D y8Tf{U3$x2kaw].Be5ےû#8r/NJC,꫋ʑoW)4K iيHWxfʆ.xǗ[Tw!?3]ƻʱH1g4+sho! @Cx2jc#eAȈdI=\Sl^R3yîf'm9x#X:99#^鼿]"7EFkˋo-#+푀.[NnmS NwFCQ ] 0".#fIXK^ f@ kGɍ^X `vo( Se8"/ IE i$*2f+(Iqp5ɜ$Bqa>](>;i֢Y{NɸQNQX3iTC>BߗM"d濺ofi.#aԝ),~~%|&b'c՞ 휺>վh 4<Y,d)K)x#rv$YǚK&-tī59BG#Fc \x&"m, 4WdaӪ4z#p ! NӔ!I;HбI@zF^RfevArm %DMṵãKeFPA:ى-V̞X%xr2)Is1X]1 YF:9 Dy}]E̬ngIn-R^S!mJO'$}ae 5s8PQ`)OlUQ+ +"-̘@ ٧C/R[hqAlfmZ$ەL:_fd _^x)?  >scϕ?BK'<}N5Nl4 LClj&t`r~D˭5NgC o3,C棁).rͭaYđ L$cE4ލ|K,U$W9 εg񛩑`Kw1 "RNz0 %% jnAzC!Ռz?[@8h}pS?WȔ/kUh\su0zвkK|#|jlO*>[*WXTG*nqO>(?ƭOwd䋹v%i,nfax4>Tƃ}Z'<pU&'kgsʝV>$c$˨9oJ1)*Lph@s:8nt<ԪLl&`h8II_Kd}g^L+6YR\R&K'GcL@°f1l4p(0K[Zп\a)xG ]|{ygEu=,"k(̾SJ,$ vnމ,G.3S-Od6 I1O]崓U@#*^zP$4˳Fݫi.BdYJA>%ZMwH\_ N}81B62F>Θ8pY ust 98ZHfWNbI_ҌkH*9XYq]]HyNJ=,!QDB$kdIY3-RKE!ëWpWڏy<÷( q-x><3!Ϫ4LE>ث'B0\oȿŠ ݴ zGaپ'J@Hg -T7@Y Tͤ]^ ,C-:X$w`TK&9׾u_juO!4vxPE8c)y66Z'|e:Y#B҈W4>*"`'cԫ|Λ(D2J[1f.Ԋ}|jg\w e9|l{t&?Eñ!F 8;%'d^KM f FT¾-dˮhfAQ'aKvrR5sw'C7NвOLcpL|jG-,牵S)|7\_ѝۧRsV$&[xW{#>5\>v{Spjy3Eʶ#[ B:CY_,fajrL@5+@v5y02Yn g[B ?xe+!U=OTvRA'u~j4 ҏy*Buy̰) E,0G8!@GrثLЩAΣg !Jg;駂 KO٥3o+k1?{LWC%b1HȨ2-rXB.IZӞ*< O~YB/W?ۼPWe>snr^6#ÅO[ûFjyRbÚ8b\eዊ,&$]UhX+0unwsFfsI4#s[&XE@RE'$r>5:\? ϝu~"N+{;7%whgD( b{gǙPiQEeMSCmc'}#'{6S1`/ l.eJ7d^G+}J3%GdgvQָd|$Osahpn7W wAH%k|:r>Y}xI*gpis7$ 7HV;h8ü7j%33AsRs,av*ŧxxF\Bϫlq`.+ \`E%\BP5te ܑ CE"e $ ַ#KS8寪 4XF5+ ,ɷYhl'=).cپ SxFL'rH#:DmgɣV&CV=HJK`VX.1V:_,f} n6\n~"N2r ^@|!{{x'IK1857f/(`a<"Cg8`.2ڰBuho|5uG7Cq*s҈:k OaDqzYa5SʘUH|d9'v+?Țq5u͆ ͶOYdUS@6il,2 # ӧ6}ա<.%nB+E,@"ÚA|.wΙ̯YQCC(ڟDS~&XҶࡩ_D$w;qpi@!&:hD[BW*sdmz7(\cFimJ\riH[ ;}L"fP[YEȷX3@壡9]eeWC6= 0,N ,W=mN#n̂~Jy7dˇhl] M/7>DҾTN%)C;\]H__CF_`X _җ5IQ~xoKfo8s+3b2tѹs/QOZG=h v!N<$h@Z\2 c@oKI3rkt玁yGuLdZ/ *βIT׭G3~`偅+xq'7Tڎ5F%nȳK:wbb`0pTDk`WAʔ/s rC,?fgokn#mhąi9!~4Ud_USCl<*y5*A"LpCS/: 5v +2[SO yD0]߮0Wn 't7fVjx} M1YEbS4^}R?Ud@SA crV2JIbtxRX{R];NY MI-Xy>|[qBn զN뱱ӽq^G `al!F.DSp$?GpÂQƥyw(M}GtG'\JF HGduȲr O w3;2VJEh]OiZc/˫9u9{2&FEּ~ʙwd϶Pln -WѢn[܂߃^ݤDv3Er-Ѹ,ŻoRDs*`pؖ@^х8πbeUmC}A*yvlfGM{Ӈ(v WGIa @J J%s o[Y2B!Bd6)Heahm̧qS0=NMׇ0&O%ȓ wLe@҃ J))4e;[NO=|pc*p*|\lgԯݝX .okwIEEh҃GU@gY"gh_z8v*쉯4tZ1F y=~N&XH4;gqnØ]8;'(q)ful(yw@߅]ә GTfQ|?9=1*SoQ'[Ht23 y2h_qㅳR%G P0k4 !lQ<Ң.;(ܟG0O λǏw(KgV@168&Lޥ!F'aU UVE`SGi|'w]Nr6Z&ՊT3:w ZqT;{>&F ~O0)W؎eݑ-AP_,sI 6Ed 8/̄ondx\[H#w"D n?2n:OI<uG6rܶkVⰦ"+Qa5Se$Y]޶BU -{2ƈ^~a=d ]Gn& 6K(:G@ )+jTI{eTKut9)I!3#妣J@t)TWpF،GNZ 0T@PME]7nɓڹ`83nHPiB UTa JW`@Q@VSa` 7߂|]tXqn୵_ZaY`3+DKq C6~U\{5'4pTiYrgy) .9#|B.;rau/+u46rdMց9Jɜl4NigLw$*5C!]7VNHf&|;R?Mi*ݝ:pVc=st7jJ ̟!?VB Xu*0=fGjs e X8.e$#NQES d^T|eqlv*^.q0՛gF=S*}83uOط$'Kx;S֓AI Z {ڂQ|V~M%4(^<…|ʐd2}lQR=Sƴg|giSgSs<:]f/C"c4kZSE#,}QhMQꔂI7̢"hM#fKTI7<ؙ GV2 ,j<{5hbhN9Ef|{ "s(x'Ђ1yN< (=Iw#`2iUa'JLzԣgI}bG5Dz b*`!8#vCkpQ㠗8>%oHw8Յ)\_)MbDHJQN$ YeqYlul#ێd:-ޢ0cEқUyf~o˴Τ)hgM:9$If4/]_'ǣxEN Y< lC2"ـc¿iqq}acVjP`( ?T"H138oQ0U:o]z3g _eXlRQC[4RZ3K8kB:"24k|w-ƻ-c4j?z*I^Ld_[3#=/r=Fdj@2yzًKl4sQpb`ݻpFZAdM[PD@*C.Ρ;DhҎcUε00Q77?J,Ɓx[lcY 6F,Q7S4|*-g'ɾ$WSj0 hd?Pɝ|[@^ܢtbX ct'*o0LIY.-UJs=nۋ?#6`喱K|Ac _IUלy$jCL\GIr"ҝXW zzf18Yy~o!#9ǾIr[]j쏽rJgK@a:I-mD/L6}cXbg\%kxs_] RrbwҫHW̒#lnޚo!3.=#ԓGjFr@?W @&|psZBPI9xpږ=vbٽC,.S+M쓘$p$e=_r{ VXs8?NRڥJbcR )!`ю-XxvUm&ܭh͠ n ).=AP(ž9fg~jf*h[s,2#m 9b}~cTx/7cUn`]I=](*HK) qluh01 k7;f\ȳcXSCgo0dYji}|Ȓ`0_n5hsVFQyNh=b#w8Wv1 ՅÃj{]`#D% rCNo|P8cr1j.dZcC@܈A VFخOΗHDFj?~.10;Si.T&\,4T2y?͠H\Xn ZYsJv9Yi ?RigkaCaI%.8yx]RkP?9 \:8<&: 3ۻlءῧ&&"Y=XԇoQ׸@'k K2mSP5(ZJvD\ 6C0P*pIJϮb>i^K4*rGBs:1"cs.y5HZcW\p6{MQ<"A:\fL(оN=jcn#$Tw]*4x& |c7R'&Xp~,.7 ,6ɺ Ղ)jt` %LU;Yh9Oipi**'cskUuCAF_,vղ-Jy2Vǥ6YmỨ"HYje?.>P6]FkL mD)/*Is$S%m;'f fYP`'ٓ{ʴ)+. aʭի}8UuNv& ؟FFW[0㊿TN_[wi~2*S]ͽ D^k |9ZBgf!x`7ոkZ h0hn%C:)+܉[%vbuwR!Y\_[(Ç74% V(rx=ϹG>^|' NF39iypd+Ef£e畦O><~CWM͌c, `Hmݶ!6&^- . 0CO#\@8oE0VQcO32rBgpzg}B4 {[ uSYD BD+PPN4͓U(3d`P0iUڲcR<Ҋޥ Qh)K,rU64"Vџ@׶! @UL-rvŮV+J~|ʝm?Ẉ\YA% \K7(iQ;gVDNoӼNϷ="o ^ӯ^;SZLּIjdO-+ % 嫰/}~YrW 0 G.*- ~~顥nAEiADREoI r|n XLj(6d5HHy?-(*B9k˺ kCKa7;nC(|1u9TIJMj>2}2kq' '(7 b=Բ rPCLMˆǵCJ6l%^h'?X1x噯<6+lw%HmF@=tMp 2B6Fxcఃt*Q-0U6?^i||r˹Y_lo登361(j hba_~e.A$$9u7I`>[M@\=Zz9]{Y\~?EżAئ4֠A\0+B{2ڣAl 6)fI|aK51NׂHّlSCՖ@$Ȭ%%{[ ~ hnku/Ygl󺺙4 G&XNmG3z0TE3Ҏڿ Ok&2o3'Ed%&N6Bh3o*,i| FD6lA c XlR[p#e ]KJnW}k2TbD-Fp\D'0JvaL㝠uHNC,U[ť:f_US< j`뭍d> Н6qO,kuw5 2ǂ?ԃHz$ٷ6w_9ޝ<\,Muf\ͲesD{ ($0"L%llx=# 1WME Cǫ9!K /i@-L&1dlMp6M4h^S2rrUq.-hn"R v?%0a;T'ܢj^;(εE3E'XtހQ sGVOv ͙gBL(s p1kO`6WlgFҞQ,% `EȭؓYK< O23QoI'vr.a"u7 oլyFHj$VΙDAx:h|.7r,f17^I!% lExF3-Eh.d""AfV#mOcP$ӵjI6kv/BWA rYt:PqpEglZ7h;҅o1KZ4d3-]H{PE׌N4/H:ANx2U1_bF-v&AlmNnw](?;-Cti@: /EI`M%31ay2mPEwXԞ<<]<+Ox2t_>GT䝦UVVI(u+ ^Vc:Q4ݏlbAeLъ?YUgarESyi0ҩ́Q Np ]!+uEwjx> "f6 ..b1|Xr:E<ӭGe9d Է!ΫkW{aʰ}@9n {KלFR/QDWXeʅ~DNg ad`zOw8@y_$t3_Z8<Q4Q R=EUaq "Wo5ES|U]]LAټfim\wWKUrPv놘m1VJ> .Ңb)(\Ig=WC4Mm7 ~ {?~d^4|%BIiXbF sH۲ {Xr>썣ӺuEd6Po( 4_i^::9TJG@ "K4{M]Q5E$-"1 ?(JWd貈9零6DbʬI[?XƦ_ :,o)}ckێt6L4jsZ چ$g̪r,+߯TP1,ۭch ꑦ4|8:"Z#AiL FB\;b*c`z@Y UqX(mLy2}ژK^ N]$tOȁW>3Q븰QXQ c ^slh| h+wbgD@F-VkMA<*TT2(Cһ{Yia9e`H~]2Y 7P$ ]az6@:4cf+ iuSRIhQr0;(wC$"№F̭QjYa9}/~F8M#!@YDpq%ɸ#uuvޏ7+}@ tGҠ99tīO @a[[<}.Aڻ[qR‡Xr0rk$Ķx]YA254޼Avm4ǒ$N] UZm/iئKL(z0 qJ幉yhaKpD"욛o-I{WP\`o `'Iiτ.};*"-Eh56Td۽jCN%TQ 7v9z1U482لwdD{46Q2#Z*kQ V+#| H>!*fA]q'dMu$y]`\Sc3ʬfG L̰?,&qT>07՚TOuώ@zBլGS &tUC|8{i 'ILNYTN&w K9{7IR;d:Ќ9e#uÑ&#"rW1 tAcAύN#xc,WXyg6U}ZK#ǵqIYPrҤןxL`/]INI?Moя^ڐJil»e0+9gG0c?V7G D:s[M.N hCN ?0kS_Ej! }bo0P->me< n ۩ez(c ;Pnn\=QzElTT] 3>Ic۬Җ\ ԙ<ܮVz4 *% RgY (/iT)0(0uiQtCyw;1U bj++/Y`XsZ/~20+-;{i.`F;,x! >=e:&3Vp*<.>F0ʹF:U ^e(b;emܓs >p"xN9/×1/4)׀ܻ7i/f,0n$0.^I?յ&J(}1\Ή6&TՁrj3)+=563d$ʢB]Å0VGc52->:y_7&YW[g-=|^>?RkN7uQ?xQbXS5P)c)<5 ^_EԬMn *wlxߒєRq|R} .~z]rg\=_ W%gj c[$!GDJKR<SMEa dfB>VlGfa)L93V&HmhZ3Q~ʷ.4"u%&(=Ix74za' }6o3EZɩ3&&2~- 2f I;q/(UYf{F`A"u]B^`9Q0',߷ z3FbWB? ٖ8N+\z=uF]-C)䣰'5޸b#ׁG=ڙ:%;@~0K-vy^& JVj2_0+1O@i=& ;oN]zNPI;oIg3sqꅁ{bҽ ]l=9\N0E!cb__Q!XD3D 2QoC/;z];ҨNۗ.^e4CBV.6tfГVfgXƿɃWr 8h+J,TwJƮyfj1 BԭY<$荓~c4BU:䬒p&AfŶRRA(vI{> йij2@z/UoԖ) |o=)~g(݀H8 &͠LFXx|ReB;HWPDU sfˢww/W"-vb-!l*}%}2K:?56h]ƯcX|AВ#1<="sr;wgﹶ ٚB]Et-O,$j)[E"@9o { E=\qt ̦_/Jky>eOMM~15ib*t+v9m Dl 7%mɘGeZPh.1(}6A/uqY90q}٧ ZQ}rE9"J/c/h.5Ͼ/9$s6*N*rb@@F)ZoxTE_L%)Y B{ G<(5wxhoVa.REn}4lPVQ'|lhh2H@_XtX_ŋ@rRk^ƭ$DҎ[&ѹEjv=Ь\bЃ-(Zַi "KkIQ:ɠm^~>l<ݟ]2UO7H{Dp$c̻iݗ.\S8c$h$AlYbߞ9U.8"&ʕ݌\EEX4n-ӽl.4yh[ߪX7 oG,ɇuE.dys5b06Q^Cڈ4=06i2r!牔Xv|d*auunecuKޫ놗!W'K;?x{>q`* eqva%7;<b4,IcB$\$#w }Ol6&+eװ04 0 CZ 7$('E>WQn[CUUW%G!EQ$"J8 |8хI╱c|VŠ]AfV9++W)~Pe4Qnnζ)vu<=#E)N>{F`ء0uMyE 3o)v3+6@wz`&LSa0>0Ш>d`2D>ZLjfA|qu9%0 y2}}EtjǼw'&ȃFA4@mꌿ QFf,D6qaneJLs֫^;p 2X%>899M91Q G/ Z|`7FCeNزY"(zպCZ@LHǜKvCGgKWuEB;#t7< ~E )sbyO0)"E'3*(9ɔ|?]ƽ'0]M8;?OS;} _,)& ؎W<5AY@AO$Dc2PS,}=\D;V]G stm.6ݜ%#~! >θ(lky;qCm<_:uZbs.ݘg7106gpb`JX>D\dejkvptnBℽǕaS\IqAmĆ֊Ul'斘}^ak1ע"嵛ȼ3l-;K ݜ>KdK _lhIU5q@RxK L6ܽAey2XѯňNB x?WL~߉*@FZ_l" Y l֙k7V:4X~]^C=Iϕs7XA'/PCzgՐKS&E7 ~ycU,v f,ܰ^*m/AWKqj0;2uV-90l;(}UFwyO=Xj |`4|Wu>m%qFodܼ}yz|wF7ӕT"\#~6yeEd$G7ƈ$ 30rg I﹏;eN+ET"ROB znvM @pq\V#5˪omn*3M΄}muV&OHVVnge`PM  tXV,l Uf1boHFiH P|1wTLLU&* 5M\+ 9͵O O"u%9po1кA逩"| yƨKd]`Pɔ:aޝj&xK^*a℣/{>җ+ a65 d'en%6|4M 8tb;+WL# /wbU?X5YFdSk"3J'(dr' 2%Jik%4#]h*VԻ #whZ뜴n+X~܁.$ZŲL,K_Dmr[_l*kO.y{諐" ~I#~*0`&4"T+NҎ 羚saYOS(5yjIY`g؞eXk)xJ:#Z^uPꞷX=9xuE%,mw;T;Ք@x`uU`tZrPnᤓ ;@nRN;t+-ənnjkޟعKڍ6l_l-<71x/ o2p^6eޱKUus`~;F/y)gM^ 6e .'̽@rT22ELVd)# %u~og e:URA ѤNRx'gZ6TղX݉ |F*]kb޽ rTqdMոϫ>ȩyA r>+O ׆r"DuGLY /x1[Hw:6ΗTeGIzjlFʡ uU: r7ΫY15E-1 ^\Ytˮ}^[߬*94nF$vVG3Y*Y +L@\vn2{(l(A]w D'qY~\zy@ԵHG FPׇ w6un'[>b'f8hϱa{D*ғq V ?}:2p@*繨aҟ74X'\9/wj]0,L>B\h/Q/=Cr%W nv~e{CpMƷF<-x8lU}313R&m nA3I ts;{Y/#nj@"Bmy;:-ˠNFv2%Aj;E*_y=EcҦS5[PMcб^|=(2سa3ߴ0 "1@;ےJY{ @@9ImHdXKHdBA%Ҷ#e3%gJd?\ 82os/0nӣ}Yv N9׀sJ])wjɹ(*# UqMe*@spO>YcВO\G5NY-UpYQϱ{zBRfa@+4,DS :"/>16D5}ݘ{Ry!PݦHj,2"ؐw~@t*u{&WdWqPܥY+k%V\1gT ,ꋋwnӖwqpzQ0QIYq6agElKHK=2qQ{J= gbv(LHhݪ`?M΅GU޾;]im+N͝YE$SNXfH [y1/Ǚ_))էx=A }epq_?kT:q3 5ȱ%$npHٲނd)?P!ȯlJ'iGbOB B3qD@3й(6GW3`Ξ+"WmSְa ΣkΞdw͊ Kl~qgD"͘8-EB_!" x$z'%;"ބރB%6,Ui3fIs.俲V'uޭ hR][扒yS7,{0cGGR^<$_BZql`fl^?'xSk*5!䓌 ni`)䱄,|ckf]W O|r)#ײ&tG@Y t$^Р~ϞǣLaW+9ݼ9{@[#Q-ۆ?`;{(¨42t sJabݖE[ gQ v"C uk",[;ီBf=6"M$5N OP@N9հnyHp ־}|/|.\d,_${ϳ>pQ_=]髎FbnL{\;TQ9V%F0u@.qD ID#@C;'Quma ( `Ֆۃw_QY_u1vS)!Æ2W\G,9}sri`Jq-z3(};%@YJNs*1xlMs(3LGhCƲBF!dƒ\%ej{p朒}Qw ׵E<|2W`w Z ?-*"Dⅹ-՛x +Ut4ǗsqPX*s$fޅb̅('PzZ кJv_(4˵,Ӗ<|_WKPJč1.ajX 2u0 i=se=t ? ~ x ţE tܤ$%ڻX[qE$mg^)!7:~SUbLi  Õ8v$?oOiS2u uȌ);r}L#yJ'2? MTl)yg`ΎaQx<.cEBӹϋtyR|Mr)J(44Rj+TUbвQvFlMTVBKx-dy-ȳ9ŏC[ }Î$T@?t'<"h0Ԧd} .1c|Ub7% wr1i)֐eQ-s>#v.` Pg|X;cĪ?HS%ܥX~0IkHF<$TjXhUЗ7*uT)=y9VIu7Kظ SetT6FMVf ao:w%]q#n]-Mt IQ冁g8Z[_ěS7+!#N5rAsA]QAb(ϩ/>)2D?xS"gPu~ ok \n3\]WW.׊\"F7㿡`܂wyZbZ7'=o F2Yo6Զ[b!]d,e .̹o`Up!We+f{m!X?8δrFNRrw{cN)-^-u[,LNyZ>"rOԧU,Y}qx搚)̰S}b˸1A9Pjrv ov'՛휉%$eBPRr)!\mjGy =qH1KD^c#TAj-?^80M<=ˑ9Z+FdcMnE 팣VNO(瑵ׄg)Tb#L=_dB\|X'Jyb)\ƴI}'T9e_̐P/žX(Ϳ=P}yV4^LjXo_Zp~<ٕ캓  (N*Ypz# 2vIVW~|Ȉާىu^&zM."H` lI>fp(:r Ze>DY=]F9~N0λmHS>AٗgtVЈ#;öf9M߈OiPqAn_;/~uw\I"]_qT<@}0F@0t+1m>m(v;O7;wTa$9R^*JQNɜazψ/ɦҘ~ۢ:S BH \H7Q!1/+L& d%lPjv4Ӝ˙Կ0Efl]r*%CT){2[V ϫh H qe]Mgvِܻ,].ڦ1w1|gUm۩Ps{ޜz'Um1@]ku)UK7`B%VSa_hI h\: ,+w<^MoFr2_ #Lև5ޭ.{t{ oψLzH-q+8oGEX FN46_4k^Y6=3SyPmOOLi_{㤔OG"CmCzL H6|ćBxQJ0vv٠)񜮺E5Q6GP'[Q8 @YLl.68a8{K(hh"Y[8J$O0tX"? 6?78 @JS}enDpAu ,CY1YRgѯ3 mFz1LϮ f"eG>PYhsfn@lfN׸*2<:)mjTּ+-}],/Ko78d^GХz*dAVڸ7a"v 1]u~yz("Ơc_. yYlBU- 3Tm{{ԀR!ܶ2kB%l3bX;a9SF *Dl*˱ in?JIu]g)EMr%H xV*o}ipqTל:p$2^(AJFM$߳$"*]Z3K=,vc3YFcpYrV^ OBW> +c,PFxv}5-ٸn2L<,@legh5Y#׽87vroD]uRncW&E1H:8]l #SN;lg\A3&?Q ;c!v|aG%-,/zD])ep0kVױa w*c;K [WJ7u_Z# <E-C9'-WG^O ;(XHXgNLA FNWPl}Mz'ܭ;#5)J.z!(kw>}$w1)`.LO`M2.AN!KJ#wq 퇠 S]F cld=0UQbQد;T겴YZ\s%ItH&ށX; h$e01gg?R[ŤVخma(i:V P}yh FSSrJ[eL5`6yLѩJ 4P7KO+xNfU`k i~=*}n$K[qM|vr?V},xDVNC;%n#hj%njV;;T5W\G:6HYfs?n0ԪJ{^z࣍PÀUfG~rq<&KO"!0l݂LT꾾X|t&ڶl#J)CI( 2t,3#.grmIucGMSo|[zK2@#ImV@UvEA 8` \s^ƨA/]㖰mF15l;a%HmxBH~0MX9]WGhQ-"0ƒi*"d]oml8H.N9(${{ULv+\DUApf^ ].X8i#&$F$ҖUwRu`jcDɊ+r0WJ?Ȭuq{:ė2yˇI3 cB^ (;b,pj%WP3&Fm!l wcʼn(yAhI: P;8?u:=@P8[T)}Ղffur\YO縗GԦBq5r*!҉F-9p^AyF[-`-/`z JzN>ڹfe'?t,]StYqirMd]K6zL o=lr$bCrH{iA7iP"!2fHp1gqSh8}s-L\ gΗ.C$4˙di|Lf)Mi. ؀p xyDƾ?VYr3K -P\5ۋD(4 }=T&6>MAW)-KV,z@0Lj_ud`0cfb%JZV/µa lJV,Mb3l$_!2uxE鄗׮gZۋ# ӰY0/ 1_ÆMFnjkU9VXO{ٹ5#.b%6].8&*c ^9n-{L 禛Wn(:k\̠/:CFUOp{eCLr'3&cr} XQGzϞ3uˤ3p-&9;e`<R"' |$iccWWNzNѬVf.ɔp1Lfz`V^-^ V{f֨'! cH5xSBhv4(0>u{XcE>pAVc\di|NC8mc3GV5C*flP'|'`4)Q3R-:,._R]uMkϪ.~`bixCyM#1# {%[`|ڪ;Uj2.>rGƞ\F!oBuѿ"(%hq,`y!_gY>$ {n:#L;"A2`$"ە;WQ':!=YPþ?[Iߛq~eOӫ֔&]|Ӵ`C؁ X (XMk:2E^qC3+WmgZdOi1#xQӃuk_DZY߱r&-rozX x {xC'иkOk,Qܮ PZO=PD| ѢWZ%ӟ{:݆8auVgID}? ~RG j !קK*e X"R"H $1hHN O1.XS|C,:uaҤx^J ,JMPt3(@^e=%qB.ebn Os"iꤿfFai+wu!>i]6 ҭzv ۚ")YZuJU=݅ e>TE5م4Adc^]yVyEU%>"Q"]vOIn6<FIĻXYiwP5WRnTt?dZ%< ⮝^^9p~ʫ.ajxx`qҫ6e7X+%3 u/ Ym]wܷZ>>R-7d~);NţRO1S>n0d< F nMݜ8eΎQn22qN!(&ݧ} ؇Q9[=vOErK(jR,I?CXGRSa8iazču\أl@jWHjl d=<Ӫ$;o E8eh+kV4- O׎ɐ襢I-N~Դj6Ӵ<3/W)a"aDm dۆq572;7owpxm#$ [!Rz($_duf]+>2g%vGP}zCTa>@SSQHID))"{W1 inqǮ^}q13zrWaLm6B5BR#Sa4&9k̺e2&mu$E<gd倽n(+~P.?0B̓֌[ 9!+8WSJh+mV%I䇳]Lj5b4Sq10n&`F)_*N):D@UTʴ҈UlJ(1>fC 0&/i?dxY3;v&GvvZbȯ -+YԥbD$bfEf'`],tk9B>)ߥ,H(.rVcθq"#Lwrjv/nTO sۊRjlUL8 E&ے ٲ=y>I8 }oX+kM]YʩieHW @Ҝb~;}.ƇjKz8iPme e9.Y6Xw֌.Ȫo|ZZ+-^TM;^KZ!:b[ {;'WY4rv Wp`ۆL?T<ǟ=eo/&g y T!u$u5VG͕٤F5N1@iaTZKs]2b~KB {Y>O ,QI]ACi|oNs~o " =Y Crfh?Wkb[-.<$ ?~tH7>'RLa L,9gpHF0&_zEt#$~ĈvBPF7q-ȗP`5AFXz,Ux30;x_Z(%+smc6JNOߍN]%N.眗& P^SCo =5>$kbK/DH"5Tz,^v@fEmf@L,j;; li`~ykJL<L EV5>BQP/[yAZl!5{U9[ː#?\,( b׬>X- %5#15#i l({v_'rKlJ.2 /Z`k eW: ڕq,g.DZ{2`!\Ox`:/Q𺚆)t ]3g7 K%9m'_nt謹SJ* sHr̓ ]|bc_yыoڻc_b6ϝx:; ;ȌI4fʹ<Uᒽ:7A.QwA&r(rm"=Û9RmV erglӟ[N쒑}e3j_`TO'j4!m@`Y -ŦQ Cֶ2WǔTY#\a l0b@y!/}[K9 D45e/g =QhqVgvrH>@ѱ%I[,PjcC5f],P&ˠثº66q+MHF BCS\.N7%N;ONc (q1Y{Z/~xf/J%*y_yY±WRGM_nwOG.ؤ6)TwLJQZu4H؞!9`D9,K>2(E\8<bQ [?sˣ΁8GLun3lZRTׯxl 0nַFӻ`?_aop9V ƶʤQs('b&5;Ȣɽ";Ac~a- e0 з}-^53x^}H'҄/tJQ@Kpj%+h#ŌTՎtB}(bS8:8>BGa{ K2bk vw ˅#NaqB_lВG-&j,8d}jTWX$*oMl$W+dfb)yM?jyᇈrO ~?7f}^Vf"i9HB1Cu9׫d*4_C=D.?)Ywg1-y[̑YJʚ2u+rrdly֛,+NHUb~qd ~]yک?Cy$`г7sYؼ#djZѿcYM1p^^ n"U|tG v wxKIO3 Ee(U?>էȭ* `r_b ΜRJŴv! l1 8Krj[!9Ugҡu(%j 5O`#6*ӬR~3֩s͡{s]g[)# !3H. m4S*mB(e gPluMi|,=57wXvi}Ch xXp撘J-pΔ4`$dLJq@1z$NvtV(,J98JЎp};*} Ӳr͙}A :Uo4gΰ"AO-.OWhE8҆ |!~^J.tB]Z98hk:2!+Rx-tsz+ף^ XA8T(ًq.?Pj*gVƄ[gݾ9'ZqMg;"'z|S }cH=!SS.yJ@/Ěrm}Vn55"@}4t[=r+vnW/7n]ʱ-毳i[U'^qנwrQlq9PC<B<8>AVе %)eMc,DvDzU0=^K]ZڥPE8/uÒ[ q㡿.o} ;-.ZK;O8"KER~,ۂL;m &2Nw+ ++X-nu7(Y{DSݔ֦8'&qoT[69u3y ? %.m}$83rʄQN27ރ,>"l` \g{jEfyNK>ɯYxJ{_(-q=Juo>x#e`J?qt坤-Jv=n -*%cyn5@9,7孄BF;Z8Bm%?͒^ⵄk f !S&z 6vE4G7-eUa aڇTm{>tH Fɶ4,uDz 2BB:ž*Ou21O4^K6 ,QpW mGzC8{P rAig}֍cO_hGF0y{5T!"!X,5Aڂ?(psVqN _%-M=$5hrJ5NCEWTvfE=H};G/+G]y YHR,Bc~wDkAlEiASg=]ڑ}Ljp+lD)i8P-Lmp[ٸ`Qz:JZùnKmI=f=D]|߷"nt|XֶjҨ*ύˑ"LR鮏@bG1:]Ad9㭽 'He l@wZya~3Lxf/gOF\)[/VH?s#*Ӌ/0.ڐke0fb\6 qjS+gNɵ>ߔDr] >VN#+xV@MA֪Z`so+ol/ g d)T{ɳ3L+=;St4H4sYfJ!ρb:;eOO)]ԙ*\K?#1 M+}ApFj8YwFey9ZA;fPtQU9`¥8ZWZDuD S1GI%F}~R*P*h&*ct/R" Y7 dq7H"]rC('"}+68Fdf(cT֋j<= YefGL& ƺtDFw8^ 1Yz"ͭcl?K^՞Ԋ$E]5by~uCJCO片Djwz(`PdjPEk#@-jKGksw'6543E+J}Э2=@EFfT{b1oTW$E߄vnpcSYyxq:#H_6WˇNmJМhTpJt_3YͫtK<˂MMb2 [`qmO6W )8"Q-w tnt|/l2@|.-8w>,YtnOV?38C/B>I{ K>(|EXDJ`  e΍Ʃrϵ7V1[;IG٠RcMjJxMhMuz[&0w9l/Xv/Cm):E5obf6Isg=܍Ym3mg{#MiNBzsof)l*Ȑ_!GBIv/O!8.OĒ6)83l8);ʑxV^gUN XTUZHxF *@ˏ?kw:pA;b k`=<2ؖ6ϑ~\ ̜4bZuL69eH~֔g.NG®(5yO$s0cY-|9%(@xc_*в@=u n=kh%ge2Of3\cK/)^O8bˈ { c2ѰNj*r8Ua0C" CoL-'Y-\h^:u嬍!bѬ"Y%ԗtF8']/ª^%5Gnw+x@Q}͉rp TX3R%J-TTY|Rཹ (`([t)e(dಋ"% :ҧ0dZ" C$9;7D|jh?(?ނB؏ UI1+P.Mqfq"pSgͥ3 / QL&k8]"jFQ̀6A`}.pX[>"(=^"eOv@w5ˆ! jw&G [|A0B?3̦GkY]EN;q Hڠȧ3w*bvrSh:u.]Rcq zWSmseBeM;c,&S$f3@;f7<ݜJz31l̢Tc]Os—ʓNBeyFpV>mXO28eF~CK§ SP>t\F!f (ANnoOzzf3AqU6 r"Ej%Ӝӱ~]SeFհ> ?ӷ]NJ>nHd6Wn$%4wYpr 'ղʳ,vCrIM(?NR4aOw+ugBcGְkwYc|nK/V@Iϩܷ_F֊S|((~LqcHPSJfgEhع FEfڗ_""R oPIIs&U&١n- 17AVY~NVHO%3宗q:sǎ,`KRP/4Zadk.j2JǦ~Mmw>$hK,a?Bm@%xLۊ5`6Atkz.4i dz? T@aQ4dC.A}qz hC@1Mu=a (vu8Gd(ܱ_?o6o[-FivlixZ{zPU  H (guUMTQ)CAS$ON (L[H!bh8KNw+c^!#MߍQp;re<,*Y?N6b0IVOI;yzG<-i:uufAâFRӴdz#ݳ7`5jw!¤ܣ WF Z:|4o'H2|/fQ g >{qooK+x?һ dΫ'/^.^MXt Od= hb}' %#|::CDI=tɧ}|^8t'T=UiFf9tnKlF35䞓NebٲӃ!@L2(T^H7`#ΎtLj=&ZkG^c ѽS \P0,lx>!p=O]4G^K7V|t'3@aH%_'Ziց]lQ 3Þ`Ow55#F(b:Pb/F,FT/, s:}^N8F"o&Æ|%# 42{ZT *,C\i~Oؤ>:sjAc8-^Om"\j]BA8Qe>K2H\5o8Z0lfq : 2NI=޹W 1x,\OR=8J8R]]n.6C&Ukѹى㖅jgXd(M0\3I۾i9ig,tt@+)/5k"_FK ¼,i@7⊴t1/h8_X |[YF;3iQy$lQ<)б; R|xZem`VexWQ |dW:^> wQ`WC_eс3$Ls5=CRlp@Rcy n='Y|Y|( bp&tm[[ɭUgu.:9@ E0,ȃC sH) f>jC';HL\T!H|JO9hRtKQ.#j77TS˺^&0+{L:۷Wzoz@ %Kk/3!E&VX}i b*Ll@" jan e,]rf8;Xc}jvxO\Jy4DF 2NZ+{jS؁0Y%M>XE+?b<\;͜Jм Ƕ}\h5B9=&W5G &"6l7<24DZ*%m:0y})H+S@ӠŊG;UcD4O|oyߛ=E!y؁_2+qU؋xD0QBf lG9W9-s>iF${Ԯ۲sdI lJ5]'LmVL*7p Hg5QVN[4,ʽnYb{)s̭M$". )5&]fec/!ͷu&;@B ?P2}e/';N4f,8@|>K$K?3~Uy'7;8:@3cXo/)(HNprKIVɆ:r7Mʌv NQ;:nl'L%g%V^s@@D@#xjN=q]OHQr&r?jT-ѥ]h=;զE#Db.#( "%wF8 }Hk̤>9ֿߦ  ɶm&lI\jvTM 1>9C]A6Cȱ }puo7<:tColl @ o^nAT62DӓuT>&IteC0Sե%pAb4"ntU~'$BI+\f`I`vco0]1k8W-_$ U͒a"C;VgNQb ߦ `DJ_s5aפ#S`G!Z`&I}sM-LVdZC-B+`Ԇyx89M[K´K>Cq3k6!V9^hFTRq$((˩̸u,}몪3d5qOhiGx:p=Eu'ffYOiMC)cc:}ԁY~U#uƘ<˃ω g%L_Y75P1f.ԍ gz/pD-z\h8=gGZ9ɗt6+LS548,%k_`S,1 7'sQUCWЉi! t z+7t͵Hʀ>$OY{g;~K5Cbܿ02eL [ '.ѩgw|cp1}k{\O /*"K՞t0l*;[ݭ)&8ɐn3{{+[h~@P{#hs;>6ϽŖ*s<%kZ>\Ytq*vWH,^;J#)OS%1J +"̏S85!-c  .A;-n{lprip6K6iEh%'!Eg7JqԷR Z~n?!4t5~";K Io(.ژoS ;q=oy*f6KX}brgF6n?Լ٬`lrAdU_ J6QP0btKO ْ2蘎~ԠsC s]AmɅ Gt/Lx7HD9h~vsxY"-XiIGR֗.j[pٴx'xd7֔qON 2h8G@r`Saa\>|Oa\Wy)ajI(/\)+$Ȥ9 N(̇PMcPL? Zyٛ[>b{ +pӛ &(k3,cv^C?̠kY{4O`nb`.}I?{Ge«pM4lfH 9HF,O4jBf!jޔX6e&0m\Lz/`7/Ԓ4rDj`]F2#Q"غܝI))Ԕ)|C/xɜɈӨW&h#4+4 q '4s|-pڅGjx`ݳ^\۪ `֬@#?"r#?f硠#n~ IJ~Dd_ѱoɖ)yn/xNpKa5Yn^0͋+VϜLfßKws[ekJ!6Ty B^}vxj(Yc"ٖ>=t?THKD`wkڸ'U +VQX26C1]q//îMDWB\Iwss}H69"+$E=`&r|?6~,ǝf&9 ٨`voBJpDC>YO%avVlS䡅(+:SL KڗR`s?6^mG)c4*%BhyIN]+c>!Ξ6M:)]9"c=mL†~"c$c=Z[)Z%b=իt}K&'G}UJv5a8ZB.2ٹ `e| K!9h "s[KiK-LNTU;eǣi0SQ'le_$m:k"YwZvv:bWdY442JЯ? ~G\aЭ#v~H17lfRbݗcEmGh&|҇|}ʖ0GMti tb1OfFr:ZqBF4$FwEKƟ{v4=æq]wʪ(~0.*ʑɨymqVq8%9{2|:ak̒¤n3.$/8#q!.!a:t.B*]’'-ǍUg91$B_l |uȟ9*YpytwjZAUdʥ>̄Ogx*)_]tUUTvtc) ;e?`72n?UlY>&sO3Sf ZI{,d>}(LEVEvW Z%)zs gVT}E4f(4-婏Q8sB6Y#x y,1R;[!Zf/Yҏ"F5:I,9%7c2 *3Ւ8,TUڪݐ]tC!?RA*vYqAA䈲jj)iƲ&ՠXX+݅sRcBt;cnb)+Kt*;5#s$j.!̓> 84Ty:E`¦ڡ"ɕvCI`1L`~z~W&%o^<]\}\=6 ǐ/^B--Ibj2oH_ӧ5rds,JoBHp,=pnG/FhMrwN "Ռ!4b2V~$ֳ F4DD3g@o~9G~cz`IХi` aHr"LJ?ѮF%}J89)%=+DzQ ځ>=Swڪ9'lej]yK{#;^"bP@eD^Ec7%r= R,*w׋M2;rK|My|oSos0O 4ܞ+߉KZ?ka[ع6r  \Zc5 pZGp2Ԯ.٘lj e R6c;JN*1SnZ/#}F"Bq^r' <%UP(񽆔H(ph^`5:~G=R9TPx 7u"W:zgl˯PvTaBc ~@.k@7YLQ`tl:3h\ͤ0Zqf*cbt(^tt8i,>D74z ws Py`Vǯ z畩ec(:.6s@o +XM2׵Uarm肎dHrT20&w̳دEqZr!ݩ1ܺ,A *y[NQhdr6}9ɰRjN)4,K#ӉT;=Vc`0e:3p]Toe3%.Z?jEF6gJO\w Hò"#u#5tM%+$SVE|oi[5:Q 5fw5vrmu3xOK&0/oE&ۖYQdƀa :ODEQ@1UZ[/|] r]]3,Lɦ&+lܧ*GAZOCY” ¶Ѻ\&lHvj-g7Ҥ(:Qq-> r墟[x9RCS +Q WW@2.|#ϣHeHc Zr9"+z&{~|#ڐ9mٖ5#w 4ΓDD-}:Vye`-|jgC;|NC UvYև!߭e.bRUTSs5R9-*De"Ā!9%cd5<=Peu=C`d35ѣ~]%EX!V0A#Zy >.AYP#pOqdH=2}U[e3a F RA2i/;T{8 $]Up.v Hty uvY`*BF )Rir+<8eFΩ iq,ȽYF줷A: $Vy"L^?\K5B )vuȖu)mHŬ҅}k6{t+۴˂fk . ;Uʠbr0 MSHr.N4$R7 :9Y K5UW-,a|u!c: LN]uxa[VœҞyxngTh@fowFm XloTմƀ)lEm'o9'BlP/ջaΐ W?gbFC_Cs]*3ywu`[ɱ]K1Ht 6'ƋLGex2JnYF M{K0j4rH'2+Z ԃ Қ>d}U, 쌈a\\Kl%iScFVp(]X sj ?@DrvrݫLjuf]C tEX{keB5q>PR53V'r}CV'+ B1)"i>ok#kdXP`3Tg |DLsZ,%,A`Nn#97dumFoPšR94v&Xؾ~jR-] m8u i>zt-Q $HB#GT)ٺ1TߦRP/JMł\6<_0h+,}+@GҠ@䋎eH*͓M4iYZtLRvVޒ{ı܈{gٗq싎upX(Р7;Gm5pS$#IvN8^IAL%P'FEp4YJ/kW@E)A7c&h +co;7ܰڵ[7NIӔQ.c0X}M 32M7  x0n+XVΌeKjtjZXrZ8$04 -򙬓R "|v`1 WA>eVaU , AO4*rvw&,imF[m)񰻁ӄQh\z,H9]l5x" ^Tnz'" ? Zʹ=&C\1ּǔ ] <Wlch8^<)DY@ ]@d6 Ox|Ng GD{!IyNXV$mᵏ>Yܸn^M>~o8 7a-C1n8ž.(}o 4%Srv#Ht^U}8/~LˡKxk.S'fO\@Nw_ʄ_IYN @v3!Mr%m7b;F3e h #Ktܛ%PzOUr SKz;B 1lʂ-KϢ] k,!%+\ HrҟTS!{=:2<9%a81N@hsRI(CKfQERd+v ]cU>dW$rKhĪG{/K=wۺmbqy}&_{66N_W!/4,[d2:_9Dg(=Q.ո1ţGӳe8jm‰@"XS4_t*)5Oas'3 YkEY jq)OXԢ}aQ& FPZώwK_#"sLǝ^囅1(HF)/f L2gao*3xsЍ ?V8@гzmX+ц ,mj@{X/rEd bu"ӚYdg{h"M!ArDQa#c|* ;`*p?!7k;yqo/gڭ$-R$20‚.!o[-NQR7sDPw% i6qV1ז+zoX5YDeeV)2l4_ׇJAQl~Wk2rF)Roƒ D/Wħ -sCӸP z[WғoO~aD⬚ڀUܔefs4y 9bfbBjCfia5(vKᙻw 9z<$ I?:Ny#ْ+OEsA)"հanŀ.KLX dK6cNF<8UClZ- 6b ջ>rj:J )]4`e@  PqL_GS߲@f KjdObAIHbF +|@f+yC|;⒝u37Pdpx ufg,3W6eJX\ -Ƣ]"C^˒Bf&Gy`0Mfo<+E(3쥯hl.K[J9>[1{fb0 [X!`x+[${N6m)dˎX=e]$1? nץ=]Cg$`Y%Xfͬ+~/BEj/8A^ݮe:SEW\-2jS*$__%i\ N*ljsPbѼC5hBw]_պ⣑QB!$YɄw$B@Ho}xzVc,Ƣ) He_On/hT$h Ӣyg ;cKVL!l9",ABAVG]IOUph%9`9`v1WwAъ^6wy+"I@p@M6V5YW„wj6:MȨIJ. E%jHXnwst:o,=`NRZq ;ܖ3?!x9Fr 5'n٪ɶgo!9rJcyHGTz%,,o60cf/Ok YQNC27%\M"?>Ðqvz3c8!H/.V9]R5a#եb #Xan kn ruR<;3}=|sҖHxk(vn0AGJJ_inP d0hE##Z_K4*RԔi7.4UTG%rW> *r3Pe*7yy"R3\N1AuC-`PbGlV;47M&vq̫#)_xt !˪ljnp$OthHYݹ4:(~U1/1B!ˆ0liGmЪI gq/8ᦄb+O\gąнR6aQ"WmkOomHM-u {ޤr KG)QJԯ{,BX_bxB0мd:z`ERKYE_4aG 9c}X?"bkxɘd=YpiIFX! xE%n \&xM2@1*JF;u[ko&"OY SgӣٵTM,2KlhpX y^ǫBAup Y٢7bGp]EI;q..PAP6CDy )v}>ӍA阎M|r%U{r,TY㐨YQY(gӛYWwu Վ0|g~gr< .p:hR{tĕBK~ܠN)q{r1}k  6$GxYd?-jsՙ#{oBf!$mpF9U)gɥPeƗ;p?ݙV8:KLj2A(ħwepcx_z\sޗct讠 m[JU.(|}l3\4&b` pMxiIw˝(wsTN7LDZ C=qDXyJ+)Hؿk˰VbW.Ԙݞ1ZJn/{]L69*r҈A?_ELRdE_>a zF4-5w9]w$E߾7" 'c tاeØ2`p2{.1=)< WE(>xb H\n5 JWV}&eFǀlWz?.<Kuk|f[X!DDp/yOg^m&Ԟ`>r>AǙv8#SKmĂٛjj؇/q AInQqwdy%X,(B*y<L;3\/KLlmo2;E]9Nw^&;wO]@-83ٖH]C3@pGrYHh>#]f=4._Zs9Hv~=Drs iӫ4Y XJiɑDQ56ۇ zC`e+R(g_0PFlx}^N3,,NH}@ Zו-C_bϣUP8OJfzgbp۠.7zimAK4W~eMPۗU06w'Krf#j].qN E;lӯ/k{-pORO_, )ZMwY>`ˇ׀9#::b%RP3i|1>.j`ɵ!9G~RDNr3PFՆRi|R#,Ľ֑S<7 OZTAJN'ģVoG5&^zfMn_'[BNjqnT¶Pټ.V48նA1kax TZKNj HǷDClTo't1ĈD.X^I3nN1Ovj󧏂 ,+ h6~[h(ґ%OuGO|1"j(9{" okբ-% 5sL܎RäOeNiok TC@5fJBy=d2+"KPzDwn^2lgE&Ƕ 6ꀓ "LZ/TVQڗ!?&n电ͣZx,*/{|g2=ݮV_Rc)n'j.ԇGOi])pAY54K:L[G\R#~)& JH5UBKNAYĨr0e- qP[yce/),:fgflNz~Aw͖~S,b˷ݑugi wVdZIxOqS@V&9HwCB@Lb=%(+cí%*uYOzQ(t[}#tNw8 Dc2[pn9ѧ~]"3I q*z$ Ե[zboBl-+8pHMb@L4AjyI4EʔwAdǒ2F G,z75(} J YɃs_}-Pۜ]JI?\~\=`0բtB_GhUir] C=bpң``ũ껊atUx+K"w.%2F$irf,`uz JqFldy->FB46U)yQ~%0[vQAXؤC-  ߮a,Zl0szNSXd&('7ޏK`; XegedY8}y-7cygrTIxs<1X_QM^?.hjk&9 `vI hbD㤑Uڦ1 vwA0M]ct={Vt*ߢCdTd\$TSGI3^b*K@e|؎真HmW kJz&gDB*΍e I$><]%p]o1𙝆- lJXq9*~YU4#S'S^VZ H+14 $W "UE=`jӟz7y8#g+>mAyJ.bINHۡlk5}$#z D@X._ H+ gP.v>;Ǿ@x?VDͧyvP/x8?>JhG}HG(ι&ҥfEDG&U'A_]̦r\YqM-(5So7r ئ@-ֻXhbJoF#ԖS`,m6V͸,Kn8Ȭ}X6vDk4JJyOG*21S\ļ?d[#.ř!Nqi34׿ٸ n׷0 z D/GGDeE$&7cÍ*^:}21BUB: Deedzs9w>)JE`w?kd*_⢓D9h2ֳby{TwWdU:kH{r{d֫PYU8iShWsRGϲ@mhv, <S?qEt2m|z];/ƯME>CԻ 2KJ> D)ߦCd2UӇrm C nн|>[Ϲ*McP9uIw53UA5os_82f_|$R8X gXltҬKzo>~4MRAx ᵼ7ߊ_2zԣxx:([C\!9,;vo5oiK#pWwbwC:ja#lHw6o6-=Ztʿ_qG Np\&/7܈jS4L3 6p&"Ό-=&M%WC6 ܜ^~FƁd-OSG38 qٌL0E?VpȲP^Rk~F0-y(z&Y9/c I/c [,g.Ds!i+ޢ#t C50w,N_ ʯ$&i/=#U,{`_, ("q0te+vz,bkq^%[z8FhҾBqV8LåsTK0K'B6vZflvAE~T 0r-@$<~Ϗ= *"Ԏ<.Լ+XC:y OD 9jcx1SW4AwOsqr:!dGe.A`ѫ3y%`MW΄뷞xaz!;yQ |$HV cJ}k;ͥc(puߏq55.pB G H2%HWZqa -?ņ|/LnW.U< :k~7 3Ɉ8 cyK8WD݁k%IKMȎbmeN2ʗƶoW[i\x]Dya`z fvk#TZZӘ4;x5ihM!\0{[Cr"w T@\Z]o.[ڜl5ÏDWlZJKU64M~!Ɖ8DZ_=ޯ%" Qw3ȠKb酽\ lqS]oNI^뉱Rt! m2sIP$s kls0F՘j=b'/ab>tƯ]+ 4p)}@2~o~kw/gKIn0wC[7zeA{VW}_s-rK운o%Zv@옥VBCufR#9\ [걂x:<[8ݛbxF_+w]xsZL/ESQk d#MGs8̪ crpjwb\ڏ9D3M\Z9Q-Pޘ]dl2%B}%P6EyY5`Xxg)Uq{9<6qex`m *b  8,A!Ӧ~71sg0;әe)"vEx8*J&-yv}@$.<{ "Mk%M?uGqf=ѩ1hREr(U?8}tRFWlJ"wk 5!W[|oܙbqc +$q !2Uv&3˖t+>tp< r{Ԑ+m# @a%&N8~l+I~w Ys_=uJ|է;8^FB[ aԚ, m@ȻAzZe.2Nkb.=_~MMhy+)%l $B)#0kF^Bj|T{`r/\TXȭJuOSuڰD5@[9L޹ ژ봈*h:gAdĹ* m :қ{INW훵Ɩtu#}no5<2T>aRVu0ȓMyyfAl PoU?[$P7DR>XPK!1eA GXNfma+~j"CxGaO5;ˀE*D2d M3z]be %f>&Z:\ xBSWI[b= Ccn!w`iW SoGֵ;Gl|!{MpD_8vMMԾ,~R˼e\00foArYc"M\sY9l.lFr!N6Cqblx>;/+rȗ9s"~I]hc?a9x7dXJt&_Fuګ7oiyn+S)I*v1]D3q`!|3ZS戔տ"o3j9 cQ<cYMZ9{{b/9tFSW!fDr) ڷȯZL} _] _R@eŰ4'Tύ"_e lJ K~A"Ӆ/?\Hҥ/kH׊wLS𨎁Q[ G[7ȣ1TKKUBO,߮u(h J6܏JI!hs, y$aη.H`@_40P\@FSO B+> 7W&/DKr9&jH#e `0䭛8p~A~,>}(W+ B^R[/,RT1KW3Jj&af3:&LD>7dXv?gϟ*1x{uB_!&:ӹ0Rn\\zQkL^̗T3o-4ұ<72@)fV6jX~ *sQx~:{TamC֩SJݔJrn6̕Ŀʜm%mޚ8.20Ժ+f8ZT0yQ7n w?v2O8xButh"|U4Fu%bQq;+`Xc)SaCE#EnͥbQE0i]䥹Tz;UKAk[ki+gt EnYZY+sy4aCNP(l@ {ph{։aSf6 2,pK\wvo ίp+ W'ŏ*S rbL;ZE"9PUA6!u/lP`jQSc#v^;U UJXv_* })ÆxLEwVF}P1΍ > 9qrm_Y &FmyU4zGABC#q;A&=GoFfT.íop8 'ybՃ]8A{i>@65cJa% b}k{^PlG. $U~2 m`јUi%y\f*k#!M+J(\AύmpI"VfV =WsBIS<@vblԏ[S:0"C9%'v B9T߯ÅUiȤЏ[ , a AK?o7O[e '6x'ӣs7U N70:] /v[P)5QOPYp%&,u!Xq?ubtPy%͔(=HiyIURw&ZI7 vBWH4{Z!A}WGlGG&Y5ƕf)8ӰI-V/^AiG ā/1>a,rM+yxv6 K+hPg QSk?mG9gz2/ѱI~)9^gT2[OZ/@3]q`s{Ƈ3e|kzsӊBb#vIv`B'уi%!%PLJƠq;N,XrPm 6:pdi" 4։\8Kֺ@mBO"'%\Zq-)mev# 6Nj8RJ hhFۊ&͎ĉNv`ASGݞCk XQRt""޹$xF= |A/L`CcS]{R\435n΢} ˪*a 0D*(O=p̛dk?_VALma%t8ulFcrݸU,w:!1i3[6 aC+s(ܵ(,hWHr#d2mnƤVdɯayůQB33#gZ^DjQ#CS Ѻfw`~z&}=k ZvmN}g:45Xhk]'2VQh~+9 oW땴Pw!"'Έ7BZ_Hs-"M>fj0Xgq(ʔX<3Ed_;~#F+-ڃ˜;ap&v#b[hV) ҟqڧf7,z%찵Bd&)|ӟ/_4w枎OӚHW(lRtIilI̫OA|:3OOԡ! 8q_`( 77ƗP{\{lCiW4r,r l[fZߙުۂK-qz ;pGD@+ܬ-<""Gd.]ؽRMٶq EldNUa|2J*@#Zζ%0(+Ö1.b3L#8nSm\.,NStmV\d2v[;3Z8V!tXt0Z*q*`)7 '"IBua?@hy²R*e!uwn6ɬmSap#b^j^9d{ T)տ~L]O{ [1eT ztbAX*{t@'>TrZ 2:wxD e \c7(I +ъL=((d? 6Nq PE~?yJ|113f7WEZX~Z: D?mCK.r9f,'6 <"鈩MǕ 1dwW u9_JVqJ+-'tt^ZoO,.^Ay[U-{ed5R5i(=22\DT"LsxGC{a#]8;Eukj;fP7dT1hTZFbla 2^R7 K-D$t* lKW=f>̓?&݈jz] tSY8 PbcFrcF͓BnbbB6"-qJ>?&CjmnzS[$lo/Iu)WsԢY, ua;w P%9_'&EDpZbͲъ>IZ+]þb"5~64!sY4"uTC-&;rR@Z-;7UpsicZo`xk@*FlA86ʵ7w K 5Gw[Zq1J0҆ ^#bׂy4ܓ"dv>׮d.k݋ՌyhN(xXT"_VWP&& TNAd7:[E}]Yސ*9dH^8gIj5 aUEF7ڍ]sz2c,K٬H"xTQ3g*6T]҅d 9*sS?ñԩj5Xf9=rUb0^aFe[y I,"47k VP8>&WO1Ɨb we /2PW0u1Z&ӤxG~H .j|J+z5ޭ;!Ȧ1N8w6Ij]uųԝN,DZ"+&?:P0nJnrAPtyHQ]A ڒ 7۳ʊb |S0Q_j^| YAwDLma&UH^פe>{ؙ LS2ȓ3L2XCI BMsqFtA8B 3RQB nt>27v'Z,[+5_0|ȎkmZ7%:qB../]1MϹ|%c|qPC[1OB. "/kxvV:` X%^|grk 71#GCg.~ػxQ,#vzZ+2j ,!3-kr"G+1A0_dQyuʹ:wHؖ޿Z>\>`ZX:Utc0%:ٝ.kEcM'=,5zUfS/P1%p@D P=~PȄpxt;̝!x\y[ "W=IL7AY08(|Ӈv7YnbY5綈#sL,`x*;iwX=Ni 0^ͨWQsV-tD[ZfSNtxca5-ym~`sgPKi*(JzQ93.p|D=RR:ydGRO: ;.2k67R:wR""#b<N>%ŁĢ6d(uL̋n[ 压X/:F+ sIMO{kľ& ox21VDa?:| 2]'Iwmo\hNoЙawwyK!:u~؟%@u(愜S0MQWf7&eƞٟO7tmB1VHP "]M\^ÌL37tA),4Tqfd0W''Dl v`n t1:(ɇ-z^]lQFM]fE!K'0+^RMYOԹ@N_#=,?~n,#oǶZM@9(:u쏌; exi[4=&0fAW ~ǻ̮ Pok!ɢEVwzOqƜ()@̫=RdP[IDu[Q*O8`('Azgi•v"h{Lpg5|W<3 Yf&T\ *Dd,?T.,S%*y:DCU;ո{WR-I[)=A}-ʹԜcCX5c/) ˷TF~cצ`RVwUydߪq ~k0$_!<3_ կ4ԃC5@b!1 nŝLohԧD/TFSZ{uj20HdC;HnQL-s.K=*[ziR<3]rԊF-LA\g3"N#RD7qZvRsnD)pAޑ7G =ң8;YT]e.Ik:7MG2Gt6-׉(*d/@ >fӠ׎Iy3(%z槔\xj;n1cao2?\d,B_;si`6['3PE;( D::]ZO{\U+zRɄCb;dyf& sկ)Hu3X9i@=+F%ճiܘRĞ.+=^$BaψE!/4?_)P_4X~;DsaràDX2ެXt'oB0%Ϻ5<ڒ}#y_/UA'sԴt^9d|=7 c%0K.{Q9jGwiκyvŞ[ݯmk8Z4y?k ThEnv?M.VT8.()Ձ[iU!8( 5qNv_X*hyxm6?W~[7 -,E4GI8Ll8.-)x\1qS IPN$)XK $"+s磕vvYvaHE-\?Fd3fagojҟEn8 U67Lŭ.GZ?@{& xx^E[Q<;Gpו篃?p$v-{>yhcdPXW2T}FgT8";yMoMFc (Bõi½V-l7ޞVG 伬^.Mrxyς䴿}+,AқYUQݝRY֍$+E5>'dxr[wD|H8HOE>9 ER{|oa7_]Ymؓ{[/fa,,sƷtu V^SV5Yq:xg  P&dd_E?ȣ3Ef{jje gq.djAi_QR=ٟ#bť~߅SO?r'0(ft%F4XH*̙rZrFEu"9_9*D`/g>?)8 V{Z{^x>P-Gqa(ZXK,Oq=NWڋ`沥.z \j9Y }kZ!QgCJU̽}ltz~D\8Ϫݎ# G(JOQ!uBMOT^w:Tnb?2_52J%k}ج[M\$;7+ 7xd=Nb' NT x``AUdM@V#"1yŠ}Q:jV/4^=FӿKz+4Īg\/[Åan#kcҲ`oѪъ0SP~>XlW|vza.iB<ѤEWh<_2t}"G+ (+=r>Όڻ{3TBz/86&oDz Oܒ#.g٪: ̞MVMÕs/Wj]aD{:1J6bX =hơӑ,) V7F %eS·\f4򨆢HQPg)(/jwXh|eT.BË\b}@\$lϙZT35MpKeɬc1>Be֘O ϧ rw W|ݟ;}:@Q2Am(= 1Gڦxȱt=K,t>ܩA##91_r %Dr*?Mj\ވY`~4AUjwA|e ;T(d} ᎁsf sD~BYh ENph6{ 8,,8nH(*D䟃|3V1+»_i}WR[A/;'H޼fua]\@˱@J^q|⠖d[MJpMݮd!h,+E].!!USp:Ok7K7(~w(śrUNlj0`=J@4bKǜ:p$Bw( Է $  #,C4x&RE~W?:/b ϢW"ʘƱx,K?[vHØ~ׯw !)h*q8d*@~im)ݍlO3:7$<;DkȾ 0ol&b&ծ/z Ƃh&#V@ cq†"bX D׍w5 [ȋpnҡX8t ?c4Խv6FM,zbHCȇ|danwwýjy@"#8Wj55Iu$TAvmܔN oՕlIwTp52rlyjk)uv1f&TXmͫqr| $Et>GDz> V\N/#a: M>#h=M$SM睓.?.a_\Ho|_meM2[ӥ%80吠~=ֱteS|ca94g-rEQ=H0jD9&fإSGw CgfD ;;@jw$2!hM~*P{XRzrWixsDN=-pv]l!@´K p՚\UEݫ,[4 ) {+K!ݗT|=)dWHсN{[Ƶ}5znyJo ӍfǨT4jئP-T? G>-|;oa76mG_8_lR=!ƉdAY7_ZyB mxY7Yp-iK›iMV1gj:|3lݟ C$t[")0-z9! ,\W *dxbXw('J(:fN27L?چ;:2%;X!Ip)ؿ*YܭxM*],w $I"t2ذ"LuTL+ERC޵ _fZ tO~!nݽcRm\G¿Q͒0!$rv\F4 gWhON@KӏəArU͹C%7rPU 5i@d\n6݋FwiJeH7$,~mEX()^6BtF|$jaxO'&u/ 3 i!g!m :xN[" Ag ƪhb5)Q(1leTnۜԱt9&d[8,cUӍgdM-VqoY.Ei Jw2<( ߈s&uf`~8gjn ٮvq\h''+S"b0 q3gkw }-Rwe/ x[x U :)7}7WimTR#]3 PߑVާ 4T 5& ٘l-; FД+cMVId9)"XJ}:ODT7-؂FY"E }#5wQ[oS$픣[Z:txҥ;q-EX_~F9jgY|lzpn33P| e/6Hd;p-V)l#ΆCqA./QE`;XrO~c+i+纪SeZX[%a{ʎ,֟%vRN\8=OnlԵRG1|__(kTX &d6 83pĈaʺwTUU2s}P9rz3rO1c8fX<,5 Dv&q ҙQP"t=ϋ[߭e2mb>ZW'Zi_9hnv/mqSjyW)Zx aO۱9T՜L/]~1ct痢X`h6&9Ր8Ը{lUJA!:m{uR 80z&T5΋fc9kZoo>xx2hȃ;6#Ajyh@{o^E;CX yQ1>t3ܬLl51`xШ/KvHSN[ygP(>a5XKnj`6YK_ME@>+kjSdϝUnb:JX~Jm$ᒩlF |'MmnGQg [PjT5FaNKAOPk(N/e) _ZH{Q9[5[]=Hv<ݭvjޚ3Cֱ:B3?/_1Y8njt2HѲ33`Y:""z3'.tCo=<\kJhT6+n vQZi<*u/R~d] Qʭ /JǧE8Zg3zSϠ${D(j4;`wV<3ђp0LhFv565.Bv{LzŠ܎iUHPej}}|q :Sa ""ƀ?:<>vӥ3:eOÄDY9"KU:Rav'1x&U}e)@_^QUWVұ|~9 -2av(+Ƶ(?q\YV]DȝS^6GC/4g6N-7ZޔyQqZghc2h͋!seFB9d9aSpP`b 0dCP6<5f( Nh E:ļ) %M GCɤp{s,Ӿ2Fe*01V_[`eQͯT L1 NI/}|1ү."SmRI TQ!-DCZ{| *'V~H~,D[hI-&u;QoƧ>%3bJ%;$K8i~>P;$Vn0IY&Qi!=_W[,7U foU -㈣aCl3c=(K dij^˒6tBoF=Gk>$'=.& ՑR?Bi;̗:q$jk$AΟU=nuP'3F3!| >"dcl_EGBqХaE,0f~fR}ɉI֌; 8hkeP> N~cCi>_Vl@ZKj>"~J@ >8jftm9ɍXi KxYޣ3^˛50$. AZf`~#Ee5s {w(G ~ͱ X1撼(?$oq:"_D, iRUEzhu R#v 㹽Q5=N8F{JrH&EW&rY MJݕZB{aǁ=|cQ I.C,T84UalՒ*\ZEB@Ot=j"}ْuԧ*@و¶ObJzP|r]=JbY= ӎU!Z\Oһϼtl) jQmN_YVO( 0ڟTW!L+Pc 6~D=,0N4 3_bP)m><(wE)8 MEzK'(GEenWAR f}e?H49Q񷳐fuHA)DA20s;fI+ {vZ:{|sO?ycA|/ϯPA:W %OzUGlA'QE}Öy -s_ɕAd/g +e{aպc9DTq~]cZdʱ&)DYZ#KFz<d%-[u{wE֤c|[ j_&#cUZ} .}G!$Jj) ZSDaʡ1|,_.Px)bԨL$ѓ+ş]'@:^Q?)i,z]ʇ?J~UQS3XS'7f}fՄl@SkzZVcƒ/g+ILwN/jНRkfI_ͨ$n(мپRxi}K-EY"^rب?k.8ZE#w/+8Xf_`;y34_kA ¬S?x %Zs}ׄ5ПmUZCǑkwhF2q:1&imI61/d!j,HJ[ cb8㊉& ;ꮑ.-H|ZwܔZb>!>vd^*-g47茎MB:[Dv][ߦ͵7:ౕSZ7NR7dxhw%[:˶VA ǑO=wQ}1XTm qdl7 h3i;M})û]Y6Ԇ |QA-Z(uȨ8"cƧ~#jn`% \}/??{]?3G:wnbFn`6y-Bc13 ;v^-HzW3 oJU#l@Th73郵jw ٭ ^.O-E 5HsI\ּ7Au/7 ݋qX@ε`Q6E<|j/@_·6᱗ NL-:>RABB1Wy7zgs.$eϤa~!&lKϋ3CTw  1^:3_@\pq s#N0U}/HYbk\zpk$#<\MJP ^ ׸qWxWK%lvj,P1$y<~;KExtu.`3m7< *ID/&HًX?al;<i%e%dH{9_q`Mʥ^zMexjF+a i2D{-^u^(ɕ6Sp6|"89Z%7:/IWä3}Gݏ+Ǖ+m6e::bSָ5˥ɊO%HpKCՑډCBEQ_M !j|(={5ᆽjL4+v6؄@XqOH(|iHsDnMqR J&1dx3a|צL1-u 8N$\ZP5η,UA ht4(4 D~[lpz汔ȉ 7w,eUfHQ_FDj-0A;ѢRwZmctVjHn&㢨{eza^jof_[K!:ց-NJihijdl=mSQ'PPj۷oQwS#r-͚2'^@loku2Hz:f=l(2<2ޭјY&uQ#_ )hTfWҽ_nj3ᳪ)`Ӹ%ۊ)ro +{Ϊvۭâ 8 DC ہ3{֒sя$1J.Tb&K3jԑ( v_rU LbOQ1&<ᤝ/s'Ims01V.\5(Kxh> "~\+ӊ~Rѧ*h:a~(y7ayUV9ej~g;),JG7kPJd3As_VE!ѱp{qn}PauOQdh`2xi 3m˘鐓YܜnS1޷A}7֠QyYUQovSBnpׁ\>ƛnt+;px2h`\4h{W&3uGԂ3u[l[k"6.09|f"p?p^ikΨ)pvNm~ﰬ}bm(݇- BZL35C(MM 43n?`;:}~ok 8>}h@҆͐DRYE~\?%8>$*pAhD ݁%cGhl,tA="4swR2-X5F(L U^@cc"Bʜ\o:֬9{VHKl]f: 1Z957jGcR+$aES bdQbFb-F!1*SHMR!PTOpHE~>!3 dX> .;҆~ `)/G:'PC+`$FR!EHH)| Tŵ^B2)%{ {SީVW0AK7q3A1")KiCه b).j$h==ԥg:, #kg_ZwƯl41EV+ՅK1 B]d2-G_deR() hJ@*?֧>z*b%wml%w. C89YvA(K9Jr8ds,O|Kí~o@@73D4d;sDO;I2X#jk wL?LfƼ\iK oҨ%HPSUn=AZ Z0,%i-Dke#6`[@ZbPxJi 8/,ߓD)xYUpv͙EL;ЄBh>:"W)3#fcMX ϰ-*&îMSIsDz*-`WFʶe~s8TXhEߚbUHq1u>uֵ_#dpa;q2wo v%b,<#QxtJ;LA3iU7!LS$i^ic[?*>/"^u[.ÀCu6z 9`bxl>o{-ZDOh4r;-[yM4GvgelM8)؟|Ҝ\)G 5=r:=dz5ີJD.٤r9mv۟7!*{rj{IUfi"N=D|A7wE%D3~`IwSqy8D2I!(p_V! D.ʸ>bHF>-eհ/9,FncNV' P7ԹC΀ vAїI"qVeE2w阊]p'AXF3Mj&}`dMA~{S<@D2)dg; ;ߊ'Dv ō4zRBJ [] 9|Ԇ۩Tp@wtm薠uwn؄<Vu Q)B6'U4ZMS( UNyTWD] N" ?V]C7Ļح)(Х`:e9#\Vh v(=4)J ^TG.)(TbHzjʝGeyב-;4"!f]hL#!eE=3v%x$S7./P")yNqpPV*IYWFtW6@A}3p#bT ׊JerSݿ#@OkGp*zvjV4kz%ڬ-)ԉ@"rb:{*xY|m\duafh% \Y@=ЊީAp v d&~?yr y5cGZ’{ohB970->8s_MX} NsALd^1&!3[ 8++0? d򡝇Pwnw\֥Lsjy*"‚ElC|~u,|W@vA"Kf)8}5VNMS1*AbQ(t(X\欋R1]] 9m:G0k?ڏ80x* =P9y@]Lɲۣ ;:2Q yRUGaڵ־+@ @IlGfU4/Df ?=caW !.jvN*ms\ek-q">狏7vpyR]ߡY C^cv-UXct+.o&ۢs%b;0ZEz 7 +><C9-O5դ(z*Wk]M룩>~(9\t3>8gk_8[G{]+qaG+g l3'=!(tG-G?:aaBT!5RZsl )NB xIދ&>CGGjL6/} &获A?W3?JՍcỲ3Et e /hM\GI{@U %J97-}4崠/9H&6BQ~o)>6_MˠN?6*0&KX \dcAtqE?y̭叴Ay hUzXRG%g 6 "yM˯>kZ ezmKԑ&qx{#Q6BO곮Oߒ(!YBd{Jާ$}c巜KzD-K :BޫooVSN*[k}ZwOb6BԱd~c m3SPP),AZ Ilb,y?gMzZ-ipG$ֲ lk Ec׃]\+־"inm9:g-V.WZ jN~ɾq -ws#zR~KWmEN?׉>q׿'"U 8}GCH\߹.mn`N>  ;@C-HHE2_I,ȻF g03Ls- nKIPBF6^cN]hPuXds|H-u8yxViCS5@O˽n؀IL7ãSn T̍>N$>&܌EL?%w>qcb fyA"}&kC$Dc 5 \1Vs3i[kIFm;Fn{Ȕ`%HBfx) 7Sa)nONhZ B'ݗAW^ݾ & abNJ]q`Z;nTmelt ~,~v!͢ߺp82 oOpe'7I+Cq_9; W-{wnh؃n(}5zʴ@6+'fppgwL|/7e} ui@ZZ'sv8Tl NB4ar >@ Abd4{#z=:ng%rv DTO(FU{;wїY%-IaxS?}'[$SR>3BFȗ+@Lt FrF%*<-_p~,pfZtnǰ:Z9^!՗t<;PU0F/728n4ɻ.{18()qF|D©`U)H`va>Ko]'Q݄r)b&'QE-zW)}D$1eaub7cO,33H14e Y]'/]?_qFPOwdXlhZmE<| M2|Lƈݨr>=TmHuUL2@[d:kA/6&qdJ& x=M=**q!i5'3# sË"ک~%N ('PM"c.>/PNj7'&[}I{-NħQ'{k?f„fT\.lO'E4hY E)< ljWhh[v?($a&9kO LxǀAuJ}HV;73'Ith(:Z0]:FxyRz'.7AJH|3?ͭY2gQ`YD^mU<ðq{\!yо${;=ZbP8׵$.b̦\>P|WuP/s?0neK7r:ZЅ_5CԻS6@5x֦\i_H6Ju(_?1~[ebV1}-EdD)LsD(9 /Cת]ݡ,^܈(J5C{^u$935P+5PYf5xKx7pzഉܦ#mdޏ,#k߿&JQJop]*wS'~D}3Ė++gh~̫Ǚ\#=񓥥<߳d_buwp0trYW=CmK}KktAyL,<'fV")-IZ2X* ;9L"FblyoۮÚ~X; vшL=GІwfy@kߘ/uFu?6F0 V_}/ r_4K9lcQmx@v%%qeV8FȣOnpgF+ؿD?gQaq<*_EIwqceKMڪŔZ)$Ы(aVK|+*^/+דܞԛ1>.T |Jf5=zQOT)j8 DMRe<,ZdsWl,=.5(wASc*}j laXJMUʢQ@b2~p_|ZV~Є} 鴳.[ar^_`N#txOiUbc%a NTҰyDKH=&ӽܩ/vS͋ƾ܅ύ> ӊr_rDΊy| Ubآ !#yQ5;^'Ez)董+Yz_i@+hv+\ 7AtOc|=GЌ *ܭfboQƆ ?y? ?P"$D45HkdfV,Ds7da#{`=z' 5QaF`1uZ.>`# qEfw@ӗc.݀j'Ny@ J.i_v17j{Am%]b kBE-= |;]GEm첐>SD iNwz?&QG6|IF(\ 0nE8½$x3Zw+ȒEP|u' 6lO eL_ͬ^p:)\=z_ݧWlQۙx\ͫ$]\ !v&CUs m]Z㟼xs4Yv8o}·.6R-41,r-_2;p eBMJ,HQHpjV[2[(>0=JjBܓRPz RzH79M UlD5 Ob1 5Q)AJ9ߋ0%&a ,WP}N' eSɤiup%kvISjvKd]82 K: K,RygsltT9!s$Zq2wW3T(tZT̋n1:" $G ziu}fΊU xexnᑒP/SI`m(Ot.vH[0?8=pތ{z^R.ElESL%'PNڤD}mCc[DxJn$Upkq*H_Ss9qRg|f<&e"9WHןs16*(ZKW$iזR@w=&­SM7͹J߮IEgqE)K3S79h"#{jyUgj}m>|X%H¯1ĀsP\iYI3/Ex+X|Vy-3fewA +>dx@H({Fo7WLD" &汲R2IOOۥLи[GqJYIQ]K蛕32n]AIxs_\Hٕ!ɮݿ:*3dr9dls(/$ =&} >vKׄȺXźl>LVTR{˝, & kW:o'z>ּX2T5X}`4*kmOެIf`§h9o4dJ-rnk#X9,?8lfdN*kK15\9DܾL#l`sؖUmz:k 59Y<.YS-435,¬Mc {^z̪.. zs(FrZCEE_iԊQwi吏S*$D}l,`-Xԭnk3 ~ s.`|5\vXh;MRnJ Uz@*C`uZ1BLvF>z$,jd+בM=NvK"8٬4g"#AN:'mG+$ulѴnZnhYfƥ1JYu #{d)@[}+#vI\sʹNs[PX ܦY$8InE:% h L+ɰX$ eYlmq!AFƭ9XgE"`D gl+0xPٽ7 ,{tKXs+s`$@D!xlkd\b湗֪:Y{$n?p848];Z"Fj@wي !R0fIgKd7^H |\ir#vkPTۛc,4=La%:%eS%!Mʿƥ_M;&8SēHkP$ _NiG1RJa)Pp"}F {R= %@Ϻ+g2"4#v;Ylj5{XR 솨wdӶ_߄|r= k9ReD]{축{W[\fH>⍎ S ZfM}&mFPD/ T+DX#Mf9uN?IVب)P -kJLӏX^ #)gNwd!if>O/޷RZu茽hJr&+Be:gA.z'Os#z tcl6}lD+ t$_x/Gn#UEhEŞ|3l nfCK8RXJ1LtMP7FLα 4g"C\=/ɦ* uKR iIoG`5l!ٱ:"b_B&Qճ2j{Zm5d'NP!wxMR0ٛEZ$]\V{S {*X=UG\ր:S;&eT}7r1P3j02LZPN4>)4+D94= <:`YX}8=7_ʪ8PfcV^"c~R7k'ufQ^fBeR~-a^P;sێJ%`a]WrqB]إF]/xQH>J 9> g*N"y8WhQD!uMpLT˅= |V]| XGr{Hz=LDeΗѢx+_?(@8,,Neڋ-b+rJ<$5-j^)LR}GQGT$(n0`өv/jNVDR_W dn,С=gAhR+\?e6ʌ `$+s!ToF4W !)}{Y6#04ySP s#z7B2gk<%ֶ|YqޠhQ *81ȃ.}nVzj$:k~hAkxR:s?PkWm4_8HrLqKx%N\ō'Fϟ,EB͉[I4t_HuQgvJ5 ;Ӳ^eeP[Bj{@T.Vޞz D4RW7C*'{D AB$.._dgw k˲D+5V8-,4ē_|;>foL̍9D(MʞXQx+Ά屗|7!Jv:c1,|i Zfl:3aШ!ǭq!]eC sk&]"@YkOO?Q]Ox~2Z^bWPw݋KW/tHDorn+!̮ˬf{h4JF@c$.*q~o"%8TW,NQk+718e==Ky\kH;{eHΡ]j$LK4^]K 'eIXε2ĥ5J݂ҭQ^}"Ru MGK/%;" PQu><˰qz$o_`AX9pe 7JbyGW*[gX1UJ_O.x3a]H 2(T[g\J b-Jic$Wڕ/z=("bkNbyo/EV/gb5x[[I րcC][,}Wv#;AؑoHC46S BkJ 0SRaF=FOzlL3OEZC5zuD&RIgˀS#8VUXIPءO㌗L,&s7 'Wx$K.+ iP_~S W94xIa#049Ϻ4Q $= Ͳ_93ٚ{Y?V}To5BP[S<Ȭ=gE]i|>8[*|#q4V\ѧйQf[x,@Cz^4AO I5J@8 <59#Ex:DR99Aرmո ڜu%Nض] H#IBy\I"xfݟ"NȅLb2yxzJ9K ]u&ֿ벉hiƿ!Z:Vik9~%Hw9!,J]ԿjU+`zi2A51m-6c0 ܃5YӍ1p }7B0"%% 0v(UN6/Gw _UzV~Ud808'^A:F?o#61p ^kiFQ?!n.&(R(>7 xWp+H5E>1Ԓ۫) Qu)\ |Ȧ@@!1XXi>ՈFQmpubTnܴJԼ&Q@cĴ=ŋsVAk * ݗHf&xoz1~$Y'7UmM߼ :Q]kpe"{뜱sR9|s(;ԇL<ÿqp++/P mZ9ˤ I[`a W eqFҚ`1l[_3+ӅRs0x.+ 4gqK~DQ;l6F+/!*PEx[v`6b>Nɫ[r;7N"fy=BTؕaͦ—A.ɅȖzb*'b`"\Lծ̴N玩u(t- ^Б?B0_V|dojU4|~2,X%؋9B*Zrk VwE;8,]U0m](뺝P_GTj{~1< 1xެF7Lֹ]6=YcBKL:xFG:wܜOl* r,z#t`$U=E{:0EYSstl wOvd֋>g/?l `Eu+;VB'*Qtie o |Y?}B0!5&춷/;< 6SBGɁM$xGpGh)&}4C퉳O3i{̄XqΜ & bbr/2V"$k?b1Av(g9pB~:hXe<˧0)b7-fYIxKc >>i:\.;Ռv8X cСI">3띫1˒X*+[!YϑKOC %Ɋ{f1m oؾ=Wُ,i"0 KKWhh~Fg=~YKLş;b뽸ӑȵ|I n] \X(W2 #z`X]N9r`vaC⦔XQ5芵N9%oy/`yɢhZRl7HvRW4qld̓h fVz(&zX`9n'ltd[#|4Q_FaTqCFOovus0rl0m H)C͕H{ҩo &W7jao'‰  +돨)#&!Mt칣bR'`S@;PN<MRSI1X7cd'Q=WGpj/d&ܐab:C(e=q1X0+?E_\LyHHgg|uXϢT,_S< ,pnm cBy&Ic+3t 6ǐ4.ǫvzkS(a`=;][k )*G5U4v3Fxǻ,3/~hDS vk9d5D (5v~̧Kfo#zX.q,($-O2qQ]E? ;fވ.Q4G%]g6F܁R]ΐ}(1J|(hyCK_" 2),ě?e|qoE\=wcM`dA<[ySET(O6u 9[>CX[j wA,35rF״)"?eS\`erTA% W۬ZL5NهB} _L y8.εP3 qSՅk6|@eO69m~L:2KpL 8J²GěR ڋRn. b!1m{:Nvv~ؘUT'd?EOe3~ U;2%NF%՟Gn1PVvQv Ȁzqe1b-&#A[ nN8SHhF'',@oEZE:H 7HӎGUżP{šCuW 7SFU0RlĞm.Uo&BnJT@SFSsEj@t. l%e$![B 橇'\) a _׿Q uvx&B_bRҕF:͞p}_҆X5ÊƔyȳQ^^4]I;ukSCD$Uɏs:jSe":˶Dmho2HFU:^*̧ 8"`^5ܕ))̖F`-~6mflyKG$S VI O\Ψjy0R"Q?3O 3lDcc]ij6FV ORso.SGh>NJ寀ߊB_GUw|U`f;7 Îɱ8aFήp=4z&⒤3!;>ɾn{k,jjX,Otrjմ񴣄Chbu IIp{ड़5AD'fx7rxWWtgc/LxɆR!XO0b;;}a~ɳ/c7b [' uWdvTw^(אVRI@ Pm3ZON "לB< @^xe˒X;dT!jv0~7E0 o +"гN)K k10+xhỌ%NKlPL]J܀.sc ~x8?4*.'^+W57FdaaAS;`uY_tСSREcCTYb< e4IΰGxîL-R4lOe-`؀ CިL;KGTv\+ BpFcvZ ӯ/}1s] nڬE3!+'Se=c lȹY\GF[!G-VRij3R$֠K UٽS?.YQ(a/Йe]7E*oݧ<YƢ3,_Ūl?8DyL%ȝ?%#DLH܂IV[W*W,)`Vk?;qXcgħqq5|tkhD omLW niWɹrMnu5(Ed;mI<@Z^$S.{@''y 9m&ҟ*RPFa_HRty 26Fu3ڍ6< Eg;IZn[ k5wR]n͝4Co>-< 0Wَs_džpAh˾ٌ!k7&GO` ic\ҳ7q]c_ EzQm՞YRbXܾ) HrKh_ѣ[`Kc!%K@8N5ub@M.gmyI<:d wzC ƬWw4w%B Efz)QWdP38'bfdpw.΁xs9I#]IzmE1:j?S*A( +0"J/ 'Mh3Hx 7g 0RA{^Vuf;ђ=nJ`J5YWqRgík+7 {|n[ȭL}n܈祶h( Vl;҆+3F+WpH6r#͚WGtI]trawӳ eЧm'0C* =X4ZtPO9V| Jxy)%jxxX8q,h̩L lu"{L^3t. #qm{iI޳W,3(] a\E˚)P*᫚k§GGk~UEbVuG"KN ش,s8'T8d۟n#^S lz0E&Iup_ t0 DŻ9|9\.؊'W=UEJlPGsM1Z ՛&ʳrz@_ _R|P*e6ֈx-qE՜;gCԷAR*Ig/n*AL3eνf5#_-8{djf`% ykSh1۴<uUAV2mݶ5a8Y1# )6R82P[;dBŠA^ڍ6V7CP]'JOALF;Or+Ώ&g-_ (E4Wz\T*g C@^Kɽy$f)`+$cX |Ҳ ӌ-\LQcn%J5 tR`A.s^Mrw{FafgtU(Y %"#9tdSDu+2\%pY!2LN=ǰ+Aj=Pl\md3B%t(= ?7V G nNa"M~eU \& ux5$Sky;q<<\vQ:%wDl (9gF+Z!]đhTռV}NX('dbzс~ys[-wqPZDz+"(Ų` `2EJ^WOZ_ZtH$xX{/.mgo0`UVLB%GbJaQ.K\vW'×4t ^wI-ޟ$t e[R~Hy PT}$JT}p.q,Kk k1nf@,oYc8a3y!Kl3U~)/NjF\ȏ -6X`tz+?*ͥa8$u2E;$>q A/Ľ絃WK^t5AbOR4ݦ-WaUsVonj yٹ^"T|zn$#gFGR9UY>1h=%/f_g^pk!:'yH |3cDR#A5PoÀ(F6hN[r- ͔ &ٳ٠|9oʧ*S*̞$YA_A X!o b5نzh8lewIvY}@;8: z(d~j{dOOak6| h.*m|h|S#r"~ȫ/ @:Xb}W %#Z |ҹfJ9ʹop0瓖R^]ߔ>t86{3p~|c1 b2mI;fE ʱ.)mryX2-?O>InS} ( ά!Z($ D0& ^ǐۓ EFi~Zغ:+&.Gȩs`V;7ET_l 7f/PBP ?9Iw 0sٖz#h ygi  h6S2҄S<1s/vd ``t(ˤx!'^TCz,?@Q+"՟ 40RmJslq {;8j{Kj>lPT,ˌ0؝p̴oje@TԓI[huѮ@j5\&pȥps?inJapRod̙t$ j+a:ZE0xKJ Y.˻\]!&LW -{:OL'N=~9+@kdƧrj)h)(`+3ޟ܍KCH9Qga@n]8fУԯNkMJR.&Nw;6's+TTyk OYBCه _e;&nJܠ2{ -^:b6ژHolxʴqvrՅ4^Y |u[6G=( Ut/L܀{XAkߙ~:Knc' y; K渱Zmy-qkM t,JPÍ~_ uzkv$y([FAP6=M_ǚcS% bk ! HJS3Jl!oؘbBD{8 5mA%GRFN i[3t.Xcr u6<@>. g?Xɩ@^T_|zjOYM+O(;"1LF4u1KVl{~VEՕMi^Ho~׈ԺR9!zלZ^,76R1}BF4:`XŠ+%]/GA~UXItqQUbq&fu-_nŭ( Fsu5}k5_q:[|э,CJ ,`[0s Ֆa ;hL!a7` H.rL\z P+pܜ Uy2#Jv?6%[HT@:wk\Bo=S^G9GJʫk?EW N\OrDQVd}Pg<3BGiW?UrF hUMstӝ S{Zl*0[&1Fg PnlZp sPN +uBM5PkȤz*1GwD< m BӗXC)dЉ똪{-(.lהjvܜag*[ϲtu}WJncty_kIRBxdRa?[J,64%`$-c3ˍ@n`~)^3T?!O=<@hlA+ %rTAڡi*. jKM w۶}bE"pwGoRyqw9ժ'.&w(],ϒf1"h^+sp1p?&{ʢ:$@+8w.T%/cwUll&;Ic"Ks~ ADIoٕ;Xt2QrXhxB #*zYPń񒮻\ G=p dN҈%fr?47/Z 3q%kz'0 Hp_]ݱ*ϣDh+B4$`a̍;RCɑǿep|߮/qXת@j!#s1 *k&6ɽN΅2M2k-h 8S ْ.5 Μ"#lȓIt{}AB?=8g?(!/>19:=t59 @<wnWۮ3.R;U?CbJ˳ $6O$K \}NȨ~ꦣ`p*f{,"! sBH ŝtM"坖:☢'Q[ƕґ;~.EvӋ}wx9UW筲 xظ ,bQ)o:-킼n{"(+_Ip=m})H$IH:"+J2\g(RBr2vsAp hM<j$ U h}GvH X.?sm\n>GNexs|2)7ǡ_7'r53NV5%TT{9؍c +'@PM+z )5C$TI+{ؿ{؇rUXH䘯x ,8/C[׿ʡ&d&hkw]0};KUF5Z{6JK;r1ɚڼcwθ428pn? `+Q67Y'|8;ƲcF~*14`ܽ>b<=-nIeXj[;ķ&V4^`$V2xroEh[28PLI?y=9T) ԫ3}& ؚ9imyhN眤N c?KiseVMnͽVs3nRZ>h6>]<0 MdJy, s75ĵsđn':dl`u^1pd1=ZG}'DiXl@A8 \#Ҷ(:u _[i? "xFz,L?`zK[ʕ&A~\_ T,O"Ev#@V"-|)K<ы[7Hbh(p!x0#փnE2r/djR N&s#+!6Ӣ5y#* aLF)&26ǎuF`D|rgv9pky ^x+a[}0`0u[JIDPvk)}6FBYY-HA<@z*hUMBo@R[*;u{N*O`__=Y!+~KjZ<`Iw;|"$)"B,V2F9cт-UqDLK  L&ip,O{@[scA1}m)n*:M) }7 zTUU'ǀuuF㔤_{ XuަhPF#k>;49@ʑȣ+tfR&)e>?bn8AV=HH@^(BJƪjek- %# U y3<^:yOrv8j7#dB }zވ@G?d1QYZ@+{f5aZTC iOa;;(f#(ʝڗ幷fA48TDvQA%p115^F=uu67֜,o`,pHЏh<-YF=' yDؓ %lH oU0 9]6k5A>$4cU"O+p^@8ܺjdž1N)u.9NAr`(i_%8c!v\+V+Sئ Oٸ":>bME"eT4^67w>lKBE)-™x}Fg&kpL85)bB\Z,Qz\A:ь^|0~ fȦ|n <8zirU7] K!)iz7޸޺YВd`8jwђ% s2uYQ'ށyk' EWC?"˜/U:C2%5N Ml j*f0vQatﲘi8:dz{Sį1^E:CE96n҈ #V6;1dTVCAf%B0`VIܥS1wYD^s("H;KN bW;(M|=㗰8{&Mu>uTgq^V9B#.|T7!^L 1)è°$!V#Z20}RXZ)Z\a}G[h SšoˣٽG`gF1ӹ$ޞyu` v&wSg,˳Eϸ&GSZ8k׃.t؝ꥬLn6YA:s&|vCdDDc ]x2?0W Vgyfp*|Ҧưpv|k^wu63Txڱ?s=U "lUeitcYK$;5}f ([GlBnκQ P* .[D^U 2>#qcD$[$[_(\=9pj/y,r lMG5y_b#&ʹoj7%UZ>2Lʈ:rHT-:S(^rtgcD/vlP8M@ /{eúBwц"傑L/vf7< 8 |33|4T[JITi uB3x&H00%[A6߂T e,[ 7IQKɵ"ⷧ&; o53TV]L-XrO )bΙz{[7xB֍3/D.em ŝƭ .+!a*3VR9_CtwT\\ڇ4yF3\F,-2xU=zWqrwZAʲ6 x*n*ot` O¾-$fw9aWa>?$(tK=8mTz2$@Q, QV'mupdԓ^ǡn)B%Q̙DIcƭU `㫯M$¨eM^c(,.ӼU_jeWmN/hdthke)OV;dR.w{u0SDh/KLIHT؛,QcX0#َ8,@cB`W{ 8"I y1 "Ou88D8bZ4QO"exDE!b@w%o¥0IԗZ!v~`i_lXc&]]yg:k >[o`k~n>@ 9R>R'316=KY9!H,`ͷ:x[s޿}"g[1Hý-;\_E5lL BvU(ɺDI1:r,o)HԶDNtUMDU* aWeazUm[)RKÌ1RUXgpG6Z63:#NxOgV^lk5tRZ8082ajf\/N5DeX8^~(%/R$53qdzl9~\qeENWRHTwxOK&]s'sP+.`wvh}!2JhY0@aHauM2l.pT,P7]K;u:;IIyeaݤf½BtC#*ڹNi;}m( &U̎Lq_mXprUiA&&a/V0I3r M2$B]gwY&\3*DG눡uQ&e]mwIPD]#sv +>cVuIܾDdz3*xv7 O޷e?sJ7BfX ̞NK{x`W0ٌЙ% .KvUtd(UVꄪ3߈^qVc,;̓OjD, ȟ:SQaJ~ac7;3ٴц`gL3yQ))F iyA@P8PaC W.4vM$z'xgMhuTn@V㢭,:Ҿo'2uzpsyK ʓZԹ@9]ntngYBuhN;L?%EVM#U3\ Sضi/ΥPDZ0Xc |3TgT$"fLWТC'7)K.2 Y21&3-^ܵR`v27?Z3Kn#^M`2d<@ry[iˀb\(PbE|fwXN6B=/U;I ×`w1 ۣʖ+y*!npK Փ~]jf@}9J;Ջ4LԌ3/G~"$y6pve<;@eL:'\cd̫)Dҙhn>% /D++b~[;U9gbIY_&Q*;4tR,4]lhԝÚ<"e˖._}?54=J2zik4]#vD|OX# $-50Rk!~vH= djqЫ-ΆTxO۵Gk6O,9ZMd, .^܈QY^a$Q'ş҇ H: ʚhOqybаeG8Nsh!%83#jf 5t# 0JkI] 6QgH qwq T7HYߕPQ:up)YKdmy\M@F62w/ סOtqGX/&lZfzvjd!X轊є0"H5`c^Tf26uǞDM)lKtxa/7Hj&11nF%Mɒ/qg#2hr@saroebmS9aW4/zu ܸ>9M +E  ؛;q) tݣzi #bXӵ)^X_keZP7yUy ԞOWқȡnZ }aN}7QCܐ@9.;*̊{ě/X+pb)q1N"+Krn?ocMԦ^v\T[ߦHBwePc!EBK0ÅaI5⡞p4ƧͲ_58Fm4F cSq! VՎ2bDV(1 =%9niCb3}ml]g;sƳVR{e[`3c^$}S2HQ]!UW*(xxycO`]q"5nEXua*C@Pۛ>/~֪s?NU BĘ =>:۪nUU1[ę*׬5q#g%`:'-E-"~}ܙxy Ns%GYLNx 0H= %@?iކ}1 XֈB$@pgoAc6:s,H#-kGa.(o\CX `43]|Xdb[ߌ*r8!dMnggCME谡6B`Nsv֛F"YVF$H6]Gs NȤRd j4dN2U2,~$ܲ#L\C&*6? uU7IsG-ԎBKI$$VqP'aqFgOl6a8PNEs} 7~4 I=#+Je$tLO9hpJ^?E δU5ͷTx*Z+E8{=hsNk,Ak/- Pm[պ'?|i?a,֠@cc/Jot;{@`%q`t7F?ڄA0݊xA%Am7CɐZs DpN i, d!co6(n&ٗ($yڻ/ϡp}X90/砐^2зۯQs5 R{bp,62\@vpb{? aK85C+>9S颼Kf .*eHyꜬ^B`9 {Uw'w?oLexw͋uݏL꬐'=Q[Qlra . LE[ܷ<@ҠGEJi:1O?,zlk颜*#h8~TCfo 7gSNIp0v}+x=Q]9?P(}SA17#UR>El! *bqg.oQFSDB׽9: @i]`p+~W?64`EI`B2DJ&R =|\?þ!{tWqLҚCD}7R0EAkQ46f-C迯7Տ"jGjЩ (jUg)$?lhes+摥o ?co[m`*"'l 󶆫ygNO|2+~ Y,rL1'/ )4ڦ e)OeQR|Z*/B<\)f؋r:UbTz<'s @nֺߞ:~9K-]g:z&_{(jsd;sjCÀp=rj\pÀ>]rs 3Fbw3bLT mɆe\m~[BzPC/k AP e2e\ S tnПq@L,GŦCum-U6~ACd;6%UV7Y3]ذuG n\oӎ݌-HZNh $1dԆ'˓۔ k3@G@w/6vLU=4*j߲Hc~P.,{# TbbIsf#]Y۠)!%'I5S0i/riv=Oxa/(5jŠ,8}c|A_O<-dthW47L P =eDzD:U)[;Pc(2A;aƗHLI25l2йcBqO0oIq9 :+4X8FΧsu)S__l6LӷN$'8Ojzep."1fLd[SqJlq:BSW:WqЋc5o8BщE%(ˉb#bFθp{w ݹi|@-Ze4]!uZ\{E8}&Kh"E(|tujv~% >2f8uURuY[o-*D-3NMu)!5F]g%曻wXp?o4F\5O& *\z GÉ3?N&`Q8L!@oLFAc<ǿ.OSXRw콒i4Q ?T}luU;qJbt4qoz诛~T,75}4PJ~pA*c #w@1<:q_\d5ەbBaUdSLJ%Þ}sm31A_(6YKu;3Ȕ;01)T4xafšDtlо0t87dKŃ7k_X7Mv:p$rq6Υb ep_bZΌ~Ǻ@LE+pH *ɏg hrSK`@vy= +!&(W |pZ2`Cbk~WnWߐl 7a*Ѕ`צeF?gfo@m"yc(RZ9YD]\ :wR)w}7/J)y1sW,UAAiS=#B 4PrǓ" {j2-qKpŬ#3S}iJ.%dXG\ 4#!Ї6iN$]ɈM*Hl#v1^e+(@6 vm8y(ڊBFt80AFP5O`d%\KHk&a$Mt,rf $V`}!t|z|j,\jkӒiiքm| =YHh>[ ~YkᵒapxiZ}Is;S'(glz1'ܸ3cCa&'_eaT9h0Fs <}@LQOR!R-Ool:bZEn 퓬K+ͨyzB{}WĈ5 7{6ZCQd4R5[wfߚeXE놀gGᡋx22 Y۶}ꕞxgEj2H/a{bYIWlš9s?ͧ(q-y_t'!qEY=کlpFԺ\Tޜ&孌e G7]rgS] Mz)eȝ[?kBj/;f])9,;uSET?CٜMw(ZڪrUhc1p 34|o5+! AsP qd龑&Y(|^n.έ?#FCT@7޼6{*'!]եj0/ &m{<]T ց6Vr_}.v&\|H1ήXMe'NwFnω.~i?;Xs|taUֹМ:`]Cn/ 4]7̫L!j^73eb8sn8[[eCxy?]tL#ؿynv)ٷ0M|b;ѼeKfdt.]1NG<=Z*1o Φ9)fdɋqgT LgZxQz ^p1u%>x'۹E,=ZEv *cA'aSԲmR'!r2׼< eU0x^Th%4K1SBQZS]'-u a5 &NDyIXBV3~:˛:@`<^LmB)d5M _`R2z@NE*4+l3Wh~gg_񲼰 *r8ml(-.""__|isAUzxfo5(Gզ8;Y(xNEgZ-Zc45֚}R'g#?<\- vQtC%Y]Uހrp+vI6`~晟T!8=G+X%gcZ"po20%-%})&}e0JU(J[Aw4Rk(ǮQ2/A '$-lP~}J*a4f;Is3;'JRme rB+8i&JfUW œZ4$M`5b]FhpktMpcJK{Ki1ln 2$ G\p_zf5E5;$oX?w(Ucom^cs6*`l&WRxYڌ0"{V| T&aȘǍY%~(#}aĒL5/)"ّȀha##)IZ0leul8, sCeyeBP4L?F"r- ʶI?%>T26m?*,R gN&S{%peJ mʹ4hYM2 Q^ HOoUMa\8lsKH,yỤXGFlbQ#K:-md/_"$+{F^0OՓ#Jv$56JcR>'<& Ȼ]B*j hQ:FZT !^ o<,pAJe7__(JH7*$~ #GQ*_m)N.榩pSAr;}cG/R~;߇ѩ נp_w؜NeǬ\v:x >o:s)9+əV,]dS 85fM o|~;8h7K\ݩ܉!1.𳛝w*pIjSrFIa@Bչ3-]e`5 V{D"xo^ }č(AY PaiW_|2NHfѮ~t7.,AD㲽3l)Jz[|5zCh?R\*!O޾b|:QCV@#lcζ` | 1i "ZVQa9&ѓsRbSkNÆSbH[vSlB7U?Q\|yOM܍;PJxλZwXC,F:ؚtybBq5y4z@ 4y|+S7%dv*:. ֠&n1 Q2VM Nֿ& rXp_j1ߣ`'wVz^ |`x}҂vxRP _2e<>`Be\A& $G_g 1c(/oǶ7qwaCνxdQp,hg>Κ.J!ӟ{=:*=jS )ełƽ/"yCeǯD_4 ۆ{[ ~Xw/?ըG8)YK昍GLT,Y#QlȐ5'WcJ(SAjȎfJ_lG(4s Dd\$BVLׁ*>=;h =D+'LEǔe@dG|Zf[hnLM>-ǓL3z||a q;5H:eG*ȯB׊'mz]sޝɒeO =yP lCʼnCC<)9f5DO:& js%̆c B:A&)|5Z*6/@S 7w 'QM/[Y`[$%vL"ndh;5@Xw~;jf ]q8 B*w|$.P]'zYu[2!=oBsUt=6IpqZ+@=e\:9٦3jD{$hXħ#hiJ![*bVzg7E_ӄ`AZ³9_&% i10w} {h3кJf\la#iGw$?@U@˓<]vVT%KƎk"s*6 eUbCpޡBl$u ~ܜxK֨E):F?ݽ9ZfNE>-ҿPÕzG}㔋^a+$ <#ѱ`JO F9-ޞ!Zt D@eTn 9FPnA={oj,L#{Цtj\Zz'+߀RC!t×H>R:JWu+tHI #‰8>&w_)BɲdIe+Lky@ Gw_U:xryuTdbL`r Gĭ2:; k@?;B\t #K;A9B =$;>S&t$J>s? ,_Ksa׌ܿEd/eGMK/T B\< *xMڵ. "vLL `L !kY)p}H)iuAT2 -:z($eP³kV =/9=i޿+˰ "?<%{{1db 5,TՓC3_in#ÉE[]a2 O/W5lo֪9ylI6<8Hpc/vJ5&G Sed#v6tm0)B$\  F<)<Z=P?+ _(ZJe0_Qu+rs&,Y*USUD}-Doc`U5|پ@dBibȝ&.m>3ِ/.Fi^yK/Gn(#@[h$_-"=&2qPTBwlohX<0( *8 _Xc~abZߍRMݼ؈Ua_H|gn;ٽ}3x1|= ;D<[눙n{|tN lS)?ރۢx~6CJFErQ<r ` "A}/)u>L0xﳢm(qϤ3̆k;JplaeqҹIb)B;~:KMJCb˧ ZבɱgO"Gbo@dIs$oMߨ`/]u4+t 1֙:2,D%"-lO1dgk > <,( r!ݗCrWˋNiQ ewaXERHo!)ܿLl‰)*Ӱ5q] $ -DnfJXiNR`Ӫ C‹|[I&A)|qT&9Z*-0)}]#0/u m Q?3U@ڭ77 zzWbj-:  5aP:,^&ԘØU2XD4*o<7/F4 4CJMv0{zdY:8V@%)'X>֡ԡpo|L#Pzsp֌( 2vL̈́[X[ mԻ49Z%Bi4ZZK[EŁ>Yrs^k>=ɵo]&ՀՀDwz-iV!&6:&(kL~(β~1s'^H2&ܢp$ yLt{kx6yΜ}:a2>G2y&Et05[o tw0y!8bF=q B~S׉xtlt'2.rZl '@C H*/ԺΣ5ڜ61QrDZF'lj{ zZNH᠗2tZ6B@O]u!r\SdO`y HXb&g.XSM^ٔL p21u Ynkn؉i1=J8x!:#9RL-]:d ڕ4I M+yŒō\CLqȀA>_b/{sec& |_bf 2/hהgnNM][&9yCJn*A*DFboB0r$8 X@Ŝmn'MDI$^ޏE'=ռ@:,UF0r90N ILT.sbT^P5uW -cVk38B!O`]1x:q1p׍"?B|-%*&wXV6޴ڲ}bPq/|W;C[n~Ϸ8P'l\ؗHU~У6=B~2"Rv )b 4te.PUoGݔ/߹F$ȱP)`,k9²9K}_<xꫯ6u3^7#rvtA0!<")p`uP/7B_Ȅ^v("=35`ƪ\ 2xmX8\+jw#w#QXlClQ@Tx(.y{ZX>̙ےàf3W8|Q g.N,nTIYiiDX|Lʡ#!c}hٷ3e()h#Fq%<<([WBvZ~SUvI]keX8m yhZM U(m7]8%P%A5 /bvav"`=@Hbby*xde._X ǘ,:<aid. \c&[#8Ig0RևG=0b5^Jn:]]n/=/ѹvs5s`R1:ZPu_ɁTE>"эr{]~|-D"&;te֍zuUB3k0Af g, q|[j2$RKk\֨[?SzA_TЋn䝅I3BkQW)<衽E|7Z^Y:ּ6ny/Ŋ*b [s dhQ+ ZRRpll҂]%>QFԨ'h'.༢  y7ͮQWHCMLF qN9,9JۂkO}IijCz:^A2DZ5#=̣*+gd>wJJ Zgp3}\ q 1i ÎB,.]y$c@qz\&}jJ6c /V~%%$*DQoO@ƒpǹXIdžg LzOW7dOc "1[4֤99}61yA/8ד1~/߉8]:#"g4hxot1' 6MZ`r`2,WvP=3~Z[L(U0lK,hJƈ#w>2E݃1D4;>kA_[\ Od\lkR>3rц*c޳^;?nMQwՍ]Q. oK4 *cJLJAr=Ս9"f`v{^;vrۊdtXaϻdy<׹7 ~Qčax?ff,?7cKj1S#._ s*xSK)ABԑTM[c@ 2IO>SmK-HY/)4FmyEc*,`UT`f;9nH.E%=zG"VK[}ʌJ_k}໎ap`6adJ^لԀx!I]$P3|=V\C}ETEUT!d~׾:f`b)eE7{HI:|jS CDmUMS&5ne*eOYOêu26x)6v%wua¤yA(Z<6 o0MKI1GgV(o$uZpVGqXu'EOf Kc>q E@* %DNBpב-ңdsXxt/y7ַLESA QX8aՕb.ÏtYYEWॣ _ 1E#0r4T橊;>"D&_}8[0.v)?:*?fe ìQEWjX'x{W2X:DLG\T㰨Sjj bv$ R^37RU;QWM53~_{4FҁHaMCiJCO-bXr Byt^YU!H0(ٶHPҾ0trA"Ml^A3: /?*UkiyW* ꠙ''*i+-L$ wѭ ;~RĴUGx5z<O0ie=skwaؚ?7iqR߻GO-x#cz8y%E.@WW .G:h~sSB5)ovNUq.W}E-V NGjN΁zdگ+S;D%4EBuzTqN1ىĒO_[gep=q9[V ơdĺAnowZ auq<-Fʎ5sU4RiM&qR X_DM 1Xc!,G$< Ҹwwu'[*?m:xNR99EYlbW؁7H4] W2`&pљ UxMWT=f˧69Jx}棻\k][e[]@D LBvE8$zi18Đu BB.N*߅}j Ea?}=޽Һ'=?E4ZJO7R'Մw64ږ6@g=<.ś)BnIbGH]ՎHS"†dӱH|ĶTauh2yv vmWuo65fkUPӮ<)eQb֥$EȚ&;*AʊhO3|pjMEAy !O&?'qEt'E O&Ogc/tsOsV`!ZP"jZRdZVFѸ[1D41\ )_nq1N.w`ֆr auϛkͩ mJAkqzf:v ;/:F"dz ]H Fvw~D;!I>f9i'ltLs$fܘFe5-oac c&ݥjJ*ԈieX&lY?A֏$[V74;1\/ }3C=wظ$)=haH0 uѬgԎBNOK-(<ذԷP o-%<5sxZT^6ƍ^/)GĜĂmVU1m\kQCCX,K Lq50;)C #VM/%$j;fZػګ9)?O^jsl=,#Pl{sj.('A@ $RΆN+4cF]bRv*GT@R.˓xSXRS o`>R)av}!R4zpTm؁, 0 Ԇd][_"ୣ1h ӗHnkF1_OlܱV0Nvqa=$׭S7L U,dP3 ?Vh:mݰtx.ONk9=%%g6q4 ;࿼|3 1\?,vtA!5őw۬%'{!T WbD\%*9Tab15fC ["0Ñ.wbĘ;ڗn.9eQ>.$ CERlEf;A&*Wb%PU)OrѸ_}x™DZvIZ& ;w9I5;Ȏ&U!'Jfd8R/3/ƪra7e'3PiyG|ʹr1dyyǶyHtgeΛcm]=FRtR FH750!U=QHJ=]巨RI^{'#W+~GꙪ#)YKulW}͆Q5,=3$% j8`r@ Z3hYT mA`:^r] øۢAJ2'QxKDmf/QE6U*js+]S}sbbFE- :+Xz'FJ/Rpߌ`: {W‚(OwMۏY:؏`}m۳؋.vRK `s=;}Lq * Y+,^l|lX\,Z_~X7 ?<5ڣ"9@g>O/ u4 s)^is̵wF@,519]? ËHz,i8ӂ.ФF¶AX8ܩܓK \Ⱦt_>ڵnˊ JW+kte5}}6ګ0{>PMn|"7| J3 pwaiphFj`1 KRV08n8iS-H|,x7)҆S stݱ+{m@ܲQ Nsq̧KkzKZ]`rb_>!'ĪFMVʆ e>̆ΊF`\vo!Ռ2{ȧ)dJ0Ɲ4)2+QfzMf2|U^4pPm$1PI5Z\{bGN-`kcWZH'tew eU>5h&ȲHݕ*؝I+~MDVlaޙ =Zt:o9"N`!ӻWE ]]w0G(Nuk;m5:/츄*3UKhqJ*?}QZWfyEʐ&뵮bԢIAƁu4oBN#uO?8Vy3gO,P;Ң̨BvAzў:L`_}EA Uk/9PjXțl]!n  LG*^2MV9e; ˵J"D0IdD]\6lܩe@h7,$V5ͽKesMUxpWa\*Ri~ 68d\om/4V E.8j+rQEljG/4ѵ̦GZ r-fIL?c@ 7 XXt @Rp?XV)g_IYS1f[s;6W,%`>l*sdSӠk'2R]z>tf~k&`Bx4&/SnIIGl+氓孇^6ƑbӇ3^Nzs=ξw3DBǘxÇ6f/`|rXw[œ,?lSFuͅX)ͧuT QHm7@Zg+PD7@FV\ Wp92罯+#έX[NI( KB{ 톛 þ%x_ͯCe HUygen/O \#(9 blV _֚%`K@$}Yg,Aйj? ;4.G 25Wr`:oȩNDӽB܈3<tf_pa5gTKK{ jtu,]ɬ byZ0vqT)Od! ^$:ȳ_NtڒaS03%O !~֢`'Z QS(imL3מ88Crj eSR6/^q~YgPҁ4Uxyx-M 'T !f)or&|'XC-0@ҹuE49g((BT.yAf`4A1aF _|.Zo'rENiEsSBӣ_[uH߳2 ^Kpͨcç @u1!BzZ R_i|A4c-! TZUtL1. ͑i ~=Mw("\8a@B hR^~| tTLiHF8VX?]~;¦6Ňeь&["D׊E Rcfx.$vS|e6MmuVGL"`T: ) N~RآX_BdmMjKY/:Y<.'8v3L0Vr-C`gOޚzK,# fGvSO:Oǚ,c=M$1Zw(=ɔ-i`Bms rbAd-+E[[h{F( {! _PM1C{Cigz>׀ǂs[k~J>jqg|j3_+n`T2pAyY.c)a=գOP2{%Ż#v!Ҡd3C5bp*_5j3ПW{T ؗ{sW5JABkIc6,Z1E^vYTcwp]SdZ53\G<xgO#[!o e1plN+\ko(J$-b'bvo6!*α*l~<(f-p7=GF;^<}7X;>wf°{,lظS(=YZt= +@PX 8_;SVtK}'% Ȼ4oX?@8F')~qV z*+d;DHOINj͍6|@s5 GꔵΗ9Ƙ[1ޮbyGTw2(܎Fb%.Ё<#D06:2>kԠd4)];}_ _\(|5JtG Qnf\|aǑKLMpN-fhKڵ L3A/HqIgI%7\#3 Fh-=;;Q152ݪ[PrFJ4ߚ@'ġ.'=`sz)TzxL7Aȉ.+hP֝̚  &vY* }䛅b^yscQs)O fm ȔZ)Wv5y4q(jmr ip;plepO2jZ?tU#6"+&c&uhF)GuxN* \Ip(LGxu+84;Cp-8^@e4ͨJ~h-LG9*DfEZy4w@Yc?:>{a謊I7ԫQM>P*)h qo P=>AۅԞ=yF/&A +He}#lDC/D "C%bXne֭3>os\e XP. ĪuÂVuz͗.\LBWxݔDT|d9B8yRCu=c7b}*QxX1A Jl??f1Xs)M ՂXM M.*hh- T2k$M1E"S*d. ڌK_D\t *Q?lG)'|DBrXK{ˍp0_D,3{|Pq;3 )-|Ia;RH+ ǹ5 93 5RWmw)7z(ܦ`Lmzaԕ-EM]zÈW\(_lSö:,CB_a(-_b͉%-؄o&SMCʦF@L&Nf8WqN#.TT”+( f3ƷVm[l \ox^7% yl``7@H콙U4 Kac&.qü ¤sGbJhY^^Te.f_!o޸IŸ㾘8Cnj(24yő<卜0sP~0^Ye;UlѾ6кyDF*3S$? uU08TIݒML0ǻ5kxk#2I?K#HyX tq!`SЮNZf<$>jtd[/,gim!4*"@z#r+A1owtMWK5/+-ZzJDY(y+02Њsǹت桀^_Pt't?0d /cXC ?${Iw.y ۷e]1|;Q] Xb:ɞٴ@~a}QFxu8B~.k-O<8xC)7e۟?DHjH%M[S6*|M'(U^lc7/94[ Y&8^K`Jbk*+{*22)lVt:h&Mmtrt %/&8a B?΅rQMel(|4yqHJ<ݜc?2=!OЅw'2Mdf. 5R_Ytaƙ[1͐)zuhսW 1^TmsV,|=7/2u=pva$'7L^ka\P'5R1 X gg2CB:Nm&AS _Tw59L \n<tT|Y}h"}0i?Mʕ3]ىҲ|íZ;q(nC{ !m8#&ȳhx9'85Iz۔̅aQ˖Xݜm$c m({DyFT'7c7?,?aˉ2Hfg d3}guJI@bXLweG'i ݴ31i`ϮAyVUK } -*lWoTNV3 8]>OJx}tif SI{,0]Tg-7N?|{,OqV ǧ?ҁ*`dy>5t8i"BXA" QG~e25F1Wƈ1ې yDf WzR~m+MUN'طF7-˚DVHx3?iFiXWM_՜g׍|i6Kia2Ha]=qffZ!e+L@\53Q<%ۑ>guun{'"MAbV$,{?%7Uw?f˸rm 7 ] %Q[7 dE`VRAZTGS|/[(qȢ%8!dΆQSAUdSQ,53Zf%aI ]Xb>߳/З+!N2~ qP@E v% v,H5/vgthp ;vb%[gu^ !vC!p;?ܬs|[PRCfZ/Ë#bfᮕNkvؑ \…iewɤQM>idc KG5 3ѩ^P9*6 32"Boa[:R%jcg=^LK𽊖XFP+ 10Nz0-7YG.vjq!_{<tre(88+&è+;] ?V2{026q-AKJ<t.ι#刺46] Bl!# G9xR}2*MM{(p=Tފ.R\$ɮ2loed=5kd4ۊ*LլSrY-|6씫G>ߑ!BG+R7?ԣڸOd ѥIג<Ըe+]%}6K+](3e ;cfš7U&_|;:/uHrck3:Sd@LKǢ(㮃e6%^ / V Iņ?j~>D4QƕͲZ>J7Hp U*Z;483 Eqn櫤g}O@0"z1/զ@ =mq5Ywn|yy( rmC1O&oJ/IXmcuBќ !b;CB>i/b 7MuH 3'CWw3iFg zcglSWً+7!b70;ZYtJK{Yr?fkQRD:>MŲQ[:~Y4ӈP-fM&oX$1b0]tīKX $( tu1SX4qh\3ROpt-ױ|/3oíx!xkOqzWJ؂)5r7q5gcYθC^uSa|o96-Us9bMM>ZY)k1 LV6d93jݸw3t/$%T*Ngg^{3_^srWFc0A7Ms\&V5 6t0%DНF:\2\9^SKsۜ =dvM-38}ؾ ~Jt0 4 nnn%w}:NrDϡId>*=K3NxK-7߱yp 26Mc?ysayuf!uqW.ʱIK̓43"SAڇMbp@*O$ۦ.0hQم)'{lLi޽Rv/}Ҕc>=vh: 2|!&{<ˑ1rdE.=J²Rk?cRg2H~4]"7=;R: ?q[xL*-&uT10X@ -9y* m \`,޼L3Q0Ffx 'ۨˇ S%!{NT>֤'R/= ۝T(d@!sJ|:1V$2lsR>uO5ئcoz e.q_a=d3fS|.ѐ]gT\`t0/G?ElC*\-$v bzo>Ŵ_ͫ8g'፭}S|FH&ƈ܆]ԥ=z}l/MMXZ kBRՎG֭LtcH_kΔ+ ^k5B'Q9" U~?:^3 Oː&c 7Rd%x y#s;1Ry.KPfCչK܃rk!ح:뤙I虖2:q= wQlV{iC4Ӥ| ~M-C+_H6}vE6!Rn,5 BXv?!k;e]hށpaV;N=X[YQV~fkZ/AizKzv7G|ɐ1)u[ 4BSeDUag;UBҒe㍙a7e6M6pn[Hy@h!5)C<*MB2E-DF\fkABjWpQУ aPxQ oߴ2 ?e i =wkp\ YH,ٲ8xF=pM|]P7抔ipP(6&@i`}L+/'$š.tDl!咂 K$#}F G1Ӿ(ƦJ) znȨDNhta@E~ P,LdD7s '$ 퐶q(dg S^3YZ ao?+IJhŅW_LzDR[/so7?·6sAν!5gn"\Wq KFV=U:~X|!ph.nrb|=MD؏^/yi0ӏa!&F|v]HUԤīulY2AAxYslW9TxiCb :й̯qm!7WbT2,Yт.`,,HWZp} |֪P9g7Qпt=4p@'s'~䴲y,m׹I_C+* c`Hox*̀Y6E9aʹD+v7֏ˀG=0P&]JMwݰAz y W*Y$m$PR>Pu$< $D7y-VA̓.mبmg,4:FFNG2Me`X?x?_n1,RK(1?\C)1<+G+"bPX5(3gWvr,F{壐S֧Ug,v<2hCxUqfh |n!"ס5s&4o{_Y2Hs+E@,JIֺ@vE䩓*#uVjU$S|w<~pM=)jMfS:!;48 |lDӛCpqW!sH}4a6ؘ#:Oj; ݈_A|\k%) d? &2&` }wjldw(A;|QBȔȊlEvs)vP$ ԏIcjnWFNBun񰉦 "@f pjr3#z;"y>M$`ı<Ԫւ?XPZj"t.6 / V]N'D%KxSzPQ=FvHe] rq?߭cvj^V.dssKh9T`}r1+5R;mGfX ӥu f5GS#z<=E%Q@UFv@irx^SVosO:vdo J[eKqDŽ ':=}R9mBU7)(N9yx^"o2?ۯklˆ} bqAMN%4eW {H:`l%OG==m7Xsvf $#}k6PTH R!9ڭK󵼽^;'*U_ {_S#s({ehYx[ {< )['K#w*;1G>WRU z cR\=(C:>"mlպ2c*d=6^ldRI⥀hpHv 뺌N$ΩШp]> #2^No X’&ӄ XLԔ|=(ضA?~ҩU }z\21.IU9>|2{&uh 4C}p"Zmd[eXia8\Z?c4W0 ܜ>NRvEHFHfɲʺ#eRGfZيUDþs$xoK)x)Rv5`q9E6#U!t IӏDxsި: ݌K;BqCV/EMdo 0׆\hp7nǡ}x>b>'gjKNnNυVĉ.ƕ7.GH230scdw ,mYj?-bɌ%RgB hP_ =j]LUTZibz pMeucINmi2]+CCاH$5x+&v~d..G"nn.6Q(&5zޑ-)A(5K\O|/|V  +Q/0ZHîքMHXLW?yueI4 q_zU7ZA]EF}H<40+`Hx7AD>]ШP7iyx8P'J5.yҢ*;؜N[e#,G p>`PЯӝzwnO9Ĺݢ#?p H|"= t@u>n` $&{*U}RH rv5FKW 3UPH~l6/X.@ zpfG+(n\WyȜVq1`jxkVe %9yBL9!Zhg}kT%[;5jij9. [HF 7cj pfN1bB6󫼕Z9i~Q8=<+VjB$4hԗCU=\zy6I׫^_)ׂZ~TY=75Ek rt#*9BvtÐ*w>d}(gAK#\ͯ6w8jDRSݸKN80  4N] 4Y)8Qd9_51 ( Gh3Ъ1;)KF݆ Z9NK4O(=z Nji3&EQ0I0 +Tc Ȇ~='j[C$:kBue)Y='b^O)(RlE RgPw6y@)z2HT_>Tdiec2 pYD0Z)?p}2%aEqOy6<{fp$,c /#^$f(r݌'Vze0VIVf<^)0{gqgT៑*pe|N gu(f_ R9Y)~ϭ9ǝRմZ% %(,; AF̓IFHЉC>|.XV=$S$#9EYиjg+ĕ#*Tz E#*'lb:Pߠ};z+IvdKÚb&VӁp7?*.\ f?؞q~p!GOy8U A1Pp$B`4 YN.[9H09OBrW[;*O˖Ilu xQkd$zc~i}l7afzd "m6ːU W^,.SɆ톺yDSvC&T1/AYrKUF[wpl揿KrM""_%%4S,{n6ZL4$Ҁ"b.2GR~ dng2|+ >X?PąCi/=@50,73x0Oi"h/S " /?yIbO ?m;8 Wx^F 1CU~'Bim+ݲAZc[m? ߦOJ qF+ع\#qQ~-ʽqt>)hawy꒩3 "K҅E=eJ;ZWhQ+/mH_3񕏣Իzq't|.gT1Q7M\G ڜNA|{YYDsMNueU&g{ N iJU_jv`6]Dž|v K%ӽWNd$d|HAXh 0Ƀd !Dk?IC17cL+ xce(~؎V(D: 3u7sEv ?4.0R6hJF>nCxu ELKx\ل+=fc 7"SdhCѹc&-q;Hc8%^ñhHLjfW U}!8ewb}+.)4Xϗ/ck%%~k$}[±qP-B`{/;7j`[r<vOд0uw uAt,V4(e/ǝwPm&F6 i*AL]dR%*j^7hAx1HT1C ?,?\#ouOU6|h!8_&A]f"V;w*:Y{*=cKr9`p?X_\ 4->Ζ֟]/5D9hd_1F5@.y6iIj9of--z]Ǭ݇.ov4yvi?C^Svԡ mbKCvht*lgWMe eܯ[qލU^'}dLH9FEdtZ lDx-m hs I_vLqM|`k=̔|GkyAyS#oUHy!uiY*amW~ql:]}~h9ǩmJpX1p+/DDw ȕ ԧ!DZ`,gh湾BvQo^QIGto!icLl$Z.R8nq82w]86 5%\Ayu:ج:|-(oAdNܵ1֤c FKee"VC]6,Xf=p(`.>HI3~έ7g|q3.jV1aLg(~Zwɻ 8?dR5("_,Ȯ$W->,ѦHPjHeibf3Lbh&'<((X#; XڞF`}l0zl!RugHvNpa뾇N-󜙧7O vOh*Q 2OۣH5m j:;"<{s=}8 ʽTRD/cǾ,/8%kk(qx'p]=lJ1>yׁiyCm+m(H'h_k0Yٿ Vsp\H' ,5) =J, X쀴=30 Ẁ [<%fڬZxaQabVt@f#yRfWH!c忂zNG~ f )WRح]]xBsM@>\٣'fw6hw'xFE2&$=qhZÀ} y#6I>,?l$i'cḵBHVci < |R)d<2PU;MT 8ɪ=}V&xZ H-/jtiWղܘ91ai؎qi4g1Uʜl`"{7Sxӛ6BBXL g F8˶'h3Jaí^A YM6+x=`Oh?+g<ل$n84jr]k?RhuVNUḰbҪ]|Wc\’# G8}Xe'\.jJdr˵g^B1 8RBM齹a:, $ֹY0JDr)|/gLD4]ᵟlHHr6meH889.~K.i53i'N""T_Z0hmw~CP1[Zs"?-ʡGC+ `Q\ ay|V"vbaS{; N=!B2pc{c%u8F^~% M8%Q?uȿ+5 !x7n;D%.j~ Muis{b0$5kA#ot8w"aU3&)_t23i35<ϾDj"M>eɄ8c,mUh~-AT '|PK˴l[Zs$-I?K'|7z VX0lު56R6Kyxrdr%Ł0BꔦOB*93y@,*gVpe1"Fae3F)ɥtL6 4լ٩ͩQ_ G!MԈ_kV*_';3E/9g|(rRQvXҍ id &ĉ)_/k&*Cxt㺣AGrh٥{ŷl;y/%Xtsj-]av#x蝫T9yhbM\Dс{l h  SuHZ=/)N8Etg wԎhXNogv*2?޴LIobFlJgB2PK- 2BDJ? (_OΆKoIl[{IOJ8Kɳ$63)w!Œ9.T1W 5[^-ާxJ)?[>? $duĢ(|8(ܓo'DtEuR:U` >Š& b1b+:OфKOIi,1u7`?C2WkYPk-]3 &^ s%J`h7֝}ʂ>apu"'a EBI#4f?Yxg>4YRG5|qA("} *|œՂQU ĀP 65j1~ =6=RN޽;?O@xQ 4 L}u>I4;8]qR1Ą-[.,:^wl^!?6qTlϵkRF•.r9 9"бCɹ,4 +x^+yVyi=Ъkab]P#/u"g5͋DOE375n&* JscLש LѠQۥ}!3AxkEb0r ?  a5T`Xzζ7UG/kA'fF O{'F|Ý[Go/Axx {5LZથ]~1j%% -BPS?AT [NeR6Na6]`d' y~O=<5Ii/|q MjN5c=5oQHneĀ7>ThG54z 8ȥ,_5I -c\Eg/R"Ol?h4K뼉__k eƇi\r`vߨ&cRe]vy Q WHeV_d"tj0 ) RZWg~S:±oݻ?_`(=as+< bDCJ\TXvTa*|>yܻƭ~XVU(03VkfиG_(GB0)H `q Yy +Ȭ]‚_ K!Nk2rxB W+ X__[-@b/X65m}(!["H޼e(0Z}YE' < *;Ƒ5X?w9F*۠F lZq&V2$"- (mYu<@wYP! = mh*h(3 eOZVl&?_ti:TtB=tSr#|`7Ⱥˋl.rV ]YMaIS`ѼK2 س5C#vT!-.{c0+Ɗ[`0s:צ$LrEv(Uqp@qM;]B)'Wb˗ W%BvĂ7jW|̹3 " /Eآ1 m6^|?x_7K~Y)"wl{wD>q[NlH Խ(UtP2w~w1mS%@g"i | )lѩ#|?8šքs0S9Wr"_|(uА~XjiN8Y# 4`"YA#Zs%aMDٵȆc!Jl䛹 AbFȱG V`5Pu%t1;uG%ʯuckF^{GCA.i}$Ah,u\vz7SvV'<Rm)^;o}eiL9''?8cS`|8-Gɠ.5 !Ҟr qrb6VaCw^ ͛ddLq~mj1 ӫ }H2Yy%5Zߢ3_?ӈ~ ;=X*$t0&Az;_9n xŎ;#'cвʛj+ZKk%jϰ|ڲϝǗv܎j7 EctTJ!CqA|G@UXl$+uWx# ƽV^!^Ó[W #mUP0HPww!o}@w_GNfV}‚*UEks$& Y;UE&W9}EgKZt3ѽZNqÐB&={&E«D uxYyrzB.HoF뙔dz8.hC[uq0!)`9rqpY\}fnR2O>8JSoN+Tۂpi~\M6T(vR )G`ɒ)Rs+THߘu]?wK7+t{ݳ$;_[F84 |DXR&RXwN$6;%cGZhKoVO#1Le8☏YN(ID2=7ޣ|[ԗ"}h1U2G\:w&}ރ)][-C hªdl/;TO?Oj`\ТM.dHSRT8>gz BV;hdONh<`jX.\1G=~C.VZ<[~(d=p[VP*ȪBgb_e 3jj̙I !rz>RpWafxg#ڪ\9hQ⏲%RJqmUa$t wNTъ+UⲤH34^>wq3pО\5k̽5ٜdAhTx7f:y _w҈b([XV2` >$|qjd^;h(O JK?gg!@SW㫍1\xYI<|gOY@/{5Iw$GdQ{fӣA` B QuգpÂh"+4c& (k4Ԕ ױ~27" ;I2G%ZfSC3R'&BԊ$dOB82t?jUm \ʸB9a;2kc Wɧ]Ln6"Gi>-s{Alx2>a蟷dԔ?X3h2.$J ) j V%)ls!ʋL- ԇ$6\;y@ ׶lJ :h)5&, ʘb(Β%|U#Iv+LgށgOlU;Pԟ皷7O-T1L3ϼ ?^iup !16$[o,Q(Uq:M IvWkZ> R<4Qyw=.W1e Ӄ tʫbi3můK'0VuL_5b I:23e+O 7y^DXA{ė.JtϙO Z_@&QmJaVkFLp_\XN)G _Ҍjq|eF>& ,>4kPCl#$2 ECZbRGƚSstxF}z$vjs 1i+R" `R)kÕ"IhN+Kc.kEF rE8[.r7mb*GCp7hI<6B2]0!aUne /7g [5/9Bj?t[_rLyL./}(Z| Ճ¸"6hClu00bC]Q+?l$+%/ҿ:R^ZXF2 j 1 On'-MgB[pLmL R(PϓԊIdU 4};(gՈǠwȵ^QiuVlY$x:ʐщ\<ՔWm *_Vl ϶Fu9}G޵ I9-@P5%04>FNeBF>E}­]/SR;\(ͣaq@lھr wSp $̸˨qn꧳7YMy w)SK|>lwK-9~fFq ,p.^<".QTNY&.S cK㍵,mw0ܿ?@;^8φ,^- P܁sn{$^P@U $L~^ʖV3s55(b-hT[?Hh I>6dy3%`@XxOќӛ_`+ >RIkj_c'զ^R6iyCrTIZS>'وh4tIgKh/lz+L^iHẢVl@-4}VFa 6QyWL% o׬ˋYuwO{'il|:kF3I ɰ;T=f) LIrsK"}wnxʦm ܴoI3l PFbSτ5AL |x7,u2jo$v݇k}AAVV;.34^k#,1\ٍ/׮֪ʒd;4U n0/2Գ, 8vvÊqΗ`lHVf5*ic*E Z#}m U5l;XOD 7nHsĂ@ $S 8vҥp\O>g ‡VcZ%H|cp>IL7`^\Ϯ3<: #P K9$ՇC"W)80wOWɒ QlSaq){Sz.$s\Km!@,KO>UDX8W. ۿS=03&.XK{I)4kH3A&0=(BhMGF} RVi}^ob%/\(f8ǟ+RȉޤBVMdHj~ +`iJK<"%86X2=Hp}^㹒Y,?k&a/RPPj Q$. RxgĒN*0P?19V¦Ѽx(5UwK}*K6-*OWҞ3Go)Pz@6қ|]:," (3aF'X*OڝhG.68ű(GRØ*u~k@1*]J <8~nm(Dgt'N冹) HN]GS~s!.\%م?d )݃k/ ϕ 7};żM5½A2[ì]6LmNo{ .r'j&g_LR~`ܣR<xp /x9 !m.֦ȥ˯ڲ{{A"Čj6! St9ħFɣ P;ai6|/o;DL! ub"M6QQM7 "dNI}^9(f &t.Wf`~y: e_ɛ8Lok d5nZg-W6̉ M!Tz))W!Lr7/GjםE2&嗜 =HDIGE6: ]@H ϒ:`t0yWߤ䄢='n&)4ۍ b .DHbWAQ~ڦ +# }}.$H~soke3'> pΑ 2.  O_?C AX?NUЁ!j^Dۉ7`*`C*cSAJFT XfAOP\P'Nyo rh-cRW>|3Hbp(dg5:0<վ~ W~MF2᥊qH {ʲ*vRLj ɴ6ʽ$OZ/'J^:Hl=5h$d}٨YÒ }ؑ"0$VӅKuDҎn YU_x4&dUz>@z+Hs*BA a(+cd>/Cb)@&h˳QDt6c!Sl]^+ݶK*SZBY\ IoFa| ;sGlԊlMYF{, ϥ|<h>QnEӠ,m{&2nm@zKs,R,ư^փ&X@m!PB(zWR:OJ>8i졩)9Ӄv3S&: _K2MQ#M"Oit;ϹX;TѯRL 6#})7:7J}O`dE۟X BEx4] 뒸$مLs14Dct&B+*^0ȱnXU32y/( ׷r8~o]=6*0-fʞ,C0h=T% -qk8!>:W)#i8S`B2&kcyc%= | fj"ĸf^AH1{rk n5qjГHLMpI;샇u2ygNCHI+BBy*c;rf (8㋝ n'uU15|T< ޔ$8ZqՉG*yS\ueRG^(R8xv B\Zt[-rjq5q:ûOEfle k0&ȐCIh}oGf>K?:$Ari>;d׈W*磒S@Ĺ*i*mњJ^Rר l{V'֣Pnw$YWaI T9ft`P2 V?Dm\62e>0!n"}8~OqƋ~ 8o}ꡋ4pFH!Uc9!M[CQdѳR'y@qOg ۚOl7@tg=-uOq-&BXI.BN Y"Yng7Iԩ{MD.dT8,]hZ2,ZThqrt)0> DvRz+b6ȣoW<ϴTRw3hp_sǞN&zg*t}FP-tx/ +֋IEw2W" c[I5WEN99 a9si=w ]/B9g".+=B{.C?m CG4.X)P<ը,Xքy+!3A1sD(#z ϒs3n { s~oM:w犃cCN_|N^KQVNbMrjdz 9 ]m^>?C} KStn\= [.YVjY Jb kՆF \(wsS4"b04XpTe i"å {E"T{=޲KTIiտ\Tt^',Y:5bKX0S(s |fZc(t,`;Vfշz`XZcr#}w 3"GؔjE(MGu>,Ia5YJ˕Ѿdpq#O]T蕇׭|L*hNa%^i.]/ QI#2->i쏐 D K9!P[S'%=-a߉ $V4Kg{iK^Qή,\{Hmʘbe ̀Ϭ6XD pkƾGOtCŋ@xmz#DnMX@ne#`'eKRʈO6 )XPf ^3|)m1ۖ7ͅ+9Цck&BLEh\/oR̆ߟ9t]_B.{ |!CڈZϙ^0y=489DxR{-x6`ϟ LBs`rl`hqS R@};K&r";_ܷnm,ʝ!u.KՅOj~F)_ƭ@Zsn0>Þc,NUmsB? B `# L7|ycHjŕ g3u8c,ڕ=g( @{xi#g5 N,V#S ]Xj,Mpj6zBҡ#1_u5W E$QV/xBa5Vŀnܞ :%،ۿ>N}o7e4]LrU.s^60>>K R᫳ZU '& j5Ҩ2/A  UG-D}Y"z\_.>~oڻ4YP}wj>=MM֥2Ic(c1MoʹƁ!S[|n,XL̎lnjz*N?j;ZlG3 oc⚛ S1g?jvпDxCُvW4-wi:ឦ/N{-]Z{f` nfk9~Q&^X2LH?Yd&#oC& iYc9QXmi  ,k'1SwL1$j?犏KI pUHf e-~ݟ Yqʳ`d>tu2^4y+ѵ}%e @`3 \?-S¿\ PV"O(/ ^ +ZE\./3(3ux~|1Z0b^g )0kI6Ew+}'"ަHrM[]zTfZf ޳7ynbgV;,F6eF5fh<|Vk[hpq7Vwnm T:U0aHzMAx:*@B7ŹPLHQj  F#wdd ԉsD|+>\ΖvyaF'b՗Ge;+t*Wփr,Ki :",ۤB_7ˊEFgIPxS(̖9~*do?jUWW.Z, lV12s%UOV&zXc(Zqr_o~[o5gL$Nˊm]Gj$=p"~iWnD#.;-BS6#TКN'}=]Mr|It>iv)׳ZCyyvWyK}(qkEW!x m71pD_y.ؓ?#qbQn+_uPsNnuހP]MROIع_0|S=JMsqeL[fPUrZ09΢iuYctYTN2gg8^˺!S I+tn s+Nl4lP8oofd7Yз+ר{֊R+.KV pb*+[]t 5tS}em,L5ҵ@z8ly5GIs0P+-4H4PKvE/]J|}gп)7y2`3gxI풬a!.92m%UJE(`ZQx٧sЛ͒RJY?xGΦ^VH,ԌnÉ2 ~4I 6!UgOx%jWP}H!pߤ.٫*q|T1 ~tk\RB0p8}]#QFv4e ?Jz<׌+lniA[B=N Z[zq~:qQڅ80,R)uxZDU(2BX Cvя})R %,YbR賽NIq%PC%JYֹan[7ɱdƌѴҖdinhӑ^߲PORJszJnۈ?#acu6 [}t-cA{I K Tͨ2&bxánt:6B1gYmݽͶx9ފ ?O9AHi/c,n< 0<% ax y^QOoW^g gp|"sL7N:[&6!J5f Q%duQثҙ&Jմ:Bq>&Pé7 ާwYW8>F㿲u^b$[/<ɯ#=꒦nY -2g}$O'F2zAk4{WP9 0&@ rқ*t˹j2%:7›)ŤƔ…P1ULg WtC9﷖!?cҪ?G!i ׼|~=q"PwAcZ(},?jxKI>\ݥV8FbMRևHƒB\ʲiiE|/+$tϲR &HN,e0=8AUZĠ-k$JO5Tm[<bA^t7 9O:, F@oWBH@m`bA"ƍ\f h$ \G|kxJ77B N'_!TȊRNyg~7&V~) >mrwPA C,¬CQ؍0]T#!3d26& (^^ME *T8pf%"lSIJ6o񌓡sxp U{ ;:,@rGVf FN(_\? 2CY B+vAʮo'?mvH|Zt\wB!c, F蛄V:A,F tnR0kBbZban!z5L|ÙvY( MH'Ð6?)=rS࿇L鋽B9@dq!<1 ܧuj:-vEaS!,~y5/X  5(Ard:BBAҴȯCC'(Yl57#YW\ T{^pQ)1/ >09P.WRCl8yѾZ4 #cvcr1uwQ6XtU3?->,CH;{銎l=? GuAz"cÁbYZ٬58ݤԱrn܄/ZFay_  Ktv+}έ\iag{R=7 [lTP^P" X+Qѵo\t_.lHAӢ::7Е@aCaOwc>vVO˨s_wHyCF S6ٟi+v]VFȉ;"y}rL sl.BN5T (g{ٕJGt`7)TװaSc,6HHivlbh3E;7Z)$>~By'aOg>ZgFyZ\A$e(l Ԑu@#{yD/bvWݜw<1~f\OVN $Nq@cB kD M*UJ``͢QY94R_bF_o)ȼqۭ%`|r(Y$CY`;H{E(U>& fCW!I7Ӊq?O?NΧ,IoH^kWxޫ>~w:lzqtK~_3}vf_*9OwOeh~ztOzKtlՠiYea|nQzvo%-(ךȥ *XT)Am!>DE6] ctsdׯS]j) %r wV޺ z=h0h_x?)t".fؾ)佞zGzyj7> Y0dV<}"'ӳg8Y ςЙ36#'j;OT:Ԙ+jLUa7kM9f$=M|ʭ)}8Ww>ӐRT&=S%%E t&wFd{7[d\fl!xMLh#-! .3-Mxa߅6a{y IǑU ~L" g D0[jbh^䉉n7%i%DR#|: |.8'zŢ^nIJ gU~O z}εmﲗ̛XjOBG|0,mZf5ǘ̏ }Ƕ8i$6(.fˉ,2Q1c(tlyzơ}/WW<#QRRIUD^ȾB]DvfE$)lQZ_+IWq'#ʨ<"޼tC9yo2ӺtM=v-qk5Mr:CpB d_EP@^rP c&$4 nnr* D0;C.Sn| |j[>顇۪F֘VF$G\9U)_^@4 l~(B5[WNF[Y֎& `ۃeI5[eW8jv9ٖ>iFy|LD"Ҡ)[dJ :Ow]dnūxxJ\/5|nK3k=lDhHxhTl1L/;hiĘ::-&ZTOia?`(QT÷xBn+6@Tr^zR)=+c},{&:n1F̃5Ud}VιuC+}+\ L#t?4JhiwL"R=X|3}#͈D,0ZI4[t=ܺ&١ ˋZH# 15_Z>K=UI:Iu.3r7ςe5`T~ xM މ#iD0EL`Ǟ8EC#\&;(ȍI5{߭ӳkW2ʄEmZT&~&p9Kj){g$I-'N&HDGv͈t =9 ",+W ?.'q+ #ztس^4םO|E+'N,4o[Ns %K :R*#-$<Li)ڑUyd'!X,${=FqFI!B);BeMvg ~*ӛKE$'8*܂;*荐pyr%G){4b "cDDŽ:ƿ2_p~ XxXR>dk) IQ/xh5` ŹU VovsF9'ą{ubegoE r%iD-KobKkZ2Eoj*'S7D7$V Ga{TL0f/ JY[|U{O~ZJޑ9 L~8sݕ zE9Bu4Sͳ~A_; s,̘MՔak{?(IӚυ(LQD붜bG]$`_sU}W$|?ï/ e]XՆrE7KuO)+Hտ \![\1e/V_Gݲ0tzh-)fɁN&buxƲgjtRndgUo?%md}F^sgLy| ܲDU g)D%o *?`ycqiN$D~ ;߯2yK,%cFr4v=*1Xb;RFMb-PR5CrǶǎEWCdM`{0ȈU mzkrTLhd=P217p,CV`D貧zJss$-0#)y^tԑ.J_u^LtSLAHwt $-'dU+r~}6KRVzЬ[]+߅T=L~ÇZȱ'pOk.,C6 ;! PqmJ#!sನYy7$uu@+y8%hۂxE(P&:K<,,%,Vѹn#v3_ wv$y^B դseBg& q O$LkecʨHt5gqUB DQqZeU }QB9C]5Wɺf%n!ڧGbH"8LouU8@n_䵋(`\>4=d8%]@}ef%~ z_}_#p\؁ keOd a_Gߤ/!! $i+) <u@Pٚ,Iv]aWUjtAIw)wNWx`к+{yAYbўOѿjIBWQ'IrJɔQ $I/G W kd6SzܦDd"Ѣ!fDMi{JEh0F@P"b vܲi@'RDXVrѽ5'9 :8&)(™OQ <ڃCݖ&q yYgmZaoq'?bKBhѸzz>g؞%i` |l ?G)~а)a=,6Ri IGLCCWp29PZ4'YKlg2NOa40qiշY6%,&^U])cr8FoiOItgT-#b|^ku 5iX?6LěyX#:.XB:>2,:C7p"x_a2yxd:xRdiCyڄ,bgP[hɌaɇu]m6&Q;V<9/շZ(L L;I1?uҾevpQ޶W4=Sg>諚45yl[KfTG|5x{F(8h٠\JЍ'"9X[k,ʒ',Q\5hO(*_)T?̡& <*΍}O:9Кkx'nU("Vw¢/8)ŷ{iVWrL?oB8va_L΋^buWj]Y~נn,%DIRjMލJTLV=s6gvxo6U I֋\Ѐ{w/> gP5<[*7ZacǏ^ъzDH%UqN *[Q SMYCEJ_Oc ·Fr|'dn'6^%qB9c\FF:C@=wBPsL1)^1Urj1_G%^SxyjolB]5ETA{)zϠ,2$ri4I; ~V@6H o%;"?yvҡ} ˤVk  iv8JU=#fmPxw~9p}by5祬;*〘]E2{4 #YSC44*(2Iv".kmߒ%%|PU%$c٥\ﺅˁeNI}w9v$:@n-`3na|%"1g_=50>y>rδIQxw˟K.Ij -d 8Un&rUB1 Jۤ 9td:kďG: K ?m)b1tD {r*VMiA][WPMve*8qeoH|/*iy|hS0C H@'Mtλ&OѹtzPl-&.2% L„iݯc9Ou}`tYzI& \%-$XC4U`I@ab60s}T-f?~Dxf6r%dgrXe\Pϗ-8_ tMP\}<4QgqPT¼vچ}%cG_ ?vJz}0U~i/][=`gӉ ugFH3OrڬKxپ#;UhHytc Wz2-8{O 3`[Yfi7BʙKEõ{;0#ּ͜D}V;c=rF[NƆj7a|J% gy/Sوq*X{ Q}_t5kdH>,ZY<J Nu\)i[΋@B'= R8srQ¬Y,膾WEတYGSI2JPdJ¸\ʽ6(B| 'e3ÿ4 Gb-QZLm7*뇻U g ]M`c5!9}*^T_f:mЧ*?Ogh(P ʹ[TO0x7t$0zK+ޕ@{c]Ϭ0MG u!_pQ)i]/ &F5: (; FRiPT`l%zOsY/` `~ AZ-)i)! <E{sL+,}[[ 7p"9*͘4O+Mg]ӥ U @ U Sc*%l{7&Xܛb\S]bX,7c~ N)m`#ӵ>|jM5QHe28M1:h?KX)VpPDB.k P|]kˇ6qeơR뫮 7Ƴ)䝘.͕v+ XK2Rs0[ kB~` F"%4`5˹:0>p32KۋfHF{ЮHxDY'R($|n{_ytʍ7Pm ^Lфqۀd*"e% 4q]Usi,*!^&yh2gdJ%CTGi3yR6>5ŀWmoԊ3MlOUE,]AXBJV WՄ@"ˑheØ֣ w`r!r'd,|Gs!dk[ f=(J:Q>u)mQXDJx\N[}9`ҷ[dh6BDZaٌk'R;k!msj#c$,/Miܓqr!co5w@v`T-]IūQ͠_Yw*&9䘇^Xv#ll#$kMUд7`}opH:=|㍷y}YِP ճCL9Nb%nẗ́f&lxƍvD* %; {7G+BTKS(_ӆjS|kqW>n~Ah? d 5PM0:|]i!b*vv5c{kuvޚ}\-FNM"y\U =oG[n!S9H}ʣxO{Yㅶ2Ȯpҋ4́gEӘPS-3-SDFzd4۪hU_r!0ثm0)|ў '!FXX"swZni|MGXsjH[w5wQLӉR MByȺ j *Ċ"qg=^ KWw_LJp0J /sȕ8 eɣg_{w=gD\(ͅG\G!X) 8`$oZ;P6',S1W; _m@;z|g Kptu깔EhMq-FL<1$hMQJWeYWǬww72G&Ƴ.pjU%Z]u XsQ:˞E;֙iT bޘFԭAu;0;= g*锞R_dxupmƱ.h ޹1,rQ2aM;ΒUZJ%r-6U^Qk0N`$U>Il%;!M1#>>7-@0>"ڣjm•wv4e-Z/;Sw\C`;{[0 @Q:;H]De3࣊sPܡPĦ8ґ 0e'DA1f:xŖU 1B+|RXRg#Cqw,魒BftuD>a;& NDkg^Uf@:| X3p:c ar ^&z w_?Pd_@HWP'MCӞ>@5JA CLB)m .QR"~N4w4 (ԁE^epe\۴X]>9CoŹf={ٌ7?E".Z uߚ1vbZ+9r_e@=FzͤYq}%6h.{`}{vw 6,ETOrD_>D2܈?aChzd *&_bY ~cputL .FB޻u3{d q觹7qTmX.w_ṈyKeEMPQ1ç@i)E(B2>n9Nĭ~m=od r}l#ÃYJ$J% 3!Ƌ7#2 8oۇN@9SV &_v]?FYD0=r:q'I} 6͏@&,D3S_`‹sK</Hi2T0aT13s r;BIA XݼG?QZ*KM) xQHe̶J1kG1 1b]͈‰.;}M2z?㷮d૦îPK Nůͦ!Noqslh88yȰT neYRJM$U}D)k g49,Z1IbUrϗe~铙e`AT&ZN:gUsdyUo(U p| ߁&7\Ȏv47k3oy.B<aw3  nxJ7#;F= RE1Ca}\?]k%BR^P|U. %5H JsbIPOph2z*Euݟ ;H_eX?-~&"VAҮ6zτ w^l :=F97"Zפ8fO, 6 ¶ʝmaZC̚O6 rp!nu(cNB~2$'fvV:Y&Ci)>&puVIND`RsuZU4U(rxAL.We}Gy^3텰U)%ջr)^"d|9rɚQFXTwsZ"F[ȓy,p\ճέ6Y?|ڴ4(@I;'L] I8aD*Y@85Ӌ[dF}6L30XCM&2E(L |z0>fo0=J95+--ɫ A`;~sHGKQicXյhI/{4J]5mZkz|t3ZqPh tk%.p@&ն4Alx.h p^/Tx q\}>;L w)<5K/[0_K>6FӉ{^Yx]H [/>k)ȾSe٦lb^gC 0v <]};lX~ @aE+hq ,K壃P9JYN+P57[r +?DJ۵8O (x,,^QBb鼉vmsIV{H2ĤPwn&43&xҨ.i6A+WWр\܌V16ST1[vjNzE&ܺ`vVc?Zǫk)pv'D1=@:FPm)6d@Num,yib-Am+.D |@|Ѳ0]sj_`~1E+4sH")j"52}!2&,5ĩ_QǷ#M2ЪE0#Rt6W6x 4s}>qIABi#s/1ó'kY|Ek[PYq=9_W#lS0Wy(rnB<nJ :T<@cp:o)7y6+T^B-XR1輻#\fA=&P̤vgS`TMٟUY-Z$ƤiלB{_{yR+*=r?|,Vn"u2_|w3پ tXz7|C~>:]BdjiK5w<*ݣYX6oxGsEYmcݨB{)Ki$m%.&ao53fLKм8j} ` |ɝO Vd6~ $$ %MOzFZFTn֋(#}l~b8*:Jo4IfkսA 7vkgt[mW.i*88Ec„n/ia8?~a#cM}"b xAdSDjmJ 4T,o?WTW;\=cjC-[wN(~1Yx?LG8EcϽ*y\?`e۽$Oq;h~ª.I! rsLj^ք4I2Qh>ʨ"G'lrcm*[KXYPG@ epU;v½Z|a²2?#BS P)zz4c0&Fyn7e-( e/'>5*@9bg  f߯zuT-uw*`,coryާ&qRNVʊi h+L^*֨ѽ/tRzD. jaZracC>A DrtM+Fy B1e[5;jQdgxL,"eO"RU0On]34(K>ltY'/WzDbBÍ+/̉ox2ڜo,Vaw_aB(~Ap_Jأ(nFsZME ^4|Xưӂ!S@:hCtx2]#$PXWN/gh䓽bk|xdw0zM/ӽ#nVO&&^r(yF,=لyGeui +G{$(`m{7ܺgAqZ.;CCe39եkU؏lN L ?aT)au1/DRG." Iݽۧk $r+4MK .k{\$Pp\dST|@Ș3p(=w 7#=_-#ܳ&DXs4fKĄ p :\xE)U8h ;jo4X9d6(r@[JyZ&"iDbۤSBSƹ:z 2chkH37AVۗ@9P%y!~*`'YXŴ2ʛOtҵ}Wi?hLH`G ]W0ޚb{Qjb"˸-yfW"3x[BX33u+U2iޚIjl Hw8Ri=[Yߖݻv8%(-x"Mogd~\uc_+Owǁ|Bը=^V1z;z 󏞭Z&Z $!fp@`8 ~ӯc<.3!w fo6Yj 0&Bmmnʹ\7#;+r=#%hVS~2dV? Hv^pdSƈH6%k#h6)`3fIx,b]\(C?2N@O6]Nz@?+:a~ RߤFgS57&jLŅ,;^Qq([%d6SO8CYT仿V1u9~ \o*u] txuS:1Go,+2UM|9588ΦLٶwx(Lm߇ ړ"׽j#-XkbOh dF,I7bLxrl`I)VM` *na˜b=FzF{S#F>M~kM)/GRZ $?ND'N75B<9 Xp]Zi*]5W\{u1=INO,wVLȷT:.:K3* ^ߣ;K1h=7ػ#qTj§7-mUPA~|8ijm.'VrF)+fF.uCxсL)QA ֦jTa@XJIAɉUإelS-6JG]ZN6OZ$"vi *Qfa*# 4W@;ljP`}8sB_I@WKubS{h߾0&4fE'VFY&N2[^ώyۄy41jzjOv]{'kEC!̅򪒤`'<)`S[ (i+ S2`,hOT$b"># !;J{ Nwl’%Wa嘊TxUCV~[k@h^vqCh>Hz5 !7H1jPx#) j>}ΧI[Ţ/Q{3#]6Ȓ^Nz7vS~X2&҉d"wҌ~'gJG(^1h؊^UXbI}Ҁr/es🐧̔Eo6V#OFK㑽 O:O^r'hx lf A*E.]歳*7 ~R?Qy}zR3I,$E1<??A(.W5EO_tfCݽ晴S;ɐo;nlC)w<\ w̭_Y6iF zI곡z$߉{XG?,poZ,f)r<`[Y3uK)ʉ~Y:dƯ.H0 * $/ AٰV!!6 E>aޒzTL^?M5Gc~"VxS6zUTb{~wܵ[;ɒ(*UHIbI;JY>v\1L嬲=ipd;HrnP aN? +ɎPnp\.l.@1J/|?WFRyGA% H@p[9 ~˝:T 9y @)pJ,k|<&[;VYC2C&3ÄG;saK|,5HFhAmTf5c;ĉ+L7b)th5hu9ϜsU@C- I=JbN n)b4o riѪ1!U1J{Kƚ˼21^v1ZШ_U.T(A_Ċܭ!-M2h _ς\x,^:}+rƇ&"KU;8N& i6bͻWsU ٢JIgVN΢Rط1h\X:ÿ2(Pi%$(nFCs􆶴8kBk zIAEȬ3q)@/܋Lb]1AlIJ?`և3ɇL@#ݫScshy򫶪]8oS [8ȹT*A5 OpEÑGy}0[٫RKr:_k>_ ?E@KyqՆkq0꼠K c4Ow7uA*m>%(=ѹmI$z ;e(huHKyRERկSzKqWF&˝xG9к2]D5aRHPH aiS n$;տsYvrݩ/`B]bq)ƝS#5QX3zjT#Ïc ĠV#G˺xX0OL֪Ku|O?R U%NIH:-mMj J%c{ (od}7=TW"@135r(1M%ᗇ6*M?cQL@}ϾXQ=CfKᙬZkfJ*E$IYTw9sG⩡ĸ&Kws Y9mRJJyWZ3d.: -]ԕGfh+gbXZ)q}2,>ᢻ׸#/QtJtUO+:WN+>U QuŊw*T{ nS|0$G Z0]\ʳV$q6}KlA y*ZI8Ջ?%3:?770\ ٓQڎC5V7YHFr u| xdE4cMC 8n*I7 }*@ϖ/t">YpuUR(߻no@;O{֬rf.c9fDꢻrC-alr" 0?YJ #$W Lôv{Tu4X^Ӡu^%~df[t*N+MsSX_ ]?1P~eJLk.Y~E?k|V1ЙȆ=tG3s *@q4\Z_9ptB{ݤ]1X5W?!~ᢺo&`W61Ky6d\F8:t;k{$mIO`=x7|UbDU#NG LYb$E6lB{ ;b"|3(CHY(h}1 *RQIxXh?'*A%M9tPЄ.2Ѓ@u%%EՉm+Q?S9M,HL)_hTꕯ\,pA:'!DOf+Gbqk3ՁҸǝ\*vn$_oc"ph! /](H*{8[wdUgvBPݞIw~"OKt!'g8*gIq4rwR 8M$oMp~ ax;Ֆ|7,; y$ΖKH$&'^b8ɣnc ^/[0{8SwG[Ҕcg;-'3lW3ιH]8UQK)KUdn>fS.uD{fWU"q_z =[țib|25Av^!)tXkuE+g+ͅ?ћP1OYZu5muO8V.p(4uTg\O9/&Lv+3ΥvZG>%ϑOQH.+:8Q.#%֬=>HNL& )W#x`#εA E)4:moN jj@Kq7Ȱ%b3tVK$\L}䂺_'M+J'UUi6@k2N?FQ&Ѹ{ŵjvz/WвfυK,Dix'k]tocfLR.+H$)C1Cn#uض!uXYv n{xTShZ&+&@4L֒j2H䟒zsȰ,&G C(3bM\7 LAFd" h\tosC|^~ݯކwdlrh:$<Ւz>+:S[mS Blj{BuL'=:ۏtΖb=2zSabD7w,; A є߀s*70ގ 14nF X.GQ|f#pN?,e]DίjX{㳬~uVpRr';')BNx+R& _TAEoIq([A7zS=Db(;fg%MdԷ;'Ҁ7W'A"HeD ֈ:B F=6m7U.&ߦ/aMwqC`rUwF?PI7Yl3*j0f-W^~E[[&T߾e%uΒ)uwMZjUe.Yds^jG T\lj4/`馝)Jo%+ 9RdڂA4M=? 2 ƒbD6jDXJ}2i<b+@ʍ:>C*ܦJ)KZ60_e7}w %;1jym '4Mr!y\!|ChUJ [àhedPni0VרȰyQHzZ*,jӕ}ׄ:$2Ԯ?s6 IOTߕ2z)JW_$ y;ErG^yIM4QX ǠG\uϱrr7COj\M{OshTcknBxt>9w 7{U|NZyL1A󗯡1]5${L0R )tZOXm9/qSL {hsAۿDAjyI|B۳)ޯN;a`(Kܯ%r}һ@ dꒂGi5XW+KNv VXF>yHrpȾ0KN:Z08y{soWKͿP_=cpGz3ˋ#6kG k4 CO㎒9!fkNB~;wPF|{2EtLG:Qi)z- mT8yW@*̠f2Dj&KlqєXo/_[ѤuL#Ͼ QRDl#;(`k;OKgM^^ &fh\sNżWChMM O#FԷn:$jz EFJK$E8 70JD `5a. CUWt {ذ(+f'DfO7UkjG&M@8]0(C-.0RqmrHљ] ^u3( ?BĜ~`ujl}L <Xhևq%^3ӺCZ1q V4ЧB!O2˰=*Ʀ v?\DmX󴍜i1铊khm xz0Y)@y)ƉCsjM'ŭ8s"#D|;S` I#5^ RFđJTTϓ" ~'cgjJ6츳c/B:ق.f~hbmn+)KvOeº[LO8.?@\{2YⰻmLÑM{ )xɾaPTf<ɥ",s&QF_9Я^sܛfAW^s=u|~{-鼤Y5imP?1äH(4ޅ" 1\HML^.VR7'1'KV$y yif u v/FdScM0u _?~'Gɂ +GBFr͝_3H7qpUAAa!b9?6KncIJЩݗW 01]mW:T)hWf P\,}.'" Q jh)QY­3brU¶*GMB0tn#xAY}Bnr}[;}["@tPb R&T-fr7{X4\a+~-ev ~!R_&~e1~h6IY8wZq5 ЯZ͇$`|˘ݻEr&Q5O7O©G~%H0 d dHJZp/J:أյ(Tby c"rfva/g 9<KwO]#7 Eg8[뱥lawl͌^=>-f<`D4y5c$< =OLp;;JĬ~2z)U6Qr2wC` wkDT3DIO=ݼ!LΟ<󼳵Ge%!j!_CQb .z'iጶ'1R׸ RDv&2 EҰn<_žT|Go>; UĭS{W!w@ׂiۦ[y0—p$}aĔ]uVӝ桏Ɩ)AcX-{.4&._$ 7@*IQ52^w?M\fǡ)-рr%50-/ONRb"BEwK\_ [׃d#ӯ8-S[.i/jRpCv{꟧T!:Cq!my) -D L䆵,%(Zysꑈꉍlk o}\VGy$WycHuH͝!3i 2 br!p\Z!װWIWkf'/OW +lsRe\<_-ld+λ7η[+ C)fU= ]w?LKGf>ܠ6͞q" Jp.[ 3[ ڃ!, bS$,e1 "f캂xT1 QA!;.jX[zIVB3m0nCe}̗FKam`"ߘ@C&l ;̿!w]!$7l+ cGػhy#uw -tOyPӇm!xP$xQKݱ/u.|~V6f3Q{9Ǔ6ۋL[nL)<ގ X]l9BTG4.d3Qzˀ)IQve5#ttC.+t-ܨ<|q cF*#Lb$JgEP`׉PRt>d!uMX蟑iI,_(Q*ft+`?@`y`@[11 Ċ T0Xm\{tBGw5>ظ{y,:'}oL*BnMP\|¹!AK饂cQ$4LQ+_gIJ:wOٍ\@v-JЈbaV0Orj؂$TQ&|ya*'x$xu OZмzEPJ4P x]~Au.}*,`.HhYKϽMB<8bwQC2*ۧ #0CwG\>}zBmd*R:W6vs*gj FIhQh&,.&ȽG*뺜NqЁOZY$)٫W3 z y DmI|5,D6Y_q3;=Yɀ"jI{{jIZ\w ^84)0b )^DzUI[cn!Dc 8+5\1 ,0ϨySݗe ̝v\N9)|'1.QǵkU"1s\92r,ةE `|~w|F[3B1gwʟQ9}aI_\8}R6$)`o,:uVY{(}ܗLCB٩i*#v1 s}³w'|Ǎ.̡\S'RċbYmH-H}"E9:&IW,v8LDt"[53Q'RU9)xDi}_<`(&ѽ0 ,& LkνpԿWb܁heR0wO("4R)Fu2$f-l f^aYuP6ܼbq7߼-&8@ ,˕o*fl0~ b'K᨟ ݔYB8=wջN`TG.ݼ.ϻ쀒|1'b}<L<^6+o]wO&!6fEto".{6*\Q083}p7 ^'S|[?u&$-r:=h=2zuY^4Q%(IL0Ş &$RwCHXfͽm_R8uQ$JG[B5dK+;m&k`N}uu{E>ý|ًlD7A?؁;*iR !ܨ'Ph]ըvzR ]o x/ڴ(AmGqF020ID6pCҵ& [|v'*EYF)ߥLo]Blꋳ+tX@|>@i+gjO+@pP6=vTZ %$ť''HؠzUP殏IެD\^+󄝭S^\G 5 A\~$4V3H4`|e$@?ǻh:1#e*Qv.<ӦB0" _.ɂr.wkpA_-bfąGNx:grV [Qj(?$,k$DJ;X2xV|k 4;IԐݺbO]9祮OXR|܉e8'sKH,]Ơr |toBuoFW?N- <2S[a-⑪DꨕJ8})i`~Qo!6 ScׅzW[J5k}Ap?%h$=JR 2 Wɚc۞]3YN{}-|kE]ἆLaM5CI *ʆohONe<)"q ,ϲum+bmH_)YYKuAPu\"Md-04G]@` @r>uIt{ShK]t5 F[>V[!TڭY_45 bT$3./vXh} g7HX8A=k!iq,-lĈ4԰|o?QМ=XəpMza+ 0չ׺`ؙ Dz 7|D N7dt0eT1},!%I(JƧ `1W;fsZAŗ)hrN,Pl Όa4,2z@'f9 @+(诠ü +5J7y܃V-zll:^l+J_FM%T(;΅pq7Z#M5@@9Ix-s*e  gf?b~,ɮ,4Dp%x/N9G&N&.wC6ɳ#mn 3PJeGL7sbVXNi ]yo=]6C<渿0i?6\ / kw}>K!W5h1JnfQ#H߹vH.jl3ɧ r-u;oUVʵ{6Vk?t]zCIMubz)U:p{͛;o! sR \ B=xh^B$2*HSuH7nFN{>08 gjac#G,e]o5mw[ِ2I-[Z!9·ϻ}a…: +" U`y诿*85#M:Xq>Hh,5{aM}] ?}ʚb*о_W.ֈᩕ9B[M(97GF4@VnkψJ3 Pyg~'4M1q$J0 U>=.w_\1"OP['6w/ےUc7Ai2:deҹtW{_*"i%h]\I9__+Xq2ROvSi"lV/:b#92*LftBR{* Mׇ|s+{^J#kEE4>JYC>>u҄e=茺-i}Z%v$@T?Xrd{ Hbv +4f8Tٴ:=;X՗LȰo–THfm|Ö7|3^פrʿtR_5^`~T<(Ny%=gL|dl\nuXK*[9us7 g⢖☫ +ؗė/535xF{[.yIޖ  TQctG q@)Qvר]`[.#:{:*Dr4 qY=QtrN͖=u),˳,h%,&M\$wJ:`gOnm|lQung+Cp[HV.⅍}߿U@^g]\R12Zsb}ԅtC[,opGsRk9TB'_7۟2_Nm *]#4BV /N%b/*}i0٨ S@%sQF RL#VU9dd.ŴWK/;kJU!Q%$qNDCcQ6uĕc]<1ڬ%`[GMx##4}UfzK}P}E69Ep=k@ϱdm&li?%*[0Wk*a:_pU&w¨*§ș[VPb!Ϟ>Zu˘#HQ4H6Xn>)ف/yB0m,h .&b͠I&nfJaU g(fTEF|S5/Dz_t$3(2^-.P'K!#(e3VX]lL#rd = ^"w\eUmyl1R|r~{9`TM'+K{BЈ}>ZO©9!]o1oS~Brca[g-ODj8,Ŕm_[2u,l5zy,G=~uËXS|RƘjYKD)vژ7.m+-,~1'ٜ\ OWQ/iB9>8/q ]I@agPt7}5ьGK& xJR`='V|A^"t__&Evq[0&7N!%Ôێsp0^NLV5o1g5]<ZkA5;Ƌ:Hg趚gK7%40"҅KR9nt3tU|ix,p-lpC>( ? V=7<-]>o6Y{T/_!`w=N0ٗzBv΂;Bj+v,s}L,㹖:AYwX[#xܤଚ" .I){*CxQ1J2^=֥Gg":{ !6ס=@yuFCǭ(oLu:r5W}!#&-{E g+ ?Nݑ UPW*{6فˣJcg\k~=CEMɫ_@&STr E8r R_9JûgD(|`٧FPx=N~QN6Я'%1;kfO H|PzoK[:`>OOHG0^r1uN&Fg diĎQ*궹+EUm` ylVInq )h%p5dіjxd$ YK,n%>B$)/Dc\Gu$ uA<>BγNH6ŶiJO6C]!ɃuAf!fJa 8j%h y\ NY0WL. Ƶ < ZnLчJc3GFY\.ة?JPWRAl"xD.ZaDW% "7)NW]Z[A r'pWV$F}֣V(&^ʂH^fj3cs}g}PTF3W֡Rp}׽+>!MTE&  z"01"M oaDMfؚ_)xX(hNئq拓/?k@߮CB҅.CEulOa&x\E C|ʪQa$1m]7qA +lB0b{Ϸ·j3>`kzTr^BK,Ѥ-Dj9 {նV8s:׼zg)j^8'UxpċiN;^?1CiF&"+Ub˳or238ɰ Û8kЗDRYz~rf3:Z[OPϻYn=1P%V$Ot =@ْVs^-6NYi23u\4+!0_w̛އϰu8b[_ TXC>B@-tͰ/Op/1熜=*,Y4)R,ѐdnhzȺ$qL$:ICUZd%0C:b?߀n"UAu6o=֫tp=|_S VUyrP@TUY&X^mP96 ,br` EdjkKPiW}?!ObxSsãG(5郃 )K[ݿYGL[(Ãb2y<9+ c(!`UT?gT8syGTB_5ZDo_3ɸ Ey% {[XժA-eVQFc;=OŗƘMox(3 oT:elrz0C?3,A/M\J$ ?MMJ#JOMɀ<+8 u 9Bm0Q]S{t  ( `wz*D!og0)d]Gs!X?ߐ_ ?f:P>?4zuHy[is&ʹ)O@$~S*ފ]gqŦ=JG$"R|7ʴ!u7%^a[=Hr$'ѫz&VyO6R8ߦ@D4/bL`da's)rKxQQE-^²FЙ:987E dB^z2!>ٶ &lc(^$xƤ#k;\x yZׄo/UD?,ڑX;  % "Ї,8{rm8`k \_AA!s)j}=6ZQ2^ي7үt %T{ċ8c&mR~1O_V)s3E|ccz]0yB  2[quި˼LxViM[ym/ z5pT ]02cahBwWx<asb {eѴC}fɇZK,D!~(ʪj/˽`*Bnd*UxM,% J\\Q E H:lF2Dpmhv% VDFlL{< ;"*xCXa[ih$;́ec5҉Y2S򚘂Л]; {Ԃ-e`aY(@L(*vEvk6KͨsV ۗ*tQ5Hcl#]3ѹLf2c=N 6M g,6xg$!oTWRL.zH%T!-V~7-B&DJ9͵{10/6q*"asH|82U$"ol#X=G* ,.W z5}u!B[ ܾihrll{ XYu|yΏ]EK3(h%;; fLi{ݠI:nDݭ%)M 81]I_5-*U ֆGt^$6%s|b@C6qô6M$u*UgxNHb?w&L_L٢Vl&Y@!C? w_^V 8 gQq8,g.ibu2,xgVKgs 2ZRZ+ضa2NVmzmA8![4@nt79[}cXEq1g6wZOu85j<\K30$WAKSi9bʬ풐bf_sR&OATIw0~1~z 9ʌ}JԠsVf;X?)]U>$H-I^3:=g9L:n_dFIA͊ʾJ^Owe] og2 u+yoMՏ3ߒUƂ؁dAw>h%3G$>F[|7{CeސtQ3x&X9 ]Rs]U4Τpuz)B OzAݶRu[| )}}M7>UI{}4;Ajew=ұeP!M]5EՐdf9kW'KvЋ5ѝy"V>L< rCrO|K]T:!F|$N44O;8e&| "tx1qI X |Sui07Kͨü]hpHLR0 }6},D_0 1 hGa!n ىS]ˀd_ͤ84(#jtxm,I=#0督;>u0qR鸹bCV-`1Y' klץ:9p xPQ\>yմyoR.bӪ >2@d^)yL >"!AkP>+eF>NXvQ@KrE)NjF.i A%+阫]|~9(`8~pJ&$bϩ9HY g dqOS kxdis"^%rIuЫ<(Ju!Y~y[D_9=.SSMp_(qAjksS>Duf{n +gcLnŕ5 ]y"8R*a0A?ZR {Ǫ+'W/`.^$ 8CCaPorE VxSqbIӹwQϭ}F-UUw:Cj}'DJum088bvR2OP4׌Sf/ LքƄ}nz&SJ[j +dlyJ@6MtLS 2-s3\Z5{UgM2;SkWt-Ȓٔ+c'S zn2q_ŕ%m wd~o Kt_EZn2{x) $JQFv}**\sֺsUC3H>N@ng?x54pmhƦ){|\<Ѿr ,c[vrg;F#s8nch#Đ!_C며Ē^Lo$Mqy#*:&HBeYLTZ+g'= [W4ȟL?:H\0M> M]WgrPn48w uk"UfvÝj#W/(p(xQ61B,0D.@GTO)0CM7l|f U Rhs}h[0TT{1fj;C{0mJ~5r=׍ AIR%) *EG~siQ; tU!Α .!ytE@IaPl*j۪a"It+{CㄓHF YVS=&A~ɗDžȳvo:uX=1ؕW@&Ƀo@#~cvo51wt顁S_C털֋%[/PFlfa4?Z'M̏SF$,3-~̿ Gʄ߅M 9 3㟑 k:HOɢ͹K[wj@!bw6$'w\F&;[ĖQHha&/tB]cإWV3Puf+J/ϹIw:ɘM P"TOA՝^S/H S(%x-0<8$mRSª읈kWYlףMl685Bk(E$_<Ntmh `[젫zt8ʊX kH$#z#3+GQ X\w% ${[YM퇴 kbC13ոPl)D`3FʹGVe "I"{"Ӭ%:bvCYY* D)bR:Kңh$;"|Y5앎~+/ ,;EFq!'T?̣'aYA6Tm *k7WXm!C%ID3|~\6FofÛ-!ίqc`琪 }BOڞ4Y/=&6`w;L[r* B7z0ijhpDmqfNi 5\1 ϪI7vĊ'+$6, K̳BDŽF7\*^~vN1.;W_"`,tzJaO3K\ Q!V|ͭ1 xTY>3EP}fŇYhb{q^;↿@ i,w fBEA|^)C3c Х(2ul~5TkKms D^pp-FUӓ_]a=F \|w*_<#SE<||QpJ=Q?Yq4@L9 0v:Wߨe3fg]gqQb0,9/z_:~=|x3w_A;Xn+RIH-1;Edw0]dqLE=$s(i㦾TVdaDf0tj|;A¦zACL|x-AA6UAh ❥LׇIt2K;]x똮u$l.aZn>d gڱ'e|3%^ då :dS x74AQ73oP_7pzgО~fS4Z +-)r&:F0?oGu oj_TDF_FWc!laBv喦:J|L_5j]Ƶ4Hos/ |n$`F#R(fzϯ m8.rqg%Tm֢iyVaȫ76wyhP;I~@F2['):BTL8B cAƉ(> [-[UafB2e KvE!v#e6n+6e9;@PŒC!qz,[ z_zJy5ZvA# 5ٝ5*E `':9i QoH.ni3W.Sp]lӽ*mɖntlAB9\QGIt ZѲ-1 Ζ؄#6~Xضݢ< z_L3qYf|-2EH#O.@">10֛M6Mzv G(f7g%,[T|֙+-ۆBw V;(Q'R5O ] 4'a) ,AX-( ;iu[FzL@zђ/p]>.@{y?Vlt|DD 6qӜnN5Ńa޺ΉǍ$kXhFa yZͪާг+,kiF¬/#|eXi2" 9B۬ t0csxfv-P%? l ǕZ0Łg0DEē[mzԇ)n@-vqwa lF:dM㽼j6ka=:;eKd`>ëRUgM7A,%3s8b^t> 52||aS:_,!Uh(Q8_A-z,9slh#536;XzvEㄲhiA)]eLJ;jM@ C$T=d 5nGכ=UAɀԱBrJ/)`~(m٭-pak]V0.ݡYXC$!g><_մ~N oӾOdL 9 }^Y3cX*' MbNseTgAТ'A.f*U{}CokO.xh:]4H6b=%4¤l֑<C~)A!Ƨb1R>`XԩZ"96Fj64? 19// M\K6%쵚쭟-(hmua#fף6a}6yR )ȕW uօ,(OWȜ'l@PJOݚggϭ!\:/Na-t4mw=U v>ܩxbLs,3O21P g(B#LibVO #P14W O 6Ж7'yV##(X+(kI~%F?]-BAnt<mqfۈy%43ns 3fN#4GU:Moc.$?;UDijee݆3eJ5!̂Ac[yhEɩbj4ۻXJGc;\b6qW%32-*]KڼӶqV<jo-X/U+!x5MRZoHW()h:z9'XێJ+vui P,CH*1Z' h:WS`;sGŊr JˬQ~@>< 6Io~xdDM7@Ҧ'1Y|3Vd^0ߕ."'-Zw<'qK8Ax2zG[m/WFxYR؟L)1P?'@jv.t6b[ܽ5󔒾^TTǙ=# yrB(VZ!HD>@1GFjL썒Y D?=_.KK!wO[?RY\]ۺA!OQxx{.B)wkyџpLۭTNOWX9?eX+8l1 H01 q+?6NU@hȊ4 ҸHa9@_OYry ٪'җ\+РE€;U4E1a!#LO0@2AQF~B$x Tc .':~{~ PEiBO: 5T"J#Sq_*(znPedxHr(<c>  2h$ґ /"j&r^=MAAh~RqA'Qrw,Qټ\ 1 [";$l\? m$s,^T+Rͳr^4q1{*o\ZtIAȄgW.XK@uar|9~I3BT 9j)WG:5ޚ!Dz_Qͅ{K2i%5ug2,m0C;.PNVz?b̳ ,avkFrŞM#yeHbâu=In.l{H̲Ŧy-cgd}}j+A͚hgD RJTYz*F23X!NoR!-E)^;fW3-hWgmWftLrOltuH: fKybM!|:q 2零I!D%EFrOibrp^s s3# $2be.Mk5jHU=tCC`o/g.̮G+7\iX"z=Úc K|ҳˣDCלZnlit]&`q}400 !*ED&*xAWQ)7y e}rQX55B*>t@{ϯi)jrUKo8qbm ܈|-ׯs:8!sD6k_bБjo_xvB*^Cu봗Z{j&S4}כ=Ģ_t_,\cU2#K=ΠpM<|o`+F yٖ>w(G5vZ<=1EO@FBtblpv`ciT$*b]R^擙f] 󁃬T9Aq~A/PI^ ;#^xDl^ygl!r4mƽt5@ŏ5aȦxRa•}J/#w O;---?1+ǁq.D9<(4+OrMכ(w?X63ؓwbMP+1R9ꒂ[߯1lrS gx9iQVDK4'Pxn$cy2('#u&8~hgMۀ)֋bYoV$B7!E@Jk4Wmx^|B$ g2Ht1OxFB~\+vG9>%;3~A6U2K^ EˀDŚR:?w4t/"(zhT*"16>cqBnd(Bw>-G~7E^E֪--JSHF~ߗhێkqaVh])W%V!p!Z5w>ҍ6EBgz' ot0CXM![ŭ>ΚUPxΤ1#YGsXyQ%HWLHꔇ -FB壹hH.rK3B G8>Bfҩ茪'Ia џQ>vWӸ8Pwsmpz :st>툽> }PrPW_T"~/EܟY1y=Zטf?- >`My:q)^*VH-lih4ASGv iNHo?(/ܟ3n&ښEGYJj/]} 75L]~}UXxi8 @4b)FW$Pn ; )G1t3' 2I5Qab!dz-3jXF]c,t[\u oaXۡqm0[`Vȸ#fj] }C1b(fpMׅc#n72 S f]m-H4ND[w?loj6mk,Q`L@&{ qTα bp53:S I`PFq1c5z9=̠t,!HPԐfCbBO1c)*1tTZw]NYK@H5j`Egފ;V2ш/j, d CU#HZp)"h2n¨w*PTљ&r4,)8<3,b4N2Y:7i="E;[k{JT8j&${Gew,otcZM| W.%,vdp=N(eXWBR 2VHҗ_Bfٶ~Q>@y(4-1`$!CS8ik\P+KBUn'r=pXsUVofFSz-3"Z}_޲l)gL+ynΏOzYKDBu@8 lzo˳ ,hP(iͬf_yn gܬ\&4淩~/Bm0uT2DQȁPH!N5 =]ə p58}/@L$2$H2_| 5WgT:j'PL7+6Plέk`72DoIuܡ Z 4gdmEUDq5*)w삣RJ![vb4nGjPry5 Sz?Jb녱"jrV%R L]؝qγ yc(ՠ=ZAvsÈ}D2,5/]/j,6PrNt8ܕVN&%ZwXEO'W@f`,Md"o0J4t-dGw1. kRciVg!?!t)ljD[Q1 #:ZʉE ʙ坱x59&p$j\ѯI2awte}H4Qo~;gMV2,\zG""v*ƊC>`~XZLN䙪ƱaKwbb 3 q|F4+U~Yy>OPx[T1"@qԘ w-+:?̏P!Dc;|y~ɭ$8Ƽ$,&.v# 8;&̼z '0RЁ}=LJĊ 9ю,N[ulɭ଑♈_|%`!?Ɉ^QWjC̀/CfZ?IO(B h꩒xb~d=-3JEM%ȤE+>ǘIFο`M.,|{ޔ76>!v/5հڭOts婚>t5}ċ8's;Kcaxmj\چȃj:S,ze)Di1s}͙GW|9콙UCŎ4^Y4I(v4P}b4o'yY,}zHȥF/;rM@R;Yxh[;UK''x[Q$f;Μz,%{Vϕ硣p=ӫ0k DXn )/A#Jҷ~YA9F==u3D4w7'A22Cl,J[Dt" =ܖK?-Q|&䳪#i9_X[,7Y[[L`Z]9 ;F51-JuYoUcW*%3P#-dfko׏aՐ*Mⶲ_3!(赯b}$8E!a!z3XjP,ӁVCMNqt LБiTм3z#.kY /mR$͎wXY9wlηMv#a.S7{~.`r #ҝY,f{  ؼSIgN}ًM?x#Fц+_XTmuK._BWsjpuٚVeRvM?ơˡ;p5xl-f;vl>g17;Kq:+qrhiUcBI H'R7Р900ll`scN.N:KRJD\,sRS6 .3bnϗ|خձ՛ۀ臌nN׫7 As2 i+`w­P|#qGXEFvil$ k&%=c>s+S! uzSXBBR]kb4` !FLWq[K2fq:>5}uŚBvH\E钆3k !l=kSrJO##íi=$0O:rP&@߼WŇe~1Z!CZNq0:fp0B K4` #?7F6*jo"O6Ttj|>!/;h1L3 gl]fR yuF$q9nB ;Y> J!r?Ef{w/A[I{˒zn( VDHNTj zGV7͹vas RY6]dx[Ho ְKj#nF_^:tŕ-,_TkXcU$?DZEE{kM^7) VAe7IThmrKp>BS :[bnE"fC莚[?R oq8.ѹC.ޝLVuդ/G2-;-^W qkX3F s7%x 祈J]lկ>GmNmwagZk(=گol .>a 1SY-)FH[G 9i|/{4VC K)sU'[\ {䨠B`,%Rhm΢k2GCuL4~P[`[Eu4j紑B;I Zz#g1sDp:*rO&DJf7H:~R{|p@Ypu߯Ԕd?N[ MXhm²kB:%0\=3a7A Y8X*U{rbn94"ct(r&/MvҌRmcy|NTa˧c\]@\>7ƪ2Z8n; i8`Ǝ,hxEf 1)[>M(X栔X%.͉nJ1ML_S$c:њ / &FD^C%x2UVja &'1~ˎEГW Q; U`Zl7_!OtؔM 2uQCdR:`a鶜m w)JT!2%hLIP|ƨKJz8$rH;UE t%]We; ̚"@mSZ!nN]`;@i1"ERCÆ<fo]U\wU{8_bJq\ KCAwu..#l¯ #ԏ?!to'1@Zf';.\͏'W8Jx::|abZ,\XLy\a{:{W7Ӏm̥17-m1\v4|z qսd52>аߓaKCu,GP˱[<'E0D^>0vWrrcgl5:(1To6C t@κtDHS'}hof3;-*>W tݣH*jZ{3Z"ՖU !O1 b8:;FXҾRP>:I}3cUe`z+ӧL'7@ļ J^ÌUSkqZwcpb[{lF YPkP"vϡҩƹSP$PmXµK{U53;T*Y;(+陿#K~&3J?;N,R ]4Q -kV/b#j/ {4M9ZfbQw ē \Nx8"HS2GKߗJ W^N1Go%\:o^+ GgV.p>ˆ-Vev'HI6;8,үUSݙ?Gg?( uh+ypY!uJ8A*4ЅN~bMV61 r+;~)Iѕ64' ꂊñ =I.pWBO]Q'Գ _8kŽtH$[D)qwo-i6_[rK͉^IЧLNWO49Sn1 I4&h=!UOK#%KH!jPݼm?VOs^{wJuovb&Uf.?mll`+|Q\YA'b{*c@9f0NKsiU2@.ʖ[C}NBAyu+(AAvӛV;9RR@&k'WKLϿo50Depcn|Y"bdaVI0!K ro\D} {њ Nσ n},z{WQh5` ֊I)iXv1\(~>X8tpyڑ/|jń+ȳb"f ?޻z>z֊: Jj:/?(Y‡:NQhi7hv=Bz ,e5$P^&D-rxB$Y&=X#pu?]0 #o_mTk:3>Pe~_>B@C6^!}@4CE o(D>Vʢc)YKapaE1qtԃ JkW|Ny6䃈3,YR9F! m6a$v)n :53<_2v m̛Ăr)yKkrQohaP*Y햕 τ-i,$r`+ .J jo@$Dg,+iRj|:#Xѐ?сFٿ[9CNY9Չh+O3PEM.ɂUn |`6H⼹bɹY2:6IF3 p+U RUDU&b2p+g;NAb{%Ҁ_r/s JFc+N8al5;`DzV8.zMxЈ誟Th8c,߃UiMh!~B>,DYܫk ܺET7ni gf"C(8$NrB)C uY[ZL5[c\%M֢ya}?.O+ "C=c`6 y˜>BS!,HRoΑN Ro>*["k5ѐspA4MXvZ1EakOb;ĕVw81xѡTT[s`OR6^; Lkw79&C`a7Q){On mE4Rǣ. ]BfLF!19 c,d݉DhOAJ[}Sd~ޏpn]VVmi+Ӯ9JT^p $:$C`&y%}Jr9Ez.XSAwiwrsy`2RM-t=g 2)!bۤj TPȨdy/Da`Ǚ(CƨhΠKU1?0jIr 鋕Yap:+- c7lkMΨºro/a7^%l$8rۘSg=y5^5Mkr>T N}a5hg|릐};^-#Ian̈H20 *V{lo])w)x0Lj_}P"e0i5.T*cNX @_* k I!Z \v(u^ ͬH9Z0Wz?[PCX葀q. mAn.41͆uR%E0`*Yu58T *jQ]Ҋ9' g_+hERkpVN4,Co"< nFEdwk S?D+[m=^M\,8%ۀl{x%cy)TͰG}Qdd{5OŰ~\X1у_<̆i`6l*s[5wV[Mia_@?&ܛF>*I1m:$=g- ]g[Α^s` -ׅ]aNQ1ti͠P;ۜx-ϤU9 IZ+bGf.d#""S/-j X 'y9wޕ =;IK!%~RF=xjXL4{!DժjJ`AG24SfB :6{-}"bsj;fzqY8GءgIk>둶)@;'aR^+Uxś_ }nC-a)J'JCHq{e ]Y{jq ԉȯBu4C˝crF g+Z(ܧWliA\Q=<ώ R :,\h`$uS9a`5ҠE0aEȰ*f^P[ 5d=Q|9!I#P‹sшYt{H| ĥ45k$s2 ^>*DFJ l(W|Ӥ`mz#n%AbTc u&|g RQ"Ud\~怹'"Ǟ_4-dQ#U 4ך@3p?=r.,Qd矎7TisriawK4[ Xq- %53PIz^ XK-Z;_y®ٝxq"q;#F :b'K&⓽Ms*|SRZQukvtSw҈T!"SV`xB%G(ʭbL lPq:Cu VK,ÞƠc ޼}[ipgXi,E?őhe}&Oछfo% W.|S$H5Au>}ξQGz I|T_ 3ҟ$_S7lg2N n&Pؑ Q{zU+&-gwGUwEVA+~v IaꅏqV)/A!p w\ǃΜ8x৪,{2i|=~lT~>h-]OL~*͵=j9jh -}.%;Bz"f|M jDbw quD sr}U>e' zvѧ肚̧W-鉹9}H HĦ%Nĩ\FƂХj:/0f`Ewv?k# =>3VS LFeIj &6DZr|^ǡLIݚЖ R28d:Ql~Bngf9ݺ(O\˩-tpIDM~~'9W` k ʰ<0\X u"?JOqvCVLKE᳒-%&4*$g>/]Zaӄʠ2Ź2=bwR1GU蠨RGWˎQDZy'!itsm\nyf/f "|( -M6QCh!sc3+?ݠ+; yj Z"Kjf¬?]7KrtWU~ժ3[ה&efRJYg/I R%fӿe/Jj2~ +-7OyMٷLRQV&Hb1cچ}QtP @T_=eb1}=2'⇝zΦMkH/p(aOvfQznzL~A)kSHumιvd)#Z ܽ 16^cE]Eɨ}ǩUsv$ r}~ǹ< ?~}59)molX˨y^ C5bj "ј0Rm*,am-ucn&XE¹E/ō.&=+ k5}c<1w lbE(.1#3٪<`j0x0^kE8d-癷 w 򂵼h 3 W}T$jSS$L枠~Dž U;Tz/vy[Pu󒐞wS{@04._ݪ/h gF~zؠFK?!BtNnK*-ϠO|HxYiΜe:_w|?wAn"1K3E*3 d:hJNa> Pp[^}T9d휋nNxJ}2X5fO\ yQpV&!OZ';; e|Q /r#Odm?7ٶceEE O'!kXoc{XMo..j̳VN,8m~ӑn5א$Xo oqqg4TS蓚>IicVsKw^,G5=n+ǣ3C+n8?x~1q VKsAN2p7 Ѡ\r_f`eծ(=BJAcI|Zb?+쭇d]P1q*2gW1D[6W#`J$J@<'3f 껫͠[s旰ްh팖73̏@A ]tumyG2@}\d ݐRFuiqGWq2&O`T<$08IνlЩT=TS&*~r~#}b''T:6~o|d}J 8|>+ƄtWgHM/ frdoACdb^ ZrӨK_^Xpw߳@ph #B ~n&nswЈ>xׅ^E TWV?ݔ KG[&, Snl,f('[ά\;rjE\acypW R)|/7_ҟ; @Ι-@S8>Uw]' vM k4z! ql>Eux\fJI-[,߬H2iVc=2L+,'nkt] 7e#2Y/)0| -ӈs6eb!|GCe=tLrpgX?K˞qڍ0dFsq'W1Пdџ8j1T_jK ir_a[@-"ΪPW̫U|.$}i۱:n=b5vL %͐2qʋ1j\*U7 RWoHnBW,E2!BKADEsxv//EZYV(j}ebS]W4_%S4i" IjgŇa.\ĦU Y"1cY{L`o*}kF@Pdw@ۮME|\gtC2w"?`I`[N+$w9dJR::io;aBٌbv} ZFò,R +˘\#drRO.'l< .wcܔ`\Hl^ "=ЎahU-܉ڹ6v^zbiDOayw~>KEob*aCn8 >l<]ӓ~I>y!r`@*:9Cxie(A4 tΈ>H!C%˚׆"a>OnW0R01yWx~"n*_rCt:䍨R;V+[Jz:پ=شדnN諄Kq Z{ NJ+[tk; YN<О/rP{n9Ȕհ?GUӠxU`ՉjюG<`S›~|Iy6aV'![mKG@m B`s)+1X:yB:ViQJ^°!XzLqCU.]#{yR0Ub$E@ [AmO?7M9sJAVq4=d &ϱj-`kInk-nԣ}!5t~ uj!X̅/V/YoaGlg! S?wht[OSF-ˆ+iA:*'U?Q`ѠZrܕ\}x$\~&=5NDy]%מO0`mȪ]2&TˌZ3&w< m)~DV@Ka4$F|0uDXxdHJ/ZN8Ƀ2md{,5# OM iRw*scy9=mo~/n;67׈ћd~@>H\TERMϽv<2`ڱµgciV<yNh$MWd8CmB6j6>d5nP]qJN0`䫽t9:j1U͈oEUᮞH8•e`d p1^$ɟ2ʐlQ{:>w J+,/V[HC9o5,aUTrV|a \ZN`x[ɼlhcA-Q!wĎ"L1Q#.ށdpIGc[;mO}\1ZʸFᕪ_%&: yn6%O6Jytu|F[#TcAT9IO SWӖKZC4X6Lb8$نb;w) ?^X $( CJ#xFcjԳ2eDmEem"B3g`#BǭáhHKCXԗ+--|`@`S8e [qCa-`m3"P<2[שPk{0T؟ia`c|U+A2\A%W 80&Euȏ~-S¹MVu 1,T]:·,LH)6c2ʤ_r.tYC_X^]i.~~~rRy\>-p+]``~K6 tsg)<WqS%%Wt<x SfiՋ,AHI +<2 b XgxIq$5sj4NX"|H-(,YVdH] 8Z(/vr`e2JǺ}Z5$ e3{(ޚZ&!4|HyQY?$ oEcLȍ;~k;kxث)!Mڲ꫇SʂṊ sPnlws=z;QZ7?t!Q7KUzrx51|3M8NH'.D&R!l@Eq, ckr~T_OM-F|ն7:-)78bVF46-FTPj- 6-Ç8u=t*z`h NV>\ JfkL3%54yǒQXLE7լǭ9S7zQ#-qxF;8b !yr4MSK9(Q:c8FG?OE: ,ؖ3]B)ONVeo$WO6vAr>8ݦ'2 统j ?ù"l_%(9ŲΜ'=ʒK1|q1ۥL 7X`PЋ"qP\ª,}Y=kMKS^bmt,"l$G䴆Q Oex>Q+om1 #45`oQ7Sq5>mF `ZfwZ,A |, SayC߯YѩNv?tT?/A|R{.Re}K/aA{n@ yVb',<& et[3Bh<*MXV w{ϒbV xUӢ)a;J2*G9aq%G,^y$5*v\}i@ؓЬ2@߷0ɤT7+nA[ Nns.TԭAn!N #0j$VPy$gn Qa$MjR'q%4iuZ ^Lăx& F:$aI7O8>/5q}`%V9BM V%rOʆ5 =kGͭUO5쬄bē(_rLjuLOC?~'I."07}K;}eO>8y >趏:>[¬ 9,UVߋ>su#:_1~7ǠjA9~ewE ^]OhA|A+,V &J5V^XBLXYt>GM@F\X,XڨO@D+ENʷiZ%@K@}!0lJ ;xS#Y N!xdkL4&7&ˁTnDIA &ZooUFsTnE20;#y>A{Dy7԰BOj{'mū"1>5 Kqx] nɆz>t]aBJ g,S`<ؕ,vEBH4s\w[zu{ٖͧX2afn)>kZRU6VZ2/-N6oHV 4;4%z'o~VYII,rً`d^Z/]Iu8.A?hejc ,Kkͱ >O :B_=#6;ZK81$?xG?DWPیI?, rQ/P-*XV̗ 0kz0E3V]1>C6Qb$/K^vTZo0VfG_HDj`-^JW3]㫗숰 ihƗV(U"7@a\Itdrf-ABgTTTZ׮;N"B@EJ&^:A󐅞i^hSخUt^@r1E.c`ݟg(][91}0>2.Y*Q0[ vQ] &3iZ}"ZDJ'!Gj3yZV=nSxXp&%;Ni. % y:!i1~ !>š$ufjXGI9:xzMw&*Wk_+yrwڜhPQ~z:h8䨩X.7qE-Q=B54:f亩D(a"]t ǠXߵh`)f bw63x]ʉ,*27B[l"764S=rNyoׯV$*}A' !BB]w<i!BGQθ)aËy8tQ+U*rAJI}r3:YK)A,w<]`}&+&,*6˨ r2%>}¸7KfêKÀh< 9A;%ìobj'~ BifHEel)OmQ9V|s /R`7ü7,9-e7<x<ͣB!])3s&8OA !=S4J ;0= k @{Q76C/SOх6c`tǟi"xi@mIN X%̸[50G<^oO+-^m>Po9u#kÎc&loή@-] ||ԃvzg B2#}*uݮ(~G-toA#?rJZaZq;kGidF*Af:Pv 񱝅kxS`,NJ&@_M Zڒ Sѵ$ʆc\innEK \7?H gw\flDtms&L2m!϶^>z6M~uJ%/%ؙaTJ6D|g4/_6*.cWB"񫨄X;h߭FAļ m%Yn"FZa2Yv7&Ԋ#}4\.gZ T:xQl g=w*lReuoiP'-t1_xwzX!(nڸf313 S3wF'o;:cYa}݁bb 1_ wf7#Yd`mֹor_Bsi Vu Э R)E:=+@)b.=%&/> 3<ʹڲELl(-b u-vz'2l1 zZ4}Y#J(mw4B9t9Ȧ6|k,Rꏸ*A[1 ƈ()HMO/$f~:pv#Ws*gQQ~eꤜMC ru[չy=,^^ݧO'#S֔ء0Z8A;mޫϚv ndVŴUKm^WT찍 sL<9=SC?Ő7a`\gEN| X[-Bˀ0O.ca9eꍩz6f'g2U<,wAjO6 +wPpJV5Wf~VpkQ0z 䦋DF@DlL `Iwx,NN r5XaNBnP%"K=& ˿13l o*n+N{):⾋}=N &k(&bsC3Kzް_[Hd Z-v̩wàS3x)&S+$ճgBT9hbȘ1 ;?kadФTp_}Dlvf|/oyv.jU&;$RM3} l'6;}i7ÕeU08M,HفMezd'D1`R4&mdHzxNMء53Ԅ`5N1pdF4/.}0 7NH*Z^P?Ќg%h۽uE&q;uy7̽5襶ǝ~9mt"ܾf///C~uS;-;$$-Y&W wc׌Ԅ(*(@M۵d;8F}h5i@qAH 5GaMbJ c7p"|`b% %<1t(@ySe`~v!uXhlUU*P;Ͳx:r(__(m#+< HzHɡ?%x:)^ #(FPw(+Ķç9УH{9M4 =U' 4eY֚8 <5r,D7.b~$,xy٣ux܂8s2.k_^,]fNфŕzӎM K+#$,KpK{خU>Sv8\`RJ/ZpXץJ\#ܤ aNxaz:(( UͧpzbU[9V K~LO;+H_\NlӍz}ɔFO !|v~i+=ݮ X D RzU-_,?yifޥ.{ơwfO>d#kJ{Jz.d C="Gao-0-:[J4̰" ߰^<#|bґ'y ҭRďnAkoϽj<=*3@YL:vqy=VM"Y6Q;23[WF;b>þ*T3EnB bloq y?ku}pvBxi>%pX<zpضJsd;CIPM<ُ1 e 4=iWeu Ua9˅6zΨ 0b(s@78}aߢ'Dao .DD^B ,_r8)Lg 櫘3:`X #+B9bB%-3Li'b;mbۙ*7SU Bc\IVA.'w1"MJTE:(Gu#90QR_$ȳͷ5FJ%&w\xH"UJ]BSCثCjʨӲZj80g 5> ,w^VA.1ŔџVA!UʾDӒCz~# 35v9zza[ SDTR+L7;q0KlgnԢh-rJXh6pP .w}ªD8O]R;z}uT0Jz"8:b Ŵ}980[XMLh]Cr!:^$WoP 9 #,T-ߊz!zK_~\u2:+hGd ݗ܉KfUF:;(n41_BW*@(5gyx*Z]ϻ,L18:a\-pW (.X`P&O)tID4lZȕsR|2 I3 iPo[$Ud2GWxU{_#WتI[02#eK8v *"iʬOXA$Z2}3$߾En邝xUo\-UP%E5?O@Iߠ 7Ɯ-l5Ҁ7P%[Xwi tq+1 c !J[~-{gQ*E&Nf4T{8S7 *Y]>s+qO)KX/MuU]o$јc:J?7#{QNubyo/۬㉼F`T5^+5]g3YFiU^|J yM6 =.dYs #Y\FDi~)dY"G͕K@J,TG@j4U'ߗjYj(Ǿ7I`sy[~1{ݜAІriI~7DE `tD Ooա+sE'T憔 Kĺnd淳7J%N2%2AŢnz4)0eQ_ <-*\6lh\ޮ2'u@`V .Me3@xhN+\ּ5J/f/!Fܶh@/x$>5/$u#f'bn;)Cn6̎mnGŕQ7u; }1/w2QRƬICIF01~IRFlK'Yܵ7#'6x>h)BAJn OdhVg,.9gxp#h48s AX3^lЊhN5q^ۀ~aF'Q̱zC+8|!E$ AK EqOЄ"^](rdAK[W77F( Emuvʳg: R=`SAI-7u c-U#b=~~)j4}65y6Cy\,'47|OǙĮʼ`a"T] 6/Q0Z]/v.zk/R:q:f<ռO|+5Ć[`>JV`nqPdE޶ 'WE9T|.hdwHn_%s\o)eg+5Z~DtY zlof7+xH9`Ѷf #zOɌvIe(VJsêaWQSa8ϚCǍX-BZ~zĞ%Ѝ"r#8~>` 'q/tI$ճ$)Ꙉ&RLK.YnD>ی 6Kޝ?4L %&ȕ|%ץ@[|a\wCf;6OM܉RTJ/F{7V$y{g\9:~9=w\ ѷ.^ $t$HOb {_JamQ _TY%KK룬4=;)S͖lPt{`}Z.$)Vֹ*dI*BS@9h7<"<,42)oˡG(4 m&^`rlTXÝ'F̟/G&jAltC<%nrzi: "9E׈k_ 8{G:G-ͯ,]9VG _Cw5xBuc6zQRẅ5_ Cޯ1))>ڪ[tc5`V.1'VW:s{.]Un`0ojl13r{i 9b筓_c ?37]yCG6He3h>+Y]>Y2^`;crk^rBrm.XO5O14uDZީ6ˡbI!9uG\)tGtj ̰ܵ Ss  "{R \Dƅh:9[~ SolõyR8W] A[\ )!gㅨ!!|dM&48uLVN&~;c63X:4jL~`9kJbAMjcdGPF/ct:[vo1 9xCP_ :7Jad@dyD"(%aTaN;rAI1a;IK5u,WlNKmMoYnװ"}n4o g+8>&5u;UD"z]/9YYΐhOub)Zx!9U"[OYAiBѪ\TK .EDQݴze\NsO MfC=G~wԶ-=wPAxV}e4y9f+,bm<›JYñd< $vO]1t묲p1Q2&:eIb+Zhǿ0n'mNe ` g @) U[g/#X+EdB0 wxti*r{gDr?BpN ky/^}xq{7Z9u8)/CD>N@ \}@z% >ky쑠Gk? MPKrI)3ec K7YXjǤǷ\lGű]a)Fs֛e L  py_e/'Mɱ},{-q’"a{2IPqGc= ΏmIrs1΀dٗ BWL-Du(P"tcm9/8l0Peh%c (tdwaĬIqNi|.g…=;޵*e2LwqѻcX~i۩|"nuZaɐ[O.(-gX#cvb]tb z!⿇*Ƃ:75Nʕ|"6A6"rm̗]L\ZcvaK.73W^ X,R"b&T&D 0k-ޑŻBeяe9q.-pxZ'TQpȁTDЬS4o'|?@pҊ  f^> g+Z4F qM0r]"&Ɍ"Bzs9zj')ݵo61-Hvd C1 gf:ic9#z|k^5ED7qoz&=|ZQ]:zCO-&Z?? FAU;w!*z5ߙٖ$?v& q9w>DW mҊڍLc~蹁>yC0sW놆9^$q?}|M QD``+Jb"כ~:gi[ {LmF 2E=8c' \ف%h+@cho۝IrPVz#jBx2ȻJJ<75qIh\_6=%+qwcP *&dDsHh;ej tX4ڇ1a轃lW.y41fަX}?Aɧ3 bhA E$2sw"s_)fjwxi)6)Nš6uk' O zY윯%t.C"єB<1#FO|*$OQibv`m@p[xEzݩ+2/"Lh_`u >88m(! -_8w%6o{yJܓw٤pn %F~X WqGy*A1;2AB^̀3Y)LU0 (n;|Ppw| ;?i@fa:z%X>etX'd Whn=)=pUjGzN]܌2 jڛbeN֧AӧIζ$qP[A"փ vvO.oRd9CADFp1̈nS\ ow 1i߇b!p]bմH%|*=8fZGQP)EKO}E+N!f pd/)3p)Q/9V&w|J.5\ʥ!x/ьSj l~]uV9 S8GXn)rғXq]A懁yR/,Qh?-s`?F<̉Gޏ9\4Ϳ;j&Z(Nj3S@-uS6Ķ`7X5'Fo4Eg'}yGf$Wū4M21=۹N´J=g {'Ć(&9X-叄 *2W &9794nti{6Gno()H+׭i0SOG܊f!%LsIo*:sPC||nL5% Sn!` j5҇F+>ҊEa|3z8& >PϥxoP /IHOd#x6?wvc|qЧ:Ͱo4G-%02eO$vjj s pSL_"n.Mx`CP)[ØİEMFL1cqI͇1C 뚰)|- Zm#"UKn31]XX؞VS5 t sGv֔ܤhLKu*S)XS4/?FDV>ͼ?PIv2F dˇfŠqYy Ko,3EFV|DQe0!/X3 .ŊR0'jҏ^ I-d*wihkaʫדOhD]Lb$|/bVNTSJ1; cZY v1\<#[P)+ckA7J7Zͣuԟ/TmχԑHGp8W _7_6tLo򯍺|R$7{EkS2)E?7$/벑܆[w9iq<<䉛@jVhkDapvbad?det ]/x*{^BC!y\asMP/o4;Y/ۇp478L)mc9u06Pq%XjKF-]{A2XPEYDH$t"asJ<T/e杹]ԎN@Gh:MNJaJ.װvToATܖۛ.{*pDK(.,[99ƮKy\]N+˕:ÕajٻUL94o͠}MLTZ@3?Ohε']`MRd]{/\)Qmdi: 0%P661P܏@ B< [Hwe-Iʌ=Al0^d 0zpy<޿_>-$%Ah.EV8 hf4)ec. tKm8m9,>b$Cq·6i=F,2>J)q (S㲓C0 w͔,2k~.ZyD}NRi k^Ȝ@ |G,|}N_o5r1 yʩH ,ki;gU(LC޳Qj=fvݬjCr|fmRۼ\GµFƨA"OH7IN ,C/peDGWWD[q"D_zp # Z6eh? K)>癶%7ova" ޾:XC3$@B=P՟ý0Z~C um-|NA-#nŒP /3H3 LP̛xGj"77-$+@5\t>[HB^UhURNVsGྴ?0hհU|՝/M S</ɳ]XiH^y0vtV6$L A`$"qNcm|p9E :51pq)k~vJsly7-3T;IkDV #K|:`#.lkD5^¬K<"JAP {]&jA^@iE Q/Xf MwS({2I;OO>}a3nDQ$cՃ/u1ۅEca)2Mn\a{l5dl|p8FyTan~s(Y@4!OIqdqZj_qq#4<XI -3VLgiIl&o-Q pS^whG<''Z)o@OǫQFTKdꍡ,HZUܰ{[O$)HTj$;"+8ju8%* ՠgBD2VYiHT?iE[Zc /Hc& "^"R2K &"`.=1 +$ _ '$^k[@G)U3Щ^ iϞFѾDKKٙ5B#l0u6֖n4. u,b>}Z줿cpt/CEoҚ*Iw9.8z#"5L.~a1JڨwJԨY'&Nls6Fpje[+.8X>;[&˙>o I 6>"gҰ39:uW8?o`PTO5Ksص=z\e()b/NCf+pJ}_=\a2pHu'3drcttKhlުkyI<&Ac5bмs u;U4Wě5. v./qEr9|M~5Ͻ6ӂC̼:u%ID30tJenC0/u n.-\k2@PH:8s **CbWPYGּ6%h}Ե4׳dAi a_`WrDEe HոRyz Tc9+ 誜a>QOEwΎe1͠W3. ׼c_bZq2MZ(\(88޻0S5/:,5u0>"KbL" ԜFR HyŴt 6e(>DoRU=2=FgN|')C8B~afB%5˗>}L`uutK7f6=G;.@qugqBĖj]2BƯ+'0`K`Qs(Z&MYtg\]З.$2R!.WP9a[p?VHp>ɒ} d3G\ 35k_ܺy:=Ow\h6h酗6 ТN$OC֒?yW7摒-m~0LF9ntYδT?,"@gҕjz7.| !QY^<ޛ/A<0" Pm"nBsҪE̍8|< '\egsmJ Z*'+7 ]Uw\6]2<ZZoA:vM} %׃ݎePP6Ls@>ש5C0Db)s%QQ|bl# /֞2bi`e=yIqm*h*Q_0\;j)hy'[jxv|_ ) 00gki?DR+?IgFJaR i |Go5EvX *Ci9 rz5H"?qEdk旮UtyZ6MK0f%2{:U>z0`=LLL10eV+274rZ7\"} ϔ3.Av>*!ߧ 3{ü=W:b7td~E=nXOϤJqVL1U1(aN0Og,x6ְQq u懕lRF3xNB  ݘK|&O) !y&S~C B{ 6d"Cʻb mH } %x|@ݱ01}:|Y47%cbYK]$قuX-1վv?.Q@9Mf֒/f{?6Y`MPQ <9?𾏔e@ 7UA}gZo߳w?7ăywFUK5`7m5HeݍM:5l= j<6S+;h#Yc6oHlDԋZ6BhVh&!?ih R!MtsAԴ [GcY$5M+0LLJ"-O!Vں%נ[ ^V,b a3IbWdhn(FuV('wi{QփW/3p$N%?7啀KR塿?N:k^gt;pZsrT BI4krP|6Bƚ1H6Bmkfᾗ6;{"NC>PhB8 #i@>OK!s4ſ#O[P;E>bw)ɡJflǻ_e`B'0ǹv\7 BE ??Z& ѝjjrYbHt +2Q@p Mذ"2M" ]FeyDǛgl/H q 86=` {ܿ<]ZML۾潛HQ]Z&v4$r{o'>%%BXVOq-ږ7," O ׄ*\MY5,dk2s<34vO֫:W U@jPMr侷c~I "Ћe#u-2WS{ͮeis9E j0Iml#S' );Ʒ0UPur`M3@P7R&0v(C.vrȚ# $^/ =#Rb(A>*;7?A)V@J+XY?3JԬ;o\oN䢹b[-}$a)$ xf[Ta#%fx=Rz %JSYBCҶ_'[Y/|T;FvG|0/ҤR`z[J!&_w$ !@j1RBTbNQik,xAcZdpo޻>L LPk(ƃM#- RDgSN|SҢ?MѮ'ѷ_2 !7]^8(B{K(O%[ ::LQ^Fg+^= kʄHVl(<CvT=ntqȘ-p8޷6Q# A}X|Ӄa#=Ca(rurKcJ_wyL58ĪOwK5-__OFɠTIY-TliNV_rc̉Pֈa3)k9qֽ:78)l;C~>BUGSswDD)9 ^X6uL;5uf7| 6wܒ{R>XET(UI' bStudrp88hG3Cѫ{ë~_d!rZk x䚬~0,a}p*U1Hm0$T#3Vd*H6:+;)\_i$#JUv0;\.h77:kEF}~+bԴF w`eGmI+r:+*&/;ωj"Ӫp6kFGS{}b3 i&F&=|rY̡+) 3)0 y\F6lBPC spW:Kl]p.GCO1u7r?v pKڞŠe#hJa(5w T }\S'>&` T( #Bp&l~U& C]$vGD(t>/4))>`§ 8AFKfԏd ȣEH5VYNثbp(Bk} - mdTMCWU3 Dfcz>ꠟ8ʽMA j>ίtl5i&Th4:&9 n"vu=Mt<lj2( ӂo!v&%vx$.65BcZp*{ei]ޖ-̕9_ PV flm7JбЕs FnvR+[Āĸ1*ʡCbW]y}5ڹ>%.Uwg]r`>>%nK tVJ6z juk+Dtm-̽~v!ys{U1`3ʙHtax(2+|C TAV}:RB/k.$k  eTkn!E$@ujb|hHgB;|f:yJO`@J-8+Yµ.|C#2GDž#0=At<bm'Dt6g\N*x6..OMĹjagr)駵: :q#r_B2Ol  Ĥ"v펏TA| ώ.8[Pq=msȰ:\~:]Ex8A%g]i6jjag}$?KaVRsNz-WϗzDæAdZ\n៖jTb+[݀C49StxtwLCɿ;L1bH<#)d:jFj&t ̣yO(:ȑ! Y0n )ǂ s _4U:__P!ugH8"놀B9RS0@~MMi-tz`ms Mq!q1h:D5rI sUF,fѷ:.RL)8&/՝ڕ>lˑ98+44W(sDE`FԏPk;Q/Γ93w¥݅f?c2v=6"ƾ μdm݁@ԕȷW \ ߬Ka~q>Lrџ/$90ûV\2-iU~;>Gs_e/P]-knJ#苜auIEz? :mZNjym\/fq*Tm ӫ LD';j%PCmfDJnmV߶ʾƅlЦ7\vejm+ѓ| .Շ".| L1"-`\нTnT8ɟ r1ȟ_!PQԏC+hwcxp TIa "72݂8Z=ש0{,g(U9!; " @&G{BKS/XS=jЮuLKhҔFjo_Q+5|Ѵer,a:iw"diV8H|4jdoz;hp#Swjm޸KnJTOL`FR\WgK]Dqy3 $D+ "Ās+an~'l&ܓ$Ƽp#hpZ-xebQ&*˯A5½5Cwfcm.w"0^ϣ{FlݎLj_m0P')|k~2}߷ [&? 1]` ,Wǧ,sSmMn ж;*xK{ܕ#4H~iտ :Ǎ#`IPβ6qXD&;yC?;Çǿ:{ExQ$&J3;/Gq?֐@V_4ymY,cB2Bf +F.mtN_2;QaH V;Y+cb˃݁H K"saB-+QtnuoKLƢDxKKVK1Ϲn'#/u~dHxa_=;Ҽ;8߿6TmJUdp7fm>ۤ R>^t3FD&=QZM ]v޿4yn/rO,jAw$l[;| E</%4_vnկ'z~x vJ2m1#o)^x HS K 2OsGbˠ^Lxg`C~D& *76EFqafjyZp즜|8E!=#V)hcmWgoC٫K9Cf'af0|xY!Xe~ i9b7BF,޳Bp;eT2RBa4gg@Q4í?Hsd %oq^JڭNns˘ N8 b/<~\h]& Z]Y7?@f/İݫBMmUr t a"}Oﵠ~ȏgP7Sq6;Ұ$h'$l=a|1KZk{1JhzxcSj)ƪ!*lGlݏ[-im\9U984x̥مU5fDs$ UH t'2iy]aV١MڳKeXl}[@^8p<ŏsC2-:&@|!^k"٦jj]:L8dEkyNxڒџ?[43fb0,V$kt}`Ph-c\vGN mrrۢ? z"V.|k(;C}CӾ! GUeũZw7t_fݧصRb%|Khenq6̌[4@(>"rGGkI m[hTn;0|9H3%iSWݰiu&Uv4Zpgа@)K$wËH]j)oPHӿCl p*x:\1dR%x!rPFHuOѱ^2Э] |68KrU7ƣ8Вm>(3pǛkZ\hiQv jv[l|>H׀L꫔3B۪ A+!(eQ34LRdZ`6DnƲ߿;ABy؟C:L(hrW>ZOvnpz/ȥ<h_B: ԃ:"R&G7.,H30mh~ƋHYXO=X#?)UtGٓFf4@O,} L:7z~KL0'~ 8Q[_s - |OdK}b20J\VBGŘwh kR#v,5a5Q=}n=`L% .L;59s*JHk{3=qy͆Bg>i飦o G[`aSusҥZBKE8WCC[3pt c)^WD|e Ao[Rb$|Q~q*ܫgeFb|[+/L,~f ӑjPPK&Im"EIL+YVQT4~uH: yie y-j%,faЃs'y So[u_i>2L]"Ey)byp .!Nρ_x h̍ 6[l<vEw:JAD4"jT$cSfXm{z!.˚ler;gAe I([@je  dE~^tώ>5a \w'UփӤ Ipbs{oT(rv_JBۈZW$&k)B-H'W>ybhQDm jԤ{oI2'-JGW[L3x|bm0ڵ ބ'R,g)* fҕwȾڢlzʵp !U0"@ U>t@(1/po/I޴)nΗ7k. 5Y8T.2N{Fj?˻`gwv8(IXu/x, XdE-؝qQnQoɰ!KjBLnLԪW$IkĒf+鎭{:| Ƭ ,/9L=3/`#2!EMA=YXn{mZN÷e @mTDZ'3CG2>niujX]]*wZ,-' ]ͺUaDaXrt]'JwF n_mN>%Wn=ϧ^F)fi46 9Q!fzXx@6xyϏEJ^77>%9kdɆwsv T#iNA?vh9@Kx/v\ǙR?%hz;Pи IG̛$96p./2+e>B`N`T$J8btZq4!rN1`h\^/,Ԩ0mG Ͼz +ߒ=2ld󠞵E"G:&/UukK23dvL&`x II$;Vy\φՉqt`[j7 I-oBMn@q :9]\ul$XTM-$ 97Cd'Zw9gc3@=~@cȤ?uU;/cK< G$[#eVCM;<}XNjߓJA,=եuޔḥ(xp! ~LnSc9VW?IIҭ*CCt!". (e"f0"%waf=c*#me+SN{Ve:}#`iծثf?fiJii[2fF>!--e\,/-TڜOum_̡^TIo߅M&%xZ|!` "_onLN΂$v}e^^#vQGp>2/PNһ-Q UH:V̇{C2H詴6 FϠL!j܀|뜡aT+xSg3*vݧd_w:EQp͚k+EAJeALJ$ce{ԥj^3pPJԂ: ۰;YHm%7DjM)7Np:uۃ.=%)KQB<.}tK` t܄p_ںweR ːfU}vvp,+VVg)RUq _$olRDDkTL^ @:=T ݿcB= !-]5Scuez׋%Q@t2Oc{ E<Z( h,+MBJѹLw4ƣMV̕8i{OYz?E oCsq!pL\yߒNPxɦ>`4RST=a鮘۝\~ܢkQ=#$袜34|♻MA 0< p䠉2CݰIIR >%$0_8P@!(a9KYa\[MPEMjDKrI#%3h.q 3bwRl e]u%2wBTz!CBv٪ &x`P?F˕:<#/\ªe3?šM(PiW&*Vbk еnE-016l`P)Ϣ}epc@i8c.apZO)pkW2f*9Yz /=ϔ37v~U>Jg"AlgҧhOUM27mB`/´xj$:G%7;^[*_xs oZpf۠;BЂ U3^ "%t2 ѐ&wE:bY)å Uk23 VFclZԑPPd]OP`0r08JuSN/+b'$O Z%ˉ#03%'7#?tJLrd>t7 -E9ۅ HJ- AFՅ 5&g'n r BXE_<%Kׯ,* X@h,҄<8U )(d)+]1ݰgPfuU7}o,ш1榥Mb F;}>RYRP{_x+ٛ\ȉ!GSK]q`$V0PV\̒8.F߬cwak'cLN.Q?bЩ(k"\dƴ6Lh$'qw=D/=$ùx6q g_pMoUp ƚZd9'[3~M;+h `7ŒNM\ʫ,@yU %k$hX:qFN:< tS>[^ 932B%%*.ArX;U EinbkemeP $Y1%|HQz__ډsXrWg=qF ~J*k&AHO/zϣ@r脑ܦyiɆ:7hof`Q>e]0Val&C3pOIXٶ|ZXiccJ?9 GU|˗{yz)`5йz7:\fb;o%&G[z[rlɷKj0#sN픚`ȟŏ~k?Dz>_wGzV8yMEF5RAۢ'E8SBIw_hEe_&cXy@t*n@yV1'R!Jlᣘv ƀ6;mQ(5Q^KAoeƵC]7:S.4|ƹ"<~L *قWge^.*Kr*&ufoOvs?Vq_bsdX10zSݐ)nvL{oȮ9γa.¿=@I!H$(nFX\p!L?H.7=3T! yHL]ȥSn(Ge;٘ECO:|R)7zS#R3Sg/w{8,7ir}lf붣 ^?Uc_z˖%H'>F*{W/I/'L˒Kw#-4CRȾqa]3?F2Za'4CM+6Nϥ#`l"k|%TJ׸弉kGr-4Ʈ5W%nɜP$x!W=xU%V2y Kf Dm9I+ _I8徇/PP5й4a[N Rb'5Ie7oߏf7lnh& dMrԟ؍RCw.8h`;Bץ>ż9u ,a%(.(e[e"ңAe狲;X5J3c1W{ZlB]sӒ]9@7[ $6\r_Iם8t^4d@|g_c7:rNe7 ߡkCTb0W1|EnVYLws93'h֞ eS6l Ӝ*Io49CMSThDugד] qYld_l#&; "hhci'glF|Q[$g3+uRJC҂ m AA6p`@3! 3Hi%ODl4ȫӖm6&DP;,o"ۿ ZLð Fꩮvx `C] ORxouBӖ6ؗaU1~Oʱt>z9*m#dtx!Aה}Bfck (!4ܘ׽8]rWEWT3i [0etnF@bAGL)نb%3'(2~|#H`{Niթ(jZF/MdĐqP@ ǐF܃~5 `SΩ95 D 1<1UU^ iOA-tkth=Yط }JUG]ř@1sþ }Rjʾ.d^R+ Iۊu&K~({}];A:wFΨw;EqEᆙ5vL6?=kׁ^uPȸuJaZ'Ct L5XөW /ATu rZVt`(j<sPd_V|(! 8}#'hdy]/ȹ#\'/yˎUFT[E /uJOQuc i/ 6`![JO P$*|܁9?ޗ(8æͻ8R8&á-l]f}Nʬb9c :g-z]&Q-1V+p5ҏh+W=VXN|$>A/ahi`||g$L` *_^Eb ~xBО;ehqUfzAH+gkzi ^j: O9i0^jOW em6^ޖ/LkQV BԍRe]熇bO=*Qe)Ζ/>E+k~,!}~2A|ŀ޻W\3Lqbo.-E@'|^t;d7AINb^dp|(OmiCO$ c!7\z{ʬZ#%S2 # j~Ṅz ၀qwD'@Q!a;H e7XG-B}eWxĿPT Ke3EuG2EC#J~|vfRVa؎7C$tZә§k̄::W =^y=-THVgW)lt2F/8iCdiʞQaiVFegs_2ym="Km`͖А0#;QgPr9Ai TvGK4:Wf0Ϡ.Hi `O]+TEHgI1B|gf|8ToTk[<_` ]07vCT>t|Λh]E^G9M&h M( ʙis_iIZJqIH$+Cq޼5+ 9nR3v"NuC#jz89(d+NS8"/`TF``P܌uIWxYйz.10X$';#$N#~uVWX;>z/׆u8d, "(NpUxcUQv ]:!K|WE-R֊*%0xyz@!8\cT,vHݕ ˴Y<x OB/Q_J󔣒$mqM8[x7B[`3yLKhR8@'ukˤ%ٿXS^\i3Bӵ{ܻ(v;\Hww%h]s+>(Dxs\WMI~cI @wf7~pP;onSȶKEΛr-,,Cc']抐J(1ivϤpO?!ͤ`_}"cj͢yLR3S1;YiVMY d2y¶Ze_nh1S8``uRF2/?&!yLTfm \MPހTDI6j1ju?m}d 2} "ճL0#c$֍|\Q2,9M18[Q,ynD0+ ube z+7ѯlpIuǻ"gGI@pELlط)^Ub34ݝot=͝]!7nWyɨfƹ²w6#qzX]#`8Q=uo-.[j>tt ;5KNx{R(9|ibz?P&xy9ɪ.D痣,i28-Rk+qp[ -" wQ99<"PXSN GbOsFb-9a!7o Ljz}g;bBƶ$s z,=E@9!5J] BQ͞}kVku Q{y4&yi_, .Jǝuk##UfW`H1v)Gluc|ڒDt;<}WYx)8E %HRuxq:0 =D,2\3Uԏ1S9ot=uǚÞm mr:H" #ξD`x [CkqzE{ln x^ %ha){a (ޏ >IC$!x07@6x-Kb]wOf2 n I1Vtu~>pGpK\u_e-}dJ? ƬމX͢#FSWY0aTdb_$}Sz׉DSnsDaAWXQ:G'L8}ca7ո=-nuAqg6Wg0OUfL9'Kw!'fdz(nLL>TwѿĞɜ{D?>L % yPM^")@4ݎ8z/U4:z[ +'imᴾ.#M&Y[c%p8 1aIT"Փ3fy &}q;;%qm՟"6.@'ERvooz{|J~) }}*dnw! g@IH4Əvzn8/zO&}8$fok 7}Y&]CI!,E&ʜ{tN%GLv]{XVd:_DzNaW%50F1ƽ8['"uM) _Ŋ,dҁ:8gV`x1{ VUM<,paôDssE^xqJВoGѯ`% z){^FO1Y?Ayi%V[]gCjnKٖ_Vtr&55kiJbS]%,W*(fޠ-C(b<^vf^y TizT ^ RY SGuK1f>'֢{q;l \LU@P %DӞ$w$*NX9IƕȊ#@?}i"rqy˰,Сm_w?kFYuJ5ZLmWŨ5 A6{IDaG_&NJ6OV*mgZDV-a}hOƦޣJڲnߍ,_wC:Sg'wmd9SU`H6*xd3G_l>l5m;c-dJ(Ӊ`\ePvt NQU)Bvn6"b{_YZri>ṕ[hdV|[YÑ|damxdW7[-/nZ;/Ze=--XӋQ<OޚF2 ZTiRf 9JR 9c?$ >)).|E0Hr dbJB,}MPuHowsd$f*k0OV1?JbMȻaZ޴-֣-?2X{6{)a)ZjH7Gýl @jIʅ ?@ܖY=ͷQoma1q wDGX<$-zܰ|,iID"B_$y.s46j,؃{  gC9:6Og#tCJZi`³Z4.LY7[TgЖk{9 lEB *}:wgȩe!(C4|+l(=;4};90hȎL*"B ;`.MNcr pڌm"ᓦM ÓS#$nr6 k"gd8{1>xqnLI5W?Trf0^WN mZr9A}h3owfi@K^^@܄AOrǚ?6A6lX;@ )''G sC Kn0pkC6˽bM)l.+6y\S [asa/[w>Z-|oKڮY l}UPkf.PW1=SўREOǾR@U(lKX,R:{͗tXhRdt@'-ftbp߾>b 溆zb%_.D\_p9)A%£B&m.7qilQ9>ū\ƒ6Nv5uw]'?2h=C#v*'? Zc<Fmd~ >B,* Pj8LYwEkŞ*eT}bHqA~H5'<"'v&]~j.봃q?ߪF$6T#čHy}u˒>i\ʆVyjVMĮn؍+pױ2h)v&]bb[)ꢘd6IDo)$Ow<}=Ut? "z!/wZms!O)7dӔ4n!Q4.X vj6cI:L@"ؒۑWJHR'|{c9I7k ;`ˊC,Rs@]ػ2:hpP@ۀkN15PFNh;)bb6l)6q 3,q_Kď}EW9Mxyb>A\,8E@+d.QsaV͚f#6daX^>:gn]͗>A 'U|e=p}FUR-ԣXf׋ ė*8ёi;96K}Iᓸ3$5$$9Y 7]g$Թ+}gB(к.d'57|rڅswcE ɠCpf\4BW2L583x?.#{[:O?&Ku'cv awوam^J"g6t y{o­,zv'}ck1-<lcuocr1jkzii@9M[)ŨDu *wP+.W[rQy?D+Zq8S&%1 K#EV[ )J64X~͆R3k)jͥkcsg8`5qH;Jk,dՇn`x\dW>v6* K8Q MfP^l1FSXNVٟNRqT뿿Y TuIyƶ8D:V'Nj.`ӗ'(rzEqIRb\D>Gzg$ fåi%L@~kξ<Z_p䙟8Qo8|z x ', 1XS2VojLT[9lI&.ȕ>kE,Ӥ3&ocqʘ'|uAc=uW;oJkkvt7'qcku_o6['Z? L註B~rh=_%WF:1H9H$jk@o84SIf`>z )>7@3Y&]V^*~7(=ȉG]y,-WHC\$heV*\7 |w$J'K>bO=I%gD(a5s m2S+-w0vm2GRcC@Ul֔W@F_]2E~)?V7b#~֒K ϭ r_O@3!e9C{)=KPFo\7E|.v-T4]+#@忄u'l3ΎCzox7KU .r_e-/@rU\y.O-#L,us!DO"w#ԕn6\e.60AU6l >ÌVwy61{5kKx#Gaf%K I V'K)IaH/qk lo|uVIzW* 8NYwـkb͕w)]KL՞f&'t|q!S)5КyzD If,}*/1֡eVχbbڷ X菔 ?f* Q]zzv;͒uh*/kL^6$[FM <(uAetS ih +ܟ$6ά=˹K ~Bu)vJ&!P찒J%)䕎N"nmvt_i>޲#|Nf >%~w-' ,&bzM-ݰJa,y YC1IqzN2K$jiUMOAezzKh -5C%ˆg"񼵝kSze ^“MY/׷`qOn1f:d^: _':vԡȴUg#U~)+WU^GFS\\5`G'Hra9 "(4,u|2iþ[F*W{&Ӌَ&%Ӯn.0c5w%]c,QӮAv +=qVjڢ3s[9Yb "rQ4/-=1{d0 ;*E$ se︫v`$_z_۷0Ugo1V>U`vCWGTn*{oidgW;H6R׼岐^(`Z/z%+׈Pېo6=C,]e!hfhnlTKAl 5H\Svq|OO_&"RDe) )З'ɧԥ/F:pq|fݯr2*Q~}ل7 uwpN ^/\Q\@ 7lc,EuܞqhՃz w~LFL.X`, EWb(WB MOkOEA (f{$A2nL+i $2+6>AQ%Rؙs6=m#nObM+{|x߿Ʉ`B{fU0V'߭ c TbwRyETU&1q"sI$셂7Ycl<iP+p>>F4ffR` ޶WXfEк0A<2-ng31MxxqDd0~AGWbE~cA=8)rxO@Ša/_M!V,.gcI^Ϥb136vz9u+&|д16n vǓ@G+'U_q);|«aw?IL^MD]s B߀rbe-#5Hv]DPA&&,bq,[AcγtCDnbmq"—L-(ַRz#xHu&)svǙuIXbG`~30׀0+V6 .FGG:X3 r.}1&ߐQ`yY<=)]*6ʉ_I3'>J.!yijpqCpi__Pp?=*#~忘,}8cͿlYv;h,B'k}{\eQ i.F $ߊwW~E94Ef ue?%0{}[ I|}2SV!= c^biRBgp }5S$" \R_:+Aao54ů-!~%6]g9zaX`ݫa %0xRhJ|kd do;RS| $e.qjH|4jThS@XNa𸱪-&L 3k$-KVۆ@{.6==p-!A%}e?x!6 GiOwԣKviCcg `Z} ZӒ:n˹,JUY:Ph.Hbx$>0SWDnZ$Зg7D.&evUo!e: )o A@Şl⑕Tu 4$js_x:T +:KD_h0S̋ BPC !֔6맷+l]N&̭Ӯ&fO/[WdPd&1 mUfoc*`bK7\8dDj(VdX\S^lqTYfSE7/p^}Gu n\{ڭ%PW1lr1Zv:o4>CL6$BSbucra~qX̢/ s8ڕnG@n#ع 8{-l=v?&* ]i{B 긜Ne56;т, jx+}O½SC2L2gf֣@QChO+e~Y&1?ɼ;aGZP15=3}$}\V-eIpM&qkk5/ї/À.V_sLXUOpR/h<ܢ[XxKU170/O2wG8~aͭSińwhet|`mxB) p;\ ytc/bKǢoh)|ÉSU4'cUi^N=p_b5ߖns*E c{5MF38̒,Ym=RCZ/i' AN]DD%CSFgulU ;3[:p{2ZE|j I n(dxI l3չL%JwN*hͿ@1 `xĿKs-fPv?l¯7N`fhB's%u5l뚞T$-\'YIt9@G'|̅۴ޚ*[r~^mQ%f1mgM,#N!GwD4o6VÜcΗ9PBU֕x{Y,C >DK5H(<ɕ>&{rȋ"ḿz=-s/EaBHۢ:gߒ[kI7oTduȃ}SO[UoqȞqp?1y󷡬OkAFs@HJY0OwQT'/)P*dЁ4#kWH > A_)"T3wHFi5ZX$&4+JT s-n z (VIb{5xtv2UB.:c/v{0OItX˲%+ %]]euײ&ӹfD hJu;Wk<dRIe L9$ bФ fݟn#Qo ,?A8Bx0˛9^bt3)`mb.=tit@K6ML+gHD7 [>2 e?ؖ 85$yjy~l.Pf|EZKT^OQSԺY60.yY)lqX,)TCR obQ W?oɋ㏈I/x{ˈF_ބ!V[_(guoߺ}ub_3Xm*&ej1_ -Lyb؉awtz=!=8Ehb[;Z-ჃN=5/#ь )s/zhƧl!>BR!^aN[Ԡ=jiFapxM3>4A5X柒_,A{6G|5h;֑>UWu#ϧH., h챹c+Mx':9)`%zR&@?YnUM2Gr 3bہ+:q0 \ lm!/}X "!J& [4Jx׎*返c\n2_-F}Txl+̵9Ѳc UW͙ά:&ݍ_M!qU ؾ/po `fe_־.E=SKʰOGEޥ۴0[o!!m3SIQ-ڶ]E 08,ˤɒM: `[^>@4,Lo!?B!pF(yz|+=FQ ];,✱ Z@h0HlDXR-6j"&`?`/oy>5?$0tՁ[B(( P L k7bw'he @cTsFI/#oϚGwf/$D/șt@ȫ0 Lyuݞ̗'r'{hjկ`3l\F ,SH$ .WpF?,5h3!9Jx9Y8@8rk:$Jztl}:蛧Be?,f㉹eZLe)H(Q!i@Z(隭t)o<\UvnU=UбkzP}rEMږK|o9R@jdYqoP `Pp]4TJ#⹘!)q[~K9k Y~Ѵ,L(3Xj9LͱCG<%ڱ8GmRVxƍ4weϼtex -!/GIQxg |MH)iaJ 'tNd! Cݯ h ᫙KVpտƞFipZ똦iń3C3 l%97A,0F3cYҖ^!bpj98Vgүu2!(&Zj{(`Ֆca % QHnhSQa9SК \Dc %{@Py.*'$[qv ;x5Ao`Ҳ3\BiҺǬ}}:~а)U6lui9`3N4|*! wj+gaK\S,~3G[`LVSYxӷ)Xɖ$Ht!JSQY&,([O:IkwQl>x3Wkq0ýb;֑E9H9=~&V ߀kٍ?S>G}adT{~.$ xW: P$ {'+E9O>%([F]@4(blTNL8jU q|Լ~$-|%S]QY}~%n)!bٶRqw~2"k %߫d#d»)saA_)vwbȣ¥ra:tJ}\%xS5{]nҧ(qb2ANRJ_-O|_Ԯyn~ e(n,\,_IiC(r߀:I߳`538^.b\myfz)BQG1@OkaiTQ1_nxݜSWTwa&9aE:(AܾIH]{g{R~\?ҙSSެ+(,iwxH miE}zc ?AYI`XpoBUkbx-6mÚyin6lF$sk%+#"Ӡmƶ/&~>gc~kki-5D۳7zj*5:ӡ9B^]4G:l'CFџFJm1caW0Cub7w/v](2Py}A'?~oBea({>/l_*ѫeg k=\& Stۺ`^rؒ.l!MŠ}jU׉\%j l]p*4MSs]Ў$dOp›^*"眆.l`o쇱u(l> odYLd"oƘM$oTqKsCD!2<M20HQ;CN 3#_&eۇʳ+h<:O~'MAU76{MаJ(7@5mҐ3mN~nՒjVmƢp SC5>:h$ Cpn C wY tӰ6T5y)'P.P‡q@|+7-u#!9G81hG b5dD *̳yú-8B"eю8s] 5rR|ڻ*Z>ތI| u*{b.=[DxvxfyBS%!~ ba{w\{ǦJBOx 2w}) 3 |?7 .AldB)C;K\h(a_w۠B;[ C,* `yhLޒ߄Ĉ*1kTUu)VWھxNWMA۬ ݛ0Z!I)3 {U%gʣUY}pr-{?P2QlkrJ6S>]z৘gwڋu6/hTWIo哿=\-DSRvPxAyz}: $ss&m v5M+`M6=aG*;mimcO ej˟#D}ݞ.J`RS~ݵّSXyNMdױ/B#PXxAJgnop3噭f@л;QGݺBȫZР3UqϮ0v<<} W[fL^n +{aZ5X]dɔXPNK ֢킟{qDE_'2׿ q3H7,_8;vKm(j<(!O s_p`Rۼ?L!ν *˰+Ney~'VwmEx ~\$]s抶!E{ܞYj\(w@2xup sֺPra5Ӂ7hٔۅ zQM.wmkK["47I>1!@W)`Nn MV?$(w1؎fhnY&uiSY$Qg$fk/g}dj4)ﶪPd1W:WyW-DWAx>vyk&]1#!Ub ojq^.?Qv?#8pC. fMm$UFuww,E J!O#2P}=YGG.c^ײLgf& Zf(FҘCj/}Ϫ󰴜:Klㄈlܦqx,=UqcX|>6x;\quT9xAK3oOji!FpWG%2=u*YB|muK` nY"/F= `N/*j#5៘/]dFgmv2G4<~n (_Qn|:\5j#[:FXm%HQ Ʋga{DƼH) *L/z;L}l”_/CC68cjmriG'y| ]Ý?d$5Ǽ=,Ltdo alkZ&FxQƨ04z>&Q#Ic|%RvDMZD͢d̮BFצp;K(GzΏ.@.$ Og(js`wSK1&+4]%Ń6Ł8Bg 1Θ_q=sAhHtD横6XU7_3cSLUjkdiP_|ah1S"VX_ڰ[8imiq]1av<{tLѡ*݀bPgZE.Xy?wS)Y<K2|DhzADJrx!z2qAӳގ^=Bbl98B@&6Z!J=W,9yq:~q' :ވh~rM>K.piS>Q\^)vus?MWts®HA5@ArsGkg=JfNi) }+pQjY7>75wnC5m,wEOoD'6U@offs Y߼Y6X2 lT'bz6ܽڈ~T ;ӄATVNW@Jb;2{^:y]o9Ec@ sKǑ<xckb b5F7Akt: wrMƧd.LÓId{Ҟyu$^%0/߲yXpsQ-Ao'N%:Jd H1)'З $VΎ|[@kԺhf'Ђ>]UX*b$ I<4DZ=GBQ}4=HDcD~BgjYk/]_Eiv-]]q Om41@ox":? K86#{Eū 2`7{J0v Hd"kdCHrA y k3 WC`IUe7"^50-.Z {َ9R 1y̻˥`eٲ^~BmSt/8)?Sz_`fn(>XY{}YT1M:ٍ:#,Jey͟=:mDsůzTQȋӊ[VMI\fRf7e$|q*V%y 2Tz&nJpgv F~hp'Ɏfu/f;[{(k!6<7ø1֚YXhI4˘BETaG @quQEgw>#>AshD')o ŬLE\<4!"D(ȹ7dҼ]7mNvɧ ^47K8bsf<Ex*^>,#8I&.P%u\6Wr3~ƁX7;ia^~D|=U:oudbeZd;'u%appd5f^?]W`ff˽Eh&m&@w6ͱ$E!C1ȶy$c8t~^I=~y16'FX=rRG٭jMp_bk'+LSa;)4F]{I46vL n\_$TD̈iARaY᲍_䶗k6c>f=hdQ&mK@1k4x ˭cL6a?# # r}ZAq F"w':Lң`ڗBR9a ;}Y5ߋ»nzo^ĺr1[Ja`C2\>55 W[L < ?)^tIT[w2Hbb[lڨ>^ <+C=M S`[x:W`\kNGb(O{Koi;v褖WPzM~p}E, :{q> E87ϛ*7h~m=lͨ<$#=jZ=]fGqyd$*颞2s`& 9݇Tzgl FD־bYf佈/HcGG9!eHw}+tj+kev 9MT2~c;_:w XF)ԚOT0Cљro1P 1>+:X>7s#҉宙T[dR=fs0#3 %du=ru!cCnP׽H{,O4ZY~ʻG(j:wjFG^1:HK)ZWO % _H$iu@y^S{.wt.\҂ψBr%U{@aA**_Kp;+bYAp̑5Av-F =&j1)<4v+WN=Ѩ&47Z߯gXMzͩtU1|p㫺9U!8d}-Ή.t̩cO!FJK)*jŻѩJ^1 pݲRV jU fX`RP5ުdAU~aCMoEH,=~ Wt܍[BS9- <`H'56dsE z#KA+ S,v75gG%9] \9ٲ>$lւ߻p!@lw@Nac{)`(MŐ渎@8D^S-~59х*]؋Yז=vCYǾ&.΄@  ,38Mx#'0P.6Ou^Q4vdr^Kڽ<}u%/cIvNWѺjKK'u!FQ%Mؐm1Yy;Omb_PnvOeeoZL)bf+ 0@hW}M%j٬b^f{6wv'.d aPŽe!*Kk Jg iWCTbeF4=2&K-Aa+J9(O@_v9ׅ,s[g0 "i޽ui)I2zJ[>c耉4p*w(%ǽ~d/Ù07KЕS]~Nut‰"x3lMIqJ8}:.a k>\wZ™w;DμpIx(π&e&$SVmbN[!\dv?-=l"H>P4dBwd1ś z{%[F&`&YGp[/6yϡg:-0|S6XcK<ѐ~+N9M oTz%fňC!%xlgևhEo@r}z1spObq{ei*&Œ7L0$ƸrG $&O7(+\Lh'O ^ c#Y'e:;Wǻ^xV@ X09'BLЫ q! 5܃%$ 2X6"EnOB@_&iV+wX"t, ZhEu)Vv+@[&xW˪SAt?@9LS_?E idA,cvƜ!(ca!r),ORYy>ءeM_RaHķЧV[؍Ed @ ܲxO4:Ϩacծ'XKsv_3EeTq`4мr)|(mPW74DSȫniT37Odɍz%FkN XZ,ZhlRu5Ԁz}r yZ~OQ sà4/XoV'CS̀ t&.& C\(t㷊^](hʶ`2 P|fQ ٛ0yoɲx[:+w[@=И 17^UZd iiӊ7N]6Hpf߃a>m @fʟ?7 6>a20xD,ޙR)0xT:oӶZw9 M>hv3g[g{֫uAvcʄ2Bj;pB 9&ḑ /@k#_tKKK+<1q~s8JaNH;QlUmo?A)) CDzb 4o;g97 jQ k9w2 . <ť i/6\#k%Z:'M`h<1)@v{NחF[7|+N4ć[X[Pnl)H&l U* ] bݰ/(/l-3AjYeFͯaGi"zcލ,k\Zۢ8u<ʻ9;!)g2&;lfR>?;eDo9Lmi} {DA{ӶsA$Wgc(%FS<%{r ўth8뛁?gRRjJٶ%U`gc1Ș+fdh6 OY2}Vfjj`yq%u,6D?@?y€2&@g.H1t`Z0څD9` 3V5%d"!.{&cvUj h?{~za]Lnn/2q2 +~jV"y"WB|o'I+!腌sWCyhrת`Fe N~%KTBCŷ=pǍJ5A+0,%Rb5NN(F1'Y7F]T+"d;]5wRz; 9pZ@Bp>E@mAj]_5G%_~E JCbsX3b@WT_*'Zbpƞϗ!IĜ92F|qw l{{q #}W/;o.+ T'I]BS>'9~`^.9@"YuYҞhB mzGX/uˊӐJ{ȴ * =͌зňqXo("!d(\CB9zgҩ{a9NL`p/Tu|_"BDu\;S"DDm]/ns _vm[`(dK&e/YJɧ]M FLN@_#ΛGDTK_,vE:@e@Y Ȇ!Q$ۗ?{e`^\|o8I7iw.".3Y!_,XC@$Hnd*¡1g-e/I3K 6b+? r$Y=ݚļғ>pc X"CobE6:y]yQe.Z鉉'QZwV^,ndԴP# ǃ^<nMt[L`Үoo0_+H2_RaqEV1.ϧ3D/lRt$ 8G2|>O3ش@yk-úKLu9jDFS} t4M(i -cJt81H:Sy-ZQd'a㩵S  i&+*AsByqЏɑf:`S&Ul[Qy䯌M;XMnę9]t֑ʠt%`\Ohf YΖ@"p` ̚C 15i|1EIWΖϧn']d~zf]5N\>6kDR`9۝MPy0Z?j՜& ?*ZB.v=̾m%БySK OGҶZ17qFثxGI{%~\,bd 1g5sr#"hP&NM”VWK:Q HV"EGV YǖHYyb4 y-Ɍ6fi(,t .!JE%|?cz^NJH'N>|q59 f6fFlؿyy4`jtVec87Xe;o0lU@gfxdQ&fQ\94R_gb yX[oMgxUTP>g%UhGAŏ}}&^i4 o,eU;RV%JUY!/!cF46tEfa8-Mywl|lZt6ڔ09vvBM^LmO-A=/{3|2f 0 $ޅz1. _)%g[r?`x%%**L51@J ujmۨ<+<$h`#}(mI^Ko ̵]YvU(,yM\ + |;I+т#rp#^De0@!}M{;W!J(~D~Z@+?cvۻU.2nr@ qNt#FMN>v ?1s ̧bZiśKǵ함2[h~8|$’q'.L1i nRL߆VFK,Qx1fZPD<Uis]Cb*:Mꢷ|>:Du-kdCg5ΌYpzt k4-< b 827JBRv{6"yXSֺgzUk6M{.y Sf+ ]~(HWQhͧN`5bI|llޑri|0EZza'/5zhLɿd9.R@8Rҡ:Yyv-:{0Znj^Wb c9"ݡi_m ^Ѡ=?Uwue4J3^/pKݱ54bW!U|tԇm)wa!F>nPdש52t(8S4DJbr_Bf3s3-UV_kJ}W!@># r8*K1(QkQn1idɇ$&i}ٗH0[ }s<ii'ЛBKu9ktDZU$+Okd, vd]TgD^Lĭq?%YX<)+14Zc)vPyà3+e*Wic(U :] Zavj;\/D_رYolUi)A[CK7N+6\gJ7:kY>N,+QqZ;]C5#`pwESU=rճ0&> <va (#}g$6bX;n/ĐKAe&`G&`_hR W<|B]UU*q(wsjxGlE-GrVqS"٥]K7< aĪ{z!;rW2N;b?"֠s2ak=CD!W՚TT!b\u4|Vާu$'_'gFEꭨq YrV&lS)tт`Q;nϗ%R64} (tT_-PT!cFS$#p+!ߺ1|!YWkow&/y̑MZBBRLf!SM?uI?[^<$H68+"JP;QnpUt}s18d\T56sDKc(x" Կeܞzr[AшՂ2 _rr$gz5HR>E`s(tO 򉄚T)vÂW5 V CӒ5ŵaeuzlaZdjNrdpc_h\A8B BgSݟ}.gijSvNXr$8B/00m"\=X;=A|D3͊o=O-J4SV-`97 Q޸!|4BiMV@uC\ydH"8/8>'O^~GME L ?CoRUK bbJ1b"}RK7:\oa8[+~-U,@-ҀIag=)ëOE|Ξ"zzU*儹a|'{W*`ɤId9q*tՀyUA˗V>bikQg OTlr+uŏsûBw; }W(6PK`{DwAdtOm;~ld-oSYn; ;=f[ɱX"4"D%H:x[H$KIۇ1TL9f0MEA-TPp,A ~C)7f:M,A2 zLuJ|A\ZᦾJ{L#:խ7ZQ0! } A7{d&pʦh7ǍLzڒ,LxΑ,>sev  ۺ06IӾJvfhnys"[7!kPYz ,2-\ש.`xa&P{ԃ ј3^KRFy'#$H}1m9i>c s{mU2 4BÖj^?&ADC/8&3*Rݡجw>pB[_Y@Xh #1swRZ!_\l@j\m j{_-D;̂+F9C t3L­t '#_Oo&%q#X.aP$rkaK_D恗KArN^D6J%'H'7)ȥ; /N/40Wx#cc/Y){+-0/"4Oz#}Hfn5Hsd&O7)"O2pC]1=n]d(]6W rZp)BD7Hm".D9͓w&oz][/ x|*6lr-[@S8JMd؞ 0TéG4ܳv @u30Bx70jC [-\6h`*;Q)Rm)&Jڅ`/,R;I?$WE\t&(f4U=aWޡm;|gf?oыc{GA:GbN&Y2W|\ l-۹Pcc2Aq:sAVXvQjM{z 1̀俋kO4a_:όϽJʶ W xH /%̜USH31U(*`F) ú09ܚ1fre9uk?!uy"ToR$,%5&QivͰhJW fޖGG{`Gx9j`(`(3SHs rwBd5|P8EÎN,`Tl|j{/ul9UH}bˌ]8.AtAGKN˳HYlV즔ܜp迲o g5e#~  :.N TD:h:ǥRz|Ѱ ͹`dADDAq%s6h`چ^#7H}B86ž8%8sMHdF!pXU`eb"w]9{RLRGpZXo8+xs,ZZ4r/?VѱCiC$c.3U^kQ)sxljHIPY﷊l>ۮE+᩵T,R>ӥI'{Sg+ۙ)aSnO%mLEN/pUuR0Dfl̪DAT2A:ۤ㝰TG#='y=xlP늬B;ai/clAv>t8Pxq F"VBw FKl߱{0py固|\`u6?#Kȅ!.JfU8cŹ6NR*څPAt*1G9l.9EŞwDTf}cFĻ@BS6 qEM{!XKVaOJ, ^wM`ɪ4+YiVl"%_#hMTo,L$u}Y:[(썶.}EL㪮u˕ @n!%)Z] vjeh.%_Ϋ8ewzW~*}l3DZ~cbKsqNJHy$R(X$PfSq@믙'lEE 3%W2K^CӯZʢWe' !(FT߯CǯĄy Yrv)8A9Ut\]]o6Jt7b͆ˑ= e,{|B E:jb=vV m* [#PZ-TEmÉ©8*ѣaA쑉0?g| `{-*RhEUr ֚s\ztjVa[c"NPඪ]]9Tp _5Z;a9xeg_r8 [y S Z& az63gw&B1MoR]-aHFl|iqr8 q~EYPZ)l>t-ŏQTSfXYHޓ1:|WJˑĖ G^Oۭ3ᰲz=+7T L$ˊYr cҽN)a|drf& G]hz\H~HIF?lw5IbO`I*-'% BwKS:4M J&`|E}9  nJKTe| i$.@F8э PnQ AiFfYe2#?}$3վH>wO(s]1bxvޏO^Pb[ɆNP2\K`B(X 륝.M%ߌH/'O0r^"!/ K`>T4qm{:dK+#Էni*^q|]h3ѐ1YT 4hexM>X1D :_ k 5EPg!,!o(^!Qlޚb+ Ցn"&2F}T?M `!z- m& DFЁO:F_a+FZ*ABM)~PBHi=ţ@=6Sy7j!3j_yl9ٻCB'KA߂dI!҉{@e:3 jX&OsrЧ>RdA{]D|;TG݆pal{/ȲK]@!k| is_37 p$ '$/3Y<`hTqoVC(J h"@N *vE^F@9ˆZ @L2e b@Ns6&WBE1k-ʐbtD1̓$/e;aP--5`ֽp&Q`w2kl\2`&q78+_t* `GBՑ&X('XO(DfEv(^6F'p`Fa:C2YOym:34|@'dUŔ -=yWo_ťz+c鸑c]M S~i x 9n&%2DaTگL\-<)wDDlZ(sK hUT}ShSe)9w=UY@Y91馵,EBГF8wӒ!^w!»}e.칄Q8d2TB'Q`wLo"rƁ (rj |{6S?89ߑ}s3\wVgrt5qP;} ɓq3]oNO__of4Iֺ"٨ >*bXHVOnOcHЕh;qJJM`-NoQEc :h>򛣈j׼"]SB~kTI.lQ`E#YoR&Rzo#,>~KBޚg3/i7(fIvDb&4Hu߶QO:GpzFbɢyuKTACAj0|. S>Y{^z*A$J[[{q6b'(dp GS M 0tj \Ϧ5_?qѷbv8VІ,4d3WM!X=|.ߛ:ٝ+pC"(2l;K5WF)/2cRrtru@j3.oB7x ?۶!g2rt2e$o4ԀscZ٦I=1Mp0.=7^PzQOH`QMGp耯_F$W|Tm45.kf846!VE|0Jv K ސ8&Ⱥ8[c`E6&:a(‹6@[^KW ǗT o.`aP4hTGѻJչv-p1t{Vh8p@?J"T!'=:BhX|nƿOъQ5RN YtIg X(]ZC.XvR!Ӿu@OQwfGcedq߽;bXmKrCr6 i 56FsCZ@~m.H:[=@Oʍ{az8ig`6>+[vPSOseT͸䔶}^qZRYX1 ={huM{S_kY-|TmgHb<;B`ڧUgR,&>kh5ёR 9%$w*;wԙKwLUpV?9Pd]YPK/8I|H0/FOl^C(zuE*Fhl1 A`T¸+ֈPJ (eu-{R׮5 eb:%kra1 2| ud kެlc5XHw.< pd -@)a4E^P5(.3m/~fPdX|TkU@x@%UC΀r]#$U@J]' -֋WWyv+@[}ڢ;,=HͿ9ŎarUL6RLحD"r|@iFEdR~LՎer:=a2S@.XrƦ"V0 f}us8@S8C,Nj9҇ȋO)B@"xj>q(*oպxL3fm ,UcwܡipiUA)Qnz\atD$F0:rJ/ iA]`_9o0yf`2&q,?֓ȰE⠑)l- <3n .oW{Ըr({7GDΛh{>ch$(ziƃWz@x6&)d:G-!=_$7kxc HWc,鹣`]u/qgÁKanayl6nl._ͲH ih({cg'bUv>qoK8KOݔ0/yjg%LemqPt+`;l7jU B|x bqϭRİ3zV@_]q\~R8q/@IekE". =ɾƚ}&v*nK)xqcl4/A?Lfv)%eQZePt觪>A~vcT#0!zޅ}Rp'@7.e2EL2=!i ֢0`[ t]WqV&5M J yU@T:.ԓNLjZYj(2ڂKY8e=坴@,l E+4sA T0EAׇ%> Qql.uu#anӃϕ"Z-gkQGS| 'BjD:ڈ8# RB(͔b*w0I#$z|x^фG^.P9A鳃DAZB hX |_J_4|8/o HE&+j&wZdN4+'A5` 13S;|Ã-&rzăV>Q2oi}paqCo>ƾ>Z1]e1:YcB^Iލ*;ī{a'JG3M쩦I@uY>qL N+p<Ҡ[q MP0׬q[d߷@Bs澚ىaZc9M1'}E`$ׁ7u 5U<2.mdQ%)#*tN K*ސVk,a pYsJ^Ϲ"W㶽bZ\[Tr4+Hmft9OV㜸Rw.g/=o7vWTh;Y!v@AXeu)Dgcrܖ֛$*C]}-rZنG - o}zSPxA:m4D[:s } ,B?ԛ7m>U(V`8vE(*Fo9CEH(Ϫ)Ym}z.d 10my8aBVDxBhNo&6Ix,su%fCU]Ptz}|vZ}_;NϨeԮ -!Hİhi;E}h3kX[G$tK@iOLJ(գ23 mToT6f,M뚄EenR=6R{อ n/"=}s3!ςqo(\1DM1mdHՐP`(Q!0OODr_rGlcSTz8/VOw u\> wXm0K32aE'ٸG; pC:;EaJu2 tABiJrp]@[֕Ok y,԰+gBF[ $t#O' 9ݹ_MQtOݛzg x(i{}WG5r]Cvxpdv>]yny#Cԧro8?n!QOnKjҋp/a4FTlMٽ/Y}׵CxJ օ# ,ob4K]|T:C5Y{bV6`Xo t]nl$'ިM@g-טּR5v=T%Ԓ4:3\4|G_ji% >#0yEG}² t莎Z}}i uc*dҼ+S |w=,\*VN*!m3/w #w[jQ;PQП)"5G8} Z \<Nҁ#%<5CGp+m F>W5lŚ (Kw [>UhA-,qGֿS8?JI{MP=riȸqݥ^wR4Yy^T.&j< zex6d>* 6/ʥa;*ڛ3%8 2T{i.׏;sͨ5Y/dn+['y]}*ml01/lb>-ΆO+?PV9 m, <:Yj\(S']41.Đf[O( F };D4LXh]o-}do^wݰGa}u p8 -̶3#7:kQqow(Gs@-")9D|z0Gݩ99VZ&/ҹZOAg6E(m]4kmdDYn"|ip ʒUxnhǢ ~Hv 'gaa2W@^W;{ҝBks*N'3_ J=t3NiQ[DdN;bF3#ҢHOIefe_myN&iT^G\<ґ1~ϊ KEI9 >b<e{"|'<^Ő'fJà 72EcF-U>ꄤjEzIALApCihiP5Co|.4\}:V2ڿ +_{.S4t&p%5'N=DOOHMͩݔ2Ͱ~Cƀ5?eV>U+Z$/Ε7Li$)0X5N(_ȺpG@IOHaIF&sa^9$rjfe2jA$gw~K,c~sN],DM LIX[I:Qس~ԮQG~_|U֥' FN6A^U¨ȅ'қ b# P_^#ILR/Q-F,FNwx27Xc s~pDXkO)T_pzɤovpw448HB~'5S[\+{2n &Y2l,c| 7gV,-38,3P,O3upL3w}adg!L0LJ8 tp>LT]6!@ sX61Pܓ~f6Lr$|S@lr)<+!1 RV S4Ҥ]G*7 9?2:OUt8sjXo'"N;n/cc cqczf1)R(V+;(w1}-xS~ ><]^K;{hTi./L0n xEHM8r³ckt-k>C=&p{䅄@ a 4iI%+=K\Wh󑾃Rf !:jc7I}083k6V5 ԑ-EXp|peXVyQYS%b镴6m,^[WIk*\נAO4L;^N ".帒})-+++i;s.8sP)2s ==qU'̂i4;f/)fk" ,upCԴs3uդ:'3,33Kx @lhxhz8FH3rYxfh(:ʩ蓅uR3\ٵ]@fhѳ濇l*GߖE19zkIg1 %ڒ5})lf]&g1+93r\U\P V[*>e Rme3S72%9skHċ7QxoSVoAPh^<Am\2I;Y5F>ByygCUI]%ER;]mK^S.: YZ