erlang-debugger-22.3-1.26 >  A `?rp9|6 zR4JyŔ|~׆fB3T/SvK6=QÎ`2jGn`[RJ")b, $1*kw+ 0`jFe~Q7n|XM=I8&`%BL:!uj\)I8aLL[.G. e"[)f4ؓZwY=-wL;Աn[[+uoև5Lvok$Q´BK) 0861293a1d9aa6d5d5a2d8f60fa5003ef327dccac160a75da8dc351976ee3f1c8748b935429f8c518681837c7e19ad80a1d953b4|`?rp9|}{z `b&zioِ&fm:rdLd ǿ@QG$c W%縖;K/L!R0oCaʻ'zgP "qOa~igéȵ"- ހDJ5RgO,)szI/>p;?d  T  "(0     0        0   P       D( j8 t[9[: [FG( HȨ I( XHYP\d ] ^brcdsexf{l}u͐ vz΅ΘΜ΢Cerlang-debugger22.31.26A debugger for debugging and testing of Erlang programsA debugger for debugging and testing of Erlang programs.`Apache-2.0https://www.suse.com/Unspecifiedhttps://www.erlang.orglinuxaarch64 @p\.}HV| 0 dL<1lt\-,p(JL'8WsAA큤A큤`]@] ]/@\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@g.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- 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 scriptibs-arm-4 1620327598  22.3-1.2622.3-1.26debugger-4.2.8ebindbg_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-4.2.8//usr/lib64/erlang/lib/debugger-4.2.8/ebin//usr/lib64/erlang/lib/debugger-4.2.8/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:SLE-15-SP3:GA/standard/09478d92f8b98707af21bb236a9a5f43-erlangcpioxz5aarch64-suse-linuxdirectoryASCII textGIF image data, version 89a, 29 x 29PNG image data, 48 x 48, 8-bit/color RGBA, non-interlaced$ɐc%rE=utf-8d6118368d568681e50da54fd700e56a629c273a7e70309aae01eb53c74ea239c?P7zXZ !t/j] crt:bLL #Mafp;ʩb od2VtAoK9&Fb8mY6ls?$^?./g:NIP:1AnNP>zvvp cHP`hԌKMEc(Di=d){TBW 2 BM`{hf(.*Q[|^z[`mR]{Wn;P% ꫗8n ]<^т\/ŷSV H @G0U 怫O_u拧ՊϺW(P[#;܉g2 WnJJbZѦq!\׭ 3۽T+" L poL17/EA:iCtHZ~ٝaIa/"L!gUfa}N=AK2ȶM+X;\q< M5V}&d !%; ԉc@(’J9 xs-{q?;=F/qQh*f]Nt;p0w((rQ|S|:6P,^S6}Zr QUtXb@-35acPat3m;iD$E}Oa9Hάimr{ PLmZ;xQrCHv4⩁5i&fS4y@b45/ddv/҆rcI.>=i,=f1⦼h^SܙiK)>1,g'dBQ鈵ֈ:Njh!Wd{iʢsX;\ #hDa9sC=!FbT\֎GH>(KJ)8@u[T// xD엀 *.[iu @N*\En?/vg)<5Ŀs;2&rq?qŔ; TWzaynyfL --` m6HWp4:\ڒ.rc˲REC<ߡdk[AAM ÈgD3p_nMȂ؎P(Vm ԔGPSo%muKeJs?=%FPC"#s *c6c9~;#zS);įjT,m:g;=,1({h9zU!ݶ;{F۾RBp[Ii[2U2(zB6h}430A߭tu@S\p.$ɵmHBN|$zߪs۱ Aš b/z3ԑu28_C|je4#BRM rrLY#sr|:nbsG6lA,{1 SĖ747yhC9,cf g6NΤ 맵>gq@41%xwy+~3mG/8҄&G1Y.vzUG=t1tpT@o}1Z3.T-H1 $!'G,a#t%YCZ<]P\ΙD8WKhy6r!6몜33F)2Q-ᙆ<ųVd&1fiy2^~;CSd.2Qn˪fx6# {[+7SnI/]ҴE  ]"j@zg+˭6aTL[M/)I}Cep]cF`=V!VuAA9TsXZȼCf)-HͽaTTGC ywaԯ/$QA[(#!N P 3YL\5ێBsR[2H:Z}&{ *.{? %= ^CeZ?9i_}g6%3Eh9 $UЀ#^qE޲6")!W4xAV~,Cw`L~m߶U!#ZD)2ƚqtHk) q+ݸs<ܗ:N`doB8eA"g1/v6␧NBuGusw_H;\]RY=_~:k<&#PtI`wJ,\l\}MOtElsgpE =}Yvs͂ǕߢX|uɦ~^HІt"i$ YlV>`z|W5|QZBph*[^E!ЉUόh =ȩy15Т&4|ʓ6(̤tGAXie |BuҪjl!\枈]JDϨ7klc˹S{r( X %_rn) usQm j\Pc"Htq%EkGkV%֥^ʼn'-kw];4c5zC`}A\q/}gd n8+I}?I>[;O9yh6ڲEjA%;̰onVh+xRh8F (epǻŏ>HUqW6^%mizuv,:[.0q!W`UiURy2ڏ_/ԄԞŔ` d8AՌ9Z4.vz5pB740:Ű=P  d]_F ^\R$-4h Dَv#nFm%,Z[6G[6@\@9b+qҾ1܆k$5yq8REcB^F7kTKb.%#\~'cD|2d,E#9xV:N7`m7\WQKQErp` `2\~݂ꇶKqc9;J,ԪmwGl-Öms}Rur ]⫘ZAOrAӐfIzm/onV <O 1hcImdhfb@pݩzR @$6%|׺d7%n\˶;o~Ľ^.]n3ݞOՖAќM{cՊ+Dg<4ѨFN00"^PP9e uv=5RH| sS0]&~%d~ڷᒬ!&[x-8I"daLm=rzTlg=QX# )-EBQ {.oU`g5.çaq7?K#8q|dݧp%2rP~AAc7ջ)K͊pu2{]Qӎ镸O?eNdq\e`%}V쮎dxH`+͟!2]_rEUGޝ~dAȬib(c})h!ip{ǟ{@l#A3@Qj%ʚ3l\M5S Nh hfChVc k%`*w.ESUfBOL-#kNR8HqJۛKw75h(w XQHe霫zC h CGXk jj@ #Ư>'fiڤ'-(~HHdIwe@׿Dvb.m* ij:ÓqXU?C8AnL3 y>/%ܲؽQSͱ%VNrCY=?'ţUWAAXv9]c+f:1xh\Ǭ1qoG)mt:-9XR)T!;] hYkSu0(p?ȤMb eIǡ.3i8"J΅k+2x1Wrӊ1_l6V;` UEI blL]"'ZfOs%G#łT)y^Ǵ)KixMdeJh<8U':Va/5Ӳ=i-H)gRtuK4 = ~ovtZBگaz2i2;RPtE~ ymx7MS ~BxPG?-xQ9 ,LqiH.!#(rn/1+DZAY` 5y ڈ[7":l:-҇vW-AЍڶEDLka1uhS U06wuznx3Ƒz}x"s-&iCI4ѵ|ܒČIZ䄤SDkȀ`q1Z:$ILA{MP̛5\;uotzw*\l#VnO~ٮn:۔5KGCvE.7gcW|D&sL*}Y}Y2O#"GC+ $Ӊ]uFƵtz`lf +O&"{n:W4 fG{RU 32^iW:;m;^#&/4юgE ;\$[{22&Adcգ,—=m ^)?dQ+N[R"yV 0Vf,vJ9A"r/P1Pvטf-ߠʂ@%_։=]W-2a.o(Í&ETw&Eh%r, oY/o[/ϝԦ="a"/ 'IdHX'*o;A3w2Ő%ō(\8E 5|"DYH{VON $@J-DPIGe1-%;_xhs8k7My[K'm"QSrq-=EZtZ2syY$'aK I*:K xn[ɻ?Y47: Bxϒ8V"ƙU_:m)EH7/d{mPJ7d׿jQ3^ӆLrk-vRv]@a4hcDn=V{k<ĴN}ytM-`+)AɒZ̅eҍybDG~Պ_u Xla}B`:M){%:MU&@+,# P{f^^ES|͚Had"C+B49NU =0LY0Qې Աk&<};p%(.nRKԔCz[^iIlJ/MN5}g0$<)靖bXTKr Jl\f x8}9D$nEBtfuZ Ͼ,TކCX)$XL$?R[߃'հ Tl p-^1 o9 K%&ƹϗ| '!Bt4N]ôZ c8$Q@^ܒOsr2dNA>2ܸoݻЗ9F:5a_.B7zgpt󞐾Pn'tL 9Xpؕpb s7HP|MzCy 0Z9\qvM5&_Wa~YgZ3u[\Ը7АA$d 3C?%;tQ#o+Wѵ@c r]h'GF PT.m烕Ꚃ">n.m Ed"n>`uDCs OgMq3^sL zlVAz7C8KB!d)5g12 rg†G,ȥ0u6$"F[m s Ɵ84;nɼM.Qx>C9dWO,z7+ԃh1Ƿdύ1}[df'mO˨rO72 ^oYsl0FݸaķnptC' a0z3h_05CfC}J[2qVe矝~ Ɉ5)qVY2B&;*6rm$$Ԝ*]PIEDϗ)$:fqU.+qqF0F\: HU0O*{.~ K7qHJ(;wh-lD64 Sm/V3> f1#B@cx1C/0d+"-xe*LL5j8 ]*ha+]cȟk|u@' ~ TcILM{oˋթ[ w˜qC~._sI)D VFتRvk J1vє a࿅1'`#`Gռ%z-_?lBA`X5}E^+.* m$ДUT7:Aا>z 䯙m}S- 3i򜬍~>7rpo8hj $M͖}OZSX;lxU+SH&[x`6b`_n<6 Bng] [>k8_0nx EG| }I_U(=h?+JNm/;WXDV>V`mPlN<虴NjKy" YVtȮ_EsоQ/"4[Lt5nw҂5އ9y1٢S)jS툄 ͙Lz49Ic=q"Ob89t3ଝ.&m Djq@۷5K fM[ocmhǘr[cNZC=j1@lȇ>0՜̠=)<`ȽA{`?i{ڹb4[(Rt/e-֍vT1e.J$]nbT]LE{yo/PL7ګd4Jz4NEm踡U®fS - TY[ 7zpqWık\Яf>%{Cv\sm4!=?&/_&<`L$ᒸZ*oHcӛ<$г,G.MW@T{P_,Vt:MBuJn>TQNP>?2@}Zʻ42[3Bd\0s. *v/l{M#mu VjHbh^ݒǠA gqfmi˸EGP@>:Q]qfCgJ cBK-4ݪFo9|`Qi0_HB- S?L4Ze=F^1k1btZBqAlݻF!'2M_gw]" UNplK1.^KeJ=s(7*_sk78z>p4%4s;V`hGs*鱝s Ao# (w4kZJY^2'~590ɵr(vgOJHibvdp$rHbld94kY-NXc,lEC1Hn耎ܘՕ336T;bW`}_bI>mVKdej綉I)5a~/#?Ab!U(5f\ z(/<ܟrJG+eǀQ>G.dWE] Vr3,8Ph!y}wc]xX_!uFs$hfEc^`]MNg }L-MMk;4G3?966MDCda|< g MobJ5}F Z dGJ`nT=`Iw$ tI`Gօ)GރS$_n rRK]vy?1<lPmsQf}$[]:Ƃh`=b(ƺ#d\J L$܌D䠷 lju{B_:fA tjIC2]XlN*u۵9 ֠c?c#Ϗ2oFlmq "$@ײH8vͦb,@[*ۨχRTbD۵fG,;ærp<)35 %Ӌֆu͌\hrڞK:FLy"n74Ynx_k&uP+L5VgtZSDL9@d^7B m#1Lv^e|O`> ;;O2$ ((nnVp}C4hr,01melqREO1 Ѣ4yg$J -!QYC^21҅^m|y{upfn+v" D9:#Iz[W楮[MW}ʯ16R. D+=}2\kq/b Z bWPj6$[Dűr*Zvp P҉ۗjӈ, 6jn~0'5)%-}%Q?J=P37C1Qtnf ;;/!VIɮJxn7㒊ziKs%G3v"IX8[ {<b:ȄuCV=}ݰ ᶏ_kKYj7-OZNs5뤘p6dKR`PC3YeF#k< g۳ 3ڙ !6(DIJD lQ1@H62EZ,{v.A ج'i?T70jMvaR]#=P{\B*f]suߖ@;x. e]ڜࢣ!}2b8Zvu˽lvCU}4 [_ ֱz]/g/S95q39A@ Od&^ %r7ץ5>O-RLA7rG#$oi>}Mj8RHg3Qaw/)袘9pSHV< s\OV8Zlxs+ۿKi3WT`^ _U?j@_ԋ\H@0#'xrM |:|"bf!q)I M·4Cq`PQOTod7H:|oC+L8 yG`~њFzWE"H^ Q;Г 1Mߋ9c8сƀ'dMJPFtijtvFGv1V14W8eSWٮu4 |DߑN{h~!s@>h\fXk|H83pZ Qla6fW4d:a&٪z++y: goؓnsK0nR. yz(:Y`ZJ]_+>] c ̅^t jl`*O_)8u:x*w.; (wo8LDli4Q هlA_n'fSt5n61*,O\)Y``9&>*'Cƾ; 묈D~x7:Ch|!nT2L+P8 RSD5\B'nu^|>ԑ+[ky4N' {56?X U8)N9Tt4S˲a2.kiEx٭CNgHɾ4 zf*;.r $M莱 BM`myGp3@~|9Ű;$QPrY؆׽r+X _^}'D7_mNaCq^~X=j$V۽GK_ߣi XD1UoSa LwnEYXi * igd2+ [uGI`:8M8pRS \&8kBnpLE(`>_-M2VfJRI5RF: pzsEyeQCsJi,Bۜ0[td_ɘ"$*nsߗڏ|pW`!ڇFOJD5:^Eg~=MS}o71C-)Tz=NPxmV=*"D0 \)f<=eQs*˴foz83n`G_<1wXtH$;VTIM1̻caI]5p:s\eyúL$L^"t{$ڛwXt{[|`kad&i$fnh&.I>񐽨P?ӇӗAgy#a[򟒁zt;}z=$ANkDR4)Fz)KA){\8r@eQ'E髁tV=tRjdA+33hϧ8zmD]W=~>_U&_V.֑OUwj~GFd !x`u/r>kPݹ[>(;!k/t;sC\sY2wZ%0C\XbdQ>˵>tC܌~PV+4,լT)a1Ҭ$ bTU #pHCp7c xACT/k22oUʭտJq,`d- 3Dqm|,Mc׭àfٸ;$U—x{jQԩ-(ECc@( ]FH{Q (~R|u蚊uQBYt4L,BbV J9C1 ת[^.W+c\|rʤ,xA4ad|Nx}tt+ekUY>1xe,ǵV_6gQ_Ɂd$n0޽~?lKy/aU6ַ4˟~28ogpyMSbRלM@(%8 5bh[QUTr\aI)%K$e籨L#_eG<$*紊n .<~4$5{%|" " g We6,ƿP [sگuF>^᧘D 6~B7ht7޼wRK5e L nRPw$ ۚE4A}ݸj͙y`A̦7f҈\xorrox*G5jVpeKn\y[3619ah 1RR1oS_ÁwZl5XABG1QE#57Z2jUvǏu"9oK՜a,}}wPpHu]3"cX5TJ„,#IIլWb VnīXdנ' LŅ=~gPHG zo<6cuVԤͣHz.7಩ jꘁy CŠE2φW4 |Gjno!d,e=))d^xYڽ1Z(JNJT%Aoq⒟Aƴ;ɚ!n$MN8BZ}n=4܊GA#Z)ÜIMt6 aǵ a꽁)kd<-= Ӊ=4rrD nvv\ʓ _Hiǩ@!NF+0V֠r(|z0 3.2@sviתϦ TĠL-aW%w۵"|cA-l`z Wo/aFsզ#Fҷ#>FrJ$;כƉp铘U$j{'DʴP\1AU1 fB n+|%e>)TMp:DQ/ 2mha ب7ŚG@~9A7)ٵ:9Q,ۆi eDOS(zY7"޻ _<;"2s(WVw7wK`J/ƺJJ4hE#ߏَ{Y {,X}mt^__`jmqgӅZ5Du- 0n9!ee)Nhϖ7oaUjLp[c%u@[r2ASN_s%+;gM;-As_@ :k:Dꓷ->c:X`M' ~/13;W7~rCĥ4ᓕ4?a1p pUHPئMhf:;.<$@!JiL\+(}:`a쥫jwݣ۩k~>fbZwb|z*AVϹ}W^sx%poՃ$"c)Ɓȧh4B4\Kv2 UBt :(\J[4ah4PW-]߳{ǁSwlsz=O_9#) ̚iLcx ցք(%X؀CTf,?qdY2@Դ$'b"T:=T!䇸]֨)\RGFdާsp;0x_g%5lWJ ?JvC8Fb~B0,.˞2py1c񢃝+r guf]n@bd2#1 Dw ؗXva2y:Bg0|*i8<?*8a!hx%xw[| yܮsS#ɧq:,ZhHHB%RjUoc^Rd_7[fXH-O^gɦXZ8zB\({A?ٍ֓=`A8Wu19 XP}vnb 1>[8Q=ʽ٤GUM$ L\~sN3~3q^ Zpww/6E/:Ovi1LP*"a8X+KL[<luA.y[Pn*yw (y+J^Y%֬l͐] #1t{2"Ƃl*c9)+֤gItŎ|Z ܺO-qߔN?pD sN}<;T _xKa"Q,#hnT6/S-^62&^\wj;{; qu?,YhkCPl,&tv} `]N EIT,QB5bySzڦIK5 7:nnC+}N&RϘ7?_*t;4~~:2L7U>M>`t(F+d }WB^R RoH;-"BqBCґR{8egÂ*|!YM=r̻@qEZ5i%`[ M?.|0 +m-^?HF`[;n H'pjt[~vC7Z,=&}|¡8&,F&b3:%|Pi(RoԜ*{)Ҡ̊2XdP?aɏ7U_76|&D)xKxfya:}̺lD^Y$g%)Gwv=IFw]|Cn:XrAenELxX";Kt{,K/ݗ07?OB0˱: -HG0H!}| 'z_U3:lC"l 3Z>V=њ4E[}/tB2i{2kBy֑+nF ?7%l^f{mfC!;H^I}S9{E*j (I#֏Stxj M@Fl!ODrh3nY\^ߊ j9U%Ua皼T%IF3i Qrܦ)/GiM-[!+J!(_SwWpWЧHbu*):C5 ZI^"8p,wRuABs'[ȶtI/UI_saRJX  ّMzΌ(__^;;WBivU}GW59o!U <c85ZBT;[fߤ{|}4K^ :h)DۂԷ܎{d'ˠDE&^ST5_ši cOmqj@ RJ aӳj.CrޭE# Qi~⛻sX` `DkaBb_F$I-7x|o|"Qi 3 LDQVKhx`jY{LUA9:5 a[#.(hhi4:31[t6MY/9\P]۵Z(Siu]+3Dyˡo8N \@-xAdy)[/؇?] |FEt!y(ث%7*_gtd/4~r<^8ӭjh}fAbt[]D<˰P27ʗR9d9>)wG&QnD&˪1liVdtYmA}-yfX;{';Y&QI+qU71yt]=ErMW%/dhɣfWr;7L!(,5!3.y? 'w*ϓxf!\FLy_DTpuÐ)_gr0F} .N'">`U:GFmt 2XirS޸X}_}G;(B[.7V )l1@P `IҡXjJ'Ep%nlXQXܥK_!ymcX-Srіt~} P@λu~w s<=f.>Lo D1 Q m8.F9jKٰ-~hkgfFiÊm"Ōr`أۡ6+N20O _jW?|l2S~@>Y\8iyC:FEѤLWkBRއ8 KHm^<1r/ҀUJc#.WkoeNn@ac-g*䌄? t/6P3@+7 3TCȫoma#Eg]Bo&74_qE9;3Д,[9^ԛyyc!orV3.a m&}3ݐr3_#/6-7!4O44 >\9v1pt(.~Ͳ(<{|keS] xKFd0HTa:R +Eyq)B xåbM& 6_@PL_m&m%:*X nhskg 0)]\䩹r%t9@wNCmNnCjLb?cKC?趖%Mcoe;-2ɐUH9縇ݟϧƷJ sa 1nd(UZet|RJjô{.#bn=pPw*v#/p:8{}[ mc98o_!d!>M0Yj]PG{.oְXt,@'ة; ]W64y6O`ZT(ɿ`UjB8L§BIm(s@,yzm?6?B0 fk!Z4jCiSߡMcяMW0RÌ$v/pq3!>-¦G+$E: ԓn{ojz(z{!N{Ze mZƇGi=X`|?\c24> % F?m?ڹ^8lЪ7RJ9XOgya3mxTTZÕv$AĂL$Ao@ HHWnX Rzo KmS?)=;hԵ+_4}":@V~LWg!}H_#AG0^^ _H"]Ʈ T &AsLEA﫛v @%@)9\B@C <]!r*~B:pH|U>>};+jHR~۸gHȋ옡/AQnv zZG86!Bg R.d\jx7`, w; 4T|qd9( `a* 7焸c0R?F+(5kK4fl5la9.,F&~I,\xlo*+Wࣣ!7G䖵 Jռ N7%83T]]s>|F]%2%TF,Z|T: N\\73sȠT,n}B2f&1*}bgvuC)Z:r}-0fA'%ze  7}o^0T(d2ԇSLp6jqfa a+X@a yHAS[}G>s%KwKF I+V0y4|eHʺVd ^ 2S'stU᪉Y?GhXw4%\s45"6um-JPz3rk6M{דvs~VK%U lPm"ChN Ӡ2 Ӈ̐t8ysR.V;Zd;#mlz-(Ǘnl1j}bjZ%B8R`Ku쉀gE4KQw{Η(CNP<6pHDs%udԳQ(YY!kǺl h w!x@i%"dvOy|ǻĻ{$k<2=I]l !T_G2@jy/g(7iCԱz-d%noowl (YK\V]բSleY 6&<Wz$د$P\GMƒ`AoQgɾKˠ/.E\\-\K/YG>&frIUq{"vkƵtO򹁎BVuv=* l#_ !RiZob;Jޒ1Ukp|LsyL87IW,55$IRqMdQgz:)ue!wkf'G>7F߿0>ѬtbA'ڂ.]si~jEt~tt4T]OZg\ɓZ n{` ͯ9߅z:J$@0HDV>/8&}5U0C=zDw4Jw#:ean0qLP.i%s]f8`|%!"Şk}#8rؾ,g+EȩBp6S+Af5#u2+w`* /:p__ S=OMpȤ}D>Rfh/p h07g>; #MKS"؅Wa5n/ݵJZK)PU36T+ن2u*Y+1)tx4^`5o_xx~1zmW[?Ss7TCag(9gr/USE1g7 Դ `* qUvb\ق9~gh0RMK +<ݹy+3;/>'=N(gW&~Xȫx+z)Q--WJc!o PQҧ|RCU'c/&n#rOU6`8RhOy4VFt+!Ypoy/FHB : BxfA ArZO&C#έ;lxR(~\H4ahg.%A> ] 窫._h :[/c${>?(m-,b>(b[·fzJDXFe:8qm7kH3w+tV(kƻ5 ӣj~3()\"iogCpڤ 1w:Te- `,OqJd04L^ *%+Tʽ04:C~@(rf 4xJko ljT$x*7i9w~ l> Xk؀F1/*~8 K[p!zI {T,П+$bqPk/vBjz?ݍQ4OFVwM2m u~m9hmQŪ$xW ަbhYI"8+cb"uN9M<?Fu3BdDyY Q vo?G Ѿ궑K<w~59iF,+gHO1[U:Hdv=ڇ>֝p-j )`* @On'!"^L,7x7F֑4}͠vx(EY4SpyjWjN8?G毕x< Rw a]{k0ީJSۚ%_NڏD0y. fؠ?"F"B\6 nRZ/W tOᠡ\=LoX il{ w?tp)kȖk[u0wqcЄ-*fE &TSJ *,=vڂ@[E4i4S{P363UP_\7'8Us~q zaLnz A?ˇOH!,s)*܇?Q+  ʧ „KX^&ٟuTaM3si=OZpݚ0x/=G]k})oQ#0L-͒ᒜ܂Q/u{30)/yO+03=ߔ%Jzx?sV%Lg +L*:.ȢXq(13G-[_j*tkQAƉF~ѸvWN1ERĿmD=^yD.iE6|a^;VmgPPE?HBbko~j*[7•X#˛t9V"/Uj>]Qx]mZ S"K.v >RtYhGQҶFp2٧&H00)ua9,grq%',7UVhu=8mߵ.%ݤrϿzxdER "][n4{6hwwBlET(*Qzlh]rv?f4%Ś򾝊 j)] 8?5B>l?1zϩ[N", FK5cF~3Xƺ*+)!ҋ0NL=vmԭ5 i7X27))JaLW[Tb=?dȮ@z-ǽpke[0ebFSJb;Acc*5] TE1Qdt=`Wɵ⦠ո}mvrb#W~ pL!Q9@wЁ2b0 >gYu{"ńputz܋\CBVefqyF'%^t(@CYթ̞RHִ?Z$K]'8YK4XT܄zXg@x\B[|T#)qtGCYoYG[z>ȥ`K*G> 36(-ٿO)E[kO8(X(b~ԛ>ڹjsEie1 9bGcvmx#w\;;hov^ Od>ĕp*=VA" a/mC~qs&n\0{$d;q@83Q xԙ{zEۜ8;μ'5! ̬@H_2muebȞ`]WMfαr3QAa:ߚ5{Im {W'} N*N(kM{N KI#2c QgD>dD}+'߯5үC?8[G" !GI>8d_EX8S9UGǵ(ىܪв{+R֋m %߾i핹bb޺\+TZ3$mAf2g|;Txبjm_&uG\}(`)+3:Piѡ%ƵI $''ΈFa> f6P>v3ah)Ofi"@gD1n]Xx!iviq52"mxM} -#mX~j ꙸlWW|7 nPd7̳9儚R_Tx+Y;[D6vERܱtNj;!`#֗u4mWV L !͜\)x;iσnb oWfny$ڨ綎lxRꮄ=4:N_#v/"SWC\o|47ڼʷj)54lM 3^rYy"up B8D)^u*6]+?eCn~n.g 7'žq#R+ 6 ȅl`53 GA<߳ .4 ه'k 70պH-5̌FdLɭ )4##-J`S?tֈ;k؏TU_*A kVЎ7]]L_~\:OmssiT|16yz@<w [ЩRa- X=ȿ%-_ ><|Qczg7~D|E>Qy|H8jǥ-,jl{R'wFD2\UaAmmҠd\ikvIy}HZg ?zsĬBX "&Lz'kIzClv??r^1]~jEMם%)"d# }$[อ0taݶJOk>+;B@0 GChLbQ9;kdo-w/ N9(CŗUdN$v4*B3::D]׿ж ĴՍ&]ʤ]+_Z0|xR5>4XIj(fnN?(csx$ՄcXuMc}a?^3pɇD^D'Po({rsQ2Q)1)($Meiޡ;+\iJb㹥+%x).P" O6W{MCYpoQsoQ{Ȩ>Nys+2?Όohn8.>v1 >~ƜWD=DUNVaR Y6|UP6E[>ՉKk=ד& ʲH4Ia5HKa} KՒ=`DD}R1/+ 㯷w*TZg\7 GZXjbpѮts2y$qѝ tPC@ş{.8>n7qs5:!jRᷦ|)Ȱ2ܓ{$2`F3vQ+>DԹpMb-P(ⵥR~DR n""^Ŋ)PY|h^\z9a*}7w X;F2%S6漗4y6=}/ 4xyX 䶩:ؒ<#E˷XmB9+B]c ë*HC x׼迶vK8;КMN 8@x{7pOA6]_9lCCZ1RR>'F\~QEVT(61}g#:i%aL)5k>I=1>dER,Oy12=-Iax%Oho ,<}ސ+VOrC/3j*$FpNexsuG3k{5pQ _eOpEIreƈ `f.tT)l( ǫ;N"UE/]ms^ E Uù((VRbƑv>;JXQdio/4QrNcq~&]H|T}hE,k!aM)2iau\S։'h<oGzZwVJjF]rGh-q {h`OXOŖ7* ̶&XNrMIfJ=Cօ u/aZUyVRКGV$pj{V^~b3-7-/Eo&ԆNgCV1a>τlH5(v,!\ Ά98{,pC\mLғq g%KV^+6#u\=kz8JFܕ@XzVKsH}4MLvx2@f3TN/ni' U7cָ@$K˵v[}?ؚMG3OMy|3xDCK=EԷ_t;H9{kZc͒(wdTTV6~u`Կ.Jx36Ջw@цWӲRiӹD.^1b.#W[ͯA'pu ]\f;mM0f%iЧ!쥅*j!kE<;^xG+*W:{DNq-(ՌfARt:$u2;eIV I73llY&f:7nj'Gg[W:*n=#hk;\8XZO;2دV\kr(=js Yc)Ng jll\qؑDpG 3;/ H>:?'Y]1 ˑ4`)T1'_DcةwZ=}mz&F g^zѹ#-wurQr{>FQ|W3qHSekR(䢙 h/}FKCW2SI= qvG'8H7fbER{}>(Zh ܭvkB{;5MRPݮzƗFDj&D,Hiktu r@ɟΗ3o>Z.C3,k8qهp H]~=v~z݇z: s e^,b|6Ht SE'gFlRO.*rz=l7&Ãt3=&rߡ5הd`sTRnK-gH:]=j ^Yb7krxL~fD~O9,E]Ǡ\TKFofr+ѻw-r> C6S&K=>v61(3;NִA47GT ]Ua:EYGu*h'0n˭PeKӾeKWyݫDMjg9X6:TJ$%6hVUeWӄ2I[qu\: 4 9yLin |Kqv*c?%)f[(U*o;: <^JmҖErX?ԧ¿5r?Ǽ$U9FiL7i}X3,HCvRYŖuOx,xE(Ոw?1LKe;fH4vfvl:)2 A0{ӁU*XچUhz8 \:/' Hm4rOd ƸI١$/^ԕx v.dY4l+s%F5@S2Ѳxi,HˆSyrce\@}GD\olpl j=ʵJ\ Zzi~Aj}Co~fp.iq~A|U(*{F[SXв}D/F{}ڃ k<ԓ|ծ6޸Vq&O̬*ҾMJ2%Hx,RA,A^yKI},|D誑Փ|zPzTI\?& 603caykDaĬƵ?aO}_&o+gHVS[ Tq( (r] tv² 6XEqψkCXܳ?!u-Q d~VR,ƝB"8Oe9$gsq3_^;>d%B PmpIIU whŬ+{Y&FiW-OtUMTz?(Ea~n]'hzsҎRey곕awEDN2"\9axAe!ASJFQ[w`"1vFM@z+g#?r߫|@:CŐp {$#^Fsyt7J[y [yC,9SW_!)#+51 lZk`Aݙ|])ْdX|2(y!lUo&h,E?d(Dɴ>@^8v뇔qOd||7FshHSIvCph;JY ӣ;hZɬvΣFz GJ0&C_߰Oeb/%ch"$ņ50Q=5`dRQi n"]_<jDп]SLUdOXa5D2ݾ16SZVu𜮻{!(}/o7r85c]9´?r4Ԝ-yS9]Mko*sp@}Z~A/s(%R38@i}Mu{O42+צH|nj΂z`{鲿PU7`ZrY !niUT8F-x*6V$e%&5 CjlVh2鼑$U{+: ]JSg~NneeʐCހA<]f Z,]FM`- d)28ڷh-)6ʃϸ~xpFa.*_my5".[ͩ*/sC\Hpާ 7ni>zy Tf"O G@Q>4>:unӹݖU:O,ض2筫CBKf6c2 ̔qdJ% k2]u)Sg͎3i vby2g+?fUJ8#| 3_z' XmÓ؍'\cyBulFD(:ڻx6B4,1r޳45=tuEmCwF''Q6Ք?z]׉585JMqjFAQt|jG5oms~ eOsZgn|EVB|0z;894P%(Ik%Z+'WM &"?6oqHwUDJ.`i5X!k**ӤLo 0n Ntr>oicGz=v4j.m @Rʏs6&Dci팠$^-V llCfϟ7O_)3+;vz(o!=uw{ 7Q!U4HH{#Yb[ رguUZ1,-ICxŧ":W~U.+2Ia vQIGr;2N / Q&uؒZ?D&P]weǝ [x%TemN{nސ@6HqfM]bmD_q_dQ1Yb@G("/Of=i7* {E$[=DBƤ(*3>5}&VWˢI`R@"r';&FT,ƍW4_b),󖥖@i7@G>&!<+oFB(DRɽ=G/ks(k;)ː[I9= HA?ɬL}/=#8៙ -KSk]a9=K7pi ߠp"$Fu|©/m@quqb{dxH/d﷢!ҀRlzwǾd$y\913h]Ԯ|Я ^wA6TĪڸV@Վj,1 )|데?oFLň[s͸'WTxq~,KԹou1,lﭭ6p8Qյ= L[o+Eѽ_}Gӟz${hs͈BΆ篓3?Ng_\:`cL rh:0ؗK0`0 ٦rTmlOCAj(;ҡDAA_Q+Q_֤Ft &'-B"lӤQ}KAo'=B$()6R`Bܷ\ 9؆=NM㛻Ԩj/HC_r/.{̇pW&+#hpeڇCMɜɤnED[ʌ`iH}n~v\+UxPq~3g++ٲÓ[9<L;gBQfst h.s6#1IDy4C թbʥč*P sW"K) zVO˦^Ē0J"3o=>KD#Z S"o|Iu2$Rx;%E&})ee{ UY8{U(R^%Z_*w<8ækh!wS <g<9.L}_;BTV';(_|Nu l V7W- <4>n9}jk w bzQ9 p6ǣ0K"G"xEXxkWQEbGb+#l4{nfUkt84.w$ J#&ZCwMxYjRm=qd` w܃Ef@Sk" )5l9jt bvdIHRVVDžIgyLGMp.MVSݭF{]L BGf®9evŠ@\RW5Av?vZ,婗"$'~#%1>1&Ϲ>q75 eejI-AsAo۴0ΑXpxH}y`".{$F6TsB!;r2]I?uudъVۍZ://]ej2SӤ:q*Id.zYRo3Nm?hLT{қ}3( ]4U$?4EE3I5gw0ifg7hU{ZRΩ(ڮ)嵐6[ rbU aMly%ͥg/g5-gF} :s#"&",8z =&Ț!Nxc9URkeceٕ}\}}˼)u0ƋHd:T A$Mqt^V8c[0^nU\[ga3G$>NjN즑 \v"[^匋!4 xO7{+-yH1*hĚn34 ~>m"ܨT4s5rTh©DVT]lnWw'' 񱗴ܦ>KdO>ε TY(;SK"@Ei!NG.`@l_2?!(flD!ڣg5P|F\ʨU ~nhEvk{W. [[W3'M3a ˷϶i:5&wo=ub bdpnBD'/Y.ŒUa6](-Mjwc~Ex%n"ٗʕf1#oRKc9Zb8#zѐ*!f#(=j܁J-!k [ !D[3B=&P=w$`IqWiCrs#p? ulssᒈpQHQֹvs뾰}P=/30=ŗN+dƭ\UӬmK"IJE&|m%0οHpSY{Ԃ"މ6Q4x,:19aFdz .];,7}[,cfZiwz=l4 Ue+֪ߕX>ܻ9w~4 R1,+ȉ 2)za˃!_`bdey3X(/1w4XF;@vͫxf*r3mT g/q ԡսY:!3Qot`$UjΛ1M>\J/dWy(›,=+Sb FHpWTUf9;ٰO+U$ 紨l&OB_J rOХɭJjϨ0̅I/\F,ڐ%2R-WEO|c0 MF+Pm]YYvJ|]G¯usRiw iO1PX/"S,ߟ fvphӮCy{"Eg}ZSe߆ޖcXʰuk}Y.SpST?KKV=fZªO]Zsyt]'x SB.+z2wvrԖ^a^cQF4Qy00o\66!L ^yK?mnBs\7ki}' 6+xIw3d/`m⥑p}b,csgݍ 5 ܦZov`Tid\;[p~]@˔zMִe| M%x])iIAvz4zI}譎DPpwxt 2s^jA5@CI隟UW .u5م%֦X5 7c%5"GvAHa& P2sѦ'VDVo@3$(Oz9kѰVVGGDtX Lxg4窠ލ68.0}=@.[1M 8d*mD;m+vNɅF[K.)qf h0CXÎPB 0LQ]uwVJ,K5 )Z SY-oc@@>A>\]bY८RkLGdߘhЦ#STh5ނ,y5c>>@WwK"R4"NpP2S6plJfӌ<\0d8Ɍ٫0ɕ+ 1 N:@$ ㄷ cR~Ú~#RgǾ`PQ} %F ϲޚ+=rM[6 u}"|!xd{)u'7ҎHU''D]X) "j/j"/B̥sX kb󜁦3d݀08U@ 6LC"tNHTN xYц6(vvnF+}[m-kFMJJ6mGod恋N^Ǩ0ˢsKc|\v-sTP^]>o~( ?AUXl5)?DvRh Į0X3u 0 3Kd*I_K|=O#mS:Oc!ũgVXˊS_D0J'N׈ֵzcrA43,8|uac&gW-$//vFIi{*i}$"ޠz8mَоXvDZs7'ّC6 dE@:,Oz 4XIڔ;$ioe6-:呯H !hqUf>A J-&G{ZNq^/*c9XM Y"#Hk+GnGDz8FDaR}ť duGr3vyZ`F~jOar! ~[fP͖e?A&{.r< ;+CPلbrSt#[uVR@d߇֎4FB*0 gV#UZK_k*vtJiCPąsxl5ɔw;粇JTn,A Da~+N6D\_ cKtTS̕Q:8Mj~";Fs 6zǤ?FbYI$Ĥ31ciϳ:ÐhXzap 7fu "h4O)C8eAZ8bs룗BPf0Y~*ŵ.4QG#3xH+xN!4ךvMȎ8ysτgMG{DYLskc" ) 8 78u7/<vU_L9.vc܃p1x5_t.z#6Z UǓo=Acd(Ok1nx !:)⽬ziVc=O)p. ;5]b0 1W<1 S!쵎ȝĝ`.%uq˕:Fmr%6\ Iz2iÜ`~W(ɽ_xfA!YhD A9!eqlrϕe },fL&(2yd-(ҮW6\yC43uM~M<Ps #ɝFn5,ccpm~EʴfkؗJvӝ:tK dG@0 DxmwDѡ:HG翥 {ZbvUnkL5d C.=2Oa|^l%׾.~|9^Vvg0vsԭu8;35/>Lvl_e!XuZ6o֟K:NHx=&SR*#AR3N/׼띲AӨ[&`|59ٖr*d?voo%Hup+6~,njï$O9&0TQ `"mcUO#pv&hW즎)#Ac[4+e\!'LxkUO SJ*B#I4a}x&)#v jlsF=p|$̑+/ ֣C]bD,_j0E })gͩ@Z{gI싱#3,i'/gDKe(<-!7HԃOgO ?Mbq3r ۭ+Di2h*&]t@iѼ| 5VmUTbp%:jJ)J(u$6t=F[o"-+1BEOHV9WkCAg) HU4&k/s3CVtd14a'6doB -,6J*ɢ3Tb7;d,Ƭ#s:+ )#u{L i±Uo$VBA`JܽQT#l͗cu0%(baXCn!G+rx!h~3"tGj ❷0֐v-GrJ:=SV1i(H~*Sz]ۏpSԇ):25%*$[u_׵͙:ʟ9/NSF믝\`TJ>WκNŒU1}V5g%>X3i`fOצdѕYL&aQ? 9OЇJTj:N`PDf0*4 z2_. ~؜sNcMhKM V R!v dκ`sc`W1؊LhVB_} c%9*ҩ+&-LKxr:d 0H%>kOяtVN"IM&&!;槰cVq}^)tn~V+]@ZnxlSVrO gHܡ.[僥2MUj_W'qH)/Ba&k1o*mR.-?+NagcW#b _^MV4V&;I~DPKĕbl5yCSYҀ[6a;B!B( +o;zU;y|" !,7 D,v+ C)4~0B;ݣ =N_*!uZ ,EjR<)ԂA؇3v4>[{7hA$(p\TJ?`&Sk2QNp]+e, }P+cusaqŰwF?|-vXPÇ~`yH !8<ĽB dAm"H&lHP@l<02jy]L7F:g?PmH=O^)?IM#2R}GL!UV'ȄKk?'Gi&q@NJ$cVeޗ5^}L89W+7(sףxjO17ʎ"zk=DXoWT71ܱ{E18t'Gs\cYC'hY.̓\3a,;|c7nfAHS@2!CF10wh?y-fNF|Qx 5U\)a6:\X N լ.wJys ?:ᙪe߈k\jZ#;'؎sҁx,px\C^2QzJ~6>&vƑ-/NCSM5On l9g~. h2ybb7G6p(Xuov:%Z=H(@ӈ˔TUy7%X?`蔮bA\ IƁ]Rh \,D }ȁ§M, KR/Al%&t;mVy Ĕ#.[\ n%L6|޳Ldgذ*NMAd2W(9(Jz [b*ŕ4}҂l{@ڜ`6P^'!TJeo4ΣRϜ E Yo8apb_H: W 4G|cȷCWZqPOK#ŋ~hX3ϲB"[Y=(=[A+٘\^B5"%f>|tpl.7ᣁһKb3ZoC?_2ky>ӗ"}WM.""̱\&KUmJUj ZQmQm~ѕnɃ΍ABh:*J v 9A10V& eCH^7Gn N]OZmDc(ZD@ʂ*dkbN,룏> 5*<%x$ sҲ ~vE2a279W>4l_#d z9l:tg8ŞɝTѩ2ͧ(%&Xs`)oesw^OcX!T7e&h|&_\_>t 3Q ,I[ $6.DF4)^sz&pfeס]w _G[Z՚rE_gV%ј:e8HwTߡWWFT_whҳV K\r;&nYU_clGTL{+_FJeL>xQcݢ06dY(ìf,8:˱;0}cs`"*ѐ->t( [U2-LwS`,.z-wk'9Ԕ l(v Z,MÚOWĸ ^MՔ"Kfa5wnOy`7o[/ơB r: ,obUi"^TW$.]ںb 'gjj\Ax劺[U@ 4K]=?HD8#h#en墜d穳Oo׬iY0ōX;$_ܙ+6׾Of" JVGTE\\-[މKb :CoX,2ISYyX&̒'<셣dWZX7pQSb%NLs#I>U:p#4l%P}\й`Fu·0P/ɽ~w> ݜ'Y~_'>tRvZ{ "43LiIP(D(]'ݚİ5'ג>ͥLp!F+J=P 恭vN ..v\;/RA)~pGOKVypȈ!g)-i !66+:_܈ v{-`i?]U!j^w١i>io*Ljă& hqˆJD UE'ޒgèl_])ctOT~ҳʇOӂ'&LOܛ +~vQK,d'؝?fvG/_ϔXrv<$ (0"IvBi $ %p<&f8;r;K2,2_s!{}pfH _B}n::@hZBs#WΓ ,BNάPƐ8?aq r}[/2! OnH5z&4 2[`ga !ImӐֽc&!_x2d$+a}V<u_s:|֬az)daSb(oѦ9.hf1GASyEpsb.A<τp+˼5HmP"Md,5hjaC/^ $X"EWH2S'2DKի}gc]SvX"]E%]VuY孈 xR3z3@v醆qW7!u]Ӯ{nOu5Jɳ̢e[Qmp\i `.8ڹMRРiՖ4]Yq@ߤ؟B<]E)zUN\:WD^T=n@}͹ii#U!]%"׀[Bu-YG#iuWE)t cU'IV|jٺsVԮhKX&GKnv7񩌎[%Yn̟qo6^S$‚xPzY)YJdmCCe|Pl`u!*i5::F,^G:NC~qx7f27XYYQ~noit} Sm2VW|fu^ki :Tc q,I}YChW#ƚMS$:hm䮣a)-~C2״4\t |`6CY"ճ* c;:G;/JXsB<9y55b1| iBF\ G)GxN폩O5"mMJY†Cc)Da"XSp1%QDsڵuѵ'SٹmQlJ9XNPz%gn?HZ\3GyR8,Dzz}Я^~}gVXV%e#0*զ Ƹx|'fîpƷIQKc-ʣZy`|y7Ib(Q&`n>{HW7xĴS_t~H/zb6W @}t,9V Zm:3عHς"wV3=#oE L1sac"$hٽ|Za`bǏeR.PW-б>j( z ihZ=xn\.O370ٺsn$ǥDWعU"A1h헨мܬHʯSK\2ߪP,G@ wҽ<:CJ]6Z\jMaԜ1r|x6ۢ;ș7ӉSU Hx`"3gNN!]t_0H (>& @_ ;A~RgO_"5手~NőҶdsA9]d=~Vֻ#,xL!E&L2V*ng伐Fp_#W4 >^Bp6H rґ+SDZ~H/EM;TGUXj?Hxn'wjBjBvǕ;覃u)lw4>Y&-ZtCJHgR)jV'cRM7vмLy43^b3ZX+H}IotBq8s U4GYUXW~NnJyoҪ埡 @mt^*_,ka5c+;b,͛4wUTGclTtc&Xk W {2 cP?`lNM@ :D?;xm|` #zKB9S ,cɞwKX :%k%ѯLWA$K.)I:VrRUf\61u( UB %hJQ$ aE!IADˈ4_ͬ+ߨ8n0 t{^\Q$u@͞ӷ=BCcj]Ԕt &Z`-řușY{%4 H ܶc=nv6\}r4" ~X iߜOc V.xØ:6@Cl.5ni˚DuS7䯄ؼ{tz.Q1 Z˩!L[9:j BAbW$ehyw:MuGiQH4[oO?PFlFK_u9QM_)w>GdX#F]`k*/@IzAv ɛ?UE`X =Q/䪑Q:icV?ikvp<:q8~$|+b&_NY_a Xo0m̢àʣy[S[/,eS_;}Af#i/vF e?9 T]䟵ff5[l$YU@hE&շuYi޷Hf0P,E,-E>u$`P팴ˠhC]pfne5ݦS`4Mg}-M@oN5SX-HBV'3iz e 1\m/ݧ籡* 9P@kJqvެ-7+sիQ+ƏHOkO/kLٚ=o.2k"iY>![' 4Pmf[Lay:u=Ê^00*u0ewhpi1_kZ]Б[¤LA;3B:w΋)_"~{ { L6+nlk̢Elm꣮nghf( k%=`Ũ,O ULm$u͇5;|`En$$P&x=n{ IQZQuW>BdH*U0̐QQ03=<\7!a0/!< " R*keŎ/+- %2_mjH ` XٰwV8eO;C9"rǜϥQkok7">7|`M!`yv~JF鋔uB kAHVl&JWqp]cp ε7t#8R 4Kؿ7*gY =07,gE?KůÕB5>a? /e?mzCbUƳ7Ҫ&,M9yTH>G ̣QR7:%PSfU M~?g=!îݒGbХlTBFçni ەp1r>X,9i2gug{$]#YRD7>v =?kDJ2c4~IHs%DXCIXH"Zɺͺ3ccC˪)#j⫚j<`8"J/›"] Λ}ސr0vFn*mg}Jq'c|4Tl}`ӂK̀ amOꮯ' Z2֡򩙶xd^VE~;N5_Xq깋`ν~B/Ls E%=Q ti ']6,/5/E0ޥj"0{ӊD|vJW]jCҦV +/@mgCԺ')aQ-~q#,gڀt0a'>PڹR]ĐC3{x eމ/#,A:%FY5_^e_DOvPpQ9Ӑd{mRN:cDшsulnɫbnx=b"0AO :x^w͈->mnzt\U.̃0a71^@bŸ+UKKF@n QC>Xk[My!<+\%29?kY 6zL]z= g%x(pk {¦>|"(}ԱyWZxӴ-i<HG\L/"sai;q܃s 'N%5xO1M4m?GvܧC :;8'1dL"9Y>h?&N,yykD?瘓AkB#I":bۈBTZIHCt~''%ФPRCdpՃk{9U$# =7)8|5̦L_$qXeHӨ@|SOx-,vLkD]FE;E* S8tsk6:4? 0OHC_ /Wϼ\w_9;ikҩx'ch%|qF=`*lPRWoz4`VvT}Z@b=wXF4 =!xx5^q'ܭ] \<Ud0?`l K{ "̀) "e5RDP*bb 8 ov87O[cSvW2?$&L/5tu6I>$LW'R&%p/l!O9.IbS"]Y[,{dw-:g "tmNe| TB),FSTs\ DH;"aRb4~7okR׻ ƭ**Dxwzm8e?$jЖ+E疜ԛ":L?{L) o~)s+6ʋ')KvY}eO8.hm_3C '`ũ}y<9+y1jGՏ0wF}6'E]& G=Sl*HShM8mIpu@fٸmHr\tEqڣџx/RxzYa7ݏ˅\W6x*pݝ8!XvXNh]L%%҈k[2^#4Yk+dgtY0a]/wC$1w"i`>*8d9σ"嬩;V }|OFzc(zb3w/Śiؒٶ>'6L)Ia/gJ {]EdȪT±Sȿ* Pc>%i/7WK0;'yv*RQHGS (a<;0LEĉ#5|ߐ`+,%c# +tH0*067uD T˝'LQ:$]IFles_I+l_€MݪW@B&Z2<:cEۼgYnK0r eۆv|ai#P](a|vNya9=EcW1|ڑqʯaPw1d!z\/=.b cO>EWo쨿Z:R svޚb5]ڪKʹ?Pvtcn#{0m36Nk}:ٛh<~;q txV{.oCC`7SdضJn8PUwR5Zmwٲ7Y v-̫L mf)X~h0"8,kZ*nQRg΃Yx2n *WcY:hT6I4|}'dd$*zc㢫+|VAHjH 0HV;|d\:D8prpDS< za A؎c g+9!{r 1hkx0=% fB'hHQȁ@VD 3k'/tMEѣ`C[S.?tlE<'ž܈O`F g0], @ٵ[ѯ]|Uw![&d' y ͨHt{mnᚾL|Z,(pM@G;B9p4A ݍ;N}*5bnb[~jx4B»ísSh+[Y76GBP''[lD"m;(|rDxpx(7Y@Q$vp"9KڙL=e F!M-֥jEطbk {5jF 8 ]MWԢ #hт⸑3CR|AqB{=װGk\%猪rCk0 E/:۟. ", `A&␓*OYzp;F__7pd Vl|w8 *a?EM}[ܰ0PDpi[[p SD6- ѾfPK#\pcjlnwW^.iV"0Fa:agKh7IOr08DVFޏpS6|1ܜF0|,0 bsTo2)cհe x r+'^+>xi;Ì71q y+`a+} < 8$վ~Wkd]s v +ףݏ@pgWd $CJ4vָֿ?[rXpC%U\3`  n)uvND-As?mI~u+sj8b?F?77+;~5F_k%9oi*o%+Uc{eGZoq8{-}C.|m,2r$)ĆL{d(n0#]Z)j>'A(Mr$Uw{% #`7}ځ t>X S_+ƭ}@GKVod J`1h ̦LBnd^^iﵠbrOXG:C\)_JY2  $t2eqOؿ3%Pv p72vWz;`*0ᢿ*wWF[&k8i`wa-x}VNR3{*2'iJ3)׺6'L璁%&GQR moSKKpE;Z CP-D")}(5t"20ƛ9=/eG$a31g c+樊\L IYRwE^D6͖k٧T0j߈zG-K)wv%j W駏v2ݎ* +1B s55v9QٿF ;O-TbÚF=b"jDZC?OO4ᔨ7LyEYLB& x;ab@6-"AЩK|GٯuܻGpln6} f?"KIи0@+T0W}A۠#nX` ;7$첓vFZ܀4@عLZ QܷsN H ;>R2ReW/_ u<"'45b3羿ݔ.p6uą~?z9fl 3΀QIck9i, oe")Y16q qw6L,bFp08tT<8%st ^qɓhL4¿dsK*\!ID2IŊ1%;OB iok, 9aIFdRΛFʼn[skdpA{givG{>nbdTOxc^deii-ǢYG_.!чcuÄ[~šفˆ2'(5 ln hXpT k#@sV׬՘! nPkP39)|Q֔RgAn;DD|.s%?m*ITmDlڸUw"mݯ}>j( 88xG|C卢yĩHg?ظGJܧo v( ؀r3qmvo /_5g:WX~QkM)QPEx惄Қ"++Rc}ԼeEjcՑ:2Vqw!ݽsQU1/(SX%N Yz%/EfJw])yv .jMY>䎦+~l @ I>ǛRž($4R6D>"乹`S.JҔDq%WL:MSj7{BLs6I-:-ke|ME*cwo7/n4 qd__a^lA= $H/*z1rTm~g\*u@dE`hgO{K#+~i}J.C.Ow׌ 8N ,w2L!<6U'9X9uVeGyy2t(jP#d iЮ@mUOy(nV e6#_W]G (h` _ u|7@4bI,ݥȥ"Q ix{b}JO9SVz3NkђliuZ'nX \jHy ܝ! e~FBAɎ6g5^ WѿUL3(M'@  oڄZj R:jy/ =S+n+Z \n绢 q ^1`>7oݻh=c ( I/}}W4jG]AcVA:w3_Fp~Q^V\sAa+pgSN'Y$a.(/DosqJ$N(ϓ^$NɄu^*g1aqT2r;ȃq$h$#}NPInf vEH 6ؼ;=U%|}\+2?+ݏǭVPw+Nq5:>Dve֜EG6YuG1ޙ$Ojq{|~K{Uz,eQ"?ymҸ>@巢!/DpFU~*ehڶov60"͑ 5="? `S>J#(xu|~TjJ@*{LgQ1jB:&,R6!=bpN&]p)XWl醧tx".t!h+<*DZ ~}^hM) Rs< Mb~Y^i0, @ar:Ru\ǥk:f /{3nLOD"K~Q[/f&YvM) p2?XVD(='[ $Jѧ.z Ϟ,QJ `7<Ͼ g=G4=V#oH~Pg#Sj5X|b"ޥ䚋 }f7mv7#rzp)y,ivjGPQ-(?AY M;0 |TYيHI2e3ɼn3fE4 VKdDRbk}dXkњ,cqاHrTEh9cڤ!k0)Vmfؼy@Kgܽ'7L%ɸ2J*u@n\Sjf~h W}^H,1DX+ʎGF,lW#amna6);IKD&̋6̆{JZm?؉^s^Y֔ ~fB|&g* }B;ݖKU,an|i7֎|Kn5)Z9"e? ǣpP7g6j:1R4ȋ̻8%CEHYg05ceg#-vޯTܼr&w3p49 nPh7ּEqͳB^ca%bF|c^$FZP:y$6JAÿyOg6SD {QA s6\L24ԓVlfV5$&MAad<$vrS896J&Vd7~BҨ ߸5-voJWM٦3hсzuv 9 ypD|v2llym^{TfU*5M8#dݖdcwNPbDof+FD-7ST׼@ԪaGŘy{ӻlm'9$Uv!Ѭ@$NvتTh/@z̐|`5!$k}"-n$H:r efm3>z<]ܭ}`zJ {R.cλ]ȯH>^=!jp y0TDUcXMjab6lݭplo/;{BHhAal;]U'uIM*o59,>4B'],SPR8sZET1^;xK-X {H"jY ~U4o{tH)lWLx%Nq-L= V@L^?/327W͗^bo3HN=mۨz,w*RdrhBq2tT sy84?2y5YJdܝb`Th[&Y/`AisYi`PwX i<-P-~ [ y!8 ؃)ZxuG!H ړ[PHskqB{<]S3 cUY[>dOf'^GC.69^WD@Q݀=b`51@XmMr&)v)E9G'Q'RswN0$&1B6=v*9 rS&<0 8siyWyèV;'XU"Y*<$L#u՞Paj&zU^U ,U`N)fx'W,MW,xQ]k3wߍ0a…(_cc Ш\-;7]&Qܶʜw9E?4%)N7%4oV)=;!HmǐV΂¢~,~[Sˏ%nHTwb,ȋ)*G@Uҷ=!ݲ4t4a.&p ["6MUJ;+,hjJ15* 0~3/  tk'~U) ]7x `(! q^졯:J\O/`_*hjͣ9a9=V HŤ* JkGotpyoCPRK8^lW ESQLY&~Շ7H}#( /iZ7`e({(K%#~g< )o8 pږP bd>}",biA*ՖNGeN:9]?qA(-/aBq-HGZR&,g ̳0ie~E$$z_PmlA#@VzH"^T@&ӧy&$O$9!$Dů}:A߯KRiW4O,v8G- ;OwL]F*M0 F!:c.5*q? ~@̿>$w<`b>&OUe_ f>$5rq|NNf=k N *J fm`ۊsUz }mgk?p$ٚW(^=FVYoth{SX2b 2c.aZs^y~F\d a]*4q=N@Zt 6wZJ& {( !d@yi< I9#e #uRa[|hY\q۲>,7LL eAQ5\s6{]y" ]5b{ ioE)ٓPT DCӕ}sLS兌2V% JF_ \]:J,2=u%Zju(m|EoM/cir|H6QϞh1k`r;ƥzh4rv,J{Y`պwH8y2a f0e}_>%fH Z'0EL7^CI}(x9z:nDFm^H"}$ZhJC&~% n  J$S{ET0F 5P1 b#!-%'ygGgR ua.s=Gu栥9>y_r\A;c5zbӤvqfWTy/X#~)*ݜs? u> U7mf)%{!xعYR\ "!ta8*^5XpJP8iu߉ 6S渍Ȓ&t - Zq/I<A H ppQ+Pim6vAJw K0Uè`;T%FP7$Ao(iCȗLuϝvP.k#(FYZPߦry ~϶.Rz/ C}g3s<}\,dFH$e o rvQ(W`ݴ]5Xa;=șInk:}Ќzkkg}܊Kdί!x?Y;#&Y%jGFAMUA ?{ C0+K p0H#Dl^H۔G;r1P Aժƺ2j'Ga /j_L9!T \UI".P@&@>SkeCE5 '(sQ7 ;TOg?[ΚW]E[rSDQ!)oB;h~ŖtX qyW{ȅ9qeq+ԙ EgƳ\Z&5[8WA|gDWB_CXu.@EqYLEZ.HXCB/awlx*tJS-r'02@p_ʅeO~P"k$H~1^"'BNI6O N[\ IɄ7dNQcx9@#!#]2=oLqMp!&e߅HL YJzfuT6zAVkBV4COgvB7}Zl<%$"QPb5\%k &e$*lb*xU~X2> $'GlINKZ>Ɋ#CjHNqAiR&NbƐoV†~kݘ cb&w=;D)mېkNo`ڗ u tC[X\OWǼuVh3#dF?@\ LtJSIBH`yX3IauܝCi:} |s h`q/8rT0Y5fAjA:"+ d]Hnc(X ng=Zoha-ayZPS? YiwMwǤD?팞Y4 ҥ#$XEitfr`U˷S5Su7( PJ)GdZrOℲurTwjzajGk QrvGyv==p˽{G4y]}2驂Lת Z#G7eoS}&[!*.6 YiJ`rEܱiXq)_w:p܇p=(C˯uun. xɷ ra)}Cz1aﰮޑ46-}mJ bddp.\+JPxƇ^B(DR r**:YY{*[mW/G9|;$•yHKi.0c --aCz9+W<}d[wD;vDz,ns#H<%#o=PӾg][Gw1sv[ZH1"7qkʟN*<ĴPr=W ڲց\ b#Z)Krp.?MZq}=AꢬP X$adA<4cMRp,>`@M_F@uFFufzB&i>3̺&3ە/X/'`Fe墳fpjI%^\Y/{wc.2y4Q0TsƙGg5?UWyӝf݄=ϻ]_DmhI蚁Ǩ__ՈyxnWRr[ zvxhj]VDk {^fKOXTX~- q-NsG7+W?2_DqBb=1s:MMb,=*޾L~Reu_*rO4 j{Xj4cP[}V#^> l>@&䐅}xZCj? BJ| j{07JF޻jk mN8 }?[BHpjW^H2u=' '_ QzauƼg7N\87ɰ_eY9`=\Ä8 cqPUrz!&\C:0Dw"V\?4_t~Eo~p [ M~Td NlrTC+"jˀ3`ju<i_94"$Os+$\kF oP?fWl]L>nȃČmJFURj[ոon17H1~2JQadD*F }ʱ#.p 4~lt#ơB,>{!'{AWϧV DwE_ņ}[X37|efnou,D6"w+2<-#?s`g*)$?KS09Xc>IJ^A-?Wc qBlUdL1-WkcW_`C)vc |yFV}~#nO;y` `kjA&2t?_M$-Ҿ(>eRG^ϩԏ>.Cwsg3l9xn15Z:_'ս!;d0-1!„55{yJ@r6ߞ 4I˫3q+ͪRudSa)O7A~~"Ei{"~=2[ vG`ߩ~W.O{(awP@\$Yx'H;/6 ޖ#>H|ƢM3V3*b;/x&Zc:'Q#i^^Cd'"wǠnMd]Gfw+Y'rztK(Aı4r"ͮZ\ &h.ěR0XKw.mv [ggL1j2@ RP3Õ/h[d ':&ga +AT%by{-b23(nh܌r_$/nDxa!`[S(>}eoqIdSM#'%-@ekgZ(B홭$nE/T k\Dȫo7%j*d0W h-@7L׺Y!SH8}xg%d19d u@lUTƶ(h? tm8D42 2^D,fcH9xiH3a7ZU\ifv]%0dyejGvSv2FS.wdd7riEqg[10ĺ8\G[>Js1xa S1!޾8D82zwC)7x 넊!އWƨG`MDD .MB=J3LT:ˋb}XR0`~?>țK\B ϯ-/ 敦"t0}I f9z=ah$-#&8:Ժrvf?6-]zER-9s)ض=I,J?rCu埠r+*@㻾pQkD(IA@>PH̼ԔKr¦9f:xMLLӌ&l7~YpnQa KY<?}]qT7__yuʢw-=HYHaXwDžEAO-2)v+ f8,F+4yc/W;Sagt[N8g1ڀ2^z <(!NБ[2mnoٌᷚ_YJuD.1tC4&31W$$y\ =?G5r,9ߎG B{Ue#'e ֘M/ކ4SrF# Og#mLLq Ml!,We+}n7~s5d~MǬ^tsS񯑤NŴLm_/8 +tMok~q|Q!_HF9ѯkRmս\-e~XF1N92ښ x8hm E^/ͩI(8e c^?a_ؓ9(&X6} )I"cDe^{*o;FfOq߂ EέB:Ѩڟj9Igĉd`ZE` 'z3'{Z"2 6$}K="(/:jӆUO:2iL4WOd8Mj4)zOFt; BO; FGQ&LcqfQ.W6x}! jE8o(M RbiYr]Ul.g;4i<3-ى7!(ETXn2ۼq!d`oy+cN9+\s6 ;$+D+D5RT`zo7;(lNP7#_Z"dS)\;%YAQ tHo ^SR ci}a4<4ҞJlNG4,Hl) x#o$^a2tl=Z#ܭhAu&}3!\-$"VB ==9C|;ULyWnwf Oi`zhW'mZc#V`>E,1iJB¢B˾#\js/L>tRE*6!(!}iWEȳ_sժ(<\bPvbY2ҏk G+\wByt ]HہzClpQEײ!AQ?q@?䞤*#J^q,qO^>@] \ MTS܉˕AdmSQ @H*XQۻ8@g6S >N25x#Kd k/~N՝ṁB8(QͶ"?7d+ZE)@17?ޒEtmO_Np8i\H=WD_d; Lq&1X\ 7a]Ip 4zO] V鲍Nkg 67+Q[HNmiҀaDLt8>/ok_cwu~)7@rGXfzLt<4cepd>H zˊ,Ua/nWRSlh#GGD*[6XaNd׽U8uf!I9+/GovղEa#L22TnZ F7eOU9R88~?X6#n\sh>/eOϼ)h2EҬP.0u %<8ZCRt6;;6Af+a9r]uqvgr!G5+|)7z lg%CC= )A3r_z>ê>j cġv߁"H9Nm@ [ 28,1C{G5Bi?bMm 0C]3՟Ԑg\yqYQS,qu]2wb(C[d-w|DU0۪3%:łpWKJ.gV8^cr~@r2O@7}W*'5.eT|j AG׼]]!rG V3eၝ`=C"mg55,`qYR}D]]dy+KΛڸ3g֣7wzgոSmqy p"q*Y$a66S~='v5Dž~C,DpeLP=OtG7ϥ^s?MUMY?^t Z`"U}ң'>b"JC{ꂄԦ:,ENa%Xm",co{HfDXLB*@,D<؆A=C{y `vD!:%JTkkYlT@w~Gn-,XgFlN iQq l@$ңh"`#[t,2#srf(&@ƃСYE9 o ̖/bXlƨBwFr@C702s]ytcF@zrG@J"ZAP]us2׀@J+қ5_7x .Qwhʯ{KM2f;7Oy/; 2ZicNVE %4(S0Ψk]IN.nrj4`nй㘿`0@~cf4ޭ[,Pо;hvȇ͑͸#Ŏu<3iOqyJSZmruո'0h+pLS7zwG}rP(./x$PrO1#|:l8{!1lv^ jFGddL=]NI{ve:Q![*K-XI# 0ty|<{+(JrJQ[:=ŊљjLp?NDM̘/ Nxg_Dz~;1U=t$__}~)w|,T].*B;ZTc7ȯKd@\Cbd?f0%aUIgG_ߥLcZ Tn ]J@$*}5ÖoR .rwn7lR1䟱k|uk(,ۥ-# 7&B5Z` pq]'Hi$2fs,4Sb6=DL? Fϋ?M|K#O[ks[4@צ_c?E0W'I~ U$_8~b%E-g,`z2YYjG"]-$د]"ރ '̙5t?+Jh0m;;?6 eIXѨ6Nvs4)/&o8,gtPAmM'vn˲US2Le)ØFDt@vm˟sH _'Ot{6S'%Huhg_]j rľj^ eQ+<(GMR="o S=>ZVpڟ1yZ0) {i2|M:a(Һ РW`D;)hf@A~ϥ+#9k/Қ/,qun6ݤyvLh!!sN Fs ͙~hUe]VӥtPFLF}ȥ<': غKpX)zgl6Z I; Vuj8, 8GʰxiefhQ7;6失Vx{TVUyd1 qrdit]⩑NgmJ:ط%2Vh)}$Yy !N I[>(Ũpn}#D{ ϫ?T?SAGԲߛ3ߊ@`IgN72GҢx]F`Р;py~Xf?$?%\/y9BU|\O@aH,@\}o+V1erɘ;r*⸼'3W dAc2򛠈|LJF⯸ܘcZD*m]43x&xq"9+2RJWav6f٦W# ɜdd1OܝtY`. kX& GsX؍1,g+N^ƨ~4Rku(#}Ok6wgNZP3N.CK Zb܆@`xȐQ|e8eUoiO4Zk"UPezE+'PE"܈NAŕkF{X(0D\s_]a3>X-`_w-'֓ 8Nh6>?i&U^Jipc b%0[ȥ^t>Rs\soɃpF_PԨ y \sa]ca=)գJ-kF ;saq,w-tBazRDP&HN+vZ1%MH=sNjApI(ݓ_LO]Gw jqڭV+ h@!oVؒ0As|$~RWU͔uA)a6>7;d:~{ Y%uJ@||Ӊ,A꟟ :{Wvz斖X6u XDT$:VzN8K + WKd%` E*O[ʖBsPi9.w6% 츪zWe&±-`e ܷIۮ&cZllf0w2-m\.0ū@αG<去s=]_l{v~AǚOUyqČDl  CO`n V.K\ q?GwLNx3mѲ&pٔ<epkSFG`@Dq{5|wbXVOwxr".ft;jw= 掠2G.BhMO^;a "~յCCE(g(/eCH#/(u48Ɍ(tTJ}BbRH rPmM?ZY7YLWQAP9sЙuPgé'. sDσWM\ΓTk l{ XA5!0h྇o**Ko~&-*nԻ@8@Ӆ?`ʓ)O4ENInN zy8N-j^9vWoTbp"d"UYy#9}5%m*{% _D'C27 zPDo#]Pb33 ԅ|yf{d4g X] 5+*pBoUGu4qV1B^f-Z fT_ðܩ8 F ѩ؂{86M/LđLOs5j'x:us"Ϥiܼ*RAYOI!qAmBd&queH&( 4݆m/).n^TfA2ЌV \r{:-/6^0$w.ja}R;c=9R{ ziaI%V9e2#{/'D. %"?%U@ ,[&EܫhOPiYS;W./yJ%}` /g'Fqbe<#`d$a 08rZO!`Qu?/tsC0vV+=:oqیNҰf Qc2ן:7L! ܐ5_C핹RZ"3 Wd3}%j"$^}kW2 q`/U7(tlTD7>1=cSsg3`j:JfF QST41'[BkȷQ? &bNjS@7Zſ=]MD(sEh Ĉ6H>ԋЩP)QeOÝ W"ZN[Ir i瀪փCJE\i~tDL,DxmB~^qc~YNj_KcânJ/Lan^=۾MO,x yYӇE OM p^SS=*q4@ 7T'q2G,V'++LQHVh+] 4' V2`eg5&9m2"h{͹W&' WY_MI!.Zpa2T3?tG F1b)@)Lńzb&}] vJ+u4F[yKK&ϼ̘7:g9 NN`{AMa Wis;ü6>,W;Dܵ',`04 haz;kn44<,~yEcbfWǻȶb 2N"eXEE_ Mnͷ&|&4ä =}.UI-^X3Z g+QH.EJ"Yu7\;Nq[LWkD܁s/\H"uI;C{ <tam%jkcO&FhL6tJ+UHXOpy^fhčNJ¸8בC["B x1܏e]va2E ;`JiKԺ\7D9,:W=y?¡wY;Gž̸~ %e"6|5!Yb9o9YKrCs^)0!{]5ɞRq"Ak?vpO9_;"/~.{3k Rx ;(^+urH.u9Zp IhW vFĿc~ ON#=̵k~SV{!&f58yF@5vFh<ٯtCk e+_ԢՏꮔ{X?.mfv{.ҐP菰\@|gy0^ݚW!fNbP)4|J^TgYT+6/R9x fŴ*ƋӱAy`VøtfZX9|mvHbVTvUq` w ʮAIȞo'du$"pVPp'E+:iG*YȢë$U^eB&}!#[ǝƍ*I*^?7=t"Xzmd _ց}^7#>P0fϧlL/`#4خt~< Xd k b{FG:۠ئvkR*cbnu c@Z |%);tZ1?30NHnbA&Jq ϣh:bV [G.M[Fx4}0: /ZUvb|ٰ㊅s,X;ӎ˟ {Apf$\jU\Ib}9kc@9_ pث{R@ P`>.g\~ k:ܙEZ ",?zq,iˡ\jws AnZUCUf 劉)/̽:cJ =!LE:b'I#s6 8gS8մ;5C͑ <:NJ"IOnE3~"j5aTK_nJbZF&P΀2^(Za@'uc;qF>D\Hcxpz!NV|Zayb0fBimL+|Ƹ3p3;(Yses""[^{VD o@]h"i7XhIUW`0ⰲդ9}%,ܝk/JH:6#@*]t*\͇Gp­[!na%IngL-[sySdǰ_,-K_,*W(B@R٘v[e<*m4h& L^Ԓ֏~(:sk1T\t_O˛aAzS ȽicADu xd!'"E >л4p]mCnDyp8I !D0_rO.WL)wR]p|"UdD?t P W2t4ӄUZ`^4{E z?|$w V.$XxsDi5jT)S+PC!K^r@JT/a;}&h4t2D_q&ocמf` :S&]bM,1dcɧ`gel {2)|1HCX/#}}4<1 lZPAÐ8}Y3}l8o!+5FvGP}Ϫgr֑2FpTz * D(>9[(zTJ8Yrg$( IgYrުi_yxW+P8$kx[?$qii4‘ {<_K@Ĕ۬ $q MKae ϋK"L{_a |Nsn\eE%F ǃG? OPw[A? Ť G&j DgaroXG]"#WS/Pr=[s}N*n"'O@,9l1Y8OqL(E҃I{Ͻܪ^X_3,!W7k'׺<Հp[nqcyՋC7B)xLV I0Sp,/Fmb&JA"x M~񼼤4`"tI݅1Nl@knoD D,,v[hp|آ" ]Z{WUH5}aGț)ۛ_̅t0瑹K%#k krR*h>7}wsQ6BvԵxz O 2<'}rn--:H,dzIVOL6TcڀT|9 )&qrYumNFt82RHUs\^xoP0W oY٪QhY3#ehJ`EOF3@(rm |FO ̙"9#U Yb%[ZS9H=\n^E ԑD_Lf͎6kU艩?Fk+\zg&۩BSquZG8Y-c{߲>Q4 }U 6)5 =s%j!\wr8AGI1W͡y2-~?NdYSL+q5@jN`E8akِ^ dzR<ۇ~PE?.g#O^ʢ:>YXb,˚.fW2?Y+ bWQI"'n%*-4HNiܢgH=yF,(*$9N.Xӛ)~j,BM,>ҺgG}T&Ό.3㢢W(5XS&熕yf(jXNY*dNG[^kFrk 5kD =&WTRӑp6i %5(oaoWE NZa 9eS}ռQ 36˛b7 ӷ;rՋ@$rhC!-s˸Q7`t譩on+Ը`=o K V-3I$cbR>͋ NZ&:ŭ }NEz?[HՏDn0},+puA%Uc%Gk3ksŘD;Ot&[tEj+zU!\ KfbB(Ԭ6^}]ZLh A#BePɠb3>Vܖ~$|We7J  oJ~؅bP1/@#JCʣRX;W.%I,,~rNRhVHVa+3gǟvLD4qy&:T->rCp\RX035;e+1B 81-x)FJ/h0]I(,W=^loZvaZcEQN[w@1oXdweD';+A ̅08Z-b! gɸEh(SĩY_}ρ`OWI_n7t>J[ ֘[WL.9.BE桠ɴ}dqiܶIsKfCȉBlƸ^5E+n3E=YK0]0!7AQ^JsN8,:%ί+2| rXp`vb4ĜkSڰNaz:uu<`[Eya՗޸G?X6uFQHM1I%tr@B7/8 >Tb_8l0 ĿrcE_uoՂE:9Tμ>ss:} %`HBF*0<]J'#1`ˠgKԖw NK|C-qܻ[F;8cN \pLlwb2yY@{?_-il$Y꒵ 7g@6f:xS]OkN@ Ɨ:Nrp!9G(*y*i_1$F+%ɃDν7x-BW5~0ٯ$n3tןN͋a47?$"ЃD pq=2U ~xh}L]J4uU| s.A*=8>lHv|lڮIRZyE-:˹ò~mˠV]Ngŷ+dq]Fubqli andJ-#fNV0s!]mRÜzk]DF1˞ 5҈ϛYȜq '` yf=j#hc@#|R:b#ZP˓| _1g)L[5]ƞQ%k^ҹ0ٽEѕX}^aIΙ_BT.>Rcұt̤߲r25H2c&p>7D. jBx-"΃]$s1*+cK)%V#EXŮn}+ J WpU&k3y!o|H5gDi5ݧ굠p`tj+-2 =< xƇ   d]ߚ9ر0KG}!Wlfjw9H ' XNL4_mp=odfA.PrBѕ_S-s L LrNmё<ۼN70W10âIfFw cYFjrDr@ml_gKs-Qpy;,5FQ!8g(^w{Oȉ`Bj${xn#Ӫ *BIAc%AT{}FڒXO^LSlNیZN([W\i]ph20FS0N2:fǀ^6 bO_]n4ik]E(o9qv Gw}B_Uh`EݵmRC$RRIq{3 )P^ #@aK.R2E+dQʵG2 ,;zWS8h>tG_n8:njde/t_8"JF-}8^ժ[Zu:՘y_F>+]X da P'^ +DwO;$o0^PYq:)"_Gv4WJ`#m |@aoo PNeyxMKf:b8tz(.l' ,FQ-jM]o=h%0G;?ҥ֐αGh2Ȯm}f}w* LQ4x9z%ـ }Y:Mu\V+ d^@TO ,G7D(k ,YM^)&96@ql\ M,4n} X yn/ctd}Pޗ?O<u1~@}i<72]KߠzkDzr%̛tZX=x4!-`X2PܹzR# RݤCv>kaQyT/Yvd:xlvT9Ézᇆz%\Rfr{o'%{=" <;K]HJPnR*v4vK r>z u9iL8M`n^]cmd|S}W9eK^R? ƐAn.#x4⬒ᛚfUӯk sރ|ON% 'dl?l' SZjP8{[DΚK.:i{p|knS`L#IDvQ87Bewpg,ӕbجA.-evML)TWH4ɑJ̄"|Bwuc5.r Cp&nJ+ Z#U0G!_9IV/}b|( D҉zjPcEdxdyo0ց)5U=kCN7%c1M¯5GO<_js @}=[{dImHBuؤ-vH A lq3bsWWxcaHW4r1v֧!QsPu.qgEA&gD%)obi[-MQcM?4#3?ʸuC22 ؛ 'HMZk;36;\Gy:у/r=7;yp`L`-nFZ<8VnNƺRPJ1+uKhLV0(Zv$We7V}ݣ+zsy)dO8&, :Mk&́$~:SftwUr*9@,UʱĹiC{)Fb)؟ (|O):3:J|0b{HJ%xjJqǨϲ5yp$Y]pP!ϡ=X˕n#I}0x/F5uH8P-W!L}貄gPW2i,J!9dhrz>=W#x6ti2S v3+4̳eTuf"x;.P}NnNCkP?x{/o#N<"%g ܚ_~6l;ecjlUX4ױL: AA4b49eLZy =Q0?)1`&b?DZvUMF7J'Jl6>@К2s)کx(XΛĐ5:}&B'dQ4 /Y&4ken`oer]S;Ro$4 ,>2-A[>MU˜K>2M2-笁9j(Mf~p*P< L}4ʪ[o9 Fu:BžuLs{LsJ=2*_I 8Rb8IS٠; ~`txfvGU?Ӿ|>8`"R=Le2g,-$,F"; niU[!/a]M,mqOHV + 'IGH, i R/c[Y#\X\ڧ3-(R.r9[(t֘"2n_PrtH2PZt;yܥC;3U`ĩ>!`cL+^zk G7]%N7Pǰ "KZ܋c hmį{K+CDឱ K4 0t d*NܚWe Y jp#N7ؘ4CEn*`flͪnC+"+"SUa]sUBE!u$e\{C 8b7b\ ;VS|6o Q(`t5ƊgB[us1&zLh@j8p"6snş&BN[עmoٸ w0#V&ɗzo߀jۅ1YC}.%萕z+cz\dhBڇdKDb4@ۅs mkOxGBy yViFD<Kr70ȋąQ0=Vhd=CsD~dQG=SRJ9ј=E;1እOϩ;tf˭5J۹+CU_ [^M0yB1fqw{R )@@By`Uk!m?%=jU4y܈3$h䶒Y7V`u翌VzAbHހ_'_+Snx%`kRq#!a8/snK" 0vMKsMSA7q%{K(7$|?m]H PFB DMJWQ}ۑ8d>oG}9Q瑄-&X-$6pB!k#|hyVQG;TS Jt Y]`A9IZ' z?Etr F,1OzvZz|uvz3+zsrYa͛ _I'=qɨI J% K=q3ƶpQ:N5k6Ym ni3keM(Q'٥ ;>onc| GBchxk,aHFW0{]JGv(3D)Cje;-Jnuf W=,%LH97(=M)SͲ}.8e880s9W,iLAEf=:pO<hfERAɖE q2>8zb5iCS|i>±ߜW#7E|>RB nWvha <- 9r|[B4U_;{XL>GT;&Z_^#X()D .O j_mM4jiMڣ8q!:~-2CZ[Xh\8qIX!-L AE'r+^@Eb0b!!-&HBOn$h \]ñA0&]h]e4DКߗYq޿o0Ɇ8V(ABYR S{+qF {2YKtBR Ay?\nJ׎.(#5F'U>KX&֠(n=IS{W I9U w+yi,DOX[v~bJMRFM箱͘" yu0f i-*j.j!z3@㶶Zp e.͓} UrcfjCޕχvnƟ& ~jiER/"'3]4X|jZ!WWJ^o=C$9ƻ(3Ϸiv`̶^s`2J; y-[}O00E~1WHi~Amu9W^-}i|^{}1ZSti TNBbYtp$VcH+MsZvgJ0kjSQi D7'nlǩ%rIĥ/D2$f΍]943]7ԘYw[۵ܔ_{! ̇fB{&(=Sj:E ӰxDwi ㉻y+j'~B@'Gl/}`L{, +/ K[9~OQg4\D(aޟ/؈$rB jdYZN J ;Y.pC;jW$שR[_߽N8EYIKDYصڝKjܷջ(<վkBjNm=! ݖz }Է ȎN^0t>.U/F=&Ќ ,TZT$xʱ!irm_RAs2|'\m&18c}Or.*|EeB8)F.-N@cӨBhN<=oݰ"'`KP9)Q}#)-5~7S*)4YN-wI% x1tkHֹѥ_аOI/=n-D PU΅nGqsQZ q;ڑfv\zﮜ[e9-1'k\0ʯZs\fӚo Y𾋆4OT3vȯ9.H4[ $g䗅~^?ai#ajFʦP5N+5;QׂrR:h/<{Ѫ*&["'8_;9qM9-FVV:>6g$I]|3'FIS!ޥTnE!:jNmqH:k'uq;NMy~){ 1W39CL3騞rt$] 7GxK?~tn8;%|Է ֎b,ȟ*ub@u0ɳt!CHx1]dWп 8mj+G6b= 1݉_ܑ퐾/!O%0n̰)OMA$Bd9ji~O:$ {I%Kzkh!ub2ݴbs.?Qz{ =X}IZgLKs0ESmM !NHi,y-iόM 1„Lwi;tLɡ-I&jjIDVIR;RB"Z %C //ى"5dq<(,.⶞Y7١ENJ*F5Q[a'*e͹G=pr)N/ 4$24%5٧m5S#&#gwɹMMIpҪF5J&n`ی t'Γ~ݲyqdG} %82OY#4HNE /,G |j|{t"*)^XGSo<FS+2fc-c AG(zвJxG0 NFM߻U~LĦF$BF5 Q͗:PqQT|OA!{󤫞.W MD94DҙLċF&O(ao9 ƣ]^{ X kVL92ۻ,wP278j;rnaMB!'uқ/$7V7Y @cF0‹mxՂKLfFS04* Yp❲3[4f##+Kwܗ#rށqͳNWƌpMB_H&ϡ$F \ݍågzT>AՌsP&5v7$ݯ9kk{:(Yf%5J$~DSh zgDs|yuġ%J Z.6(3Mkx5*F ǥ~]YB(q؝eʇytz|EЄIE1y>,M>c 96fy QRV^$ ֫) j{\/SGM)02KxmIU`9nVIZ619¾E3O 9vWB:ho:FNTrvX\4=IibJG{*O`y0^`M5}X:Aʮ#oi#N({bSb``7mT߼ʻx#ÎL VNo.GHsOk;X B8'Ѿ^ OӍ Hk&f%83H(_J⨍Gﮕk՞;wH]uU%hJ.M0K}cSK*/*?2Flt/Ϲ4ഊFZgF_w*|ڕAM)|WC+uxRvUGDo*i@\ ]L2;IYI/pn.Mz3< l HjRNrCv\pTnvB 5'q׼ ӓ;5J*Es!D:i7l8;D7JvQ~~OLYOBdTkye7XѤDc)FG6ۢ<H(T^YԮXH=e?:.JDЗe yOJ\}|Zև{@[wo1}zU=i(*8Vw0 Q2+)]UFeH,Ui1Jlu\Z#Z doLm: ,f!#,?L3RB4k4ju)0era*ar[LB~8^e^e'[sn^d\Uq7'7REy >lb)#ԁ}}z%$gtJn@S9hJ C@%ufbmY!;A)./ fl Y3A7!̒^j1WMc"%VfU u:w^?ݜ1_j-6؇q>bo{-ȖzGD4ҤEeksf\ |-^*!|UGV B$F#Ձvԕ\SϛIkXǭS#k,la5Llá5|6Jahג XT۾Cƻ5 hF8q>0֢e @F1,IqyӐۤ 6^GMG ~GTA\̲,Cq\ѕi0Į[glקȦ `1:U3dw}эUfB1h@D"EP36lt}1o_kl^{3CS8`J;o~_ó4|ĥ S:pHJY!>B"gbM]B;G^ `L^_7i~Ѳ.FgZТ1Dؔ`jk$ߘd[iιC0"_:rtK-%OI.܇Ky bi<˥5*Ju`1c)SZLk_Ka(zѶ`$_9%j G'+G~зnOzfh#o@tI2/[!I 0le2Q\RaSW",*AR FB8n%Ϙ6B_w,xa噡5tpp= .ԙ RiVWUK0zG]ulPW(ƾ+|=24I٢2} =s xAơϳ}^v8>WO3Lq-Tfjǐ$Tg2yH$+Ng:!> Ͻ (T]CVKZ\Z? kN1lo54j i/2*ix!bD(\(ՔBiϏZȀaY q5q֐ɉ|γ/%@TWn;&F]]ͮF'EtB*ro? PFj~{jacIԖ1Pks9ebpOk YvQy!eaBߨ"PtNAnG$_M@ 8x̆vJILuJ-g5+wDYoC} d6z1aGCD8zUC+)_<(/XWG%[{?FeOpm TKj80'3L%,S8+3GU/2H@n60MeXd?zt髍XV.\laUI* A` ;d72dsWu'F4mdj.ބz3ⱌVV/cjh:^)=Qu>j`z:¦pRрנѳaK7! v%Bu -ZE\a'g1 `NVXy@-3mAcR8 [H aVh1f Z3a=e@}nTޓvoY +mcژ0Sj(@h1fl~z Oz&>Е\Q,^h-y܍_gM+J#Vׄ޼NคXy&z؀ނLg>Bn$si{GF{(LXqI<(Fb&Gfa~fO˃]oqvFk0e`z FZ/K礧`%z_ 'swhۂߊ|G{]Z% ovq!µO91<†5$]}&UUuOpǘp(?Ge;N_7߫8D!_"XNgה 3VF)(8GñO΀=H8uU]@v*fY~q!kg,XH3%/ɞn\]:5U0 " 담Y ZU^)؛R#bgD''|9NOyk|yأM_r"?)xEi zY Lp}9*VzA[f>Xuk e{tџP"_v 6qjE;58iXw,7V],D؛դjg@.qsCLb#ʜgۥxr[@]qd?ӹKjb*ݢzM}wurT= gKy"k0/V=-H'@|}l1c:.s.vNro*C*3E 6JەMT" 4(?䘽|V2$I)ӎ.4`9Rc 0c&ǩTҤ`)e Rs5_ypQOӏT~pd L9m ufB6lќ;58b ]l;M>p,h\Ȏ( ? (Ȫ;kt┃=#8^C+Ui(GP8?1 ݖH.@ek^zI.n7WȎ61#Qa˯on4ˀ5-`dۯڑ6  g_(`ͱ> ]OEu|`3/{ȥAZsuV"M3a7ū+(.#[`( 5AtpY(Uii$/Tt*xyZ2-\^mGyqo_. sSLJ!ˎ+у1Jnڈʢ$PyQ{%U*_f 9(+;ifZ$.&}E[цЬC'3d4+$˼f;Udv[Z\cVU( 2%,ZJz:"M! cߞ\e)X#8I*za{لRB"tTo?UjE}ql~q-7g|)`Mǧ)^ml`VY-5)VQCQn^_\+>7n .:  aQc @9^t^+.3aͺTl:cQ-1>FI/TrCtxP7x5k;j(hJ=RLƒGC(5ěfλ~ch%(̯1Mk6jızGk<]`>%MkeOUqaj`SE'ɗ VBx4 X[tKq@?͐d~ J.suJȏ)&zԹDIuPa@N<=gCb !=7?߃D$&&R`;h6WN{\X"oڱȟ4;e5bI"TYYmz&Vr0 s KtQnȲCtVoi=aSw3:3J7L@O႙BȦ6ˠC ))Vwjm)_([LrLD Zt&xlw 8ė5JjRx7쨋&<7(JBkg^)Un$ɤ+o ʪ RLq<'U0U^# K/dQ YS(I>aa6?)WX< jeqԥD h C&(65cCfW)'|^cvBjCd@dF KSjHo8DUAACtki,{.buCNIeޭn.D)6 ִr<NpJ[g ߠ:wvPpRӑ)?aDS;u9̴ϻFIz FC)Hk`L, y]&_DhK@_S$h h+$Cx5m=~WͺL-H~zb-aX{Y9o3?"jV f=gI8 兜45q62QU`l鰤 = G4OT9q ٔGH6UT٬mprɭ#c*g8"n]ѹ[;hǂ7 |?\~z$ (2fS tcguyzk3 5d٬5U4Aˇ_N@&"uv~=>r^ydРQ}DP]VYն[;!Es\'ohp}q55o ~ 1}e7g^gא(ڠ"9,׬+ J\6AVʩb$711^R}{7g.ɒ>d* U Kʈ9 d*R)<5ڈIVp΅W`e \2}¼!?@di Z0Ϡ0d?ֻj.Jp:H14> sD_[lyc?bRxJSp5ӸΌm&Φçȣ&5*@QjPQkm#5@. l Qz*Nh vFٳ@$ ~ZAX lgErϼ,9͝Lzw2ci! q(#2WA FD7Xka^.ڊ6I :8|FIpqY:RGw(4]-m2}3"DaFJ?g@F}%PF|ZM0i}@'icbV?3g U $`_vԴs~赈 "pߴNOꏆRגJMUKQ͒mJ`Aߦ#`ryn`!B&P{bJ6*; &PaslOql^-Hc`,>_&~-^]~F#:֌g(E=T_ԨF'R͐6;>=="kkC@@YvNbR1k<𭏼!7s<}VəM9Lhҵ3Zx)<~ cZp T!S4}gZ_1FưO(-u=!7bNtGYTkoVN!#eBj~ +ɼ/ xU;~gi 0҉J= e)/u޽ ldu]SROi`-\ϛbk-)PV{^unoN'[0%\0XxA>J|l< q Y!;@9Mw>ʳ߳;)}4qUQ$C{%5u>( O"`,]'>t q)"=B](:̷AV ,x LѻTs*ٵL{Yُ^Iɠ?gjR]x1"#AoOvJkbܾ@Ԡ;Ax/:Ӫk0p?Dwct]c“vSo쏪?SBYC|!ơ}BOɊS53tf fZ8ݧ='Cy?.<EǑ9&(,SsHRHBaG{7Hwr|[vtՕI?C ~);SUШT׮wL`O.i)nE쥊EBLQK/Ծ mY հ\(vwk);Nd SJ&f=ߝVz] 9IsBkVȈ|\ݗ{fں(ZPTxs|\&e`q ; j.WS4QV.6g٢ށz)Fkc/H ǟ"jrcXjI&CcK.9:GG++KQTcmp"|;GEgwӵ4 ,%rT(7.=4d6TQt6*PLnX2Պʚ9Y1ew(`<''M*(cnֱp[ħe2ny _(emr{_ʢrN,H\=BDwQʯqk;y4x'SϏvܧ DR-scWړ"X(>JMUIqpuX=5Y1kA@gϘVǠt~Qi*Dz+h "7 '˘ ,18zO,- RɉZk&G9 <ZIWXYm5^ka"D'Ij<ߔdZCm"HY0/u}~j$6Q'Җ|pJf\n\C3ݸ߇),7ieGg/};{#Xukó}Nת{L:@τNv/*OԱk*$da8BNyl}0&9V|<1Pdgͳj R؆MK0L‡[ 6#cbL#/Ec--D1h]/;{*X d[]!NL"ZZ{u4, F%N860@l B]WF4A.9Y֕@}oQ#7~MEÄ Be$IC Ɏ֎ sJ^ _BdE5`@c |ghH-jϧs.Z8(Fq1v;[_=Ք )шy#ܺY W6:ˎS`j15Pe7Ԧ{t}4*!$ <G.cX )r`ݦ b>'LCWKi$rGВ2g:V 2ϒ䡭D u~#ly#7;s@$[wI u mJcNH* #IL)'^y{Myh(vOs92*Ćlbl]@Y`Ϋf} 4^tzo7aZJǀ3fCw\8CYLTw<@vMƧ9DܥgӶZO;5CePz9m{n v}Y:*g%&4?C1*7 qbIo?j=qBz$'>SDmH%t"3757^h]k|Vf}MA~KQې !$DC45g}hPLBT/]po /А%-[pJX׺z7~ {mO̴.*%ݮdKkʽPW{#\3Y)V -pZ Tyr Y-N8k'Grlre{. U FZ`"8zlk64p'PK|@@'!:N (8 OEf_%GJ閏2r|7_6ntLyF8]\Uje{&^Le)/kt^uH0}*Ѳ, n^i20+A3 ShR `z־D뜇^B`^CqͪS"74p= uUT{§F.z-3fOno|SHT1̀|b0xPj.8soE=ה*./JlTLL{a+Zrd @?2|=- TˌyаA^ICL^"g=b Bׂ' 3{Z 571W&:/xS>mWr;<5o|㱧\ҙ;k'umԬP\2T1G{b_?H0.H@Mrv!|4@%m!ߖpC'Rh 3j8Y\*քGo[ˊB"L2%x#5-Au!Jg7rV%Vf*ibIMfO2&FKpwkIϢal. NgNk>aA@5&/CzNq /??L绖ssX/J?k!cZC&_IA\3ߗGL?ɈXKρ*+b\4L[g{ 0y4eHA%⹖i0}]DV=DKQ~kű(CߛCf0Gy` eUZHS,D8E_hL0 ;ߗAxȴᷠE_M1fs Vl#{+tbk _ ؿ N&(1}Ј\Zcꀌj ؼsrq5: ]1_.G]t|t0rESA~ԯ넙n4hք,52Bx+a/3&f l7l;u$\X9:$VL-!B#"Ti,/qed 5 &2OeL&'R\`{ \ or=֦ / 䙊U.< Cj4 uZ %,fW2_TGR5aeP=O؋<J$9w0߹6nV P&(Jgh(,R/BU++I 7U<9s333*ڸtfX\47=^vA`O/=th*l_cCK/C4BrcHqF_yUeUyl:TA+㸧?%?Eb5Hk_Xnf_ãFBaz6- cŊw [/5%?d̠GiqHSEo1!T(y+)f.*V7Xp]c^یSfu/UJhd21Pq Z1a<+-]FNTE0\:f|]M1ޟeMB MqYº5g쮅C8'w2:c{/GrQOk[f=r Lc؆`XP^ھM u0f.OK-} tGWkE:9fQUphGP$XJsЛ8J_S_XWO7SGb~vro:BlWtЅ@w(; 'i OբN-jp{{`6gTx[Zx' k\Gnf6*TK4FRY0%><=I}{yigoˬZ=f{[@ID4BNeAMFǎ|`hbQCn~ܤ)'Y#M@Y‡vseT{GKwl|=~|gr4udKN1O,b|t;DsC"oVr$vu =3b`Yxv|H䏹N!ʻZ䝞ݺmYګmi9U3\ GֲT垣Dӑ0+?+E߈늛$X'Oߖn&Ǿ QWi|68mH9@zI,)iH1i'Sq+Í"J>|Pti~5VԾbYɍV#MW`+M s(bl}rϝ\H>?ӎ˾c-j֜=cMXLg:Zq\R/%;*,eK$ j/ˈi&Aphs惩m\ƐѳӴ22\SN^)񕹒ڍ(mN9cVaNAL)C^v`ro|kh~y5WtW? 1'ݎf2@?և \J8dR9?՘0Nt?'\6hz {\u[2Pl/7';, bS<3u렃A (P0/_yL]@fFRI&N=5,"\n86fIWtQ3K1}exL2?E[S)ov9^0l @ɶW5:B9MY b?d K\J /% >`I隒"?'pU3 NE]&AMo0Yr$hbStB)oԬS"%EUckMܡ@EfoHpAܤ(tŅzV XI LHf ڿsavSq=+=YG]d6'cʡ>00>%KH N50{ǫ|KL1;ULӕ`]]bv%Gm +_OXJ< !qy%q+aKb7zS ?|Djp\&c$^?I4`HJ]5em {vGFѭofȤo*-h LUӟ"h]]Y% Wkۋx80;O2 %G/ZX}x-s!*{YDWP#2 VR;qJ,|W&A㫥< (-B&Js! sUIFuߣk* j"\!|> Gw#YM"efcKw A(n*^b g>]1[䛓{ǥ7fCrV8>:fhX7>EdV:=Z8lʙhQɟdbbC>M"7įT_} EOE93&3aYGŰ0faϓu: ~7 >ngGRarxvt7D2Wq0{|H)g~KFY,-qJ)d,(܄oEl̀ p-(TZݔ+6e`aOv⡘Dr;emf$s4[3&/8GH4h6+!L;Ht}^-_*晈FXmcHEO\[a:NbםY>3oXqH_HWHqk0KI[;KގzC4gZdg9Vǭ?Q́!j{P>XP eβ쳜fLVW^tÈ5*LȃρNkXKF1pEo0p11l*ߦO=j}s~Gjڀ UYMRv-erZj[-+o&I)ܱ/PQ=jѨXߟ 7+pHm';qMB W d{~XBbpUs5 W~if5$6Ր3Bp]ٽtb:$ [Z*8Qn ͸gFYV\]#ߩ khj͕t_~dAJM!Qe<%~s2 N`NUP@ Fyv3*q\: ʗO,ת78DQ#G:8#R!(]*BJ$y/&5Vqwd5[haXjwRkND)mͬdE/hyR`Jx/A,ҷ \cI#C(cb $hUƐ:2t<$|pI܄%^$q|&$,RI|B(kY'ӚEaЍuQ܁ѺR%A )2ǩU_'#4-|.aIY{3yPAԮ I]3@:&cYv ڱd-n<3I5GcXz޳u0ҷ8!uc/R;aA_%g FjJ<(v 2sl62dQK'@#l2 34cay*X!(?͢AFmϡ; ghj ΍W飗|Dmz} A0z)x v0U;f @LR8cA.Tb)VH/.LnP+1!l86kF.vz y iH<6dl%{&o2tZj`*BIT1zt5ۥ @NG%*: er,QOR,A"`Ո0ztOs{dǥܷ?u.TCSE p:>Y`҃X(G@/nn'^Mj?:ׂfd!O,ژRy!|=>M*Y ƫSKw$gsDu N^/e @o0vqե_"JDFL|pcz<p 4VD`m'+nNz*-Ҁ9.,p009iO)'I(M hR~ܬ`&T|;Ң9P yakT%*SBMo@&[sZ@wBYK)DkBAU&xo=KrS,R2,+f)rݖƪ+;揇~ĒbY$if~;vl%:lՐ{;s,TxFDY$u] H'ݩ+oV__k?%sQXe$(Jްp Pvf=&om[ᮯ+{Bv`9OX6rM9#`E4⢫@le}mr4:r',fk`e#_LT8^0& ޼Z=L;ZJ鉘~$QS JQZJ1Rv@"5eOQb5&a :M ?dC%OJvDϺYW*]/0:23, Ü1/wa<;L#0QKH\gYw|vD̲ Lq,$SWFc3fʗoK/htt:scqPBLX10 ݆坟}իVMɫ<ä"tH8g uȓ93+sdL2j{_rJ.D<R.=幋EʬvMkԭZX8Sq>[MwT4R2z@); }'p='F]iqOR%P(XB*x?murFJUʹyk8k6Ro"yͷ잰RQonnkH%DBRna@g&`j^{ӎg8@SWх#׌6C]|x[/u1x-AZ_\2~㕁@,Út "9aF{:ULM1c=>oId0빢B*OcvB1N}P˷6۩Vϩ@7RS-<-B”%Hb`HU>I dL\a3#O&u[!;vЇh[A}|4uP.Uh{YQ̾- ۦ6jBTR2+ VZͦRQ^2d|c/\4#qI5鯧/CT_ OS܅ƕoEU|1/4<]FݲF M g_qVfi.[S#5BE5nd oM3" 8()j쉿dQ0s(Qgxx϶ՖI2 ϲֱ斊j^g{g҅>CՉ/d\bF$+?$^\8 Z(*-7W:/jvǾb(R[A.t)m!HJ|?i Fe&Huk֭pѹ4hW NJ6/+$UVbIךl.9\Y„H8YE? jH}T 3̈́d}ꏆH 3ҙޟ ~cg+ f[@AP$Wx=Sw 2 hдCΑ 0's#_[t}~|A&/:MB7w؁JycM <ў8]ΏF iSPܶto+X? "!PFa;ȹAG=SPP|;\x|,YShϪz&1?Qk|nqv~ HIω ]v9ȶU0]yj39cx k*b2ZHa<$a' ^R .-/ɵS~>.£623J->6|-yk{sWR޼yV 5:m ^tڂ')oًǗK(J魲L|N7DN 3ma]Gt]k[J*BB y~ɶIMQFԡ`nq^S9WKD<191Q~\*|YZu8ȎN!5$Z#oƉ;,dz.Wy)*/JFў ;Dܭ^I魦YV1|zyu&(McW/֛Yb{ܺXĬkzʉ?|-~슥 X9KeI>rqɈa K%}@+| vY#_vשO스 M:g. JE dl~j'i/E%!1R\@MTmB9?WW! X$3C4^ъX,1Nt<\ >y[?Q(Qe<iCǢ^/VqF<yG!YYv8+N 1zMpZ@"!I@J0~7EЎ_`7|I%eKe_ VI ;!smrYq^vo:C^|2yRBGOQiff D\ٷbQWe@It1EYf zKL0u{Amiˡ 3ϋ."e.ye2BfD4P24%ZH`ԈF,T (SR%rO*S\+w$;p^4UX(׻ q'Aa62t){vO-VgZ O~D.N}PrhaeXe4dCPсn](ln]ם\o> ^7P2#bQ !f q9Ȕ~Dk"͍r8> rmI1mܜQf)*ے~s;+ʯL7v!VVOlˋxWZ&ҠB0`+:V_<9͵}g8}' [ fW״L=0ʷnd?)cH/#M:#~G̓+1%.eA%s$7Sq@iMe7;2DHdeDaɌR8 u/jhQSrRԁKz kG%'|l˘U煲9ˏxG52 8\7栃|K-,`* )oGݯ"KM` qHR|f:*UC׏0/o2 L1m@E%lc֜|V9b5+˅T]swP{Chw`"#SL,.*-! {3E-c#tPx v&Sf_[;3-V@M <v *yFRXS-K=;0ˆ9IUo*+)5%+'e;YbrY@@箙xcٖ% !,L5E`a t V|+CihsFPBXhLy>h Қوc辰Ǟ'R&ծ-Un76 H*g曂q#:.2cq>'tid"MM5q.!{ӔpvHSd5l5 ,$E@;T+Bkzua`)ohI )0鴴?w-7iLPUKCɂO!(֨ʑ 9x 3SɣUNc*laU3 uvũ_?1k#Z`Ջa ')@ ۑT xBduݗc=|L* TݚwMqygJoZ a*=ӗX! .NBaXJ3 w.d%-]"̵m[3#ݏUc/P]71taAFZ!d\ezڵ442dD r1N;,|A:H<#COy$Q>"#m"Wq`v-[7A|*"4c*rȚlJ7 u \O }grv"  `J=AfICrS=ܼeimH..H|ľyRM~nt]u_oЗE| Ւ52ZCEeCR$zlaT; TsLAO]<]ٮ@jcfqҖl)X4_n+ݡG p8C5Lz;MŹK|Y/sQaE<_ ̣߱YذYeX߽ϸ{o8S{%DI{0jɪ_,Y: Z_Vٿ {Z!9PNL<+t/Ս"T#63U-:[ᆥèؠ$\Ɓya1&ݩzM،;|R17g %VK-@LJA䰎pb;trƭ2J &ZtcG_Lγ&xU\܅XL$/VēȟOR$}[ AlʮS P3G m1h>eFxĚɮg| 8'4άZn˜$ϥ, 7kv@Ճi(\u<PT$2Ƹ# Y#gFJ!f.33~EV] :-P NmخzrLΡV9pD [3n77pxVh!R䁔 rF`@s "E#؍_K^J6r?^k_T-Un5>DX8`:pfAH (uC,i.Ԯp+t1c1x\LpG oOfas R)CA2VR+MyLzD !-Cy Vp{ɠ)ݦlԸ5dmƐlS0TA {K7TS[KPs氛B5GZ#%TnDpne`@;꿗(+XTܪhq]Iu7v{p'w>Ti .C*#?v9U$oO%Ke2 >I9,0'ޙ^|3Gwj riC%iՕ<|ܸzB2< & ݿ\kor~N`.{ Iщzoԥ*)p!D.\do%Ͼd6=H_1f 7lo "7DʏCn"KuJlgMJƑ**|Qb6q‹boT1;%H"MSȣy\RoOw\Îw@6{1WT톿Ac}\/LOMļ+j؂P7?[}Ŀ~հmMZ i vZʘqgfUFVy1(+aI͝#Rn%ݞ*,mu7YmT'.鳢q%JPw%$FGӶEȲunw)55n. ZrbVQd^!*C~cJ듊cb7j>ㅉ9uY8ޖ jK587 'r[V7*uQ঴n7d𦗦ЬccMzʦwOSKQ4 wvRJQD^.?QA:lGE{&s}NAu<>|鲺c^!Uz q^:iG3Yy.cV@rU"J.]|BX~Zt)(5n:48}DD~LH&6jc@Cipr>Eg}(sj&ӡp" ^j" |&5xEc{%p: ufQR~dMFDV5N[b0Lu?6eSۜfq3=BS;wY:r/⋥ 3*Þ/jkb&85m?6,l@)E4"7="@.e]{#ü<*.a$Si؆T̏)*X^@pTt@Y$?S"oxd'_k-P=/qЏwĘCy23cmL4/Bs?<ɤ/7<7_:J dFKx6=&tХ2ӿ-0XRwkOmB0Mue抨V 5.ԉgiA `afo#vz4{vp膺B{ X V|d\'hkSqQd9]}$gnE׏IvD+\NQqK7:=8Nl?'@R/\&:Ou-. \$aP.Pߊ!e(VB[k#G +W[vyԐʗ.|Jj8z IPtu0N=2G>'mk/Ab}*oDGisA錁*K*N }[{'PÖ$p9N瀠˃p邍,'KkQO5L@IKM/O}?k7frvϘRfeR]dG14A|W4S!~wk8JeZ"3zVbm[`4zˎ)DPoQ3Z'DBv%+ɢHXN8D4t)`>[8g|'\?H_kbU6cj-Ht%SE(Pa# J\6wLَ;5XԳ޶OA81.+lNJ\ň=Nm,y.0;Ș1:ݾۥJ@ء{\6MN}rO80~߸c Gn;X H/&yRnre f*,--?/zo7KgUFߥ5+_000͟Kobl* ޔsdc[m$mvB x"DKKYݱ2k9l7%Q3Y$4 *O#H<'ef!&e! 4~H}N3~G_*}Rt»iAd.TWq:Ⲟ!77 -zÍɡfyh=QdҦRZw/RҲ>} -(erUq1ӧcKH>#GQ{=|OZ$hVQimY 8kKYu"Ѫl8:(KccsM1{f[?*JwBB V S.@bʑU>SnBv_VpȀV$c?Go<蜾qKG=]L9cl;{^-t'0",h-d#;7n? öJ %VWffLc3וOv"Io}FʱoUV6'AλzNF(|nd2Ȧ>>2a78g6qC_;G5ٸjBp-NSR>~K bva݀,re,w%mY n&?+rlF噰D!HWXMȗ+H7E"d:\ЇC)@{Z?X FWAIIxf銯{ Sie#6z)V=*|1J;I&iIZElS) yH> TG" ylWYw1sduj؅f;%.^虶ŽDIw!>~]O4HOx@\/c,~mb莗Z8I> 54H jRRL?RU N;9,l!=<%M|*SBLIoZs!Dk(˺ zf}k\I+JaFHI/۵vmK4JIJ_fks .? І=ss>q@r97]f:'$!vjjИp'Lᜀè&+YNM%{_i0WrDjgxT[p>N 뺭 $ӌ3P*(80ԹvDG@ Aą+G(7c$ KIv5.!˰Q v)QZ"xaA.a3O iZA-Jn#/M:XLOVJ:}3Glg]Vx &eKZ8x>HE ];?[xzHo, VNWXB-yi7IwJ>A2.6;^%rqޑq}9K/`*dW҆+SI: ,ךvdIޑ庣}R:jZȁPCW? ?Es@o\U% CjZQyqIݴęɢW5U 80Kb#o0&7L$6or."b %,nP!οŪJ_ɖEHǿ+#e{ ]& |ׂɒz F (8ht qSOhBQ* Dr ;@͞(u֊[ $ξJX˿sѾLcSvVKh!_hxXt-dq~V<[ni+f'rETxa{*=G[UYIys u}GEtbv,^ SI瓍3Lb4sڡ:()m;Lj>^.tθR+Z|jz _(ШlDuJg⠪Oj4J $H-"m`Qہj{__aKK5tf'MO RݺKmbj-⅊@hY#A-Yh~i{=f>9{]ݚ]=,L-0X2]h`c0oi?Q ?,uP+ n_nehhl0~VoXD8sgK%MA Ծhݲدp>![r%~؜}yto)&Zu4SV+19 ts_>ɂL4-X; [F{#Ta:_=!dlX,sL ud޼D>?PjG4|P( lҊ,_,?کl] }ƞq&p,\*# nKM5,j!! Rh6OQY#̕JRi:Ơ 2%]T91<欄\>[NoLVOW5la44NFwA'{t42~2cv$^ȬC nO2Ó^>Y}3 Ӷ+QŧBR!)I8qT%YO liI@Y s c:~/\$}2saj9 ^yc]f ݕc`%*<-]`?MvAcXxW.w=Z3o ^ɔ]|- wt| dIUb/$[moJOV$)~)g "x3I{ff.xsD`|2쟏`ţ#쏪2ưVQQtSMwQz t3E P[2̑xfњ IHZdVʩW82V_N6wC5^h vZ[ū7٣&h3:{}U&c/Qi6@RSsai+%7Z;m3 Dj WJH 1=:aKC9M1oJcp$)TEfNimIMxvaO#s?¡{_N'Tִlyu  1MqTב$o s@T|/%'$q6,uX?]@шz88+7iP>W,Aj0BY mr\Km^d+̭%uBͷE84z;l3> 3il2ʓ\QgÌ"kEW u9N`34潁bi!Kqj>˄s4s(+[!OTH) J )KRI\k)??5 %>l7򤹙^!:BB^NjGX2ㅏ^T덃lBZ7oލN؀mL4x.b2>gTʡ\FtU.9B.7e-'䐫X0}#dn0$2jK7w)Ry s/k8uO=ZZ(&Y{e$|seǦcd;i9QjE wOϔ&:$EgRN-w{ ʵkn6L 1-uw2Ɍ`C'Z:1z;@8%;ʵ.:es8e<.Q?^sK潞 0u89:6|A P9 lr`Cf,Ҷl֤|^9pVo][Ik/;VʠpNwr:o[ +z f|DA0{Q؊lۧ (J{"pOyiBէ#9Ǭ*"jvІղ;(E}LZ+qibQm`oS+!~zZpܭNxeQc6J HZ(3g;.%p|qErEPM1P 9`4,NU]b{ӗ#ºS x\ >4\ċ7A#30H-vදLn4!2adD7mbf!kZV!ևx)8sJd>K7QaoAW֜C_׌/dmGC`.2!!c#U. Kl?ʫJѰ0Pq|r8/ɺ=[ʃ{r(*̶궹åѿ|gtO2HX_۵npiSkwwG:SΒ7/f0۴)v]-1w*lm!KhDzg!b̌Ֆ#zt/hob^epg:ӌw­ca҇6N<^|5#772&{ѿudG} yVmﻇ81:3;< ty=@M VC܊g@tupD YC2eC]sl/#8=flf3h@+JJUb_(Dn~S;"˲i`$ ?R(oQi@:ҫ/Ps<= 7KWoÔYTY"[(G*s̅ &]{"Ll[# 3i?wI$B:WլURcMcivD{Bɸu*1қn(͟`ٽwmbvTWFTG%T1%[(w6^t´'cSH%SDX-_<3L*f)gdnar1_F$ꡫU>Urj[_\YˉqҐ,}]8kn6/29^%IA0DXOE?#r/"&J]vY*kY$ +t2hP#3Vd@qS%H2p'>b`I]gI@ = <| UŭwlUi9,'}6<` {* .P_Bʲ;T]I osh-۹'^Xx-Gm^- $VVQ׈JQ%!V/68=MBGCwR#_Z!]j2\?A{ .HCѥN0! %臫G0G FN3hZJ W3{n?iWr{\~q2JMwL.Mڭ5P=k /mܑd$r!I ZZ1zFT]zS7X RqKdr,u|Udr9ki-WqY>oFjU.ez\.j9fԦS{<7m*JI:?a!~`SF +sV-,zF'# PШ { >e  G]˂M92*f Iu*RrA*m j!:CU_M^S"kTfT=- '!UTG? wh1)C5)܆SE1,0?+@[D-LWpS G+OI㪺턥?Ζ0ܛ.9d񽐺~-S˨fIlN_Gb UhiC.E Ӊg0VE)56"[#&%[&54big>gEŮz@4Qt%wRp/\#b$_[\q܄txr`YLf~l!^`GY (hLZwYᒾ$/0׍c2㍆IӆtF*9u=PA_ 4ID! /Wt.]\ !3W>@TmɅ>=%E랊9>,eS9 z_VZ]mH d50 +K q| DYL"ʹRF/okH#es s?%մN`g zrQEgW)m E3v7\9MQ) %GE?j$έ`}V%|W8.f&JJcƍĈHӡMLȃQr\_/e]>wW2>QetR{$j$u_~f;L̺W6pWҦU|cu"digvSa 6%MDɽ^W$,ؽW504d*E$D&vm ֊WS?Jzc]߈rYB mzV12U,pHHZu1+۝4|خ^ m5 g]R^-GTFLt)c|vMt>vA k6掠Eqs~_#5i hG85J r6r>Y#D ~o!ͯ^/g2QMcQ4nŧ: wVuxFqh<3#m<]-1u(Y ̺M9Gۚb6~{`X0E/7}:xH)TuSI? ŐEvΏUB߬0 ^+ S_TiAW^w39F@wP(_JT'w.AYJsݣBdfo\ }6#&v]nIׁ:R&lR-&:Uj$faWn§eysv;zR [Kylu{RhPH0$/<|UǟJyp@(]⛗xV@x@qU)bB~͈I@nװ0ef,j4qB >4ΏC¥.&K5ZEWNbjkRl8Ծya$MJW?9*pG&$QPQ-"eך!pm):edʼnã+?}7$ULo gwwVjK|PP,ۏW_bBXZJܦE_ 3iDK|8F@k(3H4p2gykH?bvOڭlBWDG4 `]BJn#&43ī3$%` &8ǠVWm. ԊjK[=hC>!H:K]dMGvO p1#i:MMJE^#fWcy~0%2"|Lv:&{ qXc:.-]6wj9fGڲ/=ML%#yEhڊayYsOB}ıꎷڍBxNif)?MP:BW89Ųr4)rwR";|LbTbO6Fqza3_Skw9P ؂+a4GB1U)ޟ)5ٌ^",Pד~qW>I6YbD5ݝ͗|aOITkwۤUUDZ}< ,9a}qBR G+X!=FD//Pp xp tVDG@7Bu0dz0^N3?3F 0]:8ÉN*U+ 5`zc.GYh 7eqS#E]lnrTܩ-q>4 aN.j h/ O67J3|gC4aЀm)fbYIe@h=xK]g)KfEM{EfMnY#0%٥1//?@CJvl)9"/:JA:F^GTIBy<?,.C! j/VA3ICn?sgVcv&DS32a,KJZ,ۆy&([ Aa.O`~&LCYDҹ !|U5 jL Ycqa>(kWȞLȻ.ӌ-/h |٫~?F->>l*LEA=u1pb}vucXtnFB O>%[Ef!kK8,] w7 }eGy(Ψ}$q$+Ԑ?ڛsy$΂nfD˩JCA,k&~,@ִp 2N_sۖRhйXy`Y L$6(!/U[As!fphqT$|(o\*_F-;VSS Gqç":j45s1Bc:!i#(<3 @d#:nV&ĉg-*㡚iJKhR8`8\/ylLOA?s/UJďL'X/zL&A/AY9 /OUXs58eܕ0 aZ=ǂXI_ǍͼS픵8%".q%l)N&Ӗ#FWw3 ERhۓ+]W:y{3Js-USR44_RMPwvVXF*# (pꮁr H'#5v տ/;;h֙If3ē2%+lR(40a{瘤r# 񜑫 V-YѡBO5n2|/fȍsnn܆7@0zX:M*NPUy?{Y2^xN7uq4`he*Qޭ̾0Yj;c8 #Hb} ~A>,/PѠARfsOfAWl7V*-%/>v|M8?:s1D/%%<{2}[?&DL-!ƠJ `g9ާ.ϿNx>f!4; 9÷ߘaҮF Q!RsWdּ@]Psqd7ɇUs.q́ _(Џv7xK3,O`g_^04mMH[fw|U5Ƅ#D%hle[itX`$tjmk>եcUsrv3?Wv>{J4:/ A!+Fыrz`A;.׮rfue ڜ?wlOa2A e]-6[0@vrAX2cFLop\}\_mrPĻ8u#pټd5Ơр$t<Җ܂p>>nOUî}@&/&uqucgk# aG$+9V4h8J-lX`,~?BMZ؇h\XZ5hƻb ɄGQ_ʋLc9XP3A >Ex{-,J7>[n.sp\)e`L>MFHx`>]J-+@jxjDxJjicp -'1Zޜ[o*"6>w̗"_$Gx6fF*z;@1AG-g˺My4+`+|-Ѿ $y9^d@.R%|&j$BjO7FWR6#TH<9T%Xk̵E<6mjL9u>W}-)*Ѷ]-zKI -oW$+v=Y;jAd)S]=H$akw:K0HVfze\]u܈!̀--y!y. Wf&T;h9\6*ƊqĶA#qY5Mѱs9e "p@<{wWsQ:6c мo+!E H Z^ Er@m1 "~̓ZUy{"ͭ{53yO]dBܑlSO0OU4"~vס~(v'1uqWbn e_=;e@Bm\Ҋ+OO FuH9V&0袵5n@˦C1t#,ʭ~˃yeGSQHFܶv-+%~1n\7}4voe$vHB% wJC@VcNZ5 Jtܳ]to#\+?^@h\~š)]^[nId`Õ=aWS4& C^Κ{y3{O*xråGZiiVYGZr 4u Q˝~=,= 5܌y%fKLEu5xG<5ZG`L5CIؘBO1= ^ e]|ȧ[ L Zټ^4nPn_[x£Uw jn'|T`ǀdUFėYrT {r9MȺ(YV0(3ޮϨzdRfژ ҼfI!:ּ;{ ZPamWV= &9b# Mj&TCj~,ɐ`^3]@yluA/ R>@62xպՒ"H/[wV %D,rFV}k;"wD%y@6 'xR(=2 tԷ'E)[~XQ"U9nֿpy?hkhvx.͕/#X2m>ף1tL>|G("),ei/N[g@b.?kǕկ79\xu.wNc"R;d ^9s="2en r&xd ) Tb^Hn㞡7~+eؙ1 TR Q%2DJUA.ųr#?r5A%%]÷k잃SU|dDGvp訹(go9N;-ڊCIkGbޥ/Se?})3; b֌ ^YkA+*]s +ْMLcM,_c vsyXH)1RGV0ɕ I:*%&~30+0ÛTx669uHcۉاIgiȾ~;mWW^(hd\jd1x ,&վVQת,aWJܸ)@WTIxTZ&T!cZ˚]@P!öeK 7 x9AYsL/Q]B,DDQO3f'1Ae i>nF4L+GC2r9NI&k{l"*@Mw.>:IytUk*IZ6>P'ExД zA1WܘMp 8^ Yď@&Qڝ'ٗJ+^uJ6>rފNpَkw2{ǁ{S}Oǡ]+ӿ@2 6G$#R2l'5 C}aWֵͥ^NB.~w(QDGqvڅ:5U(lZ g& Sl؇:>Xݽ$n%K祇0g;!mtپ9μw ?>(CJR YN(V{P,V$bQ&DN{keZ3QyTpA-/N{#7M.6_xRm@V+PDrfj8l^DҐbo"} )e`ua|f.BP}/N<ƚ\ByJj*=4:+MT*19 Ғ1dt\zPJ@Fk ~x!mnP[#&&5uw@<^AZ;Tk9*^+ ?"c~&+5x.qXG_>%BH ܲ)t-gx _L|ˉVY,O0&ZS-˘kU4[qUtǃP[$ci,lxfQk} HAveb@zl&f+ɣ1W3sFwԤȽT~5fňnDy.2b(`hR8IGу rTS M}8C4x Q#-K\sg BA4> 9~SA3:>M͓ bp},_끅fUw@dzk?\Q؍αAŠxb!h-/@9L4ڭ8ʡaeTҟI [:=b3A!K29yj$0JP0ml"?i9 ${:pha]H]ьkZayY($"t)&lN?\`Z'NRg@bDcjR^s#qTLiNX*n]&:^ѡ[{6^^c~xgPW:Ei%hнrߟ.Y bP9D9E`al?u\4 wmo|![h v q(aO HDBX~mH*Uzyt<%PfްBqBhE?@él ?d K ` B| JH~]8m%=yF36,문/)d50@2 ZQG%PN\ݨP7IA}q( x6TJKU2&T1z#[q-EeV'zTt' w :"IEb~RWk4v;Dݚ9"VRQ_ cdg 6ch]hqB , ]XfC!S&}hՖϒh!ަdgfTV2+gS=AyK:jQ;ܹ%3ŧW1T[+tA+ܵk@` XS:}W'stNj߰7M/n(7lXBii2M Oe)po~u&k"JܹIx?ttM/T /ϒ{}Z5͝ԕ3#ÅgP|X0noLnPM#ϼ7ܝfAzf#E mI5GǵCk%:c}rt=r" *!%1n,3e\S96C37#Kb Jih(\Mz L>mRu5"0 ZwėH}#J,`7 IV䑣=!GKfR|7@ݻͣKQ ]^:}ljpS |fmkR0nDgMi5~lYPyiaGzdX DZso`?~cSbr+ۨEr)x81;-FE^@cIE̎ tbG>ANXKƽ, Kz6X6Y92l/rMeźIgĆ*s_uŷb=z} /K&Kb>lG/;(R1.P7"m)dnkIWn QEWgcQ`!"rFkgb~&sȶ3$,lĂpFvR"~Cp#*;dž~3w _1#[%]>%|a<]ə'"w^^+>h*|۩LPN֚~Wʭ? k[Cs Dxoаj)7?&O Ƣx3TG+ű6 [^6&wXF~#v_ǹ]v.j匆Ucg"]!cWZPm:[ iۇ/L&# p(W0`P`rW0=NGm΄^.h1csIJy"Qo$b# isy"O%j g:6*OBo3JϙwSg3xkl$Dܹ <⮠OL>7Yd F"y#^(tBeBߺ2%{Z(l7[ŽoicERu)Cs~ܑ& \ҳ1׌g:pN'n_Y-ʍiS8-rCXms=pZj12{1k@M5Z  >PDGjPSm2 L5"#?D؆ h!Qk?XI6T6CZjT1_HIϊ"]`5J/#Me&[4٣zh9=06D)D E@pc"ԓUIEWiN 㨌V fh]`P=~=8e,)!.=Tw1v۩~\؆Cz $#ҙH ]l݀0U~Ы͕yG9PZpΧHYܢL7/%{ԑrI oJLJs~s U"(ݠaV{QruA?p$6MN3LyYX4Wl[R}f%a;afdϖȧؙ 1ˢ1ZO4hijwbpye|[ҷ7 WGI}+B*?2E6> ,b8 娥{4U, WW 䠲hyWQjV+d{wÄXY[$Tm*Zs22>~y_,+_CA" kwFV?]Qt+@  "=T򤍽dis{ GlD@`HbSy a~fJ>V) E' e`\>F%_FvtqUf8Yd45ZLjն2 HwNc2@ڂ?]%0F<9 v&J߃v*R+ pC^ \aBy"sr0퍎͋9:hG/*;4mxDueWg_2!R? ^O뭲`I2l>-WPhm"!L/c\yuyyOZL6 D~dRiUtfk촼e =T.%xE:8B,0tnp4cFcnqu1<W SX[!BBulg ?x\3?~YXL7X2FKFTbsasc䌼*u4VE]/O]^SU>%|heO ;XBdmW~En"MZZs}u JBU<.S3r{uL$"9iv򱹳 Wf5$3(-b`8$/{gŽ^~e2!n.mU['| qi67tςIZ%aҌT~Vӏ4i]iD r&چ {T?^q$#v9n0Di-[ly13{EhPKnYiؼ%1ut:I6f 4|O,TG M1)7xxJ.YlDVؠoSǸg= NaIy-X?#Eo 3+Cs;ӡەK_B_SNWB0/&sg >tKP=0.켊kg$ @- .i /{"-z3N&׼W_l;9gX1rFHJ|. Alz WH/# { Q&"- Il_B]Wڨ5yd7ߚ,8¢՛ Ƿ$O/̐^ Th=?8n^N7]woaN}7Hk/sYng :9C!=XVCZYo9nYO_5A-kcC$~D2Xc|%N#' ~=w R+Kz&T(n(:jG2g{'(m:XrL89+ݤkD2'N9{bL@z^TЋنHB=;y.^ J3#D͉l"*c{ VUܖXzd3 (;,ߠ7¢u xI '%cuOK`ܐV貫>FEߒInUbM&mjZ5K ܄Pq?NKW>EŽ ?ƚ}*KηMRq_ek/|ć9T84j()֤ X_ @% t(ydpk;)oxC@: vj?eUFysO3FBI)n'7 T#'o~xK+aHv"in_wp$HOH~);kCյA5@ߨS8#Mi!9G< 3o m+/$h@wPf*&lF5G@l7tooVå6Bp zEulyw(;h-$;+ _WW~8aTo+[kN }6#ܣJ(6:Ӑ|Ezl8J!l|#쏥a'&g/I p3`~q=Γf_Y,|o \5Jhz]kƍqjĥ7:Xӷl#: ~P0>wrI;`Z8e[)MW iR 4Y#Z}/'b94Md=筑z{_:X`JQdt$ۆH@\1gUr=3cºX ن) Nx7ag%;(;KTh2'jjMA@ȘVEaIF۹;-#b{͛T:-Se, ☑!8Oוl^8 ae 9%MjCJ?o웊D]6O+(I@;J[j e!𝽴^Cg\ߨ`!wk.5 ^Ô\^ў%NJzvĂ'(vꭈm雰lDE, T,s"p> ~`]OkTj*8`V>R bTzud3RxKǪ9-v Hs{5WbJvøEl3J@~z.i]$uw)'~TPlFDl駣mrDjΒjQX1G?9KWrrS?4\oLk53wNpp)ĩ(LPBϾ-[Q<.-aJ)jj·WJ긔p!?H:KĬ:#؞<#/7A#hiR(Ōqtun1:?PLaW^ոR?Prikl3MKH;'ZsK0hRv5'VN]_UE1=:%{zGvU륨`| /UX)o].Xb_W4[5YEf4OIzc&,`Uw`3+q[V[;<8]co"VPلAASfΗq2BD]ΜJ6gAy0t]Ȇ a1cLJLRbȯ§UU25N%J4ISP106{OV1[̮3ִ@Cmshrj,@DZ6'HclŰTmZ {)n{<Z˂ D#( %bIfgkWKLT/f,tH%Ľ-}@D.å>?7V N8ps@ nP'^Ca{RlRXpdnBF3f1FO-\v3G8%#:{;)О3&T-^PѪC\_xjg3])m. $nT܇x -6fX!S§G[X=I7u#4z5i =dN8/<Rt)NQfyDž-0=<c{2̻#Qra"9<a< 6M PJ,dP| n5?{#FE3A4Hc9UwuEB8veJQz7C%2.la(?'+wkjlGDwzF$1qb&32,G )"n|x%ZmaKp 㒣2z-ئ G6s 6wn]~;I@J3W4}112 e'bpJn˅@`!M!UWN 4 ,Y+p+ڿĐ:x&YI:@TG}mn8=֥_|۲ocȴ^ma\|)9Scf|rtSE+<7>Ru7vYs>%xj`QWN%@~J1LTꊮɗi= <"e`r+O  H\,hYP*Y`R8.w|{OMm6P@5jB%LExs|G?rqygMm*ȟ9ȴl< "6k*|E[Pm(}՚0lNpϛ=6ͪዘX*(=<4>-œ[>\aH_c7>{aQ4x6~v"=Oh:TokfpdnchKgq9r65"?:\cG}[.x\C$vKtZ6{:v'dnPWECT⚓֫LDC݈u[Q nhEg,fyJ(^[~ӷ̙/~HRNo/&29ب4%WFYT~TXyF$ aroP|`]pm>$Ewb<"nPO|# #fB)1?"kSb .&x O]ЧUVL\@ ;'M?Ei5cj#<-uÕ8B3B-hяRD>"_+d%*5"I91Ƣ"ts]SIZ vV5?38# 0bNkoRJU[f U-Tzѷ wcpUwGƕ2QbjPom+VҘ[5,nhO!@%Pbh~~n猡cZJO1vuMB2%RRðQH̗ኴ82]AO27 ~-JDmĂ2*5CtpyyK=ǧ0駌 l˅S<"Z|׬}%Li?4T4s=> :`v3΢jnUsu=gH=b~1FJ{Wy/S/ pu1ʵ*1+9r(\7m}GZeзpdFރ Km @զe l>my@)h-U̩ND BTݷKK{͕sdӌ,;>4D'U5;Q& AO؀}C3d;OqR23+2%nvINɞ.H/+i0Y TYcnPtyZQߑ*P*_P+!@cxd}vF-:C4xMsW7mm_Rg3͘\~{@ vBP9 +RyU/9Y.|5S B;+f70xLkp uvE,IͯB"et5SJu]ΞIXA~lu˰Eʒ]AFCt6!{Cp3/D'bERK'Kl*{-\b?Ouz|uX H9WuTfL3@7BG[kͨp4ǫgR|!N/,_4Bd0=5H\ѼoEy=+>CwS#,Khl`M -%_HXή&kh0ZU}oW%sn'Z$ 2V v"V{ +OmdQPAXݟ'Г $- e5ΊpޗCwVW &2ߵ@7v$ ,X" ~k'GęM|`79MV=WzTBFp}k%10oSsAGyY 'Zeuf`nJ[E3.bRv䑤5[j9*l>D-<՘9`,E꓿ \]X,ݽ (rp7u!QMWe*L8t?0ό0f8|xm/8cq͈ "XVmK6j[_^bc@Q<|@Z-wI>w $BwnQf[g*fNcs,er +5a:b8"A+Ѫږܳn/6uvB+k42a9+j CbD׫Aɡ5UsFW{}+n@CU"UOG"q "} -`L>^oFuzIUYڪz9c :Փz'&\ou?&0,T{۪>6Jla`L.!&[ѳ 9Vpj)GM Ir/l ӓ-mF[0r x1fύOOwgf& Wnǁ6u\ީ97a]5jQQ>[x/z(ѫ?=Up0hRΣ(;5~%DNg5h$1T Si첍.gw^iQ96J٬o0hX */?*krƉj HE*-(ٓ9 nS*CC*7H#- 1QNœv΅>3ar9ÆT ~=h hA^Z)CqJ3u:(j<ǙG|B%Rcw ^D sgos@Eӑ j81!aZDCMQ8(@,(T͂:UԶo7/~Hmpǀo9JUH&b'aTL6ghL pqʀA,VQ-\@7uqb~i|;( Η$uWiGB9]^Iv Niw)JZ^hMR;mυ'aIFS7PG &Okg,R'؞>9Շ&T HxJЮj,:DfOׅD*f2z4}f}$YԵ~;+A-v Gb& 6D`40dX$x4MLƋ~>׍%8'3x_=M`@= rd.v(ro7l^ŀxS ;ݻ؆[`A% -ձ1DnTgaR?W Z(/Q6Ԝ'4J76kzTU8+5mŖfg\ɰcoaz|k)(Rv.Þ,~ȉNmׅ߳8l1f<ȩڜХxq-2S䚍IloxCX|ʙDW^ x:H 0dw2ݢ,ׅBOo?;[Muө0M7E( `1 q0l(Sqz;Sz ; F~S@,pVXe>&_j_&KwpA@e`wX?p3O?\B݂R6ֱ+'6<=^<U+ɋ =hqښKhKSm5\MGW0;)ܜAuKXDqr0qe4^̍[})\ ڇm T3jA 3[F{8gRYa7-S!7^@A3mtor$gU }@5BAG\~Wgl%xZФFXn+Tjh,XY^:!V/p̥2[D ʟ8L YmE@qEG?怢NwMhņ0*B-cE&c}Ѹo =kGˢ;ژnRտF}!G=^o7V^WL%#py5vq{㊠wQU4ŏl&|*rGa09x2L[ʧt6g L$ɉD66D TpDr89Mޛjڲ H&Qu0ӎ@teӭCBVGO,Gݺ52Ye!yMQze@wMuSF1IAb!:w^G,=)5g ~qs -N0X~KM ʚbCei!RZ}g{McSW6/6kWB$x -0 gmU&vr;zڦ &L QĶ+zLGhʄP'"ґy0:N- tAUߠ ƥX[ExTFBx jhx7 4h]^|\4 %{^q2]=VMϞ"s u K@cI;[MY/ :Wߣ˚ YP'Wi]^wV&st6\6<, e2F11Č/ԓI.6=ɿ'+ck9Lq2k_("8]R6)Y|λ0ҟ晍KC\>Oo KMCyOPx6n;*@NтlFݓ%uh\6[3}ܵ9^JF14c]((%u \:^ev7|f SS yHgIhRGuMqkcMlY|(!?JQ(,Jh+cwb\a +KlY8J;'t9}{[ͽ^CeKjg%Rp;v6T_rH/S+FV$#ӔmK~bxRK_ó0 +YHXao4s l tDѣ "1Ho=Hl˝"Sv1Xg劭g1õW{rh[\߯s ӵ ڋrr k+!Wͳ\嚼.:qKܑbL~qfc|#WLd&h!6OTw,Uq!S͘~{7V 110 I:s|7Fu:-`rza msw|-N <÷*!!T4A([M}N˻wk(cH*t9ġ}x&o_ӧv82 #o0kP% ҞfWiZ\sj5wN?tx~қvu >|;^~!!̐:;\cn[!d@n,E,kv5J<2iİtt'bo/NqÁ gU-e'Vr 5wql]o@K=;cXUQ9Q`fG֤ _g=cK{:[dk4db!~1[dx;M߻}/6RrB*aغTfPBS a4Z,>P;1wߐhz 8ʥRZK94-H=<֢U܇#&A]:Qbx(0YB;Zy$ZDqE!,-9"ģlv[akmk,z”P")6'#b1N <[}jFRm`t;n#xUb$ⴶ%6˕Hĩ#\ՆMk!.5F"őR\8<2///"x8oݾSd|>c\\G)݋D>/o-}U;:7Buh2v5/)SK:OxWNIN?ySuoʯ|@mv<.w0 $a d M>3!gE,R+kzx&}t>LdX$Us#1Yj=mJ OK.mǭTq{q_@"<~FTAn7צ_3g@d['-4al4RBoUxe/1mosMtDpP ǔiN SQɩӞLS-ݔQEb|zXk^O~LS8S!‘Y7\ՠJN(+{c{n3cz ?̮ŖIFCcHĒ^B;Ε1Jv>+yZ>K;SBV'Aߢ|s^;*{t5G(7Wb!8Fp6D! pgWY|rPI WY)'#P Q% 6'Si'uЊҗA=整+ڼt</JhXV~"s6T$g#a8jB/|EV#cW8,ҡEck`qpSg@j30\;^ (I 80/yx(Fmi- Q,lܶm ^+ b,Dg]oSPZF , & Do"Qdy'_l,5Hc*]$mX+NcA|ܘ/`ΤɁvt2R39[q /`b0\sC 438.<Ŷa7S`#.VdNo¾ctahԐT5XԬ =[ 4_RG~RZ V,%yS 2W䓓FM?kho{"pv7ec,LBar@E.&_%<,B;[m8B\QkʌUn\8W%D m{%{%]."P))2礶`rz !tݡi+ӿDz,3~A'vcZO4o3neI2IGtY[ Z<ȱAr>g(DvCPU VLx 鎲*Y\v%ѼZkL- 06[="6Y1$c[zJQfJk1ZQ]f6r/i 2_ {JSjqxCdٖ{+elUJ>zj7Mbͩxlwh"*cUq!B}(?6h7OژJK8j1Ud,aM, 0}(#Zj  %9_v#mc|nj Q,mGB@b#9|V/^2 ^ }mSlppVT]ÒeNwGL=g& 7E7ubi64f|(a 8 ?ph윴 FTV*6 IAlb{]i2b ăI 0ьnx.w nE v:L< ䷙ R02E/ ԸhIAUŬŌHNvs2=pjʘEzP|3HcR8tmN|7SoVx4L?2 OnܕRRp!r|v5㳊_y'!igE U%{O,{uf4A5󒣪O ^Ivqu5jߍ.+EոтF=9HXݣ8v8kԟяD3+bV3&Az9oƒ9vhOB2g" C!8Ӝ7rvs hOٰΜb18`l lcJ{O8r_=2>H)Af}iu D4bh"j!j!dҭԞ,K׼ b<;^Fl$pRQޝLs[`\n=*:yLgpĪ|]lؽmZW>n: ) kx~tڻ,z"+]//a%7Jj~sl4MKh\K]?Vv:*<%\qJ|,,M 3&U$n-Y3>vcNkNd!BpaW׏I?Ly6(KV2dgb|UYId`ʢ36ߺ76DE>,Sc{{a.މ %bUW_񍦙{ a%D[Z+?5v2n;~ObP|Mt~"c;񦹷̑\*R2 E%y>#؉$LC¤>h#qTMjBU+8f3oivgmARr$9BnxSqΆڵRj"9 .\Q3|t+Ed>I͵ncd`oQ.* jyT>dH_!ˏGa:u<>s6!X(iϭv BdU q& ڐU磻4= z$;jnî XϷ" xG]]`7D<#O]u ]äv#،bҺ10t&Tܭ+gyO4?=#BHŅܟhH:g+fH?uZZI(dN]Ww~=L$*[dG]פ's?#+Ï)9T鎓zO,ϏQ<1Wҳc@.]Oo(٨-Vke \qhǞ Fk_M[|U"ְFo'qp*qR_#\Jo!}y|ѰR>Z4Ļ >̧2@&p*^Iܑ bDK:p(WϞJNz-!y(cm0M[]9c9}LLj[0ͮ.] BZ/(a+nh 3Ի2fhi'$;R W"ћxl%_I::䛻!UC0(1s N_E-ʏ6g>R2?vl0v$ Q,sL/ua #> xGWfG3V'l I LnvX h*4zV7h8$IНɫ9ʥA#+wlh졖7YV<[y-}62DUJnc f pf7I9sͯsx <,Vb1hO٧᪓OeW4 5.6)Xc@J3!իE`;.ۻƵ96YN?w+3)}_h_ fFKmI!E^fTXׇI<?.6X-ZIH(ڝ;xxv-#M6`K2LAeAٛ o(Wjcp 2@[hܨp:sCZ֤K"+lavf[혩~ ~: -rW*s`!PkUˇUXK=)b,up:{d "o ,amNcfR4PVMe$EɉO Z[[Mm4MgӹSڮMz[jZ !_v̩g"p0e٨K0aZd4ހeBsJ8㍺@ #G|Xb+h x|,Y65[,CYt=Ij/ b q_ fpx].o{9Y6z!y~~@YbB\FS_-rnIr6b Ҳ4)q ~;-v?"w5t|>eŸꬢ/u#>:C^95MhÃB2 #RW]e`'OFƀuQػ0B 2|nD].E2Ԩ% 4_ Rk3`ZkfRwdpQNwP [AdrtTN?t~[·1^n*],4nHr v+^QBJ9?Piml>9VTay˜IaL!J=I,1[.-LQ HNjW!L;vxϾ2g 9 Hmni ~e?$oEjY)Fa 'R"n\"IX~xO7 {&?e} 8YvJdh[Aogh{BuA/H>VT5;eDCP(oenybDf -Vo^ t4?fBZG&cEp1=s?<ƥ\ִHYhOH'3Xy3OUBQG&WYXj$[>\{[zꁟZ(=J@ѹ}Un m]Ł8yKC lj9FY zq6Y^l`\ݾeꩴDD'ג 6ףESviځ``=:m"MQ<+VϸĐB/6s;NE㭾dS?nbV&hٚZ1GN f n%γU!1R7:(;Y! d6"@ǻEC4U\XG^Rh]L ^z뙖 ]}uwEA)S'?Fa4GD)提8 H-ޤ;+z`v哥/͚{^s ¼+c|JwG"ʘ{ߠΏY:Jěo$!8P3ưWk}{@@AR̲ %c"81LfS8Mxqnn< eZRvP~A8~{}= nb)f iQ'bk)vTՠ-%,O8 qmmGCSks~%Ia*͇=M34g&]peFvgȚc F(pu YɗBGx5gGot}bIkm['lרt,M JЅU׋/P*}NT+L3ArCKZ=,5:OhѴyf KCD~Dj8Ic%-5̓3#?{ɪ>Z*TR1O5Brz>S5El 8ϕ>G,L˂vh:SJ.Ӭnobne2I 7ȖTVܬeKڴArݹ9n&{.s:şIxg#`*(`R.Y?W.iY>a?:PaW%ނ6%m~P_δ7oІ%X-:h]NZ[aE`h[;I,Cgl`!NK] a5xa rÆRe"&tܥ.ॲ}P~h'3CE㣃qrZ][yf/ޛG0,n|'!ŘHH4gL:s"3oJc6e)x "j&*=W)gɪǠS݇bN!/Efr}[YslS]p;ҳT awJCsW8} g4spPy,$?EjL3 ZTJLX"|XdGwY}oZ]HHg Qm0Ϫ*>!*5w˽Q&!Nn jSn}8xدxyϿsvS 2BZ|oۄ=H&2OǎpV o>\.f+]4it^k\ ͫ@TK :#B[2Ќ7F+MqR7{T '0Źx!mamέLXNW٩lz e9wu4"\o2*_^G:Tc'JWd{8㪃L z+A}Dh٫I%`Sʒ<+ Cj̅bzi`wsXk5}s[͑!ԉuzU ? 8rHt"xM>)'  eO dApDBZϽ}$3'v}`}h^fc A4?(!܍7r%-4L?9B5|̨Py077!lѪ)}k׷q~&SsxDY +=.8úXӧБe2=P=*{qɐWbQ,'^e\أm0V,@ b7M&dɌŬpm%7t+"ϾRTC0AcLVoQ }jɡ\>oF2542^I*RF;} GG;DxSQKalOOdCb#@s< 8`]g+ L}=~ni7* ,:e`IJZg"pɹ.ݜuVAn(Au "ڝM;͖L TXx]d iR\)$T-ivlvm|&ξ)jPqG*Bb%aؘy*qֶy,Kfe\rvsCT?WwX?2(C.&YZV% uwѵ(.BR,g1{*BӁ$,'˽'9R(w^8:Q|dSS9|͕N!Kbww@C="bb%Mʍk4!th6~_j6eKO'C!8?)M3xD#ߜ\-랇?=\${!B$0gڢT)> >şEjRC}t kf"%p_QF~Ƴ?su<@Qmi hz(oࠢ Js(H>*źc<0.!ϟ1cl~^GJ݆k 6,rLJ:JrC,7{t|٩XjbH0n¸p2G'lk5 Bﵴ'w4͆!A; l_~Eq )aIzW)(GvAlv7UNȸ,GKݕ0onjb4.$qz6pHcĎ&1y6>L!o(nctƢHi5L=k5= rA< %,TFTimq#AOJ3STBnJu: ৄGƨڔ^:UL{0Ѽ>vi8|r<@keEo,yyRۈH"*hv"³ś:{%.}L!Wz8L"dW D+E,"r]?JDV;90-hau8ޯa .- BX֏Q/"CC=6) _ N&MMk&4,\ QI{|A~b Lk"'i`=_G:ciR:łO2dj*.N5S * wI.p8f5EWwU 'Z28:o[ܽWy)(?UP]3,o: F4㭶Ps :܊l$I.qܻ(zè2d z'|;kA}|F}zCY4 򔾿6!a%:wRc\:Q{9EZEe=~>Z9O~FC23JkT[͖5kq.Ћ2UdDeKEw tb*1 Փ$e d*~s2qټ\:ҧ2•kELίlBBcXPO6EFQeM]8̗י6LD-`x#H,TVa9N|\^h&ij%)mCϤLcDIʟ <[ @*-O0|~[hs\K)X7ߖrӈl* }%XmU 2&v,{M|~lm(2" ؋RR8u:.82?B@~ϰBhaGtgQ4^81q)&:Z7'{O+jaj Y70i*0h)[ 'iĭ/~ԝW'דX/ߜ}a኷0z4FQf剝pNuD>>0hriQ!*!o&:GD⛽WH4+ \nV\ N*'/-%'|@c1ܝ,v@:Dg 1YJ7]TjԔ$M -~DBLs >HzA:o_/vIXi"H< ÅS8e%o/ d1eXLH)8{mȧ.϶h }hm}UZϘͬN)'9?JŽS8hʫ!e3|[kxRH?J$&Q6c5f򌳥AC3#Y@~S '  ->ik΁T(3(wᢞO)&(+w mzD%uШn6H*Hv>B{jdy-HvŽ[#7cEzRz u<4X,xjSU;s[լf; {@9=b WaV?ϣ!Z0ݨMCqcndC|allLQV#DpԎlAZH6* YgXAy߂4oR aLxʌ {7_D}+mNe-[n=;~Lw1}~mmEN%rGGho?O|ؤMU7̏yr%"*is.?&Q+]0,[R$k0핲Ezc;<`ՐWmfYW 8 1$R]T+2@i։O~cWTMXȼ.E6B bDͳo&YʚIGˈĻ&MqtNCĤOt| R]sqTUnjnr"W(Ƨx5ҋn%-vtdǩ1t`~h8"\"& 6Y^x%(=E|Ҫ%}kS\dc{'5ػ(VY/ÿ?V2tv/ 7ΐkQ}R#BKCN]ORH_=-'l'mA@,z*!E>#p.ԧk۹ %^warf߫PNv-N_<<tc·gxjĦI9KZP6P5ƞmۄJ:x"0ڐ[CytfZ?( :M).nAtHtWUMi)ܩߑ(ZŁq7swNꣃpYSW n2; dͯ wy.Ij굈t|64oְfHU@LL{in5kZb?p7,{2Wmr"RLtcuz ֠% F-stoYOS {T[w.)^KEI@+_ywdlm$.ȯvr~#UÎtR[_ql[K0uWސ)H.Ҧ[Ksxn r=˼_AO];p:CkA&l $[<4朱Jrk`:/g? sRJylL#iZ iG'^KM4@{v)mȤx$'HV1w]\a<ؐZO: !YY>1'%ڈKdbQgҔ߽H".n8' õX^Xxv3[_hLA{DJ aq O+5bBPYp8"Խ{~[I ːO_'F^ƿ>vwF$t8+ ݲWLYdc 4p!¼t"&7a; 7FUs}冱2 ˲;Q8觡&W*b[ ϴ{B.'Ow+[PYibw+a`$lZ=N,ɛOHd;ȁֵQGmqG=C'J)jՕ;Z^Iڛ:D6g^F o 6ȧKYhv+c2=Y / ׶0 9i>0{Y:prsH40t߮{,[JYPRyz~e6\;[J|M3N(KC 9ZP7)-"r;'lHqԸ)q58g!֨đ?gGkjZp,$ Ї]p"ɂy^:.`\W)ni~PO })|~Y"[!}d^Gdܰn:R 8ri4):iQ\%fLv4?z\B5I9` ׊5$=mfℼW`)Q怜,j BLu1'O9ZT%jy҈lt^{Ϯ= /nS[#m Ix4\~T|A9j9k$wyоR\cr3mQ?y-gfCYOx=E횪su'֠ӪBT{ݿ ̯NF"*e"B"99懳l57z>ɤJxVka|Qꄷi[C%`@'y4;)#༱5v1!h@g=թV@*>Fx JAP0b+6wT )g@x'߈Luz<Q|g#,~듑k)"qc4uFH(UvVz/Fx{O%q7[nr+K3M!=,r#FN;ăhUAƂD='e-"OdLŌ:AQi5<-iE5Vf50`L }z6+L:|ҚXc/ث(Vg1q~8fĉ:d uYb]]-{=z-\t|ި&zX`?^gFgLH_r Ժd%jRl֒" Kq`# 5 YOdR0 VL=^źud!|oP<{[b&*ٽ{b SEϑH.uYv٨Flv}Xv>*w@lBgc% 2a# ]yO=Fht?!`㺄,&ېfIc6X^#+RbH|[W˒:vQjEVr&ؤ+#`SU\>=*":Lk@U׆ڲ/^%JWLRDHWY )5Ȱ¥5 b#BHdZەltX"MH-" MA"xC*q c!GhT䵈{׻rL8_"c nse Z ()kކuOjĕ5F:>{5lr, q6XLjPʎ@^Xo,"C[6&h╳J*T8aL"eۧDY(_^_G'u _*8GŞi6/QXL?|9GPz)T&.@WmU۽NKB@(DQL8|-fhbQbk)~N1]\n8ˆ*)svʘ#oi\ ] uͪ}M1ЛP6rH?T~)kA"`壈/6B\,Qfa&>{&b1=H"T"`H/Dr7#H{{U?@G]}}1p<& f)3@'537vIиRO}s,C6+罐Jbu1トcSq٬ZY%.҂=W!aAr*'"*RN1?fm7Ӆ$cI7ӛ9]Bg<W%;pp.Z9IEڂ7|Ӝl&4: @ʗ5dVnDw7sc|dtj>`yRRyyfx k>ﰋ:;)98y`o*[R|yd&jW (8\Vꈓ9ĝnAf ̕Uܶ{ ҹ]4VBjb\'\)k"*ٟ&A)nQˀ|zI !l :?d`Ueq顂.M׹JqS(IJN&W,>A| J|% [b=F ~!7{mB,xֽԱ|'k]..[VO(8Hd`DCRS3d-j3Y= a(ap:/z'Ҿ~C)/M(Qj l(9lqKRu(&.s@ #ybߑ>t UO[÷NYgFqNU ߊ0tY,~3PChTN?$ |L)X(Xw4-Y$~c=:{=hAJ`Xdk0T4n=Һ}罐b4x"1DgQ5RVw)S&Y68JjsL F '^(1Jc㞟b9XKK 6\)%]=h.+T1&']4:z}Kك8R }ru#m{/-Um^UH{Tbj*BĊ&wR445UOS$RɃbF>FE0Yv99quRKVY/MD7JHhv.]M< ܣV-:RYC ie0o &%9Pio%1>Rf;gQ^"0Y|: yO+q-Ϭ˳uƃ6IU<'.^PyAU ­e,UھV{x\ב󻿫FItJrS+vUӉAq [?.&(?Cty-?E;HȢ@]mi'ה0hֹ 3^Xyu$yqn [' ZںU[#죾\!MMЫh9?Lts"AȝBLu`Z6WJ~S.ɾGl聚hLP aaeH|1=(l%lb;y^T2^hgj3ĴIPw^PSOr)s|ahT^ey|Cc 8C3錽J ƕ3+Uk:=[%kv@x*\ e; C*DEfnh/61fu*|v%A,=u۴f)6N8B8Kn=/[26Lgd8@YpʁF)IWA{/\Ӈ  AIofʲ4'.o^. ˄P`q*iUOJiR֏?h"oŪ_l/Ttuּf㤴5H`ڣ E=D k%BO_9VrPcWXT(@k?ى!_84nJƥgK7ie7fQٚzED!"=Ô Bf2^#l 1Czo*TT#5Z+my(.UpRK`3nRjn%O>ɊVwӮM5h*}Ih.^E?cx# qz,)R#uߩ ej_^(W 'Hl8Uya1仏H T-6h,/2?m?%l8(i %o Uh;.tpSuDq(?NkxɝoLOp=WhE:~;|c,oIATH/,1=z)Bt/1םBniÝ~軘 xW?=2KȴD9QB܄)8%4cRh=DZ•qӕ" ݤj7n܉"\<,Y",M;P jS摇9ZdVU;RajPkXi_3ʙ,POhNU@p8ӑ+hဴ+tM{"sɖb˧6zg/-b̘m7wV-/E? e:+ϫށfxDMR}./M78rޤU(2O`4Cs vU)֞UT*BZ}M`_&ͻ1\_l {Fƈ/IUȸ}Óܹބ:pc2#>򍓽/G6Q*ߜYR J 1Q!cU"=a =`8PvHzZ@uQM+.۾d^HW*f &s=\?N5!'դ{bs[FmZ)^j/(Art8o` JC*p:u5Ry(j+n+GFȌH?([BE7w2UM:Ѹ涴xhY|uNk9[~%\lrJޤQ"V۴ԡigG|D󶊮 !%2T.W p/*{e galXLV:T새-x{Q-ة^u݈Kc| VE6%cJD *?(O۟+ooeS!?p3hА5 _ږ`m ~ȇnD zύB O 'hQ1\HFLSM%4;N|5{<&!nGzI]4h@(X=3QtreuсbiP~!VHtIiv(~匂>Fx'HN(eH#X3/^tL^Y/7bV%!! U*mkmVpKP rLy~?u"N햝Lnu6a>sīxD,opVIJh5J#{n8'^n%^-\.@[V،8MW5MZG:\I?&! $.ruNϻ 3cnHE9;gqɆ#<ݹ @!iDXo%u}8? JxV{%氬W >MUN#l V{!=l5x!lzN܇fҚ+$=BPn z`7N_Cc[6LH bg /͑7XfPO7Ncg(;7{]|1ztqem z$LɨAş/Fy& Gs`^lWDtsr]Y[POds/BSZXvc:$h>6"ϘITNv;I6Ԫ 5Od|ʣ3H:]#RyEҌ}758=8-^+%?xQHO@\I{쒎H7MO@bQ- #;;*po0zPr3J)H(ۨ-U:ř:|>M^j8~`aƓd fH8İt,Ig}F̬y ;V'hFE](Gpa}ki+Չ0a{'1ɀ%~aX?f8gH(tt-l9gԟXl3/'YkM%ngxIbƴ$%x'ec1VoyӀҐ ?7Tq@}Ǩ36,ɘIeAY$߬VayuNɝdj|/k–,&,UcxRl+c pE X/j*\qd%T"Ǩ.. i0'ed?XcNF`2I[/%f3dY+'$:WBMΈ2đ輗_GoU\PחDX/mT>3PHU2Rr$ޮmТ Byi1&,oe<;*QѮOv>#VWNp[qή'=5B<7rcUʠ@ќs^-ᄨآG&^_m^鳶;RAuz)4HxJEo?+ =xA68p{g!:e;y]ˉ`MH&Eb*lNLJsmwɲcWGBY;d8\Eķ:p*O6)/VY+ʴXMXZjmb} 85O^3Ꭴi wS3P$O!#E}S Ǝk>c5qRUmʂ9BaCdY1Hi>Ge;bFN%gwZ^:SUc8iVe4_x0/dpg2 [馔 W{)zU (8Qa_L/pLW*翰YC3f,ESD|--[lk&9=dLcTB m~TW2+߾D\sH4zӜ?fK\,ו&% zʍvQa>Y\;3i$QB2o&`(InA|}Qy1, bBa5xQHwz#0} Ιw6:f(X281{֏?״qDF7h CE=?9#A|w8b*()ȓŜ05F(Nے q뫈Qҫd󦭯'G=_?CO&6+8t P?b.ۄ+z׷ٷԪ,lCfld=}=J[.h4@eq;6Q.n٘*~ ӕT4kZJ7*`e,@ɏ.U!M3oPKGr[iMW~bn;+%<8N67Jz-z؁;N֠4p>kX=DVZJ83k՘FQ7;wcJmk;]O3+%7⥓ڦv~mY) !n(pŮb΁BpVtE*W-y7GC 94GtSWU6w"b]}c.EU@ K\ yVNDCҁ.Enȸ .s[LktEx#_®y{y o,% z:@ UpqK/"(؉\19ܣG Vy*8PY *5߰$/+>܂rzLe_K'_k^ʴ9(v"h'M>AJ֩V0HBa78vCÁˍ8IXDa",f!/6}Ĉ" Y$l93 8f#>cg;GAdS m%Cq1tD"T`9PPCzdd"NJ[KT<р09t> s"^7h9KxM;:}*YJ{Ue.=`R`2|f kTs͈G̥DGjSFCCq'.6@|P=l2H-U[Y+@SUP~lT tB5;4r%֜_hrw%DzTzjdΌݛ~˜9+@H6kIقWT&ᢵ*{ )Do̾&'M&x١|gAl1&8Xu}_d;#V5"Y\*S7[ X2xo*m/foۦn[Pfwu<帻fP;_^!VsբEaVBCfP3%L<`3o8A6oFA`/.vAFt@wqzv *ZQj;%xW9=] n0IݱS7Yve/PZ9 ,DcRuAPYSR?Iͳ芴Е3uKmhHkcQ;"rB :n[['1%oVXhP2^h !⬛# @HJ{h%"&n`])Uu#}\ۇL&E~ƘkTHMBOhR. #d$Gej,߶]9 }B=`[3\P]߸@vWs"rkJ* 4u]c==Rʣ V ^L1,:ϽUЙ%;}6͢Hv>ӵ? GxޕлU֚*g:,AO G;ls֗"/F@S kToJ *1B@SI*5D[{y[vLm=,aY/PG1F.D2}$ca4Sn啚]?}I9Oe:At̙m$$p-r5)?-ې(4b]*57%}T\RN 38ņ_9Ad|&#yNf<)x"Rb-ǿf ._{ qRx*7!35Pe=u֠5R'.0;_v >3#f8OU&e vA<+`l-=gzGy͙{wG=fCnlɰ}n+b` zo賢= kT:ͼFu%̤yO|^4ߔXdܟ́)21 i6*qpݝ'kxI+o(\ڜUfId٤LE!OϦER3> TNoآR;}tYB詓R&+/lnl$eF: )C~a#F#ϼ$|ՉI%_ǮL)qs5{mq4':(s:yxVTBP^^&!u{b[eECd##փ M$chv^ aˁBL[R8x(#ڧ0Q J;l򸽼&ND@LH v&BJeK!~qu2$2 +CA1=v7\F.W;= Q$nNGhM_Iϒ]F/s#PZ`hܫ~>ZS;ܬo`;mA;2* vv//5f+٦cbSW6Ly&,cGʢ K;'5y2 ֓[xA 8(3Օ׸';I@Sj EmtYb!sptNkmɡMUN^1OqUXe_\s?ׯ52vV_ao+}r??0Ĥ0<&}{0XFs26ſT>$ ֐k"F+A62biXB@`n$y<{(\OW1jJp,UKr!& LHj2пmakFwS&ԐRUv{~Xd^3C7]]W#|1TLR_@K+YxZ@]x㍃tEC;uWtF9(fshȤ>tB CU&q30%ftҴuw:'ʵJ=+j|dlwG4./Vc=܎؈PW<:e >R`.s,Vs;!ar[cWAи(m 鹄݆@\7'2Ocnki7|˅Zyݔa*>f&OY:xp֞ORnP{|<_Jv'F)!M?tK{ -A\ؔ4LkW.x0ARʊBkoiI5Zs?‡ P?,kHú-eqts6%+9٥s)h;lCGV1Uaɺoq T xaO/EzX;Y*\AJ_1<n]&Z3ڑݐ#~gkm/,:{ckNH-X.x&sQxLYߎajݘs6H/?pc'$:ƕf k `a^o %qiUT6>D!beL:*B@)E%ן;Ts*gtߕوgf}k eσGSi~`w&R \M%x FkEYZCX$Y6!6!F/!dyђeJf%hY,W}ªDf&3 @٬ӱZx D?7 sdIOʽ !`~8ٚ*?x:U4wuʍt{R$oõ `č[⻡TQq@aDX. ȗ}0b[iu= gO+"5 (WSc|&?Iĝt#̱ZHXjQ'I=q6hѴ&5\R]11U9eb%w  +0F2'F0kJ u3uYul;[<8R6Ph?UlDoފc Rմ%b`#~t,GLS>vr:K~ Y^eb6p-253SsAC?V d:x./0IN0x~ed (f{UzhY˂ ilD+Zӹx$XWolqg.iU,@>WmLA'I`:"l_-NB3zy-PmSI/bI$x+黼4NŒ22ݡSq҆󣉶W?}/S[RnJ/X,+C0d_8;!c]_rZe\+).|}k &&S\=ZZc2#d B/HobX=6A!sJo: OUQSB=uY(C̃IѾe1/翦73*61A`UvE ⋳+@ nx+˵@0!즱=\p ߴ*U+LXJ(=v' Gu5/xpZ >ڦ ;wvo!x< 4' ڠfg" Q”:$qّ "j%kyr?I8!b#~uO(K̏VKF h'l sOGD*I*?q]Y% X|j+BHWT<$G$4z< <9=[Tj(:A=m~zxzsA@E_>Gl<KIu ּ6lvqe*0J_N׬s3Yµlnp%̂<K!+e;J6 >b۲ZuFuSED u@Eg<Ɍ3ZߣU'LKn*դrE츴x ;o I㪵[gKB xRr:e?}5r,F(fKqO%tϳǍRi51p=ė^ztx ,=TICTŢ H.H%\|9y eH0]]CZQw%#CfT>KGh#8 aɖX$sk^Tj'C@Xvf \bbXoӁ_oQt'+5APj~ /4y'ZVpCkTO#j0Ԇ+pq>ZڝDd4mEt\IT߂y4p_++zu;-U9|)tȮaKrmFQ(˔QwtMSie)BW'30-c)C&fIEeFS2,x|! {Qb2Ef^U?W8w kA569d."Ere"It@JfEe݄83X!TTڍŀh iSj˶ݛU>|i=5]Ѿ bB@pbACg&Q3A$|;\p3fM`%q^ΕwPc]^v*h 7)|Z3x#!"3^s#ȯyj|*V-ƃߏ_+Ȉ|mL7(ꏣ0 u/G>vVhEC/*>D'YD罌2y]N iKi~ =LzDfs`HᲉm:pQiqUEV{~eפP.?L/q"oZ㇪~{Y|?8(~0%dM{OkcR|YQid:ҝ7=sk]boF:6.2wF?k3 ۊζx[C걥9 E}ۇ[ROVE1߻|86R lp$1'ʺ.~f#Lu&8Q,Ptn;R->ȨCZ<]6FNu!pmQԼ"[Ȏ)mӻriʖֳZ<7}c{CB~Cϑ 㘛7Q" !<\E/T:v;%$>[Z?hǢ2^+&,u烖Mh #y6)D3S9%.emYй*Dڃw[Z(ow>EҲi1;d!aH@){ΥVq tꢾ995Ȓ }uQܳ7!O )6,kܼ<{!b9G9"F*mGKGä\y]N#KFkP1-|6fn3]+QT~C&xzM<ϴ!ΉA3# ɷ}B"G$x䚜42NuS*)X4500F0axn=3jߌhJ&q.]Xj ɉka4=I0=sg5vyl5 '=͵wen 9Dfp* EI*:YvRgL0g#[גxrK_" I={/oG3c|[`%(DJ!?ё\#m=U¢,]Yno?_$-(StG˖ Regb\~陸X@ݒ]?jgbmM!9G}{[0Dq,/1fM0)7K,MQs`u=k%= up9@~(̗ yT1NizjQ P"VoLGUppoTPy'^ב7>3D֎O -49 +(E3FHj[R^faUx@_:~Sma ^& xXS2z(AB茩MtK׭ :xQ٬B`0ֱK:d,7i&5MC6%;[ CYpD.~:4՛FҰ Avqϒ(8wN&Rl*BT@zo웠H&3xgG}yT{]dCSs( 17 ;.\DPm$Tޏr _?6Ib;:<ǍC8ߒ ȵƓf7֩:߆}lzʵ`33|pȨȫ!:Eq9;y/>~U@OY,5 HKRtnvؖw$mo\ p2&J˦ [rBu#ȿ(pޢ,883KEd:,Ve˫!og܀* SvbxA=\`Æ&!Itn oNS)/ $#}8A:< 2SS&[-n.Ըu۸:JۑrAJ%F9+Te3TSo+ThPhy/hi}trKNix N/.ɬ1ɨ>ͩyO3r;uu5hWj5v&ION ~  H 1ͭHhnpJ >,!؁r oSYU"(?z1.#DdPg^#rPs:XԞpB {l(-&9/f̗Pp.[N њnXZwXhndLx)7r+Ku\R~ـ_rd_j ;Wѡ,gAetABY'g/R|ort[h}tW^'Uq>ձ/z|Ūe٪?iOx ,qL< ȠZEd契Oiʾ8 {2#[.wTԚcSaAJG(CP5ufBm ?>372ÍWuo}ԿGfd7KJ̰>s UIPi\Ko"ѓ&d*SAw\sI;X8Rzk2ȒFj0o) 0Fxpȫv]$8D!um+; LK cHo5sQ 6q X^ [/=LW߼aRf=igڄ(;V\A(/4Bݘ 'PNGZ*#hp gL~r|8 dDݘ'[d3jpR84.CQj1DkO)f΄k~;YH  L w%a֢}Ҋi#bЉdYԞgavoVO_2D."_䢄+ FOեRҼkZ_*+&u* /wccO.d|m@\-j!h,EW,> ν,[Å99PAk +zcD&-3W|$b'TQapjIT;~Ht=2jjJW3:nop? (6twu<:1[$l~!Fkiߧ9ŝHL%|KLc ;Y1URlGD h6nȼKXE^F#dJ̺7Mi[fT Zxڍ#)NXP~0n?xa+0eD!MN%aEÁ G=;&8Z [Vx##8oյZClܙSd-v[1p8e1LIt'=z8Ҡ!NewJwVmPp 7[U! .S]] 8uSt2;J}p$h"c^Cto[A7N,Ҭ^A6ECqLbL~ön4b2@!'0C#`PQMpޏle ֝W%^ JLfD3gyv7**iעq8uD 7 n.0٪= 8K7h.я>Cel^/WФBɸ^2:0{`QT-UO+΃aLNBZ9מW~ICrd`!I <.8@_ 7%@@pv/xx|X v쾯uAm7aCRy]sGd&D(QT^VRa+cXK:]Ȭ0 K%F(c-QEUD}Kh\w*9hʘX4~%kzbU˟SK^i^DЈw䴕42Y'E2*X deM15tR?\\B:1Dڂ̀ `gqDu=@ĉГO tߟ;3t{Qt2 =%Y5?ϬoCg@͇%A{ . WAQ!mr<HtoY|)5vOɼt>҆pvMwz;#;q]'AJ!#zO|g⎮1c$V60p͢)w.v+X=ԃIñ1f;@;7Y; 91b}N/n>a₏-O2=0[{u_|x7B胠{6- sZҳn^#\Ub E H/)i|u^g\|>Ƈ=3܅pWt뒿3^In 6RjYhRi^me2H! (֞B0*4V2 D,)#^GGIˆ1984v! ;?_oҤ0@B6F$4?׸a?vn%>y}Ed7;S2ċJ ]J+' 7[%4(J+TDw'^B\Eʖb~1^(ְ.=sT,$#wcFkg(ߟ H !)#٠,u `EyfN3E{?zPo({q xW?ub#u?Vj}d`MVF28SE?kMSvZ)7=nI&ABIy4YJx~S'ͯM a! `RR0 JLa 6hyr,Sq~y#~5w@Pg_x99= _z\S{T6&AWL4U*k(7[/3 s(#{u2w>ӹ|nz8[;)i/^ b@#1󪞷Ym@Y DD?L  Ȗc (D9/ڂ ?s _c .3N~L.cӼ-&ˮݏue]Ov<mpb<& {L*wa / >|hXCqR|^^9+xCEjXPjVJ kr~'HkBog[3}ʾ~29@sW;Ȣ_"`ai _raښP/-)IRuo%?No9û}r S.N#DSg*.ZRvQ]T H9V;N\+5/U>gc#Yet2bX" A݋ 7e+s(?9ςS13EI i/I)SֿߥPM-1=[er-䧶n^%gݻ{#jGXdÀ' fPkW{DVf3:֕~B~r ݼ6͆k*u.!G;\0j$zd4lx^ ܛk܎[m0m`a{4 bfL󻴿SHJZ!ԋ;$\BmMT6YX[X=bF [-ať|K(C3yl=2ZH٭:\<Ţ'_W}AzTl\Tb]5nzQt\Z*˦q'w? By*W7>/ 28JF v o-nd% 6.&*\flR=[v1$g kG8D%:_s"&]mA V%[|)mm:XuzSdū&F.p-> Jtz*;NZ[y?Y2|1\ljپ>0C A?} ((!d^7xcED/l6ӓ [pU{ B)Q1r;t:.l (@M>!mA\:$^UXG;0KR)cPudndVÖhAB/ V *.okZo鑁Iv.%?Mz˃a`7 XEN'ـ?5,хili?)r>/\VOj!KhtI831q$7"2 VV~J(S;{LuaLq. }X_f%Eӧ\b , #W yv3R2dӉ\XC^;靃1z*^yFtHF㏑Kn9Ѹjp!Ea~93o&+s}͕nr'bwu7}0)-3/ɠ=좳.ȍ38 __ CIB_f㘈ڊҶ(\kN} 1t܎&::L53f+:i' #=. URLgIRҪ]?f.PblJ I3}1y݋`Kre%vv{AvLR4¡_s2mJۡV2BJB9p ѣt"8z7#7gFAls%@ld43m&z66!j 99)ajl`_?  ^3c0K`*L'@ px'TĚ#u˽C]rV>0Q8Y :z:CL N ty:a? ~>{.paPd!:6ð*9@貅5SI"T= v=vU5&>.OlHwlK(_Ovƒa4`ȷkKi0VCfB//׶C~1HQ %aI&"N7wxaͱC@:\HφփWZO_Qp]ؔڔg==i߭{J2 iB'taej9 uJjpӎuB`8Z6XpE$1M|}Ziۢ5]BV9T-Fcgu-38RC7[*Z3J 0Kf圪t歿L&2E)P)hl-ZaqComMq&f+ CPtHƷ6Xw  J\k%t3]PѱY^y AǽF_3w w4gؖz PKk[f n =wmh]fΎUǎЈ8"_! .B8D#(m̢"s(Pev'yn/ơ`RQx=?Bl %C I|DYYZɅNc}܃^q3MęsP|w,]2%Ў_SȅiW,zз_ES?a27YYkCϟ0.ZSbFhp30\aje8wh$@j(J MBQkߡo^/ܓӽila([.W G6haK ܾR4m h1ȧ?6]<&_>6䧕8^.Tw7_(;u;e:t5 i>:|n{swJZʔ!L*DȮ i'a.{H`Z+vX uf9t;/Ȝnh)A40óEJy6PԱr9XPWj+Y-◼UT@ o3D$Ah]qF;$XI#eX>&p "vZ.8Mc1;~skU=;-ÍPedK5鄂 >Ft=pk.RUbbc˳ K[.aj/@m4"\ 5DgҢf@;#+)v x`gW(} &5i~n\%]0 2tc1jG ]g0<4bm1?$ 3O,!)eʱ^?%fAŊ„.!Q4@f=?$ k䈒u3tcJ@iQwHS * Pi@\BԼfi7T.}ENK;$·Cj9і߁J NoqV4 M|Ӭ<)O!8ԏK }%NAV}M0_*3a#-mͺNE֍+8]IqČb 0~|A˧wVMKe?Ms,))E.ZY}DYEc[jFOYcs#ju{R-,K֊IUx+a;M"v2U2į#Z/p<][fC%jpWRar[/pרt.& qO8_V=r}QIN4 75D^8@OEt5/ o254^@Kw3ykҥӟc3WGXQ"G&*f&LjKz(쬬M}ʐRvs@TvҬ385:M[$S/$6d G7:-C(^oZ*{.StiڣS%C\GJS 얚EG 3*&/@P6dGO7?&:@m0C;yt˝Gv6RDpD{kQh `zO0*L! m:G60}չ)6'8pG #p{b>&DAs?߷ ٝ&ڹiu*s}U/Y(7!ʌ.{PihD)hjpmC|WX? I]05TH"qY">"CzV2."V,~VTMٻ\TC v',+WM"e KiMRWNpog0$O= ;sJPOB'{.\`ٷ^Y2GLMOB#fҕpx3L^3vu ZYs]k`Up˽FpC;&^ R8I.fG#ml --dw;$ {a4#* _YG6>ձ^j>^gd?1cK*p hnxrþyR^ź )ĝJ.(o%%xy=68A<'lҎC5==k}Qb:7w-rp/6Q(Cj*ٞ$/HIO)is prE>cB6֢cjDw l{]& 0M=gqHGKěV,3#I^0ߵBd.90&]\ NMI$i~xo|Y=Vr"]Of%]/ t@Fqtv*G~+>ٔc9kjKu,]iRS摱]C(arۜakYg Jp..xo]mJl#VMfUѲfgJ=AVEu !CL}nI +u0}AZ%̤dB;~CΖŤP M:ϭֺ@*}1]oQj s87f`gl=&ɜVM|N;97WqH6 xwd5OUL/d(YЎka-C# ML,vLjwjfQq#p*8`\cņLϸnk%Sf,F-ʺT*v?n1JnXnECԖK©N`ڀa DtAfk݇'=[_msUr{K{O [B{o:죛v$ݣ)Y}лs̈jtu L3N]dG8#jlDײk3bP! _pn/6c6V&DIc.V@TŅ2D+d?jSP5ƣ9 F/W-&}wOS蒻uFP <7GWH+)h@exkKyWFӿ:vm{zy9࣯4ڻ^Z'/s6ƚBAq^;h{'/$RcereJHM{u%>يR}~$餱yg#+Q'_ŲM=Dzy4pமYlœbqd!\葍ȑKR_}I}KNhtՒ'KMwRp 6ZZ=eA*,| z@['XMP!L_A:f08orU10JYWt3sҝ\fJ]Qu)Xb%cɨɊ _NƗhN?uS*&>TV6X_~$s%"&7(?cFh,IGV/hz9M@-6HFkp&1O QkݽdqZ@n֕GR^;T9'x_X騑VX J]K`|w4qƈifǰ=H( _Puaqm0%m(k^zTt7=jdaTL@Ե=83CyŨ1ѭL!Qf!c譣 Gݜ#f 4Ig`;ψ:b$Pɹ9.fR.jd[Ju >mzB2Xm2r{ƧMV}'$FmUk|x!ioqZ2 q.n규%pA6I\ó>n n ~{z7\Ws0F/ȶfM9o|@:{LaHe6IL SwCOqLB@kPkF; 8JCw?`_k4Zn:jOa(Gz!X-a ng[Pm6CP2x"WD6&SL.Q ٱk8^x;6?KaH#]r@¯dKBcrVї 2UxQVd|p8?}8قs9 CE)COq,CP98zXԹӈP~J6 nv{R~6O.x=A}u9_oWOFnPgD+2DOd;Cxa#EȦki rnVb/Z,t)I( ['݌=e4Z/5!/k{!|F ڔqڡx+ͦG6e:G \>`BiBV0p17a-/A8~T\#bS8S^m8(ߗ!/|ۚJ;9Ǔ¬6 (UOb0+>K)ɀ WmEz(euE$O-񆠨^3'*%kfH|@Ϲ_"߄px)y;|Fw/hq) %2|JoLdVg\X!0 ʹ>IiI %$Li R"?~ysq]'3䚓U%- u奤 tj2y;GHCƝh|Oo#ZGyA=DVמ\[M68ףjC4i74֮.2&%)_TϯȹBhs.bWqK<8uU ::q?)ovø!ΐ m[ 9ɔN4<2D|j8$,nta`!ŐS~ ?j8oWX*}z(kĖ)J$f(}l?Oy7$$rw#GYMj/rgl,H43gM FrRr >B'Py!3̠,w > @/qN}+y .bt(` zCqMCA EW9 T&.UmDHKi%NkҊ:4em= -dѲG^]DpAtX$/prmM:Vv_P 9ۑLgZ2W؂+';z5z3ut㘲y vQ(ڽ=eu_J m%6ρvFa9cKUQR}J"ˢZ+AvO@hﶕ%:9ڭN*kXɼB0E uđ7i')9_s#ݒ)}>=ZcS6鲐/JRJv1 3ݒ[ETn!ec<^T4j`?ZҌ?dǪ}=?}1([XǢܚ8jh-z:˽H7fNV- E &pm'TP\$M,QKC]ÝHj*]7)]mBmt:FJ6*J4mOX0xO|aO״蠟&gi j뛚((VP)mvsPo K"Ne˻1\9_Th|ډ^o%n.9rـ̔77+:j'=X}4 ܖ|rJOz8 _klكLܟWBiT!Kur ~nSng}4Gq :;ORـQ-~U uq m06)eԋnAڊ}pIrE_X؀-E+я #nr׃r 1< q(xT NWǽ-V]hXvgC`P+"*<1qqܠ։QuʹJTc28v&z)?̄VqܵvrTJI|[5>F DE]ғB{/_c's$QG*t=Όmq Qpk鲎,ZEta,AҜwk,Ԑ+ks 0'BZZYSϾeA*ÿK#D |Ei(R oe{Gj;rgʮfy?S4G ~ic@ -"e80mLrofG H8hmd,d BӄXrQ0– +zŽUAIvM.~3vаB'cT}a<=s;^Tn-CX\BNE^!ol-]HcGl&C>ͻ :UEd-eBQ`4G7X-V?! Ql7xZcGc`cBݥK@. X? ~_МZ>҆'mPؤo/w#s(C@7Wsrbfb/c Yt#*3/ypzqf)7 ȏ|))*5τ RvzgTPFXc=6 :+Zv$B]#H>7byUz\ y]3)MNo˃Q@͈,asAgpY#I_*04tR|w"^6X/PBok&F\YʎCF)%O@=8_+w# TNG0^kZ#'`_D$,_+Fz:۷-,WMl4숻$iX&H/5d.&{g[4 <0{ 쇍3i/+b9Moyo)gz+۪>M*@C<$$1N\Ìwx[-S~I]hY'ﴚN*DƗ_.h ]׎/p1u^cQ1 @>%GZg'y5&-%ωvNړΆl7:f6OdKqMFw1Ddh4  уHw-G^9ԤҥP(o2!f b2R x:\"C͢n^Il47cSPyT*'T?Gh\.!2D%0})?j|)23Oq_XA\WE*Uri0E,X^iM'd>V5 ,ߤ1)K㬚. kߊGվKqTDOu6g4b4 )wOZWLWrWFrG)$v ZV~7< tX)t)WYBVWdlgn b:圔v:LE,sOGQr )3o]2-rɟKxaQjYE0ADuڄ]ʔnsNdZnᡕ:\D+fWkr&]Y0@W/ڠ_v}t5j&!+GӲ b(imnP&RoҨKQjQTs4)?,jod϶?Jɸlwȱa4|\w)9 ZeX& ۅ Nj^<ޱ}d x_ klƖi:Aȋ$W&T"̋ZxN: #gs~}&v>)tEnWN4V]pT1Hq<ڬ0mTf֟6T)vK>q56hbn)¹urx=SQ1FB7>Q1}嚞QDLJ%+Ysi tF>ݮǽKኴc ;_ФE ͓$GŐ;UyqyDaJD2U]nQFZw ~4}H:ݏy?qЍhĨ;j:fr e XKj Eϳ,Ӄbs %: *̏9>oAb@:Blh^2r0__(4Ƿp;jM iTgh=0bR%>E,7"b%̹}w'2Z;[\GdCdC1P#"wh1X8AxQJiH`}qZ$[^4Lخ3Zeԧtq{ޢiC<1JkP56d}A{#B$|5k-ԙGrݎ*#AU\f4ㅯWh >g>4_^PF|-+6(ۈҝf z oz0 .K^YQ’m)p~przak K̆ Ѫ܇5E.@vO*ږ lPlXrHΙ>J7bW9oNpS7P6u' y?ZT;?ʱQ6~fA ĕuSnpqM5FIiP㪏k\Nd%oQ&͒Nm}%!,!{`hrv@!t>(ll?`70P"t(-qq]PZVa0[#HIBCU n )QS ?w*h+?ˌ9}MeK 4i]"4b,2}f{7T {4yvK%@| +«x+60PG,J.yב@E0c8_sAG+ڗV?^v*Eݫ%F!$r=s=DpPQ:qlxhLKեTA& Q.I0bJ1Zp1^ AAM xA;GK9Ǚ: ȕ-qUlJ$ģ"ul(5F 'CcOݼ;!d0 #<[qzmNbUe rov3[>%d3x/'iJUql r'7j_ Q\/iY{fN;5c~1,{SP۲ߗ;cUY.l@XJ-1xӇmã1k례ti9ESC܇&j75\ 6zk2he\}@ecf/uF}=,T(挄W[l {s:PHWlA:{cӆuM>Շ8lҨo igIHN"?vߎJTph-<67N[}xw 1z2Z)i|}ʀxD%mF)ɭr=Ǣ,w+tX]$>: 6*a_Hó_fKpFț孖K &b;Zm]aS.z Yʵ8C$~~syo-#ss"Wg3l$q~xTr? wy꒑?8+`w_ Ybz>/'~S:=X|08TX=Z {+8v9Sൣ,Xr7=MW8"W  UWigʰRK_ [)9O_M@O xpD%'js)dԘb 7'ucX>_,@l$Gc|[rrNM'.CAx*w.>w4V-bTJA# "6 i"i"̕"9/#kt..cDDo,Hf  %yeO eKfԦyfT2](zE\w}lY O pON*}1  +[3!)>xf2CdkwF(M7~JV" 1R{rh:t6؂sN`-4F=P.1r%)@S.]܊-!GK1f2XoAeizLzYf 5\ܗ6R ) hB鍅3вgA`$gC0cIʨqtyab  |#M[OhkKxAWoiZQ0;7,"Qͳ2=*S.8M 4L df%P2,R,T {]q$k!H>:-j h)feVѕB+X&3.. 8ݴɅ~n}B?I V=sChj^+_W0:L$컮h9e@DUTA jpސ4&DQwi"ϡj8H='/FtJƪg.$h'h;4V `i3M Vy,Ir;J~u+n7NsBddO@d8S*UF(/&@f?=d3V@opҨ /FnF'S7sGtaʎ_,[~잡4̦%(~y?_,w)Qi ݶUJ |YqdNfAMY.99MmKljigzVVS@R:U˹~GϊvzC2Iº5orR"jPH~2bLոor{jGE.|'I]Xg}jا ^O|Ȧ,W} 3Ow \Eޫ >%ĦZ$LmELwsHd[V{*;s.ͳkO٣)9,FlgV!<.UGӮҖNB6ﷱM/~:Ff>>JgG[nxoHEB5E5黥u#%LPFg{j6Q>wcujmY%TyL@%Siz6"p9y))W2!q< Or}re Qa̠/(d[JYGdV=nɯ1eR\~Ce3 )Jox^(D !%BalIMK!k#JW#{;-rCPY1Xo{c)f}T/D"x8ۈڿuO?S+=Zvz*x=&sv>ʋvnCn\g.yEfI+oJL+b|1"i M=mBSʃ3Lv s{q˗w;dfw{t\ oLT;nA{D! $K|z=D5]W^/ `:-(FB`FO\ڀO xҿSJVOU٘gm ij(l ;KO LPM/}gC1 e=,อ}Mc}( w5v lw<޶cO02$%dXVM MrNk$Fo_` y_aޑ^Ox) _R{AG&TqQ;~ALh>~ yb\+*+&4ݜd)ff|wM5 3؀9 BCeclw{0FT |dAmTx~AJ3m$\,%sFJoP&! P¹%$?)ho)(T&wdZ WeŜ%GGIy_P sFQ"4S)6;4` C|gc! @wMkvM 5x{>`# _ct:x{Q,?bf+TҨ玺',P܎xXyFi,hyJ^hF]T?W-W`1Ue΂8"CU&#'턙ezHI4ES?Bd˪+d u 8 ۽#' -^oaώύ4/װ7sO΅tsⵙ 3Pks9ĭTL&{3}מ$“7) - w./P.Fú*`$Cb VHHx~gorJ.95MkJW$2yͺW]f_1nDU2*[l7,@g:k l5dخr]/WW.8Aޭ^8nL#sm[i6YHqۋQWuq!#e}HKԔA=WC#33ac aY2p,vwGtÌ <;( uv '^[Z6kߤb/%aGn$0& pU{Ot X" V/NL)'C533ℾ6 0}~ekkzQ"94ukld'w+8VfnĖfV;O.esӿAC`"fK٥T kP!963&'~е4_[)9cTD_>NXښvт%t\얩YSdy861"; ml!["pW HC=$ R 7Եq QnʭN8-@D7[Om PSYX;_o9S.!x/pfY UG0Ioŷ7! PH3(a>pm#`=uTk4H1 ^6)g!_;IiZQCO=(>0m$Д@U<[C5e~ (8T#~y>F>܂L\هh喯Z2Ng΁ lWvG=ДQ"+Z1*+CL^zHi>5V!'9?dSOb < Wmk8rسA G6Ķ?fSyiGV.KqeNL5m & .@X? ;#kҏn ;6$hVpșrbt>.^8[N;@TTn DQE@4hPn͑m%X59ST:AQ6 SDx3qQ^_jWAx9LN0!:P}.dŠMQ{{;w/ܭrDsnzogېT?-=ǎ%vŬ:w9sɘ6~dCA頔2Ry̿\{|x%;1@.bI\\t}-u?|NzRؼ/z.?Ho_+EJfp 44O3`qZ'RXdF]4OCxCoؕlXv"x'rܖۻ;i0tV:.%=hE%Z!2DH`6RD?]F4v4@F!B=bx6} %)w˔1XX"zԓ Iqy>PGrH86:7ptgn":  #t{U6P. 92kS+WDыl\{51+.5*,_f,͊U^낂!#1˓KӬsoz[wiHPw9e;|gR5` 8ͣIx+4Ѫm*,S<Bi΄CMI&E0#~nm@6N /O{Qh몲QϬMKn9Bqkٜehl5K3n$X:G%v֪/g0xJ5GV„ '(0㛐D73}_b aC%W > #>K3Y3GƵ~ %Q;'Ӛqq"(Euc g4wN`ƾ(Nbʲ:kX0V z5q upc:zBBBFZP4\!Wk6l,TUivxjG@|l+"BhVw3r |i`1)juN?hVG0,93Bria l hSn̈́CskG5D ɦҚ8 ORr dL3 +gmqoݱPwnB*9x6#fMEZuP^f8 5׾)wxElg2koɜLkֻRcVoevZXx^g(&Rh{T*()Yx:xlrF96{赍ޢ&y 1 Xtb_#T |åy3ɿs ]HyϩkYJiRlYӇ|PN=pW`b+_wL sWN ^]!X*HX50'^ aD+b bYrjZq3C?aEĉ-?S;?}9tMUx8߿t:$tg'˟*ce2BzHojeK,A2%@n͋}ǟּܬ\@/<uJeOUs^hYxtf}ITGd>b@ʱ<$e6W0ۛA ZjtbIp{'bkl L UE>v<ӄeۂxlZZ 4rb' Ace!z9EڣS"(؛UGE&̝2~ \.%Ik}TXt?c`pǤdȳvrKw-{[#sko8rW1RW Pwb6>g.O/$ED#_LO`JA2^67Y{q|v4kcvENH6iI@ќ{"`O~˻ٱ/oI\6!tRO^ ,F9Υjq@%~D\0<: <:{%؞ n96*^DZF /7ECmH݊6hغAW<&91lrqE:R,{>K$8K"DR0 ꕌ^5Ӻ PL4h2X[cI'^+18\Pka03z/5,̓6Կncmʟqc]n㎘:T~Q^$D}/ΚbرOcl=ۖusR{iu"bR, ^Pk"E=qc] @i{aGxD&<|[b 6b 1TRMQ:L$,3RI} 8dHHcK :^K0ST3U Pc*{B|c3%*%l%\W=U{I3Il[%8K/ƻmԡkW Xt͢pH%?佫d>XN#pz}z,\QL G+j:P&?ۉ"paTZsxu% =M*\! حMg=_T5no0"G^/BłZ][B*! 6K+*XYk&0q4?XD+_b_00FO|`6j)oqjXRD^GQ/20*&$z+L]r%LݏaLߦyGC^e]5 6ɡ=߇/ܲԔ ,1@Wj׆ THeZDwk6ymU}4863ikgSMY_W)DNXvQ}5,F|Pw| 8 ?Ư K*KԬM)A#B2Ǎ0דi/U5cR&Qgf/_Βb;?YP+7=񋵭nֆ־k8s$TE&pͰWl9hyA%f~N4ue2 +Xiy(-kzAӸ>/;F傺V; H*+v#OQ1乊 +դup8Bai~(ڧH/LVGB:WM0:B3 66W-95;9etM9~N+m38ԩ! =lń闐F0>m:mB3< w%W|W>&NDo)]_If)Dg'%(߶c2]%1 4AxX37.^\ ꪖۙfSOF_V7{t}g#k &V2`RWN0i)wGFBXP%1g0s6PL5u\!8a3ESPV'lw,6Q9V\}F0'H(A:]/~ ?[)Msg!QgzTLkFh>e;I#l#itȡ$)rT1뿅A>T{*{7(͋ ;e4[,N&7R0̡Ⱦ0hlOF* `Ϊ.kst]-9%TNt/ v?63&J>:gJYmCC#e>G|5X-=yt qHzsQoy(nyHIVjqh*3w U,۹+ŽD.@XDª;+Q-c.:%|8L՘nF9*qv;2d:wMBz ܧzDxAN8o7Gk&W xw Al݉"9%C*ѲGᴊm4̀8\|.9/vq\hQH¬lQgm@a$ʟ +W#ADwLL{ )v <ϋja0EzUy=5YuVbz^`r$M_CQOCrQA~/WF#18@55rwJ+>)}NjI9[UB LSP7^8=hz^ДaSJ.J%OTXLaQ(L]qSo}%'j; u=y6!66qig6yN4R¯^PRWxO:=Ġ#[d`%oCiv0\֋Id,<q5k:_EV4_,W2RluNlQaLr! _c(PUS."V;%kj&2A[~ ݾYLV'uǃb@k@C@fXI'%\iq46F1|,zk>uQt$cs! h-т8be|>F'7 09WF)zd8Jjq֜ϓ%y"&$VEI!f|B&?RsKWWL<%:=w k$:DȭJLyV˰ -MrNҰyvBI6a4$!)9ҲиCF~Р3Jne\V;ɢ00 ZUhBɲP}}e\y oEm;-%ɶyR6L@;">uv^BW|g gXK =8֙y7J4 tA (41D@6teG`ٱQ%nEs5Psޤ^MA s.5Nv8Ϣ'm6(&oۤfՇW3.\R|NHөYЗa!1Joܞ([uYS6 Z\wv@`# X[ @ȼ?[п%#w.c_tJ(ʽ+P+?E?`8,4 zx7.Aq;;qʛDZ~}ڟg Ӟ{ēKusê|G R[x_"_.??wٞЗH>Xeml:rCnKxֺ(5p>"ojg_a$Wc˺~@ܫhSUk_3 ^ȹOy01;Sm="JU>B  e-bP#^M1jANV GUt 'v]@}E6e4weA\5PoYj3QUAiVB` %0 N {R'+![cH݅4e|8)Ek-8K*Oւم-zbOnUm#}ˈβwj&j2 _Ʉ9uM)A3YtuFujU:w@S^0'fEuy̅-~R?Ji_Sg1-`)"1~~po.; eGaVߛڭGOCIŗcWB +}C(p}T>GzBf!3BQ&f'5NCN::ĤͷN >g=ʧ8XH{R2%}d:&+Yp>ډ>֡Bj%Xƿ Y 3!U-)4ds~pUa-D@|cZWdތ/F\+݂*^=]>{K `V_ >omk=M\*BeJ)@)/-7Jdzq/M&N#дw Ǜ\ kDŽu t1^qh 3gǀ65u~Z9Ѥ , !ѩ?.q4᭴Kلg93F$2*L.3~9t,˰osދT߉ bF)er[?Nrk%mx lXԹwX顺taw7#ǀdh8I(j ϭ1=ͮ lx V[ynҥ~L&>|ɋS[1JBB-c,,KJ:6MR{\nR[bWc\y(aݹ^ӊ‹,*qbKN<Gr>APlZە8c2vnG(3Y,7$[3閅X*Nl, 0PFF+'O; h[<jΒIyRqv®o* J5dڃf8ءr'ySڦx?l@''jU,fm&]X4+^{\8']zGҍ|q07!N_qA]'kKA,j!R'^9-?bΆ,8CK81R^6ok& 1VE>b~ wf)-@ K ǘ?V=]n3xn8_ta8#XQhS}]A!iS(ŋWs.v0#ʧWܦnAq=<M>0aIyMLb2G=.44ގ%rdWOs6m91 [H7И MSed#[r` (گK/*o0<Է"qFa9 ׈a1[Ab=XNrM ͷ(A0=(V+n+9.k?\ <Ig ݉'7pumԟ1[iPym={ro&sa\RZOvxPeoݪ9#4ڟЩ_?A֍^w2$2<\Y7e`@fd}az/s WhLqUcRn *1ҽF @"1ˏ#|qbE!6ph\ Bq~H y}BЕ ?VŷϮY;ºpc;+Di{_ $J)j gܫ*̍04 fFN֜x]c_/<1ٖuI}:=Nx&{"zs1sQ7^¦'iD5g|mV/Ը w~,,,J0uҤD YM(|K 0 x%E1>Y$-G3yʅhm?+4@3 >"eڌ>VYvea?WGwF$\7oZGLsWl4( 9(\E 6T? 3LQU;6܄ЅbtOHn`.o {uMv>h6ج9y^!HG o>S7׍t6M653F.@}A*(YC=Fx6 E_=5jЁD?.Oݣ>Z{' V4.NIpvLEmsyVhvP',1۸'a()sV\$ODS(3\JXك7 ?& S ն1EBq O1be/pm,ʑ w0Z4ኜ̞u:HT}, *we}A>6iǸ& KcڑD%A83[K~DV8!ˤc娗*4B^P#)%癊?̙R&|7?NDX>,/^~wtR1ۙ,W)א#$ "ږ.B^|"O>d<3l%ބ#']ςh]wf mzO}xrڷ#t\ ӘT{9j0{%J%`t6ICjG .ՏV@e(ISeZ@.L$Qr49͐Go6A!ssXMPW3pȣC?wzS07/G03Fхй+ÂMD䚼Ig AE> $Tiq|wMkG-`>/RmY$ &'{}o&Yc$HlaXĖNt$C?G(,[trUe.~h{X[T_;|`\WL—:ŋ0b/x{5;gjJ_o $7@Htm(WJA~kƚd{/`4Ej`n2rPE?Shμspu c^[7D8ϒ+$;Ay#h]qo&Yj_$BnLY@? :RG\?\ P:%Si$%y۽ 11 .J Ё\Q n?zU3lщ}=436_HFXc)9pirDAY3BtI#&50^NtD-_y:)ӎ7ݧvnb":;@KhX'ܹ?)I~b6CGxZe}^"7e\X)UktBeb`VOP*-zt6۫ CDg9% tx7ԓUXyE(Ƨhܢa#OPy\!dTM,#eдb|&nt>%D!,^y!vĶƍXQ+!G`cǹ:J:CU}2 PaUjP&Gi"a| _]1jDۥ3pC&FگGHD:^@^?$G.[k)ߋ*KYi->CdPtm~lAUI]Y7cnzIl5Î`qW9dn[țnvOD>k~{e ;KlS!3r 0S^do&"jmPLnaoOpjHQ#jsʼi8V}'lI!Tr`<ꖩJ?d`;4}yN@E Dx?'&m YL>p Zl/JKA VfԳ*\+Yf'G.UݤiKߥvߐ#+#}9zG<'z,?!Hσr~ z[Nyuζ_ŁpK^ȽNYFB4kʃf 3mU qN;Dbm>?>M)د6XyLUtؚk"r2"?Rgm?җ=r{/bav_V /47CVK|kδ8j Yn}.(y>f0>rkkJxNZfpRK3~(?Yj%1yݷ5,)|C`%$t+7\.ҍy招t'v4?<:Q3A6;A(8IWN蠅}vFc[9J)-$i O2@ |7Q#NsNdE2ە/l-$[Bdy`A܋TFU J(CLt K=  nBrӐUnal]Nu9HkFJ~/iRŻ}ycS˪x`ĺ"q%p߶sP}|事Zr;vugEv_"ChǵrS}L*pzTTy..Tub_f-6}t%\1Dn. a: Cx7ZINX{Ju*WkT>m!Q UDLR;Ϝ!LLH XDqkViigg tXʪ5Or*46O3a'Z@M\>teaf=fs"\i<[p ^&@P|R{R Q i A~N=P~7M˽9'c&sg@4|lB~a`.ۀ>D|`t|GOhBG& !!cizcAj6"^_vxǺˎt*w&v ùym)kt\t(AJxH!y-3U:|O@آ,*|hX{<t.wc?=E)2{ 6V}JV3v 9zAiכRl,N{N­bk6YJ"s@ô{_rN̮q%BYr; hi%YUgpkaU(󽶓AR+-ZQP*9[I?>B~ۮɻ.d:zӇCLq¯F%geRhhvӧq|ANP5'F6)etzčɈ^;qv,qENK6gxV.w\('~X@׏KW |Ìu(ȜγYx<ߊ5gORs XFǗMw~tBwΧSX / mhi1|qZPT ݘʲ;ۯ}=%`9,? )e2NQVm6'vUxE`CUtZ@L b8ae~-qߢ{'7~] 3" xI{\wY@u;f=yKEc' 1kn>5v=9-;Ž&f}/= @H7kSgus2;bL~-p:jfV^MGyp+JC/Tǔ X'5t 3[#6'鼥F 0Qn͐X]7S&`l9&׀hK= t"HV;?7oӐ~)Xv܏U*BFB(bpV"Y*0=Htz֎oKA uw0 A7D韋:pPRrEg3i?Ow&G%])9:O)H/n30,i(J#^>^uPl dUam׍MXgtMdE͞u!1Do<)BϽ?DŽ<l2؆:2k,|g`zTl k?m#ɐ{`E=Cs/] _"EICHr Bj$'m p0K(MŜ $q߉ U3ziDu m*o gqbn*o?ʠׄ<pƈ)w+#o bbh݌!dpeMC\M9M\I+~Yq31Ym.O5Us _Fw {8iuqyYmn`=}. sLZ`xZS_ei-B!51ʺT+jMy bo/&F>ٔ7 Td+xiE?"\{q/_{6MZuJ>EpMGh@ L?܉XqM&CyU0&_h\3;_r)򄩊؛N)W=?{YWș":w9+WwjC5l0PAY+ڌJs7Τ^WQaC@3E<\i)Qꐮ5g3 W6F cxp› P1#E9({rv&ϐ |u:Wj?9*`V&%ǶzC!޶`qKAF\osH6ѹ:N*#d /dDAfoY_087.jr:wB%,:j~h+0Kpd+,W\/Zh?_Ug&&'Dw̅Cå-Ez(sw%jCMbj>Նlq 09d腨qԉTa[a.J)!RZOAW^9=4va]W2/$)j%j>XJQf j.Ԓl8_Β oL>y!~jA{yaw.yw fXUS;qU6@XokVIAͩu"^a>L!TegWԡaO NH̀*G,>=FGMdzK'0C[J ۼ̊F!qHn+TdQپ .k}0|U[ӧu`- 63^jU^9 FAIåpߏIꓯ_"qN0D0$XjWFuG+ab&) r(1Bʈdq#Nl0tycIE2!2jmwjdyO'qG_wUJ]!eEQb#PA 7) q3CeJ\jhq$l)w*zo u}}]03)~83z1}Mlq1=8Ut݋HZ?иw3R"*yqZgU6ATn>}2:M 6Dh$m0w\ 5r7+x(wyxB7+aHռq1栰T|zJZ6q@Ȋ2<h^d Včbo/%zH:k(™_?B۫|K. N eƞbE`'B%C֝uN7u/zyvDln;㮅BIyˏ8˻a|eb2[H<滭, !& 2T;\۾ĕXr7u eT?#9^H'r.?{ 97]3g?+J=> x[j3SF=#wXNs^)lbN.zjVgÓ6sz8o]3a>==y7n goq;9=3Sө=iQ!:oNgGsܼr{-Q7̚|^ 4.v,nHϧX3YﰂWkbe~~6Ca[wYϛYJc*ŝe zVWqO!UɄ\!׶2D.Cn˂(TD )mAi܎w Zj7 q1rxտLD!˼J'Qnsk)wAsb#Wkm.;kUVNACS:@ S]P15dO"k|w$vyxjut1r #f!Tc]iYTҟ]Ӧ(A|S:֓ h7I3p-n~}|/tEu#![y$W٪U*C115R)O;U CťaG-ѵD\g;( 9}bM-bsZaXs C `A䖂l@D`rUaQQG}>:}m -,]rj Tvպ)tVꋌXO1yih,v ouin{C|1NƋחXH %櫅[Q7{"S}1#w4fTI9kIM0!5@BD%:qWRA`ƙt) J>ll]$4`0e4fɮb Mp/ڷr1Ըd$t x͠Om g3;ma!O퍷9Cf Ac΁~Z X(=Nq(_ L@̔]|żkA2ߑ]&-ts_qH avN|F/Ŵؤ SV^K)}'NI(@[>O GF*{Rlc6yW6:YU(OIDOUL|;"lA{?!^oYp^8%oķ 8Ե9~;B4tW%]ODB^n{gR0?n>>k)do9)w}e nqcuϧ1s4=`栤@HJ4vb.dƯtgdžk~~u^P5K{`iE?c&Ҡo9̜'wx²XwI$2ǘյ6KE((hJt0~?}ՂEk-ҝԧӼ&_4|X;HK&x ŔRx;j;_?/mk P+u DJ׏8i|i3iIݼU-xCS޾&шZc2p.Snv?%- & [L qj3/0Pw+30 T  D^|4S%B*g3iOnP)3$9Li\P2=CQZ949NOtʺڰDO`F;Wu5 \{ e&: s܎ˇw3R7XMӶAq ?}OKC[t6^F@D% ee~H)G ^z]˯'tlH9\('-/bvFu+8r\9 eNXgX6@kBJ6;JFAHJ:> m9>35(hI\!$1FGĺ{ !Y4OϕͩԏdZbb^ ?Gd;xڎk NS;Lr,}L̽- {H}86*wYr1>3I<'wМ˅i HT'jǹN: Z;w7Oz6TRMhI݀ wasdāBh:n. (VxR5NzOƊiq3woS'L]LfShDH|aQAj%|xk\gmk$ bY9}SV^b#nVd/~B [sX<@%-o^<#_.DWY?!ߨȸT_ɽTdBdjbS/*p& 6pZF yg{II;"+.=B< gpMDi y۷cDCe#K U_>qo1nQdH]/,<;+&(\csn7{ٿؒ5eQ<lVSX^sH>m$%u eWNAwofu[~vWh-Lco&a12 2|Xw PQfj"snԕa"kp,2}=7}5;*.%CKvSFzb* ̬\;4٪|i+^ !Y+)} ]eבVW]faib6 -舼A.Q~ {\ C-\@ FQk@~@UT %0pw_wE;54.}z=nbSM&D<"U{_q s耊y$`aM}qKN4epuh홠Z(X:Vj081'ڝXY΅ 55Li |H*=E[w?*U*G;զI?,ɬ"$(b^hG뢫h(2h7mNjebt+ZT= ?U2|kNbX]SmY)&սm5o t;N}qDJ|ƫh 0a c4їky kJZLXjxt`ҺWݝ`HfcűMgTؠ)g___4I#[չqݮs^.PR* t&g{{6?;ۮd>@#4fNU [UGwLjBgAmBm!}W6mC?ٙs6HEJSuJ@.,lyˡ^wv'Ub@bJxv;KP2*JQ&jx$8SR% 8b@ٱ^R)I(YLRKS@k9$SU_'8].u2$;jT=G)PP|} ii A]-*zS)R@ńG] -\^>U1~Ny 2?[}6dӬΑ* n.^M;x{r[,LVT+$Ags@Ea.TO#按o5oOB:XX} :~v蟜ܾH_2`' ՕMS0+E.nDYXw_.n6 &t7(ȀX/Ϲ7(Aɧzm Z78cFsTyKt,xh$E> pgAbƛsBӾ`V|Yʁc۽th|:`#'0/pXS8EjX$7,q;zqUC/6}V*TG^xNJt+J{PfIBW| jК=K%7ۋ&޼ŒBy|TV$ֹ9/EJR.K6:.LƦ`N/k6UA^5熵)S NxNI7W0\$1GN9l[A( clB9:1j 7TuoPoal.;";N-',z yN|=gn sӪtv4plj]"dl]SUx`Jႎp͚qkCy"07BE]$n^4Ts1l$72c#m?fQlj npV~ߑD.°D$(YO K& [oAˈtcLO!`c JtRW=·?.%Fc}>?pX3:[pu?up~ہ)H fF8!bokLnwf`r 0Obq zW2d 6h,뽭N|Xm*Ԣ98NI:qw QdhkԺ4M;X%$ڹ-Izc>{ F؂Eyl5`I:.(Yz_%Q򫨥*QЛwsF۷MPrB+vn`@]Ⴑ(Ȟ22Dj%xp]eW]eqs+;Ӵ2K;C [}B abrHᘟ{YFwM+J0Z){;)n{k;}I7P>ZYg)FO!u"ڽbC#Sߒid"EL{I>/y.+zJ4r*~<'?/ӤviEM{# 4xyu[V_,vy*ZXQڏDꭕVucZKlF)dDO$蓾S(]}˼xR/I2wdLu׼+-l{ B5x],^&e YGDS k)Z)8)Wȁٍ9U=|3XfcM!叜Κ&D;(3!*\ i4Z2  vVX\f0ݘE$"}ʂ@|У #wfZ(߁Z?z&}/<"Y YbihU?{v Qǎ^ģ #0`rPzmD6qxtmwXثAbd;.r3MZ + TutI= S昝z,M@:QWQ+v?#e+ز"ΗclpB.A>an׻$o [M^NR4 ;^=idYbP"!5Y򽈘" W-)f5;nt<2#V9TZ\eysfwPX\!Q<+%5pBdLpnڕDNkjkG"&N|Ul&295)t-ڋ ̞7*^K?3^ ^2(Ñk3* UKʆHIs*LBf=4Ek@6&.iAm,_$?7F zBB9}BZt0re}"ոL)QLEKTs( bo2mQ si{rhP/THq h*c Iy_'C2!Y?3'n8pA;d>Ӳpʴۇ}Bc:ϳZLhP< ]e|0 ķA{A9Y+h=}W6hAaKbYЩV/zgrCMDǪKvt#H_ōk~[<8nwEKSڐşwjfDV:6h׶&Af(iXKXDW "wS}FgO{̱/Oin Y@$ڶ@Ag[](@uvgUAfVAy}W_p0єdwEWXm BL+L9ӍYpIMUC] Yc*eӪG x=OkO:ynWL`޻%:Ԡv"$ 0q̘yAP/MSo>#Z xLnuYNDdKP 3( t="[\9N8Myqqim_e$@Г fXEV?ia+_nܟBnNKuwrs2m恄 .!c"'|c$)qGxՑ% .i@v-W %Ȁ@ qi\֪{OUx~ʩT-v;q%+/iu_dr,whّRY7%Y8 %hY"nc40ÙDtђYa3Mhp[f@k) iuE8)fn+2z~fLǮgC!Ԋ8h,,VX +m(Gʶ}xO.#$ų`mfk t\&0wm9K2xԭ"]`|>O`-%T$K}Mgɋw-߷i,l?Ku#>r3Mlum]J^$~5|df|TI_k;j`Ek|u嗼3}9%auQ o;KVHpy}u^4 ruVJ 5}B,Fx;>5m&sw1.A(s|J0~xdix owAF:rј2f}< jg& fm*SG:|@? U4Bc !XM]゛ci>XnNܭ R0Q,wq2PX:~I3~*0Ͽn]/!+njƛe .7ئ1́5G8o25w$7, .(*} %dBB2p^&0V+Q`1Nkv\ O8~ŅjF ȂGaZ 1D/5%_8M18phL8*"v 1s,Z'Y E;7v2f}Β xK?BT8\T_n]rYʺvdK4L#T[SvJ`;E. uT bWo\SDTF ^txѾ8U&2h3(I$ŧVVխSfCG? eE]NJ(#mPrG_q{Ґ;*sy>LùqDd#i>7Gls[LE0_8~#!{uK6'UYO^`whʽETI$6_ib(Ӱ"YuUcS@=\MQm)KgؖG{_E0zn/.Ն;L5Flh~*w VN7.|ނA8T+@Н:2k '$ljA@/Š.rHϿv}| Nڊ%9}XU=1 ]I;'MB! 4NGHp#jY56J1 ]{aD7æn5V% (:$PXtI ymidQlSNЧS-#YNs+ES c}cax\kKǘƄHvwS{ܜڡ@"]Ocv%`UΜ%"!N`e [6t])n[v^_=Wip5)+Yl矷h%vv7Xt\Fí%u``.R6YE{ɈP0f,5x4g6`5=Z+@ؽ E'L$kx=FofѤ>r>U!>Xsu__i[1ZVPiGjr8,װgS:,?'IcX[XW/o}H44qC>Yrbi"S^^n}\/#=UG/ܛrb0  GpVHRaAWnz,ͧPc+rgaHa?Ur#.d?}OP`Jgh1 d~F!_yC +Itv1< UD[gG+p ;8'&-h 0CZxuƹ\U\,9ل7vT{Ɔ&Vj/ЇPSMCgE`kr F4esOE~r7j/#2j3;*LgQcv0Ms\;.bOZa8߀  O'  )uWzL\E,03(7j93WܩoF#ջUlW]Ӹ}}ӧR"KTg.ɣ`.HLy<0- 7(ڙե6 MnÏ0{\lNc 'ZrOvm4uSinQJ|d/*ѬdEOݖOJa9yuu~? ؼ9t)BNS3er]Rd~e>[LdY=0B>2"]@U?Cd@B7\4{kꍯ ن۩&_f_:W}R:Pʭ0];5b_qdfuUS(}P#8Y =+6òo\$Qr5IN**J,HlrAL뱎e=VT5 F$YXn.Ƣ9HyId8 tB%6ǜN"tnծY,P;p-D8nX*((AJkgoXCz_ )Wzg*0x-iP}Xͼl<&jr;DKXٯ]q s-˼x`97 r W> g84f_p0Gsڙ;'Fa]}XedD(vUyC}f̮u X[j BOU/Wbr*|Y 'Xy&ZCwHvVR :TTU^?2_&[N MW1R6U^ꞇYBCӌZS|a Fr?m`d3 RXI Ա$zIˉŧ{&L$#Loo,2s{ c)%NJy[ =d>q$k5p4GAdt}L!6:02!D ~ɛ Cik&v,iˁ,;^mvkk9x3îcէ*2Fξh=R/0Fj'$ ^b_J}P&ep 3%߱:<|[OvлIaRIi^[eQ!5UM6IUpY|TBqp\LmH}?:nRܢ\;و@md| ,'wս<_9]+`\^L5/pij9B/s!zTa\Қ4WI_ RHaz6Qjl[w0&}4  EDȈ Iќ'[pK=3+< hV@Ft ƵDxrD m3ɷԃ~uwB!0/[eo`Ԅ61y.gsam~^OC щZc$}ȾlZn].` d=P]ؔJϓ2⃏V&=zPFK w[lJT/ A}X>R__2-kb*+ayR>3Xn{.8bf'-y&;FL ;*Z_˙F[L3KZ J1M'LluEd ō c[~Z3ḥʨ0#'4@4U=b^F=kd9ջ pIf9pE͝62eN4&ݕϦ']%x\B-H 'N C.2t;\: 1~Ng+B`#/#"vL8!iRNP;$Rt_hG0֯~sF#7Fd|Շ@&6jЩrrZR*fO6$%儶qyER;ɽ\AA,JBeQP{ 7;C_}Hͷx'=y$ߧ9?hmnS߶`t8Wa+bdڏޙ0MՎߊ3iT UU,$ݠZ)*6y^B2Vي)@ 7OQ cs$yˍ*w܊; 7/RNȝgjm>%$u5R )>|˴RRKI X6t$6仆ES,?! AƜd+ #.aa6)H)sKI8C`wXB/nH& xo)|g Y-;[Ve~'0$uc0ļqwDN;`jƑYYO<\&=tg xZ9Euؼ&QT`V4v , 2Jo7>֏n6AvcBC)v@TVXw'GG[>oCꐔ3 4l1:80$V㸶hA2"hϲ [;$_D7u-c`Lc,A317eĢ٦kwT L!?PA3J-, jA|?  ;> IԩN$f'>A@V9*hgzR5%~ =. h-eMl6au4f iϓQ  z)r[$"ʧzęh"(oI4|s~OzZ (T Vwbbz^t~Vo tM9ދ`Pѯ3R/TS3o.ãMφ54W yf=/VzG~EqeY~.S[XT$KI?T6]{<`MtKzv8J駚W[K$aԊ E~@ Γ |F}(fs3]A(y'-{!ơ~>6}%~Z1>J5[R[gcl߿f>R{ʁZ6;gR%Φ Q0 gRV{gm$]uM 4XbE+vL.5* =PnMx]\J#x0 D9+ MnߜH/]0YAR#"PԂ]><|({_1@]2"Ȣx,o!Nc/VN{ji͂9viet7/UpqO"6ӬCWkau;w6WD֩F#2r̩5ޙ_Ho=̩yaɚpM]:xHV평DL]!2m;M!1poʭChxezT)xp}r:,P|1Xm|I0miHyks*d]b:C5TJ&ԲLd *:](ncٯ3Rm ]ě9X({rJhZuW,s}w0mIEpUb+EJb|Mn'fҊs mza,XkvKsy/^@ MZq(a oFpbhMMSG+#_bI~ a\6xW6]bZY+o yv\^'W`SnkJq/ z'?h$Lsw$Z_4}߇H}*!贁FB{LM ;ECݎ~l.Kv)u(Y[`[tȫ27(WDi_J˿^PZFu?-tIUEjLsySUIXИlwkgn[-ަ!2#.a',Ll!<8Lh[USϫ~Ҫ 7c*7Ez% ,^PؘE)s.sb{ _4s$`>HB6dpzj ݖ<7.ױ'Fp]BxB뭴rܲvH۳4qĥy[E'=2"@,ylؑ\Z'W^ *}\9YՙYs~k4W!UTe/B]`6 vgݞZֈtAkg5*鍤u e!$1DG^όI9VWūp,*XRsӂ_| mCkrl„ \$|Pms'J]+P#u/ퟪZPѦ@7W i߇mt42IdsV"--6 ɮ9ʼniU̽يVEu1;m*Ee,Y+c$/Ĩhm6Hh6r%"8^#|`3B+CMy.CXg_N]:7;K+hKn$FD 7n^'ǹlI˜sd%h8ׄN@*7G=r h:}dNq7\S*6 FT3ۜq,Xhqo I'M𷇌MRU{ٕbu>ޔbc-QW%K(K8r;V] s+̇ucȆ C#xC R""C`8Dcj3 ^> 32ݒIe +_Vvo J-tvwhE'1<PhԍZIڈ@FƓ-͟4uhO!w4!o&UeYJ6۔BR0ZڲnIǔ36pK! Wq=t&J:t>iё$[A I :ܭT7ڏԃ>B8a 0 x ]_\+IrJhIHoQɐ2Bfޔ \$U4,GNeij*@?#Ұc=OZf?Tg5%3ur@ʭ(>x 3K_ gU=H,V`Jj<\TvOr9;Պ@FO;Ϫ]c- Y ,T )OxewiԜ˿]lK[&d ȋI%c\=@x)%Q+"C?Qխ EMJy)-rBoTahtX+n#M,'8+NpaģBsUVyd2=8'd&L2!/.)ܹӳ6 ;0qI1MR9UI~"oOQ&L/?X[wc$qpؒӽ+zُRUHdoB7\#=?1ݞ~2ίM:z p lR}b:CJ!NhmLd8yF;~̺{]|B\QEfXzQ]cW-_k.R jK`k}BOF̲-gW_s8R^brWXSG} Ώr:-S|mpi:2^]p# "rQ8.7?yҿ㹈 EQ%Z 'OU^ nR|$ M}NVԆS4l+q$2h"Q'B*,/D|\Ŕ$Dfj2\*)/F5@:LmN3ֻUƅBK%ߢW%~9q|а#n[>cD G])f<'46rAуJ9'Wg̒.>89ᾜ,.mNSt-Y#MX;'2ĄyՔ"Q;*vNo4}ɧzK8Ne87H }QlwT۹SD'/v*`t9=s٩ l=PX@;~ưjMpM=AT贡U]3t~]>;≾Nwkqȇ01MH5PD5)U yҳEۀ${e@ JM5̙B} ُpnv9ar*ߗ긊qvLtt=1qғ 7EmR3W^q6AKx%w͜ c5=wז}d*^QGFpMgiᑌ z Kja/uJ9<%ŷpt9lgZuÃ\*b$9x42 )˝:Jw).97TŪbHvjq5H|jz#Z*wȑ45gx0xsPqEUg%Ed#A[BVh'uϽw=P>: [Mo)捋ARn:KF`F@r@2/i+9Xl9' )eah#\14}ٴܘC?phYr}Nw4 ZPVAE|0gpG.(q&L=;f9:ǬfHcV-|Ey~Da_ uojI국,sG)5¹υ![1a ީ.)홹wFFOGpQ 7NqμnET=[DpvH s W5dS3.bQ*eR@HE~!Cx'@y3YylA8}Q{'o*\Ȝ-5&  /I(KnR h@Cp>·iP\ٗ~yȡnZ|qwi~"r CԈ X:/U pˀ%=[&cĩׅD`^kHcl!G8N};Dz`5_d^ 1 pC{9)#ߟvwpf }E܍(D >fD).@]uXv9U-}ǛA)eZD;-|]˗^]@ YcC[oo%ZZ+xp|xGUHRQ^ѝԖC|%q'YDhH*CNa=WvK̩WdE#pvj kBHa-ӍqrLaن>!$&1ei« ⦬)h/ 8[lT^1-Q*^k<[k sVaHS3:E INPM!6FC9,XmDj89bqe\G| VIM0bŵC#xp[6-܀NҘKi0ywYI翖i} hNenv9gHNG-1my/iOk=Zz-- 45|PK\H]b(qr5H!JqvJZf6.eY:i~$lޭ>m_Uɟ#:W)" bM8_E⹉+⪦J؟ɐ^u9KB᫷ $v_hgvK(>EҖ[gۿ,].(7'sm"LM*޾w?J9/wo KrjyYȾN E0QjX?|jz*^Xx+ZrfI""[;=P"v¶E{;ΏINcLOCU\f+1.kh)FX=dr[#,㪎X:56oyUcsZ@ F=D-#rݰ7r:Xa}e ;o7ꓩ~EXU %ʐò$|e_j@?+ ήWfϟ`>?Z#8þPi!'k|ZZ^|bMfR%:@OlcYyxbYdh`GSRіK<a5 Ҋ#ɋ=Rl0`U=AU9ٮsl<52GEBJ_K4gJĘq"C$hbqA^C;8>EF^p\Oh?j6/_[3JcD@Ȇ:MBa8[hC`ٕˬ{x;o<4B~tid-0VS!{Ѱ!0ZB2}!h/?08s5NP)Oآ&=`PeDGAl5!p8Ö6}vge_ FG 5 ցH3_\ujBVGkSCp? 1E퇖]p0ϻ-ȭ+1` pr˞ n1FhE,7ˍhvn :# >eYV4hW"ۙEiXA;?S HQL'\ZZCVg639ӶԍoK"坟-e:-w睗 <(&ڟF M3C~5f{X \4B__JDwUe:[caJ,^6=1$hęzзU nzVé)YE3=+o~0R _\^.qJMZM7`A h!EY ڃ`3+4ɽI !'7=kòDЂےNOJC‘&59Q gv^-0>0|46+|.t>g.TS GLRʹ>uR^)":Ny+x7]e>{Paݵs#j2 zq sr4δ 3C+X6CƭHg{ma`J!ՀfYV(ޕyaf'꿧*[)2Ԕo~5F='[bNMtk[smEAҺ .\t(rrS]<:KK^?+6$s=]aȴ6ñj~c`& rmKI_1ak܁>C3c@~w~B_ Ye/5 c ӑaQrZ_OrV*zOaW,KuYRbGd]m@;H!`$e[(S1[ -ſ X (߈zJF]94w?ۂu!uJCP=.ܮg>G߻3x uy[=7O_ 1j~$%@{W,wވT7: {v"rt(C];LVT}#iY%LHE cX"nUtثsȡJMTۻmfH ck#qEcB-JYj{(-N ߐh> .WkMZM  T/2"17^gȐ5o-jAZ0̽9RJ8̉}r7s`IuWӲ&kz"NFg&3~x|$6UDZО?(s;;Լgyxa]h~D>sUӿ|7"Y+\޴6n$S+PԷ"Zz#|>hD'sshFgFPG92ay[}gya8 `2D]l1*?56fk3#D=./N{M<Y\ug)|*W2'Magfqņڋ=ŝE`h;ډ޼cro)S/8$t Ju> (Rϰ1dHNYwRBϣ:a 9o)SaAE{JWRn%{9 "suO8Hzo e*Vl$v3av+}'4W<44y\a~6kԇӊ%amO1e2D&u4닙=|Y#{5yǸ)܍+T%iJ=B΢t:@aҢ@dļ?MY"aIaV3MPM`_^ѾxZ 2uE>z[E Bg٧uQ~)NB'mlMlAUdsxV_^ns/10|6+a`l|(5G8U] 8DD7rb7[֣8g[c RS /WAazɾ]7eY}y cJcTO? -,ơ5*)/XVZץ7dO8Nܽ<0lڻ믖4-]&7 Hp[O Pf\~!Ud{𤘍i&J o ǛRy8QL|_qeׁV M0sd 'pKB3=ė Tqki}7B{_uFYyOC ĮK|Rfr( cQa_#p? ϪJ/M89%|ʣ>,`ih %λTFu1L)PaݤLi.%QBaUZxFtx~~rѯ] K/Lա 4QJT8qɂ(/5%z;]gFZn /UJesBYzD9cNݞQ&`%4fۢH/ EX{g~r's- 8 HPlA 9OK]ɗq-(b˗:_\aXf'-WkJX*sg `͢~cy$TIJW~/: oshVpX{S3qIJӔ%U! X@:mFrpVYq;iYh/ 4όtU|5C$kc8kȬŀ>d8=}{Do8t"H]0q}f;[Dy9nqOVq<M#NIfg|:p s)1 uȘ>__tqJ6Mm8h!MS=j^%aHT2@S1 gAZK蓔|a/==W%UӞM2M+9yFhtc褊"r;hb>L=qVC %XGBDD.<;H@\[F:8Dױ긅vj#-7) ô5MD> 1ݜo}kj£yb78'rTԘXE0*H6%&Ջ|(by<c@O+#ZC>9Dë{x;GO&~iv m2DIԽyJ4nmb'JM(iu];[RU}%?nfx 50x9 IOc88yu`d[UYX46niuK;|iiúcHK:mtL`IMq)]=yEqTr'p'=^ x۽Y )ů@D풃ŰN#T)XϘT8艿dzm>Vd1 [ T@ҡOl|gYPj 8fiW{`^*<`~e̽C%pa\gػoXj 9%߈K?SHgnDGY6hG:@n@Ð׬D[2GjdhNrнo7":G_ 0zڿ7KLIJ=_i&-&AxjDI|[l)c:&7b1֖wW;?xXflq!cԥ < )Mo[iչD4hh(lFU ȩt @ۄ`C;*^yI#}Y1$zHLޖ#QOǑ Sol/7EYCp!.Zͺ,h<=Q,+kZĈ5&;5`Y ?žF )x8e#땚#h)NCګYpeO?aS5[`3JI >{Y%  vehZy B)=G:!wb>Ηt>JP!:0fY!M5#I3H|7 . D7YYO=oȅm97EzZF[ 4j~Z7/ՖdNl0KՑŭkWak,^UF,ųRNz*^Rb u˓TSOi3$@--G/XK8Bi85|ӑ$y?AV]恨Ief|;v}Fp5CRz* srtZ?޴ExՋPw,ŬŸ'હ/phDCc*38rnZ  7W:eh0'/iMDDL .1Iۦؾrp턯cLu3WXɷKpW x^s`[ ^f<3# )gyE4i[Y8)5w^ 3]]ͱF̲ ^<-<8ҽ,b,ak+>yF cv+UR>o QE",;4|ؠ蛅WݘYMz^! [l Gqz^~ 1ic:Iȋ g(q=sQgx2hRP"/t>Vwz]CَvS6fE _=Ia#Tޘ!BOp%XvȐ.yuaKcU=; +)f- _;P853NAǞ^WSy߹r| ʑ)'gЕE+Tt(fFey9αIn5{VT!{"R d{:hҜJDӕDE>W[K} ;j(xj*:~5[T! 򇝩W)IU~KD?P N6Z^w# hjᨤoZ#؉u. '%ϩL@ CgWTwg{ZTG?%g_#G3Bgg3xrp6ŇkdYBxF2(cG} nP>N so H==Ѭ.oOAb pwn_+ȼҌ xԿ'w;<վ\8`-~Z.P"2_(.Ot5utɴjޡS|6&T|oeYqe A)R'n1wnL0,{u`!F[J01TWJ"X Oq@:xS4mʀec #qPǛ?EF;kQǮʓ'(>בɒg@U^}ar_r/8e b+iP}yi/D\Fv`_yRĥd _>x=TՎ"FfAZkۜ'Re I| ?Dm NR@2ĭ@Fb${iZ2 oR5Ѯ /^VA)}caSx)`1! Y%/3͜Ag:ڸRL.˱+EhbykF &qVɓ0;EsWR7%u) a UD7}EI,d jAQ&\vNOaˏ+NiJTC) Bc~AYŠv5q~9f>mevU+.:5o >d%jICB>S OUރxa sLD([2(?ĊV#1?3{ 8݈ [Iȴ]qX(ԯdګ }/"LzW:4J/[9lZ3#nv5,kjɓ_ /3c+lT 54'L,XyK˃]q~r)T7#Ta%Kt`Nps ,% T/W$,=&MÏV7l >nxHҲXM z ?[a u9:#ٿ"JΓ]JASB8̇HXGޘ&kB>`E$h678F:O "pĿ Kt:UPY! 0;rpHM5E`y۹ ٛ!u[\,<Ə}=TBLw<PHo IpkkYBhVgUy|3,. c>e̽& (A=#i$/#f߶(~T~%ADWW (zB(wbJPhX&bL3őA>$C)Ue`t.@mWxQ;\`Il{*x&73XW tI')fԦih1!%MUݗiǭ_B0Chw[Z%X_󲿬i ho$}0WtScPRh|sّ MԕLxqE@V)L9 */ ? ڀabT׆/-Wx wW=Qp7H:61ٛ|,x)Ź7"ujJCjf_ &ۼGWq \UHK?< ÐK-[Fjn `x[#]8"!G!ZjN~8 '_BoZL̋rҾd`'W;~11e D #5"2Bn&P<5aL7ZT:>|s_fwqNKhǔXa/yꬅ`7N/xm@ (6f+Z/XډR \D1/oM#(3=A;5Q4xWGElbqڹ v/73iTOODߕ?.eX5_>*h\>> <#)d"QL4VV>_knP2V/&yi9e̡|4I 63{Hnk4jI(O{dfwq3ntːi\o+NN,v7\G$ԠexP%ݲd~6`J.rYk;ζ=|@9V~ h-ϋABh]1Hu.6y<D&$F7(5ى-O`kV]Iԝջ>.ϵDX <pe[ D ;+wG"KJU Aګ X`'SxwҖ7tGmZלR,묹Kօ!9.m mJVl%}0;^jMyf !{o/ E>z:Hx~N ߶ _"E*vWvQ iVz0W<C>WƎaԟ 9޵jؕ5.Y)&-Yi #?BS.WNl] S1г^G{pt 73)>oTP<6卶eɎ0 %!1ث1>je#኏.r'+Z QE1@UyitHM.85mfbi.][[2'7h\ F ,n>/!Ln'6&>܂v~m4JEj4R}*kk.SJY޶_Gq6e†xʙP ١(tͳ>SVX6 %K8|vJcKO4<ő]D88Ы\?mZ ,\ۏMQj`c4H*|z| #N{ƙ#*1(%f%bd'5ich krSr'M~ k6$n`{?"99N'|p]ѳ~3& 5yoTW!>*[8f̶@of :7 [+/'cuXpz}gj @j 9s),uDzx,4䩽=NӕXWU\^d O)FbX6ִXJ2YM .693 lYq|X  B'}C:ҭNG5&n!@/)uCϾ/^(IبW%լL6^)J~Z5%z?wsnF[x"*Ną+47ʷ]C˔ij LabuLkўܹt*΀ꅟV"]˒䔯^E3(@f~/WYmi2M]O {FolOV&?" F̖)qGvZ(j+*oDbJyJ,O 3E4xD9dDD.gq~14XrB s_cl#cӦz5 %O]}$xE1z.|҈Ore_[g8onM3uxɫHJ?}4VR2O͓cjo=0>FZ0C3rOG~'R%B}k$(p[z6#B粺3-y<]5FбX51A[몢kzƴk̭~"%XW#$"2HU:5*sV -RaWBIƼCL# ՀGr5ڙCd1΃L]!p'{b+7TS*j;yb+^TB:EfϋPF{A 3 \^' hԣ} )B7  gH ͆ tuOغMXـHrs2{l${$ [|"PiȪ I81my6< B4 O"FJ'$ ], K zxpLi>I*:yoKᙥV|XZ ne`?rn}JP _qjQ¶54SZIDodPpچ;5/ylN2PRAX]p,u4gaq*b\8VL?ßN>i {0E &=!hEζV͞iYdRFڞoX_/y YdUY]6jW骂WoҀgE rʳ]B%۪iIߩ |d\3V+ue?mA DP/_:fM"8ϣi'xc0\'"ǰϚV;d cxGku 6IDܳ sr5jfҝ6"?aA`xbt~~quOpuFoj*]!#) |b(<%p#N ñp=P8wCm*}=l )̸Z=Eŧ #)(P>Χ2 ksǮ2nudaN<,0yE[Tn^x"YhBthΰ,TݳSq3SFA@ɭ(, '_ ط3)k38[R$Q 9WT 6E%!a7҄@[ t.$YRan4ID_!O2Ժ7T=-\<:˒x^6:Pkg̝HUʰEP=ZwZhqy J$1_@[i[b@Nل7^׽]H*Y2WL \ WU3qdzk ~=L>GD,|'RcKMHS<灔Qfe *3oOP30Ixf SI,"]O\*`e;&(.*2D&/Z=9>`- k7t03e.j;@ qa i,Żh/TKqǡT!8,x֝Z__?o {ÂBBlwK7!j \㔐E%85-B9O{1q~U-O2 篂b~eY3i ޓg}`MeJH%03q  _ _Q628͏ڇsR>Fk 1j>wxEՠ }j OA%$FO A эlEHedͦ%TN-9_s딊'[8R]ӟ7FV?r:D_[=%Yy4+Z̺qA(=H"Kڲx6093ctǑ1I'"HA_hUj^m[`&!6QAb/o*n{͂˰!OXͨ7-:gݙкsD([F?PV([*t>?;miDgN:kپsPf[Dd7k)|fJQ *DQbHMy4³<~JW$j|""ht" N$~QreZ:c;|`[+F[?w|j_w{[;=E!:6f%-&7i(&&zjj>HK!n̚v8plDp`.(jW8Bh+x6MQo,\FHi6w״d%W4vw_RRƙ(T5GL)qE= l#Fx#Ftvqh0Fޤc@QW_& -{ 7wi{:n?[PP͂:ȣ#0"XѰ^Neqs^#G9;E`2/~*%XWлN^@+6$<=Eͻ qAO7H>380 %ԶT O3!?eҼ` BmE_?|FEIGdwGo8>K&iwLb HBU'y.*6mf^ڸ0WB}xoJӅ$D8ڬP{;5ya G'>Jv*a~8ܮSD>Dڑq?t74 3PAԿA:>&iFjBtOZnޫym\mG ?r=B%C *\IXlևms4lwYn3cP.Udlq@XTW~e(X.#j֔2r!wrsعo@l XӀE^ PCAHƁ|m7y {T_ǝwX N0oDA~askv 5$O{b.L hY^pJ,C;u(Ѓ/4`r!IQ)VEgܜr.z$6$bEMek6\XxXqb@“ѭ[XM>K.TX7CWښ,p9gGq%Ңt!kݏrqe 14 rDWum,XUSM@E!D.E4&5k1PDk' 7Iq.|^=Z!ȟOb~PG6NzXAן'"9 TW-́91OEtr'|tkA/{w4fփAY U !Q>2\S]s6ٜ VD,$frAYq'l&xW-t)TG^dd|G*\nh, 9fo󡵶L|';T϶U~Y]x?oD@fkI#w>_kx (Bzibl ={mkK|cVo;X2`GdC$s~ӰAn,zPS%U#4PR;UJdf[: S[ NeX6ι$O }cH<۠gu{0cos׭PNOo%LF$mm(Ԛt0ʣ-wX+p~2 2ₐvfpm/ʔZl8@j4Pie-8`Ɇ_ zѯ̀s* ?dXP.~eHɨd,溂 .W ç_QWWK#q#*|i'У\ M;B8T=;ָYbqK!qs[D?s ߐ_EӘx0 P2= ˤ}K ށsp#w:9 *rGKC;{o)(NP 'NIok5˜l!囖s(qvf=c}m]^qG !<}_¬8 {rIVw#1i(# A YPsvUGjO_AC҉ {vK 눞JZqǥ&a!R5p BE.B5@Np87"!6~kbvƒq)Bģ#ms\UUcxμ~dۋ/>;t#meGh5FNQ߼CO2uHsE%c`yB VMyTEmSS#U)xS -{'N(7*>a"%5DX%ey ϠjC V8J ^He(0 %O7dmNÿz.2;ޢqT0Lu}-QCBp|h< O7i3;͍8O1 r"8cWJY]cŸ~eթe-7ACy 04Es"txLY5Ғb#CO{/r<!m#3!CY&3Y 4+\1d1~ ?99x'tz$zwخ8k]5(y@-B+ۑ |_eoE(DU rwËj:<ڹD b!dOۍ 5wS5p׎n0 <; >}RӒZ4kGAt(BST? 4󄎠@kmb$VnO柆0ϮҨUy*.lE$>ަuDrKCdxuT0?XJםsIjAa$2-DuE] pyhwxlgbQFV~yG69q@%J,ݱRTD+.=BrpqǧFTx✈\ .Ĕ8yy-  3pC^2}kkj:W wRX}@[y&69IC'm3k6u? VL鲢8gfS&uN\@6B{GME7I7̲ZG rw>ƌC[!Pkr fN@s#P:2}ֹ ^W'Sr=H&!Q{z'/$pFPA"4=!>@Vﯝw}3l2[؉a]'p&+pQ={̬L-eGj|$+s 3r?HlHZ^V3g`C-@ha^D 6뷁}Id7yuq"WZ.7{7].I-?,Iz6 ) ku!"@s_c" zVRE_'&1 SLbY?R|9aXAE&,9BUPMc͢MU3G1rGqj"ҪkgC}Vz|'N$nDf,NhWFfGaLN:@hA{Fk%fOYϬ~=uޔyRB;ݵ4 m=2 =Y[BJ)GĈ)+Jn{SʣZ/^ ݾKM6lk?qZ:2ss8.PlpYBbtiO%J<.J\QMw[  FCqAdhA}}yaV{W^Ǣ-z3V7Xo.\"?G|):_OV̂G14srrljU+PT:{ u=hi-0yEOƘ9ɠ_„x- S;G.o1YM/{̚!M Nc+WiB[7̒><M$FPфF<4by#P?\5>38~-Tɗ7fPZ8[rlg!7"'h1e~ ;eI׆%NfwL\@O-œAd1)iX?Y̏Y~*mH~"- _(^&ˌFM<4O~0R҆a@U}_5P!E7YA o.vOA/5p&:H# RH&}`NAPUg-@d@z0N1I^6/x惑 A1esd(d[,"Nv7VU,z(EA<5;+j-!K ~LBAX$f9ai E5P r90܂uT*!˚pj~>OYz96W enDw {zz'|{<[{y?!I-eeE!ִ?GĽ|tsdRALiҘ1)%r`i@o6z䔟r iCTsR[u6ױA+K6Oے)}qLAT.H9Pz=6`Ozg#'8?爟i:δ.t L< MLjnE^ox^ Uu:/B 5ό*ml>Z_F]Xp,q `gW wj_PX!P@P'CdH}-#|CaQ9aNeP,opH@qDfG̼1{%_myVPH%|Mn(ڏ℉\e cQib;X;<)/A»IXVD gh,V >Dwϥ<G&X Mk=J6Jdŏq Ȉ/ V`yFJqyp;XD ˤ:d9=O6UkY=)l7[!}mXֿۣ|ldb3.vTh'\!ESo4hKsUD{íᰛ0AsQW w26g4~jOqek{y6ɪjM(/28lܾ) {-& hb'zthaWs(N['ļhb0'>Wb)$qT!+ !Ҕ3} js5h𱮱{3UFW D'Nxі;aY(җԬttы*QQcK1MWjytݧp _2"L1(p4k>aIEe&߻~7a~'_f%Ҽ*mGs%o[R#!(ʆL+gۧD5/f!dD/C>йv03 .[j>5 ۥ^e)է'' |P' Y/C >G-|B2&B\7X{n`s(z'Ĭ\gd!4ob~됿mJw\njĘ Qv&rYzVo3 tXR] ʉz=pƬ&T d=CVt%(|. B!W$<~`K2oT$)h61]ks+.m䇺H^CVU3acpk:H"75t7W\Tp;|xuwVL: J >j.`_">lRY<|d@' O 1x3:b^EpGq7UxOf9v~m2߽&pI$+bܑ$,=W5ߚ{VhϓF:NjY1r'IuVsWŽo*YwYCD1 \oWN'P3Zq+~#ïɻy9mE%Jշ*8ŀ;uİ~q7٦,D_q>&XAFfR6֦J:]N/Zqen6|_ύ/dޓHwl'pxXT^)G˟( 2T\mqG>c/]*}C}Ү_Xw){x<ʼb:pCVƃ,ϥ7`,+:">-,vҞßH3~nɯ+ 8%G7r̴;;o - `iJgH;zKKՇ|YlPٗɂbMYX^;R@R5zٜ:b uC&o80Cm(ju! %t=0i,vYrԒ_0%/ "6Ghҗc_( 1^yԹBƳ|r|~?4OMDsF% 2"]Z;-B~dCe`!_i(:8UFiasxж薩:bȿ4jYX.}At62+0iь =p5&G,M0"pң9 ]`1LLO,BL{ 9({"Tb&`pρĒI:.&hSl)K, *-ܬ fXFKو_r~v}%]G3KB '%$WKni1_=^a-')bV'*NB6E]n斧m8d.{K$5xpU@1K:1&~ 7o}kL] _u{ڭ du$KsR,6?ZZ.\L `惒BQ0a:䘳GxtfV߸<įnq(Yˑj^P ob/YPqC0ߵ\Fzo8x u6=7s$,EN}dT5pB~)GuɓQ6DVBMW9C1*T!2ܲb m( Q D]T$1!d \.jPdx4ݺToguJ֜4p[¼bRmVB6xR*dpbv)?-9I,0d=nkv*;]ڨ粺U TD`##NDgK4Y2CN5gUA0͉cމVm(,J" d^/6mn2T%`:T  'b4'c^&Upfc Q{g&;JMdAF6?ޏIc4G'8UqS|QzmQK$"gJF(sKLAW9n"?\Q4;E[t/k‘{IZ:|#zJȢ`SؙǕgM!;JeKk}0XKgj z-AO7wc( OmRlX9C]Ï*\8fq0=<WT_7Jcz/k0~l(Ls{*!ۙJ8"^RbYr*1 JѺGI/r;#`ndCqG%ϝFL ;gW#=;̫ `':(,=-(1:B=7n$MQ?Iɉc<;[3'KP' A6&ҥD@ Qe3v^(Nh~}d(b]śſ-PXhS?O Xm<dC6>NKa,=+R3B񁤖 =%w ⸚Nn#uw հI>=QS[S՝~sYaϺjqBz3y;Λ̅'Ի޲PYPWP$V9]Jsh|?4p q!dq?8('swS4ºXRukWKU@F|ZV&? pbQAf7j^/QK7KO­o,F\ 06 \аh" E0ݴ螳!jTH}EN6cĖ%Zdr\x S{?bQFFHӁ0`tFՋ{X"I) "0~=JӠ@R@QOε<QפtRq-GƹXOGFr^QJ)ERGDY9h qmD=|%8ki~Qgѯܗg!-ԯ7mi/gznz[n1ޤs&*6 DD,&1Z Kfs~W+r/0$T5lx$%,LtvEBTͩT~ ODo}61e 覺t}UpKCp'%h,(T~.}+&X>Tb| IRm0;LG-EKHM$_64_!4Ir}00YO)铎;sW㌡|k tB}[B~ sȗioόQ{ȂG\f zM]8MV#/Buv@?db/,?86njpt8c:E]Y+9[VުO`vD^O?Or^[ |k$Sr;7ſ;:D}|yTZ:IF; !~.9ܫrŕRF- 2n;%SKuN'H×̯"FPv"R~1ќbia uQ W1`>S &G zwNY̻!2 m.y/Qb3M! .f/Bp,SH/~C-(g#=?\1NLZg27qfNzC-do Ib 6ʶd3r4k8鱽vrKkj[\Xou-5$ȋ"{,ȗ C' `n͕A4I\dֵhԚ.Y1+:(gMT'2/^XK>vZRJ<x[" nXJhK":敪>x'Ibn F/uSɎm:7;Ϗ~AUO{!Wh7>x#4˯mA;h+ŘAGf3T#eYS+yYlVJS4'D{VCiT}&r'L7~QdGs!ˈ`"I]o^p}S.*hF:=֋R)y.?,EHFm%+ήS3ʹ ׂ0:|Aİ'z1 Ք? ץ'`dGJ?l0ЕhPr U`F7uD7%f\|U$gl$3D|=ނ DY̴aŏ%%J:R:U DJƜ_}Lx#ۄծ>82g8yž?v6. BbBh>m#es*$r62 'PP8??%t{NkԼF#\< FuNT6TRMͱ:f@U5Bl549ӈہ¼eTőuy) {TN~.w$@czD)'7v劜J?n2&DM*\At#]婽Ҩz4cdUp+/;nI6݀Qx^}*?VMpnb\Vcҗ)maJOd#o:BZENǫڀ ͹7vCU[:Biah;?l#6hoS ?O0خmTJFV×vݻ͸ dh^QY:T?R/tp.Ȑu=8;L's5 H h8;NTb^Ο(tgtK .l潄f&5xV%9X^xG3''ĒF3K^4bP34y?0m`_Ă?A]4*ڑ87h/DJe vTFCi`BA@! VfxEAG%۲˘~p Eo1¢PDT=9AЅ=^ۤD2a7'1;?%+ao+ƱdjɸcKGh B4!+g;uX:w^\opi7^LNJ)Y1~Rhۜlq>B *^p̕h XvC!\9&df R9 יG8D _6j7dPL#UEA^q PvW'8PQqq>UX"4:@W DYPEUS22C1.$u5 :ws\9Pf;iݜf4F2 ͮ_BK/LBѿ;gXgbKs$xEצ 1nƃ)~Z'+E>E_Ҧ>Y.?2,e[HS- i p\j#&>K'Z|j8`[bja-QڱAQ54y\NLN,4?M( yKdK@G7Dw/f](&D&t &KBđnicr8u7(6 ȕ @Y7O52mhL7./Ĥ?I-e3s#&t :)tB%􏆌d?:S44ʼn+ƺtjR= 䧢k9%@=D,jhBӜǥ^kL9( TQ؂V~5杚 =j=7>-<n##S//6{2sӻm=>Mm śnK免 eC j԰R_ou2xzAgX\^[WdKʓZW vn?o` e YNuxN2V&&i(Qm=KF/SdAL$D jh|֮UXq1BT;Z ;%ҒrTÐ ܇@k?C&L͓y߰r$` 6 A0)ɱI;NEpʔg *`<2arPjM*o`Tތ;vgl&R#e"+n^a--ףw >#+&e)^rm4E()3kR`őnw}FǃTu/OX/(m7vq:+'sV Y* 4)A1t,<0mdΞ#zXZyS57 {!"8prIMʶY*ףXpa"&IY1dcR;5]!TU fE &yp8x¡g0Yu{yFھE,ٮ@ί~TN+ s jH4/W Ѓׯ xqSdoCr3!'2%s=Q9Ta9;*=ufsfFOAmo`^V|QWݽb^n#|b[ } n>0V*(K-Ԛ z:F1 ?86I`ʴ"]1 Z [ble9lӠtV \x,"a[SQKA>D!topjy"P dd-"d f*~[α>#j|eB@|xu"/p0Ws:l,Ѿg#Fu)X%(r` ?b5iwcZ~KULK WtsAml9y>z9Jw[J(|hhKt_9mBo~1Sr9p;\Ub}.x3EvzbמPܶ 9!ߔWYJ#[*B\ҶOI^'j]4B:>,6M9, WJÊc4j%e1Fmo.H؇&5V>$ORAa^wƊx]T]͘%Dn)j''V+CRZݯ_\bPp{_ !_`W'tO CyV[Dd$ewk˭E~n@ϯ$ n C2ȩ,~jGJ%eZy:@Jp#%rd\i>uLPddU\=wӭn 1<֠Fx0LNjROm~ZQe{B֟{Sfrfʨ=VBXI{碪zD^)@Z_uA93_\[mH ۰u)j>f ~jNkP ;+v|'`{袊C;!T^5ῗtGl0% н S=OK^84@5`Wtb𢐏Ȣ*WWyzz{jqNw[-]w9g8X%|BUeԚRZ7¸z3XXjvB~NoƎ'=Lg~>0&6(T]YR} EG(*&-nqӘN̅^;z2X} `XV/׹WPxDlk"UΝx#ua[Pg~8b[/B=g~jT/u} VP=nlxV.Mù̀܏ouLdw9rI̅Ux=i/fYIZEiFP|TRBFMgy~29Ŀ :S?upWIV[6O z-O^HCa \sOln,i|hR4uKB9$ -i&0qPUOPm?ST!mCb%2k\ad O~t큎Bڣ\2ZRr]_pެO}.Wz\6 7@1S!auJT_'9 hMH/9L>p :d E xO|VDD Hzw=.JV^[`}E`EM`=n~aV4tMCq,f*`5|DWwQC{, ̕MZ4*O sUMV=L?FYǖaMĞʗbS); ^更>&K K\ɥ])9AQ2!&:g-w3UwjРP.˴_2w[ay'^I7Nܧu8Ml`X3/RJ$P5nt[;0&ϛ#]\!k䓶Ӫ!Cyg[xK[3jatsk4e8C-ag8~d'.zOMs+C'bDB8sDz<Me)5ފ t̚Nm7*ߚO:HX:d:Je^CF+@40шxE,f"NzݠayP|Ղ*-un{Qńj2@e 65ɍl6jltwz L ~P>XhvrF{ dИYg6!M `W+RꢶTMg)fskW%Ђ.XZ̠V/CROo,g+5 q$*nH5"p 7f\IsH\?-x%pmy* wQ!:V0W 222v)EѡtyWw1+a@:O}D)m U0Ebuhr#֋fp,%e0(lURwym[:pwN2U1iZP:-}.?QL7i \mG7?Ig돽c 8T( )XDH*"?Ί{mDHWk:i.qPlT/{+L(x( S^h]2 OePtXsX2ee4Q}{kŽ[JG5@-$:]rjr1HD=m^ nΎƱXXZ#$X axo۹Ie1#Ca:{^DLǭw7e~\2ԇl厶 * 3u%e%)iPiE%b^muͭ|{J768 {ghYsJTРձPרY MeG` *`d`0K#&;rp.bY>T59M'KL !눂٪׶B\t,_jg"F)udMpyEiЙ}t4w=jt%{gmC[0[DJo&#-F1`hҲU˻CzU9GmCɅI.>t-\E8`^1lEE%"ɫ/rN.) c{<*J:U Fb9%Ԇm-"mxb%D;C"M) Ektpݻ_}#--Eh!d %OSd(M̵[/4V!t;rwh 4a JU<@ҕrsl6my1$ȗS=Ϟf91@}УgfT;LNj z 1a&E[ד{ EkxN6I\t+'ީ ĥVI]PqҜ4M.@15b+G(ZYZ' SCRbt9(eݯS9rZ6I|+Kp! sHm‰@,($r qZ6j)LU,ƭ3zlb"[G@/\.F&u5?_swtpknZu\t@s-~R>mv8/5^<4". y^`s"?[2ڵ9_&&%T@V[X8-Ǯf}-bHBYڦmXcxOIyVђw^pAg6gʘ@O*.Є( 7(mb`shqzw/͎#΃ߺBU}nu 3u9W}k>Oui5ɑaxAWʠ(.=S9=|N8"$|?Z74vv)d(?@_N$OsAp@#vUq t`=S8Y!.jJ锕rTߩCtBVY;X[˰:$+W"e@c~h50Hۀܘ,֢\/KTഺ~#|{l4@9ލA QlYMm7UEy:1!SN7Q8mI8Ez'^ϸv==g \ UEy`hrCTuG5ِٶSX݈RڌؓY q&SEÊyN91\,?崥ښj)~oxx/fx=,ٱ Zg9SResb& ( ]^Kt-*P)(V3>'JV3`C 5X@|cB)?D1 UP(aH[Ju9`7?(X-t^ѧ/8x"5+d2WA?E4n!^fT:I3#/T!.e۴)?_ |`BTrO5}*u&|JSD ]n@;E32ÇN QN' (ks/{]+-g}~m#@᧽rĨQVy.zAȰiw1q?Q냈aRghV m?A32 5Eqi05&eӭV$QbmSa}ks6Rw :CR3. #DyfYUD}R5dT4otrMߝJ2VIf[N5RH+?a>yev:1Ldh9LE2W|TscbQnlj`#ke6v\4;g18ݭJ*:D{.8s4N* g1/Cl4P뗿y;CptkQvLQܳ PCPb#Jli 54* ;Fm2U2'{wFT=O@|g❃;ꋳm:DyYRwmI#uK1+#Q~[gD /Y-=w =-ҽ&(~I2 ˼>oy<3s/|h!i0g:6A":GӮ]cwiF+VnNӍ2|9~ؽ\OK,uB!7""?TN݁ϏǮCw֭z$~4CɻVSש044cC >wOrwTlsTL.˪]l1+Li-$L"he#AisWMl ex}`z*DuFN&KKI9$rVml0h]r*r? (t͏l}lU;dhS<{ϓ@F@h#Q/¡:xƑeBwidM\0c`v0Wm*d=㺊 t+w&u/Yi'u;D d5)@b!T2%7*ܺr6^Z:/R\n4n4"Im!5~ 6uT]ZgK3zu Vq5BdtPԠʇs?〓ȢE^[yʒةw^;-yZ&陁M&rle^X6OJ~3ǖyVs0ՇRK{7\iEWqn=NjdWBV~uN/E{~?AtL"O4n9_$ߐ6!2fG],%dI Wdz]KG$ _;>⺜ 'j`"'XiA(}*uXQ(K"\ΐJ =|>`$=;ܭ8ftE8:HU/A#ε2y-o@e&Dȕ/3+2W͕ +0p9#WfYqV1y|ef Z5K6on@Jh5,jr0>U=t@%f,]T9uAdt(RfϽvun+1'OͶjK{rp͍}m&NS< &sK=O濃7/Hك+jJhvY4k߬b#Y}!~cHt÷MʆG=e2~t` >kqK0p]0=qoГ qCڌ΁qajt1=KU KZ:τj넶P;DVU2Sҫ\mtdA[ li YrbZ4ib3ȼ<}[YN͘@)+0SэdVYzZ,*[Phb}Tq~9W79԰xz}vqY7gUR_iDBuf+u9dGV27ZwJ@)j %Z7K]"\j}$c"\_OT"0η7eqڸ\.sS)bZ_Ox{j-(M6 LYx.ݎ_G\v_r*\n fM> '`,v@E'kPZnRˢ{ ĎN8cqjR$+yÎ=']usfx5]7DhN;n̬52i3iδb v<̟uoj1s qUt;"EcLE︟G#8^%F>yp[bQǏO_[Gu fɹ˙(v4nRo v=Qh.w; : X3.+xdIKqg<(;1í:4V CkXԀ,s!ʀaWvC妽Z JZNl<܇5;BLP/ GSu:t Mp[nrM-ј .]` 4a"Fp =gX N6E郥QB^~8x6EKg 1J$}Lzmӌmd2drz@!GHRa ̡KNOM]17jV LL_}MWm 5&!_eK5}vu'u<%e8\$XER死ʑצ$?i|R[HLKnu,0_X=J&=őkm&8r4b  8\k0GZ9Z?H?v5fP+C }&! B0ʭED{Ҹ%oKI:q8AVL9juK9*p!b8E#X^d)ppR2] mktݧyr*ˠ BUq Ð[B ANJU .eo&D: p|{5ZI9Zg dLT%ȸaTw.0]FCY 7-ȴ\=8βt[ii.,Z6[}UPC[0(`[-LN^9C͠kTuTk_盼\ f@$dZբ*&{YQ˝w5RaENv0b#Ei|]߼ s8Q)# :Ic7@pҦiOd7K(Vl=!W<|yoJ^ܥC)ڤUDOIP RE>HsǕTcn8-g?+Wq3^3ڗnc_YhÐvj %/CCx9Ay`;o <2p';xWG +쬎֩=s"js${@d K-ſ:Yfݮ,/Aizn' {>Uw,W=oQ2ju޿Dwczu6r^3o %5D*ՕR]hi XRrm~.GiV Y{4RF6E_oPH:@K8CY:vOVe( /a2 %{+%ܶ1dv6d-Nݡ1g@L*P $Tk/(^}*F!W9q)c9x!~ifрmo]:L:OR#n? _]UjW8Òx&cFaB 3/>̓OK0!68A^Sѿ,ź O E38/ސ}\acl ce1ryidDSwez?9WJ6Gy_sdSa}d%?/|ՍL%y^ȔXS'=wF$KAf?&ػc% \ ;Tm"|&`KEbˉ(/e~bW;%[6 zk)n\R+MENO;ӷo@H&0ߦXŷ&)9 ,v4.T]cO:Jf0]qUcCq Dx dیnѱffS2:LWo>,AtڟMvD#y퇥F ۹18#z\{ci h_. `S;HN@^1,cIy8f&}8׸?*%d<+Kk3&GS]tvyq5ī:OQ`Vq D58YDdnBnF{g T]iOjq$/.O} .gL;`9u:=D0->Վk}m-41کEl"b{בPG1\{?`'?CT{/\ڿqh14&/\4EUrK(xlhE B|!)T7h'œ`,BvE#($%sI 'u]] Fht:ЮͧiY|1MIї h#l ^V&j%P3".ބ Q|ָEIg/z`-cBX/¢V3S}' zc,=ӆ߳j_q3kÇBw!)sK +ۂf[ɵmbMog1"7DS|O\XL`ԯhq<~5Ր%nY8%b$~IR:o ŀF;BhPulɗ/.)o?W tt=\? ”4z'PS"!Sؤ}Ž4M-P r_GGI\<2[a(ɥ:A qhJ혧0PN櫗q u΅ax:]{ ˓‰k8˛ ץ&xiWc߰\0rtEǔ捊ߥ/_KAFp1JŜ1;%%]AQ_XmoD̕+2D@Oo~W0I3M8lIFT\їm߸*r8̧Svʚ}2":rY|fx l^;zQp>&iTw+@?'6{ѫ펾ڙ19eͭ]'Hb7^$XX1z Kr}::D n)K3Y6߻@,(An{5 [+> @4ox#|a&=L[ߌ:2w/Zջls^bɨHS(4fȅT#{(y`<<*5?Wt!k1ޫυlag&I¶H{$#O+eI"a0ũu3~B3GU}h&B+=U`mH^&Tq;M-c`j@+qMRJKl WZ9tFKy:I1Z2Kv4\Łyb.-qC8GA9zT\dP0=d`sI%Y -5^?M/>EԠIFs к||ᲅk'K!g@!x7gGE7џ .x"9Nf5‹MFi<#}nz?+sLmVr9T)SdH6#r,2&!ן-a:0سxx/jsI7νWR8Zh;ӦPx\>YKt+7R:';-JZ˿,Ƿ梅ŧ-CA4^ ^~).DGr9CRn[>E@0b|k1g*/b QA %m_m2;]t(" 3QTpXg)<"3DHjSTzP  .>:& M0:y+Ւoҷ┲},M3r0_O:RH 9+7d'PU~ק^$kk½;~?ZGsuMKԇ]&L?&uQbEaWbJ_Yϼ8BI^6jiczEAg(b!i׌*xE.ۆ>0fS.s >R)<5sώK@c:,'}ѳV]vh6M}t aA.EC΄T_@Bjr}:DیބiVj]e{fӲ5pqvp Ug<<͡.} h5 #yQ5Z&Rkj^SzRVP^V t?U)b9B%z V`[RP+N|,/ ҿs!mnD$d TS^xj-JZ sl] % ANܓtj;epCUnk"Zܢmmv -@@0B.3NmCPKщh5S|U 4FppV;C% qy c"ԟ4`܈[OO'iT>6-,\3hVcЫgp8չtkv0T'gI :\-04WY H>񣍨w"G]fލ\ ^ γ8afʐ*L&P5ģT 5T4>:x}-?PJϒ(kWk)uBD* |BRUnB4u:fNY>p?M,C{^1+qBnw\DŽ-6:Ua s臺DcrjߌY l~H=oX-cv^p× WL9$;-n۶ wxYj>r2ՕŴ\#MN*)пo)!PJVXȆwc+$MzmvMWA1Oȼ [}+B=J Yp8{!.l: NS&r#@MFE`DI"N$s(r 8Wk_( uAPNb/8HyX UgNf'i Aʀ 2KB!hF@hM.E̳A}7x#aI`3fX,ƚ;'׶ԗ΂i!݊x2 *ZH[;3?s [M[>/C- <*EjOeT˾tU_&O} p"Rp_wo({YV ٘*̪_WUhQf /@5f4pЍ0s0qAi2 #z.<7*T^f4;jV%j/0a9TU֖;=* 6F+ъT23&uoW/B\ _r*H.lOF y-^0UW 5] [ϖ;ςcz ףoι%й?P$W|`] w|oæ|l28&d0U6`'f2vfWud˴ tE9P&UT\<-5|1E@ B?9^1D[+rnMjAPalځͥLӁXaswϵWr{-u{#^RZ d>3Y XtI`u֙y+czn~m7_?jAG@ 萎 9<^蚀{d}zvu* /8@[lGߋAO\?X.>s5m}_j  pҞKȮn.K+[s$DMAK>Hu"[ w758m_쑼$դF޼D2;N0KQ';+=`vɒz]$cw(n*n! -Uݮcl2m9 %Ed0A)-n/kY4-2 1Z~<9m0x+GTȐoAe^# 3޻rȄр2^ yJ}Wc17@gpJZp'He΍/"s܈Ek7@-ՠ旅dͿ" )/u}O&XDpq9PBX v9#y^V<?ge(rIz#߼Qdla\z$,6w2Ԍ P@$oKS/yH"Npr##w WMӭraS;[VTJUWiɱj)=p9h)K;mgg1be Tn2UϥXM8>Iʎ?5WD6YC/D|_OegM9%ةu&ST<8Ie9NJ(= BB=bM:X]\w -lAJϳ(jK"+c M kq .2 <ٻ$_+Q'膊S MG&"vy-uiקK{HmGxwP$^yLǿא kt\G8R9}H|ij sqpZZj6b܊ivW &Q_Iނ4 #KAI잞KA}FHxtH $9iCRnPbKa[/Fi׌MN) "]b :nC=G.i;^5@u Ag^c" bL# V!~so3pXEu?`&#'G w DXcBq-jBY0̸NpP:p"[L>| 2h{Dhx9U~3sdj,Qr͠FfCups2J4K򕽄=)19=zgO̊)VNyˣQ8^_I\ޙz92Hio9+tK nD5*\s@uݫXf8Q 'xŮ[}Zm/τjyI3J֜hKKcǿI,\᦭A94v|fTrfMΑ3Ѫ\ԯ|4UB2{"M>'%^j]l LoLVdqYLQȋGVpjYPa>#KAYY(:ܿ4^q]ytomWIHmܡũC+.%&*hJe z7>V9UD|&<_$3F)h8Zl OU&H &1LЧ>2>ij?_a3TWej! .`$!S֮I)xyO@F3g"8q'-;X$bِU 蕴370,ǬO<)Eу^p-ۀ֩5("DhaIpb^S*TrcO9f>OEy`g<7V r29 agS*y)B36c\ٝst߲/ӎ+Gh)@ 2q% ?VfY@bEZr7YGx 6_bm@!]~!DYzuFzIt=F,OpLJpV'XA]-E κh~[^sJ͝Sr%Ť-q(@xWV>h#tG}(J;؉:MkŠ9 Si~\M"'({/8Tɍ28%pexڹ(PjG P]sJ 6[GKǵB-B#a A1lIXNq$xB՝ HO5B*ϺHB>W{*HQx@;Mܼ>E%5Lg.2r&dM@W%ʘ7ig՟jޔo8.kgWGvE~)1ACK.SerlTN-;yxD<guCP^fџNtQk?Uή|%SM:"g+w>T BsVb|rc.&8檒ݼ67KhP]eQGM'Ckm{f*J3|z[M])o =$UP/^#ᣜp2 Y+G}ʊoo!햯ӽgs'UJŹ Bc=| Mox| O$avjRyi&wڙ W}T6&$1'_VjG? SuݝLR"fi ~bnQ,n~ㅐ4:F*E?h"Omdr "7Qo𧩑 o7⪱K`BGrUz g2n 69u- m Z#GdY!e `=MDILEs.F \srl-f"`qd>H@ 趈wK WZ̛GȂ `('"k>$rE8 2U >%pf-*sK52bt='o Ҩ5 >f Ɣ-"qq a35@jnWmlI0z#-M?Z[_|@ op 6kΦT>T+I;5z̾f|#`4"C7p9t&^lO8 !p KF Δ,fNu`L+䈰ĬUZPbq -aS& H"2BAG,hx% ؃u"Ѿ.Np$$/{u H E%ˆ)0\~6zPTUyZvL ?Ҝɗx^zv5a _7rJ n+^kzX/IUX-eN?>Wjtlk+3)vGĔB<:H۾ ޾p/l\!Z'i_sa vUk_,&9ydhcڂpͳ4+4ƝƏXy|Oؒy,'ف}i\;İ)EȞ~/c'%bЄ 3,KKJuM~/"lgtxmWٻCLJ@p{_R*mJ-8pJP~NB1n\J.x{6N[ eMpwdZBMVzN PJ=;T--=m3ڈbij:a5_tb-f@AcE[GWW W%%/߭~'/_DD.M[afA Ŏ5QߗOޚ-o8  `Idah )}5FZ`aÜVɾqNR:9?|E̖glζ$"kpߊDB)`D}s(~b9^bg=v凫i+fSLfDVOzmoܹ17>D91 zvk~;0lk9Ԍ J]"kPJ udӒ3vĕ`v)|1eP^0_ޞb"*͍2NԵE+D—!2V9[ QMfcqrAq&MOuof?cqWV~ 12VW=YRn:lX1V>3ŽQneJz3Yy }'X&iJzxgQJ̧͌dL*x±SIKQέloM54K U0y+~;j@Œ5 5zj*uQP¹sA7cʓ2~QY'gTgJ}/aOcwVB,oOtx3\*?-'>֡o>84ͭ&p 7wz7%}Azn T ۷)գѽ.( ʆ&ݢ7!ǒ"H [=$Ȏp#o˾c4^ l8 XxSU`zRWk'?|qV)qh5$Dpl%% q'l@{Jbȇxd'Ina(B7D(`Pp_֍V,|90RS(vKj/FrIe@5[UzzV좎]KZ#7aEDD`0Q J*H! w̸>4f@:u-w0ȫѡ5=n9LEDqt zxs٢Gsx)fB bv>h Guoi&X%"ULS~&S&|F̳cτ'!.(t!Tmp3kȖ --o U\\I[P!rnXuÀd7~ҹޥ#ڿ#O6 YJ0 &.OQg ѓ C:+l緅xt:5\1 +֦ 8ZOk4s_MR='kܳ-{)5rT"3\"B֧Poхa5P|>r1Ur 'M Fsn/AO x#[ {@^Z)td푎JGp$Xëpٮb)}lDmg|)~8Y*C{̩RX IǸTÙTA*,T(A.Pq\0$t .r.+@*jx;[D~}'wן>D0ެKmIP p#˔R\| zpK^Wyzr+#'B:B& dyG;a4ƔŠ{ӳKrQlP EcH5. Eb4 9eL6- L_)9mc3k]e N. ؐ8jCu^=0Zj_[*˚2[s$IMZsDUEػX궏!u$CBDZealɶdAx[պA ͇XPgyr Gz+T&`FX:znH͓ZYc&Fנ[IUl~8t6OngRy,s\޼1OI;iɪ"`&L&ĩ&JEm~ -xCCc}HQy("HzsKKZ&3 O `LmlrR'DGā nQSɺ&% WZھZ cI_lozaN-|e`:o HI\, ׸`D<qa8C7~~VR' kuOqZڤS5S9gvH" ۶W}Bkpx B`m"z4R{2( p4z}pMGuLy]f"GRjxm鋗bRdV,Έ72S 'BGbXAVWh "OFZ҈'Z 3~lh-E}`T\!a7v]Qؚɻ?vOB|–xu5FDb^:!t#T R&̰#!)}C5F{98*\B4hr9Gj {X'*\QGhz#$t Q/Б-oG`nW!B&_i#kć સ.N8?B;dxGoH]3hNDD^<ӂ z{t'קS }{h7e${æ˱f^3i4 Ő`{JCFd J ?[ofP22pٝ*dN9?I'#խ/+CCV&Y,Av{r3> ID1,!C&:AØ~V`Az7u.%VD<bC%+VmAVBr5,dMPҴ'5TG ҁOŰ tUuf`~i59O04Tuk#wO]?ɛwIok!d9d;?ř݌q._B?rDb{zBeՅc2':&BǖuE[&I]f!̮:JdSx`iy00"<[y 5cM!ؗFlk ű*! +:$W3ڤܪ:&Ot)N <ӓA6IgRP1,j mV8D6#eWE?\g $_#Iab%:CPa#J2 IrwN|.䈸9ܯ`2ˈZbj,<łПՈ V_rr5-Lx~ 47C-cꢦ > 抟(i Y::xӛ,pFeU4Ymjn֙oQd[{F }(#˿7:3\'B-lz~Cu,%Bw#3EOxhhs(,M @h>N1 !R0EqKMsV 3zj_*jեZ.U](DΧ#J(V8^qy K7uTc^!o(#CC}gM6pΒ8.;'r{|\{Mwb͏ZS' p# 'jQY9 r=V"8$:w41k+X˶٨}yѹ7lumޖH(ج"yx!+яHO".C>%h&!"0H`8*}` =Eo]wDf)”]}*i[ޢ 3X\e=V 7E.GzJ)YL&?cSNn=z+JQm|&r X7[7# _v2|_bNB'kda }?&AyR-+~e©!/Xzߣx]F݅i¦"%8T('jĘԻ;>/DTY7t$W2U_6HB fĴ>vy {@D4*ܱ/fTxla^Z q֙XW; A' :}|׫J%]arA#E{8ML! ޜ{(HVw\-j?VsGm!;VkYw~Zʙ=D:́ިG=15 W jmeF0;##rx:Y*b(W-f!l h]Ob 5N2z;^W9U,O#h4ޤHbMl u<`8:Z9rA]!pZ8" nHoKx"tgk jy +p1']K@"_|5>%4n^S>sڨ^X+[aZAUऍlpz &Y ~(&sNdt){Pܟg2h;}.Pa 1Nl 5W|xxc3Q̃*myiO&'MtZta$J[mqt:mi_Z(nm~Ųŧ[ێU)+H֌Ao!p3&A+'>q6˟ fi {TgV/BavfLb}{ID'7w< lۛ@ȩ sK }pYoc0#Xv+E\>:9n2u21"be˗ z4{z\hgCf3l]*DC.h3'OUechvC# 5ˊ\DF"gxmRmveF׵C@S.le $;ޟ @}M &LZ-QdEN͖@9by! ߐ`cL\B9G`EJv;3 Ty&" = >a~5lfl0y9#q.oƪ,z:>]s!A}A#f6U_^d΂ LEy%곒La:iQE oS_@(]K3co-V,+;FF>,Y1s4,7/>:>3iM|V[3HgR"ƍIx3uf{c9p\McG^6L TWP4@NGb)~ _e `]W̦ɼf`ȵ.EyN]dݿVOC`K)6cIѧ豝lrZf4w `ʝ/KPy?*Bɚկ޵PS!=~Nv ~FO߱%0&Ֆp~3DsD~< hZ[Bc |1(I0>;`sDIɃݵa3j?]+Ғܪp3z3gAL9_2ca1O"_F!:ՈN(D)6 K8"1 {lp0̯X-eȳ<%G NހK~HZ ?P>\jTK [fYD6z:J,JD>*Ā@YWRIX gwUVp,"KTb] 9Ұ?ߔ[8Ӿ$\E|hq5u`o+~B=ٷw(L>/MK1$QThd#uIn9tJh5ٔkFil|ނu==,3;tHh(G=W=ma<ZӁkp'28Ӹspj;hÐ0o!'$KfX]\܍|ϰDGLS0LJQV*8-@tz>;5^0CK?CH< lV -a?U=^ N* pZwLWҢ؉cwrCۿ XrK٠zo}00=%,UPD 5ڹsjOCѹ|e {йGFΥmOr 6vb [E%n٨ӂ?(R^]\RD]Uw kwX3)]xz)ӻ SnPKHփ^fSnϘS;` ӹz锯0f5N1d?)n(埥'Zı9~`~\pS@zsG>ԧ7ntEiʆBR)%pV4~UVi\d%.- E3YqbKQV@ /L<_AsgRy4RyɺwH2Ll$lD뼼HN . ׇ5.~kK \n3U+hQgJt'ϵ7')?R'N5,x_7fwDiyO“_L\0E3~czqmI@N4$e}z_1lSM}Q@F^Hp4XScqQPCF@ 0\լOIs}x <{'ZWtٗE_OvF:~XSlɝP|ĺioe+/yFȳʃ̓ʓ 9PpA,$k6`~ĕ8U5hŰA \ vB-i=&1;M"pT?ov?ʃm p]+FZM$ H3>nǴ[MV.fEۊ/}̰/^~ ZݨGw(~qE< Jcϸec0@>ȳ3}JzNr\kDE3R7)cMp{'ez][&J߾"flyGL 4_ tZԙ뿂]hUGVDt7j߮sPPfe c1M]%'M o1LbQn ({c(.p1݇c A$}C-ïuƀֲ ` Ӑ+~\XI[9ax"!wHuQ68'"RG C*k@v=\iqKyzE+__\r@0;wDT![FFUP-;[UYuPF BAPCH9h6񋈞L"1 A?WfާA,(gQ#Yk:5K .L/qF泀FT57zJRy,_`JHƏHY3ʀ@H9䘤`( 4 y(01ر7{@!*/ -FzmBIWĐE6ߓ3o&ƂH9s&O%ıf5 f(o܀2^{YWpى~K>1iB@=6?cm ܼZl.?V8# J˶HR{HJAzcʞv<9ز{64tc +pĐ&6?VH`b|+[TBө}7\p|ӲO[Bţ>?0c*e8\ArVv[^b^mA˶i n -l*i&.̪Yp! ܏t#47iwhnlJ9>BG9oʡaфeei>ˠJSsLY}(&30u޵{=ѡ<3FL/`_X (AnpS_V r#mЇFsg"Bm=[npܝ㰔OtDs*d {Nim|X1oX;+ Wso?Gf 3mG_w^?B!\|I^+%{fRo[mIg9(-~T?9ZD4#"I-A4)J.4DK` ⳟ@.*f).tvDTIT-? X[C@w}$ z%&)Iz%3Vgz\! \7Yw} ",%zSK+(kL`J% r\KZfOܪ[b^TtH`XTA>eb2aQ86JI#}y GquWN4rRK J4|] ^mTmVd-brcu- ](P0ow~8I'wx ]Swzm2\!FGj]ـ*7αb 1AL9fԧ Qv }6P <̈WњXpl!4''B= H!2@-^񩤳r(&wEؒω@V GH3fsчRQM{Si4В<rI!oȜm\֪P뗚D".I qUEHM aP R8d@mSai14DzJܛu%#UxW-bJm̜\TƆ2:&6%'\v/C>><ڋJ*⥈ʩ|q?:O`?:HmNH'L .:Z.sO,­|NCQ~l4opP̕"o"8jxswHqF3#:fCyv֣qRuNE^R6xp=D?\0(WǗ%WlyBGeWh<9Rz3tB+"pH2r8X{+ ,\}38(QzTXJ]o mZl+岐lfL!e"@>LDfpQ[k= D d5#}V!^^͹C0[lbz5[7FxvH U|ԧ(7`'2r{PyF6TlUY~K"I v%.fUR7+ե(qWWii3- تQU.?,Vk޺]q/HI9v4R0Ω]̯PJ:DCK06kxfGy'j <٬rW NZnݨ@nLrti: 7 9iنжa |&3/S7o'YnnZ< b4r%^(;̓1lXn&-`gFH|]p9X\7fYx7ǢPXQ2IPI &?\ uHX,'|wK oTO"#0HW"X6LY(\7/ǶӸ)z0}G]g&)~c;6(TȲQHT+ٗVu[ 57iv0v~l2\i..uplt2>%_IjPRY=yR@(1fF+NY9Ҕ}E]X1\>*F*H<:^5ItOakىMΐx8&FPB7ɥIJH? J3m`7ٿxW$z\pSoߎRAzjjeoHB{ht+Zڌ@3<#wRJQu=]ro^WeS6VLBu7"諯pu[ɸXY*x kF{p,V+aN-.(}9RǸq1<~#HB9—"B[F:OOp9+)ҭM{r((݊ie =D}. 3 #6cMx縤t9Dc1B*vƵ񜏘 -ɣfr ч+DQFh+d{֜MiPofphsH ?P ,{./h0EnYV6X]!:0%$¿)1o}3 6dgͲQǹIc0ai$8 f@DYL|Vq$R_~{!к&CgeE?V)HQ/Ewo)lB@~#ۼUwb͐e'&" _U| LMz B/˫4G qxEp1 _=sʓ oxz"BzEah3u)9–u`:ҩC?FjE41rp5Xw'ISBq0+׀%.; n2=S]@kPFfM[)h"4a_?VPe]Ex{\|敐[ie_ T0,d'x.ùO=>yrexdc95(cD^ :H0^=D+/ߦN}"sT> |K֊v5;L&:̻66Fe7Y_M^f23uB<|TlX_ qv~׉feӓem"Fig=TfiPa @kM >wM", |bʟ᥹ 6dK s[ YI H鍔YҴKdDsݟaFE^j"#猱Ϫp?&؟ oO4]" 1Wyk2y,żbOxO-=k}DދIY ֣AjבPc beNezev. Pl0XcdI1 v'wd$ђ^*_D/-uޓ/\|_MPUW9 `|CS }ü]/_^x.0gCf]AQQ1LEXd僩>w/Ӝ߹`{}/)q[ohLWHG`D F$r2Wsj:]M2^t˜HҚč&#(_ l9\de/؁a.?3"|}C!Ϗ;]R@Ʒk(t۽1H5wQo+6'\c% }c5pBljGQ.clV$oQtct&q?QC_Ǐ}qJh`JGߝhĤ25)4ZcdGjL(A:V"h6y$bhg?V1+@ ϰז vGV$$bhl&ZjBϓ5gcv hr4 lD*WWYO /V %bL'F(e#;%;~{*;$viAzd?ęo^&[7a$_@HR,i&3|wrJDe#Fh&S:ZoգLwZy1;BiDKv|Us$B7Dr=4 . t"s6"1Ri-R8xo *jcm[$lA>u ܇0e8WExv`N}~XpZ{RO D s<>QG㯇nz)yn+.hLaJdWRjΑBUٵF ߬nϢzZe}PcmُWe)ƾw"*(֟Xv#c"5]FVwDžHz8T>h̔oJEU,,76EVD0/k`gkkPop| UI1qA f ջb+b58hm,+;+'K(P8)Y  /g;WHs\ޙS/i{xzcX."ז2YN G'o#]1Y7o$ܳU {OMC^<[3j%kRNȘy<@c%J@7O팢%(,|qdVkK( ["LX0,cN1}-O&TL}Hjyڋi3GࢾnTF1+w*>^D9hUIҏaG/;W cd\L,7 HC1j͑6E%'tvCF]ɟvz9\`97ҕs5O5LP =ٷRO]QEg j(&ޓŠ1e3(ݿ2j$\Qʰ$ĮC`^1 _kJfb2#X9A#Sp2\:%J77 $ F^cl 4g%mx"Qֺ[(x=;T:6G{u`qv-}*UƧjc%S3y醝`gp OL@*dTk5 `͉mQ/3}j_?GYrM IPo\h\XԾ"*esP-G>91u%w.,zk *@0+U 6DXiSd)K|dHt{io,Gi޲;㵝deZ-Ҩ\{$We6] _e[MW,S,6c4~M g߫1imO8)nwYiQv_NkjR7)EvlGppSE1$k.|XVx:ξQ=)3\e,  "בlR[G_^?#.3 M꧋_ C-RŖ]R0QTAfpITJLfl U{ @WNm I" ze`pї;4˛&N]#ɞ)n3ޱUXF';b5KL{Kٌi ]YVFP`CbS-u+҄,Gjڳ_Mٳe_U45dA&x[@ŵHm*ĒFԘ疅~HBUHbvpkA$h.ȅgng HM/ݿeԍYp|QxSRZ r+>{w66(eѭ5 5^:&YT0}X/7ʀMC&h{Bƨ GDlyz'-f.!"gfP O^HLfƱ*+ ?4ڟAC]WD$wv!FuSuvf`./ 3 Rr7PIULp{S1Hގs[9^WjYCIv;dKQu" ӒmXѩ& ;ֻxigc|wInWTH+=3 )τod)Ae]ʁ:7 $#L/8ϼ{x(N2rk 3zIn!gPrƠ m 遚ӧ7vrQũ#24WY zDz3|V'l.Wend̫w>OQi!S%HY[?6;q[FKȀp-t+䁄.S@m~PjD# A`|pJ\n/r[ztR 碨jaJ:oRzs B f\(>Rv=[ܧ!pKA[ !EʧcjwK̥y>[aW ޽]'A#ّ@sx+®҉Aky&Uf\D)D_+BTBPnKL`M@ ExMy*QudOx,BqVUz08+T^ںEѠ1AđxyR<.jje>UՑe'yIٓ{kM%F cob]T:ȁsNEylv++BMЩ>~p/s$ZKe7N\ۣw!o^sX(iɨxh6#Nn11 [Aclڽ4Ǜpa]oåAs*hqh4u|*hLpY3Ý#ܯ+E-[(񗴮Ijہ[dQA5kb4ZIm>M%wKb;]끄Zݷ8%d8_HXT:h[lezk Ԏ@e@Da}m TIA˅ qPz)ξ|Su"VKA&J%X`6q)| c颴o7`#@j6 MhYgIglڅYC0x \2$h ^J t}7iCf~<}VX=vAz{ù`O84 )fC- 7g6PKAmmwֽOrTdDtS4 d80 :Q$E&"'qꕜ6S{U>g_o۟Kt^%>1kM6-ީ޻b%]iއ'YJX }0Smze!W4Q z dRj&㛑!K-W,Nwڞs07@Z4 $5Q7L !|2*xȾ7<~mpSc3w_|(_\Rk̅)4܇e'{rګJ92#C'>~3W<.g$JE)ŭݚq2(auv(x!OkɡКxѹ24.|tvh}7ѠT_t =E  .!='<'n` ƅQH/n&#hRmn-l `HLsSkޚ_K܉=E#ayeSO|N1,w'bt={#O5\埴jP7_ySPQôZVop(o6y4̙ÀVy$jfDګ(ǼVj5,֚{c2o0۫J{f `{q.qGBQٚv |1Nvj8bՑl̶0%HQBhZjqLShhi(xQY]ky bvo$j8 x`2;ajW#@6́XMɨ5??Ŭĉ<,o-yAa)?aIsQhraA6_ŨZVܦ(/+?574)PWvw ıf32B@o<{O${=E5(ʥ-Xz2X":+KC1͚"H37[t*5/EnPxRs]Yn<;+ZTti&}$^9'fM7I~m>}A~X{}U@gO^&v= B^O%.AW{O81܋T })8wM3'.,))c-({Vg_@arكu]ꝳVqI(ӟg :p!ۇ"=KJ'd0Ϥw+ZEe"=I IU޲PÉU5xFs IҖ܂_$JV@/} jVB "jAW2fۆox2fWv.#-!PeY)Maۛ1nh]vuPIЛ@FPhۺpHll5H;`thrr 1&h߷J꘾dB' xϞu7Hה #MԱPa*vgnf,f'"+O-|+vp}+B􀓁*CC@;=o!Q=(HJe#՞K4KKHtcU71*c掷,Z](kw6IȀZx*W3=}1 E$<2,gϙ=<^W#^oBhB^^'D^ =Q.fa^b:PY鳸:]`IhN/΍T szxչ:?Y?~r&G_wF9 hIFѱ.I_DVݕbaՠ)"~+Ɠ5AҎz|v{Bs %hNiy6i5Ӧ biD\jIpϣٝ<ݑL6Raˮ[I{h899l7퐒gJ$)NmmCFr޼cvzfL"Y9 a嘠5W*3 O.1FN;fVԮҕqa|,g43YS-@Ƹ#S?=4H91-(Ưz.'LNz8]pQ*f$&@Np fwN5\TƝ=w/%$ ]8xMh[b(}'GB(8|3a|#gMUv\]% @pHn1xKaVTp"WhYٌJ]W-bet˶ÞADW\Z{gojܰZ^(P⨺B\ EM7āG:u]]P  Oⷣ-JaGuv$ew1%*Q#aY>W̢-IX߫8$,E>S">ז%/~A3UUDXD Qi" c5}pD- -}&LMRxN:2Q4} =ZH$´(a.z@FEqgdpcau,į>kcHie -r)\o.o/}s9!|_'Z(ZYt# 2} m"E? TGfJ!χSY'~B7H_Z+B^tE*!w(p+5(h gA kBL~4Zdu iD0IC-=UZߏTBWE Y=<~F5eA-+j_DjҜ~01/%dkyݘcveA<7yAZpTB:ФhV^?on٦ =nMdDWZ:Kó5a&Ŧu,feTGM)Tv[$=s<+6qfڧLG_=Ih`FW6,]j0 e'iEH2Z ;7h I%*L{"x̔IE;h9<`:e{u`~YeghNФzj㥶kj=FKw8SX-D%AcnKXƫrUAsEI,ڦE2Ս] 8ZD"qW%5$I_b濪2 &x=;lg}8~~CMϣ'$=FDm ">2&N;Ϭ\KOyM9$m.'H3m9,P_`ÚmUA`"pr'sOo1{4U>A\aGԖi=yӼgb( != (r;i;ƠAc _߳q^*' +Dm$ Ng :5/W%-D]psX-pq/PS[ZWzT%(.lMy7 s.9c{G,}2;]CGH!z *Zq6?*tBB UvW-L-Fhg@31ͻsm`. dļ, ź[I[wR9a`1|mz!z ev߇`Ԗ'b$rg (ZŹ  G+>i]v >hsٷ*S#J@ _AaI،hX#=?JU$ E)}s ?O/*uzSMd-qB@&uّrh+91Ν5v{KY1?1j354wKa)6܆*˜&{F=ύD+Vȵ).í uBKGS9 s}T-9-{e6dx tSOՃ}8^Ig)`V֚$Q$VsLO@ NUn'^qi]]exmKoގsͿU _`y&mTKBL_)Bxi?!߰n+@$8zo2ˡƚj gh:ѐiޙAPlYedmRF-I1G)/ uK3xᔌۙMDFІ# )< J~#xa'u4'Dy}3#xg4N*j*"ZX|83:U)C {Bt 17J(/Cx;$ge5Ϧ\Ҕ?b 9""T,Kbxy-D|ߐ!y.ͮ/Izc[&V'O5xk3:MmP9^q9fKK%?]0TJҚg!A0M}!ywQ*k+@&4@f5up QwwYbI+' 6P&4LSUt< Z_ſĈ@wƼ1ƣNe๫ꊠ/N*[g}h|&޷! XGPƊh vFE6kx  __ ̽7Wu/cw/L`h_ v?T&lafc 7ӿXm9^T)F +mJ 6'$v2Rd@j1yW;|E!>SN?ܹW"JɅSdJP/{UPjI~I x#FFZبZZb98`0㱺ܛv*>O8Lړ*q؛˷ >_}XDûIiyb-vƦ3sڂlgŦ3 &:%OUbj71?gx$q|BތEՑw a]L9[\|L.J.sﺭ6-qrؒ`-'sU2,=oYql%oȗs1cѯ`S~FBylh bؼ mo20㴈^y/ jBH퓾pc 6(.,i?p"d4Қ +JwI18-%=Oh;űMn⅏Y=纴>lN 38#9S|PПsoZH V>5ڛD=HӚt|䟏|p_ k[1^}#9ƺ Ԣ܅8\o{GT@]SsTGv $E^~x'_I/|:.&dzc2okyդmW>,:~ɑ~D!A7.Te_#i(pZRӤKTZPU}G&wk~9:Xy7Y٢"-r¯sʼn^vI=򆢵d2SQ['nE.vψޮ6@6#2{9'gS!.Q٥ÎaqɃy N3 ,0KfP;B;v1ҝ> %t6'iiv1f&؄{=[N'5hl Sk `W7;m*"$>ϰn0V.9w[_T;?dk0דnI{V` ϻ+kw)"v)9vG#AOc| TsL%%~&HX5Ns VAk۫8T)'~A-eYU{$d&@ 4J-D wv֥nSzX|tl5]Pck*/%ݔ^̃$\<%>bS)XMP-l:jX.#>w5"/Rߢ#l5.+v\5ls'nV2 jY]n̖dg!xKO>Zabebqu_M T[ :LVl)Da=4mrxr+nd;K{b&z,o8wzKxL7 Ӳfk? ğ+h:/g>j5oU ``ב(>"RcZ 2r]  ٚZ/ 1ƪ-3=Oxaj-kr8ZQPc^5טLgG;^8E1M$6gMeMë=?iK"ev bACx(0Gو++Q4DX[ˇ9lPŊuuh@0$EySٚZ8 C~wޔGV9#=]Wߍ>wZT Cfivc]Iamb+y_)ȹgה%(*K"OWؘxug`g()40j zOXpk]ZGs{0°s$-RՎCMzh4p D{u1fG6f`#p 2YT K:] K$p ss-XùzgAWl1V)8hbb9.$ki䓶oVҼ-63HiQa;zH{hۆ Ug^,&fa~zvŶgH.G8嘙2LI+a ,Cshd3 VW !q,6eCC+vxX{JlTsxW\m/*yWբ'jGla&͹~(D$Z}K.y d':}`,I3oZ?CpP˞`H,t|}gY6L2&AؗDKbd}ckbl![\q)mQ@!Hq)v.nYHHuow\;Ŧe. c5g\^ihf|DaVW6Ý'9nYTBu]%J6`>fpṽ}&#Vt {(חv*>P/V/@9mΜUIVb٭gA¬v`xCR];vt,z Sgd5[t1Jwb5WO+fe)CZ,JMO0 D5|c~f\D}/ ,iguKwܸۦKoD@fg0M %([eL@8kއd,Mo4~\:h*˫r sx]D&Ρ7c8ĔƜݟ8:, M?G?DQ}M'ݤ mks~X=`h*ag5o ؚ7sQx!2$@p~Rt'OW]N+^]%T`QP8oMIr|B\~IK&p}oi$-*ۯ&Ҝ_Ze6VT :USD@/9|;>oYQ6s1(Hh=-\EG"BFj/mB fLC/P#ɐ4RyVD|0M{?{-rU[l拀h6X)(ax}O?17RK=烻*b?W$'iW8uAUYԃ&\u9v iyOv\EP)'g"HAh.X k9]u`>#z[η`"z?k' Hy O54F9(i|:! A]yH ePoҌ:wVӋycHf!!`? f*@3_g-ƪz4DZ~[xI ӑaSmʪM1Xm@0 (ھ<ޠ]t;sNZw~iV3V?.7$p9[Os#Ϋ-oQ>Wz%N  &Di8P>gIf`oN5MRNxy{cS0-i,#Ti]^+-$j?:e}[uv0P'/=rN잌lĄK kW;@Cª:޻ Ү#^sn1zuЫ@Md׬ETǧHm /23F\l( EZm_2-] x_;\ Wlw %KHW$T02Z=(T󍊚ɼ SuH4ֽ_c1(VFiBf%;nѐ`bIIw]%WbJ!+X`$͚%U7é[]C ݙNjLf' k#*v:UFD#,KSS23UHcQ S<~P9Mߖ?=8]ZƤS-, ckS{ VI T~qW.SsצXڇkwvLNRѻM}SmC~31:AE *|.ڵV^QԬDŒ!)wu?>8A엽# 㴼<`{ԫG=l]P'i3"rӖ~ |"@Z/d+ ۥ&a=^@1N¦xyjcA!@m,汽ؐH7٠>_B,y1L^VaQ6#?dN0PzVG/BhϯmY"{=oЭ1US&𹍘 -(k(YN$Ia9d??UY enxUw#ky/BkTҨɌ;0dUc]`b]݆kP[ MUAȡ a 62E.<_H&DF+z\Ku ڊxjܵ|gkK]c4 aWr`[iÜfcmAĤOu̦3`9o#A_6yjc!} eSN6|:v,&<TԠ#DȫѨ.lQ T8\q8u9e*]JURs-8m*{JfΥlb`^F| !F_ aڜ^KQ,o5!g}H5ZL^+Gy,_4kZ}m3h _&✧ݗәy[' u{PoAqC%<^m@|>*澙ҳϒ^rUX~\NBF(@lȞL04ۮ+_y9\4.&{&α%Ak/]6L܊OtDZ&7Uj$m-<eYvodݠ] g}y QEJ}K=qe&b5)uZ1;fOVNĤnT%-ڱJ=DCO~^Jeto TS_ tTY;mrky''J5xAJq&N,#:ct䆏N%hm>Fz,lIȳ}#5GK{}egk 'ֽR"EIL{ :3;E~,\OgJXK&8-`vjDN*jZhUb%l+Ŧ_UZŐB h=(QsIΎ=eY/S`v#* -K'c+j#"Yk.}&qU㻹rݽ E7s*ap餩w YE ;ʹ\É@M?zׂ^~M0z*W`GŨh/k7ڍ< ʦS8C│*{*Cq*Fv5F1TfSfeyڐFESd.A> QM~N 2"s&AWrZpY.8 H3KP#d\6WK~6g)^b3mWB؎laaGуN"DnIDAgP`AM]_5c8 itۻ;2a>n< [uv ]5L<14XJ ('N^|]J-[r VV"QFۅ#@b'Y dH.zS% S V#L[+bqbj{>}+t;axO..(E+8<XfHՍ.I;1gB/=cbf_ʹS${ ;G`t_6,cxy:_Fo2Cv{}G:lS\Wi{i/B1BMV&=u1Tfh2i̻rhxׄ0\jɿbnpGff,E*92<l_ΝfY0LQ z*YxI(pB,cR Yw$ڇ!.Tѽ~PJ%)R xSu륤IQTFp zDۮ%$a1|(?s)raL)&DP2T)ƈ&?HܟelVUѴ;RmdҚ6PA-. p63Au{ dsAh7WYFZq%Jm ˀ r'n.Ov܅ zMrBa5J*!n =A%0u}f_L(ڊap0DHyU'P♠M7]J.LJ4sӶ(#O^*<̲vƆLax'LVV<Ujt2C!,*7*reatBOd f Jr$>vWFѤIv=*e|Պ]¸cKj.E.^+^U Q½C5pHH 0n?O_wA+:rhjiȩ}|4t?a3:P 8O 3{&r {֮m }TG2F?. 6l‡ ,PO(i_;mNl?[!rn0θѯBA[.O^0/lf8kEXjJld<T#.ovpF$,2[C{dfOI/'dΧ6eg c荛7H*mvWB܄cC*DI"K]ia!i&)d(\ n7nw)U Vzlq@,B.:)%6Jٯ|>ä@o:k@ޝ "~`FOͻ_Hy R瀞|شp}q\h]8}]Xm(ӫ\_LTegʀ!k# Pۑ3/Ԑ:ܔpqp ɭYJHz2d@Fu X5ả=!Xn1SޔkPrՉam-qrX1jgl`}C!,) q{j@yVzEvDJ^ -2K/H ~W|ZrvtϽCz4!*$%CKWZf_b˩i7; $[ު5Xߑ:GDVX4I_8-"cfcMTڏ/h0\xdƙlD%}QaӠ]lWN60m_zMu;]t/t($b`9ARpdzX£@ZHq$p0MoƢ/G,#|/;y/qT"gQrѮo" Ei<6Ϧ >*Fmb=lC1FhGzկd|!amArV6s?`%j(e Nƿ'=)w S2m'~f .qot#JnTVl73,W4+/zjU;/ms)$ʟ!L.x;0ş4n8bw63f9&P>\%DvAk> {gbŤ>ڢcrӒv`K=+(\8;b`y NWLkbrf .Sy(}"njCiL(ہ_ oYyk%1K^'CmeC3+ق81VPİ:QR:>{xFz=~MUt}g j Jf OH')U  P^' n,QW:v?`μY~ޚjh>$؝$c@z{ʟ"o2,Q[%|{d!f;~qENsm4o%=S<&'^ |xdn4XêE:I${ĸ%jBѥLxް6WMdqm 3l(ܠn[,a%ܲ*Tڐ'B>CuSڭ(厮3*efW<É&7Q ;ǘ0\w*MHPL{pR\LQJSFg`(~˼B<:BqjӣN6H]m[PcW>5P6?XX1PXdUZ6@p>O$JQt`s*SK*Tj-վ6`9kL'Tɓb xgѴДckJtp 8Y4cҟG;Weu`4͓cuJA)w~^Z˛uS[/݄SY̋(+d BRu MW:5<`(<>mP-{YCΖN@R3fJ?ӟ(oxP}1)o$`͇O| Ec[Iz)l\0r&,ܭ0tWd>+Wo$_]yBnk# bF"*}jgna9:uFC毳SqBJ)"B%p!;%%\kj: !a꽶;RZ UsL9P*'Rx8x߳`ksŐ56$eZȍggǩ9efy]UL/J?B;n*X6{Wһ|Kg5{"7\߶3yrY|⩀!/; [40[DMp1<9д-QON#VzP}>7M+?q!Wa|8lL%s1 n-He/߻\ŮumuM^tmD Z5\=B`XRApkݎV1jqhxF ^cY*+.j@*Sl$ Kaj2oIYOU3FYFz;/Vd/nd4(*pA]F*CBk_Ց0RR_2uc#bfYױ1vcF8V¤ H~9U%?^EYMr@o%GI7 `d}Q(1KMxDof8Kk$,N~i٤*6s|Ac-5ݬ<7o[Nt'EuBik۬l/2GAu5rqLxOwsbto#ɯNMw۵0#(#*Z{?nM K8҄ /Muc[[0r(8)e3f:E ]"Gj%70^"7ܤl-p 9 vb"E$>jsܤV43ޕ_c ~l6p^"3è^ Nhbypc1P&sl\ŢmSrK:Sfz eBaZnȬE<Ї(z* W#ʟ1w(RO1E&U<rxlt+ءvT:,޽W<бKV?gdmGDG(l7>1ӅK+Q|Eߗ`$rMsJ)xjVK0WTpi7xQ:.BK