go1.19-race-1.19.9-150000.1.31.1 >  A dSyp9|Vmd@[ xg^!m*`%Jb[[@,'p+ D)k[$h.#qܰNg 8{7I_kl&pŽ-g;e=›1n :VTq +`NL:Վ@(/o.P{aUY]"/g*DqCએcd mBy TwDD:zS9)(TCUbȅe[ V`-G1bb67ed395076d3f7b2e3dbd186c877bf1aeaec7f9a5b1701d4fd51b1ec5590d1b62076fd4a38bb1282c20840241f4f524c509bb5y dSyp9|F7S]]qˁMG,T}mL3%g?xXCl1f=5}GU < ݹPbu&XnMߣ ,Wew@a:O:T?6UN{6.HN^9!'FY1|4ZE4D%ʓot ϒ۞I\Fqz"摺:g _P?j@)?#9;\؟." eh<ٰ2C&Guʂ pAJW2CT!>p>?d # <&3 Ib     8L(89@:F~GHIXY$\P]T^jbc8defluvz(,3<@FCgo1.19-race1.19.9150000.1.31.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.dSwsheep61 `SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxx86_64 `dSwa8f838c034f049eb36c0dfe99914a69ce353dbd6539ae0e5a2ed8b166b76b55frootrootgo1.19-1.19.9-150000.1.31.1.src.rpmgo1.19-racego1.19-race(x86-64)    go1.19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.93.0.4-14.6.0-14.0-15.2-14.14.1dRLdP@dP@dK@d9@@d9@@d9@@d7d,@d'@cwcS@c.ca @c< @c6@cob{@bL@bbb@by@bx@b2@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- Revert re-enable binary stripping and debuginfo boo#1210938. go1.19 and earlier store pre-compiled packages in $GOROOT/pkg as Go .a files which are not ar archives. These .a are incorrectly passed to strip by brp-15-strip-debug. strip incorrectly modifies Go .a files rendering them invalid. Some Go applications fail to build with "reference to nonexistent package" errors. Refs boo#1210938 boo#1211073 * go1.19 and earlier store pre-compiled packages for the standard library as .a files under pkg/GOARCH[_{dynlink,race}]. * Go emitted .a files are a Go specific format, not ar archives. * go1.10+ stores recently built packages in build cache GOCACHE. These are separate from the installed packages in $GOROOT/pkg. * Go build cache objects use a different file format than Go .a. * go1.20+ switches to the GOCACHE for both recently built packages and the installed packages in $GOROOT/pkg. * Current versions of readelf detect Go .a files correctly, e.g.: readelf -d /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a File: /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a(__.PKGDEF ) readelf: Error: This is a GO binary file - try using 'go tool objdump' or 'go tool nm' * binutils strip as of 2.40 detects Go .a files correctly, but incorrectly modifies the .a files altering path resulting in "reference to nonexistent package" errors. * brp_check_suse/brp-15-strip-debug passes files to strip based primarily on the file extension including .a.- go1.19.9 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/tls and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59811 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59813 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59815 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59063 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59158 cmd/compile: inlining function that references function literals generates bad code * go#59373 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59539 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59579 cmd/compile: incorrect inline function variable- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- Build subpackage go1.1x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline- Use gcc13 compiler for Tumbleweed.- go1.19.8 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the linker, the runtime, and the time package. Refs boo#1200441 go1.19 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59267 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59269 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59273 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59271 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58937 cmd/go: timeout on darwin-amd64-race builder * go#58939 runtime/pprof: TestLabelSystemstack due to sample with no location * go#58941 internal/testpty: fails on some Linux machines due to incorrect error handling * go#59050 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59058 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59074 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59219 runtime: crash on linux-ppc64le- go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the linker, the runtime, and the crypto/x509 and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-24532 * go#58719 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58441 runtime: some linkname signatures do not match * go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58535 runtime: long latency of sweep assists * go#58716 net: TestTCPSelfConnect failures due to unexpected connections * go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58810 crypto/x509: TestSystemVerify consistently failing- go1.19.6 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the go command, the linker, the runtime, and the crypto/x509, net/http, and time packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57275 boo#1208269 security: fix CVE-2022-41722 * go#58355 boo#1208270 security: fix CVE-2022-41723 * go#58358 boo#1208271 security: fix CVE-2022-41724 * go#58362 boo#1208272 security: fix CVE-2022-41725 * go#56154 net/http: bad handling of HEAD requests with a body * go#57635 crypto/x509: TestBoringAllowCert failures * go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 * go#58118 time: update zoneinfo_abbrs on Windows * go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. Refs boo#1200441 go1.19 release tracking * go#57706 Misc/cgo: backport needed for dlltool fix * go#57556 crypto/x509: re-allow duplicate attributes in CSRs * go#57444 cmd/link: need to handle new-style LoongArch relocs * go#57427 crypto/x509: Verify on macOS does not return typed errors * go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. * go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices * go#57214 os: TestLstat failure on Linux Aarch64 * go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length * go#57124 sync/atomic: allow linked lists of atomic.Pointer * go#57100 cmd/compile: non-retpoline-compatible errors * go#57058 cmd/go: remove test dependency on gopkg.in service * go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders * go#56983 runtime: failure in TestRaiseException on windows-amd64-2012 * go#56834 cmd/link/internal/ppc64: too-far trampoline is reused * go#56770 cmd/compile: walkConvInterface produces broken IR * go#56744 cmd/compile: internal compiler error: missing typecheck * go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target * go#56154 net/http: bad handling of HEAD requests with a body- go1.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41717 CVE-2022-41720 * go#57009 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57006 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56752 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56710 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56672 crypto/tls: boringcrypto restricts RSA key sizes to 2048 and 3072 * go#56638 sync/atomic: atomic.Pointer[T] can be misused with type conversions. * go#56636 runtime: traceback stuck in runtime.systemstack * go#56557 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56551 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56438 crypto/x509: respect GODEBUG changes during program lifetime * go#56397 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56360 cmd/compile: panic: offset too large- go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the compiler and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2022-41716 * go#56328 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56309 runtime: "runtime·lock: lock count" fatal error when cgo is enabled * go#56168 cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch * go#56106 internal/fuzz: array literal initialization causes ICE "unhandled stmt ASOP" while fuzzing- go1.19.2 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, the runtime, and the go/types package. Refs boo#1200441 go1.19 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55951 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55926 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55843 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55270 cmd/compile: internal compiler error: method Len on *uint8 not found * go#55152 cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 * go#55149 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55124 fatal error: bulkBarrierPreWrite: unaligned arguments (go 1.19.1, looks like regression) * go#55114 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54917 cmd/compile: Value live at entry * go#54764 runtime/cgo(.text): unknown symbol __stack_chk_fail_local in pcrel (regression in 1.19 when building for i686)- go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. Refs boo#1200441 go1.19 release tracking CVE-2022-27664 CVE-2022-32190 * go#54376 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54635 bsc#1203186 CVE-2022-32190 net/url: JoinPath doesn't strip relative path components in all circumstances * go#54736 cmd/go: cannot find package when importing dependencies with the unix build constraint * go#54734 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54726 cmd/compile: compile failed with "Value live at entry" * go#54697 cmd/compile: ICE at composite literal assignment with alignment > PtrSize * go#54675 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54665 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54660 cmd/go: go test -race does not set implicit race build tag * go#54643 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54637 cmd/go: data race in TestScript * go#54633 cmd/go/internal/modfetch/codehost: racing writes to Origin fields * go#54629 cmd/compile: miscompilation of partially-overlapping array assignments * go#54420 cmd/pprof: graphviz node names are funny with generics * go#54406 cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54309 cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference * go#54295 crypto/x509: panics on invalid curve instead of returning error * go#54243 cmd/compile: internal compiler error when compiling code with unbound method of generic type * go#54239 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#54235 cmd/compile: internal compiler error of atomic type and offsetof- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere - Add _constraints for worker disk space 5G needed by SLE-15 x86_64 - SLE-12 s390x use bcond_without gccgo to bootstrap using gcc11go * Workaround for SLE-12 s390x build error while writing linker data: bad carrier sym for symbol crypto/internal/nistec.p256OrdMul.args_stackmap created by cmd/link/internal/ld.writeBlocks /usr/lib64/go/1.19/src/cmd/link/internal/ld/data.go:958- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. https://github.com/golang/go/wiki/Go-Release-Cycle go1.19 arrives five months after go1.18. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1200441 go1.19 release tracking * See release notes https://golang.org/doc/go1.19. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * There is only one small change to the language, a very small correction to the scope of type parameters in method declarations. Existing programs are unaffected. * The Go memory model has been revised to align Go with the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and atomic.Pointer[T]. * go1.19 adds support for the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64). The ABI implemented is LP64D. Minimum kernel version supported is 5.19. * The riscv64 port now supports passing function arguments and result using registers. Benchmarking shows typical performance improvements of 10% or more on riscv64. * Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See "Go Doc Comments" for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. * The new build constraint "unix" is now recognized in //go:build lines. The constraint is satisfied if the target operating system, also known as GOOS, is a Unix or Unix-like system. For the 1.19 release it is satisfied if GOOS is one of aix, android, darwin, dragonfly, freebsd, hurd, illumos, ios, linux, netbsd, openbsd, or solaris. In future releases the unix constraint may match additional newly supported operating systems. * The -trimpath flag, if set, is now included in the build settings stamped into Go binaries by go build, and can be examined using go version -m or debug.ReadBuildInfo. * go generate now sets the GOROOT environment variable explicitly in the generator's environment, so that generators can locate the correct GOROOT even if built with -trimpath. * go test and go generate now place GOROOT/bin at the beginning of the PATH used for the subprocess, so tests and generators that execute the go command will resolve it to same GOROOT. * go env now quotes entries that contain spaces in the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS, and GOGCCFLAGS variables it reports. * go list -json now accepts a comma-separated list of JSON fields to populate. If a list is specified, the JSON output will include only those fields, and go list may avoid work to compute fields that are not included. In some cases, this may suppress errors that would otherwise be reported. * The go command now caches information necessary to load some modules, which should result in a speed-up of some go list invocations. * The vet checker "errorsas" now reports when errors.As is called with a second argument of type *error, a common mistake. * The runtime now includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mappings of the binary itself, memory managed in other languages, and memory held by the operating system on behalf of the Go program. This limit may be managed via runtime/debug.SetMemoryLimit or the equivalent GOMEMLIMIT environment variable. The limit works in conjunction with runtime/debug.SetGCPercent / GOGC, and will be respected even if GOGC=off, allowing Go programs to always make maximal use of their memory limit, improving resource efficiency in some cases. * In order to limit the effects of GC thrashing when the program's live heap size approaches the soft memory limit, the Go runtime also attempts to limit total GC CPU utilization to 50%, excluding idle time, choosing to use more memory over preventing application progress. In practice, we expect this limit to only play a role in exceptional cases, and the new runtime metric /gc/limiter/last-enabled:gc-cycle reports when this last occurred. * The runtime now schedules many fewer GC worker goroutines on idle operating system threads when the application is idle enough to force a periodic GC cycle. * The runtime will now allocate initial goroutine stacks based on the historic average stack usage of goroutines. This avoids some of the early stack growth and copying needed in the average case in exchange for at most 2x wasted space on below-average goroutines. * On Unix operating systems, Go programs that import package os now automatically increase the open file limit (RLIMIT_NOFILE) to the maximum allowed value; that is, they change the soft limit to match the hard limit. This corrects artificially low limits set on some systems for compatibility with very old C programs using the select system call. Go programs are not helped by that limit, and instead even simple programs like gofmt often ran out of file descriptors on such systems when processing many files in parallel. One impact of this change is that Go programs that in turn execute very old C programs in child processes may run those programs with too high a limit. This can be corrected by setting the hard limit before invoking the Go program. * Unrecoverable fatal errors (such as concurrent map writes, or unlock of unlocked mutexes) now print a simpler traceback excluding runtime metadata (equivalent to a fatal panic) unless GOTRACEBACK=system or crash. Runtime-internal fatal error tracebacks always include full metadata regardless of the value of GOTRACEBACK * Support for debugger-injected function calls has been added on ARM64, enabling users to call functions from their binary in an interactive debugging session when using a debugger that is updated to make use of this functionality. * The address sanitizer support added in Go 1.18 now handles function arguments and global variables more precisely. * The compiler now uses a jump table to implement large integer and string switch statements. Performance improvements for the switch statement vary but can be on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only) * The Go compiler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well. * The Go compiler no longer accepts the -importmap flag. Build systems that invoke the Go compiler directly must use the - importcfg flag instead. * Like the compiler, the assembler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command. Any other build systems that invoke the Go assembler directly will need to make sure they pass this flag as well. * Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. * On Windows, Command and LookPath now respect the NoDefaultCurrentDirectoryInExePath environment variable, making it possible to disable the default implicit search of “.” in PATH lookups on Windows systems. * crypto/elliptic: Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or by a Curve method operating on a valid point) has always been undefined behavior and can lead to key recovery attacks. If an invalid point is supplied to Marshal, MarshalCompressed, Add, Double, or ScalarMult, they will now panic. ScalarBaseMult operations on the P224, P384, and P521 curves are now up to three times faster, leading to similar speedups in some ECDSA operations. The generic (not platform optimized) P256 implementation was replaced with one derived from a formally verified model; this might lead to significant slowdowns on 32-bit platforms. * crypto/rand: Read no longer buffers random data obtained from the operating system between calls. Applications that perform many small reads at high frequency might choose to wrap Reader in a bufio.Reader for performance reasons, taking care to use io.ReadFull to ensure no partial reads occur. The Prime implementation was changed to use only rejection sampling, which removes a bias when generating small primes in non-cryptographic contexts, removes one possible minor timing leak, and better aligns the behavior with BoringSSL, all while simplifying the implementation. The change does produce different outputs for a given random source stream compared to the previous implementation, which can break tests written expecting specific results from specific deterministic random sources. To help prevent such problems in the future, the implementation is now intentionally non-deterministic with respect to the input stream. * crypto/tls: The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting Config.MinVersion. The TLS server and client now reject duplicate extensions in TLS handshakes, as required by RFC 5246, Section 7.4.1.4 and RFC 8446, Section 4.2. * crypto/x509: CreateCertificate no longer supports creating certificates with SignatureAlgorithm set to MD5WithRSA. CreateCertificate no longer accepts negative serial numbers. CreateCertificate will not emit an empty SEQUENCE anymore when the produced certificate has no extensions. ParseCertificate and ParseCertificateRequest now reject certificates and CSRs which contain duplicate extensions. The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equivalence of two CertPools respectively. The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. Parsing a CRL also populates the new RevocationList fields RawIssuer, Signature, AuthorityKeyId, and Extensions, which are ignored by CreateRevocationList. The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a Certificate. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom. The path builder of Certificate.Verify was overhauled and should now produce better chains and/or be more efficient in complicated scenarios. Name constraints are now also enforced on non-leaf certificates. * crypto/x509/pkix: The types CertificateList and TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead. * debug/elf: The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port. * debug/pe: The new File.COFFSymbolReadSectionDefAux method, which returns a COFFSymbolAuxFormat5, provides access to COMDAT information in PE file sections. These are supported by new IMAGE_COMDAT_* and IMAGE_SCN_* constants. * runtime: The GOROOT function now returns the empty string (instead of "go") when the binary was built with the -trimpath flag set and the GOROOT variable is not set in the process environment. * runtime/metrics: The new /sched/gomaxprocs:threads metric reports the current runtime.GOMAXPROCS value. The new /cgo/go-to-c-calls:calls metric reports the total number of calls made from Go to C. This metric is identical to the runtime.NumCgoCall function. The new /gc/limiter/last-enabled:gc-cycle metric reports the last GC cycle when the GC CPU limiter was enabled. See the runtime notes for details about the GC CPU limiter. * runtime/pprof: Stop-the-world pause times have been significantly reduced when collecting goroutine profiles, reducing the overall latency impact to the application. MaxRSS is now reported in heap profiles for all Unix operating systems (it was previously only reported for GOOS=android, darwin, ios, and linux). * runtime/race: The race detector has been upgraded to use thread sanitizer version v3 on all supported platforms except windows/amd64 and openbsd/amd64, which remain on v2. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. On Linux, the race detector now requires at least glibc version 2.17 and GNU binutils 2.26. The race detector is now supported on GOARCH=s390x. Race detector support for openbsd/amd64 has been removed from thread sanitizer upstream, so it is unlikely to ever be updated from v2. * runtime/trace: When tracing and the CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events. * syscall: On PowerPC (GOARCH=ppc64, ppc64le), Syscall, Syscall6, RawSyscall, and RawSyscall6 now always return 0 for return value r2 instead of an undefined value. On AIX and Solaris, Getrusage is now defined.- go1.19rc2 (released 2022-07-12) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc2. Refs boo#1200441 go1.19 release tracking- go1.19rc1 (released 2022-07-06) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc1. Refs boo#1200441 go1.19 release tracking- Trace viewer html and javascript files moved from misc/trace in previous versions to src/cmd/trace/static in go1.19. * Added files with mode 0644: /usr/share/go/1.19/src/cmd/trace/static /usr/share/go/1.19/src/cmd/trace/static/README.md /usr/share/go/1.19/src/cmd/trace/static/trace_viewer_full.html /usr/share/go/1.19/src/cmd/trace/static/webcomponents.min.js- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut from the master branch at the revision tagged go1.19beta1. Refs boo#1200441 go1.19 release trackingsheep61 16831917651.19.9-150000.1.31.11.19.9-150000.1.31.1race_linux_amd64.syso/usr/share/go/1.19/src/runtime/race/-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.suse.de/SUSE:Maintenance:28845/SUSE_SLE-15_Update/891e165434b99283e98c357358014c6e-go1.19.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippedrghW$Ͱ ֡go1.191.19.9utf-887e0a918135cbceb05ca52e50c430b63105f8a6e09d32185f1949b1680aff0eb? 7zXZ !t/r] crv(vX0m^xڥ`X,jg4t4"#Dj|H2,Wu88峚|/clvB4v|hlNP(D=K)}f݅7k?A47HyIE(>kJ l2 s@Vi|2'vʳ8qלРꗱ8L{~R»Bq`0 F^\%g0{kkt/ϰIaKd_w9mq}dج⌠PCΒJ (Fb$ʐprˋo # 00Ax(b]Wpwv5mf+A[ *:-ݸ{$rZbf}ҟl ڄs]uzWRXL#AYVWP9 {J/(4vGP%ԁfr./JP81LlAq59QLZq?nRZX{0^:gN$k8Vҿ" @E|'RP܏hLb; }-JW՝Th޷iOX ?@ʿ*Oo'sZ $ 8K3U|`ԄdbS8[zAtat8Ì:֤1[k9хT#Sk ҦӁ(^.4U]Vrq2˝I@[W"Q-@"(~NW6$ߌʞ^\+8*Mȿ&D' K\%|G gRR[%o(=xAiyEvB*>Q hk^Us2HFf/t~.9\;`3*T&ds8BJC+n,~H ؼ8)rtzY'4d(ZҰf .d2CgFT %Pd$oo)AK0i}>8lPg:a[`"XFǬzhZJӛ-N!>6Nthwg$ ]goi b sX]*ӟθrw3vNL%}2_zޙv))AJf\T7w$/^XR ׳0oVAጁVG<[9]^`Pof\kew+!9%#pR=~¤eFAZ,u]p*xXRw߰`ifw-N7}3eܘʃڥpBqhmN1}"V>%v*dVQi@w 1:w˅i0)EHCV=K| أԁ"h=T|L>$\ $`Q.o-oe53s4+\y9]sKKx aE$ׁNx*@'ͽGsp@M30jf6RlԖ0MW4O0>dpwI|O|Lk΋J}mK' 睁j-e\"]ZA~]'x $@rS GXrj}GI#7Z9ÉX'{dVmҍa>B`GO&8(,7ndκLe2#\k;PYSzk0iKa(c!@}%NLT[2TN!N$ OؖG4AY8B7bQ ԳIL ֬?!Aܨ (5Q ۦ͞l#.柪 }- :.>5"<7e3\!รҐ\MƒB3 nrQb3,HO:yn3$CԃO3+rt<%.֍H͚zJ)o-1UEYï3RKuh"lL+eauR@Gl *@! \A_$۴ȦD: !gv{9?IQ7ebhXq`Z@cڐta[cT_zA{М8U0\>9$vvJYM tw?ԳI&Z j3*mxgU/\_-.K<'w\7^SKKpP3I%0|u,Z3.4!g*l>e8 511 w` x@,~xhnzA,O!<ۇqבru\zk ɸ34 BJ_2OMۈb3ТB~;H9%Q_U1^Q@d\Cy{̗zge|&̎O^ *;? U(A}H3,iTj['(Vlρ^U&bb9q*Te/)tc[-o 4>m2aRlh"<2CN%ɛ[!GFwǡӴŀfZ|Qzbe`%Ʉ kk,@4a8 pbӄq=)&Ęѓop'Lp?s:<^cx3 L иc$'cZ nN K.P 1|oKґAqQjnQjb>IHGL\@G#MTc7> 8I.~hJy/S\5(){g]>.-g_(% erG ۹њiYu) m8\dS_%o'US:v?T(4FGC[%u#>N4^t0@uA0cc`J $' 8!d +#R VKאV,YK,E7,SЃȹVrf)@\ i?8ؙE3ugPU!zJ0'MqPQx,hTCgz1TBJ#;ֽǛFdZh -m&Suê'BP6n.Bj/G,g»"(Ncx;]tf,@;v}$c=X`Qp5f nyQjZ8u!⊜^Omb"$}]/ف&lLWs^w4;2Եbs@wYeR~.g'|Ew w =juסGg8 59bNFs9lc@7"ܺ=JZHv.qݵ&2ck])YtX7`(`Y`Amo;mGO⩠P˱V>&jj}2NQ@A"C ث)*tM0ŮM5zIޒZ*7%*t->nIB|X1fvCH3qANVR|*9ῆbiddV=e+:Ǽoo3m,RkAWoy*^rF1X GW>^s{"tq?`u&?V)m+⪅e$I⇃(Dg00|dP= ´֪@󽢅a#5z-*18^de&t~?GMI9f)BQt=e[YR7v`P 2l~!PVa0\x 8,q[e.ѭv"Ag !7#]m13pn+~Mi ‡*IuNCr wRx_N V5lٺ(-gC\,x&Ñ^wAALܸS.gZA݂.-yZj7,ݯ|xC{JAѐy04Q>osbrAq K p+Wa^ O`Ž#pi[j}Rt16 K,m񧺞~jZYj&(>]mP]BQP*<D޷l2<`­suP^&j_NJ _(T>ǽ݁VSx"Lc9t0X:̀Ta`!DpVNLb66>[c] X=B\%mEg+.?.4Cu' &XxLH}5,-P4 h:yHהM0/yUyxFGHN/mi(TT3k9z*sà u/ DzFn/*jqLhj!X"`7FycUA0.(bQ/~&W=x){\ގj\Jz]qzʢbA;TJcր އD4?D/ihM]L*h B.l,^~>XI5ɬ|gGx$V! `mc<5hPBkL3  `C`b fTMNq꺭p~0y4JYIbt#o% *b_pDQ;!.@BGT'V? \L䇁D+<{͡&{nN!S":,Wd\pUmY+b>&0wrd 6oymgv &JRtxhOzzPnrI`| e'- 3ߡL(#3sԼ)ae=z'J3dPYU}1d-zUE@~C۹Oa] ~ԄBEQr$ΊDgt=7z,VqIRgpWM\mtZ_C6vD%tG>S^UA8>OVQET>J_-κ `ىcSÈ g^Go`8Kťgq";N,= 4&j&q`͎aZ.*7WT"2^NoT; C10'ض`_s#v}we% o.w~&n앣'9  Ֆ1)NZvPߒL5 5"@M!/;Vo=]Y&<#?Vhtq:h4n5 \QcIxczQT&XI p1T:a&}4Z^]HC?{HsVpZ,itSޠyE+pp_0 kPSf8z 7"6ȥH`d<ɎgSi>[*mZ.u߁<b;pi-]z 3QpxJDث+f%woH 2}E7x"Zq.ӧ!bz>/8&^, X!aB}14pʺ?iND~!FydF0˥0HL%\R%=ehRX~< +9ıv&*/]>WX66ww󸻡cGz]lhrsT(-bCq?)0by̚^I㝗ѺC\^y_E+ )}?]\:+qTUp‘z{[iCɋQU9&޻G4T PJjul4gySt2O|X { D˙Sړ-SF+3BRT ˏsȝ`BXש~ LU_/.HNvH-5:%=ӔWA.Ƃ` MC5qKTHQveY&Kn(uŰX`2l(qCeϳ-<2MeOz|Ŝ{rxh..Zh>j O-y9G!51p:0{Fy\;'=C(w[ lc'*l_􈾝h gm֭EtۓNFj|Sӥ d׎lpO!{xš1"wEx *;тc?آRnMUck GHF(b~yphQ-'0=G S `7> [ӏ}ǒ{46#zu ̶6' < oE~ژ}&Lܶg%&khm;ܗ@MiבZId 5?r,:-27֙d1AStĆ4uairlA<z/P]Q16,>kV=ˬ: w'Lmn N]S#o1+OE6Kodѭ/E.ZE<)(ef@Rj@YW (}V׌dO"pCz+Y2-Ϣ4[B hf4FRhXLᔑSb{UZ$mҴL)ҷoOiMԇv*7Bhݩ}ZH >4f/OjńjuzGn7̕q(TS@fgBQv;$7ܘ 6CKffXJ AX 0z 3v˜? 0 |݅Y$a/^J&z1-€@6ڗAl~S^#lf;K o&06R'IҤۤ`&*ȷI/LڇbBaGAWHI&"Q. U kdmҍ׈Q=2@$ w:F٫\K>tj H)9?1`5fB>7LvZ7gv_l =(y)"پT E$75 ٣_Volۚv/QHKXͮgt֗goRᕫݏ:v0C7-'Z֣Y3!Qw, mc}%9gfjI?OݗwanNTpsiFOrmQ*EkN.8\|/,o6[DB i`@d) }Sd!H'Ajǣ^ ŵ|g9g6!M l3Qרuie,T\D;>|x!r*J %nTcZX|eM 8@)1"x-é~{y ˛>HLRZZ]Ve] 2'բE,ʨ՞#5['aY"M9Tؿu?:MP W+QJ/!-u&Hg޿Ɩb8;2NGgZs_-[ ykNjA[ٷiee.yvd \6KPd:9ݠ230µl~kpZMbYl"'ؕ%  |#T6L.tź^}6 |׃ Y8$dvx+o 4QL +%$!W_,)A(h,ח0"R3E[[V/pw0W pri%tE\@+r$P f-Zo'0אԴr|{5. ѽk-AADg HYR/.(_2";WtԃI}uM po:,T':,ʸ*'KF{<Vcx z뱂8SFDOU;X`u)Bf1{㙉x&ϵQ/׸r^0ee"}iK<*Dlg4 W};ա͔eF'APd `"F u0AY?G\;%fG6CTң*o9& kvzf\\qo> ٳÁ 6z /4:z]ͯo@'쉾Ri:_Px?v=Xrb{\ lnlJ06X^,A܅ kέQ%=bE#bj 1lS}ۘjpm>EaA@뀷1?yx&q-G5Kk:2\ǘV=zA aJ Bc0r&n2ax2v?< P^y4j\)(qEվryIޕ dڐu[cV77>#OB蔧nWPcd+@ V;#CtΞD)0/jG}fcH iac:bV*G;5%<:E*1 O !v"5nܒϚr:XeZ3rhB@-+ rv)?M0R< !&{1IP~`SSL p|rmEu?ۤRd3D TNo?y׭``Ȉ%54u$!#_,O̧UqNcS!‚? f46:xr->i( L-:ʵHoĂ49 dƉ_}bVlZzO<@WHIyv[lWiHތZIlFPLv# *{[@)T v26YݓR V:Q`/|Ors4p[ؽ%ܻ*%Fz~3̗`IX;Qg!^v]Nh>&q^SWms));}V.{W[]Q/MH](gdeev1w|yrI>x[z÷H^< #; Xo:|A@'*QfR l'NXT=N>J:@d2ڬ)ukpMJ4!%>e=?[#-;:m !4<&;}B|"L^b EnkPCnv 4 1 kpA㩜8 Fn{>%Y+ u~mAl&XvEˆ,Ǟ{V]Vo.ߋ֭԰vUDYCqF[(_] ЂɤC5XJU㞠U RFbkYf0_بՕ 7iO/2Er4XDbbl^ *VgĮǢIvۓhE]CQ! ^)]>r Qh "o)nZ` J@F1mZϩ8DQEۧBI\h Q -Ӏ*h߱mq&@" /LΫ4ҍr@ ֿl/ųK{(S)Ʊ^2nSYP:ASֻꕄiYz1Xrz!Ǎ?sO2}.W5]>0/Ű=BLS{3Ʌ%` pn9&o[{> ;8HӺsOnD%Jkr0z@9#8kRD"3Sk1.{7Y/ҢkNؐ(8LIc ,Mb '+vzM#oy$M m.aT zʼսmc9Au[$URo֎χk2e0)zk,}cDCwGw b]*Ĵ ĀJۻrdE 'OՌ~zuR73Ofd[B.ўpAL,z44L#l钽=zw-L1TL:fw*P)9SBflcmQpV$@T"] _NO%JeR*_%c ;GstiSm 2c7M:nɺ(ϻR=A+:pC9w&WXzi.Գ6~v{`xb&ЏY%2cO¹KˀN-8W+Rl4eZY^i g&L͜}-pYUHUDo2a.F;v*m?t2: [ ܡ5Vߤ^c4Pp>5[#cYWcw#47y>A/\U6팗1%"9ѷ9vcԄP[ût>Mla~Y" Hчb|%u&^3`=EH{B#u*(l@5fJH '}rMnXpW%9OfM˥`,!RW/f6~DEEc!$h"sZambJQAւ2un 0d:tꄛ(Ye$o6$TgP-+qmzg} H&d&{WE_Cʽfrn:Ka@oM{[V8gSd>ڲ 3EpT3=Œ2jAw: QA}(&8վ6-~ ޱN<#d y?E'_ߘwD{,"%_+v6 VԻo4s|K;`0bb9g[-5fjNo9`vq!0!}~c3N-$nʩcl:jeO J 6zi|XR}W8QBkw3JµkiDpTAM"Ǭ81~_hB4k=ґxsMIcc&|_n(tX&5S&WQyc߫AKZ65ܿ=5ڂ`vZ~omlwʂ8n/Z=IJOD+4w.BymvlM>U`c_^ipnͽUA»)]/K{1syeFO<͈AtXXoYJ_l&nPLM&隩"}0B3 ,U+Y-BvϢsTmPsb?3z.\ P\ gc׈g#ǔO|@~iüutf0lPCZHঊ6E[ȱ лuƮzS>O͸xHS 4U5K?WR] [a97©߇4:y=$Ass6QCGlx6G+j//7tAT8G;{J ,!a^ sE3́oITȄH6 }LV2ӦLcRc ZQ0f#W IǙ0:D [!:O7~f'wⱵ \nLӌ.Oݚk>snkc\"n5 8; ȴx$s ~gaʈVi' vGMޙ̎( $h,^C\f$1l;ȩϩ)&V"o\gjO0_6 sj6Op=!4PɄЊj>倰l?zԘ,{)tӥHWG|j_Ɲk*. Hߨ+ZH(XB\1"phғ]xAѮ1{|9ry2>$c).l~RVO~\ DA\^n_?+ʁ%B@0V3џ*UŸ QSqG6ݴ{fXoSҬ#.9'C)7_ªi}) X.ȰM=qO9@77 tRtLQHgYvpᐯk4TwT #܇N#ܕ##$C%8? 4^ޝYr^*ENnA"oPbQ(߾Ƞ yϊ G6R% C#:03mnsG2ĔgcFA NUZ:خhX%r$$  "\Hha睪{7R=ZHyazZQ>)nʡTG3" 9Xe׼+A*yGؽg6J%5Q*c2J:] >6`GZr~qBQzc߻u1ǧWZ|:,QMDoor$ZW4܆$nqB!.>?gkQmPZ3cqvV󀵮/M/|+xD'3KK1t' ūL** ^.Wms鮷Z 8\H-B`1۱.yFOvی5fMڔ:,$kOU:u|>xAC"Arkc1v)}H`1ǚNE!C,>٭/l1.\EٜqWNxVNmo-n?*fq$Zp+0k{xyCm~T\q24rcTb] 1䏵fh|Hޮ4E zn5UߦR / ;'1ק! /^LaoBK%;*H1<۩MxNLxJzT&6{  $2-MB| dz^9axg[Sʃa򖟥K"7h3@+U-z=y% _PegέRu"q+w3'}l pwIZo nL"P/ ǙnB=++*Q ]]mToZ`|xMid&ДWxhŖd=0{h[$5G /Fٲ_)BlE:m/B7ۿނ9gx4Nd{!aS^`P0ϑ%`&ֶsyPsY0/*i($s?6_fL>jz,c'7Shǥ ̧ Ȃ%aZK Ga!D0|B#tQ1#q|5Sp!efHJc |OuF}b*z\K0Tybx#w!eAIg!m̱PNazWHΞK_ 78ԅ04'ԉȑVISfg܉Le {5]gr]e@}e()%˞9XQ›|L4`v/Ljcicw4/r&+qVnr+xT2,#q3Gs.q[ X&njɞj='eSks 9, E3HH r9F /ubKz%:j.Y LCzDɸ~U%LvkXdnU'R5*/.;5?u"pPIUavDgY_sGۼy4iB˯drx@Mji"RVO5−%_ԭ*LЏ;eI.[4C.E@kZ;6L0Xɑom>a5g1 ф :D3E܈ƃf(?4JJbKǷ늄5}mW3K<}# @ǃc*8;!P3v<^ Qk*3 1L#L\313ׁrd*ӡKS95=.!Za">O>^Ng(?S7]͙ Д~ߟ^Xt5VNvLȬg*kY mt:&neTNҳ4UxMMXi`qR(t Sޯh:Ej?"K.k̈>] */yK&ju*KPsw+6T@%gf?xk~Qa{-eGU9!:.DrVzmR_Oh;y\@61%Oڹ7G?(Bcꔴte#h9lXOm`eosJ2<}20I0a}4 *TWx&ff[ PmnG2ښ#rh%21^pdV % 7W^~V2'cNTܷUK4͜1Hϫ)Cv",@+n_M-;y8)"}۔JVラ sFUQ'=>nޑͼn#S<3a$@ }PkS5ʐ-Ƙ =ֻY?Ѡ8-̝1UP[1e vpմ'e"|_Y'*hA9s=`x &FRK{*Qc_^8Hp8:qN:ΓtJq]AmS=Cڻ {T➶AQ;>ehrzmp=b↪-P*D4£N_|5"Pr\ λ@ J-?2ۺ{qRsGl#/]hA 'ܲ9GUsιcDU4p-m/<"uV,xLc׺"6# ':'utU+gV: wHp=oN`U_F$u3oD R$y:Q_@0HQrjx C],>IU0L; 79=jlu[(,!.yB#*gJ[s <OO7q!)<$#w`?VDȝiܭB2oq}w4,4'eH LW "c5D{FWRCSR pyחMlF)pzv4:#cK]"R8u (B\u7|4{~H)-i ="oi!溴`7|Z xP݈;c6Iyo Uu"FC@M6P)spܓ׸݂LZ xcX~|8w}񓴀?B$puSRl\sR e7KDWR%)ۈ|8hf$L3;Nh2T|quZJq$SoZ6]Ea_]au]f=|cjG 8;-PJapu=-Ilnmr@1L80s<R]OKDQdMr߽D9Zd|aw۬$B\M_W-};jFꗉpv0-4|.Sg{]jP񈀢2̰31:ء$V:f܇qf%/'$lwj} )$ q&Za*c=(UWHh,^YǺCwP/@sLq+80^O" e:#P D S4|>1O3^~aGbLQ <5AW~]Ut|-ZNf|^3tW2 S7_)CԨȯ3J%:0en9 \;bTY$V|#o/⴩o#-&=Q!>Wt>8=һ Ňz[1uY{p؞V#Ke%櫉dIhC)u BRl !s擝vSnfĊ" Eg;M؅p :62Q{[@3XvjcV32 PX2lJ4̢tr}PO[餶AenQ,|RÄ o`|2cGR8 ?-/ɺIq@e?a5Ò×7mP"m)oiU IQ5/^Δ?#h|f_'| cJl\b)ʹz}@}+Q`&jG"}_Vl<*cԍNy%Dk": CjwZ%N[oa/r$I69vtH22֬Rqr `,2+ݿ0q/6ѹq_(6lPwLbA'v9Œ$WdP RlL?>n|<ܺ[:+>hm_(SпY i°N {y9ܮ gHϿY>Dn#lJqq\k3_Tu9G(͸ױJ}48 $aޟZ]n%RQz}D$-6fnOt5()8c̩5fGw|OF*@=vf^uiz 7R uP,e~kQ L&U$2kò &Hgc 6V io`a&Dpe@zӛ34" ژ_)f4X>\[c텯sn2*=FtQ=ړ0q{(M5\Z}9 ~ .Zcg-L`sEXrVk ָL&oO>>RVпWHyҴII,jD(.Nm>3uLv&-`(N!Dj:O9V7H^; Q)wS㮅~q* ) NJ$ɠ^LFJqw@Wh:?$hs.Ri9W6@Zn_/΁9;# LM+çʸ#с wG1("yXin[DoGxL*8w!0}#g<Ӻ]x0a!Ӈ&ߍ-Fdu1PhjW?$]5hME")b"w19-2fϐ4Ш&,(Z`(KחHL8-R4,]@BM(n*JUQizB ' l3PLaZOm,$ dzyRz<%'-,4Kkh@`2: OH:3 L;ChweCayaP@Z:)߉R ߶ſBcXTb7:9 kn^Mזs!IviN79$LҖtWc~4$#FO HE+j~˅)F :0X62ļ7~LNXi)*y@Efr[mz`zw=uG R=*˜9/n5WA*Z;|كiJH\UvBRaF:1y&~{V,dFoϬحFYZ+>Q/KzcRL7@>5hJd'}5 -8f0OY+Y9:<8HuiI+0%v<]|;rDP;۲%}h8c"*CP\i_a>^ꤝxn8 墦?-ElF )`L+OrD=hBFLBV;g.y7^@Oo=!qМdNUS٨ J>Te9eㆡ'`'ώ\`9hni c^vVpB ]$VMK2JlڸF;fV8 fl^|asI)c݌2z#Q23^} dR`gUEq>G2t zZ`ao$izz@b 2bTJ# 3HZ4&-|Vcv'iZ+' ƥL|FW1ԇtRG>Qmsr]tSR IrJEœ?;&vQ7z1 L!&}dr? blN5 v0r aJbMH+UTB$M ÌK;2%߄,\$/[+c\~AkڈqڒO6D2#w7;2#|1&Dx870/AF =PCKTӔy,/3-zJiI?b6NGP|[jhE[ qRt-w|dVD^@OCet[J xSycQ)!Ioe -3:F"z0=jE{92]{rs5Wl2RzPlLa)#u/Gai2MQip-=[ &׮ᾉץҍQR\ā@Q359Y&]4 𺒰.&*/w80|E{_uh60#VijYU²2I+tXz[bH6bn)6j:gPNէ *n4ę$x}O!GDM81 # ,oӏؘ_0܀r )/>뿂˲]-p[>|FA-r#Rj߷KEr@rl*?CCe$4jQKYdBFe`\QL G(6tDl=s &,^< }WIG3Fcٚ˟42R~<[5ea -T|ƭurv$p2+ <-);AvݼqpFEIJrn-o<#Lh02uP›k9 fd2d=2#7.nsUuP9j3`R4BK츓=B=3wkQ4}o?vf$KZ-ImuOӳx@(bXӐ%x]0Ǵd _?0.t&e,@yjo!/:} 2k 6YS7ou$i%iɽǯMW:+?G.ebZ}rJNN=$A9h)#i:omgb.o6HR;MjS#厜n .O'TI|=VkVr3X.PLy6U-8'O8و?D%U?zڛ!2eMxt}]) -񷫙Ov`wS(˝EtOqL*f,ڬyQ%^,Ŝ52Av$^/F'軑ӋT$(P"{ΈG9V2'EW0 [F(|2w ޠFhG g~*n&]0lOjPD:p'=gDZhQl*@?b ɛR; "hKӢyC.9_>|yߝ)8?| QXq"v1rݏD360#HyZzR Wf d;STُ>&7LT a Lq&8׿o}O= H |wnglnSn&ti,ȼZUÚ-HEEĻd|NF}1їJss6Yv,I_!bn]( ѾC7lrmyM$Dqx.zO/xf)F'BDi Di}v=0JȮP:y=:(HAtL[؞9ոt[րʾ.9t) NѐT}ΛO$@l!$bLE;ljvӷ]}=VۏCgX b@̒:( l6x[Phb&&WocQ'm7,:vD33O ; Oxs14#%xsSsR$$7.ߠ1E>G\ eOl UY?,X egmFqrIIޑxH"?]!_΂}2L 1 q5Èc=-cMQ ؞݅khh+Sn=%A}d>wj=p{VM <؊͊%C| LԯXRz^k.dEȦ5|яP!WOv[vo'SV_I. i{.ZGXN =&蟩'Rw] r϶I 6Qs 5Rd.e ~@ؿl֢o56uRfZj;(S7` 3~-5 VAY/¨kgB rzVi>,NEpmXR!-yoWZgHOff.x֬<#A:ߗd)ѝD9v1 ޜeMD,[2L#PXNQ NqGYv0n 8Rnmd `d κ5#lsȚb!JCF:?&: ?'b&럄z jWIڑ̏LܵƏ7w3s o>;áyꍟCSMTA=\VqJl0ZUVIȪNg] h,6 hǐ9,6: qm>mR-,Av8"L2cNFHIz)-~)t%7o_B" ݯJzg.\7=dQ7$bKjsc[RlAN@)ӒB09a nz\n%0Zphrdcc P#H-k|m3K[bTf3ɏ0 Sogۯ|, S.,C}v9\E`4y {IX3A|nq_@e"B]Z},z> ,f93}3% Km EG^#swÝvXh9X)-b n} B0r%ܴs6|J U HNVƛ4?40*vuӺ/Jp'y"H H%1HdC+##hAؼ:^鯔kI.9EN,LARoQkqRl+Jk{_db & hvhvL)8vhKxU 7~0qd F_zHTjFv]#!>`*Ӱ) lĘsJ;`3j:Q{ш@Q=lM/MH;`lB:>Ɠb u^f4At^hA%ö([(uPAwƦ JꞍ̭:iE>!SÊ5ocpilGG hQ@lb+n52b pesཋhlP׭|"i>mv(Srtn'YŮ u`muQ[ NƐ'"gkw7RTw9($&;F`@`Z -};]W4eqsp Ua=~.lqG.`?Ӑ <3au{q1 l;_j`,Z VB ^Dsk;r|_  /NukG C^dtÚ;Y??5 a\,JVC,T}R.6K`3|evĮke 7D5<vRƃj)C&@HA!İb|w6S,o!GS+1)A:R=L{(M! p9cgh8L jP no(b%kgjkE jU,aE8?h 3qJlav˟8/ulwkkǤ W|C8ˢ8,% FlI% !lQy4q:Ì0$6 w>`vٗ<0uƶ{HugKΈqxVpA>1;nt3<$+k(nIO"9 ;]I| T5:;klt %xB 茂"VW3͵% mNnm3IZVtyI E)zg%Fa,0J 5t.u%?il95@DbgE!zԔqCW5h%@CKpn(ɧh] !`,%A!ђP" 7&{l:cf~+UsDd$ͼ΁ tjF"tw*y"aT Zg,SN/JO-kB ɐēW,w1=յ5PM>IG|gC6٫E:2@"U/' 7C]GD?,k,$8'ܾ!ѧIERj3n:qb YP 3 UjW9 E FOmwW#d,0K06y?][j4;o.ce {FT,)W/RTd2DJM ũM'/,^S4aՒ(Tl) _{3,W]ҍO.r % xrԩ=6r~Ǻ#Vkk=;F$S恉 WN%h4T,ɠŸnVq F}L=8Uxb(u͌ <)s8-LCT?gh3(r{fT[+5ťA! ϒ[8Š姪]Qy`+[$j2HB|+- $E ueA[,ARƝ2.Ij@~V /8Wh&nZ%d 608tv^&r(0*?Om6`WX>…҂1lXɟ}ͯ/)f*N T)Tc{\Xvq'SkA-u,P>ER岒ϫ㲧ҿVVÌÈm ~P&S,I44x\QD#I *ubogm[}XsSq%d W83r 8muJr(jA٪|O'{)}sJ;7V`H9x=2U9Rc9$Q& _5Q2nk f&GR(oW\sr-(d6ita/8} Ј UO͢i<@vC|yT$BBt-D3u,O:jXAhU%%Unupfٌ&8 i24Fq«`K,`O":u7i {1 3O`JDX]{"@ϏX/ҢwH&FM~[ y#x; 4J%Fb}4CL#@}oYe.yƣ~qISK#ڏNĐ@\7CqؗyPbȎV\+@Ϯ5"$ol]+! vb5*ObSű,S5[4= @xpڃ|=4}t}7+Oq&fR%پ 'b۝KehDl[:/5A0%aCsM,ന;_~VhTBJV6¢JQ}4{,S.#vȠۨb v8[j_c}bhAwx&wOOJw]EJU-k :rUٮ+0V0 ͨ^dλn\aUCB3c!TmIF7P|nӃ2U9+EzKST[zF+SǞh)paY|Ag roW򺭚ʕjQIa_% |LAD[yY=IR&grOQn~OE颟xP~& \nbD^`k I 2=EK Go]5CVt`81H:R:7}}ʚ0Tr4>aNR*.9tɲeEКkra7iD̒9HʘX"0&9^y{G aM(ǜ|Qx/~|+G<ə3Z׏uc*óI"0D(^Z/)JTu-v p}NAuW,ғ,dlw֬($0Kwn-LfgW 4_#ՊCsU{y/Z F)j^뼮[}8GBvu)1S"5= * [$C繏>+17jG0~ $&uB%ǚ-$=et\3hr1*YYѰ/Ȑ\kK~s?Jp (U#]'̹8Hh*VnyߙxUi]W'U7l?v?(QSLo+.ToЫ1'AV==ܻngD&9~L`trǫ>cO.]H&\YT%@D{KtAc["%|#^7<2 ㋔]|f(q &9"8e`֬E3:t"bx/*{',j34V%5@rPP |OX2kiV24- z0j}W~St` j=)oYh(,iwJ~PδƑ7dhsĉ25 -b!Kq.IW" Ga+NzZp/|qX:?/j(fm:?LiC~4u4Yi#pxE^DwHXY|l{T;1 ΐrjYH $Mf5Je=++ l2TM+*d.fg)vM} #ՠqd >Lʖ9+ ;k} -0r 4s5u crڀ|yۦr] _98FO[>n$ #@%K.Úџ@_?1 @0ٗ&0 k"'lF&ҽiib|SQMƲDmA&gsGjr!]+SFIm1 "1ك|B=+BC]xnu瞦AG!٤I몾-_`Bc =t2?Y.InVzMi5{a>FRzx-/~ߞ2د[M8_q?)r=\НFek,z(=#48фZq+S| ŽY97O }7 E)>dIEɱ38X,N_Qe';hǢ= Ez p1Fu8ual/&-Bҽom}}nJ.[i  LPx[Nx(NLup`F3z, 7M YA^x%M饪V•f.9ESܠO>aɞ6Hoҗ?X-:|U ܲ4W5ڱ\^o;qWv@\ 0b FьhR|%0|X 56Bͯ1(`es7E9ՀGx[Ů:H;G<G PugA^}3XB˫xprKlre5#:&jlO'I\&[k>äRHHu̟/hi 뺪J}P}$-uqƤo`ܶ,o_og\ΰY=7 Ԕywg zqȊZ GJ!jE֡7KzZh ͅIm[0ѧX#ϧAr!"d<%Z1&'\2CZYNPĔv-!K"ά/ B|iK֣x:;8ViQ{\V KBگnͽ毯[:@I/SYsu=\RfVOOMZedF38 Wڃ__%mPw#FxX04gVDi?eҚ9K|-´#Fxk5+1=5@ɮ(Rџ PFvRi]W);n_Ι(E? 7ubN[ @|5-PTVCe'hNP}h, O#utuba[?C.q0d7&3(4 񯽪 O2 *l) %Mz wPos&0z1pc:rqp/Nd@mPylcM2hy$^!(jp!94ܣ]׸1"o.a4@K,[KpJ?Mփ'撶 i (u=uĕШo (P?; [`I9{K10Cǿ{ug|%DK!:,U iCRb]>M9ًv? .Wu.&@9D'xr/@5te"X|J}`$MU(AةM02BpH(D.l `8g(fܗʝ@o6j Cđnxw1 -YvWg}͜˭?kt]ϵp{Rr"oc9pUVtjF`M7pn%!Ua"T}?Mn>Ml$fմgD$ŏxa.Y ]%䠨K=O [on ݊B.|߹w@7P/s_ғؘ>OfUs%E=a s7RwpNMPjl#/s2Dh kCr k:KN7,A_ r@l.d,"65Xs5' '.;zfe.s 4޵"8߷-s&;=Z ^|ch| e>wٴ oZ47e;zbS 3 TO9. duR,UoUV H E0HRzL;r7._Jey"D:l@RK +V»`gKtBΛ~{4ڶM.Px5y! ! aZ蘎led_LKߍ!ZٮN$wLn_<c͊XkildڋKϐU\Ž#n OC:kXmd֠ ~g;׀f8#wmFswφ1Shnenu4Iy$LCy_]Z)/Uf5God;a%;c#>T2U}W5eJ7i2jCL2 xO|3dH3#h 3^t"ƶq(ħ*t@d:`'Ď׳LQnC֍a>׭c%3Im8",YZ_M:A#2Վ@jYW;nCD:*Ee?9\lxWXD_8h?=xA':c&Q84qZ׫(տto֞ٵЯ/eʖ'|tSIibյAFl 'zn|=r98oN|zFl(rs!;Џ̏{; } 6gH9D*Vɟ]FP&%?*"/:ۺ`k ZNˀe|WX~5cWf4==`? ,8܀LJb:0X@fC]J'Ksd鋶=Z(!*o$1FcxõOE{2L`NRkq[~D0E2&v*%ci][ȁX:q|5w1GN\voXYm٪1%q} = 8<xݭ!?){y`w=G[~;v"xgZjd/zW>v,K=\BM*_35a&&Cc.|w¹Y[JVOX,AFLO!](!_7q5'o }=QaIv _3ix cɢGZi00=|<c$a)9jl+\q30897;3A)wU'y4H;%;:ݳP(^As x P{~Vs_.:-Kݾ1ԭwe#2_`tG#_`y- n%Ը 2rsH’Z 0WS* ѿu6 q U_lUyqѵ_rhs#3f؞݀w*,槝T~NprY2 3eoվ?f^F}>Fh% lWL^E 3Ϻafh222<G^τ^{wఽو6&$qP/1k}' uv_\<`HÃHy@{ئ~{S;v8KBVwRؐUAFXy^y!Ps(ӢU₧h{qvԨu7l2glie8ZA : p Ș}^8-'hA;=}-va wD]|.=ͭj7jʵE鏽k"MNBoԮc=r!al{8 .fTwڈ ڟ:@v.dL6$Vri^\3S`hғ^FwJ"NXL#e!׼D<>i{ytF (6T /8 [8dm 9 ^lK./kT'%7 PKUW{ȰJ׼ 56)̀I h'4~뷘؟y3n6^N!rA+slr5͈ Kz8[&m [ө,yȷv#iYGc'edmx=>Ah24XI18V++9NmoQB{@> p(93PME%X O61ϗ|llGvV>!m7o05v)L& z9N=o ¥CM]lw=Hwtr*al:h(Kl =M+MzAye82Y.[;2T]Aq*GXl(+l%&+٦ױkfԗg9wm3e=sg6f"FYVRiymn'S*uJ+ٱJΑZUd)!,P-w8?!Y I6ѵe5m~'܅g )ڱqil}giM5"2֭_ [)`bA)*x. O?nJQ|pRtN.Pon-uQP%gЮpV󔍁K%c, @fLҏF)P㊦y0alwb7ô­k j-lGݿ0 kg ֚{F C8(Te>9#ìoM`|]<~1cH3;DV50- 5:*dUXVs<|/R_o uGVѨ ؿƋ@AU &GyYEQgZ<3eҍ]NjrZ{\[R4Z*Su8\1fh+,"XprB1; =ZvBԟEhFwBM.Y?d||&_lԒ#Tyg~dۯw:m=O;C A\C|@`OBWC58d㖟%h?F,X 0CeG1a] κ,N,&c=_h( x@h!%aVu aHjV3vş.M)V^@1g(HŞ X܃RK}vT!}KʽVe|Tc 9ECJ|Ȟ /e-|+/Csde>iI_-U]ŐFEVF6^9iȔC}r(`avIsA< &4!iD^*1 Ark, Qf"~]CA~.̰rRQ-[N~)>VTك %OޠCipz+B ՁMWQ5v&" iImaEy8F^5m#<BbtE*$Gljp?[HGU}h]S{,u|bNZȡ5(;'^8W|h*MThץӳf/=Z̮ ! MX+C9\C5 W@ac$6˚ < FWEC b4_r#',z/kSwJ ,OM< :J!- sBNE#i+Od)N7:7,E;BьlXΣq*2o"׫Qă `X+Wy4xtdg(u'=$Mjo:wb$mR[ut#A pͳKH` p;CiM> mc$g] 5%2ز5 *ZMǸ:Mx7qy*2/n qDsY^z߀Ξ+;-tҒU {sZ=&sM ЭRP7~5c]S/K@g<czd)K'W{tɵ>'~Q\ Rg s8U\~ {u$^U%#CŌ貥I%k<ޯ+y>4ʭ zYYw$0j`$֮hM*FZ?:Sw n3ཊѸ[NӅ(NS6=1wa쳅0vB8++nED(5$K7N۷*8=T_=RccQP#4 gr5Lg'ALF`z qS} 9#oQc@VsSN</i\x{O$;/;ƟL!\c;'CTD bGi lKjތXFZ9̅κ̢VKFqx.aRPdp6-3!`+8G1Jh|936T[&YCƈۜHco@Q,CHw6|l-~vQ#7dV6TϚ @~ E !sp":P![rc6Ѫvz6Д٫pvIdOuAa^?wTg_}Wtxbj'jhn㜝:#RuRiI=$VS~Y60Iy$f|Y_ '<0胕[=7b֡\g,vQ>ײ09YC@ "RVTo](0 ؿ# Hh/Y)C"©; ND#&['tI sCYKwOò#Hojgr\k+њe.:O`Y8S{Ihcfz I4=\gm۪tEr &S<\:z%T8#})\^<^,Pb {k/;D<`iXΓwd(E*'f$het; fқCڑ78@kWy~t o:1maܿdk5fF$G//. 'y+ecsW, bA,!6yhq 4Fdi3Wnh$RC9g۝AW\`hhtS0?L ASTO]}uMS~tџyŏWp{q /N{.A(%Zj6 sh|Auu<_X˧Prݬ >wJ k7SP.9pR"L8 Rw P]'7MeC3 55CބO=hd :G6ׅ(f_HM a'pxP.tg㱸@lv~O~cdWRs>X.nFҢ⇞(!T"xBZMJq(]\vDAɃB|G"KƔD W_>y~)p7уǵ&,sB3efś9k ISlQvtqnF \vH}K*s5bi(p_*&򐏶XbT 2lՊD DPu&J/WY/lh݀ Tn|jeYk:{nA&5#A5IcLǦ'TGu:&y='S0πǣ֍_TF*KEfLJͩڷ'al/`ZvE8~2&^hp޲#$>bp,=՚=۰nלjwߴZpϻu? S~&x&hƜ9r9ك\OU\ .MMS(a%-N钣- {&Ot;6ĩ(- 0O#z<ԼHhS,QAKP^PJH)M nL[^QRDm-fHNϔ~vo8`!ؓef9ՆsRP ^0ILA[c<@w@#IaT DN1}h_{.-}&'N>؋Of0^>tߣu2Tolw Ws?: DyZ/O"ݰN݁=Vs^d&Z@V!/KzO%ZoWA{7/;&vPᵪSfNRJ'r^œ2anU)#sv9+M~hi|8$5),C8_!32!hp{^`!ƮYB ʌ<'[';[sܺJ񘞈H kPqK荪fNI6UorU蟫kS}6=h-7Y׺)JqIk:ۨHqJv8~Yx9 +|dZOC2%K~=1a ϩS]vAH4eϨ|` Ssd#<&}:A^9o4A8Hq<.kg }\Xy?v‘Ȑ4 6h_pnc͋QuN9-t &elc~%rNoש N=zFnn^o0N#K&+;z~L,PGcCl*aշW"*Esnl^o۲ v^3dolĕ 4$z98B1[N9D.T4ޥC 0bɻ 6T4U*mՇ>ТBO|5> ?kV:]A_;-T`_w!|*H%;*`ғoQI ,%mm&8x}O5\{D|t `(ȷ|8zbbaK_8yي;E)Ӗx6# O>} $NdRBUVe>.W D-[ᑄͱ;SeBvq+,ЕbڴbעiYv]V)cp6W5NJ& zT|=V-)$ERa# hzy$BQ ^09ؕ V6u3'gv_Nσdh\mHXP5B”.4'T< & >8&ɈR\A=JŝՋ^ 9c1^GhtW L0"cn̬@^W÷߃"!j2Ѕ-n"?.jt2S:K9a(gp/h3ub&L> I|p.$G8{wq(g$db '(@L:}k&qlq/FrdC>_C/Cn\9VEOϰ2% Dqx#24:I^͖%cPUv? 'ŎӱIsҪFshP^XEI.v/@-=~bq FnXh iBz G`|5,w1壸@4*Dby,:2+_e^'fl$mD[!iVXȃZ@ׂg'b4qu`m>Pg[hْq2-<#Q bQ i(aE8NN6e6^٧6-E%0-ɸom6LX݃/t|1 3vz85y]H<끉'[tc&G" 8(Frxz Wϖz8H=~oF?c{?un;>2ʺ{W g& `vF]I="m>9 _-~t':Ǣߤ&zզjOa p,qS~̉/G2TǿunVcn,d{@fYgZiV%l)*iM!Y J<O࿖5CR&׮g?AxS9.s,3>~bB+I.sKBS.IڂW.&g-|$u4zȶT bRWMITXs懤"|9/4ƥF E}]af蔤4\jMqBy/*,?=#e ɀtGǥz> t3* -5cYQv# ݵKMW贵"'똎N@Նۅ/Un+yHH*&R e+Y=KY'+ͻm&~?b6ȫ$Gܣy0KFgb?`(j+wjQN)ztce|m a"=6n 3[ cU:Z<>~$cX}AC:e7QA|0v][BE ^=o6ٴH0niXDR}>@ueۻvAgo@r H; {F14,kw5y3Bٛ6Gcw-}@<]S?wKT)MGNB/iS/HW`m5RRկqДJHiawP'_ωU{Jd(.3@gW }UWbϹk"b{+-c EQY3z+^Y/ (XW o`/FyܵuzYi*ApcPv0XLZGG񔗍;C զM*f}kU}~۔ŋ:Nv[gVU!l+uZ jJ֜:(u'1U=úXٍ~?Ƅ𽏕)P=$ɢ!q,MpI3|,]XF~'oKD4oD 5|=K]|lJ✅#ӎk J]KIR kprBˉnS t4xnB.ԆIe)OUǦV} 5F38kH4F:ZTEם==3tNl/9Q}U*(ҍ1÷(,:_#z]QZkƋwGNF48 =:l9Of fhJN^yn+Gj;J%xxMQ^?)S>Y+K2fca6i! ~9EbXvEK_nIg ɢ8.j_"i!'R1Ah /AwϹ{`?/Xq&eIYX2 `2v&&D_EZ]MI3<m\j& $@AIV~_fZ(%ھ]! L":3kԊ)]_!@K,iS55}B >4)b1Zw _8/{m[S#l\G;U;sk!ig:"]x 򅡘:nА (W.D/(ȸ{4HqgĕwWU|) p+W`$tv zlL&J/p{4uat/~ђi50\ UJ9: /ZWy^KypwّN O⽋6@/z}m_=E&pgEX$u/` eq=J9a>5]11Mʣuf9 7nM㒅cɡ6L'6%jT#>Ŀ;]rzS3Cr,?/_5> pI{1&]\BLp0d=  _ rtO% &sZrnxM-"N ;&s\g!iQuw\_ƨ*0D52x} jBr ⭣Jx<1 Sf/ӶodרQR0 Pxໞ?b=k4cDhԂ՘Gʂ' CnxG =,ssxnUaP®*Ba#_>ʢx'nFI$rA1o2pt&Ê  &&By 0ulݸ4X.6-DhGgRjcD;.E#"^,V8c\jmU$ΙIL;1{lK LIѠ[{)ufѰ^dav.TiyWgQsWnfgzthU)%#y@h_Im`5Gq35AZ 1E"[Tݛa@UuEĄA{QM \#\yw|T_tWM?C\M%}վMQ΂>1^Nju`x 8Lsn4vXt;H|sn+U/Uh8 ~}Ns ;{l1g Ɗ7@K 9g/mP&3}UIrY(H)%ҲjPA5?W;)Y90>U҉h >N9XTjžҌW)d ; *Q Ul Cfys3bk94fQ$],៤L>a]W9B5xok* 58lH\;4al4ie*rt[YZ2ncpթgҾ+`w%Jdh4$RJ&H mV3EEsx6^M@1ꚿQܱk 2J-5y2xn f Vnnc/Jj)oeP,lG&"M\#,k5ʳ>ہ^¹27j}TzIJ-QrtjO!+K(zJ zUn)vDԃ>.Fp.{VU{$ὧaۛFQ;] @p;?Wk_]-4G$;ûRc'!u,sk:ksߝ0-餪.עJ#EnHs7i3ivCHԛ*Xq'%5PdqL&NIIw&,{ Fʭ)`ف"֦VE駓;Q_}}X/%%C#'娯ll">sdHZ0Nφ[B&#t8R?h(d2z錺 DG}cfҲ #@q|78g}>If4{8D.l5\yH\CxfX)Tw[\Cz?kΰX׎MF}_7?a{e9΍>yNY^P֐8leHs:΁1Sx%L uoiIŃ8[ ?[˥28}򅀃ov}G\;Qg,3۠dPk1D0gY#*Iˉ`$=eBK f77B耊n~zybMְ"nbkw 7#rg3y-/Bʸ}M-4ԞvBXb W"P|TWo.QJ+R1 G*Y ͳZw.TX?I52ϐ*'=-q ť?Q#]oe=`\$=81@|kI_f-'ܱɹU))lơ77 ,/y]P5 µINWb>ĈpK'!=3GwZC {Ơ$ AJd)&Bߣ4Am>r9KVl[0~p.8)ͳXq֛]5/hj&E|W ?2iWg&sT^}SI°,JH>-bU(fa[MED HEQ^*_̳wɠ{pٴn%2Ք>%,//.r-f@~㫶i͠"]$6~ޚBYCU"!Bij7]݇M;0_%+P$.|;j;!%}218'K"UaW%6!_Gd B tD018+LmGhJ\JLٽzEu:L"fgALA˄ 6m;Y >6C"Bˏ@P H)bfzq{;۞uN3Wi,l4O:Yqt8#\L3|ɂG)ɵѭ?ӧ Y &HTD'0phD5|Z䫠4/Fn@'JH%ZB'[E`t>It}T.՗t̫T GaOG1&+H :mSν{tC>yGuBҰ(rKncLIrm(:C\7+?=/Y O.9 F>C 6FkS-'>#QcAگ%lEIh9/ˮ(AT #U2`,AI#W >?3+Pi* Ij1{o,;9 '6L@9}WO7#/ ?q|.E1脾Z N8`[lRKd@;o<3{"0]ArAyL $>i`0BbDHݎ*DSZ5Uu'މY%"B%~{hsm/m/苡D1b,qϨ\]779 :48A%F+^ȮaSYvƿͤg,ĜϠuҋ: 'άʗIr]Vmw`Y0]$]rU-)P,ѳ<yS+4;ٿvQQE 9]F2j3i_6k>Nh`Emos[m(MIZWXvA4슢306{!k_\8MŖ+x5f/u CF$׫(fk8rdgp]0;9n9i]|d sHj3th-ҋNI':ղ_(A6ݩ* 3=9Q±𛯪䐽I] 99b}.AխZ att+?oCj!^su..r\FQe %p5+sĄ88bli|^?,2lg,'3eUӁˮf NMyNr(Kp!QZMg#AZ6PE!xL^>e 6/p5nq#h`_'fxk5(} - ǂP'8T/OAKT06YvNyǿ$l 2o{\z鉥~߳=lV/巛=fUNbCMΒ坌Wg s_LzsLhFɕChdfM1۲OEe6KUmqvԙv[qĄ@'4 |I7u, ^Rد\mDn'K f@ޒ 5膸,LEeMٌRz;Mc RH ,p,S47 !`}þDCسLwI}hAkI͡8.ntl.&gUk,:0g, RA B/ÂLץL=O!@4 J/d(}x>p^Aup7ʑP =^s;7`Zay^qv kZ<8ڝi%/%{Brͤ)wx$`eAˡL2` )viDS S5a&]'O, ӳOQuҷߺ4lmEwlzZ 0y&磀aAFշp*_ސ*ޑ[:|]W@6qqxD,@-,e&W=&IpaSsJ>Vsu94β>qJP"ZCa"!Ux;`^sz4UOdWɺr;/gUovpR01!EpvpQɐoA+NoޢBpxb93eoЫ+x(E!׹_.F,}|eg^%T[Y"űE699׾N:sKo) V S9Sޖ1˫D"t{@չ@ >{1Jįیҽ͕%J1OԀO$r'l k[vn gi#Y%K#ȏ+2lXYaն{2d6nڍ[~NdjH$Lf6eb̈́V 1 ltE-acko"|s'E>T:vkUP)L쳷@'3e " GcӾgϊ)2& '8*b>!G<0nK#,ϴ=rziB!yj&BVދ9|!8zmPCrcmgKx҆7Q78PҲgZms %iJQkNֺ_I\ηWw3J${USA?8BIP._跄XWw+{*j0146ٶ'+mqNu^s7`]sn>˔6vZxJ͍JpMR&B 7Uڃ#Mo"=Q)kz qy5M䕟\P?Ă }"Fl/W3qz[!Tg\ !Et\~0 =L\BhjIR~%$Y~0E>DF=zFl{kFn;]E1~'icU\D4^f\} Oj_#lSSB%uM?|P.hw{G%ɳ?aA[1$Ze``P(17Q5Ppvh)?eC >s9TbW K[zjP$UU6h̐[K4}ȥIxj2Abk<(M} ]2Ut_=(L`bJ,$F^5tG]R+t8 M ,RU T(*Ь2 AtgYR[6%}$ z).fH/A9?OEJ49 d4~^mFpTc;, RW[t63g+sL옎ɀ JFvY{p͠WiگR*7s 抇Y6lqs'\|O? p~CaWK1Ȝ-u5/jрfo bqd__iD6£Rmp"μ8< D}( 2IK:XjFS.vA<^ M\/p5Lo @cդ-)p$p0RیWLx͏J&r?fX0|jLFoATrEލwV59f]2pn]{ׅGr3?—Ròɷr'(A~-ww}OژbR':;B(ILC5z,GzߊED匥ZG`}FltˣG<4G#7@5ˇL x춄WBk{gꜦe}? E%r:w,<.?~KԩkRC[H6EPNMTW+Z۔3TwIvt۪UQ-@ׁkgd FV[PC*m,7 &|9MCq@> w, M -4Ì ]qe wvܠ@b0#-L"}߇H іi L"*f(/vȫ Q/yLbQ:$ew"%[WU8ӟrA[/*҄ 7u HΥ56/; }9+A J`֍ ׏o y{N 6{(֚l|h7*rv_8 ~Ry|[ x_sw?Gց[B)_8}] [ll_?A+nGc ͵;ifP}X23[3;ie7K124M^,@ptw!e$퍟ohS`]| 2]\ٸ?#%7OjqD?jdZAb8w &_x"!rOUBM GEc4cL<Ư۠zhObiVbE5w`̈́=8# {q3g4hXL&D`pՙ.䣕Oz/ N#1*-,"Yy7:jDC_? u BE¹L&uG^WI p?cT=ql̜隥@ʔO*3.lUk̯lXxWM>CAFd6*Or~^s0شy帛zs$;a]St|%[&Z$3iK\ Ǚ֞43SSnBJŵ[K$8#iLd@˃nDk(,n#sתe<_r5<&05gc4\Bf\X8gnj%)o.Uε!5Z!8Vk(*](MMtk;8#2]+OVh/Րa)d>КmhR31%QKp Vo%}QJwLDt# w~? ۮYb]}ZU帕[UA97lɻ9E=t@ 2lF5GqM@ÙRWΠ_xNGZFnobFwRJs$<5F9RV|Dp'aK'ז$\šўߌ1T3^ɨx83dYp]5[,(:>;="7\>iÉ1WD ٞ(\,}B,R!Ox7l9 Ehu0M9g S' #b17ڊ "Aݼ_)4n 9p#P b⁛dcJ†-bfH|7;a; ޵1AVbOM$@_ʥl.P%}HڂuW˭ ~(veP P`Kf%mjEr" .f8?2LK  Y K< 0:{KB&l|`du=5&UxY]0Xc前3t}GÊO`t yHbv}ߋ^ Q"T+[U ]U׺@6(fDX?&|h8Y\Bc-~9}f='1lqj!hG+T^WŜg 0ړBԿ!J$hN p wSp/!2"Z2>e`S{5&WTϛ~qnͦC:J.e&gYz( BZ9aWH;%H8Tit&y g &! *$mߜ?`VWXeKwwoyCĈxX:J=~;$jqpxs6l&_Oce] klfV8xY4޿qݍjnXgMw]\;:ΣǹNKz4rȚ<Ż ;[LsW+YaԻǍjaJqr;'5B$i0O?OSlL!` Bmu/CO,ySPUk'Xo*x]q#R.*hJ_U|ܘ=dYÇNezhVNZk~ dW@{lOu7|MR߬8Ӽ#Z6i YZ7$)Qz7ŢJYc .Nw|*:I9ÉGZƈ&e~CvPƈϒ(Xx(rĬnt@|ͺ% IKo*H7?%]' b&'ο/\cxy=MS /w wΞcv؝𙾛6BkS&uZu-FO]36' ChȖYиXv֮A{ʚ5ĔٸW17<Ms/mCkS°-ӏQ87W1T=Eƙ}Ɋ@U2|-f`~ozUo(kjWEL&|Ǔ 1/|EF 0c5: |9un(w۬X(,q!ʚ+H2X3wi6B<Ų\CY3ՀےWk6rۿ^%8 k/&1Y߭P$?<ҷLf_tfJ!ETt׍~tg,Rna$]]D)ؽ9:ByҮdӺI)̅sdJIica Uw'Ӝ_z%nMܜ3agԩ(:Yd,F|#+X,@"LP~%>srSIk.*vHU4Uz3 >N {AE JlR`s"]:$IZ%;M22t=J `:8єbMR5M,dtY \_*jDڌQ (r=bS}z 8#eyQ_<+"! oG_m>H(*oJf¹:"az(c0O'_ˆQ'Qm"~.[0SNn"H3qɒ>\H=@tTqf]uU3trJ;'BzPS0lVvzI{u@ueAeVnulZjiuGyx| 1_6`L.+B_S4%P Ȕ,a("uS&"fxst^/Т2)F"9.8zwȦf:Y*W LjAGI$DZ`,o%ȘK[L}a_-F^βi#|2Xf# K!aע;FՂ3GƥM;?T?`82{\ٙn7IG~*34qN,_zsy,U9cCij}ǖ|҆ǟ#IFT`(N~0ke()0gZײQ3e&=IMh hg#9vZ+5FFux 雐oIvqAǔ1 =#)GG  c@I+ERhZ|̵|(z}:x_U~ 6CNS Z9_eIvx4:a)L;YX\J$ }ډ,RP%f؟TGPp #BCbri&O}^鞰n4boEK"V08h^*R^N!f]~uf_)c?@V0Ev(;@2xcI<0^YˆU7ǰnww:Vlo6:Q3Qx7ħKu<+a@<0ҏ}%ƼQs-qp/r$<E7QR[Ydq$*-wdʄQz{t\/de2vyck3AbR9̺э?6"\h޹c]tb{b1_}B:t5ˡ:[@2Wqber~BɣH@nB'muk <$7P~FPStev5Hq69rOW} bu]suv@yʮV7QȉOnP,\d|.~GiX_i)ي *%*ihc$2lA*=쑹a#rsK?0S"c Ⴑ͙=f ,^ z';`6L.J||")Hn$w ߆,PCN.}{N6E $EW $YL5I+YRRC >J/^Ll)ԋvK`F:"21uy9i=ZK'\էQ#ӘYsh"fpK@XE=W*]z #+joUcquFc:2F:i qS&ԉͽ[Ŕ:GcWC 7)jwx.##AaNq3)qd@*h7$"h>L-׊m@JDK {oFb|:BOksk99l$Nې i̡YTR#ȼ05FӷOR$Ƒ8!u/η/yPDH?Rfo (HsN}>5v:joh'(aH:l.grn-~Nen?Оc{/Aq ]e舚q J*GYRk[bJ\NВhS ur_-H%uJ#zHV>-~޼)V~@0N$W_gX>bVUAEF@Ga+d9j\`Z:ڹwc$lQϾN+ $>8:$qS~h!K'd]m3L7d Rn#,5 W'g (vͥHswgإӂN؜g+I;a_\?"3f "rsljO~\+Ay!8zoDDE. lũl&B|(MWoLep}IL4IJ}00Nx 'mUhmOB.񰢏xnވQݙD;wؚ]2^"9u+mJ/S`صL{{C͆\FXN ՈhS84qw&G׉ $Gн^QW7;SjUB)vt)Iԑ,+pjEtpD\!{^sd?8X+5o5 u~Y" 3f"bb{*QcF,H×XP^@hutwcYT r=⸥JCp e#Fee ̭E(}ccn2l*9Q dOG+H2Fl؅5r^%_F+}D@$vnJjQik_{q<\>DuD*M\ahHWk6SH0jJiҝ5j%2F֩; (/9VhT^ w`mrA`hOkw5Heu%L}'KYPA޳.\ [9s="oDGr*NoN8Ii)x@Dubh[wiFtAx]L]M6N%y=\R)<g=EHXK9M]A8#~sH[+s۝~7W߾{ߑ@#8 XX)bIFI(,dv}W՜$2naRz׳GSS5u;Z H|'27Zu"L38ղ|5q[^12\׌;^8jt 7geJ ąZfƄ3RYdJi27r($摉M:f[O8}A7SSOo[3[a TS`A`{:.ޏP+{NmӻJ>EcGBYYݪ*HA?co0vj.ݐ2rΣT0!rZUq~E>XLw s݊0 .B:6ݑXIv o7ry {RV;?֙YH4r:f#' r,3ߋ?-s -:\m60l"[>ᰁB5)ǥֳMrW|kz sFt#"6!:L82,[Cy܏DpW*T؈s+-'Aj9l@2ZrW1$0H+UH˧iQMY 5ٟՍ5^-xU8k.„='= j*TK#NxqQқJ\G`qtET /O, R[|Ne+ΦxoIwf^x{!ګzR+=<*|ޓa]`]xūk{@\WE$/Pk2@l\^I;5D O\}c[xO> 2mVw Y4^썣 0 $GT % SصD+<ޣ&ۧ P z8\`>C&t;E.ѻҾk~XAh N+}i@N^sE4}bk9fSnwYBu)B qŻJliZjgݴQA@.o]Y0$+F4b [o3%v8a~W ޯ4GF6f˻=;z2NX<ɳEx߮bP dQ_0nuOb;>и%_ ʠklR&[nwHwV7qhSΊyd$籥XЙ5bI}p$T-#Q⵳NdzYK5q_7vɸV[!+*7g ]]APw?À806,,[k?/dRnKA{ a*!Keb8412MrOiwhˇ?B6P`=YyeQJu-d6 8F~Yʁ8?7ЀE"b=W~4|R%Zt&O*+2s C_{Ƽ~htڈҺIEd;OP&ʿ ]Nv%gi:_I!LϬ7n.nѕA"09QKU]!V(3i#,ZŃTZ&?p:Dp!Ae&z~SfȮ`ȞC &iCBz FφAA&^2zoVr^0D0Q]_ypPIWMVdzڴ\zOT0B1LoiTBmHVM_㜡62q6u:D;~S)XJM(w{X&PgA7>lʤB^~x9WtRQPjc~ZaFϛ] fgnsE?WqYM CC]Mh1i/˥ 9I%W }0)O@>T-a&õ^~ 7xV4_Zr9 GTA>\sʊN%GDK3!sF(#]im5GoLag1Y؉i;ub5cV[eҢAKuO%D\e(kC# E$m1c*@qC6ĩ*p.̤| I֏S"5bP(+;lHuS)-w0mQX-kw20lW#tven|Itӑcl`kf:I̹g #YaT_k S5`%+/+wn{E[/.Ye#d:^2?"Hs}wAp_ % 1/}m,.< ;Ӯs Gܪ  C Ɉ,7"%"M\Q1 w׼BhI=:ҮoxY-͘8ׅs@}T/)tcuPԎFcr\ 6gp5dcwE b当S%F`rЫx]4lЙ5e|\ o{Qb2]w]|esb>j&.fzٰ0ڣ-~.| ;VIen9v37'BNr7Gm^<CAA*sBߥgyd2EE&0i̷S\l=ړT9}aoZyULR.c O{t=I8.zd{0ɞZ˚TɰeY~.aLcbrf k}Z30v2=FIҕO&"y.ʼOW;I޾XT` t3{[ d]+ꘘ:|r'u+|E.d(ѝۻ|#f>4&:yOK?Lĸղp\-0# i/p~7/dQo{nMghR}%Bŵ i Fh̼%{N1o}VɈevY[%thAJkt(XڍH9r'6N0 S[HLh}y[A-HLmd.Z+tjP&̞ F!?2Ӧ[^;lKw`PQ/&:ț%[<^0uɖPԝ lvq WvƳu% , QbgYHMZ d5L6>6̔VOIp%w~1w/FN9M\l琉D"g?+N2_X%9D M}7lc.!3WJ#Ī2w}  ZW*ed/P1ӛNNZ+{iW )he`]# g8#KekNħ3ЕճW=*a?ِ.ks>aSGU>ф_Cn|%\Z츆[!-G)o(|tkؼk3[ SG"jX)( „^H^[0q"/նDI!C[&B ^)d噶1oКqBDhi`f;Bkh#rGX-&>yc\o4 Eo`MGh&Vd#ݎ3%q,JvMa ZWBetre^q# Az,/ QC('3βӾkFyՖ ̲mΤ\4Jyb`w`#<4[f2}l"3uӮg=!Y<5/d dDX*Jy\>PSGwE /BV* OH,| ( 봩 쓎6!CANt"}XvLF't_=fKc YӭpƼ0&h5-[y>?΁t;J߅$xxbwlh;u^ffP(-ԍVtc>E<ӀQ ew}yc_>Gl*J xC/dGl7o (o˺Lxǭ2m؁2_v 5Y ;!_6Ա8Tl #r`XM"%NM O{:owqv %LMS%Di[_ѕ/5;%:7, вl]xw /YPdVuh>%t ۅvbO"djd{zDovD}=(O5k6o= T&`K .@0; utq6Pri U EGimFI ZwmZ-^_AP9G2&ٹ*Y "heugG5E{e ݝmGik<2~fբ &c~ b]XnU)c%6!+g$pD~m6P6ҐƓ_&}}qA Fb {١gs5 +D/V]LimK4>zFZ-l %7d/MߐM6^j]gb֥qu%z)SJ}~V@Er͐(;5-sc"k3a_=H؊ hU8;;RZ38eyseiYo[B 8/t8ɳK"yG6Ob͵H*/F>v}MTio˛lt2DD$2HwaZWEle^dfMyCX,*&¹UA-[)n*ҼqdA#ΈL+DTEB.-VǁzBŽ5tnR4X nS\ځbǺlI)_!0KTh_~ocX?v[ǽ$v+Ih2ξ{ePcy T*d OCӞe$?ɺs{hrX|gZR6Hԣhvc]Qd1+.L NZa\Eg^ +ZjiVd.~$bkyA. h:)x$̌]F=+}k`oˆK|Wd%єpw i3 7ި{$]Rb.]o-n#f&k׳b{?"W>TGlj( 7f%{]%8@;NbU =aud(˟p{gjCȺbg2>soO+ ZMKNY{E fA Xw$F & \[Kii ֥5yFǪZxxWe*)iA.guI  *3и&.6b>7=y-! PxѪ1N1wZ'kz82+nBkFsX=![6iyPUwjC ҧo-YrBMifw:?Dfj3J_&U߉ _/ 1&'% j8ڠIe+ Aq Hx6);K\a^~ߗc H#:'~p| Ky/B [%sj |)Qce9^1.SV@gq <-P eo 9^[D0@r^&%Z"wgw㽫QrdnJEWF#ns Gڴi=llWh-,.o-w!!!)ݯp%aibj$iNM)vCH)\;O_+m%hN0;CiV_ ޚr&w@Px_o1ZOE>n 7̙WLc9QzMޣ CP}P8ӛBwJ3 h(Tu`wKۯҭ +Ⱦ\v @TټαJ< '1lbSƛafb6WGCazVȠfLCH͚Z1NRRt*0f=g. 0'B } n˹@2=;)lU}c^t2 kPCFwFXȁʓ֠G280 ,eXCDVW^Hpmr4 +ՠQS? 9YQR lIKJOb+|-/>]U^[*˪p|u['H M?.0M'FMO$.D na@XM$)K_4_;+x_52p@^ٌQǺ/jf }MAٛH,ϒJ}(^C}UrmgmP3NJ(b)8#"f\Nl1Lx zoZe*0}GT`e7F)h ́.(Ȑb:`rzJҝCo1>P@j 0 2y<[bMwlw~w'MtSYH~c{uF[_P +N'Ŋ3#)766V7nϠEإZ5rq=OJF/.xx@9S!Lj~3u37D$ TSš_ kIR`xÙ!DsrgV[RnEǹҡ0v;v7zG{i*5j hlP i_nhRwMrnBl5 3p5I;6Xꨴq[O)pްO; ByGl21NzU YĂe N+ܔ p j֙$DٞI)5VԆ*A9}0xl=F/`C<}m7?ib6&FV`Ur92;Gx-|U;L\.Nǥby#"C]V }'- nex XԾQ* m&# ̔aA>Ҋ{7Kӏԩ|.Nd§2_4ۡY28)fs*o_U2}dtŦHDڷoE\:dٛ!t0t`+|} 7\&.ʫMA28B'3mZ >>)<Wb轊XC  n&|kKqI"I$e2uh;3ip`62lM K}3E,+t9 xMM8R[չ zb(׾^\eUگ 9:^˿<,Z jl[T9\|BE2 vJZn2MnW./ 1Q/u H!FRgdVlbwg*&g] &}}׺>|s++F){sΘ=;o#l8'8mL_Ѥwˮr%R}lmYT0h+Gk5ӟ/0UEV~ }^!@mE ҕ\-;{) nϘ&y*`#~_$.|DFP!*fl^#`:vp1|ӣ븍xɪ=gĕ"/=zy 1t<ȉqsI7( j-~=OλipsD0fOJV}DZ!%֥iXvNV_ʊg3:nK4'qU 6bm `ґt xZzT=rk$%]W6$JVu+YA5 T5pT:O eIَ`1b7Q|g` 2{e.qOY^ پzi~pKs5> s,PE-er%f)ecJ26=w:T|U1 y8_c"V [OjqHSZȩ|a3\)JªޥC?iJIVMG%'uMpIdM~(I3@7j"[3K̉vYe+;T^z=.ͷj`(∙1m4q*p )x*z[sd'0'z*6;& S[NG˸Y3Qd}$y4ƅoQ!;jKڜ vB*h fPy"itfr$C__cfOCLjBRic te[ /{܍tUb3k@)}bQD|9elfj\0H! p."!I!E#>=vѶ(C ?t 160(ui\cR¦4ݘez:Df?JUHnBoĹ%dk"y઻) WZP>(*\)BkƊx5?m3ِhgEuu&#?E;yiVRuWkk wPyۄL"(_  hxߖ:&gV}|F?,c/|a~-ɒ 3"ru@f`d=H,JjψRybĽc]^&@"t|X!\7W_Elvv|I90y ^si Cr Y Qe>^]!̭5erRuKpzf4j*v XWKKR/#FL ]I, U Ӑw/Ke ,/BMJo^:Pџ?2ŴpD/.*tWˠQҋ@ ~UX2.pDͅROsH9 "25N柛x}ړ5-FgB5R{`:w>l' U7A{GD [6e tG&*P]+d'׭6w39Ƽ㯉V"5!m8t/ "ƶ46,,ÇvϋZ7-ށC1py+)Xz)_ ϭ㪚+‘ 9aA\P!5jؾ~:uq?X.- Cfv]ntw^2QJ8(kk:>56bկ+#}wܲ-zd;mbv#6.-wc |8oC\oNqsrVeGdJZWڔo5:$p>v5M]w5SBfC>B t:a 8.{29Z:&ŤTE"Ӫ73#(~L=Cpd ~׽g/5(w iH/qs3Qr 㜘_+x/ bZ4FRmg}%X^CHetEO /D)Pa/ċnÈf nod.}<_QM\ 3?޻<齍J[7\㘾D< 2P+=%#ôLFɮE<$8woIOcû?qSzldPΛlAՄᛚil>Hu &5‚l'EKxAx~-x)E4mɁ+l*n'NGK p( Q,S`\YA #ljU2#|<_.rB5 -HUX P!BՀX8/XW_Eׇ"4v?]xܺ(ɥ :jl vjX|`~6& \xn Zn8v\GAZFLatnY):#El<"l}V$bV]U5h:юHlQFj9Pok̃ܙ8a`r٥ĥl=A$mͅ2_lL=;Rق E–5%kc"+@ D p&M@:Z@q#{cfb7e֔Xl:YݎewQh by-(䢅p2=qW7 2qchǖKbK(s\jֻov0.t2ZֈCoETW/ _aoO ¬.o\5Z$jXhcvԊ |^oB)޹1+%t݆1kԃBvҨo GRSB:5xpD[x&7M44c]u^P E P jթZ:Q>n't8p|)LɅtɧcUg];m@ ˴Ry=C@nXJc{5vX ǰ(bkS9k9V|i!Jod靍*r'Ǫ<ަ vSͳN];LZl@VCmk $9VGiqteL-l ~Fjw!u9 R?O"e\(=M MTMtO7 /d߲ @ڈ?z̺:^O@^a.COQZ'a?b{b\3  ?Ȁ&k" /Xh ^tKSX'* .xTVn36(%4ɃZk/grw!D0^nmT zK9i01!cG2gWؘr Cl]jvעKT4yB J^4q` [~BL:Z74OdJDu96wO%h4;XdqtDI=` }oIV`Q/YVS[W=hA;}zMB6SO&Hp[.al\'eV@=|4Jg(H>}poqG*ցu/e>vo?@R搵!=WІ%|4߹U+6XB*`#_)O<@T&qYː}&Zøb䩜#ƅ𯶻b6fU+ 2-.ue. *8hO)+/0W?m\?Ӵ5'XG^#E,NCr=U\ uj4x<Cd]y" xssuזح_߁6?ˠfʸq'c3L2`ވ+<7'3 /Mo__ vyxږu wA] Z3|K1:נQi]164wɧ[am>iX;JLo֒td~}'9Qŗ >jze\)[`{F%a lClL3ZyaHٓR[0"B!Ax$?+P!$QBD {Ѓ ϣQFxh$]TO9i., ܑ &eYb{0'm;#BxP+*>uJfPkb{@eybuFMH])tt-%ؼⰃlh|om%6=\pQ 8MaPd]J.3V#6 Ib10W$9ZܦO.=Lj'!j!ZkQw}i̸޿?N ~%Zm:k%L}fg&\,[e 5}|~ G`").PHrÿ*v(c0j<-M)ņieP;6> /9@t;@|+lp@KJ_˥~/}t+vi_6(Q-}eGGa>e9vB $.ˆKw_ cPB(% O758q%96GЬZ'c̼7@!?y]WlP3t> C!9.u![yQI(L ɰ-xPZ"ɶti;Z iY/Q֬"+VH߀XjP~`2WN@F80Жk~l6sCf6qՀ@A!jSpU Wm[{R1:)gF,׻XhMgxt2+Xٯ C{kPо+rSMP7:Sdln6U,%K~lI Cԣ; 0z Ó^k8F$!벎(QNa#G ;nUg0 WYV;)/KI Kˀú5r۱ 57'\#mG5gpD!Xm?wZQ>ףp&D Բ jSKfCwq ~NrXV@q55=7o7 LNC#XLFM?CV!<ƠfbX0,ԄmUs%*xٶ3N\[ӸYTFWt征iS(hq$VaX@,QnΔNpv?rמ%yY4'oXGo#}IٟR!l:V@)B213o7yxӧv +49I76kw$ܰ Zfi*ȩa]]H˶ M_8zx62;$T9֠_bZ&s"6 -0_hXnBn }(&Ŗ;IːxQ^̶Zbu$@Zw,e!fO٬`Rv%%N9Tlr7Han< J U'^ۣΜ~)BG?4odJ| (.de_I)+#Za. 5I]/|Bb4qNȝ=+prދ )jF$ݛN:y>Nu{wd ZmH PCz;b 2 ,rY1%y \nʹiu0CyNcBq*9_t?7g2@39![鈇;UrTЉ7UqJh!aG0i@6c*N-g}L$V{auK˝ܧ!SӖ0pxȘǞP]V bÆ4K4a *~f;j?\}C)jck6P:p鍡nl T$;:D  ~9-!oˆ?Lalp{:=EX~c ՗\G":#Sc $7k;)|휲HYy1lD_ǁ<0$+YGdR iyOfxU>x׊uc_|ga PhB|YW}&Pt3OLQcުD;""Ӎ,p8;͖v-jlwHSGTCV4uihGm^BӳԿ:1-2A,+%QYn96#LۚyҖT,X,X`ݙrx2Z: ?Gm<(d@}ɇJɥHް駍e~B9ŹJYݐEPYx%xowPtŴJ<+I{t41*7*N,Qc2o ne_&T'^ibs^dbaؖyn(>륦ww3j$%<.wad15k) Bv/c;WӘR[E(C5*:H׏20@O\yoܴ^~QuvGוjao#_{[e/^yhnF š_FiUjdИq#]C`-|/z ^ 6d%" Wj7H}U|?opnJxv ǥ:mxMKilvٝtT‡&Of@rD.6a/`ʸ}|:1;!FǸRH^>I[a5N (׬X ǙV'љsM7ZPB؃LLH[(zw2yF[Kի34?>|cL?6Xo⎆@$RW7~1Cw{=u? rLC^#,wE׆ FH2U(z ܪŷL ՕfkzNEĩAju''O瓮C++\/E ^N|=Cq?±fj2E)oSO:VN3!3)6Rޑ:{+Xp0DЂI^#wD5C&ϬѨw3'Im>2ᙉ K=[uD FW:kQл}rW6Ӳ`[Wy;ʘ]Er!#?4^:ϋu RwdK 0G"ɐiWJ\:GZK78FX7u;1 SJ4ww\BE@,Ns'nFL j=(~}4XbvvMk|u&,@͞>7i,bU J:Ϛ)+,>o*'<~l9CG$!'@V-Y 5Ǩ=ԋ>KS ,U{Nr7;*iN=4ãe`y0p$jo磁c% 9!2ӝD|!&2͠Qv>IH'c%Pr .\F5KYYVPS~ً뻘z!] -w u7;VM%7B# EbLz6!ٲ>FحQDé'.sl2H<Y:B]I20M_NlI%(*(!^X sc ^z>xtKZV=J5MB2m"02nZf=)ǛѲ8}z%TԬ T;f0O^;}RðmH `uPMT tAP;Mkf,wF<< sqzBk-8v Gv˅ÔէP@aLͪpNaLyaL+>-6tDb [~l a r+ ! zrd2{mwl.wrJ~.im4jٳbp+*qmf/ FWw\a]M;sҕ}u!SI[ٔ` =18pLZZs”+x8x_Jc(cg2\}L aœ{I  pw0#l\9x_+Pt]bTL_3td}Q_ZFaF^:N.X^(4#l*8b;V1'fx4l,gn4,mX$|MRiAzom*/ )P@~mKD\BHl̳UJxdbrh-vAivoջ?ƒj0H:H! >#_Ԗ\/Ohw[j@` SmRуapGW 'M|Њf񼀯K"MDDRQ%+3O]UI۰j]_gbqLӊ*KƹSTE N9 +aO,,l+C^q;9IɌBݛQb I7ƳRĨYb%$Zj2qyZr/̫N@n"%FD;;tMkd+eNj{? 6b~M*\5xR׬ hXe [YxS[ptI %[&7gȶ]HԄX*2s@cY٘S.xY!r,9MYYC2lʳ[7I qП :$bxUmm+<*RhQHڴx)HL,6O9a [IOhagp#JX5^>c_pꝤS4{ GSFYft;Xxnq͞~`|\"8[%(PI)N)9 o8Cp2-gԧ1`=2xƏNs'YƐ~z*[ޑ𱟣ȶ%K~qBվ#ѳ,xyӎ<t>JÅiX6G5cHNwEe36IÊ 5FBv\QazdGP1P$6o}n~Y92d [Úz۴ pT^d9Xٞ\9[&taSjH$=x;D~OM2]C:zԥ~>y\JO*ܺR.`Kf %C[.cu,} SJvdCFN@n~*-gQ7fP$VlQN<6$OD(0ޤL)m.oۦ#sRkD r%>p#98(4 8m'዇nPOSĪދ~mz@;ecz }tXx\`zg2nDli%{3)؞˻pRri66'/ؕB @ig+Aw;ps~8UT 2/vkP#c,ϕzbq 3sSt$jߛL a#<tbzrT+B8PɆdMO Z(#*BPVɤ86tEbRGz&ԄDU챡dqIġԎK쿫<ܕfɓzt`GXbB1OHlfU]{ Z4Q<O*%2#|6^*GKmaf080[^AdN.g@^e0m?A`([iUIq%RRв¥N+ h_pz_+&(}O@9vd*XO=MICj|jtOV7 ihJO)jZ2 CjUʳuR?=-3yaoCܧaBZ4%hd[j6-h҄VQWMb'6#HSfe?3cFh<> 6fRiv-4 @ZcDaf_/"kfr;Yz–UT e1B49B_^D`Lt(XY3 21c (S8ؔP)Ȅ Z̿YF"7:o!tWO)EdtpXZUv< Sn˂ݱ#oҦ9Y3*+f oy(WVd/bx0r^x}DW}!c[vU;A2G C)gIVCw?N<UL77vګ-&kUޒ'HOdWkx@=hR ~ .OHA쫢Z0K4QQtVsg=^p,Yjr V[`kf^%BF)(n".y UX09hY6/(Dgu)SJz$(*05oo\u;( K7֐eDiqo:wXq™H̹XJ0cY9+SF͋b}VC?_A5Őd"6{[ՀT`Qkt8·Mc;9bԾ4kEօKXy]H~_9vAu#͕)sX/2\0՞fϮ>g+nG#tF xDN|( bѮ[ ym+ձ>5$kr+&۫!2:ֵ)I}[9\5_6;id7CoRce`1A̘^kuhŸ=r*?EЧV\ޕQSl kvQѴrwp-3Q:])\ʔ|1i`cr &.\=NcQUHMt 5Rϋ4Y5$[G߬W:gz̗Ōۇ =ܑTvC mO"Se-J}}ߧ#mFCpfG D$gPjیyߡAOl]qBd[ֳ;fle&v U3whHcTʃ:Ia$u~>=|J`P㠪_u YVǨs*gy5+N/j"7CjlIjy5wnM1%x(kӵDiEXr96ǧpd+zʘl{й-kH=q3\^ R!)UZRԼZOk0ħ_!c= F*,م(.SOF5P56<+l~?Haw3oX&+/@y _4݁n9 "fӽ^NOl;{~_ܓ&? 9lTٛs (^&j9 $pCc=:%QZBG6.(y6 `SA/p7oy^#4n<i6ɎWgW# כޫMO(#Sl$7++axIҥD'eqɟSKr%;qP[ 5nαzS@ -)=ꬨqj)f"R8,8`#[4&';M|^ ^*J/- 8[I>$6,9Av R*%%T-J23VZsN|8 >S~v.{2Ӻ838 ;>~cDyIxo1)<8C-gCu] {;^wrd&t}VeWc6ȯF*I=Sno[0`y2[iuKʑzjֹ HL!S[//D8T4/_Asۓ)(}[-N &*9+w.)ޔ3a]ݖËԱo7, sd]=@/d(#0;Bcg2$ MvHhR} Te}dsY\a0;O 02A Wy BhTwێZuuc+&9u*V+.Z slawF+{\*)"&0(< ~ j/ EwlҿeG%wYƵoJZɩsQv>x>D6+'ip@vﳸVߛnسh|e?:#Oy?&~ NErޭ GY95M|?OHzmd4OVU;WַNX mIb[++AtۋKx;6%836nOlx!8w GSG vu \fn?7Xd)%SHf>rw*ӐBQ}{PTLT۬W7Sj:YmeԹs*ln bɅ/qE 0 1sܬSo `wpOnõ4V6[3'D3Rn:%>F) k@0T†k$zؽH\ 퇚z) lY}!,}0pV*=O{^rp4 U-P_%~}!BEO_dtP*apqNJbPz٥Y}6Cke%mۛtiKQ-_ ^g1з!,ݕ=߰ġi*U#r5s a1f |OX@B'̒O+Pt$2.j㨙4>d6Np fq%u):DR9 {J|ϻo1I=H'4&BM`(0.L1j/O4xD[%Gt1͚9F $iٌHװ#dh  z$"7})D+ r Z5fd#P -S)/\y̺mZ6xlC z|'\TA1Hpd Н:40Y>a8|lf8>BV_{+%m dCfq#|ʭ6QWN{|/+L-19~q^#/Wv]D-IB}q>+G.x0 7:鷭wl\gmҿܪ,(fxn\D޿a >ڕ9P?~<]!֜qٯM'JjKЯ}hڬg=o9О3ZcAPROZӿa@+⌉=}8$: UI2kCAr-rLů90EC=L V2u--wQ(LvK,i:D uаdi"SDly{6M5lNxvGH&R-:Uև 2ׅ|Lf%Sag_%Kx})&Sg UQn^Aq:\# TYu@yô]XDk$:?-=~9iE_\HDq[Umrq'G3ZO6 `*giQ'@ Vf|I I8y1.@DJc05V_e ¹Q,5uz[nP^D{L.SNbx\1h;S2a0I"Hj9VGrV]yg[MD5}.A "QhpL(ʻU9@VŔ+vWrh{MdB ZsLBK OzHIqs<>Zۊ/DOi !#>֭` kRӦΒ̄^e߮$ 0th4yyރ&\a /))+ B4'ˬR:QokX9/*ΧQ"$C{2.ݝbY+6^ zjr.f>fu@Y&1GN/ُRx6$/{>mA9XѲ/S?5f.]d,}HLK.߈~C+?BEf2K ;01+:F/7`?9$RvFi^zD e_ׇ` lcvV#y=X gBeb*m.Tqt@!$P 8\A;P6's Gڍ"slYmI|`uuX%ţbDd6/DvU+8{0^F8GqcDuq :Tdhu8. w/70 H3ڏ57dyETf;|? atw.zCQ8{1iKLB]SeaXmd]{Y(a]ƙp{p]=~&%96ᶱGmua? ?zcE+tR x4&vJA|Dv%kI d+\ p;Oo] VJ#/"Tptl4ݡ8@<yVp֩J?rHӒ;FrY@wYwh:iqL6omr1{nOB&w#dXܕXH/-H}--4|ۿ;bϒA-@52{/z~ͳfh35 9ȑnu r)x˄JJ0ɻt) -D^R3}Ay>KPvouD#օ >,d[=Sc'PGD{u6յ%$ѳ>Qz`م63s6A 8pzsa|(>+YM<固gi@\!Cmr KI&N+$QSk?/- 2g@]񊓁q#퓄غ$# ֣St^3\ |"G [2CtxyοeDsR !7`ZY[hW2+VQDçPsu^* &!N6ne1B̅@)O׹*R3P5];54:rj:[ޜiϙLͽl2(|O|O6hҩhݺ)6uO[Ǧ0'*h2P|ak3S*Xÿ;++iD&,52hHNx8=KЀYYqÞT^ ,xޡ5 <6F%=xy^$Q%xe#GseCt Moa5D르̅.6ywj%q~pR2<@U%,N=}L!V@|sBG]L<  lߜ2Ի^ 1@jߊ^sT♎Ө_E)=˳eP>;]EԻ*3|\ǔ52ƒ_z!':煜\* B:aRЕ"NY@a&fL|tGH# ] Z&2 QI'fו )Q BҔ#l4MV>G6EuώҲ|bs'@zS>S!"kvtnCP X{9a%ԣܥűְP`Xd DGcSJco N 6{%|ߡg\ M[J :hꏾG[s`{ǧ,EfL<Cp $8ܛ$wM#{6Z}8Dql# 9y7z|v N#t&njEFMR|Ys kL\RhV(.erIr48]/ZpnjG5Gݚ̱/vzEӘ$,H jz>q|N3FqWA7]:>E$6:jb܀cn鞆C"R b\!5~mox8 GڨGcbV_A.?s(&2zAg_pF-Z3(PwS~=gT[ZֿN p,zEntۓȯ 1].BMUQ]/0[K2 Td@ tB_OQOFu€h>Y_;2e6+ {U^W(-ݭ@hjʃU5)_d $Xhh` "30}j%(”=μBmbqON7VL-$~k7bwս`WBgC#_3M-O[?|L9Wwϱ"-а]i; "n A?>xJpԔ~٪AᾠpBwFb z1% jFBP/;LYWǒ\k XQX >" ]N)&DjՖq)eʰ+bK,l1K0Z|*uAmmXb)Wу<ŌC̛8IT `Ak)p+T2W"kcPFdthY](0e|2QM~=`Xf;}eүcB,d[oG71Sdcֶ(fGhCMI a7̥)*]cbޛ0BM|S;q)&`!Ο_G+^֏Y} XX!.h fڧb +rB03R:XJKS%IGV!\Zu68c,8wIgr+t_x*dŀc O$vJ-L1gbXsp V+3ZG ^˹7Tq[:/BLZ17D"1{=(k &fp){ RTdf%?a,fȾ'Wz*}}+BY-Ř98uu ?#e)j,qB݊3<{.{9~< *~pga H.'>V:.2Hl'+M\ea:x8@.FuDB/iyuݤ#qw1) ܠ턙r<3s,_k9Efuc3Gk 2k9¥zuÄ́,45wi4j%_N&{_0&櫕i QǂبQе qO`5v{6 [!M8XS_pr)):ἴOz0~H&S|DO}e&Xfnqe)+ϥreNalz&vK;%ǶJZf}1AB]=~D&e} Y}fk&b)h:YS#oN86e؀ \-u'$D' t""4D!q8iILѠgp`8 RKJHE)w.=Zxj,BE ,cj9v ¥.62cMWw#_hZ3 DT| $yڮ=g{TʆWŎy0G_j/m9W. BC9|g1W4'ܗQ|ی]%E*/Z<iDrX}o r#rP"CrmWճ)u8Yd]r 8j4#f//F)JzP)S̊ Nb!m5$:#=.k=[V^0 /zx  teH`+Y ͱ\E(\n%=Q[nDÄ eGyi˜lG%6ub(+>, fj K@;*LcpvJ@=ry){F# ״y nd {.D" 0[,Rbt!F6r9΀64)<5BwҧhzTa>?ysٍ&BO WY(&gr>oϞ2ڙ./өPڥtLE< V?sLRe=̃JgdO}M* +}gH))pܕG[a*&ƍ~m`2xh7Amo ʢ1t݌:I+ts?,NntI3{mܸ{K' [#sS| +K q,y9V>I 2ݼ|{0|YIpqܲM[r}3`2.t`lGLJ*?P/yswb w,jjB.ʹ|άɌqt4 /3B,YKusr`>&8 Sœ JhjayG aFu&={zPf՘7 ņP2EmWgacz>;CF_y'f )̪N93~Fɻ-B .Z\.ؒ6XvL ⟕uc ܢ}[T+ӇY0&%amy *vr4 T(fj P٥Rz!"Igsߋ܌WMuWV>&iyOWA|[7RsM R%p 7IP!wjrδ#[Uc.l w<'pvcrrn43޾ yQAhyǹfAf4x{3$!m!Oƥ`,K%,(sޖG+>l%6 YhX;o={6ln {wr 'f)tiR;׬~:B]m"$`kd$KX"]ilA@'ZѸ@^~QS҈>wdѭYS@=B@trHoRx}zƒO*OC8n` 2g;+bMK@~讧Of]7 ~ mV&J66DEmİA,:oAn Vk' hq k84,xŒB嗝Ѳȝo>jH{W+dNOU|x{ˍ?VdwFУr p +E&ɾ_EjnHi*>qnyPa~eaP*qIL2қ%'( JfL:VK:$EwQe,qH%5u88,:kȡC߿LfJęq%{菾W^!v6^cG?}q$R"XGSj;TwtvKBJ$i$J{OG2̃y=7xKi)YersW~s1дi`S.?O;,MrLe NH입ok '`! R)+fXL_nItw'9F6AT f#xݣ)~w8ec`eÕ!whql9U]|TeB_6)e;.RN:=w_)]6 k< 1Y[Im& ǵHF}7@-e*ÿnI2J晱?SO 5H[ ԁrOԭE+r'dw""/D\q:J3_QK.p֍R6aRUf$b[dMfN/&,z^~ks–qxHq-Θt$ aKaj -DiRBsh61S4[ց](7Syr}*oH햽$v*>!:w]چE~4i)1<*qfa k-R^[f H6n2X1Cd:K+<~<;ԉ;P1BcH菀`K,KjAT֨-{q*Lꀅl,||5hh}Q@#l^Xb@:?C+ e7D91n#i>I\n~1Ogp%: 쬋_솣%ck?qckX/BBXs;56p~K˄)+ۺ 9Dr,M`3mѽ+T)a`ņmUT8A@sZy+sQJeggCeid X Y(S}nxvCe bdXEL `Z Zs EڽMQ< 9:Uad6g GrzǕ2BR?wpNu\?Qz3:G⫾/{P)Ĉҏ@~K~BKWr PJoztJSw};zэ0Oʙ0&;fɝ(+R;<"SH$2ٳ99)S_J VVU z̀AGF24C,{fS5m1\Ƚida8ʈB+<4Kq5"xZs20cE,5{F?Zpō6kR$ʏX0ίe t_+zED8UN6. f8qmܽ&ʶd{tEfBP߽#qU+ +|,;k C.(qqF^*>u2xM=Z%>[I9aiT.%nVh,pmRdCS|v:/]]wpL㏍ws /{` `1M-YƠ~8= k\ID"mq3,yF/q~̧оqbO|u:f BOHVƮX{IC?HNuqI@k:JrGmq H<g=gz!Is4j3 <1 hV.GI0,ky$x&FDw LJX]x* Q/"ZWw47۟k I+(43x=6P AlTQѰ&rS-ggjg\e{<|""B`c'rDL&ΧZsn}@vImB\gCGxPNjc kY3FT^;zzYdé܎hI0o1 )4qY?ZP!^ ",Afy A316Yq0-`sͨ{t,h(D< 7:Q֌<N]0Tj{*1c6;WdKMFS(pݫ19ӣWo^_;$_9Ġ!HZ.(`DК$sdErzS,@0S[An@;e4I;ѳ1ҹU  X? DXsqqtԾ=U,|%O&*&ɵ븵kywkSJZ!3Ad79XQ &| W~`LToGN^&!l^O۲zO:?O%(4Sw*u{-WߨT?,q$2+tDV  gc$YI7M"X1CSWcZ_«ao!f+:{n7P;<D Dt "[ ykfiWVA%Bo:0`9,5Z& =GOnon=u_r8n).Ol"*P0F\=(4Sq< P ./Ekկi*b1y Wx%$860Ͷ{ ]aDZ*{d1;kzbo~/՘ ۂ_u@=r ]\T./hh<`?GWHOB&CcE n/wfR'VS/?2#}WTR{>c8Ġu6Y,Iޒe5H?;yy ?Bmxav贫_"'Lq~ 1c=I[|:Bz,B!I$vdcbZDN^Cyp5D_#"0XGFplLJ 0˨LwԓK=2%%?7$ ^;66 B"1$ֱ\D1,aRW$o z$7Q'*]tȈcNE{Y4?$^j9 tTl„`7M\z aMTw1݋ڣs"knx6v㸂3ZH.N48IMǯ֦ZgR\Go-RmD/2iks)m"XN.]+/m0gjU?zʟp |;ȩaRgоI)N<2|`#ejC i&@^r\ {"%g͌z,%Kp%y[YFOFCN^8ާ=:@Cܢ+jNbgϊ*ϋ؍X% ԈqѯEmD, !A$޴M:O޵"20> h\**;}d)Dr%v8cתP'i()_JsO> 5ԙO .\URfeH=s锐‘lYd&zf! %up[DXNi ~Z矸DZlurb*^}-ʽO:1*@PGwZH0$eh\_1B3T{ܷ%sL#s  6ȣV:sfcc/+6sB1`Б2{WDEVQ cت/06qZ| `fJiW鵬xŘw$b [޴[߱aݸ`GL|aA -ᛤVi$G%CeѴ,A:WbSR7E qTU^=ի00ᇽ:lAoۖњurNRvb&{wimk)f]kk~Jd;gf8qb){XOy@[˙;o~!UǺH'^>/M!ǞU <}3nw}Q񇰚r7p\Xr`.)Q㚌IȞA㹭hY!]Y]K{Bֳ|m=f&63 g~1e@/IUnPB$4ObF`\d l:/%r~? IL^ )8uή5NyPOH,yvp&Y]v3#x&(m35+۫ ߘ  Ora{ yeIv8Se&y 7oYbX~ؖo; xi0 o 9v-V1%\:X D' I_ɻuFwoE<J햑ڱ&* w$屢_3rt %6'~T44*lW`׏Qx0ns2͋~塠EY6IةݴL6nNt[ioR i@h+ oAva|ց߮|l[TDNܽW$C),q:j@VBHkd9;;N1kfu5VvWP<cS捱KV;ù3.=b, wz;^Jϊ}hqM=hpl@xx'p;<]Ns%4~U ǔ0{$Zs'?ٔ_mU9L^CnȠh$$s"ɳveS]26il12tgeiu#zD >(%>@`̶ޅb1 :x;3FhZ}u v4&ӣ9do1f K.FpLQeS3T xl$yA՗a@@ sP6bk8E]03R T jj SMxTz?VqwI'72Fy9>Nzȉ65vFaMoҮ1+@Qpsm]F歎fH³Nc%^κ6-f1˟uGI1f ϔG5v({p1rDւ2;Ór\5 q"Fhn-q4iorތ %/j MΆPk.iTP(i4'TeƷ4]M;o!R?cҾ[ N+2"#b٫Dt6Qi={bT<5 Jx1TX_rSTZ(KE<+ tן20iyN[b[F+Wunckcag$ҷ%zѶ9 $ |$ٓjqz(Qu3s!~̽6qYH0^7x{xqdzLnh;״(_sRF-;VDR( [HP#7ZU (m\$th7 \î$/0_*iqqK=ZẎILq'bpfb!HW4vbjY[scUDM@]6W0Gm2*ȬC"Ū q/.eW Sa1i]1OIxm 7 ^]O~Zret[SKg&f`_(ZVfNT([S|8cF)[9y,.a#o@J^RK?VP)PݧJ-IG3o=FL ͟͡D|%T3`D#|Mk9i,r |I~ ɤ!0L>^ˀ@p X_3j{j{f&@D]Vb4V!\:K5.!;E5/7ٍFߟQPnfiÈMI =9 ltIsOfv)I0Kat!pfrmzM|^H@NMn8IcK'zCu~g'ԘxR&Fn#kʙS7۶B.R۰\کL{uZ.bE|h:Tq O2Y (ށ,ێ_9+z OI!bv~alB~LIB1aԹ10E*ˤm2kZ*W a+=0F`ݢp*:csfrtbȏo5G{d AL>RqGtT_^ 6w`oT[PA2 tF|\PO15ybep"&f+VR W6Ee BpG:`}Dsr^e!i4b=sћ-$貕M ߣ凹+75&ra!\JH> F<6)$(w- ?KH@ų`PWL LR=NI-C.NC'bCESKm @-;ݘ.*23:LhT8<[Иbbd y3GĤLTP]4x qT+Rڍ3w`׃9#'ÐyZQ֡@O9(yE/X9wt3v C=s(Î٢w/IH?կfh `a߀7)Lw/?-[엁k7" (˽UʵYwZ.oX&R喞1DѰ:6DYɹ]URkH|L;K;CdYi!tM+4RPW82WcC>FQ(=j 0J#7wY׼ 誾+< 542Wzo*A7/ѱ= ]~XS?-T'&tmy *O8uI#vSYy^;zt}%/ka#Rπo9N y(V:Ɛ7 \_ubHj*$m)oB-D:oh[R0tg&GR]~M֝ Bqt@ӈ+ݩgjQ_^׿ vnn+ !V40E_Uh)EY%AMʴ}6Ed]6˩{#?o?+`ٶM 5[.ߣ{ZCy;T9UL0Ȱɻ m}v?f#7h L;q @AmˮKWBX34' fC!*Ag>ld@ٻZ|ǁ\98`pJ-XX8};+TlZZoXhŧb'aXdB` ('}ٵT6⋶=󈶛Ub'BS [{NxHPR̉ceاo! ?&H]g~epU7ȃ*>ƣp1PY^2t e8̕RsDSOn…>tQ6Z @\H8g{ ji pC-[ aH4۟blΩ5{t8.,04j`&1tt egBγkQ+\66Y&@Rb0R?ء9HQ 2ysU'd*X(8=6` rGYʳ$D.M+-iGT?[)˜ŀ$Wᡩ7a-.7t,/,VSվLn6%Hg:C 00߫Fd= 77l+غDW@4PT*)\ i *Yh^άOcdjEP7vX~jNat[UzLRgYnvM2-lM<1 ~r%08-+MǍRn@p1M w]ɍz{2#+iT]-> b+ӑG{U?i x!pWȿDXL7dTBo 7qp~W &k `g ]M\`⇶Z0*`݅/#M&VzE$cY8ihhՅN7nvܢLٝ%\bߣaz~A|D& ^>kHoKd|H;9Q{e=G9AynE0bZ\6:Gw'U![}ښO!Ap&]A6dOWoꮳH"CZ;)X/qUt WaW}V^kDYv|AUjg1Gp;o|hNy~RadB4NMQݝzu3R$"N@ @!`'HMEBMxl=}J0yza:b.P:QԽP`o"P:ҔemT)C jEv\xն(#VL7q +K%B,n3N֮i5k&z(M Iײ\'!\'+1>,#`m+#J#Dx'qg-GiѬLN܅e kb'p:krOO9HWtk[>rȑpj̗ԡ!޵3f 2u YZ