diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-24 12:07:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-24 12:07:52 +0900 |
| commit | 8b2dbea5f367bf925f2370a753dddb4c6af0cc0d (patch) | |
| tree | 1b12c186def3c4b66a7ca42b6a54250387627bb3 | |
| parent | af847a4fd3a2dbcc6840944e0385b5c2830b13aa (diff) | |
| download | phpconkagawa-2025-slides-main.tar.gz phpconkagawa-2025-slides-main.tar.zst phpconkagawa-2025-slides-main.zip | |
| -rw-r--r-- | .gitignore | 0 | ||||
| -rw-r--r-- | assets/deco.svg | 27 | ||||
| -rw-r--r-- | assets/me.svg | 61 | ||||
| -rw-r--r-- | justfile | 8 | ||||
| -rw-r--r-- | plugins/tokenize-ja/.cargo/config.toml | 2 | ||||
| -rw-r--r-- | plugins/tokenize-ja/.gitignore | 2 | ||||
| -rw-r--r-- | plugins/tokenize-ja/Cargo.lock | 2148 | ||||
| -rw-r--r-- | plugins/tokenize-ja/Cargo.toml | 27 | ||||
| -rw-r--r-- | plugins/tokenize-ja/src/lib.rs | 20 | ||||
| -rw-r--r-- | plugins/tokenize-ja/src/tokenize.rs | 34 | ||||
| -rw-r--r-- | setoka.typ | 134 | ||||
| -rw-r--r-- | slides.pdf | 13937 | ||||
| -rw-r--r-- | slides.typ | 607 |
13 files changed, 17007 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/assets/deco.svg b/assets/deco.svg new file mode 100644 index 0000000..2071659 --- /dev/null +++ b/assets/deco.svg @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg + width="100" height="100" viewBox="0 0 100 100" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" +> + <defs> + <g id="l"> + <line x1="50" y1="5" x2="50" y2="50" stroke="white" stroke-width="2"/> + <path d="M 50 10 L 46 5 L 54 5" fill="white"/> + <path d="M 50 30 L 47 50 L 53 50" fill="white"/> + </g> + </defs> + <circle cx="50" cy="50" r="50" fill="orange"/> + + <circle cx="50" cy="50" r="45" fill="transparent" stroke="white" stroke-width="4"/> + <use xlink:href="#l" transform="rotate( 0, 50, 50)"/> + <use xlink:href="#l" transform="rotate( 36, 50, 50)"/> + <use xlink:href="#l" transform="rotate( 72, 50, 50)"/> + <use xlink:href="#l" transform="rotate(108, 50, 50)"/> + <use xlink:href="#l" transform="rotate(144, 50, 50)"/> + <use xlink:href="#l" transform="rotate(180, 50, 50)"/> + <use xlink:href="#l" transform="rotate(216, 50, 50)"/> + <use xlink:href="#l" transform="rotate(252, 50, 50)"/> + <use xlink:href="#l" transform="rotate(288, 50, 50)"/> + <use xlink:href="#l" transform="rotate(324, 50, 50)"/> +</svg> diff --git a/assets/me.svg b/assets/me.svg new file mode 100644 index 0000000..3eebcd7 --- /dev/null +++ b/assets/me.svg @@ -0,0 +1,61 @@ +<?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg + width="100" height="100" viewBox="0 0 100 100" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" +> + <defs> + <g id="l"> + <line x1="50" y1="5" x2="50" y2="50" stroke="white" stroke-width="2"/> + <path d="M 50 10 L 46 5 L 54 5" fill="white"/> + <path d="M 50 30 L 47 50 L 53 50" fill="white"/> + </g> + <g id="s"> + <rect x="0" y="0" width="10" height="10" fill-opacity="0.75"/> + </g> + </defs> + <circle cx="50" cy="50" r="50" fill="orange"/> + + <circle cx="50" cy="50" r="45" fill="transparent" stroke="white" stroke-width="4"/> + <use xlink:href="#l" transform="rotate( 0, 50, 50)"/> + <use xlink:href="#l" transform="rotate( 36, 50, 50)"/> + <use xlink:href="#l" transform="rotate( 72, 50, 50)"/> + <use xlink:href="#l" transform="rotate(108, 50, 50)"/> + <use xlink:href="#l" transform="rotate(144, 50, 50)"/> + <use xlink:href="#l" transform="rotate(180, 50, 50)"/> + <use xlink:href="#l" transform="rotate(216, 50, 50)"/> + <use xlink:href="#l" transform="rotate(252, 50, 50)"/> + <use xlink:href="#l" transform="rotate(288, 50, 50)"/> + <use xlink:href="#l" transform="rotate(324, 50, 50)"/> + + <use xlink:href="#s" x="50" y="0" fill="darkorange"/> + <use xlink:href="#s" x="50" y="20" fill="gold"/> + <use xlink:href="#s" x="50" y="30" fill="orange"/> + <use xlink:href="#s" x="50" y="70" fill="orange"/> + <use xlink:href="#s" x="50" y="90" fill="gold"/> + <use xlink:href="#s" x="60" y="10" fill="orange"/> + <use xlink:href="#s" x="60" y="20" fill="orange"/> + <use xlink:href="#s" x="60" y="30" fill="gold"/> + <use xlink:href="#s" x="60" y="50" fill="gold"/> + <use xlink:href="#s" x="60" y="70" fill="gold"/> + <use xlink:href="#s" x="60" y="80" fill="gold"/> + <use xlink:href="#s" x="70" y="0" fill="#ffcd72"/> + <use xlink:href="#s" x="70" y="10" fill="orange"/> + <use xlink:href="#s" x="70" y="20" fill="gold"/> + <use xlink:href="#s" x="70" y="30" fill="gold"/> + <use xlink:href="#s" x="70" y="70" fill="darkorange"/> + <use xlink:href="#s" x="70" y="90" fill="#ffcd72"/> + <use xlink:href="#s" x="80" y="10" fill="#ffd27f"/> + <use xlink:href="#s" x="80" y="20" fill="orange"/> + <use xlink:href="#s" x="80" y="40" fill="gold"/> + <use xlink:href="#s" x="80" y="60" fill="orange"/> + <use xlink:href="#s" x="80" y="70" fill="orange"/> + <use xlink:href="#s" x="80" y="80" fill="#ffd27f"/> + <use xlink:href="#s" x="90" y="30" fill="#ffc04c"/> + <use xlink:href="#s" x="90" y="40" fill="#ffa90c"/> + <use xlink:href="#s" x="90" y="60" fill="#ffc04c"/> + <use xlink:href="#s" x="90" y="70" fill="#ffe4b2"/> + + <rect x="30" y="35" width="6" height="25" rx="2" ry="2" fill="black"/> + <rect x="64" y="35" width="6" height="25" rx="2" ry="2" fill="black"/> +</svg> diff --git a/justfile b/justfile new file mode 100644 index 0000000..7789d7e --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +build: + typst compile slides.typ + +compile-plugin: + #!/usr/bin/env bash + cd plugins/tokenize-ja/ + cargo build --release + cp target/wasm32-unknown-unknown/release/typst_plugin_tokenize_ja.wasm tokenize-ja.wasm diff --git a/plugins/tokenize-ja/.cargo/config.toml b/plugins/tokenize-ja/.cargo/config.toml new file mode 100644 index 0000000..f4e8c00 --- /dev/null +++ b/plugins/tokenize-ja/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = "wasm32-unknown-unknown" diff --git a/plugins/tokenize-ja/.gitignore b/plugins/tokenize-ja/.gitignore new file mode 100644 index 0000000..f7526dd --- /dev/null +++ b/plugins/tokenize-ja/.gitignore @@ -0,0 +1,2 @@ +/target +/tokenize-ja.wasm diff --git a/plugins/tokenize-ja/Cargo.lock b/plugins/tokenize-ja/Cargo.lock new file mode 100644 index 0000000..ce8bba1 --- /dev/null +++ b/plugins/tokenize-ja/Cargo.lock @@ -0,0 +1,2148 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "adler2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + +[[package]] +name = "aho-corasick" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +dependencies = [ + "memchr", +] + +[[package]] +name = "anyhow" +version = "1.0.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "bincode" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" +dependencies = [ + "bincode_derive", + "serde", + "unty", +] + +[[package]] +name = "bincode_derive" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" +dependencies = [ + "virtue", +] + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" + +[[package]] +name = "bumpalo" +version = "3.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" + +[[package]] +name = "cc" +version = "1.2.43" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2" +dependencies = [ + "find-msvc-tools", + "shlex", +] + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "cfg_aliases" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + +[[package]] +name = "ciborium" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" +dependencies = [ + "ciborium-io", + "ciborium-ll", + "serde", +] + +[[package]] +name = "ciborium-io" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" + +[[package]] +name = "ciborium-ll" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" +dependencies = [ + "ciborium-io", + "half", +] + +[[package]] +name = "crc32fast" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crunchy" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" + +[[package]] +name = "csv" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" +dependencies = [ + "csv-core", + "itoa", + "ryu", + "serde_core", +] + +[[package]] +name = "csv-core" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" +dependencies = [ + "memchr", +] + +[[package]] +name = "darling" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn", +] + +[[package]] +name = "darling_macro" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" +dependencies = [ + "darling_core", + "quote", + "syn", +] + +[[package]] +name = "derive_builder" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" +dependencies = [ + "derive_builder_macro", +] + +[[package]] +name = "derive_builder_core" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "derive_builder_macro" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" +dependencies = [ + "derive_builder_core", + "syn", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "encoding" +version = "0.2.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" +dependencies = [ + "encoding-index-japanese", + "encoding-index-korean", + "encoding-index-simpchinese", + "encoding-index-singlebyte", + "encoding-index-tradchinese", +] + +[[package]] +name = "encoding-index-japanese" +version = "1.20141219.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" +dependencies = [ + "encoding_index_tests", +] + +[[package]] +name = "encoding-index-korean" +version = "1.20141219.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" +dependencies = [ + "encoding_index_tests", +] + +[[package]] +name = "encoding-index-simpchinese" +version = "1.20141219.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" +dependencies = [ + "encoding_index_tests", +] + +[[package]] +name = "encoding-index-singlebyte" +version = "1.20141219.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" +dependencies = [ + "encoding_index_tests", +] + +[[package]] +name = "encoding-index-tradchinese" +version = "1.20141219.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" +dependencies = [ + "encoding_index_tests", +] + +[[package]] +name = "encoding_index_tests" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" + +[[package]] +name = "encoding_rs" +version = "0.8.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "encoding_rs_io" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" +dependencies = [ + "encoding_rs", +] + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "errno" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" +dependencies = [ + "libc", + "windows-sys 0.61.2", +] + +[[package]] +name = "filetime" +version = "0.2.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" +dependencies = [ + "cfg-if", + "libc", + "libredox", + "windows-sys 0.60.2", +] + +[[package]] +name = "find-msvc-tools" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" + +[[package]] +name = "flate2" +version = "1.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "form_urlencoded" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "futures-channel" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +dependencies = [ + "futures-core", +] + +[[package]] +name = "futures-core" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" + +[[package]] +name = "futures-task" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" + +[[package]] +name = "futures-util" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +dependencies = [ + "futures-core", + "futures-task", + "pin-project-lite", + "pin-utils", +] + +[[package]] +name = "getrandom" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "wasi", + "wasm-bindgen", +] + +[[package]] +name = "getrandom" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "r-efi", + "wasip2", + "wasm-bindgen", +] + +[[package]] +name = "glob" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" + +[[package]] +name = "half" +version = "2.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" +dependencies = [ + "cfg-if", + "crunchy", + "zerocopy", +] + +[[package]] +name = "hashbrown" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "hermit-abi" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" + +[[package]] +name = "http" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http", +] + +[[package]] +name = "http-body-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" +dependencies = [ + "bytes", + "futures-core", + "http", + "http-body", + "pin-project-lite", +] + +[[package]] +name = "httparse" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" + +[[package]] +name = "hyper" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +dependencies = [ + "atomic-waker", + "bytes", + "futures-channel", + "futures-core", + "http", + "http-body", + "httparse", + "itoa", + "pin-project-lite", + "pin-utils", + "smallvec", + "tokio", + "want", +] + +[[package]] +name = "hyper-rustls" +version = "0.27.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" +dependencies = [ + "http", + "hyper", + "hyper-util", + "rustls", + "rustls-pki-types", + "tokio", + "tokio-rustls", + "tower-service", + "webpki-roots", +] + +[[package]] +name = "hyper-util" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" +dependencies = [ + "base64", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "http", + "http-body", + "hyper", + "ipnet", + "libc", + "percent-encoding", + "pin-project-lite", + "socket2", + "tokio", + "tower-service", + "tracing", +] + +[[package]] +name = "icu_collections" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +dependencies = [ + "displaydoc", + "potential_utf", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locale_core" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_normalizer" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" + +[[package]] +name = "icu_properties" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locale_core", + "icu_properties_data", + "icu_provider", + "potential_utf", + "zerotrie", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" + +[[package]] +name = "icu_provider" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" +dependencies = [ + "displaydoc", + "icu_locale_core", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerotrie", + "zerovec", +] + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + +[[package]] +name = "indexmap" +version = "2.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" +dependencies = [ + "equivalent", + "hashbrown", +] + +[[package]] +name = "ipnet" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" + +[[package]] +name = "iri-string" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "itoa" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" + +[[package]] +name = "js-sys" +version = "0.3.81" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "kanaria" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0f9d9652540055ac4fded998a73aca97d965899077ab1212587437da44196ff" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "libc" +version = "0.2.177" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" + +[[package]] +name = "libredox" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" +dependencies = [ + "bitflags 2.10.0", + "libc", + "redox_syscall", +] + +[[package]] +name = "lindera" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0e109baf46c2494539663466a49d54bd62f655a4356757269b72d1e1019ff2c" +dependencies = [ + "anyhow", + "bincode", + "byteorder", + "csv", + "kanaria", + "lindera-cc-cedict", + "lindera-dictionary", + "lindera-ipadic", + "lindera-ipadic-neologd", + "lindera-ko-dic", + "lindera-unidic", + "once_cell", + "percent-encoding", + "regex", + "serde", + "serde_json", + "serde_yaml", + "strum", + "strum_macros", + "unicode-blocks", + "unicode-normalization", + "unicode-segmentation", + "url", + "yada", +] + +[[package]] +name = "lindera-cc-cedict" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "965ef21c68d3f5453076366a58d05c154e639a5d1e9b0d86a048a6a3486fb1cc" +dependencies = [ + "anyhow", + "bincode", + "byteorder", + "csv", + "lindera-dictionary", + "once_cell", + "serde_json", + "tokio", +] + +[[package]] +name = "lindera-dictionary" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d493e407b18951da7852d2b021b1f7e001a2963accb17a321c8fd48b60a9e343" +dependencies = [ + "anyhow", + "bincode", + "byteorder", + "csv", + "derive_builder", + "encoding", + "encoding_rs", + "encoding_rs_io", + "flate2", + "glob", + "log", + "md5", + "memmap2", + "num_cpus", + "once_cell", + "rand", + "regex", + "reqwest", + "serde", + "serde_json", + "strum", + "strum_macros", + "tar", + "thiserror", + "tokio", + "yada", +] + +[[package]] +name = "lindera-ipadic" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "567746f82c01052e05539f2731ce2ad62eddebe5ae96453e9534a87bc9cfafc9" +dependencies = [ + "anyhow", + "bincode", + "byteorder", + "csv", + "lindera-dictionary", + "once_cell", + "serde_json", + "tokio", +] + +[[package]] +name = "lindera-ipadic-neologd" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "350f17ced5cbf2964ee29ddef1094703fd1df7c20d464dec6106b7b7ee038030" +dependencies = [ + "anyhow", + "bincode", + "byteorder", + "csv", + "lindera-dictionary", + "once_cell", + "serde_json", + "tokio", +] + +[[package]] +name = "lindera-ko-dic" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2dda2995055967b409c4d1f311b7db796a3279c78607838325f8892a1542960" +dependencies = [ + "anyhow", + "bincode", + "byteorder", + "csv", + "lindera-dictionary", + "once_cell", + "serde_json", + "tokio", +] + +[[package]] +name = "lindera-unidic" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6a03bdf3acbd493e95ac182fef6194c09556a04dcbebbaeddca47d5ae6ec5f6" +dependencies = [ + "anyhow", + "bincode", + "byteorder", + "csv", + "lindera-dictionary", + "once_cell", + "serde_json", + "tokio", +] + +[[package]] +name = "linux-raw-sys" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" + +[[package]] +name = "litemap" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" + +[[package]] +name = "log" +version = "0.4.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" + +[[package]] +name = "lru-slab" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" + +[[package]] +name = "md5" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0" + +[[package]] +name = "memchr" +version = "2.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" + +[[package]] +name = "memmap2" +version = "0.9.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" +dependencies = [ + "libc", +] + +[[package]] +name = "miniz_oxide" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", + "simd-adler32", +] + +[[package]] +name = "mio" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" +dependencies = [ + "libc", + "wasi", + "windows-sys 0.61.2", +] + +[[package]] +name = "num_cpus" +version = "1.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" +dependencies = [ + "hermit-abi", + "libc", +] + +[[package]] +name = "once_cell" +version = "1.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" + +[[package]] +name = "percent-encoding" +version = "2.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" + +[[package]] +name = "pin-project-lite" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "potential_utf" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" +dependencies = [ + "zerovec", +] + +[[package]] +name = "ppv-lite86" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "proc-macro2" +version = "1.0.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quinn" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" +dependencies = [ + "bytes", + "cfg_aliases", + "pin-project-lite", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls", + "socket2", + "thiserror", + "tokio", + "tracing", + "web-time", +] + +[[package]] +name = "quinn-proto" +version = "0.11.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +dependencies = [ + "bytes", + "getrandom 0.3.4", + "lru-slab", + "rand", + "ring", + "rustc-hash", + "rustls", + "rustls-pki-types", + "slab", + "thiserror", + "tinyvec", + "tracing", + "web-time", +] + +[[package]] +name = "quinn-udp" +version = "0.5.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" +dependencies = [ + "cfg_aliases", + "libc", + "once_cell", + "socket2", + "tracing", + "windows-sys 0.60.2", +] + +[[package]] +name = "quote" +version = "1.0.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "rand" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +dependencies = [ + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.4", +] + +[[package]] +name = "redox_syscall" +version = "0.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" +dependencies = [ + "bitflags 2.10.0", +] + +[[package]] +name = "regex" +version = "1.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata", + "regex-syntax", +] + +[[package]] +name = "regex-automata" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax", +] + +[[package]] +name = "regex-syntax" +version = "0.8.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" + +[[package]] +name = "reqwest" +version = "0.12.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +dependencies = [ + "base64", + "bytes", + "futures-core", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-rustls", + "hyper-util", + "js-sys", + "log", + "percent-encoding", + "pin-project-lite", + "quinn", + "rustls", + "rustls-pki-types", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper", + "tokio", + "tokio-rustls", + "tower", + "tower-http", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "webpki-roots", +] + +[[package]] +name = "ring" +version = "0.17.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" +dependencies = [ + "cc", + "cfg-if", + "getrandom 0.2.16", + "libc", + "untrusted", + "windows-sys 0.52.0", +] + +[[package]] +name = "rustc-hash" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" + +[[package]] +name = "rustix" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +dependencies = [ + "bitflags 2.10.0", + "errno", + "libc", + "linux-raw-sys", + "windows-sys 0.61.2", +] + +[[package]] +name = "rustls" +version = "0.23.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7" +dependencies = [ + "once_cell", + "ring", + "rustls-pki-types", + "rustls-webpki", + "subtle", + "zeroize", +] + +[[package]] +name = "rustls-pki-types" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +dependencies = [ + "web-time", + "zeroize", +] + +[[package]] +name = "rustls-webpki" +version = "0.103.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" +dependencies = [ + "ring", + "rustls-pki-types", + "untrusted", +] + +[[package]] +name = "rustversion" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + +[[package]] +name = "ryu" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" + +[[package]] +name = "serde" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", + "serde_derive", +] + +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "serde_json" +version = "1.0.145" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +dependencies = [ + "itoa", + "memchr", + "ryu", + "serde", + "serde_core", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_yaml" +version = "0.9.34+deprecated" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" +dependencies = [ + "indexmap", + "itoa", + "ryu", + "serde", + "unsafe-libyaml", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "simd-adler32" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" + +[[package]] +name = "slab" +version = "0.4.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" + +[[package]] +name = "smallvec" +version = "1.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" + +[[package]] +name = "socket2" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" +dependencies = [ + "libc", + "windows-sys 0.60.2", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "strum" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "subtle" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" + +[[package]] +name = "syn" +version = "2.0.108" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "sync_wrapper" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" +dependencies = [ + "futures-core", +] + +[[package]] +name = "synstructure" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tar" +version = "0.4.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +dependencies = [ + "filetime", + "libc", + "xattr", +] + +[[package]] +name = "thiserror" +version = "2.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tinystr" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tinyvec" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +dependencies = [ + "bytes", + "libc", + "mio", + "pin-project-lite", + "socket2", + "tokio-macros", + "windows-sys 0.61.2", +] + +[[package]] +name = "tokio-macros" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tokio-rustls" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" +dependencies = [ + "rustls", + "tokio", +] + +[[package]] +name = "tower" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper", + "tokio", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-http" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +dependencies = [ + "bitflags 2.10.0", + "bytes", + "futures-util", + "http", + "http-body", + "iri-string", + "pin-project-lite", + "tower", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-layer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + +[[package]] +name = "tower-service" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" + +[[package]] +name = "tracing" +version = "0.1.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +dependencies = [ + "pin-project-lite", + "tracing-core", +] + +[[package]] +name = "tracing-core" +version = "0.1.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +dependencies = [ + "once_cell", +] + +[[package]] +name = "try-lock" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" + +[[package]] +name = "typst-plugin-tokenize-ja" +version = "0.1.0" +dependencies = [ + "anyhow", + "ciborium", + "lindera", + "serde", + "wasm-minimal-protocol", +] + +[[package]] +name = "unicode-blocks" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b12e05d9e06373163a9bb6bb8c263c261b396643a99445fe6b9811fd376581b" + +[[package]] +name = "unicode-ident" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" + +[[package]] +name = "unicode-normalization" +version = "0.1.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-segmentation" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" + +[[package]] +name = "unsafe-libyaml" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" + +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + +[[package]] +name = "unty" +version = "0.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" + +[[package]] +name = "url" +version = "2.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", + "serde", +] + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "venial" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61584a325b16f97b5b25fcc852eb9550843a251057a5e3e5992d2376f3df4bb2" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "virtue" +version = "0.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasip2" +version = "1.0.1+wasi-0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasm-bindgen" +version = "0.2.104" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.104" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" +dependencies = [ + "bumpalo", + "log", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.54" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" +dependencies = [ + "cfg-if", + "js-sys", + "once_cell", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.104" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.104" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.104" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "wasm-minimal-protocol" +version = "0.1.0" +source = "git+https://github.com/astrale-sharp/wasm-minimal-protocol?rev=e622e0e4a4f0f34be871a3a6bd22f6519415364b#e622e0e4a4f0f34be871a3a6bd22f6519415364b" +dependencies = [ + "proc-macro2", + "quote", + "venial", +] + +[[package]] +name = "web-sys" +version = "0.3.81" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "webpki-roots" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" +dependencies = [ + "rustls-pki-types", +] + +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" +dependencies = [ + "windows-targets 0.53.5", +] + +[[package]] +name = "windows-sys" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm 0.52.6", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows-targets" +version = "0.53.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" +dependencies = [ + "windows-link", + "windows_aarch64_gnullvm 0.53.1", + "windows_aarch64_msvc 0.53.1", + "windows_i686_gnu 0.53.1", + "windows_i686_gnullvm 0.53.1", + "windows_i686_msvc 0.53.1", + "windows_x86_64_gnu 0.53.1", + "windows_x86_64_gnullvm 0.53.1", + "windows_x86_64_msvc 0.53.1", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnu" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_i686_msvc" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" + +[[package]] +name = "wit-bindgen" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" + +[[package]] +name = "writeable" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" + +[[package]] +name = "xattr" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" +dependencies = [ + "libc", + "rustix", +] + +[[package]] +name = "yada" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aed111bd9e48a802518765906cbdadf0b45afb72b9c81ab049a3b86252adffdd" + +[[package]] +name = "yoke" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + +[[package]] +name = "zerocopy" +version = "0.8.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "zerofrom" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + +[[package]] +name = "zeroize" +version = "1.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" + +[[package]] +name = "zerotrie" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + +[[package]] +name = "zerovec" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] diff --git a/plugins/tokenize-ja/Cargo.toml b/plugins/tokenize-ja/Cargo.toml new file mode 100644 index 0000000..7c00fe7 --- /dev/null +++ b/plugins/tokenize-ja/Cargo.toml @@ -0,0 +1,27 @@ +[package] +name = "typst-plugin-tokenize-ja" +version = "0.1.0" +edition = "2024" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +anyhow = "1.0.100" +ciborium = "0.2.2" +serde = "1.0.228" + +[dependencies.lindera] +version = "1.2.0" +features = ["embedded-ipadic"] + +[dependencies.wasm-minimal-protocol] +git = "https://github.com/astrale-sharp/wasm-minimal-protocol" +rev = "e622e0e4a4f0f34be871a3a6bd22f6519415364b" + +[profile.release] +lto = true +strip = true +opt-level = "z" +codegen-units = 1 +panic = "abort" diff --git a/plugins/tokenize-ja/src/lib.rs b/plugins/tokenize-ja/src/lib.rs new file mode 100644 index 0000000..fb58250 --- /dev/null +++ b/plugins/tokenize-ja/src/lib.rs @@ -0,0 +1,20 @@ +use ciborium::ser::into_writer; +use wasm_minimal_protocol::*; + +initiate_protocol!(); + +mod tokenize; + +#[wasm_func] +pub fn init() -> Result<Vec<u8>, anyhow::Error> { + tokenize::init()?; + Ok(Vec::new()) +} + +#[wasm_func] +pub fn tokenize(text: &[u8]) -> Result<Vec<u8>, anyhow::Error> { + let result = tokenize::tokenize(str::from_utf8(text)?)?; + let mut out = Vec::new(); + into_writer(&result, &mut out)?; + Ok(out) +} diff --git a/plugins/tokenize-ja/src/tokenize.rs b/plugins/tokenize-ja/src/tokenize.rs new file mode 100644 index 0000000..b5c13db --- /dev/null +++ b/plugins/tokenize-ja/src/tokenize.rs @@ -0,0 +1,34 @@ +use anyhow::anyhow; +use anyhow::Context; +use lindera::dictionary::load_dictionary; +use lindera::mode::Mode; +use lindera::segmenter::Segmenter; +use lindera::tokenizer::Tokenizer; +use std::sync::OnceLock; + +static TOKENIZER: OnceLock<Tokenizer> = OnceLock::new(); + +pub fn init() -> Result<(), anyhow::Error> { + let dictionary = load_dictionary("embedded://ipadic").context("failed to load dictionary")?; + let segmenter = Segmenter::new(Mode::Normal, dictionary, None).keep_whitespace(true); + let tokenizer = Tokenizer::new(segmenter); + TOKENIZER + .set(tokenizer) + .map_err(|_| anyhow!("failed to initialize tokenizer"))?; + Ok(()) +} + +pub fn tokenize(text: &str) -> Result<Vec<(String, Option<String>)>, anyhow::Error> { + let tokenizer = TOKENIZER.get().context("call load() first")?; + let mut tokens = tokenizer + .tokenize(text) + .context("failed to tokenize text")?; + Ok(tokens + .iter_mut() + .map(|t| { + let surface: String = t.surface.to_string(); + let detail = t.get_detail(0).map(|s| s.into()); + (surface, detail) + }) + .collect()) +} diff --git a/setoka.typ b/setoka.typ new file mode 100644 index 0000000..5132387 --- /dev/null +++ b/setoka.typ @@ -0,0 +1,134 @@ +#import "@preview/touying:0.6.1": * + +#let slide(..args) = touying-slide-wrapper(self => { + let header(self) = { + set align(top) + set text(size: 14pt) + place( + left + top, + dx: 0.7em, + dy: 0.7em, + image("./assets/deco.svg", width: 2em, height: 2em), + ) + place( + left + top, + dx: 3em, + dy: 0.7em, + image("./assets/deco.svg", width: 1em, height: 1em), + ) + } + let footer(self) = { + set align(bottom) + set text(fill: self.colors.neutral-darkest, size: 14pt) + pad(x: 0.7em, y: 0.7em, { + h(1fr) + context utils.slide-counter.display() + " / " + utils.last-slide-number + }) + } + self = utils.merge-dicts( + self, + config-page( + header: header, + footer: footer, + ), + ) + touying-slide(self: self, ..args) +}) + +#let title-slide(..args) = touying-slide-wrapper(self => { + let info = self.info + args.named() + let body = { + set align(center) + components.cell( + fill: self.colors.neutral-darkest, + width: 100%, + height: 50%, + inset: 0.5em, + components.cell( + width: 80%, + height: 100%, + { + set align(bottom) + set text(size: 1em, fill: self.colors.neutral-lightest, weight: "bold") + info.title + }, + ), + ) + components.cell( + width: 100%, + height: 50%, + { + set align(horizon) + set text(fill: self.colors.neutral-darkest, size: 0.5em) + if info.author != none { + block(info.author) + } + block() + if info.subtitle != none { + block(info.subtitle) + } + if info.date != none { + block(utils.display-info-date(self)) + } + }, + ) + set text(size: 14pt) + place( + left + top, + dx: 0.7em, + dy: 0.7em, + image("./assets/deco.svg", width: 2em, height: 2em), + ) + place( + left + top, + dx: 3em, + dy: 0.7em, + image("./assets/deco.svg", width: 1em, height: 1em), + ) + } + self = utils.merge-dicts( + self, + config-page( + margin: 0pt, + ), + ) + touying-slide(self: self, body) +}) + +#let about-slide(..args) = slide({ + set align(center + horizon) + [ + #text(size: 0.4em)[いまむら] \ + #text(size: 0.9em)[nsfisis] \ + ] + image("./assets/me.svg", width: 2em, height: 2em) +}) + +#let setoka-theme( + aspect-ratio: "16-9", + footer: none, + ..args, + body, +) = { + set text(size: 48pt) + show link: underline + + show: touying-slides.with( + config-page( + paper: "presentation-" + aspect-ratio, + margin: 2em, + ), + config-common( + slide-fn: slide, + slide-level: 0, + ), + config-colors( + primary: rgb("#ffa500"), + neutral-lightest: white, + neutral-darkest: black, + ), + ..args, + ) + + body +} diff --git a/slides.pdf b/slides.pdf new file mode 100644 index 0000000..95b0358 --- /dev/null +++ b/slides.pdf @@ -0,0 +1,13937 @@ +%PDF-1.7 +% + +1 0 obj +<< + /Type /Pages + /Count 88 + /Kids [901 0 R 903 0 R 905 0 R 907 0 R 909 0 R 911 0 R 913 0 R 915 0 R 917 0 R 919 0 R 921 0 R 923 0 R 925 0 R 927 0 R 929 0 R 931 0 R 933 0 R 935 0 R 937 0 R 939 0 R 941 0 R 943 0 R 945 0 R 947 0 R 949 0 R 951 0 R 953 0 R 955 0 R 957 0 R 959 0 R 961 0 R 963 0 R 965 0 R 967 0 R 969 0 R 971 0 R 973 0 R 976 0 R 978 0 R 980 0 R 982 0 R 984 0 R 986 0 R 988 0 R 990 0 R 992 0 R 995 0 R 1001 0 R 1003 0 R 1005 0 R 1007 0 R 1010 0 R 1012 0 R 1014 0 R 1016 0 R 1018 0 R 1020 0 R 1022 0 R 1024 0 R 1026 0 R 1028 0 R 1030 0 R 1032 0 R 1034 0 R 1036 0 R 1038 0 R 1040 0 R 1042 0 R 1044 0 R 1046 0 R 1048 0 R 1050 0 R 1052 0 R 1054 0 R 1056 0 R 1058 0 R 1060 0 R 1062 0 R 1064 0 R 1066 0 R 1069 0 R 1071 0 R 1073 0 R 1075 0 R 1077 0 R 1079 0 R 1081 0 R 1083 0 R] +>> +endobj + +2 0 obj +<< + /Nums [0 783 0 R 1 784 0 R 2 785 0 R 3 786 0 R 4 787 0 R 5 788 0 R 6 789 0 R 7 790 0 R 8 791 0 R 9 792 0 R 10 793 0 R 11 794 0 R 12 795 0 R 13 796 0 R 14 797 0 R 15 798 0 R 16 799 0 R 17 800 0 R 18 801 0 R 19 802 0 R 20 803 0 R 21 804 0 R 22 805 0 R 23 806 0 R 24 807 0 R 25 808 0 R 26 809 0 R 27 810 0 R 28 811 0 R 29 812 0 R 30 813 0 R 31 814 0 R 32 815 0 R 33 816 0 R 34 817 0 R 35 818 0 R 36 819 0 R 37 820 0 R 38 821 0 R 39 822 0 R 40 823 0 R 41 824 0 R 42 825 0 R 43 826 0 R 44 827 0 R 45 828 0 R 46 829 0 R 47 830 0 R 48 831 0 R 49 832 0 R 50 833 0 R 51 834 0 R 52 835 0 R 53 836 0 R 54 837 0 R 55 838 0 R 56 839 0 R 57 840 0 R 58 841 0 R 59 842 0 R 60 843 0 R 61 844 0 R 62 845 0 R 63 846 0 R 64 847 0 R 65 848 0 R 66 849 0 R 67 850 0 R 68 851 0 R 69 852 0 R 70 853 0 R 71 854 0 R 72 855 0 R 73 856 0 R 74 857 0 R 75 858 0 R 76 859 0 R 77 860 0 R 78 861 0 R 79 862 0 R 80 863 0 R 81 864 0 R 82 865 0 R 83 866 0 R 84 867 0 R 85 868 0 R 86 869 0 R 87 870 0 R] +>> +endobj + +3 0 obj +<< + /Type /StructTreeRoot + /RoleMap << + /Datetime /Span + /Terms /Part + /Title /P + /Strong /Span + /Em /Span + >> + /K [92 0 R] + /ParentTree << + /Nums [0 4 0 R 1 5 0 R 2 6 0 R 3 7 0 R 4 8 0 R 5 9 0 R 6 10 0 R 7 11 0 R 8 12 0 R 9 13 0 R 10 14 0 R 11 15 0 R 12 16 0 R 13 17 0 R 14 18 0 R 15 19 0 R 16 20 0 R 17 21 0 R 18 22 0 R 19 23 0 R 20 24 0 R 21 25 0 R 22 26 0 R 23 27 0 R 24 28 0 R 25 29 0 R 26 30 0 R 27 31 0 R 28 32 0 R 29 33 0 R 30 34 0 R 31 35 0 R 32 36 0 R 33 37 0 R 34 38 0 R 35 39 0 R 36 40 0 R 37 585 0 R 38 41 0 R 39 42 0 R 40 43 0 R 41 44 0 R 42 45 0 R 43 46 0 R 44 47 0 R 45 48 0 R 46 49 0 R 47 462 0 R 48 50 0 R 49 455 0 R 50 455 0 R 51 455 0 R 52 455 0 R 53 51 0 R 54 52 0 R 55 53 0 R 56 54 0 R 57 447 0 R 58 55 0 R 59 56 0 R 60 57 0 R 61 58 0 R 62 59 0 R 63 60 0 R 64 61 0 R 65 62 0 R 66 63 0 R 67 64 0 R 68 65 0 R 69 66 0 R 70 67 0 R 71 68 0 R 72 69 0 R 73 70 0 R 74 71 0 R 75 72 0 R 76 73 0 R 77 74 0 R 78 75 0 R 79 76 0 R 80 77 0 R 81 78 0 R 82 79 0 R 83 80 0 R 84 81 0 R 85 82 0 R 86 83 0 R 87 127 0 R 88 84 0 R 89 85 0 R 90 86 0 R 91 87 0 R 92 88 0 R 93 89 0 R 94 90 0 R 95 91 0 R] + >> + /ParentTreeNextKey 96 +>> +endobj + +4 0 obj +[782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 782 0 R 781 0 R 780 0 R] +endobj + +5 0 obj +[779 0 R 779 0 R 778 0 R] +endobj + +6 0 obj +[777 0 R 777 0 R 777 0 R 777 0 R 777 0 R 777 0 R 777 0 R] +endobj + +7 0 obj +[776 0 R 775 0 R 775 0 R 773 0 R 772 0 R 772 0 R 772 0 R 772 0 R 769 0 R 768 0 R 766 0 R 765 0 R 763 0 R 762 0 R] +endobj + +8 0 obj +[758 0 R] +endobj + +9 0 obj +[756 0 R 752 0 R 755 0 R 752 0 R 754 0 R 752 0 R 753 0 R 752 0 R] +endobj + +10 0 obj +[751 0 R] +endobj + +11 0 obj +[750 0 R 749 0 R 749 0 R] +endobj + +12 0 obj +[748 0 R 747 0 R 747 0 R 746 0 R 746 0 R 746 0 R] +endobj + +13 0 obj +[745 0 R 744 0 R 744 0 R 744 0 R 744 0 R 744 0 R 744 0 R 744 0 R 744 0 R 744 0 R] +endobj + +14 0 obj +[743 0 R 743 0 R 743 0 R 742 0 R] +endobj + +15 0 obj +[741 0 R 737 0 R 740 0 R 737 0 R 739 0 R 737 0 R 738 0 R 737 0 R] +endobj + +16 0 obj +[736 0 R 735 0 R 734 0 R 734 0 R 734 0 R 734 0 R 734 0 R 734 0 R 734 0 R] +endobj + +17 0 obj +[733 0 R 729 0 R 732 0 R 729 0 R 731 0 R 729 0 R 730 0 R 729 0 R] +endobj + +18 0 obj +[728 0 R] +endobj + +19 0 obj +[727 0 R 726 0 R 726 0 R 726 0 R 726 0 R 726 0 R 726 0 R 726 0 R 726 0 R 726 0 R] +endobj + +20 0 obj +[725 0 R 725 0 R] +endobj + +21 0 obj +[724 0 R 724 0 R 723 0 R 723 0 R] +endobj + +22 0 obj +[722 0 R 722 0 R 721 0 R 721 0 R 721 0 R 721 0 R] +endobj + +23 0 obj +[720 0 R 720 0 R 719 0 R 719 0 R 719 0 R 719 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R 718 0 R] +endobj + +24 0 obj +[717 0 R 717 0 R 716 0 R 716 0 R] +endobj + +25 0 obj +[715 0 R 715 0 R 714 0 R 714 0 R 714 0 R 714 0 R] +endobj + +26 0 obj +[713 0 R 713 0 R 712 0 R 712 0 R 712 0 R 712 0 R 711 0 R 711 0 R 711 0 R 711 0 R 711 0 R 711 0 R 711 0 R] +endobj + +27 0 obj +[710 0 R 706 0 R 709 0 R 706 0 R 708 0 R 706 0 R 707 0 R 706 0 R] +endobj + +28 0 obj +[705 0 R 701 0 R 704 0 R 701 0 R 703 0 R 701 0 R 702 0 R 701 0 R 700 0 R 700 0 R 700 0 R 700 0 R 700 0 R 700 0 R 700 0 R] +endobj + +29 0 obj +[699 0 R 699 0 R 699 0 R 699 0 R 699 0 R] +endobj + +30 0 obj +[698 0 R 698 0 R 698 0 R 698 0 R 698 0 R 696 0 R 697 0 R 696 0 R] +endobj + +31 0 obj +[695 0 R 695 0 R 695 0 R 695 0 R 695 0 R 692 0 R 694 0 R 692 0 R 692 0 R 693 0 R 692 0 R] +endobj + +32 0 obj +[691 0 R 691 0 R 691 0 R 691 0 R 691 0 R 688 0 R 690 0 R 688 0 R 688 0 R 689 0 R 688 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R 687 0 R] +endobj + +33 0 obj +[686 0 R] +endobj + +34 0 obj +[685 0 R 684 0 R 681 0 R 680 0 R] +endobj + +35 0 obj +[676 0 R 675 0 R 672 0 R 671 0 R 668 0 R 667 0 R 664 0 R 663 0 R] +endobj + +36 0 obj +[659 0 R 658 0 R 655 0 R 654 0 R 651 0 R 650 0 R 647 0 R 646 0 R 643 0 R 642 0 R 639 0 R 638 0 R 635 0 R 634 0 R] +endobj + +37 0 obj +[631 0 R 630 0 R 627 0 R 626 0 R 623 0 R 622 0 R 619 0 R 618 0 R 615 0 R 614 0 R 611 0 R 610 0 R 607 0 R 606 0 R 603 0 R 603 0 R] +endobj + +38 0 obj +[602 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R] +endobj + +39 0 obj +[600 0 R 600 0 R 600 0 R 600 0 R 600 0 R] +endobj + +40 0 obj +[599 0 R 599 0 R 599 0 R 598 0 R 597 0 R 594 0 R 593 0 R 591 0 R 590 0 R] +endobj + +41 0 obj +[587 0 R 586 0 R 584 0 R 584 0 R 584 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R] +endobj + +42 0 obj +[582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 581 0 R 581 0 R 581 0 R 581 0 R 581 0 R 581 0 R] +endobj + +43 0 obj +[580 0 R 579 0 R 578 0 R 578 0 R 578 0 R 576 0 R 575 0 R 575 0 R 575 0 R 575 0 R 575 0 R 573 0 R 572 0 R 570 0 R 569 0 R] +endobj + +44 0 obj +[566 0 R 566 0 R 565 0 R 564 0 R 561 0 R 560 0 R 557 0 R 556 0 R 554 0 R 553 0 R 553 0 R 550 0 R] +endobj + +45 0 obj +[544 0 R 544 0 R 543 0 R 542 0 R 542 0 R 540 0 R 539 0 R 536 0 R 535 0 R 535 0 R 532 0 R] +endobj + +46 0 obj +[526 0 R 525 0 R 524 0 R 524 0 R 524 0 R 522 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 519 0 R 518 0 R 516 0 R 515 0 R] +endobj + +47 0 obj +[512 0 R 511 0 R 510 0 R 510 0 R 510 0 R 508 0 R 507 0 R 507 0 R 507 0 R 507 0 R 507 0 R 505 0 R 504 0 R 502 0 R 501 0 R] +endobj + +48 0 obj +[498 0 R 498 0 R 497 0 R 496 0 R 496 0 R 494 0 R 493 0 R 491 0 R 490 0 R 490 0 R 487 0 R] +endobj + +49 0 obj +[481 0 R 481 0 R 481 0 R 481 0 R 481 0 R 480 0 R 474 0 R 469 0 R 469 0 R 469 0 R] +endobj + +50 0 obj +[463 0 R 460 0 R] +endobj + +51 0 obj +[459 0 R 458 0 R 457 0 R 456 0 R 453 0 R] +endobj + +52 0 obj +[452 0 R 452 0 R 452 0 R 452 0 R 452 0 R 452 0 R] +endobj + +53 0 obj +[451 0 R 451 0 R] +endobj + +54 0 obj +[450 0 R 450 0 R 449 0 R 449 0 R 449 0 R 449 0 R 449 0 R 449 0 R 449 0 R 449 0 R] +endobj + +55 0 obj +[448 0 R 445 0 R] +endobj + +56 0 obj +[444 0 R 444 0 R 444 0 R 444 0 R 443 0 R 443 0 R 443 0 R 443 0 R 443 0 R 443 0 R 442 0 R 442 0 R 442 0 R 442 0 R 442 0 R 442 0 R 442 0 R 442 0 R 442 0 R 442 0 R 442 0 R] +endobj + +57 0 obj +[441 0 R 441 0 R 441 0 R 441 0 R 441 0 R] +endobj + +58 0 obj +[440 0 R 440 0 R 440 0 R 440 0 R] +endobj + +59 0 obj +[439 0 R 439 0 R 439 0 R 439 0 R 438 0 R 437 0 R 437 0 R] +endobj + +60 0 obj +[434 0 R 434 0 R 434 0 R 434 0 R 433 0 R 432 0 R 432 0 R 430 0 R 429 0 R 429 0 R 429 0 R 429 0 R] +endobj + +61 0 obj +[426 0 R 426 0 R 426 0 R 426 0 R 425 0 R 424 0 R 424 0 R 422 0 R 421 0 R 421 0 R 421 0 R 421 0 R 419 0 R 418 0 R] +endobj + +62 0 obj +[415 0 R 415 0 R 415 0 R 415 0 R 414 0 R 413 0 R 413 0 R 411 0 R 410 0 R 410 0 R 410 0 R 410 0 R 408 0 R 407 0 R 405 0 R 404 0 R 404 0 R] +endobj + +63 0 obj +[401 0 R 401 0 R 401 0 R 401 0 R 400 0 R 399 0 R 399 0 R 397 0 R 396 0 R 396 0 R 396 0 R 396 0 R 394 0 R 393 0 R 391 0 R 390 0 R 390 0 R 388 0 R 387 0 R 387 0 R] +endobj + +64 0 obj +[384 0 R 384 0 R 384 0 R 384 0 R 383 0 R 382 0 R 382 0 R 380 0 R 379 0 R 379 0 R 379 0 R 379 0 R 377 0 R 376 0 R 374 0 R 373 0 R 373 0 R 371 0 R 370 0 R 370 0 R 368 0 R 367 0 R 367 0 R 367 0 R 367 0 R] +endobj + +65 0 obj +[364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 363 0 R] +endobj + +66 0 obj +[362 0 R 361 0 R 360 0 R 358 0 R 357 0 R] +endobj + +67 0 obj +[354 0 R] +endobj + +68 0 obj +[353 0 R 352 0 R 351 0 R 351 0 R] +endobj + +69 0 obj +[348 0 R 347 0 R 346 0 R 346 0 R 344 0 R 343 0 R 343 0 R 343 0 R 343 0 R] +endobj + +70 0 obj +[340 0 R 339 0 R 338 0 R 338 0 R 336 0 R 335 0 R 335 0 R 335 0 R 335 0 R 333 0 R 332 0 R 332 0 R 332 0 R] +endobj + +71 0 obj +[329 0 R 328 0 R 327 0 R 327 0 R 325 0 R 324 0 R 324 0 R 324 0 R 324 0 R 322 0 R 321 0 R 321 0 R 321 0 R 319 0 R 318 0 R 318 0 R 318 0 R 318 0 R 318 0 R 318 0 R] +endobj + +72 0 obj +[315 0 R 314 0 R 313 0 R 313 0 R 311 0 R 310 0 R 310 0 R 310 0 R 310 0 R 308 0 R 307 0 R 307 0 R 307 0 R 305 0 R 304 0 R 304 0 R 304 0 R 304 0 R 304 0 R 304 0 R 302 0 R 301 0 R 301 0 R 301 0 R 301 0 R] +endobj + +73 0 obj +[298 0 R 297 0 R 296 0 R 296 0 R 294 0 R 293 0 R 293 0 R 293 0 R 293 0 R 291 0 R 290 0 R 290 0 R 290 0 R 288 0 R 287 0 R 287 0 R 287 0 R 287 0 R 287 0 R 287 0 R 285 0 R 284 0 R 284 0 R 284 0 R 284 0 R 282 0 R 281 0 R 281 0 R 281 0 R 281 0 R 281 0 R 281 0 R 281 0 R 281 0 R] +endobj + +74 0 obj +[278 0 R 277 0 R 276 0 R 276 0 R 274 0 R 272 0 R 272 0 R 272 0 R 272 0 R 273 0 R 273 0 R 273 0 R 270 0 R 268 0 R 268 0 R 268 0 R 268 0 R 269 0 R 269 0 R 269 0 R 266 0 R 264 0 R 264 0 R 264 0 R 264 0 R 264 0 R 264 0 R 264 0 R 265 0 R 265 0 R 265 0 R 265 0 R 265 0 R 262 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 261 0 R 261 0 R 261 0 R 261 0 R 261 0 R 258 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R] +endobj + +75 0 obj +[254 0 R] +endobj + +76 0 obj +[253 0 R 252 0 R 251 0 R 251 0 R 251 0 R 251 0 R] +endobj + +77 0 obj +[248 0 R 247 0 R 246 0 R 246 0 R 246 0 R 246 0 R 244 0 R 243 0 R 243 0 R] +endobj + +78 0 obj +[240 0 R 239 0 R 238 0 R 238 0 R 238 0 R 238 0 R 236 0 R 235 0 R 235 0 R 233 0 R 232 0 R 232 0 R 232 0 R 232 0 R 232 0 R 232 0 R] +endobj + +79 0 obj +[229 0 R 228 0 R 227 0 R 227 0 R 227 0 R 227 0 R 225 0 R 224 0 R 224 0 R 222 0 R 221 0 R 221 0 R 221 0 R 221 0 R 221 0 R 221 0 R 219 0 R 218 0 R] +endobj + +80 0 obj +[215 0 R 214 0 R 213 0 R 213 0 R 213 0 R 213 0 R 211 0 R 210 0 R 210 0 R 208 0 R 207 0 R 207 0 R 207 0 R 207 0 R 207 0 R 207 0 R 205 0 R 204 0 R 202 0 R 201 0 R 201 0 R 201 0 R 201 0 R 201 0 R 201 0 R 201 0 R 201 0 R 201 0 R 201 0 R] +endobj + +81 0 obj +[198 0 R 197 0 R 196 0 R 196 0 R 196 0 R 196 0 R 194 0 R 193 0 R 193 0 R 191 0 R 190 0 R 190 0 R 190 0 R 190 0 R 190 0 R 190 0 R 188 0 R 187 0 R 185 0 R 184 0 R 184 0 R 184 0 R 184 0 R 184 0 R 184 0 R 184 0 R 184 0 R 184 0 R 184 0 R 182 0 R 181 0 R 181 0 R] +endobj + +82 0 obj +[178 0 R 177 0 R 176 0 R 176 0 R 176 0 R 176 0 R 174 0 R 173 0 R 173 0 R 171 0 R 170 0 R 170 0 R 170 0 R 170 0 R 170 0 R 170 0 R 168 0 R 167 0 R 165 0 R 164 0 R 164 0 R 164 0 R 164 0 R 164 0 R 164 0 R 164 0 R 164 0 R 164 0 R 164 0 R 162 0 R 161 0 R 161 0 R 159 0 R 158 0 R 158 0 R 158 0 R 158 0 R 158 0 R 158 0 R 158 0 R 158 0 R] +endobj + +83 0 obj +[155 0 R 154 0 R 152 0 R 152 0 R 152 0 R 152 0 R 153 0 R 150 0 R 148 0 R 148 0 R 149 0 R 146 0 R 145 0 R 145 0 R 145 0 R 145 0 R 145 0 R 145 0 R 143 0 R 141 0 R 142 0 R 139 0 R 138 0 R 138 0 R 138 0 R 138 0 R 138 0 R 138 0 R 138 0 R 138 0 R 138 0 R 138 0 R 136 0 R 134 0 R 134 0 R 134 0 R 135 0 R 132 0 R 131 0 R 131 0 R 131 0 R 131 0 R 131 0 R 131 0 R 131 0 R 131 0 R] +endobj + +84 0 obj +[128 0 R 125 0 R] +endobj + +85 0 obj +[124 0 R] +endobj + +86 0 obj +[123 0 R] +endobj + +87 0 obj +[121 0 R 121 0 R 121 0 R 121 0 R 121 0 R 121 0 R 121 0 R 121 0 R 121 0 R 121 0 R 122 0 R 121 0 R] +endobj + +88 0 obj +[120 0 R 120 0 R 120 0 R 120 0 R 120 0 R 120 0 R 120 0 R] +endobj + +89 0 obj +[119 0 R 119 0 R 119 0 R 119 0 R 119 0 R 119 0 R] +endobj + +90 0 obj +[118 0 R 117 0 R 114 0 R 113 0 R 113 0 R 110 0 R 109 0 R 109 0 R 109 0 R 106 0 R 105 0 R 105 0 R 102 0 R 101 0 R 101 0 R 101 0 R 98 0 R 97 0 R] +endobj + +91 0 obj +[93 0 R 93 0 R 93 0 R] +endobj + +92 0 obj +<< + /Type /StructElem + /S /Document + /P 3 0 R + /K [782 0 R 781 0 R 780 0 R 779 0 R 778 0 R 777 0 R 759 0 R 757 0 R 752 0 R 751 0 R 750 0 R 749 0 R 748 0 R 747 0 R 746 0 R 745 0 R 744 0 R 743 0 R 742 0 R 737 0 R 736 0 R 735 0 R 734 0 R 729 0 R 728 0 R 727 0 R 726 0 R 725 0 R 724 0 R 723 0 R 722 0 R 721 0 R 720 0 R 719 0 R 718 0 R 717 0 R 716 0 R 715 0 R 714 0 R 713 0 R 712 0 R 711 0 R 706 0 R 701 0 R 700 0 R 699 0 R 698 0 R 696 0 R 695 0 R 692 0 R 691 0 R 688 0 R 687 0 R 686 0 R 677 0 R 660 0 R 632 0 R 604 0 R 603 0 R 602 0 R 601 0 R 600 0 R 599 0 R 588 0 R 587 0 R 584 0 R 583 0 R 582 0 R 581 0 R 580 0 R 567 0 R 566 0 R 551 0 R 545 0 R 544 0 R 533 0 R 527 0 R 526 0 R 513 0 R 512 0 R 499 0 R 498 0 R 488 0 R 482 0 R 481 0 R 475 0 R 464 0 R 461 0 R 460 0 R 454 0 R 453 0 R 452 0 R 451 0 R 450 0 R 449 0 R 446 0 R 445 0 R 444 0 R 443 0 R 442 0 R 441 0 R 440 0 R 439 0 R 435 0 R 434 0 R 427 0 R 426 0 R 416 0 R 415 0 R 402 0 R 401 0 R 385 0 R 384 0 R 365 0 R 364 0 R 363 0 R 362 0 R 355 0 R 354 0 R 353 0 R 349 0 R 348 0 R 341 0 R 340 0 R 330 0 R 329 0 R 316 0 R 315 0 R 299 0 R 298 0 R 279 0 R 278 0 R 255 0 R 254 0 R 253 0 R 249 0 R 248 0 R 241 0 R 240 0 R 230 0 R 229 0 R 216 0 R 215 0 R 199 0 R 198 0 R 179 0 R 178 0 R 156 0 R 155 0 R 129 0 R 126 0 R 125 0 R 124 0 R 123 0 R 121 0 R 120 0 R 119 0 R 94 0 R 93 0 R] +>> +endobj + +93 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2] + /Pg 1083 0 R +>> +endobj + +94 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [115 0 R 111 0 R 107 0 R 103 0 R 99 0 R 95 0 R] +>> +endobj + +95 0 obj +<< + /Type /StructElem + /S /L + /P 94 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [96 0 R] +>> +endobj + +96 0 obj +<< + /Type /StructElem + /S /LI + /P 95 0 R + /K [98 0 R 97 0 R] +>> +endobj + +97 0 obj +<< + /Type /StructElem + /S /LBody + /P 96 0 R + /K [17] + /Pg 1081 0 R +>> +endobj + +98 0 obj +<< + /Type /StructElem + /S /Lbl + /P 96 0 R + /K [16] + /Pg 1081 0 R +>> +endobj + +99 0 obj +<< + /Type /StructElem + /S /LI + /P 94 0 R + /K [102 0 R 100 0 R] +>> +endobj + +100 0 obj +<< + /Type /StructElem + /S /LBody + /P 99 0 R + /K [101 0 R] +>> +endobj + +101 0 obj +<< + /Type /StructElem + /S /P + /P 100 0 R + /K [13 14 15] + /Pg 1081 0 R +>> +endobj + +102 0 obj +<< + /Type /StructElem + /S /Lbl + /P 99 0 R + /K [12] + /Pg 1081 0 R +>> +endobj + +103 0 obj +<< + /Type /StructElem + /S /L + /P 94 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [104 0 R] +>> +endobj + +104 0 obj +<< + /Type /StructElem + /S /LI + /P 103 0 R + /K [106 0 R 105 0 R] +>> +endobj + +105 0 obj +<< + /Type /StructElem + /S /LBody + /P 104 0 R + /K [10 11] + /Pg 1081 0 R +>> +endobj + +106 0 obj +<< + /Type /StructElem + /S /Lbl + /P 104 0 R + /K [9] + /Pg 1081 0 R +>> +endobj + +107 0 obj +<< + /Type /StructElem + /S /LI + /P 94 0 R + /K [110 0 R 108 0 R] +>> +endobj + +108 0 obj +<< + /Type /StructElem + /S /LBody + /P 107 0 R + /K [109 0 R] +>> +endobj + +109 0 obj +<< + /Type /StructElem + /S /P + /P 108 0 R + /K [6 7 8] + /Pg 1081 0 R +>> +endobj + +110 0 obj +<< + /Type /StructElem + /S /Lbl + /P 107 0 R + /K [5] + /Pg 1081 0 R +>> +endobj + +111 0 obj +<< + /Type /StructElem + /S /L + /P 94 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [112 0 R] +>> +endobj + +112 0 obj +<< + /Type /StructElem + /S /LI + /P 111 0 R + /K [114 0 R 113 0 R] +>> +endobj + +113 0 obj +<< + /Type /StructElem + /S /LBody + /P 112 0 R + /K [3 4] + /Pg 1081 0 R +>> +endobj + +114 0 obj +<< + /Type /StructElem + /S /Lbl + /P 112 0 R + /K [2] + /Pg 1081 0 R +>> +endobj + +115 0 obj +<< + /Type /StructElem + /S /LI + /P 94 0 R + /K [118 0 R 116 0 R] +>> +endobj + +116 0 obj +<< + /Type /StructElem + /S /LBody + /P 115 0 R + /K [117 0 R] +>> +endobj + +117 0 obj +<< + /Type /StructElem + /S /P + /P 116 0 R + /K [1] + /Pg 1081 0 R +>> +endobj + +118 0 obj +<< + /Type /StructElem + /S /Lbl + /P 115 0 R + /K [0] + /Pg 1081 0 R +>> +endobj + +119 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4 5] + /Pg 1079 0 R +>> +endobj + +120 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4 5 6] + /Pg 1077 0 R +>> +endobj + +121 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4 5 6 7 8 9 122 0 R 11] + /Pg 1075 0 R +>> +endobj + +122 0 obj +<< + /Type /StructElem + /S /Strong + /P 121 0 R + /K [10] + /Pg 1075 0 R +>> +endobj + +123 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1073 0 R +>> +endobj + +124 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1071 0 R +>> +endobj + +125 0 obj +<< + /Type /StructElem + /S /Figure + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [1] + /Pg 1069 0 R +>> +endobj + +126 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [127 0 R] +>> +endobj + +127 0 obj +<< + /Type /StructElem + /S /Link + /P 126 0 R + /K [128 0 R << + /Type /OBJR + /Pg 1069 0 R + /Obj 1068 0 R + >>] +>> +endobj + +128 0 obj +<< + /Type /StructElem + /S /Span + /P 127 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [0] + /Pg 1069 0 R +>> +endobj + +129 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [151 0 R 147 0 R 144 0 R 140 0 R 137 0 R 133 0 R 130 0 R] +>> +endobj + +130 0 obj +<< + /Type /StructElem + /S /LI + /P 129 0 R + /K [132 0 R 131 0 R] +>> +endobj + +131 0 obj +<< + /Type /StructElem + /S /LBody + /P 130 0 R + /K [38 39 40 41 42 43 44 45] + /Pg 1066 0 R +>> +endobj + +132 0 obj +<< + /Type /StructElem + /S /Lbl + /P 130 0 R + /K [37] + /Pg 1066 0 R +>> +endobj + +133 0 obj +<< + /Type /StructElem + /S /LI + /P 129 0 R + /K [136 0 R 134 0 R] +>> +endobj + +134 0 obj +<< + /Type /StructElem + /S /LBody + /P 133 0 R + /K [33 34 35 135 0 R] + /Pg 1066 0 R +>> +endobj + +135 0 obj +<< + /Type /StructElem + /S /Code + /P 134 0 R + /Lang (en) + /K [36] + /Pg 1066 0 R +>> +endobj + +136 0 obj +<< + /Type /StructElem + /S /Lbl + /P 133 0 R + /K [32] + /Pg 1066 0 R +>> +endobj + +137 0 obj +<< + /Type /StructElem + /S /LI + /P 129 0 R + /K [139 0 R 138 0 R] +>> +endobj + +138 0 obj +<< + /Type /StructElem + /S /LBody + /P 137 0 R + /K [22 23 24 25 26 27 28 29 30 31] + /Pg 1066 0 R +>> +endobj + +139 0 obj +<< + /Type /StructElem + /S /Lbl + /P 137 0 R + /K [21] + /Pg 1066 0 R +>> +endobj + +140 0 obj +<< + /Type /StructElem + /S /LI + /P 129 0 R + /K [143 0 R 141 0 R] +>> +endobj + +141 0 obj +<< + /Type /StructElem + /S /LBody + /P 140 0 R + /K [19 142 0 R] + /Pg 1066 0 R +>> +endobj + +142 0 obj +<< + /Type /StructElem + /S /Code + /P 141 0 R + /Lang (en) + /K [20] + /Pg 1066 0 R +>> +endobj + +143 0 obj +<< + /Type /StructElem + /S /Lbl + /P 140 0 R + /K [18] + /Pg 1066 0 R +>> +endobj + +144 0 obj +<< + /Type /StructElem + /S /LI + /P 129 0 R + /K [146 0 R 145 0 R] +>> +endobj + +145 0 obj +<< + /Type /StructElem + /S /LBody + /P 144 0 R + /K [12 13 14 15 16 17] + /Pg 1066 0 R +>> +endobj + +146 0 obj +<< + /Type /StructElem + /S /Lbl + /P 144 0 R + /K [11] + /Pg 1066 0 R +>> +endobj + +147 0 obj +<< + /Type /StructElem + /S /LI + /P 129 0 R + /K [150 0 R 148 0 R] +>> +endobj + +148 0 obj +<< + /Type /StructElem + /S /LBody + /P 147 0 R + /K [8 9 149 0 R] + /Pg 1066 0 R +>> +endobj + +149 0 obj +<< + /Type /StructElem + /S /Code + /P 148 0 R + /Lang (en) + /K [10] + /Pg 1066 0 R +>> +endobj + +150 0 obj +<< + /Type /StructElem + /S /Lbl + /P 147 0 R + /K [7] + /Pg 1066 0 R +>> +endobj + +151 0 obj +<< + /Type /StructElem + /S /LI + /P 129 0 R + /K [154 0 R 152 0 R] +>> +endobj + +152 0 obj +<< + /Type /StructElem + /S /LBody + /P 151 0 R + /K [2 3 4 5 153 0 R] + /Pg 1066 0 R +>> +endobj + +153 0 obj +<< + /Type /StructElem + /S /Code + /P 152 0 R + /Lang (en) + /K [6] + /Pg 1066 0 R +>> +endobj + +154 0 obj +<< + /Type /StructElem + /S /Lbl + /P 151 0 R + /K [1] + /Pg 1066 0 R +>> +endobj + +155 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1066 0 R +>> +endobj + +156 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [175 0 R 172 0 R 169 0 R 166 0 R 163 0 R 160 0 R 157 0 R] +>> +endobj + +157 0 obj +<< + /Type /StructElem + /S /LI + /P 156 0 R + /K [159 0 R 158 0 R] +>> +endobj + +158 0 obj +<< + /Type /StructElem + /S /LBody + /P 157 0 R + /K [33 34 35 36 37 38 39 40] + /Pg 1064 0 R +>> +endobj + +159 0 obj +<< + /Type /StructElem + /S /Lbl + /P 157 0 R + /K [32] + /Pg 1064 0 R +>> +endobj + +160 0 obj +<< + /Type /StructElem + /S /LI + /P 156 0 R + /K [162 0 R 161 0 R] +>> +endobj + +161 0 obj +<< + /Type /StructElem + /S /LBody + /P 160 0 R + /K [30 31] + /Pg 1064 0 R +>> +endobj + +162 0 obj +<< + /Type /StructElem + /S /Lbl + /P 160 0 R + /K [29] + /Pg 1064 0 R +>> +endobj + +163 0 obj +<< + /Type /StructElem + /S /LI + /P 156 0 R + /K [165 0 R 164 0 R] +>> +endobj + +164 0 obj +<< + /Type /StructElem + /S /LBody + /P 163 0 R + /K [19 20 21 22 23 24 25 26 27 28] + /Pg 1064 0 R +>> +endobj + +165 0 obj +<< + /Type /StructElem + /S /Lbl + /P 163 0 R + /K [18] + /Pg 1064 0 R +>> +endobj + +166 0 obj +<< + /Type /StructElem + /S /LI + /P 156 0 R + /K [168 0 R 167 0 R] +>> +endobj + +167 0 obj +<< + /Type /StructElem + /S /LBody + /P 166 0 R + /K [17] + /Pg 1064 0 R +>> +endobj + +168 0 obj +<< + /Type /StructElem + /S /Lbl + /P 166 0 R + /K [16] + /Pg 1064 0 R +>> +endobj + +169 0 obj +<< + /Type /StructElem + /S /LI + /P 156 0 R + /K [171 0 R 170 0 R] +>> +endobj + +170 0 obj +<< + /Type /StructElem + /S /LBody + /P 169 0 R + /K [10 11 12 13 14 15] + /Pg 1064 0 R +>> +endobj + +171 0 obj +<< + /Type /StructElem + /S /Lbl + /P 169 0 R + /K [9] + /Pg 1064 0 R +>> +endobj + +172 0 obj +<< + /Type /StructElem + /S /LI + /P 156 0 R + /K [174 0 R 173 0 R] +>> +endobj + +173 0 obj +<< + /Type /StructElem + /S /LBody + /P 172 0 R + /K [7 8] + /Pg 1064 0 R +>> +endobj + +174 0 obj +<< + /Type /StructElem + /S /Lbl + /P 172 0 R + /K [6] + /Pg 1064 0 R +>> +endobj + +175 0 obj +<< + /Type /StructElem + /S /LI + /P 156 0 R + /K [177 0 R 176 0 R] +>> +endobj + +176 0 obj +<< + /Type /StructElem + /S /LBody + /P 175 0 R + /K [2 3 4 5] + /Pg 1064 0 R +>> +endobj + +177 0 obj +<< + /Type /StructElem + /S /Lbl + /P 175 0 R + /K [1] + /Pg 1064 0 R +>> +endobj + +178 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1064 0 R +>> +endobj + +179 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [195 0 R 192 0 R 189 0 R 186 0 R 183 0 R 180 0 R] +>> +endobj + +180 0 obj +<< + /Type /StructElem + /S /LI + /P 179 0 R + /K [182 0 R 181 0 R] +>> +endobj + +181 0 obj +<< + /Type /StructElem + /S /LBody + /P 180 0 R + /K [30 31] + /Pg 1062 0 R +>> +endobj + +182 0 obj +<< + /Type /StructElem + /S /Lbl + /P 180 0 R + /K [29] + /Pg 1062 0 R +>> +endobj + +183 0 obj +<< + /Type /StructElem + /S /LI + /P 179 0 R + /K [185 0 R 184 0 R] +>> +endobj + +184 0 obj +<< + /Type /StructElem + /S /LBody + /P 183 0 R + /K [19 20 21 22 23 24 25 26 27 28] + /Pg 1062 0 R +>> +endobj + +185 0 obj +<< + /Type /StructElem + /S /Lbl + /P 183 0 R + /K [18] + /Pg 1062 0 R +>> +endobj + +186 0 obj +<< + /Type /StructElem + /S /LI + /P 179 0 R + /K [188 0 R 187 0 R] +>> +endobj + +187 0 obj +<< + /Type /StructElem + /S /LBody + /P 186 0 R + /K [17] + /Pg 1062 0 R +>> +endobj + +188 0 obj +<< + /Type /StructElem + /S /Lbl + /P 186 0 R + /K [16] + /Pg 1062 0 R +>> +endobj + +189 0 obj +<< + /Type /StructElem + /S /LI + /P 179 0 R + /K [191 0 R 190 0 R] +>> +endobj + +190 0 obj +<< + /Type /StructElem + /S /LBody + /P 189 0 R + /K [10 11 12 13 14 15] + /Pg 1062 0 R +>> +endobj + +191 0 obj +<< + /Type /StructElem + /S /Lbl + /P 189 0 R + /K [9] + /Pg 1062 0 R +>> +endobj + +192 0 obj +<< + /Type /StructElem + /S /LI + /P 179 0 R + /K [194 0 R 193 0 R] +>> +endobj + +193 0 obj +<< + /Type /StructElem + /S /LBody + /P 192 0 R + /K [7 8] + /Pg 1062 0 R +>> +endobj + +194 0 obj +<< + /Type /StructElem + /S /Lbl + /P 192 0 R + /K [6] + /Pg 1062 0 R +>> +endobj + +195 0 obj +<< + /Type /StructElem + /S /LI + /P 179 0 R + /K [197 0 R 196 0 R] +>> +endobj + +196 0 obj +<< + /Type /StructElem + /S /LBody + /P 195 0 R + /K [2 3 4 5] + /Pg 1062 0 R +>> +endobj + +197 0 obj +<< + /Type /StructElem + /S /Lbl + /P 195 0 R + /K [1] + /Pg 1062 0 R +>> +endobj + +198 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1062 0 R +>> +endobj + +199 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [212 0 R 209 0 R 206 0 R 203 0 R 200 0 R] +>> +endobj + +200 0 obj +<< + /Type /StructElem + /S /LI + /P 199 0 R + /K [202 0 R 201 0 R] +>> +endobj + +201 0 obj +<< + /Type /StructElem + /S /LBody + /P 200 0 R + /K [19 20 21 22 23 24 25 26 27 28] + /Pg 1060 0 R +>> +endobj + +202 0 obj +<< + /Type /StructElem + /S /Lbl + /P 200 0 R + /K [18] + /Pg 1060 0 R +>> +endobj + +203 0 obj +<< + /Type /StructElem + /S /LI + /P 199 0 R + /K [205 0 R 204 0 R] +>> +endobj + +204 0 obj +<< + /Type /StructElem + /S /LBody + /P 203 0 R + /K [17] + /Pg 1060 0 R +>> +endobj + +205 0 obj +<< + /Type /StructElem + /S /Lbl + /P 203 0 R + /K [16] + /Pg 1060 0 R +>> +endobj + +206 0 obj +<< + /Type /StructElem + /S /LI + /P 199 0 R + /K [208 0 R 207 0 R] +>> +endobj + +207 0 obj +<< + /Type /StructElem + /S /LBody + /P 206 0 R + /K [10 11 12 13 14 15] + /Pg 1060 0 R +>> +endobj + +208 0 obj +<< + /Type /StructElem + /S /Lbl + /P 206 0 R + /K [9] + /Pg 1060 0 R +>> +endobj + +209 0 obj +<< + /Type /StructElem + /S /LI + /P 199 0 R + /K [211 0 R 210 0 R] +>> +endobj + +210 0 obj +<< + /Type /StructElem + /S /LBody + /P 209 0 R + /K [7 8] + /Pg 1060 0 R +>> +endobj + +211 0 obj +<< + /Type /StructElem + /S /Lbl + /P 209 0 R + /K [6] + /Pg 1060 0 R +>> +endobj + +212 0 obj +<< + /Type /StructElem + /S /LI + /P 199 0 R + /K [214 0 R 213 0 R] +>> +endobj + +213 0 obj +<< + /Type /StructElem + /S /LBody + /P 212 0 R + /K [2 3 4 5] + /Pg 1060 0 R +>> +endobj + +214 0 obj +<< + /Type /StructElem + /S /Lbl + /P 212 0 R + /K [1] + /Pg 1060 0 R +>> +endobj + +215 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1060 0 R +>> +endobj + +216 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [226 0 R 223 0 R 220 0 R 217 0 R] +>> +endobj + +217 0 obj +<< + /Type /StructElem + /S /LI + /P 216 0 R + /K [219 0 R 218 0 R] +>> +endobj + +218 0 obj +<< + /Type /StructElem + /S /LBody + /P 217 0 R + /K [17] + /Pg 1058 0 R +>> +endobj + +219 0 obj +<< + /Type /StructElem + /S /Lbl + /P 217 0 R + /K [16] + /Pg 1058 0 R +>> +endobj + +220 0 obj +<< + /Type /StructElem + /S /LI + /P 216 0 R + /K [222 0 R 221 0 R] +>> +endobj + +221 0 obj +<< + /Type /StructElem + /S /LBody + /P 220 0 R + /K [10 11 12 13 14 15] + /Pg 1058 0 R +>> +endobj + +222 0 obj +<< + /Type /StructElem + /S /Lbl + /P 220 0 R + /K [9] + /Pg 1058 0 R +>> +endobj + +223 0 obj +<< + /Type /StructElem + /S /LI + /P 216 0 R + /K [225 0 R 224 0 R] +>> +endobj + +224 0 obj +<< + /Type /StructElem + /S /LBody + /P 223 0 R + /K [7 8] + /Pg 1058 0 R +>> +endobj + +225 0 obj +<< + /Type /StructElem + /S /Lbl + /P 223 0 R + /K [6] + /Pg 1058 0 R +>> +endobj + +226 0 obj +<< + /Type /StructElem + /S /LI + /P 216 0 R + /K [228 0 R 227 0 R] +>> +endobj + +227 0 obj +<< + /Type /StructElem + /S /LBody + /P 226 0 R + /K [2 3 4 5] + /Pg 1058 0 R +>> +endobj + +228 0 obj +<< + /Type /StructElem + /S /Lbl + /P 226 0 R + /K [1] + /Pg 1058 0 R +>> +endobj + +229 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1058 0 R +>> +endobj + +230 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [237 0 R 234 0 R 231 0 R] +>> +endobj + +231 0 obj +<< + /Type /StructElem + /S /LI + /P 230 0 R + /K [233 0 R 232 0 R] +>> +endobj + +232 0 obj +<< + /Type /StructElem + /S /LBody + /P 231 0 R + /K [10 11 12 13 14 15] + /Pg 1056 0 R +>> +endobj + +233 0 obj +<< + /Type /StructElem + /S /Lbl + /P 231 0 R + /K [9] + /Pg 1056 0 R +>> +endobj + +234 0 obj +<< + /Type /StructElem + /S /LI + /P 230 0 R + /K [236 0 R 235 0 R] +>> +endobj + +235 0 obj +<< + /Type /StructElem + /S /LBody + /P 234 0 R + /K [7 8] + /Pg 1056 0 R +>> +endobj + +236 0 obj +<< + /Type /StructElem + /S /Lbl + /P 234 0 R + /K [6] + /Pg 1056 0 R +>> +endobj + +237 0 obj +<< + /Type /StructElem + /S /LI + /P 230 0 R + /K [239 0 R 238 0 R] +>> +endobj + +238 0 obj +<< + /Type /StructElem + /S /LBody + /P 237 0 R + /K [2 3 4 5] + /Pg 1056 0 R +>> +endobj + +239 0 obj +<< + /Type /StructElem + /S /Lbl + /P 237 0 R + /K [1] + /Pg 1056 0 R +>> +endobj + +240 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1056 0 R +>> +endobj + +241 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [245 0 R 242 0 R] +>> +endobj + +242 0 obj +<< + /Type /StructElem + /S /LI + /P 241 0 R + /K [244 0 R 243 0 R] +>> +endobj + +243 0 obj +<< + /Type /StructElem + /S /LBody + /P 242 0 R + /K [7 8] + /Pg 1054 0 R +>> +endobj + +244 0 obj +<< + /Type /StructElem + /S /Lbl + /P 242 0 R + /K [6] + /Pg 1054 0 R +>> +endobj + +245 0 obj +<< + /Type /StructElem + /S /LI + /P 241 0 R + /K [247 0 R 246 0 R] +>> +endobj + +246 0 obj +<< + /Type /StructElem + /S /LBody + /P 245 0 R + /K [2 3 4 5] + /Pg 1054 0 R +>> +endobj + +247 0 obj +<< + /Type /StructElem + /S /Lbl + /P 245 0 R + /K [1] + /Pg 1054 0 R +>> +endobj + +248 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1054 0 R +>> +endobj + +249 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [250 0 R] +>> +endobj + +250 0 obj +<< + /Type /StructElem + /S /LI + /P 249 0 R + /K [252 0 R 251 0 R] +>> +endobj + +251 0 obj +<< + /Type /StructElem + /S /LBody + /P 250 0 R + /K [2 3 4 5] + /Pg 1052 0 R +>> +endobj + +252 0 obj +<< + /Type /StructElem + /S /Lbl + /P 250 0 R + /K [1] + /Pg 1052 0 R +>> +endobj + +253 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1052 0 R +>> +endobj + +254 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1050 0 R +>> +endobj + +255 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [275 0 R 271 0 R 267 0 R 263 0 R 259 0 R 256 0 R] +>> +endobj + +256 0 obj +<< + /Type /StructElem + /S /LI + /P 255 0 R + /K [258 0 R 257 0 R] +>> +endobj + +257 0 obj +<< + /Type /StructElem + /S /LBody + /P 256 0 R + /K [46 47 48 49 50 51 52 53] + /Pg 1048 0 R +>> +endobj + +258 0 obj +<< + /Type /StructElem + /S /Lbl + /P 256 0 R + /K [45] + /Pg 1048 0 R +>> +endobj + +259 0 obj +<< + /Type /StructElem + /S /LI + /P 255 0 R + /K [262 0 R 260 0 R] +>> +endobj + +260 0 obj +<< + /Type /StructElem + /S /LBody + /P 259 0 R + /K [34 35 36 37 38 39 261 0 R] + /Pg 1048 0 R +>> +endobj + +261 0 obj +<< + /Type /StructElem + /S /Code + /P 260 0 R + /Lang (en) + /K [40 41 42 43 44] + /Pg 1048 0 R +>> +endobj + +262 0 obj +<< + /Type /StructElem + /S /Lbl + /P 259 0 R + /K [33] + /Pg 1048 0 R +>> +endobj + +263 0 obj +<< + /Type /StructElem + /S /LI + /P 255 0 R + /K [266 0 R 264 0 R] +>> +endobj + +264 0 obj +<< + /Type /StructElem + /S /LBody + /P 263 0 R + /K [21 22 23 24 25 26 27 265 0 R] + /Pg 1048 0 R +>> +endobj + +265 0 obj +<< + /Type /StructElem + /S /Code + /P 264 0 R + /Lang (en) + /K [28 29 30 31 32] + /Pg 1048 0 R +>> +endobj + +266 0 obj +<< + /Type /StructElem + /S /Lbl + /P 263 0 R + /K [20] + /Pg 1048 0 R +>> +endobj + +267 0 obj +<< + /Type /StructElem + /S /LI + /P 255 0 R + /K [270 0 R 268 0 R] +>> +endobj + +268 0 obj +<< + /Type /StructElem + /S /LBody + /P 267 0 R + /K [13 14 15 16 269 0 R] + /Pg 1048 0 R +>> +endobj + +269 0 obj +<< + /Type /StructElem + /S /Code + /P 268 0 R + /Lang (en) + /K [17 18 19] + /Pg 1048 0 R +>> +endobj + +270 0 obj +<< + /Type /StructElem + /S /Lbl + /P 267 0 R + /K [12] + /Pg 1048 0 R +>> +endobj + +271 0 obj +<< + /Type /StructElem + /S /LI + /P 255 0 R + /K [274 0 R 272 0 R] +>> +endobj + +272 0 obj +<< + /Type /StructElem + /S /LBody + /P 271 0 R + /K [5 6 7 8 273 0 R] + /Pg 1048 0 R +>> +endobj + +273 0 obj +<< + /Type /StructElem + /S /Code + /P 272 0 R + /Lang (en) + /K [9 10 11] + /Pg 1048 0 R +>> +endobj + +274 0 obj +<< + /Type /StructElem + /S /Lbl + /P 271 0 R + /K [4] + /Pg 1048 0 R +>> +endobj + +275 0 obj +<< + /Type /StructElem + /S /LI + /P 255 0 R + /K [277 0 R 276 0 R] +>> +endobj + +276 0 obj +<< + /Type /StructElem + /S /LBody + /P 275 0 R + /K [2 3] + /Pg 1048 0 R +>> +endobj + +277 0 obj +<< + /Type /StructElem + /S /Lbl + /P 275 0 R + /K [1] + /Pg 1048 0 R +>> +endobj + +278 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1048 0 R +>> +endobj + +279 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [295 0 R 292 0 R 289 0 R 286 0 R 283 0 R 280 0 R] +>> +endobj + +280 0 obj +<< + /Type /StructElem + /S /LI + /P 279 0 R + /K [282 0 R 281 0 R] +>> +endobj + +281 0 obj +<< + /Type /StructElem + /S /LBody + /P 280 0 R + /K [26 27 28 29 30 31 32 33] + /Pg 1046 0 R +>> +endobj + +282 0 obj +<< + /Type /StructElem + /S /Lbl + /P 280 0 R + /K [25] + /Pg 1046 0 R +>> +endobj + +283 0 obj +<< + /Type /StructElem + /S /LI + /P 279 0 R + /K [285 0 R 284 0 R] +>> +endobj + +284 0 obj +<< + /Type /StructElem + /S /LBody + /P 283 0 R + /K [21 22 23 24] + /Pg 1046 0 R +>> +endobj + +285 0 obj +<< + /Type /StructElem + /S /Lbl + /P 283 0 R + /K [20] + /Pg 1046 0 R +>> +endobj + +286 0 obj +<< + /Type /StructElem + /S /LI + /P 279 0 R + /K [288 0 R 287 0 R] +>> +endobj + +287 0 obj +<< + /Type /StructElem + /S /LBody + /P 286 0 R + /K [14 15 16 17 18 19] + /Pg 1046 0 R +>> +endobj + +288 0 obj +<< + /Type /StructElem + /S /Lbl + /P 286 0 R + /K [13] + /Pg 1046 0 R +>> +endobj + +289 0 obj +<< + /Type /StructElem + /S /LI + /P 279 0 R + /K [291 0 R 290 0 R] +>> +endobj + +290 0 obj +<< + /Type /StructElem + /S /LBody + /P 289 0 R + /K [10 11 12] + /Pg 1046 0 R +>> +endobj + +291 0 obj +<< + /Type /StructElem + /S /Lbl + /P 289 0 R + /K [9] + /Pg 1046 0 R +>> +endobj + +292 0 obj +<< + /Type /StructElem + /S /LI + /P 279 0 R + /K [294 0 R 293 0 R] +>> +endobj + +293 0 obj +<< + /Type /StructElem + /S /LBody + /P 292 0 R + /K [5 6 7 8] + /Pg 1046 0 R +>> +endobj + +294 0 obj +<< + /Type /StructElem + /S /Lbl + /P 292 0 R + /K [4] + /Pg 1046 0 R +>> +endobj + +295 0 obj +<< + /Type /StructElem + /S /LI + /P 279 0 R + /K [297 0 R 296 0 R] +>> +endobj + +296 0 obj +<< + /Type /StructElem + /S /LBody + /P 295 0 R + /K [2 3] + /Pg 1046 0 R +>> +endobj + +297 0 obj +<< + /Type /StructElem + /S /Lbl + /P 295 0 R + /K [1] + /Pg 1046 0 R +>> +endobj + +298 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1046 0 R +>> +endobj + +299 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [312 0 R 309 0 R 306 0 R 303 0 R 300 0 R] +>> +endobj + +300 0 obj +<< + /Type /StructElem + /S /LI + /P 299 0 R + /K [302 0 R 301 0 R] +>> +endobj + +301 0 obj +<< + /Type /StructElem + /S /LBody + /P 300 0 R + /K [21 22 23 24] + /Pg 1044 0 R +>> +endobj + +302 0 obj +<< + /Type /StructElem + /S /Lbl + /P 300 0 R + /K [20] + /Pg 1044 0 R +>> +endobj + +303 0 obj +<< + /Type /StructElem + /S /LI + /P 299 0 R + /K [305 0 R 304 0 R] +>> +endobj + +304 0 obj +<< + /Type /StructElem + /S /LBody + /P 303 0 R + /K [14 15 16 17 18 19] + /Pg 1044 0 R +>> +endobj + +305 0 obj +<< + /Type /StructElem + /S /Lbl + /P 303 0 R + /K [13] + /Pg 1044 0 R +>> +endobj + +306 0 obj +<< + /Type /StructElem + /S /LI + /P 299 0 R + /K [308 0 R 307 0 R] +>> +endobj + +307 0 obj +<< + /Type /StructElem + /S /LBody + /P 306 0 R + /K [10 11 12] + /Pg 1044 0 R +>> +endobj + +308 0 obj +<< + /Type /StructElem + /S /Lbl + /P 306 0 R + /K [9] + /Pg 1044 0 R +>> +endobj + +309 0 obj +<< + /Type /StructElem + /S /LI + /P 299 0 R + /K [311 0 R 310 0 R] +>> +endobj + +310 0 obj +<< + /Type /StructElem + /S /LBody + /P 309 0 R + /K [5 6 7 8] + /Pg 1044 0 R +>> +endobj + +311 0 obj +<< + /Type /StructElem + /S /Lbl + /P 309 0 R + /K [4] + /Pg 1044 0 R +>> +endobj + +312 0 obj +<< + /Type /StructElem + /S /LI + /P 299 0 R + /K [314 0 R 313 0 R] +>> +endobj + +313 0 obj +<< + /Type /StructElem + /S /LBody + /P 312 0 R + /K [2 3] + /Pg 1044 0 R +>> +endobj + +314 0 obj +<< + /Type /StructElem + /S /Lbl + /P 312 0 R + /K [1] + /Pg 1044 0 R +>> +endobj + +315 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1044 0 R +>> +endobj + +316 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [326 0 R 323 0 R 320 0 R 317 0 R] +>> +endobj + +317 0 obj +<< + /Type /StructElem + /S /LI + /P 316 0 R + /K [319 0 R 318 0 R] +>> +endobj + +318 0 obj +<< + /Type /StructElem + /S /LBody + /P 317 0 R + /K [14 15 16 17 18 19] + /Pg 1042 0 R +>> +endobj + +319 0 obj +<< + /Type /StructElem + /S /Lbl + /P 317 0 R + /K [13] + /Pg 1042 0 R +>> +endobj + +320 0 obj +<< + /Type /StructElem + /S /LI + /P 316 0 R + /K [322 0 R 321 0 R] +>> +endobj + +321 0 obj +<< + /Type /StructElem + /S /LBody + /P 320 0 R + /K [10 11 12] + /Pg 1042 0 R +>> +endobj + +322 0 obj +<< + /Type /StructElem + /S /Lbl + /P 320 0 R + /K [9] + /Pg 1042 0 R +>> +endobj + +323 0 obj +<< + /Type /StructElem + /S /LI + /P 316 0 R + /K [325 0 R 324 0 R] +>> +endobj + +324 0 obj +<< + /Type /StructElem + /S /LBody + /P 323 0 R + /K [5 6 7 8] + /Pg 1042 0 R +>> +endobj + +325 0 obj +<< + /Type /StructElem + /S /Lbl + /P 323 0 R + /K [4] + /Pg 1042 0 R +>> +endobj + +326 0 obj +<< + /Type /StructElem + /S /LI + /P 316 0 R + /K [328 0 R 327 0 R] +>> +endobj + +327 0 obj +<< + /Type /StructElem + /S /LBody + /P 326 0 R + /K [2 3] + /Pg 1042 0 R +>> +endobj + +328 0 obj +<< + /Type /StructElem + /S /Lbl + /P 326 0 R + /K [1] + /Pg 1042 0 R +>> +endobj + +329 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1042 0 R +>> +endobj + +330 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [337 0 R 334 0 R 331 0 R] +>> +endobj + +331 0 obj +<< + /Type /StructElem + /S /LI + /P 330 0 R + /K [333 0 R 332 0 R] +>> +endobj + +332 0 obj +<< + /Type /StructElem + /S /LBody + /P 331 0 R + /K [10 11 12] + /Pg 1040 0 R +>> +endobj + +333 0 obj +<< + /Type /StructElem + /S /Lbl + /P 331 0 R + /K [9] + /Pg 1040 0 R +>> +endobj + +334 0 obj +<< + /Type /StructElem + /S /LI + /P 330 0 R + /K [336 0 R 335 0 R] +>> +endobj + +335 0 obj +<< + /Type /StructElem + /S /LBody + /P 334 0 R + /K [5 6 7 8] + /Pg 1040 0 R +>> +endobj + +336 0 obj +<< + /Type /StructElem + /S /Lbl + /P 334 0 R + /K [4] + /Pg 1040 0 R +>> +endobj + +337 0 obj +<< + /Type /StructElem + /S /LI + /P 330 0 R + /K [339 0 R 338 0 R] +>> +endobj + +338 0 obj +<< + /Type /StructElem + /S /LBody + /P 337 0 R + /K [2 3] + /Pg 1040 0 R +>> +endobj + +339 0 obj +<< + /Type /StructElem + /S /Lbl + /P 337 0 R + /K [1] + /Pg 1040 0 R +>> +endobj + +340 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1040 0 R +>> +endobj + +341 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [345 0 R 342 0 R] +>> +endobj + +342 0 obj +<< + /Type /StructElem + /S /LI + /P 341 0 R + /K [344 0 R 343 0 R] +>> +endobj + +343 0 obj +<< + /Type /StructElem + /S /LBody + /P 342 0 R + /K [5 6 7 8] + /Pg 1038 0 R +>> +endobj + +344 0 obj +<< + /Type /StructElem + /S /Lbl + /P 342 0 R + /K [4] + /Pg 1038 0 R +>> +endobj + +345 0 obj +<< + /Type /StructElem + /S /LI + /P 341 0 R + /K [347 0 R 346 0 R] +>> +endobj + +346 0 obj +<< + /Type /StructElem + /S /LBody + /P 345 0 R + /K [2 3] + /Pg 1038 0 R +>> +endobj + +347 0 obj +<< + /Type /StructElem + /S /Lbl + /P 345 0 R + /K [1] + /Pg 1038 0 R +>> +endobj + +348 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1038 0 R +>> +endobj + +349 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [350 0 R] +>> +endobj + +350 0 obj +<< + /Type /StructElem + /S /LI + /P 349 0 R + /K [352 0 R 351 0 R] +>> +endobj + +351 0 obj +<< + /Type /StructElem + /S /LBody + /P 350 0 R + /K [2 3] + /Pg 1036 0 R +>> +endobj + +352 0 obj +<< + /Type /StructElem + /S /Lbl + /P 350 0 R + /K [1] + /Pg 1036 0 R +>> +endobj + +353 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1036 0 R +>> +endobj + +354 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1034 0 R +>> +endobj + +355 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [359 0 R 356 0 R] +>> +endobj + +356 0 obj +<< + /Type /StructElem + /S /LI + /P 355 0 R + /K [358 0 R 357 0 R] +>> +endobj + +357 0 obj +<< + /Type /StructElem + /S /LBody + /P 356 0 R + /K [4] + /Pg 1032 0 R +>> +endobj + +358 0 obj +<< + /Type /StructElem + /S /Lbl + /P 356 0 R + /K [3] + /Pg 1032 0 R +>> +endobj + +359 0 obj +<< + /Type /StructElem + /S /LI + /P 355 0 R + /K [361 0 R 360 0 R] +>> +endobj + +360 0 obj +<< + /Type /StructElem + /S /LBody + /P 359 0 R + /K [2] + /Pg 1032 0 R +>> +endobj + +361 0 obj +<< + /Type /StructElem + /S /Lbl + /P 359 0 R + /K [1] + /Pg 1032 0 R +>> +endobj + +362 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 1032 0 R +>> +endobj + +363 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [10] + /Pg 1030 0 R +>> +endobj + +364 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4 5 6 7 8 9] + /Pg 1030 0 R +>> +endobj + +365 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [381 0 R 378 0 R 375 0 R 372 0 R 369 0 R 366 0 R] +>> +endobj + +366 0 obj +<< + /Type /StructElem + /S /LI + /P 365 0 R + /K [368 0 R 367 0 R] +>> +endobj + +367 0 obj +<< + /Type /StructElem + /S /LBody + /P 366 0 R + /K [21 22 23 24] + /Pg 1028 0 R +>> +endobj + +368 0 obj +<< + /Type /StructElem + /S /Lbl + /P 366 0 R + /K [20] + /Pg 1028 0 R +>> +endobj + +369 0 obj +<< + /Type /StructElem + /S /LI + /P 365 0 R + /K [371 0 R 370 0 R] +>> +endobj + +370 0 obj +<< + /Type /StructElem + /S /LBody + /P 369 0 R + /K [18 19] + /Pg 1028 0 R +>> +endobj + +371 0 obj +<< + /Type /StructElem + /S /Lbl + /P 369 0 R + /K [17] + /Pg 1028 0 R +>> +endobj + +372 0 obj +<< + /Type /StructElem + /S /LI + /P 365 0 R + /K [374 0 R 373 0 R] +>> +endobj + +373 0 obj +<< + /Type /StructElem + /S /LBody + /P 372 0 R + /K [15 16] + /Pg 1028 0 R +>> +endobj + +374 0 obj +<< + /Type /StructElem + /S /Lbl + /P 372 0 R + /K [14] + /Pg 1028 0 R +>> +endobj + +375 0 obj +<< + /Type /StructElem + /S /LI + /P 365 0 R + /K [377 0 R 376 0 R] +>> +endobj + +376 0 obj +<< + /Type /StructElem + /S /LBody + /P 375 0 R + /K [13] + /Pg 1028 0 R +>> +endobj + +377 0 obj +<< + /Type /StructElem + /S /Lbl + /P 375 0 R + /K [12] + /Pg 1028 0 R +>> +endobj + +378 0 obj +<< + /Type /StructElem + /S /LI + /P 365 0 R + /K [380 0 R 379 0 R] +>> +endobj + +379 0 obj +<< + /Type /StructElem + /S /LBody + /P 378 0 R + /K [8 9 10 11] + /Pg 1028 0 R +>> +endobj + +380 0 obj +<< + /Type /StructElem + /S /Lbl + /P 378 0 R + /K [7] + /Pg 1028 0 R +>> +endobj + +381 0 obj +<< + /Type /StructElem + /S /LI + /P 365 0 R + /K [383 0 R 382 0 R] +>> +endobj + +382 0 obj +<< + /Type /StructElem + /S /LBody + /P 381 0 R + /K [5 6] + /Pg 1028 0 R +>> +endobj + +383 0 obj +<< + /Type /StructElem + /S /Lbl + /P 381 0 R + /K [4] + /Pg 1028 0 R +>> +endobj + +384 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1028 0 R +>> +endobj + +385 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [398 0 R 395 0 R 392 0 R 389 0 R 386 0 R] +>> +endobj + +386 0 obj +<< + /Type /StructElem + /S /LI + /P 385 0 R + /K [388 0 R 387 0 R] +>> +endobj + +387 0 obj +<< + /Type /StructElem + /S /LBody + /P 386 0 R + /K [18 19] + /Pg 1026 0 R +>> +endobj + +388 0 obj +<< + /Type /StructElem + /S /Lbl + /P 386 0 R + /K [17] + /Pg 1026 0 R +>> +endobj + +389 0 obj +<< + /Type /StructElem + /S /LI + /P 385 0 R + /K [391 0 R 390 0 R] +>> +endobj + +390 0 obj +<< + /Type /StructElem + /S /LBody + /P 389 0 R + /K [15 16] + /Pg 1026 0 R +>> +endobj + +391 0 obj +<< + /Type /StructElem + /S /Lbl + /P 389 0 R + /K [14] + /Pg 1026 0 R +>> +endobj + +392 0 obj +<< + /Type /StructElem + /S /LI + /P 385 0 R + /K [394 0 R 393 0 R] +>> +endobj + +393 0 obj +<< + /Type /StructElem + /S /LBody + /P 392 0 R + /K [13] + /Pg 1026 0 R +>> +endobj + +394 0 obj +<< + /Type /StructElem + /S /Lbl + /P 392 0 R + /K [12] + /Pg 1026 0 R +>> +endobj + +395 0 obj +<< + /Type /StructElem + /S /LI + /P 385 0 R + /K [397 0 R 396 0 R] +>> +endobj + +396 0 obj +<< + /Type /StructElem + /S /LBody + /P 395 0 R + /K [8 9 10 11] + /Pg 1026 0 R +>> +endobj + +397 0 obj +<< + /Type /StructElem + /S /Lbl + /P 395 0 R + /K [7] + /Pg 1026 0 R +>> +endobj + +398 0 obj +<< + /Type /StructElem + /S /LI + /P 385 0 R + /K [400 0 R 399 0 R] +>> +endobj + +399 0 obj +<< + /Type /StructElem + /S /LBody + /P 398 0 R + /K [5 6] + /Pg 1026 0 R +>> +endobj + +400 0 obj +<< + /Type /StructElem + /S /Lbl + /P 398 0 R + /K [4] + /Pg 1026 0 R +>> +endobj + +401 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1026 0 R +>> +endobj + +402 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [412 0 R 409 0 R 406 0 R 403 0 R] +>> +endobj + +403 0 obj +<< + /Type /StructElem + /S /LI + /P 402 0 R + /K [405 0 R 404 0 R] +>> +endobj + +404 0 obj +<< + /Type /StructElem + /S /LBody + /P 403 0 R + /K [15 16] + /Pg 1024 0 R +>> +endobj + +405 0 obj +<< + /Type /StructElem + /S /Lbl + /P 403 0 R + /K [14] + /Pg 1024 0 R +>> +endobj + +406 0 obj +<< + /Type /StructElem + /S /LI + /P 402 0 R + /K [408 0 R 407 0 R] +>> +endobj + +407 0 obj +<< + /Type /StructElem + /S /LBody + /P 406 0 R + /K [13] + /Pg 1024 0 R +>> +endobj + +408 0 obj +<< + /Type /StructElem + /S /Lbl + /P 406 0 R + /K [12] + /Pg 1024 0 R +>> +endobj + +409 0 obj +<< + /Type /StructElem + /S /LI + /P 402 0 R + /K [411 0 R 410 0 R] +>> +endobj + +410 0 obj +<< + /Type /StructElem + /S /LBody + /P 409 0 R + /K [8 9 10 11] + /Pg 1024 0 R +>> +endobj + +411 0 obj +<< + /Type /StructElem + /S /Lbl + /P 409 0 R + /K [7] + /Pg 1024 0 R +>> +endobj + +412 0 obj +<< + /Type /StructElem + /S /LI + /P 402 0 R + /K [414 0 R 413 0 R] +>> +endobj + +413 0 obj +<< + /Type /StructElem + /S /LBody + /P 412 0 R + /K [5 6] + /Pg 1024 0 R +>> +endobj + +414 0 obj +<< + /Type /StructElem + /S /Lbl + /P 412 0 R + /K [4] + /Pg 1024 0 R +>> +endobj + +415 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1024 0 R +>> +endobj + +416 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [423 0 R 420 0 R 417 0 R] +>> +endobj + +417 0 obj +<< + /Type /StructElem + /S /LI + /P 416 0 R + /K [419 0 R 418 0 R] +>> +endobj + +418 0 obj +<< + /Type /StructElem + /S /LBody + /P 417 0 R + /K [13] + /Pg 1022 0 R +>> +endobj + +419 0 obj +<< + /Type /StructElem + /S /Lbl + /P 417 0 R + /K [12] + /Pg 1022 0 R +>> +endobj + +420 0 obj +<< + /Type /StructElem + /S /LI + /P 416 0 R + /K [422 0 R 421 0 R] +>> +endobj + +421 0 obj +<< + /Type /StructElem + /S /LBody + /P 420 0 R + /K [8 9 10 11] + /Pg 1022 0 R +>> +endobj + +422 0 obj +<< + /Type /StructElem + /S /Lbl + /P 420 0 R + /K [7] + /Pg 1022 0 R +>> +endobj + +423 0 obj +<< + /Type /StructElem + /S /LI + /P 416 0 R + /K [425 0 R 424 0 R] +>> +endobj + +424 0 obj +<< + /Type /StructElem + /S /LBody + /P 423 0 R + /K [5 6] + /Pg 1022 0 R +>> +endobj + +425 0 obj +<< + /Type /StructElem + /S /Lbl + /P 423 0 R + /K [4] + /Pg 1022 0 R +>> +endobj + +426 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1022 0 R +>> +endobj + +427 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [431 0 R 428 0 R] +>> +endobj + +428 0 obj +<< + /Type /StructElem + /S /LI + /P 427 0 R + /K [430 0 R 429 0 R] +>> +endobj + +429 0 obj +<< + /Type /StructElem + /S /LBody + /P 428 0 R + /K [8 9 10 11] + /Pg 1020 0 R +>> +endobj + +430 0 obj +<< + /Type /StructElem + /S /Lbl + /P 428 0 R + /K [7] + /Pg 1020 0 R +>> +endobj + +431 0 obj +<< + /Type /StructElem + /S /LI + /P 427 0 R + /K [433 0 R 432 0 R] +>> +endobj + +432 0 obj +<< + /Type /StructElem + /S /LBody + /P 431 0 R + /K [5 6] + /Pg 1020 0 R +>> +endobj + +433 0 obj +<< + /Type /StructElem + /S /Lbl + /P 431 0 R + /K [4] + /Pg 1020 0 R +>> +endobj + +434 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1020 0 R +>> +endobj + +435 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [436 0 R] +>> +endobj + +436 0 obj +<< + /Type /StructElem + /S /LI + /P 435 0 R + /K [438 0 R 437 0 R] +>> +endobj + +437 0 obj +<< + /Type /StructElem + /S /LBody + /P 436 0 R + /K [5 6] + /Pg 1018 0 R +>> +endobj + +438 0 obj +<< + /Type /StructElem + /S /Lbl + /P 436 0 R + /K [4] + /Pg 1018 0 R +>> +endobj + +439 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1018 0 R +>> +endobj + +440 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1016 0 R +>> +endobj + +441 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4] + /Pg 1014 0 R +>> +endobj + +442 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [10 11 12 13 14 15 16 17 18 19 20] + /Pg 1012 0 R +>> +endobj + +443 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [4 5 6 7 8 9] + /Pg 1012 0 R +>> +endobj + +444 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3] + /Pg 1012 0 R +>> +endobj + +445 0 obj +<< + /Type /StructElem + /S /Figure + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [1] + /Pg 1010 0 R +>> +endobj + +446 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [447 0 R] +>> +endobj + +447 0 obj +<< + /Type /StructElem + /S /Link + /P 446 0 R + /K [448 0 R << + /Type /OBJR + /Pg 1010 0 R + /Obj 1009 0 R + >>] +>> +endobj + +448 0 obj +<< + /Type /StructElem + /S /Span + /P 447 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [0] + /Pg 1010 0 R +>> +endobj + +449 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3 4 5 6 7 8 9] + /Pg 1007 0 R +>> +endobj + +450 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 1007 0 R +>> +endobj + +451 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 1005 0 R +>> +endobj + +452 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4 5] + /Pg 1003 0 R +>> +endobj + +453 0 obj +<< + /Type /StructElem + /S /Figure + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [4] + /Pg 1001 0 R +>> +endobj + +454 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [455 0 R] +>> +endobj + +455 0 obj +<< + /Type /StructElem + /S /Link + /P 454 0 R + /K [459 0 R << + /Type /OBJR + /Pg 1001 0 R + /Obj 997 0 R + >> 458 0 R << + /Type /OBJR + /Pg 1001 0 R + /Obj 998 0 R + >> 457 0 R << + /Type /OBJR + /Pg 1001 0 R + /Obj 999 0 R + >> 456 0 R << + /Type /OBJR + /Pg 1001 0 R + /Obj 1000 0 R + >>] +>> +endobj + +456 0 obj +<< + /Type /StructElem + /S /Span + /P 455 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [3] + /Pg 1001 0 R +>> +endobj + +457 0 obj +<< + /Type /StructElem + /S /Span + /P 455 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [2] + /Pg 1001 0 R +>> +endobj + +458 0 obj +<< + /Type /StructElem + /S /Span + /P 455 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [1] + /Pg 1001 0 R +>> +endobj + +459 0 obj +<< + /Type /StructElem + /S /Span + /P 455 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [0] + /Pg 1001 0 R +>> +endobj + +460 0 obj +<< + /Type /StructElem + /S /Figure + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [1] + /Pg 995 0 R +>> +endobj + +461 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [462 0 R] +>> +endobj + +462 0 obj +<< + /Type /StructElem + /S /Link + /P 461 0 R + /K [463 0 R << + /Type /OBJR + /Pg 995 0 R + /Obj 994 0 R + >>] +>> +endobj + +463 0 obj +<< + /Type /StructElem + /S /Span + /P 462 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [0] + /Pg 995 0 R +>> +endobj + +464 0 obj +<< + /Type /StructElem + /S /Code + /P 92 0 R + /Lang (en) + /A [<< + /O /Layout + /Placement /Block + >>] + /K [466 0 R 465 0 R] +>> +endobj + +465 0 obj +<< + /Type /StructElem + /S /Figure + /P 464 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [] +>> +endobj + +466 0 obj +<< + /Type /StructElem + /S /Div + /P 464 0 R + /K [472 0 R 470 0 R 467 0 R] +>> +endobj + +467 0 obj +<< + /Type /StructElem + /S /Div + /P 466 0 R + /K [468 0 R] +>> +endobj + +468 0 obj +<< + /Type /StructElem + /S /Div + /P 467 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [469 0 R] +>> +endobj + +469 0 obj +<< + /Type /StructElem + /S /P + /P 468 0 R + /K [7 8 9] + /Pg 992 0 R +>> +endobj + +470 0 obj +<< + /Type /StructElem + /S /Div + /P 466 0 R + /K [471 0 R] +>> +endobj + +471 0 obj +<< + /Type /StructElem + /S /Figure + /P 470 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [] +>> +endobj + +472 0 obj +<< + /Type /StructElem + /S /Div + /P 466 0 R + /K [473 0 R] +>> +endobj + +473 0 obj +<< + /Type /StructElem + /S /Div + /P 472 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [474 0 R] +>> +endobj + +474 0 obj +<< + /Type /StructElem + /S /P + /P 473 0 R + /K [6] + /Pg 992 0 R +>> +endobj + +475 0 obj +<< + /Type /StructElem + /S /Code + /P 92 0 R + /Lang (en) + /A [<< + /O /Layout + /Placement /Block + >>] + /K [477 0 R 476 0 R] +>> +endobj + +476 0 obj +<< + /Type /StructElem + /S /Figure + /P 475 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [] +>> +endobj + +477 0 obj +<< + /Type /StructElem + /S /Div + /P 475 0 R + /K [478 0 R] +>> +endobj + +478 0 obj +<< + /Type /StructElem + /S /Div + /P 477 0 R + /K [479 0 R] +>> +endobj + +479 0 obj +<< + /Type /StructElem + /S /Div + /P 478 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [480 0 R] +>> +endobj + +480 0 obj +<< + /Type /StructElem + /S /P + /P 479 0 R + /K [5] + /Pg 992 0 R +>> +endobj + +481 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4] + /Pg 992 0 R +>> +endobj + +482 0 obj +<< + /Type /StructElem + /S /Code + /P 92 0 R + /Lang (en) + /A [<< + /O /Layout + /Placement /Block + >>] + /K [484 0 R 483 0 R] +>> +endobj + +483 0 obj +<< + /Type /StructElem + /S /Figure + /P 482 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [] +>> +endobj + +484 0 obj +<< + /Type /StructElem + /S /Div + /P 482 0 R + /K [485 0 R] +>> +endobj + +485 0 obj +<< + /Type /StructElem + /S /Div + /P 484 0 R + /K [486 0 R] +>> +endobj + +486 0 obj +<< + /Type /StructElem + /S /Div + /P 485 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [487 0 R] +>> +endobj + +487 0 obj +<< + /Type /StructElem + /S /P + /P 486 0 R + /K [10] + /Pg 990 0 R +>> +endobj + +488 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [495 0 R 492 0 R 489 0 R] +>> +endobj + +489 0 obj +<< + /Type /StructElem + /S /LI + /P 488 0 R + /K [491 0 R 490 0 R] +>> +endobj + +490 0 obj +<< + /Type /StructElem + /S /LBody + /P 489 0 R + /K [8 9] + /Pg 990 0 R +>> +endobj + +491 0 obj +<< + /Type /StructElem + /S /Lbl + /P 489 0 R + /K [7] + /Pg 990 0 R +>> +endobj + +492 0 obj +<< + /Type /StructElem + /S /LI + /P 488 0 R + /K [494 0 R 493 0 R] +>> +endobj + +493 0 obj +<< + /Type /StructElem + /S /LBody + /P 492 0 R + /K [6] + /Pg 990 0 R +>> +endobj + +494 0 obj +<< + /Type /StructElem + /S /Lbl + /P 492 0 R + /K [5] + /Pg 990 0 R +>> +endobj + +495 0 obj +<< + /Type /StructElem + /S /LI + /P 488 0 R + /K [497 0 R 496 0 R] +>> +endobj + +496 0 obj +<< + /Type /StructElem + /S /LBody + /P 495 0 R + /K [3 4] + /Pg 990 0 R +>> +endobj + +497 0 obj +<< + /Type /StructElem + /S /Lbl + /P 495 0 R + /K [2] + /Pg 990 0 R +>> +endobj + +498 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 990 0 R +>> +endobj + +499 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [509 0 R 506 0 R 503 0 R 500 0 R] +>> +endobj + +500 0 obj +<< + /Type /StructElem + /S /LI + /P 499 0 R + /K [502 0 R 501 0 R] +>> +endobj + +501 0 obj +<< + /Type /StructElem + /S /LBody + /P 500 0 R + /K [14] + /Pg 988 0 R +>> +endobj + +502 0 obj +<< + /Type /StructElem + /S /Lbl + /P 500 0 R + /K [13] + /Pg 988 0 R +>> +endobj + +503 0 obj +<< + /Type /StructElem + /S /LI + /P 499 0 R + /K [505 0 R 504 0 R] +>> +endobj + +504 0 obj +<< + /Type /StructElem + /S /LBody + /P 503 0 R + /K [12] + /Pg 988 0 R +>> +endobj + +505 0 obj +<< + /Type /StructElem + /S /Lbl + /P 503 0 R + /K [11] + /Pg 988 0 R +>> +endobj + +506 0 obj +<< + /Type /StructElem + /S /LI + /P 499 0 R + /K [508 0 R 507 0 R] +>> +endobj + +507 0 obj +<< + /Type /StructElem + /S /LBody + /P 506 0 R + /K [6 7 8 9 10] + /Pg 988 0 R +>> +endobj + +508 0 obj +<< + /Type /StructElem + /S /Lbl + /P 506 0 R + /K [5] + /Pg 988 0 R +>> +endobj + +509 0 obj +<< + /Type /StructElem + /S /LI + /P 499 0 R + /K [511 0 R 510 0 R] +>> +endobj + +510 0 obj +<< + /Type /StructElem + /S /LBody + /P 509 0 R + /K [2 3 4] + /Pg 988 0 R +>> +endobj + +511 0 obj +<< + /Type /StructElem + /S /Lbl + /P 509 0 R + /K [1] + /Pg 988 0 R +>> +endobj + +512 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 988 0 R +>> +endobj + +513 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [523 0 R 520 0 R 517 0 R 514 0 R] +>> +endobj + +514 0 obj +<< + /Type /StructElem + /S /LI + /P 513 0 R + /K [516 0 R 515 0 R] +>> +endobj + +515 0 obj +<< + /Type /StructElem + /S /LBody + /P 514 0 R + /K [14] + /Pg 986 0 R +>> +endobj + +516 0 obj +<< + /Type /StructElem + /S /Lbl + /P 514 0 R + /K [13] + /Pg 986 0 R +>> +endobj + +517 0 obj +<< + /Type /StructElem + /S /LI + /P 513 0 R + /K [519 0 R 518 0 R] +>> +endobj + +518 0 obj +<< + /Type /StructElem + /S /LBody + /P 517 0 R + /K [12] + /Pg 986 0 R +>> +endobj + +519 0 obj +<< + /Type /StructElem + /S /Lbl + /P 517 0 R + /K [11] + /Pg 986 0 R +>> +endobj + +520 0 obj +<< + /Type /StructElem + /S /LI + /P 513 0 R + /K [522 0 R 521 0 R] +>> +endobj + +521 0 obj +<< + /Type /StructElem + /S /LBody + /P 520 0 R + /K [6 7 8 9 10] + /Pg 986 0 R +>> +endobj + +522 0 obj +<< + /Type /StructElem + /S /Lbl + /P 520 0 R + /K [5] + /Pg 986 0 R +>> +endobj + +523 0 obj +<< + /Type /StructElem + /S /LI + /P 513 0 R + /K [525 0 R 524 0 R] +>> +endobj + +524 0 obj +<< + /Type /StructElem + /S /LBody + /P 523 0 R + /K [2 3 4] + /Pg 986 0 R +>> +endobj + +525 0 obj +<< + /Type /StructElem + /S /Lbl + /P 523 0 R + /K [1] + /Pg 986 0 R +>> +endobj + +526 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 986 0 R +>> +endobj + +527 0 obj +<< + /Type /StructElem + /S /Code + /P 92 0 R + /Lang (en) + /A [<< + /O /Layout + /Placement /Block + >>] + /K [529 0 R 528 0 R] +>> +endobj + +528 0 obj +<< + /Type /StructElem + /S /Figure + /P 527 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [] +>> +endobj + +529 0 obj +<< + /Type /StructElem + /S /Div + /P 527 0 R + /K [530 0 R] +>> +endobj + +530 0 obj +<< + /Type /StructElem + /S /Div + /P 529 0 R + /K [531 0 R] +>> +endobj + +531 0 obj +<< + /Type /StructElem + /S /Div + /P 530 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [532 0 R] +>> +endobj + +532 0 obj +<< + /Type /StructElem + /S /P + /P 531 0 R + /K [10] + /Pg 984 0 R +>> +endobj + +533 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [541 0 R 537 0 R 534 0 R] +>> +endobj + +534 0 obj +<< + /Type /StructElem + /S /LI + /P 533 0 R + /K [536 0 R 535 0 R] +>> +endobj + +535 0 obj +<< + /Type /StructElem + /S /LBody + /P 534 0 R + /K [8 9] + /Pg 984 0 R +>> +endobj + +536 0 obj +<< + /Type /StructElem + /S /Lbl + /P 534 0 R + /K [7] + /Pg 984 0 R +>> +endobj + +537 0 obj +<< + /Type /StructElem + /S /LI + /P 533 0 R + /K [540 0 R 538 0 R] +>> +endobj + +538 0 obj +<< + /Type /StructElem + /S /LBody + /P 537 0 R + /Lang (en) + /K [539 0 R] +>> +endobj + +539 0 obj +<< + /Type /StructElem + /S /Code + /P 538 0 R + /K [6] + /Pg 984 0 R +>> +endobj + +540 0 obj +<< + /Type /StructElem + /S /Lbl + /P 537 0 R + /K [5] + /Pg 984 0 R +>> +endobj + +541 0 obj +<< + /Type /StructElem + /S /LI + /P 533 0 R + /K [543 0 R 542 0 R] +>> +endobj + +542 0 obj +<< + /Type /StructElem + /S /LBody + /P 541 0 R + /K [3 4] + /Pg 984 0 R +>> +endobj + +543 0 obj +<< + /Type /StructElem + /S /Lbl + /P 541 0 R + /K [2] + /Pg 984 0 R +>> +endobj + +544 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 984 0 R +>> +endobj + +545 0 obj +<< + /Type /StructElem + /S /Code + /P 92 0 R + /Lang (en) + /A [<< + /O /Layout + /Placement /Block + >>] + /K [547 0 R 546 0 R] +>> +endobj + +546 0 obj +<< + /Type /StructElem + /S /Figure + /P 545 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [] +>> +endobj + +547 0 obj +<< + /Type /StructElem + /S /Div + /P 545 0 R + /K [548 0 R] +>> +endobj + +548 0 obj +<< + /Type /StructElem + /S /Div + /P 547 0 R + /K [549 0 R] +>> +endobj + +549 0 obj +<< + /Type /StructElem + /S /Div + /P 548 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [550 0 R] +>> +endobj + +550 0 obj +<< + /Type /StructElem + /S /P + /P 549 0 R + /K [11] + /Pg 982 0 R +>> +endobj + +551 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [562 0 R 558 0 R 555 0 R 552 0 R] +>> +endobj + +552 0 obj +<< + /Type /StructElem + /S /LI + /P 551 0 R + /K [554 0 R 553 0 R] +>> +endobj + +553 0 obj +<< + /Type /StructElem + /S /LBody + /P 552 0 R + /K [9 10] + /Pg 982 0 R +>> +endobj + +554 0 obj +<< + /Type /StructElem + /S /Lbl + /P 552 0 R + /K [8] + /Pg 982 0 R +>> +endobj + +555 0 obj +<< + /Type /StructElem + /S /LI + /P 551 0 R + /K [557 0 R 556 0 R] +>> +endobj + +556 0 obj +<< + /Type /StructElem + /S /LBody + /P 555 0 R + /K [7] + /Pg 982 0 R +>> +endobj + +557 0 obj +<< + /Type /StructElem + /S /Lbl + /P 555 0 R + /K [6] + /Pg 982 0 R +>> +endobj + +558 0 obj +<< + /Type /StructElem + /S /L + /P 551 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [559 0 R] +>> +endobj + +559 0 obj +<< + /Type /StructElem + /S /LI + /P 558 0 R + /K [561 0 R 560 0 R] +>> +endobj + +560 0 obj +<< + /Type /StructElem + /S /LBody + /P 559 0 R + /K [5] + /Pg 982 0 R +>> +endobj + +561 0 obj +<< + /Type /StructElem + /S /Lbl + /P 559 0 R + /K [4] + /Pg 982 0 R +>> +endobj + +562 0 obj +<< + /Type /StructElem + /S /LI + /P 551 0 R + /K [565 0 R 563 0 R] +>> +endobj + +563 0 obj +<< + /Type /StructElem + /S /LBody + /P 562 0 R + /K [564 0 R] +>> +endobj + +564 0 obj +<< + /Type /StructElem + /S /P + /P 563 0 R + /K [3] + /Pg 982 0 R +>> +endobj + +565 0 obj +<< + /Type /StructElem + /S /Lbl + /P 562 0 R + /K [2] + /Pg 982 0 R +>> +endobj + +566 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 982 0 R +>> +endobj + +567 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [577 0 R 574 0 R 571 0 R 568 0 R] +>> +endobj + +568 0 obj +<< + /Type /StructElem + /S /LI + /P 567 0 R + /K [570 0 R 569 0 R] +>> +endobj + +569 0 obj +<< + /Type /StructElem + /S /LBody + /P 568 0 R + /K [14] + /Pg 980 0 R +>> +endobj + +570 0 obj +<< + /Type /StructElem + /S /Lbl + /P 568 0 R + /K [13] + /Pg 980 0 R +>> +endobj + +571 0 obj +<< + /Type /StructElem + /S /LI + /P 567 0 R + /K [573 0 R 572 0 R] +>> +endobj + +572 0 obj +<< + /Type /StructElem + /S /LBody + /P 571 0 R + /K [12] + /Pg 980 0 R +>> +endobj + +573 0 obj +<< + /Type /StructElem + /S /Lbl + /P 571 0 R + /K [11] + /Pg 980 0 R +>> +endobj + +574 0 obj +<< + /Type /StructElem + /S /LI + /P 567 0 R + /K [576 0 R 575 0 R] +>> +endobj + +575 0 obj +<< + /Type /StructElem + /S /LBody + /P 574 0 R + /K [6 7 8 9 10] + /Pg 980 0 R +>> +endobj + +576 0 obj +<< + /Type /StructElem + /S /Lbl + /P 574 0 R + /K [5] + /Pg 980 0 R +>> +endobj + +577 0 obj +<< + /Type /StructElem + /S /LI + /P 567 0 R + /K [579 0 R 578 0 R] +>> +endobj + +578 0 obj +<< + /Type /StructElem + /S /LBody + /P 577 0 R + /K [2 3 4] + /Pg 980 0 R +>> +endobj + +579 0 obj +<< + /Type /StructElem + /S /Lbl + /P 577 0 R + /K [1] + /Pg 980 0 R +>> +endobj + +580 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 980 0 R +>> +endobj + +581 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [6 7 8 9 10 11] + /Pg 978 0 R +>> +endobj + +582 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4 5] + /Pg 978 0 R +>> +endobj + +583 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [5 6 7 8 9 10 11 12 13] + /Pg 976 0 R +>> +endobj + +584 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [585 0 R 2 3 4] + /Pg 976 0 R +>> +endobj + +585 0 obj +<< + /Type /StructElem + /S /Link + /P 584 0 R + /K [586 0 R << + /Type /OBJR + /Pg 976 0 R + /Obj 975 0 R + >>] +>> +endobj + +586 0 obj +<< + /Type /StructElem + /S /Span + /P 585 0 R + /A [<< + /O /Layout + /TextDecorationType /Underline + >>] + /K [1] + /Pg 976 0 R +>> +endobj + +587 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 976 0 R +>> +endobj + +588 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [595 0 R 592 0 R 589 0 R] +>> +endobj + +589 0 obj +<< + /Type /StructElem + /S /LI + /P 588 0 R + /K [591 0 R 590 0 R] +>> +endobj + +590 0 obj +<< + /Type /StructElem + /S /LBody + /P 589 0 R + /K [8] + /Pg 973 0 R +>> +endobj + +591 0 obj +<< + /Type /StructElem + /S /Lbl + /P 589 0 R + /K [7] + /Pg 973 0 R +>> +endobj + +592 0 obj +<< + /Type /StructElem + /S /LI + /P 588 0 R + /K [594 0 R 593 0 R] +>> +endobj + +593 0 obj +<< + /Type /StructElem + /S /LBody + /P 592 0 R + /K [6] + /Pg 973 0 R +>> +endobj + +594 0 obj +<< + /Type /StructElem + /S /Lbl + /P 592 0 R + /K [5] + /Pg 973 0 R +>> +endobj + +595 0 obj +<< + /Type /StructElem + /S /LI + /P 588 0 R + /K [598 0 R 596 0 R] +>> +endobj + +596 0 obj +<< + /Type /StructElem + /S /LBody + /P 595 0 R + /K [597 0 R] +>> +endobj + +597 0 obj +<< + /Type /StructElem + /S /Strong + /P 596 0 R + /K [4] + /Pg 973 0 R +>> +endobj + +598 0 obj +<< + /Type /StructElem + /S /Lbl + /P 595 0 R + /K [3] + /Pg 973 0 R +>> +endobj + +599 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2] + /Pg 973 0 R +>> +endobj + +600 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4] + /Pg 971 0 R +>> +endobj + +601 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [1 2 3 4 5 6 7 8 9 10 11 12] + /Pg 969 0 R +>> +endobj + +602 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 969 0 R +>> +endobj + +603 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [14 15] + /Pg 967 0 R +>> +endobj + +604 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [628 0 R 624 0 R 620 0 R 616 0 R 612 0 R 608 0 R 605 0 R] +>> +endobj + +605 0 obj +<< + /Type /StructElem + /S /LI + /P 604 0 R + /K [607 0 R 606 0 R] +>> +endobj + +606 0 obj +<< + /Type /StructElem + /S /LBody + /P 605 0 R + /K [13] + /Pg 967 0 R +>> +endobj + +607 0 obj +<< + /Type /StructElem + /S /Lbl + /P 605 0 R + /K [12] + /Pg 967 0 R +>> +endobj + +608 0 obj +<< + /Type /StructElem + /S /L + /P 604 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [609 0 R] +>> +endobj + +609 0 obj +<< + /Type /StructElem + /S /LI + /P 608 0 R + /K [611 0 R 610 0 R] +>> +endobj + +610 0 obj +<< + /Type /StructElem + /S /LBody + /P 609 0 R + /K [11] + /Pg 967 0 R +>> +endobj + +611 0 obj +<< + /Type /StructElem + /S /Lbl + /P 609 0 R + /K [10] + /Pg 967 0 R +>> +endobj + +612 0 obj +<< + /Type /StructElem + /S /LI + /P 604 0 R + /K [615 0 R 613 0 R] +>> +endobj + +613 0 obj +<< + /Type /StructElem + /S /LBody + /P 612 0 R + /K [614 0 R] +>> +endobj + +614 0 obj +<< + /Type /StructElem + /S /P + /P 613 0 R + /K [9] + /Pg 967 0 R +>> +endobj + +615 0 obj +<< + /Type /StructElem + /S /Lbl + /P 612 0 R + /K [8] + /Pg 967 0 R +>> +endobj + +616 0 obj +<< + /Type /StructElem + /S /L + /P 604 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [617 0 R] +>> +endobj + +617 0 obj +<< + /Type /StructElem + /S /LI + /P 616 0 R + /K [619 0 R 618 0 R] +>> +endobj + +618 0 obj +<< + /Type /StructElem + /S /LBody + /P 617 0 R + /K [7] + /Pg 967 0 R +>> +endobj + +619 0 obj +<< + /Type /StructElem + /S /Lbl + /P 617 0 R + /K [6] + /Pg 967 0 R +>> +endobj + +620 0 obj +<< + /Type /StructElem + /S /LI + /P 604 0 R + /K [623 0 R 621 0 R] +>> +endobj + +621 0 obj +<< + /Type /StructElem + /S /LBody + /P 620 0 R + /K [622 0 R] +>> +endobj + +622 0 obj +<< + /Type /StructElem + /S /P + /P 621 0 R + /K [5] + /Pg 967 0 R +>> +endobj + +623 0 obj +<< + /Type /StructElem + /S /Lbl + /P 620 0 R + /K [4] + /Pg 967 0 R +>> +endobj + +624 0 obj +<< + /Type /StructElem + /S /L + /P 604 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [625 0 R] +>> +endobj + +625 0 obj +<< + /Type /StructElem + /S /LI + /P 624 0 R + /K [627 0 R 626 0 R] +>> +endobj + +626 0 obj +<< + /Type /StructElem + /S /LBody + /P 625 0 R + /K [3] + /Pg 967 0 R +>> +endobj + +627 0 obj +<< + /Type /StructElem + /S /Lbl + /P 625 0 R + /K [2] + /Pg 967 0 R +>> +endobj + +628 0 obj +<< + /Type /StructElem + /S /LI + /P 604 0 R + /K [631 0 R 629 0 R] +>> +endobj + +629 0 obj +<< + /Type /StructElem + /S /LBody + /P 628 0 R + /K [630 0 R] +>> +endobj + +630 0 obj +<< + /Type /StructElem + /S /P + /P 629 0 R + /K [1] + /Pg 967 0 R +>> +endobj + +631 0 obj +<< + /Type /StructElem + /S /Lbl + /P 628 0 R + /K [0] + /Pg 967 0 R +>> +endobj + +632 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [656 0 R 652 0 R 648 0 R 644 0 R 640 0 R 636 0 R 633 0 R] +>> +endobj + +633 0 obj +<< + /Type /StructElem + /S /LI + /P 632 0 R + /K [635 0 R 634 0 R] +>> +endobj + +634 0 obj +<< + /Type /StructElem + /S /LBody + /P 633 0 R + /K [13] + /Pg 965 0 R +>> +endobj + +635 0 obj +<< + /Type /StructElem + /S /Lbl + /P 633 0 R + /K [12] + /Pg 965 0 R +>> +endobj + +636 0 obj +<< + /Type /StructElem + /S /L + /P 632 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [637 0 R] +>> +endobj + +637 0 obj +<< + /Type /StructElem + /S /LI + /P 636 0 R + /K [639 0 R 638 0 R] +>> +endobj + +638 0 obj +<< + /Type /StructElem + /S /LBody + /P 637 0 R + /K [11] + /Pg 965 0 R +>> +endobj + +639 0 obj +<< + /Type /StructElem + /S /Lbl + /P 637 0 R + /K [10] + /Pg 965 0 R +>> +endobj + +640 0 obj +<< + /Type /StructElem + /S /LI + /P 632 0 R + /K [643 0 R 641 0 R] +>> +endobj + +641 0 obj +<< + /Type /StructElem + /S /LBody + /P 640 0 R + /K [642 0 R] +>> +endobj + +642 0 obj +<< + /Type /StructElem + /S /P + /P 641 0 R + /K [9] + /Pg 965 0 R +>> +endobj + +643 0 obj +<< + /Type /StructElem + /S /Lbl + /P 640 0 R + /K [8] + /Pg 965 0 R +>> +endobj + +644 0 obj +<< + /Type /StructElem + /S /L + /P 632 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [645 0 R] +>> +endobj + +645 0 obj +<< + /Type /StructElem + /S /LI + /P 644 0 R + /K [647 0 R 646 0 R] +>> +endobj + +646 0 obj +<< + /Type /StructElem + /S /LBody + /P 645 0 R + /K [7] + /Pg 965 0 R +>> +endobj + +647 0 obj +<< + /Type /StructElem + /S /Lbl + /P 645 0 R + /K [6] + /Pg 965 0 R +>> +endobj + +648 0 obj +<< + /Type /StructElem + /S /LI + /P 632 0 R + /K [651 0 R 649 0 R] +>> +endobj + +649 0 obj +<< + /Type /StructElem + /S /LBody + /P 648 0 R + /K [650 0 R] +>> +endobj + +650 0 obj +<< + /Type /StructElem + /S /P + /P 649 0 R + /K [5] + /Pg 965 0 R +>> +endobj + +651 0 obj +<< + /Type /StructElem + /S /Lbl + /P 648 0 R + /K [4] + /Pg 965 0 R +>> +endobj + +652 0 obj +<< + /Type /StructElem + /S /L + /P 632 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [653 0 R] +>> +endobj + +653 0 obj +<< + /Type /StructElem + /S /LI + /P 652 0 R + /K [655 0 R 654 0 R] +>> +endobj + +654 0 obj +<< + /Type /StructElem + /S /LBody + /P 653 0 R + /K [3] + /Pg 965 0 R +>> +endobj + +655 0 obj +<< + /Type /StructElem + /S /Lbl + /P 653 0 R + /K [2] + /Pg 965 0 R +>> +endobj + +656 0 obj +<< + /Type /StructElem + /S /LI + /P 632 0 R + /K [659 0 R 657 0 R] +>> +endobj + +657 0 obj +<< + /Type /StructElem + /S /LBody + /P 656 0 R + /K [658 0 R] +>> +endobj + +658 0 obj +<< + /Type /StructElem + /S /P + /P 657 0 R + /K [1] + /Pg 965 0 R +>> +endobj + +659 0 obj +<< + /Type /StructElem + /S /Lbl + /P 656 0 R + /K [0] + /Pg 965 0 R +>> +endobj + +660 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [673 0 R 669 0 R 665 0 R 661 0 R] +>> +endobj + +661 0 obj +<< + /Type /StructElem + /S /L + /P 660 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [662 0 R] +>> +endobj + +662 0 obj +<< + /Type /StructElem + /S /LI + /P 661 0 R + /K [664 0 R 663 0 R] +>> +endobj + +663 0 obj +<< + /Type /StructElem + /S /LBody + /P 662 0 R + /K [7] + /Pg 963 0 R +>> +endobj + +664 0 obj +<< + /Type /StructElem + /S /Lbl + /P 662 0 R + /K [6] + /Pg 963 0 R +>> +endobj + +665 0 obj +<< + /Type /StructElem + /S /LI + /P 660 0 R + /K [668 0 R 666 0 R] +>> +endobj + +666 0 obj +<< + /Type /StructElem + /S /LBody + /P 665 0 R + /K [667 0 R] +>> +endobj + +667 0 obj +<< + /Type /StructElem + /S /P + /P 666 0 R + /K [5] + /Pg 963 0 R +>> +endobj + +668 0 obj +<< + /Type /StructElem + /S /Lbl + /P 665 0 R + /K [4] + /Pg 963 0 R +>> +endobj + +669 0 obj +<< + /Type /StructElem + /S /L + /P 660 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [670 0 R] +>> +endobj + +670 0 obj +<< + /Type /StructElem + /S /LI + /P 669 0 R + /K [672 0 R 671 0 R] +>> +endobj + +671 0 obj +<< + /Type /StructElem + /S /LBody + /P 670 0 R + /K [3] + /Pg 963 0 R +>> +endobj + +672 0 obj +<< + /Type /StructElem + /S /Lbl + /P 670 0 R + /K [2] + /Pg 963 0 R +>> +endobj + +673 0 obj +<< + /Type /StructElem + /S /LI + /P 660 0 R + /K [676 0 R 674 0 R] +>> +endobj + +674 0 obj +<< + /Type /StructElem + /S /LBody + /P 673 0 R + /K [675 0 R] +>> +endobj + +675 0 obj +<< + /Type /StructElem + /S /P + /P 674 0 R + /K [1] + /Pg 963 0 R +>> +endobj + +676 0 obj +<< + /Type /StructElem + /S /Lbl + /P 673 0 R + /K [0] + /Pg 963 0 R +>> +endobj + +677 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [682 0 R 678 0 R] +>> +endobj + +678 0 obj +<< + /Type /StructElem + /S /L + /P 677 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [679 0 R] +>> +endobj + +679 0 obj +<< + /Type /StructElem + /S /LI + /P 678 0 R + /K [681 0 R 680 0 R] +>> +endobj + +680 0 obj +<< + /Type /StructElem + /S /LBody + /P 679 0 R + /K [3] + /Pg 961 0 R +>> +endobj + +681 0 obj +<< + /Type /StructElem + /S /Lbl + /P 679 0 R + /K [2] + /Pg 961 0 R +>> +endobj + +682 0 obj +<< + /Type /StructElem + /S /LI + /P 677 0 R + /K [685 0 R 683 0 R] +>> +endobj + +683 0 obj +<< + /Type /StructElem + /S /LBody + /P 682 0 R + /K [684 0 R] +>> +endobj + +684 0 obj +<< + /Type /StructElem + /S /P + /P 683 0 R + /K [1] + /Pg 961 0 R +>> +endobj + +685 0 obj +<< + /Type /StructElem + /S /Lbl + /P 682 0 R + /K [0] + /Pg 961 0 R +>> +endobj + +686 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 959 0 R +>> +endobj + +687 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [11 12 13 14 15 16 17 18 19 20 21 22 23] + /Pg 957 0 R +>> +endobj + +688 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [5 690 0 R 7 8 689 0 R 10] + /Pg 957 0 R +>> +endobj + +689 0 obj +<< + /Type /StructElem + /S /Code + /P 688 0 R + /Lang (en) + /K [9] + /Pg 957 0 R +>> +endobj + +690 0 obj +<< + /Type /StructElem + /S /Code + /P 688 0 R + /Lang (en) + /K [6] + /Pg 957 0 R +>> +endobj + +691 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4] + /Pg 957 0 R +>> +endobj + +692 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [5 694 0 R 7 8 693 0 R 10] + /Pg 955 0 R +>> +endobj + +693 0 obj +<< + /Type /StructElem + /S /Code + /P 692 0 R + /Lang (en) + /K [9] + /Pg 955 0 R +>> +endobj + +694 0 obj +<< + /Type /StructElem + /S /Code + /P 692 0 R + /Lang (en) + /K [6] + /Pg 955 0 R +>> +endobj + +695 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4] + /Pg 955 0 R +>> +endobj + +696 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [5 697 0 R 7] + /Pg 953 0 R +>> +endobj + +697 0 obj +<< + /Type /StructElem + /S /Code + /P 696 0 R + /Lang (en) + /K [6] + /Pg 953 0 R +>> +endobj + +698 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4] + /Pg 953 0 R +>> +endobj + +699 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4] + /Pg 951 0 R +>> +endobj + +700 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [8 9 10 11 12 13 14] + /Pg 949 0 R +>> +endobj + +701 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [705 0 R 1 704 0 R 3 703 0 R 5 702 0 R 7] + /Pg 949 0 R +>> +endobj + +702 0 obj +<< + /Type /StructElem + /S /Strong + /P 701 0 R + /K [6] + /Pg 949 0 R +>> +endobj + +703 0 obj +<< + /Type /StructElem + /S /Strong + /P 701 0 R + /K [4] + /Pg 949 0 R +>> +endobj + +704 0 obj +<< + /Type /StructElem + /S /Strong + /P 701 0 R + /K [2] + /Pg 949 0 R +>> +endobj + +705 0 obj +<< + /Type /StructElem + /S /Strong + /P 701 0 R + /K [0] + /Pg 949 0 R +>> +endobj + +706 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [710 0 R 1 709 0 R 3 708 0 R 5 707 0 R 7] + /Pg 947 0 R +>> +endobj + +707 0 obj +<< + /Type /StructElem + /S /Strong + /P 706 0 R + /K [6] + /Pg 947 0 R +>> +endobj + +708 0 obj +<< + /Type /StructElem + /S /Strong + /P 706 0 R + /K [4] + /Pg 947 0 R +>> +endobj + +709 0 obj +<< + /Type /StructElem + /S /Strong + /P 706 0 R + /K [2] + /Pg 947 0 R +>> +endobj + +710 0 obj +<< + /Type /StructElem + /S /Strong + /P 706 0 R + /K [0] + /Pg 947 0 R +>> +endobj + +711 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [6 7 8 9 10 11 12] + /Pg 945 0 R +>> +endobj + +712 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3 4 5] + /Pg 945 0 R +>> +endobj + +713 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 945 0 R +>> +endobj + +714 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3 4 5] + /Pg 943 0 R +>> +endobj + +715 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 943 0 R +>> +endobj + +716 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3] + /Pg 941 0 R +>> +endobj + +717 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 941 0 R +>> +endobj + +718 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [6 7 8 9 10 11 12 13 14 15 16 17 18] + /Pg 939 0 R +>> +endobj + +719 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3 4 5] + /Pg 939 0 R +>> +endobj + +720 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 939 0 R +>> +endobj + +721 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3 4 5] + /Pg 937 0 R +>> +endobj + +722 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 937 0 R +>> +endobj + +723 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3] + /Pg 935 0 R +>> +endobj + +724 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 935 0 R +>> +endobj + +725 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 933 0 R +>> +endobj + +726 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [1 2 3 4 5 6 7 8 9] + /Pg 931 0 R +>> +endobj + +727 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 931 0 R +>> +endobj + +728 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 929 0 R +>> +endobj + +729 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [733 0 R 1 732 0 R 3 731 0 R 5 730 0 R 7] + /Pg 927 0 R +>> +endobj + +730 0 obj +<< + /Type /StructElem + /S /Strong + /P 729 0 R + /K [6] + /Pg 927 0 R +>> +endobj + +731 0 obj +<< + /Type /StructElem + /S /Strong + /P 729 0 R + /K [4] + /Pg 927 0 R +>> +endobj + +732 0 obj +<< + /Type /StructElem + /S /Strong + /P 729 0 R + /K [2] + /Pg 927 0 R +>> +endobj + +733 0 obj +<< + /Type /StructElem + /S /Strong + /P 729 0 R + /K [0] + /Pg 927 0 R +>> +endobj + +734 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [2 3 4 5 6 7 8] + /Pg 925 0 R +>> +endobj + +735 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [1] + /Pg 925 0 R +>> +endobj + +736 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 925 0 R +>> +endobj + +737 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [741 0 R 1 740 0 R 3 739 0 R 5 738 0 R 7] + /Pg 923 0 R +>> +endobj + +738 0 obj +<< + /Type /StructElem + /S /Strong + /P 737 0 R + /K [6] + /Pg 923 0 R +>> +endobj + +739 0 obj +<< + /Type /StructElem + /S /Strong + /P 737 0 R + /K [4] + /Pg 923 0 R +>> +endobj + +740 0 obj +<< + /Type /StructElem + /S /Strong + /P 737 0 R + /K [2] + /Pg 923 0 R +>> +endobj + +741 0 obj +<< + /Type /StructElem + /S /Strong + /P 737 0 R + /K [0] + /Pg 923 0 R +>> +endobj + +742 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [3] + /Pg 921 0 R +>> +endobj + +743 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2] + /Pg 921 0 R +>> +endobj + +744 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [1 2 3 4 5 6 7 8 9] + /Pg 919 0 R +>> +endobj + +745 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 919 0 R +>> +endobj + +746 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [3 4 5] + /Pg 917 0 R +>> +endobj + +747 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [1 2] + /Pg 917 0 R +>> +endobj + +748 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 917 0 R +>> +endobj + +749 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [1 2] + /Pg 915 0 R +>> +endobj + +750 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 915 0 R +>> +endobj + +751 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0] + /Pg 913 0 R +>> +endobj + +752 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [756 0 R 1 755 0 R 3 754 0 R 5 753 0 R 7] + /Pg 911 0 R +>> +endobj + +753 0 obj +<< + /Type /StructElem + /S /Strong + /P 752 0 R + /K [6] + /Pg 911 0 R +>> +endobj + +754 0 obj +<< + /Type /StructElem + /S /Strong + /P 752 0 R + /K [4] + /Pg 911 0 R +>> +endobj + +755 0 obj +<< + /Type /StructElem + /S /Strong + /P 752 0 R + /K [2] + /Pg 911 0 R +>> +endobj + +756 0 obj +<< + /Type /StructElem + /S /Strong + /P 752 0 R + /K [0] + /Pg 911 0 R +>> +endobj + +757 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [758 0 R] +>> +endobj + +758 0 obj +<< + /Type /StructElem + /S /Strong + /P 757 0 R + /K [0] + /Pg 909 0 R +>> +endobj + +759 0 obj +<< + /Type /StructElem + /S /L + /P 92 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [774 0 R 770 0 R 760 0 R] +>> +endobj + +760 0 obj +<< + /Type /StructElem + /S /L + /P 759 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [767 0 R 764 0 R 761 0 R] +>> +endobj + +761 0 obj +<< + /Type /StructElem + /S /LI + /P 760 0 R + /K [763 0 R 762 0 R] +>> +endobj + +762 0 obj +<< + /Type /StructElem + /S /LBody + /P 761 0 R + /K [13] + /Pg 907 0 R +>> +endobj + +763 0 obj +<< + /Type /StructElem + /S /Lbl + /P 761 0 R + /K [12] + /Pg 907 0 R +>> +endobj + +764 0 obj +<< + /Type /StructElem + /S /LI + /P 760 0 R + /K [766 0 R 765 0 R] +>> +endobj + +765 0 obj +<< + /Type /StructElem + /S /LBody + /P 764 0 R + /K [11] + /Pg 907 0 R +>> +endobj + +766 0 obj +<< + /Type /StructElem + /S /Lbl + /P 764 0 R + /K [10] + /Pg 907 0 R +>> +endobj + +767 0 obj +<< + /Type /StructElem + /S /LI + /P 760 0 R + /K [769 0 R 768 0 R] +>> +endobj + +768 0 obj +<< + /Type /StructElem + /S /LBody + /P 767 0 R + /K [9] + /Pg 907 0 R +>> +endobj + +769 0 obj +<< + /Type /StructElem + /S /Lbl + /P 767 0 R + /K [8] + /Pg 907 0 R +>> +endobj + +770 0 obj +<< + /Type /StructElem + /S /LI + /P 759 0 R + /K [773 0 R 771 0 R] +>> +endobj + +771 0 obj +<< + /Type /StructElem + /S /LBody + /P 770 0 R + /K [772 0 R] +>> +endobj + +772 0 obj +<< + /Type /StructElem + /S /P + /P 771 0 R + /K [4 5 6 7] + /Pg 907 0 R +>> +endobj + +773 0 obj +<< + /Type /StructElem + /S /Lbl + /P 770 0 R + /K [3] + /Pg 907 0 R +>> +endobj + +774 0 obj +<< + /Type /StructElem + /S /LI + /P 759 0 R + /K [776 0 R 775 0 R] +>> +endobj + +775 0 obj +<< + /Type /StructElem + /S /LBody + /P 774 0 R + /K [1 2] + /Pg 907 0 R +>> +endobj + +776 0 obj +<< + /Type /StructElem + /S /Lbl + /P 774 0 R + /K [0] + /Pg 907 0 R +>> +endobj + +777 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1 2 3 4 5 6] + /Pg 905 0 R +>> +endobj + +778 0 obj +<< + /Type /StructElem + /S /Figure + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [2] + /Pg 903 0 R +>> +endobj + +779 0 obj +<< + /Type /StructElem + /S /P + /P 92 0 R + /K [0 1] + /Pg 903 0 R +>> +endobj + +780 0 obj +<< + /Type /StructElem + /S /Figure + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [14] + /Pg 901 0 R +>> +endobj + +781 0 obj +<< + /Type /StructElem + /S /Figure + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [13] + /Pg 901 0 R +>> +endobj + +782 0 obj +<< + /Type /StructElem + /S /Span + /P 92 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [0 1 2 3 4 5 6 7 8 9 10 11 12] + /Pg 901 0 R +>> +endobj + +783 0 obj +<< + /Type /PageLabel + /S /D + /St 1 +>> +endobj + +784 0 obj +<< + /Type /PageLabel + /S /D + /St 2 +>> +endobj + +785 0 obj +<< + /Type /PageLabel + /S /D + /St 3 +>> +endobj + +786 0 obj +<< + /Type /PageLabel + /S /D + /St 4 +>> +endobj + +787 0 obj +<< + /Type /PageLabel + /S /D + /St 5 +>> +endobj + +788 0 obj +<< + /Type /PageLabel + /S /D + /St 6 +>> +endobj + +789 0 obj +<< + /Type /PageLabel + /S /D + /St 7 +>> +endobj + +790 0 obj +<< + /Type /PageLabel + /S /D + /St 7 +>> +endobj + +791 0 obj +<< + /Type /PageLabel + /S /D + /St 7 +>> +endobj + +792 0 obj +<< + /Type /PageLabel + /S /D + /St 8 +>> +endobj + +793 0 obj +<< + /Type /PageLabel + /S /D + /St 9 +>> +endobj + +794 0 obj +<< + /Type /PageLabel + /S /D + /St 10 +>> +endobj + +795 0 obj +<< + /Type /PageLabel + /S /D + /St 11 +>> +endobj + +796 0 obj +<< + /Type /PageLabel + /S /D + /St 12 +>> +endobj + +797 0 obj +<< + /Type /PageLabel + /S /D + /St 13 +>> +endobj + +798 0 obj +<< + /Type /PageLabel + /S /D + /St 13 +>> +endobj + +799 0 obj +<< + /Type /PageLabel + /S /D + /St 14 +>> +endobj + +800 0 obj +<< + /Type /PageLabel + /S /D + /St 14 +>> +endobj + +801 0 obj +<< + /Type /PageLabel + /S /D + /St 14 +>> +endobj + +802 0 obj +<< + /Type /PageLabel + /S /D + /St 14 +>> +endobj + +803 0 obj +<< + /Type /PageLabel + /S /D + /St 15 +>> +endobj + +804 0 obj +<< + /Type /PageLabel + /S /D + /St 15 +>> +endobj + +805 0 obj +<< + /Type /PageLabel + /S /D + /St 15 +>> +endobj + +806 0 obj +<< + /Type /PageLabel + /S /D + /St 16 +>> +endobj + +807 0 obj +<< + /Type /PageLabel + /S /D + /St 16 +>> +endobj + +808 0 obj +<< + /Type /PageLabel + /S /D + /St 17 +>> +endobj + +809 0 obj +<< + /Type /PageLabel + /S /D + /St 17 +>> +endobj + +810 0 obj +<< + /Type /PageLabel + /S /D + /St 17 +>> +endobj + +811 0 obj +<< + /Type /PageLabel + /S /D + /St 17 +>> +endobj + +812 0 obj +<< + /Type /PageLabel + /S /D + /St 18 +>> +endobj + +813 0 obj +<< + /Type /PageLabel + /S /D + /St 19 +>> +endobj + +814 0 obj +<< + /Type /PageLabel + /S /D + /St 19 +>> +endobj + +815 0 obj +<< + /Type /PageLabel + /S /D + /St 19 +>> +endobj + +816 0 obj +<< + /Type /PageLabel + /S /D + /St 19 +>> +endobj + +817 0 obj +<< + /Type /PageLabel + /S /D + /St 20 +>> +endobj + +818 0 obj +<< + /Type /PageLabel + /S /D + /St 21 +>> +endobj + +819 0 obj +<< + /Type /PageLabel + /S /D + /St 22 +>> +endobj + +820 0 obj +<< + /Type /PageLabel + /S /D + /St 23 +>> +endobj + +821 0 obj +<< + /Type /PageLabel + /S /D + /St 24 +>> +endobj + +822 0 obj +<< + /Type /PageLabel + /S /D + /St 25 +>> +endobj + +823 0 obj +<< + /Type /PageLabel + /S /D + /St 26 +>> +endobj + +824 0 obj +<< + /Type /PageLabel + /S /D + /St 27 +>> +endobj + +825 0 obj +<< + /Type /PageLabel + /S /D + /St 28 +>> +endobj + +826 0 obj +<< + /Type /PageLabel + /S /D + /St 29 +>> +endobj + +827 0 obj +<< + /Type /PageLabel + /S /D + /St 30 +>> +endobj + +828 0 obj +<< + /Type /PageLabel + /S /D + /St 31 +>> +endobj + +829 0 obj +<< + /Type /PageLabel + /S /D + /St 32 +>> +endobj + +830 0 obj +<< + /Type /PageLabel + /S /D + /St 33 +>> +endobj + +831 0 obj +<< + /Type /PageLabel + /S /D + /St 34 +>> +endobj + +832 0 obj +<< + /Type /PageLabel + /S /D + /St 35 +>> +endobj + +833 0 obj +<< + /Type /PageLabel + /S /D + /St 35 +>> +endobj + +834 0 obj +<< + /Type /PageLabel + /S /D + /St 36 +>> +endobj + +835 0 obj +<< + /Type /PageLabel + /S /D + /St 37 +>> +endobj + +836 0 obj +<< + /Type /PageLabel + /S /D + /St 38 +>> +endobj + +837 0 obj +<< + /Type /PageLabel + /S /D + /St 39 +>> +endobj + +838 0 obj +<< + /Type /PageLabel + /S /D + /St 39 +>> +endobj + +839 0 obj +<< + /Type /PageLabel + /S /D + /St 39 +>> +endobj + +840 0 obj +<< + /Type /PageLabel + /S /D + /St 39 +>> +endobj + +841 0 obj +<< + /Type /PageLabel + /S /D + /St 39 +>> +endobj + +842 0 obj +<< + /Type /PageLabel + /S /D + /St 39 +>> +endobj + +843 0 obj +<< + /Type /PageLabel + /S /D + /St 39 +>> +endobj + +844 0 obj +<< + /Type /PageLabel + /S /D + /St 40 +>> +endobj + +845 0 obj +<< + /Type /PageLabel + /S /D + /St 41 +>> +endobj + +846 0 obj +<< + /Type /PageLabel + /S /D + /St 42 +>> +endobj + +847 0 obj +<< + /Type /PageLabel + /S /D + /St 42 +>> +endobj + +848 0 obj +<< + /Type /PageLabel + /S /D + /St 42 +>> +endobj + +849 0 obj +<< + /Type /PageLabel + /S /D + /St 42 +>> +endobj + +850 0 obj +<< + /Type /PageLabel + /S /D + /St 42 +>> +endobj + +851 0 obj +<< + /Type /PageLabel + /S /D + /St 42 +>> +endobj + +852 0 obj +<< + /Type /PageLabel + /S /D + /St 42 +>> +endobj + +853 0 obj +<< + /Type /PageLabel + /S /D + /St 43 +>> +endobj + +854 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +855 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +856 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +857 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +858 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +859 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +860 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +861 0 obj +<< + /Type /PageLabel + /S /D + /St 44 +>> +endobj + +862 0 obj +<< + /Type /PageLabel + /S /D + /St 45 +>> +endobj + +863 0 obj +<< + /Type /PageLabel + /S /D + /St 46 +>> +endobj + +864 0 obj +<< + /Type /PageLabel + /S /D + /St 47 +>> +endobj + +865 0 obj +<< + /Type /PageLabel + /S /D + /St 48 +>> +endobj + +866 0 obj +<< + /Type /PageLabel + /S /D + /St 49 +>> +endobj + +867 0 obj +<< + /Type /PageLabel + /S /D + /St 50 +>> +endobj + +868 0 obj +<< + /Type /PageLabel + /S /D + /St 51 +>> +endobj + +869 0 obj +<< + /Type /PageLabel + /S /D + /St 52 +>> +endobj + +870 0 obj +<< + /Type /PageLabel + /S /D + /St 53 +>> +endobj + +871 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /WLLFTI+NotoSansCJKjp-Bold-Identity-H + /Encoding /Identity-H + /DescendantFonts [872 0 R] + /ToUnicode 875 0 R +>> +endobj + +872 0 obj +<< + /Type /Font + /Subtype /CIDFontType0 + /BaseFont /WLLFTI+NotoSansCJKjp-Bold + /CIDSystemInfo << + /Registry (Adobe) + /Ordering (Identity) + /Supplement 0 + >> + /FontDescriptor 874 0 R + /DW 0 + /W [0 0 1000 1 1 667 2 2 637 3 3 436 4 4 581 5 5 227 6 6 757 7 11 1000 12 12 625 13 15 1000 16 16 421 17 17 387 18 18 590 19 19 325 20 21 1000] +>> +endobj + +873 0 obj +<< + /Length 11 + /Filter /FlateDecode +>> +stream +x +endstream +endobj + +874 0 obj +<< + /Type /FontDescriptor + /FontName /WLLFTI+NotoSansCJKjp-Bold + /Flags 131076 + /FontBBox [14 -181 979 880] + /ItalicAngle 0 + /Ascent 880 + /Descent -120 + /CapHeight 733 + /StemV 168.6 + /CIDSet 873 0 R + /FontFile3 876 0 R +>> +endobj + +875 0 obj +<< + /Length 900 + /Type /CMap + /WMode 0 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: procset CIDInit +%%IncludeResource: procset CIDInit +%%BeginResource: CMap Custom +%%Title: (Custom Adobe Identity 0) +%%Version: 1 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (Identity) def + /Supplement 0 def +end def +/CMapName /Custom def +/CMapVersion 1 def +/CMapType 0 def +/WMode 0 def +1 begincodespacerange +<0000> <FFFF> +endcodespacerange +21 beginbfchar +<0001> <0050> +<0002> <0075> +<0003> <0072> +<0004> <0065> +<0005> <0020> +<0006> <0048> +<0007> <3067> +<0008> <4F5C> +<0009> <308B> +<000A> <7C21> +<000B> <6613> +<000C> <0054> +<000D> <30B5> +<000E> <30FC> +<000F> <30D0> +<0010> <0074> +<0011> <002F> +<0012> <0031> +<0013> <002E> +<0014> <5B9F> +<0015> <88C5> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF +endstream +endobj + +876 0 obj +<< + /Length 2673 + /Filter /FlateDecode + /Subtype /CIDFontType0C +>> +stream +xmiTS%ɽ^J&Q,J8TlTK:Q CdE@qk˧VWV7Pߊ]~jχsk& I]JWmKJ[ju\ܥH^xbN-EqID4 H) 쭩 L%v4=M$B}mhI*<?2*)=6={*9;5v{Lrǂ{(_&(]bӓ}t3U9nJ/i0ezjXdTbXjR|WڞOp{sߍJJ?2J=5,9&aIaRUɪXURXA$1
5TEeǰX1,*O}3^/r_y`iS-4֊W:_j-?-b6%-Gţ]ZfBf$)0333 $$i7oEpIqqi] p0c
/;
b mx_lg[S#r1YA#m3^P$DeZOB~2W0>k3keO3t>ϙxGc"5{Lr"=Ιbn+t7sMJRˀ +0| Gl-@ނw`\7ONr@VH`f +(>wL֢xL=F +WpDqI3J&]i6/hOPJJcs8D3a-<:Sv(s`9{~b5`;ޗ#g?/*PQ" +38E/jL^q4)fsx(s3(8aњ:V u4h)v{YkTn]y&u
M +7˖LPeMrIi25q3qݮi{5 I.4;N䯆_=o4`)~ :_T +kvT 79W(3 +2e0h稍D֥6kS <\N+?L<xLm-zAQ0TN+1K;;
CQp0a<+Pr%'Ăa[X:HK s䌮1X<b +1s&ܸi|"+8gCD$wTeԦ2+ciQJnI=OUwob`!:Xpfv~mKv`6b9V+(WruYMDSIb?Ha
rhK=h1=40'!6|ՆuRY(t"'wIҤ-ٌ +endstream +endobj + +877 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /XGBMPB+NotoSansCJKjp-Regular-Identity-H + /Encoding /Identity-H + /DescendantFonts [878 0 R] + /ToUnicode 881 0 R +>> +endobj + +878 0 obj +<< + /Type /Font + /Subtype /CIDFontType0 + /BaseFont /XGBMPB+NotoSansCJKjp-Regular + /CIDSystemInfo << + /Registry (Adobe) + /Ordering (Identity) + /Supplement 0 + >> + /FontDescriptor 880 0 R + /DW 0 + /W [0 0 1000 1 1 610 2 2 468 3 3 600 4 4 275 5 5 224 6 6 338 7 10 1000 11 11 338 12 12 633 13 13 728 14 21 1000 22 24 555 25 25 347 26 27 555 28 28 392 29 29 555 30 30 607 31 31 388 32 32 554 33 37 1000 38 38 599 39 41 1000 42 42 340 43 48 1000 49 49 689 50 50 589 51 51 742 52 52 596 53 53 638 54 54 606 55 55 552 56 56 521 57 57 620 58 58 498 59 59 377 60 60 563 61 61 325 62 62 510 63 63 284 64 65 555 66 82 1000 83 83 555 84 86 1000 87 87 555 88 109 1000 110 110 608 111 115 1000 116 116 657 117 147 1000 148 148 926 149 149 293 150 161 1000 162 162 278 163 163 635 164 164 552 165 169 1000 170 170 555 171 171 543 172 185 1000 186 186 607 187 189 1000 190 190 278 191 191 275 192 192 564 193 193 802 194 238 1000 239 239 278 240 244 1000 245 245 646 246 261 1000] +>> +endobj + +879 0 obj +<< + /Length 13 + /Filter /FlateDecode +>> +stream +x? +endstream +endobj + +880 0 obj +<< + /Type /FontDescriptor + /FontName /XGBMPB+NotoSansCJKjp-Regular + /Flags 131076 + /FontBBox [-44 -250 984 880] + /ItalicAngle 0 + /Ascent 880 + /Descent -120 + /CapHeight 733 + /StemV 95.4 + /CIDSet 879 0 R + /FontFile3 882 0 R +>> +endobj + +881 0 obj +<< + /Length 4316 + /Type /CMap + /WMode 0 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: procset CIDInit +%%IncludeResource: procset CIDInit +%%BeginResource: CMap Custom +%%Title: (Custom Adobe Identity 0) +%%Version: 1 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (Identity) def + /Supplement 0 def +end def +/CMapName /Custom def +/CMapVersion 1 def +/CMapType 0 def +/WMode 0 def +1 begincodespacerange +<0000> <FFFF> +endcodespacerange +100 beginbfchar +<0001> <006E> +<0002> <0073> +<0003> <00660069> +<0004> <0069> +<0005> <0020> +<0006> <0028> +<0007> <3044> +<0008> <307E> +<0009> <3080> +<000A> <3089> +<000B> <0029> +<000C> <0050> +<000D> <0048> +<000E> <30AB> +<000F> <30F3> +<0010> <30D5> +<0011> <30A1> +<0012> <30EC> +<0013> <30B9> +<0014> <9999> +<0015> <5DDD> +<0016> <0032> +<0017> <0030> +<0018> <0035> +<0019> <002D> +<001A> <0031> +<001B> <0034> +<001C> <002F> +<001D> <0033> +<001E> <0075> +<001F> <0072> +<0020> <0065> +<0021> <3067> +<0022> <4F5C> +<0023> <308B> +<0024> <7C21> +<0025> <6613> +<0026> <0054> +<0027> <30B5> +<0028> <30FC> +<0029> <30D0> +<002A> <2022> +<002B> <3068> +<002C> <306F> +<002D> <3092> +<002E> <5B9F> +<002F> <88C5> +<0030> <3059> +<0031> <0047> +<0032> <0045> +<0033> <004F> +<0034> <0053> +<0035> <0043> +<0036> <006F> +<0037> <006B> +<0038> <0079> +<0039> <0070> +<003A> <0078> +<003B> <0074> +<003C> <0061> +<003D> <0066> +<003E> <0063> +<003F> <006C> +<0040> <0036> +<0041> <0037> +<0042> <3054> +<0043> <30C6> +<0044> <30AD> +<0045> <30C8> +<0046> <3055> +<0047> <308C> +<0048> <305F> +<0049> <76F8> +<004A> <4E92> +<004B> <306B> +<004C> <63A5> +<004D> <7D9A> +<004E> <3001> +<004F> <5BB9> +<0050> <53C2> +<0051> <7167> +<0052> <304D> +<0053> <0038> +<0054> <306A> +<0055> <66F8> +<0056> <7C4D> +<0057> <0039> +<0058> <8EE2> +<0059> <9001> +<005A> <30B3> +<005B> <30D4> +<005C> <30E5> +<005D> <30BF> +<005E> <9593> +<005F> <30C7> +<0060> <4E88> +<0061> <3081> +<0062> <5B9A> +<0063> <53D6> +<0064> <308A> +endbfchar +100 beginbfchar +<0065> <6C7A> +<0066> <30FB> +<0067> <624B> +<0068> <9806> +<0069> <6328> +<006A> <62F6> +<006B> <30D7> +<006C> <30ED> +<006D> <30EB> +<006E> <0041> +<006F> <300C> +<0070> <3053> +<0071> <3093> +<0072> <3061> +<0073> <300D> +<0074> <0042> +<0075> <306E> +<0076> <8A00> +<0077> <8449> +<0078> <5C11> +<0079> <3057> +<007A> <9045> +<007B> <3066> +<007C> <7E70> +<007D> <8FD4> +<007E> <304B> +<007F> <3051> +<0080> <3046> +<0081> <3069> +<0082> <5931> +<0083> <6557> +<0084> <5B88> +<0085> <3063> +<0086> <6587> +<0087> <5177> +<0088> <4F53> +<0089> <7684> +<008A> <30AF> +<008B> <30E9> +<008C> <30A4> +<008D> <30A2> +<008E> <30EA> +<008F> <30A8> +<0090> <5BFE> +<0091> <304C> +<0092> <30DD> +<0093> <30C3> +<0094> <006D> +<0095> <0049> +<0096> <2026> +<0097> <4E0B> +<0098> <968E> +<0099> <5C64> +<009A> <4E0A> +<009B> <3064> +<009C> <6C17> +<009D> <304F> +<009E> <3082> +<009F> <3088> +<00A0> <30B8> +<00A1> <30E7> +<00A2> <002E> +<00A3> <0052> +<00A4> <0046> +<00A5> <6A19> +<00A6> <6E96> +<00A7> <898F> +<00A8> <683C> +<00A9> <884C> +<00AA> <002B> +<00AB> <004C> +<00AC> <4EFB> +<00AD> <610F> +<00AE> <500B> +<00AF> <6570> +<00B0> <30A3> +<00B1> <30C9> +<00B2> <30E1> +<00B3> <30BB> +<00B4> <30DC> +<00B5> <30BD> +<00B6> <30B2> +<00B7> <540D> +<00B8> <5024> +<00B9> <30BA> +<00BA> <0068> +<00BB> <5FDC> +<00BC> <7B54> +<00BD> <672C> +<00BE> <003A> +<00BF> <006A> +<00C0> <0067> +<00C1> <0077> +<00C2> <4E3B> +<00C3> <30A9> +<00C4> <30E0> +<00C5> <30D9> +<00C6> <307B> +<00C7> <307C> +<00C8> <540C> +endbfchar +61 beginbfchar +<00C9> <3058> +<00CA> <9055> +<00CB> <30DE> +<00CC> <6163> +<00CD> <4F8B> +<00CE> <4F7F> +<00CF> <308F> +<00D0> <65B9> +<00D1> <7570> +<00D2> <304A> +<00D3> <72B6> +<00D4> <614B> +<00D5> <7BA1> +<00D6> <7406> +<00D7> <5E97> +<00D8> <5BA2> +<00D9> <54E1> +<00DA> <4E00> +<00DB> <91DC> +<00DC> <7389> +<00DD> <4EE5> +<00DE> <3060> +<00DF> <6CE8> +<00E0> <9802> +<00E1> <305B> +<00E2> <3084> +<00E3> <3073> +<00E4> <8A18> +<00E5> <61B6> +<00E6> <89E3> +<00E7> <6CD5> +<00E8> <30B7> +<00E9> <3002> +<00EA> <306D> +<00EB> <756A> +<00EC> <53F7> +<00ED> <672D> +<00EE> <6E21> +<00EF> <002C> +<00F0> <6280> +<00F1> <8853> +<00F2> <6700> +<00F3> <78BA> +<00F4> <8EFD> +<00F5> <004B> +<00F6> <30B6> +<00F7> <52DF> +<00F8> <96C6> +<00F9> <4E2D> +<00FA> <5C0F> +<00FB> <7530> +<00FC> <539F> +<00FD> <958B> +<00FE> <59CB> +<00FF> <611B> +<0100> <5A9B> +<0101> <5099> +<0102> <9759> +<0103> <8074> +<0104> <3042> +<0105> <3056> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF +endstream +endobj + +882 0 obj +<< + /Length 37124 + /Filter /FlateDecode + /Subtype /CIDFontType0C +>> +stream +xTY.MUejN7E1*"Asts$ +* +(9qFgv_;w{[ku>SٵEEɜd`[gJ}k{ &-L?3Sb9q+hƷoSM4XSLhS2&ɽ5wN>glN+[vuk֭Un䴻իVYL N:9^JyJϸ)[(ZXY;X);Rdcoxrx/+58XZڽ֎֮gNJm+k'W?,-g'G{Cd*Y̜)u1X)NZ4ud̿gEؘ9=1ؕW\:k>%1w&LW2@#CxgSSN}6"ELbb)( + + +ެ`X k;NH? aRTTh)8h͉@?1?.1j3a`3{%113N,\7%Z8u +ϙh +~+yY٧&
Jdz
d'4ȏS^ɖe{5Ԅkd M8aX7`Ʒoq{M>=Nw.4 O,gBA ~u}K#cQ4Fք +5j̶_R0*tn]qӹZX̮<X%@SUYfItか!i:G.e5`7,{g@Z+,(2{#?ԃ"UUTX}ѥ洫S.仐.5 ?> +~zh<OQ"=pGx>B;ҖLz#{Ē(vW +iJR([@bOymD fm);-ڈ],m3܍f.YhdۯDž+ +r [uXK<,JQeGn%{!j}ƽ'ҥB, se,P&0SnЄfquո$3>B-ACun#c2aKl%{o&/u%E+ʹrL `i٤7#]j\SI +R@K:A +ۚ?Ѥu=:}*'dKH"8mz +]O0b +äװ6.Cӎ؊r4JGw7%W3o +G{×ZMz.aC2)HA@] +Lz1^4jb'ݏ'y-R9=Ą7Yfs0)mC-r;A[!6*:"/>uІAhTZRۂ}˪HP=7 +/#=TE8I߾N4c)CCWo_7fV4qh9nzU+'DGnL 5 {HA\ Eܹ|(#7I!S>#+'nkE|5#]9'ߓvzu?COy|8WݭEQ6ٚ&8hp|DYMW8A!lWr+6F~TKau]+@c +0?Ӌ $Ҽ$
Q7cKKyye!MXAq~iN)A>D8>#LHxÂoduD^\1:̄14
$NzM +Ip-&
⣙/ƕHRXw'B4^*dUhMj)[(;HϏ]~ţ=lLbGb"No%KQG<+Yz՜ju+RzW[;W.gR7ۯ̆4v]%mqJέ"8/QW\WG`G?dgnz+]Y@pPfIJ`:ӻupNi fOX*˥#f#Te-93OKĽ#^ +кm5u/!;.fO/8t5t@#+ +oຖ^;^J@T2jgx2U RruM%bh6(d|X|Վ|ÛJnUTm$9/8+siކj[.7VpO}⠃Umk=A+ݓ}s0mCqWdMGu GX$!Ɓ`gO4
o`owBeiZlu͚W*ͳDr{;;LB"YMsآ1=,M)\ +B48N17 +#l9Br'#-'ZX4H~`1A`ڏ# +CA(()" +L}9爍}*h28?z|9ǁ +{1鳬(F?/["0[>w}o ]&Ȓnm+be</"+O7<y;8a?myM +a1YHόKC"c"%"]B>xJMU^@/H=̃U[}"{2LvҰ| +gH%9۽`FtZP/"VFbIf.aKL#1&f؊1償5G}^CDWIH +io n-F'_֝j/kl>g66r<*+V
jd#Ulva|l<]xؓ2x¿*ѧoJړRZc-"nCc##(RKd;e_(HH#}#@]ŗ'W+z&ec#I8*ΎK6֡\
t۠U0/6> $>$Fq]? ܸK 'q3NQ^va sM
aWWZ^%~h"?hG +.ԌA"lf
G?.iVh>4$ǿGߐ-ڸV⧑PTMuHˀr~dZw QW0[svtc,e'틔? )~DE
[rޯ9&¸4;{ T)JcE ٙ=9DpG.&}LڊB+x/G摈C\/v'MO4m?MNkF?elqv +LOsNyizdfJꝕu7Kr ځdXݯl@f8}3TɁ(Tq\,<[Kc=>X|gaF;)M5"H+IjSpq>biy\L\37-4cg0è۷]^4(Qdz{itwl#+e0J{,!TK.hʹ + xEƝ=T@b +D0LF0В#>{Ԩ}T<0rtpaφk/s:lmsγqeyN;}Q6I(3N4藙y8x:z`ކ,(2Z}{ʃm<αNyֶAgOғ>8[ڇɦT6ߵJcyV@CxoO;~!`75l;woq
d*|5usGZ~NIv.ZՆ`\Em6#>ڱ37)٧zQm *C8*S'/u ΄ӋC=7tB"amdf ~d +D|ͦ'SRY̲'fA +=쯠B;5JoN|u|>4ԀLoBB5jEQ 6Hs)G"A
wܛjjo2jv6?{lL #paN4_kY0k4TXn\}4#05ٯN>B*~yE*/N\!یvä&4~jF?
a$Š]$f4y_L=:ܿ>4-{HHte4#Ooda0@9cߌpR
eG)TrB3*+*kʮ=XDb"(K+H=\H@WlqnHgFA20K +cXs}bnDfhNH.jm&R\T8"
]<U}տ<'@ě` +EùDx8/^Osc>>-HЮHlhN*
'Ԁ+iiN|9:F?^qs1k&ԟkbQu큟;P?ҨZL7pOP{uڤZ+ݜ@JZ13t{áHC#'%T_D3mW7>;Jw
lH[K;,oE,irrY;ꕎ-ySIQF>eX0{ֵl{e?E +x +إ +~r
'<W,KuE<'w$D驅7\k)$; +#Nz?<G,#MLw ^ܓ]U32~JɶS?48X
`#K,cuE.~i dei1ã_Sr)v3֎t+e^\+5#q)U44d{^jhhRֆ6agwOmggWQ[% <-Eh"^`ṁipjH
E¬܄<${m0--uxFnXيȓ(GLL5#W;D;/hA}0Wt@h&5+=D:h>b>l9tq@;ai@ {.*5"SCɦ"8z- +)}GA*W7o9%&.:AFcjq +Js2т0VPѻ nXqN3i!fQ/w옞c]~ޱz"~}}ȤO`R"7+4C,t&nye&x~wH.iY^; _C4lar(=;oE+Z #D`h>8<
|kӇwcJGGDM
S_6p/%_Mah!4]RHt >>U$KQ)fQ)F/Ses)k&ZYeca1boXy*TzA諔<VsNNU.{6"Ϟ s 8ۺ;^ܞTRasH %_f#s]KQjuG.|qr|:M~Odxؓ;sݲӼ]vBAJiCSs't(#0%TV?OwT딼L4lS';P +&='s|*^VRu\c2όKW {Dy3||
lqĹ]s
ᑁbaE\b)[JOKɻƇZˡ=hi6ɗ'@M1. +MT5lt-c$)^)>DG4HTwDM҉ضy%i
R3C^o6^ISzNV/ʪǤ*!m6;X"!i"&T{#:r{}C?
7A%4.hf#qnNJ7 1)[u|%t8Pnak|G.\WǔHlb<L{bܝ%+y#E;ѵr'&dBh=aTĄԤd 9L:݁hDyο["Iz<Ќ'S&OZS_W&I<c=%F\ ~:Ȍ?fz
Xrg!̅ +(ҾÞ뢍%8~&!JuS2}:zU[paKmwZnjNrNXڻWI<6e(vvx˃.sEhAgnrNrzz&1 +50E +%Qs%f +X/,teCځs߀6>6x9R!&LA)̚(!z-,Q9tҋْ0,MZJG 5́ɠ +"Lԑ +4Qaau]! e8Ňh)lF( +Fm~/`*,y[[s,x0>6pM LhC係Loz +hyZ[nlmUξHM=P^ +օCHoN#-j3ڊ_}sP8WJ +JAh*,+>ɝƛEB> +)o.xzބi1B,Z$a'8JmNA h mx3P[Ş{ObePl"b|C-w3zAU.0"ˠL{4JMZs40wքQfjahinYXpmNPR`U&ggO4RCDcY,e{w!CC^|B1Z_?E=ps*.0?Dq"Ϣjh0;'=`&= w9eEXvbH5rGKT'b MEae+Xd+V0,[@̐lGڇ}f4cfܭ][*S[z̽gXTg
1a0{RPPT(Z͂"D"HĒSM֞{&}s||?0<Y3YRFKuˀr4#&XEz@,A;t ~JH!='DG&j˔s'6Mv:)Ezfm8H+onEхsIK +#&ٺiYvR أڃAH~/-Xđl'e]dGT̥"=/
ܒ\x>dv t>YnYmՏmUlyNqq״X%)/pXΨ@0>J.Ndz5Nu6tRdh1 ߁ sS}uvx."]g5O"7@ ^Ϡ?&Ra^6 +:t>ry5Q|$TPAN|{Qw#rPi +Y +ͅ;9J<hL(~[`T6_4 +<K##"8t敽^jtGo؆؇S\k\sB捳>t!Ĉo2c9!.+|).UvC#~6eT#c)Xn2v$APS^+'Q? +;SlYM=&i3z5TDWk%MЅ#̈́\ed&eɉs5Qy
:(U@B +Fea("H$ckvͫ=,= +k)Q2Y6X4;B}?0`j@
6Aշ緵Iyi(b)9 +{(8B
:o 9[R}s]<~v:oIAV_KD;nUupEn_5϶z#`2۵ӞNQ8wehJKp7ZޖD.gВp, k*i|*k(. ,v6ґ$XpಈȬ$ؐ̚Raq +J'7%4R\Ѩ$9LƬ/ +p7۴ʲ<=) ݰq1~!}2= 9*%.;&IwkKKPybq)x}fK.%aŭP&(+ Ι-XP]XP,TF|d_&<R*6 +<, ??K{y@|{ -蛉Q^*F>{3L^W]<dn*عbC(4p+f&dYrdNsH,CO,#Ȫ[QVgn071=0Ճqd)MDK +2.
lA9prg5p ;8Uʬ#".;Xn?w*hlp(Si~+iBYT$l$í=B1\!.[Է\{;rwfSgrOf#Q\/"2*B ֳfp(( ~C]rH .-dDnuX +EQP.`HGʰ!"S~wmʑRWק(0a3t4{.PI8q]ZC<-4[C|X$,NLnR`I:>% oC:Rw:k9&enc<uQ~ωVC3^vr!ʩl]Ӷ*2̺.4:C 2^π)$_5Jj5^=gMaX*ik +U'+ml: 1(u3,9
(>&Qҹ3xcqQ@'N|dˣ~&n&}=77~a%4u&'bUa͓闪e..Ȉ̌Loб{\>$val(dӏ`,+'1VNVNE]ݍ
]t2:(BB1e甶ἃ:!n/e4ZaK0avaE(N\B.Ƒ1fݜꮠۂH(L>V42(48_`|QYIH +˰0á"ʂxƊ&HǛ|g5uٖN kHk`n-p'_ǣ/kȇ9)љMfcu+*&O;_?ҮƺPXH5ɿYz8i7SlZC@:~ii{XV.Mf]8#)H첁 +8F #'J+_37M.j{( +VkZ$~Ps#+~i
M;9ģ}qcIFdEdF7wKGJzM Up00A!Ok=YK8ɄQ]sW)ED~4>gQ&V +af*4ܿg&$~1E!=
,_;o?=@a\PNxq +$q,ml8o?7SaE
Z<,FJNl&e/=oϻTo2*Uh`_,3)7]3u.KZmUk#9ygL:7XS'~ +\"`C?<>r=S!s< +f?ƞc5ř?JάfNC/'1e߯^PQ-!!#\weimr+%g.s +=;MbF}7X%g{y8ϡx'(L&5h;M6nZQfUGι[͔dhLLV +EWl
4
47w##5 ߟ1F q~Z>{7hjwZݩlI szr>V_3"C _f +*+tt6^3OC/ 2O\'Xf3x|r{Vw +<K,&b{Vas=DA`]A| i)|+#Ԃ +\'m
tyX? +Г{m]c46[FK%i=zbT$83uљu$ofB5d"s`cn$~Bg$p1XsHVK*[*M3F{U-n$CcdqoAV?ŅX89#Q${HxXsn/-m.$;ZwT8wX\ KRJ\|+rk3볗e|Vcl\ӜA"F<"9w`5hs*<2˥"AGuBQOIu.omp|V.p6t:y|%^r~Ow'ƅ
މ^Qn ιڹ%'t找FCR0-Y!dn?vP=9dr[bG\%q<a@H8XKH;LoXSv/j~|a|Dq5eY'rx~u]>vg_)!5 +:Zux'oص@=5ߗresRbs>|w)3-17\3p)KgK1vo% +9)fAh3<62XIEF+oq,09(c95v?(jtx>y C<mS~h9d&ŧm(^jwaٵFV1)e]w|o~լp-BŵDc*z$WȕeA>)&[k %O.d
dGTq&i fb|jtbTG_ϚKtHKc.|]HYLl+̸69S _j<EŔHyCb?!ePI+3{,j=%Z=Mlؔ,DN&ԥ6iC快 +-K-!H#eYrIg#k]j':_USGxc4_ptv*0`]\,|N:ZH茸lk1aC0=(I9v)seDwnJuh(-.8%:t$r6#OX&{Ǻ>va#FIVE +~b$!HH,X!-V=7+jdfR\>x: /3RӸKJ2n2"!؝K̅Kx.*a,BFb.cўʁo?D][B-Tld$8H@)u6jhۥugTDV
UlTiهɉŭ\ʲ[?SΜoo|s%ӛW
>=_6|OwM'|+zk4a52Rp@ruFX>7Q$lY%#۳/|gwA)VeH +8h%4A}$=I~XE{g*Ƀhb>ŌӯT1[~q7%\݉sQ A*SCuńL-aTԂj s@r%s3qԴ0r8[ts%}
PW@Zg-
@HSWkm3ER*bpht~Rc5q))O16+:~5ɯ Lr
-yW/^@c%&dYii!2LnG\qTDw9|k^*xRNi8'8t/q?|ka̼d<`vPd XVhV]p! n8ZY::5/tJV 9TAr輫8I.~Eה
dj@NQy{T"} +*=pmp@oMߗ"(症s!=ٲP[V*)'/D@{T +AnJM{ʮSy
+$}D,ӱSIw49@O/Z1֝1l~xA{t$.fʎҪ!=( '/8C1zk,QNK~'/"NL{ ("Q?(@l5gN\9/65v=a߿J=%'"H5}$~,`MWS]U`{UC%+TL$Y0$!przu|0KʳcGgiC(,G`㪿ÉՂ;%y! + M%>nhWc_UlxރsQW4yq+2xA.V-GqTl-~,'+1zKur
ǥ.e&Gό9g%̸rrfVqF. 6tդGV}ʎ},6${dFnVC(w洳e{qVvAQ5_2Yҏ2ڽ'83zDDA8D +
8%gq-ye,ݑs0bdZL
k%L9binSm}HqkŊx-c4HgcSc*g{w)ݤh3UapÈ#'H'{ji{l,-@0˱ݼvC<3q]QPG`_Hpd_TMJDD.~Y%a
G^}I:)m?
4@U-6IW/P6CCCbP|c{0\+%3AJćƘSYGSLM.|i⭙ųasثa8i@[,˜uGY_\)
~?8:NN~/䮛a0;F9!P.vz_(>;Zҫ")Os~S^IqFz}FC:crƲ!6)I9f$!R')Ww#=<B=km"ݨ E:q=X.=VK愿,>$Λ=̞dIfZwBz՝w.әV +tR5$5;\}cJ$ҙˏLXkkƦY[!!6r{PDm8i;ӫ.ϩP +poTP)YnИ@;T5ީSۻ5fM0+snf+QIM'Α'Պ^c`ފUO6o!&/jpPO_'0ո8e8怆eM*cM`{ʓE.@ÎQfll|\v3ϥ c'"#ȪV'[&$q9ݻ-Xŝjkkmihi0hio2qC_2=KoT{m2#E4j89w;k{+]Lsy\CS}J]\kk$ +\LVեςd/%-,&Pڶb?]=zrϰtK + +g0%uv IsdJ>'u9HpA<'S9. nr`ѦDr+"P#qO9>!$ACϕ
A~ֿ;GbL\Y̑VTS`ɀ,f1Avf +Q1
wtFq93ǚzM +Sܿyq_օ8¬:f[#֝z)~NVi2/: +N|E+{pձ+62)L*KP&Ӹ~7ݺ"="ƳVݢFJ;,&f
P\{
+c;Z~Q%D ըKHY}(]+^y.֭;協X.l^^/N](^6ڃ, +µHXo9¨:ҡwg]sGa<j>I)Uj$#t刉Xtws;{JISV:P~!.a7Մɮq!eU919Uՙ TxBXn^njOadU۷F4<Rnbx\}X +!Hp\B. hKh}!wo<&c9&''3ww]35O\ASmoɞۼz(
}Ȑ#n7:3|ܒa
|>aE+}!W#!=0- 7=_NcRO|șy3<6d؟kKL=(FkmlmhKA~4}>c28TM16f e式E:ySЋ+Q9B99\|g۾OHI3Ұ4֎(ƌAJp8F)Ybc/GzPBc;LK
5DzqQ) +0J0`ѡ\6с/a29DAҪ<bB39;Rp B]gG 7YUP&X:nvvsܾW +N_?dÜ +j[Hc"uS<㽢}8fxd_㱀[Euy5YGM3?tO鄥GF`GcEO5&մRFHRnB%CS
*_h ĸٟ>jT2~vF:~ޣ'R&=tzyPZtz
5I_;$GGEFG%_N{YiCDlK8ww_%v6{f?˷bT ++Eej ;w](MM%i(@νG4,Ԍ䌤xvs]$Qpq%f +v5 gHC=ã"R?kO&gJxo#}622k<gOҟC؝aIɠ#p%_U$K2l0˶I ˶kH32}y{KQii% d5!\R}r/$zLF;<6U#c;ê1\¶}H}*`~:oinG +ǂ4V8&xx8D)\ؘ71,3ѱUݵhkc\mؚٚr?҆k6my+ѿƺ_ԼP/,/jkDaUFd!G@b?oOG|WapUa!rK:4ENM]k!1ɲʉ9}T}g^sJTd|'#l1x$Gc>)%'ceL9
zwPDa:#ws0
)S۽WrDk1Hy{¦~b +=fqF_'b@9)HC摬5"EGWΟWXi476韒2UdVÜ4뺟%:|?5粃`1?L)⟟@H'{+Nc3yG+ZOnJVkeQ!qdaw~1A>>$0j +NG}F1l9ոg
f?h6sψuCșpF +'Gfl"9q|.<_ v\xU12[~jSOxk~d,_}g|k}2,ϨöI^ҙvǤvn!ME Tab|fk~GF\HRl*^!UJ;`wm@?59<$O*O(O=t
bgA8twP~d?x+B)▨,Ca3!e? ~֨ࣄ_c5oR/ +.Epn]e%މÿ
݉^F +INC])~]Eaae4KI}墫H^qx~x"ݭdB\CAV.ĎAx{O<i{J6wnyenَ_4b<h>|?s(_]Q5#(khzNsͧM +SmjR4)ly)nnN3MM,<l|=[:^Oe)ֲGN\+d<I7qRŜr϶?f¿~ۡr%W17wdDG+"5P[VeJ@lMP4pURΡZFxxf +ϑvu,__KցZo0):/:10e{qK{[w{ǻ<F2;zo: +\s1.}j!|K6?3_
A%1H
܍WܚzAC~ خ6 +jCc/FXx[i\x{х9`jx͒Y_42AM.!{<VL%4MНmMOqP/u@D`kU4,]j՛:NͬocfT*-hoB]6oX9D+>Kg +tswǜj'&PoݸH)Nr3K^G|'4Th{>n'|o7ަ?ˎMDlD@r~$ir0ɷ}w1Li>#qP!{`@DWGAs;:w]vޗ/cĶzDwNsIX%DǤ'WR GZyv6Ccq+2xxDu\X>P_/1
EQ
1=A
W sb3+`2/R|.Q]-yt w
P6|ISe<Y(-2"M4ԙ81KEJ6ᓜO$;LRz'^MO-M`.~Z`F>| +J_I92˷1y17)Έ,lB8rzvNϬ|[\j>e.>7㙔l:IJƘFmgM7 Gy'TU[7ޝ
@T@/X:pmNe܉:XÚ8eX&I`OOr0\ų}>Q:+e7}q,ci2j
VA$'>l<J3oeVahDmf[90 fۇ4<|Tspmokmkgb'^{a`B0B&GZ`&qmI +Q[XYn(L0t ru_?xsgRaхB"Ֆ%yTlCd{ROQA~sۅMaY˒FL]pLNsm}ƻnƝoZ^t{d~4%86 +Fa~ɚ$nUڴV{#z#{(f +%YRp:x] +;QXRFIr~f2dO_ѕd_6LS=֢&l+-'b +A@.EQ7`%v%+%xQ<82;Hzׇ?M?UyTA╲L7@Mc" Ƞ82(L"* 2ʨ
CDM}1}fwYg::o?nH^OJ)+:rp^Tg}1{|;UK=F^<Llو*3ϰhEF
Eq| #߭ASѼ5֖ÅgXaR?4SYor|NOmH.ru0R2SDK5BSqJ}M -R7`
!psN~8RRNs$t}IWنz;dd<ugSCvy*<Z0ComHh=ӫ̈3c5jRj5N0.u}<jfkC7,jo섄wYϙMvT%i
l4%uIo*,&x\k+#rbw!"@_*nqGO̶':@,e|r?B%hTm^FeG]
]re7a\~Ύ=uݣu]$Yu",V/U&p?[MٙNLz:ZտfW5`XqZKG3:]M^Խ~t+#}ϾqWGCت-=Fvulu(D#Іg`ܸkVCGI֞_2f?y(1D|1>UC1u|td'팳>#FE$,FjD߂ +AIzU5ví82QyV`:k_ؚцx2q.v&g7V,")^֗K|P +73_.I#-|1]'a9=rDJP?`l,Mdh>!AiOK'o:N<J۶1yjPu*Pl=U;;MB(8$=OJ$JhlƻU + +):[~
0C&[Jx#PzDl8æ[q~(L 2#aaaـA}o00#51? 䉽i@vLZ8}=!9xX*1!bpN:[k))s]{QQ֝L 3xm~푢\dc= +|Z" @T@bB}mdКh-QQUMA#Q]Oa*qʵ)wel
Xq p_
t:s?!9slWH<AIHVDMYeEY%5v/%=q:/RoGᆬ{|sC#@RQ +~6L/Ar#҉-2hF)<Da!LTY +u +>Hd0F +1&ƘRǡ 9*mr~pLh?zs`Nr81pHVe 6B4+OUX3LMH<+SBs OϦ5gIt~mռ +W$:</5jXE= ({84<*?d1fVL<'gg2P
XK[w&(,`%ԷAI]{+`HUc3zNDUVx iFwuSsq64e/PvN}
Y3gIIQB×tDa"0q +)0e"FTM| Kͨ:,'fCl$$xP;a (wx֥rK/Ge1N +4FD=a61eO0]N2 +7y>mP\Fjw+Ozxb u=asBs(2Uc\ KſItĴ1%>ݲhCJh2j?39Ek&H,ъ,j)k/.3%ORhFTU6Ö5]La֑NYM &_%Wp= 3κS|QDZ9Q>i"WvJCD ++ssQSt1*M5I;چ}I"<K OOQvI|W^ +[ꖐ*yKV1{5äw!czʿԀ}N+fgbB=x( +eRŢ51&8LPM;7,(+lEP8~n^}ؒ2Rg;?:uuw%\O=ԥt@><\#)yr?LWm&ܹv⺃]h=:qC/wKVbDG7eե7JV۬Bby+z +N%g\hkHuA_KAX1hJ1N +Za玌+}%t;e^Ft +z$P@-E-Jp_JS'avȞ`ʏ`ܾ]1I35ㆪ65ںCKc(F8ſ癬Fl#uRR.߀W{pY H2A֣ԜW_ѯɱÅ _̅jiWO]h|Լ/9Gm12[-k?VPPPSPwwiT]{´-
>ՄyFjjk܌ҫ9GNj{98F/4>:G'!F +>`2233o[uzTeP\'^W~9;J?ne2k+ڵqX!Tko؛]ܨ<rsx"tߴM<TN@L +endstream +endobj + +883 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /UPBIYN+DejaVuSansMono + /Encoding /Identity-H + /DescendantFonts [884 0 R] + /ToUnicode 887 0 R +>> +endobj + +884 0 obj +<< + /Type /Font + /Subtype /CIDFontType2 + /BaseFont /UPBIYN+DejaVuSansMono + /CIDSystemInfo << + /Registry (Adobe) + /Ordering (Identity) + /Supplement 0 + >> + /FontDescriptor 886 0 R + /DW 0 + /CIDToGIDMap /Identity + /W [0 41 602.0508] +>> +endobj + +885 0 obj +<< + /Length 14 + /Filter /FlateDecode +>> +stream +x +endstream +endobj + +886 0 obj +<< + /Type /FontDescriptor + /FontName /UPBIYN+DejaVuSansMono + /Flags 131077 + /FontBBox [0 -235.83984 602.0508 765.1367] + /ItalicAngle 0 + /Ascent 759.7656 + /Descent -240.23438 + /CapHeight 759.7656 + /StemV 95.4 + /CIDSet 885 0 R + /FontFile2 888 0 R +>> +endobj + +887 0 obj +<< + /Length 1180 + /Type /CMap + /WMode 0 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: procset CIDInit +%%IncludeResource: procset CIDInit +%%BeginResource: CMap Custom +%%Title: (Custom Adobe Identity 0) +%%Version: 1 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (Identity) def + /Supplement 0 def +end def +/CMapName /Custom def +/CMapVersion 1 def +/CMapType 0 def +/WMode 0 def +1 begincodespacerange +<0000> <FFFF> +endcodespacerange +41 beginbfchar +<0001> <0047> +<0002> <0045> +<0003> <0054> +<0004> <0020> +<0005> <002F> +<0006> <0069> +<0007> <006E> +<0008> <0064> +<0009> <0065> +<000A> <0078> +<000B> <002E> +<000C> <0068> +<000D> <0074> +<000E> <006D> +<000F> <006C> +<0010> <0048> +<0011> <0050> +<0012> <0031> +<0013> <0032> +<0014> <0030> +<0015> <004F> +<0016> <004B> +<0017> <003A> +<0018> <006F> +<0019> <0073> +<001A> <0061> +<001B> <0070> +<001C> <0063> +<001D> <0067> +<001E> <003C> +<001F> <003E> +<0020> <0053> +<0021> <002D> +<0022> <0043> +<0023> <006B> +<0024> <0072> +<0025> <003D> +<0026> <0022> +<0027> <002C> +<0028> <005F> +<0029> <0033> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF +endstream +endobj + +888 0 obj +<< + /Length 8314 + /Filter /FlateDecode +>> +stream +xz tU{C{AlD40D@ s@I a0`)&J)*@b
h%ڂR{Kڈ-lm_Z> +:>8ԺFvmf/4X1;a= +u؎l=ZP!ph/by[Vo- +qY437|f:uWJm;5rmxf\8#~--={ +ah~c'#CuYZ̩f:;'23f)IhzccʶW>dڴaCM͆
6쟞-X(sAS?:r|<Ez5B#ܽF^cbfFm +&&rJn1kVՙg֟HkyO=ͩcj$'>A6݂h_GM'"8qA{Dh{3 ӼC=r)3;4#͒fMrrs#r#srs{Ʈu:XgYg]g[g_WV^QYU]ף..6d +H[3'aјf,1<??qV|ܶR{/l[=tB^9s䎔tOaNï(&^>_߲Yw c`U
vY_d7,m,if|4rד錗L|ZwtۇyKFl˚MUV;58`[5<#`LIVYӗؒ3Pޟ9Y?ܱEo0Mxjۙ'7lxbC۳f#yRofM4b qӬ%;yVRtOr~V}c^U8FnD~
=pz$qGDFQxta<W
6{=Ǐ~'ݞg1-!It3%Kz2,UiUGYDV'xbs/0iŃ[w`Ä5
{;=ʫs/)@p^HdvwQWhl脠^q玫箦?HE*KR)UOF%՚jK"j\#גk͵s&`MOl6>o'vNک;֝~p +N҉g(ݏsj/wI݁[4(#Gdkٟ*Ʈm#<a㖶7
{ݤWsWT/YN'ՈD;ʿ&5jQkkmQ!0FF9Z3]JqM=i' +~OGuhvl0s1|ǀ׆|wݣb>}l\f
^MA'O$QFpp;L' ͦ8ZyZ6mi] qin|I7>ѺMk76^`y=iֲ?o^Rڨe3g~{^+=}кf,YLg0isWcSFa'<;ͦ,_}k8۽-g?Z_O,&_}Lb^1%v7jn^kV$)֗PzSلz&^3zCRs[X3LwY:2% ?H̋,,v,̢Ec31wM/S/d~iȬeO=qs+Ym_K}|<~!3abD{l$9᛫+VE6zb1iAp.Mg$_QrŚKmN"⎊|É +G%m!.,=n̾)O=կgM~gvw;]ʏ<~p9pf
XIHÉ4LӾ:mc1dN˷^gWi,4DCZôa#RJ[mdFR#(K/}-w] mdCi4bZ/2YV*XmqK4KQL\67.o5;+`@_WÉ GpRC`n;5}smI88LCt9paQL<ez0G[?|@Zron{_saڄ^f.bsմKmDsF{B2?Ƀ&>ZoYlMV蚡-G%O:vv?oik/{B\R;2 vpxe;J!,x5D~VK42Z۾(~* +͵į/F!!^c`ۣ!\+2#zl=9^9tDjvm?x-y!;ğX_{kv<_?f~̺~}oߗ.zOWh>;hiWo +Nb=ʰq +ױP +6ФV55P&2lV{c
?06ճϵ9 +m'ZJW:h_3F%։VVh=>>ݾ;^0m|*sCW:Li1C|c
V7.z1G>
H`Qr8 7[bkXeXXC_G?!iHC&0<,rTb9sQC>b>RX%Z(2@ ;`. +qXVaEX8T +0q(F90W=$EERr,E9Pr,ſԼ,miYS>Q"ž+PTUX(Q{)R%X]kێQ$r<` ʱw6ߖ\u^cG7<1_ȇ6-bġRYWuI{zVk"QI:iI7¦7Q$\WPyX.2߇t;J>>պ2TSMMO*QQczpB/IP{U^X>L*)*RbodKc%NLLŨRrvJS4[yRt$u|,AbbRB}H{wר~WvH[0:r,qugVb:LUy'NQ6ȇjwșҚ~fj:5Z(8GCʙK}>bR"5)WT*$@ +z暮~ė%-$5,G%rTtN횋y(W]sQ'_^H*m怮V2MK<L4L>[))BھL];ǿcX-UY@NԷ하_rXnhRv:fLI%ZJ{v%xUaH.y,Q,-Cv$<nŧ_5w0%vIhTq|sV7$|eTvxf{ZEJ|NJiҪXOM]Lr}{MmfRg$.fmjUzÒ.Xr,
b%Xp6w.*Pb2ei1ҎVd|_Ln*; گ$tifwF]{D=Yr+Eg>cZ#)uQz뛵2;-EYK;dgFb2b(&g8b"&` +1#0\ez"'h|EqSL1Tў8E[vXc<#Px$Eu&*P+f9P0\Gn7Ud1% ]vJR!8DhӡC'G9G$0%aNއ(LRxJ}ҎW:D.#%La +1Mј&VJiqX5kJ6ge9")JIJ(lqt}g 6ѸO'WJDQYбrbHUvRȤjNun$-i7TZ= a9ccu[OkM}+ދ|+LzjaFSC}ú`i}IQ.fe_GEƟD^ Q>&dJnƋɣݎ=߂o{wrIwwJ<%Nf&o5sRyW*Vv]is@\۵0(uf~6kV癧kw~JpK}<u~Un]Y?;:CEe}~ޫT|ML^_erɭ6h~[(eI+XK2;j\+Tl۠]TUT²L]q>D"`*'|,"<ߙ=+$O~-Ud{W!EuH֠n}ooݡ}1`^U9fYd
Pw1)I1x1!ACpD[B=9BQbXO +&hk +5
TQ^/'gS'KOΤ'K%ǏcITWң[.G5Ijq$zImQaAA}ߙǿ?nVКX@zPJA+U-UAT>/`t}GPxy=--˗NDz@ТZxRA%͟Ks4[Ь~|V ,ߠMi\4UAEG2hI& +w
+Ʊd>NPQۗG1(X0Ϗ#"hAQ4rDyFDa| ÂiXvA<Iy6};
ۦs;܍lۦx?62XG,}/vbA&@AYcδ(~XL♂2y<CPzGQZ&xjxQJ]ܨIN> Hqw$; +AǓFP J%5L=R3 +#:
(A"(rP<E<,ɒ3AA$]P? + +endstream +endobj + +889 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /ZXCGTT+LibertinusSerif-Regular-Identity-H + /Encoding /Identity-H + /DescendantFonts [890 0 R] + /ToUnicode 893 0 R +>> +endobj + +890 0 obj +<< + /Type /Font + /Subtype /CIDFontType0 + /BaseFont /ZXCGTT+LibertinusSerif-Regular + /CIDSystemInfo << + /Registry (Adobe) + /Ordering (Identity) + /Supplement 0 + >> + /FontDescriptor 892 0 R + /DW 0 + /W [0 0 500 1 1 375] +>> +endobj + +891 0 obj +<< + /Length 9 + /Filter /FlateDecode +>> +stream +x; +endstream +endobj + +892 0 obj +<< + /Type /FontDescriptor + /FontName /ZXCGTT+LibertinusSerif-Regular + /Flags 131078 + /FontBBox [0 0 500 698] + /ItalicAngle 0 + /Ascent 894 + /Descent -246 + /CapHeight 658 + /StemV 95.4 + /CIDSet 891 0 R + /FontFile3 894 0 R +>> +endobj + +893 0 obj +<< + /Length 619 + /Type /CMap + /WMode 0 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: procset CIDInit +%%IncludeResource: procset CIDInit +%%BeginResource: CMap Custom +%%Title: (Custom Adobe Identity 0) +%%Version: 1 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (Identity) def + /Supplement 0 def +end def +/CMapName /Custom def +/CMapVersion 1 def +/CMapType 0 def +/WMode 0 def +1 begincodespacerange +<0000> <FFFF> +endcodespacerange +1 beginbfchar +<0001> <2023> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF +endstream +endobj + +894 0 obj +<< + /Length 344 + /Filter /FlateDecode + /Subtype /CIDFontType0C +>> +stream +xcd`aa`ddLJ-*+-N-L
JM/I,ɹ!#CAAB<=EFBOVY\(>W<̌l|ގ)I)y%%E% +BHFY +EY% +%EzL8Θ;u3VNe4]yn\oMOQ4@!!&FFߔ?^cCe/s7ˏ~:nn}wߓX+ +bW}c3wOd{||95~ +endstream +endobj + +895 0 obj +[/ICCBased 897 0 R] +endobj + +896 0 obj +[/ICCBased 898 0 R] +endobj + +897 0 obj +<< + /Length 258 + /N 1 + /Range [0 1] + /Filter /FlateDecode +>> +stream +xuJPFOUvDD@`]\ +FMkIRB|&إnऋ(HrTų9`ըa&ʺ:l +3Ŭ*ުn +̵8+/<aRkpشAmWQIh
%lE5VW~dX)ϴ:bk#&_¤30
I +endstream +endobj + +898 0 obj +<< + /Length 314 + /N 3 + /Range [0 1 0 1 0 1] + /Filter /FlateDecode +>> +stream +x}Kq?UX
94%MQKSN#ԦQvBˡhFk ! +ՠZP~xx^ޗQx"^P c!H0 + 0l+ߣy7;;Q?V._tF3LEK)y z80eIPkT/%[p +endstream +endobj + +899 0 obj +<< + /Type /ExtGState + /ca 0 +>> +endobj + +900 0 obj +<< + /Type /ExtGState + /ca 0.75 +>> +endobj + +901 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 895 0 R + /c1 896 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 871 0 R + /f1 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 0 + /Parent 1 0 R + /Contents 902 0 R +>> +endobj + +902 0 obj +<< + /Length 1368 + /Filter /FlateDecode +>> +stream +xZo7~_! +I6 ÆCۇԍqҦ-gߝ-?HQ(ūta_0^Z,n>ڷ/n˝sӤxh^̛+sxy}e`W
wmh*.-؇@>8(@.|23{xudE1ZO0d^`Ā<Xv2];?w +g֯mP ZkZRL.xZjAضԎtSs%9C@w:-ힶZlI.ZivnfC+ziŴ!}2GՀ{^r5ؤAp$F
3`N5% +U35DGV28ظAg|⺷SYNMncӫzi{m3T*Ơհ۰6IXe";$?c\S#v736 +Dt<9S0Bp<2 +.&%=8px6:xK
̫٦+ Ȭ=9$JC1hj)a}7ZOp(1)Zfp#3j![})a%hwqn'Xr1 +JXvGdv_=+%4,)o*HSbu,:Y'#kC:=&t;NL58~d)QnX,E|Di|[opiVn?CTUYqZ +p(롴1u"W?-="I`p1PZ#E>otc7NW +bv5zx=mt~-6lFap1mְtO|G<$=n: -wb4ǧE7o~ +endstream +endobj + +903 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + /g1 900 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 1 + /Parent 1 0 R + /Contents 904 0 R +>> +endobj + +904 0 obj +<< + /Length 1837 + /Filter /FlateDecode +>> +stream +x͏#2R);H%rHr8;+f#hݴM`
( + +W|\[W_kYVa}[~txc7ے'O\i hHɇMdL{wgd4azĆ'ֻ%F~Z=ފ%0b9XDGQr9(xaT.eWɬ}}df\a*w4-dV $'o؛MNHIHc,q +1}ceX1dOì weMM +>zd
ssp ϨJ5ڵCwad
*,wy;"Crgw
VJia$a|i=la +V
HL +;UlRߊU= 5`Yq m$3qJx9ivޝvPտۛ?ՙ4QMQ˨ H%"Ɣ?Kr: ͮsp~&!VPK8@ <BcቓH3 +p\{ľk +8䩋
Eqz7.ϊ0Ȕ]gՀE|Jt ބH>EF+یmJp؝[(Wx5ٝc&ى-8u|{ m}m[ӆa@G)8S`sVM 0$"REG +zqx
Q&ȏ-xtIsU ΄#w!E>9Ù&j5?4w.w䗓fm@U>$b1h-;VQm1 +:j +') r\/=Mnxo@bt +8$~O-ITHhgIhХ-hB!Z 4y-IEOMQKDi]\ZշmߎH`ؑ&l_CHNNhFDLSaҴZң$-<zKqC#f S;$5@kI,ݍk-r樺,ˉu41C9v)%8,S,I8SԮ+1V.&%߫\o
# e|gezsk[&ou~C}4!v}9;a%fݕ ކu0ᮃpڕ!]q_=?uۻLM<EM)M\]b\tJSv:dRnJ +endstream +endobj + +905 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 2 + /Parent 1 0 R + /Contents 906 0 R +>> +endobj + +906 0 obj +<< + /Length 1208 + /Filter /FlateDecode +>> +stream +xKo6{s=3X,nH"z݃ͫlEo_rl9eʦE}Hicyq~s9˗J|2ߍҮ?pG?\L>^<]erus7ߩWɛSIE4;kzouo]+n\]ԝPРAV{Lj0=HA)zLVZALAҠ>A<NFՈFcI8U^eൺTn +g5bR$uNӟ3)lPU9%#cpy$[L[m +ml Ԫiŵ*$egU"?Ⱥ5SZe92`4hɑm((h_{Â֧aH,h-k82e vZ!Weݵ
yS5l%^ګ>_ς2J4B,U-6?G=On-3[],AɅ1~So0"aޏ78 +sZJAF@|ya
ί`enZ>r\د*[n +Q.Asi3w/
-H#|L7@Z@>Ox>;2 {kGzG:bh +endstream +endobj + +907 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 889 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 3 + /Parent 1 0 R + /Contents 908 0 R +>> +endobj + +908 0 obj +<< + /Length 1313 + /Filter /FlateDecode +>> +stream +xMo7 +q[f3 +nGuy: +ml(ӪohsAҲVv˞ĶfTnf;[zPfQKg!r5KSrJyAG.* +u^'k"9GmW6@p)ht# +pC'uW55l%W}\C(oClEčpHTuP QTVnn-3F[=X棒F*sEûa=n`݈;B(j( +/#z0i=Zs3pu|gotF:U6bHC;{3W0|ͣKDN4ϧشMc</s*))ӟ;<0$rk>7ܾ=FkhߔxtGZ'}rVQ~K.B{%9'|I '>/\@"vuS{%"FGD@9; BExT1:Ԡ=j:$r"'p4 ׇGuiC$E9@͉_%aݖhwXgw|S}bB +-!g(FW:Oryɳ=/e!K[ր tnkXp +endstream +endobj + +909 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 871 0 R + /f1 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 4 + /Parent 1 0 R + /Contents 910 0 R +>> +endobj + +910 0 obj +<< + /Length 1097 + /Filter /FlateDecode +>> +stream +xMo7<&S? @hha=$9vaI/ȕ*2u(*^v.9;}x\ͦJ{'}XWi4Y>|_]k9z1~5I/ӛtu\DZ&Q9e46Öu+~Mh^jYj6s1jlH,9ޓYZpNY 4De<N8L(:]ۈ]'؈8Q%_r͓5iJ,H%H^H#=td+ ަ/;CJ'ՙ{][@yɤ z0O-Ua?iDU +sAq)fGtcR7-#9Kwj4:fI6(OT^1xh-Ts4bVyZg̅@6+7f5\'yp+d.daF*k`5+J<>!Tt+,mut'%.U>8$#h9{}
m+[f_RI2 +pAkK=m;p@{ϥ4c2\on<~o ++[qg_"R%S5ѿs\BV
}b%/m|$Wu i=ZOy{q9brGcFc{mM*$jP\Dh9yɬ8&sggm:βZ/r<j9~Wr:SB|B> 7xmӳM(c{EDpTnr?zv +endstream +endobj + +911 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 871 0 R + /f1 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 5 + /Parent 1 0 R + /Contents 912 0 R +>> +endobj + +912 0 obj +<< + /Length 1244 + /Filter /FlateDecode +>> +stream +xMs6{]|nqԝvTvl'Q(K#E:A +10C&+Emi"6HrFG#L3|㺶X +Vn6d=%)z겺:qVi=3\Q}ŪKA9AXwOM@T2=bGdj{ +d(\wmW7w~*u#=.#&E D!F_5VV5ZNIZk"+#S扖`{ +jr:.`:Lh$sqzV̇(mw, t(`uHڸA,F\H3z;8Z惒+cxnFG{Ć~<rXw-AZ:2 +:ѿVF9H=?.)5Ib&"yA[ħ&Zg'j|~?]|v+0 +}?b@,>520Ɨ8r}]*&s11ntu|;WL_[!Rhqtcᅴ{#kߌ|SK{~\v"ۂjXIqa\F)W#!1ӰC4U
k{ƍ +endstream +endobj + +913 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 6 + /Parent 1 0 R + /Contents 914 0 R +>> +endobj + +914 0 obj +<< + /Length 1117 + /Filter /FlateDecode +>> +stream +xMo7sl +×t?g<\ˋ(NՇpqwZrREb\)ݨ?Խ +owUeܫƜ:8Veu~.˵j0INT)gOoEp"w"E!]f>-
>\dbX,saz0iH:Tw &91p*c&G +woŪsJ_ +endstream +endobj + +915 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 7 + /Parent 1 0 R + /Contents 916 0 R +>> +endobj + +916 0 obj +<< + /Length 1160 + /Filter /FlateDecode +>> +stream +xKo7sM]T/[Eo_+K,u(.;P읽nG|( +L4[dYMo{ +MͶ_̶tPQLPJ4A Q<л$ŭLcPX*1x-M.@x,ٛB5\"W#yNzTZKdcJث>]ςŭs%j2,U6ůĊ]83:[],QɅ}xQ77LbEl]0^\W8Ǯ; "Ɋ]9?B<ւ-i?v<ZQJ~-VYPm +v]
'JxCe\8͐|5'_ans[ov)Hnx7*
^Ob{6r*4~X9X{?ͦճٮ~N*≩!|y_?Mw6݂Y2qNV&529r/]Ծm +endstream +endobj + +917 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 8 + /Parent 1 0 R + /Contents 918 0 R +>> +endobj + +918 0 obj +<< + /Length 1204 + /Filter /FlateDecode +>> +stream +xKo7<S3> -;Mha=9_e9> WV\:ՁY>v(w2yN۷Jdr=?OM}ѽ7ןo^ҥA~}t=y?wY_}Q)[iʴjO(04hǹnp8R!Wck_O +!Vij"26Hj4#١:^k:oq^Zk,Cn>Uޫ[vY@}U!&uARP_SQ/TF(ڳ Bfdsl1TRnǶiH:-T4@&rQ]LR% +p/-q6`M Lh4$ǰxűW}f=C(wY.h-`mi~Y@dp+,nut%A]=`{Ćݧ~3p]wVmAF@|yC뼿ւW0QJZth/
"֣m8ޞ_UiE3
_t9FN[&c}kgzz9
FW +7l)?]3PT1| +@+|ĆB)8O&5ޏǓmW|0}1C{7';C8`:CGezvij}Ƃ +endstream +endobj + +919 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 9 + /Parent 1 0 R + /Contents 920 0 R +>> +endobj + +920 0 obj +<< + /Length 1264 + /Filter /FlateDecode +>> +stream +xo6W0BwXn햮]C&m:iS˩lQ60NOQl+|
O?Nctq&ﯯԃph>;se}aٵƵ;Rj8B0ڱ7ϳ+ƀ!Vk)"6H46k?F<FՈFaIIu2T/j<d 39Sggop4Fu +j4'$F\>3%XtuK<E@qɤ2a+Y8gU\qR<oԷbPX|nVbӯ+R}Vcs%%C8ٰlJBcŘGfFc%h/(f5\1BnޥaYfσYWjzYhʗ%M[]l僒xv_r:DOldw>[VWעMWA[HR]>QqMk4JhFJZ51{ +mhZ
ђ ӊkhS㲓n;,=2fY忺z˗R0kd([%GIQQW[)O[g$"Pm"w۷2b5G-Jri=yW:Lh$簕xŹW}v{P:{XDnZRcf;?bDҌƭ.6AɅ>~SoQ"awޏ7 +cZ +AZ:2=C_kݴ>l4A΅\hJZth/5"֣mޞNɓG`Vb@,>
kgSe`zƗ8ru]sWƘW7|X{#@,#MoFaTL7jG-cY'xڇ<F*[M]d~-hہ&+*LTM;4h8?M nO`5!ȯ6A}/`߉?Oŋ>/T6Z:}Uا{2IţQ +ML3dS}rW_/k__/>/ +>R1龞
ٜ5S0ߚM0'26R݆Nx +endstream +endobj + +921 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 10 + /Parent 1 0 R + /Contents 922 0 R +>> +endobj + +922 0 obj +<< + /Length 1154 + /Filter /FlateDecode +>> +stream +xKo7[}0b'E[E!AU,˱URJԡ,f$>Mﮇ)~ +hHG +10C&+ FH T7,}<az:?;RM-.J%HO~,{Z[7Ϫ7¤N#HBWbPQg. +(I&bRnǶiH/uVRd8ܫ~a;y$UΧ=!9"'ޥбjynCF{C^Em1Pׯ+U>m&,xE ZX>
bVy1O-F͌K^P:Nj"1B.Ω2aYfϝլ+z<W>)mKFgiU>*p +]Vu^Ukʶ?NZ u*AaM,3= +1Z2bY:;-l: B}EWs#S扖`; +p\}ڎk:L 4jOcJث>neRghB,U6ͯ|#z/? +3:[],QɅcxSwQEbC0^\W.; f-F|yB뼾ւmimh̅\(d%Xm,(4ړFMD6h[>~8/ؤсeև&?;('ջ6i0V4\>cH/뛳O0ElxFڅ +}+.lt-U @. ovg%q9ƽ=#\oCd:Sd2|~1Ⱦuy^v6xM_S=N46ye`Ӟ +endstream +endobj + +923 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 871 0 R + /f1 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 11 + /Parent 1 0 R + /Contents 924 0 R +>> +endobj + +924 0 obj +<< + /Length 1245 + /Filter /FlateDecode +>> +stream +xKo7s8>4Ehha=$9_Ad硢/ȕ%ʑV\:A$wgw4~yqs9-30~XLgxrm:tן>^Nj黋$^N7ws8yy>;se}lZY6FZn'e40`ij<30v썄`V1 vd-
R1SDIf|L=iq]i,i3Uv*ե},W: qzOU+3) +xA(ҝ1|pm-fJ`m<
fP +?lhoȋ +d(fTnf{tTMK2hɑR@bUce^i촰$4 +u^DG|X_و2O;0Wh}ȵɻKׁ`@&4<mīνQ:{XD.h+`푴=s",nstG%WM~1
x#rXw-AZ:2 +{m +VN+aGw.@!>[]$6j"E||JznhBڎֳ}uv_Nz &~^]сeևXnv2Q& +, @}3]}pE7Sr.-hۯHϖ!˒R!j$3Q;fo-h5q#xN<hPV9[,Xn+xQG jcex{Ǜ!_]p"`z=7q"RY^SW +endstream +endobj + +925 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 12 + /Parent 1 0 R + /Contents 926 0 R +>> +endobj + +926 0 obj +<< + /Length 1234 + /Filter /FlateDecode +>> +stream +xQo#5)}xl8+"P#q-ޡ!=7lf8<ĞݱgM&//gzbz_O/ҡ?_JO|sMͻŻ;>zy>h&xI˼]fܰުԝ0j2zQƓXgw +l<WDBǭ!3h\i˄BֹLnu]mut3>űUUaYn&3H4$L>;^K>U"k!+I6@k1SZ>Zc۵:*2aoYa?y$UsE)[Ŕ'tr7)Wg$+<|(̚|4:RzŴaC1rC#!ddGY W(h=b +A+>|w`yu#t% +Ȉ^zCY+/CN&;rPX*>x8Z9 ag(fnZ!W6ybZ,8~
[W׳`>Yģ&f@n7 i[sqk1ZbJ.Û7[<6-b`>wp9v#t "Ö%DBg]hk-X٣֎8\ЇBV}b-JM$q ˼`ӗ.Hz'jrn/]6tc6e#4;z&6 +F=^Mt^yn@3\=N4Jc=kYXʯ4@s^\wd-|> +aN_"m@)_@R:;u戍1L@OS< +.?sPUno#YJ(!]
T衃]4 +Gq9_,s~17
Rch9.'uiyi'5ډҋ(T%Jevrzebz +endstream +endobj + +927 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 871 0 R + /f1 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 13 + /Parent 1 0 R + /Contents 928 0 R +>> +endobj + +928 0 obj +<< + /Length 1247 + /Filter /FlateDecode +>> +stream +xMo7s8~nIuzsPIPQH+E |Õ?/]Og89Q += XHghxބ64m۩d2{ZqŎ658.lXogPt_92eђ#ۥ((hʊfAia30Ihh-92eh v`WkOۓw<FMixۈW{Y1 +u&d;\VZE#izd1"E1XjJ͛-u-bGp;\l[udbѿVF$\ȅB6
}b%&@9IlDd3/h0Єg{L/>No +{C;C&}=^h4qi,}YDJ!znD<?W +endstream +endobj + +929 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 14 + /Parent 1 0 R + /Contents 930 0 R +>> +endobj + +930 0 obj +<< + /Length 1115 + /Filter /FlateDecode +>> +stream +xMo7s8~XIpzHrP6`َ/ȕ%ʖ%LA$wg3t<ûw +`~>O.§K:uן/`C:5Ɨݭ:9CMEY)͢ieьk+Uߔ\+;`b`v썄`qr\^;dR("mNShvx4乸;;Qǯz\^54*OXU^},.`IN+ᯊopt"E:\UQ>=OLD V|1]ҴIL +uo`uʹr<NGmoŪA7/r&f7
@^U2V\ѦE#-t)@w6Mj2IoTlu#.D D!F/K+O¦gX+!x_p">FȔy%؞B3\K=mGܵXdSS:jۮg~(R#`MȶCҮgzd1"[囋02\lppoذ~ +nk~gbbgב-տVF9H\ȅB6}bmrبf^qmi;ږP
Ƿ/gß?Y}.@,>uH= +endstream +endobj + +931 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 15 + /Parent 1 0 R + /Contents 932 0 R +>> +endobj + +932 0 obj +<< + /Length 1220 + /Filter /FlateDecode +>> +stream +xMo7<VS?EMha=$ȖGE_+K:ÒܝC$g_?/Rz%^.Ǔ~8Z<}t+n7(=ˇ\ˋ7KF9kLWEëb*?\|ZZjyryN| 4{OR/ +;uѥSypՁDDGqݱ4g*ișGTJe$gcU`]n7AF,ecuU<QL7<{ͯm*}9Eto1:yZg "m$W{.bNb,fRL(Ì%Uֲju=};!Vzt+-mqtgOJ8n|*dB=|C=yK:-oSx r*@!סnZoZ +u_Oc$V`}_XB/RH䬷Eh}bJF aehcªօveO$&UƑZFzF +p]_ri-qW09Q3
4(dcBαWy\CfYĬHZUsbx/=-,IVLbElS8^\n:DXK8!=1۫sڹ=,/[ +endstream +endobj + +933 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 16 + /Parent 1 0 R + /Contents 934 0 R +>> +endobj + +934 0 obj +<< + /Length 1117 + /Filter /FlateDecode +>> +stream +xKo7<S +iLRz(5N1ոKg$*6hXfM>{wTbڰ9z~aH-NYŬ+b +p9 +endstream +endobj + +935 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 17 + /Parent 1 0 R + /Contents 936 0 R +>> +endobj + +936 0 obj +<< + /Length 1158 + /Filter /FlateDecode +>> +stream +xZYo#7~ׯc4H:oH" +tw\o6Ќcˎ-?$Pot{G3Һn6?Stuti?o'tꋊ4;Y=Vg\2t~UE6iGc=zV
8FB`mh-FJ֚+jIFl<anVեekTn>Uxn/i5YFi IBJXX_(-IQgBfď +<2 + +ՕfƃkHBCc:蝹ʎh?PB
xqGUna f,WAVddrZqYFs!-e:S ;5˗3k%G
QQ+aX:;6DoKDG\o/tGO@+T+=퉻x@#xV+`=dJ)uޑf dZozd1";503աi>)r^}")|^\p]w6mA F|!2?|=ZߌGd.BG"+u=ka@Hl"
^ +endstream +endobj + +937 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 18 + /Parent 1 0 R + /Contents 938 0 R +>> +endobj + +938 0 obj +<< + /Length 1182 + /Filter /FlateDecode +>> +stream +xZKo#7W,R(6} E(=&.B3-;~hlPIQAziv37Jl8?O_yֽﮇҥA#<gӉzV/*;#rs\+ҝUMe
mgM+78ѳm'iGjz4DBYkB4.p2dkO2Pֻ;Rg[Uʜ8RǪW
QgAb%$ +""}"$EB&0X6ڛ?lo..UbTXws
dP +&_h;ɴac텎C#!4pbȒLf%B2O̳Lu8a\'AMޥ3j"oglV+p{|_9hvj]I'C|ћir֠Oc:OZ`ni2H494BCc:蝹ʎh? +endstream +endobj + +939 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 19 + /Parent 1 0 R + /Contents 940 0 R +>> +endobj + +940 0 obj +<< + /Length 1340 + /Filter /FlateDecode +>> +stream +xKo7<6@=g +?m?ڐoȋhv,|ep*uiGQ@Oۏ6P<a3XBL1w@s/0af4V2paeZKaYσ,˕s=C5ߟ|,S4]SWGgSr^m艭fkn
m-ˌ+Ѧ- C@d-kӰ
mpT-{ܷӚ8@ ѣf6=Z6Q_Oa f,
M@*L=Ǝ6u8.:챳"?)ucnKfN/a2ȀQ:%GNQQ:VO[gf`P+.x8^ZdiF,pdx\.!W֓w<`@#xe^qzfQ:{H.h)`HZYHF1XlwJΜë7-b6rwB3_<D&Gmhk)Xޣ
ڹ,/KJ-"V +endstream +endobj + +941 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 20 + /Parent 1 0 R + /Contents 942 0 R +>> +endobj + +942 0 obj +<< + /Length 1157 + /Filter /FlateDecode +>> +stream +xZYo#7~ׯc4H:oH" +tw\o6Ќcˎ-?$Pot{G3Һn6?Stuti?o'tꋊ4;Y=Vg\2t~UE6iGc=zV
8FB`mh-FJ֚+jIFl<anVեekTn>Uxn/i5YFi IBJXX_(-IQgBfď +<2 + +ՕfƃkHBCc:蝹ʎh?PB
xqGUna f,WAVddrZqYFs!-e:S ;5˗3k%G
QQ+aX:;6DoKDG\o/tGO@+T+=퉻x@#xV+`=dJ)uޑf dZozd1";503աi>)r^}")|^\p]w6mA F|!2?|=ZߌGd.BG"+u=ka@Hl"
^ +endstream +endobj + +943 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 21 + /Parent 1 0 R + /Contents 944 0 R +>> +endobj + +944 0 obj +<< + /Length 1199 + /Filter /FlateDecode +>> +stream +xZKo7W
53@ V-,@\NZc(rZԡ$gw8[>f;xy?b}3MK1|wi_^ϗFŇۋּxaO^
'\x-ěe!5ܚOE쳮UO`v`Ђ 105`kL^B!WcC|l4`¤\ͳ+Ve|cݫ2f0Μ,
φ?I2')UvQ(1$#Y1J+U{TA +9͙J7pvwΌ?(l +K@*b9$1R᷁e=N2!(Jq{i:d6$h;|VX0:foYSA0Uyd] + +{Eȓe.Qf#Z: +ߌVJL*sXߣV]y1k +jh{}%H ht$JcFxձW{|VB)Ϊ,8B mX1P:7臊, ^3z"W[(>>} +{cM[%&֧ﰇ_[Jj(]B!$XcV]Pm'GDË#>=$=o@mGz{z64,<@ԑz._;;7+`GWM̛ou.hNG<
g-\+78﹘ri>\Ly7qBbl].>\\<qC +cx5F6rC.s +'"8)7qbKӳῬ:Z +endstream +endobj + +945 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 22 + /Parent 1 0 R + /Contents 946 0 R +>> +endobj + +946 0 obj +<< + /Length 1299 + /Filter /FlateDecode +>> +stream +xmk#7Seh4 \>Cw"%wq.q)_ht\(5X+ygW?o/'s{xh痓OWxv>t?蛫WqfvgS$
NZvl'3_EAUw88XQbdqrgӪ +1yՖ01DNs^PkWWNFUFczُu*'sm~#ڏf4qY qza8ð=7I"%[U'd}peRYLؕVWStȃ:3 +qLIL,3*Z6Q_/m@b,1
OІ&`@ڞVBmGlXmg?)ZWl*l:FF/RHSƳ+8y@& }+ޱ&l#81U<~`P!W֑wu<H(.o(
az^qzX5uV
dYȱ.h)`_EtSǂ"窋ki`q{˼Wr9~So0p"Eq)o.cNSbA +XR~fZFp8Js +Y6_/)ݴ +endstream +endobj + +947 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 871 0 R + /f1 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 23 + /Parent 1 0 R + /Contents 948 0 R +>> +endobj + +948 0 obj +<< + /Length 1255 + /Filter /FlateDecode +>> +stream +xMo7s8~XIuzHrPIPPJwu(H;?|{=/T.b<*W0jS:4g7oog˷wΟMGu +?51{ +mhZ
ӊkhS㪑֍v~O.U;]>z)#z\F-9MBjk>m6R~"X͑)DKsj҇\}ZOld59l%^qUg|hE4!*z^M;bD:[i`qe>*0olppn>78 +حugĬň8#ǯ`e?l4A΅\(d%~-VYRhO5">>%=74!G>گxn6͞!8`E4G4۵20&.L0\B=yiyiz>}܃G
"WL_иdL! Ddz$< UF mJ\E%]${ct*)ߍ +endstream +endobj + +949 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 871 0 R + /f1 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 24 + /Parent 1 0 R + /Contents 950 0 R +>> +endobj + +950 0 obj +<< + /Length 1363 + /Filter /FlateDecode +>> +stream +xo6WKx[I;t2lmhѢNŰ~ r&[TL?DJ'~N_OӏWB+O~9}x]|cK=~q9}s1뷷ۻ[urO?U4A;VjeYU*04hGnp6W'ckПf +!Viiv3EdlhG&ϭ3ut⺴X
TǦWx/\3L4مB}qbb}4"EўM +.4'$} {.\d6Xtu<M@Ӓj +FJ<& 2{͖)c>YqMkJ53fJZ)hwb.8B&8*jJ& SkM+MJ2[UY5n5^R忺C12iђ#LQQ*++OKgga$"TCv?xMDk}ć啍XÑ)H +pyW&4O簕xszQZ:{H!d;\ZRE둴i=s4c2\Û`EbCx?+̱y+1Mdbmp~+{w00PJZI$6"E|t? i=ڎ350]~>?Tqz{֟wYSΰ"H(rt@O>¤'Wkn2WO^+ +uvzX7xݢgxO!蝎nwf]pYz{蹊9^mÞ# +endstream +endobj + +951 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 25 + /Parent 1 0 R + /Contents 952 0 R +>> +endobj + +952 0 obj +<< + /Length 1168 + /Filter /FlateDecode +>> +stream +xMo6<Cp@ nHEك덓qzQvCQ$RZ?/B +)xrwE~O㥫.yo_nQ?Gqv&/Wdrș0.>,ٰGUB/A<IL& '߄,9`I6y@2YJ8&44x<(9
L({:=;'oK\4Xȋ~lzwb*~--ob0QF^ - "p#R`HyFf+MN{.MD\Sf|:3i(T^\V fA\LT% +V +endstream +endobj + +953 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 26 + /Parent 1 0 R + /Contents 954 0 R +>> +endobj + +954 0 obj +<< + /Length 1290 + /Filter /FlateDecode +>> +stream +xZKo6WTtKg +
j+h +zPqAB`
i@Ynxo2YiTMAG&ϭSEѵuEaIdǦUNݨ?vrIY:bbb},I= pX^1|r-%JZ`-]A= +< +Jrv] +=ɁA&Z^p + +endstream +endobj + +955 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 27 + /Parent 1 0 R + /Contents 956 0 R +>> +endobj + +956 0 obj +<< + /Length 1360 + /Filter /FlateDecode +>> +stream +xZo6_y(}wPHۀb`MR7M\Ҳ-;D0=t(it4|{=7o֣zzIM~H.F~t.MrϏTo*Y3e}jZquTCA: +35>+`{X~>(z+LVjJ SEdl4sT)ָOvlZխ;wj4_*ԗeARfďdk,1UZǺ u꼤SPՁ0/POJ +Fi +<& 2{͖k߰zZ:XrߌV=jf03]*KAݿ>Awi2OA뛀TӊhScHbz;S 뚪nfu˧R9CKkA.R@bboXuvFz& uh-]_Ɉ52 g0\"7<ZGX&
4Oss,5uޑfCȶ?C2zJ"õ47C|TB#-[ 6 +cFi +AF@|&2?;V7a0#;r']*KJwM$xXS&álo]Cb[
/FN[&c}[' +InAsГs7 +endstream +endobj + +957 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 28 + /Parent 1 0 R + /Contents 958 0 R +>> +endobj + +958 0 obj +<< + /Length 1558 + /Filter /FlateDecode +>> +stream +xZKo7WƇP3> +nr]}M<o`:@!4< 8[ς0JGgi1l:`둴~Y@|s#,2ЇW'}GsĆ]x7<\a];m!pD&G]ױʶv&>r|r! +9m,th.
ٌE>%
nhB:Zͩ +hrq]˶J۬- kY&@O6x/F;dI> =ɁAYy'-mcpN«#͠<K>vhQ8u +uch>[6v@`snqEJp%L< +:+k;R_ +endstream +endobj + +959 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 29 + /Parent 1 0 R + /Contents 960 0 R +>> +endobj + +960 0 obj +<< + /Length 1104 + /Filter /FlateDecode +>> +stream +xMo7<S3~ +hbb}"EўM +UڛQ>b=\LtfꝙܴE,*_ +iLRz8M^ 7fCl["'ޥбʆx /Ec1PTUL(^W6y[JB1@"Q03a4V+ b< + [cEȒfv9[JR9ۡgheVu--mut%nേ3!zbق!}Cyk +ꚷxM@d-$L!n=^u=jf03`}_Xe!6]pLp@*h5؛J& Sӊ2l$UKg_r +d
f&[tQ1L1V7hɑmC@b]ceް)uvFz BE_W6b
G'F+TÕv]9ϛ@ h4$ǰxűW}v=CfRgi1lZX!x;$mC, ^93z[],AɅ{xn~`Ćxwp=\];\༉L`eʹ|>} MB.k,(} +endstream +endobj + +961 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 889 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 30 + /Parent 1 0 R + /Contents 962 0 R +>> +endobj + +962 0 obj +<< + /Length 1228 + /Filter /FlateDecode +>> +stream +xMo7s*8~4XIprspvaَ/ȕ#vmPT%;;khr~:[«W +`z<]}t˟n`dztk˿_^./oO* +1C&+Ene"6HrFG#L3Qc{XRgtYPsnY
V&uARar')Ñ҈< 4$}D#{.lML m.?Lo4m +Wl*lgOJ;#t.#&D D!F_V5ZNABE`_%>FȔy%B5\M>mGܵXd51l%^ث>[0JGghB>x;$m?G#,\ŭ-^=fn`1
O
p=؍ugĬň8#ϡ
^_kmie}h0PJ~-V PN5">=$}nh@Zq}{4Q&Gc4TBTީ +$KLhe}J_ +endstream +endobj + +963 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 889 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 31 + /Parent 1 0 R + /Contents 964 0 R +>> +endobj + +964 0 obj +<< + /Length 1318 + /Filter /FlateDecode +>> +stream +xQo6)TJxehۀbM27n;4IR%',0I:?]|_X;~X\>\oӛoo.|i?_^ͧ7؞/&h9x+Q,zYZymi5+]A.ٵA +.&%=8x݇yu\WVMjٓCr=vY݇{U +qlOp(1)Zfp=Wԁ`}Cݿ9A,*L=Ǝ68-lUw{ +dۨmS忺mSiG5HZZDO|DcAy0vDYϯl;NL'N+#lEFG?9g0[g@E!!x;$AEiVnnY惒;n`p1PE]x?^oq][w6-AN@%&ǯzC=7ӚapSȁ`}C&@s^t!~pӉ}^|:充]`}*&ڠL
RtN9^e^Nq:Dm>>Y磷vkK{=#QK{]s +endstream +endobj + +965 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 889 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 32 + /Parent 1 0 R + /Contents 966 0 R +>> +endobj + +966 0 obj +<< + /Length 1405 + /Filter /FlateDecode +>> +stream +xQo6)TJxehۀbM27i;4IR%,ra"҉'xnb6GGb}5~|O}sK;]>5-/1|2E;
^EˢVZKsc>p-XKڌg`g
Zp$F`?nX{]*. Fma!r>J4GIqwwfo5{k[%pfg?V*w[`~6fu*ArcrfОM~3l6lOMJ$VEu$#Y1r6)3#6kba ˠ +`?ɪ׆p)Ѝ/h\vDA50h^_8R!9z\W Q$z}ii:y +.&%=8݇;xu\WWVMjٓCr=tY݇{U +u'8-38U+@XR|@,'&*L=Ǝ678-l٨{ +dmS忺mҎn:>#=zi]F=UbJj,Xz[g0 Pൿ&Țp818g0KnxڎkS Rv ^kx\Q:,t(`WE!iY@ZfwptgJëy @)x#x8\5veٴ1;тSXC뽾LkPG); +buKJ= +.-Wvk?⏨Hq;8V !僭'#bX~YҪd1)zPu>_[ݏtQR.YEM}oWuGad1-ȵg!Gi״GqPp!.-!G)w;DN1-1N*·V:UdI9 + ǫNN'kg|~{]?{?4&G44ǁ^_/W<߷scN3)A {~:I +endstream +endobj + +967 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 889 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 33 + /Parent 1 0 R + /Contents 968 0 R +>> +endobj + +968 0 obj +<< + /Length 1454 + /Filter /FlateDecode +>> +stream +xQo6)TJxeHۀbM27i;4IRv$,ra,։_Gh{|t7u1ۃch>|c__ξ9|y.4-/1db>oFâeL+w楹18,اpvm3- +#[g7.UK09%w`¤ܸ\;3O7=ֵƒ83^;se.[o?: 193h&&I%RPĺRLC6)3#6kda ˠ +`?ɪ׆p)э/hk]a`aކ)Xy{ສ4<UL5B$m<910s \G1@ki`Ä1#x +Jω9{u*4L;/B,sp!ro5us-z^)b۩rJ[ѝU+c +OD3W!7<mK
䩋yD;s5<]aΪ,8B +U}HZu, z\H3z;8{%w՛-R»zGpkʺn bv.1>~݅{} +ѿ&Rv.bO!}ꖔn +endstream +endobj + +969 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 34 + /Parent 1 0 R + /Contents 970 0 R +>> +endobj + +970 0 obj +<< + /Length 1293 + /Filter /FlateDecode +>> +stream +xKo7<6P3> +5$֠,hC&+ںC* i[ L[w{ή7%Mp';wV>,[o: 1Rf*+֗*J#RJs1JG.Bttw{lwm +_AWhuakY8'GYW*pzߟ|,SľK֭c*\k}ə=lx߾FoZ¸m ^%)7BUkݴ=ΠQ3ydD*KAAwi2O&`;L@֙V\D9"?)ukiOaw]i`B1JoA6)J +1Z؋aAa$T +u^7DG|Z#pd<1\!W6w
<o`:@!4>+ν,VttޑfCv7 i3zdkV1ZbJ.ۋڽ`Eb[0\WcNWb63Λ~{mt|+{w00RJZtFCD6&h=ۋ˙\}[|9\]lӖXb{t@?-hz~/zy +u +endstream +endobj + +971 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 35 + /Parent 1 0 R + /Contents 972 0 R +>> +endobj + +972 0 obj +<< + /Length 1167 + /Filter /FlateDecode +>> +stream +xMo7D#p@ vR\TŲ]X(reiW\:݃Hjg̾ˏiGo7t_VZ.'a4:?zcjۿNn&;>yw>Ase}ylZY6FZge6\kw8ڀco$F)4F\2YiՖ*"ARml0yn]gM=kKjw*L[+: qzPXX(HQgBוd +ՍզkA5[$L!K}hWZJ5`CZ{'1{f! +mh +3[],AɅcxv?`QEbˇ~#pXw f#><D&/_a
^_kʶnZ6>rbM$f^ +endstream +endobj + +973 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 871 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 36 + /Parent 1 0 R + /Contents 974 0 R +>> +endobj + +974 0 obj +<< + /Length 1251 + /Filter /FlateDecode +>> +stream +xMo7<QP3~ +,Պ+Q:,I,Pr<7ol<?GWp?]?_<Fn<SGG 5Y=U7E3՟N}U`(hР_ZT
''O +5$֠&w +!Fma"26H4#ډzt㪶X +/m"]4~\JibBX9e}ic2bVy +Zi<& 2{͖kװwT+{ܷӚ8G{,mN ^7ۨd25;h$ecE~S FWl*l._J[)\#=z#yBk,>mIBE`Pu?xEDk}ėXÑ)H=sj҇\}ږk&
4OsJܫ>[ς0J[gi1lZX!x[$wY@\f:X惒Mm`1
Oxgp=\a];m!8o"#>Nk`Gw.BO!+>kʒMHl4Dd3/{JoBZֱ}wvӟjX6ut2Clްd@4=\]T}x +endstream +endobj + +975 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [86.4 257.95178 270.3456 317.6974] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://datatracker.ietf.org/doc/html/rfc9112) + >> + /F 4 + /StructParent 37 + /Contents (https://datatracker.ietf.org/doc/html/rfc9112) +>> +endobj + +976 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 38 + /Tabs /S + /Parent 1 0 R + /Contents 977 0 R + /Annots [975 0 R] +>> +endobj + +977 0 obj +<< + /Length 1384 + /Filter /FlateDecode +>> +stream +xZKo7WT4f`i-, @NZv(rivҪ@Q
?3+OˏwR+Gr6pNM?I_]v[=zy;{w/fˏB_>*BxgB_ޯƮqARBQ>˭QϿ(N<D2P-EnxV+f0IS> +{clfMkMIm2u~=_hNԙ\+ד返+mERˁ6a$_nD\Yش4&@Zeɢ2"Wu<f+BIR^YӘ<,ޥȉ1Z<V`(pWhdbsmZ02AdWH Z<+ +,m6`bC7 +,%xli$ +g<6`phqW`C`hǰ^õYpjB)uޱkILB,exV|ȓXY\3z;8t1'E.Mm`+q"k&|^on&$p=1hP`eW3Z]A %=?VYP +endstream +endobj + +978 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 39 + /Parent 1 0 R + /Contents 979 0 R +>> +endobj + +979 0 obj +<< + /Length 1288 + /Filter /FlateDecode +>> +stream +xMo7zh|053`m-,(\NRDv>T=]r%PTY>rfZMY~/ٙz|}_Mfޤmק[=,yf^SYE4;kzo
?VVø5z~QCA}{ 5U8 !u~@Exo2YiV+"cIl}<0ynϝӝ7ƒ.p'?N<,;ᆰ: i0V?**W*J#RNs0JGl1W7^>nǶiHuQrQd"7?yIpni|ئ]ODNKSc1
@^Dbї_WR}Z6<rz_X2>apb#iehf +(~1CeXqN<VT#y?X}[hiU>*poԮK΄艭f{=6zւխlӕxM@d-$L%iZV例q%D#3j%G}-VY ڽN h|^6 +cd,iђ#۔((h_{Â֧30H,oh-k82e vdP
WOm7@0mѐx_V^qzC(mwY/h-`
HLY@X>Uf:X棒M`wĆa+0n坮lg7ZV例a0#;ra`cXeE +endstream +endobj + +980 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 40 + /Parent 1 0 R + /Contents 981 0 R +>> +endobj + +981 0 obj +<< + /Length 1320 + /Filter /FlateDecode +>> +stream +xo6Wq# $d{hIۡNŰ~r&ɒM?Ih{4x;_ڳ3ch\?ܽGo,|gG?ݾͪn\L Z 480NkOa}0 phѾz 33d(Ţ60h=EQ@zk
3y;%*kevmُ]*so~/{ќ:+A`zcL5b2bM+*=GvV'x Q:5,ۭWWSt75sS
TEՠdnzSLV +5qgV$@^ex}<ng'TuN1X*3wj + +u +^NDrD=olIσn`P%W"&`<-]{uc=ԌY5IpAK*z +IW?x\uq,nqtoOJû#xW[]<<
r9v'4 )$a31߫VGHD_\8āB
}b+J@}*^GtxIznhAZֱۇ/ӟ/,nѥ6lP`":ڠMfݣuo/la^!K8FWş_jhr/?A_ٟhn@'r0!\7\w q<FĽnHPpqıŷ+N=6Wc8@_"Mq boWXZGU¿Aў!N#b@>]Rc +.5%S +Vhl ӭHG@4PiWxa!N\^'Ut"z=o`qOѓ$
6bCLa:\cyY͉HR'. +endstream +endobj + +982 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 889 0 R + /f2 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 41 + /Parent 1 0 R + /Contents 983 0 R +>> +endobj + +983 0 obj +<< + /Length 1647 + /Filter /FlateDecode +>> +stream +xZMo6WT4v23rH X4--bn'AJdזX>A9p8|~ynn_s֞͟sռwӣy^]O&Ahpvivu6J|2-Z/J+p4/,BEX_G,U$|'W70>e)V.}ަ6\ǦV7?w_2;!puc\he^+*=Gj33?Hb(mbam24Oݦ@lȠz +&s"d +wδ>tN .fM=Β$#}czK逘kd^7B8BSrBJē|tG %x&7mIσnd0Mnzq!.Bdǰ
sz4GgV&q +p(;@i%~GJws'MЃi>)@ޜ%-R.>߄m
~g^B}=m +lֿ &\8đDN6v۟ +kXPotK̮EpDINs}}}eo>=_eK1lP`":~vhA;l:ۮ9//5bDo!`^B;taU2?zy/
@g!}ߜCɃ`ƈ3/5ae.M[D:߁O,z衢h@U~XOrf"Dy!>avEF{+ѿB85^q9 +NI9ύ}Z-?;vZ8fgev|o+z815\$D|}+wm"Ry )>E1pĤ:LtE Z! b\ 6ZuŃYk
Zy +?8Bʟ?u9 X% tNಜfa4,AFAcvV)xi1ںnv]e9$6<5H"pB +ѦZm݃iFV7ҫZE}I>ʅ9f ]ټDehpӄkNNw!0;t9u+cY^t[oGt(kgRN<7:N[T-:eDeސ[L߄i7OOC(5WcM)i.\|9@Xw)&)4p5nk? +endstream +endobj + +984 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 42 + /Parent 1 0 R + /Contents 985 0 R +>> +endobj + +985 0 obj +<< + /Length 1542 + /Filter /FlateDecode +>> +stream +xZo6~_u@D $im@9`m2/i;G0dl]zsa~8I4͏Dɔ|GO7WkN˫,?яW\?fѢnzý99g Z 48{g۶|Lk7so-ڗu4Xݙ +mՐEckuozwuE ;_Z\T\hn#ڥ^Xx~2/Ve;X|cݫ1ov퇯樢NCHn_& +DϑJs3̏jaRkT^7Ӆz*Uܩ1*;mj@{k.Gکc&RG3ݽ5^f\mF?kϢ! ^SԧNY8<ei~A21x'iqc
(8̙Fy +qgV$@^e23፥ +}͏#X)DFOyM^yz;k~a>ĠB)oU[M't.o')GidrgMAGn`/1psnw!nlZDN! >m:ظWfA M}s'9\Xm$.3/#z~JԄt>sst|q+]jd[ I١٠-ţ9Aμ"C#!"G +NbW+v>1i:?y+%@g!|bmNe?}C6G`P'+1~x"8 +pkGN#q+;dn;;p}}|XLcٓ$?͜]|;_2I4D `RQ5b[EIuX +I|e +^k#+0DL+v%VNf`o;ʝ[.[4GN`44EUB:tth>}dFAc)T)Ab/$`t1%Cwf%LJtkdM;mړ)1W*#$W_9wT ۸+ף,!"X_ ҭJٔ(u[MnJ +m۵m-tZu +/֗7Ř|繳ns?<<,wV֘%]M)
҆dǧ-5~苎Fx3A7Z%|D +endstream +endobj + +986 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 43 + /Parent 1 0 R + /Contents 987 0 R +>> +endobj + +987 0 obj +<< + /Length 1321 + /Filter /FlateDecode +>> +stream +xo6Wq# $d{hIۡNŰ~r&˒M?Ih{4x;_ڳ3ch\?ܽGo,|gG?ݾͪn\L Z 480NOa}0 phѾz 33d(Ţ60h=EQ@7z+
3y[%*kN͌Ncopng?̽m,ѾfFsԂƐje^k*=Gtg}<(PܘTs`ӫNiZMMTxuaQ5h?T1U".dw?/Us4Fk?D<<>mA{+!ȃoJibb8N>1hNAPpp=<C̗=
!!tV|.b^b-ޥ0{vlEUYWxq NUn-I=x롶=_8+Q5o)Xϼm D")\chj)X};O +p}_ri{}&O!2zhkBWy\=C(oU[
푴هģ窋e`q{|Rr~K\ow>78zحӖD +EϰR~vZA M}s +Y6_կ(ݵ +tvQaLK>-.8A +N!"%coegD.'O☰KGǰBmT`hg6evEVuӣv@4P٭1,CNW&GDչ:z.M? FOiL4RZ3:uibs[
"/J \ M S +endstream +endobj + +988 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 44 + /Parent 1 0 R + /Contents 989 0 R +>> +endobj + +989 0 obj +<< + /Length 1338 + /Filter /FlateDecode +>> +stream +xMo7<629$`dm-, $WE},ծDBrwᐔ4]~/ٙv4^.oף?n}͗fUn\L Z 480NkOfi}0̃b8Zh_VzοA}b~?BB akA.\Fzaճstj +ܛof4Jܘ7_ؿkJ +Dϑ>Hb.nM*vkU75T7]&}U +'uf""ΊYK̓к;j&yώH`5y=c>N8!Qѝ
`i{|Rr +3dCHD8b[C1YrL|LJVAUd`F-ԗbۂ6}xoІn@Z@ڙևډ67$lgI$4ۥ0O=#zL#D%2ǔ4xBɖHΑhw Iy
+]<) +{uc>ԌY5IpAK*z +IW?x^pm1X23w_jFHѻxxp=sNiJA"kSH¢gchk)XVGHD_\8āB
]KmJ&@}*^Gt8
i9ZzjF7oֿ +tq(x2%j vU{aX%fqVp6_)JTpB'fVfQ4nPGj=~MR*H +FLq<8Dunu=rr? X@SJ%Sc&䂐WU][BkD_%evy=^} +endstream +endobj + +990 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 45 + /Parent 1 0 R + /Contents 991 0 R +>> +endobj + +991 0 obj +<< + /Length 1633 + /Filter /FlateDecode +>> +stream +xZ[o
~ׯSq\ 4IQl'A[=}HΉE_hZgwv;pyXI
?š4{z}Z۳3cz}[}}wz!n~xYvќWI}0N}tmgh-WuTX= +mÐEcGhzuE ;_3FK Jtle^:hj;;<ʔVՀ͝m?-~aN+4Ս!{s#$ߐU9Pin&@C-=*a7ETvm +\n"G@!:+>z3bp< +8{BE8ٱ WBxS<>c.'hVF1š'|T1Ĥ,ΊC`T
/wCf;R`FxH @L9ziX=mvT] +l~;ZiO +ˋdmN0v>??@o6d]#$qh!!=]Ŋ(MV=Y;C$(#ݴEӾ}NRA#%rx&%vxj6ؖyS3#-m)moszbk퉥sWȈ.=Kܲ6kmSsySt|x)"$!kͯQt**HLꭃTH+St@VɄ!8A`Vg{NPuFu{vbW̹7ڕ|w2gS$,|0`S=TFQC/7H +PLsʠuF#^*j`NRNtoufWluu<;y{:-ω,|qluS0&;mAY2uٍ6(eY6~'<[sӟ.맇}zZu%;[M)҅d4vcMn\72%)IlRYĈvܳOi +endstream +endobj + +992 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 46 + /Parent 1 0 R + /Contents 993 0 R +>> +endobj + +993 0 obj +<< + /Length 1744 + /Filter /FlateDecode +>> +stream +xZK6WX`MR(R= ^l!CǙb} ?U5nNv:$ZG}(J7vo}X{nw]{l,O~xc7h[yýyn^&Ahp8-mZ̿̽h8Zh_ԵRaug*gC!Q,ս!DU$|Qk;2Js~JU{+ѮơhgXR}cߪ1-ڷYE84d/aLj07$%oU z4Tg~<(P.ux;tj|w=]<͜Av +:`
1X1 /OWA[(PPhsCRư%$PN|53-aq`פ(9FKēӼu& +%989MtXxk<>jpsю] +z 2"{t2aW0=l'::p; +ǫvmb>l)hZ8Yh +0:y!thA[17 +it[ҹmܰkf#Q~OTV1;`+F]' +endstream +endobj + +994 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [173.55289 362.14453 668.33685 395.33655] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://t.nil.ninja/phpcon-kagawa-2025/get/) + >> + /F 4 + /StructParent 47 + /Contents (https://t.nil.ninja/phpcon-kagawa-2025/get/) +>> +endobj + +995 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 48 + /Tabs /S + /Parent 1 0 R + /Contents 996 0 R + /Annots [994 0 R] +>> +endobj + +996 0 obj +<< + /Length 9308 + /Filter /FlateDecode +>> +stream +x_ƕ)8y0E +hqpg +;9tS5Nt)e}J:Ht=[jzJI}ׇj{[UYPNmUS})s55S-
(eLud u]MԟTu&OӜ-'_I_MT|\`Y$;Wԍ~sw"Ki`Gvwn4\;iRRQS59wy/(e(}8t>/>Wq-XiOɌ6CtOb ]Ͼf'rvI6]z'}]S?]IVMk;ʵ2Um?к[D)
(yN#RɔX/?=26 +Z˸M-NicP1PKy[GJNaxGPe*B}Ѵ3Ep#"Jal
J(`iI$zZi7*)$f +'ݾ6i[D!xUbL'Ͷ;i]F L筝l+pWsWkEMp%6e\4~RKpk-bB+h{[ĦUVvjqk? amD U9g2gDҦ:~'FD)flC#'U$6gDy@Ĉv8_nE%FD < I`oB2mC%6'.dмh7Ӏ"+\+6^S L^t"49yt:MYD'KiJQ3'L`U\ jK?Nhm@nS Lɭp_=J+;}>4qKz@TC
+0)7vPH^sfdP`漀`:`F[hoS1$$O.mU5[Lv[ˆ6wYC\p 7J?"mEfZD+hJ= +`?\B)xLZYRBZp NhMSdn$!E +=΄&<aF[ф{ Wޏ7 +Ws-NicǡO`?Ea}>XDQLNQI!A͵XE3}YE%&6Wc ^pC# n=*B{@2mRĦVlVJMl6ۄaJ࿈hijhh5)J +2[UMt\ntkiY!IfMp5ípdट
5~8aYuV.wsJ~8ai3ܪ& pk8Ij[#jDAX-oADQL;$TPHPs͒lQ#T` .|"T` NapdP-ʨ{o5 +[L穴cPAh+0xâ!xbfqhI`*"ք +M3`۪M2 - +0Dg<uՍ&WlDG-mF~+96SAu 0?GєJnMXGN+y5VF`<_O!.PK1z=Z LXy"%"B-^}dE#BiYv4Aքlh[!sL@ V4"hZo׳xoU$5Oo'2AMW4IlΟP\*Ilٜ?%6(bb$h2)bA~2J2+V?m' +LA
"}yiuVl%MMS~"V&gBeD+hQhk3*("mc&4BMhk +ZId7Ϊ!.'Am{h^fX"s!DoP,R5B&<M +\XAW^rEhoW˱h{oEk2h +f,7@Q0"hZ76aE$_3e+d+d7"-ޞdG+$ԛC"Z;Ɏ`LÄ&͎hҺKG&Zy}SvR"2!&xKMxezma]^ËhER"Fl/t4e ڎ %y=BWްeLb=-" +p =%F<1e;j8Vk!xbI7Lx!xb b}H[<pa'1 +W^~H +\C5Lx
]İ$!' ċ~<q}zۘM
jgМhM>=Ԩ9 +)7
Hcd P݅6x x{㝼p;'m2f& =4'<킋"6c⅚J?p'YԄ!xﲎ,mf'crmBj#SOAndB%8_͊.jl^`2N>2@4۲υ
; ڽt!]ʔpټtl7ȼ)dwC: +MlI#EL"dpHdw&n$
!sv(aVf1H! +ڝ$9Mē%ɥRBbJ:i9v<T"p\eUΰf;It72I1xQNxb{*D%;%run
k],:!-'شK`SonvpҤAv9I1 ތZ^Ór0On8!.ʁrpI$3"||1n#1."ԁ&>do@vilYU!nqGڞU.)0E*)RƖ$Vx *0
0jAFv \]lPnCp +Dp̶w3TPD +`?P.#la;To5.t:vXGXHP p;Ep."FZ1ȫ\nC'Cڙ͝>5v8ACD"MiX-4l +mȶ=ҶXrEwC2ςH; +ش +Dp)*D +a+h*^khDTZ"&DZ1".
%@Q
F0lfuب} 5GeԠpAih)Op$PA'#EpPn8 p]"\p=MXpn +6쮹-kd +6D0婵ȲVY*GRyDTPHPw
l{y.#0
0[7恑dSX[6@;,3"MMxgv;]\@vvT(r-.ioﭷ$^İlpsep'0\iW&l\Q p;sY 8v?BGҏD?\YI,Lp%N`lE$ @ei&Y"PXe
ʙ$.r$p +#.: +%M\$\~<5H_4.N&'NK)m^W"HM +9J'NK{d5N`$$Gqpz]EBD{?"NMUAW5v\RVCDy0L\w]G$A!A͕KElTC+F6W.ZLl!. Y#Fl +\T%["F504yEb)#VZ@DۙuBtY8p $<4&[}B63Z|tN2 PT!n\ .T!nST!ۓΓa*$p4$=X?4{ueBB+Tzۥ!.T!.@;D\l[ }d6"h5^A{`ٴwBh^od,4TPH`Ί!x\ЅJ`Cp;&`ٵ.TId1姢&{l!h{PZdSv[K>[DLnk.pE%\Dpq,-(6%T +$/TihwtQT'].p;.%N`$ppn."ZFם3[FP9E;`lE$v/%!Z,![i/p;cj' @ad'qv@{j`09G50
303]1xzRpہy
TE7\Ln7\/pPnط*
e8C3~`^vc50
XJ6` +endstream +endobj + +997 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [324.9449 362.14453 348.9449 395.33655] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) + >> + /F 4 + /StructParent 49 + /Contents (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) +>> +endobj + +998 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [348.9449 362.14453 372.9449 395.33655] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) + >> + /F 4 + /StructParent 50 + /Contents (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) +>> +endobj + +999 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [372.9449 362.14453 420.9449 395.33655] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) + >> + /F 4 + /StructParent 51 + /Contents (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) +>> +endobj + +1000 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [420.9449 362.14453 516.9449 395.33655] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) + >> + /F 4 + /StructParent 52 + /Contents (https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php) +>> +endobj + +1001 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 53 + /Tabs /S + /Parent 1 0 R + /Contents 1002 0 R + /Annots [997 0 R 998 0 R 999 0 R 1000 0 R] +>> +endobj + +1002 0 obj +<< + /Length 17221 + /Filter /FlateDecode +>> +stream +xϏku9&PYd[v; 8(e!ZFƽY
[ιW<kK?}7_~o{W/_҇?}?ϛ嗿rz^^/=Ϗo7kͿove{߸7^e}=]v{ov/me?g?pinkwΧo6?Վy~qc7sLj97v~Ƿ9o:7?N?_`C=(?|w=3}U4qۜO? m.wxgmtx=Ni|y^^a=Og.ޯRj?]u|=a{^]i_W/?ON_Nrޟ?3vw}1?~? +ON|>/|9}W3t~9?~yWw<vOv/m*+v9/n{].?o'.lxu?./a?#O}Z[Ϫ_|}_Nr9>5tO}O]}GPp:]^/a{}> +˽E.9wyz؝Soϰ앿=hΗt>oӿ+9#__|m^c'q~^/p[]Oۮ˽9=︧i{ޝ/.۷tϰ>5usm<'}~Z;>m{8~ӏ>@__??&e#/iv:_ߦ9vOiٽ|ow/ˇozLJgݗ|ߛ_X.^#__jonZss{se}wt`'N?.?g~:{w뗻~?%.?)OSގSz|9tO;zjZzRooGCw|Lwjpp8oRz.GSn;?xzzZ6r<ݿ EmidvYY0Bov?_nGf0NmOoz$ڷu{O;dykZ]ro/~awvNxQ4 +|C4(iq A7=8κa,{"
<3m "
<3m{^LU*7C3uڎ!U͊C]e:qy[ʨS9m?L7TզpDl:tCwzN3᳘
W;q4;V_6\ǙAy(S7Kj}f%]JgVUN{l +6F=V4
qmcw9mxO1i?.Eky68m0U)1Lvz^}TqCq{*A4
w|:v +=;;
4Ig4v{z}2-㰡U^OTe}f44i4&֍VFS4m'ߍ*hw2V
4ӂF]Ң0ݷֵC<xnۉdt˿y`h];k2M *ᶝdA(q黱kgZa$hu6е{aMٶLAp-Pޒ484kZgh3<S
G +;z!3 +6<4qaZYΓ=8>LҠ^xnpKZ +SYu8U5ZIU58oQ8Y]uȝPU@Ӭ!|OzXU@Ӭ(rRU
ZFRۤRZg
)l"aZl}eUa7ףFX1Y8ZG>Ϯ*Vr`Ul0M[gX qh଼"aN4ɕjd4kH03kvfWa8l}aN:wL-Icp!'|Hփ)k6?WQO, [F}Y|I`i%T +ZQ.c
O*hG2XlpjP0j U54)j`q bp3ò4L'>naV9#T aP!@Yct,E:r2*UgYfJa}Vc9jֲi!4lL>iX?6&Ǐ6̛}<fYf*¥iؘ9Y}LӰ1acDdmϏ7HSUnᴊ<;/Ӭ1 +3Iӥ"\Z~yU0
8 a*f&a5$LE6<le`ULAM6FjUߨ$:avlWklg#%"Q`rjhq5 +Zf 8kx&C@*G
GY\l]j +i1ݏHU7Cm8m(HIT͊}emUMi#FS4
VA*hΖΑwo85:i
YiJVFS4mc❶Nwi4 SVUМ7{xy"aF
͵wN4nvYU!sDjh
nJVFS4
u;mvZUAiZMC_hQӎ/~Q/Ept,פ[j8h;&oUQNcӲ4LH>T5]_<K9Mu7LaϺ=i|UQZF +ocj犪˾HUZˤZ., *d U4Z& +DF}:< +6ȿB.&m-XiI:eU6E6td;<ޤ;b;T,u4OX
IIlc}[w:eU61N[';q ΝVUj8 !ߗ5"yAuipl#\5K58>YYΚ=V* ix0t 8k pЄ9m
#)0hy6"xϩ'̞؞Ėyhuj9q6I8&c"iZ
+F%=́Y\*ZjYn$ SZդQ"eZմ4P$MAI;m16ZIlIʭ"Z=T0lYɕɷ*Rqoc_Isvؒc@!}Iy$"ZRhÉ0BN0,Ut-E< G*#
) ga&B3LBFApJ7`OvU/nORXmYo:УHX-ÖʥhWіfh9.d6|kt*eAVoek4U%6LÍ6V0iZ$"@8 +דn#I5|/KӤjPZf
~b +Rj4*QUhClUQNF"2po.(a#A7Cڸ
Fd{ +c"_kyf+GA +6Fl=V4
F[UдAVFUOUMi&:3zlU8qe
*a4Y]VU7|iխ3QUҌ7|i9oh*i4 +)6N}rd`!r
NR.c- :OPkӨu`P8._+ӤuH6@ +Qi@`.E6)[`bC#xm6{5i0l/E<
B߭ߩ7HI m(i:\YPei*i~eiS֧iFS4I[q4p`,OgYVc$PӴQaX i[a}V$h[ya}6(HC4 +mDIw8'wLUiwIݪ2"]{\w{q8cZOI{>G<i4C[:{Se,:ϡݥJ%:
SeGZm:NHťT&O{ynsy i<ÎmJv'&OZ--[q&]We9}PNʍN=T<x95ޓYtSߩjo,Q5}3qu m* +hci*w&Ä
E!>M0r
p
"~>L$DcU +l
}
A(ǟ8VN'5UQiclqCƟq-Ҽ!ͺ!Q:Tia06[Aj렽TU4Oӆ9ӆl:P;q#݆@9rzOܐ@ga40Zn8Ut&n3U9|nрG7Tyt
UiCiViCFmC4m8Fd͏ª][tSRo.̧Tisx'U6̚ES-O\\kq%( >N{PK.;zY|8U(A h6Ya.-c<4icmX2)W1ޞ᪶We8eS8lajUN;q&yn0q!紵8,D_vSt
W;q&;͉S8ǍLmk4NgP|ڬj;p:Ӧla LUM;q&i8N=@Oi<nd/9=!ۄIj_^Iۄt8QPQNgyОvTa> +iڈ@d1.MOHᲁE`}0o-s!>L3a
oQ)Ac=43d6#a`Z|ȫV-Yneh4AZo)YU<:1UCg1ea}6 !鍆*m-f:a4$6%UCg2yKOB2p!~e˧-sem +73;|>JG߲tSWUC72mPՆsu3P%Βm|FՆs=
-#fi8t[mAvLpAi84VnO0U%N;Vt8ֲA6Uzc4Um N3f*mV8ܿPUΑn8צB8Kۀ5UΑ7Ɓ'ݢ}*;!6E,˥ۓ +3'^tʜYqzJС^j8B!<'lU$M!QOv?u,EҴ>N:*q!R=h#Ph8m!̲>i8n"آ?p!wp!ܣKnUäF!u< 'g6KQ1HI2Xm^\p-P-70faH@b:TFNRPЄ<3
zY93v:T;؞AU<W4l47i,f-dlVOʆ
Ҵfw +gwh L3&`NݵsD
4`k* +aQh L4"Y
i&%
UѰAf퍩hN<m?]Ӱe,HݬV0ch̓&SU2MXHn!$
UѰAfɘAnē4`U4l7PKQQ$@2Ds]^F|BE >MĹdL582=a1m:q)Q鉰TeQ5:
m(0hybh<l@Z/lNoU$MAѻUl4NC4@4rb"iZ![jYn"iZ
/@b9p-{#ӂlBFqڨhs}۴ ͂|Ӣi}EVƺ7p^qؘozUL1VX[EҴ>McmI\W^gJ
4h16T{6aEȴ<37FXIaf`ɪ M3 +`Pz[ACQLȾ=J
Ocn1Iœ6FEıL3:yORa4*p!iXi'8?
1I6HӌE'6+Nc➄`UiIm$e㮍H[iFђ^ +Kn'U9=&ΦKViaLYrté +vH4/'n1@X?iڻlaMDۦŨshO``8n-#WZ'6``"aNX( PpBt?`k"aZAk0"XI/@`}VoH6
Ta; +̗'ylr^8 +vH4$N*p!L`Hspk2Tȁc4w%
Uj4(T͊ᘸ'1XUC72I&Α!oW_VQөRm3j 1kNU
*<
3 "V{
ɮ=6]{ 8B0SLE´>M3v5iBaOMhM0hy6ǹA*io,!B64Zm{7RNP;q4Ҥ|ݬ
ⴱn +vH4"ΞY;q&Ԙ*N M3ai99q8hwH$п<9^UqhI* ΑaeC`7kv&ܪֳ|&o +=A#l) Ph4)-Ǹ9Ut<&a)i1p +j0V$}/d<$TOtr!.
7*IX
TBi.ޞ*qrat\Ejy`̵=ېW N3G;TM;qwp8EK%NUCQ80cj;s,i&mi80}
WU,9%MTm!8۽@8Ǚ +A5cX4NqQ;q}6+w UΑ"|/HUCgC4[O';D^PUqiLe}UQ[G;C<l_ LssU/=`M!0t3x[H84aoo%a"=%Zfml +-H*iU$͂70fMFsPuGMPJZK{(S4ֱT$MU +lxe\͊:Pm3}Oa4Nj$Ba}6 \ÌӃiUذCg-п=9| +%o츺T;q#769r[e1@$֖mQ"G@qSU08MtZU8AV
l7цh*RV0c*`Q,d6i#rp3*7"ό5<էﴶA4ʹ)z
in6TA0rV94mYVҹl2M&|ݢ*ugSI0-UN;q;DJvtn;Liqrh;.Ume8
V0MUڴC+p*q!3vmU8K'ӕR8̷Tme Nè6L9٪*m!3]*Cg:<Gd/i4֒yXJ(L>t(a.I2p'קi#IԦ;6DSE5|2\>^*6Hӌ!SEȬ7nN\EQ,OFCKè[@U)Af-ixfLܓ4̲ #s[T:NP|D:ibNF-9 +vHLTka%'Uiap:,9DU9Eа>L3v#Ρĉ*iAfZz +vHHBYrFsْUC4s(RUs(@an*qڈh3XU8=}
svTËӭ|0hyZ:XL\aíl 8kOT$L4h!4{
U(Ah6a.}(\U0Csޫp{=<<UɛNkJvFF6BUΑo)o8@8Ke
UΑӷӮnqi8t|zψ
8ӷ6JvLu>\#4';C# +|{6ڲAfVUڬ8}{ +3uTOte"ZK·:'[q[H϶!3}$Β!8Um8GNn㰪ir<m[᪶e8M7EЦZ*m!3ݦ0q!67{^vh3p~''uUm N3PhqF6 +z2`y6 CQOF0ÆokH6 M3 +=Pz3nAӧ灆\]ގg[
t*ok8mTQ7q,SQ7}j*t
riapg,N Թa4NV4%UCq+qC>Uizk**RiViCRm:ц*l!y>q1@X1$Z9IQ-?aW-O#+0嗪 4M֞qQh*Rf!eW@VE<
B0+$C +mEt<_OUڬ8hgB
QJpt?rת8snv~*q!Ӏ6Rx|*mA l*m!36aWC;cĪ8h%ΒnZՆsᐽԪ4Gv̜g%GUWKsҞ8` gpa9rЃaxlBhqcH?YCcRϷØݢ|(#敹sIRn4-а?([i9nOB먋O-ڠD#?(H2ŦAT]}ldNJ Hz^eCjyT9iУ=mK
>62ɴMfD'A&r΄U\}>lL8\r85 +rLmI]}ldRf{A>&(Mrٔw sG,nkZ7_n_?ۯm^^Ǐ_o?~T?/_N7?/7?r}Noחz(ٽ|ow/ˇozLJ/_vsny|Z^>/pmsݿnϧ).4#p_!u +endstream +endobj + +1003 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 54 + /Parent 1 0 R + /Contents 1004 0 R +>> +endobj + +1004 0 obj +<< + /Length 1177 + /Filter /FlateDecode +>> +stream +xKo7<6ShaE*~8*~,Պ+Q,;x2קJ|<?FO_yփǟӭQ2gL/*;#rҨ>,ոQSGEA>ɥfL@O*xH:yT@3i.o 7JKt(DFSl| +5NVuVcNfɏM2Nݨ_wrLlRg!HWßKy!Rd-dcaKb7&bX
֥00M u꼤S0ꪰ<g*y詢bʗ=qYnq]5ħ'uye`P5h
ػup*էu aC1r啍C#!dbVyZ' YCdi`-\pEb-Υ0!g3:DxBլ+z<_}akW7VG|TrԶEoB$ɁAOCh'o-XᾺ۴m<LH494m +VUkʎvZo,(V!깣V=kB\ dH|M*h5V%ӲodBqYIf:SXҍl*ds˗Ҏf +HV:kzt% }SYYb$0A "Tc8Zs$
;C0pp=cjC>mGܵ lSm
`8ֳ`=4R,QAKCE>V,10w>/7VG|Tr<.] += +؍}m"2,'&B뽿ւ?J9sAz +Y د*J-"q ˼`hP
Ə_/?ӰE.8 9`|@4=Y.p +`` +endstream +endobj + +1005 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 55 + /Parent 1 0 R + /Contents 1006 0 R +>> +endobj + +1006 0 obj +<< + /Length 1125 + /Filter /FlateDecode +>> +stream +xMo7<pa RR\TŲ
Xc(RRWEuВ|ȗn~:,ҺvOn菽s:5?O7s:5~t@}Uﬞ)ՇUʪjw*04hlp2S ɋB
Ʊ 5ɣB +ˋQ>b=OnLDlJbaK@TdPj +Y _UFCD6LJh-
Ə/׃_i|e:8ڊ~ˇ,3H=ҫ`ңt?ih"/țzz?zoo ܿK> Z>^tf=8xOb1mUi>_C4;1q"XYYULEs!`{*Xμ +endstream +endobj + +1007 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 56 + /Parent 1 0 R + /Contents 1008 0 R +>> +endobj + +1008 0 obj +<< + /Length 1255 + /Filter /FlateDecode +>> +stream +xMo6hІ-)Z@=$:E}Akˮ,Q6}(EJ#>×Cj({l/.֣j4}:7ҩirnI]^D}Tﬞ+U5nުԓPРAR\fgj0=HA=)zLVA:AR>A<7^M^cIfɏm2zP0$U&7 +g/ZEYE{6A(র%#cp$[̔/iNK: +U%+,=n4v_vtTiphsA.S@bڊaAa$T +u +^7DG-mL'F+TÕ>z>`M Lh4$簕xŹW}\a;,bTSz$]6A, y-H3[],IɅ1=F88ZAl8<
z5vki[&2?|=6x}+{Ӛ00PJZthN
"֣ulo_^OɏW6r:8ڊ~k
YSzI +&=}ܛӹz- +endstream +endobj + +1009 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [166.46088 362.14453 675.4289 395.33655] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://t.nil.ninja/phpcon-kagawa-2025/post/) + >> + /F 4 + /StructParent 57 + /Contents (https://t.nil.ninja/phpcon-kagawa-2025/post/) +>> +endobj + +1010 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 58 + /Tabs /S + /Parent 1 0 R + /Contents 1011 0 R + /Annots [1009 0 R] +>> +endobj + +1011 0 obj +<< + /Length 8966 + /Filter /FlateDecode +>> +stream +x]֑+t_OL"60m;NfS<dXyNUû7o|r8_|~sO?H_oO7H_|Ïo~˗W|}ac݈ϛ9}C]ӱ>ǏXW~io<4u}8Vo=`жU7
KeCߎ=Fc>R]|opDu]}oewȲCsy8y8}5
/eUӏtZE/\F3_z`^]GhuG}|818>a~Cn
3998Ow{M[WcݎpOs5S{ڽ;|tjajkinoޙܙw;+&K0U7~0e]32ۇw~𒾫aht)y~eN۹n:4w|]g +'<tS5N60gJY
?$|$ s/C-̚IPNmUS})YOfrLG:m$LC-ߞ^ +jmsI=U˾>wIӜ4n!ԝҏU7w٣YlV>Qƺ:-Ql(6@2(</U#(E _:ͧQnͷ +` GynxF_.@:l[Dz<Z0}$2:3/-7PjJ\$%>jӈ`%c +\$C+v2 <iDi5i4/Kk_.k]%G%ki#mReb`z :UQlmo2+b@rąѽ%&)U>^Vsj$q$RX\wzӄ=b*1r= ¹JY
+p[%m"!r`!Zns\%Gy߅pqA`f' +rjz=^_Rj +|15"3Tr<ɍRf +p15Y;$} +|Ds)ZDk꺚 +SIa[VP&ͫy=^R=^65Y;m +XcFɁX +͑Eok*T@ +hid3j`y)@Xz$>^1r;C ++ŧOP@Z|`CV:RzPjqyhrLŪhq}|DLDe ehy9[ +,>?L2A<ˀgjK=@go7#jD&W&4hmАa +T!7up~T*0A
a<^X#Gg!QC l@40dFC;TPx +ܱTA(Hy[,_#I:nc*C7 +`L>.Jv{RK#vaVn.o*GK +Ph~#S5ZC-h~'{5ZC%j=V4&05cUV`.j0;Ro.G+!"voa(2^YL<Dn"R"!|
wwcH/GK(SEXlzB 2ew9`dr+=%wJ#hj!ף<Blb@Kŭ(0?&%J +\ǔY +D%m\&]n4JX\4J6 GK BDW|!u@KD +XMdSxTCF*n.A +Y|;ᱠăP㡝&28<.n +p#'V txli.AhĖc2\&ǐe1\Rhi\S /AKey5H<<0r<T+.aa~'܉x-eu +1( vH @&$aIv|9:/ϨF<KPds5y=^Idթxyr5y=^Z|^9LYt|K(Ԁ!W< +*2`L)_A
.8
!xvDZ aѶ.C4D[*J AE +n
8T` 43\i|8@5\q8tE@`-*(R`S#[ap.$gV c2pi\%]>5N:?L:WIp F81N8W "Y+ +*<[[6 +F+
wA"(qf"R`%Yi$v_ +5pǐe sUjA"U.EI96J8 `oTq vpA
S_N8Sz8;E8 +D%4JL$Z +,r .WAKHBO8//fP] +'!/LUP]q!ҥj~j(]%GV2*sGÕV,x`JL%y7lnG +ohն6s\d,\uXm.WcNU`Z$o<(E5^ov*Bp\]ʬn4J8ɄS +8DP/'~rkZ "z+ +pAiF)IABpiGz.[DDe<XTP\le
0ب!ȁlPr~L$Z +,&p.hPQȀō~J,@uos!K81"Kge_*<._ K7pvs + +F(BlP/\^@F,WPAh +8DPY4%*A
WTHg}5džA
W!6*Amll0!m@xN4P Ajrno$FB +ȂN:Ri&@5\uaW%
*(R`t7'^"6IVAE ++a|79Bgt# +/
p# +
oN +4 G+!]("&3 +͵&(qCƫP&9(ZV~W]8XZ}@ƫp
hr'`)sbW}6ɲ5 +ӹR"R\y t+-,peI4D6OPEN +h~\
" +chWk;1J
pv`'7- +8DPo+ +p S#п"TЬUjSDMpPp{d +6 Fciqq!=nE +6p ]n? +v=)r +endstream +endobj + +1012 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 59 + /Parent 1 0 R + /Contents 1013 0 R +>> +endobj + +1013 0 obj +<< + /Length 1473 + /Filter /FlateDecode +>> +stream +xKo7, + Ќf3| +,ΊC`F;o-m D"`1SN
FGZavZ1"!`cXRvoN >z+= +mlZ
Wni7V"i]6r˚6fT.f;GzTfKg!r٭RSrʦ%ك +L* +lIHti$ F72WOɻM^Ȩ簕xsn=̇FtU`7^Z>GU~HU;ϕihq>;=[.F{p=wB(j( +>H wˏ3'~gzg˧=Ρmc0|գo㫂:_ǀo{{%>C3</Ns9A7 F){fKj;>>
2u)">Cwj}| !ZOh.7VV;!csjB>Tp)EyD"w\\8i9M[%Qxvw>Q)(x+q}JTF( b>~[<e +Rł*j# +endstream +endobj + +1014 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 60 + /Parent 1 0 R + /Contents 1015 0 R +>> +endobj + +1015 0 obj +<< + /Length 1169 + /Filter /FlateDecode +>> +stream +xo"7W=Č3!E.NmT@(T!NUʆ-
*?_z_x.υh|E~
gϟ?<O//0=<'qq!/WKF9kTר>.հQ'UB/A<KfA_,9`I|?
4SVn4x:(8
Ltzv,v[\vs|h6*D_;w7Q r5Z~$$EH#^7G}Xirtqm,Ƃ`]J7
4] +9{=V<xk2ՍզmѤDNAQǐeZZݷӚX%( +WJҭ+/m B +V< +J4[U鬦Bl4fT&=?49G +Z\F6h,BC0]eeENkbl Bњ.l( +NJ)r7=q>`G`hǰxٱW}\aSg,JbVɔZ)x{$]4Nsp#(::[擒3fw0(&oqElC8^\c7֝%H1K8!Wchk-XNkC9e.h}`~-V^Pk4' +Mye><$=W֣uDo<zZ|}s_]H#VBe[gCr"zp~.S +)8+r! \S<xˋ2x3ਊ<ٜR`JB +endstream +endobj + +1016 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 61 + /Parent 1 0 R + /Contents 1017 0 R +>> +endobj + +1017 0 obj +<< + /Length 1151 + /Filter /FlateDecode +>> +stream +xKo#7=D&)R vh"كl/qlcƖE}H3A2Ti0wk:uןuѷtjFӣ:; 5Y=QՇYʬjwzT +4\*OTozPqAB`
u@I.xo2Y)J3t+"cFS,}<0y.FEFcIDzWxne}zcL4RXX_(HQg. +(I1'&bD/|1]ҴNt +0:K[Z壒[े3!zbق!?|u`-եfl"l a +]Vu^Ukmi?ΠQ3Z ujaCY= +Y%+t-@ESlv*dvn?v4rthe2hɑmB@b2boX:;#B}EWs#S扑`; +pm7q.`&
1l%^ث>n-CaRgi1lZVcvH4A, Z3:[Z棒[出-b:zkҺn b63Λ~ZֿV`G3r`]ZvA PN
"֣mIo?^Ty8b빆?ؤmP iP
h +&tNԗS +endstream +endobj + +1018 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 62 + /Parent 1 0 R + /Contents 1019 0 R +>> +endobj + +1019 0 obj +<< + /Length 1219 + /Filter /FlateDecode +>> +stream +xMo6[ p@`lH"كWEKcˎlI6}(IJ#>W$5cyv3Һ~6﮿Os:tuїthۿnG:; 5Y=QWE3G*04h'Vp<Q1B
Ʊ 5B +Ɗ%sxm<Aϐ2E@u*_`t8G%k73!zbق!?}u`-յݦnA6kd0\n:瘟`?ΠQ3ZQ_.N { +.1gCU<A݀`ެ.Mp> +KFh/C??wHgt +,rڤ+)ov};/,_6y?ͦ:~NgMu_>DCcoDž}TW`%s/7k2е[蹈 =YWS)< +endstream +endobj + +1020 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 63 + /Parent 1 0 R + /Contents 1021 0 R +>> +endobj + +1021 0 obj +<< + /Length 1284 + /Filter /FlateDecode +>> +stream +xKo7)`jf8`m-, 8W,VQ^ڇD n3}|f/`4}]=K:4_g'urg&hvxgDY_i>.VֺWՓPРAZD
Ơǯ +5$֠_O +!Jma"26H4#ڱ:jqUj,Ǫ}cݫWvY@߽:sARR<EKPQ"EўM +OFIA\>2c%zey馆]nzLO3I<DqrQ vnl;/bRWX|~!0ȋhvXສT(&(6KKƇq005yX1a4V,$AhbN [cEȒfv9[Br +1ZboXuvFz& ]:+"Z#n֗6b
G#>Z6`M Lh4$簅xsf=;̇Q:{H!d_R"zdsJ[2q>`1
xGp9\5vmݩ[&2}݇{}-诧Ua0#;r`}Xݒm:Il4Dd3/{JoBZְ}qO/~:װGLɅ6P2ߠ
G +E
nAS0AnWb4Q +KZFh'C?ӣ?Rh|yh}D:{rR9mSՍGF_v{';>G-4p Cm֞G +endstream +endobj + +1022 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 64 + /Parent 1 0 R + /Contents 1023 0 R +>> +endobj + +1023 0 obj +<< + /Length 1316 + /Filter /FlateDecode +>> +stream +xMo7)`jf80`I .ZX@qb')"+UdiYD |f_CiG_Wo+}~]Vwlm:t?яwCLJ僺D}Q^(+OM3Zk(04hgVpP9B
Ʊ 5B +?om"]4
2* a#(J%C8oYSZ<0fY2pb$v1;Bń"dI3;xf!^_9O3xLNKk `i{|Rr +݃`.Mlޜ +endstream +endobj + +1024 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 65 + /Parent 1 0 R + /Contents 1025 0 R +>> +endobj + +1025 0 obj +<< + /Length 1348 + /Filter /FlateDecode +>> +stream +xMo7)`jf80`I .ZX@qb')"+UdiCK \>/CiG_Wo+}~]Vwlm:t?яwCLJ僺D}Q^(+OM3>A}Q`(hРr:|FsGckЏ +Yo3zUAS0AwbPo +f\0q +endstream +endobj + +1026 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 66 + /Parent 1 0 R + /Contents 1027 0 R +>> +endobj + +1027 0 obj +<< + /Length 1387 + /Filter /FlateDecode +>> +stream +xZKo6Wn3> @l-EaԛWw7.^Ҏ-%|(IJ#~oKoJ*G0-|L.}=ͷtjǿ^=<^LUE4;kz/?oV6XݫQ}U`(hРOr8|Fs'ckOG +/BEYE{6A(ள%#cpN$K̕/(HYTqY@FXgur3z8Y ilƯnbTX|e+C`<좱khdBs%Vƒ!d8o:9\K2VCIaF%/(7`p< +Z=[ XqN<wfs tϐa" ]ʷݚ"tQK΄艭f{wAChSxM@d-$L)סaZ:X}5ZQgPBx1Q?V
1{f!P| ``{LLV\MAv,sMS:VloiZԆDK:E D!F˯[)O31I-QE_2b
G'F+!7<ZCX&
9@xsl +BtޑfCȶ;Cex
qGo.5GEneVpp"pكkcKq*1Λs| +ݣA9H\ȅD?Vt(n
ٌE<<%5!}{1Q/7votq]F`J.1WCEu6)гojt zv55p + +,vĆGF+^:e=ʠyjR3
h`8i~5Xi`ek4(#q~Vo$ldk1!D#|<_D[}Kq +endstream +endobj + +1028 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 67 + /Parent 1 0 R + /Contents 1029 0 R +>> +endobj + +1029 0 obj +<< + /Length 1457 + /Filter /FlateDecode +>> +stream +xZKo7WaRNRDv()uVR{I,7V>9QZOVŇwd~M>ɏ7nywwTOgꋊ&hvxgRY_~l6^;EA>νꄋ,@/j0=HA?,hC&+F 5Edl4isBθNk?[[7-AP&vքB}ybbREYE{6A(ඳ%#cp˭HX([m/LOWcUt
5h
O<g+RqR<_!v>MDNKSc1'ぼf@_/KZɄ#(J'KƇa`Lf!d +.ЦszUMnAS0AofTO +p翷@Kt@#ϮN1 XJ}WIF'+>[K4p M3 +q"{ѵcb5jԭelD2Di-)~ֈS +,?+[蹈 (kRZ,,^ +endstream +endobj + +1030 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 68 + /Parent 1 0 R + /Contents 1031 0 R +>> +endobj + +1031 0 obj +<< + /Length 1225 + /Filter /FlateDecode +>> +stream +xKo7<6Sa VT),8U~8 +~,Qj+Qܝ'9;4x:LTH9x?O7`9^9fr}/Si2x~ggP|AyI(g ix{x_($ȓT;` +rUh ʒ$ȯ'$sjBYmi@Ts4Ai`BG٩8iq]iȻUދ[{,w ハTGuRhy9M["gz]YaioŵI +ku-Og!7] +Fi +<ךI24rV`efZ>4$QψZ U_U6/|B"gĨ쟀WM@v*ٙmv
+F4[5YMog +M2}mSzmMKkڠEHQ<w9EGggPX*1x/8Z1\
E0X7=sjҗ\}ZGyNy +)8+r!'}{3<txyڙg _GUAaƂx +endstream +endobj + +1032 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 69 + /Parent 1 0 R + /Contents 1033 0 R +>> +endobj + +1033 0 obj +<< + /Length 1164 + /Filter /FlateDecode +>> +stream +xKo7<6Lg +xnoe}M
ԩIZXX_(HQg6fdUcD7McZҠ.* +LJ53{`}Rn!/6]pLp@"h1V%)iem28.4t-@YSlMj2/t\#=ZiF-9uB3^
ZRgggPUc8nh-^_5* gP+Ow<o`Jѐxu2:{H!d_RCҺzd{Y[2q/ppToذ>{ucWM[_ἉLa_KiyA̅\)d!Xc[PmFCDcI
HZP
_&O_?_jh~:@LVgcz9m\*3` + +endstream +endobj + +1034 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 70 + /Parent 1 0 R + /Contents 1035 0 R +>> +endobj + +1035 0 obj +<< + /Length 1100 + /Filter /FlateDecode +>> +stream +xMo6<? @MHE6_@gE}AʱhǑ)>,Ii8fz,rtXL۫oh2/]uz5v/MRtq7''X|AyI(g ixk[x($ȣT631j@6BKP$A>7BH9KՄ @Tst۠`40wۈ7M;]MclD>c}T x+ݲ܀yFGuZAbc|)!H#H^H#*QV6]LE#Xv]-38Ia +OZ3QLP`JnLrqi˕#lt-mW6:fI6(=~\Jibxh-Y_Ts`pb#Q03!4Ic7f5\s+d&daF*k`5+J< +յfIy$J!{hOZvZ>4$l諾,ݾ
B +Vpx + +5*zI[?410K0c2\[l 7xkζ#H1K8!O`e|<J@Slk,(}k&2Z74 GIo/bt8}X~ABEWi&l( D<5Hu5tO @EN~瓗qF]7>}6_,OԿ]˨ +)8+r!gi~ +endstream +endobj + +1036 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 71 + /Parent 1 0 R + /Contents 1037 0 R +>> +endobj + +1037 0 obj +<< + /Length 1168 + /Filter /FlateDecode +>> +stream +xKo6<v'E[ 1f7"E/)ǖ?(>4oIX~<'Xi;Ln_`9/͗o ??>LDWMꑲ|6Lq~SCA}k#*`{X~>+z+LVZA* ? L[WkhymUǢWԯe}zCL4FJXX_(HQg+(I1&bD
|2]2muV2 +/g6y.:TbB9h>d|
Cg1+ +< +H^6n#&D D!F3+O31H,8Zdq>k82e cP
WOwmy@!=+6YZF)uޑfCȶEҦzdŭ02\8oF88jAl} +< +}glg7;>k-X٣5A9H\ȅBVu}b@{hf^0qt?\׀mCz{qWOotI#0Nۘ6I +݁`/M`>Sh(|փ`
+t@#O"}D:{r
R9E
%td$˧?>>8/yx2a<lz +endstream +endobj + +1038 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 72 + /Parent 1 0 R + /Contents 1039 0 R +>> +endobj + +1039 0 obj +<< + /Length 1233 + /Filter /FlateDecode +>> +stream +xMo6<vNm-b\o8&.^R-{mYCQ_HJ#>wHjhw:{gTi;F/So8}][v5/qtbhfgwVOӼieތ+zV_ +4\w8MY!Г\8dR
R1VDI6Xya\:_;V'[M=.k[%XջO~zN[{o7ƤN%Hjϊ_RE{6A(R1|pi-J`Y'5X7 +qV=jf03w\Q>Kڥ}!f,dꞀuM@*L=ڎ658lXngȺ{7ۤu3SiG7-H^DKlo+O[ggcPVcp$>z}a#pd<1l\C<mGXy
9l!^ܫ<Yf;,bv퐴~Y@\ft8G%ëA`0QEbC0^\r]Yw6-AF@|yB뼾{oa0#;r`]Xm>Il4Dd3/JzkBZְyjㅆ]m̻:ڠ +U@S0Ab8QN9@ +endstream +endobj + +1040 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 73 + /Parent 1 0 R + /Contents 1041 0 R +>> +endobj + +1041 0 obj +<< + /Length 1284 + /Filter /FlateDecode +>> +stream +xMo7<6-Lg,A[E!U$e9"~hCQ]\q̾3J;:{Z~-Jry3x^MҩXxG?}J͇O7OuzYE4;kzt]+n}TYA>ɭꄳ@Ϟj0=HA?h=
C&+z@:AҤv>A<Wޡ%LUOvZ՝]?<:+ARgrP_M~QV/UHQgn/$} {.#fJvLWW ԸMUo7 | +d]mR忺mt2M5c4hɑ]((hf{Â֧3гH(*1x8Zde{3FȔyb$؞B1\ׇ\yZK iSsUgP;,bH=HwJ[21wZ`0wĆCxwu̱;y.1MdbxB_K=iU{A΅\)d!X~)Vt.
"^-H5zyX|9\]\m#0NۘwCUj6*'5M=^ӹz D@.vh0dw +Ff<G +endstream +endobj + +1042 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 74 + /Parent 1 0 R + /Contents 1043 0 R +>> +endobj + +1043 0 obj +<< + /Length 1357 + /Filter /FlateDecode +>> +stream +xMo7<6-Lg,9A[E!U$Edb.KgPٗZ|7|m:uo?7nSǻ՝:=CE4;kzot?mVݸ~Uw
$.j +kl1|r7$X(ѻV2]C7tSӒj +[ޥXqN<VT#z9},SĮ{`iU>*0_r&DOl5[0+̫{٦- 5[2HJ1YqNkJ53fJZ=
1{f! +mhZ
vPdji5vqI:,=nLv_vz|)LSFҙF-9%-?<boXuvF BEƈ52O;V+}է]}&ϛ@ 6hH<
a+kn=CcP:{H!d;\ZREt3zdō2c2\Nmw0hEbCxopؽӖ&2~C_k=} yB.lc(= ++]1cXBוFQwHي~h˘iic%b̓wzj{ZC4)Dc)|8fyoD"O?GUHtl^]FH +endstream +endobj + +1044 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 75 + /Parent 1 0 R + /Contents 1045 0 R +>> +endobj + +1045 0 obj +<< + /Length 1415 + /Filter /FlateDecode +>> +stream +xZMo7W?%9hha=9$VQ^-u(˒|7÷C.>WKb{_fOoҩ?_N~}{%/><ܮ>,O'곊&hvxgBY_~tlq^g
,j4=T8 !8P"77TZt+"cAS<0yܝwƒ&8W^e^N;h5!3V'?+)W*ʚ(ڳ Bw(1'w&bDv|1]1U5@Ըˤ2"@T9Xp>1b@ػ4:E4h,=2p]Y*H&9GQ=oom,B7:y2: +>ʣ]mU<o`@!Կ-*gP1J[gi1lZ ++kt=zdkJћНi>)rj}G-bOax3\Gӝ: b637 +;G`Gw.BO"}VZ +]\
ZoHjE8)Ez^Q6bL/I:XdM;aq Qps& )$eNbkRH|S[n_M{rZ.?}\>'|8'c͕܀ժ@6_"H/5"N$t]^MjK) +endstream +endobj + +1046 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 76 + /Parent 1 0 R + /Contents 1047 0 R +>> +endobj + +1047 0 obj +<< + /Length 1504 + /Filter /FlateDecode +>> +stream +xZMo7W? +[cEȒfv9<BxtPeUu^1,93_r&DOl5[0w-{j$<& 2{͖PY6XUKf=ΠQ3yKa啠_ lٻ4EІZLL3ډ6
8ni`wEr@ֵߧ.VNOoe2ȀU:eђ#)QQWY
Z" `.QNpCDk}9b
G +O;V(ʣ]}u<o`:@!4-]{3c?&4B -1z(,Y@Z1493`0wĆCx.{$AF@|MdbAR3Z>rB.$д_ ++(m +F]3 +rG +0 (h\# waj%WcVj9jKF"M{Фija~kFj1ѿ%Dӛw(Qp3 +'zk\Ĉ:_# +endstream +endobj + +1048 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 77 + /Parent 1 0 R + /Contents 1049 0 R +>> +endobj + +1049 0 obj +<< + /Length 1825 + /Filter /FlateDecode +>> +stream +x[ێ#}ﯠ_clMU`1܌$1F@~;k̬wd~ɷQkBu)N 6%6O)TUttaj2ϟwVW7~0->կ_Շ"qmw|lNϺ57MwzovOͳ|ԟpy-,;2N<jb/o;B4&x6RM>< +{靝]vθ=;X.Ɏ]2fh^wGKJ Iˎ;1tb^tQ$E5^ (Q \p;$XvjGtvox]:2Mnм.+k&W$SyC}x"'c0GF\K'_~Zڣ
aqXB (8Fpd +Lb +CPы<w^14r
:`x}"KxRcwt$A">y⟮s&k+_F#͕0F`S~+tom`C(o/^uGn7O_.JɅ36j.NŇ
fq=551ZDDߙߺ>;h6'KDf +sw,xckf1G:+B \/)c~,qȰ0!>\ZwNA%~;o>MoyE}%\Ў Ϧ|6"{H#(N(R`W$H<&.L3{sJ +UJ@A]~ZEs+-*E
Ht)tlhy('cƴv('aGMJ2cE
l-,ZLk7{~2|3R7$VR<\c[a <%l[RcA~&`lڒX_cXhXHbYxhhe`͂sFVMn 3dV~ 5oMq4`ؒZۈSd1FJ) +endstream +endobj + +1050 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 78 + /Parent 1 0 R + /Contents 1051 0 R +>> +endobj + +1051 0 obj +<< + /Length 1101 + /Filter /FlateDecode +>> +stream +xMo6<? @͢-EW/ YE}AʱhǑ)>4|ER3yy3kTH9:_.gWi4]<}sӵt=z/MSlyxggra"$kF΅qYa4j֝C<oz I5 BKP$A~or*)
gA,4Ai`BGYԷ'ovڛ'؈}N܈r5: ++WAoARnE +,)uWio䴷bg,3jf읙ܴIK&O +sAq)71ɍk-2ѕ.x]_ (%٠8xup*է 㡵v}mcP9)bVyZ'̄"`$W5ܘpEb/ޭQ
J"eGլ+=z~0}R +9{}m+<W7N]&&r*:\
>Uk^ixӒsDOJZt7)$r[I[x +M2sfT&O|+qSGx=F6hѴ!G!zX[Sڸ:[RQGhrAo6lcJ_ri{}G`ha+c~=CfSg,JbVTcHںi^꜅ŭ.5Pw?`PLbElK}+8wvAD]9~¾6|+{!P2~`C_XeA[ $&(D4}i=ZOz{q9/M#t.4!eC9MSr,F7 +/7]XL) +endstream +endobj + +1052 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 79 + /Parent 1 0 R + /Contents 1053 0 R +>> +endobj + +1053 0 obj +<< + /Length 1196 + /Filter /FlateDecode +>> +stream +xKo6<vbNj@-bd7"N߾زc˔MҐ?/>fbN_>>VZN7}=|M.cˍts5U/wOӇ'urg]E4;kzogE+b\*ݫՓPРAUfAj0=HAh=2LVAJƊ TKG&ύUݱ:hhqh,icl>cW^ݪ߶rMƘԩIB}1U[>WQjh&\dQ>b=W\Tc%zaUSylր4~Π +l^X1n4fTo:)mi&sthuA.J +1ZP[7,h} +NBA`Pp >j~n#pdxb$؎B1\!Wl )FC⩻[{ǵ뙱F)tޑfCȶEҺ=H볪r,nqt%g嗺[ 6>up{Ҿnb6+7;>k)XѿA9H,zb9@shV`,.~i9ZKx;<gbF`r.:@ѫ݂`.d4Q +endstream +endobj + +1054 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 80 + /Parent 1 0 R + /Contents 1055 0 R +>> +endobj + +1055 0 obj +<< + /Length 1261 + /Filter /FlateDecode +>> +stream +xMo7<6Lg,YA[EU$Ed'\YZ)Ҋ+Q:j;wpun:J|~7pN&OߦK7>pk4_||zTzx5R_T4A;gVӢieьk7(04hgp:S)B
Ʊ 5B +o֗6y.zTN1!xE Y_X2>pb!Yehf JυY
W$Ihb] +-Ɗ%sxr +յfƃl"l aJVUkimA ѣf=s,N ^7۩d2δZ'h$ecuE~9S VWl*lL/=tn#&E D!F4V
ZC$"TSp">f}i#pd<1l\!W'l +I7>D:7ҌVG|RraO #5[ 6zGp=\lۂ&2?|={+{oa0#'r`}XeI^$6"E<<%=7!G8ގGjpqяWV)p|jCp@Oh +&TLf`hKo'5wb@t/߽_hڂh|I`<_n]0X솘H;E8#oG6GD_teL<~ +NXp(x +ΫpH@%{ +endstream +endobj + +1056 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 81 + /Parent 1 0 R + /Contents 1057 0 R +>> +endobj + +1057 0 obj +<< + /Length 1351 + /Filter /FlateDecode +>> +stream +xMo7<6Lg,YA[EUEd',~hCQLr5ˇ|g8K;:|/zt\o?tߗգno>~MfLJǛӣ:;㋉ 5YPWM+fiݫԣPРAZB +5$֠ +^!Jmm"26H4#:kq[k,isU>cwTxԯ|YY +jbb}D= p[Y}%#cp$[̕LwWctHwTu@&,rOJ +Y3zU@S0AbPק +^Ne/0 +endstream +endobj + +1058 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 82 + /Parent 1 0 R + /Contents 1059 0 R +>> +endobj + +1059 0 obj +<< + /Length 1379 + /Filter /FlateDecode +>> +stream +xKo7<6Lg +
YU\,hzPqAB`
qq@exo2Y6RPDI6xa\;PgFv?/QYkzbb}E= pWY%#cpKPwve=ViQ..6Ȅe.@R>Tt?)\1<Į@ػ4:^!0ȋhvX{ep]U*OkGQ@>!a`-f!\G1O@k҅0#X'5ٺ*]+B43Ήju=Cg|^[*сZg_r&DOl5[0wu{Ѧ. 5[2HRcZZ +q_O=jf03`}XRzn6]pLp@" h1A%rW9ѦM#u6vY3>6_=6ZVj1JcAȮS@bMcۋaAa$vh-#pd<1l\C<%jVytFC[9*kֳ~tJGgi1lZ +USZ$]Y@|s%-nqtgOJF70hEb.<ۃ:ؽS&2?>`|AɅ\)d!X~)Vn
"MH]jT?>F`J.1m<W_4nwk*K`lKo'5Qs
+ZUw##,F"p6Eok +`P~oz +endstream +endobj + +1060 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 83 + /Parent 1 0 R + /Contents 1061 0 R +>> +endobj + +1061 0 obj +<< + /Length 1506 + /Filter /FlateDecode +>> +stream +xZKo7Wش0530X-ࢅ*v"XEK{l}pT:.ǡw'_nVk}zWoӛt}֓ﯯ^IUwٙg곊&hvxgmZ6^Uݩ +
IUUՃB
Ʊ 5՝B +*@TT1X"@*N~TUqs0o)"'ޥбSぼf@_.hdBs%SKƇPy0Bpd̓ZFÌ`5K0^P.bpYdޥPXqN<f^.G3Tg" vݪK0S[:"gSK΄艭f{wxA2uuOmDfْAr*cj)n3(!z`gnR/6]pLp@"hCb`L&@ڙV\D;"?)umiaKg52`NAnR@bU{Â֧300I(K178!>S#S'F+ʣ]}u<o`:@!4<-{3c=:4B -1z(Y@^p-LnqlNmv0hĆCx.{$AF@|MdbAf=} Ʌ\Hd!~)mlE<<%74!-q]\
쇹]#0%NX t@/
h +&T,oիS` +*v8; +lW"OHGZIWIH w)hWT+v赫Iw# +ѸG\] +;+u}0gY!CwDb;cЇ AcXv(CrCƢizkl6zg]_(>A+8?
&)Q/aG6CM"bpq6CM ++{po_ +endstream +endobj + +1062 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 84 + /Parent 1 0 R + /Contents 1063 0 R +>> +endobj + +1063 0 obj +<< + /Length 1546 + /Filter /FlateDecode +>> +stream +xZKo6W3> +
IuTpu&+Ыck; +;\1nH5bD쎪XH, +d]]v_-f;=z#fDK&E D!F_tF7,h}*IBA\"Z#>?~#pdHsbph=yW`ϛ@ +h4$簅sp|fڠT:{H!d;R~D:U7ҌΦș1f6Al8<
rp;MlWpD&+Z +,ߌV\ȅD/m&&:LM.?]m +R^~VL˛ݭYުW +endstream +endobj + +1064 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 85 + /Parent 1 0 R + /Contents 1065 0 R +>> +endobj + +1065 0 obj +<< + /Length 1639 + /Filter /FlateDecode +>> +stream +x[Ko7WyGpzHrp;Ii西JV>Z@QoǙ]kryj֧Jz}zV,?I.uקk=tjYzjN|~W-woZvۍ{u~W`(hРO[5Y^=(`x!S-{Pmh; 5+Ed84iꃁGB^jWWI6JէOv[UW7~Zށ~&+LlI٥B}9QSPnHV{1Rh?֠x:RX)wvGXH75
*۪Q]fSLb +]]v_-f;=z\#fD&GIQQ(F,O3V``P0cuopCDfFPg
<0W(ɕGɻ +'`.t3zv~W]\K3[:"gSJpynpx25vOw$HX& +?\aǠ
R`y[3Z>JUB.$mV^Rڶ +*v8; +lW";y`cK#N<I\+NWtkW +:7Fq\v`>ϲB*> vF8gǰ%QQE>Fy
l83m/woVHV"q~MR_mDT,mڐރx'aW&tE +0tz`>K/2芴* +VnAtqqǺ#i=M{];J!qr8RFn6 +endstream +endobj + +1066 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 883 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 86 + /Parent 1 0 R + /Contents 1067 0 R +>> +endobj + +1067 0 obj +<< + /Length 1771 + /Filter /FlateDecode +>> +stream +x[[o6~ׯ6lh797ހ @d{hIۡIð˩.TDhI(~GΡl,]-Rjh<[=ϯ?N|ùM<5O_:[dz\}J,kgY]Vj&u3lVWW +4y +^:*VE]\Ut(ĦvwH7q
[`N.֮7GM|EU>ڱmU|[]Tԛj!q|Z:=W% +fER0ʉ<nVtr%XTFm:lxw{w]ć<Th +>LyLf!L2wA^`A`%kgbpYdPul1)5NY/铿?P ++mvz&gUbH{4 +ڿ +6N?7>^lp>h +څ|3` +endstream +endobj + +1068 0 obj +<< + /Type /Annot + /Subtype /Link + /Rect [154.65288 362.14453 687.2369 395.33655] + /Border [0 0 0] + /A << + /Type /Action + /S /URI + /URI (https://t.nil.ninja/phpcon-kagawa-2025/cookie/) + >> + /F 4 + /StructParent 87 + /Contents (https://t.nil.ninja/phpcon-kagawa-2025/cookie/) +>> +endobj + +1069 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 88 + /Tabs /S + /Parent 1 0 R + /Contents 1070 0 R + /Annots [1068 0 R] +>> +endobj + +1070 0 obj +<< + /Length 9082 + /Filter /FlateDecode +>> +stream +x͎Vl-`aY*4A7,JΒdHUl>#"Iv3^?{W?{rӫ?ϳWwYzlۻӻ?/õМO0qs7eo}Cc{l/1ë?ݱmN㹝.Cǩ=>,ͩao?}3\96mܵ؟G^ھ?|~1i~TK;p_-mn;2o}7tIx_i?SӍrZߖ[W~G~?'Yy,G0θӸ704~F44Nt^3}ۜ<Mtm?tԽ;d_K=>3rY;7c;ޙ3_Oϟ!>2v8vpKs'';WO|da?9i嗢yY_ۮ?-Mxw=? +:{kss۩s|kݧ|hNSqxuu=.םqj4xεw=?_f/V^߳`_wOc˸qlv:/ݝ؏>ޞ=:{ԯ{#6:^%sOgHSgϝ]}=͔;xצa]-'ۯysxx76v4;vr9ksljf햦~{ho9=|/Wm;/vm۷۶{3]{ڶo??ϟ'mǶX矯ضqڶ_4Kߵmw9,?ϟnayӶo/%/[~6ߵc\qnM,خh=|vn +o~}.uG0ωttsv|z%%4*'v1Mwŵo4=aaJOS؟]L\5O6K{}W=4O<kی9/C3M4^
|K
)=LL=i0Ot零v#yye8ct8-%Lp!˩i8kbV:ӲNt;Gphf7ur</>6◹OlX:Fnjn~-t, {9s^|zxvpڡ,^%?Ks/Sy@68DnDY@<>4;BςrԞN9]Kw$^/;Ƒu 3d7x", סi.U52_n}`C3ɥ0&6w=C\[dv>\pZ}Y 2:\Qb
D؝:7*ݹmN7"\N<b=\[Dv{vz۾69A4ܺ
}wn3fs
(cs=]CnDy@G"3[o6e<Vk;cw#ʥyM
e"J4d5*&So'9H h{+D%} +LyiH +*B'$'Ubd;\ ȖJ?2'\ם4r6d?x7B.|=>=}Z4DQD[B'͎iwj/0G1X(p9B!
Q'4wϪ ,""o/pk]VE{?jJV)`s)EZUdftVv :V82brt
bN`St8C#nv NhӦJ`Ks$P5DBd{; 'Z4E(H뭦,+g5XURH`&e|̪*J'͙UB\$;*|: +ihBZU2Uy3+d̪Z=B/:~dj~8Z$9+VNE?Hې,E{?iJ6MӾ¦PA_#DwK +Vv oHqM/7It5) ɠB&sAҚ=jR -MpPhyN + j.D-K8 +\"\¥Jl.FX/lH
콓d8MٴI\+#\֙*12YJdR-&cubJߔw,p.C{flU^ GXB-tԎN]k?\ +\T +\."ᢺTUB-p?pͮj#77<P+'0P?+lX$V]Z+.sU6 +[TjdpqtSYS." + oB%Bb
^"BpZ$ ;VhU\DõQ9Crq\!RS5D4dS'T`hbx3/BF6ONOC#'2x1EI`odYe +46ElN#S8<
'z*'[>& yA< +JFˋDxM@p$Y<n`|ŕ:_3YduEI"Z>Ռw%. +;KxG-QScm !5/"YuC+8H/{]vtY8d%)p$EP0._ 6Tn8Q.f<4PBm>mP{4d; )/Pfhileł'U!Ox;;'@hIʬxڼܼŋ +^`;=|!C +]NTIn1^jLK![zec 1xX;҅ +l.8A Ɠ\W]f +Dp)ڵD61+I(b$k{I>m.V>T*_ư)[^[R&^ưF<s!/c[ː9f;uJG*UcGWn<3:b㦻b(Ԡ!x +Nqm-Tr O:'q!pJHf8m##Ye*1)3|E? ):@
v'ijŋ~OZ!/C)xCR/ + +ˠ1x'YR&^pI#p߶İ V.] 7dE;\V']2tÍGwF[z\]n]]tGPp +ӵsK
6L@ƈjb0Na{(14 +6퀨d +8Dp pP'pLd[>sepP p{ZlphܙJA"Ubm2i3EbW6r-&[vH{83A"Fq`\VKl +]TXlPf2vqfKhFeaРBۭvgaK˫KE;J{GNT p;*2ngg8\YTesYΑ-prv8kdh]$`KL7JʟKZq &mg05@{;$A%vؠp{S][@{7l^&RN +Dm=6(`-UE +&$D2O|He;)WHih-tJ:662Ue;\P pqp0B-p'0%\4L)U` .ʄfjv}"P +iJ`Gڌ-#9G4c*Pkrq,FCt6/f,rդ@ +" +$Ȃ.N&.@mAvZsk^v2V
*($6^P'\$}u/vIh~ + + N^. +Dp)_2m#n
G\p Z +.T` .p.{.p+"$D午"|'輀pxL_=$^F{F2Fh/Ѐ1Ă&dJ + .@M yU^1 1^ +6l-dnAdkFH0) +d +D[/CaBsee7(YB>IP:B +:
mNbꜿMWꋺ +"'=.89O(p!ۑD.E7.A#A7. Y?m$TE&3#vQ}/EKp`L,jOK[K-Lp{SXg*0
`́}.Ue;(R%D6~Kp^a/piE;pN"ۧM5@{;N@Kl +>Ńm7lYe
w)@jR MAB Р&u4m +4.^(SP1f +tPh[:X)Z.vMZTA&hvdXJhpKj-N R!hxmi^fhV6 &]5D@Mx;:E@mOe<+C#5_kO.\N0`$d>!ʂ;yG4INO +s +N"j@h`wJ}YDps$I" ~2,m]eʓ!#v~k*2nnp[vp36Q*2}2!.r4b6M{D~욙&##ҲײRL7 +:..,J˒ +p;p۹iR"P +.#0dKhHshT)`o[Cߖ8Utnn + E%nP77mI
/r7tu{Kܨ^zv[_2 +endstream +endobj + +1071 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 89 + /Parent 1 0 R + /Contents 1072 0 R +>> +endobj + +1072 0 obj +<< + /Length 1090 + /Filter /FlateDecode +>> +stream +xo6Wqw@Q q3l2t=}p8M<JEL9C1=t<Yto*Gtv}UMө,У_/_/ҩI0.ow;}~h&xIּ]5quRw꛲꣦w8٣m'igw +l 3h\ij[c7˄Bͽ3uicW{јg*>csT
Z]?wreգ +s|""}""EB&0*I6@7';bXw]cnҤNJ&O +mh +u^:"8$6Edž+TÕv]9OL@ːh0ȂcJث>_ςYģ&f@nCҶg[kY1XbJ.\Ûu)xl] 7x
,
NL$$þ6ؿւ5 70PJZ
o
"?$}nh@Z֓ޞ~z|6]h(Dт(y&i'eA.^O.S1?}~~N?7wu:yߣObIb4<AB4HQFb!w +endstream +endobj + +1073 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 90 + /Parent 1 0 R + /Contents 1074 0 R +>> +endobj + +1074 0 obj +<< + /Length 1092 + /Filter /FlateDecode +>> +stream +xMo6<!4g8`ƛ-
ك +oZW~Z: +\ m +Y VگJ_ + +endstream +endobj + +1075 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 871 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 91 + /Parent 1 0 R + /Contents 1076 0 R +>> +endobj + +1076 0 obj +<< + /Length 1276 + /Filter /FlateDecode +>> +stream +xMo7zIКĎCNvlE}AJVz+Q:hY>×Cpt_RZ^駫h|!Wzc:5&7&wX9U_U4A;gFvYƍ'Vݩ +
Q.5h +zPqAB`
iz@Y.xo2Yi0UDI:xaܸ;;UGϚ[\5j6*?k{,7ohI rzP_XX_(h&\$} {.\d6Xtw<6MԩN5;@d,@ߪvr$Ur·Cj{Bc
@^Dbݯ+U>SLk9GQmW6!a`,f%\uyT +Y 6_U>7FCD6&h۳S5|-8鍆/F&cCĈ=~Tkz}w:g+s +8Cev5 +
){
cx<끻'?<O@g}. +endstream +endobj + +1077 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 92 + /Parent 1 0 R + /Contents 1078 0 R +>> +endobj + +1078 0 obj +<< + /Length 1215 + /Filter /FlateDecode +>> +stream +xmo#5S!!*Qgf<tFBz/JOд6푝4لƛ8/y7מi3x4Mzf2\~ÇǏٟM~ԃo//>]>S<brpcYE4;kzofC+a\ݨ_ԽPРA^sX
FG +5$֠G +!Fof#Edl4iG&ύ#bEUcI78R^eR?03$
Se*R(I1'&bD/eaS@j +ھ
1{f!P +oZ
Ԩi5*48$`Q"Ⱥ1RZv>f=c0hɑ((h_{Â֧a$T +^DG\mL'F+TÕ]M7@0hH<a+sn=C(;,bT]H:~Y@|q#-nut;%Gӿ[ 6l^p1v) f# >㼉L7zZW;A9H\ȅBV}b%m&ͼ`,)v i=ZGy{rzg +endstream +endobj + +1079 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 93 + /Parent 1 0 R + /Contents 1080 0 R +>> +endobj + +1080 0 obj +<< + /Length 1179 + /Filter /FlateDecode +>> +stream +xKo6<C@`ݠh=lz*8(Ҏ-{eCQ$75c{ep{=ctz=?
˿|?\yI
s뻇Ig&hvxgXYߨ>ΫVոRW'UA>ʥf@^j0=HAh=C&+ ]F T+G&ύ#utⲴXTǪWxnoe}#LIKoBEE{6A(0%#cpåI)Ke)LO7ctH/uZRd8_@?vINJJ8_nwhf!rB]j +6y.z~\JibBX9hd|
Co1+ +< +endstream +endobj + +1081 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + /f1 889 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 94 + /Parent 1 0 R + /Contents 1082 0 R +>> +endobj + +1082 0 obj +<< + /Length 1427 + /Filter /FlateDecode +>> +stream +xZn7}W.jf8!À%Ghha}H*v"GEѿ/VBQTNVo+{zjVWu?_Wrעjr9;Ӌbw5^[OMKL[7sgp-X/Z{孙,.+Hl~]L^Z KC|<hn"rޥyt3⦶X=|c۫ +1fNMHn.
φ_+&)UvQ(R_LCչ1,F`S.[mZIML=j&P!VOr8UdVpU<c_
r=!)چ)Xy4zeTL< +DzZ_xrca4y2_ +nrz>6H H簅^ZFȲ#d?RC=^O>"ת[ihrCcx~c{ax#@ҝ]D+8u +{h}-6lߍ&R\(đD[ +endstream +endobj + +1083 0 obj +<< + /Type /Page + /Resources << + /ProcSet [/PDF /Text /ImageC /ImageB] + /ColorSpace << + /c0 896 0 R + /c1 895 0 R + >> + /ExtGState << + /g0 899 0 R + >> + /Font << + /f0 877 0 R + >> + >> + /MediaBox [0 0 841.8898 473.563] + /StructParents 95 + /Parent 1 0 R + /Contents 1084 0 R +>> +endobj + +1084 0 obj +<< + /Length 1137 + /Filter /FlateDecode +>> +stream +xKo7<6S3> +47$} {._\d2XԻeۦ
=@Ȅi.@?qIJ8c0ClS."'ޥбf}iC`<좱T)&(6KKƇq00P:<+ +I7~D:έ02\'u-b_zz3vv1Mdb {ZVNk`G3r`}_XeA
$6"E<<$=7 GHo?~T?hX}&@m95IJH
G +E
nAsУUTk +mq% &F/r " +endstream +endobj + +1085 0 obj +<< + /Title <FEFF002000500075007200650020005000480050002030674F5C308B002000207C21661300200048005400540050002030B530FC30D00020> + /Author <FEFF006E007300660069007300690073002000283044307E308030890029> + /Creator (Typst 0.14.0) + /ModDate (D:20251124000000Z) + /CreationDate (D:20251124000000Z) +>> +endobj + +1086 0 obj +<< + /Length 1191 + /Type /Metadata + /Subtype /XML +>> +stream +<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?><x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="xmp-writer"><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" ><dc:title><rdf:Alt><rdf:li xml:lang="x-default"> Pure PHP で作る 簡易 HTTP サーバ </rdf:li></rdf:Alt></dc:title><dc:creator><rdf:Seq><rdf:li>nsfisis (いまむら)</rdf:li></rdf:Seq></dc:creator><xmp:CreatorTool>Typst 0.14.0</xmp:CreatorTool><dc:language><rdf:Bag><rdf:li>ja</rdf:li></rdf:Bag></dc:language><xmp:ModifyDate>2025-11-24T00:00:00Z</xmp:ModifyDate><xmp:CreateDate>2025-11-24T00:00:00Z</xmp:CreateDate><xmpTPg:NPages>88</xmpTPg:NPages><dc:format>application/pdf</dc:format><xmpMM:InstanceID>3keQO4rHSxOyaeWkVjdVZA==</xmpMM:InstanceID><xmpMM:DocumentID>vd1nfl4c5WMVvuyMTvmHrQ==</xmpMM:DocumentID><xmpMM:RenditionClass>proof</xmpMM:RenditionClass><pdf:PDFVersion>1.7</pdf:PDFVersion></rdf:Description></rdf:RDF></x:xmpmeta><?xpacket end="r"?> +endstream +endobj + +1087 0 obj +<< + /Type /Catalog + /Pages 1 0 R + /Metadata 1086 0 R + /PageLabels 2 0 R + /Lang (ja) + /StructTreeRoot 3 0 R + /MarkInfo << + /Marked true + /Suspects false + >> + /ViewerPreferences << + /Direction /L2R + >> +>> +endobj + +xref +0 1088 +0000000000 65535 f
+0000000016 00000 n
+0000000820 00000 n
+0000001810 00000 n
+0000002982 00000 n
+0000003120 00000 n
+0000003162 00000 n
+0000003236 00000 n
+0000003366 00000 n
+0000003392 00000 n
+0000003474 00000 n
+0000003501 00000 n
+0000003544 00000 n
+0000003611 00000 n
+0000003710 00000 n
+0000003761 00000 n
+0000003844 00000 n
+0000003935 00000 n
+0000004018 00000 n
+0000004045 00000 n
+0000004144 00000 n
+0000004179 00000 n
+0000004230 00000 n
+0000004297 00000 n
+0000004468 00000 n
+0000004519 00000 n
+0000004586 00000 n
+0000004709 00000 n
+0000004792 00000 n
+0000004931 00000 n
+0000004990 00000 n
+0000005073 00000 n
+0000005180 00000 n
+0000005391 00000 n
+0000005418 00000 n
+0000005469 00000 n
+0000005552 00000 n
+0000005683 00000 n
+0000005830 00000 n
+0000005953 00000 n
+0000006012 00000 n
+0000006103 00000 n
+0000006234 00000 n
+0000006349 00000 n
+0000006488 00000 n
+0000006603 00000 n
+0000006710 00000 n
+0000006849 00000 n
+0000006988 00000 n
+0000007095 00000 n
+0000007194 00000 n
+0000007229 00000 n
+0000007288 00000 n
+0000007355 00000 n
+0000007390 00000 n
+0000007489 00000 n
+0000007524 00000 n
+0000007711 00000 n
+0000007770 00000 n
+0000007821 00000 n
+0000007896 00000 n
+0000008011 00000 n
+0000008142 00000 n
+0000008297 00000 n
+0000008476 00000 n
+0000008695 00000 n
+0000008802 00000 n
+0000008861 00000 n
+0000008888 00000 n
+0000008939 00000 n
+0000009030 00000 n
+0000009153 00000 n
+0000009332 00000 n
+0000009551 00000 n
+0000009842 00000 n
+0000010293 00000 n
+0000010320 00000 n
+0000010387 00000 n
+0000010478 00000 n
+0000010625 00000 n
+0000010788 00000 n
+0000011039 00000 n
+0000011314 00000 n
+0000011661 00000 n
+0000012048 00000 n
+0000012083 00000 n
+0000012110 00000 n
+0000012137 00000 n
+0000012252 00000 n
+0000012327 00000 n
+0000012394 00000 n
+0000012555 00000 n
+0000012595 00000 n
+0000013941 00000 n
+0000014032 00000 n
+0000014203 00000 n
+0000014335 00000 n
+0000014420 00000 n
+0000014512 00000 n
+0000014602 00000 n
+0000014689 00000 n
+0000014772 00000 n
+0000014868 00000 n
+0000014959 00000 n
+0000015093 00000 n
+0000015182 00000 n
+0000015279 00000 n
+0000015370 00000 n
+0000015458 00000 n
+0000015542 00000 n
+0000015635 00000 n
+0000015726 00000 n
+0000015860 00000 n
+0000015949 00000 n
+0000016044 00000 n
+0000016135 00000 n
+0000016223 00000 n
+0000016307 00000 n
+0000016396 00000 n
+0000016487 00000 n
+0000016585 00000 n
+0000016685 00000 n
+0000016802 00000 n
+0000016897 00000 n
+0000016985 00000 n
+0000017073 00000 n
+0000017218 00000 n
+0000017297 00000 n
+0000017439 00000 n
+0000017596 00000 n
+0000017778 00000 n
+0000017867 00000 n
+0000017982 00000 n
+0000018074 00000 n
+0000018163 00000 n
+0000018271 00000 n
+0000018377 00000 n
+0000018469 00000 n
+0000018558 00000 n
+0000018679 00000 n
+0000018771 00000 n
+0000018860 00000 n
+0000018962 00000 n
+0000019068 00000 n
+0000019160 00000 n
+0000019249 00000 n
+0000019358 00000 n
+0000019450 00000 n
+0000019539 00000 n
+0000019642 00000 n
+0000019748 00000 n
+0000019839 00000 n
+0000019928 00000 n
+0000020035 00000 n
+0000020140 00000 n
+0000020231 00000 n
+0000020319 00000 n
+0000020501 00000 n
+0000020590 00000 n
+0000020705 00000 n
+0000020797 00000 n
+0000020886 00000 n
+0000020983 00000 n
+0000021075 00000 n
+0000021164 00000 n
+0000021285 00000 n
+0000021377 00000 n
+0000021466 00000 n
+0000021560 00000 n
+0000021652 00000 n
+0000021741 00000 n
+0000021850 00000 n
+0000021941 00000 n
+0000022030 00000 n
+0000022125 00000 n
+0000022216 00000 n
+0000022305 00000 n
+0000022404 00000 n
+0000022495 00000 n
+0000022583 00000 n
+0000022757 00000 n
+0000022846 00000 n
+0000022943 00000 n
+0000023035 00000 n
+0000023124 00000 n
+0000023245 00000 n
+0000023337 00000 n
+0000023426 00000 n
+0000023520 00000 n
+0000023612 00000 n
+0000023701 00000 n
+0000023810 00000 n
+0000023901 00000 n
+0000023990 00000 n
+0000024085 00000 n
+0000024176 00000 n
+0000024265 00000 n
+0000024364 00000 n
+0000024455 00000 n
+0000024543 00000 n
+0000024709 00000 n
+0000024798 00000 n
+0000024919 00000 n
+0000025011 00000 n
+0000025100 00000 n
+0000025194 00000 n
+0000025286 00000 n
+0000025375 00000 n
+0000025484 00000 n
+0000025575 00000 n
+0000025664 00000 n
+0000025759 00000 n
+0000025850 00000 n
+0000025939 00000 n
+0000026038 00000 n
+0000026129 00000 n
+0000026217 00000 n
+0000026375 00000 n
+0000026464 00000 n
+0000026558 00000 n
+0000026650 00000 n
+0000026739 00000 n
+0000026848 00000 n
+0000026939 00000 n
+0000027028 00000 n
+0000027123 00000 n
+0000027214 00000 n
+0000027303 00000 n
+0000027402 00000 n
+0000027493 00000 n
+0000027581 00000 n
+0000027731 00000 n
+0000027820 00000 n
+0000027929 00000 n
+0000028020 00000 n
+0000028109 00000 n
+0000028204 00000 n
+0000028295 00000 n
+0000028384 00000 n
+0000028483 00000 n
+0000028574 00000 n
+0000028662 00000 n
+0000028804 00000 n
+0000028893 00000 n
+0000028988 00000 n
+0000029079 00000 n
+0000029168 00000 n
+0000029267 00000 n
+0000029358 00000 n
+0000029446 00000 n
+0000029580 00000 n
+0000029669 00000 n
+0000029768 00000 n
+0000029859 00000 n
+0000029947 00000 n
+0000030035 00000 n
+0000030209 00000 n
+0000030298 00000 n
+0000030413 00000 n
+0000030505 00000 n
+0000030594 00000 n
+0000030711 00000 n
+0000030829 00000 n
+0000030921 00000 n
+0000031010 00000 n
+0000031130 00000 n
+0000031248 00000 n
+0000031340 00000 n
+0000031429 00000 n
+0000031540 00000 n
+0000031652 00000 n
+0000031744 00000 n
+0000031833 00000 n
+0000031940 00000 n
+0000032051 00000 n
+0000032142 00000 n
+0000032231 00000 n
+0000032326 00000 n
+0000032417 00000 n
+0000032505 00000 n
+0000032679 00000 n
+0000032768 00000 n
+0000032883 00000 n
+0000032975 00000 n
+0000033064 00000 n
+0000033167 00000 n
+0000033259 00000 n
+0000033348 00000 n
+0000033457 00000 n
+0000033549 00000 n
+0000033638 00000 n
+0000033738 00000 n
+0000033829 00000 n
+0000033918 00000 n
+0000034017 00000 n
+0000034108 00000 n
+0000034197 00000 n
+0000034292 00000 n
+0000034383 00000 n
+0000034471 00000 n
+0000034637 00000 n
+0000034726 00000 n
+0000034829 00000 n
+0000034921 00000 n
+0000035010 00000 n
+0000035119 00000 n
+0000035211 00000 n
+0000035300 00000 n
+0000035400 00000 n
+0000035491 00000 n
+0000035580 00000 n
+0000035679 00000 n
+0000035770 00000 n
+0000035859 00000 n
+0000035954 00000 n
+0000036045 00000 n
+0000036133 00000 n
+0000036291 00000 n
+0000036380 00000 n
+0000036489 00000 n
+0000036581 00000 n
+0000036670 00000 n
+0000036770 00000 n
+0000036861 00000 n
+0000036950 00000 n
+0000037049 00000 n
+0000037140 00000 n
+0000037229 00000 n
+0000037324 00000 n
+0000037415 00000 n
+0000037503 00000 n
+0000037653 00000 n
+0000037742 00000 n
+0000037842 00000 n
+0000037933 00000 n
+0000038022 00000 n
+0000038121 00000 n
+0000038212 00000 n
+0000038301 00000 n
+0000038396 00000 n
+0000038487 00000 n
+0000038575 00000 n
+0000038717 00000 n
+0000038806 00000 n
+0000038905 00000 n
+0000038996 00000 n
+0000039085 00000 n
+0000039180 00000 n
+0000039271 00000 n
+0000039359 00000 n
+0000039493 00000 n
+0000039582 00000 n
+0000039677 00000 n
+0000039768 00000 n
+0000039856 00000 n
+0000039944 00000 n
+0000040086 00000 n
+0000040175 00000 n
+0000040268 00000 n
+0000040359 00000 n
+0000040448 00000 n
+0000040541 00000 n
+0000040632 00000 n
+0000040720 00000 n
+0000040809 00000 n
+0000040915 00000 n
+0000041089 00000 n
+0000041178 00000 n
+0000041281 00000 n
+0000041373 00000 n
+0000041462 00000 n
+0000041559 00000 n
+0000041651 00000 n
+0000041740 00000 n
+0000041837 00000 n
+0000041929 00000 n
+0000042018 00000 n
+0000042112 00000 n
+0000042204 00000 n
+0000042293 00000 n
+0000042394 00000 n
+0000042485 00000 n
+0000042574 00000 n
+0000042669 00000 n
+0000042760 00000 n
+0000042854 00000 n
+0000043020 00000 n
+0000043109 00000 n
+0000043206 00000 n
+0000043298 00000 n
+0000043387 00000 n
+0000043484 00000 n
+0000043576 00000 n
+0000043665 00000 n
+0000043759 00000 n
+0000043851 00000 n
+0000043940 00000 n
+0000044041 00000 n
+0000044132 00000 n
+0000044221 00000 n
+0000044316 00000 n
+0000044407 00000 n
+0000044501 00000 n
+0000044659 00000 n
+0000044748 00000 n
+0000044845 00000 n
+0000044937 00000 n
+0000045026 00000 n
+0000045120 00000 n
+0000045212 00000 n
+0000045301 00000 n
+0000045402 00000 n
+0000045493 00000 n
+0000045582 00000 n
+0000045677 00000 n
+0000045768 00000 n
+0000045862 00000 n
+0000046012 00000 n
+0000046101 00000 n
+0000046195 00000 n
+0000046287 00000 n
+0000046376 00000 n
+0000046477 00000 n
+0000046568 00000 n
+0000046657 00000 n
+0000046752 00000 n
+0000046843 00000 n
+0000046937 00000 n
+0000047079 00000 n
+0000047168 00000 n
+0000047269 00000 n
+0000047360 00000 n
+0000047449 00000 n
+0000047544 00000 n
+0000047635 00000 n
+0000047729 00000 n
+0000047863 00000 n
+0000047952 00000 n
+0000048047 00000 n
+0000048138 00000 n
+0000048232 00000 n
+0000048326 00000 n
+0000048422 00000 n
+0000048541 00000 n
+0000048639 00000 n
+0000048733 00000 n
+0000048878 00000 n
+0000048957 00000 n
+0000049099 00000 n
+0000049256 00000 n
+0000049358 00000 n
+0000049448 00000 n
+0000049538 00000 n
+0000049636 00000 n
+0000049781 00000 n
+0000049860 00000 n
+0000050200 00000 n
+0000050357 00000 n
+0000050514 00000 n
+0000050671 00000 n
+0000050828 00000 n
+0000050972 00000 n
+0000051051 00000 n
+0000051191 00000 n
+0000051347 00000 n
+0000051502 00000 n
+0000051632 00000 n
+0000051730 00000 n
+0000051812 00000 n
+0000051946 00000 n
+0000052038 00000 n
+0000052120 00000 n
+0000052250 00000 n
+0000052332 00000 n
+0000052466 00000 n
+0000052554 00000 n
+0000052709 00000 n
+0000052839 00000 n
+0000052921 00000 n
+0000053003 00000 n
+0000053137 00000 n
+0000053225 00000 n
+0000053320 00000 n
+0000053475 00000 n
+0000053605 00000 n
+0000053687 00000 n
+0000053769 00000 n
+0000053903 00000 n
+0000053992 00000 n
+0000054142 00000 n
+0000054231 00000 n
+0000054325 00000 n
+0000054415 00000 n
+0000054504 00000 n
+0000054596 00000 n
+0000054686 00000 n
+0000054775 00000 n
+0000054869 00000 n
+0000054959 00000 n
+0000055048 00000 n
+0000055206 00000 n
+0000055295 00000 n
+0000055388 00000 n
+0000055479 00000 n
+0000055568 00000 n
+0000055661 00000 n
+0000055752 00000 n
+0000055841 00000 n
+0000055942 00000 n
+0000056032 00000 n
+0000056121 00000 n
+0000056217 00000 n
+0000056307 00000 n
+0000056394 00000 n
+0000056552 00000 n
+0000056641 00000 n
+0000056734 00000 n
+0000056825 00000 n
+0000056914 00000 n
+0000057007 00000 n
+0000057098 00000 n
+0000057187 00000 n
+0000057288 00000 n
+0000057378 00000 n
+0000057467 00000 n
+0000057563 00000 n
+0000057653 00000 n
+0000057740 00000 n
+0000057895 00000 n
+0000058025 00000 n
+0000058107 00000 n
+0000058189 00000 n
+0000058323 00000 n
+0000058412 00000 n
+0000058562 00000 n
+0000058651 00000 n
+0000058745 00000 n
+0000058835 00000 n
+0000058924 00000 n
+0000059021 00000 n
+0000059112 00000 n
+0000059202 00000 n
+0000059291 00000 n
+0000059385 00000 n
+0000059475 00000 n
+0000059564 00000 n
+0000059719 00000 n
+0000059849 00000 n
+0000059931 00000 n
+0000060013 00000 n
+0000060147 00000 n
+0000060236 00000 n
+0000060394 00000 n
+0000060483 00000 n
+0000060578 00000 n
+0000060668 00000 n
+0000060757 00000 n
+0000060849 00000 n
+0000060939 00000 n
+0000061074 00000 n
+0000061163 00000 n
+0000061255 00000 n
+0000061345 00000 n
+0000061434 00000 n
+0000061518 00000 n
+0000061606 00000 n
+0000061696 00000 n
+0000061785 00000 n
+0000061943 00000 n
+0000062032 00000 n
+0000062125 00000 n
+0000062216 00000 n
+0000062305 00000 n
+0000062398 00000 n
+0000062489 00000 n
+0000062578 00000 n
+0000062679 00000 n
+0000062769 00000 n
+0000062858 00000 n
+0000062954 00000 n
+0000063044 00000 n
+0000063131 00000 n
+0000063230 00000 n
+0000063327 00000 n
+0000063434 00000 n
+0000063533 00000 n
+0000063673 00000 n
+0000063829 00000 n
+0000063916 00000 n
+0000064066 00000 n
+0000064155 00000 n
+0000064247 00000 n
+0000064337 00000 n
+0000064426 00000 n
+0000064518 00000 n
+0000064608 00000 n
+0000064697 00000 n
+0000064781 00000 n
+0000064874 00000 n
+0000064964 00000 n
+0000065055 00000 n
+0000065150 00000 n
+0000065262 00000 n
+0000065349 00000 n
+0000065440 00000 n
+0000065622 00000 n
+0000065711 00000 n
+0000065804 00000 n
+0000065895 00000 n
+0000066030 00000 n
+0000066119 00000 n
+0000066212 00000 n
+0000066303 00000 n
+0000066392 00000 n
+0000066476 00000 n
+0000066564 00000 n
+0000066654 00000 n
+0000066789 00000 n
+0000066878 00000 n
+0000066970 00000 n
+0000067060 00000 n
+0000067149 00000 n
+0000067233 00000 n
+0000067321 00000 n
+0000067411 00000 n
+0000067546 00000 n
+0000067635 00000 n
+0000067727 00000 n
+0000067817 00000 n
+0000067906 00000 n
+0000067990 00000 n
+0000068078 00000 n
+0000068168 00000 n
+0000068350 00000 n
+0000068439 00000 n
+0000068532 00000 n
+0000068623 00000 n
+0000068758 00000 n
+0000068847 00000 n
+0000068940 00000 n
+0000069031 00000 n
+0000069120 00000 n
+0000069204 00000 n
+0000069292 00000 n
+0000069382 00000 n
+0000069517 00000 n
+0000069606 00000 n
+0000069698 00000 n
+0000069788 00000 n
+0000069877 00000 n
+0000069961 00000 n
+0000070049 00000 n
+0000070139 00000 n
+0000070274 00000 n
+0000070363 00000 n
+0000070455 00000 n
+0000070545 00000 n
+0000070634 00000 n
+0000070718 00000 n
+0000070806 00000 n
+0000070896 00000 n
+0000071054 00000 n
+0000071189 00000 n
+0000071278 00000 n
+0000071370 00000 n
+0000071460 00000 n
+0000071549 00000 n
+0000071633 00000 n
+0000071721 00000 n
+0000071811 00000 n
+0000071946 00000 n
+0000072035 00000 n
+0000072127 00000 n
+0000072217 00000 n
+0000072306 00000 n
+0000072390 00000 n
+0000072478 00000 n
+0000072568 00000 n
+0000072710 00000 n
+0000072845 00000 n
+0000072934 00000 n
+0000073026 00000 n
+0000073116 00000 n
+0000073205 00000 n
+0000073289 00000 n
+0000073377 00000 n
+0000073467 00000 n
+0000073554 00000 n
+0000073678 00000 n
+0000073788 00000 n
+0000073892 00000 n
+0000073996 00000 n
+0000074091 00000 n
+0000074201 00000 n
+0000074305 00000 n
+0000074409 00000 n
+0000074504 00000 n
+0000074601 00000 n
+0000074705 00000 n
+0000074800 00000 n
+0000074895 00000 n
+0000074999 00000 n
+0000075124 00000 n
+0000075217 00000 n
+0000075310 00000 n
+0000075403 00000 n
+0000075496 00000 n
+0000075621 00000 n
+0000075714 00000 n
+0000075807 00000 n
+0000075900 00000 n
+0000075993 00000 n
+0000076095 00000 n
+0000076188 00000 n
+0000076277 00000 n
+0000076370 00000 n
+0000076459 00000 n
+0000076548 00000 n
+0000076637 00000 n
+0000076757 00000 n
+0000076850 00000 n
+0000076939 00000 n
+0000077032 00000 n
+0000077121 00000 n
+0000077210 00000 n
+0000077299 00000 n
+0000077388 00000 n
+0000077491 00000 n
+0000077578 00000 n
+0000077665 00000 n
+0000077790 00000 n
+0000077883 00000 n
+0000077976 00000 n
+0000078069 00000 n
+0000078162 00000 n
+0000078261 00000 n
+0000078348 00000 n
+0000078435 00000 n
+0000078560 00000 n
+0000078653 00000 n
+0000078746 00000 n
+0000078839 00000 n
+0000078932 00000 n
+0000079019 00000 n
+0000079110 00000 n
+0000079213 00000 n
+0000079300 00000 n
+0000079391 00000 n
+0000079480 00000 n
+0000079567 00000 n
+0000079656 00000 n
+0000079743 00000 n
+0000079830 00000 n
+0000079955 00000 n
+0000080048 00000 n
+0000080141 00000 n
+0000080234 00000 n
+0000080327 00000 n
+0000080406 00000 n
+0000080499 00000 n
+0000080649 00000 n
+0000080800 00000 n
+0000080889 00000 n
+0000080982 00000 n
+0000081073 00000 n
+0000081162 00000 n
+0000081255 00000 n
+0000081346 00000 n
+0000081435 00000 n
+0000081527 00000 n
+0000081617 00000 n
+0000081706 00000 n
+0000081790 00000 n
+0000081884 00000 n
+0000081974 00000 n
+0000082063 00000 n
+0000082157 00000 n
+0000082247 00000 n
+0000082346 00000 n
+0000082490 00000 n
+0000082579 00000 n
+0000082724 00000 n
+0000082869 00000 n
+0000083038 00000 n
+0000083097 00000 n
+0000083156 00000 n
+0000083215 00000 n
+0000083274 00000 n
+0000083333 00000 n
+0000083392 00000 n
+0000083451 00000 n
+0000083510 00000 n
+0000083569 00000 n
+0000083628 00000 n
+0000083687 00000 n
+0000083747 00000 n
+0000083807 00000 n
+0000083867 00000 n
+0000083927 00000 n
+0000083987 00000 n
+0000084047 00000 n
+0000084107 00000 n
+0000084167 00000 n
+0000084227 00000 n
+0000084287 00000 n
+0000084347 00000 n
+0000084407 00000 n
+0000084467 00000 n
+0000084527 00000 n
+0000084587 00000 n
+0000084647 00000 n
+0000084707 00000 n
+0000084767 00000 n
+0000084827 00000 n
+0000084887 00000 n
+0000084947 00000 n
+0000085007 00000 n
+0000085067 00000 n
+0000085127 00000 n
+0000085187 00000 n
+0000085247 00000 n
+0000085307 00000 n
+0000085367 00000 n
+0000085427 00000 n
+0000085487 00000 n
+0000085547 00000 n
+0000085607 00000 n
+0000085667 00000 n
+0000085727 00000 n
+0000085787 00000 n
+0000085847 00000 n
+0000085907 00000 n
+0000085967 00000 n
+0000086027 00000 n
+0000086087 00000 n
+0000086147 00000 n
+0000086207 00000 n
+0000086267 00000 n
+0000086327 00000 n
+0000086387 00000 n
+0000086447 00000 n
+0000086507 00000 n
+0000086567 00000 n
+0000086627 00000 n
+0000086687 00000 n
+0000086747 00000 n
+0000086807 00000 n
+0000086867 00000 n
+0000086927 00000 n
+0000086987 00000 n
+0000087047 00000 n
+0000087107 00000 n
+0000087167 00000 n
+0000087227 00000 n
+0000087287 00000 n
+0000087347 00000 n
+0000087407 00000 n
+0000087467 00000 n
+0000087527 00000 n
+0000087587 00000 n
+0000087647 00000 n
+0000087707 00000 n
+0000087767 00000 n
+0000087827 00000 n
+0000087887 00000 n
+0000087947 00000 n
+0000088007 00000 n
+0000088067 00000 n
+0000088127 00000 n
+0000088187 00000 n
+0000088247 00000 n
+0000088307 00000 n
+0000088487 00000 n
+0000088859 00000 n
+0000088948 00000 n
+0000089199 00000 n
+0000090180 00000 n
+0000092959 00000 n
+0000093142 00000 n
+0000094142 00000 n
+0000094233 00000 n
+0000094487 00000 n
+0000098885 00000 n
+0000136116 00000 n
+0000136281 00000 n
+0000136549 00000 n
+0000136641 00000 n
+0000136918 00000 n
+0000138180 00000 n
+0000146574 00000 n
+0000146759 00000 n
+0000147013 00000 n
+0000147099 00000 n
+0000147350 00000 n
+0000148050 00000 n
+0000148499 00000 n
+0000148537 00000 n
+0000148575 00000 n
+0000148934 00000 n
+0000149357 00000 n
+0000149408 00000 n
+0000149462 00000 n
+0000149814 00000 n
+0000151262 00000 n
+0000151614 00000 n
+0000153531 00000 n
+0000153865 00000 n
+0000155153 00000 n
+0000155505 00000 n
+0000156898 00000 n
+0000157250 00000 n
+0000158427 00000 n
+0000158779 00000 n
+0000160103 00000 n
+0000160437 00000 n
+0000161634 00000 n
+0000161968 00000 n
+0000163208 00000 n
+0000163542 00000 n
+0000164826 00000 n
+0000165160 00000 n
+0000166504 00000 n
+0000166839 00000 n
+0000168073 00000 n
+0000168426 00000 n
+0000169751 00000 n
+0000170086 00000 n
+0000171400 00000 n
+0000171753 00000 n
+0000173080 00000 n
+0000173415 00000 n
+0000174610 00000 n
+0000174945 00000 n
+0000176245 00000 n
+0000176580 00000 n
+0000177777 00000 n
+0000178112 00000 n
+0000179350 00000 n
+0000179685 00000 n
+0000180947 00000 n
+0000181282 00000 n
+0000182702 00000 n
+0000183037 00000 n
+0000184274 00000 n
+0000184609 00000 n
+0000185888 00000 n
+0000186223 00000 n
+0000187602 00000 n
+0000187955 00000 n
+0000189290 00000 n
+0000189643 00000 n
+0000191086 00000 n
+0000191421 00000 n
+0000192669 00000 n
+0000193022 00000 n
+0000194392 00000 n
+0000194745 00000 n
+0000196185 00000 n
+0000196538 00000 n
+0000198176 00000 n
+0000198511 00000 n
+0000199695 00000 n
+0000200048 00000 n
+0000201356 00000 n
+0000201709 00000 n
+0000203107 00000 n
+0000203460 00000 n
+0000204945 00000 n
+0000205298 00000 n
+0000206832 00000 n
+0000207167 00000 n
+0000208540 00000 n
+0000208875 00000 n
+0000210122 00000 n
+0000210475 00000 n
+0000211806 00000 n
+0000212109 00000 n
+0000212475 00000 n
+0000213939 00000 n
+0000214274 00000 n
+0000215642 00000 n
+0000215977 00000 n
+0000217377 00000 n
+0000217748 00000 n
+0000219475 00000 n
+0000219828 00000 n
+0000221450 00000 n
+0000221785 00000 n
+0000223186 00000 n
+0000223521 00000 n
+0000224939 00000 n
+0000225292 00000 n
+0000227005 00000 n
+0000227358 00000 n
+0000229182 00000 n
+0000229488 00000 n
+0000229854 00000 n
+0000239242 00000 n
+0000239720 00000 n
+0000240198 00000 n
+0000240676 00000 n
+0000241155 00000 n
+0000241548 00000 n
+0000258851 00000 n
+0000259188 00000 n
+0000260446 00000 n
+0000260783 00000 n
+0000261989 00000 n
+0000262326 00000 n
+0000263662 00000 n
+0000263970 00000 n
+0000264339 00000 n
+0000273386 00000 n
+0000273723 00000 n
+0000275277 00000 n
+0000275614 00000 n
+0000276864 00000 n
+0000277201 00000 n
+0000278433 00000 n
+0000278770 00000 n
+0000280070 00000 n
+0000280407 00000 n
+0000281772 00000 n
+0000282109 00000 n
+0000283506 00000 n
+0000283843 00000 n
+0000285272 00000 n
+0000285609 00000 n
+0000287077 00000 n
+0000287414 00000 n
+0000288952 00000 n
+0000289289 00000 n
+0000290595 00000 n
+0000290932 00000 n
+0000292177 00000 n
+0000292514 00000 n
+0000293695 00000 n
+0000294032 00000 n
+0000295281 00000 n
+0000295618 00000 n
+0000296932 00000 n
+0000297269 00000 n
+0000298634 00000 n
+0000298971 00000 n
+0000300409 00000 n
+0000300746 00000 n
+0000302242 00000 n
+0000302579 00000 n
+0000304164 00000 n
+0000304519 00000 n
+0000306425 00000 n
+0000306762 00000 n
+0000307944 00000 n
+0000308281 00000 n
+0000309558 00000 n
+0000309895 00000 n
+0000311237 00000 n
+0000311574 00000 n
+0000313006 00000 n
+0000313343 00000 n
+0000314803 00000 n
+0000315140 00000 n
+0000316727 00000 n
+0000317064 00000 n
+0000318691 00000 n
+0000319028 00000 n
+0000320748 00000 n
+0000321103 00000 n
+0000322955 00000 n
+0000323267 00000 n
+0000323636 00000 n
+0000332799 00000 n
+0000333136 00000 n
+0000334307 00000 n
+0000334644 00000 n
+0000335817 00000 n
+0000336172 00000 n
+0000337529 00000 n
+0000337866 00000 n
+0000339162 00000 n
+0000339499 00000 n
+0000340759 00000 n
+0000341114 00000 n
+0000342622 00000 n
+0000342959 00000 n
+0000344177 00000 n
+0000344492 00000 n
+0000345775 00000 n
+trailer +<< + /Size 1088 + /Root 1087 0 R + /Info 1085 0 R + /ID [(vd1nfl4c5WMVvuyMTvmHrQ==) (3keQO4rHSxOyaeWkVjdVZA==)] +>> +startxref +346016 +%%EOF
\ No newline at end of file diff --git a/slides.typ b/slides.typ new file mode 100644 index 0000000..906b1e1 --- /dev/null +++ b/slides.typ @@ -0,0 +1,607 @@ +#import "@preview/touying:0.6.1": * +#import "@preview/cades:0.3.1": qr-code +#import "@preview/codly:1.3.0": * +#import "@preview/cjk-unbreak:0.2.0": remove-cjk-break-space, transform-childs +#import "setoka.typ": * + +#show: codly-init.with() + +#show: remove-cjk-break-space + +#let plugin_tokenize_ja_uninitialized = plugin("plugins/tokenize-ja/tokenize-ja.wasm") +#let plugin_tokenize_ja = plugin.transition(plugin_tokenize_ja_uninitialized.init) + +#let tokenize(s) = { + cbor(plugin_tokenize_ja.tokenize(bytes(s))) +} + +#let get-inner-str(e) = { + if e.func() == text { + if e.has("text") { + e.text + } else if e.has("body") { + e.body + } else { + none + } + } else { + none + } +} + +#let make-助詞-small(rest) = { + rest = transform-childs(rest, make-助詞-small) + if utils.is-sequence(rest) { + for child in rest.children { + let s = get-inner-str(child) + if s != none { + for t in tokenize(s) { + if t.at(1) == "助詞" { + [#set text(size: 0.9em);#t.at(0)] + } else { + t.at(0) + } + } + } else { + child + } + } + } else { + rest + } +} + +#show: make-助詞-small + +#show: setoka-theme.with( + aspect-ratio: "16-9", + config-info( + title: [ + Pure PHP で作る \ + 簡易 HTTP サーバ + ], + subtitle: [PHP カンファレンス香川 2025], + author: [nsfisis (いまむら)], + date: datetime(year: 2025, month: 11, day: 24), + ), + config-common(preamble: { + codly( + fill: rgb("#eee"), + lang-format: none, + number-format: none, + zebra-fill: none, + ) + }) +) + +#set text(font: "Noto Sans CJK JP", lang: "ja") + +#title-slide() + +#about-slide() + +#[ +#set align(center + horizon) + +Pure PHP で作る \ +簡易 HTTP サーバ + +] + +--- + +#[ +#set text(size: 0.9em) + +- HTTP とは +- サーバを実装する + - GET + - POST + - Cookie + +] + +--- + +#[ +#set align(center + horizon) +#set text(size: 2em) + +*HTTP* + +] + +--- + +#strong[H]yper#strong[t]ext \ +#strong[T]ransfer \ +#strong[P]rotocol + +--- + +Hypertext #pause + +すごいテキスト #pause + +Hyperlink されたテキスト + +--- + +Hypertext + +相互に接続され、\ +容易に参照できるテキスト + +--- + +Hyper でない text + +書籍 + +--- + +#strong[H]yper#strong[t]ext \ +#strong[T]ransfer \ +#strong[P]rotocol + +--- + +#[ +#set text(size: 0.9em) + +Transfer + +転送 + +コンピュータ間でデータを送る +] + +--- + +#strong[H]yper#strong[t]ext \ +#strong[T]ransfer \ +#strong[P]rotocol + +--- + +Protocol #pause + +予め定められた \ +取り決め・手順 + +--- + +#[ +#set text(size: 0.7em) + +挨拶プロトコル #pause + +A「こんにちは」#pause \ +B「こんにちは」#pause + +相手の言葉を少し遅れて繰り返す + +--- + +挨拶プロトコル + +A「こんにちは」#pause \ +B「かけうどん」#pause + +挨拶失敗 \ +プロトコルを守っていない + +] + +--- + +#[ +#set text(size: 0.9em) + +#strong[H]yper#strong[t]ext \ +#strong[T]ransfer \ +#strong[P]rotocol + +#pause +すごい文書を転送するための手順 + +] + +--- + +具体的な HTTP の手順 + +#pause + +#[ +#set text(size: 0.7em) + +クライアント「`GET /index.html HTTP/1.1`」#pause \ +サーバ「`HTTP/1.1 200 OK`」 + +#pause + +クライアントからのリクエストに対し \ +サーバがレスポンスを返す + +] + +--- + +プロトコルスタック + +--- + +#[ +#set text(size: 0.6em) + +- HTTP + - Hypertext Transfer Protocol #pause +- TCP + - Transmission Control Protocol #pause +- IP + - Internet Protocol +- ... + +#pause +TCP/IP プロトコルスタック + +] + +--- + +プロトコルスタック + +下の階層・上の階層について \ +気にしなくてもよい + +--- + +#[ +#set align(center + horizon) + +HTTP サーバを作る + +] + +--- + +HTTP のバージョン + +- *HTTP/1.1* +- HTTP/2 +- HTTP/3 + +--- + +#[ +#set text(size: 0.9em) + +HTTP/1.1 + +#link("https://datatracker.ietf.org/doc/html/rfc9112")[RFC 9112] (など) + +HTTP/1.1 の具体的なプロトコルを \ +定めた標準規格 + +--- + +クライアントがリクエストを送る + +サーバがレスポンスを返す + +] + +--- + +#[ +#set text(size: 0.7em) + +リクエスト + +- リクエスト行 + CRLF +- 任意個数のフィールド行 + CRLF +- CRLF +- メッセージボディ + +--- + +リクエスト行 + +- メソッド + - GET、POST、... +- リクエストターゲット +- HTTP バージョン + +``` +GET /index.html HTTP/1.1 +``` + +--- + +フィールド行 + +- フィールド名 +- `:` +- フィールド値 + +``` +Host: example.com +``` + +--- + +リクエスト + +- リクエスト行 + CRLF +- 任意個数のフィールド行 + CRLF +- CRLF +- メッセージボディ + +--- + +レスポンス + +- ステータス行 + CRLF +- 任意個数のフィールド行 + CRLF +- CRLF +- メッセージボディ + +--- + +ステータス行 + +- HTTP バージョン +- ステータスコード +- リーズンフレーズ (reason phrase) + +``` +HTTP/1.1 200 OK +``` + +--- + +GET メソッドに応答する + +``` +GET /get/ HTTP/1.1 +``` + +``` +HTTP/1.1 200 OK + +<本文> +``` + +] + +--- + +#[ +#set text(size: 0.5em) +#set align(center + horizon) + +https://t.nil.ninja/phpcon-kagawa-2025/get/ + +#qr-code("https://t.nil.ninja/phpcon-kagawa-2025/get/", width: 9cm) + +] + +--- + + +#[ +#set text(size: 0.5em) +#set align(center + horizon) + +#link("https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php")[主な実装ファイル] + +#qr-code("https://github.com/nsfisis/nil.ninja/blob/67094790d2d9db5c99e7c136f49061a78698e57d/vhosts/t/phpcon-kagawa-2025/src/Http/Server.php", width: 9cm) + +] + +--- + +フォームを送れるように \ +しよう + +--- + +#[ +#set text(size: 0.9em) + +POST メソッド + +#pause +プロトコルレベルでは GET と \ +ほぼ同じ + +] + +--- + +#[ +#set text(size: 0.5em) +#set align(center + horizon) + +https://t.nil.ninja/phpcon-kagawa-2025/post/ + +#qr-code("https://t.nil.ninja/phpcon-kagawa-2025/post/", width: 9cm) + +] + +--- + +#[ +#set text(size: 0.9em) + +GET・POST の違い + +#[ +#set text(size: 0.7em) + +プロトコルレベルでは\ +ほとんど同じ + +セマンティクス・慣例的な\ +使われ方が異なっている + +] + +] + +--- + +HTTP における状態の管理 + +--- + +#[ +#set text(size: 0.6em) + +うどん店 (セルフでない) + +#pause + +- 客1「かけ」#pause +- 店員「かけ一つ」#pause +- 客2「釜玉」#pause +- 店員「釜玉一つ」#pause +- 客1「以上で」#pause +- 店員「まだご注文頂いていません」 + +] + +--- + +やり取りのたびに記憶を失う + +ステートレス + +--- + +解決方法 + +- クッキー +- セッション + +--- + +#[ +#set text(size: 0.6em) + +クッキー + +#pause +- 客1「かけ」#pause +- 店員「かけ一つ」#pause +- 客2「かけと釜玉」#pause +- 店員「かけ一つと釜玉一つ」#pause +- 客1「かけと釜玉。以上で」#pause +- 店員「かけ一つと釜玉一つ。以上ですね」 + +--- + +クッキー + +- 客1「かけ」 +- 店員「かけ一つ」`Set-Cookie: order="かけ"` +- 客2「かけと釜玉」`Cookie: order="かけ"` +- 店員「かけ一つと釜玉一つ」\ + `Set-Cookie: order="かけ,釜玉"` +- 客1「かけと釜玉。以上で」`Cookie: order="かけ,釜玉"` +- 店員「かけ一つと釜玉一つ。以上ですね」 + +--- + +セッション + +#pause +- 番号札を渡す (23)#pause +- 客1「番号23。かけ」#pause +- 店員「かけ一つ」番号23: かけ#pause +- 客2「番号23。釜玉」#pause +- 店員「かけ一つと釜玉一つ」番号23: かけ,釜玉#pause +- 客1「番号23。以上で」#pause +- 店員「かけ一つと釜玉一つ。以上ですね」 + +--- + +セッション + +- 番号札を渡す (23)`Set-Cookie: session_id="23"` +- 客1「番号23。かけ」`Cookie: session_id="23"` +- 店員「かけ一つ」番号23: かけ +- 客2「番号23。釜玉」`Cookie: session_id="23"` +- 店員「かけ一つと釜玉一つ」番号23: かけ,釜玉 +- 客1「番号23。以上で」`Cookie: session_id="23"` +- 店員「かけ一つと釜玉一つ。以上ですね」 + +] + +--- + +#[ +#set text(size: 0.5em) +#set align(center + horizon) + +https://t.nil.ninja/phpcon-kagawa-2025/cookie/ + +#qr-code("https://t.nil.ninja/phpcon-kagawa-2025/cookie/", width: 9cm) + +] + +--- + +#[ +#set align(center + horizon) + +#[ +#set text(size: 2em) + +まとめ +] + +--- + +#[ +#set text(size: 2em) +HTTP +] + +--- + +技術を理解する \ +最も確実な方法は \ +*実装*すること + +--- + +HTTP は手軽に実装できる\ +プロトコル + +--- + +HTTP を手軽に実装しよう + +--- + +#[ +#set align(top + left) +#set text(size: 0.7em) + +- PHPerKaigi 2026 (3/20-22) + - プロポーザル募集中 +- PHP カンファレンス小田原 2026 (4/11) + - プロポーザル募集開始予定 +- PHP カンファレンス愛媛 2026 (10/3) + - 準備中 + +] + +--- + +ご静聴 \ +ありがとうございました + +] |
