parallel-netcdf-openmpi-devel-1.7.0-lp152.4.2 >  A ^/=„bۢSB<.8˜nO<Pܻʙά)LGK.b'5r{0b՝1: YbJ2I/MAaZ+LyA0gTZG1rGGQ%Itl(>D=!J]LBXi}OQ0JېG$B=)zA#:{hɎ8h13x_IizIP6z3ʍ:yƑ|19b528b0c6bb47ee0708153104f875feae90ba4d2c8ca6ba52d962c9abea3c5950b79a4d8073f54bf284ab60011c367e8236d71a;^/=„1Ѷ E@7r¾m(j ?(3n^ qW#'+ãk&Km1.%RCThtVW{+ږll4|〯lÍ B.M*eCX;BhAg?3i@6eе hAru)oqd!6a"0 +G~񕉻 {ԖK3q'mU Mp;?|d & 0 ftx $,D P \ t   (Xpp(8 9 : FG,HDI\XdYl\]^bYcdqevfyl{uvz,06xCparallel-netcdf-openmpi-devel1.7.0lp152.4.2Development files for parallel-netcdf-openmpi-openmpiNetCDF 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 openmpi version of PnetCDF.^ulamb08 openSUSE Leap 15.2openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxx86_64+kv6i^r^r^r^r^r^r5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf9fed96bd7fe626e5cb4107fa8edbad5c53c1afdf37a51bbc3166350df334a65675a51e0de9fc8c42f5868d9ecb6e9d046c1934657e32340ac85adc952354ef19libpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-openmpi-1.7.0-lp152.4.2.src.rpmparallel-netcdf-openmpi-develparallel-netcdf-openmpi-devel(x86-64)    libpnetcdf1-openmpiopenmpi-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.1]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 namelamb08 15896490131.7.0-lp152.4.21.7.0-lp152.4.2pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi/include//usr/lib64/mpi/gcc/openmpi/lib64//usr/lib64/mpi/gcc/openmpi/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:Leap:15.2/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:openmpi1cpioxz5x86_64-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig file,<utf-8b4a27c16df5f2c036c43660c3891bfdf1201a0107e874bc874cf4a332f193fb9?P7zXZ !t/ ] crv(vX0ey#c}^on H}j~CS4rkGvԲ%t3@b5é̾81_ŽymoM E^l{7 5>$"ʟ{a 4uH!uۮ[ia{>-4_j_=PaX쁕;N$sM}.iRyT,2 ͟u_bd7QdщL2'^Vt([] *j1?@G]_ 40}6sdXg}<Q/@aCRGmLYI^_ `FM2*7h'$+U(=^n}鬲&;Q5MƎ#Ā5u{>|HLUes;u蓔F蕤&^292rU @#ԝeP*[nկ^6qU0=8aO8;wU `Dl ZP<0MzddTas 6$b2Czd[oz/,mdMj"Z}bNV'-%> d#{*HTz̙Σ#$n^bKnAxa$C_0"<ـKr1:L{Ƅ[:QSX߯!Q'rzvm24(˰Ү@6TkS*[FX0SLi>@²xf1hfGؒkHv`g]$M)uEc:ծru'hgzCvAI[k@@ &Zp?l{V0&-" w)dz^g*<ȘOIJ`İ{~Bi`ߘD"]-Z=/qNhA8V`;IAEK)@5M=ʆ?R]r-YE kl$?1-!1"W*ngTr_kL5?\+rK6g@)nN蕺+`g0 @&@~Fζ EM :m`)Bq[".=_8N'uXU)nTx&4|q[200(D'i\8! V֧|'y?e5O2{Éf#TeORJSgϋ'J5L9 {al6^, _x[Ϊy d} BGTXd~M^υF|1Y6gtt+n gF &"3 j߽%qs Eߍ\4ʖGvd@W4GwVfu!΄ařNZmMƺs-@W ?M~FjI&mZvMPz4EZ5m[1W]i1Xwxf}yU|"A_a?0Otz ϷM;x,8z ch;pٙ@ߦg4H0CA4u"E0sSxr)&@׾mMP:xOl )*=P4Kw@WFj(Y(CIkߐj/qZl4kʾ'adsh %z|?^ J93]U^OUͯR?&bJJ:>kŎ8,-);QW#-P<}Bj2Kh# o:< IK8æ=W(XCÌM.FtuUB n%CȥIW*aKOy{V֑>XxD/۶%BΔw2|SaQ=AKӳQU]+<㒅J!6j #ZJ.F2#/ BI{˸ +_w, XX=HV!ۋwלc+N%~qm6SxjbJɅ}d&Ҕ+TqJSM%jZAQj&jڅS@!%<3Β^eN7&Vy\B@[:`0ّLcm'ES|_ bo܄H(i~Y5gDgn@' VOkUd^!z)N2 ]7%ӷzV˰4v@:<V(,.F&b|I cQ1!T5D\w9cN}6'<&*A_LC[slB?">y5&kGŏ;pkU*tx%}'3u g.(Ãkb2gp63,)*£9-xL/T a0 H@A:9tR\3#Ǭ8nwcplp[%Y EN-T׭AV.}mɌ#<]Ș#%Uv1Ґ:^qX$B54ƴH,CDJǥxs.] !W1UI慤B$s~"0-J_r땬#2D4 {0FSXʌ0iD贂NJAx.IX} 6)4ūo^ .= @3}"imeiDܬ1n%l98:l ׫8E740 \!hN@n =W+71rn!mvYXM[h:IU:f .>>/Q߆ou"wbsE ^g G׀)F#M_#) ]- \ 2a3STf"=smcx!\FJ3ٯ1uOZ ڨuꮷo-Oѽ:ۇl#;uĭsYZ`~K#F\2ͼz U^Sׯ<]zr#a<6:ZYD dX8$å++)mތw{fi#+g=~D;x觞S6~KQ.Ɉ4Fn%yٍE[qѨDž$˿#ɴ1;<,8JVW| H/=) X%U8AWQ9>M$YsPUo^2nKK $*uAs>:/Y:U3'j 5:271]Ј0[Uz?Ac=BCsH" {4F-NptLԏtܰpT'諔ˋnѰ2 |e"oezWNd̓;k XA)wR m0GtAf:z L!ޫ‰q9o~(px|د(GT _y 0c1phREN˘߈$g=Ai8l}T݃I<1aPx,[ w 3 yx ?#^Vu& #Pej,1iω^jarM /󕏂4DUyqo凵Z1CY霧S7N. WKc.`uhAy'ky|T՜NZDN-BԛK%P5hؔ QL)EF}RZB:DGo_)zbY`ƥaqS ]> yr{\.&P5WPsxQSh?%m ,#Y("0Imna:r˜il2b リN ˩&6paE7KCQ.zN cv`lqP1$cJdy;p^h8wJ5!:a`t>c5]8$'/a^BoJy,27ۗJVJG?xHs-p0C+v)Ăq55G^?iGu6Ï d8(%AVݻ$ ѭq'otd^n͊&7)cRWӒ N< B~4+Y^hj-6@:[x4*֠u&u'en.e+ .ǥ:VȹL(.Z?NY7O{9܍)BX9_ axDbe3£"u Fleϧw:(3慩z np+Iu>J7bt+Nt:4hc i9*?7Y@B$3 tO7"vW$2oMP  Iwh:5^Ύ9{ gNްIӺ93te!Rc &\Q7 sƮn+D "@l'k}`d䒵U c83L˪%f@\X(ӐץN&Mu4ymwSIyF䨂nBwڙȰz̧NjwAPbtk< rz*TցJNrÝie%$V/ݷbCtyW<; )J<~ou `85㍎1{buxjuMHq)~Bh.Nkl&^ՌXYECmb-f]A5`wlwğ|\$G6v5 u1G9J|v0`g]'BnAc73O-o 2.j."ůD5%K[cG--}nqJkL =ݬ;f>: -xlٌlv^Q4 K 3@e;[t'UO y^Ag ą<-UhMZ{IN.S` CiP|(xڐęs^ʓ:FdR$: ;C肋+vݴx/ub'c74߆Q=vV&Rtf>A/-&h͌"(o]Y`\&O*א TAPguhkIDxC8(u5I*%@ra<4!OF`mOvװ 7+Axh~Kj$쬐!u+T~R#_Q7W.6fx2/r`3e=Õ,`q7Lzc']-L1zy;ls^N pR;NKuQK|OhO a`8 Ou=?L+ۺf9s6GCcvG-XB>_CP!ln؏bV> 0R ļa+wE* ^vϝ'g?RBvX1zg'"ː #gSC.W'3bFb%C@e.qX"27>7&l2RfNst2Rd 9!S/S2=M rI4*dDf #s\3y$9e ~m ǮUEGQ "Fa.B dEc~MXԢ[uaQ>J;.lG[ŧ8`ʈ&֖-rispk>dz*ѳTpO|v=ܷZkSܤ @}>,rmC-s-7ߤe& k堯޼wm~뚈x3p[L3-7N ߯"ҳ֛Rv; 7w@$_oL0 uH[u2Ϊ |m]h?c:C㽜F5Nr[\hr ~KNP3M̔Tí1E(H,ݜiquLnN^$,lY IͺDtZI3:Μ^r1r0Ywpu_3{t7ɡ̕5w*F[8[8ށl-yƠ]luF K5+٥Y&y3a%wF9/|Zr5a`>R# q6G晼*`)K+w)Ӟ|0AZ bh܇0tB8%;7vt 'qDd*O2$Xyc4 CJ^T~dV$ bkknx/kcYaœ6/z) P!F l];T]F1gYg[wk/VXbIFğ(CWyqDjh(EflJ+ivدI0{SΈ܏g=mG̏i c~]zҐ`ͻ3(LavA\掼cƔV#qv4؊ẟ6lԟYx@x/yt،R"TlE%ʴL^uE4\{$Ş:TNYFEλL97 ۶i?|9:%/ iE٧ _ M\tRS\yF-F^ ){Ǎ2Ā4sX t+OpN3CWkՄtB=|DHTD-hWutXx٢Fd:UlASûn ջ9F,䪺n;"hS"EI <|#1eepEC6 =U%|~owO5W!gD:R?*m)UxVKm!ikT[r]13`ܜo@x5Z ϢSMRUr驽O_5^eQ`5@E[j4-\>d@"}XC⑰hQ6|tA\y q>f#w}}uF&LB'c7 QOgtcʈPD a+g,e7 G4VXJJC[[>_@W6-.Jk JSNT`mtofVM\HTYad-Z:>PFgJ&aP*lAz+G& %1-3jS@*u }8 GN/>*d뼌fuXᅴq`&a(q<9:.@+k$t:Ϗt(|t W32/a'j:mG6S~!>Ug2 ܐR@}&6ĄgWe@[;q_@4[1 ,vn) ;ZҾ7F@߻(&լkt A314JI\ >)62E|3‚-n~|E;^&g@u~a0"]$6I@!BOrr\CFTBh`^D1­Ɍ0ziEDC8-T.- *QyDFW^RQ9+5В: PUoQ{ZwcUd[C|'56gL`ݡH=R(/x("3h_\{9lʓ\2j{<$#A4}5!U)A;|@ă&uKJ0OXrC,<_g@ T#A\i+%u$բ(*O (djw..=,WT{¤j|b`BY #9Z1o#N73Wx`k. d/dCR'v<Ӹ0}2 P\if,0x_XpBQH? @ʽR3A沺Ԫ^|gbKfD!w@3D:0zF+r=LƓj[ 魀IWo`Ȓ;$i=Ȧ)+f ?YLbK~@8@?]x@'R.Ӳd.xF|t&2NaavISx<+}  ^*N3byڙ"j{TERl<Ylb!"KªRėT| W"'P']gBsþMAK[wZ*3yلթRxy gAb3L Cf[u ] -]eX1+M٭pP{YhVܟ|ku "vF6_\ݎ;2#-%8,Dxk`'V`o/._I _|]XIn2xf| 9,25ƀd84?50Q|ؗ):iSDip,3}p+23Brf]-0ʄtl}a4DV{yoc<d7T3 r$F&IAzcO=,oi_[8)$s4pn}|=^!cǦ]@4U[܏_XS\9|^6-m4g*2Q!ԢG9KHiusTu\M˧W91aޓwyK iuFXei~\)!`H K*A+FqH#yHGκZ`ۮ^n̻GCmtˆ#\Vgb=V^+MG+ͥsCQJ`>Ix@FCKhj>Aj|>v+vqMnӊOo7C(\=zOh '4ϵ}/aaZ̥ocZ=;i[tMz@b }ơ2ۮ`}r_S1H͵4Bw~Xq&ۙѽc|=~V|,*8SoET,7WAC6kx:( `:ClJT~ 1+3-A!>o-1RxӈnWЦ9qa a\`eoQ mF-n%n"1ݐy~b4W.Q@C$=]~3c>,I(QLpUAH5 L)BQL0hN1 x[SېP"QeTw_sug4A̢ځij$r>OC)2eiA &y|}"I-&pn|& .xޣCj2*-'QTlAr Fbs\̲_5oHݦáh2n ; Po ۱x.at޲9]U4tQ`~B(SY$=c Υx17]N ~}X̷QXnJQrU[7:o6x{XaXzv] (ce v3]`SHOcŲ6xE2o(B¸\gX0)9PXk5/PRJC{<7OTI%yӥȽ̖RG1uʄת3jccɢ)ɈzI,8|Y]š63ÞbYٯ%\_W'N"i`ט`"Z֢~)k OsG\LE]iL6 ]?nO73:tc- dMi5!д+itRY^߉#В]aO*%0$jz;liu\%:q cnٟ7m$_1JʟQnWjo)AE;uUEȄBFCt:WS1FQz2>Uz檝^H(D>S[aYctÓ T),AAC^ܐ/IHcMhCPz9n~~3ZnD7Lq<¦|z7W$.ޏ [7r '5mƯ,O|qj}P8k'xg,@õy_,=i/f*JcI£zΓr]#w`=y,83&1R;ݘ;Mx0>0{38[3r|)a1L+e$~-{LItGHݯSlM5#T~\s gLG6KHaT^\fY!=_D&ũ|͂͹N ;\pfAڸdJqb1ƕL 1{>yy߼jH b3{qEâ7h,o1c ?ZS 2 >#'ɍHdb1ǒAu=eMŐFA'.%%_]k [bXV$nC%L0RVR4{V>h0\vՈ6B(zV>wI:(׾oߠ+p_uH5/iApu(3.\l1%S !8R}a4\ae|I@q/|#ճ ~."ag9'sĢzDmJ" v#^O^F ffX+WPS7fTH=wg4kV0Gnvտk iQ(7 [T,l Z[+ йal7z|OhTܓT:ƛe}`9x{W(a{K(Vu[Mo:uL/FL\IMO-h_ׯI`_vqe<حJ{Ico,Ab,H/N;<{wuTZOOBq^J#'a+>XS]ؙeÊ.iC!hlhc_=GڶXR~\/Kz/Ephau{DBr!ޖ{`#XZIlGb4p;ڦz Zni"_c,TđQN8M8sY>\ursK(-аt}au|94$%=F3,p!++tP~󏂪7HxOSd\Aj|`<_ѯnRҚ DA[IZF{) nX4sIB1$_˜]]={ZGJ,+&hہ+iȲHƀDVjxИht:;po~A m'=&CzG=h t_7P;~L ®ќ]{|@Y?0u9zVM<k9yW+ePnkkig,2|\ݙow NQ|7il&6ei](zCӸ@p(=c#KimcͽKV)~0y|!Ef,vp6!EU>Ic)]M uskI{bgxI\MfZ U~nجm·~CG`wq9Yԕ2b9xޖ,mf;QN!9/),Fϥ6L=7sjkv1uTCN+_㷪i;M+/使gu1]̄-GzEg; TF%Oɝ4ȟ2Nbws| ^ƙtijy"$caxg\DxYŷYmE*J|7 -/TLP u۪]r520*HWȁ6ջZDi[b;_ME7+%Gn1o0Q9MPWQ竬\34 t')HJqރX>wAK'2GXBci|m19~݈|"7k~Xk4/6w޲tgo[+n4ܳTVÞ Jᕛiu^aҢs7qwSVHV!lmz}`n0}J[;'2Uq̲ vnOUADoⓧ9-4iTiʑ+,|1 }DK1R4T9-.BOXp@ d?FPu|k_u;\ӼdVQkINs.)31Y9 8J`_b5TShdQ|;Rʶv J93 vnê*];^z$34'Q!sΠ}-iF.Ƨ ` ̓-?ƸENUx 4c83 Ts$O Ri(d/z. 4d@NՂ{uwZx2U ȞES2 TSVy: u{=z>7jBIUJaKZ^ێH @1rA<7L[Nmkk-j,P"g)ŀxvXm|mj/"&UHuW82r"d"A%2?V;)2];Vsw,ܬy?p)~?v_=jSv+WC:p JHFe-c!4LE"(<2l] 2czUyºn ?YՄı[03kx c@tPYJhqqk])g3zlY3ܟF+Alcd>rZ2?53Ћk[+VmTy0d*csX =yvey(Kq~90 N7Կ(3 rjnrBF[9`GT &tz߆(*+pL wpv= +.>hٟ_Z&b ' m6b;g32r=7T/ԝlɛevL$!NWsϴ邧{V!zy༹IV*`-oOS&piC5Ct8mp&u 049,{ M$ $ᙈ'}UaF[xQ-]CxxQ^V<:Gh7F ` xwYH(ة%ϖ%P!Bn_} zjƻ KgB˧d _O,WoS7 #󖀑j. Iܬ%0l?FdxcӕpsEN$ 8hzZC(34%5>gZ{g~>cs%K3؏[`L_lID027 *{*I|F3)ZVF=%a2d (rL`ŚW={c-ts5+3\L RU뻭E.q`:jfr6dT0Ss +*h=w9to0yf;7oX<qvf~m#c("*0`([}JG4TIйPM3 a(^dv)051|%mNt# J7B_Hk`=wI;dچH3$mĽ=YQJq궦mtc6JA+T,f МC Qruc _*Qfh kz.򳂏P⿸BtsG9F!el5Z~F/k\:E{&@1%+uxOb1=VRQļtMķm!:sΉ~9G!nkVP;#!O>(\%we\)vpGf}HK\)~WLکc)-mL m!6'pP8wgA.-KKmcF>e{KJgf:zMQBP[ٚ [vT&%;KDv-LGֶ.(yק{ןmAw3Լp:^w%bEPMS;ˇdY D9aO^7PgjƁ_+ "%y-w6Pb֘O2*C  <"G#Ax-/1_^́siPaџbzeR< jYYSL@\;;XiF U琦*b냥Yh;"&ZiO^CQ5*PHd<4h !0m0~q ?keul:"R׋fLyYjcDVG/ɽNĬ @ ,oJn*ہw L"&Hm\P@ef Ūj,EaMM& L[%Ve׶Ӛpc(Rt2笺vx.8OJXGrjC}8༬#̴GV3a"c8E=ndq>=n+uw,FGt",#a 𒉧(cDKI_ќs*5NRj G159<VlWKa3S2p`eccq)Jw\n'QU&ǃH4q[#7nPsCkxgÓn*3Ko WK {/&i7 F!х4Rwibk~N/&6QVٷdئ"ϾG4-] ɭMSK"<cJ} >2HyynuF6ԪԖnz goSRRvd$Z[wʉ=j0H_dipRsM Dg!+U];WUwJʈprĐ8"՟Aѫg%HU] 0S(ȹGt%g/(_vC t@r"0O#wrfV &z6=T"-sdJb1(utӵCboOxЩ?:/y>fx[ lOKfv,܉媐~.]ʒ7]#iA \,T͹D6qZ m)Eޱ& n٫CO+NVT HZeT)N< 4Z6sᆸ qG{${a :&@n@CR$F?X9o+ }{[*y cz'J~nRSn>bJLy pԕ>A |b0;(BG9 loY XI]iLL Fw['~ڄ78I=R^kwˈ'Dvc0)2< /bp?y57o-y9bQ3*#1k7%X'p aQJ^?ZĀ_u O.}+-1?Fʝ{lmwJG^1fGcn4^VXLZkn(WO&XťIe)>]@ h)y,a'zJAv%|s`j⬌ѭ<24ۍqI8#7q0cSvUL!,/%bͥ<ȂYt=wO'CN5/F)VE29 #oĶ%nhǝQmIGh}W1E}J)V1-{sr>o| L)hH[9HugMl3KWA(.0[߂|Y vY/$xt=5 ֘}8S1-T\fq7Cʶ.} d:*6ZFJfw%2qjt21%W oǏb?edo)I :iO]|)N_KZY$}$M]^<°Fa-Ujf\L°SOL}-S"]>}YXsBWG_ԁ\o|cɤ~ P\KPpߗ8!>gBu˞M ~F+EA?oV ![i UM}0F:4v@9l X_}wNCj׸DÌSfc Rb0 (߻gy8 %R~= Bg~RX;[M?k;V!my3zz2'΋x^ƝPe5LDʚ׿y30 ⢋7c%فc8f'CqHq i5FY| јF֚%S_}<δEa{<,xM p_j-Mp҅hr<ы}rf¿ƌ&rx"_tԐStSe{<"f|fs"t$#ձS5L: D ?GOW~OzpIlS[^4Ә:)co-+{Xj%dШM,a@`P 5U+V ʏO(&=Zy@IOe* c'ў=K K&96 ~'^ƨy _Bo(F71~ԇJ9NAwvǩH!Pv =[G8 z~mR~ y9Ƃic{*}Ag| H_81t\`t*.+{IcAyݽSLD I֔G/Nd7GM>=9'm>ҹͮ_0q&C<S6R$(=IиYDህOkjOw+Az㘩Kan+D/)zRe=ΑKPYɦ Az]w[q&NS^l YM~(llrSKn^ǠʘL7jh{!yk* {UV;3AXGeQe/ F*s]Kvuh_`,2,pŅ0ZOnSH_%Đ_̒R )ifF]m!Us%5O[:s>AV?Dxev* %#ݰTg~cui ˪j>#/טIzwDۻg5'tAhc#Ku,{ͱ¤ھK@~bB&!uNQ;7ML=-?sN{3mj*BN# Xk?^Uc9'ʤE3=T-vUzz(WW0gNhOS!*aa:`0DdLni#Qލ .Y9>cǡ#B@Ał; {zP`"mA@nWC{c+SqȪ;a0:,u.t6!j-ks8 pxsMP/C/'9 NIcp鑴 # ?r~J+>Cv$r?:aLj 4x)o{L܌`BN;o?hx01A X:,e9nnPm;)̅r<; Ɏ` 9J01Ltl|*KWP8{&č&SQ828j+l~Q~JM]lshsY66S2k2 Ձ']nRca&񼳫2lCVqpkeڳ@_:8] dl/3ؗ2'%*V-(' `j8d!x0v_!J%% (_V}~~blQq^W LcEc9ۭ?jsA*!j0ϵ&7A0'\B5x6yAPLT eMDiGsEL6e‡ RL-ƅ0NtbXvXNpq!]{JCnoH, ؉n{pf[8F|]7ӊ;̉DH_4?ZYWݧ'!ouo5 71?Gn-:US6v*پԼ:$G[K(ja*i:2%*m=5= :W߆`pY @0A ۢD'o%޻;rsFY ݣaD芋P"1R8"~kD.;2on.ܵsY 1=DpPN{W)M%2= Y,}12t"3u?XVЊ;;SxvduyS{"./SRܞ` [f\#r[Z(fR7`Q̨S3{ܼ+>,q0M?9,zc ?ؽa*+8q Rc& FU1 XF^ V!`>fa.rPu=:z*GȠ|qM>yS#.u 5I" 8V?s{8|drۥD;tW:[qoo:z[rsq76bUfdp/~_ w%T/g#w"[KS?yI=&o#)#kЬd!Xhh#&읆۞Q},b DNIeo7#}%-4Ƥ@QŁtl?0dKPp@V  % /ia־d{vZUO\vj*:)C^_ ̅HXE TuzB+ ;Fa7VW>S0SMȚQ(͌*1,jo7R+-]lUjPVO#.ƒ#5 Uby~~OSzޢ60^o@P9N(t <_8/ʤ`jU_> ~4ch}`Ɯq4K]Ʒ^e:fm:n?QBs 2hX4d#5=},<+ՕV1dh^&-x$lpk.B juuP[7*N!ʔ:H_ 85|N r"A'|wP[EUiHScFԑzڵX4{FaęNG)!BHFui#B,I 6gs<[/'NZk_r-ZkEFI@űVf.O:EBtoM(1bhk%F\ƁMC@C &iBّ3ݜLLEk?Sػ1ggj7k~IsvY4i #v8{SM\MXsZ|-Q\QE fuIW6Poj^ho|wߥ_g $qOKmo WAPfi)P4OBX*;}Z~.n+X~/ގْM#TzrP vS -xSy$*nZ]l}YH8&kyC9N)z#+h-zx"ęt :BFT0"_Bjoy +J5 OsPF `Ů{DMT*`b&(WL*UҐ{vҊ<1 :kzRas4+Uc*J]X^S'5\CnlQu|G6jBAU/=S/  ?\u4``clFx\4r[N hH qi-r!}/_]޸OJ~#ͩ F { ,ZTCl;-T:F p׃;hǕ 'A4Z#,t6.e Ma (&.63/7 @ZmOMw/]@(6{z> ̋"v1yZ;d#Dڮm6g\̚En E=&"ct{hLma'_>>9Z#bb_^JA;&nb4pۤa]4 v1B9S~}'}Y\mxv0 [/~׉i栾Ȳ|߾R .7cW1b-~R lW`<Ǡ]㯁4+ ƙ x#= uAf^ӠONW&/;!GU1URBՖSЀ8fNH>hU'wxX`n@#:am3T,+IՅaKC9X*$ OkTo b-rʾjlĠPgNR G8s5~IK x(l[GyʗB~B7*~`hXGM9$L f18Y@IbY4A V*H(du"АrU"` Z{LPBjYpj\J81Z!<r@V4[W︁ .vANIxKzy°+]!7I#unF$T.% TiU\%=BNA(nI;jHmڞ?ӢZ0L E^/ewдJE觊ž z[;?g91hO5r}9n46Hn}ّ]x{ ẉd>m!~ˬeI6X|= 3X57ijib~\\qrQֶj,gѲϧM&R%nhMrSWyIihGV3T>@tIB A^i;**p꘡J3I =f2CbFAvA`t"4o v~,w$OVӋo(~ZC@ڕFZCZO$o+ϧ덇K0r@чRmʓ>6?/(MKF_LvADn간SOW1LI g<9#[ӄX'p"@b (\bG_3pS mJAwbTږ$r:Gخ4n ;#M- t :c{"YKŜd՚ }N3H_e_͂h͙Jh|>s/jF{GB%+mmoPo<(Xidʆ?$4Al# K_m'2!YL|M4e1tB44X{!&_/dhsx<.MZ0k#=n9`F\)M39&u6L˛tiе} kY# Q%cJAVJW: gF$Us$qSJIF狼;3Zo` ‡t^-!H2W8ˮC~.c,ߍtpO5PI>M—,{0C7*I}M! ^т e'iMKΤ_!?j&?sN~N *u֊I]| c$YH)i]wD^2PDԌ Tf^8iPg9SNj}r jw )@.DO7qk:{%VoOw%,@QerW̅_ā*?7 IONXbg212Y`)t?4kelTDla!ϓؚU"wg#lȚ dž}E6r"C%B)]71[R[z41Tz5lzR^hMNy ?Ў=hoep&)t@2]tsnqE20Aߌ"K+ 4V0SP%#1:zulDףە]L^'̔" հj[ ٴĭ"n Ag$7&&,!G]5W,#,~-Mn妮@r>& i꟏L?g00[j=H:FyW!I{'oLQ8,?ФXw{C!wƆ;EW[}F"m\#3;f!XLmz')%~ :k} G;%v&_(#Ra\K@Ժ1ڢ} Ϙ.A#^t"RtjP Ey@Iݷ![W#$vY-6\o9/D$5NvٷwH6FGE%{S0r2)+zKV ʞ+v;s8{L5iD%ɐsj b dq % m({SL{~H͡2ȱ .uM#ǵ"NûŝWYp5RZ)/`TPnJsT-x\}Tkv}C#2fAJAjX*FueN|VZ 5%ĜQ- 2S^{ٷܮr x-'vڈڴ9b' Ӄ&}/fV{;8®AAxUg1k?;`'İ%uwiacOE%1-9+np-πbQe9:US˹WUVwzm:^q5LiBx 0V6y%Yvbt;3GkS}4>3[Q!H^@أ[-ojJ;NpUȄ"|3T۲W8Dt !DlInNۍ\NS*elG}FP:3@S1D=iiWSuJ'W0an~UmT9 fUtA"X3 %=pɬwD:߶pPcbxlIs4 )ǩeƩǥv2,,0prq?vC@ u΢d䧗x[S]𓏳K}im:i c+i omqr Hraߦ q*ʜ*>h YJyX~eC,iQQ9MV'zK-T<Qɋ8bH+-Jg/.}"jzLvh tR!1sm 6L)u}v޸`&u,ӷ{b#i6oTsБP4rw+ \VASpp0~7q((޴SfGjq ʀJ>D7̲KٷՒ 9rW& gtj{zjG.|u\{/uba@}>|FZx껉rKzOQ^#ԾʋZQf,}hrܓ0ϭS'@UݙB= 7cT|6Mc4Sn\ġa̾jB;%t;" Q:Ni-@.+a&%,[(8G 7#Hn/Y+R(W!QSS&Ș!mt5GG/z+cؓ,&c% ,w[*n chܻrqs p[BBdOĕVˊKE5n!%=M]n<|Z4+I;/vR+z%3tX'Tj:^"b9x]x51( XPo/(ʥDٔyj$-F ۋ؎HQ^^Kҧ| 0)CڣE8|$BLڔ4QOnXLA $iQ20Mr"<1ggZy2jDѯv~xPZƤL'\ȋs\168:,6ҫul59⏹;;QsOP|,$m]͉#pݸ367& ^5=T2$#S2|3M@+ w;iiR02 mFT'Ge̓{(JDO\ 7 ݾUO2KΦ()ρtA6k`WOoܹ&ꌚ={n?zb)!F#hǮ-h)Yl(*َ|4nPFj3J/5(fnA9G2CV5l[D]yN5rBnA;聤9Nx#"!V 3Vs.Q fl-yD©Qifz/z׾CƗ}T:C\P8܉; uMSp=M/Ep @gqa#j: 2#𙆨lzA?nn.u_}|*N'SO#.˟A{zK4$7AԻb^zoڥ8T\J^Q.N $EEuFx_"2EI]Pάx?@y b:z}} -;;|,hYPI TlP jd'Jo B"zb1NzRfTF h-ciR}%: @4_"#(&zֻ$Q-LO2.|u)07<}LAF-6?Rs,v{ðL;Z?< )T4ڄb\RJu)SG667a}:oY{ ¾[r2~bV:cGGᔂʬ^&u?cQ}=m$GՑ{S {mgg 2^Nʮ/28x!eO#sƸѭX"!Qj$Qkz VZ~:JPyg\@s,g nfZ'*|5,?Ţ>:jn__$r5w_񮡓i#ĕ5GYfZ>ℯ|>ګdG<R  fW`$1< Quq=82evr\tU /)vfGVzi~^ E}:䘂tRg,Kx,L3N4:z/n 8_mOj 5Byn|qX pc?_c.4N ϋirs`6=hȩ7?v*jm Nb܂NGd;h5nMA3]!j$#vpŽŲj\<۰Z :>KvDDջT_Ӗ$L˗ ~6r]G6DZfipHTLc6fS]7#~fܟ5C\}ؠ[tveݱtS fIjpP ~QHf0rRG<κvf!CE-]L p\b/t0!ˊA#Nd1A ERoZ頜--mXd.N9 ňb}Kۦ(rc 30Mw陀v(X- a&XSǖvǸF a bc+p%hVmWԀڒ+W?BI sD;[ԟcl GL:MN%Rs߿C"u# FZ`@wJOU9O 8%vM,4T O ^J=>޻~2X$S$w3WѦێ1S h$ݒO? ;`HQ;Q吒l{;i6Ɲj, #(0ȨGn߄7PO5Eg(%5OXO8e3n Ζo!|jÑ*3TaO[jNbDS|yLy~ 70cιG%ͼ6"Õ&<&,)4(lrcꋆ BXwovs ݚgR#|+`᫼;Tf q{CEB c0/; LVj8$P8B5uͶ@FFc%7׷fZh,C70溩0@;09Ik [eE>o>2XȪ~err?EKvH\j:GGA[1nf]Ts+ {|/m0D2A= a2sl˪+p }>><d͵=R#T^pt$љ#"@jO|;XQYg`;w<BXI\*Y04ރ}hƒlWt1RY}-(owdtsqbטrx5 Tݥ}E*d !V*(xN6aQ QH᡻YeM^(c} 3H|DuB`_gH {R  %plr1! ߡN{=oZ 75X9%F#ttH*Wg%4vQdwW ݓ,Q 2Z^IK'*vyl5>n^%T-#ٿT9q/ -fsOdȂi .{'P}HF]@o޹aւGN-Wb7fhw1%mV(LkSfy4 xe QS,e=^)*V:6raP,ߜVGvF}.@H?/a+PJ 0NxUe(*XǸz`i/Llǂd E愁lV7 h b΀n 2'u[Nƞ1f 5j+Gkc($)VP|r pHkB":Jf+i*2VxPiI};,pS/e`φ]*q+y5sV N!Mb~[lM5q's/VimGiH\A~N>_1_t>%ƶPnDa]9LT~[Ru&' xUIv nM_[!:\Aؖn lwW PᓥZԁTeK>9{H4VG$mq ;pNxSyRU'k7!?`r^i w_I\Q? +pCim?ƫ,kf" %=?YO^Su~rL1"SP1 u&tN((KlZ oViĆzv+2w:M†!E/E`6-GncZ[j͔8H8Ɲ"$M?~m njaCO~8OmRM`y!FbyL $\HTŽV`˂XڗSr&5p±Ӓܲ˟خrid!)vl#g `< `+푕 ->P~q)Še 0 Bc`6Ԛ[OLQZMO}xJtEZӮe6֊1oH+.As.jjyd'/7ӍQ7?(yn_0d?oKĉqɷܝK,bN5SҶ0bLX۱ /^pOl&V)YE$ ͷ ,%{_us'01'$Hst*k-i3蔾̆Ò68do7muφAWrLnJHdczazQIhY5eskt h  qJcO YF'; ̓ϱ~A5Ӂ9SVr0*n{sPڔOHxh*iDIi%{+Ӑ%RfJ@1>%@ɉ吽X|bu'17¢a޴8PۀtU@_;}1 7ຠ8ӛWwt( ε}B63U *McO"sKy6==B>srg6õ)YF˓Jp&K[YD6%C%*w`:VQǤ(~LN܉OM3~ނ Y'Tߞq7 *.-sfKOFg9x }W'IR~I_݆f,%U_z[H#`S5.-D\9>VƗA73{޿-3" PdXiz!C"g(t 6RKOM(}4l ).ORy64p]xOǪV ")#xE^yFL :e_+U,YP2!8:ư'uz7HY3\ʒy4c2✉C_,C )1F Sk@릔>CidTķ !_c8CK(-WҶ.^9\ ?d8< cglBc qr9{[%wTл 6o{,`k|g*`F~L3%&fr !]ިh {ݶ"W8{0g90Y1`l*90͞C|tn16]吙w?W_L.X̅q ɠ vɜ,'e<ٳT5Q| 0 ܲ'oId ՆГT ܤi8 MC1 A $'aHi=DÈRY۬Pg p*)Sg0dz`„^4},ќ">%R9)NfQpX!+11M" YSB 7n24U){1X8yf3bpJoOl>4Ή/_ Wc.sQZ9:.Y_w-0vBd7w~'tB⁳rAdJ;3',t凎E) qyz3I}D;KT@u5Qh%tvD$}ȕ\A^4<3+e)ksPfG$&*_ЙD@vd 3Ewi&J<(ϩz)0ff +wDl"m1FFDbi;=zR]I-$sP(j$0v 3=d"CU`LA(aw>eFJx|H 숅)apѼ &a$FߤirEt$t>؜P6pרJq^ؿͪ?pc': ;)e0x2]3{CZ74O_ā ۭ)mϥS ?!4Aܩ(:AFq|\+);(jfWw# oI1jA(7|j^x Q]^hP͗+PK?2quNFT!?1eQ } Z /-LX#5s| 7gנԑyO0S 1~D>Qٴ<;lv;!^Cg dcg@-0Su'ng^\lgJp3DHǠ*i# Z$dRWrZY$[C[#+YiJR;%b:Ԩ ItK_0GMOMaҢF%?ӸdCTuɖg/5 Z>vw=4jE'd Unï+iH"aCJ u3ն~J4ճyInx5ɘ=RiYg(/K;!x0Π=ς:+Ĕr-y^Tf$.|36eRۛ=֤Z{2C){t{W];lBD*[=f00?yr.+- ,Cx)oI?VoieLrx$:gUǴ2MR[zsFnI6S s$XҢ$;R<)+0,H)wSqj .`+D! 2M}74(@Lz9kB6xQ ~ȄO TIs &h;mİ{'rFQCG࣎'vR'@F5#,`:RVtŜ=ZCQFrln'`X$/Vaeby!pxn3긙tqG+v=#;YS7vbF֎A dS.Jk^ըxGrMJµ6eW:P:?1<Ckg˚O)-ȣ P{)Cwy]R)k&CZ(?,:kLp97;5 z,|nrJ!H=*>^#z9 "dQYw^;#7Jr^d秘WPKnR+C$J|H=Pb.$vJaH{G,\ o wlwg۹k(~V?4T4DQE)9?\sn9ie=XHZ![^%'EDyw\aߟXZ1aA}hشW)Vb7~LM;(qe>PL!I%O15UtK:X6.( YVG-%0-6 lfVu=ήd"N4Pe ă%$pf,9kV9]_[#Y*\ا~N+|.]سVVY V}MۍC>0y0VNL`6?{X7<|-#3Wh a1@)+h 1 u ->zyc &2Z39{CZDwX=Otg07Qn$hLYS:˭GVȝ^]:`ZFA|N#?^z҈+UX?S2`}k*jt;z335Nom~JNSp t$K?[_q[ Y:MVhH>mBAeA*2'm)/%w"x:J?./ѽx?].L,4}  Q},BH9]O䑲ɭeDdL0/8$c{-S[z>ڶ֞BU%=%;pC漩iў[ Qebg0ȓ=KTYהG{<Е!1P=R=Ktjf48u|RfSETR6/;mV,>s{K!ٿ~= t"UCM܇בLĀ!oڽG/qʝnp%m zOj.LTq>;/$ U:S3Ʌ%YU':jdXE;͵u ]xrL.+K,{bF;9#_}d!G$Jc|2'}6]g0$${qͪy{iE9]@ZV՝ ƫFBU/M.88|dմǫn!^Rh56r!ȉ(5~[SVb&J ljrSĖM0 (c@ޙdez;5%ꬎ.VR:yzZA&IEJ18wU]9|m5>'[挫pD(T1mԌ,gGM5EƀP-{9/TgC*)92p_O:C>pHB~lRgĨOqDB`q,"(:Dx$+;u}㌾HX!|xڣw{5"أ(zճ) 2YW|U!RX`L"!iLU?inft 6Bꃮ9t-]h/gK|>Mh۷ dEyHޔD{8'ȞgDǸPN (zRͷ^pm Y 4#W[/MX9S9fv%6O\L}ν1wAMgFkR1٭[] (mFn"Zp-"mu_Y5L:N_V%$ ä́XDϛȿLѯNbUF!THסxa$2бվ-q30vhR({3Ҧ jWJꟕ}̜ i838ՎnB|iCoN̪EmJC7z=tZ},WD>},ug,&qONGDqͥaRMZX/e[= EdXQ ]ys LRS,fi859]ONIlϑ :yfNOP5d?uT.$iX;[+D Wi9 GUEU)Ѹ^?6 v( =b]H(az 8y9 D:V2fA?+$.Jk{:AA+zzܡXeI%uƞ^[;~˰b0y| O_VёFIU?@g#dG$ Z(˝ a4m^:cmJqa6*Wgq9ߔXzJG]3N?i@8HLR"Jv/s!xԡKFVvCְh 8m2},mXp) eC!%wluj6*Lx6 .LD5BzV88X}^V(RF<9:ĪMf(g-16A "ImZg= p)V65F2nuݾ%X}kּ.)lЯjGל0-7Vӹ`rÜbM"Tb-Gvƭje )tH)RJ#| c;/,xѤtOr:^b/5J!}^YW1(tN*|ycX'Qڑ&1 6\O9ow*|j3_8>xL-ju 4];CQm$G_V`Ѓm(ʳi9t$u!*Q1z;{Eˮrr\wZSfZnA5QaܨdH̏¼n^wʏfG8਄w݀c_˾&(UB Y8K_6XT7o_vD41?denP M&jTR`!-~Y}o+5]˚ *䌰JX>UZ\ZǨ<)XQU^_Nc ZTk)jpnawp6n}nٌC}e 3_gdiq'vy:g48)D[cfOSޭDKp$ke ~>2T\{C{7=h 8IrmX(HtbJ+uقki=a ^?q:Ti`4!.4޲p!آ($Jy,Xgn"))xPSs.*H>52S$kĘK wpAR(H7t}Y_u(QRMD7%7p& ߀b[٨[5W5 ~Z!,PK? ]])HbELbl0,fc6xA c<ԟb!:̦ut‹&ݖ%֜|֬TT~+sw'knS^ŢB\-8TJ.`⑍ hmkڢVgCIA9Q&*'EƭA4. >c'^<>Dl8V?SNJK!'W{*^7jD5iînH'Yvsቚ0/}w ػPڟԞ@pL3Qqh;2u3(uɚ;I1kt!" I0 =Gn#'QxJ(wvsyg>.1~ƴLtC;!oAfa˛JW yieĂ]z޲ǵu(T$Yqr?~,ca:NVēqʱ*TG0XE0?^уWǤ zf]P(fl_{bCߴwkAuzr> a15hWTY~lBwHáO,j3x\ ι]_ I:^Pr;'EBB8#'ojWx%!GN\k*-`f߼幨 ځE"4GsZQĀ(5ck丣BTN@QdivW^Rض{S9,8\@v1-E?zn$*&]aJS dm5oxCV;q1ZM+7CDΑ=:d4+5֩\ qY=#ȭ)UFA~uWn,d' )5|]_z]k8wjJY_D2Pq>ӜX R8&`6A{dd>OJD.|LbTڡ7"mRwx;Wy ~3vCK B^%9P -d"LHh:  Cfاzj&XrۥM1m^,BSB*?"2IVI'XUDy/0-:4H,6fsFVm_VYޏwGﭼ BYܒ b `Բs1ԋ\(A%LdϪmErLN9'\kgP )!;ꝺKoz9H`-Nfw,fWٚf^ƽF$-I>;4'ק %(7n٧aG1:Ku f7*v ([gvvVt`m^"Ov~GUz Ceew95Y藱4Dc ^jyI=l*lTfdJ )Zv ?U>mTT~wďXjli!pJھוJ_]^qz9~:Qۺ('>A0X/ &9_ED퓉߇lQI1M:uJUݡdie&2r (59u 8z;zRs#c\^qJM˅|j5ۣԟ',+ȿC=fG.9TƪndA@ij@YH+.oT^"9 J/oh/Phh8MDkӛp p$E鋒Yրl#kGȌWy a*`dOso4/PsǮ۠J+q7U/D[:NR:>Iwq R)ψ3B.]]h2ڛc ҡB]F9:yUن(" JA^:`ȀZ)6pEyԕΰWUH|e؜+F_GVMV.M1X uk Kǂ s^޽Pi\ߒ,2{$P)t*idO;N%.ȼ|Uυ=9r_$HCIh@,oV;&zCf3 ᴋ۠(xk@_(PIؾ؂`TTs$e`P Ia7=*}s'{+|6V|\fӟ\/^D_R$qGu/pueB Θ^03qf+n{hgyYT,A+@,$xW95Mv?#s}zĬvyP Up˗V+g?\J1w~Dfu(;՞DH-#ĭDr,nȴ탁|?z|2'䇻6m$26CYRjԫTC%{ Q]1#C?@t1Sxg5 F效Fo tWd `x;&%CK O.zu9` ƶY+=Zt] )$L}w`{"& ak`~{鰟9|mkO+hoJ]c4  u 0fD,.qR0(c'JsZƫ|4b<4ChC2C1sPh1 kY0J =c3jf]#ugrxoQ)2Z JsrpxFj=;28qUS؀0ŁGݴwP})/љkB#yǍ ݞ  Xξ>2gօVT&_;E-$F [$x;\b%[tqO9uOb6wHtg[P:fq[̨5 -`<Q tthL+ɂ@#J,Gr^O;  %`n\yB{&t-@ d@0F6A4 mV#oP2]k{}%;s|%W Fm Z&ІuT@3Ru"1!nb-v<:+؏R eSz:.?+n\&fP1(­YKg_J#rnIcyW"4? 6r5HKkŸGLFZkٗY?d``d=}E݆ JDb}gp'=r<4ǹ7suN'ҳșȰ?ܹ*|*o3nm ϗ@4&ݢ%U+o? 3o?Bt 6kG\6k DE=B|goĺ>-eU$G@. /zC 킏۬m9 9nȻβ+g-oͳMz}m:Ӆ5][rMxaXwvnҍt 4odT~m"ToAX!(^L(g{ (Zh3,)L'Oscbů\:^)p]:U $#Lu%pp$ll *ņ\\顲$duVTF'IuA)ssڗ8Z\¸8w{g+.ӷ+ " ,݆&om?Z4ZBlEGͳ&xD?<2kQrK*M[>K퀬r;e~b!HRjeQڕc-@TyjF&LJiV[PBb %Fn{0ܞdq.k\#$lhTeaj?kc/8DA}-e_5ˤ(A3u2kI9,W[E κ|d {)G#Gy$/@>AFb&y1"3f'.M47Mg󆉆C?I[#9[?<4yw ry=7;l%5dε܍k+qoA~Bwm>spHtAQ[sMkuv%8J&3KaU 4jWuR<XZ!_yt{ "rP ߖ }j.)As-{̗h^MOԕ.bQ]*=Q#"{6ތbTܡS_Oq8CU&n+ݻ/k{nd1BRVr>)3b51Ke 6$>L?I7WY32FRk|z:E}j[y?HZIt%r9ȏ6dm N59>-JZWLa  PMPOxQ% 7!&8&E7\W El0I E^ʳҙkK-.6s-d9$$"Z2tU8IڭHe:%aa0l9tO/ 7+~v6(VOҾK66vvKw/2 reŧ%[XM.uI(Vh29U?Z2,4 4 #ۗG-@TK|=ouOiX)cȃJڹ%J4#a8K"4 l~=UKk9HXZ^>o4 @l_>+q|yq{!e ޕcB7ݷ*םsEگwy/y}#SwS>DEZ0^6fu[h@-:N‹@Dh/MzD̅0= _"p{j&="(I̟b%6B` Jtz}r/*D+/<uɋx9 M^RU9:eNWp}ᙷ z(c$hj+q J ~<b(e1g{Ia#S\K( ,eE^al:HA-T=/n?K&AhtK4!ه| F X,ခs"لPi M ?:%+L|>=:#+]3ũ pXiteyM^JÛ:mRB JsvdM=5IslEl,JUZK\t! _@rw\Ώ?g@ YKnf7cXm+b0=zv2pRxS@nJLփ#%FEݮS:@ӸYEdiu[AR! ?\󀗍k %5kqt o o00SrGc()]n߰2ewnZVqͷOnhD*+$dU^-yL60Lm aa$gX%vPz&A]cTO>]z۳soD<#Wؑq49 0<.td1P|s`dMBtJk Y}QjW#O?ZJF`W|mI񒠧eY7'QKjx2v~i̇/VXBe\ڢ)@y)OaNe, ûKAm!e3=%8v՛1CcU[y~c|ULU{E_T8$Z,YA{_9('RlBf?xiۧ]2I71zG-w5߲xUq!ix)2=KNՂ0{!כ?1/;s A##DNK3**!?ZVőU/m7G谐 \шT.AMu8MgV0Lo8VӔHM=5=ß#JBpnmf'q*P%tE1a/I YF< %2?ưl⦨S%.NuUy-q%Eӛgl%IZ^sO^9IP۾"/JmVO)"d%l]lcl\ULirޅM9NSר:ޯ?F-36Bik4⣉;RM[g9 FE9.E0`-l=xGRRx5/4Nl4p ){ *Vom9!HB/٘8H?BiIG6ZU;Dŏq- 70I۷厁9tU$$┙;[8;2A-jezlܓ&B.#j1M%FZJf3[3o`ӫhyOH+wyfzѱQ[N!|6P{ӵwUДw6N>,5iJQʃBsLOxh JV()z؉ev<>AO6wb 8nM9Uw) hh YWlt_Ӆ(U[qD?B}MB}1e@'t`"G(0g/0@Gn0~ \0;8׸anlULYVUg[+{h->,[ĆEʯbVs1a'vN-vD|v x=l``Zk[L^ 7j]h254j$<q\`RH6}EGJOC)ëOGs9$2k +8[]jTg Y]O `s_Wu|`}P kڰ'i$o]Pg|ϐO7xf5VR$H9 \ip3*Cj'*CIs؈e%=Cl >tKAii)-+ @ tm+ P#PL-{POCܱ㚷}M<$/8@to߳fkǩc1b(|/i UkgjO& h\nDLo'Ru ~+P<ț31B$8(Yvd^0F I}-'?aoM+} L3?T > adJc&/ n8(X Nv44K,ʫ>Ke5 zo#ON]`ic\llrӅbÑm݉hZߎ)(-r< /N;3VՐ;~| ?3IdC(~}MTu -M$%?z>TyS 2pf4Wx`.족}U9ͅ@)rwlv`<ǟ$ }8KE giE)DPz)-yC:R7-3 qRSk֔N/mIxQaeyT^\VrI5Q7s`KUm3eZ.s5p Bx_Qx %b۵g\ !()3g{hqC92mJy+xJwb4{[OE^w_)k+%$wC]®6:wIK62llv;Ij)+q 0q;(bҪ,KvX`bE's7 y{6Pv>[X4|k:Gzyd7ynOtvnp%qWþ~y^e,F9o~c1ԥxWr5ߣgZCvOtY!Rт;kG!)laM 5t8#0#;;RF#'"YWb=^TG[A]Lx+v3%Jf!.GUίIQC^'tU'1hȉ v b*XQ/2mNWJ)#i#Z8) B+uLI<WX7qia UdN>wЇ׻<06̹f{P+vRPkҬl_y/M&Rڡ` jמ>!J`rfK z 4°Enj N8Tߍҋjm Vv՗ԉ5h{𱶡t1mku࣑y͏i"!|a^#qKA$Iٕ*Nnn\HU)sMIPuPZxW Y|8Δc*5#Svplֱ:aRɼTL!:ƺK ;.~v㷒*JH;M)eX\s=Gq3~)eDBSb*΁<8EѳC3 EzYo_ȩ GAoa;zU:' +~*8m:xQhbn#< \Wk E@x]biÒf(/"L|jy/_Gz(9Rf~%~M;hbP4鯾l:_R bafFf5 hZ񔑡3 du@R(^N}e\U$tA=Fe#s#ҿ_|1;ekgtO)+m /V9}oiiI*k$9Z[:0Ou`igf:X.g_FKO&9_H=sx$̇Ć/3#j .μOq2ٺR?ma΢Cb;b D B!Ytk\h $ai"BC^G&gn`Ph@u|/-dPsКr79 ق3x!gZ6gT46{Ms(a%H)`~A[mG]u-N3v/15~d^3SÆVgSMN҇?VObܔʍyR-%)I* / Г('G=B4:rwVTsZP$̦KRI|r,\bk/i֏bdRz-ۻyeȎ0Qz{{Ir;įxQ-k8F4uŪjF^WlxS{ؒ8/ɚ Α* 7)6.4EDϠgKDN'<ߑYc0g"?{0Sbi\NUHykf u 7z1DSXD) T$kz{n%%MYL"Wk,GeSpOm?H'_ǪVbU<ݰsaSIi9KC@A*i@?k;@ Bρ!!wåD=Xg, g c!#ML~%ki6U=P7,.qt$X&x21i8PPq .(0K++_!‚qw!D/7ЬHdcaHPZ岡lgL=[ۚ3"vjdq}mU @{6d+7A]tJ3&2dEb\\"6E W8Qab-| 1H7K6X108[Gێf]U"1~̃w. 9#WK&B•X^2ts:&E"#JT^$MK.ΊZz3Gvl S`C:n6`SePڰ 7;urG_=k;`hps .wU'eS3LSO iF-ݫ*j1OFKAPvѷ8e$Qx[-'fW݆ y k7&7^;xMb#Npp۪8)٧k5:4.&a&jx#3i8dEf] [huZ2oXTcTNηx/}NZ<0g+?YQNͩ;٧o&!4a,"xu&G ,Bmle8eèil!: [jTntsBp =k!% KM1bG2oPa߫˅a;ypGz]pQҜGЛ<իQ ʋM +hhd#|34W(æ9W_PJB(!'Kfl2Lbˉ1\"ГIA@qs# dSl.DFRA՟}zqCRGFW\k@h4E3Í ڍ9Y\9"98,V> ԤK^AW:D48/GǪ̽؍1'qNLz8i/W!} 4{_m|\Ed\{oEr;jK9|Oqw~ `2 E9gʭa|~ӆKZK e7vF=RlLDRI"O<ڤȔ+ {͞I=*:[}?MRP.J[o:zN %WvdՋ66hj l_(AOb01j1J\Ï-IzFCFUOx)Pdak?:Ȁ3'̼dm4 88ݏ/ 0>5D \f WE0>%J-\-9Z} gKk/S׬1R "LI=#'V,P}CYU[Z bjeb egs@P\(`@JV#8+g 5KXX #:!suvQM0dw T9 D} rrU7 7߃f0 tUGC:<1i(%t#(!ݬ$-Bvzش4/BюZx/Kx!h7tZRqn5ܰJI q"BkOtUH[˷`ӥPB8W΁R8Q[R*ཻCEܟ͐L&$(8a%C?.:fe/gMô~^G>欲r8;S6.gcT%[MM S=a;F1 q\i,Թ|шhUcJ4[ ^0l>s> dEmZki'$p-$—BfeヨFSi^}l֑^79G0cy=}Qә5hA Wtd&Os%G9ƀ2qbܙgj~tjե zw =s+* F[%]k|%k\ҎD&DeDo'zxS,DZfz[oy*-q9K =чs6rV_Wpgi.&@q%J]NmCvA$9,·FӺ4K7V_M* zʂST 7*]E+b5 ' ]S tiЗQ.C@l< 1 'AcKv.L':a?VG i,ݗL}5rQ5z"qPhS{+uśh w@qz\ KUی;"^&ZRy?4 Sz yCDZuI45 }\(O5W Evr~5N_!!ZC?ky{9'4Fq.*-J273z m_Dfy(UhEf][^P@:x16oN_b_0?ޫΉf[zu{ ߟbBGk}0ݞܰale4$^5_%DQh:|։c ɭI)<ħy]㈚IN VqA(Ec]ރ{|q1A\zaV<Q<*o.D;9w9ώVff[ y~bnwP9_ eM! 0VŻ }B7իWREqyT*} Ё K`dabb8H&A:2FcNBg7u.gqҞ%@:?yo9 GiԿIV3)zVHI[q M5{5;m|j6LuUR ']z)#K {4>:*rX_= >r8 er"K;ib1$.vD.q,?[r͚iC;`HCnG攸Ga%M %vE2ݑ,]Nѭ{~2ϳ[ 9JTԨ^~֗aT_=ۺ2}İc:ln_fxQL\8kܧu}N|8[pڞelP^6ߛ<|:"!9mj,ud2 iWʁҸRNi.Pb23=<~k'vfm,FK]=foמB>[#ϟ烃RqIB='iW(4uxR/R f1#%`W]{&-*zG^R`)KG/&.+wn|@7{wy {EqEy˾1mᄭw<ۏ@ gӿ0>>Bu =uP=LCS$ { QFUI7HP `f{lѱI$E|;Rڂg: ߳!O'#=.#vY 9 -ݮ?%LWQ/ \MU9۩W9 %$:F$p@(Z|ȴ|\GdYV2C73ѫMrwy%]K.Nx[jt s3Kb^GIRﭣc0;B2X\S*WjGJh+G2ƶwZƳrnJ(Ǘ,KgR,$%vI55ntOn_/D\!۝\Bf#]˄Tic14WpƽV w~h"x4ᐌ L" f9r%9S9@YT ޺]YpU`}aw.H3.O,H?g[Yu`:BJܟ,6=k q`#a@߆eŜo]K*8>>mTj+&/A\3H'oKi7>儋27z 9n3E>E]۝!3i8./SYT cظ4rsHlZc$EW:V~ eccqdtg-OFupE,qViߊfFy'4j-i'3r:$`=:iYUXp l2sq i$5P+ dTL5(eKwA5UPQ^b\:z &wH;)#C9V2[{y[T"@?%A_Oe>6F;.޺-[ 5[:8uƖ榸ȞpTp0!c554{e)drH9:7aCTQUH`z0蠖 __T_xd-vyA22%xɔ7ԄSb>4Aҏ/b}r}bLlQus"36%jsǙH-Ɓ xAog}mmDucBf<5,ꎞB8:f>2be'Uv-5tIB%}Yh֐ psu Q;YϷgv{dpdVIXw, BQMZ@%钠κkd]GjK_,@av(86YTEЃPȪJ\ ?K"5 jEs'RY/ds"ohsDbaˮ`TxY6B~qO%u$x=&2QZY9UyU?ޙU個_/+(CfT(\4?b)Ӿ:TfQdfBNsX!4R'>N*9gg֔0}.QL9wofB"Wyk|h^7|[]DN _`_>Rok_o|Flض}f8fa~¥'>Of5ZI>Xr~ Hwh*`EP(|{r ߜu]襤IQ֡5frʅ&Vg Lw]yaD ݈cr| M?w:m&໩].ָ̹(uꥁ'Hcz>an|"$q: >gwltFZs?mX.,ab7MA>I)'xe1sjѦXp@y))T^d|%w5r.V c}~|)3hbӤa_H\kF<M:5@eѹcM4kռXz d ow /6AtF>q]a>mP(Wr:7P12B!R7zC[٬C73J5oݮ-2}^ g |vx户ePɄ>?LYp~8Za( ri۶T##{:,]Bf8I~hI|ܼT/ /4.*啰1 ot1 ]qMkǮi#rGDOɽ;he\P2" U NB ӿAhʳ.0ɷS. qΝ 8&&hDgotˊS>N{_o>dj +"d,rѤWJZQ-tN)sda P9^%DժIUѢ0<\C<@N#egS2yzO4zMv4,+Rl(]^q86>G|<-b͐Q"<4@N$IN=8[0c](@mC6~#> =F!iPYׯ-k%qj¹2!1ڕ{`:;(P:=W|`JřH*fY2=>VeA:PPTk X|/fT?6,S@1^: #CLޤaq!&IlX{JɛZAzZݥ7Qw=o? x g sntH MyvOfzQ=}tmqhC/ͫP;9oxdWGyx>(Ec\J|phaUךj$f*Er(U>tLٍKO/uJϓa_p%IAd}/@[na_(??S^? f؃m'*xMpYvx _3^5j5炽6K qYakD8?%%-v919NdL@%|Bxi9wPs0noD$\Zνp. Z9[ړj$:Vp\ڽㆢ~1G;qh1{֮!e2 ^OR뙨^s=$0kOͱK7؊Z w@mCHD!sAǷKvA-g<1A>ʙp.ǸUdBA?j5t&ѼFƠLuEߺ C❦φ;x''@5&s[IU3ڋصK{-x,ݾ4%'i5ypbg? zy1 g]:O-'~?r&c Rʭ庆R}ɕlT2-a/x /6FJWaj@& iǔNW(XN(lp &IH\4F #14+վDin*}wCr x*< U­\YYȗS9mJal !laAjMKO*܉ծy^C<7+_U7loFQT/"D1otx!'&.#%u>QuA1XN &hw~l.Ow6OچbE5Pr4 JlkR|l/Wlӓ#ᗭϖٙXG8kVN7մ[S7v+|j =J*K}EDf- sb0qQcBrq|m' $@]'H4Z"Y5qq9hnrAs.$QG!U5@i͚YλzRVJ!ncI{a6#a7U?L*uoswGQI\GJn?6t->Q`-R8nozͿm0.vx9_emqcS@6ߩJHwA֌fs7r^'8"ڠ+sjDnT>Kcl0Mu{'#/9:pʌ@t~ I&)+pp=foKr5/=*nbj4L@gIO.o 2WX+ tKH{8J. >i~+Ht5* 6 mհ4͞s܂  @7+Fbs7!otl8-*Hgc[z`ҭgs2yZ=Q8?B%^߬sȒ:&h-pϚ_F*CN+:ʸriޞOYNs['A<ēRFWQbm"1. 3$e7-v(a(jߚ%#pϒ4d ]Nwkme]N1Cј`^f9ΧS2|PoI!s/[%FR_|2خ)`s8tXݔ 8`oiu@0j hݲ&9+~gT0W$zSW&K( F0OpUvI>)֗ Ad@e+ǔ)hDKF_̛Ցi^7VDOHoYsq Y 7mU^ˈ&K&ݯʓɬX+/jN0L{1n1 0xaH_3Sk1F 3U,,_fk⤾W\1X/F>@"*.-; l}p:~<00n!"X񴏇P}"mwF ڠB "`(¯6Б18r>~[PSQU ˷xh|ŴwXlB5I|R!lLyWB#u4AcB" x 7:;gPPRV_Xg9 ٔ8VbFlv[ 8(RW;~Q骥"w I yVh`4Njw`p7dsWJq(6ńNM>Fp970i"I,i;fOlSe=x}̹zNRTmRE,{;$t6MMPp. P_Gцڽ=yM Jg1❞4eWk1Ui]&3g2h.`+=W6LgG(:LZfJjqCwFӪ`qouW@(.;RR 474A&Y4pgVw}!45YQ4XҷޘAxeT D렲W*\&#dva*o xIl0SwSG%E՝>w#?^* 3=Ƭ[jۗ ۀ5>yF%F7?/h&厭A͓S+[Fgv<֑ӜH^L;7^n.bs RL=4~Bybԝuzˠ=*.)4"!!gt5j+,S~بS@hI!>\hUw|쟿m*Ie` /mxFH6/I{6]៟l.Ǧ[{ #SGÆ=zTE _:ɺRٮЍ\ȵ*"-ԔWto{)h@LGg#nQ&A4m[ J-4 1S72H[T@`@t{HQk]ifWs,D/'sT>o҂tD'(\u UrW;,&t!_#: 9rYmjf \DzSXbzט[i^C Na~iZ@&@٭Jwz+뾓+튉d>l7Pc\hy-T/)CW.9`H~B^B(1v=!יxԢ:]@Ez 9ؐ^Ôx>0S@;V#}I\..]8QT{|qI@'יNq4ڏħoޅX4ã ;[(2,Ma=wŰer:7T W!vbc&"[ND'(T#WqGn^?ΥtbvswG:,FNvl0c.sŽG .91w6 vѷ&@%pmG&)"=->]:ۡ1 T/&N.3?#C,\q|GQ@+H\w]ooԗGw؎,7tev%p{z(Pexm3s ||~LB?7e維b@'#+:bokiπ YZ5Rt-Z#.9I#} P3W®_LWҗXnƮRFa&RT漢؃#ĆFU2S`[b0 : Zz2\?mB8o;ZuLGXSza<xUDǰ:9 EH$ qjOWs Bu>[*Z>&9/+#wΜv!);^S'NxͬhVrĔyfn+- !kp񒼙|^eD*o0kȜuwoRUU8'vm/ LĈ#HF}&"VVS֫5`MI`V>Q֏_)rJwlsN u y\*2 =y9 TGE/^>'|7!|;Bޕ_|{r(D޽b $~iؗx?33:OQi<}[yUU\FWmt]%z([Bge,>1+μ=Eãz8A>p3֑A%)B|IZŎcR ~8~l_}388DNU!>Jȼc%A%&~Z2 ap/Cp*JEhi3IA=wX Ki 1[A:hW[+_]S&w }Oϩ S9?D=-fE(^0߆AM7&t MiV=@:l% cĚ"m?c]paERzs=BsL.Ƽ6,n懤M>մhLTvk٩nF~UܥLfڙ+mbFnW߶pf4|&{5DqIGqLw5̃˞na`A"O}i$qGfO-Oğ%:Bz*8]Q>Oh0WZzmuG%)~ b$)KCZEZ%h?ӄ4xA . 񁟗y`h } җ'dkj>EU`HgYQj2&J<ַ+=H.0]7XV.`КY\1S&fd_zxcul̢lK|La[Iei ߜTaL;M;i<$9FyqEF}D%quLm*aUucܹ2h_dtq/TLF{ e k7_쾞C{(lXJ7T.rɟ CPt4ɽ_Ic:i^%fL>y /+lGQF'Ms7LK[[֙_F:"fdzP[}Ow=w!tg2Muڐ2ň!6c])vV&CYz0(>!o&Ue5>ܱzr}aT@W-&S;|5`:vD]".P: *3~`-pG:wռ>烩 PbY ]R;.ɭrjZ-2\;{>Ru'9Kc/j_vحGWM`-晟&RhLґj!<~?snp LW 9_pxRH 4&5IXh] =PuLGGOe C4d!tRĪ=ךb>{[WO_LMm=w@;Z"';ݑbNomBaezi`qsY!'{n+ވsר@=+V>g.8S}`\s Hl8!0*VyQ iEHn{ϼ/ԬgTӱ"nxdZ,Oϛl٢#$-R1푰? *nPc_U>,D0;$(&礊6:p2 Գl::UEHL5s%,V$@mk<%3?]z) 0# pZv'RO)2PݪE=Y@M\l6&}*(BUm;ZறT>pEbm%?[֪ͣ} 'cC"rO(qOs Y3J j0ǒeѮ bC#ؾRZ5\+@ZkpFv#zfyB>u:'; ;-{έ~ظ?fqG(׶2z?_NGrեTwMGoV2!GK8"ifx6Fp>Q$-"rfF3n8-xMD3܃u&ClYaY4*{f| Ӫy/5DzL$DIKF⊐F n6D)G::غɍ4|M߯\Y!(w?bp]cfEN?̅a j;Ə[/heSogy7n}i;6^ߜ=Pc*}]1vMG\U>zٞ@EH(Y/+\s_Qf/JqB&q[ڨZ?Zo 7[1)K H?M[Q!'8lxXbGs1xc`jG%L *]L<}e.f?~\HڤEexV5D?GD[/tH.bF@kw1 Q8$rQ,6%qqIy 0JKY1RUgY_u[L#t{SSDeMelXx<:l4|y5T+(n'%eFTB(3'K@vW~ ,I>򜯁U)Wi/twJ@sG~|@IV?Qt B_5ZUG }>HŦa*ɱEqƅ/6Qܪ~w̓oN#*ʣ FelRp*~{6!j t1M寎hSbGh"QASûjiWΪk:wxߌ֗A85"O}KSHձ >L mI.?3]OP{a 28fD$c")$VWw wIT˯x?H\}`x?k)2p"BBȆ~~&#a9k}^|Iڛ2aZ:+4z0n=+$|tUF"*c[γ*1PRxgpCsI+ьGh3dDbx&  ZP73<[wwp}ਅFRx ]~]2rwlGVѤhv"tAk 6R@>VzCbeHD <5\.@_0 ]-k]=g#BJ0`+zx#j¤^sGΤi{I:;Ŭ'}J[W3X`Jԡ)g`J2ܝ٣|~}w`", +-͊isWa}8MOWwvlZd^פعaZ}ElbBs(BJ BN7+&ҙU[, :gX _8p\ѹ :$xR}x Zֹ_heh,$)zH Z5#>-G P _s2 @jȏ, z~T~7hhZt OXJ;rEƯ6v\(4K4lT}xE"o.?N~6jad78f7 ˞Iy5Mk/Eo߱)hq}oٞOmg_9ga 4"vLj(ޒQ8 /82?/qfH #jw83JuV\ GzB“dĽP^q;uo6;iH:y<%1~&ep(|NmBQyXo) &^V) ciT+7)B|׉f~6Z'h1bE=<}d.R%Q>cG6=f,dx~ N}F-Ӄ Z.!OWڃ~{M_ZN{,mj:]/Ń yv"/S3~ p ![lܼ=%פA&7pv vaz\=j:?x%se7ZA#ڌDj[N~ c2>m}'&S鷘(e>@æTa9EunSUhe]*` AL97sgQ|.;‹S9,vw ]Q@2'3ݪDZ)*G J؍{=Vsq06ٹz2 jk^ 3A s̮5+ud! =2?m]~6H#DZ&~qy1zegɡyh/F[[ gkqDӰ,ǝ9quق7nj]Y)fznդ:3W'{CMԿ,O}U5Ӎ.夡 2~Q)+xܹCcӁ ,m m%ؕ/-B Cly`;ڬ݄>zW ԍA;7Op7zY]ǪeEczkQT"C/(JϧB] -|vxh;VelX.^Wd$$^˔dK\8B:_^GVK䆾1SZԫT$;' [ ƔY=I|npQT/84uHW{VsHi$;b6e#ܩO{0|Po?::Ѝ>ڿIo.-Ki F5}ieܜY;9UihO:62G[}u'=B=1B)44,B{_ G8s7&E~SxbңA_ޕqkJQ*̭K28@B&ɂdzx6j@_2jkVn}hؠ굇|cM(0lB?6ι~eӗD9gN]=[Sp6ǺM017z:| }O7nH"qDbL"}=wk8F۰=+5MX3J (.S]y=ڷG*V0}> S0APkCRls:ߒL+L5x{SIjm&oǖP>}~!̓V3~Mr"O5&(_ybMnhLƗ,?]a>瓗4^]NSP`Q20`ɽhU[7kki,9Þ}G,9J7 h$bUIWԝ9jn?O1'9HC&MzhPk5 zck u^ܦi|w@6rI6=RM:o]5*>ך[fdj}?uIx8SnHDU\ 9uiF NX/|8s`*2>xaau~״6I3(;N i!4lpRl"]t=g2\WBm'6į#5蜡Et*uRYNrj`̅:9ayנ]\M*T醄(qd+zrlVjX|=lJj\nY0q |FKL *(BXo˚:]h]Y-;)m.mdI٪zw*ٗRd/WrT/lU5xZ#(,=r`5rFd jAo{=Z[2cD=Za&?Ej$&WmQ; ՟b| `>',ڼ lt9(y &.R]|2O`f7$<+ IbDȆ& Ljᱨs2/M2|5m3GX+5(cQ P/ c#u (*0ŵ/b}MQw)0,D+zz}Fık*z&*%ˡӤ1Ɇczv]L#^%w2.à/A>wfMW}ҺAd <\aYx Vo GpwZEIG%NfhRv4(Iz+:w;Nd흮Y%zSC)l^D+~r+<{6(^o 9g&ٝe $HR,i'XAM˲xB;' `1I){6^_:7KмUX7z?=>Wj3|, -e9yuQ/eh|)ךk[ASy;I,23| NGIԤﮔhe/YS-(=LѠ-[k]W sDxLdQrߘsv@?B!qg tw&&NޱjVrFo<]_ÁN*\MIUM4tf6>?z罷ޘ#L^WRDaI&fw7Az 7Hi?v& }eq%"=3s&Pc<l["@]D}?*.YR볾MeXyGPh`ԃoN1!xREW>lrFq#=X4{hs$\-z ؉޶|fNgK[=PB~^OQz3qǿhŮ"LOgS6ԛ~QrQ`BM'ͻP:kG'Xx;:eNIGڨu(i+_Z-{,wr!~Fdl1r݊[WM]&܃3r*6I&FB{6r' D "V܃z8*[$+9=”$ΖQq ~PK ~pq?ć$vWJcWڥ2w;68;\r=1fm‡ooB$9A6ε >Zt]K0[[aNID#byW[yJ˥\4+"Ǜb.^Dc]ؚ0Nڻy6Dw~Vr8C֓} e{"Ï}r6b-=f؅gP7 n[Դ1T 4R48 DR4/s݉#Q6$>QmJn@( LP fFۀUx f` y"Jט~Plt$~Gء,.t;^W M\CH?Qz4aCE[s.gfҕo4%H˽j(ִNOxo1bىIsTVrrDG <&Xp:|3FO'{`c.1{Z]#536`3z]&2 dj ܇&?Z -")4i ]5Fq߇? ~afM[?E3 3 ,rCIh/QU.NXej~dci$8À2ߍ M{}7g]Nϻg9hld!u#s%vX6:vY%eGn:'(WEGT 솀t@yGF`p(lFG'wUk+tm"8aO?DSnm 祶屼_$GU,@ ?,aB~ GvtH)\m:0aPQG$rty2:8} +}WbsxGO/# `phNɛ 8ޞP4UvvE$+#m@3󡡦K㏳a ߵc`F b2o/ȠRܨ]q%k<P\+5~Y#IX3tYU(8բ5MYm_Fɪֲf\F.<&@ǿb̙e2([sָ?B;F-tP=^ӇOއI${?V|t'P{+34pXJ&G@藢ml|A ᭩t[d ?OKl2: "'D3M悪iؒؑk\ELțAE=m3`;`,[JYwtb|ZTӟGs>O?2$0}b3BNT8W,fZ~[1m؆,ŔFqCe w68ĵ_qßK6j'Uzw[ex_CľZYOΕK'qpZc9P26t$7DOXV\&X$-vkx 8r.^褕SQD\$x' SZ7 8 C oy3:*lQz*Lgצ0Gx %3%j6S1"N cQC@_z)yuiSJ W<טQ$!(R,~ziSቮ3lbf;b̓W1W>)j9h-akʈn `[^ICكhV%@j_zV4MG.Ie5rf?6I3TBW^lTx Qq AgCN S-ƌ|uY Z׻&,D1p5.i0r5RصðLs> JYXN霅'1yg]*jf'q8 eg$=#J8N=*AE_PN 3ԧ7#ȮհWԫ9O&F1}buYIݾ"46%?>.\<. +w-!<<Mڊ(flqD*Ap6tD*!Ls;='+]YĨ$p{7?m[lTڷ:DicZdv`,Z9rCeGi\n3ܧF@}sA?)whgT(["tW/Z1>8 =+]0!ET ^qmIbfLTu ,KyEU .&%_ӏPP#qh*=6-(k&`$E”c7v1i1G!o( RR(:҃sYT $ɟ[&t\uh u+cCC}n<:إYES?'P >gab]?&3bgfA\47ʜ{l$ߏ8>;ek˃y:A0 GC78|Sb6db P7rR,ZeCA hIpɘm:Kf\KS +=FM:Έ̎6a$.Xa0>ۧ"AU5b'^ZZ|υl9s8Qdq6?XˮA2QER.u&}uI^L2xN! Vv̉??wպD꒧b IsGr;դsք :\ 1'\y'3WS8,7ea[cU3sh49ѐJl@\5ϪSh0%m&aj%T܏W6ǢE=oLՎ*p}.r.}Z&pKz|Yr"a-}B 6q=LAv6 \ipII%nVӸDA⾤ $RoB}(KPX5m( ;BzO!M^⏀>!RWT/"g4;}]L ;*Bb< <'g0޼|~-O|m>7{\p&Fb"I3t7:RI|LERi9|xjI&8of-r,DM l#&Q5Dni'nQ^G });N7XU-$eH[8p &xɿW &;HD"$8dc(^KEy6'O0 PÔZ˳`Y'A8":h%"|hITbu˺kFaOͳͪ&v*MJ9}!u +qi kpZ|_lGbyob3 溶a_yIku E4gz%џ3 Ͽ+PJqm6TΕ Ƭfs64_v.tRj|h{J)ɍBVDhnnx_cQ9,-#B:=W|-NfqZϮ@~(k1??[RUz Q& Tk1:J_bsֹ0⍐&pO-;5q߾jOn%X)deD=ǔJC1ͨ?k%raP]<0ޞ!&FG:CՋ30KM`AKFqQ4/ݗTU(t|Krw\jwr6$5LtV TM6#FOu,֕qܐ3)aA5k0–-um6$"|r4$Sufu hY].kVm8̞4%oҖt*eEnCytl.J(xz̃P S-ȣ녳̐_ \W4WnsI u-$+ 0[@SGRkh wv2z!l֢}mHդu91Hfz.c)X}o-R(U=tk#m<* 3LDΘƄ׌{ *wP(fӚm Ƶ䆸tۙSlsLc-~#@'.h% ɬKUrrrk<BY7/FJDeK\0I#G}3CТ#)F1*ubiPdH=SĖ04}/m2,/76S(G"/Ifi,NxdU$SPR]Mgk]yO@chuiEݬbv"u6>r\;#;WIW; \1cJ'$D)+xhʃOZjGJ`E/tYC ^*J⧝^Jppcڰduz*ۖK %>N"m툴{N aP\`R Ȧeg&(9L2A|?wy ȖBgc*4Be3%L(Va)iYx@:юcegzŔvS4Ixs&-!x"ԠHFTOw?XoFZbC3U~;j%@L]h@7! $.QVty0Sx<6QيDSyQ\1s`aT&.8Ís~6i(Gj6>Ci XJi]9ϽnO g3ϯ CėklHyF#f.[Skg4$-a?;$ }4G9[PyB_U 1W.EX4qi5U'B:Mևo Lvd߿w`٧C#J eB~hEM$P,c [KIGoq:*~ͤ L9՚~X_v2Xó,YV1WF] \x]4ܿ.U8KLNod!8z;&uU *~5=8W%:$N!⧌70M>Dj38àe7Z b@&T¸GRjj^J۳ jmYԒ+ (' _`#[G|rϾhdc+ǟ5٢FsXk*?@&ςͺ3 0+TJ"zIʜ9yh 6=J|,rV 4Ag>O6HIed7py56Xgr|𩧧Dc<}O䱭+';Ɂh>:D E/T;cױ>&X[E,Ou͓)yP5Oi:5Ki/tറM -0TLGl%/*I$Kf7AQS:iRb5 YSkR;9,~gdgd›^KvXG5.`mdlh~u)Pt`x{XWJ-]l]A;a;qȃMJ`DZmњ h{~Thd9j y$mD=Ҳ25Tfy|^R.;iJo"FAvnݠ[ћAø/Cz誽c>D36uTWԢ %ŷEo!O1U:&n7a:=H9 ?rJho@GD )bD][jlqpiW@~j[֟֫!4^-T±dgE7S&xp.$]XwށvCB% MVkq0y)R49&mX0Uߍs {r?B_ZZ0:?-DOE;k4Ŋ&%uE!:MlC@4;nenOnN] gqCӆB(fŁR}M7.לOwUmbUGGG6sG'œu4X^w0v@yEE`qv9ktRg Ƨ7־(]Ւ/"4`Ss&b6}1&9HF=2kQdƵ;b$98g1yMA1>.1:@Di[[ e ̻-.c$w2{e3 n"2Xl?D 6UoA;0{ӰJ ࢉǂf57OWkaE>-1M?\qo/վPvQFǔWݮ=j  'x`B0sO6χ+L^'P?1WYQbA6gٖ#G%< :LygX .2d;e qka<5;؃Z^7 2IA~8GI"-Ncć&BrUƚnT?TW=a{6s¤kK(5(J\v2  q'v<5%J  lJ҇ضY*aiv@*#i#ϥBF|5FCy<$76G"33$ux&]IIW)?za$YNzs]hٟ54~AU~,:6j<wJu:OiT?.ڋ͚]rSL8+ ][,I tH%d7KH& cOߠqT}M{Duw|Ҹq NSWpi'.Blli SAD+ V&B}o{߲b&oFo124z3YINvFc>zJ  C4z6&);*|*!|>Fwbz5XG<\zC|6-I`@ɚn|a>%Ba.|^;0՗{heEm2.Aug+PG5ijPL8f=np2E3Gqp(V*z۱~a1r(rI6]3HQ%6&P.8oSH  Y@% _4P=g6KfXwz!I]F9: Ί؅Ǯb|Adp`Xzg [d\n݃a4-,:@$ b1\=Pmlf~8;YDhOlhMu QXG>s#vZ^< 2v1*y*EyDe;9WD`5O ԧ o_Zf0›%KOjTj#E*FVM|A2Q$NxMO⎄'Fk&>pC?&V%jD8qŧ,Xm) ,_00p 6hBEX^+.gk袻?\su2B7|aO)Q6HR7,}T}!;#& `R4-b2!n~QKOM"nUU[l;=B8UsF54j,)&0m2'#i#&@NE+irےsI%&/e"i.i.s=U$@hwVI$Vp^ 2#T 21Vx1@޸:g*kx^a|!$7KgZ{k"|k11k{WY0#+a@SI,&^c/N&J[T'- Lb&4qӊ)#!Kwbflf754JL^J4W TX ^Fg;#)ѱ&\=V.q&`BG}Aa7V%A8l²-:exkiSnB@ 񡂯B7˥5wdN]d?/*Q^C" ²`C Og_xHP]{ˆ>~qrzۿq% 1wlgDuvH#qlDfbOAdyTJRf٢"C1cP_C+0^ZAL tԖcK9%tq')U[aħ(oZ%pFAiqQr6ѱsM$7z\m.Eg25ٯqHSYlPHB0[-٧Ry!K(Dk!\"S}- TZUX4/2WT`Q2u„93^//g,~DжKjټb)X8)C2Q=<ވo->eTvb%M1^ʂ 4|B“kR=/] o)[ Tl\>7jPub:#+9Q$zQ4\^sw4gl߄Y礐)9yhsdB/A)Goi|ȃV(Ob/=2c`Q VճKe&_|Yz>nTp K5Āِ'"D.`sA/ȳ9mBt+5Y4$ImOxpTQH50f0lY5b&ޔ:c<[g#WQU7y0'[ rSfm%;R/V,XV8d+͠\`8|qWeR~hhj;QN|b\r/k3:8(shY?I.' H-ru.rBvQ{>8l]pxNNt6)f~y%EruҼQf9Q!{a\R.3+umHh:r~F̑ c~5wYtCL:LuA^{|i}$Tnt ۖ3ɷgo`S)z<`1+԰.%n1f0K"S[k,5tO!_<3d%fqu[ /pP?qڐjL ۪lɱoS C+o\HPw#/N|,k>P֨(Ga~m9%;K}(ozo^{0B*9hw'e&釸Yrȹ}:(>НlXs&^E V-) sUwL H߽&4kgpW66w(`3(t~낕me{Gn:B0GC#W,V0}fJz[Ie }R'W7u3ʁVf+ϣSDd{O_O1~xuymC6z#ImL j.9+A--Uh6eWυ39fgKڕ֟,qvݥO [ܜHR!܃v }2Ld3:cUz0q{JNjU,Z !&[rB>[lO9-krj`-KGs Jv+Xm]0$B3!{@RµO+}'a;qFZ9Ek~/r 팱`=r@ޒIn,2HUf5BW)32?V-j}G씴Oe _.6 G08Q WX]@8ʚ:1&ڃ/"`##$(fOk&_?p1hV@kM y@6}H'T. ,ĒN%B7֊|I0TJن|kٞQX a6{}vo-|Tg~ʡwg n mKeі{"VdXPm$􊥠 ^o"u?XW j:2zUCLфfS/C0ABV$ ]<-_\ZU`DĔPĊP}oy~e[**Qcq(D#kq$E՟}D9`oU勳 `{dWѾc7zёIDiq2S'$3dӨ#.,eE6Ƹ f:BT ~@|Qj=?stK ӎW{lކl[b vjңX9`y6f193Fj7]ѻvOF 7sy$.}X1lX >ly3:\2z6 , >!o(k3W '*Rv X eAA"V d=rqd0ݟDHXߘgvfJ5?L˰/EZsF?Ky>ty8$#"90m_`"~&ŊHA35Z4Ho.iQ~2)-"˜Fg6j;Ŷt`x&'e/)pN:V-S) ;ThCH_ l 0_5ܿ2+*6+W7CU\D=ZX~Ie.غsulGAuC:d}TgR} i`V݅ O%@ lI8[g_TL/@Ϸ/D LEnvrM!ӻ,ykN LozB9X?`lϑ#I+g#"$8r|q[9O?4%W_mY:3vJKBב826cj6`>m l#X(tbY\^\I/D13 LSftqoͬ9ro= X^9|1 v0xjyDw*54=k9H 8`/ʞp &B|O1!!c9oP49^ӥ&r5]"|Tx=S-s'JdnɳuogkwXO`(0쭆@&1d%G+A[F7ÑpQ)(KXUۚ{XfE{Mwb89p 5MW@]Įjjp>rSodN0#,ĹGliTp8[%O9tӸzb {O-#kha/m퐐+X"_ܯ%CfLh0Qjq("ySz3r1_Jc,>t8nK9Q>bI|#$qINE>X(q Z׫]/xUwA吽)f=~ l40crq;SH8)hė.^lMaDyJ(*e z@>H+~J]ꘓo4Ž>tB6qN؊siS32Dѓ&_=O&%eżWIlVB\OYUMv_#5.Iӿ;qRm O:~ Ve>oU=*0҈Du ЦvT%o AM Psy3ڋXވոWn?$ UFAE!"2+Fh)U,ٜWTZl4ݝ9Rf.d.YŃ:@s_뜳ʟKljSqבϛ/8O~.z;-'뗓,¶݋x[/bzrfz2TJK#hv7gN.MC.|p]PhI VAvP)vo4p3/^jx 2ޏ-&>zɖ &[GŒfs"x[BI*.:;{N/CYQ1)t5U37*oy:1#맮܄tgJ'Gzd> ]I`͊06Pc jA/!`rN[ DZa5bHڥR﷒n]ß طm,BI 59Pmto UMbH+zoToÈj|eU! t j⻾` {+%,5-_H?ߏ+0 VGN.ȭ6 mW\Z>Ͷ/ ZBm쪙onzDHq1nR/75Zx#@ QsXC*Vk>"o*H o Hḿ櫢g_΃66YqѪ4SB ) b6lڑ63E’o;"4F?i:B@!x8f5X$\Apt,%䏏fhe4 `}ieۡ<"H΀Ʉj>h=N"Xȝ:qeO8h̯,We%=FY֫lq=tmj= I e(+%)#ӽSKɢҳ8Me6e$;*(|ϙnTr#/pG"'s/Qt_#HB-ܺ^k"b4 Lŷd(=p+N7GiljV9>OAssyH+V>+k=b&}uvʬx50Ty AeS~ )j+%Hgc b\zrG %̏1IyMF|2+)BZunѷGTNKѤqK6jZhfXiY_ƨ\ g4BKhU>taQ2{QѴ開yKr\B᫴_~TIPj;C G;ʗYS_[s+4yAjƅty~XEDceqpQlP!9ĹZ>M]՚'ON_LZD~ 7=0B{l1M|2Z1pxϦ|\X yI8=sb02Xd`~/RjPLIcyЌ>=:bg03#0z+(Σƫa5W-'\h_v_y@U,l9~We(ǀJo%d3o)=|ϋ( )IPBs^F"#95xSb:Haw0E$\5B$)u5KsCvaɂCVRZ<Pj0V!n%[#~Ek3 H{?p@v$ɿ ՖQwe:~?ּd\0iKnv>!TA(0-m3~DvA)bblV{96Gdv 8p$0Sj TB_)=-c;Cqzͦ UT*|ps@.{& E+6_+ 4ݾ.ji1)gE/.ՐG'zcڞEhKo.o= (&fS9Ck5A3dtL5v7fܕE_,"]保5 OU%6CĚp6\{嫇o{RΕAF܆o'yb@j.YKpY!ʍ<oP\sئI\6"A40EhVdZb ;³[)ۤa}}8,#nLfQ@ k B0loВ:-,!= ]Dbn ؠY@%ėuZ:MmKڲU >H塙"3Tz_29’5 UZK)SV)OZjK 7B,GC i*`-pZĮ& 7DŽWN[I3g4 xO0P.tz28} =p H7m[#ImJ%gڊ:F7DR+w)2nRZ⮿d8EE4ܿ0(msu N,m1 c>) 僙]=|KZ,qQt#Fa .)bb]r/h>p8MTY=~E 1[q8 5 }C(ƀpq|b.-)dA}&sY[h1E֞N0j}{~Ѱ|Yu=! mmnf=y*~<a^q, edWeJۋ } ц o[kζQI> нH%*xohH=(GKP~zLuil]:57|+t3={ұ%sw ڰ68/ #G-8Z)_ dٝKrw<BN!Ѯzn|eY%?-ko'I*_MfK$SUdX-{zC7kV74*& F $:UkhYX,LMI6]"QEhvɃ'ۦ؜e1}C=<3WjzBF^eXSG5^UV[S.hds ܰYn G1/O#p!#di atfcz thvp8 ׄv͐y c9`$k< ͡M? t WZtG` ǟ{EUMuҹUtWʮV֞QQ+` Z@nPIkٲ!VuUoDpuS($@yD^LU@%08CԳ*g~Dj,=; j&v+Eq9R/sH sz튺@ACؘcdFn{\++_LyJy^1Ʃ>͞DdP|K޿sM^ObȮ=׉=ݝpY }3/8*E~L?a6дMYrͥ!}f,hͱU$泩`[ NmFEF-[ىn*i^1;xufH(פ;9J8b/V\pQKrU¦}bAhVӄ?3M& 1AMVoUMt7D2F-rYysnXptK!}oP]hA1Co2^aY]UۗJHRcaA8QB)O O{I10QQ??C񤭱\vYG])AV-9G}R@Ne}7Gr kGj> fb n xNP5FM0g&+;, u$U7 L. /FuYR1`UN 4k<%5fa.'j8u$=9IR0F2sBu_oX}r/oP=;-4 O5&Cӈ 1Jl|%Ƒ^eԄXp2,`%2-)9S^(h x 6Y3iBYigy!\= N攁ְ[| O]Rbp$?0eǹ?е9sVtJ#;i(=X6`o ׉"U&1 ˋb;%+}Zg"\f˹&2M%m'@2ݬ\#2ߢ6pxеHA)= dp^Dd^''>btS/k-0FBdH3O'n=&,fVvN=U|>fkNDCYUl\8>{{U f uU> NpʷS TA!RVN<mLJ}θ@DyDɑl(t=2 x[dq֘;caXe=]=A{WM os޷tT(>Zwv!Ұ;Dn'I.( /Mc8zw7P…3&GhV6';De#y0 2S< Z!4Y?\^h!הQ0첸}JCQ&M;~1d%a:~Ͳ*;#^ld,&l$ ?a cI!qIOEL2]ɣrQ8֞'rln=IY$K%EڧMЂN>\Sgg2+-M"O*!BhnITG D'?*(3>o $C.'2SHKF BDG~~,plnhř{}aE ˱e{tNMsLBfoacK̫*NNe*ɺQȑs"%=s+oF/*5 );儊dgRȺ׆S;YoDXXsk9Bj8Fgf V) A!$ƞǛ@"\V}e -fa4 ?_gxÅ~5L L"ك %܁ܦQyB;|;HuYhϫzlWay⌂7R(*bRj>?Xk Zob~1BJz\ڊ&X }y͜qbs Z,+̼D*WB{Iʂlp?>ɋ)֍B V;s+Ot#3V(6K5DC_9 ӎ\Oͮ Dyb{~Q,9/2G7#k@],}]z~bZN`#ʹ,ˀPώ$6P`@4t8S[GRy v:r'9WNsА:f΍ɏ`sס -}q.Ƃ0UMuȹ^H+8Fz㰡b3Gȭ9ΟxJݚT"KxUcoS<تM۠i;zix-upEڑ+Gx'~ٖK۰|.v,/8 ,C+H-n!FM) -,eqIc(w.Y!laWq59Z{S󲒼D,bbC RMvg7=<%'e(pU,nb ^=nb}`<^^`jhحiE-G lԙc6:7GD'3SN"0Ab;+U KLW ;+"zWz V =/zTRNK=5Y/Tn"2#)ͬx3.~<uXx#jXs;wj;f1Jln'\,1UJv/:zCbb!a7s!֖HBU;:!rG߃P?*~:!J:^|ǘ6qƨ`2dk YE٫㟞0!Mtw +/TX5]LPUra&b9E#Հ$\rdUef6dw Hizȕ2ޒ; 1,בcmZ;ug%Յ2Gm|oѝ[F>ffHg~ ,Yo$c+OGh[V^ jA0JNF;Pkj= (p7dsϏDZhKG{Y5^dC@jKorAY03؂6OfEq>(XbƛP.LzEPY/ֻ=TѰ(IôRAN( QEuFkx@zrs]wׇl^LpS0wnt&9m< Cd馱5&DKy 60' X&<\6s i2AmR^PI հ֡UOl) SİUQS)nJBnk0QGT (2u$2쏉.>pixM$DR=JnO%E󢭍 26zLg{,y &G/J0oK!8 73zIf>ڇAX`ϮJ1Չ?̈lܹdŘo0'[Z#X\ '& 6[diE'Vf|[8["Bni1{Q$\.I+ S?\i+:S${zҾnL(#\_9qXRy MᏁ 9_ڞRD$kSR]$#a(h-u5 ڲ|? R>) aI @p*poLyN{kvT#WҡYݹwڮyTa$Q&nKkav'A9t.,°qIYѪP\OKйC I~8m$M,T>D7rI6H`@[{WEW)RZ+l Hp(D]ð˂1a">L]|äPW]Lf%GKp;6dU_|! 3m9s};-HP[W rà7$h9z:5;kb^u?=Iwʅew4Ѹɤi.Ǻ=fY7l:I <#$/sI )u_FO"k }TI ޭy.^A)G@>cz7IPieV5 6t|'3CMT&;if9Mc3pdR`Y.5%sN/6K*(Z٨p 0)>3E ?پ÷{l2@rۇ!%Gߔ hAƶ(QqRseurtaZv8ǜl{ D/VV3HCe[oxIa_mհDB*+}㓊ۭ {zN W؇dRRYq<.$X"3€$ظPRپ2e&ݱfgFexN?Mic{CZ) U4tem&Ĩ3WZ j09oD䋣"*;&dk~w?pB"Mw+]r=碗ZhDxm&,C+FO3^ۻs, n.Rq*(]\%?J(|72VKh+On'!IP&3##E@FeN{}g[Xt5( %21 1n1GF_fz!DJ"nD27CDH0UF'c:Ds:] 'PUa lRc@l]S Dg-!4)pj1`_,B@l+ TB%5y2}t`Tf%ݨ%{g)(n$%Ho:=}rr8 v[_ҙL"aZ/*dGLq|b"L}"{"BX#&Ӏv$<]C^yR pf]wկןj%9xm f`*D}\ Œg8h*~F^ն%62}  - ^{)/0Ws~z-Yָ O!ht<~y6D5ý,mD7J3k['ꯌPr㨆/M :|6FPXmbu oş$?g$=@$\}I+JD "I Ѭ̀;J]8sm8pDL"~h`g(|k / *R㔠Ծ^ QV~JīݨSãf hkkjЕ(Xs?Y*ޘu)Y=;` ,[c@~]v%H߾a'K`%ZwleaHу;v֛_A[k}qUZ$vTMM{;L2|HlVel"3juk#DŻ"`լ1 .bLiT+1++D*CROoEXLU K&祝|^W&e"S&@Ei32yu:l *՝7YߘQ X3j^iWۙv*).<[j_M+9&:}omϱ q+H=X6@A?|+ 8=ƙ"XMØjՒ6}&(F6wt\ h FAmvf'ٲҡG_ږo%Do~.Y5_ng΋ ek2F;10r"5>O߉YT私pEQ5[{L-@aP3|fs{g9IYפjnrOb dٹD>~Hl Mb TЫ|LTO ^>^r*d}\E{B({HSݗ_rDFtuPcĩJhzn4޽ '\nd+tVv'pH5:wI.<.`!ѪtzmE[̿+> ӱ+ U'nu3<$6P:BE<^ޅeg>v߮K0A=:,PMqz_u' s4}y <#.4Uޥ;yĔ|9bN]frLeOxV*#nRx0Ž-YD;9 V~3wyAkd|]֟%BbuC`x%y24"-}-Λ>f)XZ!jDIµ&igtô>M?ν'){.~A_d?\X iu@*qĥz<>%&"xYҗJB>GJ/jN,e_J >[޼ȜJ:.̨LwH:<-J ~ׅ̑$% "z-5-Fэ0GQHȣ)tC ?#llg k] dܓ?S`=J u!#=TY 2p_^2 vmd\kW1+/ J m,)>X ),!ڸ(t,IK9~2ΐs[2ZJ=g/r,}*O<.Ms/9+)hRGT2Vdg:lAEM^DNy؃Wrjs7 ֎ _A~+ GF[/(Ƥ@1|m"rzY 4[ˊe,&ٶ wSqB[LK'{ A"FȖxT:,w΀e)-g pv])WAa bw [g-Atq+O=)"lL*hekP>o5nHX^`O׆pHBE?Bn0("'@qP?U >is^%C!Qo~ q[QLOmL6b׫*102&8TzBQ߹iHaD*Ux~~SCV_ܺ>f^ovf18,*rJBihȭuPeLGq,~iPgjW]P6gonxe7`13oHE}&ٴTnek"&szIbPVaOA =Cu(23&gCPrY]{@ȶ4\ZϪrf@Fq Saj :U EpÜ@^]Qn^QPe(&=D~3%\ V1ԅof1Pu H*szg5Vky4[U.1檺^5w"bLޅ{]Y&Zb?<9C\VdZ{7ʺ"'I2:MB=Ye ET:Zqe8q_҃'\"}ysO'AO05V\f?[+2BBmك߮q܊qUg/**,}.-9_1&dZE_W:ALn*VhqM*B1z 5AN-:@ VBL k~O45 ]ndh?]:hRfba_TU{P4Yʻ{Iϻԉ)I!P٬ǝ=;˯UiGb ʥU ^*NI2;fݷsmqjE"d3滾`֭1l{ۍ` *-2)vu،KɠB&!G'OIˤ*FblW*"OaN@^`N]W\ s'yiF^/p*-IɃyOiS]D3jΦXӮ ,nDe~w/5 kܫ,!n)q4L?_!Ë{uq7l¶#ݢz. l'{&;X$vt7`ޠ'C_#Fk(2r4:7{CnQ턳j'0jb< b pn3bg.JYJn55FD0c`/fHYXG^(JY6<Ʌ/>ndAs̪~rݾs>}O'R"?OTcy hY $-Dr{7.UW7ZYMy7#(9S3ۼXiuW l"Y妖`U%`ߑc&_Mxn73FFHb-[@_6l9:ͩd LHS|\Ҟl&sz)ajz"=xel}z#=UQdڞs+sNF96b)0 f5UoUSaDZ&+1::U Ƭ,.w4ϏYP`cwˮ#xRH q&(a$YIb޾5O9Jl$f# zn PwqkQ+Q4N`N TTXS܋pHNSPL kBhygu VƼ?$F%| #?Vm57Ԝ!-ha}iF R鴻ނڂ㫜cAE#ڲjNଅ2V:!&e(VͪoҪXp ~ `J5[`]B/*8@1ی%}#ؤ7 "Jl,ZvZqT/ ;[]įZ|GϕkRrzI`LLO#9@1Pg  c!K v"gBLiғ<1|/ Ϸ.SPy RQU9/h\T)e3 a/ؐ[,ަ>texktN35  J>.EA4ԛSO)v]]J/'&NJvU$ 7{= 180 +0dI|jH9DǴxh8sB01_[sה@:``"^W^1ڤǚm`NnIj\5Ģ7Ȧ0N\[fc錿m# ǚv(/ F9%z ^SWa5!p ?H/cW3la=IwU/*iwrn/e6⾭L>j05Q`e@0Fz#377LMmC`VEbK+xKW*?&tjY7"븆]؛<8$LnOŸ֨*ob:dV";jLa'nth@q|]uH.I=f 94(`Dj-XD}lgMDhMa}cŇdEml^T~gJO.Ws6f6MEy]((2vRh;QQdfY{%HQu\epBϒ6-{ Ug9GD6!vejQpv@ - By"o~]RUE*Eة|ȈpybưBKwFt'9+|F=x:} ٟaŦ[N7UC2Y"ɺb1wvw~) stxxg{ [2jkVqLr6"|,bCw8,mdJl ?EJ/y8 !.n2чҘ 3Nu&LX=z".oIW7 TR(&՝Ɇ)X]`DՓ:Q@ )wi`An5jćK$ o?5e ['a-!n8_Xm K_ZЉ^VCGVb/ߑ*R-TĐzJ"H`gᖋ9UqtyHy4QpP0^ hh"1V L[1xYx >IriWu>~[9QR0j7<%|>z{emah2~&_-&w 1ɿ]w@N2PPgx"3Ƕ5s"JxEYR577ʈSL{l ?s e=+ڳk8+NV!4w>$Jf¿,x\9t',}7, *Cgb &Ob&-XWlӧwҼڦi`'vPjSPTVEaa ."Z_d^0I|7Jc0tꎲ5*m#sUjXz#sw7? .>oe`f Bؽ瓬*z E|7(EW2>(afryds7"(+}+[9LV4%]P}8>uqfqvl2K2{g"DA?+0(h}\:COOB\D^mu;X@ 6R?H6:{D UydB[6c]Z\/0BŨ6vK* ʝXQ]ڝ:gͶx4AǤt!zep2~%gp斤XS9=:Ȫrx G]wqc0WKJ_s7b&$d< t2|'7<^ӜVT*bR>4rKl#vy ZÌ߂Sqa dc5>f  ;E{3{3 xMN Phff%nO M1v&o]dþ ag [6 I7(fheױ75^uZro6l,lxt䟛4I9bbٓA: r=f6dgc[^U?3X%j'GgDKzb Ԅ5qU i1sm RQKea@Dlz?}|$u'dSmVo|,#87QAf/5=34ԢGWF2bJ4lv7R q^w eaV>F{h E2,^Pѧv dR=?i0Szn!idl D[ÁКsazj [2?F`c=/h;U8 \f?]1HM}Ǹz1rzS-2TY`p %.0gWycMW6eo]j9xM}{Iiqh`CnzyNlcro ɺ_Eۑ0XSz/}bRٞ"io]SB急{P?n/Kv%z΢Gc3u;f8=Q*R_)Hu߮/!kAB8e7FAȪ}nJY#`qqC`d B>,c;禚ii&~$o <GSU,Nȇ388'XcSA [usXnQXJ%Z g.Zgi3%KHYdg( 2yjŸI1a0JgS#'t :ٙWҶ轥HUJ m9O`-\U6ߥ5LF$1M%_Zlg4 J3 iqi0&ҟo13o8dž߃SFt<䊅\Yl8 'Z<͉MeJhXgU$&}*0 \uӦn_ .X!Rj~eP\j9Eإ|C* \E%Qht޽U- _#N8[[<ǔ&4#.#&H Aq]|>A{>q9ܤkMKn!z9>CAC%d5 :CޟiuL{^2mb;E`&G~Kz[vG-_ܓ\sx>qU%P1nqj᫑)%!iV68swMrA~=JXH G \n*q\.U 6H|^5ʃʟkx#U|ʅ03$sqt[1bxL,^DGx;XކKv.ڵ'f nj[mW 85&8:Ƙ-g}y_Ua"Bpj Ă]rF7IE8ucoyE- 2O rG2 ;vu9iqmM!~)J ]݆蹠 }'a0bJ3w]穰ۆĿǝZur>/SBf/]"f_ &\P}Ǯ{Gٴ'Eqj~Q$s}M鴪"#2WQK@!/%Q-f.px/T͕n'4t\' +헸Ҥ]Xu^1aI_Oui<+ h9n÷!"DNK¿ʚ uӌ|:sԃk%lvᲉmz8<(80$p`zAGgihjqaNYbrc )rc:ݣB+j  M ~ y4D1TxYVPv0c,M:o lo\{~eeTl^T}@w)j?y ys/uk^T--Dk|ΒS.wC=wAK޷OtR5/Rm?s'AhqNGTÓLX5ӗY'Ya9 RCO|0 7f%vh'ox`ŽjpUeK>guƦ[p _EVY gC賄mby~7s}{o]%}aP~8ڵlBtVAlJ]]@Ch$ȇ%bX}bZM|2`k:V%u)PD~Tr\|rQCOrկSmz+puy3I2=^wyF%M8A D2oP|GZS _6F0w'.z*D?L]=4}Fk=K-pc-+ s ?i5rP:ji9msgY mp#,SDv[xuZY,wnX$(y4@*aɂ-gz܊9zYȪ]!Zy'VAt-GE.T㭁d^@wqmqN\ `#][d/c6s{NUVG .6 <>fX@?g]CEڤ@ϗ^vXѨ+yj)JW~Vb "/,PmUz@6B]0yz6, Б/%W:}$v#-+@Jx MGԮwΕ,$:M''ay훋_hF\c=QCóN`*+moؿQq =i''|O/)Crdv<`v^@"q~X;(r_`ԗ.hM]P۩. "!^Ftl0C93I ^YBKzn#ļ޶G&Ec|vZWEkzK3;a~Ku9Da\ aGH0)7k%"JHаF!RxGfB-CS91/ __)1g)t_cP|`%gޕcݻ+ D #Vo'6.E^+/S8VG8<ƩÄ)UVhEmʓ}q\4,h<5wT>(4\ZΦ*Լ fo8`G [ů2m y/pRNVrREl'bTz3gNgqLkCs0O랮*0pÚ0%;hnV3FR{N&&kf6ևyW9!&em|)8=d~!!3ߤ ~jώ i֫,VKFYMj i#b~dT) 1or03L Zb5Pu)]/l7ӌi2kj`s3z@*:Lm `ܱ\0*e\ߧ!Un[CfξwֆCwتC/ WAo(Ht~QY-Dg햿zn:,ή:K@+#zRp [㛄bӢ/5G2h˷QTH,[~jX[/%_bq,u!|-*l-m!dI }>ZjeOu,!6[#gn+ϽxZfiNtË5r!9+Iwe~d~8$ 71 "%T=qzV4})2,o+uKL@8Pf) ۟R @(5kn@`Wgj9) 4@ M2C/ Jdr2ˆ(=ePaV+kVSᕙrr f@xRR::qd̛͞W̎HlҶ"pw G@pm@7 " 9bev]fo,pHmXrμ5WSP bx>[}8⺪C]^kŞ@$%`~Ыp;04k%|R>ƫxX4 CjK*[:Gz!l=2j֜ˍ %a,~<0Ke ˪m[* dР*&red}Nrr ~avqF7:#4]Y?nTRCz@; 4WiN)g)O|ćC &fgAj? t1R}s\#Ɯ!Rjldތ|D8DG,|s"tD+"؝aXg8A7T1i`A[у}o$SG{[G 4_kC=P_ʷ-vSbpiqvg\dٯR&?!ݳLT,,,2KTl8a.ۺ5.Q[]'sN?@;fSQx5m _SZƘ;돣Z o(iwdl_k-+vzuK4p,]Y9+ vf A20ڒu/ ۊ7"%у߽ $D OKBo;p &?mCt27K#`04=l޲(ue::}~wU25zx?q]z!5+J\.O 6kGW!Mz>phPwPY?큡kZh0/e)7:1 {:nXBI4Kg\o D?hm[{Oj#E{rNkfe@FZ0Vq/c9_BFأӕP]Utr7;5?w6{ͻ_pRymd L9FRzŬ-{F|ն zU=QCU/'0-j[{]NU]K4nh 4޵0 {G-^RV&Vd'WQfsƨyZ }߻ofO#%IxVqBʝbxXv[@DJL^]4a PP(-MӅ+kfT6H߄oSN~mz*WḆ5'VY)^9RRCەS iu,l`B[U1€uJë+abP_vaǡ8^"F6Y\(9{ܜ>C7'9 0jj4G"mo7reS9mBNg})^)Gd$g=GYa?č;yJm<6&2s{UOLy RW[>`@sf"rZ-xk ~ئH6Gmq$1]쩛xPY["B@P[ys4/L=Ȫ^bXG]+fWQsӁ=jYѪp7S5)j=G]¼Ǚղ!vGCÅ=[1ӝ2ɲ#OaO(UtO-[*wXU6-GeHT>~sG)fPu[X+ |^VR,Nk >c@6ؿ'M?IY]ܼxY!bjGI'bU-ɵz55ebOtSvU"@~b.7/9KjgԦuӶ=?z\qYQ0:S/~X԰hK+= x:kR |8$\7n ϗb Ed^ Bۢ xQI"b[L{z2PܦT47?uٺ]tƅ&&3OJ6%zb ĈKn^ACNrwLݦ }r_^: B74o$Cvm\xς!3g>& 2" x ۀKCJX/,6sOOqo14 &׶Y%u<ҢQ΢3Rc2uZ# ͇SUC_\(M͆HR{גDm'>xDJd,YI'zvk~9zm32a.3;.jW(Sw4j Pw;(G1hG;:ӅkI,o/PX% `0Sn$U3e 2#QΫ$ءw9Հ<~yY'|oD܀CUN4 >d_T' ݷ}tL l2sp4&03٦ٽ&אcE߆#|yޒ¯m7?r=y9LJIͿsQղ/@4 sM8! '=<5IQ5{.CW.Tas.(H$emFa.۱ *~jÍHP L8I*? N[ZFs67j[~9(EG_f 7~N!z"g ]&FHBh¬F[%oѫS/%CcV4'ZCy# q❖VL>Wr"E]'~]ҧ&Ga DGBϑp;]cgG8KfĖVZF{*^*H>YcmcofGz@.K{Q᝟KL޸ly$]*O}7Q`fd~%n擞=f_]G[m"zCΧ+b0$)0aw 05fԤz7=iaL:biY;Qe`b@YBGlkY*uR8wp5n @(BnS俵[KC-m^Pj7T|B;Q]l`,3s-q#2d$9Y Wf;&>56~`SsIPFɥjնͽ B9j9>L-P>7v `;vU=_Y5S.05 Ÿ?47X>mѺO[w| \NN̶U5_8zTۥwLRV3]olصKYoޯ9Dh#~p!ֽ6rj0D)~>U"!67v &#ZtaNe4:;6g0VG&C]oIjC>]V u8ډvrLĈE? a5F:[%|. p//tʑɟP-ujފց9 , .j{RdaY61ؽM[G\2ڂQ[f ,"U&>9Vܯw[JLp q]_71`'d2گ>#o}S\QN/\:1:D;o qQ&iAhInޟUl3]y 'aT zAu$rQ̠ts'xw(`8~/\$-.xK3f<þܽ2&H'llH-ƨ;[h'KnQ7ʋladqx K6L࣭\eҚVEí㯅 e_:,s}0tAj}lpq`b۞~T98a"n1˟_9A%+?͝p9Ql}9jf!DV{^%u}w@ukT噼wpC璵b.FSLoxxL~8-V!Zm9=HJkj;KĔ"< ,Mkɒ.BG{;k|xQsxQyู %\Qn &yʏGoG=־f=,ip:ci;Xπ~^\'CQ"@Z ȰXf].$H'q53mQ$ғ%W7>5hcj; %`)F=HI4{KڡϢX'•vmm~r'kοg^}̞͡gX诃C\a,Ǽl @'j?-9\!!G;DAV"K(}kӲ&IJF ߞ.|ڈ# ˽t +Ouق|k z m0H8xQl}3$e r;N#RS'WU̜s8"6ZMh %1cj# ö Ek]Fw eP xN|KkT)F@۬)(kZUOSJЩXnXvkV29mA/[εC/z}j.3#FuE _ XJ=ACb̈1/pyYB-\Iq&;̓1#y5lkL -ur886٤_*#z42+!0qZ@9E/MĬ21hvxlLUoȸՓQ5sUouR#~*;iV$-2!r/ė* ,ꒆ._tAC !B52,'nj3zIW8UaՏ!ff4eԐɽI%mPuaWF ͧVưGζm7bH՞c2\irIlqY84?9hrӂ ok.Lk .Z4y$\) 'WER:!~,)|)Nj7좹2cbx.`U~k%Tw;ĮH+!A7W[읾NL3A@<ƱR3kw̜$WZaY4pbei};rf2/ܼPu/" |JDYD2H{Vk'^9ՀMkw"򐝬1. XwɁ I-Bҡ@@8W9%1Q:6Sq~^DߵNb O3xx oE`7Ӭ#"*J;^GPY(,0yj?J(UBRZ )C-nT-bw\ Gja_E4םGbwW@+#'Z2$HrMG4 2=y#PmTvmf, R:ԑl΅;괤P3*+HqSB&𱏅(m9m9PF+a{ސ6:!t=]Vb|x@ #[W1[g1d.+K׹LR<T85\* >47aRj؜HD_K5rcT}]5E' Ų <6=[.?J@rkE 靄S68}$9`sRq[0—KWH+ ,*m(Q;Gĵ'Q_gacOzkԄm̝vc &Jp}ǛMFL,dl+jc:S*kGB)Tƭ+ԭV$^8>s'.CS^܌UT(;vM1bңtBkݍmv7Urs9 f^LAB"rv7Yb<3G@H1XVn@V%+ BbdyP{l_лoE R בROxysqBPEd.O{_qh%|<b"th{_dƴZH9#O /Nusѿ_-M~ ~)Mb*O L/%Tl37K|V6$hK{îm # 0q3&&8Y^|vٸ @z.k:Rd9wp/GSj*&5Ec"N q ufBЮ-[pq hJFRte(2*Yﳩ:X. o,f -kJE) B߯-:G MX *Ω{kTm+X3CU\^cVD.݅rnmFX 鉶 #"vȖȄT!|_Uf2V0v rt z+_[=e !;= H\`CZL.6Ų/h \b` `*+o".o].nD准PaTui# Gj dpGZԹjSuv3OycNFrܺ!A(8_b`DJ,D1Ǩ޹8C+GƒNts2,@vd3ŤeSf -e2zԎW "?uPpwh9 n4>GRs,\ިy gXuc0/-'k;<V(E33^Uk.0'[pqv/ b9Q߽J" 4_I ZTsLl}jݎaΓRzJ%ք>jWQbI *pxW }v.⪱g0ubOV3-lFt+w0sw ,v.E|q鈖݀oqhv[_K&XAV &u]JP- Q׌M<X 4+mkcnMbZG`/.#U=7!|1ۅ#p%NR "nsSٲvwQ&t zyq@l&X !;:Hwh3 }:,f rt:8uf"nRTfM* v~4ο z)/ao]Ljܝ0? t$yoBIW|Ps"ӽb3AZ:6:}iōjU 4:O*.o0ᨼw.Lj5$.BٯIǞv`w{t ?51A@Nȶ !B!3`iJuO 5s; yz 4YKN&*ݻff&VM|M-8`bi1ELy먁8 ?8 lW&h9is71n'>|66G5%H~}n^? XATg ^8]'harh|=vX 9}qS. f=BR3Ź¥$s-Y)2䜞JĈUCI[OKB'_,%ތGb' ,P<>}cV\.y>N sm7Q%)8qE"ڑg-vW$728M;IY50ߞAa[}/DG`hIM: t(?R_߻ꆂ/`o{XPt:F ֹؑI}󊺟m:&Rק1:NPq>ִf5Y8/Ҕ<\9jG}_X/@2ӷh%Ѭ gK1>m ]8$7T9ߞ;J_\t wuJMrI˲)#dVL߸$zh5W(Mr{)xFq5 eSwڢ9s PwBy2<&hT1d>;A&ཹ[_ǤYKG_4|~WF2;?"c-gq%62`6)Cӿ)| X̭6De{ \Σ~ݝ\bAm 3Z]xo1iY; _'k(|-n9]3 "*{ K.} {mclS\?xrǠk{Sr/ b3a;(3śQȜt2YaTB<zΉAe+ʴi'pXƯhMPest0Ri[ S25dwuV:#}' "э_wcu &b lY:eфfl#$4 Ž#i7‹M(ĭKip"!qŭÊFC`?*e(h]tm񅘩1螸d;NKj -.w0cmMXN{,YKחRY_Lb=Hsk/AE|PWE;so`{J*(^gxkG`Zo16J!Y;q3,D)+tYra$):Y Q {}Nc+j]O3ϸI݅Zc~uX8QPA'ʬԺI\ڎ(\>_[CxIavoW2!fzu%pq->tz5taC7کS3aA o%}ϓcۺLf@gkɢ'3vx~"?#q0y lL.LTw߷,iӃ̠L>P1KZpMt~teQ=M%\w?pp+eaJtdql<.. 污H2LV5Gsgy[=L$Ie * 6Us?"zY1 @[-lk4?e3rٌ3i׫^5p5a$zc)E3@lu ':ut,?w4RΊ"eK6ptnvsǺY-`XNx9s<'-TJqIE] Й5|;0Ru"}jf)Yv%iX`?3Q+_{J.a:b7/}VJ2E'c\5箑Q k- t|EeGUNjPdڹݴ-5lS{GU:/˱i{}r?J~n?bF&.a\GdĄ zA4RZDϗ-ӏUfhâ!?xa:& byҔZ3a6CK)0 nyO6S xL+wh30*uo@b*lw6i- FlUް0հR/ďmpTiqCI]݁BVg0B7.S4t'|7g=dTMp4,(}i%wN+ &sXsKwOA/d|8lY?n]-˱AD_Q1afa~TG\ Bci.qmI$m d %N-.Z.#(^RLkF zbЩE:ndm4FLm_*o(frcas,G,& ҿ x0Q}'āwcq;~pT Jſځ@jٰ=L"EqM9YQ}kDK Q\EYcEsN5[/[t=7`aHc{LRkJ3x[+y``XYЬA1>؎Yw*K=`&^ѭPG q*#_"FEg.d?W4z@u4n883r;2F~|[F<m3p8tR tti;#If[mTsQcgP ؄)ᚩ:%tt@tAt|~A8`9F-=jɳJbz;.ONXKM>{7?if-"#$5)YĠiE9'ywx!ps[cp@yjIEUőB(x݆Ɛy, 6jČoWQq꩷cBS L ,Dk}ٔ?|jXWTưVX~]:I]I:":6fCdн Tp%,dnPгM 1pXZMjᰪ6q%/%b.m*9L 5頴u @'q8)!K#_Lz0D?={k>w%E>ڧOF+𦮆9 g~` 8 Otk/o4Qsn9bs6 # EyPnkqA[̟GC?~DG/(P. 9ؽ8?/bML{K"NJ8#7k<톫/cBy2]D׆M?7Z$q!@=ebOS|@|Q%8倎.F\F|$<]Y^6`ܨ!i</Z%/G)]YԸ w,dYbǹ^ghzJ'"ES_RΈ!uL!'q^-~W0{;m0KS$b em5jCn_EGD]ڠc?Z Nƺْ2Xcn E^Zׁ^'U)~5p'˦~t$eqI_6Vt?=o0=!5lwL^t#+|aKϠ4N85IUg ][wzd~3bTH@Y|O UKbB0b`x!,z.2OPi%W q"8L㔘ݑp[X sK-4pdx2&;2+&J4rBB1xv\h'c>;ھzj,kkPǨY:]ex|4j`hY9ǧcpv88? Xl@0c^dA|5U7>S8P؞)#nԭ"8IzN,w%hh!apo.ڃ\?Dd?b-z`J)!Eʸ` })^·z;9\U:_'k,-N-wqzC3p`5߷^AW 1RpBP-JHt3=`,'cP{[glB`͸cy0I]{R"5:Y^E]%X&ܕ[ XLa'TZ`:A$A^,a-iN0_|۱v6'gVXDul<g)\ j8%)fLNM{h, ВOߑs,TnGAʘM-άsok1>uGX)R+`>#&۱VInvF#1_=-)ZZKW؈&V{f x"tѓ_rFSd8gcg3 6ơ,_gdwj}l|a5ɉT wV28WKd8NmI{ǣ`\u'摆 ި/A,QrWUy^FƺyPƶ$(]ZDi06jTwM.5SﲕzHg vKAjg4 {mbvS:XMI/-|\k T$ (\+hNP/o"tUzJ|-P$k;G\d-;Yy*=1b EC72g6K$ JqQV%ŇI!!Q)B Y$])tB"l%j}Y 5BU;L[PեOsObLL.V?\L2m.'y׷UAٹPuBUuzH=YYmH5HS[>[~ߪ +0cPO!V`ڟ"Q !3. vz 3c,ݹ\b_d`S.O*Xg_"u,NÎY&8_775 \ {p1ѐ£-۳!9-xzS'T>yA&D~T JUeU#Iz-al8~*쥟x,~G୔dU mhR}ك?xU?nQ/*iU}IMla*5@Y% -t9by!wA OftJ9:Кk,/6KD VEZnWȋBJc.l 蓚1YMH6Fڅ8:@̇$^u6P*'o{ "E#U/2ր/Ʀ}ZW)e!?0yѥ1W/M  qV? a^GCys3Pjf /B&s0jNmI$[\:e=A"A{ p;H}LIB,#>nQrg +3 ΓBH׼ A9>n=C} 8嶺hk`vkK$cFW@ǻ'r{l opZ4\˜h H) kÞ$6>)I. )UcDxzHX[0ή'|sLOrـM,sE5/ { 6Tm~gW.'/< @N!ęz4P)l tQ6ה${m-J7́eXӀe< ^Z@,/u,=R3eň6smŹ1͏,LGqK_iԤ@DO rDy4R yEt)Y6nR9hI0=-MS^Tqit$dMN8pKUj"Yj[C} EJk{K8=& hAj Ho? Gg^d,t膱BI]VV^o-`gPht痋;j gj.Y|V5 c|p7f<~`d7i8ّ$WM.V"%,~,GcⅩcOvՇ5E0>S΄qjCDx!1hFvV*Ə)a&R z ɓvu63&rmI'>&eg#`NHy}.u{qoiđ2bUzRZC$ykf/z `[ IssW2r_ ě% *ZF -T>a\a=#aU*dM+#\%~ n}CEW-gmGn*dTi4p1!1vI0 ] .$7 -m@_.:%NEh 8[hu-",0܈7u2G}!΀>1N w; {4IOs>J,̎RtD(XkG3$vR] gDĸ3LRYU`mN]_JsVIU7iY)G(2uZ [oY^ Va" W|u(Bo+>VfeYPh|m~9խR10v< Z9PhQ:ܿ tEE6v ۆ5̹cWfkoDdq }τg4bsQqr>Jtr4ޢ]{:Ϫ//#HS&$vEkt#|g؞OܥD;||E5h۔R,yme'˜zvf~K[TrAkwmԞ悽">bf[ `}I5*>F$EߜeWdwWS=ExGyP&obWDį !5ct#Mxcu?zf%{ݮk6(G]ciՔDRF6Ys2>Qo]GȍTfnXK uNM yr hG}/}6w0䖯"Iv,>i~a5߳{yP~Cnܚ "ׇj)vqjj-JȂ3_f^O;y4_8-瞛YMd[7yL^cՍ_/*sRi;5L}ҷB/ _=6.iR;m&2ŬG9=㽽=_A2ͣd/~}H5=Eb*[=a>7J_ZVF&UҢF۝22֡=OE}5~en[MK0ڴq^SH-ZG:S2u{M.cYq`O} XcpҤG}X!dʇAI.S Ƿa8`kaɷ/2*jXHgP ķ]+5vR Xt8DU%ICǵVJ 10[<# 8H@wxCB"?)=C;`ͱ< NO7>B^ B3O8f:6M=1'zgdP Ť5Y?lo\iϓfu+5 !}l tm8U/;yٶ2[Ua;qp&'G9CRt:M'c;ej^g&Y-@ NP f; q|I񂾲_-c.eƺzX9$4 B#u+IbcWT^x\4nLoK\2`O㦐+NQe~EOP /ֶrp!ЃZ 8Kp#{['`$Q-Zd21 O+<5ʖ--̳aw(\r. ˉA)eMwۼ*Tq;DXyd8!gI;Y$ĺnfQ(LGɬ gZKk˨Lz.Mfk[PwM #V]MNKWkv߈UhQ2R[%l(I]]%v% ,vܼ$Kgy=V7c IbI:s uY+ g'-_/ja- a )gZn8 / VyQgwy`nyx3` -/ê%,ԚQY*Ǿ+H'_][E:,;јs"?IbԥzlMXW}v˓Ai:L /`TLLRtw joy}CWO%~jYH&.RfA98̌N1.dd;p‚8sRJ]pL5#_&V=F.ufC&2r 6袌8;/?Y7ϭF*!Ʃ=C"=wt"2zK mܲn]ߕ \3;_5?o\;gʦ&c1˭M, 9;֔(|5avAs1ehW{Zq`2_dwdqo[;rO< 2hu@R)OPj9ӧ;h5͞Mr$[5F Jxx˒T m.VZϴ'F}t~1i Ӆf#Pr*m*e\y/LkmQBpaAh55[S0CzxW ƓI%%Hy“MHWMj#Q7۲藼3aV c0Y@YqRkοab_(U㑏X=.'w"pyLݛZRWPXh V!@vTI_R@68Ns O1BIHM<6Oy|ȵfGkOMI;7M.^-Jz Ťޮ89Kziݦ9mh귣[$K|Bs)Y)Z=ny'beZ1_'=۟dLqDuAۃ)_9t ..6enPX!=}MmgF3ҟ%1>[\"i7f[򩄵:(L1m15lZ I5T1Q]L:!$/#jT a RenMTP1a)utCBow;[1 M{N7;n _\U)iB֔_V׶ %GN*.z}P$]j!*.d0:AB;mMǫƠ>ceȞO>0{2hQE1 kL ={)Բ_U SCVl̘kZB" fT_pݥgNCWn<{W-mZCN {ܬ׆w\=& y(uz'B֢/[ƙ|k ^ f7{hm{Rj: 6v%8С&>AYvp{%OjQ"<8Kw4Kzۛ%U{obG}{j&q:cվ Xat:'-]G$s659E˧)\{\HoLQR? or*.]0o w}#;ޚ%N@VSemMn1&fE"='٬ˁ~vUg bk "F:`6 VĈN ۔Ef`7 KmHX(2XϢK3D ;jţZlU^dR":aURЅR)cQ8oZB*ڝl5 ;P$y;2#"8[&2W=ď~s/oeU^ݳSzv'Ք6CZgMj% FJ` jEoPa܁jGlKP[!EBeE}R>ZOCX%.DR}Ln֜&݃_>ژ9eKp}`EW Q1h@[M *\V;'r`n5@)XabNT2AE VxZY'6[v574\8|Rvi}-קbz/:W;g2+`%}⏞ F=(]u?Dܯeg$xVg6Hbm7Sp]MT9[ L& ClraixXsdzZ_i.G dH Y1R? ৬lF!(܆x|Ÿ*]%], x; gWvZJqx.uFcvvޤ|'A p)ү=`6-]/Ϳ}ڧ>TO=_N#繭T_ b\:x̓*?1^t-j[: mmO;%\PZ LO=@э<Ŝ*RB.-LEvm/^X4[* R:h49MgAwqWf|xHoƯ -b[B!ЕdgV?C H;˿+eA4-0S;-\" &_ +]D]8[0qsTvXP@= G2)3$,ǶĚ2_A ?9& '|u.pE%j;tFaGk;A?]▃hEVzBW'Z6'00ʔug*u.Lѓ9Kϥb$Goj|[Ly0,-6NVm@\*>H ﴜK"WX3txRȵxvUmi_pGGEMZ YQ*k/Sww( cf{o5 '~e(Z }g=_ X=1:x6M@ syõ_O@J=س:|A2Oa .*(ʇ@)կ3A! D Ke©\_+\GC)h߯]1:P#$S6*E.Ĩ ,R*C-yR߱4$0p&SB&v>A O PwIo 8uCpǥU ޝt)9uVPb=uAL058eܪ*z~h5 &@c YZ