parallel-netcdf-openmpi2-devel-1.7.0-bp155.2.14 >  A dkSI%z {jekCS&V„Og"]bW90YF̲TEس"YOoLa. cM̤p|QBJлq%&zs3֌wDEaw[b\cۥ@Sw]g#拤*رMg3hqfoV Ƶ0>Z1inoMP!e7iIԙ-z>a2\Wb+yyសEжK{#HУ0:"+=Mv+O~7(=X:Dy4ҋIWPbYڶOq7:ҼRega!!3W?II+iS߷$W QP<Ÿ.;W+ f1Gl*X|NJ,~8Ɉ*~ǔ[$Xei[ڬc({=)ŠZ}2`!h1Ȁ{s2^.dc3b8001ce7a4e5e91b4c35735c17b4a78b85d274a4a049d6f0255947550b67f7d88a2010ef73b3120d3ad20ae52f9de01e4e5ce<dkSI%z 0,T;$Pء@el)ECs#3 UYqvfYw!d}+GUT$`zyl:!G,z?)mZ:c`wYZ_fQe#T0Qݎ3-5.DQOzby wnkLfr29NelxYNyZĦTɑށBk:EEqd#\`ZQ`Emktziȳ#'&ο/l@\daPY.>SqMi5M#Y#SRd {lOe:L=~yn(/Ȥ%tpyS!ñDBÃ-(zS,/6I=)^%KikiMQ@vf\%EJ;kFE~E[*RR:.ypj'=n؍>UTQ\xg YPhE^R+?} I2dr=U8L $ >p;?d!' 2 jx| 06@X d p   <p(8 9 : F9GPHhIXY\]^bc-defluvzP`djCparallel-netcdf-openmpi2-devel1.7.0bp155.2.14Development files for parallel-netcdf-openmpi2-openmpi2NetCDF 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 openmpi2 version of PnetCDF.dkSobs-arm-11 SUSE Linux Enterprise 15 SP5openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxaarch64+kvFkdkSdkSdkSdkSdkSdkS5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cff4bb2affdacb95839b9dea8c22009ac79bc782b3adc1131ed34f06dec9d4700ac0a6fad35a893215f8d8fb121d546679ef9b47378e7c96ee382d2de83174c0c6libpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-openmpi2-1.7.0-bp155.2.14.src.rpmparallel-netcdf-openmpi2-develparallel-netcdf-openmpi2-devel(aarch-64)    libpnetcdf1-openmpi2openmpi2-develparallel-netcdf-devel-datarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.7.03.0.4-14.6.0-14.0-15.2-14.14.3]Y]]w@Ws@W~UWUnU@UK@P:Stefan Brüns Stefan Brüns Christophe Giboudeaux jengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comscorot@free.fr- Add convenience provides to allow e.g. netcdf-openmpi2 to pull in libpnetcdf-openmpi2. - Also build openmpi3 flavor.- Build MPI pacakges as multibuild flavors, add openmpi2 - Adapt to openmpi -> openmpi1 rename on Tumbleweed- Use -ffat-lto-objects when building static libraries.- Trim descriptions.- Update to 1.7.0 o New features * Nonblocking requests now can be posted while the program is in the define mode. This feature enables applications to add new variables and post the nonblocking write requests without separating the codes by ncmpi_enddef(). Note ncmpi_wait_all and ncmpi_wait must still be called in the data mode. * When using immutable write buffer in put APIs on a Little Endian machine, the in-place byte swap operation performed internally in PnetCDF can cause a fatal error (by trying to change the contents of an immutable memory space). The solution of copying user's write request to a temporary buffer and perform byte swap there conflicts with PnetCDF's design principle of avoiding internal memory allocation as much as possible. Since the size of immutable buffer in most cases is small, PnetCDF now compromise the two by making a copy of write requests that is less than 4KB. Users are warned that using immutable write buffer larger than 4KB will still cause the fatal error in the PnetCDF default configuration. The way to completely disable in-place byte swap is to build PnetCDF with --disable-in-place-swap option at the configure time. In this case, the internal memory allocation in PnetCDF will increase. o Syntax changes * In ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel(), the API's third argument, array of requests IDs, is changed to INOUT. Upon successful completion or cancellation of individual nonblocking requests, the corresponding request IDs are set to NC_REQ_NULL. o New run-time environment variables * PNETCDF_VERBOSE_DEBUG_MODE environment variable can be used to print the location in the source code where the error code is originated, no matter the error is intended or not. This run-time environment variable only takes effect when PnetCDF is configure with debug mode, i.e. - -enable-debug is used at the configure command line. Set this variable to 1 to enable. Set it to 0 or keep it unset disables this mode. Default is 0, i.e. disabled. Users are warned that enabling this mode may result in a lot of debugging messages printed in stderr. o New example programs * examples/C/nonblocking_write_in_def.c shows an example of posting nonblocking write requests in the define mode. * examples/C/req_all.c shows an example of using NC_REQ_ALL to flush all pending nonblocking requests without providing the requests IDs. o New test program * test/cdf_format/dim_cdf12.c tests defining maximal dimension size for CDF-1 and CDF-2 file formats * test/testcases/test_erange.c tests if the error code NC_ERANGE can be correctly returned for two cases 1) get a NC_UBYTE value of 255 from a netCDF file to a memory buffer of type signed char and 2) put a value of -1 of signed char to a NC_UBYTE variable in a netCDF file * test/testcases/check_type.c tests if the error codes can be correctly returned when conflicted in-memory and extenal data types are used. * test/testcases/put_parameter.f tests the use of immutable write buffer (e.g. a buffer declared as PARAMETER). Note the buffer size must be smaller than 4KB. * test/nonblocking/i_varn_indef.c tests posting nonblocking requests in define mode. * test/nonblocking/req_all.c tests the use of NC_REQ_ALL for flushing all pending nonblocking requests without providing the requests IDs. * test/last_large_var.c tests the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. * test/testcases/buftype_free.c and test/testcases/buftype_freef.f test the bug in r2160. * testcases/add_var.c checks the starting file offsets of newly added variables from re-entering the define mode. * testcases/attrf.f checks NF_ERANGE is returned instead of coredump. This is particularly for NAG Fortran compiler that may report "Arithmetics exception". * testcases/check_striping.c checks if the file striping unit and factor returned from MPI-IO hints are consistent among processes. * test/nonblocking/column_wise.c checks if PnetCDF detects interleaved fileviews from multiple nonblocking requests and correctly breaks and reconstructs the fileviews so the combined fileview is monotonic non-decreasing in file offsets. o New optimization * Filling variables at ncmpi_enddef() is now done by aggregating all write requests into one MPI collective write call. In v 1.6.1, this is done by filling one variable at a time. o New utility program * ncoffsets reports the file offset information, including the starting and ending file offsets, of variables stored in a netCDF file. ncoffsets is compiled with gcc if gcc is presented on the build system. Additional command-line options are: (-v) reports only for a selected list of variables in interest, (-s) prints the variable sizes, (-g) outputs the file space gap size from the end of previous variable, (-x) reports whether there is a gap between any two adjacent fixed-size variables. See the man page for descriptions of all command-line options and examples. o Semantics updates * All nonblocking APIs now take a NULL pointer for the request ID argument, meaning users do not wish to keep track of the request ID. If NULL request IDs are used, NC_REQ_ALL should be used when calling ncmpi_wait_all/ncmpi_wait to commit all the pending nonblocking requests. This feature relinquishes users from the responsibility of tracking the IDs of pending requests. * Using NC_REQ_ALL as the 2nd argument "num" in ncmpi_wait_all/ncmpi_wait APIs will flush all the pending nonblocking requests. In this case, the 3rd and 4th arguments "array_of_requests" and "array_of_statuses" will be ignored and thus these two arguments can be NULLs. * Using NC_REQ_ALL in ncmpi_cancel() will cancel all the pending nonblocking requests. * Using NC_GET_REQ_ALL or NC_PUT_REQ_ALL in ncmpi_wait_all(), ncmpi_wait(), and ncmpi_cancel() for all the pending get-only or put-only requests, respectively. o Other updates: * Conform with netCDF on the maximal dimension size for CDF-2 file format to be (2^32 - 4) * NC_ERANGE checks have been removed from nc_test for text APIs and variables that are defined as NC_CHAR type * Add README.K-Computer build recipe for using Fujitsu MPI compilers on the K computer at RIKEN in Japan * Add README.INTEL build recipe for using Intel MPI compilers 4.x * Build dependency rule is added for files configure and configure.in * PnetCDF checks MPICC/MPICXX/MPIF77/MPIF90 instead of CC/CXX/F77/F90/FC. If MPICC/MPICXX/MPIF77/MPIF90 are set, PnetCDF will ignore CC/CXX/F77/F90/FC. If CC/CXX/F77/F90/FC is set instead of MPICC/MPICXX/MPIF77/MPIF90, PnetCDF will now copy them to MPICC/MPICXX/MPIF77/MPIF90. * Enforce netCDF convention on error code priority: NC_ECHAR trumps NC_EINVALCOORDS, NC_EEDGE, and NC_ESTRIDE. * Return error code NC_EGLOBAL instead of NC_ENOTVAR for APIs where using NC_GLOBAL as the variable ID argument is prohibited. * All Fortran 77 test and example programs (files with .f and .F extensions) have been revised to conform with 77 standard, and was tested using pgf77. * Now provides a pkg-config file (http://www.freedesktop.org/wiki/Software/pkg-config/), making it slightly easier to set the correct pnetcdf include and library paths. o Bug fixes * Fix the bus error of invalid address alignment when build with Fujitsu compiler. See r2171 and r2180. * Fix the bug for the special case when there is no record variable, the last fixed-size variable can be larger than 2GiB in size if its starting file offset is less than 2GiB. See r2166. * Fix the nonblocking flexible APIs that fail to save (duplicate) the user MPI derived data type that later is needed to unpack read data to the user buffer (a call to MPI_Unpack). See r2160. * Fix Fortran 77 constants nf_fill_uint and nf_fill_int64 (thanks Jim Edwards) that pgf77-based MPI compiler does not like "_8" modifier. See r2045 and r2051. The same issue for NAG Fortran compiler is also resolved. See r2089 and r2093. * In the example program examples/tutorial/pnetcdf-write-nb.c, the write buffers used in two iput API calls should be different. See r2095. * Fix the error reporting mechanism for NC_ERANGE, for when an arithmetic overflow happens. Overflow checking is now performed before I/O.- Fix license- Fix building on non-x86_64 64-bit platforms- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Update to version 1.6.1 o New features * PnetCDF now supports fill mode. ncmpi_set_fill() can be used to set the fill mode for the entire data set. Note the differences from netCDF: 1. The default mode in PnetCDF is NC_NOFILL. 2. Setting fill mode for the entire file or individual variables must be done in define mode. 3. For non-record variables, they are filled at the time ncmpi_enddef() is called. 4. For record variables, users must explicitly call ncmpi_fill_var_rec() to fill one record at a time before writing to the record of that variable. o New APIs * ncmpi_def_var_fill() sets fill mode for an individual variable. This API must be called in define mode. * ncmpi_inq_var_fill() inquires fill mode of a variable. * ncmpi_fill_var_rec() is a collective API that fills a record of a record variable. This API must be called at data mode. * ncmpi_inq_default_format() for inquiring the default file format for new file creation. Note the default format can be changed by ncmpi_set_default_format(). * The above new API are also available in Fortran and C++ versions. o New error code * NC_ENOTRECVAR when attempting operation only for record variables * NC_ENOTFILL when attempting to fill a variable when its fill mode is off * NC_EMULTIDEFINE_FILL_MODE when inconsistent dataset fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_MODE when inconsistent variable fill mode is detected * NC_EMULTIDEFINE_VAR_FILL_VALUE when inconsistent variable fill value is detected * Fortran versions of the above error codes are also added. o New example programs * C/fill_mode.c shows the use of ncmpi_set_fill(), ncmpi_def_var_fill(), ncmpi_inq_var_fill() and ncmpi_fill_var_rec() F77/fill_mode.f is the Fortran version. F90/fill_mode.f90 is the Fortran 90 version. CXX/fill_mode.cpp is the C++ version. * C/ghost_cell.c shows how to use varm API for writing from a user buffer as a 2D array with ghost cells on both ends of every dimension. o New test programs * nc_test/tst_nofill.c borrowed from netCDF * testcases/ivarn.c tests bug fix r2023 when the request IDs stored in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. o Other updates: * Change the chunk size used for moving variable data when the file header extent expands. The default is now 1MB. If the file's striping unit size is known (from MPI-IO hint striping_unit) then the chunk size is set to the striping unit size. o Bug fixes * Add missing F90 function overloading for f90mpi_put_var_all, f90mpi_get_var_all, f90mpi_put_vard_all, and f90mpi_get_vard_all, when the user buffer is a scalar. * Fix when the request IDs passed in argument array_of_requests[] of ncmpi_wait_all() are not in an increasing order. See r2023. * Fix C++ compile error for converting NULL to string. See r2039. - Update to version 1.6.0 o Format conformation updates: * Conform with netCDF4 on CDF-1 and CDF-2 formats. The only difference now between the two formats are the OFFSET item in the format spec (32 vs. 64 bit integers.) All names (variable, dimension, attribute) now allow extended characters (eg. special2 and MUTF8). o New APIs * Nonblocking buffered varn API family. For C, ncmpi_bput_varn_() For F77, nfmpi_bput_varn_() For F90, nf90mpi_bput_varn() For C++, NcmpiVar::bputVarn() * Nonblocking varn API family. For C, ncmpi_iput_varn_() and ncmpi_iget_varn_() For F77, nfmpi_iput_varn_() and nfmpi_iget_varn_() For F90, nf90mpi_iput_varn() and nf90mpi_iget_varn() For C++, NcmpiVar::iputVarn() and NcmpiVar::igetVarn() * Blocking vard API family takes an argument of MPI derived data type that describes the file access layout, as opposed to vara and vars APIs that use start[] and count[]. For C, ncmpi_put_vard() and ncmpi_get_vard() For F77, nfmpi_put_vard() and nfmpi_get_vard() For F90, nf90mpi_put_vard() and nf90mpi_get_vard() For C++, NcmpiVar::putVard() and NcmpiVar::getVard() * Collective var1 API family For C, ncmpi_put_var1_all() ncmpi_get_var1_all() ncmpi_put_var1__all() ncmpi_get_var1__all() For F77, nfmpi_put_var1_all() nfmpi_get_var1_all() nfmpi_put_var1__all() nfmpi_get_var1__all() For F90, nf90mpi_put_var_all() nf90mpi_get_var_all() For C++, NcmpiVar::putVar_all() NcmpiVar::getVar_all() * ncmpi_inq_buffer_size() returns the size of buffer previously attached for use of bput APIs. With ncmpi_inq_buffer_usage() one can calculate the space remaining for additional bput requests. For F77, nfmpi_inq_buffer_size() For F90, nf90mpi_inq_buffer_size() For C++, NcmpiFile::Inq_buffer_size() * ncmpi_inq_recsize() returns the size of record block, i.e. the sum of single records of all record variables. For F77, nfmpi_inq_recsize() For F90, nf90mpi_inq_recsize() For C++, NcmpiGroup::getRecSize() * ncmpi_inq_num_rec_vars() and ncmpi_inq_num_fix_vars() report the number of record and fixed-size variables, respectively. For F77, nfmpi_inq_num_rec_vars() and nfmpi_inq_num_fix_vars() For F90, nf90mpi_inq_num_rec_vars() and nf90mpi_inq_num_fix_vars() For C++, NcmpiGroup::getRecVarCount() and NcmpiGroup::getFixVarCount() o New PnetCDF hint * pnetcdf_subfiling -- it can be set in an MPI info object or in the environment variable PNETCDF_HINTS to enable/disable subfiling. The value is either "enable" or "disable". o PnetCDF hint priority * The alignment hints set in the environment variable "PNETCDF_HINTS" have the highest priority, which overwrite the alignment hints set in ncmpi__enddef(), which overwrite the alignment hints set in the MPI_Info object used in the call of ncmpi_create() and ncmpi_open(). o New error code * NC_ESTRICTCDF2 for attempting CDF-5 operation on CDF-2 file. For example, define a variable of type NC_INT64 in a CDF-2 file. * NC_ETYPESIZE when filetype size is bigger than the variable size * NC_ETYPE_MISMATCH when the element type of filetype mismatches the variable type * NC_ETYPESIZE_MISMATCH when filetype size mismatches buffer type size * NC_ENULLSTART when argument start is a NULL pointer * NC_ENULLCOUNT when argument count is a NULL pointer * NC_EINVAL_CMODE when invalid file create mode is set, (e.g. cannot have both NC_64BIT_OFFSET & NC_64BIT_DATA. In PnetCDF 1.5.0 and earlier versions, if both flags were set, then NC_64BIT_DATA triumphs NC_64BIT_OFFSET.) o New example programs * C/bput_varn_uint.c and F77/bput_varn_int8.f show the use of nonblocking bput_varn APIs * C/i_varn_int64.c and F77/i_varn_real.f show the use of nonblocking iput_varn and iget_varn APIs * C/vard_int.c F77/vard_int.f F90/vard_int.f90 CXX/vard_int.cpp show the use of vard API to write/read record and fixed-size variables. * C/transpose.c shows the use of ncmpi_put_vara_int_all to write a 3D array that is dimensional-transposed from the one stored in memory. Six transposed 3D arrays are saved whose dimensions are organized as ZYX, ZXY, YZX, YXZ, XZY, and XYZ. The C++, Fortran 77, and Fortran 90 versions are also provided. o New test program * nonblocking/wait_after_indep.c tests if ncmpi_end_indep_data() returns properly when nonblocking APIs are called in independent data mode and the wait call is made after exiting the independent mode. * nonblocking/flexible_bput.c tests flexible bput APIs that use noncontiguous buffer type, noncontiguous imap and require type conversion * testcases/flexible2.c tests flexible APIs that perform type conversion * testcases/flexible_varm.c tests flexible varm APIs * testcases/varn_contig.c tests the case when the fileview is actually a contiguous chunk. PnetCDF should be able to merge all. * nonblocking/bput_varn_uint.c tests nonblocking bput_varn APIs * nonblocking/i_varn_int64.c tests nonblocking iput_varn and iget_varn APIs * test/testcases/test_vard.c test/testcases/test_vardf.f test/testcases/test_vardf90.f90 test the new vard APIs. * test/testcases/inq_recsize.c tests if one can correctly inquire the size of record block from in a netCDF file. A similar program in F90, named inq_recsizef.f90, is also added. * In test/nc_test, the test programs below are borrowed from netCDF test programs: t_nc.c tst_misc.c tst_norm.c tst_small.c tst_names.c tst_atts3.c tst_atts.c * test/testcases/one_record.c tests the special case defined in CDF-1 and CDF-2 specification that "A special case: Where there is exactly one record variable, we drop the requirement that each record be four-byte aligned, so in this case there is no record padding." * test/testcases/modes.c tests if correct error codes are returned when various file create/open modes are used. * Under test/testcases, varn_int.c varn_intf.f varn_real.f90 test varn APIs * test/testcases/inq_num_vars.c test if one can correctly inquire the numbers of record and fixed-size variables defined in a netCDF file. A similar program in F90, named inq_num_varsf.f90, is also added. * test/nonblocking/interleaved.c tests a combination of interleaved file types. This is to test the bug fix in r1758. o New optimization * Prior to this release, PnetCDF wraps each MPI read/write call in put/get APIs with two MPI_File_set_view(). One is before the MPI read/write call to take advantage of MPI's fileview feature for accessing non-contiguous file locations. The other is after the MPI read/write call to make the whole file visible, as the root process may write to file header later in the data mode and it alone cannot make a call to MPI_File_set_view() because the function is collective. In this release, the second MPI_File_set_view() has been removed. The root process's fileview is changed to always keep the whole file header visible. Saving a collective call to MPI_File_set_view() is expected to improve some performance. o Semantics updates * Header consistency mechanism has been updated. See README.consistency for details. * The use of NC_SHARE is also revised. See README.consistency for details. o Other updates: * The subfiling feature is now disabled in ncmpidump and ncmpidiff until a bug fix to allow reading the master file with the number of processes that is smaller than the number of subfiles. * The attribute names reserved for subfiling feature are now changed to use a prefix of "_PnetCDF_SubFiling". The leading "_" underscore is a CDL convention. * The flexible APIs now allow argument buftype to be MPI_DATATYPE_NULL. In this case, argument bufcount is ignored and argument buf's data type must match the data type of variable defined in the file - no data conversion will be done. This extension makes the flexible APIs be able to correspond to the netCDF APIs whose names do not contain a data type, e.g. nc_put_vara(). * Type conversion between NC_BYTE and unsigned char no longer checks for out of range error (NC_ERANGE). CDF file format specification make a special case for this kind of data type conversion. See: "Note on byte data" in the format specification. * Conform with the CDF-2 and CDF-5 formats that names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for storing in the file header. * A new configure option, --enable-large-file-test, to enable testing I/O on large files and large variables. Note the testing prgrams will run very slowly. o Bug fixes * fix the bug for flexible get_varn API. When buftype is noncontiguous, the bug forgot to "unpacks" the temporary buffer that reads data from file to the user buffer using buftype. * fix the bug in blocking flexible get APIs when buftype is noncontiguous, swap is needed, type conversion is not. The bug sets a NULL pointer to the read buffer and passes it to MPI_File_read functions. See r1815. * fix the bug for the NetCDF special case when there is only one record variable and the record size is not four-byte aligned. In this case, NetCDF spec says the alignment must dropped (no padding). See r1791. * fix the bug in nonblocking APIs when requests are resorted into nonoverlapping groups and the first group of file types are interleaved, it was mistakenly identified as non-interleaved. See r1758. * fix the setting for PNETCDF_RELEASE_DATE in configure.in. Using read command together with IFS does not work as expected in bash 4.3.11. See http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2014-July/001586.html for further detailed discussion. - Update to version 1.5.0 o New features * A new configure option "--disable-in-place-swap" is added. It disables the byte-swap operations running in-place on the user's write buffers. The purpose of providing this option is to deal with the problem when a Fortran program uses a immutable buffer for put APIs, e.g. the buffer is declared as a PARAMETER, and in-place byte swap on this buffer causes segmentation fault. See discussion threads of http://lists.mcs.anl.gov/pipermail/parallel-netcdf/2013-July/001498.html Impacts: 1. It takes effect only on Little Endian machines. 2. It only affects put/iput data APIs, but not attribute APIs. 3. The INTENT of buffer arguments in all Fortran 90 put/iput APIs will be declared as "IN". Without this setting, the default is "INOUT". 4. It has an impact on performance, as an extra internal temporary buffer will be allocated to copy data over from user's put buffer, so byte swap can be run on the temporary buffer. The default setting is to enable in-place byte swap. PnetCDF tries not to allocate additional memory space, due to performance concern. Users are discouraged to use Fortran PARAMETER buffers in put APIs. * A new configure option "--enable-debug" is added. It enables a memory allocation tracing mechanism internal in PnetCDF. In addition, it enables the PnetCDF safe mode. (Note that setting the environment variable PNETCDF_SAFE_MODE at the run time can still overwrite the safe mode.) Default debug mode is disabled. When enabled, a user program can call three new APIs below: ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, and ncmpi_inq_malloc_list to obtain the size in bytes of current memory allocated internally. This feature uses a binary tree to manage all malloc buffers, e.g. tsearch() and tdelete(). * Add three Fortran parameters for PnetCDF library version numbers: PNETCDF_VERSION_MAJOR, PNETCDF_VERSION_MINOR, and PNETCDF_VERSION_SUB. Similarly in C programs, these are defined in pnetcdf.h as constants. o New APIs * C++ APIs are now available. They are developed based on netCDF-4 C++ library. However, users are encouraged to use C APIs, instead C++. * ncmpi_put_att, ncmpi_get_att, nfmpi_put_att, and nfmpi_get_att - these APIs correspond to nc_put_att, nc_get_att, nf_put_att, and nf_get_att. Note they are not the "flexible" APIs. Flexible APIs have an MPI derived datatype argument. * ncmpi__enddef, nfmpi__enddef, and nf90mpi_enddef - these APIs correspond to netCDF nc__enddef, nf__enddef, and nf90_enddef (with additional optional arguments). * ncmpi_inq_file_info - the naming for ncmpi_get_file_info may cause confusion, as "get" has a different meaning on PnetCDF. The correct name should use "inq". However, ncmpi_get_file_info is kept for backward compatibility. * ncmpi_inq_striping, nfmpi_inq_striping, nf90mpi_inq_striping report the file system striping settings of the opened file: striping size and striping count, if the underneath MPI-IO can find their values from the file system in use. * ncmpi_inq_malloc_size, ncmpi_inq_malloc_max_size, ncmpi_inq_malloc_list report the size in bytes of current memory allocated internally by PnetCDF. Similar APIs for Fortran 77 and 90 are also available. These APIs are enabled only when PnetCDF is configured with option - -enable-debug. When this option is not enabled, calling these APIs will return the error code NC_ENOTENABLED. These APIs are usefully for debugging. * ncmpi_inq_files_opened reports the number of files that are currently opened. Similar API for Fortran 77 and 90 are also available. The API takes 2 arguments: number of files and array of file IDs. If the second argument, array of IDs, is not NULL, then it will filled with the netCDF dataset IDs. This API is useful for debugging. o Syntax changes * For all Fortran put/iput APIs, the INTENT of write buffer arguments is changed to "INOUT" on Little Endian machines, if option "--disable-in-place-swap" is not used at configuration. Otherwise, i.e. on Big Endian machines or PnetCDF is configured with "--disable-in-place-swap" on Little Endian machines, the INTENT is "IN". o New PnetCDF hint * nc_record_align_size - aligns the starting file offset of the record variable section. Note this is for the entire section, not individual records. o New error code * NC_ENOTENABLED indicates the API is available only when the corresponding feature is enabled. For example, nfmpi_inq_malloc_size() returns this error code when "--enable-debug" is not used at configure. * NC_EBAD_FILE corresponds to MPI error code MPI_ERR_BAD_FILE, meaning "Invalid file name (e.g., path name too long)." * NC_ENO_SPACE corresponds to MPI error code MPI_ERR_NO_SPACE, meaning "Not enough space." * NC_EQUOTA corresponds to MPI error code MPI_ERR_QUOTA, meaning "Quota exceeded." * NC_EMULTIDEFINE_FNC_ARGS corresponds to MPI error code MPI_ERR_NOT_SAME, meaning "inconsistent function arguments used in collective API." o New run-time environment variables * none o New example programs * Example programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * Under examples/C, three examples are added: create_open.c, get_vara.c, and global_attributes.c. File examples/README contains their descriptions. * Under examples/CXX, several example programs corresponding to those in examples/C are added. o New programs for I/O benchmarks * none o New test program * Many test programs now report if there is any PnetCDF internal malloc residues yet to be freed, if --enable-debug option is used at configure. * add tests for flexible APIs. The tests borrow from nc_test/test_write.c that tests nc_put_var1, nc_put_vara, nc_put_vars, and nc_put_varm. Similarly for get APIs. * testcases/record.c checks if the number of records is updated correctly. It writes to a variable's 2nd record followed by the 1st record. A call to ncmpi_inq_dim() or ncmpi_inq_dimlen() should report 2 records after the writes complete. * testcases/noclobber.c checks if error code NC_EEXIST can be returned correctly when NC_NOCLOBBER modes is used in ncmpi_create and in the meantime the file exists. * Some test programs are developed to run in parallel. The test mechanism for parallel runs is command "make ptest". Two environment variables can be used to set the MPI run command and output file directory: TEST_MPIRUN and TEST_OUTDIR. Their defaults are mpiexec and "." (current directory), respectively. For example, make ptest TEST_MPIRUN="aprun -n NP" TEST_OUTDIR=/scratch Note the keyword "NP" will be replaced by the different numbers of processes used to run the tests. The testing uses up to 8 MPI processes. * A sample PBS script file is provided to test "make ptest" on machines with a batch queue system: pbs.script. This example script can be submitted from the build root directory (where you run "make" command to build PnetCDF library). * For cross compile environment (and batch queue system), the environment variable TEST_SEQRUN can be used to set the MPI run command. For example, the command for testing sequential programs: make check TEST_SEQRUN="aprun -n 1" TEST_OUTDIR=/scratch For non-cross compile environment, there is no need to set the environment variables, as long as one can run the MPI executable without mpirun or mpiexec. o New optimization * none o New utility program * pnetcdf_version prints the version information of the PnetCDF library and command-line arguments used at configure o Other updates: * Revise FLASH-IO benchmark to use nonblocking APIs for both checkpoint and plot writes. The control variable to switch between nonblocking and blocking API is "use_nonblocking_io". Set it to .FALSE. in flash_benchmark_io.F90 to switch to blocking APIs. Using nonblocking APIs is now the default. * To match ncdump, ncmpidump now only supports one input file. * Makefiles are revised for better recursive make and fixed some build target dependency for parallel make. * File creation was revised for handling NC_CLOBBER and NC_NOCLOBBER modes. On systems where Unix calls access() and unlink() are available, they are used to check if a file exits and to delete an existing file. * subfiling is now enabled by default. Users can use --disable-subfiling to disable it * man page of ncmpigen is updated to add the description for option "-v" which lets users to specify the desired output file formats, e.g. CDF-1, CDF-2, or CDF-5. * flex, lex, bison, or yacc are no longer needed for building ncmpigen. o Bug fixes * fix ncmpigen.y on parsing CDL file to get the number of records. The bug failed the command "make b-test", due to getting a wrong number of records (current value for the unlimited dimension). * fix the update for number of records when writing to a record that is not the last record. - Update to version 1.4.1 o Bug fix: * Improve pnetcdf.inc portability for fixed/free-form Fortran programs o Fortran API syntax changes * For nfmpi_put_att and nf90mpi_put_att family, the intent modifier for the put buffer arguments are now declared as INTENT(IN). * For nfmpi_put_var* and nf90mpi_put_var family + On Big Endian machines, the the intent modifier for the put buffer arguments are now declared as INTENT(IN). + On Little Endian machines, the the intent modifier for the put buffer arguments are still declared as INTENT(INOUT). This is because PnetCDF does in-place byte-swap on user's put buffer. If user's buffer is declared as parameter, then segment fault can happen when PnetCDF tries to byte-swap a read-only memory. o Subfiling * Subfiling is a new PnetCDF feature that divides a file transparently into several smaller subfiles, each of which stores subarrays in CDF file formats. The file name supplied by the users serves as a master file that contains all metadata about array partitioning information among the subfiles. Because data partitioning is made transparently from users, data accessing is kept the same through the conventional PnetCDF APIs and the master file. * To enable this feature at configure time, add configure option "--enable-subfiling". - Update to version 1.4.0 o New APIs * Fortran 90 APIs (adopted from netcdf-fortran-4.2). All F90 APIs have prefix name "nf90mpi_". The APIs support function overloading. * get/put_varn_ for reading/writing a list of subrequests (each is specified by starts[i][ndims] and counts[i][ndims] for subrequest i. ndims is the number of dimension of the variable) to a single variable. * multiple put/get requests with explicit buffer type names: ncmpi_mput_var_type(), ncmpi_mput_var1_type(), ncmpi_mput_vara_type(), ncmpi_mput_vars_type(), ncmpi_mput_varm_type(). Similar for get APIs. "type" is one of the followings: text, schar, uchar, short, ushort, int, uint, long, float, double, longlong, or ulonglong. * ncmpi_inq_nreqs() reports the number of pending nonblocking requests * ncmpi_inq_header_size() reports the size of the file header * ncmpi_inq_header_extent() reports the space currently allocated for the file header, (also the file offset of the first variable) * ncmpi_inq_put_size() reports the write amount committed by far * ncmpi_inq_get_size() reports the read amount committed by far * ncmpi_sync_numrecs() a collective API that can be called in independent data mode to synchronize the number of records in memory across all processes, and update to the file if NC_SHARE is set. o Syntax change for Fortran put APIs * intent of buffer argument in all Fortran APIs is changed to inout, as byte-swap might be performed directly on the buffer. This change is for performance consideration. For example, if the buffer is declared as Fortran parameter, then compile will fail. o New PnetCDF hint * nc_header_read_chunk_size: PnetCDF reads the file headers in chunks. This hint indicates the chunk size (in bytes). The default is 256 KB. o New error code * NC_EINTOVERFLOW reports the error of 4-byte integer overflow. This usually happens due to MPI-IO data type constructor APIs' arguments using 4-byte integers. * Error codes to report metadata defined inconsistently across processes. o New run-time environment variables * PNETCDF_SAFE_MODE environment variable can be used to enable/disable the internal checking for data/argument consistency across all processes (by calling collective MPI_Allreduce). Set it to 1 to enable the checking. Default is 0, i.e. disabled. * PNETCDF_HINTS environment variable can be used to pass the I/O hints to PnetCDF library. Hints include both PnetCDF and MPI-IO hints. PNETCDF_HINTS is a string of hints separated by ";" and each hint is in the form of hint=value. E.g. romio_ds_write=disable;nc_header_align_size=1048576 If this environment variable is set, it overrides any values that were set by using calls to MPI_Info_set in the application code. o New example programs * example programs are now categorized into C, F77, and F90 directories * nonblocking_write.f and nonblocking_write.f90 are the Fortran version of nonblocking_write.c * put_varn_float.c for using the new APIs ncmpi_put_varn_float_all() put_varn_real.f and put_varn_real.f90 are the Fortran versions * put_varn_int.c, put_varn_int.f, and put_varn_int.f90, for using the new APIs ncmpi_put_varn_int_all() and nfmpi_put_varn_int_all() * hints.c, hints.f, and hints.f90 for using PnetCDF hints * flexible_api.c, flexible_api.f, and flexible_api.f90, for using blocking and nonblocking flexible APIs * mput.c for using ncmpi_mput_vara_all() to write a series of arbitrary start[] and count[] * block_cyclic.c, block_cyclic.f, and block_cyclic.f90 are for a * -(block-cyclic) 2D partitioning pattern * column_wise.c, for a *-cyclic 2D partitioning pattern * put_vara.c, put_vara.f, and put_var.f90 for using for nfmpi_put_vara_int_all() o New programs for I/O benchmarks * benchmarks/C/aggregation.c -- evaluate PnetCDF's performance on I/O aggregation across multiple requests with different data access patterns. * benchmarks/C/write_block_read_column.c -- writes variables and reads back using different data partitioning patterns * benchmarks/FLASH-IO -- I/O kernel of FLASH, a reacting hydrodynamics code developed at University of Chicago. This benchmark can be built independently from PnetCDF release. o New test program * test/F90 contains test programs adopted from netcdf-fortran-4.2 * test/nf90_test contains test programs adopted from test/nf_test * testcases/alignment_test.c -- test for header and fixed variable file offset alignments when entering redef mode * testcases/nonblocking.c -- test nonblocking APIs ncmpi_iput_vara_int() and ncmpi_iget_vara_int() * testcases/flexible.c -- test flexible API ncmpi_get_vara_int_all() using an MPI derived data type created by MPI_Type_create_hindex() * test/header/header_consistency.c -- test header inconsistency and see if inconsistent metadata is overwritten by root's o New semantics for attribute APIs in data mode o New synchronization for number of records o New optimization: I/O request aggregation pointer). o Other updates: * configure.in and Makefile.in have been revised to detect MPI compilers and other compile options automatically. * A new configure option "--disable-file-sync" to disable calling file sync. This is to be used when the underlying file system provides data consistency control. * add build recipe for IBM BGQ (e.g. Vesta/Mira/Cetus @ANL) in README.IBM * add build recipe for CRAY-XE6, Hopper @NERSC in README.CRAY * add build recipe for CRAY-XC30, Edison @NERSC in README.CRAY * add build recipe for Endeavour @ NASA in README.SGI * add declaration of flexible APIs for Fortran90 * "make testing" now hides most of the stdout. Use "make verbose_testing" for verbose output. * ncmpidump: add the command-line option "-k" to report the format of netCDF file. * ncvalid is renamed to ncmpivalid, a tool to validate the structure of netCDF files for conforming with CDF formats. * Fortran type NFMPI_OFFSET is removed. It was merely a shortcut to integer(KIND=MPI_OFFSET_KIND). Some Fortran 77 compiler does not recognize keyword KIND. In that case, please set MPIF77 to the MPI Fortran 90 compiler, e.g. ./configure MPIF77=mpif90 * configure now automatically checks Fortran module compile flags * Support additional Fortran netCDF data types: nf_ubyte, nf_ushort, nf_uint, nf_uint64, nf90_ubyte, nf90_ushort, nf90_uint, nf90_uint64. * Error codes and messages conform with netCDF's o Bug fixes * Argument unlimdimid of nfmpi_inq() returns -1 when no unlimited length dimension has been defined (to conform nf_inq()). * Argument varid of nfmpi_inq_varoffset() is fixed to be the C's varid plus one. * For collective APIs, many places have been changed to prevent program from hanging if a subset of the processes got errors. The fix will allow all processes participating the MPI collective calls in the PnetCDF, even if errors are detected on a subset of processes. * set the nonblocking request ID to NULL when the request length is zero * report error when bogus request IDs are passed in ncmpi_wait * when entering redef with different alignment hints, fixed-size variables' file starting offsets will only be changed when it is bigger than the old ones * Fix some Fortran API intent in/out argument declarations * ncmpi_def_var is fixed to detect if CDF-5 data types is used on CDF-1 or CDF-2 files. Error code NC_ESTRICTNC3 will return. - Update to version 1.3.1 (September 24, 2012) This release is primarily a bug-fix release, tidying up a few issues and incorporating some early feedback on our "buffered put" interface (see http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/BufferedInterface for more information) - add a new API ncmpi_inq_buffer_usage/nfmpi_inq_buffer_usage for inquiring the current usage of the internal buffer allocated by the "buffered"-put APIs. - bug fix to make bput APIs properly return error code NC_EINSUFFBUF. - bug fixes for ncmpidump to avoid residue contents from a previous read when it read beyond EOF. - bug fixes in the the tutorial example codes. - add more in-line comments for the tutorial example codes. - add the error string for error code NC_ENOENT. - Replace parallel-netcdf-1.3.0-destdir.patch with parallel-netcdf-1.6.1-destdir.patch. The patch accomplishes the same thing but is created new for the substantially different makefiles.- fix shared library file nameobs-arm-11 16847554121.7.0-bp155.2.141.7.0-bp155.2.14pnetcdfpnetcdf.hpnetcdf.incpnetcdf.modlibpnetcdf.sopnetcdf.pc/usr/lib64/mpi/gcc/openmpi2/include//usr/lib64/mpi/gcc/openmpi2/lib64//usr/lib64/mpi/gcc/openmpi2/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:openmpi2cpioxz5aarch64-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig fileST&Jcq.&+?utf-82ff3973cd0dc787596c74c4bce5a63090d0fee2ce8ac7e10da38647b5cfb17cd?P7zXZ !t/] crv(vX0ٲc8Yfvw92F"%s6aaYpai&'i6x\yB]dg4k0'6)90K`^!r[R@!aļ2u {/!r:&<C^噅@uW#_;0!+KfI {D{|v`|bWG%7q.K-@l'RyBz} V&miG'ퟎ~,doyiչߚH C~T`V;0h蟥,R,¿jEH{@4O,cQZ{ q) 8hT(N92XGy'r/P:r1s (D\ w\Meh^;k0ƦI k1P{i0:~GC0s_! Ĉ3-;*gc.4@ZzaZׯ91ql;+dol'V&c` sBc25{Hgs YG SUMaG܀oL HXcf1<WR^}1XPywatq&!U|~Y_Ѽq!T<$<7X^nfkX%]s[*-d]g>]6f$${<T( hĕUU5׸u2s5i[viF Ǻ/J>2c'Xd U('ذVL+vEع2*pm»gIAiLRsjSnto=j $k$fүn)~էٔ&(r: XBj'"xA <*q,jC~k:7<QCL7g NwAziV.$xccLnK2%!>Ñv]vk &C}JC}D;iة_-P@9<+W^F͵9 >&h~IES ,͈2g< 6R@U:'%)(pe'^Woq˗4݇!^7 {C= YPL(i7__D-R!̑SM| 3Z5gpܠƒ>ZRZs, ;2xf?t]_ov~,_  .\n6l &9S0|{;Q7QYм`ۖe 9mM" sU GB@5=+8x‡`X<{#eil[r02XN?RrEl%XΩ?AQAw q|9 : _EG~v_}J.VWLiWGötVZjN+t8E6n7rJպ\ͮˇM:5rw.Y!}6zjsY-jơ5&R[Dk+PR*АO|BN{ˉUkh4O -Dh *BlF+?:˷WMrCYL[~#Ǝp\|M-m\<*ЇA\OTbTT-u1B֒eiT,ᕡY1v ̆?Ԙ1![80hמkvb1CGPbb/-Tv)ÈpqfA_kL*bk7m5i9E;mi?3tbxAǺ5t|,=+qCO S.Y@>V5@Q&T~ Yf3υ.t;0ۀp-BMBMd5UVOn{8M{AZ?50KX1Z9gUx`>4fW%xXuù=K\쾮 h^ j!d-yd} ZY%Okn3\3gK4okQ9Ri#S"GQmCo;eI;%؜߂ROs4Cώ˛᷂CS9T=n_aܫ4`:{zFw9JQ,6- fy~ɩs9YLf<$m3 ~%C*G3Idϟjv{avgUeNh3DWK|1<M|\!KQ)?J:C)@ɇ#ږ)`9e)W`ˮY s9-[K)nktbEaM%p sW=e&EG ֚@3$Y`=\Ua|型7y4I:b͟ߺQ/^ylP>|!1EF if3/֭+B1BU`7$(t0[Ld c.kN_",!AMWOdk8P>Yjw!8qk1VUQ= SX04<yeR?Q5<࡝gRJgiBEM>Q38ECIk9rte2 gNZU\W\w1F.EtSr]h,#X\E@z`dQxZRp kA:Ge:L=!2}/Ӥ 2kQϜ\aQ4Ml)QRj`[i.bd*{3CrpMێ&$%k.#Mzxyp†2&3SUPfdF>mRlPc!:y+ 'P<)P BBuT4{ Xg̻v4ʊMcm<4~]E )0+ ǭ+J 980Ps := >X'\zY7sVw5P?U*vt4.ˠq3. uWY/!=~EP!+˫=&VaDďxx- 4L>2d͜,rxJ)1#6&9 u/Nϗ%c߂= NQ}u 3j\Z$^Wbhف=Qgٺ1PkfىEtw?i+hC'{[=?1 -jb-B oԺ>Cہ! q6L48P u_ጣpN'M&A(O bŤۼ? +wV CGOd6Y+자E}8˵aЍLgϝЍ ,-IS X IV`[fb]ƣRABoK?c(H9Xj&Ӻ7KLi8md{Rw|pѿn#>ap[qĪsa4倀O z-{?-],B)?y ̆@ v&ꭋ,x&Nҷ*;5B@ /60Ny/* UOQ&|FcJ`Z1a#!DtLH$p`\v<2 'vMcG[tZ8O2 |r~e{4;\ޠn$F܅ ofF+J7\GʞZ=Z<}QV$5n Cثx/.7S=``g:"JTTO7SXOT 7?ֆ@ĀaӑC-DK>e'N 220֍n7!Ǩ9>JL7 VE-6Wб0raf[qX}|>) *e[-ke͚z(['8GYzv4<6E-!1PEyJOz4m5e8GSćh!Vm!m j#fH}y|z+} dG)*-kO <) ^ 20<[oq=A^hRki,bn0F0[vڛifd8Rno/d 0yN"3 .Myծ@1WO` " p*#)8 ?Z+Bln% FG2'G<Ն ]lJqˊ:~qhDu" "p:?&WG栠e?TLYYfkQ~T7mUс䵙OakbT2Ya <%n7+]2HGʜw[4|Ht2*qC8 NoêK8+W@P" CjM߁mvMVl*Uk^ŤcdA5:{?MX8DT!Bt!l VTSkOm/򀶾3, 1(ASq:%Qw[&a*ؙm }Mc$ FKix RS*lD wcR#)bq]4 xQX^IאIA;Brêda.u Kk+܀H ^?WZt"'Lơn>0W)Th:b=r8~V0}Dr8k;OSQXjI3n@s+Gf-_kOa'> Qg8ePeFo/ɩ`X; .C|SCU%x_J{sF$?Ltv(|G9'X5.tIoZ[R'W7` ygfo`3"3m)h2ؚ'!'Ӿ<\I܃\Mq 12r&n'.dAk4I)ٙ)I 4k Nhjg+qFʽ;7G ҋZc0Нu~x;f9u ` ;e#W-Ҽe[]T`eJbFY[,So$]p+7-Àg>,wEjsZaJ*s7S5p_vOo,WG Bg= Vaג<qA%_];q̙xe)wlV8@˄S)WPq?!{ ̼r хu0R{1 z>!l>Thi%J,ұ-Lo/l\N=;zwn ]P'Љ;oFVbY!UXf99q.@׀cw3}Q Ԙ#!:ߋy|f~l~3X|kQ0G[HJw~:r<2,;&|LDCA0_F'?R㚱C=|Atbܟ k>? 0MK_r&; "I> gf-MX~)- "J/hX־-_9v#fi?>$VRz # de.ls]$C.HpwQqaSGP$uHE*LTôgY1g8v/J݄U,?u?%St ,GUgﳡږ)$:{& SȌàj,Ō '$i'7K~8Qs3t>_?k${Dʙ9[c QWR&R $H0\|l[ӧԸE˚bWb9 )x %27؜FmٿQ,BԂ{V.(Udc Etsh|FY4Gے?'6f4v&(;,bn1~dߝKaud9KśMZKo:wR* x{h/~?6m'(p\`(VWձ4/-kc#|u&q j6#; ?Qz KAQߨr#W̑ 7 T&ĩ@kI ,3+ +'[BH^pΘ D$(" ©*::\(94DAՒPҨa_<}*wM`%{$`C,uʬ2WozCs%$c(XU.Y "YˮX}`\_ر#ʄaW^p^\68Mշ'NӲ!}[?6Xuo.=Nɸt_gto+ݓr|ߝݗ ~"$ű gJ\(T VbQYԹW!LMMUW'H:D7=pvXHo)f95t]/QKڎdf1 AI=5yQT~rf,1𠥦^oo&4=D%t'/ɴ‰6Ak1Ks|eit,JX~!ڸ^|WȘp4T0'奆9e4s-F cܴsogj3-L'aMVBd.*q&'CÌ j2G˔`ZFI5;{=W_# B$-χ!ˉ4T1a!v$VxrKn';Up6iՁ'PR '&f;NYcw7 JmלpW[ A gb0}չ{Lԫ)^Wƨۼo(ixD扼1úV'3TeHnn =on2)%S.z6cCܫ#ATd[P ,(}UnV[:u1J4˪ۡTT[ c}JkVBY3!A陳6?PY?\{Uu'Z D0@Hhh CdPpQ"O zC;*sqcWb!?;jb*NpzLX'#RvTךʼnMx¿=n}H]O+\Z#T܆GؼSU"tCKԴ.V5y;ߌ HSVnb5n\ ƯC /WٓM3YC\--î@^gV؛ҍ0*rm e3 s%'DyoL߉[2w;6Ͽ¾!O>p܋mMןK0H0vzHώw7Hg A2b9>S8NmT[ڱ 9[t4/}>E]Re?(:צ#g!G*^V錨q0׫ѐ]&APM5{BH7 6ؗʉi"Z? a.-2gtzw{J#Gtk*@*<мv21 _6E-ꀆozZ~=9V˒RD]2 e;-m0to:ݫ`kn>cBΛތ_x(*80eJ2KExj# 4]U쫽!o55艪V>l{@UQ^`F7*O);\d"Aw) Ϩxc lEy5]P^O\F9C!M{+Bݜ#c3+ ,Ɔ Y;W8 =Xj6,p-Z.CǸ1}zS3ym2eIl\ȫPj ::nB( "5vn{lX7ڹC mɁ79'n~b. {y:uggn( K'jE,ZRO"1Nʎ@u?垘8=,F<@ç◶@SQL1WqGx#k?L~,ۗހݕ&:+u%/v 6NU焰Jdxޭ5V_υ~*N!f;/q` jRLP τU[1$R(Vɥ灀&#84(f){7[5DZ\Jc>QRsji(ɮ 7WHts-|0 .ybJ 0 M2^аU n({]u:OFP,zJ:IMx˙W3lW,~tC ~q" RYRQ6|sS2[\ͧQ\\я"X$0E⢬X#{{ 剽Z52~{ë\ͣ$ୢ/Fti%q %R WaLJ ,fz˩Pxý?'BvTfM%bk?= 4CXh,XwZK\[gLP4i8Ǽ0-gƅI.r;$JAt5Le0y N{b ($n<45ZPD@>MMݒ)ϙ>7WIKLmTdYP,Bs( K@}ϋiHtL1lAV5_Ų'KVxn~.oOP\|{gQݘm -E\ 2eT0z)J'AQjUVblӲ6ڰ$|lB6kvs֜߮\ ̳wkxHez V"B U@xAlvYMW=<7<2'z@voyO}O<^Q^]% ך4m4ū*y"lr9w-Vs[+6lGO &O. [[m] ױkPe{FF?dh%߀J8NY]Z(~8elG;fr j oSu4}7fښ(1Ro ssoBp2OlX])<ʁf8R#\^y+I,7sG'?w=t"P+ zَPs '!NޠQ`N^%qC,b" #~8mm٫nG~ *J`x֧mKٛLwY/W +׃.9 ?ثcK V&EᏌ/̝dG+oh@#~5Ur(0_&%Zv wGJeڊŐ>as5sqzt+MBVޒ72. i*aqSMd{@1={z5?g|JP1z pv6|8eH~;՛qƚ<дD 5?IM$? @UL\67G,D?7IoR%C'iΘ?` 0>Sh[/" :WG&Js.ם7M[LA\n+ŦG=O 3N`6!.nIr`j~ƞl3~@nTd]t3Gg*%򹿠`Ll?9MaG)2z\-v)W ;W}.Q^_\7PwA)2Z,M (٣o5LP7O#/z!z2)I;_;YےbퟝQBLb0Z'ƵÓ!iGm"cI'b%C G_W2sȒ!v!'V|';)o^f~ԺK~Ľf0oQ l0H,٥島/*78RYk G>F͐+P@uьп8di̇o|t`X%$PsZEv#0<]&M:s|l!ggKT-]OkQy2Sr17sCS ߂n⚵>u"˜f Ie8;2Y>2 {6db#k_plcQ JF((CroUwj^x >CC&ernlC+k?oY#T-rhɆqzyH=zq9hc^{ Mc F4Rj!~ic8iLb+  h$T]:jpG$DtFyV(}j'.d" b|;jLdNp~MT Ij Pqj!Բ7_ѬCP)ΣxܘRgĻ-.#՗F|Yn(E%_jbV/Phx3 E;V%`*6!̛]6&}ah0e{T>e*}'=^$ӣ>U?1%)Ng7|-ƣYYz7Ul5 9|)꒘yKnfV_1G&ց;~1zc h*xF垸Y|K)A);-_)h`3»=ȬZ"wM8Iz81g%%))HX6E5UkFo)]p%@A)S Gi+ P+M Fd go,X0_- IP8L^@(nderN.6/5/X@帙 [+-,l֦Nq>,Nj4{T:!;4r΁umy0| s-ެ\]$THCnsLi2!MoFGhu ICRHYӪ͊{k1`6&'tƿz[O萫l١LO]Q){M/\wY9%.Dc"?Cid-)Br_"N"5dK8#)+ |.NFs1,Вd3x―qɰxt{㗞oM_JOd5DWaŹ% '4/ے6X)uz;&.8{e +RoJl*z4-@2_kA)XXs/.;SHSx_zQ5g %%G7qrBU~<} y)ETz |Л#@<5CURY8͙S8EUNd_lwݫ.2"mYkܺF;uH;2`JSW(Y5xP͡Q bڙLs~^n)ܥhO-CC2U%Lui+#:eTcF,Q4^Z^! 48!F}T djA7vp'MEH@nnIҗ"t8X盶\O.YR7w\9~?~i$ F%P]rWa*|keaCYtYs['YairbivEJimsA W%Jy3zRAowd/IC ʽQ#:Τc,Jvr2NaiI'qyJ;om)g'[\ZNH9xs.RO|0(mL8~fe9*;|1rN? rb$0 d=&Scś J$aHO_eZ9΍f 2gEVAzm_*aB@|Im}j],ous@Knz$в%kD\J [NV t⇝P&;PG AKN3Sn1W9,9vH'~~<4/OɂDG `~Ll@JVQȡxJkmЭ`>uE){w'{M#ij,eMdђvrJ؄^+FS`%d&S<`~k ~ x`6:3J>L?o+@B/~2Gݱxgp ?AP+lh ȼ&Y-PCע\ܐږi 'iwQF(HeIă^a\J6 U|H%OK}'Ei=` hW ־Ν #K9e3f~i?n^U];ԧ]2s۝ "D5l<=K2!F[tUE^_s=`.Xz osj;qRbtey޶""\C8?i0[j#!(y_g&1eT&a$T%!EI'z* @Z'ȱ)$k](0H9/tYBxą/"mP hS%yd J.XKA#`VM]pBuj-|(Hat%^9ya7eD }cK~6s$189kMUX-Dze#0bL6M@̚*c!؆8N/r1>MA[N]SRU{ǞЭ z0Lj· NӸ\Q)M"H<͐o3$D 1zT 5.|&ᾃ7y S"V s^pB6&\wkU=EfsQ4\8AҫAֈ-=py4T/a&¦ )=)'=wsp1(L SnճE ˤcH1\ 5Aj3@y' T("&+`3Aȝ`W +_; Mb/8(L 66,*'`,.;\P~6ug{VLtwoţʎNT&Dbm*]7?nC'~ŔGԣ̘)," P`Pb1&BQO.iNЇ{-QL({NVޞK:M<0nSAEv:a@'QЌp%a}_-"mȨ܌$&ۯ4jK[UvE">, "yFY?O~/x }0;aXEX#QLLdTyYV"?qFu(VA6 7MT/ts~''$s&TYl?n?KCv1quOlN`p &[p%yzJCpI 贅î sz\>ZX|e^󮅭-{;0 {3/y$![Y^MQ %,Od%G?}$3̃᷒ pw@bGl{0%Eq.k۳pES@A_S8H53% 5i:InX9mEGBt7X~8w;)g$b>޿ڮusx%+Iyg*.$Bal* J"%zog l( ΰ2הnQ2gd$#`GqGXX=8*[@cAJջa L rfMz?7HRB`J="adaRM+ TGK>`t8'mM.źMAdTGVA&_։ٺN:[sY,p8ۑ@,4/ɋ"{} }#=utzVjwbkDl-k1W-o "mc|7ܓL:V[Y !QΑca&+WEx7mV1fy}?=w<1j>Gxv,E! V#:6FT5 1dk}l輈 NRD=$]Z,,-] p= T?z: xs&Q؜@o^Xk@]43}}VJT&Evd8\&mȨ6Qi??2z{Ojr"'&XE~/͠㊳U?gFpkOvQAti4x>kN[?UKɳAzgM@3!TIV $9U!HwPm,92o $z[{m\q|%ph@ EͯdH6vExo\OZ 7K6:٥&s@ r1UQyTtgGZԩldն/g,x%y;OsCi{CRhӞ$QiڳJui!LȦ3JlhV (7CTXxCdj3\r7r"B}4J#X\"R5|:} =4$}L"@w %qdv$% /q-3}|T'ˍh$SSaq=es#9b~dH` &` Κ_ %%2k8g6@cV6J剤U6d;97+Gf J=& o<+.ɔ~QTO47'P\1 e8om4.!vcMb$|jZ8CBќ xqHdjIq'UͨyC}̽o"JN78j~qRVVLE$2|O[sWIPB:'Wi΁zѕje8躠+`u }2[q9(b./ 4. !MLXح>M>Lrr,j3$ < `TBV$FmWk[_(M$oj BQ5Ff oasA"p(+s]BBy \vthw ƄY;xDյzjDB!O#yjL%^4Fٝɑ""On +C?mnCE`1ǑJcQ]b Ru9E'*vA_Pwl ٵ^=lG>M1K@Dzj&D,$@-*e^V}L r!1zV- G{3HK&r|v8=CKec PjHCT`1+]op8r81F~Ou=h/w<;i8̺Ճ,@J4c/jO M~_Fe0?kz#(h#?7%>gzW7o y0 SCgѸxMob?4bB@C-4zXi⚤C}x{_E4( _K_o~ǩʦFPYl.TLw۰$}CӖ`Co nnuuy"~%|_*&*yS ~j9QG&TH4Rx%qH J_kVP(3ٸh*,;^UDx72(GX7صf]S`LpFqMfS5U/g slw}l=%!+ۃ鴤4gF AS9at=3k䤲@n"=|D$2w÷m'tT:CЬIO,|nJ-YcL#R(GVL펏iYA tF#%kXj$urgӠ݋9ψca1φl0&34dUyT3+QbbfjR&dǭNכl!n\񐞦C%P/ɕ!z67C{3"zr~EYyFJ`Q@1)`+[‹Gn]fpZe,wпI ߡP\2<~}B ONZyrWxd-t'~6ޑZTϳS(J[C6g:S g6ӝU*,<*2+!k1'"OP<~ftM ,n_޲0D$]7 Lp, U6T6],1t@J-DF`BBnxٗ cȰsKtF$LΙ{2ܫ,^?H )"ꯗCNOSަ. 'eR5}k+N1h̳RRJ,'@&WJ{o*p(M 4c”ٙhbpgkCl|~]D)1hk31{szo1Á F@_5lE>vs|]h(W9;xī?=>ӒM 6].\LHFNn55y0UL*^CI6Ǫ chѲ L0rVG=_a|'}{6L+0pR:v s>.d?}pyMgopLȆ wE+W7~֧`g(@+eD $A =IFoG 0Z,> e Tsg ot#;Ð!>S' o3PKe"BŨ͋淯rr9{jkA3-ZcE.3!o~F3}6P1 Mza"QE{aEd$cOتEAPoҎ \VwP16 )-[ .pLp*|z~0b*huᲳ_ٹI!s@`eɼ+Yh7MY0yǰ/5HWBI5THXW]?E9˗ |Z,)0;ON87+79#5X$럗 9mrc 05N~G˝D^Tt+60"VHu]e e0*W `eljIc{oÒ6aD̸KyhO6/.l~ s6hWsqߑN;y&N'KRTQbgR8,{7εO{G]l YΎD/w0x) >S`xf݆Ā0?KU^.嬽6Ng"ЩF>eC &?Mх~ k&6o:迖05n(?)MVR0ڽ02ȹsvTċ1kAuV~i}j?nTض4' K䡉%Ӊ ㈾NBlLZlILie%avs$E+d#Z Mծ,,9#3@:M&pn완̦83X6)c~ ;K,J)0`8A FoFBL<ºo8q;#U. j'xL*X%ُZn[|U8Ц5?PKqg0,Fq;S]CI;brfWj`3ΖZXH,1goSQo~30h=C݉b~]R'wR M>E+J#h㙺v$|P/:H)F%FXs{9Χ^ʇtU65{#=;cj p 1" +# ŸOx@.J"s1'Gxw`B[}d}:'q l}BYE{PVHzqb0 3[mh \s1p2$noH,OZʷ[tFZV cޏG!"sb~{ ktJ0QLu[Wj4hz/HyJ*":ĐȵaiCAC>})8Dfi"{C'2twcm B14Vlc<gKد>=/j~AS:L |Qly >~p $%gKC(mplhqYfV١nY}ލL_U')s&Q]zbI=B%@KnXG'ؕm~|MJk2Zȡ3 t@i{V뜆.4b] 3Q\'fD-?',lŪhM=r4o!/KS<[dQQ>JILRJZo{m mH9o[WvoΠG ќ~)GxBPvnkLVr h{u<Cj0MzkXT~z{!xc;r(@9ޒf(#V JU9.rw1ĺt.v}_^Z̊ny*tY?&>;xI9&n-%JiKW`.#BҰ(/h2F͋N6·|r4Id[X 8ߩ|.IduX WW ']0j+OM\(Mf'?I5) 3tIJپT?oN0 >ZhGiWh7z5{h 8>t S} zTG*}|Hh>겪GĪ=J@^W^t a *h0tL&jDWEm'^wM2BMBp`=|Н>/y9.Ia#,DvZs>7Yj<.L/}>['A3LP.F!b!Emrc(71sh :5,8.=l qa[J]ww򈄒WSD8ʥU15\]K߈Wq]|mܛ.S5>WA(y0AO=uNV>%4=t.aCX+װzkPD@LJ3fNg"4m͓s޲n4:▙ë́Z@Y=U˩Cif~ChKhEzm4D.+@HZ{"##yX:pZݳ{^#8+GCKHHM4B~" )^mS?RG Z$_cx5gօŦK6 4z}+"+O{Kܤj/ lNH'7LZ=JaOK'LS6X15g$*7vRJA+[_Yl$;04p ޣV( ¬gt|4~}@bBT?,};<]I1/ʨ:NY_X*ݒɎPi[ډ/[;1$jJ,j?bV׭84k0Nds*t~XIB/c`Z66hLw" 1|:} ,@~ٯX(8BBPm=-ԇuX}`_o[ ̈IជFu$G̉}p6p |d<]8v87r>,ɫgѣ\3cB* jjLjA&̄²/*<+$Mt"ʤ[k^S^ vv^Ӕ؟{WAbhA3W@i j) +h4gO [^!rB|`6&pg{C #Y1OFgLspp$Mj>(tbvK{3kĖ5@HVؖ񔥎-09J(:[ tkz#!jn mE`ꅣ}^(ƙ4kH mqs `pS r`*Yv y?x%cP6=MN鑠ʽ,pUgJdwXh)vJԏ`:}m wּ6XsdNJz@ܙQ4nw,_)Yz.#&Du8cfba֋VSV"_m4_:!E_/!p~-.D]x4eW+'}|f6SDeM>ȕ_cL7,;fO`g <B0#@ sG.f?3RN3.e<Қ^m{;N1_ݜm:lD6xQm*:(IvAcCŝH +8V-teLSe>Q54&#v>WVrPi@U?]y1j튣S= ,oXIL~7~yVآ vI7s@?U+\{$Π<[?U9ǜ*l0t"ZYE32(e܌ib]jAe [5l^׽GٯVQZ5H@K'07Odˢ% 3!MYs!_ ׻=eXZa 4|/'g"-JZLȚlfC)#;T(~'* [ w-6&$P*:>V1B'mElRD\YAFH]wd=Xs?A[r}HaVǑpgMylw#wD=V&C8#ԩ8}`Sz?5Y~t.k%r6 ιx2(ߚ,4I ߅T?] P?h&>Z$rH='J[wZw"$ܮLxRe4EAoaUv.cT)PJ_~ jWȩpL˦_ r//Q+k~pN-qu}-sdy:]) 'h|>xIDLp`Bb* -֊ВM^ LDׯD3ϓ2iE.OQW'lf$EĐvf3ThDv_s[XɝYŇy$x][^z;bak1K|qyBRu[܆n5Culo,ܗj.nh=rٟR&U ĆXqD<*uȭvly5/Vg # AUл>)t}w\:7}SS .yvΚ[+UmxO¯+5!m,2vS8imCaT_/үP uENP:ݘ"w|]l|z(Q bV`>?KNw|UHvl:2+蔑KGY}^@FkX^ Mޥ+%P4-˔ pjV՜ *s5D!0,4JT;jŇL˟Hq<k]sfEJ"YCj"~y: TyNdŘ/2pXd`rPxr6picD4zr5(.#|3-͙/V^c*dhhb.DX;S̿됙nŰZӰ ՁI9w|g*cޅ&O,(켍sK1-֢>kul9Q&c>Qpխ+ΆAGbF@;&ͼBCDyݢTxHeH\T %—MYVgg){ _$; Mo(V(.˶Jh9L3(3jUnlY^M?ܸ.IEGZYI~m)YlTW"Gks77#d(MkIIx8Zl@Ь/]|?Y^߻y2o*#J3SEOzK#AH. 9 ӡ# :Tn`gJ!i r[LVx' ~9q$xi7S[Dž\޼ nGE(Ywh(E11 m'պ X 2OʨӘ;hRH\37(=^1$OtyOQZ sZ8{WXw '"^7:J+>IW 5 Þu N/rt拜;@?A],AGY%%:lK %ЋMKL7},!}\$_4ҩՃE،$3Hh>V'FR츇݋S=ń-P? X5},*(瀤)ow+ j:x^3(`b$#·'n]}1J chR{j<Րdux́67Ev±0:7c7#fll>5mۿf`+HA,ZjЙEn6NXeSHY_ɻ8hNj3B~Myu)(6 A$מտpZ [FN ٌ֔o,0(S;}Q#3^b+fOř{45zfaۀqz)ۇ-s{_&:d` =LB$MߋŬ@v hB{h7 qC bSQx=H0~XEkӨcr64!a.w|w-rZl#u&w)y$(WeO%"C E \b%82o{]i?1m@Ġcp=qrTsEDZP{)GQEOdHx% -o#"W?qA ½8A]fvw͐fm%Ķ3q,+c`:Kā/I@P8gNUg ' JL/@bQ1P; #ZQthcZ,L;#Ώ6kbT$ 6yۊ鱆CB1FK38qm19BlK Ɔ#gp A8K[WW#+㚗ec[dU<TL)% 51eÚKܒ ԈRw''ƾ>WAɧ6!E5OʡKnL9~q-gQܙЦ d|/q'=U,5XȪ={hWw=s9&>B^{h;1!XE@zo^#zG%LJNkryg< %݅kb$3T~(rXuP_y8~_vHj4V>i)W=Fʕ(R6.5hw<ۙJB7}W>nuv~rZ+((s(vyX @Y;)1,%"I6'Lgl%~r<8V[ C'7E|B6AWi: }Aͮx 3_k/39%cOV@vkb=9ȩ%ڸdkXi{9gP^.aU5Bu;zV@W : 8%y VF0Ʒ/CXԈK8ѶY9X JíW1VKmKݛ\ h蹴)#nc(`]rOxx~P&Ce**9Lr" v6 {·d5Ɓ6Z%@92Z*-:7\9{W1S) ܃38iޑ@64Mӈ/KeɯW*U';yܿT]6d"hnP&բ]PU͸NzW+,cgGsza Lvfޘ]Z5\hbs_͡R_rp7-ĦqѵYhG~;3 a*\=6 vȩ09ZłKa.<욭5(9J`!Y46HrK)QQK`UTH/lb9GNUnID-805=̊91* e7xճwh'1:6ey;GQ>mk}8 :0%2n}㣽$0{]$ 4]h5*A4㧏ݛZo~4:l0ڃ0sxiW$F^)tFYR Z14g%𐛱a3aⲮ^\n>acZBN٘)8+u7#%1rDlΫel2 5lY^~,"QS{#TUӋ`m b>@=˥l iO1޶;^)Nr],7xDc%o3}WBgoA*e;- `41gu]~'2GlMx_'K zأĵh4^:(%-&C !xLj  ۇ))])oR*y+HkF6R@'ؾ..c_\ &H ԏv۝SQn aU-<|~o,w v;Io?Zߵ݈xe}j$Ex4Kg [!`4~:JKVPhL 2*RfW 0O+˾juхV._JMj y{k rkkK Շ8zGҒsKd!Jb:;a0`Px{]1GQQ-vi Lit BmbZڶ- 5,~A;cAHOp/[@.r 71mFu 'W>[,[1K+ CE$=48bQo^QQ (LPRK;Cgsxg'zBKS}$ih|C=J+rI a#~jF%8pmUh#Jع*`쌴[č ]*p)o4G L;דּϺSK4ekֈ%FVt=aQ+EJӍގ 2zKXdX Aa3oSز|%[W\)"yTòqpa_/̖@F.cӹA弍*9i 3(#vE:lzAsÛH;/hmN:L5Wrӝ@ϋg i+r֏OQŨRK܁kh LJ)ECN~;=%+d^:BY!MP7 NJ.nw[[DpBrgmXI_wp7*sansyf+0x/{YC:S`ɚiGo/-a2NtN$wAڃY_dnяsiwͼ ITso'taw ;+iAv K?lQn&ďdIo=lڮ>EE+ïoHG&g:dAud~j\@N*c!H%F{x&$e~n3-.Qvwu;23V7ͻg.))(M&pnH{_&;g22pv{%F4R]l"ų6{ou&R_y^B5XIv_gI^ 3%q[nLߛ;c-'t:J.ay9QNc8R͏R%VYqNJ`PXv鞇9Wå\fyhlge<qoAC,c Hh|DaE:p~\J੉;%(,{Mˇ# {'sOt}ROc-.7/ "!pD9%80D,B;\d!.fi_FoKsEŨGVw֧1 kޫ2MAda#x-BlK {V4V3MɋfCXȳki]zE?o.y~O_AY(Dӄ:zNW㒱j~vFo]s3XYخ &-=Gn(s\]sDQ/@#%2X ?P" !EiΌHDgmd5qSXV0z`"31x y~|v9Qbbahŀ7a`k-X ߺfL]Lq3`-酹:&[yB )>%Rf{їpQ pɊHչ/{{Xa 8 q6yx!^J ޝxk7 "kwn\!Z@Kҥ"6^7 ~@q nΞ|w4P+|1v[.7@ v$?aOH\>}[ D3j*#qBL۬lZv1J}ʎ?Kzi涖ؼN/޴#MH h_^6L(bVk dd=q6{O =A3`ʹ7?DMÊ Т`_wjNZdӛ9"PcU wLVY=% MKqo'EčQ*|)+f[=띂]H\Zyk`a~P[b.$P[ ν&?*ߨߡd+ WAa0i$oqpK2h\ZU;"ߝ",:2.;"V2KF Eobkm!DgH1bZ-`@*-IR@#> ;Go:)nJۍ󓼂G CCjg:(ٷ~t Yf1۽ "[T"XƓAcI;:Ƹ ܬ@NNZуFEyܣ$+MU,Tu;psEr5\/؉X(qtsЋz+ZAe tcԏr+2:qtaBJo]fΐ忧iE$=.NugC_z'bCV|b1l][]!C(yP|۹W75̦o9#jCv|ױ.Bt3kۈ}`%]7E#)z8c]eC|mCȐRۯ(*q*SU[=D O;,-PA+[J F4r$=W|o먂vev~sWp:5S:">KdpU0< S{x7MT!|\t}pձyȏdm mJ'*ZNqt[|{C n>(hȟrp<{)D"jĬ` < [C4IEs܃ 7TۉHnrۘEKrr$6p" \SRn~3 Vd͑)ٲb6PY'ׂ3D aMUPw7F cv@<zp'k g@ծAGKSVxµCbuRM(߆>/3 U))x; X"?)Բ}OCUW$'Oy%AϸHnW?);}rTmbӕ#-} "2d\(@ <.XmرvuGGRQoRh)+܋+a8F,Y$3$&%E8jRXm|%{Kޒ\`@!L#iH79NH|>b>r*7BB.4@&zUj?ۂMA!}P֞Ba5H/ͭzzf_*'ݶC{ Lȧ`lLYf?^ȃ#,߿꟰XLzw Sq ԉ.Xf=H<0.օnC56a2e,'f~a_߂3/6;Df>,yȗ1Ю ׌)KBػ7 >3y 78#dDVE1Ծo0C(k"Ǖ)`8N%09 |(Xk%'2ܗ+VBIr'w :s?w+Y/zhѣ^y\,yبT9Br̀2C׻ґT t~کFFTzU2("),p݋p^AO rw:N,WgmEg vG}ߖa G7 ͺ@MLQJ<0!]k)$YŸUWHRͰdmCrM2z(ZqL@ںɾ8hm޺$`g 3 rZ`*ۜ5J'N,q'ijr8X0z q!F/KGw|.:MNB]#OzN1z\XtߤӚϜ!V2 1oLMs_٥SOypl)IHRg]N)53#z.|4{~?H{E_&cK:ri|nRZԠ0a\rc)!q(,C942)#>ZA.i]C/4CDc=*Fx7-Sa?IC..Hʖ,>8&MNѸ6+:gsAeyQX#H3B /WHyAހD [e49>-#29NGoY`Jvr>]Ż8GU<퐤it)0ؗҔ'HB ǥ ܤ#IjHp^,!:tk<8T1|TYH~aM]jR5v4>ThJIk2.qw2#퍌PQ [= %tZyp CzvHOM5KZJDVRp5cLѯof֧`cX|cPlsЭWbW%xE| Oj<MsGw![grmPhm P垥üfga9.O"+ceJgR`*$"Q vRKd%HWx*V~IaLS~徔b}jjwڲ~|"éO?SIG{9n.]6LV7䵬i1H~~m1t)M"rBlF luEΥl 9jU5^"(/D FuBsnO _#V81; gdph/ϭ}*sZ~OtdpZxM"(&mv3cnWIGm`b(oC[y jp ؃ {73w DpE{WGaez)lkGR:"d]puHeF+D׀6`K14~ZcA30i SmV\&䳛S'Cu4/h$Gߙ6혟:յ9ΣN\7UMYa=7݇*{}ׁb|3+FE;/~Ccπٷ9gN{U}-iilfu8:vӯ2WHJ"U,cXEo8!.Oa?oPG;z onLbOV"a%뾄{~ $(XHeqҁ. F }27 )h`ߜM[z4nt? cLҦɒD :mc|oj~&hl3an8l=26Q(9lIJ7\jlaG &@fsT<̵a4n̫;88+른R"YܪMeܽ@cHU|p8|:~y2vE ?B+YUn46*m(m:s +uz80Klazh@\-@a M)j|q^%* w}õ6Z~[ҁ=Q yђv$V+#ZhK%ap0]H8~-2ݡ^!;Iy# 6ɤq;ռKq[de5;nE(#S\O ;%K'+t\ Ф0*s1-0s3u~} "nƀaFF^|Md $|%&^ptr5/ܯ[qqQH 獐 ȅyDXàI=S+=DWyKb5h+u+B9IAMUF^% LbO@-5B!qF(n8^b ИO(#9SXNJT/~!M1܏zܾq2ߒ0a@L:S=:|#zyh| !o!'&4(-bŅ#ګTN0\+snaW}`TŹ1>6ڢ)v#x"&q(pNUtt7&BzZTJZ`^ª B6|D:l f^糔pYF}A44T\9˖Jqӊ/MK@]gÊӣ+ieQV.Ly&? 5)|Sg%$m8kJgќ Q c7gfgp/k%z)J_{6۫#+B m"%EdvGwoТԮi&W^"-3%B!7z x޸#>J4G5)vVg")$qE&š񖑙2n2ɧyC.3ɛo7b:$ =Htvŷ"إfb4ZF;%cv>ǡG||݈M,15KT dIٸl]:|Q|^{ SCd@ޘU@ Yqx^`mgP. jGtK{4zQTQ_-r1^x0VySWzS*p>/\ ?I}D1,o6eрT.VQN~[&;53fܧW>5Z0+Oos/H+oҩ`ut==#9T },]/O}5m5a~SiGRlo6? 1r6'REo 67P c6%nкt& ZkHAQrmdML*KEf϶@V <S#7\3QiK8rWԪw8V S)S4hf xreN5Q5UI u]jG!\_ѡwYB]]$ݍV˶ y#W"ƺ^~|TV~ |:ֹ.Z%i0,@e\o%#V(2=%f4iB᥌J ^3ကŽ nǟZ-!IJi0x$MJaE_Pɷ:љR7ϕBɡs|.bh]J3!EkFWo)pKiB_]C™J#ܟavnm`=QcNXcy奊dElWC•WɊ4J&5iSJJLćRG {4;Y[P!/k/PP)ϮY:M;Te$+zXZe '( д/UCHy k%J#`Ke=9:h'ܒeAۧ`T@?ړݣXZrgg(P)!:@Dird 0sl;1fj!jM^hva3LӖԸfRrVxŜG ~3_4ԙ_ˏS^D;TqQ-e`fW:/m򮂻縫'; zyk,ꦨ!ru#qBTG(yyrDksxL1(O;-|ɍdu^V"b5 7'$&5/[C[(ՙ d zHjg(✹j<ȷ~1ENdTnc˄E ubSJ%d60v?=o'V}hnF2Zc&"PSF0OgXAujS#Zk[nL{Dw}|̺^F֭to|om,M14O([x>@M&^D;N(t9ܧx=N{t,_aoU5K>t1ӡnCż#|<QvCl@e{?L`epQ2܂oiB;ןML 98EtXs]a /_CU/x?Ԛ<DUr1D.j wf ;}~&~[ 0Rd`nɷ,FOニƱPZ8{MG, #JXazH#~EI'!|1)EBqMjtużuZ/ zBNxmmu)GҚr%B=Q'CjhecIMofWFo@?ZBoloa?|e>\Dҕ;wo&o9Ogj ,AbhΨW.ıؓ~kȏ+Ol"+1q\d\[^VP'{ERx%M[_E 8/>f<jwz _6+V:9@6+4~ "s5k.rBriiܼ$jQQ%}7WzX bvbH"a5c@bMbC66x)@{4Ww 6/Z5x'3a=Ug>j*-e!_A)A-e\q3fk;ŲR;Գ#L7NTC0EF}p\zn=(d$Z >y\W"C;'pv-봭h8r)i)N,nt/.y5(AZg0|]ws:jˬ8$e¹jn:^Fi^ҙIs$L귌NۓÞh;M*|;̀بW q[vGOZvoٜ&CO ޳k=Gc$ $ź ^VPII ܪL۠z,^cUIo⤖v^]#31[Xo% `Z͢Q#tZ.V &I VDxslGti&ASlEĮj~zﺭ<\׆ H~^ݺ"Mta!j`/GjF5]M$/9bD ,i)Q?zHD1\ê}PЯv7@i-Qwͫ4Qz2'Gr'c+w+.X:Gf#b>vƞ&b/< DnESOBP8"2Uqۧ,'82Ac6t_¾Lb2On+Db_;>Ԛ|N+'v1=#W]9',5[ʲ#!-|-*4/X 7@NבI+BR'%aDadv6xvbjd dRCJRZt9Ojl8Gى}2Dd1QK]s<"~ȕNiNI])^rr+6W`,v c޽xظQP n^9Cw\ Qbg(NF' ^"3yonO tJKyh0- Vmyת<Pig.%b O/GY6c}!lWdpPX pNkr/ *:zWmLkӒEQ¢|_<wƯIpHx)FxIC[LmA&_wՆWCelug26%\9IH[A"_[LhH0+5[,IG /شIEKC:"4dm%f!@ >96pS!ō7ߌkUԮNP&hY. ZnLSUOۿ3#5΅Zn!d#s!9it %u&?%$JݶQk0B벁@V:@&w.Bqbq4GZxUΚn)jR̪ dk/zK(#i{Jtfb&Ie I/,&VN4ѩ#Dft;z}ϩظSf D:/w@$ ZFVJ.s b(gP_#}īlDw:wݳFf#F-dyМ‡fоz\цez$Gko&(20L5!$9Ү2YʨPfC9<1˙0N,#D=38FyeIh/֎fs PEyP-C&+-RkH}|e 葯R:ABܶj&hlۮꏱۮ˥lHf¬\qzhcPu_;M]_g A>plPLAϜWg& YF.mű*3A On׏+ <(iy'<Û֯m3G&(}# KYk [$Y*w9CÞb[m=YJJNZFaHկS3^,wԮQC$YDk!zZu@|]q '!%dbHo7c%wBo%涺zKRWڮɏӺ_MJ\B@?tO?pRw9^^tiRYzCQ7\%,s?SuXmtS\ {Xћ< FOW.~kt>*d(nf݃bULX]qxaq+}.EJyhD ~5P8O89ܧL,W 5NˬԎ7r:ݯ3r螂J _ʼn"+;E0P,} ZͨU;U#D873p"ߍo' XzoĮz55B˂TG$cb*}59|^te('aWq>)܅̍S_&&.IĤC.y~}cEh_DwPn:AVJư\xiy!J4!βꄱ3&)ąrR,"߳0HHÀ{źR%_b|{=01r}7EN:!{ xS`bow$S&V=컩kHpSh·P8} CTÌq꫹On%] r2nCILS >;x+:<9C Tf) = \W\RsyS tc4żcT: l K o,kT"Gb|ѡCctAO Xv܌X#7gg=f=@Cbn75%o4Fދ?c'Vӂ4{B6P`7+wXR ZVObʥ#^}qSnK8i:|n=>g.H~Jk`$#lW% 3!ubQ}z|f؍GycGdG]xZYB8To}ހi-3n mԢITʔOmMˇvb5Y)DKK5Q~uhxޥrE+hpYI繊?_]qC4!6u/Yz֜nU3A=14Qk}2eXji=*/]ɌbX* Ӓxp|MVBeok] Z3U>A5Am=27@̚MY:ȥJ |Hd$@I@&ktq}aBLC$NQ Ю*yYB"GDYog뚋G]&n.'v͙dB.U`i\XE:2Ib aOpνl.@*Ϊv)I?.d>0 IUd rg7dcKr:Ĵc.RIăzB| X [jPX?i,Mgc0 ~" P8Y"dq3!|1 G: h(R5y?)Ɣh?}AAgȝh-vdYi*:_ EQZ0U*ݎ(nw4<}ԛg}ݎjf \ Fx 3sA #-/Ų -mH7wI6U(O,F~nɱ6[XĔVF! nK7 wJ;.: yO5=u &Tuhc_,S|~ۛqѴd䆟El=-O]Lkmute .;~Bg)A8[~<*71mP@\Y![OR8VcpȞ+m2ٲ]n(P$Y]6Yڮ?&wUk䫃2ޔhT- ҙt~ܪNBQ|5p7"O̦^\ȂI//RJ,"& WX@rx7 AnP1av}ltVyUI#ÕYI!A$®x[ߞ暢IX UR?9*!VNӘi:37ʮo} -T' -!_gд-Nt?4jV 3[a S6h7W13YJ:L^)JܖIKI! |''2xn9flQNmVI eNs6u(kIy<׃l*  &DU*KXH0V#oEY5<`&3x yUg'i!#ԥEi[-DJ{Lʕ2B[Mڝ6Z=Mٲ0 ,-A*eesUON;Ң觢NܿV!&s*i_o aޞ w)ZUg?sUi D졜A T_pxlz~dMߣ][U<1[RC";@M6(*TvFBЏS5H 9DڳW渐 䞏U ;t}Y}0?* n#q.@TIRxf6? nPVcIm. &m~m.e\f>ay7L} $#.v@R#!l9Ex@vN?dNH GY> sɣ}pݛemI&(ZBߎN#gX`Rt,O3<}J@ơ`@ `^*T!'wq,#C|BPFJ#渤cF \W=vHrH~w94اg miWUƞȃ[}O#rcG̥FBo!pך Um!|{o*(9"ǫ{;H̽dmN,Q: VgZ `Yrc4hvW,U+3j'OVV"%ᇩn\QWxrԬ\eB^#Gf:&tjc$Cl7 C%"K>ULUj'+V L %SGlB~W$ `^uOSMF::ڋ#fGyFx9@G`^J7vUB, >fJdģчxw Uoi-'ӡFG]8`)Vx iI&"j*PW{j $D̚X::<oP;cv켡4&E%;,"y;w0 ?:vڈ:3Q qHݳ]]N\,(HD"z)5{eF0P5ʒt#˥a˼Ypұez1+*aa⁛՛zKX<嵊Z(r(n.bIWlD&[rf 1 `t*<͖afkhDߪP+!U'͵ zdkBS2WrW~(ttkF2ۻaXb:Bxz+׵uIxGgrͦycFٍ4ŜVVc+Fx˩BrCP\~xL^7rdoxoLnP쿵 < A_ry] ;`Jڌ@NSM4P\0rc~ G1sr}Y7c;A_q7rHv4,ZnS]ce# |cWsVr2=fNbfHԂ I| `h#d 4}R!"X8mT?XX9&_Bv}꺭Jv0_̛ڇ&^ӑO|`rG[ eB'C3x'ßi"P7RLHcS7H1V>K9hx?_EE;iVwo#\zE|($aF˓cPRf.1:OuX61Ok{o-י%BJ0 Q^'z2 Rgr h4ȍg˂1T =mwߜ]dS8&,/ ൽ~JP,#$zbCzM+lR7+ xAvKBh(Zc+Qз׵H䐫%?bvGb: $q:q^w a3.$e۸}h@'#,Z IiRQ\骋sֶ[5~473C4+fVuTS qqZwg0Q0 :uiu7),Yռ^Xa+6%dzJZA)m"L8zZ>}RrO ^1MYr5 N 7@ʻ\П΀vL #;xȻAJp{~vpk5$tut+ oVvr٩YvFr邡$xY/m;L& OEq:mhv?V䭂U >]B hrZongu_ZhZ?˔RZ'u{c/W?wLYUAc!x+A rZ n)D;+; P/<;%Z%ϧ'V$RԷCSٟFѕ&N)c6NZ!o-|Ip_8ӣa>L9s4sĮ58˺˸w6D!8"O5bO\<-dp<2xD- 1\D:|9VeiFt:NjoJ*pY*{5;yu\@{' "27 PpR+%uQ;KyL/RqXA^P]&%MTYm,7\nM2Wֻ֠u&{&%TӢjU@>y`D2e`(=¶%1gDKzXlX}ysk8'c6Oi'QS Dؑl 6^)j[Qⲝӆ\b=&ǡ5>JyПO4/uI^Қ=2LmfhhFy&@9kX׊facu#!fGg)AS 8z1qVYqO˼&1;͸PoFg*~Zݗ ^e&NZakdS=&+ \oMM)PA:U-}tV`@cb`eԔXo K@d|'zbV@.]<ǻ=B >@鴳}JMCvQWyWP}K#!Ebˆx",D"[>$O+mܰRh' .tq Zf->F=1"Ó؉֦ |鼄i0 $2A$r %b]VcFʻbM 2 VxW}WIdLdo$Wq6a^97vhVs+[yHBx/(d6kr!ub_ Xo@=eRz931vZs"aƅS+F0 V/T/qj yfL J r{m7'"|@E- hny DAݗ>w>#˳ORZMB ݿ# $^݁#.䥮6faQ~4A1ǭξgCJa1=7m3(:c2Rs̽CcG"%p3J;Ie4Uv5b,B K!2 quεX0 pIPyV,^PQ/LK#yg V[{H q%/=@$t'ȿ젌K}b1`6iȥՄA\}&Kw`֮=Y[vn(~RVSSEp 5XJAXĸ\67bF̠81ىg xo ay؈-B,psQP pT줺n 1q!lnoUܿM.6omzh"cܺUzI)͗v\fwqgxC掀U+Kjr0\P*Wr/kC`EkCêM]6=t3`f3\Q_,'D<ٳxo|fΐJKVеٓV0g!T(O7]ϺH8h\1xa8n `ڃ‹}6 ?H1I;Fcza|O8{{$wQ,]6f5D)6r2]%k'Sؔ3`jnN"l)Qh0ܝ@W:fH}-Om$UW~zerz)@R$ad0~^ HcTK@T5/hWЎ fy,APumu+"[ ^ӓa/|cgfSfTVN-*ϵ߁ ꑀۦxAgq6ƇOڂeUntƓ5-:$ ؉8+lqBpOA#gkKߊl\s+S'ZYxdAP-a&352{#dQ<*s.5LPcm+ew?ӞCqޙJK5ij'n[ً1 vjaJeђܣ+ETM-R/k "$``mGgkͺa[s sϗp)[+@RONQb5ѻ!óU1eP6ArP8'Xc&&tK(xpNy<.D +cCI˟Z)_[>bvӠRbAXaa7YM-_yrU~/&xdݐ_6>H,TYUy2MAkO}HԧuĄ2Do=cTjI'U"-z~H7?R{\ &Jh @lObmx@Cڟz"&hTɉYszhwt)WySv@(T 8j j~Llf!BiۉzHD]iM-(EF;}$tֳbJBu-k .Q^8GR,>Ld==| \= 0Q/7aO`\nʲ<FL|)Y HSyE7wZQ>Aw6ɸ(AXDVj>M[T% 3߭(M!W! *w[6/^Cnl&gӣ)V,е EgUbU%Kpł) Lݦ"ٜ}WW˩ ͢3OjfbOq\Q)}q|Q--xw+j7(+ n࢘'Od@L­~ &BrI }ˋKtA2t"qqXjA+@ێUEEp~?m<$\<;ьe]bCa} jmKX**5}jЉ&Yf{&Zbޭd `8x%ds lUH6_tXϿ`C*1bO@t$^#ӡ`VȻ{D~ҧ13C"{& dSZw A.6Cn5j(/T1g}H ]^ꈅBg;DlH @TYiۚGK'Oa, c9$e(R,,Z0Oc=A&gcP@s'%֥bI^{b!q֕tW(ZmgAp&$w^'ɐ)&ލF+lzFտ]ip~.AT6K!?,uq4TwHɡ鲷 VDӊy@H5\tDȗCjWzk7NIfZqgj^J,<:wQw巂EY?j,Cش51fDk" K+Bx". +<'JzݳϠ'=Q׮<2Kasqnb^n C 3;4$=yDk5 YH-[ƭ㐩Tʘ]_]ۙ+FK0a(6l5/rVTF"b*h*Tv! آ<w# *)e3X ʀ4qU"6QE<=chwzwV:& -f5%$zQZh yw+zlIIDчH!`oIpSijTX.Q]HەI: {t(CV֯h_jxe*6+H9+/2 _ڄD얦g|h;h'.S]&tIvfq{f܂._7U'o?7_Ohvɿ̐r8Nr "2 aRkMe10r*/R-ʃa焵zK3 ت4;O/5crȓ|#'s b Xy;">X oDX, li F'Sf_ȁMxG_? Ë=NCea{slC\X%:āIs3¾v4!yЍCYk֭.9L  Ⱦ׆lQ < `C;ԢˆigҰh=XRˆ9soe|(Qۅ@RR_IZ1;ԚoRzxxǼl*I+Y@)<1vI6>["7R_}9l|>TJ!e$UjF55 O1Y0>N6ʬ+PSYɓr V--&3͗ Wb[k/|`LnNYF+2 |_#\y~1z@cT_c0 $}k_^qbr󷾯o_fܚB"$cA>̧Z zMu&jVzݹ֧ iBֲ6saJ%x$ZoqH s.ZصOHO~NmHvJ@p4:)c %Kp5sndg{t;뗦Z$Kq"7(>R/4[S}dOr-e޹(RNQL(U?'AF&TYWƶl=b8@ T&DygV,;D_Mȧiň MJ33'w 2pY e]8駪Mn֝ocTՀ &iQ!a{T*L[_ORHnke<۹!Bnmm,OŽဥ6q[R<4Ke(R9cPQu@5q }as5Z}YR["HORn^lIP'&P{ pMpRѵCyL1grܶnvN^p| Vm+jFm61`91i$ĀϢ$<$KS^n6>|[ՄuXeC5&/m-hF_apV^r*a3  ] !8mr3&R?a8D[Jo }QnWy".̛HHzٰ11Nh]!hay7!P6όoW5?$:C)dYN c4X̅cZW^:P {ȯu^AUEQk5 nfrY~[jg:5V$^B-AU.JgU.nWdv赈Oʕ?UƜ˕Aw֟%,"jcuf̏8vGr8h+_@gPlsD5JrPM΋eTӧa[-kzPz3Dkjͦ&3 ]e.PAp0- ? 5~Q8!cjӝ]* /->!&L&ŗ4?VuM=\k2dR@VҍQ qW E(/k̢FxQjM/"@K,vBFdX=V4%G^ )>9Z?an_@Y&Gx ׂ{ |`wsG;LB$iM$ 4_2TۈnLf<)DoR$WV^B&?uSJ`3?q^Ss 8w{:r@Ο/95' d4PN@e=MߏW`8`XWY:Cd7?6Wm9,wRX핏( 䴨Mn!)VҫRod%]ԴJW` ɉz)[a;·}yu:Jp=(t 6̙>|/+,8gQQsH%R@)εcqY}[AUz눥E ~ [I[ȓS4RRn R n g\V&"nS?P20$6A׈ .V7c8p$t8S5B k63pH UU=>Z糯0Nҭ!,vI@b4@TE MXݰ;~M0$L'T2S+ī:.nc##D(LuA֨EWՙѶo an2|Ǩٍy\°[tu :/8ݹf-ns,ꕆ*g-Fz.4j4"~Q*w}}v :/$.dG50/豍tP5UItk RGk3SATr:w~<.>crR䣎ؐ8u86^Oؽei(h E!M'~NwNzSp|ǖ)6Z?WJWRfiq ɓ,_[Vd!:h5Jp Y3 &߲6kCI1UpUt@"B5ފ)eM˜(Ʈ%ʗUu!.9ջ`{xTUci^7.O&y?qvSuqtоrLXI+(2z㼘zʧ^:Hj(6G~u~Єr\Of/wpEn$(ar:_s!G`FV #m}bJBB3/p-ky ,jJdġ\v1lfP]>=V<ǘzrU 9ѦHJ: l]PɘAR źw*/+BoB R1i~hwl7,ȸӉ!ȍ,8@z,-ONy#\~Q*0q[ 9a# YuVCo ;4ɨ`ķ3C"VMr*˨h.=q8J/^ylq5@@x,H[}%Y+'={Z 4%KFy3C`/ɟHp4(i)-I}N 1. <(Č\`e@\>a6g' =VƆWx+MޅJED}Sɴ֬-%̨?9c9?!avkx_xRO]]d&hb.[['`vYHⱳ0b0G9E*8^W -ist C)8EMW G 6~ݲL՞QyQ04)k:ێ45غ]pZA^sdFQ|yޓIb㳠 (=7@ #|rI $z!O\+i1NqZw*Qn=;^eV8Ďc'ns2XRM\o`3qXذw|z!4sŕ,הN>alDXrҖ/0 0a18Rǘ\P/Bh<˶x1=Bc~ .G|uM{8XԽ}`di|'Piج=/s5OV9%1fyxOg &ǭ6R֘JŌDjqI9zhv;ߔm<⩩{¡_byY*P&~bmV4j+ ecovoޮ(+1ftEb  oݹLn)U9pztn QgC3|fQoB7)q`F;9=8s$abtsU#^fܲzwz햓gZ)+C--ݖʮD(2!_6$k9]c:&b,Az-)yB>f_gpS~wS@,J#b[lwKFI^5:'6;^v>mE5K𥞎y 7xgX(/.@%,JQ U5 _XŸ&ԜqZ{#0ʯ,l;cY]o- 1 I8~!L -5;Sy`2Q4DBYvڀAYLfz1nG0xo05x+OiEl:,k }6+6<>Q;m"kkxkRSA`A{0{ 6J ʟ]X!iC83=]C[;MY&i@.JpIFBC.qO,9Khu+fS]K$"I{iT9v*eQc3i]!N”8& IJm-(8 mg0qf҂gɯɄ}^s'jB5qeP3;2P!x܇}=jщWvba&tQVJGU#*AKMjZ OLfH˩N"GoS*]le^WغaZӺHɞpHvsg+ԕ~`ҁ*ܙe3`[6jb cZMH#l8 s2 ȱQm'$a3D_<zn-U¢,o]S;UV\YJPA"T "#(-<_ς ek01ejd}FiAtstsDj<@N\5׏w=Fcфd6(ʤc Z I;s'X]"Tn&2EQ#Љb:>5 ฐ\{S֬LZح&ou;,ƎK,@uBs,D->2r߅ jÒkT;1{GmJRjKMnz"&'i/+~GGy;ZXo qCIgF&G=¤XZie6P=&5jP"_(t񴎬ac0}NS (IRvu~gm,Ҕ9K)/A@\l[?t7Tb:4Nvgxf 匦&iKw9GtץLwi9'qBʻٿQJ?g)|:'9!4$CUs/h V,]~KTu n (k^d},V<:љٕ"X0 wK_̄D,W)ӯ;FDYJsX 11ߓ.ڈ&n$q]^}ܶ;qbTg5 hjwZt~@+_6"';5WX=9ej6;\b36d'\] C';Mc/զIR~1N%l P_IRl,T %%aDJfO \NeXGL۴CK};3k!-x$4 Kw F)'#a8>)^S!?b!Z5IMGkgl,E;_KS2%,Xp5$Bnƅ';nl_QE3'2aV#ӡKCj fbPL. ,pQU4<5qoB9r:qZNO^NBwH"tE%S{i gf;_i%\V#ٹ@GSR &,]u1 Iz1"5va 8 Ҝ1[ZBxvbg0)iFr-3fJ-~?}l9^MvMڂ^*b" uE&ڈ٪5p򿪈+/H;bkkb^|MUFF€(BPPCou r{ZSZ y趣ψnBsrǜDtQ~?<6u@dP=DrVHfm-dyx'[Px0סQ@țIߘn0w8tH3׈JhbxFf%K zӚɍj>,ƸRvfu`R0N?ݏ kl]YHD3' /A&Wo_$HHnŶmߩj 20db*'ʹ,s?"F>k)X 3ԑP?8؛ܯ@.`tO&∏g2fcG7q*Y68"BjhL<dv7Y:Ja| вd.dAu'"ӻ=WUϧKdKj6!!qkӌ˕*\eyfj V)ř:6T9pBU+_I%@1 Yyb0_՞9_tla1s= u%]2{>0كE;ݶKK@}LjNJ=(6AhjOvM([;d[Ya m AQbv;m G'9gQ"cػYWiCJO$Hw&*%/h;iIY,'s+^||3܂P/B0qpx9$"!!H+|EzlnSCmp?5rc: 2K.MѢք&㉊ƪ#O1S9\Y}]|?:x:%> 䊆r<^%|}!\9-DK~vdIG>z'Nׯ_w%\=}2ݛʆ-,!e\-"mG=b%>qYNU{>Ɩg}hTy=8?+SBZ06ƘȨ) 2AD.1 *c4udts 5 3'gQT *pZ0dX}1+OTw3!])/w,JTf,h}yfR_ $y?\G|Iy|P۵4㺿$y.gyȀfKcVgZ&}WrFԦD(اulUI"J.dT7zQ]d,"Ќ&IEJSYy`w3 Ftj_ (ιrIFn7&Oz@+$% h`_ܷEe-d 2vtؐi Px4p⽮1T@/sآL 570b |w*s :["\ٹʽ/E'RjΦt9*.Iyb 7/0|6,jk\>>/|Tmq^lb]?^UY&,:SJ eU s= M91?NT:ڸC]-UI$ *xP$1mgp)ϭXh KT!s6&q>FIb n~hd7QҊ_ ][&{vu8ocldh^l>ld`g֍;n`lj 8>ZR\Rmnh1Bp s6D/t'SvKI?)()[T-##j /*=BKN;˷u ;6.5*POezM뀵#TWϦˡgK_8ͳu A1VYh(d|*=7S7UiRUlIX^On䓁GoyEBP(H5hw^[b5R`Tm+D2:e'2 t˵G捅NKZ~Z kh2FxpX̓4+ݙV!&rd|`o鯰U3BD)a"ioIFf['64lp5),e>GMn. }wB6|U,*e4ki5{1 J7@3'78dƐBqRxiݓ d>}A$Ό}yddsP%+B5w?.[e-i2\i͏mpTݰv "d0ǎiM4թW8DCJ9oBɃſɞ}bڠ4y|Č͓IUFFC`nh90wwĴ|2o^"N#H&02TU$E0x^"e 8ME#ARQ$k-PB!KU!b+ˁJ^8'6Q~_](y3e902 x1?N*OJb0zڕ9)g-vPԼtf״ o䶣GN dQDjm XLs@Fl{=߅9CZTA})nt!􄢷+(maF+“`//z]!#8:2|D&OX.DaçTf7piy9PC1aZ /+6mbjx&W02ii~%y%@Ny`M~hN7{؆f eʼniLTyI[ 6v5Kh#/D v|#4ȉbʼn;U ݊hN1G) *s<=k(Zr0UKՌ'#̩%H1+5n5AVv-j1^,CtXϜߩ7lյJcg 2|$O,y|+<Þ;鎱""[f}\7geŋWh g\<Jur-1a4Z.ܫ9m"\/~bo/>EZ,[xnr딪K-Y&"¤ Ƭ΃C.{hcڌ\! !n(#%#xFsM Cc( ."# 1FzXw. h[V6 NܞLɾskIVd3A0̟#8_A\I8%$zN !(df=`Zs_~=pQ^Fl$ud_*aVWFA & (?i(Qo}sgG1hl)2|[Z&30Ќs=4AcN!'4ݱ VA#Yoz(7=b!+ךꞂTG;s܄ `cU)9[[cݠ 1'QZNw}ϯɿn={P̊k1OusJ»f#cNg=p$F,Fo2$EΥ{*ž$)01CaǞqsEj͆hfϑS_Fph;E{)GWF֊ti3N>{R!UvbK 7O%˳Bh &yT  G A$|x .|fgZr o#f DCU)^/=0wDGZ~Jo“STFwPh+ ͳa\̦E4!3ίuy ͎CT fr5opk:^Lh!N~(2|ɇX bGoA?XpC|~ϰ.愮̀DMOj}S< "~eanN}!IkmF)VI6A֧9c5(3?y@^v/Punct%VAV5x!>_Nc>NJ=@L7Chmy؋"HCn(Fsގ+Fo 확IV!W>=r8}PbIsw(՝}U:/hտTt~Eڋ.$55K߉knJ EM- m6U}9Pr-Y9MƱ9`aݾ~@%#tn0*SpSNWnn$5M5d2 A2n'\4(Hgr!dED|6~4@>z>^"vx7w 3(8郯A*oVu-n3$d;}kݢ}L<! 9ƀ<8'''Y vd-1zxWL}Ѫ*F >z]P }楩NmNG! +c@6,+ I"v4\骒8ATOmFVr6Í?j`Uy4SԀhpoܟ`E+nLByn^@㹍OC7[ݹ0]=0^@O$\) H7euEb8ɫdS,R "78,KWpN`Z3OHo>(BHPVR]~Scֶqԍ)e*\Q៕XW3/"41 =ztM׻Dx $a f?6]r~cRŷ"Ƌ5$9'b-%FwZK(QfI*g`._Q5|_LYE!E}RuӲuE?|Bsgcu3 @ kГ?T^𰳽2B+Q<)%,4ݤ]w50۟],2ӗ9P0It\a"#z%#Ħz$NX(4X*;%Fl9Z#9c喆u%(6Y^ǚ-Ijыi`>P! wzSviSj8?(EdۥuJ\nWAYE3#g.hNE9~4<t jfʴV@ͳ=0fP)t ;-$M袟{I"jEք&rO!)gfQץlÆTk2!! ֕~q>T'̩_ͧ"#e 4ʏQ˹ b ;/Lϱ@B$W@Y'r^'|ӣ[Ȣ'< (#d%EUmQraN"tP? )4c٢V + s vJ}H`bR68zgDhgZBM*V(O|ߡ7R&Ώ<&Z4so0Y<2d܄5tqK\٠v|0佡I fKuPt#ch9^~/ ?nY\Xnyͻ^ƒ8B+f.y5%oKq"B8H5Ϸv"9G6~Td}-8kkRqmuIJz2cz@8O3vf nZTCyRAC4g4lr3-2W)ɉ )C)lN)mA'R@1r&ɒ39x]&T<&vwhx^wdy" #=Ċ58>VX<\7IqP;u^ qL͸5vt겾0RܱHEwKTo|rxZ!] G`i*wvdRh~ق6o)*"-ox?ABB~`]"T[,h3!R, 9,] 6eGC43(2Ѝwe^;g40KcHWޕހ\45N9V_{l2?,^6Xv.nͦ! 6m0^< yeTP9xC MdvmKٜY )5(3%RG (Zpx[ܵs(T)ŏ[qOH ] V~є^v||CO4e Ez3)|t($j-$Ms`mݿBe6HN^۰UMN.E2ZLWbo KO$|xPdֳۆYO+̳N% |Wk}@V&?Q`i )DD p*@}U`ѐu@opA/L)Pv!$k M"3oד,!-Zy>拉q)  "yt]x SݍkTSNECye+KhW1j]ħ[yЬu^& A/֖^\$71kg,OA扚E~:~f+%DEf/}2(^h)s3w=E:(&:pĀ"ZlD%cSr[sNAQFy >wȇS€y4W8f?U1? ԑh+IFH÷v4NGZZ{yjP!ՀnT[_|ӗm)e9W,Ƹ?Fāā'n8ب2ℼ}Fp\6Ca]}&r a4Aб74r5]Gx+3"/n,a_DasS&[L-ÙלЪk7,!_i O4!Р7nH2/*'kZ\iM6H^ dOTTP駱JU2!&NHy0?5D~?7 b*=P a<\hXwYDl ðkonԼ[6Fͯ[ҔDM7i*\ bIL! rL Cŭ5 J;f/ yzo~AW˲V0W{Ht m.dmnOeGWr_S&A'@EyeSxyadTp_ %RkGt Q?H<`GvZ|]~glIPTɏeM/TP!b;jUF+pI"Bw5]@iE/+2nLpv]\É`U3g@3=iI/*+w4aec1: Effp+ݚhrPZ/|ӕ\B C2sUI~̜2t<;:5:A[=,VB҉ q^v(h6v`< sK(?U-[g1*!p,2`k05#R>YK Jbt#')~2KT[Zk }= iee9buLjmcgM@t_#S_UEaൽ+,Ib*AtKؾZ *7 2uE>`sl$h`ёz}%;td!HyiCth"T)vϩ>2M'C }<%*%۱?+׉o:t-YkR@iaG!&dn!JbV@a٩__"{]:![)~XoILlszI|=2k)W]/ oޯ=Uc/ K }=kyV꽓oRw/ W<߃|Oi |y ʸxu^LŬQ͟nUȈX;O1bJ &Z \\.ގћ!Ӟ"$B%ԊA2V+zY͆%u }LE(]51 `@D*-}cI̬EWOїCN,c d{>jNY])P{0*lBV~+F;3վ]Ɉz1xPLd?a.̤,zvhd)3 UibnI\G]̦YrA|t9AL:cOG2V 7r75Uq>8r@Ƌ mfݮYpP,Q*@oZm4c܆.bp"~:i& 1 .埭]M-جCNτ$nhƛNUdnqÏ,ہi-%Y"~x;2&kՠlQV#\ZfK E)S;sO~v9=Bil5^;Xb,.H cd2T'̘ zc9p-4N_tSJd>{3.`fQC)XL*RL*։F$? :m-HGn'"1/ɣ,$#*gކͣGѨ/.$Ԯ$C # OC2 %50 uKӣʢ:B82l91YHo e3b0{][xf/n@rQptdqʜXxhM%bSfDv^~V ^[Lkiw,~;Yz_+X\_OOHVêy}|qC8BFPϽ~LgD+$Vz Xp˺qardi; ^s%;8/LY]bM~,fH~ٖIZi0'}jMAƙdq޺/QiẼ@e۶>=Pw}[c4Uf·ؐmPҢ{hS$TmbN՗*.ŖIJȸփb(]?HAaDQA=Ù /e:廆Iz*fJ ouRx3RD)sV;'6aw(F.M6֣=t"z mrWènyO`ivS5YmORT&ΰBa*:N]Jq}74>z+\|Xv87YkVC+ږ ͊ƴ8~w`Qͨ/SW&H]:i>bϋYZŃxD" ,"tps0$7-;o3:|)Gy&Π"y_is; QzhG߻/w @\`/4r-~F7_#`tFDSuƹFr2Tizwn4fIl1P(B톸 7?<@Ɯ>vJd/nQ<*k#SI)e|?w.R<0Fz.b%<]kπG=UƐI5B*`J_3Ԙ=տK! wd_}1e["]gWJ*ǝu&OW`ach4~3Dr d;n=.O/t[WTV~V}N3e/bI)ZvZ}qﳙ`]|jV3p0?1ZY,fᴪ:T"2>:킳/lP}Plny\€s0͇ DJR}/}1=R~G[rk#xg JE}Xxv-*sIҰBAs5<*QI@͑~I~&p$Mħyd:#\ގdL@(Y6)'sHl4_Db̬v9aޤl1|*}t7R^7X!7YOzN=6 Rb:"k_V؄T2uܤ+ UEnGUL28T)*,! {}~g4m% Ƶ7Džңw!hR^"5aQ$nSre9rOs*Yz3[nљm7ʦ6G 608?vJKaiB@jzF,3squ2F.$DiBѱQ TW'{[y>0O/rÉL7~/ 8>1 <,IAEFhl(THyZ^/U8+u+cɶ6Yl w-t"Z;\l( A jF^*=B!_* KoJRw=P`aXă2On!k.`TT={(e&mE!qZȥm@΍o 5Z0[O!P &1Oe4d+&-'c[fug6N)eu,53B5sGk2e., ~c"`eV69`Έ87Vt@˽2p흚c*~^zda)m`&)UU/E3er:O΁/ز64SzS@"&]'OlKK+] !PeֿIpB@%xK![8R1+wohdXUb~r>d:|8 s/!IWzX/pSuة:/ί3ȸAn[uR[;1b100W\b,2:9P/ p d*@;,FfMFYF8fN?@{n@a;AU: XE[<˽Yߊi핫8& W\g+ H l )$r#(W0tE+\c6UnDfCC%hgw+iP ]ڮ/*)򖴦X˹ &^L;Ums,W.~DPal!+AojQ}P֯rI\GaF(/u9Uv`Dt4.|Eڻq‘i{(Lz-|4'Ɇ4bE܊r\֍doܜ',BK2;\?ή+],iK`j|{4KQmC1H +MI{(zSo7;t.dP=B9C51Ȧ =*eZY4:CjY>DyrpD?8Sjs[~()(^ ^1XONl6I?W\Z!Majs:*dW+A3.'ZtWQ>bmF`kє6\%yVesFn/.nm zl(u+{~IJܩYu{YzH}`˴G Y(Ob!EKv5ksEKwkC}h֨|Ev0ɏӤn0pwpm.Ň"\ePH5Mi\~:}اeXg6m:n7 y!>͂Bf,Rǟ9O@<(+WEk歡LSMcc 4d|Pw"'h~%T-Izt0:b6]Azꇙn+Ӓ֒W<-> asW IʵȈS^_mԊw#) H?kF( _ pK"4\ bAk^QOjaz|7yu1|sq{zǡ hfҰ90sL.w-iPY΃:{޶M)iCoKIMN__S% (T|oOr/r=Fd"AGNPҞHB6m7i㠾#Zk[N?fکmc3 Y0$UXN*`IY5]F10nd;jDG|1~:8h֡b]gQZ=.;nU"qҦ+FigZL@sͦ:C\y.Ԧg [xd?2WfضKȱ_s@0b. X/Q,*AZy2Ҋ4p,6@Ŵ =)=|{hY(c]U,ODpb4BD;ӅbUZh}^>笍0xq*^.{ ؟HAA-(ܜeu\ƽ cL,!%t̤Yac(U˷byDkt|\yRŞb}y)~Gj)N ?#Hx4غv O tUWjl%}imS}ρ<eIeo'B?_!>_j0ce;r#M7sQv,' ǜ#Zx 8PB ]y!5T܈G?"T=\ uT?FȴcgI9{r?U8IMM]\p-PY+RwIG1"`) dݸKiCȹ3w}WC1RH3&uu*4yJ[VU%/ð;hA´CC [1سvN_ˡDػjd0TH3K{zTtaAIt4zp̸i^Uk;.k Ŕ13 :K44jVr|'qJgg9&7ڡ2@,Ђ`@)C9Lf)PqSb鲆&.y`cJ(FFيg_͖akz<"|kb|`|]>+?fѰh>ĂD E8&vPnfq<zV(q)`+HvcpY ́^$?+msHj7o,! 0挎t7u;]smHo,rzy$n\QPAk=udS>RMK<:9o ITuv@9F~v [2K;[Z&DHc{ av.{].PgO^h>Vٴ=Uy!4q3* JڝquL+3MvJOw&EEz#9 V`6HxKB|Kr2_Whۖ0Y0M:*Hi \c XV~9t|&q[x6C-)*h?;N 緱q&99ntbJEW莯sbKs#3u5aDZU!TBPq?0Idȼ=(T:DsOMK0Z8>GƁYcfklLVvNIX;_D2Q 65%WW+ WEB`b(%b,w ! FEud*a)"ϴ޻CUqj߈irm+1IU6 sVb}cf[Mq4 k^eq@z6sZ8Qj(X3@*J P^17 *|D!Z!)Oh1~4BuC~-\y.pT"d㙛*f QsVۂŰgEG lJAS=Tk3tMK)>ge(>C):e9iB ~ćAN[(?L!\8Α}`D-m2m%WTz%[)EB oPUFh!y=]q0R ј̐v9"y?ua[@@N OI^VLOȐXC,`-lvR?q\دM<n^y|K IXS:8B1Rwx)폮Le_>QVP]2AHHO\nCBQD}7Od7)`]2ϟdf+P"#gɜsHFb ύG{j48<Z֔fuu$rj)IsQ4TU7yW&ߓ x3`@'[[l-(s4Aqy9ڠTs>99Lk:螁A77{и8-0 b˥.eԚ Bmu-gҮO#~:C|}]=@kx$Pop :kfYKQ60u.RW}gL3GjC_ |_}2SuuyŦ5&qy z>@—fx-* Ő"ӻI>(:Z}=LQL(w)O&R2Bৣ[]k{M7R0pl+߀ቊ}%R4 Xť.:%,ڿk;f m?Xs2Dm#IکhB3Gqqj~`IrvA+|`UȍYb`P'jr.YHY.+]/.Ѫ+H)99b(4D2IGI,]Z Nz[c1a-^.buيP{Ͳd1KJu%.NԂ*ueb$wZ~b_IzQ-py [6/V6Jua*eY;"DpV-+?Qd'L;- 3죾\y"B` S2%q*R2ŊGrE0c>D.SkkϐL-s(Aɡk#i:=$u4/O-.YrqAТkq]ˆ .S[VK }þl>_s0m2u ᘀ 94pKa!% Y<`ȯYIбѸJVPq^/E)nq$`4Fw`O>ID; XoT?Al1w?@vq6ahXmmB4oeqcygb?% BhtWUaD"(u5)TL!p4g3fp i"&2;~}n7{QAvObj];fG_qh.P16tEzE06.5(NÇxE%ҩN]{j1H2 0gq9N.Y>w>;QN!&wo$2HG"NڐA.3X}^Ua I$10aF%j@⟵0CMтYҚDqrOj,}[EUbkS jMˎ#2HÏ"m6y'+ G`iH;spt^Hφ."mӑ^U- 4kYjsg%LuKԻ@ ^ޒ d_4ݑ|2r2 '.z>Qχfqfj:jC!(UKytHv^D]:,rF^IP!eL}BD"GOj$j }Lp wNGQfPX&2 u=9bZ8MPB֮B}nIq0XI2$pE,'\ *(RYA6`?TC ?n)\9'ա-\ Jobğ0#2D3TYX[MH`N'$2Ӏ>42i 5{%J !cG ֱ"A%qϨY9qA*lOpmvKP& ܺ?v?s3E%m4H;t>FA֒Rb ڣ:M62̑sFs5F]G9ī &w5,mی?>eחk]Nk2K'K>wGyӇy ^Sgzc-60&\^(zA\+kv0|@f ve6>|pjƀ!,(xtƟe"'ݯO5eR8 m.DY1̉ɥ9'*N𦶬0fNvxմDXFYJ*<7}\5|ʖ`H&2:d_Ap*^-RˇG$JVS8f Z%HzrV\RV2!Iwr3Q42mOߓ h8şV' YZMSo`Se^k+ܑ +3ȳ1 3P Z˿Ҡsi"p "8Q@-ʍ;m /bXjݕcnLJI*6\ EM6/ecJ+M!l R 9D D@Tq9{BaʂN"zT\MfrMU6GGJV5S.L)Q)U[m=7@ "2L\$1XRoCGk@6p^űX5iTʀ=c?Tm ӧA'@! xF gNV`2e!Kבo&v\cY#nQa7rxgADRu|ح5Jnrx_^qnw7ENr/ &4IʘP6,!S.MS։ T|6!C2}y|4J0 *t]6x"qr6STU~˵/EF}[B!?eNÐ1C>q݈63Ì0+4A~.Z_ۥ[Ԛ\ZRWYCsNL%7簇9D-Ӝ!0ܖ ?Jso7QVo\Nqz#`^ D5V]y`=S! rczae~ K<&*$"dF(uA:6h&I!m@.Ny΃ٴBKx:pͫU]ZF^/7<'bI x܍Zo$mm$Xظm[>_sxnkj_0%յsChd*.|UB, "@uor"a*w_[cp%ŐYaK>q!LfW kN=wLOOuhMDl/Um *V"*[y*T'm2tNP#nq(*SfJ\6pk XgnRajWz">C-Ė[KV'^+,8NQha7cQl9~sqEjQ=в7̿2c3ҍ¨2SPϟdMgSSJR2Z%LA7NJްbX8svScz뢻VB/8*wI#$1;+9G--F \^wߨ+h>*REgP2t+!d:6NM3ްMGU"dاW[`Aމwsi4I Bx4x9q`)G(Lir+`{9luAcoqpRp?3qcW9reKj7AlWv*UgB^+Ґj--(%;Yi;iY3Z덄d5`C6H7S"!tZ8)Ms`moVdsYp:ggJ*:jL >j I =\_]og5 2TP ?hc2k 8uI%B12-ΉE=*?GQw{(R=p21lF}UuY$d'lHm'ZQ< b>!=2&D1pB+|TFoȦr5O7ݶ{3KXGYlYR^ަ|ת{. =c[ʡl7$mz7Db=V  +#+D-S".6"~(ҢIiR}%t^)fU|aH-U&=Ba7RTÐC6#ˇԱ)|fy>h,0jҢQHlE%Lh?Y1ܻSq{vצ!~ 呣zLM"\ ۿ}v>ravj5ݥ" 8b8!y7f xsu^U-|A 2zו"/|»6G/%tlc 5\㩇5?̉o?U9H%dNAMJQ =$s1V&M *k((RV݁B=[k9|00jq"@єw @jY(ćcz!b]&#&3Ef1sXwF柄ěQW1c"o:֡ |F.70?u8WϣWatSIC:|DL%R)m3 ujþ^l9.Z9Dn  acXϳ\u\W}#5eOCOTe+$e35kk WrC/pE@7WN ybdkiiZ+(6`Öܪ;uNV@ 1lm<ljϕ)PgY>AfoM[h3jOw;C|"HstNJ J"kIgE@>ƪ/c(ȈU ܒ.,>[ʡ& CjDEto^8<29d&aYMEYX#i5E1.>j E.)Gk~#oAؘ8X(P#]i:13UO.eC9Q$!+v*q U cٖ*2Sn&u5FH ȿ o~]SP!CxsTuV!/s>C#Y4KУJܓT'z7=U=E 2EMH]cU Dܪф(b?4`q8ƨ׷PQVGQ#ǫEM*g#1"@#!Śmw8$&>`,À\xl^Ai]h ԛ}BRtu-=ypƿ @XוӲ}Y?Պթ {_l wY:pn{6`:8?<$;eq@1nA+b>G+e0B$.cȪ}7+_*ܜ Q;:fNlUz*}4J DU zb/QV$*9l, ,0].YFg"k %|U 9Fk\9Vk3K,sk]7ԛ$3L@=yG6_mRaI7 sՒi%w_E D\!&tF4b߀tEp{"`j 2|p@rYՑ@@ǬſN p3gIvڎ({|`EZXza`H* ˟^weτazlHY^Xb&mmU QfLŦd) SidV [ww$T]cKھ8$E?]x8'oKFh3#6O_~fz< G|hlƣAWޓ|/)̣pq,4x1JِGs^ 2eEI5nO8U!! z,|1vo `R>GYwd(cU/*;I?%n2#ڈ-(>a"a3A6әj,> a<-^NG>ج`Sm#oSJW)+^#F/a@e-֥JyK l*U&;|).bCsmg NNWM79t+V9 s-EZml x?cІ}A]D(zJ=?.Pm`QҦH ^r9}@yKAБˇ#/DuKF9@wO XNIG^p$ [[ BhᬊQA{"`&ڲQFev užiO/6v`U5rT,MO M[ ;2 OcIcpT R>^&*D=ȻE׍1:#({tlyؐ]{qʓ0ns| 8{ZWxG>W2ofIY#Q=3x iġR0 c  51 8nĭ$vFhl%C5fb.(Ee.Yu@t{KRt K"bU>1z}NGJmü?;_T~ˍw`!CY(#sY9HvԐtb6廞Y=7ri+R=]'aY2\=LŒ.Sks]+У~X[<.vQىg >,YǮ͋iD~(@ѓa73d1HSee`g/$D:!B]E)?T1wt=2وך)V ߷?D|m>MdA]PԢ ODAM\Ĕ-5wq4~O4Ԍp0|R_g݇my< n$[F(IY+Ȥ#:-CK!99Sv{G&yP&\ *d66 푚L A3!{r1&%Wn62,2X?mrπ.?Sm0c8Q;MsƒB@ϐLyK.`e@$b;NT{T5́/Ĥ.4IAqĒVw l-f/5Y7&['PC8#D#64`.;/x<}Q/۸sx:>Ozm?4Nǔa_sɍt8׸UF4H ufW/i͍4:԰:dpA"Oڔ<,j$oOά(ί0-97rs& ѕ%Oka`s9"UhQvfUrx% qGبh-A{!΂K&Or{r$jE dwVIjÃXlNHk-@ S2pUB%cGx쭰VofchHGPlCpcQ.@&I#:"jGCiM\Fd n6"Xh0 q--Q2~;sa4":k&߰XvC hoگJCz)J=)`ۍfL>5"x;w{mdJ2jXҹq{xfU"RF Fwv .#GqG_Ҵ:l);M~K.yG$pTGyt "7KRp1btdh7~T>R]= l:'$7^]HV3Ήydz\'^9G?$sey#{ңMK^90Z ĥ:@Odzop k>A)qv@|eh):Q81w_ߢ0)Э-hIc`[B*$*c2,Xx C->Uel۵ѪO^7h;l~w3`(r`CӛR*yDs|+AE%WwxۀHqR KF )-ls|8f6n2-s;T }v)J[gH ;047)'X)b^ -bqk fAr\JeاOZ* aŻՕ􌽸YJ[)r9X,~ep+90dQ ۵[ 2tM*[Zo7v_ WU7 :d',**F}|Y|TbE_ QO({OŁk; H~|D> QD^ۺ2Blko LrmLu\ T}rRKYxWzpYNW_>we" ?|Mبo "NC7QG Yi}I`#[^3azc~qh(u> ϣLdD2cdcߘ xұ΁K$:NU*cXl]00竻iAzcky5EN)xμҟ.:~2F,8uœ&Щ/%[o`d.8~K F}~DtqFg:!n̊.ꟺ+/bM6%^+U EhY+Xξ? }GV#;4-0^I3>$aMJRFRi1_Nl}?98ĀRw="xCQ*\}=hvIČDsӔj*r"23$|G<]v?Nfc (^J,LlSg_""u?AkS)cTۓ\f1= OPD+#و"]\g~^؋4}hQ(/ɓ#4ѩ(1{@-EWGL CjŘ bnzC Vn~ٌu7>7 `Q:Bƃ$$Ci` [ ;X޴\y. >T8pmM{˞oIA +4&XD*UQ\UAHNvdi 9e.%Ho7yEBpw:hzSwfEnm_~ӈh} ݪ*Yb[_s{ę*Ay242ⶍtG sX 0Oq?9J#(H2?ɪ7|f!Wq3 Y t4fmvX%r*oP|.Eًbk#kDP/5,#tԒ|1m?op;xm?,4KyB* Kiqأy-j΃=맯wSwQmJ3?f-lGĊ֬+˱P=b,-stS.U-Gff4yQl<. sC|InraTI!9FI.CkjwDK,I"m]D^'Ig̐/Zq\q0yGژGWӈ">F]$C8"A2疛 =^=9P~?4 qY]v>go9 L я.ZK=6z6\.)]P&ueG,L*|#o=Tͪ˒*#-Lbms@vh~GޜswgD 2Yx)FP(5cX7Xau)~x9;.8y?4/%n'qEH˖COk@Hb£S pގc~k2Ke~M3 ?ma-G@by1:jk\T|GCHyZ"+aUqDe& \/s/A[\ iY(W_);4)9N=~\G vq(IAa~n8ĔHe}ʺd*#j+ڗܡHT" Q{(r˪fV-52ItɗeE[&C+ÓZ!3w)toϩahBc /^.:)|XIC7_͠> G, }o6T\ `&r0E ǯWħZs SW3{V9 =}Fo+ s tib'6xNضc['ǸNAI1W(lX wHyg@œZwph_J3[3)gmJE+=dI:OR虊n4EƳb=7 CC0?/~v?>`t{5xYVW"I[#ZI1xAFrI:G. UƜ;Ni 󢐺̣G8Ej C|8f:}W>EZMKg%MOMB&!O |6,Юc.viCt3KpQF*$&C6/H#{Ӆܜ,gA<~U[iP"YZ zPNj^ ^ +l줞鞅ki6"q ,_-͝p15Ab*i>s6 &3"#\I,Kwdk襀\{v17gt!E'u@aJU/qz]QE` :KIdb^ЗΕz iNhB^7(鉹va*9N&s,& nkދ``'A̴Ie e&Mw) ^.nEyq y_<(I K,ykxb0Z?F%qu$ UOw>:3{6,XX)H;#DKTYj139~~^K&4?K!5*Yefb.K3yD>5R09? Fl bholZwP6}$dRGE"JVfqe 1e[ہT|n?%EԪ>%T< 2q/6x+Cx~&XD4E,' bI#8>`w/58f 0Ț7\ztP\'h28ێE2 .2ׄiЎg#7 EIi~ԥng:2q)E"#c:=p.Wy>w!FP@I9DK ˢQ8YTf8L m8FzB+42HO ,dkB!ݶ/XV4@UU==CiG0Ǘq lXV` W $AM(0 ym(>vRQܻJMWH2tÓ瘡SabuM܁;Bx DI4+IbH-[62/fឫ]K(]Y+U1YP4SYl ":GT.hۇ[d;!c 6)€kW[^VZ4yՈL_XMi&Gj-Ϡ+&]A-Mḱ9> % VS'6'DTbpZ[%Yqb1"H}7z\6(G1X.0zFhR W" oK QC;r>F 7N*>I^8N`(?Hm3%8yC%L< 4r>[e?p!fo ȳOeq">:\ [xax#z:6!H %av>@V0)i;ڥ2qp_53 | V$c&Eg= c3o\v1\󼤆$H\4M>+od0Y.FаU1򘻱.3 % 7, A.(]Pƺ'ˏd @ԕk}L~lo4հ=OaqVeAlYWZr".xGâGySze(j##٫G0[㢙WS< \F.f--=_ipnjk<)DW~0Vv~Ao3 hspFDL;hED%f3ŵ_(&SB"v2 mQƚgR;&ɦ4Tt ;_PKsNY!)v,H =P?QҫպʣC bY!Dq 'Lձez u Ă1A%V!-^1@3=.}F\RTid0%?u Xt{>&n~VI(u3 4S#W ;v'n㙦܍Rv@d'4M,uyXiI^鎩 eК@PDH y̞یg潔jEöb* lH&,X4$ *Mg%9Ҍk+.>ӥuoL9,JIo6Fd~T*m#ݽb &A@ łq#M?5Ĺ}JH9[Yz@X}+|<T{08.x_~]-͉*c9?8i"sp}_;=M <Ɂمk EwMSo΋Xt>t=gY.q"nW"DJݶYImO"UP1hэʧ5?Y+膞dGjuO5r|߃_0o񱷪bTjNl^ON%cŻ.T|ZR\g-Z)nG`/!sSÓ+K 2Pim^?!۲ 6-Ko:* W"reV8W BYHW[.2cYRč1 a'-2;:OȴO?ّQ?(J%N,TTlo>cݟ6rREMHvg,=Ymu5*LW/Çxݴ iS?ǩ5ZA,'^Ma$&;3/ DwpKp40nb`6!״pDa:k1 eQRRO*<P0},;f"`P9N}z<|:HE 2:IpD7ZBnk\?jCm>A^Q]MOoCC^jܩ&zNT]|64sn&͂*~2 -,MUn;BgLL 0JtI`[h1&]´ %e(昺Q0"?pͰUE84ꅟOA[x%g.ϣ8*Hh[bvTA ;$`/.@3?iKXe5*CEac!3~'IKuJRҤ8.g%m:O"AĶOH͋\^Npo*ʽ$HL\swRxh=ߴ(hz~Qx ǝfsi.?1&OIs_{Ra[R}|ꉛ\F]"YK[m_sa{]BSG)&k:V: <+!~ּc Ha޳0EĶ b ?XuUoE:2x̠\`$l\PE I .NEF ߼Voq!]EbѿqH#o>YTy3x% ɩI(3čT-ynHcW.崜K\GPՁgZk2P6;#%6vYhC `H';~IDN#s^\M̢]Fͼm/-^#<@)j2*г "v ꃉ%N#E%,RhW^]u^sOqkj مƴ޹IqyiboF)H]Ab0=y砧}fږVJz:1۳'+u:A#NO+PAp0)'\]wcJi2sTAv P ꕵ:dj"%lpCLR-zgFo۔\*+A$0sĻ7TUd)ͻl(}|q|:9a*$ o!^b [VN#J/uEQFMh ƪF>/='xQ3di+Ž똉2W@rG^2-녍q׷w :$M8}ܩnnT %ՠe\"cqie΄U VU_e$4( Cdͱ"OdcOeWU '$,MuX;My}g){;V; OF,KPcRrl[';$ڐ Y!]HK "dg)Չ\  Xku#dwaN:J`zP#l!bVR~CG>me—_>Nf J?Jp-Slz$DrCܵv ]cKZaByJH"!͵Nh{R/M9 7V#G6M/gKE&۪%6hvCŠeNUHtd -qw]P)&/cNAx׹V2{-1FW,dydS!=B [I/F*6'K `{(mjW ((C%paIﵧ1}N.?ó-YD!a lP@qᠿcH( V(?OYJ1Шi?`F0Ec)|, |Zۊ}\LtXpJmj@-(`"A|NzρClj)5n9z}'4<,Qe4wA#B~Y5j((;ɮvV+U߻gc;nu pPnKSSsR]*c(TC@(dWc)#Ht+%h$o2Ziܞ 瘛OIa֪]^˘%E>F_`4 &}k.[B/Hj l"%~*oG1P_IW1\lY!r{|f*4z䥋`5T6p,媳LJi"p94j0^[=F/<sC7KՀZUq;{Sŭ&Т$q _&ٹJ5N1Xjt !մ7@nSi g +1!NhӬƺTHW7M0^rO,^G vuF6VIOs]_ګ-R=Q͈lbBnc^C72HQLn⁂~1gX@V$6_˔>( e߅\"wk jNWϧȜ(zy4]-U&XC\~y9K#Ft@r.k(K!)||dفz02sDLg0judcp[S9lg 2m/vG^Is:]C(QuKxlB+=.zx@q&~?awPK EOJ&S_%rP*GPchdjݠvg8G/}ia躟iZ^ObEcgM.W:5cZEr_?]s$z4r ЧjZlA`q ѹv0 vVIslƞwp&/{ [2{xH8)?執6@Q<ȣ>a8RI?1am&nۦQ ٜ5,|ʡ(YLFWxOՍ<K-r l(:z~fm~Ic\y9v1UY  " "߇it0R:vŻRb}[-௑n`*g52oJ]KQx+.2~EYoCqkސWFULx+̎K<5BwIJǖ$:P~z2q ,kUmrc["E kth]kMɉ"_zk8O趃:.}Mu(56Y#_Y\g?V}3fΐ$l>l=/:1ttruלrˣo(lL 2].bz]PF{aL(# +↭>G6rvrLyݠ`07Z[myj\c7)L3pg#_e3r_tKq>R}Md~`ۛhf<{.s%-VkoB sO<&׉-4z""cJp}{y4ntN31+k#uڠynSb#k` lޖd,ԑBP8Nv#Ӄh`ǃ&gGPD3!Lgw:CԖarq) C˅N* zn+A}6'ꝭLlJ-=˶Z ԬP癇Ԍc3+>^;p`,08rt@=~27'ufvHM; S)lp;P\i*fHђ<sg.ZR7mcLgL*Hk\{|d/iF\jvY 61Xϭ,@ ~^Vk!#h]^?Fg z%$.w}Kk,`-Z1( _RߓX6b0)jc c@m8@l1uw9>|@ظwt5tØjlv? gށ/es Ί\rO|x=X6;vQ[*s?N& 'y@3Znx%{>aqR iϨ>FItN,e `A&ʋ"~:w& MgU>,B{~ UȤ͕5vdh1 4@?C; \!WiaBuq֝śBMwL~"7“Fxʼn>~i0d5ɍLbJ3UJYXY1vLF>6|L&u(A~3Wjőj"(aa 5O=,uK r@l~AT(\VyVȋ ~Ïe}2~uNB i*&jZN4|0|m=4},:$q1Ozbu a4qGZ ׁ2r5dd8׋SiZoS-glfCYkߵwm8@ m {ӛ](+ (5>-,.a"w0mYOMԘ)~|M* !kU d2I>gXQH'qE>,PmD|h(I-%Td' -DfRi$%9gۑ7,jvG`UA&בNYi[u F4RO Mn^ɧ 5YU>\~^(3@ܥ4+[[3|9ܽ ?%4,D,ZTdkT6VB3I?)W'LFhP<喼_ÂQg&Πpp%#;2u+B1֒ݶ:c 2K\&`O5ςdXYJ^*Hl }cJ[kwn 5W;'6,Y?zP!~@-Iu.:\5kSjqЛ5avbOV`34*[MdJHAxpJiRdޘnvʍ4ϓ#kZC\W6xY$.SR~_gnf[ZP-nS(;;_V E9#/tV~-|!^9@P3yzjU\>3dJc`plCrCߪHVm+u 06.חA^m_6vYW<,1)!Sr'Im)a~ 1UۻF Nh?C t; t'QgRRtauSKI,ܡ۫#Q$$>b{*R褭# p5yAیLidmb``_bw@/Q8fBiq' 2@&w/_t Q#~LmEi@j.F3Wwoqx?e2>iBdIipHNcٖ; 3UGHB*|SQ4.'f5Q U(nZ#dL/h?qEUSPBko\]%G0^ foN>H~x?Y_-\lʒٯg0ϊxٔ 壘q ju]ySIvRrg,{OD_Λ(Nùʺk5LQazj:x^ 7OI_̤-3CQڱTDA1yo'^||¨[v-JG])@ҏŪ8(03ľQ*LgD|ٮt)κ8RkwPk̎T*?ޔ8*r z#)׍rz5ЬCpiTM<ޝjOgb 0Ÿ%*z 4U~n֯mri4XY"JQ*~W/",unK=E  ޾M k0~Čx#,s0?j8Ȑ#h' HEQޜpzQ֩lȂ-K8ᗦ&s[ ֵ_ ?L8$5qhkj(fAq:;G~lJ?\D'x?ޫ.Y L?*p)sU`ddp+ 9]4yI-RҩZ`UFū6 h"A<zm)arMW]@8oP!2{ۼ5#>|mԶ6,hq{ PXH3=X2-7zT:ї zCğhE:{lAOE'3ivH/KJܱvׇ-ySƒpS4)7 ~B/s-t6a9wj52#X9 ~dόx:|׹bk5q$3   ,yiKK/W3>k5&HZ鐝W֏(}γ"tX7|P9V)k6:BAtD$t"ѿ’o vpszJ{ tp > ^Sk9K3]GxshS_*N׶_PN$Ǒ73G?8oLdM1@ąHj;Cһ@cSoe޿`]쉿?6R`, ޲PeTEʨuZp"bD3d &il<&%u%p4O8#ȵb>oY3Qۜ-z6;J-F:3p8[WYwܟZcؤ)Xpi/K1Q #OEfdK\>p#]y>S j*|!e +@ ZjV]t١o&d7{7 tUM^q԰*zf_<]Ә'Aa5825P(#Ʈ9eFהϭj Y|( gs[jTc&` 9|!ۭvTҭm5QXﵤ _="̏Vm ?B SsDj%Ϝ| KI`RΩmvKcx^Lޯ;~J .ebAUomsВ:Q;yfp|CI)P_r/O;X*ZDR衑M[PqhW;Ql xu&BFC!D\ޏmlKTZ#L4J@݂s%~w9ș>1lKF*CH|"KW%ʌHg(=]7޺"LeX=]cBUj/T*iIl(>:MrH4&@#)W ij(/?ߒiB.N1Ή{1 _lXDy(-X"W!| L& 5VV0} 误&k!R )u2kό7ܝӹa`H>$CBv4#yz=fvyOa-&+gʍ!ɊIup0}E#~CiXU,J ~zč RTs)A}0PB¸=!<2wU6JʣNO\]z~cT2#5;f.2D@sAP ULK03?)ȠLE^nrӣէfN5ޜ}x&mz '!&>pҳ2]q#t>6۟ն8c58{4s-#ʻئ<Be)dcZr ͏z(aB\!F%dOx^|͗0%@X.SS>`&V`;db5PNj@z%aOM|odE !x2k֩̓ߴ,@էXUeAteuYj-FFXH@!ܸ"\NTӁJޞ3hYZ 2]cyU-/bM jnUЖg:dB[@ej{5`U47F\e4kCքFCm-qni `W9*r} \'A#lj fyaAWǽ 6:kUSzF eVtxآ8_e*l5 w@9Y}{շ78_ᷘd>҈(Ry<[*Oy$ AZx*ѩO sH$.bҗRyVubq[Z `s oQɽUݳeS&=c9t5M{<%C- ㍢ 2tqVA:U8$8o/=:e# oڡ3_WX=Mªr="W׾'[ 25{LOR5GLioIdD\(jE_>`/nA}hmSmIk%50ndF,_˕0uzϖ$dZϻwS,hl9(P.I!~P'Ҏ[ ;! N1ؽ][a`C MϹUnX +ٴW 3s%o$y/4WZ^uօ(T-ߡ>,/qO[@Q_ACh>s@ i+ߡȖ߼s\:{)p{j+zF(vb e3KM)A%r}7 wD,/%^ȄzW ws!}(E)^o-ܢWf'`U^)hME;P͞ryhZܸ8c};`lFIUw{Վ3Tp:r3diВS*j^5"BuM p-٣8꾙z(=Dx15 1g³W6鎿$lKbӅP{ N߬|)pP["mՏ ,-59Bl[' f8&j;-0~hN՞XAx1澌$ClYu14.@ lvň.ܽskA@: dC1?xȍE?{#IWW"Dt&P"%xWx넌km$KL3#!4u Xk+O[kH/q_o+NmGGj}} 6a}*@I{- #Evve^ȵhfTqZ9JUcjkt}ɬu ۔ѱI1yW> C6`6Xpw? Ė! x^ Ka cUǬ{,0LsLBsǥ&&rr\#<;5(r @[!x3@%zy{ ry@kieIQkP ƿ,+MtI^bG8<`WE0[p tEJl$C`h<%`d2ye/>v1Qq\MFVo6~ " 6+Vz!K&$g8uFJGfqAhvlrzrRE۶|Y0ݽ)=d尮UY0a/tJZ\ pcչ+%b)$&oc,.= -=KޏJM\}%Qv~ۖu8r'DM'VznKM es~d;"V/)p녲d恌*7(meϵX]ټ%~o?c>5Ui\󄜿@>(+#(JqV`ޅq"_|16Zߪė7OGRK#[s(u ;ilE:W TMG= 1-l}c+W9W%2^솲$/PO^x OT)Wj`:BЧ\À;}ưwlq3rqѩJoBsRCȮF}!o2eq9+B٣\pAzԫEu"[1N~yVymĦGK]"7()V (>/o 5UFF/(\͞)h b0`0Awp!;|a$ZR*Al[2&bRhye)?e>픯|o.z'G&//H . kЭٮC}U<jΒh݆kfV"fv`{=)b2lSG_,HWGW3P ħ m2MXqOH&jf-*}w3=ǟB džǁrO#֣xKG8X-KU)?a >`Nq$@/](,xClYd&>|͡Aj#?@tz fIO"Ut%amMvWs9hT>}vDdmx"f'VG:tnt rМ'\˝v֎? SALgeFMYR{|U }տ;NŽp *M&(.rjgXIupUZ#&6e~Q>K&О֭(oףB +SA#f3Q@W+Z'8t7%|Fge~˛׾UҢ?)yިb4{X*2:O~ֿKқnց[I:zA3|MOPژ[ꔳxՕR{^{FkaHA)VݘB=AÍV'X Dƾ=l&KKZ+SPeN&&*0L"2ߋZDzAW}a?F8!,pPcOQ8j<\crOw#ra+iJ^[k P"@o(_{ë~*MF@j؈տg%C˴ui71'~R;(w^%a5#ߋ~U7|\~6Ym\qbORQ g )! h-#RV 8%zvm*H(P, ezq N"#.(CbiPsYB D@P2KGZeHl̆\]4Ff0kKϯĺ]\Q{&%' (mlDw3;v bs}+9cِSB4»{#˾J.RryiYMAV>"L;K8`^,G!ݸ{3nѣEtSsJd_1ӖgdZ1'=wxז~ykOEKrCZ+Qdl:;{u }/zV.+z:ے :jLήlXA[R՛[RڋA}L){O8_L{j|hP Ѵ7A,s/W{-TPцxíFV`,^@{b[lOEd1WAqjeZf@[ap*bg11x*<ޣV9IVAB7*NLP!D]HI;>!'2bb,r1,dD/UX:4K ͯSb%vrc&~dߥ}@F0;L0Ȋw n/蝗y,[K}w!ƒa})dgf}{U.@̔g۔PecS+x9I,\aV˿ߧL\^%Ng͋`5 3̮F|U}ͬ/jp};~!9d 3g6Bp_Ч$/nVЭ=!&qkM$ށwWɝ22.B`4wM-餸>w4?_6n$!dB|5FpH&Dڡd[ljhe^rװ~"Zfu? Py^k!2z6)̤;^9KMa~ޮ0!Nv|)\M#'G]ְ*(ǬI8ZC2O7ѧ@o8~ˑ ^4e/1/^ݮiwdUz ╌g<сDRoP0!V\jݡ 5%%mo4,e2P[,L>+S(g|l\pc/x,8J>KiS x X^oczӱy;Yg@_*mJ`N)l.bj)=NwzXbq/ux?*|Q1Hk@N6~3⢧ s{6PZ̚y1؀F\eˍQq˅d}&@RvP R U_lw7vq]'mY&yts1T& M.}93Nd"]5v?(EO Gtd%O>7b =o"5^'y._5G*[~5K-C3P" %7&8OW: ܘ'o O:k/>=C6TS%^v^n|ȾCixJmLLJA3sf2^f5f#~$wF$+Nx޹+SX@>#;Pɶ LO.<~}5PSԃl"y)5{*9բ @_ NeN 4^E%~4iJs_AQ{o_Y\Ye $ gV*9?Ќ+ias['{M"WN ԉ[~qn)I4`Ŵ.6^.>SWDku(ת9 +q*H}oWKKjⴌ⻁_g&컅էy:ZhzsX\D/6j +LYl9:Ԥ˶ͪn?9:@C'*ۺ}0y1ka>5N@zݴ/2q' b ШMAB_F.=5N3qZ6@'ZL O  |"0`0 ŲX\5!h0J"ui23v#b\ꑛ0*b)k*I|7ul$OvjBNIPP1s=K3L{50!Z&6cNmuV~La GbI~F1TxRò,u=bхKQ :pa޼a$(为vɘA!% _Qϊ}Co9I3LԮ~=gE|',W"mDplr+of4HIZim% ˺7!oyS,{QPBk}iE5Qx*Qs*' `bW/_fAuA.M̟$Xr9h]e`]LC 0ZJ xE&ķh3o DN)Z{XۧfNïaa?ّ/Ýϲ(P|wҘa I;(/1Mms 6l91@']NKkiS! 7PPflFz/;vnhLDnrŔ١IiSbpqc-lABcswaaџvɬu-zSJ$C]]S֮XB(sLj1!'T~ֲJu>U k.>|9 6. LsCdwWsڶ^z Veu"T' 'Ӝ3R^V5DWTAfٮ~ٓ-aNLpKW(p*PC!@UsIy᚝€pgf.hָbSPu͉զ.Pg!($w@ ;3-g4 )S9+Um#Ri}HJQ\\2LJp-4U졏LŅkVxWa#o`OhPsd'9pϊ]::sDM..3ͪRb"PӓdY"%7 $a"y!i T̾yBA\2B,6+@`Gq׹pd0WjZ$T͘qnŴ VN?jtLf,Ax_UguV8a܇aLb: n_u6B~CŲ+;K};WtŒoY{0MxUyR mtgqN0GC#7˺j'$RQQ[BSfQFy]^+NL95C٭ #h+Q4yZSY@zZabs}󶻩e#IJU[?xc:5r$Rewvpq%VJZrwhV- WOdHL0,]H6dk_z"sEI~]0>ͥ( ^xF"qoִ ]lfyüB$%K|j9lu n&9'a`MvY:σRʩW9eoKS1'*=L4р\ɜXTA#Q ?aEH=uK5TP/)lQZjNsmW]9FL]PH- [9KiZq/v&vwʸzPae {oKu1b Csm []|,+*[kIY"*=q wiv Y֔Oeő%ApWxAl0ml߷|27 o,,qiпI,I|\c,\ހG 5v%ck_8uMq9d8|cxĚ6F-U3Xْjܻ>q mkH>gaθ} DNpݳJǩ[7{]%XH9|8J Cߘeljg#tX>|]JcӀu.kB.-ث;E^:-cذ@)E| {At .HmO3 &+5z4< Z564Aꌿ-@| Vdy*h(#S^OK[F.]"&?<17"+2m3JVhÞr& #\wB\xO | nӼDr(a%lC33oWȜʣ7bC)ME?io0d/g'j5*ܻ %vX+;EaIt@cp1B;WCfͮF7@F󋝡FUj]箄ٰʏiNc̫mknYqVry;k꼋0wVy\Bo>!PqZGk%!dV#\O1tz>)vS QWꚩ:5C\̙ufz31MH)n# DS"%XQ05ǿ3hN͕Ea X h j\f ҝ-@)vl!V@wp /!Gqb\.qԮ b ],]%0y+~I݄P6ꆭV4s4*w }Rwˉq\,CM+` la{ *8.us5Ŝ҉{lCW&zrw {EEdÛ5|Er5F9fyXE^+O0|ʩ9[(GϸdH`ekF7\m?RMay!]Jɳ1at06M8!n{!?[Vu"&-]Do~}nwv4@72G 9 ]X20`dd ˼d"5Hb|a8 yӍp2,hVA}$ʃ "c| *3 [P h-rX4iVAAb~Nѽp=^m=j3 QdAniB2<Uc~ GdM:'x6#yzG8n#34cQViQ-踆 etlB OI[یӅ@/O71~RrL-J}]&lai=КGcdn*83a bb; JK|Iy9<ʙӳkro ldClJ ف C01 OS-ZPz%©UP;~([sJB?{ӏkx|:b)N'&8*sA <.+7RqQ:p^;2dp}Ç*n_#+^K,~@:6 [fjS`RK."n?Y~= 1!C^5.Uw[|aC-UA*SĻG,w%>44q~ɦE4 b^oQb+ )B-e)0ПDK}pzeQjxc5WϝÁ N( [x+*8O%@m@N) alY? x} .(Mjt:]4%J19Ȼn(9k> NC+a %=zzxb 41;Y"yp;Yt9;k#H8b!mU<0 V=2?x܈O}78=;3k&v틦KǛ YR1||l7n P(D3/ ЅmK(-jеA4k(JswO#$dh=oRuluZOeδwJOhait*K| L"ЊPҠCk;Wj=gjpon+VWyG+E6 ,6(&i/)UqiEwaNr)Yůx՜OVZHQ[O䠶R5b7Xpu~ Zcr+mM{jM\ L$ +()^:`lKUᄑ5@A7iO\PXɍM}i$V\4("+~Nc`n}ȫMi++Z41Ê FRca$b~=7-ᇣ qKN4F=M@;똔HINw 0y".8qJʫƪ)B˷}GڼP.E<¹MJ^s'VA+rOV4ux 69IL/eBp캒}YoӪ1d<ܖTAWGB!1ZPOB>zBngVlv{Kלi6IhO2hISL w46ʆ㼇z5LsC1 cD2{To@>=ўj(l!?!ZLZGw[wJcLS_KB7AF3})fN/t IJnRp4s,#'쟙YYbXhgF2Vf~^UyHD]P+\^@ONr $0`VkzZ5]Җ۰t0f(n: Q.5 B!9)˕ Nú/iDg'8jhN9} HxxUllɾrz㊾Yj~[ !}u^p_yL0N|P-_"/MDŽ9ޚ)5R\ YʏSGO&0/Hd,`@V@14pN]I7퇤%K*ȑP>A7L:yoB2tC:x', +3w_SS&AηUsȘ# b2\󂜄2O)'f8g΀!R2.~z~C1*ޮ5F-չ~"Bx'_blvTD#PY&w,Qk=Z麟YFP][CLoN\u.T«EYCD+LG١, 9Ub;-t>GWTRֽ¥{F2~j :R]*-/v߬)рWO1(†PH` Z.~f3A&%.jg0/bbڛ[nV)&%a6.~T?zRe`9;A 뾥.M/@<+hXdl1^otZf1^ݾлDGſFa 4@@;xo({yub׀p_QgY$3tV[80F&BwRX楹T}&~!?2jXF -9LB*''ӥ9H@Cߤ@5uh|ẓʨpzƦ'+-yJqijDA{fS\96\[+;:[[L\2B0CPq!ۦH#Т.]39-M}hY"7M -WuKG%uu:(cD •; y(ܦ]AA[7O5P%##+XRucF+n;^iYcFBx(S?Gss3RG9riэMa'M6ؼyR)'%-hDp=ʆ^%0I% /C/MG/(@q̱>a!G226%{3mF7vǚ!WFJ Jm_%;j W.R-DbY1wH t7v8'Rnxl[GMen^Rf,?*$60  fPB 6mFyQqA- Z"`&2 rWψKbFUfx#ДR+iSblKwJ? ˜Lq@y@d5qRJyQkW&J)a >A~lq<-_ x܄/p6:TE0;oG$c!%G$Cx^?֖Nw$mCt{2Q_5FpeBÔ"JF6j6rtȫmlotz.A.֝"erz^^~$Q; :/y ʌN'<|f8͆ –W)? '޹#M׆Ņɯ}]kp-t\O|. ԑ Lm3wuP4<F[0O{7#Ks+}|P! M 3O>nZ NȺj:__b%:B0BsVT#a6$dUlKYL8`"7r~qoa蝟lSV;~+L0hy} (ɼBOH…i +?vC3zB q\jf\ g_aց+;fAMl}~ePåtit4H΋O0;a'#y'"wѺ.jB_ k`+_T؊ap3x܃#څdE\;}XYE6Eʾp޲ cS=hr:No2HהQKK4ݝBAF \2cXFQ5WWwF4HZŴ`.Ǣfuj_rĈ!=)T nMTX'HjP֒I13x \I%ї]ag'=o ۜ&Gn4uS'IG.<*mzIuGXeAC`ui~ٕ' P' b mV8*lEAAȳ!x1ژϙ&U*XI6n/Q㰑|oeJ/of$uYƺۀO/)8E,2ӠU eNF蓿緛#xKc -*ѬX<:=m!̽ .&+d)IS!s!htY!.V"ܯoka<@jX Ӌ @}kd8wؤ=[Nj[x-=tiF*KwS - ~NcAZ6Dha,Yr@XC#YODk?:#9!).;{g5Drb#WkO:+ntO'8s8K…̼0϶HZ8lTD(CwŊMA0`R .U\%// lobJb:a䍹<%`)Eݚw{V|wa.G˼^nH~mYwUF$}dSL`s+mΖݖ=: 2 7O>yXvczd9·qqW->%"MRl|}8uuK)|==h/,1~ĿCAUm =-pOv QgdS,]w8!*dU uQFNeS:ٽO n~Of[vO( PJ_@JϾݩ.SJE'ya֥R<˩nZ6(,f%E mvDK~|"X{#^VWi"uߥ;EN~׏ِъU *g{hsញJ}*?3"dv?t ѝym+v.ϕak8#'>:C\XAu~owqi\,o\a3 ǢB(gY_2nk>ʦ] K !G [̤$/,?1 ٧{U=T`zn|}l^>:~Jd]oP,˦X>` 7ow;k-JMN:-=rLv&kNwԢz 樂68V3 q_ M`;3bIXMjph^;upQn+tcQ!`$N[r뗘|ebxq, b~\i½٧8ɲ)8T;B6V;'cPAYy ξɆS~qXX6h|J]YME-X\1hjyy JDz:XK:.H>k؄LZҫЪ2Y֏ΓpN%7aWw@KC=ugPCUٙ@E[nTA#Kp A778n!<7#nV̦1yG[z XK!˳;W8F%巘F>(LaMى n$uG#2b b!}юi&KRm=_gyn#xkA@` @vf0h ^!V6~36K ]Ϡ^D^Ċ@P)ϱdRƤp/8S0)h2"D4r١jO~GUʋm6gX ԞjFpQ=N#FF1A2As$^z\o>SRơ#./TFQ#Qǚ*m0>l>嘴zpO'%dRJ[tw:{+%kqU?4L'1gm\"y\,^iF<䷉x}oBP^(:ܠsdҔ!n+A'>T acf]i|KVI;5il^wTr27*?[bhʁ?+rGq >ߪ'桥w_.fH9~>; 3]:Su~$(S`F/bT"A$#f_.B15S''s3{G6(DO~-Q|$;_:maT4"Pս1a tp>HH ~W;OrMc6õiX)y:aB`澼*(gQx\Ir!gïpoOI~K]z}־K'C\z?O}H{vp6 b XxcК-ULC6lБ9/Q$FLf*;|M) D*~kĩj$&'|~/"[6^7M(iph1ɯP JuM!{{c%lB)\<Y;wNv^Ρ/khAZ|kYվN!Өd,aQۇŦD H8O2z;UFpj*T-\jЦD"3-Ҝ.=NFXiK{247zcɘlxyvf&ֱdS9GYs0tf>9i&иo |P4U ,d023 *- 9ꤦNEo;$&Tep豟XxQaǨ[L#Ѡ*kdyV"C\vHꅆ.kM@t>[N)oPߝ)em$Ot-©+i{=vBZsP(REgpnBTlЙ3b7^G7 Yv}ksJp.aiR%9(ej~xzJC<ݓ 6oz=»\xl,qk p _xWtv2 ~(Cc3#qY|9Qe-b2B䪯QY|=Kjw!}xuj`$ ;}a69uL0\5' p9R GWe$K8GNyhŐGw8߫PrI}#N6v[c`(܄L{iESj![·iA|R/&',+h̘K/[iOz?93\;]r)BċB6'~*G6E|1xa"9I>+0X # n_^29Pzl( = \$ =J|乩[yM=]qET ToQc۽0j5*nJBV|.2Wz0sliZC\=2#l<\<"BY,Lf%8uQHu6 rZ?g7bŠ-zTD^qSLI|<21 )@]j9.{[sH"3n 伾}\_ pd1x:[%Y2z9z 2Z|1uvr-xWwXQ6?+#խ*(T}?KJ> PȒ[JJ>'. /]n6΍QO 6^3y@6=]U'jhX SCw> gXu3(v.L@y35(FK ,`a]CXCi~d[j^^&m;\O/:3r9T&葞^03oiJ:z^?F?ˮj{L77>on4IO1 / ΍%+qR /cT$d>rV+dhQ1S.҂ۉŻU ߜb*P6X~>}JeqU uMB{NiǕ xgضIHsyPB"Kѵ&?"Ҹxfv1k~26q]<|\DmPsen}(f'<G;cYK ]EL#,?ИEu|j9ٜ'l n%ud-xre$Uط|QGk?"Epؿ9z,y 5ȴm[51lj[*ܝ0l`U120dZiI V((e~]և(VB#U_@R>@qALxPϒXv/$ 82Fb_59ܗu;l8̀d7LCRV)MR |q9CԎ苭(ngk(.!9k+Ӗ|^5~5=Q84ȶp~[\䢬:,Q ]\KJaN*yQtӊAa Mo7TU^(bϥs0'!osfcծfrQŕ):Qrfbn"+tX;d5\58d<K Ap{*u ^! .M<_ECPdz9wA}(4E >s "Ч|kfA|v7hV$cRC"B^\)8˰?_a1W:)5JUlH}wa#Zr,VB6*vmȩ:P(lST@-Wo: CVIK7{1mT+WbYN%gHb뫐0u,rJXOIv8iY{732'Sea@ ֳA$?R\)p,qw]!f09 EuZbWp*ᕅ!}pbghMC}P MuO#~x42od$6B\o?{׻:SMz!09m-zH[s|z ʅ[>}LCe0 YX6!`3vSYәKCmJnҲxMnv𻤔ݚI+s1N;rm:GU2$I1d( 8FIZяʄ<~)&O o%0Ҵ6ǥ108>&U֙z`F|qns!)&blў̈Zp<#J k̵9!b[Oe-9tG^d;z\%Z$&p;X] ;q6r(vGoJo5(cBÊmwb[ԑe 豕jO[~Jco"A?_2Xpܽ#Qu-ޔ+2rJvDG8-xNCcjU[?CI-QǗM(T'cA%&as,[˸B} RWgMaE\'h丁f-& 7nd5O,3guײɒR*a&trNwJ7K6:⼨2D&JEAB&u2wٶ$޾G4b2~*!hk:>L~>kt[뀄~9>~+<ƢKu%BeȖoߚvœ]AٹgBlfs5k#n TW!7Dv5y\ݢ>棸R\}W;;9#̴9^{= vl 8N@QZkXptsvV>uO/cteBٖНdlo K3!n_US!@jzZt,⦸-`[J!lMK~%]E}=c/mbLjm4A e]1p쐒Y])^ ('M4&},6'ڦF͐e"4"dz6s>J'>in֦/>=q.fvC L1M:oڈAۂnp3>Pt GaBe/R|t G2l_Ўa˃e6є?}b } ނSn0"$Ѩu}]ck4 ԏ8g]gw+o:zɠo k,Dlt ǒ'>rY߿)\@,>S"J&[k gL*Z<$JZ+΋Vپ~snQ%F@siRw 񸔸C0'Uwӆ=`[}?j@IK OqzX|p/g9Ecg5K J+CvAeB1#H6x3kt΂8L\liXAE3heU9X$k  趎'VoXX!=εu֓R{kGu7u' s}PkNxKw_ x:,Hh/!-A t͑(x_[^VSy!X R6,P]IN3֊1V>n[*e(o1k>], f!Njl"&`"V!8Ey+hʔJ=M!Az(ʑm0( 8֊V@`䊺#l2Oҵ(Hvs&>SaτӇ/p/^n-+f m(m.hƐ*P,)(8v$7iti"9}Um/-05TJ×0R1-vK}mϧ1aviGCeC#LڟWӼ%hd&gER.~~Camyl3Ttr`"kj L"/}ah(/pF$چ0r`n68EJ^LcK4S5 9?Ei O~!ra/{jRROy}D{`K6q`{xCʧ1PBBd5:L)(>N} gB阩NGS@{e@f]YWDM%+lZm3IMh2F#X5n#繊ePq^B~`=Q%GPk5K)^FՒGsteZkB4Otl^w(c]5ݿKҕ[Ү@2A T݀m^(bޭ(/F'1CЂ7k2bdעtY}̂젮c3t¬QYM|r%]2 +m|cթ_2SP뽺; WdŜAva$lwX)6+2˿R|NЉ5Ua@:vf C]TGYQfۑztX0Vٜq0 j.u7?6h}Z$Vwo:XR$$7 Rɡ$9oͯ[pGyilHNvhnOfV݁OYl4*J(=/Ct4]IY:5WrJrT|jtWF,m+e"Z4cX^qu6ԋo$z 8 -b L5pEWx.WcBFՄn;HjKdNFrΖ-ո8|gr3NGGTK-%66=/ `iG㒬5>LRTM~>GMmJ} E3s/i MշҸgxWd(D +تmA, ɓI92.ýĂoo4[G}_xdZt S?.nnWT9xa42V. XAf\H敄 ʷtD`4FC֙61Bv%tγԻ5/̘qTF"D; Mz&uмMq;EQ"쥙.~qQgrc]^%GU+Gͣ;ŽY/mts'#UƸ@$)(&߬'Aa 0%WD 7ʗsc^֩rk,S>m%.?t) _D6 aѠ{`R8!h+j `ƭs' ;Ke$3.׹@|\-uۮUd)_ҼSeo^döo2|5m+2m!/YewArRv9t!2\g:SMؤU9^{=uh{Uj+j6(DEq[6J%&aՊCuAqwW,OG=3DI àP[~D[HƐZ\<+l `AN~[Uq65Ck;ԭ8)}89(772ԟX. қtzjIQ-r_TMK>L$jJ% I}e"h.rqE+ y'5RkHP{GݱBD\ڍ#N4ͮbsSҘéK#(4-)qYm!N&8ze9BR5\M.TRV[zFri?JX{}BbHC"V ĆmZT:atծЇ]uΐ%EV+vnQ7V$cH8{dM_Ԃa/m<6Қ pk( |Ks3"jKJh?q9WKJfG+ə x & ʗoӂ%$'Pygш "9&Xu:'և^=FݵiKw0ܲo3cCV. e!WKj?.Sj7cX\5ڭ1ºbk;vVJX,4R1.["3J+}63 lKI(oՅP¬RXSrZO㬺5_lJP,.Tqliۅ&CqD ɮx,̓ەoDu\9bp%%XR5|3e9¸̀e߂us쁺[6зr E9 TSgLxՙ @PfI[[vaˇH;L9+ܻ\;ve,jq\!/«g\? LR'c:5 ^WorU7vw *F;v_Ս٩} TtB] ZpZl`v̱UZThx7?P vO1|RA$;u];6a4χfxZo'S\nky`1'|O}5\A-Z1#HhO]DI&.~TP@x/44d@̩~"Fksatp؉΃sS}\bZG7hlȨ`Ag3IjVA0rC+pR|Cq_^/겥*ܖ9D,R,jh%PNŀQS$rs44"y[w\%v2|JaF yGժ#ANз)NB 3"̀G=E b  4J̻ﶼF7Dpp*DvTA ѫ8.y GUX̞mM^TYN>ZXKfjG4În=BigA+~䒵"l/&oHP[d楫Hdz|9B%4Vϧ٪STy}ffԝ(] ~%ւh'DT ӏ@&$rXpZOY%Fhk%r#dvC0 Kxn;!퀳6DR? E"Ȳ<+ _mD,>y?X&6rMO'¨iO6 BU8ͶS1xޝ]_awϢi{Ү5܏h}f*g?Pq],JJP*Cp dѣn1-~ȬJBP%)O_戫uyo}RA/rzVjulR蘬rV3StiAѦ[ s- LM:w yW1rJn(#>[0JIf06)q!WI_ uH‡Pr [{3b\ jܕlFlشMvD9?u"')Հ2΢ITnj` 3MS1@@o&Fl%P}GfW""An+~cHΣ ;d.-`Doe6=9f_ďbh)- oP=9DbG"gbKќ^ 5RCt N B-C,#-ǩhsW2TE=ɰVQwQQ"gRfשFڮ8{ML^ }L;Ail*N0d,ٙ6?:0)*̃6!L!zYOڏ GjmVv c?TH"ӨiA2{d Zfwx9zGti67-G@P1Y [Ck.5pc aRDQ6 1n=l+Z(Ύ$8O!ieΞSD5c?YOb?X_g0IQzwGqQMފqҝytJeB0|Ҷ=UK|py(= xݬ[r}΢LZ8pͳ,'֙ϼ_/:7-XGW{iBÏW8=X:qW6O׬#%0Z8v3B< ݠޠHvy`99J&pxgC@pЉ~ζ߀ D sOk:E$nfTS#lٕ8 fjInY1>Nr23ᅢ 3ow4Ut&Xi0?Ojex~`@1%76HNwƛ{lXc4}Zt_cl_'qU?ZEXAf 5\ qkNRK% Y;Z11]1? c6w]J@w5v'J ?vQLisHf</қ4AJ3D~v[)8D=` D89({iyyU [[u=\X[`6/%?ײLƀ?{ZEq"5ێ99Wt. :8RÅS^X1 )TfHW#GI.V1I.|VQ1GitcYǤE0 TEĮakØV>&jB]MCjx "$1̗emy ɬ!kG01k|!?_ KG󛬀 I̮_v* g|]@<4+4< $9ԕў I0Ay*4OS1gq1w * #"[_sԬ\iM+2{1aR#yMTZ%%LJv9vreȦχ iXz7˫6«̣ބ\ˈL+&pÖqG!gkw\ݍOzd SHuf Xi˛ FT]@^sd=7"QlY@psW![,o wHы:,EzS|d7qvUyU~ N6/[3ڔ.@ &smMwv\YPT!v=[Cpl|q Ɓ *)cBGE8(*e=%cEP)o =k#䣠 Rl]7-MױBD&rHHBG7JK! @v{g(zVƂ9<=Y/C9NRL)ydR ] 5:g{E=a&"e oN1&ZG!nH#7 -=$y~h,BcgMG Ld3J B((\ pLK{8&s;I̠se=NYxfiv+7r= &*D5elQ~DH>-1W XOFJLpy Q-[Nw0؞x2c} N~ 6oCGF) w:5b91rY8ˋ*?DgJ_J* $iyWꍹfYw̒pɤ[omy74%JaF(g[RJvLΓqnlX26UecS~1TJiNzX-C*{r)V}{%:ݯ$g)_ gۿZ? @ NԢ] ӷ78[|F_h @"^uG{)h:B4K>^eii#Ho ۯCyKQ ^jGoY:v / F? Hqzj 4Ja:U!md]\@LUA.v(ϳ+66)#}&rk%hAPff2xHqFCIQ@XFvɭ<)9NWa:N㟵Rղq؄}iՁl&؟[.x5{H $̪~勘RX+qχ`L;ĵrssG}LhNKlBTRVWTS&;؂-6li8O5 8cp%ilR˄-;jyfNBԭjF yvZrP#x)b'49(:kL"M%mkʭ/wסֲ/ kPT`Ibl_!F*_ި2nr0i֝1x-lwƺ>9֮韾@ 0y2/JAк͘el|;:] )Ѓnu?܂r7p7/].+t%#E #tYAtdDt hr>SwDBRDj@0(һ\s՞q[| 35[-0)ݣ+<)̄ۯ"=!W}û^2 WhkQՒjI6ɎՎloVM/>D*.{ $]uGTS`Dzb$]6C/<މ]կor+TcnRq,g\|M ij2YMD_}_NfjV%D}𿈻9um=78sZ8ʱ; " pA:aTeɍ1p[AޖE ˤ1v _OrT$APHY2x3qA"WӱY:U`s!mX{6{~$Պ l"VmҔ!zt[sery{,16v_ϯv f9:R!D)<#aP \!pdS EGih˞Yr4bȓUׂ Eʦ-XX /grnu#._Uo8'H%4{zԀf# |dr}ۀ]Qږ & YZ