parallel-netcdf-openmpi3-devel-1.7.0-bp155.2.15 >  A dkSŠI%z ,*PO[|]K]2̻]pRbIO ;AEo=խ{# F8ble`edtG1d*I 0~tQ$vuݠ {m#d,F deYD9dߡ7  yAt=(<ِN#A;~Sa[i.lp|-U @,jX.xƁQ]ZE݋}1t0Aƒcnؖ6{AK5s=0uB)q{>3>թ."~O A׊ZzMR$Xi>QM)<;nC㑄Ji؀ȭ VIe'Xm¥$0EH,5]kR-?BMe䛶ǭְ7gu)`.I=:}]\'!2Wd65ǻ0F.ߴՅDA=eބ>8af5fd54f81379def8fdf16370437cf8f4f90e66d89b115872367119357e6ff6b7e634c5f49849d902d7a4eb91a59e526799babe;\dkSŠI%z Yzi:@uCYa!b WbQƵ%l`,}-(NK(Nr_صK׽@OVva`gW $\3$7Gk]tA;ȷ 1GBq:p}OY NYyv VEcq á(Kג= ؄f8+6'xI[Ƕv-ӷh\q4Enϓcs\A WYVn*d3N~KQN(R\4hbBgAN)Qv%7/ @wgyU$>?6ZYaNBrG0J~r9Tp~ =8%m1xŽAKtqX!}NxsQ=6wMGqc*n?_+WL̡t;ex?$G>KF]殛m4HpZB]T?9 >p;?d!' 2 jx| 06@X d p   <p(8 9 : F9GPHhIXY\]^bc-defluvzP`djCparallel-netcdf-openmpi3-devel1.7.0bp155.2.15Development files for parallel-netcdf-openmpi3-openmpi3NetCDF is a set of software libraries and data formats for array-oriented scientific data. Parallel netCDF (PnetCDF) maintains file-format compatibility with NetCDF. This package contains all files needed to create projects that use the openmpi3 version of PnetCDF.dkSobs-arm-10 SUSE Linux Enterprise 15 SP5openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxaarch64+kvFkdkSdkSdkSdkSdkSdkS5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cff4bb2affdacb95839b9dea8c22009ac79bc782b3adc1131ed34f06dec9d4700a15e9b9122a0f4342362f89cde95f2657169333802f39d5cb8f1a6f08412aeecclibpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-openmpi3-1.7.0-bp155.2.15.src.rpmparallel-netcdf-openmpi3-develparallel-netcdf-openmpi3-devel(aarch-64)    libpnetcdf1-openmpi3openmpi3-develparallel-netcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.7.03.0.4-14.6.0-14.0-15.2-14.14.3]Y]]w@Ws@W~UWUnU@UK@P:Stefan Brüns Stefan Brüns Christophe Giboudeaux jengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comscorot@free.fr- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.- fix shared library file nameobs-arm-10 16847553771.7.0-bp155.2.151.7.0-bp155.2.15pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi3/include//usr/lib64/mpi/gcc/openmpi3/lib64//usr/lib64/mpi/gcc/openmpi3/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:openmpi3cpioxz5aarch64-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig fileL3kutf-82700fd3c2fe2812701d1785278063a8347182736a8201aa9fec8acd7f17eaeee?P7zXZ !t/] crv(vX0ٲcu5E~A(w`)V` ;}%|c,jސ{&o-@Tq_󱽌̆`@WvZ'b%d:ݗI(`C'9ZGrE0mعѸ[CɊCؚ$#O bX~Ri .n8PX[yrbuDoҡLxfӹ ]K7r"yI1isC7,f;j>M9"x*{8 Cxğ7XPxi6c6s &.崧(*J#7٥񜀴 )`CdL g0yQNԓly$%۲ wѽuep`C#T>cN2bّT"+]. ;z:̵t¨4ix?IzS# 6 P\֜TRV xz#_jA ӝCAmfg(iN.r0dO:qt(Y%/uDycOSBU75dɞ!^a |_ yVGQz__qC#a,oB k-6_ a*oB -T!S׹ѩI5K$/^2(Mѱ-Z;jp_ xՠyAթ%a5xɝ %^צ-f~-^F*P'pwآL7?BщfX0Ew >s=N@o03ZNz0]0 `F'BZvSntIE՘;=sN$Ĝ@TU4 7/s⒦LwG QXHb;A8¦lI D(}M^5P@BNy1zHc|EWÝ =G4A_Nl]ue |rg >mWLƊ1UM/v$@~L @s >2U'yA9?62ţg%C;ߌ#֪g{`h JK|Kr =1t!k1gn,0yN7 tg ſb7FTOؚ5gJg]y:SV=?KT"_ds Jr^̸TMwP>&|HcGU猘ѕFspDGG4&УY|&$Z3s7#HG9׌z/+mWmfL3+ɲnj2ϔ@MmcNd1 <{TV5V~,} Ւ V]=M2&*בG{ >c8EAјB9-,b6{!XIOnGN;kb,j1:MЮW y5LJBo*O2w"%_ 7AFqX#NVu i5C`|2v?Dp1#.9\sWRC`A k'lH 12 !4]Dije&yco Y}fh]p./eʈg{h7,}3" w7|܈ozH' D=(HöOK KspMFL3X&KRޝ\ Z`n")OT#hd6i+`ʦCQ2|& QLnK }ٚH|t%TfB݃w>eY-ICd:.no"6{@Q}$TTW5/ gKZ/y@ݚh-BVB.j<1ŤqE6fyaS+(;M2hr}S s^+bLAҪ݀M37M}&/C0W& gE>'-G WUE =4[ dE| rc%IQ6M_Ci)fZg, fRr==üpj7'mTǚ" Pa##PXճ ƍ Z(̕/h"͛Mlp F6hB=&QL\9C`3\35pg BKr0ş7'ȣgҴ({قC=J4;t!Lz;2gLLV\/  _5Zo2%,L J5he A|f3_`(Kʮ_)l)7/N;o ZpWUjK FX-EX;6_:V 0[Qa7B%r ,%%Yvέ?hϝ+]0wIt X bZ?n _R{;ݔz%0r/v:yd{>D߷bKA;2]-Ѓ9?c.1erJFYJ0ķET|C%8=S-wu5,C1WC#6YXi@PqĆߑF2(;W/U=e:siN93`iXza3m3@u SB#;qZNflY_)Y$X$gNվoz81Rypcv{2gfEV8,ƺsQgxx>eچU|"v XX2_Z]::]:7܌YAEY f+ ^69r}E(v2cJZfnp,akhϨ=9lk`v.5 渴m4D!Jr/sHAkrϲV&쿟t |P2_:XzZF{GN'߻&ʊ1D_B k& E޼I`(N㠻Gn^ue8oj_ (5IzAL 'vL$I"hwvXYs0!´?hdGS?'KǤYT|O#KTj8S̽͌~a$3iCt e{ s:;V.0EFR-*)-efiN8^ԴI 1 k, ) 4bsHBqKf28>hSP*ouu#=>،% PiC|LЁ @/g!/zO~>iЍb5埸HXi#(L-':'n}pFCe(Hʌ$%tak!I*6AO*f<Pܻ͋tKx[PugwhQlrA#"2:RSn:N8.P~X\FlnO-H3oLrI:XI7Kן0<ڏFdtySp o xZ6ZqVIDH(C~I4vqO~Q0 OV+J,TKDrG"0\1UVaP3mbӋo:3Ճ.վv_Vsڰ'j{od*['X\\;5$tBM|"y]=偮FIG6Ce5&)XsڠulyȬaO 7+PqG]Z7X_A2jb:}9U("풕 Mq r =4tƖX%/a }Ku5GZ!`eڿmh˶B F/l֎"4+śgrDGxWB{/'8)bC8c|,;<=Tg,6`B٦wBBMe]rȆNp4zvaEuNGx2ս)5jf=VC1`~IOAoVbٰ "?b7mp}Q "hֵ6 AɝuۡP8*TѩCkr@Qc;4lF g6uX:qw!&t#eiN<!hytft A8j3rIE!Y# _'lW9\z1y[],o 3JLp|ݸfHɴ R }(p]f^T" )>4UŃFn02"ZUX$L>@,iH?Sn}+: j<-4(8 HLȆ`:eZ诋ˏ L(l<PxXB%E% rߏO:7#T y&2\s)*[@MN$Z`EcIl\w&SW?QnjPZ[+U{Bv" Lyhu ][3f8qvť$(T[%=栤kꁊ7II.G 7RȂ氙c M/ō}?|Xi B)kɣg1U8'6NWAkr:JF~E٤) ?d7P O=$ӏz[)sT?lh>oj.e"W+ 3l ӿc;(Ԕ>BVX"*`%w08;6:>YQGG2o{5Q{:38iO7vC/dSJ0& y-th^b2wk9<if}J8^7 Ա<T,sM0\_ƣnWߛaH p(1\CJnw">,:%jӺ6)+"(dbݖư 2wmyUde];(Mo ?{0gӜ aNubh3 `'#.yvUkdi4ˆp*Z~ XQ<](8f`Pﱸ <\]H,E}naZI ?AP^JK7F4g>T}þG6zٸ*`hpФ͍FK:LU\$(]DӀNsiL`Pv9E;oLA;?+:wu,@!,Xg[ 4{i5‡Vˎ |(\;ə}&QYQH+| u{O8au>pLRfH`&9NwTshsu%a6:dބ,o9AhqNӸjFPTD[G͝s V#KPZ:lfA]+ÝT[!jG|yuX& FεU2Xt(Lqj/sZyM+k#c%P~1l(ѝgpfy= B穛 h٬f4;D&f-M`I#0BfE*,y35,b.@ l&gjGMs6ct[u` 4q,KŸ`lr`;PMĕ<'Oϯ( 3^%n%BXWx_Kps`~T={x;ŀsсZ;d.]g t=?$qSUIfcvU;nk*Kۭ5ɥOo vcZ̏;f"z9W7eoHB lPhl=R#F pN`ʐraYR ܟmPL%Gw*Կ'Zԟx@iָ:s\ȻLã'=H#q JbjC3^_Q%6v,lP" 03;,i/أY-P0,co}ɪ_J_T5a ر7+M'E|"τHnt_{ȝpk.OicMBR^6VU4'4jgQOfLV"&y ⹜7{4k>Y "$T#hq;-D=alQ5KL;_Kz V ~]"ȃ|o|l^zע7~H wg[4ˆ ?&EJ4A#]h`Yuiۣ%-G40mZ|K^܈ ,A砖XKbIůSǸbJyf}\iZw Q97©AWFp`R[ c&/h)ߛ:LO̐w[H:J ![f'>i_^JH5\ܡ!n?6Y+z#҉\#Cb[-M!H;\pz(Eqm0 ~}E gDjhf|jie:ܱ-aDŽ0$-hu'BEH%WmveTl#So--qr%V"C2cQuyVu,\3$|94p-?y?GV{Z?!8xz!f?Bu|Հ5(@hBÈ}a3(8rŢ~~A{ӟ4՚_Fnyأb~sߣk5zGO jvf'L s")')G9frZ0-&3]>+hg^(u~)*&.-IUru&ywヨn{/tK_gBA'g,sŏ*ƽ%2ȿȃ#6LX6C^8O$X֬Nn"Nlqg6%,`)5/3Z Q:rԄ~عnpC(&e*?B wHH1%qB@;s-@v}[y`k`"u_N1#&ES:Msc8³B h霑H"_s}2+!PX{ɂ4;lg1DBB5ZR?br;\5֙^o} qAL}rE_!?jƕp G|{ƘT!3^ž_^{Dz%) b9fHexoS't\ԳDdn3vA6 Μz%N̛Eh8qY|AJ6[쿌=o(m%X7`~1Fvf;俉-΋>5]SLHS%!?f>OZ%yyw7PŒVg_ !qv )Cesߪ ,7~Շoq̔UCC&{(|h/4A{ 7ώi~DxFl"g`?.R/iVӋ1pǃ1UK5oU0,\(}T8%,&aͭ_r(zJCOwYOz& 2 +' [:+撎Rf+=XH)y!#h{& !>_[9^1 N>~?ި~M.!%+UGT@ځ+hga|>I&czlzig Uy=\!PT[Fy҄/VTL̫UtdMW٪I/OBQ3YC:ujrɞGv%, P `FvJ%hI %r$uDJWGbNa Ll41e#η2l"$tb@vAwwW|9ݎj|h;R ^lvݯEt(z~,X@l*ݺ ,ɯNP0'*`{?bgQ$ɐ>PG wiAʞ+ʌx zN)VmgrwErO<^>4U o6r12C{iwZUaDi=IGaVkkѶ0 c  T_E/wr] sO~$6S:eKGF3뙈Y+*| gE[<7yxtCiAͮ}f ޠpHĿ A@R׸"Rr2+#OĪfn5{PMIH}:)@Ch6BŖ?:rQ "U5[XQ!B(đb44iUjFia}fY pwň$rP,\6)_șN*vj jANN-+"E6;?6]xлgb'/~"f-;ڞuY46V|'N~cc"LU:mq{&IC>SY c#QGg5QH!_"54Tu@ \b?e a)F^~eGwLn)Sժ҇Ia!6WXc~ďDSvI X:N8쨑)~_W([$~U~~y6-u:fP/+)%QzCŅ^.C!Qm& P(#r8# drDr+pS,+HyP8Dt* b:%= rR#/j$;H}4Ħ o'1ydMJxK^SӤlO.w0}~VlME"֏SIZ&Waa+Na 猊 8zD^°InS,vn+bAȮpxkjK GSpV|f A0*f|LK`z:m~ ~ys1:_b6'N2ή:pZz9&Ï"Q' *уZ RȄx63/fj1No DT:CM]4-r 8re}Pʊgq 1d"cQf (p|/#|%c" ֠Vy0 CФ6L끉IC8'RFd'fAar6E7#KoJ1VEb^}27%bmvBQO9?<3]DGʯ#aFZW"ecƀ%XS4kitrLմ'CҢ'qd#\t $e}g n4b1kʔ/2 Ac>VSt5d5z?^%k[&DpxxT%*?}ۓEGшNHo=@/<@v+Se?p3דgM,z6WTDegh7/@OFi<׶gTUza"Q$L٤ǿVӒE%1EFj ;o)$ONatyX)7\G2Nρۻ,,iZݓL+sRQ}+|P|()Hfdw!HU#ĠHkt\ N^;-P5f-Ҕ ҥ*ܵ:#Y o3fƂlncr7c6BɇƮ6d7֓Pi8=,V ,q, 0RQ>-ɳd |ljiV[SG~QM6#/j@ b \@k@GTja҇8yecn%bIU bFEz:N>)K`o8ث}hyl5 DIF!OՅf0B="'PgCU(xq*_E5~> PQf,DhJj qxZt{5w*:U_-nyhi{>h #X p` )NO1A𑛔a֭W$ҿKjwI UҾ&ߨl1w/miD&f"ʣieAuhӱYm}euM%#J[ȧm %u=IHF3MA\ߙ)?#=WαtԠLlW$ux7N޴ 2JA48j/I8h)%`4"9i/~2ڀ(mop1>ts0TIy;n*CDzݯG kOS B}Sy񥱨K RR.oD9TzB~pJ!mEdn_W(pI^ð$0:HS.#i'fL1 )rV[PcLI- &#|Ⱌp)n1ӴiGsHB'rS̑:VU<;q>(w me=YT%Gꎶm>r*F|%tU4R۫ԽlMT4Y|bӼ݋k| a0c~nJAR1 8d ܷ@_=) ܾH"gͽ%k|Ed¶cf-򑉆t U NQ![NTvyENxg#'xg6!#BGK{cgrmA|0MţfOd#yY<W3yci?K^$;|Hp7vϤ9LZ­1JpJ !12~vK"T :[ۤUae+Zb_#'ZPsX΃_]!WnEng 8Nj zQAr{03Fms6݀NmX}Չ6w&@dT{S7w\Ҕ/CM{Yg91zJtv]C`!J|>OZ1p*Ӄzcߤq HTc~Ca) ^n[pmͶxnvGG=%T Nqj`Yh֕3I% hh.ť^t?lt^2sTe}FL4`ǟ]H$r#Aib=^Iߕ2`m6 -[Td}-]3jQ璌Mtq VLtC ݤ'*ۋ8zclX[1 H-_̚Xk$JY"UXT{!{{¦w}&7HCɑCo\,6HL$4nQqX^j[':MԹ${cְ+>pA#_4Z⚼jW_-x*FVq4DE~ve\׫k9ވQM]NڍJωBpL8]v/Jk~L8FN"ڐeD8f*$x :XaI.|۸~or @duV?8c}C:UiW t5KK>ZPXjGʗ?2/QP6N8媲JK[#Z=̇ COqx3`Y /ojwV n`'e[֒Kb_ҫz}[7y/gRCBВSۨ: v#nDdس4~}bǚ%T4fRh@ JJ5-⒀eh5P2=>@ґig:yEQAC#@{Yk# *KO *%n%zG #5nʁbNLWu8ߝDҥ+42/\&v-ߋI19~&1ȹgqM:R@M#'r>vS +Q43}X>g=*_'0+Z'㨩1 xHWx2a%%v&u3A^54n3HM&A6hKߵMNg$fCޑVvi7;z(QZ<7PAV_.@YyvŪ~j"һRx"PF%p]܋/J?<͹)@UDߓ$1]Rs>w6%Xp zOS_b DL8(@Bf%8~{΃N.' Nq-u R-e6upD8S8Ӫؗ}&iq%ĈI>3XsFVh8=PNY>v!,!vTlD;DKX9ݑkwp3װ-{u{tя"](SCwp5c:fة^%Γy\q?US]o'4`m/}]I1}&L)0Je`cE^qȨ1 c ibvi!SY֒N03KH_LW`bdkmvtl:)<'Uإnø1#fɊ"] pPT!!'[_"tr Y/*'v;zR0N eU%%dV47 }Cx9߆mE5ǫQTF>5J5f+E\ [opaΘYV/ (,uodNv'ś(&^7'v1OV˽:MCtu$H-SW*~`?& C)[ڎB%.In֔?+,}UtPt~)t?(M-Ғa{potΝ 44K!ט]Q Ί5YJ[ ě4lY*L`h $ek^0MSg hōWk<]٨)c8Sp6H1iT¯@b[b+,ۂ3B*ݦUbo R B +P}"W"]8t2}x_ȝX&4g:OHnj`{3$IW6vDOYy62w졻=͕Eu%b¦cf% >W}'ΉUY(S#$6;(HTc"V'_T7JaD)4۝Fl9i"3lK]Qtp ţDgRU D8m%`YGvf{1ܞ'h~diTp}b[Zy>qV @ǻb=:"x#+?^w2wҁϻO(vhM4Iړ},ˉA"&Gϖ%#"X9[gSg uh۸cobk5հhqC%8N/ u1 2pZ5Tvw2a:aӋʧդ{`zQC-ћk5\ˡ _ #q͈\ #N1N.T; y?0Sjvnow7IL=pRL!M ^eĞsT$Fd|!43@3 Ub.y'x J=br? )QQX'u1o srb%0G&aSW)%YbNf$Ax@r}v;yưmEKELFC\}D٦$쨂aY̑`^AMfPXZh1ZH\!ͣKJ|h1xke<;l9H-ORfn4%jrNkgņո$p &@u G+_3jJ.ТG͟6ӜNVئ(½.2[1!U5X=B7k { -}hvb5q4#Ü : *.ﱳyYb]$)f_.y *ODb%Lg^6~3 KNʵ%` )`S_E3 ,@D]ym'<ǰY;=pTU=2w)Ϊ,1r sSGK0xϺE)} atO6H˔"[ӳh~ђؔih,oW͝tcX?S,EH'?/Jv|,qpuN0W\OfomkRzA,tBZ]\hF}_)QSy9'.F̷^!~>%N/V`3ZQED'aNθͦsV,NЋ=O %&HC/*uB滈!_Ox8.Fƍ@'Ui`H/3rǴmG'_FBOaZeTy7ڲ¶YpڝЀyeDrGեoj`̂5J4*<[2R3,Hom@_t 5*-BU -6Z)q\IGdA=o(ꀙ|ǘu6v(/om"/q{ͣ.`/ wCR ^_+I%k% s$<_ZUU \*JoD|%"#,Az0טO߬6e/zbxTHJIO)獆d` /QG9o3ZӰ尿`k;D/ )}$f }i ׶$" C[Z;Eo)z\'bd4"p6΁v&FKy^fd 6AűC}}ʓ תؖQ'ݸ-V(u-McA4@ƦzuEk47Q#ِw kvCj^,ם)j&˲ٸA+߰'ÈOkz=\⚫ zqi({KfJP^\s0@L4oH|W7tRǁn|e !HXm| W {<6#ZuC-HH>\xz,ϻP!VZQMppjg傦^Y <53$m2%L^qx0iE{hFvX Ns /Læ)2GTA8W[3v> W( 7Ǐ:\ny6KDz1?] k0&I}u={XdcZ|ŵ1Le^V7-<;7ʌ#a%<Ο6XGg(H e/7ah!lXA0Ӽ|3D&KqiFAt&ӃdDޚ/ ynȅ+)W. ZݲZ|R"p q#)(fTz Ե܁y昺PՂ@vmU :epeќeƍY0u1M'ȶZ e$-Ȗ|k:{\*PZ|:A;P h|`e@sxJDŝRrdWJFv2f2;"n$E KCXţ#B|cl&Q,Fror:DAslTğ+%_q-`= .6w:/rU_eE'sC,1^rF|,$`ZL%iOF[~,ʫ֜0AS*bMj>v}Oeu%g 0u˫R{&Uí)W;hCJZ0ɥ9Je/XC1_ bD桺u_ގVF3X$ >),3v wp6p8)O"haT'NIvYaĺ3(Wf:p/y7j'wTS!ݱM.(k'gS9pk( I_΃D&eZQњDkÚćɽ`\jM\:37MKpu|qG>-% ۜݡʕN^l1|(7 G Ɵ®pgd oj.hgI\{Fw?gJZ\?N|§W;lޭpB(besi@rSwPY %s&l+"14\*> ?F:FjIL#:!VSD h%pCcsMvp2K/[UbmVu(r" X  .cj?Vr \0$. mIS7T3PVR4ɕna`ia󂨝e94r)wD؞6OpM)VbU]|Ph!#O-#2I3,F!UN?#3@$E֘c,8:U DAfU#dRS`&ri`}ke@YkD%=wP}YTG TPMtOXWԿL-qouckgeL%]vݜiL@=^JwC]%3}Sf A@z,-Nvo>Y2OcӦg4ˍIzb^h"qǚ-W(WK${:*rӀIv vJC؊3"7M`/|E8+h ,]C\nsh^t{oI U8~Ȭ뎷]ĽJPg}:ܭn^].G\" *nha26B2DoT̾~1A(a9!,Ձ?vq$s3U \n%z~^wtP ؏nB&> >Lq$C X39{LcoXz"* Q {[\HvT{h8i>?IqZߎZJ Q(aXw,0r"'`P=W+ П̤1Lmܩ\BhG s|POFTVBuG!x_U]w=y9.4Q*wjָc5m25ק0T5,aޯ 90sJޑ#װ S(-6=)>eA]}3NTAX ZC"Y6dZb~CN歼,zCYNbQ* !LSƑ5톉 ߇Xl-˃ }$'$DGՓ*LF V"BD~Ģ9ؓNˬ-.6 Z<)V̧؅XRU{6/7Oƥ ~}CuQFe :_uk ӛ ˘3djCesbK7fㄑL<)iYÑbJ5u Zd L2=1-nrKJFCU\F1%kcNy|Ok)@Er$.Hr"z{~DIGfU?&X9} Z~ >x]֯%̸'tLt`*kd=x oZoeҙd80"\q=㔲7sJRn+m &>x9̴j_I&ˌkݒa  =2Ug4@z\jV(34!'k;%?DH٢Y ?Zys;8Fې:߱.4.ԭ؜0T4hft` d[q+VbqBtzCC @dqg =ɟVvʌJ-H ;5bqN qZAXr:/DCع/nWY7A tWNPM-O{7#oÛ/h 'A>1˟+7X, sQOBk@EHQNfW]3[>l7#1/ǠkGyYlԁ"Pˆ0D#a(dߊ:՜7WxD6вGL)}T߶!MFzU m;([)8u[35c՜lr#Ex"7t.q@Q 1%`b mBeY FB~ךwY}S!U a1[P^gQ9BTm\>Xe-:t\[7*_t^HPM? oRCѦJ?52M9Zyp&$ыR^/ݭ62 v(-0[pi/VVO<rlF DGJk8C(ˍ^< J57 M#]û-] :_<6DĴiz <-Oj^J^]``bHؚ]Ukf|Hܿ?Ϙ-mR.3HWyf֎ɉsm*ՈP?*bPa9XdbD%QEǪKz22΅tFk{(OԬ7G h7=sjӚ%RVEd gG<exXG@CՔPٳa-͐ѰC|OxOkMJ3>w J{5)E[";%T,k}e;bE (R*.wJJD3Ȑ g: ԛ:,-?nyMX6>(*Ր̀gxd|=mRdw؉%])Z] ځR +@2wӠ|8|Uyo"RSf'9+ %0e U?%9>lɀC/)izerY?2Ky{cEuGj)V`W9[.~MbלdU -ʃ~mtiCAu^Xp+4/@Eʯ5|~ E[CN^/LOR0UvPψOVOdy`j>dPP-kJ\\~L=x<\X^oj( ==NC-s05 #:aZPΫg6 2"EeX}Md~m=8sÙWwB@p7xC]g.}M N]SHẍN)j8 1c>aaez ޜ6Vg^ȊB#%CR(lrRmCSyL .W.NГaL9䱝,zіݛ"N$42 cDdr>BI3ʭShn.bե7ūR$SdK!DiY0 ǭӉ/̰g|UAalؿ՝|-SSZn-JD& Z=YD5Ay{*ƗG{ )U[}4w U$z}iQDܐy1u_?J2 %1 $bdXD*Յ*;p|wLWżjÌwe?Glojy+1r=9g(Pu)-[*+4MO dꡕ?  Ȱ:bf #c9]jgOFfb')2@g!zfA76setH/;zꮘi ^Cmp̎wLa@ :p<'"B]uOF45ir6G""o4q@~hXy)t_NCs{WKf 륑"t[]PBo+]6 %8ZMy6*e^Kmޔ:m>v gӾĵ(@lyz´qT%TN~KW]J6]̘l_ )sv=,cNfGI-)yDF; qXm@0vQ,y_\R!&84|oynb?+"@1=:3D焳x#RbP n(k_ tOqyNi-DeHG@$(}oWTTpf<&&#8V!;yDh,ct˯6lI>WzO[ķtFt,CDƑM1 <1>/実j?Xj;ׁcʖg\J|(w.ԇn|^u"Ǻ'澆%zl/\M%Go-vmz#Caula!GDBD^i 8S3vdn+G4*w@A)3aǡq%RL40Ա ^$q6U`#i9]oՄv-j"0=➏3_B k(Xv̨whH2R?Z6s ZW{4AHVm7˚hݯ$'y~6zNW{ -D9Wq[VNgQ:<=)աubt/`22wOX")?WGDZgDZǤn7޼TjНBUOLix2=p#]킖F?A͊͝HHI0TQ`@AV7yBjH(x҆O$];o ^Q / uZ5rogEnk:GcpN-x‘t=TW6!^oiEyqtg ^ґ[ vjm⛦K+ѕX"[ e$'KB}#˨3ۈÙ8ua1pQ(BKܧþ>tS. *yEE*+oS@ًX};gZlvց]{=)  W{9rS2G-L'enן\Pرnc5[be!AT V|y[ ޾yRnXT-~Ee̪F:_m>skí\+ [aӮ"MbZ֭8}y5Ձv|\Po^ɩ>!ȸ(IO/DE_!:v".Mt)Q~)>|>zTWBOUτkpq`HB $*͵Ǝprwc{=#5ܖ7I:1sk>X;#9P9K,Nlͳ[3&+R4m>?-Ib|e ~RZ)ōߊ2^V2С\ .16$|Oa`0HSh3!BCHf'l8Q/c['N=p;m|Pzh$Rr5D2ZPqaEb $?&ԑMP1HtW`!|>2*!b( W& |YPFޢ}o5 /X2a\w|́8t1%\nljK&܋Uφ@Eg;n .2V=ONO؅|I |JS SGcl֠K+wfK9ˑ6rq]RLFK> ֆy(C4IuY6M; ,LV%YJ:DBn. \Ǯkc篼8;(q@JaL-:d aѦw O^Ía)ɐ.Ѝ}h4m秡e[ {[s ׶5XPO}IN;n *c2V/V p#'MJ:LXY[| +!5rۅ( fU˻ANO)[p>!> }] ٞJBk{ Q"O >}{;?wh,wD:e&3&_~(0LdĖ2=sy|+ή5jr| Q?+MIcq(=J@ΓUG fT$Faz%ke3VҠDc,`#c_xn|f,Ƌ><ofw T[&oO|ӃI3D Zҧ-Sc~\pgr ߦ\H)ikUa87̪nL8\ ON5V*wch6 Tزmm= eX0ъAװmP _XM,x#(o>%OYۏPp# 9b4 o CNOS-Ea_x-jxK,">}ڄ,,_JUq@'Yw(a_˖}1KC _nIvJ3:!{|!?õh+5yl,03o[>ԂP.]0-s>Pm-}"A7l<HF"uT͗$;Ŭډ&鸼_WP핂G%Qq6X>ٝlх Tÿ_p/[73".qH6i*cۂ"z@F* d/_CRk\26o)|D8;vҜhi׶CݐHqD`IxITܚ ni ^rb*mg4GKGQYDp56vy|6A&WUm獙dS|C lE6dlS < {8Q>?Dhb|ӑKSs+)h!M|G8HN\'gF < 9U*ڶNigmKT Yubr,ƃ<=}= %^嗹e.x@SS [HhP{."~8Z**YȾ pn2mJh]YeZS-4m*` @I|&u$MЌ39m >WKvcFPSsgvzE;+I.5((giGʇ_> j 3\H;4n"H@?V'#{PI9#d`W_hѮTqjxM/ ʓнِt_xdn;hb$y4DZ":ĝGEZEeiLE1ug|^H2xj:5=[-'uǨ'S-[VXӰ|K .-+OCzvQKiB‡'{ø$HqXKbh6 1*X(Ddj55@Д q)ƪ SW}$%*EJP?;]97@@!Gebb0 粋`Κ)}.%&(^ӥ{J/#I`W2蚦M]2 e!ٳUI_^O .@_*LKe* n1Tm?5{'LQŵvPGdLu/yHW=2YZfAwE+\nG+n#_'hn 櫳J6;zuڬ] YT|o~W"BhA^@$?X˨oˈ O<?c@ 34X.)h.5 Q7;U0>I%ioIY[:1їAd KD.nȯۆT"bLniS1ѵ?rAESiZ1gbmc PnȗThM*Q>'f{Wi;pq@bzXY,<7Z_ju,JbI4mFmTTYHYҖ"K"Oܡ$.MNkNnD|PL[O]88+3"BW5 4ɯ("*6'Pb$^4fPxQֆW $rNOUEŞ4[WNy )b0|ӜIX;E Bv()'ԩ4ǝD5~NnpsڐR]:#Bd.-]96#vM:WfMWi(]p F J7^h 1aO)B"L0F >IːRneCY/zDu͔-1pK#n/&rT"58ܵ0VJŠqSF Yː{DHDMw!\tD7U^Kݷiu$RWxEX)0^!C,#T٠EIˮWp81p 8IBh㏉ę ĂU"&Q:a0T%Gz\;o?UW8 =vPv4u#!4SD#wgv_w+i?EI`iTM({%b3 1Pt'nsF`|k_$%Y|͐!^Q iϓ?jKv-QB u(oNe{r^;{o/A\60,BTs@W]uvx MRH!0}zXǫZt86|=!-iCyT?$hOM`/a'+B YG(Ҟ 6VuUds¢!d}nHQql7ؖQ/O(K!V I3d:=<";@,5cb*2ƵGu"F<+p*n1'YC^*~6)z V ۠4w_aT<ب3n-CB%0?|7j~ʅO~:\o2m]\ES:fsV?ȉ VM>Mm֗Ajaza^9ahOU7V* QY&#* OtvKjkyl'B?@jӈdgW:KbJ+b:~j~2bn-QAׅT/H0[Rx&Es1& oY2G˕B])RY/Dn eWdt l%:9GxQ1,2Dnc?)1}3yaܖݳ5+ @: i @oѡ8 }#%cb۱fZN9f"]X+ eVRv0󑓁QƑ`r%fq =ryF XgݭAIDy?,7sFȟngb$CRlyaIAݴrژwMoL*p#LW|4\XiT%4E@/l(G?Io&]J(kl۽̕+%TӄR̻tA)~6%2a8J@jζb?ZySR`\!V::6C ]H2d5N!\TW"8ȇr:><>Ē'nϻ U/'NHZqzΐTq+5P;H cM(js" =ZOF"L-dps &ID=Q\YD齾(NAZтX@|Ylm w12K#WBl3IkvyMa XuSq@ʩꪜ_)G }7BL[o} w79#hFi\n?Cs[IhEA~r_1Krْ B2F/k:l w /+Tv#p{(Y<4f#lUd|Zñ"maK9R\s]oˎ$ K9ֻ*n$ F$maE$uNj&)8ZJ6U$^$HG jL!fhX/W r7c*eˡZ uy?@.ZgKEQr;(ukO Ng.sU~(1o)~.h`BGZKdn J]rc^a#7%L o l"f׽'*Rx؃(L7awbs03-URi$P|{8OKqGS&Wb+c 2t}>>Wgj-KQ6Ф{p"),)Zl6gO),Ac-u-[(>1lwo&qFȏ{z5Lo =.dJX: fZ F@"KJeDVs*tMy)01Y笉king~1E@Ѿ.O=q`|/:X=ko0ãE `vN,y‹p{W:A83I?[f&#QB}\X'1[d/n[ wګ'D1lFky -iTߕ/bTAdԶZGiDoީ*=nZ~ sdiYOxl^uzRjP|+<$ c-ų^FGѬ$r= O_h=drEvJ*c^1lQ;RhBi֚i -d@u tঢ়*ȖN)Ό`BA,5 W-8y )7`1H G^ջ@j<{(#O'(}xNh7Odu{{Zz5NZ '@N&s Zp˲u<*}:_D%ף%BAV)φ.jӄtڌ+D(+4=nH% k#"@^fǒ:o Rs ^%nXP!8_.fG]N52,#'HPǵ Zw&)5-R bd;r~[=ոoJj[LH}LT|%XLy%sy|>gˣi}\!>QB w9f!AYW5[=Pwy]-!^ZAF?sm!~)_ZDA}/ »ω`lovSX@XV%֑.)ʦ݁:#f׵;1d tJjɧ;m?Fnߩ@@A."WY}%mfRD5]UIBCvR e'ɖaն/ TuxJ eFs~̢!Qy:|q)ptV΅b* M<) bzw(5o#/3M&M%qXPwr/ ]|O9obtkNՐUBx")(S'rԀ;>i r6*2t6Щ7(i 4.nqk5=AQ=tcɣS:|wFǤ?ގd#we ^m. #jܪ4Jb$!ylβ{A6;';a" ]QPgOL& ZQ"I30CU͑M؛dk7ƘgO'VYFPQ-ÐOܪbMIyqJ5ls(azu"fױD7;3kuF߿ODž䔲SߛCl蝈h+r-*/G~y~80X%}V1tCuخf%Ȭ )812h ԲJ|5tpc&rUrBy)=2,)l/#s*seFl ]߆W>-!NeRei-:+WHгhs#w(2J\В6iDŽ!Fݐt3z@Yd:71 ɲDljF -Q>ZeU9ȥAI|qo/_Tdg8Mv&:H}UX?.yMӻ^Mv M~l5)6рeF~,ͼQ''`APk~Q}\i!sKXyxx>o^,-^em+!C0 Uݝ+]Tk믱UWE֣'CWڤ}!yN-\hJҞ[(g vj#\[ރErW8-w" KVvjc|Im Pp.r#66忤h'/̾7cxj-6\8 EuM3lMɺS UFJN#ٷBP;}w:Un>ճ==OAj5ҍbOSsIL/hrɚe\OJ =' \= ,[^݃[hb' aF}BoU*2|n!vA)¬u ]ks=8c6o\KZz%6=]ni^(bB^?uo}? $3n>J՚6PK?E&kjd*t $=ԡi}~&H 8b"6Hf?:,+ǡ~|UW_PwAB^((kh@yfY߄x] \[iZذ{x!;ٕsxE&<^f1Vܗz"z _x.b= ¨Y &,ŽMNш@p0xғ$l3asGrͶ5srz"Iß<=|2eW6*ctH,ԡs2ybTl:i3}R衿r6iXS%(s ~s;p:A7eќeEh vE6򂟯 Лl=9rvǘ3<Ot:Ii[QCUXJ +taz) $o$7`Zn{ᒫK ˗zJv4 ,x͖~=&j”̂9A-9yi $;WCa\|0& Fȧ5R JpkdSPkj跴grx7P$7CST<ƚW}-JrqFnA;#7GۿxXZV]֠v? O6'm|5)=/!n¢^Oq:8n[F̯HܮoiHnxppIFXxfoIn{SIr`,t`1kez5q%cư+OiUb;e:"v^R/n_v2x%ABYE~.8FA^t&%Tg7#ech8fyt7.hԊrR .բdty``u6j.pr{bT;O%>D_k*T=EEHoq. 8`?&Jꕖ<:Fik!{ qj;q%*-19D IG0.:H0N_h9Q$Grq,"sL^ 3L8MwF3_,E3.[c*C$nosո : X(xsN*} [?ec"TP5.*$ϛnug,#6D zx:vW#sǵ E½E7Pv8W /(S0RmRgvA>T ]q*(exo cD i; w 9jR@֝6v瑾3SčkODoƫjAMikљ<ѤXžwދϪ.-tKD 5gzm-pA.|FCur6ZKk:vTR΀ ."YG<3ģ'Jr8%-`3c cYChB ,{]CXSrpdL+G9d:}>·jzrZΏ!L a:~". g}whGaF qeC.K vay!ܵ@.9_ߍ׈eG['@CeQeuH"4̃4m3hit栛y BtFG|)2@}E8Cܮ[Əo9X}u-U&D:mɡ\" "Ն$N`>͛e=EPI-(dSm &X)b`uFDp9'GQ9 S&ݑ }> >Xzrhs:N9G\svAovTۃDl֧k,;z=:P%Y{XOݩ˳,ٜD2mrlD:Ss_5a*a` a@T fo<'+f(BjZ> ąnC"%pgZq?`"SW>B[RD+adRא%0DOkТG )2M 2 /@s%7掂X "׮ <{b% Ѣ)/EQ"_:f1_  3ZE>(.8iPv$||'15߽`=D}x5|-זK蘹WP)7SժfDYLKX5HK Yyw{}hYc$ [LhD-/,lS!ڱ dSNa˽F%u% qw2H Dv s Z}1KMҞ{Ch+=|b* Q\gTMTsxk$9~C 6C~LLe"yMzww :cq{W} |ͽ"(C^671$B廛|_:,K+>3j FHBVb,GI! 6,ˎl5NiH\({s2[l+'MS uie|\|lr6ۅK0OکH28_p`P^)1i2}[Rp$j6ͭ^^ v~!rzD'ߕvɋMeteZ?abu/ž1yu *|3<؆IZV5'|џVB^zt{yG̓2 )LKTda]Z> 4]" S)faF3dc6+( wnE{X(_X: Nj$i4^u;t$z|~,*=,8BnOm ~*1ѢZqBb2vfQdfD _5ןSxMyq&`RGLYLSypGfRZj0B=Q͈zT>"+f r#7,b2@GAÐ' /֏9 '>p OO̾b &k['PL!ڙ޷ f7Ϸ-}0X7q*nDZi۴ټB(,3 m T﫣j,eN>b^_^@[FXnS_a4_i=m+rm'53$z#dJk7hciyWV/-4єڥ L%OJማcOr6r_ JSf)XOa zsE&#=R z~ظ?Ct,<)h{ؤ<4(~Ol [DYXۻ4#G'A<FZo2> K(Q5Rl+wl0+kJd^F6,OjooIMɉ#LkfT~Exݎ[#I18tuo Ѷ|ü'W[U^PH_݋ o >EJskB#YE0}zګrQ1fz?Rʇ& zLox#˞ Ixm@Y:Opg&w^v$̙uc_hf13Y~B~qzDbŒ,肬j(]a-g8\og(a 4~6FfKM4aɊ<6 VȰc!/`F-Lץ ͆hkezcx=1HVo?wp}|?s<|r:GTJG "!#W5^Q\<~9><,CE^dWP/۠ಸxWa1zѧ6UB#6YrfoT=,򫣰: JE?!j?^zFSEʻܵO痴Rh%J(3A&qU^SUg=8IeJ 61u \CKn2eHJX8["T}Y8-MOٴ= 4ːMk"Xr?/+c>mZ̨C7MiЩ166 .1[wkG?}r\b؆6g@D! _H6jF<:FIW6+%kyNAÓgrmsN|\6 GopAPіq^c/ap68 LxIԐ A*av@W'CZ:;b8SqBJd*ͻRs3 PWX&Mk>Fv_GBw8ԝKO[85R"okI2Bvc r=2Ff6,f4ʙ'󗾗f<>s|g+hRKqހ'AN[;`6̚Rڛ\lPD#EjH]{4$K7 mU@sK6:Jm @v崦;,u8gK|Ѽ;iX$6'LJOg L;$~fG[l'Bbޥк Jہ-zGDaK"sQ3@EVu:hpYð B"f7GFV? 9"^麱gZ"+K^  L"*ʑdhkKOQ`3݁=P-|'1B&+Hl ĹQ^kqMBUbd'ϫh}-AB-j+vXѣZ0SpBǷnE 6sn2[؆y{E BMO b-+B䳥 &??!.9 9vdF8g"PػHXJ++za,Zq^C:X{ 鰴fT8u U?;MgUעt`+vĴMًCae,&q@(]݆¼Z-qC[]0@VO@V I3呅F+*@Z?uiߨE)԰H7`I ,giOehjˆ-N[K |tJr(^a3HTBm#s%Lܾ,bB6ͮO_J1U Ɇj4ED璸} q4~:,9J!,8TmCt炶oCj(Xov: U:\#;;mTJCF)t䌶xu[gtu{ktrPg?ʚq?~*mHw 9eͲtH+P>6a,ԖLdjpGj_(Kۥnxb5Or;-. ˖G.gO2a;TET젶ںy! IjgvD/Y(3jir !H>k#}iԇc|t6S/RBGp`#&d_Div)𱦌yI*w[9oG KD6<9%[o02絏֌. /f[GnϵYPkt;aob4q|lɁ>pd@p+Kjœ@fXXPм܀jXb/a`P._%DpFOHȓ݊2*ʬhG@/gCE=XCh|hoC,YrDޔE߻5;#. zF@b!+d;F:rlWP #$.q-!1ЉR]\4-R$6Ήw*'`pƞ\K곙ĩZ =ꮖ9E#}ET:3Rx6IU v s$hc׍X]kޖ9:K݃|aƶ}΄`N&3p{]!_:r.䗟yJfUvU(/,1a8d^[3Q|D&q3!|uD9)qI J 1„ X Y}7&)QWbFna"h ZP/.G3 PJngCZM^k;}} 9s$NUGjM0[mp14^43[, YJ~B;z`+lzͭ[ ВS߬?K)J^ pdSκVhS?{@梚kF04g|+GU$  mX>os=̐Dٹz":^P+H\6l<d򒥻 ]x#iyr.-9g 6ݚx< (zyx<t2nlÑcb$=pyt$zdyY&^Ja{ŸsL,T%8M9=)O, *G,7셽#ȇejL)H:DMJ ad.$_#Ě#==i!QC`Ep42fo Kcr|U 62M{E-qIkG)*eHV% 'վ$xI;m0l&?GO̠բ9g9U=PR%B+is*KW&;}׵m~fD׍YUlݭy~ɌL m˥ N@CAM!4uwWYDW4H0M9o~KV 5MMUHe~}bzpyf)KB=jv߂J '!S1gX';s}gƃ ʵ:1r3:.;v/pqݬYLH&R}C#V$5y-h3Ѭj־[/@p= !:kJT8+ &m5B q>ʝ4wb02<׎DV|dˊYq/{:܅=9[{Q J[c ]qko CMnM9wH ˲' Oe@ jBy FY,iJ%(zTTrIr ְ񙈐g dJqy<_D b[J%]r<}^sYEh{>j1j 9 !--+g@B"Z,L$v #?]Hao\ Fus66G&p JU zwO`,g&Sx=a|(h|:mA!/X9R%#֛`ƪC)s[I[4)A{+QǔZl`q6׆3w%:eI >Ǚ2I ̾jm %~#<[蕿OMJKCn(q$&Zd3X/"v|Ƴޢ1G%(3['Uf2ư;ѸOTQUlΜ95gM ޱel>錃ZBi 38:m|«5Gr4V$#7Wp}X|߬Z𹗃q(7ѐ,Jg.xB4D w,evt#X4!Znɏ1?Um Z|dȝ0 ,6I[  .{A5%'aoMsmU3iOk~)! ° 1Jzp'4el\|2#rg1^ D~J}+1ҽc\ϯ,Kn\XJ`cU}1d+r"iBf/Mm6Qv]0w[UN,Փ7rLM?ԗ u[ʈ2pA0!禤Ql )VN%iK MGڈyƮ\sCZŐ#Ufvİ037[վI;+l5 2r$p,^,% s7#-q=?C:TpboGR,F?J#Cz!Զf 9.qL>rp| Koaɏꏡ؝83a.wu`t6x%߫>bS0c]1bHՓ=*%+yvg4U|I\?Sl<,4Bw1vCa :F8p(2E|5%},W&i󭏰WB:Ns&>h5<\@OENk5 D %% |<SBk C |iunV'ƎӫU nS)cSpGr{FT9M6FKx d^[*& XtX^νF i;w~:UIZ?,@ߐO.Pq #ޅ68`|V5'R|SA 6.!x .>?x8UǮ8w)VL(A0TeX 1V>(]96K~Ng~};$[\;IDWA"mm_OG1ZsOGViD'`%#7ς)x r(ໞFh.hUL 6嚁&tU$vyadwDǨ]JA蹬 GB[t暜l/ԾBR?LqOKOq RI>e3Ccfݸ~$F*))diV-ax 86HJ$FdXs#`YU~vj _m 's@}Sr7BF”2Ĩ'e +p U& {J=471VC)*E;l!!O !7լ:ADwxG ?u馼 pY=#?,'2)֪Nz^ZI$zO֊t{\Ϙ4 xk}FRf%jq'L~Vx!8Y ͠Zw'L`!Yt$ 9zá\z>K4wXЛ.Rק~}Xt@ !nV{~j U/IV2S$^ 4^ QUan;%EM_:n>iKǠ}m%QSjZP6l럿z6:q͉BbmvB8%%B7!)R>(Z1%I5ԍN@šHN,@*:"NTZsp[:0FN;RK\kK̜Y.&=$ -סk8N=/_])χmUs[9"gQn;c!K6MoBz0alOdF#w+$ɕ/Uj7! #Ch"CK$x{ctȻ*3$6ح?lmw2+s7~ aN^%)5ަO%ǬmUl25Cnϴcpm3?!/j$}N)&r cV}ѕӕ ao#u Y~bskEbN1똜0Gnk(].BNB kj}j8u~sn  ' ?SM]K,25e+7觑$A*f7~4˺@3|N|$#043%D]o 5F60NaLx f)9pꡝ$UQ 18QG&ݺʫ{lihlQKT' !C-T/R|)> [rE3=a8yL B5t;3;n$o vmWG<}NI5 NN;b<\wMsuCެ8>KS]7< P xD+>ahzҵ~؃\,AUzM^lVzڱ|S[n7?3ASQqGP/= ܒH}$u%zȎQw_4 rD kֳц~WG(q(Py8^M"[vowf $;Ǒ!o_@WÛ8B]s_qMd_ 3~}0Z92,XK"nDUe`,8>i n$t{Ag51p-PUa5p/1SpW~'?" mnpP/rhy"%;LIi2+j2h3Y%{ !u߼H 0V+EϐͺӬiqCCڍN0-p2IIsl0ã;Ҵ5ENWJ6SO  2m* wF؍V}Yy- MO&Yi=#сBa7vtq<@iҦhiWNaW VAU:)yhx9;zkz]O)~-bಧm<`^Ŧ~׷xcrab۴JOO'U 7%\|сq:@Ћ)eA?\Xz:cs,vYn)ՖzJ)=DP6{# Rp8QǔM,wN^5J/qf[JTUP 5m M?[#Iņ4}ZYQ*NeƩ$tV/Dƛ2WLfw Ea&yC{~)@u~W8kueҌJiW€Ξ)1\$B+/I G4Gqj \"P^* .9fJ(%'XGN:yϞg±77pL2?Q h+^;v+֬[L&y21=i9c`_}T.rd@6*iw۶4ݝ9)ɽ7}] ys.l%HAm#?A*4g..!ڧz^ [ 4TqmL:\FހyX4n>S12s jS/WQwT\ƙgH?oE*뉭ANU*߹3 3IsgЖؑ 0%ʰZN x(BߓOȗ. W k,~p]?U0}$}$ƍԼT@tUW(GF\+Ĉ* E ,FhE^b>ǙwaE_^S 1$DJp;[&KFMUqkmx[hiTU <\7_qQ!6=sK볭hbw#; ˗H,,E%O@)6,"hܼC}!Ǥ^iȭ)U|u x+VO%d|/*SpAbR} u_aᲀ?~0y? Gs^YK`!$ y}stl'4;cPA3uJN8F$ ǡCLCZ;mKIvѢt>~9Jfijw pŠ}LbOޚ1Ҏ([eՃ;.%J>&h͈SH%ϢSXDj_6{5`".) [kN9hJkJd@6ִJ8Wg-?yP&BD zS_p?ɂ10?17=;S' i":l%({x.u`#ax8HUQQdT~ j{*[>f1uE6SŎ.8{DiVz0xU|Qc*c΅j('+ϯHR"?9PPAڠK'#=S6+c)eGfc);_&#IEtvYFqBVWߙQ0 K$m{f^X0E(/mΦ?o81=RQ{sOC;;e)>PF_̫TYIpxumĄ:q9; lnp}^Ȫi.1`b-Μں~п6T*#wI L5#!'sSO >saY\D8G6H=je@Fk P4k46^][_Ɲ9!G _!&?xϹG_e:_ -[Hu<\XbF@$: /S46h h.]Dp"լӋ[so rQhpf49 Q"w~Ϻ4>ϴx}bvYP\}e3Mze?}wrp/;X5b'$KO-S#%G/Cp/fHA@rو{@Cv躥ь'= l5N"s){~Z|Fqr%p@d+oM%$_J5ǡ+9k*:DVxԍ1[ѳ>I:Pe(BHA*,U}$ψ E}7A̕Qo7TCʖV:mTc =Z7%$T*9aI8=aJ`䞌 .oB͈Qt5JnPiipx+ X(RKvubp 7 iTW_FIddH*FJ2+}nv563$rsOP9R-i3U%n%+wJiK~4(ː1E8c^7a k*'S+̥d͆Q+<<פ9eѱf,{tjA;P-fi =E"3CF`ʿ !4NYEke ",ai}[8@8Ibs3=`-{\F3`R+R1HbUU~9`TV^stNiuOI4N7Yl0-q(yq #~:C9<2u*ˏ .ȸ{W3lR9ᴚÝNLP6>:{= T2Mx 2v0Anl\Wɿh0j_TX.LOZfz1G-ĆGO9f35 QYjb@bA˿H7~t+IɛtK[nFn2{CbwZ6~\^࣑B+@J2(gbEe6.?܂VOXyPsՏ2|Buä_ t36ba>(2vb"|@uIvu ?5o f0ϳ^:FVbx8ɻ+TfĶN%hF[HEA!gyPeh4 4Caya!|u?pv "}oh釾-88 ? bʯҟd~Hzu%"57v Vz.燓M8u:Y }L6i<33dJ` w kI<'8oU'kV0QFvR MgI8:/<د\ִz-AgjĦEF¿Sd(nk2yoa⨡A1 (z+d̺}+KL\S_j[dTdbr9Sיd\ =GYjb7+UecVޡEn {O|Ws$\q$?\@Ŵ\D9Qы`։ޞ:L||>I&9ht2Si+.-Fms2pd<#nKŒsߒ8BeEAh:fa#WE_7 Gak/.sD붪xV2{r?To\&bQĊ.)q󦐳rHf?^LV@ӄa!cJUD-XA?> Itt7=N p5 >J$ /7A>gt|Fʍp p (9z`N:E@lIk'H)76OxY &nC @FkX/V֝6g VOF5o_99#A83PJ`׫L{JHpaZ99 N l6_H> A'4qjw>Iz :љ)91AjxbCR O5.hV%sl_P+H2w.))^އL}\&}W΁Ĕ2$4a М Z$'Y}?5I O*ѡs%Eel"{mL~2 W2[ |\{\f=sA` )QtdM毷|=l.|%FRZi+a典NrꋳmluW3tZ91PWȝ:>S4*{l7,mƾ(坪V/9ڥA.b7( {h9#W:{ExqbD" >8@QGCMR'Q7#hA՜҅hj$g/<OA ..)}^+8s.li4A3_NpĴGO˜ N}۶L s JXݮZ34ɤO ֒lܦQ(#?~ʳTj'Yj)˗8!`&AidK ܊O&ƃ:LE&$JZ UϖGR':Y U|A 8{ß mML92e lф՝ *:dRG:5%GI&CoAYl< /a"pwdPt͜{qHŸYo%ɟק>UCԩ9M;ߤh,?m0q9#\d=Y'a0Wn4PaNsqֹJִF.ϖRK/3l5QK 2(ا+J 愑w;ٙ+ۀyn__)a Qdt/wB]J5VV@[{(H}.u,CP@3?wQq{DK\6ZNE1kxtax{c>1 T(mST0*_$}A>6c䏞bp؛}m=N@߹&CjA4V[Hv ]2S6f.TdEh򭜶3 38:139%I f HBaєJpiT[:'"yĵv_R%Ou§^J\&~_ }AJ*(gt.R(~5}?[.'”$9F)pNb'<\Vj&: -J*%FJڏH;Ve%K ~D䲓+FJ ^y&Bvphڕ'Zߚl a/yG$gRcnNeYLjCɁi̵yŒcZ͐ԉߎJ``ZpUM"#9RJ PL9[]VvJ9ٱ)Pg r)z(j ={aWD=S-XKbNӵuLJ(ce;hw D:QW=NYyX3UU8|p9@uM(םDFRՌEc{v/9qeh^I!!yKXvY[>,|w1:"0c-r7Q-ϱumDĭxC96-?`h3&W'1N8h `r3 k>U[ui X=~7%NRрƋyC U^]h"(yFP?SO@˶4A]'ܮII"NvE6<S4ir=^Gl[Q"ڶtX80`QiMKז8vU`lWW:֠44g\G$NC2|nvĀa`S:mtŴJ0 T`A>ClfT.{#!,r0c+rI+}yI\[~(8>e2EpT&t'i%X|sӡSCj}Y3zDQ(,UoB :OD ancהSxMFlEp{A߄gn3 9}7F^w(rʊeP 0qPT5~4o %rmhM*3S*lY̠#\dN PƲRHbK-eH[tÊy/5[4}8i:!Hf6kmA39B|[~d6x=سxlRNXL`x '\m:]V.VsTziܼ63@p=eFtd6*Tc$lBPRjh26AN BfyQ]k}*dHp՛4cz uĩ!@H*jJ;;zRJbx<@h3bBXnRT|@7Ycľ_ +:X1j4T++7y2`f/jd䇷ΐXj}X+ֽ)k#c]8>S4cdl{ mW=5IOŠ`f,垻5P9x@P;!-"*\^ARs esL20{"L )  V't:eJ~lmA:є]&к1kJ7 \K: \pW!H}qOB۠ -kC s絴áֳ%0\ |.4}fWUQTbweOY+}R]]Ѧk _-ey *GQ,(S@lڿWiǓv|ҵ-7aȸ}${, T>˪1j*y20"O3E]s୒icEĆ'ARf ®nmď8>icx(.8-[ZG, Qz IzWU:D/uZ\f}2GY&%Yn,7LJ2ԆjGbp[c\ !iչӺYo®SD=Nxvlc6[.0_(a=ܝQ3i]k1C"G] rZݭ;}MePo b%Z+c1QExL`Q>^)J6[aI&6e'0˪1n2 F^ޓ:>C$yeIj rP3g̠<^v C  @/dKՃr-Me/, JWUχ_<}~q68",!vpUHxYWچ<`cCy+gl7*4SGo8HϾnyNO96u]=TWZqyPƤח'` -%HCuI2@>kvW|8;{S셃w{\5H?NW pWaNP`_^C wL.\S4Ue[Cu2l v:|HazX2yZ\BiAw*Lu+^= čcbdCq֭yX[9f0u&gNYC~!ezq[uFXʃ}!؀)=j-r=7)g]yKWӦ+dYdKx}#eo1R8Q&1O鏢"<jrLlt)D6.2GJv(9FO*fCZ}z@ㄺV>p%Bk 9'[k93͔w@>9Y]&<`jq{/&dȚX? &I7wҖFzpDU沙5/lPUJ[OS0}0Ӿc2qW`#9%@$,a a@N2۵k SRu Y;j- 5Coɟ;/!R \f:" vОP.pPay5U;qބ_7_bp1*ƌ|g[lT(C|;ӿ}#.ԈGV=X]%M!]|ogim+G#TTqL>Xgj1fWGL7f{ohq/8GN0uA`,nԓ_e։.PO}`{1@vV0.& / BHͰYQ :i#^]N).pdGiɤVN!晒섃# M8/:KBao#S2dsLhaP;M A6~ha5ϓx*/Hsfo >$877`sXpwX\,QO)c:Hƚ1*{ p[GpG̫*2; 6oyR pv Pf ARZ5K4x V긘TwudpHhR[O](XmNr6f*E ˓6dOI5k1)b+{h# YEuMoQ? n4LɡscT:%nZs Wq`A[hyhe5#"M7$U&S9(.0g"@و:oH~yy-槫ӯ[+;n"VwpoP[i̳tV|eTRú/"8̣_1#g/#H $JBH"5P@N8UkC2{myfUnu6&ecF #G} +uo+-9ѵ /eW+bv(Zg+7VQ3U L6#z K)Mj1jүLy?Ɠ.(=I|LN C xGp4 !ڨ#z?6EOhXg1lFr(:ɓE-HH;tB 7Bi׊+XRrʍ&o$wT%glA#ɛ9Vz-ĀHXya"6Kt>90Fm>ψ"G,|ެ!/Qnv+x `u,⁀ F!#=WQjAw&4qg-.J+Ev}0!&xSZP oX/$hĞPP\ZU(DZa)f>M1@a>Bz. 5+'nh@*448bK=u Jx= jT!3Jp'Qtg#ǢaxbDrrW,7&-1d!]kNAO;բTb$ȋy*aJX(%VEtݳU'dpvױō6neGq8ЈˆW^ F11^-uU'RѽCz%‡?}-XSQO a|e<@Gָ_>޹0  p)q…Nv1ڱ˄tes4mjqUL)ϐQK?)p]cӅ@EmxҕA8QpL?=# R*S&&#rqSA> P:@gJX5&f@FstS6-)^1U*&z>|@{ ®YPhqRS\# cO{SݑfK0cv!dz>UW⸜8F+0܇]vr ´/|Y֑G]=NǕcH"6boDtZjVU%e)ܒl+bpD0fGi?18x6 cGYܪm(FX#{n[RW8Hɘ, g  ZOJ? ƘO.͛%)Ycs8N6 :=FiC+YmjR/%J 9P17&Szѿc[*@ޥc1㛻?n&tIjshTH`_ZKa><)EyvO*2Ne'W~"7;"%۶!{? Z6Y;YrLeƟWDZ3C8~|`A>34#><8bM6!fGp]tpM , $M6OIl@F1:.NjP}4٫Yg 0=!RTH Us4@Ij5 Kl G9'9*rdމgt ~MΈ(9& !C1.Ri~5_EucߋQ>P2Yy[݂1ьuiUٸ]s/h;ULSkHN3t\v9[@ 5'I^>$hlTvT?K";GR&3wC;a3! ncȖ{R_g+˜VړH8Ov<.ka;h }ESޙ77kXWS?&tC~%M.+̯.T_aUZލ,ފ$7%Xjnd[O z{~6cw\"J 7B{1:{D)ٙ]LXZBÏgitUKɐ(Šy$B,Z:H X8uZN,nd+O7=8iQ\UٸH_v 6u^Bhjܡ+x7W%QwI$=j5iQb@/ĕ,o7@7L՝ʡ6q2]}3"P/i[AɊh7 v`p#CaJ:%]pLorc׫!͋QOse\א,;  -H lϾ:]ѭ qgefrl,u>N,@jsv:[ $'3B^t5,&r݋T.# j \OY&'$A5 q(V+Jd29g@b\<37׿Nt <56Iބȏo{!K jqK:C{*E[Ust7p35-xtH`M;hI\Q f- n\26 vؓWAJRIa/F< Ue='mhCpG?HNn;80e)R- 1e[i0q:l%"?&&gfpQHno˽r9;&:rd#o}簍fo?B 7U.)~)ږ,f|`ഛftW}I~{tt mEs=W݄a>-?e m3]rY0_.Y=QAzWMQC;!A3BZb}N#)cqW0<؅ .vOf،tn>Ǭ Lc$n_qcRG *tdK91{'XxOoF^TN9Nb3]4OE9^' f9=}oR6iRs3B3^2[V)<ɯn:mx- TQ'DE!-?#M ESKz6:zPyhP1N1|>E .# IScC\['HN&STT_ چ(a+ LjbpZz_X䄥%C{Um.$:^`8"qh/hx5ńDA)k7ed.5ԑ`ϗyki_ڑ)-NTh Qc/YDX~7m+eZX{u\Ù`AAOAn1JDfJ>8*+pqwk2=ؕ^ZᔗWY(@Q,mO/l[KKiyn)n,DZWg#.W=]1_@ԚDϒ:@pyV\)՞֓&$iuBY6bDzqfzLn0KcAyςS8'WE{SEDinƶ*^ @dDUIDܠToK\Dw>Ũn:mX1Cp}!Y KWJU+7ċ 歾S1#pFJyg1Am%KpȠE=b0&qF%e~}zO}pxBM7ZXQ[Y\MJvꀽxjK_aA9\'w|! /_p/+k^{y4?JJCՊ@(u8!TFhZ8f0RfI8M0c`JJxTfm6kJ⾻ͯ )2*iOmaCPX/㱢Xa[M[@C܋@q` |U'fրг@x| jo%O5zEԘ0Sjl\0 %=䁁vvA o,5!b`9fb:%1DV!)w#fJ rR*)*:M%^;}&T @fx,/~έ" ,8PK[WG}Ϭ{@ { pR}Job0sm0sN<0MC>N-<M=fn:̭5'ZA_g*]wSEL@1M4 ,CNW2xHD|`ML!cBmɸLU,UrB'jmJk^#]L`glX {a ~y[s[x=\@rSޯd2uo~5F4Tnq[ΓK!Z(!4+&h:m=UY_~|5"P8}3&^,D6%ciXKN0,P}b}:K"3! 칟&*V0`-^5HBrx/=ui4kǟmcp['dE<m\2CpշjJX z/(ۀ_:{R1jlnDvx 6OP Υ&MJ&D.TF:9 =Hk2{Τ'D)1Z2%4pVt~<~3LV4yCR~sZ*2Zӡw[{"?_|P`;іj/"g֍ޠ]"v'R$P y5+B`=v~xMǨsPΌƲmWB% {/E_zz mWL{ $"=ك?J7-i~|H>y19tGD`U 9S|feϹk!Mx6<"bB yCЈ k({ ! z>{kl 7e]7noFNGX~;^qZxOb?ۨq';A{L+ ՝*k 랂{j|{cZE14\NG`o":Ҍh 4{1 Ep';O4Lh"`¯!d̡uR:/.Cڹ?Șn"H {OJʻ@]4m3X-q1*K`{;'뽛q4Vԯnzg 1B#y SQLT՘C>dO C @sOy7Xt9 hRA0'ZBjP: @~)qcE>mbRتP?ۅW>ᄳ!^Mp}їUwx>{rFma+vqT`s2W&>S^a3Va<V;Ow F%9x!?$}p1o!wpu񹶢Y105S6&_W>h}Qc-`rG{tżOg=L#uJkʷ?3ߡV-Xх2qb0b6GU o&v`z/ C927*lZTk l4ܧH,0<5Z9~(%\q-ChK W2RNN("0=晨[v_f45BЉ.0մPFqeV_7 R Вk>8VHE4:z1ҡK|WL+Ru*4Gu*F{Ky1pU^dnlp.! 6`!:/S. ؿ N8m:Qt8> Ttԑ%:Nv0ؚ:?G4#:dc(D@" uVJE&e^DyyhUBԷ?lol ೟NF(8SFA/WpUY伀lK?KE$/kk] "MR$'ju6^SFREWV]mBrSQH#| I WP& u9eS=KZy8ڒ}{ClV ^:RVx(!H`gօЈ!}>ʫ#2u0%NpR3gRv&Eqv,zq݅)~4' Kq=^IZ1}'%UWy9c39[ 0Fv{XgYL0R^Lbi3b;l`|[q,) $RlP{m%#I9cXAf,p.a1ZZv/L}WM5Mmxrp(NBfzAVï#u KG6RR+n†bBaTEB!8ݘ{x: $>ny npRDWc=ژm*O-ǙvKGYVQ"9X-hj BDom6o)Hb+٪7#+  .AyV#MwR:7}qEqԘMcf=l$.FlK~io)s<r5{)}i _$1?V7-XJƈv_O{ON+14-.25@-0zq,S${u)ɪ02Mp fNgJ<,M8"oҴfۯgyhCFn?C܁ܩb|t/N4<޹36w# =vV ( %9cb=hy2;sI㭖|' D2GӣY7vx`nLH?.=cvd,oլT##?i49dL !v28M8?&džw:Ppo qD2H^:4K\D"xW/[Ƒvu(s:LF9{16!h*E"O~8l5kF|88_{I]l3C%NZAQ%ϡrH M˒궼^c!S 'o_{yʰ+yB Jf8McQ Q&lH%TO؈4Q%{%ev Cfj)Me6hU MR0%)8c+[r#p /yl1tk6TU55ǰoq՚֟qI~{HY9x*Ö44y iXWU1`dA/7%aWx%^5в>{$ye1ىa'Ļxt:ֳQZŢzؤ)ˬi$GDo]0e~tƈ"!)ybY͟4T eA۬d۳0Upɔ {z[yA0f9v0K+N=YG)Atހ7;mF5@ҵi-̆HmzKn`RWxebwfq ]gBJMٲ-/X~}=5od}Ш?&`{J "#onJZBhQ4O__eRY$2E!P00,= vChndXslr2 b~8Y9F"٤T:Gh#o68XdiýXkUx|O"l{O9]50dMN'4ᚎFV5 ڤ.0iRBd֗lY%݇@%r%l{?[W甼^UFΩJ2fYy+/Dy!~ /PιNuSju:@Ge+e!&Tu/nM@ \u2j;?5MSKY!Y W )^nz#vOZJ儏q9ԶRv->{iLʮW$r~%!+HS_Qi|-+A(5 I:61Tg<ٺi"g ȕdISұs52B؏QVd}<;3_/wQ_@H+>؎>Ʌ^ٝz]u[ ªT}☘)|N|,mR~t{%.AiEbv=pm,* ڔSMEF܏Qw]g?ْ#P‰J\Hዘ?9cDujy/ߙBG-g,16nСm %yr26KM8sЊ˱r"T1¢5N%g ŷiclHIڸbt( +:L<<٠dtpW*V Xj 59%6Zڪw>KtO1偽ye\/^:f涘p+ ͉!)QКֽദS5/Mn{#q^%%-![щr}S'JIFVww˖.]v3tsA?[ŧ(Xp.FȪ\h~ 1d9Ot-(^ 8sŰIe%jd>IEsf[8c êY%Aa묆sp@0!sr9 ~"`3&4Vċgn}wVLQqW5@V,.NMA]G 80 V,] zo0g'B% EZv8Ӱ#NeK_{ !V\"CCaDgwRq2$,Xm]/ ̠>˂G1% F_YrK[0i /8 4;7#lbϽT"VemaM?&k﨩Z~nœuk\wP?  6^kt]8=8yś§"'=U4dx$?~BU땚 ~vT-m][Z}/''aOT(l/t\//d,tZBiq+PFkNgqz0DK*(|Yز.=CB>2S#ʯyv.ت|[ą%rt*|j(:_Z?zdSj. E DsԒJpP^4]&4Fa2] SJތ}$IZ~P;%wv)#j<ڨ]H< \>s)ۂmc",LHe_,Sa~z [K fsFkwоPW(uHq!r rnDŘ٢n}tj櫆Ra~G||O)6ej"Y%u:fմ6!cݵ!{߳' Hy6P3%èU\* ̥Ɋ- {a lX37;{ηWUL"9mk'zq jrO֎-삉]cM*Bei#+ot \V%-J|KtwASfpAܖv4/O}gD] ?=>vnX:𙥃HE|/9s$]BwA+r2#],jnTpS驺,^Ҿ>Ea}7C YGYpaGTA޾:lO=9K1 dž+P{N˩TIbuxXڲR'/(/!icmgw g |tZ FEFM"2E7#qhdAl@ѶEΆ7$xYuoBt>Y9B})qPfW|~tӦ |#)4FG0(d`(Kc KPK8 EFOKo0ayS4$TCM+~?d ݽq=yS{7<'ƾ]pIԅRW Q|XO!Eu1i/Z֢wЌ~$0Xѵs1)SUB-╽Xʄ=Hm9j hbgphj0̣P١m ^3A\(4aGͬWT3eJ 0 {Wn&PNdN^WxGDM"_Cg?5@z.OCgyR(R:!\\I n>nu (m#+KL08<PgHTM?lO]rEi⼧_0T6<.i -l\{K[ct&Ukzô7#YV!߉n._#{O,g܏kr-z'ڞ}?wF7ˆ_zt=+&π)9=/$GyW`LmίHU[3^V:F7h ar}CALA$k~Z ^b;+Y/s57Hԇsz{qjiQu<$Os Z{ "8"7FOPG׬׍`U 5>9PYkن/C/OvD3Sq{Z_1dJIVf Ӗ7t8,Cip?{IWWH2U59&FҲQ],O7:SH1UIb-IU&j<ߗ PJP@ ~PrъAR4ޖ H[Om^QYDI6u)aR\&!E5`#R64bOYWL204M$C[Hg%g> ŚR"2!m9^X8z-zaX';|aLF&xMAye9 ixeˋk:T_Y:gnWPʚxU w7͋r;~n= 1KTe *L?Ķ|xj,.wqͯ!Ϸs9oo!jj*Ś+7N8,e~ЛҪ b9E>arhc4 !W't3vn9 @wDG!_/B)r2H?&is[O~rP&hܒӯ}ZqkV8,ΤSjâk5γN㇉lLK EKYu w9BKQ*+ov>rp=oh pY#}}/h,Yظ)OPpvי&]yUH󕲀'p0in`mCrkg󈒥 K1t?p}_IN@zQ>%L4Vѕwώ}.P`B`9-הuF-Ň#Ӣ!Z)IZS E\Zd+{e@1A#6[fq KD a5!)j≥y[6t2”(  )C Hl̇ՇsVK#WwMKJ4ۨ1a>Inj1H9*Rl蜕 jvQ請A8вoQ`8ulxôs)Bz@g!sS.soAwrڊ3Pr2wάOFjMЁ3^d܋H׺[ؙƨxI7a7]BSGq*U-Pe|{i/AXn~7ʇ1N{A=Jk--27gW_~7k,슒'z1l QET&Om4#&n֮ G$XxW5ՕVIEpeb(34,'fQ1uR:P6&;BFj{flý)¨|,Ξ6O1M|,/4m;KԇՐ' S7J`Cqxg :1t+/7]>kp'x}f03ϗs @;*|RQ** Q)61~~13يL,,zIȒ=iF(ߡ=ǂ Ag_yTaieY 9?76Rrefʹ_/wdLi\sL+NžlI C§}?@P?VwftsSKw,>pc,Mw}]YU]rzH;?%fgؘ؍VY Ց R V "9J]U U] ?GK[1'ov [H.'+/Qߝ^p^Se[;.V2jJtNs4~pDG 7B1=ai:o{Pp ,O^DnV K=) RIòUZ5<KƸ\ö $xA/Zc/@kzaK Su7&5$v~~#NS"qT\GtKu~u=25eRvdJ\Nttb6b6||~ocvk1) .bfimS ,s~^%#z+!ԌAS7b8,yRv+2yc5}*r7'ioX#4 ʿ^qP+ЮN4kOQmr?[@A aKzL{|at~}#[(6iNitvG^^e9! _l A;Uw39k!2w1bz+rid̓EpQhiii5Et\޹4SsODQ?0&JAZd(<̚#F{9crlhbaժ٪ |սz짴0 ɇa?8Cz8s c+tuq^ɨ܌w6+(B?"_xc%#[g1!v-I;&K[OݯT-VsiUReΒ@ݖjs+T1ͤ`=Z!H#򍚉nRMRQOϴfBv%Mp>e "QwEf 0 Fekݳ@,e~rt|(4g ziR=e{nZ Y*w,H H,M8msi ( E/Qy烹M4%X(/W/r9ēތ]&іqK$gvObX{y:05 'KfQS=uT8X-F{x``Qu:myl%)Ae#\5^F:}vn`?oҸCuQ-%limM[M/f,X|۴zr|zV9cbW@<aDݗ6D SX4gͿּK>v[ nS3#rĄg U:w-Enau> >?K1ז%'뎻pvdX*; o3-qMab}y 7lȤrF\fY('^ޡNaؓ2N;gLJ*tQ7$6MyQ޽˗*lrtZdMiR߇h\k T & )U#GesN^a~7u$VW81 MSpk-bQ?;i=qikœ1#65#wV4d9p$m-P(t̔r&\{o40dL3cy[}U^xRT<|QesB|j{ әyTԘ E^D4>uy Rh冃^Uwu⅚|6ȡS+Vqg Eezװ'l*.2݌FI'3ui%n$d41Bݵ&䲥\~-?,$]7,ΌC>é/6qk@+=%pZ2DZ(cTlՠ*/e}d峂*&gz炛a+R Un/RVB`lh&EeӭOQ##ADvxϟ]sv{.FrJN.ؔ¨wRT?%eDjXtJ/DD410hy,u! +;I9Mpe`W{Sohw!%78T ob[&pZ(}K:#@VM@vS } =,~Bw]m:GT&MͶQYGj\'bz {K,sK.Fb#OaـZM*iMa!,LZOώxJZD+)OM/MKTm:E>V?72sZb@ޒG3}%' '&P6!hₚmvhb0Ms*3_[J/_AKNTO"2lG],WSдf2WXXCzxϤ=7 g_6sKO} _'7QA<z9XVz_j Ү (ceH~Kn=N_ڟA{= M?I%dYPsqЄ*/0[XUOT E9nõ2I1ڼ`97Uw1U.䬀V)gXCgI%ksz%2~edՙh1r5,euZv~ϊ n!Eq)0e $5CxKY@b9aFE>x0`E$ 2R׶@QvcM$ef`;!sU'{Jeuo-ø0a pxz8 lRTa(b|69aY* &9 {(Sq50y0BLa\qJ[>|Uӎ'AчXQ$p)U ɭ<Q~e?Ԁ4:;Fy[B)m힇1 @.ݺr.X%Y߼MR6א葦qм<#KG뾸k,l2o59niߜtC?q{C[Pte;]Ϝw{}pb#}M(6HnGefZbZwrL<|8uXz==/CwvqJ=sRM`8EMhxh˓%Mw]Pˋ buW| t 1xh]|7h h(/щ!/ J\O{Te*[+yRd'*.F>~ts&XHu+nS 0Lu(2j601j8; gfP`Ŋs%v)ѹPf_\W-967h72 ㏌{kOw(fbk ίO}&T+مň43ciKmp hl;vܰR#%VlP[1- ~Co*▝˛~2(WOOןW6CMm49ZwW9b!&%g]#V\˔y.m\dColAD=Qn*s¶{ ϰ݇H .58fca"VmuhKp6 iVSPO*ڃAQX3!M>=.CBY/ڢ[< PrͻI/e vQ "Ƽb]MJeCM&qa4 M8H T/Ra_1D/ACW)$bM Zt.2(X7X<6WbviMH>MDlm0OxZ#6l˳ "W8(Y:iA&b5y啈- #<]&Z`0١~WiH\m6E 8V&yPWc=JS)vS^~K9w^5ћƽ2<Yv߭!tۈdԚU<$ᮉ> ~m?( RӎKYjD8UK`t|LMɓ]Sk!`JR|-| uT%-:pVP7G$e_xFL>"媣NH˧z{Y--rlj S.CR@bG-*ۿfl$FҰlzN =< Kw@Ul|1k&3]쵿.b% Jq,- \Z 3jFשq`} j|(¹%j"yETy͈JudW Mq' 1U&d},=Wsid\8\ 8E#֔oJR7;>EPtgL=JBPH)ݣs[V{QLw5AV*-0؁ i< 6L"gο;4OwGMYN]!fd#!C]yVtÞUuѸMN#0dȗlQo-Q{jeiu9pZa G'(`Ru$#+L:Rċ w2rܠF| CGx6)|m,&6{q c$^jFα=:R͚A<7Źxw9RV>4xr)8R{[8XMuǞ}0;zQ0DVG`3a7TtGv% 4Z5m gӹ? ,һXZ|GIqSē .U-?h31OIӉo!W];gw!2Ua6(])"Pp ڧR4*)%cG}QTz.ÚN>_^(?%.a/!b]%m%j[=@(S.wB,T 2X~X>$w]`O'{eMW2E_#L_f`R \W.,^Ě$ĥ(Cy-AQ@Vkꔆw3Q뻌ű[y3Z叀S%VrŎ%^?)0I{ͬЇA7+_m޾=?jr:(wdw#"@x+, 8!z`$֢Yt@@$f|l] T"?DQW4rZ p-6}<"lYk *ϥ:?FP` (;c{B.ںx䤧zTnvEUu%~pGH?!{h ˂T9X;L"4eg 6ij,ȳ #~6DGİt/u; Lڔ#PȷI_6sFif񽦒|WpqcZ;9 c&UeU)HNy5NPk#]+Є]7oW.ZV:C/[g.AI56ϥTauAgb:)Րf~xHiypA@H41x_zঊ_Q9vm֥SQ?Z6]-h tzC_&_P6I%둲1|8wCƦhc 8ܯϭ[nƁ-[)/{i) p7Pin!Y-1t r?7NwL6stq wq1,={s:_G!񙦶[( U9{De-|mՊHdxȔ ǯNE~C(n#aD =T&|^`z¤U^O4H^:kWw+{N,˵TBEGs2$'& 'a]n/,%XeqOϜ10KD³˹2P5,R|ag7n~R`dQr~J;#Hǣ sJW1;OM\Ma## fjLUWBl$o 8Kn9z:fx{ E3McY؂lfLZeU+McdݣJ6?7Hm5_U-_`L01ne"N ;\P(X16Z%NѽE_7ll!ed+Lf%r՟v؍\;H׏ГjXu,liS!fU$kZGR˘Qn3?Z?M7n_9^v΢sٝh:O%IvB;b/O$B,{|_|v}"%g')% UIcE[q-7R$?7iq|:Khz=0p1=^]݌V0^z9F2qcf{7y] c,M`qVP=|#PW H%jx}~ aEț=Ư#^274?|ȋqfUƴVKy~[PT߫1cAzJ):ZlaÔ3 ζH!w w L0_3Xڕ nH)0cLV-ϑ`~燭 :Yd~uo1nٖo{Yx3]b(hKѽpvo{)EB (lnKSvY|, 1KZnq ό$UN7YUxV`0!^/ƂJKJ<*| Q?HTtbΡb}{30b5ש&ܳ:֣V̙!sqrK׾3+|mbЂAjb5up9 ;H *UTT.k_D׀[O? >'C)#ulf! IqBzmglDl@ՇTPf3ɠ3?E򞊂3y^|H[T) ȁUr[7Ǫwk11燛xCqs؊cS6~1+OsWv{(cj-[u/mjܾ~zys!AUB]X1o'|5Bg+G/V up{A\5-[ߛ)e^i]i,im4 5#|p6:1v񷛓b$6^zf)~W+Y8bLwe@?j+&5#UK~d:L-d^B]\.{Oyb5n,ypY _fZt&>\4;'ZDC+fg͠:YD@ ~wFGBwXmɃ*LNhe۝ >ݢ(c}ʒl5״&g3ou~:PwG =GDr>(.-7nv)@ލ-8QpVni +Հ]y9/"pӎn}àPdB: EEV~ %6*kvѥ֖.OiqTα1&,#ٲafW)āa-Mk <TA: p `Y9۱5Un浼mJEGŧ5'Cd=v++*Y+p8fɭÈb AqxXM)֌R;gW&{{+\wlds}ɟ.e:A :b֓Y6]J r=< 2VH"_V4<E.pWR&k+g_T!Zd."Uоo| om/P}v ?sj+<'!R./b*hwj\'&=F` -wd`9h uk%A6bmr݁E7Ebr1.{`ek5z .Zk-7cѬ &D9ɯ,䡲'lʩB=xn R:4GQEn]Xb#y1L|]Hezp44&7Xtt0R8_7X"k',ovc'K3st8ݍHTvLz3݆3M y^U3' oa?Rgɢ' IA<pEoPs |s?yXCn_8Qߎ| C<|eG`bl)G[lEvi]uއůy)gvq^͓(D~VK7$fC'aD35xB%8$h˶$~H@_g-/w-7X7+ߋlkQ-HCb*RvIE%3BmΦ96o7W&&N\/ّ[<<ӈ ʤbm\j/ڃme;[pt}[0GfC}v^ : yNXDmN$n]$?l7[-z=7o<SC5]PA^@yJC~FޔRʆy6|v.g)?AxKFrZ$f%`xs%v$. 1NQ+ 7_/t+O2V5:"!hE#mU*X\v8_.swBR9fZþʥHhj(P'645 Nwȣǀשqy鈄]e$=j@W=\#% U$&ao)^ JQ'97a^r.]O߳ >߬k;/%~$\+Y͕"u  #I{&Vs Ξ|ϯ2Y+W~N! 1(,rjEBUrKd {B~y:$nC/ gԤ yQwUo؊!-Z){ EC>r;2 i n,[;{q|:RYAt*1N޿XX] zPUҝ9)79;lǧKBFuOU=D먪n8ϻ<1g=2O5a}|C`z(?~'3wuA,jIN4,XᲔ"i2ZTeN`+@zFk71c|5בZHhk^w8=#K4-!Vh:8:&KB(F?s㓋{iU.mz5bn4!:\tHs[?n!:Td8崻jQ&C\ܣA +UivelJMU8 +=> !gY3yɴL&ɬ9t×L>f);yͿW4h\C):2F2azD{ioJON.2 0a^>񹹞g~ɀ1QT:=,3Lw4C1x"#k3_Džk4H,;z|njڀz?96f }~}+učʳNiȋh[%BdZi֫U^⸩L1괪ڤZq:UlaDfSc˛Cw[ &p~2x(%{S 3`g7!Nѣ͙\>0ЙdBs&lLʋPx>%sn`vtXDO"RƂ,Jes3[ tް9ZN C*JZC a]WhE=2tP=M5bjjԖlt9NVany""TYbfP𣩨WǮ >${RˆfyE62mP3^gO 6a~%HqO9BQE2NN&/|\6?Dl#R{[\f$/%vp#xK96&4*fYtZu)G7Fi]L`Hrb})#0k] "BpK 6gar xPxGPG8ہp@L[L1,+#Y"qA-f 4#(kakZ7U/lf* j 4(.&["8-nH~?m0;7f+ {^,KlOIq} bEȘg92mb!mغ vEOO[G;`vqFDybaڹXi91 @;HE>#ьKjj`LtnfMu#(Ӿ 2hWȩ_3iN#BnfxєV¨b Ɨgqslr,/ygaa9E_B!t}Y^a{ݗEf8SptSiӐiKTڙ0'.!NO>]x Vɉ4JAs,E~ѱg(|vk};9nI <0r=r:"s}qFVV3 @;rê*fR׿CK*gX~!( v%|scm]Ex 57BY/VV#I$óA!Z bs( 3?O48oD\ %m\_ÆdO'YnNf.5[d' LM_V( >@IpX8mL^ȗ8S=+JoL1'uE/tp\ZwǾ>--19vb2LN4ѩ&/#ΣaUZq9 Y=xې+BwܻN@ JJ%fWhCEw`28<2hsCEf.?~iq=/5T!zAz4KL:16]̺r'SצZ#UPltM^%b-VqLQ+Ǩx* iƭj`)Y~8B ~p(@cGn=<|)c a '€NQd*P?\d^K5]&wޣ!՗ąt,'b̏kG]oݤtePf q^6&-s|ꊜr x@|lb Lkea(ք,pṁkβmL,}9#Mol!N7,kMqGђYC~oT s1lO1c\}=ɷ}$AZXRCާ&bn2ZVW$qɌS 8kh8ވp;~xrջ\u$KyrHv}ysӂ y>} 5Ihga+ivMea$w<('VzYxgy+Y<1b捰G-#x1d)*g*8[jxl%5ę`It"i%~O3=[%(- M!WJ@,EΒecrMnrْl }niXv4Lm9.ϲZm?0Y1;2o [D! ~ ^̗Ħp"94l Y=vzܣ38 42KQ{Q帉}4T =4v Nr#t *CEt1hnj? ƝF+k}k A7<˔m7^ j_۵5a{lyyWz$8;-[EW,i%xuk2gCgT:N F+ .NcCC1p*jaADvOs( OĢσ =/ sER94hGU&M t aGjWNF)@;3Vw7^  Pf@]o x>D4A^&+LShdNL&T&нlePlk㹴;J1V 䌲=8ǡnBW^Xs?NF`fi~W6`#_eJA<΅ U/o1 ~VEEOSUaAe7:m&ܖ?i 0}Fhc!-}pݻKO>̿m ԰3 wI{|1`uC.z$#_tJT^)2K˓0F N:ôoJeLS`n%ʤ;Կ5DČ0, %b8~=x]9sʅ\)*9[lb bHH©RbYVx;{ɱ 57s |`k+3 B0F6N$ rg1403MHC)DjyքRR:T%dDP$^wF҉Lx6(Z@@A!P`c#rR1U2 *cޅl Ô4Mmv ^ z9{' FF(I[AN#+~CI{7b.g; B8Ibt.淜v5P_aM~+Dۉ]uc*&,p(Ud8޸<䗸:0"Y36lRn yGSĔD3DR@/lX_Xx`.]muyn37SMU𸆖Ä(/A$c ֭籀bC{H i FE+m~H1iWGVX479M&*{.ǟv̢s{jK [L.Gy.FF1>d56e( *.=OlR/Amg%̈^:AQ#踋5A*%(\CGj DB4ϛhh!…KQAlZ;yS}"d1,z^mĢ]ݶ0b)5|xj[#|Y0 D!\5 %K8 7U-Eف(X 8G]c:lb`"IrYK?sdF>s0#tP'1 S?y3Y;5p'W}/5c/ͥ#45A(g; 8o ArZRĦ0xVOP+MM.M=ey!}ơ,Z n.kN>ixgs h.&LeORm>RfR9ّ%"!Xl2k0 Hh4#=7GIS%)c .Ždo\0Sl(V"5jV59_܀?ev1& N,f4;kƀm; cD+?%PZ]z>$Hox^gb%w7\@V>3!5eܻuX-.;  g bY3{6#EA3| rÔr@_w\y_`"\ —#=oUJL1J{,o\$JE WԸIr9w<?oug?MWc RqK+@x-#r.#'2lҗ$ ѦGܼ8m{m{QD՗jV2vBY ֶ 5Zw%2MBGR._zk#ڼ5a?u*6]K.mT҉u[@ӑ=9^bhcm.UvisChk *yeCҾ7L(k|N6}N!V A?xvhWXE e~CvzjlZ94y!}$5IR"O^r#0z[ﱢ[Q5=n68>g%ls(IxK5,B˗(]a50xڵTb~Vrɯ%#6oSlXgzNd?)uJD=mTYp*1zbD2ie՛oqqfJ_s {`5cv" % Lv* `#1 u-,Ԕ, (V⚻#^s{P[Z&Z+\͆[2&4x׊yhE!FےH>#=^K#UrXCqY>J N3^KZ m7KdG痪&@!M:CiH6'?\A);Z!B>@c ^Ґ=8h1eJQ ,&t8HUj}je5_ bV0Zcg=S i#E,˩ZѺ0+M`M60|yB@&zb'Ņ2Mgey^Kl(J)W*lxG:na“ĸmt~H %l)zF|ۧW]A':޿L!{(()PU {GLhtuDl0 r Հ;+/rM&[*}Fo|}7c햻rǤa4 VUEYCEG+dX^Q54.+ #3Qup0T~8b1SU YWXWi>^vE.1g<Ddi@C?k3`vo|K.h2:7*_#0J^u$4B|v*sBZ"[BcUF;xY\N]$J!p1 lTtf.T'apY>-ﶍ&zE\'+>R˂g!O]WvF$ ! dL4cb|KWOp0 =ewfTuuN1gI]ɈK}Y.82מ@#[I';  7Wxtu4ao'Z4t IkڦZ<gx4@4qqTЛ>=zOA=dz: >sNi~axl*EZk=]=X;{%7;hЕ3] *uYv&>b4*Sΐ* { ʏ :fBݚҫf;5+*^eRLd=phX{\4gH]{K|W8D"sЙi"ʦk#&PE0!͟+PxDr>ơ\'_uwX<fT ~ډ@1樽Tq{읐!-ѕУu4/a0Ţg<}ِC1qW`Ttkn~ (_Zl:Ҕ.-RQ},=Ņ*;T BU?xe>VcLyNHvZ5q^%=;˭n@UC;O/~.W8' qƋ!^[3d9ѳ5vN=7f[ VbHGf*8dנ'.]A;rK0s~JK_yevI,o=8nT3Ql)*)_8wTo`KWYSXˆIziƚ;F+rjwjuVQ?{.3vͲ9G1d3+D\byNXOɞl>JK=m8sLC^ڈ<C:쐙.MȬiJnU'qwtߙ}(AD?ղ AHΐ@p xQwIw3C<'?$q#|1(MHxU@3Ev % ]Q&ag`?K!5ŧr]o?0dLBz 5JҲx pIןC8HTd&RR|P9VCAdO2Ȳ 8CcO[6 <,uKt'3_`P tc@:#VJZYKϸGTQ.oɞQSԾG*zVPV8;كU;lʙdAfH"!)P 4q`xL"}d#'-= ^.w¥ 6mP(ZRrS#43,Ujp@y1v?X6ttD6Mbk;L@)ϋUȢˆ}1F>9BCJ4K3hc7.Y_r$CWY[SSXէMr D3o#oS Ta(xX(CSiD2wⰊxYݗD=Q6D w$ƂB  P;|z S5%iL0HJr.( #:9 "iLQ3TlR>qb@\MBvalgt"{׼I/k".U"xCp֤Fh𷵰c֏JLod$NUXlsYx"a'Xj(:GC@{=MT?2mVBjr@ $e(0;ͻK}rR>^K8G5z>^#-4/S(h~]O16CR5n1R֛SSWdՂ6h4ɢ-rkat&<cPuI^-B(PƋ6Q9{ȅcկ rRF ռ̮,W-z:lG]lNN%(=Px*px B֢X>!{RK\SṞB"X*NNYm4(lXU?92fdPQߋ`V릇K]OVsVnǩԗ?O(HxdxtkoG:Dh1D@\K͸1ٻE-8Cf- Pޠ9]Lv~z'YXVD >xǰ >K~l@`˱U:PWgE@Rf\?j24oXL/<t B56Lًi/R`zv/MCšbSlɯI)=ΗLh}6ث P)sS!DYl)G6;(csn:ROXC f^DTHV*j' D!r\#|>6 >kSs׷`FS|[q\1O.-~?Um]ljmZM=2 ]0{w7FߴzvD&)t~P|7"JZHF10Qn6v(5 n|!SANA0AqÆɦ^XTlworU@E gS`[IÉ i`;\I6U䕎.ƾDtlY_p<-OJ~8]Lk4v6M XҿM,$_sto*œC1䟰3iۙ=CC7')6 ky=x0Mh>XEC2 `LaŔ!ⵏ!R]O!x>YcK nrkW<[^3$dCf drOJO:NzzyWuHv!0T ]@jqv1cB:h1~F]<ݬu̜ZB/e0|` 12g՘Vk/"|^*AZ̗CH$&O).X#K,Uʯ7ڜI)\Ka!R2B(vRb.2;heҍ0-5ٙ_l%r0Lj#2AڦElR+L#~[nl\k?6d)4 (K[FLpZUrm~EabFr(V5< C x agȧzuQ۽eG&t`8;6⦖?vb)fiTHzZ.٥+5;VI>cN]׍ nmLwfjq7f?Pw98rQ1&CZ-u#WXHӻvǣ=I@kckO7cNOxC}qeխ/-#>OgF-!㭼Xi}.eI6T9{q`e'$|˺'9&mIB};skۗb|?Chu6/ERaF7Yy<(HɧL.sb>`--CݣBdi֤´KqfaavdȰ<ժO.R=HL쭰ngu!xh]P,!]FJ W!*YS>ި0e{gݛP%҇NVbk%8+Sn޿vD06it@rEy$a?qdߊOKGPb}{`8B Qw_6ʚ@XOFC=43Q^K{(><=Ƴ4Y(ܬq=7Z]?nߝ KҩXuȖoXk<ʨl8%Ք8e_C[b> acpcz-~&Iݮyч?Gh%a:gPZHG<풶֎48ű<C](XfwFBtkjCi nLL^_Yp8_w V6W9IXfXMj`9ѯm`yq;.JW#9dcڭ<΍aa3.+MdWMܶTu)g}$uc< (ǎL_M;G/v`!K2a eyX~! ./tˏ/"ydQ7NVɆeR4Ũ^dw.֯L; N]*RH_8Ug ZN9SOD[T *3Snƴzrģ74ѨE4l$m4MŴ%}l 05N%::˜?ua%h>J|*>>SGufƉlုOI9E kgyM((q|!& ކ'2njzSo J FѪ_׊C*WCS>!8dY>R@wve҉:]>3vuY..1J8r?;]ϼW_nu"45.M#vy_pwOH5SڨY}:xhD|k]}ـ҈@y,K/B#J VJH`En\XPg#.'b:<jlez1|tOxs`D: wV[([.x4bN !lL6Їqkpt1'Cuu+ߴJmM9*+Wr,Nw&9jvnhi8ce]ٔs(<@%~Eږvz\Jx-?[J4ƴ \zcr9*p-OO3\*ogV”LمpP%6|0%^p!|q4_i{6ֱ8b5]0{\У$^tBF/Ps5GNg0&ޮa$ 3DIi&`y ғ!mLX H4E5yTX۾*.5璇Q.4w9I/ rCA$2Qcaz&Xsꭒov%ɈEB>VjvnCiW6J݃2x$Jb$:[|m^豼l=33TiVe< ];6]xfr" flTkʑ-.±^*XcÙjaa|B=],BtOW  DO9`*/"֪56#u:ڏ0g.rBXa{ EBN)EugJLFoa5sn(ks\6-Dؿ# i>UR3<7C dEwUA!Slo6%'DgjS%P^9`+d#݄ Kv" ^}JvK숅]wqSWk aG 6ץηT:u_uv-;.-a31Q,=6!I8簔&^{J^(C_59ϧyuU#T 6Xpgp ? [wf_Q NEA sH 0f|c&ʩ|Z7C*2{PrU]w$>4[F9&pH0Ama4մҒ֌ :T{  궡>Je^N$ "xk"WIMjSTH 7.7l-5 Ր@9(YMj_~I{1ʐL cN7Ti2ؾm%D⠒1s_x5&+.xFWY4Fw\iknBz|͉W',Wc<W <VMqtfsŘ}CPH'u2(H :`;B]DL&p<)}f^8Z;n2lw:)]:&X:;J̬9N_eH9C Z{C|m:!Rm+($ۮBWI0|Vn.v^w^=v{1j:yd_̅tyӬE c 84F)W -$wk PL|f͎ajD`cW-x-wo6/Rj?O%5#v iz=w j+--MtP34Icfj XEP8h54.<[ .D"nI t Gr#kHlxLa]ԯ$\ :B,wgdBQSW3 )~GV/{RmRG)?%6̲ED4bRj ~D1u+xv99&(CPk:} f׼v!1hcx ;uoмrN[ km~\t>(r`Yߘpl'1<,./7zJ-e Ԓ߈'b 0^|nG'd(d 9VE0m+ʄ׵}RuQIJ+ۥzBLՀRy%5 O5Tkq'Qq"1Z i?֬oڂN9?<-.j_!w$aQLJG^/`5x)r ǘ·eW|@mG++KؼbqKS2NVµ*`_E6 /LIT89GCjڝu <B\Sǒq%TU$gFY;N9,'1[* 4د~RܽZLqTc(NoԔQr-2oe<.*ؘ珳B h{cI: gQ^lm};2~\DL>>܂iMV})PlriGԏaDS Lox ʭ)|b*5 MS@3N[=v?]Y]35GQ\ڋ:s;*SW .>{OPZ3UԖ V 6üJu}uAg*X"nq@W!*h?A!'A+h{zå DzL0dY"1yJ4kIȺBW:(Q8C4x͎>.SX'N&qI0geKY|SfaaKǠl+䱧 b t)(w],IRy=EEDG8'ݚN/F(tw>S nPe/Oґ~YE_FpO!?5u_Q쿔>ln z8K[7;1Hrb'4zbőhltC4H "]1ܐi8 $P`~=%|{i m0diL>i)z*f2LPyUJF.-LsC1wzp-TsxFG4%-D2?s˶=WHFPwOt6%J+6]?]h-HMhwz~zFаSh/Aar~p{s&_KRc1MA&DS,P< -rFۜt5%pTx_USl^XT7P, $Cg%0 Dhq8;FgxH /CgKALpeR|LbG˾D7jl'"6 XcE_m~ߌw6&<lceS]BC?b .nh׍A_, 39J›#AQE`2zK  Pll!hd]DokFR'?$>^@"5ωFUc? E-βZx@4etVFk`82admeH#sSG -1Wij C/##p!S+-蝙6UH?( *8ډҒaRUa`L33` Q' Ȅ<ER1vUӬ4[ghW2D UJiC9N5JAqRˁnk2z!փC*WG;+JeG|E,^hxzDurfHFي.\zwIL+ݣ3/wIwSS%u8?M _ɀWhTYNcmw<:^i.a15bTKӚt0+[♶t0?M2_06"+ o_sfqmRlC}Qܞų\Vj6JZFrV':{ PAmԀTr0$l@׎~ݬ~I W$򪻉ŮɫO(؁bBsEWNIk8x[?#}8LPc,-@#( K=j*^Jo&I7 o+yc mScQř:fy*LJ9y yM!5H=CfT.u5K+\laP8kKS-| IuJvP'Q8nYX"nw$%; LyiZ> A)7HXsn0C_ \4_5mJ eAʹn956Z3 pɩ# 4}݌s,M5 aEҀ^\~MS"֯f<~@ʯ<3ٚݾtӪ%CUK,.ޯBㅑ1 |ipX!I.G^qMYRDDD:9*)Ud(Dq$ T$vCWg^^͐1 k_gAS[#/X/0$x2ӮX? ?#b ¤d} }CU=:]LKKmDpWxK{D Lیi("8M%m_B Ϭ 9p`GNnwS.AfMy/ty. @eOAGa|"skJ&ʪL^bѱ99;W)`ZcD!V[%:!K]&AH`rW8ҹBPEYv`MsH2^^VG핷2ǚqyĕW}П֞ܜ18dlx9`/2kb=:'DꢏSq7X&;@\g5AQC9t26\-˖DIRSz]7BhFEoKT]O &' d+j`ٛj)`C%N(fަ٬ʂIBƚ'h1o/Y5`jeN"'0U#{Myk2?gpbGHp wbDl/ 6VGrpHr|%r|w`}y)^XVqͼ _[g)&O.?i )"$*MH,怷]ghiqŹ$= iU›Xrl= @Sbp6l6̾kCCk!gn7pA#ETu=l|NI|}TV?PV+fDoiԨ;RJɸ^|15˵3t5΃icX" Q<ϺPҒIj0qMD yxAQ՝+G|X!:Y)r]0( VycvHjkⵚ)?FYA A G'Ccɢf>y!he"jqB}ߘڋPcxBl \")hآ!=dƧhۏx9T aٸ:OSXNe}l{p qDߪ%~ &Ƨm+_p*ydEF$ >ޟ!] ]0l&fA*a1;a:O 8[u롤nOzeNE; Ҥ#\\DhDdߣٿH7OfAǎq5s#"ĚM%#V/dgS:·\_h+A}m;_ /f2 ];T#ws wm4(rG<6֍2̬e8l(QR2?S/!W;4rF0mP7c7dw [H m3Z:Ċ N&y 7M&RyNߨ]">*\ }^U\Oh]yh..A/GqB ?T1h ɏ,YMALVRVudE7A 6VaPTе)6 Y;9V:N;R)C#8i\šJcR|~ʱAzsɟH_ۂOnl/6buU0|:DI7̬LM _idk៫%HX} j'D=n;:9*ďVcܕٲ1!81]O ֬x1L6b0ph4"i ͱ]a}3ȇ Q ܗpV8zcbReiaK9찊>Y Ӟky#`@V{\ JJÇ{Xb lR\?$S49}a-%~ũIbL[)vSZiE>CVR0, 2V"c& ɳ1@YGs1!fvÎbማ? p@4kcRvp戢dRxViŀࡏ#֬{f-ys"n;KgK_`(GkpBQ"cЙBҨ8{:xfUC'Ic'"aT8~`Զ1XSzOBC"ݾN|٧!ȸul+Sϔg˓K?. ^Z֙z 9`.+X6 ^f'F+@Il:3`g x2Ώ$H)'z/CAOUOqk[/逸Yq&)TT+|gj\S<}#ԓsU;p&l)1%7gnq9ܠ)r@pzDyt%x4-E&ڹD^B鈙Q"(g]Ѡ zC MSѝؕM_Bgى_ʀ8fmgьق:RL(DFi{ѲUβ08 MDmeU$Ȱ/ 7eFjk*xHUMt*f||%:re8/luթ1S=1QFRP[p[>ڿdޑA'7qX`Swxo]s ._L5hc{Bf.A P%oө~||W+oHOb(6) #_\@Q[V?ܳ0i\-N8Mݕ#.vvPSgzeaq8̿[}p/gǵ[֮5mRҐ*cp^B9˸(Ȍ*Jba7K 9Ӏ8$%jټq)Ia:Qz_)"J}g$H$6vDbByuIdʅ*L 4IPJo =6/LA1?bOͶRF4LŒ9Tm/+pe1]߼hTlFb.4I"f*NNU$הU-;;.h VtULq.*#U Z^c. lwBm*S|׈@#.rTLV?;2 5\nkǬ,dߕ0*a={#=EhAueH{¿lMF=L)$e0q>%m`:|,B}0۟RoXS98p Q֤)jƖ@}72zKJ ?U(G(i\cV53U Kc$]X0X=%0Yo>]^nt?|%Z,Jvq,0Oaƻ WjͮI2Ԓ}pZuf0bRb\bhVsvĀ'm4Gf:" )pF(mTDZLQuO0Ѡ6jX16ӘIRIN3xـ<}ǜm#䕷 5g`[%\pWu?G&%޾B,TlH٘FõkEc`})Ӳp3Ѿ;jNJH%*aWmc$I'4G2B[fN(@̲I;?v2Y*EC0(ڤb ^EL!=7%XP몇>=/BM 0HUO: &gF GOLv#(2X.}x&7T7MsḡD3O@:ͽUQgrl if:8jd׷HLHЄ9c]NҮMA4'C>:r2ci㘲+j/AEc~1G9pƊLVslgjJ 㻈:?: ^y}YlT Kcp揯{)?Q1h;҆eu0F 4%I!LHbٴ(}H699Bt8Qc(fu?[f`!c? Z9o Γ;8<`{GOh-[m 2s6YK|C˳ϱr'+yކa* ./zbD ΍׵T< +As_X)\O N8Ӥojg:w_Rʫ9d>L`u" /'2m"HȾLgIAV?/'f6pMzrc q׋%0=6f_hޮKM>i&~^AqKbOb=llv *&;aW+{ǵͶ!Ck} 󵏄#nP}-xԌ>;_7&']*\btO؅ T:J.mW'8][SCCo[qG %#Jhuvq њ847qYfdUڞ.O52ff>GlF c@V,rrG"yrWaKDߤ0)j:qM']uzǺ4ݵMϔ(G%sMxo(@4.T xD.֒kۜıE?BN"BCП㜝Y|EE95s LFq2?& ww38Vg$=[Fνn#pR;)F 2>;cA$w?*pgciZA :_n*G~DP0gP"r⵲i%_g06p8#R(0Bf6H@)12 rҷT K>б=]#mPr!&OU$6=gqUwHal7_=ZRGA#f.if "lH?PjІ8[m_F7?;_yMWPŀ{)C;;3?м"(}„^S$Cr/=M 7 h g"e@S.Q:}*1 +?yi:LX FA&YQVU3˻@\u}rW xu~1 -< )(6N-t8-/x)..ohc8.G:@IZ &Nhe?08 <Ȥ[#0sb7 (,U^7G&GA;z+ug2q>xğ0glB(g'V#O>9YB> x4]&pdC̙,xÁ%%Rz#*'QYef-|Y˦~W`囤eDCO;= ?+4w\ffi]&nK&rd>k" G}fx={"{l꿩.2\j/nj@ː1_:HOz+<)9HaS Q@ҷ nEmFyfh e"o,!s9@7¢%j`qcoI0WxVt,rH> wRunfbn'<Ҙځh: ՒVB7Vp~fe!O9ml(QcƱ);N&?g3ime_W'FY ;mIi%8 NaCssx' dcq $E&!Pl*.TwDf#0)uOp*(j\jД[}vliTjH%L~8] 0fMRtoCr>Lc\+Ө{jjLSт6}N_ A Q:r0 d 18r 7t7'n' frWF^l0YJƌG3hS2-^VhTojl秠*q)/Li :Td/OթY{UUQ^K羦[(wKacliϹl&CW/A)D|cF[~h.̙EWyFRu#Q;EE[ȣ̏욁) khz($ MreSe?8GJ8ZB @/#]8.Wso-K3u5/ZxӸ2I5 ͮs4 xǛjC/GΆЇ:X@Rjyd(ټR+*3p ŠzzZ-n#u Fh:d<.3qu ۰`]l=6qꊢ$ U0AVh?` VWSȚޱkR)e@eAYKP 'Ri%>F~m" g4)]ϸDM)sh yJUHZfmmq $5:u2HkQ${ zԺ0tR91-K!e"qJnL %D a X/Ya5(#եouė9!ή uI=%ÀM]p] `{ D-ꠙ!<-mRSq2>mOi AA]j"%+嬍?ЅE˓FdNBm6@M}澠.nە}5.V{z`y3޷Ix)ݾsH X ^CjK@ϦԪ_U[({dQKK\J~)'NEf/yY6JnJjs,4M*̘`s\!J^Qϙ0,~mfݠ/lf0fIо"`?,1k'u[A@ny[BK!dP%Zǀ2t"/I+7AtŇ7OoQ(Y=_&"A"IpMjf1 *b_da.ڡ߮9<+74ٗ|L8ncFr> ee۝_e8uf=Pn>,w,2C+ .j|zJ#pcU7ZmI1%?q4_-\QjV^SሁX&1 5$\h4۸r2o]’9X|o05<$@1-{ʝQ1l\V ҘgK f;.h!cODg\o|K/Peɯ\|^^#J0)8 Ŋ34!E)]5.11#z ja6Β]DΧ&["~Xu82ralԮ;{f(TT鴿)YvFJ-(sDr<\Sr,H[BT=@6dN[tLsq86h ڽ@C072 ](8O"jY{a!;U3jw*GԶ5Z<{SgTױ-J;!%d@=tVF8B&sIs4{jANKY.Mqꫤe>f} }Dʓ}#AjFLv囮`=;py)mwoM{s.F:d"x]x<Z-=np|$ݨ>ͅ]) T1Cj(*Gcx-/_;$GPCw':(8&ck~ 0Wڟ7A"nīSZU9znHvi7C$V- #C-iYs K%һO{g>SY"rŤevu![L̍#"o콁>N|121,1%q#͵.·+*Hdz z 04$-Q_jqLo#~] 򚯋$4TZGK?8p8nJ q?DKLj s;N80xb<f8i #Ff5rkd. /aL.r$ rn9ܠ}9loҼD  RQ7KN7KOu-N1ГrN +}'W7oG*M/a߅3ţU^Yx[z1궚DnȲC;;0J'q 5f{.Hơ鷲6@y'BbD= $!,bg+0 Vy h(\35_d~s?:rU򼉠aTW &h݈MJ6] )}s 'iphӓH/+S򥂾>ƵMA1@A0[z 8u uL+Y"2Z }f16Ku ăSZi5n@ѣOhn^X17]ʫx_^yP?_<ӟV9"Ӑ~I&04޶$VuJw DDEqT81dЎO4MJJ2"CD'H usǮ 0 "}N.xk2;rhw0E&3h҉(d4íޒjCn$.t#F բ0¯M@)"Uif*MoluRziiZ޿֎^:㥠GktzJ8z5m=bR۹XΟp ,sMߘYQϵݗ7 M8 )PB&Տ,De2VuKk`ұ.j Șp$FFC~ *Z-4n&hL"3씹;2i4bm3Y^J&Hq`FY&Ɏk?qW crK"q1h[j$WzBfݛ$/ҟ\;߄ !]!&^S.`"md\㫂.I!:'_=ȄjڶBFk/#ٗҥg0c2*|V@ yIAGsR O Ʒ|kW;<-LFK|yR (ZmH?k i`iS 8s6]`u=W̨?̫?*̝䆨چA{Y C kV*B;ep/qjCޑ4вeWh,8Lc咘"ɮׇ1=譓!MΘ. OWq /DOܘ.%W8jo4gxFA+N&.gOi )7щy JX0n: ͥ ̜lJWdwY: 82ym ~$altV_\KAÖudt?Qm3UTSs3 =qSأ+x ^+W  REK}RqN7de~_esfDK볓aI NE<`8UN (kfjDn_'Xu< rQee( S]uxu9<6'Rj+zj6 cuAV?]{J\R㾖/Oٰ£4ǀͭe e& H,ƊU'\E%y%ۃ$$PzXkg{D¡Ihw,G'Xb;ǔuGqu0=}Bw8C7>yD6ᏜxGa/= (&QDlbq j.k%fY}ȸ"6qToE`SdJ˨@)"+z5`pŸtU0]|c0>sd, $i!wP21_I`(VLzsT7%''P$ޖn#_ L&ڦ*SSlx1@ɭo| X)l5m:fQ8Hb%/W>C+;],]űM4xyLyO j#h=ykk~5hH34̓5 X@I/2Q öUe$&\REVN(#cڒ|' %ڣ;%'0, md;ǏM0YL!>%~S(B4=,lw^>0% o'@O|}EYyOM?d nK& N ^i]LEOqCW9:N{v(FӣMaeܦh&`3Y(>ݸQ|:"wla4IxYݿTs8>5f?yrl )|5ړ}TLuscy5ws v63;}1w 1AL6LwTWq徽ol׃x4W6du;f^c8lC7&WO(l·GajB -qxOado|}g3!)ʾ[;.T\/䴿٘KNFȔ0V7N?}.΃J X/MT.2Cm7x+2Y=։dXˮɇqQHt:k qz!S$tM۠_'YwYz""-O^o,h}S%[R-lSSrQEҔ,i>$!VE./KpT>l/KͱPeq2nfB@lr ;<T %Izjw-cҡ&Q!|)_%Czx7hRг;tCLoXN>S}|&a/TЖȬW8SjL{|*gʊPR+ $8@`aKj(mMuC4&iCewoWpXX{z x}>+Szѕs~ ҂cEI-oj]>=!Ս~kiZGfDi2W9x`D" ȳu- *\:yϺ3*')R{+=/A,r2سhT?Nn)A_O'3ʇ(i;ovLBȃ^O\oȢ@Në\4)3,iyFI/<'-BZ& YI"aORt"5=?.T7^WYٰnxOƺ,Z ~a^qt3sB&Nn4G> \ PH I8`݆LCz!gߝ|C}+I-w7h@xnJn():'Lz~$E\"'/ B|,U T9\L-ɂy%5}[ZYN-3M'dCԏG;q v@ o:F^E{HĂ4C\d`ܫ s;?";Eoy| Ϫ[i.r++R \o%f]"|C ^~$nHgA[iE"=ȝ)&{A/>g,5TEpAoaMJ&wMnG+&$\$nB:8rUfsDmgNYƑ q?qCe ҏAN9HERgMe r XY-l`.8ńaZhM^lWԳ=?[vqW1|"iPw0~tNsˏ-|~Sorr+?BB"L4H Q0ޱÑy:ꓰG=A2Ҥ}{G:=I87{N7kgXkmQBQ.|^7Rx4K V1lF|~Y"f Uߗ; Y5~6̧89ަȟx[[,|vb=pD3g]6K{^ݧ3$nٴ>##"j?kPE" ~Jk*,R< qm9!o[ln%,1{ϱۜʁR8I|diO('ؼ|ibeW)\xpUb;Kr^iνiv3gäuvޅ{X;A#R5bI>&?WԝЯfnԴE@&(h>$iMB:ǏB/sЋ0\u%vWeERj}`desfc89vP2'.Wm\XtZm`:z"iˆ8qաڡ_hn7@ray]*+t|ZfJc9q8CBNğ 8 Pu>y~v^ؗW"ƞҊy5ky?pDI R=CmĠDE0 ^5Ih!}aAPOkO:0֡-> %P9'diJp9FW_ /dfb]Dž6ډkmA={f W0̜@a&x{ؐ\e%7Qa]\m6| {d'r=\"p6m-1C%PFS5ۚdJ8ae gޛs1f{+M&0_(10J\v tV^3zxehGt*[p*dU8P$jCL-n[ϖi>Bm-1Q/nH<`n$#L]oײ/Azme]8R,xDQDXWs-nVT~Z}U] 6Wb!uJƏJh钨eP&b-R8YH7,?~ΪH$V4"hS6W}@$p-b_8511+Cv@!88- "އq|))9+rΊl|{9R4}ʼn8fdCp\j8]ÉkmT˩6Pe|n)#Q,; q*ƛDut,RrP~ UTΧ'u2ZS6FLa"(Jl@XvXCZ ifl^A< 7R#HmÃYVFa $Pek3poG>ZBC-!]5f%[bI'2Iu5X?NBkTB}<әsyʕ/`Bѭ;(*lrs$τ~w E:}V{Hfi}Y*Hf*3PDn̈́B%~@2λm&MۜksCAN͚њ1,sԞk\1%X8Or{_l c,,AH%ZY@ [˭5#zFk UKhJcYFFeqL;c*|Kz[;.ŃX_ wx;p1 o]0-w37x[3_B0j; }Jd-ھ$T*ƳJXwz|ѻ(: ;V_]ÇqoxOɾ8~5k$=NC#juY%!!FhT"=fvTZ$+{Tt5úKSPJi1,i6gד՘ᆾ,JB7bX'u3vl:) )[W5p+FC] \{L^Q""YKv%ǫ_ΈYIS] F)alkh͇ ɔrzƔ2kaNuYnY׉{: œ -%"[2~~4ݬ&ȻUA3gdG(| 3s_.'L '6M,  d j"qe,uokeT&h׈Ӆ<8C@=O%PrHb֙{f3I:<\òBa1LL]&klَUD'7E8dzxe8:(:{!Ez2O\o˙mA@pʶW.H|$MDXe9E΀2ֻ ,O;!#z\3:f~MwIkbj'S\4+J\(&jo lx`.;Fa>"(qWvXMtzF8A }{qo3A;}BdE0= U:m'2C V ,wMYg w}2 0ȻP(Y ?>uS#tj8*gQv}B|l{3zR*< ZD)Nu Ԍ"_0('74BJXfa4沜E=Z)oeKfJ,n|~>5?kʴ[OAǒMYd6X֓pQn#)1LHx 67uG/o5 zt?Agg 4J:܉Nwfˍ#U3 ,K=4.16t>aKFy4#S< UGaFq21{%wIz FֆԨjp $~G60;DɅksp`檎9Nf*x:DzL!/7Vã >d]_'0Yc=uSw~Ҿn"hBn(2# :&^Zi?\&%_ 7CY㑳sH1V=T^ԃ!t͛<WQn]LcW6|;_ϸJ)4O,GT.d#4 gUe;-vӏMppq]oSF.)T FݭNR fqF//x,Njy/^n-l%z͊_*5Z5xC!AE8hg0W.$,"~ў[|U몬U19f}ۓqhz!>OW?;EOc!\wbۏC$9= )L5ٟrFKj<~\/Qg Me1Ď@#\.gZx1c\q^f'jbnB㔠ѐʨfLq+M1#3;dUgMgĢĺ*iSd9@pulSaO̾y@ײ4R| [`Rb4\!;iLC0=HO26mBXݧWfv\yY.U7D;{^&W0U}_\hQzbN5JE|Rt1 ڟw<-i~LЉS?/L;韱YP5ac.UQ_)Cgܗ}[;)iާu|7tWuoFƝX>_x7ZvS͒uA|ZC^dJ6_22즂2 :ypQ#U UhC"5 Re(%RԎ8xVF7{؂ ٳbBA^!oH G4_f]+4Nh۠NޚîӦyOŊ#xH'paEĿي% MTdJS*yu=\ Yp[9{c䌁o |ŋXm\Z p8X(w  .M,AWG4 `x, h T_- RT8SK^ s!<r\x:Hbg]eO櫘ХۑN/x*>֞0֣ ]_Ĵ8*΁ѭ)_G|Ԇ!k6 6Zv:OvEČvp y])$q([uuCt"abi}b0O? / yM͌ SPKs-aqwF(ڏOJR.Wo9vXJowby}GOkeVz.Y+@sKY(j:P3Ad?Z}m3yE#Z+O6n/\Qt{Qpn(E05NWϜѡK\l@DмXeĦб43Î-nCvz4 ۆ(Eی9WOf-`XllKrïu$WR!SܫIs%'8u7ߥ 8AЄ1WYYuS'A||+]zʘçMi%^/Lk/8gO6aI8J;+ /rGohq0I3r"ʱQXݓԸƻ\q߂ůXPy-Oxq澅AD-d |9πL͋i][[>Nxd͉/Q ָʹ6v'f"J2DQa BY=c G8O2U<-oK[&tIǐ }@TpKP=)v vU̚rOP/JA K %VOu ,h 'qrƼDy z"G 7CY^1*>}\i\=f+p&j8jv/Cr~]>"+FN a.pBVE3}I24>N#[%!|wϪSĚf4 _ʴ"h0*h%TmM$X9ɾ=J\5s2ywCNz"82QN{ш2𦞹 _?Ӏ/)y6 :3wsڀ;|5JN"JD/$-8WG8VJT_KlqN ie00K֯5 LAw,OEWdV󀏞.Ouf\9p%+W,eF,hgnG=(n AI˼WnFCr, ufKkd9`T9)BJ ]W9Ïnyy!>->ӟh`,ٙ<}k8HojǪ`+a2Ō0<.g^s:U?OԂA-0$qY*$[KGkF0]:p|>>-~JW8nA粱 Ksp3l&jtuFTfUY&r}NU1|3R2uSQ =ڧq*Eh `ډ`>]вA鶓Rib'D0Gf~C5׆>A[RJVUaW{Ww?5p];PS A) ”{+&f6,gi&H âQfVT22& HNvCNGj#ȰޠWTe9bslglce!_m=J^V%Dqw" cLS98uKp+GoG*<*6)ޚ9c,2m[3sVmڢzvҼl7Hup^k`0 E<AOt> ?C4|Z>Q[?{ʍE -3?PY7;9qNp"Y̨yOL!Zwzrr6ip6ROՒ9wmlB;L 33j³Hi*A^:rϹaP!SeE#!,qKY8y2(Uj+=o@r0g. ]8Ҡݗyݑ8.cigVDE-&?O"2!YKr9PµXSXP"BjqA(j&׉ƩH-&:eRUR"#OB۝H"/;]K?~^:`Btps@a*KNn9R9%]"G·kH3:8 t,zAǗaV'*#X,A{R֔w6u;71ҥcG9wsmĘ&ֿ<{)[V#%_<6 ilϝ|tIyZfۄ*{beQ]=)gAK`T^v!+>Or} W>wOdlP`D_4+/8T[:|UNitv9oo 8Bg%/"l}eZJ#{]EQ]1?"C?BٓQ?LA! _]җ5bq1l qjH3D W`IBG4ԳKixXes)Yx-dрkO_1 0i*vEiL_܅Kl (8yqFSG,;hlKRo[;a HBQ:@MkNڟ(x,gfYVLck;H8읦6E/(Y\nO@࢙Qº-!/۾ͪ?WdMtcj1}LRkgM[}9˓sfk;R/21ۤǭMY4m0*E$2<Л)Ĝ>,bQSZ93E_>M8* q {B093g=ɺןD`7G-\d /Ҿd&Li&zJ<m=cb[lqq1e?n9H176տ~j;t O1qٻa`ˆ-0V2t`Tg: RJN1g Gs27JkM<:dSU3<cp q(?0W&mlwXs0(q" mpym|xn;=ώ-p9`zPVX=TR(˦,%Kh7N[P{ ;@ĺja٪F lՈp[!/1󲘸hv( ۠ / -F!eŖ#_CivrVM V{euᢁ7]'ώت֜ڊ%I{U7m銁 @\oM}@Toc]Rph|t.1V@s*9u܂*4I@ Ҏ<ɏ54)V5D]8~﹨'s@(6ofL"*&(xSk˖.)!aZ'u@Z-QD2h2͹ԙ]=T«,.1V>f2uem3 mJ嬥u^*դ%THRJ0cXA.y O8u¼rk^lNW0PL o^gWoPPmzBIc"豈ǵ mr}&U^\6L4%, /^)b_xsYM)'33:^\OLsn@w #D:]7/\{W#z]f*A="Q^ %/"৽3D)+YF ؂%T;V|hl}KcLѬ5>q7C $D:n| qM8ňn]/ G$vP GP']:#3!ZAv.i.ӊ+O }FMx_Vۙ 5Nzu2#@W8!TOՊUd x6 ?U5R̪ng[dM'$*%l!~11T6SZ |Ṙ۶O7IVђH*ؤwKjM9I--C?]͌9ipv(F݌c,)֭+(EMQb 9~* (TȡT.aψـ[C\Yj OмLvs5yBLho@92ܡy)Nbh~nh;`}T0?̊e2.dCk;3OMc:K;sOhF_OțKpDr$^p < bk\wfXxH/̾o;frX7$h bЌ8Yb";[9X ga3^=svz chYzB}c uW ,ϳ3qv@n.xp蕔U}iϣf PhIBd)_ty;Vn9q&}[<1H#<ۯ+;爆d[H, ~@NjA3a*h* 26@ϳ:7wN[bˡ<.O7z i_Duٺt³.UJҨ+`'=˟i<iL9 >HmnƻMJN4.OŖhF(\c %pL^}H PZ#p%* &fTxG4tvHأ9;UPD{.Pq$ ~|BST|hqvJan\n֠-|LI@q.G1W?fހORxYp=ZF+IK3i`x-WS2 hp|[ hHJ.' baLJ5"4H*7&ye1H++""y+^M)}b1[YgE,>"ܙ$Bpr'wˊә&B{~xٯ[}?ڥg.B2VxtIynw%^<& Ϲ2;4+[AdY5>!|x"I9y}ި&^>D_($TVD7UB.vBj,ad i  )zL:aKeE20ʍ7)GdBKǿMicIz﷠H$!8qBkRS4kAA3m;Lʽݍѕ&7*W&i0^$:V?#-g~6 P񾱃5"YrQ+d: %D9rek>݁8 =0 #CӲ8hw&i7.OBƈ/²Z T[l_Ո@6A</ ;Dx{G 9?tZqT){F&X=GheH|˸vqKDxs Q5IJ0X&8hJwݫ )J1$ZF@ !/82w@yd.d,;XGiݿLDb 2,3/¤ЎMXm5=$I$~N7) Z[F%Yg )iMX-`]'ؿiN`<6޿HCf( q,iWʂFC9#(w&rZ9_D0nۤ@V"!HRWʈ#Nt狯"e9Frtݡم\L֐ӎ뤅uĮkivՎ ,*W ;#T|9*pJ"r} N}9%ľx* w@Cv:K6+N;{ʁ5-A %0R 7軾GkVu@J~zGgF}eh%$Q~Ѹnj *T꿹KSDzjԳplWtVvnJ AN"pN׾1BvG8$-7Mqņ (pKK.B)N%<},ߧ(\ki.gkĮ|za^>埉nb:'L<_J)JО>En;T$_-MB%Pq/«,K$Ya;_1㪂Mx4^:" 0ꏺQ㲯/txRSwRhG,3`G.RMdB4*} ukjk2m!:ynt;?lҶ Wzuޢl(ڡ4^ ĤZB]~K{Ǖ,\ ޵IfC{ɥ3Dm؃5u3 T|ٽbpicpnK "<xν2W/:%vVΈ 7 0Nb!*gvbRJ ;;g*%x벹4jZ,t@O!&DbIgQWCq Ba ld]2)o[ := Z]f#{u;8]d<7?WA$FKkP(:'ɧK_Af z-,*(F5˙Xc2zn8 M"Mzf.P}kLCZ%irL5>1#3G hgng|?4xx9Š?1 YXsP{Ӝ"ԷT*P=(^+bnBXq#K #8,Eqkw IVʓty`{M}kIkV$Sˢ鳑~L\ eZd؜VgO=y=Nlz%H*:g4'd>"tNvlB$ڄXU"l,kZSJax3 4roT՟ 4"?{Pƕ۽4aa"RD*xx %1e az?Whg h؋Xݟ VƒիcØ@(D=DbT lJ-X`|'xY$@quQ}2%{+s!JևX d,Ov6DT`mR}x7#[!ut&'+qeL[)%ҖW2 8|jrxxkvGT:38}"6U}ެBtUޙbIptTqM`SiW_NK6 ;l_m y-|Yؓ8nTD22dJfssyoUzvdE }|x`oxpL摳_"7VhTclo.b,Ƨ.УͭJ=< ") f\Eh"M fEoޯ ^#q&1W'{rƞGqar} 8L`! 5"U!PX]2a_EkDTF nw%D~k3OK|`SVr Y0A?zB$:AU]%1wr x60)|'l,P E;vuh8U`HL^k/G՚XqZҐ$B0`pң`lq<@sͧ|\3PXkˊZ'eXPcOm7u)ђZ6@reۮ5[i/O%ߚz ѪR7Z ZsXռxBl?W,>yo2M=z1&PLTl T+@fg.Bȣlu\ff)7$ñ{#82<'uA)E_ijM 3!\kW=Sx@F8Hw;OFC!(ŧ4O/TR|Œb#u{L>QA 7@$ 8ñITIe #I+x&>IALI*+׿FhxnUwN!Kr2Bb| Lz2m&4AYž:vɢc#p5AfLň_ZZ>zp "ohīՌ(OKJ~Lj񨃪,CLŅ.2^L. >Ƽ5׃}Hv~TL2 ]? $:Fs}GWT?7y¥ϾF.@4ǘ &. (kv ҁ3mF> \Nw#7!F $ w2нښ5M%2iV7-g :' 2W^[`6)&,'J,ϖqq|T<;W5&w!r8<9QlP^PIbZe}&QƧI5# ~@94F9֫Q.gK0FS. z 6o6<סG=ÆS^ʢL%B>5yg@VI6%EHǐ'uh GOwqeDJ{R-@,㴮iɭ:~>K BݪX⹴rn]sy#3g&[l7+Y)\H]3|~+u#1홀 6zwrwD8VC/ܥ ܈2 H$4]!?X ˧ { &aC KW+f̬B~n{i'zB(5hGl;;}Jѧ#-<!(Kooцoy=04w` :Ě%R,|'oyw;xˮܚ>CЀgbc19Qh֛nJ;ٌwZHdJ5TRz|kW.)>ɉqVZ]Ԋ Jޘ+$VàOY*It~̷ȅm%TO$ Q26FIvW Z7P3Rj3!)̀BZȤ ʅ~9b+D uݵ)~{;m;"P?[ #_:! +~/Rޚ0ht$a\(WNhg ZəRgM,ف>'Q.^z5Bݭ=RRægw+l)|ʩ?}~/w15Uiya޵x+u{Eb܀`՝t~|3>kZC)‚ա/#!_4@m S%򊼐aBZR"OX/g^4 K۹"QRyx+j//d5e#E䮱״LͲFYXXI][mXsxBŁYMo ɰCb(H'jcղlPBf;; &r2[$a)c-1M0YJU;RNrnEiT ȩ`l 5܃Tyܘh7Ϲ>P$nepÜ[Z%ML7̳1wI*f88t}Ӗb Xc'kkW;t5G:c]Y^Pr@aŶ &M7p .:Fϭi~[T 3!7Kˁ1Ajw!Vjr@O- }72bG)fb5Aqe6;ΗRCӵfE}Gg2vsb.QsרVb:YJbCΖ[P+V)ͅ\)|ߗyRO`ژ,."¬Fy0m!EB"7N~O yi>@,L>f]EFtJ f` dly]Fѱs,dmaT@Svu'}zmSjw1S3嬅5j^@cNڙTe۟_'Sl'Pz|?`yն\s+&9Z)3R-?GN#U h7p^ԝ 9+%1XAK<=YoqopuhP2Ό2ףSDME79j.Y@I\L+:xpB5g`_"e|qk  zw>F`Wi`P\X aKxJ%Oz.H 0%ɍ %h˸ά-ٜ6!xxLLmu9؎&NȧgHd֬F1Y 4IQ <ݪQ}XEې#-[*|Hc"QXWjZd˝X7)z#828e)l3%C, 5cQ9F<FEuJXRMN$#hu4"ixywe`?+j6\E"汴ۏ^|Ivܼ,IyNhW|*@K`["+ஜ; Z=`[v+5=PoA2f^? xeX:N=9D ꍨK\U8Ƅm_qD8|$Obr,2SRn;-K$hᣢVU2g^U\tI,Y:O|sIu>1S10col?_Pl9'XR-;%faEX2tT@gmZ2!*m O[#?p8<&nMKl}ipPvQ g|~JwaeՊ@ۢ<z+AώI ?tTÿh@@;@pʢ>IHvYvc /KƟ,2 ?)/ xbku!$szF~){ݎQ)&d!CK/ ZQ,yƢW٪./di7DT ԝ-:]l&Uv'&כ+I1$kPjN<G`0|AC$T(^H ۓw '(wLe41NB !s.-uESWgTC]>Q.{0a f>((_dOKl"`Z4Fݢ&o_F)%!٥/f]`x'>U "Wx6%Bb!4*=NZE7,r!r;mM 52)O5ԛj]յ8gݜ&9g nhWZIE-m~b>2 [inZIe  ߿zOKВ@_G(eɋ&|(l^k=o: %2KN0XaV&w>y4{oMea# B'$ޘ=ґ14r'b_~O>~Gi]6Y[ En4w~& \lz#^M -w@| (8К.…env~<Qiϓu#x8QS+f7*;Y¢FeWkN#4PTT+nfS*^Z&HHD (oAM~.bjom>SX2AJ{2րEAk}: k)`荘s ;*O;so`.Ш.oFHE F@Y1&D)qukVl.9xoE vÌP7pT`ǘ#8P<#YKtNitB&~WaRƯ9J>,WnZ*V^8#XBUFK!52.5c\}e &7 YZ