parallel-netcdf-openmpi3-devel-1.7.0-bp154.1.44 >  @ b|H!M@eee=ETtcn!|Nw^nsBP6ɎE(Ho7m'L(ėb^z9rh?YKG"XBTVb?{\SCmVh(~pD߃ {%9g?K84 2Z idB✲cXN2Xckz. bJ5׳D0l3[^Z,Ӫr/Y :)3?xj7Q߾1ҀKncFe68gTR8h7&)| >p;?d!' 2 jx| 06<T ` l   8l(8 9 : F5GLHdI|XY\]^ bc)defluvzL\`fCparallel-netcdf-openmpi3-devel1.7.0bp154.1.44Development 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.b|s390zl26 vSUSE Linux Enterprise 15 SP4openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxs390x+kvkb|b|b|b|b|b|5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf420913b6d02c80ff4bca7de1e96977bb7421f91d0911e3356ab639e4e4300c4f15e9b9122a0f4342362f89cde95f2657169333802f39d5cb8f1a6f08412aeecclibpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-openmpi3-1.7.0-bp154.1.44.src.rpmparallel-netcdf-openmpi3-develparallel-netcdf-openmpi3-devel(s390-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 names390zl26 16523374361.7.0-bp154.1.441.7.0-bp154.1.44pnetcdfpnetcdf.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-SP4/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:openmpi3cpioxz5s390x-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig file& $9$h埕Aޕ[BaeqHF$h]?sTꡅ_mkz$mI:||3xOHdW3C6[}"PxR$Rr '6 2vuIӌIo֯'K{-( Hg{tȸ<&E Vـ@~g˱lL0, 燺X~ oΙ}}]K\Sˇzy(!~LOKg󭰌~%\%QJ5k_tfv+eF^MZILgSKZkG e',j2ε ,XE\g>\m yy{﯇~+J gFҡip^P;ʖݜ[B6N5q}vOW\=Q na^(1U:U0D@žE{W8o)꒕qD`*#'fR=,C`VsbXGjOp\:1@~ :w FT( ֹIlhMh0HU…|5h?ql[%#$PQRDwѿH+7(c@i^l+z6=evۃm8БHb!yb S EqƮ{asazu DWxs cd%{J9J[̯gUhOҸ ->ȅ-b- ]|Un5vAr'o[B`%򯥘W$IBj~0_j-'qii$Qx=5A0҄RpFj3sjqb CA&[#vSu|=V*v!}UPvO;}spx\ L5D)cD İ1pP;)+g)//N8W2oP1k:_e熥'Jmw: }pᡸA͊D[ߵa?8޷K$ ǶyE+xJ~X>C䵊\T_S 7@ "HF~lВ_j#~)&K2G팔J0dj.\cCT?E[0*9t/H|CN\O.e2]*]$h9ԣR[R =kyi=IUhZ0?L)=H[M)M<)-zCS^L[5݂d"#5μ~ѥNx 't&gE_CBnHH;[bI',*'wۖ uv8OϦ\#4hۼ@;u`7E~s7%NZg͞+ǀAƒcRR{q-e$dtښ=KShp}tjtIR^7-(%%+ljzO|{x,<q85I+S}4bΩ񜳉R.TX@YFFSYpnj&V)&}Q )s:7)]-L_m&> K ?f!**^);#Npecj`Tr9$7U!΅4&kat4$Y<@f@BkG/E-`tnh[w$BG҆bRGpx4̏<h؋.ty$6rgc@Z9+:4r9B#i[ԫ9uɦ!i9TJ.,ղbn!&;$ Tyܜ1\ o taK^Y#ɋAs#,Ӭ5rʃ0?C.qNq,D@mmRtY$[6:ŪA{(b_Q¡+U]c>Zef];q&2LIiz,fQY3`>yTySL.=DvUZkOcBu~]307;qK^?5#TQ3?^pXq>n%8G;=w/ifLl l!<pŽsބO˕#'}so{]~n*","1 ŷr$Edbdٹ*%eDe R4E``#kl¦B:E0v:30@0ĩǠm&!Rmyiv o[a%3 R3OϾü?95+`6))u?q v-{@#nD7k<5hf4gGR 32i+KД!N,rQ,2m88ŴP-h4@RusO.$dzN Dpk~DDEx3; b # W(@eGeEBZd^0PԇճRxİq .+T?ٻy2fϜһX=I,`xVH0qμbM7|BB^͔t1 QZ0LtDSYX u-w- ŷQAnrSVw5{ȭسr NHXˤ`̒2aN.t/J ~3 oN#lpQqۋo<8Ƴ|h4i_@%ÀXUCjk.$ Y2 GO>=gSغrOqW\G*xB?,1˲Gfh d0}PBeb64L0>+@(-F$J;1U] TƄz._6*_O~x(X+E7_M[jQ]Aɤ7m+)f?u avT[0e. J($}E{.C҃#wnoi=~Woar8&c#vd\joC;w\6 +yȁla>kvqwȳTj+v-MZK/ՎW Rr}5yʌЧ:(iuGgv}9M Fg@%`,w <5t%<ۈͯs+v6 2ҡ!3=R'yRysqI;X?\󴻢rXB@[$y2 g mDܑ <:Ia~>w& j%?@<|Ǣ3t }dAEbENJ1,+z!ka?h$|Vk8SO2i=c2&81Hf"2[@$>kӷb}߆Ѷ 5hw^@JmWuuwf!\ҫ qBQw9-K)E'/Itklxl#.lpnm0*%{ZC.'ZH1]lhl(x BsVX-w c,j w@+J?̼Z)nB 8w%!<XX 6 H:% 5z{/ޝvlU}ak]!dr,J4'ީ}дcGNYņӡ|5|`BзH?mDͮc@T|G:$YSF%=&>3odD]&TȇCzD]{A`D)I!0*^̣JۊڄQNTc6ZznZEVة?bsUໞ{;C^Yi+Dy* FFCLXFɸo`Bjh`9^{36w]l"S]FYD 2>/'SsWۼ?Vzeyet@[2N2yM19q㾛أ;"zK֡X<+d UJG0Hyai{YNZhŅ{$)ggt`ob-*.x3#v|h ψnOvZ>DGpCg?зVTįdZF^(F ~amq Wiy3y(mR#_&ԿoWZ`oP`$1٪U5DW}/s\!aM)Yjz_fz>|)D?" <61󚻵~u@$־`}m:bU7^14L.G7ְZe>!-@FBTFnUhP`"OҼ~91坭82 KCPġΖdG=v̘$4-gYY |ySO0TV4`DRvk̟ƍƅ(RˊsJb(gmJѲ@Q11AD~#uZFh& s{`5pQj' #T,/M:pw =j:&G!EzDɰ@TAp}`ܵ ϰz KM jUTTv P?,.]]o>k9lABZ9%B?QGB.l9Y-S}(y}>+*V7\rCRaUQa3gx7x}e`6Vi`YlQl7۽MoϷ0kXvɔVY`+Xnc8:9EdUxws+/8#KSu)XP <_} ƏAk=J톑Z6h¨NbX' ?K)q9"]QWR]"{%o11NyXWF0 9oIÄpҙIz2+!{ɩ 0F7eyLK~c+^$}_OFIA䂩ͳt{B@hp=oL9kaJ@-!m;`rrnhŷO uC98QSGWST3%?VWf?M ) L|5u?|ɄzلFP&$(2*׸G^%$6=q4 if?fZ|YqRk{;?/8c =nz'wco/tSE["0#kIBX\P~s6*@%-Cu:J4U.&-1,{UhցŁ`@A@ [@Qqz'ތD;lʐ(XOU|Ot[܁D2Eňd"J4i%&9荘\jT((pHUͯ J_.T)5/񸉩5P[v]˥O鵘л%h/KӻGՆ9N~`[5R\^R4mPwSl}f1A} W?E'Z]eҧc v˫+D^1S%j27]9g[rvD$!9-tӹmOX$\>j<0dRse~Uh1D˙*X{=c7F*[Fbf1AtW{P̛~=y^X'e8{z" 8/ kQuGm֟N*]j//w*JX%lR+T=zsOƖI$o|ߤ&KI?5>SG:e#~T kVބ\rII)u_F$rg;hhuS1y f&`FLۮBs\("+2@];U{ &^?ACΙq H=GW❋{`ʺ%&qr|ID>`J %.T넲}/(Z>4!IkY*. ~x6 AyvXȘ>r`DԬbp{Uc_O|> HQ@ȪF#2KqpVxl_›,$g"T>zZspeqX?^dJ1LfiyB7x,[m$% Z8x/a:Mh[zzdP{ѝ䧪[:?|_OFF;nW @︷/zu%M6ѢVi(o ʊ]ld}JhCc"׮˔kܭ bs ( { ,U#q~$.PwliJUC=_܈K:#  F;*]+p{Gz;TWCVΘ{ KTp 撽< Z jy H̻NTꮨv KQǍ7iOX\a<yN N/X.yn`(TuoVV)%{;b(>fvlEnBQZVξfnX-so aM>l_8TI!4X,wg?dBUY՜ 0 ~$ȀsIef?<.Wpؓy KdyR]00#zB-nWS+zƫl$\QvuN{;_~wY<vrW{Q0UVIJl[K'E(,VRo>箿%-ٛ?r۹ˌ KK5)uiaq/C&d3^U4 Nݜ 7=ZNCu~F1ߨPX@L9QTQde %iĮ{nEemvwiI9qr{Dn*G^X!a'xLBN+IhY ?6Gyi|bO/dYSmuh1F[k3"#lW!kb3UW-C4uV > "ѝg(A%%w2'xRu#gY@ZSŒ%)! psgbZ '64-]T:$>8J 7HMj~WO㧬MVy۴~0I{)c{8&æ]3 8>)AjDv7PZ Vs8"0zmh.T#Ls$A(.@dw <7FYF[p}𫊝)isrlc `Q7w5`hѨ4;XJ(3?a/]mT.L*C}" + v"KZs2ƒ Pq P KxK&DZTi+XV6x^.%,{`mfS 6h; :CNJ߼oFJ̟xƬ4.Pzդ1**4ENKL/40ha\%,~3}YQYseFBz404 l e J[ޣs x\c|&}tP horcҧ=S$n ĥڏ,fl_rJB;$Vx #?>u-(<ȰOqҦi'd#Hng*mG|t9qS _S Jml٪f5$͘QVHP6̰s7В [&ж-%KH F|goBQ9IQ;p!)6F_c\jiT$a0~VE%:EmLa!ur\-^xlf"g)re 6]~,:Q(;I rAN rlg>}њ3u0] =%,?:TK eF1IaϙK] .!-4Y䕴EFGe$#Z7N3_+od4NXR+jSY\e KJ i5ͭ1/рyUTmԭ& CSp7d8^e(O ;IFADž36)>CJϧzFOiqJ@H7E-D2Ŝ:y C5.WK0ܿC_D9o+˫F&>jheVjRg ߀:q/Bb* 7 ql-['~K̲9y߂ n[D7HGm9˹]Q36ּ _|ʼn=N -*@CV6'avQ`h))_6Y@9 fl.Ż7>-OFRcu0c'EϏK7 Q1uJj,ŗ,,}bGѳ/l:*ldZvZr Q/ w0D*[mh7P1+P:l_ӈR @.3z${ ~L64fc s |: Zrs'5/V ++h Oka#.ԍg.=!ڂ`0*'Zyjvϴ|߀z,7v㕹z aKUFEt²6qsĔ `Wu匴y- o܋ne^ V ơ3nl\sδJL;(Y`c Yg3BQf׬kR57701z!e&@ ^X12b>k|z~I Jc~%sp)'=ꪊ0˕PoP:rWNjo5 br:UjyyUJ#R2 &"ǯ% <ǰrFw-?o}1gq*-0:Iޝb8J_$o f1EQWoprXy$d* %mV0UߤP; yzpojMhGK{)BitU)"L<Id:+)S}@C@5C~3epI-<ݴŇ/jf s,ѕ\g(L&ŨVZ543 ӱXnV!ծ@eG':;Vsܒh@ed "Bbmg QRXTJ8&  219СW^ X9G=!gWMSPcbO ѷ5jzҥx' EEhDDf4|ʲIiQ9#2 _R;[d8o#©aShI)LeC7k/>:l[?LFI*T[!s;Xpr~Ac6SxbNqm3yCɲ.G!=h&\F-:8_0oO$ULhVEw8PU?=yȯD=ݤ28ZnؼT ,r JmMN \kAK$UA9h[]b(=LluH2N"` J, %`S"wYeb*0m臿Mw;6Z= <ڗʯV\nӦ^ '=5ᐦd1v=5=1Kq\{$p^]igq_Uct.A6YWH?Jx~YwL@:r.J &bK+iJBԭì1p#/N/n;&(C! \ZًPԋdb~mC,s 6goL~$2Z.v) a ԛlo8HbBXwG4IhWI$ñͻpL8{ԭsn@@3‹NSF<(<vLJ=ua\ߝ@ lE78ټ&Sfc9.OO`J/_V.k,"&& X# ItKmM-rE?V@ʝ_J/ !F[s~: jì~.Z+^ 7y/@ ]F ̢n5 xot ccmI'8pUɫ@ޖ)hŶ{dg.seQS{)ih~4!AJ<@DY=!3Y|bl myWepk{4,5e:ͯ [3M_:f>9=wIa˭$m[)Gn=Ln|mw }` |cĽxF5>(j?`g+q0/^9-&jocZw.wWNfdlq¤N%9d"F}Q pfBR>Z(4f`N._cUR/d`١`!0eCs Q0S񤑴h$h4l ݡ/Z@{RՒJ|;ĮhBJ] !#)gf _Xڄ+c3Hm;P~|uJ͢(ξB 4Z.*ĒcZ{^̮V?tB"GkD^kZXI)׀F5 liS%[A{iHPENQ7x>&b&Oҹ8uU W2pe<;JZXM֨%qv=+V."ɥtt;$HxfoԥF,ɓTGh0NԝeR䙰7 AF'<:*0փN:*@^moib0l7~'B/#M[>hl)|T[%^CK; EE>%mhKyM dsZ߆(o@ּ& U3I)pRuTKB#f Aڧ?o֍W[  Į̖ZJ`o(GJj+*r*)F {!kc&;cYD(@X@ӧVy@/cYП 'r2i[xd 4v3JzM2*C? LIJ>% .A,,iwKbn nBv GװnvG^6ۀɿI(a)Z[C;0Al8#XP;!f"6BbaX pYvY(ΨԜX:g-F ߇qlLu`*0OyfP=dԧq1hIAL~ۼφ|~h.7}mk$wqK=U<]"'rHf40E |Z:ϫT7vSELd68 /C{p|)\ˌ*-7/Lk61P?.]U#{$bQ*N!lGexoDދa- Fc\&HYw 4H^\k0_3Z텄\ <d%.`QYUt.hȼcD:b|%9܍ԍS8}/}zPLТĮ ;\2.BQćVPIǻ[ƥV;^`CK Jk[/u-.abJ2*=}@fj_%AGIA6oц4I0ˁ/e3Y8֜G3ڪ D}ܫVO׍&٥s";RTk`8J԰Sͨ>sdՙ[]~$/#SKb&ʟ G! $#]YK@փбjˀ5]DM Hŏ3}! M:ds( 9w) RHNa1t=&P^E̓2tD͝TVHSYs1A'[_ttf;&A%JyΉȶЈSE 8VT?@3N- KU4x 鬍Ќ_tդSpf~s{Su (٩E7C$-\pT7VE]U ǟQ&}]o-@6hV'Us:̓'26%#h r,mS"g:oX~ט'7zp<*KA8-B *Lit=E%L B]%(V"cw5aw=J֚G!\i򍷬-BƑY]PTƸA 2@+bNZU+jA@Hf⥶)!7Ls?z ?8?(sn^2re!).h\pxIx-@yV2$X^t Ɛ,/"C{'.nq$û}Mt`>R:Luw!Xͪbf320/V#JMϖ{&`e&66ߩ]"Ai<;8Uj+F&ڝ[x쏛G@\2w3/5L]7%/ި^N/گFQ qYE;e83oB Ð%[B4X.`h*k9mIJ:}sB`(!ݐ|?p)G[od@f!{ [+~ 4*R&*xqђETۗR֕ȘXv\G9$yiLщcˉP2eUvl>,2@]bmចsdEͱ6V(ӁmňXsmEw*! Kef]b ƫiTrfahϏ_f ܎vN, 3A1"ˑg ~7ċEPoFRWmS$rmaE$*)w2|'tR PlUxTW@[] _:+eƇ`-Rn(LmUo )f {\~< AHP\t䧺 rŪ܄w`fOeIG]6nVt].ZI.tL0\#%:mhƮ4IngqFK̀)S>kAǡĔ lZ=5:?72; l>쭜A$zmMV/|[j`Kn0XGAZ0{(h f5#m`gh epٸߴe4.IYC`i5DTxGGuz5|Rn1- aN;*lҀo$5\ t_ST,7g+r#r'mH6!x 48~C,րTrI ~̇^GtU{{hNئ*frq E>IrHgA_8 Np1c {1nWaڝo+]Q@b~ ™X( KL8^1Qr #= [u٧&Ǐ)G'Z8T/!vݙ!UWzS;s!.~L ! "$UCݚ" L"+a즖kU%HZt"+"9XǷ$(!4M-8C1Ҏƒ8f1*B,װ={ |Nȧ}#)ET7;$y(,PϪ| U[NwF4 KKRWO zkmbúadFRh(lI)'H)K:qƿmyR1fSfiǎ&vXu$VY:TZ4AүP}/[SLӼxZ~&>:tSDpB'"i(ܲV"/X\9=#_/"Uflj"HɌK3~䑶ȷ3=$C!Nlڨ)l4 6] pУzy.lաpV> 쵚D!m8(mVb2![ʛqilgu$m`ߙϸ6(1mf}$G3 {8_/;DA h5v̾gzGG; PJ2(FP OG0BQ@˟tS^\.^c+shX&el IQ3j.§eUސ{ϧ윻qS$돒sQ]ItUsR57,X_jʞ{)-#9-'Gm| ${DJ0w?hIû˘ SYۡgPq Oc+\hRWtcb:L;3;aJO7F7e aݛp U9S*wo Jɢ&t8)hU$6/lƄݹpz|\E1eY1bS8vAmh;Kl@ I}w_k._ܢCG2؎!Nimƫ#hvMW>|@Hkվ]Ə#0euAޙ(7潿ɵIO/u`c\HzY$zigk<,hۨc֫'!(wnу$R3]v6Ud7;_ƐƮXCxeEuͻWw*ײ^-uvB 9t"S46k&OXWe;G[Zu%eL[M!1֮ Cƻ&A 9VUGn[7ŗB 3icKh;#>ޱk 'A$Ug6bg;BDvla&mƤMd.8o|~Y\ %HF1*Y6PN@:Y*ر}3%uM([6EBn;I޹`y'q> @{'"Q=N?Bݢءo i7+)+|dJ3+o؜[7P{MC/}7|q#^Uwy@Fm^C.晈$J;GY dQ6;!6-1?6[ɺ^7=g/fI3:uS,r߻L Tyڣ%v}U>KWB6RPq 4M.E Da~ wRȾV4,^_"0=@ۋnPL`J*h媔Q!+JGcS )ZycϮ 8*9W Qx B9&D Nԑis$qI hACwN5>SwS3[\H Zк飗 &a*9KG&.C2rt׿G=&fe5PvD-۷w#* o޷~ub<Ի}ɢ-fn:K,Ae:P$Pސ3h02uLJ󭡾!DC4ű9 _=@\/|+L),Vܸm]?ekvnyo`f"4GFn*)GyTnl+{r~UZC70jłF#ޓz<#~T՟_B)"Cz]ϱ@nֹf\/Z/fYRͥl㱝><ȧ )JP,~FМjI x] Q g2M7AP]muNbڤyj9@b½C-~LJVbFFZf\xuM̖}DoF fm 2מl`.G'27=M.%=pP 4x}$@N :㹄Zt7:MK,I0B4`(6Q>÷yIYR w`Zk_ZڑG'q݀6ϯ.xFV ƅ iM7Vd4tVX+VxfV (]αEb،Ɍ6B ]RgC+7CF)j[IM7wk hxgJC1B^[~*-͜F)uL=n,6%7Ob90ulب|}Geo/ E_g,ԉG."Q.ץ#5uqX|+IɑS"bM)g\TjD =*6a+meDH6Dr.$Wg[Ռ= uggLx*$usܳ8[/܌ƮuN$Nh/$]*sEY޵wѥ7Pcf=I\Ng,ks)2 y1 Ͷel+@i{K[5ag@9ksQԷ8H+d%DC;%rPJqWA!$zx1xрN9ҘϔL*8H -(9*syG[X,nz-vjիuF̿q0Р ]bK/{L3:DHjqТץ64p׍Pd\q Ƹgm!r8RM>AH:@m'"pp<߄ V&-O?U6YĎ  wlI8EAY7?,S8 !HmEg Y/brJjuyQxA12zQ#EkHY $a9~Ӻf|=0s n"و6ޡQf:3C zA.F7 v,XR24SnI ~aC! 澹{vuD}%N5YĨG 4QgMΐSVQYϋSH߆fjϴ:4߉y0p̑Ӫ$A4VALch{4\gA+j_u̪, jW+S#w)gE啶vKB,CǬ{ZFӚ.#tЖvnwk#-Phkʖ$°2ʥA["k<^&˜F!+Vz Á˓o"w鵍ߖpIrtaq;=;;`&J2pCIq]Ah*~I^kmWԴdqX` owU;ҏVp] 3f͗KǷKҘlJyIQ `p'?r/ǕKnEOS)jV?\pY`X#~QКzh* k}Gg~}@%h¨3y. r/;ĘM4_,pZvLT+*@f%X&4SV'mGJC0ML*0(AhW0ǥ0fo&o5ժa4 Lީq/=[̯u}N-划8Y jf<1 F#<íat'~1:"%A&=;UrbyK'^9X,So.ۗvBQS2kH,Esn]b)>@h~!/|'z5>2P&cdHƇڟܪ*np:v+Ř 7T1) ߫S$L<|!d548!WH\t2Ho'N[R/<*0/oz )dl^Ͼ>e]&HCkv;@-DnO(טi0xWΈ_ü-"̕;- g3&f;WL԰q^?+skkCv,?)PEPE"Mr1[u9F[n1, 0]g̠(`2yvK0OWv?mu|HcbPD2#J1 E9NiEiATf!7X%yvLxA^㝿krm߉d%Br@ m.ŸG9_~tmFHDFǘ71B_Sm$^-MPt-? 3?7n`YқO/=_ Ά1!Bqt=85WWddPT]-H>tj#u9|]AeHQ .5<R09R.iA\7=Veyvq0-D9擔G/{)ɕf{6} #(ӽ\Цvm+P2@nR6 ?^Ε BШcq0^95crQc}O(9.I,QsCܸ+鴗MYg0`/ 53N=8Ð}_ &^Enνt9;]xҶD\.>Xm'MEQ@b~B2Ę|bPa߅e$3+xeLu?Wn?ex,#*PxC* yNN-Y3`Tc*3@/'626dCg۝0vL6*&tzwOnq87_k] /hTt\VxqMhPYsڇ T<.?*+Xv.Hģu5 &xCԖ{^n1~%| x491s}c+BJ)gl.i`xT 'vU)K '>~oKWD[_ %')>$҆0e.;KT Dz(Hq*3F"C5!b}Wppyydk6Z]=*Q}E/!ed2l4GVlYzO73QtKi'Eg G(zڂz~%,z62)j*,g3Rs @sŘ9Z(֩u|HK,l[ć;Âg01wa;jCyrIa|t ^G6 dZtI5>  "l"TsvjU>ںóY1wh*5)旅jAS"+ \&Xk )F ]-Xd%y95SwXE#t5'$tv!X$VUt;<rQ&F*H7Tc̄*brVRqy:#&<_]=ͦ1bP{'7 >yc,FZc;=657[ 6u;/jr\*\>7(,.'=^hCŸju+iy-ô?<]NPǁJBR YSbګo6%Ws`{3ledbB ԌZ^*;f`}PvhԪ9W pbHyL,bp/ Qr4{? hG>6yF~6Jcs( S9GoHWh{UZF&3tX}r͊A?Zct p`ͣLڸ *W[/F^G:}c8Wl* b+&a|d>D{xx@χFvP{=B&P,gKY {^Nss*73 YaULI7Q?.zHsJ "=ԅlmc=_7 v+CHD} {Ѩ.mHL$S 7h3YSj{C|!AFX ed<.$PZ֣ Ϫ`rl[ ^Չĵl}]>rG>]&pjS^߆fj@0o#:<(Pz Wx^%h*iGc|@q0d f%ġyʠ ),3O@sѢ-Bq*EW hv[3B=*ïNt6ua`me/ PK|.:lZ{WHUmT:1ݷ71p{)5d#WM6כzBćQjyE^67^37p< 2ލ^gtzHl92\wp%޲S|?(L;`RPɑ,*fA&f]gR Y pfR=;E$¾'hµϚn>~8-#Bmd9IOnW`5ŗw`Gh JUJi`Јڋ3^$ygZ'Z-mMfŢAIv8!ڭsMUKu^= C_fC v9q?uvlڻ߂Qn{1wPAQyTGEF-9ijԣ"36э (-7[CDSb 75!gRgbri2it'pUqmw~3&z)򇾴2rcy=Bphj]f; 򯻦B0Tkϑ| QT[GRk\rt(]ˆOii*hƄ!"uWYSSTku (<< .Bk."ע/_9}sWFYo|Ș\q1  @R=m8D쩵*A'.4Ǹ~؄( z irEu5;k1~2fd\k;u W'|x-p6w~jݴ毹1?6<;.."Ͷ̦&Q 4 G![I{>< !j1J}1IA}^3GZ٣J{VMIZjhy28 _{PVRt]p1ig)ʢ68 H/ A/K]VF4<$9}vCDϲ)(8;ZlE1Emq\Rmo˦=oQ\LJ59Uˮ>atr''(X(D9s"{&dɅI<^TrY`>O*_ShȬˊ9M0֘c 1 C>nF7S`I~8D9DwHZ(5Kv9R^jiȄ iv )J;D ɳ\k[LJ!CC*Tc9Lq‡{e4  ~7׫;mTSl>14 4X`#'We%"vy gqU)/DpS 7k{M "`[tg2hc*v&6 6na͂H.v}$(Kg^nr$eƩ=Ʌm-g44 ȕCMMrO_? NVs:edDo "sD avgq UHJtWsLn`VنcR&*pߓjK` o=O/"AuEjd_(Ў}S>ɬPˠ9&TAv)1^FEBVYDf8Q fin;D/MTsk(Li7#: 6_U| uhMiwy"%pŊf!"}whSIFUҒk\/ގffez\`&Ķ6|RbI$qe#'Rc( g NgR$Nox]eFQzע#za|u2vvhy1Xt{fU֠+XKe¦Xj׿AQ[u"MJ0w詄;E ۤAWi*%>NNZԮ]aɍ"Db.] aХdd 9!Y݊|W|νP´@i;>PW8M mhKK0&6KXLLq$t;KxŰy0> kdOmz6EVB==io?^~'h8jqGDT׮$@E% :LQvHʍ'&A2Dc*$o^QTۙ V*@!SKk1Ӿ86-= 'х;`u-濡5 kl1`nWIFKq$[ؘҴ(Z徂pq+ tJuu]7Vb0ZJ/AcH>T;eZKg;xc~Dm;8jԅЛߟ(gɤ9WoZګ;m\0~%{ayDT]V-P1wH؂&M'fD8'USk% ؚkL᪝Q 7M"dwk9F@3i)NC4J5"p"[%u"hO)KcQ.appH33hO+U`m UXԋR*5/Wҵ*N@›H>60+ሠ2u8mhU j1 UO* Yq;AQ2돨M)DEÍ>;>:&sj5Fjd K8zW#A@yD!SA *Nط>n"M#Y.&Oxewyٵ/:s2'5!>or*zT]'1oyV1C5d yd&D ,gELW-f琘_َ ;`(sfS}otCk4o$'>׎ZΚk^tD+h - 46VE8]Q_A}j[xuꥉei~A/ ,4T|쌉eO1}oyo,?+ևqWu5u v:>">MI=!5cﴊ|Nc4; hޡF$yFtnH#-YMo} ;f>gM/.Ũ־O0b9 EyG=2)TK>7zf-<_B ó5Ggz )!P")!3 KU\0YF5D$kKz/xG8j9fwt5y",1u/[PޠXor&:Ѣh$'Gy,ю:^ byvKf"G}~bv`DkW _Vbm~SЄl@0> i@1=RW1C ~-Lw\o^I61#;k|* phѡfntپG=z3N }yVݬXE]l|bʤ9N 8Z5LQ OfAJFbW|[̐MFDBJ3o/ ['{Bkvv*;A{:DD>䡺&"v4L;n@^,!]5SabTh Ԥ⒬ v-zZB!Y[<\i?7ryKG2ɑv;ŹЁKLP6xԵu)ƈee W/%_&rcd_><ozi[V C鯦Y;_yk:|Hh}jKS)p4.tN7bTG}~Iff 6,*qL(oχIx};q+`Np,FC]eF*~r9oB򆤑 s[BF/ yUǂJMd$xz:ґ:q(}N!&%lS7Bnq~ttԶo#d^`x6KcgS$.J8$&p.%d+99IUn,bdde&^y3J][E0sPBD#M؈ BQtvTe`b̦M4<j+5r}~ڥf15#l-Vbrs7* a 5\}GXWbS gbKO+̀ GgCcq /YLcC_.1WҗVF{ %Xת81J4EaaX[J9rR$<΁0.%H3 Tm NT5"(*I=97%~M\nP#:vUq7Y`"ڑ=vJ'Ot`(2v\S;*L.ϕMeh-gbv134ZIVd o6#j50Gp_!iU-Q]X_ Y#F!(.Ss5PcR{h!y9+~Ù{v]l%l ~\|4"ONRðD6j,> a'WZbDO{3L.rΓf^0╳vUk Í8D^%"jGM]Z?Sjk*tGwkaI2xtńȎ9ouDcALϵ|J"bK Øk=s 1nR2j .¶%vP( QO8i.d'!מ,EV  ݧb" Vi@gTvbBUW ?662 ]e^@jݑ ,vER?Bi~/qBb*k|Df? 9J^ *T@<ոAuM ˽d!Xo~sИK0J+ Kb(8]o94֡4A򆂶 S`鉃MxiNYA;$hyn6:?&=GE.b2zbqEO2t됎jRmXNPQDG BTQSWN{&J͚7͑2s#`D&FW?\zn \AN~W^< /1vyGfOj 0&&(+b]0$u71j( T㶸+'0;Q*N&ErAt);k`9%jUE "+Qq8b|{uE+?>.fJSld4\")4$euQ3="e\Eߦh?14mӀZ$S qiE3f?Z+#ķ5 Yu7p6%fmWd|o59 cx%<dzgKǣRt|@'uNl@z1KH@7 b0:O.~!};cȉlo01sZPA:.Bq 2hn!ٿlqڼ/p @vXu6J~ϣ_Mm"' Qxi**`~Xq~4SL.gqC ]kL$.v@eFs@*D@,r^UD4NYWux'Yx E810b`P7wdF=> f>2I2i{0n7$mG)_"6lbȺ)?ag`X ~e=Miufe'=_|r[Ł!^ͣr ʱ!@VX6ezJO p;)۸N .QBwI-!s K^~+Ow?q[(LZձ78"ԏ"5sCS@Gu.*f؂h#nǼ -\Vt8Ѳآ Ǣ\OW.]{d]I4hpp0a@8:ў.<Ԉ myL8^pBx~h`)"lU$c '|ͰztJF@ ç'LW*}Up.#;,mS?,xqߵEuٱW_ M@{% &9 ]B%4pQ&[Cx \Ķ\eL}hR躐r`p濈RZO $nvYvDa>g}w.,{CX$Sx\&PqU9ϠuoFOA$Hg=' 51R0I8Vqv ?Bcƻ>,[ұs"H,1z'#TlDuA;U㿥M3kTD{s ޒ:vQ#&LJ+7/i~bWkc@bYu3T^ nw´@\5od}Wf^$OJȾv_n~c<{|fƒPI YҩnjYy+ŵE-_vWd>e>sef@}Yd|[JP>r#l&hx>7G]' h甓F9Y:QC4| -0]e `lrc):-:%lJR=*mݪ`v9lI:5Ԛў˯dZL']uL=omCf(CnRYl@؉Dd |])/YG9l#$'Z?@a_'[FY6_`AqvfBl'&ҮwYG_Z :XB k"\F=6Ŵ4:8si}TrYJ yWт/.wEgdlāP-L %lhJ}qzY-Em#^2P{l]l-"Jj3q3As [wTFxq7>A9TR|)φXԬx=6l Fk}`Zb3+5b#/~ûFWYw('g#GpA!Ьښ{EH jbU!Zz{UI.<_9Rw5 "f> laqF7^Crn/]2~]g[2 te[w`rzqDQhk1sz+ xFY@_n<ɧ$7b?b+nm^邲ƹ4. Z7Tgḵv\{_j"LU$.) ̟cZcHCm qh8QOӜvV1#+86 Ow]"Vw 򣪥X PRvrJ҉+p<L3[0N9e0c&*sg*B觸$q Y1Efw#c]# ("+ <@ Du |&$wF89aV~/,`Efnfj*kLxmԬ9Let9>Jh72X6?q%'cK (3EdFu\zDnԹ]z[6rN/C"8Zek8y e̓[&Vqo۵n22??'N,t 3ã\>-^ҵ۱R4c՘АFV4!?UR2Dri}\ywx,1f?dja+<4bl :~cbS)(^F-G6N.E2I['L=,BX$3&d#M-Z eeVh>~:ߖAQ"ydaz ! Y ql$`O @r5a_)*caHEN.wg^Ois~~e-* ZcO?Rl0%ʓr4LѢ OI>~ʿe\KLƧEb%)g߬|^ Qvր2"T]p?>ɺ,u8: u ի[;n m-5zD lStlvkfC)gcOb,}PGDɱ-ZcS⦽c:I /ҋ[yxH-XglPc@5\G~4-gvWOX!a,fxfQI7Q츲 s 3і;ϬŖţEm4_<hkSzws՛jkI^Fnwq+ 2[Į1o}v&Ew+yeO,9`c0i(~[~vŝ1m,V@Mc GSfE}LhZZZB!|!w16~飻νc샖ֹg e&Ό}l&*kO9i4`N kU~ً%33,^ӟ-N`y^TDsH|4NUDj@N3\eeHd{9Ys6 03b}iJUlLaS*S]{j^WQ Ym5ZԂ>y 1+n{"cZbwM8Iww,Nj#/|bsI +KDW>o~U$&"XCWQU}$Baٌ(:n˯V2Оǃ-XY,W\ 4Y9'ExCk**IU]3mA٠,ց8Md)?ɷLnHQSjջBL`U#qTb=;b jAk_.PHY|`9%ѴER0qy/"#@6{,=V sSU'}xWjom:NfoAb+H( VHVnGb)[/Zw3 EUdBA.ϤĊl [3 7|%Z`KS?^[h{/OAn2l9}7X v;K,ccYG.8Kv̥iI?La!9Uvx>83!秸H[<qE%ʟ 8"Ko" _Zb7| _k1Rq l&CMGE<,{JR%O?oc{m_K #Ir0f6/^0jg]iģ6aW=>u5xe$ٴM9y|jb|mj"!Ek\cwiԹ^^dLӃxzRL)8nm4Gsu;tMt7DX݆%H=먓p1!Ao*V,DD8/^qOhf&ƶ;$pCOM5ӟ<J~)Sc׳?dPl?0>9uR֭xS|cΜ(Ǝοrr!a՗ǑxBȑ W]o`H'n<.{b켏};㋞Up0|Of{e^8P9 aeqYE#c~%J%8SDpJt]P `E'lH\pڀJ a >_rU7#TyWS/Jgiw,Gp`"ky櫎TDSa }.=?`>:~􈻍2D`8`7ߋg@vy|wL( (Ė0]+2-[ ́ H5G)5cO1^;@\? tLOq4ߵ8Qk+lԕ\(Zy: Dfܯ(PV^` 渲+HM++vw?Z-J(?cV5#ׯP{ug8CoQ*<-nCڂ Mw:Nd&[R;Αo4ߛ2#gl; y =<#^NkNM3AltI J69}\!=MLsC"p"};tV}ܰSֆ39LCWi|q=kQAf/0pMsGg7؄WI̓Fg8rn.1\U;h%|s)ӻXM*J4ZN,};4^ 9S βKMH#fcxUfKyG[k % s.xrR(#BP mԫhun14qzC,cls}À% Q`T5ꃌJ|ё7 !K=48p}Ne0S# d ͂v~Q?se?5qɢUx[PxՔeYG&ndH6 JLQS%3JNdU$$#`9}S 2Xp2)S") hmOݖt=QNUxD+¥e1h t 08,Z@Zp{]?5&6>%eX_X8sɬL)b\rL!33dkMp^ݰ[t0!`#By1 NspqΞTΡI{Gș!ĀgMW8/r1cM([mۍFs:(´5 G=׌Pkd[QrF{#+.~!<;ɟ qKʅC;/ޅ=z_\c?pR27;e&aZT`OC`׾KC 凟&Vjruug(B`O&)&q_q@(]m@Ĭirf\^|~ v佹ۄ@3>eC˜!Nf t8`m9UIhP(lԚ~+z=*4o6@ݺq:/Vr}i@5B_ƴJMCaWvO$ D!&u(M)sfwg*!QNgñ HE\.@!GPNUIN'x/9^ 뿻 t28Dxc/Ùujru̘C U @ G95 DI{8 !j}[nxN [$SC`1n0"OstrkVk6YňZlE"{w.KbNܓA7v JOg|WɚXy2 \^=?}s#MaI|!5d%WiYw4A͢yw:own!Ahn2tC$T: `JD<"ϱSH!㥪K&+%{$G2j "KWfzDjOpMHE}W./Zjcc/̧糮탳Uz`! kj&E9 lG^ޖu,: qx(%Jc8hKJ|t~e-^6< ٺz*e uTʏJ5-m ˏ-r`â]W>\"Ķd@0$I`(Up 6)~fq<<.7Ɛm (?Lae^o(O0{y 4X5RUŎgkӵ&,` &V~\0wPUvPICiu:U"Fی@a'3ddugy8&Soo؃k<ΠcIw2Un dΗW3ȫvkC)/~Px㇤%u Rj k^<oauJЯܯй} x7C$y,ʺT)%iKnԻ&Yn˟EdQcպFl-Q%wߡdAC%E5!!nu*RDkɯE ~Bk_4=&)=ٟ{?|| 0IK*K)S{m$R%匙˟ :e7q#֍bVZsQʃ3 Y".4muatڴqx.SLXZn9g~uqʪy߬Z;r@ gοn _{_!\c@sf%ZkI'y&z~}v:!!%u[ ŋU޹xl!T 擔CQp;%~G:AF˷9N%H@4}@iyˀ7woؘ]鈜> |\ @LSыŵĚ\fH2цj CJ/@CB0Ys(yI{c&7>2`QW92@x:W1^}4D2Dn#BHgd'=#㪱39Ӧ䛁ɿ'CsHk;(9OMn"T, sf7YE B_|jRI( +r-IiWeVakhJ4;Ҫrö7ca fKhfpIe0=垉?DuFFO3 viW 4A mOKnC@̉\Mst`\c&wY bH@P;E f}6ذ;Fr~g$v .>%&%=gB]ekװG\}։b;Pp<-6%Z5CV[/ͫ.P;/CЉf1Q*M6eS,Cpf+oCHEu0-os+Mwkz$P%o/7$2I ,`qˏ>vw+L40f||ˊL!]G4GRlXe~}]2^Ey\EC?ULD'92x񞅛}CrTO(5m@M@Et=XB`fЭ)R6$dVuӅYCG9x}_Yf xb<|,[p%yC9ٟ9wҏČmA3P,N!á-Z4t $$ͦ|o(V9#\qG)+s*s!MA+xh cc^L@=l08 H&b{ H>EYm^\ɻ'VWV$ةwEί!sc&Gt[%'7N+@YGo䛯܌_D"d~b96; pS)r>mK&D/oe(RCh5qä> nym'oq)yTݳ"CkS]C$:߽P>j{=sal1$%f25Z"ׅ{9N[do;s^݄ތ'g)Ub9N"яU~s=-Ftr0ωŗJEw,:ZscfƥjAPWx2aeGĕ4펺7ؖgr)1vvC7 EaXmzWIG\m,A tCZp6q>dlKOyH#G\څz a,ڠO7YSc૳s:Mx3͚WnЂ*'AwSǴa#JC-0ۏZJ@:s0㓕&Łmxg-<vV~SFuآ :s 5lgq.p[za`5x۽Ag`4]i/.Mx5(;Y:`u}P XסZp%e'9hՌ-=w.[J"> |JPBSAce?ڶCLKM-uٓ0O3}؁:l^tS]Xb2+1W-|O03=vnmoB04o>ǘ1}!ܨbV qo;΢daEL8>wER\,unq7+K7k^#R@732O |ߵf]MOLRx ڬM(Ti_F]x՝_TN?}zmVoZړ -x "nCd֑)8)J{89'cJ?pMܞKRY%Qn' l@_W1H霶#+\HZ7e-:Ejvʏ;JmJ{IK$nx as!E/%a8؆8*|ͦPL^g+ `VY.K/};w)ɮ_N;`'0Ix0(l:sha?HdNH4/+S!]f $z][BFt6[0M+=v{oӟcTNY.2*ax#u?Fŷ]nW[鎊,6Uq1;Ӗƀa`%+Rd$#V?5D.0ʫn!9^@}σk6垬AS|+ OȒtsbVƅ(( ŹP0KYEDjS'FK03+AޟRCۏBT&v)4!8 ?,S%\g ͠.6fES 6|79mNTIQnm! u-;ހSRXwo[ lHM~rnܜr"ftœkhӎY1D/|C=v(BfhNlKH55Ͳ5/jEPHCZXa ۊYHO27D谱)pųQ7B3JJ雿^d{X<ܑɖI7i_zq `GA&ک ٵft)uln&Yar;~ S!sNXY I~w2sðiQ }c\Xڐq˪xWo^uُ̚({ⶠ#ycľN }K ɎH #x] 4g8٣ˍ6?ؼbÞڿ̈́ntf-{ ^ЦnޏtcK֐Z[rB),c4A=urܡCep0 ޷ ʧV経 Nf"v&:{p}^ilCsDm\Tо0ZĒ"&uI{/g߈3!o$hUs!1F*GZ;e;(b!Capiu  ?9'Lk]?oV1@lB .P:Џ@b}ubߣR~eaa'USt˙btȁY =N/A|bC ]9iI#+x/&jShap.B]+(SK&rgz܃|]믜A{/Zѓd- !a2\#'~SHKzM#iGtІYgnx[I{MimRYڡ!\}lRr8$%S޿qI5U)L6O"ɺmOYhAD{gT9@M/b؂\N1U0'G{aRh( ]U)Vӣ /IqZ`8G\/n9hy:}[mYFxp{祬8abh-1fyQ69Dd[G]>-cwc'$;|Pof߰br\)Qs|y҄|yjGBxQtlctM3 lSs*2M5ޒ~Ujѷn)FtېSh6Sl|HbaqNm*2K =v䩦IJ ._Q|| q;Ս8bNfӁ(X[0x$P?&n!H/fxEWRJB$3(G ")[+;3UOޤi@Iktn'GǙѷ j^enQ_ $VT$$*1*)#]AjOhZ>9E輙V>w䀦Q/gW6Z$wa5χG߄ PyKFD1&I[M]3MO:1,I-xc4s<=U})K-I3HQa!Fө4AQ3jƂ͑LѤ~Q^Z9t1aqm'N׸հΔ' fmWXnug?$_p7D~ dvrJ)LXV$6> |)5KMh> ϼa XIbTD2\"tXXR{1Dl1أ0y;C8ЎuQ]Ď2߳Xp+g$`;0O:b_T7/6-U34g0n,2cmyz=nOݴIv`@^iHA؎:~ i>r[_439Wb/jGG=zO= .9AL ((\ )?I|) + R9j9b}ljK1,{i'l]X{jC@3-mV6=*=[偞1K#SledH洟GTI5|cԫ.bD_aPQdYLR 憀b'"Ԭ1ɖəmꊞpzv@Xm$T;$L &mPN2f)#>zC̥_RZZ4vR1M@~9a5u\\XTkCk?ĶhF'0V6*( aђ"̣:m1#*k2l_UC/&~ݫJDd"-.a֡sE 'ȥh8&ۼfɬ~|>~\=pHRGv%7^:<;N[ d3BRۇg>;Ϸ03@ ]l|&|X02F! f} NZ-uyl @1^VyO߈2!87͆}/K?|c8) zQ{2LRΛ!# ȰXs|bҞ2e^,-}j^WE4#{jTZYb$m$C"JJsB2}7,D' ig4R][}ᗷK5?\2ꌢ6 /\^|޾߼hsۥȦF\vp|b\O*A*Qd+̬Qꪥq`Ev۩T:pF? @([26^i(]Ol]T'[+5}(bEvsC(UHefn'bLǜw_nv"0q;NFV nwWq5 e.Qŧ:D+~.{~nśv9/վ H") ۡKC`{;QMo0o-]5G.Q%`5įEVj\q'[A:ix)b]|;MC# kŀ?Tv2( HhsGF-9|'Ou`1Z==DN<wZzc7o\jg {\vUz pP@ ,?.!z} NBt!.Ćr߃h!qkanD|W~juMFzj6._@XΖ2ElG–#;vh&ɯZ#,&5sǚy6q(R`Q{%UYAAMC Л3佩4MT[K@ц6-YvKn6ĸƙri. Y N_6FjZ$|NI蠚(Ê4x&C/6SPz)ۿWB%HG&o4`Na<8THٻ_һ $ e9s-DeYEԷnɣoNjGIDBIov 6 eR(S8a`#XV ?3';(I *r {ﷅkР!qzV;qh2")'mtb YA,Q b??ȣ/I S,|CC*Ua8 o`13Q%ƅŐt{BW搷/9y%N]Ȏ8zzԣzvC0őHb>hExj\K7/3T07TyN, i+N.v&w_G9 )1%)w6U8#fKs&#hQ2: <.\5 fdTJ;dp U̪)5|⧲?{:v9R]=UȫyÈ'a!K4S4Qf8ߞr$ڴ &EȿJ$.Eyp2 gF5|j)]Z)1$N_wj("b3 XUeRL|Bϗ;P\ؗ[X. QC ?\ yMI=PT܆@{a97*U[Qά1!1m|РVշ谄6zT=-/pq+sOK܋:f>.Sp:I+qOn+xh*1@-{p%yR6l1^cOf@6~jY̙p u//QX;*w+rm>Y+O bR'Z7dKlFtGoƷ6QN$3ewNe^2K_HRsh3 Pz#)7',a+# C:*iMA-8eoa[agKTh!Om]DAtoC-N7OnPK48ptѷV1& NL$X5݈?oucL}6pȨ6L3k`CeSU.Ijx[xe>= i LL"@njٙU7Q7{3V@р w%4~j3F Hon#֠=Lh ap4UFXз2KPMf "17|hn E}6@>#(4ھ~p1THM\5 '8Ϳw-c@T CH -~B󫖷 NNs]rAU < -eH&HRL GSp\%>~Ds_v.¸AB#7+W%T?@c&8P 4pof]䄹e31Z>Y{ s` 3sEY!xNm!xa4AY#vxa(63}|7w540]A v4$% ˕^D乡gY%/-?=L8(;:Զ߶$wl=f]]pנ̣7?RK^yG,ЗV*CO}QX:TYԫx01 :pJgݾƓwxp3Lz3_vD\713d$4c(X}$F ெʳ6Ny(/F {zH2N?x4_&U{OĊrXEcf`< {6" >k3 @ן 9 TB"็)=61,kJ_D̐!gV^NHI&^s 0D 5'7Bg(p =(4t[ڰm?@E#=`r 68DuP|6X)w/Pتܸ䤳{< '_ WerL덌))Th HtGro< Del6>^PiuP' Q}*oXԗBWaf[H )?*|$xpaůoi"L3|SM񥋑iREe3/H@C΅P?Yņgخ f;rJܴ >(uzB&S"[ Y4\+5Ff 'S̘&,[i˽#tH}#AӾsX=X`WWL3]+IlmHik *W(1ݐ%ey#:(˽OvB7+3k!5o GCqSJk1@*AgY>}A5]5"sO)" 3֔Op¥1._`Dž*W"'){DWጢن9Q5.Cҁ2"J@VFRar\l b6ReSKwHBytǛR|Tq]S? KBM)d:N0:8P2${!QXog$% ڪ*0j o~qGBRѢ()hzԑ .90!xiT^MHcpYw{D- b}\RN7~Xq*l?lh޾sX=|bCB(E8.- &{P8VPtK,V*Te lQ4"^F35rݤ !WlW#it2WH,hH`uhE^07z%nSb}Db>V\Dp4$0\ 'SZ]湙  >NayH52\%6)"{36 Ϙ /L bVgEؖv%k|$Fiʄ欔,)SR؃~%J[,zܡbQuͼP*/BF j\L:Kj G': + vSnED6 bW>*Kiׄ>p2 5a=$@ BčTcaJP'(#=#+nyJj 5NOd0i,R*I*Yi2{pđp~g̬$nR婡eW:"]BPP+BE)!]JYygP_yN9%enpW5$b@+uCKDGZ=EW{4P"?t k_,MhL+{f_@YDa)e]DǔP/ K:$uR$fv)`˥52# `7oц=D6Y6*myqIn;ǥaO2(+H,$j"UIGM/69shQ ?=!S?{3:hu f9h~ N4tTvMn%}{DwHJ-`qVu|D33(:$i#+[8ZS'4·scjǂ@(+Қ>$?QH#ԼqO /Q.W.S 4eYN^d%Ìd $KlAa FQ{Z:fʄY*%t\/7Fu9ZGA(_{Fm;ČRX%up >]׶;- ]ٽ xTD_Q1tEA_[HO\(f]7xj0Blxw>݇ V9).n?`じ DΈ(Y,uPe9I Ě"w77ݤt E* >(! vyRZ>@EN?GY;/ɬ?s_@2)v O &ttT ַfVsbl|p.[L*(kiuc l8}񳭭䈵Fzڹ 3 |LXeitݥiYG6CA8>vKZ٘cņ_ɿ0Bm ]ٯ!-M#R3 gvg5WdnI'H;\`HwA^ k:? y49yPN֚gBV *,ֵ?_$,]+)fv7X@o L`ߚY:0_k&hD]]x4E/-nY;գͯOy pK_条CUP  WC`|[9 iJݸ< b֐Wm"hbkQyr2xk.=Uk!Y FcWye' gG><ԩ[Q2`]Tn$ЊRT K!|[P9 R Vˠ M\>|<)׶ @`|+^0R-b=f5BR@_<{迣p*Y&"a*Im[Xm0;OЁtP%ʧ@ j#}ʫWAj"8 Pdw,_'`T,+5Q QKaJcvݼ3VWvr"j=}^S # yW>]~h{sL4Y.\G0UyVB%tpEAxQq* A%>3#UtfF4 V_R*LՎT2nFe@t-˕2y+HD# (LwΩ|4PωTSv>">ijȟ)fQJS'\zJ5iyቒ &g$7|5?gH%·Xmr(ltŨjp 2*m":nMagj鏓t {t|Ȭ%+yM$$;(.{}Y>gb-EnJrK*"%O~4ʷ}k(engA%e~AapF?mXI%k WͪK1M3=el/1'ĠNo"+d!4xeM8wz6KQϹ{0] -H D+yX_K}͝Vj(J[NȪUxf.u!pն[qjFUԔu :uu]Q?@Pi7[ 'c J+㓒"nXI |%-"ZV9Df_ |Ompd&6"*,}WDx^fdYLwR]x֋Q|`1WM=W_qMeZ$ܕ$=ʦ[˖ />sLM3S_&}IJ+wb+7a|0cP0Ҿ}ׇzfȗY~)F1W-':{|=xgu:6Q۠ma IJbm|n7BnJy\'8y( ΠŞ= 8W+Kgr_.We %LCh^2+}TgX? 7?16V, FD$9s-n~k v:+,[27)h)VnNnZI$[*k_`^ aЃ!ib/5Jg7TŹaHWzY`2>﫨S eœAv$*+{kllp~RQ7g5ē.Q زS +PTJ>*7m.11!>Lx2+˯5&g5'P.g(\SJjԩA7$B'gj5a fsG_Qu_^![Z{xE e>yD%ġZVFSa@ 5mM,ݚMf6.Ă|=笇3 h,Ej'.e!qA򭀑$Z!"nSӬ_QeW wθhi(46aA}gKÔ~b{ 3%1ӀŰKl}"iIL疾PJN 0f "Z[v 2p2a]gR#7{x~1'|mNXBzlL2t+O=5wx9"U~P=nwʋ;Eλ|Rm1aTA @.(-!фP*VL1V GMԎIcㆣ%k2l] |J:w!G4WVC[A_^xu t1 0l c|sK7i|F424 !*[ӉsuKloVVq-vHg:@%oIl{okmD!ng%+Gr~VT+}޳yx-MڨJDZ1Ѭo3#n JqQQ'A9 Ez ##IwiB=X3A.ӷfd[NI+B:x'+Z,%!aA[MX(c^?T<,k(44k- p#me[xr ydLKd֧8ԭb:AB'cZsxٺF:cckj }% #WKAs0݉dtO|gq d22OdUg;/([{3n^|  `f-g{/BoU1+y#i>HNu=2/'>a>d$lGl n4mp.[Um 1gg^ p?)Y9Qs>.ZyM2ýwh]Jt>:2{pkm9 s +w.D#i`DVT>:Lt9g,㑮F:zDBOOz]x"uH[0l9*>fN]وÖ4_u0m V>ahW=[(nl6Sjnyqq얭ȍn]g[ B'﨓%üyflnw2=&r""2ϝRM'q`LRxlY:AUbg)IZ3)3}{^}Utdjbw_PMr콋zр]B^ ?R#ŏO:Z|EOYm_ -^@'M4gs31BO&kۚf=hL>>:keB֋, XWI+E-3k£NUl*x8Yt~Gk gs +qS!yόҔ-[9Q3DloQ5oMbEN:(Y w}`? kۄE͘5*:QhpcN NT4/oeVVXoBn jvu'\ תJ*XIqѮ O 0l;[Gr9]ƺtaVwW1RFN ?Sg.<Ry Hֺ_ %C->I th{aF \t7 LNڭ*7E^1q>^]qjf>ܰv{GJ5@_æ[;Š ]*U?w {XzO3Dڅ?EBI R{#ZSmCr~ɺ#Jal%-y|媒NaW$I RUeRV5`;7ť<79~ҮLJ*LB(UEzӼ uQߊfe>wv/lq筪p+(٨Z` * =^72 EL,5;0S PP` 'ShBO2&;~ɗOɋ-){{`; t:WgFp2HVa@bI_~|fgz+hsZ$; W3m})zpe( 4઼D*N>$C&`EuU!mqT.'m({/*L,ITucSB܄P!n]Bzr&!@ ݨzx=RHw^S`~aAFQ۞17Euv 28qeu'@ѯsjb׊U\fs txS=%fG|?P Sr4VMxyF)y-:4Eܚ;UďMNP%c x Yt$gooa!p u 1ጐ2\T’: =6x}ΨkX5vf$b WVsAS:lHluZ3} |ǐ 5Èw\*\z @fbq4/ ZQPSGizȂ!&\bT5'I`AZtzN㾰1: CƅA Ӊ~4;uT>Pfv!{)~@< bQޯnY"Q ͯ6:hY=8.Ca=g4-> ?v$;8"0{X òLnCH>lEw?çt`_zՈ8y?-1JA)C8 "ƞmIDj |"r&BF =UnnxE[d gv60\Ifiʖ7&ks݁erRy|@~3QL c,<'@+ɽt Q6=)iT8Z%r:ً HB1k9wA (kf?V뚮+3V #zRg%2*q z|g(̇WŦ*BT~[MUpV"P::z>uyN1n$2·9=ձH[| q%es ѐ`^ ֎IWŸ4kO* y%Gŵ!6Xf_sZ6ꍦ|63>9x;/@w!QQVE$sf BSn1 :y)bUֆ>`V^ XD;8ٷD0NS1Sx$#0@&On iy* %N$Ǘ.VcdVW0sr*9l Q?@C1oU BƖ"fp`ܯ[q\BՠőznYb$ (Jٕuj=Q- ȷoMdʡ:P5,nRG VeE-FJZ.4 MV$;$Y-Kl>p 0/XP|B#!S I[Yq!:`q@|8XvsRͻZ E^ D>Ji@;f?20]H|C U+hE *ߴHL8e_KK(=lv,iv0,"U]+CXڜ6#JV_kj_RC!-?Yiš!Aar M)J`h︻YO<*C"a Myϸ玚c">2UGC]\դf z[jl_O++70BeK Bh骑rHsإmWsS|h`Sɦqp  U{O\"1g{hZe?M*iMaF`.m݁UTy wg2~ҬVO2q6 5?mJp%rThgAʶ1dMw9[JmC~cf'F[>tg]w"}MG3!L4Q@PgA]bxT(D~f&6(UQ!FpfS ^+fYhna̠6"pOlcA(H0;P.-:'У^8oLKr?!IȺpS%0#U4mFP sGi1o+ 409v])X'y8KDsBtðpQ21m9d4GR:mɐ%A1D3"Wpa/b&cn-HٞWȣjD~R!\P\(O[e%op=~s Mi: vW-$%p@{<[eB4!U;۰rippjŏzSQ='cai-Q.[TE.a;l9 M\P&ZMKiAB*j s|Û15B`ƙ! S\a)`ZRrدPSxPacn٣Ro,ґZُ; /a.2Egb⾛9 /JFՇ,1OMf 7 A )=H$JӴK ;Tu*_;|n񧞠vnrB;g,PlPW7'GElZZP 2xҕ1(|#%7OSdpHNa|Kg"pݒ$I*54'Yh<+(ƟT̲nڟ< D-m]'U.U+ez7 `u,̍ nJ 9@E‰j;@MY߱lͤaW]5R&ڂtkjt`V oK|}i<̵N_] 18\9!ϱV$EldT<\˜+}&g&<ƿQi߇;v뛓< RwCp>ZA졆>WPYNd݊L/ZC+^K-cb"Gp!yv\_Ł3y=ke.4=D f/O- 0tO~ b?e\pC@m~&02\Y'=n >M"> BV։Un< ;;{Az:l!Nc$[`nӣIg2oF`RbM5TM:+%" 4i}ġ`mkx0 ڙkg'ӡqMҕ6j!*-Ω4'*y*m!إtnӒy$+%A&ex#.Wܰ,~{/^t2AZBt<%sJ;\'~ߤ2&[(HIEFq$+Y5Ec 6W&0?6Oެǁh)e%uNZ KQ!h*qZI5vQaIN!>'JiYNˊEfޅķGdVv&Lp)S^:; !^^}DL̕fG6%3y'?mD5,6|,(tח|${j~4n[<ʪ`˚F쨚#2\Lfr 7$5 Ɂ3tDYdhn}^u[q@n.͚مjqRwʹQزٵө sk(N:7J@@$_˗˔.^y%kYŊq0L'gG k: =RbI.7*4鎵|GrϾ7|sld?g JzO^^_2l\#=ޢ^AxCGhw=5׏sЕC<{`ߊSD Y8,ń'ӓҭCJf݆PyEqڒռ#f(Ǖ```D;أkDMY#˳ =bPgH$Ry B;8ڢ?DamcUH)Dٲ5Fv6/}w^gՌWTbPI.A䆴h;.Y m߆]ocGD]u,5Sz[Ŵm.~Y`—q@D)\$(Bz1 єGy+vޫ2?c՚lKщ] A8Pqwd=| OU آ*R% $KC6nKeUQH]m|.va+[ė,d jvu,]* ~>,-Y\zA-FfDRVFsaSZ,HCȂxbb/`/90'p *^wlRy o1z #!_ ՝e0w [ ^p0g NAqr ħwLe.!XKRϛvrmL$K9Ry>`b;E?dzyt!Ky޲G`ZK_z#T|1mMeDc x;  t͍{7n5SϾ ܦg"JUmk}K/PNaּױثޥ74з{)ސ4̛¶ 's됚rTK6/eZ3R}2E?j<2ˑaU[4Y,go Y󦧭i!q!)JB t&A@aw \ΥhgYٞknuu6m}VQ'[ljoKo\nKRzA~ZzZr͋]!;`͚Yԏ g^wX-:1wo{VK-5$ 8)V:+|[;]\Ou7/sĆ/]c: |]QaW&D Cֲ~c(q&(;5A7DݓZ +eY6 z=zu ݻ L ddF O `Q>ҩǘQ'{dղE*pi#u|tɱhEO?ˣS 33/p%TfMA,){+ 8q7KiPL$<7G{՘s$?;X@2(6orl!c\\Dgh9(N,ꕲvmG -yDB9r7`a]/w#WqV6`s$x{=&nӔD]Hp[]Dh63_>B1@f).a]L [;8sۮ.#2jЕ@:!d8Gf2 X|u!9aE6ML`!MZ&YI:t2nXp-qK t{u4Ag1Or*HaS)߇R?|F~%xѩK{\+Er7y*f\/ X++ޤ;Z2.tga0'!jJ3$9DDl5Qb3ԭ u"a!p-n}.;xOÙgU+:n #IE?)M[hN*uikTi];55- (~*EG=Ɨ.QQF(e,},WD>j)U64a@ܠ6d5aqx-{tH0W4Q6}NSCѷϞh&{sh8ň)nGw$IIO8g<0!SOv^j 4xFK4*\d%cds*Jw&^_t,`MsP(l | _ߎwm&; [6s|aI/IvGn$l,-%"PkIY̾y'V.K0ǿx\;<䰒B\GSOW90+&ah>d8r )w|ƻ2bSQ\(H\H$Xar(]&ݬ÷ q@b:Bf^Cf]û=};&tvMiFiJAVe"ˑq𯺨U,ek'癵řJK1ֲq$Qobj|_%ّehpK0m̘ҭ<֩_BLG.s 8ASqiNJWৄ+fk_{$(Pއ|/Ὀ/!:&\liU$E‰a u{s1Ln/>npI.+=LY'(yʼ_l J@Iq_iӘdB cq`ƃx! #>`"DŽ; wr )pɷ ^k4R]zx84`/Xڹ_+{.~rdϥ O sy4U8Fc3+?7T7BfW3JRD|$ sMQXIfN;d l!t=':܂ {IoǸ!uD߬8f?_\2?XV.HKKٸCC-v%o o TE=YR#GJhPﳠ yS/V&,6X)" ʆdֈƓϬ:  IG !pg9H Ȣ8+LWowmPIQ"+gJq_[Ps˫NRwTZg?- fI:+Wcp.—mOl0_۸?X_BDCbA:8zܟ" ]^gܸWs'L1: b(ǎF./s_~ys*Ի?LJ:.ddTmrV馆%,߭kٳ4T߉yir,7/U[jϿ^%R[gsNR>fr\8?48;k[\d@n =q$xc,v3n 42+͞\B|=b(!녤4^ӫp:= ݜp,/k?8Oq y֧[dM%- -| sEaL@eru4_<>aŕ;>~j2:Ab oFjQ`1 Gmd _Df׼9Um~i.iugHKY {4(Jq U$k8Lz"7j?8ܸBThNݞ-v3Ϧy3ś%>K+z{b"Й(ڑ@n UPAbYaN&MS'c0atBhrp+],)} Vz&s SK=Ld5.A xW\tq|7w21aKrMZL"I Skec6ǒncYK3G3Bvtd^~iz|&rcwhIIW9NLKc4qYEwZ{TC/%q~ƚE՘_6ZUs\V#mk勱]3Jli*/N*uB,[w~wQ=E6+p߈VͼTPG"kkOjeƷ6ZS73")͙b{+/CoTv*xvY*W>i[P#,QbxPgKЛu)]N8c[ҕoa !% Lbc 4H0I4AFU*[Hq}LEaR{"~*Ѫ=95El0^Jy$Qp8G &5T@ ԆN#J=/YE{*nv\wgKNMƄa_-Ll㶗HbˉFƉ'$W؝2Ohdx]hz_@xj39V*`XF/" iV{OO#XKcJYmss4Qa.wҵnLyLK73)vC̗OeQέ34&^1 ,I25$'*6͍2j_E3LYЛ\㏒o[3znx1h]8C_%gϰQW7g/ 睪^]iH Pƶ停ↅZTTp cUGw`ܻg#,19_6|y->D3GYy+#1)#zԲj{܊lDQkz єZѹ<5M+rnΟɵ@V;al*8 ͦCڧDH]8{۵ ;BMFT# p N_FX;}}pknGt$ba$Q@f]&dLܧբwmb_ O2 !ꊐ;h\"nCYh+bp(*`r7*u:+!Ypd@{1&QC j5]oSӿJ,4I.~^$Nԥ=\캓6%u('0V$=j AYs"hh i~95wdDLyؗHǥR^t&%JwS:Y;<4p`w]#3,H1p--L ܢAhmIՏ /8)vKD9 qaO@V(KR쑵~VŽW(R#<@.1;)@E؉1Ľ?kTLJ qܩq!/r^dB]f翳ˀ#BXrRÆl|AAbV~PvfUYvr2 R9qq"F]# g_Il{'oFeyR"XBXF٬yMd^7!]$?.1k@OIG|M2VۻKlE?7NʣV ]`BV:qzCqC2>EC$sm+h'^/Hh E8Nw x2rp3cۀ` kTi.<[:1K|aȅ"_)!o-~_2EszXnI=?~]*+w&ߋqvy?$H+\Oicn2uN|G7ltr]i5.̅8bŨհb5C{ML}=4rz3᱀wHJ AOcDAXMŋA6WbM)`Rk.oE*ڣA((>Nav2fE]gU]!?E2orP<;A P\Ho3;s}]04Zdn,M#EIC)٢lƶoa!g9]wk?b2zvu7  Ac> 7 E>!g).s7{,4q(d! vnk=hJ5Di \xC-E–ְymvPxM`_t_ WUC1CΘ:P^qj7v!H %!/DӁ}:x.V*)wWDa` ڀf!9'¶fWg;c=`h *};+D5㍺M$Z ;MV=A0֕AqV^0}#K=gxtqT&mDyQ2LJd} }/Fzr63eG,:cTpɟQߧ5SjheʂFflV OfY},]ajND{>)~>ٗu ':j\ vJw;gi 􃰻۸y&Qtƞ< ^UR⡞T(gW茏.HJ ˝' OG#ɽyEWMO ޓ,^@<rjj< ih.;mc SkA}ct9!hƮ=HőgehßGPc9 L}Ubn87oއVXy >G틡v-\Pb/隵x>QyV&Qxkc9\к݃## ̹WIqF//Jv>}ЮrnF;2J*F{k2}%O'h} B<6s< "}ʷzzGO5QS5? 0\d!x*hcLq0uuj2.0F0`77'|^3=03s'dv\:}+Ayvg縇 +~͆r =V)1 8!M~]f/?oʎ'l"yU&Co3*6a"+{jWhX=yh 5/cdEh\\V}ر괙Q nxUk6l:?Ly"qV ؉hwFlόerz Ӑ2Ǖ?Ld\ꏖar 5CxN%Zp`wN X͌'Ռ+\؜`ۯPC̋0 >,F*1 ٔ; 'Et~zjfNXXݗXhJb ; طJ+_-L@GD*- vx]=U VyM$eeoy}krx,P~ F xƜvZjD`WO@PfcpжHI|Kpt?9t1L{m ;ؔ>6ˁ9O Ex ]E" ~ʰ+V o]m\=qcѺP"peyd}QZj\wٴ.ςuا{m~d} q*| Mؓg y ~bF 5^;tW K5dsuE\rmYnj~NN,*|x}\?a?W0Awmckm-oϱ;(0ip궩&HNUpU/u[I?cKS/EjF ^e.Ґ>t8䆷3v.oz9?5ZvS!(6B1y&Ҽ !tY,4CmR:|o?%P@|; +ʺDA8i k9PVa':{&> 2=pxSL߁ZzQc26K@u[8ј/I9$ƭ)W^#Hw:E;qD5>#@aM\^#ʈ )P0/I{xLzVkH'@:C쟴T#Ϥ5r Eq-dJFZ ?3ɜ[$LȲ Y)u^\*&eQ|Ci ^[8S 7QJ(<1}m%Y[h-sXƆjb$;[UX q}xꈒ^UDa25]?OH\fr-(/뼣^F@:#4 R `UBd+Iүcٝ/,!nNHY@G9WƊRH eIdP{:mH(Q44'#y ˍP7la:j ,pͷ=ͱpmM*г鵳p&jŞ֡POSn;I3݆uo (b=uږ#EsnMxpy|lpХ5NR`vu6NCY>"zXӻ .ӸE0 I΁=?EoqCټT[]ѶsȪGg*+ʊ0g͊H2l^䱾`{}}U`YϛC 9ۓ`e= :H[b@)w: ߘ*% 7b1G6$D+w^I(X.rh08dXi1@ҒŞt W~^i>(?aa_(2S B2 c^b`,rDRt/4N3`k_Ж[nYEm7P0Sdau|0.Y9ި[3q {C2T¬f8jin71@YEz@]L]&˸ʎ,3VpB]u\f '+K n=$_#: }S|` R.T])vCg_11L@  ೐|YFld3HPKi&'lbpa~ R~Dqg|.]&HfyO= [),`< %tC!NG-Oo Z%6h> b7Qo폚 N] OuQ\緹N焀˪#g\l]Ý2BP@Ff05 4k6Ϡ^غ "~nXtRi杙`G44{_#E˟<nKT* n9w bs(JY∈:Y/K$R%"7[O]mS٢82E4}UNr5\`Ǹ^0JV4V0cA_M])eTnb'u bPg^,FU*; 2`:4".q>L=z~lK}0gJ~k8eDH ]L+U 0$%9t~_ H?"ZW LƢnye+!nZni-=i Y~~Z&%Ե>55]bv}ΐpdTn PVgMkhA@ž#AbbQ1>sC~UuǷ5x$!#&D{84Q3^qWNOkn ʩpN{+巹]& G7}_@1'R ƘInud@/aRN`'ņ"hיt qx,IV/`^-~rFU,MswnE%_PCAJ\;8ݙ8[-!-I"jCίgf1aHߤUbQ!s`j+!/䇟(ia"nf& 8 99uׅDzӁBrl D]u\Dp >xi{y~M*1Cj}$:݌>nY;`W8`Kx8gGӜEF>!PT{ԃ>{Nr@ɣ̝RHkՊ ݯL 9 #K'c2yy/;>;i*Q?Ŭ_\)!O9移0&%gyp_eʬ3ڈtoZѥ0hio5`j\܅tד8$7i  ,U(B^1Qz 7#~{goL]%Kɂ[3?!^a$EWiuA8z=t4FhXdx8ZH~+h1'?ty⺱6\ɵ;8XHcNJ՝ ;B3m=!Ii`M-Ej#GVW9y V C[Cy?HGYAqG` U[8 ē0,E2Hc ]9Nw1 `g\j= os~N()jJvX,EIb,d鱝*/dRHp "ojZ`$1RZنzspyϓ, -/hrR6grz0'$փ'm[Qܦ^>g-Ғ r11cM&#,J(JRB[y k(? 7'$ߏ8Ɖύ5 vg:)G4V #ݭbSY5ʮ &VIݴ{~j4"6E` }|.cDOw =ѳ 4Edr (IJU/@^> %yxux7 zY~~4iHr''frA:Ҵ"_yvxH HT-Il!0c[~j5I:aP6bިgI|5{ , _Le,L`(<)>Z&UfL9 BGJ.xp"~xIk:!skNYbaNk O5,қE2UqA(8I줾< q RKr׌7+ ''%p廌=ÏEi[Yx޵EK 7,tcW.|mk8^p T89a3~"wq S q\\/OaO{C0R$ϑ+K)9Dޛצ.Tu#ƕavΒ+E50- MǍ!ձLŸlŝq'0+ .FuV% H Z!wNg%y/P~b-xW!\M<0Y;$ۊZCUYMާm5!5Ud̸ Z=u}ōR A_D?kY9sL˥||4 yγ䖣=jPH<'H%P6.ԍamg:ZIdV5(k0)y nqA'{4'娢NP)X':%xܘC`SO.As &/#L^+IaygK_]WI1m9MEjo%$mrn"Ar-` 1`vDO%h7}&ȫneA%2N{w2<1P? #.9[>۴1,"R\ӷח .9osGn}>\L]U1EΪ*AU9viƂC_ּmO^'gYi-z~aſ[o4!fVL׆|T'pLB:X'T;d| (۔rp$3ph:U=dq|-U-iIo4$93-+b2 8I|;pJ\[k£ 'QȡˡaЋ>O78p5򨀵P0Q/3rXćbQ69XqJ7L%݆pռGD.KhI*x=-;Z-\˯l%ץ⬰sٷ@6nP6?>?RF}|{gۧ -vG9Ժ<:6ɪx=oOaV C H_WTig @G -Pmn#2·ŋ%LHؤ6א1TGC8&^kp^)k>*P*Y8ǫnɢ9TȜNׯzjb EioXBk6GAV\(o C)$/ )Lѥ bA&:F96 j/^= 뗤SY]@!uR΄o(%ĵ r'zbj.P: yHQPPX;F2tgSrbN;ȉeb-h?SxʘR*/90R ImQds0D{/;›PZuc F^ NaS5cY8hO! &y!?MI [ភ^o'vHgt[7j"\7'vEdcNOvdtB` |_V4J(dvc4/BTHݜD8P.$xi࿧ }E5z] FN1w;x8o&ÔۢPvhXo'leՍ<y_\+@}M;`6)5NquXgy>!I9Kk=nF'g}mT_(A)r_'R0n|z`x|V2=O*z'S_`6nW,cl]]Ti AIE28z'*&wCwG,u /銋OOh ywͱ3SyR޿7p,zѺ(Th/z8n6.o.[X505+f:V&D ɥݗ펆'DM6+;D?GB/\ݤxZ%ks 2?4Sg |[fbyEX,eZhnhϒaҮݢߢ5[xb  Zq:_p5F[JĹ0Dr2y~Vf7Tvk ;%JaBΘz0R[#a^M5O. 0c$k\X>}M=!7d.}#:.̇Y+\?_[;# <245b'ʛ1.C]x Z'8:L]x]S "lw]~#_N '!B{APr֑b{d>e3]ӡ1uD9[+]|d`BL ajbqNl T[M@7HDxpo׆9ȴgxZmJ~r8Q}shM'ZoCly:N$`T?' r_΂I,NU3Z 3]K<_uBZ"ukX\`/[`+tUA;7ISٛa7;Q64frvxV@N,8c^s\;wοcCKNtQ) 埢>&ШVX:Q8pF4|!nyɶ,\Y %/JGPRcFbl1CuM%NcЉg,wr}FrhU]ʘ7fF,i?N&yp9ie*-CLI:⑵Y#~XvEi,+vz/M12EJYB/}21?[vH;Th^VKh/Pn۰-UIK㞧h%ʅX7-Rɨ{ t.2]RNZ5iCr Pg9TR~MQ;,`vW͘'=I[ AOsme "kCWs'@b W/̷K+ڔ>gR$=Xzj^Q={%p?/2B!R;>mpcE q4'T&T -Nۍ Cgދ֏ͪ^mVyb8-)Zʁ˂4z^bO6/:dg.`S@f!>k(10p>:˞W'C%rr)}eA.lĚɮ0jx`g^Da92bt)2.bG .cB/ :R AouXi U.Q|(nix$+[ Eӥt z.`6ۑŮΝme>W| fD%_$\ǤnvTHQ)Y}G`8@Ru/2,آٙ˔ d>`;Ls*I &<틆w4NA%V%>mͩӑy/S^.}OpD3,@9IG}ȫrǾ]fȬhOOQ! CnGi%7{T *m= pMyRl?TU[tHYf&~%w2QWDw39_XVnpvcr<[OZucHd+{nOn>䳼N?jɸ]b 2*v,J;KR]_4B6/.JK)Bn[YBq] ={>{Ŧi #XTGsӿ@\ +Ux aQR--A@tzҤh*}$ 3#Ψ&h2j9*-NsrMbifڨ ؃wP2e'MX?|.˛L~5P-9 &'QhF<$-YA4t< @$}T^/LSKW2~h, c;U@8o@:h Sqvbg2K,X_c Wa~ x;o6go}dղL8 Qdھo@Pu]lF*h0{mOi`3Ѯ;ņ:? }_ڶuW Wy?Y2^B'fY<\gMyВȇq?㟌fWNh6MQ/ 'n"s5]y~Lk%$nZ?CZ *nE80s+ $ObKyeϫD'icxKU/d[)s2 p:q\dHŹ7^fD~~qƅ퇡o SCgmr-ϤX&<3=`J0ol Z#a~d\4ٯn;I! sA ,=K*S܅By=E"(.ݨg\BYplA?jCjB6YN-+ J" O >|n/ [̴ 8yvaKKi#m''&bV%%.~P.,,xP7cDϚhQL3{|aYsY&yY.% 왾 2L|i +څ h0\%:O…-#۸ICF?TA/ŭ~CWnkt [O;YGVr\{S(.<3O׶LcZ{`y|vZ9_żFHDҘE뢜"4j١E;>~u;Tc`6]ϓ L8Yc|W1,XSHQmې7ɺqlyj5OGJVUqpNV ֑tږAN + vu3%c.-~+I>Hh{f|;~O @FƢXQ5Q" I{C8yAaUVU {Cu2p<\;@=T҂xG2oaz(G2/]eJaT%3ޅfxVgąKw]z,,d />AN 5q" 2o?=NdQU+icoWy3&̷!"Ok/3"&oGZD !*idܿ ?\C7sHƢur.KH֧H{!BC8?UFʀν,CA:b9p %%4; *ZFqPc?ԡ"R<\~:ookʺ~՚pl*&[}#|v!{R2#ݓ^-MǢuoEfwVܩ<w&jlcx{%*Z$ x0c? W%=5v*jbM\}Ap\G3w4}Y) *BM^}2}fXטYxD0 i:G,έщrXG\A4%OzACeP+iYW 0L/QɣL0%Kj?Ha[SR ʙ/wD"PClU V+@pr(3?U`܄e* ;GA7`.=~ߢP&aR*kbnA%6KI˝.1Hæ'eon=;hvu׫f >hgRPc!fmlRb8`-x!$,(L1j5bBL?|۹;PKMi?JUl0SP:'NEs*cRjo=)@9jbs;رtWVCA ҵ(,ՈmIN'R\ǝ6f`=Ln(8SHz9FsKX4Sr(N#5/fd:T9* u$ _ڈH"by7`"a@lip )gYڡ.BjR"M_sfKΐ{Ȃ7րzvamw$[AK ms.숣&+a.4Bg-S ):vnlL=A4A2R@*o#hi3 \R$y"0RᢲGeB$G0P]kRzHkNS5E7*j^QAsH,4 |ۿ[݋R-\8Oγ,Y7ݒr5X&TMX: !5TBhD^*tVޱ9@nkjQwYX`[68TkBA kzcDsN.!~;+j8۝;"쎐O$1Ycvc߆O%F_!QnZe)OYb>\[h3`$Nc8aY,_e䫜^_F; j14nr^چ=}PdzԾ41L7݃3i)c|Q5]2+14e(Jtekhe kq@lUBS9~r @+0 TA0I|X347.tӘ0˲NII ̠$+$lm~7N'ﱐ𣹃|Yd.D]GE ׍0c+I{Y&{QS݅jGI)m^$e`sJ { \CUJ_L'@!7^cdpo1{ځC٥43ny]%͉*^|:Jп(?l6 iAai6S+p_&Zнaw;fN OۊW!@N3tekh%S0] ,fx>"[n8V% hhCjȪWE\| +4g? Proii11&%,UKǀh ɸw1^WVu⿤|qbny/Q5O]Tc߸FHӗPD$aeFcNM9ԻuxCB7o 1$UصIUE2KkQ /[e%-^ O&57%v`7q@ bASօG" yi%m^WT;e_6>t,ãbvrM|.V vo]ZF&?ѮEșCYccf9KhOjmDy̵a1P[®iur?5Tqs"kH"_I<8`KpǎNWnSb#@:R},EtBr| m94UNjw~B!nzUH^ʗ5{Nb& $G].&HmbMP[Kjo~6!:~T,ȯZAS6acT FFͩ*x=N:l, PC[KLL[Vf(L#'ގ7Ų:nF5 ߷x>L?Cx*,nb7G\1$UP)@1]W@%yx0):hU&I6k.fR1C26AFkƟg)2U,pӌ=Gn0'\}#ݶ ;%0M^i-&%@ Mwg:O.EI:]@F_Y贅/A|hYVMW` :W7{ʯNcr:4}%re|,tD~$OK$$F6$ -nD' \/iQ)xTA'WVCv &zMlC(幯;?z]Uٱ9:iE)zs{Q઩ty/Svs4s#˲ajz5!SMH?Iw5铴&ڠC̶(r<[ϳIZi3 p>)HA"U^g̦qx+eTZez{ #"2z INI}sh\0ٖ,s2yYzyIgmFVqUXۣLN욐d)߀M`2{ BǽVD/;KFbʞl-M':VregӞd+yPt9Jސd t1A7Du% ZƝI5ȪcT:Zdp>̦qbcdGcUZݽL,e)"Gݸq‚k R)h)ˈ0v6Uhm)h,ChC,蠐ApQUM?Jn Km+ -h0B%zqc.& d'X/ӂOa"e,keN_nTQswjO,:PajЧlTѮ8-;яw .o٤} ,BS~JLBHlg:^ jzSIǻT8棣_)<ݶCgd8ǣ96nC+lq;֧}4 L`} cȜOCtO|6㎮M'F7wFᾒUj8y)Mb# l(0asudPUy g1!G`5*h'"Ojа ݦ7ngtOCI1>,5a1xԨ/_ݩHĩLuhn \0Gy0 ;">I , e8_4d;O3ry-а=!Z iʌ8&#^#[jkNMnҫ iupi ів]$8c @=!qboQOCƒUɸe4_B.]6szj"]L04~o{3F7GVBKVcڐh tY'i8 \&r=$yOA4/J[[j+B娈U\d/Jā4eZ–}yisnS 웅ÂI +6ؙ 9Z'}>8uvmW w>|nbKVkCawqH~[07sldMc:= 4J,G6ĪOI7rHCao Bn$W jw䚰. BJ~HyƓ) WJ4ZdE$c7r`/rp8*p<)7,fw(d JݬvlB} yV5w2E&ixπ̒"&ˢ *Ld[83~Hɦ4QrfHE= jl=H/%6HKVǣ"Wl= EqGt[*Gj.5oڄ<⾤++WĩxǸ|J\}Ҁ  ]uԼ9`k!u^?TDp_$ŲQc1[ 1~(Fٛ%\h; vQ4o9-Wjk)v1 zCGa$3!g5cPvUl YIQ)>Ep_,Å~S(Fޫ=k}Hzp[oM^ тÞcO{O}W%|jAoI!5 E PKQ<}ylW^wyK*[b.=,&n8$X\AyXC b sScO/Q>.z!QirgXAr U nxM{Uq 2EajI̔3W5#Г/ yKɫJCv )ɢvMjy9Ry׍ٸv KGr e l`,rzzIuJn%&;oDk>BGH25ﻆf__t .X.tFܡI29[_L]A!I>Re\Kk(:۬zJJxHs-Uomxa7UN!ŊLƢD&/Y˵.4}TF}kk o7MYmGj+Ӛ~`Xœq PyMM]w&"3: Nl$,~}D5(hCX%.袔6Ë&&Dw ]7\Gߥ9`u͉:Qq(U`͕xRŭ|L qԶecI_S%fC$bsEjp>H[ R !i q>",{GqN~1l{^5pP8TjSrwJF8& N*<N䖎vxO E],Z}~GRD'a>aV },^p Q{0J~F:VD)yC_|M-ܟc\ņ g=5Vxb|[Y(u&Wڑi 8{9 lo5MsnJH}YY VGdmHH텻f:Zgyi{ulxpSQk5V"y| Ņy3u>xvDFk{kdIqv}gUDxPweE,o'Ưsfՙou:%J\Vg$w@R 9=j.w.ޓ E`ot.#sc0Me==*|i6G'qVv63ؔ48kۖ2؂>,E-PbM̷)n\bLwYդrUYaC3n0FE0~v(߁fx@g:cOWa{,3OYFzRW>fBqhYJK^K/r(2rVm+'T4rd2Dff٘@Oj;\F@*AIšYXI[#1-U4Z号fgh+߶ţ?V[򍙛G|!Pt>+&`>f_+ }b@uR[aK%o)dݮ(3[m]uEӊ7nܿ\M/m $5+=C_}3qVYK5iCqLd`5=X㏢ʒCsI-4cBJiI|"F&Oͻ $>,_]<٬'n즂Y&0ᣊ`6W eZךBi< B\dNATF =hq7}^0NiAKYY\U9dg稄k)ݝxE8~_9R°ʅ<2vEe IE]EUI f+:%8γ-S3ٕyU3T3ԢhQ_lҺ͇$nCh~wAVglAg2ƞ`2IӇj`2;9vB- APN"vmF-g@.1 ) 3J!\bCz:@P#.`%Hӧ﹀}! %cEwF儆5[TD{PKBk\1@kHum LZv(STQb\mznShα3:Z!6ƿ=,QJk`),ӳB(|>AFQ-dhLY*/BR$TV,F¤*NioQ0 m+<\OJY&(Lmܴli޷hOqVr`羗NO' [ŌmE@ (}2 Gv8zHLxFޢ,/Mԧ 3 +5P5QFHya8m2JEaAN. J<@@L0kMJC Zd%M{cA"$,HM[$>ðb`#?Qwр )q_]&٧3ǼIM:߂II_rR oiUo9W<_llxkΰ#PLEO.zDr$5*`WIDKB z;!ڀrl5H]p]YEK72vV}0Vx 9$ao%U4g ]%>w֑S}A ]X@f tu2:eUiڜPdeI[y'6Oiݪdd{'Ğ:#? &t9n&*)1ȚӐ?T1]LX"AIPM&#p 6 H5QTioԃuFe/^.\C:Laτ:( sKekc;NэiLj3K2 h =49rZquL*Si)pRufSbJ)T+F.1.nRZBrƱvHvLZkɬ ڔ?Vns>9HylP@h=fb4J,~RwQ 3Ww"I~>S,\/v?Q#18ږ+f$@FO[7 {1rԈ§yMq ~|q0lfQ y* 9VД$Oj'|QQY*^B;ow8oy%4 CDp,tڿ b#k <ۻ5mkTA0A{TH!3 6usZ wt$DFأ#yG y8YvVKR_儓OU02ݺɮϪ҂Ng|Oq5h4 9tw|~Ize9gq +GJԨ:+[\A].QьFsVX&ʰrX.l /Fyi,@4 -|b6A8ƍU -E2gy,Y13y_9gk!ǎւ |NrZΰBJ 0T+8:Zer@gQo^*i"~<4K?+oLj7Fυ$zbVU6z4,1>}.Աlwj {{Lo+i/'gߩė\'4w6C-GVPe*IqvD{2僥Ė]>N/Moc-%ÝX9@S!eJDrL<^p TP' 4[߼Ugx֡\U 4nlD5Yur5KܸVb ^2ߣ'eI K֐Nau̓`/CިDiMN6g8N#vB.cz\t~uC\r Nе@ @ Ib<,P^ xb9<ka͢ (1N\u4\Wgf06mTO~SMg G bte*y  RS4@i(MtWmKN53Z5ۊJ7P-.z? zySaIɾ97,)>0>'M(>{BU 285Dj|eVwXKt%4c.fIí;*?˨ip;ܜ \Wf7sVWzx q=t#_6PͪB B4D7 kf568VvFU.Z`=8~H͓y 94o5\t`I# EϬvKB̡ط R6*?|AWEg kn="ZG=Loƭ /ot~Qv75m Uզ|8 x8]\Wۄ[#zh)Wگ:iCaw~)iH8&{]qէ ~Qs~p*pqZ>{2+4>bQҚcQˆ ,9y/L~lPB boKp93$VvJ}8gYq\@ [X^BX~ * s򶡐pI(E*Ll/0{txfcͽE&(?jXkgh3- ԣg{RU$ֳlpSK/ݦ᫄dzR$ҁ%"I3KzU4Ǩ`f7)$ȼW) IOr;x;)zY~"sZ6f߭Q*~M1~N1( N Gѫchnxi c ^Vc$p.6ye@}+sႏ0ۭ3BTj}?l- H8,2`=Vf+ ":͸$?h}Ӂ4#y8Xr%[XFβP0pAg# [?F' }kKt"_`Hj v)5e1Jg _\+QZ>jQ^tR۳r̽='w&5r-ѐh;A0; L2NΨ}@?)Lcs:WPʣaWr*d#J}1,>3J-'' Ǽ"ډ6z*Pŀ}Fєtԟn'8CJ 9%b}"ܳFj` 0Ofxs`B4ǵhaF)es5 Mp>ݫpIIJ\}B+m/ƈ4VAw@TZF웙>!JeFأmeFi.`*8ih*1`n45-Aą|]SAEmI􄦢-LME`φ1t7@%c`Q[Nn~s? ՜ LD0s˽ÁwCE4dB}K$Eh^q*5a(@&,-ߕG~v?w/ , 1j?(Cc Sxe_ҳ ߰mYiBu jAnhgFlceu AvUwF"rP"4FnO2rh#W>2o0^RoLAAQsrg)(g M6 \Ѡ4H:C:p1n4{{ .X28;@։EvyzEӾQ Pϓ"Z|xƥO$8Vہ&O/cᴟ'-|&ڷs>:-u42P *Uxn`/""GvTEb{Z"2W)zyACy(lGb;ny Y|4 $J'rILb$ u T"u xc2Hh6?=EFf] !j|r F+uZ9OZ_~2.:3(摨r;:RU/Ӭ]^cY xe[IX;2v@;C'\7L5jF(B5[= qr\$SI#a^ F]P1Zl]>/t7EO0V4l0y}٧W pcH1ʖ7Q?in^ث(#T1٘1?e FҝAꮁ.GtO[/﹇g Pʉnx< vxhm #>Lxc4G*ߞ/hC5YY]9W{Yсo?wv8F1qշ$~E?}&TԵ /vɚmysK*_K73׵0aƵWa0 OC\g}?fզ'fft?&{fN-02@c)^ {@󚵨dKY|LI Бem%1J =|vڬs(ZqQu$@r<ރPJvܱY=BIegK=h)OFc/V6!2tFٰ9r;O8(X#F$yؓa "HJ.-b:4$r9[껰2(iw|| v$kj?ivc. e}7m0XTf_IzӲp`= ]jWݜVȑHP uH5'tjnVCذ)|*[?ll˝I[T;c5+`h-K+} huVa]{,8Rn}`[tH0<`]-Q=\D'-FSԝ!h' ޘ7 l>ȚH-%uscz!'ŠƛbwT0'Y[uuX%YPBv+< =jpto[8m-#=d6!؍jsӂkat#.h0'^EP{c;H K :(Ҍ0a\)4tddq ?4EË(Y t-(3Ϥ c4ɿ[tݒzNiL5o.tliL1~bkD z  \PՅD)0u)@6 N{g\gp'rƺ9 їmPCco؍r0dnd bݮ)V` ?2U!ϸ5 AB(FkJ9?1bˌ*utZ-.5Xǔx=) _bzܝ]WzqS!LĚ ֶn}B I/gFhB uZ7FaWVq5+|Y@% V^,NcHQ641=6f1YCV_zƛnN+*ʞKq"@aAyP{b#-l7`(e$X`$>4V1p'_ONFJGv m#q⩼wG!b8AA_^~N&!|ki;wm{/.xQ2=Qdu5?jȾMPhE9 814<`!0{Zan<'>zZbnAFrE1g; T[](wS4F|<`q^Ukn%F.A貖y>3'w(nfo#]Ve׏2؁j(z3`Wd %DK!u)y)Ճp̛|Crjd[_2_3MfH5YAV)B:̗gg]ęT fl !wr rF8Nē(z۟ ;ivP'_]/FU)gh1H@^0gQzѽJQSAm;jfįɩMÉX & F%{h~8b~=exO\F?1Ah牎JKX`Ӊrż6<<{ɦcUBs"N ꗒM7fH.B 4 =e]ⱗXvg~?آmu(r܀179=ftq BO]+naqo|sU+w`$n/Hj$YvT =$bP9EOt6QhXˠ =ݚ X>u:4b{4?Y9fF.pŁA(N8l<'.2C /IF&NbP>@e0}L_Iگ4M൓syx4FטvL,KFs6 EHYh)︾y[3s`h֌}nr`DL: Q3= H5_VU@.-X2<#š1ѷ>𧶤iםeMR]FL8 [v5=NZa,Fi/70 OA'֙c8&մ if{ŵKR6H`j6j,7W8N;&&;cmhwhM bJ缦k ~J\~H # C%;Yel[` y3~y%Z63IqfbQ@Bc{6i{(.(c[հ;,]vk7rH؇sbxһ 4ƧYPij6we/d'! ObHR{iOֈ z܆+1E=tEr)O{U@?/~"m# L\^Qddܾlg6(3;TOR? W>,kҵA gƇ%J>^$ -

G\bɋd|d(&M}D}E7:{Rf¯բArQbƤvlJwRoЧSߪ&Lmik=1 (vJqÅcODGlIzM磩J0ҍS6[C-s$*ow&CJrdTĩe'tܮZP YNm2;}S#ڻps dv- r)`6IAldU ڭFhI A=&ZOWrt6Z% j_U;3: A sf܃҇,Ԏ°V_ 0n9RȊL; c)9fB~Pr ]7w ;ŗ`41jAOz҄ =%/czsA/6 'mtQV `#YiKi& ^Z<9>"˰̅IދUo󴻐ς ]1Z (X /xE;  r \5Pwa7l9"Շ!VpAbKDm\nNCU =H,ZR+F\2Vb&8{V̟QD9`L؉Q<njfPw_O(-Ojky@.j#mQP!{|,:: ݵqMKv|yE(pнS%rsE~nhqB'Zo \1އn*Tux13n1k$JN4yU(ь`(z]i!i.{`D=D5;edPERr ?11UޕjsZ\F[k}jء nX19cգ| @fzհEGٸ5Z ,, 5K2%r)!d=S0)- ij<<Ƞhs8E 9 }-8uarF f- 0㞿ݮ1u'V\QH!Ro,Cm?d(*Ѷ0X`!:zͭ$@k,*T%Ig5xp|ўy9\K|Lt/I ]A/ÕK쁊ku.jIı!G ӈv/: ,l͎:SA9W;dygl70k.m-6blEX\* ciyJӭ{G{[;e+xp/{̨gJE6鋝uM~En~!1Smn.E\hF/2VE;EG\H|[Tl@Hѳ? *"fclY~d>\R}m?9pV ']wyud;~^B<˹EQ񞊫S?ucNwM0g-kg51x ڧGLav_ C1e3 ǔW; :1PAd=k:?浚ao$#Y`cYͨ 9l@-Nm²דqd+g& )N9t8)R|FaBЇchr߇:9 L|P,Ȱt>\v=%a eHyAȔ'I=LԒ.q矦 Gq ؜O%Au!5{񘥮3a+ 4u]v|>߬MhǏ_̶Z aM猕.7I~97?a QP3"T͕Fvfߖe͆a%,1 gi=":*'{J {UҙZj WҦڃ3DܨbhȫU`RxٙƏz/-y{ I(Zd^<ťz} \5:%ÝX!mu8nn5Ћ]ECpRԅ9O aڧ:_ A~ AB;^\SB Ytu1C9{S'#bE:"5d>9(UeB j3O*n6YG V.(w̰ ,$QN‘Ey4@_?{A^WsU.fwӌ0AE|"qEr֕C*/jʺJHN?W%} Y~C]1=}ŬmT$KvE/w&NM9sOXgwEۧDwΦn9Bxݧ?`eBIj_832fZFv>b4,a 8* op QVEu)}eϵ;kC*3`^-}OjZXFMVv&TB =Axߠ ΅ S )2˾dj}XoHUqz @9+hy,<6Fx$t C%SG\./Iq7ePΙ'q#!(y`3>ΐ&PczHzW=Z? $x1`ABT_JV ՞+r(6:p!qdbSǟXVA-ah>P KY+(%U2Xb=[/*>|*:ń-flz~}"Dl.skQ^5@4~,iXJw8t3I7>Sͩ1a:dxCA$UC'6#PzK86ѕP0t =?;4{ .6 KjĘ 6C1~`k o&'C+x=O{1vp,ĎҏkDJ5QK>JRO8vY ߗ qj)H󯡎 cog$ "/_fT NRa=gYd*]h \"ԭ~zd#_f ccX vt8\ #ku~$%<`/gllw,L}^m_1+b9HSN8h|_ئFsLO!+:XT[c;Z(<#OkeL%IuFGF0*IGݶ,MNsK%LHq$ Qzr1U9ˢ&eFbf"Š(Vo.Li Q`N+[D8=˸ _o ֧Mt, DƻWALPfr ?nI>w2 ϼd[%;;"\h,X;RM.9'ߦ<Rn*1Eq~wVT'R[>KP7',r&ƀca֝ -\|E^tuHPJ@?aԬi`5vӁ=7; u3oA{zRzw>qi3wmfY4 ANQ8z"awirnk!.l2pHVGg>(مVg2#ÆqOjO@̃?kGﷺet͗VlT:L=(<*}c'bꃇQ8vmHUmv4U F`ڟa Bc8 :RIye$Qggu~X!b,ŹP{UF_9Դ_>EKSӤ Vӆ:8`]VsY_:ǰņ@ԢQ!@oVi^vrsza}Qj[gGoG8,Mz'Tz"<ć٪yZ1lAUGGE3!Y@T&C*'7_:E̲<_95]|UpYdE>0㓅`ԛ AվT9 o$_Q"߸ima'OF6f3I>Z`AA"EZOH;~.q(wͤ`[+|MQ`]Y ާM v)F* p|^C!{bNcLn#^``<8\t'uac]kQ*21svml}7yzY]X*wY!?hy_FIH gMI"ze}IsAqRAH//4s!#WcKEm.z@L$p7LA?^|#PiY*c*HXqt#Gm ;ʉ)|tS3T(e`[ O??O)ܪځé6b8G@]f:lP hA#P1Ѧ`H ?8tp~f ArIk\x,UAWoc3ti,.Aڇ>:'jD~SjE`ɀ?4-Ƶ'Ҟ0[n`^K:\=Rw+ ,b{`ީiR3? ]dLokUr6*pLgȫLxlߞp24jS`d 0@liW>FasUFlyh &9,w}N?⦜}p љ{jz2ӹ|e=x^B$ZC6R(Ȟ %o_O 2?4SJ(FY˪ ^>L=$k. |C;tZh@YuA嫲9ȧNmвoڌN([ZI[IHqC{JTiB/c.1s$fu-((TKqT/i)ӮT:t*Z6wmQ޺OLHRw 1Ң3(}(4E~hIcNLPtM:X#и$`pQ{khA)pU{ kzgho<ݴ$VrmNi^م4o)߇f6$o4=~mUӚUOpB0roByus`j‚rh.#fAlȣF8GfL5%G+|S ʊd|_T,#)s?57+|;F㜁)]^R?qKWrI0˝#A`Ŧ?wYqrL k06? Ewgǩȡ҇:!ye^I-/iG`g#Cx2?J2AW$y;Zm ,iϾ%!Kw N6ЩvЀՁ4[R0=_P_7d{#/8JeT"W2BSEmA$3,&ěʾ Wh.ݑ2rNmqh6qK[~^GwW o^\ r$4J"ْd:1uB4ΨOHm(ji,Z~ELCVso_e/U uԺ^_"ͩ(8=ԒI oGjqßٳ[E$F%A!)P?fs1aJKƛJdӚnl 27Fy mRwRnF~Z3F^)i[]o? M Zۋ-u^u2,1*I٠ݘmy+\v̟1Ǚ:3e蒚0 !SÝ5%t Қm\@'}jBԻ[ZprŒ@_G w} YzzJ0"2YZ`A">`UoNW]B.-5#N4?G4sOoz8QswRͦ#O7"ŦqCW,ej7㉷qbA>i< Xpp1qli ۹=T kld'!%+Ul"9Ș!KNhdLoR47qPlmGb@Su!]=>;Qd&~NAN o*@R1ub?N%1rjkbai/,ehJ̣ păص[ < ACK5FFȗQRء<$$D4qAx9}ou"03 7-?SPHX چ04(Cm4_}⬗2W3bX pDڅ( Tq:w:0ڼV FW#K>xc@!ե<@,Xk(9;^[T`'j'YYos P1)1,Q7KzI|V6%z1"3GA5t)l=ic@;ӡhꨇ }FLENX6"Tzw\qvaHYy@R"e~'D7vqz"J&--'R=R"::$keJoަw*+?j2)nrw_"":#/\|܀HA'BQfx@HnFBK)v}q33j_ǜ0ս#k?gfR3$zh1>imX-q) )4q$O9_ 诒3ä&>U'im93 LQҳ ksGs]MuIV^R`CP:mޤ̓~')Hzkp^sNҸʩ9 _gqTYl4Phc>dЖb{G+erX[tO:V#m,SRUr L+|rU/#]CT 0ͅ*J}(_Lt0?Kp=`|Ř?xc3,++jdp*][Ipk,R?e⠀2<~L+r3yW,0p` F .v+OXzۺ tܳZ2'*=jy!yǫ68=dǦZ+q74HTmp=cT$g=!/j8wF[8tsv4~ u%Lpy 8*E kkIY5ܵ?yR TKԚ| 쪫m:Y\3U߻SqU-@'2)qVVi1 R͐w>dg]af-TnYZTYTU5F Pg.A Ҧ>H/(ӴR-BƩ@sZEEQ;S͏'0ԋ_ O~Z[PVB?q-=7 ·Ŀ ب-/P5 l:/=Aɉkc1d - Q*NN5m{ݣr.F5aqV.Wo$+UEڔ1W\8kb(pƥ@i-nmpOhy9OWQVvE+kue)nRvtNu .} 6.SH7O{&O/^/BZ $fX쿒BWIygPyzr]2t:QIC*! ǜ_&%K1aD=UO"6 jܳ^ao͈/p r}y1̈T?-QZ-\LAseC!kͦ#L4-|;"ϩo1 " T;n Vor5:*a'm 3Ăx{b%$, ܪ׀ʮ`\Q_ؑ;E~wUD׍ĠLh4"'g73}kRNc,%Kńp v }땐?=Sh--܊ԿTO.KkӓvSA2N&K$]:Ȣ>fu36aNdq߆#c$Jk_J|.'*I@>5Vo{վ8:׫*x]F'Z۹*,{~[޳F*VQ,vn$5Z:ʪcٻPhD|h7Ssv=@^ۃ 3oUD{nF0ޫ6p8e0G`!mQ)etrjj9]k&w*0rk 2> N.Z/7_wzWxцU|#^*(p%"Ȣ3.KC6;6Q/f-ӆ<6R 绻%[vXls&/g6|)Sz7iFH_Kfn[Ӣo8bY5(/ ^Rz'm V)e8BЗrۻl~l,{& C0fl =/86ǵ|*J%Σ=hnr?7öٸ-4Ӯi ðz18v/ ix0/Tt&b:l1ILȒ5e^}29iVxЌSi8JB&{iev-z qŒ.Z5Srȉ9wv0DJh /*4RyyλwwDXu`ԐE?`h3WMmqiQD>`^ERϖbNF;+I:p%H3>u.@~cy%M _|CDTb>>V# jQͦaRo5t:3Bb|kp6]Neݤ :s&;I"βU!.Pϯ#P/hY q"fk)"\@b`=-]R+VN -Od:A_&&zu]YM;s@4JFyXH4 lw7|0 {{l?]`Z`Aݰ/#zr /\:']Jx ]r $*l.8c72^1@ GeTu90e7 O` :%:B:XfgS do-$xXrς86v&aE39w_ QY[]:B 4BOW_kerj] d+U՗E`.GQ~}Ql >Pj˄M2݃d##bOg&Ae˽܍k_)ֶ֩npxN:*)HI(~MRH$\WsTΠU b;Z\}T~:O19}~i5VARUCc9=;9J'-; *ڄVV.}L']i}")sT,e$3jXuM"JrJ8ahU:wLjn XƤŐkqC\mmR=:mM޸^C2J? QPq.ug]?}CJPu)X Ym7$-'+O < |96 6Zf2=]~>+'fEBjp^dF.stKVMo‡4ꩽXC_KkY)EA*:9Ê3#f=Q*ͫ'g}:1l-(WyF?k8ZIҿQZ7Pqfz[GzBhl}Hymy`rF3>Gm7_rR׫x40}1st"WT|B)=𱠠œAH`ө Y4J)G|^G~^rRC c@[:/=m4R& QgF!8x#_2EmLG/M{j}Zg?ϳ:wu"w)x XPAIf}h*Jj0VI!g[nMb&IB0lO]ސ6{S pq Ai?3]Oʉ4I|,Fg}ERbbF[!P#OC<ɫJ3+c/ˤa601mzs֨b5Vlu#x' k-AcD!{/nQTR0)3̎+XMDՃuNhe{zA;Ե$&|LVūVuFc XxSHHD/B jQZU^flr6ly;턱̗!!`O;sð1W_]C_ C Zw}}C+ O"և3tNӣNhS~^}د# zHZNv:b 33؛ e+}X}K'#px* 76EX* /VObhdYfУ㷛! úDAzٛ"HY-7VhO>hZ,(>|1rTP-hcF;B#!~yvcw`6#%s3Y|hrK۰qo'ù8d!gND,JaiLv2~/2TжJ:d6g۴᧾N(iA)d#˵޾Xo8u{b@jR+e7*eY`JOv3g,:Dq~I<)̻{νPV1C5X?n}ѕ2O ÿ9X6 R(,.aUY:IHz)1>:%uXi O"0dplk 'TYx4ٱ6K\X&ChKד\-8u-IFT?$d&b#DkIt߄a[Etn΀RY#Tu> ⣑]cP͘:K5$}dXmBЈ^޾fk9UqYm96~ڄk3VexsfzEȠ Rlem׈FAev{#@߉)\i<; ttZ>CL&Bpo9_.U:">2esbbf/Eɡ&Z xL{#;r̞1扁| Ő9W)I된N9cf>y/VY~hpQ'1= %] rצɍqTnxb [L&MeqwGoF34F,)T5@YL)t@@lb)R){]-B+HGB1YYY[]2,_\hdUav yzvRUD$J~}uVpͷ*v5J -0YvA\>Geax3kKC?!]8a>ϓ࢒w}?@5wN' 1&b6ś3=ߧ40,Ai֒= dJe&03R)v., hMF)o>b-cl1{4*%g5cڛA*,BīԄδ$y Okt%N ]5QYǻ tձ*SdMa@4n }c*e/K{ u&3XQrx+u+b@ֆ] 5pNhzUL"fbw17%:XQ% !ҩgˇCQ )2hVgyR^fQLwgħB3 grLW&L_l~Ŋj&^Ma[? uc:j"2& DĦrDhN3Fm6EsVEqö3cQn90\ VJX?NO7PZf:e}2h'=k izpw [-0RYcZS/( dߚA|axKb\3~GƊG+u^qqv*~ޓ?V!arv;a;(Ohh4Pd̀w|)df"?`ty?[KE)ѽ+ylA%-EHWj&ETGtpVnzǁG\PF }ZuN[>gcz~.w mY/KnIՆ˽vD̗IEWK&Cѵ;i+6la|kfۖ[;--v)'xIٴA =ȬK*u7!N%Ueʵ[Ll7nՉ "Onŋ ߟR°\,vmE*N|q~w )i^w\>nhb -s7SN}$Ou!PO0h\y; _xD\N C$}q…gO MYpTѪݯH8&s-󗬸D80/^`dZigc" BCS_s7/jR-5E,ʇ iLφdҥ>per=i=%Ѥ0qoct8ɨO+cPHlUŦYnyO᰸nX#y255 ؋@qa`9YXKIY3^663E;}Cw`\oꋕ켎x}\ k|Yp#>ɑx6Y r6a %HJBm1NȦڲ1.3Hp6fڀ Dq 1;ع3֟^B<%7_qTT?[c}|Kj;]! 9TlP5xRQ< ,JnI`CWBdd{! Ck^F] F͠vO*-1vyxAoLXZTVj8Uz8,(ӗ5Щh 2˼GZ]6˟4k6ꉯ$cDJ*L5԰^գ(3F|x D{YqҒ2A^_Y)Ÿ/??|hHVp8#:Gyb]#Aj2rGn/Dē a 'WPQbXD?!GE*>' S$.h2i_1FZ o%lלDFLA/ȱ ZI|6ΡE-90uA-XǑ=2aGF]9n8=lǤmJW({a^Gn~?/Pֺ3PvFpOR" ,%~9Kv7HVdeD1>6]>B QKρNdnGL9~E֯^{} OGCvֱmέb; MKKx]z1hx E[x`WUS7Cg&{. @H 䈒_&/MZ8 tVNMn9ֺV,G[̵yd!e =G|fٸx[+pJuMK ^鋷:bxgվ*)*b5G QmLCFSY䤃[>nȊ#K*)~^ c{ztBkgB_ y)QbuDHr6`'#puD"\eu2գHm R60e#bd6/y<1v4KpKuo_,IiT(7J' [Y4Yc LO[V@moW2Še}AGCSOs~Xt(Ϋ:(rK 6 țq{dCzr} {C0 ! >~V=f@ȈRbݦea2.yq꾇 ċʀ1ZY%?X.aڎrܠJ:hA|21p(vlV`~۷βܑ0@ѢiU1ɛ,iT/ySvYXy8D3TQ>14Қee*Yy""6[jô]%Zx6ӴNnJ=T#6{"6{~m$1u'_V f8 N'NL@<q3`*42CEܫ*\XW~R' wǘs˞o@Z,lG^vV1C rQي極}$W"ы&H )4CԧZr!ڽ#i먶6U9b]z2qGZ\&k^,;(i5-iT>%x#Wg$vUmI2'jrz]p= eh`e7L=2eWӆ [E}=6q f!aȺȧV$M?>$|{q\a.QNDR7ßK#}ӎ,˒10q?!'Pyd2tLhzګaBlſʠN3~ynYre!Bo+ :Qs SVA ",i#Jzkcg#;L8w- 4EtzM+ A.ebICêB"_O:ޒYtd4J L=MOoSeȓVZ+vv][P:6%dH6fR#~`\I:IK9Q$yk?@:HY1ή?[É@4b+^1ί)^%R{,_MZ`z֬РEW*VYUwN OEz/6Ccsq1Mr g^ P82wQ/;(dUn+GCT^DHZ;cJzqkԛlAp5pk/eq0H˟F:!Vx'z.H\~.uu&Ek6uRlNIY#8z BqƼ,2.p_VE"ip{'#X^xNGXx8_-OkWgn ;RD$J09-h7urK& q>Ʊڗ 鳄…e>}Ԗ'Ȼ [rrY[${Hrg߳ǐ4S A_kR=%rUYsHQً⠩|I5JhrUTM_K)eL!/9>9?94Վ) )+!BZ|"PŜJ;5tMv]v-' sڗCɻnymx7pG#y1bo|"66b~O^vTWzI2,ѲKnߚj\$o)EjX(rmlZ,_ (TFؠwcg,2Lg/%ʟ mAI>^q:f (COG_ Cҹz77F>">2|-#PH'WG"hq#FyjܫZfΏ 1\7< eKwy!dA(dkR8 Ex廼60;JokAƭ9TuZ m*A-ZPx:!5Uǂ6c`_ނY{Kod&Ә+)r$dDC XvF{G҈J/$=;,7 GMtK¶ltE(lO I"W[#l{h N0|uߋ嫢;./њ[k6ߑ.D7[/n6̾WT|(ޏ(8o)&l" NHaT̾}lzCUJu_#6rWPgpک tQ48,gЕӇ<NH\/7d z ~hL[ˬ&njn9MP4l%ݺ͡At==&_;hs1zEvZ]͛&gmirGnVwźNM{y*_yDF X4{m;=ټ.1},( i(7qM/(MCwj7{(%% ,gF1V+_k75*=2j>E$/%7Pn5p?v_ QΥHc+}p2͟|T5%Dd:(~[(EPNMpe}rJ<J:E:_xpoмg6=nMʺG-܏ &BЂl~6f O_4.U'\F<0x5 .: f(RuEHsc9Q\@5?f0g(M+0kj_.{Q>f -Ki4b8WvǠo[`ڏ.ܝan;,yvM\0&U'O<>V ʧx1mfAU▚{ ŷ#rRong ǟU3%vxvjhSnR%IԎ0kWӋKr莚 ?mU&>qu"S~urh,J~ʙӔ鞍EE#+qCM%ܚX;%1n匪F K*^Pv8"8Q˔axI;8e,t8D ]q #A '$B |,j}gRe(d+qFsX/f ^E Km9ecp!厬gꩼLc4[3iU, &1ds]a (z4RJ1hy;\KIgۻi[[;9?[y{ߘ@c|䉔rQue5\ׇ8Ȇ8JM|Z@9nDظ5^ld4t*u ' gp8a#7--# Kx8R+!XVt>SG~vu8[ **޿>`OVkeEJBy8lⱚ ZΉ~IuK/?SZ[,WD6&M!SMa ߙcB$#*P}+\21~jQuF.RۙDʃBApx' okMLG,}WP{k,=1K$\{ۭӄ*Ď/#~8&R0Vh?8Eၪ @*17YmgNTgcfg i1aڿ5Ț8۫kWnQm6fA!j:__b?!ނVmG߫넔E5m`v[M< Nߐ_~RD=o;i. +|׼5!䣟Ҡ6Yd[@yLbB-֛o:-x8?зDZH#@JhcMEMl9!'^skPqЦoEtKhhRJDmmi5b:0_ Q@kʷiN_'H휁G +v#.0_&1\P‰>2kCN,-:R3vrV*S"[T$8Dgx@֑׳\ P ]*y\=0Ё12(EN'M{p@Z(Ygkј,:t`7*5Dߺɖn&V cu5Y;FyyƏIy+JwҸB$jJ+ӓQ6r^–07_z XHC,B.l!oo<a*;suӍb -mң8d/|+5 .=_@ fHPd4]w>6ڰ͙jᖻ@ Y1Y@O`VY=X<´̮pS]'q5RI.8b}ߣ¦@Ĉ؁(%fj8>^<qW +ߛ*/LU;o`J FH }Z‰Z1%P[1!+7*>ۼt#UEErsf|%\׿L)k o$` t).Y1X\/м^QRI [eZ30a_]I9|rzT;-,ٷ,o)6W/3LR+tBz3|"?AëviF_y)y~-;'GPj5v!]>tME̫.Nxj*"V33@@1=>pK1Vcao3?yX#|G4NfSh%˗O,6xFj3:#%P`I؅pg4a%<\SǴҗ. r^S+8l 7S{##WSMnE;!Nvʻ ݫi{Ktd2up|'ԧ>gGHJ}:fZ77''Kƾܿ%4@y8C*Bv2BF:I, @Ĺ!ϛ*#n{ uE.ѵӐ:wHʁ.hNv9`:Xx& x>͘aDCVGF"sk-$yd#'06gEU l s\ 6"*UM:,J|,E@Y4(w$i;N8 W'z4SPO rjbM7ſO5ئ,n4#%UbvigM@?Yo(1~.'uNbY ѯ49ְKPһ #SC6D| ΝUP9kw#QdZ9C8䓨ƌM !@_nhKma|wݮ9Q;Dbk\S*UTg#|"}9b*:*#߾_+-sxx}[1*fej]ϑG}'?L̷<4l!rE\*/ǵJOvv9^ x-VQNJktf2iXd[1n>&C"=G@/髪eF)Q+8 }cp3* +םs#R:, d%evZ+ryo=lӎS38Efտ'*OPC)0]JqDe -4SZՏ)n`DC0W8̮2*vkoZlF*@|]^^Eꩉ68Py<%lӰbI"ړSZ<ػKxG1s?dfB'v"DQH& |bv[{@Din'ԹUf#d-b?楄AQiE=$qm 8A[Q[? 9cL/M*Ҳ,bҝȞ+Cg#FΡ܇WÎ#m|rJE)[삘IK Ќ!i uʅ> G ^dZz5ݐpTxI)<&y's11K',R>2 (VJk՝l3 Pp&B9 .U|yl Hqb}'F$e(n[B:]HPfJ1ARN 䤐!W$#)YhrZCeҟ'UJH~K]y1K>ZzI˕Mhi Tu_/GldS|W);$]ݟ $ +XE<1EX^ϊ(fΡOZXI7*e@%L*8J-[QѽP;j4ooR:ʎ>=s]}8A 3~B*/oK|i X0kg[٫讁ugyMi6p1ڗSSZr*WЏ"8z 22*^Ptrze"غ{|]F a>:5.lZb R§^xm8<^/%NeU'&¢0VLv5% sܛi bD`c&k`Z[ږgJp :yqxdIG6OS7oZ$ih\lU/JEsmMm"lpDS69mS!oW|v_YJjt.2h-gg^v*YP*Y\4`|PCA E=Sۗz @ts&J{݀l@3qpPO-쇘oK%K+LTT)ޣ6jw"iXXĆ;:G)R˖MIFf9HWD z\`K&y]P@Z\sedA 9;$E>#qCg@&7Ϡ_VUfɸl蘌vRutQ76U:aDwqdZ$~^&z-#ː7wI^ʞόBh]뽃 q %I 7)LT _̚ (05 3I5.+c*(o);/D]EiJ@ůD߬f4IC\v}}|$xy.k2@OPc{oXru]|z t>Q&! %0Mhl!_J ړ`hq#ݫ9^zfM@Ht9E?2ϖ[u7+," X4r5W̺=s{z -6]l 9FB|Aa'DdLCV5Ӟ*nl`pTWJ%`N+JFIH)YF ·=v(Da7 m|թv~;P->LDJV1hqi^:P%QˆE v:"}Qzv/eX[ZiH@:O:՟c gJA5ݴ_Tc^=n"ԕ/"&*.6Eˈ0ңpR \!eɫWoGK޼I.0In8UX [p@`* u?RْLI]qM7i#>9|4ϚR[φ9 8Nmne,ΙG B, Zwl NQHQ{hh H*6EzJUwxcZmV &l_~S9գ.C̙bfBwKE3!9k[Eb dܬ)cf;nxm{ϻ@;.(/'!c}YH{҄Ɍ^ݽ/-$Y9'簬؎jN9ol\R:Frhg)P,].3HfG"'("r$f? U.G+N.!b KBѵ~<,[WOgM%m@;e!"AER&"gu'%c7QP/sCKYTAES0D) )@hId"n90a9ӍYM+C^Ne{oG@cd{mt1]\ŻP=1A^JR}`J /Ƌu#Je(+JC2bL?+˧vpN:.‡8*H](%tMcTuv9w)ZJo-U } 9jS/3*+ ەoȏ!֫^ M̜&IkW9+ xM`KX6A83GvhFQnLԈB׉vC0%E @Lu2aRAAڔS7egK;Pg7Vh3**0.c:Bf"a#ipk؊>۞c<ĠĨ{z؈l z<6kj !e@0ȇ7pY[~ uSo`Nzq};: /:C7SImu_ȳ,Ѵ\K]݆W=w]np8o9{KAH`͓ɬtUˆTEf]'EQ9֢lBBro6"0$Tn·',PE򫜆2|œ{b:10i?׾ӳ<3yn'*B-ow ָ[oqCtF6 #흭`۱pSp qAJ ]_ZB)T&+/|Or9)zZV}&Pgj}GOSd{oig.ŻgVb {X.?*U)jV7toKJ\aU€HKur|/&dP`?Yl;S (`|wʺ~ JlH󭸃tLVW[?Ge2U1X*/L[$YT26dMD5-{y@DfDs\wpГ)K} ss`}9Һ:0 r.&b#(Z9*=)C.X]ldƩKw+t@Bm`O:E$cA\`)T(>2kB>pH9?)Ko0\)`d@ho Tb#@! &?<8Ԝwy-Ha{' b]pV(۔=a7I Ԣ(4:Eu$ظW H?I:AAN6(Xӱ]60 Ѓ(~4R ̵`բqem|AፐxhA_eOڷ̬^@xr]dqI'3%` Mt``*r̭Z!ϏM.[pn~VzQhY Mkۂc<ӮA>H>L`PfaJXZ;C(›Խu ?;RS_$.aY]i>°T"XOl-Qi ?InoпqknURG2s‰-;H S(B w*0q ׯH0[z:䈒ɻYSBBR7S(0%HS*XPf"[AgG&ee秦 C6$W.s+32 ~bCoS_Kqh>Y!ž`=ϫuHܴ]A{aK_bߛi]9k#X3c&lY6LQ(_8՟kTYٮFrUm2yěRRBWg[MZELiHpW q-\+קؿfBFVr(_&`9aaQPjT2(v!RFN2|b7ARr>'&)Ÿ^XF5{PKӆ 6͙kU"jxgQ(I$6wT7-Z$<3 + #k4NgNGx!3xoHw#&(5#rU_Tgj)X˜ɹsy}uclt \e=mfBg&+ӝs/-#h6D>E Ǻ6ҳ\;V dU;p".5}iD|gnO.(9`( PPZ2Ks3R/\樉s_uyo\ n¢LՐa_C/,=zKR H jsXڏXhǁȀLI#7s#ȃSTGɌ^M.IX^ BaQ9[Mv+ImUAcA(Pl$({B߂Ou[IM4k]̠cr u[{^Y%_ [s\E3#fGeS ^f Ά{kt ;HCKTվ/UzBΛ& nX=`c~y ЧMݱ`>v)HUHA&J8#tb0>Q(X{ߡi(@N;$餵yV,nR"יAE]}GVdo9>32zoU]~6B8td`q Y:SYC|k(dS$@!qԳq,~7$p47SX4i7J\ɤmOs7Pr]8ݣHCC2贤ikna_lfpͫ5U6VFa;YΉJ/~>646?Wd-MMUc?uտ@+c5@O<]+i>;-UW+hV8NG_wM?H)mX01?%Z+KUʹ_{{X ϽL^$dɚ'1dqdF冮)s0ehQj?RH3Eb.Bɽd1Ɉyuj.ۜd}xwP L'ɛÑv7\!$9\O"jgdL#y:Rξ҅?K`cʊq w"(iLs8lsS/'s9螴=D$ufDմ{w ۰z+ThM+9v/Hm2[NׄZJه Ym8Z5᳡%'ĤA-ۜ6ھ|iahASgmQr}V#Y 0R_ӑmv'gɁaǒIiBƝ2%%c( YOM*.wlb g&ut[ YNY.ZxZ><9EQ ϯ8ۮ;;=dHo8V_P!+(R>=/V5p@~1Z#"3MB6{z ^c $lHjUHr:͢sfAf:mkSpKL ų$rXgf=&`pDz;꣩b$-̎l!t(L|BlnGeShSqAj@"z-s]/ZnXsD2bhZ-M <5Il7 &L.6rpۜ^Fƪzdwd'Qy pP)9C^/SؽV(,ȯdsX^sZC w<Z"' sYcÇ#Q69.J;hl/zzP0Ljb"ΈݡD>"&I0jo/GgwÖE/T˓Ii8 #HK]Ɉ'c743:;jFI{!}Z9 6JtfF?=鶾(&z|̑@t~ wӬšǜLt|IKWB>Y[aA=\fJСg"c5@T=ϻ$kܵAMLK@6q CD 9TZT?MSctE}InTڀV8zmmnC HQdV]̒!wReqH+Th:Q]V̥0STg~r6pMeA!'P:}pc,1D/[J;Ɋ~boVDāYe[ dfc{E,u̜^?zV" ?r"mSwgiȞ&i$oob.C0E\]$ ƨ Qe%X);o,M"hݖ]ZS*h}l]S=/YnzM;i TWGuջŽŒ5qv0xڵסr`6uI_%~4Sw~A)9ոEB3nDhݨH `߆OfRٝV,ìǤrz~Wk$1_+DJJȉkRzvѣ+M m#G6 ~o;hب^И.Xy$~`s9XJ~T%0w"k.'M9PsOR2yyR}+h֑/mpd4мbL597K-LUH݃]AytWT;88SsƎWUz%_;TضI#3L>4W|~e*<_*@6^f .Zϖ{'6c6/g *}! gDW d*/IgȢ)OERpΡFn/Nmt S-L2yzp>^"^?-g\&:W NqNyNo9_|- $ lFϼƒ͡nNxy2b6ւ"fCg@nQ|BI..! n"3[&7U]wZ# &hU}ײ& ?t'9@mrR0 VRqa4P)_w,ͥCRQPUv0׊={cT,ӿVWip;[i@r;1J ѤazQa7|:IW%+-TvZ9?c׿kG3ZqL?P'fw%<8:/솎pkt>% IoF`l-Ax3b#\;Z#O~٠SV[UuU4~ G :/'Fq)h(sKSȷdBGHd9I ҌǛ+`NOlΥRMD y/rт_Wm"1pyfQ1#{[2{vCStQJ?Q:ׄBo6;' $5BjdFk !X].8,OOʸ5)#ͷC c`8@KSʇ [c] bh.r8!Iz 08o@x+ 36~tn̊Hr栴&fݐQ*|u 55ݞL^|ՙ%(!6^dtۻ aGDgʋr[jtudh(zvbe$pBc%[hJYbVh>9//ɴEk)߬&>Ck&,Fڥ=dSͼ|'/[Y/sòMhdCKR&59BzYC|;N;%77L}k6ӟR@a1(Žsq^Leh\yO˴P i }t5Ԍ'+40>)^"ȑ&RT V sSb#y\WRfː<]|#Ǫ@ٶy bDGZuvbݩ`ԝ/ǍG~i8$mJo>pF6Ļ0#ppAzYw0G6␄:v%в׬eE#us&Xa/l լ~΄)V9ǹ9oȇB'?͉VP&=zBD,\z#$ F5*2漏Ir3;- )ÍƳ">Nf`sߐrU1J5/C{Z"$lh7 F%6YYTV>5c%?b$$t0b]n ϵW!` jM`WGrr{ wOyWhVKȘr~W0юa]/M-ȁ 0ݯ{ c>@mтVr'/^t8h!Чq ~_nv-NeB ]VR<ʴ dw*0ϥpG`2ÔGH4uf+l,i赉^3Xa'mMEa~ n&SC=MT4\XJoeXg਀^|ճ Gqnm*b?-/a/1/g곎T;" ɧ=S[qnxZէRk5K{vd#f'uK D"1:kh ff?0)=I}r(CU04mJvb.%,kw.zC(SZtLL528N!*R4дqԕK%mvhQ_(Tv8* lהD0O97k0!)Y #$UY>jRf!<͙\'*R*,KɈRGA>$N^  zgԎ2E*x\au ;N8UP:jDw]viHM6OmGhQSӹ,%*)}MsLH~xAeXk$'t@p/T9X:XTНc =Eȓ R{0# K6rʊ/5%LiHG;4&cb^BQ5}p .zW)7 xwu3]X23U]0=!ޤUwD 3"/I)|,Ta}n#'S?ᵕ2&zEOojXzti N dcWڛ)`0OPa09y<-m딅k$Ms$ׂa#'Dыp1jsѝ#:a0JꋇTe+Ro(:YO,yd'DޣmUi?nG@z2Djo7Xµj4=W>?GYdj@)\}PUN@u.UTF>hp i4Vįpñ1R\XIĺ5.xcvWVK󞨺Y'< K- +sʼT܉]I 4J yX7C2W8I-0O 働<:qLP*Zl@0vFA.&Rj]V wӵy8pnv%}L%4: Dmb ֗$ʊW{ɘ@R*`{ֺ!\5m6迖5xd:8]c yʁOG5<;1lťj=-K,xR ,bk8On/d0 Xή,\[hdLoUt-E9厲Pm}h7 j6Y+bB#5"Q[H9]]u+j fH?K*"KfIb~Ձ%plcLu%Y\/˚flT)fu)ol(& 2%Iݒ^Ljΐ`\Iez@,VeQ ~aL J,  `C";? w,a16d+Kj  e;?NƬ&x]TKQG]lIuԘҜVwQ.*{l>Iv׹^i_WOYf Z]ܳ1܄{N"& zVx(e%9\d35AUr%w^ &f3t^ AHH$e G]$MՂVz3Az kr'ZQqBZ7USޕ)v/Wl|(O*&(&}"` "wO.IǸTbg@&WCF1 .&O$vMZ0-T8M{ޘ̘ 5!Ɣf5|V/j\\ -)?1-<\̭ ٺE`=~e[k!q sQ ѝsqZӌ@T 5 k?I/`_ͦPX^NZm~V2S=4%F;\nΜ&GZ P}-4/lAґb]GͦVuW>C$e ƈī Ƭ,܅:탬,w~Ǘ"piI$Hm{:i%х ˉڹNDW_-qI'ߝFb~.uI^ejv!sF( ʌȳ)E][wV7$eNd|n"=scyڥVҐ{5 ~#Bm b>@0J@ ,&3(bJxW5xXh0=;/F J]3Y~ѹ=օCDȰ%9S!@ZR $I줕608 wb˖V̓D#=x=򔯕zN:fGqF&CY&6xe=YNd0 wb2RMsr!02 WpF=& K$2zjGΣ~Q0YoZ"#,~oz 9k'2F_,Y!bMfyIM<@6kZAo9V`.gֵe1)xaGiجRV_MZ粐}yIV: 29$g0P^棹CIYo*W##S1IDzh7s26:OibVL$Pz0IѴzfyػ FgΤ]҅F^aiD&$a>H=: \0&ML _4Pb<=nG45'VZ*'6E.( Ɂ z[r0ZX=@* |G*\RD{/t̚xjl߱^ꇚ8ŢraT*~ ` -&TawVz26a46_,Of;[(+( Dh¼IJ:i d`tmEj-St o&uoSkeͬ Q\-Wc`ک?+P뺭Qh1q%gF ,JAwͭEyUޝu[m^[]_XX xRkKmf2wF^>0  }=FN̔]]164dF6Cj yF=Y*מw&$HellN(O)V#݄JE=ycjG~:6]:*_ 44Q LUcϿ9h_^٦ʼn3K"&;A{{!^jH3kK#(8]@*Vbfo<^IWζp>Mqu$0CKZQKߖۻE4}e0:g;Srۤʸ[)rU[K #}$f7!&f"$N#(+9Uz=@q]e=!<8f%GrŷhZ .ͨc[ .˱X-޴UzmgHrOe .ܶ(_ /-[jS^>a ZSLI@ٖL=g w+M:@j \ۉD࠷IhU4Lݖz!!C? W|$G:-D\EMEXPSEBEj']\ |u~xʸy'1@h3 nXt bcu]kpN$3y>L_։YNSMn9%>eCh pkjfFJ\i3 c@qGbp.'p.?]!OvnIUl ṧq; oX,rxK,]wrMpe. H酗_rmx"hɆ&jFi-4aQ@6/Bܼ$MVlJ4V~Qjb.!mNxA3ՈINLQ%ĽH^y;Pʥ /K_˳kqגw!7h| |?SVJk"ۮ}ͳ1";N)\ #wc<3|Cnۉcȿ;6?MwG/,hjs"o#d[\8T飗%=РOTt8iKJuZu|¿`n0hqc]B5Z#jQWվ*/BN9 - cIPPU9CULׯEXt5j aހ'GJe6"0[䠅8)JĝL "AՇXv|H ϳF\ǢUT zV9hJ46CiGΕ*.dOqF(!27o ".'WsyEgӧ(uşG)Gl&^±KDӕ{X?I_-md؝'Z\,.ٱZ!N;]؏=طs~P6ݨ]m dd1q'9U'p* ω=^?36G\?2D&|<]> /K@>&5? N$o2OeI˗R #{ _+R*%-j S2:y:H+WH h]~ǩcE`;i(1ĔUg[ OҡMk\+J{ݶ G_=e86IW^[U6acSJ.2!eV{+Ԧ~OtSQI0ˏ nBDFfs4Sf[ʃhЂOB&YqY ɋHϊ> bZ@ ?;o, 29jm-W xmIawe K.0݇Yݡ3&[:~|4E-ky oxRS'-'YZiv!kCJ5}@/㱹2\} G,1sE *>3ZoljJ3-6ލKk2 3\g- b~\XV1/UCl#)R6 (1"9-{ Jr(џ"o U3}C˕9rۺWZ4/'bd3qB۫jaic,e+kV*?: :vNEgID@Tiy~c$EΧY Z|e}ZN1n1׸9wJ1F2=R=e@R6mbpd1x5Ak%rہdVH|g2~D[Q?7#ďԇ Mw8U_c) Nl,~ )q4Iߩ}9fAM+83dZu>1`Pܼ$b[;1LLX <Xc<{Pwc۞2(_f@[:GUz16|M ̚9z c-Y-$Cdvytel~~y}>KNyF-ŁWI )oLx:;Ccbyo}Ν`*iKLGbh zB8^:VQLX^|J?8giM4b۬ne / to;'KAW.~ w-_ܢ+23] hQMdW]VivƌM 5P(4 6 e 1NZ VoՊ:Ur.l+AW\~ pJ2a1fZ^>Vò4 S,(DeNFVn|Q5ۘsPS8kDZ1Zq,c0^֘ ZL nb}|,/"܂jEj(.JE.1:GڃC@ϤXTL1W0-~it?eeU8;h=uǎ)t:v^gu_LG@~Z#/7j]Vm(+{QHES]=>T-AZgCTheA큉̉ᢟJ #njnaC4R;nέhiz@+lS+iUPS٥y[/XUu6Eaoڅ{=ꡆ/;qDrCQ zTw{9Ti\G-kϬ*}LQn}f|LOij"FpWz\ru mzJtQY7JtpJ\&utr |Y^L{ qͤB0n-fa'A^ ut3Z Y{ֺcLӚHMXYa*DqCN enQΩ|”?UilMˠMNFGA bkp1m14|E.ܡqcHi/C|½ ,">NjE/Qw]JYA51v*} FD͌yP؂B'W=Y!K[5%lX̡9)t=zp\7`PN6j ^ͧ֝&х֞Y&5鬄 h1l#pz\ [@}Q#";"Q6Oo Fɾ| N=_aWk8cDĞxg<,a%K z}y3eR-wabT?Kxm_/o_](.WW>B/5Ր1ɒ\⃖F r]Q3$;0ӭCc]jNA(=gH("^d‹n# 5 RV%2\Gq/,RܖUQ\Rnܮ I*0fɬBwGHVgC4:K\=Z[hA,W 5U&c|`l3r #/3X!ۢ `MM wW e sXEJBP'}|T 1h;??%/L^ ;iYrUltpܺvfbPwe\ Mӈ;@n09$݆ܾK6 yՑsT.j&q#0u3ebοZ =mϰëx- zI@xy-p%sr}j_t꬯O0wk=