From 2c4e4ca4782c0e6825b115366ed72ef8920687e0 Mon Sep 17 00:00:00 2001
From: Oliver Hamlet The metadata syntax is what LOOT's masterlists and userlists are written in. If you know YAML, good news: the syntax is essentially just YAML 1.2. If you don't know YAML, then its Wikipedia page is a good introduction. All you really need to know is:
+ An important point that is more specific to how LOOT uses YAML:
+ Some properties of file paths as used by LOOT:
+ In this document, where a value's type is given as The root of a metadata file is a key-value map. LOOT will recognise the following keys, none of which are required:
+ If multiple plugin values match a single plugin, their metadata is merged in the order the values are listed, and as defined later in this document.
+ Other keys may also be present, but are not processed by LOOT. The message and plugin data structures are detailed in the next section.
+ An example metadata file:
+ LOOT expects metadata to be laid out using a certain set of data structures, described in this section.
+
+ LOOT metadata files can contain suggestions for the addition or removal of Bash Tags, and this is the structure used for them. It has two forms: a key-value map and a scalar string.
+
+ All values in the map are strings. where Two tag data structures are equal if the lowercased values of their Not to be confused with the structure of the metadata file itself, this structure can be used to hold file paths. It has two forms: a key-value map and a scalar string.
+
+ All values in the map are strings. where Two file data structures are equal if the lowercased values of their Messages are given as key-value maps.
+ LOOT supports formatting of messages using GitHub Flavored Markdown. Support is provided by the Marked library (v0.3). Strings that get substituted into messages, such as file display names and dirty info utility strings, also support the same formatting options.
+ LOOT handles messages and languages as follows:
+ The localised content data structure is a key-value map, with all values being strings:
+ The equality of two message data structures is determined by comparing the values of their The two message data structures are then equal if their lowercased comparison values are identical.
+
+ This data structure is used to hold information on where a plugin is hosted online. It has two forms: a key-value map and a scalar string.
+
+ All values in the map are strings. where Two location data structures are equal if the lowercased values of their This structure holds information on which versions of a plugin are dirty, and how many identical-to-master records, deleted records and deleted navmeshes (if applicable) it contains. Dirty info is given as a key-value map.
+ Two location data structures are equal if the values of their This is the structure that brings all the others together, and forms the main component of a metadata file. It is a key-value map.
+ For example, A plugin with a higher priority value will load after a plugin with a lower priority value. The value can be anything in the range The equality of two plugin data structures is determined by comparing the values of their Condition strings can be used to ensure that data is only acted on by LOOT under certain circumstances. They are very similar to boolean conditional expressions in programming languages such as Python, though more limited. Their EBNF grammar is:
+ The LOOT caches the results of condition evaluations, so performance is not really an issue. A regular expression check will still take longer than a file check though, so use the former only when appropriate to do so.
+
+ There are several conditions that can be tested for using the functions detailed in the table below.
+ The different types of variable used in the above functions are described in more detail below.
+ The negator, or logical negation operator, inverts the value of the function that follows it. Its inclusion is optional, and its syntax is simply:
+ Below is a truth table for the negator.
+ There are two supported junctors, the logical conjunction (logical The following is a truth table for the junctors:
+ When a condition string is evaluated, its constituent parts are evaluated according to the standard precedence rules of operator logic, ie.
+ Below is a table that lists some combinations of conditions, showing for each the order of evaluation by explicit bracketing. To make it easier to read, the You can also explicitly enclose any condition in brackets to override the evaluation order, eg. LOOT supports the following languages and language codes:
+ Each version of LOOT has a corresponding version of the metadata format, and its version history is given below.
+
+ No changes. Initial release. This document is part of the LOOT documentation. LOOT is a plugin load order optimiser for TES IV: Oblivion, TES V: Skyrim, Fallout 3 and Fallout: New Vegas. It is designed to assist mod users in avoiding detrimental conflicts, by automatically calculating a load order that satisfies all plugin dependencies and maximises each plugin's impact on the user's game.
+
+ LOOT also provides some load order error checking, including checks for requirements, incompatibilities and cyclic dependencies. In addition, it provides a large number of plugin-specific usage notes, bug warnings and Bash Tag suggestions for Wrye Bash.
+
+ While LOOT is able to calculate correct load order positions for the vast majority of plugins using only their content, it cannot do so for all plugins. As such, LOOT provides a mechanism for supplying additional plugin metadata so that it may sort them correctly. An online masterlist is provided to supply metadata for many plugins that need it, while users can make their own metadata additions, which are saved in their userlist.
+
+ LOOT is intended to make using mods easier, and mod users should still possess a working knowledge of mod load ordering. See Introduction To Load Orders for an overview.
+
+
+ LOOT does not support Windows XP or earlier.
+
+ LOOT can be installed either using its automated installer or manually. To install LOOT manually, extract the downloaded archive to a location of your choice.
+
+ If LOOT was installed using the installer, then use the uninstaller linked to in the Start Menu to uninstall LOOT. If LOOT was installed manually:
+ When LOOT is run, it will attempt to detect which of the supported games are installed. If a default game has been set, LOOT will run for it, otherwise it will run for the same game as it last ran for. If the relevant game cannot be detected, or if there is no record of the last game LOOT ran for, it will run for the first detected game.
+
+ LOOT can also be launched with the If LOOT cannot detect any supported game installs, it will immediately open the Settings dialog. There you can edit LOOT's settings to provide a path to a supported game, after which you can select it from the game menu.
+
+ Once a game has been set, LOOT will scan its plugins and load the game's masterlist, if one is present. The plugins and any metadata they have are then listed in their current load order.
+
+ If LOOT detects that it is the first time you have run that version of LOOT, it will display a The header bar provides access to LOOT's main features. Most of these features get disabled while there is at least one plugin editor open, so if you're trying to use an option that is faded out, first close any editors you have open.
+
+ LOOT's active game can be changed by clicking on it in the header bar, and selecting another game from the menu that is displayed. Games that have no install detected are disabled have their menu items disabled.
+
+ The masterlist update process updates the active game's masterlist to the latest revision at the location given by the game's masterlist repository settings. If the latest revision contains errors, LOOT will roll back to the latest revision that works.
+
+ By default, sorting first updates the masterlist. LOOT then calculates a load order for your plugins, using their internal data and any metadata they may have. If a cyclic interaction is detected (eg. A depends on B depends on A), then sorting will fail.
+
+ Once LOOT has calculated a load order, the plugin cards are sorted into that order. The masterlist update and sorting buttons are replaced with LOOT is able to sort plugins ghosted by Wrye Bash, and can extract Bash Tags and version numbers from plugin descriptions. Provided that they have the Any errors encountered during sorting or masterlist update will be displayed on the The search toolbar is displayed by clicking the search icon in the header bar, or using the Ctrl-F keyboard shortcut. It may be closed using the close button at the right of the toolbar.
+
+ Searching is performed as-you-type, or when the Enter key is pressed. All content visible on the front of plugin cards is searched, so the results may be affected by any filters you have active.
+
+ The plugin card list will be scrolled to the first card that contains a match. Matches may be scrolled between using the up and down chevron buttons, and the current match and the number of matches are displayed between them and the search input.
+
+ A few items in the main menu are not self-explanatory:
+ Each plugin is displayed on its own The plugin card's header holds the following information, some of which is only displayed if applicable:
+ Bash Tag suggestions and messages are displayed below the plugin card's header.
+
+ If LOOT suggests any Bash Tags to be added, they will be displayed in green text, while any Bash Tags to be removed will be displayed in red text. For completeness, the list of Bash Tags to add will include any Bash Tags that are already specified in the plugin's description field. Users generally don't need to do anything with this information, as if they're using Wrye Bash it will automatically apply LOOT's suggestions, and if they're not using Wrye Bash then this information doesn't apply.
+
+ LOOT's plugin messages are a valuable resource, acting as a means of providing users with information that they might otherwise not obtain. It is important for a stable, healthy game that you act on any messages that require action. If you think a message suggests an unnecessary action, report it to an official LOOT thread. If you encounter a message that is non-conditional, ie. it suggests an action but is still displayed on subsequent runs of LOOT after the action has been carried out, also report it to an official LOOT thread, so that it can be made conditional.
+
+ Clicking the The filter toggles have their states saved on quitting LOOT, and they are restored when LOOT is next launched. There are also two other filters:
+LOOT Metadata Syntax
+
+Contents
+
+
+
+Introduction
+
+
+
+
+
+
+../../
.
+ Meshes\\Resources(1|2)\\(upperclass)?table.nif
, LOOT will look for a file named table.nif
or upperclasstable.nif
in the Meshes\Resources(1|2)
folder, rather than looking in the Meshes\Resources1
and Meshes\Resources2
folders.
+X list
, this is equivalent to a YAML sequence of values which are of the data type X. Where a value's type is given as X set
, this is equivalent to a YAML sequence of unique values which are of the data type X. Uniqueness is determined using the equality criteria for that data type. All the non-standard data types that LOOT's metadata syntax uses have their equality criteria defined later in this document.
+
+Metadata File Contents
+
+
+
+ Key Name Value Type Notes
+ globals
message list A list of message data structures for messages that are displayed independently of any plugin.
+ plugins
plugin list and plugin set The plugin data structures that hold all the plugin metadata within the file. It is a mixture of a list and a set because no non-regex plugin value may be equal to any other non-regex plugin value, but there may be any number of equal regex plugin values, and non-regex plugin values may be equal to regex plugin values.
+
+
+
+globals:
+ - type: say
+ content: 'You are using the latest version of LOOT.'
+ condition: 'version("LOOT", "0.5.0.0", ==)'
+plugins:
+ - name: 'Armamentarium.esm'
+ tag:
+ - Relev
+ - name: 'ArmamentariumFran.esm'
+ tag:
+ - Relev
+ - name: 'Beautiful People 2ch-Ed.esm'
+ tag:
+ - Eyes
+ - Graphics
+ - Hair
+ - R.Relations
+
Data Structures
+Tag Data Structure
+Map Form
+
+
+
+
+ Key Name Required Notes
+ name
✓ A Bash Tag, preceded by a minus sign if it is suggested for removal.
+ condition
✗ A condition string that is evaluated to determine whether this Bash Tag should be suggested: if it evaluates to true, the Tag is suggested, otherwise it is ignored. See Condition Strings for details.
+ Scalar Form
+
+tag
tag
is equivalent to the value of the name
key in the map form.
+
+Equality
+name
keys are identical.
+
+Examples
+
+Relations
+
+name: -Relations
+condition: 'file("Mart''s Monster Mod for OOO.esm") or file("FCOM_Convergence.esm")'
+
File Data Structure
+Map Form
+
+
+
+
+ Key Name Required Notes
+ name
✓ An exact (ie. not regex) file path or name.
+ display
✗ A substitute string to be displayed instead of the file path in any generated messages, eg. the name of the mod the file belongs to.
+ condition
✗ A condition string that is evaluated to determine whether this file data should be used: if it evaluates to true, the data is used, otherwise it is ignored. See Condition Strings for details.
+ Scalar Form
+
+filepath
filepath
is equivalent to the value of the name
key in the map form.
+
+Equality
+name
keys are identical.
+
+Examples
+
+'../obse_loader.exe'
+
+name: '../obse_loader.exe'
+condition: 'version("../obse_loader.exe", "0.0.18.0", >=)'
+display: 'OBSE v18+'
+
Message Data Structure
+
+
+
+ Key Name Value Type Required Notes
+ type
string ✓ The type string can be one of three keywords, see the table below for their semantics.
+ content
string or localised content list ✓ Either simply a string, or a list of localised content data structures. If the latter, one of the structures must be for English.
+ condition
string ✗ A condition string that is evaluated to determine whether the message should be displayed: if it evaluates to true, the message is displayed, otherwise it is not. See Condition Strings for details.
+ subs
string list ✗ A list of strings to be substituted into the message content string. The content string must use numbered specifiers ( %1%
, %2%
, etc.), where the numbers correspond to the position of the substitution string in this list to use, to denote where these strings are to be substituted.
+
+
+
+content
value is a string, the message will use the string as its content if displayed.
+ content
value is a list of localised content structures, then the first structure with a language that matches LOOT's current language will be used as the message's content if displayed. If there are no matches, then the first structure in English will be used.
+Message Types
+
+
+
+
+ Keyword Description
+ say
A generic message, useful for miscellaneous notes.
+ warn
A warning message, describing a non-critical issue with the user's mods (eg. dirty mods).
+ error
An error message, decribing a critical installation issue (eg. missing masters, corrupt plugins).
+ Localised Content Data Structure
+
+
+
+
+ Key Name Required Notes
+ str
✓ The actual message content string.
+ lang
✓ The language that str
is written in, given as a POSIX language code. The languages LOOT supports are given in Language Codes.
+Equality
+content
keys. As the values of the keys can be different types, a comparison value is selected for each message using the following logic:
+
+
+Examples
+
(translations by Google)
+would be displayed as
+type: say
+condition: 'file("foo.esp")'
+content:
+ - lang: en
+ str: 'An example link: <http://www.example.com>'
+ - lang: ru
+ str: 'Это пример ссылки: <http://www.example.com>'
+
+отмечать: Это пример ссылки: http://www.example.com
+
+if the current language was Russian and foo.esp
was installed, while
+
+would be displayed as
+type: say
+content: 'An alternative [example link](http://www.example.com), with no translations.'
+
+отмечать: An alternative example link, with no translations.
+
+In English,
+
+would be displayed as
+type: say
+content: 'A newer version of %1% [is available](%2%).
+subs:
+ - 'this plugin'
+ - 'http://www.example.com'
+
+Note: A newer version of this plugin is available.
+
+
+
+Location Data Structure
+Map Form
+
+
+
+
+ Key Name Required Notes
+ link
✓ A URL at which the plugin is found.
+ name
✗ A descriptive name for the URL, which may be used as hyperlink text.
+ Scalar Form
+
+URL
URL
is equivalent to the value of the link
key in the map form.
+
+Equality
+link
keys are identical.
+
+Examples
+
+'http://skyrim.nexusmods.com/mods/19/'
+
+link: 'https://steamcommunity.com/sharedfiles/filedetails/?id=419668499'
+name: 'Unofficial Skyrim Patch on Steam Workshop'
+
Dirty Info Data Structure
+
+
+
+
+ Key Name Value Type Required Notes
+ crc
hexadecimal integer ✓ The CRC checksum of the dirty plugin, before cleaning. LOOT displays the CRCs of installed plugins in its report. The 8-character CRC should be preceded by 0x
so that it is correctly interpreted.
+ util
string ✓ The utility that should be used to clean the plugin.
+ itm
integer ✗ The number of identical-to-master records reported for the dirty plugin. If the number is unknown, this field should not be supplied. If the number is known and zero, this field should be supplied.
+ udr
integer ✗ The number of undeleted records reported for the dirty plugin. If the number is unknown, this field should not be supplied. If the number is known and zero, this field should be supplied.
+ nav
integer ✗ The number of deleted navmeshes reported for the dirty plugin. If the number is unknown, this field should not be supplied. If the number is known and zero, this field should be supplied.
+ Equality
+crc
keys are identical.
+
+Examples
+
+
+
+crc: 0x3DF62ABC
+util: '[TES5Edit](http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit)'
+itm: 4
+udr: 160
+nav: 0
+
Plugin Data Structure
+
+
+
+
+ Key Name Value Type Required Notes
+ name
string ✓ Can be an exact plugin filename or a regular expression plugin filename. If the filename contains any of the characters :\*?|
, the string will be treated as a regular expression, otherwise it will be treated as an exact filename. For example, Example\.esm
will be treated as a regular expression, as it contains a \
character.
+ enabled
boolean ✗ Enables or disables use of the plugin object. Used for user rules, but no reason to use it in the masterlist. If unspecified, defaults to true
.
+ priority
integer ✗ Modifies plugin position relative to others that change one or more of the same records, but which are otherwise unrelated (ie. neither plugin lists the other as a master, requirement, or in its after
list). Plugins that don't change any of the same records are not compared, unless:
+
+
+ priority: 153000352
and priority: 352
have equal values when compared, but a plugin with the first priority will be compared against all others, while a (non-empty) plugin with the second priority will be compared against only those it conflicts with.
+ -2000000000
to 2000000000
, and if unspecified defaults to 0
.
+ after
file set ✗ An unordered set of plugins that this plugin must load after, but which are not dependencies. Used for resolving specific compatibility issues and by user rules for specifying custom plugin positions.
+ req
file set ✗ An unordered set of files that this plugin requires to be present. This plugin will load after any plugins listed. If any of these files are missing, an error message will be displayed. Intended for use specifying implicit dependencies, as LOOT will detect a plugin's explicit masters itself.
+ inc
file set ✗ An unordered set of files that this plugin is incompatible with. If any of these files are present, an error message will be displayed.
+ msg
message list ✗ The messages attached to this plugin. The messages will be displayed in the order that they are listed.
+ tag
tag set ✗ An unordered set of Bash Tags suggested for this plugin. If a Bash Tag is suggested for both addition and removal, the latter will override the former when the list is evaluated.
+ url
location set ✗ An unordered set of locations for this plugin. If the same version can be found at multiple locations, only one location should be recorded. This metadata is not currently used by LOOT.
+ dirty
dirty info set ✗ An unordered set of dirty info structures for this plugin. Plugin entries with regular expression filenames must not contain dirty info.
+ Equality
+name
keys.
+
+
+
+Merging Behaviour
+
+
+
+
+
+ Key Name Merge Behaviour (merging B into A)
+ name
Not merged.
+ enabled
Replaced by B's value.
+ priority
Replaced by B's value, unless that value is 0
and it was not explicitly set.
+ after
Merged. If B's file set contains an item that is equal to one already present in A's file set, B's item is discarded.
+ req
Merged. If B's file set contains an item that is equal to one already present in A's file set, B's item is discarded.
+ inc
Merged. If B's file set contains an item that is equal to one already present in A's file set, B's item is discarded.
+ msg
Merged. If B's message list contains an item that is equal to one already present in A's message list, B's item is discarded.
+ tag
Merged.If B's tag set contains an item that is equal to one already present in A's tag set, B's item is discarded.
+ url
Merged. If B's location set contains an item that is equal to one already present in A's location set, B's item is discarded.
+ dirty
Merged.If B's dirty info set contains an item that is equal to one already present in A's dirty info set, B's item is discarded.
+ Examples
+
+
+name: 'Oscuro''s_Oblivion_Overhaul.esm'
+req:
+ - 'Oblivion.esm' # Don't do this, Oblivion.esm is a master of Oscuro's_Oblivion_Overhaul.esm, so LOOT already knows it's required.
+ - name: 'example.esp'
+ display: '[Example Mod](http://www.example.com)'
+ condition: 'version("Oscuro''s_Oblivion_Overhaul.esm", "15.0", ==)'
+tag:
+ - Actors.Spells
+ - Graphics
+ - Invent
+ - Relations
+ - Scripts
+ - Stats
+ - name: -Relations
+ condition: 'file("Mart''s Monster Mod for OOO.esm") or file("FCOM_Convergence.esm")'
+msg:
+ - type: say
+ content: 'Do not clean. "Dirty" edits are intentional and required for the mod to function.'
+
Condition Strings
+
+[ negator ], function, { junctor, [ negator ], function } ;
[ negator ], function
grammar is referred to as a condition, and two conditions joined by an operator, ie. condition, operator, condition
is referred to as a compound condition.
+Functions
+
+
+
+
+ Function Syntax Description
+ File file("filepath")
Returns true if filepath is installed, false otherwise.
+ File regex("regex")
Returns true if a file matching regex is found, false otherwise.
+ Many many("regex")
Returns true if more than one file matching regex is found, and false otherwise.
+ Checksum checksum("filepath", checksum)
Returns true if the calculated checksum of filepath matches checksum, false otherwise. If filepath does not exist, returns false.
+ Version version("filepath", "version", comparator)
Returns true if the boolean expression (actual version of filepath) comparator version
holds true, false otherwise. If filepath does not exist and comparator is ==
, >
or >=
, returns false. If filepath does not exist and comparator is !=
, <
or <=
, returns true. The comparison is not a straightforward per-character comparison, but instead uses the precedence rules defined by Semantic Versioning, extended to allow leading zeroes, an arbitrary number of release version numbers, case-insensitivity and a wider range of separator characters.
+ Plugin Active Status active("filepath")
Returns true if filepath is a .esp
or .esm
file that is both installed and active, false otherwise.
+
+
+
+
+ Variable Type Description
+ filepath
A Windows file path, or LOOT
, which references the LOOT executable being run.
+ regex
A regular expression string to match file paths to.
+ checksum
A string of hexadecimal digits representing an unsigned integer that is the data checksum of a file. LOOT displays the checksums of plugins in its user interface after running.
+ version
A string of characters representing the version of a plugin or executable. LOOT displays the versions of plugins in its user interface after running.
+ comparator
A comparison operator, ie. one of ==
, !=
, <
, >
, <=
or >=
, meaning "is equal to", "is not equal to", "is less than", "is greater than", "is less than or equal to" and "is greater than or equal to" respectively.
+The Negator & Junctors
+
+not
+
+
+
+ Value of function
Value of not function
+ false true
+ true false
+ and
operator) and the logical disjunction (logical or
operator), that operate on the expressions to their left and right.
+
+
+
+ Junctor Syntax Description
+ Logical Conjunction and
Both conditions must evaluate to true for the compound condition to evaluate to true. If not, the compound condition evaluates to false.
+ Logical Disjunction or
One condition or both conditions must evaluate to true for the compound condition to evaluate to true. If neither condition is true, then the compound condition evaluates to false.
+
+
+
+
+ Value of condition1
Value of condition2
Value of condition1 and condition2
Value of condition1 or condition2
+ true true true true
+ true false false true
+ false true false true
+ false false false false
+ Order Of Evaluation
+
+
+and
+ or
+negator function
pair is shortened to C
after the first example.
+
+
+
+ String Structure Evaluated As
+ negator function
( negator ( function ) )
+ C and C
( C and C )
+ C or C
( C or C )
+ C and C and C
( ( C and C ) and C )
+ C or C or C
( ( C or C ) or C )
+ C and C or C
( ( C and C ) or C )
+ C or C and C
( C or ( C and C ) )
+ C and C and C and C
( ( ( C and C ) and C ) and C )
+ C and C and C or C
( ( ( C and C ) and C ) or C )
+ C and C or C and C
( ( C and C ) or ( C and C ) )
+ C and C or C or C
( ( ( C and C ) or C ) or C)
+ C or C or C or C
( ( ( C or C ) or C ) or C )
+ C or C or C and C
( ( C or C ) or ( C and C ) )
+ C or C and C or C
( ( C or ( C and C ) ) or C )
+ C or C and C and C
( C or ( ( C and C ) and C ) )
+C and ( C or C )
is evaluated as C and ( C or C )
, in contrast to the unbracketed string above.
+
+Language Codes
+
+
+
+
+ Language POSIX Code
+ Brazilian Portuguese pt_BR
+ Chinese zh_CN
+ Danish da
+ English en
+ Finnish fi
+ French fr
+ German de
+ Korean ko
+ Polish pl
+ Russian ru
+ Spanish es
+ Version History
+
+0.8
+
+
+
+ver
key in location data structures.name
key in location data structures.many("regex")
condition function.\.esp
or \.esp
. Now, a plugin entry is treated as having a regular expression filename if the filename contains one or more of :\*?|
.after
, req
, inc
, tag
, url
and dirty
keys as sets, not lists.
+ 0.7
+
+
+
+file:
, http:
and https:
URLs using the [label](url)
or <url>
syntaxes. Now, the Marked library (v0.3) is used to provide support for most of GitHub Flavored Markdown, minus the GitHub-specific features (like @mentions, issue/repo linking and emoji).sub
, in message data structures.<<
.0.6
+0.5
+License
+
+Copyright (C) 2012—2015 WrinklyNinja
+See the file LOOT ReadMe.html
for copying conditions.
diff --git a/docs/0.8.1/LOOT Readme.html b/docs/0.8.1/LOOT Readme.html
new file mode 100644
index 0000000..489209f
--- /dev/null
+++ b/docs/0.8.1/LOOT Readme.html
@@ -0,0 +1,732 @@
+
+
+LOOT
+
+Contents
+
+
+
+
+Introduction
+
+Installation & Uninstallation
+
+
+
+
+
+LOOT
folder in your local application data folder, which can be accessed by entering %LOCALAPPDATA%
into Windows' File Explorer.
+Using LOOT
+
+Initialisation
+
+--game=<game folder name>
command line parameter to set the game to run for. If the supplied game folder name is valid, the default and last game values are ignored. The default folder names are Oblivion
, Skyrim
, Fallout3
and FalloutNV
.
+
+First-Time Tips
dialog, which provides some information about the user interface that may not be immediately obvious.
+
+The Header Bar
+
+
+
Jump To General Information
button, the game menu, and the sorting, masterlist update, search and main menu buttons. The game menu, masterlist update button and sorting button have been disabled, as a plugin metadata editor is open.Game Menu
+
+Masterlist Update & Sorting
+
+Filter
Bash Tag present in their description, LOOT can recognise filter patches and so avoid displaying unnecessary error messages for any of their masters that may be missing.
+
+General Information
card.
+
+Search
+
+Main Menu
+
+
+
+
+Redate Plugins
is provided so that Skyrim modders may set the load order for the Creation Kit. It is only enabled for Skyrim, and changes the timestamps of the plugins in its Data folder to match their current load order. A side effect of changing the timestamps is that any Steam Workshop mods installed will be re-downloaded.
+ Copy Load Order
copies the displayed list of plugins and the decimal and hexadecimal indices of active plugins.
+ Copy Content
copies the data displayed in LOOT's cards as YAML-formatted text.
+ Refresh Content
re-scans the installed plugins' headers and regenerates the content LOOT displays. This can be useful if you have made changes to your installed plugins while LOOT was open. Refreshing content will also discard any CRCs that were previously calculated, as they may have changed.
+Plugin Cards & Sidebar Items
+
+
+
card
, which displays all the information LOOT has for that plugin, and provides access to plugin-specific functionality, including its metadata editor. Each plugin also has an item in the sidebar's tab. The sidebar item contains the plugin's name and icons for plugins that load BSAs or have user metadata. Clicking on a plugin's sidebar item will jump to its card, while double-clicking will jump to its card and open its metadata editor.
+
+
+
+
+Active Plugin
icon.
+ Master File
icon.
+ Empty Plugin
icon.
+ Loads BSA
icon.
+ Has User Metadata
icon.
+ Filters
+
+
+Do not clean
, or the equivalent text for the language selected in LOOT's settings.
+
+
+
+
LOOT uses metadata to supply plugins with messages and Bash Tag suggestions, and to help it sort plugins that it can't otherwise sort correctly. Users can add to their plugins' metadata through each plugin's metadata editor panel, and plugins with user metadata are indicated with a Has User Metadata
icon.
+
+
A plugin's editor panel is accessed by clicking the Edit Metadata
item in the plugin's menu. Multiple plugins can have their editor panels open at once. While at least one editor panel is open, the plugin sidebar also displays any non-zero plugin priorities, to aid setting new priority values.
+
+
The editor's header bar is similar to the header on the front of the plugin card, minus the Has User Metadata
icon, and with the addition of Apply
and Cancel
icon buttons and a row of tabs. The tab contains the following inputs:
+
+
Enable Editstoggle must be on for LOOT to use any user-added metadata, otherwise it will be ignored. +
Global Prioritytoggle controls how LOOT compares plugin priorities. If off, the plugin's priority will only be compared against plugins that conflict, and empty plugins. If on, the plugin's priority will be compared against all plugins. +
Priority Valueinput sets the plugin's priority value, which is used to modify plugin position relative to others. Plugins with higher priority values load after plugins with lower priority values. Plugins have a default priority of 0. +
The other tabs contain metadata tables, which are detailed below. New rows can be added, and existing user-added rows can be removed, though rows containing metadata from the masterlist cannot. The
, and tables can have rows added by dragging and dropping plugins from the sidebar into the table area. + +Table | Description + |
---|---|
Load After | This is a list of plugins which, if present, the current plugin must load after, but which are not required. This metadata can be used for resolving specific compatibility issues. Each entry has three fields:
+
|
Requirements | This is a list of files that are required by the current plugin for it to function correctly. The current plugin will be loaded after any plugins listed. LOOT will also display an error message if any of the listed files are missing. Any file, not just plugins, can be listed here, and each entry has the same three fields as for the load after table.
+ Note that listing a plugin's masters as requirements is unnecessary, as LOOT already checks them. + |
Incompatibilities | This is a list of files that are incompatible with the plugin. LOOT will display an error message if any of the listed files are found. Any file, not just plugins, can be listed here, and each entry has the same three fields as for the load after table. + |
Messages | A list of messages that are to be displayed for the plugin in LOOT's report. These have no bearing on a plugin's position in the load order. Each message has four fields:
+
If a message's condition determines that it should not be displayed, then it will not be displayed, no matter the language. However, if a message's condition determines that it should be displayed, but the language is specified and doesn't match the language LOOT is running in, the message will not be displayed. + |
Bash Tags | A list of Bash Tags. These are used by Wrye Bash when generating a Bashed Patch, and are detailed in Wrye Bash's readme. LOOT's metadata includes Bash Tag addition and removal suggestions, and any Bash Tags that came with the plugin are also displayed.
+ As LOOT can suggest Bash Tags be added or removed, it is possible for the same Tag to appear twice, being suggested for addition and removal. In such cases, removal overrides addition. + Each Bash Tag has three fields: +
If a plugin's masters are missing, an error message will be displayed for it. Filter patches are special mods designed for use with a Bashed Patch that do not require all their masters to be present, and so any plugin with the |
Dirty Info | A list of dirty plugin CRCs and related information. Each row has five fields:
+
LOOT uses the information supplied to construct a warning message for the plugin if it matches any of the given CRCs. + |
Locations | A list of URLs that the mod to which the plugin belongs can be found at. This metadata is not currently used by LOOT, but it may be useful to record it. Each location has two fields:
+
|
LOOT's settings may be accessed by clicking Settings
button in LOOT's menu bar. The settings are detailed in the table below.
+
Setting | Description + |
---|---|
Default Game | If set to something other than Autodetect, this overrides game autodetection. If the game specified is not detected, LOOT falls back to autodetection. + |
Language | Controls the language LOOT uses. Any plugin messages that do not have translations in the selected language will be displayed in English, if available, or in their available language otherwise. + |
Enable Debug Logging | If enabled, writes debug output to %LOCALAPPDATA%\LOOT\LOOTDebugLog.txt . Debug logging can have a noticeable impact on performance, so it is off by default.
+ |
Update masterlist before sorting | If checked, LOOT will update its masterlist, should an update be available, before sorting plugins. + |
LOOT's game-specific settings can be customised in the games table. New game profiles can be added, making it easy to use LOOT across multiple copies of a game, including total conversion mods. LOOT ships with settings for the Nehrim - At Fate's Edge
total conversion mod as an example. Game profiles can also be deleted, though the active game cannot have its profile deleted, and LOOT will recreate the profiles for the four base games it supports (Oblivion, Skyrim, Fallout 3, Fallout: New Vegas) when it is next run.
+
+
The game settings are explained in the table below. +
Game Setting | Description + |
---|---|
Name | The name of the game, or another identifying text, that is displayed in menus and the LOOT's title bar. + |
Base Game Type | Every game LOOT runs for must use the plugin file format and load order system of one of the following games:
+
|
LOOT Folder Name | The sub-folder which LOOT uses to store the game's files in. Each game must be given a unique sub-folder. + |
Master File | The game's main master file. This is specified as it must load before all other plugins. Note that Skyrim-based games will always load Skyrim.esm first, so this column must always be set to Skyrim.esmfor such games. + |
Masterlist Repository URL | The URL of the repository that LOOT uses to update its local copy of the masterlist. If left empty, masterlist updating will be skipped.
+ + Masterlist repositories are Git repositories that are configured to allow unauthenticated read access and contain a masterlist file named masterlist.yaml in their root directory. The LOOT team maintains a set of official repositories for the games that LOOT supports by default.
+ |
Masterlist Repository Branch | The branch of the masterlist repository that LOOT should get masterlist updates from. + |
Install Path | The path to the game's folder, in which the Data folder lies. Either this or a registry key must be supplied. + |
Install Path Registry Key | The registry key, in HKEY_LOCAL_MACHINE , that contains the install path of the game. This is used to obtain the install path if LOOT has no previous record of the game's install path, or LOOT's stored install path is invalid. Either this or an install path must be supplied.
+ |
LOOT's user interface has experimental support for the use of alternative and custom CSS themes. To use a theme, place its CSS file into the resources/report/css
folder inside LOOT's installation folder, and rename the file to theme.css
. LOOT will then load this file when it launches. A dark user interface theme is provided with LOOT: to use it, rename dark-theme.css
in the resources/report/css
folder to theme.css
. Theme support is experimental because future updates to LOOT's user interface may break existing CSS selectors.
LOOT is very much a community project, and contributions from its users are very welcome, whether they be metadata, translations, code or anything else. The best way to contribute is to make changes yourself at GitHub! It's the fastest way to get changes you want applied, and you'll get your name automatically immortalised in our credits. + +
If you encounter an issue with LOOT, check the Frequently Asked Questions wiki page in case a solution is available there. + +
Otherwise, general discussion and support takes place in LOOT's official forum thread, which is linked to on LOOT's homepage. + +
If you want to submit metadata, the easiest way to do so is to add the metadata to your own LOOT install, then use the Copy Metadata feature to easily get it in a form that you can then edit into a masterlist on GitHub or post in the official forum threads. + +
Information on dirty plugins is very welcome, but for such information to be useful we require at least the filename and the CRC of the dirty plugin. The CRC may be calculated using Wrye Bash or 7-Zip, with other sources being unverified as correct. In the case of 7-Zip, the CRC checksum for data
is the one required. In addition to the CRC, the number of records removed (the ITM count) and/or undeleted (the UDR count) are also welcome.
+
+
+
LOOT is developed by a team on GitHub, with contributions from users. A full list of GitHub contributors may be found here. A list of team members may be viewed on the project wiki. Unless otherwise noted, team members can be contacted on the Bethesda Softworks Forums or on The Nexus Forums via the private messaging system. +
LOOT's masterlists were largely converted from BOSS's masterlists, and so credit is due to the very large number of sources and people who have contributed to them. +
In addition, the following are credited with application-related support: +
LOOT is written in C/C++, HTML5, CSS3 and JavaScript, and uses the +Boost, +Jed, +Jed Gettext Parser, +libespm, +libgit2, +libloadorder, +Marked, +pseudosem, +Polymer and +yaml-cpp libraries, and the Chromium Embedded Framework. Copyright license information for all these may be found here. + +
LOOT is distributed under the GNU General Public License v3.0, aside from the documentation, which is distributed under the GNU Free Documentation License v1.3. The full texts of the licenses are included with LOOT in the accompanying GNU GPL v3.txt and GNU FDL v1.3.txt files. + +
While the GPL license allows anyone to make derivative works of LOOT, the LOOT Team encourages those thinking of doing so to first discuss their reasoning for such an endeavour with the Team. It may be that what the derivative work would do differently is already planned for a future version of LOOT or would be happily integrated into LOOT, thus avoiding any extra effort by others. + +
LOOT has been specifically designed to prevent it being locked into the LOOT Team's official masterlist repositories. Nevertheless, the LOOT Team appeals to the community to avoid the distribution of unofficial masterlists, as this would only hamper the effort to create one set of stores for load order information. Any issues with a masterlist are best brought to the attention of the LOOT Team so that they may be remedied. + +
GNU Free Documentation License Version 1.3 Notice: +
Copyright (C) 2012—2015 WrinklyNinja+ + +
+Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 +or any later version published by the Free Software Foundation; +with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+A copy of the license is included in the file named "GNU FDL v1.3.txt".
Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories. + +
Cannot read property 'push' of undefinederrors when sorting.
No existing load order positionerrors when sorting.
Copy Load Orderfeature to main menu.
settings.yaml
included with the installer was very old.
+ codecvt to wstring
errors.
+ .esp
or .esm
extension as a plugin. It now checks more thoroughly, by attempting to parse such files' headers.
+ Copy Contentitem in the main menu, to copy the plugin list and all information it contains to the clipboard as YAML-formatted text. +
Refresh Contentitem in the main menu, which re-scans plugin headers and updates LOOT's content. +
First-Time Tipsdialog will be displayed on the first run of any particular version of LOOT. +
Aboutdialog. +
View Debug Logmenu item has been replaced with a
Open Debug Log Locationmenu item to make it easier to share the file itself. +
Debug Verbositysetting with an
Enable Debug Loggingtoggle. +
UDRshave been replaced by the more technically-correct
Deleted Referencesterm. +
Hide inactive plugin messagesfilter has been replaced by a
Hide inactive pluginsfilter. +
[spoiler][code]...[/code][/spoiler]
tags for easier pasting into forum posts.
+ OKbutton. +
Copy Namemenu item has been removed, as plugin names can now be selected and copied using
Ctrl-C
.
+ loot_create_db()
when invalid paths were supplied.
+ loot_load_lists()
ignoring userlist paths, and accepting invalid paths.
+ loot_eval_lists()
accepting invalid language codes.
+ loot_get_dirty_info()
never outputting the loot_needs_cleaning_no
code.
+ loot_write_minimal_list()
causing a crash when passed an invalid output path.
+ loot_get_build_id()
, which outputs the shortened revision ID that the API was built from.
+.git
folders preventing repository deletion.
+ Ctrl-F
keyboard shortcut.
+ e`lZZH_6hMkdaPt~3n;H;VgPjO2NMZ6MU zsFU1*DMu~(7p4g0=kiEuP6TrqZ>)kotj|Qv+n +=atSW-y+`LAYsLkuPEg09^1>oW>AbcI|?Eo2o #C{oqZY92Y0lX6h4v72LUUAtw^Y=RW@*22t`O?F5=>-2SpjZF;-@nW2lK-FG z$V+vdsu?i(_UOqwS+|6Ky8k|(; z(7gp9){?a$}? zd{Ry*htvHPzX6%CaiBbQ&ry1w($A=Iol@Fq@cYkKB094loeow9Y90@;O#wv_pZ9;( zm<=QqbD#n*HU46lu265^`{G9Z31;aJ?&4(5ts{;uUEwiMX&2>q{S-O|;GLP+HpPGE z6xBmoe~j?}h>e{eyQ;-TMJblgIvLaJA78>)6)d{_5_6apo0Rf;KNkZm%nN5#@cLi@ zjhCk=OxYMK+clc1aSQnglRChZS^gM(E9=JghVSpRpsRQDRA+>ZKO593 nu|!4#4FVvrR!$ZnZP3SJD_oO#YUfdA2RH!3Xy& zT0)!P{G7q7Kt-Xabmchpf`(Nk@Vk!w&?pd!f;PSsxdMgRY?nga*+%j98>ig88uYch zIf{RPpiehP_DLYupLbgt*t5&(`qG<6Ti|d!r%n;u-rIo7>QTJCQYpf&Gr>Im>J99K zz&~4=yx+ae^`hCq>V*d)FJ}gr+4RHkvBVU4jnhkRLCEOSc%OKSD_6*2dJ(yCvB>}c zC35+(y@?z$PhTbmlgNt#Q10hTA^T)Dnf;RyMnUt+4 ntyEaoq%SipQU? z51Ku;nD2w>`R~Sw=Hvq0RD-R}{&H_K+_lhmbM$yVk~UCXEv43Du2~E#pr7r`1; Z K3Ym%dcevkZ EN>wVzZIIOAI@X*s9o|8wV+O>ikXc~B?L_fr&qA$O z8jh_$rq;fZ-MI7J-NNhTG{=NeN@T+a+{cqZ;lb^|wHqQD7XS^p#X{yk+M%Hcvs%4y zx{eL#;=#4Iun>Bk*8Su5?obTw8En~;fbgrNr*D^FWSP|SD&2fKW@mp%DYuS2fQWc{ zzFlkWus#y;$mczINVk2rm)qp`Jp-~;y00*^Ad~kQIqVXT!8gOgi5B#GE`YPn`Xrfl zY8l~KQAyNi|8icQ?({CeGNcx1*!bJ1FkAWOhX6bgCu8^!1i&mRG5{%_?ytcKa48G{ z)j7~bPE7~(w)S^U8kqSmFFgh$=gvPs=QDtRZaw++Azo;UFUBtKOV2W9DF6qAxJUh7 z;N|?K`kmpz*wkHsocrVRfP$_K6r#Aw(4mPP{raE}i1_OY8~*F3k4(4?ZAMGXcb*~1 z8ORD{+t!Qnc48=N?yZGrm*@E(Bi@p{xestzEv>-WLEny9i O&kSz zLIb@5s*nzslqi}*Irp53f3}0?qfvw@JmT5@JHYh*J5L7v;gC)PEc3&KRF;qS`i>z{ zind$J1_`kOPx0p`-(;H_z$S6oB2E4vpU{rzs{#)OBk88CoqdPS- z@6jW#KfN%4k-SE{0oEuE5Eq}H4EfQp#Sw8oB}mVHAi-v!6lND*lDa*=PU-zjlKT?o zS-om`P;4@rLdY#j5*G)-V-GH}9@e-%VYUvgNbMY0BZ*f&V-XT-SmT8-9q0W#`yhBN z7~KXeiIhSk@2Fh4lTbk*TRMr+l}wX7hV~cRw}uVjvb>=ZbLmu)*0^WK6HY}r>^y!< z1+kln(Hfz_wGzrwd#Y9d=a)2k<6i=hda=0}IzhUt= >PyeL2wQ0?6{9LhI!lBj_GV zDd8RFtEzUCnEU@|@dTFqB1oAE4qC%phZYA(h|QOFXXx)KN69np?~Ur1HZp54P$zsv zcl)#GD?hz~`==@>gU@Z>I?Jyx0^MN>*S$8^r!x%I7FzjIm49iX$d`cc++;E5vx-xF zqB$}eSGow}gcvnGg69&NT8H>9TkiDS#vEMZJ&GN<_SAb>=iBSQMcHl6HOPwwwqu@y zulTI*2nbsv-b{~yUmQC85st^LLzNeEBv0u^Slc2qD)5ELS6C
znm~Ax0p?<7Ig$z(yp<+FGWhmBfYGu)a>_A7;S^P}90; zqtn*@ l>qTzaW-)#5RDx=P)(hIaYXM4(YYKj} z@du}Ry-=11IvbX$`f$z3>2~v)qq&YcIXsuN0{NE~0`W*isybM0{=EA9{zh|{nx}o! z`-D(^bq6>QS*$*%KHKeGajH{lJX3Hh#LVe%g)E np4<&^94O z{H-JwwUzyC?4kX-4nW)OWvbx$P%NeU$clPtupCV)jBNoZE}$5Fn4;ny=dvFRBtsXK zz(ceoZm&|@th|*}O@9gv;zg$_tg^TO QTTXD&0!o@rk`CPS`B=Y$gz-3eb1%-@M_odb_3djaMKN@-X7Ld}8 zK *hvSt98^B4qVbCQ2rwUab=T8)nQ}gi&bOl0**6qjVI54 zKzULFLzQ>ad0!E#_cwW7hnx<__CH^Mq1el&=i4HI{%oKmyE{SHmLlJs$P{sdgi_lK zD)Pf^i&jG=-84la5nv 2o68!mJMYAMwUv3+NNRC`k> zn?w%ixuokFfKE`A7)XJaY_tZIz0qOsV=$J4`~xi%BB!sHQkjE+TwX5YGFs=KN|ti~ zU`|MW_q7FBb#Rv?w1hrluH06WwxY<2fDuDJQ50ta6znB{n4|F2p1tIUb~0PDB`;x| z_WR_E?kc3G9Siw*5fDwyn*xuNN%-!wM-xVaPbt@xK<8qX4da*0Abr^z=65G~Tn?|7 z$`(Wa9kn0tB@>NPAg4RPo~CR*v*&bUZ438X8)~CbMyut4cl~$Q#{tP{#c%RS(W#d| zCMz#PR^J(bB{SvVi1z|A1d=fJE5u18JhnmFZvVv}P}}!C!p8eY-O21u83M55gtK9X zT7a#*ed9fd8xaCHKPO?B04-8wF;^q3)p}MM0vyGEum@ZqVIT@_IJNRS0|3OKGH&Pq z<_Iq!+-W{{hv!-L{BbI|0BBr`v2T{88qpN#ud}P^Ug!-%G;yzPT8wJqSSM*yRnsUW zY+4CC+C7JW8WG0WQ*sZKKHZ pM>wnSneKS@7YFsK{>CbuTE{pZ1y)O1Q370Xp z^R_|ODFA8RfCAzqeysPe;JS4^SZ?V@kI4P3aX@NP+3TR6RR>IYzg*P1dAfb{4RBbv z-iX+#A9l0p#J!LQ2*d5wcOJ* 2L*IV8$+dt-{g38t1lWgLbQd=zw`f3!s|W02GH3Kum5$P>PiUGPm|?rV8LU zIsY4?2E1thYQb0VN6?5fp!W{m0*K*txf!2~78)Mj_dwqB8`fghT3x1fjh)jc@$%!P z9d~+4p9bR!at-K=q*YxzXYRX{My&A8W+^N7@z32UiK9-Ij$(m)GSc9)zF7AB*5$N8 z={NT+4r5;m-bZLba#Dc9KM{b+aXOiUw_FywvcSxG45ub)+}>R(+CV!4!<&rfB>;Bs z^x+-nXTmj>2UX?tk7}`ZrLC=zt?t!lUxQ37v(UHsnaQE#`4&rKk!W+Rr@+tls7ap8 zHHTO}itUIwp$}oyCXmQ;q^mgH7Wi1leIBz`W?GgTG+3p$U;~11!Lm_IgF03vncfyG zO*l} #5JV2U*H0)NT87BCBTk7pwK-OutTbxe81G7ngJdB7SG@uKsOJde$Uo> zJN*E7eb@D0A7@noHbCiQ+WR*n4KEZOMXz5zQRSqwnsotqi{Ig}&J<9>E#+Lb%6O>e zqYj9pt^iu|Yj1Dx-Q>-afZr2SnVJSr+ZKT5YEo6tdVXImFCm_Spt8Mx`Fj0L9G7S~ z^O0A4^^@OSW1YtU7c%vI&=&IsP!{W%TSCr{j{%$ G7>z^8}yPBYo|gTDSdg(vaegI)`PpYFa{RLF|u@XLa~uBn|1 zwYWmS1N~)C<2rFm5)b%)y;%x#vwl8=WCPHHUk%<)vqrmy9t_CMc!mO)ehSbnubIvZ zyakG)9H!(nuKL4;U3;KrYFQhJH=}T=!w+fzvi>ZEyOiS9g+oB0_~g4tp#(_sUtxfE z+}&~>rv0dwS#znbDN*~M&~*Y*@i$WpwF>)g3% %=dnn-3iTLH)>A zVmH$|^x3fTvqfkg84#yy0Q_SXd4(E#5k*d~TuqREuZTJv519W4DVG`2!lTLYviTs< z{ QX1FFbE9$z)l@L*^;@j;W+~CLXbt8`&MEQYO zLx(3S1tC YlLt8`c5 z6wfl 7y0SZ|;Kpb7NC$&ywjq^Yo#fL=4QOz8(lzbr1yNAWa94*DSRl$nr!>#i*NR=)z zjM-^Fz)!8`AwjA-9U6xyeWmSNK&w$wV({S2uB$bgP=a&cA$78PCoXYQAKf-qr|gAc z0?~HgR_FW0CO2EeSOn^{{nI57QCEPzFTo9Tf1glAz*Ydcwr6hB@OkV)_*}EuZs-<+ zUg+Al{tm@1$6q{IQdchwSfX3Lo}t2MI28SzDd@ElKouP?n6~pTjifZl>X|}$4rSmU z=Axt{U@+O3ZTg`@$i4iAN!;q1IidvUZV=NZUvSF$0d&v=*s661Ev)665{AzJ 32N6vf(!?StkJ@qp<;BOG zfbeVj0;uQ^yBT28RLk0ps4nL;R{s-wJ_<}}t3L;9O9#dSdP)U4Wqp%YVlc*keS%{Y zDAZsyD}dPS5=lmToN?PJs__-znBz(+KCk1LSfm`{IN;bl_w@ql+wu-sMm?xd%mSIx z#^=ID4j47ZTR@ArSsGalzz*8755zrEu6zxJ8r4r~PJwn1jFjs;@X%T#tnqGtVX~u{ zYy&a#s#j&` 5YR>C>Pne`fY)Ou!FXM z1#G$4piY*aE?HLgJ%oY+rr!*$I)pvL%&{EAP@elQ zwn!v|Y7CJ((suF_vBFLP(Z_Kv _OjuociDkgCT(?tMIGiERr`1GBza7$+x8RvI2&})6E=gG0 zy*mV8(HHJ^oNjx9NipO;9O*uHjgMfD_wQkTlTQFds_WU|`jgHB(1Q=eae^P|b&9Z; z{4XGnbT_exw_q!oAM*MVpdTv(bTp?{*z?%5&hiXmpT|A)or#)a0z^4O13) 1n;*yekb3c*UX4~rU$&nOJ>TYJ>OBLn03~uE7 LO~v4v zC#x7?TzO?*Qh~;uTUmzT?xI;?sV>jLv!V1Gs2A9KihZt;=)0rs!2WpZU-rPX+$r?F zqX36KEWddi9`e}QT &;gJ1a0o4*( lx`;lnKUe)=^4Yt8!# zOLZh5m*=F=wFB;uZpj%Yf(&=;67?-&`)P@_wmjH(J(^D+iwpNOcO#T1&G=`XDA|GV z8Jm`OXNM=Py(c-TGnt0M?wvk2X#z;(dhm yScge|M?w2Q t_!#D*BclUH4p2RJ{R%q@dSPvBF b=JGJ$@3|zEx9Wq87-ogRg~X zd*yJ4G(%hj-&`~#=Z8e>3&F6pY27H<92Q|wZ~I673(-4!R}_Q%r}j3kZ%o^Aw3~$u z(W+B OXut%)}HbmF9Z(y8&N`<+f8K{q3%?YDja z-O;Mhf1&g5&Vr>2CkbTp8It#eeEiMMQOS_I1TDuuO7zcp#PfojM3vt5u~~Lun@uKF zM*<$mnRHzYdwiLkg*VrASp@H>^KM=9H#xW~z>p(&gSU`{G{(v5mU5Yd4G!Qua3z#V zEG%l04!n&*%9$Jz5x?pS>^pa orfB!f4%v5u^vRT7*az~K7I3)!!PAPaISpCv;x;|Ta&A*024&cdKIm=@*57F92E zljx>k5+d)V#)Bi|4gY6rL)`uJ(cMGj-MY~_IoE;^iziba5Rat;rNrAG?R7ecw2Bb% zL#Bh&2kS$7-0$u06lEgfqYgYnqrp?;?dNaoIw8n>&+I7&?uXd+l;cCbB)V!AVL(OF zK9S&Cqr>Gt=MukVyBC&r<7&d@VICga%~wzmtFIBpS5Cf5oBY`riF&)A1XTR_$Ub3~ z+}_k~O3oBvwF|PCKZ!B7i6_6*YeW&=e>|oMOz7e zr~a}y_ck_C13*IZ_yW38aYYWwH&m;`LjREww%q-WB4KTk5DM#JZ-Fqqj!*gCpL#|d z&^8FPrI-z=_dYn)P<+1p`Y-Q;1ou>+pmuGDz6dgQ4^Z@}29kKz1q5OKmYBkzDVLsk zJ4-3xeSWt}pvv;ar6}xv3#6&O_f`6vWDaaJ-I;v>_bVlQ;ipL1-OWdp)KAHk0kI{w zo%IK;|2yL6KJ)iN}hf q@FS?ryMvS;c=c6mA7Uh^o z!yre_lV$77Cr55Yr+mlfh1m|U{fDyL4n9DoS&<6Cjgvw+cqonra#g096wIS}{g?GC zsSQak*@Bb0-$ET#8iNjXv~li9gwx9tNAl6-c}XT<6Z8i(_kuVB=d%17Lq=?ZQ{JFt zLG+kyn?|GEa_oyT;ix$AGoHzVyu8x@rK`$#tviRr+9tVW*eeVS%BH6mtr;ofpI%cS zEs`3Qk#|VruC(=gEATDcW#8=mwnmo387wQngUPN 2vL1vrNjdjv@MC;ta??-|w9*LM9%Q9!z&fC! KJT5oyw-_udHv z=^#y1K)Qm8O7ES}I|M{}uc3ub0)!;*%KyIa=Q+=K&p7478RL9(3 5IE%4Hw}orVUrfZh`~`$-Y#jn*Z@7WAItNP-xz2xmK79 z@|tGG)wL!OGm;C`actCAJD(ljbYzBDWVM*mMrCuIeR9#__VT(E1>;hd(LWFG;-n0u zp;M0Dd-mPxqKalW!rCGz29`(Ewi52(mo8(Jrj&CxNqUPNOt0XIMZpWj^Jk#(13jMW z`~LIX)@=3HXh_1|#64#_Hz{&uxg+G$5X>cYw{huqkA~1i?1M<*j j;en6IMl>3Yx1vQ&{=poX92Wj?r|V8KCw@X0XAYrbND>%lX_|{)A`U zOzWI7x-0$#L6Q56>0!e4-&eIhM=q?dS$xcjuS&Ba0WZYfxGOktr~lF8_EQxzma-s& zwtN xV0&Z-01_$^$dyj&fOpzfZ3ec{O)-a?nsJuSBh? z)JD>ZR0psDwUP?OV~f8xL%U@DiMIgJr;F|U)s6W1A0eDF b>-XT(?++j2!?}j;;^<@k2eW_I$|Rj{BbuX-16a#^1*We}Hl^Lrcak;q;9EP8a!^ zio@Un;wO+l;Xokx_f^;Ao(m)V{iQY2s{qIima}K|R-9U14~lsQsJ_xRUkW}?Mgl}$ zG{x7 3+a(s@<$UmGM zv<$SUa?{Yr8~;Zs`F+t>Jmo3CLOSoRcFIoP3pTsJA?;C2MlU;<3(_>Tn8v5cg8zgp zY;!YKdlyd3Vb3R9p5T>9Lf^P>iM_RXTf7l?xEuJti`%lOrH 6`W1!R5&K< z73sTkJkxARLNOP9f>cK|^dbpqpfBQ#XlMLO7>{gu5EQcniGy?a;eTyu+;1W(e>-K= zHK#<^2&mfF&nK7fyoxMe&X0W&;D%@0FLIbD)yYw%g%DM3B6)LxhIQVNmCg^nwVp$2 zF?uufk<&l<8{$J@zi)nx;Ln18)tDOzF~!BW)BB8JF+0w{@O1rpbt(0Ifa 6spUsjB)|Jr5* zI4bb-OPc`|wM0jt0uWLeaE(?b-hbzpC@8PutG5=4@g0&+JuAUASk#aFdeLc@l*g#g zBNt*#TM?usUok57S|8L`@w$6oqg< $#x|(8e ztY6|97RX|qpK4n-=3oz+w7C1Au3P*%zdTg(*!|U_FKt%kS0Qo(Y&8gb=?xf-K*IJb z0i*7#+IF9}S*bttZEF)v0M<)zkM%z~*~+7*cT-B7W~6 7VL--+4dIwx zdm!^wMQEznGh}9Oct+f90g~|jk7&S(2iAOOjbrr&d)1+HokN#4p5@6EAvVgdPjpIN zsRU+a3FuV`OA6%}*0**Pu%jwmoyRXL6_rTYub$SokdCdT?i7~k=OM>k`{RzHaD*Li ziR<;1=N~>a5{mO|3r?u?Z{6=o=b#|{2t{M(p-F81Mb%zA8fQ(7Ss5_jxG?j@@pqTf zDjiEZRpo6V&rZ8)|4vOkcO03zs_W#S5w~GqM8LtjUV^*+?#@48XC(LXS>V!~+gDcv z%zMJN;5k*BsYadooI!#9h!HA-YNs~2u(-r`)5@U6^*bTV?MCm!UF@_CU%BM$98%)@ zyJWWoH)yg!@PSwEk<79bzd?449Kl+FMKX+}aH@__zcc$cqHb;n86Gu8%P;P-Ls)hE zg)I7Vdu>yjbv&uGU&ryaEqkR?Okel4mchBS@wp@?y{jo&9w*il%2?>SPu&}gdx6GO z+16*H_|iNXW7EzHh_tU|;S z(3PHE;)A 2IvH;&p3HYpOaxA5Ie(8%Mx!5!MvUhz8DqQ@mod)c{elxq zJS<_6qq=y%k??-}Y`bmBrSGWY)y@gF0*x}6z{XBhp;OV)8)b6#-o=|TgfS=F9-Y0e zJ*Ir=*mf3y4h(Eq?R><#XY466bs1`GrQQ2#?^Xmmth&2ae9exRCC0;902|3*$<7wW z5h&{ZzCjjE*cuIR+INgNyGPKaH*GX6vJZf5NzJo9xA*+*9AXm`gHAqh_4%lTI`cwK z#=FBx3GA5Enb{Q`d+mnrLRe@qLIbx~Zp3oU`%qpvWUzKK8H&mmw;mr-kB{k753BUG zM;eTsVkeKkGfgv1{ZO@Muh^xhzuWow;pa2=z{YvxyMu>!TGgR*^QvS63R&FG0+(A7 zoFsWX=NIJ!%eQH3E&X8T@d{;F)Ao);v`?`dI?9s&)9*Jd h4v0*U+V7v4PMo zL7K*=5j$=+;d6=S?O9I!CP!`TnUd6tE!mT>o|26xC9sCs6N=W^@cC=Ww2f&jKQa(v zX=Bxln@C@H?OxE10_L?3Az`Ccyhdk>3DaDWQM9+C!!y34rYh@{>{TsUtyZhLno5l? zd5SL$*x0rl>D58(LVKk-Arlhgqa(H$xv}GdJ!fng m6x;Z7yl3aJ+pS) zRdr*L_JNs(_$&?LM*Oq5V=4$K4uPG(<&=*yAVkO$PmBs#B^8?3ZC2(Vyr0tZBUi-L zaBAS59$JSvTho+Ebi!AL$RKEcgcBY4QqcjdjHRP~xdoN{;04#U7IYn^u2p5mfN6FQ zaggldN51xUNxodvAZxqDR+;N3ero+r-ObMof@doM0{PU8jcO>lt(hExwZ^sMpAicR zmpqPh ZNK;;X}V+#wT z@tHSQs^ZqRz)+(X7!)89+W{E?ECQJ3ws;4GG>0sG>fp|Mk?2nHvG31Q8KOJ)V|$I( z{uaFux@RrpA6FiC@5W2}NAC-T-ADQ!OdBmB-O(FT=;fceM$AVFs~pgiVp!0lJEpkc zO%_$ET{hXF0DAvvW2#B-f zt9_b*Qe_)ijw#IYS=zY41kc~%m 0<6%ae`HoX=;sjGwfbv@izm^ zlt}mRZ>q5VoZ&& ^#qBQOeMbFMQM37;DcgKWsH0lgQJAO1tLJ zpDWJw*^VaagpTv=fs+|KzRQtx ME!la3V-bh5sOx! 0oP0;KXN-M7 zCcm4z(slDf8r-W9+R`b+;mmhmVV0Lka?ZL+YFONH#)cq(?bLD5ThKh`7=j8LyBP1^ zDGfb6Q+Ap5-tn&6;nQTz^@r8sFm; 0F+KUPVs!mQ6OF0MYBF-%b8hYpKiN>qWrmJWN2Z$`cVi~xIenEaC{ ;l74)^UPirkySUhw&6TBh6-$e0(S zsU%+v*zto>AU#T=uPDNGonBi)$7c9T!;gz0l>H2&gzn`aV|83CoWSyID(w1LR56l) z=JN74_%1TqYg>ZlSnSxVWB!r-osz7FeWL;fyhieVIs-yu{AE~@5;^xH0U69DwcIo4 zWY0QhQk 9W(X7 {SVW&GaQD) zi-`b=?#uA*xH%d)L295GltG3rl hu<qThmdLW-yAWKTcAQ5x z#;_Ncy2b8)6dy5wiqtoYM)(AT+w7m#1wUGS&9&XSG@Uy;n@I+T##TB-ei7!iJ?Ddc z%yx{ZO7=U3=`5ru^~dwk`~UT;kQ@M;t^uop)XTR03NLvtz4IkzwIb_pfb2Cr7MSr) z;N%z$t`HA&@XJGSdmTJZuXsDnxlyWjiW1}fPqJhEwsC#6Hc+ynZv%-s?t&0XFlhYY zvyRolMI#F{8~D}(PSKNEa~4A4fQ*#r+ITW$W>6iuS+!ry2ItFb9Pi>1f 6X1m+Ps1`FuH<~!+k{)73TeAPX#~^Q`Am8lQMNZXc z# LFRX|@;y)Kd-YZeK>u43Rd(1RL&-`sk>;g?2&j}&s z!9!QY?WuZlXB?ik*7sHW;DZ<*kD56B8r2ip^BcE{AN^JJ$=v;bT&=rA-w5&97J01# z;bSsAX61x^KFAp<(nHXS2yvd)&!zn>=kmM3s7!liJ$R$i0*8)d7?40f{=|x(@BB13 zXD~oNH#(7LojX9(;H;TXUJ&jYRE`6`?93T(ZeK%;{P)_|e*ko36vSHIuo$`of%L=O z(r 2WbU)WyLd^S`@0uG~ &a52p{!fr-IJ-Y2;C~eH+ngL zseHA!YHm+^t{~duC`{*l3U0e~>=kpq`;ri!srj&;;m_sFYe%10*rPSxMH|MY{65B< zxn<#mq1Dl%vYXe)j9(6LlYTHatg-z*gX?WD-W9sqrr{&csuF}#IhMsDsnLJeta*)} z9N0gsKKMi1D|=lo^o9Koy`RA_|AR~z%|gZbcV+67Z3ZcqEDJnH5qwHamnLxrZ8i_S zHOIRLg4WUbtyjX7t}uNeEOy~ryx|wk7-1P@NMJoSsCeh0=!L1JoYTqD`EgsmEr{^F zem$|_qRW8?!Cu=7b5>eO8b{33T^nLOlx>o~7{3L&(7a!pY!5kj&?vJ`z6JS2(+E!q z&@H8&iw{q{IzGiTd$f6ODfq}lZfkPB@uX8rFOv 9n`(>amd_TA1^?)>{5 zFJI|5d=;Fddu`XbLeW}h4CagpS5g9;e^oT?nfG0sf`3jrdPEkZm(MRNzKsfMcE6ox zs|*gAm$c?v0?&Z@-+d$bm_c`@&btb*Lbue*nYaf*qDN-=y;41n*jC{Tr-fAq5Ae$# z^oe?bY{C?W_p~WsvdW3M^~SB;g;typio47jQORFe-7=;$B{4^yk=W&T^)(eD? zCYplCaB@nw(>+J^(SM!_eV-zR=45Yt0o@s+jRDX)5QPiibdlYuKZt{v)GtNekl4J4 z=mxg;VwR;JNJcw=;1BV*cw((5bem;DERK@ 3^B*s>~}W8!B!%i<)uuCN>O>e zts<66g^xT9{&rXKlj++?3Z+5KUkde=aukQ9dExjm>WZ1_u?nh&gLHTyExJOtv%!=P z=J!tSs8iIKGA`IPhMa`iOUW=3H{v^rJs1vP6>n+2O_^+TuMSd3xvkNHLY$nEIuqb< zV^8`+aLPTwyA+h}v!`FSOUzqez&T_EhjWAX5L=MV_hU#nSs}?>R!pIhEM)=k-8h2t z{fR4 *zRjr6VaB|cIa8B`z8|y)A~gkT50Pe z!=jNUKOs*48uk~gBqU1OR&xe1;SIr#ANL<%Z!{zGJ{4|Z%yiyx=xQ2pSsLt4@Na$7 z&^T%d^5p*;B>=vyJe}kUZ8c^ u28s66hQ$Wf>rQ^!;#sn9mXfTk$XeMcmHK z@Os??Kxi$}gsgj}Euo*7o=bAyU?`m(a07T7tfwzURIAcyCUqZF-26D)7~!{EY>S#5 z5C njK+_MA;z1!BAzCQ>?Wmf8w;`#`n8EcVpXYCW=vvmLc?%ROj z>~;y{cA&?kc#@mRto+U^+{an63%G-(gCB>eDG5tJM&Ay4q(Rl@-2({AtWwvdj!ytH z?T(LLk$N5{aVnYJjjENTn~eu@dA#RxSHf+8kmW<1C7l5(dK+*yK0RR9ffEJaPgB5> z;rpT_?iyAPW R=xyd$_#ya>p1qKIr5r| z;KkrA;~c%}+!F_{LL;57wYm>ldM4S>o3ivnQ+*pEt^xYa*_+p#XNH#B<&q&tfUm#1 zc*wo}v}4nJ)dFN;UOvh6J xm(~8WV-xp&G0rOxIS{z)LC*ySIui?Z z`ag@b5{r|F^+&I7;1YP%{Cwn8FyMM4d5%Gl(^UlU@yUcdX$79Fvy#3yH8$fHunca* zOdTL;hkp *-n{zgcvDfH{f4z!qJTLd5kzUSix5YP?ALO;}0#!pKOO!3!b%2M@HmGY1c{ zRqq+sW#C}Mb5;sz?;a?ja&?^pVI|B1u&thLm}!lbz!H;vuI%sj!7g-8Zsdd{bJuR< z_jh%lNyaXH5)vbD13fx}#xjP^f7ZB9iX{fwq1Q<}T>+k2H^iG%Z N+qP zK}1LvH4(-=%X;NKTqZT!t-x$Tb4*a-afdnJ!4t$TK0D?u2Z@wTZX6Mq@m&9N!;$A3 zq)42b00N@*s0Pfety#TtR11boWn7N)WX5ai?u@I)_Vk3@CbO``w;*7rjf0+=%`g(i zV>tfQ-hy_jyVsN0fANn6QNsLrmyel40}a|NkiG;Tf(R){Z&9ED!|e+NEp2jgZ$R@Q zc+p80wGn^gacLA+UjTT0R{Ea+#rlkbG0rp?XQdEj#dU+k`3#srvH?M3)K|Xg^nb5B zr+xbCa#QIw-rKbA)BgK+rf9xtfq2aYc-I|`8Z^8$0nwM4Jdn7tkpcLD9M3%9)jf8^ z!!}se0zv4xat?+)8T5$a63U_s1_2r=$Da*n;g3QMoNC%5XqG=eGI@|L`j-=!$=BZn zVVGHEL4L6SG#GJqzfD*KFH4MKM2!)+;zar%Tv4|6mo6eK!VZ_5#eH!;C+5T>T2-PT z2Rzk5VBu7l)8a_f_q+<(V=XR%d}R~o(kkyE8x>dO_#4@MHzUQ!vxvp?7(uX=?v+gz z9{<;6OwhjdDgLH16Y~7uh$-%imo$4_Joc0oxSYy(=Ub01m#`E5^ggckFDcbkuJ~O=qWyAV# zF7`8a=!iiSn2Z1VZ-UOm^RGuB%|?ZWQjjY7T&_|Ix@&7;+YFmA0f8-4d_E(sz$Sio z&XJj7Sx%doO}+?3UK+OmA8hfDyDMtdR}7X?e=R7_!hZazu5uju2=;2^zl>eY5jfFi z!ki2Me{qFk2)wtt(zk+Q&A_Ker^?A_lbG;yj!zC~4n99x?YeZW3I}e5;D2SPyqEc& zeSXuQCQ${xyc0h)bMk@VItplDh;<-1x#6W~E<{ZVy8uKcjp*(QXa7HNcRRkQy#bYd ze8Ne%#rEg|&^0E%%%L^>LwzQ=ne|x8);uE;3xccPeAn}Ii?;t~UP@W+UwNs2T|Qti zHc}IQY30@?2ZE|H!Q&JFzW>;I`$jFDNs*nHg}Oj0&-d>r6rKH3kP}}F*C%@G|6XRy z7XV?&`xA>s*$XuuXaBn g|iE<+lUZ*-(=w3G|w@J{Qv~GDY_* Ej*{Rj8Uhr=0plKzK<+8BPyyGE>?sQL^!u<50I z$L8^$xDqjhJNr-EiCDA%c0#E_x^P%PR@TSL;tvX%=eSv~J)-5h%9Vc#kvlUP&(uu& z&*P=ZdaLx}WeqI2 dP=<4b(Y^On*(e1$rP pPcoOX5{i@m z9j62fYM&)B>tESQ@Q448$2ln{nDr(VRJx5^AQ+76*ExOE&^K-E=&$taSAF{Uaa3Qo z33yUhk*>o(?j}h2l68uBwUDyoFlVwR-lZQ+#;)gCSYxMir;7}Cg3Z*jvVyP6AmTVk z#@^aDi!rK%T=G7zOdM0yb%9^Eu>787kMivI2uKU?mi0lFo5%g)ZT`T>`YsMIM5eR| zp5=f5J|}i95AKN19?^k6zmfM!1b=dyGD* @vUR;+(jz zw4Q_cY_|3&mt;{rCwkL^{ba1ZnrU;K)qk}C(QzJI(TvH{D=|x`a6}?C%eJCTKjvE< z?dw#y)qv?Uh!`pUtsfB-6Pb>i`W1Ji=9~-XigJ+S=0dn-3@ZD(z2jKNNWMeL%h|Z% z6YGsj(1k$Wtr2>BF&wXNQ(>=DoI29eDVMe9vxj07e2ZBh6b8F1!!f)`Oj%(DI|W85 zs%!cz1iG{Vg_jy#eMQ??l*sGuPJzM3($kfa%;C+WLk=b^5vt860&KRIQxYb`9#X;> zrg;_OQ*lK*{@rgD@h2#R)cWLSd}{UJ)zJcn%RR|)`M2dKYWRFQWRK72D`Bly>__r- zES&HkAQ%VJ8{n3mah1(^qEVT-@G`Qx`xS1MT3IPP?|xG#8!yLz>O2FG6AIb!nmxM$ zVyJ~K(6cIsiA4^3JkfSd7ci-r-S&6W<1!|cWXips^lgxttffsuy_12L-xf_$P3n;g z3D+p$Gd`IRcj}vTR$PC1BmZUCJ)N(H9UL?1!GrL;9pSpYug)`@+BtS7kDmViNm!_2 z^V%!OntYhsU{w@&oa;DQKO+ $#m9hyB}(_nd1GXLvjuG8EfQ!(|aA``%%GK zG85I0sZo`k;m0*WbA)tz359!IsS>}OB#fu~?OyR)C(rGvOmDszERL5@knM_P42z=D zx-#{99=p4*)HxX2EpoeyW@0)7N!Lp7}~?wd*&Zy~-io zLx{Snz0}*$-*djW;cdh$04g`_#|kUJnPN&co|AZ{1kHvMV9&o{T$C;h!2i1a9)4UA z_|Ugdka{&$G1cb~UJQ0Cd@~T8D$+8q%SOmoI(Mp~2b$pf0@vMVPWvkz+NGaT;VsYC zUm7#{+y7cTj}3&;xCR(E1_?E@UL(HP*Vs`{oLoMgG*T%r#VHr z3OX5_nxY z+DLE=2TwNcEL{Y^ev~IMw~T7PaX@YO>yBd@{H0gtXQrv$(NP?KRu`x!>W6)7J37{F z2y(s&v78EXcXYZSt&dEt0|uko?foW8P+LDkyxb9o6)YYVVa*jO;?SB1p+NCv$Y#Ld zw%4gEsz5z@(re*Y#@5?_)bV&;Yt_-xr6$( nE83`C_G_MWOHKeeM}APgfPz zTQT&Zt2e4(R&`#1f228a!ADSNXvC$Ka{b Z^~EN zZ{sFqt~t{AijS`v5~gFMdQltD#>15<$X@!)eis)DCj(5-5S=m>SP@~u>LgTuROg(v z62(P{34&`hoJLobG-?U%>`cXX)`#WErK9_nFuMa@0-;%Ro<|QkN%g;;!IikEZb#Hs z+&ML|nf~$)>>sAX{EUZw>#NHwM2ZW# 1{2c%4`DJRERnLo!HXZ -z06 z8a;)n1yQw(0|l&q*S9auB{S#R0vHNK(ejVTk#BFsTwJL%$=Yw;-1WOGq|^6YwzPo5 z^?`dJJ*yGW9qbJ%+jhnn)*n6+K;E3D-%hm2j?Y@rlh-UD&3^JoiE?MG4oi37OBS;8 zIM@7if*#&aQ>acTw^xeDIHcX4*)?SJZ8>uZ$Pe)>K}jf_ilVS=PoEbmjPajBdti#$ zOXrdnWcs{6R_Yl+5(suZ;dlASWjA`KgGU(@>03SMi1w@$3Oo@y09HtM` zNH2hpcUMsKp;I`q@}I=@2J|;BFQ+z5dj2{&oX*oXZTWOV+ 6EQF~#Y;v)m6*Vt`2ET?YfA#6^Q3XWq`aqSB@ag^rgpkEpG8}A1B>ulbQH>g zW*zJgG?mz5xI6JEdaXYh1~ju#+XsCEM$a>&-)GDn+1#7Tnuh5rZ$JLM2wN5uFsOVc z5y@bdYYGG#FHk%@1p<#7fxag1=NTWgiT}jz81~XRZhQ|r-Cu%Xmy}R%1=StS=6g}m zV*};g!^x8e1oni{6u#**%!3$tzg|;u^yX7k@piwF2Uk;O?b0pie7Mrqa?aEw0%Gz8 zWiYZw*B64Iufj=-R|bX~nzmxIc6|4pVb>H4IprbJL$B}uGKKs5e{I0@b)%OeQy!{W zdf6Fp-R#uRcgTYKh3}XbwHg@AeQAZ;bi?I#MUjQYZkA7Kbh8GiGVV!xn??wVwmiq4 zepzBy jGcU$+c3!uD4SAFCJ+X;TAK_@~0_! zb@J&8TX~@9%pAG;PoDB8feKJuh-Q|F!;XAFDPf@O+91_UiV7najpBi3(3y6^Hbe2C zP;?dxwi=hx UDTIzUo(zH~Z!H>LLY)uG@E+iabcl$4nFa=cV =KK{k^R5{_m#L H?{+LTWI z_$*_JjCUciaBVh74&(rdU4j}ccZ+@Y%)sBko|Or>1NUJZG-1~tHv`VXe9X{2wgJ>D zj{Z<*X9qoOf#FBQhGwcNwqDRV9ng>uC)TMAsX@-uXa0rUq@mW3JNi@ nWk z>14UB7cn8fSp;_?N-I?dL=Q1@+og*;;<%n#u(}DO4>t3`(So&IFr3&3f6pAyfyPZ( zm^~Et9$8%AfXeprk(;H`F}I`F?hk2x7IXeCq}5<2B}4f1Tt|Wd?lXj$%?a|BAI+ay z&WLdf68=G^LMf6RW9Az_?eRIoMS1ftrupo7-I#Ys)9RO2R(iK}sK?Am5BX+xq(R!1 zia(Wb;k8}fV>=2C3v>d5pCbFyWW2Yrz|`^WH3#SM>UKP4If`?efcV>vo}|bTMZF?v zUl6`_CIt)f9#7f5gp+i$nqGuSS?>MuH1>#ckAF+u-YgW@M;BL7E9Uswcdxs5U~&q* zJvgYvN6B`RW8o8+&4PL`=$`ppHapgYcVOvLO0NSxTP$<2Y5!R#$LJkNzT30hh>ZXj zl`KJH0UFo1X0z?!k;dmdx2p%_=xtMy JG+NkDI`-P#Js?}XL;h`tyZw&?Fu z^yvJ$*B^q4>|eroBGMyj>X%BW|KX93{iXD>0oPCk4&Q >0czMFCFaEaN3vy~PZbl^IU?{{$Hntb%VdyVzD z?sj$V>+RRWRsBb*UFFV3d`4N!lr?a?!i?dUPeQtrW0&Qts)dyB?yr$=AbHrvQVoBI zu;I#b>TbQGUQuZVbU)MS*28?WXG=27y p `*O>Y@v0$E%ABf<`5R!%&D4 z&y)khHFjk5ffqKB; |>ng#tsP>}5mfkge8 zCDtR3gOI-is2nJZ_Lm<9C3y3_uX;dx0TfihR69o_+VW)Ha&;EF{CUhb(H6yo0)m5= z5^2T7b4uh>v;_3VNbeZjM)UW`$AIsw3!vC=;X;tpOznhavXRwru7)=mX{R<&CZM2Z ze$ff2Q>DG25%h|0;u9P4ThHFC^O3t_k}4XsAd1F*Dfe#tf&GnU5xU~>9A|meL;liA z$e$7}>%$Ns0-DD!)TePD4@nq3{^rDsQ*BxJ5Jwk^|LJOH^_?dq!*gCt@re~vxgR> ziW9ktk-dPq!n3T9>-nULz#ZDSxTh@K!K6?5axz)K#J&h7ER8y2oE-2Dg-TtGOLKoR z?p7@j9yMYw-i~`7I+Z04t!X$Ocw~ZK!Kj}6B%fX~l RxyiLI z`#44=_PHz{i%MMI_Ai@KXrK~ox~v32PZ_9oug;kA&j9M`@goSO{yT>Kv)@|o&~oLi zikS03PnX#irOTk;W2kC}4mrFWS7)^Azg!!By%r%V<1G~+xcaFN%~v&dIYEN?=dKzh z283phgM^l5o$C*M+L8tI7qi*p3BPhPH(E`!f4yu6IRRTS`yW><6{kUc)6sS;v1W-_ zlmm2fXO@{rn X02|1Ye^ZFao_fX8hzV6kF^)}pk^I< zs!v~}A-ku%qgNIiM$K{x10_6DRe^mXoj#$YQ^BB(5-VHT>M H@!C23=VlG`ob^*QW9XHw*3{fNN6 z{p`rERdGCliNSD%*lFXcNKbz$htgO!c++;{>K6~Gq9HDaN@cVdC-Zk@n)}q-WxLZN zNAfo-e7MH=z{*{W2^|gZ{lMdT@O@^6pY3UNK+9;(Sm1(f##R@Z!SU(ZEBE--Px*!f zy;A742|10ZN7o1M$y}g$mtIDnDbtR&n`_ET&GMhXa>{d32cr{M0!u}huK4-fLvZn^ zmOe2yWI`vu=H%CPe#EjK${n&pIwn8l%~yu9_R>)K_;FK*0poCAzs5LYYD~h8=Z$QO zR&1wq=2szp3$L960aFNP<9hM@iPq$H;5J3wX=V}L(kDjE3MrV2Q0bc7@jI>j&-z>L zm$)4*OlMj?a&bq3G%bMy!0ziiOtHQhcDL_Xf|O3Ik>`l^D5&m-0$+x=V9zvz`INWz ziwPVipWp^6TpUOq%<^`LDAt3@RomW=_Z}>tTQDLb7Ely0DGlRa>4Ah*1kT*%99m@b z4h!`KvX>NQt?j@H=c@;`T()Le@Oq&~T@f8Qp%LUoHupnu4M*LqJJkvNk1|a>tVwo& zJu~Gd;ISw0Vj vim{0d6e#Cxp4f#DwWl|vxTQHW+4va}dYLZc)>hfm1XSltv zmno{>JUwJ cdfPk&!a;U4vTEwUCNJv(Lr2{E4@i>&LZn{d-L^sz85d@ z+{!_4d~GXPjB#(5nkul3_2_+B!NIE{K(o>zi8@ruPPXRZ35%o-Wt-hj|1fbBujUoc zTZg=zv@84UUC+l0vY2Nn9AskR)oM|~4<+S%u?b%LnvQZ~SBt#vN7`p9 Q}!yNn#!$aH_wZ3i66*>_q49HLQ{Od@gxi=oxbF`HwCl8yt*${;{>+csvi?K z+wu4F4cf!c?)MMNS3A2uQN_sL)?-$*$a+nVQvO!Ye73s#Y!P!`^xi)&F-0BNSWZN4 z*ncghx?Qz3o=DLU27g&3E5%~aF$_e*8~}fi*{cyLr-ZX4-)xha0~0IC*WZ%S6$4go z0;$%jbV+13U%$+w7qdMxl|wEpJ&)phMgWC0WuQ{+7!61}7y<{VV~&Tw36v9iC(R3R z@`sAnai-anyoBAnJ*N?*{=3K@HjJ~Eq%n~L3Y`edz%5j08vJr(b7kEKdO%U E3JFi)PwsK$B! z;S<9TI&bZx#2+Y~B@pbR3`_xJ?=#NweLq5i;OZUP2;V>_V$Rzs)w 1)3UjEBzbTu%;93@#kHK5RF{qEC>Lqe5Uu}7 G6Ylz`|80rZu zv(>&6U*>$xU8j5Nw3D|CAWp>9xOVUWCdLr_?4d#?8(5E-2Wgy~%i)sf#BArk1rL6< z`DN-uP=7bLOahu0N6@aj&*s@e-}J|988dB{SjFZ|@XbA=41HzCIQV!t>C}3+FnsZ< z`K0cgdfc~z>*C5*|Nh{*&3LuRv8(G8vLNl@&tvOv%?Q%|KE=rAT6pY4Bp&STmqCgJ zd@5f+xDpuervhEX3ZZgwhz{@iTS3FTdt=A%ehNy%3C_>s3 jgRH&A{x*`3|BRV z8m@}jeG6;pRD3QwyL0jK9UmtJCDNO}AIUk-$|4fgLM3efwDFRGaoqQ92AdkNb*Rd; zf6VWV>6$X_{LiyFil+}j*K`0JGihJs(W@oEz)R|j-J0WsZY^-*eMX5hTGq)GDND+N z#R#+Z^p!gybS7y^nH8%PvX)iy(&GbCzm#4}-cn4t2*=HGuA^q4ge+|VlMX>S`yzn| z&6jHw8t0W16C@^Uebr_1ba!PN52&Y5Uvg1FU&vG{JooR29@w ;|M{l1$Uq -tcv_})ED zeTC7bN9 ?_nhjJ&e87;*aD (eTOu9~4&R9}Hm{m9Y zHj6)Im@}!=NT?^wVk(3*h7`A-zH@Me)hJY5$k=KKMtRZ1kts2>ca=V|8dKm*;ZTz; zb 0y&&!{wS{2-|^o$ 1~XkZGD-CC^BG%ND;>e`yk{qZPm9wxJqUUl|56E_zh)AD^fSD!n_ zJ$b@C!TLUuTT?wX|E#d{!ybNlyN(CnPp@$HzJTi8_ctH9Z-A*+DY|8FROOT*GjArb z Rcs8|{ap z75rvFm-uEF4byiqKvG@!#&l!9*!iE)I}6_M!Fva@UD5SHao0?zLi0NhZXHaw4{QGL zpxXIs$s#N7bGFABLHgF$N8;zLOeP^O0Uy<$_tMu`&Au)v`bcudXHX3=jRj9$*lT0O zkhaMPN!8FF(;!nxwU@;@dC{-mn?JR=9~>vUq-=pnwZ5=9b &<9B=a`Q}l_GCr$)hwdhTljhzIE(aU(wA6ZWZPSOxz6*Q`ZB7kcD~Pm-Y-L0 zgn>6)CUilZDF9NcWHp7@%6xaTY_l?Fd*Xe4weiG_9H_$V&TFr(o|@i%=T~0vDmD}% zP7)&%W8@TH-^Hfvw)perhAijT&xkvcr3cF~5D>36{z;!OQ}63;vIl@bIhsbmEP$$= zSW*x--ed5q- ob802zrQ|GJB<2*DQ?xSZ#^${Aml|}aXG$PwGLR`AnSFZiD77RWng=o zOk6yktz=4jrZjKn^u_>1yMPTf1tWWue|NRAXa00=@}G2{^vwzBMdrxR^zm*9^K*R2 zZ)&vkpef i @OLJ zjyhY0)mMG-j=8GmI3)%6Qf8{zI4Br~9*8vM=RXBG?5-st -Tu&$)$%rG6VbM5 zv!4@d7D%HY35Ed)U1L@M?{3$&xSJYzr`8v;Q%errMPWEVHT#F2d$*~%5C}eNUPMOc zVbht7`KPx)>>P+7Cpxw2Dfimr E=g6Bk2`(M9xPw1klHi78Q&mv_^0*(?P z${_R2>t0GBez60oW&w`3t@Lj|S+hJ{AP7wye5W;U2M{U>G*Og;`X>W`bD@A!xnF_> zB>|s`?+&S4QoK(8-yS~&FOO2-YR8~HSAO3ty&9~{Yvv}P?eY=@6D7>GSgev91e`Z3 zlS=n*NT?CZL>YK)|MYvXtTMorou07# 4^wF2x{!~-4QV>fMK!+eLyTlam @%EjZ+f2o{oQN#b;ZbHcr3B(Fes}#u z@N6$~X$2zdQ%nuJX)GFlTZXHLEh~#*k|9+5>q+Ecy_31|csPcxxV9KlZcQYCc;wnc zkme&jmIY=ffAFxC-?Ux_tsz@Qfmcqk)5UID`s|H9EClxc$%5~W#~*Hrd#WD+;`aR} zdR_rLB^L;>am*7a EeCM9Vb)mY_n<_pA_ReDqZa#2SWN+KV3o} zly-=FsmuTbORM7Vg*-hw_f!l4^PP4pa>4q _M~QSQ2=YCl_F6U!+#sZ;QJg=v!~y%NxqzO&(x&VPR<^aJwj z;5enzZK*Tfdnk(t{zM*r5;XcFC|U8*bIP725PtVY`>K$!BfEs-9%f=?e-%E_n<0O+ z{%+p$`^&U5XUTZ q?h&ij*z;D6&za)7BtbKHg0o h7W(D^XqTNHRO`>v`))5 zt9LO9eWX3Q)tiUvTCkpIp}ovoV72qVD0>UAD7!XX6i`Btk_KrN1Su7i98xSgl?Dmv zZWvNZ2~kiQB&EAs0YO5#LnMceA%>Yb>-GEoeg1u&v-dtnuS@5`5oYFHYrW5NKX(ky z&mmcy &*z9DcWg7TEnuU2>LdX~?BKg50U~e#UrJnP1L4{GTj5!v1Fq z4>ir0v$J1sCZOoZaxi&WAZ2Lc2cTCBPAqiMx2{&%yy(vTsc+q iWiOvBquwa1C;`6wR<&1dtGlOx0maSw`;~1rqaV&jMqfaovXz$SiOBu zl*87(WJ}Fv&IHP69 OSOse63}zkX5{9)4e~L90ZVUR@qyxnhHn)|mIz8cj Sy+AAQXA^|?KVnab&l9n z+=5S5eMx(sjFGx{fnXtW%GY&{Uqi)69pU@bA4=P(x>wIhAXOV*xvG%=3JaSiuW&%Z zN22oqQdcb0owji3Qb-wofa_Ar6wx@56lc%$JnufEWuM5$+A{?2RGJo@?)jI$UgX^L z2L`A22-rL4D2buK%fDv#&K-bX{u(4kq(VR{wl{AuM&!*# %c%+^0>FSyo*MAI!o#EgzFUq(FeY`%JYBnQ|oU6r$Ia{@bU&Z zRY?k~pIR*pA7YxpDVp_c OuP zGogVky!d%*Ory50{mn?bLu-u7xDGP&SSo4c*06Prsmlw!rt+XM{$>%tLmPWmTsv(( zJ~>GfdLr@nzFhyqV<|n~6!w>^nq{T><)vu)Bdp{CG@U E$aM9NN;;rRt zc;_v`s6yUJg)l?=segt0v)84cSS9<7jD8^tgl2d?%)au7fwf^?e0&)efCqQ@IXm){ zZo$Gw^Tp!tv`tK@^1{eFoUIKmmzOg?tF?-4`d?rejMtkd?aF-XuO$~LroKjQXRRWC z%#It1FD8ff+a4Ww$EjeF-+!;2UbXvfXPA8eTeBQBI<);gdK2^4>zzZKdg`y^J~5%^ z>6Pug4met@;NvE*4v!fCVo%P-zJ80@G5w4_u{V7nDbZsO_kBF==zrEu=;B@*+#(J- zBuxHtu{zti(E^H!SL@FAXw3d|fu7ov*r@G68n@ 2O*o6pb}f~}Hy_O4f`i4P z{ceo%ruEtbX7g_0Q?3g9%7sLciwP0s)3f`@jhT@K(_0?m*+|Vs`=3iSGZQ*9&CBFf zl3(pv4+In3wP;`TJ$<&l+Ddk~bTRHQX}b%@B$A?Ut{po;#bf!Q`kkAtb9X>>lMVUm z^XNnyRYj}Gg4`Rk#+?S6SIX?>tIctA;$*}pYICfYI-)PDTm-%QSoE^snEzl|CKR)h z-1lPcZej7O{VlBT!P&9iGxGv cXfHye|-1r6*~T5 zfP=O4zp>o^|DSqKT)k%mc=#$=j+J&ZB6=X|4k&SM|Bo !# z>XKxdO$^L*8yMBs0_~T=sx9F!Q4qtOENqj|S_ zf>fJ%c0QnaK!Q_i8VXT|{I#JN)r4n0z?uH9;2@j`a*_+9!wo+j fvln%xA#Bpw?xD4zMIRese=$zll9KW
?Cc`?*SUUEfCSY=bqpL z6r#R{9KDGGyFtEy70Y5BwRQ^heaInaS^F5VO>VlBOhqrCn1htAo=k{V;Ie;FIb{O0 zudfm7z@FO=ynq_>K3ctsR}luTzZ4+hOpYCSrXR@pm;$DENw@p~>jXG0yC;LYX!{6L z2Q{HFi`^wcvZIr#B|a! CWIQk~ zh#Pk`Y`e+Q|BgN@GA1IQ02wz}ro;`B?3gS+4epn-UZ;A)K3#!#Le>?v*Rm*O%Hp^K z$n?yuwB_9$&E1kcXRRRNzQVT!I(ERJkkxZ7JXOCOc=mq)4$i_W0BMT;IW+)+)zyLe zG5#*d{eZ(vzY)O)FQjdACC=Bs+}1JlGVcY6f*RVThN%Yt )c>DA(%y@pGSo(o7(+>@7!-0vFOE2)$R|kQ@ zAs?izyiq`~^1&Iz4xT#$4KZ?}s$6n46=YW31}op77tCUP;i9YSE(~c4d)MEr-JsaG z4d(wyv)*-jDg)N&nB}XNYt!|{A#^4W9KZL>!TM|=8#o3;1iv$BdX!V>%%VW|!Hh#| zj)5gI*rnHPMS_3>WrSkw@L3&UQOY{|HRS%UMss3NkL?uwa0ldtd;m#2=c1NI^|bm_ zB}$%mmRc|%S5L`fff-;)ue*8VwLc4)y;;!Mzm>)Xmh-zixBp%g`SA?$Cq{P-S>vzt ze@KM_%5HnD?!$py^_&l*q(YcW_qFTcbZg>3>MRkG_8T9v_4jf7!oHhq>PPKumKqWn zCVYvF!r$=z-h>g{jr>04rI2W rM{4 zyd*%he6!;s01NznKjb#<5nh_6P@_mSm35W(TyQF_0`fG2?1+Dlfg2=Vw=N1cmDk;m z?t@_B8IU!}`7E2TofP;H9JfYDhjbDDUT4STCn=f85O=V5Tw&%C&HzVwjX&C(d<7^u z8=C)(E23+Hw1lOXOd>zs{D1*-hGRkB%c7af5j@ Ze>kHbcANu+6BM3OZ8tMMBb)WzSt6XQZRil3^$kLo zbz$jIBC>yIcbK#8WyK_N6F+)vEcJ*mdI^By?rMYO`as9@8g=8}6G@y(9B3T}D2lGe zC+Yxns#|ViUqVBZOu!vj0T}pR!>~xQdnfYgt-i(!X<&67l7Ub-ug4GP&E#z@_Cz^o zi8dB&N}Gp^(^b7XPDLLf376X-xIJ_4PP)!3_qQ(s*Dt?ifm$0y9Kjm+r#CoDB1Abc z7NED03cXl^VfWRT>d2_?|Ctn3^c(?5L9&Q94naH!PeF+|n_g!RVco^pH*P2Fc#3=M zY@s5TEJ4*Uo~1w%^EAWi#>}nn>@3$|1zf_`qv8KawGIDc5_SbHaqMYL`8`CJ^BQFw z(SAzMDHMEapnES3W`gnzDyUGI6bp(kJ6=ok;pgL91jpjZbuWoEU$S;x5J7e4ih51= z`4nyS)ebj`o#?$4Np>U*eH5>AV3{On666P n(TQZ`;JlHw74Y_gQaPx`?hYlqp- zLi)h45STb@5h6_V=%1fT9AB%W-I6;Jc}$2iOd@E?wk4-a{)LAku)X>MtXV&}U}Ws7 zv=ZUGnRG^K?8Q)BEafayictwE+q#glWAv2H_>XcBfO#CONn#lG=;l=k&5N~$H@<-6 z>|bZ(%MUT3^Y z$%F5!dkr3l@&3>oET(VCq5h0+-mH;&RW9Gidn1S6xUvJ>W_C;tsk_XW!xb;{6A)cx z{DX;KZtdf5^mN6^`s77q8M#Ku2nRWdUfH;Bh>&zKB3Yk~*;S|3-uA51SK>_sl^;`% zQ|~SxdbUCK;sPItY=e(NNjT&d_iKUX@U<{rmPzaFic_$%>wDI&I~9v6BgroTFYVuc zA}mB6o3tU1*g5d&-Q)6c$NR-7(3=GKG>y)GbP)dPTW%IK6%JNd_2D=K!ET6YkFV z4<`KMQ91Q&jyU~6>wXzkixNLlOUD2}Oga*cMd_-0p5Kor37ZBzYhCd2C>`!~$IZEY zn{ii0azPhtsrvDeS55ofxAL(s2H llp)&F`ekGm7u@sg`l?)LwEX1 z3Tn1*lOHBfobLSG_akrxSY{I?s05|{OPAX6ggP|M>Q9sWBK4dJ3vebaZAK=MGTi;v z`JFQKDnnRaGss7d%Q+wmVVz%;52AJYr16V9T=`8@-w(0hcH&&9_$eU^{F>xnYf}W> zpACMIFIgU{zjBGzwJcgEtcm~Cvf7RLTLOYvgozng?oCr6_3+cBFvDz8-pln{o+zzX zO8-6~q=$)EAs>dnzjwOUwagFV-rvbW(cj>|8pdm8Vt!G) _`r`u;oz*gNXe{$Eq$ zUj-_oZvy2&z8dh17*@O)K{&|E5hW BVA6QF zk|lW3@El%0xJOwXV1sw8-w5ve#^M4;eDFbkyHpNr+mBpwL0H&1#p!;}lYBUc z5o|h#l(cKdmh#ZFA}fkNl8I4;>$Bs9plpDu-vKj}N~L(+DP&MCqZF7VD@z`0KDhg; zb~`&>`CtNAqK0q1kK0>23q2*rnqKa)6fgX{TDY?o?~s3&dK9qdAVK_bkMOd%?5B%! zPe?!iH&ye*Vf_x2++_HP9Nca^3V|VUX-q_{@4?=cu!o>1_WQh5166f@lfywjIh=)? z6$-;gfezCgim*yQwQ^DkY?HSGuiyrZ;R>9kI2_|h%vya7`}eYPFv`PE=?oZ@mo9XP zQ}@Wdmft;)7= }f%R9%%?GdI4|BC;oB#4ksf20yISr7u_K!IH8 z@^Z8825C$Bme{QtXs!ejUdZY8G}j;fq%wyn@16?ZA^tDOJG2J9-ywIPAR{oGFuy?n zFftj7e{lfdc05Fk1r_N?Cx#LgKpBvNf!O;CmWjW nGO`lPD8a!?7r9DEefetl>HuV;Jo_IT<)B +l?qbOE=K+}VO~O8MUgf_CqP`&D}~drm`Pv%(SNoqhjRYSdm|r0)lZi< zVsy$`|H&0pw&;M>)TMs|)|+6#g%g^l-)^Wg;vlxm2Vc3t`S&8pQ}!EVD;E8IMvoY& zH64I&u6bcxI4-D?DWS88_}_3siYa#3c`RhP8%IttuhLKP&oNYS>2HQ=1oW&wmrS7V z3@z@dK#+uL`R5tHT;!$NI>k!)s{dIAXIDt%)^0-I=AZvBf9 C~L2hFLGknaPku%w~adNiN%1&`36#Nk_PGeA!- z9PWHkjDZ{)_zw6#0`rHLF)Wfr-~z>oigHSnfT~tu^&;61In^CgC>X!~knz5iF_>=l z9eV`<8S0GiguWRdn%BGS%!=N9AnCIDv;4ulXD5hHd)1#LTnU63-$Bwa!)qnGUC Y0HU z`zjzCP*}}g16@;iQ!nHCzJ4K3Q#0t+8bP $O4_+YgGRc$WMO(YzbWa(kk$1Z#P}gGnR=! z9rHNIkxf@=yFz)z^F*L&PZsL(6fdQK=v`<`h$s5s-z5|G6A-3Zfx0HuWk8gLkqpF+ zl|fq`pWARAimQVdCr13Qz(qy^R*R>2ACzq=B|z! KF3LtB?U@i =5G1gf zw}5 -DZleND=xZEu^!U{;=2-b4PZG` zml!mH`%3dF``(s=Hd|_--!03uva`3*LX_88JCd(^hae$ykKgn%&(|dp>l3BvN@)^P ziC6#?%?i4J#sejCiUMms@7}Pqr*eHu$gazCdVy NTvZpg5I5CETp3nIk}MNH zkP3O6k_d{SdCp4@S!$wigGUM83h0xR`~Vv{c}I5<{8J4SI|kAA)UK0D9;r6C|MTI6 zJf;PXLQwqtj^w*E*%)^T2qMB`rhHB$`JIFecHwxk_$W9dSC f$LNkLY8N0$(Q_1MjaCH_>t#@Yv&)+ptO2_k@x80wpo@$ 09Z~nQl$lkd07xaiG6!q?)Y6j_`iV2U&gP8VyTFS4-Mc?uchh64K z+Xl7Uh{D5pWA#hGDC@V$AJ0D^;L#o`tbF_^{~PRJDHSw1C32SN|G%M*<=d9%=R}W@ zm(-#kKYFE{DmM0oc8`Cprq1L@^v4#x++L82VMhc7JmI?_F2K57gx=AmaO3kFEt3*T z?9uCiyzHIbz-_>7t#|KYu#{i@1iec8*~Lown-wHk={C|gIzjf_MvxSXyo%!v13QPr zn!Hw#Ve|BwnN|CGr&BCrdwtuYI>_4YVN@S9A^M$;y4iS}<==Bjje61~6XO|n$dM=3 zu*lLy7{Y3T3fQ~#=eh$w%cf&i_-vda%f|0&fXeTjbs?e>F?Gw)F8iN9`k67*$SgIi zAIDe55Q_131<$^p5_;pPPqgXC@qzWfv5wC5D=Q8&HN~}|@=+_E6wCpcVO5vjvbUX| z=~q#5P||ZfUh@Q+jbR1`)1`TKG0t<(h%Dof%d2Lti}a5@q(@!ufbHZq{cm#y0%E?A zQDMUGUFPllvqJM0tGq6jW*OPL^xYmLQbnnBEPUY#xp|ELn2K!_4erVZ`hKz<`z)NM z_kss0%cUQ~v^Ks>sN_qSTwLcw1v?o7FyvU(GhvVyfHg(Zu6U1PfHB=XCl37#?73Wk zBU8w*q8#(3+*mAtI;5;GP2l1Vmb*mn Y8P8-t{1&{-b$mmO8Sn32Rr3Vj +)2VO6M}*(3b*) zQZsF1m@fHDhjGVRL1J6AF>6+>j2KR=VF2YN6V?uIdaXdBt0myn_1{1RtA*Srv=-ZA zxrDbJ^2ba+<5nkNN+JNM$BSn-jA||3C-|_h8uzkf*OdVwRIiw*y96rRKi0Y(F_a$? z7#4}upNIu8^k~e- kXUJSi7#+5z`X7xsuS`sGgGkGU3lGRYr$MzINQtOX>K zMP;D=@R^jDw;m7llwULrXv>h K?R&J?7Ay2 z-v4d4`mmxg+H+>$2L=NE*qdl0qy|NF-^3B!?K_LPd2t7&m@Q`*P#z-d|L1@zkdm~E zJd*X%F0b0<(Vz?*_O9HfdDe0lnan3wJ@*$|{(LU8_WKUfIr{SM%~y&m8k%>Dh>q>- zTxh !L7+>I>W@P2 sz-8z2Fm3=NbhN*H5wvpYxldFX9BH4 zr*U7Q8Qrn+q>holZP@kc5${ybM{!hGs54QkW5YuPTq3XS)fy(JLwC5uOm>knT?pH) z893%ZIo*ph4pP ?03SgT*HE#`W3=!mPA&z|@bVVP+Y10N&{o`7m+=&)gm!Fg&Q`RoXE zP4lq}S+H!+{cHT^8vl6K&D3CD+D_-ekMI+Vtt3h2=c@BBR=I5eMakC(@3k28~@` z@~^d9-qm{}l3?QZIqu`Jx%ua!Epa>gM}qF%9cMkgm`9xlzWkK7VSXIHc|d|Um+(^? zrCC1^r4wYK#nv {>3v?fq4-k|hDkx=^O?~r z_IrUzr-ALj76Zl$*_y993M}9jDG!Le$x-B&{aq*FCY0zig-oL3yZ|QVw<&L?NPs1E zMw!nA$ FrU67l6CtY;qg^W_(<{;7VGSS6G#Td3rOw^(~1A?xb}QgknW z%MpRiq!r!n>^rneb~9$WQp8JrbEw2KTvrE8@D44>T-eQ0-#J2&z-M5a4j+fv`7L=< zbS$+b+}04WOSbb^7#Wbn65EV5q?VGb?=>G=z?j5NN#F~nwIc4D8+3r%<#Bxfi=)r> zv`0mO2Bw@fjJzg{)n_Vk`{d#ai<;ni@}TXv-Ogg)Gh+8i%5D@Ufj6;k{P~v1$#i35 z>ew2`jPSZ69_oBQ%wdWy-Om_Uv{g-4Bc`01l`A=;H&?o;npH?>e^xIoz!B*tl52*J z3XYPu@F$kdlf^A_fyL%c-IJT`{>*t*-0a`TmV-|g_AIaM>A9>gbx)Ho_}N66eLZ_% zJNgZ|RafiBS`{kWAj4LoB9#-b2uh`s07_236{L_>#l z8XPVp0t#wJid2J# q8Z$A4_hGO-dpRStgq~-raN3_^ov{BN(oq9qz<- zCIG|sC>&Nlm__uZx((zY(Pa*{=GkV1U$CeBEPki%;uk&3+r=j> #d=!8E z0D=EONqVW3Khb5ZKZ@C^v`M6m#p~i@#-+wt`}(D8OlPPVcT{Q&YX3-d_pZ-caiX2+ z5W_W~GgJ7;-Fep(^#$XAd3JPZ{&0{0sX~R8=JxZK@r0=nO2%xb-a3yEIo%q;wC{FG zGAOfG2ctRFjrV_t0!l?<7XLYW+8XS$B${2}%Vo2xuGaa|5Ea{b`proM`%yl%%4OO6 zp0V^~_F&R&C?O#Bm;=f>o1~;B_{FN8<#`40Gpc Od6ou}*P$wG4A zhhsS6TYF}HOaK5lIZpSU_Ods|tgP*FJj)$EJk^kx4p;$@fb|@5cj-~&F`{M{5f>N^ zL!N2?po@`3$nj}eNwHpyXUL_C(@tY-)I^$Hc}Xz2=yWr(^Ns%sih5XlQpfrE% uuVHUSow5RrgT(TiqQ(PRe4gv)vX0pEkGm>Gx-1<_m752H8~rm~^TyCJsGaVP47i z^5H`BnLJL}{D6-~^&x*#@6*KF$pdA9aakjVsI$BDCS;;Td0K^rot(6S%8nB92KQf2 z-?1mu11{Rc5}TqqwtHKB0u+e;q&z7bIY9~IfN-*nm Ei)iM1y}8fNx<%|}>0fYE zn}t4TFz=fidAF!mG>J?v2O>~{)_ax325d!N pBCy8whpCZ6?T+MDTQHf5$Bx;^ z70 >|PL>43L9MI$Mc=)QQt!`7_-l5eGy7ibS!~?^1&!p1!6=&?7RtKrWA3Hy{ zwkCH5T)=N?I-1Dwf_TX<(ygSxW!24tzQ>M;d(0>mkJi#c)-WyIpdBA68j+I$OCDNS zDO*_At<<>$$Nvr>g5z`rmFf+^QK$xa^>scy2!Ax+%PPl{eu1C&=WJR4%Dppx069%F zJAI?H_czC1H@vX!F7)ZNX~GB?Hcg7y&wfJO$KkeaAjdv%^F-OkNwh*4R1PJDQzST-~g^XWOUx0W>M z>?8BNUkSVS=+~{)m_XO+qd}C>)&rVYpDfz6Anf9aL z@s&R^mNN>8`fKWE0xgT4sF`EBy4-7-_^ddpNuwnigK+BRq3P4CTw}lfq%8)uO^wCU z)-H>AYrz;9{3`1Ofz5aeqanXjxWPw;Nkw9enb11 v9(+#4pn8Mx zsE%#4au3u3MF73Qgz7WUwQ+HAHKOY2UL_^e1BwE;rx}hn&ubB7RH3V??kAF});pU& z2*)5=c8Pafk_m7Wiak;>w6no5iBo|HnO61QwZYUCG2W;7z{<5T?{<85<9$pw=D1?c zZFkvyTr_byf-ALJvA^40z=~8!gFG*3=fKIS#zqHO#7nbhox;z^tNGKATUGVznT|-n zFrwPFS&{pl24U!Tw{ov}e4XhBu#49VWDJRRMD~*Tc-Mr}J-7A~w?+gM>jutTeH7fH zY34^sLFq3h%*XH6w2*LiXkm%aSj^TKaBlTGx9hV}jmPQt!QkuA*x)MIi|O>0F-==w zTHX+1fw@5G5oS*WTTXvL=d%cdV|)_{U|@Jbw`VhC_HKlN6n~3&U`)?ln$AG4#?}ef zS0?whA9emje%#dj-ISzTnuWPlqmn+FKkXQCsKeru(<>FBmE(`!v5dKxdlXG?O?V8u zGZ9sitw5qbqvWPd_jo2Pq1gQ;op!|hQAQp{+A6lxSU+`F>D)%YW>LF(r-9pMxXNpk z4sQL7)mvOVXQ!|m^@cRLp$$mO8~jGj-F{%Me@6evFZK&2cxS+LmX&=x;iH^ &Zu zNY>;hp&XylV|S{#FkUL!mcG3;>pqJ(h&5)yob0bS_&86K0cwqk$;ulzjO=3%W7$q( z&%XylTZH?wj*4UZ;c&J=8FZ=DydTXGAz5jwS hr(_1VJ0DVz9 zfWv(H4gHR_0QBdv+vQ#4#CTr?#Mm|jsI}toNDO5#o`R`iBQ+XOH|u5k)W7CT8`Hi@ zBBsL0xPOHl^GtRqJ+6F2UE@K0&1rmd8>(6-ts>FLv%{@xqFT=ZUeYsNwXqnq0ql8a zK*yyY=I?+#!B3Xj7J!pgzN|(xM8~?C2%F4W=~UkJLAs(&J8LgQe;&8MCzrbG(@x!z z8$WzdDw+F3m)>H@G+tWS;zuZtPQ`Y5q|Zzk`Tg-8)(P_hLZax8hyEI3u3MYAtfRZC zCwd3J!W Ye`QU2e3x)z*JzBv%uOnMV<=VtiML?;WKvVp~0oT+l@MPePF2 z&Bzyah+k?>X5a ^l)edoClX8A)Uq2 z`2(;mw}aer79ZHpPUcKPcHJd}{yAF+(|iD1Y6CZKJf#sItEp;hbN7Ml=Q!q^R!QSV z!YB}b;!5}SCD-v4$jn{m%g2$b&9M`^0_K3 ^q=P`@{2(U~M?E1~CQ_gST z)8Ldv?K{_snX5HI28}(?-^8}b#UKrJ=4oc#cZNsI?W(P&x@Ojxw)!8W9pY_c8$^zp zy;=X*pXEg(H1)Eg@y5zicTTViSczqO6CKcuHlCl)81Uq9#~UB*cFr9n)mm+L{m2SE zY+4AeFR{?yEp)RRsfjoDY^71bqGV88BOY_!`d-I;FG@AA_}k*{)#dQFuC;p_;!0z6 zyw!#U$aA}%4YVdo%71pf$SrZtFWdiemC?u7LtiY7PJ9@e^6v5&dhK699WB=yu>W|H zm$ICY<5FROQWo*pdG51Zoi|r}`UZQ^%siCWn(94$rhQvV$_T}_{+RcZ&I`KCZc-ei z$Q+)4dV{Z_oRy;YcNzS_2JxsCfsYNP(dVv-pPJtMHY^RYii #?BOB~+&0%Lmy}g%_8JvcF<3qJ z4aAJVyPi&b<%5R)0#4G&pLi8_I(=*YJuvvO MpVvO!J$Y-C>C8&>$aYd<*$oUMD=aKNzd|j8dImmX}X*u_pM-LYHEJqO= zy7D$3%#-H^t#=Unso-PdZ09Pb+_z>wBP0~~JO@*dpU3r>8M|~!w$REnD(uuaTYQ-( zEisRrCeFJ#a?T1zT6M3SD^#DpORHO;l{#_%mI3= c%v&jIbH0c`tVFP*r zf>`-yThBLn#erd)zEaE1aj7`fRX`Hp6Ucilihl{mRPhPX#R=Vc!MWe)U`cALb*h$Q zAvLmg!S@#^fHx8LF6{z1V0Y_SU%~?A)ll`aPMHADWz}5>2`KYn;j13Q0_Jfs7*CCZ zd2pe+xrd#yOm2b2V>?VYU;qFoP3PNKFd;P64h&4f<8GU{Z}2nSb@)k1fwbWW&NmS} zY_sCR$kPY#-Bg_-YuT*A??%nup^fS21^X5OJv$im!?k%X!K(vxxcn_s-4cMYaql|~ zML&=z5n%vg4MdT-tpfS|tzyq3M=f+3pQMslCs`-Su85FIZ*lA`pgy#evYaR0F ={wfPelV<5gczPZ^kdPJ;nGS_pbp!27J9{4v-%Y3ePA z90W|dts(vbOe8)C2?lMwkU1YH9?Kv$#~P$G2U^a)bY4p^D-1%x0c)WFy95TH0!)C? zh`pl$O;o};qsssf|J025)?^77_oB>@qd 4r>>!4H!^-1eigjE*xGNWn$I3TE~~412!HO*sTh64 zx)SqyUv}cOu;v5|BtfT +@1Hm8uNmE(XEEtk>3=a=q z2w8v>g+c?c-9>;?1^oFhT`+rQ+11khdb1Vavvy!Yjro*CcRd|&=g-XULTvo+73mym zs<m=m9FlHW S5W%J&&!58~7XUCY*#`7__fSHJDX#QMuwCiz#iO1zR65on zEya_@$12>+XKq (OT@uT&It%N vG&w;EEf3Q ?DV6;SHrp`b@(yhpdf&$v*2F z2xWrtmNxy)wP^v0;^}vN5!UZ$B*4!d&zb&uvlECg46MES68Io$kO!{iP=^Va!MTHR ze#7gR7|D~_WkV(~=eKypX9ftbkQj3YoIZC%MW;%@v=;@K@)h$cfk=oa3(Y*W_k1AB zM!@m61cGOmex{&XWLZv0A|Q|bM1Mq64+9y{fhc=pFsbixVd5;%EKsjOXK!82nTB-z zFZxcwFtZ{dQ e o&o5??OSY;v>ZW(V9XSQWr_)urv)hB zbNH!Wi?!jGKyZ0E$@Cbl?(N+qcVL}21x)rWTQ3fxj&~Op=DiVoiFl>Q{p7-yLt=&f zO~b1$GhHcGC~8kYwjIZxhF$ChlSI={@E#lXd4dQNyPes3d&~kHJ4f^LVwn}|xSNRu zrhD!+vW!=d1<|F$C)G-zok5JqC`sQB584F^nR+v)Q8h&cTiUD@XqsKp-xp5FX*-&) zX76*l8@?%=X|E;+NK;D5CauGjs$jyE?{MRpR`y7wLG9`7{cC%cSF0ydJqV@p|!- zkeNPd)m;MWIv!yo;VGWSLx_)?C5$UjggqIUHczY?2={`G;NGWc=L)7U+hDNmaj5w9 zN3?u fpcPHbcZ4MF4dMGV*gRnX)Ie+!TdU3YbgUkU@wyuS7V;n{YN zGD<#}n6@gd-p))~iMT2zNJeHK%2=r&sB+L6!Opr2)(2gtA+So%XM2RwK|R?xo#r>c zvMzaK2)w&oYm8sC*Agq;SC(m=K2nsMx@vtbLs}o76B<6lZi@36;Wj5-wrYJ1v-YQX z3^*%Yq|;<>#`$JhW?$|^4Bfib8%;DIp2`apzLQ@l{@z4PW#aHLn_~vTJ( &RB zDB#gs)Q(Zst1eWdkHd(Yzo&cmYxg6wpTz4^luR27lUe~CxZPaC*jSGMh>9}w*%sD8 z6b9%B_r83Cr-5JjG)JenY XFj7~yvN01LC*L;i0`fq zrtenJQjgNsxO5Kry`K;v&?G5AU%UErf1-)!Q|#%fC*AWxTKyNqPn&h@>hfugLivE2 z#C=d<7rv2`I1LVf-54PhI4lg7-WV3jMpzY4JYIVX%5Nmkr*Qcxs_BykIr*}|k6Ll> z-~a9^%uooGnkJ*UWo4A#mIL@am}_@WOr+ae2NJE4J)tEe{km*W9jzs rEtu=;G3^S?7JxB&4}&Leo4?anuP z$y8-xl9=-a<*R&~`Ky5WTCeZWHh!ZU!XlV})LDs9vy4i4ExO{KY^}}<>IS)>uEHUi znT%C3;>~Kl20iIAW$4wH!KN$&TZ8W57d0pusuk#zrad#z>8}*~sKMtBBwq%51xF`C zGBTy-bgK7oa~fEI*tMj%MZH7Ir-)5Nz&rIW?T6vgs-vM5UM<7d7t@c5V~7dK#Mapo ziA&F-o*K@4V(nE{%?t~&GsodRB}-y|yvOo1hdjss>ix?l4Vye369mkJ$K4rr6H@AS z=YYwg-^R})_yS0ue8| ~0*G;|4C9E6KXjB%qe0Y!#f;$`fhyu_P&z088e7;u ze9UOMax`!Kn<8RfQAx!a5eB_2oTr6;w5Nr+hQigvksnQq+0 tp6NRmpnMsP})_w9t1M q39GIjca>hf%G?LBSilFTF#1!*Pi(!O znBu;{?X#CP!~`uD2hVDs|2oTvCZOpl>@r+?gDj1H$DN_G6oM=t*XkRsDYP(Rz_Yf_ z?3T%VPwY9m+!}4O2xuzqGheqg!s0-);kNttwqI_Mj*qckE76-PxTPJKDR!(Oj=mUI zUz4w{v92xE8@auwq0}<%U05kP)&OL1?fkKtq~*k{K%O8nv7a`t!+dyKwRNWfp^uZy z3Q}X-Umt$09=}U1!PBON8-k}>jn-kp0`RVW3kUx@V;-AM>e_8#!{&Y75ovtNmque& zyxijl)EU;PF7Y!Wt6|ZhJH@4KFH=u8j=$pW0v-^8TkVL&x`kpEPX!B1lt+uC@MK>% zkNx-!iB^Jqw>g<@?DED{@Yyy$33wJK-LQficrJz7Pk9&lWuS9AXz+KePgtpmZ)-@` z8fcCOBov$T3{BXb-B)5} g zC`M0s>*<2F-d3`GLqU&?kyd5l3NMX>`kMDk!kn5yf(EuKCasyG?QnO7xcNplMEr!v zs-oi^XYb~DxkGLmSg8nhDQLnP{b7TGzjPxmzf7L_?DjqB(94;cr