parallel-netcdf-openmpi-devel-1.7.0-bp155.2.14 >  A dkI%z l=J2m!݆/8;o;:i!9j{TzKgqaG` hgNM[n %uǛv[ 7).XB#1o!&Xy`.zG@L'Lԝ/\L5_, P%-Ex/3"D>^M8AKQz[c5_VF`m066۹,i$5ݶES-x#;@ vk̬)hQ 2@<ھwڒY jT2x젏u|O| *0.&?Rlݦ 5.SiR9֯~m5cVti{f]| d3sהwL"JĹh)_n{d~K@}@l{HW;Du1}]#ޥLWSC5a82694a58e678cc74c4debfda5042208f3e830dbe59c825d912d208115454f37d302268ecc13ab7a9f6e72eec6ff84a351f2f37:ldkI%z zMnFfgÙ~sdfG t4)z`7E$ "P]Y*Т9ۥEnq_1Zs~q\4p^E bn#E/nɎʚ`vW1‚Ƿ^1HTtjHal0>nGѿM~*RLwr.*l59.P:WW-pLrWv0ݳ~wxkP4)J</7,ꗏscܝ>=zeuI'e»IgrOIڣgD2b֎/75&W7o;)FALEU8$_7#eI} B!nn⸒^'ҍ%0*Lvߞb'4BT}]V0%VO iW*t[̠+|/|ৗv@;\Fp+`PlO+ ̃B#Qܫ5 >p;?d & 1 gtx ,28P \ h   4h(8 9 : F-GDH\ItX|Y\]^bucdefluvz@PTZCparallel-netcdf-openmpi-devel1.7.0bp155.2.14Development 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.dk]s390zp28 cSUSE Linux Enterprise 15 SP5openSUSENetCDFhttps://bugs.opensuse.orgDevelopment/Libraries/Parallelhttp://cucis.ece.northwestern.edu/projects/PnetCDF/index.htmllinuxs390x+kvidkVdkVdkVdkVdkWdkV5c6c42b49161fdecdb0c58319a52dd4dff042aefe7a5a62193afc0674647d4c34b7f0c3777e5f75e4bb0e2cd6cb4b57f35530cf1dc84288599044a03f6b25b4884656549af62fb5b2451e399008a90235e03d2dbfa5083b4b26bf927f45148cf1d19993ad036cd1d78281ac878938b23743465aa53e3f527299de13721fa251875a51e0de9fc8c42f5868d9ecb6e9d046c1934657e32340ac85adc952354ef19libpnetcdf.so.1.7.0rootrootrootrootrootrootrootrootrootrootrootrootparallel-netcdf-openmpi-1.7.0-bp155.2.14.src.rpmparallel-netcdf-openmpi-develparallel-netcdf-openmpi-devel(s390-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.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 names390zp28 16847686051.7.0-bp155.2.141.7.0-bp155.2.14pnetcdfpnetcdf.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:Backports:SLE-15-SP5/standard/802ea42c5be8a164224c366aee5aba7f-parallel-netcdf:openmpi1cpioxz5s390x-suse-linuxC++ source, ASCII textC source, ASCII textASCII textASCII text (gzip compressed data, from Unix)pkgconfig filek_IgMutf-8094bbf55ecdd4a9e78fa11a43ff3d6d415989b24277bc1b099a84df7e217eff3?P7zXZ !t/] crv(vX0ٴI 1k1ii*ڞ 5أ%{u64E]VǹmjLKjFR.yw:vB!M,ݐ@p5T()g)%&s`#|0j&.+S.mi R~ űdG)`l&M]RDAmu"",Q /Toah<{QvEn8M-q9ѡ5M Z$r^G\3zC,u87̭+zdze`e)M,){Va}#2},J?+Æ~3"tڀ Z9)*7+>NiL!&^&YSu#(yX R9n|E%*/K*Ks="a.J jltg\ċr[;>eͳA8_!D'Q"ZJ9+/ >g>9 JM֛T{\R[S83ևץ;LVivzg`>QT,G4PN̡rH0ZtknQ3ϊ_$*Vb4c@kby^W=cr roRep Fw$.'ў*HWb",iӭL !AH]7 -eBڌ NU|sG%uEl%$)LKܣs8* |ԇ)n@CO}[0|SGEsXzQ1%+b4[W0Q ?8ECz͜",SʙCF|vaa}c[RLvAT97;ceMR#pWbDf`d6 JV{ k5AԤO9[TDiEzy29_ Ui}]VOƻDYn#ם`;5hlsۋmi=9+*[e6ksy}HiI?&wocͫ*L 6@xX>' g+5_[ % [{WDPDzLx6050Do^BT8Qg{dVQVm9`\]`<7^ -&Ops5_$Z(W=Q'?nȮEF }+|8&l[) fr=oqM;1ZVND6iZ.)*'t@BEtG @=wUbB.$Á!i"{O!!Fnk]HP?,䳝{ƭsZJfrPhuy7h=9TDE6FE`eJ@WO5ӏևtM3G[(R:"Z\,b$ڃ?쬠Wr:?H85 ^XTh-"E^sw ͭ9MpEh t}t) @&5[pwgW_x̦Řge@٫>Ph|G2TڠR%M`+@2(Vp5,B7pK1D,0ėRgBU(T[+P_PPb]ё2[(ʾEp>W.{rp.K v3l0_rX58r+6ZEq8Ny!1o$ntPX Kކ%NyU3dO;%R( ۳Wg\w[Fv/]eJ,$ P_'BѱLS2tCkvGdB~Y&xNL1hb9Rx=Sz֡xNe:|/AvE&RNM$A8ۘٶ"4/Ki5jynPC2وg#-2v:YKvYD_JڨJO"mf"9IHyrTUʤ~_NE$C{NckRg>De@x hmb ,^lTn=q>Ri[ƩΧ{g7jż|H[NS_ kxi&7Leo!&OYaG 3Ix2qNEv)Pf3.W! x1Hrud~E$]B55v9'ܻ>|+7:1 #5o⿓:8֔8b~EDxiM><\ %}1oƏ~UMm`! MEbus1$2#HI+?B@AB=OiS8K\CsO3/]C$m18'Uj#<lSX6 ud?w̒BcK!$ t)dBws'ׯit>sSb=mF\һ|<5l(+$e&ƃ[F&D 6{ĚwYZv͠\b+M /Cq0%x–ԅv6Dp9jwvK(r|0&_56Ji=./m/w(ɓ-%%C] 9!KEaj<O˰50aC寨 &!stPFw0BRMsUS(uAmrkM2:@(]3sJyOXoA'krh)$z<;Guolbp3{ #!B3ARTZMX,iul [2yF+ !FV/f7h8|BīY0ygloJVwcЈwo -gC.v1O%3s6]'ck)*TѶ3b䢃9J8o` (#CKey{od'Wd؞Q/X9GƦZ:ua6j؝ Urꗮ 鼵z'd|rf'_C* D 7 apvM~姼,D׽] _e]oW%V(ׅ^l eG;6_Rt^f_^;,-'H)!^3Fַx>| 4 l<,'H)Y#PLGb;m(HVKK7noO`BWǻ0O8n]v]tWC [3v@Ee)5͇52%)+4yf7Un=uP(}yءRn DE~}Ȍu^zElO&XXJI3rhq.M祷bh.Ib_8T1fp34cNO.{' .It[jD5}< /)ǔQeaPv>R/ڮ0/8|+n o cNh^sb_r7Vy  j?' q?܋&W*`cAuUL>3:(X_0ix- C*Ήrf]BjRÉ{G: }D1bM'twnoqN$ <:k-#.p#~ nj=m 4~*[qck@U՘ּxmb6.kH~](> ( z?:d x?%r #]ro~b\'v{Ug) +fXR&C']Bբ#a&~-&v*Tm`quߵˠ( ;9>cSW]Z՜rs6gU9vGg?,n tsAs:R.P;BmֳI##vl  ,M"-m;}ݹ^ c."S}Ŷ+/IN`L+LN~j!mv Wc>\s bHWxd%Z4 <pt,=sғ]7{>-7Tߘ:9/{$m1K۝~%Zm ȝ?fadu{rJJC[V7ums@[lD&wI甅W'kꮪ577)3_jf쯨|Tm\Jb<ڙ56D9v%_aK;,Med::q(% ?{_OA3 %}`Xu0:TAWݹPu)$gY"D<@;7`C_]"Oɧ2}I?NUp[MBo2*pgu-EIab3 1%2K';ͺ*qvn2$k/;+6\n,Xr,w+hl]?{A_.'qrI`KA oB 3:jk &ѻz1/47U!۹Ti04;;|C`rՀ y=5FVJak`݅khkHg(\bBi0^֘EClή"DC`SµT>fQ\Bu f!}9{}m'”+'F >fh$u%24kX?c]|YUsDiibfiE5Qyn.LԂarFU' W]Q{'ؒ"3Tf%  |66Q('X@5jh$;%)eɋY9KKВV':nwd- = y?~U~%vѸ9͌&=h~CEQ ɧ!kq0O*.Mr85EP3sW57.6gKySbhlnrɄt3^6AJ*<1ySD!԰ O*,RaQ6wx,lHyR>W?j͝>}m\ hxūJ@1ּaԅh󵼺nUȔ K*AU%~BDrMZ!ŰV_Gv C7?9Hj>ADx ̇&nrZ,!o{Q]FA^dfX=@QKmgSP=\9$N1<!-A'mں.)>z.oĕx}#ZXé}ҹ}]N&pMi+C+BҚ&9ΔV,@]H-ꈂsc#XLW!{.x~~i15vLY*`G|"~#"$+S߸7Za}u]`_1wO,4ij(NaGMϑy?n.AǝNy&+F+Mn"?ȴ~fqr1 =䰉F7榍%J#°:\h|9=-`g q|6*6މt*JđYFNdAA˪x$`?{PϢb%,Wر2P2X[siz"}vxf G39БI 5&\1A|(cBnhG+\OCtRD|u6-"˦^N'OQ WnXOkvSX-[Ҏ,f .s Z}YRE @< s+65xGnK?j өw4س(;4_jҕPidi5h;Tx-9C5aGLT GәD:k:nCĚ>i-և7JW~@?:z o(,\e&PAi;=' 槧r L=ճ}z&7D !jwO<j ^.$IjwgS"0_ -|@ QG Z@԰{$>fW8kV:[T@9Tj5^ZACݦD5ˏ+WV]WlNK5)~\9N1ݴbJ-5LS+͏w]W"+ 1!1rhM#ŏ P?IdSt|568<~Ul@J|qeVV&hgs pʦ8BlٲoMߊ\+uJF5X ║:V/*i6#f) Skw^$ssJc`~)635XIӓP`;{+'p+Ы_A䟩lTpVLR^:㩱5=f 6~]'7c? Wx@^'3,Uw3lӊKyA k`4╎\Xܗvr}H{2S!cy2^MřD4,9x%Z|ŋD%jxZx!1Kry. `Ȗ4=*༛]SGצ<՝ȧ9 E67(T)$$C1\^aqp^w, vƪ:G^f~K9g%}oh#ՆtHC<fSӿX?%V9_$ o %N^܉3A[H&F~s*Ǟ v%K02b\?n$[=#yb:Q?<;Rˤ ,"ާfۏ/B1D$05)SDXTd"`e90fjhY {>$s# mQ|y C I I;;%<ѳ(E KMI#,ܚC][p(.0qK/S_FAHP1i~[iH]"xNxgk5UBYɄ#9Dėɩ)zZ;^; z%"C( v'MS5-+0D $'&fqT̸316 b=ld0(2>C㰐Rgq؛06&, UvG1s[VW>ZD 'RU0D݁dlڜJc5k05HY=JhFvW(OVu7AF1fG|ơ=[r=M&b=ܢyAt{fSV_~2 &3>r̳ 꺲 OHrN$G}VE^{s^lmc i v4OQ 9׬ӇbϹ*xgrW}.8ӄJʣU+8RlXT)1 ӹf@Yފp&/JJ؟Iکt>ꈳwrsxv5+$ LՋig6vb[zÎHO+ݩcO\ԍݨAlKUL%ۧӦi߳+&m [u_mNI54]>JTuK$vAᯊ|PB 8Sc_]3{[v%__vv1ps1yW\Di6Z@8Ɖž0~*Ī!a[,j V%E\٣+~SK?keŕ Nxd8E%o/7CD F+cc0A'4yyኛUܥ~AÄ; ?$rNIҧe*(GV`#9"E{+??KvJ'y[9+7nrB$*Pۧ΃iܷT8lp ,ay<).‡njot>$x{’kKEGY\1Oci~'hn9!GkZi=nƕAhz2s4n7[x#マ0%)EN0ydC!Id)a?w 5&,g9.AU/<8HCxjP̂t/+E{duJ 9MWS$_n 5|ioe՛ҥb_)0I'evGb]~{3VJmR*. o`DP[:s+Ae M‰./St!MOXX\~;#m2;Al\-X@ 6` -0н{f*ИЧҽl9eT*:Grt, 7xؘ$?P $wҬ DM W!Ě*~vÇWmj/7lL_ӕ:V=|X&{VG-I~iPHNr`"+"2(m\v m\-np32u{rg`Z+r1D[9 -cQVp%"qsu·D>K| Y`wO_b*~AtU~E2vwDt;A3_H:k _JQDUrCqw"^j5*zQ F![~rմkah,m *T)L`E(&zyEInRSY.jZR,/c_Wmp,J+>oj)G &UNfao; r 2GRm3J~Hԫڋ{e+~Ȥw7}YI Msrĕe)g/D$Bkg P`X|XHu~=a+-*V[rj fIT(9"" So>CD -)'|)Kg^Rh*Oe3x _a(g8ge2M[!@FO+\ձWWU*&/4"&i7`25v߄if JU;"#"{FG~6R̩{0)5΋\^|QkQ +QB|gĈA:Ga5{JO@ }K8 .ي=ơ$;O;pcbN{_-Snl WKu :RZE4lssZdFfydwnG^E&l\MiVjS +ICކCSaԀB!E7bosD[U{p) 63"olw:|2I8hz (;҇-Qڵ$e޹Nvyԡim2[f`1773Z%gNcVx ̆n.xs0P'ZgǀЍu헬w2iU礼ۣ# $`*8 @&w {iw*kIX?,P&b GPu3k %^*,dpEF?KsV!4*eZײ:b:Oo)O!/z ;''KvAP(4."}"Rs`:fhp5s Z3RȬ+Z TU61csxb֝eDlU Xi ƞ9qu;X\dXL_@n*Kbs% =FMuSw_I`fmתP&W ć[k5!!J{hQ}Zٿtb\ t =f@;rb'sQb8Fm;MH9 քkTKE[{f+3jNŬƀ gyv.')bRʼӰF*wBLN?{:Z\vZ/; `4X*'}=3_W. ^V9׿E͒՞ƚELIX0h潌,qpAdSE`p |PɔFMZlXIQ5P읪vHMl|-L,9.-U(B ~1WqLmYpF1YLu*xSRK*-3Ey А}?~A'p$z+i3o;*긟LTYWH8^WH0jM2*)ŀ}*Kx0y [ ݬt& I x3{Z;#_5&{rT4Ǣ~շn*Ǒ5:uhkPJJrެI]QUjB- SɀH*OmR$fnlrH+"?ktYe`ifzp.URXlJS\&5̨e$Bz`Ur -&i_sFG2~P2`Ap+V g27~cwtlμ>Ơ8Q7ϙyE,Ad6t#z|l)䋇],u'qY_4iϨ gW>VtZ'KxZ怯2Dڃ\pQV^bSQ1cg0j7vkjg]$-+r^q{YIy %`֩f( e`!Q҂_:i#f^Dtu]7AK(",&d5i]Ft +K khX* jN "P6~gTe7}ʨJE cdpBO{/u'Gu\ЩH^qϷX+r89gj?^Jt,YU9#7wnbbaW4n*YO 9-ڟH{ĸҜ# I&Rtb(fw8Љ0GT[`2eHyX/E7 ٶo)ydh=%<aY7sr=}\# $>k%-$=Q֌l7^%2.M,P8yZ"#Pwږ> >@ ~yEH:O+Xu{Q@l-XR'Ɵ$ {WRHXL-'=BkKb<pB ˿:}&_kp+)½f]F& !VŧIEp߻-N@/\boE⮺Ć}RGQڱ!a<9U ^ ޒaC;WAx @;NU `j Lq7GnUr'鰺 7`O[ϔV1 ;OrױZg9SfR˒oŐGUo"2(~3^j~vqw(XrA!:%`aSW5sxT{J!$+"tnot\<߀ҞX0u!JgYbTCkRvW3/侙_]*XDMN{ʕ4ztsߝV,m`_x U{2Lsg-Fa s#.л _CVYPM tvWizGt;IZѠyG; Jɗ-k?|u[Uxs .&64$XEз>L3Ť Tg›%}pf~~BR. %?p*S `!m$f{9fj= qc]-zL0]BJ꽏o>`!G|ZXX &I*U{cG ʏ0lt"cuk1VDGqڲ?qEu=?). \ԾH1R_kty GaJpChXG̟:[}[{3N\6}b5K'v5`#z<>%-7m:4x+ FN~6ͬeЕ?+sk*&P/rǛ|z;{0l;bԸ6'uVG84_ɔ+Ɠȸ ٪9qCu$Y9*<@iaRDtatL 1;P'wg/5蓂@DBr t,b%~}2b;DoWOMT]g G֒6]ؽb2OD5F,RgKHhG,l+x:mz-x6׮A,20?No sêSL]2Y $Z^G9s2/Q˛:bﲭ+A"bRRYJTpic18-!)<ΜUy#8L4)˥-EVMj$y 'I"n1ЦugPkaPoZyE&]azxM1ϕm / M/5g9xfe4tԯp^:=a><.RT ,4yJ`/r`3c·44^6[ت5H'rrͲ5#X0-Mޏqd*D狹eaQ)dT@ \`BI@Z?O˟2GHٕ r0x+B2 Ǜ.zm΋9%`<( FdШYUg",( 5{Tv D+gVut@cXBfϟbHݗ<̎2m ݋˜O2f2_>qgq ^P] /Q{R'~*ˀt[1X՝<4RA3avysؘdxJmHQ`QI(=K>#uX=A3wOxtd(\#ʞyzߡ$kɏ/AQ̂hnmv#m6˛}JO:zX! =&N@)UR:7mrknV}[Hlq .Z0\k\]B4'~o;6-5N ~:4EϮ[.d=ڤq*`X9Zcώv?>fr6;~9z17= e 5Z=V&|8/trQCr)\DBKa?S&'UӎO._ m(a:{M 1IQ4*7Qs#נGhGTi8MȜz-9DMJ-/N o _;JB:`\L5bs/vci1Z6*PC3Ki+#!k?q dF}kbǚ;1yK@^Sʹ'@龙(N:`ظ₺t84Rko$ G\yع'谢X<#kb݊XIZdi{@PBRׁ/\Y7!;ƼcRk["0R~uRu10N & v8,S>1h$ARWHKSߑ/wg%8D[:g6[WWw/.).wmE*n{deѬ4=KP _a45?2ŀ5T.Jx?~.h7J9Pf8ss,)A6ZADXx8=YĂS~OțLs/hфv<p^hA Fh,BSm?. ^ʓGM?βB|$|nсPCHC~.<;?p 8Tp +2T羕caPO"HatS9)8dF*I֒v@cŦĀ{63:f؉_ odr?4)Gx.V8nQ#f6dUsS04 pkrܽL0DsBLd#caitnJscN3R 1߾Ю`eZ_Ku[_BC*\m6^2 76,na)Y){` 0ٌN%8gXKuM<09Y׌MWgϣ3ICPnC&лvKAɜNk<Zrg omԔG̯YZRZ |kLv4h7"Y ՑoCHN?>yԍj@hXޑ1%ř-KP{3xҟBi{AWH\KO[?aߴcUȂwܡ+M܀7)vC z:vnltHJ-a2һ3j9bO+}8{^d1t3C/ xEv{)53`߇o(n<e&U6Jy% j=c`Id93߹lp|4>tWRܼƉcNR{6o,\7*!5",8׵2/}̒c]Ŀ>D~jq^iYmg*5Pb_,cѿs?T#66 )4hymQdXI>wF}Eؠ_=d4Ob5DtKZ-eDDԭ̆"ʾg*[UZ߿:BiJiń/Ѡals Hm}텸o>Ŀ6n\.f؅豒B2.HzHr0|ortѵ.=dma/mAD3j;|g3-VG&RqX Ρ"r y7Ρ7'zPHeOrN0 +}NVCF7 q ^hD|ڴzq]3<Id݀dŅRTD6{p3P<|Q'މ5)/tuxEvn`++Gt4rX܎K1X)զq%Y ;r4z){u_?bkG9UQ@ Ss߱:!I\,)sQX .oz|YٖUŸ_m}"88^pS j, )U\Dΐ ? ǦS?._5+ %|Pc&I۷Cbs)j.=rs7 E!dƃvظ 0uE;=$Q_>pbvf=t֛v؁7D=WaC_qb69{F ;7#d)J=YVh׋k+lG]ڂ>Uo[dM1;)uT|Lܩ6:,}vz*/`CPo͐><1-1JLzenY8&JL+&#_WhNRhӸK5f"ΓY&`>kUG0 pAG_˹f6?2i?\. &ڏf4؄Վ}OH1R޵mSx#Ϩ#jEȰ.x]#wu8t|a!vBa qk輺t hS 3= r7@p]9nL_"Q 4c͇?&)TDwA"!)gԘw,:QM5!&ӧ:x<M8D5\b {%ˏVRg|~5mst lf:[X'iiLveZȵvB3 ?C16e7 p o{C6p_p,B.a%| |oC)1NVR݀l\ #+۬/ Urǽ -c;w6NF3!d{wJVZWR`AH9R8հ3:LiW:)Eh1uaz/5#2ƨRIJM]p YCwcW>WzBw.@,IS$5Z$FDZo΂{J20X$8Zt/a9-(T|U9*!.>z +'+yŰu{z3.]XWgbB~zKa&`,oJzf3-BptܙC@!!v*[v?;:&1L? ilEiMJo5$ډlm?7ȁG p< h(*U6bSu%ر4h@q"%.M9h;'REq%>G^ۥd Af8ڤ̈BdO|iFv a7NMgm{&}o2MH-ksHr"Ntkqu}і37~\KZi'ӘvK?ayzOwrNKjz03 O'vv7gEkH=9:O,3#lzEWN8?{zH72O" =M3g4%co\X Ɂ"E@eצx?մWUsA%:|滬DQ~aT·sIm7uBnyɞ g(_LFJّώ:&" oZv3C_%NSYgn F]nքFA^JNXtb%za'J=@gu?O./l?9/pL7JEO܀ m}*KkC^|jQڑe!>  Ila"߲IM=zl@<uιp7=%/Pzki nƘ Ӵd$jna`*X$Eٟ=˹z^Lp}G ݶAOG[D=9,'B,@m_Y9VKȽz[ulqːu!LbTz جfTi-, uMw}⛂Eo8 {mBޗxt|6zj2Dk?̾ʟhi{ #'{ý ~@]H.#o`DY Ы!*bDITԼ4)%̫4VTTRAIWӬ- 7G pؾ7~̌EM Rٞ(篳.T t7:lPH42T?).u."ro6=c _t&{=  n}YOiZ2Dn[(k3 Ϸ.Q;KEw<S/RoJ& 7W]}DpSZm j-0*V5U*_ejp~{u{zRPƤ(2wd+9y G*8V``A'y[h62*A*h.+9R"f4c:"utQ+]UG$? 1WӦ mQ7oo">r*WS0xaTY]mAeK1 e<aK뤫aprbq8V>_YB"\)~6 ?N FA F%Eg3`h}ʢ_@AA$`oO'!{TS}]lhߪr&˒e~zj-DX}207~>@N.=!Y/&'UcGԫ] ࣤwDYY,h7n/DLL٤ F rӂI3coFk$vZvv+i>-2eLgi@oMwzHa탵.E23!an틷"ExhGŋKuR[ Hg7˞0- `dnMPvRDAα&tk/(D8 C#6I.٫%g =Zu@T턟6??=wpl:Ku1O?n`Q\59~,Jyb}+fud&X: ˲T71H`i7OsOu'=r/Apy6zO7R>=.< (5ssc8Fb@DbrƑ~9wH 4F9%-gc&tAN$Ot ~{1J1ZS5T$ȪNgµT%H1XA}a4Bk5},޲Lj׻~A% q ^+W$_8E:uk$ȍa661QRPk*{.>TpnLt1Pk俞eSSwe7!iHG ʋv1|bد "^8eEѩ '(oH7n hؐD}jN2^-5i~CMMĿ[X\"MU6 '璌z1̏l69U_ +2a5z>ubHY*%Є=CFVw.fP6蛖ڶʦASE1|Qr}ޑL@%A񡊖 P oǣJ2!#M:ԛaW3.UaSMP1IZxv(qdc={%15p*V<<p:?FF߄B *5ŭҼTuty7tڠ#)FDEOD43ơ -rdl+S:,Ih=U k]C]8؊#@E |.ZD^E70 '0>#=JsX#5Nϔ]U{H@8>_fh`W.jV/>vˈo/d)3XRA=NgLצnI& qB(9W 8|.3U C7Dr+i_ ' %-jsWj1qWs+DH)߂NeӉ1ǿvaocEX&"zP>;wcitlҬW<Ӓԝe΅ CYilE@m>5{:Y'-{jvb# jZpA.0Щ "2Ap}m<8>dI HCA6 ^x7+]V jE>I+]Au>X1 RXudCc͙>x]&A$,9ɐe"\2XZ䥼=AXD=鯥ǖgڤ{\s}5 у0I'MڸɂM.T8`RY0̺ Y)Ӌco6^颏"@l H,Q)rAo{YV}$CkJ*XQhlݍ~KJ'Q?Bmb&Gt*e4U>dѩF^({tPʺvWTNYv{,`7Sw k%Hr$$RD0ⴺfyNdGbƎ/˺¯ EFbH蹭FSL,< < ٕ*Bvln?Eryr4T3J|ȿ@bSSts4Rt$]W0!,v o(PI"ɞrҳ߫`mMH-,4>`) FȼI |E|bJ//ʡE)esV-4SJ>a.g^ߐV.ţ+"{cDOfnj6Ӣ @#JֿnxbdR]#6a v\bĔ+Z2 |iEdMFŔg"VP; I,+qNCyG^A ;d y}i񦯦7O2J奧c5I6CDnE{OH[%3=t>x,x?=ան 6oR] Z4unbs/%SB,} <ug^n^ca#%w2 k`7bbKRZgR`n14 WJgxtV~(M?V\2[E)wR\[m!t(jS;E5I%pKU27]U'cmቻ>ńB:fSP~) vLe @xCNr$^PzG{cà(U7hQЛ"E!M{.6R-ů+cpv(^EX [nl`eUZa6?Qf+|!As vS{XpG s1:?Amx>WNpbYb24~/tݶm¿uŚChk5g^͹GZ(fD[S04_zۯբ&%;q}a2QJ7IOр[DjLjx:Rt ,u:`?y˚y- %\KS(&,GˀR*pVj܋?E7B [@-佾kH5#tT }6EV%Dŝg>LԀV=d)-2qxZ ?3 S zv#.9͎v`Z-$:ߥD("GKȘ/ͺsPBL{.{!p`Rna׵$۽c0QjX.gI&rf?{ZjGbǠ4v›h1(tԚD3 WsnXQcc{Ajo;| %7se55Ѝ;ݓrAEg}P $^W!ޛ4a=zH~ӳqW87i {yO`7 3z5Vs¥+bʼ4JuBq &d:i9ΥU3boB Z1 ư ?mrhS) 2zw s(qWǵP:i٘):e CWx=FvxUs6} hd$A/d:;?a ߡ)4gB.T;tD,}=Q4vp2qaqs'LЌHw5iԬm6 AKh-|Kk `鷈L}%^m˝rwْWʠA=wGfF=W@L;k#0"YTf3Wzf1 Py& $`&0n,;P,W- m#EYWo\]BA߉|}91VA{v8ڥy}2rU*~ڑfX%! EmH0Y"TP$2VW >{^u{/FՑK~~JDS\Ryٟo/Ӭx}xD9g< ƚC>]d%Pl!Feq+`Z(r5К-ܖ4Nt5ӬcFw}.Fb 6z~'P `Хp-0[BJ!O>/V G-Y1j(1Q(퉻/V9hcI╾3b"u7|rүtOJAv|e=-bxU>Kk]fj7[ Գk +U\2kX+{ /uۉ'{!g!éi anj%ڤ krTl wWlj|T6vzuiXQW[ 2)I4z {{u  .DiUn1c<ݰب |\Xm/Kڞv ѰkX?Qc IT9&"0[hSacO<\\{U/;Ʊ`2|?SFMzRLSf̬Cv[.,hӾuK)~SXd5cİ}F/s?8!o%Q)x|GstH]j3Y,F4&]< ʒ!2U?RBw5{H277Iѫ b0T8^Tm2Hm;kp?tI_ k꾕12qM?t:vf1ˑUC\axoJY$8$2`PCJ6&nv}p2c|.qӉMȍL5\Ơaj9wK\y_.OyBhHQ;QF^nGX?k9#0xv6{~0\oEPV@>IZ03S҆`e̠ vcٰx/*Cjg~fwzGf"q>3 m|$= %H˹$IYF;-7L]  !릶Ag^Yk*}Lg FjV gAJ$抬c r.Fܭt]+-_ vg67OqYx[I_ps9EFn/ֆ6( sfȞnKCD3C75|M`UϣHm:A)CD[ 5D ] F5k7;|#SςP*v o,߮#.6FzA'E7P6>^jvH12}8ʤ@4\P$jP"@;_C:sKNxF(I ְ.~ˁkXb7\U \w_5ңbw&|^6ANy|?_ji&h}^8OP1S4 uR,\t%.u9hAu"7^B&vm@0PX%57~H$Zf !hſss J,+Fr7ʸ8u'kpL96I]B!9DH!7lP\+G q}qy%E ^mH*eǓ14Fw*_Ke>)#2s!QѣcaP~O1u{(zvd G7Ts) -[?0IT2}Q(aIHB.w٫n0% :v63d4z\>/K kUr 5 ;@:Y!x/A?妸ժwi `sem콪7X7sivE$:a&+p3Ԟ&{#&@EƳ 2d!Og*Lš2 g~9q 4o`MR yʾ֧{/. ;ƶO 3kU{״\5{f-GMB_ 12dg#.<~b$T Ǜ5?ٚr,sp!EwG&bXnTM1^M u̪5Lthgsq^9EkMzgSÿҭ!U œbQAsbn]r$8n4!Eq$Nq.PSoorVl v3(>*dcV0Wd [;dT 7vY3瑐78i>9ɝa\ņW;zt-+ t“h|cn.e~+T& ]яULnT?~z8&ZJ qE~b0mr;:S}Ԗ w)Vl-,y~4iZZy NO _eRɽKGC2!(1&_43:Q|_@o# M^n3d}nXTWPTY6$sK.;'ZӕlZlV+AD 5 |9, #^ VމĹY$B 6:޹&AHOiR.9H,ɉ;87P792:%'`"ʽz66aA\k'eV )=$ G~f`ր:qPb2N`̎3COJIGMN ـMrbHиAl?])l;ySͰH ewj#Orjث⻇w83vBKSv-P8âEH>؛ކqd[W7]fTOV y'U1`/Z nM.󡢢YNO g *k,rLLM@^#s`v.XTs/qyd! `t,hJs! }" !|HZ[_<ˋ.-naum ^W#HD<зu-rvtq "0 l)FBF6YZ{GzV^دq|J9j`:8b|}o 53qPnz *ŅRq[xGwڒ`qqT%SY$>lϦ=-<Oh_֋(,n4ش{] I]c!o)6\2g<\q};]hdZ9/*%e;Qmb8a~ϓyTO{lpŌ|6%9j㓹5ݘ%_T7ll#LEWtoʀ'Rs...zϮ}(sm¢8RG@k/u;|P)bFňEDIljl^w h̀(:WQ,ik2c@NSs 6p h֗)TBh=ؽ8nS9]Aζ.^j,b{m?4.`)?@$Qn\ON ͛(Y2~^n* KQۗ%;t]2IN»p˵q#\Buc3̖?|T]+YFHʠ ('3p v? eJ@(O:ZGl{f?r/~(>-g:7c<: ?;8N`zv#A$nu6A W^]N36*}^R˛ (GCYԕx8NTԌ6(\lcH>BQgϪ8CqrR]WRt FNIsLn @L4/.@!0hI}Bp[Y@PKFfaz%V(V0'Cw|hٰ".=wᑉY~5m_:LP p2\ԇyqa03~{+4`Rw 38`ؠ4׸z3ѳ1#%*lz؞"8׋4^v NsBa8ʖlS9r F(M\B8 ݍVPdpt*~-FpSj%3s6f9nϰ);[@oZ ڹ! KJUeCe.V}E'1Rrg,=m to` ^wn ΢0zF3գMIpfs4jDŋBprL{=J\E ;k5.BoLdL6f\ݲE QWh! oMeF_r9OX9yq$3ゾ ):bz㵖zvע|g*FWrQtN 9Vn9XP$̳1&ZXo \qҍo2 ӓXCBWZ/{}UƵv^qy Eo*zB>)f9=vN #vF^*mA*\d/=k֮u9 *!Nc ;P6udË||6׏lalDC@^%b+{izbz'qiy_8ˊ$uKɀ.4#Lo0@8ޒg(K 8RHq^-^+ sߪf.OdE=EI.-ý]dvM?_VprWkSƫZG?6%ᶁvBɲ^JfbRߟO؎!.:c㺓b?!$=R^#ĥ5/3{Vj]b* 88BO-Mp$5&<YYoyR} 1 6غ[w:w]alOL@0fY='V 1r֜[hHIȉ:UG !>g"@ԳE29ICVyWҜ H˙(B "V2"WαzA`܁asķæWya*xL\VocH5zlޟZ G,s}rxyaMcz\Ux˥6krIeDH"(a!嶁(4t͗D;uV?y1٠7I_ƭ`|GlW~/37VNH;Wo1:ٶ;N& yǺgUE.GRJ@`Y4T-Gѣ >S"\( o.м\D(v:wˇߩo0^R}uw N&ya~:Fo@hK%%A2//<5Y:XVN'Oz2H2QJ熯аCC]=EUg `ܟo-FiџǝN jdr#tꊎMB J(s" Q90TPq;jhjT$K KZJ]1-du*;\!|I =z JLo/|Lۗ d5ě]'fiζʵo]ۜ70Q_I빔h|"c!UmmoC&ʦЦ2@,XmY g/F{0G1eޓ;,>_瓾N,1pgG8o If(f~qGr)r&1*j?.]z*z T_uX))X-f8422j'ԟĠǾE.6n}};&Kۊnr-ۿa Gm@xơUgMvVB^n.^;P䔭/bNHOօ9a? gxOWc V?bm!>1pSm bĒʷЛLa, 0z16%7м.;1+zc"YǑ<0/aU9H#hB8_x+<D;"9r#0,Y*,!b_-M[qĎ&LjxbjfG>/a`J0[ByY#|qN6OMl "`^foX;Wޯ=gD+Yٙ h%XI7-iILJQITĽ~9gpBd~P@@~7z`Swdsp4Q}G/Uь?/֕ӕ6RJFf/? dpƯ8CP"XLa]?fα/`U].Yx"l瘖;4Ys2O̩^VDL銣~FJ3ӑNfET$'XQ#Gd.K9眨.e[F8fڳʙhuȚ&"DOJ5ԒKN 9!ӼDuuE>WʣϾdzXm`TKyG `#͑:[QQg0&,*p>,w x# nedn\_ƾ52wN}UJfJ$DfQE J8g.3{M;t8_VO6j;}eO=LoSVrL6VB>OqUs8˔|z mEbg'{R\`X4ޗvX@4h]! ىA~^!= Uf?ssБOQoVb |0,vT3z9[`R%wbNb*wqG5 g;x{Q7_ >j=Oi%^'9ǖV$w 9FZqQ2!mR]10d=Bh@l4JBlN\e|, Bh?kZ%|="WӷB$`ܡ1W~{s֝Z%X.UcN)(]֖Nͯ>ql75[De{]%*h;9= iAĘ^E`Tw*?On5 !jmۖf-6\|.5~m[Jc4Eml_^fg8~ɅCo}?ԫ(H^}}{p˪MW[7pGAg_p[: qNS">dVydf`HvI!w cO1D[?smu늋+ǧthULRp?A)5 *۱y~qn_k>i8fUn"#zGnE,wAcd*/ "?5]mkc{[v㊨p-GPxNɞj%Q|;`m(3 rq)ڝRo3IČG=btq!oav[f+KNoͤ85.1a1=[hF,LP"NI%IY"DIEk}8$D؇<`7W/s2ޘ r〗(ҹNk==*::GCd%u8=纛&X0) r1A3O!YPg2Y'az#CMS{2wF#IFu{Mn68,$tO iؤ 6%|Ef!z8"jDWwk'/;ᇥ`j6efL1714UmWo៻̺OSWv Ǔ%p m|φu4}=cXKǷ~@۱đ`^m ltg"g/]G>6Z}%k%cH:Yq>@5#kO﮻(TTW=RNeQ\S1΂w.KNT86s¤vǴ۽Ws8ܖ29ɀ<Fn`T-BqG-eg_ ҃B7P+]U \KYY 3qs$*{FNMm RpY q^ 5E`4b&k-TeݟmzE^h n}7& ,DT2#o*C `,ޯ3_v#Q'{ThPzN8UxoC;.0&%as7}| 5S$DG~%qZ]--<]Π<9gҮ$)Kʶ_r.2*#m.;cCt `$csRߠi‚Uhn/xAE\;. 、<|+_mDk͟BVlh6!h;q}2¥a@v˲>1_Jwʙ'*C"jΌ+>Yv.= O[KHb^Z[>O^K5T AgwUԧZsT~G-mcms~j6/Mw9̒rŷңܨ/&o1y/=^4t72"?2E6ݸxhHY,7/Q֝~E>`C埱/}³{H ˙۰9&*tv2^gpekٕfD@;f3R=ڡz^ٜXKf>p{9oNšY| lFӡ7C80B+sv,*;}R}ƕ I̘ԩr %)*``& d,A.K5[>gi. 'jIh ƇA+L }@۪ jϝD-TZefneqk2ު:i)K B6t&aA<(9{nq.)AExQu=;#VΏJQh"/.L' p,T(A5˓#u OaT0 Oܟ0›^ޅӣBhNQpMEݠO/qSTK ~~} *ēTf1q\͆,d^KdBYƔuc}bF]1Ir +Pxx~0y(&.iZa|Cm35S5:uĺ􇗪bG? ֨7VۼiVMs+|y4fUE*^ 23 gHw,iE 2,RT=ڹ,Kϒ6|E m;TUwm%1"?s䈹RLOwNm0P5q< $Uּ^&ŅG ZcoE-}gbqa'.Ck0>i 7 ECMb5S`皂G3Wgk,܏WA TxX.H"B2a 2SCX ~d fʰ|Ґ8BLK=fҽGrY0_8A VtG NO#Qٟl20=&C!}7F e: ?5J~쥙|.Qkz(5} L#A+ro>3b[>Rr@Kγ!ɫcj?+/aX5vGeP%HM5Jfb cs$d؇( ˊ`K^s4s2(QyGDzs1\chy8`qyS2-c8[{^4_ @{>־ZؿcT H[}~,믯F#Z$r$Y WֹwyBH^sS_ܺ&`d_b;~"iG6XtH*51OѢR%KMSP>61AXWp/. ~1s@; \WQlcE ,x+ vtB2<a<zk\LsUA̔ _>dKgC|u%:tOгA Z6Qp32|Y;438Yp1!PkdGQbR]Ř 4S+B ,d?u]>C p a"w$9m9a)Х~9Hnd% DMxk'2e9C@HN/}ͼĭ_]9-,4pH1< v&^\ų":jz[YD[lH\Yy?hbl*wnzՑW''$,O-bgH@dO`A ΣZBK++`|a6™"e? k6!X_D!3jOR]oEœJ]@8eŜ;*p?4ʺX`ԧ}; W]4)yv i}Dj`їio0kB^qEv=4|3Qz#HGAex˳CN;0\/<-t'ѿRx['RZ~|LA]PCE748T"piM|ImƔ^; ~xN&ro{rI UJ> h)7 qg[_^|ٻ: 8tENm 6K hi ڃC}s?ׁ{>zDx_}9\ JDks'+`pż%_Kdn26Ae哪!"A)иz ܲ -^V ~1E6ߌi ;gK$C KΖ[qЮôQ̘Օnj(ոEBqA>oݘID!'<(?EƩ7#p&hqY׳°G5-ubO0 _-Co{mL. )xlIT@$Hn?rn}6[[O]l<_^@IzxZvҜ~GSEs]U9)O f1,f[_OڅI$Ѡ-z%Mº_⧰1{LefYVV3| I93w-N#Q'B8 ߉3W6s$6٩nĦ %{|NkKIhT3Ȫ_;[ Gv8قCczx+h=~z]yOZŵ`ظ辐'k솻N)-3_&"ܾ7JC@:aA _SGdD7l@xlS\5j`43ZV9K avvZY!MEZ*G|F+@D\eHځ.#v\ߠzЋ,⹈&<ɉOU!Yr @9ݧRm&S$ۓjb>kTѯ^s6Z6ɥSsi?RrD_~B*)2h)z..^|Cʝƀ<5̓ϊpnjѕz.q38X07*&0e3fDm㗘b8^RU6CPIIoޫi&kzl~_H6T`6:H U5 䛯Ş ua:ZWk. ?fo{.S2Nk#hGhc_%ud&qrR'.m 񄎋bӞyq+ H bCOWNnA}͒-t09O6'활 y~yeg5Jgv41J=I0杦K̯6칄[~]鬃mO^2l~jr 3tΌtΝbR6'5b1vpRb2ѹVG~ͫJ8o&GʐB=6hK2[4?ťle̩hI֪їGY~S:o򒋇r2~ ~ 1B vu@êRTdDp2PWEf|ts#V1?A7 ?9+9%vvmNl=J)&P0 ,v&o1PF'S8I;A#n ?W-m('0>qG/ [ bE&}Lrnj-ioPhBH-Tu kVy2+|F&<kUW?ҧmuBk(`סE)lw 52Uf 0>P,5P~ W3M!fe 3 0 ~nt7Vo+uP/sayFIÛP?\e/ϭNsl*ngk>g![}8ba` %f&@ZĵVߌ\kâH:JQ^6ٻi#|p;x7fm|_ H""#f\R_ܩA=Q55 ~tL dVL`槱鬱!{S 'Ol| ^Ԣ v X%Hr~nkؤ·ɋYs ;mZT2eS{(tPX kh. =w2Iv>+}8m@nYFw86@P q{ty(O~2M%c]MlC.r%]YZ/DLW N3nv~ݙ:KY\W9Amv՚a%/L{{!dFW@$ - tmW+u/_?(w%Dױ9͸JkNݪ«-i2n i 4Cn#Ysg.֦T<Ra̠H׮; g9=ն>K $qZG eaOc &(]RJ8ٟhZ=54xaT۠ m&4&#MwBIkH]->k WCĒWY-MhU㑡CQ""bԪc*'D$qEW/l`<ιF- ʒm2hnnۦ۪[xPN_weM§[ij}zJTy bk=0D@-8}pe ǃ|BxQ¤#1"katozLbGm iDg9ic^\e @BQ36u s"RWՁ4a/:S5V#Bmq m( g=su4%߇{381T4=^ 2I}Gm-"6MIޅ3Jr$[*90B,J@}Dݡzy\.#Z9,11^ld~?NPм9c^oǘBgyX@16 v&hUx6{:A۶:aYP7q_/:xs'jePL6}BWT\vM^ȵ3+֪ Nݜ3Y,'Fq&$rv 0.(K[ YH 5Ƙ/Q &seܯl߷b*|Ev*bEKSuIvJ /ϞdGc<iĝ u0=T)l&/Q[0rá^^.:u7>5kS@q9ݑP}hTsܴCe e 4}OnٳVc&^ YlOr˻{E !(,詘 1ZxUf(xEʃC[ ׷ zm:Ĺנߎ:N0uŌDžq{s{YF.G@F2k*?uBj4lVr./ mS8n[MT+X)_$`[!ks zNKMUis@Erc$ΗܔI>iHMEM_&l*Jj姅Qer'\)v)M ApъHKGKAÂ}+ōa}Pp5\ cf1ĢPa:0zS!l0P W(\}+`㝮:]b?lU +^E]罥Bi z}L۰ȯ`b\]ΦeU=hR/T>rXhPMPP||gϷk-IE2,aFtc Hd`*AkFno+48 y7WНxE⛳Ѡ?Ep/L#;=wRwr]1+l}7q>oQ !;6w$[Nx6Ĥ:gUnNU7$\dx;#"4KrYXz䝑ЋyTlպ4%sJCL9p)񊠛@ ׉bw,,5"գFr)s N oeRFJnOP*zH2k*fk A 1D11tP/6T~u=!2 nǫ[1dl@86Pp:Ș KxTfX%REס3pk;+ݻ)V3rsxsCIyo2vNx{VpL`uN} GE"nx9\vDk! XéۥT+iAO OiQ$V1R1ENe O#Brl)4X yKuҶrB~G. r;vVV$*#":ĻuJ7dPZH~"fMx|o;@Qu.z/Z 1,M9*PֶWVtX(ȹL48$ /"ݡzMuw0+G<syUcsLF\Kd`{,_ˋÖ<.?te-g_,ʬEek!ܽ!HV7O3Ni MkNu!{"@4T^ݎ3O#qβ~N xٞ(3es $PBUlb Xf@2Bb?SN %1; o8%$X}^' \b<؇'DxX[7nA(}WzF'T4`A :y\_&g,v`^G\R( %eaqn:MSӞ)ӳMɬ:~[%IsƬ({`Fʮ,ydXK*??+=]\ϢhYg`䡼H@6oV8蹐``rmaЁϛjePiw}ZrFVSO4ԁ_բ0@hJ\ղD3G>?ީHE̙Vd0v!ao?BA6J̺ yǶ'RgHH_%ګ, bAppYG҈-G< >1tv!ugLM0 Ê'%ܢQХVDq/F b(ti(Л"}#5Mߖ0}v{m>qsAW|#`lO=w0%rk@;b`A-qo 8'݄BP _v $"i캻w*VG}dp&.nh@Af=_G@ ,VAڧ.1Z>(ԀAxv9pD^DIR/ 'YV>Zvx>Uh&\NHjk!Qz3Z3=Ir&i.s}iaцŪs%KI` UO @?aDV J ٴH^i 70׹ʌeک; yrP"_zR(LH p#AP+׌ٮDh%`-A |rn{+؊~T~}Q\wX~-Rܦr֧TL("pe< U} zvьR. 5`0'ט$cn#d5cnFgdŅ.\OuVI)ZɢrH}іh\ҐˆAqLe;5;".]q/V0?b.{lL<5%nQj.]9G2**Q6 dZ,fXI'P$3Lb:Uvs`Kᨈ2+a '7ۛ? ]sHJߍ6 ׆sR? rZjE0;P=zR'V޶YIK|M2&HKe=XCQ.d3K#fWPB7%L8Ώw]!ֆ/|WCUDPLO*ߣ 45(%@x[Kzo#8+Q|[_W3K5>%/Y9Ɩֵ\ƼPTu&af!7P~ѯhJ5C>f$ ecoK([xKUnkACerXwm DoUv؂鄔#TiݥI7+-c7G  菘f2bB1";wʂ#o{["3pU_(nZ-}Q4m4B %_z+}A4ziO)s! Wll8 vA2 o_n~|U|jʑӯE洹jiZN(RaGg9^ d{U@}kע.'2W1{Hӂx5x j] Zh>i|^?^n}pd",'pIgu{ Ђmå * PP2HĨ!ڸ꼌U3 ɷ/Sn݃EIg;579|ې aQNIWXo>A0GУj-v@Ly<"O^0*B1Xc76v~M\cZA)\uR:(]=naC>$e-?`p/eBdspjX+RZ 0 oh3~ܬߕ\Yho!޽Jb@7w-~@A KTxP=ԝŽ]~u8Y֢+%}n_p+&Upb? L1Y 0 .xY4Eҁ=dǢEjY}((IMEYAE8Xl^,c/BfiGԿ) \!:tQ#1_`j:et DJ>,6O}SpxMkӣ@l;1]k=9ia)ªSxS0 88tޛ&^] lSF9# M "l76?>7@di%8/,P|.ƔŋRCZhx'VlQ}`A: R6w rg/ Ÿ9(cp?"^KgH\%GPTE&}۪mq DJ?2,k@b5Dm?AmfKuݝ d&^E;[ .Qiq&r'X:8F=8a]2ivV08:?1Y2}Vާ-*|v,DyD[S4(m5Z밈.S)뺅ȇ`j[y%V_spxbE' I$دK"796?|7G=$)O>DFբse# 롷 L[2wǶZd z$̨MteX .0|XZaX#W7Hr"Έ(%uf!C0c$p:aoRRL j>yb`Fs{N[-;_;#B76&A "sa|D:?Yfq>[fR%zCOA2 ,-n ;pG l^VjxYM[7k .u )͐p&F33Dp<$ ߑ(,\dC 7='8sCmQ[ol=ҾZ7 q\4n_ vs P\7x$d(}iwxtc}O|I=ԆOb]G`Q ߄g~8{>rutةJ?G*Y(hnJ>Rwn aI(l'=-vs`YS\Do_Ea<'G[XDN_IE*OɾC.B"6OƒZRӅw# :d@J,7 wtO_%3+wYSEףwK`i# |2% n$[(a'=!>,TMTXbNh9Ѹ+)Nd%A(ʏJ/RX ,/k$;{NMmFd˄SQt; y%|;/H|- u@Y.~wWܦƐ{5XU i tˁ'/;p0X?%iỼ\4|_()zL y3Q"g'+a;ԆA:PbΤ^ϔ>'QUɃg\wyH͘jqH#3J"=:X #o=ǃe|NeHo){{Ĵt!Nk%>/0M\<ĖwF4˝f]㚬L?蝪l.dtlW=A8aui}z,`"(%a5GĘ3 .=9x|Us!NDxl'd8-4^ٶf W"|8@%1Q%tƉVVQ$G"Q XRXƾ;Gdf2TpTGEPٯαh܆NHL5z:^ɧ@OW*M 2pGX{߫RIkDERqxy\{N7$ҳ$8qf(RMJ@* >fCti"enQذPbc gƦ_w4,S't*o^t1܈_ȳ1i=R3ӾNѫ&ꠓpwӞ914I,T~&h[ ' _1 }}Z(Z]s##ѨKɏW%CoOyp͚~lg Eم7lW?> l Ϯ_ި=s@h=@FhGm{['Ktu.aU=Dd)7`k9jCYmt6oa@A4Fhٷ$E F&;ezivYJ҆& (k00]#&|FPjQM\˞c:bEFp[k :h]˔N˙3 ubumIZtw\Z#ĮRڀ"$,X:|o@2wb¨7@И^k8I27^J[Pۢ7S܌#15C:۫؞Ip{E3`-|M)T*P/_{iɬ{ S{;£2$ 7Q^^dU Y>_9}P|2!yQa !Ǥ Elc=r#m+N2NFSH\eJ9,Vع:.io&yʣbAݲv˲X M{VIH6f I(hȲRܢ{ݷY$f̥AėeD}}'*&ߘ6JcW^[L:nQA!ݞ(Er.jWK\K=ҠޞV4*)>/aKlc%E@D̹Qkɕ?ˌʠ]n aН;UAY,5WY *LPrjWdFʕ+7bY[cCYkL`yT.ܿ$G`tG+r|#L'x>yg~Q;]ބv "P*$-ޢxtq+#'TvqM/&ΞP7WN3pˉw\tŪӪSPu\J9& !$+ V߿v ~AQ>U1<á}N?RS!*Rmx~B XXF)GB;G~ZG\aYxwB(/Pu!JCKO"qP|aXfkN"u+§5lQ[Du!0<$l_vk"hÁI4޹?hI@NP 5 Sڥ Alfh\G_vNM1t`&NNK øRQ6=a']SZ"r)p\{ْz`LdOy*/s#'ٳ Pr U_:"KYHFU 4ZFy,1 X˭Ug cWP4G(E av Uy Rvx`UQpnu@~arb Uz1z)$H,w}7rݪ%X1]iL O:"kJc492x]DL[}jXR6d5Tb.۷mƇiiLI2e<= QsƊd{󯜳lias96=Ԥt =5&{+^xl\u=.G6!#gS<j 2²K~y3?b؛4#ҧ:Ӓ7s%T?Y(YKrDhFҨ$,Ё⋦$“İv[U{!^dbP'́HC\}B}$cYV\ ¬9HNZʩ+*o"=ݮ_Tt΍j!K65v$؊M M@@O#byj?yI 2d4h>IJ՜cOCVB(}kGbTY,bDiI=y+CԉE W]$W0eV+v~4k~>XπN fXS5Ul",Y GҸ3/sɷxfYJ>=P ^ }XLBas!><Ќ\W$ ް0~> l fA^mCRԷ⭇d]Nzh2)|enbk9ZNcóIٱnm$7:"ޙgԾm~i#Vs@3nM串?!@gw o"ޣAI-RM* ;(T~?2ϖE1 x#:G4.f䀒T B.o34fa*‹.4-Se:XAZ!a?+D⎪WImxm\I!omДE82!##~Sقв$~@J>M}t]bKvwXBnļqugr:*M\a=8v%+ۥb) `'5:/vUvcӑtߺr"vȟMyo9}+ PZ L(<qjnbu"(hmm!~w(:_U:a{u!qe.7|fQq8C.ȅ9 >C/VNGl1HXVSQbYFiʼn5l WQg:)|J3 yJT[4yVxeێ1楼ċìAD MMΑ>f!h`5]A^Xb\O'>!}~ Tz^#p EzP8}_~ܛV4a_*=~6 !E|:8KaRe:+,"i8uc8'x|(e4i5mif'MO?PvokgQ ԽrDrb$ `9Gq^4MLh_DGdzj~ǡ[o!bub!_}(E,ٿQ;ٱB\L1Dq' pJ0uR`A݀q1^bhm`kQ]uZΠ+=54^R^^9^d08-'_eP:f718I#3|;k|'THh)S߻[7+zh pWIմ;u")3wX#5ħdA[ҏ$1CpzZM*:eG PMY>i)Yԋ)x>e\te;+sk_N=sv!#3&TGDS_Uτt;/Tֹ)Pe_9(2.GvLA5fZxDw-e4?KKSjvJAwGGnFcnM]tij\ZXjɊ'ؽ9L&9nItj2g(kqvpQe"O`lHKV?FMY;f y΂h)bV2jz1 =5Ѻh;EQ%W\O^*_c*R2\)}1AZZi"?< sB u^?Y5:6E\ ]]68dF_wSpәO u-p_r)p️WmriEMi/Sݳn]gUi>uB=-vqޜɱ&%/]1&@)! Մ|ȡ%Þ{c! `dLarr(e$ZMG}m)"գ0K$ c`{t_WlWunV Ic:Ԡ]ƗW{OhKJYnbֺea_8>-1[@m_LD &f Y>Eb4߼Jf <l<7 o64?xNIvH3ӽIUB]䓜<Ie/ 0RBajSٵ$jL ]Ѷ=?$B `P|׿hٗHI@x^fdOnFMT&Y58=w+h1\*#Net̏zR77& xv+@%4u>2]\:C};gk d え67Oo/J HXXv>MxE+I p#2"~X rR>n-]8c^"TѴyQ:|jH? P 0lhj=G9.>_S JZ=8/XheD5,!k.](ʄ7Ef[Ef^tAl \^~cLӣ>Jco0Y,j@݌YԨ1ZAcЫ7y&oa y%y3v8|AfU'ŒP@qNa 4Ɨ7< -JJF*lh"?՟8.`TEm1UǍ 0NS~/(mɛIS]EHw)DpFf12^cJ6![򽩧61dhmsc{gA@h x:/ ΄t_!0_;wXcIL=9,4' O/c8"($PnR<>KwnM g_(3,Ttٯ fVϲťCGlZ1؈LAzhk+J1>*$⭲C iŶE=jram]UGؽ!'m0˅QSdp`3PFo@,T[SptpγH<]kpkܼ v6+)J QӿDRByؗ}ꗼWrsI) $SX/n Ri%~G @5Fxx*:|?לLXRn=sEhV\`r;-8sG!3;Xݢ%d34fҟpndWHEȀ\СwSi,S<3.5-ءr<n2#F{ 0{':7BgC]|Q'sEwWy\~yBG;f9_œ "9}Ԑ\?m&׾{  |^%crӚvρʈ(c>Nne&[ 7³vyvvy,ũCAS#셛 Ob K1$ghW揬לGOSB PPf%_cXsX])n/c|<.BD^PϡgQGE_N"$IhRY0JF =8XYt(kDƎkh05!WاNH?!x{*a+#\$ZQs5vedM`Gv0˷@op @L)'frWD_nwÚfRkqBT.|)soX 4Wt>VNgL]+Nind5,oRH?]O>qd[ @N^sFicH13} ~Ӝz)OT9/ |@R!QZ/G3/PLb:[Ef>7OGa6`5s1Z!'''VcMPbwv^ߚ\ѽ\ :jQiwqafK#: 8 dK:; f 9j3MNi;K"nT];ۻ1R"ΎC 9Nѩ:;[ 5['g1M[<Ԟzbdk[5_VsW~4/q4}_4>eHl??t5ZmոكS,5u> @AQ+{?_<~ o(bގq'tާ1{(*ISgMe#OrTdZ\·ټ})y@TCgХƄRWJ8t: QN;:d*IȥRO3 r9r<Ӂ }πl9Hw;9Rұ" 65D<~~46!Me{c6CBIYzNRd@r}|Bh;l+wЌXiћ,Jķx^~YEbN'm2׋B#8%rr\G35Sj󷽱f+s v/!`<*U'viOR~,Qdrd@_JBu3سȷ8Ůߔ\9ĶhFYɰIŅq^yCx(;4w5WLԀ- )%y;m~.}ElZV6ϣNVVҺ\VR^SUk/W;cҘ`R54[G{ ', '6U`lnsolL,XQqT *o)CHeÄEzB)@5oF,urjLygf.HSP”ʅ~ U0V/JWaT񲹔^tLMf `~UH !RYuئm1OnߓO574 ٘F^py~uBnי 4٨\VOoͲv6Ley`.ĝR=)U e9R3zB45U14 785aۥR?$r 2(s@+0⽒h &}`f0&hP$֊4B;.|?Vd:[ؗeVoZNCY=Zs#q ݞْJ@<բd3 zxxoKP~ѼWV5bה0qVh'*9- Ҩi]ˊ+B>eX37EmZp'rzhw?ia^RO]l|ELuΐKVp=#=eټܒJta8a|)޻si<\F3um-Ґ*s Wy3CO,5uRuEhed\V{EVnaK&[?X#t!QQj N+ UNq(n#<:%i؜/}Q2xdZ8C4og8t|6үc?uC.ފLJI_D2R={iL{_wG I EVh갆^ۖHB#;)>n-q*,/ɬ 9(pk 3諀[ʵ ~fe)wŋ<!kO=K & &m;<+f*SBt#Q 9ǚBZX6.pi!Tl≨r.c3߆J]}{˅ 90}X{Qk⤳BY$l<`]W~7VwWDy _uSkWྈO'/>BV AKeXj<%͆M.V7R+dJ9ד\&$|'! B|c0:*+Ky5Y hϲ S7_!6(5QuKŸI@~EY[ ׳]Ԣ7~Hܤ5u0'؋Z[DFS"2۠GOIST)d:%c\nZWO.():ȱ lb>V$?$' ؓD-;rCT|@3;rW괻 ?B2@Fu- 孜m}7zQ;,_TKڶD=cUWkYHp]Keg7A_`(.휴jT,QeS LD|p>ѝ̄vW=̆᧟/xa:g1@G1Q/"$tJHy~$)R0W %*GO7H }Kbދw`(Cht_{4;Tnh^־yV[L+]wBX݄D?p\)MMECnLnՈMp::3H7L[F]gfLZ@ DC;~oS5z{%a29{xmSjjx[R1sPvǥ`&DombPu+h-⁁ az(x^cI&lչs9#{b$u ߭7Amf rhõ tP,ų3&GpP}+F.L^-8oP:b t+mϩ(%jÁhΝGʑ ܄ ss ('i8n>#FĨ );. &=6ݗarmpraDXE|,$EcMbEu,!Wv3av6<%] /0oѴ4VT,g艿,l*- nь;yno ~WVJ/)]mGeea_EjZzMJҒ4= VRj B$VRX㈤DҫN NG-c@.5T 3NDO4*Hdl"s.KySrF7LO `$80V}_zt^Ґxs}i`/N1{orsE!Ӣi8mM%yANDMHj)̓?A3y&O N3,VV,ZeQ<[!E* -lFiPp#tr^8_y9=vXcy6Ѝ?f^ 6@p$L:oV]=R2&]2@5E8*t}}1m8\9 O7V񯄝`9kpouv.+=Ҡ@+v~3ou`.ܐ~ qA/OoWޘ찶O,>KkR=]qђ۰IF]1N .,XUA8$J9S qŭ' u*_-8d)Zէ&A!Ϣ(2E3^<%w`#gӒAXz%S1"r z/)4saҤzy> 1iv7j!RҖHf{#gk bq#"lS%0CN-~13Z^<,۬1]\HaRmxUBvīY',S҂^I&ti&ӧQmpc~葘3~ac/<\ Ui> ɿ{i5F|Ui,= ;G>9;PhſU$z-mq1&#]Gؓ2>eMnҘn˧ii2A&VF$ж JBWºSfno!SU_mTu3sn<+s>o1{p2)z2>H$#!:?`$^ַR' ?gMmİ0we x nYsY ( <Η|,og=\݉jMkLGW-C޵F4'on kJy.:TH8#kCD`{&1h|{+9{Vzy -ꤏQ7RذjKsͶlT$#Q,-;.< wzqjm+))A؟0@V,7 1ay.p5Vζ@NK0-A?+g7:[G nuSp9z$gL[4u Ɪ5r,RXmGlźJg%\(_fD~Qg;/lW&t4wh*I:;;h'gᩢ|4.<^HGKB#$ćQb)(j=XK`i zVQd Qg.r=HYY*o6nG$nҢWOD@8,Nu8;TH6Bڌnc?.Ws4]DYUY= # RUh5#3GK98Ǣ&u29N=kssz b|1:K9 3vrORb;bs:$Oӣ gتs8e;~/Rl)Fq&{9ʭ\( =@4ɢ5T2$bR_9TO'y{&\Uz1PϮs3_6km y 9}A :k<B^ឲś l* {ٔr%|O/gmQ/ȨL6HUPiT] E[SQ'@/ OzRH͎DiI-qߙ>WPGv$%/G> ;g7xZ_]`@@/BD.3·:幡͜Xr0[\ l)%y;")鬂0@_79~f{YWڌ8Wsh0( dԟ`ky}t1 O(1+'T?N)88K ` UƛAx(X {,7=IO_Gcs]ڒ35ƻ"-\CUk[hE7$ᕇvckО2~>Rg11ߘY%x@tB3ccP34Uѷ X<(&b QPw*/geMD #r䥁*&&O&.;0d|ݴ[m}(Nzvyh䋆@)TP һhLt|w8KZYA_1/ kԂdtcT&l g&6R }Q}DV?`룚HՊN2/k.Iph:E~){j pu5 LtE#7Bxmaɲ.Q9V˛vDxׁev Qt%ZZbіqvsy)|ѝߎ1 BN[~dU ok.޵Q$"AŔ5ΝKjaM`:`zUdE2oS(3.b*oZp`Js+S@&E_⮸Z⤷Lu٣Pw vzB:~TpuK!_|{[Lpl2YNR/hϬ=f`{ַo!˵~5^Ro sV=ϰUUyDҖ4)˃v||̣OjNct8WO#ËqTVO1j70,lO;?7Bz&'Zⱁ\/swuATޫ< -nIfp&!cRhOOm L 8 /Fc̓;JȿmL)gm!3AZ(!y3"/!ǰ3o$2< j)?ߗ/GVS-$(D3t{0]QcqJz%R]T^j?)bh6;٫ϼ.jo9 5 4YIPvXFnayɵGqP,/)߲4J||\b+d=+Oɲ3]x|`v%M8/\zߑe^~%NIV;< {#DX@aǏXGP3s(zW2@D4۬w1p O[RKA9Ϡ?p^8 7 [;P͘cܻ@F[F1KHU"#;DpeA;wcvyv=qNV}-$6T=?0ͼn׳eJ|̃V`:ue;-L+%G\emQVOeHRZWM~7dgʪ# ֳ!c&H> dSZ˖2co4P-&g6-Vt6ϩi q{kZ"_jf…vu翖j0Nv: i`4U// n4JRfWN4|߂I3MV+eUy͜z>Ów!!XT;]p+NaQN eC;=7 d|Ǽ>H}+U;d$6!L&+G}b4_P;%eG:j-=Ưt$DԷ0e.a wf ,L8fҳ eWrD Ab%(5v?dK@J)H.$Fóh0A ҫ̌ Kn'|m5 fT$ <"OY VQ_W賫ZT .8i&GXy>hf=O.#]TOX yè:̰Gq=YK10ž"dd혅^?"%H]+GPl Zѕ%: VLԊؘ" mm(Պffd@*0,/tbSA@2EmrA3&){s}m苎cᆘ>/A pҘYLg(V[i[>k TKw6:L/Z^'Qpٓv['ܬ@a,a}5[.?pL<<9}aynGjR7T'm? te7&Ҙjw0埠\'Fu/d[JI qdwObG-&h2amE!|W{ YW~wN]``VQ E#/k/37GtCwMEDD(C ̨,7v]@zDR5`>p cfIyow:Jq%dA1.C @ g@' p /D_ȯ6LSLuZ UU0]|ҁ{ǻ؀ԦZQO7q/FXF: 4%k6 L;7Bu>P/<ѰgËBOF,5s%l}{!#GoS<ߗ7/8 : #+k'Eiz>xWMW8`ԮSY_@J+{njY'Yݮ/1}NNH|n5}Iw?M2?UT=Y9Kt|g+KUgX6kVV4 3 &H1̘e QX>\(LtdMb&o-Q^Ƙ:;H}I(! :)wbբsޮ́0mlTh:h7@fLFoR>zM%er?¤͈g Ll䬁aᯃu*Idm L}}dK$ςym]xw[aaWgV _qKg~؊*##aC3_ 栮뒈VRLҠ4"y@aZ1~zP}Ygfw&ps a -`gO/Љ02ccXꗘh -~NF+EwE0Bno4m;],vEt[P`"^1z9šhh\4s=hg~L;ob*ݶ#3?c+t ʺo*@XD[r?<gm

'PWT<6Q#6}4Lrn| Od{ )'Ee&TIꀐs'\ڡː߱g]ZLß:ZãyڐoxhMtϤab<DL{QF ĉ}8(\,Lm.n,(+gauM$$tz&6+{/  :@E.|,X Y AZu;?2"+nM 6 ǯSJ|*@9T8ˢ_dH ft66Kj,mk51NXI5Wb%x*@D?Krܻq Nck ?fr;K>jǺB",NǧP9DW4ײXүMd&R. !WZWzg=dҡo3t>ItXU TsS ~ B>6y7G]z=- OFu٥09*hMzu;@ksmv:S^^W +~ 錕w//)#"×O>|4#o,vt+Ij@. _6*~q˝O\J_ 'I@J^xJ.Hrr%p"BE.) "^LdDο~>WW|DzqC^DKgaBʮ?e>1Dj6̎qR+Z҅1Qt ȖvU6]G@ЃQW),k[wd5],BB K39)HUEu8RmЊQ80;*+(5kEbOt:Vu" =ԙѾJڇ2W2T]>r3$H\yף06 &DulXR%6A'8 -Alwx&Yֺ>gZ2-"͓S??`(©x ˆ2QAj)e5d I,M$#GT|07};][!B.*w"2S`~,U"s}gx6t`mD+o9\FYvso0o}1jՠԾ ft%.H38{yHx@3Q͉̌)zd xё+Z9"JԾ.GTw)>jXn#YLkpPwsO_wKDkJ#ˊ4Jr. y<]cM ¸߬ [ZtCJULcŹ[N%I@^6)5oVV`G R؃NSA$Z}_M(_!7 q7/"o DwZmPYB_o %l>#F(ebfm I'y <i5h$J]ET0l~%#|v[{&Kpg Yߨ⺝+)c{]iŰWFFy{;+ 74r@>u"ANysuxqtJטؼӻafVM{-0:c.2uwtM*=ɕ^q9Q"6%dzdG_ùe7 Rz{IqfՌiH&#2 ?"#?箉4ιcv(\(rOz"I2r)5S7]3J+I!hX )8K,Bk$H &lՃ+:0v *Өb $GB#o!gd\""`7vE;gJSW4Ooˤ'~T@6M918N/jbtR^+P re+ҸmP_i* ҚI ;= i\Q,9My3&h^3o xø|0Aĸ9g #wlW<*û&`Բ,-jf^u -`fZE@`kq*J}}ND8aVP9T}1WG0ITV6ܦ5+X@Oް4<#R:4+E+S>Dac~ ΉɝCoR_rbޒYP\(>h֊mVH CbD$&zy53~@Lusz A"a@NhiT0&.OYݭyzJ1m)ƪԮNoV#!*DKd]ePa?oq_dxTg5XDIVR84$ak ;a~jLGO8 -{rM9 >56"> PDzV;lV)͒ȩ(WWѯ{g$gR D|Eh !7_\ 4Sk>/4AC>7c PP7?CXKxh n UV>yx\f/`0U]͇3۬:T/, |CY7φ I{Ba5apeU @t8DkܣT)&eWmj.x~w_bh33瑆7V|ہI2hFm/9H+2'3ea#%4Qtzt[~}c;jfҳ~N s{0TEiQwIשB*Rkg$750!~n4 ",H0nΤ9%X SmJ yGDoTx?m~hj€fdΑ'h5M<3#KXKKC -xFYz`{Ř*/\֭<6]bD|Qm,E#*"yc<%b@4ORՠUq;QE|4a4xFtӏ0ANr^JΎD80U|[Riju{H!aOVAK~ʓVnW*Ɋh5ܙn=< _gтOp]j[t΂VtOn I ƨ "#Vݨ(: '3=#gd1[5yWݐ]{.@ ۚզ|;ek:ccuE&Y0!%U 9 E" )'ˆl܃.U/q~ A3o/ ]t.QD=W$T sczv }bgBգ}f0LsN~l7-Ӹ$=~ m?xt# P6>ֵf,:jWM5WDkqA#c52F.~z]yQg3H)ٕoI! sxfί>Zd!EMTNz}èvrrrL//A", /C*Egz 9}£Y!Tx3^@rJH.w8/uIEɖZhFg!!\.40;pknWӈ:q_ cb2]3?&JA]]*X?bDr>{i}s!4Wh|,xn}U$NS#ϘhG-!Υ?L0J޵:^`xR^fo6vͰ`f>jG{9ߑPLo<)D|CdP7Q, 2߲F)^fg69-ol8zn5v?=sAh="H48ȟ۫/ʹBQ2 J 9$R6`Ĺ-peFBŎz VQcJU3"2ܔ~ffaE6^=h^IS{A&_b>M(6y+YQnA}(h9E_a(#^;ص?H.<|ٖӠ_"JrвR֭e/~fC+B 2Ӳ\FOYSOe":Jb:\`-nx`q)Ww}h&;b}qV$@qG{;;"tSz/kpsu{ͬ_M<%ShPmmo 1t|5 ծ9m]Q(A;޽CSv?f?(@ @ V- ?Ǣ`fq\Ckk3K,׬/3-ZiHFDFBh]isZ؃N)ox!hӑ2%@"zQI"m?#$ ( S3딅=%y*:=tXwD@*Is 0 i,AL^"^G4~$ rJ~ΠL9ܩmB#4}iGW(dSO7,JbK{6֌|͙܅!. %&0@R-~(ǔ2߈INf'^ ڙDOjl aߟ@]X;,= ~PTܑεjcP+kLg%z@,jQSwȘ|i.-҄7 J6:O!/'Y`1Z`xnRײ F^[s8x@&Vpp5MJTIߝVоYgy}n,Ϗ+e`2H'!Dw7r>yWorjIdEB1e#)h$|OʏamFF=7l~޷~#6A8N2';9;hZҎ΅%G~lU[-6VD|ck>g-ig6]~Y$HM2X'pGLֆy;m͐:w €aajsiElsHW-X*[cr_ﰧ[]Z[XP +^W cuBҨ<;ޏYˎ@%+ܗ=T|EB]aϑfZg*Q!4}Xy>6=ehFKO!|4ͧ<^7!`o0c/ۻ\:sA)Cdb7u['gN4 ZKDE.Ga zhYgXN;cgq DnE7DD} ]~{8sNP ׏ps8ANjr7P#Ĥe]`D@R˞T`料yUЌ(EŸv&4d*S]3#*qT5f fAr$t#'(_}[Q ˣ+1&HS/)(SGlE*9gjB,;?*%C31U@@Oxf}<8TOHkPzhlGc-@FjgJwiKiG6'm-d:[pDI}$}'vJ NGkv1]~0xz^5.[f9orw*HlF$?*^7y%K 7=6㙋B.J͕jwe56e8r54AKܶMyb,r &вgNi1t RLkF>cwٯLDF,~ԻZDYm6A:@ v7K#}4o1~6Mxkzx#9K,2,vqkw0ocakPĦ*$cI1uyf >*Η/[iuroaL5oef66 vf`g7ތl5l/[ (7m;[HpX!B]$0AnG=H|%>dovv03.1tn QrDzhùih~hް5"j4(+/](3+G(E1)nZ@tVGm|i,'D=ZZ {fKǥM[* [hAumnd̠@>*;qçXֲ_m3MrHjS$S|# ل uFD~>,GNR3x=Jۯ{QVy!R?妽# 4 DfMcuY`@4#fʢlؙܺMb?nE jp&btofsYΪe)4krf^*g?&z,\']֫_hRkfL~)}}?Sc%$z4pjmZqӖI^'av;#Z`w-zE+9,9|=,񂟤OS;zT4VۀJ8~GF%#r ZC'X+|=mz5U+FnM޳'I [NjNG݈9VOK7y=\ Cݓz?3O6ve`p^{VJ>N*bb61jw)dC6rfɉw5M1}f67C]d9L6Y#w2) 7CI3]| Z) a#"CdpQ>P=]l~y+12j ַr&GgY9A2mΘn 8,CY"_zYSS2vmѓw_%qϦ="i YEySh ZK'<>R) 7 gPfgTȢk"*RmqQdS41q2;}ON\MXuS TmboרVn'Bdՠ5r!M(cItڰ}hW;Ap@$K&S-#k-^陚?.zξ9!k=TB10 բUѱe`kqzyhBI4-OCE[,Hͻv콡?ӘaƘƏDUZ{6g}bJ lșD&3zL%5,SOmaw,׳]w7ޖWFainrq$8h2jЋae >Z]$vd5&!4u;k]gʬ*KU0/`ipc6 W.. '|0ICvؙWMl㸯e\&FqH^c3-&  D\]ԌjD0xu=WR [0sFl,pfqy9'R+_4<`>)&8+-#4ȡUK6T\6*kH~׋&qIG+snqlV3 pd}eFjmIoiMjj E>^bt{yLplcD53:v[ХAwQm9VYQ-fi1iv>&esA ՋZlC_BS8Ӌ`*heY S1T5$k1 R <X\f\#uFGݨbuylU =ga%gZ58\k5Dp[# E*!wAM5S> RQkqOh nOJxkN${ %~K+ۀ`mSݻ4ôerBp? ?5~8lA`A lZSs1\1 D3Q|5mcgBj{y v;%`K|vV]3YM ˜qZ'n>ҵd~ҵ\VO7a}"GcOad40ua%)I˦E]E"RV1' ̺*Fߕemc _m# $V@]^0[آ.)-Fb7_[M}&K 4N ǜ] =O; /*d젏`F8a:>0;"|#߯_1 qwW{os-~YArǼeHIR|}!8ߨPWfF#R4B繙A^Mˁ^gޮ~4Ukq@Z$Ufbt 6wOCUE~~| HhO8 Y!K}x qh;MSsr}J[ih#6ȫ:VFG-m,WvF&p=[:Ŏ;. T, 8kǪt?'m:K;D&ʉK3C!J*b k1g+JeoTuh  pȗ =?*(DWxL!`W#=2@,wšlQVɞ@s@ģ^x1_c!n:x#эD$ @N"D+u! DUc(2Oufbfp uy#Mj?A_E.a[߂2}'|+A 3tb1'17ii0,4IIkgn|r7 SpfBpdGY&+_F079zOmW#;x}GD3Gzℝ!D^2oI~yJ>6 6K뾴UUƮ7iR *+ ֒Mw9P`bvΈkwfH>*!6`{: mj| ǧW݇r!ٵ~zs-=EAj=1>p2խZ}; Zc2(T&w5D@J]Y?pTn\8zw]5V ߾TqIki7`zND' ?C͝yH>6Կv2CG@ЕfRFTǕ9<#d(l.EZZNodh> "eYBu:t>a`(Y/n˵Yڋ_#۳'r \ Gbv, s~GB_EMЬ*z#?G;F៏K:{K4pNiHa;RrxZ2y`s!79dH]U.[gUNF_#$C!V:P]''66;P7"]}?bq_LXO\9\V'gJZ__QÑ@ *-Vű ;Ué4s^(3oc-:؋џcNO?~R|;?y Hή.Э3& 'YGs0rs^p[ oO%ytWVlSi[Ҍ=$2Via]BZPHIKłtӝN;S0`oAmk? -_( ET(|~*v>$ѿϫu*KíuXм%>ӹ>q= RP xm5Qm`R# ?ow OOZz##XIRإLkd8hB8kX$?WK ziez*1IśV?_wOPk"(,DuS^x6#|,K,wa [A^AYpRrHH}_)K鄼 0-=Mr}M r.ISI6k&#ۯ࿯(Fa1ROL[XY1d?4S._m)B6/@Ё 1KB``D^j< VQ0ɀȶV{WYHvC5c7OicDӧPYnG{D˦*;c{lǃ6/. !묗!˹P:#A*`Nr"DhRbC)J.8hLOs-m\is^Bx2w5&[uIYy7Zǀ{QB:P|wwmvm}i&C gB?sfH.Qlv&AҎ)9se)g[嗀) K*n&1h1#KpXȎvXͨif|84h3?Yx &bjX|)lv[8lɮY=KD{(<8@m" J/;u=Ut*%;c(X7%ant*)KeK.K֯"jnc+'5zWNdKKBb]r9ؑM XCl< l欓1@daH13 jTioF15FfjpE?$h35_QxO *kYc{W(ߐLcۮbӤ%w;κ?/?VWd#}z;ṡ֗햦혬]ַN] E6X_^hl͹3I:&F]<ăo@)8_478$<UߘVpuN,RAzk ɥL$*GogXTG|Ι<+&2 UcbNYBr $䪳Yc? wi(:}[/K>p0cx]>ځR[74oz5]CK@S;r6yuRڀ@|_1V<6etm=}ιFOn c>v$AA,ف/D +{^e]]Qj) W_s\EBrp {lauXC}ˍc 튗Zx3u5}i;GE/U-E`xG 6,XZxÛ O* W*ӝͧe e?2L+=N_ێr|5O.<ˏcIoʞ{iM#@Pc4w*wv2dH(ׄڡ]x-̴@D+e1s46H;7уimw&+{uLrE:rd&!Lf2 44Biqcno+6%͍"Có* o7%S@"m #0 *x.ެ#MX*k!T|GɄl0qLRbrIcIeGrW _ްGÁȬTZ72,h;N$ gaa`ŋ{N-YImǫĺćzJ?^*)bܴo :v&ۋ'zR1@ݒW 'wSj- >d1ԍ@wNJc * ǃ^eC^嘩l(EK^廨uIby?b;D&wVO"erHBfP R~z2Ns7 om/M$& Da bOkpEkgW&> AHj AYmhC&)pYj2P{-K=,)^z "h>C1 RҘ#)`c6Rg6[3dak9Y &f{:KyBn:]%f3 doM,JPnƹpNJչ>] ;~^Quykors$=/M00B>ɈG%i|`CS \ x3:@a3Iϩuޖmz~svPX,M =QUm~W%Q:EpӄlyKL^2hČӉ34o#O'P L}qa!f~ ӮƱQָė9fh/7*\ɑCdW ^!?#@/qd(]tK1:I,k&{< -6PVa4P$ + g7AP)mb:>" ٫6B<WTcÄ6aa;[,T\4ޔ0.3>BT{kkU$7^v-4PX +L,ZDFI8sQ(|/T0@GrN [o fy]'=(-f .)p2Ф_̶ uC NzBdo A9"luUM\*}@C?Y5Dž.c]*ig9gKC'E @IY!_4{i gSgҀu{Ijɍ^)8VшWu>.JF&PX~VMC< 6u L(5c׮[rN婤hhY=/AnM |FUW?[YT>W I<%Kle3 N\lj&枛#:$,xf{Nwf Tku1%$cXFg&e)+<e؇[9hqɐl^ao5g9Q@8C&~P0 q]LpțFC7ڨq='I_ JBJZStKȒ2"Kr˪)_'$h :2{-M8St k$oWggt5ߤVѿ5Eʜ1C[(U( mKʤk;3J~YZh @$X1!2K~7F1*QjM? SuZc =Ee O/J@yF_Ml3~qBBԣ1n}2ɩ5l+~y"[d ~6hݛq],rU}Sv9k)Fif#s1o,_ $3h[eh3xL"yZS'| п ּV':izT[`8D6z$St)ihNlȈ;&Yu*_έΡ7x{T{eX(ٱͤBsiƐXv+J]QkHGfW׺K%?v*_^)lAٱFvcN|O~#Dl ۼ΋r@zЉBp"QCo~?i/r(] Ts~dFFk&WS9ޭ"qJ6Tqw UᖖJAf (~Qw7>E9A&|w_J⪔T+"1i L9٨j? )3ĘA 0!i &u|0i%e"2` '_j⾚P \L}߇2?l|q>@;4n;!9&;mTWo+Riݱ- _HG>Rў)Fu-41S:/}‡>~<[()uہI-EsJ0'O]XFj^3e'å0*&afan"Xoʖ[h( ަx\5퀃:OAl)!NQ\QxЙ`mwך_ȃwgޚ:("o35sY>t/wSȷ?'$ufGgش/hn;Ƕ8ĆG04P<kDhg#IڼL@kU"!8sgp^nm͹T%'ѳ㷶u5D`MvI_0@AqL]c[ c4/dKU#nE†Sh&[y-כN'4Co =b<u8>q%6ܿE'aJ\Wڊ 4at"A҃pJ 7uNՋeoY|ˀma~FS6|]7h;ۇ=Ή4rL'' #uR@Z9t5݈o"*asfrF O GG$PQr^zLy!~ رjVh}Զ7]ڨ<l ώŘeXіw>(+!FpǼҬa+}#C G34y;5M s)~pWeB\|o1Z+&,vb.0<ܯb#=jf`B2ƌ ]>0⤣/QnG.hz< X%hkINNh9^Sq|!x3Hʣy7ܒ̒U'ex?_a2q0IZ+;\IVZO9kja7xFr$Ov85y?e)}.i(P5X--kNb 7T1N"Ac]@}vAl\=BiW5 Mm$t}&h@xLE0/lG}iPuܶi* u]'*JCe_&G${㿩AJ٠ }486i3i!2)jJ"@#lѸ1Lš~"C&dvn& Cq>E'QBɈiXfi(;jq\u2uU`_+m+|}04-:^PlA;h!{5cE2 %NKQ>}p]}1dv7 sgPNdϬutu5ˮ?nhCB3JיҬ+,/7/ՏpS@%71J ~63_;J(ņBtK<HJ9Z4ø DYnFEa+9ϙ wj|eUyz̾=j82&hpf] !wJ6s# x9*k"r2LO+ÈSJ~G8RѤ*LԦ:Yس,X@#EÕ/)é&񔜨!}ރTA>y Wݽ%@a`9poTW4c ũLW͢"+2r52q3:jzK/ QFpxz˘ipa I{E_ٜ貋Rƣ)]-l̺e& ۽A}J1#fͳ;Ń0<8 2lÌ{bl@wX€Mɜ ,뻵V5)4pc \C :&`"/#ORhoFJlv?gՓ0aۗ7lPG?X]!K r7hZ~`a"ȉ #hrra 좖=0*LHM"#BKfcoNIO˹-(?^s?Z#iڇYKz6Q7ǠbYU8b&>V|V. x7'W+0%YT kDS0;-j|+xw0!9(Wۈt@|O3{#Ru<K'2\LMi#j Ic.Sm X?g:eGH]Vb5(@ c]t+!TU_Le[*coXRvue6a7ǠO4VX%TUs7A.*N1J9@nn0s_q%sML-qIc q4۴גZelQ9g-D/\m#zsm(?a'k}P ɼR?(d#+ MbW1H0Zhc%]T޼K$q:[-q!;A f{= ӗl_~>q5FL%hG~.nBMWfM }'SfsX-ɤMT`Ǘk݁R k!!>nQøqW#8a&bPfẅ s+I6tўedsil¸了EbY KN^ b\') ;4PbǝuC2Y/@fDwkmW;vii~ y*j7xq f -`m& [2 ?PBUI aMVL;~*$ xcoMhJ<~O$J]v{&&$XŘѶWEæ7ȣ~K~ns[܌$XijфjK`l~,QQ?RY6G6I [/eGm,{yX? PI}uq3^z=xj J5!bc<^}w 5l_g@4-dȱ)C\'VH5&M 77# dvAgn*̅ a V_+:XQ) R:h.\4w8sF5@ F/eRYӌh e'~ۗ㩨+Ty_s'/Tۡ !Ь\®8)Y1]fɡ0D?"PT-->6*;D}uxEdⴆlgO9Vߘ^X*KS fU'6X="|u'zT[T>r1t@P#+q| dN)]w V`9bG,X 6CI]U7وTn=>{Y, gN/.W0/KILwr3UAiVz6PƒuJx{B׬'Zw-(94M}!զSTV2{φ.9:XϪ;qZ1dYe/aSA [S2lch&87v$Gz'xsIl6\پg)8PWuaߝAY¶P:qK۲f1}`Mh3GAkCKUgٓetF/LE=-=%G8=_O)EQݰ8Ն lj{bT&ڑ u]usuxESx _SFIڙʷʭ{ZRREtpyC!aVs8Hb+| PEm^cOlzDyŨ/劂vX H1Bf.(f0oU0ubvFq#,H}'J k%vEi6Z[]t%'Uz XI>o2m,AlWd wcOYϊuBPaWm>Х6Av0씮8pJҽ+Y/&)3z 3? V-dtq>S ElǧQb5VJ%,9>Uƙ#yP%de t2Q&TW҈1nҚ :וÉAXhԜ?(k~!u^X*ԝ|u4m{0SnU15| yeWq(u /'QOC/=i`tYk  y^Ov0,Ga;'V0P-kMK#rn5J6LLpRXv'ÜNHDZM,G\sPf˼M]|?Aj6ms_JgYտ8IEi7xjFC -v?ѼVaCJhpA'Ug(H6$7n}]!t΄c!TB^`"co>t}9fMrZ#p|ĸOl4|jGb>1+9XFԳK$(Fs HLgOF&9cyw&!#myfdO 4 ֫GU=h6Pguasov&?yL龮kh1ڀ%09wKo}r y4T -њ3l{ ԪٲQ[\ VAN%7?Jә[!|p,L"Mf~ Y|,j<'E.08oWBuOCbbpHZk4*~$!dNk"hiɌ3g1LE]z|?+3Vp?x%c-Vu@>_o?T-1M#=RLݞ+!'\Ydm>8܅ 렷si4k ؈b3 M1Ogۿt2R-7"j^25^Do~$4o{/o A+M0˹%_tʱ ~BsUu|PMwx`uYJ|Xƛ$'Ԫ2bL}9 05,(Rv#=q@jH*.jO{%q- ^<ĺ3+Oj[Nx7#|Ԩ$.!{Vb[ÁBX/;6#Nɋkv@2 V*+͌LR7-^[NT:X\b7,s+).#9S.8xN]_ͱ〉籈PNU &^:i,Pzkd_-fJw˭1&òg6'+KBΟC-A[1v6:~q*}PJh'+ V8h$|TOF;}R?1-XLk4%ܯ,8p[h$~"0Xz<[."XrpwP*;#)r'#_WQN?~2<\[5s'wI[ zi佐N츤t3x|Niz\aqFLIe j^iHVy<$ٺ`9) q^S:Z]oFJ8*rG͎ȘqhwhdNa<+(=g}!\s3Umݘ<@&LnbtIMw\y^u B3D\{7QR*L^!\<,& ﰠpEľdrl(9e[l ƈ\)Wo-iwHHFSpg1h+տ1aN QwU/_!{}20=YGHKu⬆n6lXQT\C=2ڏ'hʍ5m3ƹD*|EǪIG9Kf#W Pi5F9p EE`Ĵ!maP+y A!AjR}*%B-21tٜY)zBnx3@-\SJ(y"ћm]߂QGl}ɖzooG Ԑ|,i3x !Ds-OaJ$rqm;.cfES^}G.LLUe/d\#N\h?}ƣMzX Ĉ/HXĜjAM^e~'$X7յyi>2hĊweu2 t7RQ˭4~:KB1jy\B n0nK0Ҭ]c1 gl/^g*EzN)] Rmw|Kn'u8O+0p e8sb4C@?SSRs0*y˦F1?n9FR+]<#?+e\dB9' BQ0Ú;DGeJʶ]M)"U[Z]U4X!]W?Pק`X@ȁnhLTKAiҢ)o5&7B8anBf3UmFJ6?ILjW^qsi[%2"j:#l9v]Klg~l%Q4; [gggY?⚺.Xeq͋TC$vh퐙vM\ P49}"n&X.rT;jx)Bp _igj,'Jf13DC.'b\ڿ ːsT֟-gs'yQdK7Xc`ې|#ji># ?\{uE2'W:S'!]DӰ 0[`qUF `Jiy'#Egd/Y{[==b?O@.\1Ͻ| )uu#*|%Q9g^ž,cBBd)LigƸ,6$!` ˶1 a@aD1;}-:*RW<<2$AZH>n{n`;,p!3uS_depk]&y8 coYzy&[BGg滲'MXVA៚H rBkK:R &QEVjV*bJMmO5i0ufI _z-cCb,3XA h ,0&T\S`<.Hv;rC&{)fW_/œ0_L*ޥTi*3פ=a+F0c&ګ Pn . yܭ D(L1@@MooxȊ x$19!6qĀo}1C؁4 )&Ca}8>M,sR ikgлR!*; ?n1i^p*hl[z7ĽBim9|O6`UJw€ =&p{_g#-.'hv~&PTAtW=Hi+9灏r"N-2 {[veҌ> Â;Y`;CX++j޼.zG+U)ر 8lcyaD?t'2*!TIhn<ggE^n/+xhܴ18OڸƔ ~x n ]%TgO:\ jfspy ) ^;uw;2i%6W'MViZIDJ򵬳*OBjZpc sAItmL'c&&oPN{a;ȝ_H;/Yan<)~!OXuh4M\rz$g"mpǼʜC{z0oE0p1ũʔoo3aM'6|1Z17dsRj?=QC%?Qj#V]+ cTZ\G 3-lͅ1yvn_Yb u&.f 'b@rjZNtp40] FvR:b#<_%76HF͹z9wM3,^B[A7I$+X vh} !LxBUԚEj f<+m&UqR/SIh5A8ܠbFv6%,Ω΃)qF-Dv1!|o#_,ph~buQaOqj%PNF#)ِ{Eko}$1(ݦf [,M7jvڍ40=ݕHmŲ9_O$/Y^)du,2 d6Lx>Y5KTոx8f8Gl0@/%Ja "?&nqkAH$蚕j6O޼P~Vewsi)KTq̈skh' qRM2kh۵/˥B;S9n#wIGEٌkd8oB˂ *7Uժ9"meS6p`A~b^0G+#<׿Z*u**٣F=ݑ Fu{jƭ/Cҧ:+ʓ < pn.HLqyh^A>M>җvKwPcݟ7oP?m*>SgFo5^/\6OVT2̔A8?nH;qEcpoFImVOEVj!G ^bl"\`m+1'̧a ]))B)y//3b>W,lW' iYEcwFk)VL1 IiĊ#?x96<\wNnb, t XN.r#|] if~PLBdnʮ 1ɵ~n8.Zmbщ;6/[ r6`+_hA TxDۘ !cPh4PB^3$P|7ʜp~, Jχ 5YnIXA,sQݠx4`$O4 s>Xl5}݆ڋ3rI0 %n}»%!=CC-,os WOIἂlk!ƪS]]Q>.0WtL*#SxDfƸR^N|Ox2dbU^{O='u%}QjmuLd‰ˣI+d.~Nj$qHNKqѠz꛵7{Q Q+-ᥣR0fD8}UZU0 s,*) p1_=MO~i^&n \AoV\>(({V+yOg&Cj;y -)XfyΨf<8kh/%e!S~G5ۨK30T=}QôDQ76L4eyH[,iC^ͼO!J>?nTmoyi#A:Bw)WEKM퓌:PN1!YmOc$3v K5q6S:žRRQi%5,ў> f3˵/&4pҩ Wg)=Rs)L>Li&L#ۿ0 ]fՕ<od=Ei)F-hyfAֻ5Ay;hBl9[C̶j *p*J\[ O Oe__"e>Z1\ѵ6o]>mU^iSipR9"e=)r^ݢaaqY|$URdaEw{z@emRjg;~KGx*(r^XMG1j$98ltPxbmvuX}.v6Ĝb_;5&nlBk5tśT(d#){9k;wU`^*rwҶm-䥺4H1nJXβ?)-#R^*D^J5O"W6$\c:4E`/A-ͽ3-ad[N,iEtH5I: gh*e=HF81liXaX˺/g7@=GЅj̫7K2fGKb_M_saLBLP HHtyRC?kBҷ/㫣ҹg"m:0O&7 K\8a^դj $ w*}ԾZgujW8ӻa n9n O#n\KSUZ^|%i I tח?F"7䤤2qTiqSg¹cHƴcEwq_ЅjNZh}_uBU5Fǭ3`I]ӥxc\nC_Imi,Gǰ`n.yx61YwRUK( _kWyp5 j._-,<`8)7]g)E;%MH)p[g#sR?G?$J/ fa_swJSU@xlSu8܎ʢ+T!THځd&'%HWt5 Gk@,NAJz  D4bk{J#n#2r* E"n=~dca٥!Ϩ}o$lK3OYJ{L$׆ $z@[`V%X* mzUόsuH?V'Eyf ^3Xd㍡ r %V >7H\*#?LHβO򤐗c_:#{cSvĬ }S;YCOqT\K4m_jA]U6Vn͖YVo4)\sXhQ1%f>GZgM&3ưN󭓄Ur}h(i:XHE*QE+#ʧܞKq8|n`Uf?"]G9W BO)tQF_͂QEU{ X7R,5Wstв%@2\cN(+:@ 32v&(!b@i`֮ L^lqYcVmLLą{wU -|Ҽ}}$j0_K@r`%9 =~E&%eBZq_X HD6k/p@04#yv5`O`^gACMpB(R! f!޹Y0`}0Gm+%q! fȆ3V$@_n ĉSQ(޲g9ϥYpoq%Ae ϸW~`wg'gB.-=YZR;em *PDΜUU7HAa-KA2@,I Y0yHùZ:Ȉ z族)1r,&BLNO Gs22e d&/!82 f0niv6ّ;oHy׏K bz?*QS"G}H MtJL{jH~אTY0˲:QÛ^Ó_ Uz Eg|0k#G? o[xugCta3z<7A; d lkuDXckT~Lm=%{sdL <\-j&(LۂFxV.__QX n$#ldȟhQMT 7q}rB@.D9c{HC(R+o KDgs ɛUP!X±܀Ո/j5W0gwv-,mU7B~S Xllory㖦8>id} Jt; n S+L('JJC8E@pfM_آ`{^NqދuM?[<,Yy&X=D0D D3;ٳp|̣ *DŒkYwOKbx78 .ٗ2yU:jeUt",Ύ9m2_bJ,oPi,pA0t[2s;IUK}}(OG'r1_̂Gȹm~™%*띮#o1:*2NjV>zRz)̓/ke~dY;Jpll!} O>ϙg5QOYOf$ḿ9Y_"-m,.23ED B8\ b[<;7,>'$C9_lOitoo uo`9?9;lؔRe?A\e%*0@R6rډl)xd/}/k}vly[1~Xv<ݻI'aD(/:&*1.6TZoj&M8''kD {UO2Rf:_M)I<ߴnxhx!]e?͡B2k (>&(ЈYuwd ݫuPwcq4m3=&fީ*o1HVMߴrw2xzuz[:" F4ڰ^^]*ПdR z1"o6<|)r[ee*PUBL*zu{ӿy75谡 &v“mtd_魪uό u9lq*{ΥMߛQ.9>N >_)g'BNS[q`TF=0a0VoDO..Jl '^ؠ6yM(D5̕,dYpp#'۔-C -ޮϰwmϨ="Ӕ^nBi\o"V4afWb-A j5A(5Vߖ^Ib]^~J@x\i!is n c˓.K31%DꋸZͳ-XmMI5:'S3x7m2929ǔt醣 =RF=cˤAZp<(&g9R3CN?ܑS-WÎ>!A䘌΍7?wٷ$fIUN_CF@sP hPr)X93 !&^"ʟXΆ,@a*nH ނr<1 o/0uޝ|9WJn1m6w-Ej)vT W؊ ɧ[4Qc46 a Efl/~S/h (Zl֛6S>6 tJ,O 7r3lI¯ MFb 8\P;=LZO0.V[zi9? &;[{Fvȯ/+7 (Ai}5䋕oAnXb 2R1c~WqYBtch |G\>pb!u)h5 i3 i0G.G/&)_^_k=6#!]DF  jʱ\>?7csjs'|Vx!q.Os?nQԥ' ] Xeg|Mt}$=29K8! :5/tjcxe,5y<8勧`df649bG#nLG[rDC3K9aާ!Qigy xCs̳SU#v ]X'lZ haC{"4Ja g>$Yx0u*؜duGD:$V ;&pٿ%@*\Qc0*_E~ 5]E}>Wtz|XPH2>r٤)uJO}60!m ?o%@Guy+5eYtxg3r'9. ߥg縰j͓[I&:776aېp9*xm}}BgN}a[@o)?ja31~4 ;;AIħUwN5I_G|'j4{4 H.oFXf*0[MvwoQ-u 6wޕ=8GU+r9|p:+kAHR$ö $Bm@OLx. U{:2]Ќ+c}8&uz@N!,CI"q#4 })@'T$VxύROs5k eq?oGdj6$-%:gMj}vn1EF,]h$ Y-K6brFyv}{r4[ IbhSZ5 Кć@+" rU1B@ z+X 1w)ѭ< ? xZ@'Dk~KJ._][cKgArZnH'Z/8I[1U&;8k@ _"Nm 2m% cyßV~ǶRhʿĨH}u>S^֮`Zc ѻorgsۡn @Hz /hd}tw^\)tA3"YPyj\v1$&c΢eIbtU[3$EH.ZReth^臿K%v |m`' /:#b_apQg vtf(Lw}Cw2z,pC2oZ24*5eKGa;MaК乃.̉VH.CzfY9.1QΜҷg}kp3N] ѓJZ㣟J³ 4&adh&YfVy/O^ea kɘ=b%&RaCA(wSWH ;<4|s&b_>?LbX -+돤Xtb%D-"q[`@Wã :Ҽ%薦?0qHf^h߇MKC~O'dOY_s /禘 lXf+=wdLA@eR\BLNgyL#3q_^!L r5-U+,Oc p7ė9;E x!uKI# LJ@>fB/qPeqnm)+̜c򂛉.7Si)W o@b0?*<ܯ6m*0ڱg9C&U[7j 8aCi_)v (H8x$MG>ЊUIdᐘqnaؒd͖2 Ѵ(FG$y1?3˟QJَLOv ^2+p4;ac]nU _KѰ(61Hër*[*HBFB\|ɕzl' R RZʍnY&'k ^`g|hQXvQ]u(*gͱfy/? l)X{,|o,uxuP_GsI{~h(?Q n[a"2Wv@ G(vtwNm?F&.8u$9o=l!ivdMbfIonp, :ghYEK]S2'@ fAQ^="W)\$J=(Jl\iTdhrJyY%kAz%1BA@fH;`{ ܒ_Rۣهa(BtP}GFc\"G2O@ <*1 +OP3+OS[`!8W1 ӥ,L| @DN-m 8 rlb3rd}DzGCTb{DR9#2p…=B{E}e0yVy(_ ]=מvLFP씓\8ª8''0qkO_Ҫ(b1aꟗ9ko/{}#hmMx}y8(OBU*Cf|eݐj;-i)ɇZt`8'wf!,qI6m .dc_$2|+n)<&J"ޙg <JPafLc:Tyv@Nou7s8Qǜ=ZeXzŸKҠY: 3@q,Dhmm|Q&So&f"F"k+ &.U*{]L>Z}9v%Y^1? Q$yfF! Cmx%pPd׶ߛő]6ф'aN~iJHeCt1VUƛݔc,hϩN7 7FB d%Wn@wACe3/_ȘexY~\]B o?i}B @!CN)<3۲ZS~V6:Ww;J GݳnfmEg0~.U-CQi~)Ldb2%M&egT_%@$zԙ#ח,rٟȵWӷ EeL3ǘ'J+ـ&j>ՠz`=⍶y|́b b [g-R(D(%:/=xʟs8ei&rt xgO9ZO06{J'3i? ["9~mߏ.,v"*KGvfsfvYCaʪfI.U$p~yCJT[L+VLTїlGdO} t&[gŒK8s-,2zQTF~EW^݆ѹȈK_QWQѓr!wυ-3}Ik1[/AkdMظ󀓎wit4WC종ڬGN|Bq&3X|\^눃Z!x$c^x¸{Y#O}gk(v34 Enne5U~wW< i` I Lc|U3UzþkS'ЙL3 Z+zƭjs;^7yGv$=\ErnjfLh~gEA%d5|pVsG_eb-r$(ztzy[%wl}OWߎx2^_h|/gqTM!\ؐlYl-ǘzN@{a'@dpuC!L]iCC8Zw֫+JA4wyHiibmTp ,&; }=Pjv]u/*sf)JP*JfIE>QcFb7 dbXʻK13DODh|mڮE,rsV+?WmjAauVX%#I/p!?u(&˿䓳HkWN,}ApmUYyxE ,l;$yy&2|)&÷!Roҋsy_BSqKTJWT<:eq I>VwY}'0;G9Ӷ'Nyq$TOڔq޹L'\yx!>PmǻC4FK3<~`"#vsuSz7[fm\E]^V8 /]]wo*S要tˏȈو,&5/NތVrLzcA9 S=WrPg^lS(<n=@f4@!-%|| `_Z׳ Z7ncϕvX#st*Xe:uqE* k6qxU$%Yck뛕lj}糄x+ }°Rb|ʟ7]|u][@q$|OV ^4!$9 PEw]AwhIb24؋p2;(~4XóY&\ 3P}iG7$@9җTt_~B6ȉ:g8 K*8S釷&v2ջ5=?BR wnhĥ)Ϻo˱NP/@_V|wE=C?M` Ƨ'[թ1G\h& }.oy2w u b})icݒuJȟQ(GuPL𜒇tESjEg= O.8d%2W(Ȅ.=tx#FAd"Xc )=Gjn/ɘocb2%s}Avlk}} Q!A~zA/8BN,I̒A+f("5a =Df;nWYz|r!|.tr^w50(WufQ\W]^QC|]~*"%1 ,[p (hr3.>@$\Ռ> 8Zf뺣'!,2#~r/똽vaş{+ Bp#`5 [&cf<&2t'm2 ķOr;U\$`[`B2X%%m̫)6,dNFF,EH].;C+˒qjp,dip-&V;)Oрe6Q0~#{|[ ##M0JO6ŕ%%k=P̅Hewҧt}>[z# T8 Q'O<['ySϯ-|zBt^#)z%5$e]|3d-`Nj&2ٹKתC -rd|j;i&çY薲bʔniQPyiSo.⡐_k# 4oA:Pej.ڝs8CMߵv!$ ۄ%Xd4p/ bsxImG]]޷-U'=ۢIݬ&MulBC)H\<NL!턹_:l$ sm25'\3ȫRPݲk:eqk ,*E/87cR(O/y^Q3=5]3; JZK/a(+nKh5; ~1{- &y(am<6Il| u!t5}x5R%dnW6yz>)g ^}8̘\_YDyU!wfЊ]$i?G|DJ^N#C8]v̙ڌޥQJKzhUIK^D+dާ>!o,n_כ>3Ji3KUm r#ʑ+ňqj~o+kdviת94p::1E4@}ErBԴ,IZd0̳@OsUgeŋ9 =;O&vk,ܱ ](pHC \Cˣ?DAv6/9PdդQi9>~ﻀP24U/bxvƶ$fz, ܓk>aL˼/Ҷ6_:tP&7 mݾ8.f/۬ZIBm<;7+=P҇/ Lܣ:ikh |R<0P bD:V9Aev컑kY"A[LELj bC AP2`׈58'`>wjkwsMHv*J˘ vbÖFE1U$Gc46YJ2J:etIц1߭M[Ahe29!JsP4 ݈PǪSnhӈv0kmyʋ誧7ɷafa IM# ]^* 2&PFt=IIpoF1s ܙY`8uv8nBc8A5/ e8ӿK:%vi6H؆gj"^9ΞfWD3N/ވ >4`K"􃄨2EJ9NO(4%k۝Rue-׭|q]fڋ lJŶKB=|y:Y+o'̆oM-Q@vF9GVGoP|R FdpDݭ:2BU^J.zɾrrV zM ř* m&9q+> O)eC韦Ua0Jp7%wyL]]5ґ˧rGD@cdLzF㮚NLuB7E~,p<89|+Jʂ7xvc)g<53> C 7zUnG46WTH#D?q<%mv>l͕|~j[$+l౼0qt\Vxd7vc`RQ*?!B5[oa [i]3FpMh-v6~~d4%<,!śݹr.Oì/.( -A3bTb >;sQ8S=Nջ'vC5{cD`'\Y\wѢ^Φ>+ QC-JㅶVž^NJDܲĂWܼ< _pN0 a(Ws@Ra$Wft CGB~W]pn$:ɠ SnkOtߛT2:O0 '7g%!{:>!P*?8k.um,2?Ȧr?$Qʲذ88 OYO؟ָK9'0l"™8̕7ռ)A<ܳP_ؑ`G J5tx5 X\fPRH@P3*3AԻ:xKkC4O'im"`ˇg!hr.ST:o, ɔran6-,7 5RVի{4H<'BےBY`m< JTmDe_(w؍ݖiJ}?%wi98آ+Ã=h)t!+sG$}f"a@}TEř$$HG,= {JmtfW }!H( 'lsg|VLS<r|U' 8RdcۊHx}inwUUn~[*e?gs55.*'@i, lE;/|]+NKp3Ci4c_`^p;OZd԰*Ҁ kb)#xy 5a9C}ϛۄCqB1c r.z Ebu?9//i4k!kmp|0z ;- εW(x~垦F3ݬ9R7Ϧ گ}uRgսh2J* M[qr[vr(/ZpMI'x5 .}%j{Ŝ?<E QAɲgO!"\U ÙXbb1AUcY|i [7{6+S*ye6n7Aִ<]e(DFy[!"a'd ΡsV|rgӄ c V\`d̦ӏqJ8ѹwsP\cTCS/#% )[iCB ZnScPYp⸝jL ~FL[@Otsv7A=Fٯ4/lT_3HJɉHSTBRŞ֎,Elȉ;1-qgh!UM K!KGkӗN가a{7&҃i/FxzS2{oCp)aX>&dxYu:A m2\;sT Q8 ?z]no '5sp#Uøͥ=lNR7(F_(e?U38}YLv\3(WI=`6/rB/PƭmaPaa9kwughlpY?.f>ɦ SJns 4_@D~HHͯ(+&:ţM܅h|RBىQf诐n g^0Y4t&jY25[>H|*R}6nq@$O!n^ghMgD̉BЮu.YA }_%A;}x$1oD)f?@ &/$y/xNLͥm+*ɻϡiNh%!}) Di5ׯ˲fxeE9BZp+Xno\K7 'kNz-~>'bFV %0w-GRxc/w [/9rwvY7^jҨ#7 $i(W =j++ $I"@<]mLWAe~aQ2m 43dT#RzgD[U V4igt4u^&tqrYeFe{S(Á )jHGE 6"DC4*tGz;-]SZȦ~irXZK,@vrtڮmd*WY%钌܂ⲪšPnDoͣt}A?,;uv%C|4)I26I>{;TfM(O rHY.DR=}SzhI91jr8"V j2 BH I rߍ(MVo3%rYk g͛=B:gYbF(D-f6c`d;z )"0.NJv ͙eIaܹJFU!~\< yP+sڲwAb]|0iu9/J%g{=i-Rvą#ZdF`=mҩQii@ pe9!x5;ƴoc] )yW0vlZ+ʢ6BiGץằJC aյT<8’[/>gr%6UըU(2vIz1aeIhLE,"A 74hӿ$pv6 8B(󘌉U1dYS8j@ݛYDG#3E4p('sk24򩑛Cb;̈gP="{ZZ.T`Scx6SC:FpzD(RxKp^nԓg|&=n0h!%b rU{cOb!Eo2& m=˜1sl]8p7}YKIEuh~rء߫k&%?M7MUH.!_ڌTبs(W!C;΍9L7y&: ڥ} 0Ŋ݆.UUQ>UR.tp~8h5y.?WrshcKĭۢAE#ո7PXMGs8e]|hAd7@ߢϤaMuAC&N~m|aO{%I9L };yQg P``^ V7)typ.x!`hip@]0^?Ӽ<4)5ɀ%|!0xWI9y0JojEP6%?ݡ˯'UG'?~,ۡ`csnn.5F DKb:Mx0!b]^W; QH6bY0Tp7s,P$s~kwOʛ5JB#]8%rhu{ =ߢs%h@ÂB8*fa'ﷄ)?}4""REWu  :jo6'B# ߫{ &rXlOp"(?eA3[$7:M+TG_װc4~ELϗC}X(|/Vymr HbX1ٕOG+9Kgßɤ.|(Ru0/D}42QG yxG&RgY1cBFZ, {@yO~7/RSP i  څ|WT82Ťp7ܖ\Ј{Q?dD |WѬ=m3f4Ƞe>,!i,9x%^ZݿL݄XLZ%,7ӘY/?`3qEĔPڄ OQ,w08RS"jU.ǡ07)Zuގ}ش o)mc_H!, cQ D¸.'_@7 Rw@1DD7Zڊ2OaPpuQUOˊ ޤ6@>,\h[͕i4f8-Ȓ:Ǟ"SԟӘ5Dtb{ޝwtd[qH0eP]Z=5|:ewK7[J|s.\5;sB2 ; *6Ͼ`Ҋءj!$M%%J%ƞ܊U>o,8ӎ{eeS@r}|Fd1 ETo w^ÁoِUGzï#BHhN'LSP$7tʳR~>g~hl+(%wN_@" r/FSk>C꣥KQDfQ;S8+@qRMq,4hgZl˿.Ko XxՖ-WMf >0z/f6nY9|&O/~WZ(7vGOfivz㼠*$ *+^8쳩d8}u\P#mfEܖE!f: Ս߆h:4KeӃ_/ WZ׿ xֲMMZm̹# ,6F\/椶 B edM$d=I>tp{ykT\|N s7jX$-Ӗ&$y%f, |x]BWr'2L2?` q-hSY,K"ܧ9sIG'ӹ2 #~΁r^#|޽qX5[@>PM| [`nU~ rћdV. w.Ơ},NvI"nT7?"*/^rY[|' 8{9 ߁r2^HHb co kȨ5V8J(NK #zl2pjh#Om7rlzѾu=k>V䌫xAOBP~4R6Q`CdփyO  $w˨~`\\%e%j/67:jF`qTjV"FW(5&B9"EeK觢4=|&൥qn""?#d'WBט$DIz0hGdl1 ʔB֨G|0zy$4lWiSļ1"Tߐ5l\8Q_KyCrL2m.Wv&HGU-D:o: l7EȪ :=Jd<\@&KYAIY8J;$[U,S#tĴ|KK}:8Z}͞KW)PB@QueRKD BaXo{HRXmhE4$x/zݮMlvu֌B>ηHş8WB`\يGWAŮD=u/.~$.quO06`j+J 薋Xh G!|Sًi #&A ! RjF&.nݤG`R?RV_JJpV ?e۬ 2b'nUI\CΣ{\Jl]!Fa_OyNs3% &3|naY2$6Œ̈́5- V]ON>^s%MY`0a#W*ŝcC8Б ŸI^PuD#w%xCਜ਼4o$!il7m@ɀa{Ì2CNT:!> >D"Ӎ駰ڗΔ"sYg+hČ;0݁V棌]\NOe(ۏv4vktԙ_"4aUC3CG,cw;VthShoYH¦9])`OHs7Ye;M1(EL!k&(m~K{jgJv+;fip?@mG9Pe#?8c3P$P{o~ۭS LgPG:Bz*l4R: vݾ6})X<#1wj.baeRޥy%gXt3O$!}*C&txWe5h7Hanr'ރY\BP>]LS{n¨([a{w[Wy+Lb >hj}n qgI){ot K|HJz{gYŶB6/3#я>Z)sZ_cAo'CиبeŎ⪦b>:BCo+%&`%A'uA3yDp.,pWCekMhcXPU^;Nc<eK֌v~ 2%f5=èE VgGhQ{?A^w HelܕCQaGZNGf..pyh 99IOr~Rz9+7 kr|CXTt4S%XDV#Y*;tD5ϯØI;-|uNZhO'0ea-S}Aa ]Tڈr8@qy5Pw;qLkPW/8(qO9 l} %c_ٳ~*Z}xU_!PY}'k xDL?rգR0G&(ZW)7J>+|:~v3͞lnQB]3Fd?=+~txhiKPn);6cQ&en nэ63UUb*̫ F& ъ^axJniy#Qv{栻 ّ(5 5^|J .qd#Z,k3iRX,QEfgF:(.LǼQ3R{F"-|efCzDrYUx!bE[0s1vEO?ߑf|U,y'(Ppt_dH!ўkݬwYnWV+"n8,OlVDA& ;n]R)kS%5hUS:hRqѮuz]3;$6@~p~)(EuQ;ɩW6ۏ;Hf6KzGνWh[Pr-SgTb!x-"V`BW!1?^LBD[O`oP㋲F/^ Ώ?Q=2R\F?~)A [ ㉡E>x F+9XM؎UC!\*M8 fl9%l_!Wlp`?)[uI}V!xV.eQJ9g4!EHnOC}Y%#l H.0GA8Uҁ=b $6g#{8ʳ >4׋šS[,,­~!L/ݒ%1 Z"UI7B#k v2mxmپ"J6ܣ{Zp?-=f'@ E-Owl~zš)RKn⫪: b& VB0X p6?!)vxP+t?_x_#I1lm]W[w|Z6}0mw?y>Ea@9%/L͵*Ճ6:l; `o@v&5JX)/c.k8I~xiY{D Jk[B>@wh[zrrb&iYMx hQ,$Lu:8~ ;:H]BgKX9uI#]"z&:d_]-9KVܲ} vGJ;>#ISݴQʏphH5gUrL=xo$Qʚ(Fk[񘪒kD ''&-rWӇ*2k7#8G.;{ln&B,I|nꗖ8և5IL;[p_){ (T[n=92>9jKnRkO{ ):DUөۮ0|&Ȧb,G-T5X9l[s>ϛwH{7'N:L= 4uu@is5ui SVDG|4Jь^x5rb3!*7r(@:gV !oݗ歱@EFt19xCeLmJZ^q|XysNe ^j!3psD&u;*jGBS?xK; )Mg- j)JpQA /zI\˽&"]Q? *ܱr#l/f!Vx ΅mۯ0VwyX$MAV)j)|.Zr]_KH `F6P@ZD)^XzBq `za"DLzQ~'ѓneW6Q/*MK3[vc:-oH#ާ}M !*b#Aֆ|pN~ڱ& $96̤IV1h.&lB 7@d/n` x+\*| I_AuD*-Bv='T_ySYoRp{aC8+p3,8nj۳m4^%a_*WNQWU#687עNfIX,-熆_84$N0Cb!%N_BǬmhFwZc҅]EZRźOлy& 4јK0&ahbm O/n~e;M͉Q$8wv_H&7Q`n#w'0TdH|\˺fQ'` qSr`qGT-J5U[j7ogJ&vxf% xB}wX OCb~h[|] ꒚}qr\r&ր+}y!U;M77R mqR{=VUYJ;lfMbpvƽ־s E]6$MΟ7[ȔHgr[YiGŏo#RFza|.mQaW80F <</)LBO:خ,Cԋm#7cFM/J%?}.e&005ҁ ~ŧ>.Nm-#zoel&u&gN Ht WdFY "DΨ.f~j@3S6n78?/E q">g@ir2#uHӜ%;Tdnf'TK65j\GrĄc8w*hStD._a1d=Al+(Sh9;?ɥO!/a*n O(5&q7 7S<Bʂs [tT"/Mb9zӋ6z=D? ^H%Cr?PAlhwVwMީ')iaPlW_u_mD;jKk8'[X\Ͽ ;r)C^z+(1C^/3d>%2c^=bqN$y  w5!E*amֿVCxcS*YF5iYOv 8[7F|~'!*q)(<jH+El\<Ϗ񸑯-9;%g(]RB/0󵁫%Cm5,uuˆ,]U|Q9Dw.,)M8Χbblޢ-"oi5}̲F5h, VBlϖ1,V+Yks61 E\+1?SƘ[&F!Z EZI:z}83&IJ!ǧFe= ?j.3t +B5f lm-/*W)mOYb3eL~B-mfݱGQ5||txVVY9Z iq} hyٟ@ĥBR/aB_,)95Tp.nlGqKd+HE! $jK amk\ 0T `Tֲ*:]Pj 'Au?INm&pO18z"jfk@Sh-Q~/ղ@(̦!բO.Rx|PHGhu$MIQA<2VQ55* n[f/ IDVsq.!,;f1I`)5-y)A[;rv"r9؇~8s _(@tN `&#$ï=p>)L ]%)`EscefJ}e1S$$y &ű=B_[ Iv$brY4PcIR*WCo`˝!,x+rʉ_XNcu8Gf'%dpMb8JAڅp۵՗Tf[zsO]ϕͻfIPbe/-Xhd~soU*M]Ls(_(Ӫ Ar;0NϞߝ8r`sarr>b:{Axg OZƍi5=M:)Ў)3'be7|7ItLw}- Qf(73f7sBC )B>ՋBԵ~ssR3HPhcl)֌kP'؞o [.lSiq0<,k{ Ʉ12Zj,N散_.Όݲ]|ˇ S YS;1+=0\Q"K9+f)g_m5 ב]&h/*QʉӔ4 { +5\}q{9Xң_o MaZOb *V2Ѹk]8E c|V!G'$N^ZN πJ{3>ew"A0IDو %xkWAxX%.nmiwVG@g k ^ĶT='u0"'`zMAK곧q Xd9Z@ՔF8/(^kzزNHhtqKv/~d==G\;95kuc>-:9M]dOs521\KBAEF)Q{ʹ{C;3";3>Pẹ"4PbRЍ4p珺Q1T>[\aO"gp*5 7 =\Y0@e,5 Wp%nKa$l=S~ވ*IM_SJLo_3 䧺>Mb +k2|#y8cY˜TVqܛR<8Ymv#T!YCxTGhs8֎lY!-ޥߕJ z0:i4\P^ZǥΓyY>) gۘ9]L?U˜ak{8O{}D& RG4w~'NaMz9 !9֛fwO>zl`WegلDjOr>[f^O.ߩtع"cnZSbS?nr _":öQ+hiӼu?Mnqu}F p~#٬=)&/O2( e3 2] +7D8d#R QaYlޝ9Qp`:ˀ䱂təK{gukO\VJOcw,bBt$nU: TE)bH¿oAO l:zL!j6 .|7I2+O\9ؕ.^m&MmC(V $FUBEvYI8(S-G8n9?gU8* ȭ +ŏV)YqMu JfjP} 5\1e߸&"e>c=ndD'"l%>Zq}.ċՈ*\l:>)=ci*yxIc[ё&VF`Q-2 r{ܪIjR 4p7EnZh0\ML鈩娏XKMvx@GSN픖=^}aJ݇33Kz(__Nh4w/樺6(ĥ pwaJk$FcƥDknPYVa՟ܖۀ]2B8$9;A{JGǕPȝ('^F0Vu~csЎb\#D_3?$!պ-vK?/ ӽ!%kI⟬|FX+ _GZ0ɜ$!H)AXQ1/ (c*o >V`'QDNq]UH楺~LҒ[NO#gPU*L6sܝ\~}Nvb^oſ:FzQ a [ LXiGɸrFucЅ4Q}<23|K[(8%Oi|\DE:cjqFcW%u^rDI ?JF8Y.uj1$g;Y?%џ_M⟚guL  j9<'@}(%'E-߾Q̜}GQw5pk__> +6I?OQ odFbW<űb4RJύRzx뜺 mذj1IC5Eѹ<πg!Ʃ{HN{1q :daNBB֣MZm9R= E Ezh7W5ib#1,W3`M%{k @%RVwEJ %OƼDgXW5l9OU/ aϗrқ:cy\\х S0?]0mIfXFSyYE(X<#GJ4COE4M"ZV4S#@YgLwExشi bQ U,PvB(0 j{{7}hzBF7(SB+P4;|M\:(R%07<:_Gd#~S ] sٙw\xkE!&c_ri qٌO6{zބ~0άVViXCE=.K.QU,fSzj18A=WV,&rxD.f`eO,-f-u٭Mi}AC:l Fo%rD x땤h6 v>rK@6 d[|EOĊq1>vx5? &+22D dĥӮ?Vh3f[ C&WPnLq/寧4qZG?++'p_{v;-7ϥ >еȑm9̢vr c'6u1UJgո|$M$~.cډ%}qIV9'H]ۀI3[]<";=<'kW,6rRURԯ!~iQ iute-!'CFqG !$AddO<4:qek3\a{,ג=зog$ տ%HVWQ5X?295ᠸå.0mC@KHd[(t|6I!T qP g_!,뽩0"u=f|Y*jZ ҩ>c%H4U em-R3M_yN}%EfVHFW"ZվQ~z}"7vgUÉk` B"*U-!p k7ih!"nʤ{DзԷ5R=xrV&:4?3pYJѧR_#exn\39gF5 W q&q(sÞ[`T?s6Y/v<> ~E8iVXn^{py&ʾ2HJ'UbTHƶe<'s9TXk06%`xM$gEq/2?,ᜱ3V~ 7]Δ,&/zh@3('B=aihսM'ĵ"cG)zz929OpRb)-b1+z!U)A+1׭d !x$ 3euEZXWja,2wڄs*]L L =Kt, Ć+ϕ61`߭i]9ӀۉBC GzeVLXkf8tBRbe!Cwva^l\cUVΛ=ߑڤMr1{PYthM ߃˹,>IfCաY6(H%3Jbſk ld6^#g yo2>0t^9syl=#Q-Pw HSkNPpO-B.XGuwwY $5f]x80'qj^@>h:a壎 G{Xzߚem0HֲK!J %|ȫ7P"L5`fϭNIxx2+qiW8(%* VvAǡ\ÃAVY[~eZ+/K5T$ş+i` ([U\84j!NO 'e$ҥ6~/ԠRgko7 ]d 0J=MZBuE\gߴ.Q!4;T"9Q(ŒC$NcW%]vr{=&uu^W7Y=],E1/EVd-w5g3MǜF J«\1Vi4)VQr *FK.nl̛m}@lH9D^ŷ]l$~gj╣AF{ys "~|Ґ.S%l 6EYs%+2tzCKZie?vG_G>OS:Y:V)+̑Ly} q/02A\0/xwls #=2oʓϻLrWA' ]ABr}7Is ڠ9A}\@51].H#}',v&5+7oIP:Lo%d2+[C[ t,^&"CT|RRoî}=!0Oun]UBQ{†5߭P /UYʦT3qAbR!CV:T\&1ׇm7*䎹IԢ;GފQo6Jɧ. KWJ,)*29$%ˈ H!/#{Lt6 ?58ckWB0hjU(4%=v9g A[Wfc~QmE-/=QmeP'SNln y& qk"/X+WuBbFNV*rGow1Ċلe鱼>㯄+p8s?#Cf.f>lz)a ZjevjFs:' ;+ސqv? a5:anNTNaX;HtS9Ylt$\o0\E|OJkH6^Be>B&U(N^g(nq«f\7$" ۭKo@ۮvz/ {ՆY3}̭){?5'Jg@kooEVF[UțyW- f©O\c+V[0(D 4Pc D\A<]]hAfFNE/`aFawUz>?0Wn:,ƈ^/e=v15ɳ<;-;};J+ڍYg }jA½H-XcL2kI@a #Q2|Eng4o}X<SaOOY븢@h:18i&⳱[\V.^B@]ʿӡkWinX8^"`W!JkLS`1eguQ&J&֗H]~?AǾ_<=j/[~-E7k.sYwlo7WCrbl<[-T9R=R)x>ÞҌ;ydfLLqW#P3#a)6ľrMY O[^JR=Wہ|&X0x Sxwi?QIM k Qt2"1mk('* L{Gج&&;,tʔ䗲qqldfЊ`+`'[333^aݚ5Tuϛ(bcӠ{+_PVQb[yrL]ْS?GqVHB]W]QRj\J>:R[Q\~OPg„ Дu&Z$BHi/vƅ^`Tu"..K,JX@{W} c7u*Qu ,p6 Zi 43=rYǤ C4E MfOmOuuNBSЧ6oiBOzDX;ꤘz)ky8W*A"_ƥR #/=%j+ FW.!УA3rߠ"6OلV Ƚa7_{ b [6,寚xC׽xu!1߳YAofy#$lpȒfMYkEY)õ/ h m Υ[aov{$+oU? u"UZu­]oXD1L^\Gg,rRxՁlU4oQL:xjх ,t0"Siڗڔ"E PaR);V[?70B5\ܻ6DϼG n|s]v \VSu{[ n"u#<=GhS4ƭ.([-(Q00)x?|\R+BmF D1tzk`-χAJExUo-uCzW(uZ΀m=mk 6-N*pkCg^Q~{]?{SPj)egZb! oΈt9DLJ $B τԻ Qx>HSTl@96ukfķ*Kth#9y" AG%M|8lrd'5&]0J/o'yKJ^ɸ]:9%RSqᥘ_Ss {p[ 0 :R['ˈ%Mh!S8xcd**q>\y* L< 17|ḛ#/Ac@1B(vr65;/dx[+Z_vp=UD^F GdН UH\#)|RoS' WZ)~k<(\CӋxfłh'dm*[6iWF[R@u.+Q X7GU &L42unc饯nA:XDwjm5}7wX1\;M()#JسG?j x݀MY-$N$9j6!|ȩ%ԩu5ۨ 4"װiJ}ܗ@tmj2ؑd~-iF˵WØ)xg.w/d)}6(sfv#)Bne)0蟈spDMJ uMz^ys{D=q4rmѢOu2Ƕu=Eh~M׿g5}@vrF(]lHv-/\'{E;IiH Y>(g@ &:Y M<ǎ0<ǰ`Sz&LIѯ#@3~c}U_Κ%IfS*.o=2]]hM-Xd:|vSOh>c8+I4rdBE[wNUV SZdb( ,ٸVpp<@ͱaQЕBkSL]!i+Wm2?֎qut6ϣsbap~qig򸈡+{ܸZoTSgs`gh 6O%n "("RO#@ .LYr} *'t_џg3/4 H0t&}:AT䇽"i۰&ar1iTy p(kV!KIucQTX:PZL=n_sC8S;-.ЃjVG8PM2 E-WrƱEPxi=3[ 6w5!Yi؅"JKxZ*%Dm vAPڬ nS’zBJ~pv8R_M e^)_ƩĞz՝sBN=E?c?+Ҕnvۗ 7"w8K EDGaE|qk̤A '2|3GУZvsm տG aUREP0r~!Kl6%  < euUNNEmO:hj#TQhk# H}`Zdg]E|4MO \r@OV-b v &Pz&(Ѓk`bhlA剳*1=1ۜ2_ArW=1F[ZY6=G/givWSV_uZnžGָhdbSkee=ϐə zGq$VKOי> _Ba+XG5%7R[qq\&O@xrжuLy u '翤x[ZГr\•-p_ټ>bi]@jvQHK.-: 3ѿV+ i'~H)2I,#+F9 "> ǜQn8OKfΣl>T8,(K,HN'r8dC0u Ve?oTTyiϱ2N' 1PMv֗&{zMKqޟ4EZu7_.m@xmT(Fbr8Uf+# KlބwhW'5-CH}{]Ai|e/{( B}ƎPxgZM$ۼRg6GGd@7RB4A]FМ X\3_z iXv:-6-gHhț|M@W>cy-vL)S[W*$%C'jJ!DVn ~]Ӆ>ꡊ""XlKڹ|pc/\auN7PTybX4)Ow\7omE',{i \ ī>g J_s32dWֲA{&P+xȘJh&Yʼ7.1 ScO18kjklc\PqfK(r]pm`QQYϓKl4A "g]U/`7*NT ,m+Uկ{K''իZ .]N^L[Ew+WMTdu}|ˎh|v9owr ta7ҁ$f=̮d9i\]狮brLTs9ߵY 62lJ;4p|q` 3ٿi|oEJ4pXsF";?J^~J?_> C"Rw371{׼?vc C*}_nMjؽ 64WA?PqW`s9P fYſ'2 jbqif45D2cʗD0'%תwQ<zu !~0g\;m_e]oKe ؕJAk3ĚAWA]ڌBD%۵-^ oh9K&'lj+ldrFfRϐPkS18 g4Vcs~޻eaĐZ]DyBTQވSKeyhbL#= j r"Pл4F.E ul8 iЎ* P/J$ cZCCe_>4puk4lp9? 3+8A"OJڑ7i;{EL?fjLTm toPt5:CgD !A"r(2,,,1;F\Qх}ǂk I.pkʗ*^g/8@).?>B@OC#|ڜ)#`} I~K.RHӿUL'khcD-x l6C*Ԫ;d(BXFh7Rb])<-Nĝ-Bk7('Ԙ?Gս'Dau TQFuYmMQn5UpU.WVgF0Y(x/}윔c&@&!ndcӲ] pJe{k4S_󴳍gC>")V;^|2Nt\qxȑ>1'd ܦ$n^-kl%`t I'(T^h>*5av}̓S%ŁƄ=I߼5Ϙ\d雴#lSpI̗誝8бA/gN?,5^/ӦKZ(э56^،@Ns[ĄgQq߃YܧDmW8~&6] GJ=!RσOtSzLg>6pi+N$%|C+Qch IMD?1 ֚6eT~!'9'A]+NM {xuk{R{xMHנ ۂh2brOX+,:wTbv_v|@fj"tک`VMvW}6Ľ]7MѤs.}p(G`O= $D$<*Ѩ 5X K q6Y3,@9/c>.sҰ${pqR|E! "̣r}VJ'k]0Ʊl w^ P6 (m/c\.Nfgn =,_qQj:('ɓgY 7k3%t;?55nCnWJϏsx`W--0#y~9UqlpƋG嗢qr>{c#< aHp2@ӹoQ6 oE }ތ>MV߷OMvV vt=]ϙo2!MFˊ:gj@v͘2Dvv,#]{nɚ y[gst.Bw$jzڄMp8SO@vPiD[ԈCڼQr 6_M J Wz=> ŪxݗMãzo턵zŽg4˽!p-D\)8Vn.U*nfA9I;bg9\= v oV^ٿ`sż-'N97Kr& "ZZgn8Pj>׈Ēd 501fHEVeL,BMҬߡ>Uʎ"ag\g1p'ćlM]* i FI FH>ah@)˄n5qB}rKq#5݄TP 䈔GH&F9Jb`;c^\é.tD2TsxR!] MBDLOٛ` Aw3K6% mkkCNR>S _g3wlw}eAK!?#1ZTlHLސG"<`ƅ<9v`69vɆy5bgw<~ ]_ھb擌pX&" ^?faHs"MQw3ԡ߉H/-acY!s6`Q"Shqh1X. o"8uD+ĮW8u68dc:+h鄆(燴xb~yP¢L_W޴4V RA=؟?|hDsL'aOo/ Xtc_KT$**}<(=;6PvHlHE20biKF QzoPuO7IJ`>gW'-+` fg1zœJS>nЕE8Fᘮs۝ j@~lytѯ QQ3i¨.T~lXT"zؼӃ zr mEwX_ܱ yWY@L \g$@\®nF$i{|ԛXKVU*i lc51JF y2-.A=Hu*q@cTߟqY̶ue@4MU[~H=h&Hj$[Q Cm?Bcݗ  rU 2OE8 i5et%kL\ 8?b8f[j"{ƚGjZC,mBPoiĤ PÝ` @L <|S9v0t-sRC2]ZiS91_WH}>;p؝Қlo@I5k!4$I{(Y._UŤM4픷$w1#$Ƙ9az&=\S^Y9ffqNle+A6*HWV]ؘ^mC#7t]T .ޓ>u`$!HwOfaO/npVfڌzVOS亓Ϊ+ nO~ U94иK_A^4ZeL7cP-qLJ^xDLrL8 +γMYR|%բ~~$`^ S1 FVZC ҡ7ʍz;XG^6#"sk$ dR >#&yRzS9bQ-cA=iJKx֓aZ=709 z"ؒ])f5{Wo>mx:IQt|t`Mh=z>V >v%HȩS_/gHC! j3E`;_=jLCqO~h{4tCW7KC#v`?U{,PN᧹PVp _J/x's)Ϗ  Fx )=ex|vޡ<_"-8}󉚐"EރM#rmV ?,eM^RAf}q=*Č|Tsߕ+B`=șgM\2rNu^m.<xpS?T0)OQ+˝;3[T!~Nք !sU`2X54"in 6Iڦ=s|BO\*(yC[ӽNw2#3dmHCbl(ec%n^+D"CGf]?2(@4(CD˒|e-\Ǟ-o /W+%}9 PKZhpIW_֝EAR!KUjW"4 eVVLT qWeŵfRqi-V2#v K>é^#ba#? j),< w gG) \T#!kYZWӝnڳ`KlHcd0]2\!~S9=-@b+G_WBж=\Ǥ'HPG@$^X]y y=0 8V|ΌwP;,0JE(ܖJn!"ư}d RՖ=Jؓ &M"- YZ